LIGGGHTS (Version LIGGGHTS-PUBLIC 3.8.0, compiled 2021-04-14-15:10:08 by dario, git commit 3b38a7dbe22018f905d4c5f792ab5ce644ef594e) #Particle packing by insertion and successive growing of particles atom_style granular boundary p p p newton off echo both units si hard_particles yes communicate single vel yes read_data KIT_DEM_CODE_data orthogonal box = (0 0 0) to (0.008056 0.008056 0.008056) 1 by 1 by 1 MPI processor grid 5000 atoms 5000 velocities neighbor 0.0001 bin neigh_modify delay 0 page 500000 one 20000 atom_modify sort 0 0 #Material properties fix m1 all property/global youngsModulus peratomtype 90.e9 fix m2 all property/global poissonsRatio peratomtype 0.25 fix m3 all property/global coefficientRestitution peratomtypepair 1 1 fix m4 all property/global coefficientFriction peratomtypepair 1 0.1 #New pair style pair_style gran model hertz tangential history #Hertzian without cohesion and rolling pair_coeff * * timestep 0.000000001 variable dt equal step #timestep check #fix ts_check all check/timestep/gran 5 0.2 0.2 warn yes #integrator fix 1 all nve/sphere #compute overlap between particles compute 1 all pair/gran/local id delta #save overlap of particles throughout the simulation dump overlap all local 10 overlap/overlap*.txt c_1[4] #compute kinetic energy of the system (summation of all particles) and the average value compute 2 all ke update_on_run_end yes compute 3 all erotate update_on_run_end yes variable KE1 equal c_2 variable KE2 equal c_3 #variable AVE_kin_en equal 1e-9 variable AVEKE equal (v_KE1+v_KE2)/5000 #compute overall stress tensor of the assembly and z component for the stress-strain curve compute Temp all temp compute 4 all pressure Temp virial variable stressXX equal c_4[1] variable stressYY equal c_4[2] variable stressZZ equal c_4[3] variable trace equal abs(c_4[1]+c_4[2]+c_4[3]) # Store final cell length for strain calculations variable tmp equal "lz" variable L0 equal ${tmp} variable L0 equal 0.008056 print "Initial Length, L0: ${L0}" Initial Length, L0: 0.008056 #output settings, include total thermal energy compute rke all erotate/sphere thermo_style custom step atoms v_AVEKE v_stressZZ thermo 1 thermo_modify lost ignore norm no run 0 Setting up run at Tue Jul 27 11:18:08 2021 Memory usage per processor = 24.8947 Mbytes Step Atoms AVEKE stressZZ 0 5000 0 0 Loop time of 0 on 1 procs for 0 steps with 5000 atoms, finish time Tue Jul 27 11:18:08 2021 Pair time (%) = 0 (0) Neigh time (%) = 0 (0) Comm time (%) = 0 (0) Outpt time (%) = 0 (0) Other time (%) = 0 (0) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2567 ave 2567 max 2567 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28187 ave 28187 max 28187 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28187 Ave neighs/atom = 5.6374 Neighbor list builds = 0 Dangerous builds = 0 dump dmp all custom/vtk 1 post/packing_*.vtk id type type x y z ix iy iz vx vy vz fx fy fz omegax omegay omegaz radius fix 5 all print 1 "${dt} $s ${stressZZ}" file Stress_Strain.txt #Applying uniaxial compression (loading cicle) label loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:08 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 0 5000 0 0 1 0 0 1 5000 0 0 Loop time of 0.0147491 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:08 2021 Pair time (%) = 0.00048995 (3.32191) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.265106) Outpt time (%) = 0.0140669 (95.3752) Other time (%) = 0.000153065 (1.03779) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2567 ave 2567 max 2567 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28187 ave 28187 max 28187 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28187 Ave neighs/atom = 5.6374 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:08 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 1 5000 0 0 2 -3.24999999999823e-05 0 2 5000 0 0 Loop time of 0.013438 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:08 2021 Pair time (%) = 0.000496864 (3.69746) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.260809) Outpt time (%) = 0.0127349 (94.7678) Other time (%) = 0.000171185 (1.27389) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2567 ave 2567 max 2567 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28189 ave 28189 max 28189 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28189 Ave neighs/atom = 5.6378 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:08 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 2 5000 0 0 3 -6.49999999999645e-05 0 3 5000 0 0 Loop time of 0.014297 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:08 2021 Pair time (%) = 0.000654936 (4.58093) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.356869) Outpt time (%) = 0.0134311 (93.9432) Other time (%) = 0.000159979 (1.11897) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2567 ave 2567 max 2567 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28189 ave 28189 max 28189 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28189 Ave neighs/atom = 5.6378 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:08 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 3 5000 0 0 4 -9.74999999999468e-05 0 4 5000 0 0 Loop time of 0.01442 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:08 2021 Pair time (%) = 0.00048995 (3.39771) Neigh time (%) = 0 (0) Comm time (%) = 4.91142e-05 (0.340597) Outpt time (%) = 0.0137138 (95.1027) Other time (%) = 0.000167131 (1.15902) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2567 ave 2567 max 2567 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28189 ave 28189 max 28189 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28189 Ave neighs/atom = 5.6378 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:08 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 4 5000 0 0 5 -0.000129999999999929 0 5 5000 0 0 Loop time of 0.013684 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:08 2021 Pair time (%) = 0.000488043 (3.56651) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.263089) Outpt time (%) = 0.012985 (94.8915) Other time (%) = 0.000174999 (1.27886) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2567 ave 2567 max 2567 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28189 ave 28189 max 28189 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28189 Ave neighs/atom = 5.6378 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:08 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 5 5000 0 0 6 -0.000162499999999911 0 6 5000 0 0 Loop time of 0.0142639 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:08 2021 Pair time (%) = 0.000490189 (3.43658) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.357698) Outpt time (%) = 0.013546 (94.9672) Other time (%) = 0.000176668 (1.23857) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2567 ave 2567 max 2567 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28190 ave 28190 max 28190 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28190 Ave neighs/atom = 5.638 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:08 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 6 5000 0 0 7 -0.000194999999999894 0 7 5000 0 0 Loop time of 0.0133569 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:08 2021 Pair time (%) = 0.000487089 (3.64672) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.262392) Outpt time (%) = 0.012701 (95.0895) Other time (%) = 0.000133753 (1.00137) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2567 ave 2567 max 2567 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28190 ave 28190 max 28190 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28190 Ave neighs/atom = 5.638 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:08 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 7 5000 0 0 8 -0.000227499999999876 0 8 5000 0 0 Loop time of 0.0139041 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:08 2021 Pair time (%) = 0.000540018 (3.88388) Neigh time (%) = 0 (0) Comm time (%) = 5.60284e-05 (0.402963) Outpt time (%) = 0.0130501 (93.8578) Other time (%) = 0.000257969 (1.85534) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2567 ave 2567 max 2567 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28190 ave 28190 max 28190 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28190 Ave neighs/atom = 5.638 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:08 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 8 5000 0 0 9 -0.000259999999999858 0 9 5000 0 0 Loop time of 0.01424 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:08 2021 Pair time (%) = 0.000485897 (3.41219) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.239423) Outpt time (%) = 0.0135839 (95.3924) Other time (%) = 0.000136137 (0.956017) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2567 ave 2567 max 2567 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28190 ave 28190 max 28190 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28190 Ave neighs/atom = 5.638 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:08 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 9 5000 0 0 10 -0.00029249999999984 0 10 5000 0 0 Loop time of 0.01407 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:08 2021 Pair time (%) = 0.000485897 (3.45342) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.255871) Outpt time (%) = 0.0134079 (95.2943) Other time (%) = 0.00014019 (0.996374) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2567 ave 2567 max 2567 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28190 ave 28190 max 28190 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28190 Ave neighs/atom = 5.638 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:08 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 10 5000 0 0 11 -0.000324999999999823 0 11 5000 0 0 Loop time of 0.013134 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:08 2021 Pair time (%) = 0.000484943 (3.69227) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.266846) Outpt time (%) = 0.012506 (95.2186) Other time (%) = 0.000108004 (0.822321) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2567 ave 2567 max 2567 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28190 ave 28190 max 28190 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28190 Ave neighs/atom = 5.638 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:08 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 11 5000 0 0 12 -0.000357499999999805 0 12 5000 0 0 Loop time of 0.013299 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:08 2021 Pair time (%) = 0.000484943 (3.64647) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.254572) Outpt time (%) = 0.0126741 (95.3012) Other time (%) = 0.000106096 (0.797777) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2567 ave 2567 max 2567 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28190 ave 28190 max 28190 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28190 Ave neighs/atom = 5.638 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:08 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 12 5000 0 0 13 -0.000389999999999787 0 13 5000 0 0 Loop time of 0.0133989 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:08 2021 Pair time (%) = 0.000484943 (3.61928) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.259791) Outpt time (%) = 0.012774 (95.3362) Other time (%) = 0.000105143 (0.784711) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2567 ave 2567 max 2567 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28190 ave 28190 max 28190 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28190 Ave neighs/atom = 5.638 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:08 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 13 5000 0 0 14 -0.000422499999999769 0 14 5000 0 0 Loop time of 0.014384 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:08 2021 Pair time (%) = 0.000553846 (3.85043) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.265204) Outpt time (%) = 0.0136461 (94.87) Other time (%) = 0.000145912 (1.0144) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2567 ave 2567 max 2567 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28193 ave 28193 max 28193 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28193 Ave neighs/atom = 5.6386 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:08 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 14 5000 0 0 15 -0.000454999999999752 0 15 5000 0 0 Loop time of 0.013726 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:08 2021 Pair time (%) = 0.000486135 (3.54171) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.255337) Outpt time (%) = 0.013073 (95.2424) Other time (%) = 0.000131845 (0.960553) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2567 ave 2567 max 2567 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28195 ave 28195 max 28195 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28195 Ave neighs/atom = 5.639 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:08 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 15 5000 0 0 16 -0.000487499999999734 0 16 5000 0 0 Loop time of 0.0134799 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:08 2021 Pair time (%) = 0.000505209 (3.74786) Neigh time (%) = 0 (0) Comm time (%) = 4.50611e-05 (0.334283) Outpt time (%) = 0.0127978 (94.9398) Other time (%) = 0.000131845 (0.978086) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2567 ave 2567 max 2567 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28197 ave 28197 max 28197 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28197 Ave neighs/atom = 5.6394 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:08 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 16 5000 0 0 17 -0.000519999999999716 0 17 5000 0 0 Loop time of 0.014241 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:08 2021 Pair time (%) = 0.000486851 (3.41866) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.237733) Outpt time (%) = 0.013588 (95.4144) Other time (%) = 0.000132322 (0.929166) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2567 ave 2567 max 2567 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28197 ave 28197 max 28197 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28197 Ave neighs/atom = 5.6394 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:08 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 17 5000 0 0 18 -0.000552499999999699 0 18 5000 0 0 Loop time of 0.0135381 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:08 2021 Pair time (%) = 0.000509024 (3.75993) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.265925) Outpt time (%) = 0.0128572 (94.9703) Other time (%) = 0.000135899 (1.00382) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2567 ave 2567 max 2567 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28200 ave 28200 max 28200 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28200 Ave neighs/atom = 5.64 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:08 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 18 5000 0 0 19 -0.000584999999999681 0 19 5000 0 0 Loop time of 0.0140541 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:08 2021 Pair time (%) = 0.000538111 (3.82886) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.256162) Outpt time (%) = 0.013278 (94.4781) Other time (%) = 0.000201941 (1.43688) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2567 ave 2567 max 2567 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28201 ave 28201 max 28201 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28201 Ave neighs/atom = 5.6402 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:08 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 19 5000 0 0 20 -0.000617499999999663 0 20 5000 0 0 Loop time of 0.0145929 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:08 2021 Pair time (%) = 0.000488997 (3.35092) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.246704) Outpt time (%) = 0.013916 (95.3616) Other time (%) = 0.000151873 (1.04073) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2567 ave 2567 max 2567 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28201 ave 28201 max 28201 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28201 Ave neighs/atom = 5.6402 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:08 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 20 5000 0 0 21 -0.000649999999999645 0 21 5000 0 0 Loop time of 0.0144329 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:08 2021 Pair time (%) = 0.000510931 (3.54004) Neigh time (%) = 0 (0) Comm time (%) = 4.31538e-05 (0.298996) Outpt time (%) = 0.013741 (95.2062) Other time (%) = 0.000137806 (0.954804) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2567 ave 2567 max 2567 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28201 ave 28201 max 28201 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28201 Ave neighs/atom = 5.6402 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:08 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 21 5000 0 0 22 -0.000682499999999628 0 22 5000 0 0 Loop time of 0.014168 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:08 2021 Pair time (%) = 0.000515938 (3.64156) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.360118) Outpt time (%) = 0.0134339 (94.8187) Other time (%) = 0.000167131 (1.17964) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2567 ave 2567 max 2567 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28202 ave 28202 max 28202 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28202 Ave neighs/atom = 5.6404 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:08 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 22 5000 0 0 23 -0.00071499999999961 0 23 5000 0 0 Loop time of 0.0134659 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:08 2021 Pair time (%) = 0.00048399 (3.59419) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.253187) Outpt time (%) = 0.012835 (95.3152) Other time (%) = 0.000112772 (0.837465) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2567 ave 2567 max 2567 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28202 ave 28202 max 28202 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28202 Ave neighs/atom = 5.6404 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:08 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 23 5000 0 0 24 -0.000747499999999592 0 24 5000 0 0 Loop time of 0.0141759 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:08 2021 Pair time (%) = 0.000567913 (4.00619) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.245551) Outpt time (%) = 0.013437 (94.7879) Other time (%) = 0.000136137 (0.960342) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2567 ave 2567 max 2567 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28202 ave 28202 max 28202 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28202 Ave neighs/atom = 5.6404 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:08 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 24 5000 0 0 25 -0.000779999999999574 0 25 5000 0 0 Loop time of 0.0140369 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:08 2021 Pair time (%) = 0.000499964 (3.56178) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.264968) Outpt time (%) = 0.013356 (95.149) Other time (%) = 0.000143766 (1.0242) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2568 ave 2568 max 2568 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28202 ave 28202 max 28202 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28202 Ave neighs/atom = 5.6404 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:08 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 25 5000 0 0 26 -0.000812499999999557 0 26 5000 0 0 Loop time of 0.0136859 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:09 2021 Pair time (%) = 0.000501871 (3.66706) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.283957) Outpt time (%) = 0.0129991 (94.9811) Other time (%) = 0.000146151 (1.06789) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2568 ave 2568 max 2568 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28202 ave 28202 max 28202 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28202 Ave neighs/atom = 5.6404 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:09 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 26 5000 0 0 27 -0.000844999999999539 0 27 5000 0 0 Loop time of 0.0140219 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:09 2021 Pair time (%) = 0.00048399 (3.45168) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.243148) Outpt time (%) = 0.0133679 (95.336) Other time (%) = 0.000135899 (0.96919) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2568 ave 2568 max 2568 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28203 ave 28203 max 28203 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28203 Ave neighs/atom = 5.6406 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:09 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 27 5000 0 0 28 -0.000877499999999521 0 28 5000 0 0 Loop time of 0.0134039 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:09 2021 Pair time (%) = 0.000500917 (3.7371) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.259694) Outpt time (%) = 0.0127149 (94.8595) Other time (%) = 0.000153303 (1.14372) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2568 ave 2568 max 2568 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28203 ave 28203 max 28203 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28203 Ave neighs/atom = 5.6406 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:09 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 28 5000 0 0 29 -0.000909999999999503 0 29 5000 0 0 Loop time of 0.0140238 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:09 2021 Pair time (%) = 0.000528812 (3.77083) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.263516) Outpt time (%) = 0.0133119 (94.9235) Other time (%) = 0.000146151 (1.04216) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2568 ave 2568 max 2568 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28203 ave 28203 max 28203 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28203 Ave neighs/atom = 5.6406 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:09 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 29 5000 0 0 30 -0.000942499999999486 0 30 5000 0 0 Loop time of 0.0145659 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:09 2021 Pair time (%) = 0.000486135 (3.33748) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.234066) Outpt time (%) = 0.0139089 (95.4889) Other time (%) = 0.000136852 (0.939536) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2568 ave 2568 max 2568 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28205 ave 28205 max 28205 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28205 Ave neighs/atom = 5.641 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:09 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 30 5000 0 0 31 -0.000974999999999468 0 31 5000 0 0 Loop time of 0.013855 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:09 2021 Pair time (%) = 0.000500202 (3.61027) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.27361) Outpt time (%) = 0.0131941 (95.2299) Other time (%) = 0.000122786 (0.88622) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2568 ave 2568 max 2568 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28205 ave 28205 max 28205 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28205 Ave neighs/atom = 5.641 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:09 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 31 5000 0 0 32 -0.00100749999999945 0 32 5000 0 0 Loop time of 0.014271 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:09 2021 Pair time (%) = 0.000485897 (3.40478) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.238903) Outpt time (%) = 0.013617 (95.4174) Other time (%) = 0.000133991 (0.938904) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2568 ave 2568 max 2568 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28207 ave 28207 max 28207 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28207 Ave neighs/atom = 5.6414 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:09 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 32 5000 0 0 33 -0.00103999999999943 0 33 5000 0 0 Loop time of 0.0135 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:09 2021 Pair time (%) = 0.000484943 (3.59218) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.250781) Outpt time (%) = 0.0128438 (95.1398) Other time (%) = 0.000137329 (1.01725) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2568 ave 2568 max 2568 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28207 ave 28207 max 28207 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28207 Ave neighs/atom = 5.6414 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:09 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 33 5000 0 0 34 -0.00107249999999941 0 34 5000 0 0 Loop time of 0.014329 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:09 2021 Pair time (%) = 0.000522137 (3.64393) Neigh time (%) = 0 (0) Comm time (%) = 5.19753e-05 (0.362729) Outpt time (%) = 0.013562 (94.6473) Other time (%) = 0.000192881 (1.34609) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2568 ave 2568 max 2568 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28207 ave 28207 max 28207 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28207 Ave neighs/atom = 5.6414 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:09 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 34 5000 0 0 35 -0.0011049999999994 0 35 5000 0 0 Loop time of 0.014071 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:09 2021 Pair time (%) = 0.00048399 (3.43963) Neigh time (%) = 0 (0) Comm time (%) = 7.39098e-05 (0.525263) Outpt time (%) = 0.0133779 (95.0744) Other time (%) = 0.000135183 (0.960724) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2568 ave 2568 max 2568 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28207 ave 28207 max 28207 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28207 Ave neighs/atom = 5.6414 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:09 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 35 5000 0 0 36 -0.00113749999999938 0 36 5000 0 0 Loop time of 0.0138268 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:09 2021 Pair time (%) = 0.00051403 (3.71763) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.274166) Outpt time (%) = 0.013123 (94.9098) Other time (%) = 0.000151873 (1.09839) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2568 ave 2568 max 2568 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28207 ave 28207 max 28207 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28207 Ave neighs/atom = 5.6414 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:09 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 36 5000 0 0 37 -0.00116999999999936 0 37 5000 0 0 Loop time of 0.0144129 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:09 2021 Pair time (%) = 0.000484943 (3.36465) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.236551) Outpt time (%) = 0.013756 (95.4427) Other time (%) = 0.000137806 (0.95613) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2568 ave 2568 max 2568 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28208 ave 28208 max 28208 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28208 Ave neighs/atom = 5.6416 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:09 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 37 5000 0 0 38 -0.00120249999999934 0 38 5000 0 0 Loop time of 0.013495 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:09 2021 Pair time (%) = 0.000484943 (3.59351) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.259708) Outpt time (%) = 0.0128429 (95.168) Other time (%) = 0.000132084 (0.978764) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2568 ave 2568 max 2568 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28210 ave 28210 max 28210 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28210 Ave neighs/atom = 5.642 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:09 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 38 5000 0 0 39 -0.00123499999999933 0 39 5000 0 0 Loop time of 0.014596 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:09 2021 Pair time (%) = 0.000575066 (3.93989) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.246651) Outpt time (%) = 0.013839 (94.8138) Other time (%) = 0.000145912 (0.999673) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2568 ave 2568 max 2568 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28210 ave 28210 max 28210 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28210 Ave neighs/atom = 5.642 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:09 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 39 5000 0 0 40 -0.00126749999999931 0 40 5000 0 0 Loop time of 0.0151842 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:09 2021 Pair time (%) = 0.000484943 (3.19374) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.230816) Outpt time (%) = 0.014472 (95.3099) Other time (%) = 0.000192165 (1.26556) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2568 ave 2568 max 2568 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28210 ave 28210 max 28210 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28210 Ave neighs/atom = 5.642 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:09 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 40 5000 0 0 41 -0.00129999999999929 0 41 5000 0 0 Loop time of 0.014282 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:09 2021 Pair time (%) = 0.000504017 (3.52904) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.267098) Outpt time (%) = 0.0136189 (95.3575) Other time (%) = 0.000120878 (0.846368) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2568 ave 2568 max 2568 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28210 ave 28210 max 28210 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28210 Ave neighs/atom = 5.642 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:09 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 41 5000 0 0 42 -0.00133249999999927 0 42 5000 0 0 Loop time of 0.013761 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:09 2021 Pair time (%) = 0.000500917 (3.64011) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.27721) Outpt time (%) = 0.013097 (95.1748) Other time (%) = 0.000124931 (0.907862) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2568 ave 2568 max 2568 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28211 ave 28211 max 28211 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28211 Ave neighs/atom = 5.6422 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:09 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 42 5000 0 0 43 -0.00136499999999926 0 43 5000 0 0 Loop time of 0.0138769 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:09 2021 Pair time (%) = 0.000486851 (3.50835) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.266305) Outpt time (%) = 0.0131781 (94.9643) Other time (%) = 0.000174999 (1.26108) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2568 ave 2568 max 2568 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28211 ave 28211 max 28211 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28211 Ave neighs/atom = 5.6422 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:09 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 43 5000 0 0 44 -0.00139749999999924 0 44 5000 0 0 Loop time of 0.014116 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:09 2021 Pair time (%) = 0.000498056 (3.5283) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.261793) Outpt time (%) = 0.013454 (95.3097) Other time (%) = 0.000127077 (0.900231) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2568 ave 2568 max 2568 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28211 ave 28211 max 28211 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28211 Ave neighs/atom = 5.6422 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:09 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 44 5000 0 0 45 -0.00142999999999922 0 45 5000 0 0 Loop time of 0.0141151 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:09 2021 Pair time (%) = 0.000523806 (3.71096) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.33951) Outpt time (%) = 0.0133929 (94.8837) Other time (%) = 0.000150442 (1.06582) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2568 ave 2568 max 2568 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28213 ave 28213 max 28213 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28213 Ave neighs/atom = 5.6426 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:09 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 45 5000 0 0 46 -0.0014624999999992 0 46 5000 0 0 Loop time of 0.0141871 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:09 2021 Pair time (%) = 0.00049901 (3.51735) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.25376) Outpt time (%) = 0.0135381 (95.4256) Other time (%) = 0.000113964 (0.803294) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2568 ave 2568 max 2568 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28213 ave 28213 max 28213 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28213 Ave neighs/atom = 5.6426 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:09 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 46 5000 0 0 47 -0.00149499999999918 0 47 5000 0 0 Loop time of 0.0144138 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:09 2021 Pair time (%) = 0.000485182 (3.36608) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.243152) Outpt time (%) = 0.0137119 (95.1303) Other time (%) = 0.000181675 (1.26042) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2568 ave 2568 max 2568 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28213 ave 28213 max 28213 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28213 Ave neighs/atom = 5.6426 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:09 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 47 5000 0 0 48 -0.00152749999999917 0 48 5000 0 0 Loop time of 0.014276 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:09 2021 Pair time (%) = 0.000484943 (3.39691) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.252179) Outpt time (%) = 0.013577 (95.1034) Other time (%) = 0.000178099 (1.24754) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2568 ave 2568 max 2568 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28213 ave 28213 max 28213 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28213 Ave neighs/atom = 5.6426 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:09 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 48 5000 0 0 49 -0.00155999999999915 0 49 5000 0 0 Loop time of 0.013603 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:09 2021 Pair time (%) = 0.000584126 (4.2941) Neigh time (%) = 0 (0) Comm time (%) = 7.70092e-05 (0.56612) Outpt time (%) = 0.0127759 (93.9199) Other time (%) = 0.000165939 (1.21988) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2569 ave 2569 max 2569 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28214 ave 28214 max 28214 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28214 Ave neighs/atom = 5.6428 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:09 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 49 5000 0 0 50 -0.00159249999999913 0 50 5000 0 0 Loop time of 0.015003 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:09 2021 Pair time (%) = 0.000525951 (3.50565) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.233604) Outpt time (%) = 0.0143092 (95.3756) Other time (%) = 0.000132799 (0.885153) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2569 ave 2569 max 2569 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28214 ave 28214 max 28214 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28214 Ave neighs/atom = 5.6428 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:09 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 50 5000 0 0 51 -0.00162499999999911 0 51 5000 0 0 Loop time of 0.013346 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:09 2021 Pair time (%) = 0.000486135 (3.64257) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.255462) Outpt time (%) = 0.0126929 (95.1069) Other time (%) = 0.000132799 (0.995052) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2569 ave 2569 max 2569 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28216 ave 28216 max 28216 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28216 Ave neighs/atom = 5.6432 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:09 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 51 5000 0 0 52 -0.0016574999999991 0 52 5000 0 0 Loop time of 0.0141602 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:09 2021 Pair time (%) = 0.000491858 (3.47353) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.274448) Outpt time (%) = 0.0134811 (95.2047) Other time (%) = 0.000148296 (1.04728) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2569 ave 2569 max 2569 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28217 ave 28217 max 28217 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28217 Ave neighs/atom = 5.6434 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:09 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 52 5000 0 0 53 -0.00168999999999908 0 53 5000 0 0 Loop time of 0.013993 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:09 2021 Pair time (%) = 0.000484943 (3.46561) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.24876) Outpt time (%) = 0.01336 (95.4763) Other time (%) = 0.000113249 (0.809323) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2569 ave 2569 max 2569 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28219 ave 28219 max 28219 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28219 Ave neighs/atom = 5.6438 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:09 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 53 5000 0 0 54 -0.00172249999999906 0 54 5000 0 0 Loop time of 0.013665 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:09 2021 Pair time (%) = 0.000485897 (3.55579) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.277414) Outpt time (%) = 0.012989 (95.0537) Other time (%) = 0.000152111 (1.11315) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2569 ave 2569 max 2569 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28219 ave 28219 max 28219 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28219 Ave neighs/atom = 5.6438 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:09 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 54 5000 0 0 55 -0.00175499999999904 0 55 5000 0 0 Loop time of 0.014019 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:09 2021 Pair time (%) = 0.000486851 (3.47279) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.241497) Outpt time (%) = 0.0133889 (95.5051) Other time (%) = 0.000109434 (0.780612) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2569 ave 2569 max 2569 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28220 ave 28220 max 28220 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28220 Ave neighs/atom = 5.644 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:09 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 55 5000 0 0 56 -0.00178749999999902 0 56 5000 0 0 Loop time of 0.0135 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:09 2021 Pair time (%) = 0.000529051 (3.9189) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.259612) Outpt time (%) = 0.0128009 (94.8219) Other time (%) = 0.000134945 (0.999594) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2569 ave 2569 max 2569 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28220 ave 28220 max 28220 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28220 Ave neighs/atom = 5.644 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:09 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 56 5000 0 0 57 -0.00181999999999901 0 57 5000 0 0 Loop time of 0.0142481 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:09 2021 Pair time (%) = 0.000485897 (3.41025) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.252673) Outpt time (%) = 0.0136161 (95.564) Other time (%) = 0.000110149 (0.773079) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28221 ave 28221 max 28221 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28221 Ave neighs/atom = 5.6442 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:09 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 57 5000 0 0 58 -0.00185249999999899 0 58 5000 0 0 Loop time of 0.0134709 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:09 2021 Pair time (%) = 0.000487089 (3.61587) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.260172) Outpt time (%) = 0.0128138 (95.1222) Other time (%) = 0.000134945 (1.00175) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28221 ave 28221 max 28221 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28221 Ave neighs/atom = 5.6442 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:09 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 58 5000 0 0 59 -0.00188499999999897 0 59 5000 0 0 Loop time of 0.0135992 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:09 2021 Pair time (%) = 0.000502825 (3.69747) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.301548) Outpt time (%) = 0.0129242 (95.0367) Other time (%) = 0.00013113 (0.964253) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28221 ave 28221 max 28221 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28221 Ave neighs/atom = 5.6442 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:09 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 59 5000 0 0 60 -0.00191749999999895 0 60 5000 0 0 Loop time of 0.014807 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:09 2021 Pair time (%) = 0.000500917 (3.38298) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.27051) Outpt time (%) = 0.014101 (95.2323) Other time (%) = 0.000164986 (1.11424) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28221 ave 28221 max 28221 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28221 Ave neighs/atom = 5.6442 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:09 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 60 5000 0 0 61 -0.00194999999999894 0 61 5000 0 0 Loop time of 0.0133638 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:09 2021 Pair time (%) = 0.000509977 (3.8161) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.292585) Outpt time (%) = 0.012701 (95.0403) Other time (%) = 0.000113726 (0.850996) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28222 ave 28222 max 28222 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28222 Ave neighs/atom = 5.6444 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:09 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 61 5000 0 0 62 -0.00198249999999892 0 62 5000 0 0 Loop time of 0.0142279 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:09 2021 Pair time (%) = 0.000488043 (3.43019) Neigh time (%) = 0 (0) Comm time (%) = 8.2016e-05 (0.576446) Outpt time (%) = 0.0134618 (94.6159) Other time (%) = 0.00019598 (1.37744) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28222 ave 28222 max 28222 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28222 Ave neighs/atom = 5.6444 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:09 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 62 5000 0 0 63 -0.0020149999999989 0 63 5000 0 0 Loop time of 0.013602 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:09 2021 Pair time (%) = 0.000485897 (3.57224) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.257664) Outpt time (%) = 0.0129719 (95.3673) Other time (%) = 0.000109196 (0.80279) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28222 ave 28222 max 28222 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28222 Ave neighs/atom = 5.6444 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:09 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 63 5000 0 0 64 -0.00204749999999888 0 64 5000 0 0 Loop time of 0.0132771 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:09 2021 Pair time (%) = 0.000485182 (3.65429) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.263971) Outpt time (%) = 0.0126491 (95.2701) Other time (%) = 0.000107765 (0.811665) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28223 ave 28223 max 28223 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28223 Ave neighs/atom = 5.6446 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:09 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 64 5000 0 0 65 -0.00207999999999887 0 65 5000 0 0 Loop time of 0.0131679 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:09 2021 Pair time (%) = 0.00048399 (3.67554) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.257107) Outpt time (%) = 0.0125079 (94.9882) Other time (%) = 0.000142097 (1.07912) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28223 ave 28223 max 28223 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28223 Ave neighs/atom = 5.6446 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:09 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 65 5000 0 0 66 -0.00211249999999885 0 66 5000 0 0 Loop time of 0.0132959 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:09 2021 Pair time (%) = 0.000485897 (3.65449) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.254631) Outpt time (%) = 0.0126691 (95.2857) Other time (%) = 0.00010705 (0.805136) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28223 ave 28223 max 28223 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28223 Ave neighs/atom = 5.6446 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:09 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 66 5000 0 0 67 -0.00214499999999883 0 67 5000 0 0 Loop time of 0.0133979 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:09 2021 Pair time (%) = 0.000487089 (3.63555) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.261589) Outpt time (%) = 0.012749 (95.1562) Other time (%) = 0.000126839 (0.946703) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28223 ave 28223 max 28223 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28223 Ave neighs/atom = 5.6446 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:09 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 67 5000 0 0 68 -0.00217749999999881 0 68 5000 0 0 Loop time of 0.0147798 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:09 2021 Pair time (%) = 0.000492811 (3.33435) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.256489) Outpt time (%) = 0.0140579 (95.1154) Other time (%) = 0.000191212 (1.29374) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28223 ave 28223 max 28223 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28223 Ave neighs/atom = 5.6446 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:09 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 68 5000 0 0 69 -0.00220999999999879 0 69 5000 0 0 Loop time of 0.0137351 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:09 2021 Pair time (%) = 0.000485897 (3.53764) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.255168) Outpt time (%) = 0.0130799 (95.2299) Other time (%) = 0.00013423 (0.977278) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28223 ave 28223 max 28223 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28223 Ave neighs/atom = 5.6446 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:09 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 69 5000 0 0 70 -0.00224249999999878 0 70 5000 0 0 Loop time of 0.0143058 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:09 2021 Pair time (%) = 0.000562906 (3.9348) Neigh time (%) = 0 (0) Comm time (%) = 3.98159e-05 (0.278319) Outpt time (%) = 0.013485 (94.262) Other time (%) = 0.000218153 (1.52492) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28223 ave 28223 max 28223 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28223 Ave neighs/atom = 5.6446 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:09 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 70 5000 0 0 71 -0.00227499999999876 0 71 5000 0 0 Loop time of 0.013943 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:09 2021 Pair time (%) = 0.000486851 (3.49173) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.249654) Outpt time (%) = 0.0132871 (95.2959) Other time (%) = 0.00013423 (0.962706) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28223 ave 28223 max 28223 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28223 Ave neighs/atom = 5.6446 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:09 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 71 5000 0 0 72 -0.00230749999999874 0 72 5000 0 0 Loop time of 0.0135229 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:09 2021 Pair time (%) = 0.000488997 (3.61607) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.259172) Outpt time (%) = 0.0128269 (94.8536) Other time (%) = 0.0001719 (1.27118) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28223 ave 28223 max 28223 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28223 Ave neighs/atom = 5.6446 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:09 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 72 5000 0 0 73 -0.00233999999999872 0 73 5000 0 0 Loop time of 0.014236 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:09 2021 Pair time (%) = 0.000594854 (4.17853) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.24619) Outpt time (%) = 0.013464 (94.5771) Other time (%) = 0.000142097 (0.998158) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28223 ave 28223 max 28223 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28223 Ave neighs/atom = 5.6446 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:09 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 73 5000 0 0 74 -0.00237249999999871 0 74 5000 0 0 Loop time of 0.013495 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:09 2021 Pair time (%) = 0.000485897 (3.60058) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.257941) Outpt time (%) = 0.012862 (95.3094) Other time (%) = 0.000112295 (0.832126) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28224 ave 28224 max 28224 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28224 Ave neighs/atom = 5.6448 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:09 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 74 5000 0 0 75 -0.00240499999999869 0 75 5000 0 0 Loop time of 0.0136321 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:09 2021 Pair time (%) = 0.000509024 (3.73402) Neigh time (%) = 0 (0) Comm time (%) = 4.41074e-05 (0.323557) Outpt time (%) = 0.0129461 (94.9683) Other time (%) = 0.000132799 (0.974168) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28224 ave 28224 max 28224 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28224 Ave neighs/atom = 5.6448 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:09 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 75 5000 0 0 76 -0.00243749999999867 0 76 5000 0 0 Loop time of 0.0140481 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:09 2021 Pair time (%) = 0.000522137 (3.71678) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.26306) Outpt time (%) = 0.0133171 (94.7965) Other time (%) = 0.0001719 (1.22365) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28225 ave 28225 max 28225 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28225 Ave neighs/atom = 5.645 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:09 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 76 5000 0 0 77 -0.00246999999999865 0 77 5000 0 0 Loop time of 0.013298 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:09 2021 Pair time (%) = 0.000484943 (3.64673) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.263554) Outpt time (%) = 0.0126669 (95.2542) Other time (%) = 0.000111103 (0.835485) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28226 ave 28226 max 28226 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28226 Ave neighs/atom = 5.6452 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:09 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 77 5000 0 0 78 -0.00250249999999863 0 78 5000 0 0 Loop time of 0.014169 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:10 2021 Pair time (%) = 0.000487089 (3.43772) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.254085) Outpt time (%) = 0.0135059 (95.3205) Other time (%) = 0.000139952 (0.987733) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28226 ave 28226 max 28226 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28226 Ave neighs/atom = 5.6452 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:10 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 78 5000 0 0 79 -0.00253499999999862 0 79 5000 0 0 Loop time of 0.0133109 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:10 2021 Pair time (%) = 0.000488043 (3.66649) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.263299) Outpt time (%) = 0.012677 (95.2373) Other time (%) = 0.000110865 (0.832886) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28227 ave 28227 max 28227 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28227 Ave neighs/atom = 5.6454 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:10 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 79 5000 0 0 80 -0.0025674999999986 0 80 5000 0 0 Loop time of 0.0144279 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:10 2021 Pair time (%) = 0.000559092 (3.87507) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.271007) Outpt time (%) = 0.013679 (94.8096) Other time (%) = 0.000150681 (1.04437) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28227 ave 28227 max 28227 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28227 Ave neighs/atom = 5.6454 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:10 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 80 5000 0 0 81 -0.00259999999999858 0 81 5000 0 0 Loop time of 0.0139771 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:10 2021 Pair time (%) = 0.000485897 (3.47639) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.250751) Outpt time (%) = 0.013345 (95.478) Other time (%) = 0.000111103 (0.794896) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28228 ave 28228 max 28228 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28228 Ave neighs/atom = 5.6456 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:10 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 81 5000 0 0 82 -0.00263249999999856 0 82 5000 0 0 Loop time of 0.0133979 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:10 2021 Pair time (%) = 0.000487089 (3.63555) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.254471) Outpt time (%) = 0.012737 (95.0672) Other time (%) = 0.000139713 (1.0428) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28228 ave 28228 max 28228 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28228 Ave neighs/atom = 5.6456 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:10 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 82 5000 0 0 83 -0.00266499999999855 0 83 5000 0 0 Loop time of 0.0140669 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:10 2021 Pair time (%) = 0.000487089 (3.46265) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.249148) Outpt time (%) = 0.013433 (95.4933) Other time (%) = 0.000111818 (0.794902) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28228 ave 28228 max 28228 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28228 Ave neighs/atom = 5.6456 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:10 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 83 5000 0 0 84 -0.00269749999999853 0 84 5000 0 0 Loop time of 0.0133941 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:10 2021 Pair time (%) = 0.000485897 (3.62769) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.259884) Outpt time (%) = 0.0127621 (95.2812) Other time (%) = 0.000111341 (0.831271) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28228 ave 28228 max 28228 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28228 Ave neighs/atom = 5.6456 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:10 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 84 5000 0 0 85 -0.00272999999999851 0 85 5000 0 0 Loop time of 0.0137429 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:10 2021 Pair time (%) = 0.000511169 (3.71951) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.298394) Outpt time (%) = 0.0129931 (94.5439) Other time (%) = 0.000197649 (1.43819) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28228 ave 28228 max 28228 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28228 Ave neighs/atom = 5.6456 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:10 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 85 5000 0 0 86 -0.00276249999999849 0 86 5000 0 0 Loop time of 0.014195 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:10 2021 Pair time (%) = 0.000488043 (3.43814) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.246901) Outpt time (%) = 0.013562 (95.5407) Other time (%) = 0.000109911 (0.774295) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28228 ave 28228 max 28228 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28228 Ave neighs/atom = 5.6456 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:10 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 86 5000 0 0 87 -0.00279499999999847 0 87 5000 0 0 Loop time of 0.0135059 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:10 2021 Pair time (%) = 0.000599861 (4.44146) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.377772) Outpt time (%) = 0.012702 (94.0475) Other time (%) = 0.000153065 (1.13331) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28228 ave 28228 max 28228 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28228 Ave neighs/atom = 5.6456 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:10 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 87 5000 0 0 88 -0.00282749999999846 0 88 5000 0 0 Loop time of 0.0142262 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:10 2021 Pair time (%) = 0.000602007 (4.23168) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.23798) Outpt time (%) = 0.0134399 (94.4728) Other time (%) = 0.000150442 (1.0575) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28230 ave 28230 max 28230 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28230 Ave neighs/atom = 5.646 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:10 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 88 5000 0 0 89 -0.00285999999999844 0 89 5000 0 0 Loop time of 0.0133371 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:10 2021 Pair time (%) = 0.000520945 (3.90597) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.253843) Outpt time (%) = 0.012671 (95.0054) Other time (%) = 0.000111341 (0.834823) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28230 ave 28230 max 28230 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28230 Ave neighs/atom = 5.646 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:10 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 89 5000 0 0 90 -0.00289249999999842 0 90 5000 0 0 Loop time of 0.0149519 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:10 2021 Pair time (%) = 0.000547886 (3.66431) Neigh time (%) = 0 (0) Comm time (%) = 6.38962e-05 (0.427344) Outpt time (%) = 0.0140791 (94.1623) Other time (%) = 0.000261068 (1.74605) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28230 ave 28230 max 28230 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28230 Ave neighs/atom = 5.646 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:10 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 90 5000 0 0 91 -0.0029249999999984 0 91 5000 0 0 Loop time of 0.0143549 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:10 2021 Pair time (%) = 0.000486851 (3.39152) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.24415) Outpt time (%) = 0.0137219 (95.5904) Other time (%) = 0.000111103 (0.773971) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28231 ave 28231 max 28231 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28231 Ave neighs/atom = 5.6462 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:10 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 91 5000 0 0 92 -0.00295749999999839 0 92 5000 0 0 Loop time of 0.0133619 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:10 2021 Pair time (%) = 0.000486135 (3.63821) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.269431) Outpt time (%) = 0.0127001 (95.0467) Other time (%) = 0.000139713 (1.04561) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28231 ave 28231 max 28231 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28231 Ave neighs/atom = 5.6462 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:10 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 92 5000 0 0 93 -0.00298999999999837 0 93 5000 0 0 Loop time of 0.0141859 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:10 2021 Pair time (%) = 0.000588894 (4.15126) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.262185) Outpt time (%) = 0.0134349 (94.7059) Other time (%) = 0.000124931 (0.880672) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28231 ave 28231 max 28231 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28231 Ave neighs/atom = 5.6462 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:10 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 93 5000 0 0 94 -0.00302249999999835 0 94 5000 0 0 Loop time of 0.0142348 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:10 2021 Pair time (%) = 0.000653982 (4.59426) Neigh time (%) = 0 (0) Comm time (%) = 8.98838e-05 (0.631438) Outpt time (%) = 0.0133128 (93.5232) Other time (%) = 0.000178099 (1.25115) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28232 ave 28232 max 28232 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28232 Ave neighs/atom = 5.6464 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:10 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 94 5000 0 0 95 -0.00305499999999833 0 95 5000 0 0 Loop time of 0.013792 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:10 2021 Pair time (%) = 0.000550985 (3.99495) Neigh time (%) = 0 (0) Comm time (%) = 6.19888e-05 (0.449454) Outpt time (%) = 0.0129881 (94.1709) Other time (%) = 0.000190973 (1.38466) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28233 ave 28233 max 28233 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28233 Ave neighs/atom = 5.6466 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:10 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 95 5000 0 0 96 -0.00308749999999832 0 96 5000 0 0 Loop time of 0.0141599 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:10 2021 Pair time (%) = 0.000488997 (3.45339) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.247512) Outpt time (%) = 0.0134761 (95.171) Other time (%) = 0.00015974 (1.12812) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28234 ave 28234 max 28234 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28234 Ave neighs/atom = 5.6468 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:10 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 96 5000 0 0 97 -0.0031199999999983 0 97 5000 0 0 Loop time of 0.013509 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:10 2021 Pair time (%) = 0.000487089 (3.60565) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.259438) Outpt time (%) = 0.0128498 (95.1201) Other time (%) = 0.000137091 (1.01481) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28235 ave 28235 max 28235 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28235 Ave neighs/atom = 5.647 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:10 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 97 5000 0 0 98 -0.00315249999999828 0 98 5000 0 0 Loop time of 0.0139301 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:10 2021 Pair time (%) = 0.000488043 (3.50352) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.249884) Outpt time (%) = 0.013268 (95.2471) Other time (%) = 0.000139236 (0.999538) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28237 ave 28237 max 28237 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28237 Ave neighs/atom = 5.6474 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:10 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 98 5000 0 0 99 -0.00318499999999826 0 99 5000 0 0 Loop time of 0.013447 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:10 2021 Pair time (%) = 0.000486135 (3.61518) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.260634) Outpt time (%) = 0.01279 (95.1136) Other time (%) = 0.000135899 (1.01062) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28237 ave 28237 max 28237 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28237 Ave neighs/atom = 5.6474 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:10 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 99 5000 0 0 100 -0.00321749999999824 0 100 5000 0 0 Loop time of 0.014297 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:10 2021 Pair time (%) = 0.00050211 (3.51199) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.26515) Outpt time (%) = 0.013633 (95.3557) Other time (%) = 0.000123978 (0.867158) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28238 ave 28238 max 28238 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28238 Ave neighs/atom = 5.6476 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:10 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 100 5000 0 0 101 -0.00324999999999823 0 101 5000 0 0 Loop time of 0.0140011 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:10 2021 Pair time (%) = 0.000487089 (3.47893) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.243508) Outpt time (%) = 0.0133722 (95.5079) Other time (%) = 0.000107765 (0.769689) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28238 ave 28238 max 28238 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28238 Ave neighs/atom = 5.6476 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:10 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 101 5000 0 0 102 -0.00328249999999821 0 102 5000 0 0 Loop time of 0.013329 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:10 2021 Pair time (%) = 0.000488043 (3.6615) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.253998) Outpt time (%) = 0.012696 (95.251) Other time (%) = 0.000111103 (0.833542) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28239 ave 28239 max 28239 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28239 Ave neighs/atom = 5.6478 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:10 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 102 5000 0 0 103 -0.00331499999999819 0 103 5000 0 0 Loop time of 0.0141668 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:10 2021 Pair time (%) = 0.000525951 (3.71255) Neigh time (%) = 0 (0) Comm time (%) = 5.81741e-05 (0.410636) Outpt time (%) = 0.0134161 (94.7004) Other time (%) = 0.000166655 (1.17637) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28239 ave 28239 max 28239 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28239 Ave neighs/atom = 5.6478 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:10 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 103 5000 0 0 104 -0.00334749999999817 0 104 5000 0 0 Loop time of 0.01351 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:10 2021 Pair time (%) = 0.00052309 (3.87188) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.259419) Outpt time (%) = 0.0128171 (94.8716) Other time (%) = 0.000134706 (0.997088) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28239 ave 28239 max 28239 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28239 Ave neighs/atom = 5.6478 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:10 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 104 5000 0 0 105 -0.00337999999999816 0 105 5000 0 0 Loop time of 0.0135362 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:10 2021 Pair time (%) = 0.000514984 (3.80449) Neigh time (%) = 0 (0) Comm time (%) = 4.31538e-05 (0.318802) Outpt time (%) = 0.0128331 (94.8058) Other time (%) = 0.000144958 (1.07089) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28239 ave 28239 max 28239 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28239 Ave neighs/atom = 5.6478 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:10 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 105 5000 0 0 106 -0.00341249999999814 0 106 5000 0 0 Loop time of 0.0139048 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:10 2021 Pair time (%) = 0.000488043 (3.50988) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.245195) Outpt time (%) = 0.0132718 (95.4476) Other time (%) = 0.000110865 (0.797311) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28240 ave 28240 max 28240 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28240 Ave neighs/atom = 5.648 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:10 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 106 5000 0 0 107 -0.00344499999999812 0 107 5000 0 0 Loop time of 0.0135131 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:10 2021 Pair time (%) = 0.000484943 (3.58869) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.25936) Outpt time (%) = 0.0128572 (95.1463) Other time (%) = 0.000135899 (1.00568) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28241 ave 28241 max 28241 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28241 Ave neighs/atom = 5.6482 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:10 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 107 5000 0 0 108 -0.0034774999999981 0 108 5000 0 0 Loop time of 0.013993 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:10 2021 Pair time (%) = 0.000530958 (3.79445) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.24876) Outpt time (%) = 0.0132921 (94.9907) Other time (%) = 0.000135183 (0.966077) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28241 ave 28241 max 28241 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28241 Ave neighs/atom = 5.6482 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:10 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 108 5000 0 0 109 -0.00350999999999808 0 109 5000 0 0 Loop time of 0.0136671 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:10 2021 Pair time (%) = 0.000487804 (3.56919) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.254693) Outpt time (%) = 0.0130332 (95.3615) Other time (%) = 0.000111341 (0.814668) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28242 ave 28242 max 28242 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28242 Ave neighs/atom = 5.6484 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:10 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 109 5000 0 0 110 -0.00354249999999807 0 110 5000 0 0 Loop time of 0.0141881 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:10 2021 Pair time (%) = 0.000485897 (3.42469) Neigh time (%) = 0 (0) Comm time (%) = 5.00679e-05 (0.352888) Outpt time (%) = 0.013473 (94.9604) Other time (%) = 0.000179052 (1.26199) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28244 ave 28244 max 28244 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28244 Ave neighs/atom = 5.6488 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:10 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 110 5000 0 0 111 -0.00357499999999805 0 111 5000 0 0 Loop time of 0.0141571 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:10 2021 Pair time (%) = 0.000487089 (3.44061) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.247562) Outpt time (%) = 0.0135052 (95.3957) Other time (%) = 0.0001297 (0.916149) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28244 ave 28244 max 28244 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28244 Ave neighs/atom = 5.6488 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:10 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 111 5000 0 0 112 -0.00360749999999803 0 112 5000 0 0 Loop time of 0.013314 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:10 2021 Pair time (%) = 0.000488043 (3.66563) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.256075) Outpt time (%) = 0.0126779 (95.2223) Other time (%) = 0.000113964 (0.855971) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28244 ave 28244 max 28244 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28244 Ave neighs/atom = 5.6488 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:10 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 112 5000 0 0 113 -0.00363999999999801 0 113 5000 0 0 Loop time of 0.0140829 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:10 2021 Pair time (%) = 0.000488043 (3.4655) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.248866) Outpt time (%) = 0.013448 (95.4916) Other time (%) = 0.000111818 (0.794) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28244 ave 28244 max 28244 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28244 Ave neighs/atom = 5.6488 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:10 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 113 5000 0 0 114 -0.003672499999998 0 114 5000 0 0 Loop time of 0.013828 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:10 2021 Pair time (%) = 0.000486851 (3.52075) Neigh time (%) = 0 (0) Comm time (%) = 4.91142e-05 (0.355179) Outpt time (%) = 0.0131419 (95.0378) Other time (%) = 0.000150204 (1.08623) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28246 ave 28246 max 28246 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28246 Ave neighs/atom = 5.6492 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:10 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 114 5000 0 0 115 -0.00370499999999798 0 115 5000 0 0 Loop time of 0.013592 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:10 2021 Pair time (%) = 0.000500917 (3.68538) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.278903) Outpt time (%) = 0.012908 (94.9675) Other time (%) = 0.000145197 (1.06825) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28246 ave 28246 max 28246 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28246 Ave neighs/atom = 5.6492 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:10 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 115 5000 0 0 116 -0.00373749999999796 0 116 5000 0 0 Loop time of 0.0147631 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:10 2021 Pair time (%) = 0.000500917 (3.39303) Neigh time (%) = 0 (0) Comm time (%) = 8.2016e-05 (0.555547) Outpt time (%) = 0.014004 (94.858) Other time (%) = 0.000176191 (1.19346) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28247 ave 28247 max 28247 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28247 Ave neighs/atom = 5.6494 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:10 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 116 5000 0 0 117 -0.00376999999999794 0 117 5000 0 0 Loop time of 0.013304 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:10 2021 Pair time (%) = 0.000487089 (3.66122) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.256268) Outpt time (%) = 0.012671 (95.242) Other time (%) = 0.000111818 (0.840487) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28248 ave 28248 max 28248 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28248 Ave neighs/atom = 5.6496 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:10 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 117 5000 0 0 118 -0.00380249999999793 0 118 5000 0 0 Loop time of 0.013272 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:10 2021 Pair time (%) = 0.000486135 (3.66285) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.26407) Outpt time (%) = 0.012645 (95.2755) Other time (%) = 0.000105858 (0.7976) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28248 ave 28248 max 28248 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28248 Ave neighs/atom = 5.6496 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:10 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 118 5000 0 0 119 -0.00383499999999791 0 119 5000 0 0 Loop time of 0.013166 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:10 2021 Pair time (%) = 0.000484943 (3.68331) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.258955) Outpt time (%) = 0.0125158 (95.0618) Other time (%) = 0.00013113 (0.99598) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28249 ave 28249 max 28249 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28249 Ave neighs/atom = 5.6498 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:10 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 119 5000 0 0 120 -0.00386749999999789 0 120 5000 0 0 Loop time of 0.014015 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:10 2021 Pair time (%) = 0.000556946 (3.97394) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.250072) Outpt time (%) = 0.0132899 (94.8267) Other time (%) = 0.000133038 (0.949254) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28251 ave 28251 max 28251 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28251 Ave neighs/atom = 5.6502 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:10 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 120 5000 0 0 121 -0.00389999999999787 0 121 5000 0 0 Loop time of 0.0143468 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:10 2021 Pair time (%) = 0.000487804 (3.40008) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.235978) Outpt time (%) = 0.0136759 (95.3236) Other time (%) = 0.00014925 (1.0403) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28252 ave 28252 max 28252 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28252 Ave neighs/atom = 5.6504 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:10 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 121 5000 0 0 122 -0.00393249999999785 0 122 5000 0 0 Loop time of 0.0135581 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:10 2021 Pair time (%) = 0.000485897 (3.5838) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.249705) Outpt time (%) = 0.0129008 (95.1518) Other time (%) = 0.000137568 (1.01465) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28252 ave 28252 max 28252 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28252 Ave neighs/atom = 5.6504 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:10 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 122 5000 0 0 123 -0.00396499999999784 0 123 5000 0 0 Loop time of 0.0140882 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:10 2021 Pair time (%) = 0.000491858 (3.49128) Neigh time (%) = 0 (0) Comm time (%) = 8.39233e-05 (0.595701) Outpt time (%) = 0.0133362 (94.6624) Other time (%) = 0.000176191 (1.25063) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28252 ave 28252 max 28252 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28252 Ave neighs/atom = 5.6504 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:10 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 123 5000 0 0 124 -0.00399749999999782 0 124 5000 0 0 Loop time of 0.01351 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:10 2021 Pair time (%) = 0.000484943 (3.58952) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.259419) Outpt time (%) = 0.012881 (95.3446) Other time (%) = 0.000108957 (0.806494) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28252 ave 28252 max 28252 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28252 Ave neighs/atom = 5.6504 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:10 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 124 5000 0 0 125 -0.0040299999999978 0 125 5000 0 0 Loop time of 0.0135241 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:10 2021 Pair time (%) = 0.000530005 (3.91898) Neigh time (%) = 0 (0) Comm time (%) = 4.29153e-05 (0.317326) Outpt time (%) = 0.012763 (94.3728) Other time (%) = 0.000188112 (1.39095) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28252 ave 28252 max 28252 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28252 Ave neighs/atom = 5.6504 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:10 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 125 5000 0 0 126 -0.00406249999999778 0 126 5000 0 0 Loop time of 0.0143101 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:10 2021 Pair time (%) = 0.000485182 (3.39048) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.23825) Outpt time (%) = 0.0136821 (95.6115) Other time (%) = 0.000108719 (0.759734) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28254 ave 28254 max 28254 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28254 Ave neighs/atom = 5.6508 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:10 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 126 5000 0 0 127 -0.00409499999999777 0 127 5000 0 0 Loop time of 0.0133519 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:10 2021 Pair time (%) = 0.000486135 (3.64094) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.255348) Outpt time (%) = 0.0127189 (95.2591) Other time (%) = 0.000112772 (0.844613) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28256 ave 28256 max 28256 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28256 Ave neighs/atom = 5.6512 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:10 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 127 5000 0 0 128 -0.00412749999999775 0 128 5000 0 0 Loop time of 0.0139771 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:10 2021 Pair time (%) = 0.000533104 (3.81414) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.243927) Outpt time (%) = 0.0132692 (94.9355) Other time (%) = 0.000140667 (1.00641) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28257 ave 28257 max 28257 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28257 Ave neighs/atom = 5.6514 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:10 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 128 5000 0 0 129 -0.00415999999999773 0 129 5000 0 0 Loop time of 0.013684 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:10 2021 Pair time (%) = 0.000488997 (3.57348) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.25612) Outpt time (%) = 0.0130031 (95.024) Other time (%) = 0.000156879 (1.14644) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28258 ave 28258 max 28258 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28258 Ave neighs/atom = 5.6516 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:10 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 129 5000 0 0 130 -0.00419249999999771 0 130 5000 0 0 Loop time of 0.0146348 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:11 2021 Pair time (%) = 0.000497818 (3.40159) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.252513) Outpt time (%) = 0.013973 (95.4776) Other time (%) = 0.000127077 (0.868319) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28258 ave 28258 max 28258 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28258 Ave neighs/atom = 5.6516 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:11 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 130 5000 0 0 131 -0.0042249999999977 0 131 5000 0 0 Loop time of 0.0144629 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:11 2021 Pair time (%) = 0.00049305 (3.40905) Neigh time (%) = 0 (0) Comm time (%) = 7.20024e-05 (0.49784) Outpt time (%) = 0.0136859 (94.6276) Other time (%) = 0.000211954 (1.4655) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28258 ave 28258 max 28258 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28258 Ave neighs/atom = 5.6516 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:11 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 131 5000 0 0 132 -0.00425749999999768 0 132 5000 0 0 Loop time of 0.0140951 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:11 2021 Pair time (%) = 0.000543118 (3.85325) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.263875) Outpt time (%) = 0.0133691 (94.8494) Other time (%) = 0.000145674 (1.03351) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28258 ave 28258 max 28258 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28258 Ave neighs/atom = 5.6516 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:11 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 132 5000 0 0 133 -0.00428999999999766 0 133 5000 0 0 Loop time of 0.0142779 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:11 2021 Pair time (%) = 0.000494003 (3.45991) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.287212) Outpt time (%) = 0.0135491 (94.8953) Other time (%) = 0.000193834 (1.35758) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28259 ave 28259 max 28259 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28259 Ave neighs/atom = 5.6518 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:11 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 133 5000 0 0 134 -0.00432249999999764 0 134 5000 0 0 Loop time of 0.0145659 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:11 2021 Pair time (%) = 0.000492096 (3.3784) Neigh time (%) = 0 (0) Comm time (%) = 4.81606e-05 (0.330638) Outpt time (%) = 0.0138321 (94.9619) Other time (%) = 0.000193596 (1.3291) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28259 ave 28259 max 28259 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28259 Ave neighs/atom = 5.6518 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:11 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 134 5000 0 0 135 -0.00435499999999762 0 135 5000 0 0 Loop time of 0.0139029 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:11 2021 Pair time (%) = 0.000507832 (3.6527) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.29496) Outpt time (%) = 0.01316 (94.6564) Other time (%) = 0.000194073 (1.39592) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28259 ave 28259 max 28259 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28259 Ave neighs/atom = 5.6518 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:11 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 135 5000 0 0 136 -0.00438749999999761 0 136 5000 0 0 Loop time of 0.014291 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:11 2021 Pair time (%) = 0.000486135 (3.40168) Neigh time (%) = 0 (0) Comm time (%) = 5.19753e-05 (0.363691) Outpt time (%) = 0.0136118 (95.247) Other time (%) = 0.000141144 (0.987638) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28260 ave 28260 max 28260 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28260 Ave neighs/atom = 5.652 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:11 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 136 5000 0 6.0933954 137 -0.00441999999999759 6.09339110615946 137 5000 5.8299797e-21 6.09359 Loop time of 0.0144858 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:11 2021 Pair time (%) = 0.000490904 (3.38885) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.248527) Outpt time (%) = 0.013814 (95.3619) Other time (%) = 0.000144958 (1.00069) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28260 ave 28260 max 28260 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28260 Ave neighs/atom = 5.652 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:11 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 137 5000 5.8299797e-21 43.317822 138 -0.00445249999999757 43.3177648617074 138 5000 1.9449289e-19 43.319179 Loop time of 0.0143061 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:11 2021 Pair time (%) = 0.000494003 (3.4531) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.243317) Outpt time (%) = 0.013598 (95.0503) Other time (%) = 0.000179291 (1.25325) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28260 ave 28260 max 28260 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28260 Ave neighs/atom = 5.652 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:11 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 138 5000 1.9449289e-19 146.73306 139 -0.00448499999999755 146.732757275655 139 5000 1.7255978e-18 146.73755 Loop time of 0.014416 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:11 2021 Pair time (%) = 0.000498056 (3.45489) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.243116) Outpt time (%) = 0.0137458 (95.351) Other time (%) = 0.000137091 (0.950963) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28260 ave 28260 max 28260 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28260 Ave neighs/atom = 5.652 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:11 2021 Memory usage per processor = 26.1917 Mbytes Step Atoms AVEKE stressZZ 139 5000 1.7255978e-18 337.68323 140 -0.00451749999999753 337.682211095601 140 5000 8.6875163e-18 337.69324 Loop time of 0.015166 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:11 2021 Pair time (%) = 0.000565052 (3.72577) Neigh time (%) = 0 (0) Comm time (%) = 4.41074e-05 (0.29083) Outpt time (%) = 0.0143549 (94.6519) Other time (%) = 0.000201941 (1.33153) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28260 ave 28260 max 28260 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28260 Ave neighs/atom = 5.652 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:11 2021 Memory usage per processor = 27.4979 Mbytes Step Atoms AVEKE stressZZ 140 5000 8.6875163e-18 632.79368 141 -0.00454999999999752 632.7910123275 141 5000 3.1380429e-17 632.81167 Loop time of 0.01474 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:11 2021 Pair time (%) = 0.000530958 (3.60216) Neigh time (%) = 0 (0) Comm time (%) = 6.19888e-05 (0.420549) Outpt time (%) = 0.0138969 (94.2805) Other time (%) = 0.000250101 (1.69675) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28260 ave 28260 max 28260 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28260 Ave neighs/atom = 5.652 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:11 2021 Memory usage per processor = 27.4979 Mbytes Step Atoms AVEKE stressZZ 141 5000 3.1380429e-17 1056.4866 142 -0.0045824999999975 1056.48077536346 142 5000 9.1038045e-17 1056.5153 Loop time of 0.0144601 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:11 2021 Pair time (%) = 0.000518084 (3.58285) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.248969) Outpt time (%) = 0.013715 (94.8475) Other time (%) = 0.000190973 (1.32069) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28260 ave 28260 max 28260 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28260 Ave neighs/atom = 5.652 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:11 2021 Memory usage per processor = 27.4979 Mbytes Step Atoms AVEKE stressZZ 142 5000 9.1038045e-17 1622.6297 143 -0.00461499999999748 1622.61840285794 143 5000 2.2607864e-16 1622.6714 Loop time of 0.0145431 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:11 2021 Pair time (%) = 0.000527859 (3.62963) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.254107) Outpt time (%) = 0.0138571 (95.2835) Other time (%) = 0.000121117 (0.832814) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28261 ave 28261 max 28261 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28261 Ave neighs/atom = 5.6522 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:11 2021 Memory usage per processor = 27.4979 Mbytes Step Atoms AVEKE stressZZ 143 5000 2.2607864e-16 2325.9145 144 -0.00464749999999746 2325.89458939332 144 5000 4.9990902e-16 2325.9705 Loop time of 0.0146899 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:11 2021 Pair time (%) = 0.000524044 (3.56737) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.238582) Outpt time (%) = 0.0139921 (95.2495) Other time (%) = 0.00013876 (0.944591) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28261 ave 28261 max 28261 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28261 Ave neighs/atom = 5.6522 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:11 2021 Memory usage per processor = 27.4979 Mbytes Step Atoms AVEKE stressZZ 144 5000 4.9990902e-16 3177.044 145 -0.00467999999999745 3177.01123503406 145 5000 1.0097805e-15 3177.115 Loop time of 0.0147712 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:11 2021 Pair time (%) = 0.000682831 (4.62271) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.243725) Outpt time (%) = 0.0138919 (94.0473) Other time (%) = 0.000160456 (1.08627) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28261 ave 28261 max 28261 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28261 Ave neighs/atom = 5.6522 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:11 2021 Memory usage per processor = 27.4979 Mbytes Step Atoms AVEKE stressZZ 145 5000 1.0097805e-15 4202.5759 146 -0.00471249999999743 4202.52507756892 146 5000 1.8962093e-15 4202.6623 Loop time of 0.014611 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:11 2021 Pair time (%) = 0.000547171 (3.74492) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.252925) Outpt time (%) = 0.0139012 (95.1422) Other time (%) = 0.000125647 (0.859945) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28261 ave 28261 max 28261 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28261 Ave neighs/atom = 5.6522 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:11 2021 Memory usage per processor = 27.4979 Mbytes Step Atoms AVEKE stressZZ 146 5000 1.8962093e-15 5429.4769 147 -0.00474499999999741 5429.40158899608 147 5000 3.353598e-15 5429.5789 Loop time of 0.0147581 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:11 2021 Pair time (%) = 0.000552177 (3.74152) Neigh time (%) = 0 (0) Comm time (%) = 3.98159e-05 (0.26979) Outpt time (%) = 0.0140049 (94.8966) Other time (%) = 0.000161171 (1.09208) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28261 ave 28261 max 28261 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28261 Ave neighs/atom = 5.6522 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:11 2021 Memory usage per processor = 27.4979 Mbytes Step Atoms AVEKE stressZZ 147 5000 3.353598e-15 6878.8395 148 -0.00477749999999739 6878.73162701438 148 5000 5.6428754e-15 6878.9563 Loop time of 0.014904 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:11 2021 Pair time (%) = 0.000545025 (3.6569) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.342334) Outpt time (%) = 0.0141659 (95.0474) Other time (%) = 0.000142097 (0.953417) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28261 ave 28261 max 28261 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28261 Ave neighs/atom = 5.6522 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:11 2021 Memory usage per processor = 27.4979 Mbytes Step Atoms AVEKE stressZZ 148 5000 5.6428754e-15 8561.2167 149 -0.00480999999999738 8561.06686523266 149 5000 9.106052e-15 8561.3465 Loop time of 0.01511 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:11 2021 Pair time (%) = 0.000550032 (3.64018) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.238261) Outpt time (%) = 0.014395 (95.2679) Other time (%) = 0.000128984 (0.853635) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28261 ave 28261 max 28261 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28261 Ave neighs/atom = 5.6522 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:11 2021 Memory usage per processor = 27.4979 Mbytes Step Atoms AVEKE stressZZ 149 5000 9.106052e-15 10472.214 150 -0.00484249999999736 10472.0108907079 150 5000 1.41809e-14 10472.353 Loop time of 0.0161681 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:11 2021 Pair time (%) = 0.000675201 (4.17613) Neigh time (%) = 0 (0) Comm time (%) = 5.88894e-05 (0.364232) Outpt time (%) = 0.0152941 (94.594) Other time (%) = 0.000139952 (0.865603) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28261 ave 28261 max 28261 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28261 Ave neighs/atom = 5.6522 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:11 2021 Memory usage per processor = 27.5004 Mbytes Step Atoms AVEKE stressZZ 150 5000 1.41809e-14 12604.389 151 -0.00487499999999734 12604.1192410778 151 5000 2.1419666e-14 12604.531 Loop time of 0.0154371 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:11 2021 Pair time (%) = 0.000556946 (3.60783) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.233212) Outpt time (%) = 0.0146792 (95.0902) Other time (%) = 0.000164986 (1.06876) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28261 ave 28261 max 28261 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28261 Ave neighs/atom = 5.6522 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:11 2021 Memory usage per processor = 27.5004 Mbytes Step Atoms AVEKE stressZZ 151 5000 2.1419666e-14 14970.91 152 -0.00490749999999732 14970.5590219318 152 5000 3.1504864e-14 14971.048 Loop time of 0.0151911 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:11 2021 Pair time (%) = 0.000568867 (3.74474) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.243267) Outpt time (%) = 0.014437 (95.0358) Other time (%) = 0.000148296 (0.976207) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28261 ave 28261 max 28261 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28261 Ave neighs/atom = 5.6522 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:11 2021 Memory usage per processor = 27.5004 Mbytes Step Atoms AVEKE stressZZ 152 5000 3.1504864e-14 17584.325 153 -0.00493999999999731 17583.8750014749 153 5000 4.5266633e-14 17584.449 Loop time of 0.015543 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:11 2021 Pair time (%) = 0.000659943 (4.24592) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.328261) Outpt time (%) = 0.0146148 (94.0284) Other time (%) = 0.000217199 (1.39741) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28261 ave 28261 max 28261 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28261 Ave neighs/atom = 5.6522 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:11 2021 Memory usage per processor = 27.5004 Mbytes Step Atoms AVEKE stressZZ 153 5000 4.5266633e-14 20444.476 154 -0.00497249999999729 20443.9089112607 154 5000 6.3704554e-14 20444.577 Loop time of 0.0150139 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:11 2021 Pair time (%) = 0.000715971 (4.76871) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.319184) Outpt time (%) = 0.0140309 (93.4527) Other time (%) = 0.000219107 (1.45936) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28261 ave 28261 max 28261 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28261 Ave neighs/atom = 5.6522 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:11 2021 Memory usage per processor = 27.5004 Mbytes Step Atoms AVEKE stressZZ 154 5000 6.3704554e-14 23564.95 155 -0.00500499999999727 23564.2448268392 155 5000 8.8005695e-14 23565.015 Loop time of 0.015274 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:11 2021 Pair time (%) = 0.000636101 (4.16459) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.262238) Outpt time (%) = 0.0144551 (94.6382) Other time (%) = 0.000142813 (0.935002) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28261 ave 28261 max 28261 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28261 Ave neighs/atom = 5.6522 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:11 2021 Memory usage per processor = 27.5004 Mbytes Step Atoms AVEKE stressZZ 155 5000 8.8005695e-14 26948.314 156 -0.00503749999999725 26947.4464212732 156 5000 1.1956512e-13 26948.327 Loop time of 0.0153871 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:11 2021 Pair time (%) = 0.000586987 (3.81481) Neigh time (%) = 0 (0) Comm time (%) = 5.00679e-05 (0.32539) Outpt time (%) = 0.014518 (94.3522) Other time (%) = 0.000231981 (1.50764) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28263 ave 28263 max 28263 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28263 Ave neighs/atom = 5.6526 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:11 2021 Memory usage per processor = 27.5004 Mbytes Step Atoms AVEKE stressZZ 156 5000 1.1956512e-13 30595.317 157 -0.00506999999999723 30594.2602679542 157 5000 1.6001155e-13 30595.26 Loop time of 0.0151 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:11 2021 Pair time (%) = 0.000581026 (3.84785) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.238419) Outpt time (%) = 0.0143352 (94.9348) Other time (%) = 0.00014782 (0.978937) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28263 ave 28263 max 28263 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28263 Ave neighs/atom = 5.6526 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:11 2021 Memory usage per processor = 27.5004 Mbytes Step Atoms AVEKE stressZZ 157 5000 1.6001155e-13 34500.943 158 -0.00510249999999722 34499.6696201499 158 5000 2.1122985e-13 34500.797 Loop time of 0.015456 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:11 2021 Pair time (%) = 0.000623941 (4.0369) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.226757) Outpt time (%) = 0.0146511 (94.7923) Other time (%) = 0.000145912 (0.944051) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28264 ave 28264 max 28264 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28264 Ave neighs/atom = 5.6528 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:11 2021 Memory usage per processor = 27.5004 Mbytes Step Atoms AVEKE stressZZ 158 5000 2.1122985e-13 38681.671 159 -0.0051349999999972 38680.1507011096 159 5000 2.7538118e-13 38681.414 Loop time of 0.015939 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:11 2021 Pair time (%) = 0.000592947 (3.7201) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.225869) Outpt time (%) = 0.0151651 (95.1446) Other time (%) = 0.000144958 (0.909458) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28264 ave 28264 max 28264 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28264 Ave neighs/atom = 5.6528 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:11 2021 Memory usage per processor = 27.5004 Mbytes Step Atoms AVEKE stressZZ 159 5000 2.7538118e-13 43140.994 160 -0.00516749999999718 43139.1929167464 160 5000 3.5492809e-13 43140.602 Loop time of 0.0163219 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:11 2021 Pair time (%) = 0.000602007 (3.68834) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.226413) Outpt time (%) = 0.015533 (95.1664) Other time (%) = 0.000149965 (0.918798) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28265 ave 28265 max 28265 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28265 Ave neighs/atom = 5.653 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:11 2021 Memory usage per processor = 27.503 Mbytes Step Atoms AVEKE stressZZ 160 5000 3.5492809e-13 47873.19 161 -0.00519999999999716 47871.0734269188 161 5000 4.5266061e-13 47872.637 Loop time of 0.015372 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:11 2021 Pair time (%) = 0.000598907 (3.89608) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.240403) Outpt time (%) = 0.0145929 (94.9314) Other time (%) = 0.00014329 (0.932144) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28266 ave 28266 max 28266 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28266 Ave neighs/atom = 5.6532 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:11 2021 Memory usage per processor = 27.503 Mbytes Step Atoms AVEKE stressZZ 161 5000 4.5266061e-13 52882.022 162 -0.00523249999999714 52879.5527003093 162 5000 5.7171596e-13 52881.28 Loop time of 0.0155358 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:11 2021 Pair time (%) = 0.000612974 (3.94555) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.23173) Outpt time (%) = 0.0147479 (94.928) Other time (%) = 0.000138998 (0.894693) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28266 ave 28266 max 28266 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28266 Ave neighs/atom = 5.6532 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:11 2021 Memory usage per processor = 27.503 Mbytes Step Atoms AVEKE stressZZ 162 5000 5.7171596e-13 58171.877 163 -0.00526499999999713 58169.0110801436 163 5000 7.1561152e-13 58170.912 Loop time of 0.015415 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:11 2021 Pair time (%) = 0.000654936 (4.2487) Neigh time (%) = 0 (0) Comm time (%) = 4.3869e-05 (0.284587) Outpt time (%) = 0.014581 (94.5897) Other time (%) = 0.000135183 (0.876962) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28266 ave 28266 max 28266 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28266 Ave neighs/atom = 5.6532 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:11 2021 Memory usage per processor = 27.503 Mbytes Step Atoms AVEKE stressZZ 163 5000 7.1561152e-13 63750.438 164 -0.00529749999999711 63747.1358545569 164 5000 8.8826539e-13 63749.219 Loop time of 0.0154929 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:11 2021 Pair time (%) = 0.000669956 (4.32427) Neigh time (%) = 0 (0) Comm time (%) = 5.60284e-05 (0.361639) Outpt time (%) = 0.014632 (94.4431) Other time (%) = 0.000134945 (0.87101) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28266 ave 28266 max 28266 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28266 Ave neighs/atom = 5.6532 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:11 2021 Memory usage per processor = 27.503 Mbytes Step Atoms AVEKE stressZZ 164 5000 8.8826539e-13 69621.536 165 -0.00532999999999709 69617.7485580043 165 5000 1.0940218e-12 69620.023 Loop time of 0.0155201 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:11 2021 Pair time (%) = 0.000611067 (3.93726) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.231965) Outpt time (%) = 0.0147262 (94.8845) Other time (%) = 0.000146866 (0.946295) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28266 ave 28266 max 28266 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28266 Ave neighs/atom = 5.6532 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:11 2021 Memory usage per processor = 27.503 Mbytes Step Atoms AVEKE stressZZ 165 5000 1.0940218e-12 75787.457 166 -0.00536249999999707 75783.9617265787 166 5000 5.840065e-13 75783.962 Loop time of 0.0157521 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:11 2021 Pair time (%) = 0.00077796 (4.93878) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.234603) Outpt time (%) = 0.0147772 (93.811) Other time (%) = 0.000159979 (1.0156) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28266 ave 28266 max 28266 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28266 Ave neighs/atom = 5.6532 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:11 2021 Memory usage per processor = 27.503 Mbytes Step Atoms AVEKE stressZZ 166 5000 5.840065e-13 75783.914 167 -0.00536249999999707 75780.6415483153 167 5000 7.6651077e-13 75783.118 Loop time of 0.0152609 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:11 2021 Pair time (%) = 0.000674009 (4.41657) Neigh time (%) = 0 (0) Comm time (%) = 5.31673e-05 (0.348389) Outpt time (%) = 0.014359 (94.0899) Other time (%) = 0.000174761 (1.14515) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28266 ave 28266 max 28266 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28266 Ave neighs/atom = 5.6532 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:11 2021 Memory usage per processor = 27.503 Mbytes Step Atoms AVEKE stressZZ 167 5000 7.6651077e-13 82247.877 168 -0.00539499999999706 82244.0316154823 168 5000 9.8858268e-13 82246.719 Loop time of 0.0149231 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:11 2021 Pair time (%) = 0.000650167 (4.35679) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.226866) Outpt time (%) = 0.0140612 (94.2245) Other time (%) = 0.00017786 (1.19185) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28266 ave 28266 max 28266 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28266 Ave neighs/atom = 5.6532 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:11 2021 Memory usage per processor = 27.503 Mbytes Step Atoms AVEKE stressZZ 168 5000 9.8858268e-13 89021.318 169 -0.00542749999999704 89016.8499533372 169 5000 1.2559733e-12 89019.759 Loop time of 0.014786 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:11 2021 Pair time (%) = 0.000623226 (4.21497) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.228969) Outpt time (%) = 0.01402 (94.8192) Other time (%) = 0.000108957 (0.736895) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28266 ave 28266 max 28266 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28266 Ave neighs/atom = 5.6532 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:11 2021 Memory usage per processor = 27.503 Mbytes Step Atoms AVEKE stressZZ 169 5000 1.2559733e-12 96102.265 170 -0.00545999999999702 96098.0930171931 170 5000 6.9379728e-13 96098.093 Loop time of 0.0159161 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:11 2021 Pair time (%) = 0.000627041 (3.93966) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.21421) Outpt time (%) = 0.0151682 (95.3009) Other time (%) = 8.67844e-05 (0.545261) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28267 ave 28267 max 28267 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28267 Ave neighs/atom = 5.6534 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:11 2021 Memory usage per processor = 27.5053 Mbytes Step Atoms AVEKE stressZZ 170 5000 6.9379728e-13 96098.026 171 -0.00545999999999702 96094.0646882182 171 5000 9.3667164e-13 96097.205 Loop time of 0.0158639 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:11 2021 Pair time (%) = 0.000626087 (3.94662) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.214915) Outpt time (%) = 0.015095 (95.1531) Other time (%) = 0.000108719 (0.685323) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28267 ave 28267 max 28267 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28267 Ave neighs/atom = 5.6534 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:11 2021 Memory usage per processor = 27.5053 Mbytes Step Atoms AVEKE stressZZ 171 5000 9.3667164e-13 103497.84 172 -0.005492499999997 103493.150125409 172 5000 1.2338797e-12 103496.53 Loop time of 0.016289 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:11 2021 Pair time (%) = 0.000718117 (4.4086) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.251753) Outpt time (%) = 0.0153751 (94.3897) Other time (%) = 0.000154734 (0.949928) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28267 ave 28267 max 28267 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28267 Ave neighs/atom = 5.6534 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:11 2021 Memory usage per processor = 27.5053 Mbytes Step Atoms AVEKE stressZZ 172 5000 1.2338797e-12 111214.43 173 -0.00552499999999699 111209.989138747 173 5000 7.0881634e-13 111209.99 Loop time of 0.015831 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:11 2021 Pair time (%) = 0.000650167 (4.10693) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.22741) Outpt time (%) = 0.014993 (94.7063) Other time (%) = 0.000151873 (0.959337) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28268 ave 28268 max 28268 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28268 Ave neighs/atom = 5.6536 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:11 2021 Memory usage per processor = 27.5053 Mbytes Step Atoms AVEKE stressZZ 173 5000 7.0881634e-13 111209.91 174 -0.00552499999999699 111205.618387185 174 5000 9.8738939e-13 111209.25 Loop time of 0.016 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:11 2021 Pair time (%) = 0.000635147 (3.96966) Neigh time (%) = 0 (0) Comm time (%) = 5.00679e-05 (0.312924) Outpt time (%) = 0.015167 (94.7935) Other time (%) = 0.00014782 (0.92387) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28268 ave 28268 max 28268 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28268 Ave neighs/atom = 5.6536 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:11 2021 Memory usage per processor = 27.5053 Mbytes Step Atoms AVEKE stressZZ 174 5000 9.8738939e-13 119232.87 175 -0.00555749999999697 119227.735210569 175 5000 1.3316071e-12 119231.63 Loop time of 0.016463 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:11 2021 Pair time (%) = 0.000753164 (4.57488) Neigh time (%) = 0 (0) Comm time (%) = 6.69956e-05 (0.406946) Outpt time (%) = 0.015511 (94.2173) Other time (%) = 0.000131845 (0.800857) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28268 ave 28268 max 28268 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28268 Ave neighs/atom = 5.6536 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:11 2021 Memory usage per processor = 27.5053 Mbytes Step Atoms AVEKE stressZZ 175 5000 1.3316071e-12 127561.21 176 -0.00558999999999695 127556.293345698 176 5000 7.8363412e-13 127556.29 Loop time of 0.016165 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:11 2021 Pair time (%) = 0.000741005 (4.584) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.247784) Outpt time (%) = 0.0152149 (94.1225) Other time (%) = 0.000169039 (1.04571) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28269 ave 28269 max 28269 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28269 Ave neighs/atom = 5.6538 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:11 2021 Memory usage per processor = 27.5053 Mbytes Step Atoms AVEKE stressZZ 176 5000 7.8363412e-13 127556.2 177 -0.00558999999999695 127551.402719794 177 5000 1.1121664e-12 127555.57 Loop time of 0.0161841 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:11 2021 Pair time (%) = 0.00065589 (4.05268) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.222448) Outpt time (%) = 0.0153069 (94.5802) Other time (%) = 0.000185251 (1.14465) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28269 ave 28269 max 28269 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28269 Ave neighs/atom = 5.6538 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:11 2021 Memory usage per processor = 27.5053 Mbytes Step Atoms AVEKE stressZZ 177 5000 1.1121664e-12 136194.96 178 -0.00562249999999693 136190.261730821 178 5000 6.8962274e-13 136190.26 Loop time of 0.0163672 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:12 2021 Pair time (%) = 0.000717878 (4.38608) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.227243) Outpt time (%) = 0.0155089 (94.7559) Other time (%) = 0.000103235 (0.630745) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28270 ave 28270 max 28270 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28270 Ave neighs/atom = 5.654 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:12 2021 Memory usage per processor = 27.5053 Mbytes Step Atoms AVEKE stressZZ 178 5000 6.8962274e-13 136190.16 179 -0.00562249999999693 136185.483538651 179 5000 1.0181076e-12 136189.93 Loop time of 0.01599 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:12 2021 Pair time (%) = 0.000669003 (4.18388) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.232603) Outpt time (%) = 0.0151331 (94.6412) Other time (%) = 0.000150681 (0.942341) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28270 ave 28270 max 28270 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28270 Ave neighs/atom = 5.654 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:12 2021 Memory usage per processor = 27.5053 Mbytes Step Atoms AVEKE stressZZ 179 5000 1.0181076e-12 145153.65 180 -0.00565499999999691 145148.990509328 180 5000 6.5596895e-13 145148.99 Loop time of 0.017298 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:12 2021 Pair time (%) = 0.000705957 (4.08115) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.208124) Outpt time (%) = 0.0164518 (95.1084) Other time (%) = 0.000104189 (0.602318) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28271 ave 28271 max 28271 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28271 Ave neighs/atom = 5.6542 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:12 2021 Memory usage per processor = 27.507 Mbytes Step Atoms AVEKE stressZZ 180 5000 6.5596895e-13 145148.89 181 -0.00565499999999691 145144.166600677 181 5000 9.9567314e-13 145148.91 Loop time of 0.016206 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:12 2021 Pair time (%) = 0.000727177 (4.48708) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.222147) Outpt time (%) = 0.015296 (94.3845) Other time (%) = 0.000146866 (0.906242) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28271 ave 28271 max 28271 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28271 Ave neighs/atom = 5.6542 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:12 2021 Memory usage per processor = 27.507 Mbytes Step Atoms AVEKE stressZZ 181 5000 9.9567314e-13 154452.2 182 -0.0056874999999969 154446.368624295 182 5000 1.4281403e-12 154451.42 Loop time of 0.0152099 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:12 2021 Pair time (%) = 0.000657082 (4.32009) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.230426) Outpt time (%) = 0.0143869 (94.5889) Other time (%) = 0.000130892 (0.860569) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28271 ave 28271 max 28271 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28271 Ave neighs/atom = 5.6542 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:12 2021 Memory usage per processor = 27.507 Mbytes Step Atoms AVEKE stressZZ 182 5000 1.4281403e-12 164089.6 183 -0.00571999999999688 164083.887457146 183 5000 8.934166e-13 164083.89 Loop time of 0.0162899 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:12 2021 Pair time (%) = 0.000936031 (5.74607) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.232711) Outpt time (%) = 0.0151861 (93.2236) Other time (%) = 0.000129938 (0.797658) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28271 ave 28271 max 28271 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28271 Ave neighs/atom = 5.6542 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:12 2021 Memory usage per processor = 27.507 Mbytes Step Atoms AVEKE stressZZ 183 5000 8.934166e-13 164083.75 184 -0.00571999999999688 164078.048282341 184 5000 1.327282e-12 164083.41 Loop time of 0.016053 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:12 2021 Pair time (%) = 0.000703096 (4.37985) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.212384) Outpt time (%) = 0.0151742 (94.5256) Other time (%) = 0.000141621 (0.882209) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28271 ave 28271 max 28271 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28271 Ave neighs/atom = 5.6542 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:12 2021 Memory usage per processor = 27.507 Mbytes Step Atoms AVEKE stressZZ 184 5000 1.327282e-12 174054.26 185 -0.00575249999999686 174048.582802519 185 5000 8.5886441e-13 174048.58 Loop time of 0.0152869 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:12 2021 Pair time (%) = 0.000664949 (4.34979) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.227705) Outpt time (%) = 0.014492 (94.8002) Other time (%) = 9.5129e-05 (0.62229) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28271 ave 28271 max 28271 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28271 Ave neighs/atom = 5.6542 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:12 2021 Memory usage per processor = 27.507 Mbytes Step Atoms AVEKE stressZZ 185 5000 8.5886441e-13 174048.44 186 -0.00575249999999686 174042.688076185 186 5000 1.3074535e-12 174048.38 Loop time of 0.0161159 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:12 2021 Pair time (%) = 0.000692129 (4.2947) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.229307) Outpt time (%) = 0.015213 (94.3975) Other time (%) = 0.000173807 (1.07848) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28271 ave 28271 max 28271 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28271 Ave neighs/atom = 5.6542 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:12 2021 Memory usage per processor = 27.507 Mbytes Step Atoms AVEKE stressZZ 186 5000 1.3074535e-12 184357.41 187 -0.00578499999999684 184351.630807255 187 5000 8.65372e-13 184351.63 Loop time of 0.0161691 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:12 2021 Pair time (%) = 0.00071311 (4.41033) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.216757) Outpt time (%) = 0.0153282 (94.7993) Other time (%) = 9.27448e-05 (0.573594) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28271 ave 28271 max 28271 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28271 Ave neighs/atom = 5.6542 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:12 2021 Memory usage per processor = 27.507 Mbytes Step Atoms AVEKE stressZZ 187 5000 8.65372e-13 184351.48 188 -0.00578499999999684 184345.560216522 188 5000 1.338484e-12 184351.59 Loop time of 0.015348 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:12 2021 Pair time (%) = 0.000668049 (4.35269) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.220586) Outpt time (%) = 0.0145278 (94.6562) Other time (%) = 0.000118256 (0.770497) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28271 ave 28271 max 28271 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28271 Ave neighs/atom = 5.6542 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:12 2021 Memory usage per processor = 27.507 Mbytes Step Atoms AVEKE stressZZ 188 5000 1.338484e-12 194998.5 189 -0.00581749999999683 194992.509111321 189 5000 8.9864187e-13 194992.51 Loop time of 0.0161588 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:12 2021 Pair time (%) = 0.000725985 (4.49281) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.228698) Outpt time (%) = 0.0152438 (94.3371) Other time (%) = 0.000152111 (0.94135) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28271 ave 28271 max 28271 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28271 Ave neighs/atom = 5.6542 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:12 2021 Memory usage per processor = 27.507 Mbytes Step Atoms AVEKE stressZZ 189 5000 8.9864187e-13 194992.34 190 -0.00581749999999683 194986.181180076 190 5000 1.4037451e-12 194992.56 Loop time of 0.017267 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:12 2021 Pair time (%) = 0.00071311 (4.1299) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.201593) Outpt time (%) = 0.016402 (94.9905) Other time (%) = 0.000117064 (0.677961) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28271 ave 28271 max 28271 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28271 Ave neighs/atom = 5.6542 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:12 2021 Memory usage per processor = 27.5086 Mbytes Step Atoms AVEKE stressZZ 190 5000 1.4037451e-12 205982.24 191 -0.00584999999999681 205975.985615687 191 5000 9.5056674e-13 205975.99 Loop time of 0.0154321 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:12 2021 Pair time (%) = 0.000674963 (4.37375) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.225563) Outpt time (%) = 0.014627 (94.7827) Other time (%) = 9.53674e-05 (0.61798) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28271 ave 28271 max 28271 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28271 Ave neighs/atom = 5.6542 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:12 2021 Memory usage per processor = 27.5086 Mbytes Step Atoms AVEKE stressZZ 191 5000 9.5056674e-13 205975.8 192 -0.00584999999999681 205969.34063068 192 5000 1.4936002e-12 205976.07 Loop time of 0.0164649 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:12 2021 Pair time (%) = 0.000802994 (4.87699) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.218654) Outpt time (%) = 0.0154169 (93.6344) Other time (%) = 0.000209093 (1.26993) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28271 ave 28271 max 28271 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28271 Ave neighs/atom = 5.6542 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:12 2021 Memory usage per processor = 27.5086 Mbytes Step Atoms AVEKE stressZZ 192 5000 1.4936002e-12 217301.02 193 -0.00588249999999679 217294.439051529 193 5000 1.016351e-12 217294.44 Loop time of 0.0161381 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:12 2021 Pair time (%) = 0.000684023 (4.23857) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.223082) Outpt time (%) = 0.0153129 (94.8868) Other time (%) = 0.000105143 (0.651519) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28271 ave 28271 max 28271 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28271 Ave neighs/atom = 5.6542 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:12 2021 Memory usage per processor = 27.5086 Mbytes Step Atoms AVEKE stressZZ 193 5000 1.016351e-12 217294.24 194 -0.00588249999999679 217288.656887113 194 5000 7.6076741e-13 217288.66 Loop time of 0.0159731 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:12 2021 Pair time (%) = 0.000745058 (4.66446) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.225387) Outpt time (%) = 0.0150831 (94.428) Other time (%) = 0.000108957 (0.68213) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28271 ave 28271 max 28271 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28271 Ave neighs/atom = 5.6542 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:12 2021 Memory usage per processor = 27.5086 Mbytes Step Atoms AVEKE stressZZ 194 5000 7.6076741e-13 217288.49 195 -0.00588249999999679 217282.477179439 195 5000 1.2767484e-12 217289.58 Loop time of 0.016032 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:12 2021 Pair time (%) = 0.000784159 (4.89122) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.255789) Outpt time (%) = 0.0150659 (93.9741) Other time (%) = 0.000140905 (0.878902) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28271 ave 28271 max 28271 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28271 Ave neighs/atom = 5.6542 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:12 2021 Memory usage per processor = 27.5086 Mbytes Step Atoms AVEKE stressZZ 195 5000 1.2767484e-12 228950.28 196 -0.00591499999999677 228943.988321242 196 5000 9.2007192e-13 228943.99 Loop time of 0.0162449 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:12 2021 Pair time (%) = 0.000683069 (4.20483) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.215745) Outpt time (%) = 0.015434 (95.0085) Other time (%) = 9.27448e-05 (0.570917) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28271 ave 28271 max 28271 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28271 Ave neighs/atom = 5.6542 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:12 2021 Memory usage per processor = 27.5086 Mbytes Step Atoms AVEKE stressZZ 196 5000 9.2007192e-13 228943.79 197 -0.00591499999999677 228937.125537189 197 5000 1.5069631e-12 228944.61 Loop time of 0.015676 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:12 2021 Pair time (%) = 0.000683069 (4.35741) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.223574) Outpt time (%) = 0.0148461 (94.7057) Other time (%) = 0.000111818 (0.713308) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28271 ave 28271 max 28271 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28271 Ave neighs/atom = 5.6542 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:12 2021 Memory usage per processor = 27.5086 Mbytes Step Atoms AVEKE stressZZ 197 5000 1.5069631e-12 240944.48 198 -0.00594749999999675 240937.584396243 198 5000 1.0629664e-12 240937.58 Loop time of 0.0160069 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:12 2021 Pair time (%) = 0.000705004 (4.40436) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.230868) Outpt time (%) = 0.0151639 (94.7332) Other time (%) = 0.000101089 (0.631535) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28272 ave 28272 max 28272 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28272 Ave neighs/atom = 5.6544 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:12 2021 Memory usage per processor = 27.5086 Mbytes Step Atoms AVEKE stressZZ 198 5000 1.0629664e-12 240937.35 199 -0.00594749999999675 240931.407479039 199 5000 8.2104558e-13 240931.41 Loop time of 0.0165801 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:12 2021 Pair time (%) = 0.000716925 (4.32401) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211383) Outpt time (%) = 0.0157201 (94.8132) Other time (%) = 0.000108004 (0.651405) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28272 ave 28272 max 28272 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28272 Ave neighs/atom = 5.6544 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:12 2021 Memory usage per processor = 27.5086 Mbytes Step Atoms AVEKE stressZZ 199 5000 8.2104558e-13 240931.21 200 -0.00594749999999675 240924.726550236 200 5000 1.4050899e-12 240932.6 Loop time of 0.017112 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:12 2021 Pair time (%) = 0.000688076 (4.02101) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204812) Outpt time (%) = 0.0162721 (95.0915) Other time (%) = 0.000116825 (0.682708) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28272 ave 28272 max 28272 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28272 Ave neighs/atom = 5.6544 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:12 2021 Memory usage per processor = 27.5096 Mbytes Step Atoms AVEKE stressZZ 200 5000 1.4050899e-12 253278.24 201 -0.00597999999999674 253271.397267596 201 5000 1.0284101e-12 253271.4 Loop time of 0.0157709 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:12 2021 Pair time (%) = 0.00078702 (4.99032) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.24037) Outpt time (%) = 0.014833 (94.0527) Other time (%) = 0.00011301 (0.716575) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28275 ave 28275 max 28275 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28275 Ave neighs/atom = 5.655 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:12 2021 Memory usage per processor = 27.5096 Mbytes Step Atoms AVEKE stressZZ 201 5000 1.0284101e-12 253271.16 202 -0.00597999999999674 253265.163360311 202 5000 8.1956335e-13 253265.16 Loop time of 0.0162711 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:12 2021 Pair time (%) = 0.000706911 (4.34458) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.221258) Outpt time (%) = 0.0154309 (94.8363) Other time (%) = 9.72748e-05 (0.597837) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28275 ave 28275 max 28275 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28275 Ave neighs/atom = 5.655 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:12 2021 Memory usage per processor = 27.5096 Mbytes Step Atoms AVEKE stressZZ 202 5000 8.1956335e-13 253264.96 203 -0.00597999999999674 253258.336919545 203 5000 1.4294037e-12 253266.62 Loop time of 0.016515 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:12 2021 Pair time (%) = 0.000766039 (4.63844) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.217991) Outpt time (%) = 0.0155649 (94.2471) Other time (%) = 0.000148058 (0.896505) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28275 ave 28275 max 28275 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28275 Ave neighs/atom = 5.655 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:12 2021 Memory usage per processor = 27.5096 Mbytes Step Atoms AVEKE stressZZ 203 5000 1.4294037e-12 265950.66 204 -0.00601249999999672 265943.626198005 204 5000 1.0622865e-12 265943.63 Loop time of 0.015794 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:12 2021 Pair time (%) = 0.000694036 (4.39429) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.221904) Outpt time (%) = 0.014936 (94.5671) Other time (%) = 0.000128984 (0.816665) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28276 ave 28276 max 28276 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28276 Ave neighs/atom = 5.6552 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:12 2021 Memory usage per processor = 27.5096 Mbytes Step Atoms AVEKE stressZZ 204 5000 1.0622865e-12 265943.37 205 -0.00601249999999672 265937.161412019 205 5000 8.5728483e-13 265937.16 Loop time of 0.0163491 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:12 2021 Pair time (%) = 0.000709057 (4.33698) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.220203) Outpt time (%) = 0.015496 (94.7822) Other time (%) = 0.000108004 (0.66061) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28276 ave 28276 max 28276 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28276 Ave neighs/atom = 5.6552 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:12 2021 Memory usage per processor = 27.5096 Mbytes Step Atoms AVEKE stressZZ 205 5000 8.5728483e-13 265936.94 206 -0.00601249999999672 265930.048659432 206 5000 1.5064594e-12 265938.74 Loop time of 0.0164149 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:12 2021 Pair time (%) = 0.00069499 (4.2339) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.207701) Outpt time (%) = 0.0155671 (94.8351) Other time (%) = 0.000118732 (0.723322) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28276 ave 28276 max 28276 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28276 Ave neighs/atom = 5.6552 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:12 2021 Memory usage per processor = 27.5096 Mbytes Step Atoms AVEKE stressZZ 206 5000 1.5064594e-12 278960.43 207 -0.0060449999999967 278953.081210436 207 5000 1.1259614e-12 278953.08 Loop time of 0.015698 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:12 2021 Pair time (%) = 0.000697851 (4.44549) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.221743) Outpt time (%) = 0.0148709 (94.7313) Other time (%) = 9.44138e-05 (0.60144) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28276 ave 28276 max 28276 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28276 Ave neighs/atom = 5.6552 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:12 2021 Memory usage per processor = 27.5096 Mbytes Step Atoms AVEKE stressZZ 207 5000 1.1259614e-12 278952.81 208 -0.0060449999999967 278946.308039815 208 5000 9.1291965e-13 278946.31 Loop time of 0.0165648 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:12 2021 Pair time (%) = 0.000724077 (4.37117) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211578) Outpt time (%) = 0.0156569 (94.5191) Other time (%) = 0.000148773 (0.898126) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28276 ave 28276 max 28276 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28276 Ave neighs/atom = 5.6552 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:12 2021 Memory usage per processor = 27.5096 Mbytes Step Atoms AVEKE stressZZ 208 5000 9.1291965e-13 278946.07 209 -0.0060449999999967 278938.844558098 209 5000 1.6086586e-12 278947.97 Loop time of 0.0164802 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:12 2021 Pair time (%) = 0.000724077 (4.39362) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.212664) Outpt time (%) = 0.0155499 (94.355) Other time (%) = 0.000171185 (1.03873) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28276 ave 28276 max 28276 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28276 Ave neighs/atom = 5.6552 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:12 2021 Memory usage per processor = 27.5096 Mbytes Step Atoms AVEKE stressZZ 209 5000 1.6086586e-12 292307.51 210 -0.00607749999999668 292299.809428489 210 5000 1.2045564e-12 292299.81 Loop time of 0.0172372 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:12 2021 Pair time (%) = 0.000701904 (4.07204) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.201942) Outpt time (%) = 0.0163639 (94.9335) Other time (%) = 0.000136614 (0.792553) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28278 ave 28278 max 28278 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28278 Ave neighs/atom = 5.6556 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:12 2021 Memory usage per processor = 27.5105 Mbytes Step Atoms AVEKE stressZZ 210 5000 1.2045564e-12 292299.51 211 -0.00607749999999668 292292.69090427 211 5000 9.7810237e-13 292292.69 Loop time of 0.0159819 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:12 2021 Pair time (%) = 0.000813961 (5.09301) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.250623) Outpt time (%) = 0.0149651 (93.6375) Other time (%) = 0.00016284 (1.0189) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28278 ave 28278 max 28278 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28278 Ave neighs/atom = 5.6556 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:12 2021 Memory usage per processor = 27.5105 Mbytes Step Atoms AVEKE stressZZ 211 5000 9.7810237e-13 292292.43 212 -0.00607749999999668 292284.844768157 212 5000 1.725035e-12 292294.4 Loop time of 0.0169261 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:12 2021 Pair time (%) = 0.000849009 (5.01599) Neigh time (%) = 0 (0) Comm time (%) = 8.29697e-05 (0.490189) Outpt time (%) = 0.015851 (93.6487) Other time (%) = 0.000143051 (0.845154) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28278 ave 28278 max 28278 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28278 Ave neighs/atom = 5.6556 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:12 2021 Memory usage per processor = 27.5105 Mbytes Step Atoms AVEKE stressZZ 212 5000 1.725035e-12 305987.38 213 -0.00610999999999667 305979.2917701 213 5000 1.2921131e-12 305979.29 Loop time of 0.0157051 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:12 2021 Pair time (%) = 0.00075388 (4.80022) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.22316) Outpt time (%) = 0.014823 (94.383) Other time (%) = 9.32217e-05 (0.593575) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28278 ave 28278 max 28278 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28278 Ave neighs/atom = 5.6556 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:12 2021 Memory usage per processor = 27.5105 Mbytes Step Atoms AVEKE stressZZ 213 5000 1.2921131e-12 305978.97 214 -0.00610999999999667 305971.803341003 214 5000 1.0494695e-12 305971.8 Loop time of 0.01565 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:12 2021 Pair time (%) = 0.000705004 (4.50481) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.216328) Outpt time (%) = 0.0148261 (94.735) Other time (%) = 8.51154e-05 (0.543867) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28278 ave 28278 max 28278 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28278 Ave neighs/atom = 5.6556 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:12 2021 Memory usage per processor = 27.5105 Mbytes Step Atoms AVEKE stressZZ 214 5000 1.0494695e-12 305971.52 215 -0.00610999999999667 305964.938480542 215 5000 9.083788e-13 305964.94 Loop time of 0.015521 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:12 2021 Pair time (%) = 0.000705004 (4.54224) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.219662) Outpt time (%) = 0.0146921 (94.659) Other time (%) = 8.98838e-05 (0.579109) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28278 ave 28278 max 28278 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28278 Ave neighs/atom = 5.6556 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:12 2021 Memory usage per processor = 27.5105 Mbytes Step Atoms AVEKE stressZZ 215 5000 9.083788e-13 305964.68 216 -0.00610999999999667 305957.177620926 216 5000 1.6621207e-12 305967.18 Loop time of 0.01566 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:12 2021 Pair time (%) = 0.00070405 (4.49584) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.223802) Outpt time (%) = 0.0147831 (94.4004) Other time (%) = 0.000137806 (0.879984) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28278 ave 28278 max 28278 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28278 Ave neighs/atom = 5.6556 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:12 2021 Memory usage per processor = 27.5105 Mbytes Step Atoms AVEKE stressZZ 216 5000 1.6621207e-12 319989.05 217 -0.00614249999999665 319980.931888825 217 5000 1.2815463e-12 319980.93 Loop time of 0.0167511 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:12 2021 Pair time (%) = 0.000709057 (4.23291) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.203533) Outpt time (%) = 0.015919 (95.0327) Other time (%) = 8.89301e-05 (0.530893) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28280 ave 28280 max 28280 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28280 Ave neighs/atom = 5.656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:12 2021 Memory usage per processor = 27.5105 Mbytes Step Atoms AVEKE stressZZ 217 5000 1.2815463e-12 319980.6 218 -0.00614249999999665 319973.312913232 218 5000 1.0653846e-12 319973.31 Loop time of 0.0161951 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:12 2021 Pair time (%) = 0.000708103 (4.37234) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.216409) Outpt time (%) = 0.015358 (94.8312) Other time (%) = 9.39369e-05 (0.580034) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28280 ave 28280 max 28280 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28280 Ave neighs/atom = 5.656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:12 2021 Memory usage per processor = 27.5105 Mbytes Step Atoms AVEKE stressZZ 218 5000 1.0653846e-12 319973.01 219 -0.00614249999999665 319966.258197033 219 5000 9.3838216e-13 319966.26 Loop time of 0.0158989 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:12 2021 Pair time (%) = 0.000792027 (4.98163) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.244433) Outpt time (%) = 0.014946 (94.0061) Other time (%) = 0.00012207 (0.767789) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28280 ave 28280 max 28280 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28280 Ave neighs/atom = 5.656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:12 2021 Memory usage per processor = 27.5105 Mbytes Step Atoms AVEKE stressZZ 219 5000 9.3838216e-13 319965.98 220 -0.00614249999999665 319958.230082676 220 5000 1.7338139e-12 319968.69 Loop time of 0.0177579 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:12 2021 Pair time (%) = 0.000745058 (4.19564) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.197363) Outpt time (%) = 0.016856 (94.9209) Other time (%) = 0.000121832 (0.686072) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28280 ave 28280 max 28280 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28280 Ave neighs/atom = 5.656 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:12 2021 Memory usage per processor = 27.5111 Mbytes Step Atoms AVEKE stressZZ 220 5000 1.7338139e-12 334316.79 221 -0.00617499999999663 334308.362234421 221 5000 1.3465024e-12 334308.36 Loop time of 0.01632 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:12 2021 Pair time (%) = 0.000747919 (4.58284) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.226439) Outpt time (%) = 0.015439 (94.602) Other time (%) = 9.60827e-05 (0.588742) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28280 ave 28280 max 28280 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28280 Ave neighs/atom = 5.656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:12 2021 Memory usage per processor = 27.5111 Mbytes Step Atoms AVEKE stressZZ 221 5000 1.3465024e-12 334308.01 222 -0.00617499999999663 334300.424628808 222 5000 1.125786e-12 334300.42 Loop time of 0.0159841 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:12 2021 Pair time (%) = 0.000725985 (4.54193) Neigh time (%) = 0 (0) Comm time (%) = 5.50747e-05 (0.34456) Outpt time (%) = 0.0150511 (94.1634) Other time (%) = 0.000151873 (0.950151) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28280 ave 28280 max 28280 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28280 Ave neighs/atom = 5.656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:12 2021 Memory usage per processor = 27.5111 Mbytes Step Atoms AVEKE stressZZ 222 5000 1.125786e-12 334300.1 223 -0.00617499999999663 334293.057458372 223 5000 9.9577824e-13 334293.06 Loop time of 0.016583 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:12 2021 Pair time (%) = 0.00075388 (4.54611) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.209909) Outpt time (%) = 0.0157018 (94.6861) Other time (%) = 9.25064e-05 (0.55784) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28280 ave 28280 max 28280 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28280 Ave neighs/atom = 5.656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:12 2021 Memory usage per processor = 27.5111 Mbytes Step Atoms AVEKE stressZZ 223 5000 9.9577824e-13 334292.76 224 -0.00617499999999663 334284.662138796 224 5000 1.8441642e-12 334295.59 Loop time of 0.0168781 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:13 2021 Pair time (%) = 0.000710964 (4.21234) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.206238) Outpt time (%) = 0.015995 (94.7678) Other time (%) = 0.000137329 (0.813651) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28280 ave 28280 max 28280 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28280 Ave neighs/atom = 5.656 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:13 2021 Memory usage per processor = 27.5111 Mbytes Step Atoms AVEKE stressZZ 224 5000 1.8441642e-12 348972.33 225 -0.00620749999999661 348963.519370873 225 5000 1.4342747e-12 348963.52 Loop time of 0.0158601 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:13 2021 Pair time (%) = 0.00071907 (4.53384) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.226993) Outpt time (%) = 0.0149541 (94.2876) Other time (%) = 0.000150919 (0.951565) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28280 ave 28280 max 28280 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28280 Ave neighs/atom = 5.656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:13 2021 Memory usage per processor = 27.5111 Mbytes Step Atoms AVEKE stressZZ 225 5000 1.4342747e-12 348963.14 226 -0.00620749999999661 348955.205171949 226 5000 1.2005357e-12 348955.21 Loop time of 0.0165501 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:13 2021 Pair time (%) = 0.000728846 (4.40388) Neigh time (%) = 0 (0) Comm time (%) = 6.79493e-05 (0.410568) Outpt time (%) = 0.01565 (94.5618) Other time (%) = 0.000103235 (0.623775) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28280 ave 28280 max 28280 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28280 Ave neighs/atom = 5.656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:13 2021 Memory usage per processor = 27.5111 Mbytes Step Atoms AVEKE stressZZ 226 5000 1.2005357e-12 348954.86 227 -0.00620749999999661 348947.485305044 227 5000 1.0627866e-12 348947.49 Loop time of 0.0710089 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:13 2021 Pair time (%) = 0.000760078 (1.0704) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.0493565) Outpt time (%) = 0.0701201 (98.7483) Other time (%) = 9.36985e-05 (0.131953) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28280 ave 28280 max 28280 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28280 Ave neighs/atom = 5.656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:13 2021 Memory usage per processor = 27.5111 Mbytes Step Atoms AVEKE stressZZ 227 5000 1.0627866e-12 348947.16 228 -0.00620749999999661 348940.1432282 228 5000 9.795958e-13 348940.14 Loop time of 0.023365 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:13 2021 Pair time (%) = 0.00107908 (4.61837) Neigh time (%) = 0 (0) Comm time (%) = 5.29289e-05 (0.226531) Outpt time (%) = 0.0220928 (94.5551) Other time (%) = 0.00014019 (0.6) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28280 ave 28280 max 28280 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28280 Ave neighs/atom = 5.656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:13 2021 Memory usage per processor = 27.5111 Mbytes Step Atoms AVEKE stressZZ 228 5000 9.795958e-13 348939.84 229 -0.00620749999999661 348931.642754735 229 5000 1.8552992e-12 348943.05 Loop time of 0.016355 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:13 2021 Pair time (%) = 0.000776052 (4.74504) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.237616) Outpt time (%) = 0.015404 (94.185) Other time (%) = 0.000136137 (0.832386) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28280 ave 28280 max 28280 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28280 Ave neighs/atom = 5.656 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:13 2021 Memory usage per processor = 27.5111 Mbytes Step Atoms AVEKE stressZZ 229 5000 1.8552992e-12 363947.93 230 -0.0062399999999966 363938.936021325 230 5000 1.467409e-12 363938.94 Loop time of 0.0175519 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:13 2021 Pair time (%) = 0.00072813 (4.14844) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.199679) Outpt time (%) = 0.01669 (95.0895) Other time (%) = 9.87053e-05 (0.562362) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28280 ave 28280 max 28280 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28280 Ave neighs/atom = 5.656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:13 2021 Memory usage per processor = 27.5117 Mbytes Step Atoms AVEKE stressZZ 230 5000 1.467409e-12 363938.53 231 -0.0062399999999966 363930.378558208 231 5000 1.2445197e-12 363930.38 Loop time of 0.016814 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:13 2021 Pair time (%) = 0.000734091 (4.36595) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.214115) Outpt time (%) = 0.0159409 (94.8074) Other time (%) = 0.000102997 (0.612566) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28280 ave 28280 max 28280 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28280 Ave neighs/atom = 5.656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:13 2021 Memory usage per processor = 27.5117 Mbytes Step Atoms AVEKE stressZZ 231 5000 1.2445197e-12 363930.01 232 -0.0062399999999966 363922.388334266 232 5000 1.1124004e-12 363922.39 Loop time of 0.016474 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:13 2021 Pair time (%) = 0.000731945 (4.44303) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.2359) Outpt time (%) = 0.0156081 (94.7436) Other time (%) = 9.5129e-05 (0.577449) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28280 ave 28280 max 28280 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28280 Ave neighs/atom = 5.656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:13 2021 Memory usage per processor = 27.5117 Mbytes Step Atoms AVEKE stressZZ 232 5000 1.1124004e-12 363922.05 233 -0.0062399999999966 363914.75868752 233 5000 1.0322756e-12 363914.76 Loop time of 0.0162191 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:13 2021 Pair time (%) = 0.000849009 (5.23461) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.246957) Outpt time (%) = 0.015208 (93.7658) Other time (%) = 0.00012207 (0.752631) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28280 ave 28280 max 28280 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28280 Ave neighs/atom = 5.656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:13 2021 Memory usage per processor = 27.5117 Mbytes Step Atoms AVEKE stressZZ 233 5000 1.0322756e-12 363914.43 234 -0.0062399999999966 363907.358282768 234 5000 9.8289515e-13 363907.36 Loop time of 0.0164831 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:13 2021 Pair time (%) = 0.000716925 (4.34946) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.205395) Outpt time (%) = 0.0156391 (94.8796) Other time (%) = 9.32217e-05 (0.56556) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28280 ave 28280 max 28280 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28280 Ave neighs/atom = 5.656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:13 2021 Memory usage per processor = 27.5117 Mbytes Step Atoms AVEKE stressZZ 234 5000 9.8289515e-13 363907.04 235 -0.0062399999999966 363898.684451575 235 5000 1.893796e-12 363910.59 Loop time of 0.016598 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:13 2021 Pair time (%) = 0.000751019 (4.52476) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211155) Outpt time (%) = 0.015614 (94.0719) Other time (%) = 0.000197887 (1.19224) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28280 ave 28280 max 28280 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28280 Ave neighs/atom = 5.656 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:13 2021 Memory usage per processor = 27.5117 Mbytes Step Atoms AVEKE stressZZ 235 5000 1.893796e-12 379248.38 236 -0.00627249999999658 379239.154368201 236 5000 1.5168197e-12 379239.15 Loop time of 0.016562 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:13 2021 Pair time (%) = 0.000838995 (5.06579) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.228889) Outpt time (%) = 0.0155239 (93.7322) Other time (%) = 0.000161171 (0.973138) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28280 ave 28280 max 28280 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28280 Ave neighs/atom = 5.656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:13 2021 Memory usage per processor = 27.5117 Mbytes Step Atoms AVEKE stressZZ 236 5000 1.5168197e-12 379238.73 237 -0.00627249999999658 379230.314106942 237 5000 1.2989683e-12 379230.31 Loop time of 0.0166571 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:13 2021 Pair time (%) = 0.000721931 (4.33407) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.203249) Outpt time (%) = 0.0158081 (94.903) Other time (%) = 9.32217e-05 (0.559651) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28280 ave 28280 max 28280 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28280 Ave neighs/atom = 5.656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:13 2021 Memory usage per processor = 27.5117 Mbytes Step Atoms AVEKE stressZZ 237 5000 1.2989683e-12 379229.93 238 -0.00627249999999658 379222.026021958 238 5000 1.1692832e-12 379222.03 Loop time of 0.0164039 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:13 2021 Pair time (%) = 0.000720024 (4.38934) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.213653) Outpt time (%) = 0.015554 (94.8185) Other time (%) = 9.48906e-05 (0.578463) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28280 ave 28280 max 28280 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28280 Ave neighs/atom = 5.656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:13 2021 Memory usage per processor = 27.5117 Mbytes Step Atoms AVEKE stressZZ 238 5000 1.1692832e-12 379221.66 239 -0.00627249999999658 379214.088947084 239 5000 1.0903945e-12 379214.09 Loop time of 0.0159202 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:13 2021 Pair time (%) = 0.00077796 (4.88663) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.226136) Outpt time (%) = 0.0150011 (94.2268) Other time (%) = 0.000105143 (0.660437) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28280 ave 28280 max 28280 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28280 Ave neighs/atom = 5.656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:13 2021 Memory usage per processor = 27.5117 Mbytes Step Atoms AVEKE stressZZ 239 5000 1.0903945e-12 379213.74 240 -0.00627249999999658 379206.375039717 240 5000 1.0416734e-12 379206.38 Loop time of 0.0178452 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:13 2021 Pair time (%) = 0.000780821 (4.37553) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.285913) Outpt time (%) = 0.0168929 (94.6639) Other time (%) = 0.000120401 (0.674701) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28280 ave 28280 max 28280 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28280 Ave neighs/atom = 5.656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:13 2021 Memory usage per processor = 27.5119 Mbytes Step Atoms AVEKE stressZZ 240 5000 1.0416734e-12 379206.03 241 -0.00627249999999658 379198.803054817 241 5000 1.01127e-12 379198.8 Loop time of 0.016778 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:13 2021 Pair time (%) = 0.000746012 (4.44637) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.214574) Outpt time (%) = 0.0158641 (94.5532) Other time (%) = 0.000131845 (0.785824) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28280 ave 28280 max 28280 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28280 Ave neighs/atom = 5.656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:13 2021 Memory usage per processor = 27.5119 Mbytes Step Atoms AVEKE stressZZ 241 5000 1.01127e-12 379198.47 242 -0.00627249999999658 379191.321360407 242 5000 9.9216276e-13 379191.32 Loop time of 0.0159919 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:13 2021 Pair time (%) = 0.00072217 (4.51584) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.219158) Outpt time (%) = 0.0151401 (94.6731) Other time (%) = 9.46522e-05 (0.591875) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28280 ave 28280 max 28280 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28280 Ave neighs/atom = 5.656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" jump in.packing_Xia_July19 break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:13 2021 Memory usage per processor = 27.5119 Mbytes Step Atoms AVEKE stressZZ 242 5000 9.9216276e-13 379190.99 243 -0.00627249999999658 379182.453680256 243 5000 1.941431e-12 379194.86 Loop time of 0.0163891 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:13 2021 Pair time (%) = 0.000879049 (5.36361) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.219665) Outpt time (%) = 0.0153329 (93.5555) Other time (%) = 0.000141144 (0.861204) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28280 ave 28280 max 28280 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28280 Ave neighs/atom = 5.656 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:13 2021 Memory usage per processor = 27.5119 Mbytes Step Atoms AVEKE stressZZ 243 5000 1.941431e-12 394867.36 244 -0.00630499999999656 394857.881957071 244 5000 1.572365e-12 394857.88 Loop time of 0.0169001 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:13 2021 Pair time (%) = 0.000724792 (4.2887) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.20597) Outpt time (%) = 0.016046 (94.9467) Other time (%) = 9.44138e-05 (0.558659) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28281 ave 28281 max 28281 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28281 Ave neighs/atom = 5.6562 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:13 2021 Memory usage per processor = 27.5119 Mbytes Step Atoms AVEKE stressZZ 244 5000 1.572365e-12 394857.43 245 -0.00630499999999656 394848.74180406 245 5000 1.3580166e-12 394848.74 Loop time of 0.0158391 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:13 2021 Pair time (%) = 0.000724792 (4.57597) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.219767) Outpt time (%) = 0.014987 (94.6202) Other time (%) = 9.25064e-05 (0.584038) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28281 ave 28281 max 28281 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28281 Ave neighs/atom = 5.6562 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:13 2021 Memory usage per processor = 27.5119 Mbytes Step Atoms AVEKE stressZZ 245 5000 1.3580166e-12 394848.33 246 -0.00630499999999656 394840.141927358 246 5000 1.2299415e-12 394840.14 Loop time of 0.016741 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:13 2021 Pair time (%) = 0.00106001 (6.3318) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.274862) Outpt time (%) = 0.015455 (92.3181) Other time (%) = 0.000180006 (1.07524) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28281 ave 28281 max 28281 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28281 Ave neighs/atom = 5.6562 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:13 2021 Memory usage per processor = 27.5119 Mbytes Step Atoms AVEKE stressZZ 246 5000 1.2299415e-12 394839.75 247 -0.00630499999999656 394831.885504126 247 5000 1.1518262e-12 394831.89 Loop time of 0.0168009 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:13 2021 Pair time (%) = 0.00072813 (4.33388) Neigh time (%) = 0 (0) Comm time (%) = 6.98566e-05 (0.415792) Outpt time (%) = 0.0159039 (94.6614) Other time (%) = 9.89437e-05 (0.58892) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28281 ave 28281 max 28281 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28281 Ave neighs/atom = 5.6562 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:13 2021 Memory usage per processor = 27.5119 Mbytes Step Atoms AVEKE stressZZ 247 5000 1.1518262e-12 394831.51 248 -0.00630499999999656 394823.847451995 248 5000 1.1034947e-12 394823.85 Loop time of 0.01618 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:13 2021 Pair time (%) = 0.000725031 (4.48102) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.21661) Outpt time (%) = 0.0153251 (94.7159) Other time (%) = 9.48906e-05 (0.586467) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28281 ave 28281 max 28281 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28281 Ave neighs/atom = 5.6562 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:13 2021 Memory usage per processor = 27.5119 Mbytes Step Atoms AVEKE stressZZ 248 5000 1.1034947e-12 394823.48 249 -0.00630499999999656 394815.94828005 249 5000 1.0732971e-12 394815.95 Loop time of 0.0160642 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:13 2021 Pair time (%) = 0.000766993 (4.77456) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.230045) Outpt time (%) = 0.015156 (94.3468) Other time (%) = 0.000104189 (0.64858) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28281 ave 28281 max 28281 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28281 Ave neighs/atom = 5.6562 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:13 2021 Memory usage per processor = 27.5119 Mbytes Step Atoms AVEKE stressZZ 249 5000 1.0732971e-12 394815.59 250 -0.00630499999999656 394808.137471057 250 5000 1.0543028e-12 394808.14 Loop time of 0.018208 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:13 2021 Pair time (%) = 0.000733137 (4.02645) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.197722) Outpt time (%) = 0.0173359 (95.2102) Other time (%) = 0.000102997 (0.565667) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28281 ave 28281 max 28281 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28281 Ave neighs/atom = 5.6562 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:13 2021 Memory usage per processor = 27.5122 Mbytes Step Atoms AVEKE stressZZ 250 5000 1.0543028e-12 394807.78 251 -0.00630499999999656 394800.382920838 251 5000 1.0422989e-12 394800.38 Loop time of 0.016686 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:13 2021 Pair time (%) = 0.000725985 (4.35087) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.210042) Outpt time (%) = 0.01583 (94.8704) Other time (%) = 9.48906e-05 (0.568685) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28281 ave 28281 max 28281 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28281 Ave neighs/atom = 5.6562 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:13 2021 Memory usage per processor = 27.5122 Mbytes Step Atoms AVEKE stressZZ 251 5000 1.0422989e-12 394800.03 252 -0.00630499999999656 394792.664226876 252 5000 1.0346849e-12 394792.66 Loop time of 0.0159202 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:13 2021 Pair time (%) = 0.000734091 (4.61108) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.220146) Outpt time (%) = 0.015049 (94.5278) Other time (%) = 0.000102043 (0.640968) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28281 ave 28281 max 28281 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28281 Ave neighs/atom = 5.6562 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:13 2021 Memory usage per processor = 27.5122 Mbytes Step Atoms AVEKE stressZZ 252 5000 1.0346849e-12 394792.31 253 -0.00630499999999656 394784.96842312 253 5000 1.0298397e-12 394784.97 Loop time of 0.0167649 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:13 2021 Pair time (%) = 0.00074482 (4.44274) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.214742) Outpt time (%) = 0.015887 (94.7637) Other time (%) = 9.70364e-05 (0.578807) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28281 ave 28281 max 28281 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28281 Ave neighs/atom = 5.6562 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:13 2021 Memory usage per processor = 27.5122 Mbytes Step Atoms AVEKE stressZZ 253 5000 1.0298397e-12 394784.62 254 -0.00630499999999656 394777.287269522 254 5000 1.0267455e-12 394777.29 Loop time of 0.016526 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:13 2021 Pair time (%) = 0.000762939 (4.61661) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.212075) Outpt time (%) = 0.015635 (94.6087) Other time (%) = 9.29832e-05 (0.562649) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28281 ave 28281 max 28281 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28281 Ave neighs/atom = 5.6562 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:13 2021 Memory usage per processor = 27.5122 Mbytes Step Atoms AVEKE stressZZ 254 5000 1.0267455e-12 394776.94 255 -0.00630499999999656 394769.615529449 255 5000 1.0247606e-12 394769.62 Loop time of 0.0159249 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:13 2021 Pair time (%) = 0.000723124 (4.54083) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.218583) Outpt time (%) = 0.01507 (94.6313) Other time (%) = 9.70364e-05 (0.609336) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28281 ave 28281 max 28281 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28281 Ave neighs/atom = 5.6562 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:13 2021 Memory usage per processor = 27.5122 Mbytes Step Atoms AVEKE stressZZ 255 5000 1.0247606e-12 394769.27 256 -0.00630499999999656 394761.94987493 256 5000 1.0234793e-12 394761.95 Loop time of 0.016413 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:13 2021 Pair time (%) = 0.000808001 (4.92294) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.219346) Outpt time (%) = 0.01547 (94.2549) Other time (%) = 9.89437e-05 (0.602838) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28281 ave 28281 max 28281 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28281 Ave neighs/atom = 5.6562 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:13 2021 Memory usage per processor = 27.5122 Mbytes Step Atoms AVEKE stressZZ 256 5000 1.0234793e-12 394761.6 257 -0.00630499999999656 394754.288191004 257 5000 1.0226446e-12 394754.29 Loop time of 0.0157859 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:13 2021 Pair time (%) = 0.000723124 (4.58081) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.222017) Outpt time (%) = 0.0149341 (94.6036) Other time (%) = 9.36985e-05 (0.593557) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28281 ave 28281 max 28281 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28281 Ave neighs/atom = 5.6562 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:13 2021 Memory usage per processor = 27.5122 Mbytes Step Atoms AVEKE stressZZ 257 5000 1.0226446e-12 394753.94 258 -0.00630499999999656 394746.629133593 258 5000 1.0220934e-12 394746.63 Loop time of 0.0157931 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:13 2021 Pair time (%) = 0.000723124 (4.57874) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.215878) Outpt time (%) = 0.014936 (94.5728) Other time (%) = 9.98974e-05 (0.632539) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28281 ave 28281 max 28281 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28281 Ave neighs/atom = 5.6562 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:13 2021 Memory usage per processor = 27.5122 Mbytes Step Atoms AVEKE stressZZ 258 5000 1.0220934e-12 394746.28 259 -0.00630499999999656 394738.971848477 259 5000 1.0217224e-12 394738.97 Loop time of 0.015836 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:13 2021 Pair time (%) = 0.000722885 (4.56482) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.221316) Outpt time (%) = 0.0149889 (94.6508) Other time (%) = 8.91685e-05 (0.563075) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28281 ave 28281 max 28281 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28281 Ave neighs/atom = 5.6562 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:13 2021 Memory usage per processor = 27.5122 Mbytes Step Atoms AVEKE stressZZ 259 5000 1.0217224e-12 394738.62 260 -0.00630499999999656 394731.315792808 260 5000 1.0214657e-12 394731.32 Loop time of 0.0183079 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:13 2021 Pair time (%) = 0.000932932 (5.09578) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.201852) Outpt time (%) = 0.017184 (93.8611) Other time (%) = 0.000154018 (0.841266) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28281 ave 28281 max 28281 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28281 Ave neighs/atom = 5.6562 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:13 2021 Memory usage per processor = 27.5122 Mbytes Step Atoms AVEKE stressZZ 260 5000 1.0214657e-12 394730.97 261 -0.00630499999999656 394723.660621609 261 5000 1.0212818e-12 394723.66 Loop time of 0.0170369 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:13 2021 Pair time (%) = 0.000707865 (4.15489) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205715) Outpt time (%) = 0.0161591 (94.8473) Other time (%) = 0.000134945 (0.792074) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28281 ave 28281 max 28281 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28281 Ave neighs/atom = 5.6562 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:13 2021 Memory usage per processor = 27.5122 Mbytes Step Atoms AVEKE stressZZ 261 5000 1.0212818e-12 394723.31 262 -0.00630499999999656 394716.006115546 262 5000 1.0211441e-12 394716.01 Loop time of 0.0165379 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:13 2021 Pair time (%) = 0.000808001 (4.88575) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211922) Outpt time (%) = 0.0156021 (94.3415) Other time (%) = 9.27448e-05 (0.560802) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28281 ave 28281 max 28281 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28281 Ave neighs/atom = 5.6562 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:13 2021 Memory usage per processor = 27.5122 Mbytes Step Atoms AVEKE stressZZ 262 5000 1.0211441e-12 394715.66 263 -0.00630499999999656 394708.352135333 263 5000 1.0210357e-12 394708.35 Loop time of 0.016659 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:13 2021 Pair time (%) = 0.000756025 (4.53823) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.228987) Outpt time (%) = 0.0157449 (94.5129) Other time (%) = 0.000119925 (0.719877) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28281 ave 28281 max 28281 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28281 Ave neighs/atom = 5.6562 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:13 2021 Memory usage per processor = 27.5122 Mbytes Step Atoms AVEKE stressZZ 263 5000 1.0210357e-12 394708 264 -0.00630499999999656 394700.698592356 264 5000 1.020946e-12 394700.7 Loop time of 0.0166781 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:13 2021 Pair time (%) = 0.000858068 (5.14488) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.215859) Outpt time (%) = 0.0156851 (94.046) Other time (%) = 9.89437e-05 (0.593255) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28281 ave 28281 max 28281 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28281 Ave neighs/atom = 5.6562 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:13 2021 Memory usage per processor = 27.5122 Mbytes Step Atoms AVEKE stressZZ 264 5000 1.020946e-12 394700.35 265 -0.00630499999999656 394693.045430317 265 5000 1.0208682e-12 394693.05 Loop time of 0.016613 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:13 2021 Pair time (%) = 0.000725031 (4.36424) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.216705) Outpt time (%) = 0.0157261 (94.6613) Other time (%) = 0.000125885 (0.75775) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28281 ave 28281 max 28281 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28281 Ave neighs/atom = 5.6562 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:13 2021 Memory usage per processor = 27.5122 Mbytes Step Atoms AVEKE stressZZ 265 5000 1.0208682e-12 394692.7 266 -0.00630499999999656 394685.392613439 266 5000 1.0207979e-12 394685.39 Loop time of 0.0163882 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:14 2021 Pair time (%) = 0.000725031 (4.42411) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.219678) Outpt time (%) = 0.015497 (94.5619) Other time (%) = 0.000130177 (0.794332) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28281 ave 28281 max 28281 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28281 Ave neighs/atom = 5.6562 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:14 2021 Memory usage per processor = 27.5122 Mbytes Step Atoms AVEKE stressZZ 266 5000 1.0207979e-12 394685.04 267 -0.00630499999999656 394677.740118946 267 5000 1.0207324e-12 394677.74 Loop time of 0.0167189 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:14 2021 Pair time (%) = 0.000854969 (5.1138) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.221037) Outpt time (%) = 0.015692 (93.858) Other time (%) = 0.000134945 (0.807142) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28281 ave 28281 max 28281 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28281 Ave neighs/atom = 5.6562 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:14 2021 Memory usage per processor = 27.5122 Mbytes Step Atoms AVEKE stressZZ 267 5000 1.0207324e-12 394677.39 268 -0.00630499999999656 394670.087932385 268 5000 1.0206699e-12 394670.09 Loop time of 0.0167642 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:14 2021 Pair time (%) = 0.000722885 (4.31209) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.201951) Outpt time (%) = 0.015918 (94.9526) Other time (%) = 8.9407e-05 (0.533322) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28281 ave 28281 max 28281 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28281 Ave neighs/atom = 5.6562 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:14 2021 Memory usage per processor = 27.5122 Mbytes Step Atoms AVEKE stressZZ 268 5000 1.0206699e-12 394669.74 269 -0.00630499999999656 394662.436044533 269 5000 1.0206094e-12 394662.44 Loop time of 0.015954 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:14 2021 Pair time (%) = 0.000725031 (4.5445) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.219678) Outpt time (%) = 0.0151 (94.647) Other time (%) = 9.39369e-05 (0.588798) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28281 ave 28281 max 28281 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28281 Ave neighs/atom = 5.6562 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:14 2021 Memory usage per processor = 27.5122 Mbytes Step Atoms AVEKE stressZZ 269 5000 1.0206094e-12 394662.09 270 -0.00630499999999656 394654.784449522 270 5000 1.0205501e-12 394654.78 Loop time of 0.0180349 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:14 2021 Pair time (%) = 0.0010128 (5.61578) Neigh time (%) = 0 (0) Comm time (%) = 4.41074e-05 (0.244567) Outpt time (%) = 0.016835 (93.3465) Other time (%) = 0.000143051 (0.793189) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28281 ave 28281 max 28281 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28281 Ave neighs/atom = 5.6562 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:14 2021 Memory usage per processor = 27.5122 Mbytes Step Atoms AVEKE stressZZ 270 5000 1.0205501e-12 394654.44 271 -0.00630499999999656 394647.133143644 271 5000 1.0204916e-12 394647.13 Loop time of 0.016464 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:14 2021 Pair time (%) = 0.000725985 (4.40953) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.212874) Outpt time (%) = 0.0156062 (94.7897) Other time (%) = 9.67979e-05 (0.587937) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28281 ave 28281 max 28281 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28281 Ave neighs/atom = 5.6562 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:14 2021 Memory usage per processor = 27.5122 Mbytes Step Atoms AVEKE stressZZ 271 5000 1.0204916e-12 394646.79 272 -0.00630499999999656 394639.482124502 272 5000 1.0204336e-12 394639.48 Loop time of 0.0164859 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:14 2021 Pair time (%) = 0.000721931 (4.37908) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.20536) Outpt time (%) = 0.0156019 (94.6375) Other time (%) = 0.000128269 (0.778053) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28281 ave 28281 max 28281 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28281 Ave neighs/atom = 5.6562 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:14 2021 Memory usage per processor = 27.5122 Mbytes Step Atoms AVEKE stressZZ 272 5000 1.0204336e-12 394639.13 273 -0.00630499999999656 394631.831390559 273 5000 1.0203759e-12 394631.83 Loop time of 0.0161979 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:14 2021 Pair time (%) = 0.000739098 (4.56292) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.228146) Outpt time (%) = 0.0153189 (94.5731) Other time (%) = 0.000102997 (0.635865) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28281 ave 28281 max 28281 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28281 Ave neighs/atom = 5.6562 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:14 2021 Memory usage per processor = 27.5122 Mbytes Step Atoms AVEKE stressZZ 273 5000 1.0203759e-12 394631.48 274 -0.00630499999999656 394624.180940819 274 5000 1.0203184e-12 394624.18 Loop time of 0.016645 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:14 2021 Pair time (%) = 0.000780821 (4.69104) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.209127) Outpt time (%) = 0.0157361 (94.5398) Other time (%) = 9.32217e-05 (0.56006) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28281 ave 28281 max 28281 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28281 Ave neighs/atom = 5.6562 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:14 2021 Memory usage per processor = 27.5122 Mbytes Step Atoms AVEKE stressZZ 274 5000 1.0203184e-12 394623.83 275 -0.00630499999999656 394616.530774681 275 5000 1.0202611e-12 394616.53 Loop time of 0.0164559 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:14 2021 Pair time (%) = 0.000725031 (4.40591) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.207183) Outpt time (%) = 0.0156071 (94.8421) Other time (%) = 8.96454e-05 (0.544762) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28281 ave 28281 max 28281 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28281 Ave neighs/atom = 5.6562 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:14 2021 Memory usage per processor = 27.5122 Mbytes Step Atoms AVEKE stressZZ 275 5000 1.0202611e-12 394616.18 276 -0.00630499999999656 394608.880891705 276 5000 1.0202038e-12 394608.88 Loop time of 0.0160089 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:14 2021 Pair time (%) = 0.000735044 (4.59149) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.23084) Outpt time (%) = 0.015135 (94.5417) Other time (%) = 0.000101805 (0.635928) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28281 ave 28281 max 28281 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28281 Ave neighs/atom = 5.6562 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:14 2021 Memory usage per processor = 27.5122 Mbytes Step Atoms AVEKE stressZZ 276 5000 1.0202038e-12 394608.53 277 -0.00630499999999656 394601.231291653 277 5000 1.0201466e-12 394601.23 Loop time of 0.0167091 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:14 2021 Pair time (%) = 0.000743866 (4.45186) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209751) Outpt time (%) = 0.0157981 (94.5479) Other time (%) = 0.000132084 (0.790491) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28281 ave 28281 max 28281 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28281 Ave neighs/atom = 5.6562 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:14 2021 Memory usage per processor = 27.5122 Mbytes Step Atoms AVEKE stressZZ 277 5000 1.0201466e-12 394600.88 278 -0.00630499999999656 394593.58197431 278 5000 1.0200894e-12 394593.58 Loop time of 0.0168748 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:14 2021 Pair time (%) = 0.000902891 (5.35053) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.213343) Outpt time (%) = 0.0158169 (93.7311) Other time (%) = 0.000118971 (0.705021) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28281 ave 28281 max 28281 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28281 Ave neighs/atom = 5.6562 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:14 2021 Memory usage per processor = 27.5122 Mbytes Step Atoms AVEKE stressZZ 278 5000 1.0200894e-12 394593.23 279 -0.00630499999999656 394585.932939562 279 5000 1.0200323e-12 394585.93 Loop time of 0.0161231 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:14 2021 Pair time (%) = 0.000725985 (4.50277) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.217375) Outpt time (%) = 0.0152662 (94.6854) Other time (%) = 9.58443e-05 (0.594455) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28281 ave 28281 max 28281 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28281 Ave neighs/atom = 5.6562 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:14 2021 Memory usage per processor = 27.5122 Mbytes Step Atoms AVEKE stressZZ 279 5000 1.0200323e-12 394585.59 280 -0.00630499999999656 394578.284187317 280 5000 1.0199751e-12 394578.28 Loop time of 0.018028 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:14 2021 Pair time (%) = 0.000891924 (4.94743) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.227468) Outpt time (%) = 0.0169368 (93.947) Other time (%) = 0.00015831 (0.878133) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28281 ave 28281 max 28281 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28281 Ave neighs/atom = 5.6562 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:14 2021 Memory usage per processor = 27.5122 Mbytes Step Atoms AVEKE stressZZ 280 5000 1.0199751e-12 394577.94 281 -0.00630499999999656 394570.6357175 281 5000 1.019918e-12 394570.64 Loop time of 0.016854 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:14 2021 Pair time (%) = 0.000725985 (4.30748) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.213606) Outpt time (%) = 0.016 (94.9329) Other time (%) = 9.20296e-05 (0.546038) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28281 ave 28281 max 28281 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28281 Ave neighs/atom = 5.6562 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:14 2021 Memory usage per processor = 27.5122 Mbytes Step Atoms AVEKE stressZZ 281 5000 1.019918e-12 394570.29 282 -0.00630499999999656 394562.987530077 282 5000 1.0198609e-12 394562.99 Loop time of 0.0160711 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:14 2021 Pair time (%) = 0.000726223 (4.51882) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.218078) Outpt time (%) = 0.0152161 (94.6801) Other time (%) = 9.36985e-05 (0.583026) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28281 ave 28281 max 28281 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28281 Ave neighs/atom = 5.6562 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:14 2021 Memory usage per processor = 27.5122 Mbytes Step Atoms AVEKE stressZZ 282 5000 1.0198609e-12 394562.64 283 -0.00630499999999656 394555.339624991 283 5000 1.0198038e-12 394555.34 Loop time of 0.0161481 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:14 2021 Pair time (%) = 0.000921965 (5.70943) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.22885) Outpt time (%) = 0.015085 (93.4165) Other time (%) = 0.000104189 (0.645209) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28281 ave 28281 max 28281 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28281 Ave neighs/atom = 5.6562 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:14 2021 Memory usage per processor = 27.5122 Mbytes Step Atoms AVEKE stressZZ 283 5000 1.0198038e-12 394554.99 284 -0.00630499999999656 394547.692002193 284 5000 1.0197467e-12 394547.69 Loop time of 0.0176241 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:14 2021 Pair time (%) = 0.000830889 (4.71449) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.198861) Outpt time (%) = 0.0166681 (94.5753) Other time (%) = 9.01222e-05 (0.511357) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28281 ave 28281 max 28281 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28281 Ave neighs/atom = 5.6562 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:14 2021 Memory usage per processor = 27.5122 Mbytes Step Atoms AVEKE stressZZ 284 5000 1.0197467e-12 394547.34 285 -0.00630499999999656 394540.044661678 285 5000 1.0196896e-12 394540.04 Loop time of 0.0170271 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:14 2021 Pair time (%) = 0.000844002 (4.9568) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.299649) Outpt time (%) = 0.015969 (93.7858) Other time (%) = 0.000163078 (0.957755) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28281 ave 28281 max 28281 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28281 Ave neighs/atom = 5.6562 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:14 2021 Memory usage per processor = 27.5122 Mbytes Step Atoms AVEKE stressZZ 285 5000 1.0196896e-12 394539.7 286 -0.00630499999999656 394532.397603375 286 5000 1.0196325e-12 394532.4 Loop time of 0.0160749 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:14 2021 Pair time (%) = 0.000724077 (4.5044) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.218026) Outpt time (%) = 0.0152218 (94.6932) Other time (%) = 9.39369e-05 (0.58437) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28281 ave 28281 max 28281 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28281 Ave neighs/atom = 5.6562 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:14 2021 Memory usage per processor = 27.5122 Mbytes Step Atoms AVEKE stressZZ 286 5000 1.0196325e-12 394532.05 287 -0.00630499999999656 394524.75082728 287 5000 1.0195754e-12 394524.75 Loop time of 0.0165789 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:14 2021 Pair time (%) = 0.00078392 (4.72842) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.222903) Outpt time (%) = 0.0156529 (94.4145) Other time (%) = 0.000105143 (0.634195) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28281 ave 28281 max 28281 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28281 Ave neighs/atom = 5.6562 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:14 2021 Memory usage per processor = 27.5122 Mbytes Step Atoms AVEKE stressZZ 287 5000 1.0195754e-12 394524.4 288 -0.00630499999999656 394517.104333379 288 5000 1.0195183e-12 394517.1 Loop time of 0.0165529 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:14 2021 Pair time (%) = 0.000721931 (4.36135) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.21029) Outpt time (%) = 0.015702 (94.8594) Other time (%) = 9.41753e-05 (0.568935) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28281 ave 28281 max 28281 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28281 Ave neighs/atom = 5.6562 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:14 2021 Memory usage per processor = 27.5122 Mbytes Step Atoms AVEKE stressZZ 288 5000 1.0195183e-12 394516.76 289 -0.00630499999999656 394509.458121624 289 5000 1.0194613e-12 394509.46 Loop time of 0.0158529 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:14 2021 Pair time (%) = 0.000724077 (4.56747) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.215063) Outpt time (%) = 0.0149589 (94.3602) Other time (%) = 0.000135899 (0.857246) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28281 ave 28281 max 28281 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28281 Ave neighs/atom = 5.6562 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:14 2021 Memory usage per processor = 27.5122 Mbytes Step Atoms AVEKE stressZZ 289 5000 1.0194613e-12 394509.11 290 -0.00630499999999656 394501.812192006 290 5000 1.0194042e-12 394501.81 Loop time of 0.0181689 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:14 2021 Pair time (%) = 0.000977993 (5.38278) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.263759) Outpt time (%) = 0.016988 (93.5005) Other time (%) = 0.000154972 (0.852951) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28281 ave 28281 max 28281 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28281 Ave neighs/atom = 5.6562 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:14 2021 Memory usage per processor = 27.5122 Mbytes Step Atoms AVEKE stressZZ 290 5000 1.0194042e-12 394501.46 291 -0.00630499999999656 394494.166544462 291 5000 1.0193471e-12 394494.17 Loop time of 0.0165479 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:14 2021 Pair time (%) = 0.000725985 (4.38717) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211794) Outpt time (%) = 0.015692 (94.8276) Other time (%) = 9.48906e-05 (0.573429) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28281 ave 28281 max 28281 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28281 Ave neighs/atom = 5.6562 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:14 2021 Memory usage per processor = 27.5122 Mbytes Step Atoms AVEKE stressZZ 291 5000 1.0193471e-12 394493.82 292 -0.00630499999999656 394486.521179015 292 5000 1.0192901e-12 394486.52 Loop time of 0.01647 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:14 2021 Pair time (%) = 0.00072813 (4.42096) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.212797) Outpt time (%) = 0.0155761 (94.573) Other time (%) = 0.000130653 (0.793283) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28281 ave 28281 max 28281 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28281 Ave neighs/atom = 5.6562 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:14 2021 Memory usage per processor = 27.5122 Mbytes Step Atoms AVEKE stressZZ 292 5000 1.0192901e-12 394486.17 293 -0.00630499999999656 394478.876095603 293 5000 1.019233e-12 394478.88 Loop time of 0.0161572 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:14 2021 Pair time (%) = 0.000761032 (4.71019) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.234624) Outpt time (%) = 0.0152521 (94.3985) Other time (%) = 0.000106096 (0.656652) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28281 ave 28281 max 28281 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28281 Ave neighs/atom = 5.6562 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:14 2021 Memory usage per processor = 27.5122 Mbytes Step Atoms AVEKE stressZZ 293 5000 1.019233e-12 394478.53 294 -0.00630499999999656 394471.2312942 294 5000 1.019176e-12 394471.23 Loop time of 0.0170531 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:14 2021 Pair time (%) = 0.000971079 (5.69443) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.211112) Outpt time (%) = 0.015944 (93.4961) Other time (%) = 0.000102043 (0.598384) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28281 ave 28281 max 28281 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28281 Ave neighs/atom = 5.6562 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:14 2021 Memory usage per processor = 27.5122 Mbytes Step Atoms AVEKE stressZZ 294 5000 1.019176e-12 394470.88 295 -0.00630499999999656 394463.586774796 295 5000 1.0191189e-12 394463.59 Loop time of 0.017169 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:14 2021 Pair time (%) = 0.000725985 (4.22846) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.202744) Outpt time (%) = 0.016314 (95.0203) Other time (%) = 9.41753e-05 (0.54852) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28281 ave 28281 max 28281 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28281 Ave neighs/atom = 5.6562 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:14 2021 Memory usage per processor = 27.5122 Mbytes Step Atoms AVEKE stressZZ 295 5000 1.0191189e-12 394463.24 296 -0.00630499999999656 394455.942537345 296 5000 1.0190619e-12 394455.94 Loop time of 0.0159469 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:14 2021 Pair time (%) = 0.000725031 (4.54654) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.225757) Outpt time (%) = 0.0150919 (94.6386) Other time (%) = 9.39369e-05 (0.589062) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28281 ave 28281 max 28281 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28281 Ave neighs/atom = 5.6562 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:14 2021 Memory usage per processor = 27.5122 Mbytes Step Atoms AVEKE stressZZ 296 5000 1.0190619e-12 394455.59 297 -0.00630499999999656 394448.298581833 297 5000 1.0190048e-12 394448.3 Loop time of 0.0164609 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:14 2021 Pair time (%) = 0.000741959 (4.5074) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.224501) Outpt time (%) = 0.0155768 (94.6294) Other time (%) = 0.000105143 (0.638742) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28281 ave 28281 max 28281 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28281 Ave neighs/atom = 5.6562 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:14 2021 Memory usage per processor = 27.5122 Mbytes Step Atoms AVEKE stressZZ 297 5000 1.0190048e-12 394447.95 298 -0.00630499999999656 394440.654908244 298 5000 1.0189478e-12 394440.65 Loop time of 0.0166209 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:14 2021 Pair time (%) = 0.000727892 (4.37938) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.205127) Outpt time (%) = 0.01577 (94.8804) Other time (%) = 8.89301e-05 (0.535051) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28281 ave 28281 max 28281 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28281 Ave neighs/atom = 5.6562 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:14 2021 Memory usage per processor = 27.5122 Mbytes Step Atoms AVEKE stressZZ 298 5000 1.0189478e-12 394440.31 299 -0.00630499999999656 394433.011516543 299 5000 1.0188908e-12 394433.01 Loop time of 0.0166259 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:14 2021 Pair time (%) = 0.000725031 (4.36086) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.210801) Outpt time (%) = 0.015739 (94.6654) Other time (%) = 0.000126839 (0.762899) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28281 ave 28281 max 28281 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28281 Ave neighs/atom = 5.6562 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:14 2021 Memory usage per processor = 27.5122 Mbytes Step Atoms AVEKE stressZZ 299 5000 1.0188908e-12 394432.66 300 -0.00630499999999656 394425.368406698 300 5000 1.0188337e-12 394425.37 Loop time of 0.0178189 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:14 2021 Pair time (%) = 0.000867844 (4.87035) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.230137) Outpt time (%) = 0.0167899 (94.2252) Other time (%) = 0.000120163 (0.674356) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28281 ave 28281 max 28281 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28281 Ave neighs/atom = 5.6562 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:14 2021 Memory usage per processor = 27.5122 Mbytes Step Atoms AVEKE stressZZ 300 5000 1.0188337e-12 394425.02 301 -0.00630499999999656 394417.725578706 301 5000 1.0187767e-12 394417.73 Loop time of 0.016531 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:14 2021 Pair time (%) = 0.000725031 (4.38589) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.212011) Outpt time (%) = 0.015682 (94.8641) Other time (%) = 8.89301e-05 (0.53796) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28281 ave 28281 max 28281 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28281 Ave neighs/atom = 5.6562 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:14 2021 Memory usage per processor = 27.5122 Mbytes Step Atoms AVEKE stressZZ 301 5000 1.0187767e-12 394417.38 302 -0.00630499999999656 394410.083032524 302 5000 1.0187197e-12 394410.08 Loop time of 0.0158 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:14 2021 Pair time (%) = 0.000725031 (4.5888) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.22182) Outpt time (%) = 0.0149481 (94.6084) Other time (%) = 9.17912e-05 (0.580957) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28281 ave 28281 max 28281 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28281 Ave neighs/atom = 5.6562 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:14 2021 Memory usage per processor = 27.5122 Mbytes Step Atoms AVEKE stressZZ 302 5000 1.0187197e-12 394409.74 303 -0.00630499999999656 394402.440768143 303 5000 1.0186627e-12 394402.44 Loop time of 0.015914 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:14 2021 Pair time (%) = 0.000771999 (4.85108) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.214239) Outpt time (%) = 0.015018 (94.3699) Other time (%) = 8.98838e-05 (0.564811) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28281 ave 28281 max 28281 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28281 Ave neighs/atom = 5.6562 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:14 2021 Memory usage per processor = 27.5122 Mbytes Step Atoms AVEKE stressZZ 303 5000 1.0186627e-12 394402.09 304 -0.00630499999999656 394394.79878551 304 5000 1.0186057e-12 394394.8 Loop time of 0.0159578 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:14 2021 Pair time (%) = 0.000725985 (4.54939) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.212156) Outpt time (%) = 0.0151129 (94.7051) Other time (%) = 8.51154e-05 (0.533377) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28281 ave 28281 max 28281 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28281 Ave neighs/atom = 5.6562 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:14 2021 Memory usage per processor = 27.5122 Mbytes Step Atoms AVEKE stressZZ 304 5000 1.0186057e-12 394394.45 305 -0.00630499999999656 394387.157084639 305 5000 1.0185486e-12 394387.16 Loop time of 0.0167129 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:14 2021 Pair time (%) = 0.00100803 (6.03147) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.245367) Outpt time (%) = 0.0155079 (92.7902) Other time (%) = 0.000155926 (0.932966) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28281 ave 28281 max 28281 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28281 Ave neighs/atom = 5.6562 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:14 2021 Memory usage per processor = 27.5122 Mbytes Step Atoms AVEKE stressZZ 305 5000 1.0185486e-12 394386.81 306 -0.00630499999999656 394379.515665472 306 5000 1.0184916e-12 394379.52 Loop time of 0.017019 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:14 2021 Pair time (%) = 0.000710964 (4.17747) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.198927) Outpt time (%) = 0.0161469 (94.8755) Other time (%) = 0.000127316 (0.748077) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28281 ave 28281 max 28281 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28281 Ave neighs/atom = 5.6562 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:14 2021 Memory usage per processor = 27.5122 Mbytes Step Atoms AVEKE stressZZ 306 5000 1.0184916e-12 394379.17 307 -0.00630499999999656 394371.874527999 307 5000 1.0184346e-12 394371.87 Loop time of 0.0166781 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:14 2021 Pair time (%) = 0.000761986 (4.56878) Neigh time (%) = 0 (0) Comm time (%) = 6.29425e-05 (0.377396) Outpt time (%) = 0.0157049 (94.1647) Other time (%) = 0.000148296 (0.889168) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28281 ave 28281 max 28281 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28281 Ave neighs/atom = 5.6562 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:14 2021 Memory usage per processor = 27.5122 Mbytes Step Atoms AVEKE stressZZ 307 5000 1.0184346e-12 394371.53 308 -0.00630499999999656 394364.233672196 308 5000 1.0183776e-12 394364.23 Loop time of 0.016187 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:14 2021 Pair time (%) = 0.000756979 (4.67648) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.2283) Outpt time (%) = 0.0152869 (94.4398) Other time (%) = 0.000106096 (0.655443) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28281 ave 28281 max 28281 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28281 Ave neighs/atom = 5.6562 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:14 2021 Memory usage per processor = 27.5122 Mbytes Step Atoms AVEKE stressZZ 308 5000 1.0183776e-12 394363.89 309 -0.00630499999999656 394356.593098032 309 5000 1.0183207e-12 394356.59 Loop time of 0.0170829 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:14 2021 Pair time (%) = 0.000762939 (4.46609) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205161) Outpt time (%) = 0.0161519 (94.55) Other time (%) = 0.000133038 (0.778775) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28281 ave 28281 max 28281 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28281 Ave neighs/atom = 5.6562 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:14 2021 Memory usage per processor = 27.5122 Mbytes Step Atoms AVEKE stressZZ 309 5000 1.0183207e-12 394356.25 310 -0.00630499999999656 394348.952805481 310 5000 1.0182637e-12 394348.95 Loop time of 0.0179229 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:14 2021 Pair time (%) = 0.000726223 (4.05193) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.195546) Outpt time (%) = 0.017067 (95.2244) Other time (%) = 9.46522e-05 (0.528108) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28281 ave 28281 max 28281 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28281 Ave neighs/atom = 5.6562 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:14 2021 Memory usage per processor = 27.5122 Mbytes Step Atoms AVEKE stressZZ 310 5000 1.0182637e-12 394348.61 311 -0.00630499999999656 394341.312794539 311 5000 1.0182067e-12 394341.31 Loop time of 0.0159988 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:15 2021 Pair time (%) = 0.000764132 (4.77617) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.219063) Outpt time (%) = 0.0151029 (94.3997) Other time (%) = 9.67979e-05 (0.605031) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28281 ave 28281 max 28281 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28281 Ave neighs/atom = 5.6562 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:15 2021 Memory usage per processor = 27.5122 Mbytes Step Atoms AVEKE stressZZ 311 5000 1.0182067e-12 394340.97 312 -0.00630499999999656 394333.673065162 312 5000 1.0181497e-12 394333.67 Loop time of 0.016923 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:15 2021 Pair time (%) = 0.000854969 (5.05213) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.218371) Outpt time (%) = 0.015872 (93.7898) Other time (%) = 0.000159025 (0.939701) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28281 ave 28281 max 28281 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28281 Ave neighs/atom = 5.6562 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:15 2021 Memory usage per processor = 27.5122 Mbytes Step Atoms AVEKE stressZZ 312 5000 1.0181497e-12 394333.33 313 -0.00630499999999656 394326.033617323 313 5000 1.0180927e-12 394326.03 Loop time of 0.016577 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:15 2021 Pair time (%) = 0.000725031 (4.37371) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211423) Outpt time (%) = 0.015723 (94.8482) Other time (%) = 9.39369e-05 (0.56667) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28281 ave 28281 max 28281 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28281 Ave neighs/atom = 5.6562 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:15 2021 Memory usage per processor = 27.5122 Mbytes Step Atoms AVEKE stressZZ 313 5000 1.0180927e-12 394325.69 314 -0.00630499999999656 394318.394450999 314 5000 1.0180358e-12 394318.39 Loop time of 0.0158701 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:15 2021 Pair time (%) = 0.000765085 (4.82092) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.22084) Outpt time (%) = 0.0149751 (94.3603) Other time (%) = 9.48906e-05 (0.597921) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28281 ave 28281 max 28281 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28281 Ave neighs/atom = 5.6562 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:15 2021 Memory usage per processor = 27.5122 Mbytes Step Atoms AVEKE stressZZ 314 5000 1.0180358e-12 394318.05 315 -0.00630499999999656 394310.75556619 315 5000 1.0179788e-12 394310.76 Loop time of 0.0165269 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:15 2021 Pair time (%) = 0.000977993 (5.91757) Neigh time (%) = 0 (0) Comm time (%) = 4.3869e-05 (0.265439) Outpt time (%) = 0.015331 (92.7639) Other time (%) = 0.000174046 (1.0531) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28281 ave 28281 max 28281 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28281 Ave neighs/atom = 5.6562 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:15 2021 Memory usage per processor = 27.5122 Mbytes Step Atoms AVEKE stressZZ 315 5000 1.0179788e-12 394310.41 316 -0.00630499999999656 394303.116962863 316 5000 1.0179218e-12 394303.12 Loop time of 0.0168011 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:15 2021 Pair time (%) = 0.000725985 (4.32105) Neigh time (%) = 0 (0) Comm time (%) = 6.00815e-05 (0.357604) Outpt time (%) = 0.015861 (94.4046) Other time (%) = 0.000154018 (0.916715) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28281 ave 28281 max 28281 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28281 Ave neighs/atom = 5.6562 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:15 2021 Memory usage per processor = 27.5122 Mbytes Step Atoms AVEKE stressZZ 316 5000 1.0179218e-12 394302.77 317 -0.00630499999999656 394295.47864098 317 5000 1.0178649e-12 394295.48 Loop time of 0.0161359 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:15 2021 Pair time (%) = 0.000723124 (4.48145) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.217202) Outpt time (%) = 0.0152819 (94.7074) Other time (%) = 9.58443e-05 (0.59398) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28281 ave 28281 max 28281 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28281 Ave neighs/atom = 5.6562 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:15 2021 Memory usage per processor = 27.5122 Mbytes Step Atoms AVEKE stressZZ 317 5000 1.0178649e-12 394295.13 318 -0.00630499999999656 394287.840600515 318 5000 1.0178079e-12 394287.84 Loop time of 0.016041 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:15 2021 Pair time (%) = 0.0007689 (4.79333) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.230377) Outpt time (%) = 0.0151322 (94.3342) Other time (%) = 0.000102997 (0.642083) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28281 ave 28281 max 28281 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28281 Ave neighs/atom = 5.6562 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:15 2021 Memory usage per processor = 27.5122 Mbytes Step Atoms AVEKE stressZZ 318 5000 1.0178079e-12 394287.49 319 -0.00630499999999656 394280.202841476 319 5000 1.017751e-12 394280.2 Loop time of 0.0168109 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:15 2021 Pair time (%) = 0.000724077 (4.30719) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.207063) Outpt time (%) = 0.0159609 (94.944) Other time (%) = 9.10759e-05 (0.541767) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28281 ave 28281 max 28281 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28281 Ave neighs/atom = 5.6562 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:15 2021 Memory usage per processor = 27.5122 Mbytes Step Atoms AVEKE stressZZ 319 5000 1.017751e-12 394279.86 320 -0.00630499999999656 394272.565363799 320 5000 1.017694e-12 394272.57 Loop time of 0.017909 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:15 2021 Pair time (%) = 0.000786066 (4.38921) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.195697) Outpt time (%) = 0.0169911 (94.8746) Other time (%) = 9.67979e-05 (0.540497) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28281 ave 28281 max 28281 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28281 Ave neighs/atom = 5.6562 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:15 2021 Memory usage per processor = 27.5122 Mbytes Step Atoms AVEKE stressZZ 320 5000 1.017694e-12 394272.22 321 -0.00630499999999656 394264.928167487 321 5000 1.0176371e-12 394264.93 Loop time of 0.0159719 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:15 2021 Pair time (%) = 0.000771046 (4.82751) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.256751) Outpt time (%) = 0.0150568 (94.2709) Other time (%) = 0.000102997 (0.644863) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28281 ave 28281 max 28281 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28281 Ave neighs/atom = 5.6562 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:15 2021 Memory usage per processor = 27.5122 Mbytes Step Atoms AVEKE stressZZ 321 5000 1.0176371e-12 394264.58 322 -0.00630499999999656 394257.291252523 322 5000 1.0175801e-12 394257.29 Loop time of 0.01666 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:15 2021 Pair time (%) = 0.000785112 (4.71257) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.216094) Outpt time (%) = 0.0157402 (94.4789) Other time (%) = 9.87053e-05 (0.59247) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28281 ave 28281 max 28281 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28281 Ave neighs/atom = 5.6562 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:15 2021 Memory usage per processor = 27.5122 Mbytes Step Atoms AVEKE stressZZ 322 5000 1.0175801e-12 394256.94 323 -0.00630499999999656 394249.654618869 323 5000 1.0175232e-12 394249.65 Loop time of 0.0168319 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:15 2021 Pair time (%) = 0.000801086 (4.75934) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.213887) Outpt time (%) = 0.015893 (94.4219) Other time (%) = 0.000101805 (0.604833) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28281 ave 28281 max 28281 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28281 Ave neighs/atom = 5.6562 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:15 2021 Memory usage per processor = 27.5122 Mbytes Step Atoms AVEKE stressZZ 323 5000 1.0175232e-12 394249.31 324 -0.00630499999999656 394242.018266491 324 5000 1.0174663e-12 394242.02 Loop time of 0.01594 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:15 2021 Pair time (%) = 0.000725031 (4.54851) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.213889) Outpt time (%) = 0.015085 (94.6363) Other time (%) = 9.58443e-05 (0.601283) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28281 ave 28281 max 28281 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28281 Ave neighs/atom = 5.6562 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:15 2021 Memory usage per processor = 27.5122 Mbytes Step Atoms AVEKE stressZZ 324 5000 1.0174663e-12 394241.67 325 -0.00630499999999656 394234.382195389 325 5000 1.0174093e-12 394234.38 Loop time of 0.0172069 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:15 2021 Pair time (%) = 0.000960112 (5.5798) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.209225) Outpt time (%) = 0.016053 (93.2937) Other time (%) = 0.000157833 (0.917266) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28281 ave 28281 max 28281 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28281 Ave neighs/atom = 5.6562 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:15 2021 Memory usage per processor = 27.5122 Mbytes Step Atoms AVEKE stressZZ 325 5000 1.0174093e-12 394234.03 326 -0.00630499999999656 394226.746405532 326 5000 1.0173524e-12 394226.75 Loop time of 0.016784 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:15 2021 Pair time (%) = 0.000725985 (4.32547) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.214498) Outpt time (%) = 0.0158622 (94.5083) Other time (%) = 0.00015974 (0.951745) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28281 ave 28281 max 28281 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28281 Ave neighs/atom = 5.6562 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:15 2021 Memory usage per processor = 27.5122 Mbytes Step Atoms AVEKE stressZZ 326 5000 1.0173524e-12 394226.4 327 -0.00630499999999656 394219.11089689 327 5000 1.0172955e-12 394219.11 Loop time of 0.0159881 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:15 2021 Pair time (%) = 0.000725031 (4.53481) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.21921) Outpt time (%) = 0.0151379 (94.6823) Other time (%) = 9.01222e-05 (0.563683) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28281 ave 28281 max 28281 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28281 Ave neighs/atom = 5.6562 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:15 2021 Memory usage per processor = 27.5122 Mbytes Step Atoms AVEKE stressZZ 327 5000 1.0172955e-12 394218.76 328 -0.00630499999999656 394211.475669444 328 5000 1.0172386e-12 394211.48 Loop time of 0.0163469 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:15 2021 Pair time (%) = 0.000827074 (5.05951) Neigh time (%) = 0 (0) Comm time (%) = 5.4121e-05 (0.331078) Outpt time (%) = 0.0153279 (93.7664) Other time (%) = 0.000137806 (0.843008) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28281 ave 28281 max 28281 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28281 Ave neighs/atom = 5.6562 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:15 2021 Memory usage per processor = 27.5122 Mbytes Step Atoms AVEKE stressZZ 328 5000 1.0172386e-12 394211.13 329 -0.00630499999999656 394203.840723168 329 5000 1.0171817e-12 394203.84 Loop time of 0.0165062 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:15 2021 Pair time (%) = 0.000725985 (4.39826) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.205107) Outpt time (%) = 0.0156569 (94.855) Other time (%) = 8.9407e-05 (0.541657) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28281 ave 28281 max 28281 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28281 Ave neighs/atom = 5.6562 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:15 2021 Memory usage per processor = 27.5122 Mbytes Step Atoms AVEKE stressZZ 329 5000 1.0171817e-12 394203.49 330 -0.00630499999999656 394196.206058055 330 5000 1.0171248e-12 394196.21 Loop time of 0.017386 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:15 2021 Pair time (%) = 0.000725031 (4.17021) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.1961) Outpt time (%) = 0.0165329 (95.0934) Other time (%) = 9.39369e-05 (0.540303) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28281 ave 28281 max 28281 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28281 Ave neighs/atom = 5.6562 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:15 2021 Memory usage per processor = 27.5122 Mbytes Step Atoms AVEKE stressZZ 330 5000 1.0171248e-12 394195.86 331 -0.00630499999999656 394188.571674075 331 5000 1.0170678e-12 394188.57 Loop time of 0.0160229 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:15 2021 Pair time (%) = 0.000731945 (4.56811) Neigh time (%) = 0 (0) Comm time (%) = 5.29289e-05 (0.330333) Outpt time (%) = 0.0150859 (94.1522) Other time (%) = 0.000152111 (0.949334) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28281 ave 28281 max 28281 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28281 Ave neighs/atom = 5.6562 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:15 2021 Memory usage per processor = 27.5122 Mbytes Step Atoms AVEKE stressZZ 331 5000 1.0170678e-12 394188.22 332 -0.00630499999999656 394180.937571185 332 5000 1.0170109e-12 394180.94 Loop time of 0.016614 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:15 2021 Pair time (%) = 0.000823021 (4.95379) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.216692) Outpt time (%) = 0.0156481 (94.1866) Other time (%) = 0.000106812 (0.642902) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28281 ave 28281 max 28281 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28281 Ave neighs/atom = 5.6562 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:15 2021 Memory usage per processor = 27.5122 Mbytes Step Atoms AVEKE stressZZ 332 5000 1.0170109e-12 394180.59 333 -0.00630499999999656 394173.303749379 333 5000 1.0169541e-12 394173.3 Loop time of 0.016547 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:15 2021 Pair time (%) = 0.000724077 (4.37589) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211806) Outpt time (%) = 0.0156929 (94.8388) Other time (%) = 9.48906e-05 (0.573462) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28281 ave 28281 max 28281 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28281 Ave neighs/atom = 5.6562 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:15 2021 Memory usage per processor = 27.5122 Mbytes Step Atoms AVEKE stressZZ 333 5000 1.0169541e-12 394172.96 334 -0.00630499999999656 394165.670208641 334 5000 1.0168972e-12 394165.67 Loop time of 0.015995 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:15 2021 Pair time (%) = 0.000776052 (4.85184) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.219115) Outpt time (%) = 0.0150821 (94.2926) Other time (%) = 0.000101805 (0.636477) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28281 ave 28281 max 28281 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28281 Ave neighs/atom = 5.6562 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:15 2021 Memory usage per processor = 27.5122 Mbytes Step Atoms AVEKE stressZZ 334 5000 1.0168972e-12 394165.32 335 -0.00630499999999656 394158.036948942 335 5000 1.0168403e-12 394158.04 Loop time of 0.016494 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:15 2021 Pair time (%) = 0.000861883 (5.22542) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.229832) Outpt time (%) = 0.0154569 (93.7121) Other time (%) = 0.000137329 (0.832599) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28281 ave 28281 max 28281 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28281 Ave neighs/atom = 5.6562 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:15 2021 Memory usage per processor = 27.5122 Mbytes Step Atoms AVEKE stressZZ 335 5000 1.0168403e-12 394157.69 336 -0.00630499999999656 394150.403970258 336 5000 1.0167834e-12 394150.4 Loop time of 0.0167968 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:15 2021 Pair time (%) = 0.000850201 (5.06167) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.214333) Outpt time (%) = 0.015743 (93.7261) Other time (%) = 0.000167608 (0.997857) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28281 ave 28281 max 28281 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28281 Ave neighs/atom = 5.6562 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:15 2021 Memory usage per processor = 27.5122 Mbytes Step Atoms AVEKE stressZZ 336 5000 1.0167834e-12 394150.06 337 -0.00630499999999656 394142.771272569 337 5000 1.0167265e-12 394142.77 Loop time of 0.016073 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:15 2021 Pair time (%) = 0.000725985 (4.5168) Neigh time (%) = 0 (0) Comm time (%) = 4.98295e-05 (0.31002) Outpt time (%) = 0.0151861 (94.4819) Other time (%) = 0.000111103 (0.691241) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28281 ave 28281 max 28281 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28281 Ave neighs/atom = 5.6562 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:15 2021 Memory usage per processor = 27.5122 Mbytes Step Atoms AVEKE stressZZ 337 5000 1.0167265e-12 394142.42 338 -0.00630499999999656 394135.138855851 338 5000 1.0166696e-12 394135.14 Loop time of 0.0165629 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:15 2021 Pair time (%) = 0.00102496 (6.18828) Neigh time (%) = 0 (0) Comm time (%) = 5.19753e-05 (0.313805) Outpt time (%) = 0.0153031 (92.3938) Other time (%) = 0.000182867 (1.10407) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28281 ave 28281 max 28281 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28281 Ave neighs/atom = 5.6562 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:15 2021 Memory usage per processor = 27.5122 Mbytes Step Atoms AVEKE stressZZ 338 5000 1.0166696e-12 394134.79 339 -0.00630499999999656 394127.506720095 339 5000 1.0166128e-12 394127.51 Loop time of 0.0166008 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:15 2021 Pair time (%) = 0.000725985 (4.37318) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211119) Outpt time (%) = 0.0157461 (94.8513) Other time (%) = 9.36985e-05 (0.56442) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28281 ave 28281 max 28281 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28281 Ave neighs/atom = 5.6562 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:15 2021 Memory usage per processor = 27.5122 Mbytes Step Atoms AVEKE stressZZ 339 5000 1.0166128e-12 394127.16 340 -0.00630499999999656 394119.874865272 340 5000 1.0165559e-12 394119.87 Loop time of 0.0178919 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:15 2021 Pair time (%) = 0.000766993 (4.28682) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.190555) Outpt time (%) = 0.0170009 (95.0203) Other time (%) = 8.98838e-05 (0.502372) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28281 ave 28281 max 28281 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28281 Ave neighs/atom = 5.6562 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:15 2021 Memory usage per processor = 27.5122 Mbytes Step Atoms AVEKE stressZZ 340 5000 1.0165559e-12 394119.53 341 -0.00630499999999656 394112.243291347 341 5000 1.016499e-12 394112.24 Loop time of 0.0160129 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:15 2021 Pair time (%) = 0.000782013 (4.88364) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.230782) Outpt time (%) = 0.015075 (94.1426) Other time (%) = 0.000118971 (0.742969) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28281 ave 28281 max 28281 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28281 Ave neighs/atom = 5.6562 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:15 2021 Memory usage per processor = 27.5122 Mbytes Step Atoms AVEKE stressZZ 341 5000 1.016499e-12 394111.9 342 -0.00630499999999656 394104.611998306 342 5000 1.0164422e-12 394104.61 Loop time of 0.016916 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:15 2021 Pair time (%) = 0.000723124 (4.27478) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207185) Outpt time (%) = 0.0160661 (94.9754) Other time (%) = 9.17912e-05 (0.542628) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28281 ave 28281 max 28281 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28281 Ave neighs/atom = 5.6562 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:15 2021 Memory usage per processor = 27.5122 Mbytes Step Atoms AVEKE stressZZ 342 5000 1.0164422e-12 394104.26 343 -0.00630499999999656 394096.980986136 343 5000 1.0163853e-12 394096.98 Loop time of 0.016717 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:15 2021 Pair time (%) = 0.000766993 (4.58811) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209653) Outpt time (%) = 0.015821 (94.6403) Other time (%) = 9.39369e-05 (0.561926) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28281 ave 28281 max 28281 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28281 Ave neighs/atom = 5.6562 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:15 2021 Memory usage per processor = 27.5122 Mbytes Step Atoms AVEKE stressZZ 343 5000 1.0163853e-12 394096.63 344 -0.00630499999999656 394087.873119512 344 5000 2.0080903e-12 394100.76 Loop time of 0.015944 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:15 2021 Pair time (%) = 0.000758171 (4.75521) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.231779) Outpt time (%) = 0.0150239 (94.2294) Other time (%) = 0.000124931 (0.783563) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28281 ave 28281 max 28281 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28281 Ave neighs/atom = 5.6562 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:15 2021 Memory usage per processor = 27.5122 Mbytes Step Atoms AVEKE stressZZ 344 5000 2.0080903e-12 410096.3 345 -0.00633749999999654 410086.534075363 345 5000 1.637396e-12 410086.53 Loop time of 0.0166419 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:15 2021 Pair time (%) = 0.000769854 (4.62601) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.210599) Outpt time (%) = 0.0157371 (94.5631) Other time (%) = 9.98974e-05 (0.600278) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:15 2021 Memory usage per processor = 27.5122 Mbytes Step Atoms AVEKE stressZZ 345 5000 1.637396e-12 410086.06 346 -0.00633749999999654 410077.079096159 346 5000 1.4214488e-12 410077.08 Loop time of 0.016681 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:15 2021 Pair time (%) = 0.000725985 (4.35218) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.210105) Outpt time (%) = 0.015826 (94.8746) Other time (%) = 9.39369e-05 (0.563139) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:15 2021 Memory usage per processor = 27.5122 Mbytes Step Atoms AVEKE stressZZ 346 5000 1.4214488e-12 410076.64 347 -0.00633749999999654 410068.16402721 347 5000 1.2921289e-12 410068.16 Loop time of 0.0161061 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:15 2021 Pair time (%) = 0.000767946 (4.76804) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.216123) Outpt time (%) = 0.0152071 (94.4178) Other time (%) = 9.63211e-05 (0.59804) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:15 2021 Memory usage per processor = 27.5122 Mbytes Step Atoms AVEKE stressZZ 347 5000 1.2921289e-12 410067.75 348 -0.00633749999999654 410059.592184733 348 5000 1.2131294e-12 410059.59 Loop time of 0.0158751 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:15 2021 Pair time (%) = 0.000727177 (4.58061) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.22077) Outpt time (%) = 0.0150211 (94.6204) Other time (%) = 9.17912e-05 (0.578208) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:15 2021 Memory usage per processor = 27.5122 Mbytes Step Atoms AVEKE stressZZ 348 5000 1.2131294e-12 410059.19 349 -0.00633749999999654 410051.238573993 349 5000 1.1641976e-12 410051.24 Loop time of 0.01599 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:15 2021 Pair time (%) = 0.000725985 (4.54024) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.219184) Outpt time (%) = 0.0151379 (94.671) Other time (%) = 9.10759e-05 (0.56958) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:15 2021 Memory usage per processor = 27.5122 Mbytes Step Atoms AVEKE stressZZ 349 5000 1.1641976e-12 410050.85 350 -0.00633749999999654 410043.023759758 350 5000 1.1336022e-12 410043.02 Loop time of 0.0172329 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:15 2021 Pair time (%) = 0.000726938 (4.21832) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.203376) Outpt time (%) = 0.016382 (95.0623) Other time (%) = 8.89301e-05 (0.516049) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:15 2021 Memory usage per processor = 27.5123 Mbytes Step Atoms AVEKE stressZZ 350 5000 1.1336022e-12 410042.64 351 -0.00633749999999654 410034.897260163 351 5000 1.1143477e-12 410034.9 Loop time of 0.016562 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:15 2021 Pair time (%) = 0.000936985 (5.65744) Neigh time (%) = 0 (0) Comm time (%) = 3.98159e-05 (0.240405) Outpt time (%) = 0.0154719 (93.4184) Other time (%) = 0.000113249 (0.683788) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:15 2021 Memory usage per processor = 27.5123 Mbytes Step Atoms AVEKE stressZZ 351 5000 1.1143477e-12 410034.52 352 -0.00633749999999654 410026.826993477 352 5000 1.1021746e-12 410026.83 Loop time of 0.016845 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:15 2021 Pair time (%) = 0.000756979 (4.49379) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.302889) Outpt time (%) = 0.0159152 (94.4801) Other time (%) = 0.000121832 (0.723253) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:15 2021 Memory usage per processor = 27.5123 Mbytes Step Atoms AVEKE stressZZ 352 5000 1.1021746e-12 410026.45 353 -0.00633749999999654 410018.792571439 353 5000 1.0944508e-12 410018.79 Loop time of 0.0160482 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:15 2021 Pair time (%) = 0.000725031 (4.51784) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.218389) Outpt time (%) = 0.0151942 (94.6784) Other time (%) = 9.39369e-05 (0.585343) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:15 2021 Memory usage per processor = 27.5123 Mbytes Step Atoms AVEKE stressZZ 353 5000 1.0944508e-12 410018.42 354 -0.00633749999999654 410010.781037045 354 5000 1.0895341e-12 410010.78 Loop time of 0.0164552 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:15 2021 Pair time (%) = 0.000993967 (6.04045) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.285433) Outpt time (%) = 0.0152662 (92.7743) Other time (%) = 0.000148058 (0.899765) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:15 2021 Memory usage per processor = 27.5123 Mbytes Step Atoms AVEKE stressZZ 354 5000 1.0895341e-12 410010.41 355 -0.00633749999999654 410002.784155958 355 5000 1.0863929e-12 410002.78 Loop time of 0.0167961 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:15 2021 Pair time (%) = 0.000745058 (4.4359) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.214342) Outpt time (%) = 0.0159171 (94.7664) Other time (%) = 9.799e-05 (0.583409) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:15 2021 Memory usage per processor = 27.5123 Mbytes Step Atoms AVEKE stressZZ 355 5000 1.0863929e-12 410002.41 356 -0.00633749999999654 409994.796695178 356 5000 1.0843767e-12 409994.8 Loop time of 0.0161769 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:15 2021 Pair time (%) = 0.00072813 (4.50104) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.216651) Outpt time (%) = 0.0153251 (94.734) Other time (%) = 8.86917e-05 (0.54826) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:15 2021 Memory usage per processor = 27.5123 Mbytes Step Atoms AVEKE stressZZ 356 5000 1.0843767e-12 409994.42 357 -0.00633749999999654 409986.815329028 357 5000 1.0830742e-12 409986.82 Loop time of 0.016058 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:16 2021 Pair time (%) = 0.000786066 (4.89518) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.230134) Outpt time (%) = 0.0151172 (94.1412) Other time (%) = 0.000117779 (0.73346) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:16 2021 Memory usage per processor = 27.5123 Mbytes Step Atoms AVEKE stressZZ 357 5000 1.0830742e-12 409986.44 358 -0.00633749999999654 409978.837943986 358 5000 1.0822246e-12 409978.84 Loop time of 0.0165782 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:16 2021 Pair time (%) = 0.000727892 (4.39066) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.204217) Outpt time (%) = 0.0157292 (94.8788) Other time (%) = 8.72612e-05 (0.526361) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:16 2021 Memory usage per processor = 27.5123 Mbytes Step Atoms AVEKE stressZZ 358 5000 1.0822246e-12 409978.47 359 -0.00633749999999654 409970.863196863 359 5000 1.0816627e-12 409970.86 Loop time of 0.0160491 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:16 2021 Pair time (%) = 0.000725985 (4.52351) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.212434) Outpt time (%) = 0.0151932 (94.6669) Other time (%) = 9.58443e-05 (0.597192) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:16 2021 Memory usage per processor = 27.5123 Mbytes Step Atoms AVEKE stressZZ 359 5000 1.0816627e-12 409970.49 360 -0.00633749999999654 409962.890234021 360 5000 1.0812834e-12 409962.89 Loop time of 0.017509 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:16 2021 Pair time (%) = 0.000797987 (4.55759) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.211062) Outpt time (%) = 0.0165391 (94.4606) Other time (%) = 0.000134945 (0.770718) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:16 2021 Memory usage per processor = 27.5123 Mbytes Step Atoms AVEKE stressZZ 360 5000 1.0812834e-12 409962.52 361 -0.00633749999999654 409954.918512961 361 5000 1.0810202e-12 409954.92 Loop time of 0.016722 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:16 2021 Pair time (%) = 0.000788927 (4.71791) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.208164) Outpt time (%) = 0.015799 (94.4808) Other time (%) = 9.91821e-05 (0.593125) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:16 2021 Memory usage per processor = 27.5123 Mbytes Step Atoms AVEKE stressZZ 361 5000 1.0810202e-12 409954.55 362 -0.00633749999999654 409946.947688906 362 5000 1.0808308e-12 409946.95 Loop time of 0.016614 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:16 2021 Pair time (%) = 0.000725031 (4.36399) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.210952) Outpt time (%) = 0.0157611 (94.8668) Other time (%) = 9.27448e-05 (0.558234) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:16 2021 Memory usage per processor = 27.5123 Mbytes Step Atoms AVEKE stressZZ 362 5000 1.0808308e-12 409946.58 363 -0.00633749999999654 409938.977542712 363 5000 1.0806882e-12 409938.98 Loop time of 0.0160351 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:16 2021 Pair time (%) = 0.000749826 (4.67616) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.218568) Outpt time (%) = 0.0151391 (94.4124) Other time (%) = 0.000111103 (0.692875) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:16 2021 Memory usage per processor = 27.5123 Mbytes Step Atoms AVEKE stressZZ 363 5000 1.0806882e-12 409938.61 364 -0.00633749999999654 409931.007935091 364 5000 1.0805755e-12 409931.01 Loop time of 0.0169189 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:16 2021 Pair time (%) = 0.00075388 (4.45584) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.212787) Outpt time (%) = 0.016027 (94.7282) Other time (%) = 0.000102043 (0.603131) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:16 2021 Memory usage per processor = 27.5123 Mbytes Step Atoms AVEKE stressZZ 364 5000 1.0805755e-12 409930.64 365 -0.00633749999999654 409923.038777507 365 5000 1.0804816e-12 409923.04 Loop time of 0.0167191 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:16 2021 Pair time (%) = 0.000806093 (4.82139) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.21533) Outpt time (%) = 0.015774 (94.3472) Other time (%) = 0.000102997 (0.616043) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:16 2021 Memory usage per processor = 27.5123 Mbytes Step Atoms AVEKE stressZZ 365 5000 1.0804816e-12 409922.67 366 -0.00633749999999654 409915.070013665 366 5000 1.0803998e-12 409915.07 Loop time of 0.0161262 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:16 2021 Pair time (%) = 0.000726938 (4.50782) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.21142) Outpt time (%) = 0.01527 (94.6909) Other time (%) = 9.5129e-05 (0.589905) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:16 2021 Memory usage per processor = 27.5123 Mbytes Step Atoms AVEKE stressZZ 366 5000 1.0803998e-12 409914.7 367 -0.00633749999999654 409907.101607792 367 5000 1.0803256e-12 409907.1 Loop time of 0.016412 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:16 2021 Pair time (%) = 0.000935793 (5.70188) Neigh time (%) = 0 (0) Comm time (%) = 5.50747e-05 (0.335575) Outpt time (%) = 0.015276 (93.0779) Other time (%) = 0.000145197 (0.884699) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:16 2021 Memory usage per processor = 27.5123 Mbytes Step Atoms AVEKE stressZZ 367 5000 1.0803256e-12 409906.73 368 -0.00633749999999654 409899.133537126 368 5000 1.0802563e-12 409899.13 Loop time of 0.0166059 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:16 2021 Pair time (%) = 0.000729084 (4.39052) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211055) Outpt time (%) = 0.015748 (94.8342) Other time (%) = 9.36985e-05 (0.56425) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:16 2021 Memory usage per processor = 27.5123 Mbytes Step Atoms AVEKE stressZZ 368 5000 1.0802563e-12 409898.76 369 -0.00633749999999654 409891.165787193 369 5000 1.0801901e-12 409891.17 Loop time of 0.016001 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:16 2021 Pair time (%) = 0.000724792 (4.52967) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.219034) Outpt time (%) = 0.015151 (94.6881) Other time (%) = 9.01222e-05 (0.563229) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:16 2021 Memory usage per processor = 27.5123 Mbytes Step Atoms AVEKE stressZZ 369 5000 1.0801901e-12 409890.79 370 -0.00633749999999654 409883.198348764 370 5000 1.0801258e-12 409883.2 Loop time of 0.0181098 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:16 2021 Pair time (%) = 0.00080514 (4.44588) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.20406) Outpt time (%) = 0.017154 (94.7221) Other time (%) = 0.000113726 (0.627979) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:16 2021 Memory usage per processor = 27.5123 Mbytes Step Atoms AVEKE stressZZ 370 5000 1.0801258e-12 409882.83 371 -0.00633749999999654 409875.231215967 371 5000 1.0800628e-12 409875.23 Loop time of 0.017014 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:16 2021 Pair time (%) = 0.000857115 (5.0377) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.211597) Outpt time (%) = 0.0159271 (93.6114) Other time (%) = 0.000193834 (1.13926) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:16 2021 Memory usage per processor = 27.5123 Mbytes Step Atoms AVEKE stressZZ 371 5000 1.0800628e-12 409874.86 372 -0.00633749999999654 409867.26438507 372 5000 1.0800006e-12 409867.26 Loop time of 0.0166199 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:16 2021 Pair time (%) = 0.000744104 (4.47718) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.210877) Outpt time (%) = 0.0157409 (94.7109) Other time (%) = 9.98974e-05 (0.60107) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:16 2021 Memory usage per processor = 27.5123 Mbytes Step Atoms AVEKE stressZZ 372 5000 1.0800006e-12 409866.89 373 -0.00633749999999654 409859.297853661 373 5000 1.0799389e-12 409859.3 Loop time of 0.015969 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:16 2021 Pair time (%) = 0.000728846 (4.56412) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.219472) Outpt time (%) = 0.015111 (94.6267) Other time (%) = 9.41753e-05 (0.589737) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:16 2021 Memory usage per processor = 27.5123 Mbytes Step Atoms AVEKE stressZZ 373 5000 1.0799389e-12 409858.93 374 -0.00633749999999654 409851.331620221 374 5000 1.0798775e-12 409851.33 Loop time of 0.016901 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:16 2021 Pair time (%) = 0.000765085 (4.52686) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.218655) Outpt time (%) = 0.0159979 (94.6564) Other time (%) = 0.000101089 (0.598127) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:16 2021 Memory usage per processor = 27.5123 Mbytes Step Atoms AVEKE stressZZ 374 5000 1.0798775e-12 409850.96 375 -0.00633749999999654 409843.365683744 375 5000 1.0798163e-12 409843.37 Loop time of 0.016746 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:16 2021 Pair time (%) = 0.000729084 (4.35377) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.203593) Outpt time (%) = 0.0158389 (94.5827) Other time (%) = 0.000144005 (0.859933) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:16 2021 Memory usage per processor = 27.5123 Mbytes Step Atoms AVEKE stressZZ 375 5000 1.0798163e-12 409842.99 376 -0.00633749999999654 409835.400043593 376 5000 1.0797553e-12 409835.4 Loop time of 0.0162489 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:16 2021 Pair time (%) = 0.000729084 (4.48696) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.215691) Outpt time (%) = 0.015389 (94.7075) Other time (%) = 9.58443e-05 (0.589849) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:16 2021 Memory usage per processor = 27.5123 Mbytes Step Atoms AVEKE stressZZ 376 5000 1.0797553e-12 409835.03 377 -0.00633749999999654 409827.434699353 377 5000 1.0796943e-12 409827.43 Loop time of 0.016521 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:16 2021 Pair time (%) = 0.000906944 (5.48965) Neigh time (%) = 0 (0) Comm time (%) = 4.19617e-05 (0.25399) Outpt time (%) = 0.0154328 (93.4136) Other time (%) = 0.000139236 (0.842786) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:16 2021 Memory usage per processor = 27.5123 Mbytes Step Atoms AVEKE stressZZ 377 5000 1.0796943e-12 409827.06 378 -0.00633749999999654 409819.469650712 378 5000 1.0796334e-12 409819.47 Loop time of 0.0166929 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:16 2021 Pair time (%) = 0.000727892 (4.36049) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209955) Outpt time (%) = 0.015837 (94.8725) Other time (%) = 9.29832e-05 (0.557023) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:16 2021 Memory usage per processor = 27.5123 Mbytes Step Atoms AVEKE stressZZ 378 5000 1.0796334e-12 409819.1 379 -0.00633749999999654 409811.504897505 379 5000 1.0795726e-12 409811.5 Loop time of 0.0163898 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:16 2021 Pair time (%) = 0.000787973 (4.80769) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.213837) Outpt time (%) = 0.01547 (94.3879) Other time (%) = 9.67979e-05 (0.590597) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:16 2021 Memory usage per processor = 27.5123 Mbytes Step Atoms AVEKE stressZZ 379 5000 1.0795726e-12 409811.13 380 -0.00633749999999654 409803.540439608 380 5000 1.0795117e-12 409803.54 Loop time of 0.0173759 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:16 2021 Pair time (%) = 0.000812054 (4.67344) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.212678) Outpt time (%) = 0.0164108 (94.4457) Other time (%) = 0.00011611 (0.668222) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:16 2021 Memory usage per processor = 27.5123 Mbytes Step Atoms AVEKE stressZZ 380 5000 1.0795117e-12 409803.17 381 -0.00633749999999654 409795.576276885 381 5000 1.0794509e-12 409795.58 Loop time of 0.0166161 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:16 2021 Pair time (%) = 0.000860929 (5.1813) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.216665) Outpt time (%) = 0.015595 (93.8545) Other time (%) = 0.000124216 (0.747564) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:16 2021 Memory usage per processor = 27.5123 Mbytes Step Atoms AVEKE stressZZ 381 5000 1.0794509e-12 409795.2 382 -0.00633749999999654 409787.612409271 382 5000 1.0793901e-12 409787.61 Loop time of 0.0169001 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:16 2021 Pair time (%) = 0.000779152 (4.61035) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207381) Outpt time (%) = 0.0159912 (94.6222) Other time (%) = 9.46522e-05 (0.56007) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:16 2021 Memory usage per processor = 27.5123 Mbytes Step Atoms AVEKE stressZZ 382 5000 1.0793901e-12 409787.24 383 -0.00633749999999654 409779.648836718 383 5000 1.0793293e-12 409779.65 Loop time of 0.0159709 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:16 2021 Pair time (%) = 0.000729084 (4.56506) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.219446) Outpt time (%) = 0.01511 (94.6094) Other time (%) = 9.67979e-05 (0.606088) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:16 2021 Memory usage per processor = 27.5123 Mbytes Step Atoms AVEKE stressZZ 383 5000 1.0793293e-12 409779.28 384 -0.00633749999999654 409771.68555917 384 5000 1.0792685e-12 409771.69 Loop time of 0.0168161 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:16 2021 Pair time (%) = 0.00080514 (4.7879) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208416) Outpt time (%) = 0.0158741 (94.3983) Other time (%) = 0.000101805 (0.605399) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:16 2021 Memory usage per processor = 27.5123 Mbytes Step Atoms AVEKE stressZZ 384 5000 1.0792685e-12 409771.31 385 -0.00633749999999654 409763.722576593 385 5000 1.0792078e-12 409763.72 Loop time of 0.0167291 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:16 2021 Pair time (%) = 0.000727892 (4.35105) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.2038) Outpt time (%) = 0.0158401 (94.6855) Other time (%) = 0.000127077 (0.759616) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:16 2021 Memory usage per processor = 27.5123 Mbytes Step Atoms AVEKE stressZZ 385 5000 1.0792078e-12 409763.35 386 -0.00633749999999654 409755.759888938 386 5000 1.079147e-12 409755.76 Loop time of 0.016295 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:16 2021 Pair time (%) = 0.000834942 (5.12393) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.220935) Outpt time (%) = 0.015245 (93.5563) Other time (%) = 0.000179052 (1.09882) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:16 2021 Memory usage per processor = 27.5123 Mbytes Step Atoms AVEKE stressZZ 386 5000 1.079147e-12 409755.39 387 -0.00633749999999654 409747.79749617 387 5000 1.0790862e-12 409747.8 Loop time of 0.0162389 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:16 2021 Pair time (%) = 0.000841141 (5.17978) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.246656) Outpt time (%) = 0.015233 (93.8057) Other time (%) = 0.000124693 (0.767864) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:16 2021 Memory usage per processor = 27.5123 Mbytes Step Atoms AVEKE stressZZ 387 5000 1.0790862e-12 409747.43 388 -0.00633749999999654 409739.83539825 388 5000 1.0790255e-12 409739.84 Loop time of 0.016603 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:16 2021 Pair time (%) = 0.000725031 (4.36687) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.209656) Outpt time (%) = 0.015749 (94.8563) Other time (%) = 9.41753e-05 (0.567219) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:16 2021 Memory usage per processor = 27.5123 Mbytes Step Atoms AVEKE stressZZ 388 5000 1.0790255e-12 409739.46 389 -0.00633749999999654 409731.873595153 389 5000 1.0789647e-12 409731.87 Loop time of 0.015991 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:16 2021 Pair time (%) = 0.00072813 (4.55338) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.219171) Outpt time (%) = 0.0151331 (94.6355) Other time (%) = 9.46522e-05 (0.59191) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:16 2021 Memory usage per processor = 27.5123 Mbytes Step Atoms AVEKE stressZZ 389 5000 1.0789647e-12 409731.5 390 -0.00633749999999654 409723.912086844 390 5000 1.078904e-12 409723.91 Loop time of 0.0174849 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:16 2021 Pair time (%) = 0.000763893 (4.36887) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.211353) Outpt time (%) = 0.016577 (94.8075) Other time (%) = 0.00010705 (0.612242) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:16 2021 Memory usage per processor = 27.5123 Mbytes Step Atoms AVEKE stressZZ 390 5000 1.078904e-12 409723.54 391 -0.00633749999999654 409715.950873292 391 5000 1.0788432e-12 409715.95 Loop time of 0.0166531 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:16 2021 Pair time (%) = 0.000878096 (5.27288) Neigh time (%) = 0 (0) Comm time (%) = 8.2016e-05 (0.492498) Outpt time (%) = 0.015552 (93.3885) Other time (%) = 0.000140905 (0.846123) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:16 2021 Memory usage per processor = 27.5123 Mbytes Step Atoms AVEKE stressZZ 391 5000 1.0788432e-12 409715.58 392 -0.00633749999999654 409707.989954475 392 5000 1.0787825e-12 409707.99 Loop time of 0.0165169 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:16 2021 Pair time (%) = 0.00072813 (4.40839) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.212192) Outpt time (%) = 0.01566 (94.8121) Other time (%) = 9.36985e-05 (0.567288) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:16 2021 Memory usage per processor = 27.5123 Mbytes Step Atoms AVEKE stressZZ 392 5000 1.0787825e-12 409707.62 393 -0.00633749999999654 409700.029330349 393 5000 1.0787217e-12 409700.03 Loop time of 0.0159671 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:16 2021 Pair time (%) = 0.000771046 (4.82896) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.219498) Outpt time (%) = 0.0150611 (94.3259) Other time (%) = 9.98974e-05 (0.625644) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:16 2021 Memory usage per processor = 27.5123 Mbytes Step Atoms AVEKE stressZZ 393 5000 1.0787217e-12 409699.66 394 -0.00633749999999654 409692.069000882 394 5000 1.078661e-12 409692.07 Loop time of 0.0159771 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:16 2021 Pair time (%) = 0.000734091 (4.59463) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.21936) Outpt time (%) = 0.0151131 (94.5921) Other time (%) = 9.48906e-05 (0.593915) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:16 2021 Memory usage per processor = 27.5123 Mbytes Step Atoms AVEKE stressZZ 394 5000 1.078661e-12 409691.7 395 -0.00633749999999654 409684.108966045 395 5000 1.0786003e-12 409684.11 Loop time of 0.015878 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:16 2021 Pair time (%) = 0.000727892 (4.58429) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.220731) Outpt time (%) = 0.0150242 (94.6229) Other time (%) = 9.08375e-05 (0.572098) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:16 2021 Memory usage per processor = 27.5123 Mbytes Step Atoms AVEKE stressZZ 395 5000 1.0786003e-12 409683.74 396 -0.00633749999999654 409676.149225809 396 5000 1.0785395e-12 409676.15 Loop time of 0.015816 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:16 2021 Pair time (%) = 0.00072813 (4.60377) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.215566) Outpt time (%) = 0.014962 (94.6003) Other time (%) = 9.17912e-05 (0.58037) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:16 2021 Memory usage per processor = 27.5123 Mbytes Step Atoms AVEKE stressZZ 396 5000 1.0785395e-12 409675.78 397 -0.00633749999999654 409668.189780145 397 5000 1.0784788e-12 409668.19 Loop time of 0.0167401 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:16 2021 Pair time (%) = 0.000859976 (5.13723) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209363) Outpt time (%) = 0.0157552 (94.1165) Other time (%) = 8.98838e-05 (0.536938) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:16 2021 Memory usage per processor = 27.5123 Mbytes Step Atoms AVEKE stressZZ 397 5000 1.0784788e-12 409667.82 398 -0.00633749999999654 409660.230629028 398 5000 1.0784181e-12 409660.23 Loop time of 0.016443 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:16 2021 Pair time (%) = 0.000957012 (5.82017) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.285644) Outpt time (%) = 0.015255 (92.7748) Other time (%) = 0.000184059 (1.11938) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:16 2021 Memory usage per processor = 27.5123 Mbytes Step Atoms AVEKE stressZZ 398 5000 1.0784181e-12 409659.86 399 -0.00633749999999654 409652.271772439 399 5000 1.0783574e-12 409652.27 Loop time of 0.016561 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:16 2021 Pair time (%) = 0.000740051 (4.46863) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211627) Outpt time (%) = 0.0156848 (94.7093) Other time (%) = 0.000101089 (0.610406) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:16 2021 Memory usage per processor = 27.5123 Mbytes Step Atoms AVEKE stressZZ 399 5000 1.0783574e-12 409651.9 400 -0.00633749999999654 409644.313210322 400 5000 1.0782967e-12 409644.31 Loop time of 0.0178502 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:16 2021 Pair time (%) = 0.000725031 (4.06176) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.195007) Outpt time (%) = 0.0169959 (95.2143) Other time (%) = 9.44138e-05 (0.528924) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:16 2021 Memory usage per processor = 27.5123 Mbytes Step Atoms AVEKE stressZZ 400 5000 1.0782967e-12 409643.94 401 -0.00633749999999654 409636.354942662 401 5000 1.078236e-12 409636.35 Loop time of 0.015934 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:16 2021 Pair time (%) = 0.000725031 (4.55022) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.219955) Outpt time (%) = 0.0150781 (94.6283) Other time (%) = 9.58443e-05 (0.601508) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:16 2021 Memory usage per processor = 27.5123 Mbytes Step Atoms AVEKE stressZZ 401 5000 1.078236e-12 409635.98 402 -0.00633749999999654 409628.396969465 402 5000 1.0781753e-12 409628.4 Loop time of 0.016495 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:17 2021 Pair time (%) = 0.00100684 (6.10392) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.284744) Outpt time (%) = 0.015276 (92.6097) Other time (%) = 0.000165224 (1.00166) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:17 2021 Memory usage per processor = 27.5123 Mbytes Step Atoms AVEKE stressZZ 402 5000 1.0781753e-12 409628.03 403 -0.00633749999999654 409620.439290635 403 5000 1.0781146e-12 409620.44 Loop time of 0.0168059 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:17 2021 Pair time (%) = 0.00079608 (4.73691) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.202869) Outpt time (%) = 0.0158789 (94.4842) Other time (%) = 9.67979e-05 (0.575976) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:17 2021 Memory usage per processor = 27.5123 Mbytes Step Atoms AVEKE stressZZ 403 5000 1.0781146e-12 409620.07 404 -0.00633749999999654 409612.481906214 404 5000 1.0780539e-12 409612.48 Loop time of 0.0162389 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:17 2021 Pair time (%) = 0.00072813 (4.48386) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.215824) Outpt time (%) = 0.0153849 (94.7409) Other time (%) = 9.08375e-05 (0.559381) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:17 2021 Memory usage per processor = 27.5123 Mbytes Step Atoms AVEKE stressZZ 404 5000 1.0780539e-12 409612.11 405 -0.00633749999999654 409604.52481613 405 5000 1.0779932e-12 409604.52 Loop time of 0.0161531 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:17 2021 Pair time (%) = 0.000777006 (4.81026) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.230255) Outpt time (%) = 0.0152311 (94.2923) Other time (%) = 0.000107765 (0.667149) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:17 2021 Memory usage per processor = 27.5123 Mbytes Step Atoms AVEKE stressZZ 405 5000 1.0779932e-12 409604.15 406 -0.00633749999999654 409596.568020383 406 5000 1.0779325e-12 409596.57 Loop time of 0.016912 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:17 2021 Pair time (%) = 0.00078392 (4.63529) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.301689) Outpt time (%) = 0.0159431 (94.2707) Other time (%) = 0.000133991 (0.792286) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:17 2021 Memory usage per processor = 27.5123 Mbytes Step Atoms AVEKE stressZZ 406 5000 1.0779325e-12 409596.2 407 -0.00633749999999654 409588.611518918 407 5000 1.0778718e-12 409588.61 Loop time of 0.0161901 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:17 2021 Pair time (%) = 0.000725985 (4.48414) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.215003) Outpt time (%) = 0.015336 (94.7251) Other time (%) = 9.32217e-05 (0.575796) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:17 2021 Memory usage per processor = 27.5123 Mbytes Step Atoms AVEKE stressZZ 407 5000 1.0778718e-12 409588.24 408 -0.00633749999999654 409580.655311716 408 5000 1.0778111e-12 409580.66 Loop time of 0.016032 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:17 2021 Pair time (%) = 0.000785112 (4.89716) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.230507) Outpt time (%) = 0.0151062 (94.2254) Other time (%) = 0.000103712 (0.646907) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:17 2021 Memory usage per processor = 27.5123 Mbytes Step Atoms AVEKE stressZZ 408 5000 1.0778111e-12 409580.28 409 -0.00633749999999654 409572.699398766 409 5000 1.0777505e-12 409572.7 Loop time of 0.016573 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:17 2021 Pair time (%) = 0.000833035 (5.02647) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.210036) Outpt time (%) = 0.0156088 (94.1823) Other time (%) = 9.63211e-05 (0.581195) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:17 2021 Memory usage per processor = 27.5123 Mbytes Step Atoms AVEKE stressZZ 409 5000 1.0777505e-12 409572.33 410 -0.00633749999999654 409564.743780033 410 5000 1.0776898e-12 409564.74 Loop time of 0.018033 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:17 2021 Pair time (%) = 0.000725985 (4.02586) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.194352) Outpt time (%) = 0.0171831 (95.2866) Other time (%) = 8.89301e-05 (0.493151) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:17 2021 Memory usage per processor = 27.5123 Mbytes Step Atoms AVEKE stressZZ 410 5000 1.0776898e-12 409564.37 411 -0.00633749999999654 409556.788455495 411 5000 1.0776292e-12 409556.79 Loop time of 0.0159609 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:17 2021 Pair time (%) = 0.000766993 (4.80544) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.219583) Outpt time (%) = 0.015065 (94.3864) Other time (%) = 9.39369e-05 (0.588543) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:17 2021 Memory usage per processor = 27.5123 Mbytes Step Atoms AVEKE stressZZ 411 5000 1.0776292e-12 409556.42 412 -0.00633749999999654 409548.833425131 412 5000 1.0775685e-12 409548.83 Loop time of 0.016582 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:17 2021 Pair time (%) = 0.000782967 (4.72178) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.307692) Outpt time (%) = 0.0156419 (94.3307) Other time (%) = 0.000106096 (0.639827) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:17 2021 Memory usage per processor = 27.5123 Mbytes Step Atoms AVEKE stressZZ 412 5000 1.0775685e-12 409548.46 413 -0.00633749999999654 409540.878688881 413 5000 1.0775078e-12 409540.88 Loop time of 0.0168362 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:17 2021 Pair time (%) = 0.000762939 (4.53155) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208168) Outpt time (%) = 0.0159428 (94.6938) Other time (%) = 9.53674e-05 (0.566444) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:17 2021 Memory usage per processor = 27.5123 Mbytes Step Atoms AVEKE stressZZ 413 5000 1.0775078e-12 409540.51 414 -0.00633749999999654 409532.92424676 414 5000 1.0774472e-12 409532.92 Loop time of 0.015985 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:17 2021 Pair time (%) = 0.000729084 (4.56105) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.219252) Outpt time (%) = 0.0151279 (94.638) Other time (%) = 9.29832e-05 (0.58169) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:17 2021 Memory usage per processor = 27.5123 Mbytes Step Atoms AVEKE stressZZ 414 5000 1.0774472e-12 409532.55 415 -0.00633749999999654 409524.970098724 415 5000 1.0773865e-12 409524.97 Loop time of 0.0169981 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:17 2021 Pair time (%) = 0.000954866 (5.6175) Neigh time (%) = 0 (0) Comm time (%) = 4.91142e-05 (0.28894) Outpt time (%) = 0.01582 (93.0696) Other time (%) = 0.000174046 (1.02391) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:17 2021 Memory usage per processor = 27.5123 Mbytes Step Atoms AVEKE stressZZ 415 5000 1.0773865e-12 409524.6 416 -0.00633749999999654 409517.016244762 416 5000 1.0773259e-12 409517.02 Loop time of 0.0165939 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:17 2021 Pair time (%) = 0.000727892 (4.38649) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211207) Outpt time (%) = 0.015733 (94.8118) Other time (%) = 9.799e-05 (0.590517) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:17 2021 Memory usage per processor = 27.5123 Mbytes Step Atoms AVEKE stressZZ 416 5000 1.0773259e-12 409516.64 417 -0.00633749999999654 409509.062684834 417 5000 1.0772653e-12 409509.06 Loop time of 0.0162899 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:17 2021 Pair time (%) = 0.000745058 (4.57373) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.221003) Outpt time (%) = 0.015393 (94.494) Other time (%) = 0.000115871 (0.711306) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:17 2021 Memory usage per processor = 27.5123 Mbytes Step Atoms AVEKE stressZZ 417 5000 1.0772653e-12 409508.69 418 -0.00633749999999654 409501.109418909 418 5000 1.0772046e-12 409501.11 Loop time of 0.0161269 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:17 2021 Pair time (%) = 0.000797987 (4.94818) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.235065) Outpt time (%) = 0.015188 (94.1781) Other time (%) = 0.000102997 (0.638666) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:17 2021 Memory usage per processor = 27.5123 Mbytes Step Atoms AVEKE stressZZ 418 5000 1.0772046e-12 409500.74 419 -0.00633749999999654 409493.156446972 419 5000 1.077144e-12 409493.16 Loop time of 0.0166521 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:17 2021 Pair time (%) = 0.000726938 (4.36544) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.209037) Outpt time (%) = 0.0157981 (94.8714) Other time (%) = 9.2268e-05 (0.554092) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:17 2021 Memory usage per processor = 27.5123 Mbytes Step Atoms AVEKE stressZZ 419 5000 1.077144e-12 409492.78 420 -0.00633749999999654 409485.203768993 420 5000 1.0770834e-12 409485.2 Loop time of 0.0182428 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:17 2021 Pair time (%) = 0.000777006 (4.25924) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.192117) Outpt time (%) = 0.0173349 (95.0233) Other time (%) = 9.58443e-05 (0.52538) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:17 2021 Memory usage per processor = 27.5123 Mbytes Step Atoms AVEKE stressZZ 420 5000 1.0770834e-12 409484.83 421 -0.00633749999999654 409477.251384981 421 5000 1.0770228e-12 409477.25 Loop time of 0.0160511 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:17 2021 Pair time (%) = 0.000730991 (4.55416) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.230233) Outpt time (%) = 0.0151711 (94.5175) Other time (%) = 0.000112057 (0.698127) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:17 2021 Memory usage per processor = 27.5123 Mbytes Step Atoms AVEKE stressZZ 421 5000 1.0770228e-12 409476.88 422 -0.00633749999999654 409469.299294867 422 5000 1.0769622e-12 409469.3 Loop time of 0.0167091 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:17 2021 Pair time (%) = 0.000968933 (5.79884) Neigh time (%) = 0 (0) Comm time (%) = 7.39098e-05 (0.442333) Outpt time (%) = 0.0155201 (92.8842) Other time (%) = 0.000146151 (0.874677) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:17 2021 Memory usage per processor = 27.5123 Mbytes Step Atoms AVEKE stressZZ 422 5000 1.0769622e-12 409468.93 423 -0.00633749999999654 409461.347498642 423 5000 1.0769016e-12 409461.35 Loop time of 0.0165009 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:17 2021 Pair time (%) = 0.000726938 (4.40543) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.212397) Outpt time (%) = 0.0156441 (94.8071) Other time (%) = 9.48906e-05 (0.575061) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:17 2021 Memory usage per processor = 27.5123 Mbytes Step Atoms AVEKE stressZZ 423 5000 1.0769016e-12 409460.98 424 -0.00633749999999654 409453.395996265 424 5000 1.076841e-12 409453.4 Loop time of 0.015938 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:17 2021 Pair time (%) = 0.000728846 (4.57299) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.219899) Outpt time (%) = 0.01508 (94.6162) Other time (%) = 9.41753e-05 (0.590884) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:17 2021 Memory usage per processor = 27.5123 Mbytes Step Atoms AVEKE stressZZ 424 5000 1.076841e-12 409453.02 425 -0.00633749999999654 409445.444792111 425 5000 1.0767804e-12 409445.44 Loop time of 0.0165939 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:17 2021 Pair time (%) = 0.000779867 (4.69971) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.222701) Outpt time (%) = 0.01564 (94.2514) Other time (%) = 0.000137091 (0.826149) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:17 2021 Memory usage per processor = 27.5123 Mbytes Step Atoms AVEKE stressZZ 425 5000 1.0767804e-12 409445.07 426 -0.00633749999999654 409437.493932175 426 5000 1.0767198e-12 409437.49 Loop time of 0.016757 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:17 2021 Pair time (%) = 0.000724792 (4.32531) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209151) Outpt time (%) = 0.015907 (94.9277) Other time (%) = 9.01222e-05 (0.537818) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:17 2021 Memory usage per processor = 27.5123 Mbytes Step Atoms AVEKE stressZZ 426 5000 1.0767198e-12 409437.12 427 -0.00633749999999654 409429.543397803 427 5000 1.0766592e-12 409429.54 Loop time of 0.0159001 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:17 2021 Pair time (%) = 0.000726938 (4.5719) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.220423) Outpt time (%) = 0.0150442 (94.6169) Other time (%) = 9.39369e-05 (0.590793) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:17 2021 Memory usage per processor = 27.5123 Mbytes Step Atoms AVEKE stressZZ 427 5000 1.0766592e-12 409429.17 428 -0.00633749999999654 409421.593179807 428 5000 1.0765986e-12 409421.59 Loop time of 0.016515 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:17 2021 Pair time (%) = 0.00101113 (6.12251) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.278624) Outpt time (%) = 0.0152771 (92.5046) Other time (%) = 0.000180721 (1.09428) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:17 2021 Memory usage per processor = 27.5123 Mbytes Step Atoms AVEKE stressZZ 428 5000 1.0765986e-12 409421.22 429 -0.00633749999999654 409413.643274178 429 5000 1.076538e-12 409413.64 Loop time of 0.016597 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:17 2021 Pair time (%) = 0.000729799 (4.39717) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211167) Outpt time (%) = 0.015738 (94.8242) Other time (%) = 9.41753e-05 (0.567423) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:17 2021 Memory usage per processor = 27.5123 Mbytes Step Atoms AVEKE stressZZ 429 5000 1.076538e-12 409413.27 430 -0.00633749999999654 409405.693678492 430 5000 1.0764774e-12 409405.69 Loop time of 0.017482 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:17 2021 Pair time (%) = 0.00072813 (4.16502) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.200477) Outpt time (%) = 0.0166242 (95.0931) Other time (%) = 9.46522e-05 (0.541425) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:17 2021 Memory usage per processor = 27.5123 Mbytes Step Atoms AVEKE stressZZ 430 5000 1.0764774e-12 409405.32 431 -0.00633749999999654 409397.74438786 431 5000 1.0764168e-12 409397.74 Loop time of 0.0163291 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:17 2021 Pair time (%) = 0.000747204 (4.57592) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.220473) Outpt time (%) = 0.01544 (94.5553) Other time (%) = 0.000105858 (0.648279) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:17 2021 Memory usage per processor = 27.5123 Mbytes Step Atoms AVEKE stressZZ 431 5000 1.0764168e-12 409397.37 432 -0.00633749999999654 409389.795402927 432 5000 1.0763563e-12 409389.8 Loop time of 0.0165191 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:17 2021 Pair time (%) = 0.000725985 (4.39483) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.212164) Outpt time (%) = 0.0156641 (94.8244) Other time (%) = 9.39369e-05 (0.568657) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:17 2021 Memory usage per processor = 27.5123 Mbytes Step Atoms AVEKE stressZZ 432 5000 1.0763563e-12 409389.42 433 -0.00633749999999654 409381.846723457 433 5000 1.0762957e-12 409381.85 Loop time of 0.016784 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:17 2021 Pair time (%) = 0.000766993 (4.5698) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208816) Outpt time (%) = 0.0158858 (94.6489) Other time (%) = 9.60827e-05 (0.572468) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:17 2021 Memory usage per processor = 27.5123 Mbytes Step Atoms AVEKE stressZZ 433 5000 1.0762957e-12 409381.48 434 -0.00633749999999654 409373.898348692 434 5000 1.0762351e-12 409373.9 Loop time of 0.0162389 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:17 2021 Pair time (%) = 0.000746965 (4.59984) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.22757) Outpt time (%) = 0.0153511 (94.5325) Other time (%) = 0.000103951 (0.640132) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:17 2021 Memory usage per processor = 27.5123 Mbytes Step Atoms AVEKE stressZZ 434 5000 1.0762351e-12 409373.53 435 -0.00633749999999654 409365.950278002 435 5000 1.0761746e-12 409365.95 Loop time of 0.016959 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:17 2021 Pair time (%) = 0.000921011 (5.43082) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.212284) Outpt time (%) = 0.0158739 (93.6019) Other time (%) = 0.000128031 (0.754945) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:17 2021 Memory usage per processor = 27.5123 Mbytes Step Atoms AVEKE stressZZ 435 5000 1.0761746e-12 409365.58 436 -0.00633749999999654 409358.00251083 436 5000 1.076114e-12 409358 Loop time of 0.016649 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:17 2021 Pair time (%) = 0.000730991 (4.3906) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.210508) Outpt time (%) = 0.0157871 (94.8232) Other time (%) = 9.58443e-05 (0.575676) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:17 2021 Memory usage per processor = 27.5123 Mbytes Step Atoms AVEKE stressZZ 436 5000 1.076114e-12 409357.63 437 -0.00633749999999654 409350.055046712 437 5000 1.0760535e-12 409350.06 Loop time of 0.0159872 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:17 2021 Pair time (%) = 0.000725031 (4.53508) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.225188) Outpt time (%) = 0.015126 (94.6134) Other time (%) = 0.000100136 (0.626352) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:17 2021 Memory usage per processor = 27.5123 Mbytes Step Atoms AVEKE stressZZ 437 5000 1.0760535e-12 409349.68 438 -0.00633749999999654 409342.107885221 438 5000 1.0759929e-12 409342.11 Loop time of 0.0167592 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:17 2021 Pair time (%) = 0.000785112 (4.68468) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.214815) Outpt time (%) = 0.0158012 (94.2839) Other time (%) = 0.000136852 (0.816582) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:17 2021 Memory usage per processor = 27.5123 Mbytes Step Atoms AVEKE stressZZ 438 5000 1.0759929e-12 409341.74 439 -0.00633749999999654 409334.161025991 439 5000 1.0759324e-12 409334.16 Loop time of 0.016603 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:17 2021 Pair time (%) = 0.00072813 (4.38554) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211092) Outpt time (%) = 0.0157511 (94.8692) Other time (%) = 8.86917e-05 (0.534191) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:17 2021 Memory usage per processor = 27.5123 Mbytes Step Atoms AVEKE stressZZ 439 5000 1.0759324e-12 409333.79 440 -0.00633749999999654 409326.214468702 440 5000 1.0758719e-12 409326.21 Loop time of 0.0172539 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:17 2021 Pair time (%) = 0.000765085 (4.43428) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.203128) Outpt time (%) = 0.0163589 (94.8126) Other time (%) = 9.48906e-05 (0.549967) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:17 2021 Memory usage per processor = 27.5123 Mbytes Step Atoms AVEKE stressZZ 440 5000 1.0758719e-12 409325.84 441 -0.00633749999999654 409318.268213052 441 5000 1.0758113e-12 409318.27 Loop time of 0.015748 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:17 2021 Pair time (%) = 0.000727892 (4.62212) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.221038) Outpt time (%) = 0.014894 (94.577) Other time (%) = 9.13143e-05 (0.579846) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:17 2021 Memory usage per processor = 27.5123 Mbytes Step Atoms AVEKE stressZZ 441 5000 1.0758113e-12 409317.9 442 -0.00633749999999654 409310.322258752 442 5000 1.0757508e-12 409310.32 Loop time of 0.0158381 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:17 2021 Pair time (%) = 0.00072813 (4.59732) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.221286) Outpt time (%) = 0.014982 (94.5943) Other time (%) = 9.29832e-05 (0.587084) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:17 2021 Memory usage per processor = 27.5123 Mbytes Step Atoms AVEKE stressZZ 442 5000 1.0757508e-12 409309.95 443 -0.00633749999999654 409302.37660555 443 5000 1.0756903e-12 409302.38 Loop time of 0.017066 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:17 2021 Pair time (%) = 0.00089097 (5.22073) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205365) Outpt time (%) = 0.0159981 (93.7427) Other time (%) = 0.000141859 (0.831238) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:17 2021 Memory usage per processor = 27.5123 Mbytes Step Atoms AVEKE stressZZ 443 5000 1.0756903e-12 409302.01 444 -0.00633749999999654 409294.431253207 444 5000 1.0756298e-12 409294.43 Loop time of 0.016768 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:17 2021 Pair time (%) = 0.000787973 (4.69927) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.214702) Outpt time (%) = 0.0158391 (94.4604) Other time (%) = 0.000104904 (0.625622) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:17 2021 Memory usage per processor = 27.5123 Mbytes Step Atoms AVEKE stressZZ 444 5000 1.0756298e-12 409294.06 445 -0.00633749999999654 409284.950245125 445 5000 2.1251399e-12 409298.34 Loop time of 0.0159631 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:17 2021 Pair time (%) = 0.00073719 (4.6181) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.225528) Outpt time (%) = 0.015043 (94.2363) Other time (%) = 0.000146866 (0.920035) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:17 2021 Memory usage per processor = 27.5123 Mbytes Step Atoms AVEKE stressZZ 445 5000 2.1251399e-12 425614.17 446 -0.00636999999999652 425604.019078307 446 5000 1.7323216e-12 425604.02 Loop time of 0.01682 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:17 2021 Pair time (%) = 0.000741959 (4.41118) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208369) Outpt time (%) = 0.0159411 (94.7752) Other time (%) = 0.000101805 (0.605262) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:17 2021 Memory usage per processor = 27.5123 Mbytes Step Atoms AVEKE stressZZ 446 5000 1.7323216e-12 425603.51 447 -0.00636999999999652 425594.180037721 447 5000 1.5035154e-12 425594.18 Loop time of 0.0168879 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:18 2021 Pair time (%) = 0.0007689 (4.55296) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.213177) Outpt time (%) = 0.015933 (94.3459) Other time (%) = 0.000149965 (0.888004) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:18 2021 Memory usage per processor = 27.5123 Mbytes Step Atoms AVEKE stressZZ 447 5000 1.5035154e-12 425593.71 448 -0.00636999999999652 425584.904256359 448 5000 1.3665078e-12 425584.9 Loop time of 0.016088 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:18 2021 Pair time (%) = 0.000731945 (4.54963) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.217849) Outpt time (%) = 0.0152268 (94.6471) Other time (%) = 9.41753e-05 (0.585376) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:18 2021 Memory usage per processor = 27.5123 Mbytes Step Atoms AVEKE stressZZ 448 5000 1.3665078e-12 425584.46 449 -0.00636999999999652 425575.986544329 449 5000 1.2828175e-12 425575.99 Loop time of 0.0163188 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:18 2021 Pair time (%) = 0.000897169 (5.49776) Neigh time (%) = 0 (0) Comm time (%) = 4.3869e-05 (0.268825) Outpt time (%) = 0.0152259 (93.3027) Other time (%) = 0.000151873 (0.930661) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:18 2021 Memory usage per processor = 27.5123 Mbytes Step Atoms AVEKE stressZZ 449 5000 1.2828175e-12 425575.56 450 -0.00636999999999652 425567.296501932 450 5000 1.2309826e-12 425567.3 Loop time of 0.018029 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:18 2021 Pair time (%) = 0.000733137 (4.06644) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.194396) Outpt time (%) = 0.017168 (95.2247) Other time (%) = 9.27448e-05 (0.514421) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:18 2021 Memory usage per processor = 27.5126 Mbytes Step Atoms AVEKE stressZZ 450 5000 1.2309826e-12 425566.88 451 -0.00636999999999652 425558.751258996 451 5000 1.1985727e-12 425558.75 Loop time of 0.0161638 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:18 2021 Pair time (%) = 0.000730991 (4.52239) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.216827) Outpt time (%) = 0.0153039 (94.6796) Other time (%) = 9.39369e-05 (0.581155) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:18 2021 Memory usage per processor = 27.5126 Mbytes Step Atoms AVEKE stressZZ 451 5000 1.1985727e-12 425558.34 452 -0.00636999999999652 425550.29815079 452 5000 1.1781767e-12 425550.3 Loop time of 0.016242 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:18 2021 Pair time (%) = 0.000820875 (5.05402) Neigh time (%) = 0 (0) Comm time (%) = 5.31673e-05 (0.327344) Outpt time (%) = 0.015188 (93.5104) Other time (%) = 0.000180006 (1.10827) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:18 2021 Memory usage per processor = 27.5126 Mbytes Step Atoms AVEKE stressZZ 452 5000 1.1781767e-12 425549.89 453 -0.00636999999999652 425541.903708313 453 5000 1.1652819e-12 425541.9 Loop time of 0.016979 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:18 2021 Pair time (%) = 0.000870943 (5.12954) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.205013) Outpt time (%) = 0.0159791 (94.1108) Other time (%) = 9.41753e-05 (0.554658) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:18 2021 Memory usage per processor = 27.5126 Mbytes Step Atoms AVEKE stressZZ 453 5000 1.1652819e-12 425541.5 454 -0.00636999999999652 425533.546661732 454 5000 1.1571002e-12 425533.55 Loop time of 0.0167091 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:18 2021 Pair time (%) = 0.000731945 (4.38052) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.208324) Outpt time (%) = 0.0158541 (94.8832) Other time (%) = 8.82149e-05 (0.527945) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:18 2021 Memory usage per processor = 27.5126 Mbytes Step Atoms AVEKE stressZZ 454 5000 1.1571002e-12 425533.15 455 -0.00636999999999652 425525.213493793 455 5000 1.1518919e-12 425525.21 Loop time of 0.0165179 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:18 2021 Pair time (%) = 0.000730991 (4.42546) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.212179) Outpt time (%) = 0.015624 (94.5887) Other time (%) = 0.000127792 (0.773661) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:18 2021 Memory usage per processor = 27.5126 Mbytes Step Atoms AVEKE stressZZ 455 5000 1.1518919e-12 425524.81 456 -0.00636999999999652 425516.895614139 456 5000 1.1485644e-12 425516.9 Loop time of 0.0168512 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:18 2021 Pair time (%) = 0.000873089 (5.18117) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.213642) Outpt time (%) = 0.0158131 (93.8398) Other time (%) = 0.000128984 (0.765432) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:18 2021 Memory usage per processor = 27.5126 Mbytes Step Atoms AVEKE stressZZ 456 5000 1.1485644e-12 425516.5 457 -0.00636999999999652 425508.58756351 457 5000 1.1464285e-12 425508.59 Loop time of 0.016901 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:18 2021 Pair time (%) = 0.00077486 (4.5847) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.200316) Outpt time (%) = 0.0159969 (94.6507) Other time (%) = 9.53674e-05 (0.56427) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:18 2021 Memory usage per processor = 27.5126 Mbytes Step Atoms AVEKE stressZZ 457 5000 1.1464285e-12 425508.19 458 -0.00636999999999652 425500.285872455 458 5000 1.1450485e-12 425500.29 Loop time of 0.016489 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:18 2021 Pair time (%) = 0.000729084 (4.42163) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.212551) Outpt time (%) = 0.0155911 (94.5547) Other time (%) = 0.000133753 (0.811163) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:18 2021 Memory usage per processor = 27.5126 Mbytes Step Atoms AVEKE stressZZ 458 5000 1.1450485e-12 425499.89 459 -0.00636999999999652 425491.988336089 459 5000 1.1441483e-12 425491.99 Loop time of 0.016135 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:18 2021 Pair time (%) = 0.000760794 (4.71518) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.229036) Outpt time (%) = 0.0151892 (94.1382) Other time (%) = 0.000148058 (0.917621) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:18 2021 Memory usage per processor = 27.5126 Mbytes Step Atoms AVEKE stressZZ 459 5000 1.1441483e-12 425491.59 460 -0.00636999999999652 425483.693553219 460 5000 1.1435528e-12 425483.69 Loop time of 0.0180721 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:18 2021 Pair time (%) = 0.000780106 (4.31662) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.204485) Outpt time (%) = 0.0170619 (94.4103) Other time (%) = 0.000193119 (1.0686) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:18 2021 Memory usage per processor = 27.5126 Mbytes Step Atoms AVEKE stressZZ 460 5000 1.1435528e-12 425483.3 461 -0.00636999999999652 425475.400633308 461 5000 1.1431509e-12 425475.4 Loop time of 0.0169561 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:18 2021 Pair time (%) = 0.000786066 (4.63589) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.230599) Outpt time (%) = 0.0160139 (94.4431) Other time (%) = 0.000117064 (0.690392) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:18 2021 Memory usage per processor = 27.5126 Mbytes Step Atoms AVEKE stressZZ 461 5000 1.1431509e-12 425475 462 -0.00636999999999652 425467.109010405 462 5000 1.1428718e-12 425467.11 Loop time of 0.015974 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:18 2021 Pair time (%) = 0.000730038 (4.57015) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.219403) Outpt time (%) = 0.0151091 (94.5851) Other time (%) = 9.98974e-05 (0.625373) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:18 2021 Memory usage per processor = 27.5126 Mbytes Step Atoms AVEKE stressZZ 462 5000 1.1428718e-12 425466.71 463 -0.00636999999999652 425458.818324855 463 5000 1.1426709e-12 425458.82 Loop time of 0.01671 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:18 2021 Pair time (%) = 0.000764847 (4.57717) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.221154) Outpt time (%) = 0.015806 (94.5896) Other time (%) = 0.000102282 (0.612096) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:18 2021 Memory usage per processor = 27.5126 Mbytes Step Atoms AVEKE stressZZ 463 5000 1.1426709e-12 425458.42 464 -0.00636999999999652 425450.528348069 464 5000 1.1425196e-12 425450.53 Loop time of 0.016613 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:18 2021 Pair time (%) = 0.000732899 (4.4116) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.210964) Outpt time (%) = 0.0157549 (94.835) Other time (%) = 9.01222e-05 (0.54248) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:18 2021 Memory usage per processor = 27.5126 Mbytes Step Atoms AVEKE stressZZ 464 5000 1.1425196e-12 425450.13 465 -0.00636999999999652 425442.238934739 465 5000 1.1423999e-12 425442.24 Loop time of 0.015945 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:18 2021 Pair time (%) = 0.000734091 (4.60391) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.213822) Outpt time (%) = 0.015079 (94.5692) Other time (%) = 9.77516e-05 (0.613057) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:18 2021 Memory usage per processor = 27.5126 Mbytes Step Atoms AVEKE stressZZ 465 5000 1.1423999e-12 425441.84 466 -0.00636999999999652 425433.949992531 466 5000 1.1423002e-12 425433.95 Loop time of 0.0167542 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:18 2021 Pair time (%) = 0.00110412 (6.59011) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.244763) Outpt time (%) = 0.0154378 (92.1434) Other time (%) = 0.000171185 (1.02174) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:18 2021 Memory usage per processor = 27.5126 Mbytes Step Atoms AVEKE stressZZ 466 5000 1.1423002e-12 425433.55 467 -0.00636999999999652 425425.661462776 467 5000 1.1422133e-12 425425.66 Loop time of 0.0165858 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:18 2021 Pair time (%) = 0.000730991 (4.40733) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.21706) Outpt time (%) = 0.015727 (94.8222) Other time (%) = 9.17912e-05 (0.553431) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:18 2021 Memory usage per processor = 27.5126 Mbytes Step Atoms AVEKE stressZZ 467 5000 1.1422133e-12 425425.26 468 -0.00636999999999652 425417.373308139 468 5000 1.1421344e-12 425417.37 Loop time of 0.0160542 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:18 2021 Pair time (%) = 0.000731945 (4.55923) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.218308) Outpt time (%) = 0.0151939 (94.6418) Other time (%) = 9.32217e-05 (0.58067) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:18 2021 Memory usage per processor = 27.5126 Mbytes Step Atoms AVEKE stressZZ 468 5000 1.1421344e-12 425416.98 469 -0.00636999999999652 425409.085504889 469 5000 1.1420607e-12 425409.09 Loop time of 0.016701 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:18 2021 Pair time (%) = 0.00086689 (5.19065) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.239832) Outpt time (%) = 0.0156519 (93.7187) Other time (%) = 0.000142097 (0.850833) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:18 2021 Memory usage per processor = 27.5126 Mbytes Step Atoms AVEKE stressZZ 469 5000 1.1420607e-12 425408.69 470 -0.00636999999999652 425400.798037954 470 5000 1.1419903e-12 425400.8 Loop time of 0.017993 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:18 2021 Pair time (%) = 0.000732899 (4.07325) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.194785) Outpt time (%) = 0.0171309 (95.2086) Other time (%) = 9.41753e-05 (0.523401) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:18 2021 Memory usage per processor = 27.5126 Mbytes Step Atoms AVEKE stressZZ 470 5000 1.1419903e-12 425400.4 471 -0.00636999999999652 425392.510897708 471 5000 1.141922e-12 425392.51 Loop time of 0.016845 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:18 2021 Pair time (%) = 0.000730038 (4.33386) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208059) Outpt time (%) = 0.01599 (94.9245) Other time (%) = 8.98838e-05 (0.533594) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:18 2021 Memory usage per processor = 27.5126 Mbytes Step Atoms AVEKE stressZZ 471 5000 1.141922e-12 425392.11 472 -0.00636999999999652 425384.22407807 472 5000 1.141855e-12 425384.22 Loop time of 0.0163379 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:18 2021 Pair time (%) = 0.000726938 (4.44941) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.220354) Outpt time (%) = 0.015476 (94.7246) Other time (%) = 9.89437e-05 (0.60561) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:18 2021 Memory usage per processor = 27.5126 Mbytes Step Atoms AVEKE stressZZ 472 5000 1.141855e-12 425383.83 473 -0.00636999999999652 425375.93757514 473 5000 1.1417888e-12 425375.94 Loop time of 0.0167239 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:18 2021 Pair time (%) = 0.000758171 (4.53347) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.215268) Outpt time (%) = 0.015831 (94.6611) Other time (%) = 9.87053e-05 (0.590206) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:18 2021 Memory usage per processor = 27.5126 Mbytes Step Atoms AVEKE stressZZ 473 5000 1.1417888e-12 425375.54 474 -0.00636999999999652 425367.651386415 474 5000 1.1417232e-12 425367.65 Loop time of 0.0165811 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:18 2021 Pair time (%) = 0.000731945 (4.41434) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.204181) Outpt time (%) = 0.0156879 (94.6136) Other time (%) = 0.000127316 (0.767837) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:18 2021 Memory usage per processor = 27.5126 Mbytes Step Atoms AVEKE stressZZ 474 5000 1.1417232e-12 425367.25 475 -0.00636999999999652 425359.365510308 475 5000 1.1416579e-12 425359.37 Loop time of 0.016202 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:18 2021 Pair time (%) = 0.000735044 (4.53676) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.216316) Outpt time (%) = 0.0153379 (94.6671) Other time (%) = 9.39369e-05 (0.579787) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:18 2021 Memory usage per processor = 27.5126 Mbytes Step Atoms AVEKE stressZZ 475 5000 1.1416579e-12 425358.97 476 -0.00636999999999652 425351.079945794 476 5000 1.1415928e-12 425351.08 Loop time of 0.0166121 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:18 2021 Pair time (%) = 0.00101805 (6.12837) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.276996) Outpt time (%) = 0.015383 (92.6015) Other time (%) = 0.000164986 (0.993168) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:18 2021 Memory usage per processor = 27.5126 Mbytes Step Atoms AVEKE stressZZ 476 5000 1.1415928e-12 425350.68 477 -0.00636999999999652 425342.794692237 477 5000 1.1415279e-12 425342.79 Loop time of 0.0168369 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:18 2021 Pair time (%) = 0.000735998 (4.37134) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208159) Outpt time (%) = 0.0159681 (94.8399) Other time (%) = 9.77516e-05 (0.58058) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:18 2021 Memory usage per processor = 27.5126 Mbytes Step Atoms AVEKE stressZZ 477 5000 1.1415279e-12 425342.4 478 -0.00636999999999652 425334.509749181 478 5000 1.1414631e-12 425334.51 Loop time of 0.016068 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:18 2021 Pair time (%) = 0.000775814 (4.82832) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.21812) Outpt time (%) = 0.0151629 (94.3675) Other time (%) = 9.41753e-05 (0.586106) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:18 2021 Memory usage per processor = 27.5126 Mbytes Step Atoms AVEKE stressZZ 478 5000 1.1414631e-12 425334.11 479 -0.00636999999999652 425326.225116332 479 5000 1.1413983e-12 425326.23 Loop time of 0.0161879 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:18 2021 Pair time (%) = 0.000820875 (5.07092) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.253325) Outpt time (%) = 0.0152149 (93.9894) Other time (%) = 0.000111103 (0.686334) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:18 2021 Memory usage per processor = 27.5126 Mbytes Step Atoms AVEKE stressZZ 479 5000 1.1413983e-12 425325.83 480 -0.00636999999999652 425317.940793537 480 5000 1.1413336e-12 425317.94 Loop time of 0.0181661 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:18 2021 Pair time (%) = 0.000823975 (4.53579) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.191616) Outpt time (%) = 0.017215 (94.7647) Other time (%) = 9.2268e-05 (0.507914) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:18 2021 Memory usage per processor = 27.5126 Mbytes Step Atoms AVEKE stressZZ 480 5000 1.1413336e-12 425317.54 481 -0.00636999999999652 425309.656780646 481 5000 1.1412689e-12 425309.66 Loop time of 0.0167131 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:18 2021 Pair time (%) = 0.000735044 (4.398) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.2097) Outpt time (%) = 0.0158081 (94.5849) Other time (%) = 0.000134945 (0.807418) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:18 2021 Memory usage per processor = 27.5126 Mbytes Step Atoms AVEKE stressZZ 481 5000 1.1412689e-12 425309.26 482 -0.00636999999999652 425301.373077556 482 5000 1.1412042e-12 425301.37 Loop time of 0.016187 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:18 2021 Pair time (%) = 0.000813007 (5.02261) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.2283) Outpt time (%) = 0.015234 (94.1128) Other time (%) = 0.000102997 (0.636295) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:18 2021 Memory usage per processor = 27.5126 Mbytes Step Atoms AVEKE stressZZ 482 5000 1.1412042e-12 425300.98 483 -0.00636999999999652 425293.089684215 483 5000 1.1411395e-12 425293.09 Loop time of 0.016886 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:18 2021 Pair time (%) = 0.000799894 (4.73703) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207554) Outpt time (%) = 0.01595 (94.4568) Other time (%) = 0.000101089 (0.598659) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:18 2021 Memory usage per processor = 27.5126 Mbytes Step Atoms AVEKE stressZZ 483 5000 1.1411395e-12 425292.69 484 -0.00636999999999652 425284.806600534 484 5000 1.1410749e-12 425284.81 Loop time of 0.016701 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:18 2021 Pair time (%) = 0.000729084 (4.36552) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.204143) Outpt time (%) = 0.0158441 (94.8693) Other time (%) = 9.36985e-05 (0.561036) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:18 2021 Memory usage per processor = 27.5126 Mbytes Step Atoms AVEKE stressZZ 484 5000 1.1410749e-12 425284.41 485 -0.00636999999999652 425276.523826502 485 5000 1.1410102e-12 425276.52 Loop time of 0.0160029 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:18 2021 Pair time (%) = 0.000778198 (4.86286) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.211558) Outpt time (%) = 0.015095 (94.3267) Other time (%) = 9.58443e-05 (0.598918) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:18 2021 Memory usage per processor = 27.5126 Mbytes Step Atoms AVEKE stressZZ 485 5000 1.1410102e-12 425276.13 486 -0.00636999999999652 425268.241362071 486 5000 1.1409456e-12 425268.24 Loop time of 0.01601 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:18 2021 Pair time (%) = 0.000738144 (4.6105) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.224866) Outpt time (%) = 0.015142 (94.5779) Other time (%) = 9.39369e-05 (0.586737) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:18 2021 Memory usage per processor = 27.5126 Mbytes Step Atoms AVEKE stressZZ 486 5000 1.1409456e-12 425267.84 487 -0.00636999999999652 425259.959207218 487 5000 1.1408809e-12 425259.96 Loop time of 0.0159211 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:18 2021 Pair time (%) = 0.000730038 (4.58534) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.212645) Outpt time (%) = 0.0150661 (94.63) Other time (%) = 9.10759e-05 (0.572045) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:18 2021 Memory usage per processor = 27.5126 Mbytes Step Atoms AVEKE stressZZ 487 5000 1.1408809e-12 425259.56 488 -0.00636999999999652 425251.6773619 488 5000 1.1408163e-12 425251.68 Loop time of 0.015933 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:18 2021 Pair time (%) = 0.000731945 (4.59388) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.219968) Outpt time (%) = 0.0150452 (94.4275) Other time (%) = 0.000120878 (0.758664) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:18 2021 Memory usage per processor = 27.5126 Mbytes Step Atoms AVEKE stressZZ 488 5000 1.1408163e-12 425251.28 489 -0.00636999999999652 425243.395826085 489 5000 1.1407517e-12 425243.4 Loop time of 0.0167141 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:18 2021 Pair time (%) = 0.000730991 (4.3735) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.203983) Outpt time (%) = 0.015857 (94.8719) Other time (%) = 9.20296e-05 (0.550611) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:18 2021 Memory usage per processor = 27.5126 Mbytes Step Atoms AVEKE stressZZ 489 5000 1.1407517e-12 425243 490 -0.00636999999999652 425235.114599746 490 5000 1.140687e-12 425235.11 Loop time of 0.0179071 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:18 2021 Pair time (%) = 0.000773191 (4.31778) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.206369) Outpt time (%) = 0.0169902 (94.8794) Other time (%) = 0.000106812 (0.596474) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:18 2021 Memory usage per processor = 27.5126 Mbytes Step Atoms AVEKE stressZZ 490 5000 1.140687e-12 425234.72 491 -0.00636999999999652 425226.833682851 491 5000 1.1406224e-12 425226.83 Loop time of 0.017318 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:18 2021 Pair time (%) = 0.000786066 (4.53901) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.202376) Outpt time (%) = 0.016397 (94.6818) Other time (%) = 9.98974e-05 (0.576841) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:18 2021 Memory usage per processor = 27.5126 Mbytes Step Atoms AVEKE stressZZ 491 5000 1.1406224e-12 425226.44 492 -0.00636999999999652 425218.55307537 492 5000 1.1405578e-12 425218.55 Loop time of 0.0167758 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:19 2021 Pair time (%) = 0.000914097 (5.44889) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.203232) Outpt time (%) = 0.015734 (93.7893) Other time (%) = 9.36985e-05 (0.558532) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:19 2021 Memory usage per processor = 27.5126 Mbytes Step Atoms AVEKE stressZZ 492 5000 1.1405578e-12 425218.16 493 -0.00636999999999652 425210.272777283 493 5000 1.1404932e-12 425210.27 Loop time of 0.0163331 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:19 2021 Pair time (%) = 0.000733852 (4.49304) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.220419) Outpt time (%) = 0.0154741 (94.7406) Other time (%) = 8.91685e-05 (0.545938) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:19 2021 Memory usage per processor = 27.5126 Mbytes Step Atoms AVEKE stressZZ 493 5000 1.1404932e-12 425209.88 494 -0.00636999999999652 425201.992788578 494 5000 1.1404286e-12 425201.99 Loop time of 0.0170019 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:19 2021 Pair time (%) = 0.00112391 (6.61048) Neigh time (%) = 0 (0) Comm time (%) = 4.50611e-05 (0.265036) Outpt time (%) = 0.0156529 (92.0657) Other time (%) = 0.000180006 (1.05874) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:19 2021 Memory usage per processor = 27.5126 Mbytes Step Atoms AVEKE stressZZ 494 5000 1.1404286e-12 425201.6 495 -0.00636999999999652 425193.713109194 495 5000 1.140364e-12 425193.71 Loop time of 0.01671 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:19 2021 Pair time (%) = 0.000729084 (4.36315) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.204032) Outpt time (%) = 0.0158532 (94.8721) Other time (%) = 9.36985e-05 (0.560732) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:19 2021 Memory usage per processor = 27.5126 Mbytes Step Atoms AVEKE stressZZ 495 5000 1.140364e-12 425193.32 496 -0.00636999999999652 425185.433739137 496 5000 1.1402994e-12 425185.43 Loop time of 0.0163291 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:19 2021 Pair time (%) = 0.000771046 (4.72193) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.214633) Outpt time (%) = 0.0153949 (94.2794) Other time (%) = 0.000128031 (0.784068) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:19 2021 Memory usage per processor = 27.5126 Mbytes Step Atoms AVEKE stressZZ 496 5000 1.1402994e-12 425185.04 497 -0.00636999999999652 425177.154678356 497 5000 1.1402348e-12 425177.15 Loop time of 0.0165792 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:19 2021 Pair time (%) = 0.000823021 (4.96419) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.2229) Outpt time (%) = 0.0155981 (94.0824) Other time (%) = 0.000121117 (0.730536) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:19 2021 Memory usage per processor = 27.5126 Mbytes Step Atoms AVEKE stressZZ 497 5000 1.1402348e-12 425176.76 498 -0.00636999999999652 425168.875926848 498 5000 1.1401702e-12 425168.88 Loop time of 0.0167661 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:19 2021 Pair time (%) = 0.000771999 (4.60453) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209038) Outpt time (%) = 0.0158658 (94.6304) Other time (%) = 9.32217e-05 (0.556014) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:19 2021 Memory usage per processor = 27.5126 Mbytes Step Atoms AVEKE stressZZ 498 5000 1.1401702e-12 425168.48 499 -0.00636999999999652 425160.597484575 499 5000 1.1401056e-12 425160.6 Loop time of 0.016259 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:19 2021 Pair time (%) = 0.000799894 (4.91972) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.215558) Outpt time (%) = 0.015331 (94.2928) Other time (%) = 9.29832e-05 (0.571889) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:19 2021 Memory usage per processor = 27.5126 Mbytes Step Atoms AVEKE stressZZ 499 5000 1.1401056e-12 425160.2 500 -0.00636999999999652 425152.319351489 500 5000 1.1400411e-12 425152.32 Loop time of 0.0176542 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:19 2021 Pair time (%) = 0.000760078 (4.30537) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.214728) Outpt time (%) = 0.0167489 (94.8722) Other time (%) = 0.000107288 (0.607722) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:19 2021 Memory usage per processor = 27.5126 Mbytes Step Atoms AVEKE stressZZ 500 5000 1.1400411e-12 425151.92 501 -0.00636999999999652 425144.041527601 501 5000 1.1399765e-12 425144.04 Loop time of 0.0164769 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:19 2021 Pair time (%) = 0.000791073 (4.80111) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.212707) Outpt time (%) = 0.0155101 (94.1325) Other time (%) = 0.000140667 (0.853724) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:19 2021 Memory usage per processor = 27.5126 Mbytes Step Atoms AVEKE stressZZ 501 5000 1.1399765e-12 425143.64 502 -0.00636999999999652 425135.764012862 502 5000 1.1399119e-12 425135.76 Loop time of 0.0164571 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:19 2021 Pair time (%) = 0.000730038 (4.43601) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.212963) Outpt time (%) = 0.0155969 (94.773) Other time (%) = 9.5129e-05 (0.578043) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:19 2021 Memory usage per processor = 27.5126 Mbytes Step Atoms AVEKE stressZZ 502 5000 1.1399119e-12 425135.37 503 -0.00636999999999652 425127.486807267 503 5000 1.1398474e-12 425127.49 Loop time of 0.0161271 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:19 2021 Pair time (%) = 0.00080204 (4.97324) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.223234) Outpt time (%) = 0.0151901 (94.19) Other time (%) = 9.89437e-05 (0.613524) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:19 2021 Memory usage per processor = 27.5126 Mbytes Step Atoms AVEKE stressZZ 503 5000 1.1398474e-12 425127.09 504 -0.00636999999999652 425119.20991077 504 5000 1.1397828e-12 425119.21 Loop time of 0.0169649 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:19 2021 Pair time (%) = 0.000759125 (4.47468) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.21221) Outpt time (%) = 0.0160711 (94.7313) Other time (%) = 9.87053e-05 (0.58182) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:19 2021 Memory usage per processor = 27.5126 Mbytes Step Atoms AVEKE stressZZ 504 5000 1.1397828e-12 425118.81 505 -0.00636999999999652 425110.933323358 505 5000 1.1397182e-12 425110.93 Loop time of 0.0167091 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:19 2021 Pair time (%) = 0.000769138 (4.60311) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209751) Outpt time (%) = 0.015811 (94.6249) Other time (%) = 9.39369e-05 (0.562191) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:19 2021 Memory usage per processor = 27.5126 Mbytes Step Atoms AVEKE stressZZ 505 5000 1.1397182e-12 425110.54 506 -0.00636999999999652 425102.657044984 506 5000 1.1396537e-12 425102.66 Loop time of 0.01668 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:19 2021 Pair time (%) = 0.000729084 (4.37101) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.210117) Outpt time (%) = 0.015821 (94.85) Other time (%) = 9.48906e-05 (0.568888) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:19 2021 Memory usage per processor = 27.5126 Mbytes Step Atoms AVEKE stressZZ 506 5000 1.1396537e-12 425102.26 507 -0.00636999999999652 425094.381075646 507 5000 1.1395892e-12 425094.38 Loop time of 0.016696 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:19 2021 Pair time (%) = 0.00115514 (6.91866) Neigh time (%) = 0 (0) Comm time (%) = 4.50611e-05 (0.269892) Outpt time (%) = 0.015332 (91.8304) Other time (%) = 0.000163794 (0.981036) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:19 2021 Memory usage per processor = 27.5126 Mbytes Step Atoms AVEKE stressZZ 507 5000 1.1395892e-12 425093.98 508 -0.00636999999999652 425086.105415336 508 5000 1.1395246e-12 425086.11 Loop time of 0.016588 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:19 2021 Pair time (%) = 0.000728846 (4.39382) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211283) Outpt time (%) = 0.0157309 (94.8329) Other time (%) = 9.32217e-05 (0.561983) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:19 2021 Memory usage per processor = 27.5126 Mbytes Step Atoms AVEKE stressZZ 508 5000 1.1395246e-12 425085.71 509 -0.00636999999999652 425077.830063993 509 5000 1.1394601e-12 425077.83 Loop time of 0.016 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:19 2021 Pair time (%) = 0.000733137 (4.5821) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.219047) Outpt time (%) = 0.0151432 (94.6445) Other time (%) = 8.86917e-05 (0.554322) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:19 2021 Memory usage per processor = 27.5126 Mbytes Step Atoms AVEKE stressZZ 509 5000 1.1394601e-12 425077.43 510 -0.00636999999999652 425069.555021612 510 5000 1.1393955e-12 425069.56 Loop time of 0.0175929 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:19 2021 Pair time (%) = 0.000795126 (4.51958) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.204635) Outpt time (%) = 0.016608 (94.4017) Other time (%) = 0.00015378 (0.874102) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:19 2021 Memory usage per processor = 27.5126 Mbytes Step Atoms AVEKE stressZZ 510 5000 1.1393955e-12 425069.16 511 -0.00636999999999652 425061.280288163 511 5000 1.139331e-12 425061.28 Loop time of 0.016871 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:19 2021 Pair time (%) = 0.000848055 (5.02671) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207739) Outpt time (%) = 0.015883 (94.1437) Other time (%) = 0.000104904 (0.621803) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:19 2021 Memory usage per processor = 27.5126 Mbytes Step Atoms AVEKE stressZZ 511 5000 1.139331e-12 425060.88 512 -0.00636999999999652 425053.005863624 512 5000 1.1392665e-12 425053.01 Loop time of 0.016865 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:19 2021 Pair time (%) = 0.000884056 (5.24195) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.202157) Outpt time (%) = 0.015821 (93.8095) Other time (%) = 0.000125885 (0.746427) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:19 2021 Memory usage per processor = 27.5126 Mbytes Step Atoms AVEKE stressZZ 512 5000 1.1392665e-12 425052.61 513 -0.00636999999999652 425044.731747963 513 5000 1.139202e-12 425044.73 Loop time of 0.0161021 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:19 2021 Pair time (%) = 0.000728846 (4.52641) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.210255) Outpt time (%) = 0.015245 (94.677) Other time (%) = 9.44138e-05 (0.586345) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:19 2021 Memory usage per processor = 27.5126 Mbytes Step Atoms AVEKE stressZZ 513 5000 1.139202e-12 425044.33 514 -0.00636999999999652 425036.457941145 514 5000 1.1391375e-12 425036.46 Loop time of 0.016706 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:19 2021 Pair time (%) = 0.000762939 (4.56686) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.221207) Outpt time (%) = 0.0158041 (94.6011) Other time (%) = 0.000102043 (0.610818) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:19 2021 Memory usage per processor = 27.5126 Mbytes Step Atoms AVEKE stressZZ 514 5000 1.1391375e-12 425036.06 515 -0.00636999999999652 425028.184443167 515 5000 1.139073e-12 425028.18 Loop time of 0.0167141 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:19 2021 Pair time (%) = 0.000730991 (4.3735) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209688) Outpt time (%) = 0.0158551 (94.8605) Other time (%) = 9.29832e-05 (0.556316) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:19 2021 Memory usage per processor = 27.5126 Mbytes Step Atoms AVEKE stressZZ 515 5000 1.139073e-12 425027.79 516 -0.00636999999999652 425019.91125401 516 5000 1.1390085e-12 425019.91 Loop time of 0.0158639 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:19 2021 Pair time (%) = 0.000730038 (4.60188) Neigh time (%) = 0 (0) Comm time (%) = 4.91142e-05 (0.309598) Outpt time (%) = 0.0149758 (94.4017) Other time (%) = 0.000108957 (0.686826) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:19 2021 Memory usage per processor = 27.5126 Mbytes Step Atoms AVEKE stressZZ 516 5000 1.1390085e-12 425019.51 517 -0.00636999999999652 425011.638373617 517 5000 1.138944e-12 425011.64 Loop time of 0.016686 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:19 2021 Pair time (%) = 0.00106406 (6.37699) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.281485) Outpt time (%) = 0.0154009 (92.2985) Other time (%) = 0.000174046 (1.04307) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:19 2021 Memory usage per processor = 27.5126 Mbytes Step Atoms AVEKE stressZZ 517 5000 1.138944e-12 425011.24 518 -0.00636999999999652 425003.365801996 518 5000 1.1388795e-12 425003.37 Loop time of 0.0166161 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:19 2021 Pair time (%) = 0.000731945 (4.40503) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.203751) Outpt time (%) = 0.0157599 (94.8474) Other time (%) = 9.03606e-05 (0.543814) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:19 2021 Memory usage per processor = 27.5126 Mbytes Step Atoms AVEKE stressZZ 518 5000 1.1388795e-12 425002.97 519 -0.00636999999999652 424995.093539096 519 5000 1.138815e-12 424995.09 Loop time of 0.0161021 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:19 2021 Pair time (%) = 0.000730991 (4.53973) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.217658) Outpt time (%) = 0.0152421 (94.6592) Other time (%) = 9.39369e-05 (0.583384) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:19 2021 Memory usage per processor = 27.5126 Mbytes Step Atoms AVEKE stressZZ 519 5000 1.138815e-12 424994.7 520 -0.00636999999999652 424986.821584917 520 5000 1.1387505e-12 424986.82 Loop time of 0.0177162 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:19 2021 Pair time (%) = 0.000939131 (5.30098) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.220706) Outpt time (%) = 0.0165892 (93.6386) Other time (%) = 0.000148773 (0.839759) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:19 2021 Memory usage per processor = 27.5126 Mbytes Step Atoms AVEKE stressZZ 520 5000 1.1387505e-12 424986.42 521 -0.00636999999999652 424978.549939453 521 5000 1.138686e-12 424978.55 Loop time of 0.016669 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:19 2021 Pair time (%) = 0.000772953 (4.63706) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.210255) Outpt time (%) = 0.0157669 (94.5877) Other time (%) = 9.41753e-05 (0.564972) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:19 2021 Memory usage per processor = 27.5126 Mbytes Step Atoms AVEKE stressZZ 521 5000 1.138686e-12 424978.15 522 -0.00636999999999652 424970.278602624 522 5000 1.1386216e-12 424970.28 Loop time of 0.0163679 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:19 2021 Pair time (%) = 0.000729799 (4.45872) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.214123) Outpt time (%) = 0.0155051 (94.7285) Other time (%) = 9.799e-05 (0.598672) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:19 2021 Memory usage per processor = 27.5126 Mbytes Step Atoms AVEKE stressZZ 522 5000 1.1386216e-12 424969.88 523 -0.00636999999999652 424962.007574444 523 5000 1.1385571e-12 424962.01 Loop time of 0.0159101 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:19 2021 Pair time (%) = 0.000748873 (4.70689) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.232272) Outpt time (%) = 0.0150259 (94.4419) Other time (%) = 9.84669e-05 (0.618893) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:19 2021 Memory usage per processor = 27.5126 Mbytes Step Atoms AVEKE stressZZ 523 5000 1.1385571e-12 424961.61 524 -0.00636999999999652 424953.736854887 524 5000 1.1384926e-12 424953.74 Loop time of 0.016463 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:19 2021 Pair time (%) = 0.000763178 (4.6357) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.212886) Outpt time (%) = 0.0155661 (94.5519) Other time (%) = 9.87053e-05 (0.599557) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:19 2021 Memory usage per processor = 27.5126 Mbytes Step Atoms AVEKE stressZZ 524 5000 1.1384926e-12 424953.34 525 -0.00636999999999652 424945.466443911 525 5000 1.1384282e-12 424945.47 Loop time of 0.016814 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:19 2021 Pair time (%) = 0.0007689 (4.57298) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208443) Outpt time (%) = 0.0159149 (94.6528) Other time (%) = 9.5129e-05 (0.565773) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:19 2021 Memory usage per processor = 27.5126 Mbytes Step Atoms AVEKE stressZZ 525 5000 1.1384282e-12 424945.07 526 -0.00636999999999652 424937.196341506 526 5000 1.1383637e-12 424937.2 Loop time of 0.0162799 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:19 2021 Pair time (%) = 0.000745058 (4.57654) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.221138) Outpt time (%) = 0.0153868 (94.514) Other time (%) = 0.000112057 (0.688312) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:19 2021 Memory usage per processor = 27.5126 Mbytes Step Atoms AVEKE stressZZ 526 5000 1.1383637e-12 424936.8 527 -0.00636999999999652 424928.926547645 527 5000 1.1382993e-12 424928.93 Loop time of 0.0167549 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:19 2021 Pair time (%) = 0.000766993 (4.57773) Neigh time (%) = 0 (0) Comm time (%) = 5.29289e-05 (0.315902) Outpt time (%) = 0.015805 (94.3308) Other time (%) = 0.000129938 (0.775525) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:19 2021 Memory usage per processor = 27.5126 Mbytes Step Atoms AVEKE stressZZ 527 5000 1.1382993e-12 424928.53 528 -0.00636999999999652 424920.657062305 528 5000 1.1382348e-12 424920.66 Loop time of 0.0164571 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:19 2021 Pair time (%) = 0.00072813 (4.42442) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.212963) Outpt time (%) = 0.0156012 (94.7991) Other time (%) = 9.27448e-05 (0.563556) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:19 2021 Memory usage per processor = 27.5126 Mbytes Step Atoms AVEKE stressZZ 528 5000 1.1382348e-12 424920.26 529 -0.00636999999999652 424912.387885445 529 5000 1.1381704e-12 424912.39 Loop time of 0.016259 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:19 2021 Pair time (%) = 0.000730038 (4.49007) Neigh time (%) = 0 (0) Comm time (%) = 5.00679e-05 (0.30794) Outpt time (%) = 0.0153182 (94.2137) Other time (%) = 0.000160694 (0.988342) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:19 2021 Memory usage per processor = 27.5126 Mbytes Step Atoms AVEKE stressZZ 529 5000 1.1381704e-12 424911.99 530 -0.00636999999999652 424904.119017097 530 5000 1.1381059e-12 424904.12 Loop time of 0.0180809 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:19 2021 Pair time (%) = 0.000877142 (4.85119) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.210979) Outpt time (%) = 0.0170431 (94.2601) Other time (%) = 0.000122547 (0.677769) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:19 2021 Memory usage per processor = 27.5126 Mbytes Step Atoms AVEKE stressZZ 530 5000 1.1381059e-12 424903.72 531 -0.00636999999999652 424895.850457173 531 5000 1.1380415e-12 424895.85 Loop time of 0.0158741 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:19 2021 Pair time (%) = 0.000730038 (4.59891) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.220784) Outpt time (%) = 0.0150151 (94.5885) Other time (%) = 9.39369e-05 (0.59176) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:19 2021 Memory usage per processor = 27.5126 Mbytes Step Atoms AVEKE stressZZ 531 5000 1.1380415e-12 424895.45 532 -0.00636999999999652 424887.582205681 532 5000 1.1379771e-12 424887.58 Loop time of 0.0156879 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:19 2021 Pair time (%) = 0.000773907 (4.93313) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.223404) Outpt time (%) = 0.0147901 (94.2766) Other time (%) = 8.89301e-05 (0.566869) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:19 2021 Memory usage per processor = 27.5126 Mbytes Step Atoms AVEKE stressZZ 532 5000 1.1379771e-12 424887.19 533 -0.00636999999999652 424879.314262602 533 5000 1.1379126e-12 424879.31 Loop time of 0.0160511 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:19 2021 Pair time (%) = 0.000729799 (4.54674) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.21835) Outpt time (%) = 0.0152009 (94.7031) Other time (%) = 8.53539e-05 (0.531765) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:19 2021 Memory usage per processor = 27.5126 Mbytes Step Atoms AVEKE stressZZ 533 5000 1.1379126e-12 424878.92 534 -0.00636999999999652 424871.046627892 534 5000 1.1378482e-12 424871.05 Loop time of 0.0163131 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:19 2021 Pair time (%) = 0.000748158 (4.58624) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.220689) Outpt time (%) = 0.0154371 (94.6304) Other time (%) = 9.17912e-05 (0.562685) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:19 2021 Memory usage per processor = 27.5126 Mbytes Step Atoms AVEKE stressZZ 534 5000 1.1378482e-12 424870.65 535 -0.00636999999999652 424862.779301536 535 5000 1.1377838e-12 424862.78 Loop time of 0.0165241 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:19 2021 Pair time (%) = 0.000771999 (4.67197) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.225085) Outpt time (%) = 0.015609 (94.4623) Other time (%) = 0.000105858 (0.640628) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:19 2021 Memory usage per processor = 27.5126 Mbytes Step Atoms AVEKE stressZZ 535 5000 1.1377838e-12 424862.38 536 -0.00636999999999652 424854.51228351 536 5000 1.1377194e-12 424854.51 Loop time of 0.016453 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:19 2021 Pair time (%) = 0.00073123 (4.44435) Neigh time (%) = 0 (0) Comm time (%) = 4.88758e-05 (0.297063) Outpt time (%) = 0.0155511 (94.5181) Other time (%) = 0.000121832 (0.740483) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:19 2021 Memory usage per processor = 27.5126 Mbytes Step Atoms AVEKE stressZZ 536 5000 1.1377194e-12 424854.12 537 -0.00636999999999652 424846.245573805 537 5000 1.137655e-12 424846.25 Loop time of 0.016428 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:20 2021 Pair time (%) = 0.000772953 (4.7051) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.21334) Outpt time (%) = 0.0155239 (94.4967) Other time (%) = 9.60827e-05 (0.584872) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:20 2021 Memory usage per processor = 27.5126 Mbytes Step Atoms AVEKE stressZZ 537 5000 1.137655e-12 424845.85 538 -0.00636999999999652 424837.9791724 538 5000 1.1375906e-12 424837.98 Loop time of 0.016155 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:20 2021 Pair time (%) = 0.000750065 (4.64293) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.228752) Outpt time (%) = 0.015259 (94.4539) Other time (%) = 0.000108957 (0.674449) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:20 2021 Memory usage per processor = 27.5126 Mbytes Step Atoms AVEKE stressZZ 538 5000 1.1375906e-12 424837.58 539 -0.00636999999999652 424829.713079244 539 5000 1.1375262e-12 424829.71 Loop time of 0.017225 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:20 2021 Pair time (%) = 0.000844955 (4.90539) Neigh time (%) = 0 (0) Comm time (%) = 8.91685e-05 (0.517669) Outpt time (%) = 0.0161879 (93.979) Other time (%) = 0.000102997 (0.597949) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:20 2021 Memory usage per processor = 27.5126 Mbytes Step Atoms AVEKE stressZZ 539 5000 1.1375262e-12 424829.32 540 -0.00636999999999652 424821.447294347 540 5000 1.1374618e-12 424821.45 Loop time of 0.0177619 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:20 2021 Pair time (%) = 0.000730991 (4.11549) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.191949) Outpt time (%) = 0.0168991 (95.1422) Other time (%) = 9.77516e-05 (0.550343) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:20 2021 Memory usage per processor = 27.5126 Mbytes Step Atoms AVEKE stressZZ 540 5000 1.1374618e-12 424821.05 541 -0.00636999999999652 424813.18181766 541 5000 1.1373974e-12 424813.18 Loop time of 0.0158739 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:20 2021 Pair time (%) = 0.000727892 (4.58546) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.219285) Outpt time (%) = 0.0150139 (94.5825) Other time (%) = 9.72748e-05 (0.612797) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:20 2021 Memory usage per processor = 27.5126 Mbytes Step Atoms AVEKE stressZZ 541 5000 1.1373974e-12 424812.78 542 -0.00636999999999652 424804.91664917 542 5000 1.1373331e-12 424804.92 Loop time of 0.0168269 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:20 2021 Pair time (%) = 0.00100517 (5.97362) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.238038) Outpt time (%) = 0.015635 (92.917) Other time (%) = 0.000146627 (0.871389) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:20 2021 Memory usage per processor = 27.5126 Mbytes Step Atoms AVEKE stressZZ 542 5000 1.1373331e-12 424804.52 543 -0.00636999999999652 424796.651788852 543 5000 1.1372687e-12 424796.65 Loop time of 0.016886 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:20 2021 Pair time (%) = 0.000730038 (4.32333) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.201906) Outpt time (%) = 0.0159829 (94.6516) Other time (%) = 0.000138998 (0.823156) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:20 2021 Memory usage per processor = 27.5126 Mbytes Step Atoms AVEKE stressZZ 543 5000 1.1372687e-12 424796.25 544 -0.00636999999999652 424788.387236676 544 5000 1.1372043e-12 424788.39 Loop time of 0.016042 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:20 2021 Pair time (%) = 0.000767946 (4.7871) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.224419) Outpt time (%) = 0.0151429 (94.3955) Other time (%) = 9.5129e-05 (0.593) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:20 2021 Memory usage per processor = 27.5126 Mbytes Step Atoms AVEKE stressZZ 544 5000 1.1372043e-12 424787.99 545 -0.00636999999999652 424780.122992628 545 5000 1.1371399e-12 424780.12 Loop time of 0.016093 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:20 2021 Pair time (%) = 0.000773907 (4.80896) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.237041) Outpt time (%) = 0.0151739 (94.2888) Other time (%) = 0.00010705 (0.665195) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:20 2021 Memory usage per processor = 27.5126 Mbytes Step Atoms AVEKE stressZZ 545 5000 1.1371399e-12 424779.73 546 -0.00636999999999652 424770.263687041 546 5000 2.2466659e-12 424784.16 Loop time of 0.016479 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:20 2021 Pair time (%) = 0.000769138 (4.66738) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.206893) Outpt time (%) = 0.0155609 (94.4284) Other time (%) = 0.000114918 (0.697358) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28283 ave 28283 max 28283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28283 Ave neighs/atom = 5.6566 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:20 2021 Memory usage per processor = 27.5126 Mbytes Step Atoms AVEKE stressZZ 546 5000 2.2466659e-12 441418.79 547 -0.00640249999999651 441408.247656171 547 5000 1.8308549e-12 441408.25 Loop time of 0.0159979 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:20 2021 Pair time (%) = 0.000736952 (4.60656) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.219076) Outpt time (%) = 0.0150919 (94.3368) Other time (%) = 0.000133991 (0.837556) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:20 2021 Memory usage per processor = 27.5126 Mbytes Step Atoms AVEKE stressZZ 547 5000 1.8308549e-12 441407.7 548 -0.00640249999999651 441398.016019483 548 5000 1.5886863e-12 441398.02 Loop time of 0.0160651 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:20 2021 Pair time (%) = 0.000826836 (5.14678) Neigh time (%) = 0 (0) Comm time (%) = 3.98159e-05 (0.247841) Outpt time (%) = 0.0150878 (93.9168) Other time (%) = 0.000110626 (0.688611) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:20 2021 Memory usage per processor = 27.5126 Mbytes Step Atoms AVEKE stressZZ 548 5000 1.5886863e-12 441397.51 549 -0.00640249999999651 441388.371559899 549 5000 1.4436907e-12 441388.37 Loop time of 0.016572 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:20 2021 Pair time (%) = 0.000850916 (5.13466) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211486) Outpt time (%) = 0.01559 (94.0741) Other time (%) = 9.60827e-05 (0.579789) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:20 2021 Memory usage per processor = 27.5126 Mbytes Step Atoms AVEKE stressZZ 549 5000 1.4436907e-12 441387.9 550 -0.00640249999999651 441379.100374035 550 5000 1.3551265e-12 441379.1 Loop time of 0.0179429 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:20 2021 Pair time (%) = 0.000734091 (4.09126) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.195328) Outpt time (%) = 0.0170801 (95.1912) Other time (%) = 9.36985e-05 (0.522204) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:20 2021 Memory usage per processor = 27.5128 Mbytes Step Atoms AVEKE stressZZ 550 5000 1.3551265e-12 441378.64 551 -0.00640249999999651 441370.066525144 551 5000 1.3002752e-12 441370.07 Loop time of 0.016515 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:20 2021 Pair time (%) = 0.000770092 (4.66298) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.217991) Outpt time (%) = 0.0155931 (94.4174) Other time (%) = 0.000115871 (0.701613) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:20 2021 Memory usage per processor = 27.5128 Mbytes Step Atoms AVEKE stressZZ 551 5000 1.3002752e-12 441369.62 552 -0.00640249999999651 441361.183624846 552 5000 1.2659802e-12 441361.18 Loop time of 0.016552 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:20 2021 Pair time (%) = 0.000763893 (4.61512) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.223266) Outpt time (%) = 0.015645 (94.5206) Other time (%) = 0.000106096 (0.640989) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:20 2021 Memory usage per processor = 27.5128 Mbytes Step Atoms AVEKE stressZZ 552 5000 1.2659802e-12 441360.75 553 -0.00640249999999651 441352.396772197 553 5000 1.2443982e-12 441352.4 Loop time of 0.0167069 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:20 2021 Pair time (%) = 0.000739098 (4.42389) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.215486) Outpt time (%) = 0.015831 (94.757) Other time (%) = 0.000100851 (0.603648) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:20 2021 Memory usage per processor = 27.5128 Mbytes Step Atoms AVEKE stressZZ 553 5000 1.2443982e-12 441351.96 554 -0.00640249999999651 441343.671077082 554 5000 1.2307537e-12 441343.67 Loop time of 0.016151 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:20 2021 Pair time (%) = 0.000733137 (4.53928) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.217) Outpt time (%) = 0.0152681 (94.5337) Other time (%) = 0.000114679 (0.710047) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:20 2021 Memory usage per processor = 27.5128 Mbytes Step Atoms AVEKE stressZZ 554 5000 1.2307537e-12 441343.24 555 -0.00640249999999651 441334.984366452 555 5000 1.2220962e-12 441334.98 Loop time of 0.016186 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:20 2021 Pair time (%) = 0.000843048 (5.2085) Neigh time (%) = 0 (0) Comm time (%) = 3.98159e-05 (0.24599) Outpt time (%) = 0.0151839 (93.809) Other time (%) = 0.000119209 (0.736496) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:20 2021 Memory usage per processor = 27.5128 Mbytes Step Atoms AVEKE stressZZ 555 5000 1.2220962e-12 441334.56 556 -0.00640249999999651 441326.322549087 556 5000 1.216585e-12 441326.32 Loop time of 0.016921 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:20 2021 Pair time (%) = 0.000733137 (4.33269) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207124) Outpt time (%) = 0.016063 (94.929) Other time (%) = 8.98838e-05 (0.531195) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:20 2021 Memory usage per processor = 27.5128 Mbytes Step Atoms AVEKE stressZZ 556 5000 1.216585e-12 441325.9 557 -0.00640249999999651 441317.676669861 557 5000 1.2130638e-12 441317.68 Loop time of 0.016113 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:20 2021 Pair time (%) = 0.000773191 (4.79854) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.216031) Outpt time (%) = 0.0152111 (94.4024) Other time (%) = 9.39369e-05 (0.582987) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:20 2021 Memory usage per processor = 27.5128 Mbytes Step Atoms AVEKE stressZZ 557 5000 1.2130638e-12 441317.25 558 -0.00640249999999651 441309.041037659 558 5000 1.2108036e-12 441309.04 Loop time of 0.015975 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:20 2021 Pair time (%) = 0.000746965 (4.67584) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.22536) Outpt time (%) = 0.0150499 (94.2093) Other time (%) = 0.000142097 (0.889499) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:20 2021 Memory usage per processor = 27.5128 Mbytes Step Atoms AVEKE stressZZ 558 5000 1.2108036e-12 441308.62 559 -0.00640249999999651 441300.412035681 559 5000 1.2093432e-12 441300.41 Loop time of 0.0165799 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:20 2021 Pair time (%) = 0.000829935 (5.00568) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211386) Outpt time (%) = 0.0156229 (94.2279) Other time (%) = 9.20296e-05 (0.555068) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:20 2021 Memory usage per processor = 27.5128 Mbytes Step Atoms AVEKE stressZZ 559 5000 1.2093432e-12 441299.99 560 -0.00640249999999651 441291.787365414 560 5000 1.2083904e-12 441291.79 Loop time of 0.017698 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:20 2021 Pair time (%) = 0.000735044 (4.15325) Neigh time (%) = 0 (0) Comm time (%) = 8.51154e-05 (0.480931) Outpt time (%) = 0.0167642 (94.7232) Other time (%) = 0.000113726 (0.642589) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:20 2021 Memory usage per processor = 27.5128 Mbytes Step Atoms AVEKE stressZZ 560 5000 1.2083904e-12 441291.36 561 -0.00640249999999651 441283.165566109 561 5000 1.2077601e-12 441283.17 Loop time of 0.0160151 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:20 2021 Pair time (%) = 0.0008111 (5.06461) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.224796) Outpt time (%) = 0.0150411 (93.9186) Other time (%) = 0.000126839 (0.791997) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:20 2021 Memory usage per processor = 27.5128 Mbytes Step Atoms AVEKE stressZZ 561 5000 1.2077601e-12 441282.74 562 -0.00640249999999651 441274.54570941 562 5000 1.2073344e-12 441274.55 Loop time of 0.0165329 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:20 2021 Pair time (%) = 0.000772953 (4.67524) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.217755) Outpt time (%) = 0.0156229 (94.4956) Other time (%) = 0.000101089 (0.611444) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:20 2021 Memory usage per processor = 27.5128 Mbytes Step Atoms AVEKE stressZZ 562 5000 1.2073344e-12 441274.12 563 -0.00640249999999651 441265.927205319 563 5000 1.2070389e-12 441265.93 Loop time of 0.016623 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:20 2021 Pair time (%) = 0.000772953 (4.6499) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.209403) Outpt time (%) = 0.0157211 (94.5742) Other time (%) = 9.41753e-05 (0.566536) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:20 2021 Memory usage per processor = 27.5128 Mbytes Step Atoms AVEKE stressZZ 563 5000 1.2070389e-12 441265.5 564 -0.00640249999999651 441257.309678859 564 5000 1.2068261e-12 441257.31 Loop time of 0.016197 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:20 2021 Pair time (%) = 0.000733137 (4.52639) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.216383) Outpt time (%) = 0.015341 (94.7155) Other time (%) = 8.7738e-05 (0.541694) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:20 2021 Memory usage per processor = 27.5128 Mbytes Step Atoms AVEKE stressZZ 564 5000 1.2068261e-12 441256.89 565 -0.00640249999999651 441248.692891738 565 5000 1.2066657e-12 441248.69 Loop time of 0.0168262 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:20 2021 Pair time (%) = 0.000992775 (5.90019) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.303228) Outpt time (%) = 0.015599 (92.7069) Other time (%) = 0.000183344 (1.08964) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:20 2021 Memory usage per processor = 27.5128 Mbytes Step Atoms AVEKE stressZZ 565 5000 1.2066657e-12 441248.27 566 -0.00640249999999651 441240.076692501 566 5000 1.2065388e-12 441240.08 Loop time of 0.0169048 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:20 2021 Pair time (%) = 0.000734091 (4.34249) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207323) Outpt time (%) = 0.016006 (94.683) Other time (%) = 0.0001297 (0.767235) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:20 2021 Memory usage per processor = 27.5128 Mbytes Step Atoms AVEKE stressZZ 566 5000 1.2065388e-12 441239.65 567 -0.00640249999999651 441231.460984853 567 5000 1.2064331e-12 441231.46 Loop time of 0.0165901 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:20 2021 Pair time (%) = 0.000730991 (4.40619) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211255) Outpt time (%) = 0.0157311 (94.8221) Other time (%) = 9.29832e-05 (0.560474) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:20 2021 Memory usage per processor = 27.5128 Mbytes Step Atoms AVEKE stressZZ 567 5000 1.2064331e-12 441231.04 568 -0.00640249999999651 441222.845707605 568 5000 1.2063408e-12 441222.85 Loop time of 0.015986 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:20 2021 Pair time (%) = 0.000788927 (4.93512) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.232662) Outpt time (%) = 0.0150371 (94.0641) Other time (%) = 0.000122786 (0.768084) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:20 2021 Memory usage per processor = 27.5128 Mbytes Step Atoms AVEKE stressZZ 568 5000 1.2063408e-12 441222.42 569 -0.00640249999999651 441214.230821809 569 5000 1.2062571e-12 441214.23 Loop time of 0.0169559 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:20 2021 Pair time (%) = 0.000854015 (5.0367) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.212323) Outpt time (%) = 0.015964 (94.1506) Other time (%) = 0.000101805 (0.600411) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:20 2021 Memory usage per processor = 27.5128 Mbytes Step Atoms AVEKE stressZZ 569 5000 1.2062571e-12 441213.81 570 -0.00640249999999651 441205.616302763 570 5000 1.2061789e-12 441205.62 Loop time of 0.01806 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:20 2021 Pair time (%) = 0.000734091 (4.06474) Neigh time (%) = 0 (0) Comm time (%) = 8.29697e-05 (0.459412) Outpt time (%) = 0.0171268 (94.8329) Other time (%) = 0.00011611 (0.642913) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:20 2021 Memory usage per processor = 27.5128 Mbytes Step Atoms AVEKE stressZZ 570 5000 1.2061789e-12 441205.19 571 -0.00640249999999651 441197.002134718 571 5000 1.2061041e-12 441197 Loop time of 0.016408 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:20 2021 Pair time (%) = 0.000778913 (4.74717) Neigh time (%) = 0 (0) Comm time (%) = 4.88758e-05 (0.297879) Outpt time (%) = 0.015425 (94.009) Other time (%) = 0.00015521 (0.945946) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:20 2021 Memory usage per processor = 27.5128 Mbytes Step Atoms AVEKE stressZZ 571 5000 1.2061041e-12 441196.58 572 -0.00640249999999651 441188.388307658 572 5000 1.2060315e-12 441188.39 Loop time of 0.016525 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:20 2021 Pair time (%) = 0.00100899 (6.10581) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.229401) Outpt time (%) = 0.015286 (92.5019) Other time (%) = 0.000192165 (1.16287) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:20 2021 Memory usage per processor = 27.5128 Mbytes Step Atoms AVEKE stressZZ 572 5000 1.2060315e-12 441187.96 573 -0.00640249999999651 441179.774815207 573 5000 1.2059604e-12 441179.77 Loop time of 0.016783 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:20 2021 Pair time (%) = 0.00077796 (4.6354) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208828) Outpt time (%) = 0.0158761 (94.5961) Other time (%) = 9.39369e-05 (0.559715) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:20 2021 Memory usage per processor = 27.5128 Mbytes Step Atoms AVEKE stressZZ 573 5000 1.2059604e-12 441179.35 574 -0.00640249999999651 441171.161653296 574 5000 1.2058901e-12 441171.16 Loop time of 0.0159791 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:20 2021 Pair time (%) = 0.000731945 (4.58065) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.219334) Outpt time (%) = 0.0151179 (94.6106) Other time (%) = 9.41753e-05 (0.589368) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:20 2021 Memory usage per processor = 27.5128 Mbytes Step Atoms AVEKE stressZZ 574 5000 1.2058901e-12 441170.74 575 -0.00640249999999651 441162.548819306 575 5000 1.2058204e-12 441162.55 Loop time of 0.0163929 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:20 2021 Pair time (%) = 0.000931978 (5.68524) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.238521) Outpt time (%) = 0.0152831 (93.2298) Other time (%) = 0.00013876 (0.846459) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:20 2021 Memory usage per processor = 27.5128 Mbytes Step Atoms AVEKE stressZZ 575 5000 1.2058204e-12 441162.12 576 -0.00640249999999651 441153.936311599 576 5000 1.205751e-12 441153.94 Loop time of 0.016494 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:20 2021 Pair time (%) = 0.000732899 (4.44342) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.211041) Outpt time (%) = 0.0156322 (94.7746) Other time (%) = 9.41753e-05 (0.570966) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:20 2021 Memory usage per processor = 27.5128 Mbytes Step Atoms AVEKE stressZZ 576 5000 1.205751e-12 441153.51 577 -0.00640249999999651 441145.324129109 577 5000 1.2056819e-12 441145.32 Loop time of 0.015825 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:20 2021 Pair time (%) = 0.000782013 (4.94162) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.221469) Outpt time (%) = 0.0149128 (94.2358) Other time (%) = 9.5129e-05 (0.60113) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:20 2021 Memory usage per processor = 27.5128 Mbytes Step Atoms AVEKE stressZZ 577 5000 1.2056819e-12 441144.9 578 -0.00640249999999651 441136.712271109 578 5000 1.2056129e-12 441136.71 Loop time of 0.0156929 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:20 2021 Pair time (%) = 0.000731945 (4.66416) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.215737) Outpt time (%) = 0.014843 (94.5838) Other time (%) = 8.41618e-05 (0.536303) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:20 2021 Memory usage per processor = 27.5128 Mbytes Step Atoms AVEKE stressZZ 578 5000 1.2056129e-12 441136.29 579 -0.00640249999999651 441128.100737172 579 5000 1.2055441e-12 441128.1 Loop time of 0.0157771 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:20 2021 Pair time (%) = 0.000734091 (4.65288) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.222142) Outpt time (%) = 0.0149181 (94.5553) Other time (%) = 8.98838e-05 (0.56971) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:20 2021 Memory usage per processor = 27.5128 Mbytes Step Atoms AVEKE stressZZ 579 5000 1.2055441e-12 441127.68 580 -0.00640249999999651 441119.489526996 580 5000 1.2054753e-12 441119.49 Loop time of 0.0172591 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:20 2021 Pair time (%) = 0.000716209 (4.14974) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.19616) Outpt time (%) = 0.016361 (94.7962) Other time (%) = 0.000148058 (0.857853) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:20 2021 Memory usage per processor = 27.5128 Mbytes Step Atoms AVEKE stressZZ 580 5000 1.2054753e-12 441119.07 581 -0.00640249999999651 441110.878640373 581 5000 1.2054065e-12 441110.88 Loop time of 0.016341 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:20 2021 Pair time (%) = 0.00110292 (6.74944) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.250952) Outpt time (%) = 0.0150251 (91.9477) Other time (%) = 0.0001719 (1.05196) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:20 2021 Memory usage per processor = 27.5128 Mbytes Step Atoms AVEKE stressZZ 581 5000 1.2054065e-12 441110.45 582 -0.00640249999999651 441102.268077175 582 5000 1.2053378e-12 441102.27 Loop time of 0.0171928 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:21 2021 Pair time (%) = 0.000793219 (4.61366) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.209396) Outpt time (%) = 0.0162458 (94.4919) Other time (%) = 0.000117779 (0.685045) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:21 2021 Memory usage per processor = 27.5128 Mbytes Step Atoms AVEKE stressZZ 582 5000 1.2053378e-12 441101.84 583 -0.00640249999999651 441093.65783727 583 5000 1.2052691e-12 441093.66 Loop time of 0.0163779 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:21 2021 Pair time (%) = 0.000751019 (4.58555) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.213992) Outpt time (%) = 0.015497 (94.6211) Other time (%) = 9.48906e-05 (0.579381) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:21 2021 Memory usage per processor = 27.5128 Mbytes Step Atoms AVEKE stressZZ 583 5000 1.2052691e-12 441093.23 584 -0.00640249999999651 441085.047920625 584 5000 1.2052004e-12 441085.05 Loop time of 0.0159738 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:21 2021 Pair time (%) = 0.000756979 (4.73888) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.231347) Outpt time (%) = 0.0150778 (94.391) Other time (%) = 0.000102043 (0.638816) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:21 2021 Memory usage per processor = 27.5128 Mbytes Step Atoms AVEKE stressZZ 584 5000 1.2052004e-12 441084.62 585 -0.00640249999999651 441076.438327141 585 5000 1.2051317e-12 441076.44 Loop time of 0.0167711 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:21 2021 Pair time (%) = 0.00073719 (4.3956) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.20329) Outpt time (%) = 0.0159059 (94.841) Other time (%) = 9.39369e-05 (0.560113) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:21 2021 Memory usage per processor = 27.5128 Mbytes Step Atoms AVEKE stressZZ 585 5000 1.2051317e-12 441076.01 586 -0.00640249999999651 441067.829056783 586 5000 1.205063e-12 441067.83 Loop time of 0.0159981 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:21 2021 Pair time (%) = 0.000731945 (4.57519) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.219073) Outpt time (%) = 0.0151372 (94.6186) Other time (%) = 9.39369e-05 (0.587175) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:21 2021 Memory usage per processor = 27.5128 Mbytes Step Atoms AVEKE stressZZ 586 5000 1.205063e-12 441067.4 587 -0.00640249999999651 441059.22010951 587 5000 1.2049944e-12 441059.22 Loop time of 0.015913 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:21 2021 Pair time (%) = 0.000798941 (5.02068) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.226238) Outpt time (%) = 0.014977 (94.1178) Other time (%) = 0.000101089 (0.635263) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:21 2021 Memory usage per processor = 27.5128 Mbytes Step Atoms AVEKE stressZZ 587 5000 1.2049944e-12 441058.8 588 -0.00640249999999651 441050.611485305 588 5000 1.2049257e-12 441050.61 Loop time of 0.016712 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:21 2021 Pair time (%) = 0.000843048 (5.04458) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209715) Outpt time (%) = 0.0157459 (94.2193) Other time (%) = 8.79765e-05 (0.526428) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:21 2021 Memory usage per processor = 27.5128 Mbytes Step Atoms AVEKE stressZZ 588 5000 1.2049257e-12 441050.19 589 -0.00640249999999651 441042.003184104 589 5000 1.204857e-12 441042 Loop time of 0.0165691 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:21 2021 Pair time (%) = 0.000736952 (4.44774) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211523) Outpt time (%) = 0.015703 (94.7724) Other time (%) = 9.41753e-05 (0.568378) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:21 2021 Memory usage per processor = 27.5128 Mbytes Step Atoms AVEKE stressZZ 589 5000 1.204857e-12 441041.58 590 -0.00640249999999651 441033.39520589 590 5000 1.2047884e-12 441033.4 Loop time of 0.017313 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:21 2021 Pair time (%) = 0.000741005 (4.28005) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.213452) Outpt time (%) = 0.016372 (94.5646) Other time (%) = 0.000163078 (0.941941) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:21 2021 Memory usage per processor = 27.5128 Mbytes Step Atoms AVEKE stressZZ 590 5000 1.2047884e-12 441032.97 591 -0.00640249999999651 441024.787550627 591 5000 1.2047197e-12 441024.79 Loop time of 0.0167201 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:21 2021 Pair time (%) = 0.00107312 (6.41817) Neigh time (%) = 0 (0) Comm time (%) = 7.39098e-05 (0.442043) Outpt time (%) = 0.0154171 (92.2072) Other time (%) = 0.000155926 (0.932567) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:21 2021 Memory usage per processor = 27.5128 Mbytes Step Atoms AVEKE stressZZ 591 5000 1.2047197e-12 441024.36 592 -0.00640249999999651 441016.180218275 592 5000 1.2046511e-12 441016.18 Loop time of 0.016717 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:21 2021 Pair time (%) = 0.000751972 (4.49826) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.215357) Outpt time (%) = 0.0158281 (94.6831) Other time (%) = 0.000100851 (0.603286) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:21 2021 Memory usage per processor = 27.5128 Mbytes Step Atoms AVEKE stressZZ 592 5000 1.2046511e-12 441015.76 593 -0.00640249999999651 441007.57320882 593 5000 1.2045825e-12 441007.57 Loop time of 0.0164769 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:21 2021 Pair time (%) = 0.000733137 (4.44949) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.212707) Outpt time (%) = 0.0156159 (94.7749) Other time (%) = 9.27448e-05 (0.562879) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:21 2021 Memory usage per processor = 27.5128 Mbytes Step Atoms AVEKE stressZZ 593 5000 1.2045825e-12 441007.15 594 -0.00640249999999651 440998.966522221 594 5000 1.2045138e-12 440998.97 Loop time of 0.0161989 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:21 2021 Pair time (%) = 0.00090003 (5.55613) Neigh time (%) = 0 (0) Comm time (%) = 4.22001e-05 (0.260512) Outpt time (%) = 0.0151 (93.2164) Other time (%) = 0.000156641 (0.966987) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:21 2021 Memory usage per processor = 27.5128 Mbytes Step Atoms AVEKE stressZZ 594 5000 1.2045138e-12 440998.54 595 -0.00640249999999651 440990.360158454 595 5000 1.2044452e-12 440990.36 Loop time of 0.0167971 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:21 2021 Pair time (%) = 0.000732899 (4.36325) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208653) Outpt time (%) = 0.0159352 (94.8688) Other time (%) = 9.39369e-05 (0.559246) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:21 2021 Memory usage per processor = 27.5128 Mbytes Step Atoms AVEKE stressZZ 595 5000 1.2044452e-12 440989.94 596 -0.00640249999999651 440981.754117504 596 5000 1.2043766e-12 440981.75 Loop time of 0.016825 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:21 2021 Pair time (%) = 0.000839949 (4.99228) Neigh time (%) = 0 (0) Comm time (%) = 7.39098e-05 (0.439286) Outpt time (%) = 0.0157909 (93.8542) Other time (%) = 0.000120163 (0.714195) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:21 2021 Memory usage per processor = 27.5128 Mbytes Step Atoms AVEKE stressZZ 596 5000 1.2043766e-12 440981.33 597 -0.00640249999999651 440973.14839931 597 5000 1.204308e-12 440973.15 Loop time of 0.0162561 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:21 2021 Pair time (%) = 0.000828981 (5.09951) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.227329) Outpt time (%) = 0.0152431 (93.7682) Other time (%) = 0.000147104 (0.904918) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:21 2021 Memory usage per processor = 27.5128 Mbytes Step Atoms AVEKE stressZZ 597 5000 1.204308e-12 440972.72 598 -0.00640249999999651 440964.543003889 598 5000 1.2042394e-12 440964.54 Loop time of 0.016758 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:21 2021 Pair time (%) = 0.000813961 (4.85716) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.21483) Outpt time (%) = 0.0158119 (94.3547) Other time (%) = 9.60827e-05 (0.573355) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:21 2021 Memory usage per processor = 27.5128 Mbytes Step Atoms AVEKE stressZZ 598 5000 1.2042394e-12 440964.12 599 -0.00640249999999651 440955.937931174 599 5000 1.2041708e-12 440955.94 Loop time of 0.0163169 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:21 2021 Pair time (%) = 0.000735044 (4.50481) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.214793) Outpt time (%) = 0.0154521 (94.7003) Other time (%) = 9.46522e-05 (0.580087) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:21 2021 Memory usage per processor = 27.5128 Mbytes Step Atoms AVEKE stressZZ 599 5000 1.2041708e-12 440955.51 600 -0.00640249999999651 440947.333181168 600 5000 1.2041022e-12 440947.33 Loop time of 0.017333 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:21 2021 Pair time (%) = 0.000755072 (4.35626) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.21458) Outpt time (%) = 0.0164349 (94.8184) Other time (%) = 0.000105858 (0.610729) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:21 2021 Memory usage per processor = 27.5128 Mbytes Step Atoms AVEKE stressZZ 600 5000 1.2041022e-12 440946.91 601 -0.00640249999999651 440938.728753818 601 5000 1.2040336e-12 440938.73 Loop time of 0.0166111 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:21 2021 Pair time (%) = 0.000986099 (5.93639) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.21673) Outpt time (%) = 0.015455 (93.0402) Other time (%) = 0.000133991 (0.806637) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:21 2021 Memory usage per processor = 27.5128 Mbytes Step Atoms AVEKE stressZZ 601 5000 1.2040336e-12 440938.3 602 -0.00640249999999651 440930.124649106 602 5000 1.203965e-12 440930.12 Loop time of 0.0165389 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:21 2021 Pair time (%) = 0.000735044 (4.44435) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.206144) Outpt time (%) = 0.0156739 (94.77) Other time (%) = 9.58443e-05 (0.57951) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:21 2021 Memory usage per processor = 27.5128 Mbytes Step Atoms AVEKE stressZZ 602 5000 1.203965e-12 440929.7 603 -0.00640249999999651 440921.520867007 603 5000 1.2038964e-12 440921.52 Loop time of 0.015974 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:21 2021 Pair time (%) = 0.000732899 (4.58806) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.219403) Outpt time (%) = 0.0150809 (94.409) Other time (%) = 0.00012517 (0.783582) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:21 2021 Memory usage per processor = 27.5128 Mbytes Step Atoms AVEKE stressZZ 603 5000 1.2038964e-12 440921.1 604 -0.00640249999999651 440912.917407501 604 5000 1.2038278e-12 440912.92 Loop time of 0.0163701 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:21 2021 Pair time (%) = 0.00092721 (5.66406) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.231573) Outpt time (%) = 0.015255 (93.1883) Other time (%) = 0.000149965 (0.916095) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:21 2021 Memory usage per processor = 27.5128 Mbytes Step Atoms AVEKE stressZZ 604 5000 1.2038278e-12 440912.49 605 -0.00640249999999651 440904.314270547 605 5000 1.2037592e-12 440904.31 Loop time of 0.0164499 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:21 2021 Pair time (%) = 0.000741005 (4.50461) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.218853) Outpt time (%) = 0.015574 (94.6751) Other time (%) = 9.89437e-05 (0.601484) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:21 2021 Memory usage per processor = 27.5128 Mbytes Step Atoms AVEKE stressZZ 605 5000 1.2037592e-12 440903.89 606 -0.00640249999999651 440895.711456116 606 5000 1.2036907e-12 440895.71 Loop time of 0.0164361 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:21 2021 Pair time (%) = 0.000733852 (4.46488) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.213235) Outpt time (%) = 0.0155721 (94.7431) Other time (%) = 9.5129e-05 (0.578781) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:21 2021 Memory usage per processor = 27.5128 Mbytes Step Atoms AVEKE stressZZ 606 5000 1.2036907e-12 440895.29 607 -0.00640249999999651 440887.108964188 607 5000 1.2036221e-12 440887.11 Loop time of 0.0160351 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:21 2021 Pair time (%) = 0.000790119 (4.92744) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.230463) Outpt time (%) = 0.01509 (94.1061) Other time (%) = 0.000118017 (0.735994) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:21 2021 Memory usage per processor = 27.5128 Mbytes Step Atoms AVEKE stressZZ 607 5000 1.2036221e-12 440886.68 608 -0.00640249999999651 440878.50679484 608 5000 1.2035535e-12 440878.51 Loop time of 0.0166249 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:21 2021 Pair time (%) = 0.000733852 (4.41417) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.209379) Outpt time (%) = 0.015758 (94.7856) Other time (%) = 9.82285e-05 (0.59085) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:21 2021 Memory usage per processor = 27.5128 Mbytes Step Atoms AVEKE stressZZ 608 5000 1.2035535e-12 440878.08 609 -0.00640249999999651 440869.904956581 609 5000 1.203485e-12 440869.9 Loop time of 0.0167911 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:21 2021 Pair time (%) = 0.000730991 (4.35344) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208727) Outpt time (%) = 0.0159271 (94.8542) Other time (%) = 9.799e-05 (0.583583) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:21 2021 Memory usage per processor = 27.5128 Mbytes Step Atoms AVEKE stressZZ 609 5000 1.203485e-12 440869.48 610 -0.00640249999999651 440861.303447242 610 5000 1.2034164e-12 440861.3 Loop time of 0.0173481 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:21 2021 Pair time (%) = 0.000739098 (4.26041) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.21302) Outpt time (%) = 0.0164711 (94.9452) Other time (%) = 0.000100851 (0.581339) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:21 2021 Memory usage per processor = 27.5128 Mbytes Step Atoms AVEKE stressZZ 610 5000 1.2034164e-12 440860.88 611 -0.00640249999999651 440852.702264659 611 5000 1.2033479e-12 440852.7 Loop time of 0.016613 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:21 2021 Pair time (%) = 0.000751972 (4.52641) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.216705) Outpt time (%) = 0.015729 (94.6785) Other time (%) = 9.60827e-05 (0.578358) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:21 2021 Memory usage per processor = 27.5128 Mbytes Step Atoms AVEKE stressZZ 611 5000 1.2033479e-12 440852.28 612 -0.00640249999999651 440844.101408006 612 5000 1.2032794e-12 440844.1 Loop time of 0.0165741 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:21 2021 Pair time (%) = 0.000733852 (4.42769) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.210021) Outpt time (%) = 0.0157099 (94.7854) Other time (%) = 9.56059e-05 (0.576837) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:21 2021 Memory usage per processor = 27.5128 Mbytes Step Atoms AVEKE stressZZ 612 5000 1.2032794e-12 440843.68 613 -0.00640249999999651 440835.500876749 613 5000 1.2032108e-12 440835.5 Loop time of 0.0159039 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:21 2021 Pair time (%) = 0.000738144 (4.64126) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.226366) Outpt time (%) = 0.0150311 (94.5117) Other time (%) = 9.87053e-05 (0.620634) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:21 2021 Memory usage per processor = 27.5128 Mbytes Step Atoms AVEKE stressZZ 613 5000 1.2032108e-12 440835.08 614 -0.00640249999999651 440826.900670569 614 5000 1.2031423e-12 440826.9 Loop time of 0.0166559 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:21 2021 Pair time (%) = 0.00110912 (6.65903) Neigh time (%) = 0 (0) Comm time (%) = 6.19888e-05 (0.372173) Outpt time (%) = 0.0152891 (91.7936) Other time (%) = 0.000195742 (1.17521) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:21 2021 Memory usage per processor = 27.5128 Mbytes Step Atoms AVEKE stressZZ 614 5000 1.2031423e-12 440826.48 615 -0.00640249999999651 440818.300789168 615 5000 1.2030738e-12 440818.3 Loop time of 0.0169051 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:21 2021 Pair time (%) = 0.000734091 (4.34243) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.20732) Outpt time (%) = 0.0160432 (94.9016) Other time (%) = 9.27448e-05 (0.548621) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:21 2021 Memory usage per processor = 27.5128 Mbytes Step Atoms AVEKE stressZZ 615 5000 1.2030738e-12 440817.88 616 -0.00640249999999651 440809.701232361 616 5000 1.2030053e-12 440809.7 Loop time of 0.016258 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:21 2021 Pair time (%) = 0.000735044 (4.52112) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.215571) Outpt time (%) = 0.0153902 (94.6621) Other time (%) = 9.77516e-05 (0.601252) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:21 2021 Memory usage per processor = 27.5128 Mbytes Step Atoms AVEKE stressZZ 616 5000 1.2030053e-12 440809.28 617 -0.00640249999999651 440801.101999989 617 5000 1.2029367e-12 440801.1 Loop time of 0.016011 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:21 2021 Pair time (%) = 0.000754833 (4.71447) Neigh time (%) = 0 (0) Comm time (%) = 5.19753e-05 (0.324622) Outpt time (%) = 0.015101 (94.3161) Other time (%) = 0.000103235 (0.644777) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:21 2021 Memory usage per processor = 27.5128 Mbytes Step Atoms AVEKE stressZZ 617 5000 1.2029367e-12 440800.68 618 -0.00640249999999651 440792.503090812 618 5000 1.2028682e-12 440792.5 Loop time of 0.0164981 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:21 2021 Pair time (%) = 0.000748873 (4.53915) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.218214) Outpt time (%) = 0.0155859 (94.4709) Other time (%) = 0.000127316 (0.771699) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:21 2021 Memory usage per processor = 27.5128 Mbytes Step Atoms AVEKE stressZZ 618 5000 1.2028682e-12 440792.08 619 -0.00640249999999651 440783.90450505 619 5000 1.2027997e-12 440783.9 Loop time of 0.0162709 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:21 2021 Pair time (%) = 0.000731945 (4.4985) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.2154) Outpt time (%) = 0.0154109 (94.7146) Other time (%) = 9.29832e-05 (0.57147) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:21 2021 Memory usage per processor = 27.5128 Mbytes Step Atoms AVEKE stressZZ 619 5000 1.2027997e-12 440783.48 620 -0.00640249999999651 440775.306243183 620 5000 1.2027312e-12 440775.31 Loop time of 0.0173869 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:21 2021 Pair time (%) = 0.000848055 (4.87755) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.212544) Outpt time (%) = 0.016336 (93.9555) Other time (%) = 0.000165939 (0.954392) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:21 2021 Memory usage per processor = 27.5128 Mbytes Step Atoms AVEKE stressZZ 620 5000 1.2027312e-12 440774.88 621 -0.00640249999999651 440766.708305085 621 5000 1.2026627e-12 440766.71 Loop time of 0.0168591 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:21 2021 Pair time (%) = 0.000746012 (4.42499) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.213542) Outpt time (%) = 0.0159719 (94.7378) Other time (%) = 0.000105143 (0.623657) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:21 2021 Memory usage per processor = 27.5128 Mbytes Step Atoms AVEKE stressZZ 621 5000 1.2026627e-12 440766.28 622 -0.00640249999999651 440758.11069069 622 5000 1.2025942e-12 440758.11 Loop time of 0.016819 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:21 2021 Pair time (%) = 0.00079298 (4.71479) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208381) Outpt time (%) = 0.0158451 (94.2093) Other time (%) = 0.000145912 (0.867544) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:21 2021 Memory usage per processor = 27.5128 Mbytes Step Atoms AVEKE stressZZ 622 5000 1.2025942e-12 440757.69 623 -0.00640249999999651 440749.513399911 623 5000 1.2025258e-12 440749.51 Loop time of 0.015861 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:21 2021 Pair time (%) = 0.000732899 (4.62075) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.219463) Outpt time (%) = 0.0149992 (94.566) Other time (%) = 9.41753e-05 (0.593753) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:21 2021 Memory usage per processor = 27.5128 Mbytes Step Atoms AVEKE stressZZ 623 5000 1.2025258e-12 440749.09 624 -0.00640249999999651 440740.916432675 624 5000 1.2024573e-12 440740.92 Loop time of 0.0157211 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:21 2021 Pair time (%) = 0.000730991 (4.64975) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.222933) Outpt time (%) = 0.0148699 (94.5859) Other time (%) = 8.51154e-05 (0.541409) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:21 2021 Memory usage per processor = 27.5128 Mbytes Step Atoms AVEKE stressZZ 624 5000 1.2024573e-12 440740.49 625 -0.00640249999999651 440732.31978891 625 5000 1.2023888e-12 440732.32 Loop time of 0.015682 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:21 2021 Pair time (%) = 0.000736952 (4.69935) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.223489) Outpt time (%) = 0.014822 (94.5162) Other time (%) = 8.79765e-05 (0.561003) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:21 2021 Memory usage per processor = 27.5128 Mbytes Step Atoms AVEKE stressZZ 625 5000 1.2023888e-12 440731.9 626 -0.00640249999999651 440723.723468541 626 5000 1.2023203e-12 440723.72 Loop time of 0.0159831 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:21 2021 Pair time (%) = 0.000734091 (4.59292) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.219279) Outpt time (%) = 0.015125 (94.6314) Other time (%) = 8.89301e-05 (0.556401) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:21 2021 Memory usage per processor = 27.5128 Mbytes Step Atoms AVEKE stressZZ 626 5000 1.2023203e-12 440723.3 627 -0.00640249999999651 440715.127471516 627 5000 1.2022519e-12 440715.13 Loop time of 0.0168312 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:22 2021 Pair time (%) = 0.000735998 (4.37283) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.20823) Outpt time (%) = 0.0159721 (94.8962) Other time (%) = 8.79765e-05 (0.5227) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:22 2021 Memory usage per processor = 27.5128 Mbytes Step Atoms AVEKE stressZZ 627 5000 1.2022519e-12 440714.7 628 -0.00640249999999651 440706.531797775 628 5000 1.2021834e-12 440706.53 Loop time of 0.0161719 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:22 2021 Pair time (%) = 0.000734091 (4.53929) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.222615) Outpt time (%) = 0.01526 (94.3609) Other time (%) = 0.000141859 (0.877193) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:22 2021 Memory usage per processor = 27.5128 Mbytes Step Atoms AVEKE stressZZ 628 5000 1.2021834e-12 440706.11 629 -0.00640249999999651 440697.936447287 629 5000 1.202115e-12 440697.94 Loop time of 0.016928 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:22 2021 Pair time (%) = 0.000788927 (4.6605) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207039) Outpt time (%) = 0.0160029 (94.5353) Other time (%) = 0.000101089 (0.597175) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:22 2021 Memory usage per processor = 27.5128 Mbytes Step Atoms AVEKE stressZZ 629 5000 1.202115e-12 440697.51 630 -0.00640249999999651 440689.341419953 630 5000 1.2020465e-12 440689.34 Loop time of 0.017966 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:22 2021 Pair time (%) = 0.000735998 (4.09661) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.188441) Outpt time (%) = 0.017101 (95.1855) Other time (%) = 9.5129e-05 (0.529494) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:22 2021 Memory usage per processor = 27.5128 Mbytes Step Atoms AVEKE stressZZ 630 5000 1.2020465e-12 440688.92 631 -0.00640249999999651 440680.746715746 631 5000 1.2019781e-12 440680.75 Loop time of 0.0162492 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:22 2021 Pair time (%) = 0.000735044 (4.52358) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.215688) Outpt time (%) = 0.015383 (94.6694) Other time (%) = 9.60827e-05 (0.591308) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:22 2021 Memory usage per processor = 27.5128 Mbytes Step Atoms AVEKE stressZZ 631 5000 1.2019781e-12 440680.32 632 -0.00640249999999651 440672.152334617 632 5000 1.2019096e-12 440672.15 Loop time of 0.016119 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:22 2021 Pair time (%) = 0.000864983 (5.36623) Neigh time (%) = 0 (0) Comm time (%) = 4.50611e-05 (0.279553) Outpt time (%) = 0.0150881 (93.6043) Other time (%) = 0.000120878 (0.749911) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:22 2021 Memory usage per processor = 27.5128 Mbytes Step Atoms AVEKE stressZZ 632 5000 1.2019096e-12 440671.73 633 -0.00640249999999651 440663.558276512 633 5000 1.2018412e-12 440663.56 Loop time of 0.0165889 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:22 2021 Pair time (%) = 0.000788927 (4.75575) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.21702) Outpt time (%) = 0.0156631 (94.4193) Other time (%) = 0.000100851 (0.607942) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:22 2021 Memory usage per processor = 27.5128 Mbytes Step Atoms AVEKE stressZZ 633 5000 1.2018412e-12 440663.13 634 -0.00640249999999651 440654.964541387 634 5000 1.2017728e-12 440654.96 Loop time of 0.0161111 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:22 2021 Pair time (%) = 0.000773907 (4.80355) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.216056) Outpt time (%) = 0.015208 (94.3944) Other time (%) = 9.44138e-05 (0.586016) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:22 2021 Memory usage per processor = 27.5128 Mbytes Step Atoms AVEKE stressZZ 634 5000 1.2017728e-12 440654.54 635 -0.00640249999999651 440646.371129214 635 5000 1.2017043e-12 440646.37 Loop time of 0.0162561 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:22 2021 Pair time (%) = 0.000754118 (4.63899) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.313861) Outpt time (%) = 0.015347 (94.4077) Other time (%) = 0.000103951 (0.639456) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:22 2021 Memory usage per processor = 27.5128 Mbytes Step Atoms AVEKE stressZZ 635 5000 1.2017043e-12 440645.95 636 -0.00640249999999651 440637.77803992 636 5000 1.2016359e-12 440637.78 Loop time of 0.0166569 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:22 2021 Pair time (%) = 0.000777006 (4.66478) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.210409) Outpt time (%) = 0.0157518 (94.5666) Other time (%) = 9.29832e-05 (0.558227) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:22 2021 Memory usage per processor = 27.5128 Mbytes Step Atoms AVEKE stressZZ 636 5000 1.2016359e-12 440637.35 637 -0.00640249999999651 440629.18527347 637 5000 1.2015675e-12 440629.19 Loop time of 0.016603 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:22 2021 Pair time (%) = 0.000764132 (4.60237) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.22258) Outpt time (%) = 0.015703 (94.5791) Other time (%) = 9.89437e-05 (0.595939) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:22 2021 Memory usage per processor = 27.5128 Mbytes Step Atoms AVEKE stressZZ 637 5000 1.2015675e-12 440628.76 638 -0.00640249999999651 440620.592829822 638 5000 1.2014991e-12 440620.59 Loop time of 0.016526 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:22 2021 Pair time (%) = 0.000772953 (4.6772) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.223617) Outpt time (%) = 0.0156069 (94.4384) Other time (%) = 0.000109196 (0.660752) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:22 2021 Memory usage per processor = 27.5128 Mbytes Step Atoms AVEKE stressZZ 638 5000 1.2014991e-12 440620.17 639 -0.00640249999999651 440612.000708956 639 5000 1.2014307e-12 440612 Loop time of 0.016655 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:22 2021 Pair time (%) = 0.000794888 (4.77268) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.223317) Outpt time (%) = 0.015717 (94.3684) Other time (%) = 0.000105858 (0.635593) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:22 2021 Memory usage per processor = 27.5128 Mbytes Step Atoms AVEKE stressZZ 639 5000 1.2014307e-12 440611.58 640 -0.00640249999999651 440603.408911249 640 5000 1.2013623e-12 440603.41 Loop time of 0.017977 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:22 2021 Pair time (%) = 0.000771046 (4.28907) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.200263) Outpt time (%) = 0.0170782 (95.0001) Other time (%) = 9.17912e-05 (0.510603) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:22 2021 Memory usage per processor = 27.5128 Mbytes Step Atoms AVEKE stressZZ 640 5000 1.2013623e-12 440602.98 641 -0.00640249999999651 440594.817442921 641 5000 1.2012939e-12 440594.82 Loop time of 0.0165949 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:22 2021 Pair time (%) = 0.000776052 (4.67646) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.224125) Outpt time (%) = 0.0156829 (94.5046) Other time (%) = 9.87053e-05 (0.594793) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:22 2021 Memory usage per processor = 27.5128 Mbytes Step Atoms AVEKE stressZZ 641 5000 1.2012939e-12 440594.39 642 -0.00640249999999651 440586.226309067 642 5000 1.2012255e-12 440586.23 Loop time of 0.0168471 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:22 2021 Pair time (%) = 0.00100589 (5.97068) Neigh time (%) = 0 (0) Comm time (%) = 4.88758e-05 (0.290113) Outpt time (%) = 0.0156381 (92.8236) Other time (%) = 0.000154257 (0.915627) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:22 2021 Memory usage per processor = 27.5128 Mbytes Step Atoms AVEKE stressZZ 642 5000 1.2012255e-12 440585.8 643 -0.00640249999999651 440577.635516592 643 5000 1.2011571e-12 440577.64 Loop time of 0.016607 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:22 2021 Pair time (%) = 0.000770092 (4.63714) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.222525) Outpt time (%) = 0.015707 (94.5804) Other time (%) = 9.29832e-05 (0.559902) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:22 2021 Memory usage per processor = 27.5128 Mbytes Step Atoms AVEKE stressZZ 643 5000 1.2011571e-12 440577.21 644 -0.00640249999999651 440569.045058035 644 5000 1.2010887e-12 440569.05 Loop time of 0.0164671 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:22 2021 Pair time (%) = 0.000767946 (4.66352) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.218625) Outpt time (%) = 0.0155652 (94.5228) Other time (%) = 9.799e-05 (0.595066) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:22 2021 Memory usage per processor = 27.5128 Mbytes Step Atoms AVEKE stressZZ 644 5000 1.2010887e-12 440568.62 645 -0.00640249999999651 440560.454931005 645 5000 1.2010204e-12 440560.45 Loop time of 0.0165648 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:22 2021 Pair time (%) = 0.000779867 (4.70797) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.230289) Outpt time (%) = 0.0156379 (94.404) Other time (%) = 0.000108957 (0.657762) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:22 2021 Memory usage per processor = 27.5128 Mbytes Step Atoms AVEKE stressZZ 645 5000 1.2010204e-12 440560.03 646 -0.00640249999999651 440551.865134213 646 5000 1.200952e-12 440551.87 Loop time of 0.016644 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:22 2021 Pair time (%) = 0.000787973 (4.73428) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.216301) Outpt time (%) = 0.015718 (94.4363) Other time (%) = 0.000102043 (0.613093) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:22 2021 Memory usage per processor = 27.5128 Mbytes Step Atoms AVEKE stressZZ 646 5000 1.200952e-12 440551.44 647 -0.00640249999999651 440541.619792862 647 5000 2.3727397e-12 440556.03 Loop time of 0.016578 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:22 2021 Pair time (%) = 0.000768185 (4.63377) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.217163) Outpt time (%) = 0.0156531 (94.4214) Other time (%) = 0.00012064 (0.727712) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:22 2021 Memory usage per processor = 27.5128 Mbytes Step Atoms AVEKE stressZZ 647 5000 2.3727397e-12 457508.92 648 -0.00643499999999649 457497.983841753 648 5000 1.9330505e-12 457497.98 Loop time of 0.0164039 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:22 2021 Pair time (%) = 0.00077796 (4.74253) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.225281) Outpt time (%) = 0.015492 (94.4406) Other time (%) = 9.70364e-05 (0.591544) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:22 2021 Memory usage per processor = 27.5128 Mbytes Step Atoms AVEKE stressZZ 648 5000 1.9330505e-12 457497.4 649 -0.00643499999999649 457487.352806622 649 5000 1.6770064e-12 457487.35 Loop time of 0.016752 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:22 2021 Pair time (%) = 0.00082612 (4.93147) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.227716) Outpt time (%) = 0.0157752 (94.1691) Other time (%) = 0.000112534 (0.671762) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:22 2021 Memory usage per processor = 27.5128 Mbytes Step Atoms AVEKE stressZZ 649 5000 1.6770064e-12 457486.82 650 -0.00643499999999649 457477.33334886 650 5000 1.5237165e-12 457477.33 Loop time of 0.0180371 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:22 2021 Pair time (%) = 0.000772953 (4.28536) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.199596) Outpt time (%) = 0.0171251 (94.944) Other time (%) = 0.000102997 (0.571028) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:22 2021 Memory usage per processor = 27.513 Mbytes Step Atoms AVEKE stressZZ 650 5000 1.5237165e-12 457476.83 651 -0.00643499999999649 457467.702677263 651 5000 1.430092e-12 457467.7 Loop time of 0.016475 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:22 2021 Pair time (%) = 0.00077486 (4.70326) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.218521) Outpt time (%) = 0.0155661 (94.4834) Other time (%) = 9.799e-05 (0.594782) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:22 2021 Memory usage per processor = 27.513 Mbytes Step Atoms AVEKE stressZZ 651 5000 1.430092e-12 457467.22 652 -0.00643499999999649 457458.319206289 652 5000 1.372109e-12 457458.32 Loop time of 0.016603 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:22 2021 Pair time (%) = 0.000797033 (4.80054) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.228324) Outpt time (%) = 0.0156639 (94.3436) Other time (%) = 0.000104189 (0.627531) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:22 2021 Memory usage per processor = 27.513 Mbytes Step Atoms AVEKE stressZZ 652 5000 1.372109e-12 457457.85 653 -0.00643499999999649 457449.092957051 653 5000 1.3358569e-12 457449.09 Loop time of 0.016649 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:22 2021 Pair time (%) = 0.000770807 (4.62975) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.216236) Outpt time (%) = 0.015743 (94.5583) Other time (%) = 9.91821e-05 (0.595724) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:22 2021 Memory usage per processor = 27.513 Mbytes Step Atoms AVEKE stressZZ 653 5000 1.3358569e-12 457448.63 654 -0.00643499999999649 457439.966747175 654 5000 1.3130435e-12 457439.97 Loop time of 0.0169089 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:22 2021 Pair time (%) = 0.000773907 (4.57692) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.212913) Outpt time (%) = 0.016 (94.625) Other time (%) = 9.89437e-05 (0.585158) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:22 2021 Memory usage per processor = 27.513 Mbytes Step Atoms AVEKE stressZZ 654 5000 1.3130435e-12 457439.51 655 -0.00643499999999649 457430.904236671 655 5000 1.2986206e-12 457430.9 Loop time of 0.016686 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:22 2021 Pair time (%) = 0.000771046 (4.62092) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.221473) Outpt time (%) = 0.0157762 (94.5475) Other time (%) = 0.000101805 (0.610122) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:22 2021 Memory usage per processor = 27.513 Mbytes Step Atoms AVEKE stressZZ 655 5000 1.2986206e-12 457430.45 656 -0.00643499999999649 457421.882331087 656 5000 1.2894693e-12 457421.88 Loop time of 0.0167592 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:22 2021 Pair time (%) = 0.000847101 (5.05456) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.233309) Outpt time (%) = 0.015759 (94.0321) Other time (%) = 0.000113964 (0.680011) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:22 2021 Memory usage per processor = 27.513 Mbytes Step Atoms AVEKE stressZZ 656 5000 1.2894693e-12 457421.43 657 -0.00643499999999649 457412.886353693 657 5000 1.2836435e-12 457412.89 Loop time of 0.01667 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:22 2021 Pair time (%) = 0.000770092 (4.61963) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.223115) Outpt time (%) = 0.0157659 (94.5766) Other time (%) = 9.67979e-05 (0.580672) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:22 2021 Memory usage per processor = 27.513 Mbytes Step Atoms AVEKE stressZZ 657 5000 1.2836435e-12 457412.43 658 -0.00643499999999649 457403.906977207 658 5000 1.2799214e-12 457403.91 Loop time of 0.016413 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:22 2021 Pair time (%) = 0.000775814 (4.72683) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.219346) Outpt time (%) = 0.0155022 (94.451) Other time (%) = 9.89437e-05 (0.602838) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:22 2021 Memory usage per processor = 27.513 Mbytes Step Atoms AVEKE stressZZ 658 5000 1.2799214e-12 457403.45 659 -0.00643499999999649 457394.938274142 659 5000 1.277532e-12 457394.94 Loop time of 0.0167661 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:22 2021 Pair time (%) = 0.000926971 (5.52885) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.244589) Outpt time (%) = 0.0156682 (93.4516) Other time (%) = 0.000129938 (0.775006) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:22 2021 Memory usage per processor = 27.513 Mbytes Step Atoms AVEKE stressZZ 659 5000 1.277532e-12 457394.48 660 -0.00643499999999649 457385.976477376 660 5000 1.275988e-12 457385.98 Loop time of 0.017997 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:22 2021 Pair time (%) = 0.000771046 (4.28429) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.20004) Outpt time (%) = 0.017097 (94.999) Other time (%) = 9.29832e-05 (0.516659) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:22 2021 Memory usage per processor = 27.513 Mbytes Step Atoms AVEKE stressZZ 660 5000 1.275988e-12 457385.52 661 -0.00643499999999649 457377.019192945 661 5000 1.2749807e-12 457377.02 Loop time of 0.0164471 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:22 2021 Pair time (%) = 0.000774145 (4.70689) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.218891) Outpt time (%) = 0.015537 (94.4668) Other time (%) = 9.98974e-05 (0.607387) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:22 2021 Memory usage per processor = 27.513 Mbytes Step Atoms AVEKE stressZZ 661 5000 1.2749807e-12 457376.57 662 -0.00643499999999649 457368.064899432 662 5000 1.2743141e-12 457368.06 Loop time of 0.0164871 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:22 2021 Pair time (%) = 0.00078702 (4.77354) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.229928) Outpt time (%) = 0.0155551 (94.3472) Other time (%) = 0.00010705 (0.649294) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:22 2021 Memory usage per processor = 27.513 Mbytes Step Atoms AVEKE stressZZ 662 5000 1.2743141e-12 457367.61 663 -0.00643499999999649 457359.11262992 663 5000 1.2738639e-12 457359.11 Loop time of 0.0166929 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:22 2021 Pair time (%) = 0.000780821 (4.67757) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.215668) Outpt time (%) = 0.015779 (94.5255) Other time (%) = 9.70364e-05 (0.581304) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:22 2021 Memory usage per processor = 27.513 Mbytes Step Atoms AVEKE stressZZ 663 5000 1.2738639e-12 457358.66 664 -0.00643499999999649 457350.161769963 664 5000 1.2735513e-12 457350.16 Loop time of 0.01668 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:22 2021 Pair time (%) = 0.000772953 (4.63401) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.215835) Outpt time (%) = 0.0157712 (94.5512) Other time (%) = 9.98974e-05 (0.598905) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:22 2021 Memory usage per processor = 27.513 Mbytes Step Atoms AVEKE stressZZ 664 5000 1.2735513e-12 457349.71 665 -0.00643499999999649 457341.211929028 665 5000 1.273326e-12 457341.21 Loop time of 0.0164969 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:22 2021 Pair time (%) = 0.000771999 (4.67966) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.21823) Outpt time (%) = 0.0155919 (94.5139) Other time (%) = 9.70364e-05 (0.58821) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:22 2021 Memory usage per processor = 27.513 Mbytes Step Atoms AVEKE stressZZ 665 5000 1.273326e-12 457340.76 666 -0.00643499999999649 457332.26285893 666 5000 1.2731563e-12 457332.26 Loop time of 0.0167849 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:22 2021 Pair time (%) = 0.000804186 (4.79113) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.220167) Outpt time (%) = 0.0158379 (94.358) Other time (%) = 0.000105858 (0.630673) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:22 2021 Memory usage per processor = 27.513 Mbytes Step Atoms AVEKE stressZZ 666 5000 1.2731563e-12 457331.81 667 -0.00643499999999649 457323.314401933 667 5000 1.2730218e-12 457323.31 Loop time of 0.0166841 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:22 2021 Pair time (%) = 0.000773191 (4.63431) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.221498) Outpt time (%) = 0.0157771 (94.564) Other time (%) = 9.67979e-05 (0.580182) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:22 2021 Memory usage per processor = 27.513 Mbytes Step Atoms AVEKE stressZZ 667 5000 1.2730218e-12 457322.86 668 -0.00643499999999649 457314.366457775 668 5000 1.2729097e-12 457314.37 Loop time of 0.0164251 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:22 2021 Pair time (%) = 0.000775814 (4.72334) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.22499) Outpt time (%) = 0.015512 (94.4406) Other time (%) = 0.000100374 (0.611101) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:22 2021 Memory usage per processor = 27.513 Mbytes Step Atoms AVEKE stressZZ 668 5000 1.2729097e-12 457313.91 669 -0.00643499999999649 457305.418962751 669 5000 1.2728119e-12 457305.42 Loop time of 0.016474 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:22 2021 Pair time (%) = 0.00077796 (4.72235) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.224322) Outpt time (%) = 0.0155561 (94.4281) Other time (%) = 0.000102997 (0.625208) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:22 2021 Memory usage per processor = 27.513 Mbytes Step Atoms AVEKE stressZZ 669 5000 1.2728119e-12 457304.97 670 -0.00643499999999649 457296.471876342 670 5000 1.2727232e-12 457296.47 Loop time of 0.0176878 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:22 2021 Pair time (%) = 0.000777006 (4.39289) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.203537) Outpt time (%) = 0.016778 (94.8563) Other time (%) = 9.67979e-05 (0.547258) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:22 2021 Memory usage per processor = 27.513 Mbytes Step Atoms AVEKE stressZZ 670 5000 1.2727232e-12 457296.02 671 -0.00643499999999649 457287.52517281 671 5000 1.2726402e-12 457287.53 Loop time of 0.0163331 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:22 2021 Pair time (%) = 0.000771999 (4.72659) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.226258) Outpt time (%) = 0.0154312 (94.4779) Other time (%) = 9.29832e-05 (0.569293) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:22 2021 Memory usage per processor = 27.513 Mbytes Step Atoms AVEKE stressZZ 671 5000 1.2726402e-12 457287.07 672 -0.00643499999999649 457278.578835783 672 5000 1.2725609e-12 457278.58 Loop time of 0.0166159 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:23 2021 Pair time (%) = 0.000771046 (4.64042) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.216668) Outpt time (%) = 0.015718 (94.5962) Other time (%) = 9.08375e-05 (0.546691) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:23 2021 Memory usage per processor = 27.513 Mbytes Step Atoms AVEKE stressZZ 672 5000 1.2725609e-12 457278.13 673 -0.00643499999999649 457269.632854826 673 5000 1.2724839e-12 457269.63 Loop time of 0.0167172 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:23 2021 Pair time (%) = 0.000791073 (4.73209) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.226764) Outpt time (%) = 0.0157812 (94.4008) Other time (%) = 0.00010705 (0.640358) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:23 2021 Memory usage per processor = 27.513 Mbytes Step Atoms AVEKE stressZZ 673 5000 1.2724839e-12 457269.18 674 -0.00643499999999649 457260.687223324 674 5000 1.2724084e-12 457260.69 Loop time of 0.016681 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:23 2021 Pair time (%) = 0.000773907 (4.63946) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.221539) Outpt time (%) = 0.015769 (94.533) Other time (%) = 0.000101089 (0.606017) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:23 2021 Memory usage per processor = 27.513 Mbytes Step Atoms AVEKE stressZZ 674 5000 1.2724084e-12 457260.23 675 -0.00643499999999649 457251.741937068 675 5000 1.2723338e-12 457251.74 Loop time of 0.0166531 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:23 2021 Pair time (%) = 0.000774145 (4.64867) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.22191) Outpt time (%) = 0.0157449 (94.5467) Other time (%) = 9.70364e-05 (0.582694) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:23 2021 Memory usage per processor = 27.513 Mbytes Step Atoms AVEKE stressZZ 675 5000 1.2723338e-12 457251.29 676 -0.00643499999999649 457242.796993332 676 5000 1.2722598e-12 457242.8 Loop time of 0.01649 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:23 2021 Pair time (%) = 0.000781059 (4.73657) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.235672) Outpt time (%) = 0.015564 (94.3844) Other time (%) = 0.000106096 (0.643398) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:23 2021 Memory usage per processor = 27.513 Mbytes Step Atoms AVEKE stressZZ 676 5000 1.2722598e-12 457242.34 677 -0.00643499999999649 457233.852390428 677 5000 1.2721862e-12 457233.85 Loop time of 0.0167921 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:23 2021 Pair time (%) = 0.000810146 (4.82458) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.220074) Outpt time (%) = 0.0158379 (94.3178) Other time (%) = 0.00010705 (0.637503) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:23 2021 Memory usage per processor = 27.513 Mbytes Step Atoms AVEKE stressZZ 677 5000 1.2721862e-12 457233.4 678 -0.00643499999999649 457224.908127231 678 5000 1.2721129e-12 457224.91 Loop time of 0.016679 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:23 2021 Pair time (%) = 0.000773907 (4.63999) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.221565) Outpt time (%) = 0.0157709 (94.5552) Other time (%) = 9.72748e-05 (0.583215) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:23 2021 Memory usage per processor = 27.513 Mbytes Step Atoms AVEKE stressZZ 678 5000 1.2721129e-12 457224.46 679 -0.00643499999999649 457215.964203039 679 5000 1.2720397e-12 457215.96 Loop time of 0.016443 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:23 2021 Pair time (%) = 0.000771999 (4.695) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.224745) Outpt time (%) = 0.0155361 (94.4843) Other time (%) = 9.799e-05 (0.595937) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:23 2021 Memory usage per processor = 27.513 Mbytes Step Atoms AVEKE stressZZ 679 5000 1.2720397e-12 457215.51 680 -0.00643499999999649 457207.02061739 680 5000 1.2719667e-12 457207.02 Loop time of 0.0181661 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:23 2021 Pair time (%) = 0.000870228 (4.7904) Neigh time (%) = 0 (0) Comm time (%) = 4.19617e-05 (0.230989) Outpt time (%) = 0.017123 (94.2581) Other time (%) = 0.000130892 (0.720529) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:23 2021 Memory usage per processor = 27.513 Mbytes Step Atoms AVEKE stressZZ 680 5000 1.2719667e-12 457206.57 681 -0.00643499999999649 457198.077369998 681 5000 1.2718936e-12 457198.08 Loop time of 0.016561 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:23 2021 Pair time (%) = 0.000770092 (4.65002) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.223144) Outpt time (%) = 0.015656 (94.5351) Other time (%) = 9.799e-05 (0.59169) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:23 2021 Memory usage per processor = 27.513 Mbytes Step Atoms AVEKE stressZZ 681 5000 1.2718936e-12 457197.62 682 -0.00643499999999649 457189.134460626 682 5000 1.2718207e-12 457189.13 Loop time of 0.016782 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:23 2021 Pair time (%) = 0.000771999 (4.60015) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.214522) Outpt time (%) = 0.0158739 (94.5886) Other time (%) = 0.000100136 (0.596684) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:23 2021 Memory usage per processor = 27.513 Mbytes Step Atoms AVEKE stressZZ 682 5000 1.2718207e-12 457188.68 683 -0.00643499999999649 457180.191889164 683 5000 1.2717477e-12 457180.19 Loop time of 0.01649 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:23 2021 Pair time (%) = 0.000777006 (4.71199) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.231334) Outpt time (%) = 0.015568 (94.4089) Other time (%) = 0.000106812 (0.647736) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:23 2021 Memory usage per processor = 27.513 Mbytes Step Atoms AVEKE stressZZ 683 5000 1.2717477e-12 457179.74 684 -0.00643499999999649 457171.249655522 684 5000 1.2716748e-12 457171.25 Loop time of 0.0169098 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:23 2021 Pair time (%) = 0.000794888 (4.70074) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.22418) Outpt time (%) = 0.0159678 (94.4293) Other time (%) = 0.000109196 (0.645753) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:23 2021 Memory usage per processor = 27.513 Mbytes Step Atoms AVEKE stressZZ 684 5000 1.2716748e-12 457170.8 685 -0.00643499999999649 457162.30775961 685 5000 1.2716019e-12 457162.31 Loop time of 0.0168881 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:23 2021 Pair time (%) = 0.000773907 (4.58255) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.218821) Outpt time (%) = 0.0159771 (94.6057) Other time (%) = 0.000100136 (0.592936) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:23 2021 Memory usage per processor = 27.513 Mbytes Step Atoms AVEKE stressZZ 685 5000 1.2716019e-12 457161.86 686 -0.00643499999999649 457153.366201376 686 5000 1.2715291e-12 457153.37 Loop time of 0.016643 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:23 2021 Pair time (%) = 0.000777006 (4.66865) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.222044) Outpt time (%) = 0.015728 (94.5019) Other time (%) = 0.000101089 (0.607398) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:23 2021 Memory usage per processor = 27.513 Mbytes Step Atoms AVEKE stressZZ 686 5000 1.2715291e-12 457152.91 687 -0.00643499999999649 457144.424980785 687 5000 1.2714562e-12 457144.42 Loop time of 0.0169451 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:23 2021 Pair time (%) = 0.000801086 (4.72753) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.223714) Outpt time (%) = 0.0159869 (94.3453) Other time (%) = 0.000119209 (0.703502) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:23 2021 Memory usage per processor = 27.513 Mbytes Step Atoms AVEKE stressZZ 687 5000 1.2714562e-12 457143.97 688 -0.00643499999999649 457135.484097808 688 5000 1.2713833e-12 457135.48 Loop time of 0.0166669 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:23 2021 Pair time (%) = 0.000776052 (4.65625) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.221726) Outpt time (%) = 0.0157559 (94.5341) Other time (%) = 9.799e-05 (0.587932) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:23 2021 Memory usage per processor = 27.513 Mbytes Step Atoms AVEKE stressZZ 688 5000 1.2713833e-12 457135.03 689 -0.00643499999999649 457126.543552395 689 5000 1.2713104e-12 457126.54 Loop time of 0.0164821 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:23 2021 Pair time (%) = 0.000773191 (4.69109) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.218426) Outpt time (%) = 0.0155742 (94.4916) Other time (%) = 9.87053e-05 (0.598863) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:23 2021 Memory usage per processor = 27.513 Mbytes Step Atoms AVEKE stressZZ 689 5000 1.2713104e-12 457126.09 690 -0.00643499999999649 457117.603344538 690 5000 1.2712376e-12 457117.6 Loop time of 0.01806 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:23 2021 Pair time (%) = 0.000879049 (4.86739) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.221785) Outpt time (%) = 0.017019 (94.2362) Other time (%) = 0.000121832 (0.674596) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:23 2021 Memory usage per processor = 27.513 Mbytes Step Atoms AVEKE stressZZ 690 5000 1.2712376e-12 457117.15 691 -0.00643499999999649 457108.663474189 691 5000 1.2711647e-12 457108.66 Loop time of 0.0166831 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:23 2021 Pair time (%) = 0.000797987 (4.78321) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.22294) Outpt time (%) = 0.0157449 (94.3765) Other time (%) = 0.000102997 (0.617372) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:23 2021 Memory usage per processor = 27.513 Mbytes Step Atoms AVEKE stressZZ 691 5000 1.2711647e-12 457108.21 692 -0.00643499999999649 457099.723941324 692 5000 1.2710919e-12 457099.72 Loop time of 0.0166652 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:23 2021 Pair time (%) = 0.000769854 (4.61952) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.221749) Outpt time (%) = 0.0157611 (94.575) Other time (%) = 9.72748e-05 (0.583699) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:23 2021 Memory usage per processor = 27.513 Mbytes Step Atoms AVEKE stressZZ 692 5000 1.2710919e-12 457099.27 693 -0.00643499999999649 457090.784745922 693 5000 1.2710191e-12 457090.78 Loop time of 0.0165088 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:23 2021 Pair time (%) = 0.000767946 (4.65173) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.225294) Outpt time (%) = 0.015604 (94.5193) Other time (%) = 9.9659e-05 (0.603671) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:23 2021 Memory usage per processor = 27.513 Mbytes Step Atoms AVEKE stressZZ 693 5000 1.2710191e-12 457090.33 694 -0.00643499999999649 457081.845887947 694 5000 1.2709462e-12 457081.85 Loop time of 0.016829 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:23 2021 Pair time (%) = 0.000844002 (5.01516) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.225257) Outpt time (%) = 0.0158031 (93.9039) Other time (%) = 0.000144005 (0.855694) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:23 2021 Memory usage per processor = 27.513 Mbytes Step Atoms AVEKE stressZZ 694 5000 1.2709462e-12 457081.39 695 -0.00643499999999649 457072.907367381 695 5000 1.2708734e-12 457072.91 Loop time of 0.0167401 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:23 2021 Pair time (%) = 0.000812054 (4.85095) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.233575) Outpt time (%) = 0.015779 (94.2589) Other time (%) = 0.000109911 (0.656574) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:23 2021 Memory usage per processor = 27.513 Mbytes Step Atoms AVEKE stressZZ 695 5000 1.2708734e-12 457072.45 696 -0.00643499999999649 457063.969184197 696 5000 1.2708006e-12 457063.97 Loop time of 0.0165682 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:23 2021 Pair time (%) = 0.000772953 (4.66529) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.217291) Outpt time (%) = 0.0156589 (94.5116) Other time (%) = 0.000100374 (0.605825) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:23 2021 Memory usage per processor = 27.513 Mbytes Step Atoms AVEKE stressZZ 696 5000 1.2708006e-12 457063.52 697 -0.00643499999999649 457055.031338381 697 5000 1.2707278e-12 457055.03 Loop time of 0.0164821 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:23 2021 Pair time (%) = 0.000794172 (4.81839) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.229998) Outpt time (%) = 0.015547 (94.3267) Other time (%) = 0.000102997 (0.624901) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:23 2021 Memory usage per processor = 27.513 Mbytes Step Atoms AVEKE stressZZ 697 5000 1.2707278e-12 457054.58 698 -0.00643499999999649 457046.093829894 698 5000 1.270655e-12 457046.09 Loop time of 0.016659 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:23 2021 Pair time (%) = 0.000772953 (4.63985) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.216106) Outpt time (%) = 0.015754 (94.5673) Other time (%) = 9.60827e-05 (0.576761) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:23 2021 Memory usage per processor = 27.513 Mbytes Step Atoms AVEKE stressZZ 698 5000 1.270655e-12 457045.64 699 -0.00643499999999649 457037.156658701 699 5000 1.2705822e-12 457037.16 Loop time of 0.0167091 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:23 2021 Pair time (%) = 0.000775099 (4.63879) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.215459) Outpt time (%) = 0.015805 (94.5893) Other time (%) = 9.29832e-05 (0.556483) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:23 2021 Memory usage per processor = 27.513 Mbytes Step Atoms AVEKE stressZZ 699 5000 1.2705822e-12 457036.7 700 -0.00643499999999649 457028.219824823 700 5000 1.2705094e-12 457028.22 Loop time of 0.0178239 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:23 2021 Pair time (%) = 0.000775099 (4.34864) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.207333) Outpt time (%) = 0.0169039 (94.8381) Other time (%) = 0.000108004 (0.605947) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:23 2021 Memory usage per processor = 27.513 Mbytes Step Atoms AVEKE stressZZ 700 5000 1.2705094e-12 457027.77 701 -0.00643499999999649 457019.283328199 701 5000 1.2704366e-12 457019.28 Loop time of 0.0168278 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:23 2021 Pair time (%) = 0.000810146 (4.81433) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.225273) Outpt time (%) = 0.0158689 (94.3016) Other time (%) = 0.000110865 (0.658818) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:23 2021 Memory usage per processor = 27.513 Mbytes Step Atoms AVEKE stressZZ 701 5000 1.2704366e-12 457018.83 702 -0.00643499999999649 457010.347168804 702 5000 1.2703638e-12 457010.35 Loop time of 0.0166662 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:23 2021 Pair time (%) = 0.000772953 (4.63786) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.221736) Outpt time (%) = 0.015758 (94.551) Other time (%) = 9.82285e-05 (0.589388) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:23 2021 Memory usage per processor = 27.513 Mbytes Step Atoms AVEKE stressZZ 702 5000 1.2703638e-12 457009.89 703 -0.00643499999999649 457001.411346616 703 5000 1.270291e-12 457001.41 Loop time of 0.0164881 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:23 2021 Pair time (%) = 0.000771999 (4.68217) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.218347) Outpt time (%) = 0.0155771 (94.4748) Other time (%) = 0.000102997 (0.624675) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:23 2021 Memory usage per processor = 27.513 Mbytes Step Atoms AVEKE stressZZ 703 5000 1.270291e-12 457000.96 704 -0.00643499999999649 456992.475861627 704 5000 1.2702182e-12 456992.48 Loop time of 0.0165839 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:23 2021 Pair time (%) = 0.000854015 (5.14966) Neigh time (%) = 0 (0) Comm time (%) = 4.19617e-05 (0.253026) Outpt time (%) = 0.015574 (93.9101) Other time (%) = 0.000113964 (0.687196) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:23 2021 Memory usage per processor = 27.513 Mbytes Step Atoms AVEKE stressZZ 704 5000 1.2702182e-12 456992.02 705 -0.00643499999999649 456983.540713787 705 5000 1.2701454e-12 456983.54 Loop time of 0.0167201 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:23 2021 Pair time (%) = 0.000845194 (5.05497) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.221021) Outpt time (%) = 0.015732 (94.0909) Other time (%) = 0.000105858 (0.633119) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:23 2021 Memory usage per processor = 27.513 Mbytes Step Atoms AVEKE stressZZ 705 5000 1.2701454e-12 456983.09 706 -0.00643499999999649 456974.605903065 706 5000 1.2700727e-12 456974.61 Loop time of 0.0165498 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:23 2021 Pair time (%) = 0.000771999 (4.6647) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.224735) Outpt time (%) = 0.015641 (94.5084) Other time (%) = 9.9659e-05 (0.602175) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:23 2021 Memory usage per processor = 27.513 Mbytes Step Atoms AVEKE stressZZ 706 5000 1.2700727e-12 456974.15 707 -0.00643499999999649 456965.671429484 707 5000 1.2699999e-12 456965.67 Loop time of 0.0164711 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:23 2021 Pair time (%) = 0.000786066 (4.77238) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.231599) Outpt time (%) = 0.015538 (94.3345) Other time (%) = 0.000108957 (0.661504) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:23 2021 Memory usage per processor = 27.513 Mbytes Step Atoms AVEKE stressZZ 707 5000 1.2699999e-12 456965.22 708 -0.00643499999999649 456956.737292983 708 5000 1.2699272e-12 456956.74 Loop time of 0.0166552 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:23 2021 Pair time (%) = 0.000775099 (4.65379) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.221882) Outpt time (%) = 0.0157449 (94.5345) Other time (%) = 9.82285e-05 (0.589776) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:23 2021 Memory usage per processor = 27.513 Mbytes Step Atoms AVEKE stressZZ 708 5000 1.2699272e-12 456956.28 709 -0.00643499999999649 456947.803493553 709 5000 1.2698544e-12 456947.8 Loop time of 0.016659 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:23 2021 Pair time (%) = 0.000771046 (4.6284) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.216106) Outpt time (%) = 0.0157568 (94.5845) Other time (%) = 9.5129e-05 (0.571036) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:23 2021 Memory usage per processor = 27.513 Mbytes Step Atoms AVEKE stressZZ 709 5000 1.2698544e-12 456947.35 710 -0.00643499999999649 456938.870031153 710 5000 1.2697817e-12 456938.87 Loop time of 0.017771 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:23 2021 Pair time (%) = 0.000770092 (4.33342) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.20795) Outpt time (%) = 0.0168641 (94.8965) Other time (%) = 9.98974e-05 (0.562137) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:23 2021 Memory usage per processor = 27.513 Mbytes Step Atoms AVEKE stressZZ 710 5000 1.2697817e-12 456938.42 711 -0.00643499999999649 456929.936905781 711 5000 1.2697089e-12 456929.94 Loop time of 0.016896 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:23 2021 Pair time (%) = 0.000980139 (5.80101) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.28363) Outpt time (%) = 0.0157211 (93.0461) Other time (%) = 0.000146866 (0.869234) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:23 2021 Memory usage per processor = 27.513 Mbytes Step Atoms AVEKE stressZZ 711 5000 1.2697089e-12 456929.48 712 -0.00643499999999649 456921.004117402 712 5000 1.2696362e-12 456921 Loop time of 0.0166669 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:23 2021 Pair time (%) = 0.000770092 (4.62049) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.223157) Outpt time (%) = 0.015764 (94.5827) Other time (%) = 9.56059e-05 (0.573627) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:23 2021 Memory usage per processor = 27.513 Mbytes Step Atoms AVEKE stressZZ 712 5000 1.2696362e-12 456920.55 713 -0.00643499999999649 456912.071665995 713 5000 1.2695635e-12 456912.07 Loop time of 0.0164649 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:23 2021 Pair time (%) = 0.000772953 (4.69454) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.218654) Outpt time (%) = 0.0155568 (94.4844) Other time (%) = 9.91821e-05 (0.602383) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:23 2021 Memory usage per processor = 27.513 Mbytes Step Atoms AVEKE stressZZ 713 5000 1.2695635e-12 456911.62 714 -0.00643499999999649 456903.139551509 714 5000 1.2694907e-12 456903.14 Loop time of 0.01649 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:23 2021 Pair time (%) = 0.000791073 (4.79729) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.231334) Outpt time (%) = 0.0155511 (94.3063) Other time (%) = 0.000109673 (0.665086) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:23 2021 Memory usage per processor = 27.513 Mbytes Step Atoms AVEKE stressZZ 714 5000 1.2694907e-12 456902.69 715 -0.00643499999999649 456894.20777395 715 5000 1.269418e-12 456894.21 Loop time of 0.016362 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:23 2021 Pair time (%) = 0.000774145 (4.73137) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.22003) Outpt time (%) = 0.0154569 (94.4686) Other time (%) = 9.48906e-05 (0.579947) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:23 2021 Memory usage per processor = 27.513 Mbytes Step Atoms AVEKE stressZZ 715 5000 1.269418e-12 456893.76 716 -0.00643499999999649 456885.276333284 716 5000 1.2693453e-12 456885.28 Loop time of 0.0163221 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:23 2021 Pair time (%) = 0.000773907 (4.74145) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.22641) Outpt time (%) = 0.015419 (94.4668) Other time (%) = 9.2268e-05 (0.565294) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:23 2021 Memory usage per processor = 27.513 Mbytes Step Atoms AVEKE stressZZ 716 5000 1.2693453e-12 456884.82 717 -0.00643499999999649 456876.345229493 717 5000 1.2692726e-12 456876.35 Loop time of 0.0163329 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:24 2021 Pair time (%) = 0.000773191 (4.73396) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.220422) Outpt time (%) = 0.0154309 (94.4778) Other time (%) = 9.27448e-05 (0.567842) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:24 2021 Memory usage per processor = 27.513 Mbytes Step Atoms AVEKE stressZZ 717 5000 1.2692726e-12 456875.89 718 -0.00643499999999649 456867.414462552 718 5000 1.2691999e-12 456867.41 Loop time of 0.016763 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:24 2021 Pair time (%) = 0.000846148 (5.04772) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.227567) Outpt time (%) = 0.0157719 (94.0875) Other time (%) = 0.000106812 (0.637187) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:24 2021 Memory usage per processor = 27.513 Mbytes Step Atoms AVEKE stressZZ 718 5000 1.2691999e-12 456866.96 719 -0.00643499999999649 456858.484032429 719 5000 1.2691272e-12 456858.48 Loop time of 0.0167608 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:24 2021 Pair time (%) = 0.000794888 (4.74253) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.220484) Outpt time (%) = 0.01582 (94.3869) Other time (%) = 0.000108957 (0.650071) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:24 2021 Memory usage per processor = 27.513 Mbytes Step Atoms AVEKE stressZZ 719 5000 1.2691272e-12 456858.03 720 -0.00643499999999649 456849.553939105 720 5000 1.2690545e-12 456849.55 Loop time of 0.0179362 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:24 2021 Pair time (%) = 0.00077486 (4.32009) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.211352) Outpt time (%) = 0.0170171 (94.8757) Other time (%) = 0.000106335 (0.592849) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:24 2021 Memory usage per processor = 27.513 Mbytes Step Atoms AVEKE stressZZ 720 5000 1.2690545e-12 456849.1 721 -0.00643499999999649 456840.624182551 721 5000 1.2689818e-12 456840.62 Loop time of 0.016814 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:24 2021 Pair time (%) = 0.000857115 (5.09763) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.226876) Outpt time (%) = 0.015784 (93.8743) Other time (%) = 0.000134706 (0.801157) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:24 2021 Memory usage per processor = 27.513 Mbytes Step Atoms AVEKE stressZZ 721 5000 1.2689818e-12 456840.17 722 -0.00643499999999649 456831.694762742 722 5000 1.2689091e-12 456831.69 Loop time of 0.0167398 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:24 2021 Pair time (%) = 0.000780106 (4.66017) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.226457) Outpt time (%) = 0.015816 (94.481) Other time (%) = 0.000105858 (0.632371) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:24 2021 Memory usage per processor = 27.513 Mbytes Step Atoms AVEKE stressZZ 722 5000 1.2689091e-12 456831.24 723 -0.00643499999999649 456822.765679664 723 5000 1.2688365e-12 456822.77 Loop time of 0.016551 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:24 2021 Pair time (%) = 0.000794888 (4.80265) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.223279) Outpt time (%) = 0.0156078 (94.3014) Other time (%) = 0.000111341 (0.672717) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:24 2021 Memory usage per processor = 27.513 Mbytes Step Atoms AVEKE stressZZ 723 5000 1.2688365e-12 456822.31 724 -0.00643499999999649 456813.836933296 724 5000 1.2687638e-12 456813.84 Loop time of 0.016633 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:24 2021 Pair time (%) = 0.000893831 (5.37383) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.246545) Outpt time (%) = 0.0155771 (93.6515) Other time (%) = 0.000121117 (0.728169) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:24 2021 Memory usage per processor = 27.513 Mbytes Step Atoms AVEKE stressZZ 724 5000 1.2687638e-12 456813.38 725 -0.00643499999999649 456804.908523607 725 5000 1.2686911e-12 456804.91 Loop time of 0.016623 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:24 2021 Pair time (%) = 0.000772953 (4.6499) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.216574) Outpt time (%) = 0.015717 (94.5498) Other time (%) = 9.70364e-05 (0.583747) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:24 2021 Memory usage per processor = 27.513 Mbytes Step Atoms AVEKE stressZZ 725 5000 1.2686911e-12 456804.46 726 -0.00643499999999649 456795.980450585 726 5000 1.2686185e-12 456795.98 Loop time of 0.016685 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:24 2021 Pair time (%) = 0.000769854 (4.61404) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.21577) Outpt time (%) = 0.015784 (94.6) Other time (%) = 9.5129e-05 (0.570147) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:24 2021 Memory usage per processor = 27.513 Mbytes Step Atoms AVEKE stressZZ 726 5000 1.2686185e-12 456795.53 727 -0.00643499999999649 456787.052714186 727 5000 1.2685458e-12 456787.05 Loop time of 0.0166001 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:24 2021 Pair time (%) = 0.000779867 (4.69796) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.229799) Outpt time (%) = 0.015672 (94.4087) Other time (%) = 0.000110149 (0.663545) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:24 2021 Memory usage per processor = 27.513 Mbytes Step Atoms AVEKE stressZZ 727 5000 1.2685458e-12 456786.6 728 -0.00643499999999649 456778.1253144 728 5000 1.2684731e-12 456778.13 Loop time of 0.016726 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:24 2021 Pair time (%) = 0.000818968 (4.89637) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.220942) Outpt time (%) = 0.015763 (94.2427) Other time (%) = 0.00010705 (0.640021) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:24 2021 Memory usage per processor = 27.513 Mbytes Step Atoms AVEKE stressZZ 728 5000 1.2684731e-12 456777.67 729 -0.00643499999999649 456769.198251198 729 5000 1.2684005e-12 456769.2 Loop time of 0.016686 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:24 2021 Pair time (%) = 0.000784874 (4.7038) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.228617) Outpt time (%) = 0.015759 (94.4446) Other time (%) = 0.000103951 (0.622982) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:24 2021 Memory usage per processor = 27.513 Mbytes Step Atoms AVEKE stressZZ 729 5000 1.2684005e-12 456768.75 730 -0.00643499999999649 456760.271524553 730 5000 1.2683279e-12 456760.27 Loop time of 0.018018 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:24 2021 Pair time (%) = 0.000773907 (4.29518) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.199807) Outpt time (%) = 0.0171051 (94.9334) Other time (%) = 0.000102997 (0.571633) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:24 2021 Memory usage per processor = 27.513 Mbytes Step Atoms AVEKE stressZZ 730 5000 1.2683279e-12 456759.82 731 -0.00643499999999649 456751.345134443 731 5000 1.2682552e-12 456751.35 Loop time of 0.0165889 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:24 2021 Pair time (%) = 0.000774145 (4.66664) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.21702) Outpt time (%) = 0.0156801 (94.5213) Other time (%) = 9.87053e-05 (0.595007) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:24 2021 Memory usage per processor = 27.513 Mbytes Step Atoms AVEKE stressZZ 731 5000 1.2682552e-12 456750.89 732 -0.00643499999999649 456742.419080861 732 5000 1.2681826e-12 456742.42 Loop time of 0.0166919 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:24 2021 Pair time (%) = 0.000777006 (4.65498) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.21568) Outpt time (%) = 0.0157781 (94.5251) Other time (%) = 0.000100851 (0.604191) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:24 2021 Memory usage per processor = 27.513 Mbytes Step Atoms AVEKE stressZZ 732 5000 1.2681826e-12 456741.97 733 -0.00643499999999649 456733.493363749 733 5000 1.26811e-12 456733.49 Loop time of 0.016469 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:24 2021 Pair time (%) = 0.000771046 (4.6818) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.2186) Outpt time (%) = 0.015563 (94.4988) Other time (%) = 9.89437e-05 (0.600788) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:24 2021 Memory usage per processor = 27.513 Mbytes Step Atoms AVEKE stressZZ 733 5000 1.26811e-12 456733.04 734 -0.00643499999999649 456724.5679831 734 5000 1.2680374e-12 456724.57 Loop time of 0.016479 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:24 2021 Pair time (%) = 0.000799894 (4.85402) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.235829) Outpt time (%) = 0.0155339 (94.2649) Other time (%) = 0.000106335 (0.645273) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:24 2021 Memory usage per processor = 27.513 Mbytes Step Atoms AVEKE stressZZ 734 5000 1.2680374e-12 456724.12 735 -0.00643499999999649 456715.642938904 735 5000 1.2679647e-12 456715.64 Loop time of 0.0167181 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:24 2021 Pair time (%) = 0.000785112 (4.69617) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.215342) Outpt time (%) = 0.0157981 (94.4967) Other time (%) = 9.89437e-05 (0.591834) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:24 2021 Memory usage per processor = 27.513 Mbytes Step Atoms AVEKE stressZZ 735 5000 1.2679647e-12 456715.19 736 -0.00643499999999649 456706.718231131 736 5000 1.2678921e-12 456706.72 Loop time of 0.016686 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:24 2021 Pair time (%) = 0.000769138 (4.60949) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.221473) Outpt time (%) = 0.015784 (94.5946) Other time (%) = 9.58443e-05 (0.574401) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:24 2021 Memory usage per processor = 27.513 Mbytes Step Atoms AVEKE stressZZ 736 5000 1.2678921e-12 456706.27 737 -0.00643499999999649 456697.793859755 737 5000 1.2678195e-12 456697.79 Loop time of 0.016583 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:24 2021 Pair time (%) = 0.000771999 (4.65538) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.222848) Outpt time (%) = 0.0156748 (94.5237) Other time (%) = 9.91821e-05 (0.598096) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:24 2021 Memory usage per processor = 27.513 Mbytes Step Atoms AVEKE stressZZ 737 5000 1.2678195e-12 456697.34 738 -0.00643499999999649 456688.869824759 738 5000 1.2677469e-12 456688.87 Loop time of 0.0167789 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:24 2021 Pair time (%) = 0.000801086 (4.77435) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.220246) Outpt time (%) = 0.015836 (94.3802) Other time (%) = 0.000104904 (0.625213) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:24 2021 Memory usage per processor = 27.513 Mbytes Step Atoms AVEKE stressZZ 738 5000 1.2677469e-12 456688.42 739 -0.00643499999999649 456679.946126093 739 5000 1.2676744e-12 456679.95 Loop time of 0.016793 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:24 2021 Pair time (%) = 0.000776052 (4.62128) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.220061) Outpt time (%) = 0.015882 (94.5751) Other time (%) = 9.799e-05 (0.583517) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:24 2021 Memory usage per processor = 27.513 Mbytes Step Atoms AVEKE stressZZ 739 5000 1.2676744e-12 456679.49 740 -0.00643499999999649 456671.022763764 740 5000 1.2676018e-12 456671.02 Loop time of 0.017808 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:24 2021 Pair time (%) = 0.000771999 (4.33514) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.208858) Outpt time (%) = 0.016902 (94.9124) Other time (%) = 9.67979e-05 (0.543566) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:24 2021 Memory usage per processor = 27.513 Mbytes Step Atoms AVEKE stressZZ 740 5000 1.2676018e-12 456670.57 741 -0.00643499999999649 456662.099737739 741 5000 1.2675292e-12 456662.1 Loop time of 0.0164969 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:24 2021 Pair time (%) = 0.000804901 (4.87911) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.229792) Outpt time (%) = 0.015547 (94.2422) Other time (%) = 0.00010705 (0.64891) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:24 2021 Memory usage per processor = 27.513 Mbytes Step Atoms AVEKE stressZZ 741 5000 1.2675292e-12 456661.65 742 -0.00643499999999649 456653.177047975 742 5000 1.2674566e-12 456653.18 Loop time of 0.016643 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:24 2021 Pair time (%) = 0.000775099 (4.65719) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.222044) Outpt time (%) = 0.0157361 (94.5506) Other time (%) = 9.48906e-05 (0.570152) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:24 2021 Memory usage per processor = 27.513 Mbytes Step Atoms AVEKE stressZZ 742 5000 1.2674566e-12 456652.72 743 -0.00643499999999649 456644.254694468 743 5000 1.267384e-12 456644.25 Loop time of 0.0166469 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:24 2021 Pair time (%) = 0.000770092 (4.62605) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.216264) Outpt time (%) = 0.0157468 (94.5934) Other time (%) = 9.39369e-05 (0.564292) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:24 2021 Memory usage per processor = 27.513 Mbytes Step Atoms AVEKE stressZZ 743 5000 1.267384e-12 456643.8 744 -0.00643499999999649 456635.332677212 744 5000 1.2673115e-12 456635.33 Loop time of 0.016464 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:24 2021 Pair time (%) = 0.000778913 (4.73101) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.224459) Outpt time (%) = 0.0155439 (94.4117) Other time (%) = 0.000104189 (0.632829) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:24 2021 Memory usage per processor = 27.513 Mbytes Step Atoms AVEKE stressZZ 744 5000 1.2673115e-12 456634.88 745 -0.00643499999999649 456626.410996148 745 5000 1.2672389e-12 456626.41 Loop time of 0.016798 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:24 2021 Pair time (%) = 0.000844955 (5.03009) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.225673) Outpt time (%) = 0.0158 (94.0587) Other time (%) = 0.000115156 (0.685534) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:24 2021 Memory usage per processor = 27.513 Mbytes Step Atoms AVEKE stressZZ 745 5000 1.2672389e-12 456625.96 746 -0.00643499999999649 456617.489651282 746 5000 1.2671664e-12 456617.49 Loop time of 0.016674 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:24 2021 Pair time (%) = 0.000771046 (4.62423) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.215912) Outpt time (%) = 0.015769 (94.5722) Other time (%) = 9.799e-05 (0.58768) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:24 2021 Memory usage per processor = 27.513 Mbytes Step Atoms AVEKE stressZZ 746 5000 1.2671664e-12 456617.04 747 -0.00643499999999649 456608.568642577 747 5000 1.2670938e-12 456608.57 Loop time of 0.016396 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:24 2021 Pair time (%) = 0.000774145 (4.72154) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.219572) Outpt time (%) = 0.015487 (94.4554) Other time (%) = 9.89437e-05 (0.603461) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:24 2021 Memory usage per processor = 27.513 Mbytes Step Atoms AVEKE stressZZ 747 5000 1.2670938e-12 456608.12 748 -0.00643499999999649 456597.93069104 748 5000 2.5034163e-12 456612.87 Loop time of 0.0166659 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:24 2021 Pair time (%) = 0.000905991 (5.43618) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.246059) Outpt time (%) = 0.0155649 (93.3936) Other time (%) = 0.000154018 (0.924151) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:24 2021 Memory usage per processor = 27.513 Mbytes Step Atoms AVEKE stressZZ 748 5000 2.5034163e-12 473882.7 749 -0.00646749999999647 473871.352964347 749 5000 2.0389626e-12 473871.35 Loop time of 0.0166349 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:24 2021 Pair time (%) = 0.000771046 (4.6351) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.216419) Outpt time (%) = 0.015727 (94.5422) Other time (%) = 0.000100851 (0.60626) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:24 2021 Memory usage per processor = 27.513 Mbytes Step Atoms AVEKE stressZZ 749 5000 2.0389626e-12 473870.73 750 -0.00646749999999647 473860.310991603 750 5000 1.7685287e-12 473860.31 Loop time of 0.017873 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:24 2021 Pair time (%) = 0.000775099 (4.33669) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.201427) Outpt time (%) = 0.016963 (94.9083) Other time (%) = 9.89437e-05 (0.553592) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:24 2021 Memory usage per processor = 27.5132 Mbytes Step Atoms AVEKE stressZZ 750 5000 1.7685287e-12 473859.74 751 -0.00646749999999647 473849.905700396 751 5000 1.6066378e-12 473849.91 Loop time of 0.016546 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:24 2021 Pair time (%) = 0.000782967 (4.73206) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.236315) Outpt time (%) = 0.0156181 (94.3919) Other time (%) = 0.000105858 (0.639779) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:24 2021 Memory usage per processor = 27.5132 Mbytes Step Atoms AVEKE stressZZ 751 5000 1.6066378e-12 473849.37 752 -0.00646749999999647 473839.905154211 752 5000 1.5077658e-12 473839.91 Loop time of 0.016712 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:24 2021 Pair time (%) = 0.000800133 (4.78779) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.222555) Outpt time (%) = 0.0157721 (94.3762) Other time (%) = 0.00010252 (0.613453) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:24 2021 Memory usage per processor = 27.5132 Mbytes Step Atoms AVEKE stressZZ 752 5000 1.5077658e-12 473839.39 753 -0.00646749999999647 473830.161955602 753 5000 1.4465354e-12 473830.16 Loop time of 0.0167289 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:24 2021 Pair time (%) = 0.000775814 (4.63757) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.215204) Outpt time (%) = 0.0158179 (94.5543) Other time (%) = 9.91821e-05 (0.59288) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:24 2021 Memory usage per processor = 27.5132 Mbytes Step Atoms AVEKE stressZZ 753 5000 1.4465354e-12 473829.66 754 -0.00646749999999647 473820.582432185 754 5000 1.4082538e-12 473820.58 Loop time of 0.0165551 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:24 2021 Pair time (%) = 0.000779152 (4.70642) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.217463) Outpt time (%) = 0.01564 (94.4727) Other time (%) = 9.98974e-05 (0.603425) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:24 2021 Memory usage per processor = 27.5132 Mbytes Step Atoms AVEKE stressZZ 754 5000 1.4082538e-12 473820.09 755 -0.00646749999999647 473811.10705427 755 5000 1.3841637e-12 473811.11 Loop time of 0.016881 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:24 2021 Pair time (%) = 0.000855207 (5.0661) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.224564) Outpt time (%) = 0.0158479 (93.8803) Other time (%) = 0.000139952 (0.829049) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:24 2021 Memory usage per processor = 27.5132 Mbytes Step Atoms AVEKE stressZZ 755 5000 1.3841637e-12 473810.62 756 -0.00646749999999647 473801.697990139 756 5000 1.3689337e-12 473801.7 Loop time of 0.016721 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:24 2021 Pair time (%) = 0.000773907 (4.62835) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.215305) Outpt time (%) = 0.01582 (94.6117) Other time (%) = 9.10759e-05 (0.544679) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:24 2021 Memory usage per processor = 27.5132 Mbytes Step Atoms AVEKE stressZZ 756 5000 1.3689337e-12 473801.21 757 -0.00646749999999647 473792.331197343 757 5000 1.3592702e-12 473792.33 Loop time of 0.0164549 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:24 2021 Pair time (%) = 0.000777006 (4.72203) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.226031) Outpt time (%) = 0.015543 (94.4579) Other time (%) = 9.77516e-05 (0.594057) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:24 2021 Memory usage per processor = 27.5132 Mbytes Step Atoms AVEKE stressZZ 757 5000 1.3592702e-12 473791.85 758 -0.00646749999999647 473782.991396622 758 5000 1.3531184e-12 473782.99 Loop time of 0.0166371 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:24 2021 Pair time (%) = 0.000871897 (5.24068) Neigh time (%) = 0 (0) Comm time (%) = 4.48227e-05 (0.269414) Outpt time (%) = 0.015583 (93.6645) Other time (%) = 0.000137329 (0.82544) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:24 2021 Memory usage per processor = 27.5132 Mbytes Step Atoms AVEKE stressZZ 758 5000 1.3531184e-12 473782.51 759 -0.00646749999999647 473773.668877875 759 5000 1.3491877e-12 473773.67 Loop time of 0.0166471 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:24 2021 Pair time (%) = 0.00077796 (4.67325) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.216261) Outpt time (%) = 0.0157371 (94.5333) Other time (%) = 9.60827e-05 (0.577174) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:24 2021 Memory usage per processor = 27.5132 Mbytes Step Atoms AVEKE stressZZ 759 5000 1.3491877e-12 473773.19 760 -0.00646749999999647 473764.357470217 760 5000 1.3466645e-12 473764.36 Loop time of 0.018049 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:24 2021 Pair time (%) = 0.000772953 (4.28253) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.204748) Outpt time (%) = 0.0171411 (94.9698) Other time (%) = 9.799e-05 (0.542911) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:24 2021 Memory usage per processor = 27.5132 Mbytes Step Atoms AVEKE stressZZ 760 5000 1.3466645e-12 473763.87 761 -0.00646749999999647 473755.05325199 761 5000 1.3450339e-12 473755.05 Loop time of 0.0164089 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:25 2021 Pair time (%) = 0.00077486 (4.72219) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.225212) Outpt time (%) = 0.015497 (94.4423) Other time (%) = 0.000100136 (0.610252) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:25 2021 Memory usage per processor = 27.5132 Mbytes Step Atoms AVEKE stressZZ 761 5000 1.3450339e-12 473754.57 762 -0.00646749999999647 473745.753730883 762 5000 1.3439699e-12 473745.75 Loop time of 0.0163341 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:25 2021 Pair time (%) = 0.000771046 (4.72048) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.227704) Outpt time (%) = 0.0154331 (94.484) Other time (%) = 9.27448e-05 (0.5678) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:25 2021 Memory usage per processor = 27.5132 Mbytes Step Atoms AVEKE stressZZ 762 5000 1.3439699e-12 473745.27 763 -0.00646749999999647 473736.457323036 763 5000 1.3432658e-12 473736.46 Loop time of 0.0163162 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:25 2021 Pair time (%) = 0.000772953 (4.73734) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.227954) Outpt time (%) = 0.0154169 (94.4882) Other time (%) = 8.91685e-05 (0.546504) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:25 2021 Memory usage per processor = 27.5132 Mbytes Step Atoms AVEKE stressZZ 763 5000 1.3432658e-12 473735.98 764 -0.00646749999999647 473727.16302188 764 5000 1.3427902e-12 473727.16 Loop time of 0.0165939 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:25 2021 Pair time (%) = 0.000773907 (4.66379) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.222701) Outpt time (%) = 0.015691 (94.5589) Other time (%) = 9.20296e-05 (0.554598) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:25 2021 Memory usage per processor = 27.5132 Mbytes Step Atoms AVEKE stressZZ 764 5000 1.3427902e-12 473726.68 765 -0.00646749999999647 473717.870187701 765 5000 1.3424598e-12 473717.87 Loop time of 0.0165319 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:25 2021 Pair time (%) = 0.000773907 (4.68128) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.223536) Outpt time (%) = 0.0156271 (94.527) Other time (%) = 9.39369e-05 (0.568215) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:25 2021 Memory usage per processor = 27.5132 Mbytes Step Atoms AVEKE stressZZ 765 5000 1.3424598e-12 473717.39 766 -0.00646749999999647 473708.578413956 766 5000 1.3422216e-12 473708.58 Loop time of 0.016629 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:25 2021 Pair time (%) = 0.000850916 (5.11707) Neigh time (%) = 0 (0) Comm time (%) = 3.98159e-05 (0.239437) Outpt time (%) = 0.015619 (93.9266) Other time (%) = 0.000119209 (0.716877) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:25 2021 Memory usage per processor = 27.5132 Mbytes Step Atoms AVEKE stressZZ 766 5000 1.3422216e-12 473708.1 767 -0.00646749999999647 473699.287442263 767 5000 1.3420421e-12 473699.29 Loop time of 0.0167129 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:25 2021 Pair time (%) = 0.000808954 (4.8403) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.226822) Outpt time (%) = 0.015763 (94.3166) Other time (%) = 0.000102997 (0.616271) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:25 2021 Memory usage per processor = 27.5132 Mbytes Step Atoms AVEKE stressZZ 767 5000 1.3420421e-12 473698.81 768 -0.00646749999999647 473689.997108432 768 5000 1.3418998e-12 473690 Loop time of 0.0165551 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:25 2021 Pair time (%) = 0.000778198 (4.70066) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.217463) Outpt time (%) = 0.0156429 (94.49) Other time (%) = 9.799e-05 (0.591903) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:25 2021 Memory usage per processor = 27.5132 Mbytes Step Atoms AVEKE stressZZ 768 5000 1.3418998e-12 473689.52 769 -0.00646749999999647 473680.707308073 769 5000 1.3417812e-12 473680.71 Loop time of 0.01653 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:25 2021 Pair time (%) = 0.000787973 (4.76692) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.230774) Outpt time (%) = 0.015599 (94.3677) Other time (%) = 0.000104904 (0.634628) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:25 2021 Memory usage per processor = 27.5132 Mbytes Step Atoms AVEKE stressZZ 769 5000 1.3417812e-12 473680.23 770 -0.00646749999999647 473671.417974881 770 5000 1.3416777e-12 473671.42 Loop time of 0.0180619 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:25 2021 Pair time (%) = 0.000786066 (4.35207) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.204602) Outpt time (%) = 0.0171409 (94.9008) Other time (%) = 9.799e-05 (0.542524) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:25 2021 Memory usage per processor = 27.5132 Mbytes Step Atoms AVEKE stressZZ 770 5000 1.3416777e-12 473670.94 771 -0.00646749999999647 473662.12906665 771 5000 1.3415837e-12 473662.13 Loop time of 0.0166829 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:25 2021 Pair time (%) = 0.000780106 (4.67609) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.222943) Outpt time (%) = 0.0157678 (94.515) Other time (%) = 9.77516e-05 (0.58594) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:25 2021 Memory usage per processor = 27.5132 Mbytes Step Atoms AVEKE stressZZ 771 5000 1.3415837e-12 473661.65 772 -0.00646749999999647 473652.840556605 772 5000 1.3414958e-12 473652.84 Loop time of 0.016422 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:25 2021 Pair time (%) = 0.000771999 (4.701) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.225032) Outpt time (%) = 0.0155141 (94.4715) Other time (%) = 9.89437e-05 (0.602506) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:25 2021 Memory usage per processor = 27.5132 Mbytes Step Atoms AVEKE stressZZ 772 5000 1.3414958e-12 473652.36 773 -0.00646749999999647 473643.552427674 773 5000 1.3414117e-12 473643.55 Loop time of 0.0168848 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:25 2021 Pair time (%) = 0.000830889 (4.92093) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.224513) Outpt time (%) = 0.0158808 (94.0539) Other time (%) = 0.000135183 (0.800621) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:25 2021 Memory usage per processor = 27.5132 Mbytes Step Atoms AVEKE stressZZ 773 5000 1.3414117e-12 473643.07 774 -0.00646749999999647 473634.264669054 774 5000 1.3413302e-12 473634.26 Loop time of 0.016643 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:25 2021 Pair time (%) = 0.000772953 (4.6443) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.216314) Outpt time (%) = 0.0157361 (94.5506) Other time (%) = 9.799e-05 (0.588775) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:25 2021 Memory usage per processor = 27.5132 Mbytes Step Atoms AVEKE stressZZ 774 5000 1.3413302e-12 473633.78 775 -0.00646749999999647 473624.977273809 775 5000 1.3412502e-12 473624.98 Loop time of 0.0166829 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:25 2021 Pair time (%) = 0.000771046 (4.62178) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.221514) Outpt time (%) = 0.0157769 (94.5693) Other time (%) = 9.799e-05 (0.587369) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:25 2021 Memory usage per processor = 27.5132 Mbytes Step Atoms AVEKE stressZZ 775 5000 1.3412502e-12 473624.5 776 -0.00646749999999647 473615.690237578 776 5000 1.3411711e-12 473615.69 Loop time of 0.0166638 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:25 2021 Pair time (%) = 0.000772953 (4.63852) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.221768) Outpt time (%) = 0.0157549 (94.5459) Other time (%) = 9.89437e-05 (0.593765) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:25 2021 Memory usage per processor = 27.5132 Mbytes Step Atoms AVEKE stressZZ 776 5000 1.3411711e-12 473615.21 777 -0.00646749999999647 473606.403557535 777 5000 1.3410928e-12 473606.4 Loop time of 0.0167499 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:25 2021 Pair time (%) = 0.000806093 (4.81254) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.226322) Outpt time (%) = 0.0158019 (94.3405) Other time (%) = 0.000103951 (0.620605) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:25 2021 Memory usage per processor = 27.5132 Mbytes Step Atoms AVEKE stressZZ 777 5000 1.3410928e-12 473605.92 778 -0.00646749999999647 473597.117231892 778 5000 1.3410148e-12 473597.12 Loop time of 0.016556 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:25 2021 Pair time (%) = 0.000774145 (4.67591) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.217451) Outpt time (%) = 0.015646 (94.5032) Other time (%) = 9.98974e-05 (0.60339) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:25 2021 Memory usage per processor = 27.5132 Mbytes Step Atoms AVEKE stressZZ 778 5000 1.3410148e-12 473596.64 779 -0.00646749999999647 473587.831259523 779 5000 1.3409371e-12 473587.83 Loop time of 0.01651 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:25 2021 Pair time (%) = 0.000784874 (4.75393) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.231054) Outpt time (%) = 0.0155821 (94.3796) Other time (%) = 0.000104904 (0.635397) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:25 2021 Memory usage per processor = 27.5132 Mbytes Step Atoms AVEKE stressZZ 779 5000 1.3409371e-12 473587.35 780 -0.00646749999999647 473578.545639672 780 5000 1.3408595e-12 473578.55 Loop time of 0.0180769 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:25 2021 Pair time (%) = 0.000784874 (4.34186) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.20575) Outpt time (%) = 0.017158 (94.9169) Other time (%) = 9.67979e-05 (0.535479) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:25 2021 Memory usage per processor = 27.5132 Mbytes Step Atoms AVEKE stressZZ 780 5000 1.3408595e-12 473578.06 781 -0.00646749999999647 473569.260371864 781 5000 1.3407821e-12 473569.26 Loop time of 0.0166881 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:25 2021 Pair time (%) = 0.000771999 (4.62604) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.21573) Outpt time (%) = 0.0157812 (94.5653) Other time (%) = 9.89437e-05 (0.592899) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:25 2021 Memory usage per processor = 27.5132 Mbytes Step Atoms AVEKE stressZZ 781 5000 1.3407821e-12 473568.78 782 -0.00646749999999647 473559.975455781 782 5000 1.3407047e-12 473559.98 Loop time of 0.0164239 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:25 2021 Pair time (%) = 0.000772953 (4.70626) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.225006) Outpt time (%) = 0.0155149 (94.4648) Other time (%) = 9.91821e-05 (0.603888) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:25 2021 Memory usage per processor = 27.5132 Mbytes Step Atoms AVEKE stressZZ 782 5000 1.3407047e-12 473559.49 783 -0.00646749999999647 473550.690891237 783 5000 1.3406274e-12 473550.69 Loop time of 0.016865 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:25 2021 Pair time (%) = 0.000814915 (4.83198) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.22619) Outpt time (%) = 0.0158889 (94.2124) Other time (%) = 0.000123024 (0.729463) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:25 2021 Memory usage per processor = 27.5132 Mbytes Step Atoms AVEKE stressZZ 783 5000 1.3406274e-12 473550.21 784 -0.00646749999999647 473541.406678077 784 5000 1.3405501e-12 473541.41 Loop time of 0.0166502 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:25 2021 Pair time (%) = 0.000776052 (4.66092) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.216221) Outpt time (%) = 0.0157399 (94.5329) Other time (%) = 9.82285e-05 (0.589954) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:25 2021 Memory usage per processor = 27.5132 Mbytes Step Atoms AVEKE stressZZ 784 5000 1.3405501e-12 473540.93 785 -0.00646749999999647 473532.122816182 785 5000 1.3404728e-12 473532.12 Loop time of 0.0165679 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:25 2021 Pair time (%) = 0.000776052 (4.68406) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.241758) Outpt time (%) = 0.015651 (94.4655) Other time (%) = 0.000100851 (0.608712) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:25 2021 Memory usage per processor = 27.5132 Mbytes Step Atoms AVEKE stressZZ 785 5000 1.3404728e-12 473531.64 786 -0.00646749999999647 473522.83930551 786 5000 1.3403956e-12 473522.84 Loop time of 0.016526 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:25 2021 Pair time (%) = 0.000799894 (4.84022) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.235158) Outpt time (%) = 0.0155759 (94.2509) Other time (%) = 0.000111341 (0.673736) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:25 2021 Memory usage per processor = 27.5132 Mbytes Step Atoms AVEKE stressZZ 786 5000 1.3403956e-12 473522.36 787 -0.00646749999999647 473513.556145993 787 5000 1.3403183e-12 473513.56 Loop time of 0.0167072 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:25 2021 Pair time (%) = 0.000797987 (4.77631) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.215483) Outpt time (%) = 0.0157762 (94.4274) Other time (%) = 9.70364e-05 (0.580806) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:25 2021 Memory usage per processor = 27.5132 Mbytes Step Atoms AVEKE stressZZ 787 5000 1.3403183e-12 473513.07 788 -0.00646749999999647 473504.273337585 788 5000 1.3402411e-12 473504.27 Loop time of 0.016748 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:25 2021 Pair time (%) = 0.000775099 (4.62802) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.220653) Outpt time (%) = 0.0158391 (94.5734) Other time (%) = 9.67979e-05 (0.577969) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:25 2021 Memory usage per processor = 27.5132 Mbytes Step Atoms AVEKE stressZZ 788 5000 1.3402411e-12 473503.79 789 -0.00646749999999647 473494.990880249 789 5000 1.3401639e-12 473494.99 Loop time of 0.016499 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:25 2021 Pair time (%) = 0.00077796 (4.71518) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.229762) Outpt time (%) = 0.0155771 (94.412) Other time (%) = 0.000106096 (0.643045) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:25 2021 Memory usage per processor = 27.5132 Mbytes Step Atoms AVEKE stressZZ 789 5000 1.3401639e-12 473494.51 790 -0.00646749999999647 473485.708773954 790 5000 1.3400867e-12 473485.71 Loop time of 0.018182 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:25 2021 Pair time (%) = 0.000808001 (4.44395) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.209806) Outpt time (%) = 0.0172272 (94.7483) Other time (%) = 0.000108719 (0.597947) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:25 2021 Memory usage per processor = 27.5132 Mbytes Step Atoms AVEKE stressZZ 790 5000 1.3400867e-12 473485.23 791 -0.00646749999999647 473476.427018681 791 5000 1.3400095e-12 473476.43 Loop time of 0.0167749 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:25 2021 Pair time (%) = 0.000822783 (4.90485) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.225984) Outpt time (%) = 0.015806 (94.2239) Other time (%) = 0.000108242 (0.645262) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:25 2021 Memory usage per processor = 27.5132 Mbytes Step Atoms AVEKE stressZZ 791 5000 1.3400095e-12 473475.95 792 -0.00646749999999647 473467.145614395 792 5000 1.3399323e-12 473467.15 Loop time of 0.016592 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:25 2021 Pair time (%) = 0.000776052 (4.67726) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.222727) Outpt time (%) = 0.0156801 (94.5037) Other time (%) = 9.89437e-05 (0.596333) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:25 2021 Memory usage per processor = 27.5132 Mbytes Step Atoms AVEKE stressZZ 792 5000 1.3399323e-12 473466.66 793 -0.00646749999999647 473457.864561079 793 5000 1.3398551e-12 473457.86 Loop time of 0.0165231 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:25 2021 Pair time (%) = 0.000797987 (4.82952) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.235199) Outpt time (%) = 0.015579 (94.286) Other time (%) = 0.000107288 (0.649323) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:25 2021 Memory usage per processor = 27.5132 Mbytes Step Atoms AVEKE stressZZ 793 5000 1.3398551e-12 473457.38 794 -0.00646749999999647 473448.583858668 794 5000 1.3397779e-12 473448.58 Loop time of 0.0166821 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:25 2021 Pair time (%) = 0.000797987 (4.78348) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.221524) Outpt time (%) = 0.0157411 (94.359) Other time (%) = 0.000106096 (0.635987) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:25 2021 Memory usage per processor = 27.5132 Mbytes Step Atoms AVEKE stressZZ 794 5000 1.3397779e-12 473448.1 795 -0.00646749999999647 473439.303507181 795 5000 1.3397007e-12 473439.3 Loop time of 0.0174751 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:25 2021 Pair time (%) = 0.000777006 (4.44635) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.206014) Outpt time (%) = 0.016567 (94.8033) Other time (%) = 9.5129e-05 (0.544368) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:25 2021 Memory usage per processor = 27.5132 Mbytes Step Atoms AVEKE stressZZ 795 5000 1.3397007e-12 473438.82 796 -0.00646749999999647 473430.023506573 796 5000 1.3396235e-12 473430.02 Loop time of 0.0164731 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:25 2021 Pair time (%) = 0.000781059 (4.74144) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.224335) Outpt time (%) = 0.015552 (94.409) Other time (%) = 0.000102997 (0.625244) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:25 2021 Memory usage per processor = 27.5132 Mbytes Step Atoms AVEKE stressZZ 796 5000 1.3396235e-12 473429.54 797 -0.00646749999999647 473420.743856819 797 5000 1.3395464e-12 473420.74 Loop time of 0.0168278 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:25 2021 Pair time (%) = 0.0008111 (4.81999) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.219606) Outpt time (%) = 0.0158758 (94.3427) Other time (%) = 0.000103951 (0.61773) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:25 2021 Memory usage per processor = 27.5132 Mbytes Step Atoms AVEKE stressZZ 797 5000 1.3395464e-12 473420.26 798 -0.00646749999999647 473411.464557879 798 5000 1.3394692e-12 473411.46 Loop time of 0.0166402 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:25 2021 Pair time (%) = 0.000773191 (4.64653) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.222082) Outpt time (%) = 0.015733 (94.5482) Other time (%) = 9.70364e-05 (0.583145) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:25 2021 Memory usage per processor = 27.5132 Mbytes Step Atoms AVEKE stressZZ 798 5000 1.3394692e-12 473410.98 799 -0.00646749999999647 473402.185609756 799 5000 1.3393921e-12 473402.19 Loop time of 0.0165489 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:25 2021 Pair time (%) = 0.000771046 (4.6592) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.224748) Outpt time (%) = 0.0156429 (94.5254) Other time (%) = 9.77516e-05 (0.590684) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:25 2021 Memory usage per processor = 27.5132 Mbytes Step Atoms AVEKE stressZZ 799 5000 1.3393921e-12 473401.7 800 -0.00646749999999647 473392.907012422 800 5000 1.3393149e-12 473392.91 Loop time of 0.0180869 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:25 2021 Pair time (%) = 0.000886917 (4.90364) Neigh time (%) = 0 (0) Comm time (%) = 4.19617e-05 (0.232) Outpt time (%) = 0.0170381 (94.2013) Other time (%) = 0.000119925 (0.663046) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:25 2021 Memory usage per processor = 27.5132 Mbytes Step Atoms AVEKE stressZZ 800 5000 1.3393149e-12 473392.43 801 -0.00646749999999647 473383.628765845 801 5000 1.3392378e-12 473383.63 Loop time of 0.0167611 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:25 2021 Pair time (%) = 0.00079298 (4.73108) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.220481) Outpt time (%) = 0.0158319 (94.4567) Other time (%) = 9.91821e-05 (0.591741) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:25 2021 Memory usage per processor = 27.5132 Mbytes Step Atoms AVEKE stressZZ 801 5000 1.3392378e-12 473383.15 802 -0.00646749999999647 473374.350870015 802 5000 1.3391606e-12 473374.35 Loop time of 0.0168049 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:25 2021 Pair time (%) = 0.000775099 (4.61233) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.219905) Outpt time (%) = 0.0158961 (94.5918) Other time (%) = 9.67979e-05 (0.576009) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:25 2021 Memory usage per processor = 27.5132 Mbytes Step Atoms AVEKE stressZZ 802 5000 1.3391606e-12 473373.87 803 -0.00646749999999647 473365.073324888 803 5000 1.3390835e-12 473365.07 Loop time of 0.016506 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:25 2021 Pair time (%) = 0.000775099 (4.69587) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.225333) Outpt time (%) = 0.0155849 (94.4201) Other time (%) = 0.000108719 (0.658664) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:25 2021 Memory usage per processor = 27.5132 Mbytes Step Atoms AVEKE stressZZ 803 5000 1.3390835e-12 473364.59 804 -0.00646749999999647 473355.796130434 804 5000 1.3390064e-12 473355.8 Loop time of 0.016799 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:25 2021 Pair time (%) = 0.000814199 (4.84672) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.22566) Outpt time (%) = 0.015842 (94.3032) Other time (%) = 0.000104904 (0.624468) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:25 2021 Memory usage per processor = 27.5132 Mbytes Step Atoms AVEKE stressZZ 804 5000 1.3390064e-12 473355.31 805 -0.00646749999999647 473346.519286637 805 5000 1.3389292e-12 473346.52 Loop time of 0.016675 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:25 2021 Pair time (%) = 0.000771046 (4.62396) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.215899) Outpt time (%) = 0.0157688 (94.5653) Other time (%) = 9.91821e-05 (0.594796) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:25 2021 Memory usage per processor = 27.5132 Mbytes Step Atoms AVEKE stressZZ 805 5000 1.3389292e-12 473346.04 806 -0.00646749999999647 473337.242793481 806 5000 1.3388521e-12 473337.24 Loop time of 0.0164719 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:26 2021 Pair time (%) = 0.000772953 (4.69257) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.225799) Outpt time (%) = 0.015564 (94.4882) Other time (%) = 9.77516e-05 (0.593446) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:26 2021 Memory usage per processor = 27.5132 Mbytes Step Atoms AVEKE stressZZ 806 5000 1.3388521e-12 473336.76 807 -0.00646749999999647 473327.966650949 807 5000 1.338775e-12 473327.97 Loop time of 0.0163901 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:26 2021 Pair time (%) = 0.000771999 (4.71016) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.225471) Outpt time (%) = 0.015487 (94.4898) Other time (%) = 9.41753e-05 (0.574587) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:26 2021 Memory usage per processor = 27.5132 Mbytes Step Atoms AVEKE stressZZ 807 5000 1.338775e-12 473327.49 808 -0.00646749999999647 473318.690858997 808 5000 1.3386979e-12 473318.69 Loop time of 0.016377 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:26 2021 Pair time (%) = 0.000776052 (4.73868) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.219828) Outpt time (%) = 0.015471 (94.4679) Other time (%) = 9.39369e-05 (0.573591) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:26 2021 Memory usage per processor = 27.5132 Mbytes Step Atoms AVEKE stressZZ 808 5000 1.3386979e-12 473318.21 809 -0.00646749999999647 473309.415417607 809 5000 1.3386208e-12 473309.42 Loop time of 0.016341 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:26 2021 Pair time (%) = 0.000770807 (4.71702) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.226149) Outpt time (%) = 0.01544 (94.4864) Other time (%) = 9.32217e-05 (0.570478) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:26 2021 Memory usage per processor = 27.5132 Mbytes Step Atoms AVEKE stressZZ 809 5000 1.3386208e-12 473308.93 810 -0.00646749999999647 473300.140326752 810 5000 1.3385437e-12 473300.14 Loop time of 0.018229 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:26 2021 Pair time (%) = 0.000812054 (4.45473) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.214497) Outpt time (%) = 0.0172641 (94.7069) Other time (%) = 0.000113726 (0.623872) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:26 2021 Memory usage per processor = 27.5132 Mbytes Step Atoms AVEKE stressZZ 810 5000 1.3385437e-12 473299.66 811 -0.00646749999999647 473290.865586419 811 5000 1.3384666e-12 473290.87 Loop time of 0.0166428 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:26 2021 Pair time (%) = 0.000777006 (4.66872) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.22348) Outpt time (%) = 0.0157299 (94.5147) Other time (%) = 9.87053e-05 (0.593081) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:26 2021 Memory usage per processor = 27.5132 Mbytes Step Atoms AVEKE stressZZ 811 5000 1.3384666e-12 473290.38 812 -0.00646749999999647 473281.591196557 812 5000 1.3383895e-12 473281.59 Loop time of 0.01651 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:26 2021 Pair time (%) = 0.000771999 (4.67595) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.218057) Outpt time (%) = 0.0156019 (94.4995) Other time (%) = 0.000100136 (0.606516) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:26 2021 Memory usage per processor = 27.5132 Mbytes Step Atoms AVEKE stressZZ 812 5000 1.3383895e-12 473281.11 813 -0.00646749999999647 473272.317157168 813 5000 1.3383125e-12 473272.32 Loop time of 0.0165451 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:26 2021 Pair time (%) = 0.00080514 (4.86634) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.234887) Outpt time (%) = 0.0155911 (94.2345) Other time (%) = 0.000109911 (0.664313) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:26 2021 Memory usage per processor = 27.5132 Mbytes Step Atoms AVEKE stressZZ 813 5000 1.3383125e-12 473271.84 814 -0.00646749999999647 473263.043468229 814 5000 1.3382354e-12 473263.04 Loop time of 0.016655 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:26 2021 Pair time (%) = 0.000771999 (4.63525) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.221885) Outpt time (%) = 0.0157509 (94.5717) Other time (%) = 9.5129e-05 (0.571175) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:26 2021 Memory usage per processor = 27.5132 Mbytes Step Atoms AVEKE stressZZ 814 5000 1.3382354e-12 473262.56 815 -0.00646749999999647 473253.770129705 815 5000 1.3381583e-12 473253.77 Loop time of 0.016907 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:26 2021 Pair time (%) = 0.000773191 (4.57321) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.218578) Outpt time (%) = 0.016 (94.6357) Other time (%) = 9.67979e-05 (0.572533) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:26 2021 Memory usage per processor = 27.5132 Mbytes Step Atoms AVEKE stressZZ 815 5000 1.3381583e-12 473253.29 816 -0.00646749999999647 473244.497141573 816 5000 1.3380813e-12 473244.5 Loop time of 0.0162139 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:26 2021 Pair time (%) = 0.000760078 (4.68782) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.229392) Outpt time (%) = 0.0153141 (94.4505) Other time (%) = 0.00010252 (0.632297) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:26 2021 Memory usage per processor = 27.5132 Mbytes Step Atoms AVEKE stressZZ 816 5000 1.3380813e-12 473244.02 817 -0.00646749999999647 473235.224503806 817 5000 1.3380042e-12 473235.22 Loop time of 0.01665 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:26 2021 Pair time (%) = 0.000764847 (4.59369) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.216224) Outpt time (%) = 0.0157499 (94.5944) Other time (%) = 9.91821e-05 (0.59569) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:26 2021 Memory usage per processor = 27.5132 Mbytes Step Atoms AVEKE stressZZ 817 5000 1.3380042e-12 473234.74 818 -0.00646749999999647 473225.952216378 818 5000 1.3379272e-12 473225.95 Loop time of 0.016479 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:26 2021 Pair time (%) = 0.000740051 (4.49087) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.21268) Outpt time (%) = 0.01561 (94.7264) Other time (%) = 9.39369e-05 (0.57004) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:26 2021 Memory usage per processor = 27.5132 Mbytes Step Atoms AVEKE stressZZ 818 5000 1.3379272e-12 473225.47 819 -0.00646749999999647 473216.680279272 819 5000 1.3378501e-12 473216.68 Loop time of 0.01615 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:26 2021 Pair time (%) = 0.000742912 (4.60008) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.222918) Outpt time (%) = 0.0152419 (94.3769) Other time (%) = 0.000129223 (0.800142) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:26 2021 Memory usage per processor = 27.5132 Mbytes Step Atoms AVEKE stressZZ 819 5000 1.3378501e-12 473216.2 820 -0.00646749999999647 473207.408692481 820 5000 1.3377731e-12 473207.41 Loop time of 0.0185771 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:26 2021 Pair time (%) = 0.000854015 (4.59714) Neigh time (%) = 0 (0) Comm time (%) = 8.10623e-05 (0.436356) Outpt time (%) = 0.0175412 (94.4236) Other time (%) = 0.000100851 (0.542878) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:26 2021 Memory usage per processor = 27.5132 Mbytes Step Atoms AVEKE stressZZ 820 5000 1.3377731e-12 473206.93 821 -0.00646749999999647 473198.13745595 821 5000 1.337696e-12 473198.14 Loop time of 0.0165119 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:26 2021 Pair time (%) = 0.000744104 (4.50647) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.223807) Outpt time (%) = 0.0155981 (94.4655) Other time (%) = 0.000132799 (0.804262) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:26 2021 Memory usage per processor = 27.5132 Mbytes Step Atoms AVEKE stressZZ 821 5000 1.337696e-12 473197.66 822 -0.00646749999999647 473188.866569691 822 5000 1.337619e-12 473188.87 Loop time of 0.016474 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:26 2021 Pair time (%) = 0.00080514 (4.88733) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.224322) Outpt time (%) = 0.0154772 (93.9491) Other time (%) = 0.000154734 (0.939259) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:26 2021 Memory usage per processor = 27.5132 Mbytes Step Atoms AVEKE stressZZ 822 5000 1.337619e-12 473188.39 823 -0.00646749999999647 473179.596033641 823 5000 1.337542e-12 473179.6 Loop time of 0.016434 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:26 2021 Pair time (%) = 0.00089407 (5.44038) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.237926) Outpt time (%) = 0.0153642 (93.4904) Other time (%) = 0.000136614 (0.83129) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:26 2021 Memory usage per processor = 27.5132 Mbytes Step Atoms AVEKE stressZZ 823 5000 1.337542e-12 473179.11 824 -0.00646749999999647 473170.325847787 824 5000 1.337465e-12 473170.33 Loop time of 0.0167089 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:26 2021 Pair time (%) = 0.000739098 (4.42339) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209754) Outpt time (%) = 0.015841 (94.8061) Other time (%) = 9.36985e-05 (0.560772) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:26 2021 Memory usage per processor = 27.5132 Mbytes Step Atoms AVEKE stressZZ 824 5000 1.337465e-12 473169.84 825 -0.00646749999999647 473161.056012114 825 5000 1.337388e-12 473161.06 Loop time of 0.016011 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:26 2021 Pair time (%) = 0.00078702 (4.91549) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.217407) Outpt time (%) = 0.0150959 (94.2849) Other time (%) = 9.32217e-05 (0.582235) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:26 2021 Memory usage per processor = 27.5132 Mbytes Step Atoms AVEKE stressZZ 825 5000 1.337388e-12 473160.57 826 -0.00646749999999647 473151.786526589 826 5000 1.337311e-12 473151.79 Loop time of 0.0162351 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:26 2021 Pair time (%) = 0.000752926 (4.63764) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.227623) Outpt time (%) = 0.0153382 (94.4754) Other time (%) = 0.00010705 (0.659373) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:26 2021 Memory usage per processor = 27.5132 Mbytes Step Atoms AVEKE stressZZ 826 5000 1.337311e-12 473151.31 827 -0.00646749999999647 473142.517391193 827 5000 1.337234e-12 473142.52 Loop time of 0.0167191 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:26 2021 Pair time (%) = 0.000808001 (4.8328) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209626) Outpt time (%) = 0.01578 (94.3829) Other time (%) = 9.60827e-05 (0.574688) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:26 2021 Memory usage per processor = 27.5132 Mbytes Step Atoms AVEKE stressZZ 827 5000 1.337234e-12 473142.04 828 -0.00646749999999647 473133.248605912 828 5000 1.337157e-12 473133.25 Loop time of 0.0163159 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:26 2021 Pair time (%) = 0.000741005 (4.5416) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.214806) Outpt time (%) = 0.0154459 (94.6679) Other time (%) = 9.39369e-05 (0.575737) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:26 2021 Memory usage per processor = 27.5132 Mbytes Step Atoms AVEKE stressZZ 828 5000 1.337157e-12 473132.77 829 -0.00646749999999647 473123.980170705 829 5000 1.33708e-12 473123.98 Loop time of 0.0160921 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:26 2021 Pair time (%) = 0.000766993 (4.76628) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.235573) Outpt time (%) = 0.015183 (94.3507) Other time (%) = 0.000104189 (0.647455) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:26 2021 Memory usage per processor = 27.5132 Mbytes Step Atoms AVEKE stressZZ 829 5000 1.33708e-12 473123.5 830 -0.00646749999999647 473114.712085557 830 5000 1.337003e-12 473114.71 Loop time of 0.018023 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:26 2021 Pair time (%) = 0.000759125 (4.21197) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.19446) Outpt time (%) = 0.0171251 (95.0181) Other time (%) = 0.000103712 (0.575442) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:26 2021 Memory usage per processor = 27.5132 Mbytes Step Atoms AVEKE stressZZ 830 5000 1.337003e-12 473114.23 831 -0.00646749999999647 473105.444350443 831 5000 1.336926e-12 473105.44 Loop time of 0.016717 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:26 2021 Pair time (%) = 0.000748873 (4.47972) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209653) Outpt time (%) = 0.0158329 (94.7116) Other time (%) = 0.000100136 (0.599007) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:26 2021 Memory usage per processor = 27.5132 Mbytes Step Atoms AVEKE stressZZ 831 5000 1.336926e-12 473104.96 832 -0.00646749999999647 473096.17696534 832 5000 1.3368491e-12 473096.18 Loop time of 0.0163529 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:26 2021 Pair time (%) = 0.00075388 (4.61007) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.212862) Outpt time (%) = 0.0154641 (94.5647) Other time (%) = 0.000100136 (0.612343) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:26 2021 Memory usage per processor = 27.5132 Mbytes Step Atoms AVEKE stressZZ 832 5000 1.3368491e-12 473095.7 833 -0.00646749999999647 473086.909930231 833 5000 1.3367721e-12 473086.91 Loop time of 0.0161998 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:26 2021 Pair time (%) = 0.00084281 (5.20258) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.239893) Outpt time (%) = 0.0151649 (93.6112) Other time (%) = 0.000153303 (0.946326) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:26 2021 Memory usage per processor = 27.5132 Mbytes Step Atoms AVEKE stressZZ 833 5000 1.3367721e-12 473086.43 834 -0.00646749999999647 473077.64324508 834 5000 1.3366951e-12 473077.64 Loop time of 0.0167191 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:26 2021 Pair time (%) = 0.000735998 (4.40214) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209626) Outpt time (%) = 0.0158551 (94.8321) Other time (%) = 9.29832e-05 (0.55615) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:26 2021 Memory usage per processor = 27.5132 Mbytes Step Atoms AVEKE stressZZ 834 5000 1.3366951e-12 473077.16 835 -0.00646749999999647 473068.376909856 835 5000 1.3366182e-12 473068.38 Loop time of 0.0164092 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:26 2021 Pair time (%) = 0.00102496 (6.24628) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.20632) Outpt time (%) = 0.015209 (92.6858) Other time (%) = 0.000141382 (0.861606) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:26 2021 Memory usage per processor = 27.5132 Mbytes Step Atoms AVEKE stressZZ 835 5000 1.3366182e-12 473067.9 836 -0.00646749999999647 473059.110924574 836 5000 1.3365412e-12 473059.11 Loop time of 0.0160861 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:26 2021 Pair time (%) = 0.000873089 (5.4276) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.237142) Outpt time (%) = 0.0150712 (93.6905) Other time (%) = 0.000103712 (0.644731) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:26 2021 Memory usage per processor = 27.5132 Mbytes Step Atoms AVEKE stressZZ 836 5000 1.3365412e-12 473058.63 837 -0.00646749999999647 473049.845289179 837 5000 1.3364643e-12 473049.85 Loop time of 0.0166049 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:26 2021 Pair time (%) = 0.000848055 (5.10726) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211067) Outpt time (%) = 0.01563 (94.1289) Other time (%) = 9.17912e-05 (0.552796) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:26 2021 Memory usage per processor = 27.5132 Mbytes Step Atoms AVEKE stressZZ 837 5000 1.3364643e-12 473049.36 838 -0.00646749999999647 473040.580003645 838 5000 1.3363874e-12 473040.58 Loop time of 0.0168049 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:26 2021 Pair time (%) = 0.00077796 (4.62935) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208555) Outpt time (%) = 0.015897 (94.5974) Other time (%) = 9.48906e-05 (0.564659) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:26 2021 Memory usage per processor = 27.5132 Mbytes Step Atoms AVEKE stressZZ 838 5000 1.3363874e-12 473040.1 839 -0.00646749999999647 473031.315067961 839 5000 1.3363104e-12 473031.32 Loop time of 0.0159431 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:26 2021 Pair time (%) = 0.000742912 (4.65979) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.21983) Outpt time (%) = 0.0150652 (94.4938) Other time (%) = 9.98974e-05 (0.626589) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:26 2021 Memory usage per processor = 27.5132 Mbytes Step Atoms AVEKE stressZZ 839 5000 1.3363104e-12 473030.83 840 -0.00646749999999647 473022.050482103 840 5000 1.3362335e-12 473022.05 Loop time of 0.0177879 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:26 2021 Pair time (%) = 0.000818014 (4.5987) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.202391) Outpt time (%) = 0.016798 (94.4349) Other time (%) = 0.000135899 (0.763993) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:26 2021 Memory usage per processor = 27.5132 Mbytes Step Atoms AVEKE stressZZ 840 5000 1.3362335e-12 473021.57 841 -0.00646749999999647 473012.786246021 841 5000 1.3361566e-12 473012.79 Loop time of 0.0166068 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:26 2021 Pair time (%) = 0.000741959 (4.4678) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211043) Outpt time (%) = 0.0157371 (94.7627) Other time (%) = 9.27448e-05 (0.558475) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:26 2021 Memory usage per processor = 27.5132 Mbytes Step Atoms AVEKE stressZZ 841 5000 1.3361566e-12 473012.31 842 -0.00646749999999647 473003.522359746 842 5000 1.3360797e-12 473003.52 Loop time of 0.015872 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:26 2021 Pair time (%) = 0.000738859 (4.65511) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.219311) Outpt time (%) = 0.0150039 (94.5307) Other time (%) = 9.44138e-05 (0.594845) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:26 2021 Memory usage per processor = 27.5132 Mbytes Step Atoms AVEKE stressZZ 842 5000 1.3360797e-12 473003.04 843 -0.00646749999999647 472994.258823223 843 5000 1.3360028e-12 472994.26 Loop time of 0.0168421 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:26 2021 Pair time (%) = 0.00102806 (6.1041) Neigh time (%) = 0 (0) Comm time (%) = 4.41074e-05 (0.261888) Outpt time (%) = 0.0155702 (92.4477) Other time (%) = 0.000199795 (1.18628) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:26 2021 Memory usage per processor = 27.5132 Mbytes Step Atoms AVEKE stressZZ 843 5000 1.3360028e-12 472993.78 844 -0.00646749999999647 472984.995636399 844 5000 1.3359259e-12 472985 Loop time of 0.0166771 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:26 2021 Pair time (%) = 0.000738859 (4.43037) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.208723) Outpt time (%) = 0.0158091 (94.7948) Other time (%) = 9.44138e-05 (0.566127) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:26 2021 Memory usage per processor = 27.5132 Mbytes Step Atoms AVEKE stressZZ 844 5000 1.3359259e-12 472984.51 845 -0.00646749999999647 472975.732799283 845 5000 1.335849e-12 472975.73 Loop time of 0.0162981 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:26 2021 Pair time (%) = 0.00078392 (4.8099) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.215041) Outpt time (%) = 0.0153501 (94.1836) Other time (%) = 0.000128984 (0.79141) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:26 2021 Memory usage per processor = 27.5132 Mbytes Step Atoms AVEKE stressZZ 845 5000 1.335849e-12 472975.25 846 -0.00646749999999647 472966.470311854 846 5000 1.3357721e-12 472966.47 Loop time of 0.0164621 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:26 2021 Pair time (%) = 0.000938892 (5.70336) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.218692) Outpt time (%) = 0.0153539 (93.2684) Other time (%) = 0.000133276 (0.809593) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:26 2021 Memory usage per processor = 27.5132 Mbytes Step Atoms AVEKE stressZZ 846 5000 1.3357721e-12 472965.99 847 -0.00646749999999647 472957.208174067 847 5000 1.3356952e-12 472957.21 Loop time of 0.016705 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:26 2021 Pair time (%) = 0.000766039 (4.58568) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.215511) Outpt time (%) = 0.0157881 (94.5109) Other time (%) = 0.000114918 (0.687923) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:26 2021 Memory usage per processor = 27.5132 Mbytes Step Atoms AVEKE stressZZ 847 5000 1.3356952e-12 472956.73 848 -0.00646749999999647 472947.946385927 848 5000 1.3356183e-12 472947.95 Loop time of 0.016649 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:26 2021 Pair time (%) = 0.000766993 (4.60684) Neigh time (%) = 0 (0) Comm time (%) = 6.00815e-05 (0.360871) Outpt time (%) = 0.0157189 (94.4137) Other time (%) = 0.000102997 (0.618636) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:26 2021 Memory usage per processor = 27.5132 Mbytes Step Atoms AVEKE stressZZ 848 5000 1.3356183e-12 472947.47 849 -0.00646749999999647 472936.904444876 849 5000 2.6388004e-12 472952.38 Loop time of 0.0159039 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:26 2021 Pair time (%) = 0.000750065 (4.71622) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.232363) Outpt time (%) = 0.0149701 (94.128) Other time (%) = 0.000146866 (0.923455) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:26 2021 Memory usage per processor = 27.5132 Mbytes Step Atoms AVEKE stressZZ 849 5000 2.6388004e-12 490536.13 850 -0.00649999999999645 490524.367890106 850 5000 2.1486717e-12 490524.37 Loop time of 0.0178909 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:26 2021 Pair time (%) = 0.00079608 (4.44963) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.201226) Outpt time (%) = 0.016958 (94.7854) Other time (%) = 0.000100851 (0.563699) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:26 2021 Memory usage per processor = 27.5134 Mbytes Step Atoms AVEKE stressZZ 850 5000 2.1486717e-12 490523.71 851 -0.00649999999999645 490512.907625266 851 5000 1.8633202e-12 490512.91 Loop time of 0.0167601 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:27 2021 Pair time (%) = 0.000748873 (4.46818) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.214803) Outpt time (%) = 0.0158751 (94.7195) Other time (%) = 0.000100136 (0.597465) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:27 2021 Memory usage per processor = 27.5134 Mbytes Step Atoms AVEKE stressZZ 851 5000 1.8633202e-12 490512.3 852 -0.00649999999999645 490502.109658399 852 5000 1.6925131e-12 490502.11 Loop time of 0.0160348 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:27 2021 Pair time (%) = 0.000741959 (4.62717) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.212624) Outpt time (%) = 0.0151689 (94.5997) Other time (%) = 8.98838e-05 (0.560553) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:27 2021 Memory usage per processor = 27.5134 Mbytes Step Atoms AVEKE stressZZ 852 5000 1.6925131e-12 490501.54 853 -0.00649999999999645 490491.732721405 853 5000 1.5882017e-12 490491.73 Loop time of 0.0158732 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:27 2021 Pair time (%) = 0.000742912 (4.68029) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.220797) Outpt time (%) = 0.0150061 (94.5372) Other time (%) = 8.91685e-05 (0.561756) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:27 2021 Memory usage per processor = 27.5134 Mbytes Step Atoms AVEKE stressZZ 853 5000 1.5882017e-12 490491.18 854 -0.00649999999999645 490481.623486445 854 5000 1.5236051e-12 490481.62 Loop time of 0.015857 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:27 2021 Pair time (%) = 0.000742912 (4.68508) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.221023) Outpt time (%) = 0.0149901 (94.5331) Other time (%) = 8.89301e-05 (0.560826) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:27 2021 Memory usage per processor = 27.5134 Mbytes Step Atoms AVEKE stressZZ 854 5000 1.5236051e-12 490481.09 855 -0.00649999999999645 490471.684512348 855 5000 1.48322e-12 490471.68 Loop time of 0.0159919 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:27 2021 Pair time (%) = 0.000741959 (4.63958) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.217667) Outpt time (%) = 0.01513 (94.6105) Other time (%) = 8.51154e-05 (0.53224) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:27 2021 Memory usage per processor = 27.5134 Mbytes Step Atoms AVEKE stressZZ 855 5000 1.48322e-12 490471.16 856 -0.00649999999999645 490461.853874311 856 5000 1.4578065e-12 490461.85 Loop time of 0.0168321 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:27 2021 Pair time (%) = 0.000844955 (5.0199) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.213884) Outpt time (%) = 0.0157859 (93.7846) Other time (%) = 0.000165224 (0.9816) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:27 2021 Memory usage per processor = 27.5134 Mbytes Step Atoms AVEKE stressZZ 856 5000 1.4578065e-12 490461.33 857 -0.00649999999999645 490452.092218491 857 5000 1.4417398e-12 490452.09 Loop time of 0.016953 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:27 2021 Pair time (%) = 0.000844002 (4.97848) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.241892) Outpt time (%) = 0.0159628 (94.1594) Other time (%) = 0.000105143 (0.620201) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:27 2021 Memory usage per processor = 27.5134 Mbytes Step Atoms AVEKE stressZZ 857 5000 1.4417398e-12 490451.57 858 -0.00649999999999645 490442.374535122 858 5000 1.4315455e-12 490442.37 Loop time of 0.0160179 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:27 2021 Pair time (%) = 0.000751972 (4.69457) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.224756) Outpt time (%) = 0.0151331 (94.4764) Other time (%) = 9.67979e-05 (0.604311) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:27 2021 Memory usage per processor = 27.5134 Mbytes Step Atoms AVEKE stressZZ 858 5000 1.4315455e-12 490441.86 859 -0.00649999999999645 490432.684930211 859 5000 1.4250556e-12 490432.68 Loop time of 0.0165191 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:27 2021 Pair time (%) = 0.000761032 (4.60699) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.212164) Outpt time (%) = 0.0156269 (94.5992) Other time (%) = 9.60827e-05 (0.581647) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:27 2021 Memory usage per processor = 27.5134 Mbytes Step Atoms AVEKE stressZZ 859 5000 1.4250556e-12 490432.17 860 -0.00649999999999645 490423.013302951 860 5000 1.4209089e-12 490423.01 Loop time of 0.0182409 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:27 2021 Pair time (%) = 0.00078392 (4.29759) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.192137) Outpt time (%) = 0.017302 (94.8528) Other time (%) = 0.000119925 (0.657448) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:27 2021 Memory usage per processor = 27.5134 Mbytes Step Atoms AVEKE stressZZ 860 5000 1.4209089e-12 490422.5 861 -0.00649999999999645 490413.35323418 861 5000 1.4182468e-12 490413.35 Loop time of 0.0161459 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:27 2021 Pair time (%) = 0.000739813 (4.58204) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.217067) Outpt time (%) = 0.015275 (94.6058) Other time (%) = 9.60827e-05 (0.595089) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:27 2021 Memory usage per processor = 27.5134 Mbytes Step Atoms AVEKE stressZZ 861 5000 1.4182468e-12 490412.84 862 -0.00649999999999645 490403.700644431 862 5000 1.4165265e-12 490403.7 Loop time of 0.0162389 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:27 2021 Pair time (%) = 0.00087285 (5.37505) Neigh time (%) = 0 (0) Comm time (%) = 5.29289e-05 (0.325939) Outpt time (%) = 0.0151789 (93.4724) Other time (%) = 0.00013423 (0.826592) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:27 2021 Memory usage per processor = 27.5134 Mbytes Step Atoms AVEKE stressZZ 862 5000 1.4165265e-12 490403.19 863 -0.00649999999999645 490394.05294118 863 5000 1.4154038e-12 490394.05 Loop time of 0.0168929 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:27 2021 Pair time (%) = 0.000749826 (4.4387) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.213114) Outpt time (%) = 0.0160091 (94.7681) Other time (%) = 9.799e-05 (0.580066) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:27 2021 Memory usage per processor = 27.5134 Mbytes Step Atoms AVEKE stressZZ 863 5000 1.4154038e-12 490393.54 864 -0.00649999999999645 490384.408476792 864 5000 1.4146607e-12 490384.41 Loop time of 0.0165951 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:27 2021 Pair time (%) = 0.000825882 (4.97665) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.224122) Outpt time (%) = 0.015624 (94.1484) Other time (%) = 0.000108004 (0.650815) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:27 2021 Memory usage per processor = 27.5134 Mbytes Step Atoms AVEKE stressZZ 864 5000 1.4146607e-12 490383.9 865 -0.00649999999999645 490374.766204196 865 5000 1.4141587e-12 490374.77 Loop time of 0.0166152 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:27 2021 Pair time (%) = 0.00080204 (4.82716) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.222417) Outpt time (%) = 0.0156279 (94.0579) Other time (%) = 0.000148296 (0.892537) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:27 2021 Memory usage per processor = 27.5134 Mbytes Step Atoms AVEKE stressZZ 865 5000 1.4141587e-12 490374.25 866 -0.00649999999999645 490365.125457948 866 5000 1.4138099e-12 490365.13 Loop time of 0.016643 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:27 2021 Pair time (%) = 0.000750065 (4.50678) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.210584) Outpt time (%) = 0.0157549 (94.6638) Other time (%) = 0.000102997 (0.618858) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:27 2021 Memory usage per processor = 27.5134 Mbytes Step Atoms AVEKE stressZZ 866 5000 1.4138099e-12 490364.61 867 -0.00649999999999645 490355.485815152 867 5000 1.4135584e-12 490355.49 Loop time of 0.016669 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:27 2021 Pair time (%) = 0.00079298 (4.75721) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.210255) Outpt time (%) = 0.0157459 (94.4618) Other time (%) = 9.5129e-05 (0.570693) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:27 2021 Memory usage per processor = 27.5134 Mbytes Step Atoms AVEKE stressZZ 867 5000 1.4135584e-12 490354.97 868 -0.00649999999999645 490345.847007051 868 5000 1.4133687e-12 490345.85 Loop time of 0.0159001 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:27 2021 Pair time (%) = 0.000741005 (4.66037) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.220423) Outpt time (%) = 0.015012 (94.4145) Other time (%) = 0.000112057 (0.704753) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:27 2021 Memory usage per processor = 27.5134 Mbytes Step Atoms AVEKE stressZZ 868 5000 1.4133687e-12 490345.34 869 -0.00649999999999645 490336.208862783 869 5000 1.4132183e-12 490336.21 Loop time of 0.016844 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:27 2021 Pair time (%) = 0.000963926 (5.72266) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.213733) Outpt time (%) = 0.015707 (93.2497) Other time (%) = 0.000137091 (0.813883) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:27 2021 Memory usage per processor = 27.5134 Mbytes Step Atoms AVEKE stressZZ 869 5000 1.4132183e-12 490335.7 870 -0.00649999999999645 490326.571273832 870 5000 1.4130929e-12 490326.57 Loop time of 0.0178092 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:27 2021 Pair time (%) = 0.000743866 (4.17687) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.196795) Outpt time (%) = 0.0169358 (95.0962) Other time (%) = 9.44138e-05 (0.530142) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:27 2021 Memory usage per processor = 27.5134 Mbytes Step Atoms AVEKE stressZZ 870 5000 1.4130929e-12 490326.06 871 -0.00649999999999645 490316.934171162 871 5000 1.4129834e-12 490316.93 Loop time of 0.016165 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:27 2021 Pair time (%) = 0.000805855 (4.98518) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.216811) Outpt time (%) = 0.015168 (93.8319) Other time (%) = 0.000156164 (0.966062) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:27 2021 Memory usage per processor = 27.5134 Mbytes Step Atoms AVEKE stressZZ 871 5000 1.4129834e-12 490316.42 872 -0.00649999999999645 490307.297510938 872 5000 1.412884e-12 490307.3 Loop time of 0.016211 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:27 2021 Pair time (%) = 0.000917196 (5.65785) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.247081) Outpt time (%) = 0.0151231 (93.2891) Other time (%) = 0.000130653 (0.805953) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:27 2021 Memory usage per processor = 27.5134 Mbytes Step Atoms AVEKE stressZZ 872 5000 1.412884e-12 490306.79 873 -0.00649999999999645 490297.661265268 873 5000 1.412791e-12 490297.66 Loop time of 0.0163779 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:27 2021 Pair time (%) = 0.000741005 (4.52441) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.213992) Outpt time (%) = 0.0155089 (94.6939) Other time (%) = 9.29832e-05 (0.567735) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:27 2021 Memory usage per processor = 27.5134 Mbytes Step Atoms AVEKE stressZZ 873 5000 1.412791e-12 490297.15 874 -0.00649999999999645 490288.02541642 874 5000 1.412702e-12 490288.03 Loop time of 0.0162961 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:27 2021 Pair time (%) = 0.000775814 (4.76072) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.213603) Outpt time (%) = 0.015388 (94.4273) Other time (%) = 9.75132e-05 (0.598382) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:27 2021 Memory usage per processor = 27.5134 Mbytes Step Atoms AVEKE stressZZ 874 5000 1.412702e-12 490287.51 875 -0.00649999999999645 490278.389953091 875 5000 1.4126157e-12 490278.39 Loop time of 0.0160842 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:27 2021 Pair time (%) = 0.000843048 (5.24147) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.229759) Outpt time (%) = 0.0150862 (93.795) Other time (%) = 0.000118017 (0.733746) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:27 2021 Memory usage per processor = 27.5134 Mbytes Step Atoms AVEKE stressZZ 875 5000 1.4126157e-12 490277.88 876 -0.00649999999999645 490268.754868143 876 5000 1.412531e-12 490268.75 Loop time of 0.0167251 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:27 2021 Pair time (%) = 0.000884056 (5.28582) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209551) Outpt time (%) = 0.0157139 (93.9544) Other time (%) = 9.20296e-05 (0.550249) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:27 2021 Memory usage per processor = 27.5134 Mbytes Step Atoms AVEKE stressZZ 876 5000 1.412531e-12 490268.24 877 -0.00649999999999645 490259.120156967 877 5000 1.4124473e-12 490259.12 Loop time of 0.0170188 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:27 2021 Pair time (%) = 0.00078392 (4.6062) Neigh time (%) = 0 (0) Comm time (%) = 6.60419e-05 (0.388053) Outpt time (%) = 0.016026 (94.1666) Other time (%) = 0.000142813 (0.839147) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:27 2021 Memory usage per processor = 27.5134 Mbytes Step Atoms AVEKE stressZZ 877 5000 1.4124473e-12 490258.61 878 -0.00649999999999645 490249.48581667 878 5000 1.4123644e-12 490249.49 Loop time of 0.0160789 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:27 2021 Pair time (%) = 0.000838041 (5.21204) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.217972) Outpt time (%) = 0.0150931 (93.8686) Other time (%) = 0.000112772 (0.701364) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:27 2021 Memory usage per processor = 27.5134 Mbytes Step Atoms AVEKE stressZZ 878 5000 1.4123644e-12 490248.97 879 -0.00649999999999645 490239.851845399 879 5000 1.4122818e-12 490239.85 Loop time of 0.0164158 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:27 2021 Pair time (%) = 0.000756979 (4.61127) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.213498) Outpt time (%) = 0.015521 (94.5493) Other time (%) = 0.000102758 (0.625971) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:27 2021 Memory usage per processor = 27.5134 Mbytes Step Atoms AVEKE stressZZ 879 5000 1.4122818e-12 490239.34 880 -0.00649999999999645 490230.218241952 880 5000 1.4121996e-12 490230.22 Loop time of 0.0179222 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:27 2021 Pair time (%) = 0.000740051 (4.12925) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.195554) Outpt time (%) = 0.017051 (95.1391) Other time (%) = 9.60827e-05 (0.536111) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:27 2021 Memory usage per processor = 27.5134 Mbytes Step Atoms AVEKE stressZZ 880 5000 1.4121996e-12 490229.71 881 -0.00649999999999645 490220.585005562 881 5000 1.4121175e-12 490220.59 Loop time of 0.016093 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:27 2021 Pair time (%) = 0.000739813 (4.59711) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.217781) Outpt time (%) = 0.0152249 (94.6058) Other time (%) = 9.32217e-05 (0.579268) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:27 2021 Memory usage per processor = 27.5134 Mbytes Step Atoms AVEKE stressZZ 881 5000 1.4121175e-12 490220.07 882 -0.00649999999999645 490210.952135739 882 5000 1.4120355e-12 490210.95 Loop time of 0.016386 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:27 2021 Pair time (%) = 0.000926971 (5.65708) Neigh time (%) = 0 (0) Comm time (%) = 5.6982e-05 (0.347748) Outpt time (%) = 0.0152481 (93.0552) Other time (%) = 0.000154018 (0.939937) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:27 2021 Memory usage per processor = 27.5134 Mbytes Step Atoms AVEKE stressZZ 882 5000 1.4120355e-12 490210.44 883 -0.00649999999999645 490201.319632136 883 5000 1.4119536e-12 490201.32 Loop time of 0.016609 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:27 2021 Pair time (%) = 0.000743151 (4.4744) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211016) Outpt time (%) = 0.015738 (94.7562) Other time (%) = 9.27448e-05 (0.558403) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:27 2021 Memory usage per processor = 27.5134 Mbytes Step Atoms AVEKE stressZZ 883 5000 1.4119536e-12 490200.81 884 -0.00649999999999645 490191.687494561 884 5000 1.4118717e-12 490191.69 Loop time of 0.016026 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:27 2021 Pair time (%) = 0.000742912 (4.63566) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.217204) Outpt time (%) = 0.0151601 (94.5967) Other time (%) = 8.82149e-05 (0.550448) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:27 2021 Memory usage per processor = 27.5134 Mbytes Step Atoms AVEKE stressZZ 884 5000 1.4118717e-12 490191.18 885 -0.00649999999999645 490182.055722849 885 5000 1.4117899e-12 490182.06 Loop time of 0.0162492 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:27 2021 Pair time (%) = 0.000912905 (5.61816) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.246501) Outpt time (%) = 0.015178 (93.4076) Other time (%) = 0.000118256 (0.727764) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:27 2021 Memory usage per processor = 27.5134 Mbytes Step Atoms AVEKE stressZZ 885 5000 1.4117899e-12 490181.54 886 -0.00649999999999645 490172.424316928 886 5000 1.4117081e-12 490172.42 Loop time of 0.0165741 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:27 2021 Pair time (%) = 0.000741005 (4.47085) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.204267) Outpt time (%) = 0.0157111 (94.7926) Other time (%) = 8.82149e-05 (0.532244) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:27 2021 Memory usage per processor = 27.5134 Mbytes Step Atoms AVEKE stressZZ 886 5000 1.4117081e-12 490171.91 887 -0.00649999999999645 490162.793276681 887 5000 1.4116263e-12 490162.79 Loop time of 0.0161588 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:27 2021 Pair time (%) = 0.000743151 (4.59904) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.216894) Outpt time (%) = 0.0152879 (94.6101) Other time (%) = 9.27448e-05 (0.573958) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:27 2021 Memory usage per processor = 27.5134 Mbytes Step Atoms AVEKE stressZZ 887 5000 1.4116263e-12 490162.28 888 -0.00649999999999645 490153.162602084 888 5000 1.4115446e-12 490153.16 Loop time of 0.016027 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:27 2021 Pair time (%) = 0.000766993 (4.78564) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.230579) Outpt time (%) = 0.0151081 (94.2668) Other time (%) = 0.000114918 (0.717027) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:27 2021 Memory usage per processor = 27.5134 Mbytes Step Atoms AVEKE stressZZ 888 5000 1.4115446e-12 490152.65 889 -0.00649999999999645 490143.532293086 889 5000 1.4114628e-12 490143.53 Loop time of 0.0168409 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:27 2021 Pair time (%) = 0.000844002 (5.01161) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.213772) Outpt time (%) = 0.0158551 (94.146) Other time (%) = 0.000105858 (0.628575) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:27 2021 Memory usage per processor = 27.5134 Mbytes Step Atoms AVEKE stressZZ 889 5000 1.4114628e-12 490143.02 890 -0.00649999999999645 490133.902349648 890 5000 1.4113811e-12 490133.9 Loop time of 0.0180271 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:27 2021 Pair time (%) = 0.000742912 (4.12109) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.194416) Outpt time (%) = 0.0171599 (95.1899) Other time (%) = 8.91685e-05 (0.494637) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:27 2021 Memory usage per processor = 27.5134 Mbytes Step Atoms AVEKE stressZZ 890 5000 1.4113811e-12 490133.39 891 -0.00649999999999645 490124.272771737 891 5000 1.4112994e-12 490124.27 Loop time of 0.0159531 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:27 2021 Pair time (%) = 0.000784159 (4.91541) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.219692) Outpt time (%) = 0.0150399 (94.2761) Other time (%) = 9.39369e-05 (0.588833) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:27 2021 Memory usage per processor = 27.5134 Mbytes Step Atoms AVEKE stressZZ 891 5000 1.4112994e-12 490123.76 892 -0.00649999999999645 490114.643559311 892 5000 1.4112176e-12 490114.64 Loop time of 0.016885 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:27 2021 Pair time (%) = 0.00102615 (6.07729) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.218862) Outpt time (%) = 0.0156882 (92.9117) Other time (%) = 0.000133753 (0.792138) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:27 2021 Memory usage per processor = 27.5134 Mbytes Step Atoms AVEKE stressZZ 892 5000 1.4112176e-12 490114.13 893 -0.00649999999999645 490105.014712339 893 5000 1.4111359e-12 490105.01 Loop time of 0.0167799 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:27 2021 Pair time (%) = 0.000780106 (4.64905) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208866) Outpt time (%) = 0.015872 (94.5894) Other time (%) = 9.27448e-05 (0.552714) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:27 2021 Memory usage per processor = 27.5134 Mbytes Step Atoms AVEKE stressZZ 893 5000 1.4111359e-12 490104.5 894 -0.00649999999999645 490095.386230824 894 5000 1.4110542e-12 490095.39 Loop time of 0.0162928 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:27 2021 Pair time (%) = 0.000744104 (4.56707) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.21511) Outpt time (%) = 0.015419 (94.6369) Other time (%) = 9.46522e-05 (0.580944) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:27 2021 Memory usage per processor = 27.5134 Mbytes Step Atoms AVEKE stressZZ 894 5000 1.4110542e-12 490094.87 895 -0.00649999999999645 490085.75811471 895 5000 1.4109725e-12 490085.76 Loop time of 0.0160048 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:27 2021 Pair time (%) = 0.0007689 (4.80418) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.232388) Outpt time (%) = 0.015065 (94.1277) Other time (%) = 0.000133753 (0.835704) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:27 2021 Memory usage per processor = 27.5134 Mbytes Step Atoms AVEKE stressZZ 895 5000 1.4109725e-12 490085.25 896 -0.00649999999999645 490076.130363976 896 5000 1.4108908e-12 490076.13 Loop time of 0.016835 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:28 2021 Pair time (%) = 0.000800848 (4.75705) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.220929) Outpt time (%) = 0.0158899 (94.3861) Other time (%) = 0.00010705 (0.635878) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:28 2021 Memory usage per processor = 27.5134 Mbytes Step Atoms AVEKE stressZZ 896 5000 1.4108908e-12 490075.62 897 -0.00649999999999645 490066.502978589 897 5000 1.4108091e-12 490066.5 Loop time of 0.016191 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:28 2021 Pair time (%) = 0.000741959 (4.58254) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.216463) Outpt time (%) = 0.0152979 (94.4839) Other time (%) = 0.00011611 (0.717126) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:28 2021 Memory usage per processor = 27.5134 Mbytes Step Atoms AVEKE stressZZ 897 5000 1.4108091e-12 490065.99 898 -0.00649999999999645 490056.875958527 898 5000 1.4107274e-12 490056.88 Loop time of 0.0160069 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:28 2021 Pair time (%) = 0.000757933 (4.73502) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.230868) Outpt time (%) = 0.01508 (94.2089) Other time (%) = 0.000132084 (0.825166) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:28 2021 Memory usage per processor = 27.5134 Mbytes Step Atoms AVEKE stressZZ 898 5000 1.4107274e-12 490056.36 899 -0.00649999999999645 490047.249303775 899 5000 1.4106457e-12 490047.25 Loop time of 0.0166979 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:28 2021 Pair time (%) = 0.00089407 (5.35439) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209892) Outpt time (%) = 0.015672 (93.856) Other time (%) = 9.67979e-05 (0.579702) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:28 2021 Memory usage per processor = 27.5134 Mbytes Step Atoms AVEKE stressZZ 899 5000 1.4106457e-12 490046.74 900 -0.00649999999999645 490037.623014306 900 5000 1.410564e-12 490037.62 Loop time of 0.0171981 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:28 2021 Pair time (%) = 0.000741005 (4.30865) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.203787) Outpt time (%) = 0.0163279 (94.94) Other time (%) = 9.41753e-05 (0.547592) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:28 2021 Memory usage per processor = 27.5134 Mbytes Step Atoms AVEKE stressZZ 900 5000 1.410564e-12 490037.11 901 -0.00649999999999645 490027.9970901 901 5000 1.4104824e-12 490028 Loop time of 0.015722 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:28 2021 Pair time (%) = 0.000740051 (4.7071) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.216854) Outpt time (%) = 0.014863 (94.5362) Other time (%) = 8.4877e-05 (0.53986) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:28 2021 Memory usage per processor = 27.5134 Mbytes Step Atoms AVEKE stressZZ 901 5000 1.4104824e-12 490027.49 902 -0.00649999999999645 490018.371531108 902 5000 1.4104007e-12 490018.37 Loop time of 0.0159111 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:28 2021 Pair time (%) = 0.000742197 (4.66465) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.220271) Outpt time (%) = 0.015044 (94.5502) Other time (%) = 8.98838e-05 (0.564912) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:28 2021 Memory usage per processor = 27.5134 Mbytes Step Atoms AVEKE stressZZ 902 5000 1.4104007e-12 490017.86 903 -0.00649999999999645 490008.746337322 903 5000 1.410319e-12 490008.75 Loop time of 0.0167508 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:28 2021 Pair time (%) = 0.000919104 (5.48692) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.214922) Outpt time (%) = 0.015687 (93.6491) Other time (%) = 0.000108719 (0.649036) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:28 2021 Memory usage per processor = 27.5134 Mbytes Step Atoms AVEKE stressZZ 903 5000 1.410319e-12 490008.23 904 -0.00649999999999645 489999.121508735 904 5000 1.4102374e-12 489999.12 Loop time of 0.0166838 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:28 2021 Pair time (%) = 0.00078392 (4.69869) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.221501) Outpt time (%) = 0.0157599 (94.4625) Other time (%) = 0.000102997 (0.617346) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:28 2021 Memory usage per processor = 27.5134 Mbytes Step Atoms AVEKE stressZZ 904 5000 1.4102374e-12 489998.61 905 -0.00649999999999645 489989.497045303 905 5000 1.4101557e-12 489989.5 Loop time of 0.0159891 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:28 2021 Pair time (%) = 0.000782967 (4.89689) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.211741) Outpt time (%) = 0.015075 (94.283) Other time (%) = 9.72748e-05 (0.608383) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:28 2021 Memory usage per processor = 27.5134 Mbytes Step Atoms AVEKE stressZZ 905 5000 1.4101557e-12 489988.99 906 -0.00649999999999645 489979.872946995 906 5000 1.4100741e-12 489979.87 Loop time of 0.0163929 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:28 2021 Pair time (%) = 0.00101995 (6.22191) Neigh time (%) = 0 (0) Comm time (%) = 4.88758e-05 (0.298151) Outpt time (%) = 0.0151441 (92.3819) Other time (%) = 0.000180006 (1.09807) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:28 2021 Memory usage per processor = 27.5134 Mbytes Step Atoms AVEKE stressZZ 906 5000 1.4100741e-12 489979.36 907 -0.00649999999999645 489970.249213807 907 5000 1.4099924e-12 489970.25 Loop time of 0.0166838 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:28 2021 Pair time (%) = 0.000778913 (4.66868) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.210069) Outpt time (%) = 0.0157609 (94.4682) Other time (%) = 0.000108957 (0.653072) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:28 2021 Memory usage per processor = 27.5134 Mbytes Step Atoms AVEKE stressZZ 907 5000 1.4099924e-12 489969.74 908 -0.00649999999999645 489960.625845688 908 5000 1.4099108e-12 489960.63 Loop time of 0.0162981 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:28 2021 Pair time (%) = 0.000744104 (4.5656) Neigh time (%) = 0 (0) Comm time (%) = 5.60284e-05 (0.343773) Outpt time (%) = 0.0153849 (94.3972) Other time (%) = 0.00011301 (0.693398) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:28 2021 Memory usage per processor = 27.5134 Mbytes Step Atoms AVEKE stressZZ 908 5000 1.4099108e-12 489960.11 909 -0.00649999999999645 489951.002842633 909 5000 1.4098292e-12 489951 Loop time of 0.0160818 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:28 2021 Pair time (%) = 0.000780106 (4.85086) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.235723) Outpt time (%) = 0.015152 (94.2181) Other time (%) = 0.000111818 (0.695309) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:28 2021 Memory usage per processor = 27.5134 Mbytes Step Atoms AVEKE stressZZ 909 5000 1.4098292e-12 489950.49 910 -0.00649999999999645 489941.380204602 910 5000 1.4097476e-12 489941.38 Loop time of 0.0179899 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:28 2021 Pair time (%) = 0.000741959 (4.12431) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.193493) Outpt time (%) = 0.017122 (95.1759) Other time (%) = 9.10759e-05 (0.506262) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:28 2021 Memory usage per processor = 27.5134 Mbytes Step Atoms AVEKE stressZZ 910 5000 1.4097476e-12 489940.87 911 -0.00649999999999645 489931.757931585 911 5000 1.409666e-12 489931.76 Loop time of 0.016892 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:28 2021 Pair time (%) = 0.000896931 (5.30981) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.230064) Outpt time (%) = 0.0158291 (93.7078) Other time (%) = 0.000127077 (0.752294) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:28 2021 Memory usage per processor = 27.5134 Mbytes Step Atoms AVEKE stressZZ 911 5000 1.409666e-12 489931.25 912 -0.00649999999999645 489922.136023542 912 5000 1.4095844e-12 489922.14 Loop time of 0.016135 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:28 2021 Pair time (%) = 0.000746965 (4.62948) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.223125) Outpt time (%) = 0.015249 (94.5091) Other time (%) = 0.000102997 (0.638345) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:28 2021 Memory usage per processor = 27.5134 Mbytes Step Atoms AVEKE stressZZ 912 5000 1.4095844e-12 489921.62 913 -0.00649999999999645 489912.514480465 913 5000 1.4095028e-12 489912.51 Loop time of 0.0166662 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:28 2021 Pair time (%) = 0.000792027 (4.7523) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.210291) Outpt time (%) = 0.0157359 (94.418) Other time (%) = 0.000103235 (0.61943) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:28 2021 Memory usage per processor = 27.5134 Mbytes Step Atoms AVEKE stressZZ 913 5000 1.4095028e-12 489912 914 -0.00649999999999645 489902.893302324 914 5000 1.4094212e-12 489902.89 Loop time of 0.0166671 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:28 2021 Pair time (%) = 0.000782967 (4.69767) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.210279) Outpt time (%) = 0.015754 (94.5213) Other time (%) = 9.5129e-05 (0.570758) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:28 2021 Memory usage per processor = 27.5134 Mbytes Step Atoms AVEKE stressZZ 914 5000 1.4094212e-12 489902.38 915 -0.00649999999999645 489893.272489073 915 5000 1.4093396e-12 489893.27 Loop time of 0.0159812 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:28 2021 Pair time (%) = 0.000739813 (4.62927) Neigh time (%) = 0 (0) Comm time (%) = 4.98295e-05 (0.311801) Outpt time (%) = 0.0150681 (94.2861) Other time (%) = 0.000123501 (0.772788) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:28 2021 Memory usage per processor = 27.5134 Mbytes Step Atoms AVEKE stressZZ 915 5000 1.4093396e-12 489892.76 916 -0.00649999999999645 489883.652040694 916 5000 1.409258e-12 489883.65 Loop time of 0.017498 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:28 2021 Pair time (%) = 0.000967026 (5.52649) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.200294) Outpt time (%) = 0.0163491 (93.4339) Other time (%) = 0.000146866 (0.839329) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:28 2021 Memory usage per processor = 27.5134 Mbytes Step Atoms AVEKE stressZZ 916 5000 1.409258e-12 489883.14 917 -0.00649999999999645 489874.031957188 917 5000 1.4091764e-12 489874.03 Loop time of 0.016572 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:28 2021 Pair time (%) = 0.000746965 (4.50739) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.217241) Outpt time (%) = 0.015687 (94.6596) Other time (%) = 0.000102043 (0.615756) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:28 2021 Memory usage per processor = 27.5134 Mbytes Step Atoms AVEKE stressZZ 917 5000 1.4091764e-12 489873.52 918 -0.00649999999999645 489864.412238523 918 5000 1.4090949e-12 489864.41 Loop time of 0.0162308 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:28 2021 Pair time (%) = 0.000744104 (4.58451) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.215932) Outpt time (%) = 0.0153589 (94.6281) Other time (%) = 9.27448e-05 (0.571412) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:28 2021 Memory usage per processor = 27.5134 Mbytes Step Atoms AVEKE stressZZ 918 5000 1.4090949e-12 489863.9 919 -0.00649999999999645 489854.792884668 919 5000 1.4090133e-12 489854.79 Loop time of 0.016386 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:28 2021 Pair time (%) = 0.000897884 (5.47957) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.244442) Outpt time (%) = 0.0153298 (93.5543) Other time (%) = 0.000118256 (0.721685) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:28 2021 Memory usage per processor = 27.5134 Mbytes Step Atoms AVEKE stressZZ 919 5000 1.4090133e-12 489854.28 920 -0.00649999999999645 489845.173895578 920 5000 1.4089317e-12 489845.17 Loop time of 0.0178449 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:28 2021 Pair time (%) = 0.000743866 (4.1685) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.196401) Outpt time (%) = 0.016973 (95.114) Other time (%) = 9.29832e-05 (0.521063) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:28 2021 Memory usage per processor = 27.5134 Mbytes Step Atoms AVEKE stressZZ 920 5000 1.4089317e-12 489844.66 921 -0.00649999999999645 489835.555271266 921 5000 1.4088502e-12 489835.56 Loop time of 0.016701 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:28 2021 Pair time (%) = 0.000741005 (4.43689) Neigh time (%) = 0 (0) Comm time (%) = 5.07832e-05 (0.304073) Outpt time (%) = 0.015764 (94.3896) Other time (%) = 0.000145197 (0.869391) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:28 2021 Memory usage per processor = 27.5134 Mbytes Step Atoms AVEKE stressZZ 921 5000 1.4088502e-12 489835.04 922 -0.00649999999999645 489825.937011685 922 5000 1.4087686e-12 489825.94 Loop time of 0.0161922 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:28 2021 Pair time (%) = 0.000743151 (4.58956) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.222337) Outpt time (%) = 0.0152519 (94.1927) Other time (%) = 0.000161171 (0.995362) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:28 2021 Memory usage per processor = 27.5134 Mbytes Step Atoms AVEKE stressZZ 922 5000 1.4087686e-12 489825.43 923 -0.00649999999999645 489816.3191168 923 5000 1.4086871e-12 489816.32 Loop time of 0.0168371 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:28 2021 Pair time (%) = 0.000771999 (4.5851) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208156) Outpt time (%) = 0.0159271 (94.595) Other time (%) = 0.000102997 (0.611725) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:28 2021 Memory usage per processor = 27.5134 Mbytes Step Atoms AVEKE stressZZ 923 5000 1.4086871e-12 489815.81 924 -0.00649999999999645 489806.701586618 924 5000 1.4086056e-12 489806.7 Loop time of 0.016643 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:28 2021 Pair time (%) = 0.000741005 (4.45234) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.209151) Outpt time (%) = 0.0157731 (94.7727) Other time (%) = 9.41753e-05 (0.565854) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:28 2021 Memory usage per processor = 27.5134 Mbytes Step Atoms AVEKE stressZZ 924 5000 1.4086056e-12 489806.19 925 -0.00649999999999645 489797.0844211 925 5000 1.4085241e-12 489797.08 Loop time of 0.0159221 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:28 2021 Pair time (%) = 0.000745058 (4.6794) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.220119) Outpt time (%) = 0.0150471 (94.5045) Other time (%) = 9.48906e-05 (0.595969) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:28 2021 Memory usage per processor = 27.5134 Mbytes Step Atoms AVEKE stressZZ 925 5000 1.4085241e-12 489796.57 926 -0.00649999999999645 489787.467620215 926 5000 1.4084425e-12 489787.47 Loop time of 0.0164828 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:28 2021 Pair time (%) = 0.000993967 (6.03032) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.284954) Outpt time (%) = 0.0152838 (92.7257) Other time (%) = 0.000158072 (0.959007) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:28 2021 Memory usage per processor = 27.5134 Mbytes Step Atoms AVEKE stressZZ 926 5000 1.4084425e-12 489786.96 927 -0.00649999999999645 489777.851183931 927 5000 1.408361e-12 489777.85 Loop time of 0.0168939 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:28 2021 Pair time (%) = 0.000743151 (4.39894) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207457) Outpt time (%) = 0.015991 (94.6555) Other time (%) = 0.000124693 (0.738096) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:28 2021 Memory usage per processor = 27.5134 Mbytes Step Atoms AVEKE stressZZ 927 5000 1.408361e-12 489777.34 928 -0.00649999999999645 489768.235112253 928 5000 1.4082795e-12 489768.24 Loop time of 0.0160851 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:28 2021 Pair time (%) = 0.000784874 (4.87949) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.210476) Outpt time (%) = 0.0151699 (94.3097) Other time (%) = 9.65595e-05 (0.600302) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:28 2021 Memory usage per processor = 27.5134 Mbytes Step Atoms AVEKE stressZZ 928 5000 1.4082795e-12 489767.72 929 -0.00649999999999645 489758.619405155 929 5000 1.408198e-12 489758.62 Loop time of 0.0163112 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:28 2021 Pair time (%) = 0.000895977 (5.49303) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.238255) Outpt time (%) = 0.015214 (93.2733) Other time (%) = 0.000162363 (0.99541) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:28 2021 Memory usage per processor = 27.5134 Mbytes Step Atoms AVEKE stressZZ 929 5000 1.408198e-12 489758.11 930 -0.00649999999999645 489749.004062578 930 5000 1.4081165e-12 489749 Loop time of 0.0179789 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:28 2021 Pair time (%) = 0.000785112 (4.36685) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.189633) Outpt time (%) = 0.017065 (94.9171) Other time (%) = 9.46522e-05 (0.526462) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:28 2021 Memory usage per processor = 27.5134 Mbytes Step Atoms AVEKE stressZZ 930 5000 1.4081165e-12 489748.49 931 -0.00649999999999645 489739.389084539 931 5000 1.408035e-12 489739.39 Loop time of 0.0166759 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:28 2021 Pair time (%) = 0.000761986 (4.56937) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.204449) Outpt time (%) = 0.01578 (94.6271) Other time (%) = 9.98974e-05 (0.599051) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:28 2021 Memory usage per processor = 27.5134 Mbytes Step Atoms AVEKE stressZZ 931 5000 1.408035e-12 489738.88 932 -0.00649999999999645 489729.774470947 932 5000 1.4079535e-12 489729.77 Loop time of 0.0159359 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:28 2021 Pair time (%) = 0.000747919 (4.6933) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.225913) Outpt time (%) = 0.015049 (94.4345) Other time (%) = 0.000102997 (0.64632) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:28 2021 Memory usage per processor = 27.5134 Mbytes Step Atoms AVEKE stressZZ 932 5000 1.4079535e-12 489729.26 933 -0.00649999999999645 489720.160221854 933 5000 1.4078721e-12 489720.16 Loop time of 0.016655 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:28 2021 Pair time (%) = 0.000792027 (4.7555) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.216159) Outpt time (%) = 0.0156941 (94.231) Other time (%) = 0.000132799 (0.797355) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:28 2021 Memory usage per processor = 27.5134 Mbytes Step Atoms AVEKE stressZZ 933 5000 1.4078721e-12 489719.65 934 -0.00649999999999645 489710.546337204 934 5000 1.4077906e-12 489710.55 Loop time of 0.0167279 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:28 2021 Pair time (%) = 0.000741005 (4.42975) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.203814) Outpt time (%) = 0.0158591 (94.8063) Other time (%) = 9.36985e-05 (0.560132) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:28 2021 Memory usage per processor = 27.5134 Mbytes Step Atoms AVEKE stressZZ 934 5000 1.4077906e-12 489710.03 935 -0.00649999999999645 489700.932816986 935 5000 1.4077091e-12 489700.93 Loop time of 0.015959 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:28 2021 Pair time (%) = 0.000771046 (4.83141) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.225585) Outpt time (%) = 0.0150549 (94.335) Other time (%) = 9.70364e-05 (0.608034) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:28 2021 Memory usage per processor = 27.5134 Mbytes Step Atoms AVEKE stressZZ 935 5000 1.4077091e-12 489700.42 936 -0.00649999999999645 489691.319661144 936 5000 1.4076277e-12 489691.32 Loop time of 0.01665 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:28 2021 Pair time (%) = 0.000770807 (4.62948) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.216224) Outpt time (%) = 0.015744 (94.5586) Other time (%) = 9.91821e-05 (0.59569) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:28 2021 Memory usage per processor = 27.5134 Mbytes Step Atoms AVEKE stressZZ 936 5000 1.4076277e-12 489690.81 937 -0.00649999999999645 489681.706869679 937 5000 1.4075462e-12 489681.71 Loop time of 0.016592 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:28 2021 Pair time (%) = 0.000782967 (4.71893) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211231) Outpt time (%) = 0.0156801 (94.5037) Other time (%) = 9.39369e-05 (0.566157) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:28 2021 Memory usage per processor = 27.5134 Mbytes Step Atoms AVEKE stressZZ 937 5000 1.4075462e-12 489681.2 938 -0.00649999999999645 489672.094442549 938 5000 1.4074648e-12 489672.09 Loop time of 0.0159881 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:28 2021 Pair time (%) = 0.000741959 (4.64069) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.21921) Outpt time (%) = 0.0151169 (94.5511) Other time (%) = 9.41753e-05 (0.589034) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:28 2021 Memory usage per processor = 27.5134 Mbytes Step Atoms AVEKE stressZZ 938 5000 1.4074648e-12 489671.58 939 -0.00649999999999645 489662.48237973 939 5000 1.4073833e-12 489662.48 Loop time of 0.01669 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:28 2021 Pair time (%) = 0.00102711 (6.15402) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.287131) Outpt time (%) = 0.0154331 (92.4689) Other time (%) = 0.000181913 (1.08995) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:28 2021 Memory usage per processor = 27.5134 Mbytes Step Atoms AVEKE stressZZ 939 5000 1.4073833e-12 489661.97 940 -0.00649999999999645 489652.87068122 940 5000 1.4073019e-12 489652.87 Loop time of 0.0180161 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:28 2021 Pair time (%) = 0.000740051 (4.10772) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.194535) Outpt time (%) = 0.017148 (95.1816) Other time (%) = 9.29832e-05 (0.516112) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:28 2021 Memory usage per processor = 27.5134 Mbytes Step Atoms AVEKE stressZZ 940 5000 1.4073019e-12 489652.36 941 -0.00649999999999645 489643.259346995 941 5000 1.4072205e-12 489643.26 Loop time of 0.016418 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:29 2021 Pair time (%) = 0.000738859 (4.5003) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.20621) Outpt time (%) = 0.0155509 (94.7184) Other time (%) = 9.44138e-05 (0.575063) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:29 2021 Memory usage per processor = 27.5134 Mbytes Step Atoms AVEKE stressZZ 941 5000 1.4072205e-12 489642.75 942 -0.00649999999999645 489633.648377024 942 5000 1.407139e-12 489633.65 Loop time of 0.0160708 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:29 2021 Pair time (%) = 0.000795841 (4.95208) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.22995) Outpt time (%) = 0.015106 (93.9961) Other time (%) = 0.000132084 (0.821885) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:29 2021 Memory usage per processor = 27.5134 Mbytes Step Atoms AVEKE stressZZ 942 5000 1.407139e-12 489633.14 943 -0.00649999999999645 489624.037771277 943 5000 1.4070576e-12 489624.04 Loop time of 0.0165441 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:29 2021 Pair time (%) = 0.000844002 (5.10153) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.217607) Outpt time (%) = 0.0155621 (94.0641) Other time (%) = 0.000102043 (0.616795) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:29 2021 Memory usage per processor = 27.5134 Mbytes Step Atoms AVEKE stressZZ 943 5000 1.4070576e-12 489623.53 944 -0.00649999999999645 489614.427541227 944 5000 1.4069762e-12 489614.43 Loop time of 0.0159609 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:29 2021 Pair time (%) = 0.000742197 (4.65009) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.219583) Outpt time (%) = 0.01509 (94.5433) Other time (%) = 9.36985e-05 (0.587049) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:29 2021 Memory usage per processor = 27.5134 Mbytes Step Atoms AVEKE stressZZ 944 5000 1.4069762e-12 489613.92 945 -0.00649999999999645 489604.817687744 945 5000 1.4068948e-12 489604.82 Loop time of 0.0157781 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:29 2021 Pair time (%) = 0.000741005 (4.69642) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.222128) Outpt time (%) = 0.0149138 (94.5223) Other time (%) = 8.82149e-05 (0.559098) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:29 2021 Memory usage per processor = 27.5134 Mbytes Step Atoms AVEKE stressZZ 945 5000 1.4068948e-12 489604.31 946 -0.00649999999999645 489595.208206279 946 5000 1.4068134e-12 489595.21 Loop time of 0.0158839 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:29 2021 Pair time (%) = 0.000741005 (4.66513) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.220648) Outpt time (%) = 0.015017 (94.5423) Other time (%) = 9.08375e-05 (0.571883) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:29 2021 Memory usage per processor = 27.5134 Mbytes Step Atoms AVEKE stressZZ 946 5000 1.4068134e-12 489594.7 947 -0.00649999999999645 489585.599095047 947 5000 1.406732e-12 489585.6 Loop time of 0.01595 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:29 2021 Pair time (%) = 0.000745058 (4.67122) Neigh time (%) = 0 (0) Comm time (%) = 5.6982e-05 (0.357255) Outpt time (%) = 0.0149741 (93.8818) Other time (%) = 0.000173807 (1.0897) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:29 2021 Memory usage per processor = 27.5134 Mbytes Step Atoms AVEKE stressZZ 947 5000 1.406732e-12 489585.09 948 -0.00649999999999645 489575.990353208 948 5000 1.4066506e-12 489575.99 Loop time of 0.017061 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:29 2021 Pair time (%) = 0.000740051 (4.33768) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205425) Outpt time (%) = 0.0161619 (94.7302) Other time (%) = 0.000123978 (0.726673) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:29 2021 Memory usage per processor = 27.5134 Mbytes Step Atoms AVEKE stressZZ 948 5000 1.4066506e-12 489575.48 949 -0.00649999999999645 489566.381980115 949 5000 1.4065693e-12 489566.38 Loop time of 0.016613 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:29 2021 Pair time (%) = 0.000741959 (4.46613) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.216705) Outpt time (%) = 0.0156751 (94.3542) Other time (%) = 0.000159979 (0.962974) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:29 2021 Memory usage per processor = 27.5134 Mbytes Step Atoms AVEKE stressZZ 949 5000 1.4065693e-12 489565.87 950 -0.00649999999999645 489554.929391601 950 5000 2.7789783e-12 489570.94 Loop time of 0.0180941 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:29 2021 Pair time (%) = 0.000897884 (4.96231) Neigh time (%) = 0 (0) Comm time (%) = 5.50747e-05 (0.30438) Outpt time (%) = 0.016974 (93.8096) Other time (%) = 0.000167131 (0.923681) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:29 2021 Memory usage per processor = 27.5135 Mbytes Step Atoms AVEKE stressZZ 950 5000 2.7789783e-12 507469.91 951 -0.00653249999999644 507457.732119555 951 5000 2.2622427e-12 507457.73 Loop time of 0.0168049 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:29 2021 Pair time (%) = 0.000741959 (4.41512) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208555) Outpt time (%) = 0.0159199 (94.7336) Other time (%) = 0.000108004 (0.64269) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:29 2021 Memory usage per processor = 27.5135 Mbytes Step Atoms AVEKE stressZZ 951 5000 2.2622427e-12 507457.03 952 -0.00653249999999644 507445.846357208 952 5000 1.9614334e-12 507445.85 Loop time of 0.016983 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:29 2021 Pair time (%) = 0.000843048 (4.96406) Neigh time (%) = 0 (0) Comm time (%) = 5.31673e-05 (0.313062) Outpt time (%) = 0.0159459 (93.8932) Other time (%) = 0.000140905 (0.829683) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:29 2021 Memory usage per processor = 27.5135 Mbytes Step Atoms AVEKE stressZZ 952 5000 1.9614334e-12 507445.2 953 -0.00653249999999644 507434.649004698 953 5000 1.7813879e-12 507434.65 Loop time of 0.0159461 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:29 2021 Pair time (%) = 0.000745058 (4.67234) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.219787) Outpt time (%) = 0.0150652 (94.4754) Other time (%) = 0.000100851 (0.632448) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:29 2021 Memory usage per processor = 27.5135 Mbytes Step Atoms AVEKE stressZZ 953 5000 1.7813879e-12 507434.04 954 -0.00653249999999644 507423.889281881 954 5000 1.6714407e-12 507423.89 Loop time of 0.0167332 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:29 2021 Pair time (%) = 0.000806808 (4.82161) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.215149) Outpt time (%) = 0.0157552 (94.1554) Other time (%) = 0.000135183 (0.807876) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:29 2021 Memory usage per processor = 27.5135 Mbytes Step Atoms AVEKE stressZZ 954 5000 1.6714407e-12 507423.31 955 -0.00653249999999644 507413.407815956 955 5000 1.6033566e-12 507413.41 Loop time of 0.0163209 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:29 2021 Pair time (%) = 0.000744104 (4.5592) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.21474) Outpt time (%) = 0.015449 (94.6578) Other time (%) = 9.27448e-05 (0.568257) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:29 2021 Memory usage per processor = 27.5135 Mbytes Step Atoms AVEKE stressZZ 955 5000 1.6033566e-12 507412.84 956 -0.00653249999999644 507403.103324087 956 5000 1.5607921e-12 507403.1 Loop time of 0.0167449 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:29 2021 Pair time (%) = 0.000787973 (4.70577) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209303) Outpt time (%) = 0.015825 (94.5069) Other time (%) = 9.67979e-05 (0.578076) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:29 2021 Memory usage per processor = 27.5135 Mbytes Step Atoms AVEKE stressZZ 956 5000 1.5607921e-12 507402.54 957 -0.00653249999999644 507392.911440082 957 5000 1.5340074e-12 507392.91 Loop time of 0.0166848 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:29 2021 Pair time (%) = 0.000911951 (5.46577) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.215773) Outpt time (%) = 0.0156379 (93.7254) Other time (%) = 9.89437e-05 (0.593018) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:29 2021 Memory usage per processor = 27.5135 Mbytes Step Atoms AVEKE stressZZ 957 5000 1.5340074e-12 507392.36 958 -0.00653249999999644 507382.791258534 958 5000 1.517074e-12 507382.79 Loop time of 0.016643 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:29 2021 Pair time (%) = 0.000745058 (4.47669) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.210584) Outpt time (%) = 0.0157702 (94.7555) Other time (%) = 9.27448e-05 (0.557259) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:29 2021 Memory usage per processor = 27.5135 Mbytes Step Atoms AVEKE stressZZ 958 5000 1.517074e-12 507382.24 959 -0.00653249999999644 507372.716783641 959 5000 1.5063297e-12 507372.72 Loop time of 0.0160978 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:29 2021 Pair time (%) = 0.000743151 (4.61648) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.217716) Outpt time (%) = 0.015224 (94.5719) Other time (%) = 9.56059e-05 (0.593907) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:29 2021 Memory usage per processor = 27.5135 Mbytes Step Atoms AVEKE stressZZ 959 5000 1.5063297e-12 507372.17 960 -0.00653249999999644 507362.671494824 960 5000 1.4994896e-12 507362.67 Loop time of 0.0177929 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:29 2021 Pair time (%) = 0.000920057 (5.17091) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.219754) Outpt time (%) = 0.0167 (93.8576) Other time (%) = 0.000133753 (0.751719) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:29 2021 Memory usage per processor = 27.5135 Mbytes Step Atoms AVEKE stressZZ 960 5000 1.4994896e-12 507362.13 961 -0.00653249999999644 507352.644893033 961 5000 1.495119e-12 507352.64 Loop time of 0.0167701 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:29 2021 Pair time (%) = 0.000742912 (4.42997) Neigh time (%) = 0 (0) Comm time (%) = 7.79629e-05 (0.464891) Outpt time (%) = 0.015851 (94.5194) Other time (%) = 9.82285e-05 (0.585735) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:29 2021 Memory usage per processor = 27.5135 Mbytes Step Atoms AVEKE stressZZ 961 5000 1.495119e-12 507352.1 962 -0.00653249999999644 507342.63030602 962 5000 1.4923132e-12 507342.63 Loop time of 0.016139 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:29 2021 Pair time (%) = 0.000741005 (4.59138) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.21716) Outpt time (%) = 0.0152681 (94.6035) Other time (%) = 9.48906e-05 (0.587957) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:29 2021 Memory usage per processor = 27.5135 Mbytes Step Atoms AVEKE stressZZ 962 5000 1.4923132e-12 507342.09 963 -0.00653249999999644 507332.623493502 963 5000 1.4904997e-12 507332.62 Loop time of 0.0162199 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:29 2021 Pair time (%) = 0.000769138 (4.74196) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.227837) Outpt time (%) = 0.0152919 (94.2791) Other time (%) = 0.000121832 (0.751128) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:29 2021 Memory usage per processor = 27.5135 Mbytes Step Atoms AVEKE stressZZ 963 5000 1.4904997e-12 507332.08 964 -0.00653249999999644 507322.621760705 964 5000 1.4893163e-12 507322.62 Loop time of 0.0170691 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:29 2021 Pair time (%) = 0.000926018 (5.42511) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205327) Outpt time (%) = 0.016011 (93.8011) Other time (%) = 9.70364e-05 (0.568491) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:29 2021 Memory usage per processor = 27.5135 Mbytes Step Atoms AVEKE stressZZ 964 5000 1.4893163e-12 507322.08 965 -0.00653249999999644 507312.62339508 965 5000 1.4885328e-12 507312.62 Loop time of 0.0164051 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:29 2021 Pair time (%) = 0.000742912 (4.52854) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.212185) Outpt time (%) = 0.015537 (94.7085) Other time (%) = 9.03606e-05 (0.550808) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:29 2021 Memory usage per processor = 27.5135 Mbytes Step Atoms AVEKE stressZZ 965 5000 1.4885328e-12 507312.08 966 -0.00653249999999644 507302.627308249 966 5000 1.4880034e-12 507302.63 Loop time of 0.0161409 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:29 2021 Pair time (%) = 0.000747204 (4.62925) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.223043) Outpt time (%) = 0.0152259 (94.3309) Other time (%) = 0.000131845 (0.816839) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:29 2021 Memory usage per processor = 27.5135 Mbytes Step Atoms AVEKE stressZZ 966 5000 1.4880034e-12 507302.08 967 -0.00653249999999644 507292.632808571 967 5000 1.4876355e-12 507292.63 Loop time of 0.0166988 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:29 2021 Pair time (%) = 0.000773191 (4.63021) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.215591) Outpt time (%) = 0.01579 (94.5574) Other time (%) = 9.9659e-05 (0.596802) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:29 2021 Memory usage per processor = 27.5135 Mbytes Step Atoms AVEKE stressZZ 967 5000 1.4876355e-12 507292.09 968 -0.00653249999999644 507282.639456429 968 5000 1.4873701e-12 507282.64 Loop time of 0.0166991 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:29 2021 Pair time (%) = 0.000745058 (4.46167) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.204166) Outpt time (%) = 0.0157952 (94.5875) Other time (%) = 0.000124693 (0.746706) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:29 2021 Memory usage per processor = 27.5135 Mbytes Step Atoms AVEKE stressZZ 968 5000 1.4873701e-12 507282.1 969 -0.00653249999999644 507272.646972501 969 5000 1.4871699e-12 507272.65 Loop time of 0.016331 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:29 2021 Pair time (%) = 0.000742912 (4.5491) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.214608) Outpt time (%) = 0.0154629 (94.6844) Other time (%) = 9.01222e-05 (0.551849) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:29 2021 Memory usage per processor = 27.5135 Mbytes Step Atoms AVEKE stressZZ 969 5000 1.4871699e-12 507272.1 970 -0.00653249999999644 507262.655179213 970 5000 1.4870112e-12 507262.66 Loop time of 0.0179701 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:29 2021 Pair time (%) = 0.000926971 (5.15841) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.228201) Outpt time (%) = 0.016865 (93.8505) Other time (%) = 0.000137091 (0.762883) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:29 2021 Memory usage per processor = 27.5135 Mbytes Step Atoms AVEKE stressZZ 970 5000 1.4870112e-12 507262.11 971 -0.00653249999999644 507252.663963721 971 5000 1.4868787e-12 507252.66 Loop time of 0.016582 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:29 2021 Pair time (%) = 0.000745058 (4.49317) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.21711) Outpt time (%) = 0.0157101 (94.7419) Other time (%) = 9.08375e-05 (0.547807) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:29 2021 Memory usage per processor = 27.5135 Mbytes Step Atoms AVEKE stressZZ 971 5000 1.4868787e-12 507252.12 972 -0.00653249999999644 507242.673254315 972 5000 1.486763e-12 507242.67 Loop time of 0.016237 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:29 2021 Pair time (%) = 0.000742912 (4.57542) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.209976) Outpt time (%) = 0.0153711 (94.6669) Other time (%) = 8.89301e-05 (0.5477) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:29 2021 Memory usage per processor = 27.5135 Mbytes Step Atoms AVEKE stressZZ 972 5000 1.486763e-12 507242.13 973 -0.00653249999999644 507232.683005415 973 5000 1.4866579e-12 507232.68 Loop time of 0.0160708 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:29 2021 Pair time (%) = 0.000756025 (4.70433) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.22995) Outpt time (%) = 0.015173 (94.413) Other time (%) = 0.000104904 (0.652761) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:29 2021 Memory usage per processor = 27.5135 Mbytes Step Atoms AVEKE stressZZ 973 5000 1.4866579e-12 507232.14 974 -0.00653249999999644 507222.693188005 974 5000 1.4865596e-12 507222.69 Loop time of 0.0170081 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:29 2021 Pair time (%) = 0.00087595 (5.1502) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.199055) Outpt time (%) = 0.0160019 (94.0844) Other time (%) = 9.63211e-05 (0.566326) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:29 2021 Memory usage per processor = 27.5135 Mbytes Step Atoms AVEKE stressZZ 974 5000 1.4865596e-12 507222.15 975 -0.00653249999999644 507212.703783703 975 5000 1.4864656e-12 507212.7 Loop time of 0.0164599 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:29 2021 Pair time (%) = 0.000746965 (4.53808) Neigh time (%) = 0 (0) Comm time (%) = 4.91142e-05 (0.298386) Outpt time (%) = 0.0155511 (94.4784) Other time (%) = 0.000112772 (0.68513) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:29 2021 Memory usage per processor = 27.5135 Mbytes Step Atoms AVEKE stressZZ 975 5000 1.4864656e-12 507212.16 976 -0.00653249999999644 507202.714780755 976 5000 1.4863743e-12 507202.71 Loop time of 0.0160389 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:29 2021 Pair time (%) = 0.000746965 (4.65721) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.230408) Outpt time (%) = 0.0151539 (94.4821) Other time (%) = 0.000101089 (0.630277) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:29 2021 Memory usage per processor = 27.5135 Mbytes Step Atoms AVEKE stressZZ 976 5000 1.4863743e-12 507202.17 977 -0.00653249999999644 507192.726171712 977 5000 1.4862847e-12 507192.73 Loop time of 0.0166929 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:29 2021 Pair time (%) = 0.00077796 (4.66043) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.221381) Outpt time (%) = 0.01578 (94.5312) Other time (%) = 9.799e-05 (0.587017) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:29 2021 Memory usage per processor = 27.5135 Mbytes Step Atoms AVEKE stressZZ 977 5000 1.4862847e-12 507192.18 978 -0.00653249999999644 507182.737951817 978 5000 1.4861963e-12 507182.74 Loop time of 0.0163951 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:29 2021 Pair time (%) = 0.000742197 (4.52695) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.207952) Outpt time (%) = 0.0155241 (94.6878) Other time (%) = 9.46522e-05 (0.57732) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:29 2021 Memory usage per processor = 27.5135 Mbytes Step Atoms AVEKE stressZZ 978 5000 1.4861963e-12 507182.19 979 -0.00653249999999644 507172.750118066 979 5000 1.4861085e-12 507172.75 Loop time of 0.015883 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:29 2021 Pair time (%) = 0.00074482 (4.68942) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.213156) Outpt time (%) = 0.015008 (94.491) Other time (%) = 9.63211e-05 (0.606443) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:29 2021 Memory usage per processor = 27.5135 Mbytes Step Atoms AVEKE stressZZ 979 5000 1.4861085e-12 507172.21 980 -0.00653249999999644 507162.762668505 980 5000 1.4860212e-12 507162.76 Loop time of 0.0182779 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:29 2021 Pair time (%) = 0.000945807 (5.1746) Neigh time (%) = 0 (0) Comm time (%) = 4.91142e-05 (0.268709) Outpt time (%) = 0.0171058 (93.5875) Other time (%) = 0.000177145 (0.969177) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:29 2021 Memory usage per processor = 27.5135 Mbytes Step Atoms AVEKE stressZZ 980 5000 1.4860212e-12 507162.22 981 -0.00653249999999644 507152.775601909 981 5000 1.4859342e-12 507152.78 Loop time of 0.016644 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:29 2021 Pair time (%) = 0.000742197 (4.45925) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.210572) Outpt time (%) = 0.015779 (94.803) Other time (%) = 8.7738e-05 (0.527145) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:29 2021 Memory usage per processor = 27.5135 Mbytes Step Atoms AVEKE stressZZ 981 5000 1.4859342e-12 507152.23 982 -0.00653249999999644 507142.788917483 982 5000 1.4858474e-12 507142.79 Loop time of 0.016191 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:29 2021 Pair time (%) = 0.000745058 (4.60168) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.216463) Outpt time (%) = 0.015317 (94.6017) Other time (%) = 9.39369e-05 (0.58018) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:29 2021 Memory usage per processor = 27.5135 Mbytes Step Atoms AVEKE stressZZ 982 5000 1.4858474e-12 507142.25 983 -0.00653249999999644 507132.802614703 983 5000 1.4857607e-12 507132.8 Loop time of 0.016233 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:29 2021 Pair time (%) = 0.000867844 (5.34618) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.252622) Outpt time (%) = 0.0152149 (93.7285) Other time (%) = 0.000109196 (0.672679) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:29 2021 Memory usage per processor = 27.5135 Mbytes Step Atoms AVEKE stressZZ 983 5000 1.4857607e-12 507132.26 984 -0.00653249999999644 507122.816693247 984 5000 1.4856741e-12 507122.82 Loop time of 0.0170062 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:29 2021 Pair time (%) = 0.000861883 (5.06806) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.211695) Outpt time (%) = 0.0160022 (94.0964) Other time (%) = 0.000106096 (0.62387) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:29 2021 Memory usage per processor = 27.5135 Mbytes Step Atoms AVEKE stressZZ 984 5000 1.4856741e-12 507122.27 985 -0.00653249999999644 507112.831152882 985 5000 1.4855875e-12 507112.83 Loop time of 0.016562 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:29 2021 Pair time (%) = 0.000745058 (4.4986) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211614) Outpt time (%) = 0.0156882 (94.724) Other time (%) = 9.36985e-05 (0.565744) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:29 2021 Memory usage per processor = 27.5135 Mbytes Step Atoms AVEKE stressZZ 985 5000 1.4855875e-12 507112.29 986 -0.00653249999999644 507102.845993463 986 5000 1.485501e-12 507102.85 Loop time of 0.016078 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:30 2021 Pair time (%) = 0.000743866 (4.62661) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.217984) Outpt time (%) = 0.0151548 (94.2583) Other time (%) = 0.000144243 (0.897147) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:30 2021 Memory usage per processor = 27.5135 Mbytes Step Atoms AVEKE stressZZ 986 5000 1.485501e-12 507102.3 987 -0.00653249999999644 507092.861214886 987 5000 1.4854145e-12 507092.86 Loop time of 0.0165191 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:30 2021 Pair time (%) = 0.000761032 (4.60699) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.217937) Outpt time (%) = 0.015619 (94.5516) Other time (%) = 0.000102997 (0.623503) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:30 2021 Memory usage per processor = 27.5135 Mbytes Step Atoms AVEKE stressZZ 987 5000 1.4854145e-12 507092.32 988 -0.00653249999999644 507082.876817055 988 5000 1.485328e-12 507082.88 Loop time of 0.016747 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:30 2021 Pair time (%) = 0.000745058 (4.44891) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209277) Outpt time (%) = 0.0158708 (94.7681) Other time (%) = 9.60827e-05 (0.573731) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:30 2021 Memory usage per processor = 27.5135 Mbytes Step Atoms AVEKE stressZZ 988 5000 1.485328e-12 507082.33 989 -0.00653249999999644 507072.892799935 989 5000 1.4852416e-12 507072.89 Loop time of 0.015929 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:30 2021 Pair time (%) = 0.000742912 (4.6639) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.220024) Outpt time (%) = 0.0150559 (94.5189) Other time (%) = 9.5129e-05 (0.597207) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:30 2021 Memory usage per processor = 27.5135 Mbytes Step Atoms AVEKE stressZZ 989 5000 1.4852416e-12 507072.35 990 -0.00653249999999644 507062.909163472 990 5000 1.4851551e-12 507062.91 Loop time of 0.0170231 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:30 2021 Pair time (%) = 0.000744104 (4.37115) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205882) Outpt time (%) = 0.016155 (94.9006) Other time (%) = 8.89301e-05 (0.522409) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:30 2021 Memory usage per processor = 27.5135 Mbytes Step Atoms AVEKE stressZZ 990 5000 1.4851551e-12 507062.37 991 -0.00653249999999644 507052.925907638 991 5000 1.4850687e-12 507052.93 Loop time of 0.015641 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:30 2021 Pair time (%) = 0.000743866 (4.75588) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.222551) Outpt time (%) = 0.0147722 (94.4454) Other time (%) = 9.01222e-05 (0.576193) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:30 2021 Memory usage per processor = 27.5135 Mbytes Step Atoms AVEKE stressZZ 991 5000 1.4850687e-12 507052.38 992 -0.00653249999999644 507042.943032385 992 5000 1.4849822e-12 507042.94 Loop time of 0.01594 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:30 2021 Pair time (%) = 0.000746965 (4.68612) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.212394) Outpt time (%) = 0.015069 (94.5361) Other time (%) = 9.01222e-05 (0.565386) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:30 2021 Memory usage per processor = 27.5135 Mbytes Step Atoms AVEKE stressZZ 992 5000 1.4849822e-12 507042.4 993 -0.00653249999999644 507032.960537687 993 5000 1.4848958e-12 507032.96 Loop time of 0.0169389 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:30 2021 Pair time (%) = 0.000745058 (4.3985) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206905) Outpt time (%) = 0.0160699 (94.8696) Other time (%) = 8.89301e-05 (0.525005) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:30 2021 Memory usage per processor = 27.5135 Mbytes Step Atoms AVEKE stressZZ 993 5000 1.4848958e-12 507032.42 994 -0.00653249999999644 507022.978423494 994 5000 1.4848094e-12 507022.98 Loop time of 0.0160692 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:30 2021 Pair time (%) = 0.000726938 (4.52381) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.218104) Outpt time (%) = 0.0151849 (94.497) Other time (%) = 0.000122309 (0.761139) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:30 2021 Memory usage per processor = 27.5135 Mbytes Step Atoms AVEKE stressZZ 994 5000 1.4848094e-12 507022.44 995 -0.00653249999999644 507012.996689827 995 5000 1.484723e-12 507013 Loop time of 0.0170119 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:30 2021 Pair time (%) = 0.00110888 (6.5183) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.229843) Outpt time (%) = 0.015651 (92.0003) Other time (%) = 0.000212908 (1.25152) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:30 2021 Memory usage per processor = 27.5135 Mbytes Step Atoms AVEKE stressZZ 995 5000 1.484723e-12 507012.45 996 -0.00653249999999644 507003.015336629 996 5000 1.4846365e-12 507003.02 Loop time of 0.017004 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:30 2021 Pair time (%) = 0.000921011 (5.41643) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206113) Outpt time (%) = 0.015949 (93.7956) Other time (%) = 9.89437e-05 (0.581884) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:30 2021 Memory usage per processor = 27.5135 Mbytes Step Atoms AVEKE stressZZ 996 5000 1.4846365e-12 507002.47 997 -0.00653249999999644 506993.034363894 997 5000 1.4845501e-12 506993.03 Loop time of 0.015975 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:30 2021 Pair time (%) = 0.000743151 (4.65196) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.21939) Outpt time (%) = 0.015094 (94.4854) Other time (%) = 0.000102758 (0.643245) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:30 2021 Memory usage per processor = 27.5135 Mbytes Step Atoms AVEKE stressZZ 997 5000 1.4845501e-12 506992.49 998 -0.00653249999999644 506983.053771577 998 5000 1.4844637e-12 506983.05 Loop time of 0.016206 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:30 2021 Pair time (%) = 0.000899076 (5.54779) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.241272) Outpt time (%) = 0.0151441 (93.4474) Other time (%) = 0.000123739 (0.763538) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:30 2021 Memory usage per processor = 27.5135 Mbytes Step Atoms AVEKE stressZZ 998 5000 1.4844637e-12 506982.51 999 -0.00653249999999644 506973.073559658 999 5000 1.4843774e-12 506973.07 Loop time of 0.0165629 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:30 2021 Pair time (%) = 0.000744104 (4.49259) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211602) Outpt time (%) = 0.015692 (94.7416) Other time (%) = 9.17912e-05 (0.554196) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:30 2021 Memory usage per processor = 27.5135 Mbytes Step Atoms AVEKE stressZZ 999 5000 1.4843774e-12 506972.53 1000 -0.00653249999999644 506963.093728115 1000 5000 1.484291e-12 506963.09 Loop time of 0.0176561 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:30 2021 Pair time (%) = 0.000743151 (4.20903) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.198501) Outpt time (%) = 0.0167851 (95.0672) Other time (%) = 9.27448e-05 (0.525285) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:30 2021 Memory usage per processor = 27.5135 Mbytes Step Atoms AVEKE stressZZ 1000 5000 1.484291e-12 506962.55 1001 -0.00653249999999644 506953.114276918 1001 5000 1.4842046e-12 506953.11 Loop time of 0.0166309 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:30 2021 Pair time (%) = 0.000744104 (4.47423) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.210738) Outpt time (%) = 0.0157571 (94.7459) Other time (%) = 9.46522e-05 (0.569135) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:30 2021 Memory usage per processor = 27.5135 Mbytes Step Atoms AVEKE stressZZ 1001 5000 1.4842046e-12 506952.57 1002 -0.00653249999999644 506943.135206048 1002 5000 1.4841182e-12 506943.14 Loop time of 0.0167079 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:30 2021 Pair time (%) = 0.000812054 (4.8603) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.215474) Outpt time (%) = 0.015759 (94.3206) Other time (%) = 0.000100851 (0.603613) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:30 2021 Memory usage per processor = 27.5135 Mbytes Step Atoms AVEKE stressZZ 1002 5000 1.4841182e-12 506942.59 1003 -0.00653249999999644 506933.156515485 1003 5000 1.4840319e-12 506933.16 Loop time of 0.0165572 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:30 2021 Pair time (%) = 0.000741959 (4.48118) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211675) Outpt time (%) = 0.015686 (94.7384) Other time (%) = 9.41753e-05 (0.568787) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:30 2021 Memory usage per processor = 27.5135 Mbytes Step Atoms AVEKE stressZZ 1003 5000 1.4840319e-12 506932.61 1004 -0.00653249999999644 506923.178205187 1004 5000 1.4839455e-12 506923.18 Loop time of 0.016392 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:30 2021 Pair time (%) = 0.000907898 (5.53867) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.237081) Outpt time (%) = 0.015327 (93.5028) Other time (%) = 0.000118256 (0.721423) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:30 2021 Memory usage per processor = 27.5135 Mbytes Step Atoms AVEKE stressZZ 1004 5000 1.4839455e-12 506922.64 1005 -0.00653249999999644 506913.200275148 1005 5000 1.4838592e-12 506913.2 Loop time of 0.0166671 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:30 2021 Pair time (%) = 0.000952959 (5.7176) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.221723) Outpt time (%) = 0.0154822 (92.8906) Other time (%) = 0.000195026 (1.17013) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:30 2021 Memory usage per processor = 27.5135 Mbytes Step Atoms AVEKE stressZZ 1005 5000 1.4838592e-12 506912.66 1006 -0.00653249999999644 506903.222725325 1006 5000 1.4837728e-12 506903.22 Loop time of 0.0168359 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:30 2021 Pair time (%) = 0.000743866 (4.41832) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.202507) Outpt time (%) = 0.0159681 (94.8453) Other time (%) = 8.98838e-05 (0.533881) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:30 2021 Memory usage per processor = 27.5135 Mbytes Step Atoms AVEKE stressZZ 1006 5000 1.4837728e-12 506902.68 1007 -0.00653249999999644 506893.24555571 1007 5000 1.4836865e-12 506893.25 Loop time of 0.01595 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:30 2021 Pair time (%) = 0.000742912 (4.65777) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.218239) Outpt time (%) = 0.0150828 (94.5634) Other time (%) = 8.9407e-05 (0.560546) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:30 2021 Memory usage per processor = 27.5135 Mbytes Step Atoms AVEKE stressZZ 1007 5000 1.4836865e-12 506892.7 1008 -0.00653249999999644 506883.268766275 1008 5000 1.4836001e-12 506883.27 Loop time of 0.0162339 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:30 2021 Pair time (%) = 0.000878096 (5.40902) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.246732) Outpt time (%) = 0.0151691 (93.441) Other time (%) = 0.000146627 (0.903216) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:30 2021 Memory usage per processor = 27.5135 Mbytes Step Atoms AVEKE stressZZ 1008 5000 1.4836001e-12 506882.73 1009 -0.00653249999999644 506873.292356965 1009 5000 1.4835138e-12 506873.29 Loop time of 0.01683 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:30 2021 Pair time (%) = 0.000743866 (4.41989) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.206828) Outpt time (%) = 0.015955 (94.801) Other time (%) = 9.63211e-05 (0.572319) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:30 2021 Memory usage per processor = 27.5135 Mbytes Step Atoms AVEKE stressZZ 1009 5000 1.4835138e-12 506872.75 1010 -0.00653249999999644 506863.316327805 1010 5000 1.4834275e-12 506863.32 Loop time of 0.017554 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:30 2021 Pair time (%) = 0.000742912 (4.23214) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.198297) Outpt time (%) = 0.016686 (95.0548) Other time (%) = 9.03606e-05 (0.514757) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:30 2021 Memory usage per processor = 27.5135 Mbytes Step Atoms AVEKE stressZZ 1010 5000 1.4834275e-12 506862.77 1011 -0.00653249999999644 506853.340678716 1011 5000 1.4833412e-12 506853.34 Loop time of 0.0160451 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:30 2021 Pair time (%) = 0.000760078 (4.73714) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.224375) Outpt time (%) = 0.0151181 (94.2227) Other time (%) = 0.000130892 (0.815775) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:30 2021 Memory usage per processor = 27.5135 Mbytes Step Atoms AVEKE stressZZ 1011 5000 1.4833412e-12 506852.8 1012 -0.00653249999999644 506843.365409729 1012 5000 1.4832549e-12 506843.37 Loop time of 0.0167558 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:30 2021 Pair time (%) = 0.000853062 (5.09114) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209166) Outpt time (%) = 0.015774 (94.1405) Other time (%) = 9.36985e-05 (0.5592) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:30 2021 Memory usage per processor = 27.5135 Mbytes Step Atoms AVEKE stressZZ 1012 5000 1.4832549e-12 506842.82 1013 -0.00653249999999644 506833.390520798 1013 5000 1.4831686e-12 506833.39 Loop time of 0.0169282 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:30 2021 Pair time (%) = 0.000782967 (4.62522) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207036) Outpt time (%) = 0.0160148 (94.6044) Other time (%) = 9.53674e-05 (0.563364) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:30 2021 Memory usage per processor = 27.5135 Mbytes Step Atoms AVEKE stressZZ 1013 5000 1.4831686e-12 506832.85 1014 -0.00653249999999644 506823.4160119 1014 5000 1.4830823e-12 506823.42 Loop time of 0.016319 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:30 2021 Pair time (%) = 0.000746965 (4.57726) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.220609) Outpt time (%) = 0.015393 (94.3255) Other time (%) = 0.000143051 (0.876591) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:30 2021 Memory usage per processor = 27.5135 Mbytes Step Atoms AVEKE stressZZ 1014 5000 1.4830823e-12 506822.87 1015 -0.00653249999999644 506813.441883006 1015 5000 1.482996e-12 506813.44 Loop time of 0.0168262 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:30 2021 Pair time (%) = 0.000833988 (4.9565) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.226712) Outpt time (%) = 0.0158391 (94.1338) Other time (%) = 0.000114918 (0.682971) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:30 2021 Memory usage per processor = 27.5135 Mbytes Step Atoms AVEKE stressZZ 1015 5000 1.482996e-12 506812.9 1016 -0.00653249999999644 506803.468134077 1016 5000 1.4829097e-12 506803.47 Loop time of 0.016777 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:30 2021 Pair time (%) = 0.000741005 (4.41678) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208902) Outpt time (%) = 0.0159061 (94.8087) Other time (%) = 9.48906e-05 (0.565598) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:30 2021 Memory usage per processor = 27.5135 Mbytes Step Atoms AVEKE stressZZ 1016 5000 1.4829097e-12 506802.93 1017 -0.00653249999999644 506793.494765105 1017 5000 1.4828234e-12 506793.49 Loop time of 0.015903 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:30 2021 Pair time (%) = 0.00074482 (4.68352) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.218884) Outpt time (%) = 0.015028 (94.4979) Other time (%) = 9.53674e-05 (0.599682) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:30 2021 Memory usage per processor = 27.5135 Mbytes Step Atoms AVEKE stressZZ 1017 5000 1.4828234e-12 506792.95 1018 -0.00653249999999644 506783.521776068 1018 5000 1.4827372e-12 506783.52 Loop time of 0.0163689 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:30 2021 Pair time (%) = 0.00101686 (6.21213) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.292764) Outpt time (%) = 0.015106 (92.2847) Other time (%) = 0.000198126 (1.21038) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:30 2021 Memory usage per processor = 27.5135 Mbytes Step Atoms AVEKE stressZZ 1018 5000 1.4827372e-12 506782.98 1019 -0.00653249999999644 506773.54916693 1019 5000 1.4826509e-12 506773.55 Loop time of 0.0166559 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:30 2021 Pair time (%) = 0.000747919 (4.49041) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.221872) Outpt time (%) = 0.015769 (94.6751) Other time (%) = 0.000102043 (0.612654) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:30 2021 Memory usage per processor = 27.5135 Mbytes Step Atoms AVEKE stressZZ 1019 5000 1.4826509e-12 506773.01 1020 -0.00653249999999644 506763.576937679 1020 5000 1.4825647e-12 506763.58 Loop time of 0.0184789 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:30 2021 Pair time (%) = 0.000751019 (4.0642) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.189663) Outpt time (%) = 0.0175979 (95.2326) Other time (%) = 9.48906e-05 (0.513509) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:30 2021 Memory usage per processor = 27.5135 Mbytes Step Atoms AVEKE stressZZ 1020 5000 1.4825647e-12 506763.03 1021 -0.00653249999999644 506753.605088275 1021 5000 1.4824784e-12 506753.61 Loop time of 0.0159919 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:30 2021 Pair time (%) = 0.00080204 (5.01528) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.232575) Outpt time (%) = 0.0150471 (94.0917) Other time (%) = 0.000105619 (0.660455) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:30 2021 Memory usage per processor = 27.5135 Mbytes Step Atoms AVEKE stressZZ 1021 5000 1.4824784e-12 506753.06 1022 -0.00653249999999644 506743.633618699 1022 5000 1.4823922e-12 506743.63 Loop time of 0.0170279 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:30 2021 Pair time (%) = 0.000748873 (4.39793) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205825) Outpt time (%) = 0.0161309 (94.7326) Other time (%) = 0.00011301 (0.66368) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:30 2021 Memory usage per processor = 27.5135 Mbytes Step Atoms AVEKE stressZZ 1022 5000 1.4823922e-12 506743.09 1023 -0.00653249999999644 506733.662528941 1023 5000 1.4823059e-12 506733.66 Loop time of 0.0166359 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:30 2021 Pair time (%) = 0.000743151 (4.46715) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.210674) Outpt time (%) = 0.015763 (94.7532) Other time (%) = 9.46522e-05 (0.568964) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:30 2021 Memory usage per processor = 27.5135 Mbytes Step Atoms AVEKE stressZZ 1023 5000 1.4823059e-12 506733.12 1024 -0.00653249999999644 506723.691818949 1024 5000 1.4822197e-12 506723.69 Loop time of 0.0160701 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:30 2021 Pair time (%) = 0.000753164 (4.68674) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.22996) Outpt time (%) = 0.0151181 (94.0759) Other time (%) = 0.000161886 (1.00737) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:30 2021 Memory usage per processor = 27.5135 Mbytes Step Atoms AVEKE stressZZ 1024 5000 1.4822197e-12 506723.15 1025 -0.00653249999999644 506713.721488712 1025 5000 1.4821335e-12 506713.72 Loop time of 0.016566 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:30 2021 Pair time (%) = 0.000803947 (4.85299) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211563) Outpt time (%) = 0.0156109 (94.2346) Other time (%) = 0.00011611 (0.700891) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:30 2021 Memory usage per processor = 27.5135 Mbytes Step Atoms AVEKE stressZZ 1025 5000 1.4821335e-12 506713.18 1026 -0.00653249999999644 506703.751538219 1026 5000 1.4820473e-12 506703.75 Loop time of 0.0166862 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:30 2021 Pair time (%) = 0.000792027 (4.7466) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.22147) Outpt time (%) = 0.015753 (94.4075) Other time (%) = 0.000104189 (0.624402) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:30 2021 Memory usage per processor = 27.5135 Mbytes Step Atoms AVEKE stressZZ 1026 5000 1.4820473e-12 506703.21 1027 -0.00653249999999644 506693.781967426 1027 5000 1.4819611e-12 506693.78 Loop time of 0.0161119 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:30 2021 Pair time (%) = 0.000795126 (4.93504) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.217526) Outpt time (%) = 0.0151839 (94.2407) Other time (%) = 9.77516e-05 (0.606706) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:30 2021 Memory usage per processor = 27.5135 Mbytes Step Atoms AVEKE stressZZ 1027 5000 1.4819611e-12 506693.24 1028 -0.00653249999999644 506683.812776313 1028 5000 1.4818749e-12 506683.81 Loop time of 0.0164392 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:30 2021 Pair time (%) = 0.00100017 (6.08403) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.28571) Outpt time (%) = 0.0152102 (92.5237) Other time (%) = 0.000181913 (1.10658) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:30 2021 Memory usage per processor = 27.5135 Mbytes Step Atoms AVEKE stressZZ 1028 5000 1.4818749e-12 506683.27 1029 -0.00653249999999644 506673.843964862 1029 5000 1.4817887e-12 506673.84 Loop time of 0.0165749 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:30 2021 Pair time (%) = 0.000787973 (4.75403) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.205696) Outpt time (%) = 0.0156579 (94.4678) Other time (%) = 9.48906e-05 (0.572497) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:30 2021 Memory usage per processor = 27.5135 Mbytes Step Atoms AVEKE stressZZ 1029 5000 1.4817887e-12 506673.3 1030 -0.00653249999999644 506663.875533051 1030 5000 1.4817025e-12 506663.88 Loop time of 0.017319 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:30 2021 Pair time (%) = 0.000744104 (4.29647) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.202365) Outpt time (%) = 0.0164461 (94.9601) Other time (%) = 9.36985e-05 (0.541017) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:30 2021 Memory usage per processor = 27.5135 Mbytes Step Atoms AVEKE stressZZ 1030 5000 1.4817025e-12 506663.33 1031 -0.00653249999999644 506653.907480862 1031 5000 1.4816163e-12 506653.91 Loop time of 0.016151 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:31 2021 Pair time (%) = 0.000784159 (4.85519) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.23619) Outpt time (%) = 0.0152221 (94.2488) Other time (%) = 0.000106573 (0.659857) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:31 2021 Memory usage per processor = 27.5135 Mbytes Step Atoms AVEKE stressZZ 1031 5000 1.4816163e-12 506653.36 1032 -0.00653249999999644 506643.93980824 1032 5000 1.4815301e-12 506643.94 Loop time of 0.016453 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:31 2021 Pair time (%) = 0.000746012 (4.53419) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.213016) Outpt time (%) = 0.0155821 (94.7065) Other time (%) = 8.98838e-05 (0.546306) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:31 2021 Memory usage per processor = 27.5135 Mbytes Step Atoms AVEKE stressZZ 1032 5000 1.4815301e-12 506643.4 1033 -0.00653249999999644 506633.972515187 1033 5000 1.481444e-12 506633.97 Loop time of 0.0164051 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:31 2021 Pair time (%) = 0.000743866 (4.53436) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.206371) Outpt time (%) = 0.0155361 (94.7027) Other time (%) = 9.13143e-05 (0.556621) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:31 2021 Memory usage per processor = 27.5135 Mbytes Step Atoms AVEKE stressZZ 1033 5000 1.481444e-12 506633.43 1034 -0.00653249999999644 506624.005601668 1034 5000 1.4813578e-12 506624.01 Loop time of 0.016156 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:31 2021 Pair time (%) = 0.000747919 (4.62937) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.222835) Outpt time (%) = 0.01527 (94.5162) Other time (%) = 0.000102043 (0.631613) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:31 2021 Memory usage per processor = 27.5135 Mbytes Step Atoms AVEKE stressZZ 1034 5000 1.4813578e-12 506623.46 1035 -0.00653249999999644 506614.039067662 1035 5000 1.4812716e-12 506614.04 Loop time of 0.016665 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:31 2021 Pair time (%) = 0.00077486 (4.64963) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.210306) Outpt time (%) = 0.015728 (94.3775) Other time (%) = 0.000127077 (0.76254) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:31 2021 Memory usage per processor = 27.5135 Mbytes Step Atoms AVEKE stressZZ 1035 5000 1.4812716e-12 506613.5 1036 -0.00653249999999644 506604.072913153 1036 5000 1.4811855e-12 506604.07 Loop time of 0.0159161 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:31 2021 Pair time (%) = 0.000742912 (4.66768) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.212712) Outpt time (%) = 0.0150461 (94.5339) Other time (%) = 9.32217e-05 (0.585706) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:31 2021 Memory usage per processor = 27.5135 Mbytes Step Atoms AVEKE stressZZ 1036 5000 1.4811855e-12 506603.53 1037 -0.00653249999999644 506594.107138091 1037 5000 1.4810993e-12 506594.11 Loop time of 0.015857 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:31 2021 Pair time (%) = 0.000782013 (4.93166) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.213505) Outpt time (%) = 0.0149498 (94.279) Other time (%) = 9.13143e-05 (0.575862) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:31 2021 Memory usage per processor = 27.5135 Mbytes Step Atoms AVEKE stressZZ 1037 5000 1.4810993e-12 506593.56 1038 -0.00653249999999644 506584.141742485 1038 5000 1.4810132e-12 506584.14 Loop time of 0.0159948 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:31 2021 Pair time (%) = 0.000742912 (4.64472) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.217628) Outpt time (%) = 0.0151269 (94.5742) Other time (%) = 9.01222e-05 (0.563447) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:31 2021 Memory usage per processor = 27.5135 Mbytes Step Atoms AVEKE stressZZ 1038 5000 1.4810132e-12 506583.6 1039 -0.00653249999999644 506574.176726296 1039 5000 1.4809271e-12 506574.18 Loop time of 0.016531 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:31 2021 Pair time (%) = 0.000798941 (4.83299) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.224991) Outpt time (%) = 0.01559 (94.3074) Other time (%) = 0.000104904 (0.634591) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:31 2021 Memory usage per processor = 27.5135 Mbytes Step Atoms AVEKE stressZZ 1039 5000 1.4809271e-12 506573.63 1040 -0.00653249999999644 506564.212092013 1040 5000 1.4808409e-12 506564.21 Loop time of 0.017904 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:31 2021 Pair time (%) = 0.000787973 (4.40109) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.201079) Outpt time (%) = 0.0169551 (94.7) Other time (%) = 0.000124931 (0.697783) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:31 2021 Memory usage per processor = 27.5136 Mbytes Step Atoms AVEKE stressZZ 1040 5000 1.4808409e-12 506563.67 1041 -0.00653249999999644 506554.247851896 1041 5000 1.4807548e-12 506554.25 Loop time of 0.0162699 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:31 2021 Pair time (%) = 0.000746012 (4.58522) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.215413) Outpt time (%) = 0.015398 (94.6411) Other time (%) = 9.08375e-05 (0.558315) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:31 2021 Memory usage per processor = 27.5136 Mbytes Step Atoms AVEKE stressZZ 1041 5000 1.4807548e-12 506553.71 1042 -0.00653249999999644 506544.283999791 1042 5000 1.4806687e-12 506544.28 Loop time of 0.0161891 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:31 2021 Pair time (%) = 0.000838041 (5.17658) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.247415) Outpt time (%) = 0.0151381 (93.5083) Other time (%) = 0.000172853 (1.06772) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:31 2021 Memory usage per processor = 27.5136 Mbytes Step Atoms AVEKE stressZZ 1042 5000 1.4806687e-12 506543.74 1043 -0.00653249999999644 506534.320533372 1043 5000 1.4805826e-12 506534.32 Loop time of 0.0165281 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:31 2021 Pair time (%) = 0.000746012 (4.51359) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.210605) Outpt time (%) = 0.01566 (94.7479) Other time (%) = 8.72612e-05 (0.527956) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:31 2021 Memory usage per processor = 27.5136 Mbytes Step Atoms AVEKE stressZZ 1043 5000 1.4805826e-12 506533.78 1044 -0.00653249999999644 506524.357451521 1044 5000 1.4804965e-12 506524.36 Loop time of 0.0160699 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:31 2021 Pair time (%) = 0.000749111 (4.66158) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.218094) Outpt time (%) = 0.015193 (94.5432) Other time (%) = 9.27448e-05 (0.577134) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:31 2021 Memory usage per processor = 27.5136 Mbytes Step Atoms AVEKE stressZZ 1044 5000 1.4804965e-12 506523.81 1045 -0.00653249999999644 506514.394753574 1045 5000 1.4804104e-12 506514.39 Loop time of 0.016475 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:31 2021 Pair time (%) = 0.000787973 (4.78285) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.224309) Outpt time (%) = 0.015548 (94.3735) Other time (%) = 0.000102043 (0.619383) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:31 2021 Memory usage per processor = 27.5136 Mbytes Step Atoms AVEKE stressZZ 1045 5000 1.4804104e-12 506513.85 1046 -0.00653249999999644 506504.432439026 1046 5000 1.4803243e-12 506504.43 Loop time of 0.016839 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:31 2021 Pair time (%) = 0.000745058 (4.42459) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208133) Outpt time (%) = 0.015965 (94.8094) Other time (%) = 9.39369e-05 (0.557852) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:31 2021 Memory usage per processor = 27.5136 Mbytes Step Atoms AVEKE stressZZ 1046 5000 1.4803243e-12 506503.89 1047 -0.00653249999999644 506494.470507163 1047 5000 1.4802383e-12 506494.47 Loop time of 0.016428 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:31 2021 Pair time (%) = 0.000745058 (4.5353) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.21334) Outpt time (%) = 0.015553 (94.6737) Other time (%) = 9.48906e-05 (0.577615) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:31 2021 Memory usage per processor = 27.5136 Mbytes Step Atoms AVEKE stressZZ 1047 5000 1.4802383e-12 506493.93 1048 -0.00653249999999644 506484.508956399 1048 5000 1.4801522e-12 506484.51 Loop time of 0.0159431 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:31 2021 Pair time (%) = 0.000801086 (5.02467) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.231793) Outpt time (%) = 0.0149992 (94.0796) Other time (%) = 0.000105858 (0.663975) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:31 2021 Memory usage per processor = 27.5136 Mbytes Step Atoms AVEKE stressZZ 1048 5000 1.4801522e-12 506483.97 1049 -0.00653249999999644 506474.547787905 1049 5000 1.4800661e-12 506474.55 Loop time of 0.0165849 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:31 2021 Pair time (%) = 0.000769138 (4.63759) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211322) Outpt time (%) = 0.015686 (94.5804) Other time (%) = 9.46522e-05 (0.570714) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:31 2021 Memory usage per processor = 27.5136 Mbytes Step Atoms AVEKE stressZZ 1049 5000 1.4800661e-12 506474.01 1050 -0.00653249999999644 506464.587001494 1050 5000 1.4799801e-12 506464.59 Loop time of 0.018244 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:31 2021 Pair time (%) = 0.000823975 (4.51641) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.197331) Outpt time (%) = 0.0172751 (94.689) Other time (%) = 0.000108957 (0.597222) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:31 2021 Memory usage per processor = 27.5136 Mbytes Step Atoms AVEKE stressZZ 1050 5000 1.4799801e-12 506464.04 1051 -0.00653249999999644 506452.716974597 1051 5000 2.9240161e-12 506469.29 Loop time of 0.0160339 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:31 2021 Pair time (%) = 0.000743151 (4.63488) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.218584) Outpt time (%) = 0.0151169 (94.2811) Other time (%) = 0.00013876 (0.865415) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:31 2021 Memory usage per processor = 27.5136 Mbytes Step Atoms AVEKE stressZZ 1051 5000 2.9240161e-12 524675.39 1052 -0.00656499999999642 524662.774825625 1052 5000 2.3797344e-12 524662.77 Loop time of 0.0165682 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:31 2021 Pair time (%) = 0.00110602 (6.67559) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.217291) Outpt time (%) = 0.0152869 (92.2667) Other time (%) = 0.000139236 (0.840385) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:31 2021 Memory usage per processor = 27.5136 Mbytes Step Atoms AVEKE stressZZ 1052 5000 2.3797344e-12 524662.03 1053 -0.00656499999999642 524650.451397122 1053 5000 2.0629228e-12 524650.45 Loop time of 0.016808 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:31 2021 Pair time (%) = 0.000745058 (4.43275) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208517) Outpt time (%) = 0.015934 (94.7999) Other time (%) = 9.39369e-05 (0.558881) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:31 2021 Memory usage per processor = 27.5136 Mbytes Step Atoms AVEKE stressZZ 1053 5000 2.0629228e-12 524649.77 1054 -0.00656499999999642 524638.843231485 1054 5000 1.8733138e-12 524638.84 Loop time of 0.016073 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:31 2021 Pair time (%) = 0.000746012 (4.6414) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.218052) Outpt time (%) = 0.0151989 (94.562) Other time (%) = 9.29832e-05 (0.578506) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:31 2021 Memory usage per processor = 27.5136 Mbytes Step Atoms AVEKE stressZZ 1054 5000 1.8733138e-12 524638.2 1055 -0.00656499999999642 524627.689766588 1055 5000 1.7575328e-12 524627.69 Loop time of 0.0163801 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:31 2021 Pair time (%) = 0.000882149 (5.3855) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.250353) Outpt time (%) = 0.0153282 (93.5782) Other time (%) = 0.000128746 (0.785992) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:31 2021 Memory usage per processor = 27.5136 Mbytes Step Atoms AVEKE stressZZ 1055 5000 1.7575328e-12 524627.07 1056 -0.00656499999999642 524616.825413135 1056 5000 1.6858386e-12 524616.83 Loop time of 0.016721 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:31 2021 Pair time (%) = 0.000746012 (4.46152) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.215305) Outpt time (%) = 0.0158472 (94.7742) Other time (%) = 9.17912e-05 (0.548957) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:31 2021 Memory usage per processor = 27.5136 Mbytes Step Atoms AVEKE stressZZ 1056 5000 1.6858386e-12 524616.22 1057 -0.00656499999999642 524606.144937641 1057 5000 1.6410183e-12 524606.14 Loop time of 0.0161922 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:31 2021 Pair time (%) = 0.000747919 (4.61901) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.216447) Outpt time (%) = 0.0153148 (94.5815) Other time (%) = 9.44138e-05 (0.583082) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:31 2021 Memory usage per processor = 27.5136 Mbytes Step Atoms AVEKE stressZZ 1057 5000 1.6410183e-12 524605.55 1058 -0.00656499999999642 524595.581463189 1058 5000 1.6128144e-12 524595.58 Loop time of 0.016125 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:31 2021 Pair time (%) = 0.000776052 (4.81274) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.223264) Outpt time (%) = 0.0151658 (94.0517) Other time (%) = 0.000147104 (0.912277) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:31 2021 Memory usage per processor = 27.5136 Mbytes Step Atoms AVEKE stressZZ 1058 5000 1.6128144e-12 524595 1059 -0.00656499999999642 524585.092488812 1059 5000 1.5949838e-12 524585.09 Loop time of 0.016933 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:31 2021 Pair time (%) = 0.000746965 (4.41131) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.21261) Outpt time (%) = 0.0160511 (94.7918) Other time (%) = 9.89437e-05 (0.584326) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:31 2021 Memory usage per processor = 27.5136 Mbytes Step Atoms AVEKE stressZZ 1059 5000 1.5949838e-12 524584.51 1060 -0.00656499999999642 524574.651004655 1060 5000 1.5836701e-12 524574.65 Loop time of 0.0180809 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:31 2021 Pair time (%) = 0.000745058 (4.12068) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.193837) Outpt time (%) = 0.0172062 (95.162) Other time (%) = 9.46522e-05 (0.523491) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:31 2021 Memory usage per processor = 27.5137 Mbytes Step Atoms AVEKE stressZZ 1060 5000 1.5836701e-12 524574.07 1061 -0.00656499999999642 524564.239845686 1061 5000 1.5764676e-12 524564.24 Loop time of 0.016012 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:31 2021 Pair time (%) = 0.00080204 (5.00901) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.22484) Outpt time (%) = 0.0150781 (94.1676) Other time (%) = 9.58443e-05 (0.598579) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:31 2021 Memory usage per processor = 27.5137 Mbytes Step Atoms AVEKE stressZZ 1061 5000 1.5764676e-12 524563.66 1062 -0.00656499999999642 524553.84810329 1062 5000 1.5718653e-12 524553.85 Loop time of 0.0164831 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:31 2021 Pair time (%) = 0.000772953 (4.68938) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.218413) Outpt time (%) = 0.0155721 (94.4731) Other time (%) = 0.000102043 (0.619079) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:31 2021 Memory usage per processor = 27.5137 Mbytes Step Atoms AVEKE stressZZ 1062 5000 1.5718653e-12 524553.27 1063 -0.00656499999999642 524543.468844911 1063 5000 1.5689105e-12 524543.47 Loop time of 0.0168021 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:31 2021 Pair time (%) = 0.000746965 (4.44567) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.201496) Outpt time (%) = 0.0159311 (94.8165) Other time (%) = 9.01222e-05 (0.536376) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:31 2021 Memory usage per processor = 27.5137 Mbytes Step Atoms AVEKE stressZZ 1063 5000 1.5689105e-12 524542.89 1064 -0.00656499999999642 524533.097664846 1064 5000 1.5670008e-12 524533.1 Loop time of 0.015867 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:31 2021 Pair time (%) = 0.00074482 (4.69414) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.21337) Outpt time (%) = 0.014993 (94.4914) Other time (%) = 9.53674e-05 (0.601043) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:31 2021 Memory usage per processor = 27.5137 Mbytes Step Atoms AVEKE stressZZ 1064 5000 1.5670008e-12 524532.52 1065 -0.00656499999999642 524522.731763169 1065 5000 1.5657544e-12 524522.73 Loop time of 0.0167961 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:31 2021 Pair time (%) = 0.00118017 (7.02646) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.273961) Outpt time (%) = 0.0154111 (91.7542) Other time (%) = 0.000158787 (0.945378) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:31 2021 Memory usage per processor = 27.5137 Mbytes Step Atoms AVEKE stressZZ 1065 5000 1.5657544e-12 524522.16 1066 -0.00656499999999642 524512.369360455 1066 5000 1.5649292e-12 524512.37 Loop time of 0.0164979 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:31 2021 Pair time (%) = 0.000746012 (4.52187) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.212437) Outpt time (%) = 0.015624 (94.7035) Other time (%) = 9.27448e-05 (0.562163) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:31 2021 Memory usage per processor = 27.5137 Mbytes Step Atoms AVEKE stressZZ 1066 5000 1.5649292e-12 524511.79 1067 -0.00656499999999642 524502.009325881 1067 5000 1.5643715e-12 524502.01 Loop time of 0.0164959 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:31 2021 Pair time (%) = 0.000745058 (4.51661) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.20668) Outpt time (%) = 0.015624 (94.7145) Other time (%) = 9.27448e-05 (0.562228) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:31 2021 Memory usage per processor = 27.5137 Mbytes Step Atoms AVEKE stressZZ 1067 5000 1.5643715e-12 524501.43 1068 -0.00656499999999642 524491.650940773 1068 5000 1.5639838e-12 524491.65 Loop time of 0.0167191 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:31 2021 Pair time (%) = 0.00109911 (6.57398) Neigh time (%) = 0 (0) Comm time (%) = 4.41074e-05 (0.263815) Outpt time (%) = 0.0154221 (92.2424) Other time (%) = 0.00015378 (0.919786) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:31 2021 Memory usage per processor = 27.5137 Mbytes Step Atoms AVEKE stressZZ 1068 5000 1.5639838e-12 524491.08 1069 -0.00656499999999642 524481.293748361 1069 5000 1.563704e-12 524481.29 Loop time of 0.016664 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:31 2021 Pair time (%) = 0.000746012 (4.47678) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.210318) Outpt time (%) = 0.01579 (94.7549) Other time (%) = 9.29832e-05 (0.557988) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:31 2021 Memory usage per processor = 27.5137 Mbytes Step Atoms AVEKE stressZZ 1069 5000 1.563704e-12 524480.72 1070 -0.00656499999999642 524470.937458373 1070 5000 1.563493e-12 524470.94 Loop time of 0.017813 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:31 2021 Pair time (%) = 0.000790119 (4.43564) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.191399) Outpt time (%) = 0.0168941 (94.8416) Other time (%) = 9.46522e-05 (0.531367) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:31 2021 Memory usage per processor = 27.5137 Mbytes Step Atoms AVEKE stressZZ 1070 5000 1.563493e-12 524470.36 1071 -0.00656499999999642 524460.581886302 1071 5000 1.5633255e-12 524460.58 Loop time of 0.0161459 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:31 2021 Pair time (%) = 0.000748158 (4.63372) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.222974) Outpt time (%) = 0.015233 (94.3459) Other time (%) = 0.000128746 (0.797389) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:31 2021 Memory usage per processor = 27.5137 Mbytes Step Atoms AVEKE stressZZ 1071 5000 1.5633255e-12 524460.01 1072 -0.00656499999999642 524450.226914855 1072 5000 1.5631857e-12 524450.23 Loop time of 0.0166039 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:31 2021 Pair time (%) = 0.000797987 (4.80601) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.222567) Outpt time (%) = 0.0156691 (94.3698) Other time (%) = 9.98974e-05 (0.601648) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:31 2021 Memory usage per processor = 27.5137 Mbytes Step Atoms AVEKE stressZZ 1072 5000 1.5631857e-12 524449.65 1073 -0.00656499999999642 524439.872469535 1073 5000 1.5630636e-12 524439.87 Loop time of 0.0168102 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:31 2021 Pair time (%) = 0.00074482 (4.43077) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.20849) Outpt time (%) = 0.0159349 (94.7934) Other time (%) = 9.53674e-05 (0.56732) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:31 2021 Memory usage per processor = 27.5137 Mbytes Step Atoms AVEKE stressZZ 1073 5000 1.5630636e-12 524439.3 1074 -0.00656499999999642 524429.51850292 1074 5000 1.5629526e-12 524429.52 Loop time of 0.0160482 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:31 2021 Pair time (%) = 0.000746012 (4.64857) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.218389) Outpt time (%) = 0.0151742 (94.5536) Other time (%) = 9.29832e-05 (0.5794) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:31 2021 Memory usage per processor = 27.5137 Mbytes Step Atoms AVEKE stressZZ 1074 5000 1.5629526e-12 524428.94 1075 -0.00656499999999642 524419.164984906 1075 5000 1.5628488e-12 524419.16 Loop time of 0.0168841 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:31 2021 Pair time (%) = 0.00103617 (6.13694) Neigh time (%) = 0 (0) Comm time (%) = 4.91142e-05 (0.290891) Outpt time (%) = 0.0156388 (92.6247) Other time (%) = 0.000159979 (0.947513) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:31 2021 Memory usage per processor = 27.5137 Mbytes Step Atoms AVEKE stressZZ 1075 5000 1.5628488e-12 524418.59 1076 -0.00656499999999642 524408.811896294 1076 5000 1.5627495e-12 524408.81 Loop time of 0.0165119 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:31 2021 Pair time (%) = 0.000823021 (4.98441) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.218032) Outpt time (%) = 0.015527 (94.0352) Other time (%) = 0.000125885 (0.762389) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:31 2021 Memory usage per processor = 27.5137 Mbytes Step Atoms AVEKE stressZZ 1076 5000 1.5627495e-12 524408.24 1077 -0.00656499999999642 524398.459224903 1077 5000 1.5626531e-12 524398.46 Loop time of 0.0169041 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:32 2021 Pair time (%) = 0.000772953 (4.57257) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.225667) Outpt time (%) = 0.0159931 (94.6108) Other time (%) = 9.98974e-05 (0.590965) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:32 2021 Memory usage per processor = 27.5137 Mbytes Step Atoms AVEKE stressZZ 1077 5000 1.5626531e-12 524397.88 1078 -0.00656499999999642 524388.106962948 1078 5000 1.5625585e-12 524388.11 Loop time of 0.016099 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:32 2021 Pair time (%) = 0.000828981 (5.14928) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.235472) Outpt time (%) = 0.0151241 (93.9444) Other time (%) = 0.000108004 (0.670873) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:32 2021 Memory usage per processor = 27.5137 Mbytes Step Atoms AVEKE stressZZ 1078 5000 1.5625585e-12 524387.53 1079 -0.00656499999999642 524377.755105505 1079 5000 1.5624651e-12 524377.76 Loop time of 0.01669 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:32 2021 Pair time (%) = 0.000746965 (4.47552) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209991) Outpt time (%) = 0.015816 (94.7631) Other time (%) = 9.20296e-05 (0.551405) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:32 2021 Memory usage per processor = 27.5137 Mbytes Step Atoms AVEKE stressZZ 1079 5000 1.5624651e-12 524377.18 1080 -0.00656499999999642 524367.403649403 1080 5000 1.5623724e-12 524367.4 Loop time of 0.0179701 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:32 2021 Pair time (%) = 0.000747919 (4.16202) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.20034) Outpt time (%) = 0.0170538 (94.9013) Other time (%) = 0.000132322 (0.736348) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:32 2021 Memory usage per processor = 27.5137 Mbytes Step Atoms AVEKE stressZZ 1080 5000 1.5623724e-12 524366.83 1081 -0.00656499999999642 524357.052592632 1081 5000 1.5622802e-12 524357.05 Loop time of 0.0160201 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:32 2021 Pair time (%) = 0.000746012 (4.65674) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.218773) Outpt time (%) = 0.0151439 (94.5307) Other time (%) = 9.5129e-05 (0.593812) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:32 2021 Memory usage per processor = 27.5137 Mbytes Step Atoms AVEKE stressZZ 1081 5000 1.5622802e-12 524356.48 1082 -0.00656499999999642 524346.70193388 1082 5000 1.5621883e-12 524346.7 Loop time of 0.015708 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:32 2021 Pair time (%) = 0.000747204 (4.75685) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.223119) Outpt time (%) = 0.0148349 (94.4417) Other time (%) = 9.08375e-05 (0.578289) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:32 2021 Memory usage per processor = 27.5137 Mbytes Step Atoms AVEKE stressZZ 1082 5000 1.5621883e-12 524346.13 1083 -0.00656499999999642 524336.351672295 1083 5000 1.5620966e-12 524336.35 Loop time of 0.0157781 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:32 2021 Pair time (%) = 0.000749111 (4.7478) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.222128) Outpt time (%) = 0.014904 (94.4604) Other time (%) = 8.98838e-05 (0.569676) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:32 2021 Memory usage per processor = 27.5137 Mbytes Step Atoms AVEKE stressZZ 1083 5000 1.5620966e-12 524335.78 1084 -0.00656499999999642 524326.001807349 1084 5000 1.562005e-12 524326 Loop time of 0.016413 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:32 2021 Pair time (%) = 0.000746965 (4.55107) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.212083) Outpt time (%) = 0.0155461 (94.7183) Other time (%) = 8.51154e-05 (0.518586) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:32 2021 Memory usage per processor = 27.5137 Mbytes Step Atoms AVEKE stressZZ 1084 5000 1.562005e-12 524325.43 1085 -0.00656499999999642 524315.652338675 1085 5000 1.5619135e-12 524315.65 Loop time of 0.0161169 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:32 2021 Pair time (%) = 0.000746012 (4.62877) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.217459) Outpt time (%) = 0.0151958 (94.2854) Other time (%) = 0.000139952 (0.868356) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:32 2021 Memory usage per processor = 27.5137 Mbytes Step Atoms AVEKE stressZZ 1085 5000 1.5619135e-12 524315.08 1086 -0.00656499999999642 524305.303266015 1086 5000 1.5618221e-12 524305.3 Loop time of 0.0166218 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:32 2021 Pair time (%) = 0.000798941 (4.80658) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.222327) Outpt time (%) = 0.0156829 (94.3514) Other time (%) = 0.000102997 (0.619648) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:32 2021 Memory usage per processor = 27.5137 Mbytes Step Atoms AVEKE stressZZ 1086 5000 1.5618221e-12 524304.73 1087 -0.00656499999999642 524294.954589205 1087 5000 1.5617307e-12 524294.95 Loop time of 0.01668 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:32 2021 Pair time (%) = 0.000745058 (4.46677) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.210117) Outpt time (%) = 0.015765 (94.5141) Other time (%) = 0.000134945 (0.809022) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:32 2021 Memory usage per processor = 27.5137 Mbytes Step Atoms AVEKE stressZZ 1087 5000 1.5617307e-12 524294.38 1088 -0.00656499999999642 524284.606308123 1088 5000 1.5616393e-12 524284.61 Loop time of 0.0158961 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:32 2021 Pair time (%) = 0.000746965 (4.69905) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.220479) Outpt time (%) = 0.0150189 (94.482) Other time (%) = 9.5129e-05 (0.598443) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:32 2021 Memory usage per processor = 27.5137 Mbytes Step Atoms AVEKE stressZZ 1088 5000 1.5616393e-12 524284.03 1089 -0.00656499999999642 524274.258422695 1089 5000 1.561548e-12 524274.26 Loop time of 0.0163639 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:32 2021 Pair time (%) = 0.000927925 (5.67058) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.23166) Outpt time (%) = 0.0152791 (93.3707) Other time (%) = 0.000118971 (0.727034) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:32 2021 Memory usage per processor = 27.5137 Mbytes Step Atoms AVEKE stressZZ 1089 5000 1.561548e-12 524273.68 1090 -0.00656499999999642 524263.91093284 1090 5000 1.5614566e-12 524263.91 Loop time of 0.0180349 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:32 2021 Pair time (%) = 0.000745058 (4.13119) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.194331) Outpt time (%) = 0.0171609 (95.1536) Other time (%) = 9.39369e-05 (0.520861) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:32 2021 Memory usage per processor = 27.5137 Mbytes Step Atoms AVEKE stressZZ 1090 5000 1.5614566e-12 524263.34 1091 -0.00656499999999642 524253.563838509 1091 5000 1.5613653e-12 524253.56 Loop time of 0.016794 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:32 2021 Pair time (%) = 0.00108194 (6.44245) Neigh time (%) = 0 (0) Comm time (%) = 4.91142e-05 (0.292452) Outpt time (%) = 0.015465 (92.0868) Other time (%) = 0.000197887 (1.17832) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:32 2021 Memory usage per processor = 27.5137 Mbytes Step Atoms AVEKE stressZZ 1091 5000 1.5613653e-12 524252.99 1092 -0.00656499999999642 524243.217139626 1092 5000 1.561274e-12 524243.22 Loop time of 0.0168691 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:32 2021 Pair time (%) = 0.000750065 (4.44639) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.213415) Outpt time (%) = 0.0159841 (94.7537) Other time (%) = 9.89437e-05 (0.586539) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:32 2021 Memory usage per processor = 27.5137 Mbytes Step Atoms AVEKE stressZZ 1092 5000 1.561274e-12 524242.64 1093 -0.00656499999999642 524232.870836172 1093 5000 1.5611827e-12 524232.87 Loop time of 0.016979 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:32 2021 Pair time (%) = 0.000811815 (4.7813) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.212034) Outpt time (%) = 0.016031 (94.4169) Other time (%) = 0.000100136 (0.589763) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:32 2021 Memory usage per processor = 27.5137 Mbytes Step Atoms AVEKE stressZZ 1093 5000 1.5611827e-12 524232.3 1094 -0.00656499999999642 524222.524928112 1094 5000 1.5610914e-12 524222.52 Loop time of 0.017343 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:32 2021 Pair time (%) = 0.0007689 (4.43348) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.213082) Outpt time (%) = 0.0164311 (94.7417) Other time (%) = 0.000106096 (0.611751) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:32 2021 Memory usage per processor = 27.5137 Mbytes Step Atoms AVEKE stressZZ 1094 5000 1.5610914e-12 524221.95 1095 -0.00656499999999642 524212.17941538 1095 5000 1.5610001e-12 524212.18 Loop time of 0.0162692 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:32 2021 Pair time (%) = 0.00075388 (4.63378) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.221284) Outpt time (%) = 0.015373 (94.4913) Other time (%) = 0.000106335 (0.653595) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:32 2021 Memory usage per processor = 27.5137 Mbytes Step Atoms AVEKE stressZZ 1095 5000 1.5610001e-12 524211.6 1096 -0.00656499999999642 524201.834297949 1096 5000 1.5609088e-12 524201.83 Loop time of 0.0165968 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:32 2021 Pair time (%) = 0.000838041 (5.04942) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.222663) Outpt time (%) = 0.0156169 (94.0958) Other time (%) = 0.000104904 (0.632075) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:32 2021 Memory usage per processor = 27.5137 Mbytes Step Atoms AVEKE stressZZ 1096 5000 1.5609088e-12 524201.26 1097 -0.00656499999999642 524191.48957581 1097 5000 1.5608175e-12 524191.49 Loop time of 0.016762 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:32 2021 Pair time (%) = 0.000746012 (4.45061) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209089) Outpt time (%) = 0.015887 (94.7799) Other time (%) = 9.39369e-05 (0.560415) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:32 2021 Memory usage per processor = 27.5137 Mbytes Step Atoms AVEKE stressZZ 1097 5000 1.5608175e-12 524190.91 1098 -0.00656499999999642 524181.14524893 1098 5000 1.5607262e-12 524181.15 Loop time of 0.015914 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:32 2021 Pair time (%) = 0.000761986 (4.78816) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.226224) Outpt time (%) = 0.0150189 (94.3759) Other time (%) = 9.70364e-05 (0.609756) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:32 2021 Memory usage per processor = 27.5137 Mbytes Step Atoms AVEKE stressZZ 1098 5000 1.5607262e-12 524180.57 1099 -0.00656499999999642 524170.801317224 1099 5000 1.560635e-12 524170.8 Loop time of 0.016758 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:32 2021 Pair time (%) = 0.000951052 (5.67522) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.285966) Outpt time (%) = 0.0155911 (93.0372) Other time (%) = 0.000167847 (1.00159) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:32 2021 Memory usage per processor = 27.5137 Mbytes Step Atoms AVEKE stressZZ 1099 5000 1.560635e-12 524170.23 1100 -0.00656499999999642 524160.457780696 1100 5000 1.5605437e-12 524160.46 Loop time of 0.0190489 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:32 2021 Pair time (%) = 0.000798941 (4.19415) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.188993) Outpt time (%) = 0.01811 (95.0712) Other time (%) = 0.000103951 (0.545703) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:32 2021 Memory usage per processor = 27.5137 Mbytes Step Atoms AVEKE stressZZ 1100 5000 1.5605437e-12 524159.88 1101 -0.00656499999999642 524150.11463929 1101 5000 1.5604525e-12 524150.11 Loop time of 0.016963 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:32 2021 Pair time (%) = 0.000790119 (4.6579) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206612) Outpt time (%) = 0.016047 (94.6) Other time (%) = 9.08375e-05 (0.535503) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:32 2021 Memory usage per processor = 27.5137 Mbytes Step Atoms AVEKE stressZZ 1101 5000 1.5604525e-12 524149.54 1102 -0.00656499999999642 524139.771893 1102 5000 1.5603612e-12 524139.77 Loop time of 0.0161631 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:32 2021 Pair time (%) = 0.000787973 (4.87513) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.228637) Outpt time (%) = 0.0152371 (94.2708) Other time (%) = 0.000101089 (0.625433) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:32 2021 Memory usage per processor = 27.5137 Mbytes Step Atoms AVEKE stressZZ 1102 5000 1.5603612e-12 524139.2 1103 -0.00656499999999642 524129.429541775 1103 5000 1.56027e-12 524129.43 Loop time of 0.0165172 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:32 2021 Pair time (%) = 0.000771999 (4.67392) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.212189) Outpt time (%) = 0.0156078 (94.4946) Other time (%) = 0.000102282 (0.619244) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:32 2021 Memory usage per processor = 27.5137 Mbytes Step Atoms AVEKE stressZZ 1103 5000 1.56027e-12 524128.85 1104 -0.00656499999999642 524119.087585591 1104 5000 1.5601788e-12 524119.09 Loop time of 0.0166891 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:32 2021 Pair time (%) = 0.00080204 (4.80578) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.20286) Outpt time (%) = 0.015733 (94.2713) Other time (%) = 0.000120163 (0.72001) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:32 2021 Memory usage per processor = 27.5137 Mbytes Step Atoms AVEKE stressZZ 1104 5000 1.5601788e-12 524118.51 1105 -0.00656499999999642 524108.746024408 1105 5000 1.5600875e-12 524108.75 Loop time of 0.0164599 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:32 2021 Pair time (%) = 0.000751972 (4.5685) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.224514) Outpt time (%) = 0.015569 (94.587) Other time (%) = 0.000102043 (0.619948) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:32 2021 Memory usage per processor = 27.5137 Mbytes Step Atoms AVEKE stressZZ 1105 5000 1.5600875e-12 524108.17 1106 -0.00656499999999642 524098.404858211 1106 5000 1.5599963e-12 524098.4 Loop time of 0.0165851 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:32 2021 Pair time (%) = 0.000818014 (4.93222) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.235758) Outpt time (%) = 0.0156181 (94.1693) Other time (%) = 0.000109911 (0.662709) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:32 2021 Memory usage per processor = 27.5137 Mbytes Step Atoms AVEKE stressZZ 1106 5000 1.5599963e-12 524097.83 1107 -0.00656499999999642 524088.06408696 1107 5000 1.5599051e-12 524088.06 Loop time of 0.017215 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:32 2021 Pair time (%) = 0.000822783 (4.77945) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.209127) Outpt time (%) = 0.016248 (94.3827) Other time (%) = 0.000108242 (0.628765) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:32 2021 Memory usage per processor = 27.5137 Mbytes Step Atoms AVEKE stressZZ 1107 5000 1.5599051e-12 524087.49 1108 -0.00656499999999642 524077.723710601 1108 5000 1.5598139e-12 524077.72 Loop time of 0.016634 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:32 2021 Pair time (%) = 0.000747204 (4.49203) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.210698) Outpt time (%) = 0.0157552 (94.7168) Other time (%) = 9.65595e-05 (0.580495) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:32 2021 Memory usage per processor = 27.5137 Mbytes Step Atoms AVEKE stressZZ 1108 5000 1.5598139e-12 524077.15 1109 -0.00656499999999642 524067.383729126 1109 5000 1.5597227e-12 524067.38 Loop time of 0.016052 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:32 2021 Pair time (%) = 0.000803947 (5.00839) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.236161) Outpt time (%) = 0.0151062 (94.1079) Other time (%) = 0.000103951 (0.647586) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:32 2021 Memory usage per processor = 27.5137 Mbytes Step Atoms AVEKE stressZZ 1109 5000 1.5597227e-12 524066.81 1110 -0.00656499999999642 524057.044142519 1110 5000 1.5596315e-12 524057.04 Loop time of 0.0183539 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:32 2021 Pair time (%) = 0.000798941 (4.35297) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.19615) Outpt time (%) = 0.017405 (94.83) Other time (%) = 0.000113964 (0.620924) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:32 2021 Memory usage per processor = 27.5137 Mbytes Step Atoms AVEKE stressZZ 1110 5000 1.5596315e-12 524056.47 1111 -0.00656499999999642 524046.704950733 1111 5000 1.5595404e-12 524046.7 Loop time of 0.0169458 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:32 2021 Pair time (%) = 0.000772953 (4.56131) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.218076) Outpt time (%) = 0.0160329 (94.6128) Other time (%) = 0.000102997 (0.6078) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:32 2021 Memory usage per processor = 27.5137 Mbytes Step Atoms AVEKE stressZZ 1111 5000 1.5595404e-12 524046.13 1112 -0.00656499999999642 524036.366153715 1112 5000 1.5594492e-12 524036.37 Loop time of 0.01635 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:32 2021 Pair time (%) = 0.000805855 (4.92877) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.227482) Outpt time (%) = 0.015357 (93.9265) Other time (%) = 0.000149965 (0.917217) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:32 2021 Memory usage per processor = 27.5137 Mbytes Step Atoms AVEKE stressZZ 1112 5000 1.5594492e-12 524035.79 1113 -0.00656499999999642 524026.027751459 1113 5000 1.559358e-12 524026.03 Loop time of 0.016655 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:32 2021 Pair time (%) = 0.000777006 (4.66531) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.221885) Outpt time (%) = 0.0157418 (94.5173) Other time (%) = 9.91821e-05 (0.595511) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:32 2021 Memory usage per processor = 27.5137 Mbytes Step Atoms AVEKE stressZZ 1113 5000 1.559358e-12 524025.45 1114 -0.00656499999999642 524015.689743918 1114 5000 1.5592669e-12 524015.69 Loop time of 0.0167849 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:32 2021 Pair time (%) = 0.000775099 (4.61783) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.214486) Outpt time (%) = 0.0158739 (94.5725) Other time (%) = 9.98974e-05 (0.595162) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:32 2021 Memory usage per processor = 27.5137 Mbytes Step Atoms AVEKE stressZZ 1114 5000 1.5592669e-12 524015.12 1115 -0.00656499999999642 524005.352131088 1115 5000 1.5591757e-12 524005.35 Loop time of 0.0159819 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:32 2021 Pair time (%) = 0.000746965 (4.67382) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.213328) Outpt time (%) = 0.015105 (94.5132) Other time (%) = 9.58443e-05 (0.599705) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:32 2021 Memory usage per processor = 27.5137 Mbytes Step Atoms AVEKE stressZZ 1115 5000 1.5591757e-12 524004.78 1116 -0.00656499999999642 523995.014912916 1116 5000 1.5590846e-12 523995.01 Loop time of 0.0165029 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:32 2021 Pair time (%) = 0.000972033 (5.89009) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.242711) Outpt time (%) = 0.0153129 (92.7894) Other time (%) = 0.00017786 (1.07775) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:32 2021 Memory usage per processor = 27.5137 Mbytes Step Atoms AVEKE stressZZ 1116 5000 1.5590846e-12 523994.44 1117 -0.00656499999999642 523984.678089376 1117 5000 1.5589934e-12 523984.68 Loop time of 0.0166929 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:32 2021 Pair time (%) = 0.000745058 (4.46333) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209955) Outpt time (%) = 0.0158191 (94.7654) Other time (%) = 9.36985e-05 (0.561308) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:32 2021 Memory usage per processor = 27.5137 Mbytes Step Atoms AVEKE stressZZ 1117 5000 1.5589934e-12 523984.1 1118 -0.00656499999999642 523974.341660433 1118 5000 1.5589023e-12 523974.34 Loop time of 0.0160229 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:32 2021 Pair time (%) = 0.000744104 (4.644) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.218734) Outpt time (%) = 0.0151501 (94.5525) Other time (%) = 9.36985e-05 (0.584778) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:32 2021 Memory usage per processor = 27.5137 Mbytes Step Atoms AVEKE stressZZ 1118 5000 1.5589023e-12 523973.77 1119 -0.00656499999999642 523964.005626079 1119 5000 1.5588112e-12 523964.01 Loop time of 0.0163481 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:32 2021 Pair time (%) = 0.00080514 (4.92497) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.231883) Outpt time (%) = 0.0153892 (94.1344) Other time (%) = 0.000115871 (0.708775) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:32 2021 Memory usage per processor = 27.5137 Mbytes Step Atoms AVEKE stressZZ 1119 5000 1.5588112e-12 523963.43 1120 -0.00656499999999642 523953.669986278 1120 5000 1.5587201e-12 523953.67 Loop time of 0.0178051 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:32 2021 Pair time (%) = 0.000748873 (4.20595) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.19684) Outpt time (%) = 0.0169311 (95.0911) Other time (%) = 9.01222e-05 (0.50616) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:32 2021 Memory usage per processor = 27.5137 Mbytes Step Atoms AVEKE stressZZ 1120 5000 1.5587201e-12 523953.1 1121 -0.00656499999999642 523943.334740967 1121 5000 1.5586289e-12 523943.33 Loop time of 0.016551 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:33 2021 Pair time (%) = 0.000749826 (4.53039) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211755) Outpt time (%) = 0.015671 (94.6831) Other time (%) = 9.5129e-05 (0.574762) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:33 2021 Memory usage per processor = 27.5137 Mbytes Step Atoms AVEKE stressZZ 1121 5000 1.5586289e-12 523942.76 1122 -0.00656499999999642 523932.999890168 1122 5000 1.5585378e-12 523933 Loop time of 0.01598 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:33 2021 Pair time (%) = 0.000746965 (4.67438) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.219321) Outpt time (%) = 0.0150931 (94.4498) Other time (%) = 0.000104904 (0.656471) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:33 2021 Memory usage per processor = 27.5137 Mbytes Step Atoms AVEKE stressZZ 1122 5000 1.5585378e-12 523932.43 1123 -0.00656499999999642 523922.665433814 1123 5000 1.5584467e-12 523922.67 Loop time of 0.016525 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:33 2021 Pair time (%) = 0.0007689 (4.65294) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.217859) Outpt time (%) = 0.015624 (94.5478) Other time (%) = 9.60827e-05 (0.581437) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:33 2021 Memory usage per processor = 27.5137 Mbytes Step Atoms AVEKE stressZZ 1123 5000 1.5584467e-12 523922.09 1124 -0.00656499999999642 523912.331371889 1124 5000 1.5583557e-12 523912.33 Loop time of 0.016417 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:33 2021 Pair time (%) = 0.000745058 (4.53833) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.213483) Outpt time (%) = 0.0155411 (94.6644) Other time (%) = 9.58443e-05 (0.58381) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:33 2021 Memory usage per processor = 27.5137 Mbytes Step Atoms AVEKE stressZZ 1124 5000 1.5583557e-12 523911.76 1125 -0.00656499999999642 523901.997704366 1125 5000 1.5582646e-12 523902 Loop time of 0.0158679 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:33 2021 Pair time (%) = 0.000782967 (4.93426) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.21486) Outpt time (%) = 0.014955 (94.2469) Other time (%) = 9.58443e-05 (0.604012) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:33 2021 Memory usage per processor = 27.5137 Mbytes Step Atoms AVEKE stressZZ 1125 5000 1.5582646e-12 523901.42 1126 -0.00656499999999642 523891.664431205 1126 5000 1.5581735e-12 523891.66 Loop time of 0.016839 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:33 2021 Pair time (%) = 0.000778913 (4.62564) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.213796) Outpt time (%) = 0.0158939 (94.3875) Other time (%) = 0.000130177 (0.773065) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:33 2021 Memory usage per processor = 27.5137 Mbytes Step Atoms AVEKE stressZZ 1126 5000 1.5581735e-12 523891.09 1127 -0.00656499999999642 523881.331552392 1127 5000 1.5580824e-12 523881.33 Loop time of 0.0160148 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:33 2021 Pair time (%) = 0.000787973 (4.92028) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.212889) Outpt time (%) = 0.0150988 (94.2803) Other time (%) = 9.39369e-05 (0.586563) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:33 2021 Memory usage per processor = 27.5137 Mbytes Step Atoms AVEKE stressZZ 1127 5000 1.5580824e-12 523880.76 1128 -0.00656499999999642 523870.999067899 1128 5000 1.5579914e-12 523871 Loop time of 0.01581 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:33 2021 Pair time (%) = 0.000747919 (4.73067) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.221679) Outpt time (%) = 0.0149369 (94.4776) Other time (%) = 9.01222e-05 (0.570033) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:33 2021 Memory usage per processor = 27.5137 Mbytes Step Atoms AVEKE stressZZ 1128 5000 1.5579914e-12 523870.42 1129 -0.00656499999999642 523860.666977686 1129 5000 1.5579003e-12 523860.67 Loop time of 0.0163321 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:33 2021 Pair time (%) = 0.000746012 (4.56775) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.214592) Outpt time (%) = 0.0154619 (94.6717) Other time (%) = 8.91685e-05 (0.545969) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:33 2021 Memory usage per processor = 27.5137 Mbytes Step Atoms AVEKE stressZZ 1129 5000 1.5579003e-12 523860.09 1130 -0.00656499999999642 523850.335281729 1130 5000 1.5578093e-12 523850.34 Loop time of 0.0175521 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:33 2021 Pair time (%) = 0.000825882 (4.70531) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.233635) Outpt time (%) = 0.016562 (94.3588) Other time (%) = 0.000123262 (0.702264) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:33 2021 Memory usage per processor = 27.5137 Mbytes Step Atoms AVEKE stressZZ 1130 5000 1.5578093e-12 523849.76 1131 -0.00656499999999642 523840.003979989 1131 5000 1.5577182e-12 523840 Loop time of 0.016726 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:33 2021 Pair time (%) = 0.000791073 (4.72959) Neigh time (%) = 0 (0) Comm time (%) = 7.20024e-05 (0.430482) Outpt time (%) = 0.0157669 (94.2655) Other time (%) = 9.60827e-05 (0.57445) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:33 2021 Memory usage per processor = 27.5137 Mbytes Step Atoms AVEKE stressZZ 1131 5000 1.5577182e-12 523839.43 1132 -0.00656499999999642 523829.673072433 1132 5000 1.5576272e-12 523829.67 Loop time of 0.016484 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:33 2021 Pair time (%) = 0.000747919 (4.53724) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.212615) Outpt time (%) = 0.0156069 (94.6788) Other time (%) = 9.41753e-05 (0.571313) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:33 2021 Memory usage per processor = 27.5137 Mbytes Step Atoms AVEKE stressZZ 1132 5000 1.5576272e-12 523829.1 1133 -0.00656499999999642 523819.342559047 1133 5000 1.5575362e-12 523819.34 Loop time of 0.0159991 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:33 2021 Pair time (%) = 0.000749826 (4.68669) Neigh time (%) = 0 (0) Comm time (%) = 6.19888e-05 (0.387452) Outpt time (%) = 0.0150819 (94.2672) Other time (%) = 0.000105381 (0.658669) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:33 2021 Memory usage per processor = 27.5137 Mbytes Step Atoms AVEKE stressZZ 1133 5000 1.5575362e-12 523818.77 1134 -0.00656499999999642 523809.012439824 1134 5000 1.5574451e-12 523809.01 Loop time of 0.0169551 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:33 2021 Pair time (%) = 0.000864983 (5.1016) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206707) Outpt time (%) = 0.0159142 (93.8606) Other time (%) = 0.000140905 (0.831048) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:33 2021 Memory usage per processor = 27.5137 Mbytes Step Atoms AVEKE stressZZ 1134 5000 1.5574451e-12 523808.44 1135 -0.00656499999999642 523798.682714709 1135 5000 1.5573541e-12 523798.68 Loop time of 0.017215 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:33 2021 Pair time (%) = 0.000746012 (4.33349) Neigh time (%) = 0 (0) Comm time (%) = 4.81606e-05 (0.279759) Outpt time (%) = 0.0163019 (94.6957) Other time (%) = 0.000118971 (0.691088) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:33 2021 Memory usage per processor = 27.5137 Mbytes Step Atoms AVEKE stressZZ 1135 5000 1.5573541e-12 523798.11 1136 -0.00656499999999642 523788.353383666 1136 5000 1.5572631e-12 523788.35 Loop time of 0.0166202 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:33 2021 Pair time (%) = 0.000746012 (4.4886) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.210874) Outpt time (%) = 0.0157471 (94.7468) Other time (%) = 9.20296e-05 (0.553723) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:33 2021 Memory usage per processor = 27.5137 Mbytes Step Atoms AVEKE stressZZ 1136 5000 1.5572631e-12 523787.78 1137 -0.00656499999999642 523778.024446677 1137 5000 1.5571721e-12 523778.02 Loop time of 0.0164599 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:33 2021 Pair time (%) = 0.000972033 (5.90544) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.28535) Outpt time (%) = 0.015281 (92.8373) Other time (%) = 0.000159979 (0.971929) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:33 2021 Memory usage per processor = 27.5137 Mbytes Step Atoms AVEKE stressZZ 1137 5000 1.5571721e-12 523777.45 1138 -0.00656499999999642 523767.695903711 1138 5000 1.5570811e-12 523767.7 Loop time of 0.0170228 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:33 2021 Pair time (%) = 0.000785828 (4.61631) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.198882) Outpt time (%) = 0.0160639 (94.3669) Other time (%) = 0.000139236 (0.817939) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:33 2021 Memory usage per processor = 27.5137 Mbytes Step Atoms AVEKE stressZZ 1138 5000 1.5570811e-12 523767.12 1139 -0.00656499999999642 523757.367754774 1139 5000 1.5569901e-12 523757.37 Loop time of 0.0163321 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:33 2021 Pair time (%) = 0.000747919 (4.57943) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.214592) Outpt time (%) = 0.0154529 (94.6162) Other time (%) = 9.63211e-05 (0.589764) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:33 2021 Memory usage per processor = 27.5137 Mbytes Step Atoms AVEKE stressZZ 1139 5000 1.5569901e-12 523756.79 1140 -0.00656499999999642 523747.039999795 1140 5000 1.5568992e-12 523747.04 Loop time of 0.017519 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:33 2021 Pair time (%) = 0.0007658 (4.37126) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.205498) Outpt time (%) = 0.0165658 (94.5591) Other time (%) = 0.000151396 (0.864181) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:33 2021 Memory usage per processor = 27.5137 Mbytes Step Atoms AVEKE stressZZ 1140 5000 1.5568992e-12 523746.47 1141 -0.00656499999999642 523736.712638743 1141 5000 1.5568082e-12 523736.71 Loop time of 0.016928 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:33 2021 Pair time (%) = 0.000773191 (4.56754) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207039) Outpt time (%) = 0.0160239 (94.6592) Other time (%) = 9.58443e-05 (0.566189) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:33 2021 Memory usage per processor = 27.5137 Mbytes Step Atoms AVEKE stressZZ 1141 5000 1.5568082e-12 523736.14 1142 -0.00656499999999642 523726.385671617 1142 5000 1.5567172e-12 523726.39 Loop time of 0.016717 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:33 2021 Pair time (%) = 0.000749111 (4.48115) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209653) Outpt time (%) = 0.0158372 (94.7373) Other time (%) = 9.56059e-05 (0.571909) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:33 2021 Memory usage per processor = 27.5137 Mbytes Step Atoms AVEKE stressZZ 1142 5000 1.5567172e-12 523725.81 1143 -0.00656499999999642 523716.059098394 1143 5000 1.5566263e-12 523716.06 Loop time of 0.016144 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:33 2021 Pair time (%) = 0.000787973 (4.88089) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.223) Outpt time (%) = 0.015219 (94.2699) Other time (%) = 0.000101089 (0.626172) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:33 2021 Memory usage per processor = 27.5137 Mbytes Step Atoms AVEKE stressZZ 1143 5000 1.5566263e-12 523715.48 1144 -0.00656499999999642 523705.732919022 1144 5000 1.5565353e-12 523705.73 Loop time of 0.0164931 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:33 2021 Pair time (%) = 0.000784874 (4.75881) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.218281) Outpt time (%) = 0.015573 (94.4216) Other time (%) = 9.91821e-05 (0.601356) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:33 2021 Memory usage per processor = 27.5137 Mbytes Step Atoms AVEKE stressZZ 1144 5000 1.5565353e-12 523705.16 1145 -0.00656499999999642 523695.407133485 1145 5000 1.5564444e-12 523695.41 Loop time of 0.0167511 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:33 2021 Pair time (%) = 0.00079298 (4.73391) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.214919) Outpt time (%) = 0.0158198 (94.4406) Other time (%) = 0.000102282 (0.610598) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:33 2021 Memory usage per processor = 27.5137 Mbytes Step Atoms AVEKE stressZZ 1145 5000 1.5564444e-12 523694.83 1146 -0.00656499999999642 523685.081741752 1146 5000 1.5563534e-12 523685.08 Loop time of 0.0164049 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:33 2021 Pair time (%) = 0.000743866 (4.53442) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.292121) Outpt time (%) = 0.0154989 (94.4773) Other time (%) = 0.000114202 (0.69615) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:33 2021 Memory usage per processor = 27.5137 Mbytes Step Atoms AVEKE stressZZ 1146 5000 1.5563534e-12 523684.51 1147 -0.00656499999999642 523674.756743787 1147 5000 1.5562625e-12 523674.76 Loop time of 0.016099 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:33 2021 Pair time (%) = 0.000841856 (5.22925) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.241396) Outpt time (%) = 0.0151041 (93.82) Other time (%) = 0.000114202 (0.709377) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:33 2021 Memory usage per processor = 27.5137 Mbytes Step Atoms AVEKE stressZZ 1147 5000 1.5562625e-12 523674.18 1148 -0.00656499999999642 523664.432139596 1148 5000 1.5561716e-12 523664.43 Loop time of 0.016587 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:33 2021 Pair time (%) = 0.00074482 (4.49038) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.204108) Outpt time (%) = 0.0157149 (94.7421) Other time (%) = 9.34601e-05 (0.563453) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:33 2021 Memory usage per processor = 27.5137 Mbytes Step Atoms AVEKE stressZZ 1148 5000 1.5561716e-12 523663.86 1149 -0.00656499999999642 523654.107929097 1149 5000 1.5560806e-12 523654.11 Loop time of 0.0163641 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:33 2021 Pair time (%) = 0.000744104 (4.54718) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.214173) Outpt time (%) = 0.0154672 (94.5189) Other time (%) = 0.000117779 (0.719739) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:33 2021 Memory usage per processor = 27.5137 Mbytes Step Atoms AVEKE stressZZ 1149 5000 1.5560806e-12 523653.53 1150 -0.00656499999999642 523643.784112301 1150 5000 1.5559897e-12 523643.78 Loop time of 0.0173631 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:33 2021 Pair time (%) = 0.000778913 (4.48604) Neigh time (%) = 0 (0) Comm time (%) = 5.19753e-05 (0.299344) Outpt time (%) = 0.0164139 (94.5335) Other time (%) = 0.000118256 (0.681075) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:33 2021 Memory usage per processor = 27.5137 Mbytes Step Atoms AVEKE stressZZ 1150 5000 1.5559897e-12 523643.21 1151 -0.00656499999999642 523633.46068919 1151 5000 1.5558988e-12 523633.46 Loop time of 0.0170929 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:33 2021 Pair time (%) = 0.000955105 (5.58771) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205041) Outpt time (%) = 0.0160091 (93.6591) Other time (%) = 9.36985e-05 (0.548171) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:33 2021 Memory usage per processor = 27.5137 Mbytes Step Atoms AVEKE stressZZ 1151 5000 1.5558988e-12 523632.89 1152 -0.00656499999999642 523621.160981696 1152 5000 3.0740088e-12 523638.29 Loop time of 0.0166869 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:33 2021 Pair time (%) = 0.000785112 (4.70496) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.21003) Outpt time (%) = 0.0157261 (94.242) Other time (%) = 0.000140667 (0.842978) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28284 ave 28284 max 28284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28284 Ave neighs/atom = 5.6568 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:33 2021 Memory usage per processor = 27.5137 Mbytes Step Atoms AVEKE stressZZ 1152 5000 3.0740088e-12 542147.62 1153 -0.0065974999999964 542134.568495023 1153 5000 2.5012283e-12 542134.57 Loop time of 0.0159869 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:33 2021 Pair time (%) = 0.000751019 (4.69771) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.225192) Outpt time (%) = 0.0150821 (94.3404) Other time (%) = 0.000117779 (0.73672) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:33 2021 Memory usage per processor = 27.5137 Mbytes Step Atoms AVEKE stressZZ 1153 5000 2.5012283e-12 542133.79 1154 -0.0065974999999964 542121.798975324 1154 5000 2.1678617e-12 542121.8 Loop time of 0.016588 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:33 2021 Pair time (%) = 0.000907898 (5.47323) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.217032) Outpt time (%) = 0.015537 (93.6644) Other time (%) = 0.00010705 (0.645347) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:33 2021 Memory usage per processor = 27.5137 Mbytes Step Atoms AVEKE stressZZ 1154 5000 2.1678617e-12 542121.08 1155 -0.0065974999999964 542109.772113367 1155 5000 1.9683593e-12 542109.77 Loop time of 0.017035 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:33 2021 Pair time (%) = 0.000854969 (5.01889) Neigh time (%) = 0 (0) Comm time (%) = 5.19753e-05 (0.305108) Outpt time (%) = 0.0159431 (93.5899) Other time (%) = 0.000185013 (1.08607) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:33 2021 Memory usage per processor = 27.5137 Mbytes Step Atoms AVEKE stressZZ 1155 5000 1.9683593e-12 542109.09 1156 -0.0065974999999964 542098.21736717 1156 5000 1.8465433e-12 542098.22 Loop time of 0.016134 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:33 2021 Pair time (%) = 0.000747919 (4.63566) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.217227) Outpt time (%) = 0.0152609 (94.5885) Other time (%) = 9.01222e-05 (0.558585) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:33 2021 Memory usage per processor = 27.5137 Mbytes Step Atoms AVEKE stressZZ 1156 5000 1.8465433e-12 542097.56 1157 -0.0065974999999964 542086.962805152 1157 5000 1.7711146e-12 542086.96 Loop time of 0.0163329 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:33 2021 Pair time (%) = 0.00092411 (5.65798) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.239399) Outpt time (%) = 0.0152531 (93.3888) Other time (%) = 0.000116587 (0.713817) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:33 2021 Memory usage per processor = 27.5137 Mbytes Step Atoms AVEKE stressZZ 1157 5000 1.7711146e-12 542086.33 1158 -0.0065974999999964 542075.899163203 1158 5000 1.7239606e-12 542075.9 Loop time of 0.016736 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:33 2021 Pair time (%) = 0.000746965 (4.46322) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.203715) Outpt time (%) = 0.015867 (94.8074) Other time (%) = 8.79765e-05 (0.525671) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:33 2021 Memory usage per processor = 27.5137 Mbytes Step Atoms AVEKE stressZZ 1158 5000 1.7239606e-12 542075.27 1159 -0.0065974999999964 542064.957002917 1159 5000 1.6942886e-12 542064.96 Loop time of 0.0160809 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:33 2021 Pair time (%) = 0.000749111 (4.6584) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.212015) Outpt time (%) = 0.0152049 (94.5528) Other time (%) = 9.27448e-05 (0.576741) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:33 2021 Memory usage per processor = 27.5137 Mbytes Step Atoms AVEKE stressZZ 1159 5000 1.6942886e-12 542064.34 1160 -0.0065974999999964 542054.092195493 1160 5000 1.6755299e-12 542054.09 Loop time of 0.0177319 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:33 2021 Pair time (%) = 0.000916958 (5.17123) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.22051) Outpt time (%) = 0.0166609 (93.9602) Other time (%) = 0.000114918 (0.648085) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:33 2021 Memory usage per processor = 27.5139 Mbytes Step Atoms AVEKE stressZZ 1160 5000 1.6755299e-12 542053.48 1161 -0.0065974999999964 542043.276696584 1161 5000 1.6636274e-12 542043.28 Loop time of 0.0168159 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:33 2021 Pair time (%) = 0.000883818 (5.25584) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.226851) Outpt time (%) = 0.015775 (93.8098) Other time (%) = 0.000118971 (0.70749) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:33 2021 Memory usage per processor = 27.5139 Mbytes Step Atoms AVEKE stressZZ 1161 5000 1.6636274e-12 542042.66 1162 -0.0065974999999964 542032.492683722 1162 5000 1.6560498e-12 542032.49 Loop time of 0.0167429 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:33 2021 Pair time (%) = 0.000780106 (4.65931) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209327) Outpt time (%) = 0.0158319 (94.5589) Other time (%) = 9.58443e-05 (0.572446) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:33 2021 Memory usage per processor = 27.5139 Mbytes Step Atoms AVEKE stressZZ 1162 5000 1.6560498e-12 542031.88 1163 -0.0065974999999964 542021.728830511 1163 5000 1.6512078e-12 542021.73 Loop time of 0.0165482 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:33 2021 Pair time (%) = 0.000750065 (4.53262) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211791) Outpt time (%) = 0.0156162 (94.3681) Other time (%) = 0.000146866 (0.887506) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:33 2021 Memory usage per processor = 27.5139 Mbytes Step Atoms AVEKE stressZZ 1163 5000 1.6512078e-12 542021.12 1164 -0.0065974999999964 542010.9779389 1164 5000 1.6480991e-12 542010.98 Loop time of 0.017117 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:33 2021 Pair time (%) = 0.000780821 (4.56166) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204752) Outpt time (%) = 0.0162001 (94.643) Other time (%) = 0.000101089 (0.590579) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:33 2021 Memory usage per processor = 27.5139 Mbytes Step Atoms AVEKE stressZZ 1164 5000 1.6480991e-12 542010.37 1165 -0.0065974999999964 542000.235434461 1165 5000 1.6460897e-12 542000.24 Loop time of 0.016695 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:33 2021 Pair time (%) = 0.000750065 (4.49275) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209928) Outpt time (%) = 0.015815 (94.729) Other time (%) = 9.48906e-05 (0.568377) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:33 2021 Memory usage per processor = 27.5139 Mbytes Step Atoms AVEKE stressZZ 1165 5000 1.6460897e-12 541999.63 1166 -0.0065974999999964 541989.498410072 1166 5000 1.6447781e-12 541989.5 Loop time of 0.015944 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:34 2021 Pair time (%) = 0.000787973 (4.94213) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.219816) Outpt time (%) = 0.0150259 (94.2414) Other time (%) = 9.5129e-05 (0.596644) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:34 2021 Memory usage per processor = 27.5139 Mbytes Step Atoms AVEKE stressZZ 1166 5000 1.6447781e-12 541988.89 1167 -0.0065974999999964 541978.765018199 1167 5000 1.6439097e-12 541978.77 Loop time of 0.0169251 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:34 2021 Pair time (%) = 0.00112605 (6.65314) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.283142) Outpt time (%) = 0.015589 (92.1058) Other time (%) = 0.000162125 (0.957895) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:34 2021 Memory usage per processor = 27.5139 Mbytes Step Atoms AVEKE stressZZ 1167 5000 1.6439097e-12 541978.16 1168 -0.0065974999999964 541968.034084725 1168 5000 1.6433227e-12 541968.03 Loop time of 0.016768 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:34 2021 Pair time (%) = 0.000747919 (4.4604) Neigh time (%) = 0 (0) Comm time (%) = 4.91142e-05 (0.292905) Outpt time (%) = 0.0158551 (94.5557) Other time (%) = 0.000115871 (0.691028) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:34 2021 Memory usage per processor = 27.5139 Mbytes Step Atoms AVEKE stressZZ 1168 5000 1.6433227e-12 541967.43 1169 -0.0065974999999964 541957.304863487 1169 5000 1.6429145e-12 541957.3 Loop time of 0.0160189 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:34 2021 Pair time (%) = 0.000748873 (4.67494) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.217301) Outpt time (%) = 0.0151398 (94.5124) Other time (%) = 9.53674e-05 (0.595344) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:34 2021 Memory usage per processor = 27.5139 Mbytes Step Atoms AVEKE stressZZ 1169 5000 1.6429145e-12 541956.7 1170 -0.0065974999999964 541946.576880279 1170 5000 1.6426199e-12 541946.58 Loop time of 0.017719 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:34 2021 Pair time (%) = 0.000889063 (5.01756) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.226053) Outpt time (%) = 0.0166221 (93.8091) Other time (%) = 0.000167847 (0.947268) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:34 2021 Memory usage per processor = 27.5139 Mbytes Step Atoms AVEKE stressZZ 1170 5000 1.6426199e-12 541945.97 1171 -0.0065974999999964 541935.849833693 1171 5000 1.6423976e-12 541935.85 Loop time of 0.0167 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:34 2021 Pair time (%) = 0.00091815 (5.49789) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.215576) Outpt time (%) = 0.0156531 (93.7312) Other time (%) = 9.27448e-05 (0.555357) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:34 2021 Memory usage per processor = 27.5139 Mbytes Step Atoms AVEKE stressZZ 1171 5000 1.6423976e-12 541935.24 1172 -0.0065974999999964 541925.12353221 1172 5000 1.6422211e-12 541925.12 Loop time of 0.0160801 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:34 2021 Pair time (%) = 0.000748873 (4.65713) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.217955) Outpt time (%) = 0.015202 (94.5393) Other time (%) = 9.41753e-05 (0.585662) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:34 2021 Memory usage per processor = 27.5139 Mbytes Step Atoms AVEKE stressZZ 1172 5000 1.6422211e-12 541924.52 1173 -0.0065974999999964 541914.397854079 1173 5000 1.6420737e-12 541914.4 Loop time of 0.0157609 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:34 2021 Pair time (%) = 0.000747919 (4.74541) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.22237) Outpt time (%) = 0.0148878 (94.4604) Other time (%) = 9.01222e-05 (0.571809) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:34 2021 Memory usage per processor = 27.5139 Mbytes Step Atoms AVEKE stressZZ 1173 5000 1.6420737e-12 541913.79 1174 -0.0065974999999964 541903.672721933 1174 5000 1.6419449e-12 541903.67 Loop time of 0.015919 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:34 2021 Pair time (%) = 0.000750065 (4.71177) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.232144) Outpt time (%) = 0.0150421 (94.4915) Other time (%) = 8.98838e-05 (0.564633) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:34 2021 Memory usage per processor = 27.5139 Mbytes Step Atoms AVEKE stressZZ 1174 5000 1.6419449e-12 541903.07 1175 -0.0065974999999964 541892.948086588 1175 5000 1.6418279e-12 541892.95 Loop time of 0.016268 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:34 2021 Pair time (%) = 0.000746965 (4.59162) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.209576) Outpt time (%) = 0.0153961 (94.6404) Other time (%) = 9.08375e-05 (0.558381) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:34 2021 Memory usage per processor = 27.5139 Mbytes Step Atoms AVEKE stressZZ 1175 5000 1.6418279e-12 541892.34 1176 -0.0065974999999964 541882.223916777 1176 5000 1.6417184e-12 541882.22 Loop time of 0.0165889 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:34 2021 Pair time (%) = 0.000970125 (5.84803) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.241452) Outpt time (%) = 0.0154431 (93.0927) Other time (%) = 0.00013566 (0.817775) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:34 2021 Memory usage per processor = 27.5139 Mbytes Step Atoms AVEKE stressZZ 1176 5000 1.6417184e-12 541881.62 1177 -0.0065974999999964 541871.500192631 1177 5000 1.6416136e-12 541871.5 Loop time of 0.0175371 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:34 2021 Pair time (%) = 0.00113916 (6.49573) Neigh time (%) = 0 (0) Comm time (%) = 4.29153e-05 (0.244712) Outpt time (%) = 0.0161772 (92.2454) Other time (%) = 0.00017786 (1.01419) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:34 2021 Memory usage per processor = 27.5139 Mbytes Step Atoms AVEKE stressZZ 1177 5000 1.6416136e-12 541870.89 1178 -0.0065974999999964 541860.776901507 1178 5000 1.6415119e-12 541860.78 Loop time of 0.016634 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:34 2021 Pair time (%) = 0.000750065 (4.50923) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.210698) Outpt time (%) = 0.0157561 (94.7225) Other time (%) = 9.27448e-05 (0.557562) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:34 2021 Memory usage per processor = 27.5139 Mbytes Step Atoms AVEKE stressZZ 1178 5000 1.6415119e-12 541860.17 1179 -0.0065974999999964 541850.054035332 1179 5000 1.6414121e-12 541850.05 Loop time of 0.016264 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:34 2021 Pair time (%) = 0.000785828 (4.83171) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.221356) Outpt time (%) = 0.0153399 (94.318) Other time (%) = 0.000102282 (0.628885) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:34 2021 Memory usage per processor = 27.5139 Mbytes Step Atoms AVEKE stressZZ 1179 5000 1.6414121e-12 541849.45 1180 -0.0065974999999964 541839.331589023 1180 5000 1.6413135e-12 541839.33 Loop time of 0.018399 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:34 2021 Pair time (%) = 0.000773907 (4.20624) Neigh time (%) = 0 (0) Comm time (%) = 8.32081e-05 (0.452242) Outpt time (%) = 0.017415 (94.6521) Other time (%) = 0.000126839 (0.689378) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:34 2021 Memory usage per processor = 27.5139 Mbytes Step Atoms AVEKE stressZZ 1180 5000 1.6413135e-12 541838.72 1181 -0.0065974999999964 541828.609559302 1181 5000 1.6412157e-12 541828.61 Loop time of 0.0166771 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:34 2021 Pair time (%) = 0.000763893 (4.58048) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.22302) Outpt time (%) = 0.0157712 (94.5675) Other time (%) = 0.000104904 (0.62903) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:34 2021 Memory usage per processor = 27.5139 Mbytes Step Atoms AVEKE stressZZ 1181 5000 1.6412157e-12 541828 1182 -0.0065974999999964 541817.887944062 1182 5000 1.6411184e-12 541817.89 Loop time of 0.0159402 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:34 2021 Pair time (%) = 0.000792027 (4.96874) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.219869) Outpt time (%) = 0.0150201 (94.2281) Other time (%) = 9.29832e-05 (0.583326) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:34 2021 Memory usage per processor = 27.5139 Mbytes Step Atoms AVEKE stressZZ 1182 5000 1.6411184e-12 541817.28 1183 -0.0065974999999964 541807.166742012 1183 5000 1.6410214e-12 541807.17 Loop time of 0.0164161 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:34 2021 Pair time (%) = 0.0010221 (6.22622) Neigh time (%) = 0 (0) Comm time (%) = 4.19617e-05 (0.255613) Outpt time (%) = 0.0152051 (92.6235) Other time (%) = 0.000146866 (0.894647) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:34 2021 Memory usage per processor = 27.5139 Mbytes Step Atoms AVEKE stressZZ 1183 5000 1.6410214e-12 541806.56 1184 -0.0065974999999964 541796.44595226 1184 5000 1.6409247e-12 541796.45 Loop time of 0.0170629 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:34 2021 Pair time (%) = 0.000782967 (4.58871) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205402) Outpt time (%) = 0.01615 (94.6498) Other time (%) = 9.48906e-05 (0.556122) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:34 2021 Memory usage per processor = 27.5139 Mbytes Step Atoms AVEKE stressZZ 1184 5000 1.6409247e-12 541795.84 1185 -0.0065974999999964 541785.725574262 1185 5000 1.640828e-12 541785.73 Loop time of 0.0159891 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:34 2021 Pair time (%) = 0.000747919 (4.67769) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.225161) Outpt time (%) = 0.015111 (94.5081) Other time (%) = 9.41753e-05 (0.588998) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:34 2021 Memory usage per processor = 27.5139 Mbytes Step Atoms AVEKE stressZZ 1185 5000 1.640828e-12 541785.12 1186 -0.0065974999999964 541775.005607647 1186 5000 1.6407315e-12 541775.01 Loop time of 0.0162029 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:34 2021 Pair time (%) = 0.000813961 (5.02354) Neigh time (%) = 0 (0) Comm time (%) = 5.4121e-05 (0.33402) Outpt time (%) = 0.015204 (93.8346) Other time (%) = 0.000130892 (0.807828) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:34 2021 Memory usage per processor = 27.5139 Mbytes Step Atoms AVEKE stressZZ 1186 5000 1.6407315e-12 541774.4 1187 -0.0065974999999964 541764.286052181 1187 5000 1.640635e-12 541764.29 Loop time of 0.016788 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:34 2021 Pair time (%) = 0.000747919 (4.45508) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.201664) Outpt time (%) = 0.0159149 (94.7993) Other time (%) = 9.13143e-05 (0.543926) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:34 2021 Memory usage per processor = 27.5139 Mbytes Step Atoms AVEKE stressZZ 1187 5000 1.640635e-12 541763.68 1188 -0.0065974999999964 541753.566907721 1188 5000 1.6405385e-12 541753.57 Loop time of 0.016541 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:34 2021 Pair time (%) = 0.000746965 (4.51584) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.204676) Outpt time (%) = 0.0156651 (94.7044) Other time (%) = 9.5129e-05 (0.57511) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:34 2021 Memory usage per processor = 27.5139 Mbytes Step Atoms AVEKE stressZZ 1188 5000 1.6405385e-12 541752.96 1189 -0.0065974999999964 541742.848174126 1189 5000 1.6404421e-12 541742.85 Loop time of 0.0162392 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:34 2021 Pair time (%) = 0.000785112 (4.83468) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.227566) Outpt time (%) = 0.0152462 (93.8851) Other time (%) = 0.000170946 (1.05268) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:34 2021 Memory usage per processor = 27.5139 Mbytes Step Atoms AVEKE stressZZ 1189 5000 1.6404421e-12 541742.24 1190 -0.0065974999999964 541732.129851314 1190 5000 1.6403457e-12 541732.13 Loop time of 0.01843 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:34 2021 Pair time (%) = 0.00106597 (5.78388) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.212158) Outpt time (%) = 0.0171659 (93.1411) Other time (%) = 0.000159025 (0.862861) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:34 2021 Memory usage per processor = 27.5139 Mbytes Step Atoms AVEKE stressZZ 1190 5000 1.6403457e-12 541731.52 1191 -0.0065974999999964 541721.411939243 1191 5000 1.6402493e-12 541721.41 Loop time of 0.016675 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:34 2021 Pair time (%) = 0.000751972 (4.50958) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.21018) Outpt time (%) = 0.015785 (94.6626) Other time (%) = 0.000102997 (0.617672) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:34 2021 Memory usage per processor = 27.5139 Mbytes Step Atoms AVEKE stressZZ 1191 5000 1.6402493e-12 541720.8 1192 -0.0065974999999964 541710.694437873 1192 5000 1.6401529e-12 541710.69 Loop time of 0.0164809 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:34 2021 Pair time (%) = 0.000792027 (4.80572) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.212655) Outpt time (%) = 0.015559 (94.4059) Other time (%) = 9.48906e-05 (0.57576) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:34 2021 Memory usage per processor = 27.5139 Mbytes Step Atoms AVEKE stressZZ 1192 5000 1.6401529e-12 541710.09 1193 -0.0065974999999964 541699.977347118 1193 5000 1.6400566e-12 541699.98 Loop time of 0.016005 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:34 2021 Pair time (%) = 0.000793934 (4.96052) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.236854) Outpt time (%) = 0.0150661 (94.1338) Other time (%) = 0.00010705 (0.668851) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:34 2021 Memory usage per processor = 27.5139 Mbytes Step Atoms AVEKE stressZZ 1193 5000 1.6400566e-12 541699.37 1194 -0.0065974999999964 541689.260666987 1194 5000 1.6399602e-12 541689.26 Loop time of 0.016886 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:34 2021 Pair time (%) = 0.000789165 (4.67349) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207554) Outpt time (%) = 0.015969 (94.5697) Other time (%) = 9.27448e-05 (0.549241) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:34 2021 Memory usage per processor = 27.5139 Mbytes Step Atoms AVEKE stressZZ 1194 5000 1.6399602e-12 541688.65 1195 -0.0065974999999964 541678.544397439 1195 5000 1.6398639e-12 541678.54 Loop time of 0.0160909 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:34 2021 Pair time (%) = 0.000746965 (4.64217) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.21781) Outpt time (%) = 0.0152159 (94.5622) Other time (%) = 9.29832e-05 (0.577863) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:34 2021 Memory usage per processor = 27.5139 Mbytes Step Atoms AVEKE stressZZ 1195 5000 1.6398639e-12 541677.94 1196 -0.0065974999999964 541667.828538434 1196 5000 1.6397675e-12 541667.83 Loop time of 0.0160429 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:34 2021 Pair time (%) = 0.000814915 (5.07958) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.242239) Outpt time (%) = 0.0150809 (94.0035) Other time (%) = 0.000108242 (0.674702) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:34 2021 Memory usage per processor = 27.5139 Mbytes Step Atoms AVEKE stressZZ 1196 5000 1.6397675e-12 541667.22 1197 -0.0065974999999964 541657.113089943 1197 5000 1.6396712e-12 541657.11 Loop time of 0.0166271 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:34 2021 Pair time (%) = 0.000806093 (4.84808) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.210786) Outpt time (%) = 0.015692 (94.3762) Other time (%) = 9.39369e-05 (0.564964) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:34 2021 Memory usage per processor = 27.5139 Mbytes Step Atoms AVEKE stressZZ 1197 5000 1.6396712e-12 541656.51 1198 -0.0065974999999964 541646.398051951 1198 5000 1.6395749e-12 541646.4 Loop time of 0.0169151 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:34 2021 Pair time (%) = 0.000874996 (5.17288) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.218473) Outpt time (%) = 0.015898 (93.9871) Other time (%) = 0.000105143 (0.621591) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:34 2021 Memory usage per processor = 27.5139 Mbytes Step Atoms AVEKE stressZZ 1198 5000 1.6395749e-12 541645.79 1199 -0.0065974999999964 541635.68342441 1199 5000 1.6394785e-12 541635.68 Loop time of 0.0160038 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:34 2021 Pair time (%) = 0.000747919 (4.67337) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.218994) Outpt time (%) = 0.015125 (94.5088) Other time (%) = 9.58443e-05 (0.598883) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:34 2021 Memory usage per processor = 27.5139 Mbytes Step Atoms AVEKE stressZZ 1199 5000 1.6394785e-12 541635.08 1200 -0.0065974999999964 541624.969207309 1200 5000 1.6393822e-12 541624.97 Loop time of 0.018085 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:34 2021 Pair time (%) = 0.000823975 (4.55612) Neigh time (%) = 0 (0) Comm time (%) = 5.00679e-05 (0.276848) Outpt time (%) = 0.0170779 (94.4314) Other time (%) = 0.000133038 (0.735624) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:34 2021 Memory usage per processor = 27.5139 Mbytes Step Atoms AVEKE stressZZ 1200 5000 1.6393822e-12 541624.36 1201 -0.0065974999999964 541614.255400612 1201 5000 1.6392859e-12 541614.26 Loop time of 0.016835 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:34 2021 Pair time (%) = 0.000790119 (4.69332) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208183) Outpt time (%) = 0.0159171 (94.5476) Other time (%) = 9.27448e-05 (0.550906) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:34 2021 Memory usage per processor = 27.5139 Mbytes Step Atoms AVEKE stressZZ 1201 5000 1.6392859e-12 541613.65 1202 -0.0065974999999964 541603.542004308 1202 5000 1.6391896e-12 541603.54 Loop time of 0.0159991 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:34 2021 Pair time (%) = 0.000747919 (4.67476) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.217569) Outpt time (%) = 0.0151231 (94.525) Other time (%) = 9.32217e-05 (0.582669) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:34 2021 Memory usage per processor = 27.5139 Mbytes Step Atoms AVEKE stressZZ 1202 5000 1.6391896e-12 541602.93 1203 -0.0065974999999964 541592.829018346 1203 5000 1.6390934e-12 541592.83 Loop time of 0.0165629 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:34 2021 Pair time (%) = 0.00102711 (6.20124) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.230315) Outpt time (%) = 0.015363 (92.7551) Other time (%) = 0.000134706 (0.813301) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:34 2021 Memory usage per processor = 27.5139 Mbytes Step Atoms AVEKE stressZZ 1203 5000 1.6390934e-12 541592.22 1204 -0.0065974999999964 541582.116442718 1204 5000 1.6389971e-12 541582.12 Loop time of 0.0167558 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:34 2021 Pair time (%) = 0.000746965 (4.45795) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209166) Outpt time (%) = 0.0158789 (94.7666) Other time (%) = 9.48906e-05 (0.566314) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:34 2021 Memory usage per processor = 27.5139 Mbytes Step Atoms AVEKE stressZZ 1204 5000 1.6389971e-12 541581.51 1205 -0.0065974999999964 541571.404277397 1205 5000 1.6389008e-12 541571.4 Loop time of 0.0161979 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:34 2021 Pair time (%) = 0.000787973 (4.86466) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.209011) Outpt time (%) = 0.01528 (94.3332) Other time (%) = 9.60827e-05 (0.593179) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:34 2021 Memory usage per processor = 27.5139 Mbytes Step Atoms AVEKE stressZZ 1205 5000 1.6389008e-12 541570.8 1206 -0.0065974999999964 541560.692522359 1206 5000 1.6388045e-12 541560.69 Loop time of 0.016135 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:34 2021 Pair time (%) = 0.000803947 (4.98264) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.229036) Outpt time (%) = 0.0151689 (94.0126) Other time (%) = 0.00012517 (0.775767) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:34 2021 Memory usage per processor = 27.5139 Mbytes Step Atoms AVEKE stressZZ 1206 5000 1.6388045e-12 541560.09 1207 -0.0065974999999964 541549.981177564 1207 5000 1.6387083e-12 541549.98 Loop time of 0.016943 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:34 2021 Pair time (%) = 0.000788927 (4.65637) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206856) Outpt time (%) = 0.0160279 (94.5992) Other time (%) = 9.10759e-05 (0.537544) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:34 2021 Memory usage per processor = 27.5139 Mbytes Step Atoms AVEKE stressZZ 1207 5000 1.6387083e-12 541549.37 1208 -0.0065974999999964 541539.270242981 1208 5000 1.638612e-12 541539.27 Loop time of 0.0169089 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:34 2021 Pair time (%) = 0.000792027 (4.68409) Neigh time (%) = 0 (0) Comm time (%) = 0.000105143 (0.621819) Outpt time (%) = 0.0158429 (93.6958) Other time (%) = 0.0001688 (0.998294) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:34 2021 Memory usage per processor = 27.5139 Mbytes Step Atoms AVEKE stressZZ 1208 5000 1.638612e-12 541538.66 1209 -0.0065974999999964 541528.559718607 1209 5000 1.6385158e-12 541528.56 Loop time of 0.01615 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:34 2021 Pair time (%) = 0.000749111 (4.63846) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.222918) Outpt time (%) = 0.015219 (94.2351) Other time (%) = 0.000145912 (0.903481) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:34 2021 Memory usage per processor = 27.5139 Mbytes Step Atoms AVEKE stressZZ 1209 5000 1.6385158e-12 541527.95 1210 -0.0065974999999964 541517.849604401 1210 5000 1.6384196e-12 541517.85 Loop time of 0.017854 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:34 2021 Pair time (%) = 0.000771999 (4.32396) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.201643) Outpt time (%) = 0.016922 (94.78) Other time (%) = 0.000123978 (0.694398) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:34 2021 Memory usage per processor = 27.5139 Mbytes Step Atoms AVEKE stressZZ 1210 5000 1.6384196e-12 541517.24 1211 -0.0065974999999964 541507.139900339 1211 5000 1.6383233e-12 541507.14 Loop time of 0.0169778 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:35 2021 Pair time (%) = 0.00077796 (4.58222) Neigh time (%) = 0 (0) Comm time (%) = 5.00679e-05 (0.294902) Outpt time (%) = 0.015975 (94.0935) Other time (%) = 0.000174761 (1.02935) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:35 2021 Memory usage per processor = 27.5139 Mbytes Step Atoms AVEKE stressZZ 1211 5000 1.6383233e-12 541506.53 1212 -0.0065974999999964 541496.430606399 1212 5000 1.6382271e-12 541496.43 Loop time of 0.0162771 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:35 2021 Pair time (%) = 0.000747204 (4.59053) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.215318) Outpt time (%) = 0.0154049 (94.6419) Other time (%) = 8.98838e-05 (0.552211) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:35 2021 Memory usage per processor = 27.5139 Mbytes Step Atoms AVEKE stressZZ 1212 5000 1.6382271e-12 541495.82 1213 -0.0065974999999964 541485.721722549 1213 5000 1.6381309e-12 541485.72 Loop time of 0.0161331 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:35 2021 Pair time (%) = 0.000869036 (5.38667) Neigh time (%) = 0 (0) Comm time (%) = 4.19617e-05 (0.260097) Outpt time (%) = 0.0151072 (93.6409) Other time (%) = 0.000114918 (0.712312) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:35 2021 Memory usage per processor = 27.5139 Mbytes Step Atoms AVEKE stressZZ 1213 5000 1.6381309e-12 541485.11 1214 -0.0065974999999964 541475.013248774 1214 5000 1.6380347e-12 541475.01 Loop time of 0.0164039 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:35 2021 Pair time (%) = 0.000750065 (4.57248) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.213653) Outpt time (%) = 0.015533 (94.6906) Other time (%) = 8.58307e-05 (0.523233) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:35 2021 Memory usage per processor = 27.5139 Mbytes Step Atoms AVEKE stressZZ 1214 5000 1.6380347e-12 541474.41 1215 -0.0065974999999964 541464.305185032 1215 5000 1.6379385e-12 541464.31 Loop time of 0.016032 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:35 2021 Pair time (%) = 0.000748158 (4.66666) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.21861) Outpt time (%) = 0.0151541 (94.5243) Other time (%) = 9.46522e-05 (0.590396) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:35 2021 Memory usage per processor = 27.5139 Mbytes Step Atoms AVEKE stressZZ 1215 5000 1.6379385e-12 541463.7 1216 -0.0065974999999964 541453.597531337 1216 5000 1.6378423e-12 541453.6 Loop time of 0.016288 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:35 2021 Pair time (%) = 0.000841856 (5.16855) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.232739) Outpt time (%) = 0.0152321 (93.517) Other time (%) = 0.000176191 (1.08172) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:35 2021 Memory usage per processor = 27.5139 Mbytes Step Atoms AVEKE stressZZ 1216 5000 1.6378423e-12 541452.99 1217 -0.0065974999999964 541442.890287603 1217 5000 1.6377461e-12 541442.89 Loop time of 0.0164411 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:35 2021 Pair time (%) = 0.000747204 (4.54473) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.205919) Outpt time (%) = 0.0155671 (94.6838) Other time (%) = 9.29832e-05 (0.565553) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:35 2021 Memory usage per processor = 27.5139 Mbytes Step Atoms AVEKE stressZZ 1217 5000 1.6377461e-12 541442.28 1218 -0.0065974999999964 541432.183453827 1218 5000 1.6376499e-12 541432.18 Loop time of 0.0159349 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:35 2021 Pair time (%) = 0.000802994 (5.0392) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.219941) Outpt time (%) = 0.015003 (94.1514) Other time (%) = 9.39369e-05 (0.589503) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:35 2021 Memory usage per processor = 27.5139 Mbytes Step Atoms AVEKE stressZZ 1218 5000 1.6376499e-12 541431.58 1219 -0.0065974999999964 541421.477029982 1219 5000 1.6375538e-12 541421.48 Loop time of 0.015779 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:35 2021 Pair time (%) = 0.000746965 (4.73392) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.222115) Outpt time (%) = 0.0149081 (94.4804) Other time (%) = 8.89301e-05 (0.563597) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:35 2021 Memory usage per processor = 27.5139 Mbytes Step Atoms AVEKE stressZZ 1219 5000 1.6375538e-12 541420.87 1220 -0.0065974999999964 541410.771016054 1220 5000 1.6374576e-12 541410.77 Loop time of 0.017195 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:35 2021 Pair time (%) = 0.000749111 (4.35657) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.202438) Outpt time (%) = 0.0163221 (94.9238) Other time (%) = 8.89301e-05 (0.517186) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:35 2021 Memory usage per processor = 27.5139 Mbytes Step Atoms AVEKE stressZZ 1220 5000 1.6374576e-12 541410.16 1221 -0.0065974999999964 541400.065412018 1221 5000 1.6373615e-12 541400.07 Loop time of 0.016984 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:35 2021 Pair time (%) = 0.000937939 (5.52249) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.204953) Outpt time (%) = 0.015909 (93.6703) Other time (%) = 0.000102282 (0.602224) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:35 2021 Memory usage per processor = 27.5139 Mbytes Step Atoms AVEKE stressZZ 1221 5000 1.6373615e-12 541399.46 1222 -0.0065974999999964 541389.360217846 1222 5000 1.6372653e-12 541389.36 Loop time of 0.017575 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:35 2021 Pair time (%) = 0.000869989 (4.95015) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.204843) Outpt time (%) = 0.016525 (94.0256) Other time (%) = 0.000144005 (0.819372) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:35 2021 Memory usage per processor = 27.5139 Mbytes Step Atoms AVEKE stressZZ 1222 5000 1.6372653e-12 541388.75 1223 -0.0065974999999964 541378.655433493 1223 5000 1.6371692e-12 541378.66 Loop time of 0.0166559 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:35 2021 Pair time (%) = 0.000751019 (4.50902) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.216147) Outpt time (%) = 0.0157671 (94.6636) Other time (%) = 0.000101805 (0.611222) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:35 2021 Memory usage per processor = 27.5139 Mbytes Step Atoms AVEKE stressZZ 1223 5000 1.6371692e-12 541378.05 1224 -0.0065974999999964 541367.951058944 1224 5000 1.637073e-12 541367.95 Loop time of 0.0169601 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:35 2021 Pair time (%) = 0.00102687 (6.0546) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.24179) Outpt time (%) = 0.0157702 (92.9839) Other time (%) = 0.00012207 (0.719748) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:35 2021 Memory usage per processor = 27.5139 Mbytes Step Atoms AVEKE stressZZ 1224 5000 1.637073e-12 541367.34 1225 -0.0065974999999964 541357.247094173 1225 5000 1.6369769e-12 541357.25 Loop time of 0.016649 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:35 2021 Pair time (%) = 0.000748873 (4.498) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.20478) Outpt time (%) = 0.015732 (94.4924) Other time (%) = 0.000133991 (0.8048) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:35 2021 Memory usage per processor = 27.5139 Mbytes Step Atoms AVEKE stressZZ 1225 5000 1.6369769e-12 541356.64 1226 -0.0065974999999964 541346.543539164 1226 5000 1.6368808e-12 541346.54 Loop time of 0.0166469 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:35 2021 Pair time (%) = 0.00099206 (5.95944) Neigh time (%) = 0 (0) Comm time (%) = 5.60284e-05 (0.33657) Outpt time (%) = 0.0154109 (92.5754) Other time (%) = 0.000187874 (1.12858) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:35 2021 Memory usage per processor = 27.5139 Mbytes Step Atoms AVEKE stressZZ 1226 5000 1.6368808e-12 541345.94 1227 -0.0065974999999964 541335.84039387 1227 5000 1.6367847e-12 541335.84 Loop time of 0.01671 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:35 2021 Pair time (%) = 0.000827074 (4.94956) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.228288) Outpt time (%) = 0.015738 (94.1829) Other time (%) = 0.000106812 (0.639206) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:35 2021 Memory usage per processor = 27.5139 Mbytes Step Atoms AVEKE stressZZ 1227 5000 1.6367847e-12 541335.23 1228 -0.0065974999999964 541325.137658286 1228 5000 1.6366886e-12 541325.14 Loop time of 0.016623 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:35 2021 Pair time (%) = 0.000748873 (4.50503) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.210837) Outpt time (%) = 0.0157449 (94.7176) Other time (%) = 9.41753e-05 (0.566536) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:35 2021 Memory usage per processor = 27.5139 Mbytes Step Atoms AVEKE stressZZ 1228 5000 1.6366886e-12 541324.53 1229 -0.0065974999999964 541314.435332363 1229 5000 1.6365925e-12 541314.44 Loop time of 0.0159292 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:35 2021 Pair time (%) = 0.000746965 (4.68928) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.22002) Outpt time (%) = 0.015053 (94.4995) Other time (%) = 9.41753e-05 (0.591211) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:35 2021 Memory usage per processor = 27.5139 Mbytes Step Atoms AVEKE stressZZ 1229 5000 1.6365925e-12 541313.83 1230 -0.0065974999999964 541303.733416108 1230 5000 1.6364964e-12 541303.73 Loop time of 0.0186219 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:35 2021 Pair time (%) = 0.00106001 (5.69226) Neigh time (%) = 0 (0) Comm time (%) = 4.88758e-05 (0.262464) Outpt time (%) = 0.0173399 (93.1158) Other time (%) = 0.000173092 (0.929506) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:35 2021 Memory usage per processor = 27.5139 Mbytes Step Atoms AVEKE stressZZ 1230 5000 1.6364964e-12 541303.13 1231 -0.0065974999999964 541293.03190946 1231 5000 1.6364003e-12 541293.03 Loop time of 0.0172191 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:35 2021 Pair time (%) = 0.000800848 (4.65094) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.227078) Outpt time (%) = 0.016263 (94.4477) Other time (%) = 0.00011611 (0.67431) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:35 2021 Memory usage per processor = 27.5139 Mbytes Step Atoms AVEKE stressZZ 1231 5000 1.6364003e-12 541292.42 1232 -0.0065974999999964 541282.330812418 1232 5000 1.6363043e-12 541282.33 Loop time of 0.016937 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:35 2021 Pair time (%) = 0.000797987 (4.7115) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.223821) Outpt time (%) = 0.0159769 (94.3313) Other time (%) = 0.000124216 (0.7334) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:35 2021 Memory usage per processor = 27.5139 Mbytes Step Atoms AVEKE stressZZ 1232 5000 1.6363043e-12 541281.72 1233 -0.0065974999999964 541271.630124947 1233 5000 1.6362082e-12 541271.63 Loop time of 0.016319 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:35 2021 Pair time (%) = 0.000898123 (5.50353) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.220609) Outpt time (%) = 0.0151958 (93.1173) Other time (%) = 0.000189066 (1.15856) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:35 2021 Memory usage per processor = 27.5139 Mbytes Step Atoms AVEKE stressZZ 1233 5000 1.6362082e-12 541271.02 1234 -0.0065974999999964 541260.929847012 1234 5000 1.6361121e-12 541260.93 Loop time of 0.0170021 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:35 2021 Pair time (%) = 0.000828981 (4.87576) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.211746) Outpt time (%) = 0.0160348 (94.3109) Other time (%) = 0.000102282 (0.601582) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:35 2021 Memory usage per processor = 27.5139 Mbytes Step Atoms AVEKE stressZZ 1234 5000 1.6361121e-12 541260.32 1235 -0.0065974999999964 541250.229978601 1235 5000 1.6360161e-12 541250.23 Loop time of 0.0164731 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:35 2021 Pair time (%) = 0.000748158 (4.5417) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.212757) Outpt time (%) = 0.015595 (94.6695) Other time (%) = 9.48906e-05 (0.576035) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:35 2021 Memory usage per processor = 27.5139 Mbytes Step Atoms AVEKE stressZZ 1235 5000 1.6360161e-12 541249.62 1236 -0.0065974999999964 541239.530525471 1236 5000 1.63592e-12 541239.53 Loop time of 0.01634 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:35 2021 Pair time (%) = 0.000873089 (5.34326) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.220325) Outpt time (%) = 0.0153091 (93.6908) Other time (%) = 0.000121832 (0.745604) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:35 2021 Memory usage per processor = 27.5139 Mbytes Step Atoms AVEKE stressZZ 1236 5000 1.63592e-12 541238.92 1237 -0.0065974999999964 541228.831501191 1237 5000 1.635824e-12 541228.83 Loop time of 0.0163319 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:35 2021 Pair time (%) = 0.00088501 (5.4189) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.245252) Outpt time (%) = 0.01528 (93.5592) Other time (%) = 0.000126839 (0.776631) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:35 2021 Memory usage per processor = 27.5139 Mbytes Step Atoms AVEKE stressZZ 1237 5000 1.635824e-12 541228.22 1238 -0.0065974999999964 541218.132897199 1238 5000 1.635728e-12 541218.13 Loop time of 0.016664 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:35 2021 Pair time (%) = 0.000749111 (4.49538) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.204596) Outpt time (%) = 0.015794 (94.7792) Other time (%) = 8.67844e-05 (0.520789) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:35 2021 Memory usage per processor = 27.5139 Mbytes Step Atoms AVEKE stressZZ 1238 5000 1.635728e-12 541217.53 1239 -0.0065974999999964 541207.434710844 1239 5000 1.6356319e-12 541207.43 Loop time of 0.0164852 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:35 2021 Pair time (%) = 0.000746965 (4.53112) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.2126) Outpt time (%) = 0.0155759 (94.484) Other time (%) = 0.000127316 (0.772301) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:35 2021 Memory usage per processor = 27.5139 Mbytes Step Atoms AVEKE stressZZ 1239 5000 1.6356319e-12 541206.83 1240 -0.0065974999999964 541196.736940784 1240 5000 1.6355359e-12 541196.74 Loop time of 0.0176389 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:35 2021 Pair time (%) = 0.000760078 (4.3091) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.209508) Outpt time (%) = 0.0166759 (94.5406) Other time (%) = 0.000165939 (0.940757) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:35 2021 Memory usage per processor = 27.5139 Mbytes Step Atoms AVEKE stressZZ 1240 5000 1.6355359e-12 541196.13 1241 -0.0065974999999964 541186.039586141 1241 5000 1.6354399e-12 541186.04 Loop time of 0.0164568 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:35 2021 Pair time (%) = 0.000771046 (4.68526) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.212966) Outpt time (%) = 0.0155489 (94.4832) Other time (%) = 0.000101805 (0.618616) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:35 2021 Memory usage per processor = 27.5139 Mbytes Step Atoms AVEKE stressZZ 1241 5000 1.6354399e-12 541185.43 1242 -0.0065974999999964 541175.342646323 1242 5000 1.6353439e-12 541175.34 Loop time of 0.0166938 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:35 2021 Pair time (%) = 0.000748873 (4.48593) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209943) Outpt time (%) = 0.015806 (94.6814) Other time (%) = 0.000103951 (0.622688) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:35 2021 Memory usage per processor = 27.5139 Mbytes Step Atoms AVEKE stressZZ 1242 5000 1.6353439e-12 541174.74 1243 -0.0065974999999964 541164.646120847 1243 5000 1.6352479e-12 541164.65 Loop time of 0.0159571 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:35 2021 Pair time (%) = 0.000747919 (4.68706) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.219636) Outpt time (%) = 0.0150838 (94.527) Other time (%) = 9.03606e-05 (0.566272) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:35 2021 Memory usage per processor = 27.5139 Mbytes Step Atoms AVEKE stressZZ 1243 5000 1.6352479e-12 541164.04 1244 -0.0065974999999964 541153.950008072 1244 5000 1.6351519e-12 541153.95 Loop time of 0.0164342 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:35 2021 Pair time (%) = 0.00099206 (6.03656) Neigh time (%) = 0 (0) Comm time (%) = 4.29153e-05 (0.261134) Outpt time (%) = 0.0152428 (92.7506) Other time (%) = 0.000156403 (0.95169) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:35 2021 Memory usage per processor = 27.5139 Mbytes Step Atoms AVEKE stressZZ 1244 5000 1.6351519e-12 541153.34 1245 -0.0065974999999964 541143.254306682 1245 5000 1.635056e-12 541143.25 Loop time of 0.017668 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:35 2021 Pair time (%) = 0.000747919 (4.23318) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.19162) Outpt time (%) = 0.0167959 (95.0638) Other time (%) = 9.03606e-05 (0.511436) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:35 2021 Memory usage per processor = 27.5139 Mbytes Step Atoms AVEKE stressZZ 1245 5000 1.635056e-12 541142.65 1246 -0.0065974999999964 541132.559018319 1246 5000 1.63496e-12 541132.56 Loop time of 0.0163639 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:35 2021 Pair time (%) = 0.000786066 (4.80367) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.214176) Outpt time (%) = 0.0154469 (94.3964) Other time (%) = 9.58443e-05 (0.585707) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:35 2021 Memory usage per processor = 27.5139 Mbytes Step Atoms AVEKE stressZZ 1246 5000 1.63496e-12 541131.95 1247 -0.0065974999999964 541121.86414278 1247 5000 1.634864e-12 541121.86 Loop time of 0.0160179 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:35 2021 Pair time (%) = 0.000771046 (4.81365) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.224756) Outpt time (%) = 0.0151069 (94.3126) Other time (%) = 0.000103951 (0.648964) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:35 2021 Memory usage per processor = 27.5139 Mbytes Step Atoms AVEKE stressZZ 1247 5000 1.634864e-12 541121.26 1248 -0.0065974999999964 541111.169679912 1248 5000 1.6347681e-12 541111.17 Loop time of 0.0169539 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:35 2021 Pair time (%) = 0.000787973 (4.64773) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206722) Outpt time (%) = 0.0160398 (94.6084) Other time (%) = 9.10759e-05 (0.537196) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:35 2021 Memory usage per processor = 27.5139 Mbytes Step Atoms AVEKE stressZZ 1248 5000 1.6347681e-12 541110.56 1249 -0.0065974999999964 541100.475629529 1249 5000 1.6346721e-12 541100.48 Loop time of 0.01649 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:35 2021 Pair time (%) = 0.000747919 (4.5356) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.212538) Outpt time (%) = 0.0156128 (94.6808) Other time (%) = 9.41753e-05 (0.571106) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:35 2021 Memory usage per processor = 27.5139 Mbytes Step Atoms AVEKE stressZZ 1249 5000 1.6346721e-12 541099.87 1250 -0.0065974999999964 541089.78199149 1250 5000 1.6345762e-12 541089.78 Loop time of 0.017329 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:35 2021 Pair time (%) = 0.000751972 (4.33939) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.207751) Outpt time (%) = 0.0164361 (94.8475) Other time (%) = 0.000104904 (0.605369) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:35 2021 Memory usage per processor = 27.5139 Mbytes Step Atoms AVEKE stressZZ 1250 5000 1.6345762e-12 541089.18 1251 -0.0065974999999964 541079.088765642 1251 5000 1.6344802e-12 541079.09 Loop time of 0.0170271 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:35 2021 Pair time (%) = 0.00103092 (6.05458) Neigh time (%) = 0 (0) Comm time (%) = 5.31673e-05 (0.312251) Outpt time (%) = 0.0157928 (92.751) Other time (%) = 0.000150204 (0.882143) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:35 2021 Memory usage per processor = 27.5139 Mbytes Step Atoms AVEKE stressZZ 1251 5000 1.6344802e-12 541078.48 1252 -0.0065974999999964 541068.395951862 1252 5000 1.6343843e-12 541068.4 Loop time of 0.016928 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:35 2021 Pair time (%) = 0.000751972 (4.44219) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.205631) Outpt time (%) = 0.016046 (94.7902) Other time (%) = 9.5129e-05 (0.561964) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:35 2021 Memory usage per processor = 27.5139 Mbytes Step Atoms AVEKE stressZZ 1252 5000 1.6343843e-12 541067.79 1253 -0.0065974999999964 541055.65866677 1253 5000 3.2290725e-12 541073.36 Loop time of 0.0158079 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:35 2021 Pair time (%) = 0.000746965 (4.72528) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.221709) Outpt time (%) = 0.014884 (94.1556) Other time (%) = 0.000141859 (0.897395) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:35 2021 Memory usage per processor = 27.5139 Mbytes Step Atoms AVEKE stressZZ 1253 5000 3.2290725e-12 559884.63 1254 -0.00662999999999638 559871.128094409 1254 5000 2.6268071e-12 559871.13 Loop time of 0.0164511 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:35 2021 Pair time (%) = 0.000974178 (5.92165) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.249272) Outpt time (%) = 0.0152888 (92.9349) Other time (%) = 0.000147104 (0.89419) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:35 2021 Memory usage per processor = 27.5139 Mbytes Step Atoms AVEKE stressZZ 1254 5000 2.6268071e-12 559870.3 1255 -0.00662999999999638 559857.904436957 1255 5000 2.2763139e-12 559857.9 Loop time of 0.0168929 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:35 2021 Pair time (%) = 0.000856161 (5.06817) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.21876) Outpt time (%) = 0.015873 (93.9622) Other time (%) = 0.000126839 (0.75084) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:35 2021 Memory usage per processor = 27.5139 Mbytes Step Atoms AVEKE stressZZ 1255 5000 2.2763139e-12 559857.14 1256 -0.00662999999999638 559845.451390885 1256 5000 2.0665771e-12 559845.45 Loop time of 0.016531 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:36 2021 Pair time (%) = 0.000813007 (4.91808) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.308642) Outpt time (%) = 0.0155461 (94.0421) Other time (%) = 0.000120878 (0.731222) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:36 2021 Memory usage per processor = 27.5139 Mbytes Step Atoms AVEKE stressZZ 1256 5000 2.0665771e-12 559844.73 1257 -0.00662999999999638 559833.488231668 1257 5000 1.9385184e-12 559833.49 Loop time of 0.0160551 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:36 2021 Pair time (%) = 0.000791788 (4.93169) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.230175) Outpt time (%) = 0.0151231 (94.1951) Other time (%) = 0.000103235 (0.643006) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:36 2021 Memory usage per processor = 27.5139 Mbytes Step Atoms AVEKE stressZZ 1257 5000 1.9385184e-12 559832.8 1258 -0.00662999999999638 559821.836556562 1258 5000 1.8592269e-12 559821.84 Loop time of 0.0169761 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:36 2021 Pair time (%) = 0.000963926 (5.67813) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.282291) Outpt time (%) = 0.0158391 (93.3022) Other time (%) = 0.00012517 (0.737328) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:36 2021 Memory usage per processor = 27.5139 Mbytes Step Atoms AVEKE stressZZ 1258 5000 1.8592269e-12 559821.16 1259 -0.00662999999999638 559810.382989006 1259 5000 1.809659e-12 559810.38 Loop time of 0.0169091 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:36 2021 Pair time (%) = 0.000750065 (4.43586) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.20727) Outpt time (%) = 0.0160298 (94.7999) Other time (%) = 9.41753e-05 (0.55695) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:36 2021 Memory usage per processor = 27.5139 Mbytes Step Atoms AVEKE stressZZ 1259 5000 1.809659e-12 559809.72 1260 -0.00662999999999638 559799.055477126 1260 5000 1.7784684e-12 559799.06 Loop time of 0.0179439 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:36 2021 Pair time (%) = 0.000803947 (4.48035) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.211262) Outpt time (%) = 0.016964 (94.5391) Other time (%) = 0.000138044 (0.769313) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:36 2021 Memory usage per processor = 27.5141 Mbytes Step Atoms AVEKE stressZZ 1260 5000 1.7784684e-12 559798.4 1261 -0.00662999999999638 559787.808231143 1261 5000 1.7587497e-12 559787.81 Loop time of 0.0167608 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:36 2021 Pair time (%) = 0.000836134 (4.98862) Neigh time (%) = 0 (0) Comm time (%) = 5.60284e-05 (0.334282) Outpt time (%) = 0.0157349 (93.8791) Other time (%) = 0.000133753 (0.798009) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:36 2021 Memory usage per processor = 27.5141 Mbytes Step Atoms AVEKE stressZZ 1261 5000 1.7587497e-12 559787.16 1262 -0.00662999999999638 559776.61215122 1262 5000 1.746238e-12 559776.61 Loop time of 0.0160019 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:36 2021 Pair time (%) = 0.00080514 (5.03151) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.318846) Outpt time (%) = 0.0150058 (93.775) Other time (%) = 0.000139952 (0.874592) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:36 2021 Memory usage per processor = 27.5141 Mbytes Step Atoms AVEKE stressZZ 1262 5000 1.746238e-12 559775.97 1263 -0.00662999999999638 559765.448744064 1263 5000 1.7382725e-12 559765.45 Loop time of 0.0159171 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:36 2021 Pair time (%) = 0.000751972 (4.72432) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.214197) Outpt time (%) = 0.0150399 (94.4893) Other time (%) = 9.10759e-05 (0.57219) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:36 2021 Memory usage per processor = 27.5141 Mbytes Step Atoms AVEKE stressZZ 1263 5000 1.7382725e-12 559764.8 1264 -0.00662999999999638 559754.306257003 1264 5000 1.7331826e-12 559754.31 Loop time of 0.015976 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:36 2021 Pair time (%) = 0.000751972 (4.7069) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.213407) Outpt time (%) = 0.0150981 (94.5051) Other time (%) = 9.17912e-05 (0.574558) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:36 2021 Memory usage per processor = 27.5141 Mbytes Step Atoms AVEKE stressZZ 1264 5000 1.7331826e-12 559753.66 1265 -0.00662999999999638 559743.17722106 1265 5000 1.7299146e-12 559743.18 Loop time of 0.016398 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:36 2021 Pair time (%) = 0.000754833 (4.60322) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.206461) Outpt time (%) = 0.01546 (94.2801) Other time (%) = 0.00014925 (0.910175) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:36 2021 Memory usage per processor = 27.5141 Mbytes Step Atoms AVEKE stressZZ 1265 5000 1.7299146e-12 559742.53 1266 -0.00662999999999638 559732.056889606 1266 5000 1.7278021e-12 559732.06 Loop time of 0.016237 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:36 2021 Pair time (%) = 0.000782013 (4.81623) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.227596) Outpt time (%) = 0.015312 (94.3027) Other time (%) = 0.000106096 (0.653422) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:36 2021 Memory usage per processor = 27.5141 Mbytes Step Atoms AVEKE stressZZ 1266 5000 1.7278021e-12 559731.41 1267 -0.00662999999999638 559720.942246117 1267 5000 1.7264232e-12 559720.94 Loop time of 0.0168891 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:36 2021 Pair time (%) = 0.000798941 (4.73051) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.200457) Outpt time (%) = 0.0159612 (94.5058) Other time (%) = 9.5129e-05 (0.563257) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:36 2021 Memory usage per processor = 27.5141 Mbytes Step Atoms AVEKE stressZZ 1267 5000 1.7264232e-12 559720.3 1268 -0.00662999999999638 559709.831373515 1268 5000 1.72551e-12 559709.83 Loop time of 0.0164459 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:36 2021 Pair time (%) = 0.000750065 (4.56081) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.207309) Outpt time (%) = 0.0155659 (94.6491) Other time (%) = 9.58443e-05 (0.582786) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:36 2021 Memory usage per processor = 27.5141 Mbytes Step Atoms AVEKE stressZZ 1268 5000 1.72551e-12 559709.19 1269 -0.00662999999999638 559698.72305351 1269 5000 1.7248926e-12 559698.72 Loop time of 0.016222 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:36 2021 Pair time (%) = 0.000760078 (4.68548) Neigh time (%) = 0 (0) Comm time (%) = 6.10352e-05 (0.376249) Outpt time (%) = 0.0152948 (94.2842) Other time (%) = 0.000106096 (0.654027) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:36 2021 Memory usage per processor = 27.5141 Mbytes Step Atoms AVEKE stressZZ 1269 5000 1.7248926e-12 559698.08 1270 -0.00662999999999638 559687.616511821 1270 5000 1.7244633e-12 559687.62 Loop time of 0.0181119 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:36 2021 Pair time (%) = 0.000944138 (5.21279) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.209301) Outpt time (%) = 0.017015 (93.9434) Other time (%) = 0.000114918 (0.634486) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:36 2021 Memory usage per processor = 27.5141 Mbytes Step Atoms AVEKE stressZZ 1270 5000 1.7244633e-12 559686.97 1271 -0.00662999999999638 559676.511256376 1271 5000 1.7241533e-12 559676.51 Loop time of 0.0169749 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:36 2021 Pair time (%) = 0.000775099 (4.56614) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.212085) Outpt time (%) = 0.0160589 (94.6038) Other time (%) = 0.000104904 (0.617995) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:36 2021 Memory usage per processor = 27.5141 Mbytes Step Atoms AVEKE stressZZ 1271 5000 1.7241533e-12 559675.87 1272 -0.00662999999999638 559665.406974459 1272 5000 1.7239193e-12 559665.41 Loop time of 0.0160649 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:36 2021 Pair time (%) = 0.000752926 (4.68678) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.216678) Outpt time (%) = 0.0151489 (94.2981) Other time (%) = 0.000128269 (0.798445) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:36 2021 Memory usage per processor = 27.5141 Mbytes Step Atoms AVEKE stressZZ 1272 5000 1.7239193e-12 559664.77 1273 -0.00662999999999638 559654.303467323 1273 5000 1.7237334e-12 559654.3 Loop time of 0.0162468 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:36 2021 Pair time (%) = 0.000946045 (5.82296) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.252407) Outpt time (%) = 0.0151179 (93.0515) Other time (%) = 0.000141859 (0.873151) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:36 2021 Memory usage per processor = 27.5141 Mbytes Step Atoms AVEKE stressZZ 1273 5000 1.7237334e-12 559653.66 1274 -0.00662999999999638 559643.200608656 1274 5000 1.7235783e-12 559643.2 Loop time of 0.016716 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:36 2021 Pair time (%) = 0.000751019 (4.49281) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209665) Outpt time (%) = 0.015836 (94.7356) Other time (%) = 9.39369e-05 (0.561958) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:36 2021 Memory usage per processor = 27.5141 Mbytes Step Atoms AVEKE stressZZ 1274 5000 1.7235783e-12 559642.56 1275 -0.00662999999999638 559632.098318146 1275 5000 1.7234426e-12 559632.1 Loop time of 0.016083 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:36 2021 Pair time (%) = 0.000751972 (4.67557) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.216434) Outpt time (%) = 0.015202 (94.5224) Other time (%) = 9.41753e-05 (0.585558) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:36 2021 Memory usage per processor = 27.5141 Mbytes Step Atoms AVEKE stressZZ 1275 5000 1.7234426e-12 559631.46 1276 -0.00662999999999638 559620.996544782 1276 5000 1.7233193e-12 559621 Loop time of 0.0166581 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:36 2021 Pair time (%) = 0.000770092 (4.62294) Neigh time (%) = 0 (0) Comm time (%) = 5.00679e-05 (0.300562) Outpt time (%) = 0.0157139 (94.3323) Other time (%) = 0.000123978 (0.74425) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:36 2021 Memory usage per processor = 27.5141 Mbytes Step Atoms AVEKE stressZZ 1276 5000 1.7233193e-12 559620.35 1277 -0.00662999999999638 559609.895256098 1277 5000 1.7232038e-12 559609.9 Loop time of 0.016762 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:36 2021 Pair time (%) = 0.000776052 (4.62983) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.214778) Outpt time (%) = 0.015806 (94.2963) Other time (%) = 0.000144005 (0.859114) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:36 2021 Memory usage per processor = 27.5141 Mbytes Step Atoms AVEKE stressZZ 1277 5000 1.7232038e-12 559609.25 1278 -0.00662999999999638 559598.794431482 1278 5000 1.7230934e-12 559598.79 Loop time of 0.0167952 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:36 2021 Pair time (%) = 0.000751972 (4.47732) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208676) Outpt time (%) = 0.0158548 (94.4012) Other time (%) = 0.000153303 (0.912782) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:36 2021 Memory usage per processor = 27.5141 Mbytes Step Atoms AVEKE stressZZ 1278 5000 1.7230934e-12 559598.15 1279 -0.00662999999999638 559587.694057807 1279 5000 1.7229861e-12 559587.69 Loop time of 0.0159671 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:36 2021 Pair time (%) = 0.000791073 (4.95438) Neigh time (%) = 0 (0) Comm time (%) = 5.00679e-05 (0.313569) Outpt time (%) = 0.0150142 (94.0317) Other time (%) = 0.000111818 (0.700303) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:36 2021 Memory usage per processor = 27.5141 Mbytes Step Atoms AVEKE stressZZ 1279 5000 1.7229861e-12 559587.05 1280 -0.00662999999999638 559576.594126725 1280 5000 1.7228809e-12 559576.59 Loop time of 0.0183241 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:36 2021 Pair time (%) = 0.000880957 (4.80763) Neigh time (%) = 0 (0) Comm time (%) = 3.98159e-05 (0.217287) Outpt time (%) = 0.0172582 (94.1827) Other time (%) = 0.000145197 (0.792381) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:36 2021 Memory usage per processor = 27.5141 Mbytes Step Atoms AVEKE stressZZ 1280 5000 1.7228809e-12 559575.95 1281 -0.00662999999999638 559565.494632914 1281 5000 1.722777e-12 559565.49 Loop time of 0.0169859 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:36 2021 Pair time (%) = 0.000828028 (4.8748) Neigh time (%) = 0 (0) Comm time (%) = 4.91142e-05 (0.289147) Outpt time (%) = 0.0159938 (94.1595) Other time (%) = 0.000114918 (0.676548) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:36 2021 Memory usage per processor = 27.5141 Mbytes Step Atoms AVEKE stressZZ 1281 5000 1.722777e-12 559564.85 1282 -0.00662999999999638 559554.395572998 1282 5000 1.7226738e-12 559554.4 Loop time of 0.016294 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:36 2021 Pair time (%) = 0.000782013 (4.79939) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.220948) Outpt time (%) = 0.0153661 (94.3051) Other time (%) = 0.000109911 (0.674549) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:36 2021 Memory usage per processor = 27.5141 Mbytes Step Atoms AVEKE stressZZ 1282 5000 1.7226738e-12 559553.75 1283 -0.00662999999999638 559543.296944787 1283 5000 1.7225712e-12 559543.3 Loop time of 0.0162561 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:36 2021 Pair time (%) = 0.000771046 (4.74312) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.227329) Outpt time (%) = 0.015312 (94.1921) Other time (%) = 0.000136137 (0.837452) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:36 2021 Memory usage per processor = 27.5141 Mbytes Step Atoms AVEKE stressZZ 1283 5000 1.7225712e-12 559542.66 1284 -0.00662999999999638 559532.198746932 1284 5000 1.722469e-12 559532.2 Loop time of 0.016772 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:36 2021 Pair time (%) = 0.000797033 (4.75216) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.203278) Outpt time (%) = 0.015847 (94.4845) Other time (%) = 9.39369e-05 (0.560081) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:36 2021 Memory usage per processor = 27.5141 Mbytes Step Atoms AVEKE stressZZ 1284 5000 1.722469e-12 559531.56 1285 -0.00662999999999638 559521.100978508 1285 5000 1.722367e-12 559521.1 Loop time of 0.016525 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:36 2021 Pair time (%) = 0.000749111 (4.53319) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.212088) Outpt time (%) = 0.0156462 (94.6819) Other time (%) = 9.46522e-05 (0.572781) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:36 2021 Memory usage per processor = 27.5141 Mbytes Step Atoms AVEKE stressZZ 1285 5000 1.722367e-12 559520.46 1286 -0.00662999999999638 559510.003638935 1286 5000 1.7222651e-12 559510 Loop time of 0.0160279 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:36 2021 Pair time (%) = 0.000767946 (4.7913) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.230566) Outpt time (%) = 0.0151238 (94.3593) Other time (%) = 9.91821e-05 (0.618808) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:36 2021 Memory usage per processor = 27.5141 Mbytes Step Atoms AVEKE stressZZ 1286 5000 1.7222651e-12 559509.36 1287 -0.00662999999999638 559498.906727865 1287 5000 1.7221633e-12 559498.91 Loop time of 0.0165899 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:36 2021 Pair time (%) = 0.000774145 (4.66637) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.217007) Outpt time (%) = 0.015682 (94.5274) Other time (%) = 9.77516e-05 (0.589224) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:36 2021 Memory usage per processor = 27.5141 Mbytes Step Atoms AVEKE stressZZ 1287 5000 1.7221633e-12 559498.26 1288 -0.00662999999999638 559487.810245025 1288 5000 1.7220615e-12 559487.81 Loop time of 0.0168409 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:36 2021 Pair time (%) = 0.000803947 (4.77377) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.213772) Outpt time (%) = 0.0159001 (94.4136) Other time (%) = 0.000100851 (0.598845) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:36 2021 Memory usage per processor = 27.5141 Mbytes Step Atoms AVEKE stressZZ 1288 5000 1.7220615e-12 559487.17 1289 -0.00662999999999638 559476.714190252 1289 5000 1.7219598e-12 559476.71 Loop time of 0.01594 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:36 2021 Pair time (%) = 0.000751019 (4.71155) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.218377) Outpt time (%) = 0.0150599 (94.4793) Other time (%) = 9.41753e-05 (0.590813) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:36 2021 Memory usage per processor = 27.5141 Mbytes Step Atoms AVEKE stressZZ 1289 5000 1.7219598e-12 559476.07 1290 -0.00662999999999638 559465.618563426 1290 5000 1.7218581e-12 559465.62 Loop time of 0.0183129 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:36 2021 Pair time (%) = 0.00106597 (5.82086) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.196589) Outpt time (%) = 0.0170789 (93.2613) Other time (%) = 0.000132084 (0.72126) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:36 2021 Memory usage per processor = 27.5141 Mbytes Step Atoms AVEKE stressZZ 1290 5000 1.7218581e-12 559464.98 1291 -0.00662999999999638 559454.523364483 1291 5000 1.7217565e-12 559454.52 Loop time of 0.0174949 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:36 2021 Pair time (%) = 0.000827074 (4.72751) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.291637) Outpt time (%) = 0.016463 (94.1019) Other time (%) = 0.00015378 (0.878998) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:36 2021 Memory usage per processor = 27.5141 Mbytes Step Atoms AVEKE stressZZ 1291 5000 1.7217565e-12 559453.88 1292 -0.00662999999999638 559443.428593309 1292 5000 1.7216549e-12 559443.43 Loop time of 0.016459 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:36 2021 Pair time (%) = 0.000808001 (4.90918) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.212939) Outpt time (%) = 0.015466 (93.9667) Other time (%) = 0.000149965 (0.911145) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:36 2021 Memory usage per processor = 27.5141 Mbytes Step Atoms AVEKE stressZZ 1292 5000 1.7216549e-12 559442.79 1293 -0.00662999999999638 559432.334249903 1293 5000 1.7215533e-12 559432.33 Loop time of 0.016232 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:36 2021 Pair time (%) = 0.000807047 (4.97195) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.240886) Outpt time (%) = 0.0152559 (93.9867) Other time (%) = 0.000129938 (0.800505) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:36 2021 Memory usage per processor = 27.5141 Mbytes Step Atoms AVEKE stressZZ 1293 5000 1.7215533e-12 559431.69 1294 -0.00662999999999638 559421.240334186 1294 5000 1.7214516e-12 559421.24 Loop time of 0.016839 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:36 2021 Pair time (%) = 0.000931978 (5.53463) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.201053) Outpt time (%) = 0.01578 (93.7107) Other time (%) = 9.32217e-05 (0.553605) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:36 2021 Memory usage per processor = 27.5141 Mbytes Step Atoms AVEKE stressZZ 1294 5000 1.7214516e-12 559420.6 1295 -0.00662999999999638 559410.146846122 1295 5000 1.72135e-12 559410.15 Loop time of 0.0170639 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:36 2021 Pair time (%) = 0.000802994 (4.70582) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.210979) Outpt time (%) = 0.0160651 (94.1471) Other time (%) = 0.00015974 (0.936133) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:36 2021 Memory usage per processor = 27.5141 Mbytes Step Atoms AVEKE stressZZ 1295 5000 1.72135e-12 559409.51 1296 -0.00662999999999638 559399.053785693 1296 5000 1.7212485e-12 559399.05 Loop time of 0.0160489 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:36 2021 Pair time (%) = 0.000754118 (4.69887) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.224322) Outpt time (%) = 0.0151649 (94.4915) Other time (%) = 9.39369e-05 (0.585317) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:36 2021 Memory usage per processor = 27.5141 Mbytes Step Atoms AVEKE stressZZ 1296 5000 1.7212485e-12 559398.41 1297 -0.00662999999999638 559387.961152848 1297 5000 1.7211469e-12 559387.96 Loop time of 0.0164649 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:36 2021 Pair time (%) = 0.00077796 (4.72495) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.212861) Outpt time (%) = 0.0155499 (94.4424) Other time (%) = 0.000102043 (0.61976) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:36 2021 Memory usage per processor = 27.5141 Mbytes Step Atoms AVEKE stressZZ 1297 5000 1.7211469e-12 559387.32 1298 -0.00662999999999638 559376.868947568 1298 5000 1.7210453e-12 559376.87 Loop time of 0.016978 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:36 2021 Pair time (%) = 0.000749111 (4.41224) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206429) Outpt time (%) = 0.0160811 (94.7171) Other time (%) = 0.000112772 (0.664223) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:36 2021 Memory usage per processor = 27.5141 Mbytes Step Atoms AVEKE stressZZ 1298 5000 1.7210453e-12 559376.23 1299 -0.00662999999999638 559365.777169834 1299 5000 1.7209437e-12 559365.78 Loop time of 0.0161681 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:36 2021 Pair time (%) = 0.00075388 (4.66275) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.209396) Outpt time (%) = 0.015285 (94.538) Other time (%) = 9.53674e-05 (0.589849) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:36 2021 Memory usage per processor = 27.5141 Mbytes Step Atoms AVEKE stressZZ 1299 5000 1.7209437e-12 559365.14 1300 -0.00662999999999638 559354.685819597 1300 5000 1.7208422e-12 559354.69 Loop time of 0.018199 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:36 2021 Pair time (%) = 0.000981092 (5.39092) Neigh time (%) = 0 (0) Comm time (%) = 0.000108957 (0.5987) Outpt time (%) = 0.0169461 (93.1156) Other time (%) = 0.00016284 (0.894775) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:36 2021 Memory usage per processor = 27.5141 Mbytes Step Atoms AVEKE stressZZ 1300 5000 1.7208422e-12 559354.04 1301 -0.00662999999999638 559343.594896817 1301 5000 1.7207406e-12 559343.59 Loop time of 0.0167942 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:37 2021 Pair time (%) = 0.000751019 (4.47189) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208688) Outpt time (%) = 0.0159152 (94.7658) Other time (%) = 9.29832e-05 (0.553663) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:37 2021 Memory usage per processor = 27.5141 Mbytes Step Atoms AVEKE stressZZ 1301 5000 1.7207406e-12 559342.95 1302 -0.00662999999999638 559332.50440149 1302 5000 1.7206391e-12 559332.5 Loop time of 0.0160449 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:37 2021 Pair time (%) = 0.000751972 (4.68669) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.218435) Outpt time (%) = 0.0151539 (94.447) Other time (%) = 0.000103951 (0.647874) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:37 2021 Memory usage per processor = 27.5141 Mbytes Step Atoms AVEKE stressZZ 1302 5000 1.7206391e-12 559331.86 1303 -0.00662999999999638 559321.414333576 1303 5000 1.7205376e-12 559321.41 Loop time of 0.0165172 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:37 2021 Pair time (%) = 0.000921011 (5.57608) Neigh time (%) = 0 (0) Comm time (%) = 5.38826e-05 (0.326222) Outpt time (%) = 0.0154221 (93.3702) Other time (%) = 0.000120163 (0.727504) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:37 2021 Memory usage per processor = 27.5141 Mbytes Step Atoms AVEKE stressZZ 1303 5000 1.7205376e-12 559320.77 1304 -0.00662999999999638 559310.324693044 1304 5000 1.7204361e-12 559310.32 Loop time of 0.0168939 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:37 2021 Pair time (%) = 0.000750065 (4.43987) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207457) Outpt time (%) = 0.016016 (94.8037) Other time (%) = 9.27448e-05 (0.548985) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:37 2021 Memory usage per processor = 27.5141 Mbytes Step Atoms AVEKE stressZZ 1304 5000 1.7204361e-12 559309.68 1305 -0.00662999999999638 559299.23547986 1305 5000 1.7203345e-12 559299.24 Loop time of 0.016705 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:37 2021 Pair time (%) = 0.000878096 (5.25647) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209802) Outpt time (%) = 0.0156851 (93.8943) Other time (%) = 0.000106812 (0.639397) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:37 2021 Memory usage per processor = 27.5141 Mbytes Step Atoms AVEKE stressZZ 1305 5000 1.7203345e-12 559298.59 1306 -0.00662999999999638 559288.146694011 1306 5000 1.720233e-12 559288.15 Loop time of 0.0160449 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:37 2021 Pair time (%) = 0.00079298 (4.94227) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.224379) Outpt time (%) = 0.0151141 (94.1988) Other time (%) = 0.000101805 (0.634501) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:37 2021 Memory usage per processor = 27.5141 Mbytes Step Atoms AVEKE stressZZ 1306 5000 1.720233e-12 559287.51 1307 -0.00662999999999638 559277.05833545 1307 5000 1.7201315e-12 559277.06 Loop time of 0.016459 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:37 2021 Pair time (%) = 0.000777006 (4.72086) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.218733) Outpt time (%) = 0.0155418 (94.4274) Other time (%) = 0.000104189 (0.633021) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:37 2021 Memory usage per processor = 27.5141 Mbytes Step Atoms AVEKE stressZZ 1307 5000 1.7201315e-12 559276.42 1308 -0.00662999999999638 559265.970404169 1308 5000 1.72003e-12 559265.97 Loop time of 0.0160561 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:37 2021 Pair time (%) = 0.000751972 (4.68342) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.218282) Outpt time (%) = 0.015172 (94.4939) Other time (%) = 9.70364e-05 (0.60436) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:37 2021 Memory usage per processor = 27.5141 Mbytes Step Atoms AVEKE stressZZ 1308 5000 1.72003e-12 559265.33 1309 -0.00662999999999638 559254.882900123 1309 5000 1.7199286e-12 559254.88 Loop time of 0.015975 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:37 2021 Pair time (%) = 0.000749826 (4.69375) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.211928) Outpt time (%) = 0.0151019 (94.5347) Other time (%) = 8.9407e-05 (0.559668) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:37 2021 Memory usage per processor = 27.5141 Mbytes Step Atoms AVEKE stressZZ 1309 5000 1.7199286e-12 559254.24 1310 -0.00662999999999638 559243.795823284 1310 5000 1.7198271e-12 559243.8 Loop time of 0.0170801 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:37 2021 Pair time (%) = 0.000752926 (4.40821) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205195) Outpt time (%) = 0.016202 (94.8589) Other time (%) = 9.01222e-05 (0.527646) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:37 2021 Memory usage per processor = 27.5141 Mbytes Step Atoms AVEKE stressZZ 1310 5000 1.7198271e-12 559243.15 1311 -0.00662999999999638 559232.70917362 1311 5000 1.7197256e-12 559232.71 Loop time of 0.0160069 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:37 2021 Pair time (%) = 0.000751972 (4.69779) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.218952) Outpt time (%) = 0.0151279 (94.5083) Other time (%) = 9.20296e-05 (0.574935) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:37 2021 Memory usage per processor = 27.5141 Mbytes Step Atoms AVEKE stressZZ 1311 5000 1.7197256e-12 559232.07 1312 -0.00662999999999638 559221.622951112 1312 5000 1.7196241e-12 559221.62 Loop time of 0.0171931 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:37 2021 Pair time (%) = 0.00110984 (6.45515) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.273182) Outpt time (%) = 0.0158792 (92.3578) Other time (%) = 0.000157118 (0.913844) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:37 2021 Memory usage per processor = 27.5141 Mbytes Step Atoms AVEKE stressZZ 1312 5000 1.7196241e-12 559220.98 1313 -0.00662999999999638 559210.537155742 1313 5000 1.7195227e-12 559210.54 Loop time of 0.0167079 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:37 2021 Pair time (%) = 0.000753164 (4.50783) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.208339) Outpt time (%) = 0.0158191 (94.6802) Other time (%) = 0.000100851 (0.603613) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:37 2021 Memory usage per processor = 27.5141 Mbytes Step Atoms AVEKE stressZZ 1313 5000 1.7195227e-12 559209.9 1314 -0.00662999999999638 559199.451787442 1314 5000 1.7194212e-12 559199.45 Loop time of 0.0164268 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:37 2021 Pair time (%) = 0.000789165 (4.80413) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.213356) Outpt time (%) = 0.015476 (94.2118) Other time (%) = 0.0001266 (0.770693) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:37 2021 Memory usage per processor = 27.5141 Mbytes Step Atoms AVEKE stressZZ 1314 5000 1.7194212e-12 559198.81 1315 -0.00662999999999638 559188.36684623 1315 5000 1.7193198e-12 559188.37 Loop time of 0.0165761 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:37 2021 Pair time (%) = 0.000865936 (5.22402) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.24164) Outpt time (%) = 0.0155551 (93.8411) Other time (%) = 0.000114918 (0.693276) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:37 2021 Memory usage per processor = 27.5141 Mbytes Step Atoms AVEKE stressZZ 1315 5000 1.7193198e-12 559187.73 1316 -0.00662999999999638 559177.282332059 1316 5000 1.7192184e-12 559177.28 Loop time of 0.0169089 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:37 2021 Pair time (%) = 0.000752211 (4.44861) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.205863) Outpt time (%) = 0.016005 (94.6546) Other time (%) = 0.000116825 (0.69091) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:37 2021 Memory usage per processor = 27.5141 Mbytes Step Atoms AVEKE stressZZ 1316 5000 1.7192184e-12 559176.64 1317 -0.00662999999999638 559166.198244895 1317 5000 1.719117e-12 559166.2 Loop time of 0.0164869 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:37 2021 Pair time (%) = 0.000751019 (4.55525) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.212578) Outpt time (%) = 0.0156031 (94.6393) Other time (%) = 9.77516e-05 (0.592905) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:37 2021 Memory usage per processor = 27.5141 Mbytes Step Atoms AVEKE stressZZ 1317 5000 1.719117e-12 559165.56 1318 -0.00662999999999638 559155.114584685 1318 5000 1.7190155e-12 559155.11 Loop time of 0.016108 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:37 2021 Pair time (%) = 0.000766993 (4.76155) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.229419) Outpt time (%) = 0.0151551 (94.084) Other time (%) = 0.000149012 (0.925076) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:37 2021 Memory usage per processor = 27.5141 Mbytes Step Atoms AVEKE stressZZ 1318 5000 1.7190155e-12 559154.47 1319 -0.00662999999999638 559144.031351439 1319 5000 1.7189141e-12 559144.03 Loop time of 0.0165429 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:37 2021 Pair time (%) = 0.000806093 (4.87274) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.223388) Outpt time (%) = 0.0156021 (94.313) Other time (%) = 9.77516e-05 (0.590897) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:37 2021 Memory usage per processor = 27.5141 Mbytes Step Atoms AVEKE stressZZ 1319 5000 1.7189141e-12 559143.39 1320 -0.00662999999999638 559132.948545117 1320 5000 1.7188127e-12 559132.95 Loop time of 0.0181551 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:37 2021 Pair time (%) = 0.000770092 (4.24174) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.198298) Outpt time (%) = 0.017236 (94.9375) Other time (%) = 0.00011301 (0.622472) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:37 2021 Memory usage per processor = 27.5141 Mbytes Step Atoms AVEKE stressZZ 1320 5000 1.7188127e-12 559132.31 1321 -0.00662999999999638 559121.866165695 1321 5000 1.7187114e-12 559121.87 Loop time of 0.0160921 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:37 2021 Pair time (%) = 0.000766993 (4.76628) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.22372) Outpt time (%) = 0.0151811 (94.3388) Other time (%) = 0.000108004 (0.671161) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:37 2021 Memory usage per processor = 27.5141 Mbytes Step Atoms AVEKE stressZZ 1321 5000 1.7187114e-12 559121.22 1322 -0.00662999999999638 559110.784213141 1322 5000 1.71861e-12 559110.78 Loop time of 0.016439 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:37 2021 Pair time (%) = 0.000918865 (5.58956) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.249456) Outpt time (%) = 0.015352 (93.388) Other time (%) = 0.000127077 (0.773024) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:37 2021 Memory usage per processor = 27.5141 Mbytes Step Atoms AVEKE stressZZ 1322 5000 1.71861e-12 559110.14 1323 -0.00662999999999638 559099.70268742 1323 5000 1.7185086e-12 559099.7 Loop time of 0.0170062 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:37 2021 Pair time (%) = 0.000755072 (4.43999) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206087) Outpt time (%) = 0.016114 (94.7539) Other time (%) = 0.000102043 (0.600036) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:37 2021 Memory usage per processor = 27.5141 Mbytes Step Atoms AVEKE stressZZ 1323 5000 1.7185086e-12 559099.06 1324 -0.00662999999999638 559088.621588501 1324 5000 1.7184072e-12 559088.62 Loop time of 0.0163219 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:37 2021 Pair time (%) = 0.000797987 (4.88906) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.208884) Outpt time (%) = 0.0153818 (94.2403) Other time (%) = 0.000108004 (0.66171) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:37 2021 Memory usage per processor = 27.5141 Mbytes Step Atoms AVEKE stressZZ 1324 5000 1.7184072e-12 559087.98 1325 -0.00662999999999638 559077.54091639 1325 5000 1.7183059e-12 559077.54 Loop time of 0.016304 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:37 2021 Pair time (%) = 0.000764132 (4.68677) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.220812) Outpt time (%) = 0.0153649 (94.2399) Other time (%) = 0.000138998 (0.852539) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:37 2021 Memory usage per processor = 27.5141 Mbytes Step Atoms AVEKE stressZZ 1325 5000 1.7183059e-12 559076.9 1326 -0.00662999999999638 559066.460671005 1326 5000 1.7182045e-12 559066.46 Loop time of 0.016727 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:37 2021 Pair time (%) = 0.000833988 (4.98589) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209527) Outpt time (%) = 0.015759 (94.2131) Other time (%) = 9.89437e-05 (0.591522) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:37 2021 Memory usage per processor = 27.5141 Mbytes Step Atoms AVEKE stressZZ 1326 5000 1.7182045e-12 559065.82 1327 -0.00662999999999638 559055.380852346 1327 5000 1.7181032e-12 559055.38 Loop time of 0.0167749 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:37 2021 Pair time (%) = 0.000754118 (4.49552) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.203243) Outpt time (%) = 0.0158911 (94.7313) Other time (%) = 9.56059e-05 (0.569934) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:37 2021 Memory usage per processor = 27.5141 Mbytes Step Atoms AVEKE stressZZ 1327 5000 1.7181032e-12 559054.74 1328 -0.00662999999999638 559044.301460388 1328 5000 1.7180018e-12 559044.3 Loop time of 0.0159519 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:37 2021 Pair time (%) = 0.000748873 (4.69458) Neigh time (%) = 0 (0) Comm time (%) = 4.88758e-05 (0.306395) Outpt time (%) = 0.0150309 (94.2263) Other time (%) = 0.000123262 (0.772714) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:37 2021 Memory usage per processor = 27.5141 Mbytes Step Atoms AVEKE stressZZ 1328 5000 1.7180018e-12 559043.66 1329 -0.00662999999999638 559033.222495081 1329 5000 1.7179005e-12 559033.22 Loop time of 0.0169561 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:37 2021 Pair time (%) = 0.000767946 (4.52903) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206696) Outpt time (%) = 0.016052 (94.6681) Other time (%) = 0.000101089 (0.596184) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:37 2021 Memory usage per processor = 27.5141 Mbytes Step Atoms AVEKE stressZZ 1329 5000 1.7179005e-12 559032.58 1330 -0.00662999999999638 559022.143956434 1330 5000 1.7177992e-12 559022.14 Loop time of 0.018111 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:37 2021 Pair time (%) = 0.000792027 (4.37318) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.193515) Outpt time (%) = 0.017189 (94.9094) Other time (%) = 9.48906e-05 (0.523939) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:37 2021 Memory usage per processor = 27.5141 Mbytes Step Atoms AVEKE stressZZ 1330 5000 1.7177992e-12 559021.5 1331 -0.00662999999999638 559011.065844381 1331 5000 1.7176979e-12 559011.07 Loop time of 0.0161779 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:37 2021 Pair time (%) = 0.00079298 (4.90163) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.215165) Outpt time (%) = 0.0152528 (94.2819) Other time (%) = 9.72748e-05 (0.601282) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:37 2021 Memory usage per processor = 27.5141 Mbytes Step Atoms AVEKE stressZZ 1331 5000 1.7176979e-12 559010.42 1332 -0.00662999999999638 558999.988158906 1332 5000 1.7175966e-12 558999.99 Loop time of 0.016238 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:37 2021 Pair time (%) = 0.000906944 (5.58533) Neigh time (%) = 0 (0) Comm time (%) = 3.98159e-05 (0.245202) Outpt time (%) = 0.015132 (93.1887) Other time (%) = 0.000159264 (0.98081) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:37 2021 Memory usage per processor = 27.5141 Mbytes Step Atoms AVEKE stressZZ 1332 5000 1.7175966e-12 558999.35 1333 -0.00662999999999638 558988.910899976 1333 5000 1.7174953e-12 558988.91 Loop time of 0.0167079 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:37 2021 Pair time (%) = 0.000756979 (4.53067) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209766) Outpt time (%) = 0.0157869 (94.4876) Other time (%) = 0.000128984 (0.771997) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:37 2021 Memory usage per processor = 27.5141 Mbytes Step Atoms AVEKE stressZZ 1333 5000 1.7174953e-12 558988.27 1334 -0.00662999999999638 558977.834067571 1334 5000 1.717394e-12 558977.83 Loop time of 0.0160871 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:37 2021 Pair time (%) = 0.000751972 (4.67439) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.217862) Outpt time (%) = 0.0152059 (94.5223) Other time (%) = 9.41753e-05 (0.585411) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:37 2021 Memory usage per processor = 27.5141 Mbytes Step Atoms AVEKE stressZZ 1334 5000 1.717394e-12 558977.19 1335 -0.00662999999999638 558966.75766166 1335 5000 1.7172927e-12 558966.76 Loop time of 0.0161791 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:37 2021 Pair time (%) = 0.000821114 (5.07515) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.229885) Outpt time (%) = 0.0151951 (93.9184) Other time (%) = 0.000125647 (0.776599) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:37 2021 Memory usage per processor = 27.5141 Mbytes Step Atoms AVEKE stressZZ 1335 5000 1.7172927e-12 558966.12 1336 -0.00662999999999638 558955.681682226 1336 5000 1.7171914e-12 558955.68 Loop time of 0.0167902 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:37 2021 Pair time (%) = 0.000751972 (4.47865) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.207319) Outpt time (%) = 0.0159109 (94.7631) Other time (%) = 9.25064e-05 (0.550956) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:37 2021 Memory usage per processor = 27.5141 Mbytes Step Atoms AVEKE stressZZ 1336 5000 1.7171914e-12 558955.04 1337 -0.00662999999999638 558944.606129233 1337 5000 1.7170902e-12 558944.61 Loop time of 0.0170941 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:37 2021 Pair time (%) = 0.00079298 (4.6389) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205027) Outpt time (%) = 0.0161719 (94.6051) Other time (%) = 9.41753e-05 (0.550922) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:37 2021 Memory usage per processor = 27.5141 Mbytes Step Atoms AVEKE stressZZ 1337 5000 1.7170902e-12 558943.96 1338 -0.00662999999999638 558933.531002657 1338 5000 1.7169889e-12 558933.53 Loop time of 0.0160398 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:37 2021 Pair time (%) = 0.00075388 (4.70004) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.224449) Outpt time (%) = 0.015152 (94.4646) Other time (%) = 9.799e-05 (0.610916) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:37 2021 Memory usage per processor = 27.5141 Mbytes Step Atoms AVEKE stressZZ 1338 5000 1.7169889e-12 558932.89 1339 -0.00662999999999638 558922.456302443 1339 5000 1.7168876e-12 558922.46 Loop time of 0.0164189 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:37 2021 Pair time (%) = 0.000778913 (4.744) Neigh time (%) = 0 (0) Comm time (%) = 6.00815e-05 (0.365928) Outpt time (%) = 0.015445 (94.0682) Other time (%) = 0.000134945 (0.821886) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:37 2021 Memory usage per processor = 27.5141 Mbytes Step Atoms AVEKE stressZZ 1339 5000 1.7168876e-12 558921.82 1340 -0.00662999999999638 558911.382028591 1340 5000 1.7167864e-12 558911.38 Loop time of 0.0180061 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:37 2021 Pair time (%) = 0.000751019 (4.17091) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.189346) Outpt time (%) = 0.0171249 (95.1061) Other time (%) = 9.60827e-05 (0.533612) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:37 2021 Memory usage per processor = 27.5141 Mbytes Step Atoms AVEKE stressZZ 1340 5000 1.7167864e-12 558910.74 1341 -0.00662999999999638 558900.308181078 1341 5000 1.7166852e-12 558900.31 Loop time of 0.015944 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:37 2021 Pair time (%) = 0.000756979 (4.74773) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.219816) Outpt time (%) = 0.015058 (94.4433) Other time (%) = 9.39369e-05 (0.589168) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:37 2021 Memory usage per processor = 27.5141 Mbytes Step Atoms AVEKE stressZZ 1341 5000 1.7166852e-12 558899.67 1342 -0.00662999999999638 558889.234759849 1342 5000 1.7165839e-12 558889.23 Loop time of 0.016835 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:37 2021 Pair time (%) = 0.00102997 (6.11803) Neigh time (%) = 0 (0) Comm time (%) = 4.91142e-05 (0.291739) Outpt time (%) = 0.0155759 (92.521) Other time (%) = 0.000180006 (1.06924) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:37 2021 Memory usage per processor = 27.5141 Mbytes Step Atoms AVEKE stressZZ 1342 5000 1.7165839e-12 558888.59 1343 -0.00662999999999638 558878.161764895 1343 5000 1.7164827e-12 558878.16 Loop time of 0.016583 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:37 2021 Pair time (%) = 0.000750065 (4.5231) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211347) Outpt time (%) = 0.015702 (94.6876) Other time (%) = 9.58443e-05 (0.577968) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:37 2021 Memory usage per processor = 27.5141 Mbytes Step Atoms AVEKE stressZZ 1343 5000 1.7164827e-12 558877.52 1344 -0.00662999999999638 558867.089196175 1344 5000 1.7163815e-12 558867.09 Loop time of 0.0163579 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:37 2021 Pair time (%) = 0.000788927 (4.82291) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.214254) Outpt time (%) = 0.0154409 (94.3944) Other time (%) = 9.29832e-05 (0.56843) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:37 2021 Memory usage per processor = 27.5141 Mbytes Step Atoms AVEKE stressZZ 1344 5000 1.7163815e-12 558866.45 1345 -0.00662999999999638 558856.017053683 1345 5000 1.7162803e-12 558856.02 Loop time of 0.0161719 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:37 2021 Pair time (%) = 0.000938892 (5.80569) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.235884) Outpt time (%) = 0.0150881 (93.298) Other time (%) = 0.000106812 (0.660475) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:37 2021 Memory usage per processor = 27.5141 Mbytes Step Atoms AVEKE stressZZ 1345 5000 1.7162803e-12 558855.38 1346 -0.00662999999999638 558844.945337371 1346 5000 1.7161791e-12 558844.95 Loop time of 0.0166318 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:38 2021 Pair time (%) = 0.000797987 (4.79795) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.222194) Outpt time (%) = 0.015692 (94.3491) Other time (%) = 0.000104904 (0.630743) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:38 2021 Memory usage per processor = 27.5141 Mbytes Step Atoms AVEKE stressZZ 1346 5000 1.7161791e-12 558844.3 1347 -0.00662999999999638 558833.874047225 1347 5000 1.7160779e-12 558833.87 Loop time of 0.0165291 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:38 2021 Pair time (%) = 0.000755072 (4.56814) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.206266) Outpt time (%) = 0.015645 (94.6515) Other time (%) = 9.48906e-05 (0.574083) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:38 2021 Memory usage per processor = 27.5141 Mbytes Step Atoms AVEKE stressZZ 1347 5000 1.7160779e-12 558833.23 1348 -0.00662999999999638 558822.803183184 1348 5000 1.7159767e-12 558822.8 Loop time of 0.0160439 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:38 2021 Pair time (%) = 0.000764132 (4.76275) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.224392) Outpt time (%) = 0.015147 (94.4095) Other time (%) = 9.67979e-05 (0.603332) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:38 2021 Memory usage per processor = 27.5141 Mbytes Step Atoms AVEKE stressZZ 1348 5000 1.7159767e-12 558822.16 1349 -0.00662999999999638 558811.732745237 1349 5000 1.7158756e-12 558811.73 Loop time of 0.0168009 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:38 2021 Pair time (%) = 0.000766039 (4.55952) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.214282) Outpt time (%) = 0.0159039 (94.6614) Other time (%) = 9.48906e-05 (0.564795) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:38 2021 Memory usage per processor = 27.5141 Mbytes Step Atoms AVEKE stressZZ 1349 5000 1.7158756e-12 558811.09 1350 -0.00662999999999638 558800.662733373 1350 5000 1.7157744e-12 558800.66 Loop time of 0.0181031 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:38 2021 Pair time (%) = 0.000751019 (4.14856) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.192282) Outpt time (%) = 0.01723 (95.1771) Other time (%) = 8.72612e-05 (0.482023) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:38 2021 Memory usage per processor = 27.5141 Mbytes Step Atoms AVEKE stressZZ 1350 5000 1.7157744e-12 558800.02 1351 -0.00662999999999638 558789.593147571 1351 5000 1.7156732e-12 558789.59 Loop time of 0.016144 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:38 2021 Pair time (%) = 0.000754833 (4.67562) Neigh time (%) = 0 (0) Comm time (%) = 7.08103e-05 (0.438616) Outpt time (%) = 0.015219 (94.2699) Other time (%) = 9.94205e-05 (0.615834) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:38 2021 Memory usage per processor = 27.5141 Mbytes Step Atoms AVEKE stressZZ 1351 5000 1.7156732e-12 558788.95 1352 -0.00662999999999638 558778.523987774 1352 5000 1.7155721e-12 558778.52 Loop time of 0.0162051 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:38 2021 Pair time (%) = 0.000910997 (5.62168) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.235401) Outpt time (%) = 0.0151339 (93.3896) Other time (%) = 0.00012207 (0.753285) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:38 2021 Memory usage per processor = 27.5141 Mbytes Step Atoms AVEKE stressZZ 1352 5000 1.7155721e-12 558777.88 1353 -0.00662999999999638 558767.455253961 1353 5000 1.715471e-12 558767.46 Loop time of 0.016603 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:38 2021 Pair time (%) = 0.000804901 (4.84793) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211092) Outpt time (%) = 0.0156679 (94.368) Other time (%) = 9.5129e-05 (0.572963) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:38 2021 Memory usage per processor = 27.5141 Mbytes Step Atoms AVEKE stressZZ 1353 5000 1.715471e-12 558766.81 1354 -0.00662999999999638 558754.272850791 1354 5000 3.3892751e-12 558772.55 Loop time of 0.0159888 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:38 2021 Pair time (%) = 0.000750065 (4.69118) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.2192) Outpt time (%) = 0.0150859 (94.353) Other time (%) = 0.000117779 (0.736632) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28285 ave 28285 max 28285 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28285 Ave neighs/atom = 5.657 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:38 2021 Memory usage per processor = 27.5141 Mbytes Step Atoms AVEKE stressZZ 1354 5000 3.3892751e-12 577889.26 1355 -0.00666249999999636 577875.310589014 1355 5000 2.7565208e-12 577875.31 Loop time of 0.0158591 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:38 2021 Pair time (%) = 0.000800133 (5.04525) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.220993) Outpt time (%) = 0.0149331 (94.161) Other time (%) = 9.08375e-05 (0.572777) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28286 ave 28286 max 28286 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28286 Ave neighs/atom = 5.6572 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:38 2021 Memory usage per processor = 27.5141 Mbytes Step Atoms AVEKE stressZZ 1355 5000 2.7565208e-12 577874.44 1356 -0.00666249999999636 577861.626748282 1356 5000 2.3883195e-12 577861.63 Loop time of 0.0157781 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:38 2021 Pair time (%) = 0.000755072 (4.78558) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.216084) Outpt time (%) = 0.014904 (94.4604) Other time (%) = 8.4877e-05 (0.537943) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28286 ave 28286 max 28286 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28286 Ave neighs/atom = 5.6572 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:38 2021 Memory usage per processor = 27.5141 Mbytes Step Atoms AVEKE stressZZ 1356 5000 2.3883195e-12 577860.82 1357 -0.00666249999999636 577848.741936331 1357 5000 2.1680015e-12 577848.74 Loop time of 0.0160358 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:38 2021 Pair time (%) = 0.000754833 (4.70718) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.217071) Outpt time (%) = 0.0151558 (94.5123) Other time (%) = 9.03606e-05 (0.563493) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28286 ave 28286 max 28286 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28286 Ave neighs/atom = 5.6572 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:38 2021 Memory usage per processor = 27.5141 Mbytes Step Atoms AVEKE stressZZ 1357 5000 2.1680015e-12 577847.98 1358 -0.00666249999999636 577836.365076985 1358 5000 2.0334888e-12 577836.37 Loop time of 0.0169251 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:38 2021 Pair time (%) = 0.000756979 (4.47252) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207074) Outpt time (%) = 0.0160429 (94.7879) Other time (%) = 9.01222e-05 (0.532477) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28286 ave 28286 max 28286 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28286 Ave neighs/atom = 5.6572 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:38 2021 Memory usage per processor = 27.5141 Mbytes Step Atoms AVEKE stressZZ 1358 5000 2.0334888e-12 577835.64 1359 -0.00666249999999636 577824.311188935 1359 5000 1.9502037e-12 577824.31 Loop time of 0.0167041 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:38 2021 Pair time (%) = 0.000878096 (5.25677) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.234078) Outpt time (%) = 0.0156569 (93.7313) Other time (%) = 0.000129938 (0.777882) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28286 ave 28286 max 28286 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28286 Ave neighs/atom = 5.6572 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:38 2021 Memory usage per processor = 27.5141 Mbytes Step Atoms AVEKE stressZZ 1359 5000 1.9502037e-12 577823.6 1360 -0.00666249999999636 577812.462714902 1360 5000 1.8981404e-12 577812.46 Loop time of 0.018728 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:38 2021 Pair time (%) = 0.000870943 (4.65048) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.202416) Outpt time (%) = 0.017673 (94.3667) Other time (%) = 0.000146151 (0.780385) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28286 ave 28286 max 28286 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28286 Ave neighs/atom = 5.6572 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:38 2021 Memory usage per processor = 27.5143 Mbytes Step Atoms AVEKE stressZZ 1360 5000 1.8981404e-12 577811.76 1361 -0.00666249999999636 577800.74494649 1361 5000 1.8653799e-12 577800.74 Loop time of 0.0169411 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:38 2021 Pair time (%) = 0.000765085 (4.51616) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206879) Outpt time (%) = 0.0160232 (94.5817) Other time (%) = 0.000117779 (0.695226) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28286 ave 28286 max 28286 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28286 Ave neighs/atom = 5.6572 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:38 2021 Memory usage per processor = 27.5143 Mbytes Step Atoms AVEKE stressZZ 1361 5000 1.8653799e-12 577800.05 1362 -0.00666249999999636 577789.110435139 1362 5000 1.8446688e-12 577789.11 Loop time of 0.016124 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:38 2021 Pair time (%) = 0.000797987 (4.94906) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.215884) Outpt time (%) = 0.0151949 (94.2377) Other time (%) = 9.63211e-05 (0.597377) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28286 ave 28286 max 28286 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28286 Ave neighs/atom = 5.6572 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:38 2021 Memory usage per processor = 27.5143 Mbytes Step Atoms AVEKE stressZZ 1362 5000 1.8446688e-12 577788.42 1363 -0.00666249999999636 577777.528999914 1363 5000 1.8315273e-12 577777.53 Loop time of 0.016288 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:38 2021 Pair time (%) = 0.000821114 (5.0412) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.226883) Outpt time (%) = 0.0152788 (93.8039) Other time (%) = 0.000151157 (0.928027) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28286 ave 28286 max 28286 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28286 Ave neighs/atom = 5.6572 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:38 2021 Memory usage per processor = 27.5143 Mbytes Step Atoms AVEKE stressZZ 1363 5000 1.8315273e-12 577776.85 1364 -0.00666249999999636 577765.981458245 1364 5000 1.8231609e-12 577765.98 Loop time of 0.0168378 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:38 2021 Pair time (%) = 0.000756025 (4.49004) Neigh time (%) = 0 (0) Comm time (%) = 5.00679e-05 (0.297354) Outpt time (%) = 0.0158811 (94.3177) Other time (%) = 0.000150681 (0.894893) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28286 ave 28286 max 28286 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28286 Ave neighs/atom = 5.6572 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:38 2021 Memory usage per processor = 27.5143 Mbytes Step Atoms AVEKE stressZZ 1364 5000 1.8231609e-12 577765.3 1365 -0.00666249999999636 577754.455621261 1365 5000 1.8178146e-12 577754.46 Loop time of 0.0165889 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:38 2021 Pair time (%) = 0.000755072 (4.55166) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211271) Outpt time (%) = 0.0157032 (94.6607) Other time (%) = 9.56059e-05 (0.576323) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28286 ave 28286 max 28286 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28286 Ave neighs/atom = 5.6572 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:38 2021 Memory usage per processor = 27.5143 Mbytes Step Atoms AVEKE stressZZ 1365 5000 1.8178146e-12 577753.78 1366 -0.00666249999999636 577742.943743 1366 5000 1.8143818e-12 577742.94 Loop time of 0.016084 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:38 2021 Pair time (%) = 0.000761986 (4.73755) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.223833) Outpt time (%) = 0.0151899 (94.4412) Other time (%) = 9.60827e-05 (0.597382) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28286 ave 28286 max 28286 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28286 Ave neighs/atom = 5.6572 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:38 2021 Memory usage per processor = 27.5143 Mbytes Step Atoms AVEKE stressZZ 1366 5000 1.8143818e-12 577742.26 1367 -0.00666249999999636 577731.440900695 1367 5000 1.8121628e-12 577731.44 Loop time of 0.0166678 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:38 2021 Pair time (%) = 0.000781059 (4.68602) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.215992) Outpt time (%) = 0.015753 (94.5115) Other time (%) = 9.77516e-05 (0.586468) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28286 ave 28286 max 28286 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28286 Ave neighs/atom = 5.6572 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:38 2021 Memory usage per processor = 27.5143 Mbytes Step Atoms AVEKE stressZZ 1367 5000 1.8121628e-12 577730.76 1368 -0.00666249999999636 577719.943965811 1368 5000 1.8107141e-12 577719.94 Loop time of 0.016691 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:38 2021 Pair time (%) = 0.000751972 (4.50526) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.208551) Outpt time (%) = 0.015815 (94.752) Other time (%) = 8.91685e-05 (0.534232) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28286 ave 28286 max 28286 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28286 Ave neighs/atom = 5.6572 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:38 2021 Memory usage per processor = 27.5143 Mbytes Step Atoms AVEKE stressZZ 1368 5000 1.8107141e-12 577719.27 1369 -0.00666249999999636 577708.450949949 1369 5000 1.8097547e-12 577708.45 Loop time of 0.016356 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:38 2021 Pair time (%) = 0.000753164 (4.60482) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.214279) Outpt time (%) = 0.0154741 (94.608) Other time (%) = 9.36985e-05 (0.57287) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28286 ave 28286 max 28286 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28286 Ave neighs/atom = 5.6572 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:38 2021 Memory usage per processor = 27.5143 Mbytes Step Atoms AVEKE stressZZ 1369 5000 1.8097547e-12 577707.77 1370 -0.00666249999999636 577696.960585145 1370 5000 1.809106e-12 577696.96 Loop time of 0.01827 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:38 2021 Pair time (%) = 0.0010519 (5.75754) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.202271) Outpt time (%) = 0.0170369 (93.2507) Other time (%) = 0.000144243 (0.789508) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28286 ave 28286 max 28286 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28286 Ave neighs/atom = 5.6572 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:38 2021 Memory usage per processor = 27.5143 Mbytes Step Atoms AVEKE stressZZ 1370 5000 1.809106e-12 577696.28 1371 -0.00666249999999636 577685.472070517 1371 5000 1.8086547e-12 577685.47 Loop time of 0.01671 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:38 2021 Pair time (%) = 0.000752211 (4.50155) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209739) Outpt time (%) = 0.0158241 (94.698) Other time (%) = 9.87053e-05 (0.590694) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28286 ave 28286 max 28286 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28286 Ave neighs/atom = 5.6572 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:38 2021 Memory usage per processor = 27.5143 Mbytes Step Atoms AVEKE stressZZ 1371 5000 1.8086547e-12 577684.79 1372 -0.00666249999999636 577673.984896844 1372 5000 1.8083288e-12 577673.98 Loop time of 0.0160871 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:38 2021 Pair time (%) = 0.000754833 (4.69218) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.22379) Outpt time (%) = 0.0152011 (94.4927) Other time (%) = 9.5129e-05 (0.591339) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28286 ave 28286 max 28286 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28286 Ave neighs/atom = 5.6572 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:38 2021 Memory usage per processor = 27.5143 Mbytes Step Atoms AVEKE stressZZ 1372 5000 1.8083288e-12 577673.31 1373 -0.00666249999999636 577662.498739606 1373 5000 1.8080826e-12 577662.5 Loop time of 0.0162799 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:38 2021 Pair time (%) = 0.000936031 (5.7496) Neigh time (%) = 0 (0) Comm time (%) = 4.19617e-05 (0.257751) Outpt time (%) = 0.015168 (93.1696) Other time (%) = 0.000133991 (0.823045) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28286 ave 28286 max 28286 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28286 Ave neighs/atom = 5.6572 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:38 2021 Memory usage per processor = 27.5143 Mbytes Step Atoms AVEKE stressZZ 1373 5000 1.8080826e-12 577661.82 1374 -0.00666249999999636 577651.013392501 1374 5000 1.8078871e-12 577651.01 Loop time of 0.0167 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:38 2021 Pair time (%) = 0.000752926 (4.50853) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.208437) Outpt time (%) = 0.0158191 (94.7248) Other time (%) = 9.32217e-05 (0.558213) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28286 ave 28286 max 28286 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28286 Ave neighs/atom = 5.6572 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:38 2021 Memory usage per processor = 27.5143 Mbytes Step Atoms AVEKE stressZZ 1374 5000 1.8078871e-12 577650.34 1375 -0.00666249999999636 577639.528724319 1375 5000 1.8077238e-12 577639.53 Loop time of 0.0163479 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:38 2021 Pair time (%) = 0.000753164 (4.60711) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.214386) Outpt time (%) = 0.015466 (94.6054) Other time (%) = 9.36985e-05 (0.573154) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28286 ave 28286 max 28286 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28286 Ave neighs/atom = 5.6572 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:38 2021 Memory usage per processor = 27.5143 Mbytes Step Atoms AVEKE stressZZ 1375 5000 1.8077238e-12 577638.85 1376 -0.00666249999999636 577628.04465166 1376 5000 1.807581e-12 577628.04 Loop time of 0.016 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:38 2021 Pair time (%) = 0.000799894 (4.99933) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.238418) Outpt time (%) = 0.0150571 (94.1066) Other time (%) = 0.000104904 (0.65565) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28286 ave 28286 max 28286 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28286 Ave neighs/atom = 5.6572 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:38 2021 Memory usage per processor = 27.5143 Mbytes Step Atoms AVEKE stressZZ 1376 5000 1.807581e-12 577627.37 1377 -0.00666249999999636 577616.561121402 1377 5000 1.8074511e-12 577616.56 Loop time of 0.0168738 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:38 2021 Pair time (%) = 0.000854969 (5.06683) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.213355) Outpt time (%) = 0.0158629 (94.0091) Other time (%) = 0.000119925 (0.710713) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28286 ave 28286 max 28286 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28286 Ave neighs/atom = 5.6572 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:38 2021 Memory usage per processor = 27.5143 Mbytes Step Atoms AVEKE stressZZ 1377 5000 1.8074511e-12 577615.88 1378 -0.00666249999999636 577605.078099784 1378 5000 1.8073295e-12 577605.08 Loop time of 0.0171349 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:38 2021 Pair time (%) = 0.000797033 (4.65152) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198973) Outpt time (%) = 0.0162089 (94.5957) Other time (%) = 9.48906e-05 (0.553785) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28286 ave 28286 max 28286 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28286 Ave neighs/atom = 5.6572 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:38 2021 Memory usage per processor = 27.5143 Mbytes Step Atoms AVEKE stressZZ 1378 5000 1.8073295e-12 577604.4 1379 -0.00666249999999636 577593.595565258 1379 5000 1.8072132e-12 577593.6 Loop time of 0.0160482 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:38 2021 Pair time (%) = 0.000754118 (4.69908) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.298614) Outpt time (%) = 0.0150881 (94.0173) Other time (%) = 0.000158072 (0.98498) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28286 ave 28286 max 28286 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28286 Ave neighs/atom = 5.6572 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:38 2021 Memory usage per processor = 27.5143 Mbytes Step Atoms AVEKE stressZZ 1379 5000 1.8072132e-12 577592.92 1380 -0.00666249999999636 577582.113504117 1380 5000 1.8071002e-12 577582.11 Loop time of 0.0181811 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:38 2021 Pair time (%) = 0.000829935 (4.56483) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.20326) Outpt time (%) = 0.017185 (94.5212) Other time (%) = 0.000129223 (0.710754) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28286 ave 28286 max 28286 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28286 Ave neighs/atom = 5.6572 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:38 2021 Memory usage per processor = 27.5143 Mbytes Step Atoms AVEKE stressZZ 1380 5000 1.8071002e-12 577581.44 1381 -0.00666249999999636 577570.631907557 1381 5000 1.8069894e-12 577570.63 Loop time of 0.0168681 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:38 2021 Pair time (%) = 0.00079608 (4.71943) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207774) Outpt time (%) = 0.0159431 (94.5159) Other time (%) = 9.39369e-05 (0.55689) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28286 ave 28286 max 28286 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28286 Ave neighs/atom = 5.6572 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:38 2021 Memory usage per processor = 27.5143 Mbytes Step Atoms AVEKE stressZZ 1381 5000 1.8069894e-12 577569.95 1382 -0.00666249999999636 577559.150769972 1382 5000 1.8068799e-12 577559.15 Loop time of 0.016485 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:38 2021 Pair time (%) = 0.000809908 (4.91301) Neigh time (%) = 0 (0) Comm time (%) = 5.22137e-05 (0.316735) Outpt time (%) = 0.015466 (93.8186) Other time (%) = 0.000156879 (0.951651) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28286 ave 28286 max 28286 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28286 Ave neighs/atom = 5.6572 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:38 2021 Memory usage per processor = 27.5143 Mbytes Step Atoms AVEKE stressZZ 1382 5000 1.8068799e-12 577558.47 1383 -0.00666249999999636 577547.670087763 1383 5000 1.8067712e-12 577547.67 Loop time of 0.01616 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:38 2021 Pair time (%) = 0.00079608 (4.92623) Neigh time (%) = 0 (0) Comm time (%) = 6.69956e-05 (0.414577) Outpt time (%) = 0.0151122 (93.5158) Other time (%) = 0.000184774 (1.14341) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28286 ave 28286 max 28286 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28286 Ave neighs/atom = 5.6572 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:38 2021 Memory usage per processor = 27.5143 Mbytes Step Atoms AVEKE stressZZ 1383 5000 1.8067712e-12 577546.99 1384 -0.00666249999999636 577536.189858572 1384 5000 1.8066631e-12 577536.19 Loop time of 0.0167091 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:38 2021 Pair time (%) = 0.000782967 (4.68587) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.221166) Outpt time (%) = 0.015748 (94.2482) Other time (%) = 0.000141144 (0.844713) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28286 ave 28286 max 28286 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28286 Ave neighs/atom = 5.6572 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:38 2021 Memory usage per processor = 27.5143 Mbytes Step Atoms AVEKE stressZZ 1384 5000 1.8066631e-12 577535.51 1385 -0.00666249999999636 577524.710080873 1385 5000 1.8065554e-12 577524.71 Loop time of 0.0164971 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:38 2021 Pair time (%) = 0.000755787 (4.58132) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.20522) Outpt time (%) = 0.015615 (94.6527) Other time (%) = 9.25064e-05 (0.560742) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28286 ave 28286 max 28286 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28286 Ave neighs/atom = 5.6572 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:38 2021 Memory usage per processor = 27.5143 Mbytes Step Atoms AVEKE stressZZ 1385 5000 1.8065554e-12 577524.03 1386 -0.00666249999999636 577513.230753672 1386 5000 1.8064479e-12 577513.23 Loop time of 0.0160608 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:38 2021 Pair time (%) = 0.000761032 (4.73844) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.224155) Outpt time (%) = 0.015162 (94.4035) Other time (%) = 0.000101805 (0.63387) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28286 ave 28286 max 28286 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28286 Ave neighs/atom = 5.6572 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:38 2021 Memory usage per processor = 27.5143 Mbytes Step Atoms AVEKE stressZZ 1386 5000 1.8064479e-12 577512.55 1387 -0.00666249999999636 577501.751876265 1387 5000 1.8063405e-12 577501.75 Loop time of 0.0166261 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:38 2021 Pair time (%) = 0.000770092 (4.63182) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.216534) Outpt time (%) = 0.0157192 (94.5451) Other time (%) = 0.000100851 (0.606582) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28286 ave 28286 max 28286 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28286 Ave neighs/atom = 5.6572 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:38 2021 Memory usage per processor = 27.5143 Mbytes Step Atoms AVEKE stressZZ 1387 5000 1.8063405e-12 577501.07 1388 -0.00666249999999636 577490.273448221 1388 5000 1.8062333e-12 577490.27 Loop time of 0.0168991 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:38 2021 Pair time (%) = 0.000754118 (4.46247) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207393) Outpt time (%) = 0.0160172 (94.7813) Other time (%) = 9.27448e-05 (0.548815) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28286 ave 28286 max 28286 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28286 Ave neighs/atom = 5.6572 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:38 2021 Memory usage per processor = 27.5143 Mbytes Step Atoms AVEKE stressZZ 1388 5000 1.8062333e-12 577489.6 1389 -0.00666249999999636 577478.795469207 1389 5000 1.8061261e-12 577478.8 Loop time of 0.0160511 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:38 2021 Pair time (%) = 0.00075388 (4.69676) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.216865) Outpt time (%) = 0.0151641 (94.4744) Other time (%) = 9.82285e-05 (0.611975) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28286 ave 28286 max 28286 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28286 Ave neighs/atom = 5.6572 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:38 2021 Memory usage per processor = 27.5143 Mbytes Step Atoms AVEKE stressZZ 1389 5000 1.8061261e-12 577478.12 1390 -0.00666249999999636 577467.317938957 1390 5000 1.8060189e-12 577467.32 Loop time of 0.0181482 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:38 2021 Pair time (%) = 0.000904799 (4.98561) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.198374) Outpt time (%) = 0.0170798 (94.1132) Other time (%) = 0.000127554 (0.702847) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28286 ave 28286 max 28286 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28286 Ave neighs/atom = 5.6572 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:38 2021 Memory usage per processor = 27.5143 Mbytes Step Atoms AVEKE stressZZ 1390 5000 1.8060189e-12 577466.64 1391 -0.00666249999999636 577455.840857294 1391 5000 1.8059118e-12 577455.84 Loop time of 0.0169489 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:39 2021 Pair time (%) = 0.00075388 (4.44795) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.201156) Outpt time (%) = 0.0160661 (94.791) Other time (%) = 9.48906e-05 (0.559862) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28286 ave 28286 max 28286 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28286 Ave neighs/atom = 5.6572 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:39 2021 Memory usage per processor = 27.5143 Mbytes Step Atoms AVEKE stressZZ 1391 5000 1.8059118e-12 577455.16 1392 -0.00666249999999636 577444.364224094 1392 5000 1.8058047e-12 577444.36 Loop time of 0.0164001 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:39 2021 Pair time (%) = 0.000752926 (4.59098) Neigh time (%) = 0 (0) Comm time (%) = 5.00679e-05 (0.30529) Outpt time (%) = 0.0154572 (94.2504) Other time (%) = 0.000139952 (0.853359) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28286 ave 28286 max 28286 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28286 Ave neighs/atom = 5.6572 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:39 2021 Memory usage per processor = 27.5143 Mbytes Step Atoms AVEKE stressZZ 1392 5000 1.8058047e-12 577443.69 1393 -0.00666249999999636 577432.888039208 1393 5000 1.8056977e-12 577432.89 Loop time of 0.0162718 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:39 2021 Pair time (%) = 0.000808001 (4.96564) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.22711) Outpt time (%) = 0.015326 (94.1875) Other time (%) = 0.000100851 (0.619789) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28286 ave 28286 max 28286 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28286 Ave neighs/atom = 5.6572 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:39 2021 Memory usage per processor = 27.5143 Mbytes Step Atoms AVEKE stressZZ 1393 5000 1.8056977e-12 577432.21 1394 -0.00666249999999636 577421.412302532 1394 5000 1.8055906e-12 577421.41 Loop time of 0.016799 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:39 2021 Pair time (%) = 0.000812054 (4.83395) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208629) Outpt time (%) = 0.015856 (94.3869) Other time (%) = 9.58443e-05 (0.570536) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28286 ave 28286 max 28286 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28286 Ave neighs/atom = 5.6572 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:39 2021 Memory usage per processor = 27.5143 Mbytes Step Atoms AVEKE stressZZ 1394 5000 1.8055906e-12 577420.73 1395 -0.00666249999999636 577409.937013979 1395 5000 1.8054835e-12 577409.94 Loop time of 0.0170381 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:39 2021 Pair time (%) = 0.000795126 (4.66675) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205701) Outpt time (%) = 0.016115 (94.5818) Other time (%) = 9.29832e-05 (0.545737) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28286 ave 28286 max 28286 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28286 Ave neighs/atom = 5.6572 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:39 2021 Memory usage per processor = 27.5143 Mbytes Step Atoms AVEKE stressZZ 1395 5000 1.8054835e-12 577409.26 1396 -0.00666249999999636 577398.462173452 1396 5000 1.8053765e-12 577398.46 Loop time of 0.016118 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:39 2021 Pair time (%) = 0.000756979 (4.69647) Neigh time (%) = 0 (0) Comm time (%) = 6.58035e-05 (0.40826) Outpt time (%) = 0.015147 (93.9752) Other time (%) = 0.000148296 (0.920064) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28286 ave 28286 max 28286 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28286 Ave neighs/atom = 5.6572 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:39 2021 Memory usage per processor = 27.5143 Mbytes Step Atoms AVEKE stressZZ 1396 5000 1.8053765e-12 577397.78 1397 -0.00666249999999636 577386.987780883 1397 5000 1.8052695e-12 577386.99 Loop time of 0.016506 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:39 2021 Pair time (%) = 0.000905991 (5.48887) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.23111) Outpt time (%) = 0.0154409 (93.5477) Other time (%) = 0.000120878 (0.732331) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28286 ave 28286 max 28286 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28286 Ave neighs/atom = 5.6572 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:39 2021 Memory usage per processor = 27.5143 Mbytes Step Atoms AVEKE stressZZ 1397 5000 1.8052695e-12 577386.31 1398 -0.00666249999999636 577375.513836179 1398 5000 1.8051624e-12 577375.51 Loop time of 0.0167902 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:39 2021 Pair time (%) = 0.000756979 (4.50847) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208739) Outpt time (%) = 0.0159061 (94.7347) Other time (%) = 9.20296e-05 (0.548116) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28286 ave 28286 max 28286 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28286 Ave neighs/atom = 5.6572 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:39 2021 Memory usage per processor = 27.5143 Mbytes Step Atoms AVEKE stressZZ 1398 5000 1.8051624e-12 577374.84 1399 -0.00666249999999636 577364.040339269 1399 5000 1.8050554e-12 577364.04 Loop time of 0.0164361 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:39 2021 Pair time (%) = 0.000751972 (4.57513) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.205982) Outpt time (%) = 0.0155602 (94.6706) Other time (%) = 9.01222e-05 (0.548319) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28286 ave 28286 max 28286 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28286 Ave neighs/atom = 5.6572 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:39 2021 Memory usage per processor = 27.5143 Mbytes Step Atoms AVEKE stressZZ 1399 5000 1.8050554e-12 577363.36 1400 -0.00666249999999636 577352.567290068 1400 5000 1.8049484e-12 577352.57 Loop time of 0.0173919 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:39 2021 Pair time (%) = 0.000765085 (4.39908) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.207) Outpt time (%) = 0.0164931 (94.8319) Other time (%) = 9.77516e-05 (0.562052) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28286 ave 28286 max 28286 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28286 Ave neighs/atom = 5.6572 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:39 2021 Memory usage per processor = 27.5143 Mbytes Step Atoms AVEKE stressZZ 1400 5000 1.8049484e-12 577351.89 1401 -0.00666249999999636 577341.094688515 1401 5000 1.8048414e-12 577341.09 Loop time of 0.0157349 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:39 2021 Pair time (%) = 0.000751972 (4.77901) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.222737) Outpt time (%) = 0.0148549 (94.4073) Other time (%) = 9.29832e-05 (0.590936) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28286 ave 28286 max 28286 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28286 Ave neighs/atom = 5.6572 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:39 2021 Memory usage per processor = 27.5143 Mbytes Step Atoms AVEKE stressZZ 1401 5000 1.8048414e-12 577340.42 1402 -0.00666249999999636 577329.622534541 1402 5000 1.8047344e-12 577329.62 Loop time of 0.016022 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:39 2021 Pair time (%) = 0.000756025 (4.71868) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.218747) Outpt time (%) = 0.015141 (94.5016) Other time (%) = 8.98838e-05 (0.561004) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28286 ave 28286 max 28286 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28286 Ave neighs/atom = 5.6572 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:39 2021 Memory usage per processor = 27.5143 Mbytes Step Atoms AVEKE stressZZ 1402 5000 1.8047344e-12 577328.94 1403 -0.00666249999999636 577318.150828072 1403 5000 1.8046275e-12 577318.15 Loop time of 0.0172141 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:39 2021 Pair time (%) = 0.000756025 (4.39191) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.202213) Outpt time (%) = 0.0163319 (94.8754) Other time (%) = 9.13143e-05 (0.530464) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28286 ave 28286 max 28286 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28286 Ave neighs/atom = 5.6572 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:39 2021 Memory usage per processor = 27.5143 Mbytes Step Atoms AVEKE stressZZ 1403 5000 1.8046275e-12 577317.47 1404 -0.00666249999999636 577306.679569067 1404 5000 1.8045205e-12 577306.68 Loop time of 0.016768 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:39 2021 Pair time (%) = 0.000801086 (4.77748) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.214702) Outpt time (%) = 0.0158279 (94.3936) Other time (%) = 0.000102997 (0.614247) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28286 ave 28286 max 28286 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28286 Ave neighs/atom = 5.6572 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:39 2021 Memory usage per processor = 27.5143 Mbytes Step Atoms AVEKE stressZZ 1404 5000 1.8045205e-12 577306 1405 -0.00666249999999636 577295.208757431 1405 5000 1.8044135e-12 577295.21 Loop time of 0.01689 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:39 2021 Pair time (%) = 0.00085783 (5.07891) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.21315) Outpt time (%) = 0.0158582 (93.8906) Other time (%) = 0.000138044 (0.817312) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28286 ave 28286 max 28286 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28286 Ave neighs/atom = 5.6572 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:39 2021 Memory usage per processor = 27.5143 Mbytes Step Atoms AVEKE stressZZ 1405 5000 1.8044135e-12 577294.53 1406 -0.00666249999999636 577283.738393125 1406 5000 1.8043066e-12 577283.74 Loop time of 0.016937 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:39 2021 Pair time (%) = 0.000910044 (5.3731) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.201298) Outpt time (%) = 0.0158958 (93.8527) Other time (%) = 9.70364e-05 (0.572925) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28286 ave 28286 max 28286 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28286 Ave neighs/atom = 5.6572 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:39 2021 Memory usage per processor = 27.5143 Mbytes Step Atoms AVEKE stressZZ 1406 5000 1.8043066e-12 577283.06 1407 -0.00666249999999636 577272.268476066 1407 5000 1.8041996e-12 577272.27 Loop time of 0.0166728 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:39 2021 Pair time (%) = 0.000756025 (4.53447) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.210207) Outpt time (%) = 0.0157869 (94.6862) Other time (%) = 9.48906e-05 (0.569132) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28286 ave 28286 max 28286 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28286 Ave neighs/atom = 5.6572 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:39 2021 Memory usage per processor = 27.5143 Mbytes Step Atoms AVEKE stressZZ 1407 5000 1.8041996e-12 577271.59 1408 -0.00666249999999636 577260.79900622 1408 5000 1.8040927e-12 577260.8 Loop time of 0.016176 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:39 2021 Pair time (%) = 0.000756025 (4.67375) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.216664) Outpt time (%) = 0.01529 (94.523) Other time (%) = 9.48906e-05 (0.586614) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28286 ave 28286 max 28286 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28286 Ave neighs/atom = 5.6572 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:39 2021 Memory usage per processor = 27.5143 Mbytes Step Atoms AVEKE stressZZ 1408 5000 1.8040927e-12 577260.12 1409 -0.00666249999999636 577249.329983498 1409 5000 1.8039858e-12 577249.33 Loop time of 0.0166202 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:39 2021 Pair time (%) = 0.000795126 (4.78411) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.22235) Outpt time (%) = 0.0156872 (94.3867) Other time (%) = 0.000100851 (0.6068) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28286 ave 28286 max 28286 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28286 Ave neighs/atom = 5.6572 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:39 2021 Memory usage per processor = 27.5143 Mbytes Step Atoms AVEKE stressZZ 1409 5000 1.8039858e-12 577248.65 1410 -0.00666249999999636 577237.861407847 1410 5000 1.8038788e-12 577237.86 Loop time of 0.0180831 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:39 2021 Pair time (%) = 0.00079298 (4.3852) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.193814) Outpt time (%) = 0.0171611 (94.9015) Other time (%) = 9.39369e-05 (0.519474) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28286 ave 28286 max 28286 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28286 Ave neighs/atom = 5.6572 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:39 2021 Memory usage per processor = 27.5143 Mbytes Step Atoms AVEKE stressZZ 1410 5000 1.8038788e-12 577237.18 1411 -0.00666249999999636 577226.393279238 1411 5000 1.8037719e-12 577226.39 Loop time of 0.0162559 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:39 2021 Pair time (%) = 0.000751972 (4.62585) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.215599) Outpt time (%) = 0.015373 (94.5689) Other time (%) = 9.58443e-05 (0.589598) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28286 ave 28286 max 28286 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28286 Ave neighs/atom = 5.6572 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:39 2021 Memory usage per processor = 27.5143 Mbytes Step Atoms AVEKE stressZZ 1411 5000 1.8037719e-12 577225.72 1412 -0.00666249999999636 577214.925597556 1412 5000 1.803665e-12 577214.93 Loop time of 0.0161021 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:39 2021 Pair time (%) = 0.000833988 (5.17938) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.24283) Outpt time (%) = 0.0151031 (93.796) Other time (%) = 0.000125885 (0.781794) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28286 ave 28286 max 28286 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28286 Ave neighs/atom = 5.6572 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:39 2021 Memory usage per processor = 27.5143 Mbytes Step Atoms AVEKE stressZZ 1412 5000 1.803665e-12 577214.25 1413 -0.00666249999999636 577203.458362817 1413 5000 1.8035581e-12 577203.46 Loop time of 0.016824 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:39 2021 Pair time (%) = 0.000852823 (5.06909) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.213987) Outpt time (%) = 0.0157521 (93.6286) Other time (%) = 0.000183105 (1.08836) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28286 ave 28286 max 28286 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28286 Ave neighs/atom = 5.6572 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:39 2021 Memory usage per processor = 27.5143 Mbytes Step Atoms AVEKE stressZZ 1413 5000 1.8035581e-12 577202.78 1414 -0.00666249999999636 577191.991574915 1414 5000 1.8034512e-12 577191.99 Loop time of 0.0163569 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:39 2021 Pair time (%) = 0.000756979 (4.62788) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.214267) Outpt time (%) = 0.015471 (94.5836) Other time (%) = 9.39369e-05 (0.574294) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28286 ave 28286 max 28286 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28286 Ave neighs/atom = 5.6572 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:39 2021 Memory usage per processor = 27.5143 Mbytes Step Atoms AVEKE stressZZ 1414 5000 1.8034512e-12 577191.31 1415 -0.00666249999999636 577180.52523382 1415 5000 1.8033443e-12 577180.53 Loop time of 0.0161371 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:39 2021 Pair time (%) = 0.000785828 (4.86969) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.236393) Outpt time (%) = 0.0152068 (94.235) Other time (%) = 0.000106335 (0.658945) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28286 ave 28286 max 28286 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28286 Ave neighs/atom = 5.6572 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:39 2021 Memory usage per processor = 27.5143 Mbytes Step Atoms AVEKE stressZZ 1415 5000 1.8033443e-12 577179.85 1416 -0.00666249999999636 577169.059339456 1416 5000 1.8032375e-12 577169.06 Loop time of 0.0167348 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:39 2021 Pair time (%) = 0.00087285 (5.21577) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209429) Outpt time (%) = 0.0157359 (94.0306) Other time (%) = 9.10759e-05 (0.544229) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28286 ave 28286 max 28286 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28286 Ave neighs/atom = 5.6572 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:39 2021 Memory usage per processor = 27.5143 Mbytes Step Atoms AVEKE stressZZ 1416 5000 1.8032375e-12 577168.38 1417 -0.00666249999999636 577157.593891784 1417 5000 1.8031306e-12 577157.59 Loop time of 0.016819 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:39 2021 Pair time (%) = 0.000829935 (4.93451) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208381) Outpt time (%) = 0.0158658 (94.3326) Other time (%) = 8.82149e-05 (0.524495) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28286 ave 28286 max 28286 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28286 Ave neighs/atom = 5.6572 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:39 2021 Memory usage per processor = 27.5143 Mbytes Step Atoms AVEKE stressZZ 1417 5000 1.8031306e-12 577156.92 1418 -0.00666249999999636 577146.128890755 1418 5000 1.8030237e-12 577146.13 Loop time of 0.0161119 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:39 2021 Pair time (%) = 0.000756025 (4.69236) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.216047) Outpt time (%) = 0.0152218 (94.476) Other time (%) = 9.91821e-05 (0.615585) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28286 ave 28286 max 28286 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28286 Ave neighs/atom = 5.6572 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:39 2021 Memory usage per processor = 27.5143 Mbytes Step Atoms AVEKE stressZZ 1418 5000 1.8030237e-12 577145.45 1419 -0.00666249999999636 577134.664338209 1419 5000 1.8029169e-12 577134.66 Loop time of 0.0169919 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:39 2021 Pair time (%) = 0.000790834 (4.6542) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206261) Outpt time (%) = 0.0160639 (94.539) Other time (%) = 0.000102043 (0.600542) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28286 ave 28286 max 28286 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28286 Ave neighs/atom = 5.6572 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:39 2021 Memory usage per processor = 27.5143 Mbytes Step Atoms AVEKE stressZZ 1419 5000 1.8029169e-12 577133.99 1420 -0.00666249999999636 577123.200234724 1420 5000 1.8028101e-12 577123.2 Loop time of 0.0183749 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:39 2021 Pair time (%) = 0.000825882 (4.49462) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.190736) Outpt time (%) = 0.0173719 (94.5413) Other time (%) = 0.000142097 (0.773323) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28286 ave 28286 max 28286 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28286 Ave neighs/atom = 5.6572 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:39 2021 Memory usage per processor = 27.5143 Mbytes Step Atoms AVEKE stressZZ 1420 5000 1.8028101e-12 577122.52 1421 -0.00666249999999636 577111.736579194 1421 5000 1.8027032e-12 577111.74 Loop time of 0.016264 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:39 2021 Pair time (%) = 0.000754833 (4.64114) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.214026) Outpt time (%) = 0.015379 (94.5585) Other time (%) = 9.53674e-05 (0.586373) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28286 ave 28286 max 28286 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28286 Ave neighs/atom = 5.6572 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:39 2021 Memory usage per processor = 27.5143 Mbytes Step Atoms AVEKE stressZZ 1421 5000 1.8027032e-12 577111.06 1422 -0.00666249999999636 577100.273371268 1422 5000 1.8025964e-12 577100.27 Loop time of 0.0161989 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:39 2021 Pair time (%) = 0.000910997 (5.62383) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.239907) Outpt time (%) = 0.0150919 (93.1663) Other time (%) = 0.000157118 (0.969931) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28286 ave 28286 max 28286 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28286 Ave neighs/atom = 5.6572 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:39 2021 Memory usage per processor = 27.5143 Mbytes Step Atoms AVEKE stressZZ 1422 5000 1.8025964e-12 577099.6 1423 -0.00666249999999636 577088.810610735 1423 5000 1.8024896e-12 577088.81 Loop time of 0.0166011 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:39 2021 Pair time (%) = 0.00078392 (4.7221) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.222605) Outpt time (%) = 0.0156798 (94.4507) Other time (%) = 0.000100374 (0.604624) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28286 ave 28286 max 28286 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28286 Ave neighs/atom = 5.6572 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:39 2021 Memory usage per processor = 27.5143 Mbytes Step Atoms AVEKE stressZZ 1423 5000 1.8024896e-12 577088.13 1424 -0.00666249999999636 577077.348297403 1424 5000 1.8023828e-12 577077.35 Loop time of 0.016207 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:39 2021 Pair time (%) = 0.000756025 (4.66481) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.21625) Outpt time (%) = 0.0153241 (94.5526) Other time (%) = 9.17912e-05 (0.566368) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28286 ave 28286 max 28286 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28286 Ave neighs/atom = 5.6572 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:39 2021 Memory usage per processor = 27.5143 Mbytes Step Atoms AVEKE stressZZ 1424 5000 1.8023828e-12 577076.67 1425 -0.00666249999999636 577065.886431165 1425 5000 1.802276e-12 577065.89 Loop time of 0.016072 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:39 2021 Pair time (%) = 0.000802994 (4.99622) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.235867) Outpt time (%) = 0.0151248 (94.1063) Other time (%) = 0.000106335 (0.661613) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28286 ave 28286 max 28286 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28286 Ave neighs/atom = 5.6572 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:39 2021 Memory usage per processor = 27.5143 Mbytes Step Atoms AVEKE stressZZ 1425 5000 1.802276e-12 577065.21 1426 -0.00666249999999636 577054.425011911 1426 5000 1.8021692e-12 577054.43 Loop time of 0.0166578 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:39 2021 Pair time (%) = 0.000756025 (4.53856) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.210397) Outpt time (%) = 0.015732 (94.4424) Other time (%) = 0.000134706 (0.808668) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28286 ave 28286 max 28286 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28286 Ave neighs/atom = 5.6572 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:39 2021 Memory usage per processor = 27.5143 Mbytes Step Atoms AVEKE stressZZ 1426 5000 1.8021692e-12 577053.75 1427 -0.00666249999999636 577042.964039532 1427 5000 1.8020624e-12 577042.96 Loop time of 0.0162592 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:39 2021 Pair time (%) = 0.000756979 (4.6557) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.215555) Outpt time (%) = 0.015373 (94.5495) Other time (%) = 9.41753e-05 (0.579213) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28286 ave 28286 max 28286 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28286 Ave neighs/atom = 5.6572 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:39 2021 Memory usage per processor = 27.5143 Mbytes Step Atoms AVEKE stressZZ 1427 5000 1.8020624e-12 577042.29 1428 -0.00666249999999636 577031.503513949 1428 5000 1.8019556e-12 577031.5 Loop time of 0.016083 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:39 2021 Pair time (%) = 0.000784159 (4.8757) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.235706) Outpt time (%) = 0.01513 (94.0747) Other time (%) = 0.000130892 (0.813852) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28286 ave 28286 max 28286 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28286 Ave neighs/atom = 5.6572 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:39 2021 Memory usage per processor = 27.5143 Mbytes Step Atoms AVEKE stressZZ 1428 5000 1.8019556e-12 577030.83 1429 -0.00666249999999636 577020.043435097 1429 5000 1.8018489e-12 577020.04 Loop time of 0.0170891 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:39 2021 Pair time (%) = 0.000859976 (5.0323) Neigh time (%) = 0 (0) Comm time (%) = 6.69956e-05 (0.392036) Outpt time (%) = 0.0160048 (93.6549) Other time (%) = 0.000157356 (0.920797) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28286 ave 28286 max 28286 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28286 Ave neighs/atom = 5.6572 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:39 2021 Memory usage per processor = 27.5143 Mbytes Step Atoms AVEKE stressZZ 1429 5000 1.8018489e-12 577019.37 1430 -0.00666249999999636 577008.583802879 1430 5000 1.8017421e-12 577008.58 Loop time of 0.0181239 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:39 2021 Pair time (%) = 0.000754118 (4.16091) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.193378) Outpt time (%) = 0.0172429 (95.1392) Other time (%) = 9.17912e-05 (0.506466) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28286 ave 28286 max 28286 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28286 Ave neighs/atom = 5.6572 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:39 2021 Memory usage per processor = 27.5143 Mbytes Step Atoms AVEKE stressZZ 1430 5000 1.8017421e-12 577007.91 1431 -0.00666249999999636 576997.124617216 1431 5000 1.8016354e-12 576997.12 Loop time of 0.0161819 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:39 2021 Pair time (%) = 0.000754118 (4.66024) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.216584) Outpt time (%) = 0.0152981 (94.5382) Other time (%) = 9.46522e-05 (0.584925) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28286 ave 28286 max 28286 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28286 Ave neighs/atom = 5.6572 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:39 2021 Memory usage per processor = 27.5143 Mbytes Step Atoms AVEKE stressZZ 1431 5000 1.8016354e-12 576996.45 1432 -0.00666249999999636 576985.665878069 1432 5000 1.8015286e-12 576985.67 Loop time of 0.0167379 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:39 2021 Pair time (%) = 0.00102901 (6.1478) Neigh time (%) = 0 (0) Comm time (%) = 7.39098e-05 (0.44157) Outpt time (%) = 0.0154791 (92.4791) Other time (%) = 0.000155926 (0.931571) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28286 ave 28286 max 28286 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28286 Ave neighs/atom = 5.6572 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:39 2021 Memory usage per processor = 27.5143 Mbytes Step Atoms AVEKE stressZZ 1432 5000 1.8015286e-12 576984.99 1433 -0.00666249999999636 576974.207585342 1433 5000 1.8014219e-12 576974.21 Loop time of 0.016674 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:39 2021 Pair time (%) = 0.000752926 (4.51556) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.203043) Outpt time (%) = 0.0157931 (94.7166) Other time (%) = 9.41753e-05 (0.564802) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28286 ave 28286 max 28286 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28286 Ave neighs/atom = 5.6572 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:39 2021 Memory usage per processor = 27.5143 Mbytes Step Atoms AVEKE stressZZ 1433 5000 1.8014219e-12 576973.53 1434 -0.00666249999999636 576962.749738973 1434 5000 1.8013152e-12 576962.75 Loop time of 0.016191 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:39 2021 Pair time (%) = 0.000799894 (4.94036) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.216463) Outpt time (%) = 0.0152609 (94.2556) Other time (%) = 9.5129e-05 (0.587542) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28286 ave 28286 max 28286 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28286 Ave neighs/atom = 5.6572 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:39 2021 Memory usage per processor = 27.5143 Mbytes Step Atoms AVEKE stressZZ 1434 5000 1.8013152e-12 576962.07 1435 -0.00666249999999636 576951.292338926 1435 5000 1.8012084e-12 576951.29 Loop time of 0.016192 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:39 2021 Pair time (%) = 0.00091815 (5.67041) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.253261) Outpt time (%) = 0.015101 (93.2621) Other time (%) = 0.000131845 (0.814265) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28286 ave 28286 max 28286 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28286 Ave neighs/atom = 5.6572 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:39 2021 Memory usage per processor = 27.5143 Mbytes Step Atoms AVEKE stressZZ 1435 5000 1.8012084e-12 576950.61 1436 -0.00666249999999636 576939.835385107 1436 5000 1.8011017e-12 576939.84 Loop time of 0.016974 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:40 2021 Pair time (%) = 0.000810862 (4.77709) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.212097) Outpt time (%) = 0.0160248 (94.4082) Other time (%) = 0.000102282 (0.602579) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28286 ave 28286 max 28286 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28286 Ave neighs/atom = 5.6572 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:40 2021 Memory usage per processor = 27.5143 Mbytes Step Atoms AVEKE stressZZ 1436 5000 1.8011017e-12 576939.16 1437 -0.00666249999999636 576928.378877481 1437 5000 1.800995e-12 576928.38 Loop time of 0.0166841 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:40 2021 Pair time (%) = 0.000755787 (4.53) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.208637) Outpt time (%) = 0.0157971 (94.684) Other time (%) = 9.63211e-05 (0.577324) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28286 ave 28286 max 28286 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28286 Ave neighs/atom = 5.6572 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:40 2021 Memory usage per processor = 27.5143 Mbytes Step Atoms AVEKE stressZZ 1437 5000 1.800995e-12 576927.7 1438 -0.00666249999999636 576916.922815631 1438 5000 1.8008883e-12 576916.92 Loop time of 0.016012 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:40 2021 Pair time (%) = 0.000761986 (4.75886) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.22484) Outpt time (%) = 0.0151172 (94.4118) Other time (%) = 9.67979e-05 (0.604536) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28286 ave 28286 max 28286 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28286 Ave neighs/atom = 5.6572 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:40 2021 Memory usage per processor = 27.5143 Mbytes Step Atoms AVEKE stressZZ 1438 5000 1.8008883e-12 576916.25 1439 -0.00666249999999636 576905.467199453 1439 5000 1.8007817e-12 576905.47 Loop time of 0.016587 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:40 2021 Pair time (%) = 0.000764847 (4.61112) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.217044) Outpt time (%) = 0.015682 (94.5437) Other time (%) = 0.000104189 (0.628135) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28286 ave 28286 max 28286 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28286 Ave neighs/atom = 5.6572 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:40 2021 Memory usage per processor = 27.5143 Mbytes Step Atoms AVEKE stressZZ 1439 5000 1.8007817e-12 576904.79 1440 -0.00666249999999636 576894.012029255 1440 5000 1.800675e-12 576894.01 Loop time of 0.0180521 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:40 2021 Pair time (%) = 0.000753164 (4.17217) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.188864) Outpt time (%) = 0.017175 (95.1411) Other time (%) = 8.98838e-05 (0.497913) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28286 ave 28286 max 28286 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28286 Ave neighs/atom = 5.6572 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:40 2021 Memory usage per processor = 27.5143 Mbytes Step Atoms AVEKE stressZZ 1440 5000 1.800675e-12 576893.33 1441 -0.00666249999999636 576882.557305007 1441 5000 1.8005683e-12 576882.56 Loop time of 0.015965 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:40 2021 Pair time (%) = 0.000755072 (4.72955) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.219527) Outpt time (%) = 0.0150819 (94.4685) Other time (%) = 9.29832e-05 (0.58242) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28286 ave 28286 max 28286 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28286 Ave neighs/atom = 5.6572 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:40 2021 Memory usage per processor = 27.5143 Mbytes Step Atoms AVEKE stressZZ 1441 5000 1.8005683e-12 576881.88 1442 -0.00666249999999636 576871.103026643 1442 5000 1.8004617e-12 576871.1 Loop time of 0.0167432 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:40 2021 Pair time (%) = 0.000917912 (5.4823) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.239228) Outpt time (%) = 0.0155952 (93.1436) Other time (%) = 0.00019002 (1.13491) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28286 ave 28286 max 28286 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28286 Ave neighs/atom = 5.6572 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:40 2021 Memory usage per processor = 27.5143 Mbytes Step Atoms AVEKE stressZZ 1442 5000 1.8004617e-12 576870.43 1443 -0.00666249999999636 576859.649194116 1443 5000 1.800355e-12 576859.65 Loop time of 0.0167179 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:40 2021 Pair time (%) = 0.000756025 (4.52225) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209641) Outpt time (%) = 0.0158379 (94.7362) Other time (%) = 8.89301e-05 (0.531945) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28286 ave 28286 max 28286 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28286 Ave neighs/atom = 5.6572 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:40 2021 Memory usage per processor = 27.5143 Mbytes Step Atoms AVEKE stressZZ 1443 5000 1.800355e-12 576858.97 1444 -0.00666249999999636 576848.19580737 1444 5000 1.8002484e-12 576848.2 Loop time of 0.0162361 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:40 2021 Pair time (%) = 0.000756025 (4.65646) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.215862) Outpt time (%) = 0.015321 (94.3641) Other time (%) = 0.000123978 (0.763594) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28286 ave 28286 max 28286 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28286 Ave neighs/atom = 5.6572 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:40 2021 Memory usage per processor = 27.5143 Mbytes Step Atoms AVEKE stressZZ 1444 5000 1.8002484e-12 576847.52 1445 -0.00666249999999636 576836.742866365 1445 5000 1.8001417e-12 576836.74 Loop time of 0.016206 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:40 2021 Pair time (%) = 0.000822067 (5.0726) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.235388) Outpt time (%) = 0.0152411 (94.0462) Other time (%) = 0.000104666 (0.645845) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28286 ave 28286 max 28286 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28286 Ave neighs/atom = 5.6572 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:40 2021 Memory usage per processor = 27.5143 Mbytes Step Atoms AVEKE stressZZ 1445 5000 1.8001417e-12 576836.07 1446 -0.00666249999999636 576825.290371038 1446 5000 1.8000351e-12 576825.29 Loop time of 0.0159209 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:40 2021 Pair time (%) = 0.000751972 (4.72318) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.220136) Outpt time (%) = 0.0150418 (94.4786) Other time (%) = 9.20296e-05 (0.578043) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28286 ave 28286 max 28286 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28286 Ave neighs/atom = 5.6572 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:40 2021 Memory usage per processor = 27.5143 Mbytes Step Atoms AVEKE stressZZ 1446 5000 1.8000351e-12 576824.61 1447 -0.00666249999999636 576813.838321379 1447 5000 1.7999285e-12 576813.84 Loop time of 0.0156951 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:40 2021 Pair time (%) = 0.000758171 (4.83062) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.223302) Outpt time (%) = 0.014812 (94.3734) Other time (%) = 8.98838e-05 (0.572687) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28286 ave 28286 max 28286 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28286 Ave neighs/atom = 5.6572 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:40 2021 Memory usage per processor = 27.5143 Mbytes Step Atoms AVEKE stressZZ 1447 5000 1.7999285e-12 576813.16 1448 -0.00666249999999636 576802.386717281 1448 5000 1.7998219e-12 576802.39 Loop time of 0.01597 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:40 2021 Pair time (%) = 0.000752926 (4.71463) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.219459) Outpt time (%) = 0.0150981 (94.5404) Other time (%) = 8.39233e-05 (0.525506) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28286 ave 28286 max 28286 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28286 Ave neighs/atom = 5.6572 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:40 2021 Memory usage per processor = 27.5143 Mbytes Step Atoms AVEKE stressZZ 1448 5000 1.7998219e-12 576801.71 1449 -0.00666249999999636 576790.935558743 1449 5000 1.7997153e-12 576790.94 Loop time of 0.017158 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:40 2021 Pair time (%) = 0.000752926 (4.38818) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204263) Outpt time (%) = 0.0162811 (94.8893) Other time (%) = 8.89301e-05 (0.5183) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28286 ave 28286 max 28286 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28286 Ave neighs/atom = 5.6572 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:40 2021 Memory usage per processor = 27.5143 Mbytes Step Atoms AVEKE stressZZ 1449 5000 1.7997153e-12 576790.26 1450 -0.00666249999999636 576779.484845738 1450 5000 1.7996087e-12 576779.48 Loop time of 0.0181491 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:40 2021 Pair time (%) = 0.000756025 (4.16563) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.193109) Outpt time (%) = 0.017267 (95.1394) Other time (%) = 9.10759e-05 (0.501819) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28286 ave 28286 max 28286 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28286 Ave neighs/atom = 5.6572 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:40 2021 Memory usage per processor = 27.5143 Mbytes Step Atoms AVEKE stressZZ 1450 5000 1.7996087e-12 576778.81 1451 -0.00666249999999636 576768.034578159 1451 5000 1.7995021e-12 576768.03 Loop time of 0.0164311 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:40 2021 Pair time (%) = 0.000793934 (4.8319) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.232163) Outpt time (%) = 0.0154979 (94.3207) Other time (%) = 0.000101089 (0.615233) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28286 ave 28286 max 28286 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28286 Ave neighs/atom = 5.6572 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:40 2021 Memory usage per processor = 27.5143 Mbytes Step Atoms AVEKE stressZZ 1451 5000 1.7995021e-12 576767.36 1452 -0.00666249999999636 576756.584756005 1452 5000 1.7993955e-12 576756.58 Loop time of 0.0168731 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:40 2021 Pair time (%) = 0.000839949 (4.97803) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.206299) Outpt time (%) = 0.015903 (94.2505) Other time (%) = 9.53674e-05 (0.565203) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28286 ave 28286 max 28286 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28286 Ave neighs/atom = 5.6572 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:40 2021 Memory usage per processor = 27.5143 Mbytes Step Atoms AVEKE stressZZ 1452 5000 1.7993955e-12 576755.91 1453 -0.00666249999999636 576745.135379208 1453 5000 1.7992889e-12 576745.14 Loop time of 0.0164959 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:40 2021 Pair time (%) = 0.000753164 (4.56575) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.20668) Outpt time (%) = 0.015614 (94.6538) Other time (%) = 9.46522e-05 (0.573791) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28286 ave 28286 max 28286 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28286 Ave neighs/atom = 5.6572 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:40 2021 Memory usage per processor = 27.5143 Mbytes Step Atoms AVEKE stressZZ 1453 5000 1.7992889e-12 576744.46 1454 -0.00666249999999636 576733.686447732 1454 5000 1.7991824e-12 576733.69 Loop time of 0.0163441 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:40 2021 Pair time (%) = 0.000757933 (4.63736) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.220271) Outpt time (%) = 0.015445 (94.4991) Other time (%) = 0.000105143 (0.643307) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28286 ave 28286 max 28286 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28286 Ave neighs/atom = 5.6572 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:40 2021 Memory usage per processor = 27.5143 Mbytes Step Atoms AVEKE stressZZ 1454 5000 1.7991824e-12 576733.01 1455 -0.00666249999999636 576720.054185034 1455 5000 3.5546635e-12 576738.92 Loop time of 0.016592 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:40 2021 Pair time (%) = 0.00078702 (4.74336) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.216979) Outpt time (%) = 0.01562 (94.1416) Other time (%) = 0.000149012 (0.898092) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28286 ave 28286 max 28286 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28286 Ave neighs/atom = 5.6572 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:40 2021 Memory usage per processor = 27.5143 Mbytes Step Atoms AVEKE stressZZ 1455 5000 3.5546635e-12 596164.32 1456 -0.00669499999999635 596149.915270198 1456 5000 2.8903948e-12 596149.92 Loop time of 0.0168171 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:40 2021 Pair time (%) = 0.000763893 (4.54236) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208404) Outpt time (%) = 0.015893 (94.5049) Other time (%) = 0.00012517 (0.744301) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:40 2021 Memory usage per processor = 27.5143 Mbytes Step Atoms AVEKE stressZZ 1456 5000 2.8903948e-12 596148.99 1457 -0.00669499999999635 596135.769393033 1457 5000 2.503892e-12 596135.77 Loop time of 0.0161009 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:40 2021 Pair time (%) = 0.000757933 (4.7074) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.217675) Outpt time (%) = 0.015214 (94.4915) Other time (%) = 9.39369e-05 (0.583427) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:40 2021 Memory usage per processor = 27.5143 Mbytes Step Atoms AVEKE stressZZ 1457 5000 2.503892e-12 596134.92 1458 -0.00669499999999635 596122.45125087 1458 5000 2.2726393e-12 596122.45 Loop time of 0.0164959 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:40 2021 Pair time (%) = 0.000950813 (5.76392) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.242813) Outpt time (%) = 0.0153351 (92.9628) Other time (%) = 0.000169992 (1.03051) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:40 2021 Memory usage per processor = 27.5143 Mbytes Step Atoms AVEKE stressZZ 1458 5000 2.2726393e-12 596121.65 1459 -0.00669499999999635 596109.659312046 1459 5000 2.1314574e-12 596109.66 Loop time of 0.0168369 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:40 2021 Pair time (%) = 0.000757933 (4.50162) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208159) Outpt time (%) = 0.0159519 (94.7436) Other time (%) = 9.20296e-05 (0.546595) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:40 2021 Memory usage per processor = 27.5143 Mbytes Step Atoms AVEKE stressZZ 1459 5000 2.1314574e-12 596108.89 1460 -0.00669499999999635 596097.201950816 1460 5000 2.0440458e-12 596097.2 Loop time of 0.0176349 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:40 2021 Pair time (%) = 0.000797033 (4.51964) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.193332) Outpt time (%) = 0.0167089 (94.7489) Other time (%) = 9.48906e-05 (0.538085) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:40 2021 Memory usage per processor = 27.5146 Mbytes Step Atoms AVEKE stressZZ 1460 5000 2.0440458e-12 596096.45 1461 -0.00669499999999635 596084.957387277 1461 5000 1.989404e-12 596084.96 Loop time of 0.0161541 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:40 2021 Pair time (%) = 0.000828028 (5.12582) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.242049) Outpt time (%) = 0.015167 (93.8897) Other time (%) = 0.000119925 (0.742381) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:40 2021 Memory usage per processor = 27.5146 Mbytes Step Atoms AVEKE stressZZ 1461 5000 1.989404e-12 596084.22 1462 -0.00669499999999635 596072.848229131 1462 5000 1.9550213e-12 596072.85 Loop time of 0.0165331 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:40 2021 Pair time (%) = 0.000777006 (4.69969) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.217752) Outpt time (%) = 0.0156209 (94.4827) Other time (%) = 9.91821e-05 (0.599899) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:40 2021 Memory usage per processor = 27.5146 Mbytes Step Atoms AVEKE stressZZ 1462 5000 1.9550213e-12 596072.12 1463 -0.00669499999999635 596060.825292802 1463 5000 1.9332848e-12 596060.83 Loop time of 0.016686 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:40 2021 Pair time (%) = 0.000799179 (4.78953) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.210042) Outpt time (%) = 0.015758 (94.4389) Other time (%) = 9.36985e-05 (0.561541) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:40 2021 Memory usage per processor = 27.5146 Mbytes Step Atoms AVEKE stressZZ 1463 5000 1.9332848e-12 596060.1 1464 -0.00669499999999635 596048.857321599 1464 5000 1.9194926e-12 596048.86 Loop time of 0.0162258 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:40 2021 Pair time (%) = 0.000758171 (4.67262) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.210121) Outpt time (%) = 0.0153379 (94.528) Other time (%) = 9.56059e-05 (0.589221) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:40 2021 Memory usage per processor = 27.5146 Mbytes Step Atoms AVEKE stressZZ 1464 5000 1.9194926e-12 596048.13 1465 -0.00669499999999635 596036.924451553 1465 5000 1.9107117e-12 596036.92 Loop time of 0.0167801 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:40 2021 Pair time (%) = 0.000838995 (4.99993) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.214547) Outpt time (%) = 0.015805 (94.1888) Other time (%) = 0.000100136 (0.596752) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:40 2021 Memory usage per processor = 27.5146 Mbytes Step Atoms AVEKE stressZZ 1465 5000 1.9107117e-12 596036.2 1466 -0.00669499999999635 596025.014058888 1466 5000 1.9051004e-12 596025.01 Loop time of 0.016495 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:40 2021 Pair time (%) = 0.000754118 (4.5718) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.205247) Outpt time (%) = 0.0156128 (94.652) Other time (%) = 9.41753e-05 (0.570933) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:40 2021 Memory usage per processor = 27.5146 Mbytes Step Atoms AVEKE stressZZ 1466 5000 1.9051004e-12 596024.29 1467 -0.00669499999999635 596013.118121073 1467 5000 1.9014974e-12 596013.12 Loop time of 0.0162101 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:40 2021 Pair time (%) = 0.000784874 (4.84189) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.252978) Outpt time (%) = 0.0152669 (94.1815) Other time (%) = 0.000117302 (0.723636) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:40 2021 Memory usage per processor = 27.5146 Mbytes Step Atoms AVEKE stressZZ 1467 5000 1.9014974e-12 596012.4 1468 -0.00669499999999635 596001.231539689 1468 5000 1.8991682e-12 596001.23 Loop time of 0.016408 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:40 2021 Pair time (%) = 0.000893116 (5.44319) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.23685) Outpt time (%) = 0.0153482 (93.5411) Other time (%) = 0.000127792 (0.778843) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:40 2021 Memory usage per processor = 27.5146 Mbytes Step Atoms AVEKE stressZZ 1468 5000 1.8991682e-12 596000.51 1469 -0.00669499999999635 595989.351074593 1469 5000 1.8976474e-12 595989.35 Loop time of 0.016824 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:40 2021 Pair time (%) = 0.000818014 (4.86218) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208319) Outpt time (%) = 0.0158789 (94.3825) Other time (%) = 9.20296e-05 (0.547013) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:40 2021 Memory usage per processor = 27.5146 Mbytes Step Atoms AVEKE stressZZ 1469 5000 1.8976474e-12 595988.63 1470 -0.00669499999999635 595977.474666617 1470 5000 1.8966401e-12 595977.47 Loop time of 0.0176871 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:40 2021 Pair time (%) = 0.000755787 (4.2731) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.198153) Outpt time (%) = 0.0168002 (94.9855) Other time (%) = 9.60827e-05 (0.543237) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:40 2021 Memory usage per processor = 27.5146 Mbytes Step Atoms AVEKE stressZZ 1470 5000 1.8966401e-12 595976.76 1471 -0.00669499999999635 595965.601007203 1471 5000 1.8959589e-12 595965.6 Loop time of 0.016237 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:40 2021 Pair time (%) = 0.000766993 (4.72373) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.227596) Outpt time (%) = 0.0153 (94.2293) Other time (%) = 0.000133038 (0.819347) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:40 2021 Memory usage per processor = 27.5146 Mbytes Step Atoms AVEKE stressZZ 1471 5000 1.8959589e-12 595964.88 1472 -0.00669499999999635 595953.729264627 1472 5000 1.8954848e-12 595953.73 Loop time of 0.016901 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:40 2021 Pair time (%) = 0.000813961 (4.81605) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.213012) Outpt time (%) = 0.0159152 (94.1669) Other time (%) = 0.000135899 (0.804085) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:40 2021 Memory usage per processor = 27.5146 Mbytes Step Atoms AVEKE stressZZ 1472 5000 1.8954848e-12 595953.01 1473 -0.00669499999999635 595941.8589104 1473 5000 1.8951424e-12 595941.86 Loop time of 0.0169389 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:40 2021 Pair time (%) = 0.000848055 (5.00654) Neigh time (%) = 0 (0) Comm time (%) = 6.69956e-05 (0.395513) Outpt time (%) = 0.015846 (93.5479) Other time (%) = 0.00017786 (1.05001) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:40 2021 Memory usage per processor = 27.5146 Mbytes Step Atoms AVEKE stressZZ 1473 5000 1.8951424e-12 595941.14 1474 -0.00669499999999635 595929.98960861 1474 5000 1.8948837e-12 595929.99 Loop time of 0.016129 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:40 2021 Pair time (%) = 0.000758171 (4.70067) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.217295) Outpt time (%) = 0.0152102 (94.303) Other time (%) = 0.000125647 (0.77901) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:40 2021 Memory usage per processor = 27.5146 Mbytes Step Atoms AVEKE stressZZ 1474 5000 1.8948837e-12 595929.27 1475 -0.00669499999999635 595918.121145744 1475 5000 1.8946781e-12 595918.12 Loop time of 0.0166631 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:40 2021 Pair time (%) = 0.00090003 (5.40134) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.221777) Outpt time (%) = 0.015538 (93.248) Other time (%) = 0.000188112 (1.12892) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:40 2021 Memory usage per processor = 27.5146 Mbytes Step Atoms AVEKE stressZZ 1475 5000 1.8946781e-12 595917.4 1476 -0.00669499999999635 595906.253386145 1476 5000 1.8945063e-12 595906.25 Loop time of 0.016937 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:40 2021 Pair time (%) = 0.000791073 (4.67067) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.212559) Outpt time (%) = 0.0160098 (94.5255) Other time (%) = 0.000100136 (0.591225) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:40 2021 Memory usage per processor = 27.5146 Mbytes Step Atoms AVEKE stressZZ 1476 5000 1.8945063e-12 595905.54 1477 -0.00669499999999635 595894.386243583 1477 5000 1.8943559e-12 595894.39 Loop time of 0.0162678 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:40 2021 Pair time (%) = 0.000797987 (4.90532) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.213976) Outpt time (%) = 0.015342 (94.3091) Other time (%) = 9.29832e-05 (0.571579) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:40 2021 Memory usage per processor = 27.5146 Mbytes Step Atoms AVEKE stressZZ 1477 5000 1.8943559e-12 595893.67 1478 -0.00669499999999635 595882.519663227 1478 5000 1.8942193e-12 595882.52 Loop time of 0.016093 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:40 2021 Pair time (%) = 0.000817776 (5.08156) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.229633) Outpt time (%) = 0.0151322 (94.0295) Other time (%) = 0.000106096 (0.659269) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:40 2021 Memory usage per processor = 27.5146 Mbytes Step Atoms AVEKE stressZZ 1478 5000 1.8942193e-12 595881.8 1479 -0.00669499999999635 595870.653610211 1479 5000 1.8940912e-12 595870.65 Loop time of 0.0167079 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:40 2021 Pair time (%) = 0.000760078 (4.54922) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209766) Outpt time (%) = 0.0158219 (94.6973) Other time (%) = 9.08375e-05 (0.54368) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:40 2021 Memory usage per processor = 27.5146 Mbytes Step Atoms AVEKE stressZZ 1479 5000 1.8940912e-12 595869.94 1480 -0.00669499999999635 595858.788062393 1480 5000 1.8939687e-12 595858.79 Loop time of 0.017976 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:40 2021 Pair time (%) = 0.000757933 (4.21635) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.189663) Outpt time (%) = 0.0170889 (95.0648) Other time (%) = 9.5129e-05 (0.529199) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:40 2021 Memory usage per processor = 27.5146 Mbytes Step Atoms AVEKE stressZZ 1480 5000 1.8939687e-12 595858.07 1481 -0.00669499999999635 595846.923005668 1481 5000 1.8938498e-12 595846.92 Loop time of 0.0161421 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:41 2021 Pair time (%) = 0.000762939 (4.72639) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.223026) Outpt time (%) = 0.0152411 (94.4184) Other time (%) = 0.000102043 (0.632154) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:41 2021 Memory usage per processor = 27.5146 Mbytes Step Atoms AVEKE stressZZ 1481 5000 1.8938498e-12 595846.21 1482 -0.00669499999999635 595835.058431073 1482 5000 1.893733e-12 595835.06 Loop time of 0.016804 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:41 2021 Pair time (%) = 0.00078702 (4.68353) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.214242) Outpt time (%) = 0.0158811 (94.5077) Other time (%) = 9.98974e-05 (0.594486) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:41 2021 Memory usage per processor = 27.5146 Mbytes Step Atoms AVEKE stressZZ 1482 5000 1.893733e-12 595834.34 1483 -0.00669499999999635 595823.194332868 1483 5000 1.8936177e-12 595823.19 Loop time of 0.0166628 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:41 2021 Pair time (%) = 0.000756979 (4.54292) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.210334) Outpt time (%) = 0.0157769 (94.683) Other time (%) = 9.39369e-05 (0.563751) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:41 2021 Memory usage per processor = 27.5146 Mbytes Step Atoms AVEKE stressZZ 1483 5000 1.8936177e-12 595822.48 1484 -0.00669499999999635 595811.330707435 1484 5000 1.8935032e-12 595811.33 Loop time of 0.01617 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:41 2021 Pair time (%) = 0.000756979 (4.68137) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.228539) Outpt time (%) = 0.015254 (94.3352) Other time (%) = 0.00012207 (0.754917) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:41 2021 Memory usage per processor = 27.5146 Mbytes Step Atoms AVEKE stressZZ 1484 5000 1.8935032e-12 595810.61 1485 -0.00669499999999635 595799.467552445 1485 5000 1.8933894e-12 595799.47 Loop time of 0.0164928 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:41 2021 Pair time (%) = 0.000961065 (5.82717) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.229849) Outpt time (%) = 0.0153511 (93.0771) Other time (%) = 0.000142813 (0.865907) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:41 2021 Memory usage per processor = 27.5146 Mbytes Step Atoms AVEKE stressZZ 1485 5000 1.8933894e-12 595798.75 1486 -0.00669499999999635 595787.604866387 1486 5000 1.8932759e-12 595787.6 Loop time of 0.0165989 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:41 2021 Pair time (%) = 0.000795126 (4.79022) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211143) Outpt time (%) = 0.0156751 (94.4342) Other time (%) = 9.36985e-05 (0.564485) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:41 2021 Memory usage per processor = 27.5146 Mbytes Step Atoms AVEKE stressZZ 1486 5000 1.8932759e-12 595786.89 1487 -0.00669499999999635 595775.742648312 1487 5000 1.8931627e-12 595775.74 Loop time of 0.0160501 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:41 2021 Pair time (%) = 0.000757933 (4.72229) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.218363) Outpt time (%) = 0.015162 (94.4666) Other time (%) = 9.5129e-05 (0.5927) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:41 2021 Memory usage per processor = 27.5146 Mbytes Step Atoms AVEKE stressZZ 1487 5000 1.8931627e-12 595775.03 1488 -0.00669499999999635 595763.880897616 1488 5000 1.8930496e-12 595763.88 Loop time of 0.016336 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:41 2021 Pair time (%) = 0.000886917 (5.42923) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.251029) Outpt time (%) = 0.015295 (93.628) Other time (%) = 0.00011301 (0.691789) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:41 2021 Memory usage per processor = 27.5146 Mbytes Step Atoms AVEKE stressZZ 1488 5000 1.8930496e-12 595763.16 1489 -0.00669499999999635 595752.019613842 1489 5000 1.8929366e-12 595752.02 Loop time of 0.016706 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:41 2021 Pair time (%) = 0.000760078 (4.54974) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.20979) Outpt time (%) = 0.0158172 (94.6796) Other time (%) = 9.36985e-05 (0.560868) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:41 2021 Memory usage per processor = 27.5146 Mbytes Step Atoms AVEKE stressZZ 1489 5000 1.8929366e-12 595751.3 1490 -0.00669499999999635 595740.158796755 1490 5000 1.8928237e-12 595740.16 Loop time of 0.0180411 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:41 2021 Pair time (%) = 0.000797987 (4.42315) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.192943) Outpt time (%) = 0.0171132 (94.8566) Other time (%) = 9.5129e-05 (0.52729) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:41 2021 Memory usage per processor = 27.5146 Mbytes Step Atoms AVEKE stressZZ 1490 5000 1.8928237e-12 595739.44 1491 -0.00669499999999635 595728.298446177 1491 5000 1.8927109e-12 595728.3 Loop time of 0.016 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:41 2021 Pair time (%) = 0.000807047 (5.04403) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.230968) Outpt time (%) = 0.0150549 (94.0932) Other time (%) = 0.000101089 (0.631808) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:41 2021 Memory usage per processor = 27.5146 Mbytes Step Atoms AVEKE stressZZ 1491 5000 1.8927109e-12 595727.58 1492 -0.00669499999999635 595716.438561976 1492 5000 1.892598e-12 595716.44 Loop time of 0.015842 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:41 2021 Pair time (%) = 0.000760078 (4.79788) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.219727) Outpt time (%) = 0.014956 (94.4075) Other time (%) = 9.10759e-05 (0.574903) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:41 2021 Memory usage per processor = 27.5146 Mbytes Step Atoms AVEKE stressZZ 1492 5000 1.892598e-12 595715.72 1493 -0.00669499999999635 595704.579144023 1493 5000 1.8924852e-12 595704.58 Loop time of 0.0159431 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:41 2021 Pair time (%) = 0.000756979 (4.74802) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.212352) Outpt time (%) = 0.0150621 (94.4744) Other time (%) = 9.01222e-05 (0.565276) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:41 2021 Memory usage per processor = 27.5146 Mbytes Step Atoms AVEKE stressZZ 1493 5000 1.8924852e-12 595703.86 1494 -0.00669499999999635 595692.720192292 1494 5000 1.8923724e-12 595692.72 Loop time of 0.016062 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:41 2021 Pair time (%) = 0.000758886 (4.72473) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.212264) Outpt time (%) = 0.015178 (94.496) Other time (%) = 9.10759e-05 (0.567026) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:41 2021 Memory usage per processor = 27.5146 Mbytes Step Atoms AVEKE stressZZ 1494 5000 1.8923724e-12 595692 1495 -0.00669499999999635 595680.861706664 1495 5000 1.8922597e-12 595680.86 Loop time of 0.0165021 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:41 2021 Pair time (%) = 0.000757217 (4.5886) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.206603) Outpt time (%) = 0.015625 (94.6847) Other time (%) = 8.58307e-05 (0.520118) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:41 2021 Memory usage per processor = 27.5146 Mbytes Step Atoms AVEKE stressZZ 1495 5000 1.8922597e-12 595680.14 1496 -0.00669499999999635 595669.003687145 1496 5000 1.8921469e-12 595669 Loop time of 0.016928 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:41 2021 Pair time (%) = 0.001086 (6.4154) Neigh time (%) = 0 (0) Comm time (%) = 7.39098e-05 (0.436614) Outpt time (%) = 0.015605 (92.1846) Other time (%) = 0.000163078 (0.963367) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:41 2021 Memory usage per processor = 27.5146 Mbytes Step Atoms AVEKE stressZZ 1496 5000 1.8921469e-12 595668.29 1497 -0.00669499999999635 595657.146133661 1497 5000 1.8920342e-12 595657.15 Loop time of 0.016366 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:41 2021 Pair time (%) = 0.000782967 (4.7841) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.225803) Outpt time (%) = 0.0154421 (94.3549) Other time (%) = 0.000103951 (0.635161) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:41 2021 Memory usage per processor = 27.5146 Mbytes Step Atoms AVEKE stressZZ 1497 5000 1.8920342e-12 595656.43 1498 -0.00669499999999635 595645.289046159 1498 5000 1.8919214e-12 595645.29 Loop time of 0.016948 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:41 2021 Pair time (%) = 0.00080514 (4.75065) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206795) Outpt time (%) = 0.016011 (94.4714) Other time (%) = 9.67979e-05 (0.571147) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:41 2021 Memory usage per processor = 27.5146 Mbytes Step Atoms AVEKE stressZZ 1498 5000 1.8919214e-12 595644.57 1499 -0.00669499999999635 595633.432424641 1499 5000 1.8918087e-12 595633.43 Loop time of 0.016577 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:41 2021 Pair time (%) = 0.000893831 (5.39199) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211423) Outpt time (%) = 0.015554 (93.8285) Other time (%) = 9.41753e-05 (0.568108) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:41 2021 Memory usage per processor = 27.5146 Mbytes Step Atoms AVEKE stressZZ 1499 5000 1.8918087e-12 595632.72 1500 -0.00669499999999635 595621.576269052 1500 5000 1.891696e-12 595621.58 Loop time of 0.0174479 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:41 2021 Pair time (%) = 0.000766039 (4.39042) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.206335) Outpt time (%) = 0.016521 (94.6872) Other time (%) = 0.000124931 (0.716023) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:41 2021 Memory usage per processor = 27.5146 Mbytes Step Atoms AVEKE stressZZ 1500 5000 1.891696e-12 595620.86 1501 -0.00669499999999635 595609.720579341 1501 5000 1.8915833e-12 595609.72 Loop time of 0.0166149 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:41 2021 Pair time (%) = 0.000999928 (6.01825) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.21668) Outpt time (%) = 0.0154481 (92.9773) Other time (%) = 0.000130892 (0.787797) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:41 2021 Memory usage per processor = 27.5146 Mbytes Step Atoms AVEKE stressZZ 1501 5000 1.8915833e-12 595609 1502 -0.00669499999999635 595597.865355476 1502 5000 1.8914706e-12 595597.87 Loop time of 0.0169539 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:41 2021 Pair time (%) = 0.000790119 (4.66039) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206722) Outpt time (%) = 0.0159729 (94.2132) Other time (%) = 0.000155926 (0.919702) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:41 2021 Memory usage per processor = 27.5146 Mbytes Step Atoms AVEKE stressZZ 1502 5000 1.8914706e-12 595597.15 1503 -0.00669499999999635 595586.010597434 1503 5000 1.8913579e-12 595586.01 Loop time of 0.01667 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:41 2021 Pair time (%) = 0.000800133 (4.79984) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.210243) Outpt time (%) = 0.0157411 (94.4278) Other time (%) = 9.36985e-05 (0.562079) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:41 2021 Memory usage per processor = 27.5146 Mbytes Step Atoms AVEKE stressZZ 1503 5000 1.8913579e-12 595585.29 1504 -0.00669499999999635 595574.15630517 1504 5000 1.8912452e-12 595574.16 Loop time of 0.017277 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:41 2021 Pair time (%) = 0.000944853 (5.46885) Neigh time (%) = 0 (0) Comm time (%) = 6.8903e-05 (0.398813) Outpt time (%) = 0.0161059 (93.2216) Other time (%) = 0.000157356 (0.910785) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:41 2021 Memory usage per processor = 27.5146 Mbytes Step Atoms AVEKE stressZZ 1504 5000 1.8912452e-12 595573.44 1505 -0.00669499999999635 595562.302478674 1505 5000 1.8911325e-12 595562.3 Loop time of 0.0170271 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:41 2021 Pair time (%) = 0.000887871 (5.21444) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205833) Outpt time (%) = 0.016006 (94.0028) Other time (%) = 9.82285e-05 (0.576893) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:41 2021 Memory usage per processor = 27.5146 Mbytes Step Atoms AVEKE stressZZ 1505 5000 1.8911325e-12 595561.59 1506 -0.00669499999999635 595550.449117891 1506 5000 1.8910198e-12 595550.45 Loop time of 0.0174909 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:41 2021 Pair time (%) = 0.0011301 (6.46111) Neigh time (%) = 0 (0) Comm time (%) = 5.19753e-05 (0.297157) Outpt time (%) = 0.0161359 (92.2535) Other time (%) = 0.000172853 (0.98825) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:41 2021 Memory usage per processor = 27.5146 Mbytes Step Atoms AVEKE stressZZ 1506 5000 1.8910198e-12 595549.73 1507 -0.00669499999999635 595538.596222815 1507 5000 1.8909072e-12 595538.6 Loop time of 0.0171461 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:41 2021 Pair time (%) = 0.000811815 (4.73469) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.209967) Outpt time (%) = 0.016149 (94.1849) Other time (%) = 0.00014925 (0.87046) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:41 2021 Memory usage per processor = 27.5146 Mbytes Step Atoms AVEKE stressZZ 1507 5000 1.8909072e-12 595537.88 1508 -0.00669499999999635 595526.743793383 1508 5000 1.8907945e-12 595526.74 Loop time of 0.0169098 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:41 2021 Pair time (%) = 0.0007658 (4.52873) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.212901) Outpt time (%) = 0.016006 (94.6549) Other time (%) = 0.000102043 (0.603454) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:41 2021 Memory usage per processor = 27.5146 Mbytes Step Atoms AVEKE stressZZ 1508 5000 1.8907945e-12 595526.03 1509 -0.00669499999999635 595514.891829543 1509 5000 1.8906819e-12 595514.89 Loop time of 0.0169928 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:41 2021 Pair time (%) = 0.000904799 (5.3246) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.241326) Outpt time (%) = 0.0159209 (93.6919) Other time (%) = 0.000126123 (0.742217) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:41 2021 Memory usage per processor = 27.5146 Mbytes Step Atoms AVEKE stressZZ 1509 5000 1.8906819e-12 595514.17 1510 -0.00669499999999635 595503.040331299 1510 5000 1.8905693e-12 595503.04 Loop time of 0.01827 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:41 2021 Pair time (%) = 0.00081706 (4.47214) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.197051) Outpt time (%) = 0.017314 (94.7671) Other time (%) = 0.000102997 (0.563748) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:41 2021 Memory usage per processor = 27.5146 Mbytes Step Atoms AVEKE stressZZ 1510 5000 1.8905693e-12 595502.32 1511 -0.00669499999999635 595491.189298594 1511 5000 1.8904566e-12 595491.19 Loop time of 0.016732 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:41 2021 Pair time (%) = 0.000956059 (5.71396) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.220864) Outpt time (%) = 0.0155871 (93.1575) Other time (%) = 0.000151873 (0.907679) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:41 2021 Memory usage per processor = 27.5146 Mbytes Step Atoms AVEKE stressZZ 1511 5000 1.8904566e-12 595490.47 1512 -0.00669499999999635 595479.338731398 1512 5000 1.890344e-12 595479.34 Loop time of 0.017395 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:41 2021 Pair time (%) = 0.000837803 (4.81634) Neigh time (%) = 0 (0) Comm time (%) = 7.48634e-05 (0.430373) Outpt time (%) = 0.0163209 (93.8254) Other time (%) = 0.000161409 (0.927906) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:41 2021 Memory usage per processor = 27.5146 Mbytes Step Atoms AVEKE stressZZ 1512 5000 1.890344e-12 595478.62 1513 -0.00669499999999635 595467.488629699 1513 5000 1.8902314e-12 595467.49 Loop time of 0.01701 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:41 2021 Pair time (%) = 0.000761032 (4.47403) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206041) Outpt time (%) = 0.016118 (94.7565) Other time (%) = 9.58443e-05 (0.563459) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:41 2021 Memory usage per processor = 27.5146 Mbytes Step Atoms AVEKE stressZZ 1513 5000 1.8902314e-12 595466.77 1514 -0.00669499999999635 595455.638993439 1514 5000 1.8901188e-12 595455.64 Loop time of 0.016876 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:41 2021 Pair time (%) = 0.000833988 (4.94186) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.226043) Outpt time (%) = 0.0158582 (93.9689) Other time (%) = 0.000145674 (0.863202) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:41 2021 Memory usage per processor = 27.5146 Mbytes Step Atoms AVEKE stressZZ 1514 5000 1.8901188e-12 595454.92 1515 -0.00669499999999635 595443.789822578 1515 5000 1.8900062e-12 595443.79 Loop time of 0.0169079 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:41 2021 Pair time (%) = 0.000775099 (4.58423) Neigh time (%) = 0 (0) Comm time (%) = 8.70228e-05 (0.514686) Outpt time (%) = 0.0159409 (94.2806) Other time (%) = 0.000104904 (0.620444) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:41 2021 Memory usage per processor = 27.5146 Mbytes Step Atoms AVEKE stressZZ 1515 5000 1.8900062e-12 595443.07 1516 -0.00669499999999635 595431.941117094 1516 5000 1.8898937e-12 595431.94 Loop time of 0.0171442 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:41 2021 Pair time (%) = 0.000860929 (5.02169) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.209991) Outpt time (%) = 0.016047 (93.6002) Other time (%) = 0.000200272 (1.16816) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:41 2021 Memory usage per processor = 27.5146 Mbytes Step Atoms AVEKE stressZZ 1516 5000 1.8898937e-12 595431.22 1517 -0.00669499999999635 595420.092876962 1517 5000 1.8897811e-12 595420.09 Loop time of 0.016896 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:41 2021 Pair time (%) = 0.000856876 (5.07147) Neigh time (%) = 0 (0) Comm time (%) = 4.22001e-05 (0.249764) Outpt time (%) = 0.015882 (93.9986) Other time (%) = 0.000114918 (0.680147) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:41 2021 Memory usage per processor = 27.5146 Mbytes Step Atoms AVEKE stressZZ 1517 5000 1.8897811e-12 595419.38 1518 -0.00669499999999635 595408.245102135 1518 5000 1.8896685e-12 595408.25 Loop time of 0.0167959 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:41 2021 Pair time (%) = 0.000770092 (4.58501) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.214346) Outpt time (%) = 0.015892 (94.6186) Other time (%) = 9.77516e-05 (0.581998) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:41 2021 Memory usage per processor = 27.5146 Mbytes Step Atoms AVEKE stressZZ 1518 5000 1.8896685e-12 595407.53 1519 -0.00669499999999635 595396.39779258 1519 5000 1.889556e-12 595396.4 Loop time of 0.017345 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:41 2021 Pair time (%) = 0.00115705 (6.67079) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.218557) Outpt time (%) = 0.0159659 (92.0495) Other time (%) = 0.000184059 (1.06117) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:41 2021 Memory usage per processor = 27.5146 Mbytes Step Atoms AVEKE stressZZ 1519 5000 1.889556e-12 595395.68 1520 -0.00669499999999635 595384.550948281 1520 5000 1.8894434e-12 595384.55 Loop time of 0.0183721 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:41 2021 Pair time (%) = 0.000874996 (4.76265) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.223208) Outpt time (%) = 0.0173421 (94.3938) Other time (%) = 0.000113964 (0.620312) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:41 2021 Memory usage per processor = 27.5146 Mbytes Step Atoms AVEKE stressZZ 1520 5000 1.8894434e-12 595383.83 1521 -0.00669499999999635 595372.704569174 1521 5000 1.8893309e-12 595372.7 Loop time of 0.0170071 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:41 2021 Pair time (%) = 0.000778913 (4.57993) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206076) Outpt time (%) = 0.016063 (94.4486) Other time (%) = 0.000130177 (0.765424) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:41 2021 Memory usage per processor = 27.5146 Mbytes Step Atoms AVEKE stressZZ 1521 5000 1.8893309e-12 595371.99 1522 -0.00669499999999635 595360.858655248 1522 5000 1.8892184e-12 595360.86 Loop time of 0.0166731 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:41 2021 Pair time (%) = 0.000791073 (4.74461) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.221644) Outpt time (%) = 0.015743 (94.4217) Other time (%) = 0.000102043 (0.612023) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:41 2021 Memory usage per processor = 27.5146 Mbytes Step Atoms AVEKE stressZZ 1522 5000 1.8892184e-12 595360.14 1523 -0.00669499999999635 595349.013206458 1523 5000 1.8891058e-12 595349.01 Loop time of 0.0170779 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:41 2021 Pair time (%) = 0.000818014 (4.78989) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.21639) Outpt time (%) = 0.016068 (94.0863) Other time (%) = 0.000154972 (0.907441) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:41 2021 Memory usage per processor = 27.5146 Mbytes Step Atoms AVEKE stressZZ 1523 5000 1.8891058e-12 595348.3 1524 -0.00669499999999635 595337.168222795 1524 5000 1.8889933e-12 595337.17 Loop time of 0.017051 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:41 2021 Pair time (%) = 0.000779867 (4.57374) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205546) Outpt time (%) = 0.016135 (94.6279) Other time (%) = 0.000101089 (0.592866) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:41 2021 Memory usage per processor = 27.5146 Mbytes Step Atoms AVEKE stressZZ 1524 5000 1.8889933e-12 595336.45 1525 -0.00669499999999635 595325.323704179 1525 5000 1.8888808e-12 595325.32 Loop time of 0.0169342 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:42 2021 Pair time (%) = 0.000794888 (4.69399) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.219635) Outpt time (%) = 0.0159979 (94.4711) Other time (%) = 0.000104189 (0.615259) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:42 2021 Memory usage per processor = 27.5146 Mbytes Step Atoms AVEKE stressZZ 1525 5000 1.8888808e-12 595324.61 1526 -0.00669499999999635 595313.479650615 1526 5000 1.8887683e-12 595313.48 Loop time of 0.0166759 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:42 2021 Pair time (%) = 0.000782967 (4.69518) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.215887) Outpt time (%) = 0.0157559 (94.4827) Other time (%) = 0.000101089 (0.606199) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:42 2021 Memory usage per processor = 27.5146 Mbytes Step Atoms AVEKE stressZZ 1526 5000 1.8887683e-12 595312.76 1527 -0.00669499999999635 595301.636062054 1527 5000 1.8886559e-12 595301.64 Loop time of 0.0171371 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:42 2021 Pair time (%) = 0.000797987 (4.6565) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.215643) Outpt time (%) = 0.0161538 (94.2625) Other time (%) = 0.000148296 (0.865355) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:42 2021 Memory usage per processor = 27.5146 Mbytes Step Atoms AVEKE stressZZ 1527 5000 1.8886559e-12 595300.92 1528 -0.00669499999999635 595289.792938455 1528 5000 1.8885434e-12 595289.79 Loop time of 0.0167902 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:42 2021 Pair time (%) = 0.000786066 (4.68171) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.220099) Outpt time (%) = 0.0158622 (94.4734) Other time (%) = 0.000104904 (0.624796) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:42 2021 Memory usage per processor = 27.5146 Mbytes Step Atoms AVEKE stressZZ 1528 5000 1.8885434e-12 595289.08 1529 -0.00669499999999635 595277.950279796 1529 5000 1.8884309e-12 595277.95 Loop time of 0.016613 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:42 2021 Pair time (%) = 0.000770092 (4.63548) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.222445) Outpt time (%) = 0.0157089 (94.558) Other time (%) = 9.70364e-05 (0.584099) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:42 2021 Memory usage per processor = 27.5146 Mbytes Step Atoms AVEKE stressZZ 1529 5000 1.8884309e-12 595277.23 1530 -0.00669499999999635 595266.108086053 1530 5000 1.8883185e-12 595266.11 Loop time of 0.0189729 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:42 2021 Pair time (%) = 0.000880003 (4.63822) Neigh time (%) = 0 (0) Comm time (%) = 6.00815e-05 (0.31667) Outpt time (%) = 0.0179029 (94.3603) Other time (%) = 0.000129938 (0.684863) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:42 2021 Memory usage per processor = 27.5146 Mbytes Step Atoms AVEKE stressZZ 1530 5000 1.8883185e-12 595265.39 1531 -0.00669499999999635 595254.266357182 1531 5000 1.888206e-12 595254.27 Loop time of 0.0171008 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:42 2021 Pair time (%) = 0.000993967 (5.8124) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.210523) Outpt time (%) = 0.0159359 (93.188) Other time (%) = 0.000134945 (0.789114) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:42 2021 Memory usage per processor = 27.5146 Mbytes Step Atoms AVEKE stressZZ 1531 5000 1.888206e-12 595253.55 1532 -0.00669499999999635 595242.425093137 1532 5000 1.8880936e-12 595242.43 Loop time of 0.0170391 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:42 2021 Pair time (%) = 0.000782967 (4.59513) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.211286) Outpt time (%) = 0.0161281 (94.6535) Other time (%) = 9.20296e-05 (0.540109) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:42 2021 Memory usage per processor = 27.5146 Mbytes Step Atoms AVEKE stressZZ 1532 5000 1.8880936e-12 595241.71 1533 -0.00669499999999635 595230.584293909 1533 5000 1.8879811e-12 595230.58 Loop time of 0.016839 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:42 2021 Pair time (%) = 0.000818014 (4.85785) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.225123) Outpt time (%) = 0.0158751 (94.2756) Other time (%) = 0.000108004 (0.641389) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:42 2021 Memory usage per processor = 27.5146 Mbytes Step Atoms AVEKE stressZZ 1533 5000 1.8879811e-12 595229.87 1534 -0.00669499999999635 595218.743959422 1534 5000 1.8878687e-12 595218.74 Loop time of 0.017051 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:42 2021 Pair time (%) = 0.00079608 (4.66882) Neigh time (%) = 0 (0) Comm time (%) = 6.69956e-05 (0.392914) Outpt time (%) = 0.016052 (94.1413) Other time (%) = 0.000135899 (0.797013) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:42 2021 Memory usage per processor = 27.5146 Mbytes Step Atoms AVEKE stressZZ 1534 5000 1.8878687e-12 595218.03 1535 -0.00669499999999635 595206.904089709 1535 5000 1.8877563e-12 595206.9 Loop time of 0.016932 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:42 2021 Pair time (%) = 0.000833988 (4.92551) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.212622) Outpt time (%) = 0.015954 (94.224) Other time (%) = 0.000108004 (0.637866) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:42 2021 Memory usage per processor = 27.5146 Mbytes Step Atoms AVEKE stressZZ 1535 5000 1.8877563e-12 595206.19 1536 -0.00669499999999635 595195.06468469 1536 5000 1.8876439e-12 595195.06 Loop time of 0.016463 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:42 2021 Pair time (%) = 0.000781059 (4.74432) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.212886) Outpt time (%) = 0.015538 (94.381) Other time (%) = 0.000108957 (0.66183) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:42 2021 Memory usage per processor = 27.5146 Mbytes Step Atoms AVEKE stressZZ 1536 5000 1.8876439e-12 595194.35 1537 -0.00669499999999635 595183.225744334 1537 5000 1.8875315e-12 595183.23 Loop time of 0.016036 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:42 2021 Pair time (%) = 0.000757933 (4.72643) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.212608) Outpt time (%) = 0.0151069 (94.2061) Other time (%) = 0.000137091 (0.854891) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:42 2021 Memory usage per processor = 27.5146 Mbytes Step Atoms AVEKE stressZZ 1537 5000 1.8875315e-12 595182.51 1538 -0.00669499999999635 595171.387268619 1538 5000 1.8874191e-12 595171.39 Loop time of 0.0159829 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:42 2021 Pair time (%) = 0.000758886 (4.74812) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.213315) Outpt time (%) = 0.0150979 (94.4628) Other time (%) = 9.20296e-05 (0.575801) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:42 2021 Memory usage per processor = 27.5146 Mbytes Step Atoms AVEKE stressZZ 1538 5000 1.8874191e-12 595170.67 1539 -0.00669499999999635 595159.549257485 1539 5000 1.8873067e-12 595159.55 Loop time of 0.016026 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:42 2021 Pair time (%) = 0.000763178 (4.76212) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.212741) Outpt time (%) = 0.015137 (94.4524) Other time (%) = 9.17912e-05 (0.572763) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:42 2021 Memory usage per processor = 27.5146 Mbytes Step Atoms AVEKE stressZZ 1539 5000 1.8873067e-12 595158.83 1540 -0.00669499999999635 595147.711710944 1540 5000 1.8871944e-12 595147.71 Loop time of 0.018764 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:42 2021 Pair time (%) = 0.000874996 (4.66316) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.191863) Outpt time (%) = 0.0177438 (94.563) Other time (%) = 0.000109196 (0.581942) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:42 2021 Memory usage per processor = 27.5146 Mbytes Step Atoms AVEKE stressZZ 1540 5000 1.8871944e-12 595146.99 1541 -0.00669499999999635 595135.874628935 1541 5000 1.887082e-12 595135.87 Loop time of 0.0169821 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:42 2021 Pair time (%) = 0.000781059 (4.59931) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.217611) Outpt time (%) = 0.0160611 (94.5766) Other time (%) = 0.000102997 (0.606503) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:42 2021 Memory usage per processor = 27.5146 Mbytes Step Atoms AVEKE stressZZ 1541 5000 1.887082e-12 595135.16 1542 -0.00669499999999635 595124.038011426 1542 5000 1.8869696e-12 595124.04 Loop time of 0.017458 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:42 2021 Pair time (%) = 0.00101089 (5.79045) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.199388) Outpt time (%) = 0.0163081 (93.4134) Other time (%) = 0.000104189 (0.596799) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:42 2021 Memory usage per processor = 27.5146 Mbytes Step Atoms AVEKE stressZZ 1542 5000 1.8869696e-12 595123.32 1543 -0.00669499999999635 595112.201858389 1543 5000 1.8868573e-12 595112.2 Loop time of 0.016804 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:42 2021 Pair time (%) = 0.000767946 (4.57003) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.214242) Outpt time (%) = 0.0159009 (94.6255) Other time (%) = 9.91821e-05 (0.59023) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:42 2021 Memory usage per processor = 27.5146 Mbytes Step Atoms AVEKE stressZZ 1543 5000 1.8868573e-12 595111.48 1544 -0.00669499999999635 595100.366169784 1544 5000 1.886745e-12 595100.37 Loop time of 0.0172451 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:42 2021 Pair time (%) = 0.000833988 (4.8361) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.208762) Outpt time (%) = 0.0162671 (94.3288) Other time (%) = 0.000108004 (0.626287) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:42 2021 Memory usage per processor = 27.5146 Mbytes Step Atoms AVEKE stressZZ 1544 5000 1.886745e-12 595099.65 1545 -0.00669499999999635 595088.530945583 1545 5000 1.8866326e-12 595088.53 Loop time of 0.0169501 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:42 2021 Pair time (%) = 0.000780106 (4.60236) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.212395) Outpt time (%) = 0.0160332 (94.5903) Other time (%) = 0.000100851 (0.594987) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:42 2021 Memory usage per processor = 27.5146 Mbytes Step Atoms AVEKE stressZZ 1545 5000 1.8866326e-12 595087.81 1546 -0.00669499999999635 595076.696185749 1546 5000 1.8865203e-12 595076.7 Loop time of 0.0169909 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:42 2021 Pair time (%) = 0.000870943 (5.12594) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.23574) Outpt time (%) = 0.0159431 (93.8329) Other time (%) = 0.000136852 (0.805444) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:42 2021 Memory usage per processor = 27.5146 Mbytes Step Atoms AVEKE stressZZ 1546 5000 1.8865203e-12 595075.98 1547 -0.00669499999999635 595064.861890245 1547 5000 1.886408e-12 595064.86 Loop time of 0.0169621 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:42 2021 Pair time (%) = 0.000808954 (4.7692) Neigh time (%) = 0 (0) Comm time (%) = 5.00679e-05 (0.295176) Outpt time (%) = 0.015944 (93.9981) Other time (%) = 0.000159025 (0.937535) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:42 2021 Memory usage per processor = 27.5146 Mbytes Step Atoms AVEKE stressZZ 1547 5000 1.886408e-12 595064.14 1548 -0.00669499999999635 595053.028059045 1548 5000 1.8862957e-12 595053.03 Loop time of 0.0177581 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:42 2021 Pair time (%) = 0.00112796 (6.35178) Neigh time (%) = 0 (0) Comm time (%) = 6.60419e-05 (0.371897) Outpt time (%) = 0.0163889 (92.2895) Other time (%) = 0.000175238 (0.986802) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:42 2021 Memory usage per processor = 27.5146 Mbytes Step Atoms AVEKE stressZZ 1548 5000 1.8862957e-12 595052.31 1549 -0.00669499999999635 595041.194692119 1549 5000 1.8861834e-12 595041.19 Loop time of 0.0164568 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:42 2021 Pair time (%) = 0.000758171 (4.60703) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.212966) Outpt time (%) = 0.0155699 (94.6106) Other time (%) = 9.36985e-05 (0.569359) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:42 2021 Memory usage per processor = 27.5146 Mbytes Step Atoms AVEKE stressZZ 1549 5000 1.8861834e-12 595040.48 1550 -0.00669499999999635 595029.361789431 1550 5000 1.8860711e-12 595029.36 Loop time of 0.017473 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:42 2021 Pair time (%) = 0.000770092 (4.40733) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.206039) Outpt time (%) = 0.0165131 (94.5065) Other time (%) = 0.00015378 (0.880102) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:42 2021 Memory usage per processor = 27.5146 Mbytes Step Atoms AVEKE stressZZ 1550 5000 1.8860711e-12 595028.64 1551 -0.00669499999999635 595017.52935092 1551 5000 1.8859588e-12 595017.53 Loop time of 0.0169041 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:42 2021 Pair time (%) = 0.000905037 (5.35394) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.218615) Outpt time (%) = 0.015826 (93.6221) Other time (%) = 0.000136137 (0.805348) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:42 2021 Memory usage per processor = 27.5146 Mbytes Step Atoms AVEKE stressZZ 1551 5000 1.8859588e-12 595016.81 1552 -0.00669499999999635 595005.697376598 1552 5000 1.8858466e-12 595005.7 Loop time of 0.0172591 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:42 2021 Pair time (%) = 0.000758886 (4.39702) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.19616) Outpt time (%) = 0.0163412 (94.6816) Other time (%) = 0.00012517 (0.725238) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:42 2021 Memory usage per processor = 27.5146 Mbytes Step Atoms AVEKE stressZZ 1552 5000 1.8858466e-12 595004.98 1553 -0.00669499999999635 594993.865866414 1553 5000 1.8857343e-12 594993.87 Loop time of 0.01601 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:42 2021 Pair time (%) = 0.000754833 (4.71475) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.211464) Outpt time (%) = 0.015132 (94.5153) Other time (%) = 8.9407e-05 (0.558443) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:42 2021 Memory usage per processor = 27.5146 Mbytes Step Atoms AVEKE stressZZ 1553 5000 1.8857343e-12 594993.15 1554 -0.00669499999999635 594982.03482033 1554 5000 1.8856221e-12 594982.03 Loop time of 0.0168481 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:42 2021 Pair time (%) = 0.000946045 (5.61515) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.226417) Outpt time (%) = 0.0157239 (93.3278) Other time (%) = 0.000139952 (0.830668) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:42 2021 Memory usage per processor = 27.5146 Mbytes Step Atoms AVEKE stressZZ 1554 5000 1.8856221e-12 594981.32 1555 -0.00669499999999635 594970.204238324 1555 5000 1.8855098e-12 594970.2 Loop time of 0.016742 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:42 2021 Pair time (%) = 0.000762939 (4.55704) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209339) Outpt time (%) = 0.0158541 (94.6967) Other time (%) = 8.98838e-05 (0.536876) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:42 2021 Memory usage per processor = 27.5146 Mbytes Step Atoms AVEKE stressZZ 1555 5000 1.8855098e-12 594969.49 1556 -0.00669499999999635 594956.121080324 1556 5000 3.7252201e-12 594975.59 Loop time of 0.0159829 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:42 2021 Pair time (%) = 0.000758171 (4.74365) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.219282) Outpt time (%) = 0.0150509 (94.1689) Other time (%) = 0.00013876 (0.868177) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:42 2021 Memory usage per processor = 27.5146 Mbytes Step Atoms AVEKE stressZZ 1556 5000 3.7252201e-12 614708.83 1557 -0.00672749999999633 614693.966077543 1557 5000 3.0284351e-12 614693.97 Loop time of 0.0165021 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:42 2021 Pair time (%) = 0.00102019 (6.18219) Neigh time (%) = 0 (0) Comm time (%) = 4.19617e-05 (0.25428) Outpt time (%) = 0.0152628 (92.4901) Other time (%) = 0.000177145 (1.07347) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:42 2021 Memory usage per processor = 27.5146 Mbytes Step Atoms AVEKE stressZZ 1557 5000 3.0284351e-12 614692.99 1558 -0.00672749999999633 614679.344852111 1558 5000 2.6230502e-12 614679.34 Loop time of 0.0167558 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:42 2021 Pair time (%) = 0.000761032 (4.5419) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209166) Outpt time (%) = 0.015866 (94.6897) Other time (%) = 9.36985e-05 (0.5592) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:42 2021 Memory usage per processor = 27.5146 Mbytes Step Atoms AVEKE stressZZ 1558 5000 2.6230502e-12 614678.45 1559 -0.00672749999999633 614665.580818427 1559 5000 2.3805163e-12 614665.58 Loop time of 0.01612 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:42 2021 Pair time (%) = 0.000760794 (4.71958) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.217417) Outpt time (%) = 0.015229 (94.4729) Other time (%) = 9.5129e-05 (0.590132) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:42 2021 Memory usage per processor = 27.5146 Mbytes Step Atoms AVEKE stressZZ 1559 5000 2.3805163e-12 614664.74 1560 -0.00672749999999633 614652.361713648 1560 5000 2.2324541e-12 614652.36 Loop time of 0.0175972 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:42 2021 Pair time (%) = 0.000818968 (4.65397) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.210004) Outpt time (%) = 0.0166311 (94.5101) Other time (%) = 0.000110149 (0.625948) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:42 2021 Memory usage per processor = 27.5147 Mbytes Step Atoms AVEKE stressZZ 1560 5000 2.2324541e-12 614651.55 1561 -0.00672749999999633 614639.489092189 1561 5000 2.1407854e-12 614639.49 Loop time of 0.0168281 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:42 2021 Pair time (%) = 0.00103903 (6.17438) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.202601) Outpt time (%) = 0.01566 (93.0591) Other time (%) = 9.48906e-05 (0.563883) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:42 2021 Memory usage per processor = 27.5147 Mbytes Step Atoms AVEKE stressZZ 1561 5000 2.1407854e-12 614638.7 1562 -0.00672749999999633 614626.836840167 1562 5000 2.0834836e-12 614626.84 Loop time of 0.0169079 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:42 2021 Pair time (%) = 0.000776052 (4.58987) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.219975) Outpt time (%) = 0.0159512 (94.3413) Other time (%) = 0.000143528 (0.84888) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:42 2021 Memory usage per processor = 27.5147 Mbytes Step Atoms AVEKE stressZZ 1562 5000 2.0834836e-12 614626.06 1563 -0.00672749999999633 614614.324810869 1563 5000 2.0474275e-12 614614.32 Loop time of 0.0160301 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:42 2021 Pair time (%) = 0.00078392 (4.89031) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.224585) Outpt time (%) = 0.0151041 (94.2232) Other time (%) = 0.000106096 (0.661858) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:42 2021 Memory usage per processor = 27.5147 Mbytes Step Atoms AVEKE stressZZ 1563 5000 2.0474275e-12 614613.55 1564 -0.00672749999999633 614601.902070325 1564 5000 2.0246331e-12 614601.9 Loop time of 0.0171492 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:42 2021 Pair time (%) = 0.000798941 (4.65876) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.209929) Outpt time (%) = 0.0162098 (94.5224) Other time (%) = 0.000104427 (0.608934) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:42 2021 Memory usage per processor = 27.5147 Mbytes Step Atoms AVEKE stressZZ 1564 5000 2.0246331e-12 614601.14 1565 -0.00672749999999633 614589.536249383 1565 5000 2.0101696e-12 614589.54 Loop time of 0.016855 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:42 2021 Pair time (%) = 0.000802994 (4.76413) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207935) Outpt time (%) = 0.0159209 (94.4579) Other time (%) = 9.60827e-05 (0.570054) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:42 2021 Memory usage per processor = 27.5147 Mbytes Step Atoms AVEKE stressZZ 1565 5000 2.0101696e-12 614588.77 1566 -0.00672749999999633 614577.206777138 1566 5000 2.0009613e-12 614577.21 Loop time of 0.0162311 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:42 2021 Pair time (%) = 0.000843048 (5.19404) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.221804) Outpt time (%) = 0.0152559 (93.9922) Other time (%) = 9.60827e-05 (0.591968) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:42 2021 Memory usage per processor = 27.5147 Mbytes Step Atoms AVEKE stressZZ 1566 5000 2.0009613e-12 614576.45 1567 -0.00672749999999633 614564.900580544 1567 5000 1.9950767e-12 614564.9 Loop time of 0.0161481 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:42 2021 Pair time (%) = 0.000866175 (5.36395) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.25395) Outpt time (%) = 0.015099 (93.5036) Other time (%) = 0.000141859 (0.878488) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:42 2021 Memory usage per processor = 27.5147 Mbytes Step Atoms AVEKE stressZZ 1567 5000 1.9950767e-12 614564.14 1568 -0.00672749999999633 614552.609351492 1568 5000 1.9912981e-12 614552.61 Loop time of 0.0167742 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:42 2021 Pair time (%) = 0.000761986 (4.54261) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.214623) Outpt time (%) = 0.015878 (94.6572) Other time (%) = 9.82285e-05 (0.585593) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:42 2021 Memory usage per processor = 27.5147 Mbytes Step Atoms AVEKE stressZZ 1568 5000 1.9912981e-12 614551.85 1569 -0.00672749999999633 614540.327810143 1569 5000 1.9888552e-12 614540.33 Loop time of 0.0164051 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:43 2021 Pair time (%) = 0.000821114 (5.00523) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.219451) Outpt time (%) = 0.0154471 (94.1606) Other time (%) = 0.000100851 (0.614754) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:43 2021 Memory usage per processor = 27.5147 Mbytes Step Atoms AVEKE stressZZ 1569 5000 1.9888552e-12 614539.57 1570 -0.00672749999999633 614528.052601017 1570 5000 1.9872601e-12 614528.05 Loop time of 0.0175512 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:43 2021 Pair time (%) = 0.000814199 (4.639) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.215989) Outpt time (%) = 0.0165942 (94.5473) Other time (%) = 0.000104904 (0.597704) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:43 2021 Memory usage per processor = 27.5147 Mbytes Step Atoms AVEKE stressZZ 1570 5000 1.9872601e-12 614527.3 1571 -0.00672749999999633 614515.781591714 1571 5000 1.9862035e-12 614515.78 Loop time of 0.0166621 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:43 2021 Pair time (%) = 0.000842094 (5.05394) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.216066) Outpt time (%) = 0.0156362 (93.8428) Other time (%) = 0.00014782 (0.887159) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:43 2021 Memory usage per processor = 27.5147 Mbytes Step Atoms AVEKE stressZZ 1571 5000 1.9862035e-12 614515.02 1572 -0.00672749999999633 614503.513427025 1572 5000 1.9854887e-12 614503.51 Loop time of 0.0167811 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:43 2021 Pair time (%) = 0.000773907 (4.61178) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.214534) Outpt time (%) = 0.015825 (94.3028) Other time (%) = 0.000146151 (0.870924) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:43 2021 Memory usage per processor = 27.5147 Mbytes Step Atoms AVEKE stressZZ 1572 5000 1.9854887e-12 614502.76 1573 -0.00672749999999633 614491.247245703 1573 5000 1.9849913e-12 614491.25 Loop time of 0.0161791 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:43 2021 Pair time (%) = 0.000758886 (4.69054) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.216622) Outpt time (%) = 0.01529 (94.5049) Other time (%) = 9.5129e-05 (0.587975) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:43 2021 Memory usage per processor = 27.5147 Mbytes Step Atoms AVEKE stressZZ 1573 5000 1.9849913e-12 614490.49 1574 -0.00672749999999633 614478.982500423 1574 5000 1.9846318e-12 614478.98 Loop time of 0.0166171 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:43 2021 Pair time (%) = 0.00101209 (6.09065) Neigh time (%) = 0 (0) Comm time (%) = 4.98295e-05 (0.299869) Outpt time (%) = 0.0153909 (92.6209) Other time (%) = 0.00016427 (0.988565) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:43 2021 Memory usage per processor = 27.5147 Mbytes Step Atoms AVEKE stressZZ 1574 5000 1.9846318e-12 614478.23 1575 -0.00672749999999633 614466.718843312 1575 5000 1.9843601e-12 614466.72 Loop time of 0.016768 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:43 2021 Pair time (%) = 0.000759125 (4.52723) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209015) Outpt time (%) = 0.0158801 (94.705) Other time (%) = 9.36985e-05 (0.558794) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:43 2021 Memory usage per processor = 27.5147 Mbytes Step Atoms AVEKE stressZZ 1575 5000 1.9843601e-12 614465.96 1576 -0.00672749999999633 614454.456053317 1576 5000 1.9841441e-12 614454.46 Loop time of 0.0161469 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:43 2021 Pair time (%) = 0.000761032 (4.71318) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.217054) Outpt time (%) = 0.0152569 (94.488) Other time (%) = 9.39369e-05 (0.581764) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:43 2021 Memory usage per processor = 27.5147 Mbytes Step Atoms AVEKE stressZZ 1576 5000 1.9841441e-12 614453.7 1577 -0.00672749999999633 614442.193989886 1577 5000 1.9839636e-12 614442.19 Loop time of 0.0161531 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:43 2021 Pair time (%) = 0.000815868 (5.05085) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.236159) Outpt time (%) = 0.015161 (93.8584) Other time (%) = 0.000138044 (0.8546) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:43 2021 Memory usage per processor = 27.5147 Mbytes Step Atoms AVEKE stressZZ 1577 5000 1.9839636e-12 614441.44 1578 -0.00672749999999633 614429.932563744 1578 5000 1.9838056e-12 614429.93 Loop time of 0.016577 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:43 2021 Pair time (%) = 0.000760078 (4.58514) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211423) Outpt time (%) = 0.0156901 (94.6497) Other time (%) = 9.17912e-05 (0.553726) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:43 2021 Memory usage per processor = 27.5147 Mbytes Step Atoms AVEKE stressZZ 1578 5000 1.9838056e-12 614429.18 1579 -0.00672749999999633 614417.671718131 1579 5000 1.9836619e-12 614417.67 Loop time of 0.016119 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:43 2021 Pair time (%) = 0.000761032 (4.72133) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.21743) Outpt time (%) = 0.0152018 (94.3098) Other time (%) = 0.000121117 (0.75139) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:43 2021 Memory usage per processor = 27.5147 Mbytes Step Atoms AVEKE stressZZ 1579 5000 1.9836619e-12 614416.92 1580 -0.00672749999999633 614405.411416946 1580 5000 1.9835273e-12 614405.41 Loop time of 0.0176182 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:43 2021 Pair time (%) = 0.000770807 (4.37507) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.204341) Outpt time (%) = 0.0167072 (94.8292) Other time (%) = 0.000104189 (0.591372) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:43 2021 Memory usage per processor = 27.5147 Mbytes Step Atoms AVEKE stressZZ 1580 5000 1.9835273e-12 614404.66 1581 -0.00672749999999633 614393.151637243 1581 5000 1.9833984e-12 614393.15 Loop time of 0.016072 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:43 2021 Pair time (%) = 0.000804901 (5.00808) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.216582) Outpt time (%) = 0.0151391 (94.1953) Other time (%) = 9.32217e-05 (0.580024) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:43 2021 Memory usage per processor = 27.5147 Mbytes Step Atoms AVEKE stressZZ 1581 5000 1.9833984e-12 614392.4 1582 -0.00672749999999633 614380.89236444 1582 5000 1.9832733e-12 614380.89 Loop time of 0.0157659 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:43 2021 Pair time (%) = 0.000760078 (4.82103) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.216251) Outpt time (%) = 0.014879 (94.3745) Other time (%) = 9.27448e-05 (0.588262) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:43 2021 Memory usage per processor = 27.5147 Mbytes Step Atoms AVEKE stressZZ 1582 5000 1.9832733e-12 614380.14 1583 -0.00672749999999633 614368.633589242 1583 5000 1.9831505e-12 614368.63 Loop time of 0.015902 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:43 2021 Pair time (%) = 0.000761032 (4.78575) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.220396) Outpt time (%) = 0.0150149 (94.4211) Other time (%) = 9.10759e-05 (0.572731) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:43 2021 Memory usage per processor = 27.5147 Mbytes Step Atoms AVEKE stressZZ 1583 5000 1.9831505e-12 614367.88 1584 -0.00672749999999633 614356.375305728 1584 5000 1.9830292e-12 614356.38 Loop time of 0.0166948 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:43 2021 Pair time (%) = 0.000840902 (5.03692) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.208503) Outpt time (%) = 0.0157261 (94.1976) Other time (%) = 9.29832e-05 (0.55696) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:43 2021 Memory usage per processor = 27.5147 Mbytes Step Atoms AVEKE stressZZ 1584 5000 1.9830292e-12 614355.62 1585 -0.00672749999999633 614344.117510153 1585 5000 1.9829088e-12 614344.12 Loop time of 0.017004 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:43 2021 Pair time (%) = 0.000895023 (5.2636) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.21733) Outpt time (%) = 0.0159402 (93.7437) Other time (%) = 0.000131845 (0.775379) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:43 2021 Memory usage per processor = 27.5147 Mbytes Step Atoms AVEKE stressZZ 1585 5000 1.9829088e-12 614343.36 1586 -0.00672749999999633 614331.860200108 1586 5000 1.982789e-12 614331.86 Loop time of 0.0167751 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:43 2021 Pair time (%) = 0.000874996 (5.21603) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208926) Outpt time (%) = 0.0157681 (93.9966) Other time (%) = 9.70364e-05 (0.578454) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:43 2021 Memory usage per processor = 27.5147 Mbytes Step Atoms AVEKE stressZZ 1586 5000 1.982789e-12 614331.1 1587 -0.00672749999999633 614319.603374035 1587 5000 1.9826697e-12 614319.6 Loop time of 0.016778 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:43 2021 Pair time (%) = 0.000762939 (4.54726) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.20889) Outpt time (%) = 0.015846 (94.4452) Other time (%) = 0.000133991 (0.798613) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:43 2021 Memory usage per processor = 27.5147 Mbytes Step Atoms AVEKE stressZZ 1587 5000 1.9826697e-12 614318.85 1588 -0.00672749999999633 614307.347030952 1588 5000 1.9825506e-12 614307.35 Loop time of 0.0161409 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:43 2021 Pair time (%) = 0.00079298 (4.91285) Neigh time (%) = 0 (0) Comm time (%) = 5.00679e-05 (0.310192) Outpt time (%) = 0.015137 (93.7799) Other time (%) = 0.000160933 (0.997046) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:43 2021 Memory usage per processor = 27.5147 Mbytes Step Atoms AVEKE stressZZ 1588 5000 1.9825506e-12 614306.59 1589 -0.00672749999999633 614295.091170223 1589 5000 1.9824316e-12 614295.09 Loop time of 0.0167689 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:43 2021 Pair time (%) = 0.000900984 (5.37293) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.21469) Outpt time (%) = 0.0157251 (93.7754) Other time (%) = 0.000106812 (0.636961) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:43 2021 Memory usage per processor = 27.5147 Mbytes Step Atoms AVEKE stressZZ 1589 5000 1.9824316e-12 614294.33 1590 -0.00672749999999633 614282.835791417 1590 5000 1.9823128e-12 614282.84 Loop time of 0.0181141 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:43 2021 Pair time (%) = 0.000761032 (4.20133) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.193482) Outpt time (%) = 0.0172241 (95.0866) Other time (%) = 9.39369e-05 (0.518585) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:43 2021 Memory usage per processor = 27.5147 Mbytes Step Atoms AVEKE stressZZ 1590 5000 1.9823128e-12 614282.08 1591 -0.00672749999999633 614270.58089427 1591 5000 1.982194e-12 614270.58 Loop time of 0.016021 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:43 2021 Pair time (%) = 0.00075984 (4.74277) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.211319) Outpt time (%) = 0.015132 (94.4506) Other time (%) = 9.53674e-05 (0.595265) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:43 2021 Memory usage per processor = 27.5147 Mbytes Step Atoms AVEKE stressZZ 1591 5000 1.982194e-12 614269.82 1592 -0.00672749999999633 614258.326478581 1592 5000 1.9820753e-12 614258.33 Loop time of 0.0167069 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:43 2021 Pair time (%) = 0.00103784 (6.212) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.281131) Outpt time (%) = 0.0154588 (92.5293) Other time (%) = 0.000163317 (0.977538) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:43 2021 Memory usage per processor = 27.5147 Mbytes Step Atoms AVEKE stressZZ 1592 5000 1.9820753e-12 614257.57 1593 -0.00672749999999633 614246.072544251 1593 5000 1.9819566e-12 614246.07 Loop time of 0.016777 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:43 2021 Pair time (%) = 0.000808001 (4.81611) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.201796) Outpt time (%) = 0.015835 (94.3852) Other time (%) = 0.000100136 (0.596862) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:43 2021 Memory usage per processor = 27.5147 Mbytes Step Atoms AVEKE stressZZ 1593 5000 1.9819566e-12 614245.32 1594 -0.00672749999999633 614233.819091145 1594 5000 1.9818379e-12 614233.82 Loop time of 0.0164509 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:43 2021 Pair time (%) = 0.000757933 (4.60725) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.211594) Outpt time (%) = 0.015563 (94.6029) Other time (%) = 9.5129e-05 (0.578261) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:43 2021 Memory usage per processor = 27.5147 Mbytes Step Atoms AVEKE stressZZ 1594 5000 1.9818379e-12 614233.06 1595 -0.00672749999999633 614221.566119211 1595 5000 1.9817193e-12 614221.57 Loop time of 0.0162361 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:43 2021 Pair time (%) = 0.000773907 (4.76659) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.22761) Outpt time (%) = 0.015301 (94.2407) Other time (%) = 0.000124216 (0.765063) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:43 2021 Memory usage per processor = 27.5147 Mbytes Step Atoms AVEKE stressZZ 1595 5000 1.9817193e-12 614220.81 1596 -0.00672749999999633 614209.313628397 1596 5000 1.9816006e-12 614209.31 Loop time of 0.0170722 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:43 2021 Pair time (%) = 0.000828028 (4.85015) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.216462) Outpt time (%) = 0.0161018 (94.3161) Other time (%) = 0.000105381 (0.617267) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:43 2021 Memory usage per processor = 27.5147 Mbytes Step Atoms AVEKE stressZZ 1596 5000 1.9816006e-12 614208.56 1597 -0.00672749999999633 614197.061618636 1597 5000 1.981482e-12 614197.06 Loop time of 0.0169089 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:43 2021 Pair time (%) = 0.000760078 (4.49514) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207273) Outpt time (%) = 0.0160201 (94.7434) Other time (%) = 9.36985e-05 (0.554138) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:43 2021 Memory usage per processor = 27.5147 Mbytes Step Atoms AVEKE stressZZ 1597 5000 1.981482e-12 614196.31 1598 -0.00672749999999633 614184.810089903 1598 5000 1.9813634e-12 614184.81 Loop time of 0.016295 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:43 2021 Pair time (%) = 0.000974894 (5.98279) Neigh time (%) = 0 (0) Comm time (%) = 6.50883e-05 (0.399438) Outpt time (%) = 0.0151539 (92.9974) Other time (%) = 0.000101089 (0.620373) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:43 2021 Memory usage per processor = 27.5147 Mbytes Step Atoms AVEKE stressZZ 1598 5000 1.9813634e-12 614184.05 1599 -0.00672749999999633 614172.559042188 1599 5000 1.9812448e-12 614172.56 Loop time of 0.0169802 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:43 2021 Pair time (%) = 0.000942945 (5.55322) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.21904) Outpt time (%) = 0.0158212 (93.1747) Other time (%) = 0.000178814 (1.05307) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:43 2021 Memory usage per processor = 27.5147 Mbytes Step Atoms AVEKE stressZZ 1599 5000 1.9812448e-12 614171.8 1600 -0.00672749999999633 614160.308475402 1600 5000 1.9811263e-12 614160.31 Loop time of 0.0182221 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:43 2021 Pair time (%) = 0.000765085 (4.19867) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.191027) Outpt time (%) = 0.0173268 (95.0869) Other time (%) = 9.53674e-05 (0.523362) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:43 2021 Memory usage per processor = 27.5147 Mbytes Step Atoms AVEKE stressZZ 1600 5000 1.9811263e-12 614159.55 1601 -0.00672749999999633 614148.058389528 1601 5000 1.9810077e-12 614148.06 Loop time of 0.016304 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:43 2021 Pair time (%) = 0.00075984 (4.66045) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.214963) Outpt time (%) = 0.015415 (94.547) Other time (%) = 9.41753e-05 (0.57762) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:43 2021 Memory usage per processor = 27.5147 Mbytes Step Atoms AVEKE stressZZ 1601 5000 1.9810077e-12 614147.3 1602 -0.00672749999999633 614135.808784554 1602 5000 1.9808891e-12 614135.81 Loop time of 0.0162609 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:43 2021 Pair time (%) = 0.000914097 (5.62145) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.246323) Outpt time (%) = 0.0151999 (93.4754) Other time (%) = 0.000106812 (0.656863) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:43 2021 Memory usage per processor = 27.5147 Mbytes Step Atoms AVEKE stressZZ 1602 5000 1.9808891e-12 614135.05 1603 -0.00672749999999633 614123.559660448 1603 5000 1.9807706e-12 614123.56 Loop time of 0.0166841 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:43 2021 Pair time (%) = 0.000756979 (4.53714) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.210066) Outpt time (%) = 0.0157959 (94.6769) Other time (%) = 9.60827e-05 (0.575895) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:43 2021 Memory usage per processor = 27.5147 Mbytes Step Atoms AVEKE stressZZ 1603 5000 1.9807706e-12 614122.8 1604 -0.00672749999999633 614111.311017176 1604 5000 1.980652e-12 614111.31 Loop time of 0.016201 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:43 2021 Pair time (%) = 0.000760078 (4.69155) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.216329) Outpt time (%) = 0.0153148 (94.53) Other time (%) = 9.10759e-05 (0.562162) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:43 2021 Memory usage per processor = 27.5147 Mbytes Step Atoms AVEKE stressZZ 1604 5000 1.980652e-12 614110.55 1605 -0.00672749999999633 614099.062854687 1605 5000 1.9805335e-12 614099.06 Loop time of 0.016433 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:43 2021 Pair time (%) = 0.000770092 (4.68625) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.224882) Outpt time (%) = 0.015476 (94.1763) Other time (%) = 0.000149965 (0.912586) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:43 2021 Memory usage per processor = 27.5147 Mbytes Step Atoms AVEKE stressZZ 1605 5000 1.9805335e-12 614098.31 1606 -0.00672749999999633 614086.815172959 1606 5000 1.980415e-12 614086.82 Loop time of 0.0171661 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:43 2021 Pair time (%) = 0.000946045 (5.51111) Neigh time (%) = 0 (0) Comm time (%) = 4.88758e-05 (0.284722) Outpt time (%) = 0.0160542 (93.5222) Other time (%) = 0.000117064 (0.681944) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:43 2021 Memory usage per processor = 27.5147 Mbytes Step Atoms AVEKE stressZZ 1606 5000 1.980415e-12 614086.06 1607 -0.00672749999999633 614074.567971957 1607 5000 1.9802964e-12 614074.57 Loop time of 0.0171061 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:43 2021 Pair time (%) = 0.000758886 (4.43636) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204884) Outpt time (%) = 0.016217 (94.8026) Other time (%) = 9.5129e-05 (0.556113) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:43 2021 Memory usage per processor = 27.5147 Mbytes Step Atoms AVEKE stressZZ 1607 5000 1.9802964e-12 614073.81 1608 -0.00672749999999633 614062.321251679 1608 5000 1.9801779e-12 614062.32 Loop time of 0.0160761 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:43 2021 Pair time (%) = 0.000760794 (4.73246) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.216527) Outpt time (%) = 0.015187 (94.4697) Other time (%) = 9.34601e-05 (0.581361) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:43 2021 Memory usage per processor = 27.5147 Mbytes Step Atoms AVEKE stressZZ 1608 5000 1.9801779e-12 614061.57 1609 -0.00672749999999633 614050.075012218 1609 5000 1.9800594e-12 614050.08 Loop time of 0.0168531 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:43 2021 Pair time (%) = 0.000873804 (5.18483) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.213618) Outpt time (%) = 0.015842 (94.0003) Other time (%) = 0.000101328 (0.601242) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:43 2021 Memory usage per processor = 27.5147 Mbytes Step Atoms AVEKE stressZZ 1609 5000 1.9800594e-12 614049.32 1610 -0.00672749999999633 614037.829276434 1610 5000 1.9799409e-12 614037.83 Loop time of 0.0180771 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:43 2021 Pair time (%) = 0.000761032 (4.20992) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.193878) Outpt time (%) = 0.0171881 (95.0818) Other time (%) = 9.29832e-05 (0.514369) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:43 2021 Memory usage per processor = 27.5147 Mbytes Step Atoms AVEKE stressZZ 1610 5000 1.9799409e-12 614037.07 1611 -0.00672749999999633 614025.584039034 1611 5000 1.9798225e-12 614025.58 Loop time of 0.0163412 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:43 2021 Pair time (%) = 0.000761032 (4.65713) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.214473) Outpt time (%) = 0.015451 (94.5521) Other time (%) = 9.41753e-05 (0.576306) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:43 2021 Memory usage per processor = 27.5147 Mbytes Step Atoms AVEKE stressZZ 1611 5000 1.9798225e-12 614024.83 1612 -0.00672749999999633 614013.339294013 1612 5000 1.979704e-12 614013.34 Loop time of 0.0161381 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:43 2021 Pair time (%) = 0.000811815 (5.03043) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.236379) Outpt time (%) = 0.015182 (94.0758) Other time (%) = 0.000106096 (0.657428) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:43 2021 Memory usage per processor = 27.5147 Mbytes Step Atoms AVEKE stressZZ 1612 5000 1.979704e-12 614012.58 1613 -0.00672749999999633 614001.095039121 1613 5000 1.9795855e-12 614001.1 Loop time of 0.01682 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:43 2021 Pair time (%) = 0.000864983 (5.1426) Neigh time (%) = 0 (0) Comm time (%) = 4.88758e-05 (0.290582) Outpt time (%) = 0.0157559 (93.6738) Other time (%) = 0.000150204 (0.893009) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:43 2021 Memory usage per processor = 27.5147 Mbytes Step Atoms AVEKE stressZZ 1613 5000 1.9795855e-12 614000.34 1614 -0.00672749999999633 613988.851273067 1614 5000 1.9794671e-12 613988.85 Loop time of 0.016315 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:44 2021 Pair time (%) = 0.000763178 (4.67777) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.214818) Outpt time (%) = 0.0153871 (94.3124) Other time (%) = 0.0001297 (0.794973) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:44 2021 Memory usage per processor = 27.5147 Mbytes Step Atoms AVEKE stressZZ 1614 5000 1.9794671e-12 613988.1 1615 -0.00672749999999633 613976.607994889 1615 5000 1.9793486e-12 613976.61 Loop time of 0.016181 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:44 2021 Pair time (%) = 0.000771046 (4.76513) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.222491) Outpt time (%) = 0.01527 (94.37) Other time (%) = 0.000103951 (0.642424) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:44 2021 Memory usage per processor = 27.5147 Mbytes Step Atoms AVEKE stressZZ 1615 5000 1.9793486e-12 613975.85 1616 -0.00672749999999633 613964.365203948 1616 5000 1.9792302e-12 613964.37 Loop time of 0.0168219 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:44 2021 Pair time (%) = 0.000926018 (5.50485) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.214014) Outpt time (%) = 0.015682 (93.2238) Other time (%) = 0.00017786 (1.05732) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:44 2021 Memory usage per processor = 27.5147 Mbytes Step Atoms AVEKE stressZZ 1616 5000 1.9792302e-12 613963.61 1617 -0.00672749999999633 613952.122899675 1617 5000 1.9791118e-12 613952.12 Loop time of 0.0165381 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:44 2021 Pair time (%) = 0.000764847 (4.62474) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211919) Outpt time (%) = 0.0156419 (94.5809) Other time (%) = 9.63211e-05 (0.582418) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:44 2021 Memory usage per processor = 27.5147 Mbytes Step Atoms AVEKE stressZZ 1617 5000 1.9791118e-12 613951.37 1618 -0.00672749999999633 613939.881079287 1618 5000 1.9789934e-12 613939.88 Loop time of 0.0160761 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:44 2021 Pair time (%) = 0.0007689 (4.78288) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.223943) Outpt time (%) = 0.015167 (94.3451) Other time (%) = 0.000104189 (0.648099) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:44 2021 Memory usage per processor = 27.5147 Mbytes Step Atoms AVEKE stressZZ 1618 5000 1.9789934e-12 613939.13 1619 -0.00672749999999633 613927.639742519 1619 5000 1.978875e-12 613927.64 Loop time of 0.016778 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:44 2021 Pair time (%) = 0.000786066 (4.6851) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.20889) Outpt time (%) = 0.015856 (94.5049) Other time (%) = 0.000100851 (0.601091) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:44 2021 Memory usage per processor = 27.5147 Mbytes Step Atoms AVEKE stressZZ 1619 5000 1.978875e-12 613926.88 1620 -0.00672749999999633 613915.398890894 1620 5000 1.9787566e-12 613915.4 Loop time of 0.017916 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:44 2021 Pair time (%) = 0.000760078 (4.24246) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.195622) Outpt time (%) = 0.0170271 (95.0389) Other time (%) = 9.36985e-05 (0.522989) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:44 2021 Memory usage per processor = 27.5147 Mbytes Step Atoms AVEKE stressZZ 1620 5000 1.9787566e-12 613914.64 1621 -0.00672749999999633 613903.158524163 1621 5000 1.9786382e-12 613903.16 Loop time of 0.0160799 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:44 2021 Pair time (%) = 0.000813961 (5.06198) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.217959) Outpt time (%) = 0.015137 (94.1359) Other time (%) = 9.39369e-05 (0.584188) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:44 2021 Memory usage per processor = 27.5147 Mbytes Step Atoms AVEKE stressZZ 1621 5000 1.9786382e-12 613902.4 1622 -0.00672749999999633 613890.918642113 1622 5000 1.9785198e-12 613890.92 Loop time of 0.016453 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:44 2021 Pair time (%) = 0.000902891 (5.48769) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.236201) Outpt time (%) = 0.0153871 (93.5211) Other time (%) = 0.000124216 (0.754974) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:44 2021 Memory usage per processor = 27.5147 Mbytes Step Atoms AVEKE stressZZ 1622 5000 1.9785198e-12 613890.16 1623 -0.00672749999999633 613878.679244538 1623 5000 1.9784014e-12 613878.68 Loop time of 0.0168419 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:44 2021 Pair time (%) = 0.000791073 (4.69706) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.21376) Outpt time (%) = 0.015919 (94.5201) Other time (%) = 9.58443e-05 (0.569083) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:44 2021 Memory usage per processor = 27.5147 Mbytes Step Atoms AVEKE stressZZ 1623 5000 1.9784014e-12 613877.92 1624 -0.00672749999999633 613866.440331249 1624 5000 1.9782831e-12 613866.44 Loop time of 0.016258 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:44 2021 Pair time (%) = 0.000761986 (4.68684) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.214105) Outpt time (%) = 0.0153651 (94.5081) Other time (%) = 9.60827e-05 (0.590987) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:44 2021 Memory usage per processor = 27.5147 Mbytes Step Atoms AVEKE stressZZ 1624 5000 1.9782831e-12 613865.68 1625 -0.00672749999999633 613854.201902124 1625 5000 1.9781647e-12 613854.2 Loop time of 0.0166991 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:44 2021 Pair time (%) = 0.00078702 (4.71295) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.228438) Outpt time (%) = 0.0157681 (94.4247) Other time (%) = 0.000105858 (0.633914) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:44 2021 Memory usage per processor = 27.5147 Mbytes Step Atoms AVEKE stressZZ 1625 5000 1.9781647e-12 613853.45 1626 -0.00672749999999633 613841.963956963 1626 5000 1.9780464e-12 613841.96 Loop time of 0.0165861 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:44 2021 Pair time (%) = 0.000780106 (4.70338) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.217057) Outpt time (%) = 0.015671 (94.483) Other time (%) = 9.89437e-05 (0.596547) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:44 2021 Memory usage per processor = 27.5147 Mbytes Step Atoms AVEKE stressZZ 1626 5000 1.9780464e-12 613841.21 1627 -0.00672749999999633 613829.726495628 1627 5000 1.977928e-12 613829.73 Loop time of 0.0159061 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:44 2021 Pair time (%) = 0.000757933 (4.76505) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.218841) Outpt time (%) = 0.0150182 (94.418) Other time (%) = 9.5129e-05 (0.598066) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:44 2021 Memory usage per processor = 27.5147 Mbytes Step Atoms AVEKE stressZZ 1627 5000 1.977928e-12 613828.97 1628 -0.00672749999999633 613817.48951801 1628 5000 1.9778097e-12 613817.49 Loop time of 0.015944 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:44 2021 Pair time (%) = 0.000760078 (4.76717) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.219816) Outpt time (%) = 0.0150571 (94.4373) Other time (%) = 9.17912e-05 (0.57571) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:44 2021 Memory usage per processor = 27.5147 Mbytes Step Atoms AVEKE stressZZ 1628 5000 1.9778097e-12 613816.73 1629 -0.00672749999999633 613805.253023981 1629 5000 1.9776914e-12 613805.25 Loop time of 0.015883 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:44 2021 Pair time (%) = 0.000761986 (4.7975) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.220661) Outpt time (%) = 0.014997 (94.4219) Other time (%) = 8.89301e-05 (0.559909) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:44 2021 Memory usage per processor = 27.5147 Mbytes Step Atoms AVEKE stressZZ 1629 5000 1.9776914e-12 613804.5 1630 -0.00672749999999633 613793.017013409 1630 5000 1.9775731e-12 613793.02 Loop time of 0.0172799 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:44 2021 Pair time (%) = 0.000757933 (4.38622) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.195924) Outpt time (%) = 0.016403 (94.9253) Other time (%) = 8.51154e-05 (0.49257) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:44 2021 Memory usage per processor = 27.5147 Mbytes Step Atoms AVEKE stressZZ 1630 5000 1.9775731e-12 613792.26 1631 -0.00672749999999633 613780.781486194 1631 5000 1.9774548e-12 613780.78 Loop time of 0.0169961 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:44 2021 Pair time (%) = 0.000995874 (5.85941) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.228653) Outpt time (%) = 0.0157669 (92.7673) Other time (%) = 0.00019455 (1.14467) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:44 2021 Memory usage per processor = 27.5147 Mbytes Step Atoms AVEKE stressZZ 1631 5000 1.9774548e-12 613780.03 1632 -0.00672749999999633 613768.546442232 1632 5000 1.9773365e-12 613768.55 Loop time of 0.0169249 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:44 2021 Pair time (%) = 0.000792027 (4.67966) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.223982) Outpt time (%) = 0.015986 (94.4526) Other time (%) = 0.000108957 (0.643771) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:44 2021 Memory usage per processor = 27.5147 Mbytes Step Atoms AVEKE stressZZ 1632 5000 1.9773365e-12 613767.79 1633 -0.00672749999999633 613756.311881407 1633 5000 1.9772182e-12 613756.31 Loop time of 0.0166681 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:44 2021 Pair time (%) = 0.000833988 (5.0035) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.210267) Outpt time (%) = 0.015702 (94.2041) Other time (%) = 9.70364e-05 (0.582169) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:44 2021 Memory usage per processor = 27.5147 Mbytes Step Atoms AVEKE stressZZ 1633 5000 1.9772182e-12 613755.56 1634 -0.00672749999999633 613744.077803638 1634 5000 1.9771e-12 613744.08 Loop time of 0.016489 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:44 2021 Pair time (%) = 0.000934124 (5.66512) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.248699) Outpt time (%) = 0.0153861 (93.3112) Other time (%) = 0.000127792 (0.775014) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:44 2021 Memory usage per processor = 27.5147 Mbytes Step Atoms AVEKE stressZZ 1634 5000 1.9771e-12 613743.32 1635 -0.00672749999999633 613731.844208829 1635 5000 1.9769817e-12 613731.84 Loop time of 0.0168972 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:44 2021 Pair time (%) = 0.000762939 (4.51518) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.200361) Outpt time (%) = 0.0160072 (94.7328) Other time (%) = 9.32217e-05 (0.551699) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:44 2021 Memory usage per processor = 27.5147 Mbytes Step Atoms AVEKE stressZZ 1635 5000 1.9769817e-12 613731.09 1636 -0.00672749999999633 613719.611096885 1636 5000 1.9768634e-12 613719.61 Loop time of 0.0163639 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:44 2021 Pair time (%) = 0.000821114 (5.01785) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.214176) Outpt time (%) = 0.0153589 (93.8588) Other time (%) = 0.000148773 (0.909157) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:44 2021 Memory usage per processor = 27.5147 Mbytes Step Atoms AVEKE stressZZ 1636 5000 1.9768634e-12 613718.86 1637 -0.00672749999999633 613707.378467738 1637 5000 1.9767452e-12 613707.38 Loop time of 0.016166 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:44 2021 Pair time (%) = 0.000880003 (5.44355) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.235971) Outpt time (%) = 0.0151432 (93.673) Other time (%) = 0.000104666 (0.647445) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:44 2021 Memory usage per processor = 27.5147 Mbytes Step Atoms AVEKE stressZZ 1637 5000 1.9767452e-12 613706.62 1638 -0.00672749999999633 613695.146321273 1638 5000 1.976627e-12 613695.15 Loop time of 0.0168841 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:44 2021 Pair time (%) = 0.000876188 (5.18943) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207577) Outpt time (%) = 0.015878 (94.041) Other time (%) = 9.48906e-05 (0.562012) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:44 2021 Memory usage per processor = 27.5147 Mbytes Step Atoms AVEKE stressZZ 1638 5000 1.976627e-12 613694.39 1639 -0.00672749999999633 613682.914657439 1639 5000 1.9765087e-12 613682.91 Loop time of 0.0166662 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:44 2021 Pair time (%) = 0.000805855 (4.83527) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.203139) Outpt time (%) = 0.0157311 (94.3894) Other time (%) = 9.53674e-05 (0.572222) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:44 2021 Memory usage per processor = 27.5147 Mbytes Step Atoms AVEKE stressZZ 1639 5000 1.9765087e-12 613682.16 1640 -0.00672749999999633 613670.683476148 1640 5000 1.9763905e-12 613670.68 Loop time of 0.0176799 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:44 2021 Pair time (%) = 0.000761032 (4.3045) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.198233) Outpt time (%) = 0.016727 (94.6099) Other time (%) = 0.000156879 (0.887331) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:44 2021 Memory usage per processor = 27.5147 Mbytes Step Atoms AVEKE stressZZ 1640 5000 1.9763905e-12 613669.93 1641 -0.00672749999999633 613658.452777333 1641 5000 1.9762723e-12 613658.45 Loop time of 0.0170321 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:44 2021 Pair time (%) = 0.00110388 (6.48114) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.216971) Outpt time (%) = 0.0157151 (92.2674) Other time (%) = 0.000176191 (1.03446) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:44 2021 Memory usage per processor = 27.5147 Mbytes Step Atoms AVEKE stressZZ 1641 5000 1.9762723e-12 613657.7 1642 -0.00672749999999633 613646.222560905 1642 5000 1.9761541e-12 613646.22 Loop time of 0.016876 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:44 2021 Pair time (%) = 0.000798941 (4.73419) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207677) Outpt time (%) = 0.0159478 (94.5001) Other time (%) = 9.41753e-05 (0.558044) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:44 2021 Memory usage per processor = 27.5147 Mbytes Step Atoms AVEKE stressZZ 1642 5000 1.9761541e-12 613645.47 1643 -0.00672749999999633 613633.992826795 1643 5000 1.9760359e-12 613633.99 Loop time of 0.0163059 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:44 2021 Pair time (%) = 0.000761032 (4.66721) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.214937) Outpt time (%) = 0.015419 (94.5608) Other time (%) = 9.08375e-05 (0.557083) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:44 2021 Memory usage per processor = 27.5147 Mbytes Step Atoms AVEKE stressZZ 1643 5000 1.9760359e-12 613633.24 1644 -0.00672749999999633 613621.763574929 1644 5000 1.9759178e-12 613621.76 Loop time of 0.016134 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:44 2021 Pair time (%) = 0.000874043 (5.41739) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.23496) Outpt time (%) = 0.0150988 (93.5837) Other time (%) = 0.000123262 (0.76399) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:44 2021 Memory usage per processor = 27.5147 Mbytes Step Atoms AVEKE stressZZ 1644 5000 1.9759178e-12 613621.01 1645 -0.00672749999999633 613609.534805276 1645 5000 1.9757996e-12 613609.53 Loop time of 0.0168669 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:44 2021 Pair time (%) = 0.000760078 (4.50633) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207789) Outpt time (%) = 0.01598 (94.7417) Other time (%) = 9.17912e-05 (0.544208) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:44 2021 Memory usage per processor = 27.5147 Mbytes Step Atoms AVEKE stressZZ 1645 5000 1.9757996e-12 613608.78 1646 -0.00672749999999633 613597.306517732 1646 5000 1.9756814e-12 613597.31 Loop time of 0.016269 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:44 2021 Pair time (%) = 0.000760078 (4.67195) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.215426) Outpt time (%) = 0.0153801 (94.5367) Other time (%) = 9.36985e-05 (0.575934) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:44 2021 Memory usage per processor = 27.5147 Mbytes Step Atoms AVEKE stressZZ 1646 5000 1.9756814e-12 613596.55 1647 -0.00672749999999633 613585.078712236 1647 5000 1.9755633e-12 613585.08 Loop time of 0.0161459 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:44 2021 Pair time (%) = 0.000785112 (4.8626) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.22888) Outpt time (%) = 0.0152171 (94.247) Other time (%) = 0.000106812 (0.661538) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:44 2021 Memory usage per processor = 27.5147 Mbytes Step Atoms AVEKE stressZZ 1647 5000 1.9755633e-12 613584.32 1648 -0.00672749999999633 613572.85138873 1648 5000 1.9754451e-12 613572.85 Loop time of 0.016938 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:44 2021 Pair time (%) = 0.000926971 (5.47274) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206917) Outpt time (%) = 0.0158241 (93.4237) Other time (%) = 0.000151873 (0.89664) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:44 2021 Memory usage per processor = 27.5147 Mbytes Step Atoms AVEKE stressZZ 1648 5000 1.9754451e-12 613572.1 1649 -0.00672749999999633 613560.624547157 1649 5000 1.975327e-12 613560.62 Loop time of 0.0167379 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:44 2021 Pair time (%) = 0.000758886 (4.53393) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.207965) Outpt time (%) = 0.0158501 (94.6955) Other time (%) = 9.41753e-05 (0.562646) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:44 2021 Memory usage per processor = 27.5147 Mbytes Step Atoms AVEKE stressZZ 1649 5000 1.975327e-12 613559.87 1650 -0.00672749999999633 613548.398187457 1650 5000 1.9752089e-12 613548.4 Loop time of 0.017519 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:44 2021 Pair time (%) = 0.000763893 (4.36037) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.205498) Outpt time (%) = 0.0165732 (94.6013) Other time (%) = 0.000145912 (0.83288) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:44 2021 Memory usage per processor = 27.5147 Mbytes Step Atoms AVEKE stressZZ 1650 5000 1.9752089e-12 613547.64 1651 -0.00672749999999633 613536.172309576 1651 5000 1.9750908e-12 613536.17 Loop time of 0.016793 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:44 2021 Pair time (%) = 0.000983953 (5.8593) Neigh time (%) = 0 (0) Comm time (%) = 6.79493e-05 (0.404628) Outpt time (%) = 0.0155981 (92.8842) Other time (%) = 0.000143051 (0.851849) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:44 2021 Memory usage per processor = 27.5147 Mbytes Step Atoms AVEKE stressZZ 1651 5000 1.9750908e-12 613535.42 1652 -0.00672749999999633 613523.946913445 1652 5000 1.9749727e-12 613523.95 Loop time of 0.0166759 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:44 2021 Pair time (%) = 0.000759125 (4.55221) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.210168) Outpt time (%) = 0.015789 (94.6815) Other time (%) = 9.27448e-05 (0.556159) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:44 2021 Memory usage per processor = 27.5147 Mbytes Step Atoms AVEKE stressZZ 1652 5000 1.9749727e-12 613523.19 1653 -0.00672749999999633 613511.721999009 1653 5000 1.9748546e-12 613511.72 Loop time of 0.0164421 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:44 2021 Pair time (%) = 0.000757933 (4.60972) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.211708) Outpt time (%) = 0.0155599 (94.6348) Other time (%) = 8.9407e-05 (0.54377) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:44 2021 Memory usage per processor = 27.5147 Mbytes Step Atoms AVEKE stressZZ 1653 5000 1.9748546e-12 613510.97 1654 -0.00672749999999633 613499.497566202 1654 5000 1.9747365e-12 613499.5 Loop time of 0.0162418 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:44 2021 Pair time (%) = 0.000883818 (5.44163) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.233401) Outpt time (%) = 0.015208 (93.635) Other time (%) = 0.000112057 (0.689929) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:44 2021 Memory usage per processor = 27.5147 Mbytes Step Atoms AVEKE stressZZ 1654 5000 1.9747365e-12 613498.74 1655 -0.00672749999999633 613487.273614994 1655 5000 1.9746184e-12 613487.27 Loop time of 0.0165701 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:44 2021 Pair time (%) = 0.00075984 (4.58561) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211511) Outpt time (%) = 0.015682 (94.6403) Other time (%) = 9.32217e-05 (0.56259) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:44 2021 Memory usage per processor = 27.5147 Mbytes Step Atoms AVEKE stressZZ 1655 5000 1.9746184e-12 613486.52 1656 -0.00672749999999633 613475.050145307 1656 5000 1.9745004e-12 613475.05 Loop time of 0.0167599 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:44 2021 Pair time (%) = 0.000828028 (4.94054) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.214806) Outpt time (%) = 0.0157459 (93.9499) Other time (%) = 0.000149965 (0.894788) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:44 2021 Memory usage per processor = 27.5147 Mbytes Step Atoms AVEKE stressZZ 1656 5000 1.9745004e-12 613474.29 1657 -0.00672749999999633 613460.502412958 1657 5000 3.9010381e-12 613480.58 Loop time of 0.0160899 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:44 2021 Pair time (%) = 0.000760078 (4.72394) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.217823) Outpt time (%) = 0.0151539 (94.1825) Other time (%) = 0.000140905 (0.875737) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:44 2021 Memory usage per processor = 27.5147 Mbytes Step Atoms AVEKE stressZZ 1657 5000 3.9010381e-12 633518.63 1658 -0.00675999999999631 633503.297900662 1658 5000 3.1707227e-12 633503.3 Loop time of 0.016618 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:44 2021 Pair time (%) = 0.000800848 (4.81916) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.209466) Outpt time (%) = 0.0156739 (94.3186) Other time (%) = 0.00010848 (0.652788) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:44 2021 Memory usage per processor = 27.5147 Mbytes Step Atoms AVEKE stressZZ 1658 5000 3.1707227e-12 633502.27 1659 -0.00675999999999631 633488.194037325 1659 5000 2.7458673e-12 633488.19 Loop time of 0.0170569 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:45 2021 Pair time (%) = 0.000766993 (4.49666) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.204076) Outpt time (%) = 0.0161619 (94.7527) Other time (%) = 9.32217e-05 (0.546532) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:45 2021 Memory usage per processor = 27.5147 Mbytes Step Atoms AVEKE stressZZ 1659 5000 2.7458673e-12 633487.25 1660 -0.00675999999999631 633473.977310437 1660 5000 2.4917011e-12 633473.98 Loop time of 0.0177109 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:45 2021 Pair time (%) = 0.000800133 (4.51774) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.192502) Outpt time (%) = 0.0167811 (94.7499) Other time (%) = 9.56059e-05 (0.539813) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:45 2021 Memory usage per processor = 27.515 Mbytes Step Atoms AVEKE stressZZ 1660 5000 2.4917011e-12 633473.09 1661 -0.00675999999999631 633460.324549655 1661 5000 2.3365445e-12 633460.32 Loop time of 0.016434 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:45 2021 Pair time (%) = 0.000955105 (5.81178) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.249532) Outpt time (%) = 0.0153039 (93.1234) Other time (%) = 0.000133991 (0.815332) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:45 2021 Memory usage per processor = 27.515 Mbytes Step Atoms AVEKE stressZZ 1661 5000 2.3365445e-12 633459.47 1662 -0.00675999999999631 633447.030377613 1662 5000 2.2404864e-12 633447.03 Loop time of 0.0167871 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:45 2021 Pair time (%) = 0.000763893 (4.55049) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.201676) Outpt time (%) = 0.0158951 (94.6868) Other time (%) = 9.41753e-05 (0.561) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:45 2021 Memory usage per processor = 27.515 Mbytes Step Atoms AVEKE stressZZ 1662 5000 2.2404864e-12 633446.2 1663 -0.00675999999999631 633433.964275162 1663 5000 2.1804418e-12 633433.96 Loop time of 0.016854 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:45 2021 Pair time (%) = 0.000867844 (5.14917) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.206533) Outpt time (%) = 0.015836 (93.9596) Other time (%) = 0.000115395 (0.68467) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:45 2021 Memory usage per processor = 27.515 Mbytes Step Atoms AVEKE stressZZ 1663 5000 2.1804418e-12 633433.14 1664 -0.00675999999999631 633421.043296076 1664 5000 2.1426603e-12 633421.04 Loop time of 0.016207 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:45 2021 Pair time (%) = 0.000769138 (4.74572) Neigh time (%) = 0 (0) Comm time (%) = 5.00679e-05 (0.308928) Outpt time (%) = 0.0152509 (94.1009) Other time (%) = 0.000136852 (0.844403) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:45 2021 Memory usage per processor = 27.515 Mbytes Step Atoms AVEKE stressZZ 1664 5000 2.1426603e-12 633420.23 1665 -0.00675999999999631 633408.214727184 1665 5000 2.1187752e-12 633408.21 Loop time of 0.0165341 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:45 2021 Pair time (%) = 0.000774145 (4.68212) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.217739) Outpt time (%) = 0.015624 (94.496) Other time (%) = 9.98974e-05 (0.60419) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:45 2021 Memory usage per processor = 27.515 Mbytes Step Atoms AVEKE stressZZ 1665 5000 2.1187752e-12 633407.41 1666 -0.00675999999999631 633395.445068733 1666 5000 2.1036196e-12 633395.45 Loop time of 0.016701 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:45 2021 Pair time (%) = 0.000762939 (4.56823) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209853) Outpt time (%) = 0.0158088 (94.658) Other time (%) = 9.41753e-05 (0.563891) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:45 2021 Memory usage per processor = 27.515 Mbytes Step Atoms AVEKE stressZZ 1666 5000 2.1036196e-12 633394.64 1667 -0.00675999999999631 633382.713031228 1667 5000 2.0939704e-12 633382.71 Loop time of 0.016016 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:45 2021 Pair time (%) = 0.000769138 (4.80231) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.218828) Outpt time (%) = 0.0151219 (94.4176) Other time (%) = 8.98838e-05 (0.561212) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:45 2021 Memory usage per processor = 27.515 Mbytes Step Atoms AVEKE stressZZ 1667 5000 2.0939704e-12 633381.91 1668 -0.00675999999999631 633370.005084989 1668 5000 2.0878041e-12 633370.01 Loop time of 0.0169299 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:45 2021 Pair time (%) = 0.000981092 (5.79504) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.212649) Outpt time (%) = 0.0157709 (93.1544) Other time (%) = 0.000141859 (0.837922) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:45 2021 Memory usage per processor = 27.515 Mbytes Step Atoms AVEKE stressZZ 1668 5000 2.0878041e-12 633369.21 1669 -0.00675999999999631 633357.312631687 1669 5000 2.0838444e-12 633357.31 Loop time of 0.0165801 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:45 2021 Pair time (%) = 0.000761986 (4.59578) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211383) Outpt time (%) = 0.0156889 (94.6248) Other time (%) = 9.41753e-05 (0.568002) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:45 2021 Memory usage per processor = 27.515 Mbytes Step Atoms AVEKE stressZZ 1669 5000 2.0838444e-12 633356.51 1670 -0.00675999999999631 633344.630207044 1670 5000 2.0812843e-12 633344.63 Loop time of 0.0176289 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:45 2021 Pair time (%) = 0.000765085 (4.33995) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.198807) Outpt time (%) = 0.0166941 (94.6971) Other time (%) = 0.000134706 (0.764123) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:45 2021 Memory usage per processor = 27.515 Mbytes Step Atoms AVEKE stressZZ 1670 5000 2.0812843e-12 633343.83 1671 -0.00675999999999631 633331.954338412 1671 5000 2.0796126e-12 633331.95 Loop time of 0.016042 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:45 2021 Pair time (%) = 0.000802994 (5.00557) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.23185) Outpt time (%) = 0.0150959 (94.1027) Other time (%) = 0.000105858 (0.65988) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:45 2021 Memory usage per processor = 27.515 Mbytes Step Atoms AVEKE stressZZ 1671 5000 2.0796126e-12 633331.16 1672 -0.00675999999999631 633319.282818845 1672 5000 2.078505e-12 633319.28 Loop time of 0.016747 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:45 2021 Pair time (%) = 0.000810862 (4.84183) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.220666) Outpt time (%) = 0.0157928 (94.3026) Other time (%) = 0.000106335 (0.634948) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:45 2021 Memory usage per processor = 27.515 Mbytes Step Atoms AVEKE stressZZ 1672 5000 2.078505e-12 633318.49 1673 -0.00675999999999631 633306.614245833 1673 5000 2.0777557e-12 633306.61 Loop time of 0.0162859 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:45 2021 Pair time (%) = 0.000884056 (5.42835) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.245945) Outpt time (%) = 0.0152519 (93.6508) Other time (%) = 0.000109911 (0.674884) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:45 2021 Memory usage per processor = 27.515 Mbytes Step Atoms AVEKE stressZZ 1673 5000 2.0777557e-12 633305.82 1674 -0.00675999999999631 633293.947728036 1674 5000 2.077234e-12 633293.95 Loop time of 0.0159221 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:45 2021 Pair time (%) = 0.000762939 (4.79171) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.220119) Outpt time (%) = 0.0150371 (94.4416) Other time (%) = 8.70228e-05 (0.546554) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:45 2021 Memory usage per processor = 27.515 Mbytes Step Atoms AVEKE stressZZ 1674 5000 2.077234e-12 633293.15 1675 -0.00675999999999631 633281.28269898 1675 5000 2.076857e-12 633281.28 Loop time of 0.0160072 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:45 2021 Pair time (%) = 0.000762939 (4.76623) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.212991) Outpt time (%) = 0.0151188 (94.4503) Other time (%) = 9.13143e-05 (0.570458) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:45 2021 Memory usage per processor = 27.515 Mbytes Step Atoms AVEKE stressZZ 1675 5000 2.076857e-12 633280.49 1676 -0.00675999999999631 633268.618798649 1676 5000 2.076572e-12 633268.62 Loop time of 0.0158868 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:45 2021 Pair time (%) = 0.000762224 (4.79785) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.213104) Outpt time (%) = 0.0149989 (94.4113) Other time (%) = 9.17912e-05 (0.577783) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:45 2021 Memory usage per processor = 27.515 Mbytes Step Atoms AVEKE stressZZ 1676 5000 2.076572e-12 633267.82 1677 -0.00675999999999631 633255.955798247 1677 5000 2.0763453e-12 633255.96 Loop time of 0.0166879 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:45 2021 Pair time (%) = 0.00100589 (6.02766) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.221448) Outpt time (%) = 0.015502 (92.8937) Other time (%) = 0.000143051 (0.857216) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:45 2021 Memory usage per processor = 27.515 Mbytes Step Atoms AVEKE stressZZ 1677 5000 2.0763453e-12 633255.16 1678 -0.00675999999999631 633243.293552337 1678 5000 2.0761557e-12 633243.29 Loop time of 0.017097 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:45 2021 Pair time (%) = 0.000766993 (4.48612) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.21057) Outpt time (%) = 0.0161929 (94.712) Other time (%) = 0.000101089 (0.59127) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:45 2021 Memory usage per processor = 27.515 Mbytes Step Atoms AVEKE stressZZ 1678 5000 2.0761557e-12 633242.5 1679 -0.00675999999999631 633230.631968503 1679 5000 2.0759898e-12 633230.63 Loop time of 0.0162451 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:45 2021 Pair time (%) = 0.000765085 (4.70963) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.209871) Outpt time (%) = 0.0153501 (94.4905) Other time (%) = 9.58443e-05 (0.589988) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:45 2021 Memory usage per processor = 27.515 Mbytes Step Atoms AVEKE stressZZ 1679 5000 2.0759898e-12 633229.84 1680 -0.00675999999999631 633217.970987972 1680 5000 2.0758388e-12 633217.97 Loop time of 0.017906 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:45 2021 Pair time (%) = 0.000828981 (4.62964) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.213041) Outpt time (%) = 0.0169289 (94.5435) Other time (%) = 0.000109911 (0.613824) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:45 2021 Memory usage per processor = 27.515 Mbytes Step Atoms AVEKE stressZZ 1680 5000 2.0758388e-12 633217.17 1681 -0.00675999999999631 633205.310573413 1681 5000 2.0756974e-12 633205.31 Loop time of 0.0167069 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:45 2021 Pair time (%) = 0.000844002 (5.0518) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209778) Outpt time (%) = 0.0157311 (94.159) Other time (%) = 9.67979e-05 (0.579388) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:45 2021 Memory usage per processor = 27.515 Mbytes Step Atoms AVEKE stressZZ 1681 5000 2.0756974e-12 633204.51 1682 -0.00675999999999631 633192.650701068 1682 5000 2.075562e-12 633192.65 Loop time of 0.0165801 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:45 2021 Pair time (%) = 0.000762939 (4.60154) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.209945) Outpt time (%) = 0.0156882 (94.6205) Other time (%) = 9.41753e-05 (0.568002) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:45 2021 Memory usage per processor = 27.515 Mbytes Step Atoms AVEKE stressZZ 1682 5000 2.075562e-12 633191.85 1683 -0.00675999999999631 633179.991355828 1683 5000 2.0754305e-12 633179.99 Loop time of 0.0161328 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:45 2021 Pair time (%) = 0.000809908 (5.02025) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.223155) Outpt time (%) = 0.0151689 (94.0251) Other time (%) = 0.000118017 (0.731534) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:45 2021 Memory usage per processor = 27.515 Mbytes Step Atoms AVEKE stressZZ 1683 5000 2.0754305e-12 633179.2 1684 -0.00675999999999631 633167.332528054 1684 5000 2.0753014e-12 633167.33 Loop time of 0.01682 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:45 2021 Pair time (%) = 0.000917912 (5.45728) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208369) Outpt time (%) = 0.015764 (93.722) Other time (%) = 0.000102997 (0.612349) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:45 2021 Memory usage per processor = 27.515 Mbytes Step Atoms AVEKE stressZZ 1684 5000 2.0753014e-12 633166.54 1685 -0.00675999999999631 633154.674211669 1685 5000 2.0751739e-12 633154.67 Loop time of 0.01667 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:45 2021 Pair time (%) = 0.000874043 (5.24321) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.221685) Outpt time (%) = 0.0156589 (93.9344) Other time (%) = 0.000100136 (0.600695) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:45 2021 Memory usage per processor = 27.515 Mbytes Step Atoms AVEKE stressZZ 1685 5000 2.0751739e-12 633153.88 1686 -0.00675999999999631 633142.016402723 1686 5000 2.0750474e-12 633142.02 Loop time of 0.0162539 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:45 2021 Pair time (%) = 0.000764132 (4.70121) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.209757) Outpt time (%) = 0.015327 (94.2969) Other time (%) = 0.000128746 (0.792091) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:45 2021 Memory usage per processor = 27.515 Mbytes Step Atoms AVEKE stressZZ 1686 5000 2.0750474e-12 633141.22 1687 -0.00675999999999631 633129.359098708 1687 5000 2.0749216e-12 633129.36 Loop time of 0.0165598 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:45 2021 Pair time (%) = 0.000966072 (5.83383) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.247635) Outpt time (%) = 0.015424 (93.1411) Other time (%) = 0.000128746 (0.777459) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:45 2021 Memory usage per processor = 27.515 Mbytes Step Atoms AVEKE stressZZ 1687 5000 2.0749216e-12 633128.56 1688 -0.00675999999999631 633116.702298089 1688 5000 2.0747961e-12 633116.7 Loop time of 0.016854 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:45 2021 Pair time (%) = 0.000764132 (4.53382) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207947) Outpt time (%) = 0.01596 (94.6952) Other time (%) = 9.48906e-05 (0.563014) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:45 2021 Memory usage per processor = 27.515 Mbytes Step Atoms AVEKE stressZZ 1688 5000 2.0747961e-12 633115.91 1689 -0.00675999999999631 633104.045999776 1689 5000 2.0746709e-12 633104.05 Loop time of 0.0162599 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:45 2021 Pair time (%) = 0.000762939 (4.69215) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.215546) Outpt time (%) = 0.015367 (94.5087) Other time (%) = 9.48906e-05 (0.583586) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:45 2021 Memory usage per processor = 27.515 Mbytes Step Atoms AVEKE stressZZ 1689 5000 2.0746709e-12 633103.25 1690 -0.00675999999999631 633091.390203145 1690 5000 2.0745459e-12 633091.39 Loop time of 0.0176351 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:45 2021 Pair time (%) = 0.000797033 (4.51958) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.209553) Outpt time (%) = 0.0166941 (94.6638) Other time (%) = 0.00010705 (0.607027) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:45 2021 Memory usage per processor = 27.515 Mbytes Step Atoms AVEKE stressZZ 1690 5000 2.0745459e-12 633090.59 1691 -0.00675999999999631 633078.734907727 1691 5000 2.074421e-12 633078.73 Loop time of 0.0168262 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:45 2021 Pair time (%) = 0.000879049 (5.2243) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208292) Outpt time (%) = 0.0158069 (93.9425) Other time (%) = 0.000105143 (0.624876) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:45 2021 Memory usage per processor = 27.515 Mbytes Step Atoms AVEKE stressZZ 1691 5000 2.074421e-12 633077.94 1692 -0.00675999999999631 633066.080113244 1692 5000 2.0742962e-12 633066.08 Loop time of 0.0167351 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:45 2021 Pair time (%) = 0.000766039 (4.57744) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209426) Outpt time (%) = 0.0158391 (94.6461) Other time (%) = 9.48906e-05 (0.567016) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:45 2021 Memory usage per processor = 27.515 Mbytes Step Atoms AVEKE stressZZ 1692 5000 2.0742962e-12 633065.28 1693 -0.00675999999999631 633053.425819517 1693 5000 2.0741714e-12 633053.43 Loop time of 0.0160451 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:45 2021 Pair time (%) = 0.000789881 (4.92288) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.216946) Outpt time (%) = 0.0151112 (94.1796) Other time (%) = 0.000109196 (0.680555) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:45 2021 Memory usage per processor = 27.515 Mbytes Step Atoms AVEKE stressZZ 1693 5000 2.0741714e-12 633052.63 1694 -0.00675999999999631 633040.772026353 1694 5000 2.0740466e-12 633040.77 Loop time of 0.0169158 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:45 2021 Pair time (%) = 0.0010798 (6.38337) Neigh time (%) = 0 (0) Comm time (%) = 4.50611e-05 (0.266385) Outpt time (%) = 0.0155869 (92.1438) Other time (%) = 0.000204086 (1.20648) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:45 2021 Memory usage per processor = 27.515 Mbytes Step Atoms AVEKE stressZZ 1694 5000 2.0740466e-12 633039.98 1695 -0.00675999999999631 633028.118733681 1695 5000 2.0739219e-12 633028.12 Loop time of 0.0167949 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:45 2021 Pair time (%) = 0.000807047 (4.8053) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.203001) Outpt time (%) = 0.0158589 (94.4267) Other time (%) = 9.48906e-05 (0.564996) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:45 2021 Memory usage per processor = 27.515 Mbytes Step Atoms AVEKE stressZZ 1695 5000 2.0739219e-12 633027.32 1696 -0.00675999999999631 633015.465941415 1696 5000 2.0737972e-12 633015.47 Loop time of 0.016516 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:45 2021 Pair time (%) = 0.000763178 (4.62085) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.212204) Outpt time (%) = 0.015624 (94.5996) Other time (%) = 9.36985e-05 (0.567321) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:45 2021 Memory usage per processor = 27.515 Mbytes Step Atoms AVEKE stressZZ 1696 5000 2.0737972e-12 633014.67 1697 -0.00675999999999631 633002.813649505 1697 5000 2.0736725e-12 633002.81 Loop time of 0.016139 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:45 2021 Pair time (%) = 0.000785112 (4.86468) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.228978) Outpt time (%) = 0.015182 (94.0702) Other time (%) = 0.000134945 (0.83614) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:45 2021 Memory usage per processor = 27.515 Mbytes Step Atoms AVEKE stressZZ 1697 5000 2.0736725e-12 633002.02 1698 -0.00675999999999631 632990.161857874 1698 5000 2.0735479e-12 632990.16 Loop time of 0.0171289 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:45 2021 Pair time (%) = 0.000852108 (4.97467) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.210178) Outpt time (%) = 0.0161428 (94.2431) Other time (%) = 9.799e-05 (0.572073) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:45 2021 Memory usage per processor = 27.515 Mbytes Step Atoms AVEKE stressZZ 1698 5000 2.0735479e-12 632989.37 1699 -0.00675999999999631 632977.510566488 1699 5000 2.0734232e-12 632977.51 Loop time of 0.0169129 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:45 2021 Pair time (%) = 0.0007658 (4.5279) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207223) Outpt time (%) = 0.0160191 (94.7151) Other time (%) = 9.29832e-05 (0.549776) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:45 2021 Memory usage per processor = 27.515 Mbytes Step Atoms AVEKE stressZZ 1699 5000 2.0734232e-12 632976.71 1700 -0.00675999999999631 632964.859775322 1700 5000 2.0732985e-12 632964.86 Loop time of 0.0175021 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:45 2021 Pair time (%) = 0.000763893 (4.36459) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.200248) Outpt time (%) = 0.016608 (94.8916) Other time (%) = 9.5129e-05 (0.54353) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:45 2021 Memory usage per processor = 27.515 Mbytes Step Atoms AVEKE stressZZ 1700 5000 2.0732985e-12 632964.06 1701 -0.00675999999999631 632952.209484297 1701 5000 2.0731739e-12 632952.21 Loop time of 0.0169821 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:45 2021 Pair time (%) = 0.00106597 (6.27703) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.20638) Outpt time (%) = 0.0157449 (92.7149) Other time (%) = 0.000136137 (0.801651) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:45 2021 Memory usage per processor = 27.515 Mbytes Step Atoms AVEKE stressZZ 1701 5000 2.0731739e-12 632951.41 1702 -0.00675999999999631 632939.55969338 1702 5000 2.0730493e-12 632939.56 Loop time of 0.016885 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:45 2021 Pair time (%) = 0.000768185 (4.5495) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.201918) Outpt time (%) = 0.0159941 (94.7233) Other time (%) = 8.86917e-05 (0.525268) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:45 2021 Memory usage per processor = 27.515 Mbytes Step Atoms AVEKE stressZZ 1702 5000 2.0730493e-12 632938.76 1703 -0.00675999999999631 632926.910402562 1703 5000 2.0729247e-12 632926.91 Loop time of 0.016475 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:45 2021 Pair time (%) = 0.000761986 (4.62511) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.212732) Outpt time (%) = 0.0155811 (94.5746) Other time (%) = 9.67979e-05 (0.587546) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:45 2021 Memory usage per processor = 27.515 Mbytes Step Atoms AVEKE stressZZ 1703 5000 2.0729247e-12 632926.11 1704 -0.00675999999999631 632914.261611776 1704 5000 2.0728001e-12 632914.26 Loop time of 0.0164239 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:46 2021 Pair time (%) = 0.000963926 (5.86903) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.232264) Outpt time (%) = 0.0152769 (93.0161) Other time (%) = 0.000144958 (0.882605) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:46 2021 Memory usage per processor = 27.515 Mbytes Step Atoms AVEKE stressZZ 1704 5000 2.0728001e-12 632913.47 1705 -0.00675999999999631 632901.613320999 1705 5000 2.0726755e-12 632901.61 Loop time of 0.016865 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:46 2021 Pair time (%) = 0.000844002 (5.00445) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.213467) Outpt time (%) = 0.015883 (94.177) Other time (%) = 0.000102043 (0.605058) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:46 2021 Memory usage per processor = 27.515 Mbytes Step Atoms AVEKE stressZZ 1705 5000 2.0726755e-12 632900.82 1706 -0.00675999999999631 632888.965530187 1706 5000 2.0725509e-12 632888.97 Loop time of 0.0163782 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:46 2021 Pair time (%) = 0.000761032 (4.64663) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.213989) Outpt time (%) = 0.015487 (94.5586) Other time (%) = 9.5129e-05 (0.580828) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:46 2021 Memory usage per processor = 27.515 Mbytes Step Atoms AVEKE stressZZ 1706 5000 2.0725509e-12 632888.17 1707 -0.00675999999999631 632876.318239326 1707 5000 2.0724263e-12 632876.32 Loop time of 0.016155 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:46 2021 Pair time (%) = 0.000807047 (4.99565) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.236131) Outpt time (%) = 0.0152059 (94.1248) Other time (%) = 0.000103951 (0.643457) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:46 2021 Memory usage per processor = 27.515 Mbytes Step Atoms AVEKE stressZZ 1707 5000 2.0724263e-12 632875.52 1708 -0.00675999999999631 632863.671448336 1708 5000 2.0723018e-12 632863.67 Loop time of 0.016784 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:46 2021 Pair time (%) = 0.000907898 (5.40932) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.214498) Outpt time (%) = 0.0156989 (93.5352) Other time (%) = 0.000141144 (0.840945) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:46 2021 Memory usage per processor = 27.515 Mbytes Step Atoms AVEKE stressZZ 1708 5000 2.0723018e-12 632862.88 1709 -0.00675999999999631 632851.025157218 1709 5000 2.0721772e-12 632851.03 Loop time of 0.0169909 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:46 2021 Pair time (%) = 0.000766993 (4.51414) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.211885) Outpt time (%) = 0.0160961 (94.7337) Other time (%) = 9.17912e-05 (0.540237) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:46 2021 Memory usage per processor = 27.515 Mbytes Step Atoms AVEKE stressZZ 1709 5000 2.0721772e-12 632850.23 1710 -0.00675999999999631 632838.379365898 1710 5000 2.0720527e-12 632838.38 Loop time of 0.017427 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:46 2021 Pair time (%) = 0.000763893 (4.3834) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.199743) Outpt time (%) = 0.0165319 (94.8641) Other time (%) = 9.63211e-05 (0.552713) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:46 2021 Memory usage per processor = 27.515 Mbytes Step Atoms AVEKE stressZZ 1710 5000 2.0720527e-12 632837.58 1711 -0.00675999999999631 632825.734074396 1711 5000 2.0719281e-12 632825.73 Loop time of 0.0165 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:46 2021 Pair time (%) = 0.000952005 (5.76973) Neigh time (%) = 0 (0) Comm time (%) = 4.19617e-05 (0.254313) Outpt time (%) = 0.0153599 (93.0902) Other time (%) = 0.000146151 (0.885761) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:46 2021 Memory usage per processor = 27.515 Mbytes Step Atoms AVEKE stressZZ 1711 5000 2.0719281e-12 632824.94 1712 -0.00675999999999631 632813.089282625 1712 5000 2.0718036e-12 632813.09 Loop time of 0.0168109 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:46 2021 Pair time (%) = 0.000761986 (4.53269) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.207063) Outpt time (%) = 0.015923 (94.7185) Other time (%) = 9.10759e-05 (0.541767) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:46 2021 Memory usage per processor = 27.515 Mbytes Step Atoms AVEKE stressZZ 1712 5000 2.0718036e-12 632812.29 1713 -0.00675999999999631 632800.444990574 1713 5000 2.0716791e-12 632800.44 Loop time of 0.0163319 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:46 2021 Pair time (%) = 0.000763893 (4.6773) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.207296) Outpt time (%) = 0.0154378 (94.5256) Other time (%) = 9.63211e-05 (0.589772) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:46 2021 Memory usage per processor = 27.515 Mbytes Step Atoms AVEKE stressZZ 1713 5000 2.0716791e-12 632799.65 1714 -0.00675999999999631 632787.801198186 1714 5000 2.0715546e-12 632787.8 Loop time of 0.016376 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:46 2021 Pair time (%) = 0.000802994 (4.90347) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.225665) Outpt time (%) = 0.0154309 (94.2288) Other time (%) = 0.000105143 (0.642052) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:46 2021 Memory usage per processor = 27.515 Mbytes Step Atoms AVEKE stressZZ 1714 5000 2.0715546e-12 632787.01 1715 -0.00675999999999631 632775.157905443 1715 5000 2.0714301e-12 632775.16 Loop time of 0.0167809 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:46 2021 Pair time (%) = 0.000765085 (4.55927) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.203171) Outpt time (%) = 0.0158908 (94.6962) Other time (%) = 9.08375e-05 (0.541316) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:46 2021 Memory usage per processor = 27.515 Mbytes Step Atoms AVEKE stressZZ 1715 5000 2.0714301e-12 632774.36 1716 -0.00675999999999631 632762.515112286 1716 5000 2.0713056e-12 632762.52 Loop time of 0.0166769 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:46 2021 Pair time (%) = 0.000763893 (4.58055) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.210156) Outpt time (%) = 0.015784 (94.646) Other time (%) = 9.39369e-05 (0.563276) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:46 2021 Memory usage per processor = 27.515 Mbytes Step Atoms AVEKE stressZZ 1716 5000 2.0713056e-12 632761.72 1717 -0.00675999999999631 632749.872818713 1717 5000 2.0711811e-12 632749.87 Loop time of 0.016463 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:46 2021 Pair time (%) = 0.000808001 (4.90797) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.218679) Outpt time (%) = 0.0154819 (94.0406) Other time (%) = 0.000137091 (0.832718) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:46 2021 Memory usage per processor = 27.515 Mbytes Step Atoms AVEKE stressZZ 1717 5000 2.0711811e-12 632749.08 1718 -0.00675999999999631 632737.231024663 1718 5000 2.0710567e-12 632737.23 Loop time of 0.016799 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:46 2021 Pair time (%) = 0.000772953 (4.60119) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.214306) Outpt time (%) = 0.0158839 (94.5529) Other time (%) = 0.000106096 (0.631564) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:46 2021 Memory usage per processor = 27.515 Mbytes Step Atoms AVEKE stressZZ 1718 5000 2.0710567e-12 632736.44 1719 -0.00675999999999631 632724.589730111 1719 5000 2.0709322e-12 632724.59 Loop time of 0.016093 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:46 2021 Pair time (%) = 0.000865936 (5.38082) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.217781) Outpt time (%) = 0.0151029 (93.8473) Other time (%) = 8.91685e-05 (0.554082) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:46 2021 Memory usage per processor = 27.515 Mbytes Step Atoms AVEKE stressZZ 1719 5000 2.0709322e-12 632723.79 1720 -0.00675999999999631 632711.948935004 1720 5000 2.0708078e-12 632711.95 Loop time of 0.017271 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:46 2021 Pair time (%) = 0.000762939 (4.41745) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.196024) Outpt time (%) = 0.016382 (94.8523) Other time (%) = 9.2268e-05 (0.534235) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:46 2021 Memory usage per processor = 27.515 Mbytes Step Atoms AVEKE stressZZ 1720 5000 2.0708078e-12 632711.15 1721 -0.00675999999999631 632699.308639319 1721 5000 2.0706833e-12 632699.31 Loop time of 0.016082 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:46 2021 Pair time (%) = 0.000760794 (4.7307) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.21793) Outpt time (%) = 0.0152009 (94.5206) Other time (%) = 8.53539e-05 (0.53074) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:46 2021 Memory usage per processor = 27.515 Mbytes Step Atoms AVEKE stressZZ 1721 5000 2.0706833e-12 632698.51 1722 -0.00675999999999631 632686.668843024 1722 5000 2.0705589e-12 632686.67 Loop time of 0.016598 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:46 2021 Pair time (%) = 0.000761986 (4.59083) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211155) Outpt time (%) = 0.0157111 (94.6565) Other time (%) = 8.98838e-05 (0.541534) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:46 2021 Memory usage per processor = 27.515 Mbytes Step Atoms AVEKE stressZZ 1722 5000 2.0705589e-12 632685.87 1723 -0.00675999999999631 632674.029546063 1723 5000 2.0704345e-12 632674.03 Loop time of 0.0163348 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:46 2021 Pair time (%) = 0.000771046 (4.72027) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.220396) Outpt time (%) = 0.015394 (94.2405) Other time (%) = 0.000133753 (0.818823) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:46 2021 Memory usage per processor = 27.515 Mbytes Step Atoms AVEKE stressZZ 1723 5000 2.0704345e-12 632673.23 1724 -0.00675999999999631 632661.390748427 1724 5000 2.0703101e-12 632661.39 Loop time of 0.0168641 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:46 2021 Pair time (%) = 0.00081706 (4.84498) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207824) Outpt time (%) = 0.015883 (94.1823) Other time (%) = 0.000128984 (0.764848) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:46 2021 Memory usage per processor = 27.515 Mbytes Step Atoms AVEKE stressZZ 1724 5000 2.0703101e-12 632660.6 1725 -0.00675999999999631 632648.752450043 1725 5000 2.0701857e-12 632648.75 Loop time of 0.017323 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:46 2021 Pair time (%) = 0.000764132 (4.41108) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.202318) Outpt time (%) = 0.016386 (94.5911) Other time (%) = 0.000137806 (0.795508) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:46 2021 Memory usage per processor = 27.515 Mbytes Step Atoms AVEKE stressZZ 1725 5000 2.0701857e-12 632647.96 1726 -0.00675999999999631 632636.114650911 1726 5000 2.0700613e-12 632636.11 Loop time of 0.0165639 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:46 2021 Pair time (%) = 0.000801086 (4.83634) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.217347) Outpt time (%) = 0.015569 (93.9934) Other time (%) = 0.000157833 (0.952874) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:46 2021 Memory usage per processor = 27.515 Mbytes Step Atoms AVEKE stressZZ 1726 5000 2.0700613e-12 632635.32 1727 -0.00675999999999631 632623.477350982 1727 5000 2.0699369e-12 632623.48 Loop time of 0.016793 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:46 2021 Pair time (%) = 0.000789881 (4.70363) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208703) Outpt time (%) = 0.015866 (94.48) Other time (%) = 0.000102043 (0.607652) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:46 2021 Memory usage per processor = 27.515 Mbytes Step Atoms AVEKE stressZZ 1727 5000 2.0699369e-12 632622.68 1728 -0.00675999999999631 632610.840550222 1728 5000 2.0698125e-12 632610.84 Loop time of 0.016933 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:46 2021 Pair time (%) = 0.00087595 (5.17304) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.199938) Outpt time (%) = 0.0159249 (94.0469) Other time (%) = 9.82285e-05 (0.580102) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:46 2021 Memory usage per processor = 27.515 Mbytes Step Atoms AVEKE stressZZ 1728 5000 2.0698125e-12 632610.05 1729 -0.00675999999999631 632598.204248594 1729 5000 2.0696882e-12 632598.2 Loop time of 0.0160851 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:46 2021 Pair time (%) = 0.000762939 (4.74313) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.217888) Outpt time (%) = 0.0151911 (94.4416) Other time (%) = 9.60827e-05 (0.597338) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:46 2021 Memory usage per processor = 27.515 Mbytes Step Atoms AVEKE stressZZ 1729 5000 2.0696882e-12 632597.41 1730 -0.00675999999999631 632585.568446044 1730 5000 2.0695638e-12 632585.57 Loop time of 0.018079 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:46 2021 Pair time (%) = 0.00105286 (5.82363) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.26507) Outpt time (%) = 0.0168021 (92.9367) Other time (%) = 0.000176191 (0.974561) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:46 2021 Memory usage per processor = 27.515 Mbytes Step Atoms AVEKE stressZZ 1730 5000 2.0695638e-12 632584.77 1731 -0.00675999999999631 632572.933142563 1731 5000 2.0694395e-12 632572.93 Loop time of 0.0170519 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:46 2021 Pair time (%) = 0.000765085 (4.48679) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205534) Outpt time (%) = 0.0161591 (94.7638) Other time (%) = 9.27448e-05 (0.543896) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:46 2021 Memory usage per processor = 27.515 Mbytes Step Atoms AVEKE stressZZ 1731 5000 2.0694395e-12 632572.14 1732 -0.00675999999999631 632560.298338119 1732 5000 2.0693151e-12 632560.3 Loop time of 0.016392 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:46 2021 Pair time (%) = 0.000763893 (4.66016) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.213809) Outpt time (%) = 0.015501 (94.5646) Other time (%) = 9.20296e-05 (0.56143) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:46 2021 Memory usage per processor = 27.515 Mbytes Step Atoms AVEKE stressZZ 1732 5000 2.0693151e-12 632559.5 1733 -0.00675999999999631 632547.664032645 1733 5000 2.0691908e-12 632547.66 Loop time of 0.0160758 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:46 2021 Pair time (%) = 0.000845909 (5.26199) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.229878) Outpt time (%) = 0.01509 (93.8674) Other time (%) = 0.000102997 (0.640693) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:46 2021 Memory usage per processor = 27.515 Mbytes Step Atoms AVEKE stressZZ 1733 5000 2.0691908e-12 632546.87 1734 -0.00675999999999631 632535.030226141 1734 5000 2.0690665e-12 632535.03 Loop time of 0.016798 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:46 2021 Pair time (%) = 0.000838041 (4.98893) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.202964) Outpt time (%) = 0.015795 (94.0289) Other time (%) = 0.000130892 (0.77921) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:46 2021 Memory usage per processor = 27.515 Mbytes Step Atoms AVEKE stressZZ 1734 5000 2.0690665e-12 632534.23 1735 -0.00675999999999631 632522.396918536 1735 5000 2.0689422e-12 632522.4 Loop time of 0.0169382 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:46 2021 Pair time (%) = 0.000761032 (4.49299) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.205506) Outpt time (%) = 0.0160069 (94.502) Other time (%) = 0.000135422 (0.799505) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:46 2021 Memory usage per processor = 27.515 Mbytes Step Atoms AVEKE stressZZ 1735 5000 2.0689422e-12 632521.6 1736 -0.00675999999999631 632509.764109796 1736 5000 2.0688179e-12 632509.76 Loop time of 0.016175 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:46 2021 Pair time (%) = 0.000809908 (5.00715) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.216677) Outpt time (%) = 0.015233 (94.1763) Other time (%) = 9.70364e-05 (0.599915) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:46 2021 Memory usage per processor = 27.515 Mbytes Step Atoms AVEKE stressZZ 1736 5000 2.0688179e-12 632508.97 1737 -0.00675999999999631 632497.131799924 1737 5000 2.0686936e-12 632497.13 Loop time of 0.0167129 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:46 2021 Pair time (%) = 0.000805855 (4.82175) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.21541) Outpt time (%) = 0.0157709 (94.3637) Other time (%) = 0.000100136 (0.599153) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:46 2021 Memory usage per processor = 27.515 Mbytes Step Atoms AVEKE stressZZ 1737 5000 2.0686936e-12 632496.34 1738 -0.00675999999999631 632484.499988861 1738 5000 2.0685694e-12 632484.5 Loop time of 0.0170541 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:46 2021 Pair time (%) = 0.000814199 (4.77422) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205508) Outpt time (%) = 0.0161109 (94.4695) Other time (%) = 9.39369e-05 (0.550818) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:46 2021 Memory usage per processor = 27.515 Mbytes Step Atoms AVEKE stressZZ 1738 5000 2.0685694e-12 632483.7 1739 -0.00675999999999631 632471.868676561 1739 5000 2.0684451e-12 632471.87 Loop time of 0.0161281 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:46 2021 Pair time (%) = 0.000766993 (4.75564) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.217308) Outpt time (%) = 0.0152302 (94.4328) Other time (%) = 9.58443e-05 (0.59427) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:46 2021 Memory usage per processor = 27.515 Mbytes Step Atoms AVEKE stressZZ 1739 5000 2.0684451e-12 632471.07 1740 -0.00675999999999631 632459.23786301 1740 5000 2.0683209e-12 632459.24 Loop time of 0.0177162 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:46 2021 Pair time (%) = 0.000879049 (4.96185) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.226089) Outpt time (%) = 0.016655 (94.01) Other time (%) = 0.000142097 (0.802078) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:46 2021 Memory usage per processor = 27.515 Mbytes Step Atoms AVEKE stressZZ 1740 5000 2.0683209e-12 632458.44 1741 -0.00675999999999631 632446.607548153 1741 5000 2.0681966e-12 632446.61 Loop time of 0.016896 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:46 2021 Pair time (%) = 0.000807047 (4.77655) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207431) Outpt time (%) = 0.0159631 (94.4784) Other time (%) = 9.08375e-05 (0.537627) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:46 2021 Memory usage per processor = 27.515 Mbytes Step Atoms AVEKE stressZZ 1741 5000 2.0681966e-12 632445.81 1742 -0.00675999999999631 632433.977731951 1742 5000 2.0680724e-12 632433.98 Loop time of 0.016963 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:46 2021 Pair time (%) = 0.000827074 (4.87575) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206612) Outpt time (%) = 0.01599 (94.2641) Other time (%) = 0.000110865 (0.653567) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:46 2021 Memory usage per processor = 27.515 Mbytes Step Atoms AVEKE stressZZ 1742 5000 2.0680724e-12 632433.18 1743 -0.00675999999999631 632421.34841438 1743 5000 2.0679482e-12 632421.35 Loop time of 0.01635 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:46 2021 Pair time (%) = 0.000766993 (4.69108) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.22019) Outpt time (%) = 0.0154519 (94.5069) Other time (%) = 9.5129e-05 (0.581828) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:46 2021 Memory usage per processor = 27.515 Mbytes Step Atoms AVEKE stressZZ 1743 5000 2.0679482e-12 632420.55 1744 -0.00675999999999631 632408.719595407 1744 5000 2.0678239e-12 632408.72 Loop time of 0.016737 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:46 2021 Pair time (%) = 0.000800848 (4.7849) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.220798) Outpt time (%) = 0.0158 (94.4017) Other time (%) = 9.91821e-05 (0.592593) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:46 2021 Memory usage per processor = 27.515 Mbytes Step Atoms AVEKE stressZZ 1744 5000 2.0678239e-12 632407.92 1745 -0.00675999999999631 632396.091275008 1745 5000 2.0676997e-12 632396.09 Loop time of 0.0167851 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:46 2021 Pair time (%) = 0.000766039 (4.56379) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208801) Outpt time (%) = 0.0158911 (94.6734) Other time (%) = 9.29832e-05 (0.553962) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:46 2021 Memory usage per processor = 27.515 Mbytes Step Atoms AVEKE stressZZ 1745 5000 2.0676997e-12 632395.3 1746 -0.00675999999999631 632383.463453116 1746 5000 2.0675755e-12 632383.46 Loop time of 0.0161529 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:46 2021 Pair time (%) = 0.000803947 (4.97712) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.216974) Outpt time (%) = 0.0152199 (94.2244) Other time (%) = 9.39369e-05 (0.58155) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:46 2021 Memory usage per processor = 27.515 Mbytes Step Atoms AVEKE stressZZ 1746 5000 2.0675755e-12 632382.67 1747 -0.00675999999999631 632370.836129717 1747 5000 2.0674514e-12 632370.84 Loop time of 0.016454 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:46 2021 Pair time (%) = 0.000905991 (5.50621) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.237636) Outpt time (%) = 0.0153499 (93.2897) Other time (%) = 0.000159025 (0.966485) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:46 2021 Memory usage per processor = 27.515 Mbytes Step Atoms AVEKE stressZZ 1747 5000 2.0674514e-12 632370.04 1748 -0.00675999999999631 632358.209304775 1748 5000 2.0673272e-12 632358.21 Loop time of 0.016835 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:47 2021 Pair time (%) = 0.000799894 (4.75138) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.201102) Outpt time (%) = 0.015872 (94.2799) Other time (%) = 0.000129223 (0.767586) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:47 2021 Memory usage per processor = 27.515 Mbytes Step Atoms AVEKE stressZZ 1748 5000 2.0673272e-12 632357.41 1749 -0.00675999999999631 632345.582978243 1749 5000 2.067203e-12 632345.58 Loop time of 0.0163379 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:47 2021 Pair time (%) = 0.000762939 (4.66976) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.214517) Outpt time (%) = 0.0154459 (94.5408) Other time (%) = 9.39369e-05 (0.574964) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:47 2021 Memory usage per processor = 27.515 Mbytes Step Atoms AVEKE stressZZ 1749 5000 2.067203e-12 632344.79 1750 -0.00675999999999631 632332.9571501 1750 5000 2.0670789e-12 632332.96 Loop time of 0.0176871 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:47 2021 Pair time (%) = 0.000785112 (4.4389) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.208937) Outpt time (%) = 0.016747 (94.6849) Other time (%) = 0.000118017 (0.667251) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:47 2021 Memory usage per processor = 27.515 Mbytes Step Atoms AVEKE stressZZ 1750 5000 2.0670789e-12 632332.16 1751 -0.00675999999999631 632320.331820289 1751 5000 2.0669547e-12 632320.33 Loop time of 0.016783 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:47 2021 Pair time (%) = 0.000834942 (4.97493) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.203145) Outpt time (%) = 0.0157862 (94.0605) Other time (%) = 0.000127792 (0.761439) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:47 2021 Memory usage per processor = 27.515 Mbytes Step Atoms AVEKE stressZZ 1751 5000 2.0669547e-12 632319.54 1752 -0.00675999999999631 632307.706988805 1752 5000 2.0668306e-12 632307.71 Loop time of 0.017091 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:47 2021 Pair time (%) = 0.000761986 (4.45839) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205064) Outpt time (%) = 0.0161991 (94.7813) Other time (%) = 9.48906e-05 (0.555207) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:47 2021 Memory usage per processor = 27.515 Mbytes Step Atoms AVEKE stressZZ 1752 5000 2.0668306e-12 632306.91 1753 -0.00675999999999631 632295.082655592 1753 5000 2.0667065e-12 632295.08 Loop time of 0.016314 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:47 2021 Pair time (%) = 0.000948191 (5.81212) Neigh time (%) = 0 (0) Comm time (%) = 4.88758e-05 (0.299594) Outpt time (%) = 0.0151651 (92.9574) Other time (%) = 0.000151873 (0.930933) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:47 2021 Memory usage per processor = 27.515 Mbytes Step Atoms AVEKE stressZZ 1753 5000 2.0667065e-12 632294.29 1754 -0.00675999999999631 632282.458820614 1754 5000 2.0665823e-12 632282.46 Loop time of 0.0167048 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:47 2021 Pair time (%) = 0.001122 (6.71662) Neigh time (%) = 0 (0) Comm time (%) = 5.6982e-05 (0.341112) Outpt time (%) = 0.0153749 (92.0388) Other time (%) = 0.000150919 (0.903447) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:47 2021 Memory usage per processor = 27.515 Mbytes Step Atoms AVEKE stressZZ 1754 5000 2.0665823e-12 632281.66 1755 -0.00675999999999631 632269.835483857 1755 5000 2.0664582e-12 632269.84 Loop time of 0.016777 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:47 2021 Pair time (%) = 0.000761986 (4.54184) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208902) Outpt time (%) = 0.015887 (94.695) Other time (%) = 9.29832e-05 (0.554229) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:47 2021 Memory usage per processor = 27.515 Mbytes Step Atoms AVEKE stressZZ 1755 5000 2.0664582e-12 632269.04 1756 -0.00675999999999631 632257.212645237 1756 5000 2.0663341e-12 632257.21 Loop time of 0.0163591 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:47 2021 Pair time (%) = 0.000766993 (4.68848) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.206952) Outpt time (%) = 0.0154302 (94.3219) Other time (%) = 0.000128031 (0.782628) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:47 2021 Memory usage per processor = 27.515 Mbytes Step Atoms AVEKE stressZZ 1756 5000 2.0663341e-12 632256.42 1757 -0.00675999999999631 632244.590304766 1757 5000 2.0662101e-12 632244.59 Loop time of 0.016438 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:47 2021 Pair time (%) = 0.000784874 (4.77475) Neigh time (%) = 0 (0) Comm time (%) = 5.00679e-05 (0.304586) Outpt time (%) = 0.015451 (93.9953) Other time (%) = 0.000152111 (0.925362) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:47 2021 Memory usage per processor = 27.515 Mbytes Step Atoms AVEKE stressZZ 1757 5000 2.0662101e-12 632243.8 1758 -0.00675999999999631 632229.57095865 1758 5000 4.0822282e-12 632250.26 Loop time of 0.0166509 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:47 2021 Pair time (%) = 0.000882149 (5.2979) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.210484) Outpt time (%) = 0.015599 (93.6826) Other time (%) = 0.000134706 (0.809004) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:47 2021 Memory usage per processor = 27.515 Mbytes Step Atoms AVEKE stressZZ 1758 5000 4.0822282e-12 652601.09 1759 -0.00679249999999629 652585.276775633 1759 5000 3.3173297e-12 652585.28 Loop time of 0.016834 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:47 2021 Pair time (%) = 0.000764847 (4.54346) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.206778) Outpt time (%) = 0.01594 (94.6889) Other time (%) = 9.44138e-05 (0.560851) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:47 2021 Memory usage per processor = 27.515 Mbytes Step Atoms AVEKE stressZZ 1759 5000 3.3173297e-12 652584.19 1760 -0.00679249999999629 652569.683184328 1760 5000 2.8723944e-12 652569.68 Loop time of 0.017514 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:47 2021 Pair time (%) = 0.000776052 (4.43104) Neigh time (%) = 0 (0) Comm time (%) = 7.00951e-05 (0.400223) Outpt time (%) = 0.016566 (94.5875) Other time (%) = 0.000101805 (0.581277) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:47 2021 Memory usage per processor = 27.5152 Mbytes Step Atoms AVEKE stressZZ 1760 5000 2.8723944e-12 652568.69 1761 -0.00679249999999629 652555.00718001 1761 5000 2.6062324e-12 652555.01 Loop time of 0.016896 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:47 2021 Pair time (%) = 0.00100517 (5.94917) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.213075) Outpt time (%) = 0.015723 (93.0574) Other time (%) = 0.000131845 (0.780335) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:47 2021 Memory usage per processor = 27.5152 Mbytes Step Atoms AVEKE stressZZ 1761 5000 2.6062324e-12 652554.07 1762 -0.00679249999999629 652540.914500017 1762 5000 2.4437601e-12 652540.91 Loop time of 0.0171859 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:47 2021 Pair time (%) = 0.000846863 (4.92765) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.203932) Outpt time (%) = 0.016202 (94.2747) Other time (%) = 0.000102043 (0.59376) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:47 2021 Memory usage per processor = 27.5152 Mbytes Step Atoms AVEKE stressZZ 1762 5000 2.4437601e-12 652540.01 1763 -0.00679249999999629 652527.192717682 1763 5000 2.3431758e-12 652527.19 Loop time of 0.016886 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:47 2021 Pair time (%) = 0.000766039 (4.53653) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207554) Outpt time (%) = 0.015991 (94.6996) Other time (%) = 9.39369e-05 (0.556301) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:47 2021 Memory usage per processor = 27.5152 Mbytes Step Atoms AVEKE stressZZ 1763 5000 2.3431758e-12 652526.32 1764 -0.00679249999999629 652513.706833983 1764 5000 2.2803031e-12 652513.71 Loop time of 0.016434 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:47 2021 Pair time (%) = 0.000897884 (5.46359) Neigh time (%) = 0 (0) Comm time (%) = 3.98159e-05 (0.242278) Outpt time (%) = 0.015377 (93.5687) Other time (%) = 0.000119209 (0.725384) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:47 2021 Memory usage per processor = 27.5152 Mbytes Step Atoms AVEKE stressZZ 1764 5000 2.2803031e-12 652512.84 1765 -0.00679249999999629 652500.371055693 1765 5000 2.2407424e-12 652500.37 Loop time of 0.0159659 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:47 2021 Pair time (%) = 0.000764847 (4.79049) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.219514) Outpt time (%) = 0.0150728 (94.4061) Other time (%) = 9.32217e-05 (0.583878) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:47 2021 Memory usage per processor = 27.5152 Mbytes Step Atoms AVEKE stressZZ 1765 5000 2.2407424e-12 652499.52 1766 -0.00679249999999629 652487.13086028 1766 5000 2.2157326e-12 652487.13 Loop time of 0.016012 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:47 2021 Pair time (%) = 0.000770092 (4.80948) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.211439) Outpt time (%) = 0.0151172 (94.4118) Other time (%) = 9.08375e-05 (0.56731) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:47 2021 Memory usage per processor = 27.5152 Mbytes Step Atoms AVEKE stressZZ 1766 5000 2.2157326e-12 652486.28 1767 -0.00679249999999629 652473.951598145 1767 5000 2.1998632e-12 652473.95 Loop time of 0.015873 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:47 2021 Pair time (%) = 0.000766993 (4.83207) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.21329) Outpt time (%) = 0.014987 (94.4184) Other time (%) = 8.51154e-05 (0.536229) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:47 2021 Memory usage per processor = 27.5152 Mbytes Step Atoms AVEKE stressZZ 1767 5000 2.1998632e-12 652473.11 1768 -0.00679249999999629 652460.811249084 1768 5000 2.1897596e-12 652460.81 Loop time of 0.01666 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:47 2021 Pair time (%) = 0.000805855 (4.83707) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.228974) Outpt time (%) = 0.0156829 (94.1354) Other time (%) = 0.000133038 (0.798546) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:47 2021 Memory usage per processor = 27.5152 Mbytes Step Atoms AVEKE stressZZ 1768 5000 2.1897596e-12 652459.97 1769 -0.00679249999999629 652447.695818979 1769 5000 2.1833027e-12 652447.7 Loop time of 0.0166109 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:47 2021 Pair time (%) = 0.000775099 (4.66622) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.216733) Outpt time (%) = 0.0157011 (94.5228) Other time (%) = 9.87053e-05 (0.594221) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:47 2021 Memory usage per processor = 27.5152 Mbytes Step Atoms AVEKE stressZZ 1769 5000 2.1833027e-12 652446.86 1770 -0.00679249999999629 652434.596414412 1770 5000 2.1791563e-12 652434.6 Loop time of 0.017668 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:47 2021 Pair time (%) = 0.000767946 (4.34654) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.197018) Outpt time (%) = 0.0167701 (94.918) Other time (%) = 9.5129e-05 (0.538425) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:47 2021 Memory usage per processor = 27.5152 Mbytes Step Atoms AVEKE stressZZ 1770 5000 2.1791563e-12 652433.76 1771 -0.00679249999999629 652421.507383524 1771 5000 2.1764753e-12 652421.51 Loop time of 0.0162282 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:47 2021 Pair time (%) = 0.000856876 (5.28017) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.246819) Outpt time (%) = 0.0152111 (93.7326) Other time (%) = 0.000120163 (0.740458) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:47 2021 Memory usage per processor = 27.5152 Mbytes Step Atoms AVEKE stressZZ 1771 5000 2.1764753e-12 652420.67 1772 -0.00679249999999629 652408.425134478 1772 5000 2.1747245e-12 652408.43 Loop time of 0.0168769 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:47 2021 Pair time (%) = 0.000765085 (4.53332) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.202014) Outpt time (%) = 0.015986 (94.7208) Other time (%) = 9.17912e-05 (0.543885) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:47 2021 Memory usage per processor = 27.5152 Mbytes Step Atoms AVEKE stressZZ 1772 5000 2.1747245e-12 652407.59 1773 -0.00679249999999629 652395.347384595 1773 5000 2.1735644e-12 652395.35 Loop time of 0.016932 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:47 2021 Pair time (%) = 0.000766039 (4.52421) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.20699) Outpt time (%) = 0.0159991 (94.4901) Other time (%) = 0.000131845 (0.778676) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:47 2021 Memory usage per processor = 27.5152 Mbytes Step Atoms AVEKE stressZZ 1773 5000 2.1735644e-12 652394.51 1774 -0.00679249999999629 652382.272683213 1774 5000 2.1727795e-12 652382.27 Loop time of 0.0161672 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:47 2021 Pair time (%) = 0.000769138 (4.75741) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.222681) Outpt time (%) = 0.0152631 (94.4079) Other time (%) = 9.89437e-05 (0.612004) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:47 2021 Memory usage per processor = 27.5152 Mbytes Step Atoms AVEKE stressZZ 1774 5000 2.1727795e-12 652381.44 1775 -0.00679249999999629 652369.200108364 1775 5000 2.1722329e-12 652369.2 Loop time of 0.016551 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:47 2021 Pair time (%) = 0.000792027 (4.78536) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211755) Outpt time (%) = 0.015626 (94.4108) Other time (%) = 9.799e-05 (0.592048) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:47 2021 Memory usage per processor = 27.5152 Mbytes Step Atoms AVEKE stressZZ 1775 5000 2.1722329e-12 652368.36 1776 -0.00679249999999629 652356.129074164 1776 5000 2.1718378e-12 652356.13 Loop time of 0.0168719 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:47 2021 Pair time (%) = 0.000765085 (4.53466) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207727) Outpt time (%) = 0.0159781 (94.7023) Other time (%) = 9.36985e-05 (0.555351) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:47 2021 Memory usage per processor = 27.5152 Mbytes Step Atoms AVEKE stressZZ 1776 5000 2.1718378e-12 652355.29 1777 -0.00679249999999629 652343.059208232 1777 5000 2.1715389e-12 652343.06 Loop time of 0.016125 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:47 2021 Pair time (%) = 0.000764847 (4.74325) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.21735) Outpt time (%) = 0.015228 (94.4376) Other time (%) = 9.70364e-05 (0.601777) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:47 2021 Memory usage per processor = 27.5152 Mbytes Step Atoms AVEKE stressZZ 1777 5000 2.1715389e-12 652342.22 1778 -0.00679249999999629 652329.990273901 1778 5000 2.1713011e-12 652329.99 Loop time of 0.0167122 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:47 2021 Pair time (%) = 0.000912189 (5.45823) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.215419) Outpt time (%) = 0.0156569 (93.6858) Other time (%) = 0.00010705 (0.64055) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:47 2021 Memory usage per processor = 27.5152 Mbytes Step Atoms AVEKE stressZZ 1778 5000 2.1713011e-12 652329.15 1779 -0.00679249999999629 652316.922120786 1779 5000 2.1711023e-12 652316.92 Loop time of 0.0167141 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:47 2021 Pair time (%) = 0.0007689 (4.60031) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.202556) Outpt time (%) = 0.0157909 (94.4768) Other time (%) = 0.000120401 (0.720358) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:47 2021 Memory usage per processor = 27.5152 Mbytes Step Atoms AVEKE stressZZ 1779 5000 2.1711023e-12 652316.08 1780 -0.00679249999999629 652303.854653267 1780 5000 2.1709281e-12 652303.85 Loop time of 0.0174651 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:47 2021 Pair time (%) = 0.000767946 (4.39703) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.200672) Outpt time (%) = 0.016572 (94.8863) Other time (%) = 9.01222e-05 (0.516013) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:47 2021 Memory usage per processor = 27.5152 Mbytes Step Atoms AVEKE stressZZ 1780 5000 2.1709281e-12 652303.02 1781 -0.00679249999999629 652290.78781058 1781 5000 2.1707696e-12 652290.79 Loop time of 0.0164161 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:47 2021 Pair time (%) = 0.000957966 (5.83554) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.243995) Outpt time (%) = 0.0153019 (93.2132) Other time (%) = 0.00011611 (0.707294) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:47 2021 Memory usage per processor = 27.5152 Mbytes Step Atoms AVEKE stressZZ 1781 5000 2.1707696e-12 652289.95 1782 -0.00679249999999629 652277.721554057 1782 5000 2.1706212e-12 652277.72 Loop time of 0.01688 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:47 2021 Pair time (%) = 0.000768185 (4.55085) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207627) Outpt time (%) = 0.0159841 (94.6921) Other time (%) = 9.27448e-05 (0.549435) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:47 2021 Memory usage per processor = 27.5152 Mbytes Step Atoms AVEKE stressZZ 1782 5000 2.1706212e-12 652276.88 1783 -0.00679249999999629 652264.655859144 1783 5000 2.170479e-12 652264.66 Loop time of 0.016649 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:47 2021 Pair time (%) = 0.0007689 (4.61829) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.203348) Outpt time (%) = 0.0157521 (94.6127) Other time (%) = 9.41753e-05 (0.565651) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:47 2021 Memory usage per processor = 27.5152 Mbytes Step Atoms AVEKE stressZZ 1783 5000 2.170479e-12 652263.82 1784 -0.00679249999999629 652251.590710237 1784 5000 2.1703409e-12 652251.59 Loop time of 0.016099 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:47 2021 Pair time (%) = 0.0008111 (5.03821) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.229548) Outpt time (%) = 0.015147 (94.0865) Other time (%) = 0.000103951 (0.645696) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:47 2021 Memory usage per processor = 27.5152 Mbytes Step Atoms AVEKE stressZZ 1784 5000 2.1703409e-12 652250.75 1785 -0.00679249999999629 652238.526097374 1785 5000 2.1702054e-12 652238.53 Loop time of 0.01682 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:47 2021 Pair time (%) = 0.000785112 (4.66774) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208369) Outpt time (%) = 0.0159042 (94.5555) Other time (%) = 9.56059e-05 (0.568407) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:47 2021 Memory usage per processor = 27.5152 Mbytes Step Atoms AVEKE stressZZ 1785 5000 2.1702054e-12 652237.69 1786 -0.00679249999999629 652225.462014245 1786 5000 2.1700715e-12 652225.46 Loop time of 0.016669 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:47 2021 Pair time (%) = 0.000807047 (4.84159) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.210255) Outpt time (%) = 0.015734 (94.3903) Other time (%) = 9.29832e-05 (0.55782) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:47 2021 Memory usage per processor = 27.5152 Mbytes Step Atoms AVEKE stressZZ 1786 5000 2.1700715e-12 652224.62 1787 -0.00679249999999629 652212.398456772 1787 5000 2.1699387e-12 652212.4 Loop time of 0.0161891 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:47 2021 Pair time (%) = 0.000766993 (4.73771) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.216488) Outpt time (%) = 0.015286 (94.4214) Other time (%) = 0.000101089 (0.624429) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:47 2021 Memory usage per processor = 27.5152 Mbytes Step Atoms AVEKE stressZZ 1787 5000 2.1699387e-12 652211.56 1788 -0.00679249999999629 652199.335422408 1788 5000 2.1698065e-12 652199.34 Loop time of 0.0169201 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:47 2021 Pair time (%) = 0.00102115 (6.03511) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.212772) Outpt time (%) = 0.0157549 (93.1138) Other time (%) = 0.000108004 (0.638316) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:47 2021 Memory usage per processor = 27.5152 Mbytes Step Atoms AVEKE stressZZ 1788 5000 2.1698065e-12 652198.5 1789 -0.00679249999999629 652186.272909466 1789 5000 2.1696747e-12 652186.27 Loop time of 0.016628 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:47 2021 Pair time (%) = 0.000766993 (4.61265) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.210774) Outpt time (%) = 0.0157309 (94.6045) Other time (%) = 9.5129e-05 (0.5721) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:47 2021 Memory usage per processor = 27.5152 Mbytes Step Atoms AVEKE stressZZ 1789 5000 2.1696747e-12 652185.44 1790 -0.00679249999999629 652173.2109169 1790 5000 2.1695433e-12 652173.21 Loop time of 0.0175681 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:47 2021 Pair time (%) = 0.000767946 (4.37125) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.204924) Outpt time (%) = 0.016675 (94.9163) Other time (%) = 8.91685e-05 (0.507559) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:47 2021 Memory usage per processor = 27.5152 Mbytes Step Atoms AVEKE stressZZ 1790 5000 2.1695433e-12 652172.37 1791 -0.00679249999999629 652160.149444009 1791 5000 2.169412e-12 652160.15 Loop time of 0.0161891 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:47 2021 Pair time (%) = 0.000802994 (4.96009) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.229743) Outpt time (%) = 0.0152471 (94.1813) Other time (%) = 0.000101805 (0.628847) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:47 2021 Memory usage per processor = 27.5152 Mbytes Step Atoms AVEKE stressZZ 1791 5000 2.169412e-12 652159.31 1792 -0.00679249999999629 652147.088490348 1792 5000 2.1692808e-12 652147.09 Loop time of 0.0170238 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:47 2021 Pair time (%) = 0.000766039 (4.49981) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.204473) Outpt time (%) = 0.0161319 (94.7607) Other time (%) = 9.10759e-05 (0.534992) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:47 2021 Memory usage per processor = 27.5152 Mbytes Step Atoms AVEKE stressZZ 1792 5000 2.1692808e-12 652146.25 1793 -0.00679249999999629 652134.028055631 1793 5000 2.1691497e-12 652134.03 Loop time of 0.016711 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:48 2021 Pair time (%) = 0.000765085 (4.57833) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209727) Outpt time (%) = 0.0158181 (94.6569) Other time (%) = 9.27448e-05 (0.554993) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:48 2021 Memory usage per processor = 27.5152 Mbytes Step Atoms AVEKE stressZZ 1793 5000 2.1691497e-12 652133.19 1794 -0.00679249999999629 652120.968139629 1794 5000 2.1690186e-12 652120.97 Loop time of 0.016144 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:48 2021 Pair time (%) = 0.000778913 (4.82478) Neigh time (%) = 0 (0) Comm time (%) = 5.00679e-05 (0.310132) Outpt time (%) = 0.0151591 (93.8993) Other time (%) = 0.000155926 (0.965841) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:48 2021 Memory usage per processor = 27.5152 Mbytes Step Atoms AVEKE stressZZ 1794 5000 2.1690186e-12 652120.13 1795 -0.00679249999999629 652107.908742195 1795 5000 2.1688876e-12 652107.91 Loop time of 0.016721 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:48 2021 Pair time (%) = 0.000784874 (4.69394) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209602) Outpt time (%) = 0.0158041 (94.5161) Other time (%) = 9.70364e-05 (0.580326) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:48 2021 Memory usage per processor = 27.5152 Mbytes Step Atoms AVEKE stressZZ 1795 5000 2.1688876e-12 652107.07 1796 -0.00679249999999629 652094.849863227 1796 5000 2.1687567e-12 652094.85 Loop time of 0.0165749 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:48 2021 Pair time (%) = 0.000763893 (4.60875) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.205696) Outpt time (%) = 0.0156829 (94.6188) Other time (%) = 9.39369e-05 (0.566743) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:48 2021 Memory usage per processor = 27.5152 Mbytes Step Atoms AVEKE stressZZ 1796 5000 2.1687567e-12 652094.01 1797 -0.00679249999999629 652081.791502649 1797 5000 2.1686257e-12 652081.79 Loop time of 0.0160859 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:48 2021 Pair time (%) = 0.00082016 (5.09864) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.223806) Outpt time (%) = 0.0151329 (94.0758) Other time (%) = 9.67979e-05 (0.601758) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:48 2021 Memory usage per processor = 27.5152 Mbytes Step Atoms AVEKE stressZZ 1797 5000 2.1686257e-12 652080.95 1798 -0.00679249999999629 652068.733660388 1798 5000 2.1684948e-12 652068.73 Loop time of 0.0167842 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:48 2021 Pair time (%) = 0.00105286 (6.27291) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.279837) Outpt time (%) = 0.015516 (92.4444) Other time (%) = 0.000168324 (1.00287) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:48 2021 Memory usage per processor = 27.5152 Mbytes Step Atoms AVEKE stressZZ 1798 5000 2.1684948e-12 652067.9 1799 -0.00679249999999629 652055.676336386 1799 5000 2.1683638e-12 652055.68 Loop time of 0.0168791 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:48 2021 Pair time (%) = 0.000769854 (4.56099) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.206226) Outpt time (%) = 0.01595 (94.4955) Other time (%) = 0.000124454 (0.73733) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:48 2021 Memory usage per processor = 27.5152 Mbytes Step Atoms AVEKE stressZZ 1799 5000 2.1683638e-12 652054.84 1800 -0.00679249999999629 652042.619530596 1800 5000 2.1682329e-12 652042.62 Loop time of 0.018471 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:48 2021 Pair time (%) = 0.000808954 (4.37959) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.188453) Outpt time (%) = 0.0175321 (94.9169) Other time (%) = 9.5129e-05 (0.515018) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:48 2021 Memory usage per processor = 27.5152 Mbytes Step Atoms AVEKE stressZZ 1800 5000 2.1682329e-12 652041.78 1801 -0.00679249999999629 652029.563242989 1801 5000 2.168102e-12 652029.56 Loop time of 0.0160961 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:48 2021 Pair time (%) = 0.000807047 (5.01392) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.223664) Outpt time (%) = 0.0151501 (94.1225) Other time (%) = 0.000102997 (0.639886) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:48 2021 Memory usage per processor = 27.5152 Mbytes Step Atoms AVEKE stressZZ 1801 5000 2.168102e-12 652028.73 1802 -0.00679249999999629 652016.507473501 1802 5000 2.1679711e-12 652016.51 Loop time of 0.016712 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:48 2021 Pair time (%) = 0.000810146 (4.84771) Neigh time (%) = 0 (0) Comm time (%) = 7.20024e-05 (0.430844) Outpt time (%) = 0.0156808 (93.8298) Other time (%) = 0.000149012 (0.891647) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:48 2021 Memory usage per processor = 27.5152 Mbytes Step Atoms AVEKE stressZZ 1802 5000 2.1679711e-12 652015.67 1803 -0.00679249999999629 652003.452222108 1803 5000 2.1678402e-12 652003.45 Loop time of 0.0168018 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:48 2021 Pair time (%) = 0.000763893 (4.54649) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208593) Outpt time (%) = 0.015908 (94.6802) Other time (%) = 9.48906e-05 (0.564763) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:48 2021 Memory usage per processor = 27.5152 Mbytes Step Atoms AVEKE stressZZ 1803 5000 2.1678402e-12 652002.62 1804 -0.00679249999999629 651990.397488747 1804 5000 2.1677094e-12 651990.4 Loop time of 0.0160499 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:48 2021 Pair time (%) = 0.000766039 (4.77287) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.218367) Outpt time (%) = 0.0151551 (94.425) Other time (%) = 9.36985e-05 (0.583796) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:48 2021 Memory usage per processor = 27.5152 Mbytes Step Atoms AVEKE stressZZ 1804 5000 2.1677094e-12 651989.56 1805 -0.00679249999999629 651977.343273414 1805 5000 2.1675785e-12 651977.34 Loop time of 0.0168791 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:48 2021 Pair time (%) = 0.00100493 (5.95373) Neigh time (%) = 0 (0) Comm time (%) = 5.6982e-05 (0.33759) Outpt time (%) = 0.0156481 (92.7072) Other time (%) = 0.000169039 (1.00147) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:48 2021 Memory usage per processor = 27.5152 Mbytes Step Atoms AVEKE stressZZ 1805 5000 2.1675785e-12 651976.51 1806 -0.00679249999999629 651964.289576038 1806 5000 2.1674477e-12 651964.29 Loop time of 0.0168781 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:48 2021 Pair time (%) = 0.0008111 (4.80563) Neigh time (%) = 0 (0) Comm time (%) = 6.79493e-05 (0.402588) Outpt time (%) = 0.0158591 (93.9626) Other time (%) = 0.000139952 (0.82919) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:48 2021 Memory usage per processor = 27.5152 Mbytes Step Atoms AVEKE stressZZ 1806 5000 2.1674477e-12 651963.45 1807 -0.00679249999999629 651951.236396579 1807 5000 2.1673168e-12 651951.24 Loop time of 0.0165601 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:48 2021 Pair time (%) = 0.000770807 (4.65461) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.210199) Outpt time (%) = 0.0156591 (94.5593) Other time (%) = 9.53674e-05 (0.575888) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:48 2021 Memory usage per processor = 27.5152 Mbytes Step Atoms AVEKE stressZZ 1807 5000 2.1673168e-12 651950.4 1808 -0.00679249999999629 651938.183735036 1808 5000 2.167186e-12 651938.18 Loop time of 0.0168629 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:48 2021 Pair time (%) = 0.000808001 (4.7916) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.206425) Outpt time (%) = 0.015892 (94.2427) Other time (%) = 0.000128031 (0.759247) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:48 2021 Memory usage per processor = 27.5152 Mbytes Step Atoms AVEKE stressZZ 1808 5000 2.167186e-12 651937.35 1809 -0.00679249999999629 651925.131591335 1809 5000 2.1670552e-12 651925.13 Loop time of 0.016731 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:48 2021 Pair time (%) = 0.000763893 (4.56573) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209476) Outpt time (%) = 0.0158379 (94.6619) Other time (%) = 9.41753e-05 (0.562879) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:48 2021 Memory usage per processor = 27.5152 Mbytes Step Atoms AVEKE stressZZ 1809 5000 2.1670552e-12 651924.29 1810 -0.00679249999999629 651912.079965468 1810 5000 2.1669244e-12 651912.08 Loop time of 0.017441 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:48 2021 Pair time (%) = 0.00083518 (4.78859) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.200949) Outpt time (%) = 0.0164771 (94.4732) Other time (%) = 9.36985e-05 (0.53723) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:48 2021 Memory usage per processor = 27.5152 Mbytes Step Atoms AVEKE stressZZ 1810 5000 2.1669244e-12 651911.24 1811 -0.00679249999999629 651899.028857368 1811 5000 2.1667936e-12 651899.03 Loop time of 0.0158682 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:48 2021 Pair time (%) = 0.000766993 (4.83352) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.214857) Outpt time (%) = 0.014976 (94.3777) Other time (%) = 9.10759e-05 (0.573953) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:48 2021 Memory usage per processor = 27.5152 Mbytes Step Atoms AVEKE stressZZ 1811 5000 2.1667936e-12 651898.19 1812 -0.00679249999999629 651885.978267001 1812 5000 2.1666628e-12 651885.98 Loop time of 0.01613 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:48 2021 Pair time (%) = 0.000771999 (4.78612) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.21137) Outpt time (%) = 0.015234 (94.4453) Other time (%) = 8.98838e-05 (0.557247) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:48 2021 Memory usage per processor = 27.5152 Mbytes Step Atoms AVEKE stressZZ 1812 5000 2.1666628e-12 651885.14 1813 -0.00679249999999629 651872.928194341 1813 5000 2.166532e-12 651872.93 Loop time of 0.017256 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:48 2021 Pair time (%) = 0.000993967 (5.76012) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.203103) Outpt time (%) = 0.0161221 (93.4289) Other time (%) = 0.000104904 (0.607928) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:48 2021 Memory usage per processor = 27.5152 Mbytes Step Atoms AVEKE stressZZ 1813 5000 2.166532e-12 651872.09 1814 -0.00679249999999629 651859.87863933 1814 5000 2.1664013e-12 651859.88 Loop time of 0.017189 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:48 2021 Pair time (%) = 0.000876904 (5.10153) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.203895) Outpt time (%) = 0.016129 (93.8332) Other time (%) = 0.000148058 (0.861352) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:48 2021 Memory usage per processor = 27.5152 Mbytes Step Atoms AVEKE stressZZ 1814 5000 2.1664013e-12 651859.04 1815 -0.00679249999999629 651846.829601974 1815 5000 2.1662705e-12 651846.83 Loop time of 0.0162702 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:48 2021 Pair time (%) = 0.0007658 (4.70678) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.208083) Outpt time (%) = 0.0153279 (94.2088) Other time (%) = 0.000142574 (0.876293) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:48 2021 Memory usage per processor = 27.5152 Mbytes Step Atoms AVEKE stressZZ 1815 5000 2.1662705e-12 651845.99 1816 -0.00679249999999629 651833.7810822 1816 5000 2.1661398e-12 651833.78 Loop time of 0.0173109 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:48 2021 Pair time (%) = 0.00101995 (5.89199) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.207969) Outpt time (%) = 0.0161059 (93.0392) Other time (%) = 0.000149012 (0.860799) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:48 2021 Memory usage per processor = 27.5152 Mbytes Step Atoms AVEKE stressZZ 1816 5000 2.1661398e-12 651832.94 1817 -0.00679249999999629 651820.733079973 1817 5000 2.166009e-12 651820.73 Loop time of 0.016938 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:48 2021 Pair time (%) = 0.000808954 (4.77598) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.205509) Outpt time (%) = 0.0159979 (94.4498) Other time (%) = 9.63211e-05 (0.56867) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:48 2021 Memory usage per processor = 27.5152 Mbytes Step Atoms AVEKE stressZZ 1817 5000 2.166009e-12 651819.9 1818 -0.00679249999999629 651807.685595249 1818 5000 2.1658783e-12 651807.69 Loop time of 0.0165889 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:48 2021 Pair time (%) = 0.000766039 (4.61777) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211271) Outpt time (%) = 0.0156939 (94.6047) Other time (%) = 9.39369e-05 (0.566263) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:48 2021 Memory usage per processor = 27.5152 Mbytes Step Atoms AVEKE stressZZ 1818 5000 2.1658783e-12 651806.85 1819 -0.00679249999999629 651794.638627989 1819 5000 2.1657476e-12 651794.64 Loop time of 0.0162089 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:48 2021 Pair time (%) = 0.000788927 (4.86725) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.222108) Outpt time (%) = 0.015218 (93.8869) Other time (%) = 0.000165939 (1.02376) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:48 2021 Memory usage per processor = 27.5152 Mbytes Step Atoms AVEKE stressZZ 1819 5000 2.1657476e-12 651793.8 1820 -0.00679249999999629 651781.59217819 1820 5000 2.1656169e-12 651781.59 Loop time of 0.018173 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:48 2021 Pair time (%) = 0.000766039 (4.21526) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.198103) Outpt time (%) = 0.0172751 (95.0592) Other time (%) = 9.58443e-05 (0.5274) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:48 2021 Memory usage per processor = 27.5152 Mbytes Step Atoms AVEKE stressZZ 1820 5000 2.1656169e-12 651780.76 1821 -0.00679249999999629 651768.546245783 1821 5000 2.1654862e-12 651768.55 Loop time of 0.0168869 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:48 2021 Pair time (%) = 0.000767946 (4.54757) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.200483) Outpt time (%) = 0.015991 (94.6943) Other time (%) = 9.41753e-05 (0.557681) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:48 2021 Memory usage per processor = 27.5152 Mbytes Step Atoms AVEKE stressZZ 1821 5000 2.1654862e-12 651767.71 1822 -0.00679249999999629 651755.500830738 1822 5000 2.1653555e-12 651755.5 Loop time of 0.01618 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:48 2021 Pair time (%) = 0.000765085 (4.72857) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.21661) Outpt time (%) = 0.0152721 (94.3888) Other time (%) = 0.000107765 (0.666038) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:48 2021 Memory usage per processor = 27.5152 Mbytes Step Atoms AVEKE stressZZ 1822 5000 2.1653555e-12 651754.66 1823 -0.00679249999999629 651742.455933016 1823 5000 2.1652249e-12 651742.46 Loop time of 0.0169771 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:48 2021 Pair time (%) = 0.000798941 (4.706) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.212058) Outpt time (%) = 0.0160398 (94.4795) Other time (%) = 0.000102282 (0.602469) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:48 2021 Memory usage per processor = 27.5152 Mbytes Step Atoms AVEKE stressZZ 1823 5000 2.1652249e-12 651741.62 1824 -0.00679249999999629 651729.411552571 1824 5000 2.1650942e-12 651729.41 Loop time of 0.0168481 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:48 2021 Pair time (%) = 0.000766039 (4.54674) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208021) Outpt time (%) = 0.0159519 (94.6806) Other time (%) = 9.5129e-05 (0.564628) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:48 2021 Memory usage per processor = 27.5152 Mbytes Step Atoms AVEKE stressZZ 1824 5000 2.1650942e-12 651728.57 1825 -0.00679249999999629 651716.367689393 1825 5000 2.1649635e-12 651716.37 Loop time of 0.0162199 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:48 2021 Pair time (%) = 0.000804186 (4.95803) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.216078) Outpt time (%) = 0.015285 (94.2365) Other time (%) = 9.56059e-05 (0.589437) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:48 2021 Memory usage per processor = 27.5152 Mbytes Step Atoms AVEKE stressZZ 1825 5000 2.1649635e-12 651715.53 1826 -0.00679249999999629 651703.324343436 1826 5000 2.1648329e-12 651703.32 Loop time of 0.016906 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:48 2021 Pair time (%) = 0.00100207 (5.92732) Neigh time (%) = 0 (0) Comm time (%) = 0.000102997 (0.609232) Outpt time (%) = 0.015641 (92.5172) Other time (%) = 0.000159979 (0.946283) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:48 2021 Memory usage per processor = 27.5152 Mbytes Step Atoms AVEKE stressZZ 1826 5000 2.1648329e-12 651702.49 1827 -0.00679249999999629 651690.281514639 1827 5000 2.1647023e-12 651690.28 Loop time of 0.0166528 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:48 2021 Pair time (%) = 0.000808954 (4.85776) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.204733) Outpt time (%) = 0.0157168 (94.3791) Other time (%) = 9.29832e-05 (0.558363) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:48 2021 Memory usage per processor = 27.5152 Mbytes Step Atoms AVEKE stressZZ 1827 5000 2.1647023e-12 651689.44 1828 -0.00679249999999629 651677.239202984 1828 5000 2.1645716e-12 651677.24 Loop time of 0.016309 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:48 2021 Pair time (%) = 0.0007689 (4.71457) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.213435) Outpt time (%) = 0.0154121 (94.5004) Other time (%) = 9.32217e-05 (0.571596) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:48 2021 Memory usage per processor = 27.5152 Mbytes Step Atoms AVEKE stressZZ 1828 5000 2.1645716e-12 651676.4 1829 -0.00679249999999629 651664.197408426 1829 5000 2.164441e-12 651664.2 Loop time of 0.0161319 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:48 2021 Pair time (%) = 0.000777006 (4.81659) Neigh time (%) = 0 (0) Comm time (%) = 5.19753e-05 (0.32219) Outpt time (%) = 0.0151951 (94.1932) Other time (%) = 0.000107765 (0.668026) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:48 2021 Memory usage per processor = 27.5152 Mbytes Step Atoms AVEKE stressZZ 1829 5000 2.164441e-12 651663.36 1830 -0.00679249999999629 651651.156130931 1830 5000 2.1643104e-12 651651.16 Loop time of 0.0180922 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:48 2021 Pair time (%) = 0.00086689 (4.79152) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.282009) Outpt time (%) = 0.017025 (94.1015) Other time (%) = 0.00014925 (0.824943) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:48 2021 Memory usage per processor = 27.5152 Mbytes Step Atoms AVEKE stressZZ 1830 5000 2.1643104e-12 651650.32 1831 -0.00679249999999629 651638.115370464 1831 5000 2.1641798e-12 651638.12 Loop time of 0.016938 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:48 2021 Pair time (%) = 0.000825167 (4.8717) Neigh time (%) = 0 (0) Comm time (%) = 4.88758e-05 (0.288558) Outpt time (%) = 0.0159321 (94.0613) Other time (%) = 0.000131845 (0.778402) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:48 2021 Memory usage per processor = 27.5152 Mbytes Step Atoms AVEKE stressZZ 1831 5000 2.1641798e-12 651637.28 1832 -0.00679249999999629 651625.075126987 1832 5000 2.1640493e-12 651625.08 Loop time of 0.0161588 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:48 2021 Pair time (%) = 0.000766039 (4.74069) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.216894) Outpt time (%) = 0.0152619 (94.4493) Other time (%) = 9.58443e-05 (0.593139) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:48 2021 Memory usage per processor = 27.5152 Mbytes Step Atoms AVEKE stressZZ 1832 5000 2.1640493e-12 651624.24 1833 -0.00679249999999629 651612.035400472 1833 5000 2.1639187e-12 651612.04 Loop time of 0.016978 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:48 2021 Pair time (%) = 0.00107002 (6.3024) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.212046) Outpt time (%) = 0.0157461 (92.7441) Other time (%) = 0.000125885 (0.741458) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:48 2021 Memory usage per processor = 27.5152 Mbytes Step Atoms AVEKE stressZZ 1833 5000 2.1639187e-12 651611.2 1834 -0.00679249999999629 651598.996190851 1834 5000 2.1637881e-12 651599 Loop time of 0.016963 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:48 2021 Pair time (%) = 0.000769138 (4.53421) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206612) Outpt time (%) = 0.0160701 (94.7363) Other time (%) = 8.86917e-05 (0.522854) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:48 2021 Memory usage per processor = 27.5152 Mbytes Step Atoms AVEKE stressZZ 1834 5000 2.1637881e-12 651598.16 1835 -0.00679249999999629 651585.957498116 1835 5000 2.1636576e-12 651585.96 Loop time of 0.0161359 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:48 2021 Pair time (%) = 0.000784159 (4.85971) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.223112) Outpt time (%) = 0.0152202 (94.3247) Other time (%) = 9.56059e-05 (0.592503) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:48 2021 Memory usage per processor = 27.5152 Mbytes Step Atoms AVEKE stressZZ 1835 5000 2.1636576e-12 651585.12 1836 -0.00679249999999629 651572.919322221 1836 5000 2.1635271e-12 651572.92 Loop time of 0.0163581 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:48 2021 Pair time (%) = 0.00080204 (4.903) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.225911) Outpt time (%) = 0.015383 (94.0389) Other time (%) = 0.000136137 (0.832228) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:48 2021 Memory usage per processor = 27.5152 Mbytes Step Atoms AVEKE stressZZ 1836 5000 2.1635271e-12 651572.08 1837 -0.00679249999999629 651559.88166312 1837 5000 2.1633965e-12 651559.88 Loop time of 0.0167699 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:48 2021 Pair time (%) = 0.000765085 (4.56226) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208991) Outpt time (%) = 0.015877 (94.6757) Other time (%) = 9.27448e-05 (0.553044) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:48 2021 Memory usage per processor = 27.5152 Mbytes Step Atoms AVEKE stressZZ 1837 5000 2.1633965e-12 651559.04 1838 -0.00679249999999629 651546.844520805 1838 5000 2.163266e-12 651546.84 Loop time of 0.0166349 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:49 2021 Pair time (%) = 0.0007658 (4.60357) Neigh time (%) = 0 (0) Comm time (%) = 6.69956e-05 (0.40274) Outpt time (%) = 0.015651 (94.085) Other time (%) = 0.000151157 (0.908674) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:49 2021 Memory usage per processor = 27.5152 Mbytes Step Atoms AVEKE stressZZ 1838 5000 2.163266e-12 651546.01 1839 -0.00679249999999629 651533.807895204 1839 5000 2.1631355e-12 651533.81 Loop time of 0.016145 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:49 2021 Pair time (%) = 0.000785828 (4.86732) Neigh time (%) = 0 (0) Comm time (%) = 6.29425e-05 (0.389858) Outpt time (%) = 0.015187 (94.0665) Other time (%) = 0.000109196 (0.676344) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:49 2021 Memory usage per processor = 27.5152 Mbytes Step Atoms AVEKE stressZZ 1839 5000 2.1631355e-12 651532.97 1840 -0.00679249999999629 651520.7717863 1840 5000 2.163005e-12 651520.77 Loop time of 0.018116 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:49 2021 Pair time (%) = 0.000787973 (4.3496) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.193462) Outpt time (%) = 0.017194 (94.9108) Other time (%) = 9.89437e-05 (0.546168) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:49 2021 Memory usage per processor = 27.5152 Mbytes Step Atoms AVEKE stressZZ 1840 5000 2.163005e-12 651519.94 1841 -0.00679249999999629 651507.73619406 1841 5000 2.1628745e-12 651507.74 Loop time of 0.016999 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:49 2021 Pair time (%) = 0.00079298 (4.66486) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.211784) Outpt time (%) = 0.016068 (94.5231) Other time (%) = 0.000102043 (0.600289) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:49 2021 Memory usage per processor = 27.5152 Mbytes Step Atoms AVEKE stressZZ 1841 5000 2.1628745e-12 651506.9 1842 -0.00679249999999629 651494.701118434 1842 5000 2.162744e-12 651494.7 Loop time of 0.0163369 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:49 2021 Pair time (%) = 0.000804186 (4.92251) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.21453) Outpt time (%) = 0.015404 (94.2894) Other time (%) = 9.36985e-05 (0.573538) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:49 2021 Memory usage per processor = 27.5152 Mbytes Step Atoms AVEKE stressZZ 1842 5000 2.162744e-12 651493.86 1843 -0.00679249999999629 651481.666559394 1843 5000 2.1626136e-12 651481.67 Loop time of 0.016505 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:49 2021 Pair time (%) = 0.000883102 (5.35051) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.229679) Outpt time (%) = 0.015471 (93.7351) Other time (%) = 0.00011301 (0.684704) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:49 2021 Memory usage per processor = 27.5152 Mbytes Step Atoms AVEKE stressZZ 1843 5000 2.1626136e-12 651480.83 1844 -0.00679249999999629 651468.632517826 1844 5000 2.1624831e-12 651468.63 Loop time of 0.0166652 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:49 2021 Pair time (%) = 0.000770092 (4.62095) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.216026) Outpt time (%) = 0.0157621 (94.5808) Other time (%) = 9.70364e-05 (0.582269) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:49 2021 Memory usage per processor = 27.5152 Mbytes Step Atoms AVEKE stressZZ 1844 5000 2.1624831e-12 651467.8 1845 -0.00679249999999629 651455.598994118 1845 5000 2.1623527e-12 651455.6 Loop time of 0.0166399 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:49 2021 Pair time (%) = 0.000766039 (4.60361) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.210623) Outpt time (%) = 0.0157449 (94.6212) Other time (%) = 9.39369e-05 (0.564527) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:49 2021 Memory usage per processor = 27.5152 Mbytes Step Atoms AVEKE stressZZ 1845 5000 2.1623527e-12 651454.76 1846 -0.00679249999999629 651442.565987622 1846 5000 2.1622222e-12 651442.57 Loop time of 0.0165291 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:49 2021 Pair time (%) = 0.000777006 (4.70084) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.223575) Outpt time (%) = 0.0155649 (94.1669) Other time (%) = 0.000150204 (0.908724) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:49 2021 Memory usage per processor = 27.5152 Mbytes Step Atoms AVEKE stressZZ 1846 5000 2.1622222e-12 651441.73 1847 -0.00679249999999629 651429.53349818 1847 5000 2.1620918e-12 651429.53 Loop time of 0.0170481 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:49 2021 Pair time (%) = 0.000898838 (5.27236) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.204182) Outpt time (%) = 0.0159681 (93.6648) Other time (%) = 0.000146389 (0.858681) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:49 2021 Memory usage per processor = 27.5152 Mbytes Step Atoms AVEKE stressZZ 1847 5000 2.1620918e-12 651428.7 1848 -0.00679249999999629 651416.501525655 1848 5000 2.1619614e-12 651416.5 Loop time of 0.0167 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:49 2021 Pair time (%) = 0.000769138 (4.60561) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209865) Outpt time (%) = 0.015801 (94.6163) Other time (%) = 9.48906e-05 (0.568206) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:49 2021 Memory usage per processor = 27.5152 Mbytes Step Atoms AVEKE stressZZ 1848 5000 2.1619614e-12 651415.66 1849 -0.00679249999999629 651403.470069949 1849 5000 2.161831e-12 651403.47 Loop time of 0.016063 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:49 2021 Pair time (%) = 0.000775099 (4.82538) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.224125) Outpt time (%) = 0.015151 (94.3227) Other time (%) = 0.000100851 (0.627848) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:49 2021 Memory usage per processor = 27.5152 Mbytes Step Atoms AVEKE stressZZ 1849 5000 2.161831e-12 651402.63 1850 -0.00679249999999629 651390.439130982 1850 5000 2.1617006e-12 651390.44 Loop time of 0.018424 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:49 2021 Pair time (%) = 0.00100493 (5.45447) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.190227) Outpt time (%) = 0.01722 (93.465) Other time (%) = 0.000164032 (0.890315) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:49 2021 Memory usage per processor = 27.5152 Mbytes Step Atoms AVEKE stressZZ 1850 5000 2.1617006e-12 651389.6 1851 -0.00679249999999629 651377.408708691 1851 5000 2.1615702e-12 651377.41 Loop time of 0.0165899 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:49 2021 Pair time (%) = 0.000765085 (4.61176) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211258) Outpt time (%) = 0.0156949 (94.605) Other time (%) = 9.48906e-05 (0.571979) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:49 2021 Memory usage per processor = 27.5152 Mbytes Step Atoms AVEKE stressZZ 1851 5000 2.1615702e-12 651376.57 1852 -0.00679249999999629 651364.378803006 1852 5000 2.1614398e-12 651364.38 Loop time of 0.016994 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:49 2021 Pair time (%) = 0.000814915 (4.79531) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.204832) Outpt time (%) = 0.016046 (94.4218) Other time (%) = 9.82285e-05 (0.578018) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:49 2021 Memory usage per processor = 27.5152 Mbytes Step Atoms AVEKE stressZZ 1852 5000 2.1614398e-12 651363.54 1853 -0.00679249999999629 651351.349413872 1853 5000 2.1613095e-12 651351.35 Loop time of 0.0164361 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:49 2021 Pair time (%) = 0.000830889 (5.05527) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.22629) Outpt time (%) = 0.01546 (94.0613) Other time (%) = 0.000108004 (0.657112) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:49 2021 Memory usage per processor = 27.5152 Mbytes Step Atoms AVEKE stressZZ 1853 5000 2.1613095e-12 651350.51 1854 -0.00679249999999629 651338.320541246 1854 5000 2.1611791e-12 651338.32 Loop time of 0.0167799 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:49 2021 Pair time (%) = 0.0007689 (4.58227) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208866) Outpt time (%) = 0.015888 (94.6846) Other time (%) = 8.79765e-05 (0.524297) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:49 2021 Memory usage per processor = 27.5152 Mbytes Step Atoms AVEKE stressZZ 1854 5000 2.1611791e-12 651337.48 1855 -0.00679249999999629 651325.292185055 1855 5000 2.1610488e-12 651325.29 Loop time of 0.0161979 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:49 2021 Pair time (%) = 0.000763893 (4.716) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.214899) Outpt time (%) = 0.0153039 (94.4803) Other time (%) = 9.53674e-05 (0.588763) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:49 2021 Memory usage per processor = 27.5152 Mbytes Step Atoms AVEKE stressZZ 1855 5000 2.1610488e-12 651324.46 1856 -0.00679249999999629 651312.264345259 1856 5000 2.1609185e-12 651312.26 Loop time of 0.0158489 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:49 2021 Pair time (%) = 0.000765085 (4.82738) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.221136) Outpt time (%) = 0.0149629 (94.4099) Other time (%) = 8.58307e-05 (0.541557) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:49 2021 Memory usage per processor = 27.5152 Mbytes Step Atoms AVEKE stressZZ 1856 5000 2.1609185e-12 651311.43 1857 -0.00679249999999629 651299.237021818 1857 5000 2.1607881e-12 651299.24 Loop time of 0.0160089 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:49 2021 Pair time (%) = 0.000764847 (4.77765) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.217437) Outpt time (%) = 0.0151191 (94.442) Other time (%) = 9.01222e-05 (0.562952) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:49 2021 Memory usage per processor = 27.5152 Mbytes Step Atoms AVEKE stressZZ 1857 5000 2.1607881e-12 651298.4 1858 -0.00679249999999629 651286.210214689 1858 5000 2.1606578e-12 651286.21 Loop time of 0.0165422 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:49 2021 Pair time (%) = 0.000766039 (4.63082) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.206102) Outpt time (%) = 0.0156522 (94.6197) Other time (%) = 8.98838e-05 (0.543361) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:49 2021 Memory usage per processor = 27.5152 Mbytes Step Atoms AVEKE stressZZ 1858 5000 2.1606578e-12 651285.37 1859 -0.00679249999999629 651270.712871529 1859 5000 4.2688278e-12 651292.02 Loop time of 0.016135 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:49 2021 Pair time (%) = 0.00079298 (4.91467) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.316217) Outpt time (%) = 0.0151272 (93.754) Other time (%) = 0.000163794 (1.01515) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:49 2021 Memory usage per processor = 27.5152 Mbytes Step Atoms AVEKE stressZZ 1859 5000 4.2688278e-12 671953.84 1860 -0.00682499999999628 671937.542457306 1860 5000 3.4682942e-12 671937.54 Loop time of 0.018085 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:49 2021 Pair time (%) = 0.000769854 (4.25686) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.193793) Outpt time (%) = 0.0171869 (95.0339) Other time (%) = 9.32217e-05 (0.515464) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:49 2021 Memory usage per processor = 27.5154 Mbytes Step Atoms AVEKE stressZZ 1860 5000 3.4682942e-12 671936.4 1861 -0.00682499999999628 671921.449577557 1861 5000 3.0026693e-12 671921.45 Loop time of 0.0166259 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:49 2021 Pair time (%) = 0.0007689 (4.62472) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.210801) Outpt time (%) = 0.015728 (94.5995) Other time (%) = 9.39369e-05 (0.565004) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:49 2021 Memory usage per processor = 27.5154 Mbytes Step Atoms AVEKE stressZZ 1861 5000 3.0026693e-12 671920.41 1862 -0.00682499999999628 671906.305346219 1862 5000 2.7241479e-12 671906.31 Loop time of 0.016197 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:49 2021 Pair time (%) = 0.000772953 (4.77221) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.216383) Outpt time (%) = 0.0152941 (94.4256) Other time (%) = 9.48906e-05 (0.585854) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:49 2021 Memory usage per processor = 27.5154 Mbytes Step Atoms AVEKE stressZZ 1862 5000 2.7241479e-12 671905.32 1863 -0.00682499999999628 671891.764184984 1863 5000 2.5541384e-12 671891.76 Loop time of 0.0169718 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:49 2021 Pair time (%) = 0.000799894 (4.71307) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.205099) Outpt time (%) = 0.016032 (94.4623) Other time (%) = 0.000105143 (0.619513) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:49 2021 Memory usage per processor = 27.5154 Mbytes Step Atoms AVEKE stressZZ 1863 5000 2.5541384e-12 671890.82 1864 -0.00682499999999628 671877.606476021 1864 5000 2.4488909e-12 671877.61 Loop time of 0.0166559 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:49 2021 Pair time (%) = 0.000771999 (4.63498) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.210421) Outpt time (%) = 0.0157549 (94.5906) Other time (%) = 9.39369e-05 (0.563985) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:49 2021 Memory usage per processor = 27.5154 Mbytes Step Atoms AVEKE stressZZ 1864 5000 2.4488909e-12 671876.68 1865 -0.00682499999999628 671863.692650146 1865 5000 2.3831044e-12 671863.69 Loop time of 0.0161381 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:49 2021 Pair time (%) = 0.0007689 (4.76451) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.223082) Outpt time (%) = 0.0152409 (94.4407) Other time (%) = 9.2268e-05 (0.571741) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:49 2021 Memory usage per processor = 27.5154 Mbytes Step Atoms AVEKE stressZZ 1865 5000 2.3831044e-12 671862.79 1866 -0.00682499999999628 671849.934009753 1866 5000 2.3417108e-12 671849.93 Loop time of 0.0167 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:49 2021 Pair time (%) = 0.00101805 (6.09608) Neigh time (%) = 0 (0) Comm time (%) = 4.29153e-05 (0.256978) Outpt time (%) = 0.0155041 (92.8389) Other time (%) = 0.000134945 (0.808052) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:49 2021 Memory usage per processor = 27.5154 Mbytes Step Atoms AVEKE stressZZ 1866 5000 2.3417108e-12 671849.04 1867 -0.00682499999999628 671836.27418661 1867 5000 2.3155422e-12 671836.27 Loop time of 0.0168791 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:49 2021 Pair time (%) = 0.000824928 (4.88728) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.200576) Outpt time (%) = 0.0159242 (94.3429) Other time (%) = 9.60827e-05 (0.569241) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:49 2021 Memory usage per processor = 27.5154 Mbytes Step Atoms AVEKE stressZZ 1867 5000 2.3155422e-12 671835.38 1868 -0.00682499999999628 671822.677358043 1868 5000 2.2989376e-12 671822.68 Loop time of 0.0161872 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:49 2021 Pair time (%) = 0.000767946 (4.74416) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.216514) Outpt time (%) = 0.0152912 (94.4649) Other time (%) = 9.29832e-05 (0.574425) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:49 2021 Memory usage per processor = 27.5154 Mbytes Step Atoms AVEKE stressZZ 1868 5000 2.2989376e-12 671821.79 1869 -0.00682499999999628 671809.120758392 1869 5000 2.2883658e-12 671809.12 Loop time of 0.016351 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:49 2021 Pair time (%) = 0.000946999 (5.79169) Neigh time (%) = 0 (0) Comm time (%) = 5.29289e-05 (0.323705) Outpt time (%) = 0.0152321 (93.157) Other time (%) = 0.000118971 (0.727607) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:49 2021 Memory usage per processor = 27.5154 Mbytes Step Atoms AVEKE stressZZ 1869 5000 2.2883658e-12 671808.24 1870 -0.00682499999999628 671795.589919798 1870 5000 2.2816095e-12 671795.59 Loop time of 0.018162 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:49 2021 Pair time (%) = 0.000772953 (4.25588) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.192972) Outpt time (%) = 0.0172601 (95.0339) Other time (%) = 9.39369e-05 (0.517216) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:49 2021 Memory usage per processor = 27.5154 Mbytes Step Atoms AVEKE stressZZ 1870 5000 2.2816095e-12 671794.71 1871 -0.00682499999999628 671782.075647792 1871 5000 2.2772707e-12 671782.08 Loop time of 0.0167429 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:49 2021 Pair time (%) = 0.000767946 (4.58669) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.202207) Outpt time (%) = 0.0158448 (94.6358) Other time (%) = 9.63211e-05 (0.575294) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:49 2021 Memory usage per processor = 27.5154 Mbytes Step Atoms AVEKE stressZZ 1871 5000 2.2772707e-12 671781.19 1872 -0.00682499999999628 671768.572099162 1872 5000 2.2744652e-12 671768.57 Loop time of 0.0161881 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:49 2021 Pair time (%) = 0.000828981 (5.12092) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.228284) Outpt time (%) = 0.0152071 (93.9394) Other time (%) = 0.000115156 (0.711361) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:49 2021 Memory usage per processor = 27.5154 Mbytes Step Atoms AVEKE stressZZ 1872 5000 2.2744652e-12 671767.69 1873 -0.00682499999999628 671755.075561617 1873 5000 2.272633e-12 671755.08 Loop time of 0.0166731 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:49 2021 Pair time (%) = 0.000797987 (4.78608) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.215924) Outpt time (%) = 0.0157402 (94.4046) Other time (%) = 9.89437e-05 (0.593434) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:49 2021 Memory usage per processor = 27.5154 Mbytes Step Atoms AVEKE stressZZ 1873 5000 2.272633e-12 671754.2 1874 -0.00682499999999628 671741.583684218 1874 5000 2.2714188e-12 671741.58 Loop time of 0.016736 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:49 2021 Pair time (%) = 0.000816107 (4.87635) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209414) Outpt time (%) = 0.0157912 (94.3544) Other time (%) = 9.36985e-05 (0.559861) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:49 2021 Memory usage per processor = 27.5154 Mbytes Step Atoms AVEKE stressZZ 1874 5000 2.2714188e-12 671740.7 1875 -0.00682499999999628 671728.094963242 1875 5000 2.2705971e-12 671728.09 Loop time of 0.016125 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:49 2021 Pair time (%) = 0.000825882 (5.12176) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.21735) Outpt time (%) = 0.015168 (94.065) Other time (%) = 9.60827e-05 (0.595863) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:49 2021 Memory usage per processor = 27.5154 Mbytes Step Atoms AVEKE stressZZ 1875 5000 2.2705971e-12 671727.22 1876 -0.00682499999999628 671714.608443813 1876 5000 2.2700248e-12 671714.61 Loop time of 0.016969 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:49 2021 Pair time (%) = 0.00108004 (6.36477) Neigh time (%) = 0 (0) Comm time (%) = 4.81606e-05 (0.283815) Outpt time (%) = 0.0156739 (92.3679) Other time (%) = 0.000166893 (0.983519) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:49 2021 Memory usage per processor = 27.5154 Mbytes Step Atoms AVEKE stressZZ 1876 5000 2.2700248e-12 671713.73 1877 -0.00682499999999628 671701.12351921 1877 5000 2.269611e-12 671701.12 Loop time of 0.016767 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:49 2021 Pair time (%) = 0.000770807 (4.59716) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.207605) Outpt time (%) = 0.0158701 (94.6506) Other time (%) = 9.13143e-05 (0.544607) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:49 2021 Memory usage per processor = 27.5154 Mbytes Step Atoms AVEKE stressZZ 1877 5000 2.269611e-12 671700.24 1878 -0.00682499999999628 671687.639803106 1878 5000 2.2692979e-12 671687.64 Loop time of 0.0163779 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:49 2021 Pair time (%) = 0.000769138 (4.69619) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.20817) Outpt time (%) = 0.01548 (94.5177) Other time (%) = 9.46522e-05 (0.577925) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:49 2021 Memory usage per processor = 27.5154 Mbytes Step Atoms AVEKE stressZZ 1878 5000 2.2692979e-12 671686.76 1879 -0.00682499999999628 671674.157051329 1879 5000 2.2690487e-12 671674.16 Loop time of 0.0163209 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:49 2021 Pair time (%) = 0.000844955 (5.17712) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.226426) Outpt time (%) = 0.015306 (93.7813) Other time (%) = 0.000133038 (0.815134) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:49 2021 Memory usage per processor = 27.5154 Mbytes Step Atoms AVEKE stressZZ 1879 5000 2.2690487e-12 671673.28 1880 -0.00682499999999628 671660.675108181 1880 5000 2.2688403e-12 671660.68 Loop time of 0.0182209 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:49 2021 Pair time (%) = 0.000983 (5.3949) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.192348) Outpt time (%) = 0.0171039 (93.8697) Other time (%) = 9.89437e-05 (0.543023) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:49 2021 Memory usage per processor = 27.5154 Mbytes Step Atoms AVEKE stressZZ 1880 5000 2.2688403e-12 671659.8 1881 -0.00682499999999628 671647.193874696 1881 5000 2.2686577e-12 671647.19 Loop time of 0.0168159 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:49 2021 Pair time (%) = 0.000770092 (4.57955) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208419) Outpt time (%) = 0.0159161 (94.6492) Other time (%) = 9.46522e-05 (0.562873) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:49 2021 Memory usage per processor = 27.5154 Mbytes Step Atoms AVEKE stressZZ 1881 5000 2.2686577e-12 671646.31 1882 -0.00682499999999628 671633.713287864 1882 5000 2.2684915e-12 671633.71 Loop time of 0.0164721 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:49 2021 Pair time (%) = 0.000810146 (4.91829) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.212769) Outpt time (%) = 0.0155001 (94.0989) Other time (%) = 0.000126839 (0.770021) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:49 2021 Memory usage per processor = 27.5154 Mbytes Step Atoms AVEKE stressZZ 1882 5000 2.2684915e-12 671632.83 1883 -0.00682499999999628 671620.233307635 1883 5000 2.2683357e-12 671620.23 Loop time of 0.0168731 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:50 2021 Pair time (%) = 0.0010879 (6.44756) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.237385) Outpt time (%) = 0.0155702 (92.2779) Other time (%) = 0.000174999 (1.03715) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:50 2021 Memory usage per processor = 27.5154 Mbytes Step Atoms AVEKE stressZZ 1883 5000 2.2683357e-12 671619.35 1884 -0.00682499999999628 671606.753908527 1884 5000 2.2681866e-12 671606.75 Loop time of 0.0169361 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:50 2021 Pair time (%) = 0.000771999 (4.55832) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.199901) Outpt time (%) = 0.0160391 (94.704) Other time (%) = 9.10759e-05 (0.537763) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:50 2021 Memory usage per processor = 27.5154 Mbytes Step Atoms AVEKE stressZZ 1884 5000 2.2681866e-12 671605.87 1885 -0.00682499999999628 671593.275074299 1885 5000 2.2680417e-12 671593.28 Loop time of 0.0162261 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:50 2021 Pair time (%) = 0.000772953 (4.76365) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.214526) Outpt time (%) = 0.0153232 (94.4355) Other time (%) = 9.5129e-05 (0.586273) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:50 2021 Memory usage per processor = 27.5154 Mbytes Step Atoms AVEKE stressZZ 1885 5000 2.2680417e-12 671592.4 1886 -0.00682499999999628 671579.796794606 1886 5000 2.2678996e-12 671579.8 Loop time of 0.0165069 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:50 2021 Pair time (%) = 0.00098896 (5.99119) Neigh time (%) = 0 (0) Comm time (%) = 4.29153e-05 (0.259984) Outpt time (%) = 0.015337 (92.9125) Other time (%) = 0.000138044 (0.836282) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:50 2021 Memory usage per processor = 27.5154 Mbytes Step Atoms AVEKE stressZZ 1886 5000 2.2678996e-12 671578.92 1887 -0.00682499999999628 671566.319062819 1887 5000 2.2677591e-12 671566.32 Loop time of 0.016906 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:50 2021 Pair time (%) = 0.0007689 (4.54808) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207308) Outpt time (%) = 0.0160098 (94.6988) Other time (%) = 9.2268e-05 (0.54577) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:50 2021 Memory usage per processor = 27.5154 Mbytes Step Atoms AVEKE stressZZ 1887 5000 2.2677591e-12 671565.44 1888 -0.00682499999999628 671552.84187473 1888 5000 2.2676197e-12 671552.84 Loop time of 0.0166421 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:50 2021 Pair time (%) = 0.0007689 (4.62021) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.209163) Outpt time (%) = 0.015713 (94.4171) Other time (%) = 0.000125408 (0.75356) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:50 2021 Memory usage per processor = 27.5154 Mbytes Step Atoms AVEKE stressZZ 1888 5000 2.2676197e-12 671551.96 1889 -0.00682499999999628 671539.365227594 1889 5000 2.267481e-12 671539.37 Loop time of 0.0161259 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:50 2021 Pair time (%) = 0.000794172 (4.92482) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.229165) Outpt time (%) = 0.015178 (94.1216) Other time (%) = 0.000116825 (0.724456) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:50 2021 Memory usage per processor = 27.5154 Mbytes Step Atoms AVEKE stressZZ 1889 5000 2.267481e-12 671538.49 1890 -0.00682499999999628 671525.889119698 1890 5000 2.2673428e-12 671525.89 Loop time of 0.0180318 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:50 2021 Pair time (%) = 0.000790119 (4.3818) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.199654) Outpt time (%) = 0.017102 (94.8434) Other time (%) = 0.000103712 (0.575161) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:50 2021 Memory usage per processor = 27.5154 Mbytes Step Atoms AVEKE stressZZ 1890 5000 2.2673428e-12 671525.01 1891 -0.00682499999999628 671512.413549868 1891 5000 2.2672048e-12 671512.41 Loop time of 0.0170171 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:50 2021 Pair time (%) = 0.000785112 (4.61366) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.211559) Outpt time (%) = 0.0160499 (94.3159) Other time (%) = 0.000146151 (0.858844) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:50 2021 Memory usage per processor = 27.5154 Mbytes Step Atoms AVEKE stressZZ 1891 5000 2.2672048e-12 671511.53 1892 -0.00682499999999628 671498.938517362 1892 5000 2.2670671e-12 671498.94 Loop time of 0.0161688 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:50 2021 Pair time (%) = 0.000787973 (4.87341) Neigh time (%) = 0 (0) Comm time (%) = 5.19753e-05 (0.321453) Outpt time (%) = 0.015234 (94.2183) Other time (%) = 9.48906e-05 (0.586873) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:50 2021 Memory usage per processor = 27.5154 Mbytes Step Atoms AVEKE stressZZ 1892 5000 2.2670671e-12 671498.06 1893 -0.00682499999999628 671485.464021682 1893 5000 2.2669294e-12 671485.46 Loop time of 0.0165658 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:50 2021 Pair time (%) = 0.000962973 (5.81302) Neigh time (%) = 0 (0) Comm time (%) = 4.07696e-05 (0.246107) Outpt time (%) = 0.0154419 (93.2155) Other time (%) = 0.000120163 (0.725368) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:50 2021 Memory usage per processor = 27.5154 Mbytes Step Atoms AVEKE stressZZ 1893 5000 2.2669294e-12 671484.58 1894 -0.00682499999999628 671471.990062467 1894 5000 2.2667919e-12 671471.99 Loop time of 0.0168359 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:50 2021 Pair time (%) = 0.000770092 (4.5741) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208171) Outpt time (%) = 0.0159361 (94.6555) Other time (%) = 9.46522e-05 (0.562203) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:50 2021 Memory usage per processor = 27.5154 Mbytes Step Atoms AVEKE stressZZ 1894 5000 2.2667919e-12 671471.11 1895 -0.00682499999999628 671458.516639486 1895 5000 2.2666544e-12 671458.52 Loop time of 0.0165431 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:50 2021 Pair time (%) = 0.000809908 (4.89573) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.210414) Outpt time (%) = 0.0156019 (94.3102) Other time (%) = 9.65595e-05 (0.583683) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:50 2021 Memory usage per processor = 27.5154 Mbytes Step Atoms AVEKE stressZZ 1895 5000 2.2666544e-12 671457.64 1896 -0.00682499999999628 671445.043752592 1896 5000 2.2665169e-12 671445.04 Loop time of 0.016474 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:50 2021 Pair time (%) = 0.000792027 (4.80773) Neigh time (%) = 0 (0) Comm time (%) = 3.57628e-05 (0.217086) Outpt time (%) = 0.0155101 (94.1488) Other time (%) = 0.000136137 (0.826375) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:50 2021 Memory usage per processor = 27.5154 Mbytes Step Atoms AVEKE stressZZ 1896 5000 2.2665169e-12 671444.16 1897 -0.00682499999999628 671431.571401621 1897 5000 2.2663795e-12 671431.57 Loop time of 0.0169561 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:50 2021 Pair time (%) = 0.000940084 (5.54423) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.219351) Outpt time (%) = 0.0158191 (93.2943) Other time (%) = 0.00015974 (0.942083) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:50 2021 Memory usage per processor = 27.5154 Mbytes Step Atoms AVEKE stressZZ 1897 5000 2.2663795e-12 671430.69 1898 -0.00682499999999628 671418.099586468 1898 5000 2.2662421e-12 671418.1 Loop time of 0.0167871 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:50 2021 Pair time (%) = 0.000772953 (4.60446) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208777) Outpt time (%) = 0.0158801 (94.5974) Other time (%) = 9.89437e-05 (0.589405) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:50 2021 Memory usage per processor = 27.5154 Mbytes Step Atoms AVEKE stressZZ 1898 5000 2.2662421e-12 671417.22 1899 -0.00682499999999628 671404.628307045 1899 5000 2.2661047e-12 671404.63 Loop time of 0.0160918 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:50 2021 Pair time (%) = 0.000772953 (4.80339) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.223724) Outpt time (%) = 0.015183 (94.3521) Other time (%) = 9.98974e-05 (0.620796) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:50 2021 Memory usage per processor = 27.5154 Mbytes Step Atoms AVEKE stressZZ 1899 5000 2.2661047e-12 671403.75 1900 -0.00682499999999628 671391.1575633 1900 5000 2.2659673e-12 671391.16 Loop time of 0.0182631 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:50 2021 Pair time (%) = 0.000888109 (4.86286) Neigh time (%) = 0 (0) Comm time (%) = 5.00679e-05 (0.274148) Outpt time (%) = 0.0171771 (94.0536) Other time (%) = 0.00014782 (0.809389) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:50 2021 Memory usage per processor = 27.5154 Mbytes Step Atoms AVEKE stressZZ 1900 5000 2.2659673e-12 671390.28 1901 -0.00682499999999628 671377.687355127 1901 5000 2.2658299e-12 671377.69 Loop time of 0.0160339 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:50 2021 Pair time (%) = 0.000768185 (4.79101) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.217097) Outpt time (%) = 0.015137 (94.406) Other time (%) = 9.39369e-05 (0.585865) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:50 2021 Memory usage per processor = 27.5154 Mbytes Step Atoms AVEKE stressZZ 1901 5000 2.2658299e-12 671376.81 1902 -0.00682499999999628 671364.21768248 1902 5000 2.2656926e-12 671364.22 Loop time of 0.0157721 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:50 2021 Pair time (%) = 0.000769138 (4.87657) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.222212) Outpt time (%) = 0.014883 (94.3631) Other time (%) = 8.4877e-05 (0.538146) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:50 2021 Memory usage per processor = 27.5154 Mbytes Step Atoms AVEKE stressZZ 1902 5000 2.2656926e-12 671363.34 1903 -0.00682499999999628 671350.748545304 1903 5000 2.2655553e-12 671350.75 Loop time of 0.015928 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:50 2021 Pair time (%) = 0.000770807 (4.83931) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.21854) Outpt time (%) = 0.015033 (94.3808) Other time (%) = 8.9407e-05 (0.561318) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:50 2021 Memory usage per processor = 27.5154 Mbytes Step Atoms AVEKE stressZZ 1903 5000 2.2655553e-12 671349.87 1904 -0.00682499999999628 671337.279943531 1904 5000 2.2654179e-12 671337.28 Loop time of 0.016876 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:50 2021 Pair time (%) = 0.000770092 (4.56324) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207677) Outpt time (%) = 0.015981 (94.6965) Other time (%) = 8.98838e-05 (0.532614) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:50 2021 Memory usage per processor = 27.5154 Mbytes Step Atoms AVEKE stressZZ 1904 5000 2.2654179e-12 671336.4 1905 -0.00682499999999628 671323.811877098 1905 5000 2.2652806e-12 671323.81 Loop time of 0.0163078 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:50 2021 Pair time (%) = 0.000767946 (4.70906) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.214912) Outpt time (%) = 0.0154099 (94.4942) Other time (%) = 9.48906e-05 (0.581871) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:50 2021 Memory usage per processor = 27.5154 Mbytes Step Atoms AVEKE stressZZ 1905 5000 2.2652806e-12 671322.93 1906 -0.00682499999999628 671310.344345988 1906 5000 2.2651433e-12 671310.34 Loop time of 0.0167301 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:50 2021 Pair time (%) = 0.000965118 (5.76876) Neigh time (%) = 0 (0) Comm time (%) = 5.29289e-05 (0.31637) Outpt time (%) = 0.015579 (93.1197) Other time (%) = 0.000133038 (0.7952) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:50 2021 Memory usage per processor = 27.5154 Mbytes Step Atoms AVEKE stressZZ 1906 5000 2.2651433e-12 671309.47 1907 -0.00682499999999628 671296.87735013 1907 5000 2.265006e-12 671296.88 Loop time of 0.0167699 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:50 2021 Pair time (%) = 0.000769854 (4.59069) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.207569) Outpt time (%) = 0.0158699 (94.6331) Other time (%) = 9.53674e-05 (0.568683) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:50 2021 Memory usage per processor = 27.5154 Mbytes Step Atoms AVEKE stressZZ 1907 5000 2.265006e-12 671296 1908 -0.00682499999999628 671283.410889465 1908 5000 2.2648687e-12 671283.41 Loop time of 0.0162189 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:50 2021 Pair time (%) = 0.0007689 (4.74076) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.210211) Outpt time (%) = 0.015326 (94.4948) Other time (%) = 8.98838e-05 (0.554192) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:50 2021 Memory usage per processor = 27.5154 Mbytes Step Atoms AVEKE stressZZ 1908 5000 2.2648687e-12 671282.53 1909 -0.00682499999999628 671269.944963948 1909 5000 2.2647315e-12 671269.94 Loop time of 0.016506 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:50 2021 Pair time (%) = 0.000785112 (4.75654) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.21811) Outpt time (%) = 0.0155461 (94.1847) Other time (%) = 0.00013876 (0.840664) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:50 2021 Memory usage per processor = 27.5154 Mbytes Step Atoms AVEKE stressZZ 1909 5000 2.2647315e-12 671269.07 1910 -0.00682499999999628 671256.479573536 1910 5000 2.2645942e-12 671256.48 Loop time of 0.0181329 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:50 2021 Pair time (%) = 0.000771999 (4.25745) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.193281) Outpt time (%) = 0.017235 (95.0483) Other time (%) = 9.08375e-05 (0.500953) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:50 2021 Memory usage per processor = 27.5154 Mbytes Step Atoms AVEKE stressZZ 1910 5000 2.2645942e-12 671255.6 1911 -0.00682499999999628 671243.014718177 1911 5000 2.264457e-12 671243.01 Loop time of 0.016993 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:50 2021 Pair time (%) = 0.0007689 (4.52479) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206246) Outpt time (%) = 0.0160758 (94.6025) Other time (%) = 0.000113249 (0.666442) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:50 2021 Memory usage per processor = 27.5154 Mbytes Step Atoms AVEKE stressZZ 1911 5000 2.264457e-12 671242.14 1912 -0.00682499999999628 671229.550397818 1912 5000 2.2643197e-12 671229.55 Loop time of 0.0160379 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:50 2021 Pair time (%) = 0.000769138 (4.79574) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.212583) Outpt time (%) = 0.015141 (94.4074) Other time (%) = 9.36985e-05 (0.58423) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:50 2021 Memory usage per processor = 27.5154 Mbytes Step Atoms AVEKE stressZZ 1912 5000 2.2643197e-12 671228.67 1913 -0.00682499999999628 671216.086612413 1913 5000 2.2641825e-12 671216.09 Loop time of 0.0166512 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:50 2021 Pair time (%) = 0.000821114 (4.93127) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.227663) Outpt time (%) = 0.0156398 (93.9261) Other time (%) = 0.000152349 (0.914948) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:50 2021 Memory usage per processor = 27.5154 Mbytes Step Atoms AVEKE stressZZ 1913 5000 2.2641825e-12 671215.21 1914 -0.00682499999999628 671202.623361903 1914 5000 2.2640453e-12 671202.62 Loop time of 0.0167198 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:50 2021 Pair time (%) = 0.000769854 (4.60444) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209617) Outpt time (%) = 0.0158219 (94.6298) Other time (%) = 9.29832e-05 (0.556126) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:50 2021 Memory usage per processor = 27.5154 Mbytes Step Atoms AVEKE stressZZ 1914 5000 2.2640453e-12 671201.74 1915 -0.00682499999999628 671189.160646264 1915 5000 2.2639081e-12 671189.16 Loop time of 0.0160942 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:50 2021 Pair time (%) = 0.000770092 (4.7849) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.217765) Outpt time (%) = 0.0151951 (94.4137) Other time (%) = 9.39369e-05 (0.583669) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:50 2021 Memory usage per processor = 27.5154 Mbytes Step Atoms AVEKE stressZZ 1915 5000 2.2639081e-12 671188.28 1916 -0.00682499999999628 671175.698465427 1916 5000 2.2637709e-12 671175.7 Loop time of 0.016731 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:50 2021 Pair time (%) = 0.00101304 (6.05486) Neigh time (%) = 0 (0) Comm time (%) = 4.91142e-05 (0.293552) Outpt time (%) = 0.015506 (92.6783) Other time (%) = 0.00016284 (0.973281) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:50 2021 Memory usage per processor = 27.5154 Mbytes Step Atoms AVEKE stressZZ 1916 5000 2.2637709e-12 671174.82 1917 -0.00682499999999628 671162.236819365 1917 5000 2.2636337e-12 671162.24 Loop time of 0.0178032 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:50 2021 Pair time (%) = 0.000769138 (4.32023) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.196861) Outpt time (%) = 0.0169051 (94.9553) Other time (%) = 9.39369e-05 (0.527641) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:50 2021 Memory usage per processor = 27.5154 Mbytes Step Atoms AVEKE stressZZ 1917 5000 2.2636337e-12 671161.36 1918 -0.00682499999999628 671148.775708022 1918 5000 2.2634966e-12 671148.78 Loop time of 0.0163989 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:50 2021 Pair time (%) = 0.000769854 (4.69454) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.213719) Outpt time (%) = 0.0155001 (94.5189) Other time (%) = 9.39369e-05 (0.572824) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:50 2021 Memory usage per processor = 27.5154 Mbytes Step Atoms AVEKE stressZZ 1918 5000 2.2634966e-12 671147.9 1919 -0.00682499999999628 671135.315131361 1919 5000 2.2633594e-12 671135.32 Loop time of 0.016283 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:50 2021 Pair time (%) = 0.000884056 (5.42931) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.23281) Outpt time (%) = 0.0152569 (93.698) Other time (%) = 0.000104189 (0.639862) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:50 2021 Memory usage per processor = 27.5154 Mbytes Step Atoms AVEKE stressZZ 1919 5000 2.2633594e-12 671134.44 1920 -0.00682499999999628 671121.855089339 1920 5000 2.2632222e-12 671121.86 Loop time of 0.018157 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:50 2021 Pair time (%) = 0.000860929 (4.74158) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.193025) Outpt time (%) = 0.017163 (94.5257) Other time (%) = 9.799e-05 (0.539682) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:50 2021 Memory usage per processor = 27.5154 Mbytes Step Atoms AVEKE stressZZ 1920 5000 2.2632222e-12 671120.98 1921 -0.00682499999999628 671108.395581895 1921 5000 2.2630851e-12 671108.4 Loop time of 0.016695 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:50 2021 Pair time (%) = 0.000770807 (4.61699) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209928) Outpt time (%) = 0.0157931 (94.5976) Other time (%) = 9.60827e-05 (0.575517) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:50 2021 Memory usage per processor = 27.5154 Mbytes Step Atoms AVEKE stressZZ 1921 5000 2.2630851e-12 671107.52 1922 -0.00682499999999628 671094.936609002 1922 5000 2.262948e-12 671094.94 Loop time of 0.0162609 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:50 2021 Pair time (%) = 0.00082016 (5.04377) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.221398) Outpt time (%) = 0.015295 (94.0604) Other time (%) = 0.000109673 (0.674457) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:50 2021 Memory usage per processor = 27.5154 Mbytes Step Atoms AVEKE stressZZ 1922 5000 2.262948e-12 671094.06 1923 -0.00682499999999628 671081.478170583 1923 5000 2.2628109e-12 671081.48 Loop time of 0.016984 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:50 2021 Pair time (%) = 0.00108695 (6.39985) Neigh time (%) = 0 (0) Comm time (%) = 6.8903e-05 (0.405694) Outpt time (%) = 0.015686 (92.3578) Other time (%) = 0.000142097 (0.836656) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:50 2021 Memory usage per processor = 27.5154 Mbytes Step Atoms AVEKE stressZZ 1923 5000 2.2628109e-12 671080.6 1924 -0.00682499999999628 671068.020266642 1924 5000 2.2626738e-12 671068.02 Loop time of 0.0167611 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:50 2021 Pair time (%) = 0.000808954 (4.82639) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209101) Outpt time (%) = 0.0158229 (94.4026) Other time (%) = 9.41753e-05 (0.56187) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:50 2021 Memory usage per processor = 27.5154 Mbytes Step Atoms AVEKE stressZZ 1924 5000 2.2626738e-12 671067.14 1925 -0.00682499999999628 671054.562897109 1925 5000 2.2625367e-12 671054.56 Loop time of 0.0162101 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:50 2021 Pair time (%) = 0.000770092 (4.7507) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.216208) Outpt time (%) = 0.0153098 (94.4462) Other time (%) = 9.5129e-05 (0.586851) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:50 2021 Memory usage per processor = 27.5154 Mbytes Step Atoms AVEKE stressZZ 1925 5000 2.2625367e-12 671053.68 1926 -0.00682499999999628 671041.106061955 1926 5000 2.2623996e-12 671041.11 Loop time of 0.0162449 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:50 2021 Pair time (%) = 0.000814915 (5.01644) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.227486) Outpt time (%) = 0.0152459 (93.8505) Other time (%) = 0.000147104 (0.905542) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:50 2021 Memory usage per processor = 27.5154 Mbytes Step Atoms AVEKE stressZZ 1926 5000 2.2623996e-12 671040.23 1927 -0.00682499999999628 671027.649761121 1927 5000 2.2622625e-12 671027.65 Loop time of 0.0167739 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:50 2021 Pair time (%) = 0.000771046 (4.59669) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.203255) Outpt time (%) = 0.0158758 (94.6457) Other time (%) = 9.29832e-05 (0.554332) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:50 2021 Memory usage per processor = 27.5154 Mbytes Step Atoms AVEKE stressZZ 1927 5000 2.2622625e-12 671026.77 1928 -0.00682499999999628 671014.193994554 1928 5000 2.2621254e-12 671014.19 Loop time of 0.0167398 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:51 2021 Pair time (%) = 0.000771046 (4.60605) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.203669) Outpt time (%) = 0.0158451 (94.6548) Other time (%) = 8.96454e-05 (0.535521) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:51 2021 Memory usage per processor = 27.5154 Mbytes Step Atoms AVEKE stressZZ 1928 5000 2.2621254e-12 671013.32 1929 -0.00682499999999628 671000.738762242 1929 5000 2.2619884e-12 671000.74 Loop time of 0.016135 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:51 2021 Pair time (%) = 0.000831127 (5.15109) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.229036) Outpt time (%) = 0.0151632 (93.9771) Other time (%) = 0.000103712 (0.642778) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:51 2021 Memory usage per processor = 27.5154 Mbytes Step Atoms AVEKE stressZZ 1929 5000 2.2619884e-12 670999.86 1930 -0.00682499999999628 670987.284064133 1930 5000 2.2618514e-12 670987.28 Loop time of 0.0187361 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:51 2021 Pair time (%) = 0.000897884 (4.79226) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.187059) Outpt time (%) = 0.0176542 (94.2254) Other time (%) = 0.000149012 (0.795317) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:51 2021 Memory usage per processor = 27.5154 Mbytes Step Atoms AVEKE stressZZ 1930 5000 2.2618514e-12 670986.41 1931 -0.00682499999999628 670973.829900191 1931 5000 2.2617143e-12 670973.83 Loop time of 0.016695 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:51 2021 Pair time (%) = 0.0007689 (4.60556) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209928) Outpt time (%) = 0.0158 (94.639) Other time (%) = 9.10759e-05 (0.545527) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:51 2021 Memory usage per processor = 27.5154 Mbytes Step Atoms AVEKE stressZZ 1931 5000 2.2617143e-12 670972.95 1932 -0.00682499999999628 670960.376270337 1932 5000 2.2615773e-12 670960.38 Loop time of 0.0161972 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:51 2021 Pair time (%) = 0.00083518 (5.15632) Neigh time (%) = 0 (0) Comm time (%) = 4.88758e-05 (0.301755) Outpt time (%) = 0.0151989 (93.8368) Other time (%) = 0.000114202 (0.705075) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:51 2021 Memory usage per processor = 27.5154 Mbytes Step Atoms AVEKE stressZZ 1932 5000 2.2615773e-12 670959.5 1933 -0.00682499999999628 670946.923174559 1933 5000 2.2614403e-12 670946.92 Loop time of 0.016722 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:51 2021 Pair time (%) = 0.000921011 (5.50779) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.226699) Outpt time (%) = 0.015635 (93.4999) Other time (%) = 0.000128031 (0.765644) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:51 2021 Memory usage per processor = 27.5154 Mbytes Step Atoms AVEKE stressZZ 1933 5000 2.2614403e-12 670946.04 1934 -0.00682499999999628 670933.470612817 1934 5000 2.2613033e-12 670933.47 Loop time of 0.016679 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:51 2021 Pair time (%) = 0.000791073 (4.74291) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.210129) Outpt time (%) = 0.0157549 (94.4595) Other time (%) = 9.799e-05 (0.587504) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:51 2021 Memory usage per processor = 27.5154 Mbytes Step Atoms AVEKE stressZZ 1934 5000 2.2613033e-12 670932.59 1935 -0.00682499999999628 670920.018585069 1935 5000 2.2611663e-12 670920.02 Loop time of 0.0164161 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:51 2021 Pair time (%) = 0.000769138 (4.68528) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.212043) Outpt time (%) = 0.0155191 (94.5363) Other time (%) = 9.29832e-05 (0.566416) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:51 2021 Memory usage per processor = 27.5154 Mbytes Step Atoms AVEKE stressZZ 1935 5000 2.2611663e-12 670919.14 1936 -0.00682499999999628 670906.567091283 1936 5000 2.2610293e-12 670906.57 Loop time of 0.017159 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:51 2021 Pair time (%) = 0.000789165 (4.59914) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.20981) Outpt time (%) = 0.016192 (94.3643) Other time (%) = 0.000141859 (0.826733) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:51 2021 Memory usage per processor = 27.5154 Mbytes Step Atoms AVEKE stressZZ 1936 5000 2.2610293e-12 670905.69 1937 -0.00682499999999628 670893.116131409 1937 5000 2.2608924e-12 670893.12 Loop time of 0.0168979 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:51 2021 Pair time (%) = 0.000855923 (5.06526) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.205996) Outpt time (%) = 0.015908 (94.1418) Other time (%) = 9.91821e-05 (0.586949) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:51 2021 Memory usage per processor = 27.5154 Mbytes Step Atoms AVEKE stressZZ 1937 5000 2.2608924e-12 670892.24 1938 -0.00682499999999628 670879.665705401 1938 5000 2.2607554e-12 670879.67 Loop time of 0.0166199 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:51 2021 Pair time (%) = 0.000766993 (4.6149) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.210877) Outpt time (%) = 0.0157239 (94.609) Other time (%) = 9.39369e-05 (0.565207) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:51 2021 Memory usage per processor = 27.5154 Mbytes Step Atoms AVEKE stressZZ 1938 5000 2.2607554e-12 670878.79 1939 -0.00682499999999628 670866.215813211 1939 5000 2.2606185e-12 670866.22 Loop time of 0.01616 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:51 2021 Pair time (%) = 0.000771046 (4.77132) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.22278) Outpt time (%) = 0.0152071 (94.103) Other time (%) = 0.000145912 (0.902921) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:51 2021 Memory usage per processor = 27.5154 Mbytes Step Atoms AVEKE stressZZ 1939 5000 2.2606185e-12 670865.34 1940 -0.00682499999999628 670852.766454821 1940 5000 2.2604815e-12 670852.77 Loop time of 0.018384 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:51 2021 Pair time (%) = 0.000804186 (4.37438) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.201017) Outpt time (%) = 0.0174379 (94.854) Other time (%) = 0.000104904 (0.570628) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:51 2021 Memory usage per processor = 27.5154 Mbytes Step Atoms AVEKE stressZZ 1940 5000 2.2604815e-12 670851.89 1941 -0.00682499999999628 670839.317630177 1941 5000 2.2603446e-12 670839.32 Loop time of 0.016933 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:51 2021 Pair time (%) = 0.000784874 (4.63518) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.21261) Outpt time (%) = 0.016 (94.4904) Other time (%) = 0.000112057 (0.661767) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:51 2021 Memory usage per processor = 27.5154 Mbytes Step Atoms AVEKE stressZZ 1941 5000 2.2603446e-12 670838.44 1942 -0.00682499999999628 670825.869339239 1942 5000 2.2602077e-12 670825.87 Loop time of 0.0170739 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:51 2021 Pair time (%) = 0.000772953 (4.52711) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.20527) Outpt time (%) = 0.0161741 (94.73) Other time (%) = 9.17912e-05 (0.537612) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:51 2021 Memory usage per processor = 27.5154 Mbytes Step Atoms AVEKE stressZZ 1942 5000 2.2602077e-12 670824.99 1943 -0.00682499999999628 670812.421581962 1943 5000 2.2600708e-12 670812.42 Loop time of 0.0163989 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:51 2021 Pair time (%) = 0.000852108 (5.19613) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.22535) Outpt time (%) = 0.0154021 (93.9214) Other time (%) = 0.000107765 (0.657149) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:51 2021 Memory usage per processor = 27.5154 Mbytes Step Atoms AVEKE stressZZ 1943 5000 2.2600708e-12 670811.54 1944 -0.00682499999999628 670798.974358314 1944 5000 2.2599339e-12 670798.97 Loop time of 0.0170331 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:51 2021 Pair time (%) = 0.00102806 (6.03567) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.21136) Outpt time (%) = 0.0158601 (93.1133) Other time (%) = 0.000108957 (0.63968) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:51 2021 Memory usage per processor = 27.5154 Mbytes Step Atoms AVEKE stressZZ 1944 5000 2.2599339e-12 670798.1 1945 -0.00682499999999628 670785.527668247 1945 5000 2.2597971e-12 670785.53 Loop time of 0.016727 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:51 2021 Pair time (%) = 0.000766993 (4.58536) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209527) Outpt time (%) = 0.01583 (94.6378) Other time (%) = 9.48906e-05 (0.567291) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:51 2021 Memory usage per processor = 27.5154 Mbytes Step Atoms AVEKE stressZZ 1945 5000 2.2597971e-12 670784.65 1946 -0.00682499999999628 670772.081511733 1946 5000 2.2596602e-12 670772.08 Loop time of 0.0161109 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:51 2021 Pair time (%) = 0.000869036 (5.39409) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.223459) Outpt time (%) = 0.0151091 (93.7816) Other time (%) = 9.67979e-05 (0.600823) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:51 2021 Memory usage per processor = 27.5154 Mbytes Step Atoms AVEKE stressZZ 1946 5000 2.2596602e-12 670771.2 1947 -0.00682499999999628 670758.635888708 1947 5000 2.2595233e-12 670758.64 Loop time of 0.015985 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:51 2021 Pair time (%) = 0.000771999 (4.82952) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.219252) Outpt time (%) = 0.0150921 (94.4143) Other time (%) = 8.58307e-05 (0.536945) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:51 2021 Memory usage per processor = 27.5154 Mbytes Step Atoms AVEKE stressZZ 1947 5000 2.2595233e-12 670757.76 1948 -0.00682499999999628 670745.190799169 1948 5000 2.2593865e-12 670745.19 Loop time of 0.0158861 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:51 2021 Pair time (%) = 0.000769138 (4.84159) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.220618) Outpt time (%) = 0.014993 (94.378) Other time (%) = 8.89301e-05 (0.559799) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:51 2021 Memory usage per processor = 27.5154 Mbytes Step Atoms AVEKE stressZZ 1948 5000 2.2593865e-12 670744.31 1949 -0.00682499999999628 670731.746243047 1949 5000 2.2592497e-12 670731.75 Loop time of 0.015974 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:51 2021 Pair time (%) = 0.000827074 (5.17761) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.219403) Outpt time (%) = 0.015022 (94.0403) Other time (%) = 8.98838e-05 (0.562687) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:51 2021 Memory usage per processor = 27.5154 Mbytes Step Atoms AVEKE stressZZ 1949 5000 2.2592497e-12 670730.87 1950 -0.00682499999999628 670718.30222032 1950 5000 2.2591128e-12 670718.3 Loop time of 0.0183101 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:51 2021 Pair time (%) = 0.000769138 (4.20063) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.191411) Outpt time (%) = 0.017379 (94.9152) Other time (%) = 0.000126839 (0.692726) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:51 2021 Memory usage per processor = 27.5154 Mbytes Step Atoms AVEKE stressZZ 1950 5000 2.2591128e-12 670717.42 1951 -0.00682499999999628 670704.858730945 1951 5000 2.258976e-12 670704.86 Loop time of 0.016341 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:51 2021 Pair time (%) = 0.000786066 (4.8104) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.233444) Outpt time (%) = 0.0154212 (94.3711) Other time (%) = 9.56059e-05 (0.585068) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:51 2021 Memory usage per processor = 27.5154 Mbytes Step Atoms AVEKE stressZZ 1951 5000 2.258976e-12 670703.98 1952 -0.00682499999999628 670691.415774889 1952 5000 2.2588392e-12 670691.42 Loop time of 0.0165839 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:51 2021 Pair time (%) = 0.000931025 (5.61402) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.247276) Outpt time (%) = 0.0154769 (93.325) Other time (%) = 0.000134945 (0.813709) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:51 2021 Memory usage per processor = 27.5154 Mbytes Step Atoms AVEKE stressZZ 1952 5000 2.2588392e-12 670690.54 1953 -0.00682499999999628 670677.973352097 1953 5000 2.2587024e-12 670677.97 Loop time of 0.0167918 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:51 2021 Pair time (%) = 0.000789881 (4.70396) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208718) Outpt time (%) = 0.015873 (94.5279) Other time (%) = 9.39369e-05 (0.559421) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:51 2021 Memory usage per processor = 27.5154 Mbytes Step Atoms AVEKE stressZZ 1953 5000 2.2587024e-12 670677.09 1954 -0.00682499999999628 670664.531462547 1954 5000 2.2585656e-12 670664.53 Loop time of 0.0166461 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:51 2021 Pair time (%) = 0.000812054 (4.87833) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.210544) Outpt time (%) = 0.0157042 (94.3411) Other time (%) = 9.48906e-05 (0.570045) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:51 2021 Memory usage per processor = 27.5154 Mbytes Step Atoms AVEKE stressZZ 1954 5000 2.2585656e-12 670663.65 1955 -0.00682499999999628 670651.090106187 1955 5000 2.2584289e-12 670651.09 Loop time of 0.016293 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:51 2021 Pair time (%) = 0.000799894 (4.90942) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.226814) Outpt time (%) = 0.0153511 (94.2184) Other time (%) = 0.000105143 (0.645322) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:51 2021 Memory usage per processor = 27.5154 Mbytes Step Atoms AVEKE stressZZ 1955 5000 2.2584289e-12 670650.21 1956 -0.00682499999999628 670637.649282989 1956 5000 2.2582921e-12 670637.65 Loop time of 0.0166259 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:51 2021 Pair time (%) = 0.000864983 (5.20263) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.235179) Outpt time (%) = 0.0155931 (93.7878) Other time (%) = 0.000128746 (0.774371) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:51 2021 Memory usage per processor = 27.5154 Mbytes Step Atoms AVEKE stressZZ 1956 5000 2.2582921e-12 670636.77 1957 -0.00682499999999628 670624.208992893 1957 5000 2.2581554e-12 670624.21 Loop time of 0.016597 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:51 2021 Pair time (%) = 0.0007689 (4.63276) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.203985) Outpt time (%) = 0.0156989 (94.5887) Other time (%) = 9.53674e-05 (0.574605) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:51 2021 Memory usage per processor = 27.5154 Mbytes Step Atoms AVEKE stressZZ 1957 5000 2.2581554e-12 670623.33 1958 -0.00682499999999628 670610.769235886 1958 5000 2.2580186e-12 670610.77 Loop time of 0.0160899 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:51 2021 Pair time (%) = 0.000777006 (4.82915) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.217823) Outpt time (%) = 0.0151789 (94.3381) Other time (%) = 9.89437e-05 (0.614942) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:51 2021 Memory usage per processor = 27.5154 Mbytes Step Atoms AVEKE stressZZ 1958 5000 2.2580186e-12 670609.89 1959 -0.00682499999999628 670597.330011921 1959 5000 2.2578819e-12 670597.33 Loop time of 0.0166612 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:51 2021 Pair time (%) = 0.000802994 (4.81955) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.216079) Outpt time (%) = 0.0157211 (94.3576) Other time (%) = 0.000101089 (0.606737) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:51 2021 Memory usage per processor = 27.5154 Mbytes Step Atoms AVEKE stressZZ 1959 5000 2.2578819e-12 670596.45 1960 -0.00682499999999628 670581.34529451 1960 5000 4.4609124e-12 670603.29 Loop time of 0.017978 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:51 2021 Pair time (%) = 0.000770092 (4.28354) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.194947) Outpt time (%) = 0.017056 (94.8717) Other time (%) = 0.000116825 (0.649824) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:51 2021 Memory usage per processor = 27.5155 Mbytes Step Atoms AVEKE stressZZ 1960 5000 4.4609124e-12 691574.06 1961 -0.00685749999999626 691557.271135494 1961 5000 3.6236755e-12 691557.27 Loop time of 0.0164311 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:51 2021 Pair time (%) = 0.000928164 (5.64882) Neigh time (%) = 0 (0) Comm time (%) = 4.19617e-05 (0.25538) Outpt time (%) = 0.0153592 (93.4762) Other time (%) = 0.000101805 (0.619586) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:51 2021 Memory usage per processor = 27.5155 Mbytes Step Atoms AVEKE stressZZ 1961 5000 3.6236755e-12 691556.08 1962 -0.00685749999999626 691540.671791606 1962 5000 3.1367422e-12 691540.67 Loop time of 0.0163052 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:51 2021 Pair time (%) = 0.000932932 (5.72168) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.245654) Outpt time (%) = 0.0152161 (93.3206) Other time (%) = 0.00011611 (0.712103) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:51 2021 Memory usage per processor = 27.5155 Mbytes Step Atoms AVEKE stressZZ 1962 5000 3.1367422e-12 691539.58 1963 -0.00685749999999626 691525.052654999 1963 5000 2.8454922e-12 691525.05 Loop time of 0.0168931 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:51 2021 Pair time (%) = 0.000772953 (4.57554) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207466) Outpt time (%) = 0.0159981 (94.7019) Other time (%) = 8.70228e-05 (0.515137) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:51 2021 Memory usage per processor = 27.5155 Mbytes Step Atoms AVEKE stressZZ 1963 5000 2.8454922e-12 691524.02 1964 -0.00685749999999626 691510.056651413 1964 5000 2.6677205e-12 691510.06 Loop time of 0.016762 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:51 2021 Pair time (%) = 0.000774145 (4.61845) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209089) Outpt time (%) = 0.0158579 (94.6064) Other time (%) = 9.48906e-05 (0.566105) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:51 2021 Memory usage per processor = 27.5155 Mbytes Step Atoms AVEKE stressZZ 1964 5000 2.6677205e-12 691509.06 1965 -0.00685749999999626 691495.456857167 1965 5000 2.5576708e-12 691495.46 Loop time of 0.0165031 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:51 2021 Pair time (%) = 0.000773907 (4.68946) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.218148) Outpt time (%) = 0.0155451 (94.1952) Other time (%) = 0.000148058 (0.897153) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:51 2021 Memory usage per processor = 27.5155 Mbytes Step Atoms AVEKE stressZZ 1965 5000 2.5576708e-12 691494.49 1966 -0.00685749999999626 691481.109060204 1966 5000 2.4888838e-12 691481.11 Loop time of 0.0167279 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:51 2021 Pair time (%) = 0.000840902 (5.02694) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209515) Outpt time (%) = 0.0157511 (94.1607) Other time (%) = 0.000100851 (0.60289) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:51 2021 Memory usage per processor = 27.5155 Mbytes Step Atoms AVEKE stressZZ 1966 5000 2.4888838e-12 691480.16 1967 -0.00685749999999626 691466.921612318 1967 5000 2.4456025e-12 691466.92 Loop time of 0.016813 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:51 2021 Pair time (%) = 0.000773907 (4.60301) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.214127) Outpt time (%) = 0.0158992 (94.5646) Other time (%) = 0.000103951 (0.618273) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:51 2021 Memory usage per processor = 27.5155 Mbytes Step Atoms AVEKE stressZZ 1967 5000 2.4456025e-12 691465.98 1968 -0.00685749999999626 691452.836270074 1968 5000 2.4182408e-12 691452.84 Loop time of 0.0162442 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:51 2021 Pair time (%) = 0.000771046 (4.7466) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.215754) Outpt time (%) = 0.0153332 (94.3919) Other time (%) = 0.000104904 (0.645796) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:51 2021 Memory usage per processor = 27.5155 Mbytes Step Atoms AVEKE stressZZ 1968 5000 2.4182408e-12 691451.9 1969 -0.00685749999999626 691438.816019194 1969 5000 2.400879e-12 691438.82 Loop time of 0.0166109 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:51 2021 Pair time (%) = 0.000983953 (5.92355) Neigh time (%) = 0 (0) Comm time (%) = 5.60284e-05 (0.3373) Outpt time (%) = 0.01542 (92.8306) Other time (%) = 0.000150919 (0.908556) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:51 2021 Memory usage per processor = 27.5155 Mbytes Step Atoms AVEKE stressZZ 1969 5000 2.400879e-12 691437.89 1970 -0.00685749999999626 691424.837336684 1970 5000 2.3898249e-12 691424.84 Loop time of 0.0182409 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:51 2021 Pair time (%) = 0.000771046 (4.22701) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.192137) Outpt time (%) = 0.0173419 (95.0711) Other time (%) = 9.29832e-05 (0.509751) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:51 2021 Memory usage per processor = 27.5156 Mbytes Step Atoms AVEKE stressZZ 1970 5000 2.3898249e-12 691423.91 1971 -0.00685749999999626 691410.885273388 1971 5000 2.3827603e-12 691410.89 Loop time of 0.0167232 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:51 2021 Pair time (%) = 0.000770807 (4.60922) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.208149) Outpt time (%) = 0.0158229 (94.6166) Other time (%) = 9.46522e-05 (0.565995) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:51 2021 Memory usage per processor = 27.5156 Mbytes Step Atoms AVEKE stressZZ 1971 5000 2.3827603e-12 691409.96 1972 -0.00685749999999626 691396.950328959 1972 5000 2.3782234e-12 691396.95 Loop time of 0.01614 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:52 2021 Pair time (%) = 0.000833988 (5.16722) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.228965) Outpt time (%) = 0.015166 (93.9657) Other time (%) = 0.000102997 (0.638147) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:52 2021 Memory usage per processor = 27.5156 Mbytes Step Atoms AVEKE stressZZ 1972 5000 2.3782234e-12 691396.03 1973 -0.00685749999999626 691383.02646581 1973 5000 2.3752897e-12 691383.03 Loop time of 0.0170739 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:52 2021 Pair time (%) = 0.000862837 (5.05355) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.222027) Outpt time (%) = 0.016052 (94.0151) Other time (%) = 0.000121117 (0.709368) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:52 2021 Memory usage per processor = 27.5156 Mbytes Step Atoms AVEKE stressZZ 1973 5000 2.3752897e-12 691382.1 1974 -0.00685749999999626 691369.109846966 1974 5000 2.3733735e-12 691369.11 Loop time of 0.0165539 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:52 2021 Pair time (%) = 0.0008111 (4.89976) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211718) Outpt time (%) = 0.015614 (94.3225) Other time (%) = 9.36985e-05 (0.566021) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:52 2021 Memory usage per processor = 27.5156 Mbytes Step Atoms AVEKE stressZZ 1974 5000 2.3733735e-12 691368.19 1975 -0.00685749999999626 691355.198033952 1975 5000 2.3721035e-12 691355.2 Loop time of 0.016237 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:52 2021 Pair time (%) = 0.000905037 (5.57391) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.221723) Outpt time (%) = 0.0151641 (93.3924) Other time (%) = 0.000131845 (0.812005) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:52 2021 Memory usage per processor = 27.5156 Mbytes Step Atoms AVEKE stressZZ 1975 5000 2.3721035e-12 691354.27 1976 -0.00685749999999626 691341.289477119 1976 5000 2.371244e-12 691341.29 Loop time of 0.017029 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:52 2021 Pair time (%) = 0.000813961 (4.77984) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.211411) Outpt time (%) = 0.016083 (94.4445) Other time (%) = 9.60827e-05 (0.564228) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:52 2021 Memory usage per processor = 27.5156 Mbytes Step Atoms AVEKE stressZZ 1976 5000 2.371244e-12 691340.37 1977 -0.00685749999999626 691327.383191627 1977 5000 2.3706453e-12 691327.38 Loop time of 0.0168221 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:52 2021 Pair time (%) = 0.000769854 (4.57644) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208342) Outpt time (%) = 0.0159218 (94.6483) Other time (%) = 9.53674e-05 (0.566918) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:52 2021 Memory usage per processor = 27.5156 Mbytes Step Atoms AVEKE stressZZ 1977 5000 2.3706453e-12 691326.46 1978 -0.00685749999999626 691313.478551591 1978 5000 2.3702122e-12 691313.48 Loop time of 0.016067 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:52 2021 Pair time (%) = 0.000769854 (4.79151) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.216649) Outpt time (%) = 0.0151711 (94.4235) Other time (%) = 9.13143e-05 (0.568334) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:52 2021 Memory usage per processor = 27.5156 Mbytes Step Atoms AVEKE stressZZ 1978 5000 2.3702122e-12 691312.56 1979 -0.00685749999999626 691299.575159201 1979 5000 2.3698844e-12 691299.58 Loop time of 0.0165951 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:52 2021 Pair time (%) = 0.00100493 (6.0556) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.247109) Outpt time (%) = 0.015414 (92.8827) Other time (%) = 0.000135183 (0.814597) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:52 2021 Memory usage per processor = 27.5156 Mbytes Step Atoms AVEKE stressZZ 1979 5000 2.3698844e-12 691298.65 1980 -0.00685749999999626 691285.672761669 1980 5000 2.3696235e-12 691285.67 Loop time of 0.0184309 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:52 2021 Pair time (%) = 0.000771046 (4.18343) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.188862) Outpt time (%) = 0.017529 (95.1064) Other time (%) = 9.60827e-05 (0.521312) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:52 2021 Memory usage per processor = 27.5156 Mbytes Step Atoms AVEKE stressZZ 1980 5000 2.3696235e-12 691284.75 1981 -0.00685749999999626 691271.771198312 1981 5000 2.3694051e-12 691271.77 Loop time of 0.016732 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:52 2021 Pair time (%) = 0.000772953 (4.61962) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209464) Outpt time (%) = 0.0158291 (94.6038) Other time (%) = 9.48906e-05 (0.567121) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:52 2021 Memory usage per processor = 27.5156 Mbytes Step Atoms AVEKE stressZZ 1981 5000 2.3694051e-12 691270.85 1982 -0.00685749999999626 691257.870367003 1982 5000 2.3692138e-12 691257.87 Loop time of 0.016305 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:52 2021 Pair time (%) = 0.000781059 (4.79031) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.220799) Outpt time (%) = 0.0153871 (94.3704) Other time (%) = 0.000100851 (0.61853) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:52 2021 Memory usage per processor = 27.5156 Mbytes Step Atoms AVEKE stressZZ 1982 5000 2.3692138e-12 691256.95 1983 -0.00685749999999626 691243.97020284 1983 5000 2.3690396e-12 691243.97 Loop time of 0.016633 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:52 2021 Pair time (%) = 0.000791073 (4.75603) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.21071) Outpt time (%) = 0.015713 (94.4685) Other time (%) = 9.39369e-05 (0.564761) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:52 2021 Memory usage per processor = 27.5156 Mbytes Step Atoms AVEKE stressZZ 1983 5000 2.3690396e-12 691243.05 1984 -0.00685749999999626 691230.070664552 1984 5000 2.3688763e-12 691230.07 Loop time of 0.0166759 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:52 2021 Pair time (%) = 0.000771999 (4.62942) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.204449) Outpt time (%) = 0.0157812 (94.6343) Other time (%) = 8.86917e-05 (0.531854) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:52 2021 Memory usage per processor = 27.5156 Mbytes Step Atoms AVEKE stressZZ 1984 5000 2.3688763e-12 691229.15 1985 -0.00685749999999626 691216.171725897 1985 5000 2.36872e-12 691216.17 Loop time of 0.0162601 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:52 2021 Pair time (%) = 0.000859976 (5.28886) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.215543) Outpt time (%) = 0.0151761 (93.3328) Other time (%) = 0.000189066 (1.16276) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:52 2021 Memory usage per processor = 27.5156 Mbytes Step Atoms AVEKE stressZZ 1985 5000 2.36872e-12 691215.25 1986 -0.00685749999999626 691202.273370188 1986 5000 2.3685681e-12 691202.27 Loop time of 0.017282 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:52 2021 Pair time (%) = 0.000917912 (5.31137) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.215214) Outpt time (%) = 0.016175 (93.5946) Other time (%) = 0.000151873 (0.87879) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:52 2021 Memory usage per processor = 27.5156 Mbytes Step Atoms AVEKE stressZZ 1986 5000 2.3685681e-12 691201.35 1987 -0.00685749999999626 691188.3755868 1987 5000 2.3684191e-12 691188.38 Loop time of 0.017031 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:52 2021 Pair time (%) = 0.000799894 (4.69671) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.211387) Outpt time (%) = 0.0161021 (94.5459) Other time (%) = 9.29832e-05 (0.545966) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:52 2021 Memory usage per processor = 27.5156 Mbytes Step Atoms AVEKE stressZZ 1987 5000 2.3684191e-12 691187.45 1988 -0.00685749999999626 691174.478368976 1988 5000 2.3682718e-12 691174.48 Loop time of 0.0161769 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:52 2021 Pair time (%) = 0.000771046 (4.76633) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.216651) Outpt time (%) = 0.0152791 (94.4496) Other time (%) = 9.17912e-05 (0.56742) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:52 2021 Memory usage per processor = 27.5156 Mbytes Step Atoms AVEKE stressZZ 1988 5000 2.3682718e-12 691173.56 1989 -0.00685749999999626 691160.581712421 1989 5000 2.3681256e-12 691160.58 Loop time of 0.0161569 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:52 2021 Pair time (%) = 0.000797033 (4.93308) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.228725) Outpt time (%) = 0.0152209 (94.2066) Other time (%) = 0.000102043 (0.631576) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:52 2021 Memory usage per processor = 27.5156 Mbytes Step Atoms AVEKE stressZZ 1989 5000 2.3681256e-12 691159.66 1990 -0.00685749999999626 691146.685614366 1990 5000 2.3679802e-12 691146.69 Loop time of 0.018311 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:52 2021 Pair time (%) = 0.000774145 (4.22775) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.186193) Outpt time (%) = 0.01741 (95.0796) Other time (%) = 9.27448e-05 (0.506497) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:52 2021 Memory usage per processor = 27.5156 Mbytes Step Atoms AVEKE stressZZ 1990 5000 2.3679802e-12 691145.76 1991 -0.00685749999999626 691132.790073051 1991 5000 2.3678353e-12 691132.79 Loop time of 0.0166152 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:52 2021 Pair time (%) = 0.000772953 (4.6521) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.210937) Outpt time (%) = 0.0156808 (94.3764) Other time (%) = 0.000126362 (0.760522) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:52 2021 Memory usage per processor = 27.5156 Mbytes Step Atoms AVEKE stressZZ 1991 5000 2.3678353e-12 691131.87 1992 -0.00685749999999626 691118.895087351 1992 5000 2.3676906e-12 691118.9 Loop time of 0.015995 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:52 2021 Pair time (%) = 0.000809908 (5.0635) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.213153) Outpt time (%) = 0.0150549 (94.1226) Other time (%) = 9.60827e-05 (0.600704) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:52 2021 Memory usage per processor = 27.5156 Mbytes Step Atoms AVEKE stressZZ 1992 5000 2.3676906e-12 691117.97 1993 -0.00685749999999626 691105.000656509 1993 5000 2.3675462e-12 691105 Loop time of 0.01595 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:52 2021 Pair time (%) = 0.000771046 (4.83415) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.219734) Outpt time (%) = 0.0150542 (94.3841) Other time (%) = 8.96454e-05 (0.562041) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:52 2021 Memory usage per processor = 27.5156 Mbytes Step Atoms AVEKE stressZZ 1993 5000 2.3675462e-12 691104.08 1994 -0.00685749999999626 691091.106780055 1994 5000 2.3674019e-12 691091.11 Loop time of 0.0160971 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:52 2021 Pair time (%) = 0.000773907 (4.80775) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.211802) Outpt time (%) = 0.0151989 (94.4206) Other time (%) = 9.01222e-05 (0.559867) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:52 2021 Memory usage per processor = 27.5156 Mbytes Step Atoms AVEKE stressZZ 1994 5000 2.3674019e-12 691090.18 1995 -0.00685749999999626 691077.213457673 1995 5000 2.3672576e-12 691077.21 Loop time of 0.0171089 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:52 2021 Pair time (%) = 0.000775099 (4.53038) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204849) Outpt time (%) = 0.016207 (94.7283) Other time (%) = 9.17912e-05 (0.536511) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:52 2021 Memory usage per processor = 27.5156 Mbytes Step Atoms AVEKE stressZZ 1995 5000 2.3672576e-12 691076.29 1996 -0.00685749999999626 691063.320695687 1996 5000 2.3671135e-12 691063.32 Loop time of 0.0161722 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:52 2021 Pair time (%) = 0.000776052 (4.79869) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.216715) Outpt time (%) = 0.0152659 (94.3964) Other time (%) = 9.5129e-05 (0.588227) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:52 2021 Memory usage per processor = 27.5156 Mbytes Step Atoms AVEKE stressZZ 1996 5000 2.3671135e-12 691062.4 1997 -0.00685749999999626 691049.428501641 1997 5000 2.3669693e-12 691049.43 Loop time of 0.0165539 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:52 2021 Pair time (%) = 0.000979185 (5.91514) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.283731) Outpt time (%) = 0.0153511 (92.7339) Other time (%) = 0.000176668 (1.06723) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:52 2021 Memory usage per processor = 27.5156 Mbytes Step Atoms AVEKE stressZZ 1997 5000 2.3669693e-12 691048.51 1998 -0.00685749999999626 691035.536869142 1998 5000 2.3668252e-12 691035.54 Loop time of 0.016681 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:52 2021 Pair time (%) = 0.000859976 (5.15543) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.215822) Outpt time (%) = 0.01565 (93.8198) Other time (%) = 0.000134945 (0.808976) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:52 2021 Memory usage per processor = 27.5156 Mbytes Step Atoms AVEKE stressZZ 1998 5000 2.3668252e-12 691034.61 1999 -0.00685749999999626 691021.645796305 1999 5000 2.3666811e-12 691021.65 Loop time of 0.0162041 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:52 2021 Pair time (%) = 0.000771999 (4.76422) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.216288) Outpt time (%) = 0.0153031 (94.4398) Other time (%) = 9.39369e-05 (0.57971) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:52 2021 Memory usage per processor = 27.5156 Mbytes Step Atoms AVEKE stressZZ 1999 5000 2.3666811e-12 691020.72 2000 -0.00685749999999626 691007.755282122 2000 5000 2.3665371e-12 691007.76 Loop time of 0.0175869 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:52 2021 Pair time (%) = 0.000837088 (4.75971) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.211482) Outpt time (%) = 0.0165908 (94.3361) Other time (%) = 0.000121832 (0.69274) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:52 2021 Memory usage per processor = 27.5157 Mbytes Step Atoms AVEKE stressZZ 2000 5000 2.3665371e-12 691006.83 2001 -0.00685749999999626 690993.865324606 2001 5000 2.366393e-12 690993.87 Loop time of 0.0169659 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:52 2021 Pair time (%) = 0.00098896 (5.82912) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.212198) Outpt time (%) = 0.015821 (93.2518) Other time (%) = 0.000119925 (0.706858) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:52 2021 Memory usage per processor = 27.5157 Mbytes Step Atoms AVEKE stressZZ 2001 5000 2.366393e-12 690992.94 2002 -0.00685749999999626 690979.975923781 2002 5000 2.366249e-12 690979.98 Loop time of 0.01671 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:52 2021 Pair time (%) = 0.000771046 (4.61427) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.208313) Outpt time (%) = 0.0158091 (94.6081) Other time (%) = 9.5129e-05 (0.569292) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:52 2021 Memory usage per processor = 27.5157 Mbytes Step Atoms AVEKE stressZZ 2002 5000 2.366249e-12 690979.05 2003 -0.00685749999999626 690966.087079817 2003 5000 2.366105e-12 690966.09 Loop time of 0.0160692 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:52 2021 Pair time (%) = 0.000815868 (5.07723) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.218104) Outpt time (%) = 0.0151231 (94.1127) Other time (%) = 9.5129e-05 (0.591997) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:52 2021 Memory usage per processor = 27.5157 Mbytes Step Atoms AVEKE stressZZ 2003 5000 2.366105e-12 690965.16 2004 -0.00685749999999626 690952.198792435 2004 5000 2.365961e-12 690952.2 Loop time of 0.0168149 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:52 2021 Pair time (%) = 0.000869036 (5.16823) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.219774) Outpt time (%) = 0.015799 (93.9583) Other time (%) = 0.000109911 (0.65365) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:52 2021 Memory usage per processor = 27.5157 Mbytes Step Atoms AVEKE stressZZ 2004 5000 2.365961e-12 690951.28 2005 -0.00685749999999626 690938.311061379 2005 5000 2.365817e-12 690938.31 Loop time of 0.016818 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:52 2021 Pair time (%) = 0.000859976 (5.11341) Neigh time (%) = 0 (0) Comm time (%) = 4.88758e-05 (0.290615) Outpt time (%) = 0.0157502 (93.6504) Other time (%) = 0.000159025 (0.945563) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:52 2021 Memory usage per processor = 27.5157 Mbytes Step Atoms AVEKE stressZZ 2005 5000 2.365817e-12 690937.39 2006 -0.00685749999999626 690924.423886465 2006 5000 2.365673e-12 690924.42 Loop time of 0.0162082 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:52 2021 Pair time (%) = 0.000772953 (4.76891) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.216234) Outpt time (%) = 0.015306 (94.4338) Other time (%) = 9.41753e-05 (0.581036) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:52 2021 Memory usage per processor = 27.5157 Mbytes Step Atoms AVEKE stressZZ 2006 5000 2.365673e-12 690923.5 2007 -0.00685749999999626 690910.537267518 2007 5000 2.3655291e-12 690910.54 Loop time of 0.0166228 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:52 2021 Pair time (%) = 0.00095892 (5.76871) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.235223) Outpt time (%) = 0.0154669 (93.0466) Other time (%) = 0.000157833 (0.949499) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:52 2021 Memory usage per processor = 27.5157 Mbytes Step Atoms AVEKE stressZZ 2007 5000 2.3655291e-12 690909.61 2008 -0.00685749999999626 690896.651204365 2008 5000 2.3653851e-12 690896.65 Loop time of 0.01689 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:52 2021 Pair time (%) = 0.000771999 (4.57073) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.200446) Outpt time (%) = 0.0159891 (94.6656) Other time (%) = 9.5129e-05 (0.563225) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:52 2021 Memory usage per processor = 27.5157 Mbytes Step Atoms AVEKE stressZZ 2008 5000 2.3653851e-12 690895.73 2009 -0.00685749999999626 690882.765696886 2009 5000 2.3652412e-12 690882.77 Loop time of 0.0166039 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:52 2021 Pair time (%) = 0.000771999 (4.64949) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.209644) Outpt time (%) = 0.0157039 (94.5794) Other time (%) = 9.32217e-05 (0.561443) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:52 2021 Memory usage per processor = 27.5157 Mbytes Step Atoms AVEKE stressZZ 2009 5000 2.3652412e-12 690881.84 2010 -0.00685749999999626 690868.880744936 2010 5000 2.3650972e-12 690868.88 Loop time of 0.0175469 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:52 2021 Pair time (%) = 0.000820875 (4.67818) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.210606) Outpt time (%) = 0.016573 (94.4495) Other time (%) = 0.00011611 (0.661712) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:52 2021 Memory usage per processor = 27.5157 Mbytes Step Atoms AVEKE stressZZ 2010 5000 2.3650972e-12 690867.96 2011 -0.00685749999999626 690854.99634839 2011 5000 2.3649533e-12 690855 Loop time of 0.0169649 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:52 2021 Pair time (%) = 0.000840902 (4.95671) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206588) Outpt time (%) = 0.015985 (94.224) Other time (%) = 0.000103951 (0.612738) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:52 2021 Memory usage per processor = 27.5157 Mbytes Step Atoms AVEKE stressZZ 2011 5000 2.3649533e-12 690854.07 2012 -0.00685749999999626 690841.112507146 2012 5000 2.3648094e-12 690841.11 Loop time of 0.0169399 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:52 2021 Pair time (%) = 0.000774145 (4.56996) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206894) Outpt time (%) = 0.0160389 (94.6813) Other time (%) = 9.17912e-05 (0.541864) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:52 2021 Memory usage per processor = 27.5157 Mbytes Step Atoms AVEKE stressZZ 2012 5000 2.3648094e-12 690840.19 2013 -0.00685749999999626 690827.229221046 2013 5000 2.3646655e-12 690827.23 Loop time of 0.0160921 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:52 2021 Pair time (%) = 0.000771999 (4.79739) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.217794) Outpt time (%) = 0.0151911 (94.4011) Other time (%) = 9.39369e-05 (0.583747) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:52 2021 Memory usage per processor = 27.5157 Mbytes Step Atoms AVEKE stressZZ 2013 5000 2.3646655e-12 690826.31 2014 -0.00685749999999626 690813.346490074 2014 5000 2.3645216e-12 690813.35 Loop time of 0.016706 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:52 2021 Pair time (%) = 0.000935078 (5.59726) Neigh time (%) = 0 (0) Comm time (%) = 5.57899e-05 (0.333952) Outpt time (%) = 0.015548 (93.0684) Other time (%) = 0.000167131 (1.00043) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:52 2021 Memory usage per processor = 27.5157 Mbytes Step Atoms AVEKE stressZZ 2014 5000 2.3645216e-12 690812.42 2015 -0.00685749999999626 690799.464314065 2015 5000 2.3643777e-12 690799.46 Loop time of 0.0168231 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:52 2021 Pair time (%) = 0.000772953 (4.59461) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.20833) Outpt time (%) = 0.0159271 (94.6741) Other time (%) = 8.79765e-05 (0.522952) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:52 2021 Memory usage per processor = 27.5157 Mbytes Step Atoms AVEKE stressZZ 2015 5000 2.3643777e-12 690798.54 2016 -0.00685749999999626 690785.582692969 2016 5000 2.3642339e-12 690785.58 Loop time of 0.016314 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:52 2021 Pair time (%) = 0.000773907 (4.74381) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.220676) Outpt time (%) = 0.0154121 (94.4714) Other time (%) = 9.20296e-05 (0.564113) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:52 2021 Memory usage per processor = 27.5157 Mbytes Step Atoms AVEKE stressZZ 2016 5000 2.3642339e-12 690784.66 2017 -0.00685749999999626 690771.70162668 2017 5000 2.36409e-12 690771.7 Loop time of 0.016326 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:53 2021 Pair time (%) = 0.000791073 (4.84549) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.220515) Outpt time (%) = 0.0153949 (94.2973) Other time (%) = 0.000103951 (0.636719) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:53 2021 Memory usage per processor = 27.5157 Mbytes Step Atoms AVEKE stressZZ 2017 5000 2.36409e-12 690770.78 2018 -0.00685749999999626 690757.821115113 2018 5000 2.3639462e-12 690757.82 Loop time of 0.0171502 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:53 2021 Pair time (%) = 0.000773907 (4.51253) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204357) Outpt time (%) = 0.016248 (94.7395) Other time (%) = 9.32217e-05 (0.543561) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:53 2021 Memory usage per processor = 27.5157 Mbytes Step Atoms AVEKE stressZZ 2018 5000 2.3639462e-12 690756.9 2019 -0.00685749999999626 690743.941158195 2019 5000 2.3638023e-12 690743.94 Loop time of 0.0167608 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:53 2021 Pair time (%) = 0.000772953 (4.61166) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.203414) Outpt time (%) = 0.0158298 (94.4452) Other time (%) = 0.000123978 (0.739687) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:53 2021 Memory usage per processor = 27.5157 Mbytes Step Atoms AVEKE stressZZ 2019 5000 2.3638023e-12 690743.02 2020 -0.00685749999999626 690730.061755833 2020 5000 2.3636585e-12 690730.06 Loop time of 0.0174851 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:53 2021 Pair time (%) = 0.00078392 (4.48335) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.21135) Outpt time (%) = 0.0165641 (94.7326) Other time (%) = 0.000100136 (0.572691) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:53 2021 Memory usage per processor = 27.5157 Mbytes Step Atoms AVEKE stressZZ 2020 5000 2.3636585e-12 690729.14 2021 -0.00685749999999626 690716.18290797 2021 5000 2.3635147e-12 690716.18 Loop time of 0.0168869 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:53 2021 Pair time (%) = 0.00104403 (6.1825) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.218837) Outpt time (%) = 0.015662 (92.7459) Other time (%) = 0.000144005 (0.852758) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:53 2021 Memory usage per processor = 27.5157 Mbytes Step Atoms AVEKE stressZZ 2021 5000 2.3635147e-12 690715.26 2022 -0.00685749999999626 690702.304614544 2022 5000 2.3633709e-12 690702.3 Loop time of 0.016696 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:53 2021 Pair time (%) = 0.000771999 (4.62386) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.204204) Outpt time (%) = 0.015795 (94.6036) Other time (%) = 9.48906e-05 (0.568344) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:53 2021 Memory usage per processor = 27.5157 Mbytes Step Atoms AVEKE stressZZ 2022 5000 2.3633709e-12 690701.38 2023 -0.00685749999999626 690688.426875449 2023 5000 2.3632271e-12 690688.43 Loop time of 0.0164571 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:53 2021 Pair time (%) = 0.000844955 (5.1343) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.211515) Outpt time (%) = 0.015481 (94.0689) Other time (%) = 9.63211e-05 (0.585287) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:53 2021 Memory usage per processor = 27.5157 Mbytes Step Atoms AVEKE stressZZ 2023 5000 2.3632271e-12 690687.5 2024 -0.00685749999999626 690674.549690643 2024 5000 2.3630834e-12 690674.55 Loop time of 0.016221 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:53 2021 Pair time (%) = 0.000793934 (4.89447) Neigh time (%) = 0 (0) Comm time (%) = 5.07832e-05 (0.31307) Outpt time (%) = 0.015254 (94.0385) Other time (%) = 0.000122309 (0.754013) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:53 2021 Memory usage per processor = 27.5157 Mbytes Step Atoms AVEKE stressZZ 2024 5000 2.3630834e-12 690673.63 2025 -0.00685749999999626 690660.673060078 2025 5000 2.3629396e-12 690660.67 Loop time of 0.017158 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:53 2021 Pair time (%) = 0.000889063 (5.18161) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.227885) Outpt time (%) = 0.016114 (93.9152) Other time (%) = 0.000115871 (0.675319) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:53 2021 Memory usage per processor = 27.5157 Mbytes Step Atoms AVEKE stressZZ 2025 5000 2.3629396e-12 690659.75 2026 -0.00685749999999626 690646.796983654 2026 5000 2.3627959e-12 690646.8 Loop time of 0.0170491 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:53 2021 Pair time (%) = 0.000836849 (4.90847) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.211162) Outpt time (%) = 0.016027 (94.005) Other time (%) = 0.00014925 (0.875414) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:53 2021 Memory usage per processor = 27.5157 Mbytes Step Atoms AVEKE stressZZ 2026 5000 2.3627959e-12 690645.87 2027 -0.00685749999999626 690632.921461309 2027 5000 2.3626521e-12 690632.92 Loop time of 0.016968 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:53 2021 Pair time (%) = 0.000790119 (4.65652) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.217791) Outpt time (%) = 0.0159938 (94.2587) Other time (%) = 0.000147104 (0.86695) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:53 2021 Memory usage per processor = 27.5157 Mbytes Step Atoms AVEKE stressZZ 2027 5000 2.3626521e-12 690632 2028 -0.00685749999999626 690619.046492972 2028 5000 2.3625084e-12 690619.05 Loop time of 0.0166481 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:53 2021 Pair time (%) = 0.000792027 (4.75747) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.216249) Outpt time (%) = 0.015718 (94.4133) Other time (%) = 0.000102043 (0.612943) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:53 2021 Memory usage per processor = 27.5157 Mbytes Step Atoms AVEKE stressZZ 2028 5000 2.3625084e-12 690618.12 2029 -0.00685749999999626 690605.172080051 2029 5000 2.3623647e-12 690605.17 Loop time of 0.0172091 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:53 2021 Pair time (%) = 0.00087595 (5.09005) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.209199) Outpt time (%) = 0.016196 (94.1133) Other time (%) = 0.000101089 (0.58742) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:53 2021 Memory usage per processor = 27.5157 Mbytes Step Atoms AVEKE stressZZ 2029 5000 2.3623647e-12 690604.25 2030 -0.00685749999999626 690591.29823927 2030 5000 2.362221e-12 690591.3 Loop time of 0.018389 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:53 2021 Pair time (%) = 0.000791073 (4.30188) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.200962) Outpt time (%) = 0.0174589 (94.9422) Other time (%) = 0.000102043 (0.554914) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:53 2021 Memory usage per processor = 27.5157 Mbytes Step Atoms AVEKE stressZZ 2030 5000 2.362221e-12 690590.38 2031 -0.00685749999999626 690577.424963929 2031 5000 2.3620773e-12 690577.42 Loop time of 0.0170069 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:53 2021 Pair time (%) = 0.000918865 (5.4029) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.204677) Outpt time (%) = 0.0158918 (93.4433) Other time (%) = 0.000161409 (0.949083) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:53 2021 Memory usage per processor = 27.5157 Mbytes Step Atoms AVEKE stressZZ 2031 5000 2.3620773e-12 690576.5 2032 -0.00685749999999626 690563.552250597 2032 5000 2.3619336e-12 690563.55 Loop time of 0.0168481 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:53 2021 Pair time (%) = 0.000937223 (5.56279) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.230663) Outpt time (%) = 0.0157442 (93.4481) Other time (%) = 0.000127792 (0.758498) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:53 2021 Memory usage per processor = 27.5157 Mbytes Step Atoms AVEKE stressZZ 2032 5000 2.3619336e-12 690562.63 2033 -0.00685749999999626 690549.680097755 2033 5000 2.36179e-12 690549.68 Loop time of 0.0172129 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:53 2021 Pair time (%) = 0.000856161 (4.97396) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.227159) Outpt time (%) = 0.016192 (94.0689) Other time (%) = 0.000125647 (0.729957) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:53 2021 Memory usage per processor = 27.5157 Mbytes Step Atoms AVEKE stressZZ 2033 5000 2.36179e-12 690548.76 2034 -0.00685749999999626 690535.808504467 2034 5000 2.3616463e-12 690535.81 Loop time of 0.0169761 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:53 2021 Pair time (%) = 0.00090909 (5.35511) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.21207) Outpt time (%) = 0.015919 (93.7727) Other time (%) = 0.000112057 (0.660085) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:53 2021 Memory usage per processor = 27.5157 Mbytes Step Atoms AVEKE stressZZ 2034 5000 2.3616463e-12 690534.89 2035 -0.00685749999999626 690521.937467691 2035 5000 2.3615026e-12 690521.94 Loop time of 0.016999 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:53 2021 Pair time (%) = 0.000839949 (4.94116) Neigh time (%) = 0 (0) Comm time (%) = 5.00679e-05 (0.294534) Outpt time (%) = 0.0160022 (94.136) Other time (%) = 0.000106812 (0.62834) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:53 2021 Memory usage per processor = 27.5157 Mbytes Step Atoms AVEKE stressZZ 2035 5000 2.3615026e-12 690521.02 2036 -0.00685749999999626 690508.066988536 2036 5000 2.361359e-12 690508.07 Loop time of 0.0165381 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:53 2021 Pair time (%) = 0.000793934 (4.80062) Neigh time (%) = 0 (0) Comm time (%) = 6.79493e-05 (0.410864) Outpt time (%) = 0.015558 (94.0735) Other time (%) = 0.000118256 (0.715048) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:53 2021 Memory usage per processor = 27.5157 Mbytes Step Atoms AVEKE stressZZ 2036 5000 2.361359e-12 690507.14 2037 -0.00685749999999626 690494.197066991 2037 5000 2.3612154e-12 690494.2 Loop time of 0.0162652 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:53 2021 Pair time (%) = 0.000824928 (5.07175) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.21401) Outpt time (%) = 0.0153098 (94.1264) Other time (%) = 9.56059e-05 (0.587796) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:53 2021 Memory usage per processor = 27.5157 Mbytes Step Atoms AVEKE stressZZ 2037 5000 2.3612154e-12 690493.27 2038 -0.00685749999999626 690480.327702734 2038 5000 2.3610718e-12 690480.33 Loop time of 0.016032 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:53 2021 Pair time (%) = 0.000773907 (4.82727) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.21861) Outpt time (%) = 0.0151272 (94.3563) Other time (%) = 9.58443e-05 (0.597832) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:53 2021 Memory usage per processor = 27.5157 Mbytes Step Atoms AVEKE stressZZ 2038 5000 2.3610718e-12 690479.41 2039 -0.00685749999999626 690466.458895497 2039 5000 2.3609282e-12 690466.46 Loop time of 0.0161021 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:53 2021 Pair time (%) = 0.000772953 (4.80033) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.217658) Outpt time (%) = 0.0152051 (94.4297) Other time (%) = 8.89301e-05 (0.55229) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:53 2021 Memory usage per processor = 27.5157 Mbytes Step Atoms AVEKE stressZZ 2039 5000 2.3609282e-12 690465.54 2040 -0.00685749999999626 690452.590645092 2040 5000 2.3607846e-12 690452.59 Loop time of 0.018681 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:53 2021 Pair time (%) = 0.000891924 (4.77449) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.273119) Outpt time (%) = 0.0176151 (94.2938) Other time (%) = 0.000123024 (0.65855) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:53 2021 Memory usage per processor = 27.5157 Mbytes Step Atoms AVEKE stressZZ 2040 5000 2.3607846e-12 690451.67 2041 -0.00685749999999626 690438.722951284 2041 5000 2.360641e-12 690438.72 Loop time of 0.0168462 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:53 2021 Pair time (%) = 0.000795126 (4.71992) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.219367) Outpt time (%) = 0.0159101 (94.4437) Other time (%) = 0.000103951 (0.617057) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:53 2021 Memory usage per processor = 27.5157 Mbytes Step Atoms AVEKE stressZZ 2041 5000 2.360641e-12 690437.8 2042 -0.00685749999999626 690424.855813883 2042 5000 2.3604974e-12 690424.86 Loop time of 0.016994 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:53 2021 Pair time (%) = 0.000952005 (5.60201) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.230085) Outpt time (%) = 0.015861 (93.3331) Other time (%) = 0.000141859 (0.83476) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:53 2021 Memory usage per processor = 27.5157 Mbytes Step Atoms AVEKE stressZZ 2042 5000 2.3604974e-12 690423.93 2043 -0.00685749999999626 690410.989232729 2043 5000 2.3603539e-12 690410.99 Loop time of 0.0173068 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:53 2021 Pair time (%) = 0.000848055 (4.90012) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.214906) Outpt time (%) = 0.0162749 (94.0377) Other time (%) = 0.000146627 (0.847224) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:53 2021 Memory usage per processor = 27.5157 Mbytes Step Atoms AVEKE stressZZ 2043 5000 2.3603539e-12 690410.07 2044 -0.00685749999999626 690397.123207668 2044 5000 2.3602103e-12 690397.12 Loop time of 0.0173469 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:53 2021 Pair time (%) = 0.000796795 (4.59331) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.207537) Outpt time (%) = 0.0164111 (94.6054) Other time (%) = 0.000102997 (0.593749) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:53 2021 Memory usage per processor = 27.5157 Mbytes Step Atoms AVEKE stressZZ 2044 5000 2.3602103e-12 690396.2 2045 -0.00685749999999626 690383.257738551 2045 5000 2.3600668e-12 690383.26 Loop time of 0.0172069 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:53 2021 Pair time (%) = 0.000776052 (4.51012) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.203683) Outpt time (%) = 0.0163 (94.7292) Other time (%) = 9.58443e-05 (0.55701) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:53 2021 Memory usage per processor = 27.5157 Mbytes Step Atoms AVEKE stressZZ 2045 5000 2.3600668e-12 690382.34 2046 -0.00685749999999626 690369.39282522 2046 5000 2.3599233e-12 690369.39 Loop time of 0.01688 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:53 2021 Pair time (%) = 0.000844955 (5.00565) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.30226) Outpt time (%) = 0.015862 (93.9689) Other time (%) = 0.00012207 (0.723164) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:53 2021 Memory usage per processor = 27.5157 Mbytes Step Atoms AVEKE stressZZ 2046 5000 2.3599233e-12 690368.47 2047 -0.00685749999999626 690355.528467558 2047 5000 2.3597798e-12 690355.53 Loop time of 0.0167079 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:53 2021 Pair time (%) = 0.000938892 (5.61945) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.232598) Outpt time (%) = 0.0155959 (93.3446) Other time (%) = 0.00013423 (0.803391) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:53 2021 Memory usage per processor = 27.5157 Mbytes Step Atoms AVEKE stressZZ 2047 5000 2.3597798e-12 690354.61 2048 -0.00685749999999626 690341.664665444 2048 5000 2.3596363e-12 690341.66 Loop time of 0.0172341 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:53 2021 Pair time (%) = 0.000957012 (5.55302) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.237947) Outpt time (%) = 0.016118 (93.5242) Other time (%) = 0.000118017 (0.684789) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:53 2021 Memory usage per processor = 27.5157 Mbytes Step Atoms AVEKE stressZZ 2048 5000 2.3596363e-12 690340.74 2049 -0.00685749999999626 690327.801418772 2049 5000 2.3594928e-12 690327.8 Loop time of 0.017365 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:53 2021 Pair time (%) = 0.000777006 (4.47456) Neigh time (%) = 0 (0) Comm time (%) = 4.91142e-05 (0.282835) Outpt time (%) = 0.016382 (94.3392) Other time (%) = 0.000156879 (0.903424) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:53 2021 Memory usage per processor = 27.5157 Mbytes Step Atoms AVEKE stressZZ 2049 5000 2.3594928e-12 690326.88 2050 -0.00685749999999626 690313.93872743 2050 5000 2.3593493e-12 690313.94 Loop time of 0.0184979 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:53 2021 Pair time (%) = 0.000893116 (4.82819) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.216534) Outpt time (%) = 0.0174432 (94.2979) Other time (%) = 0.000121593 (0.657335) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:53 2021 Memory usage per processor = 27.5157 Mbytes Step Atoms AVEKE stressZZ 2050 5000 2.3593493e-12 690313.02 2051 -0.00685749999999626 690300.07659129 2051 5000 2.3592059e-12 690300.08 Loop time of 0.0167098 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:53 2021 Pair time (%) = 0.000818968 (4.90112) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.228291) Outpt time (%) = 0.0157449 (94.2257) Other time (%) = 0.000107765 (0.644922) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:53 2021 Memory usage per processor = 27.5157 Mbytes Step Atoms AVEKE stressZZ 2051 5000 2.3592059e-12 690299.15 2052 -0.00685749999999626 690286.215010243 2052 5000 2.3590624e-12 690286.22 Loop time of 0.016979 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:53 2021 Pair time (%) = 0.000852108 (5.01861) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.217651) Outpt time (%) = 0.015976 (94.0925) Other time (%) = 0.000113964 (0.671207) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:53 2021 Memory usage per processor = 27.5157 Mbytes Step Atoms AVEKE stressZZ 2052 5000 2.3590624e-12 690285.29 2053 -0.00685749999999626 690272.353984237 2053 5000 2.358919e-12 690272.35 Loop time of 0.017081 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:53 2021 Pair time (%) = 0.000833988 (4.88254) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.216351) Outpt time (%) = 0.016104 (94.28) Other time (%) = 0.000106096 (0.621135) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:53 2021 Memory usage per processor = 27.5157 Mbytes Step Atoms AVEKE stressZZ 2053 5000 2.358919e-12 690271.43 2054 -0.00685749999999626 690258.493513118 2054 5000 2.3587755e-12 690258.49 Loop time of 0.0168209 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:53 2021 Pair time (%) = 0.000808001 (4.80355) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.219696) Outpt time (%) = 0.0158761 (94.3829) Other time (%) = 9.98974e-05 (0.593888) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:53 2021 Memory usage per processor = 27.5157 Mbytes Step Atoms AVEKE stressZZ 2054 5000 2.3587755e-12 690257.57 2055 -0.00685749999999626 690244.633596853 2055 5000 2.3586321e-12 690244.63 Loop time of 0.0170591 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:53 2021 Pair time (%) = 0.00079298 (4.64843) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.211038) Outpt time (%) = 0.016129 (94.5479) Other time (%) = 0.000101089 (0.592584) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:53 2021 Memory usage per processor = 27.5157 Mbytes Step Atoms AVEKE stressZZ 2055 5000 2.3586321e-12 690243.71 2056 -0.00685749999999626 690230.774235324 2056 5000 2.3584887e-12 690230.77 Loop time of 0.01735 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:53 2021 Pair time (%) = 0.00101399 (5.84436) Neigh time (%) = 0 (0) Comm time (%) = 3.98159e-05 (0.229487) Outpt time (%) = 0.0161631 (93.1594) Other time (%) = 0.000133038 (0.766789) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:53 2021 Memory usage per processor = 27.5157 Mbytes Step Atoms AVEKE stressZZ 2056 5000 2.3584887e-12 690229.85 2057 -0.00685749999999626 690216.915428446 2057 5000 2.3583453e-12 690216.92 Loop time of 0.017211 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:53 2021 Pair time (%) = 0.000790834 (4.59495) Neigh time (%) = 0 (0) Comm time (%) = 4.98295e-05 (0.289522) Outpt time (%) = 0.016217 (94.2248) Other time (%) = 0.000153303 (0.89073) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:53 2021 Memory usage per processor = 27.5157 Mbytes Step Atoms AVEKE stressZZ 2057 5000 2.3583453e-12 690215.99 2058 -0.00685749999999626 690203.057176135 2058 5000 2.3582019e-12 690203.06 Loop time of 0.0172181 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:53 2021 Pair time (%) = 0.000968933 (5.62741) Neigh time (%) = 0 (0) Comm time (%) = 5.60284e-05 (0.325404) Outpt time (%) = 0.0160508 (93.2205) Other time (%) = 0.000142336 (0.826664) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:53 2021 Memory usage per processor = 27.5157 Mbytes Step Atoms AVEKE stressZZ 2058 5000 2.3582019e-12 690202.14 2059 -0.00685749999999626 690189.19947832 2059 5000 2.3580586e-12 690189.2 Loop time of 0.0177679 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:53 2021 Pair time (%) = 0.00114584 (6.44893) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.264344) Outpt time (%) = 0.0163832 (92.2065) Other time (%) = 0.000191927 (1.08019) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:53 2021 Memory usage per processor = 27.5157 Mbytes Step Atoms AVEKE stressZZ 2059 5000 2.3580586e-12 690188.28 2060 -0.00685749999999626 690175.342334911 2060 5000 2.3579152e-12 690175.34 Loop time of 0.0186188 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:53 2021 Pair time (%) = 0.000804901 (4.32305) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.198481) Outpt time (%) = 0.017674 (94.9253) Other time (%) = 0.000102997 (0.553187) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:53 2021 Memory usage per processor = 27.5157 Mbytes Step Atoms AVEKE stressZZ 2060 5000 2.3579152e-12 690174.42 2061 -0.00685749999999626 690158.863944401 2061 5000 4.6585469e-12 690181.45 Loop time of 0.0170078 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:54 2021 Pair time (%) = 0.000785828 (4.62039) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206067) Outpt time (%) = 0.0160439 (94.3325) Other time (%) = 0.000143051 (0.84109) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28287 ave 28287 max 28287 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28287 Ave neighs/atom = 5.6574 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:54 2021 Memory usage per processor = 27.5157 Mbytes Step Atoms AVEKE stressZZ 2061 5000 4.6585469e-12 711459.48 2062 -0.00688999999999624 711442.190471454 2062 5000 3.7835246e-12 711442.19 Loop time of 0.0173821 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:54 2021 Pair time (%) = 0.000919104 (5.28763) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.218089) Outpt time (%) = 0.016248 (93.4752) Other time (%) = 0.000177145 (1.01912) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:54 2021 Memory usage per processor = 27.5157 Mbytes Step Atoms AVEKE stressZZ 2062 5000 3.7835246e-12 711440.94 2063 -0.00688999999999624 711425.079339944 2063 5000 3.2746557e-12 711425.08 Loop time of 0.017283 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:54 2021 Pair time (%) = 0.000846863 (4.89999) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.213823) Outpt time (%) = 0.016293 (94.2723) Other time (%) = 0.000106096 (0.613878) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:54 2021 Memory usage per processor = 27.5157 Mbytes Step Atoms AVEKE stressZZ 2063 5000 3.2746557e-12 711423.93 2064 -0.00688999999999624 711408.98036683 2064 5000 2.9703032e-12 711408.98 Loop time of 0.0169141 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:54 2021 Pair time (%) = 0.000859976 (5.08436) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.205799) Outpt time (%) = 0.0158892 (93.9402) Other time (%) = 0.000130177 (0.769632) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:54 2021 Memory usage per processor = 27.5157 Mbytes Step Atoms AVEKE stressZZ 2064 5000 2.9703032e-12 711407.9 2065 -0.00688999999999624 711393.524840254 2065 5000 2.7845416e-12 711393.52 Loop time of 0.0169928 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:54 2021 Pair time (%) = 0.000884056 (5.20253) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.230101) Outpt time (%) = 0.015954 (93.8869) Other time (%) = 0.000115633 (0.680482) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:54 2021 Memory usage per processor = 27.5157 Mbytes Step Atoms AVEKE stressZZ 2065 5000 2.7845416e-12 711392.48 2066 -0.00688999999999624 711378.478440844 2066 5000 2.6695488e-12 711378.48 Loop time of 0.01706 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:54 2021 Pair time (%) = 0.000862837 (5.05765) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.222207) Outpt time (%) = 0.015976 (93.6454) Other time (%) = 0.000183344 (1.0747) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:54 2021 Memory usage per processor = 27.5157 Mbytes Step Atoms AVEKE stressZZ 2066 5000 2.6695488e-12 711377.46 2067 -0.00688999999999624 711363.692256513 2067 5000 2.5976733e-12 711363.69 Loop time of 0.0177009 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:54 2021 Pair time (%) = 0.000869989 (4.91494) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.203386) Outpt time (%) = 0.016618 (93.8823) Other time (%) = 0.000176907 (0.999421) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:54 2021 Memory usage per processor = 27.5157 Mbytes Step Atoms AVEKE stressZZ 2067 5000 2.5976733e-12 711362.69 2068 -0.00688999999999624 711349.071652187 2068 5000 2.5524491e-12 711349.07 Loop time of 0.017283 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:54 2021 Pair time (%) = 0.000906944 (5.24762) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.219341) Outpt time (%) = 0.0161991 (93.7288) Other time (%) = 0.000138998 (0.804249) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:54 2021 Memory usage per processor = 27.5157 Mbytes Step Atoms AVEKE stressZZ 2068 5000 2.5524491e-12 711348.08 2069 -0.00688999999999624 711334.556521396 2069 5000 2.5238592e-12 711334.56 Loop time of 0.017575 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:54 2021 Pair time (%) = 0.000800848 (4.55674) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.204843) Outpt time (%) = 0.0166068 (94.4909) Other time (%) = 0.000131369 (0.747473) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:54 2021 Memory usage per processor = 27.5157 Mbytes Step Atoms AVEKE stressZZ 2069 5000 2.5238592e-12 711333.58 2070 -0.00688999999999624 711320.108639895 2070 5000 2.5057179e-12 711320.11 Loop time of 0.0186219 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:54 2021 Pair time (%) = 0.000844955 (4.53742) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.198448) Outpt time (%) = 0.017561 (94.3026) Other time (%) = 0.000179052 (0.961514) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:54 2021 Memory usage per processor = 27.5159 Mbytes Step Atoms AVEKE stressZZ 2070 5000 2.5057179e-12 711319.13 2071 -0.00688999999999624 711305.703706288 2071 5000 2.4941675e-12 711305.7 Loop time of 0.0164561 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:54 2021 Pair time (%) = 0.000773907 (4.70285) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.205732) Outpt time (%) = 0.015552 (94.5061) Other time (%) = 9.63211e-05 (0.585321) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:54 2021 Memory usage per processor = 27.5159 Mbytes Step Atoms AVEKE stressZZ 2071 5000 2.4941675e-12 711304.73 2072 -0.00688999999999624 711291.32628036 2072 5000 2.4867856e-12 711291.33 Loop time of 0.016413 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:54 2021 Pair time (%) = 0.000903845 (5.50689) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.249851) Outpt time (%) = 0.015358 (93.5721) Other time (%) = 0.000110149 (0.671112) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:54 2021 Memory usage per processor = 27.5159 Mbytes Step Atoms AVEKE stressZZ 2072 5000 2.4867856e-12 711290.36 2073 -0.00688999999999624 711276.966549909 2073 5000 2.4820447e-12 711276.97 Loop time of 0.0168979 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:54 2021 Pair time (%) = 0.000776052 (4.59259) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207407) Outpt time (%) = 0.015995 (94.6568) Other time (%) = 9.17912e-05 (0.54321) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:54 2021 Memory usage per processor = 27.5159 Mbytes Step Atoms AVEKE stressZZ 2073 5000 2.4820447e-12 711276 2074 -0.00688999999999624 711262.618276843 2074 5000 2.4789789e-12 711262.62 Loop time of 0.0167668 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:54 2021 Pair time (%) = 0.000775099 (4.62282) Neigh time (%) = 0 (0) Comm time (%) = 6.69956e-05 (0.399573) Outpt time (%) = 0.015831 (94.4188) Other time (%) = 9.36985e-05 (0.558834) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:54 2021 Memory usage per processor = 27.5159 Mbytes Step Atoms AVEKE stressZZ 2074 5000 2.4789789e-12 711261.65 2075 -0.00688999999999624 711248.27749555 2075 5000 2.4769764e-12 711248.28 Loop time of 0.0169599 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:54 2021 Pair time (%) = 0.000813007 (4.7937) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.205244) Outpt time (%) = 0.016011 (94.405) Other time (%) = 0.000101089 (0.59605) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:54 2021 Memory usage per processor = 27.5159 Mbytes Step Atoms AVEKE stressZZ 2075 5000 2.4769764e-12 711247.31 2076 -0.00688999999999624 711233.941691146 2076 5000 2.475649e-12 711233.94 Loop time of 0.0167801 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:54 2021 Pair time (%) = 0.00089097 (5.30967) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.214547) Outpt time (%) = 0.0157199 (93.6815) Other time (%) = 0.000133276 (0.794248) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:54 2021 Memory usage per processor = 27.5159 Mbytes Step Atoms AVEKE stressZZ 2076 5000 2.475649e-12 711232.97 2077 -0.00688999999999624 711219.609262853 2077 5000 2.4747505e-12 711219.61 Loop time of 0.0168881 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:54 2021 Pair time (%) = 0.000823975 (4.87901) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.22588) Outpt time (%) = 0.015907 (94.1906) Other time (%) = 0.000118971 (0.704464) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:54 2021 Memory usage per processor = 27.5159 Mbytes Step Atoms AVEKE stressZZ 2077 5000 2.4747505e-12 711218.64 2078 -0.00688999999999624 711205.279193234 2078 5000 2.4741244e-12 711205.28 Loop time of 0.0164289 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:54 2021 Pair time (%) = 0.00077486 (4.71643) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.213328) Outpt time (%) = 0.0155261 (94.5043) Other time (%) = 9.29832e-05 (0.565972) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:54 2021 Memory usage per processor = 27.5159 Mbytes Step Atoms AVEKE stressZZ 2078 5000 2.4741244e-12 711204.31 2079 -0.00688999999999624 711190.95083558 2079 5000 2.4736715e-12 711190.95 Loop time of 0.016438 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:54 2021 Pair time (%) = 0.000950098 (5.77989) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.243669) Outpt time (%) = 0.0153129 (93.1555) Other time (%) = 0.000134945 (0.820932) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:54 2021 Memory usage per processor = 27.5159 Mbytes Step Atoms AVEKE stressZZ 2079 5000 2.4736715e-12 711189.98 2080 -0.00688999999999624 711176.623778794 2080 5000 2.4733286e-12 711176.62 Loop time of 0.0175788 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:54 2021 Pair time (%) = 0.000776052 (4.4147) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.199373) Outpt time (%) = 0.0166738 (94.8516) Other time (%) = 9.39369e-05 (0.534375) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:54 2021 Memory usage per processor = 27.5159 Mbytes Step Atoms AVEKE stressZZ 2080 5000 2.4733286e-12 711175.66 2081 -0.00688999999999624 711162.297761492 2081 5000 2.4730555e-12 711162.3 Loop time of 0.0160031 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:54 2021 Pair time (%) = 0.000774145 (4.83746) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.219004) Outpt time (%) = 0.0151 (94.3565) Other time (%) = 9.39369e-05 (0.586991) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:54 2021 Memory usage per processor = 27.5159 Mbytes Step Atoms AVEKE stressZZ 2081 5000 2.4730555e-12 711161.33 2082 -0.00688999999999624 711147.97261749 2082 5000 2.4728269e-12 711147.97 Loop time of 0.015913 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:54 2021 Pair time (%) = 0.000773907 (4.86336) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.220245) Outpt time (%) = 0.0150139 (94.3501) Other time (%) = 9.01222e-05 (0.566343) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:54 2021 Memory usage per processor = 27.5159 Mbytes Step Atoms AVEKE stressZZ 2082 5000 2.4728269e-12 711147 2083 -0.00688999999999624 711133.648241065 2083 5000 2.4726266e-12 711133.65 Loop time of 0.015795 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:54 2021 Pair time (%) = 0.000776052 (4.91328) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.233966) Outpt time (%) = 0.0148921 (94.2837) Other time (%) = 8.98838e-05 (0.569065) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:54 2021 Memory usage per processor = 27.5159 Mbytes Step Atoms AVEKE stressZZ 2083 5000 2.4726266e-12 711132.68 2084 -0.00688999999999624 711119.32456498 2084 5000 2.4724441e-12 711119.32 Loop time of 0.015779 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:54 2021 Pair time (%) = 0.000773907 (4.90466) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.222115) Outpt time (%) = 0.0148821 (94.3157) Other time (%) = 8.79765e-05 (0.557553) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:54 2021 Memory usage per processor = 27.5159 Mbytes Step Atoms AVEKE stressZZ 2084 5000 2.4724441e-12 711118.36 2085 -0.00688999999999624 711105.001546377 2085 5000 2.4722731e-12 711105 Loop time of 0.015739 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:54 2021 Pair time (%) = 0.000757933 (4.81565) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.216621) Outpt time (%) = 0.0148611 (94.4224) Other time (%) = 8.58307e-05 (0.545339) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:54 2021 Memory usage per processor = 27.5159 Mbytes Step Atoms AVEKE stressZZ 2085 5000 2.4722731e-12 711104.03 2086 -0.00688999999999624 711090.679157996 2086 5000 2.4721094e-12 711090.68 Loop time of 0.0159039 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:54 2021 Pair time (%) = 0.000776052 (4.87962) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.22037) Outpt time (%) = 0.015003 (94.3348) Other time (%) = 8.98838e-05 (0.565167) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:54 2021 Memory usage per processor = 27.5159 Mbytes Step Atoms AVEKE stressZZ 2086 5000 2.4721094e-12 711089.71 2087 -0.00688999999999624 711076.357382405 2087 5000 2.4719502e-12 711076.36 Loop time of 0.015933 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:54 2021 Pair time (%) = 0.000770092 (4.8333) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.213982) Outpt time (%) = 0.0150301 (94.3332) Other time (%) = 9.87053e-05 (0.619501) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:54 2021 Memory usage per processor = 27.5159 Mbytes Step Atoms AVEKE stressZZ 2087 5000 2.4719502e-12 711075.39 2088 -0.00688999999999624 711062.036208489 2088 5000 2.471794e-12 711062.04 Loop time of 0.0159328 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:54 2021 Pair time (%) = 0.000777006 (4.87677) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.206503) Outpt time (%) = 0.0150049 (94.176) Other time (%) = 0.000118017 (0.740719) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:54 2021 Memory usage per processor = 27.5159 Mbytes Step Atoms AVEKE stressZZ 2088 5000 2.471794e-12 711061.07 2089 -0.00688999999999624 711047.715629111 2089 5000 2.4716397e-12 711047.72 Loop time of 0.0156672 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:54 2021 Pair time (%) = 0.000771999 (4.92749) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.2237) Outpt time (%) = 0.01477 (94.2736) Other time (%) = 9.01222e-05 (0.575229) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:54 2021 Memory usage per processor = 27.5159 Mbytes Step Atoms AVEKE stressZZ 2089 5000 2.4716397e-12 711046.75 2090 -0.00688999999999624 711033.395639683 2090 5000 2.4714866e-12 711033.4 Loop time of 0.0171139 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:54 2021 Pair time (%) = 0.000791073 (4.62239) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.199217) Outpt time (%) = 0.0161729 (94.5013) Other time (%) = 0.000115871 (0.677059) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:54 2021 Memory usage per processor = 27.5159 Mbytes Step Atoms AVEKE stressZZ 2090 5000 2.4714866e-12 711032.43 2091 -0.00688999999999624 711019.076237193 2091 5000 2.4713342e-12 711019.08 Loop time of 0.0158162 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:54 2021 Pair time (%) = 0.000772953 (4.88709) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.208026) Outpt time (%) = 0.0148792 (94.0758) Other time (%) = 0.00013113 (0.829087) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:54 2021 Memory usage per processor = 27.5159 Mbytes Step Atoms AVEKE stressZZ 2091 5000 2.4713342e-12 711018.11 2092 -0.00688999999999624 711004.757419731 2092 5000 2.4711823e-12 711004.76 Loop time of 0.0157311 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:54 2021 Pair time (%) = 0.00075984 (4.83018) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.216729) Outpt time (%) = 0.0148492 (94.3938) Other time (%) = 8.79765e-05 (0.559252) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:54 2021 Memory usage per processor = 27.5159 Mbytes Step Atoms AVEKE stressZZ 2092 5000 2.4711823e-12 711003.79 2093 -0.00688999999999624 710990.439185975 2093 5000 2.4710308e-12 710990.44 Loop time of 0.0157411 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:54 2021 Pair time (%) = 0.00079298 (5.03764) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.216591) Outpt time (%) = 0.014827 (94.1929) Other time (%) = 8.70228e-05 (0.552838) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:54 2021 Memory usage per processor = 27.5159 Mbytes Step Atoms AVEKE stressZZ 2093 5000 2.4710308e-12 710989.47 2094 -0.00688999999999624 710976.12153509 2094 5000 2.4708794e-12 710976.12 Loop time of 0.0157011 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:54 2021 Pair time (%) = 0.000759125 (4.83486) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.215625) Outpt time (%) = 0.014822 (94.4013) Other time (%) = 8.60691e-05 (0.548174) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:54 2021 Memory usage per processor = 27.5159 Mbytes Step Atoms AVEKE stressZZ 2094 5000 2.4708794e-12 710975.15 2095 -0.00688999999999624 710961.80446646 2095 5000 2.4707282e-12 710961.8 Loop time of 0.0156572 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:54 2021 Pair time (%) = 0.000761032 (4.86059) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.217752) Outpt time (%) = 0.014775 (94.3659) Other time (%) = 8.70228e-05 (0.555801) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:54 2021 Memory usage per processor = 27.5159 Mbytes Step Atoms AVEKE stressZZ 2095 5000 2.4707282e-12 710960.84 2096 -0.00688999999999624 710947.487979676 2096 5000 2.470577e-12 710947.49 Loop time of 0.0156808 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:54 2021 Pair time (%) = 0.000756979 (4.82743) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.217424) Outpt time (%) = 0.0148039 (94.4078) Other time (%) = 8.58307e-05 (0.547362) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:54 2021 Memory usage per processor = 27.5159 Mbytes Step Atoms AVEKE stressZZ 2096 5000 2.470577e-12 710946.52 2097 -0.00688999999999624 710933.172074363 2097 5000 2.4704259e-12 710933.17 Loop time of 0.0157681 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:54 2021 Pair time (%) = 0.000797033 (5.05474) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.216221) Outpt time (%) = 0.0148499 (94.1772) Other time (%) = 8.70228e-05 (0.551893) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:55 2021 Memory usage per processor = 27.5159 Mbytes Step Atoms AVEKE stressZZ 2097 5000 2.4704259e-12 710932.2 2098 -0.00688999999999624 710918.856750316 2098 5000 2.4702749e-12 710918.86 Loop time of 0.0196331 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:55 2021 Pair time (%) = 0.000999928 (5.09308) Neigh time (%) = 0 (0) Comm time (%) = 4.3869e-05 (0.223445) Outpt time (%) = 0.01846 (94.0253) Other time (%) = 0.000129223 (0.65819) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:55 2021 Memory usage per processor = 27.5159 Mbytes Step Atoms AVEKE stressZZ 2098 5000 2.4702749e-12 710917.89 2099 -0.00688999999999624 710904.542007333 2099 5000 2.4701239e-12 710904.54 Loop time of 0.0170588 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:55 2021 Pair time (%) = 0.00097394 (5.70929) Neigh time (%) = 0 (0) Comm time (%) = 4.29153e-05 (0.251572) Outpt time (%) = 0.0159259 (93.3585) Other time (%) = 0.00011611 (0.680643) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:55 2021 Memory usage per processor = 27.5159 Mbytes Step Atoms AVEKE stressZZ 2099 5000 2.4701239e-12 710903.57 2100 -0.00688999999999624 710890.227845239 2100 5000 2.4699729e-12 710890.23 Loop time of 0.0185058 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:55 2021 Pair time (%) = 0.000771046 (4.16651) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.184233) Outpt time (%) = 0.0176089 (95.1532) Other time (%) = 9.17912e-05 (0.496013) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:55 2021 Memory usage per processor = 27.5159 Mbytes Step Atoms AVEKE stressZZ 2100 5000 2.4699729e-12 710889.26 2101 -0.00688999999999624 710875.914263919 2101 5000 2.469822e-12 710875.91 Loop time of 0.016222 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:55 2021 Pair time (%) = 0.00077486 (4.7766) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.21458) Outpt time (%) = 0.015317 (94.4209) Other time (%) = 9.53674e-05 (0.587889) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:55 2021 Memory usage per processor = 27.5159 Mbytes Step Atoms AVEKE stressZZ 2101 5000 2.469822e-12 710874.95 2102 -0.00688999999999624 710861.601263168 2102 5000 2.469671e-12 710861.6 Loop time of 0.0165539 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:55 2021 Pair time (%) = 0.001019 (6.15566) Neigh time (%) = 0 (0) Comm time (%) = 5.50747e-05 (0.3327) Outpt time (%) = 0.015363 (92.8059) Other time (%) = 0.000116825 (0.705726) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:55 2021 Memory usage per processor = 27.5159 Mbytes Step Atoms AVEKE stressZZ 2102 5000 2.469671e-12 710860.63 2103 -0.00688999999999624 710847.288842933 2103 5000 2.4695201e-12 710847.29 Loop time of 0.0170531 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:55 2021 Pair time (%) = 0.000814915 (4.77868) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.211112) Outpt time (%) = 0.0160069 (93.8652) Other time (%) = 0.000195265 (1.14504) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:55 2021 Memory usage per processor = 27.5159 Mbytes Step Atoms AVEKE stressZZ 2103 5000 2.4695201e-12 710846.32 2104 -0.00688999999999624 710832.977003058 2104 5000 2.4693692e-12 710832.98 Loop time of 0.017226 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:55 2021 Pair time (%) = 0.000921011 (5.34664) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.208994) Outpt time (%) = 0.016139 (93.6901) Other time (%) = 0.000129938 (0.754315) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:55 2021 Memory usage per processor = 27.5159 Mbytes Step Atoms AVEKE stressZZ 2104 5000 2.4693692e-12 710832.01 2105 -0.00688999999999624 710818.66574345 2105 5000 2.4692183e-12 710818.67 Loop time of 0.0162141 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:55 2021 Pair time (%) = 0.000853062 (5.26122) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.314673) Outpt time (%) = 0.0151961 (93.7212) Other time (%) = 0.000113964 (0.702869) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:55 2021 Memory usage per processor = 27.5159 Mbytes Step Atoms AVEKE stressZZ 2105 5000 2.4692183e-12 710817.7 2106 -0.00688999999999624 710804.355064005 2106 5000 2.4690674e-12 710804.36 Loop time of 0.016876 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:55 2021 Pair time (%) = 0.000788927 (4.67485) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.213328) Outpt time (%) = 0.0159471 (94.4959) Other time (%) = 0.000103951 (0.615967) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:55 2021 Memory usage per processor = 27.5159 Mbytes Step Atoms AVEKE stressZZ 2106 5000 2.4690674e-12 710803.39 2107 -0.00688999999999624 710790.044964607 2107 5000 2.4689166e-12 710790.04 Loop time of 0.0167408 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:55 2021 Pair time (%) = 0.000813007 (4.85644) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209354) Outpt time (%) = 0.0157969 (94.3617) Other time (%) = 9.58443e-05 (0.572519) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:55 2021 Memory usage per processor = 27.5159 Mbytes Step Atoms AVEKE stressZZ 2107 5000 2.4689166e-12 710789.08 2108 -0.00688999999999624 710775.735445161 2108 5000 2.4687657e-12 710775.74 Loop time of 0.0167041 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:55 2021 Pair time (%) = 0.00087285 (5.22537) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.202678) Outpt time (%) = 0.0156682 (93.7984) Other time (%) = 0.000129223 (0.773601) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:55 2021 Memory usage per processor = 27.5159 Mbytes Step Atoms AVEKE stressZZ 2108 5000 2.4687657e-12 710774.77 2109 -0.00688999999999624 710761.426505572 2109 5000 2.4686148e-12 710761.43 Loop time of 0.0167701 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:55 2021 Pair time (%) = 0.000775099 (4.6219) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208988) Outpt time (%) = 0.0158632 (94.5919) Other time (%) = 9.67979e-05 (0.577205) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:55 2021 Memory usage per processor = 27.5159 Mbytes Step Atoms AVEKE stressZZ 2109 5000 2.4686148e-12 710760.46 2110 -0.00688999999999624 710747.118145735 2110 5000 2.468464e-12 710747.12 Loop time of 0.0182171 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:55 2021 Pair time (%) = 0.00077796 (4.2705) Neigh time (%) = 0 (0) Comm time (%) = 4.88758e-05 (0.268297) Outpt time (%) = 0.0172782 (94.8461) Other time (%) = 0.000112057 (0.615119) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:55 2021 Memory usage per processor = 27.5159 Mbytes Step Atoms AVEKE stressZZ 2110 5000 2.468464e-12 710746.15 2111 -0.00688999999999624 710732.810365569 2111 5000 2.4683132e-12 710732.81 Loop time of 0.0163672 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:55 2021 Pair time (%) = 0.000776052 (4.74151) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.208306) Outpt time (%) = 0.015461 (94.4631) Other time (%) = 9.60827e-05 (0.587044) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:55 2021 Memory usage per processor = 27.5159 Mbytes Step Atoms AVEKE stressZZ 2111 5000 2.4683132e-12 710731.84 2112 -0.00688999999999624 710718.50316497 2112 5000 2.4681624e-12 710718.5 Loop time of 0.0162959 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:55 2021 Pair time (%) = 0.000920057 (5.64594) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.220922) Outpt time (%) = 0.0152369 (93.5011) Other time (%) = 0.000102997 (0.632041) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:55 2021 Memory usage per processor = 27.5159 Mbytes Step Atoms AVEKE stressZZ 2112 5000 2.4681624e-12 710717.54 2113 -0.00688999999999624 710704.196543857 2113 5000 2.4680116e-12 710704.2 Loop time of 0.0168219 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:55 2021 Pair time (%) = 0.00090909 (5.40422) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208345) Outpt time (%) = 0.015785 (93.8361) Other time (%) = 9.27448e-05 (0.551335) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:55 2021 Memory usage per processor = 27.5159 Mbytes Step Atoms AVEKE stressZZ 2113 5000 2.4680116e-12 710703.23 2114 -0.00688999999999624 710689.890502147 2114 5000 2.4678608e-12 710689.89 Loop time of 0.0165479 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:55 2021 Pair time (%) = 0.000771999 (4.66524) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211794) Outpt time (%) = 0.015646 (94.5495) Other time (%) = 9.48906e-05 (0.573429) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:55 2021 Memory usage per processor = 27.5159 Mbytes Step Atoms AVEKE stressZZ 2114 5000 2.4678608e-12 710688.92 2115 -0.00688999999999624 710675.585039751 2115 5000 2.46771e-12 710675.59 Loop time of 0.0161519 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:55 2021 Pair time (%) = 0.000778913 (4.82242) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.222891) Outpt time (%) = 0.0151808 (93.9878) Other time (%) = 0.000156164 (0.966847) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:55 2021 Memory usage per processor = 27.5159 Mbytes Step Atoms AVEKE stressZZ 2115 5000 2.46771e-12 710674.62 2116 -0.00688999999999624 710661.280156579 2116 5000 2.4675593e-12 710661.28 Loop time of 0.015805 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:55 2021 Pair time (%) = 0.000776052 (4.91017) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.22175) Outpt time (%) = 0.0149021 (94.2873) Other time (%) = 9.17912e-05 (0.580773) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:55 2021 Memory usage per processor = 27.5159 Mbytes Step Atoms AVEKE stressZZ 2116 5000 2.4675593e-12 710660.31 2117 -0.00688999999999624 710646.975852572 2117 5000 2.4674085e-12 710646.98 Loop time of 0.0162652 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:55 2021 Pair time (%) = 0.000772953 (4.7522) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.208147) Outpt time (%) = 0.015367 (94.4782) Other time (%) = 9.13143e-05 (0.561411) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:55 2021 Memory usage per processor = 27.5159 Mbytes Step Atoms AVEKE stressZZ 2117 5000 2.4674085e-12 710646.01 2118 -0.00688999999999624 710632.67212759 2118 5000 2.4672578e-12 710632.67 Loop time of 0.0173862 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:55 2021 Pair time (%) = 0.000775099 (4.45813) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.196097) Outpt time (%) = 0.0164859 (94.8219) Other time (%) = 9.10759e-05 (0.52384) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:55 2021 Memory usage per processor = 27.5159 Mbytes Step Atoms AVEKE stressZZ 2118 5000 2.4672578e-12 710631.7 2119 -0.00688999999999624 710618.368981608 2119 5000 2.467107e-12 710618.37 Loop time of 0.016181 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:55 2021 Pair time (%) = 0.00077486 (4.78871) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.222491) Outpt time (%) = 0.01527 (94.37) Other time (%) = 0.000100136 (0.618848) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:55 2021 Memory usage per processor = 27.5159 Mbytes Step Atoms AVEKE stressZZ 2119 5000 2.467107e-12 710617.4 2120 -0.00688999999999624 710604.066414515 2120 5000 2.4669563e-12 710604.07 Loop time of 0.0184209 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:55 2021 Pair time (%) = 0.000844955 (4.58693) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.190259) Outpt time (%) = 0.0174389 (94.6689) Other time (%) = 0.000102043 (0.553952) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:55 2021 Memory usage per processor = 27.5159 Mbytes Step Atoms AVEKE stressZZ 2120 5000 2.4669563e-12 710603.1 2121 -0.00688999999999624 710589.764426244 2121 5000 2.4668056e-12 710589.76 Loop time of 0.016839 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:55 2021 Pair time (%) = 0.000816107 (4.84652) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208133) Outpt time (%) = 0.015893 (94.3818) Other time (%) = 9.48906e-05 (0.563516) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:55 2021 Memory usage per processor = 27.5159 Mbytes Step Atoms AVEKE stressZZ 2121 5000 2.4668056e-12 710588.8 2122 -0.00688999999999624 710575.463016695 2122 5000 2.4666549e-12 710575.46 Loop time of 0.01635 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:55 2021 Pair time (%) = 0.000771999 (4.7217) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.214358) Outpt time (%) = 0.0154471 (94.4777) Other time (%) = 9.58443e-05 (0.586202) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:55 2021 Memory usage per processor = 27.5159 Mbytes Step Atoms AVEKE stressZZ 2122 5000 2.4666549e-12 710574.5 2123 -0.00688999999999624 710561.162185827 2123 5000 2.4665043e-12 710561.16 Loop time of 0.0162921 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:55 2021 Pair time (%) = 0.000884056 (5.42629) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.245851) Outpt time (%) = 0.0152521 (93.6166) Other time (%) = 0.000115871 (0.711213) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:55 2021 Memory usage per processor = 27.5159 Mbytes Step Atoms AVEKE stressZZ 2123 5000 2.4665043e-12 710560.19 2124 -0.00688999999999624 710546.861933536 2124 5000 2.4663536e-12 710546.86 Loop time of 0.0169551 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:55 2021 Pair time (%) = 0.000845194 (4.98488) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.212332) Outpt time (%) = 0.0159721 (94.2023) Other time (%) = 0.000101805 (0.600436) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:55 2021 Memory usage per processor = 27.5159 Mbytes Step Atoms AVEKE stressZZ 2124 5000 2.4663536e-12 710545.89 2125 -0.00688999999999624 710532.562259742 2125 5000 2.4662029e-12 710532.56 Loop time of 0.016607 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:55 2021 Pair time (%) = 0.000776052 (4.67303) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.21104) Outpt time (%) = 0.015702 (94.5503) Other time (%) = 9.39369e-05 (0.565645) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:55 2021 Memory usage per processor = 27.5159 Mbytes Step Atoms AVEKE stressZZ 2125 5000 2.4662029e-12 710531.59 2126 -0.00688999999999624 710518.263164409 2126 5000 2.4660523e-12 710518.26 Loop time of 0.0162392 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:55 2021 Pair time (%) = 0.000838995 (5.16649) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.229035) Outpt time (%) = 0.0152612 (93.9776) Other time (%) = 0.000101805 (0.626909) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:55 2021 Memory usage per processor = 27.5159 Mbytes Step Atoms AVEKE stressZZ 2126 5000 2.4660523e-12 710517.3 2127 -0.00688999999999624 710503.964647445 2127 5000 2.4659017e-12 710503.96 Loop time of 0.0167191 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:55 2021 Pair time (%) = 0.000797033 (4.7672) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.21533) Outpt time (%) = 0.0157871 (94.4257) Other time (%) = 9.89437e-05 (0.5918) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:55 2021 Memory usage per processor = 27.5159 Mbytes Step Atoms AVEKE stressZZ 2127 5000 2.4659017e-12 710503 2128 -0.00688999999999624 710489.666708766 2128 5000 2.465751e-12 710489.67 Loop time of 0.018687 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:55 2021 Pair time (%) = 0.000812054 (4.34555) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.18755) Outpt time (%) = 0.017746 (94.9642) Other time (%) = 9.39369e-05 (0.502686) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:55 2021 Memory usage per processor = 27.5159 Mbytes Step Atoms AVEKE stressZZ 2128 5000 2.465751e-12 710488.7 2129 -0.00688999999999624 710475.369348305 2129 5000 2.4656004e-12 710475.37 Loop time of 0.0162449 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:55 2021 Pair time (%) = 0.000777006 (4.78308) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.215745) Outpt time (%) = 0.015337 (94.4112) Other time (%) = 9.58443e-05 (0.589996) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:55 2021 Memory usage per processor = 27.5159 Mbytes Step Atoms AVEKE stressZZ 2129 5000 2.4656004e-12 710474.4 2130 -0.00688999999999624 710461.072565982 2130 5000 2.4654498e-12 710461.07 Loop time of 0.0180652 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:55 2021 Pair time (%) = 0.000922918 (5.10881) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.221721) Outpt time (%) = 0.016953 (93.8433) Other time (%) = 0.00014925 (0.826174) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:55 2021 Memory usage per processor = 27.5159 Mbytes Step Atoms AVEKE stressZZ 2130 5000 2.4654498e-12 710460.11 2131 -0.00688999999999624 710446.776361735 2131 5000 2.4652993e-12 710446.78 Loop time of 0.016742 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:55 2021 Pair time (%) = 0.000775099 (4.62967) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.203643) Outpt time (%) = 0.0158191 (94.4874) Other time (%) = 0.000113726 (0.679284) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:55 2021 Memory usage per processor = 27.5159 Mbytes Step Atoms AVEKE stressZZ 2131 5000 2.4652993e-12 710445.81 2132 -0.00688999999999624 710432.480735495 2132 5000 2.4651487e-12 710432.48 Loop time of 0.0166459 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:55 2021 Pair time (%) = 0.000775099 (4.65639) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.210547) Outpt time (%) = 0.0157411 (94.5644) Other time (%) = 9.46522e-05 (0.568621) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:55 2021 Memory usage per processor = 27.5159 Mbytes Step Atoms AVEKE stressZZ 2132 5000 2.4651487e-12 710431.51 2133 -0.00688999999999624 710418.185687191 2133 5000 2.4649981e-12 710418.19 Loop time of 0.0163779 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:55 2021 Pair time (%) = 0.000823021 (5.02518) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.225638) Outpt time (%) = 0.0153699 (93.8452) Other time (%) = 0.000148058 (0.904009) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:55 2021 Memory usage per processor = 27.5159 Mbytes Step Atoms AVEKE stressZZ 2133 5000 2.4649981e-12 710417.22 2134 -0.00688999999999624 710403.891216754 2134 5000 2.4648476e-12 710403.89 Loop time of 0.017029 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:55 2021 Pair time (%) = 0.000813961 (4.77984) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.211411) Outpt time (%) = 0.016078 (94.4151) Other time (%) = 0.000101089 (0.59363) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:55 2021 Memory usage per processor = 27.5159 Mbytes Step Atoms AVEKE stressZZ 2134 5000 2.4648476e-12 710402.92 2135 -0.00688999999999624 710389.597324125 2135 5000 2.4646971e-12 710389.6 Loop time of 0.0167229 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:55 2021 Pair time (%) = 0.000794888 (4.75328) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209578) Outpt time (%) = 0.0157959 (94.4569) Other time (%) = 9.70364e-05 (0.58026) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:55 2021 Memory usage per processor = 27.5159 Mbytes Step Atoms AVEKE stressZZ 2135 5000 2.4646971e-12 710388.63 2136 -0.00688999999999624 710375.304009241 2136 5000 2.4645465e-12 710375.3 Loop time of 0.016573 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:55 2021 Pair time (%) = 0.000776052 (4.68264) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211474) Outpt time (%) = 0.0156219 (94.2614) Other time (%) = 0.000139952 (0.844459) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:55 2021 Memory usage per processor = 27.5159 Mbytes Step Atoms AVEKE stressZZ 2136 5000 2.4645465e-12 710374.34 2137 -0.00688999999999624 710361.011272001 2137 5000 2.464396e-12 710361.01 Loop time of 0.0163598 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:55 2021 Pair time (%) = 0.000873089 (5.33679) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.244834) Outpt time (%) = 0.015326 (93.681) Other time (%) = 0.00012064 (0.737416) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:55 2021 Memory usage per processor = 27.5159 Mbytes Step Atoms AVEKE stressZZ 2137 5000 2.464396e-12 710360.04 2138 -0.00688999999999624 710346.719112364 2138 5000 2.4642455e-12 710346.72 Loop time of 0.016722 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:55 2021 Pair time (%) = 0.000773907 (4.62809) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.208164) Outpt time (%) = 0.01582 (94.6063) Other time (%) = 9.32217e-05 (0.55748) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:55 2021 Memory usage per processor = 27.5159 Mbytes Step Atoms AVEKE stressZZ 2138 5000 2.4642455e-12 710345.75 2139 -0.00688999999999624 710332.427530264 2139 5000 2.464095e-12 710332.43 Loop time of 0.0168691 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:56 2021 Pair time (%) = 0.000775099 (4.59479) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.206349) Outpt time (%) = 0.0159662 (94.6477) Other time (%) = 9.29832e-05 (0.551206) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:56 2021 Memory usage per processor = 27.5159 Mbytes Step Atoms AVEKE stressZZ 2139 5000 2.464095e-12 710331.46 2140 -0.00688999999999624 710318.136525641 2140 5000 2.4639446e-12 710318.14 Loop time of 0.017597 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:56 2021 Pair time (%) = 0.000819921 (4.65945) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.211362) Outpt time (%) = 0.016638 (94.5507) Other time (%) = 0.000101805 (0.578536) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:56 2021 Memory usage per processor = 27.5159 Mbytes Step Atoms AVEKE stressZZ 2140 5000 2.4639446e-12 710317.17 2141 -0.00688999999999624 710303.8460984 2141 5000 2.4637941e-12 710303.85 Loop time of 0.0170472 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:56 2021 Pair time (%) = 0.000871897 (5.11461) Neigh time (%) = 0 (0) Comm time (%) = 5.31673e-05 (0.311884) Outpt time (%) = 0.0160129 (93.933) Other time (%) = 0.000109196 (0.64055) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:56 2021 Memory usage per processor = 27.5159 Mbytes Step Atoms AVEKE stressZZ 2141 5000 2.4637941e-12 710302.88 2142 -0.00688999999999624 710289.556248518 2142 5000 2.4636437e-12 710289.56 Loop time of 0.016809 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:56 2021 Pair time (%) = 0.000776052 (4.61689) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208505) Outpt time (%) = 0.0159049 (94.6214) Other time (%) = 9.29832e-05 (0.553176) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:56 2021 Memory usage per processor = 27.5159 Mbytes Step Atoms AVEKE stressZZ 2142 5000 2.4636437e-12 710288.59 2143 -0.00688999999999624 710275.266975911 2143 5000 2.4634932e-12 710275.27 Loop time of 0.016047 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:56 2021 Pair time (%) = 0.000813007 (5.06641) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.212462) Outpt time (%) = 0.0151041 (94.1239) Other time (%) = 9.58443e-05 (0.597272) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:56 2021 Memory usage per processor = 27.5159 Mbytes Step Atoms AVEKE stressZZ 2143 5000 2.4634932e-12 710274.3 2144 -0.00688999999999624 710260.978280509 2144 5000 2.4633428e-12 710260.98 Loop time of 0.0165942 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:56 2021 Pair time (%) = 0.000999928 (6.02578) Neigh time (%) = 0 (0) Comm time (%) = 4.91142e-05 (0.295973) Outpt time (%) = 0.015378 (92.6711) Other time (%) = 0.000167131 (1.00717) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:56 2021 Memory usage per processor = 27.5159 Mbytes Step Atoms AVEKE stressZZ 2144 5000 2.4633428e-12 710260.01 2145 -0.00688999999999624 710246.690162246 2145 5000 2.4631924e-12 710246.69 Loop time of 0.017122 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:56 2021 Pair time (%) = 0.000869989 (5.08111) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204693) Outpt time (%) = 0.01612 (94.1475) Other time (%) = 9.70364e-05 (0.566734) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:56 2021 Memory usage per processor = 27.5159 Mbytes Step Atoms AVEKE stressZZ 2145 5000 2.4631924e-12 710245.72 2146 -0.00688999999999624 710232.402621079 2146 5000 2.463042e-12 710232.4 Loop time of 0.016325 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:56 2021 Pair time (%) = 0.000777006 (4.75961) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.213226) Outpt time (%) = 0.0153959 (94.3086) Other time (%) = 0.000117302 (0.718542) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:56 2021 Memory usage per processor = 27.5159 Mbytes Step Atoms AVEKE stressZZ 2146 5000 2.463042e-12 710231.44 2147 -0.00688999999999624 710218.115656932 2147 5000 2.4628916e-12 710218.12 Loop time of 0.0163488 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:56 2021 Pair time (%) = 0.000823975 (5.03996) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.220206) Outpt time (%) = 0.0153379 (93.8167) Other time (%) = 0.000150919 (0.923117) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:56 2021 Memory usage per processor = 27.5159 Mbytes Step Atoms AVEKE stressZZ 2147 5000 2.4628916e-12 710217.15 2148 -0.00688999999999624 710203.829269741 2148 5000 2.4627412e-12 710203.83 Loop time of 0.0168409 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:56 2021 Pair time (%) = 0.000892878 (5.30183) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.202446) Outpt time (%) = 0.0158191 (93.9323) Other time (%) = 9.48906e-05 (0.563452) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:56 2021 Memory usage per processor = 27.5159 Mbytes Step Atoms AVEKE stressZZ 2148 5000 2.4627412e-12 710202.86 2149 -0.00688999999999624 710189.543459444 2149 5000 2.4625908e-12 710189.54 Loop time of 0.0165622 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:56 2021 Pair time (%) = 0.000772953 (4.66696) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211611) Outpt time (%) = 0.0156598 (94.5514) Other time (%) = 9.44138e-05 (0.570055) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:56 2021 Memory usage per processor = 27.5159 Mbytes Step Atoms AVEKE stressZZ 2149 5000 2.4625908e-12 710188.58 2150 -0.00688999999999624 710175.258225998 2150 5000 2.4624405e-12 710175.26 Loop time of 0.017581 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:56 2021 Pair time (%) = 0.000778913 (4.43043) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.290209) Outpt time (%) = 0.0166478 (94.6922) Other time (%) = 0.000103235 (0.587198) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:56 2021 Memory usage per processor = 27.5159 Mbytes Step Atoms AVEKE stressZZ 2150 5000 2.4624405e-12 710174.29 2151 -0.00688999999999624 710160.973569315 2151 5000 2.4622901e-12 710160.97 Loop time of 0.0170522 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:56 2021 Pair time (%) = 0.00106001 (6.21627) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.211124) Outpt time (%) = 0.0157781 (92.5282) Other time (%) = 0.000178099 (1.04443) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:56 2021 Memory usage per processor = 27.5159 Mbytes Step Atoms AVEKE stressZZ 2151 5000 2.4622901e-12 710160.01 2152 -0.00688999999999624 710146.689494922 2152 5000 2.4621398e-12 710146.69 Loop time of 0.016602 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:56 2021 Pair time (%) = 0.000776052 (4.67444) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.205359) Outpt time (%) = 0.0156939 (94.53) Other time (%) = 9.799e-05 (0.590229) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:56 2021 Memory usage per processor = 27.5159 Mbytes Step Atoms AVEKE stressZZ 2152 5000 2.4621398e-12 710145.72 2153 -0.00688999999999624 710132.406005874 2153 5000 2.4619895e-12 710132.41 Loop time of 0.016715 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:56 2021 Pair time (%) = 0.000815153 (4.87676) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209676) Outpt time (%) = 0.0157681 (94.3345) Other time (%) = 9.67979e-05 (0.579107) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:56 2021 Memory usage per processor = 27.5159 Mbytes Step Atoms AVEKE stressZZ 2153 5000 2.4619895e-12 710131.44 2154 -0.00688999999999624 710118.123098404 2154 5000 2.4618392e-12 710118.12 Loop time of 0.0163641 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:56 2021 Pair time (%) = 0.000944138 (5.76957) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.238942) Outpt time (%) = 0.0152071 (92.9294) Other time (%) = 0.000173807 (1.06212) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:56 2021 Memory usage per processor = 27.5159 Mbytes Step Atoms AVEKE stressZZ 2154 5000 2.4618392e-12 710117.16 2155 -0.00688999999999624 710103.840771398 2155 5000 2.4616889e-12 710103.84 Loop time of 0.016906 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:56 2021 Pair time (%) = 0.000773907 (4.5777) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.200257) Outpt time (%) = 0.0160041 (94.665) Other time (%) = 9.41753e-05 (0.557052) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:56 2021 Memory usage per processor = 27.5159 Mbytes Step Atoms AVEKE stressZZ 2155 5000 2.4616889e-12 710102.87 2156 -0.00688999999999624 710089.559024184 2156 5000 2.4615386e-12 710089.56 Loop time of 0.0161159 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:56 2021 Pair time (%) = 0.000774145 (4.80361) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.210075) Outpt time (%) = 0.015213 (94.3975) Other time (%) = 9.48906e-05 (0.588801) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:56 2021 Memory usage per processor = 27.5159 Mbytes Step Atoms AVEKE stressZZ 2156 5000 2.4615386e-12 710088.59 2157 -0.00688999999999624 710075.277856347 2157 5000 2.4613883e-12 710075.28 Loop time of 0.016331 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:56 2021 Pair time (%) = 0.000854969 (5.23527) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.232127) Outpt time (%) = 0.015336 (93.9078) Other time (%) = 0.000102043 (0.624845) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:56 2021 Memory usage per processor = 27.5159 Mbytes Step Atoms AVEKE stressZZ 2157 5000 2.4613883e-12 710074.31 2158 -0.00688999999999624 710060.99726755 2158 5000 2.4612381e-12 710061 Loop time of 0.017055 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:56 2021 Pair time (%) = 0.000993013 (5.82241) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205497) Outpt time (%) = 0.015929 (93.3975) Other time (%) = 9.799e-05 (0.574552) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:56 2021 Memory usage per processor = 27.5159 Mbytes Step Atoms AVEKE stressZZ 2158 5000 2.4612381e-12 710060.03 2159 -0.00688999999999624 710046.717257527 2159 5000 2.4610878e-12 710046.72 Loop time of 0.0166361 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:56 2021 Pair time (%) = 0.000775099 (4.65913) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.210671) Outpt time (%) = 0.0157311 (94.5598) Other time (%) = 9.48906e-05 (0.570389) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:56 2021 Memory usage per processor = 27.5159 Mbytes Step Atoms AVEKE stressZZ 2159 5000 2.4610878e-12 710045.75 2160 -0.00688999999999624 710032.437826072 2160 5000 2.4609376e-12 710032.44 Loop time of 0.017683 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:56 2021 Pair time (%) = 0.000813007 (4.59767) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.198199) Outpt time (%) = 0.0167079 (94.4855) Other time (%) = 0.000127077 (0.718639) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:56 2021 Memory usage per processor = 27.5159 Mbytes Step Atoms AVEKE stressZZ 2160 5000 2.4609376e-12 710031.47 2161 -0.00688999999999624 710018.158972963 2161 5000 2.4607874e-12 710018.16 Loop time of 0.0160129 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:56 2021 Pair time (%) = 0.000777006 (4.85237) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.212915) Outpt time (%) = 0.015111 (94.3674) Other time (%) = 9.08375e-05 (0.567277) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:56 2021 Memory usage per processor = 27.5159 Mbytes Step Atoms AVEKE stressZZ 2161 5000 2.4607874e-12 710017.19 2162 -0.00688999999999624 710001.182610672 2162 5000 4.8617901e-12 710024.42 Loop time of 0.0161059 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:56 2021 Pair time (%) = 0.00077796 (4.83028) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.217607) Outpt time (%) = 0.0151401 (94.0032) Other time (%) = 0.000152826 (0.948885) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:56 2021 Memory usage per processor = 27.5159 Mbytes Step Atoms AVEKE stressZZ 2162 5000 4.8617901e-12 731612.15 2163 -0.00692249999999622 731594.368343871 2163 5000 3.9478738e-12 731594.37 Loop time of 0.0163531 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:56 2021 Pair time (%) = 0.000777006 (4.75142) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.208485) Outpt time (%) = 0.015451 (94.4832) Other time (%) = 9.10759e-05 (0.556932) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:56 2021 Memory usage per processor = 27.5159 Mbytes Step Atoms AVEKE stressZZ 2163 5000 3.9478738e-12 731593.05 2164 -0.00692249999999622 731576.739860673 2164 5000 3.4164283e-12 731576.74 Loop time of 0.0164938 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:56 2021 Pair time (%) = 0.000849962 (5.15322) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.224053) Outpt time (%) = 0.0154989 (93.9679) Other time (%) = 0.000108004 (0.654814) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:56 2021 Memory usage per processor = 27.5159 Mbytes Step Atoms AVEKE stressZZ 2164 5000 3.4164283e-12 731575.53 2165 -0.00692249999999622 731560.155905615 2165 5000 3.0985911e-12 731560.16 Loop time of 0.0169079 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:56 2021 Pair time (%) = 0.000781059 (4.61948) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207285) Outpt time (%) = 0.0159979 (94.6177) Other time (%) = 9.39369e-05 (0.555579) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:56 2021 Memory usage per processor = 27.5159 Mbytes Step Atoms AVEKE stressZZ 2165 5000 3.0985911e-12 731559.02 2166 -0.00692249999999622 731544.235975194 2166 5000 2.9046071e-12 731544.24 Loop time of 0.016664 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:56 2021 Pair time (%) = 0.000778913 (4.67422) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.208888) Outpt time (%) = 0.0157609 (94.5804) Other time (%) = 8.9407e-05 (0.536527) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:56 2021 Memory usage per processor = 27.5159 Mbytes Step Atoms AVEKE stressZZ 2166 5000 2.9046071e-12 731543.14 2167 -0.00692249999999622 731528.738256284 2167 5000 2.7845274e-12 731528.74 Loop time of 0.0166662 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:56 2021 Pair time (%) = 0.000837088 (5.02267) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.221736) Outpt time (%) = 0.0156858 (94.1176) Other time (%) = 0.000106335 (0.638027) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:56 2021 Memory usage per processor = 27.5159 Mbytes Step Atoms AVEKE stressZZ 2167 5000 2.7845274e-12 731527.67 2168 -0.00692249999999622 731513.509074457 2168 5000 2.7094736e-12 731513.51 Loop time of 0.0168431 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:56 2021 Pair time (%) = 0.000804186 (4.77458) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208083) Outpt time (%) = 0.015903 (94.4186) Other time (%) = 0.000100851 (0.598768) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:56 2021 Memory usage per processor = 27.5159 Mbytes Step Atoms AVEKE stressZZ 2168 5000 2.7094736e-12 731512.46 2169 -0.00692249999999622 731498.450768101 2169 5000 2.6622501e-12 731498.45 Loop time of 0.0166969 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:56 2021 Pair time (%) = 0.000820875 (4.91632) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209904) Outpt time (%) = 0.015748 (94.3169) Other time (%) = 9.29832e-05 (0.556888) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:56 2021 Memory usage per processor = 27.5159 Mbytes Step Atoms AVEKE stressZZ 2169 5000 2.6622501e-12 731497.42 2170 -0.00692249999999622 731483.501272218 2170 5000 2.6323963e-12 731483.5 Loop time of 0.0175941 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:56 2021 Pair time (%) = 0.00077796 (4.42171) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.204621) Outpt time (%) = 0.016686 (94.8384) Other time (%) = 9.41753e-05 (0.535267) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:56 2021 Memory usage per processor = 27.5161 Mbytes Step Atoms AVEKE stressZZ 2170 5000 2.6323963e-12 731482.47 2171 -0.00692249999999622 731468.621143853 2171 5000 2.613453e-12 731468.62 Loop time of 0.016819 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:56 2021 Pair time (%) = 0.00110984 (6.59872) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.273588) Outpt time (%) = 0.015511 (92.2233) Other time (%) = 0.000152111 (0.9044) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:56 2021 Memory usage per processor = 27.5161 Mbytes Step Atoms AVEKE stressZZ 2171 5000 2.613453e-12 731467.6 2172 -0.00692249999999622 731453.785316555 2172 5000 2.6013918e-12 731453.79 Loop time of 0.0165899 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:56 2021 Pair time (%) = 0.000821114 (4.94948) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.20551) Outpt time (%) = 0.01564 (94.2745) Other time (%) = 9.46522e-05 (0.570542) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:56 2021 Memory usage per processor = 27.5161 Mbytes Step Atoms AVEKE stressZZ 2172 5000 2.6013918e-12 731452.77 2173 -0.00692249999999622 731438.977860317 2173 5000 2.5936832e-12 731438.98 Loop time of 0.0165091 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:56 2021 Pair time (%) = 0.000797033 (4.82786) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.212293) Outpt time (%) = 0.0155809 (94.3779) Other time (%) = 9.60827e-05 (0.582) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:56 2021 Memory usage per processor = 27.5161 Mbytes Step Atoms AVEKE stressZZ 2173 5000 2.5936832e-12 731437.96 2174 -0.00692249999999622 731424.188651434 2174 5000 2.5887324e-12 731424.19 Loop time of 0.0165372 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:56 2021 Pair time (%) = 0.00082612 (4.99553) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.223465) Outpt time (%) = 0.0155709 (94.1567) Other time (%) = 0.000103235 (0.624261) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:56 2021 Memory usage per processor = 27.5161 Mbytes Step Atoms AVEKE stressZZ 2174 5000 2.5887324e-12 731423.17 2175 -0.00692249999999622 731409.411256167 2175 5000 2.5855308e-12 731409.41 Loop time of 0.0169232 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:56 2021 Pair time (%) = 0.000905991 (5.35355) Neigh time (%) = 0 (0) Comm time (%) = 6.79493e-05 (0.401516) Outpt time (%) = 0.015826 (93.5166) Other time (%) = 0.000123262 (0.728364) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:56 2021 Memory usage per processor = 27.5161 Mbytes Step Atoms AVEKE stressZZ 2175 5000 2.5855308e-12 731408.4 2176 -0.00692249999999622 731394.641585771 2176 5000 2.5834393e-12 731394.64 Loop time of 0.016803 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:56 2021 Pair time (%) = 0.000807047 (4.80299) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.21993) Outpt time (%) = 0.0158498 (94.3272) Other time (%) = 0.000109196 (0.649857) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:56 2021 Memory usage per processor = 27.5161 Mbytes Step Atoms AVEKE stressZZ 2176 5000 2.5834393e-12 731393.63 2177 -0.00692249999999622 731379.877041779 2177 5000 2.5820529e-12 731379.88 Loop time of 0.0162539 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:56 2021 Pair time (%) = 0.000943899 (5.8072) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.221492) Outpt time (%) = 0.0151579 (93.257) Other time (%) = 0.00011611 (0.714349) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:56 2021 Memory usage per processor = 27.5161 Mbytes Step Atoms AVEKE stressZZ 2177 5000 2.5820529e-12 731378.86 2178 -0.00692249999999622 731365.115972859 2178 5000 2.5811142e-12 731365.12 Loop time of 0.016845 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:56 2021 Pair time (%) = 0.000818968 (4.86179) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.213721) Outpt time (%) = 0.0158899 (94.33) Other time (%) = 0.000100136 (0.594455) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:56 2021 Memory usage per processor = 27.5161 Mbytes Step Atoms AVEKE stressZZ 2178 5000 2.5811142e-12 731364.1 2179 -0.00692249999999622 731350.357329531 2179 5000 2.58046e-12 731350.36 Loop time of 0.0171459 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:56 2021 Pair time (%) = 0.000782013 (4.56094) Neigh time (%) = 0 (0) Comm time (%) = 7.51019e-05 (0.438017) Outpt time (%) = 0.0161269 (94.0569) Other time (%) = 0.000161886 (0.94417) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:56 2021 Memory usage per processor = 27.5161 Mbytes Step Atoms AVEKE stressZZ 2179 5000 2.58046e-12 731349.34 2180 -0.00692249999999622 731335.600444831 2180 5000 2.5799866e-12 731335.6 Loop time of 0.0176058 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:56 2021 Pair time (%) = 0.00077796 (4.41877) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.199068) Outpt time (%) = 0.0166988 (94.8486) Other time (%) = 9.39369e-05 (0.533557) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:56 2021 Memory usage per processor = 27.5161 Mbytes Step Atoms AVEKE stressZZ 2180 5000 2.5799866e-12 731334.59 2181 -0.00692249999999622 731320.844894894 2181 5000 2.5796281e-12 731320.84 Loop time of 0.0166159 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:56 2021 Pair time (%) = 0.000826836 (4.97618) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.228147) Outpt time (%) = 0.0156269 (94.0481) Other time (%) = 0.000124216 (0.747575) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:56 2021 Memory usage per processor = 27.5161 Mbytes Step Atoms AVEKE stressZZ 2181 5000 2.5796281e-12 731319.83 2182 -0.00692249999999622 731306.090410308 2182 5000 2.5793425e-12 731306.09 Loop time of 0.016901 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:56 2021 Pair time (%) = 0.000781059 (4.62137) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.201727) Outpt time (%) = 0.0159969 (94.6507) Other time (%) = 8.89301e-05 (0.526182) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:56 2021 Memory usage per processor = 27.5161 Mbytes Step Atoms AVEKE stressZZ 2182 5000 2.5793425e-12 731305.08 2183 -0.00692249999999622 731291.336819853 2183 5000 2.5791034e-12 731291.34 Loop time of 0.0168948 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:56 2021 Pair time (%) = 0.00077796 (4.60472) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207445) Outpt time (%) = 0.0159879 (94.6318) Other time (%) = 9.39369e-05 (0.55601) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:56 2021 Memory usage per processor = 27.5161 Mbytes Step Atoms AVEKE stressZZ 2183 5000 2.5791034e-12 731290.32 2184 -0.00692249999999622 731276.584014704 2184 5000 2.5788937e-12 731276.58 Loop time of 0.016685 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:57 2021 Pair time (%) = 0.000908852 (5.44711) Neigh time (%) = 0 (0) Comm time (%) = 5.00679e-05 (0.300077) Outpt time (%) = 0.0156081 (93.5455) Other time (%) = 0.000118017 (0.707325) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:57 2021 Memory usage per processor = 27.5161 Mbytes Step Atoms AVEKE stressZZ 2184 5000 2.5788937e-12 731275.57 2185 -0.00692249999999622 731261.831925664 2185 5000 2.5787028e-12 731261.83 Loop time of 0.0166681 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:57 2021 Pair time (%) = 0.000828981 (4.97347) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.210267) Outpt time (%) = 0.0156951 (94.1626) Other time (%) = 0.000108957 (0.653688) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:57 2021 Memory usage per processor = 27.5161 Mbytes Step Atoms AVEKE stressZZ 2185 5000 2.5787028e-12 731260.82 2186 -0.00692249999999622 731247.080508774 2186 5000 2.5785237e-12 731247.08 Loop time of 0.0171921 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:57 2021 Pair time (%) = 0.000777006 (4.51955) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.202471) Outpt time (%) = 0.016288 (94.7413) Other time (%) = 9.2268e-05 (0.536688) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:57 2021 Memory usage per processor = 27.5161 Mbytes Step Atoms AVEKE stressZZ 2186 5000 2.5785237e-12 731246.07 2187 -0.00692249999999622 731232.329736091 2187 5000 2.5783523e-12 731232.33 Loop time of 0.0167732 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:57 2021 Pair time (%) = 0.000777006 (4.63242) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208949) Outpt time (%) = 0.015835 (94.4067) Other time (%) = 0.000126123 (0.751933) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:57 2021 Memory usage per processor = 27.5161 Mbytes Step Atoms AVEKE stressZZ 2187 5000 2.5783523e-12 731231.32 2188 -0.00692249999999622 731217.579589772 2188 5000 2.5781857e-12 731217.58 Loop time of 0.0165141 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:57 2021 Pair time (%) = 0.000936031 (5.66809) Neigh time (%) = 0 (0) Comm time (%) = 4.19617e-05 (0.254097) Outpt time (%) = 0.0154221 (93.3877) Other time (%) = 0.000113964 (0.690103) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:57 2021 Memory usage per processor = 27.5161 Mbytes Step Atoms AVEKE stressZZ 2188 5000 2.5781857e-12 731216.57 2189 -0.00692249999999622 731202.830058562 2189 5000 2.5780221e-12 731202.83 Loop time of 0.0170908 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:57 2021 Pair time (%) = 0.000777006 (4.54634) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205067) Outpt time (%) = 0.0161428 (94.4534) Other time (%) = 0.000135899 (0.795157) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:57 2021 Memory usage per processor = 27.5161 Mbytes Step Atoms AVEKE stressZZ 2189 5000 2.5780221e-12 731201.82 2190 -0.00692249999999622 731188.081135195 2190 5000 2.5778605e-12 731188.08 Loop time of 0.0183041 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:57 2021 Pair time (%) = 0.000777006 (4.24498) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.191474) Outpt time (%) = 0.0174031 (95.0777) Other time (%) = 8.89301e-05 (0.485848) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:57 2021 Memory usage per processor = 27.5161 Mbytes Step Atoms AVEKE stressZZ 2190 5000 2.5778605e-12 731187.07 2191 -0.00692249999999622 731173.332815098 2191 5000 2.5777002e-12 731173.33 Loop time of 0.0166039 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:57 2021 Pair time (%) = 0.000773907 (4.66098) Neigh time (%) = 0 (0) Comm time (%) = 4.88758e-05 (0.294363) Outpt time (%) = 0.015626 (94.1099) Other time (%) = 0.00015521 (0.934781) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:57 2021 Memory usage per processor = 27.5161 Mbytes Step Atoms AVEKE stressZZ 2191 5000 2.5777002e-12 731172.32 2192 -0.00692249999999622 731158.58509535 2192 5000 2.5775406e-12 731158.59 Loop time of 0.0166469 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:57 2021 Pair time (%) = 0.000815868 (4.90103) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.216264) Outpt time (%) = 0.0156939 (94.2754) Other time (%) = 0.000101089 (0.607258) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:57 2021 Memory usage per processor = 27.5161 Mbytes Step Atoms AVEKE stressZZ 2192 5000 2.5775406e-12 731157.57 2193 -0.00692249999999622 731143.837974036 2193 5000 2.5773816e-12 731143.84 Loop time of 0.0168679 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:57 2021 Pair time (%) = 0.000779867 (4.62339) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207777) Outpt time (%) = 0.015955 (94.5879) Other time (%) = 9.799e-05 (0.580927) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:57 2021 Memory usage per processor = 27.5161 Mbytes Step Atoms AVEKE stressZZ 2193 5000 2.5773816e-12 731142.82 2194 -0.00692249999999622 731129.091449969 2194 5000 2.5772229e-12 731129.09 Loop time of 0.016808 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:57 2021 Pair time (%) = 0.000833988 (4.96184) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.21419) Outpt time (%) = 0.0158319 (94.1927) Other time (%) = 0.000106096 (0.631224) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:57 2021 Memory usage per processor = 27.5161 Mbytes Step Atoms AVEKE stressZZ 2194 5000 2.5772229e-12 731128.08 2195 -0.00692249999999622 731114.34552237 2195 5000 2.5770644e-12 731114.35 Loop time of 0.017 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:57 2021 Pair time (%) = 0.00104213 (6.13018) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206162) Outpt time (%) = 0.0158069 (92.9821) Other time (%) = 0.000115871 (0.681598) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:57 2021 Memory usage per processor = 27.5161 Mbytes Step Atoms AVEKE stressZZ 2195 5000 2.5770644e-12 731113.33 2196 -0.00692249999999622 731099.600190702 2196 5000 2.576906e-12 731099.6 Loop time of 0.0172591 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:57 2021 Pair time (%) = 0.000981092 (5.68449) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.214118) Outpt time (%) = 0.0160851 (93.198) Other time (%) = 0.000155926 (0.90344) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:57 2021 Memory usage per processor = 27.5161 Mbytes Step Atoms AVEKE stressZZ 2196 5000 2.576906e-12 731098.59 2197 -0.00692249999999622 731084.855454611 2197 5000 2.5767477e-12 731084.86 Loop time of 0.016932 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:57 2021 Pair time (%) = 0.000800848 (4.72979) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.218255) Outpt time (%) = 0.0159669 (94.3) Other time (%) = 0.000127316 (0.751922) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:57 2021 Memory usage per processor = 27.5161 Mbytes Step Atoms AVEKE stressZZ 2197 5000 2.5767477e-12 731083.84 2198 -0.00692249999999622 731070.111313883 2198 5000 2.5765895e-12 731070.11 Loop time of 0.0171611 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:57 2021 Pair time (%) = 0.000983 (5.72806) Neigh time (%) = 0 (0) Comm time (%) = 4.3869e-05 (0.25563) Outpt time (%) = 0.0160191 (93.3453) Other time (%) = 0.000115156 (0.671029) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:57 2021 Memory usage per processor = 27.5161 Mbytes Step Atoms AVEKE stressZZ 2198 5000 2.5765895e-12 731069.1 2199 -0.00692249999999622 731055.36776836 2199 5000 2.5764314e-12 731055.37 Loop time of 0.0171809 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:57 2021 Pair time (%) = 0.000971079 (5.65208) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.227582) Outpt time (%) = 0.016053 (93.4348) Other time (%) = 0.000117779 (0.685521) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:57 2021 Memory usage per processor = 27.5161 Mbytes Step Atoms AVEKE stressZZ 2199 5000 2.5764314e-12 731054.35 2200 -0.00692249999999622 731040.62481791 2200 5000 2.5762733e-12 731040.62 Loop time of 0.0183189 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:57 2021 Pair time (%) = 0.000828981 (4.52528) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.201731) Outpt time (%) = 0.017324 (94.5689) Other time (%) = 0.000128984 (0.704106) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:57 2021 Memory usage per processor = 27.5161 Mbytes Step Atoms AVEKE stressZZ 2200 5000 2.5762733e-12 731039.61 2201 -0.00692249999999622 731025.88246247 2201 5000 2.5761152e-12 731025.88 Loop time of 0.0172989 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:57 2021 Pair time (%) = 0.000940084 (5.43435) Neigh time (%) = 0 (0) Comm time (%) = 5.4121e-05 (0.312857) Outpt time (%) = 0.0161691 (93.4686) Other time (%) = 0.00013566 (0.784211) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:57 2021 Memory usage per processor = 27.5161 Mbytes Step Atoms AVEKE stressZZ 2201 5000 2.5761152e-12 731024.87 2202 -0.00692249999999622 731011.140701931 2202 5000 2.5759571e-12 731011.14 Loop time of 0.017261 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:57 2021 Pair time (%) = 0.000891924 (5.16727) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.214094) Outpt time (%) = 0.0162108 (93.9156) Other time (%) = 0.000121355 (0.703058) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:57 2021 Memory usage per processor = 27.5161 Mbytes Step Atoms AVEKE stressZZ 2202 5000 2.5759571e-12 731010.13 2203 -0.00692249999999622 730996.399536259 2203 5000 2.575799e-12 730996.4 Loop time of 0.017134 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:57 2021 Pair time (%) = 0.00110197 (6.4315) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.210116) Outpt time (%) = 0.0158448 (92.4762) Other time (%) = 0.000151157 (0.88221) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:57 2021 Memory usage per processor = 27.5161 Mbytes Step Atoms AVEKE stressZZ 2203 5000 2.575799e-12 730995.39 2204 -0.00692249999999622 730981.658965378 2204 5000 2.575641e-12 730981.66 Loop time of 0.0170171 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:57 2021 Pair time (%) = 0.000910997 (5.35342) Neigh time (%) = 0 (0) Comm time (%) = 5.38826e-05 (0.316637) Outpt time (%) = 0.015923 (93.5706) Other time (%) = 0.000129223 (0.75937) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:57 2021 Memory usage per processor = 27.5161 Mbytes Step Atoms AVEKE stressZZ 2204 5000 2.575641e-12 730980.64 2205 -0.00692249999999622 730966.918989238 2205 5000 2.575483e-12 730966.92 Loop time of 0.0166168 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:57 2021 Pair time (%) = 0.000824928 (4.96442) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.216655) Outpt time (%) = 0.0156229 (94.0183) Other time (%) = 0.000133038 (0.80062) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:57 2021 Memory usage per processor = 27.5161 Mbytes Step Atoms AVEKE stressZZ 2205 5000 2.575483e-12 730965.9 2206 -0.00692249999999622 730952.179607798 2206 5000 2.5753249e-12 730952.18 Loop time of 0.0159068 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:57 2021 Pair time (%) = 0.000775099 (4.87275) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.214335) Outpt time (%) = 0.0150049 (94.3299) Other time (%) = 9.27448e-05 (0.583051) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:57 2021 Memory usage per processor = 27.5161 Mbytes Step Atoms AVEKE stressZZ 2206 5000 2.5753249e-12 730951.17 2207 -0.00692249999999622 730937.440820992 2207 5000 2.5751669e-12 730937.44 Loop time of 0.016011 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:57 2021 Pair time (%) = 0.00077796 (4.85891) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.217407) Outpt time (%) = 0.0151081 (94.3608) Other time (%) = 9.01222e-05 (0.562877) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:57 2021 Memory usage per processor = 27.5161 Mbytes Step Atoms AVEKE stressZZ 2207 5000 2.5751669e-12 730936.43 2208 -0.00692249999999622 730922.702628795 2208 5000 2.575009e-12 730922.7 Loop time of 0.0164409 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:57 2021 Pair time (%) = 0.000804901 (4.89573) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.207373) Outpt time (%) = 0.01547 (94.095) Other time (%) = 0.000131845 (0.801937) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:57 2021 Memory usage per processor = 27.5161 Mbytes Step Atoms AVEKE stressZZ 2208 5000 2.575009e-12 730921.69 2209 -0.00692249999999622 730907.965031183 2209 5000 2.574851e-12 730907.97 Loop time of 0.0172889 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:57 2021 Pair time (%) = 0.000904799 (5.2334) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.22616) Outpt time (%) = 0.0162179 (93.8054) Other time (%) = 0.000127077 (0.73502) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:57 2021 Memory usage per processor = 27.5161 Mbytes Step Atoms AVEKE stressZZ 2209 5000 2.574851e-12 730906.95 2210 -0.00692249999999622 730893.228028075 2210 5000 2.574693e-12 730893.23 Loop time of 0.0187211 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:57 2021 Pair time (%) = 0.000930071 (4.96803) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.192303) Outpt time (%) = 0.0176022 (94.0233) Other time (%) = 0.000152826 (0.816332) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:57 2021 Memory usage per processor = 27.5161 Mbytes Step Atoms AVEKE stressZZ 2210 5000 2.574693e-12 730892.21 2211 -0.00692249999999622 730878.491619455 2211 5000 2.5745351e-12 730878.49 Loop time of 0.017112 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:57 2021 Pair time (%) = 0.000937939 (5.48117) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.239644) Outpt time (%) = 0.0160179 (93.6062) Other time (%) = 0.000115156 (0.672955) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:57 2021 Memory usage per processor = 27.5161 Mbytes Step Atoms AVEKE stressZZ 2211 5000 2.5745351e-12 730877.48 2212 -0.00692249999999622 730863.755805292 2212 5000 2.5743771e-12 730863.76 Loop time of 0.0170639 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:57 2021 Pair time (%) = 0.000791073 (4.63596) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.210979) Outpt time (%) = 0.0161319 (94.5383) Other time (%) = 0.000104904 (0.614774) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:57 2021 Memory usage per processor = 27.5161 Mbytes Step Atoms AVEKE stressZZ 2212 5000 2.5743771e-12 730862.74 2213 -0.00692249999999622 730849.020585509 2213 5000 2.5742192e-12 730849.02 Loop time of 0.016892 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:57 2021 Pair time (%) = 0.00107384 (6.35709) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.206069) Outpt time (%) = 0.0156078 (92.398) Other time (%) = 0.000175476 (1.03881) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:57 2021 Memory usage per processor = 27.5161 Mbytes Step Atoms AVEKE stressZZ 2213 5000 2.5742192e-12 730848.01 2214 -0.00692249999999622 730834.28596007 2214 5000 2.5740613e-12 730834.29 Loop time of 0.017344 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:57 2021 Pair time (%) = 0.000890017 (5.13155) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.224067) Outpt time (%) = 0.0162749 (93.8361) Other time (%) = 0.00014019 (0.808292) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:57 2021 Memory usage per processor = 27.5161 Mbytes Step Atoms AVEKE stressZZ 2214 5000 2.5740613e-12 730833.27 2215 -0.00692249999999622 730819.551928948 2215 5000 2.5739034e-12 730819.55 Loop time of 0.01705 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:57 2021 Pair time (%) = 0.000861168 (5.05083) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.21115) Outpt time (%) = 0.0159721 (93.6781) Other time (%) = 0.000180721 (1.05995) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:57 2021 Memory usage per processor = 27.5161 Mbytes Step Atoms AVEKE stressZZ 2215 5000 2.5739034e-12 730818.54 2216 -0.00692249999999622 730804.818492086 2216 5000 2.5737455e-12 730804.82 Loop time of 0.01685 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:57 2021 Pair time (%) = 0.000934839 (5.54801) Neigh time (%) = 0 (0) Comm time (%) = 3.98159e-05 (0.236296) Outpt time (%) = 0.015758 (93.5195) Other time (%) = 0.000117302 (0.696154) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:57 2021 Memory usage per processor = 27.5161 Mbytes Step Atoms AVEKE stressZZ 2216 5000 2.5737455e-12 730803.8 2217 -0.00692249999999622 730790.085649448 2217 5000 2.5735877e-12 730790.09 Loop time of 0.0168569 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:57 2021 Pair time (%) = 0.00081706 (4.84704) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.231956) Outpt time (%) = 0.0158889 (94.2577) Other time (%) = 0.000111818 (0.663338) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:57 2021 Memory usage per processor = 27.5161 Mbytes Step Atoms AVEKE stressZZ 2217 5000 2.5735877e-12 730789.07 2218 -0.00692249999999622 730775.353400978 2218 5000 2.5734298e-12 730775.35 Loop time of 0.0170679 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:57 2021 Pair time (%) = 0.000828028 (4.85137) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205342) Outpt time (%) = 0.016109 (94.3817) Other time (%) = 9.58443e-05 (0.561547) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:57 2021 Memory usage per processor = 27.5161 Mbytes Step Atoms AVEKE stressZZ 2218 5000 2.5734298e-12 730774.34 2219 -0.00692249999999622 730760.621746672 2219 5000 2.573272e-12 730760.62 Loop time of 0.0176401 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:57 2021 Pair time (%) = 0.00103498 (5.86717) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.198681) Outpt time (%) = 0.0164402 (93.1975) Other time (%) = 0.000129938 (0.736606) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:57 2021 Memory usage per processor = 27.5161 Mbytes Step Atoms AVEKE stressZZ 2219 5000 2.573272e-12 730759.61 2220 -0.00692249999999622 730745.890686434 2220 5000 2.5731141e-12 730745.89 Loop time of 0.0187521 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:57 2021 Pair time (%) = 0.00083518 (4.4538) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.202156) Outpt time (%) = 0.0177619 (94.7198) Other time (%) = 0.000117064 (0.624269) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:57 2021 Memory usage per processor = 27.5161 Mbytes Step Atoms AVEKE stressZZ 2220 5000 2.5731141e-12 730744.88 2221 -0.00692249999999622 730731.160220269 2221 5000 2.5729563e-12 730731.16 Loop time of 0.017148 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:57 2021 Pair time (%) = 0.00109386 (6.37896) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.209944) Outpt time (%) = 0.015836 (92.3489) Other time (%) = 0.000182152 (1.06223) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:57 2021 Memory usage per processor = 27.5161 Mbytes Step Atoms AVEKE stressZZ 2221 5000 2.5729563e-12 730730.15 2222 -0.00692249999999622 730716.430348096 2222 5000 2.5727985e-12 730716.43 Loop time of 0.0174291 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:57 2021 Pair time (%) = 0.000823021 (4.7221) Neigh time (%) = 0 (0) Comm time (%) = 5.00679e-05 (0.287266) Outpt time (%) = 0.0164242 (94.2342) Other time (%) = 0.000131845 (0.756467) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:57 2021 Memory usage per processor = 27.5161 Mbytes Step Atoms AVEKE stressZZ 2222 5000 2.5727985e-12 730715.42 2223 -0.00692249999999622 730701.701069921 2223 5000 2.5726407e-12 730701.7 Loop time of 0.01721 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:57 2021 Pair time (%) = 0.000797987 (4.63676) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.209188) Outpt time (%) = 0.0162339 (94.3284) Other time (%) = 0.000142097 (0.825668) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:57 2021 Memory usage per processor = 27.5161 Mbytes Step Atoms AVEKE stressZZ 2223 5000 2.5726407e-12 730700.69 2224 -0.00692249999999622 730686.97238565 2224 5000 2.5724829e-12 730686.97 Loop time of 0.0172291 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:57 2021 Pair time (%) = 0.000924826 (5.36782) Neigh time (%) = 0 (0) Comm time (%) = 3.98159e-05 (0.231097) Outpt time (%) = 0.0161219 (93.5736) Other time (%) = 0.000142574 (0.827521) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:57 2021 Memory usage per processor = 27.5161 Mbytes Step Atoms AVEKE stressZZ 2224 5000 2.5724829e-12 730685.96 2225 -0.00692249999999622 730672.244295286 2225 5000 2.5723252e-12 730672.24 Loop time of 0.0173461 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:57 2021 Pair time (%) = 0.000854015 (4.92337) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.213044) Outpt time (%) = 0.0163028 (93.9853) Other time (%) = 0.000152349 (0.87829) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:57 2021 Memory usage per processor = 27.5161 Mbytes Step Atoms AVEKE stressZZ 2225 5000 2.5723252e-12 730671.23 2226 -0.00692249999999622 730657.516798769 2226 5000 2.5721674e-12 730657.52 Loop time of 0.0168929 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:57 2021 Pair time (%) = 0.000791073 (4.68287) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207469) Outpt time (%) = 0.0159659 (94.5127) Other time (%) = 0.000100851 (0.597002) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:57 2021 Memory usage per processor = 27.5161 Mbytes Step Atoms AVEKE stressZZ 2226 5000 2.5721674e-12 730656.5 2227 -0.00692249999999622 730642.789896051 2227 5000 2.5720097e-12 730642.79 Loop time of 0.0172338 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:58 2021 Pair time (%) = 0.00081706 (4.74102) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.219966) Outpt time (%) = 0.016242 (94.2449) Other time (%) = 0.000136852 (0.79409) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:58 2021 Memory usage per processor = 27.5161 Mbytes Step Atoms AVEKE stressZZ 2227 5000 2.5720097e-12 730641.78 2228 -0.00692249999999622 730628.063587068 2228 5000 2.5718519e-12 730628.06 Loop time of 0.0170929 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:58 2021 Pair time (%) = 0.000801086 (4.68665) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.21062) Outpt time (%) = 0.0161581 (94.5308) Other time (%) = 9.77516e-05 (0.571883) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:58 2021 Memory usage per processor = 27.5161 Mbytes Step Atoms AVEKE stressZZ 2228 5000 2.5718519e-12 730627.05 2229 -0.00692249999999622 730613.337871837 2229 5000 2.5716942e-12 730613.34 Loop time of 0.0181682 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:58 2021 Pair time (%) = 0.000931025 (5.12447) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.192906) Outpt time (%) = 0.0170619 (93.911) Other time (%) = 0.00014019 (0.771623) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:58 2021 Memory usage per processor = 27.5161 Mbytes Step Atoms AVEKE stressZZ 2229 5000 2.5716942e-12 730612.32 2230 -0.00692249999999622 730598.612750248 2230 5000 2.5715365e-12 730598.61 Loop time of 0.0188448 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:58 2021 Pair time (%) = 0.000856876 (4.54701) Neigh time (%) = 0 (0) Comm time (%) = 5.07832e-05 (0.26948) Outpt time (%) = 0.0177999 (94.4548) Other time (%) = 0.000137329 (0.728736) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:58 2021 Memory usage per processor = 27.5161 Mbytes Step Atoms AVEKE stressZZ 2230 5000 2.5715365e-12 730597.6 2231 -0.00692249999999622 730583.888222313 2231 5000 2.5713788e-12 730583.89 Loop time of 0.0169029 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:58 2021 Pair time (%) = 0.000781059 (4.62085) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207346) Outpt time (%) = 0.0159891 (94.5935) Other time (%) = 9.77516e-05 (0.578312) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:58 2021 Memory usage per processor = 27.5161 Mbytes Step Atoms AVEKE stressZZ 2231 5000 2.5713788e-12 730582.87 2232 -0.00692249999999622 730569.164287974 2232 5000 2.5712211e-12 730569.16 Loop time of 0.0172 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:58 2021 Pair time (%) = 0.000944853 (5.49333) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.220399) Outpt time (%) = 0.016006 (93.0581) Other time (%) = 0.000211239 (1.22813) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:58 2021 Memory usage per processor = 27.5161 Mbytes Step Atoms AVEKE stressZZ 2232 5000 2.5712211e-12 730568.15 2233 -0.00692249999999622 730554.440947179 2233 5000 2.5710635e-12 730554.44 Loop time of 0.0172238 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:58 2021 Pair time (%) = 0.000802994 (4.66211) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.20902) Outpt time (%) = 0.0162799 (94.5198) Other time (%) = 0.000104904 (0.609064) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:58 2021 Memory usage per processor = 27.5161 Mbytes Step Atoms AVEKE stressZZ 2233 5000 2.5710635e-12 730553.43 2234 -0.00692249999999622 730539.718199898 2234 5000 2.5709058e-12 730539.72 Loop time of 0.0173042 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:58 2021 Pair time (%) = 0.000821829 (4.74931) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.220449) Outpt time (%) = 0.0163069 (94.2366) Other time (%) = 0.000137329 (0.793618) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:58 2021 Memory usage per processor = 27.5161 Mbytes Step Atoms AVEKE stressZZ 2234 5000 2.5709058e-12 730538.7 2235 -0.00692249999999622 730524.996046093 2235 5000 2.5707482e-12 730525 Loop time of 0.0173419 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:58 2021 Pair time (%) = 0.000911951 (5.25867) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.230969) Outpt time (%) = 0.0162771 (93.8601) Other time (%) = 0.000112772 (0.650288) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:58 2021 Memory usage per processor = 27.5161 Mbytes Step Atoms AVEKE stressZZ 2235 5000 2.5707482e-12 730523.98 2236 -0.00692249999999622 730510.274485694 2236 5000 2.5705905e-12 730510.27 Loop time of 0.01735 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:58 2021 Pair time (%) = 0.000864029 (4.98001) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.2075) Outpt time (%) = 0.0163491 (94.2312) Other time (%) = 0.000100851 (0.581276) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:58 2021 Memory usage per processor = 27.5161 Mbytes Step Atoms AVEKE stressZZ 2236 5000 2.5705905e-12 730509.26 2237 -0.00692249999999622 730495.553518684 2237 5000 2.5704329e-12 730495.55 Loop time of 0.0174429 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:58 2021 Pair time (%) = 0.00110006 (6.30664) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.224163) Outpt time (%) = 0.016149 (92.5821) Other time (%) = 0.000154734 (0.887085) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:58 2021 Memory usage per processor = 27.5161 Mbytes Step Atoms AVEKE stressZZ 2237 5000 2.5704329e-12 730494.54 2238 -0.00692249999999622 730480.833145015 2238 5000 2.5702753e-12 730480.83 Loop time of 0.0162351 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:58 2021 Pair time (%) = 0.000777006 (4.78596) Neigh time (%) = 0 (0) Comm time (%) = 5.00679e-05 (0.308393) Outpt time (%) = 0.015306 (94.2771) Other time (%) = 0.000102043 (0.628534) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:58 2021 Memory usage per processor = 27.5161 Mbytes Step Atoms AVEKE stressZZ 2238 5000 2.5702753e-12 730479.82 2239 -0.00692249999999622 730466.113364654 2239 5000 2.5701177e-12 730466.11 Loop time of 0.017256 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:58 2021 Pair time (%) = 0.000908136 (5.26272) Neigh time (%) = 0 (0) Comm time (%) = 9.799e-05 (0.56786) Outpt time (%) = 0.0160878 (93.2299) Other time (%) = 0.000162125 (0.939525) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:58 2021 Memory usage per processor = 27.5161 Mbytes Step Atoms AVEKE stressZZ 2239 5000 2.5701177e-12 730465.1 2240 -0.00692249999999622 730451.394177541 2240 5000 2.5699602e-12 730451.39 Loop time of 0.018285 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:58 2021 Pair time (%) = 0.000777006 (4.24941) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.191673) Outpt time (%) = 0.01738 (95.0504) Other time (%) = 9.29832e-05 (0.508521) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:58 2021 Memory usage per processor = 27.5161 Mbytes Step Atoms AVEKE stressZZ 2240 5000 2.5699602e-12 730450.38 2241 -0.00692249999999622 730436.675583652 2241 5000 2.5698026e-12 730436.68 Loop time of 0.0170391 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:58 2021 Pair time (%) = 0.000821829 (4.82321) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205689) Outpt time (%) = 0.016057 (94.2365) Other time (%) = 0.00012517 (0.734605) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:58 2021 Memory usage per processor = 27.5161 Mbytes Step Atoms AVEKE stressZZ 2241 5000 2.5698026e-12 730435.66 2242 -0.00692249999999622 730421.957582925 2242 5000 2.569645e-12 730421.96 Loop time of 0.0165811 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:58 2021 Pair time (%) = 0.000913858 (5.51146) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.234377) Outpt time (%) = 0.015507 (93.5223) Other time (%) = 0.000121355 (0.73189) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:58 2021 Memory usage per processor = 27.5161 Mbytes Step Atoms AVEKE stressZZ 2242 5000 2.569645e-12 730420.94 2243 -0.00692249999999622 730407.240175329 2243 5000 2.5694875e-12 730407.24 Loop time of 0.016902 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:58 2021 Pair time (%) = 0.00077796 (4.60278) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.200305) Outpt time (%) = 0.0159991 (94.6581) Other time (%) = 9.10759e-05 (0.538848) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:58 2021 Memory usage per processor = 27.5161 Mbytes Step Atoms AVEKE stressZZ 2243 5000 2.5694875e-12 730406.23 2244 -0.00692249999999622 730392.52336083 2244 5000 2.56933e-12 730392.52 Loop time of 0.016639 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:58 2021 Pair time (%) = 0.000777006 (4.66979) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.210635) Outpt time (%) = 0.015733 (94.555) Other time (%) = 9.39369e-05 (0.564559) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:58 2021 Memory usage per processor = 27.5161 Mbytes Step Atoms AVEKE stressZZ 2244 5000 2.56933e-12 730391.51 2245 -0.00692249999999622 730377.807139377 2245 5000 2.5691725e-12 730377.81 Loop time of 0.016288 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:58 2021 Pair time (%) = 0.000776052 (4.76455) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.221028) Outpt time (%) = 0.0153759 (94.3996) Other time (%) = 0.000100136 (0.614781) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:58 2021 Memory usage per processor = 27.5161 Mbytes Step Atoms AVEKE stressZZ 2245 5000 2.5691725e-12 730376.79 2246 -0.00692249999999622 730363.091510932 2246 5000 2.5690149e-12 730363.09 Loop time of 0.0167141 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:58 2021 Pair time (%) = 0.000813007 (4.8642) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209688) Outpt time (%) = 0.0157239 (94.0759) Other time (%) = 0.000142097 (0.850165) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:58 2021 Memory usage per processor = 27.5161 Mbytes Step Atoms AVEKE stressZZ 2246 5000 2.5690149e-12 730362.08 2247 -0.00692249999999622 730348.376475444 2247 5000 2.5688575e-12 730348.38 Loop time of 0.0169349 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:58 2021 Pair time (%) = 0.00077796 (4.59383) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.212586) Outpt time (%) = 0.0160229 (94.615) Other time (%) = 9.799e-05 (0.578629) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:58 2021 Memory usage per processor = 27.5161 Mbytes Step Atoms AVEKE stressZZ 2247 5000 2.5688575e-12 730347.36 2248 -0.00692249999999622 730333.662032891 2248 5000 2.5687e-12 730333.66 Loop time of 0.016032 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:58 2021 Pair time (%) = 0.000782967 (4.88378) Neigh time (%) = 0 (0) Comm time (%) = 5.19753e-05 (0.324197) Outpt time (%) = 0.0150969 (94.1674) Other time (%) = 0.000100136 (0.6246) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:58 2021 Memory usage per processor = 27.5161 Mbytes Step Atoms AVEKE stressZZ 2248 5000 2.5687e-12 730332.65 2249 -0.00692249999999622 730318.948183235 2249 5000 2.5685425e-12 730318.95 Loop time of 0.016645 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:58 2021 Pair time (%) = 0.00118995 (7.149) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.246369) Outpt time (%) = 0.015259 (91.6736) Other time (%) = 0.000154972 (0.931045) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:58 2021 Memory usage per processor = 27.5161 Mbytes Step Atoms AVEKE stressZZ 2249 5000 2.5685425e-12 730317.93 2250 -0.00692249999999622 730304.234926394 2250 5000 2.5683851e-12 730304.23 Loop time of 0.0172181 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:58 2021 Pair time (%) = 0.000777006 (4.51273) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198012) Outpt time (%) = 0.0163202 (94.7852) Other time (%) = 8.67844e-05 (0.504029) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:58 2021 Memory usage per processor = 27.5161 Mbytes Step Atoms AVEKE stressZZ 2250 5000 2.5683851e-12 730303.22 2251 -0.00692249999999622 730289.522262364 2251 5000 2.5682276e-12 730289.52 Loop time of 0.016135 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:58 2021 Pair time (%) = 0.000778198 (4.82305) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.211304) Outpt time (%) = 0.0152318 (94.4027) Other time (%) = 9.08375e-05 (0.562985) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:58 2021 Memory usage per processor = 27.5161 Mbytes Step Atoms AVEKE stressZZ 2251 5000 2.5682276e-12 730288.51 2252 -0.00692249999999622 730274.81019109 2252 5000 2.5680702e-12 730274.81 Loop time of 0.016788 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:58 2021 Pair time (%) = 0.000779152 (4.64112) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208765) Outpt time (%) = 0.0157959 (94.0907) Other time (%) = 0.00017786 (1.05945) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:58 2021 Memory usage per processor = 27.5161 Mbytes Step Atoms AVEKE stressZZ 2252 5000 2.5680702e-12 730273.8 2253 -0.00692249999999622 730260.098712541 2253 5000 2.5679128e-12 730260.1 Loop time of 0.016525 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:58 2021 Pair time (%) = 0.000921011 (5.57343) Neigh time (%) = 0 (0) Comm time (%) = 5.48363e-05 (0.331838) Outpt time (%) = 0.0154181 (93.3012) Other time (%) = 0.00013113 (0.793525) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:58 2021 Memory usage per processor = 27.5161 Mbytes Step Atoms AVEKE stressZZ 2253 5000 2.5679128e-12 730259.09 2254 -0.00692249999999622 730245.387826674 2254 5000 2.5677554e-12 730245.39 Loop time of 0.016974 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:58 2021 Pair time (%) = 0.000780821 (4.60011) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.199455) Outpt time (%) = 0.0160649 (94.6442) Other time (%) = 9.44138e-05 (0.556227) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:58 2021 Memory usage per processor = 27.5161 Mbytes Step Atoms AVEKE stressZZ 2254 5000 2.5677554e-12 730244.37 2255 -0.00692249999999622 730230.677533433 2255 5000 2.567598e-12 730230.68 Loop time of 0.0169249 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:58 2021 Pair time (%) = 0.000818968 (4.83885) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207077) Outpt time (%) = 0.015976 (94.3934) Other time (%) = 9.48906e-05 (0.560658) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:58 2021 Memory usage per processor = 27.5161 Mbytes Step Atoms AVEKE stressZZ 2255 5000 2.567598e-12 730229.66 2256 -0.00692249999999622 730215.967832812 2256 5000 2.5674406e-12 730215.97 Loop time of 0.0162039 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:58 2021 Pair time (%) = 0.000780106 (4.81431) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.222176) Outpt time (%) = 0.0152879 (94.347) Other time (%) = 9.98974e-05 (0.616503) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:58 2021 Memory usage per processor = 27.5161 Mbytes Step Atoms AVEKE stressZZ 2256 5000 2.5674406e-12 730214.95 2257 -0.00692249999999622 730201.258724717 2257 5000 2.5672833e-12 730201.26 Loop time of 0.0168171 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:58 2021 Pair time (%) = 0.000808001 (4.80464) Neigh time (%) = 0 (0) Comm time (%) = 5.79357e-05 (0.344505) Outpt time (%) = 0.0158281 (94.1193) Other time (%) = 0.000123024 (0.731541) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:58 2021 Memory usage per processor = 27.5161 Mbytes Step Atoms AVEKE stressZZ 2257 5000 2.5672833e-12 730200.25 2258 -0.00692249999999622 730186.55020914 2258 5000 2.5671259e-12 730186.55 Loop time of 0.017005 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:58 2021 Pair time (%) = 0.000777006 (4.56929) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206102) Outpt time (%) = 0.0160539 (94.4072) Other time (%) = 0.000138998 (0.817397) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:58 2021 Memory usage per processor = 27.5161 Mbytes Step Atoms AVEKE stressZZ 2258 5000 2.5671259e-12 730185.54 2259 -0.00692249999999622 730171.842286029 2259 5000 2.5669686e-12 730171.84 Loop time of 0.0160792 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:58 2021 Pair time (%) = 0.00077796 (4.8383) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.217968) Outpt time (%) = 0.015172 (94.358) Other time (%) = 9.41753e-05 (0.585697) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:58 2021 Memory usage per processor = 27.5161 Mbytes Step Atoms AVEKE stressZZ 2259 5000 2.5669686e-12 730170.83 2260 -0.00692249999999622 730157.134955327 2260 5000 2.5668112e-12 730157.13 Loop time of 0.018225 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:58 2021 Pair time (%) = 0.00105119 (5.76785) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.252482) Outpt time (%) = 0.016963 (93.0757) Other time (%) = 0.000164747 (0.903965) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:58 2021 Memory usage per processor = 27.5161 Mbytes Step Atoms AVEKE stressZZ 2260 5000 2.5668112e-12 730156.12 2261 -0.00692249999999622 730142.428217014 2261 5000 2.5666539e-12 730142.43 Loop time of 0.0168178 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:58 2021 Pair time (%) = 0.000779867 (4.63715) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208395) Outpt time (%) = 0.015908 (94.5902) Other time (%) = 9.48906e-05 (0.564227) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:58 2021 Memory usage per processor = 27.5161 Mbytes Step Atoms AVEKE stressZZ 2261 5000 2.5666539e-12 730141.42 2262 -0.00692249999999622 730127.722071061 2262 5000 2.5664966e-12 730127.72 Loop time of 0.016427 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:58 2021 Pair time (%) = 0.000776052 (4.72424) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.213353) Outpt time (%) = 0.015522 (94.4906) Other time (%) = 9.39369e-05 (0.571843) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:18:58 2021 Memory usage per processor = 27.5161 Mbytes Step Atoms AVEKE stressZZ 2262 5000 2.5664966e-12 730126.71 2263 -0.00692249999999622 730110.241276786 2263 5000 5.0706382e-12 730134.14 Loop time of 0.0161431 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:58 2021 Pair time (%) = 0.000787973 (4.88118) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.228921) Outpt time (%) = 0.0151501 (93.8487) Other time (%) = 0.000168085 (1.04122) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28288 ave 28288 max 28288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28288 Ave neighs/atom = 5.6576 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:58 2021 Memory usage per processor = 27.5161 Mbytes Step Atoms AVEKE stressZZ 2263 5000 5.0706382e-12 752028.67 2264 -0.00695499999999621 752010.37667078 2264 5000 4.1167413e-12 752010.38 Loop time of 0.0169311 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:58 2021 Pair time (%) = 0.000925064 (5.46371) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.212634) Outpt time (%) = 0.015866 (93.7097) Other time (%) = 0.000103951 (0.613963) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28290 ave 28290 max 28290 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28290 Ave neighs/atom = 5.658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:58 2021 Memory usage per processor = 27.5161 Mbytes Step Atoms AVEKE stressZZ 2264 5000 4.1167413e-12 752009 2265 -0.00695499999999621 751992.22040767 2265 5000 3.562089e-12 751992.22 Loop time of 0.0169461 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:58 2021 Pair time (%) = 0.000837088 (4.93971) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.301082) Outpt time (%) = 0.0159509 (94.1275) Other time (%) = 0.00010705 (0.631709) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28290 ave 28290 max 28290 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28290 Ave neighs/atom = 5.658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:58 2021 Memory usage per processor = 27.5161 Mbytes Step Atoms AVEKE stressZZ 2265 5000 3.562089e-12 751990.96 2266 -0.00695499999999621 751975.141703425 2266 5000 3.2303914e-12 751975.14 Loop time of 0.01633 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:58 2021 Pair time (%) = 0.000780106 (4.77713) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.21462) Outpt time (%) = 0.015419 (94.4213) Other time (%) = 9.58443e-05 (0.586921) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28290 ave 28290 max 28290 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28290 Ave neighs/atom = 5.658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:58 2021 Memory usage per processor = 27.5161 Mbytes Step Atoms AVEKE stressZZ 2266 5000 3.2303914e-12 751973.95 2267 -0.00695499999999621 751958.748022475 2267 5000 3.0279558e-12 751958.75 Loop time of 0.01705 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:58 2021 Pair time (%) = 0.000815868 (4.78514) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.21115) Outpt time (%) = 0.0160959 (94.4038) Other time (%) = 0.000102282 (0.599891) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28290 ave 28290 max 28290 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28290 Ave neighs/atom = 5.658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:58 2021 Memory usage per processor = 27.5161 Mbytes Step Atoms AVEKE stressZZ 2267 5000 3.0279558e-12 751957.61 2268 -0.00695499999999621 751942.789905248 2268 5000 2.9026477e-12 751942.79 Loop time of 0.016912 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:58 2021 Pair time (%) = 0.000824928 (4.87777) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207235) Outpt time (%) = 0.0158989 (94.0099) Other time (%) = 0.000153065 (0.905067) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28290 ave 28290 max 28290 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28290 Ave neighs/atom = 5.658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:58 2021 Memory usage per processor = 27.5161 Mbytes Step Atoms AVEKE stressZZ 2268 5000 2.9026477e-12 751941.68 2269 -0.00695499999999621 751927.108817906 2269 5000 2.8243272e-12 751927.11 Loop time of 0.016366 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:58 2021 Pair time (%) = 0.000782013 (4.77828) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.212692) Outpt time (%) = 0.0154541 (94.4278) Other time (%) = 9.5129e-05 (0.58126) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28290 ave 28290 max 28290 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28290 Ave neighs/atom = 5.658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:58 2021 Memory usage per processor = 27.5161 Mbytes Step Atoms AVEKE stressZZ 2269 5000 2.8243272e-12 751926.01 2270 -0.00695499999999621 751911.604010562 2270 5000 2.7750488e-12 751911.6 Loop time of 0.0180769 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:58 2021 Pair time (%) = 0.000874996 (4.84041) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.221577) Outpt time (%) = 0.0170228 (94.1691) Other time (%) = 0.000138998 (0.768926) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28290 ave 28290 max 28290 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28290 Ave neighs/atom = 5.658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:58 2021 Memory usage per processor = 27.5162 Mbytes Step Atoms AVEKE stressZZ 2270 5000 2.7750488e-12 751910.52 2271 -0.00695499999999621 751896.211455647 2271 5000 2.7438959e-12 751896.21 Loop time of 0.0169151 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:59 2021 Pair time (%) = 0.000945091 (5.58727) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.212835) Outpt time (%) = 0.015831 (93.591) Other time (%) = 0.000102997 (0.608905) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28290 ave 28290 max 28290 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28290 Ave neighs/atom = 5.658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:59 2021 Memory usage per processor = 27.5162 Mbytes Step Atoms AVEKE stressZZ 2271 5000 2.7438959e-12 751895.14 2272 -0.00695499999999621 751880.890462932 2272 5000 2.7241282e-12 751880.89 Loop time of 0.017066 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:59 2021 Pair time (%) = 0.000782967 (4.58787) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205365) Outpt time (%) = 0.016149 (94.627) Other time (%) = 9.89437e-05 (0.579771) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28290 ave 28290 max 28290 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28290 Ave neighs/atom = 5.658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:59 2021 Memory usage per processor = 27.5162 Mbytes Step Atoms AVEKE stressZZ 2272 5000 2.7241282e-12 751879.82 2273 -0.00695499999999621 751865.615173341 2273 5000 2.711542e-12 751865.62 Loop time of 0.0161529 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:59 2021 Pair time (%) = 0.000782013 (4.84133) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.222878) Outpt time (%) = 0.015238 (94.3365) Other time (%) = 9.67979e-05 (0.599262) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28290 ave 28290 max 28290 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28290 Ave neighs/atom = 5.658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:59 2021 Memory usage per processor = 27.5162 Mbytes Step Atoms AVEKE stressZZ 2273 5000 2.711542e-12 751864.55 2274 -0.00695499999999621 751850.369153117 2274 5000 2.7034978e-12 751850.37 Loop time of 0.016783 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:59 2021 Pair time (%) = 0.000827789 (4.93231) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208828) Outpt time (%) = 0.0158021 (94.1557) Other time (%) = 0.000118017 (0.703195) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28290 ave 28290 max 28290 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28290 Ave neighs/atom = 5.658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:59 2021 Memory usage per processor = 27.5162 Mbytes Step Atoms AVEKE stressZZ 2274 5000 2.7034978e-12 751849.3 2275 -0.00695499999999621 751835.141958412 2275 5000 2.6983312e-12 751835.14 Loop time of 0.0168319 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:59 2021 Pair time (%) = 0.000785112 (4.66444) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208221) Outpt time (%) = 0.015918 (94.5707) Other time (%) = 9.36985e-05 (0.556673) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28290 ave 28290 max 28290 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28290 Ave neighs/atom = 5.658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:59 2021 Memory usage per processor = 27.5162 Mbytes Step Atoms AVEKE stressZZ 2275 5000 2.6983312e-12 751834.08 2276 -0.00695499999999621 751819.926952013 2276 5000 2.6949899e-12 751819.93 Loop time of 0.0164649 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:59 2021 Pair time (%) = 0.000819921 (4.9798) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.211413) Outpt time (%) = 0.0155158 (94.2354) Other time (%) = 9.44138e-05 (0.573423) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28290 ave 28290 max 28290 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28290 Ave neighs/atom = 5.658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:59 2021 Memory usage per processor = 27.5162 Mbytes Step Atoms AVEKE stressZZ 2276 5000 2.6949899e-12 751818.86 2277 -0.00695499999999621 751804.719915914 2277 5000 2.692807e-12 751804.72 Loop time of 0.0162799 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:59 2021 Pair time (%) = 0.000937939 (5.76132) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.240177) Outpt time (%) = 0.0151861 (93.2809) Other time (%) = 0.000116825 (0.717602) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28290 ave 28290 max 28290 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28290 Ave neighs/atom = 5.658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:59 2021 Memory usage per processor = 27.5162 Mbytes Step Atoms AVEKE stressZZ 2277 5000 2.692807e-12 751803.66 2278 -0.00695499999999621 751789.518169478 2278 5000 2.6913598e-12 751789.52 Loop time of 0.0168209 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:59 2021 Pair time (%) = 0.000870943 (5.17774) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.219696) Outpt time (%) = 0.01581 (93.9902) Other time (%) = 0.000102997 (0.612314) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28290 ave 28290 max 28290 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28290 Ave neighs/atom = 5.658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:59 2021 Memory usage per processor = 27.5162 Mbytes Step Atoms AVEKE stressZZ 2278 5000 2.6913598e-12 751788.46 2279 -0.00695499999999621 751774.320009156 2279 5000 2.6903799e-12 751774.32 Loop time of 0.0162959 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:59 2021 Pair time (%) = 0.000784874 (4.81639) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.213606) Outpt time (%) = 0.015383 (94.398) Other time (%) = 9.32217e-05 (0.572056) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28290 ave 28290 max 28290 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28290 Ave neighs/atom = 5.658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:59 2021 Memory usage per processor = 27.5162 Mbytes Step Atoms AVEKE stressZZ 2279 5000 2.6903799e-12 751773.26 2280 -0.00695499999999621 751759.124352247 2280 5000 2.6896968e-12 751759.12 Loop time of 0.0176661 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:59 2021 Pair time (%) = 0.000810862 (4.58993) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.215933) Outpt time (%) = 0.0167091 (94.5828) Other time (%) = 0.000108004 (0.611361) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28290 ave 28290 max 28290 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28290 Ave neighs/atom = 5.658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:59 2021 Memory usage per processor = 27.5162 Mbytes Step Atoms AVEKE stressZZ 2280 5000 2.6896968e-12 751758.06 2281 -0.00695499999999621 751743.93051072 2281 5000 2.6892024e-12 751743.93 Loop time of 0.0170012 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:59 2021 Pair time (%) = 0.000798941 (4.69933) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206148) Outpt time (%) = 0.0160742 (94.5476) Other time (%) = 9.29832e-05 (0.546923) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28290 ave 28290 max 28290 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28290 Ave neighs/atom = 5.658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:59 2021 Memory usage per processor = 27.5162 Mbytes Step Atoms AVEKE stressZZ 2281 5000 2.6892024e-12 751742.87 2282 -0.00695499999999621 751728.73804727 2282 5000 2.6888278e-12 751728.74 Loop time of 0.016753 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:59 2021 Pair time (%) = 0.000781059 (4.66222) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209202) Outpt time (%) = 0.0158432 (94.5693) Other time (%) = 9.36985e-05 (0.559295) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28290 ave 28290 max 28290 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28290 Ave neighs/atom = 5.658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:59 2021 Memory usage per processor = 27.5162 Mbytes Step Atoms AVEKE stressZZ 2282 5000 2.6888278e-12 751727.68 2283 -0.00695499999999621 751713.546683962 2283 5000 2.6885294e-12 751713.55 Loop time of 0.0162549 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:59 2021 Pair time (%) = 0.00078392 (4.82267) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.209745) Outpt time (%) = 0.015342 (94.3838) Other time (%) = 9.48906e-05 (0.583766) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28290 ave 28290 max 28290 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28290 Ave neighs/atom = 5.658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:59 2021 Memory usage per processor = 27.5162 Mbytes Step Atoms AVEKE stressZZ 2283 5000 2.6885294e-12 751712.48 2284 -0.00695499999999621 751698.35624416 2284 5000 2.6882794e-12 751698.36 Loop time of 0.0172172 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:59 2021 Pair time (%) = 0.000993967 (5.77312) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.209101) Outpt time (%) = 0.016 (92.9307) Other time (%) = 0.000187159 (1.08705) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28290 ave 28290 max 28290 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28290 Ave neighs/atom = 5.658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:59 2021 Memory usage per processor = 27.5162 Mbytes Step Atoms AVEKE stressZZ 2284 5000 2.6882794e-12 751697.29 2285 -0.00695499999999621 751683.166615595 2285 5000 2.6880601e-12 751683.17 Loop time of 0.016392 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:59 2021 Pair time (%) = 0.000780106 (4.75907) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.213809) Outpt time (%) = 0.015481 (94.4424) Other time (%) = 9.58443e-05 (0.584702) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28290 ave 28290 max 28290 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28290 Ave neighs/atom = 5.658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:59 2021 Memory usage per processor = 27.5162 Mbytes Step Atoms AVEKE stressZZ 2285 5000 2.6880601e-12 751682.1 2286 -0.00695499999999621 751667.977726937 2286 5000 2.6878604e-12 751667.98 Loop time of 0.0169718 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:59 2021 Pair time (%) = 0.000824928 (4.86057) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.212123) Outpt time (%) = 0.016005 (94.3036) Other time (%) = 0.000105858 (0.623727) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28290 ave 28290 max 28290 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28290 Ave neighs/atom = 5.658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:59 2021 Memory usage per processor = 27.5162 Mbytes Step Atoms AVEKE stressZZ 2286 5000 2.6878604e-12 751666.92 2287 -0.00695499999999621 751652.789532745 2287 5000 2.6876732e-12 751652.79 Loop time of 0.0161898 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:59 2021 Pair time (%) = 0.000840187 (5.1896) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.22826) Outpt time (%) = 0.015209 (93.9415) Other time (%) = 0.000103712 (0.640601) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28290 ave 28290 max 28290 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28290 Ave neighs/atom = 5.658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:59 2021 Memory usage per processor = 27.5162 Mbytes Step Atoms AVEKE stressZZ 2287 5000 2.6876732e-12 751651.73 2288 -0.00695499999999621 751637.602004231 2288 5000 2.6874939e-12 751637.6 Loop time of 0.0168149 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:59 2021 Pair time (%) = 0.000834942 (4.96547) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.214102) Outpt time (%) = 0.0157988 (93.9569) Other time (%) = 0.000145197 (0.863499) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28290 ave 28290 max 28290 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28290 Ave neighs/atom = 5.658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:59 2021 Memory usage per processor = 27.5162 Mbytes Step Atoms AVEKE stressZZ 2288 5000 2.6874939e-12 751636.54 2289 -0.00695499999999621 751622.415123 2289 5000 2.6873195e-12 751622.42 Loop time of 0.016685 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:59 2021 Pair time (%) = 0.000780821 (4.67977) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.208625) Outpt time (%) = 0.015775 (94.5457) Other time (%) = 9.44138e-05 (0.56586) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28290 ave 28290 max 28290 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28290 Ave neighs/atom = 5.658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:59 2021 Memory usage per processor = 27.5162 Mbytes Step Atoms AVEKE stressZZ 2289 5000 2.6873195e-12 751621.35 2290 -0.00695499999999621 751607.228877392 2290 5000 2.6871484e-12 751607.23 Loop time of 0.0175231 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:59 2021 Pair time (%) = 0.000789165 (4.50359) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.205451) Outpt time (%) = 0.0165949 (94.7032) Other time (%) = 0.000102997 (0.587779) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28290 ave 28290 max 28290 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28290 Ave neighs/atom = 5.658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:59 2021 Memory usage per processor = 27.5162 Mbytes Step Atoms AVEKE stressZZ 2290 5000 2.6871484e-12 751606.17 2291 -0.00695499999999621 751592.043259942 2291 5000 2.6869793e-12 751592.04 Loop time of 0.0168948 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:59 2021 Pair time (%) = 0.000828028 (4.90108) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.218735) Outpt time (%) = 0.0159268 (94.2706) Other time (%) = 0.000102997 (0.609636) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28290 ave 28290 max 28290 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28290 Ave neighs/atom = 5.658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:59 2021 Memory usage per processor = 27.5162 Mbytes Step Atoms AVEKE stressZZ 2291 5000 2.6869793e-12 751590.98 2292 -0.00695499999999621 751576.858265946 2292 5000 2.6868116e-12 751576.86 Loop time of 0.0169649 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:59 2021 Pair time (%) = 0.00082016 (4.83445) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206588) Outpt time (%) = 0.0160151 (94.401) Other time (%) = 9.46522e-05 (0.557929) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28290 ave 28290 max 28290 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28290 Ave neighs/atom = 5.658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:59 2021 Memory usage per processor = 27.5162 Mbytes Step Atoms AVEKE stressZZ 2292 5000 2.6868116e-12 751575.8 2293 -0.00695499999999621 751561.673892346 2293 5000 2.6866446e-12 751561.67 Loop time of 0.016259 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:59 2021 Pair time (%) = 0.00077796 (4.78481) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.209693) Outpt time (%) = 0.015353 (94.4277) Other time (%) = 9.39369e-05 (0.577755) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28290 ave 28290 max 28290 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28290 Ave neighs/atom = 5.658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:59 2021 Memory usage per processor = 27.5162 Mbytes Step Atoms AVEKE stressZZ 2293 5000 2.6866446e-12 751560.61 2294 -0.00695499999999621 751546.49013718 2294 5000 2.6864782e-12 751546.49 Loop time of 0.0164108 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:59 2021 Pair time (%) = 0.000914097 (5.57008) Neigh time (%) = 0 (0) Comm time (%) = 4.29153e-05 (0.261506) Outpt time (%) = 0.015327 (93.3955) Other time (%) = 0.000126839 (0.772896) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28290 ave 28290 max 28290 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28290 Ave neighs/atom = 5.658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:59 2021 Memory usage per processor = 27.5162 Mbytes Step Atoms AVEKE stressZZ 2294 5000 2.6864782e-12 751545.43 2295 -0.00695499999999621 751531.306999214 2295 5000 2.6863121e-12 751531.31 Loop time of 0.015933 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:59 2021 Pair time (%) = 0.000778913 (4.88867) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.218471) Outpt time (%) = 0.015027 (94.3138) Other time (%) = 9.2268e-05 (0.579099) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28290 ave 28290 max 28290 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28290 Ave neighs/atom = 5.658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:59 2021 Memory usage per processor = 27.5162 Mbytes Step Atoms AVEKE stressZZ 2295 5000 2.6863121e-12 751530.25 2296 -0.00695499999999621 751516.124477629 2296 5000 2.6861463e-12 751516.12 Loop time of 0.016 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:59 2021 Pair time (%) = 0.00078392 (4.89949) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.211596) Outpt time (%) = 0.0150912 (94.3197) Other time (%) = 9.10759e-05 (0.569223) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28290 ave 28290 max 28290 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28290 Ave neighs/atom = 5.658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:59 2021 Memory usage per processor = 27.5162 Mbytes Step Atoms AVEKE stressZZ 2296 5000 2.6861463e-12 751515.06 2297 -0.00695499999999621 751500.942571905 2297 5000 2.6859806e-12 751500.94 Loop time of 0.0161541 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:59 2021 Pair time (%) = 0.000779152 (4.82326) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.216958) Outpt time (%) = 0.0152559 (94.4403) Other time (%) = 8.39233e-05 (0.519519) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28290 ave 28290 max 28290 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28290 Ave neighs/atom = 5.658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:59 2021 Memory usage per processor = 27.5162 Mbytes Step Atoms AVEKE stressZZ 2297 5000 2.6859806e-12 751499.88 2298 -0.00695499999999621 751485.761281663 2298 5000 2.685815e-12 751485.76 Loop time of 0.0169919 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:59 2021 Pair time (%) = 0.00110912 (6.52738) Neigh time (%) = 0 (0) Comm time (%) = 4.50611e-05 (0.265192) Outpt time (%) = 0.0156579 (92.1495) Other time (%) = 0.000179768 (1.05796) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28290 ave 28290 max 28290 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28290 Ave neighs/atom = 5.658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:59 2021 Memory usage per processor = 27.5162 Mbytes Step Atoms AVEKE stressZZ 2298 5000 2.685815e-12 751484.7 2299 -0.00695499999999621 751470.580606651 2299 5000 2.6856495e-12 751470.58 Loop time of 0.0166979 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:59 2021 Pair time (%) = 0.000782013 (4.68331) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.208464) Outpt time (%) = 0.0157859 (94.5385) Other time (%) = 9.5129e-05 (0.569707) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28290 ave 28290 max 28290 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28290 Ave neighs/atom = 5.658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:59 2021 Memory usage per processor = 27.5162 Mbytes Step Atoms AVEKE stressZZ 2299 5000 2.6856495e-12 751469.52 2300 -0.00695499999999621 751455.400546747 2300 5000 2.685484e-12 751455.4 Loop time of 0.017904 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:59 2021 Pair time (%) = 0.000822067 (4.59152) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.195752) Outpt time (%) = 0.0169101 (94.4484) Other time (%) = 0.000136852 (0.764365) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28290 ave 28290 max 28290 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28290 Ave neighs/atom = 5.658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:59 2021 Memory usage per processor = 27.5162 Mbytes Step Atoms AVEKE stressZZ 2300 5000 2.685484e-12 751454.34 2301 -0.00695499999999621 751440.221101774 2301 5000 2.6853185e-12 751440.22 Loop time of 0.0164819 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:59 2021 Pair time (%) = 0.000841141 (5.10343) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.218429) Outpt time (%) = 0.0154669 (93.842) Other time (%) = 0.000137806 (0.836106) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28290 ave 28290 max 28290 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28290 Ave neighs/atom = 5.658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:59 2021 Memory usage per processor = 27.5162 Mbytes Step Atoms AVEKE stressZZ 2301 5000 2.6853185e-12 751439.16 2302 -0.00695499999999621 751425.042271661 2302 5000 2.6851531e-12 751425.04 Loop time of 0.0172238 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:59 2021 Pair time (%) = 0.00104499 (6.06711) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.215941) Outpt time (%) = 0.016 (92.8947) Other time (%) = 0.000141621 (0.822236) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28290 ave 28290 max 28290 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28290 Ave neighs/atom = 5.658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:59 2021 Memory usage per processor = 27.5162 Mbytes Step Atoms AVEKE stressZZ 2302 5000 2.6851531e-12 751423.98 2303 -0.00695499999999621 751409.864056324 2303 5000 2.6849877e-12 751409.86 Loop time of 0.016746 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:59 2021 Pair time (%) = 0.000781059 (4.66414) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.203593) Outpt time (%) = 0.0158401 (94.5898) Other time (%) = 9.08375e-05 (0.542441) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28290 ave 28290 max 28290 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28290 Ave neighs/atom = 5.658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:59 2021 Memory usage per processor = 27.5162 Mbytes Step Atoms AVEKE stressZZ 2303 5000 2.6849877e-12 751408.8 2304 -0.00695499999999621 751394.686455696 2304 5000 2.6848223e-12 751394.69 Loop time of 0.0163569 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:59 2021 Pair time (%) = 0.000843048 (5.15407) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.311926) Outpt time (%) = 0.0153148 (93.6288) Other time (%) = 0.000148058 (0.905169) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28290 ave 28290 max 28290 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28290 Ave neighs/atom = 5.658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:59 2021 Memory usage per processor = 27.5162 Mbytes Step Atoms AVEKE stressZZ 2304 5000 2.6848223e-12 751393.63 2305 -0.00695499999999621 751379.509469706 2305 5000 2.684657e-12 751379.51 Loop time of 0.0168538 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:59 2021 Pair time (%) = 0.000915051 (5.42934) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.213609) Outpt time (%) = 0.0157449 (93.4206) Other time (%) = 0.000157833 (0.936483) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28290 ave 28290 max 28290 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28290 Ave neighs/atom = 5.658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:59 2021 Memory usage per processor = 27.5162 Mbytes Step Atoms AVEKE stressZZ 2305 5000 2.684657e-12 751378.45 2306 -0.00695499999999621 751364.333098295 2306 5000 2.6844916e-12 751364.33 Loop time of 0.016865 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:59 2021 Pair time (%) = 0.000830173 (4.92246) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207812) Outpt time (%) = 0.0159061 (94.3141) Other time (%) = 9.36985e-05 (0.555579) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28290 ave 28290 max 28290 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28290 Ave neighs/atom = 5.658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:59 2021 Memory usage per processor = 27.5162 Mbytes Step Atoms AVEKE stressZZ 2306 5000 2.6844916e-12 751363.27 2307 -0.00695499999999621 751349.157341444 2307 5000 2.6843263e-12 751349.16 Loop time of 0.016217 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:59 2021 Pair time (%) = 0.000784874 (4.83982) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.210235) Outpt time (%) = 0.0153019 (94.3575) Other time (%) = 9.60827e-05 (0.592482) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28290 ave 28290 max 28290 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28290 Ave neighs/atom = 5.658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:59 2021 Memory usage per processor = 27.5162 Mbytes Step Atoms AVEKE stressZZ 2307 5000 2.6843263e-12 751348.1 2308 -0.00695499999999621 751333.982199078 2308 5000 2.684161e-12 751333.98 Loop time of 0.0164201 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:59 2021 Pair time (%) = 0.00101709 (6.19419) Neigh time (%) = 0 (0) Comm time (%) = 5.98431e-05 (0.364449) Outpt time (%) = 0.0151851 (92.4787) Other time (%) = 0.000158072 (0.962669) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28290 ave 28290 max 28290 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28290 Ave neighs/atom = 5.658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:59 2021 Memory usage per processor = 27.5162 Mbytes Step Atoms AVEKE stressZZ 2308 5000 2.684161e-12 751332.92 2309 -0.00695499999999621 751318.807671146 2309 5000 2.6839957e-12 751318.81 Loop time of 0.016825 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:59 2021 Pair time (%) = 0.000778913 (4.62951) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.202639) Outpt time (%) = 0.015919 (94.6152) Other time (%) = 9.29832e-05 (0.552651) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28290 ave 28290 max 28290 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28290 Ave neighs/atom = 5.658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:59 2021 Memory usage per processor = 27.5162 Mbytes Step Atoms AVEKE stressZZ 2309 5000 2.6839957e-12 751317.75 2310 -0.00695499999999621 751303.633757616 2310 5000 2.6838304e-12 751303.63 Loop time of 0.0177441 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:59 2021 Pair time (%) = 0.000779152 (4.39106) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.192142) Outpt time (%) = 0.0168409 (94.9102) Other time (%) = 8.98838e-05 (0.506557) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28290 ave 28290 max 28290 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28290 Ave neighs/atom = 5.658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:59 2021 Memory usage per processor = 27.5162 Mbytes Step Atoms AVEKE stressZZ 2310 5000 2.6838304e-12 751302.57 2311 -0.00695499999999621 751288.460458416 2311 5000 2.6836651e-12 751288.46 Loop time of 0.016427 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:59 2021 Pair time (%) = 0.00081706 (4.97388) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.230769) Outpt time (%) = 0.015466 (94.1495) Other time (%) = 0.000106096 (0.645864) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28290 ave 28290 max 28290 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28290 Ave neighs/atom = 5.658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:59 2021 Memory usage per processor = 27.5162 Mbytes Step Atoms AVEKE stressZZ 2311 5000 2.6836651e-12 751287.4 2312 -0.00695499999999621 751273.287773511 2312 5000 2.6834998e-12 751273.29 Loop time of 0.0170271 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:59 2021 Pair time (%) = 0.00080204 (4.71036) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205833) Outpt time (%) = 0.0160921 (94.5083) Other time (%) = 9.799e-05 (0.575493) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28290 ave 28290 max 28290 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28290 Ave neighs/atom = 5.658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:59 2021 Memory usage per processor = 27.5162 Mbytes Step Atoms AVEKE stressZZ 2312 5000 2.6834998e-12 751272.23 2313 -0.00695499999999621 751258.115702863 2313 5000 2.6833346e-12 751258.12 Loop time of 0.016876 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:59 2021 Pair time (%) = 0.000778913 (4.61552) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.206264) Outpt time (%) = 0.0159678 (94.6188) Other time (%) = 9.44138e-05 (0.559456) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28290 ave 28290 max 28290 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28290 Ave neighs/atom = 5.658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:59 2021 Memory usage per processor = 27.5162 Mbytes Step Atoms AVEKE stressZZ 2313 5000 2.6833346e-12 751257.05 2314 -0.00695499999999621 751242.944246434 2314 5000 2.6831693e-12 751242.94 Loop time of 0.0161512 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:59 2021 Pair time (%) = 0.000900984 (5.57844) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.222901) Outpt time (%) = 0.015079 (93.3617) Other time (%) = 0.000135183 (0.836987) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28290 ave 28290 max 28290 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28290 Ave neighs/atom = 5.658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:59 2021 Memory usage per processor = 27.5162 Mbytes Step Atoms AVEKE stressZZ 2314 5000 2.6831693e-12 751241.88 2315 -0.00695499999999621 751227.773404159 2315 5000 2.6830041e-12 751227.77 Loop time of 0.0169551 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:18:59 2021 Pair time (%) = 0.00109386 (6.45152) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.224988) Outpt time (%) = 0.0156791 (92.4742) Other time (%) = 0.000144005 (0.849329) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28290 ave 28290 max 28290 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28290 Ave neighs/atom = 5.658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:18:59 2021 Memory usage per processor = 27.5162 Mbytes Step Atoms AVEKE stressZZ 2315 5000 2.6830041e-12 751226.71 2316 -0.00695499999999621 751212.603175992 2316 5000 2.6828389e-12 751212.6 Loop time of 0.0169208 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:00 2021 Pair time (%) = 0.00077796 (4.59765) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207127) Outpt time (%) = 0.015975 (94.4104) Other time (%) = 0.000132799 (0.784828) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28290 ave 28290 max 28290 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28290 Ave neighs/atom = 5.658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:00 2021 Memory usage per processor = 27.5162 Mbytes Step Atoms AVEKE stressZZ 2316 5000 2.6828389e-12 751211.54 2317 -0.00695499999999621 751197.433561883 2317 5000 2.6826737e-12 751197.43 Loop time of 0.0161262 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:00 2021 Pair time (%) = 0.000780106 (4.83752) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.217333) Outpt time (%) = 0.015218 (94.3686) Other time (%) = 9.29832e-05 (0.576599) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28290 ave 28290 max 28290 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28290 Ave neighs/atom = 5.658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:00 2021 Memory usage per processor = 27.5162 Mbytes Step Atoms AVEKE stressZZ 2317 5000 2.6826737e-12 751196.37 2318 -0.00695499999999621 751182.264561806 2318 5000 2.6825085e-12 751182.26 Loop time of 0.0166371 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:00 2021 Pair time (%) = 0.000818968 (4.92254) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.227856) Outpt time (%) = 0.0156798 (94.2463) Other time (%) = 0.000100374 (0.603316) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28290 ave 28290 max 28290 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28290 Ave neighs/atom = 5.658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:00 2021 Memory usage per processor = 27.5162 Mbytes Step Atoms AVEKE stressZZ 2318 5000 2.6825085e-12 751181.2 2319 -0.00695499999999621 751167.09617571 2319 5000 2.6823434e-12 751167.1 Loop time of 0.0169079 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:00 2021 Pair time (%) = 0.000956059 (5.6545) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207285) Outpt time (%) = 0.015821 (93.5714) Other time (%) = 9.58443e-05 (0.56686) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28290 ave 28290 max 28290 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28290 Ave neighs/atom = 5.658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:00 2021 Memory usage per processor = 27.5162 Mbytes Step Atoms AVEKE stressZZ 2319 5000 2.6823434e-12 751166.04 2320 -0.00695499999999621 751151.928403516 2320 5000 2.6821782e-12 751151.93 Loop time of 0.0188098 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:00 2021 Pair time (%) = 0.000912905 (4.85335) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.218014) Outpt time (%) = 0.0177419 (94.3228) Other time (%) = 0.000113964 (0.605876) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28290 ave 28290 max 28290 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28290 Ave neighs/atom = 5.658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:00 2021 Memory usage per processor = 27.5162 Mbytes Step Atoms AVEKE stressZZ 2320 5000 2.6821782e-12 751150.87 2321 -0.00695499999999621 751136.761245221 2321 5000 2.6820131e-12 751136.76 Loop time of 0.0160401 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:00 2021 Pair time (%) = 0.000777006 (4.84415) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.212554) Outpt time (%) = 0.0151329 (94.3443) Other time (%) = 9.60827e-05 (0.599016) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28290 ave 28290 max 28290 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28290 Ave neighs/atom = 5.658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:00 2021 Memory usage per processor = 27.5162 Mbytes Step Atoms AVEKE stressZZ 2321 5000 2.6820131e-12 751135.7 2322 -0.00695499999999621 751121.594700743 2322 5000 2.6818479e-12 751121.59 Loop time of 0.0168269 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:00 2021 Pair time (%) = 0.00114989 (6.83367) Neigh time (%) = 0 (0) Comm time (%) = 5.31673e-05 (0.315967) Outpt time (%) = 0.0154791 (91.9903) Other time (%) = 0.00014472 (0.860054) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28290 ave 28290 max 28290 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28290 Ave neighs/atom = 5.658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:00 2021 Memory usage per processor = 27.5162 Mbytes Step Atoms AVEKE stressZZ 2322 5000 2.6818479e-12 751120.53 2323 -0.00695499999999621 751106.428770086 2323 5000 2.6816828e-12 751106.43 Loop time of 0.0169289 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:00 2021 Pair time (%) = 0.000781059 (4.61376) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207028) Outpt time (%) = 0.0160189 (94.6243) Other time (%) = 9.39369e-05 (0.554891) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28290 ave 28290 max 28290 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28290 Ave neighs/atom = 5.658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:00 2021 Memory usage per processor = 27.5162 Mbytes Step Atoms AVEKE stressZZ 2323 5000 2.6816828e-12 751105.37 2324 -0.00695499999999621 751091.263453154 2324 5000 2.6815177e-12 751091.26 Loop time of 0.0162599 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:00 2021 Pair time (%) = 0.000779867 (4.79626) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.214079) Outpt time (%) = 0.0153499 (94.4031) Other time (%) = 9.53674e-05 (0.586519) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28290 ave 28290 max 28290 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28290 Ave neighs/atom = 5.658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:00 2021 Memory usage per processor = 27.5162 Mbytes Step Atoms AVEKE stressZZ 2324 5000 2.6815177e-12 751090.2 2325 -0.00695499999999621 751076.098749927 2325 5000 2.6813526e-12 751076.1 Loop time of 0.016392 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:00 2021 Pair time (%) = 0.000825882 (5.03833) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.226899) Outpt time (%) = 0.0154219 (94.0817) Other time (%) = 0.00010705 (0.653062) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28290 ave 28290 max 28290 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28290 Ave neighs/atom = 5.658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:00 2021 Memory usage per processor = 27.5162 Mbytes Step Atoms AVEKE stressZZ 2325 5000 2.6813526e-12 751075.04 2326 -0.00695499999999621 751060.934660366 2326 5000 2.6811875e-12 751060.93 Loop time of 0.0168431 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:00 2021 Pair time (%) = 0.000781059 (4.63727) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208083) Outpt time (%) = 0.015934 (94.6026) Other time (%) = 9.29832e-05 (0.552056) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28290 ave 28290 max 28290 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28290 Ave neighs/atom = 5.658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:00 2021 Memory usage per processor = 27.5162 Mbytes Step Atoms AVEKE stressZZ 2326 5000 2.6811875e-12 751059.87 2327 -0.00695499999999621 751045.771184406 2327 5000 2.6810225e-12 751045.77 Loop time of 0.0170841 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:00 2021 Pair time (%) = 0.000828028 (4.84677) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205147) Outpt time (%) = 0.0160818 (94.1331) Other time (%) = 0.000139236 (0.815005) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28290 ave 28290 max 28290 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28290 Ave neighs/atom = 5.658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:00 2021 Memory usage per processor = 27.5162 Mbytes Step Atoms AVEKE stressZZ 2327 5000 2.6810225e-12 751044.71 2328 -0.00695499999999621 751030.60832199 2328 5000 2.6808574e-12 751030.61 Loop time of 0.016114 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:00 2021 Pair time (%) = 0.00078702 (4.88408) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.229334) Outpt time (%) = 0.0151849 (94.2341) Other time (%) = 0.000105143 (0.652492) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28290 ave 28290 max 28290 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28290 Ave neighs/atom = 5.658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:00 2021 Memory usage per processor = 27.5162 Mbytes Step Atoms AVEKE stressZZ 2328 5000 2.6808574e-12 751029.55 2329 -0.00695499999999621 751015.446073091 2329 5000 2.6806924e-12 751015.45 Loop time of 0.017307 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:00 2021 Pair time (%) = 0.000910044 (5.25823) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.220413) Outpt time (%) = 0.016212 (93.6728) Other time (%) = 0.000146866 (0.84859) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28290 ave 28290 max 28290 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28290 Ave neighs/atom = 5.658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:00 2021 Memory usage per processor = 27.5162 Mbytes Step Atoms AVEKE stressZZ 2329 5000 2.6806924e-12 751014.39 2330 -0.00695499999999621 751000.284437681 2330 5000 2.6805274e-12 751000.28 Loop time of 0.0185139 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:00 2021 Pair time (%) = 0.000936985 (5.06098) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.199606) Outpt time (%) = 0.017436 (94.1779) Other time (%) = 0.000103951 (0.561472) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28290 ave 28290 max 28290 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28290 Ave neighs/atom = 5.658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:00 2021 Memory usage per processor = 27.5162 Mbytes Step Atoms AVEKE stressZZ 2330 5000 2.6805274e-12 750999.22 2331 -0.00695499999999621 750985.123415694 2331 5000 2.6803624e-12 750985.12 Loop time of 0.0163391 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:00 2021 Pair time (%) = 0.000813961 (4.98169) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.239308) Outpt time (%) = 0.0153861 (94.1676) Other time (%) = 9.98974e-05 (0.611402) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28290 ave 28290 max 28290 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28290 Ave neighs/atom = 5.658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:00 2021 Memory usage per processor = 27.5162 Mbytes Step Atoms AVEKE stressZZ 2331 5000 2.6803624e-12 750984.06 2332 -0.00695499999999621 750969.963007088 2332 5000 2.6801974e-12 750969.96 Loop time of 0.0164809 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:00 2021 Pair time (%) = 0.000819921 (4.97497) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.230015) Outpt time (%) = 0.015517 (94.1513) Other time (%) = 0.000106096 (0.643752) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28290 ave 28290 max 28290 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28290 Ave neighs/atom = 5.658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:00 2021 Memory usage per processor = 27.5162 Mbytes Step Atoms AVEKE stressZZ 2332 5000 2.6801974e-12 750968.9 2333 -0.00695499999999621 750954.803211828 2333 5000 2.6800324e-12 750954.8 Loop time of 0.0168588 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:00 2021 Pair time (%) = 0.000904083 (5.36267) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.202232) Outpt time (%) = 0.015826 (93.8737) Other time (%) = 9.46522e-05 (0.56144) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28290 ave 28290 max 28290 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28290 Ave neighs/atom = 5.658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:00 2021 Memory usage per processor = 27.5162 Mbytes Step Atoms AVEKE stressZZ 2333 5000 2.6800324e-12 750953.74 2334 -0.00695499999999621 750939.644029852 2334 5000 2.6798674e-12 750939.64 Loop time of 0.016649 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:00 2021 Pair time (%) = 0.000780106 (4.6856) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.216236) Outpt time (%) = 0.0157399 (94.5397) Other time (%) = 9.29832e-05 (0.558491) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28290 ave 28290 max 28290 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28290 Ave neighs/atom = 5.658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:00 2021 Memory usage per processor = 27.5162 Mbytes Step Atoms AVEKE stressZZ 2334 5000 2.6798674e-12 750938.58 2335 -0.00695499999999621 750924.485461137 2335 5000 2.6797025e-12 750924.49 Loop time of 0.016165 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:00 2021 Pair time (%) = 0.000780821 (4.83031) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.222711) Outpt time (%) = 0.0152309 (94.2213) Other time (%) = 0.000117302 (0.725653) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28290 ave 28290 max 28290 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28290 Ave neighs/atom = 5.658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:00 2021 Memory usage per processor = 27.5162 Mbytes Step Atoms AVEKE stressZZ 2335 5000 2.6797025e-12 750923.42 2336 -0.00695499999999621 750909.327505609 2336 5000 2.6795375e-12 750909.33 Loop time of 0.016753 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:00 2021 Pair time (%) = 0.00089407 (5.33679) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209202) Outpt time (%) = 0.015723 (93.852) Other time (%) = 0.000100851 (0.60199) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28290 ave 28290 max 28290 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28290 Ave neighs/atom = 5.658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:00 2021 Memory usage per processor = 27.5162 Mbytes Step Atoms AVEKE stressZZ 2336 5000 2.6795375e-12 750908.27 2337 -0.00695499999999621 750894.170163236 2337 5000 2.6793726e-12 750894.17 Loop time of 0.0169761 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:00 2021 Pair time (%) = 0.000804901 (4.74137) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.205048) Outpt time (%) = 0.0160351 (94.4567) Other time (%) = 0.000101328 (0.596885) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28290 ave 28290 max 28290 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28290 Ave neighs/atom = 5.658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:00 2021 Memory usage per processor = 27.5162 Mbytes Step Atoms AVEKE stressZZ 2337 5000 2.6793726e-12 750893.11 2338 -0.00695499999999621 750879.013433959 2338 5000 2.6792077e-12 750879.01 Loop time of 0.0164411 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:00 2021 Pair time (%) = 0.000823975 (5.01167) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.21317) Outpt time (%) = 0.0154872 (94.198) Other time (%) = 9.48906e-05 (0.577155) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28290 ave 28290 max 28290 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28290 Ave neighs/atom = 5.658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:00 2021 Memory usage per processor = 27.5162 Mbytes Step Atoms AVEKE stressZZ 2338 5000 2.6792077e-12 750877.95 2339 -0.00695499999999621 750863.857317754 2339 5000 2.6790428e-12 750863.86 Loop time of 0.0163419 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:00 2021 Pair time (%) = 0.000884056 (5.40974) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.23343) Outpt time (%) = 0.0152991 (93.6186) Other time (%) = 0.00012064 (0.738223) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28290 ave 28290 max 28290 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28290 Ave neighs/atom = 5.658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:00 2021 Memory usage per processor = 27.5162 Mbytes Step Atoms AVEKE stressZZ 2339 5000 2.6790428e-12 750862.8 2340 -0.00695499999999621 750848.701814595 2340 5000 2.6788779e-12 750848.7 Loop time of 0.017405 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:00 2021 Pair time (%) = 0.000818014 (4.69987) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.201364) Outpt time (%) = 0.0164571 (94.5536) Other time (%) = 9.48906e-05 (0.545191) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28290 ave 28290 max 28290 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28290 Ave neighs/atom = 5.658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:00 2021 Memory usage per processor = 27.5162 Mbytes Step Atoms AVEKE stressZZ 2340 5000 2.6788779e-12 750847.64 2341 -0.00695499999999621 750833.546924387 2341 5000 2.678713e-12 750833.55 Loop time of 0.015923 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:00 2021 Pair time (%) = 0.00077796 (4.88575) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.220106) Outpt time (%) = 0.0150201 (94.3296) Other time (%) = 8.98838e-05 (0.56449) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28290 ave 28290 max 28290 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28290 Ave neighs/atom = 5.658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:00 2021 Memory usage per processor = 27.5162 Mbytes Step Atoms AVEKE stressZZ 2341 5000 2.678713e-12 750832.49 2342 -0.00695499999999621 750818.392647111 2342 5000 2.6785481e-12 750818.39 Loop time of 0.0160601 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:00 2021 Pair time (%) = 0.000833035 (5.18698) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.218227) Outpt time (%) = 0.0151021 (94.0351) Other time (%) = 8.98838e-05 (0.559671) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28290 ave 28290 max 28290 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28290 Ave neighs/atom = 5.658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:00 2021 Memory usage per processor = 27.5162 Mbytes Step Atoms AVEKE stressZZ 2342 5000 2.6785481e-12 750817.33 2343 -0.00695499999999621 750803.238982704 2343 5000 2.6783833e-12 750803.24 Loop time of 0.016896 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:00 2021 Pair time (%) = 0.000780106 (4.6171) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207431) Outpt time (%) = 0.01599 (94.6378) Other time (%) = 9.08375e-05 (0.537627) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28290 ave 28290 max 28290 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28290 Ave neighs/atom = 5.658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:00 2021 Memory usage per processor = 27.5162 Mbytes Step Atoms AVEKE stressZZ 2343 5000 2.6783833e-12 750802.18 2344 -0.00695499999999621 750788.085931149 2344 5000 2.6782185e-12 750788.09 Loop time of 0.0163369 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:00 2021 Pair time (%) = 0.000818968 (5.01299) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.21453) Outpt time (%) = 0.015389 (94.1975) Other time (%) = 9.39369e-05 (0.574998) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28290 ave 28290 max 28290 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28290 Ave neighs/atom = 5.658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:00 2021 Memory usage per processor = 27.5162 Mbytes Step Atoms AVEKE stressZZ 2344 5000 2.6782185e-12 750787.03 2345 -0.00695499999999621 750772.933492399 2345 5000 2.6780536e-12 750772.93 Loop time of 0.016247 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:00 2021 Pair time (%) = 0.000819921 (5.04659) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.221586) Outpt time (%) = 0.0152531 (93.8822) Other time (%) = 0.000138044 (0.849659) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28290 ave 28290 max 28290 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28290 Ave neighs/atom = 5.658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:00 2021 Memory usage per processor = 27.5162 Mbytes Step Atoms AVEKE stressZZ 2345 5000 2.6780536e-12 750771.87 2346 -0.00695499999999621 750757.781666395 2346 5000 2.6778888e-12 750757.78 Loop time of 0.0169361 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:00 2021 Pair time (%) = 0.000836134 (4.937) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.212571) Outpt time (%) = 0.015964 (94.2606) Other time (%) = 9.98974e-05 (0.58985) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28290 ave 28290 max 28290 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28290 Ave neighs/atom = 5.658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:00 2021 Memory usage per processor = 27.5162 Mbytes Step Atoms AVEKE stressZZ 2346 5000 2.6778888e-12 750756.72 2347 -0.00695499999999621 750742.630453089 2347 5000 2.677724e-12 750742.63 Loop time of 0.0170429 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:00 2021 Pair time (%) = 0.000780106 (4.57731) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205643) Outpt time (%) = 0.0161331 (94.6617) Other time (%) = 9.46522e-05 (0.555377) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28290 ave 28290 max 28290 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28290 Ave neighs/atom = 5.658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:00 2021 Memory usage per processor = 27.5162 Mbytes Step Atoms AVEKE stressZZ 2347 5000 2.677724e-12 750741.57 2348 -0.00695499999999621 750727.479852461 2348 5000 2.6775592e-12 750727.48 Loop time of 0.0161748 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:00 2021 Pair time (%) = 0.000779867 (4.8215) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.222576) Outpt time (%) = 0.015265 (94.3752) Other time (%) = 9.39369e-05 (0.580761) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28290 ave 28290 max 28290 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28290 Ave neighs/atom = 5.658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:00 2021 Memory usage per processor = 27.5162 Mbytes Step Atoms AVEKE stressZZ 2348 5000 2.6775592e-12 750726.42 2349 -0.00695499999999621 750712.329864447 2349 5000 2.6773945e-12 750712.33 Loop time of 0.0171101 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:00 2021 Pair time (%) = 0.000819921 (4.79203) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204835) Outpt time (%) = 0.016155 (94.4179) Other time (%) = 0.000100136 (0.585244) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28290 ave 28290 max 28290 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28290 Ave neighs/atom = 5.658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:00 2021 Memory usage per processor = 27.5162 Mbytes Step Atoms AVEKE stressZZ 2349 5000 2.6773945e-12 750711.27 2350 -0.00695499999999621 750697.180488975 2350 5000 2.6772297e-12 750697.18 Loop time of 0.429874 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:01 2021 Pair time (%) = 0.000778913 (0.181196) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.00815297) Outpt time (%) = 0.428965 (99.7885) Other time (%) = 9.5129e-05 (0.0221295) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28290 ave 28290 max 28290 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28290 Ave neighs/atom = 5.658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:01 2021 Memory usage per processor = 27.5162 Mbytes Step Atoms AVEKE stressZZ 2350 5000 2.6772297e-12 750696.12 2351 -0.00695499999999621 750682.031726051 2351 5000 2.677065e-12 750682.03 Loop time of 0.0181711 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:01 2021 Pair time (%) = 0.00101209 (5.56977) Neigh time (%) = 0 (0) Comm time (%) = 4.50611e-05 (0.247983) Outpt time (%) = 0.0169981 (93.5446) Other time (%) = 0.000115871 (0.63767) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28290 ave 28290 max 28290 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28290 Ave neighs/atom = 5.658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:01 2021 Memory usage per processor = 27.5162 Mbytes Step Atoms AVEKE stressZZ 2351 5000 2.677065e-12 750680.97 2352 -0.00695499999999621 750666.88357561 2352 5000 2.6769002e-12 750666.88 Loop time of 0.0166669 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:01 2021 Pair time (%) = 0.00105 (6.29989) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.276085) Outpt time (%) = 0.0153999 (92.3984) Other time (%) = 0.000170946 (1.02566) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28290 ave 28290 max 28290 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28290 Ave neighs/atom = 5.658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:01 2021 Memory usage per processor = 27.5162 Mbytes Step Atoms AVEKE stressZZ 2352 5000 2.6769002e-12 750665.82 2353 -0.00695499999999621 750651.736037613 2353 5000 2.6767355e-12 750651.74 Loop time of 0.0168791 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:01 2021 Pair time (%) = 0.000791073 (4.68671) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.213289) Outpt time (%) = 0.01595 (94.4955) Other time (%) = 0.000102043 (0.604554) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28290 ave 28290 max 28290 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28290 Ave neighs/atom = 5.658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:01 2021 Memory usage per processor = 27.5162 Mbytes Step Atoms AVEKE stressZZ 2353 5000 2.6767355e-12 750650.68 2354 -0.00695499999999621 750636.589112009 2354 5000 2.6765708e-12 750636.59 Loop time of 0.0164001 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:01 2021 Pair time (%) = 0.000782967 (4.77416) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.213703) Outpt time (%) = 0.0154891 (94.4452) Other time (%) = 9.29832e-05 (0.566968) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28290 ave 28290 max 28290 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28290 Ave neighs/atom = 5.658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:01 2021 Memory usage per processor = 27.5162 Mbytes Step Atoms AVEKE stressZZ 2354 5000 2.6765708e-12 750635.53 2355 -0.00695499999999621 750621.442798745 2355 5000 2.6764061e-12 750621.44 Loop time of 0.016223 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:01 2021 Pair time (%) = 0.000855923 (5.276) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.314502) Outpt time (%) = 0.015203 (93.7129) Other time (%) = 0.00011301 (0.696608) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28290 ave 28290 max 28290 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28290 Ave neighs/atom = 5.658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:01 2021 Memory usage per processor = 27.5162 Mbytes Step Atoms AVEKE stressZZ 2355 5000 2.6764061e-12 750620.38 2356 -0.00695499999999621 750606.297097794 2356 5000 2.6762415e-12 750606.3 Loop time of 0.016711 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:01 2021 Pair time (%) = 0.000946999 (5.66692) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.239688) Outpt time (%) = 0.015583 (93.2502) Other time (%) = 0.000140905 (0.84319) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28290 ave 28290 max 28290 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28290 Ave neighs/atom = 5.658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:01 2021 Memory usage per processor = 27.5162 Mbytes Step Atoms AVEKE stressZZ 2356 5000 2.6762415e-12 750605.24 2357 -0.00695499999999621 750591.152009088 2357 5000 2.6760768e-12 750591.15 Loop time of 0.0167429 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:01 2021 Pair time (%) = 0.000818968 (4.89142) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.215023) Outpt time (%) = 0.015769 (94.183) Other time (%) = 0.000118971 (0.710573) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28290 ave 28290 max 28290 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28290 Ave neighs/atom = 5.658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:01 2021 Memory usage per processor = 27.5162 Mbytes Step Atoms AVEKE stressZZ 2357 5000 2.6760768e-12 750590.09 2358 -0.00695499999999621 750576.007532607 2358 5000 2.6759121e-12 750576.01 Loop time of 0.016185 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:01 2021 Pair time (%) = 0.000794172 (4.90683) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.222435) Outpt time (%) = 0.0151911 (93.8587) Other time (%) = 0.000163794 (1.01201) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28290 ave 28290 max 28290 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28290 Ave neighs/atom = 5.658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:01 2021 Memory usage per processor = 27.5162 Mbytes Step Atoms AVEKE stressZZ 2358 5000 2.6759121e-12 750574.95 2359 -0.00695499999999621 750560.863668324 2359 5000 2.6757475e-12 750560.86 Loop time of 0.016747 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:01 2021 Pair time (%) = 0.000993967 (5.9352) Neigh time (%) = 0 (0) Comm time (%) = 4.19617e-05 (0.250562) Outpt time (%) = 0.0155621 (92.9245) Other time (%) = 0.000149012 (0.889781) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28290 ave 28290 max 28290 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28290 Ave neighs/atom = 5.658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:01 2021 Memory usage per processor = 27.5162 Mbytes Step Atoms AVEKE stressZZ 2359 5000 2.6757475e-12 750559.8 2360 -0.00695499999999621 750545.720416148 2360 5000 2.6755829e-12 750545.72 Loop time of 0.0181971 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:01 2021 Pair time (%) = 0.000823021 (4.52282) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.19129) Outpt time (%) = 0.0172451 (94.7684) Other time (%) = 9.41753e-05 (0.517531) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28290 ave 28290 max 28290 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28290 Ave neighs/atom = 5.658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:01 2021 Memory usage per processor = 27.5162 Mbytes Step Atoms AVEKE stressZZ 2360 5000 2.6755829e-12 750544.66 2361 -0.00695499999999621 750530.577776038 2361 5000 2.6754183e-12 750530.58 Loop time of 0.016855 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:01 2021 Pair time (%) = 0.000778913 (4.62126) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207935) Outpt time (%) = 0.0159461 (94.6078) Other time (%) = 9.48906e-05 (0.562982) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28290 ave 28290 max 28290 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28290 Ave neighs/atom = 5.658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:01 2021 Memory usage per processor = 27.5162 Mbytes Step Atoms AVEKE stressZZ 2361 5000 2.6754183e-12 750529.52 2362 -0.00695499999999621 750515.435747984 2362 5000 2.6752537e-12 750515.44 Loop time of 0.0162599 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:01 2021 Pair time (%) = 0.000788927 (4.85198) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.221411) Outpt time (%) = 0.015265 (93.8811) Other time (%) = 0.000169992 (1.04547) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28290 ave 28290 max 28290 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28290 Ave neighs/atom = 5.658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:01 2021 Memory usage per processor = 27.5162 Mbytes Step Atoms AVEKE stressZZ 2362 5000 2.6752537e-12 750514.38 2363 -0.00695499999999621 750500.294331927 2363 5000 2.6750891e-12 750500.29 Loop time of 0.0167 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:01 2021 Pair time (%) = 0.000844955 (5.0596) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.215576) Outpt time (%) = 0.015717 (94.1138) Other time (%) = 0.000102043 (0.611036) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28290 ave 28290 max 28290 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28290 Ave neighs/atom = 5.658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:19:01 2021 Memory usage per processor = 27.5162 Mbytes Step Atoms AVEKE stressZZ 2363 5000 2.6750891e-12 750499.23 2364 -0.00695499999999621 750482.29974729 2364 5000 5.2851824e-12 750506.86 Loop time of 0.0165579 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:01 2021 Pair time (%) = 0.000782013 (4.72289) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211666) Outpt time (%) = 0.015599 (94.2087) Other time (%) = 0.000141859 (0.856744) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28290 ave 28290 max 28290 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28290 Ave neighs/atom = 5.658 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:01 2021 Memory usage per processor = 27.5162 Mbytes Step Atoms AVEKE stressZZ 2364 5000 5.2851824e-12 772708.38 2365 -0.00698749999999619 772689.574926834 2365 5000 4.2901899e-12 772689.57 Loop time of 0.0159991 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:01 2021 Pair time (%) = 0.000822067 (5.13822) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.21906) Outpt time (%) = 0.015048 (94.0556) Other time (%) = 9.39369e-05 (0.58714) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:01 2021 Memory usage per processor = 27.5162 Mbytes Step Atoms AVEKE stressZZ 2365 5000 4.2901899e-12 772688.13 2366 -0.00698749999999619 772670.886800743 2366 5000 3.7116853e-12 772670.89 Loop time of 0.0169559 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:01 2021 Pair time (%) = 0.000824928 (4.86515) Neigh time (%) = 0 (0) Comm time (%) = 5.98431e-05 (0.352935) Outpt time (%) = 0.0159678 (94.1731) Other time (%) = 0.000103235 (0.608847) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:01 2021 Memory usage per processor = 27.5162 Mbytes Step Atoms AVEKE stressZZ 2366 5000 3.7116853e-12 772669.57 2367 -0.00698749999999619 772653.309619577 2367 5000 3.3657422e-12 772653.31 Loop time of 0.0160549 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:01 2021 Pair time (%) = 0.000822067 (5.12036) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.212358) Outpt time (%) = 0.015101 (94.0584) Other time (%) = 9.77516e-05 (0.60886) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:01 2021 Memory usage per processor = 27.5162 Mbytes Step Atoms AVEKE stressZZ 2367 5000 3.3657422e-12 772652.07 2368 -0.00698749999999619 772636.438686854 2368 5000 3.1546206e-12 772636.44 Loop time of 0.016001 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:01 2021 Pair time (%) = 0.00078392 (4.8992) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.219034) Outpt time (%) = 0.0150919 (94.3185) Other time (%) = 9.01222e-05 (0.563229) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:01 2021 Memory usage per processor = 27.5162 Mbytes Step Atoms AVEKE stressZZ 2368 5000 3.1546206e-12 772635.24 2369 -0.00698749999999619 772620.016814645 2369 5000 3.0239391e-12 772620.02 Loop time of 0.0161159 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:01 2021 Pair time (%) = 0.000782967 (4.85835) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.217472) Outpt time (%) = 0.015209 (94.3724) Other time (%) = 8.89301e-05 (0.551816) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:01 2021 Memory usage per processor = 27.5162 Mbytes Step Atoms AVEKE stressZZ 2369 5000 3.0239391e-12 772618.85 2370 -0.00698749999999619 772603.880557709 2370 5000 2.9422614e-12 772603.88 Loop time of 0.0183671 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:01 2021 Pair time (%) = 0.000830173 (4.51991) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.19601) Outpt time (%) = 0.0173962 (94.7142) Other time (%) = 0.000104666 (0.569856) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:01 2021 Memory usage per processor = 27.5165 Mbytes Step Atoms AVEKE stressZZ 2370 5000 2.9422614e-12 772602.74 2371 -0.00698749999999619 772587.92604492 2371 5000 2.890871e-12 772587.93 Loop time of 0.0169289 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:01 2021 Pair time (%) = 0.000785112 (4.6377) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207028) Outpt time (%) = 0.0159838 (94.4173) Other time (%) = 0.000124931 (0.737976) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:01 2021 Memory usage per processor = 27.5165 Mbytes Step Atoms AVEKE stressZZ 2371 5000 2.890871e-12 772586.79 2372 -0.00698749999999619 772572.08726513 2372 5000 2.858383e-12 772572.09 Loop time of 0.0166519 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:01 2021 Pair time (%) = 0.00078702 (4.72631) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.210472) Outpt time (%) = 0.015691 (94.2299) Other time (%) = 0.00013876 (0.833298) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:01 2021 Memory usage per processor = 27.5165 Mbytes Step Atoms AVEKE stressZZ 2372 5000 2.858383e-12 772570.96 2373 -0.00698749999999619 772556.322267534 2373 5000 2.8377681e-12 772556.32 Loop time of 0.01631 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:01 2021 Pair time (%) = 0.000812054 (4.97888) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.312824) Outpt time (%) = 0.015321 (93.9365) Other time (%) = 0.000125885 (0.771828) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:01 2021 Memory usage per processor = 27.5165 Mbytes Step Atoms AVEKE stressZZ 2373 5000 2.8377681e-12 772555.2 2374 -0.00698749999999619 772540.604391918 2374 5000 2.8246424e-12 772540.6 Loop time of 0.016902 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:01 2021 Pair time (%) = 0.000940084 (5.56198) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207358) Outpt time (%) = 0.0158298 (93.6565) Other time (%) = 9.70364e-05 (0.574113) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:01 2021 Memory usage per processor = 27.5165 Mbytes Step Atoms AVEKE stressZZ 2374 5000 2.8246424e-12 772539.49 2375 -0.00698749999999619 772524.916695421 2375 5000 2.8162531e-12 772524.92 Loop time of 0.0167758 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:01 2021 Pair time (%) = 0.00080514 (4.7994) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.214601) Outpt time (%) = 0.0157909 (94.129) Other time (%) = 0.000143766 (0.856984) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:01 2021 Memory usage per processor = 27.5165 Mbytes Step Atoms AVEKE stressZZ 2375 5000 2.8162531e-12 772523.8 2376 -0.00698749999999619 772509.248410632 2376 5000 2.8108648e-12 772509.25 Loop time of 0.016335 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:01 2021 Pair time (%) = 0.000785112 (4.80632) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.208716) Outpt time (%) = 0.0154271 (94.442) Other time (%) = 8.86917e-05 (0.542955) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:01 2021 Memory usage per processor = 27.5165 Mbytes Step Atoms AVEKE stressZZ 2376 5000 2.8108648e-12 772508.13 2377 -0.00698749999999619 772493.592694768 2377 5000 2.8073799e-12 772493.59 Loop time of 0.0167589 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:01 2021 Pair time (%) = 0.000836134 (4.98919) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209128) Outpt time (%) = 0.015785 (94.1885) Other time (%) = 0.000102758 (0.613157) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:01 2021 Memory usage per processor = 27.5165 Mbytes Step Atoms AVEKE stressZZ 2377 5000 2.8073799e-12 772492.48 2378 -0.00698749999999619 772477.945199087 2378 5000 2.8051031e-12 772477.95 Loop time of 0.016989 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:01 2021 Pair time (%) = 0.000780821 (4.59604) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206296) Outpt time (%) = 0.016084 (94.6728) Other time (%) = 8.91685e-05 (0.524861) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:01 2021 Memory usage per processor = 27.5165 Mbytes Step Atoms AVEKE stressZZ 2378 5000 2.8051031e-12 772476.83 2379 -0.00698749999999619 772462.303159927 2379 5000 2.8035934e-12 772462.3 Loop time of 0.016309 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:01 2021 Pair time (%) = 0.000785112 (4.81398) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.214897) Outpt time (%) = 0.015393 (94.3835) Other time (%) = 9.58443e-05 (0.587676) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:01 2021 Memory usage per processor = 27.5165 Mbytes Step Atoms AVEKE stressZZ 2379 5000 2.8035934e-12 772461.19 2380 -0.00698749999999619 772446.664820924 2380 5000 2.8025711e-12 772446.66 Loop time of 0.0183539 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:01 2021 Pair time (%) = 0.001158 (6.30927) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.207841) Outpt time (%) = 0.01703 (92.7866) Other time (%) = 0.000127792 (0.696267) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:01 2021 Memory usage per processor = 27.5165 Mbytes Step Atoms AVEKE stressZZ 2380 5000 2.8025711e-12 772445.55 2381 -0.00698749999999619 772431.029065871 2381 5000 2.8018583e-12 772431.03 Loop time of 0.017133 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:01 2021 Pair time (%) = 0.000859976 (5.01941) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204562) Outpt time (%) = 0.0161421 (94.2166) Other time (%) = 9.58443e-05 (0.559413) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:01 2021 Memory usage per processor = 27.5165 Mbytes Step Atoms AVEKE stressZZ 2381 5000 2.8018583e-12 772429.92 2382 -0.00698749999999619 772415.395185431 2382 5000 2.8013422e-12 772415.4 Loop time of 0.0168481 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:01 2021 Pair time (%) = 0.000781059 (4.63589) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.206606) Outpt time (%) = 0.0158961 (94.3495) Other time (%) = 0.000136137 (0.808026) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:01 2021 Memory usage per processor = 27.5165 Mbytes Step Atoms AVEKE stressZZ 2382 5000 2.8013422e-12 772414.28 2383 -0.00698749999999619 772399.762728715 2383 5000 2.8009511e-12 772399.76 Loop time of 0.0162349 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:01 2021 Pair time (%) = 0.000787973 (4.85358) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.227627) Outpt time (%) = 0.0152469 (93.9143) Other time (%) = 0.000163078 (1.00449) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:01 2021 Memory usage per processor = 27.5165 Mbytes Step Atoms AVEKE stressZZ 2383 5000 2.8009511e-12 772398.65 2384 -0.00698749999999619 772384.131409198 2384 5000 2.8006394e-12 772384.13 Loop time of 0.0168421 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:01 2021 Pair time (%) = 0.000833035 (4.94614) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.213757) Outpt time (%) = 0.015873 (94.2456) Other time (%) = 0.000100136 (0.594556) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:01 2021 Memory usage per processor = 27.5165 Mbytes Step Atoms AVEKE stressZZ 2384 5000 2.8006394e-12 772383.02 2385 -0.00698749999999619 772368.501044795 2385 5000 2.8003782e-12 772368.5 Loop time of 0.0169051 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:01 2021 Pair time (%) = 0.000836134 (4.94605) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.212961) Outpt time (%) = 0.015933 (94.2501) Other time (%) = 9.98974e-05 (0.590932) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:01 2021 Memory usage per processor = 27.5165 Mbytes Step Atoms AVEKE stressZZ 2385 5000 2.8003782e-12 772367.39 2386 -0.00698749999999619 772352.871519736 2386 5000 2.8001491e-12 772352.87 Loop time of 0.0164828 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:02 2021 Pair time (%) = 0.000782013 (4.74441) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.212631) Outpt time (%) = 0.0155718 (94.4731) Other time (%) = 9.39369e-05 (0.569908) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:02 2021 Memory usage per processor = 27.5165 Mbytes Step Atoms AVEKE stressZZ 2386 5000 2.8001491e-12 772351.76 2387 -0.00698749999999619 772337.242760441 2387 5000 2.7999404e-12 772337.24 Loop time of 0.0164459 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:02 2021 Pair time (%) = 0.000898838 (5.46543) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.236304) Outpt time (%) = 0.0153909 (93.585) Other time (%) = 0.000117302 (0.713261) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:02 2021 Memory usage per processor = 27.5165 Mbytes Step Atoms AVEKE stressZZ 2387 5000 2.7999404e-12 772336.13 2388 -0.00698749999999619 772321.61472011 2388 5000 2.7997446e-12 772321.61 Loop time of 0.016942 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:02 2021 Pair time (%) = 0.000782967 (4.62145) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206867) Outpt time (%) = 0.016031 (94.6229) Other time (%) = 9.29832e-05 (0.548832) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:02 2021 Memory usage per processor = 27.5165 Mbytes Step Atoms AVEKE stressZZ 2388 5000 2.7997446e-12 772320.5 2389 -0.00698749999999619 772305.987369026 2389 5000 2.7995571e-12 772305.99 Loop time of 0.016407 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:02 2021 Pair time (%) = 0.00078392 (4.77796) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.207801) Outpt time (%) = 0.0154989 (94.465) Other time (%) = 9.01222e-05 (0.549291) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:02 2021 Memory usage per processor = 27.5165 Mbytes Step Atoms AVEKE stressZZ 2389 5000 2.7995571e-12 772304.88 2390 -0.00698749999999619 772290.360688237 2390 5000 2.7993748e-12 772290.36 Loop time of 0.01775 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:02 2021 Pair time (%) = 0.000797987 (4.4957) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.208196) Outpt time (%) = 0.0167489 (94.3599) Other time (%) = 0.000166178 (0.936211) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:02 2021 Memory usage per processor = 27.5165 Mbytes Step Atoms AVEKE stressZZ 2390 5000 2.7993748e-12 772289.25 2391 -0.00698749999999619 772274.734665719 2391 5000 2.7991959e-12 772274.73 Loop time of 0.016727 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:02 2021 Pair time (%) = 0.000924826 (5.52895) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.215228) Outpt time (%) = 0.015666 (93.6572) Other time (%) = 0.000100136 (0.598649) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:02 2021 Memory usage per processor = 27.5165 Mbytes Step Atoms AVEKE stressZZ 2391 5000 2.7991959e-12 772273.62 2392 -0.00698749999999619 772259.109293775 2392 5000 2.7990191e-12 772259.11 Loop time of 0.0168579 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:02 2021 Pair time (%) = 0.000782967 (4.64452) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.202243) Outpt time (%) = 0.015929 (94.4899) Other time (%) = 0.000111818 (0.663301) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:02 2021 Memory usage per processor = 27.5165 Mbytes Step Atoms AVEKE stressZZ 2392 5000 2.7990191e-12 772258 2393 -0.00698749999999619 772243.484567539 2393 5000 2.7988437e-12 772243.48 Loop time of 0.0162251 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:02 2021 Pair time (%) = 0.000827074 (5.0975) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.216008) Outpt time (%) = 0.015234 (93.8915) Other time (%) = 0.000128984 (0.794969) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:02 2021 Memory usage per processor = 27.5165 Mbytes Step Atoms AVEKE stressZZ 2393 5000 2.7988437e-12 772242.37 2394 -0.00698749999999619 772227.860483869 2394 5000 2.7986691e-12 772227.86 Loop time of 0.01648 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:02 2021 Pair time (%) = 0.000972986 (5.90405) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.248835) Outpt time (%) = 0.0153291 (93.0167) Other time (%) = 0.000136852 (0.830416) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:02 2021 Memory usage per processor = 27.5165 Mbytes Step Atoms AVEKE stressZZ 2394 5000 2.7986691e-12 772226.75 2395 -0.00698749999999619 772212.237040751 2395 5000 2.7984951e-12 772212.24 Loop time of 0.0168428 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:02 2021 Pair time (%) = 0.000829935 (4.92752) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.213748) Outpt time (%) = 0.0158761 (94.26) Other time (%) = 0.000100851 (0.598777) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:02 2021 Memory usage per processor = 27.5165 Mbytes Step Atoms AVEKE stressZZ 2395 5000 2.7984951e-12 772211.13 2396 -0.00698749999999619 772196.614236895 2396 5000 2.7983214e-12 772196.61 Loop time of 0.0163381 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:02 2021 Pair time (%) = 0.000783205 (4.79373) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.207218) Outpt time (%) = 0.0154271 (94.4241) Other time (%) = 9.39369e-05 (0.574956) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:02 2021 Memory usage per processor = 27.5165 Mbytes Step Atoms AVEKE stressZZ 2396 5000 2.7983214e-12 772195.5 2397 -0.00698749999999619 772180.992071471 2397 5000 2.798148e-12 772180.99 Loop time of 0.0162759 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:02 2021 Pair time (%) = 0.00081706 (5.02007) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.227053) Outpt time (%) = 0.015301 (94.0102) Other time (%) = 0.000120878 (0.742683) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:02 2021 Memory usage per processor = 27.5165 Mbytes Step Atoms AVEKE stressZZ 2397 5000 2.798148e-12 772179.88 2398 -0.00698749999999619 772165.3705439 2398 5000 2.7979747e-12 772165.37 Loop time of 0.0165989 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:02 2021 Pair time (%) = 0.000781059 (4.70548) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211143) Outpt time (%) = 0.0156898 (94.5232) Other time (%) = 9.29832e-05 (0.560176) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:02 2021 Memory usage per processor = 27.5165 Mbytes Step Atoms AVEKE stressZZ 2398 5000 2.7979747e-12 772164.26 2399 -0.00698749999999619 772149.749653813 2399 5000 2.7978016e-12 772149.75 Loop time of 0.0167198 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:02 2021 Pair time (%) = 0.000822067 (4.91672) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.203913) Outpt time (%) = 0.0157671 (94.3018) Other time (%) = 9.65595e-05 (0.577515) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:02 2021 Memory usage per processor = 27.5165 Mbytes Step Atoms AVEKE stressZZ 2399 5000 2.7978016e-12 772148.64 2400 -0.00698749999999619 772134.129400969 2400 5000 2.7976285e-12 772134.13 Loop time of 0.018208 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:02 2021 Pair time (%) = 0.000806093 (4.42713) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.197722) Outpt time (%) = 0.017231 (94.634) Other time (%) = 0.000134945 (0.741129) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:02 2021 Memory usage per processor = 27.5165 Mbytes Step Atoms AVEKE stressZZ 2400 5000 2.7976285e-12 772133.02 2401 -0.00698749999999619 772118.509785229 2401 5000 2.7974554e-12 772118.51 Loop time of 0.01671 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:02 2021 Pair time (%) = 0.000782013 (4.6799) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209739) Outpt time (%) = 0.0157981 (94.5425) Other time (%) = 9.48906e-05 (0.567866) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:02 2021 Memory usage per processor = 27.5165 Mbytes Step Atoms AVEKE stressZZ 2401 5000 2.7974554e-12 772117.4 2402 -0.00698749999999619 772102.890806414 2402 5000 2.7972824e-12 772102.89 Loop time of 0.0168819 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:02 2021 Pair time (%) = 0.000782013 (4.63224) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.201955) Outpt time (%) = 0.015976 (94.6334) Other time (%) = 8.98838e-05 (0.532426) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:02 2021 Memory usage per processor = 27.5165 Mbytes Step Atoms AVEKE stressZZ 2402 5000 2.7972824e-12 772101.78 2403 -0.00698749999999619 772087.272464413 2403 5000 2.7971094e-12 772087.27 Loop time of 0.016253 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:02 2021 Pair time (%) = 0.00078392 (4.82324) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.215637) Outpt time (%) = 0.0153399 (94.3817) Other time (%) = 9.41753e-05 (0.579434) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:02 2021 Memory usage per processor = 27.5165 Mbytes Step Atoms AVEKE stressZZ 2403 5000 2.7971094e-12 772086.16 2404 -0.00698749999999619 772071.65475916 2404 5000 2.7969365e-12 772071.65 Loop time of 0.0164349 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:02 2021 Pair time (%) = 0.000923157 (5.61705) Neigh time (%) = 0 (0) Comm time (%) = 4.41074e-05 (0.268377) Outpt time (%) = 0.0153461 (93.3747) Other time (%) = 0.000121593 (0.739849) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:02 2021 Memory usage per processor = 27.5165 Mbytes Step Atoms AVEKE stressZZ 2404 5000 2.7969365e-12 772070.54 2405 -0.00698749999999619 772056.037690594 2405 5000 2.7967635e-12 772056.04 Loop time of 0.0168049 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:02 2021 Pair time (%) = 0.000825167 (4.91026) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208555) Outpt time (%) = 0.015852 (94.3293) Other time (%) = 9.27448e-05 (0.55189) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:02 2021 Memory usage per processor = 27.5165 Mbytes Step Atoms AVEKE stressZZ 2405 5000 2.7967635e-12 772054.93 2406 -0.00698749999999619 772040.421258634 2406 5000 2.7965906e-12 772040.42 Loop time of 0.0166559 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:02 2021 Pair time (%) = 0.000782013 (4.6951) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.210421) Outpt time (%) = 0.015743 (94.519) Other time (%) = 9.58443e-05 (0.575437) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:02 2021 Memory usage per processor = 27.5165 Mbytes Step Atoms AVEKE stressZZ 2406 5000 2.7965906e-12 772039.31 2407 -0.00698749999999619 772024.805463222 2407 5000 2.7964177e-12 772024.81 Loop time of 0.0161591 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:02 2021 Pair time (%) = 0.000797987 (4.93833) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.23017) Outpt time (%) = 0.0152211 (94.1956) Other time (%) = 0.000102758 (0.635918) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:02 2021 Memory usage per processor = 27.5165 Mbytes Step Atoms AVEKE stressZZ 2407 5000 2.7964177e-12 772023.69 2408 -0.00698749999999619 772009.190304328 2408 5000 2.7962448e-12 772009.19 Loop time of 0.0168819 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:02 2021 Pair time (%) = 0.000800848 (4.74381) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207604) Outpt time (%) = 0.015945 (94.4498) Other time (%) = 0.000101089 (0.598802) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:02 2021 Memory usage per processor = 27.5165 Mbytes Step Atoms AVEKE stressZZ 2408 5000 2.7962448e-12 772008.08 2409 -0.00698749999999619 771993.575781847 2409 5000 2.796072e-12 771993.58 Loop time of 0.016618 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:02 2021 Pair time (%) = 0.000782967 (4.71155) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.210901) Outpt time (%) = 0.0157099 (94.5352) Other time (%) = 9.01222e-05 (0.542316) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:02 2021 Memory usage per processor = 27.5165 Mbytes Step Atoms AVEKE stressZZ 2409 5000 2.796072e-12 771992.47 2410 -0.00698749999999619 771977.96189577 2410 5000 2.7958991e-12 771977.96 Loop time of 0.0176971 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:02 2021 Pair time (%) = 0.000782013 (4.41888) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.198041) Outpt time (%) = 0.016784 (94.8402) Other time (%) = 9.60827e-05 (0.542929) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:02 2021 Memory usage per processor = 27.5165 Mbytes Step Atoms AVEKE stressZZ 2410 5000 2.7958991e-12 771976.85 2411 -0.00698749999999619 771962.348646035 2411 5000 2.7957262e-12 771962.35 Loop time of 0.0163341 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:02 2021 Pair time (%) = 0.000888824 (5.44154) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.233543) Outpt time (%) = 0.0153041 (93.6944) Other time (%) = 0.000102997 (0.630565) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:02 2021 Memory usage per processor = 27.5165 Mbytes Step Atoms AVEKE stressZZ 2411 5000 2.7957262e-12 771961.24 2412 -0.00698749999999619 771946.736032604 2412 5000 2.7955534e-12 771946.74 Loop time of 0.0158482 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:02 2021 Pair time (%) = 0.000782967 (4.94043) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.221146) Outpt time (%) = 0.0149381 (94.2577) Other time (%) = 9.20296e-05 (0.580696) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:02 2021 Memory usage per processor = 27.5165 Mbytes Step Atoms AVEKE stressZZ 2412 5000 2.7955534e-12 771945.63 2413 -0.00698749999999619 771931.124055394 2413 5000 2.7953806e-12 771931.12 Loop time of 0.016078 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:02 2021 Pair time (%) = 0.000783205 (4.87129) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.216502) Outpt time (%) = 0.0151701 (94.3532) Other time (%) = 8.98838e-05 (0.559049) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:02 2021 Memory usage per processor = 27.5165 Mbytes Step Atoms AVEKE stressZZ 2413 5000 2.7953806e-12 771930.01 2414 -0.00698749999999619 771915.51271439 2414 5000 2.7952078e-12 771915.51 Loop time of 0.0168459 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:02 2021 Pair time (%) = 0.00078702 (4.67187) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208047) Outpt time (%) = 0.015934 (94.5865) Other time (%) = 8.98838e-05 (0.533564) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:02 2021 Memory usage per processor = 27.5165 Mbytes Step Atoms AVEKE stressZZ 2414 5000 2.7952078e-12 771914.4 2415 -0.00698749999999619 771899.902009515 2415 5000 2.795035e-12 771899.9 Loop time of 0.0163541 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:02 2021 Pair time (%) = 0.000787973 (4.81821) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.220136) Outpt time (%) = 0.0154262 (94.326) Other time (%) = 0.000103951 (0.635624) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:02 2021 Memory usage per processor = 27.5165 Mbytes Step Atoms AVEKE stressZZ 2415 5000 2.795035e-12 771898.79 2416 -0.00698749999999619 771884.291940734 2416 5000 2.7948622e-12 771884.29 Loop time of 0.0170341 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:02 2021 Pair time (%) = 0.000874043 (5.13115) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.20575) Outpt time (%) = 0.0160229 (94.064) Other time (%) = 0.000102043 (0.599054) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:02 2021 Memory usage per processor = 27.5165 Mbytes Step Atoms AVEKE stressZZ 2416 5000 2.7948622e-12 771883.18 2417 -0.00698749999999619 771868.682507995 2417 5000 2.7946895e-12 771868.68 Loop time of 0.016937 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:02 2021 Pair time (%) = 0.00078392 (4.62844) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206929) Outpt time (%) = 0.0160241 (94.61) Other time (%) = 9.39369e-05 (0.554625) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:02 2021 Memory usage per processor = 27.5165 Mbytes Step Atoms AVEKE stressZZ 2417 5000 2.7946895e-12 771867.57 2418 -0.00698749999999619 771853.073711241 2418 5000 2.7945167e-12 771853.07 Loop time of 0.0162699 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:02 2021 Pair time (%) = 0.000782013 (4.80649) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.215413) Outpt time (%) = 0.015363 (94.4256) Other time (%) = 8.98838e-05 (0.552454) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:02 2021 Memory usage per processor = 27.5165 Mbytes Step Atoms AVEKE stressZZ 2418 5000 2.7945167e-12 771851.96 2419 -0.00698749999999619 771837.465550445 2419 5000 2.794344e-12 771837.47 Loop time of 0.016443 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:02 2021 Pair time (%) = 0.000967979 (5.88687) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.249395) Outpt time (%) = 0.015291 (92.9938) Other time (%) = 0.000143051 (0.869981) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:02 2021 Memory usage per processor = 27.5165 Mbytes Step Atoms AVEKE stressZZ 2419 5000 2.794344e-12 771836.36 2420 -0.00698749999999619 771821.85802553 2420 5000 2.7941713e-12 771821.86 Loop time of 0.0184178 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:02 2021 Pair time (%) = 0.000808954 (4.39223) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.190291) Outpt time (%) = 0.0174689 (94.8479) Other time (%) = 0.000104904 (0.569579) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:02 2021 Memory usage per processor = 27.5165 Mbytes Step Atoms AVEKE stressZZ 2420 5000 2.7941713e-12 771820.75 2421 -0.00698749999999619 771806.251136456 2421 5000 2.7939986e-12 771806.25 Loop time of 0.0166149 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:02 2021 Pair time (%) = 0.000783205 (4.71387) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.21094) Outpt time (%) = 0.015703 (94.5113) Other time (%) = 9.36985e-05 (0.563942) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:02 2021 Memory usage per processor = 27.5165 Mbytes Step Atoms AVEKE stressZZ 2421 5000 2.7939986e-12 771805.14 2422 -0.00698749999999619 771790.644883188 2422 5000 2.7938259e-12 771790.64 Loop time of 0.016206 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:02 2021 Pair time (%) = 0.000844955 (5.21383) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.222147) Outpt time (%) = 0.0151579 (93.5327) Other time (%) = 0.000167131 (1.03129) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:02 2021 Memory usage per processor = 27.5165 Mbytes Step Atoms AVEKE stressZZ 2422 5000 2.7938259e-12 771789.53 2423 -0.00698749999999619 771775.039265653 2423 5000 2.7936532e-12 771775.04 Loop time of 0.0169561 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:02 2021 Pair time (%) = 0.000800848 (4.72307) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.20529) Outpt time (%) = 0.0160229 (94.4965) Other time (%) = 9.75132e-05 (0.575092) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:02 2021 Memory usage per processor = 27.5165 Mbytes Step Atoms AVEKE stressZZ 2423 5000 2.7936532e-12 771773.93 2424 -0.00698749999999619 771759.434283825 2424 5000 2.7934805e-12 771759.43 Loop time of 0.016923 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:02 2021 Pair time (%) = 0.000823975 (4.86898) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.200056) Outpt time (%) = 0.01597 (94.3688) Other time (%) = 9.5129e-05 (0.56213) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:02 2021 Memory usage per processor = 27.5165 Mbytes Step Atoms AVEKE stressZZ 2424 5000 2.7934805e-12 771758.32 2425 -0.00698749999999619 771743.829937629 2425 5000 2.7933079e-12 771743.83 Loop time of 0.016387 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:02 2021 Pair time (%) = 0.000785828 (4.79544) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.212419) Outpt time (%) = 0.015439 (94.2152) Other time (%) = 0.000127316 (0.776931) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:02 2021 Memory usage per processor = 27.5165 Mbytes Step Atoms AVEKE stressZZ 2425 5000 2.7933079e-12 771742.72 2426 -0.00698749999999619 771728.226227036 2426 5000 2.7931353e-12 771728.23 Loop time of 0.0166919 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:02 2021 Pair time (%) = 0.00107098 (6.41613) Neigh time (%) = 0 (0) Comm time (%) = 4.91142e-05 (0.294239) Outpt time (%) = 0.0154061 (92.2969) Other time (%) = 0.000165701 (0.992701) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:02 2021 Memory usage per processor = 27.5165 Mbytes Step Atoms AVEKE stressZZ 2426 5000 2.7931353e-12 771727.12 2427 -0.00698749999999619 771712.623152004 2427 5000 2.7929626e-12 771712.62 Loop time of 0.0167711 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:02 2021 Pair time (%) = 0.000814915 (4.85905) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208976) Outpt time (%) = 0.0157971 (94.1927) Other time (%) = 0.000123978 (0.739235) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:02 2021 Memory usage per processor = 27.5165 Mbytes Step Atoms AVEKE stressZZ 2427 5000 2.7929626e-12 771711.51 2428 -0.00698749999999619 771697.020712456 2428 5000 2.79279e-12 771697.02 Loop time of 0.016315 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:02 2021 Pair time (%) = 0.00078392 (4.80491) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.213357) Outpt time (%) = 0.015399 (94.3855) Other time (%) = 9.72748e-05 (0.59623) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:02 2021 Memory usage per processor = 27.5165 Mbytes Step Atoms AVEKE stressZZ 2428 5000 2.79279e-12 771695.91 2429 -0.00698749999999619 771681.418908373 2429 5000 2.7926174e-12 771681.42 Loop time of 0.0162802 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:02 2021 Pair time (%) = 0.000828981 (5.09197) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.234316) Outpt time (%) = 0.0153081 (94.0293) Other time (%) = 0.000104904 (0.644368) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:02 2021 Memory usage per processor = 27.5165 Mbytes Step Atoms AVEKE stressZZ 2429 5000 2.7926174e-12 771680.31 2430 -0.00698749999999619 771665.817739679 2430 5000 2.7924449e-12 771665.82 Loop time of 0.0187349 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:02 2021 Pair time (%) = 0.000988007 (5.27361) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.192161) Outpt time (%) = 0.0176089 (93.9896) Other time (%) = 0.000102043 (0.544668) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:02 2021 Memory usage per processor = 27.5165 Mbytes Step Atoms AVEKE stressZZ 2430 5000 2.7924449e-12 771664.71 2431 -0.00698749999999619 771650.217206361 2431 5000 2.7922723e-12 771650.22 Loop time of 0.0168669 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:03 2021 Pair time (%) = 0.000782967 (4.64202) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.206375) Outpt time (%) = 0.0159509 (94.5692) Other time (%) = 9.82285e-05 (0.582373) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:03 2021 Memory usage per processor = 27.5165 Mbytes Step Atoms AVEKE stressZZ 2431 5000 2.7922723e-12 771649.11 2432 -0.00698749999999619 771634.617308326 2432 5000 2.7920997e-12 771634.62 Loop time of 0.016232 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:03 2021 Pair time (%) = 0.000800133 (4.92935) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.215916) Outpt time (%) = 0.0153048 (94.2878) Other time (%) = 9.20296e-05 (0.566963) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:03 2021 Memory usage per processor = 27.5165 Mbytes Step Atoms AVEKE stressZZ 2432 5000 2.7920997e-12 771633.51 2433 -0.00698749999999619 771619.018045564 2433 5000 2.7919272e-12 771619.02 Loop time of 0.0166471 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:03 2021 Pair time (%) = 0.000840187 (5.04705) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.227719) Outpt time (%) = 0.0156591 (94.065) Other time (%) = 0.000109911 (0.660241) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:03 2021 Memory usage per processor = 27.5165 Mbytes Step Atoms AVEKE stressZZ 2433 5000 2.7919272e-12 771617.91 2434 -0.00698749999999619 771603.419418005 2434 5000 2.7917547e-12 771603.42 Loop time of 0.016892 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:03 2021 Pair time (%) = 0.000782967 (4.63514) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207481) Outpt time (%) = 0.0159841 (94.6253) Other time (%) = 8.98838e-05 (0.53211) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:03 2021 Memory usage per processor = 27.5165 Mbytes Step Atoms AVEKE stressZZ 2434 5000 2.7917547e-12 771602.31 2435 -0.00698749999999619 771587.821425612 2435 5000 2.7915822e-12 771587.82 Loop time of 0.016217 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:03 2021 Pair time (%) = 0.00078392 (4.83394) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.216116) Outpt time (%) = 0.0153022 (94.3589) Other time (%) = 9.58443e-05 (0.591011) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:03 2021 Memory usage per processor = 27.5165 Mbytes Step Atoms AVEKE stressZZ 2435 5000 2.7915822e-12 771586.71 2436 -0.00698749999999619 771572.224068312 2436 5000 2.7914097e-12 771572.22 Loop time of 0.0167818 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:03 2021 Pair time (%) = 0.000917912 (5.46968) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.225891) Outpt time (%) = 0.0157058 (93.5884) Other time (%) = 0.000120163 (0.716031) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:03 2021 Memory usage per processor = 27.5165 Mbytes Step Atoms AVEKE stressZZ 2436 5000 2.7914097e-12 771571.11 2437 -0.00698749999999619 771556.627346092 2437 5000 2.7912372e-12 771556.63 Loop time of 0.016835 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:03 2021 Pair time (%) = 0.000868082 (5.15642) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.213848) Outpt time (%) = 0.01582 (93.9712) Other time (%) = 0.000110865 (0.658538) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:03 2021 Memory usage per processor = 27.5165 Mbytes Step Atoms AVEKE stressZZ 2437 5000 2.7912372e-12 771555.52 2438 -0.00698749999999619 771541.031258876 2438 5000 2.7910647e-12 771541.03 Loop time of 0.0168021 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:03 2021 Pair time (%) = 0.00078392 (4.66562) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208591) Outpt time (%) = 0.015888 (94.5596) Other time (%) = 9.5129e-05 (0.566174) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:03 2021 Memory usage per processor = 27.5165 Mbytes Step Atoms AVEKE stressZZ 2438 5000 2.7910647e-12 771539.92 2439 -0.00698749999999619 771525.435806618 2439 5000 2.7908923e-12 771525.44 Loop time of 0.016341 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:03 2021 Pair time (%) = 0.000792027 (4.84688) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.220313) Outpt time (%) = 0.0153611 (94.0034) Other time (%) = 0.000151873 (0.929398) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:03 2021 Memory usage per processor = 27.5165 Mbytes Step Atoms AVEKE stressZZ 2439 5000 2.7908923e-12 771524.33 2440 -0.00698749999999619 771509.840998094 2440 5000 2.7907198e-12 771509.84 Loop time of 0.0183771 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:03 2021 Pair time (%) = 0.000808954 (4.40198) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.190713) Outpt time (%) = 0.0174329 (94.8624) Other time (%) = 0.000100136 (0.544895) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:03 2021 Memory usage per processor = 27.5165 Mbytes Step Atoms AVEKE stressZZ 2440 5000 2.7907198e-12 771508.73 2441 -0.00698749999999619 771494.246847296 2441 5000 2.7905474e-12 771494.25 Loop time of 0.0168371 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:03 2021 Pair time (%) = 0.000786066 (4.66865) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.202492) Outpt time (%) = 0.0159218 (94.5639) Other time (%) = 9.5129e-05 (0.564996) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:03 2021 Memory usage per processor = 27.5165 Mbytes Step Atoms AVEKE stressZZ 2441 5000 2.7905474e-12 771493.14 2442 -0.00698749999999619 771478.653344026 2442 5000 2.790375e-12 771478.65 Loop time of 0.0162489 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:03 2021 Pair time (%) = 0.000784159 (4.82591) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.215691) Outpt time (%) = 0.0153379 (94.3935) Other time (%) = 9.17912e-05 (0.564905) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:03 2021 Memory usage per processor = 27.5165 Mbytes Step Atoms AVEKE stressZZ 2442 5000 2.790375e-12 771477.54 2443 -0.00698749999999619 771463.060485289 2443 5000 2.7902026e-12 771463.06 Loop time of 0.0164411 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:03 2021 Pair time (%) = 0.000991106 (6.02822) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.243623) Outpt time (%) = 0.0152872 (92.9813) Other time (%) = 0.000122786 (0.746821) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:03 2021 Memory usage per processor = 27.5165 Mbytes Step Atoms AVEKE stressZZ 2443 5000 2.7902026e-12 771461.95 2444 -0.00698749999999619 771447.468269509 2444 5000 2.7900302e-12 771447.47 Loop time of 0.016886 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:03 2021 Pair time (%) = 0.00078392 (4.64243) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.201906) Outpt time (%) = 0.0159738 (94.598) Other time (%) = 9.41753e-05 (0.557713) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:03 2021 Memory usage per processor = 27.5165 Mbytes Step Atoms AVEKE stressZZ 2444 5000 2.7900302e-12 771446.36 2445 -0.00698749999999619 771431.876695661 2445 5000 2.7898579e-12 771431.88 Loop time of 0.016783 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:03 2021 Pair time (%) = 0.00078392 (4.67092) Neigh time (%) = 0 (0) Comm time (%) = 5.88894e-05 (0.350887) Outpt time (%) = 0.01582 (94.2622) Other time (%) = 0.000120163 (0.71598) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:03 2021 Memory usage per processor = 27.5165 Mbytes Step Atoms AVEKE stressZZ 2445 5000 2.7898579e-12 771430.77 2446 -0.00698749999999619 771416.285763006 2446 5000 2.7896855e-12 771416.29 Loop time of 0.0167561 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:03 2021 Pair time (%) = 0.00102806 (6.13546) Neigh time (%) = 0 (0) Comm time (%) = 4.19617e-05 (0.250427) Outpt time (%) = 0.0155401 (92.7433) Other time (%) = 0.000145912 (0.870803) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:03 2021 Memory usage per processor = 27.5165 Mbytes Step Atoms AVEKE stressZZ 2446 5000 2.7896855e-12 771415.18 2447 -0.00698749999999619 771400.69547098 2447 5000 2.7895132e-12 771400.7 Loop time of 0.0165939 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:03 2021 Pair time (%) = 0.000807047 (4.86351) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.216954) Outpt time (%) = 0.015655 (94.342) Other time (%) = 9.58443e-05 (0.577586) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:03 2021 Memory usage per processor = 27.5165 Mbytes Step Atoms AVEKE stressZZ 2447 5000 2.7895132e-12 771399.59 2448 -0.00698749999999619 771385.105819107 2448 5000 2.7893408e-12 771385.11 Loop time of 0.016979 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:03 2021 Pair time (%) = 0.000837088 (4.93014) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.212034) Outpt time (%) = 0.0160041 (94.2582) Other time (%) = 0.000101805 (0.599593) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:03 2021 Memory usage per processor = 27.5165 Mbytes Step Atoms AVEKE stressZZ 2448 5000 2.7893408e-12 771384 2449 -0.00698749999999619 771369.516804836 2449 5000 2.7891685e-12 771369.52 Loop time of 0.0162919 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:03 2021 Pair time (%) = 0.000975847 (5.98979) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.313172) Outpt time (%) = 0.015136 (92.9053) Other time (%) = 0.000128984 (0.791711) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:03 2021 Memory usage per processor = 27.5165 Mbytes Step Atoms AVEKE stressZZ 2449 5000 2.7891685e-12 771368.41 2450 -0.00698749999999619 771353.928427255 2450 5000 2.7889962e-12 771353.93 Loop time of 0.0187609 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:03 2021 Pair time (%) = 0.0010891 (5.80513) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.191895) Outpt time (%) = 0.017499 (93.2735) Other time (%) = 0.000136852 (0.729454) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:03 2021 Memory usage per processor = 27.5165 Mbytes Step Atoms AVEKE stressZZ 2450 5000 2.7889962e-12 771352.82 2451 -0.00698749999999619 771338.340688386 2451 5000 2.788824e-12 771338.34 Loop time of 0.0165579 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:03 2021 Pair time (%) = 0.00078392 (4.73441) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.205906) Outpt time (%) = 0.015651 (94.5226) Other time (%) = 8.89301e-05 (0.537085) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:03 2021 Memory usage per processor = 27.5165 Mbytes Step Atoms AVEKE stressZZ 2451 5000 2.788824e-12 771337.23 2452 -0.00698749999999619 771322.753587993 2452 5000 2.7886517e-12 771322.75 Loop time of 0.0163651 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:03 2021 Pair time (%) = 0.000785112 (4.79749) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.214161) Outpt time (%) = 0.01545 (94.4085) Other time (%) = 9.48906e-05 (0.579837) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:03 2021 Memory usage per processor = 27.5165 Mbytes Step Atoms AVEKE stressZZ 2452 5000 2.7886517e-12 771321.64 2453 -0.00698749999999619 771307.167125849 2453 5000 2.7884794e-12 771307.17 Loop time of 0.0164471 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:03 2021 Pair time (%) = 0.000799179 (4.8591) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.218891) Outpt time (%) = 0.015475 (94.0899) Other time (%) = 0.000136852 (0.832077) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:03 2021 Memory usage per processor = 27.5165 Mbytes Step Atoms AVEKE stressZZ 2453 5000 2.7884794e-12 771306.06 2454 -0.00698749999999619 771291.58130181 2454 5000 2.7883072e-12 771291.58 Loop time of 0.0172429 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:03 2021 Pair time (%) = 0.000972986 (5.64282) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.208788) Outpt time (%) = 0.0161071 (93.4128) Other time (%) = 0.000126839 (0.735599) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:03 2021 Memory usage per processor = 27.5165 Mbytes Step Atoms AVEKE stressZZ 2454 5000 2.7883072e-12 771290.47 2455 -0.00698749999999619 771275.99611565 2455 5000 2.788135e-12 771276 Loop time of 0.016654 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:03 2021 Pair time (%) = 0.000785112 (4.71425) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.204719) Outpt time (%) = 0.0157402 (94.5127) Other time (%) = 9.46522e-05 (0.568344) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:03 2021 Memory usage per processor = 27.5165 Mbytes Step Atoms AVEKE stressZZ 2455 5000 2.788135e-12 771274.89 2456 -0.00698749999999619 771260.411567234 2456 5000 2.7879627e-12 771260.41 Loop time of 0.01614 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:03 2021 Pair time (%) = 0.000833988 (5.16722) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.209761) Outpt time (%) = 0.015178 (94.0395) Other time (%) = 9.41753e-05 (0.583491) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:03 2021 Memory usage per processor = 27.5165 Mbytes Step Atoms AVEKE stressZZ 2456 5000 2.7879627e-12 771259.3 2457 -0.00698749999999619 771244.827656392 2457 5000 2.7877905e-12 771244.83 Loop time of 0.0159862 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:03 2021 Pair time (%) = 0.000782967 (4.89776) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.219236) Outpt time (%) = 0.0150781 (94.3192) Other time (%) = 9.01222e-05 (0.56375) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:03 2021 Memory usage per processor = 27.5165 Mbytes Step Atoms AVEKE stressZZ 2457 5000 2.7877905e-12 771243.72 2458 -0.00698749999999619 771229.244382984 2458 5000 2.7876184e-12 771229.24 Loop time of 0.0161071 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:03 2021 Pair time (%) = 0.000785112 (4.87433) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.217591) Outpt time (%) = 0.015198 (94.356) Other time (%) = 8.89301e-05 (0.552118) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:03 2021 Memory usage per processor = 27.5165 Mbytes Step Atoms AVEKE stressZZ 2458 5000 2.7876184e-12 771228.13 2459 -0.00698749999999619 771213.661746945 2459 5000 2.7874462e-12 771213.66 Loop time of 0.0170071 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:03 2021 Pair time (%) = 0.00078702 (4.62759) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206076) Outpt time (%) = 0.0160949 (94.6364) Other time (%) = 9.01222e-05 (0.529909) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:03 2021 Memory usage per processor = 27.5165 Mbytes Step Atoms AVEKE stressZZ 2459 5000 2.7874462e-12 771212.55 2460 -0.00698749999999619 771198.079754969 2460 5000 2.787274e-12 771198.08 Loop time of 0.0177901 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:03 2021 Pair time (%) = 0.000784159 (4.40784) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.191645) Outpt time (%) = 0.0168772 (94.8685) Other time (%) = 9.46522e-05 (0.53205) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:03 2021 Memory usage per processor = 27.5165 Mbytes Step Atoms AVEKE stressZZ 2460 5000 2.787274e-12 771196.97 2461 -0.00698749999999619 771182.498405237 2461 5000 2.7871019e-12 771182.5 Loop time of 0.0162401 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:03 2021 Pair time (%) = 0.000801086 (4.93276) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.221681) Outpt time (%) = 0.0152512 (93.9104) Other time (%) = 0.000151873 (0.935169) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:03 2021 Memory usage per processor = 27.5165 Mbytes Step Atoms AVEKE stressZZ 2461 5000 2.7871019e-12 771181.39 2462 -0.00698749999999619 771166.917695924 2462 5000 2.7869297e-12 771166.92 Loop time of 0.016861 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:03 2021 Pair time (%) = 0.000818968 (4.85718) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.219174) Outpt time (%) = 0.0159001 (94.3015) Other time (%) = 0.000104904 (0.622172) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:03 2021 Memory usage per processor = 27.5165 Mbytes Step Atoms AVEKE stressZZ 2462 5000 2.7869297e-12 771165.81 2463 -0.00698749999999619 771151.337626241 2463 5000 2.7867576e-12 771151.34 Loop time of 0.0169609 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:03 2021 Pair time (%) = 0.000787973 (4.64583) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206638) Outpt time (%) = 0.016042 (94.5824) Other time (%) = 9.58443e-05 (0.565091) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:03 2021 Memory usage per processor = 27.5165 Mbytes Step Atoms AVEKE stressZZ 2463 5000 2.7867576e-12 771150.23 2464 -0.00698749999999619 771135.758195704 2464 5000 2.7865855e-12 771135.76 Loop time of 0.0164649 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:03 2021 Pair time (%) = 0.000784874 (4.76694) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.211413) Outpt time (%) = 0.0155451 (94.4135) Other time (%) = 0.000100136 (0.608176) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:19:03 2021 Memory usage per processor = 27.5165 Mbytes Step Atoms AVEKE stressZZ 2464 5000 2.7865855e-12 771134.65 2465 -0.00698749999999619 771117.246988011 2465 5000 5.5054638e-12 771142.49 Loop time of 0.0168869 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:03 2021 Pair time (%) = 0.00089097 (5.27609) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.21319) Outpt time (%) = 0.01581 (93.6227) Other time (%) = 0.000149965 (0.888054) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:03 2021 Memory usage per processor = 27.5165 Mbytes Step Atoms AVEKE stressZZ 2465 5000 5.5054638e-12 793651.79 2466 -0.00701999999999617 793632.475884927 2466 5000 4.4682451e-12 793632.48 Loop time of 0.0169151 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:03 2021 Pair time (%) = 0.00078702 (4.65277) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207197) Outpt time (%) = 0.016 (94.5903) Other time (%) = 9.29832e-05 (0.549706) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:03 2021 Memory usage per processor = 27.5165 Mbytes Step Atoms AVEKE stressZZ 2466 5000 4.4682451e-12 793630.97 2467 -0.00701999999999617 793613.250938434 2467 5000 3.8652338e-12 793613.25 Loop time of 0.0162339 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:03 2021 Pair time (%) = 0.000785112 (4.83625) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.210016) Outpt time (%) = 0.0152869 (94.1665) Other time (%) = 0.000127792 (0.787193) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:03 2021 Memory usage per processor = 27.5165 Mbytes Step Atoms AVEKE stressZZ 2467 5000 3.8652338e-12 793611.87 2468 -0.00701999999999617 793595.17074472 2468 5000 3.5046553e-12 793595.17 Loop time of 0.0162659 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:03 2021 Pair time (%) = 0.000897884 (5.52005) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.252111) Outpt time (%) = 0.0152159 (93.5448) Other time (%) = 0.000111103 (0.683044) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:03 2021 Memory usage per processor = 27.5165 Mbytes Step Atoms AVEKE stressZZ 2468 5000 3.5046553e-12 793593.87 2469 -0.00701999999999617 793577.818292748 2469 5000 3.2846103e-12 793577.82 Loop time of 0.0168059 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:03 2021 Pair time (%) = 0.000785112 (4.67165) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208543) Outpt time (%) = 0.0158989 (94.6034) Other time (%) = 8.67844e-05 (0.516393) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:03 2021 Memory usage per processor = 27.5165 Mbytes Step Atoms AVEKE stressZZ 2469 5000 3.2846103e-12 793576.57 2470 -0.00701999999999617 793560.928568666 2470 5000 3.1484087e-12 793560.93 Loop time of 0.0182841 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:03 2021 Pair time (%) = 0.00078702 (4.3044) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.190379) Outpt time (%) = 0.0173271 (94.7659) Other time (%) = 0.000135183 (0.73935) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:03 2021 Memory usage per processor = 27.5167 Mbytes Step Atoms AVEKE stressZZ 2470 5000 3.1484087e-12 793559.71 2471 -0.00701999999999617 793544.333153734 2471 5000 3.0632821e-12 793544.33 Loop time of 0.0161769 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:03 2021 Pair time (%) = 0.000785112 (4.85328) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.216651) Outpt time (%) = 0.015259 (94.3258) Other time (%) = 9.77516e-05 (0.604265) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:03 2021 Memory usage per processor = 27.5167 Mbytes Step Atoms AVEKE stressZZ 2471 5000 3.0632821e-12 793543.13 2472 -0.00701999999999617 793527.925016138 2472 5000 3.0097221e-12 793527.93 Loop time of 0.017138 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:03 2021 Pair time (%) = 0.000821114 (4.79119) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.210066) Outpt time (%) = 0.0161841 (94.4339) Other time (%) = 9.67979e-05 (0.564815) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:03 2021 Memory usage per processor = 27.5167 Mbytes Step Atoms AVEKE stressZZ 2472 5000 3.0097221e-12 793526.74 2473 -0.00701999999999617 793511.636136088 2473 5000 2.9758627e-12 793511.64 Loop time of 0.0171459 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:03 2021 Pair time (%) = 0.000833035 (4.85851) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204408) Outpt time (%) = 0.0161128 (93.9748) Other time (%) = 0.000164986 (0.962247) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:03 2021 Memory usage per processor = 27.5167 Mbytes Step Atoms AVEKE stressZZ 2473 5000 2.9758627e-12 793510.46 2474 -0.00701999999999617 793495.423292652 2474 5000 2.9543775e-12 793495.42 Loop time of 0.016499 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:03 2021 Pair time (%) = 0.00078702 (4.77009) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.212422) Outpt time (%) = 0.015583 (94.4481) Other time (%) = 9.39369e-05 (0.569348) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:03 2021 Memory usage per processor = 27.5167 Mbytes Step Atoms AVEKE stressZZ 2474 5000 2.9543775e-12 793494.25 2475 -0.00701999999999617 793479.259013954 2475 5000 2.9406974e-12 793479.26 Loop time of 0.0162611 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:03 2021 Pair time (%) = 0.000918865 (5.65069) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.24632) Outpt time (%) = 0.0151961 (93.4505) Other time (%) = 0.000106096 (0.652454) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:03 2021 Memory usage per processor = 27.5167 Mbytes Step Atoms AVEKE stressZZ 2475 5000 2.9406974e-12 793478.09 2476 -0.00701999999999617 793463.125839326 2476 5000 2.9319537e-12 793463.13 Loop time of 0.016902 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:04 2021 Pair time (%) = 0.000857115 (5.07109) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.218642) Outpt time (%) = 0.0159009 (94.0769) Other time (%) = 0.00010705 (0.633358) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:04 2021 Memory usage per processor = 27.5167 Mbytes Step Atoms AVEKE stressZZ 2476 5000 2.9319537e-12 793461.96 2477 -0.00701999999999617 793447.012673011 2477 5000 2.9263376e-12 793447.01 Loop time of 0.0164411 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:04 2021 Pair time (%) = 0.000788927 (4.7985) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.205919) Outpt time (%) = 0.015527 (94.4402) Other time (%) = 9.13143e-05 (0.555402) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:04 2021 Memory usage per processor = 27.5167 Mbytes Step Atoms AVEKE stressZZ 2477 5000 2.9263376e-12 793445.85 2478 -0.00701999999999617 793430.912463567 2478 5000 2.9227051e-12 793430.91 Loop time of 0.0163379 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:04 2021 Pair time (%) = 0.000820875 (5.02437) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.232029) Outpt time (%) = 0.0153708 (94.0811) Other time (%) = 0.000108242 (0.662522) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:04 2021 Memory usage per processor = 27.5167 Mbytes Step Atoms AVEKE stressZZ 2478 5000 2.9227051e-12 793429.75 2479 -0.00701999999999617 793414.820729668 2479 5000 2.9203318e-12 793414.82 Loop time of 0.0167851 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:04 2021 Pair time (%) = 0.000806093 (4.80242) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208801) Outpt time (%) = 0.015847 (94.4107) Other time (%) = 9.70364e-05 (0.578109) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:04 2021 Memory usage per processor = 27.5167 Mbytes Step Atoms AVEKE stressZZ 2479 5000 2.9203318e-12 793413.66 2480 -0.00701999999999617 793398.734622634 2480 5000 2.9187579e-12 793398.73 Loop time of 0.0183029 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:04 2021 Pair time (%) = 0.000828028 (4.52402) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.191486) Outpt time (%) = 0.0173149 (94.6019) Other time (%) = 0.000124931 (0.682576) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:04 2021 Memory usage per processor = 27.5167 Mbytes Step Atoms AVEKE stressZZ 2480 5000 2.9187579e-12 793397.57 2481 -0.00701999999999617 793382.652332738 2481 5000 2.9176919e-12 793382.65 Loop time of 0.016392 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:04 2021 Pair time (%) = 0.00088191 (5.38013) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.219627) Outpt time (%) = 0.015352 (93.6555) Other time (%) = 0.00012207 (0.744695) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:04 2021 Memory usage per processor = 27.5167 Mbytes Step Atoms AVEKE stressZZ 2481 5000 2.9176919e-12 793381.49 2482 -0.00701999999999617 793366.572710052 2482 5000 2.9169485e-12 793366.57 Loop time of 0.016567 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:04 2021 Pair time (%) = 0.000946045 (5.71042) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.22882) Outpt time (%) = 0.0154521 (93.2707) Other time (%) = 0.000130892 (0.790076) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:04 2021 Memory usage per processor = 27.5167 Mbytes Step Atoms AVEKE stressZZ 2482 5000 2.9169485e-12 793365.41 2483 -0.00701999999999617 793350.495023503 2483 5000 2.9164101e-12 793350.5 Loop time of 0.0166931 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:04 2021 Pair time (%) = 0.00078392 (4.69607) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209952) Outpt time (%) = 0.0157781 (94.5184) Other time (%) = 9.60827e-05 (0.575583) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:04 2021 Memory usage per processor = 27.5167 Mbytes Step Atoms AVEKE stressZZ 2483 5000 2.9164101e-12 793349.33 2484 -0.00701999999999617 793334.418808462 2484 5000 2.916002e-12 793334.42 Loop time of 0.0162101 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:04 2021 Pair time (%) = 0.000785828 (4.84777) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.208854) Outpt time (%) = 0.015296 (94.3609) Other time (%) = 9.44138e-05 (0.582439) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:04 2021 Memory usage per processor = 27.5167 Mbytes Step Atoms AVEKE stressZZ 2484 5000 2.916002e-12 793333.26 2485 -0.00701999999999617 793318.343769635 2485 5000 2.9156766e-12 793318.34 Loop time of 0.016479 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:04 2021 Pair time (%) = 0.000908136 (5.51087) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.218467) Outpt time (%) = 0.0153639 (93.2333) Other time (%) = 0.000170946 (1.03736) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:04 2021 Memory usage per processor = 27.5167 Mbytes Step Atoms AVEKE stressZZ 2485 5000 2.9156766e-12 793317.18 2486 -0.00701999999999617 793302.269719256 2486 5000 2.9154039e-12 793302.27 Loop time of 0.017072 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:04 2021 Pair time (%) = 0.00090313 (5.29013) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205293) Outpt time (%) = 0.0160379 (93.9432) Other time (%) = 9.58443e-05 (0.561413) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:04 2021 Memory usage per processor = 27.5167 Mbytes Step Atoms AVEKE stressZZ 2486 5000 2.9154039e-12 793301.11 2487 -0.00701999999999617 793286.196538045 2487 5000 2.9151646e-12 793286.2 Loop time of 0.0168431 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:04 2021 Pair time (%) = 0.000784874 (4.65992) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.213745) Outpt time (%) = 0.015923 (94.5375) Other time (%) = 9.91821e-05 (0.58886) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:04 2021 Memory usage per processor = 27.5167 Mbytes Step Atoms AVEKE stressZZ 2487 5000 2.9151646e-12 793285.03 2488 -0.00701999999999617 793270.124150124 2488 5000 2.9149466e-12 793270.12 Loop time of 0.016223 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:04 2021 Pair time (%) = 0.000787973 (4.85715) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.221915) Outpt time (%) = 0.0152841 (94.2126) Other time (%) = 0.000114918 (0.708365) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:04 2021 Memory usage per processor = 27.5167 Mbytes Step Atoms AVEKE stressZZ 2488 5000 2.9149466e-12 793268.96 2489 -0.00701999999999617 793254.052507249 2489 5000 2.9147421e-12 793254.05 Loop time of 0.0168769 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:04 2021 Pair time (%) = 0.00108695 (6.44045) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.213316) Outpt time (%) = 0.0156219 (92.5636) Other time (%) = 0.000132084 (0.78263) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:04 2021 Memory usage per processor = 27.5167 Mbytes Step Atoms AVEKE stressZZ 2489 5000 2.9147421e-12 793252.89 2490 -0.00701999999999617 793237.981578737 2490 5000 2.9145462e-12 793237.98 Loop time of 0.018501 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:04 2021 Pair time (%) = 0.000920057 (4.973) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.19459) Outpt time (%) = 0.017405 (94.076) Other time (%) = 0.000139952 (0.756453) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:04 2021 Memory usage per processor = 27.5167 Mbytes Step Atoms AVEKE stressZZ 2490 5000 2.9145462e-12 793236.82 2491 -0.00701999999999617 793221.911345031 2491 5000 2.9143557e-12 793221.91 Loop time of 0.016402 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:04 2021 Pair time (%) = 0.000788927 (4.80994) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.213678) Outpt time (%) = 0.0154839 (94.4022) Other time (%) = 9.41753e-05 (0.57417) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:04 2021 Memory usage per processor = 27.5167 Mbytes Step Atoms AVEKE stressZZ 2491 5000 2.9143557e-12 793220.75 2492 -0.00701999999999617 793205.841793718 2492 5000 2.9141687e-12 793205.84 Loop time of 0.01615 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:04 2021 Pair time (%) = 0.000821829 (5.08872) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.228823) Outpt time (%) = 0.015183 (94.0122) Other time (%) = 0.000108242 (0.670229) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:04 2021 Memory usage per processor = 27.5167 Mbytes Step Atoms AVEKE stressZZ 2492 5000 2.9141687e-12 793204.68 2493 -0.00701999999999617 793189.772916837 2493 5000 2.9139839e-12 793189.77 Loop time of 0.0167451 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:04 2021 Pair time (%) = 0.000785112 (4.68861) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.2093) Outpt time (%) = 0.0158341 (94.5596) Other time (%) = 9.08375e-05 (0.542472) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:04 2021 Memory usage per processor = 27.5167 Mbytes Step Atoms AVEKE stressZZ 2493 5000 2.9139839e-12 793188.61 2494 -0.00701999999999617 793173.704709319 2494 5000 2.9138006e-12 793173.7 Loop time of 0.0169191 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:04 2021 Pair time (%) = 0.000828981 (4.89967) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207147) Outpt time (%) = 0.0159609 (94.3366) Other time (%) = 9.41753e-05 (0.55662) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:04 2021 Memory usage per processor = 27.5167 Mbytes Step Atoms AVEKE stressZZ 2494 5000 2.9138006e-12 793172.54 2495 -0.00701999999999617 793157.637167947 2495 5000 2.9136181e-12 793157.64 Loop time of 0.016264 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:04 2021 Pair time (%) = 0.000787973 (4.8449) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.215492) Outpt time (%) = 0.0153389 (94.3122) Other time (%) = 0.000102043 (0.627419) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:04 2021 Memory usage per processor = 27.5167 Mbytes Step Atoms AVEKE stressZZ 2495 5000 2.9136181e-12 793156.47 2496 -0.00701999999999617 793141.570290606 2496 5000 2.9134363e-12 793141.57 Loop time of 0.016737 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:04 2021 Pair time (%) = 0.000884056 (5.28205) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.2151) Outpt time (%) = 0.0157161 (93.9003) Other time (%) = 0.000100851 (0.602564) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:04 2021 Memory usage per processor = 27.5167 Mbytes Step Atoms AVEKE stressZZ 2496 5000 2.9134363e-12 793140.41 2497 -0.00701999999999617 793125.504075911 2497 5000 2.9132548e-12 793125.5 Loop time of 0.0167501 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:04 2021 Pair time (%) = 0.00078702 (4.6986) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209238) Outpt time (%) = 0.0158339 (94.5299) Other time (%) = 9.41753e-05 (0.562238) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:04 2021 Memory usage per processor = 27.5167 Mbytes Step Atoms AVEKE stressZZ 2497 5000 2.9132548e-12 793124.34 2498 -0.00701999999999617 793109.438523045 2498 5000 2.9130735e-12 793109.44 Loop time of 0.0161049 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:04 2021 Pair time (%) = 0.000787973 (4.89274) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.21762) Outpt time (%) = 0.0151861 (94.2945) Other time (%) = 9.58443e-05 (0.595124) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:04 2021 Memory usage per processor = 27.5167 Mbytes Step Atoms AVEKE stressZZ 2498 5000 2.9130735e-12 793108.28 2499 -0.00701999999999617 793093.373631367 2499 5000 2.9128924e-12 793093.37 Loop time of 0.0167089 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:04 2021 Pair time (%) = 0.00109887 (6.57658) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.222596) Outpt time (%) = 0.015398 (92.1549) Other time (%) = 0.000174761 (1.04592) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:04 2021 Memory usage per processor = 27.5167 Mbytes Step Atoms AVEKE stressZZ 2499 5000 2.9128924e-12 793092.21 2500 -0.00701999999999617 793077.309400505 2500 5000 2.9127115e-12 793077.31 Loop time of 0.0183439 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:04 2021 Pair time (%) = 0.00078702 (4.29036) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.191058) Outpt time (%) = 0.0174341 (95.0403) Other time (%) = 8.7738e-05 (0.478295) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:04 2021 Memory usage per processor = 27.5167 Mbytes Step Atoms AVEKE stressZZ 2500 5000 2.9127115e-12 793076.15 2501 -0.00701999999999617 793061.245830149 2501 5000 2.9125305e-12 793061.25 Loop time of 0.016227 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:04 2021 Pair time (%) = 0.000785828 (4.84271) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.208636) Outpt time (%) = 0.0153179 (94.3977) Other time (%) = 8.9407e-05 (0.550976) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:04 2021 Memory usage per processor = 27.5167 Mbytes Step Atoms AVEKE stressZZ 2501 5000 2.9125305e-12 793060.08 2502 -0.00701999999999617 793045.182920137 2502 5000 2.9123497e-12 793045.18 Loop time of 0.015835 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:04 2021 Pair time (%) = 0.000786781 (4.96861) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.221329) Outpt time (%) = 0.0149229 (94.2394) Other time (%) = 9.03606e-05 (0.570637) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:04 2021 Memory usage per processor = 27.5167 Mbytes Step Atoms AVEKE stressZZ 2502 5000 2.9123497e-12 793044.02 2503 -0.00701999999999617 793029.120670284 2503 5000 2.9121689e-12 793029.12 Loop time of 0.016006 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:04 2021 Pair time (%) = 0.000787973 (4.92299) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.218965) Outpt time (%) = 0.0150931 (94.2965) Other time (%) = 8.98838e-05 (0.561563) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:04 2021 Memory usage per processor = 27.5167 Mbytes Step Atoms AVEKE stressZZ 2503 5000 2.9121689e-12 793027.96 2504 -0.00701999999999617 793013.059080508 2504 5000 2.9119881e-12 793013.06 Loop time of 0.016988 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:04 2021 Pair time (%) = 0.000870943 (5.1268) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.218938) Outpt time (%) = 0.0159762 (94.0438) Other time (%) = 0.000103712 (0.610501) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:04 2021 Memory usage per processor = 27.5167 Mbytes Step Atoms AVEKE stressZZ 2504 5000 2.9119881e-12 793011.9 2505 -0.00701999999999617 792996.998150684 2505 5000 2.9118073e-12 792997 Loop time of 0.0171731 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:04 2021 Pair time (%) = 0.000885963 (5.15903) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.209638) Outpt time (%) = 0.016135 (93.9552) Other time (%) = 0.00011611 (0.676117) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:04 2021 Memory usage per processor = 27.5167 Mbytes Step Atoms AVEKE stressZZ 2505 5000 2.9118073e-12 792995.84 2506 -0.00701999999999617 792980.937880725 2506 5000 2.9116266e-12 792980.94 Loop time of 0.0162201 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:04 2021 Pair time (%) = 0.00078702 (4.85213) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.221954) Outpt time (%) = 0.0152941 (94.2909) Other time (%) = 0.000102997 (0.634995) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:04 2021 Memory usage per processor = 27.5167 Mbytes Step Atoms AVEKE stressZZ 2506 5000 2.9116266e-12 792979.77 2507 -0.00701999999999617 792964.878270566 2507 5000 2.9114458e-12 792964.88 Loop time of 0.0169151 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:04 2021 Pair time (%) = 0.00115395 (6.82199) Neigh time (%) = 0 (0) Comm time (%) = 5.88894e-05 (0.348147) Outpt time (%) = 0.0155561 (91.9658) Other time (%) = 0.000146151 (0.864025) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:04 2021 Memory usage per processor = 27.5167 Mbytes Step Atoms AVEKE stressZZ 2507 5000 2.9114458e-12 792963.72 2508 -0.00701999999999617 792948.81932013 2508 5000 2.9112651e-12 792948.82 Loop time of 0.0169029 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:04 2021 Pair time (%) = 0.000797987 (4.721) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.205935) Outpt time (%) = 0.01595 (94.3622) Other time (%) = 0.000120163 (0.7109) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:04 2021 Memory usage per processor = 27.5167 Mbytes Step Atoms AVEKE stressZZ 2508 5000 2.9112651e-12 792947.66 2509 -0.00701999999999617 792932.761029359 2509 5000 2.9110844e-12 792932.76 Loop time of 0.0164342 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:04 2021 Pair time (%) = 0.000784874 (4.77586) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.207457) Outpt time (%) = 0.015521 (94.4436) Other time (%) = 9.41753e-05 (0.573045) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:04 2021 Memory usage per processor = 27.5167 Mbytes Step Atoms AVEKE stressZZ 2509 5000 2.9110844e-12 792931.6 2510 -0.00701999999999617 792916.703398165 2510 5000 2.9109038e-12 792916.7 Loop time of 0.017704 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:04 2021 Pair time (%) = 0.000821114 (4.63801) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.203351) Outpt time (%) = 0.016741 (94.5607) Other time (%) = 0.000105858 (0.597931) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:04 2021 Memory usage per processor = 27.5167 Mbytes Step Atoms AVEKE stressZZ 2510 5000 2.9109038e-12 792915.54 2511 -0.00701999999999617 792900.646426479 2511 5000 2.9107231e-12 792900.65 Loop time of 0.0168421 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:04 2021 Pair time (%) = 0.000910997 (5.40904) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.201016) Outpt time (%) = 0.0158 (93.8124) Other time (%) = 9.72748e-05 (0.577568) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:04 2021 Memory usage per processor = 27.5167 Mbytes Step Atoms AVEKE stressZZ 2511 5000 2.9107231e-12 792899.48 2512 -0.00701999999999617 792884.590114271 2512 5000 2.9105424e-12 792884.59 Loop time of 0.0168571 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:04 2021 Pair time (%) = 0.00078702 (4.66876) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.200837) Outpt time (%) = 0.0159411 (94.5661) Other time (%) = 9.5129e-05 (0.564325) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:04 2021 Memory usage per processor = 27.5167 Mbytes Step Atoms AVEKE stressZZ 2512 5000 2.9105424e-12 792883.43 2513 -0.00701999999999617 792868.534461478 2513 5000 2.9103618e-12 792868.53 Loop time of 0.01631 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:04 2021 Pair time (%) = 0.000789165 (4.83854) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.220731) Outpt time (%) = 0.015341 (94.0593) Other time (%) = 0.000143766 (0.881463) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:04 2021 Memory usage per processor = 27.5167 Mbytes Step Atoms AVEKE stressZZ 2513 5000 2.9103618e-12 792867.37 2514 -0.00701999999999617 792852.479468014 2514 5000 2.9101812e-12 792852.48 Loop time of 0.016813 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:04 2021 Pair time (%) = 0.000871897 (5.18584) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208454) Outpt time (%) = 0.0157971 (93.9577) Other time (%) = 0.000108957 (0.648052) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:04 2021 Memory usage per processor = 27.5167 Mbytes Step Atoms AVEKE stressZZ 2514 5000 2.9101812e-12 792851.32 2515 -0.00701999999999617 792836.425133813 2515 5000 2.9100006e-12 792836.43 Loop time of 0.016928 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:04 2021 Pair time (%) = 0.00078702 (4.64923) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207039) Outpt time (%) = 0.016017 (94.6184) Other time (%) = 8.89301e-05 (0.525345) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:04 2021 Memory usage per processor = 27.5167 Mbytes Step Atoms AVEKE stressZZ 2515 5000 2.9100006e-12 792835.26 2516 -0.00701999999999617 792820.371458846 2516 5000 2.90982e-12 792820.37 Loop time of 0.0160711 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:04 2021 Pair time (%) = 0.000785828 (4.8897) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.210661) Outpt time (%) = 0.0151551 (94.3003) Other time (%) = 9.63211e-05 (0.599344) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:04 2021 Memory usage per processor = 27.5167 Mbytes Step Atoms AVEKE stressZZ 2516 5000 2.90982e-12 792819.21 2517 -0.00701999999999617 792804.318443039 2517 5000 2.9096394e-12 792804.32 Loop time of 0.0168869 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:04 2021 Pair time (%) = 0.00110698 (6.55522) Neigh time (%) = 0 (0) Comm time (%) = 6.19888e-05 (0.367081) Outpt time (%) = 0.0155089 (91.8395) Other time (%) = 0.000209093 (1.23819) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:04 2021 Memory usage per processor = 27.5167 Mbytes Step Atoms AVEKE stressZZ 2517 5000 2.9096394e-12 792803.16 2518 -0.00701999999999617 792788.266086354 2518 5000 2.9094589e-12 792788.27 Loop time of 0.016753 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:04 2021 Pair time (%) = 0.000824928 (4.92408) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209202) Outpt time (%) = 0.015799 (94.306) Other time (%) = 9.39369e-05 (0.560718) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:04 2021 Memory usage per processor = 27.5167 Mbytes Step Atoms AVEKE stressZZ 2518 5000 2.9094589e-12 792787.1 2519 -0.00701999999999617 792772.214388688 2519 5000 2.9092783e-12 792772.21 Loop time of 0.0162649 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:04 2021 Pair time (%) = 0.000789165 (4.85195) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.215479) Outpt time (%) = 0.0153451 (94.3448) Other time (%) = 9.56059e-05 (0.587804) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:04 2021 Memory usage per processor = 27.5167 Mbytes Step Atoms AVEKE stressZZ 2519 5000 2.9092783e-12 792771.05 2520 -0.00701999999999617 792756.163350001 2520 5000 2.9090978e-12 792756.16 Loop time of 0.0180259 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:05 2021 Pair time (%) = 0.000864029 (4.79327) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.19972) Outpt time (%) = 0.0170009 (94.3139) Other time (%) = 0.000124931 (0.693067) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:05 2021 Memory usage per processor = 27.5167 Mbytes Step Atoms AVEKE stressZZ 2520 5000 2.9090978e-12 792755 2521 -0.00701999999999617 792740.112970254 2521 5000 2.9089173e-12 792740.11 Loop time of 0.0169051 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:05 2021 Pair time (%) = 0.000832081 (4.92208) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.212961) Outpt time (%) = 0.0159111 (94.1203) Other time (%) = 0.000125885 (0.744658) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:05 2021 Memory usage per processor = 27.5167 Mbytes Step Atoms AVEKE stressZZ 2521 5000 2.9089173e-12 792738.95 2522 -0.00701999999999617 792724.063249379 2522 5000 2.9087368e-12 792724.06 Loop time of 0.016865 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:05 2021 Pair time (%) = 0.000884056 (5.24195) Neigh time (%) = 0 (0) Comm time (%) = 7.31945e-05 (0.434002) Outpt time (%) = 0.0157812 (93.5734) Other time (%) = 0.0001266 (0.750668) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:05 2021 Memory usage per processor = 27.5167 Mbytes Step Atoms AVEKE stressZZ 2522 5000 2.9087368e-12 792722.9 2523 -0.00701999999999617 792708.014187312 2523 5000 2.9085563e-12 792708.01 Loop time of 0.0163329 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:05 2021 Pair time (%) = 0.000784874 (4.80549) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.214583) Outpt time (%) = 0.01542 (94.4106) Other time (%) = 9.29832e-05 (0.569302) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:05 2021 Memory usage per processor = 27.5167 Mbytes Step Atoms AVEKE stressZZ 2523 5000 2.9085563e-12 792706.85 2524 -0.00701999999999617 792691.965783987 2524 5000 2.9083758e-12 792691.97 Loop time of 0.017036 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:05 2021 Pair time (%) = 0.00110602 (6.49229) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.222521) Outpt time (%) = 0.0156929 (92.1166) Other time (%) = 0.00019908 (1.16858) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:05 2021 Memory usage per processor = 27.5167 Mbytes Step Atoms AVEKE stressZZ 2524 5000 2.9083758e-12 792690.8 2525 -0.00701999999999617 792675.918039357 2525 5000 2.9081954e-12 792675.92 Loop time of 0.0167911 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:05 2021 Pair time (%) = 0.00078702 (4.68712) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208727) Outpt time (%) = 0.0158751 (94.5447) Other time (%) = 9.39369e-05 (0.559445) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:05 2021 Memory usage per processor = 27.5167 Mbytes Step Atoms AVEKE stressZZ 2525 5000 2.9081954e-12 792674.76 2526 -0.00701999999999617 792659.870953392 2526 5000 2.9080149e-12 792659.87 Loop time of 0.016562 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:05 2021 Pair time (%) = 0.000830173 (5.01252) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211614) Outpt time (%) = 0.0156012 (94.1986) Other time (%) = 9.56059e-05 (0.577261) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:05 2021 Memory usage per processor = 27.5167 Mbytes Step Atoms AVEKE stressZZ 2526 5000 2.9080149e-12 792658.71 2527 -0.00701999999999617 792643.824526709 2527 5000 2.9078345e-12 792643.82 Loop time of 0.016449 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:05 2021 Pair time (%) = 0.000831842 (5.05711) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.224664) Outpt time (%) = 0.0154731 (94.0674) Other time (%) = 0.00010705 (0.6508) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:05 2021 Memory usage per processor = 27.5167 Mbytes Step Atoms AVEKE stressZZ 2527 5000 2.9078345e-12 792642.66 2528 -0.00701999999999617 792627.778762261 2528 5000 2.9076541e-12 792627.78 Loop time of 0.0168631 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:05 2021 Pair time (%) = 0.00078702 (4.66711) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207836) Outpt time (%) = 0.0159481 (94.5737) Other time (%) = 9.29832e-05 (0.5514) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:05 2021 Memory usage per processor = 27.5167 Mbytes Step Atoms AVEKE stressZZ 2528 5000 2.9076541e-12 792626.62 2529 -0.00701999999999617 792611.733658436 2529 5000 2.9074737e-12 792611.73 Loop time of 0.0168309 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:05 2021 Pair time (%) = 0.000786066 (4.67037) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208233) Outpt time (%) = 0.0159171 (94.5704) Other time (%) = 9.27448e-05 (0.551038) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:05 2021 Memory usage per processor = 27.5167 Mbytes Step Atoms AVEKE stressZZ 2529 5000 2.9074737e-12 792610.57 2530 -0.00701999999999617 792595.689214622 2530 5000 2.9072933e-12 792595.69 Loop time of 0.0176799 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:05 2021 Pair time (%) = 0.00078702 (4.45149) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.198233) Outpt time (%) = 0.016757 (94.7799) Other time (%) = 0.000100851 (0.570427) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:05 2021 Memory usage per processor = 27.5167 Mbytes Step Atoms AVEKE stressZZ 2530 5000 2.9072933e-12 792594.53 2531 -0.00701999999999617 792579.645430484 2531 5000 2.907113e-12 792579.65 Loop time of 0.01703 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:05 2021 Pair time (%) = 0.00103307 (6.06616) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.211399) Outpt time (%) = 0.0157969 (92.7592) Other time (%) = 0.000164032 (0.963194) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:05 2021 Memory usage per processor = 27.5167 Mbytes Step Atoms AVEKE stressZZ 2531 5000 2.907113e-12 792578.48 2532 -0.00701999999999617 792563.602305784 2532 5000 2.9069326e-12 792563.6 Loop time of 0.0173531 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:05 2021 Pair time (%) = 0.000830173 (4.78402) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.196472) Outpt time (%) = 0.0163929 (94.4672) Other time (%) = 9.58443e-05 (0.552319) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:05 2021 Memory usage per processor = 27.5167 Mbytes Step Atoms AVEKE stressZZ 2532 5000 2.9069326e-12 792562.44 2533 -0.00701999999999617 792547.559840398 2533 5000 2.9067523e-12 792547.56 Loop time of 0.0162902 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:05 2021 Pair time (%) = 0.000784874 (4.81808) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.213681) Outpt time (%) = 0.015377 (94.3945) Other time (%) = 9.34601e-05 (0.57372) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:05 2021 Memory usage per processor = 27.5167 Mbytes Step Atoms AVEKE stressZZ 2533 5000 2.9067523e-12 792546.4 2534 -0.00701999999999617 792531.518034158 2534 5000 2.9065719e-12 792531.52 Loop time of 0.016804 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:05 2021 Pair time (%) = 0.000916958 (5.45679) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.231268) Outpt time (%) = 0.015702 (93.4422) Other time (%) = 0.000146151 (0.869738) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:05 2021 Memory usage per processor = 27.5167 Mbytes Step Atoms AVEKE stressZZ 2534 5000 2.9065719e-12 792530.36 2535 -0.00701999999999617 792515.476886928 2535 5000 2.9063916e-12 792515.48 Loop time of 0.016793 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:05 2021 Pair time (%) = 0.000829935 (4.94215) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208703) Outpt time (%) = 0.0158329 (94.2827) Other time (%) = 9.5129e-05 (0.56648) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:05 2021 Memory usage per processor = 27.5167 Mbytes Step Atoms AVEKE stressZZ 2535 5000 2.9063916e-12 792514.31 2536 -0.00701999999999617 792499.436398645 2536 5000 2.9062113e-12 792499.44 Loop time of 0.016753 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:05 2021 Pair time (%) = 0.000786066 (4.6921) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209202) Outpt time (%) = 0.0158372 (94.5337) Other time (%) = 9.46522e-05 (0.564988) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:05 2021 Memory usage per processor = 27.5167 Mbytes Step Atoms AVEKE stressZZ 2536 5000 2.9062113e-12 792498.27 2537 -0.00701999999999617 792483.396569165 2537 5000 2.9060311e-12 792483.4 Loop time of 0.0162621 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:05 2021 Pair time (%) = 0.000814915 (5.01114) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.227246) Outpt time (%) = 0.0152609 (93.8438) Other time (%) = 0.00014925 (0.917781) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:05 2021 Memory usage per processor = 27.5167 Mbytes Step Atoms AVEKE stressZZ 2537 5000 2.9060311e-12 792482.23 2538 -0.00701999999999617 792467.357398077 2538 5000 2.9058508e-12 792467.36 Loop time of 0.016849 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:05 2021 Pair time (%) = 0.0008111 (4.81392) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208009) Outpt time (%) = 0.0159011 (94.3739) Other time (%) = 0.000101805 (0.604217) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:05 2021 Memory usage per processor = 27.5167 Mbytes Step Atoms AVEKE stressZZ 2538 5000 2.9058508e-12 792466.2 2539 -0.00701999999999617 792451.31888539 2539 5000 2.9056706e-12 792451.32 Loop time of 0.01705 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:05 2021 Pair time (%) = 0.000824928 (4.83828) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.21115) Outpt time (%) = 0.0160849 (94.3395) Other time (%) = 0.000104189 (0.611078) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:05 2021 Memory usage per processor = 27.5167 Mbytes Step Atoms AVEKE stressZZ 2539 5000 2.9056706e-12 792450.16 2540 -0.00701999999999617 792435.281031225 2540 5000 2.9054903e-12 792435.28 Loop time of 0.017812 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:05 2021 Pair time (%) = 0.000829935 (4.65941) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.196763) Outpt time (%) = 0.0168591 (94.6499) Other time (%) = 8.79765e-05 (0.493916) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:05 2021 Memory usage per processor = 27.5167 Mbytes Step Atoms AVEKE stressZZ 2540 5000 2.9054903e-12 792434.12 2541 -0.00701999999999617 792419.243835489 2541 5000 2.9053101e-12 792419.24 Loop time of 0.0162961 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:05 2021 Pair time (%) = 0.000878096 (5.38836) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.220918) Outpt time (%) = 0.0152459 (93.5553) Other time (%) = 0.000136137 (0.835394) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:05 2021 Memory usage per processor = 27.5167 Mbytes Step Atoms AVEKE stressZZ 2541 5000 2.9053101e-12 792418.08 2542 -0.00701999999999617 792403.207298107 2542 5000 2.9051299e-12 792403.21 Loop time of 0.016952 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:05 2021 Pair time (%) = 0.000785112 (4.63137) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.20112) Outpt time (%) = 0.016041 (94.626) Other time (%) = 9.17912e-05 (0.541476) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:05 2021 Memory usage per processor = 27.5167 Mbytes Step Atoms AVEKE stressZZ 2542 5000 2.9051299e-12 792402.04 2543 -0.00701999999999617 792387.171419001 2543 5000 2.9049497e-12 792387.17 Loop time of 0.0167432 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:05 2021 Pair time (%) = 0.000828981 (4.95116) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209324) Outpt time (%) = 0.015785 (94.277) Other time (%) = 9.41753e-05 (0.56247) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:05 2021 Memory usage per processor = 27.5167 Mbytes Step Atoms AVEKE stressZZ 2543 5000 2.9049497e-12 792386.01 2544 -0.00701999999999617 792371.136198091 2544 5000 2.9047695e-12 792371.14 Loop time of 0.0162768 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:05 2021 Pair time (%) = 0.000813961 (5.00073) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.221181) Outpt time (%) = 0.0153248 (94.1512) Other time (%) = 0.000102043 (0.626923) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:05 2021 Memory usage per processor = 27.5167 Mbytes Step Atoms AVEKE stressZZ 2544 5000 2.9047695e-12 792369.97 2545 -0.00701999999999617 792355.101635318 2545 5000 2.9045894e-12 792355.1 Loop time of 0.016706 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:05 2021 Pair time (%) = 0.0008111 (4.85514) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.20979) Outpt time (%) = 0.015765 (94.3671) Other time (%) = 9.48906e-05 (0.568003) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:05 2021 Memory usage per processor = 27.5167 Mbytes Step Atoms AVEKE stressZZ 2545 5000 2.9045894e-12 792353.94 2546 -0.00701999999999617 792339.067730636 2546 5000 2.9044092e-12 792339.07 Loop time of 0.016073 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:05 2021 Pair time (%) = 0.000787973 (4.90247) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.218052) Outpt time (%) = 0.0151579 (94.3069) Other time (%) = 9.20296e-05 (0.572573) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:05 2021 Memory usage per processor = 27.5167 Mbytes Step Atoms AVEKE stressZZ 2546 5000 2.9044092e-12 792337.91 2547 -0.00701999999999617 792323.034483943 2547 5000 2.9042291e-12 792323.03 Loop time of 0.015873 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:05 2021 Pair time (%) = 0.000787973 (4.96425) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.2208) Outpt time (%) = 0.0149589 (94.2412) Other time (%) = 9.10759e-05 (0.57378) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:05 2021 Memory usage per processor = 27.5167 Mbytes Step Atoms AVEKE stressZZ 2547 5000 2.9042291e-12 792321.87 2548 -0.00701999999999617 792307.001895198 2548 5000 2.904049e-12 792307 Loop time of 0.0160251 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:05 2021 Pair time (%) = 0.000786066 (4.90523) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.212753) Outpt time (%) = 0.015115 (94.3211) Other time (%) = 8.98838e-05 (0.560895) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:05 2021 Memory usage per processor = 27.5167 Mbytes Step Atoms AVEKE stressZZ 2548 5000 2.904049e-12 792305.84 2549 -0.00701999999999617 792290.969964335 2549 5000 2.9038689e-12 792290.97 Loop time of 0.0166531 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:05 2021 Pair time (%) = 0.00078702 (4.72598) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.210457) Outpt time (%) = 0.0157402 (94.5181) Other time (%) = 9.08375e-05 (0.54547) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:05 2021 Memory usage per processor = 27.5167 Mbytes Step Atoms AVEKE stressZZ 2549 5000 2.9038689e-12 792289.81 2550 -0.00701999999999617 792274.938691273 2550 5000 2.9036888e-12 792274.94 Loop time of 0.0179141 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:05 2021 Pair time (%) = 0.00078702 (4.39331) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.188988) Outpt time (%) = 0.0169981 (94.8867) Other time (%) = 9.5129e-05 (0.53103) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:05 2021 Memory usage per processor = 27.5167 Mbytes Step Atoms AVEKE stressZZ 2550 5000 2.9036888e-12 792273.78 2551 -0.00701999999999617 792258.908075969 2551 5000 2.9035087e-12 792258.91 Loop time of 0.016567 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:05 2021 Pair time (%) = 0.000908852 (5.48592) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.234576) Outpt time (%) = 0.0154431 (93.216) Other time (%) = 0.000176191 (1.06351) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:05 2021 Memory usage per processor = 27.5167 Mbytes Step Atoms AVEKE stressZZ 2551 5000 2.9035087e-12 792257.75 2552 -0.00701999999999617 792242.878118337 2552 5000 2.9033287e-12 792242.88 Loop time of 0.0170991 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:05 2021 Pair time (%) = 0.000829935 (4.85366) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204967) Outpt time (%) = 0.0161109 (94.2205) Other time (%) = 0.000123262 (0.720869) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:05 2021 Memory usage per processor = 27.5167 Mbytes Step Atoms AVEKE stressZZ 2552 5000 2.9033287e-12 792241.72 2553 -0.00701999999999617 792226.848818329 2553 5000 2.9031486e-12 792226.85 Loop time of 0.016932 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:05 2021 Pair time (%) = 0.000905037 (5.34512) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.212622) Outpt time (%) = 0.0158379 (93.5383) Other time (%) = 0.000153065 (0.903996) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:05 2021 Memory usage per processor = 27.5167 Mbytes Step Atoms AVEKE stressZZ 2553 5000 2.9031486e-12 792225.69 2554 -0.00701999999999617 792210.820175877 2554 5000 2.9029686e-12 792210.82 Loop time of 0.676078 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:06 2021 Pair time (%) = 0.000787973 (0.116551) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.00514868) Outpt time (%) = 0.675087 (99.8534) Other time (%) = 0.000168324 (0.0248971) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:06 2021 Memory usage per processor = 27.5167 Mbytes Step Atoms AVEKE stressZZ 2554 5000 2.9029686e-12 792209.66 2555 -0.00701999999999617 792194.792190926 2555 5000 2.9027886e-12 792194.79 Loop time of 0.0166161 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:06 2021 Pair time (%) = 0.00078702 (4.73649) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.203751) Outpt time (%) = 0.0156991 (94.4815) Other time (%) = 9.60827e-05 (0.57825) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:06 2021 Memory usage per processor = 27.5167 Mbytes Step Atoms AVEKE stressZZ 2555 5000 2.9027886e-12 792193.63 2556 -0.00701999999999617 792178.764863433 2556 5000 2.9026086e-12 792178.76 Loop time of 0.0168259 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:06 2021 Pair time (%) = 0.000822067 (4.88572) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208295) Outpt time (%) = 0.0158699 (94.3179) Other time (%) = 9.89437e-05 (0.588044) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:06 2021 Memory usage per processor = 27.5167 Mbytes Step Atoms AVEKE stressZZ 2556 5000 2.9026086e-12 792177.6 2557 -0.00701999999999617 792162.738193322 2557 5000 2.9024286e-12 792162.74 Loop time of 0.0168788 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:06 2021 Pair time (%) = 0.000967979 (5.73487) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.201992) Outpt time (%) = 0.0157568 (93.3526) Other time (%) = 0.000119925 (0.710502) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:06 2021 Memory usage per processor = 27.5167 Mbytes Step Atoms AVEKE stressZZ 2557 5000 2.9024286e-12 792161.58 2558 -0.00701999999999617 792146.712180513 2558 5000 2.9022486e-12 792146.71 Loop time of 0.016561 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:06 2021 Pair time (%) = 0.000785112 (4.74072) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211627) Outpt time (%) = 0.0156231 (94.3365) Other time (%) = 0.000117779 (0.71118) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:06 2021 Memory usage per processor = 27.5167 Mbytes Step Atoms AVEKE stressZZ 2558 5000 2.9022486e-12 792145.55 2559 -0.00701999999999617 792130.686824981 2559 5000 2.9020687e-12 792130.69 Loop time of 0.0172229 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:06 2021 Pair time (%) = 0.00107694 (6.25294) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.22149) Outpt time (%) = 0.0159321 (92.5053) Other time (%) = 0.000175714 (1.02024) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:06 2021 Memory usage per processor = 27.5167 Mbytes Step Atoms AVEKE stressZZ 2559 5000 2.9020687e-12 792129.52 2560 -0.00701999999999617 792114.662126663 2560 5000 2.9018887e-12 792114.66 Loop time of 0.018131 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:06 2021 Pair time (%) = 0.000785828 (4.33416) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.191987) Outpt time (%) = 0.017216 (94.9531) Other time (%) = 9.44138e-05 (0.520731) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:06 2021 Memory usage per processor = 27.5167 Mbytes Step Atoms AVEKE stressZZ 2560 5000 2.9018887e-12 792113.5 2561 -0.00701999999999617 792098.638085456 2561 5000 2.9017088e-12 792098.64 Loop time of 0.0163691 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:06 2021 Pair time (%) = 0.000786066 (4.80213) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.214108) Outpt time (%) = 0.0154531 (94.4041) Other time (%) = 9.48906e-05 (0.579693) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:06 2021 Memory usage per processor = 27.5167 Mbytes Step Atoms AVEKE stressZZ 2561 5000 2.9017088e-12 792097.48 2562 -0.00701999999999617 792082.614701357 2562 5000 2.9015289e-12 792082.61 Loop time of 0.016016 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:06 2021 Pair time (%) = 0.000787973 (4.91991) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.218828) Outpt time (%) = 0.0151091 (94.3373) Other time (%) = 8.39233e-05 (0.523997) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:06 2021 Memory usage per processor = 27.5167 Mbytes Step Atoms AVEKE stressZZ 2562 5000 2.9015289e-12 792081.45 2563 -0.00701999999999617 792066.591974297 2563 5000 2.901349e-12 792066.59 Loop time of 0.0161681 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:06 2021 Pair time (%) = 0.000787973 (4.87362) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.210871) Outpt time (%) = 0.0152562 (94.3596) Other time (%) = 8.98838e-05 (0.555932) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:06 2021 Memory usage per processor = 27.5167 Mbytes Step Atoms AVEKE stressZZ 2563 5000 2.901349e-12 792065.43 2564 -0.00701999999999617 792050.569904209 2564 5000 2.9011691e-12 792050.57 Loop time of 0.016032 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:06 2021 Pair time (%) = 0.000787973 (4.91501) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.21861) Outpt time (%) = 0.01512 (94.3117) Other time (%) = 8.89301e-05 (0.554705) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:06 2021 Memory usage per processor = 27.5167 Mbytes Step Atoms AVEKE stressZZ 2564 5000 2.9011691e-12 792049.41 2565 -0.00701999999999617 792034.548491046 2565 5000 2.9009892e-12 792034.55 Loop time of 0.0166411 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:06 2021 Pair time (%) = 0.00104904 (6.30391) Neigh time (%) = 0 (0) Comm time (%) = 4.48227e-05 (0.269349) Outpt time (%) = 0.015363 (92.3193) Other time (%) = 0.000184298 (1.10748) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:19:06 2021 Memory usage per processor = 27.5167 Mbytes Step Atoms AVEKE stressZZ 2565 5000 2.9009892e-12 792033.39 2566 -0.00701999999999617 792015.51643956 2566 5000 5.7314888e-12 792041.44 Loop time of 0.016844 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:06 2021 Pair time (%) = 0.000831842 (4.9385) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208071) Outpt time (%) = 0.015862 (94.1698) Other time (%) = 0.000115156 (0.683661) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:06 2021 Memory usage per processor = 27.5167 Mbytes Step Atoms AVEKE stressZZ 2566 5000 5.7314888e-12 814856.12 2567 -0.00705249999999615 814836.278706996 2567 5000 4.6509205e-12 814836.28 Loop time of 0.0161681 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:06 2021 Pair time (%) = 0.000790834 (4.89132) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.215295) Outpt time (%) = 0.0152469 (94.3021) Other time (%) = 9.56059e-05 (0.591323) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:06 2021 Memory usage per processor = 27.5167 Mbytes Step Atoms AVEKE stressZZ 2567 5000 4.6509205e-12 814834.7 2568 -0.00705249999999615 814816.506904518 2568 5000 4.022752e-12 814816.51 Loop time of 0.016387 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:06 2021 Pair time (%) = 0.000842094 (5.1388) Neigh time (%) = 0 (0) Comm time (%) = 4.41074e-05 (0.269161) Outpt time (%) = 0.0153949 (93.9461) Other time (%) = 0.000105858 (0.645987) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:06 2021 Memory usage per processor = 27.5167 Mbytes Step Atoms AVEKE stressZZ 2568 5000 4.022752e-12 814815.06 2569 -0.00705249999999615 814797.914297706 2569 5000 3.6471502e-12 814797.91 Loop time of 0.0170088 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:06 2021 Pair time (%) = 0.000975132 (5.73311) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.200449) Outpt time (%) = 0.015872 (93.3165) Other time (%) = 0.000127554 (0.74993) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:06 2021 Memory usage per processor = 27.5167 Mbytes Step Atoms AVEKE stressZZ 2569 5000 3.6471502e-12 814796.55 2570 -0.00705249999999615 814780.071328276 2570 5000 3.4179456e-12 814780.07 Loop time of 0.0183229 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:06 2021 Pair time (%) = 0.000789165 (4.30698) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.191277) Outpt time (%) = 0.017411 (95.0229) Other time (%) = 8.7738e-05 (0.478842) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:06 2021 Memory usage per processor = 27.5169 Mbytes Step Atoms AVEKE stressZZ 2570 5000 3.4179456e-12 814778.76 2571 -0.00705249999999615 814762.705008413 2571 5000 3.2760778e-12 814762.71 Loop time of 0.0166731 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:06 2021 Pair time (%) = 0.000860929 (5.16359) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.204484) Outpt time (%) = 0.015641 (93.8097) Other time (%) = 0.000137091 (0.822227) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:06 2021 Memory usage per processor = 27.5169 Mbytes Step Atoms AVEKE stressZZ 2571 5000 3.2760778e-12 814761.43 2572 -0.00705249999999615 814745.641851818 2572 5000 3.1874112e-12 814745.64 Loop time of 0.0169139 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:06 2021 Pair time (%) = 0.00111699 (6.60399) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.231175) Outpt time (%) = 0.0155969 (92.2134) Other time (%) = 0.000160933 (0.951481) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:06 2021 Memory usage per processor = 27.5169 Mbytes Step Atoms AVEKE stressZZ 2572 5000 3.1874112e-12 814744.39 2573 -0.00705249999999615 814728.771606154 2573 5000 3.1316244e-12 814728.77 Loop time of 0.0170898 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:06 2021 Pair time (%) = 0.000787973 (4.61077) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.199498) Outpt time (%) = 0.0161738 (94.6401) Other time (%) = 9.39369e-05 (0.549665) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:06 2021 Memory usage per processor = 27.5169 Mbytes Step Atoms AVEKE stressZZ 2573 5000 3.1316244e-12 814727.53 2574 -0.00705249999999615 814712.024204974 2574 5000 3.0963572e-12 814712.02 Loop time of 0.016794 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:06 2021 Pair time (%) = 0.000792027 (4.71614) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208691) Outpt time (%) = 0.0158739 (94.5215) Other time (%) = 9.29832e-05 (0.553671) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:06 2021 Memory usage per processor = 27.5169 Mbytes Step Atoms AVEKE stressZZ 2574 5000 3.0963572e-12 814710.79 2575 -0.00705249999999615 814695.355120209 2575 5000 3.0739787e-12 814695.36 Loop time of 0.016588 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:06 2021 Pair time (%) = 0.000812054 (4.89544) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.222781) Outpt time (%) = 0.015635 (94.2551) Other time (%) = 0.000103951 (0.626662) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:06 2021 Memory usage per processor = 27.5169 Mbytes Step Atoms AVEKE stressZZ 2575 5000 3.0739787e-12 814694.13 2576 -0.00705249999999615 814678.73605382 2576 5000 3.0597296e-12 814678.74 Loop time of 0.0172749 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:06 2021 Pair time (%) = 0.00102496 (5.93326) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.220824) Outpt time (%) = 0.0160999 (93.1986) Other time (%) = 0.000111818 (0.647289) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:06 2021 Memory usage per processor = 27.5169 Mbytes Step Atoms AVEKE stressZZ 2576 5000 3.0597296e-12 814677.51 2577 -0.00705249999999615 814662.149022056 2577 5000 3.0506222e-12 814662.15 Loop time of 0.0167749 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:06 2021 Pair time (%) = 0.000828981 (4.9418) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.203243) Outpt time (%) = 0.015816 (94.2836) Other time (%) = 9.58443e-05 (0.571355) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:06 2021 Memory usage per processor = 27.5169 Mbytes Step Atoms AVEKE stressZZ 2577 5000 3.0506222e-12 814660.93 2578 -0.00705249999999615 814645.582596005 2578 5000 3.0447722e-12 814645.58 Loop time of 0.016243 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:06 2021 Pair time (%) = 0.000860929 (5.30032) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.221642) Outpt time (%) = 0.0151839 (93.4799) Other time (%) = 0.000162125 (0.998121) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:06 2021 Memory usage per processor = 27.5169 Mbytes Step Atoms AVEKE stressZZ 2578 5000 3.0447722e-12 814644.36 2579 -0.00705249999999615 814629.029512483 2579 5000 3.0409883e-12 814629.03 Loop time of 0.016772 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:06 2021 Pair time (%) = 0.000884056 (5.27101) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.227444) Outpt time (%) = 0.0157442 (93.8718) Other time (%) = 0.000105619 (0.629735) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:06 2021 Memory usage per processor = 27.5169 Mbytes Step Atoms AVEKE stressZZ 2579 5000 3.0409883e-12 814627.81 2580 -0.00705249999999615 814612.485155585 2580 5000 3.0385159e-12 814612.49 Loop time of 0.0183182 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:07 2021 Pair time (%) = 0.000787973 (4.30159) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.191327) Outpt time (%) = 0.0174012 (94.9943) Other time (%) = 9.39369e-05 (0.512807) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:07 2021 Memory usage per processor = 27.5169 Mbytes Step Atoms AVEKE stressZZ 2580 5000 3.0385159e-12 814611.27 2581 -0.00705249999999615 814595.946591877 2581 5000 3.0368761e-12 814595.95 Loop time of 0.0163271 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:07 2021 Pair time (%) = 0.00079298 (4.85682) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.213198) Outpt time (%) = 0.015404 (94.3459) Other time (%) = 9.53674e-05 (0.584104) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:07 2021 Memory usage per processor = 27.5169 Mbytes Step Atoms AVEKE stressZZ 2581 5000 3.0368761e-12 814594.73 2582 -0.00705249999999615 814579.411957081 2582 5000 3.0357653e-12 814579.41 Loop time of 0.016258 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:07 2021 Pair time (%) = 0.000915051 (5.62831) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.240501) Outpt time (%) = 0.015188 (93.4185) Other time (%) = 0.000115871 (0.712704) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:07 2021 Memory usage per processor = 27.5169 Mbytes Step Atoms AVEKE stressZZ 2582 5000 3.0357653e-12 814578.2 2583 -0.00705249999999615 814562.880066396 2583 5000 3.0349905e-12 814562.88 Loop time of 0.0167871 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:07 2021 Pair time (%) = 0.000900984 (5.36714) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.214458) Outpt time (%) = 0.015733 (93.7211) Other time (%) = 0.000117064 (0.697344) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:07 2021 Memory usage per processor = 27.5169 Mbytes Step Atoms AVEKE stressZZ 2583 5000 3.0349905e-12 814561.66 2584 -0.00705249999999615 814546.350166891 2584 5000 3.0344293e-12 814546.35 Loop time of 0.016253 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:07 2021 Pair time (%) = 0.000788212 (4.84964) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.215637) Outpt time (%) = 0.015337 (94.3641) Other time (%) = 9.27448e-05 (0.570632) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:07 2021 Memory usage per processor = 27.5169 Mbytes Step Atoms AVEKE stressZZ 2584 5000 3.0344293e-12 814545.13 2585 -0.00705249999999615 814529.821779995 2585 5000 3.0340037e-12 814529.82 Loop time of 0.016335 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:07 2021 Pair time (%) = 0.000954866 (5.84552) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.227691) Outpt time (%) = 0.0152211 (93.181) Other time (%) = 0.000121832 (0.745833) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:07 2021 Memory usage per processor = 27.5169 Mbytes Step Atoms AVEKE stressZZ 2585 5000 3.0340037e-12 814528.61 2586 -0.00705249999999615 814513.294601587 2586 5000 3.0336644e-12 814513.29 Loop time of 0.0170259 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:07 2021 Pair time (%) = 0.000967026 (5.67972) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.211449) Outpt time (%) = 0.015919 (93.4983) Other time (%) = 0.000103951 (0.610542) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:07 2021 Memory usage per processor = 27.5169 Mbytes Step Atoms AVEKE stressZZ 2586 5000 3.0336644e-12 814512.08 2587 -0.00705249999999615 814496.768438347 2587 5000 3.0333798e-12 814496.77 Loop time of 0.0168929 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:07 2021 Pair time (%) = 0.000788927 (4.67017) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.201823) Outpt time (%) = 0.0159619 (94.4887) Other time (%) = 0.000108004 (0.639343) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:07 2021 Memory usage per processor = 27.5169 Mbytes Step Atoms AVEKE stressZZ 2587 5000 3.0333798e-12 814495.55 2588 -0.00705249999999615 814480.243167448 2588 5000 3.0331301e-12 814480.24 Loop time of 0.0163159 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:07 2021 Pair time (%) = 0.000864983 (5.30146) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.220651) Outpt time (%) = 0.015301 (93.7794) Other time (%) = 0.000113964 (0.698483) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:07 2021 Memory usage per processor = 27.5169 Mbytes Step Atoms AVEKE stressZZ 2588 5000 3.0331301e-12 814479.03 2589 -0.00705249999999615 814463.71871076 2589 5000 3.0329025e-12 814463.72 Loop time of 0.0171149 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:07 2021 Pair time (%) = 0.00111103 (6.49161) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.217316) Outpt time (%) = 0.0158021 (92.3299) Other time (%) = 0.000164509 (0.961204) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:07 2021 Memory usage per processor = 27.5169 Mbytes Step Atoms AVEKE stressZZ 2589 5000 3.0329025e-12 814462.5 2590 -0.00705249999999615 814447.195018601 2590 5000 3.032689e-12 814447.2 Loop time of 0.0181592 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:07 2021 Pair time (%) = 0.000821829 (4.5257) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.191689) Outpt time (%) = 0.0172069 (94.7561) Other time (%) = 9.56059e-05 (0.526489) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:07 2021 Memory usage per processor = 27.5169 Mbytes Step Atoms AVEKE stressZZ 2590 5000 3.032689e-12 814445.98 2591 -0.00705249999999615 814430.672059435 2591 5000 3.0324845e-12 814430.67 Loop time of 0.0164101 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:07 2021 Pair time (%) = 0.000914812 (5.57469) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.226649) Outpt time (%) = 0.0153551 (93.571) Other time (%) = 0.000102997 (0.627642) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:07 2021 Memory usage per processor = 27.5169 Mbytes Step Atoms AVEKE stressZZ 2591 5000 3.0324845e-12 814429.46 2592 -0.00705249999999615 814414.149813156 2592 5000 3.0322856e-12 814414.15 Loop time of 0.0164161 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:07 2021 Pair time (%) = 0.000816107 (4.97139) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.230923) Outpt time (%) = 0.0154459 (94.0904) Other time (%) = 0.00011611 (0.707294) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:07 2021 Memory usage per processor = 27.5169 Mbytes Step Atoms AVEKE stressZZ 2592 5000 3.0322856e-12 814412.93 2593 -0.00705249999999615 814397.628266978 2593 5000 3.0320904e-12 814397.63 Loop time of 0.016834 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:07 2021 Pair time (%) = 0.000931978 (5.53628) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.206778) Outpt time (%) = 0.01577 (93.6791) Other time (%) = 9.72748e-05 (0.577846) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:07 2021 Memory usage per processor = 27.5169 Mbytes Step Atoms AVEKE stressZZ 2593 5000 3.0320904e-12 814396.41 2594 -0.00705249999999615 814381.107412741 2594 5000 3.0318975e-12 814381.11 Loop time of 0.016716 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:07 2021 Pair time (%) = 0.000790834 (4.731) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209665) Outpt time (%) = 0.0157959 (94.4959) Other time (%) = 9.41753e-05 (0.563384) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:07 2021 Memory usage per processor = 27.5169 Mbytes Step Atoms AVEKE stressZZ 2594 5000 3.0318975e-12 814379.89 2595 -0.00705249999999615 814364.587245287 2595 5000 3.031706e-12 814364.59 Loop time of 0.016525 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:07 2021 Pair time (%) = 0.000947952 (5.73646) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.230844) Outpt time (%) = 0.0154052 (93.2233) Other time (%) = 0.000133753 (0.809395) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:07 2021 Memory usage per processor = 27.5169 Mbytes Step Atoms AVEKE stressZZ 2595 5000 3.031706e-12 814363.37 2596 -0.00705249999999615 814348.067761251 2596 5000 3.0315155e-12 814348.07 Loop time of 0.0169971 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:07 2021 Pair time (%) = 0.00104403 (6.14243) Neigh time (%) = 0 (0) Comm time (%) = 6.19888e-05 (0.364702) Outpt time (%) = 0.0156729 (92.2094) Other time (%) = 0.000218153 (1.28347) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:07 2021 Memory usage per processor = 27.5169 Mbytes Step Atoms AVEKE stressZZ 2596 5000 3.0315155e-12 814346.85 2597 -0.00705249999999615 814331.548958561 2597 5000 3.0313256e-12 814331.55 Loop time of 0.0168941 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:07 2021 Pair time (%) = 0.000864029 (5.11438) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.206043) Outpt time (%) = 0.0158989 (94.1094) Other time (%) = 9.63211e-05 (0.570146) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:07 2021 Memory usage per processor = 27.5169 Mbytes Step Atoms AVEKE stressZZ 2597 5000 3.0313256e-12 814330.33 2598 -0.00705249999999615 814315.030835761 2598 5000 3.0311361e-12 814315.03 Loop time of 0.016412 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:07 2021 Pair time (%) = 0.000789165 (4.80846) Neigh time (%) = 0 (0) Comm time (%) = 7.98702e-05 (0.486657) Outpt time (%) = 0.015444 (94.102) Other time (%) = 9.89437e-05 (0.602873) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:07 2021 Memory usage per processor = 27.5169 Mbytes Step Atoms AVEKE stressZZ 2598 5000 3.0311361e-12 814313.82 2599 -0.00705249999999615 814298.513392014 2599 5000 3.0309468e-12 814298.51 Loop time of 0.0161781 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:07 2021 Pair time (%) = 0.000905991 (5.60009) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.247583) Outpt time (%) = 0.015121 (93.4656) Other time (%) = 0.000111103 (0.686748) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:07 2021 Memory usage per processor = 27.5169 Mbytes Step Atoms AVEKE stressZZ 2599 5000 3.0309468e-12 814297.3 2600 -0.00705249999999615 814281.996626728 2600 5000 3.0307577e-12 814282 Loop time of 0.018296 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:07 2021 Pair time (%) = 0.000789165 (4.31332) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.190255) Outpt time (%) = 0.017381 (94.9986) Other time (%) = 9.10759e-05 (0.497791) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:07 2021 Memory usage per processor = 27.5169 Mbytes Step Atoms AVEKE stressZZ 2600 5000 3.0307577e-12 814280.78 2601 -0.00705249999999615 814265.480539486 2601 5000 3.0305687e-12 814265.48 Loop time of 0.016742 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:07 2021 Pair time (%) = 0.000791073 (4.72508) Neigh time (%) = 0 (0) Comm time (%) = 5.00679e-05 (0.299056) Outpt time (%) = 0.0158029 (94.3906) Other time (%) = 9.799e-05 (0.585295) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:07 2021 Memory usage per processor = 27.5169 Mbytes Step Atoms AVEKE stressZZ 2601 5000 3.0305687e-12 814264.26 2602 -0.00705249999999615 814248.96513004 2602 5000 3.0303798e-12 814248.97 Loop time of 0.0164118 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:07 2021 Pair time (%) = 0.000874043 (5.3257) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.219362) Outpt time (%) = 0.015384 (93.7373) Other time (%) = 0.000117779 (0.717648) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:07 2021 Memory usage per processor = 27.5169 Mbytes Step Atoms AVEKE stressZZ 2602 5000 3.0303798e-12 814247.75 2603 -0.00705249999999615 814232.450398207 2603 5000 3.0301909e-12 814232.45 Loop time of 0.0167389 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:07 2021 Pair time (%) = 0.000824928 (4.92821) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.207954) Outpt time (%) = 0.0157809 (94.277) Other time (%) = 9.82285e-05 (0.586828) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:07 2021 Memory usage per processor = 27.5169 Mbytes Step Atoms AVEKE stressZZ 2603 5000 3.0301909e-12 814231.23 2604 -0.00705249999999615 814215.936343843 2604 5000 3.0300021e-12 814215.94 Loop time of 0.0168679 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:07 2021 Pair time (%) = 0.000791073 (4.68982) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207777) Outpt time (%) = 0.0159459 (94.5342) Other time (%) = 9.58443e-05 (0.568206) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:07 2021 Memory usage per processor = 27.5169 Mbytes Step Atoms AVEKE stressZZ 2604 5000 3.0300021e-12 814214.72 2605 -0.00705249999999615 814199.422966822 2605 5000 3.0298133e-12 814199.42 Loop time of 0.016155 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:07 2021 Pair time (%) = 0.000789881 (4.88939) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.216945) Outpt time (%) = 0.0152359 (94.3107) Other time (%) = 9.41753e-05 (0.582948) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:07 2021 Memory usage per processor = 27.5169 Mbytes Step Atoms AVEKE stressZZ 2605 5000 3.0298133e-12 814198.21 2606 -0.00705249999999615 814182.910267085 2606 5000 3.0296246e-12 814182.91 Loop time of 0.0161541 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:07 2021 Pair time (%) = 0.000791073 (4.89706) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.216958) Outpt time (%) = 0.015233 (94.2986) Other time (%) = 9.48906e-05 (0.587411) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:07 2021 Memory usage per processor = 27.5169 Mbytes Step Atoms AVEKE stressZZ 2606 5000 3.0296246e-12 814181.69 2607 -0.00705249999999615 814166.398244545 2607 5000 3.0294358e-12 814166.4 Loop time of 0.0159681 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:07 2021 Pair time (%) = 0.000789881 (4.94662) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.219485) Outpt time (%) = 0.0150571 (94.2949) Other time (%) = 8.60691e-05 (0.539007) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:07 2021 Memory usage per processor = 27.5169 Mbytes Step Atoms AVEKE stressZZ 2607 5000 3.0294358e-12 814165.18 2608 -0.00705249999999615 814149.886899108 2608 5000 3.0292471e-12 814149.89 Loop time of 0.016099 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:07 2021 Pair time (%) = 0.000792027 (4.91973) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.2177) Outpt time (%) = 0.015182 (94.3042) Other time (%) = 8.98838e-05 (0.55832) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:07 2021 Memory usage per processor = 27.5169 Mbytes Step Atoms AVEKE stressZZ 2608 5000 3.0292471e-12 814148.67 2609 -0.00705249999999615 814133.37623073 2609 5000 3.0290584e-12 814133.38 Loop time of 0.0169852 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:07 2021 Pair time (%) = 0.000792027 (4.66305) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.200727) Outpt time (%) = 0.016067 (94.5944) Other time (%) = 9.20296e-05 (0.541823) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:07 2021 Memory usage per processor = 27.5169 Mbytes Step Atoms AVEKE stressZZ 2609 5000 3.0290584e-12 814132.16 2610 -0.00705249999999615 814116.866239361 2610 5000 3.0288697e-12 814116.87 Loop time of 0.018193 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:07 2021 Pair time (%) = 0.000897884 (4.93533) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.209679) Outpt time (%) = 0.0171449 (94.2391) Other time (%) = 0.000112057 (0.615933) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:07 2021 Memory usage per processor = 27.5169 Mbytes Step Atoms AVEKE stressZZ 2610 5000 3.0288697e-12 814115.65 2611 -0.00705249999999615 814100.356924958 2611 5000 3.028681e-12 814100.36 Loop time of 0.0168021 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:07 2021 Pair time (%) = 0.000915051 (5.44606) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.214266) Outpt time (%) = 0.0157452 (93.7096) Other time (%) = 0.000105858 (0.630029) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:07 2021 Memory usage per processor = 27.5169 Mbytes Step Atoms AVEKE stressZZ 2611 5000 3.028681e-12 814099.14 2612 -0.00705249999999615 814083.848287464 2612 5000 3.0284924e-12 814083.85 Loop time of 0.017041 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:07 2021 Pair time (%) = 0.000928879 (5.45086) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.211263) Outpt time (%) = 0.01596 (93.6565) Other time (%) = 0.00011611 (0.681357) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:07 2021 Memory usage per processor = 27.5169 Mbytes Step Atoms AVEKE stressZZ 2612 5000 3.0284924e-12 814082.63 2613 -0.00705249999999615 814067.34032679 2613 5000 3.0283037e-12 814067.34 Loop time of 0.0164862 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:07 2021 Pair time (%) = 0.000844955 (5.12524) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.218372) Outpt time (%) = 0.0155101 (94.0794) Other time (%) = 9.5129e-05 (0.577023) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:07 2021 Memory usage per processor = 27.5169 Mbytes Step Atoms AVEKE stressZZ 2613 5000 3.0283037e-12 814066.12 2614 -0.00705249999999615 814050.833042934 2614 5000 3.0281151e-12 814050.83 Loop time of 0.016295 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:07 2021 Pair time (%) = 0.000868082 (5.32731) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.313113) Outpt time (%) = 0.0152719 (93.7217) Other time (%) = 0.000103951 (0.637931) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:07 2021 Memory usage per processor = 27.5169 Mbytes Step Atoms AVEKE stressZZ 2614 5000 3.0281151e-12 814049.62 2615 -0.00705249999999615 814034.326435823 2615 5000 3.0279265e-12 814034.33 Loop time of 0.0169191 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:07 2021 Pair time (%) = 0.00083518 (4.93631) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207147) Outpt time (%) = 0.0159578 (94.3182) Other time (%) = 9.10759e-05 (0.538301) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:07 2021 Memory usage per processor = 27.5169 Mbytes Step Atoms AVEKE stressZZ 2615 5000 3.0279265e-12 814033.11 2616 -0.00705249999999615 814017.820505373 2616 5000 3.0277379e-12 814017.82 Loop time of 0.0168841 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:07 2021 Pair time (%) = 0.000793934 (4.70226) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207577) Outpt time (%) = 0.0159602 (94.5282) Other time (%) = 9.48906e-05 (0.562012) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:07 2021 Memory usage per processor = 27.5169 Mbytes Step Atoms AVEKE stressZZ 2616 5000 3.0277379e-12 814016.61 2617 -0.00705249999999615 814001.315251563 2617 5000 3.0275493e-12 814001.32 Loop time of 0.0162549 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:07 2021 Pair time (%) = 0.000794172 (4.88574) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.227346) Outpt time (%) = 0.0152781 (93.9907) Other time (%) = 0.000145674 (0.896184) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:07 2021 Memory usage per processor = 27.5169 Mbytes Step Atoms AVEKE stressZZ 2617 5000 3.0275493e-12 814000.1 2618 -0.00705249999999615 813984.810674364 2618 5000 3.0273608e-12 813984.81 Loop time of 0.0167921 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:07 2021 Pair time (%) = 0.000830889 (4.94811) Neigh time (%) = 0 (0) Comm time (%) = 5.4121e-05 (0.322301) Outpt time (%) = 0.0157499 (93.7939) Other time (%) = 0.000157118 (0.935668) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:07 2021 Memory usage per processor = 27.5169 Mbytes Step Atoms AVEKE stressZZ 2618 5000 3.0273608e-12 813983.6 2619 -0.00705249999999615 813968.306773674 2619 5000 3.0271722e-12 813968.31 Loop time of 0.017061 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:07 2021 Pair time (%) = 0.000874996 (5.12864) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.211015) Outpt time (%) = 0.0159938 (93.745) Other time (%) = 0.000156164 (0.915329) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:07 2021 Memory usage per processor = 27.5169 Mbytes Step Atoms AVEKE stressZZ 2619 5000 3.0271722e-12 813967.09 2620 -0.00705249999999615 813951.803549477 2620 5000 3.0269837e-12 813951.8 Loop time of 0.0178912 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:07 2021 Pair time (%) = 0.000787973 (4.40426) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.195893) Outpt time (%) = 0.0169241 (94.595) Other time (%) = 0.000144005 (0.804893) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:07 2021 Memory usage per processor = 27.5169 Mbytes Step Atoms AVEKE stressZZ 2620 5000 3.0269837e-12 813950.59 2621 -0.00705249999999615 813935.301001698 2621 5000 3.0267952e-12 813935.3 Loop time of 0.0164609 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:07 2021 Pair time (%) = 0.000911951 (5.54011) Neigh time (%) = 0 (0) Comm time (%) = 5.50747e-05 (0.334579) Outpt time (%) = 0.0153589 (93.3055) Other time (%) = 0.000134945 (0.819791) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:07 2021 Memory usage per processor = 27.5169 Mbytes Step Atoms AVEKE stressZZ 2621 5000 3.0267952e-12 813934.09 2622 -0.00705249999999615 813918.799130316 2622 5000 3.0266067e-12 813918.8 Loop time of 0.016468 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:07 2021 Pair time (%) = 0.000790119 (4.79789) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.212821) Outpt time (%) = 0.0155489 (94.4189) Other time (%) = 9.39369e-05 (0.570419) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:07 2021 Memory usage per processor = 27.5169 Mbytes Step Atoms AVEKE stressZZ 2622 5000 3.0266067e-12 813917.58 2623 -0.00705249999999615 813902.297935265 2623 5000 3.0264182e-12 813902.3 Loop time of 0.0163701 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:07 2021 Pair time (%) = 0.000789881 (4.82516) Neigh time (%) = 0 (0) Comm time (%) = 7.29561e-05 (0.445668) Outpt time (%) = 0.015409 (94.1291) Other time (%) = 9.82285e-05 (0.60005) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:07 2021 Memory usage per processor = 27.5169 Mbytes Step Atoms AVEKE stressZZ 2623 5000 3.0264182e-12 813901.08 2624 -0.00705249999999615 813885.797416511 2624 5000 3.0262298e-12 813885.8 Loop time of 0.0163839 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:07 2021 Pair time (%) = 0.000895023 (5.46283) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.225556) Outpt time (%) = 0.0153289 (93.5607) Other time (%) = 0.000123024 (0.750884) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:07 2021 Memory usage per processor = 27.5169 Mbytes Step Atoms AVEKE stressZZ 2624 5000 3.0262298e-12 813884.58 2625 -0.00705249999999615 813869.297574 2625 5000 3.0260413e-12 813869.3 Loop time of 0.0168121 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:08 2021 Pair time (%) = 0.00081706 (4.85996) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208466) Outpt time (%) = 0.015851 (94.2835) Other time (%) = 0.000108957 (0.648089) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:08 2021 Memory usage per processor = 27.5169 Mbytes Step Atoms AVEKE stressZZ 2625 5000 3.0260413e-12 813868.08 2626 -0.00705249999999615 813852.798407643 2626 5000 3.0258529e-12 813852.8 Loop time of 0.016829 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:08 2021 Pair time (%) = 0.000788927 (4.6879) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208257) Outpt time (%) = 0.0159092 (94.5343) Other time (%) = 9.58443e-05 (0.569518) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:08 2021 Memory usage per processor = 27.5169 Mbytes Step Atoms AVEKE stressZZ 2626 5000 3.0258529e-12 813851.58 2627 -0.00705249999999615 813836.299917435 2627 5000 3.0256645e-12 813836.3 Loop time of 0.016115 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:08 2021 Pair time (%) = 0.000789165 (4.8971) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.217485) Outpt time (%) = 0.0151961 (94.2981) Other time (%) = 9.46522e-05 (0.587356) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:08 2021 Memory usage per processor = 27.5169 Mbytes Step Atoms AVEKE stressZZ 2627 5000 3.0256645e-12 813835.08 2628 -0.00705249999999615 813819.802103278 2628 5000 3.025476e-12 813819.8 Loop time of 0.0169041 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:08 2021 Pair time (%) = 0.00106406 (6.29469) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.212973) Outpt time (%) = 0.0156641 (92.6644) Other time (%) = 0.000139952 (0.827915) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:08 2021 Memory usage per processor = 27.5169 Mbytes Step Atoms AVEKE stressZZ 2628 5000 3.025476e-12 813818.59 2629 -0.00705249999999615 813803.304965166 2629 5000 3.0252877e-12 813803.3 Loop time of 0.016804 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:08 2021 Pair time (%) = 0.000789881 (4.70056) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208567) Outpt time (%) = 0.0158851 (94.5319) Other time (%) = 9.39369e-05 (0.559016) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:08 2021 Memory usage per processor = 27.5169 Mbytes Step Atoms AVEKE stressZZ 2629 5000 3.0252877e-12 813802.09 2630 -0.00705249999999615 813786.80850305 2630 5000 3.0250993e-12 813786.81 Loop time of 0.0178881 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:08 2021 Pair time (%) = 0.000821829 (4.59428) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.223916) Outpt time (%) = 0.016923 (94.6047) Other time (%) = 0.000103235 (0.577118) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:08 2021 Memory usage per processor = 27.5169 Mbytes Step Atoms AVEKE stressZZ 2630 5000 3.0250993e-12 813785.59 2631 -0.00705249999999615 813770.312716868 2631 5000 3.0249109e-12 813770.31 Loop time of 0.0168319 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:08 2021 Pair time (%) = 0.00088501 (5.25794) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.219553) Outpt time (%) = 0.015806 (93.9049) Other time (%) = 0.000103951 (0.617581) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:08 2021 Memory usage per processor = 27.5169 Mbytes Step Atoms AVEKE stressZZ 2631 5000 3.0249109e-12 813769.1 2632 -0.00705249999999615 813753.81760655 2632 5000 3.0247226e-12 813753.82 Loop time of 0.0170009 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:08 2021 Pair time (%) = 0.000916004 (5.38797) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.204748) Outpt time (%) = 0.01595 (93.8183) Other time (%) = 0.000100136 (0.589002) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:08 2021 Memory usage per processor = 27.5169 Mbytes Step Atoms AVEKE stressZZ 2632 5000 3.0247226e-12 813752.6 2633 -0.00705249999999615 813737.323172056 2633 5000 3.0245343e-12 813737.32 Loop time of 0.0166779 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:08 2021 Pair time (%) = 0.000791073 (4.74325) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.210144) Outpt time (%) = 0.015763 (94.5148) Other time (%) = 8.86917e-05 (0.531793) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:08 2021 Memory usage per processor = 27.5169 Mbytes Step Atoms AVEKE stressZZ 2633 5000 3.0245343e-12 813736.11 2634 -0.00705249999999615 813720.829413354 2634 5000 3.0243459e-12 813720.83 Loop time of 0.0164871 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:08 2021 Pair time (%) = 0.000788927 (4.78511) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.212575) Outpt time (%) = 0.0155671 (94.4195) Other time (%) = 9.60827e-05 (0.582774) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:08 2021 Memory usage per processor = 27.5169 Mbytes Step Atoms AVEKE stressZZ 2634 5000 3.0243459e-12 813719.61 2635 -0.00705249999999615 813704.336330387 2635 5000 3.0241577e-12 813704.34 Loop time of 0.0169189 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:08 2021 Pair time (%) = 0.00115895 (6.85005) Neigh time (%) = 0 (0) Comm time (%) = 7.39098e-05 (0.436847) Outpt time (%) = 0.0155411 (91.8563) Other time (%) = 0.000144958 (0.856785) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:08 2021 Memory usage per processor = 27.5169 Mbytes Step Atoms AVEKE stressZZ 2635 5000 3.0241577e-12 813703.12 2636 -0.00705249999999615 813687.843923096 2636 5000 3.0239694e-12 813687.84 Loop time of 0.0168822 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:08 2021 Pair time (%) = 0.000832796 (4.93299) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207601) Outpt time (%) = 0.0159252 (94.3312) Other time (%) = 8.91685e-05 (0.528181) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:08 2021 Memory usage per processor = 27.5169 Mbytes Step Atoms AVEKE stressZZ 2636 5000 3.0239694e-12 813686.63 2637 -0.00705249999999615 813671.352191463 2637 5000 3.0237811e-12 813671.35 Loop time of 0.0164111 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:08 2021 Pair time (%) = 0.000828981 (5.05136) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.21356) Outpt time (%) = 0.0153911 (93.785) Other time (%) = 0.000155926 (0.950126) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:08 2021 Memory usage per processor = 27.5169 Mbytes Step Atoms AVEKE stressZZ 2637 5000 3.0237811e-12 813670.14 2638 -0.00705249999999615 813654.861135407 2638 5000 3.0235929e-12 813654.86 Loop time of 0.0166209 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:08 2021 Pair time (%) = 0.000889063 (5.34907) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.240988) Outpt time (%) = 0.0155821 (93.7501) Other time (%) = 0.000109673 (0.659848) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:08 2021 Memory usage per processor = 27.5169 Mbytes Step Atoms AVEKE stressZZ 2638 5000 3.0235929e-12 813653.65 2639 -0.00705249999999615 813638.370754873 2639 5000 3.0234046e-12 813638.37 Loop time of 0.0169399 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:08 2021 Pair time (%) = 0.000834942 (4.92885) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.212523) Outpt time (%) = 0.015919 (93.9733) Other time (%) = 0.000149965 (0.88528) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:08 2021 Memory usage per processor = 27.5169 Mbytes Step Atoms AVEKE stressZZ 2639 5000 3.0234046e-12 813637.16 2640 -0.00705249999999615 813621.881049846 2640 5000 3.0232164e-12 813621.88 Loop time of 0.0181201 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:08 2021 Pair time (%) = 0.000790119 (4.36047) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.193419) Outpt time (%) = 0.0172 (94.9224) Other time (%) = 9.48906e-05 (0.523677) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:08 2021 Memory usage per processor = 27.5169 Mbytes Step Atoms AVEKE stressZZ 2640 5000 3.0232164e-12 813620.67 2641 -0.00705249999999615 813605.392020223 2641 5000 3.0230282e-12 813605.39 Loop time of 0.0163438 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:08 2021 Pair time (%) = 0.000893116 (5.46454) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.312176) Outpt time (%) = 0.015265 (93.3991) Other time (%) = 0.000134706 (0.824204) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:08 2021 Memory usage per processor = 27.5169 Mbytes Step Atoms AVEKE stressZZ 2641 5000 3.0230282e-12 813604.18 2642 -0.00705249999999615 813588.903666006 2642 5000 3.02284e-12 813588.9 Loop time of 0.0170281 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:08 2021 Pair time (%) = 0.00106812 (6.27266) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.211422) Outpt time (%) = 0.0157781 (92.659) Other time (%) = 0.000145912 (0.856891) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:08 2021 Memory usage per processor = 27.5169 Mbytes Step Atoms AVEKE stressZZ 2642 5000 3.02284e-12 813587.69 2643 -0.00705249999999615 813572.415987121 2643 5000 3.0226518e-12 813572.42 Loop time of 0.016669 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:08 2021 Pair time (%) = 0.000787973 (4.72717) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.210255) Outpt time (%) = 0.0157518 (94.4976) Other time (%) = 9.41753e-05 (0.564972) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:08 2021 Memory usage per processor = 27.5169 Mbytes Step Atoms AVEKE stressZZ 2643 5000 3.0226518e-12 813571.2 2644 -0.00705249999999615 813555.928983517 2644 5000 3.0224637e-12 813555.93 Loop time of 0.016202 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:08 2021 Pair time (%) = 0.000787973 (4.86344) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.216316) Outpt time (%) = 0.015285 (94.3405) Other time (%) = 9.39369e-05 (0.579787) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:08 2021 Memory usage per processor = 27.5169 Mbytes Step Atoms AVEKE stressZZ 2644 5000 3.0224637e-12 813554.71 2645 -0.00705249999999615 813539.442655172 2645 5000 3.0222755e-12 813539.44 Loop time of 0.01687 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:08 2021 Pair time (%) = 0.000892162 (5.28845) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.22471) Outpt time (%) = 0.0157609 (93.4255) Other time (%) = 0.000179052 (1.06136) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:08 2021 Memory usage per processor = 27.5169 Mbytes Step Atoms AVEKE stressZZ 2645 5000 3.0222755e-12 813538.23 2646 -0.00705249999999615 813522.957002015 2646 5000 3.0220874e-12 813522.96 Loop time of 0.0167038 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:08 2021 Pair time (%) = 0.000791073 (4.73587) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.204108) Outpt time (%) = 0.015789 (94.5233) Other time (%) = 8.96454e-05 (0.536675) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:08 2021 Memory usage per processor = 27.5169 Mbytes Step Atoms AVEKE stressZZ 2646 5000 3.0220874e-12 813521.74 2647 -0.00705249999999615 813506.472024007 2647 5000 3.0218993e-12 813506.47 Loop time of 0.0162911 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:08 2021 Pair time (%) = 0.000788927 (4.84268) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.215132) Outpt time (%) = 0.015373 (94.3641) Other time (%) = 9.41753e-05 (0.578077) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:08 2021 Memory usage per processor = 27.5169 Mbytes Step Atoms AVEKE stressZZ 2647 5000 3.0218993e-12 813505.26 2648 -0.00705249999999615 813489.987721069 2648 5000 3.0217112e-12 813489.99 Loop time of 0.0164711 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:08 2021 Pair time (%) = 0.00080514 (4.88818) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.218571) Outpt time (%) = 0.0154822 (93.9958) Other time (%) = 0.00014782 (0.897445) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:08 2021 Memory usage per processor = 27.5169 Mbytes Step Atoms AVEKE stressZZ 2648 5000 3.0217112e-12 813488.77 2649 -0.00705249999999615 813473.504093185 2649 5000 3.0215231e-12 813473.5 Loop time of 0.016999 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:08 2021 Pair time (%) = 0.000907183 (5.33668) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206174) Outpt time (%) = 0.015959 (93.8821) Other time (%) = 9.77516e-05 (0.575043) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:08 2021 Memory usage per processor = 27.5169 Mbytes Step Atoms AVEKE stressZZ 2649 5000 3.0215231e-12 813472.29 2650 -0.00705249999999615 813457.021140295 2650 5000 3.0213351e-12 813457.02 Loop time of 0.0182621 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:08 2021 Pair time (%) = 0.000787973 (4.31479) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.190608) Outpt time (%) = 0.0173461 (94.9841) Other time (%) = 9.32217e-05 (0.510464) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:08 2021 Memory usage per processor = 27.5169 Mbytes Step Atoms AVEKE stressZZ 2650 5000 3.0213351e-12 813455.81 2651 -0.00705249999999615 813440.538862365 2651 5000 3.021147e-12 813440.54 Loop time of 0.0163171 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:08 2021 Pair time (%) = 0.000788927 (4.83496) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.21479) Outpt time (%) = 0.015398 (94.3672) Other time (%) = 9.5129e-05 (0.583001) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:08 2021 Memory usage per processor = 27.5169 Mbytes Step Atoms AVEKE stressZZ 2651 5000 3.021147e-12 813439.32 2652 -0.00705249999999615 813424.057259314 2652 5000 3.020959e-12 813424.06 Loop time of 0.0160398 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:08 2021 Pair time (%) = 0.000788927 (4.91854) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.218503) Outpt time (%) = 0.0151279 (94.3145) Other time (%) = 8.79765e-05 (0.548487) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:08 2021 Memory usage per processor = 27.5169 Mbytes Step Atoms AVEKE stressZZ 2652 5000 3.020959e-12 813422.84 2653 -0.00705249999999615 813407.576331133 2653 5000 3.020771e-12 813407.58 Loop time of 0.0160942 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:08 2021 Pair time (%) = 0.000789165 (4.90341) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.211839) Outpt time (%) = 0.0151849 (94.35) Other time (%) = 8.60691e-05 (0.534783) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:08 2021 Memory usage per processor = 27.5169 Mbytes Step Atoms AVEKE stressZZ 2653 5000 3.020771e-12 813406.36 2654 -0.00705249999999615 813391.096077753 2654 5000 3.020583e-12 813391.1 Loop time of 0.0162029 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:08 2021 Pair time (%) = 0.000787973 (4.86315) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.208946) Outpt time (%) = 0.0152869 (94.3467) Other time (%) = 9.41753e-05 (0.581224) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:08 2021 Memory usage per processor = 27.5169 Mbytes Step Atoms AVEKE stressZZ 2654 5000 3.020583e-12 813389.88 2655 -0.00705249999999615 813374.616499106 2655 5000 3.020395e-12 813374.62 Loop time of 0.017014 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:08 2021 Pair time (%) = 0.00092411 (5.43146) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.217202) Outpt time (%) = 0.0159299 (93.6283) Other time (%) = 0.000123024 (0.723074) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:08 2021 Memory usage per processor = 27.5169 Mbytes Step Atoms AVEKE stressZZ 2655 5000 3.020395e-12 813373.4 2656 -0.00705249999999615 813358.137595178 2656 5000 3.020207e-12 813358.14 Loop time of 0.0167561 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:08 2021 Pair time (%) = 0.000797987 (4.76238) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.220546) Outpt time (%) = 0.01582 (94.4138) Other time (%) = 0.000101089 (0.603301) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:08 2021 Memory usage per processor = 27.5169 Mbytes Step Atoms AVEKE stressZZ 2656 5000 3.020207e-12 813356.92 2657 -0.00705249999999615 813341.659365896 2657 5000 3.0200191e-12 813341.66 Loop time of 0.016223 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:08 2021 Pair time (%) = 0.000792027 (4.88214) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.216037) Outpt time (%) = 0.0153091 (94.3669) Other time (%) = 8.67844e-05 (0.534948) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:08 2021 Memory usage per processor = 27.5169 Mbytes Step Atoms AVEKE stressZZ 2657 5000 3.0200191e-12 813340.44 2658 -0.00705249999999615 813325.181811236 2658 5000 3.0198311e-12 813325.18 Loop time of 0.016402 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:08 2021 Pair time (%) = 0.000988007 (6.02369) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.225307) Outpt time (%) = 0.0152431 (92.9341) Other time (%) = 0.000133991 (0.81692) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:08 2021 Memory usage per processor = 27.5169 Mbytes Step Atoms AVEKE stressZZ 2658 5000 3.0198311e-12 813323.97 2659 -0.00705249999999615 813308.704931127 2659 5000 3.0196432e-12 813308.7 Loop time of 0.0167482 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:08 2021 Pair time (%) = 0.000788927 (4.71052) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.203567) Outpt time (%) = 0.015831 (94.5236) Other time (%) = 9.41753e-05 (0.562302) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:08 2021 Memory usage per processor = 27.5169 Mbytes Step Atoms AVEKE stressZZ 2659 5000 3.0196432e-12 813307.49 2660 -0.00705249999999615 813292.228725536 2660 5000 3.0194553e-12 813292.23 Loop time of 0.018023 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:08 2021 Pair time (%) = 0.000830173 (4.60619) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.193137) Outpt time (%) = 0.017065 (94.6848) Other time (%) = 9.29832e-05 (0.515914) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:08 2021 Memory usage per processor = 27.5169 Mbytes Step Atoms AVEKE stressZZ 2660 5000 3.0194553e-12 813291.01 2661 -0.00705249999999615 813275.753194405 2661 5000 3.0192674e-12 813275.75 Loop time of 0.0162311 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:08 2021 Pair time (%) = 0.000843048 (5.19404) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.229149) Outpt time (%) = 0.015214 (93.7337) Other time (%) = 0.000136852 (0.843151) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:08 2021 Memory usage per processor = 27.5169 Mbytes Step Atoms AVEKE stressZZ 2661 5000 3.0192674e-12 813274.54 2662 -0.00705249999999615 813259.278337677 2662 5000 3.0190795e-12 813259.28 Loop time of 0.017004 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:08 2021 Pair time (%) = 0.000818014 (4.81071) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206113) Outpt time (%) = 0.0160489 (94.3831) Other time (%) = 0.000102043 (0.600112) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:08 2021 Memory usage per processor = 27.5169 Mbytes Step Atoms AVEKE stressZZ 2662 5000 3.0190795e-12 813258.06 2663 -0.00705249999999615 813242.804155333 2663 5000 3.0188917e-12 813242.8 Loop time of 0.0169909 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:08 2021 Pair time (%) = 0.000829935 (4.88459) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206272) Outpt time (%) = 0.016026 (94.3212) Other time (%) = 9.98974e-05 (0.587946) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:08 2021 Memory usage per processor = 27.5169 Mbytes Step Atoms AVEKE stressZZ 2663 5000 3.0188917e-12 813241.59 2664 -0.00705249999999615 813226.33064729 2664 5000 3.0187038e-12 813226.33 Loop time of 0.0162969 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:08 2021 Pair time (%) = 0.000863075 (5.29596) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.215057) Outpt time (%) = 0.015286 (93.797) Other time (%) = 0.000112772 (0.691986) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:08 2021 Memory usage per processor = 27.5169 Mbytes Step Atoms AVEKE stressZZ 2664 5000 3.0187038e-12 813225.12 2665 -0.00705249999999615 813209.857813532 2665 5000 3.018516e-12 813209.86 Loop time of 0.01686 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:08 2021 Pair time (%) = 0.00109601 (6.50065) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.21353) Outpt time (%) = 0.015588 (92.4557) Other time (%) = 0.000139952 (0.830081) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:08 2021 Memory usage per processor = 27.5169 Mbytes Step Atoms AVEKE stressZZ 2665 5000 3.018516e-12 813208.64 2666 -0.00705249999999615 813193.385653976 2666 5000 3.0183282e-12 813193.39 Loop time of 0.016808 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:08 2021 Pair time (%) = 0.00080204 (4.77177) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.21419) Outpt time (%) = 0.015836 (94.2169) Other time (%) = 0.000133991 (0.797186) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:19:08 2021 Memory usage per processor = 27.5169 Mbytes Step Atoms AVEKE stressZZ 2666 5000 3.0183282e-12 813192.17 2667 -0.00705249999999615 813173.822298206 2667 5000 5.9633127e-12 813200.44 Loop time of 0.0161381 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:08 2021 Pair time (%) = 0.000788927 (4.88861) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.215696) Outpt time (%) = 0.015198 (94.1747) Other time (%) = 0.000116348 (0.720955) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:08 2021 Memory usage per processor = 27.5169 Mbytes Step Atoms AVEKE stressZZ 2667 5000 5.9633127e-12 836319.37 2668 -0.00708499999999613 836298.997982127 2668 5000 4.8382724e-12 836299 Loop time of 0.016166 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:08 2021 Pair time (%) = 0.000888109 (5.4937) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.235971) Outpt time (%) = 0.0151188 (93.5226) Other time (%) = 0.000120878 (0.747732) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:08 2021 Memory usage per processor = 27.5169 Mbytes Step Atoms AVEKE stressZZ 2668 5000 4.8382724e-12 836297.35 2669 -0.00708499999999613 836278.670560067 2669 5000 4.184296e-12 836278.67 Loop time of 0.0165081 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:09 2021 Pair time (%) = 0.000792027 (4.7978) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.206528) Outpt time (%) = 0.01559 (94.4382) Other time (%) = 9.20296e-05 (0.557481) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:09 2021 Memory usage per processor = 27.5169 Mbytes Step Atoms AVEKE stressZZ 2669 5000 4.184296e-12 836277.16 2670 -0.00708499999999613 836259.557330585 2670 5000 3.7932826e-12 836259.56 Loop time of 0.018117 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:09 2021 Pair time (%) = 0.000792027 (4.37174) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.193452) Outpt time (%) = 0.0171671 (94.7571) Other time (%) = 0.000122786 (0.677739) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:09 2021 Memory usage per processor = 27.5171 Mbytes Step Atoms AVEKE stressZZ 2670 5000 3.7932826e-12 836258.13 2671 -0.00708499999999613 836241.21598703 2671 5000 3.5546816e-12 836241.22 Loop time of 0.0163741 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:09 2021 Pair time (%) = 0.000871897 (5.32485) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.227147) Outpt time (%) = 0.0153291 (93.618) Other time (%) = 0.000135899 (0.82996) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:09 2021 Memory usage per processor = 27.5171 Mbytes Step Atoms AVEKE stressZZ 2671 5000 3.5546816e-12 836239.85 2672 -0.00708499999999613 836223.36543992 2672 5000 3.4070014e-12 836223.37 Loop time of 0.016716 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:09 2021 Pair time (%) = 0.000823021 (4.92355) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.208238) Outpt time (%) = 0.0157611 (94.2877) Other time (%) = 9.70364e-05 (0.5805) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:09 2021 Memory usage per processor = 27.5171 Mbytes Step Atoms AVEKE stressZZ 2672 5000 3.4070014e-12 836222.03 2673 -0.00708499999999613 836205.827054254 2673 5000 3.3147033e-12 836205.83 Loop time of 0.017055 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:09 2021 Pair time (%) = 0.000915051 (5.36528) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.211088) Outpt time (%) = 0.0160019 (93.8253) Other time (%) = 0.000102043 (0.598317) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:09 2021 Memory usage per processor = 27.5171 Mbytes Step Atoms AVEKE stressZZ 2673 5000 3.3147033e-12 836204.52 2674 -0.00708499999999613 836188.48730569 2674 5000 3.2566321e-12 836188.49 Loop time of 0.016428 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:09 2021 Pair time (%) = 0.000789881 (4.80814) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.21334) Outpt time (%) = 0.0155089 (94.4053) Other time (%) = 9.41753e-05 (0.573261) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:09 2021 Memory usage per processor = 27.5171 Mbytes Step Atoms AVEKE stressZZ 2674 5000 3.2566321e-12 836187.19 2675 -0.00708499999999613 836171.274048294 2675 5000 3.2199209e-12 836171.27 Loop time of 0.016804 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:09 2021 Pair time (%) = 0.000951052 (5.65968) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.244037) Outpt time (%) = 0.0156798 (93.3103) Other time (%) = 0.000132084 (0.786027) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:09 2021 Memory usage per processor = 27.5171 Mbytes Step Atoms AVEKE stressZZ 2675 5000 3.2199209e-12 836169.99 2676 -0.00708499999999613 836154.141432565 2676 5000 3.196626e-12 836154.14 Loop time of 0.017117 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:09 2021 Pair time (%) = 0.000794888 (4.64384) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204752) Outpt time (%) = 0.0161619 (94.4201) Other time (%) = 0.00012517 (0.731259) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:09 2021 Memory usage per processor = 27.5171 Mbytes Step Atoms AVEKE stressZZ 2676 5000 3.196626e-12 836152.86 2677 -0.00708499999999613 836137.060320597 2677 5000 3.1817933e-12 836137.06 Loop time of 0.016468 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:09 2021 Pair time (%) = 0.00079298 (4.81527) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.212821) Outpt time (%) = 0.015507 (94.1641) Other time (%) = 0.000133038 (0.807853) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:09 2021 Memory usage per processor = 27.5171 Mbytes Step Atoms AVEKE stressZZ 2677 5000 3.1817933e-12 836135.78 2678 -0.00708499999999613 836120.01219493 2678 5000 3.1723126e-12 836120.01 Loop time of 0.0162148 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:09 2021 Pair time (%) = 0.000823021 (5.07572) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.222026) Outpt time (%) = 0.0152519 (94.0612) Other time (%) = 0.000103951 (0.641082) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:09 2021 Memory usage per processor = 27.5171 Mbytes Step Atoms AVEKE stressZZ 2678 5000 3.1723126e-12 836118.74 2679 -0.00708499999999613 836102.985287511 2679 5000 3.1662228e-12 836102.99 Loop time of 0.0167801 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:09 2021 Pair time (%) = 0.000816107 (4.86353) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.214547) Outpt time (%) = 0.0158331 (94.3564) Other time (%) = 9.48906e-05 (0.565494) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:09 2021 Memory usage per processor = 27.5171 Mbytes Step Atoms AVEKE stressZZ 2679 5000 3.1662228e-12 836101.71 2680 -0.00708499999999613 836085.972119565 2680 5000 3.1622836e-12 836085.97 Loop time of 0.0183179 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:09 2021 Pair time (%) = 0.000792027 (4.32378) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.191329) Outpt time (%) = 0.0174 (94.989) Other time (%) = 9.08375e-05 (0.495894) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:09 2021 Memory usage per processor = 27.5171 Mbytes Step Atoms AVEKE stressZZ 2680 5000 3.1622836e-12 836084.7 2681 -0.00708499999999613 836068.967938248 2681 5000 3.1597094e-12 836068.97 Loop time of 0.0161259 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:09 2021 Pair time (%) = 0.000791073 (4.9056) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.217337) Outpt time (%) = 0.0151911 (94.2029) Other time (%) = 0.000108719 (0.674187) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:09 2021 Memory usage per processor = 27.5171 Mbytes Step Atoms AVEKE stressZZ 2681 5000 3.1597094e-12 836067.7 2682 -0.00708499999999613 836051.96972303 2682 5000 3.1580021e-12 836051.97 Loop time of 0.016715 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:09 2021 Pair time (%) = 0.000983 (5.88093) Neigh time (%) = 0 (0) Comm time (%) = 4.41074e-05 (0.263879) Outpt time (%) = 0.015563 (93.1078) Other time (%) = 0.000124931 (0.747418) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:09 2021 Memory usage per processor = 27.5171 Mbytes Step Atoms AVEKE stressZZ 2682 5000 3.1580021e-12 836050.7 2683 -0.00708499999999613 836034.97555433 2683 5000 3.1568453e-12 836034.98 Loop time of 0.0169659 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:09 2021 Pair time (%) = 0.000795126 (4.68662) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206577) Outpt time (%) = 0.0160429 (94.5601) Other time (%) = 9.27448e-05 (0.546655) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:09 2021 Memory usage per processor = 27.5171 Mbytes Step Atoms AVEKE stressZZ 2683 5000 3.1568453e-12 836033.71 2684 -0.00708499999999613 836017.984212216 2684 5000 3.1560384e-12 836017.98 Loop time of 0.0170639 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:09 2021 Pair time (%) = 0.00105309 (6.17149) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.199802) Outpt time (%) = 0.015794 (92.5584) Other time (%) = 0.000182629 (1.07027) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:09 2021 Memory usage per processor = 27.5171 Mbytes Step Atoms AVEKE stressZZ 2684 5000 3.1560384e-12 836016.71 2685 -0.00708499999999613 836000.994921353 2685 5000 3.1554537e-12 836000.99 Loop time of 0.0164101 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:09 2021 Pair time (%) = 0.000829935 (5.05746) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.225196) Outpt time (%) = 0.0154359 (94.0635) Other time (%) = 0.000107288 (0.653794) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:09 2021 Memory usage per processor = 27.5171 Mbytes Step Atoms AVEKE stressZZ 2685 5000 3.1554537e-12 835999.73 2686 -0.00708499999999613 835984.007189046 2686 5000 3.1550102e-12 835984.01 Loop time of 0.016999 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:09 2021 Pair time (%) = 0.000814915 (4.7939) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.211784) Outpt time (%) = 0.0160539 (94.4403) Other time (%) = 9.41753e-05 (0.554005) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:09 2021 Memory usage per processor = 27.5171 Mbytes Step Atoms AVEKE stressZZ 2686 5000 3.1550102e-12 835982.74 2687 -0.00708499999999613 835967.02070212 2687 5000 3.1546565e-12 835967.02 Loop time of 0.0167859 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:09 2021 Pair time (%) = 0.000791788 (4.71699) Neigh time (%) = 0 (0) Comm time (%) = 5.19753e-05 (0.309637) Outpt time (%) = 0.0158291 (94.3001) Other time (%) = 0.00011301 (0.673248) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:09 2021 Memory usage per processor = 27.5171 Mbytes Step Atoms AVEKE stressZZ 2687 5000 3.1546565e-12 835965.75 2688 -0.00708499999999613 835950.035261528 2688 5000 3.1543598e-12 835950.04 Loop time of 0.0161951 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:09 2021 Pair time (%) = 0.000793934 (4.90232) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.222297) Outpt time (%) = 0.0152619 (94.2379) Other time (%) = 0.000103235 (0.637449) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:09 2021 Memory usage per processor = 27.5171 Mbytes Step Atoms AVEKE stressZZ 2688 5000 3.1543598e-12 835948.77 2689 -0.00708499999999613 835933.050740787 2689 5000 3.1540994e-12 835933.05 Loop time of 0.0172949 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:09 2021 Pair time (%) = 0.00119591 (6.91481) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.213675) Outpt time (%) = 0.015924 (92.0733) Other time (%) = 0.000138044 (0.79818) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:09 2021 Memory usage per processor = 27.5171 Mbytes Step Atoms AVEKE stressZZ 2689 5000 3.1540994e-12 835931.78 2690 -0.00708499999999613 835916.067059467 2690 5000 3.153862e-12 835916.07 Loop time of 0.018383 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:09 2021 Pair time (%) = 0.000792027 (4.30847) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.190652) Outpt time (%) = 0.0174608 (94.9834) Other time (%) = 9.5129e-05 (0.517483) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:09 2021 Memory usage per processor = 27.5171 Mbytes Step Atoms AVEKE stressZZ 2690 5000 3.153862e-12 835914.8 2691 -0.00708499999999613 835899.084166427 2691 5000 3.1536393e-12 835899.08 Loop time of 0.0161769 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:09 2021 Pair time (%) = 0.000792027 (4.89602) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.216651) Outpt time (%) = 0.015255 (94.3007) Other time (%) = 9.48906e-05 (0.586579) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:09 2021 Memory usage per processor = 27.5171 Mbytes Step Atoms AVEKE stressZZ 2691 5000 3.1536393e-12 835897.82 2692 -0.00708499999999613 835882.102029186 2692 5000 3.1534258e-12 835882.1 Loop time of 0.016449 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:09 2021 Pair time (%) = 0.00100183 (6.09056) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.230462) Outpt time (%) = 0.0152841 (92.918) Other time (%) = 0.00012517 (0.760958) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:09 2021 Memory usage per processor = 27.5171 Mbytes Step Atoms AVEKE stressZZ 2692 5000 3.1534258e-12 835880.83 2693 -0.00708499999999613 835865.120638492 2693 5000 3.1532184e-12 835865.12 Loop time of 0.0169771 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:09 2021 Pair time (%) = 0.000931025 (5.48401) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.20644) Outpt time (%) = 0.0159161 (93.7506) Other time (%) = 9.48906e-05 (0.558934) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:09 2021 Memory usage per processor = 27.5171 Mbytes Step Atoms AVEKE stressZZ 2693 5000 3.1532184e-12 835863.85 2694 -0.00708499999999613 835848.139984695 2694 5000 3.1530146e-12 835848.14 Loop time of 0.016911 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:09 2021 Pair time (%) = 0.000794172 (4.69618) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207247) Outpt time (%) = 0.0159822 (94.5073) Other time (%) = 9.9659e-05 (0.589313) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:09 2021 Memory usage per processor = 27.5171 Mbytes Step Atoms AVEKE stressZZ 2694 5000 3.1530146e-12 835846.87 2695 -0.00708499999999613 835831.160053183 2695 5000 3.1528133e-12 835831.16 Loop time of 0.0163531 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:09 2021 Pair time (%) = 0.000843048 (5.15527) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.214317) Outpt time (%) = 0.0153801 (94.0502) Other time (%) = 9.48906e-05 (0.58026) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:09 2021 Memory usage per processor = 27.5171 Mbytes Step Atoms AVEKE stressZZ 2695 5000 3.1528133e-12 835829.89 2696 -0.00708499999999613 835814.180836832 2696 5000 3.1526135e-12 835814.18 Loop time of 0.0169392 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:09 2021 Pair time (%) = 0.000827074 (4.88261) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.212532) Outpt time (%) = 0.0159762 (94.3151) Other time (%) = 9.98974e-05 (0.589742) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:09 2021 Memory usage per processor = 27.5171 Mbytes Step Atoms AVEKE stressZZ 2696 5000 3.1526135e-12 835812.91 2697 -0.00708499999999613 835797.20233119 2697 5000 3.1524147e-12 835797.2 Loop time of 0.016022 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:09 2021 Pair time (%) = 0.000843048 (5.26183) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.218747) Outpt time (%) = 0.0150499 (93.9331) Other time (%) = 9.39369e-05 (0.586301) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:09 2021 Memory usage per processor = 27.5171 Mbytes Step Atoms AVEKE stressZZ 2697 5000 3.1524147e-12 835795.93 2698 -0.00708499999999613 835780.224533435 2698 5000 3.1522166e-12 835780.22 Loop time of 0.016166 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:09 2021 Pair time (%) = 0.000792027 (4.89934) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.216798) Outpt time (%) = 0.0152478 (94.3205) Other time (%) = 9.10759e-05 (0.56338) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:09 2021 Memory usage per processor = 27.5171 Mbytes Step Atoms AVEKE stressZZ 2698 5000 3.1522166e-12 835778.96 2699 -0.00708499999999613 835763.247441697 2699 5000 3.1520188e-12 835763.25 Loop time of 0.0167031 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:09 2021 Pair time (%) = 0.000792027 (4.74179) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209826) Outpt time (%) = 0.0157731 (94.4318) Other time (%) = 0.000102997 (0.616632) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:09 2021 Memory usage per processor = 27.5171 Mbytes Step Atoms AVEKE stressZZ 2699 5000 3.1520188e-12 835761.98 2700 -0.00708499999999613 835746.271053236 2700 5000 3.1518213e-12 835746.27 Loop time of 0.0182371 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:09 2021 Pair time (%) = 0.000938892 (5.14825) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.213094) Outpt time (%) = 0.0171368 (93.9667) Other time (%) = 0.000122547 (0.671966) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:09 2021 Memory usage per processor = 27.5171 Mbytes Step Atoms AVEKE stressZZ 2700 5000 3.1518213e-12 835745 2701 -0.00708499999999613 835729.295366583 2701 5000 3.151624e-12 835729.3 Loop time of 0.0166941 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:09 2021 Pair time (%) = 0.000812054 (4.86432) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.20994) Outpt time (%) = 0.0157459 (94.3202) Other time (%) = 0.000101089 (0.605541) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:09 2021 Memory usage per processor = 27.5171 Mbytes Step Atoms AVEKE stressZZ 2701 5000 3.151624e-12 835728.03 2702 -0.00708499999999613 835712.32038274 2702 5000 3.1514267e-12 835712.32 Loop time of 0.017128 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:09 2021 Pair time (%) = 0.000836134 (4.88168) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204621) Outpt time (%) = 0.0161631 (94.3666) Other time (%) = 9.36985e-05 (0.547049) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:09 2021 Memory usage per processor = 27.5171 Mbytes Step Atoms AVEKE stressZZ 2702 5000 3.1514267e-12 835711.05 2703 -0.00708499999999613 835695.346101254 2703 5000 3.1512296e-12 835695.35 Loop time of 0.0162959 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:09 2021 Pair time (%) = 0.000810146 (4.97147) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.209217) Outpt time (%) = 0.0152919 (93.8391) Other time (%) = 0.00015974 (0.980249) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:09 2021 Memory usage per processor = 27.5171 Mbytes Step Atoms AVEKE stressZZ 2703 5000 3.1512296e-12 835694.08 2704 -0.00708499999999613 835678.372521795 2704 5000 3.1510325e-12 835678.37 Loop time of 0.016906 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:09 2021 Pair time (%) = 0.00106788 (6.31655) Neigh time (%) = 0 (0) Comm time (%) = 6.38962e-05 (0.377949) Outpt time (%) = 0.0156381 (92.5002) Other time (%) = 0.000136137 (0.805257) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:09 2021 Memory usage per processor = 27.5171 Mbytes Step Atoms AVEKE stressZZ 2704 5000 3.1510325e-12 835677.1 2705 -0.00708499999999613 835661.399644046 2705 5000 3.1508355e-12 835661.4 Loop time of 0.0167179 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:09 2021 Pair time (%) = 0.00079298 (4.7433) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.208214) Outpt time (%) = 0.0157669 (94.3112) Other time (%) = 0.000123262 (0.737307) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:09 2021 Memory usage per processor = 27.5171 Mbytes Step Atoms AVEKE stressZZ 2705 5000 3.1508355e-12 835660.13 2706 -0.00708499999999613 835644.42746781 2706 5000 3.1506385e-12 835644.43 Loop time of 0.0161829 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:09 2021 Pair time (%) = 0.000793934 (4.90601) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.216571) Outpt time (%) = 0.01526 (94.297) Other time (%) = 9.39369e-05 (0.58047) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:09 2021 Memory usage per processor = 27.5171 Mbytes Step Atoms AVEKE stressZZ 2706 5000 3.1506385e-12 835643.16 2707 -0.00708499999999613 835627.4559929 2707 5000 3.1504415e-12 835627.46 Loop time of 0.01634 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:09 2021 Pair time (%) = 0.000911951 (5.58109) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.226162) Outpt time (%) = 0.0152872 (93.5566) Other time (%) = 0.000103951 (0.636171) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:09 2021 Memory usage per processor = 27.5171 Mbytes Step Atoms AVEKE stressZZ 2707 5000 3.1504415e-12 835626.19 2708 -0.00708499999999613 835610.485219115 2708 5000 3.1502446e-12 835610.49 Loop time of 0.017185 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:09 2021 Pair time (%) = 0.00079298 (4.61438) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.209492) Outpt time (%) = 0.0162621 (94.6295) Other time (%) = 9.39369e-05 (0.546622) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:09 2021 Memory usage per processor = 27.5171 Mbytes Step Atoms AVEKE stressZZ 2708 5000 3.1502446e-12 835609.22 2709 -0.00708499999999613 835593.515146325 2709 5000 3.1500476e-12 835593.52 Loop time of 0.016813 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:09 2021 Pair time (%) = 0.000816822 (4.85827) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.214127) Outpt time (%) = 0.015862 (94.3434) Other time (%) = 9.82285e-05 (0.58424) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:09 2021 Memory usage per processor = 27.5171 Mbytes Step Atoms AVEKE stressZZ 2709 5000 3.1500476e-12 835592.25 2710 -0.00708499999999613 835576.545775631 2710 5000 3.1498507e-12 835576.55 Loop time of 0.017695 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:09 2021 Pair time (%) = 0.000842094 (4.75895) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.203455) Outpt time (%) = 0.0166731 (94.2251) Other time (%) = 0.000143766 (0.812471) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:09 2021 Memory usage per processor = 27.5171 Mbytes Step Atoms AVEKE stressZZ 2710 5000 3.1498507e-12 835575.28 2711 -0.00708499999999613 835559.577106594 2711 5000 3.1496538e-12 835559.58 Loop time of 0.0170999 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:09 2021 Pair time (%) = 0.00108099 (6.32163) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.210535) Outpt time (%) = 0.0158348 (92.602) Other time (%) = 0.000148058 (0.865843) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:09 2021 Memory usage per processor = 27.5171 Mbytes Step Atoms AVEKE stressZZ 2711 5000 3.1496538e-12 835558.31 2712 -0.00708499999999613 835542.609138803 2712 5000 3.1494569e-12 835542.61 Loop time of 0.0170209 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:09 2021 Pair time (%) = 0.00079298 (4.65885) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.204508) Outpt time (%) = 0.0160499 (94.2948) Other time (%) = 0.00014329 (0.841843) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:09 2021 Memory usage per processor = 27.5171 Mbytes Step Atoms AVEKE stressZZ 2712 5000 3.1494569e-12 835541.34 2713 -0.00708499999999613 835525.641871991 2713 5000 3.1492601e-12 835525.64 Loop time of 0.0163081 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:09 2021 Pair time (%) = 0.00079298 (4.8625) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.214909) Outpt time (%) = 0.0153742 (94.2735) Other time (%) = 0.000105858 (0.649113) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:09 2021 Memory usage per processor = 27.5171 Mbytes Step Atoms AVEKE stressZZ 2713 5000 3.1492601e-12 835524.37 2714 -0.00708499999999613 835508.675306004 2714 5000 3.1490632e-12 835508.68 Loop time of 0.0162871 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:10 2021 Pair time (%) = 0.000844002 (5.18203) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.232752) Outpt time (%) = 0.0152981 (93.9279) Other time (%) = 0.00010705 (0.657269) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:10 2021 Memory usage per processor = 27.5171 Mbytes Step Atoms AVEKE stressZZ 2714 5000 3.1490632e-12 835507.41 2715 -0.00708499999999613 835491.709440683 2715 5000 3.1488664e-12 835491.71 Loop time of 0.01688 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:10 2021 Pair time (%) = 0.000791073 (4.68644) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.201977) Outpt time (%) = 0.0159638 (94.572) Other time (%) = 9.10759e-05 (0.539548) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:10 2021 Memory usage per processor = 27.5171 Mbytes Step Atoms AVEKE stressZZ 2715 5000 3.1488664e-12 835490.44 2716 -0.00708499999999613 835474.744275877 2716 5000 3.1486696e-12 835474.74 Loop time of 0.0171111 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:10 2021 Pair time (%) = 0.000794172 (4.64128) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204824) Outpt time (%) = 0.0161891 (94.6119) Other time (%) = 9.27448e-05 (0.542017) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:10 2021 Memory usage per processor = 27.5171 Mbytes Step Atoms AVEKE stressZZ 2716 5000 3.1486696e-12 835473.48 2717 -0.00708499999999613 835457.779811501 2717 5000 3.1484728e-12 835457.78 Loop time of 0.0162709 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:10 2021 Pair time (%) = 0.000792027 (4.86776) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.213935) Outpt time (%) = 0.015316 (94.1314) Other time (%) = 0.000128031 (0.786871) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:10 2021 Memory usage per processor = 27.5171 Mbytes Step Atoms AVEKE stressZZ 2717 5000 3.1484728e-12 835456.51 2718 -0.00708499999999613 835440.81604739 2718 5000 3.148276e-12 835440.82 Loop time of 0.017143 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:10 2021 Pair time (%) = 0.000977039 (5.69934) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.221131) Outpt time (%) = 0.015981 (93.2214) Other time (%) = 0.000147104 (0.8581) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:10 2021 Memory usage per processor = 27.5171 Mbytes Step Atoms AVEKE stressZZ 2718 5000 3.148276e-12 835439.55 2719 -0.00708499999999613 835423.852983437 2719 5000 3.1480792e-12 835423.85 Loop time of 0.017014 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:10 2021 Pair time (%) = 0.00079298 (4.66074) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205992) Outpt time (%) = 0.0160911 (94.5755) Other time (%) = 9.48906e-05 (0.55772) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:10 2021 Memory usage per processor = 27.5171 Mbytes Step Atoms AVEKE stressZZ 2719 5000 3.1480792e-12 835422.58 2720 -0.00708499999999613 835406.890619596 2720 5000 3.1478825e-12 835406.89 Loop time of 0.0176311 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:10 2021 Pair time (%) = 0.000793934 (4.50304) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.198783) Outpt time (%) = 0.016706 (94.7532) Other time (%) = 9.60827e-05 (0.544963) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:10 2021 Memory usage per processor = 27.5171 Mbytes Step Atoms AVEKE stressZZ 2720 5000 3.1478825e-12 835405.62 2721 -0.00708499999999613 835389.928955709 2721 5000 3.1476857e-12 835389.93 Loop time of 0.0165319 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:10 2021 Pair time (%) = 0.000838995 (5.07499) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.229305) Outpt time (%) = 0.015552 (94.0727) Other time (%) = 0.000102997 (0.623017) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:10 2021 Memory usage per processor = 27.5171 Mbytes Step Atoms AVEKE stressZZ 2721 5000 3.1476857e-12 835388.66 2722 -0.00708499999999613 835372.967991687 2722 5000 3.147489e-12 835372.97 Loop time of 0.0171001 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:10 2021 Pair time (%) = 0.000790119 (4.62055) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204955) Outpt time (%) = 0.0161822 (94.6321) Other time (%) = 9.27448e-05 (0.542364) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:10 2021 Memory usage per processor = 27.5171 Mbytes Step Atoms AVEKE stressZZ 2722 5000 3.147489e-12 835371.7 2723 -0.00708499999999613 835356.007727451 2723 5000 3.1472923e-12 835356.01 Loop time of 0.0166471 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:10 2021 Pair time (%) = 0.000792027 (4.75774) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.210532) Outpt time (%) = 0.0157249 (94.4603) Other time (%) = 9.5129e-05 (0.571445) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:10 2021 Memory usage per processor = 27.5171 Mbytes Step Atoms AVEKE stressZZ 2723 5000 3.1472923e-12 835354.74 2724 -0.00708499999999613 835339.048162889 2724 5000 3.1470956e-12 835339.05 Loop time of 0.016268 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:10 2021 Pair time (%) = 0.000825882 (5.07672) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.233025) Outpt time (%) = 0.0153019 (94.0615) Other time (%) = 0.000102282 (0.628728) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:10 2021 Memory usage per processor = 27.5171 Mbytes Step Atoms AVEKE stressZZ 2724 5000 3.1470956e-12 835337.78 2725 -0.00708499999999613 835322.089297922 2725 5000 3.146899e-12 835322.09 Loop time of 0.0168869 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:10 2021 Pair time (%) = 0.000903845 (5.35233) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.21319) Outpt time (%) = 0.0158479 (93.8472) Other time (%) = 9.91821e-05 (0.58733) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:10 2021 Memory usage per processor = 27.5171 Mbytes Step Atoms AVEKE stressZZ 2725 5000 3.146899e-12 835320.82 2726 -0.00708499999999613 835305.13113246 2726 5000 3.1467023e-12 835305.13 Loop time of 0.016995 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:10 2021 Pair time (%) = 0.000818968 (4.81889) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.211835) Outpt time (%) = 0.0159931 (94.1051) Other time (%) = 0.000146866 (0.864173) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:10 2021 Memory usage per processor = 27.5171 Mbytes Step Atoms AVEKE stressZZ 2726 5000 3.1467023e-12 835303.86 2727 -0.00708499999999613 835288.173666431 2727 5000 3.1465057e-12 835288.17 Loop time of 0.0165081 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:10 2021 Pair time (%) = 0.000790834 (4.79058) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.212305) Outpt time (%) = 0.015548 (94.184) Other time (%) = 0.00013423 (0.813114) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:10 2021 Memory usage per processor = 27.5171 Mbytes Step Atoms AVEKE stressZZ 2727 5000 3.1465057e-12 835286.91 2728 -0.00708499999999613 835271.216899725 2728 5000 3.1463091e-12 835271.22 Loop time of 0.0163412 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:10 2021 Pair time (%) = 0.000878096 (5.3735) Neigh time (%) = 0 (0) Comm time (%) = 5.29289e-05 (0.323898) Outpt time (%) = 0.0152991 (93.6227) Other time (%) = 0.000111103 (0.679895) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:10 2021 Memory usage per processor = 27.5171 Mbytes Step Atoms AVEKE stressZZ 2728 5000 3.1463091e-12 835269.95 2729 -0.00708499999999613 835254.260832266 2729 5000 3.1461125e-12 835254.26 Loop time of 0.0172391 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:10 2021 Pair time (%) = 0.000838995 (4.86682) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.203303) Outpt time (%) = 0.0162752 (94.4085) Other time (%) = 8.98838e-05 (0.521395) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:10 2021 Memory usage per processor = 27.5171 Mbytes Step Atoms AVEKE stressZZ 2729 5000 3.1461125e-12 835252.99 2730 -0.00708499999999613 835237.305463788 2730 5000 3.1459159e-12 835237.31 Loop time of 0.0184081 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:10 2021 Pair time (%) = 0.000792027 (4.30261) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.183916) Outpt time (%) = 0.017487 (94.9967) Other time (%) = 9.5129e-05 (0.516779) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:10 2021 Memory usage per processor = 27.5171 Mbytes Step Atoms AVEKE stressZZ 2730 5000 3.1459159e-12 835236.04 2731 -0.00708499999999613 835220.350794264 2731 5000 3.1457193e-12 835220.35 Loop time of 0.0164852 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:10 2021 Pair time (%) = 0.000793934 (4.81604) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.218385) Outpt time (%) = 0.015543 (94.2844) Other time (%) = 0.000112295 (0.681187) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:10 2021 Memory usage per processor = 27.5171 Mbytes Step Atoms AVEKE stressZZ 2731 5000 3.1457193e-12 835219.08 2732 -0.00708499999999613 835203.396823763 2732 5000 3.1455228e-12 835203.4 Loop time of 0.0169759 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:10 2021 Pair time (%) = 0.00101209 (5.96191) Neigh time (%) = 0 (0) Comm time (%) = 7.89165e-05 (0.464875) Outpt time (%) = 0.0157821 (92.9679) Other time (%) = 0.000102758 (0.60532) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:10 2021 Memory usage per processor = 27.5171 Mbytes Step Atoms AVEKE stressZZ 2732 5000 3.1455228e-12 835202.13 2733 -0.00708499999999613 835186.44355219 2733 5000 3.1453262e-12 835186.44 Loop time of 0.017117 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:10 2021 Pair time (%) = 0.000795126 (4.64523) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204752) Outpt time (%) = 0.0161951 (94.6138) Other time (%) = 9.17912e-05 (0.536257) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:10 2021 Memory usage per processor = 27.5171 Mbytes Step Atoms AVEKE stressZZ 2733 5000 3.1453262e-12 835185.18 2734 -0.00708499999999613 835169.490979448 2734 5000 3.1451297e-12 835169.49 Loop time of 0.0161479 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:10 2021 Pair time (%) = 0.000790119 (4.89303) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.211136) Outpt time (%) = 0.0152299 (94.3156) Other time (%) = 9.36985e-05 (0.580254) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:10 2021 Memory usage per processor = 27.5171 Mbytes Step Atoms AVEKE stressZZ 2734 5000 3.1451297e-12 835168.22 2735 -0.00708499999999613 835152.539105484 2735 5000 3.1449332e-12 835152.54 Loop time of 0.0170381 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:10 2021 Pair time (%) = 0.00121093 (7.10717) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.275667) Outpt time (%) = 0.0156071 (91.6012) Other time (%) = 0.000173092 (1.01591) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:10 2021 Memory usage per processor = 27.5171 Mbytes Step Atoms AVEKE stressZZ 2735 5000 3.1449332e-12 835151.27 2736 -0.00708499999999613 835135.587930248 2736 5000 3.1447367e-12 835135.59 Loop time of 0.0168931 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:10 2021 Pair time (%) = 0.000792027 (4.68845) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207466) Outpt time (%) = 0.0159721 (94.548) Other time (%) = 9.39369e-05 (0.556065) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:10 2021 Memory usage per processor = 27.5171 Mbytes Step Atoms AVEKE stressZZ 2736 5000 3.1447367e-12 835134.32 2737 -0.00708499999999613 835118.637453642 2737 5000 3.1445402e-12 835118.64 Loop time of 0.0162551 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:10 2021 Pair time (%) = 0.000795126 (4.89154) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.215609) Outpt time (%) = 0.0153341 (94.334) Other time (%) = 9.08375e-05 (0.558823) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:10 2021 Memory usage per processor = 27.5171 Mbytes Step Atoms AVEKE stressZZ 2737 5000 3.1445402e-12 835117.37 2738 -0.00708499999999613 835101.687675604 2738 5000 3.1443438e-12 835101.69 Loop time of 0.016263 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:10 2021 Pair time (%) = 0.000849962 (5.22635) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.233097) Outpt time (%) = 0.015264 (93.8574) Other time (%) = 0.000111103 (0.683164) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:10 2021 Memory usage per processor = 27.5171 Mbytes Step Atoms AVEKE stressZZ 2738 5000 3.1443438e-12 835100.42 2739 -0.00708499999999613 835084.738596049 2739 5000 3.1441473e-12 835084.74 Loop time of 0.016726 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:10 2021 Pair time (%) = 0.000800848 (4.78804) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209539) Outpt time (%) = 0.0157781 (94.3325) Other time (%) = 0.000112057 (0.669955) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:10 2021 Memory usage per processor = 27.5171 Mbytes Step Atoms AVEKE stressZZ 2739 5000 3.1441473e-12 835083.47 2740 -0.00708499999999613 835067.790214914 2740 5000 3.1439509e-12 835067.79 Loop time of 0.0188391 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:10 2021 Pair time (%) = 0.000867128 (4.60281) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.191098) Outpt time (%) = 0.0177989 (94.4784) Other time (%) = 0.000137091 (0.727692) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:10 2021 Memory usage per processor = 27.5171 Mbytes Step Atoms AVEKE stressZZ 2740 5000 3.1439509e-12 835066.52 2741 -0.00708499999999613 835050.842532147 2741 5000 3.1437545e-12 835050.84 Loop time of 0.0161982 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:10 2021 Pair time (%) = 0.000834942 (5.15455) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.216367) Outpt time (%) = 0.0152051 (93.8696) Other time (%) = 0.000123024 (0.759494) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:10 2021 Memory usage per processor = 27.5171 Mbytes Step Atoms AVEKE stressZZ 2741 5000 3.1437545e-12 835049.57 2742 -0.00708499999999613 835033.895547666 2742 5000 3.1435581e-12 835033.9 Loop time of 0.0160289 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:10 2021 Pair time (%) = 0.000792027 (4.94125) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.218652) Outpt time (%) = 0.015111 (94.2734) Other time (%) = 9.08375e-05 (0.566711) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:10 2021 Memory usage per processor = 27.5171 Mbytes Step Atoms AVEKE stressZZ 2742 5000 3.1435581e-12 835032.63 2743 -0.00708499999999613 835016.94926141 2743 5000 3.1433617e-12 835016.95 Loop time of 0.0159302 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:10 2021 Pair time (%) = 0.000794172 (4.98533) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.220007) Outpt time (%) = 0.0150108 (94.2289) Other time (%) = 9.01222e-05 (0.565733) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:10 2021 Memory usage per processor = 27.5171 Mbytes Step Atoms AVEKE stressZZ 2743 5000 3.1433617e-12 835015.68 2744 -0.00708499999999613 835000.0036733 2744 5000 3.1431654e-12 835000 Loop time of 0.016057 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:10 2021 Pair time (%) = 0.000794888 (4.95041) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.218269) Outpt time (%) = 0.015137 (94.2701) Other time (%) = 9.01222e-05 (0.561264) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:10 2021 Memory usage per processor = 27.5171 Mbytes Step Atoms AVEKE stressZZ 2744 5000 3.1431654e-12 834998.74 2745 -0.00708499999999613 834983.058783269 2745 5000 3.142969e-12 834983.06 Loop time of 0.0168359 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:10 2021 Pair time (%) = 0.000790834 (4.6973) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.206755) Outpt time (%) = 0.0159211 (94.5663) Other time (%) = 8.91685e-05 (0.529633) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:10 2021 Memory usage per processor = 27.5171 Mbytes Step Atoms AVEKE stressZZ 2745 5000 3.142969e-12 834981.79 2746 -0.00708499999999613 834966.11459128 2746 5000 3.1427727e-12 834966.11 Loop time of 0.0164239 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:10 2021 Pair time (%) = 0.000848055 (5.16353) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.213393) Outpt time (%) = 0.0154428 (94.0264) Other time (%) = 9.799e-05 (0.596629) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:10 2021 Memory usage per processor = 27.5171 Mbytes Step Atoms AVEKE stressZZ 2746 5000 3.1427727e-12 834964.85 2747 -0.00708499999999613 834949.171097213 2747 5000 3.1425764e-12 834949.17 Loop time of 0.016386 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:10 2021 Pair time (%) = 0.000961065 (5.86515) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.238622) Outpt time (%) = 0.0152471 (93.0494) Other time (%) = 0.00013876 (0.846816) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:10 2021 Memory usage per processor = 27.5171 Mbytes Step Atoms AVEKE stressZZ 2747 5000 3.1425764e-12 834947.9 2748 -0.00708499999999613 834932.228301032 2748 5000 3.1423801e-12 834932.23 Loop time of 0.0175221 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:10 2021 Pair time (%) = 0.0008111 (4.62901) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.205462) Outpt time (%) = 0.016525 (94.3097) Other time (%) = 0.000149965 (0.855864) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:10 2021 Memory usage per processor = 27.5171 Mbytes Step Atoms AVEKE stressZZ 2748 5000 3.1423801e-12 834930.96 2749 -0.00708499999999613 834915.286202676 2749 5000 3.1421838e-12 834915.29 Loop time of 0.0168979 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:10 2021 Pair time (%) = 0.000842094 (4.98342) Neigh time (%) = 0 (0) Comm time (%) = 5.50747e-05 (0.325926) Outpt time (%) = 0.015888 (94.0233) Other time (%) = 0.000112772 (0.667372) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:10 2021 Memory usage per processor = 27.5171 Mbytes Step Atoms AVEKE stressZZ 2749 5000 3.1421838e-12 834914.02 2750 -0.00708499999999613 834898.344802098 2750 5000 3.1419876e-12 834898.34 Loop time of 0.017684 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:10 2021 Pair time (%) = 0.000813961 (4.60282) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.208974) Outpt time (%) = 0.0167129 (94.5087) Other time (%) = 0.000120163 (0.679502) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:10 2021 Memory usage per processor = 27.5171 Mbytes Step Atoms AVEKE stressZZ 2750 5000 3.1419876e-12 834897.08 2751 -0.00708499999999613 834881.404099225 2751 5000 3.1417913e-12 834881.4 Loop time of 0.016798 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:10 2021 Pair time (%) = 0.000825882 (4.91654) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.214318) Outpt time (%) = 0.0158329 (94.2546) Other time (%) = 0.000103235 (0.614568) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:10 2021 Memory usage per processor = 27.5171 Mbytes Step Atoms AVEKE stressZZ 2751 5000 3.1417913e-12 834880.14 2752 -0.00708499999999613 834864.46409396 2752 5000 3.1415951e-12 834864.46 Loop time of 0.0169189 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:10 2021 Pair time (%) = 0.000844955 (4.99415) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.20715) Outpt time (%) = 0.0159049 (94.0067) Other time (%) = 0.000133991 (0.791962) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:10 2021 Memory usage per processor = 27.5171 Mbytes Step Atoms AVEKE stressZZ 2752 5000 3.1415951e-12 834863.2 2753 -0.00708499999999613 834847.524786267 2753 5000 3.1413989e-12 834847.52 Loop time of 0.0163331 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:10 2021 Pair time (%) = 0.000823975 (5.04481) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.21458) Outpt time (%) = 0.015379 (94.1582) Other time (%) = 9.5129e-05 (0.582431) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:10 2021 Memory usage per processor = 27.5171 Mbytes Step Atoms AVEKE stressZZ 2753 5000 3.1413989e-12 834846.26 2754 -0.00708499999999613 834830.586176087 2754 5000 3.1412027e-12 834830.59 Loop time of 0.01667 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:10 2021 Pair time (%) = 0.00104904 (6.293) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.227406) Outpt time (%) = 0.0154231 (92.5199) Other time (%) = 0.000159979 (0.959682) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:10 2021 Memory usage per processor = 27.5171 Mbytes Step Atoms AVEKE stressZZ 2754 5000 3.1412027e-12 834829.32 2755 -0.00708499999999613 834813.648263345 2755 5000 3.1410065e-12 834813.65 Loop time of 0.0167542 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:10 2021 Pair time (%) = 0.00079298 (4.73304) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209187) Outpt time (%) = 0.0158341 (94.5085) Other time (%) = 9.20296e-05 (0.549294) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:10 2021 Memory usage per processor = 27.5171 Mbytes Step Atoms AVEKE stressZZ 2755 5000 3.1410065e-12 834812.38 2756 -0.00708499999999613 834796.711047971 2756 5000 3.1408104e-12 834796.71 Loop time of 0.016495 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:10 2021 Pair time (%) = 0.000789881 (4.78861) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.212474) Outpt time (%) = 0.0155749 (94.4222) Other time (%) = 9.5129e-05 (0.576715) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:10 2021 Memory usage per processor = 27.5171 Mbytes Step Atoms AVEKE stressZZ 2756 5000 3.1408104e-12 834795.44 2757 -0.00708499999999613 834779.774529941 2757 5000 3.1406142e-12 834779.77 Loop time of 0.0162032 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:10 2021 Pair time (%) = 0.000849962 (5.24566) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.228072) Outpt time (%) = 0.015213 (93.8891) Other time (%) = 0.000103235 (0.63713) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:10 2021 Memory usage per processor = 27.5171 Mbytes Step Atoms AVEKE stressZZ 2757 5000 3.1406142e-12 834778.51 2758 -0.00708499999999613 834762.838709182 2758 5000 3.1404181e-12 834762.84 Loop time of 0.016901 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:11 2021 Pair time (%) = 0.000944853 (5.59051) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.213012) Outpt time (%) = 0.0158188 (93.5969) Other time (%) = 0.000101328 (0.599537) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:11 2021 Memory usage per processor = 27.5171 Mbytes Step Atoms AVEKE stressZZ 2758 5000 3.1404181e-12 834761.57 2759 -0.00708499999999613 834745.903585613 2759 5000 3.140222e-12 834745.9 Loop time of 0.0171001 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:11 2021 Pair time (%) = 0.000832081 (4.86594) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.199378) Outpt time (%) = 0.016109 (94.2041) Other time (%) = 0.000124931 (0.730589) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:11 2021 Memory usage per processor = 27.5171 Mbytes Step Atoms AVEKE stressZZ 2759 5000 3.140222e-12 834744.64 2760 -0.00708499999999613 834728.969159165 2760 5000 3.1400259e-12 834728.97 Loop time of 0.0176549 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:11 2021 Pair time (%) = 0.000789165 (4.46995) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.193113) Outpt time (%) = 0.016736 (94.7954) Other time (%) = 9.56059e-05 (0.541526) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:11 2021 Memory usage per processor = 27.5171 Mbytes Step Atoms AVEKE stressZZ 2760 5000 3.1400259e-12 834727.7 2761 -0.00708499999999613 834712.035429797 2761 5000 3.1398298e-12 834712.04 Loop time of 0.016628 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:11 2021 Pair time (%) = 0.00108504 (6.52539) Neigh time (%) = 0 (0) Comm time (%) = 6.91414e-05 (0.415812) Outpt time (%) = 0.0153282 (92.1827) Other time (%) = 0.000145674 (0.876074) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:11 2021 Memory usage per processor = 27.5171 Mbytes Step Atoms AVEKE stressZZ 2761 5000 3.1398298e-12 834710.77 2762 -0.00708499999999613 834695.102397429 2762 5000 3.1396337e-12 834695.1 Loop time of 0.0168359 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:11 2021 Pair time (%) = 0.000808001 (4.79926) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.213836) Outpt time (%) = 0.015892 (94.3935) Other time (%) = 9.98974e-05 (0.593358) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:11 2021 Memory usage per processor = 27.5171 Mbytes Step Atoms AVEKE stressZZ 2762 5000 3.1396337e-12 834693.83 2763 -0.00708499999999613 834678.170062027 2763 5000 3.1394377e-12 834678.17 Loop time of 0.0164719 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:11 2021 Pair time (%) = 0.000791073 (4.80257) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.212772) Outpt time (%) = 0.015547 (94.3854) Other time (%) = 9.87053e-05 (0.599236) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:11 2021 Memory usage per processor = 27.5171 Mbytes Step Atoms AVEKE stressZZ 2763 5000 3.1394377e-12 834676.9 2764 -0.00708499999999613 834661.238423519 2764 5000 3.1392416e-12 834661.24 Loop time of 0.0162621 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:11 2021 Pair time (%) = 0.000808954 (4.97449) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.228712) Outpt time (%) = 0.0152819 (93.9728) Other time (%) = 0.000133991 (0.82395) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:11 2021 Memory usage per processor = 27.5171 Mbytes Step Atoms AVEKE stressZZ 2764 5000 3.1392416e-12 834659.97 2765 -0.00708499999999613 834644.307481844 2765 5000 3.1390456e-12 834644.31 Loop time of 0.0169768 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:11 2021 Pair time (%) = 0.000836849 (4.92936) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.205039) Outpt time (%) = 0.0160148 (94.3333) Other time (%) = 9.03606e-05 (0.532259) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:11 2021 Memory usage per processor = 27.5171 Mbytes Step Atoms AVEKE stressZZ 2765 5000 3.1390456e-12 834643.04 2766 -0.00708499999999613 834627.377236939 2766 5000 3.1388496e-12 834627.38 Loop time of 0.017056 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:11 2021 Pair time (%) = 0.000792027 (4.64369) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.204087) Outpt time (%) = 0.0161309 (94.5763) Other time (%) = 9.82285e-05 (0.575918) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:11 2021 Memory usage per processor = 27.5171 Mbytes Step Atoms AVEKE stressZZ 2766 5000 3.1388496e-12 834626.11 2767 -0.00708499999999613 834610.447688763 2767 5000 3.1386536e-12 834610.45 Loop time of 0.0163238 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:11 2021 Pair time (%) = 0.000813961 (4.98634) Neigh time (%) = 0 (0) Comm time (%) = 4.91142e-05 (0.300875) Outpt time (%) = 0.0153458 (94.0088) Other time (%) = 0.000114918 (0.703989) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:19:11 2021 Memory usage per processor = 27.5171 Mbytes Step Atoms AVEKE stressZZ 2767 5000 3.1386536e-12 834609.18 2768 -0.00708499999999613 834590.345185847 2768 5000 6.2010368e-12 834617.66 Loop time of 0.0166919 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:11 2021 Pair time (%) = 0.000836134 (5.00921) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.21568) Outpt time (%) = 0.0156751 (93.9081) Other time (%) = 0.00014472 (0.867007) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:11 2021 Memory usage per processor = 27.5171 Mbytes Step Atoms AVEKE stressZZ 2768 5000 6.2010368e-12 858041.57 2769 -0.00711749999999612 858020.658714805 2769 5000 5.0303706e-12 858020.66 Loop time of 0.0168951 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:11 2021 Pair time (%) = 0.00080514 (4.76553) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207443) Outpt time (%) = 0.0159662 (94.5021) Other time (%) = 8.86917e-05 (0.524957) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:11 2021 Memory usage per processor = 27.5171 Mbytes Step Atoms AVEKE stressZZ 2769 5000 5.0303706e-12 858018.94 2770 -0.00711749999999612 857999.769572576 2770 5000 4.3499179e-12 857999.77 Loop time of 0.0176079 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:11 2021 Pair time (%) = 0.000795841 (4.51979) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.19769) Outpt time (%) = 0.016681 (94.7355) Other time (%) = 9.63211e-05 (0.547033) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:11 2021 Memory usage per processor = 27.5174 Mbytes Step Atoms AVEKE stressZZ 2770 5000 4.3499179e-12 857998.19 2771 -0.00711749999999612 857980.130080878 2771 5000 3.9430944e-12 857980.13 Loop time of 0.0162818 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:11 2021 Pair time (%) = 0.000929832 (5.71086) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.22697) Outpt time (%) = 0.0152018 (93.3666) Other time (%) = 0.000113249 (0.695553) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:11 2021 Memory usage per processor = 27.5174 Mbytes Step Atoms AVEKE stressZZ 2771 5000 3.9430944e-12 857978.65 2772 -0.00711749999999612 857961.285017545 2772 5000 3.6948544e-12 857961.29 Loop time of 0.0167279 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:11 2021 Pair time (%) = 0.000793934 (4.74616) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.202389) Outpt time (%) = 0.0158112 (94.5198) Other time (%) = 8.89301e-05 (0.531627) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:11 2021 Memory usage per processor = 27.5174 Mbytes Step Atoms AVEKE stressZZ 2772 5000 3.6948544e-12 857959.86 2773 -0.00711749999999612 857942.945085102 2773 5000 3.5412117e-12 857942.95 Loop time of 0.016948 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:11 2021 Pair time (%) = 0.00088501 (5.22192) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.218049) Outpt time (%) = 0.0158999 (93.8159) Other time (%) = 0.000126123 (0.74418) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:11 2021 Memory usage per processor = 27.5174 Mbytes Step Atoms AVEKE stressZZ 2773 5000 3.5412117e-12 857941.56 2774 -0.00711749999999612 857924.926432334 2774 5000 3.4451885e-12 857924.93 Loop time of 0.0162921 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:11 2021 Pair time (%) = 0.000799894 (4.90971) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.220973) Outpt time (%) = 0.0153539 (94.2415) Other time (%) = 0.000102282 (0.627799) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:11 2021 Memory usage per processor = 27.5174 Mbytes Step Atoms AVEKE stressZZ 2774 5000 3.4451885e-12 857923.56 2775 -0.00711749999999612 857907.112219921 2775 5000 3.3847739e-12 857907.11 Loop time of 0.0167091 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:11 2021 Pair time (%) = 0.000857115 (5.12963) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.215459) Outpt time (%) = 0.015707 (94.0028) Other time (%) = 0.000108957 (0.652084) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:11 2021 Memory usage per processor = 27.5174 Mbytes Step Atoms AVEKE stressZZ 2775 5000 3.3847739e-12 857905.76 2776 -0.00711749999999612 857889.428195232 2776 5000 3.3465813e-12 857889.43 Loop time of 0.0171039 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:11 2021 Pair time (%) = 0.000896931 (5.24401) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.210485) Outpt time (%) = 0.016068 (93.9433) Other time (%) = 0.000102997 (0.602183) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:11 2021 Memory usage per processor = 27.5174 Mbytes Step Atoms AVEKE stressZZ 2776 5000 3.3465813e-12 857888.09 2777 -0.00711749999999612 857871.82716993 2777 5000 3.3223464e-12 857871.83 Loop time of 0.0165951 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:11 2021 Pair time (%) = 0.000797987 (4.80856) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.209755) Outpt time (%) = 0.0156691 (94.4199) Other time (%) = 9.32217e-05 (0.561741) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:11 2021 Memory usage per processor = 27.5174 Mbytes Step Atoms AVEKE stressZZ 2777 5000 3.3223464e-12 857870.49 2778 -0.00711749999999612 857854.279155277 2778 5000 3.306915e-12 857854.28 Loop time of 0.016392 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:11 2021 Pair time (%) = 0.000936031 (5.7103) Neigh time (%) = 0 (0) Comm time (%) = 4.19617e-05 (0.255989) Outpt time (%) = 0.0152941 (93.3021) Other time (%) = 0.000119925 (0.731604) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:11 2021 Memory usage per processor = 27.5174 Mbytes Step Atoms AVEKE stressZZ 2778 5000 3.306915e-12 857852.95 2779 -0.00711749999999612 857836.765093068 2779 5000 3.2970515e-12 857836.77 Loop time of 0.016881 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:11 2021 Pair time (%) = 0.000794888 (4.70877) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.200554) Outpt time (%) = 0.0159612 (94.5512) Other time (%) = 9.10759e-05 (0.539518) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:11 2021 Memory usage per processor = 27.5174 Mbytes Step Atoms AVEKE stressZZ 2779 5000 3.2970515e-12 857835.44 2780 -0.00711749999999612 857819.272871639 2780 5000 3.2907155e-12 857819.27 Loop time of 0.0186229 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:11 2021 Pair time (%) = 0.000795126 (4.26962) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.186916) Outpt time (%) = 0.0176671 (94.8675) Other time (%) = 0.000125885 (0.67597) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:11 2021 Memory usage per processor = 27.5174 Mbytes Step Atoms AVEKE stressZZ 2780 5000 3.2907155e-12 857817.95 2781 -0.00711749999999612 857801.794793791 2781 5000 3.286617e-12 857801.79 Loop time of 0.0162199 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:11 2021 Pair time (%) = 0.000795126 (4.90218) Neigh time (%) = 0 (0) Comm time (%) = 4.88758e-05 (0.301333) Outpt time (%) = 0.015219 (93.8293) Other time (%) = 0.000156879 (0.967206) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:11 2021 Memory usage per processor = 27.5174 Mbytes Step Atoms AVEKE stressZZ 2781 5000 3.286617e-12 857800.47 2782 -0.00711749999999612 857784.325967908 2782 5000 3.2839385e-12 857784.33 Loop time of 0.0170982 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:11 2021 Pair time (%) = 0.000881195 (5.15373) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.210556) Outpt time (%) = 0.0160792 (94.0403) Other time (%) = 0.000101805 (0.595412) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:11 2021 Memory usage per processor = 27.5174 Mbytes Step Atoms AVEKE stressZZ 2782 5000 3.2839385e-12 857783 2783 -0.00711749999999612 857766.863285258 2783 5000 3.2821618e-12 857766.86 Loop time of 0.016881 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:11 2021 Pair time (%) = 0.00079298 (4.69747) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207615) Outpt time (%) = 0.015959 (94.5384) Other time (%) = 9.39369e-05 (0.556466) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:11 2021 Memory usage per processor = 27.5174 Mbytes Step Atoms AVEKE stressZZ 2783 5000 3.2821618e-12 857765.54 2784 -0.00711749999999612 857749.404770203 2784 5000 3.2809579e-12 857749.4 Loop time of 0.016264 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:11 2021 Pair time (%) = 0.00079298 (4.87569) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.215492) Outpt time (%) = 0.015341 (94.3254) Other time (%) = 9.48906e-05 (0.583441) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:11 2021 Memory usage per processor = 27.5174 Mbytes Step Atoms AVEKE stressZZ 2784 5000 3.2809579e-12 857748.08 2785 -0.00711749999999612 857731.949167194 2785 5000 3.2801179e-12 857731.95 Loop time of 0.016917 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:11 2021 Pair time (%) = 0.00081706 (4.82982) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.212811) Outpt time (%) = 0.015929 (94.1597) Other time (%) = 0.000134945 (0.797689) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:11 2021 Memory usage per processor = 27.5174 Mbytes Step Atoms AVEKE stressZZ 2785 5000 3.2801179e-12 857730.62 2786 -0.00711749999999612 857714.495678252 2786 5000 3.2795091e-12 857714.5 Loop time of 0.0167449 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:11 2021 Pair time (%) = 0.000793934 (4.74136) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.203608) Outpt time (%) = 0.015826 (94.5126) Other time (%) = 9.08375e-05 (0.54248) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:11 2021 Memory usage per processor = 27.5174 Mbytes Step Atoms AVEKE stressZZ 2786 5000 3.2795091e-12 857713.17 2787 -0.00711749999999612 857697.04379626 2787 5000 3.2790472e-12 857697.04 Loop time of 0.0161369 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:11 2021 Pair time (%) = 0.000797033 (4.9392) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.217189) Outpt time (%) = 0.0152099 (94.2556) Other time (%) = 9.48906e-05 (0.588035) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:11 2021 Memory usage per processor = 27.5174 Mbytes Step Atoms AVEKE stressZZ 2787 5000 3.2790472e-12 857695.72 2788 -0.00711749999999612 857679.593198928 2788 5000 3.2786787e-12 857679.59 Loop time of 0.0160871 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:11 2021 Pair time (%) = 0.000795126 (4.94264) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.211933) Outpt time (%) = 0.015172 (94.3119) Other time (%) = 8.58307e-05 (0.533539) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:11 2021 Memory usage per processor = 27.5174 Mbytes Step Atoms AVEKE stressZZ 2788 5000 3.2786787e-12 857678.27 2789 -0.00711749999999612 857662.143681405 2789 5000 3.2783695e-12 857662.14 Loop time of 0.0160382 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:11 2021 Pair time (%) = 0.000794888 (4.95622) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.212579) Outpt time (%) = 0.0150552 (93.8709) Other time (%) = 0.000154018 (0.960323) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:11 2021 Memory usage per processor = 27.5174 Mbytes Step Atoms AVEKE stressZZ 2789 5000 3.2783695e-12 857660.82 2790 -0.00711749999999612 857644.695113479 2790 5000 3.2780981e-12 857644.7 Loop time of 0.0185361 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:11 2021 Pair time (%) = 0.000799179 (4.31148) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.183932) Outpt time (%) = 0.017612 (95.0145) Other time (%) = 9.08375e-05 (0.490057) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:11 2021 Memory usage per processor = 27.5174 Mbytes Step Atoms AVEKE stressZZ 2790 5000 3.2780981e-12 857643.37 2791 -0.00711749999999612 857627.24741239 2791 5000 3.2778506e-12 857627.25 Loop time of 0.0165908 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:11 2021 Pair time (%) = 0.000840902 (5.06848) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.205498) Outpt time (%) = 0.01562 (94.1483) Other time (%) = 9.58443e-05 (0.577694) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:11 2021 Memory usage per processor = 27.5174 Mbytes Step Atoms AVEKE stressZZ 2791 5000 3.2778506e-12 857625.92 2792 -0.00711749999999612 857609.800525503 2792 5000 3.2776184e-12 857609.8 Loop time of 0.0162711 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:11 2021 Pair time (%) = 0.000816822 (5.02007) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.228585) Outpt time (%) = 0.0152991 (94.026) Other time (%) = 0.000118017 (0.725317) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:11 2021 Memory usage per processor = 27.5174 Mbytes Step Atoms AVEKE stressZZ 2792 5000 3.2776184e-12 857608.48 2793 -0.00711749999999612 857592.354419349 2793 5000 3.2773958e-12 857592.35 Loop time of 0.0172791 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:11 2021 Pair time (%) = 0.000966072 (5.59097) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.208351) Outpt time (%) = 0.0161731 (93.5991) Other time (%) = 0.000103951 (0.601595) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:11 2021 Memory usage per processor = 27.5174 Mbytes Step Atoms AVEKE stressZZ 2793 5000 3.2773958e-12 857591.03 2794 -0.00711749999999612 857574.909072681 2794 5000 3.2771795e-12 857574.91 Loop time of 0.0168879 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:11 2021 Pair time (%) = 0.000794172 (4.70261) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.201883) Outpt time (%) = 0.015965 (94.535) Other time (%) = 9.46522e-05 (0.560473) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:11 2021 Memory usage per processor = 27.5174 Mbytes Step Atoms AVEKE stressZZ 2794 5000 3.2771795e-12 857573.58 2795 -0.00711749999999612 857557.464471932 2795 5000 3.276967e-12 857557.46 Loop time of 0.0163701 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:11 2021 Pair time (%) = 0.000794888 (4.85574) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.212639) Outpt time (%) = 0.0154431 (94.3374) Other time (%) = 9.72748e-05 (0.594224) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:11 2021 Memory usage per processor = 27.5174 Mbytes Step Atoms AVEKE stressZZ 2795 5000 3.276967e-12 857556.14 2796 -0.00711749999999612 857540.02060847 2796 5000 3.2767571e-12 857540.02 Loop time of 0.0170889 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:11 2021 Pair time (%) = 0.000879049 (5.14398) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.203694) Outpt time (%) = 0.0160701 (94.0385) Other time (%) = 0.000104904 (0.613874) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:11 2021 Memory usage per processor = 27.5174 Mbytes Step Atoms AVEKE stressZZ 2796 5000 3.2767571e-12 857538.7 2797 -0.00711749999999612 857522.577476748 2797 5000 3.2765487e-12 857522.58 Loop time of 0.0168939 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:11 2021 Pair time (%) = 0.000793934 (4.69954) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207457) Outpt time (%) = 0.01597 (94.5313) Other time (%) = 9.48906e-05 (0.561687) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:11 2021 Memory usage per processor = 27.5174 Mbytes Step Atoms AVEKE stressZZ 2797 5000 3.2765487e-12 857521.25 2798 -0.00711749999999612 857505.135073314 2798 5000 3.2763414e-12 857505.14 Loop time of 0.0167069 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:11 2021 Pair time (%) = 0.000795841 (4.76354) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.202643) Outpt time (%) = 0.015739 (94.2061) Other time (%) = 0.000138283 (0.827696) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:11 2021 Memory usage per processor = 27.5174 Mbytes Step Atoms AVEKE stressZZ 2798 5000 3.2763414e-12 857503.81 2799 -0.00711749999999612 857487.693395861 2799 5000 3.2761347e-12 857487.69 Loop time of 0.0164342 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:11 2021 Pair time (%) = 0.000967026 (5.88423) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.249529) Outpt time (%) = 0.0153031 (93.1177) Other time (%) = 0.000123024 (0.748586) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:11 2021 Memory usage per processor = 27.5174 Mbytes Step Atoms AVEKE stressZZ 2799 5000 3.2761347e-12 857486.37 2800 -0.00711749999999612 857470.252442949 2800 5000 3.2759284e-12 857470.25 Loop time of 0.0183568 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:11 2021 Pair time (%) = 0.000833035 (4.53802) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.196119) Outpt time (%) = 0.017359 (94.5645) Other time (%) = 0.000128746 (0.701353) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:11 2021 Memory usage per processor = 27.5174 Mbytes Step Atoms AVEKE stressZZ 2800 5000 3.2759284e-12 857468.93 2801 -0.00711749999999612 857452.812213645 2801 5000 3.2757225e-12 857452.81 Loop time of 0.0167902 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:11 2021 Pair time (%) = 0.000793934 (4.72857) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.207319) Outpt time (%) = 0.015867 (94.5018) Other time (%) = 9.44138e-05 (0.562316) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:11 2021 Memory usage per processor = 27.5174 Mbytes Step Atoms AVEKE stressZZ 2801 5000 3.2757225e-12 857451.49 2802 -0.00711749999999612 857435.372707315 2802 5000 3.2755167e-12 857435.37 Loop time of 0.0164449 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:11 2021 Pair time (%) = 0.000821114 (4.99311) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.21892) Outpt time (%) = 0.0154879 (94.1805) Other time (%) = 9.98974e-05 (0.607466) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:11 2021 Memory usage per processor = 27.5174 Mbytes Step Atoms AVEKE stressZZ 2802 5000 3.2755167e-12 857434.05 2803 -0.00711749999999612 857417.933923556 2803 5000 3.275311e-12 857417.93 Loop time of 0.0169621 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:12 2021 Pair time (%) = 0.000837088 (4.93506) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.212246) Outpt time (%) = 0.015938 (93.9629) Other time (%) = 0.000150919 (0.889745) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:12 2021 Memory usage per processor = 27.5174 Mbytes Step Atoms AVEKE stressZZ 2803 5000 3.275311e-12 857416.61 2804 -0.00711749999999612 857400.495862048 2804 5000 3.2751054e-12 857400.5 Loop time of 0.016819 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:12 2021 Pair time (%) = 0.000795126 (4.72755) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.20271) Outpt time (%) = 0.0158989 (94.5297) Other time (%) = 9.08375e-05 (0.540088) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:12 2021 Memory usage per processor = 27.5174 Mbytes Step Atoms AVEKE stressZZ 2804 5000 3.2751054e-12 857399.17 2805 -0.00711749999999612 857383.058522641 2805 5000 3.2748998e-12 857383.06 Loop time of 0.0162442 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:12 2021 Pair time (%) = 0.000793934 (4.8875) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.215754) Outpt time (%) = 0.0152841 (94.0895) Other time (%) = 0.00013113 (0.807245) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:12 2021 Memory usage per processor = 27.5174 Mbytes Step Atoms AVEKE stressZZ 2805 5000 3.2748998e-12 857381.73 2806 -0.00711749999999612 857365.62190515 2806 5000 3.2746943e-12 857365.62 Loop time of 0.016654 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:12 2021 Pair time (%) = 0.000967026 (5.80656) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.240509) Outpt time (%) = 0.015532 (93.2629) Other time (%) = 0.000114918 (0.69003) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:12 2021 Memory usage per processor = 27.5174 Mbytes Step Atoms AVEKE stressZZ 2806 5000 3.2746943e-12 857364.3 2807 -0.00711749999999612 857348.186009465 2807 5000 3.2744889e-12 857348.19 Loop time of 0.016834 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:12 2021 Pair time (%) = 0.000841856 (5.00092) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208195) Outpt time (%) = 0.015862 (94.2258) Other time (%) = 9.5129e-05 (0.5651) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:12 2021 Memory usage per processor = 27.5174 Mbytes Step Atoms AVEKE stressZZ 2807 5000 3.2744889e-12 857346.86 2808 -0.00711749999999612 857330.750835508 2808 5000 3.2742834e-12 857330.75 Loop time of 0.016295 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:12 2021 Pair time (%) = 0.000795126 (4.87958) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.215082) Outpt time (%) = 0.0153711 (94.3303) Other time (%) = 9.36985e-05 (0.575015) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:12 2021 Memory usage per processor = 27.5174 Mbytes Step Atoms AVEKE stressZZ 2808 5000 3.2742834e-12 857329.43 2809 -0.00711749999999612 857313.316383165 2809 5000 3.274078e-12 857313.32 Loop time of 0.0165379 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:12 2021 Pair time (%) = 0.000810862 (4.90305) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.217689) Outpt time (%) = 0.015547 (94.0085) Other time (%) = 0.000144005 (0.870756) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:12 2021 Memory usage per processor = 27.5174 Mbytes Step Atoms AVEKE stressZZ 2809 5000 3.274078e-12 857311.99 2810 -0.00711749999999612 857295.88265238 2810 5000 3.2738726e-12 857295.88 Loop time of 0.018445 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:12 2021 Pair time (%) = 0.000914097 (4.95579) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.190011) Outpt time (%) = 0.017401 (94.3397) Other time (%) = 9.48906e-05 (0.514451) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:12 2021 Memory usage per processor = 27.5174 Mbytes Step Atoms AVEKE stressZZ 2810 5000 3.2738726e-12 857294.56 2811 -0.00711749999999612 857278.449643122 2811 5000 3.2736673e-12 857278.45 Loop time of 0.017076 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:12 2021 Pair time (%) = 0.00097084 (5.6854) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205244) Outpt time (%) = 0.0159729 (93.5397) Other time (%) = 9.72748e-05 (0.569657) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:12 2021 Memory usage per processor = 27.5174 Mbytes Step Atoms AVEKE stressZZ 2811 5000 3.2736673e-12 857277.13 2812 -0.00711749999999612 857261.017355281 2812 5000 3.2734619e-12 857261.02 Loop time of 0.016309 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:12 2021 Pair time (%) = 0.000794172 (4.86953) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.214897) Outpt time (%) = 0.0153542 (94.1452) Other time (%) = 0.000125647 (0.770412) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:12 2021 Memory usage per processor = 27.5174 Mbytes Step Atoms AVEKE stressZZ 2812 5000 3.2734619e-12 857259.69 2813 -0.00711749999999612 857243.585789168 2813 5000 3.2732566e-12 857243.59 Loop time of 0.0171759 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:12 2021 Pair time (%) = 0.00106716 (6.21313) Neigh time (%) = 0 (0) Comm time (%) = 6.38962e-05 (0.37201) Outpt time (%) = 0.0158749 (92.4251) Other time (%) = 0.000169992 (0.989714) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:12 2021 Memory usage per processor = 27.5174 Mbytes Step Atoms AVEKE stressZZ 2813 5000 3.2732566e-12 857242.26 2814 -0.00711749999999612 857226.154950066 2814 5000 3.2730513e-12 857226.15 Loop time of 0.016901 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:12 2021 Pair time (%) = 0.000852823 (5.04599) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.213012) Outpt time (%) = 0.015908 (94.1245) Other time (%) = 0.000104189 (0.616465) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:12 2021 Memory usage per processor = 27.5174 Mbytes Step Atoms AVEKE stressZZ 2814 5000 3.2730513e-12 857224.83 2815 -0.00711749999999612 857208.724835769 2815 5000 3.272846e-12 857208.72 Loop time of 0.0165591 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:12 2021 Pair time (%) = 0.000797987 (4.81902) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.205892) Outpt time (%) = 0.0156209 (94.3344) Other time (%) = 0.000106096 (0.640712) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:12 2021 Memory usage per processor = 27.5174 Mbytes Step Atoms AVEKE stressZZ 2815 5000 3.272846e-12 857207.4 2816 -0.00711749999999612 857191.295444901 2816 5000 3.2726407e-12 857191.3 Loop time of 0.0162179 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:12 2021 Pair time (%) = 0.000812054 (5.00713) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.221984) Outpt time (%) = 0.0151989 (93.7168) Other time (%) = 0.000170946 (1.05406) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:12 2021 Memory usage per processor = 27.5174 Mbytes Step Atoms AVEKE stressZZ 2816 5000 3.2726407e-12 857189.97 2817 -0.00711749999999612 857173.866777186 2817 5000 3.2724354e-12 857173.87 Loop time of 0.0172231 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:12 2021 Pair time (%) = 0.000990152 (5.74897) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.220103) Outpt time (%) = 0.0160711 (93.3111) Other time (%) = 0.000123978 (0.719833) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:12 2021 Memory usage per processor = 27.5174 Mbytes Step Atoms AVEKE stressZZ 2817 5000 3.2724354e-12 857172.54 2818 -0.00711749999999612 857156.438832297 2818 5000 3.2722302e-12 857156.44 Loop time of 0.016957 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:12 2021 Pair time (%) = 0.000797987 (4.70593) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206684) Outpt time (%) = 0.01601 (94.4153) Other time (%) = 0.000113964 (0.672075) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:12 2021 Memory usage per processor = 27.5174 Mbytes Step Atoms AVEKE stressZZ 2818 5000 3.2722302e-12 857155.11 2819 -0.00711749999999612 857139.011610029 2819 5000 3.2720249e-12 857139.01 Loop time of 0.016223 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:12 2021 Pair time (%) = 0.000811815 (5.00411) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.221915) Outpt time (%) = 0.0152299 (93.879) Other time (%) = 0.000145197 (0.895009) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:12 2021 Memory usage per processor = 27.5174 Mbytes Step Atoms AVEKE stressZZ 2819 5000 3.2720249e-12 857137.69 2820 -0.00711749999999612 857121.585110148 2820 5000 3.2718197e-12 857121.59 Loop time of 0.0185521 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:12 2021 Pair time (%) = 0.000838041 (4.51724) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.194055) Outpt time (%) = 0.0175462 (94.578) Other time (%) = 0.000131845 (0.710678) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:12 2021 Memory usage per processor = 27.5174 Mbytes Step Atoms AVEKE stressZZ 2820 5000 3.2718197e-12 857120.26 2821 -0.00711749999999612 857104.159332526 2821 5000 3.2716145e-12 857104.16 Loop time of 0.016947 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:12 2021 Pair time (%) = 0.000794888 (4.69042) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.205399) Outpt time (%) = 0.016022 (94.5414) Other time (%) = 9.53674e-05 (0.562738) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:12 2021 Memory usage per processor = 27.5174 Mbytes Step Atoms AVEKE stressZZ 2821 5000 3.2716145e-12 857102.84 2822 -0.00711749999999612 857086.73427701 2822 5000 3.2714094e-12 857086.73 Loop time of 0.016264 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:12 2021 Pair time (%) = 0.000846148 (5.20259) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.215492) Outpt time (%) = 0.0152881 (93.9999) Other time (%) = 9.46522e-05 (0.581975) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:12 2021 Memory usage per processor = 27.5174 Mbytes Step Atoms AVEKE stressZZ 2822 5000 3.2714094e-12 857085.41 2823 -0.00711749999999612 857069.309943504 2823 5000 3.2712042e-12 857069.31 Loop time of 0.0164611 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:12 2021 Pair time (%) = 0.000874996 (5.31553) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.218704) Outpt time (%) = 0.0154102 (93.6156) Other time (%) = 0.000139952 (0.850195) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:12 2021 Memory usage per processor = 27.5174 Mbytes Step Atoms AVEKE stressZZ 2823 5000 3.2712042e-12 857067.99 2824 -0.00711749999999612 857051.886331853 2824 5000 3.2709991e-12 857051.89 Loop time of 0.0172081 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:12 2021 Pair time (%) = 0.00099802 (5.79971) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.202283) Outpt time (%) = 0.0160792 (93.4396) Other time (%) = 9.60827e-05 (0.558357) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:12 2021 Memory usage per processor = 27.5174 Mbytes Step Atoms AVEKE stressZZ 2824 5000 3.2709991e-12 857050.56 2825 -0.00711749999999612 857034.463441955 2825 5000 3.2707939e-12 857034.46 Loop time of 0.0169261 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:12 2021 Pair time (%) = 0.000795126 (4.69765) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207063) Outpt time (%) = 0.0160022 (94.5417) Other time (%) = 9.36985e-05 (0.553576) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:12 2021 Memory usage per processor = 27.5174 Mbytes Step Atoms AVEKE stressZZ 2825 5000 3.2707939e-12 857033.14 2826 -0.00711749999999612 857017.041273749 2826 5000 3.2705888e-12 857017.04 Loop time of 0.01634 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:12 2021 Pair time (%) = 0.000799179 (4.89093) Neigh time (%) = 0 (0) Comm time (%) = 8.39233e-05 (0.513606) Outpt time (%) = 0.0153501 (93.9418) Other time (%) = 0.000106812 (0.653681) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:12 2021 Memory usage per processor = 27.5174 Mbytes Step Atoms AVEKE stressZZ 2826 5000 3.2705888e-12 857015.72 2827 -0.00711749999999612 856999.619827097 2827 5000 3.2703837e-12 856999.62 Loop time of 0.0169961 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:12 2021 Pair time (%) = 0.00087595 (5.15381) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.21182) Outpt time (%) = 0.0159822 (94.034) Other time (%) = 0.000102043 (0.60039) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:12 2021 Memory usage per processor = 27.5174 Mbytes Step Atoms AVEKE stressZZ 2827 5000 3.2703837e-12 856998.3 2828 -0.00711749999999612 856982.199101932 2828 5000 3.2701786e-12 856982.2 Loop time of 0.0168381 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:12 2021 Pair time (%) = 0.000797033 (4.73352) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208145) Outpt time (%) = 0.015913 (94.5061) Other time (%) = 9.29832e-05 (0.55222) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:12 2021 Memory usage per processor = 27.5174 Mbytes Step Atoms AVEKE stressZZ 2828 5000 3.2701786e-12 856980.88 2829 -0.00711749999999612 856964.779098141 2829 5000 3.2699736e-12 856964.78 Loop time of 0.0165269 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:12 2021 Pair time (%) = 0.000793219 (4.79955) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.212063) Outpt time (%) = 0.0156081 (94.4402) Other time (%) = 9.05991e-05 (0.54819) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:12 2021 Memory usage per processor = 27.5174 Mbytes Step Atoms AVEKE stressZZ 2829 5000 3.2699736e-12 856963.46 2830 -0.00711749999999612 856947.35981565 2830 5000 3.2697685e-12 856947.36 Loop time of 0.01792 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:12 2021 Pair time (%) = 0.000956059 (5.33514) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.218195) Outpt time (%) = 0.0167909 (93.6989) Other time (%) = 0.000133991 (0.747718) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:12 2021 Memory usage per processor = 27.5174 Mbytes Step Atoms AVEKE stressZZ 2830 5000 3.2697685e-12 856946.04 2831 -0.00711749999999612 856929.941254382 2831 5000 3.2695635e-12 856929.94 Loop time of 0.0167801 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:12 2021 Pair time (%) = 0.000873089 (5.20311) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.214547) Outpt time (%) = 0.0157681 (93.9685) Other time (%) = 0.000102997 (0.613802) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:12 2021 Memory usage per processor = 27.5174 Mbytes Step Atoms AVEKE stressZZ 2831 5000 3.2695635e-12 856928.62 2832 -0.00711749999999612 856912.523414268 2832 5000 3.2693585e-12 856912.52 Loop time of 0.0163641 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:12 2021 Pair time (%) = 0.000797033 (4.87062) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.212716) Outpt time (%) = 0.0154359 (94.328) Other time (%) = 9.63211e-05 (0.588612) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:12 2021 Memory usage per processor = 27.5174 Mbytes Step Atoms AVEKE stressZZ 2832 5000 3.2693585e-12 856911.2 2833 -0.00711749999999612 856895.106295219 2833 5000 3.2691535e-12 856895.11 Loop time of 0.0161788 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:12 2021 Pair time (%) = 0.00079608 (4.9205) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.216626) Outpt time (%) = 0.015255 (94.2896) Other time (%) = 9.27448e-05 (0.573247) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:12 2021 Memory usage per processor = 27.5174 Mbytes Step Atoms AVEKE stressZZ 2833 5000 3.2691535e-12 856893.78 2834 -0.00711749999999612 856877.689897159 2834 5000 3.2689485e-12 856877.69 Loop time of 0.0160599 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:12 2021 Pair time (%) = 0.000795841 (4.95546) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.210808) Outpt time (%) = 0.0151439 (94.2963) Other time (%) = 8.63075e-05 (0.537411) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:12 2021 Memory usage per processor = 27.5174 Mbytes Step Atoms AVEKE stressZZ 2834 5000 3.2689485e-12 856876.37 2835 -0.00711749999999612 856860.274220034 2835 5000 3.2687436e-12 856860.27 Loop time of 0.016108 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:12 2021 Pair time (%) = 0.00079608 (4.94213) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.217578) Outpt time (%) = 0.0151889 (94.2941) Other time (%) = 8.79765e-05 (0.546165) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:12 2021 Memory usage per processor = 27.5174 Mbytes Step Atoms AVEKE stressZZ 2835 5000 3.2687436e-12 856858.95 2836 -0.00711749999999612 856842.859263741 2836 5000 3.2685387e-12 856842.86 Loop time of 0.017554 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:12 2021 Pair time (%) = 0.000849009 (4.83654) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.199655) Outpt time (%) = 0.0165651 (94.3662) Other time (%) = 0.000104904 (0.597607) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:12 2021 Memory usage per processor = 27.5174 Mbytes Step Atoms AVEKE stressZZ 2836 5000 3.2685387e-12 856841.54 2837 -0.00711749999999612 856825.445028224 2837 5000 3.2683337e-12 856825.45 Loop time of 0.016871 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:12 2021 Pair time (%) = 0.000878096 (5.20477) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207739) Outpt time (%) = 0.0158219 (93.782) Other time (%) = 0.000135899 (0.805517) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:12 2021 Memory usage per processor = 27.5174 Mbytes Step Atoms AVEKE stressZZ 2837 5000 3.2683337e-12 856824.12 2838 -0.00711749999999612 856808.031513424 2838 5000 3.2681288e-12 856808.03 Loop time of 0.0163491 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:12 2021 Pair time (%) = 0.000840902 (5.14342) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.220203) Outpt time (%) = 0.015336 (93.8037) Other time (%) = 0.000136137 (0.832689) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:12 2021 Memory usage per processor = 27.5174 Mbytes Step Atoms AVEKE stressZZ 2838 5000 3.2681288e-12 856806.71 2839 -0.00711749999999612 856790.618719243 2839 5000 3.2679239e-12 856790.62 Loop time of 0.0167899 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:12 2021 Pair time (%) = 0.000885963 (5.27676) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.214422) Outpt time (%) = 0.015743 (93.7647) Other time (%) = 0.000124931 (0.744086) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:12 2021 Memory usage per processor = 27.5174 Mbytes Step Atoms AVEKE stressZZ 2839 5000 3.2679239e-12 856789.3 2840 -0.00711749999999612 856773.206645595 2840 5000 3.2677191e-12 856773.21 Loop time of 0.0185781 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:12 2021 Pair time (%) = 0.000844955 (4.54814) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.274634) Outpt time (%) = 0.0175202 (94.3058) Other time (%) = 0.000161886 (0.871384) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:12 2021 Memory usage per processor = 27.5174 Mbytes Step Atoms AVEKE stressZZ 2840 5000 3.2677191e-12 856771.88 2841 -0.00711749999999612 856755.79529249 2841 5000 3.2675142e-12 856755.8 Loop time of 0.0163341 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:12 2021 Pair time (%) = 0.00079608 (4.87374) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.208729) Outpt time (%) = 0.015409 (94.3366) Other time (%) = 9.48906e-05 (0.580937) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:12 2021 Memory usage per processor = 27.5174 Mbytes Step Atoms AVEKE stressZZ 2841 5000 3.2675142e-12 856754.47 2842 -0.00711749999999612 856738.384659823 2842 5000 3.2673094e-12 856738.38 Loop time of 0.0164349 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:12 2021 Pair time (%) = 0.000910997 (5.54306) Neigh time (%) = 0 (0) Comm time (%) = 5.79357e-05 (0.352516) Outpt time (%) = 0.015306 (93.131) Other time (%) = 0.000159979 (0.973409) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:12 2021 Memory usage per processor = 27.5174 Mbytes Step Atoms AVEKE stressZZ 2842 5000 3.2673094e-12 856737.06 2843 -0.00711749999999612 856720.974747495 2843 5000 3.2671045e-12 856720.97 Loop time of 0.0170469 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:12 2021 Pair time (%) = 0.000793934 (4.65734) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.204196) Outpt time (%) = 0.016124 (94.586) Other time (%) = 9.41753e-05 (0.552448) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:12 2021 Memory usage per processor = 27.5174 Mbytes Step Atoms AVEKE stressZZ 2843 5000 3.2671045e-12 856719.65 2844 -0.00711749999999612 856703.565555466 2844 5000 3.2668997e-12 856703.57 Loop time of 0.0166612 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:12 2021 Pair time (%) = 0.000797987 (4.7895) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.208924) Outpt time (%) = 0.015738 (94.4592) Other time (%) = 9.03606e-05 (0.542343) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:12 2021 Memory usage per processor = 27.5174 Mbytes Step Atoms AVEKE stressZZ 2844 5000 3.2668997e-12 856702.24 2845 -0.00711749999999612 856686.157083662 2845 5000 3.266695e-12 856686.16 Loop time of 0.0164509 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:12 2021 Pair time (%) = 0.000855923 (5.2029) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.218841) Outpt time (%) = 0.015384 (93.5145) Other time (%) = 0.000174999 (1.06377) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:12 2021 Memory usage per processor = 27.5174 Mbytes Step Atoms AVEKE stressZZ 2845 5000 3.266695e-12 856684.83 2846 -0.00711749999999612 856668.749332032 2846 5000 3.2664902e-12 856668.75 Loop time of 0.016834 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:12 2021 Pair time (%) = 0.000821114 (4.8777) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208195) Outpt time (%) = 0.015877 (94.315) Other time (%) = 0.000100851 (0.599091) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:12 2021 Memory usage per processor = 27.5174 Mbytes Step Atoms AVEKE stressZZ 2846 5000 3.2664902e-12 856667.43 2847 -0.00711749999999612 856651.342300498 2847 5000 3.2662854e-12 856651.34 Loop time of 0.0168571 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:13 2021 Pair time (%) = 0.000983953 (5.83701) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.213566) Outpt time (%) = 0.0156991 (93.1305) Other time (%) = 0.000138044 (0.818907) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:13 2021 Memory usage per processor = 27.5174 Mbytes Step Atoms AVEKE stressZZ 2847 5000 3.2662854e-12 856650.02 2848 -0.00711749999999612 856633.935988992 2848 5000 3.2660807e-12 856633.94 Loop time of 0.016355 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:13 2021 Pair time (%) = 0.000793934 (4.85437) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.207003) Outpt time (%) = 0.0153878 (94.0858) Other time (%) = 0.000139475 (0.852795) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:13 2021 Memory usage per processor = 27.5174 Mbytes Step Atoms AVEKE stressZZ 2848 5000 3.2660807e-12 856632.61 2849 -0.00711749999999612 856616.530397476 2849 5000 3.265876e-12 856616.53 Loop time of 0.0169032 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:13 2021 Pair time (%) = 0.00105214 (6.22452) Neigh time (%) = 0 (0) Comm time (%) = 4.91142e-05 (0.290562) Outpt time (%) = 0.01566 (92.6457) Other time (%) = 0.000141859 (0.839246) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:13 2021 Memory usage per processor = 27.5174 Mbytes Step Atoms AVEKE stressZZ 2849 5000 3.265876e-12 856615.21 2850 -0.00711749999999612 856599.125525867 2850 5000 3.2656713e-12 856599.13 Loop time of 0.0184989 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:13 2021 Pair time (%) = 0.000838995 (4.53538) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.189457) Outpt time (%) = 0.0175319 (94.7725) Other time (%) = 9.29832e-05 (0.502642) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:13 2021 Memory usage per processor = 27.5174 Mbytes Step Atoms AVEKE stressZZ 2850 5000 3.2656713e-12 856597.8 2851 -0.00711749999999612 856581.721374104 2851 5000 3.2654666e-12 856581.72 Loop time of 0.0170832 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:13 2021 Pair time (%) = 0.000833035 (4.87635) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205158) Outpt time (%) = 0.016077 (94.1104) Other time (%) = 0.000138044 (0.808072) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:13 2021 Memory usage per processor = 27.5174 Mbytes Step Atoms AVEKE stressZZ 2851 5000 3.2654666e-12 856580.4 2852 -0.00711749999999612 856564.317942142 2852 5000 3.2652619e-12 856564.32 Loop time of 0.0164559 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:13 2021 Pair time (%) = 0.000801086 (4.86808) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.218774) Outpt time (%) = 0.0154741 (94.0337) Other time (%) = 0.00014472 (0.879442) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:13 2021 Memory usage per processor = 27.5174 Mbytes Step Atoms AVEKE stressZZ 2852 5000 3.2652619e-12 856562.99 2853 -0.00711749999999612 856546.915229891 2853 5000 3.2650573e-12 856546.92 Loop time of 0.016964 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:13 2021 Pair time (%) = 0.000834942 (4.92186) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.212222) Outpt time (%) = 0.015995 (94.2883) Other time (%) = 9.799e-05 (0.577637) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:13 2021 Memory usage per processor = 27.5174 Mbytes Step Atoms AVEKE stressZZ 2853 5000 3.2650573e-12 856545.59 2854 -0.00711749999999612 856529.513237296 2854 5000 3.2648526e-12 856529.51 Loop time of 0.016921 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:13 2021 Pair time (%) = 0.000799179 (4.72299) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.201488) Outpt time (%) = 0.0159919 (94.5091) Other time (%) = 9.58443e-05 (0.566421) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:13 2021 Memory usage per processor = 27.5174 Mbytes Step Atoms AVEKE stressZZ 2854 5000 3.2648526e-12 856528.19 2855 -0.00711749999999612 856512.111964326 2855 5000 3.264648e-12 856512.11 Loop time of 0.016093 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:13 2021 Pair time (%) = 0.000797033 (4.95267) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.2163) Outpt time (%) = 0.015166 (94.2399) Other time (%) = 9.5129e-05 (0.59112) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:13 2021 Memory usage per processor = 27.5174 Mbytes Step Atoms AVEKE stressZZ 2855 5000 3.264648e-12 856510.79 2856 -0.00711749999999612 856494.711410898 2856 5000 3.2644434e-12 856494.71 Loop time of 0.0169258 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:13 2021 Pair time (%) = 0.0011611 (6.85993) Neigh time (%) = 0 (0) Comm time (%) = 4.41074e-05 (0.260593) Outpt time (%) = 0.0155399 (91.8118) Other time (%) = 0.000180721 (1.06773) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:13 2021 Memory usage per processor = 27.5174 Mbytes Step Atoms AVEKE stressZZ 2856 5000 3.2644434e-12 856493.39 2857 -0.00711749999999612 856477.311576927 2857 5000 3.2642388e-12 856477.31 Loop time of 0.017056 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:13 2021 Pair time (%) = 0.000796795 (4.67164) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.198496) Outpt time (%) = 0.0161309 (94.5763) Other time (%) = 9.44138e-05 (0.553552) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:13 2021 Memory usage per processor = 27.5174 Mbytes Step Atoms AVEKE stressZZ 2857 5000 3.2642388e-12 856475.99 2858 -0.00711749999999612 856459.912462394 2858 5000 3.2640343e-12 856459.91 Loop time of 0.0162711 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:13 2021 Pair time (%) = 0.000797033 (4.89846) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.215397) Outpt time (%) = 0.0153511 (94.3455) Other time (%) = 8.79765e-05 (0.540691) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:13 2021 Memory usage per processor = 27.5174 Mbytes Step Atoms AVEKE stressZZ 2858 5000 3.2640343e-12 856458.59 2859 -0.00711749999999612 856442.514067214 2859 5000 3.2638297e-12 856442.51 Loop time of 0.016577 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:13 2021 Pair time (%) = 0.00087285 (5.26543) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.228682) Outpt time (%) = 0.015522 (93.6357) Other time (%) = 0.000144243 (0.870141) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:13 2021 Memory usage per processor = 27.5174 Mbytes Step Atoms AVEKE stressZZ 2859 5000 3.2638297e-12 856441.19 2860 -0.00711749999999612 856425.11639134 2860 5000 3.2636252e-12 856425.12 Loop time of 0.0185199 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:13 2021 Pair time (%) = 0.000916004 (4.94606) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.189243) Outpt time (%) = 0.0174749 (94.3575) Other time (%) = 9.39369e-05 (0.507222) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:13 2021 Memory usage per processor = 27.5174 Mbytes Step Atoms AVEKE stressZZ 2860 5000 3.2636252e-12 856423.79 2861 -0.00711749999999612 856407.719434686 2861 5000 3.2634207e-12 856407.72 Loop time of 0.016938 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:13 2021 Pair time (%) = 0.00101614 (5.99918) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.218178) Outpt time (%) = 0.0157511 (92.993) Other time (%) = 0.000133753 (0.789663) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:13 2021 Memory usage per processor = 27.5174 Mbytes Step Atoms AVEKE stressZZ 2861 5000 3.2634207e-12 856406.4 2862 -0.00711749999999612 856390.323197228 2862 5000 3.2632162e-12 856390.32 Loop time of 0.0167301 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:13 2021 Pair time (%) = 0.00108194 (6.46706) Neigh time (%) = 0 (0) Comm time (%) = 4.81606e-05 (0.287868) Outpt time (%) = 0.015425 (92.1991) Other time (%) = 0.000174999 (1.04602) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:13 2021 Memory usage per processor = 27.5174 Mbytes Step Atoms AVEKE stressZZ 2862 5000 3.2632162e-12 856389 2863 -0.00711749999999612 856372.927678899 2863 5000 3.2630117e-12 856372.93 Loop time of 0.016448 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:13 2021 Pair time (%) = 0.000910044 (5.53285) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.237723) Outpt time (%) = 0.0153871 (93.5496) Other time (%) = 0.000111818 (0.679828) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:13 2021 Memory usage per processor = 27.5174 Mbytes Step Atoms AVEKE stressZZ 2863 5000 3.2630117e-12 856371.6 2864 -0.00711749999999612 856355.532879604 2864 5000 3.2628072e-12 856355.53 Loop time of 0.0168951 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:13 2021 Pair time (%) = 0.00079608 (4.71191) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207443) Outpt time (%) = 0.0159709 (94.5303) Other time (%) = 9.29832e-05 (0.550358) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:13 2021 Memory usage per processor = 27.5174 Mbytes Step Atoms AVEKE stressZZ 2864 5000 3.2628072e-12 856354.21 2865 -0.00711749999999612 856338.138799348 2865 5000 3.2626028e-12 856338.14 Loop time of 0.0167038 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:13 2021 Pair time (%) = 0.000836134 (5.00564) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209817) Outpt time (%) = 0.015738 (94.2179) Other time (%) = 9.46522e-05 (0.566649) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:13 2021 Memory usage per processor = 27.5174 Mbytes Step Atoms AVEKE stressZZ 2865 5000 3.2626028e-12 856336.82 2866 -0.00711749999999612 856320.745438027 2866 5000 3.2623984e-12 856320.75 Loop time of 0.016428 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:13 2021 Pair time (%) = 0.000850916 (5.17967) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.230756) Outpt time (%) = 0.0154331 (93.9437) Other time (%) = 0.000106096 (0.645826) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:13 2021 Memory usage per processor = 27.5174 Mbytes Step Atoms AVEKE stressZZ 2866 5000 3.2623984e-12 856319.42 2867 -0.00711749999999612 856303.352795581 2867 5000 3.2621939e-12 856303.35 Loop time of 0.016933 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:13 2021 Pair time (%) = 0.000829935 (4.9013) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.21261) Outpt time (%) = 0.0159681 (94.3018) Other time (%) = 9.89437e-05 (0.584326) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:13 2021 Memory usage per processor = 27.5174 Mbytes Step Atoms AVEKE stressZZ 2867 5000 3.2621939e-12 856302.03 2868 -0.00711749999999612 856285.960871963 2868 5000 3.2619895e-12 856285.96 Loop time of 0.0170572 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:13 2021 Pair time (%) = 0.000794888 (4.66013) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.198482) Outpt time (%) = 0.0161328 (94.5809) Other time (%) = 9.56059e-05 (0.560502) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:19:13 2021 Memory usage per processor = 27.5174 Mbytes Step Atoms AVEKE stressZZ 2868 5000 3.2619895e-12 856284.64 2869 -0.00711749999999612 856265.313668371 2869 5000 6.4447083e-12 856293.34 Loop time of 0.0160079 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:13 2021 Pair time (%) = 0.000798941 (4.99091) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.218939) Outpt time (%) = 0.0150371 (93.9352) Other time (%) = 0.000136852 (0.854905) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:13 2021 Memory usage per processor = 27.5174 Mbytes Step Atoms AVEKE stressZZ 2869 5000 6.4447083e-12 880024.55 2870 -0.0071499999999961 880003.111468628 2870 5000 5.2272434e-12 880003.11 Loop time of 0.0185599 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:13 2021 Pair time (%) = 0.00108814 (5.86286) Neigh time (%) = 0 (0) Comm time (%) = 4.81606e-05 (0.259487) Outpt time (%) = 0.0172532 (92.9592) Other time (%) = 0.000170469 (0.91848) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:13 2021 Memory usage per processor = 27.5177 Mbytes Step Atoms AVEKE stressZZ 2870 5000 5.2272434e-12 880001.32 2871 -0.0071499999999961 879981.656741003 2871 5000 4.5196357e-12 879981.66 Loop time of 0.01701 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:13 2021 Pair time (%) = 0.000840902 (4.94358) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.199033) Outpt time (%) = 0.0160389 (94.2911) Other time (%) = 9.63211e-05 (0.566263) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:13 2021 Memory usage per processor = 27.5177 Mbytes Step Atoms AVEKE stressZZ 2871 5000 4.5196357e-12 879980.01 2872 -0.0071499999999961 879961.487483663 2872 5000 4.0965977e-12 879961.49 Loop time of 0.0171051 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:13 2021 Pair time (%) = 0.000799894 (4.67635) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.203501) Outpt time (%) = 0.016175 (94.5626) Other time (%) = 9.53674e-05 (0.557538) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:13 2021 Memory usage per processor = 27.5177 Mbytes Step Atoms AVEKE stressZZ 2872 5000 4.0965977e-12 879959.94 2873 -0.0071499999999961 879942.135428684 2873 5000 3.8384725e-12 879942.14 Loop time of 0.0161488 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:13 2021 Pair time (%) = 0.000801086 (4.96065) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.217029) Outpt time (%) = 0.015213 (94.2052) Other time (%) = 9.9659e-05 (0.617129) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:13 2021 Memory usage per processor = 27.5177 Mbytes Step Atoms AVEKE stressZZ 2873 5000 3.8384725e-12 879940.65 2874 -0.0071499999999961 879923.302987978 2874 5000 3.678715e-12 879923.3 Loop time of 0.0166872 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:13 2021 Pair time (%) = 0.000845909 (5.06922) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.221457) Outpt time (%) = 0.015698 (94.0721) Other time (%) = 0.000106335 (0.637225) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:13 2021 Memory usage per processor = 27.5177 Mbytes Step Atoms AVEKE stressZZ 2874 5000 3.678715e-12 879921.85 2875 -0.0071499999999961 879904.801041618 2875 5000 3.5788716e-12 879904.8 Loop time of 0.0170121 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:13 2021 Pair time (%) = 0.00080204 (4.71452) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206015) Outpt time (%) = 0.016047 (94.3269) Other time (%) = 0.000128031 (0.752586) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:13 2021 Memory usage per processor = 27.5177 Mbytes Step Atoms AVEKE stressZZ 2875 5000 3.5788716e-12 879903.38 2876 -0.0071499999999961 879886.509401985 2876 5000 3.5160539e-12 879886.51 Loop time of 0.0162971 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:13 2021 Pair time (%) = 0.000858068 (5.26516) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.215054) Outpt time (%) = 0.015311 (93.9492) Other time (%) = 9.29832e-05 (0.570551) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:13 2021 Memory usage per processor = 27.5177 Mbytes Step Atoms AVEKE stressZZ 2876 5000 3.5160539e-12 879885.1 2877 -0.0071499999999961 879868.351688581 2877 5000 3.4763423e-12 879868.35 Loop time of 0.0168369 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:13 2021 Pair time (%) = 0.00100684 (5.97998) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.237896) Outpt time (%) = 0.015666 (93.0458) Other time (%) = 0.000123978 (0.736346) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:13 2021 Memory usage per processor = 27.5177 Mbytes Step Atoms AVEKE stressZZ 2877 5000 3.4763423e-12 879866.95 2878 -0.0071499999999961 879850.279360774 2878 5000 3.4511432e-12 879850.28 Loop time of 0.0162361 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:13 2021 Pair time (%) = 0.000800133 (4.92812) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.215862) Outpt time (%) = 0.0153131 (94.3156) Other time (%) = 8.7738e-05 (0.54039) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:13 2021 Memory usage per processor = 27.5177 Mbytes Step Atoms AVEKE stressZZ 2878 5000 3.4511432e-12 879848.89 2879 -0.0071499999999961 879832.261570418 2879 5000 3.4350978e-12 879832.26 Loop time of 0.0160999 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:13 2021 Pair time (%) = 0.000801086 (4.97571) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.217687) Outpt time (%) = 0.0151758 (94.2602) Other time (%) = 8.79765e-05 (0.54644) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:13 2021 Memory usage per processor = 27.5177 Mbytes Step Atoms AVEKE stressZZ 2879 5000 3.4350978e-12 879830.87 2880 -0.0071499999999961 879814.278713137 2880 5000 3.4248417e-12 879814.28 Loop time of 0.0183029 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:13 2021 Pair time (%) = 0.000868082 (4.74286) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.186276) Outpt time (%) = 0.0173109 (94.5798) Other time (%) = 8.98838e-05 (0.49109) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:13 2021 Memory usage per processor = 27.5177 Mbytes Step Atoms AVEKE stressZZ 2880 5000 3.4248417e-12 879812.89 2881 -0.0071499999999961 879796.318330145 2881 5000 3.4182533e-12 879796.32 Loop time of 0.0164852 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:13 2021 Pair time (%) = 0.000869036 (5.27161) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.248756) Outpt time (%) = 0.015398 (93.4051) Other time (%) = 0.000177145 (1.07457) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:13 2021 Memory usage per processor = 27.5177 Mbytes Step Atoms AVEKE stressZZ 2881 5000 3.4182533e-12 879794.93 2882 -0.0071499999999961 879778.372503692 2882 5000 3.4139912e-12 879778.37 Loop time of 0.016628 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:13 2021 Pair time (%) = 0.000834942 (5.02129) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.216509) Outpt time (%) = 0.0156579 (94.1657) Other time (%) = 9.91821e-05 (0.596476) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:13 2021 Memory usage per processor = 27.5177 Mbytes Step Atoms AVEKE stressZZ 2882 5000 3.4139912e-12 879776.99 2883 -0.0071499999999961 879760.436201923 2883 5000 3.4112057e-12 879760.44 Loop time of 0.0168159 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:13 2021 Pair time (%) = 0.000797987 (4.74543) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208419) Outpt time (%) = 0.0158889 (94.4875) Other time (%) = 9.39369e-05 (0.55862) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:13 2021 Memory usage per processor = 27.5177 Mbytes Step Atoms AVEKE stressZZ 2883 5000 3.4112057e-12 879759.05 2884 -0.0071499999999961 879742.506227 2884 5000 3.4093578e-12 879742.51 Loop time of 0.0160618 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:13 2021 Pair time (%) = 0.000798941 (4.97417) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.218204) Outpt time (%) = 0.0151019 (94.0239) Other time (%) = 0.000125885 (0.783755) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:13 2021 Memory usage per processor = 27.5177 Mbytes Step Atoms AVEKE stressZZ 2884 5000 3.4093578e-12 879741.12 2885 -0.0071499999999961 879724.580546663 2885 5000 3.4081055e-12 879724.58 Loop time of 0.017107 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:13 2021 Pair time (%) = 0.00111818 (6.5364) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.216022) Outpt time (%) = 0.0157969 (92.3417) Other time (%) = 0.000154972 (0.905898) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:13 2021 Memory usage per processor = 27.5177 Mbytes Step Atoms AVEKE stressZZ 2885 5000 3.4081055e-12 879723.2 2886 -0.0071499999999961 879706.657869293 2886 5000 3.4072315e-12 879706.66 Loop time of 0.0171058 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:13 2021 Pair time (%) = 0.000843048 (4.92843) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204887) Outpt time (%) = 0.016134 (94.3189) Other time (%) = 9.36985e-05 (0.547758) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:13 2021 Memory usage per processor = 27.5177 Mbytes Step Atoms AVEKE stressZZ 2886 5000 3.4072315e-12 879705.28 2887 -0.0071499999999961 879688.737374084 2887 5000 3.4065979e-12 879688.74 Loop time of 0.016135 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:13 2021 Pair time (%) = 0.000800133 (4.959) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.217215) Outpt time (%) = 0.0152042 (94.2313) Other time (%) = 9.56059e-05 (0.592538) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:13 2021 Memory usage per processor = 27.5177 Mbytes Step Atoms AVEKE stressZZ 2887 5000 3.4065979e-12 879687.35 2888 -0.0071499999999961 879670.818539374 2888 5000 3.4061171e-12 879670.82 Loop time of 0.016521 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:13 2021 Pair time (%) = 0.000926971 (5.61088) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.242445) Outpt time (%) = 0.0154309 (93.402) Other time (%) = 0.000123024 (0.744653) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:13 2021 Memory usage per processor = 27.5177 Mbytes Step Atoms AVEKE stressZZ 2888 5000 3.4061171e-12 879669.44 2889 -0.0071499999999961 879652.901033547 2889 5000 3.4057334e-12 879652.9 Loop time of 0.0168951 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:13 2021 Pair time (%) = 0.000798941 (4.72884) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.206031) Outpt time (%) = 0.015954 (94.4301) Other time (%) = 0.000107288 (0.635028) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:13 2021 Memory usage per processor = 27.5177 Mbytes Step Atoms AVEKE stressZZ 2889 5000 3.4057334e-12 879651.52 2890 -0.0071499999999961 879634.984645875 2890 5000 3.4054114e-12 879634.98 Loop time of 0.018302 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:13 2021 Pair time (%) = 0.00080204 (4.38226) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.186285) Outpt time (%) = 0.0173719 (94.9182) Other time (%) = 9.39369e-05 (0.513261) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:13 2021 Memory usage per processor = 27.5177 Mbytes Step Atoms AVEKE stressZZ 2890 5000 3.4054114e-12 879633.6 2891 -0.0071499999999961 879617.06924242 2891 5000 3.4051286e-12 879617.07 Loop time of 0.0162041 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:14 2021 Pair time (%) = 0.000798941 (4.93048) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.222173) Outpt time (%) = 0.0152719 (94.247) Other time (%) = 9.72748e-05 (0.600309) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:14 2021 Memory usage per processor = 27.5177 Mbytes Step Atoms AVEKE stressZZ 2891 5000 3.4051286e-12 879615.69 2892 -0.0071499999999961 879599.154737979 2892 5000 3.4048707e-12 879599.15 Loop time of 0.0169642 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:14 2021 Pair time (%) = 0.00104094 (6.13607) Neigh time (%) = 0 (0) Comm time (%) = 6.69956e-05 (0.394924) Outpt time (%) = 0.015667 (92.3531) Other time (%) = 0.000189304 (1.11591) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:14 2021 Memory usage per processor = 27.5177 Mbytes Step Atoms AVEKE stressZZ 2892 5000 3.4048707e-12 879597.77 2893 -0.0071499999999961 879581.241078402 2893 5000 3.4046287e-12 879581.24 Loop time of 0.0169709 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:14 2021 Pair time (%) = 0.000800848 (4.71896) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.212135) Outpt time (%) = 0.0160379 (94.5027) Other time (%) = 9.60827e-05 (0.566162) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:14 2021 Memory usage per processor = 27.5177 Mbytes Step Atoms AVEKE stressZZ 2893 5000 3.4046287e-12 879579.86 2894 -0.0071499999999961 879563.32822923 2894 5000 3.4043967e-12 879563.33 Loop time of 0.0162561 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:14 2021 Pair time (%) = 0.000800133 (4.92205) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.215596) Outpt time (%) = 0.0153272 (94.286) Other time (%) = 9.36985e-05 (0.57639) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:14 2021 Memory usage per processor = 27.5177 Mbytes Step Atoms AVEKE stressZZ 2894 5000 3.4043967e-12 879561.95 2895 -0.0071499999999961 879545.416168573 2895 5000 3.4041711e-12 879545.42 Loop time of 0.016531 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:14 2021 Pair time (%) = 0.000855923 (5.17769) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.23076) Outpt time (%) = 0.015532 (93.957) Other time (%) = 0.000104904 (0.634591) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:14 2021 Memory usage per processor = 27.5177 Mbytes Step Atoms AVEKE stressZZ 2895 5000 3.4041711e-12 879544.03 2896 -0.0071499999999961 879527.504882462 2896 5000 3.4039497e-12 879527.5 Loop time of 0.017242 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:14 2021 Pair time (%) = 0.000800848 (4.64476) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.201886) Outpt time (%) = 0.0163109 (94.6002) Other time (%) = 9.53674e-05 (0.553113) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:14 2021 Memory usage per processor = 27.5177 Mbytes Step Atoms AVEKE stressZZ 2896 5000 3.4039497e-12 879526.12 2897 -0.0071499999999961 879509.594362 2897 5000 3.4037308e-12 879509.59 Loop time of 0.0169029 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:14 2021 Pair time (%) = 0.000841141 (4.9763) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.205935) Outpt time (%) = 0.0159321 (94.2564) Other time (%) = 9.48906e-05 (0.561386) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:14 2021 Memory usage per processor = 27.5177 Mbytes Step Atoms AVEKE stressZZ 2897 5000 3.4037308e-12 879508.21 2898 -0.0071499999999961 879491.684601468 2898 5000 3.4035136e-12 879491.68 Loop time of 0.0166659 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:14 2021 Pair time (%) = 0.000818968 (4.91402) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.306143) Outpt time (%) = 0.0156441 (93.8686) Other time (%) = 0.000151873 (0.911276) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:14 2021 Memory usage per processor = 27.5177 Mbytes Step Atoms AVEKE stressZZ 2898 5000 3.4035136e-12 879490.3 2899 -0.0071499999999961 879473.775597234 2899 5000 3.4032974e-12 879473.78 Loop time of 0.017031 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:14 2021 Pair time (%) = 0.000905991 (5.31967) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.211387) Outpt time (%) = 0.015964 (93.7354) Other time (%) = 0.000124931 (0.733555) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:14 2021 Memory usage per processor = 27.5177 Mbytes Step Atoms AVEKE stressZZ 2899 5000 3.4032974e-12 879472.39 2900 -0.0071499999999961 879455.867346965 2900 5000 3.403082e-12 879455.87 Loop time of 0.018486 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:14 2021 Pair time (%) = 0.000843048 (4.56046) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.189589) Outpt time (%) = 0.017513 (94.7366) Other time (%) = 9.48906e-05 (0.51331) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:14 2021 Memory usage per processor = 27.5177 Mbytes Step Atoms AVEKE stressZZ 2900 5000 3.403082e-12 879454.49 2901 -0.0071499999999961 879437.959849138 2901 5000 3.4028669e-12 879437.96 Loop time of 0.016228 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:14 2021 Pair time (%) = 0.000839949 (5.17593) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.21597) Outpt time (%) = 0.015259 (94.0292) Other time (%) = 9.39369e-05 (0.578858) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:14 2021 Memory usage per processor = 27.5177 Mbytes Step Atoms AVEKE stressZZ 2901 5000 3.4028669e-12 879436.58 2902 -0.0071499999999961 879420.053102748 2902 5000 3.4026522e-12 879420.05 Loop time of 0.016506 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:14 2021 Pair time (%) = 0.000854015 (5.17398) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.223888) Outpt time (%) = 0.0155079 (93.9536) Other time (%) = 0.00010705 (0.648553) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:14 2021 Memory usage per processor = 27.5177 Mbytes Step Atoms AVEKE stressZZ 2902 5000 3.4026522e-12 879418.67 2903 -0.0071499999999961 879402.147107127 2903 5000 3.4024376e-12 879402.15 Loop time of 0.016829 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:14 2021 Pair time (%) = 0.000846863 (5.03216) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208257) Outpt time (%) = 0.015852 (94.1943) Other time (%) = 9.5129e-05 (0.565268) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:14 2021 Memory usage per processor = 27.5177 Mbytes Step Atoms AVEKE stressZZ 2903 5000 3.4024376e-12 879400.76 2904 -0.0071499999999961 879384.241861859 2904 5000 3.4022232e-12 879384.24 Loop time of 0.016921 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:14 2021 Pair time (%) = 0.000800133 (4.72863) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.201488) Outpt time (%) = 0.0159922 (94.5105) Other time (%) = 9.46522e-05 (0.559376) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:14 2021 Memory usage per processor = 27.5177 Mbytes Step Atoms AVEKE stressZZ 2904 5000 3.4022232e-12 879382.86 2905 -0.0071499999999961 879366.337366625 2905 5000 3.4020089e-12 879366.34 Loop time of 0.016866 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:14 2021 Pair time (%) = 0.000838041 (4.96883) Neigh time (%) = 0 (0) Comm time (%) = 5.00679e-05 (0.296858) Outpt time (%) = 0.015867 (94.077) Other time (%) = 0.000110865 (0.657327) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:14 2021 Memory usage per processor = 27.5177 Mbytes Step Atoms AVEKE stressZZ 2905 5000 3.4020089e-12 879364.96 2906 -0.0071499999999961 879348.433621164 2906 5000 3.4017946e-12 879348.43 Loop time of 0.0167289 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:14 2021 Pair time (%) = 0.000907898 (5.42713) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.220905) Outpt time (%) = 0.015682 (93.742) Other time (%) = 0.000102043 (0.609982) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:14 2021 Memory usage per processor = 27.5177 Mbytes Step Atoms AVEKE stressZZ 2906 5000 3.4017946e-12 879347.05 2907 -0.0071499999999961 879330.530625342 2907 5000 3.4015804e-12 879330.53 Loop time of 0.0170259 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:14 2021 Pair time (%) = 0.000797987 (4.68689) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.200246) Outpt time (%) = 0.016099 (94.5555) Other time (%) = 9.48906e-05 (0.557329) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:14 2021 Memory usage per processor = 27.5177 Mbytes Step Atoms AVEKE stressZZ 2907 5000 3.4015804e-12 879329.15 2908 -0.0071499999999961 879312.628378997 2908 5000 3.4013661e-12 879312.63 Loop time of 0.0161951 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:14 2021 Pair time (%) = 0.000803947 (4.96415) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.216409) Outpt time (%) = 0.015234 (94.0657) Other time (%) = 0.00012207 (0.75375) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:14 2021 Memory usage per processor = 27.5177 Mbytes Step Atoms AVEKE stressZZ 2908 5000 3.4013661e-12 879311.25 2909 -0.0071499999999961 879294.726882004 2909 5000 3.401152e-12 879294.73 Loop time of 0.016664 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:14 2021 Pair time (%) = 0.000917912 (5.50834) Neigh time (%) = 0 (0) Comm time (%) = 5.31673e-05 (0.319055) Outpt time (%) = 0.015558 (93.3628) Other time (%) = 0.000134945 (0.809798) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:14 2021 Memory usage per processor = 27.5177 Mbytes Step Atoms AVEKE stressZZ 2909 5000 3.401152e-12 879293.34 2910 -0.0071499999999961 879276.82613427 2910 5000 3.4009378e-12 879276.83 Loop time of 0.0182259 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:14 2021 Pair time (%) = 0.000799894 (4.38878) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.190987) Outpt time (%) = 0.0172958 (94.897) Other time (%) = 9.53674e-05 (0.523252) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:14 2021 Memory usage per processor = 27.5177 Mbytes Step Atoms AVEKE stressZZ 2910 5000 3.4009378e-12 879275.44 2911 -0.0071499999999961 879258.926135681 2911 5000 3.4007237e-12 879258.93 Loop time of 0.0169511 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:14 2021 Pair time (%) = 0.000799894 (4.71884) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206757) Outpt time (%) = 0.0160279 (94.554) Other time (%) = 8.82149e-05 (0.520408) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:14 2021 Memory usage per processor = 27.5177 Mbytes Step Atoms AVEKE stressZZ 2911 5000 3.4007237e-12 879257.54 2912 -0.0071499999999961 879241.026886185 2912 5000 3.4005096e-12 879241.03 Loop time of 0.0161951 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:14 2021 Pair time (%) = 0.000844955 (5.21737) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.222297) Outpt time (%) = 0.0152121 (93.9302) Other time (%) = 0.000102043 (0.630088) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:14 2021 Memory usage per processor = 27.5177 Mbytes Step Atoms AVEKE stressZZ 2912 5000 3.4005096e-12 879239.64 2913 -0.0071499999999961 879223.128385696 2913 5000 3.4002955e-12 879223.13 Loop time of 0.016891 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:14 2021 Pair time (%) = 0.000916004 (5.42303) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.218784) Outpt time (%) = 0.0158231 (93.6778) Other time (%) = 0.000114918 (0.680349) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:14 2021 Memory usage per processor = 27.5177 Mbytes Step Atoms AVEKE stressZZ 2913 5000 3.4002955e-12 879221.75 2914 -0.0071499999999961 879205.230634129 2914 5000 3.4000814e-12 879205.23 Loop time of 0.0169411 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:14 2021 Pair time (%) = 0.000838995 (4.95243) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.205472) Outpt time (%) = 0.0159731 (94.2862) Other time (%) = 9.41753e-05 (0.5559) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:14 2021 Memory usage per processor = 27.5177 Mbytes Step Atoms AVEKE stressZZ 2914 5000 3.4000814e-12 879203.85 2915 -0.0071499999999961 879187.333631375 2915 5000 3.3998674e-12 879187.33 Loop time of 0.016216 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:14 2021 Pair time (%) = 0.000797987 (4.92097) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.216129) Outpt time (%) = 0.0152719 (94.1778) Other time (%) = 0.000111103 (0.685143) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:14 2021 Memory usage per processor = 27.5177 Mbytes Step Atoms AVEKE stressZZ 2915 5000 3.3998674e-12 879185.95 2916 -0.0071499999999961 879169.437377368 2916 5000 3.3996534e-12 879169.44 Loop time of 0.016763 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:14 2021 Pair time (%) = 0.000982046 (5.85842) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.244634) Outpt time (%) = 0.0156131 (93.1403) Other time (%) = 0.000126839 (0.75666) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:14 2021 Memory usage per processor = 27.5177 Mbytes Step Atoms AVEKE stressZZ 2916 5000 3.3996534e-12 879168.06 2917 -0.0071499999999961 879151.541872054 2917 5000 3.3994393e-12 879151.54 Loop time of 0.0173972 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:14 2021 Pair time (%) = 0.000796795 (4.58003) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.201455) Outpt time (%) = 0.0164709 (94.6758) Other time (%) = 9.44138e-05 (0.542696) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:14 2021 Memory usage per processor = 27.5177 Mbytes Step Atoms AVEKE stressZZ 2917 5000 3.3994393e-12 879150.16 2918 -0.0071499999999961 879133.64711532 2918 5000 3.3992254e-12 879133.65 Loop time of 0.0162919 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:14 2021 Pair time (%) = 0.000802994 (4.9288) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.209269) Outpt time (%) = 0.0153599 (94.2795) Other time (%) = 9.48906e-05 (0.582442) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:14 2021 Memory usage per processor = 27.5177 Mbytes Step Atoms AVEKE stressZZ 2918 5000 3.3992254e-12 879132.27 2919 -0.0071499999999961 879115.753126834 2919 5000 3.3990114e-12 879115.75 Loop time of 0.0163479 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:14 2021 Pair time (%) = 0.000833988 (5.10151) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.226053) Outpt time (%) = 0.0153689 (94.0118) Other time (%) = 0.000108004 (0.660658) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:14 2021 Memory usage per processor = 27.5177 Mbytes Step Atoms AVEKE stressZZ 2919 5000 3.3990114e-12 879114.37 2920 -0.0071499999999961 879097.859905055 2920 5000 3.3987974e-12 879097.86 Loop time of 0.0185499 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:14 2021 Pair time (%) = 0.000862122 (4.64758) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.18251) Outpt time (%) = 0.0175569 (94.6468) Other time (%) = 9.70364e-05 (0.523109) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:14 2021 Memory usage per processor = 27.5177 Mbytes Step Atoms AVEKE stressZZ 2920 5000 3.3987974e-12 879096.48 2921 -0.0071499999999961 879079.967443168 2921 5000 3.3985835e-12 879079.97 Loop time of 0.016747 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:14 2021 Pair time (%) = 0.000799894 (4.77634) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209277) Outpt time (%) = 0.0158179 (94.452) Other time (%) = 9.41753e-05 (0.562342) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:14 2021 Memory usage per processor = 27.5177 Mbytes Step Atoms AVEKE stressZZ 2921 5000 3.3985835e-12 879078.59 2922 -0.0071499999999961 879062.075738841 2922 5000 3.3983696e-12 879062.08 Loop time of 0.0164289 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:14 2021 Pair time (%) = 0.000798941 (4.86301) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.211877) Outpt time (%) = 0.0154848 (94.2532) Other time (%) = 0.000110388 (0.67191) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:14 2021 Memory usage per processor = 27.5177 Mbytes Step Atoms AVEKE stressZZ 2922 5000 3.3983696e-12 879060.69 2923 -0.0071499999999961 879044.184790695 2923 5000 3.3981556e-12 879044.18 Loop time of 0.0162129 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:14 2021 Pair time (%) = 0.000800848 (4.93956) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.2147) Outpt time (%) = 0.0152869 (94.2884) Other time (%) = 9.03606e-05 (0.557337) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:14 2021 Memory usage per processor = 27.5177 Mbytes Step Atoms AVEKE stressZZ 2923 5000 3.3981556e-12 879042.8 2924 -0.0071499999999961 879026.294597855 2924 5000 3.3979418e-12 879026.29 Loop time of 0.0162482 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:14 2021 Pair time (%) = 0.000868082 (5.34263) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.215701) Outpt time (%) = 0.0152061 (93.5862) Other time (%) = 0.000138998 (0.855466) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:14 2021 Memory usage per processor = 27.5177 Mbytes Step Atoms AVEKE stressZZ 2924 5000 3.3979418e-12 879024.91 2925 -0.0071499999999961 879008.405159554 2925 5000 3.3977279e-12 879008.41 Loop time of 0.0159941 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:14 2021 Pair time (%) = 0.000800848 (5.00716) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.217638) Outpt time (%) = 0.015069 (94.2162) Other time (%) = 8.9407e-05 (0.559001) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:14 2021 Memory usage per processor = 27.5177 Mbytes Step Atoms AVEKE stressZZ 2925 5000 3.3977279e-12 879007.02 2926 -0.0071499999999961 878990.516475272 2926 5000 3.397514e-12 878990.52 Loop time of 0.0171959 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:14 2021 Pair time (%) = 0.000799894 (4.65165) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.203813) Outpt time (%) = 0.0162721 (94.6274) Other time (%) = 8.89301e-05 (0.517158) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:14 2021 Memory usage per processor = 27.5177 Mbytes Step Atoms AVEKE stressZZ 2926 5000 3.397514e-12 878989.13 2927 -0.0071499999999961 878972.628541209 2927 5000 3.3973002e-12 878972.63 Loop time of 0.017148 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:14 2021 Pair time (%) = 0.000912905 (5.32367) Neigh time (%) = 0 (0) Comm time (%) = 5.00679e-05 (0.291975) Outpt time (%) = 0.0160661 (93.6906) Other time (%) = 0.000118971 (0.693788) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:14 2021 Memory usage per processor = 27.5177 Mbytes Step Atoms AVEKE stressZZ 2927 5000 3.3973002e-12 878971.25 2928 -0.0071499999999961 878954.741358615 2928 5000 3.3970864e-12 878954.74 Loop time of 0.0165291 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:14 2021 Pair time (%) = 0.000913143 (5.52446) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.217805) Outpt time (%) = 0.0154459 (93.4471) Other time (%) = 0.000133991 (0.810639) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:14 2021 Memory usage per processor = 27.5177 Mbytes Step Atoms AVEKE stressZZ 2928 5000 3.3970864e-12 878953.36 2929 -0.0071499999999961 878936.854928346 2929 5000 3.3968726e-12 878936.85 Loop time of 0.0168519 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:14 2021 Pair time (%) = 0.000840902 (4.98996) Neigh time (%) = 0 (0) Comm time (%) = 0.000105143 (0.623921) Outpt time (%) = 0.015801 (93.7636) Other time (%) = 0.000104904 (0.622506) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:14 2021 Memory usage per processor = 27.5177 Mbytes Step Atoms AVEKE stressZZ 2929 5000 3.3968726e-12 878935.47 2930 -0.0071499999999961 878918.969250145 2930 5000 3.3966588e-12 878918.97 Loop time of 0.018415 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:14 2021 Pair time (%) = 0.000797987 (4.33336) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.189026) Outpt time (%) = 0.017488 (94.9662) Other time (%) = 9.41753e-05 (0.511406) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:14 2021 Memory usage per processor = 27.5177 Mbytes Step Atoms AVEKE stressZZ 2930 5000 3.3966588e-12 878917.59 2931 -0.0071499999999961 878901.084323736 2931 5000 3.396445e-12 878901.08 Loop time of 0.0163412 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:14 2021 Pair time (%) = 0.00079608 (4.87161) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.214473) Outpt time (%) = 0.015414 (94.3259) Other time (%) = 9.60827e-05 (0.587978) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:14 2021 Memory usage per processor = 27.5177 Mbytes Step Atoms AVEKE stressZZ 2931 5000 3.396445e-12 878899.7 2932 -0.0071499999999961 878883.200148901 2932 5000 3.3962313e-12 878883.2 Loop time of 0.0163271 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:14 2021 Pair time (%) = 0.000919104 (5.6293) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.245324) Outpt time (%) = 0.0152528 (93.4201) Other time (%) = 0.000115156 (0.705305) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:14 2021 Memory usage per processor = 27.5177 Mbytes Step Atoms AVEKE stressZZ 2932 5000 3.3962313e-12 878881.82 2933 -0.0071499999999961 878865.316725399 2933 5000 3.3960176e-12 878865.32 Loop time of 0.017055 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:14 2021 Pair time (%) = 0.000800848 (4.69567) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205497) Outpt time (%) = 0.016125 (94.5466) Other time (%) = 9.41753e-05 (0.552185) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:14 2021 Memory usage per processor = 27.5177 Mbytes Step Atoms AVEKE stressZZ 2933 5000 3.3960176e-12 878863.94 2934 -0.0071499999999961 878847.434053069 2934 5000 3.3958039e-12 878847.43 Loop time of 0.0169179 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:14 2021 Pair time (%) = 0.000836134 (4.94229) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.205753) Outpt time (%) = 0.0159509 (94.284) Other time (%) = 9.60827e-05 (0.567934) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:14 2021 Memory usage per processor = 27.5177 Mbytes Step Atoms AVEKE stressZZ 2934 5000 3.3958039e-12 878846.05 2935 -0.0071499999999961 878829.552131711 2935 5000 3.3955902e-12 878829.55 Loop time of 0.0162768 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:14 2021 Pair time (%) = 0.000804901 (4.94507) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.313461) Outpt time (%) = 0.015285 (93.9065) Other time (%) = 0.000135899 (0.83492) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:14 2021 Memory usage per processor = 27.5177 Mbytes Step Atoms AVEKE stressZZ 2935 5000 3.3955902e-12 878828.17 2936 -0.0071499999999961 878811.670961133 2936 5000 3.3953765e-12 878811.67 Loop time of 0.0167899 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:15 2021 Pair time (%) = 0.00081706 (4.86638) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.207322) Outpt time (%) = 0.015842 (94.354) Other time (%) = 9.60827e-05 (0.572264) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:15 2021 Memory usage per processor = 27.5177 Mbytes Step Atoms AVEKE stressZZ 2936 5000 3.3953765e-12 878810.29 2937 -0.0071499999999961 878793.790541199 2937 5000 3.3951628e-12 878793.79 Loop time of 0.0169818 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:15 2021 Pair time (%) = 0.000797987 (4.69906) Neigh time (%) = 0 (0) Comm time (%) = 4.91142e-05 (0.289216) Outpt time (%) = 0.0160189 (94.3294) Other time (%) = 0.000115871 (0.682326) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:15 2021 Memory usage per processor = 27.5177 Mbytes Step Atoms AVEKE stressZZ 2937 5000 3.3951628e-12 878792.41 2938 -0.0071499999999961 878775.910871714 2938 5000 3.3949492e-12 878775.91 Loop time of 0.016156 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:15 2021 Pair time (%) = 0.000802994 (4.97026) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.216933) Outpt time (%) = 0.015224 (94.2314) Other time (%) = 9.39369e-05 (0.581438) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:15 2021 Memory usage per processor = 27.5177 Mbytes Step Atoms AVEKE stressZZ 2938 5000 3.3949492e-12 878774.53 2939 -0.0071499999999961 878758.031952548 2939 5000 3.3947356e-12 878758.03 Loop time of 0.0170851 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:15 2021 Pair time (%) = 0.0010581 (6.19313) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.210717) Outpt time (%) = 0.015851 (92.777) Other time (%) = 0.000139952 (0.819146) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:15 2021 Memory usage per processor = 27.5177 Mbytes Step Atoms AVEKE stressZZ 2939 5000 3.3947356e-12 878756.65 2940 -0.0071499999999961 878740.153783543 2940 5000 3.394522e-12 878740.15 Loop time of 0.0184488 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:15 2021 Pair time (%) = 0.000797987 (4.32541) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.189972) Outpt time (%) = 0.0175228 (94.9806) Other time (%) = 9.29832e-05 (0.504006) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:15 2021 Memory usage per processor = 27.5177 Mbytes Step Atoms AVEKE stressZZ 2940 5000 3.394522e-12 878738.77 2941 -0.0071499999999961 878722.276364545 2941 5000 3.3943084e-12 878722.28 Loop time of 0.016891 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:15 2021 Pair time (%) = 0.000802994 (4.75397) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207492) Outpt time (%) = 0.0159302 (94.3116) Other time (%) = 0.000122786 (0.726929) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:15 2021 Memory usage per processor = 27.5177 Mbytes Step Atoms AVEKE stressZZ 2941 5000 3.3943084e-12 878720.89 2942 -0.0071499999999961 878704.399695441 2942 5000 3.3940948e-12 878704.4 Loop time of 0.0163479 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:15 2021 Pair time (%) = 0.000823021 (5.03442) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.226053) Outpt time (%) = 0.015377 (94.0614) Other time (%) = 0.000110865 (0.678159) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:15 2021 Memory usage per processor = 27.5177 Mbytes Step Atoms AVEKE stressZZ 2942 5000 3.3940948e-12 878703.02 2943 -0.0071499999999961 878686.523776091 2943 5000 3.3938812e-12 878686.52 Loop time of 0.0171361 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:15 2021 Pair time (%) = 0.00098896 (5.77121) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.217046) Outpt time (%) = 0.0160091 (93.4232) Other time (%) = 0.000100851 (0.58853) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:15 2021 Memory usage per processor = 27.5177 Mbytes Step Atoms AVEKE stressZZ 2943 5000 3.3938812e-12 878685.14 2944 -0.0071499999999961 878668.648606339 2944 5000 3.3936677e-12 878668.65 Loop time of 0.016921 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:15 2021 Pair time (%) = 0.000798941 (4.72158) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.205715) Outpt time (%) = 0.0159931 (94.5161) Other time (%) = 9.41753e-05 (0.556558) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:15 2021 Memory usage per processor = 27.5177 Mbytes Step Atoms AVEKE stressZZ 2944 5000 3.3936677e-12 878667.27 2945 -0.0071499999999961 878650.774186088 2945 5000 3.3934542e-12 878650.77 Loop time of 0.016228 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:15 2021 Pair time (%) = 0.000844002 (5.20091) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.21597) Outpt time (%) = 0.015254 (93.9984) Other time (%) = 9.48906e-05 (0.584735) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:15 2021 Memory usage per processor = 27.5177 Mbytes Step Atoms AVEKE stressZZ 2945 5000 3.3934542e-12 878649.39 2946 -0.0071499999999961 878632.900515226 2946 5000 3.3932407e-12 878632.9 Loop time of 0.0167029 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:15 2021 Pair time (%) = 0.000885963 (5.30425) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209829) Outpt time (%) = 0.015671 (93.8222) Other time (%) = 0.000110865 (0.663745) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:15 2021 Memory usage per processor = 27.5177 Mbytes Step Atoms AVEKE stressZZ 2946 5000 3.3932407e-12 878631.52 2947 -0.0071499999999961 878615.027593611 2947 5000 3.3930272e-12 878615.03 Loop time of 0.0168738 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:15 2021 Pair time (%) = 0.000801086 (4.74751) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207703) Outpt time (%) = 0.0159419 (94.4768) Other time (%) = 9.58443e-05 (0.568005) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:15 2021 Memory usage per processor = 27.5177 Mbytes Step Atoms AVEKE stressZZ 2947 5000 3.3930272e-12 878613.65 2948 -0.0071499999999961 878597.155421109 2948 5000 3.3928138e-12 878597.16 Loop time of 0.0163441 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:15 2021 Pair time (%) = 0.000797987 (4.88243) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.208601) Outpt time (%) = 0.0153561 (93.955) Other time (%) = 0.000155926 (0.95402) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:15 2021 Memory usage per processor = 27.5177 Mbytes Step Atoms AVEKE stressZZ 2948 5000 3.3928138e-12 878595.77 2949 -0.0071499999999961 878579.283997646 2949 5000 3.3926003e-12 878579.28 Loop time of 0.0168819 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:15 2021 Pair time (%) = 0.00101495 (6.01203) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.24291) Outpt time (%) = 0.0157049 (93.0276) Other time (%) = 0.000121117 (0.717433) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:15 2021 Memory usage per processor = 27.5177 Mbytes Step Atoms AVEKE stressZZ 2949 5000 3.3926003e-12 878577.9 2950 -0.0071499999999961 878561.413323084 2950 5000 3.3923869e-12 878561.41 Loop time of 0.0187221 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:15 2021 Pair time (%) = 0.000844955 (4.51315) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.187199) Outpt time (%) = 0.0177019 (94.5508) Other time (%) = 0.00014019 (0.748797) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:15 2021 Memory usage per processor = 27.5177 Mbytes Step Atoms AVEKE stressZZ 2950 5000 3.3923869e-12 878560.03 2951 -0.0071499999999961 878543.543397337 2951 5000 3.3921735e-12 878543.54 Loop time of 0.016737 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:15 2021 Pair time (%) = 0.000823021 (4.91738) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.2151) Outpt time (%) = 0.015728 (93.9715) Other time (%) = 0.000149965 (0.896011) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:15 2021 Memory usage per processor = 27.5177 Mbytes Step Atoms AVEKE stressZZ 2951 5000 3.3921735e-12 878542.16 2952 -0.0071499999999961 878525.674220255 2952 5000 3.3919601e-12 878525.67 Loop time of 0.0165129 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:15 2021 Pair time (%) = 0.000799894 (4.84407) Neigh time (%) = 0 (0) Comm time (%) = 5.00679e-05 (0.303205) Outpt time (%) = 0.0155458 (94.1438) Other time (%) = 0.000117064 (0.708923) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:15 2021 Memory usage per processor = 27.5177 Mbytes Step Atoms AVEKE stressZZ 2952 5000 3.3919601e-12 878524.29 2953 -0.0071499999999961 878507.805791772 2953 5000 3.3917467e-12 878507.81 Loop time of 0.0168748 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:15 2021 Pair time (%) = 0.00112605 (6.67298) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.213343) Outpt time (%) = 0.0155778 (92.314) Other time (%) = 0.000134945 (0.799684) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:15 2021 Memory usage per processor = 27.5177 Mbytes Step Atoms AVEKE stressZZ 2953 5000 3.3917467e-12 878506.42 2954 -0.0071499999999961 878489.938111785 2954 5000 3.3915333e-12 878489.94 Loop time of 0.0172379 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:15 2021 Pair time (%) = 0.000845909 (4.90726) Neigh time (%) = 0 (0) Comm time (%) = 4.98295e-05 (0.289069) Outpt time (%) = 0.0161941 (93.9448) Other time (%) = 0.000148058 (0.858909) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:15 2021 Memory usage per processor = 27.5177 Mbytes Step Atoms AVEKE stressZZ 2954 5000 3.3915333e-12 878488.56 2955 -0.0071499999999961 878472.071180155 2955 5000 3.39132e-12 878472.07 Loop time of 0.0166371 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:15 2021 Pair time (%) = 0.000798225 (4.79787) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.203494) Outpt time (%) = 0.0157111 (94.434) Other time (%) = 9.39369e-05 (0.564624) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:15 2021 Memory usage per processor = 27.5177 Mbytes Step Atoms AVEKE stressZZ 2955 5000 3.39132e-12 878470.69 2956 -0.0071499999999961 878454.204996832 2956 5000 3.3911067e-12 878454.2 Loop time of 0.016614 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:15 2021 Pair time (%) = 0.000823975 (4.95953) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.307101) Outpt time (%) = 0.015604 (93.9211) Other time (%) = 0.000134945 (0.812238) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:15 2021 Memory usage per processor = 27.5177 Mbytes Step Atoms AVEKE stressZZ 2956 5000 3.3911067e-12 878452.82 2957 -0.0071499999999961 878436.339561683 2957 5000 3.3908934e-12 878436.34 Loop time of 0.0171421 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:15 2021 Pair time (%) = 0.000888824 (5.18505) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.203063) Outpt time (%) = 0.0161028 (93.9373) Other time (%) = 0.000115633 (0.674557) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:15 2021 Memory usage per processor = 27.5177 Mbytes Step Atoms AVEKE stressZZ 2957 5000 3.3908934e-12 878434.96 2958 -0.0071499999999961 878418.474874603 2958 5000 3.3906801e-12 878418.47 Loop time of 0.0167861 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:15 2021 Pair time (%) = 0.000798941 (4.75954) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208789) Outpt time (%) = 0.0158589 (94.4763) Other time (%) = 9.32217e-05 (0.55535) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:15 2021 Memory usage per processor = 27.5177 Mbytes Step Atoms AVEKE stressZZ 2958 5000 3.3906801e-12 878417.09 2959 -0.0071499999999961 878400.610935514 2959 5000 3.3904668e-12 878400.61 Loop time of 0.0161669 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:15 2021 Pair time (%) = 0.000800133 (4.9492) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.210886) Outpt time (%) = 0.015239 (94.2603) Other time (%) = 9.36985e-05 (0.579569) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:15 2021 Memory usage per processor = 27.5177 Mbytes Step Atoms AVEKE stressZZ 2959 5000 3.3904668e-12 878399.23 2960 -0.0071499999999961 878382.747744325 2960 5000 3.3902536e-12 878382.75 Loop time of 0.01863 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:15 2021 Pair time (%) = 0.000847101 (4.54697) Neigh time (%) = 0 (0) Comm time (%) = 7.10487e-05 (0.381367) Outpt time (%) = 0.017566 (94.2885) Other time (%) = 0.000145912 (0.78321) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:15 2021 Memory usage per processor = 27.5177 Mbytes Step Atoms AVEKE stressZZ 2960 5000 3.3902536e-12 878381.37 2961 -0.0071499999999961 878364.885300921 2961 5000 3.3900403e-12 878364.89 Loop time of 0.0169668 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:15 2021 Pair time (%) = 0.000797033 (4.6976) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206565) Outpt time (%) = 0.016042 (94.5492) Other time (%) = 9.27448e-05 (0.546625) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:15 2021 Memory usage per processor = 27.5177 Mbytes Step Atoms AVEKE stressZZ 2961 5000 3.3900403e-12 878363.5 2962 -0.0071499999999961 878347.023605235 2962 5000 3.3898271e-12 878347.02 Loop time of 0.0163131 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:15 2021 Pair time (%) = 0.000799894 (4.90339) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.213382) Outpt time (%) = 0.015388 (94.3293) Other time (%) = 9.03606e-05 (0.553915) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:15 2021 Memory usage per processor = 27.5177 Mbytes Step Atoms AVEKE stressZZ 2962 5000 3.3898271e-12 878345.64 2963 -0.0071499999999961 878329.162657155 2963 5000 3.3896139e-12 878329.16 Loop time of 0.016454 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:15 2021 Pair time (%) = 0.000896215 (5.4468) Neigh time (%) = 0 (0) Comm time (%) = 5.29289e-05 (0.321679) Outpt time (%) = 0.015383 (93.4911) Other time (%) = 0.000121832 (0.74044) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:15 2021 Memory usage per processor = 27.5177 Mbytes Step Atoms AVEKE stressZZ 2963 5000 3.3896139e-12 878327.78 2964 -0.0071499999999961 878311.302456572 2964 5000 3.3894007e-12 878311.3 Loop time of 0.017091 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:15 2021 Pair time (%) = 0.000921011 (5.38885) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205064) Outpt time (%) = 0.0160379 (93.8383) Other time (%) = 9.70364e-05 (0.567762) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:15 2021 Memory usage per processor = 27.5177 Mbytes Step Atoms AVEKE stressZZ 2964 5000 3.3894007e-12 878309.92 2965 -0.0071499999999961 878293.443003434 2965 5000 3.3891876e-12 878293.44 Loop time of 0.0170031 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:15 2021 Pair time (%) = 0.000885963 (5.21061) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206125) Outpt time (%) = 0.0159769 (93.9649) Other time (%) = 0.000105143 (0.618375) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:15 2021 Memory usage per processor = 27.5177 Mbytes Step Atoms AVEKE stressZZ 2965 5000 3.3891876e-12 878292.06 2966 -0.0071499999999961 878275.584297638 2966 5000 3.3889744e-12 878275.58 Loop time of 0.016181 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:15 2021 Pair time (%) = 0.000800848 (4.94931) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.222491) Outpt time (%) = 0.01525 (94.2462) Other time (%) = 9.41753e-05 (0.582012) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:15 2021 Memory usage per processor = 27.5177 Mbytes Step Atoms AVEKE stressZZ 2966 5000 3.3889744e-12 878274.2 2967 -0.0071499999999961 878257.726339083 2967 5000 3.3887613e-12 878257.73 Loop time of 0.0168772 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:15 2021 Pair time (%) = 0.000845194 (5.00791) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.213313) Outpt time (%) = 0.0158472 (93.8973) Other time (%) = 0.000148773 (0.881505) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:15 2021 Memory usage per processor = 27.5177 Mbytes Step Atoms AVEKE stressZZ 2967 5000 3.3887613e-12 878256.35 2968 -0.0071499999999961 878239.869127696 2968 5000 3.3885482e-12 878239.87 Loop time of 0.0162601 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:15 2021 Pair time (%) = 0.00080204 (4.93255) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.208211) Outpt time (%) = 0.015327 (94.261) Other time (%) = 9.72748e-05 (0.59824) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:15 2021 Memory usage per processor = 27.5177 Mbytes Step Atoms AVEKE stressZZ 2968 5000 3.3885482e-12 878238.49 2969 -0.0071499999999961 878222.012663389 2969 5000 3.3883351e-12 878222.01 Loop time of 0.016011 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:15 2021 Pair time (%) = 0.000803947 (5.02122) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.218897) Outpt time (%) = 0.01508 (94.1851) Other time (%) = 9.20296e-05 (0.57479) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:19:15 2021 Memory usage per processor = 27.5177 Mbytes Step Atoms AVEKE stressZZ 2969 5000 3.3883351e-12 878220.63 2970 -0.0071499999999961 878200.818734143 2970 5000 6.6943256e-12 878229.57 Loop time of 0.018374 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:15 2021 Pair time (%) = 0.000801802 (4.36379) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.184258) Outpt time (%) = 0.0174251 (94.8356) Other time (%) = 0.000113249 (0.616355) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28291 ave 28291 max 28291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28291 Ave neighs/atom = 5.6582 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:15 2021 Memory usage per processor = 27.5178 Mbytes Step Atoms AVEKE stressZZ 2970 5000 6.6943256e-12 902269.05 2971 -0.00718249999999608 902247.068476387 2971 5000 5.4288904e-12 902247.07 Loop time of 0.0163119 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:15 2021 Pair time (%) = 0.000804901 (4.93445) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.214859) Outpt time (%) = 0.0153809 (94.2924) Other time (%) = 9.10759e-05 (0.558341) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:15 2021 Memory usage per processor = 27.5178 Mbytes Step Atoms AVEKE stressZZ 2971 5000 5.4288904e-12 902245.19 2972 -0.00718249999999608 902225.043051343 2972 5000 4.6934499e-12 902225.04 Loop time of 0.0169899 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:15 2021 Pair time (%) = 0.00104189 (6.13239) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.224527) Outpt time (%) = 0.0157709 (92.825) Other time (%) = 0.000138998 (0.818119) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:15 2021 Memory usage per processor = 27.5178 Mbytes Step Atoms AVEKE stressZZ 2972 5000 4.6934499e-12 902223.32 2973 -0.00718249999999608 902204.33933247 2973 5000 4.2537932e-12 902204.34 Loop time of 0.0168869 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:15 2021 Pair time (%) = 0.0008111 (4.80312) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.21319) Outpt time (%) = 0.01594 (94.3921) Other time (%) = 9.98974e-05 (0.591566) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:15 2021 Memory usage per processor = 27.5178 Mbytes Step Atoms AVEKE stressZZ 2973 5000 4.2537932e-12 902202.72 2974 -0.00718249999999608 902184.475852072 2974 5000 3.9855368e-12 902184.48 Loop time of 0.016541 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:15 2021 Pair time (%) = 0.000802994 (4.85456) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211883) Outpt time (%) = 0.0156081 (94.3599) Other time (%) = 9.48906e-05 (0.573669) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:15 2021 Memory usage per processor = 27.5178 Mbytes Step Atoms AVEKE stressZZ 2974 5000 3.9855368e-12 902182.92 2975 -0.00718249999999608 902165.146633494 2975 5000 3.8195127e-12 902165.15 Loop time of 0.0163858 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:15 2021 Pair time (%) = 0.000925064 (5.64553) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.244445) Outpt time (%) = 0.015301 (93.3796) Other time (%) = 0.000119686 (0.730426) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:15 2021 Memory usage per processor = 27.5178 Mbytes Step Atoms AVEKE stressZZ 2975 5000 3.8195127e-12 902163.63 2976 -0.00718249999999608 902146.157225803 2976 5000 3.7157541e-12 902146.16 Loop time of 0.0168402 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:15 2021 Pair time (%) = 0.000803947 (4.77397) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.206702) Outpt time (%) = 0.0159101 (94.4771) Other time (%) = 9.13143e-05 (0.542239) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:15 2021 Memory usage per processor = 27.5178 Mbytes Step Atoms AVEKE stressZZ 2976 5000 3.7157541e-12 902144.67 2977 -0.00718249999999608 902127.38405343 2977 5000 3.6504736e-12 902127.38 Loop time of 0.0167441 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:15 2021 Pair time (%) = 0.000802994 (4.79567) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209312) Outpt time (%) = 0.015815 (94.4511) Other time (%) = 9.10759e-05 (0.543927) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:15 2021 Memory usage per processor = 27.5178 Mbytes Step Atoms AVEKE stressZZ 2977 5000 3.6504736e-12 902125.91 2978 -0.00718249999999608 902108.748582853 2978 5000 3.6092051e-12 902108.75 Loop time of 0.0164158 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:15 2021 Pair time (%) = 0.00086689 (5.28082) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.219308) Outpt time (%) = 0.0154099 (93.8725) Other time (%) = 0.000102997 (0.627424) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:15 2021 Memory usage per processor = 27.5178 Mbytes Step Atoms AVEKE stressZZ 2978 5000 3.6092051e-12 902107.29 2979 -0.00718249999999608 902090.200905144 2979 5000 3.583018e-12 902090.2 Loop time of 0.017164 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:15 2021 Pair time (%) = 0.000995874 (5.80211) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.202803) Outpt time (%) = 0.0160301 (93.3936) Other time (%) = 0.000103235 (0.601464) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:15 2021 Memory usage per processor = 27.5178 Mbytes Step Atoms AVEKE stressZZ 2979 5000 3.583018e-12 902088.75 2980 -0.00718249999999608 902071.709302575 2980 5000 3.5663433e-12 902071.71 Loop time of 0.018513 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:16 2021 Pair time (%) = 0.000804901 (4.34777) Neigh time (%) = 0 (0) Comm time (%) = 5.91278e-05 (0.319386) Outpt time (%) = 0.0175269 (94.6735) Other time (%) = 0.00012207 (0.659377) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:16 2021 Memory usage per processor = 27.5179 Mbytes Step Atoms AVEKE stressZZ 2980 5000 3.5663433e-12 902070.26 2981 -0.00718249999999608 902053.253618227 2981 5000 3.5556847e-12 902053.25 Loop time of 0.0162568 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:16 2021 Pair time (%) = 0.000870943 (5.3574) Neigh time (%) = 0 (0) Comm time (%) = 5.00679e-05 (0.307981) Outpt time (%) = 0.015214 (93.5852) Other time (%) = 0.000121832 (0.749421) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:16 2021 Memory usage per processor = 27.5179 Mbytes Step Atoms AVEKE stressZZ 2981 5000 3.5556847e-12 902051.81 2982 -0.00718249999999608 902034.821042099 2982 5000 3.5488376e-12 902034.82 Loop time of 0.0168819 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:16 2021 Pair time (%) = 0.000983 (5.82279) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.24291) Outpt time (%) = 0.0157359 (93.2112) Other time (%) = 0.00012207 (0.723082) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:16 2021 Memory usage per processor = 27.5179 Mbytes Step Atoms AVEKE stressZZ 2982 5000 3.5488376e-12 902033.37 2983 -0.00718249999999608 902016.403433273 2983 5000 3.544408e-12 902016.4 Loop time of 0.01702 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:16 2021 Pair time (%) = 0.000803947 (4.72355) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.20592) Outpt time (%) = 0.0160511 (94.3071) Other time (%) = 0.000129938 (0.763444) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:16 2021 Memory usage per processor = 27.5179 Mbytes Step Atoms AVEKE stressZZ 2983 5000 3.544408e-12 902014.96 2984 -0.00718249999999608 901997.995618084 2984 5000 3.5415127e-12 901998 Loop time of 0.0166731 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:16 2021 Pair time (%) = 0.000842094 (5.05062) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.208774) Outpt time (%) = 0.0157001 (94.1643) Other time (%) = 9.60827e-05 (0.576274) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:16 2021 Memory usage per processor = 27.5179 Mbytes Step Atoms AVEKE stressZZ 2984 5000 3.5415127e-12 901996.55 2985 -0.00718249999999608 901979.594308551 2985 5000 3.5395919e-12 901979.59 Loop time of 0.016655 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:16 2021 Pair time (%) = 0.000818014 (4.91153) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.221885) Outpt time (%) = 0.0156219 (93.7972) Other time (%) = 0.000178099 (1.06934) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:16 2021 Memory usage per processor = 27.5179 Mbytes Step Atoms AVEKE stressZZ 2985 5000 3.5395919e-12 901978.15 2986 -0.00718249999999608 901961.197415158 2986 5000 3.5382899e-12 901961.2 Loop time of 0.0169599 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:16 2021 Pair time (%) = 0.000936985 (5.52471) Neigh time (%) = 0 (0) Comm time (%) = 5.19753e-05 (0.30646) Outpt time (%) = 0.015861 (93.5208) Other time (%) = 0.000109911 (0.648064) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:16 2021 Memory usage per processor = 27.5179 Mbytes Step Atoms AVEKE stressZZ 2986 5000 3.5382899e-12 901959.75 2987 -0.00718249999999608 901942.803609947 2987 5000 3.537381e-12 901942.8 Loop time of 0.0167689 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:16 2021 Pair time (%) = 0.00084281 (5.02602) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209003) Outpt time (%) = 0.0157959 (94.1977) Other time (%) = 9.5129e-05 (0.567293) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:16 2021 Memory usage per processor = 27.5179 Mbytes Step Atoms AVEKE stressZZ 2987 5000 3.537381e-12 901941.36 2988 -0.00718249999999608 901924.41204897 2988 5000 3.536722e-12 901924.41 Loop time of 0.0161312 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:16 2021 Pair time (%) = 0.000801086 (4.96608) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.217266) Outpt time (%) = 0.0151989 (94.221) Other time (%) = 9.60827e-05 (0.595634) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:16 2021 Memory usage per processor = 27.5179 Mbytes Step Atoms AVEKE stressZZ 2988 5000 3.536722e-12 901922.97 2989 -0.00718249999999608 901906.022195824 2989 5000 3.5362218e-12 901906.02 Loop time of 0.017148 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:16 2021 Pair time (%) = 0.000921011 (5.37095) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.222457) Outpt time (%) = 0.0160511 (93.603) Other time (%) = 0.000137806 (0.803626) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:16 2021 Memory usage per processor = 27.5179 Mbytes Step Atoms AVEKE stressZZ 2989 5000 3.5362218e-12 901904.58 2990 -0.00718249999999608 901887.633709647 2990 5000 3.5358224e-12 901887.63 Loop time of 0.018136 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:16 2021 Pair time (%) = 0.000802994 (4.42762) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.193248) Outpt time (%) = 0.0172031 (94.8559) Other time (%) = 9.48906e-05 (0.523216) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:16 2021 Memory usage per processor = 27.5179 Mbytes Step Atoms AVEKE stressZZ 2990 5000 3.5358224e-12 901886.19 2991 -0.00718249999999608 901869.246373744 2991 5000 3.5354872e-12 901869.25 Loop time of 0.0163291 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:16 2021 Pair time (%) = 0.000801086 (4.9059) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.208793) Outpt time (%) = 0.015398 (94.2984) Other time (%) = 9.58443e-05 (0.586956) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:16 2021 Memory usage per processor = 27.5179 Mbytes Step Atoms AVEKE stressZZ 2991 5000 3.5354872e-12 901867.8 2992 -0.00718249999999608 901850.86005042 2992 5000 3.5351927e-12 901850.86 Loop time of 0.0167499 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:16 2021 Pair time (%) = 0.000861168 (5.14134) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.220628) Outpt time (%) = 0.0157449 (94.0003) Other time (%) = 0.000106812 (0.637686) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:16 2021 Memory usage per processor = 27.5179 Mbytes Step Atoms AVEKE stressZZ 2992 5000 3.5351927e-12 901849.42 2993 -0.00718249999999608 901832.474652146 2993 5000 3.5349241e-12 901832.47 Loop time of 0.0171781 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:16 2021 Pair time (%) = 0.00089097 (5.18668) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204025) Outpt time (%) = 0.0161572 (94.0569) Other time (%) = 9.48906e-05 (0.552394) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:16 2021 Memory usage per processor = 27.5179 Mbytes Step Atoms AVEKE stressZZ 2993 5000 3.5349241e-12 901831.03 2994 -0.00718249999999608 901814.090123211 2994 5000 3.534672e-12 901814.09 Loop time of 0.016645 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:16 2021 Pair time (%) = 0.000807047 (4.8486) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.20483) Outpt time (%) = 0.0157099 (94.3822) Other time (%) = 9.39369e-05 (0.564357) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:16 2021 Memory usage per processor = 27.5179 Mbytes Step Atoms AVEKE stressZZ 2994 5000 3.534672e-12 901812.65 2995 -0.00718249999999608 901795.70642828 2995 5000 3.5344304e-12 901795.71 Loop time of 0.0168421 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:16 2021 Pair time (%) = 0.000804901 (4.77909) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.206679) Outpt time (%) = 0.0159111 (94.472) Other time (%) = 9.13143e-05 (0.542178) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:16 2021 Memory usage per processor = 27.5179 Mbytes Step Atoms AVEKE stressZZ 2995 5000 3.5344304e-12 901794.26 2996 -0.00718249999999608 901777.323544783 2996 5000 3.5341954e-12 901777.32 Loop time of 0.0172369 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:16 2021 Pair time (%) = 0.00110483 (6.40967) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.219926) Outpt time (%) = 0.0158761 (92.1048) Other time (%) = 0.000218153 (1.26561) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:16 2021 Memory usage per processor = 27.5179 Mbytes Step Atoms AVEKE stressZZ 2996 5000 3.5341954e-12 901775.88 2997 -0.00718249999999608 901758.941458392 2997 5000 3.5339646e-12 901758.94 Loop time of 0.016999 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:16 2021 Pair time (%) = 0.000801086 (4.71255) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206174) Outpt time (%) = 0.0160701 (94.5357) Other time (%) = 9.27448e-05 (0.54559) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:16 2021 Memory usage per processor = 27.5179 Mbytes Step Atoms AVEKE stressZZ 2997 5000 3.5339646e-12 901757.5 2998 -0.00718249999999608 901740.560159977 2998 5000 3.5337366e-12 901740.56 Loop time of 0.016813 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:16 2021 Pair time (%) = 0.00088501 (5.26383) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208454) Outpt time (%) = 0.0157962 (93.952) Other time (%) = 9.67979e-05 (0.575731) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:16 2021 Memory usage per processor = 27.5179 Mbytes Step Atoms AVEKE stressZZ 2998 5000 3.5337366e-12 901739.12 2999 -0.00718249999999608 901722.179643726 2999 5000 3.5335103e-12 901722.18 Loop time of 0.016366 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:16 2021 Pair time (%) = 0.000838995 (5.12645) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.225803) Outpt time (%) = 0.0153849 (94.0053) Other time (%) = 0.000105143 (0.642445) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:16 2021 Memory usage per processor = 27.5179 Mbytes Step Atoms AVEKE stressZZ 2999 5000 3.5335103e-12 901720.74 3000 -0.00718249999999608 901703.799905882 3000 5000 3.5332851e-12 901703.8 Loop time of 0.0183921 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:16 2021 Pair time (%) = 0.000938892 (5.10487) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.189261) Outpt time (%) = 0.0173199 (94.1705) Other time (%) = 9.84669e-05 (0.535376) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:16 2021 Memory usage per processor = 27.5179 Mbytes Step Atoms AVEKE stressZZ 3000 5000 3.5332851e-12 901702.36 3001 -0.00718249999999608 901685.420944083 3001 5000 3.5330606e-12 901685.42 Loop time of 0.017406 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:16 2021 Pair time (%) = 0.00084281 (4.84207) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.201353) Outpt time (%) = 0.016434 (94.4155) Other time (%) = 9.41753e-05 (0.541051) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:16 2021 Memory usage per processor = 27.5179 Mbytes Step Atoms AVEKE stressZZ 3001 5000 3.5330606e-12 901683.98 3002 -0.00718249999999608 901667.042756747 3002 5000 3.5328365e-12 901667.04 Loop time of 0.016191 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:16 2021 Pair time (%) = 0.00080204 (4.95362) Neigh time (%) = 0 (0) Comm time (%) = 4.91142e-05 (0.303343) Outpt time (%) = 0.015198 (93.8669) Other time (%) = 0.000141859 (0.87616) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:16 2021 Memory usage per processor = 27.5179 Mbytes Step Atoms AVEKE stressZZ 3002 5000 3.5328365e-12 901665.6 3003 -0.00718249999999608 901648.665342901 3003 5000 3.5326127e-12 901648.67 Loop time of 0.01688 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:16 2021 Pair time (%) = 0.00100803 (5.97175) Neigh time (%) = 0 (0) Comm time (%) = 5.00679e-05 (0.29661) Outpt time (%) = 0.015671 (92.8376) Other time (%) = 0.000150919 (0.894068) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:16 2021 Memory usage per processor = 27.5179 Mbytes Step Atoms AVEKE stressZZ 3003 5000 3.5326127e-12 901647.22 3004 -0.00718249999999608 901630.288701867 3004 5000 3.5323892e-12 901630.29 Loop time of 0.0170372 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:16 2021 Pair time (%) = 0.00084281 (4.94689) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205712) Outpt time (%) = 0.0160649 (94.2932) Other time (%) = 9.44138e-05 (0.554164) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:16 2021 Memory usage per processor = 27.5179 Mbytes Step Atoms AVEKE stressZZ 3004 5000 3.5323892e-12 901628.85 3005 -0.00718249999999608 901611.912833187 3005 5000 3.5321658e-12 901611.91 Loop time of 0.016356 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:16 2021 Pair time (%) = 0.000800848 (4.89636) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.212822) Outpt time (%) = 0.015425 (94.3077) Other time (%) = 9.53674e-05 (0.583073) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:16 2021 Memory usage per processor = 27.5179 Mbytes Step Atoms AVEKE stressZZ 3005 5000 3.5321658e-12 901610.47 3006 -0.00718249999999608 901593.537736584 3006 5000 3.5319424e-12 901593.54 Loop time of 0.0165501 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:16 2021 Pair time (%) = 0.000900984 (5.44399) Neigh time (%) = 0 (0) Comm time (%) = 5.00679e-05 (0.302524) Outpt time (%) = 0.0154819 (93.5462) Other time (%) = 0.000117064 (0.70733) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:16 2021 Memory usage per processor = 27.5179 Mbytes Step Atoms AVEKE stressZZ 3006 5000 3.5319424e-12 901592.09 3007 -0.00718249999999608 901575.163411814 3007 5000 3.5317191e-12 901575.16 Loop time of 0.016999 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:16 2021 Pair time (%) = 0.000832081 (4.89488) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.211784) Outpt time (%) = 0.0160351 (94.3295) Other time (%) = 9.58443e-05 (0.563823) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:16 2021 Memory usage per processor = 27.5179 Mbytes Step Atoms AVEKE stressZZ 3007 5000 3.5317191e-12 901573.72 3008 -0.00718249999999608 901556.789858713 3008 5000 3.5314959e-12 901556.79 Loop time of 0.01702 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:16 2021 Pair time (%) = 0.000802994 (4.71795) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.20592) Outpt time (%) = 0.0160868 (94.5172) Other time (%) = 9.5129e-05 (0.558925) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:16 2021 Memory usage per processor = 27.5179 Mbytes Step Atoms AVEKE stressZZ 3008 5000 3.5314959e-12 901555.35 3009 -0.00718249999999608 901538.417077164 3009 5000 3.5312727e-12 901538.42 Loop time of 0.0163579 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:16 2021 Pair time (%) = 0.00090909 (5.5575) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.311908) Outpt time (%) = 0.0152659 (93.3246) Other time (%) = 0.000131845 (0.806005) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:16 2021 Memory usage per processor = 27.5179 Mbytes Step Atoms AVEKE stressZZ 3009 5000 3.5312727e-12 901536.97 3010 -0.00718249999999608 901520.045067062 3010 5000 3.5310496e-12 901520.05 Loop time of 0.018502 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:16 2021 Pair time (%) = 0.0010891 (5.88637) Neigh time (%) = 0 (0) Comm time (%) = 4.91142e-05 (0.265454) Outpt time (%) = 0.0171821 (92.8663) Other time (%) = 0.000181675 (0.981921) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:16 2021 Memory usage per processor = 27.5179 Mbytes Step Atoms AVEKE stressZZ 3010 5000 3.5310496e-12 901518.6 3011 -0.00718249999999608 901501.673828308 3011 5000 3.5308264e-12 901501.67 Loop time of 0.0168881 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:16 2021 Pair time (%) = 0.000804901 (4.76607) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.206116) Outpt time (%) = 0.015954 (94.4688) Other time (%) = 9.44138e-05 (0.559054) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:16 2021 Memory usage per processor = 27.5179 Mbytes Step Atoms AVEKE stressZZ 3011 5000 3.5308264e-12 901500.23 3012 -0.00718249999999608 901483.303360826 3012 5000 3.5306033e-12 901483.3 Loop time of 0.0166662 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:16 2021 Pair time (%) = 0.000802994 (4.81811) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.208861) Outpt time (%) = 0.0157411 (94.4495) Other time (%) = 8.72612e-05 (0.523583) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:16 2021 Memory usage per processor = 27.5179 Mbytes Step Atoms AVEKE stressZZ 3012 5000 3.5306033e-12 901481.86 3013 -0.00718249999999608 901464.933664557 3013 5000 3.5303802e-12 901464.93 Loop time of 0.0162852 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:16 2021 Pair time (%) = 0.000859022 (5.27487) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.221067) Outpt time (%) = 0.0152709 (93.7721) Other time (%) = 0.000119209 (0.732011) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:16 2021 Memory usage per processor = 27.5179 Mbytes Step Atoms AVEKE stressZZ 3013 5000 3.5303802e-12 901463.49 3014 -0.00718249999999608 901446.564739383 3014 5000 3.5301572e-12 901446.56 Loop time of 0.0159302 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:16 2021 Pair time (%) = 0.000804901 (5.05268) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.212524) Outpt time (%) = 0.0150001 (94.1616) Other time (%) = 9.13143e-05 (0.573216) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:16 2021 Memory usage per processor = 27.5179 Mbytes Step Atoms AVEKE stressZZ 3014 5000 3.5301572e-12 901445.12 3015 -0.00718249999999608 901428.196585273 3015 5000 3.5299341e-12 901428.2 Loop time of 0.0160582 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:16 2021 Pair time (%) = 0.00080204 (4.99458) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.218253) Outpt time (%) = 0.0151322 (94.2334) Other time (%) = 8.89301e-05 (0.553799) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:16 2021 Memory usage per processor = 27.5179 Mbytes Step Atoms AVEKE stressZZ 3015 5000 3.5299341e-12 901426.75 3016 -0.00718249999999608 901409.829202163 3016 5000 3.5297111e-12 901409.83 Loop time of 0.017019 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:16 2021 Pair time (%) = 0.000867844 (5.09925) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205931) Outpt time (%) = 0.016026 (94.1653) Other time (%) = 9.01222e-05 (0.529538) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:16 2021 Memory usage per processor = 27.5179 Mbytes Step Atoms AVEKE stressZZ 3016 5000 3.5297111e-12 901408.39 3017 -0.00718249999999608 901391.462589968 3017 5000 3.5294881e-12 901391.46 Loop time of 0.016433 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:16 2021 Pair time (%) = 0.000800848 (4.87341) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.211824) Outpt time (%) = 0.015496 (94.2982) Other time (%) = 0.000101328 (0.616612) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:16 2021 Memory usage per processor = 27.5179 Mbytes Step Atoms AVEKE stressZZ 3017 5000 3.5294881e-12 901390.02 3018 -0.00718249999999608 901373.096748615 3018 5000 3.5292651e-12 901373.1 Loop time of 0.0164101 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:16 2021 Pair time (%) = 0.000907898 (5.53255) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.238272) Outpt time (%) = 0.0153232 (93.3763) Other time (%) = 0.000139952 (0.852838) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:16 2021 Memory usage per processor = 27.5179 Mbytes Step Atoms AVEKE stressZZ 3018 5000 3.5292651e-12 901371.65 3019 -0.00718249999999608 901354.731678071 3019 5000 3.5290421e-12 901354.73 Loop time of 0.0170391 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:16 2021 Pair time (%) = 0.000893116 (5.24158) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.211286) Outpt time (%) = 0.01596 (93.667) Other time (%) = 0.000149965 (0.880126) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:16 2021 Memory usage per processor = 27.5179 Mbytes Step Atoms AVEKE stressZZ 3019 5000 3.5290421e-12 901353.29 3020 -0.00718249999999608 901336.367378242 3020 5000 3.5288192e-12 901336.37 Loop time of 0.0181739 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:16 2021 Pair time (%) = 0.000800133 (4.40264) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.192845) Outpt time (%) = 0.0172451 (94.889) Other time (%) = 9.36985e-05 (0.515565) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:16 2021 Memory usage per processor = 27.5179 Mbytes Step Atoms AVEKE stressZZ 3020 5000 3.5288192e-12 901334.92 3021 -0.00718249999999608 901318.003849085 3021 5000 3.5285962e-12 901318 Loop time of 0.0162401 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:16 2021 Pair time (%) = 0.000803947 (4.95038) Neigh time (%) = 0 (0) Comm time (%) = 5.00679e-05 (0.308298) Outpt time (%) = 0.0152681 (94.0146) Other time (%) = 0.000118017 (0.726702) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:16 2021 Memory usage per processor = 27.5179 Mbytes Step Atoms AVEKE stressZZ 3021 5000 3.5285962e-12 901316.56 3022 -0.00718249999999608 901299.641090525 3022 5000 3.5283733e-12 901299.64 Loop time of 0.0171351 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:16 2021 Pair time (%) = 0.000884056 (5.15932) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204536) Outpt time (%) = 0.0161202 (94.0768) Other time (%) = 9.58443e-05 (0.559343) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:16 2021 Memory usage per processor = 27.5179 Mbytes Step Atoms AVEKE stressZZ 3022 5000 3.5283733e-12 901298.2 3023 -0.00718249999999608 901281.27910248 3023 5000 3.5281504e-12 901281.28 Loop time of 0.0169208 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:16 2021 Pair time (%) = 0.000803947 (4.75124) Neigh time (%) = 0 (0) Comm time (%) = 9.48906e-05 (0.560792) Outpt time (%) = 0.0159099 (94.0257) Other time (%) = 0.000112057 (0.662242) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:16 2021 Memory usage per processor = 27.5179 Mbytes Step Atoms AVEKE stressZZ 3023 5000 3.5281504e-12 901279.84 3024 -0.00718249999999608 901262.917884903 3024 5000 3.5279275e-12 901262.92 Loop time of 0.016377 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:16 2021 Pair time (%) = 0.000806093 (4.92211) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.208182) Outpt time (%) = 0.0154471 (94.3223) Other time (%) = 8.96454e-05 (0.547387) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:16 2021 Memory usage per processor = 27.5179 Mbytes Step Atoms AVEKE stressZZ 3024 5000 3.5279275e-12 901261.48 3025 -0.00718249999999608 901244.55743774 3025 5000 3.5277047e-12 901244.56 Loop time of 0.016356 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:17 2021 Pair time (%) = 0.000931025 (5.69225) Neigh time (%) = 0 (0) Comm time (%) = 5.50747e-05 (0.336725) Outpt time (%) = 0.015229 (93.1095) Other time (%) = 0.000140905 (0.861491) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:17 2021 Memory usage per processor = 27.5179 Mbytes Step Atoms AVEKE stressZZ 3025 5000 3.5277047e-12 901243.11 3026 -0.00718249999999608 901226.197760914 3026 5000 3.5274818e-12 901226.2 Loop time of 0.0168531 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:17 2021 Pair time (%) = 0.000876904 (5.20322) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.213618) Outpt time (%) = 0.015835 (93.9593) Other time (%) = 0.000105143 (0.623877) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:17 2021 Memory usage per processor = 27.5179 Mbytes Step Atoms AVEKE stressZZ 3026 5000 3.5274818e-12 901224.76 3027 -0.00718249999999608 901207.838854351 3027 5000 3.527259e-12 901207.84 Loop time of 0.016696 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:17 2021 Pair time (%) = 0.000853062 (5.10938) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.215628) Outpt time (%) = 0.015712 (94.1066) Other time (%) = 9.48906e-05 (0.568344) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:17 2021 Memory usage per processor = 27.5179 Mbytes Step Atoms AVEKE stressZZ 3027 5000 3.527259e-12 901206.4 3028 -0.00718249999999608 901189.480718016 3028 5000 3.5270362e-12 901189.48 Loop time of 0.0164149 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:17 2021 Pair time (%) = 0.000823975 (5.01968) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.219321) Outpt time (%) = 0.015389 (93.7501) Other time (%) = 0.000165939 (1.01091) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:17 2021 Memory usage per processor = 27.5179 Mbytes Step Atoms AVEKE stressZZ 3028 5000 3.5270362e-12 901188.04 3029 -0.00718249999999608 901171.123351822 3029 5000 3.5268134e-12 901171.12 Loop time of 0.0170572 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:17 2021 Pair time (%) = 0.00085783 (5.02914) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.216653) Outpt time (%) = 0.0160258 (93.9533) Other time (%) = 0.000136614 (0.800917) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:17 2021 Memory usage per processor = 27.5179 Mbytes Step Atoms AVEKE stressZZ 3029 5000 3.5268134e-12 901169.68 3030 -0.00718249999999608 901152.766755702 3030 5000 3.5265906e-12 901152.77 Loop time of 0.018537 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:17 2021 Pair time (%) = 0.000841141 (4.53762) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.183923) Outpt time (%) = 0.0175359 (94.5994) Other time (%) = 0.000125885 (0.6791) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:17 2021 Memory usage per processor = 27.5179 Mbytes Step Atoms AVEKE stressZZ 3030 5000 3.5265906e-12 901151.32 3031 -0.00718249999999608 901134.410929614 3031 5000 3.5263679e-12 901134.41 Loop time of 0.0162759 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:17 2021 Pair time (%) = 0.000849962 (5.22222) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.215334) Outpt time (%) = 0.0152979 (93.9912) Other time (%) = 9.29832e-05 (0.571295) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:17 2021 Memory usage per processor = 27.5179 Mbytes Step Atoms AVEKE stressZZ 3031 5000 3.5263679e-12 901132.97 3032 -0.00718249999999608 901116.055873458 3032 5000 3.5261452e-12 901116.06 Loop time of 0.016813 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:17 2021 Pair time (%) = 0.00104594 (6.22102) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.225471) Outpt time (%) = 0.015543 (92.446) Other time (%) = 0.000186205 (1.1075) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:17 2021 Memory usage per processor = 27.5179 Mbytes Step Atoms AVEKE stressZZ 3032 5000 3.5261452e-12 901114.61 3033 -0.00718249999999608 901097.7015872 3033 5000 3.5259224e-12 901097.7 Loop time of 0.016953 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:17 2021 Pair time (%) = 0.000802994 (4.73659) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206734) Outpt time (%) = 0.0159469 (94.0652) Other time (%) = 0.000168085 (0.991478) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:17 2021 Memory usage per processor = 27.5179 Mbytes Step Atoms AVEKE stressZZ 3033 5000 3.5259224e-12 901096.26 3034 -0.00718249999999608 901079.348070764 3034 5000 3.5256998e-12 901079.35 Loop time of 0.0168791 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:17 2021 Pair time (%) = 0.000844002 (5.00028) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207639) Outpt time (%) = 0.0159061 (94.2356) Other time (%) = 9.39369e-05 (0.556529) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:17 2021 Memory usage per processor = 27.5179 Mbytes Step Atoms AVEKE stressZZ 3034 5000 3.5256998e-12 901077.91 3035 -0.00718249999999608 901060.995324083 3035 5000 3.5254771e-12 901061 Loop time of 0.0165241 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:17 2021 Pair time (%) = 0.000821114 (4.9692) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.2121) Outpt time (%) = 0.015521 (93.9299) Other time (%) = 0.000146866 (0.888799) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:17 2021 Memory usage per processor = 27.5179 Mbytes Step Atoms AVEKE stressZZ 3035 5000 3.5254771e-12 901059.55 3036 -0.00718249999999608 901042.643347115 3036 5000 3.5252544e-12 901042.64 Loop time of 0.016907 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:17 2021 Pair time (%) = 0.000858068 (5.07523) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.212937) Outpt time (%) = 0.0159152 (94.1337) Other time (%) = 9.77516e-05 (0.578173) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:17 2021 Memory usage per processor = 27.5179 Mbytes Step Atoms AVEKE stressZZ 3036 5000 3.5252544e-12 901041.2 3037 -0.00718249999999608 901024.292139782 3037 5000 3.5250318e-12 901024.29 Loop time of 0.0169389 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:17 2021 Pair time (%) = 0.000801086 (4.72926) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206905) Outpt time (%) = 0.016011 (94.5219) Other time (%) = 9.17912e-05 (0.541895) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:17 2021 Memory usage per processor = 27.5179 Mbytes Step Atoms AVEKE stressZZ 3037 5000 3.5250318e-12 901022.85 3038 -0.00718249999999608 901005.941702026 3038 5000 3.5248092e-12 901005.94 Loop time of 0.016556 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:17 2021 Pair time (%) = 0.000807047 (4.87464) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.21169) Outpt time (%) = 0.0156162 (94.3232) Other time (%) = 9.77516e-05 (0.590429) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:17 2021 Memory usage per processor = 27.5179 Mbytes Step Atoms AVEKE stressZZ 3038 5000 3.5248092e-12 901004.5 3039 -0.00718249999999608 900987.592033774 3039 5000 3.5245866e-12 900987.59 Loop time of 0.016813 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:17 2021 Pair time (%) = 0.00084281 (5.01283) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.219799) Outpt time (%) = 0.015826 (94.1292) Other time (%) = 0.000107288 (0.638126) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:17 2021 Memory usage per processor = 27.5179 Mbytes Step Atoms AVEKE stressZZ 3039 5000 3.5245866e-12 900986.15 3040 -0.00718249999999608 900969.243134964 3040 5000 3.524364e-12 900969.24 Loop time of 0.0187969 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:17 2021 Pair time (%) = 0.000886202 (4.71461) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.191527) Outpt time (%) = 0.0177691 (94.532) Other time (%) = 0.000105619 (0.561898) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:17 2021 Memory usage per processor = 27.5179 Mbytes Step Atoms AVEKE stressZZ 3040 5000 3.524364e-12 900967.8 3041 -0.00718249999999608 900950.895005545 3041 5000 3.5241414e-12 900950.9 Loop time of 0.016923 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:17 2021 Pair time (%) = 0.000804901 (4.75627) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.205692) Outpt time (%) = 0.0159879 (94.4745) Other time (%) = 9.53674e-05 (0.563539) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:17 2021 Memory usage per processor = 27.5179 Mbytes Step Atoms AVEKE stressZZ 3041 5000 3.5241414e-12 900949.45 3042 -0.00718249999999608 900932.547645452 3042 5000 3.5239189e-12 900932.55 Loop time of 0.016397 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:17 2021 Pair time (%) = 0.000803947 (4.90302) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.213744) Outpt time (%) = 0.0154619 (94.2973) Other time (%) = 9.60827e-05 (0.585977) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:17 2021 Memory usage per processor = 27.5179 Mbytes Step Atoms AVEKE stressZZ 3042 5000 3.5239189e-12 900931.11 3043 -0.00718249999999608 900914.201054621 3043 5000 3.5236963e-12 900914.2 Loop time of 0.0172081 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:17 2021 Pair time (%) = 0.000879049 (5.10835) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.209211) Outpt time (%) = 0.016192 (94.095) Other time (%) = 0.000101089 (0.587453) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:17 2021 Memory usage per processor = 27.5179 Mbytes Step Atoms AVEKE stressZZ 3043 5000 3.5236963e-12 900912.76 3044 -0.00718249999999608 900895.855232962 3044 5000 3.5234738e-12 900895.86 Loop time of 0.0169389 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:17 2021 Pair time (%) = 0.000803947 (4.74615) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206905) Outpt time (%) = 0.016006 (94.4924) Other time (%) = 9.39369e-05 (0.554562) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:17 2021 Memory usage per processor = 27.5179 Mbytes Step Atoms AVEKE stressZZ 3044 5000 3.5234738e-12 900894.41 3045 -0.00718249999999608 900877.510180438 3045 5000 3.5232514e-12 900877.51 Loop time of 0.0164449 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:17 2021 Pair time (%) = 0.000800848 (4.86988) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.213121) Outpt time (%) = 0.0154679 (94.0587) Other time (%) = 0.000141144 (0.858282) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:17 2021 Memory usage per processor = 27.5179 Mbytes Step Atoms AVEKE stressZZ 3045 5000 3.5232514e-12 900876.07 3046 -0.00718249999999608 900859.165896991 3046 5000 3.5230289e-12 900859.17 Loop time of 0.0167742 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:17 2021 Pair time (%) = 0.00106406 (6.34345) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.238786) Outpt time (%) = 0.0155509 (92.7071) Other time (%) = 0.000119209 (0.710671) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:17 2021 Memory usage per processor = 27.5179 Mbytes Step Atoms AVEKE stressZZ 3046 5000 3.5230289e-12 900857.72 3047 -0.00718249999999608 900840.822382535 3047 5000 3.5228064e-12 900840.82 Loop time of 0.0171421 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:17 2021 Pair time (%) = 0.000828028 (4.83039) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204453) Outpt time (%) = 0.0161791 (94.3824) Other time (%) = 9.98974e-05 (0.582762) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:17 2021 Memory usage per processor = 27.5179 Mbytes Step Atoms AVEKE stressZZ 3047 5000 3.5228064e-12 900839.38 3048 -0.00718249999999608 900822.479637039 3048 5000 3.522584e-12 900822.48 Loop time of 0.016463 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:17 2021 Pair time (%) = 0.000801802 (4.87031) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.211438) Outpt time (%) = 0.0155311 (94.339) Other time (%) = 9.53674e-05 (0.579282) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:17 2021 Memory usage per processor = 27.5179 Mbytes Step Atoms AVEKE stressZZ 3048 5000 3.522584e-12 900821.04 3049 -0.00718249999999608 900804.137660405 3049 5000 3.5223616e-12 900804.14 Loop time of 0.0162671 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:17 2021 Pair time (%) = 0.000880957 (5.41559) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.233039) Outpt time (%) = 0.0152431 (93.705) Other time (%) = 0.000105143 (0.646353) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:17 2021 Memory usage per processor = 27.5179 Mbytes Step Atoms AVEKE stressZZ 3049 5000 3.5223616e-12 900802.7 3050 -0.00718249999999608 900785.796452577 3050 5000 3.5221392e-12 900785.8 Loop time of 0.0183818 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:17 2021 Pair time (%) = 0.000920057 (5.00525) Neigh time (%) = 0 (0) Comm time (%) = 5.19753e-05 (0.282753) Outpt time (%) = 0.017278 (93.9947) Other time (%) = 0.000131845 (0.71726) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:17 2021 Memory usage per processor = 27.5179 Mbytes Step Atoms AVEKE stressZZ 3050 5000 3.5221392e-12 900784.35 3051 -0.00718249999999608 900767.456013528 3051 5000 3.5219168e-12 900767.46 Loop time of 0.0170839 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:17 2021 Pair time (%) = 0.000803232 (4.7017) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.20515) Outpt time (%) = 0.0161529 (94.5503) Other time (%) = 9.27448e-05 (0.542879) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:17 2021 Memory usage per processor = 27.5179 Mbytes Step Atoms AVEKE stressZZ 3051 5000 3.5219168e-12 900766.01 3052 -0.00718249999999608 900749.116343171 3052 5000 3.5216945e-12 900749.12 Loop time of 0.0163581 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:17 2021 Pair time (%) = 0.000826836 (5.05458) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.220081) Outpt time (%) = 0.0153959 (94.1176) Other time (%) = 9.94205e-05 (0.607774) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:17 2021 Memory usage per processor = 27.5179 Mbytes Step Atoms AVEKE stressZZ 3052 5000 3.5216945e-12 900747.67 3053 -0.00718249999999608 900730.777441423 3053 5000 3.5214721e-12 900730.78 Loop time of 0.0168581 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:17 2021 Pair time (%) = 0.000983953 (5.83668) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.243254) Outpt time (%) = 0.0156951 (93.1012) Other time (%) = 0.000138044 (0.818861) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:17 2021 Memory usage per processor = 27.5179 Mbytes Step Atoms AVEKE stressZZ 3053 5000 3.5214721e-12 900729.34 3054 -0.00718249999999608 900712.439308253 3054 5000 3.5212498e-12 900712.44 Loop time of 0.017041 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:17 2021 Pair time (%) = 0.000808001 (4.74152) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205666) Outpt time (%) = 0.0160642 (94.2679) Other time (%) = 0.000133753 (0.78489) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:17 2021 Memory usage per processor = 27.5179 Mbytes Step Atoms AVEKE stressZZ 3054 5000 3.5212498e-12 900711 3055 -0.00718249999999608 900694.101943608 3055 5000 3.5210275e-12 900694.1 Loop time of 0.017215 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:17 2021 Pair time (%) = 0.000843763 (4.90132) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.196662) Outpt time (%) = 0.0162239 (94.2428) Other time (%) = 0.000113487 (0.659234) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:17 2021 Memory usage per processor = 27.5179 Mbytes Step Atoms AVEKE stressZZ 3055 5000 3.5210275e-12 900692.66 3056 -0.00718249999999608 900675.76534737 3056 5000 3.5208052e-12 900675.77 Loop time of 0.0162289 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:17 2021 Pair time (%) = 0.00082612 (5.09042) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.283536) Outpt time (%) = 0.015238 (93.8944) Other time (%) = 0.000118732 (0.731611) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:17 2021 Memory usage per processor = 27.5179 Mbytes Step Atoms AVEKE stressZZ 3056 5000 3.5208052e-12 900674.32 3057 -0.00718249999999608 900657.429519515 3057 5000 3.5205829e-12 900657.43 Loop time of 0.0166819 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:17 2021 Pair time (%) = 0.000843048 (5.05367) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.21581) Outpt time (%) = 0.0156949 (94.0831) Other time (%) = 0.000108004 (0.64743) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:17 2021 Memory usage per processor = 27.5179 Mbytes Step Atoms AVEKE stressZZ 3057 5000 3.5205829e-12 900655.99 3058 -0.00718249999999608 900639.094459998 3058 5000 3.5203607e-12 900639.09 Loop time of 0.016346 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:17 2021 Pair time (%) = 0.000805855 (4.92999) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.212952) Outpt time (%) = 0.0154078 (94.2605) Other time (%) = 9.75132e-05 (0.596558) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:17 2021 Memory usage per processor = 27.5179 Mbytes Step Atoms AVEKE stressZZ 3058 5000 3.5203607e-12 900637.65 3059 -0.00718249999999608 900620.760168723 3059 5000 3.5201385e-12 900620.76 Loop time of 0.016237 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:17 2021 Pair time (%) = 0.000803947 (4.95132) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.21585) Outpt time (%) = 0.015306 (94.266) Other time (%) = 9.20296e-05 (0.566789) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:17 2021 Memory usage per processor = 27.5179 Mbytes Step Atoms AVEKE stressZZ 3059 5000 3.5201385e-12 900619.32 3060 -0.00718249999999608 900602.426645664 3060 5000 3.5199162e-12 900602.43 Loop time of 0.0174241 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:17 2021 Pair time (%) = 0.000806093 (4.62631) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.201144) Outpt time (%) = 0.016494 (94.6622) Other time (%) = 8.89301e-05 (0.510386) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:17 2021 Memory usage per processor = 27.5179 Mbytes Step Atoms AVEKE stressZZ 3060 5000 3.5199162e-12 900600.98 3061 -0.00718249999999608 900584.093890731 3061 5000 3.5196941e-12 900584.09 Loop time of 0.0163791 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:17 2021 Pair time (%) = 0.000803947 (4.90837) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.213977) Outpt time (%) = 0.01545 (94.3274) Other time (%) = 9.01222e-05 (0.550226) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:17 2021 Memory usage per processor = 27.5179 Mbytes Step Atoms AVEKE stressZZ 3061 5000 3.5196941e-12 900582.65 3062 -0.00718249999999608 900565.761903873 3062 5000 3.5194719e-12 900565.76 Loop time of 0.016928 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:17 2021 Pair time (%) = 0.000967979 (5.71823) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.218307) Outpt time (%) = 0.015795 (93.3071) Other time (%) = 0.000128031 (0.756327) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:17 2021 Memory usage per processor = 27.5179 Mbytes Step Atoms AVEKE stressZZ 3062 5000 3.5194719e-12 900564.32 3063 -0.00718249999999608 900547.430685013 3063 5000 3.5192497e-12 900547.43 Loop time of 0.016896 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:17 2021 Pair time (%) = 0.000804186 (4.75962) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.213075) Outpt time (%) = 0.0159602 (94.4615) Other time (%) = 9.56059e-05 (0.565849) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:17 2021 Memory usage per processor = 27.5179 Mbytes Step Atoms AVEKE stressZZ 3063 5000 3.5192497e-12 900545.99 3064 -0.00718249999999608 900529.100234093 3064 5000 3.5190276e-12 900529.1 Loop time of 0.016696 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:17 2021 Pair time (%) = 0.000801802 (4.80236) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209916) Outpt time (%) = 0.0157659 (94.4294) Other time (%) = 9.32217e-05 (0.558348) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:17 2021 Memory usage per processor = 27.5179 Mbytes Step Atoms AVEKE stressZZ 3064 5000 3.5190276e-12 900527.66 3065 -0.00718249999999608 900510.770551086 3065 5000 3.5188055e-12 900510.77 Loop time of 0.0164881 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:17 2021 Pair time (%) = 0.000839949 (5.09428) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.248713) Outpt time (%) = 0.0154829 (93.9036) Other time (%) = 0.000124216 (0.753369) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:17 2021 Memory usage per processor = 27.5179 Mbytes Step Atoms AVEKE stressZZ 3065 5000 3.5188055e-12 900509.33 3066 -0.00718249999999608 900492.441635883 3066 5000 3.5185834e-12 900492.44 Loop time of 0.0169082 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:17 2021 Pair time (%) = 0.000838041 (4.95643) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207282) Outpt time (%) = 0.0159359 (94.2497) Other time (%) = 9.91821e-05 (0.586593) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:17 2021 Memory usage per processor = 27.5179 Mbytes Step Atoms AVEKE stressZZ 3066 5000 3.5185834e-12 900491 3067 -0.00718249999999608 900474.113488427 3067 5000 3.5183613e-12 900474.11 Loop time of 0.016866 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:17 2021 Pair time (%) = 0.000800133 (4.74407) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.2078) Outpt time (%) = 0.0159411 (94.5166) Other time (%) = 8.96454e-05 (0.531516) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:17 2021 Memory usage per processor = 27.5179 Mbytes Step Atoms AVEKE stressZZ 3067 5000 3.5183613e-12 900472.67 3068 -0.00718249999999608 900455.786108698 3068 5000 3.5181392e-12 900455.79 Loop time of 0.0162518 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:17 2021 Pair time (%) = 0.00080514 (4.95416) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.209785) Outpt time (%) = 0.015317 (94.2478) Other time (%) = 9.56059e-05 (0.588278) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:17 2021 Memory usage per processor = 27.5179 Mbytes Step Atoms AVEKE stressZZ 3068 5000 3.5181392e-12 900454.34 3069 -0.00718249999999608 900437.459496602 3069 5000 3.5179172e-12 900437.46 Loop time of 0.0171561 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:18 2021 Pair time (%) = 0.00116491 (6.79007) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.23347) Outpt time (%) = 0.0157611 (91.8689) Other time (%) = 0.00019002 (1.10759) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:18 2021 Memory usage per processor = 27.5179 Mbytes Step Atoms AVEKE stressZZ 3069 5000 3.5179172e-12 900436.02 3070 -0.00718249999999608 900419.133652103 3070 5000 3.5176952e-12 900419.13 Loop time of 0.0187032 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:18 2021 Pair time (%) = 0.000849962 (4.54447) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.182289) Outpt time (%) = 0.017724 (94.7646) Other time (%) = 9.5129e-05 (0.508624) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:19:18 2021 Memory usage per processor = 27.5179 Mbytes Step Atoms AVEKE stressZZ 3070 5000 3.5176952e-12 900417.69 3071 -0.00718249999999608 900397.387658353 3071 5000 6.9498982e-12 900426.86 Loop time of 0.016438 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:18 2021 Pair time (%) = 0.000840902 (5.1156) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.219012) Outpt time (%) = 0.0154219 (93.8184) Other time (%) = 0.000139236 (0.84704) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:18 2021 Memory usage per processor = 27.5179 Mbytes Step Atoms AVEKE stressZZ 3071 5000 6.9498982e-12 924771.41 3072 -0.00721499999999606 924748.879912491 3072 5000 5.6353307e-12 924748.88 Loop time of 0.016413 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:18 2021 Pair time (%) = 0.000936985 (5.70881) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.23242) Outpt time (%) = 0.0153151 (93.3107) Other time (%) = 0.000122786 (0.748101) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:18 2021 Memory usage per processor = 27.5179 Mbytes Step Atoms AVEKE stressZZ 3072 5000 5.6353307e-12 924746.92 3073 -0.00721499999999606 924726.271462573 3073 5000 4.8713842e-12 924726.27 Loop time of 0.016856 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:18 2021 Pair time (%) = 0.000941992 (5.58848) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.202266) Outpt time (%) = 0.0157881 (93.6647) Other time (%) = 9.17912e-05 (0.544562) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:18 2021 Memory usage per processor = 27.5179 Mbytes Step Atoms AVEKE stressZZ 3073 5000 4.8713842e-12 924724.48 3074 -0.00721499999999606 924705.021686463 3074 5000 4.4147076e-12 924705.02 Loop time of 0.0168638 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:18 2021 Pair time (%) = 0.00080514 (4.77436) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.206413) Outpt time (%) = 0.0159011 (94.2911) Other time (%) = 0.000122786 (0.7281) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:18 2021 Memory usage per processor = 27.5179 Mbytes Step Atoms AVEKE stressZZ 3074 5000 4.4147076e-12 924703.34 3075 -0.00721499999999606 924684.635648331 3075 5000 4.1360755e-12 924684.64 Loop time of 0.0163081 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:18 2021 Pair time (%) = 0.000858068 (5.26162) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.226605) Outpt time (%) = 0.0152929 (93.7749) Other time (%) = 0.000120163 (0.736831) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:18 2021 Memory usage per processor = 27.5179 Mbytes Step Atoms AVEKE stressZZ 3075 5000 4.1360755e-12 924683.02 3076 -0.00721499999999606 924664.798812328 3076 5000 3.9636335e-12 924664.8 Loop time of 0.017004 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:18 2021 Pair time (%) = 0.000901937 (5.30426) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.211722) Outpt time (%) = 0.015964 (93.8839) Other time (%) = 0.000102043 (0.600112) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:18 2021 Memory usage per processor = 27.5179 Mbytes Step Atoms AVEKE stressZZ 3076 5000 3.9636335e-12 924663.22 3077 -0.00721499999999606 924645.311287916 3077 5000 3.8558655e-12 924645.31 Loop time of 0.016902 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:18 2021 Pair time (%) = 0.00080204 (4.74525) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207358) Outpt time (%) = 0.0159731 (94.5043) Other time (%) = 9.17912e-05 (0.54308) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:18 2021 Memory usage per processor = 27.5179 Mbytes Step Atoms AVEKE stressZZ 3077 5000 3.8558655e-12 924643.76 3078 -0.00721499999999606 924626.046042676 3078 5000 3.7880628e-12 924626.05 Loop time of 0.016284 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:18 2021 Pair time (%) = 0.000803947 (4.93704) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.20937) Outpt time (%) = 0.0153511 (94.2709) Other time (%) = 9.48906e-05 (0.582723) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:18 2021 Memory usage per processor = 27.5179 Mbytes Step Atoms AVEKE stressZZ 3078 5000 3.7880628e-12 924624.51 3079 -0.00721499999999606 924606.922346132 3079 5000 3.7451999e-12 924606.92 Loop time of 0.0164149 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:18 2021 Pair time (%) = 0.000984907 (6.00009) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.244012) Outpt time (%) = 0.01528 (93.0863) Other time (%) = 0.000109911 (0.669581) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:18 2021 Memory usage per processor = 27.5179 Mbytes Step Atoms AVEKE stressZZ 3079 5000 3.7451999e-12 924605.4 3080 -0.00721499999999606 924587.888893158 3080 5000 3.7180011e-12 924587.89 Loop time of 0.0184999 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:18 2021 Pair time (%) = 0.000808954 (4.37276) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.199758) Outpt time (%) = 0.017555 (94.8926) Other time (%) = 9.89437e-05 (0.534835) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:18 2021 Memory usage per processor = 27.518 Mbytes Step Atoms AVEKE stressZZ 3080 5000 3.7180011e-12 924586.37 3081 -0.00721499999999606 924568.91307878 3081 5000 3.700682e-12 924568.91 Loop time of 0.016788 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:18 2021 Pair time (%) = 0.00080204 (4.77746) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.207345) Outpt time (%) = 0.0158551 (94.4429) Other time (%) = 9.60827e-05 (0.572329) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:18 2021 Memory usage per processor = 27.518 Mbytes Step Atoms AVEKE stressZZ 3081 5000 3.700682e-12 924567.4 3082 -0.00721499999999606 924549.974182168 3082 5000 3.6896113e-12 924549.97 Loop time of 0.0164762 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:18 2021 Pair time (%) = 0.000843048 (5.11678) Neigh time (%) = 0 (0) Comm time (%) = 4.98295e-05 (0.302434) Outpt time (%) = 0.0154371 (93.6937) Other time (%) = 0.000146151 (0.887043) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:18 2021 Memory usage per processor = 27.518 Mbytes Step Atoms AVEKE stressZZ 3082 5000 3.6896113e-12 924548.47 3083 -0.00721499999999606 924531.059034933 3083 5000 3.6824992e-12 924531.06 Loop time of 0.0169368 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:18 2021 Pair time (%) = 0.00082612 (4.87767) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206932) Outpt time (%) = 0.015974 (94.3157) Other time (%) = 0.000101566 (0.599679) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:18 2021 Memory usage per processor = 27.518 Mbytes Step Atoms AVEKE stressZZ 3083 5000 3.6824992e-12 924529.55 3084 -0.00721499999999606 924512.159268465 3084 5000 3.677898e-12 924512.16 Loop time of 0.0166628 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:18 2021 Pair time (%) = 0.000803947 (4.82479) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.22178) Outpt time (%) = 0.015727 (94.384) Other time (%) = 9.48906e-05 (0.569474) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:18 2021 Memory usage per processor = 27.518 Mbytes Step Atoms AVEKE stressZZ 3084 5000 3.677898e-12 924510.65 3085 -0.00721499999999606 924493.269564332 3085 5000 3.6748904e-12 924493.27 Loop time of 0.0161412 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:18 2021 Pair time (%) = 0.000803947 (4.98072) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.217131) Outpt time (%) = 0.0152071 (94.2128) Other time (%) = 9.5129e-05 (0.589356) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:18 2021 Memory usage per processor = 27.518 Mbytes Step Atoms AVEKE stressZZ 3085 5000 3.6748904e-12 924491.76 3086 -0.00721499999999606 924474.386542647 3086 5000 3.6728948e-12 924474.39 Loop time of 0.016999 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:18 2021 Pair time (%) = 0.00116205 (6.836) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.281911) Outpt time (%) = 0.0155902 (91.7124) Other time (%) = 0.000198841 (1.16972) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:18 2021 Memory usage per processor = 27.518 Mbytes Step Atoms AVEKE stressZZ 3086 5000 3.6728948e-12 924472.88 3087 -0.00721499999999606 924455.508055386 3087 5000 3.671542e-12 924455.51 Loop time of 0.0170181 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:18 2021 Pair time (%) = 0.000838041 (4.92442) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205943) Outpt time (%) = 0.0160391 (94.2476) Other time (%) = 0.000105858 (0.622032) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:18 2021 Memory usage per processor = 27.518 Mbytes Step Atoms AVEKE stressZZ 3087 5000 3.671542e-12 924454 3088 -0.00721499999999606 924436.632737466 3088 5000 3.6705975e-12 924436.63 Loop time of 0.0163939 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:18 2021 Pair time (%) = 0.000806093 (4.91703) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.213784) Outpt time (%) = 0.01546 (94.3035) Other time (%) = 9.27448e-05 (0.565728) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:18 2021 Memory usage per processor = 27.518 Mbytes Step Atoms AVEKE stressZZ 3088 5000 3.6705975e-12 924435.13 3089 -0.00721499999999606 924417.759721343 3089 5000 3.6699125e-12 924417.76 Loop time of 0.016257 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:18 2021 Pair time (%) = 0.000833035 (5.12414) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.233182) Outpt time (%) = 0.0152841 (94.015) Other time (%) = 0.000102043 (0.627686) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:18 2021 Memory usage per processor = 27.518 Mbytes Step Atoms AVEKE stressZZ 3089 5000 3.6699125e-12 924416.26 3090 -0.00721499999999606 924398.888455638 3090 5000 3.6693924e-12 924398.89 Loop time of 0.0185311 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:18 2021 Pair time (%) = 0.000862122 (4.6523) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.183982) Outpt time (%) = 0.0175421 (94.6632) Other time (%) = 9.27448e-05 (0.500482) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:18 2021 Memory usage per processor = 27.518 Mbytes Step Atoms AVEKE stressZZ 3090 5000 3.6693924e-12 924397.38 3091 -0.00721499999999606 924380.018589933 3091 5000 3.6689771e-12 924380.02 Loop time of 0.0167868 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:18 2021 Pair time (%) = 0.000802994 (4.78348) Neigh time (%) = 0 (0) Comm time (%) = 9.10759e-05 (0.542544) Outpt time (%) = 0.0157988 (94.1144) Other time (%) = 9.39369e-05 (0.559588) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:18 2021 Memory usage per processor = 27.518 Mbytes Step Atoms AVEKE stressZZ 3091 5000 3.6689771e-12 924378.51 3092 -0.00721499999999606 924361.14990155 3092 5000 3.6686283e-12 924361.15 Loop time of 0.0162151 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:18 2021 Pair time (%) = 0.000804901 (4.9639) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.214671) Outpt time (%) = 0.015286 (94.27) Other time (%) = 8.9407e-05 (0.551381) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:18 2021 Memory usage per processor = 27.518 Mbytes Step Atoms AVEKE stressZZ 3092 5000 3.6686283e-12 924359.65 3093 -0.00721499999999606 924342.282248884 3093 5000 3.6683219e-12 924342.28 Loop time of 0.0166991 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:18 2021 Pair time (%) = 0.000981808 (5.87941) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.232721) Outpt time (%) = 0.0155571 (93.1611) Other time (%) = 0.000121355 (0.726717) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:18 2021 Memory usage per processor = 27.518 Mbytes Step Atoms AVEKE stressZZ 3093 5000 3.6683219e-12 924340.78 3094 -0.00721499999999606 924323.415541954 3094 5000 3.6680424e-12 924323.42 Loop time of 0.016983 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:18 2021 Pair time (%) = 0.000802994 (4.72821) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.199349) Outpt time (%) = 0.0160501 (94.5067) Other time (%) = 9.60827e-05 (0.565757) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:18 2021 Memory usage per processor = 27.518 Mbytes Step Atoms AVEKE stressZZ 3094 5000 3.6680424e-12 924321.91 3095 -0.00721499999999606 924304.549723571 3095 5000 3.66778e-12 924304.55 Loop time of 0.016619 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:18 2021 Pair time (%) = 0.000947952 (5.70404) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.228104) Outpt time (%) = 0.015496 (93.243) Other time (%) = 0.000137091 (0.824905) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:18 2021 Memory usage per processor = 27.518 Mbytes Step Atoms AVEKE stressZZ 3095 5000 3.66778e-12 924303.05 3096 -0.00721499999999606 924285.684757368 3096 5000 3.6675285e-12 924285.68 Loop time of 0.016434 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:18 2021 Pair time (%) = 0.000940084 (5.72038) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.232123) Outpt time (%) = 0.015343 (93.3613) Other time (%) = 0.000112772 (0.686213) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:18 2021 Memory usage per processor = 27.518 Mbytes Step Atoms AVEKE stressZZ 3096 5000 3.6675285e-12 924284.18 3097 -0.00721499999999606 924266.820620199 3097 5000 3.6672839e-12 924266.82 Loop time of 0.017009 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:18 2021 Pair time (%) = 0.000840187 (4.93966) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206053) Outpt time (%) = 0.0160441 (94.3272) Other time (%) = 8.96454e-05 (0.527046) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:18 2021 Memory usage per processor = 27.518 Mbytes Step Atoms AVEKE stressZZ 3097 5000 3.6672839e-12 924265.32 3098 -0.00721499999999606 924247.95729736 3098 5000 3.6670437e-12 924247.96 Loop time of 0.0167139 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:18 2021 Pair time (%) = 0.000808001 (4.83432) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209691) Outpt time (%) = 0.015779 (94.4068) Other time (%) = 9.17912e-05 (0.549192) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:18 2021 Memory usage per processor = 27.518 Mbytes Step Atoms AVEKE stressZZ 3098 5000 3.6670437e-12 924246.45 3099 -0.00721499999999606 924229.094779441 3099 5000 3.6668063e-12 924229.09 Loop time of 0.016531 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:18 2021 Pair time (%) = 0.000806808 (4.88058) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.210569) Outpt time (%) = 0.0155931 (94.3262) Other time (%) = 9.63211e-05 (0.58267) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:18 2021 Memory usage per processor = 27.518 Mbytes Step Atoms AVEKE stressZZ 3099 5000 3.6668063e-12 924227.59 3100 -0.00721499999999606 924210.233060485 3100 5000 3.6665706e-12 924210.23 Loop time of 0.0190458 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:18 2021 Pair time (%) = 0.00113106 (5.93861) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.194031) Outpt time (%) = 0.0177269 (93.075) Other time (%) = 0.000150919 (0.792399) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:18 2021 Memory usage per processor = 27.518 Mbytes Step Atoms AVEKE stressZZ 3100 5000 3.6665706e-12 924208.73 3101 -0.00721499999999606 924191.372136666 3101 5000 3.6663362e-12 924191.37 Loop time of 0.0169721 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:18 2021 Pair time (%) = 0.000805855 (4.74812) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.199477) Outpt time (%) = 0.0160351 (94.4793) Other time (%) = 9.72748e-05 (0.573146) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:18 2021 Memory usage per processor = 27.518 Mbytes Step Atoms AVEKE stressZZ 3101 5000 3.6663362e-12 924189.87 3102 -0.00721499999999606 924172.512005526 3102 5000 3.6661024e-12 924172.51 Loop time of 0.016309 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:18 2021 Pair time (%) = 0.000806093 (4.94262) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.220744) Outpt time (%) = 0.015373 (94.2607) Other time (%) = 9.39369e-05 (0.575981) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:18 2021 Memory usage per processor = 27.518 Mbytes Step Atoms AVEKE stressZZ 3102 5000 3.6661024e-12 924171.01 3103 -0.00721499999999606 924153.652665475 3103 5000 3.6658692e-12 924153.65 Loop time of 0.0164099 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:18 2021 Pair time (%) = 0.000838041 (5.10693) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.225199) Outpt time (%) = 0.01543 (94.0286) Other time (%) = 0.000104904 (0.639275) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:18 2021 Memory usage per processor = 27.518 Mbytes Step Atoms AVEKE stressZZ 3103 5000 3.6658692e-12 924152.15 3104 -0.00721499999999606 924134.794115524 3104 5000 3.6656362e-12 924134.79 Loop time of 0.016082 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:18 2021 Pair time (%) = 0.00080514 (5.00645) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.21793) Outpt time (%) = 0.015152 (94.2167) Other time (%) = 8.98838e-05 (0.558908) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:18 2021 Memory usage per processor = 27.518 Mbytes Step Atoms AVEKE stressZZ 3104 5000 3.6656362e-12 924133.29 3105 -0.00721499999999606 924115.936354993 3105 5000 3.6654035e-12 924115.94 Loop time of 0.0159581 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:18 2021 Pair time (%) = 0.000808001 (5.06327) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.225599) Outpt time (%) = 0.0150232 (94.1419) Other time (%) = 9.08375e-05 (0.569226) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:18 2021 Memory usage per processor = 27.518 Mbytes Step Atoms AVEKE stressZZ 3105 5000 3.6654035e-12 924114.43 3106 -0.00721499999999606 924097.079383433 3106 5000 3.6651709e-12 924097.08 Loop time of 0.016175 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:18 2021 Pair time (%) = 0.000806808 (4.98799) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.216677) Outpt time (%) = 0.015244 (94.2441) Other time (%) = 8.91685e-05 (0.551273) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:18 2021 Memory usage per processor = 27.518 Mbytes Step Atoms AVEKE stressZZ 3106 5000 3.6651709e-12 924095.58 3107 -0.00721499999999606 924078.223200547 3107 5000 3.6649384e-12 924078.22 Loop time of 0.0171721 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:18 2021 Pair time (%) = 0.000927925 (5.40368) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.222145) Outpt time (%) = 0.0161021 (93.7688) Other time (%) = 0.000103951 (0.605345) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:18 2021 Memory usage per processor = 27.518 Mbytes Step Atoms AVEKE stressZZ 3107 5000 3.6649384e-12 924076.72 3108 -0.00721499999999606 924059.367806105 3108 5000 3.6647059e-12 924059.37 Loop time of 0.0172501 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:18 2021 Pair time (%) = 0.000813007 (4.71307) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.208702) Outpt time (%) = 0.0163009 (94.4977) Other time (%) = 0.000100136 (0.580495) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:18 2021 Memory usage per processor = 27.518 Mbytes Step Atoms AVEKE stressZZ 3108 5000 3.6647059e-12 924057.86 3109 -0.00721499999999606 924040.513199981 3109 5000 3.6644735e-12 924040.51 Loop time of 0.0163262 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:18 2021 Pair time (%) = 0.000807047 (4.94327) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.214671) Outpt time (%) = 0.0153348 (93.9279) Other time (%) = 0.00014925 (0.914176) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:18 2021 Memory usage per processor = 27.518 Mbytes Step Atoms AVEKE stressZZ 3109 5000 3.6644735e-12 924039.01 3110 -0.00721499999999606 924021.659382019 3110 5000 3.6642412e-12 924021.66 Loop time of 0.0183699 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:18 2021 Pair time (%) = 0.000977039 (5.31869) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.218043) Outpt time (%) = 0.0172241 (93.7624) Other time (%) = 0.000128746 (0.700853) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:18 2021 Memory usage per processor = 27.518 Mbytes Step Atoms AVEKE stressZZ 3110 5000 3.6642412e-12 924020.16 3111 -0.00721499999999606 924002.806352146 3111 5000 3.6640088e-12 924002.81 Loop time of 0.016927 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:18 2021 Pair time (%) = 0.00103498 (6.11434) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207051) Outpt time (%) = 0.0157611 (93.1124) Other time (%) = 9.58443e-05 (0.566221) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:18 2021 Memory usage per processor = 27.518 Mbytes Step Atoms AVEKE stressZZ 3111 5000 3.6640088e-12 924001.3 3112 -0.00721499999999606 923983.954110279 3112 5000 3.6637765e-12 923983.95 Loop time of 0.0171521 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:18 2021 Pair time (%) = 0.000804901 (4.69273) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204334) Outpt time (%) = 0.016217 (94.5483) Other time (%) = 9.5129e-05 (0.554621) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:18 2021 Memory usage per processor = 27.518 Mbytes Step Atoms AVEKE stressZZ 3112 5000 3.6637765e-12 923982.45 3113 -0.00721499999999606 923965.102656336 3113 5000 3.6635442e-12 923965.1 Loop time of 0.0162759 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:19 2021 Pair time (%) = 0.000850916 (5.22808) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.221194) Outpt time (%) = 0.0152988 (93.997) Other time (%) = 9.01222e-05 (0.553716) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:19 2021 Memory usage per processor = 27.518 Mbytes Step Atoms AVEKE stressZZ 3113 5000 3.6635442e-12 923963.6 3114 -0.00721499999999606 923946.251990252 3114 5000 3.663312e-12 923946.25 Loop time of 0.016911 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:19 2021 Pair time (%) = 0.000914097 (5.40533) Neigh time (%) = 0 (0) Comm time (%) = 8.29697e-05 (0.490625) Outpt time (%) = 0.015789 (93.3653) Other time (%) = 0.000124931 (0.738757) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:19 2021 Memory usage per processor = 27.518 Mbytes Step Atoms AVEKE stressZZ 3114 5000 3.663312e-12 923944.75 3115 -0.00721499999999606 923927.402111963 3115 5000 3.6630798e-12 923927.4 Loop time of 0.0168679 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:19 2021 Pair time (%) = 0.00080514 (4.77321) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.202123) Outpt time (%) = 0.015933 (94.4579) Other time (%) = 9.56059e-05 (0.566792) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:19 2021 Memory usage per processor = 27.518 Mbytes Step Atoms AVEKE stressZZ 3115 5000 3.6630798e-12 923925.9 3116 -0.00721499999999606 923908.553021449 3116 5000 3.6628475e-12 923908.55 Loop time of 0.0164371 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:19 2021 Pair time (%) = 0.000834942 (5.07963) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.219025) Outpt time (%) = 0.015456 (94.0312) Other time (%) = 0.000110149 (0.670129) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:19 2021 Memory usage per processor = 27.518 Mbytes Step Atoms AVEKE stressZZ 3116 5000 3.6628475e-12 923907.05 3117 -0.00721499999999606 923889.704718591 3117 5000 3.6626154e-12 923889.7 Loop time of 0.016417 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:19 2021 Pair time (%) = 0.000943899 (5.74951) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.24398) Outpt time (%) = 0.0153232 (93.337) Other time (%) = 0.000109911 (0.669494) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:19 2021 Memory usage per processor = 27.518 Mbytes Step Atoms AVEKE stressZZ 3117 5000 3.6626154e-12 923888.2 3118 -0.00721499999999606 923870.857206163 3118 5000 3.6623832e-12 923870.86 Loop time of 0.0168831 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:19 2021 Pair time (%) = 0.000808954 (4.79149) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207589) Outpt time (%) = 0.0159481 (94.4615) Other time (%) = 9.10759e-05 (0.539449) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:19 2021 Memory usage per processor = 27.518 Mbytes Step Atoms AVEKE stressZZ 3118 5000 3.6623832e-12 923869.35 3119 -0.00721499999999606 923852.010483968 3119 5000 3.662151e-12 923852.01 Loop time of 0.0164878 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:19 2021 Pair time (%) = 0.000802994 (4.87022) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.212566) Outpt time (%) = 0.0155561 (94.3489) Other time (%) = 9.36985e-05 (0.568289) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:19 2021 Memory usage per processor = 27.518 Mbytes Step Atoms AVEKE stressZZ 3119 5000 3.662151e-12 923850.51 3120 -0.00721499999999606 923833.164550937 3120 5000 3.6619189e-12 923833.16 Loop time of 0.017657 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:19 2021 Pair time (%) = 0.000849962 (4.81373) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.216044) Outpt time (%) = 0.0166461 (94.2748) Other time (%) = 0.000122786 (0.695392) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:19 2021 Memory usage per processor = 27.5181 Mbytes Step Atoms AVEKE stressZZ 3120 5000 3.6619189e-12 923831.66 3121 -0.00721499999999606 923814.319406669 3121 5000 3.6616868e-12 923814.32 Loop time of 0.0170009 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:19 2021 Pair time (%) = 0.00102806 (6.04709) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.21176) Outpt time (%) = 0.015825 (93.0834) Other time (%) = 0.000111818 (0.657719) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:19 2021 Memory usage per processor = 27.5181 Mbytes Step Atoms AVEKE stressZZ 3121 5000 3.6616868e-12 923812.82 3122 -0.00721499999999606 923795.475050971 3122 5000 3.6614547e-12 923795.48 Loop time of 0.0167229 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:19 2021 Pair time (%) = 0.000804186 (4.80888) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209578) Outpt time (%) = 0.0157909 (94.4269) Other time (%) = 9.27448e-05 (0.554597) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:19 2021 Memory usage per processor = 27.5181 Mbytes Step Atoms AVEKE stressZZ 3122 5000 3.6614547e-12 923793.97 3123 -0.00721499999999606 923776.631483658 3123 5000 3.6612226e-12 923776.63 Loop time of 0.0162239 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:19 2021 Pair time (%) = 0.000802994 (4.94945) Neigh time (%) = 0 (0) Comm time (%) = 4.81606e-05 (0.296849) Outpt time (%) = 0.0152559 (94.0336) Other time (%) = 0.000116825 (0.72008) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:19 2021 Memory usage per processor = 27.5181 Mbytes Step Atoms AVEKE stressZZ 3123 5000 3.6612226e-12 923775.13 3124 -0.00721499999999606 923757.78870454 3124 5000 3.6609906e-12 923757.79 Loop time of 0.016645 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:19 2021 Pair time (%) = 0.00099802 (5.99593) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.240639) Outpt time (%) = 0.01548 (93.0014) Other time (%) = 0.000126839 (0.762025) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:19 2021 Memory usage per processor = 27.5181 Mbytes Step Atoms AVEKE stressZZ 3124 5000 3.6609906e-12 923756.29 3125 -0.00721499999999606 923738.946713556 3125 5000 3.6607585e-12 923738.95 Loop time of 0.0167871 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:19 2021 Pair time (%) = 0.000804901 (4.79477) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.207357) Outpt time (%) = 0.015851 (94.4241) Other time (%) = 9.63211e-05 (0.573782) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:19 2021 Memory usage per processor = 27.5181 Mbytes Step Atoms AVEKE stressZZ 3125 5000 3.6607585e-12 923737.44 3126 -0.00721499999999606 923720.105510554 3126 5000 3.6605265e-12 923720.11 Loop time of 0.016506 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:19 2021 Pair time (%) = 0.000806093 (4.88365) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.212333) Outpt time (%) = 0.0155771 (94.3725) Other time (%) = 8.7738e-05 (0.531554) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:19 2021 Memory usage per processor = 27.5181 Mbytes Step Atoms AVEKE stressZZ 3126 5000 3.6605265e-12 923718.6 3127 -0.00721499999999606 923701.265095444 3127 5000 3.6602945e-12 923701.27 Loop time of 0.0167091 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:19 2021 Pair time (%) = 0.000874043 (5.23094) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.226874) Outpt time (%) = 0.0156908 (93.9058) Other time (%) = 0.000106335 (0.636388) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:19 2021 Memory usage per processor = 27.5181 Mbytes Step Atoms AVEKE stressZZ 3127 5000 3.6602945e-12 923699.76 3128 -0.00721499999999606 923682.425468098 3128 5000 3.6600625e-12 923682.43 Loop time of 0.0168018 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:19 2021 Pair time (%) = 0.000841141 (5.00624) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.214269) Outpt time (%) = 0.015806 (94.0728) Other time (%) = 0.000118732 (0.706664) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:19 2021 Memory usage per processor = 27.5181 Mbytes Step Atoms AVEKE stressZZ 3128 5000 3.6600625e-12 923680.92 3129 -0.00721499999999606 923663.586628455 3129 5000 3.6598306e-12 923663.59 Loop time of 0.017024 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:19 2021 Pair time (%) = 0.000843048 (4.9521) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.198868) Outpt time (%) = 0.016052 (94.2902) Other time (%) = 9.5129e-05 (0.558792) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:19 2021 Memory usage per processor = 27.5181 Mbytes Step Atoms AVEKE stressZZ 3129 5000 3.6598306e-12 923662.08 3130 -0.00721499999999606 923644.748576425 3130 5000 3.6595986e-12 923644.75 Loop time of 0.0176158 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:19 2021 Pair time (%) = 0.000801086 (4.54755) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.198955) Outpt time (%) = 0.016686 (94.7216) Other time (%) = 9.36985e-05 (0.5319) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:19 2021 Memory usage per processor = 27.5181 Mbytes Step Atoms AVEKE stressZZ 3130 5000 3.6595986e-12 923643.25 3131 -0.00721499999999606 923625.911311932 3131 5000 3.6593667e-12 923625.91 Loop time of 0.016547 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:19 2021 Pair time (%) = 0.00101018 (6.10492) Neigh time (%) = 0 (0) Comm time (%) = 4.29153e-05 (0.259355) Outpt time (%) = 0.0153689 (92.8807) Other time (%) = 0.000124931 (0.755011) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:19 2021 Memory usage per processor = 27.5181 Mbytes Step Atoms AVEKE stressZZ 3131 5000 3.6593667e-12 923624.41 3132 -0.00721499999999606 923607.074834894 3132 5000 3.6591348e-12 923607.07 Loop time of 0.0170629 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:19 2021 Pair time (%) = 0.000803947 (4.71167) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.204005) Outpt time (%) = 0.0161359 (94.5673) Other time (%) = 8.82149e-05 (0.516998) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:19 2021 Memory usage per processor = 27.5181 Mbytes Step Atoms AVEKE stressZZ 3132 5000 3.6591348e-12 923605.57 3133 -0.00721499999999606 923588.239145268 3133 5000 3.658903e-12 923588.24 Loop time of 0.016382 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:19 2021 Pair time (%) = 0.000849962 (5.1884) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.21394) Outpt time (%) = 0.0153701 (93.8234) Other time (%) = 0.000126839 (0.774257) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:19 2021 Memory usage per processor = 27.5181 Mbytes Step Atoms AVEKE stressZZ 3133 5000 3.658903e-12 923586.74 3134 -0.00721499999999606 923569.404242936 3134 5000 3.6586711e-12 923569.4 Loop time of 0.0162802 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:19 2021 Pair time (%) = 0.000828981 (5.09197) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.221135) Outpt time (%) = 0.015306 (94.0162) Other time (%) = 0.000109196 (0.670728) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:19 2021 Memory usage per processor = 27.5181 Mbytes Step Atoms AVEKE stressZZ 3134 5000 3.6586711e-12 923567.9 3135 -0.00721499999999606 923550.570127835 3135 5000 3.6584393e-12 923550.57 Loop time of 0.017014 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:19 2021 Pair time (%) = 0.000849009 (4.99005) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205992) Outpt time (%) = 0.0160389 (94.2687) Other time (%) = 9.10759e-05 (0.535299) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:19 2021 Memory usage per processor = 27.5181 Mbytes Step Atoms AVEKE stressZZ 3135 5000 3.6584393e-12 923549.07 3136 -0.00721499999999606 923531.736799913 3136 5000 3.6582074e-12 923531.74 Loop time of 0.0169179 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:19 2021 Pair time (%) = 0.000803947 (4.75204) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207162) Outpt time (%) = 0.0159841 (94.4799) Other time (%) = 9.48906e-05 (0.560887) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:19 2021 Memory usage per processor = 27.5181 Mbytes Step Atoms AVEKE stressZZ 3136 5000 3.6582074e-12 923530.23 3137 -0.00721499999999606 923512.90425905 3137 5000 3.6579756e-12 923512.9 Loop time of 0.016577 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:19 2021 Pair time (%) = 0.000807047 (4.86847) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.217176) Outpt time (%) = 0.015595 (94.0759) Other time (%) = 0.000138998 (0.838499) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:19 2021 Memory usage per processor = 27.5181 Mbytes Step Atoms AVEKE stressZZ 3137 5000 3.6579756e-12 923511.4 3138 -0.00721499999999606 923494.072505224 3138 5000 3.6577439e-12 923494.07 Loop time of 0.016825 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:19 2021 Pair time (%) = 0.000849962 (5.05179) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.219643) Outpt time (%) = 0.0158391 (94.1405) Other time (%) = 9.89437e-05 (0.588077) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:19 2021 Memory usage per processor = 27.5181 Mbytes Step Atoms AVEKE stressZZ 3138 5000 3.6577439e-12 923492.57 3139 -0.00721499999999606 923475.241538352 3139 5000 3.6575121e-12 923475.24 Loop time of 0.017072 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:19 2021 Pair time (%) = 0.000805855 (4.72034) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.203896) Outpt time (%) = 0.0161369 (94.5227) Other time (%) = 9.44138e-05 (0.553034) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:19 2021 Memory usage per processor = 27.5181 Mbytes Step Atoms AVEKE stressZZ 3139 5000 3.6575121e-12 923473.74 3140 -0.00721499999999606 923456.41135837 3140 5000 3.6572803e-12 923456.41 Loop time of 0.0179031 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:19 2021 Pair time (%) = 0.000844955 (4.71961) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.195762) Outpt time (%) = 0.0169291 (94.5599) Other time (%) = 9.39369e-05 (0.524697) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:19 2021 Memory usage per processor = 27.5181 Mbytes Step Atoms AVEKE stressZZ 3140 5000 3.6572803e-12 923454.91 3141 -0.00721499999999606 923437.581965206 3141 5000 3.6570486e-12 923437.58 Loop time of 0.0164242 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:19 2021 Pair time (%) = 0.000913858 (5.5641) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.243874) Outpt time (%) = 0.0153551 (93.4909) Other time (%) = 0.000115156 (0.701138) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:19 2021 Memory usage per processor = 27.5181 Mbytes Step Atoms AVEKE stressZZ 3141 5000 3.6570486e-12 923436.08 3142 -0.00721499999999606 923418.753358725 3142 5000 3.6568169e-12 923418.75 Loop time of 0.0167482 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:19 2021 Pair time (%) = 0.000806093 (4.81302) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209262) Outpt time (%) = 0.0158181 (94.4467) Other time (%) = 8.89301e-05 (0.530984) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:19 2021 Memory usage per processor = 27.5181 Mbytes Step Atoms AVEKE stressZZ 3142 5000 3.6568169e-12 923417.25 3143 -0.00721499999999606 923399.925537913 3143 5000 3.6565852e-12 923399.93 Loop time of 0.016614 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:19 2021 Pair time (%) = 0.000841856 (5.06716) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.216692) Outpt time (%) = 0.0156391 (94.1321) Other time (%) = 9.70364e-05 (0.584065) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:19 2021 Memory usage per processor = 27.5181 Mbytes Step Atoms AVEKE stressZZ 3143 5000 3.6565852e-12 923398.42 3144 -0.00721499999999606 923381.098503692 3144 5000 3.6563536e-12 923381.1 Loop time of 0.0163429 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:19 2021 Pair time (%) = 0.000818968 (5.01116) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.226122) Outpt time (%) = 0.015384 (94.1325) Other time (%) = 0.000102997 (0.630225) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:19 2021 Memory usage per processor = 27.5181 Mbytes Step Atoms AVEKE stressZZ 3144 5000 3.6563536e-12 923379.6 3145 -0.00721499999999606 923362.272255966 3145 5000 3.6561219e-12 923362.27 Loop time of 0.0168149 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:19 2021 Pair time (%) = 0.000913143 (5.43054) Neigh time (%) = 0 (0) Comm time (%) = 7.39098e-05 (0.439548) Outpt time (%) = 0.015732 (93.5599) Other time (%) = 9.58443e-05 (0.569994) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:19 2021 Memory usage per processor = 27.5181 Mbytes Step Atoms AVEKE stressZZ 3145 5000 3.6561219e-12 923360.77 3146 -0.00721499999999606 923343.446794716 3146 5000 3.6558903e-12 923343.45 Loop time of 0.01682 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:19 2021 Pair time (%) = 0.000803947 (4.77972) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208369) Outpt time (%) = 0.015888 (94.4591) Other time (%) = 9.29832e-05 (0.552815) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:19 2021 Memory usage per processor = 27.5181 Mbytes Step Atoms AVEKE stressZZ 3146 5000 3.6558903e-12 923341.94 3147 -0.00721499999999606 923324.622119854 3147 5000 3.6556587e-12 923324.62 Loop time of 0.0161669 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:19 2021 Pair time (%) = 0.000801802 (4.95952) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.216785) Outpt time (%) = 0.0152349 (94.2353) Other time (%) = 9.5129e-05 (0.588417) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:19 2021 Memory usage per processor = 27.5181 Mbytes Step Atoms AVEKE stressZZ 3147 5000 3.6556587e-12 923323.12 3148 -0.00721499999999606 923305.798231351 3148 5000 3.6554271e-12 923305.8 Loop time of 0.0166759 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:19 2021 Pair time (%) = 0.00099206 (5.94904) Neigh time (%) = 0 (0) Comm time (%) = 4.22001e-05 (0.25306) Outpt time (%) = 0.015471 (92.7742) Other time (%) = 0.000170708 (1.02368) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:19 2021 Memory usage per processor = 27.5181 Mbytes Step Atoms AVEKE stressZZ 3148 5000 3.6554271e-12 923304.3 3149 -0.00721499999999606 923286.975129133 3149 5000 3.6551956e-12 923286.98 Loop time of 0.016088 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:19 2021 Pair time (%) = 0.000802994 (4.99126) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.211921) Outpt time (%) = 0.015157 (94.2129) Other time (%) = 9.39369e-05 (0.583894) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:19 2021 Memory usage per processor = 27.5181 Mbytes Step Atoms AVEKE stressZZ 3149 5000 3.6551956e-12 923285.47 3150 -0.00721499999999606 923268.15281313 3150 5000 3.654964e-12 923268.15 Loop time of 0.0175161 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:19 2021 Pair time (%) = 0.000845909 (4.82931) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.200087) Outpt time (%) = 0.0165451 (94.4561) Other time (%) = 9.01222e-05 (0.51451) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:19 2021 Memory usage per processor = 27.5181 Mbytes Step Atoms AVEKE stressZZ 3150 5000 3.654964e-12 923266.65 3151 -0.00721499999999606 923249.331283288 3151 5000 3.6547325e-12 923249.33 Loop time of 0.0162408 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:19 2021 Pair time (%) = 0.000802994 (4.94429) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.209927) Outpt time (%) = 0.0153139 (94.2923) Other time (%) = 8.98838e-05 (0.553443) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:19 2021 Memory usage per processor = 27.5181 Mbytes Step Atoms AVEKE stressZZ 3151 5000 3.6547325e-12 923247.83 3152 -0.00721499999999606 923230.51053956 3152 5000 3.654501e-12 923230.51 Loop time of 0.017251 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:19 2021 Pair time (%) = 0.000806093 (4.67273) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.203162) Outpt time (%) = 0.0163212 (94.61) Other time (%) = 8.86917e-05 (0.514125) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:19 2021 Memory usage per processor = 27.5181 Mbytes Step Atoms AVEKE stressZZ 3152 5000 3.654501e-12 923229.01 3153 -0.00721499999999606 923211.690581864 3153 5000 3.6542695e-12 923211.69 Loop time of 0.0163939 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:19 2021 Pair time (%) = 0.000804186 (4.9054) Neigh time (%) = 0 (0) Comm time (%) = 5.00679e-05 (0.305406) Outpt time (%) = 0.0154431 (94.2002) Other time (%) = 9.65595e-05 (0.588997) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:19 2021 Memory usage per processor = 27.5181 Mbytes Step Atoms AVEKE stressZZ 3153 5000 3.6542695e-12 923210.19 3154 -0.00721499999999606 923192.871410155 3154 5000 3.654038e-12 923192.87 Loop time of 0.0168231 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:19 2021 Pair time (%) = 0.00104809 (6.23007) Neigh time (%) = 0 (0) Comm time (%) = 4.81606e-05 (0.286277) Outpt time (%) = 0.015584 (92.6347) Other time (%) = 0.000142813 (0.848911) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:19 2021 Memory usage per processor = 27.5181 Mbytes Step Atoms AVEKE stressZZ 3154 5000 3.654038e-12 923191.37 3155 -0.00721499999999606 923174.053024344 3155 5000 3.6538066e-12 923174.05 Loop time of 0.0171392 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:19 2021 Pair time (%) = 0.000858784 (5.01064) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.210052) Outpt time (%) = 0.0161421 (94.1825) Other time (%) = 0.000102282 (0.59677) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:19 2021 Memory usage per processor = 27.5181 Mbytes Step Atoms AVEKE stressZZ 3155 5000 3.6538066e-12 923172.55 3156 -0.00721499999999606 923155.235424398 3156 5000 3.6535751e-12 923155.24 Loop time of 0.016748 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:19 2021 Pair time (%) = 0.000803947 (4.80027) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209265) Outpt time (%) = 0.015815 (94.4296) Other time (%) = 9.39369e-05 (0.560886) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:19 2021 Memory usage per processor = 27.5181 Mbytes Step Atoms AVEKE stressZZ 3156 5000 3.6535751e-12 923153.73 3157 -0.00721499999999606 923136.418610264 3157 5000 3.6533437e-12 923136.42 Loop time of 0.016259 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:19 2021 Pair time (%) = 0.000833988 (5.12941) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.227289) Outpt time (%) = 0.0152829 (93.9966) Other time (%) = 0.000105143 (0.646675) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:19 2021 Memory usage per processor = 27.5181 Mbytes Step Atoms AVEKE stressZZ 3157 5000 3.6533437e-12 923134.92 3158 -0.00721499999999606 923117.602581869 3158 5000 3.6531123e-12 923117.6 Loop time of 0.016912 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:20 2021 Pair time (%) = 0.00090909 (5.37542) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.212874) Outpt time (%) = 0.0158639 (93.8027) Other time (%) = 0.000102997 (0.609017) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:20 2021 Memory usage per processor = 27.5181 Mbytes Step Atoms AVEKE stressZZ 3158 5000 3.6531123e-12 923116.1 3159 -0.00721499999999606 923098.787339165 3159 5000 3.652881e-12 923098.79 Loop time of 0.0170951 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:20 2021 Pair time (%) = 0.000805855 (4.71395) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.203621) Outpt time (%) = 0.01616 (94.5301) Other time (%) = 9.44138e-05 (0.552286) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:20 2021 Memory usage per processor = 27.5181 Mbytes Step Atoms AVEKE stressZZ 3159 5000 3.652881e-12 923097.29 3160 -0.00721499999999606 923079.972882062 3160 5000 3.6526496e-12 923079.97 Loop time of 0.0176311 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:20 2021 Pair time (%) = 0.000805855 (4.57066) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.192022) Outpt time (%) = 0.016701 (94.7248) Other time (%) = 9.03606e-05 (0.512508) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:20 2021 Memory usage per processor = 27.5181 Mbytes Step Atoms AVEKE stressZZ 3160 5000 3.6526496e-12 923078.47 3161 -0.00721499999999606 923061.159210539 3161 5000 3.6524183e-12 923061.16 Loop time of 0.01665 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:20 2021 Pair time (%) = 0.00098896 (5.93972) Neigh time (%) = 0 (0) Comm time (%) = 3.98159e-05 (0.239135) Outpt time (%) = 0.015492 (93.045) Other time (%) = 0.000129223 (0.776115) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:20 2021 Memory usage per processor = 27.5181 Mbytes Step Atoms AVEKE stressZZ 3161 5000 3.6524183e-12 923059.66 3162 -0.00721499999999606 923042.346324523 3162 5000 3.652187e-12 923042.35 Loop time of 0.0171359 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:20 2021 Pair time (%) = 0.00089407 (5.21754) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204527) Outpt time (%) = 0.0160329 (93.5636) Other time (%) = 0.000173807 (1.01429) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:20 2021 Memory usage per processor = 27.5181 Mbytes Step Atoms AVEKE stressZZ 3162 5000 3.652187e-12 923040.84 3163 -0.00721499999999606 923023.534223954 3163 5000 3.6519557e-12 923023.53 Loop time of 0.0167038 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:20 2021 Pair time (%) = 0.000802994 (4.80724) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209817) Outpt time (%) = 0.0157719 (94.4206) Other time (%) = 9.39369e-05 (0.562367) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:20 2021 Memory usage per processor = 27.5181 Mbytes Step Atoms AVEKE stressZZ 3163 5000 3.6519557e-12 923022.03 3164 -0.00721499999999606 923004.722908763 3164 5000 3.6517244e-12 923004.72 Loop time of 0.016386 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:20 2021 Pair time (%) = 0.000820875 (5.0096) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.225527) Outpt time (%) = 0.015393 (93.9399) Other time (%) = 0.000135183 (0.824991) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:20 2021 Memory usage per processor = 27.5181 Mbytes Step Atoms AVEKE stressZZ 3164 5000 3.6517244e-12 923003.22 3165 -0.00721499999999606 922985.912378918 3165 5000 3.6514931e-12 922985.91 Loop time of 0.016969 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:20 2021 Pair time (%) = 0.000981092 (5.78169) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206539) Outpt time (%) = 0.0158601 (93.4652) Other time (%) = 9.27448e-05 (0.546556) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:20 2021 Memory usage per processor = 27.5181 Mbytes Step Atoms AVEKE stressZZ 3165 5000 3.6514931e-12 922984.41 3166 -0.00721499999999606 922967.102634362 3166 5000 3.6512619e-12 922967.1 Loop time of 0.0168872 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:20 2021 Pair time (%) = 0.000803947 (4.76069) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207539) Outpt time (%) = 0.0159552 (94.4812) Other time (%) = 9.29832e-05 (0.550614) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:20 2021 Memory usage per processor = 27.5181 Mbytes Step Atoms AVEKE stressZZ 3166 5000 3.6512619e-12 922965.6 3167 -0.00721499999999606 922948.293675005 3167 5000 3.6510307e-12 922948.29 Loop time of 0.0162382 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:20 2021 Pair time (%) = 0.000847101 (5.21671) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.215834) Outpt time (%) = 0.01526 (93.9757) Other time (%) = 9.60827e-05 (0.591707) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:20 2021 Memory usage per processor = 27.5181 Mbytes Step Atoms AVEKE stressZZ 3167 5000 3.6510307e-12 922946.79 3168 -0.00721499999999606 922929.485500824 3168 5000 3.6507995e-12 922929.49 Loop time of 0.017293 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:20 2021 Pair time (%) = 0.000852823 (4.93162) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.202669) Outpt time (%) = 0.016305 (94.2867) Other time (%) = 0.000100136 (0.579055) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:20 2021 Memory usage per processor = 27.5181 Mbytes Step Atoms AVEKE stressZZ 3168 5000 3.6507995e-12 922927.98 3169 -0.00721499999999606 922910.678111758 3169 5000 3.6505683e-12 922910.68 Loop time of 0.0170989 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:20 2021 Pair time (%) = 0.000802994 (4.69617) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.199392) Outpt time (%) = 0.0161669 (94.5495) Other time (%) = 9.48906e-05 (0.554951) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:20 2021 Memory usage per processor = 27.5181 Mbytes Step Atoms AVEKE stressZZ 3169 5000 3.6505683e-12 922909.18 3170 -0.00721499999999606 922891.871507715 3170 5000 3.6503372e-12 922891.87 Loop time of 0.0183971 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:20 2021 Pair time (%) = 0.00080204 (4.3596) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.190506) Outpt time (%) = 0.0174651 (94.9341) Other time (%) = 9.48906e-05 (0.515791) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:20 2021 Memory usage per processor = 27.5181 Mbytes Step Atoms AVEKE stressZZ 3170 5000 3.6503372e-12 922890.37 3171 -0.00721499999999606 922873.065688657 3171 5000 3.650106e-12 922873.07 Loop time of 0.016264 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:20 2021 Pair time (%) = 0.000861883 (5.29934) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.221356) Outpt time (%) = 0.0152619 (93.8387) Other time (%) = 0.000104189 (0.640612) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:19:20 2021 Memory usage per processor = 27.5181 Mbytes Step Atoms AVEKE stressZZ 3171 5000 3.650106e-12 922871.56 3172 -0.00721499999999606 922850.754863519 3172 5000 7.2114981e-12 922880.97 Loop time of 0.0165079 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:20 2021 Pair time (%) = 0.000987053 (5.97929) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.235416) Outpt time (%) = 0.0153391 (92.9202) Other time (%) = 0.000142813 (0.865119) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:20 2021 Memory usage per processor = 27.5181 Mbytes Step Atoms AVEKE stressZZ 3172 5000 7.2114981e-12 947521.87 3173 -0.00724749999999605 947498.781899696 3173 5000 5.8466354e-12 947498.78 Loop time of 0.0171001 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:20 2021 Pair time (%) = 0.000816822 (4.77671) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.210532) Outpt time (%) = 0.0160792 (94.0298) Other time (%) = 0.000168085 (0.982948) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:20 2021 Memory usage per processor = 27.5181 Mbytes Step Atoms AVEKE stressZZ 3173 5000 5.8466354e-12 947496.75 3174 -0.00724749999999605 947475.580555262 3174 5000 5.0535084e-12 947475.58 Loop time of 0.0161252 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:20 2021 Pair time (%) = 0.000813007 (5.04184) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.217346) Outpt time (%) = 0.0151501 (93.9527) Other time (%) = 0.000127077 (0.788065) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:20 2021 Memory usage per processor = 27.5181 Mbytes Step Atoms AVEKE stressZZ 3174 5000 5.0535084e-12 947473.72 3175 -0.00724749999999605 947453.775466935 3175 5000 4.5794093e-12 947453.78 Loop time of 0.0169339 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:20 2021 Pair time (%) = 0.00120997 (7.14527) Neigh time (%) = 0 (0) Comm time (%) = 4.07696e-05 (0.240757) Outpt time (%) = 0.0155249 (91.6791) Other time (%) = 0.00015831 (0.934869) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:20 2021 Memory usage per processor = 27.5181 Mbytes Step Atoms AVEKE stressZZ 3175 5000 4.5794093e-12 947452.02 3176 -0.00724749999999605 947432.858008203 3176 5000 4.2901562e-12 947432.86 Loop time of 0.0170131 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:20 2021 Pair time (%) = 0.000846148 (4.97351) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206004) Outpt time (%) = 0.016037 (94.2627) Other time (%) = 9.48906e-05 (0.557751) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:20 2021 Memory usage per processor = 27.5181 Mbytes Step Atoms AVEKE stressZZ 3176 5000 4.2901562e-12 947431.17 3177 -0.00724749999999605 947412.50494264 3177 5000 4.1111447e-12 947412.5 Loop time of 0.0165019 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:20 2021 Pair time (%) = 0.000807047 (4.89063) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.212385) Outpt time (%) = 0.0155661 (94.3292) Other time (%) = 9.36985e-05 (0.567804) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:20 2021 Memory usage per processor = 27.5181 Mbytes Step Atoms AVEKE stressZZ 3177 5000 4.1111447e-12 947410.86 3178 -0.00724749999999605 947392.510850418 3178 5000 3.9992724e-12 947392.51 Loop time of 0.016432 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:20 2021 Pair time (%) = 0.00102901 (6.26224) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.226346) Outpt time (%) = 0.0151989 (92.4958) Other time (%) = 0.000166893 (1.01566) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:20 2021 Memory usage per processor = 27.5181 Mbytes Step Atoms AVEKE stressZZ 3178 5000 3.9992724e-12 947390.9 3179 -0.00724749999999605 947372.745185113 3179 5000 3.9288881e-12 947372.75 Loop time of 0.017046 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:20 2021 Pair time (%) = 0.000845909 (4.96252) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.211201) Outpt time (%) = 0.0160651 (94.2458) Other time (%) = 9.89437e-05 (0.580452) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:20 2021 Memory usage per processor = 27.5181 Mbytes Step Atoms AVEKE stressZZ 3179 5000 3.9288881e-12 947371.15 3180 -0.00724749999999605 947353.12498309 3180 5000 3.8843931e-12 947353.12 Loop time of 0.0185001 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:20 2021 Pair time (%) = 0.000807047 (4.36239) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.189445) Outpt time (%) = 0.0175629 (94.934) Other time (%) = 9.5129e-05 (0.514208) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:20 2021 Memory usage per processor = 27.5182 Mbytes Step Atoms AVEKE stressZZ 3180 5000 3.8843931e-12 947351.54 3181 -0.00724749999999605 947333.597520024 3181 5000 3.8561586e-12 947333.6 Loop time of 0.016325 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:20 2021 Pair time (%) = 0.000808001 (4.94947) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.214686) Outpt time (%) = 0.0153871 (94.2546) Other time (%) = 9.48906e-05 (0.581259) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:20 2021 Memory usage per processor = 27.5182 Mbytes Step Atoms AVEKE stressZZ 3181 5000 3.8561586e-12 947332.02 3182 -0.00724749999999605 947314.129289038 3182 5000 3.8381798e-12 947314.13 Loop time of 0.0169339 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:20 2021 Pair time (%) = 0.00108218 (6.39062) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.223862) Outpt time (%) = 0.0156469 (92.4) Other time (%) = 0.000166893 (0.985555) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:20 2021 Memory usage per processor = 27.5182 Mbytes Step Atoms AVEKE stressZZ 3182 5000 3.8381798e-12 947312.56 3183 -0.00724749999999605 947294.698996037 3183 5000 3.8266873e-12 947294.7 Loop time of 0.0172908 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:20 2021 Pair time (%) = 0.000925779 (5.35416) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.20821) Outpt time (%) = 0.016166 (93.4945) Other time (%) = 0.000163078 (0.943149) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:20 2021 Memory usage per processor = 27.5182 Mbytes Step Atoms AVEKE stressZZ 3183 5000 3.8266873e-12 947293.13 3184 -0.00724749999999605 947275.293108437 3184 5000 3.819304e-12 947275.29 Loop time of 0.0164561 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:20 2021 Pair time (%) = 0.000807047 (4.90423) Neigh time (%) = 0 (0) Comm time (%) = 5.00679e-05 (0.304251) Outpt time (%) = 0.015486 (94.1048) Other time (%) = 0.00011301 (0.686738) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:20 2021 Memory usage per processor = 27.5182 Mbytes Step Atoms AVEKE stressZZ 3184 5000 3.819304e-12 947273.72 3185 -0.00724749999999605 947255.903026115 3185 5000 3.8145272e-12 947255.9 Loop time of 0.016403 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:20 2021 Pair time (%) = 0.000864029 (5.26752) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.231108) Outpt time (%) = 0.0153952 (93.856) Other time (%) = 0.000105858 (0.645358) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:20 2021 Memory usage per processor = 27.5182 Mbytes Step Atoms AVEKE stressZZ 3185 5000 3.8145272e-12 947254.34 3186 -0.00724749999999605 947236.523283498 3186 5000 3.8114046e-12 947236.52 Loop time of 0.0170741 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:20 2021 Pair time (%) = 0.000807047 (4.72673) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.198285) Outpt time (%) = 0.0161421 (94.5416) Other time (%) = 9.10759e-05 (0.533415) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:20 2021 Memory usage per processor = 27.5182 Mbytes Step Atoms AVEKE stressZZ 3186 5000 3.8114046e-12 947234.96 3187 -0.00724749999999605 947217.150407206 3187 5000 3.8093325e-12 947217.15 Loop time of 0.0168018 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:20 2021 Pair time (%) = 0.000805855 (4.79623) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208593) Outpt time (%) = 0.015867 (94.4361) Other time (%) = 9.39369e-05 (0.559087) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:20 2021 Memory usage per processor = 27.5182 Mbytes Step Atoms AVEKE stressZZ 3187 5000 3.8093325e-12 947215.58 3188 -0.00724749999999605 947197.782189823 3188 5000 3.8079276e-12 947197.78 Loop time of 0.0162048 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:20 2021 Pair time (%) = 0.000843048 (5.20245) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.228048) Outpt time (%) = 0.015223 (93.9413) Other time (%) = 0.000101805 (0.628237) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:20 2021 Memory usage per processor = 27.5182 Mbytes Step Atoms AVEKE stressZZ 3188 5000 3.8079276e-12 947196.22 3189 -0.00724749999999605 947178.417228495 3189 5000 3.8069467e-12 947178.42 Loop time of 0.017015 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:20 2021 Pair time (%) = 0.000920057 (5.40734) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.211585) Outpt time (%) = 0.0159521 (93.7533) Other time (%) = 0.000106812 (0.62775) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:20 2021 Memory usage per processor = 27.5182 Mbytes Step Atoms AVEKE stressZZ 3189 5000 3.8069467e-12 947176.85 3190 -0.00724749999999605 947159.054631655 3190 5000 3.8062351e-12 947159.05 Loop time of 0.018672 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:20 2021 Pair time (%) = 0.000830173 (4.44609) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.192809) Outpt time (%) = 0.017694 (94.7622) Other time (%) = 0.000111818 (0.598856) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:20 2021 Memory usage per processor = 27.5182 Mbytes Step Atoms AVEKE stressZZ 3190 5000 3.8062351e-12 947157.49 3191 -0.00724749999999605 947139.693832692 3191 5000 3.8056946e-12 947139.69 Loop time of 0.0183921 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:20 2021 Pair time (%) = 0.000806093 (4.38283) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.190558) Outpt time (%) = 0.017422 (94.7253) Other time (%) = 0.000128984 (0.701304) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:20 2021 Memory usage per processor = 27.5182 Mbytes Step Atoms AVEKE stressZZ 3191 5000 3.8056946e-12 947138.13 3192 -0.00724749999999605 947120.33447151 3192 5000 3.8052629e-12 947120.33 Loop time of 0.0165741 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:20 2021 Pair time (%) = 0.000820875 (4.95275) Neigh time (%) = 0 (0) Comm time (%) = 5.19753e-05 (0.313592) Outpt time (%) = 0.0155842 (94.0274) Other time (%) = 0.000117064 (0.706302) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:20 2021 Memory usage per processor = 27.5182 Mbytes Step Atoms AVEKE stressZZ 3192 5000 3.8052629e-12 947118.77 3193 -0.00724749999999605 947100.976319212 3193 5000 3.8049004e-12 947100.98 Loop time of 0.0165849 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:20 2021 Pair time (%) = 0.000830889 (5.00992) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.217073) Outpt time (%) = 0.01562 (94.1822) Other time (%) = 9.799e-05 (0.59084) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:20 2021 Memory usage per processor = 27.5182 Mbytes Step Atoms AVEKE stressZZ 3193 5000 3.8049004e-12 947099.41 3194 -0.00724749999999605 947081.619230335 3194 5000 3.8045818e-12 947081.62 Loop time of 0.01613 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:20 2021 Pair time (%) = 0.000807047 (5.0034) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.217282) Outpt time (%) = 0.0151939 (94.1969) Other time (%) = 9.39369e-05 (0.582375) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:20 2021 Memory usage per processor = 27.5182 Mbytes Step Atoms AVEKE stressZZ 3194 5000 3.8045818e-12 947080.05 3195 -0.00724749999999605 947062.263112427 3195 5000 3.8042911e-12 947062.26 Loop time of 0.0167382 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:20 2021 Pair time (%) = 0.000809193 (4.83441) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.203689) Outpt time (%) = 0.0158041 (94.4192) Other time (%) = 9.08375e-05 (0.542696) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:20 2021 Memory usage per processor = 27.5182 Mbytes Step Atoms AVEKE stressZZ 3195 5000 3.8042911e-12 947060.7 3196 -0.00724749999999605 947042.907906658 3196 5000 3.8040181e-12 947042.91 Loop time of 0.0160649 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:20 2021 Pair time (%) = 0.000808001 (5.02961) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.218162) Outpt time (%) = 0.015137 (94.2239) Other time (%) = 8.4877e-05 (0.528339) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:20 2021 Memory usage per processor = 27.5182 Mbytes Step Atoms AVEKE stressZZ 3196 5000 3.8040181e-12 947041.34 3197 -0.00724749999999605 947023.553575699 3197 5000 3.8037565e-12 947023.55 Loop time of 0.017066 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:20 2021 Pair time (%) = 0.0011301 (6.62196) Neigh time (%) = 0 (0) Comm time (%) = 7.39098e-05 (0.433082) Outpt time (%) = 0.0156999 (91.995) Other time (%) = 0.000162125 (0.949986) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:20 2021 Memory usage per processor = 27.5182 Mbytes Step Atoms AVEKE stressZZ 3197 5000 3.8037565e-12 947021.99 3198 -0.00724749999999605 947004.200095759 3198 5000 3.803502e-12 947004.2 Loop time of 0.016897 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:20 2021 Pair time (%) = 0.000821114 (4.85953) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.213063) Outpt time (%) = 0.015928 (94.2656) Other time (%) = 0.000111818 (0.661766) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:20 2021 Memory usage per processor = 27.5182 Mbytes Step Atoms AVEKE stressZZ 3198 5000 3.803502e-12 947002.64 3199 -0.00724749999999605 946984.847451702 3199 5000 3.8032521e-12 946984.85 Loop time of 0.01669 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:20 2021 Pair time (%) = 0.000844002 (5.05693) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.204277) Outpt time (%) = 0.015717 (94.1702) Other time (%) = 9.48906e-05 (0.568547) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:20 2021 Memory usage per processor = 27.5182 Mbytes Step Atoms AVEKE stressZZ 3199 5000 3.8032521e-12 946983.28 3200 -0.00724749999999605 946965.495633885 3200 5000 3.8030051e-12 946965.5 Loop time of 0.0179172 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:20 2021 Pair time (%) = 0.000827074 (4.6161) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.206254) Outpt time (%) = 0.0169039 (94.3446) Other time (%) = 0.00014925 (0.833001) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:20 2021 Memory usage per processor = 27.5182 Mbytes Step Atoms AVEKE stressZZ 3200 5000 3.8030051e-12 946963.93 3201 -0.00724749999999605 946946.144636158 3201 5000 3.80276e-12 946946.14 Loop time of 0.0170481 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:20 2021 Pair time (%) = 0.00105023 (6.16041) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.216768) Outpt time (%) = 0.015795 (92.6495) Other time (%) = 0.000165939 (0.973359) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:20 2021 Memory usage per processor = 27.5182 Mbytes Step Atoms AVEKE stressZZ 3201 5000 3.80276e-12 946944.58 3202 -0.00724749999999605 946926.794454611 3202 5000 3.8025161e-12 946926.79 Loop time of 0.016844 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:21 2021 Pair time (%) = 0.000808001 (4.79695) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.202409) Outpt time (%) = 0.015907 (94.4373) Other time (%) = 9.48906e-05 (0.563348) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:21 2021 Memory usage per processor = 27.5182 Mbytes Step Atoms AVEKE stressZZ 3202 5000 3.8025161e-12 946925.23 3203 -0.00724749999999605 946907.445086714 3203 5000 3.8022729e-12 946907.45 Loop time of 0.01616 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:21 2021 Pair time (%) = 0.000810862 (5.0177) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.210977) Outpt time (%) = 0.0151742 (93.8994) Other time (%) = 0.000140905 (0.871939) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:21 2021 Memory usage per processor = 27.5182 Mbytes Step Atoms AVEKE stressZZ 3203 5000 3.8022729e-12 946905.88 3204 -0.00724749999999605 946888.096530874 3204 5000 3.8020302e-12 946888.1 Loop time of 0.016861 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:21 2021 Pair time (%) = 0.00113511 (6.73218) Neigh time (%) = 0 (0) Comm time (%) = 7.20024e-05 (0.427036) Outpt time (%) = 0.015517 (92.0291) Other time (%) = 0.000136852 (0.811652) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:21 2021 Memory usage per processor = 27.5182 Mbytes Step Atoms AVEKE stressZZ 3204 5000 3.8020302e-12 946886.53 3205 -0.00724749999999605 946868.74878602 3205 5000 3.8017879e-12 946868.75 Loop time of 0.016999 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:21 2021 Pair time (%) = 0.00084281 (4.95799) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.204771) Outpt time (%) = 0.0160279 (94.2874) Other time (%) = 9.34601e-05 (0.549797) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:21 2021 Memory usage per processor = 27.5182 Mbytes Step Atoms AVEKE stressZZ 3205 5000 3.8017879e-12 946867.18 3206 -0.00724749999999605 946849.401851487 3206 5000 3.8015457e-12 946849.4 Loop time of 0.016335 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:21 2021 Pair time (%) = 0.000804901 (4.92746) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.208716) Outpt time (%) = 0.0153999 (94.2756) Other time (%) = 9.60827e-05 (0.588201) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:21 2021 Memory usage per processor = 27.5182 Mbytes Step Atoms AVEKE stressZZ 3206 5000 3.8015457e-12 946847.84 3207 -0.00724749999999605 946830.055726802 3207 5000 3.8013037e-12 946830.06 Loop time of 0.016434 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:21 2021 Pair time (%) = 0.000929117 (5.65364) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.243729) Outpt time (%) = 0.0153511 (93.4106) Other time (%) = 0.000113726 (0.692016) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:21 2021 Memory usage per processor = 27.5182 Mbytes Step Atoms AVEKE stressZZ 3207 5000 3.8013037e-12 946828.49 3208 -0.00724749999999605 946810.710411638 3208 5000 3.8010618e-12 946810.71 Loop time of 0.016886 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:21 2021 Pair time (%) = 0.000806808 (4.77797) Neigh time (%) = 0 (0) Comm time (%) = 6.8903e-05 (0.408048) Outpt time (%) = 0.0159199 (94.2789) Other time (%) = 9.03606e-05 (0.535122) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:21 2021 Memory usage per processor = 27.5182 Mbytes Step Atoms AVEKE stressZZ 3208 5000 3.8010618e-12 946809.15 3209 -0.00724749999999605 946791.365905808 3209 5000 3.80082e-12 946791.37 Loop time of 0.016546 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:21 2021 Pair time (%) = 0.000805855 (4.87039) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.204614) Outpt time (%) = 0.0156112 (94.3501) Other time (%) = 9.5129e-05 (0.574936) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:21 2021 Memory usage per processor = 27.5182 Mbytes Step Atoms AVEKE stressZZ 3209 5000 3.80082e-12 946789.8 3210 -0.00724749999999605 946772.022209137 3210 5000 3.8005782e-12 946772.02 Loop time of 0.0179892 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:21 2021 Pair time (%) = 0.000865936 (4.81366) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.200127) Outpt time (%) = 0.0169668 (94.3169) Other time (%) = 0.000120401 (0.6693) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:21 2021 Memory usage per processor = 27.5182 Mbytes Step Atoms AVEKE stressZZ 3210 5000 3.8005782e-12 946770.46 3211 -0.00724749999999605 946752.679321515 3211 5000 3.8003364e-12 946752.68 Loop time of 0.017097 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:21 2021 Pair time (%) = 0.000951052 (5.56268) Neigh time (%) = 0 (0) Comm time (%) = 5.07832e-05 (0.29703) Outpt time (%) = 0.015991 (93.5309) Other time (%) = 0.000104189 (0.609399) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:21 2021 Memory usage per processor = 27.5182 Mbytes Step Atoms AVEKE stressZZ 3211 5000 3.8003364e-12 946751.11 3212 -0.00724749999999605 946733.337242816 3212 5000 3.8000947e-12 946733.34 Loop time of 0.0170751 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:21 2021 Pair time (%) = 0.000804901 (4.7139) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205256) Outpt time (%) = 0.0161409 (94.5293) Other time (%) = 9.41753e-05 (0.551537) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:21 2021 Memory usage per processor = 27.5182 Mbytes Step Atoms AVEKE stressZZ 3212 5000 3.8000947e-12 946731.77 3213 -0.00724749999999605 946713.995972961 3213 5000 3.799853e-12 946714 Loop time of 0.016387 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:21 2021 Pair time (%) = 0.000804901 (4.91183) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.213874) Outpt time (%) = 0.0154538 (94.3054) Other time (%) = 9.32217e-05 (0.568876) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:21 2021 Memory usage per processor = 27.5182 Mbytes Step Atoms AVEKE stressZZ 3213 5000 3.799853e-12 946712.43 3214 -0.00724749999999605 946694.655511923 3214 5000 3.7996114e-12 946694.66 Loop time of 0.0164249 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:21 2021 Pair time (%) = 0.000879049 (5.35193) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.230799) Outpt time (%) = 0.0153999 (93.7597) Other time (%) = 0.000108004 (0.65756) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:21 2021 Memory usage per processor = 27.5182 Mbytes Step Atoms AVEKE stressZZ 3214 5000 3.7996114e-12 946693.09 3215 -0.00724749999999605 946675.315859589 3215 5000 3.7993698e-12 946675.32 Loop time of 0.0169439 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:21 2021 Pair time (%) = 0.000807047 (4.76304) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206844) Outpt time (%) = 0.016017 (94.5292) Other time (%) = 8.4877e-05 (0.500929) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:21 2021 Memory usage per processor = 27.5182 Mbytes Step Atoms AVEKE stressZZ 3215 5000 3.7993698e-12 946673.75 3216 -0.00724749999999605 946655.977015916 3216 5000 3.7991281e-12 946655.98 Loop time of 0.016839 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:21 2021 Pair time (%) = 0.000849009 (5.04191) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208133) Outpt time (%) = 0.0158601 (94.1864) Other time (%) = 9.48906e-05 (0.563516) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:21 2021 Memory usage per processor = 27.5182 Mbytes Step Atoms AVEKE stressZZ 3216 5000 3.7991281e-12 946654.41 3217 -0.00724749999999605 946636.638980842 3217 5000 3.7988865e-12 946636.64 Loop time of 0.0170529 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:21 2021 Pair time (%) = 0.00110602 (6.48584) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.211115) Outpt time (%) = 0.0157719 (92.4879) Other time (%) = 0.000138998 (0.8151) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:21 2021 Memory usage per processor = 27.5182 Mbytes Step Atoms AVEKE stressZZ 3217 5000 3.7988865e-12 946635.07 3218 -0.00724749999999605 946617.301754316 3218 5000 3.798645e-12 946617.3 Loop time of 0.016938 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:21 2021 Pair time (%) = 0.000855923 (5.05328) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.212547) Outpt time (%) = 0.0159481 (94.1557) Other time (%) = 9.799e-05 (0.578523) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:21 2021 Memory usage per processor = 27.5182 Mbytes Step Atoms AVEKE stressZZ 3218 5000 3.798645e-12 946615.74 3219 -0.00724749999999605 946597.965336274 3219 5000 3.7984034e-12 946597.97 Loop time of 0.016808 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:21 2021 Pair time (%) = 0.000807047 (4.80155) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208517) Outpt time (%) = 0.015872 (94.431) Other time (%) = 9.39369e-05 (0.558881) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:21 2021 Memory usage per processor = 27.5182 Mbytes Step Atoms AVEKE stressZZ 3219 5000 3.7984034e-12 946596.4 3220 -0.00724749999999605 946578.629726652 3220 5000 3.7981619e-12 946578.63 Loop time of 0.0181029 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:21 2021 Pair time (%) = 0.000850916 (4.70044) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.19887) Outpt time (%) = 0.017113 (94.5317) Other time (%) = 0.000102997 (0.568953) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:21 2021 Memory usage per processor = 27.5182 Mbytes Step Atoms AVEKE stressZZ 3220 5000 3.7981619e-12 946577.07 3221 -0.00724749999999605 946559.294925384 3221 5000 3.7979204e-12 946559.29 Loop time of 0.016355 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:21 2021 Pair time (%) = 0.000855923 (5.23339) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.225954) Outpt time (%) = 0.0152979 (93.5363) Other time (%) = 0.00016427 (1.0044) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:21 2021 Memory usage per processor = 27.5182 Mbytes Step Atoms AVEKE stressZZ 3221 5000 3.7979204e-12 946557.73 3222 -0.00724749999999605 946539.960932432 3222 5000 3.7976789e-12 946539.96 Loop time of 0.0171521 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:21 2021 Pair time (%) = 0.000851154 (4.9624) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204334) Outpt time (%) = 0.016175 (94.3037) Other time (%) = 9.08375e-05 (0.529601) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:21 2021 Memory usage per processor = 27.5182 Mbytes Step Atoms AVEKE stressZZ 3222 5000 3.7976789e-12 946538.4 3223 -0.00724749999999605 946520.62774773 3223 5000 3.7974374e-12 946520.63 Loop time of 0.0168841 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:21 2021 Pair time (%) = 0.000806093 (4.77428) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207577) Outpt time (%) = 0.0159502 (94.4688) Other time (%) = 9.27448e-05 (0.549303) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:21 2021 Memory usage per processor = 27.5182 Mbytes Step Atoms AVEKE stressZZ 3223 5000 3.7974374e-12 946519.06 3224 -0.00724749999999605 946501.295371217 3224 5000 3.797196e-12 946501.3 Loop time of 0.016588 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:21 2021 Pair time (%) = 0.000948191 (5.71613) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.217032) Outpt time (%) = 0.0155029 (93.4589) Other time (%) = 0.000100851 (0.607977) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:21 2021 Memory usage per processor = 27.5182 Mbytes Step Atoms AVEKE stressZZ 3224 5000 3.797196e-12 946499.73 3225 -0.00724749999999605 946481.963802858 3225 5000 3.7969546e-12 946481.96 Loop time of 0.0167489 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:21 2021 Pair time (%) = 0.000889063 (5.30819) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209253) Outpt time (%) = 0.0157199 (93.8562) Other time (%) = 0.000104904 (0.626335) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:21 2021 Memory usage per processor = 27.5182 Mbytes Step Atoms AVEKE stressZZ 3225 5000 3.7969546e-12 946480.4 3226 -0.00724749999999605 946462.633042581 3226 5000 3.7967132e-12 946462.63 Loop time of 0.016804 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:21 2021 Pair time (%) = 0.000810146 (4.82116) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.202892) Outpt time (%) = 0.015866 (94.4184) Other time (%) = 9.36985e-05 (0.557597) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:21 2021 Memory usage per processor = 27.5182 Mbytes Step Atoms AVEKE stressZZ 3226 5000 3.7967132e-12 946461.07 3227 -0.00724749999999605 946443.303090344 3227 5000 3.7964718e-12 946443.3 Loop time of 0.0163109 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:21 2021 Pair time (%) = 0.000854969 (5.24169) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.207563) Outpt time (%) = 0.015331 (93.9924) Other time (%) = 9.10759e-05 (0.558373) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:21 2021 Memory usage per processor = 27.5182 Mbytes Step Atoms AVEKE stressZZ 3227 5000 3.7964718e-12 946441.74 3228 -0.00724749999999605 946423.973946064 3228 5000 3.7962304e-12 946423.97 Loop time of 0.016577 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:21 2021 Pair time (%) = 0.000978947 (5.90545) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.234435) Outpt time (%) = 0.015445 (93.1712) Other time (%) = 0.000114202 (0.688921) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:21 2021 Memory usage per processor = 27.5182 Mbytes Step Atoms AVEKE stressZZ 3228 5000 3.7962304e-12 946422.41 3229 -0.00724749999999605 946404.645609715 3229 5000 3.7959891e-12 946404.65 Loop time of 0.0167651 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:21 2021 Pair time (%) = 0.000807047 (4.81385) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.20194) Outpt time (%) = 0.0158329 (94.4395) Other time (%) = 9.13143e-05 (0.544669) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:21 2021 Memory usage per processor = 27.5182 Mbytes Step Atoms AVEKE stressZZ 3229 5000 3.7959891e-12 946403.08 3230 -0.00724749999999605 946385.318081238 3230 5000 3.7957477e-12 946385.32 Loop time of 0.0182121 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:21 2021 Pair time (%) = 0.000807047 (4.43138) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.187205) Outpt time (%) = 0.017277 (94.8656) Other time (%) = 9.39369e-05 (0.515795) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:21 2021 Memory usage per processor = 27.5182 Mbytes Step Atoms AVEKE stressZZ 3230 5000 3.7957477e-12 946383.75 3231 -0.00724749999999605 946365.991360562 3231 5000 3.7955064e-12 946365.99 Loop time of 0.016577 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:21 2021 Pair time (%) = 0.000813961 (4.91018) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.217176) Outpt time (%) = 0.0155461 (93.781) Other time (%) = 0.00018096 (1.09163) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:21 2021 Memory usage per processor = 27.5182 Mbytes Step Atoms AVEKE stressZZ 3231 5000 3.7955064e-12 946364.43 3232 -0.00724749999999605 946346.665447654 3232 5000 3.7952652e-12 946346.67 Loop time of 0.016753 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:21 2021 Pair time (%) = 0.00095892 (5.72388) Neigh time (%) = 0 (0) Comm time (%) = 6.50883e-05 (0.388518) Outpt time (%) = 0.0156178 (93.2244) Other time (%) = 0.000111103 (0.663185) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:21 2021 Memory usage per processor = 27.5182 Mbytes Step Atoms AVEKE stressZZ 3232 5000 3.7952652e-12 946345.1 3233 -0.00724749999999605 946327.340342435 3233 5000 3.7950239e-12 946327.34 Loop time of 0.0170941 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:21 2021 Pair time (%) = 0.000882864 (5.16472) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.198053) Outpt time (%) = 0.016082 (94.0793) Other time (%) = 9.53674e-05 (0.557896) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:21 2021 Memory usage per processor = 27.5182 Mbytes Step Atoms AVEKE stressZZ 3233 5000 3.7950239e-12 946325.78 3234 -0.00724749999999605 946308.016044857 3234 5000 3.7947827e-12 946308.02 Loop time of 0.0161889 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:21 2021 Pair time (%) = 0.00080514 (4.97342) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.216492) Outpt time (%) = 0.0152538 (94.2239) Other time (%) = 9.48906e-05 (0.586147) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:21 2021 Memory usage per processor = 27.5182 Mbytes Step Atoms AVEKE stressZZ 3234 5000 3.7947827e-12 946306.45 3235 -0.00724749999999605 946288.692554861 3235 5000 3.7945414e-12 946288.69 Loop time of 0.0166881 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:21 2021 Pair time (%) = 0.00103807 (6.22044) Neigh time (%) = 0 (0) Comm time (%) = 4.88758e-05 (0.292878) Outpt time (%) = 0.0154412 (92.528) Other time (%) = 0.000159979 (0.95864) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:21 2021 Memory usage per processor = 27.5182 Mbytes Step Atoms AVEKE stressZZ 3235 5000 3.7945414e-12 946287.13 3236 -0.00724749999999605 946269.369872381 3236 5000 3.7943002e-12 946269.37 Loop time of 0.017204 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:21 2021 Pair time (%) = 0.000838995 (4.87673) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.203717) Outpt time (%) = 0.016134 (93.7804) Other time (%) = 0.00019598 (1.13915) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:21 2021 Memory usage per processor = 27.5182 Mbytes Step Atoms AVEKE stressZZ 3236 5000 3.7943002e-12 946267.81 3237 -0.00724749999999605 946250.047997365 3237 5000 3.794059e-12 946250.05 Loop time of 0.016355 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:21 2021 Pair time (%) = 0.000807047 (4.93455) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.214292) Outpt time (%) = 0.015419 (94.2768) Other time (%) = 9.39369e-05 (0.574361) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:21 2021 Memory usage per processor = 27.5182 Mbytes Step Atoms AVEKE stressZZ 3237 5000 3.794059e-12 946248.48 3238 -0.00724749999999605 946230.726929766 3238 5000 3.7938179e-12 946230.73 Loop time of 0.0164909 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:21 2021 Pair time (%) = 0.000823975 (4.99653) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.225538) Outpt time (%) = 0.0154741 (93.8339) Other time (%) = 0.000155687 (0.944078) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:21 2021 Memory usage per processor = 27.5182 Mbytes Step Atoms AVEKE stressZZ 3238 5000 3.7938179e-12 946229.16 3239 -0.00724749999999605 946211.406669552 3239 5000 3.7935767e-12 946211.41 Loop time of 0.0162082 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:21 2021 Pair time (%) = 0.000809193 (4.9925) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.214763) Outpt time (%) = 0.0152731 (94.2308) Other time (%) = 9.10759e-05 (0.561913) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:21 2021 Memory usage per processor = 27.5182 Mbytes Step Atoms AVEKE stressZZ 3239 5000 3.7935767e-12 946209.84 3240 -0.00724749999999605 946192.087216639 3240 5000 3.7933356e-12 946192.09 Loop time of 0.0177059 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:21 2021 Pair time (%) = 0.000849009 (4.79506) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.19121) Outpt time (%) = 0.016732 (94.4994) Other time (%) = 9.10759e-05 (0.514381) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:21 2021 Memory usage per processor = 27.5182 Mbytes Step Atoms AVEKE stressZZ 3240 5000 3.7933356e-12 946190.52 3241 -0.00724749999999605 946172.768570959 3241 5000 3.7930945e-12 946172.77 Loop time of 0.016783 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:21 2021 Pair time (%) = 0.000806093 (4.80303) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208828) Outpt time (%) = 0.015851 (94.4469) Other time (%) = 9.08375e-05 (0.541247) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:21 2021 Memory usage per processor = 27.5182 Mbytes Step Atoms AVEKE stressZZ 3241 5000 3.7930945e-12 946171.2 3242 -0.00724749999999605 946153.450732488 3242 5000 3.7928535e-12 946153.45 Loop time of 0.0165892 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:21 2021 Pair time (%) = 0.000852108 (5.13653) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.222765) Outpt time (%) = 0.015594 (94.0011) Other time (%) = 0.000106096 (0.639552) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:21 2021 Memory usage per processor = 27.5182 Mbytes Step Atoms AVEKE stressZZ 3242 5000 3.7928535e-12 946151.89 3243 -0.00724749999999605 946134.133701155 3243 5000 3.7926124e-12 946134.13 Loop time of 0.017339 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:21 2021 Pair time (%) = 0.000941038 (5.42729) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.202131) Outpt time (%) = 0.0162411 (93.6679) Other time (%) = 0.000121832 (0.702647) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:21 2021 Memory usage per processor = 27.5182 Mbytes Step Atoms AVEKE stressZZ 3243 5000 3.7926124e-12 946132.57 3244 -0.00724749999999605 946114.81747691 3244 5000 3.7923714e-12 946114.82 Loop time of 0.0166659 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:21 2021 Pair time (%) = 0.00080514 (4.83105) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.210294) Outpt time (%) = 0.015732 (94.3964) Other time (%) = 9.36985e-05 (0.562216) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:21 2021 Memory usage per processor = 27.5182 Mbytes Step Atoms AVEKE stressZZ 3244 5000 3.7923714e-12 946113.25 3245 -0.00724749999999605 946095.502059683 3245 5000 3.7921303e-12 946095.5 Loop time of 0.0166101 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:21 2021 Pair time (%) = 0.000806093 (4.85302) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211001) Outpt time (%) = 0.0156782 (94.3891) Other time (%) = 9.08375e-05 (0.546879) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:21 2021 Memory usage per processor = 27.5182 Mbytes Step Atoms AVEKE stressZZ 3245 5000 3.7921303e-12 946093.94 3246 -0.00724749999999605 946076.187449431 3246 5000 3.7918893e-12 946076.19 Loop time of 0.017045 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:22 2021 Pair time (%) = 0.000848055 (4.97538) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.218206) Outpt time (%) = 0.0160582 (94.2105) Other time (%) = 0.000101566 (0.595871) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:22 2021 Memory usage per processor = 27.5182 Mbytes Step Atoms AVEKE stressZZ 3246 5000 3.7918893e-12 946074.62 3247 -0.00724749999999605 946056.873646091 3247 5000 3.7916484e-12 946056.87 Loop time of 0.0173149 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:22 2021 Pair time (%) = 0.000806093 (4.65549) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.202412) Outpt time (%) = 0.0163789 (94.5941) Other time (%) = 9.48906e-05 (0.548028) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:22 2021 Memory usage per processor = 27.5182 Mbytes Step Atoms AVEKE stressZZ 3247 5000 3.7916484e-12 946055.31 3248 -0.00724749999999605 946037.560649628 3248 5000 3.7914074e-12 946037.56 Loop time of 0.0163319 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:22 2021 Pair time (%) = 0.000808001 (4.94737) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.208756) Outpt time (%) = 0.0153999 (94.2935) Other time (%) = 8.98838e-05 (0.550357) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:22 2021 Memory usage per processor = 27.5182 Mbytes Step Atoms AVEKE stressZZ 3248 5000 3.7914074e-12 946036 3249 -0.00724749999999605 946018.248459946 3249 5000 3.7911665e-12 946018.25 Loop time of 0.016438 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:22 2021 Pair time (%) = 0.000926971 (5.6392) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.243669) Outpt time (%) = 0.015353 (93.3992) Other time (%) = 0.000118017 (0.717953) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:22 2021 Memory usage per processor = 27.5182 Mbytes Step Atoms AVEKE stressZZ 3249 5000 3.7911665e-12 946016.69 3250 -0.00724749999999605 945998.937077014 3250 5000 3.7909256e-12 945998.94 Loop time of 0.0183918 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:22 2021 Pair time (%) = 0.000806093 (4.38288) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.19056) Outpt time (%) = 0.017457 (94.9171) Other time (%) = 9.36985e-05 (0.509457) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:22 2021 Memory usage per processor = 27.5182 Mbytes Step Atoms AVEKE stressZZ 3250 5000 3.7909256e-12 945997.37 3251 -0.00724749999999605 945979.626500776 3251 5000 3.7906847e-12 945979.63 Loop time of 0.0166161 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:22 2021 Pair time (%) = 0.000808954 (4.86849) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.210925) Outpt time (%) = 0.0156789 (94.3595) Other time (%) = 9.32217e-05 (0.561032) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:22 2021 Memory usage per processor = 27.5182 Mbytes Step Atoms AVEKE stressZZ 3251 5000 3.7906847e-12 945978.06 3252 -0.00724749999999605 945960.316731192 3252 5000 3.7904438e-12 945960.32 Loop time of 0.016614 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:22 2021 Pair time (%) = 0.000910044 (5.47758) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.216692) Outpt time (%) = 0.0155711 (93.7231) Other time (%) = 9.67979e-05 (0.58263) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:22 2021 Memory usage per processor = 27.5182 Mbytes Step Atoms AVEKE stressZZ 3252 5000 3.7904438e-12 945958.75 3253 -0.00724749999999605 945941.00776819 3253 5000 3.7902029e-12 945941.01 Loop time of 0.016573 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:22 2021 Pair time (%) = 0.000848055 (5.1171) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.217229) Outpt time (%) = 0.015588 (94.0571) Other time (%) = 0.000100851 (0.608528) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:22 2021 Memory usage per processor = 27.5182 Mbytes Step Atoms AVEKE stressZZ 3253 5000 3.7902029e-12 945939.44 3254 -0.00724749999999605 945921.699611691 3254 5000 3.7899621e-12 945921.7 Loop time of 0.0171809 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:22 2021 Pair time (%) = 0.000846148 (4.92493) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.203991) Outpt time (%) = 0.016176 (94.1509) Other time (%) = 0.000123739 (0.720213) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:22 2021 Memory usage per processor = 27.5182 Mbytes Step Atoms AVEKE stressZZ 3254 5000 3.7899621e-12 945920.14 3255 -0.00724749999999605 945902.392261678 3255 5000 3.7897213e-12 945902.39 Loop time of 0.01614 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:22 2021 Pair time (%) = 0.000803947 (4.98109) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.217147) Outpt time (%) = 0.0152071 (94.2197) Other time (%) = 9.39369e-05 (0.582014) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:22 2021 Memory usage per processor = 27.5182 Mbytes Step Atoms AVEKE stressZZ 3255 5000 3.7897213e-12 945900.83 3256 -0.00724749999999605 945883.08571806 3256 5000 3.7894805e-12 945883.09 Loop time of 0.016546 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:22 2021 Pair time (%) = 0.00100398 (6.06781) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.242078) Outpt time (%) = 0.0153751 (92.9235) Other time (%) = 0.000126839 (0.766582) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:22 2021 Memory usage per processor = 27.5182 Mbytes Step Atoms AVEKE stressZZ 3256 5000 3.7894805e-12 945881.52 3257 -0.00724749999999605 945863.779980828 3257 5000 3.7892397e-12 945863.78 Loop time of 0.0169599 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:22 2021 Pair time (%) = 0.000807047 (4.75856) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206649) Outpt time (%) = 0.0159819 (94.2335) Other time (%) = 0.000135899 (0.801293) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:22 2021 Memory usage per processor = 27.5182 Mbytes Step Atoms AVEKE stressZZ 3257 5000 3.7892397e-12 945862.22 3258 -0.00724749999999605 945844.475049895 3258 5000 3.788999e-12 945844.48 Loop time of 0.016391 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:22 2021 Pair time (%) = 0.000808954 (4.93534) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.213821) Outpt time (%) = 0.0154531 (94.2777) Other time (%) = 9.39369e-05 (0.573099) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:22 2021 Memory usage per processor = 27.5182 Mbytes Step Atoms AVEKE stressZZ 3258 5000 3.788999e-12 945842.91 3259 -0.00724749999999605 945825.17092523 3259 5000 3.7887582e-12 945825.17 Loop time of 0.0164869 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:22 2021 Pair time (%) = 0.000865936 (5.25227) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.224147) Outpt time (%) = 0.0154779 (93.8801) Other time (%) = 0.000106096 (0.643519) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:22 2021 Memory usage per processor = 27.5182 Mbytes Step Atoms AVEKE stressZZ 3259 5000 3.7887582e-12 945823.61 3260 -0.00724749999999605 945805.867606735 3260 5000 3.7885175e-12 945805.87 Loop time of 0.0182381 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:22 2021 Pair time (%) = 0.000895023 (4.90745) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.192167) Outpt time (%) = 0.017211 (94.3683) Other time (%) = 9.70364e-05 (0.532054) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:22 2021 Memory usage per processor = 27.5182 Mbytes Step Atoms AVEKE stressZZ 3260 5000 3.7885175e-12 945804.3 3261 -0.00724749999999605 945786.565094365 3261 5000 3.7882768e-12 945786.57 Loop time of 0.0169711 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:22 2021 Pair time (%) = 0.000846148 (4.98581) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.217752) Outpt time (%) = 0.01598 (94.16) Other time (%) = 0.000108004 (0.636397) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:22 2021 Memory usage per processor = 27.5182 Mbytes Step Atoms AVEKE stressZZ 3261 5000 3.7882768e-12 945785 3262 -0.00724749999999605 945767.263388104 3262 5000 3.7880362e-12 945767.26 Loop time of 0.016233 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:22 2021 Pair time (%) = 0.000807047 (4.97165) Neigh time (%) = 0 (0) Comm time (%) = 5.6982e-05 (0.351027) Outpt time (%) = 0.0152609 (94.012) Other time (%) = 0.000108004 (0.665335) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:22 2021 Memory usage per processor = 27.5182 Mbytes Step Atoms AVEKE stressZZ 3262 5000 3.7880362e-12 945765.7 3263 -0.00724749999999605 945747.962487856 3263 5000 3.7877955e-12 945747.96 Loop time of 0.016633 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:22 2021 Pair time (%) = 0.00102687 (6.17367) Neigh time (%) = 0 (0) Comm time (%) = 5.50747e-05 (0.331116) Outpt time (%) = 0.0154181 (92.6954) Other time (%) = 0.000133038 (0.799839) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:22 2021 Memory usage per processor = 27.5182 Mbytes Step Atoms AVEKE stressZZ 3263 5000 3.7877955e-12 945746.4 3264 -0.00724749999999605 945728.662393605 3264 5000 3.7875549e-12 945728.66 Loop time of 0.017256 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:22 2021 Pair time (%) = 0.00080514 (4.66585) Neigh time (%) = 0 (0) Comm time (%) = 4.88758e-05 (0.283239) Outpt time (%) = 0.0162902 (94.4029) Other time (%) = 0.000111818 (0.647996) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:22 2021 Memory usage per processor = 27.5182 Mbytes Step Atoms AVEKE stressZZ 3264 5000 3.7875549e-12 945727.1 3265 -0.00724749999999605 945709.363105257 3265 5000 3.7873143e-12 945709.36 Loop time of 0.016453 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:22 2021 Pair time (%) = 0.000821114 (4.99065) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.224608) Outpt time (%) = 0.0154722 (94.0385) Other time (%) = 0.000122786 (0.746279) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:22 2021 Memory usage per processor = 27.5182 Mbytes Step Atoms AVEKE stressZZ 3265 5000 3.7873143e-12 945707.8 3266 -0.00724749999999605 945690.064622781 3266 5000 3.7870737e-12 945690.06 Loop time of 0.0165451 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:22 2021 Pair time (%) = 0.000827074 (4.99892) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.223359) Outpt time (%) = 0.0155489 (93.9794) Other time (%) = 0.000132084 (0.798328) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:22 2021 Memory usage per processor = 27.5182 Mbytes Step Atoms AVEKE stressZZ 3266 5000 3.7870737e-12 945688.5 3267 -0.00724749999999605 945670.766946091 3267 5000 3.7868331e-12 945670.77 Loop time of 0.0167511 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:22 2021 Pair time (%) = 0.000828981 (4.94883) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209226) Outpt time (%) = 0.0157559 (94.0591) Other time (%) = 0.00013113 (0.782818) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:22 2021 Memory usage per processor = 27.5182 Mbytes Step Atoms AVEKE stressZZ 3267 5000 3.7868331e-12 945669.2 3268 -0.00724749999999605 945651.470075152 3268 5000 3.7865926e-12 945651.47 Loop time of 0.0169361 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:22 2021 Pair time (%) = 0.000850916 (5.02428) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.20694) Outpt time (%) = 0.0159559 (94.2127) Other time (%) = 9.41753e-05 (0.556064) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:22 2021 Memory usage per processor = 27.5182 Mbytes Step Atoms AVEKE stressZZ 3268 5000 3.7865926e-12 945649.91 3269 -0.00724749999999605 945632.174009901 3269 5000 3.786352e-12 945632.17 Loop time of 0.01616 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:22 2021 Pair time (%) = 0.000808001 (5) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.216878) Outpt time (%) = 0.015219 (94.1767) Other time (%) = 9.799e-05 (0.606374) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:22 2021 Memory usage per processor = 27.5182 Mbytes Step Atoms AVEKE stressZZ 3269 5000 3.786352e-12 945630.61 3270 -0.00724749999999605 945612.878750306 3270 5000 3.7861115e-12 945612.88 Loop time of 0.0185239 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:22 2021 Pair time (%) = 0.001055 (5.69535) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.19435) Outpt time (%) = 0.0173008 (93.3973) Other time (%) = 0.000132084 (0.713045) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:22 2021 Memory usage per processor = 27.5182 Mbytes Step Atoms AVEKE stressZZ 3270 5000 3.7861115e-12 945611.32 3271 -0.00724749999999605 945593.584296285 3271 5000 3.785871e-12 945593.58 Loop time of 0.0170672 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:22 2021 Pair time (%) = 0.000808001 (4.73423) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.203953) Outpt time (%) = 0.0161288 (94.5016) Other time (%) = 9.56059e-05 (0.560173) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:22 2021 Memory usage per processor = 27.5182 Mbytes Step Atoms AVEKE stressZZ 3271 5000 3.785871e-12 945592.02 3272 -0.00724749999999605 945574.290647806 3272 5000 3.7856306e-12 945574.29 Loop time of 0.0164111 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:22 2021 Pair time (%) = 0.00080514 (4.90608) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.207749) Outpt time (%) = 0.015476 (94.3022) Other time (%) = 9.58443e-05 (0.584022) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:19:22 2021 Memory usage per processor = 27.5182 Mbytes Step Atoms AVEKE stressZZ 3272 5000 3.7856306e-12 945572.73 3273 -0.00724749999999605 945551.405685112 3273 5000 7.4792493e-12 945582.36 Loop time of 0.0164669 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:22 2021 Pair time (%) = 0.000826836 (5.02121) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.225868) Outpt time (%) = 0.015445 (93.7944) Other time (%) = 0.000157833 (0.95849) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28292 ave 28292 max 28292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28292 Ave neighs/atom = 5.6584 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:22 2021 Memory usage per processor = 27.5182 Mbytes Step Atoms AVEKE stressZZ 3273 5000 7.4792493e-12 970517.69 3274 -0.00727999999999603 970494.032446988 3274 5000 6.0628913e-12 970494.03 Loop time of 0.016686 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:22 2021 Pair time (%) = 0.00089407 (5.35821) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.210042) Outpt time (%) = 0.0156608 (93.8559) Other time (%) = 9.60827e-05 (0.575829) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:22 2021 Memory usage per processor = 27.5182 Mbytes Step Atoms AVEKE stressZZ 3274 5000 6.0628913e-12 970491.91 3275 -0.00727999999999603 970470.232147545 3275 5000 5.2398887e-12 970470.23 Loop time of 0.0167351 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:22 2021 Pair time (%) = 0.000810146 (4.84101) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209426) Outpt time (%) = 0.015799 (94.4068) Other time (%) = 9.08375e-05 (0.542797) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:22 2021 Memory usage per processor = 27.5182 Mbytes Step Atoms AVEKE stressZZ 3275 5000 5.2398887e-12 970468.29 3276 -0.00727999999999603 970447.866162028 3276 5000 4.7479526e-12 970447.87 Loop time of 0.016592 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:22 2021 Pair time (%) = 0.000874996 (5.27359) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.222727) Outpt time (%) = 0.015579 (93.8944) Other time (%) = 0.000101089 (0.609265) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:22 2021 Memory usage per processor = 27.5182 Mbytes Step Atoms AVEKE stressZZ 3276 5000 4.7479526e-12 970446.04 3277 -0.00727999999999603 970426.412002277 3277 5000 4.4478259e-12 970426.41 Loop time of 0.016835 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:22 2021 Pair time (%) = 0.000850201 (5.0502) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.213848) Outpt time (%) = 0.015821 (93.9769) Other time (%) = 0.000127792 (0.759089) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:22 2021 Memory usage per processor = 27.5182 Mbytes Step Atoms AVEKE stressZZ 3277 5000 4.4478259e-12 970424.66 3278 -0.00727999999999603 970405.537622688 3278 5000 4.2620887e-12 970405.54 Loop time of 0.0172498 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:22 2021 Pair time (%) = 0.000879049 (5.09599) Neigh time (%) = 0 (0) Comm time (%) = 5.00679e-05 (0.290252) Outpt time (%) = 0.0162089 (93.9655) Other time (%) = 0.000111818 (0.648229) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:22 2021 Memory usage per processor = 27.5182 Mbytes Step Atoms AVEKE stressZZ 3278 5000 4.2620887e-12 970403.83 3279 -0.00727999999999603 970385.03200514 3279 5000 4.1460146e-12 970385.03 Loop time of 0.0163212 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:22 2021 Pair time (%) = 0.000854015 (5.23256) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.214736) Outpt time (%) = 0.015337 (93.9698) Other time (%) = 9.5129e-05 (0.582856) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:22 2021 Memory usage per processor = 27.5182 Mbytes Step Atoms AVEKE stressZZ 3279 5000 4.1460146e-12 970383.35 3280 -0.00727999999999603 970364.761045472 3280 5000 4.0729872e-12 970364.76 Loop time of 0.0184562 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:22 2021 Pair time (%) = 0.000932217 (5.05096) Neigh time (%) = 0 (0) Comm time (%) = 3.98159e-05 (0.215732) Outpt time (%) = 0.01737 (94.1145) Other time (%) = 0.000114202 (0.618775) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:22 2021 Memory usage per processor = 27.5184 Mbytes Step Atoms AVEKE stressZZ 3280 5000 4.0729872e-12 970363.1 3281 -0.00727999999999603 970344.639519047 3281 5000 4.0268214e-12 970344.64 Loop time of 0.0170269 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:22 2021 Pair time (%) = 0.000931025 (5.46796) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.200235) Outpt time (%) = 0.015965 (93.7633) Other time (%) = 9.67979e-05 (0.5685) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:22 2021 Memory usage per processor = 27.5184 Mbytes Step Atoms AVEKE stressZZ 3281 5000 4.0268214e-12 970342.99 3282 -0.00727999999999603 970324.613264636 3282 5000 3.9975265e-12 970324.61 Loop time of 0.0170341 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:22 2021 Pair time (%) = 0.000809908 (4.75464) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.20435) Outpt time (%) = 0.0161011 (94.5231) Other time (%) = 8.82149e-05 (0.517874) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:22 2021 Memory usage per processor = 27.5184 Mbytes Step Atoms AVEKE stressZZ 3282 5000 3.9975265e-12 970322.97 3283 -0.00727999999999603 970304.647862173 3283 5000 3.9788724e-12 970304.65 Loop time of 0.0162079 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:22 2021 Pair time (%) = 0.000812054 (5.01022) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.210353) Outpt time (%) = 0.0152669 (94.194) Other time (%) = 9.48906e-05 (0.585458) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:22 2021 Memory usage per processor = 27.5184 Mbytes Step Atoms AVEKE stressZZ 3283 5000 3.9788724e-12 970303.01 3284 -0.00727999999999603 970284.721443269 3284 5000 3.966948e-12 970284.72 Loop time of 0.0162029 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:22 2021 Pair time (%) = 0.000810146 (5) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.216304) Outpt time (%) = 0.015264 (94.2054) Other time (%) = 9.36985e-05 (0.578281) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:22 2021 Memory usage per processor = 27.5184 Mbytes Step Atoms AVEKE stressZZ 3284 5000 3.966948e-12 970283.09 3285 -0.00727999999999603 970264.820146375 3285 5000 3.9592871e-12 970264.82 Loop time of 0.0158911 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:22 2021 Pair time (%) = 0.000810146 (5.09812) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.214547) Outpt time (%) = 0.014956 (94.1157) Other time (%) = 9.08375e-05 (0.571626) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:22 2021 Memory usage per processor = 27.5184 Mbytes Step Atoms AVEKE stressZZ 3285 5000 3.9592871e-12 970263.19 3286 -0.00727999999999603 970244.935118592 3286 5000 3.9543304e-12 970244.94 Loop time of 0.0162358 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:22 2021 Pair time (%) = 0.000878811 (5.41279) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.214397) Outpt time (%) = 0.0152318 (93.8163) Other time (%) = 9.03606e-05 (0.556551) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:22 2021 Memory usage per processor = 27.5184 Mbytes Step Atoms AVEKE stressZZ 3286 5000 3.9543304e-12 970243.3 3287 -0.00727999999999603 970225.060737815 3287 5000 3.95109e-12 970225.06 Loop time of 0.0169981 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:22 2021 Pair time (%) = 0.000809193 (4.7605) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206186) Outpt time (%) = 0.0160639 (94.5045) Other time (%) = 8.98838e-05 (0.528789) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:22 2021 Memory usage per processor = 27.5184 Mbytes Step Atoms AVEKE stressZZ 3287 5000 3.95109e-12 970223.43 3288 -0.00727999999999603 970205.193432498 3288 5000 3.9489396e-12 970205.19 Loop time of 0.0164731 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:22 2021 Pair time (%) = 0.000849009 (5.15392) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.212757) Outpt time (%) = 0.0154951 (94.0631) Other time (%) = 9.39369e-05 (0.570246) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:22 2021 Memory usage per processor = 27.5184 Mbytes Step Atoms AVEKE stressZZ 3288 5000 3.9489396e-12 970203.56 3289 -0.00727999999999603 970185.330932951 3289 5000 3.9474815e-12 970185.33 Loop time of 0.016505 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:22 2021 Pair time (%) = 0.000941038 (5.70153) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.236902) Outpt time (%) = 0.0154102 (93.3667) Other time (%) = 0.000114679 (0.694816) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:22 2021 Memory usage per processor = 27.5184 Mbytes Step Atoms AVEKE stressZZ 3289 5000 3.9474815e-12 970183.7 3290 -0.00727999999999603 970165.471796595 3290 5000 3.9464631e-12 970165.47 Loop time of 0.0184879 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:22 2021 Pair time (%) = 0.000886917 (4.79728) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.199887) Outpt time (%) = 0.0174651 (94.4677) Other time (%) = 9.89437e-05 (0.53518) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:22 2021 Memory usage per processor = 27.5184 Mbytes Step Atoms AVEKE stressZZ 3290 5000 3.9464631e-12 970163.84 3291 -0.00727999999999603 970145.615106448 3291 5000 3.9457242e-12 970145.62 Loop time of 0.0168111 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:23 2021 Pair time (%) = 0.000810862 (4.82336) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.201387) Outpt time (%) = 0.015877 (94.4434) Other time (%) = 8.9407e-05 (0.531832) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:23 2021 Memory usage per processor = 27.5184 Mbytes Step Atoms AVEKE stressZZ 3291 5000 3.9457242e-12 970143.99 3292 -0.00727999999999603 970125.760271181 3292 5000 3.9451629e-12 970125.76 Loop time of 0.0163131 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:23 2021 Pair time (%) = 0.000851154 (5.21762) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.214843) Outpt time (%) = 0.01531 (93.8514) Other time (%) = 0.000116825 (0.716144) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:23 2021 Memory usage per processor = 27.5184 Mbytes Step Atoms AVEKE stressZZ 3292 5000 3.9451629e-12 970124.13 3293 -0.00727999999999603 970105.906927594 3293 5000 3.9447145e-12 970105.91 Loop time of 0.016696 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:23 2021 Pair time (%) = 0.00085187 (5.10224) Neigh time (%) = 0 (0) Comm time (%) = 9.10759e-05 (0.545496) Outpt time (%) = 0.0156312 (93.6226) Other time (%) = 0.000121832 (0.729708) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:23 2021 Memory usage per processor = 27.5184 Mbytes Step Atoms AVEKE stressZZ 3293 5000 3.9447145e-12 970104.28 3294 -0.00727999999999603 970086.054840033 3294 5000 3.9443377e-12 970086.05 Loop time of 0.016896 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:23 2021 Pair time (%) = 0.000848055 (5.01926) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207431) Outpt time (%) = 0.015918 (94.2117) Other time (%) = 9.48906e-05 (0.561615) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:23 2021 Memory usage per processor = 27.5184 Mbytes Step Atoms AVEKE stressZZ 3294 5000 3.9443377e-12 970084.43 3295 -0.00727999999999603 970066.203858622 3295 5000 3.9440066e-12 970066.2 Loop time of 0.016371 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:23 2021 Pair time (%) = 0.000809908 (4.94721) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.208257) Outpt time (%) = 0.01543 (94.2518) Other time (%) = 9.70364e-05 (0.592733) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:23 2021 Memory usage per processor = 27.5184 Mbytes Step Atoms AVEKE stressZZ 3295 5000 3.9440066e-12 970064.58 3296 -0.00727999999999603 970046.353887993 3296 5000 3.9437044e-12 970046.35 Loop time of 0.0167041 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:23 2021 Pair time (%) = 0.00098896 (5.92047) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.239788) Outpt time (%) = 0.015558 (93.1389) Other time (%) = 0.000117064 (0.700808) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:23 2021 Memory usage per processor = 27.5184 Mbytes Step Atoms AVEKE stressZZ 3296 5000 3.9437044e-12 970044.73 3297 -0.00727999999999603 970026.50486738 3297 5000 3.9434206e-12 970026.5 Loop time of 0.016943 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:23 2021 Pair time (%) = 0.000850916 (5.02223) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206856) Outpt time (%) = 0.0159638 (94.2207) Other time (%) = 9.32217e-05 (0.550208) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:23 2021 Memory usage per processor = 27.5184 Mbytes Step Atoms AVEKE stressZZ 3297 5000 3.9434206e-12 970024.88 3298 -0.00727999999999603 970006.656758093 3298 5000 3.9431486e-12 970006.66 Loop time of 0.0164971 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:23 2021 Pair time (%) = 0.000809908 (4.90939) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.212446) Outpt time (%) = 0.0155561 (94.2957) Other time (%) = 9.60827e-05 (0.58242) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:23 2021 Memory usage per processor = 27.5184 Mbytes Step Atoms AVEKE stressZZ 3298 5000 3.9431486e-12 970005.03 3299 -0.00727999999999603 969986.809537618 3299 5000 3.942884e-12 969986.81 Loop time of 0.016464 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:23 2021 Pair time (%) = 0.000856161 (5.2002) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.218666) Outpt time (%) = 0.0154541 (93.8658) Other time (%) = 0.000117779 (0.715372) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:23 2021 Memory usage per processor = 27.5184 Mbytes Step Atoms AVEKE stressZZ 3299 5000 3.942884e-12 969985.18 3300 -0.00727999999999603 969966.963191772 3300 5000 3.9426242e-12 969966.96 Loop time of 0.0184302 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:23 2021 Pair time (%) = 0.000843048 (4.57427) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.195338) Outpt time (%) = 0.0174539 (94.7026) Other time (%) = 9.72748e-05 (0.5278) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:23 2021 Memory usage per processor = 27.5184 Mbytes Step Atoms AVEKE stressZZ 3300 5000 3.9426242e-12 969965.33 3301 -0.00727999999999603 969947.117708772 3301 5000 3.9423673e-12 969947.12 Loop time of 0.016901 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:23 2021 Pair time (%) = 0.000874996 (5.17718) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207369) Outpt time (%) = 0.0158961 (94.054) Other time (%) = 9.48906e-05 (0.561449) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:23 2021 Memory usage per processor = 27.5184 Mbytes Step Atoms AVEKE stressZZ 3301 5000 3.9423673e-12 969945.49 3302 -0.00727999999999603 969927.273081618 3302 5000 3.9421124e-12 969927.27 Loop time of 0.0166969 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:23 2021 Pair time (%) = 0.0008111 (4.85778) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209904) Outpt time (%) = 0.0157568 (94.3697) Other time (%) = 9.39369e-05 (0.5626) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:23 2021 Memory usage per processor = 27.5184 Mbytes Step Atoms AVEKE stressZZ 3302 5000 3.9421124e-12 969925.64 3303 -0.00727999999999603 969907.429305809 3303 5000 3.9418588e-12 969907.43 Loop time of 0.0165751 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:23 2021 Pair time (%) = 0.000905991 (5.46597) Neigh time (%) = 0 (0) Comm time (%) = 4.48227e-05 (0.270422) Outpt time (%) = 0.015512 (93.5861) Other time (%) = 0.000112295 (0.677493) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:23 2021 Memory usage per processor = 27.5184 Mbytes Step Atoms AVEKE stressZZ 3303 5000 3.9418588e-12 969905.8 3304 -0.00727999999999603 969887.58637842 3304 5000 3.9416059e-12 969887.59 Loop time of 0.0171371 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:23 2021 Pair time (%) = 0.000859976 (5.01823) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204513) Outpt time (%) = 0.0160701 (93.7742) Other time (%) = 0.0001719 (1.00309) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:23 2021 Memory usage per processor = 27.5184 Mbytes Step Atoms AVEKE stressZZ 3304 5000 3.9416059e-12 969885.96 3305 -0.00727999999999603 969867.744297523 3305 5000 3.9413535e-12 969867.74 Loop time of 0.016948 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:23 2021 Pair time (%) = 0.000976086 (5.7593) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.223676) Outpt time (%) = 0.015811 (93.2911) Other time (%) = 0.000123024 (0.725892) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:23 2021 Memory usage per processor = 27.5184 Mbytes Step Atoms AVEKE stressZZ 3305 5000 3.9413535e-12 969866.12 3306 -0.00727999999999603 969847.90306174 3306 5000 3.9411015e-12 969847.9 Loop time of 0.016238 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:23 2021 Pair time (%) = 0.000820875 (5.05528) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.22171) Outpt time (%) = 0.0152781 (94.0887) Other time (%) = 0.000102997 (0.634296) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:23 2021 Memory usage per processor = 27.5184 Mbytes Step Atoms AVEKE stressZZ 3306 5000 3.9411015e-12 969846.27 3307 -0.00727999999999603 969828.062670193 3307 5000 3.9408497e-12 969828.06 Loop time of 0.0171142 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:23 2021 Pair time (%) = 0.000848055 (4.95528) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204787) Outpt time (%) = 0.0161338 (94.2715) Other time (%) = 9.72748e-05 (0.568388) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:23 2021 Memory usage per processor = 27.5184 Mbytes Step Atoms AVEKE stressZZ 3307 5000 3.9408497e-12 969826.43 3308 -0.00727999999999603 969808.223122145 3308 5000 3.940598e-12 969808.22 Loop time of 0.0169129 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:23 2021 Pair time (%) = 0.000812054 (4.80138) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207223) Outpt time (%) = 0.0159719 (94.436) Other time (%) = 9.39369e-05 (0.555415) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:23 2021 Memory usage per processor = 27.5184 Mbytes Step Atoms AVEKE stressZZ 3308 5000 3.940598e-12 969806.59 3309 -0.00727999999999603 969788.384417149 3309 5000 3.9403465e-12 969788.38 Loop time of 0.0163782 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:23 2021 Pair time (%) = 0.000883102 (5.39195) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.225635) Outpt time (%) = 0.0153508 (93.7273) Other time (%) = 0.000107288 (0.65507) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:23 2021 Memory usage per processor = 27.5184 Mbytes Step Atoms AVEKE stressZZ 3309 5000 3.9403465e-12 969786.76 3310 -0.00727999999999603 969768.546554765 3310 5000 3.940095e-12 969768.55 Loop time of 0.018328 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:23 2021 Pair time (%) = 0.000985861 (5.379) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.212038) Outpt time (%) = 0.01717 (93.6818) Other time (%) = 0.000133276 (0.727173) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:23 2021 Memory usage per processor = 27.5184 Mbytes Step Atoms AVEKE stressZZ 3310 5000 3.940095e-12 969766.92 3311 -0.00727999999999603 969748.709534252 3311 5000 3.9398436e-12 969748.71 Loop time of 0.0166979 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:23 2021 Pair time (%) = 0.000810146 (4.85179) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209892) Outpt time (%) = 0.015758 (94.3715) Other time (%) = 9.46522e-05 (0.566851) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:23 2021 Memory usage per processor = 27.5184 Mbytes Step Atoms AVEKE stressZZ 3311 5000 3.9398436e-12 969747.08 3312 -0.00727999999999603 969728.873355358 3312 5000 3.9395922e-12 969728.87 Loop time of 0.0169899 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:23 2021 Pair time (%) = 0.000810862 (4.7726) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206284) Outpt time (%) = 0.0160511 (94.4738) Other time (%) = 9.29832e-05 (0.547284) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:23 2021 Memory usage per processor = 27.5184 Mbytes Step Atoms AVEKE stressZZ 3312 5000 3.9395922e-12 969727.25 3313 -0.00727999999999603 969709.038018228 3313 5000 3.9393408e-12 969709.04 Loop time of 0.0163581 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:23 2021 Pair time (%) = 0.0008111 (4.95839) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.214251) Outpt time (%) = 0.015363 (93.9164) Other time (%) = 0.000149012 (0.910933) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:23 2021 Memory usage per processor = 27.5184 Mbytes Step Atoms AVEKE stressZZ 3313 5000 3.9393408e-12 969707.41 3314 -0.00727999999999603 969689.203522567 3314 5000 3.9390895e-12 969689.2 Loop time of 0.016978 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:23 2021 Pair time (%) = 0.000844955 (4.97676) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.212046) Outpt time (%) = 0.015995 (94.2102) Other time (%) = 0.000102043 (0.601031) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:23 2021 Memory usage per processor = 27.5184 Mbytes Step Atoms AVEKE stressZZ 3314 5000 3.9390895e-12 969687.58 3315 -0.00727999999999603 969669.369868264 3315 5000 3.9388382e-12 969669.37 Loop time of 0.0171211 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:23 2021 Pair time (%) = 0.000850201 (4.96581) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204704) Outpt time (%) = 0.01614 (94.2697) Other time (%) = 9.58443e-05 (0.559803) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:23 2021 Memory usage per processor = 27.5184 Mbytes Step Atoms AVEKE stressZZ 3315 5000 3.9388382e-12 969667.74 3316 -0.00727999999999603 969649.537055121 3316 5000 3.9385869e-12 969649.54 Loop time of 0.0163529 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:23 2021 Pair time (%) = 0.000813961 (4.97747) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.21432) Outpt time (%) = 0.0154109 (94.2396) Other time (%) = 9.29832e-05 (0.568604) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:23 2021 Memory usage per processor = 27.5184 Mbytes Step Atoms AVEKE stressZZ 3316 5000 3.9385869e-12 969647.91 3317 -0.00727999999999603 969629.705082924 3317 5000 3.9383356e-12 969629.71 Loop time of 0.0165188 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:23 2021 Pair time (%) = 0.000924826 (5.59861) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.24825) Outpt time (%) = 0.0154269 (93.3896) Other time (%) = 0.000126123 (0.763513) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:23 2021 Memory usage per processor = 27.5184 Mbytes Step Atoms AVEKE stressZZ 3317 5000 3.9383356e-12 969628.08 3318 -0.00727999999999603 969609.873951563 3318 5000 3.9380844e-12 969609.87 Loop time of 0.0172019 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:23 2021 Pair time (%) = 0.000905991 (5.26681) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.209286) Outpt time (%) = 0.0161581 (93.9321) Other time (%) = 0.000101805 (0.591823) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:23 2021 Memory usage per processor = 27.5184 Mbytes Step Atoms AVEKE stressZZ 3318 5000 3.9380844e-12 969608.25 3319 -0.00727999999999603 969590.043660823 3319 5000 3.9378332e-12 969590.04 Loop time of 0.016715 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:23 2021 Pair time (%) = 0.000808954 (4.83968) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209676) Outpt time (%) = 0.015774 (94.3701) Other time (%) = 9.70364e-05 (0.580533) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:23 2021 Memory usage per processor = 27.5184 Mbytes Step Atoms AVEKE stressZZ 3319 5000 3.9378332e-12 969588.42 3320 -0.00727999999999603 969570.214210562 3320 5000 3.937582e-12 969570.21 Loop time of 0.017787 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:23 2021 Pair time (%) = 0.000838995 (4.71691) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.207764) Outpt time (%) = 0.0168052 (94.4802) Other time (%) = 0.000105858 (0.595142) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:23 2021 Memory usage per processor = 27.5184 Mbytes Step Atoms AVEKE stressZZ 3320 5000 3.937582e-12 969568.59 3321 -0.00727999999999603 969550.385600662 3321 5000 3.9373308e-12 969550.39 Loop time of 0.0169299 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:23 2021 Pair time (%) = 0.000838995 (4.95571) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.205608) Outpt time (%) = 0.0159578 (94.2585) Other time (%) = 9.82285e-05 (0.580208) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:23 2021 Memory usage per processor = 27.5184 Mbytes Step Atoms AVEKE stressZZ 3321 5000 3.9373308e-12 969548.76 3322 -0.00727999999999603 969530.557830935 3322 5000 3.9370797e-12 969530.56 Loop time of 0.016979 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:23 2021 Pair time (%) = 0.000812054 (4.7827) Neigh time (%) = 0 (0) Comm time (%) = 5.57899e-05 (0.328582) Outpt time (%) = 0.015981 (94.122) Other time (%) = 0.000130177 (0.766692) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:23 2021 Memory usage per processor = 27.5184 Mbytes Step Atoms AVEKE stressZZ 3322 5000 3.9370797e-12 969528.93 3323 -0.00727999999999603 969510.730901249 3323 5000 3.9368286e-12 969510.73 Loop time of 0.0168092 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:23 2021 Pair time (%) = 0.000810146 (4.81965) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208502) Outpt time (%) = 0.015846 (94.2697) Other time (%) = 0.000118017 (0.702098) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:23 2021 Memory usage per processor = 27.5184 Mbytes Step Atoms AVEKE stressZZ 3323 5000 3.9368286e-12 969509.1 3324 -0.00727999999999603 969490.904811486 3324 5000 3.9365775e-12 969490.9 Loop time of 0.016449 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:23 2021 Pair time (%) = 0.000956059 (5.81227) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.231911) Outpt time (%) = 0.015348 (93.3065) Other time (%) = 0.000106812 (0.649351) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:23 2021 Memory usage per processor = 27.5184 Mbytes Step Atoms AVEKE stressZZ 3324 5000 3.9365775e-12 969489.28 3325 -0.00727999999999603 969471.079561489 3325 5000 3.9363264e-12 969471.08 Loop time of 0.016938 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:23 2021 Pair time (%) = 0.000851154 (5.02513) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.212547) Outpt time (%) = 0.015914 (93.9544) Other time (%) = 0.000136852 (0.807961) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:23 2021 Memory usage per processor = 27.5184 Mbytes Step Atoms AVEKE stressZZ 3325 5000 3.9363264e-12 969469.45 3326 -0.00727999999999603 969451.255151129 3326 5000 3.9360753e-12 969451.26 Loop time of 0.0170078 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:23 2021 Pair time (%) = 0.000808001 (4.75076) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206067) Outpt time (%) = 0.0160699 (94.4853) Other time (%) = 9.48906e-05 (0.557923) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:23 2021 Memory usage per processor = 27.5184 Mbytes Step Atoms AVEKE stressZZ 3326 5000 3.9360753e-12 969449.63 3327 -0.00727999999999603 969431.43158027 3327 5000 3.9358243e-12 969431.43 Loop time of 0.0163131 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:23 2021 Pair time (%) = 0.000813007 (4.98378) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.220689) Outpt time (%) = 0.0153301 (93.9742) Other time (%) = 0.000133991 (0.821373) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:23 2021 Memory usage per processor = 27.5184 Mbytes Step Atoms AVEKE stressZZ 3327 5000 3.9358243e-12 969429.8 3328 -0.00727999999999603 969411.608848808 3328 5000 3.9355732e-12 969411.61 Loop time of 0.016922 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:23 2021 Pair time (%) = 0.000855923 (5.05805) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.218384) Outpt time (%) = 0.0159299 (94.1375) Other time (%) = 9.91821e-05 (0.586114) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:23 2021 Memory usage per processor = 27.5184 Mbytes Step Atoms AVEKE stressZZ 3328 5000 3.9355732e-12 969409.98 3329 -0.00727999999999603 969391.786956579 3329 5000 3.9353223e-12 969391.79 Loop time of 0.0161259 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:23 2021 Pair time (%) = 0.000809908 (5.0224) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.217337) Outpt time (%) = 0.015192 (94.2088) Other time (%) = 8.89301e-05 (0.551473) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:23 2021 Memory usage per processor = 27.5184 Mbytes Step Atoms AVEKE stressZZ 3329 5000 3.9353223e-12 969390.16 3330 -0.00727999999999603 969371.96590348 3330 5000 3.9350713e-12 969371.97 Loop time of 0.017689 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:23 2021 Pair time (%) = 0.000809908 (4.5786) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.198132) Outpt time (%) = 0.0167542 (94.7151) Other time (%) = 8.98838e-05 (0.508134) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:23 2021 Memory usage per processor = 27.5184 Mbytes Step Atoms AVEKE stressZZ 3330 5000 3.9350713e-12 969370.34 3331 -0.00727999999999603 969352.145689392 3331 5000 3.9348203e-12 969352.15 Loop time of 0.0165951 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:23 2021 Pair time (%) = 0.000904083 (5.44788) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211192) Outpt time (%) = 0.0154591 (93.1542) Other time (%) = 0.000196934 (1.1867) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:23 2021 Memory usage per processor = 27.5184 Mbytes Step Atoms AVEKE stressZZ 3331 5000 3.9348203e-12 969350.52 3332 -0.00727999999999603 969332.326314181 3332 5000 3.9345694e-12 969332.33 Loop time of 0.016603 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:23 2021 Pair time (%) = 0.000870943 (5.2457) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.224016) Outpt time (%) = 0.015588 (93.887) Other time (%) = 0.000106812 (0.643327) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:23 2021 Memory usage per processor = 27.5184 Mbytes Step Atoms AVEKE stressZZ 3332 5000 3.9345694e-12 969330.7 3333 -0.00727999999999603 969312.50777774 3333 5000 3.9343185e-12 969312.51 Loop time of 0.0169051 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:23 2021 Pair time (%) = 0.000809908 (4.79092) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.20732) Outpt time (%) = 0.01595 (94.3502) Other time (%) = 0.000110149 (0.651576) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:23 2021 Memory usage per processor = 27.5184 Mbytes Step Atoms AVEKE stressZZ 3333 5000 3.9343185e-12 969310.88 3334 -0.00727999999999603 969292.690079936 3334 5000 3.9340676e-12 969292.69 Loop time of 0.0168641 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:23 2021 Pair time (%) = 0.0008111 (4.80964) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207824) Outpt time (%) = 0.015898 (94.2714) Other time (%) = 0.000119925 (0.711125) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:23 2021 Memory usage per processor = 27.5184 Mbytes Step Atoms AVEKE stressZZ 3334 5000 3.9340676e-12 969291.06 3335 -0.00727999999999603 969272.873220653 3335 5000 3.9338167e-12 969272.87 Loop time of 0.01632 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:24 2021 Pair time (%) = 0.000849962 (5.20811) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.220596) Outpt time (%) = 0.0152712 (93.5735) Other time (%) = 0.00016284 (0.997794) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:24 2021 Memory usage per processor = 27.5184 Mbytes Step Atoms AVEKE stressZZ 3335 5000 3.9338167e-12 969271.25 3336 -0.00727999999999603 969253.057199808 3336 5000 3.9335659e-12 969253.06 Loop time of 0.0171769 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:24 2021 Pair time (%) = 0.000905991 (5.27448) Neigh time (%) = 0 (0) Comm time (%) = 4.98295e-05 (0.290096) Outpt time (%) = 0.0160561 (93.4749) Other time (%) = 0.000164986 (0.960511) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:24 2021 Memory usage per processor = 27.5184 Mbytes Step Atoms AVEKE stressZZ 3336 5000 3.9335659e-12 969251.43 3337 -0.00727999999999603 969233.242017255 3337 5000 3.933315e-12 969233.24 Loop time of 0.017077 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:24 2021 Pair time (%) = 0.000809908 (4.74269) Neigh time (%) = 0 (0) Comm time (%) = 5.00679e-05 (0.29319) Outpt time (%) = 0.016098 (94.2674) Other time (%) = 0.000118971 (0.696674) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:24 2021 Memory usage per processor = 27.5184 Mbytes Step Atoms AVEKE stressZZ 3337 5000 3.933315e-12 969231.61 3338 -0.00727999999999603 969213.427672902 3338 5000 3.9330642e-12 969213.43 Loop time of 0.0163701 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:24 2021 Pair time (%) = 0.000848055 (5.18052) Neigh time (%) = 0 (0) Comm time (%) = 4.91142e-05 (0.300025) Outpt time (%) = 0.0152991 (93.4577) Other time (%) = 0.000173807 (1.06174) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:24 2021 Memory usage per processor = 27.5184 Mbytes Step Atoms AVEKE stressZZ 3338 5000 3.9330642e-12 969211.8 3339 -0.00727999999999603 969193.614166646 3339 5000 3.9328134e-12 969193.61 Loop time of 0.016681 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:24 2021 Pair time (%) = 0.00100207 (6.00729) Neigh time (%) = 0 (0) Comm time (%) = 4.19617e-05 (0.251554) Outpt time (%) = 0.0155129 (92.9979) Other time (%) = 0.000123978 (0.743229) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:24 2021 Memory usage per processor = 27.5184 Mbytes Step Atoms AVEKE stressZZ 3339 5000 3.9328134e-12 969191.99 3340 -0.00727999999999603 969173.801498356 3340 5000 3.9325627e-12 969173.8 Loop time of 0.018235 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:24 2021 Pair time (%) = 0.000845909 (4.63894) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.18697) Outpt time (%) = 0.017262 (94.6642) Other time (%) = 9.29832e-05 (0.509917) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:24 2021 Memory usage per processor = 27.5184 Mbytes Step Atoms AVEKE stressZZ 3340 5000 3.9325627e-12 969172.17 3341 -0.00727999999999603 969153.989667948 3341 5000 3.9323119e-12 969153.99 Loop time of 0.0167601 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:24 2021 Pair time (%) = 0.000839949 (5.01159) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.214803) Outpt time (%) = 0.0157869 (94.1932) Other time (%) = 9.72748e-05 (0.580395) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:24 2021 Memory usage per processor = 27.5184 Mbytes Step Atoms AVEKE stressZZ 3341 5000 3.9323119e-12 969152.36 3342 -0.00727999999999603 969134.178675286 3342 5000 3.9320612e-12 969134.18 Loop time of 0.0163851 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:24 2021 Pair time (%) = 0.000893831 (5.45515) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.219719) Outpt time (%) = 0.0153501 (93.6834) Other time (%) = 0.000105143 (0.641697) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:24 2021 Memory usage per processor = 27.5184 Mbytes Step Atoms AVEKE stressZZ 3342 5000 3.9320612e-12 969132.55 3343 -0.00727999999999603 969114.368520284 3343 5000 3.9318105e-12 969114.37 Loop time of 0.0169702 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:24 2021 Pair time (%) = 0.000836134 (4.92708) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206524) Outpt time (%) = 0.016001 (94.289) Other time (%) = 9.799e-05 (0.577426) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:24 2021 Memory usage per processor = 27.5184 Mbytes Step Atoms AVEKE stressZZ 3343 5000 3.9318105e-12 969112.74 3344 -0.00727999999999603 969094.559202843 3344 5000 3.9315598e-12 969094.56 Loop time of 0.0170751 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:24 2021 Pair time (%) = 0.000810862 (4.74881) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.203859) Outpt time (%) = 0.0161021 (94.3017) Other time (%) = 0.000127316 (0.745623) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:24 2021 Memory usage per processor = 27.5184 Mbytes Step Atoms AVEKE stressZZ 3344 5000 3.9315598e-12 969092.93 3345 -0.00727999999999603 969074.750722843 3345 5000 3.9313092e-12 969074.75 Loop time of 0.016227 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:24 2021 Pair time (%) = 0.000807047 (4.97348) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.215983) Outpt time (%) = 0.015228 (93.8438) Other time (%) = 0.000156879 (0.96678) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:24 2021 Memory usage per processor = 27.5184 Mbytes Step Atoms AVEKE stressZZ 3345 5000 3.9313092e-12 969073.12 3346 -0.00727999999999603 969054.943080207 3346 5000 3.9310585e-12 969054.94 Loop time of 0.0168288 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:24 2021 Pair time (%) = 0.00112414 (6.67989) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.219593) Outpt time (%) = 0.0155308 (92.2873) Other time (%) = 0.000136852 (0.813204) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:24 2021 Memory usage per processor = 27.5184 Mbytes Step Atoms AVEKE stressZZ 3346 5000 3.9310585e-12 969053.32 3347 -0.00727999999999603 969035.136274819 3347 5000 3.9308079e-12 969035.14 Loop time of 0.0169001 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:24 2021 Pair time (%) = 0.000812054 (4.80503) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.213024) Outpt time (%) = 0.015959 (94.4317) Other time (%) = 9.29832e-05 (0.550195) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:24 2021 Memory usage per processor = 27.5184 Mbytes Step Atoms AVEKE stressZZ 3347 5000 3.9308079e-12 969033.51 3348 -0.00727999999999603 969015.330306567 3348 5000 3.9305573e-12 969015.33 Loop time of 0.016458 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:24 2021 Pair time (%) = 0.000811815 (4.93264) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.211502) Outpt time (%) = 0.015521 (94.3068) Other time (%) = 9.03606e-05 (0.549037) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:24 2021 Memory usage per processor = 27.5184 Mbytes Step Atoms AVEKE stressZZ 3348 5000 3.9305573e-12 969013.7 3349 -0.00727999999999603 968995.525175367 3349 5000 3.9303068e-12 968995.53 Loop time of 0.0166008 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:24 2021 Pair time (%) = 0.000862122 (5.19324) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.222608) Outpt time (%) = 0.0155869 (93.8919) Other time (%) = 0.000114918 (0.69224) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:24 2021 Memory usage per processor = 27.5184 Mbytes Step Atoms AVEKE stressZZ 3349 5000 3.9303068e-12 968993.9 3350 -0.00727999999999603 968975.720881141 3350 5000 3.9300562e-12 968975.72 Loop time of 0.0186741 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:24 2021 Pair time (%) = 0.000844002 (4.51963) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.182573) Outpt time (%) = 0.0177 (94.7833) Other time (%) = 9.60827e-05 (0.514523) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:24 2021 Memory usage per processor = 27.5184 Mbytes Step Atoms AVEKE stressZZ 3350 5000 3.9300562e-12 968974.09 3351 -0.00727999999999603 968955.917423742 3351 5000 3.9298057e-12 968955.92 Loop time of 0.0170529 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:24 2021 Pair time (%) = 0.0008111 (4.75638) Neigh time (%) = 0 (0) Comm time (%) = 4.91142e-05 (0.288011) Outpt time (%) = 0.0160489 (94.1125) Other time (%) = 0.000143766 (0.843062) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:24 2021 Memory usage per processor = 27.5184 Mbytes Step Atoms AVEKE stressZZ 3351 5000 3.9298057e-12 968954.29 3352 -0.00727999999999603 968936.114803122 3352 5000 3.9295552e-12 968936.11 Loop time of 0.0164158 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:24 2021 Pair time (%) = 0.000872135 (5.31277) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.219308) Outpt time (%) = 0.015362 (93.5805) Other time (%) = 0.000145674 (0.887398) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:24 2021 Memory usage per processor = 27.5184 Mbytes Step Atoms AVEKE stressZZ 3352 5000 3.9295552e-12 968934.49 3353 -0.00727999999999603 968916.313019163 3353 5000 3.9293047e-12 968916.31 Loop time of 0.0165989 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:24 2021 Pair time (%) = 0.00102496 (6.17486) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.229816) Outpt time (%) = 0.015408 (92.8254) Other time (%) = 0.000127792 (0.769883) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:24 2021 Memory usage per processor = 27.5184 Mbytes Step Atoms AVEKE stressZZ 3353 5000 3.9293047e-12 968914.69 3354 -0.00727999999999603 968896.512071782 3354 5000 3.9290542e-12 968896.51 Loop time of 0.0170162 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:24 2021 Pair time (%) = 0.000859022 (5.04827) Neigh time (%) = 0 (0) Comm time (%) = 7.82013e-05 (0.45957) Outpt time (%) = 0.0159309 (93.6221) Other time (%) = 0.000148058 (0.870101) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:24 2021 Memory usage per processor = 27.5184 Mbytes Step Atoms AVEKE stressZZ 3354 5000 3.9290542e-12 968894.88 3355 -0.00727999999999603 968876.71196086 3355 5000 3.9288038e-12 968876.71 Loop time of 0.0165091 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:24 2021 Pair time (%) = 0.000848055 (5.13691) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.210849) Outpt time (%) = 0.0155301 (94.0702) Other time (%) = 9.60827e-05 (0.582) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:24 2021 Memory usage per processor = 27.5184 Mbytes Step Atoms AVEKE stressZZ 3355 5000 3.9288038e-12 968875.08 3356 -0.00727999999999603 968856.912686341 3356 5000 3.9285533e-12 968856.91 Loop time of 0.0163281 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:24 2021 Pair time (%) = 0.000843048 (5.16317) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.233628) Outpt time (%) = 0.015341 (93.9549) Other time (%) = 0.000105858 (0.648317) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:24 2021 Memory usage per processor = 27.5184 Mbytes Step Atoms AVEKE stressZZ 3356 5000 3.9285533e-12 968855.29 3357 -0.00727999999999603 968837.114248065 3357 5000 3.9283029e-12 968837.11 Loop time of 0.017077 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:24 2021 Pair time (%) = 0.000926018 (5.42261) Neigh time (%) = 0 (0) Comm time (%) = 5.00679e-05 (0.29319) Outpt time (%) = 0.0159791 (93.5708) Other time (%) = 0.000121832 (0.713428) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:24 2021 Memory usage per processor = 27.5184 Mbytes Step Atoms AVEKE stressZZ 3357 5000 3.9283029e-12 968835.49 3358 -0.00727999999999603 968817.316646007 3358 5000 3.9280526e-12 968817.32 Loop time of 0.016855 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:24 2021 Pair time (%) = 0.0008111 (4.81222) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207935) Outpt time (%) = 0.0159159 (94.4282) Other time (%) = 9.29832e-05 (0.551666) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:24 2021 Memory usage per processor = 27.5184 Mbytes Step Atoms AVEKE stressZZ 3358 5000 3.9280526e-12 968815.69 3359 -0.00727999999999603 968797.519880061 3359 5000 3.9278022e-12 968797.52 Loop time of 0.0164471 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:24 2021 Pair time (%) = 0.000808001 (4.91273) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.207294) Outpt time (%) = 0.0154741 (94.0841) Other time (%) = 0.000130892 (0.795837) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:24 2021 Memory usage per processor = 27.5184 Mbytes Step Atoms AVEKE stressZZ 3359 5000 3.9278022e-12 968795.89 3360 -0.00727999999999603 968777.723950122 3360 5000 3.9275519e-12 968777.72 Loop time of 0.0186579 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:24 2021 Pair time (%) = 0.000983953 (5.27365) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.199343) Outpt time (%) = 0.0175321 (93.966) Other time (%) = 0.000104666 (0.560972) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:24 2021 Memory usage per processor = 27.5184 Mbytes Step Atoms AVEKE stressZZ 3360 5000 3.9275519e-12 968776.1 3361 -0.00727999999999603 968757.928856097 3361 5000 3.9273015e-12 968757.93 Loop time of 0.0172291 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:24 2021 Pair time (%) = 0.000972986 (5.64735) Neigh time (%) = 0 (0) Comm time (%) = 8.4877e-05 (0.492638) Outpt time (%) = 0.016067 (93.2553) Other time (%) = 0.000104189 (0.604727) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:24 2021 Memory usage per processor = 27.5184 Mbytes Step Atoms AVEKE stressZZ 3361 5000 3.9273015e-12 968756.3 3362 -0.00727999999999603 968738.134597905 3362 5000 3.9270512e-12 968738.13 Loop time of 0.016356 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:24 2021 Pair time (%) = 0.000807047 (4.93426) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.214279) Outpt time (%) = 0.015419 (94.2713) Other time (%) = 9.48906e-05 (0.580158) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:24 2021 Memory usage per processor = 27.5184 Mbytes Step Atoms AVEKE stressZZ 3362 5000 3.9270512e-12 968736.51 3363 -0.00727999999999603 968718.341175455 3363 5000 3.926801e-12 968718.34 Loop time of 0.0164971 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:24 2021 Pair time (%) = 0.000887156 (5.37763) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.229789) Outpt time (%) = 0.015449 (93.6468) Other time (%) = 0.000123024 (0.745729) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:24 2021 Memory usage per processor = 27.5184 Mbytes Step Atoms AVEKE stressZZ 3363 5000 3.926801e-12 968716.71 3364 -0.00727999999999603 968698.548588659 3364 5000 3.9265507e-12 968698.55 Loop time of 0.0172648 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:24 2021 Pair time (%) = 0.000891924 (5.16613) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197476) Outpt time (%) = 0.016243 (94.0813) Other time (%) = 9.58443e-05 (0.555141) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:24 2021 Memory usage per processor = 27.5184 Mbytes Step Atoms AVEKE stressZZ 3364 5000 3.9265507e-12 968696.92 3365 -0.00727999999999603 968678.756837436 3365 5000 3.9263005e-12 968678.76 Loop time of 0.016782 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:24 2021 Pair time (%) = 0.000809908 (4.82604) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.207419) Outpt time (%) = 0.0158429 (94.404) Other time (%) = 9.44138e-05 (0.562588) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:24 2021 Memory usage per processor = 27.5184 Mbytes Step Atoms AVEKE stressZZ 3365 5000 3.9263005e-12 968677.13 3366 -0.00727999999999603 968658.965921664 3366 5000 3.9260503e-12 968658.97 Loop time of 0.01647 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:24 2021 Pair time (%) = 0.000846148 (5.13752) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.212797) Outpt time (%) = 0.0154738 (93.9519) Other time (%) = 0.000114918 (0.697742) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:24 2021 Memory usage per processor = 27.5184 Mbytes Step Atoms AVEKE stressZZ 3366 5000 3.9260503e-12 968657.34 3367 -0.00727999999999603 968639.175841296 3367 5000 3.9258001e-12 968639.18 Loop time of 0.016923 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:24 2021 Pair time (%) = 0.000840187 (4.96478) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.212736) Outpt time (%) = 0.0159469 (94.2322) Other time (%) = 9.98974e-05 (0.590307) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:24 2021 Memory usage per processor = 27.5184 Mbytes Step Atoms AVEKE stressZZ 3367 5000 3.9258001e-12 968637.55 3368 -0.00727999999999603 968619.386596221 3368 5000 3.9255499e-12 968619.39 Loop time of 0.017097 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:24 2021 Pair time (%) = 0.000808001 (4.72598) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204992) Outpt time (%) = 0.01616 (94.5196) Other time (%) = 9.39369e-05 (0.549435) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:24 2021 Memory usage per processor = 27.5184 Mbytes Step Atoms AVEKE stressZZ 3368 5000 3.9255499e-12 968617.76 3369 -0.00727999999999603 968599.59818639 3369 5000 3.9252998e-12 968599.6 Loop time of 0.0162621 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:24 2021 Pair time (%) = 0.000813007 (4.99941) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.215517) Outpt time (%) = 0.0153201 (94.2074) Other time (%) = 9.39369e-05 (0.577645) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:24 2021 Memory usage per processor = 27.5184 Mbytes Step Atoms AVEKE stressZZ 3369 5000 3.9252998e-12 968597.97 3370 -0.00727999999999603 968579.810611685 3370 5000 3.9250496e-12 968579.81 Loop time of 0.018086 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:24 2021 Pair time (%) = 0.000943899 (5.21896) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.216193) Outpt time (%) = 0.016989 (93.9347) Other time (%) = 0.000113964 (0.630125) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:24 2021 Memory usage per processor = 27.5184 Mbytes Step Atoms AVEKE stressZZ 3370 5000 3.9250496e-12 968578.18 3371 -0.00727999999999603 968560.023872011 3371 5000 3.9247995e-12 968560.02 Loop time of 0.017009 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:24 2021 Pair time (%) = 0.000941038 (5.53258) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206053) Outpt time (%) = 0.015939 (93.7091) Other time (%) = 9.39369e-05 (0.552277) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:24 2021 Memory usage per processor = 27.5184 Mbytes Step Atoms AVEKE stressZZ 3371 5000 3.9247995e-12 968558.4 3372 -0.00727999999999603 968540.237967297 3372 5000 3.9245494e-12 968540.24 Loop time of 0.016772 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:24 2021 Pair time (%) = 0.000854015 (5.0919) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.207543) Outpt time (%) = 0.015789 (94.1391) Other time (%) = 9.41753e-05 (0.561502) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:24 2021 Memory usage per processor = 27.5184 Mbytes Step Atoms AVEKE stressZZ 3372 5000 3.9245494e-12 968538.61 3373 -0.00727999999999603 968520.452897463 3373 5000 3.9242994e-12 968520.45 Loop time of 0.0161681 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:24 2021 Pair time (%) = 0.000810862 (5.01519) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.222668) Outpt time (%) = 0.0152261 (94.1738) Other time (%) = 9.5129e-05 (0.588374) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:19:24 2021 Memory usage per processor = 27.5184 Mbytes Step Atoms AVEKE stressZZ 3373 5000 3.9242994e-12 968518.83 3374 -0.00727999999999603 968496.990118799 3374 5000 7.7532121e-12 968528.7 Loop time of 0.0159459 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:24 2021 Pair time (%) = 0.000859976 (5.39308) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.21979) Outpt time (%) = 0.0149379 (93.6784) Other time (%) = 0.00011301 (0.708711) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:24 2021 Memory usage per processor = 27.5184 Mbytes Step Atoms AVEKE stressZZ 3374 5000 7.7532121e-12 993759.25 3375 -0.00731249999999601 993735.03450542 3375 5000 6.2841302e-12 993735.03 Loop time of 0.0162559 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:24 2021 Pair time (%) = 0.000813961 (5.00719) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.215599) Outpt time (%) = 0.0153179 (94.2301) Other time (%) = 8.89301e-05 (0.547065) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:24 2021 Memory usage per processor = 27.5184 Mbytes Step Atoms AVEKE stressZZ 3375 5000 6.2841302e-12 993732.83 3376 -0.00731249999999601 993710.631858996 3376 5000 5.4305413e-12 993710.63 Loop time of 0.016922 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:24 2021 Pair time (%) = 0.000841856 (4.97492) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207112) Outpt time (%) = 0.0159559 (94.291) Other time (%) = 8.91685e-05 (0.526939) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:24 2021 Memory usage per processor = 27.5184 Mbytes Step Atoms AVEKE stressZZ 3376 5000 5.4305413e-12 993708.61 3377 -0.00731249999999601 993687.701974446 3377 5000 4.9203446e-12 993687.7 Loop time of 0.0162439 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:24 2021 Pair time (%) = 0.000810146 (4.98738) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.209887) Outpt time (%) = 0.0153031 (94.2083) Other time (%) = 9.65595e-05 (0.594434) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:24 2021 Memory usage per processor = 27.5184 Mbytes Step Atoms AVEKE stressZZ 3377 5000 4.9203446e-12 993685.8 3378 -0.00731249999999601 993665.708359623 3378 5000 4.6090866e-12 993665.71 Loop time of 0.0163102 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:24 2021 Pair time (%) = 0.000880003 (5.39541) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.226575) Outpt time (%) = 0.0152872 (93.7275) Other time (%) = 0.000106096 (0.65049) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:24 2021 Memory usage per processor = 27.5184 Mbytes Step Atoms AVEKE stressZZ 3378 5000 4.6090866e-12 993663.88 3379 -0.00731249999999601 993644.310072715 3379 5000 4.4164643e-12 993644.31 Loop time of 0.0167849 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:25 2021 Pair time (%) = 0.000845194 (5.03544) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.220167) Outpt time (%) = 0.0158029 (94.1492) Other time (%) = 9.98974e-05 (0.595162) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:25 2021 Memory usage per processor = 27.5184 Mbytes Step Atoms AVEKE stressZZ 3379 5000 4.4164643e-12 993642.53 3380 -0.00731249999999601 993623.290435617 3380 5000 4.296089e-12 993623.29 Loop time of 0.0186491 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:25 2021 Pair time (%) = 0.000854969 (4.58451) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.181539) Outpt time (%) = 0.0176651 (94.7239) Other time (%) = 9.5129e-05 (0.5101) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:25 2021 Memory usage per processor = 27.5186 Mbytes Step Atoms AVEKE stressZZ 3380 5000 4.296089e-12 993621.54 3381 -0.00731249999999601 993602.511760498 3381 5000 4.2203559e-12 993602.51 Loop time of 0.016417 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:25 2021 Pair time (%) = 0.000840902 (5.12214) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.219292) Outpt time (%) = 0.015445 (94.0791) Other time (%) = 9.5129e-05 (0.579453) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:25 2021 Memory usage per processor = 27.5186 Mbytes Step Atoms AVEKE stressZZ 3381 5000 4.2203559e-12 993600.78 3382 -0.00731249999999601 993581.886539906 3382 5000 4.1724797e-12 993581.89 Loop time of 0.0169361 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:25 2021 Pair time (%) = 0.00121713 (7.1866) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.20694) Outpt time (%) = 0.0155361 (91.7337) Other time (%) = 0.00014782 (0.872809) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:25 2021 Memory usage per processor = 27.5186 Mbytes Step Atoms AVEKE stressZZ 3382 5000 4.1724797e-12 993580.17 3383 -0.00731249999999601 993561.359161769 3383 5000 4.1420993e-12 993561.36 Loop time of 0.0169859 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:25 2021 Pair time (%) = 0.000813961 (4.79198) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206333) Outpt time (%) = 0.0160489 (94.4837) Other time (%) = 8.79765e-05 (0.517938) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:25 2021 Memory usage per processor = 27.5186 Mbytes Step Atoms AVEKE stressZZ 3383 5000 4.1420993e-12 993559.65 3384 -0.00731249999999601 993540.894283874 3384 5000 4.1227538e-12 993540.89 Loop time of 0.016356 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:25 2021 Pair time (%) = 0.000812054 (4.96487) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.214279) Outpt time (%) = 0.0154171 (94.2596) Other time (%) = 9.17912e-05 (0.561208) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:25 2021 Memory usage per processor = 27.5186 Mbytes Step Atoms AVEKE stressZZ 3384 5000 4.1227538e-12 993539.19 3385 -0.00731249999999601 993520.469445704 3385 5000 4.1103872e-12 993520.47 Loop time of 0.016577 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:25 2021 Pair time (%) = 0.000962973 (5.80909) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.228682) Outpt time (%) = 0.01542 (93.0202) Other time (%) = 0.000156164 (0.942053) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:25 2021 Memory usage per processor = 27.5186 Mbytes Step Atoms AVEKE stressZZ 3385 5000 4.1103872e-12 993518.77 3386 -0.00731249999999601 993500.070373185 3386 5000 4.102442e-12 993500.07 Loop time of 0.0170419 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:25 2021 Pair time (%) = 0.000853062 (5.00567) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205655) Outpt time (%) = 0.0160599 (94.2375) Other time (%) = 9.39369e-05 (0.551211) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:25 2021 Memory usage per processor = 27.5186 Mbytes Step Atoms AVEKE stressZZ 3386 5000 4.102442e-12 993498.37 3387 -0.00731249999999601 993479.687994877 3387 5000 4.0973011e-12 993479.69 Loop time of 0.0170481 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:25 2021 Pair time (%) = 0.000809908 (4.75072) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.20558) Outpt time (%) = 0.016109 (94.4913) Other time (%) = 9.41753e-05 (0.552409) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:25 2021 Memory usage per processor = 27.5186 Mbytes Step Atoms AVEKE stressZZ 3387 5000 4.0973011e-12 993477.99 3388 -0.00731249999999601 993459.316541931 3388 5000 4.0939401e-12 993459.32 Loop time of 0.016573 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:25 2021 Pair time (%) = 0.000815153 (4.91858) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211474) Outpt time (%) = 0.0156279 (94.2974) Other time (%) = 9.48906e-05 (0.572563) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:25 2021 Memory usage per processor = 27.5186 Mbytes Step Atoms AVEKE stressZZ 3388 5000 4.0939401e-12 993457.62 3389 -0.00731249999999601 993438.952353708 3389 5000 4.0917094e-12 993438.95 Loop time of 0.0170889 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:25 2021 Pair time (%) = 0.000893831 (5.23048) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.20509) Outpt time (%) = 0.01601 (93.6869) Other time (%) = 0.000149965 (0.87756) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:25 2021 Memory usage per processor = 27.5186 Mbytes Step Atoms AVEKE stressZZ 3389 5000 4.0917094e-12 993437.26 3390 -0.00731249999999601 993418.59310169 3390 5000 4.0901966e-12 993418.59 Loop time of 0.018481 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:25 2021 Pair time (%) = 0.0008111 (4.38883) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.189641) Outpt time (%) = 0.0175409 (94.9132) Other time (%) = 9.39369e-05 (0.508289) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:25 2021 Memory usage per processor = 27.5186 Mbytes Step Atoms AVEKE stressZZ 3390 5000 4.0901966e-12 993416.9 3391 -0.00731249999999601 993398.237305891 3391 5000 4.0891399e-12 993398.24 Loop time of 0.0166771 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:25 2021 Pair time (%) = 0.000809908 (4.8564) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.210153) Outpt time (%) = 0.0157359 (94.3559) Other time (%) = 9.63211e-05 (0.577564) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:25 2021 Memory usage per processor = 27.5186 Mbytes Step Atoms AVEKE stressZZ 3391 5000 4.0891399e-12 993396.54 3392 -0.00731249999999601 993377.884025722 3392 5000 4.088373e-12 993377.88 Loop time of 0.0162518 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:25 2021 Pair time (%) = 0.000835896 (5.1434) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.227389) Outpt time (%) = 0.0152619 (93.9089) Other time (%) = 0.000117064 (0.720311) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:25 2021 Memory usage per processor = 27.5186 Mbytes Step Atoms AVEKE stressZZ 3392 5000 4.088373e-12 993376.19 3393 -0.00731249999999601 993357.532663257 3393 5000 4.0877903e-12 993357.53 Loop time of 0.01704 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:25 2021 Pair time (%) = 0.000868082 (5.09437) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.216871) Outpt time (%) = 0.015974 (93.7443) Other time (%) = 0.000160933 (0.944439) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:25 2021 Memory usage per processor = 27.5186 Mbytes Step Atoms AVEKE stressZZ 3393 5000 4.0877903e-12 993355.84 3394 -0.00731249999999601 993337.182838465 3394 5000 4.0873246e-12 993337.18 Loop time of 0.0169051 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:25 2021 Pair time (%) = 0.000922918 (5.45942) Neigh time (%) = 0 (0) Comm time (%) = 3.98159e-05 (0.235526) Outpt time (%) = 0.0158331 (93.6591) Other time (%) = 0.000109196 (0.645935) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:25 2021 Memory usage per processor = 27.5186 Mbytes Step Atoms AVEKE stressZZ 3394 5000 4.0873246e-12 993335.49 3395 -0.00731249999999601 993316.834309689 3395 5000 4.0869332e-12 993316.83 Loop time of 0.0163748 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:25 2021 Pair time (%) = 0.000819921 (5.00721) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.227137) Outpt time (%) = 0.0153689 (93.8571) Other time (%) = 0.000148773 (0.908548) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:25 2021 Memory usage per processor = 27.5186 Mbytes Step Atoms AVEKE stressZZ 3395 5000 4.0869332e-12 993315.14 3396 -0.00731249999999601 993296.486923276 3396 5000 4.0865891e-12 993296.49 Loop time of 0.0167861 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:25 2021 Pair time (%) = 0.000832081 (4.95696) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208789) Outpt time (%) = 0.0158169 (94.2263) Other time (%) = 0.000102043 (0.607903) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:25 2021 Memory usage per processor = 27.5186 Mbytes Step Atoms AVEKE stressZZ 3396 5000 4.0865891e-12 993294.79 3397 -0.00731249999999601 993276.140581515 3397 5000 4.0862751e-12 993276.14 Loop time of 0.0172589 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:25 2021 Pair time (%) = 0.000810146 (4.69408) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.20307) Outpt time (%) = 0.016319 (94.5544) Other time (%) = 9.46522e-05 (0.548426) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:25 2021 Memory usage per processor = 27.5186 Mbytes Step Atoms AVEKE stressZZ 3397 5000 4.0862751e-12 993274.44 3398 -0.00731249999999601 993255.795222194 3398 5000 4.0859802e-12 993255.8 Loop time of 0.0163312 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:25 2021 Pair time (%) = 0.000808954 (4.95343) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.214605) Outpt time (%) = 0.015393 (94.2553) Other time (%) = 9.41753e-05 (0.576659) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:25 2021 Memory usage per processor = 27.5186 Mbytes Step Atoms AVEKE stressZZ 3398 5000 4.0859802e-12 993254.1 3399 -0.00731249999999601 993235.450805702 3399 5000 4.0856974e-12 993235.45 Loop time of 0.0169191 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:25 2021 Pair time (%) = 0.00108004 (6.38352) Neigh time (%) = 0 (0) Comm time (%) = 5.79357e-05 (0.342427) Outpt time (%) = 0.015558 (91.9551) Other time (%) = 0.00022316 (1.31898) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:25 2021 Memory usage per processor = 27.5186 Mbytes Step Atoms AVEKE stressZZ 3399 5000 4.0856974e-12 993233.76 3400 -0.00731249999999601 993215.107306789 3400 5000 4.0854224e-12 993215.11 Loop time of 0.018862 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:25 2021 Pair time (%) = 0.000810862 (4.29891) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.18581) Outpt time (%) = 0.01789 (94.8466) Other time (%) = 0.000126123 (0.668664) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:25 2021 Memory usage per processor = 27.5186 Mbytes Step Atoms AVEKE stressZZ 3400 5000 4.0854224e-12 993213.41 3401 -0.00731249999999601 993194.764709323 3401 5000 4.0851522e-12 993194.76 Loop time of 0.016892 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:25 2021 Pair time (%) = 0.000814915 (4.82428) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207481) Outpt time (%) = 0.015902 (94.1397) Other time (%) = 0.000139952 (0.828511) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:25 2021 Memory usage per processor = 27.5186 Mbytes Step Atoms AVEKE stressZZ 3401 5000 4.0851522e-12 993193.07 3402 -0.00731249999999601 993174.423002988 3402 5000 4.0848853e-12 993174.42 Loop time of 0.0163908 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:25 2021 Pair time (%) = 0.000838995 (5.11869) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.225461) Outpt time (%) = 0.0154159 (94.0522) Other time (%) = 9.89437e-05 (0.603654) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:25 2021 Memory usage per processor = 27.5186 Mbytes Step Atoms AVEKE stressZZ 3402 5000 4.0848853e-12 993172.73 3403 -0.00731249999999601 993154.082181182 3403 5000 4.0846203e-12 993154.08 Loop time of 0.016921 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:25 2021 Pair time (%) = 0.000957966 (5.66139) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207124) Outpt time (%) = 0.01583 (93.5524) Other time (%) = 9.799e-05 (0.579102) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:25 2021 Memory usage per processor = 27.5186 Mbytes Step Atoms AVEKE stressZZ 3403 5000 4.0846203e-12 993152.39 3404 -0.00731249999999601 993133.742239572 3404 5000 4.0843566e-12 993133.74 Loop time of 0.016948 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:25 2021 Pair time (%) = 0.000844002 (4.97995) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.212422) Outpt time (%) = 0.01597 (94.2294) Other time (%) = 9.799e-05 (0.578181) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:25 2021 Memory usage per processor = 27.5186 Mbytes Step Atoms AVEKE stressZZ 3404 5000 4.0843566e-12 993132.05 3405 -0.00731249999999601 993113.403175395 3405 5000 4.0840937e-12 993113.4 Loop time of 0.0167689 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:25 2021 Pair time (%) = 0.000854969 (5.09853) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209003) Outpt time (%) = 0.0157859 (94.138) Other time (%) = 9.29832e-05 (0.554497) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:25 2021 Memory usage per processor = 27.5186 Mbytes Step Atoms AVEKE stressZZ 3405 5000 4.0840937e-12 993111.71 3406 -0.00731249999999601 993093.064986791 3406 5000 4.0838313e-12 993093.06 Loop time of 0.01648 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:25 2021 Pair time (%) = 0.00089097 (5.40638) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.224241) Outpt time (%) = 0.015444 (93.714) Other time (%) = 0.000108004 (0.655363) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:25 2021 Memory usage per processor = 27.5186 Mbytes Step Atoms AVEKE stressZZ 3406 5000 4.0838313e-12 993091.37 3407 -0.00731249999999601 993072.727672522 3407 5000 4.0835693e-12 993072.73 Loop time of 0.016988 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:25 2021 Pair time (%) = 0.000813007 (4.78576) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.200693) Outpt time (%) = 0.016053 (94.4957) Other time (%) = 8.79765e-05 (0.517873) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:25 2021 Memory usage per processor = 27.5186 Mbytes Step Atoms AVEKE stressZZ 3407 5000 4.0835693e-12 993071.03 3408 -0.00731249999999601 993052.391231779 3408 5000 4.0833075e-12 993052.39 Loop time of 0.0167279 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:25 2021 Pair time (%) = 0.000852823 (5.0982) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.20809) Outpt time (%) = 0.0157411 (94.1008) Other time (%) = 9.91821e-05 (0.592914) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:25 2021 Memory usage per processor = 27.5186 Mbytes Step Atoms AVEKE stressZZ 3408 5000 4.0833075e-12 993050.7 3409 -0.00731249999999601 993032.055663911 3409 5000 4.0830459e-12 993032.06 Loop time of 0.0165751 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:25 2021 Pair time (%) = 0.000846863 (5.10925) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.222954) Outpt time (%) = 0.0155129 (93.5919) Other time (%) = 0.000178337 (1.07593) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:25 2021 Memory usage per processor = 27.5186 Mbytes Step Atoms AVEKE stressZZ 3409 5000 4.0830459e-12 993030.36 3410 -0.00731249999999601 993011.720968475 3410 5000 4.0827843e-12 993011.72 Loop time of 0.01863 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:25 2021 Pair time (%) = 0.000836134 (4.4881) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.188124) Outpt time (%) = 0.0176609 (94.7978) Other time (%) = 9.799e-05 (0.525979) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:25 2021 Memory usage per processor = 27.5186 Mbytes Step Atoms AVEKE stressZZ 3410 5000 4.0827843e-12 993010.03 3411 -0.00731249999999601 992991.387145142 3411 5000 4.0825229e-12 992991.39 Loop time of 0.0172539 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:25 2021 Pair time (%) = 0.000821114 (4.75901) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.208656) Outpt time (%) = 0.0162959 (94.4478) Other time (%) = 0.000100851 (0.584512) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:25 2021 Memory usage per processor = 27.5186 Mbytes Step Atoms AVEKE stressZZ 3411 5000 4.0825229e-12 992989.69 3412 -0.00731249999999601 992971.054193628 3412 5000 4.0822615e-12 992971.05 Loop time of 0.0167232 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:25 2021 Pair time (%) = 0.000896931 (5.36341) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.215278) Outpt time (%) = 0.0156641 (93.6671) Other time (%) = 0.000126123 (0.754184) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:25 2021 Memory usage per processor = 27.5186 Mbytes Step Atoms AVEKE stressZZ 3412 5000 4.0822615e-12 992969.36 3413 -0.00731249999999601 992950.722113685 3413 5000 4.0820001e-12 992950.72 Loop time of 0.0165341 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:25 2021 Pair time (%) = 0.000835896 (5.05559) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.217739) Outpt time (%) = 0.0155091 (93.8009) Other time (%) = 0.000153065 (0.925752) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:25 2021 Memory usage per processor = 27.5186 Mbytes Step Atoms AVEKE stressZZ 3413 5000 4.0820001e-12 992949.03 3414 -0.00731249999999601 992930.39090513 3414 5000 4.0817388e-12 992930.39 Loop time of 0.016993 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:25 2021 Pair time (%) = 0.000812054 (4.77874) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.200634) Outpt time (%) = 0.0160551 (94.4805) Other time (%) = 9.17912e-05 (0.540169) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:25 2021 Memory usage per processor = 27.5186 Mbytes Step Atoms AVEKE stressZZ 3414 5000 4.0817388e-12 992928.7 3415 -0.00731249999999601 992910.060567777 3415 5000 4.0814775e-12 992910.06 Loop time of 0.0167701 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:25 2021 Pair time (%) = 0.00085187 (5.07969) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208988) Outpt time (%) = 0.01579 (94.1554) Other time (%) = 9.32217e-05 (0.555879) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:25 2021 Memory usage per processor = 27.5186 Mbytes Step Atoms AVEKE stressZZ 3415 5000 4.0814775e-12 992908.37 3416 -0.00731249999999601 992889.731101424 3416 5000 4.0812162e-12 992889.73 Loop time of 0.016274 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:25 2021 Pair time (%) = 0.000840902 (5.16716) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.23294) Outpt time (%) = 0.0152891 (93.948) Other time (%) = 0.000106096 (0.651938) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:25 2021 Memory usage per processor = 27.5186 Mbytes Step Atoms AVEKE stressZZ 3416 5000 4.0812162e-12 992888.04 3417 -0.00731249999999601 992869.402505919 3417 5000 4.080955e-12 992869.4 Loop time of 0.016856 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:25 2021 Pair time (%) = 0.000882864 (5.2377) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.213582) Outpt time (%) = 0.015748 (93.4271) Other time (%) = 0.000189066 (1.12166) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:25 2021 Memory usage per processor = 27.5186 Mbytes Step Atoms AVEKE stressZZ 3417 5000 4.080955e-12 992867.71 3418 -0.00731249999999601 992849.074781099 3418 5000 4.0806938e-12 992849.07 Loop time of 0.0163479 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:25 2021 Pair time (%) = 0.000808954 (4.94837) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.214386) Outpt time (%) = 0.0154109 (94.2685) Other time (%) = 9.29832e-05 (0.568778) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:25 2021 Memory usage per processor = 27.5186 Mbytes Step Atoms AVEKE stressZZ 3418 5000 4.0806938e-12 992847.38 3419 -0.00731249999999601 992828.747926835 3419 5000 4.0804326e-12 992828.75 Loop time of 0.016083 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:25 2021 Pair time (%) = 0.000849962 (5.28485) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.217917) Outpt time (%) = 0.0151081 (93.9384) Other time (%) = 8.98838e-05 (0.558875) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:25 2021 Memory usage per processor = 27.5186 Mbytes Step Atoms AVEKE stressZZ 3419 5000 4.0804326e-12 992827.05 3420 -0.00731249999999601 992808.421942944 3420 5000 4.0801714e-12 992808.42 Loop time of 0.017669 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:25 2021 Pair time (%) = 0.000810862 (4.58919) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.198356) Outpt time (%) = 0.016731 (94.6916) Other time (%) = 9.20296e-05 (0.520854) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:25 2021 Memory usage per processor = 27.5186 Mbytes Step Atoms AVEKE stressZZ 3420 5000 4.0801714e-12 992806.73 3421 -0.00731249999999601 992788.096829295 3421 5000 4.0799102e-12 992788.1 Loop time of 0.0170741 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:25 2021 Pair time (%) = 0.000815153 (4.77421) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205267) Outpt time (%) = 0.0161331 (94.4885) Other time (%) = 9.08375e-05 (0.532019) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:25 2021 Memory usage per processor = 27.5186 Mbytes Step Atoms AVEKE stressZZ 3421 5000 4.0799102e-12 992786.4 3422 -0.00731249999999601 992767.772585722 3422 5000 4.0796491e-12 992767.77 Loop time of 0.016588 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:25 2021 Pair time (%) = 0.000849009 (5.11822) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.222781) Outpt time (%) = 0.0155988 (94.0367) Other time (%) = 0.000103235 (0.62235) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:25 2021 Memory usage per processor = 27.5186 Mbytes Step Atoms AVEKE stressZZ 3422 5000 4.0796491e-12 992766.08 3423 -0.00731249999999601 992747.449212097 3423 5000 4.079388e-12 992747.45 Loop time of 0.017015 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:25 2021 Pair time (%) = 0.000867128 (5.09626) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.20598) Outpt time (%) = 0.015995 (94.0055) Other time (%) = 0.000117779 (0.692206) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:25 2021 Memory usage per processor = 27.5186 Mbytes Step Atoms AVEKE stressZZ 3423 5000 4.079388e-12 992745.75 3424 -0.00731249999999601 992727.126708271 3424 5000 4.0791269e-12 992727.13 Loop time of 0.0172081 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:26 2021 Pair time (%) = 0.000814199 (4.73149) Neigh time (%) = 0 (0) Comm time (%) = 4.88758e-05 (0.284028) Outpt time (%) = 0.016227 (94.2987) Other time (%) = 0.000118017 (0.685824) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:26 2021 Memory usage per processor = 27.5186 Mbytes Step Atoms AVEKE stressZZ 3424 5000 4.0791269e-12 992725.43 3425 -0.00731249999999601 992706.805074139 3425 5000 4.0788659e-12 992706.81 Loop time of 0.0165141 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:26 2021 Pair time (%) = 0.000814199 (4.93034) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.210785) Outpt time (%) = 0.0155709 (94.2886) Other time (%) = 9.41753e-05 (0.570274) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:26 2021 Memory usage per processor = 27.5186 Mbytes Step Atoms AVEKE stressZZ 3425 5000 4.0788659e-12 992705.11 3426 -0.00731249999999601 992686.484309511 3426 5000 4.0786048e-12 992686.48 Loop time of 0.0163951 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:26 2021 Pair time (%) = 0.000921011 (5.6176) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.244307) Outpt time (%) = 0.015322 (93.4546) Other time (%) = 0.000112057 (0.683477) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:26 2021 Memory usage per processor = 27.5186 Mbytes Step Atoms AVEKE stressZZ 3426 5000 4.0786048e-12 992684.79 3427 -0.00731249999999601 992666.1644143 3427 5000 4.0783438e-12 992666.16 Loop time of 0.0173318 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:26 2021 Pair time (%) = 0.000933886 (5.38827) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.200839) Outpt time (%) = 0.0162609 (93.8208) Other time (%) = 0.000102282 (0.590137) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:26 2021 Memory usage per processor = 27.5186 Mbytes Step Atoms AVEKE stressZZ 3427 5000 4.0783438e-12 992664.47 3428 -0.00731249999999601 992645.845388355 3428 5000 4.0780828e-12 992645.85 Loop time of 0.0171561 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:26 2021 Pair time (%) = 0.000812054 (4.73332) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204286) Outpt time (%) = 0.016181 (94.3161) Other time (%) = 0.000128031 (0.746269) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:26 2021 Memory usage per processor = 27.5186 Mbytes Step Atoms AVEKE stressZZ 3428 5000 4.0780828e-12 992644.15 3429 -0.00731249999999601 992625.527231531 3429 5000 4.0778219e-12 992625.53 Loop time of 0.0162368 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:26 2021 Pair time (%) = 0.000818968 (5.0439) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.215853) Outpt time (%) = 0.0152838 (94.1309) Other time (%) = 9.89437e-05 (0.60938) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:26 2021 Memory usage per processor = 27.5186 Mbytes Step Atoms AVEKE stressZZ 3429 5000 4.0778219e-12 992623.83 3430 -0.00731249999999601 992605.209943722 3430 5000 4.0775609e-12 992605.21 Loop time of 0.0186071 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:26 2021 Pair time (%) = 0.000925064 (4.97155) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.193481) Outpt time (%) = 0.0175412 (94.2712) Other time (%) = 0.000104904 (0.563785) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:26 2021 Memory usage per processor = 27.5186 Mbytes Step Atoms AVEKE stressZZ 3430 5000 4.0775609e-12 992603.51 3431 -0.00731249999999601 992584.893524792 3431 5000 4.0773e-12 992584.89 Loop time of 0.0171208 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:26 2021 Pair time (%) = 0.000855923 (4.9993) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204707) Outpt time (%) = 0.0161359 (94.2473) Other time (%) = 9.39369e-05 (0.54867) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:26 2021 Memory usage per processor = 27.5186 Mbytes Step Atoms AVEKE stressZZ 3431 5000 4.0773e-12 992583.2 3432 -0.00731249999999601 992564.577974608 3432 5000 4.0770391e-12 992564.58 Loop time of 0.0165491 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:26 2021 Pair time (%) = 0.000816107 (4.93142) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211779) Outpt time (%) = 0.015604 (94.2892) Other time (%) = 9.39369e-05 (0.567625) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:26 2021 Memory usage per processor = 27.5186 Mbytes Step Atoms AVEKE stressZZ 3432 5000 4.0770391e-12 992562.88 3433 -0.00731249999999601 992544.263293018 3433 5000 4.0767782e-12 992544.26 Loop time of 0.016489 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:26 2021 Pair time (%) = 0.000990868 (6.00925) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.218334) Outpt time (%) = 0.015327 (92.9526) Other time (%) = 0.000135183 (0.819838) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:26 2021 Memory usage per processor = 27.5186 Mbytes Step Atoms AVEKE stressZZ 3433 5000 4.0767782e-12 992542.57 3434 -0.00731249999999601 992523.94947997 3434 5000 4.0765174e-12 992523.95 Loop time of 0.0173168 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:26 2021 Pair time (%) = 0.000947952 (5.47417) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.20239) Outpt time (%) = 0.016232 (93.7355) Other time (%) = 0.000101805 (0.587895) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:26 2021 Memory usage per processor = 27.5186 Mbytes Step Atoms AVEKE stressZZ 3434 5000 4.0765174e-12 992522.25 3435 -0.00731249999999601 992503.636535265 3435 5000 4.0762565e-12 992503.64 Loop time of 0.017 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:26 2021 Pair time (%) = 0.000814199 (4.78942) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206162) Outpt time (%) = 0.016058 (94.4589) Other time (%) = 9.27448e-05 (0.545559) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:26 2021 Memory usage per processor = 27.5186 Mbytes Step Atoms AVEKE stressZZ 3435 5000 4.0762565e-12 992501.94 3436 -0.00731249999999601 992483.324458833 3436 5000 4.0759957e-12 992483.32 Loop time of 0.0162451 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:26 2021 Pair time (%) = 0.000815868 (5.02223) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.221612) Outpt time (%) = 0.0152888 (94.1133) Other time (%) = 0.000104427 (0.642823) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:26 2021 Memory usage per processor = 27.5186 Mbytes Step Atoms AVEKE stressZZ 3436 5000 4.0759957e-12 992481.63 3437 -0.00731249999999601 992463.013250536 3437 5000 4.0757349e-12 992463.01 Loop time of 0.016995 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:26 2021 Pair time (%) = 0.000860214 (5.06159) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.211835) Outpt time (%) = 0.016001 (94.1514) Other time (%) = 9.77516e-05 (0.57518) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:26 2021 Memory usage per processor = 27.5186 Mbytes Step Atoms AVEKE stressZZ 3437 5000 4.0757349e-12 992461.32 3438 -0.00731249999999601 992442.702910232 3438 5000 4.0754741e-12 992442.7 Loop time of 0.0168941 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:26 2021 Pair time (%) = 0.000840902 (4.97749) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.224389) Outpt time (%) = 0.0159111 (94.1814) Other time (%) = 0.000104189 (0.616718) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:26 2021 Memory usage per processor = 27.5186 Mbytes Step Atoms AVEKE stressZZ 3438 5000 4.0754741e-12 992441.01 3439 -0.00731249999999601 992422.393437808 3439 5000 4.0752134e-12 992422.39 Loop time of 0.0164142 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:26 2021 Pair time (%) = 0.000873089 (5.31912) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.23095) Outpt time (%) = 0.0153992 (93.8166) Other time (%) = 0.000103951 (0.633298) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:26 2021 Memory usage per processor = 27.5186 Mbytes Step Atoms AVEKE stressZZ 3439 5000 4.0752134e-12 992420.7 3440 -0.00731249999999601 992402.084833179 3440 5000 4.0749527e-12 992402.08 Loop time of 0.0183129 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:26 2021 Pair time (%) = 0.000979185 (5.34696) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.213514) Outpt time (%) = 0.0171609 (93.7092) Other time (%) = 0.000133753 (0.730374) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:26 2021 Memory usage per processor = 27.5186 Mbytes Step Atoms AVEKE stressZZ 3440 5000 4.0749527e-12 992400.39 3441 -0.00731249999999601 992381.77709619 3441 5000 4.074692e-12 992381.78 Loop time of 0.016629 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:26 2021 Pair time (%) = 0.000810862 (4.8762) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.210762) Outpt time (%) = 0.0156898 (94.3524) Other time (%) = 9.32217e-05 (0.560598) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:26 2021 Memory usage per processor = 27.5186 Mbytes Step Atoms AVEKE stressZZ 3441 5000 4.074692e-12 992380.08 3442 -0.00731249999999601 992361.470226725 3442 5000 4.0744313e-12 992361.47 Loop time of 0.016746 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:26 2021 Pair time (%) = 0.000811815 (4.8478) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.20217) Outpt time (%) = 0.0158091 (94.4047) Other time (%) = 9.13143e-05 (0.545289) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:26 2021 Memory usage per processor = 27.5186 Mbytes Step Atoms AVEKE stressZZ 3442 5000 4.0744313e-12 992359.78 3443 -0.00731249999999601 992341.164224699 3443 5000 4.0741706e-12 992341.16 Loop time of 0.016464 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:26 2021 Pair time (%) = 0.00081706 (4.96271) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.218666) Outpt time (%) = 0.0155029 (94.1626) Other time (%) = 0.000108004 (0.655999) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:26 2021 Memory usage per processor = 27.5186 Mbytes Step Atoms AVEKE stressZZ 3443 5000 4.0741706e-12 992339.47 3444 -0.00731249999999601 992320.859089982 3444 5000 4.07391e-12 992320.86 Loop time of 0.0168369 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:26 2021 Pair time (%) = 0.000835896 (4.96467) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.206743) Outpt time (%) = 0.0158639 (94.2211) Other time (%) = 0.000102282 (0.607485) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:26 2021 Memory usage per processor = 27.5186 Mbytes Step Atoms AVEKE stressZZ 3444 5000 4.07391e-12 992319.16 3445 -0.00731249999999601 992300.55482246 3445 5000 4.0736494e-12 992300.55 Loop time of 0.016969 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:26 2021 Pair time (%) = 0.000852108 (5.02157) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.200919) Outpt time (%) = 0.0159891 (94.2253) Other time (%) = 9.36985e-05 (0.552176) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:26 2021 Memory usage per processor = 27.5186 Mbytes Step Atoms AVEKE stressZZ 3445 5000 4.0736494e-12 992298.86 3446 -0.00731249999999601 992280.251422047 3446 5000 4.0733888e-12 992280.25 Loop time of 0.0168221 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:26 2021 Pair time (%) = 0.000811815 (4.82589) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208342) Outpt time (%) = 0.0158501 (94.2217) Other time (%) = 0.00012517 (0.744079) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:26 2021 Memory usage per processor = 27.5186 Mbytes Step Atoms AVEKE stressZZ 3446 5000 4.0733888e-12 992278.56 3447 -0.00731249999999601 992259.948888573 3447 5000 4.0731282e-12 992259.95 Loop time of 0.016463 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:26 2021 Pair time (%) = 0.000980139 (5.95357) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.230265) Outpt time (%) = 0.015312 (93.0081) Other time (%) = 0.000133038 (0.808098) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:26 2021 Memory usage per processor = 27.5186 Mbytes Step Atoms AVEKE stressZZ 3447 5000 4.0731282e-12 992258.25 3448 -0.00731249999999601 992239.647221964 3448 5000 4.0728676e-12 992239.65 Loop time of 0.0170081 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:26 2021 Pair time (%) = 0.000898838 (5.28478) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.211671) Outpt time (%) = 0.0159431 (93.7382) Other time (%) = 0.000130177 (0.765381) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:26 2021 Memory usage per processor = 27.5186 Mbytes Step Atoms AVEKE stressZZ 3448 5000 4.0728676e-12 992237.95 3449 -0.00731249999999601 992219.346422109 3449 5000 4.0726071e-12 992219.35 Loop time of 0.0164819 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:26 2021 Pair time (%) = 0.000813007 (4.93274) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.212643) Outpt time (%) = 0.0155389 (94.2789) Other time (%) = 9.48906e-05 (0.575727) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:26 2021 Memory usage per processor = 27.5186 Mbytes Step Atoms AVEKE stressZZ 3449 5000 4.0726071e-12 992217.65 3450 -0.00731249999999601 992199.046488906 3450 5000 4.0723466e-12 992199.05 Loop time of 0.017988 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:26 2021 Pair time (%) = 0.00100279 (5.57477) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.205442) Outpt time (%) = 0.016845 (93.6459) Other time (%) = 0.000103235 (0.573913) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:26 2021 Memory usage per processor = 27.5186 Mbytes Step Atoms AVEKE stressZZ 3450 5000 4.0723466e-12 992197.35 3451 -0.00731249999999601 992178.747422202 3451 5000 4.0720861e-12 992178.75 Loop time of 0.0169508 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:26 2021 Pair time (%) = 0.000874996 (5.16196) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.20676) Outpt time (%) = 0.0159371 (94.0194) Other time (%) = 0.000103712 (0.61184) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:26 2021 Memory usage per processor = 27.5186 Mbytes Step Atoms AVEKE stressZZ 3451 5000 4.0720861e-12 992177.05 3452 -0.00731249999999601 992158.449221959 3452 5000 4.0718257e-12 992158.45 Loop time of 0.0168781 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:26 2021 Pair time (%) = 0.000809908 (4.79856) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.200588) Outpt time (%) = 0.01594 (94.4415) Other time (%) = 9.44138e-05 (0.559385) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:26 2021 Memory usage per processor = 27.5186 Mbytes Step Atoms AVEKE stressZZ 3452 5000 4.0718257e-12 992156.75 3453 -0.00731249999999601 992138.151888014 3453 5000 4.0715652e-12 992138.15 Loop time of 0.0165548 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:26 2021 Pair time (%) = 0.000814915 (4.92252) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.205945) Outpt time (%) = 0.0156159 (94.3286) Other time (%) = 8.98838e-05 (0.542946) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:26 2021 Memory usage per processor = 27.5186 Mbytes Step Atoms AVEKE stressZZ 3453 5000 4.0715652e-12 992136.46 3454 -0.00731249999999601 992117.855420299 3454 5000 4.0713048e-12 992117.86 Loop time of 0.0165629 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:26 2021 Pair time (%) = 0.00100899 (6.09184) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.236073) Outpt time (%) = 0.0153329 (92.5738) Other time (%) = 0.000181913 (1.09832) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:26 2021 Memory usage per processor = 27.5186 Mbytes Step Atoms AVEKE stressZZ 3454 5000 4.0713048e-12 992116.16 3455 -0.00731249999999601 992097.559818667 3455 5000 4.0710444e-12 992097.56 Loop time of 0.0169601 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:26 2021 Pair time (%) = 0.000899076 (5.30111) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.212269) Outpt time (%) = 0.0159171 (93.8498) Other time (%) = 0.000108004 (0.636808) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:26 2021 Memory usage per processor = 27.5186 Mbytes Step Atoms AVEKE stressZZ 3455 5000 4.0710444e-12 992095.87 3456 -0.00731249999999601 992077.265083049 3456 5000 4.070784e-12 992077.27 Loop time of 0.0164058 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:26 2021 Pair time (%) = 0.000813961 (4.96142) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.213629) Outpt time (%) = 0.0154669 (94.2771) Other time (%) = 8.98838e-05 (0.547878) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:26 2021 Memory usage per processor = 27.5186 Mbytes Step Atoms AVEKE stressZZ 3456 5000 4.070784e-12 992075.57 3457 -0.00731249999999601 992056.971213319 3457 5000 4.0705237e-12 992056.97 Loop time of 0.0163281 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:26 2021 Pair time (%) = 0.000853062 (5.2245) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.232168) Outpt time (%) = 0.0153291 (93.8819) Other time (%) = 0.000108004 (0.661459) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:26 2021 Memory usage per processor = 27.5186 Mbytes Step Atoms AVEKE stressZZ 3457 5000 4.0705237e-12 992055.28 3458 -0.00731249999999601 992036.678209373 3458 5000 4.0702634e-12 992036.68 Loop time of 0.0168989 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:26 2021 Pair time (%) = 0.000902891 (5.34291) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.200341) Outpt time (%) = 0.015873 (93.9291) Other time (%) = 8.91685e-05 (0.52766) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:26 2021 Memory usage per processor = 27.5186 Mbytes Step Atoms AVEKE stressZZ 3458 5000 4.0702634e-12 992034.98 3459 -0.00731249999999601 992016.386071125 3459 5000 4.0700031e-12 992016.39 Loop time of 0.0169199 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:26 2021 Pair time (%) = 0.000812054 (4.79941) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207139) Outpt time (%) = 0.01598 (94.4453) Other time (%) = 9.27448e-05 (0.548142) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:26 2021 Memory usage per processor = 27.5186 Mbytes Step Atoms AVEKE stressZZ 3459 5000 4.0700031e-12 992014.69 3460 -0.00731249999999601 991996.09479845 3460 5000 4.0697428e-12 991996.09 Loop time of 0.017998 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:26 2021 Pair time (%) = 0.000812054 (4.51192) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.19473) Outpt time (%) = 0.017056 (94.7661) Other time (%) = 9.48906e-05 (0.527229) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:26 2021 Memory usage per processor = 27.5186 Mbytes Step Atoms AVEKE stressZZ 3460 5000 4.0697428e-12 991994.4 3461 -0.00731249999999601 991975.804391254 3461 5000 4.0694825e-12 991975.8 Loop time of 0.0169711 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:26 2021 Pair time (%) = 0.00100183 (5.90318) Neigh time (%) = 0 (0) Comm time (%) = 6.98566e-05 (0.411621) Outpt time (%) = 0.0157831 (92.9996) Other time (%) = 0.000116348 (0.685567) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:26 2021 Memory usage per processor = 27.5186 Mbytes Step Atoms AVEKE stressZZ 3461 5000 4.0694825e-12 991974.11 3462 -0.00731249999999601 991955.514849446 3462 5000 4.0692223e-12 991955.51 Loop time of 0.0168309 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:26 2021 Pair time (%) = 0.000889063 (5.28232) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208233) Outpt time (%) = 0.015805 (93.9046) Other time (%) = 0.000101805 (0.604867) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:26 2021 Memory usage per processor = 27.5186 Mbytes Step Atoms AVEKE stressZZ 3462 5000 4.0692223e-12 991953.82 3463 -0.00731249999999601 991935.226172902 3463 5000 4.068962e-12 991935.23 Loop time of 0.016432 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:26 2021 Pair time (%) = 0.000812054 (4.94189) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.207484) Outpt time (%) = 0.015491 (94.2732) Other time (%) = 9.48906e-05 (0.577473) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:26 2021 Memory usage per processor = 27.5186 Mbytes Step Atoms AVEKE stressZZ 3463 5000 4.068962e-12 991933.53 3464 -0.00731249999999601 991914.938361527 3464 5000 4.0687018e-12 991914.94 Loop time of 0.0162232 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:26 2021 Pair time (%) = 0.000810862 (4.99816) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.214564) Outpt time (%) = 0.0152869 (94.2288) Other time (%) = 9.05991e-05 (0.558454) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:26 2021 Memory usage per processor = 27.5186 Mbytes Step Atoms AVEKE stressZZ 3464 5000 4.0687018e-12 991913.24 3465 -0.00731249999999601 991894.651415252 3465 5000 4.0684417e-12 991894.65 Loop time of 0.016176 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:26 2021 Pair time (%) = 0.000813961 (5.03191) Neigh time (%) = 0 (0) Comm time (%) = 5.79357e-05 (0.358159) Outpt time (%) = 0.0152149 (94.0587) Other time (%) = 8.91685e-05 (0.55124) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:26 2021 Memory usage per processor = 27.5186 Mbytes Step Atoms AVEKE stressZZ 3465 5000 4.0684417e-12 991892.96 3466 -0.00731249999999601 991874.365333931 3466 5000 4.0681815e-12 991874.37 Loop time of 0.0162508 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:26 2021 Pair time (%) = 0.000877857 (5.40192) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.20833) Outpt time (%) = 0.0152478 (93.8278) Other time (%) = 9.13143e-05 (0.561905) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:26 2021 Memory usage per processor = 27.5186 Mbytes Step Atoms AVEKE stressZZ 3466 5000 4.0681815e-12 991872.67 3467 -0.00731249999999601 991854.080117479 3467 5000 4.0679214e-12 991854.08 Loop time of 0.017406 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:26 2021 Pair time (%) = 0.000813007 (4.67085) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.201353) Outpt time (%) = 0.016469 (94.6169) Other time (%) = 8.89301e-05 (0.510917) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:26 2021 Memory usage per processor = 27.5186 Mbytes Step Atoms AVEKE stressZZ 3467 5000 4.0679214e-12 991852.39 3468 -0.00731249999999601 991833.795765832 3468 5000 4.0676613e-12 991833.8 Loop time of 0.016551 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:27 2021 Pair time (%) = 0.000812054 (4.90637) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211755) Outpt time (%) = 0.015609 (94.3086) Other time (%) = 9.48906e-05 (0.573322) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:27 2021 Memory usage per processor = 27.5186 Mbytes Step Atoms AVEKE stressZZ 3468 5000 4.0676613e-12 991832.1 3469 -0.00731249999999601 991813.512278849 3469 5000 4.0674012e-12 991813.51 Loop time of 0.016715 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:27 2021 Pair time (%) = 0.000977039 (5.84527) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.233925) Outpt time (%) = 0.015583 (93.2276) Other time (%) = 0.000115871 (0.693216) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:27 2021 Memory usage per processor = 27.5186 Mbytes Step Atoms AVEKE stressZZ 3469 5000 4.0674012e-12 991811.82 3470 -0.00731249999999601 991793.229656439 3470 5000 4.0671411e-12 991793.23 Loop time of 0.018364 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:27 2021 Pair time (%) = 0.000813007 (4.42719) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.19085) Outpt time (%) = 0.0174229 (94.8756) Other time (%) = 9.29832e-05 (0.506336) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:27 2021 Memory usage per processor = 27.5186 Mbytes Step Atoms AVEKE stressZZ 3470 5000 4.0671411e-12 991791.54 3471 -0.00731249999999601 991772.947898535 3471 5000 4.0668811e-12 991772.95 Loop time of 0.0171678 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:27 2021 Pair time (%) = 0.000889063 (5.17866) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.209702) Outpt time (%) = 0.016094 (93.7451) Other time (%) = 0.000148773 (0.866582) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:27 2021 Memory usage per processor = 27.5186 Mbytes Step Atoms AVEKE stressZZ 3471 5000 4.0668811e-12 991771.25 3472 -0.00731249999999601 991752.667005005 3472 5000 4.0666211e-12 991752.67 Loop time of 0.016485 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:27 2021 Pair time (%) = 0.000813007 (4.93181) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.212603) Outpt time (%) = 0.0155439 (94.2915) Other time (%) = 9.29832e-05 (0.564048) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:27 2021 Memory usage per processor = 27.5186 Mbytes Step Atoms AVEKE stressZZ 3472 5000 4.0666211e-12 991750.97 3473 -0.00731249999999601 991732.386975738 3473 5000 4.0663611e-12 991732.39 Loop time of 0.016717 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:27 2021 Pair time (%) = 0.00111818 (6.68892) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.239603) Outpt time (%) = 0.015383 (92.0204) Other time (%) = 0.000175714 (1.05112) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:27 2021 Memory usage per processor = 27.5186 Mbytes Step Atoms AVEKE stressZZ 3473 5000 4.0663611e-12 991730.69 3474 -0.00731249999999601 991712.107810681 3474 5000 4.0661011e-12 991712.11 Loop time of 0.016876 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:27 2021 Pair time (%) = 0.000812054 (4.81189) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207677) Outpt time (%) = 0.015934 (94.4182) Other time (%) = 9.48906e-05 (0.562282) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:19:27 2021 Memory usage per processor = 27.5186 Mbytes Step Atoms AVEKE stressZZ 3474 5000 4.0661011e-12 991710.41 3475 -0.00731249999999601 991688.064661528 3475 5000 8.0333639e-12 991720.53 Loop time of 0.0162361 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:27 2021 Pair time (%) = 0.000861883 (5.30845) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.215862) Outpt time (%) = 0.0152221 (93.7547) Other time (%) = 0.000117064 (0.721009) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:27 2021 Memory usage per processor = 27.5186 Mbytes Step Atoms AVEKE stressZZ 3475 5000 8.0333639e-12 1017244.5 3476 -0.00734499999999599 1017219.72886691 3476 5000 6.5103417e-12 1017219.7 Loop time of 0.0166471 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:27 2021 Pair time (%) = 0.000983953 (5.91066) Neigh time (%) = 0 (0) Comm time (%) = 4.50611e-05 (0.270684) Outpt time (%) = 0.0154932 (93.0682) Other time (%) = 0.000124931 (0.750469) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:27 2021 Memory usage per processor = 27.5186 Mbytes Step Atoms AVEKE stressZZ 3476 5000 6.5103417e-12 1017217.4 3477 -0.00734499999999599 1017194.71722639 3477 5000 5.6254624e-12 1017194.7 Loop time of 0.0170422 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:27 2021 Pair time (%) = 0.000972033 (5.70369) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.216844) Outpt time (%) = 0.015939 (93.5269) Other time (%) = 9.41753e-05 (0.552602) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:27 2021 Memory usage per processor = 27.5186 Mbytes Step Atoms AVEKE stressZZ 3477 5000 5.6254624e-12 1017192.6 3478 -0.00734499999999599 1017171.21717186 3478 5000 5.0965855e-12 1017171.2 Loop time of 0.0168881 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:27 2021 Pair time (%) = 0.000813961 (4.81972) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207527) Outpt time (%) = 0.0159452 (94.4165) Other time (%) = 9.39369e-05 (0.55623) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:27 2021 Memory usage per processor = 27.5186 Mbytes Step Atoms AVEKE stressZZ 3478 5000 5.0965855e-12 1017169.2 3479 -0.00734499999999599 1017148.67807087 3479 5000 4.7739406e-12 1017148.7 Loop time of 0.016552 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:27 2021 Pair time (%) = 0.000814199 (4.91905) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211742) Outpt time (%) = 0.0156062 (94.2858) Other time (%) = 9.65595e-05 (0.583372) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:27 2021 Memory usage per processor = 27.5186 Mbytes Step Atoms AVEKE stressZZ 3479 5000 4.7739406e-12 1017146.8 3480 -0.00734499999999599 1017126.74999208 3480 5000 4.5742754e-12 1017126.7 Loop time of 0.018676 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:27 2021 Pair time (%) = 0.00107598 (5.7613) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.192767) Outpt time (%) = 0.0174201 (93.2749) Other time (%) = 0.000144005 (0.771067) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:27 2021 Memory usage per processor = 27.5188 Mbytes Step Atoms AVEKE stressZZ 3480 5000 4.5742754e-12 1017124.9 3481 -0.00734499999999599 1017105.21055081 3481 5000 4.4495001e-12 1017105.2 Loop time of 0.0171268 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:27 2021 Pair time (%) = 0.000859976 (5.02123) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204636) Outpt time (%) = 0.0161378 (94.2257) Other time (%) = 9.39369e-05 (0.548479) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:27 2021 Memory usage per processor = 27.5188 Mbytes Step Atoms AVEKE stressZZ 3481 5000 4.4495001e-12 1017103.4 3482 -0.00734499999999599 1017083.91841937 3482 5000 4.3709993e-12 1017083.9 Loop time of 0.0168829 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:27 2021 Pair time (%) = 0.000829935 (4.91583) Neigh time (%) = 0 (0) Comm time (%) = 5.29289e-05 (0.313506) Outpt time (%) = 0.015893 (94.1366) Other time (%) = 0.00010705 (0.634073) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:27 2021 Memory usage per processor = 27.5188 Mbytes Step Atoms AVEKE stressZZ 3482 5000 4.3709993e-12 1017082.1 3483 -0.00734499999999599 1017062.78378248 3483 5000 4.3213735e-12 1017062.8 Loop time of 0.0169661 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:27 2021 Pair time (%) = 0.000967979 (5.70537) Neigh time (%) = 0 (0) Comm time (%) = 3.98159e-05 (0.234679) Outpt time (%) = 0.015836 (93.339) Other time (%) = 0.000122309 (0.7209) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:27 2021 Memory usage per processor = 27.5188 Mbytes Step Atoms AVEKE stressZZ 3483 5000 4.3213735e-12 1017061 3484 -0.00734499999999599 1017041.74956157 3484 5000 4.2898828e-12 1017041.7 Loop time of 0.0171618 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:27 2021 Pair time (%) = 0.000875235 (5.09989) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.202828) Outpt time (%) = 0.0161541 (94.1277) Other time (%) = 9.77516e-05 (0.569587) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:27 2021 Memory usage per processor = 27.5188 Mbytes Step Atoms AVEKE stressZZ 3484 5000 4.2898828e-12 1017040 3485 -0.00734499999999599 1017020.77948252 3485 5000 4.26983e-12 1017020.8 Loop time of 0.016957 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:27 2021 Pair time (%) = 0.000818014 (4.82404) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206684) Outpt time (%) = 0.01597 (94.1791) Other time (%) = 0.000133991 (0.79018) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:27 2021 Memory usage per processor = 27.5188 Mbytes Step Atoms AVEKE stressZZ 3485 5000 4.26983e-12 1017019 3486 -0.00734499999999599 1016999.85049264 3486 5000 4.2570111e-12 1016999.9 Loop time of 0.0162079 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:27 2021 Pair time (%) = 0.000819921 (5.05877) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.222121) Outpt time (%) = 0.0152509 (94.0954) Other time (%) = 0.000101089 (0.623704) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:27 2021 Memory usage per processor = 27.5188 Mbytes Step Atoms AVEKE stressZZ 3486 5000 4.2570111e-12 1016998.1 3487 -0.00734499999999599 1016978.94794168 3487 5000 4.248775e-12 1016978.9 Loop time of 0.0169208 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:27 2021 Pair time (%) = 0.00109696 (6.48293) Neigh time (%) = 0 (0) Comm time (%) = 8.41618e-05 (0.497386) Outpt time (%) = 0.015579 (92.07) Other time (%) = 0.000160694 (0.949684) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:27 2021 Memory usage per processor = 27.5188 Mbytes Step Atoms AVEKE stressZZ 3487 5000 4.248775e-12 1016977.2 3488 -0.00734499999999599 1016958.06251922 3488 5000 4.2434457e-12 1016958.1 Loop time of 0.017009 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:27 2021 Pair time (%) = 0.000811815 (4.77285) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.204651) Outpt time (%) = 0.0160689 (94.473) Other time (%) = 9.34601e-05 (0.549474) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:27 2021 Memory usage per processor = 27.5188 Mbytes Step Atoms AVEKE stressZZ 3488 5000 4.2434457e-12 1016956.3 3489 -0.00734499999999599 1016937.1883083 3489 5000 4.2399614e-12 1016937.2 Loop time of 0.016371 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:27 2021 Pair time (%) = 0.000812054 (4.96031) Neigh time (%) = 0 (0) Comm time (%) = 7.20024e-05 (0.439817) Outpt time (%) = 0.0153902 (94.0086) Other time (%) = 9.67979e-05 (0.591276) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:27 2021 Memory usage per processor = 27.5188 Mbytes Step Atoms AVEKE stressZZ 3489 5000 4.2399614e-12 1016935.4 3490 -0.00734499999999599 1016916.32154863 3490 5000 4.2376485e-12 1016916.3 Loop time of 0.0180809 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:27 2021 Pair time (%) = 0.000975847 (5.3971) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.226802) Outpt time (%) = 0.0169089 (93.5177) Other time (%) = 0.00015521 (0.85842) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:27 2021 Memory usage per processor = 27.5188 Mbytes Step Atoms AVEKE stressZZ 3490 5000 4.2376485e-12 1016914.6 3491 -0.00734499999999599 1016895.45985038 3491 5000 4.2360798e-12 1016895.5 Loop time of 0.017009 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:27 2021 Pair time (%) = 0.00105309 (6.19139) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206053) Outpt time (%) = 0.015821 (93.0152) Other time (%) = 9.98974e-05 (0.58732) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:27 2021 Memory usage per processor = 27.5188 Mbytes Step Atoms AVEKE stressZZ 3491 5000 4.2360798e-12 1016893.7 3492 -0.00734499999999599 1016874.60169485 3492 5000 4.2349838e-12 1016874.6 Loop time of 0.016861 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:27 2021 Pair time (%) = 0.000813961 (4.82749) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207862) Outpt time (%) = 0.0159011 (94.3071) Other time (%) = 0.000110865 (0.657523) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:27 2021 Memory usage per processor = 27.5188 Mbytes Step Atoms AVEKE stressZZ 3492 5000 4.2349838e-12 1016872.8 3493 -0.00734499999999599 1016853.74611673 3493 5000 4.2341883e-12 1016853.7 Loop time of 0.0166631 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:27 2021 Pair time (%) = 0.000843048 (5.05938) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.216054) Outpt time (%) = 0.0156391 (93.8546) Other time (%) = 0.000144958 (0.869938) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:27 2021 Memory usage per processor = 27.5188 Mbytes Step Atoms AVEKE stressZZ 3493 5000 4.2341883e-12 1016852 3494 -0.00734499999999599 1016832.89250259 3494 5000 4.2335836e-12 1016832.9 Loop time of 0.017092 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:27 2021 Pair time (%) = 0.00118804 (6.95086) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.221791) Outpt time (%) = 0.0157149 (91.943) Other time (%) = 0.000151157 (0.884376) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:27 2021 Memory usage per processor = 27.5188 Mbytes Step Atoms AVEKE stressZZ 3494 5000 4.2335836e-12 1016831.1 3495 -0.00734499999999599 1016812.04046255 3495 5000 4.2331002e-12 1016812 Loop time of 0.01684 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:27 2021 Pair time (%) = 0.000814915 (4.83917) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.206705) Outpt time (%) = 0.0158949 (94.3878) Other time (%) = 9.53674e-05 (0.566316) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:27 2021 Memory usage per processor = 27.5188 Mbytes Step Atoms AVEKE stressZZ 3495 5000 4.2331002e-12 1016810.3 3496 -0.00734499999999599 1016791.18974872 3496 5000 4.2326939e-12 1016791.2 Loop time of 0.01649 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:27 2021 Pair time (%) = 0.00085187 (5.16598) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.212538) Outpt time (%) = 0.0155079 (94.0446) Other time (%) = 9.5129e-05 (0.57689) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:27 2021 Memory usage per processor = 27.5188 Mbytes Step Atoms AVEKE stressZZ 3496 5000 4.2326939e-12 1016789.4 3497 -0.00734499999999599 1016770.34020361 3497 5000 4.2323366e-12 1016770.3 Loop time of 0.0163388 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:27 2021 Pair time (%) = 0.000882149 (5.3991) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.233474) Outpt time (%) = 0.015317 (93.7458) Other time (%) = 0.000101566 (0.621626) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:27 2021 Memory usage per processor = 27.5188 Mbytes Step Atoms AVEKE stressZZ 3497 5000 4.2323366e-12 1016768.6 3498 -0.00734499999999599 1016749.491727 3498 5000 4.2320104e-12 1016749.5 Loop time of 0.0169492 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:27 2021 Pair time (%) = 0.00081706 (4.82065) Neigh time (%) = 0 (0) Comm time (%) = 4.91142e-05 (0.289774) Outpt time (%) = 0.0159531 (94.1229) Other time (%) = 0.000129938 (0.766634) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:27 2021 Memory usage per processor = 27.5188 Mbytes Step Atoms AVEKE stressZZ 3498 5000 4.2320104e-12 1016747.7 3499 -0.00734499999999599 1016728.64425527 3499 5000 4.231704e-12 1016728.6 Loop time of 0.016814 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:27 2021 Pair time (%) = 0.000814915 (4.84665) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.201353) Outpt time (%) = 0.0158691 (94.3806) Other time (%) = 9.60827e-05 (0.571445) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:27 2021 Memory usage per processor = 27.5188 Mbytes Step Atoms AVEKE stressZZ 3499 5000 4.231704e-12 1016726.9 3500 -0.00734499999999599 1016707.79774784 3500 5000 4.2314103e-12 1016707.8 Loop time of 0.017859 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:27 2021 Pair time (%) = 0.000818968 (4.58575) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.194911) Outpt time (%) = 0.0168409 (94.2995) Other time (%) = 0.00016427 (0.91982) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:27 2021 Memory usage per processor = 27.5188 Mbytes Step Atoms AVEKE stressZZ 3500 5000 4.2314103e-12 1016706 3501 -0.00734499999999599 1016686.95217893 3501 5000 4.2311245e-12 1016687 Loop time of 0.0172439 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:27 2021 Pair time (%) = 0.00111413 (6.46102) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.214307) Outpt time (%) = 0.0159469 (92.4785) Other time (%) = 0.000145912 (0.846169) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:27 2021 Memory usage per processor = 27.5188 Mbytes Step Atoms AVEKE stressZZ 3501 5000 4.2311245e-12 1016685.2 3502 -0.00734499999999599 1016666.10753214 3502 5000 4.2308439e-12 1016666.1 Loop time of 0.017179 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:27 2021 Pair time (%) = 0.000855923 (4.98237) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204014) Outpt time (%) = 0.0161941 (94.2668) Other time (%) = 9.39369e-05 (0.546812) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:27 2021 Memory usage per processor = 27.5188 Mbytes Step Atoms AVEKE stressZZ 3502 5000 4.2308439e-12 1016664.3 3503 -0.00734499999999599 1016645.26379695 3503 5000 4.2305665e-12 1016645.3 Loop time of 0.0163481 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:27 2021 Pair time (%) = 0.000814199 (4.98038) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.207091) Outpt time (%) = 0.0154049 (94.2306) Other time (%) = 9.5129e-05 (0.581896) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:27 2021 Memory usage per processor = 27.5188 Mbytes Step Atoms AVEKE stressZZ 3503 5000 4.2305665e-12 1016643.5 3504 -0.00734499999999599 1016624.42096666 3504 5000 4.2302911e-12 1016624.4 Loop time of 0.0167651 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:27 2021 Pair time (%) = 0.000988007 (5.89323) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.227538) Outpt time (%) = 0.015594 (93.0146) Other time (%) = 0.000144958 (0.864643) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:27 2021 Memory usage per processor = 27.5188 Mbytes Step Atoms AVEKE stressZZ 3504 5000 4.2302911e-12 1016622.7 3505 -0.00734499999999599 1016603.57903699 3505 5000 4.2300171e-12 1016603.6 Loop time of 0.016849 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:27 2021 Pair time (%) = 0.000810862 (4.81251) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.206594) Outpt time (%) = 0.0159099 (94.4262) Other time (%) = 9.34601e-05 (0.554691) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:27 2021 Memory usage per processor = 27.5188 Mbytes Step Atoms AVEKE stressZZ 3505 5000 4.2300171e-12 1016601.8 3506 -0.00734499999999599 1016582.73800516 3506 5000 4.229744e-12 1016582.7 Loop time of 0.017175 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:27 2021 Pair time (%) = 0.000853062 (4.96689) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204062) Outpt time (%) = 0.016181 (94.2127) Other time (%) = 0.000105858 (0.61635) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:27 2021 Memory usage per processor = 27.5188 Mbytes Step Atoms AVEKE stressZZ 3506 5000 4.229744e-12 1016581 3507 -0.00734499999999599 1016561.89786939 3507 5000 4.2294713e-12 1016561.9 Loop time of 0.0162661 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:27 2021 Pair time (%) = 0.000816107 (5.01722) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.215464) Outpt time (%) = 0.015322 (94.1957) Other time (%) = 9.29832e-05 (0.571638) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:27 2021 Memory usage per processor = 27.5188 Mbytes Step Atoms AVEKE stressZZ 3507 5000 4.2294713e-12 1016560.1 3508 -0.00734499999999599 1016541.05862848 3508 5000 4.2291991e-12 1016541.1 Loop time of 0.0167501 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:27 2021 Pair time (%) = 0.000855923 (5.10996) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.214931) Outpt time (%) = 0.015759 (94.083) Other time (%) = 9.91821e-05 (0.592129) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:27 2021 Memory usage per processor = 27.5188 Mbytes Step Atoms AVEKE stressZZ 3508 5000 4.2291991e-12 1016539.3 3509 -0.00734499999999599 1016520.22028164 3509 5000 4.2289271e-12 1016520.2 Loop time of 0.016304 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:27 2021 Pair time (%) = 0.000813961 (4.9924) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.214963) Outpt time (%) = 0.0153661 (94.2472) Other time (%) = 8.89301e-05 (0.545449) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:27 2021 Memory usage per processor = 27.5188 Mbytes Step Atoms AVEKE stressZZ 3509 5000 4.2289271e-12 1016518.5 3510 -0.00734499999999599 1016499.38282832 3510 5000 4.2286552e-12 1016499.4 Loop time of 0.0177059 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:27 2021 Pair time (%) = 0.000816107 (4.60923) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.197942) Outpt time (%) = 0.0167658 (94.6906) Other time (%) = 8.89301e-05 (0.502262) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:27 2021 Memory usage per processor = 27.5188 Mbytes Step Atoms AVEKE stressZZ 3510 5000 4.2286552e-12 1016497.6 3511 -0.00734499999999599 1016478.54626814 3511 5000 4.2283835e-12 1016478.5 Loop time of 0.016144 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:27 2021 Pair time (%) = 0.000816822 (5.05959) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.209709) Outpt time (%) = 0.015203 (94.171) Other time (%) = 9.03606e-05 (0.559715) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:27 2021 Memory usage per processor = 27.5188 Mbytes Step Atoms AVEKE stressZZ 3511 5000 4.2283835e-12 1016476.8 3512 -0.00734499999999599 1016457.71060083 3512 5000 4.2281118e-12 1016457.7 Loop time of 0.016201 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:28 2021 Pair time (%) = 0.000818014 (5.04915) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.216329) Outpt time (%) = 0.015259 (94.1856) Other time (%) = 8.89301e-05 (0.548917) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:28 2021 Memory usage per processor = 27.5188 Mbytes Step Atoms AVEKE stressZZ 3512 5000 4.2281118e-12 1016455.9 3513 -0.00734499999999599 1016436.87582618 3513 5000 4.2278402e-12 1016436.9 Loop time of 0.0173879 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:28 2021 Pair time (%) = 0.00106406 (6.11957) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.223502) Outpt time (%) = 0.0160739 (92.4434) Other time (%) = 0.000211 (1.21349) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:28 2021 Memory usage per processor = 27.5188 Mbytes Step Atoms AVEKE stressZZ 3513 5000 4.2278402e-12 1016435.1 3514 -0.00734499999999599 1016416.04194402 3514 5000 4.2275686e-12 1016416 Loop time of 0.0170369 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:28 2021 Pair time (%) = 0.000844002 (4.95396) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.216911) Outpt time (%) = 0.016022 (94.0427) Other time (%) = 0.000133991 (0.786476) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:28 2021 Memory usage per processor = 27.5188 Mbytes Step Atoms AVEKE stressZZ 3514 5000 4.2275686e-12 1016414.3 3515 -0.00734499999999599 1016395.20895415 3515 5000 4.2272971e-12 1016395.2 Loop time of 0.0165839 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:28 2021 Pair time (%) = 0.00085187 (5.13672) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.209897) Outpt time (%) = 0.0155571 (93.808) Other time (%) = 0.00014019 (0.845338) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:28 2021 Memory usage per processor = 27.5188 Mbytes Step Atoms AVEKE stressZZ 3515 5000 4.2272971e-12 1016393.4 3516 -0.00734499999999599 1016374.37685651 3516 5000 4.2270256e-12 1016374.4 Loop time of 0.0167701 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:28 2021 Pair time (%) = 0.00112295 (6.69614) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.22747) Outpt time (%) = 0.0154171 (91.9319) Other time (%) = 0.000191927 (1.14446) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:28 2021 Memory usage per processor = 27.5188 Mbytes Step Atoms AVEKE stressZZ 3516 5000 4.2270256e-12 1016372.6 3517 -0.00734499999999599 1016353.54565095 3517 5000 4.2267541e-12 1016353.5 Loop time of 0.0169849 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:28 2021 Pair time (%) = 0.000816822 (4.8091) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.199326) Outpt time (%) = 0.0160449 (94.4652) Other time (%) = 8.9407e-05 (0.52639) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:28 2021 Memory usage per processor = 27.5188 Mbytes Step Atoms AVEKE stressZZ 3517 5000 4.2267541e-12 1016351.8 3518 -0.00734499999999599 1016332.71533733 3518 5000 4.2264827e-12 1016332.7 Loop time of 0.016592 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:28 2021 Pair time (%) = 0.000813961 (4.90574) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211231) Outpt time (%) = 0.015645 (94.2924) Other time (%) = 9.799e-05 (0.590585) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:28 2021 Memory usage per processor = 27.5188 Mbytes Step Atoms AVEKE stressZZ 3518 5000 4.2264827e-12 1016331 3519 -0.00734499999999599 1016311.8859156 3519 5000 4.2262113e-12 1016311.9 Loop time of 0.0167799 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:28 2021 Pair time (%) = 0.000843048 (5.02415) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.220233) Outpt time (%) = 0.015775 (94.0111) Other time (%) = 0.000124931 (0.74453) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:28 2021 Memory usage per processor = 27.5188 Mbytes Step Atoms AVEKE stressZZ 3519 5000 4.2262113e-12 1016310.1 3520 -0.00734499999999599 1016291.05738559 3520 5000 4.2259399e-12 1016291.1 Loop time of 0.0183551 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:28 2021 Pair time (%) = 0.000849962 (4.63065) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.190941) Outpt time (%) = 0.017374 (94.6549) Other time (%) = 9.60827e-05 (0.523465) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:28 2021 Memory usage per processor = 27.5188 Mbytes Step Atoms AVEKE stressZZ 3520 5000 4.2259399e-12 1016289.3 3521 -0.00734499999999599 1016270.22974726 3521 5000 4.2256685e-12 1016270.2 Loop time of 0.0167761 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:28 2021 Pair time (%) = 0.000813961 (4.85191) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208914) Outpt time (%) = 0.0158331 (94.3792) Other time (%) = 9.39369e-05 (0.559945) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:28 2021 Memory usage per processor = 27.5188 Mbytes Step Atoms AVEKE stressZZ 3521 5000 4.2256685e-12 1016268.5 3522 -0.00734499999999599 1016249.40300047 3522 5000 4.2253972e-12 1016249.4 Loop time of 0.0163531 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:28 2021 Pair time (%) = 0.000818014 (5.00219) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.212859) Outpt time (%) = 0.0154061 (94.2091) Other time (%) = 9.41753e-05 (0.575886) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:28 2021 Memory usage per processor = 27.5188 Mbytes Step Atoms AVEKE stressZZ 3522 5000 4.2253972e-12 1016247.6 3523 -0.00734499999999599 1016228.57714512 3523 5000 4.2251258e-12 1016228.6 Loop time of 0.0167041 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:28 2021 Pair time (%) = 0.00110793 (6.6327) Neigh time (%) = 0 (0) Comm time (%) = 4.41074e-05 (0.264052) Outpt time (%) = 0.0154231 (92.3311) Other time (%) = 0.000128984 (0.772173) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:28 2021 Memory usage per processor = 27.5188 Mbytes Step Atoms AVEKE stressZZ 3523 5000 4.2251258e-12 1016226.8 3524 -0.00734499999999599 1016207.75218113 3524 5000 4.2248545e-12 1016207.8 Loop time of 0.0168278 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:28 2021 Pair time (%) = 0.000854969 (5.08069) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208271) Outpt time (%) = 0.0158448 (94.1585) Other time (%) = 9.29832e-05 (0.552557) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:28 2021 Memory usage per processor = 27.5188 Mbytes Step Atoms AVEKE stressZZ 3524 5000 4.2248545e-12 1016206 3525 -0.00734499999999599 1016186.92810838 3525 5000 4.2245833e-12 1016186.9 Loop time of 0.0163178 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:28 2021 Pair time (%) = 0.000813961 (4.98817) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.21478) Outpt time (%) = 0.0153749 (94.2214) Other time (%) = 9.39369e-05 (0.57567) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:28 2021 Memory usage per processor = 27.5188 Mbytes Step Atoms AVEKE stressZZ 3525 5000 4.2245833e-12 1016185.2 3526 -0.00734499999999599 1016166.1049268 3526 5000 4.224312e-12 1016166.1 Loop time of 0.0169721 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:28 2021 Pair time (%) = 0.00101304 (5.96887) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.21212) Outpt time (%) = 0.0158041 (93.118) Other time (%) = 0.000118971 (0.700981) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:28 2021 Memory usage per processor = 27.5188 Mbytes Step Atoms AVEKE stressZZ 3526 5000 4.224312e-12 1016164.3 3527 -0.00734499999999599 1016145.28263624 3527 5000 4.2240408e-12 1016145.3 Loop time of 0.0170641 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:28 2021 Pair time (%) = 0.00100088 (5.86542) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205388) Outpt time (%) = 0.015914 (93.2599) Other time (%) = 0.000114202 (0.669256) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:28 2021 Memory usage per processor = 27.5188 Mbytes Step Atoms AVEKE stressZZ 3527 5000 4.2240408e-12 1016143.5 3528 -0.00734499999999599 1016124.46123666 3528 5000 4.2237696e-12 1016124.5 Loop time of 0.0169001 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:28 2021 Pair time (%) = 0.000813961 (4.81632) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207381) Outpt time (%) = 0.0159571 (94.4205) Other time (%) = 9.39369e-05 (0.555838) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:28 2021 Memory usage per processor = 27.5188 Mbytes Step Atoms AVEKE stressZZ 3528 5000 4.2237696e-12 1016122.7 3529 -0.00734499999999599 1016103.64072794 3529 5000 4.2234984e-12 1016103.6 Loop time of 0.0163438 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:28 2021 Pair time (%) = 0.000858068 (5.25011) Neigh time (%) = 0 (0) Comm time (%) = 5.00679e-05 (0.306341) Outpt time (%) = 0.015331 (93.8032) Other time (%) = 0.000104666 (0.640399) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:28 2021 Memory usage per processor = 27.5188 Mbytes Step Atoms AVEKE stressZZ 3529 5000 4.2234984e-12 1016101.9 3530 -0.00734499999999599 1016082.82111001 3530 5000 4.2232272e-12 1016082.8 Loop time of 0.018476 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:28 2021 Pair time (%) = 0.000858784 (4.6481) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.194854) Outpt time (%) = 0.0174809 (94.6138) Other time (%) = 0.000100374 (0.543268) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:28 2021 Memory usage per processor = 27.5188 Mbytes Step Atoms AVEKE stressZZ 3530 5000 4.2232272e-12 1016081.1 3531 -0.00734499999999599 1016062.00238274 3531 5000 4.2229561e-12 1016062 Loop time of 0.0169981 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:28 2021 Pair time (%) = 0.00081706 (4.80679) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206186) Outpt time (%) = 0.016001 (94.1342) Other time (%) = 0.000144958 (0.852795) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:28 2021 Memory usage per processor = 27.5188 Mbytes Step Atoms AVEKE stressZZ 3531 5000 4.2229561e-12 1016060.2 3532 -0.00734499999999599 1016041.18454607 3532 5000 4.222685e-12 1016041.2 Loop time of 0.016552 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:28 2021 Pair time (%) = 0.000818014 (4.94209) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211742) Outpt time (%) = 0.015604 (94.2729) Other time (%) = 9.48906e-05 (0.573289) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:28 2021 Memory usage per processor = 27.5188 Mbytes Step Atoms AVEKE stressZZ 3532 5000 4.222685e-12 1016039.4 3533 -0.00734499999999599 1016020.36759988 3533 5000 4.2224139e-12 1016020.4 Loop time of 0.0164061 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:28 2021 Pair time (%) = 0.000864983 (5.27234) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.225251) Outpt time (%) = 0.0153968 (93.8485) Other time (%) = 0.000107288 (0.653956) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:28 2021 Memory usage per processor = 27.5188 Mbytes Step Atoms AVEKE stressZZ 3533 5000 4.2224139e-12 1016018.6 3534 -0.00734499999999599 1015999.55154407 3534 5000 4.2221428e-12 1015999.6 Loop time of 0.01706 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:28 2021 Pair time (%) = 0.000912189 (5.34694) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.198449) Outpt time (%) = 0.0160191 (93.8984) Other time (%) = 9.48906e-05 (0.556215) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:28 2021 Memory usage per processor = 27.5188 Mbytes Step Atoms AVEKE stressZZ 3534 5000 4.2221428e-12 1015997.8 3535 -0.00734499999999599 1015978.73637857 3535 5000 4.2218718e-12 1015978.7 Loop time of 0.0169711 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:28 2021 Pair time (%) = 0.000859976 (5.06729) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206513) Outpt time (%) = 0.0159819 (94.1713) Other time (%) = 9.41753e-05 (0.554916) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:28 2021 Memory usage per processor = 27.5188 Mbytes Step Atoms AVEKE stressZZ 3535 5000 4.2218718e-12 1015977 3536 -0.00734499999999599 1015957.92210326 3536 5000 4.2216008e-12 1015957.9 Loop time of 0.016505 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:28 2021 Pair time (%) = 0.000856161 (5.18728) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.212345) Outpt time (%) = 0.015487 (93.8319) Other time (%) = 0.000126839 (0.768486) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:28 2021 Memory usage per processor = 27.5188 Mbytes Step Atoms AVEKE stressZZ 3536 5000 4.2216008e-12 1015956.2 3537 -0.00734499999999599 1015937.10871804 3537 5000 4.2213298e-12 1015937.1 Loop time of 0.0168571 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:28 2021 Pair time (%) = 0.00115108 (6.82847) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.224881) Outpt time (%) = 0.0155172 (92.0514) Other time (%) = 0.000150919 (0.895282) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:28 2021 Memory usage per processor = 27.5188 Mbytes Step Atoms AVEKE stressZZ 3537 5000 4.2213298e-12 1015935.3 3538 -0.00734499999999599 1015916.29622286 3538 5000 4.2210588e-12 1015916.3 Loop time of 0.0169871 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:28 2021 Pair time (%) = 0.00085187 (5.01481) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.204915) Outpt time (%) = 0.0160069 (94.2301) Other time (%) = 9.34601e-05 (0.550183) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:28 2021 Memory usage per processor = 27.5188 Mbytes Step Atoms AVEKE stressZZ 3538 5000 4.2210588e-12 1015914.5 3539 -0.00734499999999599 1015895.48461761 3539 5000 4.2207878e-12 1015895.5 Loop time of 0.0163569 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:28 2021 Pair time (%) = 0.000821114 (5.01997) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.214267) Outpt time (%) = 0.0154052 (94.1813) Other time (%) = 9.56059e-05 (0.584497) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:28 2021 Memory usage per processor = 27.5188 Mbytes Step Atoms AVEKE stressZZ 3539 5000 4.2207878e-12 1015893.7 3540 -0.00734499999999599 1015874.67390221 3540 5000 4.2205169e-12 1015874.7 Loop time of 0.018055 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:28 2021 Pair time (%) = 0.000844955 (4.67991) Neigh time (%) = 0 (0) Comm time (%) = 5.00679e-05 (0.277308) Outpt time (%) = 0.0170419 (94.3891) Other time (%) = 0.000118017 (0.653655) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:28 2021 Memory usage per processor = 27.5188 Mbytes Step Atoms AVEKE stressZZ 3540 5000 4.2205169e-12 1015872.9 3541 -0.00734499999999599 1015853.86407654 3541 5000 4.220246e-12 1015853.9 Loop time of 0.0173631 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:28 2021 Pair time (%) = 0.000941992 (5.42526) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.207344) Outpt time (%) = 0.016258 (93.6355) Other time (%) = 0.000127077 (0.731881) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:28 2021 Memory usage per processor = 27.5188 Mbytes Step Atoms AVEKE stressZZ 3541 5000 4.220246e-12 1015852.1 3542 -0.00734499999999599 1015833.05514053 3542 5000 4.2199751e-12 1015833.1 Loop time of 0.016731 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:28 2021 Pair time (%) = 0.000857115 (5.12291) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209476) Outpt time (%) = 0.0157452 (94.1076) Other time (%) = 9.36985e-05 (0.560029) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:28 2021 Memory usage per processor = 27.5188 Mbytes Step Atoms AVEKE stressZZ 3542 5000 4.2199751e-12 1015831.3 3543 -0.00734499999999599 1015812.24709408 3543 5000 4.2197043e-12 1015812.2 Loop time of 0.016433 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:28 2021 Pair time (%) = 0.000910997 (5.54371) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.213275) Outpt time (%) = 0.015362 (93.4828) Other time (%) = 0.000124931 (0.760247) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:28 2021 Memory usage per processor = 27.5188 Mbytes Step Atoms AVEKE stressZZ 3543 5000 4.2197043e-12 1015810.5 3544 -0.00734499999999599 1015791.43993709 3544 5000 4.2194334e-12 1015791.4 Loop time of 0.016988 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:28 2021 Pair time (%) = 0.00104189 (6.13308) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.223148) Outpt time (%) = 0.0157461 (92.6894) Other time (%) = 0.000162125 (0.954346) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:28 2021 Memory usage per processor = 27.5188 Mbytes Step Atoms AVEKE stressZZ 3544 5000 4.2194334e-12 1015789.7 3545 -0.00734499999999599 1015770.63366948 3545 5000 4.2191626e-12 1015770.6 Loop time of 0.0168211 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:28 2021 Pair time (%) = 0.00081706 (4.85734) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.214024) Outpt time (%) = 0.0158741 (94.3702) Other time (%) = 9.39369e-05 (0.558445) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:28 2021 Memory usage per processor = 27.5188 Mbytes Step Atoms AVEKE stressZZ 3545 5000 4.2191626e-12 1015768.9 3546 -0.00734499999999599 1015749.82829116 3546 5000 4.2188918e-12 1015749.8 Loop time of 0.0163271 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:28 2021 Pair time (%) = 0.000814915 (4.99117) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.207357) Outpt time (%) = 0.015388 (94.248) Other time (%) = 9.03606e-05 (0.553438) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:28 2021 Memory usage per processor = 27.5188 Mbytes Step Atoms AVEKE stressZZ 3546 5000 4.2188918e-12 1015748.1 3547 -0.00734499999999599 1015729.02380205 3547 5000 4.2186211e-12 1015729 Loop time of 0.0164671 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:28 2021 Pair time (%) = 0.000860214 (5.22384) Neigh time (%) = 0 (0) Comm time (%) = 5.19753e-05 (0.315631) Outpt time (%) = 0.015409 (93.5744) Other time (%) = 0.000145912 (0.886083) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:28 2021 Memory usage per processor = 27.5188 Mbytes Step Atoms AVEKE stressZZ 3547 5000 4.2186211e-12 1015727.3 3548 -0.00734499999999599 1015708.22020205 3548 5000 4.2183503e-12 1015708.2 Loop time of 0.0170679 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:28 2021 Pair time (%) = 0.000814915 (4.77454) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205342) Outpt time (%) = 0.016124 (94.4697) Other time (%) = 9.39369e-05 (0.550372) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:28 2021 Memory usage per processor = 27.5188 Mbytes Step Atoms AVEKE stressZZ 3548 5000 4.2183503e-12 1015706.5 3549 -0.00734499999999599 1015687.41749108 3549 5000 4.2180796e-12 1015687.4 Loop time of 0.0168979 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:28 2021 Pair time (%) = 0.000856161 (5.06667) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207407) Outpt time (%) = 0.0159101 (94.1545) Other time (%) = 9.65595e-05 (0.571429) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:28 2021 Memory usage per processor = 27.5188 Mbytes Step Atoms AVEKE stressZZ 3549 5000 4.2180796e-12 1015685.7 3550 -0.00734499999999599 1015666.61566902 3550 5000 4.2178089e-12 1015666.6 Loop time of 0.018224 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:28 2021 Pair time (%) = 0.000814915 (4.47166) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.197548) Outpt time (%) = 0.017241 (94.606) Other time (%) = 0.000132084 (0.72478) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:28 2021 Memory usage per processor = 27.5188 Mbytes Step Atoms AVEKE stressZZ 3550 5000 4.2178089e-12 1015664.9 3551 -0.00734499999999599 1015645.8147358 3551 5000 4.2175382e-12 1015645.8 Loop time of 0.017122 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:28 2021 Pair time (%) = 0.00113201 (6.61143) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.217225) Outpt time (%) = 0.015779 (92.1562) Other time (%) = 0.000173807 (1.01511) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:28 2021 Memory usage per processor = 27.5188 Mbytes Step Atoms AVEKE stressZZ 3551 5000 4.2175382e-12 1015644.1 3552 -0.00734499999999599 1015625.01469134 3552 5000 4.2172676e-12 1015625 Loop time of 0.016932 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:28 2021 Pair time (%) = 0.000818014 (4.83117) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.205582) Outpt time (%) = 0.0159869 (94.4183) Other time (%) = 9.2268e-05 (0.544932) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:28 2021 Memory usage per processor = 27.5188 Mbytes Step Atoms AVEKE stressZZ 3552 5000 4.2172676e-12 1015623.3 3553 -0.00734499999999599 1015604.21553555 3553 5000 4.2169969e-12 1015604.2 Loop time of 0.01632 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:28 2021 Pair time (%) = 0.000864983 (5.30014) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.214752) Outpt time (%) = 0.0153241 (93.8978) Other time (%) = 9.58443e-05 (0.587281) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:28 2021 Memory usage per processor = 27.5188 Mbytes Step Atoms AVEKE stressZZ 3553 5000 4.2169969e-12 1015602.5 3554 -0.00734499999999599 1015583.41726836 3554 5000 4.2167263e-12 1015583.4 Loop time of 0.0162082 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:28 2021 Pair time (%) = 0.000814915 (5.0278) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.216234) Outpt time (%) = 0.0152621 (94.1632) Other time (%) = 9.60827e-05 (0.592804) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:28 2021 Memory usage per processor = 27.5188 Mbytes Step Atoms AVEKE stressZZ 3554 5000 4.2167263e-12 1015581.7 3555 -0.00734499999999599 1015562.61989062 3555 5000 4.2164557e-12 1015562.6 Loop time of 0.0160701 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:28 2021 Pair time (%) = 0.000854015 (5.3143) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.218091) Outpt time (%) = 0.015089 (93.8949) Other time (%) = 9.20296e-05 (0.572675) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:28 2021 Memory usage per processor = 27.5188 Mbytes Step Atoms AVEKE stressZZ 3555 5000 4.2164557e-12 1015560.9 3556 -0.00734499999999599 1015541.82340625 3556 5000 4.2161852e-12 1015541.8 Loop time of 0.016201 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:29 2021 Pair time (%) = 0.000814915 (5.03002) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.216329) Outpt time (%) = 0.0152669 (94.2342) Other time (%) = 8.41618e-05 (0.519484) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:29 2021 Memory usage per processor = 27.5188 Mbytes Step Atoms AVEKE stressZZ 3556 5000 4.2161852e-12 1015540.1 3557 -0.00734499999999599 1015521.02781306 3557 5000 4.2159146e-12 1015521 Loop time of 0.0171309 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:29 2021 Pair time (%) = 0.000813961 (4.75143) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204587) Outpt time (%) = 0.0161929 (94.5249) Other time (%) = 8.89301e-05 (0.519123) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:29 2021 Memory usage per processor = 27.5188 Mbytes Step Atoms AVEKE stressZZ 3557 5000 4.2159146e-12 1015519.3 3558 -0.00734499999999599 1015500.23311022 3558 5000 4.2156441e-12 1015500.2 Loop time of 0.0165699 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:29 2021 Pair time (%) = 0.000830889 (5.01446) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.223025) Outpt time (%) = 0.015537 (93.7668) Other time (%) = 0.000164986 (0.995698) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:29 2021 Memory usage per processor = 27.5188 Mbytes Step Atoms AVEKE stressZZ 3558 5000 4.2156441e-12 1015498.5 3559 -0.00734499999999599 1015479.43929725 3559 5000 4.2153736e-12 1015479.4 Loop time of 0.0169389 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:29 2021 Pair time (%) = 0.00112391 (6.63504) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.212535) Outpt time (%) = 0.0156429 (92.3487) Other time (%) = 0.000136137 (0.803693) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:29 2021 Memory usage per processor = 27.5188 Mbytes Step Atoms AVEKE stressZZ 3559 5000 4.2153736e-12 1015477.7 3560 -0.00734499999999599 1015458.64637389 3560 5000 4.2151032e-12 1015458.6 Loop time of 0.0184109 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:29 2021 Pair time (%) = 0.000821114 (4.45993) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.190363) Outpt time (%) = 0.0174539 (94.8019) Other time (%) = 0.000100851 (0.547778) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:29 2021 Memory usage per processor = 27.5188 Mbytes Step Atoms AVEKE stressZZ 3560 5000 4.2151032e-12 1015456.9 3561 -0.00734499999999599 1015437.85433994 3561 5000 4.2148327e-12 1015437.9 Loop time of 0.01666 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:29 2021 Pair time (%) = 0.00082016 (4.92294) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.21037) Outpt time (%) = 0.0157111 (94.3043) Other time (%) = 9.36985e-05 (0.562417) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:29 2021 Memory usage per processor = 27.5188 Mbytes Step Atoms AVEKE stressZZ 3561 5000 4.2148327e-12 1015436.1 3562 -0.00734499999999599 1015417.06319512 3562 5000 4.2145623e-12 1015417.1 Loop time of 0.0163221 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:29 2021 Pair time (%) = 0.000882864 (5.409) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.22787) Outpt time (%) = 0.0152969 (93.719) Other time (%) = 0.000105143 (0.644172) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:29 2021 Memory usage per processor = 27.5188 Mbytes Step Atoms AVEKE stressZZ 3562 5000 4.2145623e-12 1015415.3 3563 -0.00734499999999599 1015396.27293929 3563 5000 4.2142919e-12 1015396.3 Loop time of 0.0169208 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:29 2021 Pair time (%) = 0.000977039 (5.77419) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.205718) Outpt time (%) = 0.0158 (93.3762) Other time (%) = 0.000108957 (0.643925) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:29 2021 Memory usage per processor = 27.5188 Mbytes Step Atoms AVEKE stressZZ 3563 5000 4.2142919e-12 1015394.5 3564 -0.00734499999999599 1015375.48357232 3564 5000 4.2140215e-12 1015375.5 Loop time of 0.016988 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:29 2021 Pair time (%) = 0.000814915 (4.79699) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206307) Outpt time (%) = 0.0160439 (94.4423) Other time (%) = 9.41753e-05 (0.554363) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:29 2021 Memory usage per processor = 27.5188 Mbytes Step Atoms AVEKE stressZZ 3564 5000 4.2140215e-12 1015373.7 3565 -0.00734499999999599 1015354.69509401 3565 5000 4.2137512e-12 1015354.7 Loop time of 0.0163701 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:29 2021 Pair time (%) = 0.000827074 (5.05236) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.225747) Outpt time (%) = 0.0153759 (93.9267) Other time (%) = 0.000130177 (0.795211) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:29 2021 Memory usage per processor = 27.5188 Mbytes Step Atoms AVEKE stressZZ 3565 5000 4.2137512e-12 1015352.9 3566 -0.00734499999999599 1015333.90750426 3566 5000 4.2134808e-12 1015333.9 Loop time of 0.0170169 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:29 2021 Pair time (%) = 0.000850916 (5.00042) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.211562) Outpt time (%) = 0.0160289 (94.194) Other time (%) = 0.000101089 (0.594054) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:29 2021 Memory usage per processor = 27.5188 Mbytes Step Atoms AVEKE stressZZ 3566 5000 4.2134808e-12 1015332.1 3567 -0.00734499999999599 1015313.12080292 3567 5000 4.2132105e-12 1015313.1 Loop time of 0.0167432 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:29 2021 Pair time (%) = 0.000813961 (4.86145) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209324) Outpt time (%) = 0.0158 (94.3668) Other time (%) = 9.41753e-05 (0.56247) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:29 2021 Memory usage per processor = 27.5188 Mbytes Step Atoms AVEKE stressZZ 3567 5000 4.2132105e-12 1015311.4 3568 -0.00734499999999599 1015292.33498984 3568 5000 4.2129403e-12 1015292.3 Loop time of 0.016799 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:29 2021 Pair time (%) = 0.000813007 (4.83963) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208629) Outpt time (%) = 0.015856 (94.3869) Other time (%) = 9.48906e-05 (0.564859) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:29 2021 Memory usage per processor = 27.5188 Mbytes Step Atoms AVEKE stressZZ 3568 5000 4.2129403e-12 1015290.6 3569 -0.00734499999999599 1015271.55006494 3569 5000 4.21267e-12 1015271.6 Loop time of 0.016427 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:29 2021 Pair time (%) = 0.000884056 (5.38171) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.232221) Outpt time (%) = 0.015383 (93.6444) Other time (%) = 0.000121832 (0.741655) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:29 2021 Memory usage per processor = 27.5188 Mbytes Step Atoms AVEKE stressZZ 3569 5000 4.21267e-12 1015269.8 3570 -0.00734499999999599 1015250.7660281 3570 5000 4.2123998e-12 1015250.8 Loop time of 0.0188291 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:29 2021 Pair time (%) = 0.00099802 (5.30041) Neigh time (%) = 0 (0) Comm time (%) = 5.22137e-05 (0.277303) Outpt time (%) = 0.017616 (93.5575) Other time (%) = 0.00016284 (0.864831) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:29 2021 Memory usage per processor = 27.5188 Mbytes Step Atoms AVEKE stressZZ 3570 5000 4.2123998e-12 1015249 3571 -0.00734499999999599 1015229.9828792 3571 5000 4.2121295e-12 1015230 Loop time of 0.0172219 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:29 2021 Pair time (%) = 0.000869036 (5.0461) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.220118) Outpt time (%) = 0.016207 (94.1067) Other time (%) = 0.000108004 (0.627128) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:29 2021 Memory usage per processor = 27.5188 Mbytes Step Atoms AVEKE stressZZ 3571 5000 4.2121295e-12 1015228.2 3572 -0.00734499999999599 1015209.20061815 3572 5000 4.2118593e-12 1015209.2 Loop time of 0.0163109 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:29 2021 Pair time (%) = 0.000869989 (5.33378) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.226565) Outpt time (%) = 0.0153019 (93.814) Other time (%) = 0.000102043 (0.625612) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:29 2021 Memory usage per processor = 27.5188 Mbytes Step Atoms AVEKE stressZZ 3572 5000 4.2118593e-12 1015207.4 3573 -0.00734499999999599 1015188.41924482 3573 5000 4.2115892e-12 1015188.4 Loop time of 0.0169339 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:29 2021 Pair time (%) = 0.00100303 (5.92318) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.212598) Outpt time (%) = 0.015769 (93.1208) Other time (%) = 0.000125885 (0.74339) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:29 2021 Memory usage per processor = 27.5188 Mbytes Step Atoms AVEKE stressZZ 3573 5000 4.2115892e-12 1015186.7 3574 -0.00734499999999599 1015167.63875838 3574 5000 4.211319e-12 1015167.6 Loop time of 0.0169251 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:29 2021 Pair time (%) = 0.000814199 (4.8106) Neigh time (%) = 0 (0) Comm time (%) = 7.29561e-05 (0.431053) Outpt time (%) = 0.0159411 (94.1864) Other time (%) = 9.67979e-05 (0.57192) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:29 2021 Memory usage per processor = 27.5188 Mbytes Step Atoms AVEKE stressZZ 3574 5000 4.211319e-12 1015165.9 3575 -0.00734499999999599 1015146.85915881 3575 5000 4.2110489e-12 1015146.9 Loop time of 0.0166581 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:29 2021 Pair time (%) = 0.000815153 (4.89344) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.204669) Outpt time (%) = 0.0157151 (94.3394) Other time (%) = 9.36985e-05 (0.562481) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:19:29 2021 Memory usage per processor = 27.5188 Mbytes Step Atoms AVEKE stressZZ 3575 5000 4.2110489e-12 1015145.1 3576 -0.00734499999999599 1015122.22813173 3576 5000 8.3197312e-12 1015155.5 Loop time of 0.0161881 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:29 2021 Pair time (%) = 0.000873089 (5.39338) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.235648) Outpt time (%) = 0.0151181 (93.3901) Other time (%) = 0.000158787 (0.980883) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28293 ave 28293 max 28293 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28293 Ave neighs/atom = 5.6586 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:29 2021 Memory usage per processor = 27.5188 Mbytes Step Atoms AVEKE stressZZ 3576 5000 8.3197312e-12 1040973.7 3577 -0.00737749999999597 1040948.36121345 3577 5000 6.7415437e-12 1040948.4 Loop time of 0.016897 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:29 2021 Pair time (%) = 0.000834942 (4.94137) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.213063) Outpt time (%) = 0.015883 (93.999) Other time (%) = 0.000143051 (0.846609) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:29 2021 Memory usage per processor = 27.5188 Mbytes Step Atoms AVEKE stressZZ 3577 5000 6.7415437e-12 1040946 3578 -0.00737749999999597 1040922.73650448 3578 5000 5.8246651e-12 1040922.7 Loop time of 0.0170338 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:29 2021 Pair time (%) = 0.000814915 (4.7841) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.204353) Outpt time (%) = 0.016089 (94.4531) Other time (%) = 9.5129e-05 (0.558472) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:29 2021 Memory usage per processor = 27.5188 Mbytes Step Atoms AVEKE stressZZ 3578 5000 5.8246651e-12 1040920.5 3579 -0.00737749999999597 1040898.66262536 3579 5000 5.2766856e-12 1040898.7 Loop time of 0.0164702 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:29 2021 Pair time (%) = 0.000822067 (4.99124) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.212794) Outpt time (%) = 0.0155158 (94.2054) Other time (%) = 9.72748e-05 (0.590611) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:29 2021 Memory usage per processor = 27.5188 Mbytes Step Atoms AVEKE stressZZ 3579 5000 5.2766856e-12 1040896.6 3580 -0.00737749999999597 1040875.57464708 3580 5000 4.9423966e-12 1040875.6 Loop time of 0.018384 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:29 2021 Pair time (%) = 0.000864029 (4.6999) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.195829) Outpt time (%) = 0.01738 (94.5388) Other time (%) = 0.000103951 (0.565441) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:29 2021 Memory usage per processor = 27.519 Mbytes Step Atoms AVEKE stressZZ 3580 5000 4.9423966e-12 1040873.6 3581 -0.00737749999999597 1040853.11355256 3581 5000 4.7355295e-12 1040853.1 Loop time of 0.0171652 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:29 2021 Pair time (%) = 0.000907898 (5.28918) Neigh time (%) = 0 (0) Comm time (%) = 6.91414e-05 (0.4028) Outpt time (%) = 0.0160818 (93.6885) Other time (%) = 0.000106335 (0.619479) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:29 2021 Memory usage per processor = 27.519 Mbytes Step Atoms AVEKE stressZZ 3581 5000 4.7355295e-12 1040851.2 3582 -0.00737749999999597 1040831.05118307 3582 5000 4.6062552e-12 1040831.1 Loop time of 0.0165579 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:29 2021 Pair time (%) = 0.000817776 (4.93888) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211666) Outpt time (%) = 0.0156109 (94.2807) Other time (%) = 9.41753e-05 (0.568763) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:29 2021 Memory usage per processor = 27.519 Mbytes Step Atoms AVEKE stressZZ 3582 5000 4.6062552e-12 1040829.2 3583 -0.00737749999999597 1040809.24254144 3583 5000 4.5249242e-12 1040809.2 Loop time of 0.0163391 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:29 2021 Pair time (%) = 0.000853062 (5.22099) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.233471) Outpt time (%) = 0.0153401 (93.886) Other time (%) = 0.000107765 (0.659556) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:29 2021 Memory usage per processor = 27.519 Mbytes Step Atoms AVEKE stressZZ 3583 5000 4.5249242e-12 1040807.4 3584 -0.00737749999999597 1040787.59548036 3584 5000 4.4735093e-12 1040787.6 Loop time of 0.0171049 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:29 2021 Pair time (%) = 0.000983 (5.7469) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204898) Outpt time (%) = 0.0159941 (93.506) Other time (%) = 9.27448e-05 (0.542213) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:29 2021 Memory usage per processor = 27.519 Mbytes Step Atoms AVEKE stressZZ 3584 5000 4.4735093e-12 1040785.7 3585 -0.00737749999999597 1040766.05143928 3585 5000 4.4408832e-12 1040766.1 Loop time of 0.0169978 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:29 2021 Pair time (%) = 0.000818014 (4.81247) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206188) Outpt time (%) = 0.016053 (94.4413) Other time (%) = 9.17912e-05 (0.540017) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:29 2021 Memory usage per processor = 27.519 Mbytes Step Atoms AVEKE stressZZ 3585 5000 4.4408832e-12 1040764.2 3586 -0.00737749999999597 1040744.57320228 3586 5000 4.4201072e-12 1040744.6 Loop time of 0.0163629 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:29 2021 Pair time (%) = 0.000813961 (4.97443) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.214189) Outpt time (%) = 0.0153549 (93.8395) Other time (%) = 0.000159025 (0.971864) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:29 2021 Memory usage per processor = 27.519 Mbytes Step Atoms AVEKE stressZZ 3586 5000 4.4201072e-12 1040742.7 3587 -0.00737749999999597 1040723.13711817 3587 5000 4.4068257e-12 1040723.1 Loop time of 0.0170588 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:29 2021 Pair time (%) = 0.00110602 (6.48358) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.211041) Outpt time (%) = 0.0157609 (92.3913) Other time (%) = 0.000155926 (0.914046) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:29 2021 Memory usage per processor = 27.519 Mbytes Step Atoms AVEKE stressZZ 3587 5000 4.4068257e-12 1040721.3 3588 -0.00737749999999597 1040701.72815631 3588 5000 4.3982923e-12 1040701.7 Loop time of 0.0168331 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:29 2021 Pair time (%) = 0.000854015 (5.07344) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208206) Outpt time (%) = 0.0158482 (94.149) Other time (%) = 9.58443e-05 (0.569381) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:29 2021 Memory usage per processor = 27.519 Mbytes Step Atoms AVEKE stressZZ 3588 5000 4.3982923e-12 1040699.9 3589 -0.00737749999999597 1040680.33676459 3589 5000 4.3927703e-12 1040680.3 Loop time of 0.0166359 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:29 2021 Pair time (%) = 0.000828981 (4.98309) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.216407) Outpt time (%) = 0.0156388 (94.0065) Other time (%) = 0.000132084 (0.793969) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:29 2021 Memory usage per processor = 27.519 Mbytes Step Atoms AVEKE stressZZ 3589 5000 4.3927703e-12 1040678.5 3590 -0.00737749999999597 1040658.95687248 3590 5000 4.3891597e-12 1040659 Loop time of 0.0183759 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:29 2021 Pair time (%) = 0.00108004 (5.87747) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.201105) Outpt time (%) = 0.0171249 (93.1923) Other time (%) = 0.000133991 (0.729169) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:29 2021 Memory usage per processor = 27.519 Mbytes Step Atoms AVEKE stressZZ 3590 5000 4.3891597e-12 1040657.1 3591 -0.00737749999999597 1040637.58462207 3591 5000 4.3867628e-12 1040637.6 Loop time of 0.016772 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:29 2021 Pair time (%) = 0.000843048 (5.02651) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208964) Outpt time (%) = 0.0157959 (94.1803) Other time (%) = 9.799e-05 (0.584247) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:29 2021 Memory usage per processor = 27.519 Mbytes Step Atoms AVEKE stressZZ 3591 5000 4.3867628e-12 1040635.7 3592 -0.00737749999999597 1040616.21756156 3592 5000 4.3851369e-12 1040616.2 Loop time of 0.0168509 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:29 2021 Pair time (%) = 0.000858068 (5.09211) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207986) Outpt time (%) = 0.0158658 (94.1538) Other time (%) = 9.20296e-05 (0.546139) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:29 2021 Memory usage per processor = 27.519 Mbytes Step Atoms AVEKE stressZZ 3592 5000 4.3851369e-12 1040614.4 3593 -0.00737749999999597 1040594.8541328 3593 5000 4.3840007e-12 1040594.9 Loop time of 0.0162239 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:29 2021 Pair time (%) = 0.000818014 (5.04203) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.216024) Outpt time (%) = 0.0152519 (94.0086) Other time (%) = 0.000118971 (0.733306) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:29 2021 Memory usage per processor = 27.519 Mbytes Step Atoms AVEKE stressZZ 3593 5000 4.3840007e-12 1040593 3594 -0.00737749999999597 1040573.49334554 3594 5000 4.3831758e-12 1040573.5 Loop time of 0.017035 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:29 2021 Pair time (%) = 0.001055 (6.19314) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.211337) Outpt time (%) = 0.0158141 (92.8328) Other time (%) = 0.000129938 (0.762771) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:29 2021 Memory usage per processor = 27.519 Mbytes Step Atoms AVEKE stressZZ 3594 5000 4.3831758e-12 1040571.7 3595 -0.00737749999999597 1040552.13457047 3595 5000 4.3825487e-12 1040552.1 Loop time of 0.0171371 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:29 2021 Pair time (%) = 0.000818014 (4.77337) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204513) Outpt time (%) = 0.0161891 (94.4684) Other time (%) = 9.48906e-05 (0.553716) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:29 2021 Memory usage per processor = 27.519 Mbytes Step Atoms AVEKE stressZZ 3595 5000 4.3825487e-12 1040550.3 3596 -0.00737749999999597 1040530.77740753 3596 5000 4.3820472e-12 1040530.8 Loop time of 0.0163171 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:29 2021 Pair time (%) = 0.000814915 (4.99423) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.207484) Outpt time (%) = 0.015373 (94.2138) Other time (%) = 9.53674e-05 (0.584462) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:29 2021 Memory usage per processor = 27.519 Mbytes Step Atoms AVEKE stressZZ 3596 5000 4.3820472e-12 1040528.9 3597 -0.00737749999999597 1040509.42160255 3597 5000 4.3816255e-12 1040509.4 Loop time of 0.0165861 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:29 2021 Pair time (%) = 0.000987053 (5.9511) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.234306) Outpt time (%) = 0.0154328 (93.047) Other time (%) = 0.000127316 (0.767605) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:29 2021 Memory usage per processor = 27.519 Mbytes Step Atoms AVEKE stressZZ 3597 5000 4.3816255e-12 1040507.6 3598 -0.00737749999999597 1040488.06699394 3598 5000 4.3812547e-12 1040488.1 Loop time of 0.0168481 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:29 2021 Pair time (%) = 0.000814915 (4.83684) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.213681) Outpt time (%) = 0.0159042 (94.3976) Other time (%) = 9.29832e-05 (0.551892) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:29 2021 Memory usage per processor = 27.519 Mbytes Step Atoms AVEKE stressZZ 3598 5000 4.3812547e-12 1040486.2 3599 -0.00737749999999597 1040466.71347895 3599 5000 4.3809161e-12 1040466.7 Loop time of 0.0162308 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:29 2021 Pair time (%) = 0.000818968 (5.04576) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.215932) Outpt time (%) = 0.0152888 (94.1963) Other time (%) = 8.79765e-05 (0.542033) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:29 2021 Memory usage per processor = 27.519 Mbytes Step Atoms AVEKE stressZZ 3599 5000 4.3809161e-12 1040464.9 3600 -0.00737749999999597 1040445.36099229 3600 5000 4.380598e-12 1040445.4 Loop time of 0.0175641 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:29 2021 Pair time (%) = 0.000818014 (4.65732) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.199541) Outpt time (%) = 0.0166211 (94.6314) Other time (%) = 8.98838e-05 (0.511748) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:29 2021 Memory usage per processor = 27.519 Mbytes Step Atoms AVEKE stressZZ 3600 5000 4.380598e-12 1040443.5 3601 -0.00737749999999597 1040424.00949244 3601 5000 4.380293e-12 1040424 Loop time of 0.0161731 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:30 2021 Pair time (%) = 0.00081706 (5.05196) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.216702) Outpt time (%) = 0.0152311 (94.1756) Other time (%) = 8.98838e-05 (0.55576) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:30 2021 Memory usage per processor = 27.519 Mbytes Step Atoms AVEKE stressZZ 3601 5000 4.380293e-12 1040422.2 3602 -0.00737749999999597 1040402.65895296 3602 5000 4.3799962e-12 1040402.7 Loop time of 0.0168509 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:30 2021 Pair time (%) = 0.000890017 (5.2817) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.219304) Outpt time (%) = 0.0158219 (93.8934) Other time (%) = 0.000102043 (0.605563) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:30 2021 Memory usage per processor = 27.519 Mbytes Step Atoms AVEKE stressZZ 3602 5000 4.3799962e-12 1040400.8 3603 -0.00737749999999597 1040381.30935704 3603 5000 4.3797048e-12 1040381.3 Loop time of 0.0169611 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:30 2021 Pair time (%) = 0.000827074 (4.8763) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.212258) Outpt time (%) = 0.016 (94.3337) Other time (%) = 9.799e-05 (0.577734) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:30 2021 Memory usage per processor = 27.519 Mbytes Step Atoms AVEKE stressZZ 3603 5000 4.3797048e-12 1040379.5 3604 -0.00737749999999597 1040359.96069396 3604 5000 4.3794167e-12 1040360 Loop time of 0.016454 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:30 2021 Pair time (%) = 0.000818968 (4.97732) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.213003) Outpt time (%) = 0.0155051 (94.233) Other time (%) = 9.48906e-05 (0.576703) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:30 2021 Memory usage per processor = 27.519 Mbytes Step Atoms AVEKE stressZZ 3604 5000 4.3794167e-12 1040358.1 3605 -0.00737749999999597 1040338.6129569 3605 5000 4.3791307e-12 1040338.6 Loop time of 0.016525 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:30 2021 Pair time (%) = 0.00091815 (5.55612) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.229401) Outpt time (%) = 0.0154102 (93.2536) Other time (%) = 0.000158787 (0.960886) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:30 2021 Memory usage per processor = 27.519 Mbytes Step Atoms AVEKE stressZZ 3605 5000 4.3791307e-12 1040336.8 3606 -0.00737749999999597 1040317.26614146 3606 5000 4.3788462e-12 1040317.3 Loop time of 0.0171659 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:30 2021 Pair time (%) = 0.000851154 (4.9584) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198614) Outpt time (%) = 0.016185 (94.286) Other time (%) = 9.56059e-05 (0.556952) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:30 2021 Memory usage per processor = 27.519 Mbytes Step Atoms AVEKE stressZZ 3606 5000 4.3788462e-12 1040315.4 3607 -0.00737749999999597 1040295.92025009 3607 5000 4.3785625e-12 1040295.9 Loop time of 0.0163429 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:30 2021 Pair time (%) = 0.000854015 (5.22561) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.208616) Outpt time (%) = 0.0153608 (93.991) Other time (%) = 9.39369e-05 (0.574788) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:30 2021 Memory usage per processor = 27.519 Mbytes Step Atoms AVEKE stressZZ 3607 5000 4.3785625e-12 1040294.1 3608 -0.00737749999999597 1040274.57528107 3608 5000 4.3782794e-12 1040274.6 Loop time of 0.01631 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:30 2021 Pair time (%) = 0.000890017 (5.45688) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.220731) Outpt time (%) = 0.01528 (93.685) Other time (%) = 0.000103951 (0.637343) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:30 2021 Memory usage per processor = 27.519 Mbytes Step Atoms AVEKE stressZZ 3608 5000 4.3782794e-12 1040272.7 3609 -0.00737749999999597 1040253.23123122 3609 5000 4.3779966e-12 1040253.2 Loop time of 0.0172651 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:30 2021 Pair time (%) = 0.000983953 (5.6991) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.202997) Outpt time (%) = 0.016155 (93.5704) Other time (%) = 9.10759e-05 (0.527515) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:30 2021 Memory usage per processor = 27.519 Mbytes Step Atoms AVEKE stressZZ 3609 5000 4.3779966e-12 1040251.4 3610 -0.00737749999999597 1040231.88809905 3610 5000 4.3777141e-12 1040231.9 Loop time of 0.018337 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:30 2021 Pair time (%) = 0.000818014 (4.461) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.19113) Outpt time (%) = 0.0173919 (94.846) Other time (%) = 9.20296e-05 (0.501879) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:30 2021 Memory usage per processor = 27.519 Mbytes Step Atoms AVEKE stressZZ 3610 5000 4.3777141e-12 1040230.1 3611 -0.00737749999999597 1040210.54588371 3611 5000 4.3774318e-12 1040210.5 Loop time of 0.0163379 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:30 2021 Pair time (%) = 0.000818014 (5.00686) Neigh time (%) = 0 (0) Comm time (%) = 8.89301e-05 (0.544319) Outpt time (%) = 0.0153139 (93.7323) Other time (%) = 0.000117064 (0.716516) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:30 2021 Memory usage per processor = 27.519 Mbytes Step Atoms AVEKE stressZZ 3611 5000 4.3774318e-12 1040208.7 3612 -0.00737749999999597 1040189.20458457 3612 5000 4.3771496e-12 1040189.2 Loop time of 0.016969 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:30 2021 Pair time (%) = 0.00122499 (7.21903) Neigh time (%) = 0 (0) Comm time (%) = 4.07696e-05 (0.24026) Outpt time (%) = 0.015538 (91.567) Other time (%) = 0.000165224 (0.973684) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:30 2021 Memory usage per processor = 27.519 Mbytes Step Atoms AVEKE stressZZ 3612 5000 4.3771496e-12 1040187.4 3613 -0.00737749999999597 1040167.8642012 3613 5000 4.3768674e-12 1040167.9 Loop time of 0.016912 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:30 2021 Pair time (%) = 0.000865936 (5.12025) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207235) Outpt time (%) = 0.015918 (94.1227) Other time (%) = 9.29832e-05 (0.549807) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:30 2021 Memory usage per processor = 27.519 Mbytes Step Atoms AVEKE stressZZ 3613 5000 4.3768674e-12 1040166 3614 -0.00737749999999597 1040146.52473329 3614 5000 4.3765854e-12 1040146.5 Loop time of 0.0165191 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:30 2021 Pair time (%) = 0.000818014 (4.95194) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.210721) Outpt time (%) = 0.0155702 (94.2557) Other time (%) = 9.60827e-05 (0.581647) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:30 2021 Memory usage per processor = 27.519 Mbytes Step Atoms AVEKE stressZZ 3614 5000 4.3765854e-12 1040144.7 3615 -0.00737749999999597 1040125.18618004 3615 5000 4.3763033e-12 1040125.2 Loop time of 0.0169919 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:30 2021 Pair time (%) = 0.000835896 (4.91939) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.211873) Outpt time (%) = 0.0160151 (94.2514) Other time (%) = 0.000104904 (0.617379) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:30 2021 Memory usage per processor = 27.519 Mbytes Step Atoms AVEKE stressZZ 3615 5000 4.3763033e-12 1040123.4 3616 -0.00737749999999597 1040103.84854123 3616 5000 4.3760213e-12 1040103.8 Loop time of 0.016968 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:30 2021 Pair time (%) = 0.000863075 (5.08648) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206551) Outpt time (%) = 0.0159659 (94.0943) Other time (%) = 0.000103951 (0.612626) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:30 2021 Memory usage per processor = 27.519 Mbytes Step Atoms AVEKE stressZZ 3616 5000 4.3760213e-12 1040102 3617 -0.00737749999999597 1040082.51181709 3617 5000 4.3757394e-12 1040082.5 Loop time of 0.0173452 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:30 2021 Pair time (%) = 0.00085187 (4.91127) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.207557) Outpt time (%) = 0.0163548 (94.2901) Other time (%) = 0.00010252 (0.591057) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:30 2021 Memory usage per processor = 27.519 Mbytes Step Atoms AVEKE stressZZ 3617 5000 4.3757394e-12 1040080.7 3618 -0.00737749999999597 1040061.17600749 3618 5000 4.3754574e-12 1040061.2 Loop time of 0.016232 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:30 2021 Pair time (%) = 0.000818014 (5.03951) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.215916) Outpt time (%) = 0.015269 (94.0674) Other time (%) = 0.000109911 (0.677125) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:30 2021 Memory usage per processor = 27.519 Mbytes Step Atoms AVEKE stressZZ 3618 5000 4.3754574e-12 1040059.3 3619 -0.00737749999999597 1040039.84111228 3619 5000 4.3751755e-12 1040039.8 Loop time of 0.016629 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:30 2021 Pair time (%) = 0.00102401 (6.15797) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.227967) Outpt time (%) = 0.0154178 (92.7165) Other time (%) = 0.00014925 (0.89753) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:30 2021 Memory usage per processor = 27.519 Mbytes Step Atoms AVEKE stressZZ 3619 5000 4.3751755e-12 1040038 3620 -0.00737749999999597 1040018.50713134 3620 5000 4.3748937e-12 1040018.5 Loop time of 0.0183821 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:30 2021 Pair time (%) = 0.00081706 (4.44488) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.190661) Outpt time (%) = 0.0174279 (94.8093) Other time (%) = 0.000102043 (0.555123) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:30 2021 Memory usage per processor = 27.519 Mbytes Step Atoms AVEKE stressZZ 3620 5000 4.3748937e-12 1040016.7 3621 -0.00737749999999597 1039997.17406452 3621 5000 4.3746118e-12 1039997.2 Loop time of 0.0169919 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:30 2021 Pair time (%) = 0.00081706 (4.80854) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206261) Outpt time (%) = 0.016046 (94.4338) Other time (%) = 9.36985e-05 (0.551432) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:30 2021 Memory usage per processor = 27.519 Mbytes Step Atoms AVEKE stressZZ 3621 5000 4.3746118e-12 1039995.3 3622 -0.00737749999999597 1039975.84191173 3622 5000 4.37433e-12 1039975.8 Loop time of 0.0163271 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:30 2021 Pair time (%) = 0.000823021 (5.04081) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.214658) Outpt time (%) = 0.0153661 (94.1137) Other time (%) = 0.000102997 (0.630832) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:30 2021 Memory usage per processor = 27.519 Mbytes Step Atoms AVEKE stressZZ 3622 5000 4.37433e-12 1039974 3623 -0.00737749999999597 1039954.51067285 3623 5000 4.3740482e-12 1039954.5 Loop time of 0.017272 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:30 2021 Pair time (%) = 0.000910044 (5.2689) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.208437) Outpt time (%) = 0.0161479 (93.4915) Other time (%) = 0.000178099 (1.03114) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:30 2021 Memory usage per processor = 27.519 Mbytes Step Atoms AVEKE stressZZ 3623 5000 4.3740482e-12 1039952.7 3624 -0.00737749999999597 1039933.1803478 3624 5000 4.3737664e-12 1039933.2 Loop time of 0.0169382 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:30 2021 Pair time (%) = 0.000815868 (4.81673) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.205506) Outpt time (%) = 0.0159929 (94.419) Other time (%) = 9.46522e-05 (0.558809) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:30 2021 Memory usage per processor = 27.519 Mbytes Step Atoms AVEKE stressZZ 3624 5000 4.3737664e-12 1039931.3 3625 -0.00737749999999597 1039911.85093643 3625 5000 4.3734847e-12 1039911.9 Loop time of 0.0165319 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:30 2021 Pair time (%) = 0.000849009 (5.13556) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211999) Outpt time (%) = 0.015553 (94.0785) Other time (%) = 9.48906e-05 (0.573983) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:30 2021 Memory usage per processor = 27.519 Mbytes Step Atoms AVEKE stressZZ 3625 5000 4.3734847e-12 1039910 3626 -0.00737749999999597 1039890.52243868 3626 5000 4.3732029e-12 1039890.5 Loop time of 0.0164478 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:30 2021 Pair time (%) = 0.000940084 (5.71557) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.243524) Outpt time (%) = 0.015348 (93.3132) Other time (%) = 0.000119686 (0.727673) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:30 2021 Memory usage per processor = 27.519 Mbytes Step Atoms AVEKE stressZZ 3626 5000 4.3732029e-12 1039888.7 3627 -0.00737749999999597 1039869.19485442 3627 5000 4.3729212e-12 1039869.2 Loop time of 0.017009 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:30 2021 Pair time (%) = 0.000816107 (4.79808) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206053) Outpt time (%) = 0.016067 (94.4618) Other time (%) = 9.08375e-05 (0.534055) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:30 2021 Memory usage per processor = 27.519 Mbytes Step Atoms AVEKE stressZZ 3627 5000 4.3729212e-12 1039867.4 3628 -0.00737749999999597 1039847.86818357 3628 5000 4.3726395e-12 1039847.9 Loop time of 0.017072 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:30 2021 Pair time (%) = 0.000814915 (4.77341) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.203896) Outpt time (%) = 0.016124 (94.4473) Other time (%) = 9.82285e-05 (0.575379) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:30 2021 Memory usage per processor = 27.519 Mbytes Step Atoms AVEKE stressZZ 3628 5000 4.3726395e-12 1039846 3629 -0.00737749999999597 1039826.54242602 3629 5000 4.3723579e-12 1039826.5 Loop time of 0.0162919 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:30 2021 Pair time (%) = 0.00083518 (5.12637) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.22683) Outpt time (%) = 0.0153139 (93.997) Other time (%) = 0.000105858 (0.649759) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:30 2021 Memory usage per processor = 27.519 Mbytes Step Atoms AVEKE stressZZ 3629 5000 4.3723579e-12 1039824.7 3630 -0.00737749999999597 1039805.2175817 3630 5000 4.3720763e-12 1039805.2 Loop time of 0.018688 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:30 2021 Pair time (%) = 0.00098896 (5.29196) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.187541) Outpt time (%) = 0.017554 (93.9324) Other time (%) = 0.000109911 (0.588138) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:30 2021 Memory usage per processor = 27.519 Mbytes Step Atoms AVEKE stressZZ 3630 5000 4.3720763e-12 1039803.4 3631 -0.00737749999999597 1039783.8936505 3631 5000 4.3717947e-12 1039783.9 Loop time of 0.0170679 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:30 2021 Pair time (%) = 0.000814915 (4.77454) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.203945) Outpt time (%) = 0.016084 (94.2351) Other time (%) = 0.00013423 (0.786445) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:30 2021 Memory usage per processor = 27.519 Mbytes Step Atoms AVEKE stressZZ 3631 5000 4.3717947e-12 1039782.1 3632 -0.00737749999999597 1039762.57063234 3632 5000 4.3715131e-12 1039762.6 Loop time of 0.016454 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:30 2021 Pair time (%) = 0.00082016 (4.98457) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.207207) Outpt time (%) = 0.0155051 (94.233) Other time (%) = 9.46522e-05 (0.575254) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:30 2021 Memory usage per processor = 27.519 Mbytes Step Atoms AVEKE stressZZ 3632 5000 4.3715131e-12 1039760.7 3633 -0.00737749999999597 1039741.24852711 3633 5000 4.3712315e-12 1039741.2 Loop time of 0.016732 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:30 2021 Pair time (%) = 0.000921965 (5.5102) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.239388) Outpt time (%) = 0.0156579 (93.5807) Other time (%) = 0.000112057 (0.669716) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:30 2021 Memory usage per processor = 27.519 Mbytes Step Atoms AVEKE stressZZ 3633 5000 4.3712315e-12 1039739.4 3634 -0.00737749999999597 1039719.92733471 3634 5000 4.37095e-12 1039719.9 Loop time of 0.019634 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:30 2021 Pair time (%) = 0.00085187 (4.33875) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.17729) Outpt time (%) = 0.018651 (94.9934) Other time (%) = 9.63211e-05 (0.490583) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:30 2021 Memory usage per processor = 27.519 Mbytes Step Atoms AVEKE stressZZ 3634 5000 4.37095e-12 1039718.1 3635 -0.00737749999999597 1039698.60705509 3635 5000 4.3706685e-12 1039698.6 Loop time of 0.0170691 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:30 2021 Pair time (%) = 0.000818014 (4.79237) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205327) Outpt time (%) = 0.0161231 (94.4576) Other time (%) = 9.29832e-05 (0.544746) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:30 2021 Memory usage per processor = 27.519 Mbytes Step Atoms AVEKE stressZZ 3635 5000 4.3706685e-12 1039696.8 3636 -0.00737749999999597 1039677.28768815 3636 5000 4.370387e-12 1039677.3 Loop time of 0.016238 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:30 2021 Pair time (%) = 0.000873089 (5.37683) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.314211) Outpt time (%) = 0.015188 (93.5337) Other time (%) = 0.000125885 (0.775251) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:30 2021 Memory usage per processor = 27.519 Mbytes Step Atoms AVEKE stressZZ 3636 5000 4.370387e-12 1039675.5 3637 -0.00737749999999597 1039655.9692338 3637 5000 4.3701055e-12 1039656 Loop time of 0.017139 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:30 2021 Pair time (%) = 0.00100899 (5.8871) Neigh time (%) = 0 (0) Comm time (%) = 6.69956e-05 (0.390897) Outpt time (%) = 0.0159049 (92.7997) Other time (%) = 0.000158072 (0.922294) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:30 2021 Memory usage per processor = 27.519 Mbytes Step Atoms AVEKE stressZZ 3637 5000 4.3701055e-12 1039654.1 3638 -0.00737749999999597 1039634.65169193 3638 5000 4.3698241e-12 1039634.7 Loop time of 0.0169361 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:30 2021 Pair time (%) = 0.000813961 (4.80608) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.212571) Outpt time (%) = 0.0159929 (94.4309) Other time (%) = 9.32217e-05 (0.550433) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:30 2021 Memory usage per processor = 27.519 Mbytes Step Atoms AVEKE stressZZ 3638 5000 4.3698241e-12 1039632.8 3639 -0.00737749999999597 1039613.3350625 3639 5000 4.3695427e-12 1039613.3 Loop time of 0.0162969 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:30 2021 Pair time (%) = 0.000856161 (5.25353) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.215057) Outpt time (%) = 0.015312 (93.9565) Other time (%) = 9.36985e-05 (0.574948) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:30 2021 Memory usage per processor = 27.519 Mbytes Step Atoms AVEKE stressZZ 3639 5000 4.3695427e-12 1039611.5 3640 -0.00737749999999597 1039592.01934539 3640 5000 4.3692613e-12 1039592 Loop time of 0.018158 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:30 2021 Pair time (%) = 0.000946999 (5.21534) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.220588) Outpt time (%) = 0.01706 (93.9535) Other time (%) = 0.000110865 (0.610557) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:30 2021 Memory usage per processor = 27.519 Mbytes Step Atoms AVEKE stressZZ 3640 5000 4.3692613e-12 1039590.2 3641 -0.00737749999999597 1039570.70454052 3641 5000 4.3689799e-12 1039570.7 Loop time of 0.017149 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:30 2021 Pair time (%) = 0.00103188 (6.01713) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.202981) Outpt time (%) = 0.015986 (93.2182) Other time (%) = 9.63211e-05 (0.561673) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:30 2021 Memory usage per processor = 27.519 Mbytes Step Atoms AVEKE stressZZ 3641 5000 4.3689799e-12 1039568.9 3642 -0.00737749999999597 1039549.39064785 3642 5000 4.3686986e-12 1039549.4 Loop time of 0.0169442 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:30 2021 Pair time (%) = 0.000859022 (5.06972) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206841) Outpt time (%) = 0.015954 (94.1564) Other time (%) = 9.60827e-05 (0.567055) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:30 2021 Memory usage per processor = 27.519 Mbytes Step Atoms AVEKE stressZZ 3642 5000 4.3686986e-12 1039547.6 3643 -0.00737749999999597 1039528.07766724 3643 5000 4.3684173e-12 1039528.1 Loop time of 0.0162749 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:30 2021 Pair time (%) = 0.000816822 (5.0189) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.221207) Outpt time (%) = 0.0153201 (94.1329) Other time (%) = 0.000102043 (0.626996) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:30 2021 Memory usage per processor = 27.519 Mbytes Step Atoms AVEKE stressZZ 3643 5000 4.3684173e-12 1039526.2 3644 -0.00737749999999597 1039506.76559861 3644 5000 4.368136e-12 1039506.8 Loop time of 0.017122 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:30 2021 Pair time (%) = 0.00107884 (6.30091) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.221402) Outpt time (%) = 0.015794 (92.244) Other time (%) = 0.000211239 (1.23373) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:30 2021 Memory usage per processor = 27.519 Mbytes Step Atoms AVEKE stressZZ 3644 5000 4.368136e-12 1039504.9 3645 -0.00737749999999597 1039485.4544419 3645 5000 4.3678547e-12 1039485.5 Loop time of 0.0161462 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:31 2021 Pair time (%) = 0.00085187 (5.27598) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.217064) Outpt time (%) = 0.015166 (93.9296) Other time (%) = 9.32217e-05 (0.57736) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:31 2021 Memory usage per processor = 27.519 Mbytes Step Atoms AVEKE stressZZ 3645 5000 4.3678547e-12 1039483.6 3646 -0.00737749999999597 1039464.14419703 3646 5000 4.3675734e-12 1039464.1 Loop time of 0.0159688 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:31 2021 Pair time (%) = 0.000814915 (5.10317) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.217982) Outpt time (%) = 0.0150299 (94.1205) Other time (%) = 8.91685e-05 (0.558392) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:31 2021 Memory usage per processor = 27.519 Mbytes Step Atoms AVEKE stressZZ 3646 5000 4.3675734e-12 1039462.3 3647 -0.00737749999999597 1039442.8348639 3647 5000 4.3672922e-12 1039442.8 Loop time of 0.016315 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:31 2021 Pair time (%) = 0.000818014 (5.01388) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.214818) Outpt time (%) = 0.015372 (94.2204) Other time (%) = 8.98838e-05 (0.550928) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:31 2021 Memory usage per processor = 27.519 Mbytes Step Atoms AVEKE stressZZ 3647 5000 4.3672922e-12 1039441 3648 -0.00737749999999597 1039421.52644243 3648 5000 4.367011e-12 1039421.5 Loop time of 0.017257 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:31 2021 Pair time (%) = 0.000814915 (4.72223) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.203092) Outpt time (%) = 0.0163229 (94.587) Other time (%) = 8.41618e-05 (0.487697) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:31 2021 Memory usage per processor = 27.519 Mbytes Step Atoms AVEKE stressZZ 3648 5000 4.367011e-12 1039419.7 3649 -0.00737749999999597 1039400.21893254 3649 5000 4.3667299e-12 1039400.2 Loop time of 0.0165989 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:31 2021 Pair time (%) = 0.000859976 (5.18091) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211143) Outpt time (%) = 0.0156078 (94.0291) Other time (%) = 9.60827e-05 (0.578848) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:31 2021 Memory usage per processor = 27.519 Mbytes Step Atoms AVEKE stressZZ 3649 5000 4.3667299e-12 1039398.4 3650 -0.00737749999999597 1039378.91233419 3650 5000 4.3664487e-12 1039378.9 Loop time of 0.017952 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:31 2021 Pair time (%) = 0.00093317 (5.19815) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.228432) Outpt time (%) = 0.0168672 (93.9572) Other time (%) = 0.000110626 (0.616235) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:31 2021 Memory usage per processor = 27.519 Mbytes Step Atoms AVEKE stressZZ 3650 5000 4.3664487e-12 1039377.1 3651 -0.00737749999999597 1039357.60664723 3651 5000 4.3661676e-12 1039357.6 Loop time of 0.0171831 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:31 2021 Pair time (%) = 0.000935078 (5.44186) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.209516) Outpt time (%) = 0.016113 (93.7728) Other time (%) = 9.89437e-05 (0.575821) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:31 2021 Memory usage per processor = 27.519 Mbytes Step Atoms AVEKE stressZZ 3651 5000 4.3661676e-12 1039355.8 3652 -0.00737749999999597 1039336.30187163 3652 5000 4.3658865e-12 1039336.3 Loop time of 0.0168839 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:31 2021 Pair time (%) = 0.00081706 (4.8393) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.20758) Outpt time (%) = 0.0159419 (94.4208) Other time (%) = 8.98838e-05 (0.532366) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:31 2021 Memory usage per processor = 27.519 Mbytes Step Atoms AVEKE stressZZ 3652 5000 4.3658865e-12 1039334.5 3653 -0.00737749999999597 1039314.99800728 3653 5000 4.3656054e-12 1039315 Loop time of 0.0162761 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:31 2021 Pair time (%) = 0.000815868 (5.01267) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.213866) Outpt time (%) = 0.0153279 (94.1743) Other time (%) = 9.75132e-05 (0.599118) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:31 2021 Memory usage per processor = 27.519 Mbytes Step Atoms AVEKE stressZZ 3653 5000 4.3656054e-12 1039313.2 3654 -0.00737749999999597 1039293.69505412 3654 5000 4.3653243e-12 1039293.7 Loop time of 0.0171478 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:31 2021 Pair time (%) = 0.000859022 (5.00952) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204385) Outpt time (%) = 0.0161529 (94.198) Other time (%) = 0.000100851 (0.588129) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:31 2021 Memory usage per processor = 27.519 Mbytes Step Atoms AVEKE stressZZ 3654 5000 4.3653243e-12 1039291.9 3655 -0.00737749999999597 1039272.39301208 3655 5000 4.3650433e-12 1039272.4 Loop time of 0.016964 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:31 2021 Pair time (%) = 0.000852823 (5.02727) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.2066) Outpt time (%) = 0.0159819 (94.211) Other time (%) = 9.41753e-05 (0.55515) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:31 2021 Memory usage per processor = 27.519 Mbytes Step Atoms AVEKE stressZZ 3655 5000 4.3650433e-12 1039270.6 3656 -0.00737749999999597 1039251.09188106 3656 5000 4.3647623e-12 1039251.1 Loop time of 0.0164671 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:31 2021 Pair time (%) = 0.000818014 (4.96757) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.211386) Outpt time (%) = 0.0155191 (94.2434) Other time (%) = 9.5129e-05 (0.577692) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:31 2021 Memory usage per processor = 27.519 Mbytes Step Atoms AVEKE stressZZ 3656 5000 4.3647623e-12 1039249.3 3657 -0.00737749999999597 1039229.79166101 3657 5000 4.3644813e-12 1039229.8 Loop time of 0.0164909 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:31 2021 Pair time (%) = 0.000910997 (5.52423) Neigh time (%) = 0 (0) Comm time (%) = 5.19753e-05 (0.315175) Outpt time (%) = 0.0153961 (93.3611) Other time (%) = 0.000131845 (0.799503) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:31 2021 Memory usage per processor = 27.519 Mbytes Step Atoms AVEKE stressZZ 3657 5000 4.3644813e-12 1039228 3658 -0.00737749999999597 1039208.49235182 3658 5000 4.3642004e-12 1039208.5 Loop time of 0.0169091 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:31 2021 Pair time (%) = 0.000864983 (5.11548) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.20586) Outpt time (%) = 0.015908 (94.0794) Other time (%) = 0.000101328 (0.59925) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:31 2021 Memory usage per processor = 27.519 Mbytes Step Atoms AVEKE stressZZ 3658 5000 4.3642004e-12 1039206.7 3659 -0.00737749999999597 1039187.19395339 3659 5000 4.3639194e-12 1039187.2 Loop time of 0.0169771 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:31 2021 Pair time (%) = 0.000814199 (4.79588) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.200823) Outpt time (%) = 0.016032 (94.4331) Other time (%) = 9.67979e-05 (0.570169) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:31 2021 Memory usage per processor = 27.519 Mbytes Step Atoms AVEKE stressZZ 3659 5000 4.3639194e-12 1039185.4 3660 -0.00737749999999597 1039165.89646568 3660 5000 4.3636385e-12 1039165.9 Loop time of 0.018424 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:31 2021 Pair time (%) = 0.00109315 (5.93328) Neigh time (%) = 0 (0) Comm time (%) = 5.00679e-05 (0.271753) Outpt time (%) = 0.0171161 (92.9008) Other time (%) = 0.000164747 (0.894197) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:31 2021 Memory usage per processor = 27.519 Mbytes Step Atoms AVEKE stressZZ 3660 5000 4.3636385e-12 1039164.1 3661 -0.00737749999999597 1039144.59988861 3661 5000 4.3633577e-12 1039144.6 Loop time of 0.0171349 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:31 2021 Pair time (%) = 0.00115013 (6.71221) Neigh time (%) = 0 (0) Comm time (%) = 6.79493e-05 (0.396555) Outpt time (%) = 0.015753 (91.9353) Other time (%) = 0.000163794 (0.955906) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:31 2021 Memory usage per processor = 27.519 Mbytes Step Atoms AVEKE stressZZ 3661 5000 4.3633577e-12 1039142.8 3662 -0.00737749999999597 1039123.30422208 3662 5000 4.3630768e-12 1039123.3 Loop time of 0.0169201 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:31 2021 Pair time (%) = 0.000848055 (5.01212) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207136) Outpt time (%) = 0.0159271 (94.1312) Other time (%) = 0.000109911 (0.649589) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:31 2021 Memory usage per processor = 27.519 Mbytes Step Atoms AVEKE stressZZ 3662 5000 4.3630768e-12 1039121.5 3663 -0.00737749999999597 1039102.00946604 3663 5000 4.362796e-12 1039102 Loop time of 0.0167298 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:31 2021 Pair time (%) = 0.000814915 (4.87103) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209491) Outpt time (%) = 0.0157869 (94.3637) Other time (%) = 9.29832e-05 (0.555793) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:31 2021 Memory usage per processor = 27.519 Mbytes Step Atoms AVEKE stressZZ 3663 5000 4.362796e-12 1039100.2 3664 -0.00737749999999597 1039080.7156204 3664 5000 4.3625151e-12 1039080.7 Loop time of 0.0166631 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:31 2021 Pair time (%) = 0.00114512 (6.87223) Neigh time (%) = 0 (0) Comm time (%) = 5.19753e-05 (0.311919) Outpt time (%) = 0.0153351 (92.0303) Other time (%) = 0.000130892 (0.78552) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:31 2021 Memory usage per processor = 27.519 Mbytes Step Atoms AVEKE stressZZ 3664 5000 4.3625151e-12 1039078.9 3665 -0.00737749999999597 1039059.42268509 3665 5000 4.3622344e-12 1039059.4 Loop time of 0.0168979 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:31 2021 Pair time (%) = 0.0010519 (6.22504) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.220106) Outpt time (%) = 0.0156989 (92.9044) Other time (%) = 0.000109911 (0.650441) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:31 2021 Memory usage per processor = 27.519 Mbytes Step Atoms AVEKE stressZZ 3665 5000 4.3622344e-12 1039057.6 3666 -0.00737749999999597 1039038.13066002 3666 5000 4.3619536e-12 1039038.1 Loop time of 0.0169919 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:31 2021 Pair time (%) = 0.00081706 (4.80854) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206261) Outpt time (%) = 0.016046 (94.4338) Other time (%) = 9.36985e-05 (0.551432) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:31 2021 Memory usage per processor = 27.519 Mbytes Step Atoms AVEKE stressZZ 3666 5000 4.3619536e-12 1039036.3 3667 -0.00737749999999597 1039016.83954512 3667 5000 4.3616729e-12 1039016.8 Loop time of 0.0162258 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:31 2021 Pair time (%) = 0.000854015 (5.26331) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.215999) Outpt time (%) = 0.0152428 (93.9418) Other time (%) = 9.39369e-05 (0.578935) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:31 2021 Memory usage per processor = 27.519 Mbytes Step Atoms AVEKE stressZZ 3667 5000 4.3616729e-12 1039015 3668 -0.00737749999999597 1038995.54934031 3668 5000 4.3613921e-12 1038995.5 Loop time of 0.0167181 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:31 2021 Pair time (%) = 0.000878096 (5.25235) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.221046) Outpt time (%) = 0.0156891 (93.8449) Other time (%) = 0.000113964 (0.681679) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:31 2021 Memory usage per processor = 27.519 Mbytes Step Atoms AVEKE stressZZ 3668 5000 4.3613921e-12 1038993.7 3669 -0.00737749999999597 1038974.26004551 3669 5000 4.3611114e-12 1038974.3 Loop time of 0.0168591 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:31 2021 Pair time (%) = 0.00081706 (4.84642) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207886) Outpt time (%) = 0.0159171 (94.4125) Other time (%) = 8.98838e-05 (0.533149) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:31 2021 Memory usage per processor = 27.519 Mbytes Step Atoms AVEKE stressZZ 3669 5000 4.3611114e-12 1038972.4 3670 -0.00737749999999597 1038952.97166064 3670 5000 4.3608308e-12 1038953 Loop time of 0.0179999 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:31 2021 Pair time (%) = 0.000821114 (4.56177) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.19471) Outpt time (%) = 0.0170491 (94.7177) Other time (%) = 9.46522e-05 (0.525849) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:31 2021 Memory usage per processor = 27.519 Mbytes Step Atoms AVEKE stressZZ 3670 5000 4.3608308e-12 1038951.1 3671 -0.00737749999999597 1038931.68418564 3671 5000 4.3605501e-12 1038931.7 Loop time of 0.0163021 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:31 2021 Pair time (%) = 0.000877857 (5.38493) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.234) Outpt time (%) = 0.0152731 (93.6878) Other time (%) = 0.00011301 (0.693226) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:31 2021 Memory usage per processor = 27.519 Mbytes Step Atoms AVEKE stressZZ 3671 5000 4.3605501e-12 1038929.9 3672 -0.00737749999999597 1038910.39762043 3672 5000 4.3602695e-12 1038910.4 Loop time of 0.016891 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:31 2021 Pair time (%) = 0.000816107 (4.83161) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.213138) Outpt time (%) = 0.015949 (94.4231) Other time (%) = 8.98838e-05 (0.53214) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:31 2021 Memory usage per processor = 27.519 Mbytes Step Atoms AVEKE stressZZ 3672 5000 4.3602695e-12 1038908.6 3673 -0.00737749999999597 1038889.11196494 3673 5000 4.3599889e-12 1038889.1 Loop time of 0.0170741 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:31 2021 Pair time (%) = 0.000816822 (4.78398) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.203871) Outpt time (%) = 0.016083 (94.1953) Other time (%) = 0.000139475 (0.816879) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:31 2021 Memory usage per processor = 27.519 Mbytes Step Atoms AVEKE stressZZ 3673 5000 4.3599889e-12 1038887.3 3674 -0.00737749999999597 1038867.82721905 3674 5000 4.3597083e-12 1038867.8 Loop time of 0.0165112 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:31 2021 Pair time (%) = 0.000823021 (4.98462) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.225261) Outpt time (%) = 0.0155482 (94.1678) Other time (%) = 0.000102758 (0.622356) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:31 2021 Memory usage per processor = 27.519 Mbytes Step Atoms AVEKE stressZZ 3674 5000 4.3597083e-12 1038866 3675 -0.00737749999999597 1038846.54338274 3675 5000 4.3594278e-12 1038846.5 Loop time of 0.016711 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:31 2021 Pair time (%) = 0.000847816 (5.0734) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.208301) Outpt time (%) = 0.0157261 (94.1062) Other time (%) = 0.000102282 (0.612061) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:31 2021 Memory usage per processor = 27.519 Mbytes Step Atoms AVEKE stressZZ 3675 5000 4.3594278e-12 1038844.7 3676 -0.00737749999999597 1038825.2604559 3676 5000 4.3591473e-12 1038825.3 Loop time of 0.0169301 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:31 2021 Pair time (%) = 0.00081706 (4.82608) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207013) Outpt time (%) = 0.0159831 (94.4064) Other time (%) = 9.48906e-05 (0.560484) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:19:31 2021 Memory usage per processor = 27.519 Mbytes Step Atoms AVEKE stressZZ 3676 5000 4.3591473e-12 1038823.4 3677 -0.00737749999999597 1038800.03872843 3677 5000 8.6123224e-12 1038834.1 Loop time of 0.016273 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:31 2021 Pair time (%) = 0.000819921 (5.03853) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.215372) Outpt time (%) = 0.0152791 (93.8919) Other time (%) = 0.000138998 (0.854162) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:31 2021 Memory usage per processor = 27.519 Mbytes Step Atoms AVEKE stressZZ 3677 5000 8.6123224e-12 1064942.6 3678 -0.00740999999999596 1064916.70080836 3678 5000 6.9777513e-12 1064916.7 Loop time of 0.016463 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:31 2021 Pair time (%) = 0.000998974 (6.06798) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.236057) Outpt time (%) = 0.0152929 (92.8922) Other time (%) = 0.000132322 (0.803754) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:31 2021 Memory usage per processor = 27.519 Mbytes Step Atoms AVEKE stressZZ 3678 5000 6.9777513e-12 1064914.2 3679 -0.00740999999999596 1064890.45428956 3679 5000 6.0281678e-12 1064890.5 Loop time of 0.017009 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:31 2021 Pair time (%) = 0.000818014 (4.8093) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206053) Outpt time (%) = 0.016062 (94.4324) Other time (%) = 9.39369e-05 (0.552277) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:31 2021 Memory usage per processor = 27.519 Mbytes Step Atoms AVEKE stressZZ 3679 5000 6.0281678e-12 1064888.2 3680 -0.00740999999999596 1064865.79843026 3680 5000 5.4606649e-12 1064865.8 Loop time of 0.0183151 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:31 2021 Pair time (%) = 0.000818968 (4.47155) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.186152) Outpt time (%) = 0.0173669 (94.8229) Other time (%) = 9.5129e-05 (0.519403) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:31 2021 Memory usage per processor = 27.5191 Mbytes Step Atoms AVEKE stressZZ 3680 5000 5.4606649e-12 1064863.7 3681 -0.00740999999999596 1064842.15379246 3681 5000 5.1144758e-12 1064842.2 Loop time of 0.0162518 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:31 2021 Pair time (%) = 0.000828028 (5.09499) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.221521) Outpt time (%) = 0.0152869 (94.0629) Other time (%) = 0.000100851 (0.620553) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:31 2021 Memory usage per processor = 27.5191 Mbytes Step Atoms AVEKE stressZZ 3681 5000 5.1144758e-12 1064840.1 3682 -0.00740999999999596 1064819.15213846 3682 5000 4.9002485e-12 1064819.2 Loop time of 0.016964 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:31 2021 Pair time (%) = 0.00087595 (5.16359) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.217843) Outpt time (%) = 0.015945 (93.9931) Other time (%) = 0.000106096 (0.625422) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:31 2021 Memory usage per processor = 27.5191 Mbytes Step Atoms AVEKE stressZZ 3682 5000 4.9002485e-12 1064817.2 3683 -0.00740999999999596 1064796.55944975 3683 5000 4.7663761e-12 1064796.6 Loop time of 0.0169699 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:31 2021 Pair time (%) = 0.000820875 (4.83724) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206527) Outpt time (%) = 0.016006 (94.3198) Other time (%) = 0.000108004 (0.636442) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:31 2021 Memory usage per processor = 27.5191 Mbytes Step Atoms AVEKE stressZZ 3683 5000 4.7663761e-12 1064794.6 3684 -0.00740999999999596 1064774.22700514 3684 5000 4.6821528e-12 1064774.2 Loop time of 0.0163841 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:31 2021 Pair time (%) = 0.000862122 (5.26193) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.213912) Outpt time (%) = 0.015388 (93.9203) Other time (%) = 9.89437e-05 (0.6039) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:31 2021 Memory usage per processor = 27.5191 Mbytes Step Atoms AVEKE stressZZ 3684 5000 4.6821528e-12 1064772.3 3685 -0.00740999999999596 1064752.06029076 3685 5000 4.6289096e-12 1064752.1 Loop time of 0.01686 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:31 2021 Pair time (%) = 0.00100684 (5.97177) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.243226) Outpt time (%) = 0.0156779 (92.9889) Other time (%) = 0.00013423 (0.796142) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:31 2021 Memory usage per processor = 27.5191 Mbytes Step Atoms AVEKE stressZZ 3685 5000 4.6289096e-12 1064750.1 3686 -0.00740999999999596 1064729.99924195 3686 5000 4.5951231e-12 1064730 Loop time of 0.0170531 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:31 2021 Pair time (%) = 0.000822067 (4.82062) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.20552) Outpt time (%) = 0.016057 (94.1588) Other time (%) = 0.000138998 (0.815088) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:31 2021 Memory usage per processor = 27.5191 Mbytes Step Atoms AVEKE stressZZ 3686 5000 4.5951231e-12 1064728.1 3687 -0.00740999999999596 1064708.00568695 3687 5000 4.573608e-12 1064708 Loop time of 0.0164821 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:31 2021 Pair time (%) = 0.000865936 (5.25379) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.21264) Outpt time (%) = 0.015485 (93.9506) Other time (%) = 9.60827e-05 (0.582951) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:31 2021 Memory usage per processor = 27.5191 Mbytes Step Atoms AVEKE stressZZ 3687 5000 4.573608e-12 1064706.1 3688 -0.00740999999999596 1064686.05536714 3688 5000 4.5598538e-12 1064686.1 Loop time of 0.016969 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:31 2021 Pair time (%) = 0.000862122 (5.08058) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.212159) Outpt time (%) = 0.0158851 (93.6127) Other time (%) = 0.000185728 (1.09452) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:31 2021 Memory usage per processor = 27.5191 Mbytes Step Atoms AVEKE stressZZ 3688 5000 4.5598538e-12 1064684.1 3689 -0.00740999999999596 1064664.13286589 3689 5000 4.5510164e-12 1064664.1 Loop time of 0.0168149 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:32 2021 Pair time (%) = 0.000854969 (5.08458) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208431) Outpt time (%) = 0.0158279 (94.1299) Other time (%) = 9.70364e-05 (0.577084) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:32 2021 Memory usage per processor = 27.5191 Mbytes Step Atoms AVEKE stressZZ 3689 5000 4.5510164e-12 1064662.2 3690 -0.00740999999999596 1064642.22838567 3690 5000 4.5452975e-12 1064642.2 Loop time of 0.017895 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:32 2021 Pair time (%) = 0.000860929 (4.81101) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.195851) Outpt time (%) = 0.0169089 (94.4895) Other time (%) = 9.01222e-05 (0.503617) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:32 2021 Memory usage per processor = 27.5191 Mbytes Step Atoms AVEKE stressZZ 3690 5000 4.5452975e-12 1064640.3 3691 -0.00740999999999596 1064620.33570009 3691 5000 4.541558e-12 1064620.3 Loop time of 0.016026 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:32 2021 Pair time (%) = 0.000819921 (5.11619) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.211253) Outpt time (%) = 0.0150809 (94.1028) Other time (%) = 9.13143e-05 (0.569788) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:32 2021 Memory usage per processor = 27.5191 Mbytes Step Atoms AVEKE stressZZ 3691 5000 4.541558e-12 1064618.4 3692 -0.00740999999999596 1064598.45085212 3692 5000 4.5390752e-12 1064598.5 Loop time of 0.0162239 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:32 2021 Pair time (%) = 0.000823975 (5.07877) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.216024) Outpt time (%) = 0.015276 (94.1571) Other time (%) = 8.89301e-05 (0.548142) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:32 2021 Memory usage per processor = 27.5191 Mbytes Step Atoms AVEKE stressZZ 3692 5000 4.5390752e-12 1064596.5 3693 -0.00740999999999596 1064576.57132703 3693 5000 4.5373909e-12 1064576.6 Loop time of 0.016824 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:32 2021 Pair time (%) = 0.000819921 (4.87352) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208319) Outpt time (%) = 0.0158789 (94.3825) Other time (%) = 9.01222e-05 (0.535676) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:32 2021 Memory usage per processor = 27.5191 Mbytes Step Atoms AVEKE stressZZ 3693 5000 4.5373909e-12 1064574.7 3694 -0.00740999999999596 1064554.69552666 3694 5000 4.5362137e-12 1064554.7 Loop time of 0.0164471 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:32 2021 Pair time (%) = 0.000861168 (5.236) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.22469) Outpt time (%) = 0.0154521 (93.9508) Other time (%) = 9.67979e-05 (0.588542) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:32 2021 Memory usage per processor = 27.5191 Mbytes Step Atoms AVEKE stressZZ 3694 5000 4.5362137e-12 1064552.8 3695 -0.00740999999999596 1064532.82243528 3695 5000 4.5353588e-12 1064532.8 Loop time of 0.0171521 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:32 2021 Pair time (%) = 0.000859022 (5.00827) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204334) Outpt time (%) = 0.01616 (94.2161) Other time (%) = 9.799e-05 (0.571301) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:32 2021 Memory usage per processor = 27.5191 Mbytes Step Atoms AVEKE stressZZ 3695 5000 4.5353588e-12 1064530.9 3696 -0.00740999999999596 1064510.95140739 3696 5000 4.5347087e-12 1064511 Loop time of 0.0169699 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:32 2021 Pair time (%) = 0.000819206 (4.8274) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206527) Outpt time (%) = 0.0160229 (94.4195) Other time (%) = 9.27448e-05 (0.546525) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:32 2021 Memory usage per processor = 27.5191 Mbytes Step Atoms AVEKE stressZZ 3696 5000 4.5347087e-12 1064509 3697 -0.00740999999999596 1064489.08203274 3697 5000 4.5341887e-12 1064489.1 Loop time of 0.0163219 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:32 2021 Pair time (%) = 0.000859976 (5.26885) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.208884) Outpt time (%) = 0.015331 (93.9292) Other time (%) = 9.67979e-05 (0.593056) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:32 2021 Memory usage per processor = 27.5191 Mbytes Step Atoms AVEKE stressZZ 3697 5000 4.5341887e-12 1064487.2 3698 -0.00740999999999596 1064467.2140506 3698 5000 4.5337514e-12 1064467.2 Loop time of 0.0171061 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:32 2021 Pair time (%) = 0.00110102 (6.43642) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.216034) Outpt time (%) = 0.0158069 (92.4054) Other time (%) = 0.000161171 (0.942187) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:32 2021 Memory usage per processor = 27.5191 Mbytes Step Atoms AVEKE stressZZ 3698 5000 4.5337514e-12 1064465.3 3699 -0.00740999999999596 1064445.34729521 3699 5000 4.5333667e-12 1064445.3 Loop time of 0.0170529 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:32 2021 Pair time (%) = 0.00082016 (4.80951) Neigh time (%) = 0 (0) Comm time (%) = 6.98566e-05 (0.409647) Outpt time (%) = 0.0160661 (94.2132) Other time (%) = 9.67979e-05 (0.567634) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:32 2021 Memory usage per processor = 27.5191 Mbytes Step Atoms AVEKE stressZZ 3699 5000 4.5333667e-12 1064443.4 3700 -0.00740999999999596 1064423.4816612 3700 5000 4.5330154e-12 1064423.5 Loop time of 0.0180302 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:32 2021 Pair time (%) = 0.000833988 (4.62552) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.199672) Outpt time (%) = 0.017046 (94.5414) Other time (%) = 0.000114202 (0.633397) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:32 2021 Memory usage per processor = 27.5191 Mbytes Step Atoms AVEKE stressZZ 3700 5000 4.5330154e-12 1064421.6 3701 -0.00740999999999596 1064401.61708161 3701 5000 4.5326854e-12 1064401.6 Loop time of 0.016346 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:32 2021 Pair time (%) = 0.000859022 (5.25525) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.226079) Outpt time (%) = 0.015342 (93.8579) Other time (%) = 0.000108004 (0.660735) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:32 2021 Memory usage per processor = 27.5191 Mbytes Step Atoms AVEKE stressZZ 3701 5000 4.5326854e-12 1064399.7 3702 -0.00740999999999596 1064379.75351383 3702 5000 4.5323688e-12 1064379.8 Loop time of 0.017313 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:32 2021 Pair time (%) = 0.000915051 (5.28534) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.202435) Outpt time (%) = 0.016273 (93.9931) Other time (%) = 8.98838e-05 (0.519169) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:32 2021 Memory usage per processor = 27.5191 Mbytes Step Atoms AVEKE stressZZ 3702 5000 4.5323688e-12 1064377.8 3703 -0.00740999999999596 1064357.89093077 3703 5000 4.5320609e-12 1064357.9 Loop time of 0.0169859 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:32 2021 Pair time (%) = 0.000854969 (5.03341) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206333) Outpt time (%) = 0.016001 (94.2016) Other time (%) = 9.48906e-05 (0.558644) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:32 2021 Memory usage per processor = 27.5191 Mbytes Step Atoms AVEKE stressZZ 3703 5000 4.5320609e-12 1064356 3704 -0.00740999999999596 1064336.02931518 3704 5000 4.5317584e-12 1064336 Loop time of 0.016762 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:32 2021 Pair time (%) = 0.000818014 (4.88016) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209089) Outpt time (%) = 0.015815 (94.3503) Other time (%) = 9.39369e-05 (0.560415) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:32 2021 Memory usage per processor = 27.5191 Mbytes Step Atoms AVEKE stressZZ 3704 5000 4.5317584e-12 1064334.1 3705 -0.00740999999999596 1064314.16865607 3705 5000 4.5314594e-12 1064314.2 Loop time of 0.017556 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:32 2021 Pair time (%) = 0.00117016 (6.66531) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.205066) Outpt time (%) = 0.0162129 (92.3501) Other time (%) = 0.000136852 (0.779521) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:32 2021 Memory usage per processor = 27.5191 Mbytes Step Atoms AVEKE stressZZ 3705 5000 4.5314594e-12 1064312.3 3706 -0.00740999999999596 1064292.30894641 3706 5000 4.5311627e-12 1064292.3 Loop time of 0.017225 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:32 2021 Pair time (%) = 0.000941038 (5.4632) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.203469) Outpt time (%) = 0.0161531 (93.7769) Other time (%) = 9.58443e-05 (0.556424) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:32 2021 Memory usage per processor = 27.5191 Mbytes Step Atoms AVEKE stressZZ 3706 5000 4.5311627e-12 1064290.4 3707 -0.00740999999999596 1064270.45018176 3707 5000 4.5308673e-12 1064270.5 Loop time of 0.0165601 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:32 2021 Pair time (%) = 0.000843048 (5.09085) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.217398) Outpt time (%) = 0.0155342 (93.8049) Other time (%) = 0.000146866 (0.886867) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:32 2021 Memory usage per processor = 27.5191 Mbytes Step Atoms AVEKE stressZZ 3707 5000 4.5308673e-12 1064268.5 3708 -0.00740999999999596 1064248.5923592 3708 5000 4.5305729e-12 1064248.6 Loop time of 0.0165968 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:32 2021 Pair time (%) = 0.000921965 (5.55508) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.222663) Outpt time (%) = 0.015502 (93.4034) Other time (%) = 0.000135899 (0.818824) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:32 2021 Memory usage per processor = 27.5191 Mbytes Step Atoms AVEKE stressZZ 3708 5000 4.5305729e-12 1064246.7 3709 -0.00740999999999596 1064226.73547689 3709 5000 4.5302791e-12 1064226.7 Loop time of 0.01724 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:32 2021 Pair time (%) = 0.00100493 (5.82907) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.203291) Outpt time (%) = 0.0161061 (93.4228) Other time (%) = 9.39369e-05 (0.544876) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:32 2021 Memory usage per processor = 27.5191 Mbytes Step Atoms AVEKE stressZZ 3709 5000 4.5302791e-12 1064224.8 3710 -0.00740999999999596 1064204.87953363 3710 5000 4.5299856e-12 1064204.9 Loop time of 0.0190201 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:32 2021 Pair time (%) = 0.000818014 (4.30079) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.184266) Outpt time (%) = 0.018074 (95.0261) Other time (%) = 9.29832e-05 (0.488869) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:32 2021 Memory usage per processor = 27.5191 Mbytes Step Atoms AVEKE stressZZ 3710 5000 4.5299856e-12 1064203 3711 -0.00740999999999596 1064183.02452861 3711 5000 4.5296924e-12 1064183 Loop time of 0.0164771 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:32 2021 Pair time (%) = 0.000818014 (4.96455) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.212704) Outpt time (%) = 0.0154672 (93.8706) Other time (%) = 0.000156879 (0.952105) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:32 2021 Memory usage per processor = 27.5191 Mbytes Step Atoms AVEKE stressZZ 3711 5000 4.5296924e-12 1064181.1 3712 -0.00740999999999596 1064161.17046133 3712 5000 4.5293994e-12 1064161.2 Loop time of 0.0170269 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:32 2021 Pair time (%) = 0.00124693 (7.32329) Neigh time (%) = 0 (0) Comm time (%) = 4.98295e-05 (0.292652) Outpt time (%) = 0.0155649 (91.4137) Other time (%) = 0.000165224 (0.970371) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:32 2021 Memory usage per processor = 27.5191 Mbytes Step Atoms AVEKE stressZZ 3712 5000 4.5293994e-12 1064159.3 3713 -0.00740999999999596 1064139.31733136 3713 5000 4.5291065e-12 1064139.3 Loop time of 0.0168409 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:32 2021 Pair time (%) = 0.000818968 (4.86296) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.202446) Outpt time (%) = 0.0159001 (94.4136) Other time (%) = 8.7738e-05 (0.520981) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:32 2021 Memory usage per processor = 27.5191 Mbytes Step Atoms AVEKE stressZZ 3713 5000 4.5291065e-12 1064137.4 3714 -0.00740999999999596 1064117.46513848 3714 5000 4.5288137e-12 1064117.5 Loop time of 0.0164599 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:32 2021 Pair time (%) = 0.000856876 (5.20583) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.212926) Outpt time (%) = 0.0154738 (94.0091) Other time (%) = 9.41753e-05 (0.572149) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:32 2021 Memory usage per processor = 27.5191 Mbytes Step Atoms AVEKE stressZZ 3714 5000 4.5288137e-12 1064115.6 3715 -0.00740999999999596 1064095.61388252 3715 5000 4.5285209e-12 1064095.6 Loop time of 0.016438 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:32 2021 Pair time (%) = 0.00088501 (5.38392) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.230615) Outpt time (%) = 0.0153928 (93.6414) Other time (%) = 0.000122309 (0.744061) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:32 2021 Memory usage per processor = 27.5191 Mbytes Step Atoms AVEKE stressZZ 3715 5000 4.5285209e-12 1064093.7 3716 -0.00740999999999596 1064073.76356327 3716 5000 4.5282282e-12 1064073.8 Loop time of 0.0172009 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:32 2021 Pair time (%) = 0.000866175 (5.03562) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.203753) Outpt time (%) = 0.016191 (94.1286) Other time (%) = 0.000108719 (0.632052) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:32 2021 Memory usage per processor = 27.5191 Mbytes Step Atoms AVEKE stressZZ 3716 5000 4.5282282e-12 1064071.9 3717 -0.00740999999999596 1064051.91418067 3717 5000 4.5279355e-12 1064051.9 Loop time of 0.0168509 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:32 2021 Pair time (%) = 0.00081706 (4.84875) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.206571) Outpt time (%) = 0.0159049 (94.3858) Other time (%) = 9.41753e-05 (0.558873) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:32 2021 Memory usage per processor = 27.5191 Mbytes Step Atoms AVEKE stressZZ 3717 5000 4.5279355e-12 1064050 3718 -0.00740999999999596 1064030.06573458 3718 5000 4.5276429e-12 1064030.1 Loop time of 0.0166061 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:32 2021 Pair time (%) = 0.000821829 (4.94896) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.209617) Outpt time (%) = 0.01566 (94.303) Other time (%) = 8.9407e-05 (0.538399) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:32 2021 Memory usage per processor = 27.5191 Mbytes Step Atoms AVEKE stressZZ 3718 5000 4.5276429e-12 1064028.2 3719 -0.00740999999999596 1064008.21822491 3719 5000 4.5273502e-12 1064008.2 Loop time of 0.0172088 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:32 2021 Pair time (%) = 0.00112104 (6.51436) Neigh time (%) = 0 (0) Comm time (%) = 5.50747e-05 (0.320038) Outpt time (%) = 0.0158448 (92.0739) Other time (%) = 0.000187874 (1.09173) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:32 2021 Memory usage per processor = 27.5191 Mbytes Step Atoms AVEKE stressZZ 3719 5000 4.5273502e-12 1064006.3 3720 -0.00740999999999596 1063986.37165157 3720 5000 4.5270577e-12 1063986.4 Loop time of 0.0187809 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:32 2021 Pair time (%) = 0.000916004 (4.87731) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.186612) Outpt time (%) = 0.0177321 (94.4156) Other time (%) = 9.77516e-05 (0.520483) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:32 2021 Memory usage per processor = 27.5191 Mbytes Step Atoms AVEKE stressZZ 3720 5000 4.5270577e-12 1063984.5 3721 -0.00740999999999596 1063964.52601448 3721 5000 4.5267651e-12 1063964.5 Loop time of 0.0167341 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:32 2021 Pair time (%) = 0.000816822 (4.88118) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209438) Outpt time (%) = 0.0157731 (94.2569) Other time (%) = 0.000109196 (0.652533) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:32 2021 Memory usage per processor = 27.5191 Mbytes Step Atoms AVEKE stressZZ 3721 5000 4.5267651e-12 1063962.6 3722 -0.00740999999999596 1063942.68131358 3722 5000 4.5264726e-12 1063942.7 Loop time of 0.016324 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:32 2021 Pair time (%) = 0.000860929 (5.274) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.226383) Outpt time (%) = 0.015322 (93.8614) Other time (%) = 0.000104189 (0.638254) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:32 2021 Memory usage per processor = 27.5191 Mbytes Step Atoms AVEKE stressZZ 3722 5000 4.5264726e-12 1063940.8 3723 -0.00740999999999596 1063920.83754874 3723 5000 4.5261801e-12 1063920.8 Loop time of 0.017333 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:32 2021 Pair time (%) = 0.000850916 (4.90922) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.202201) Outpt time (%) = 0.0163469 (94.3109) Other time (%) = 0.000100136 (0.577717) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:32 2021 Memory usage per processor = 27.5191 Mbytes Step Atoms AVEKE stressZZ 3723 5000 4.5261801e-12 1063918.9 3724 -0.00740999999999596 1063898.99471995 3724 5000 4.5258876e-12 1063899 Loop time of 0.0170441 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:32 2021 Pair time (%) = 0.000822067 (4.82319) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205629) Outpt time (%) = 0.016094 (94.4256) Other time (%) = 9.29832e-05 (0.545546) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:32 2021 Memory usage per processor = 27.5191 Mbytes Step Atoms AVEKE stressZZ 3724 5000 4.5258876e-12 1063897.1 3725 -0.00740999999999596 1063877.1528271 3725 5000 4.5255952e-12 1063877.2 Loop time of 0.016273 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:32 2021 Pair time (%) = 0.000821114 (5.04586) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.215372) Outpt time (%) = 0.0153229 (94.1615) Other time (%) = 9.39369e-05 (0.577256) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:32 2021 Memory usage per processor = 27.5191 Mbytes Step Atoms AVEKE stressZZ 3725 5000 4.5255952e-12 1063875.2 3726 -0.00740999999999596 1063855.3118701 3726 5000 4.5253027e-12 1063855.3 Loop time of 0.0169802 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:32 2021 Pair time (%) = 0.00103593 (6.10081) Neigh time (%) = 0 (0) Comm time (%) = 7.79629e-05 (0.459141) Outpt time (%) = 0.0157151 (92.5498) Other time (%) = 0.000151157 (0.890199) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:32 2021 Memory usage per processor = 27.5191 Mbytes Step Atoms AVEKE stressZZ 3726 5000 4.5253027e-12 1063853.4 3727 -0.00740999999999596 1063833.4718489 3727 5000 4.5250103e-12 1063833.5 Loop time of 0.0171289 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:32 2021 Pair time (%) = 0.000814915 (4.75753) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.203218) Outpt time (%) = 0.016185 (94.4894) Other time (%) = 9.41753e-05 (0.549802) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:32 2021 Memory usage per processor = 27.5191 Mbytes Step Atoms AVEKE stressZZ 3727 5000 4.5250103e-12 1063831.6 3728 -0.00740999999999596 1063811.6327634 3728 5000 4.524718e-12 1063811.6 Loop time of 0.0163412 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:32 2021 Pair time (%) = 0.000818014 (5.00584) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.214473) Outpt time (%) = 0.015393 (94.1975) Other time (%) = 9.5129e-05 (0.582142) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:32 2021 Memory usage per processor = 27.5191 Mbytes Step Atoms AVEKE stressZZ 3728 5000 4.524718e-12 1063809.7 3729 -0.00740999999999596 1063789.79461353 3729 5000 4.5244256e-12 1063789.8 Loop time of 0.0163701 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:32 2021 Pair time (%) = 0.000861883 (5.265) Neigh time (%) = 0 (0) Comm time (%) = 0.000100851 (0.61607) Outpt time (%) = 0.015275 (93.3106) Other time (%) = 0.000132322 (0.808319) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:32 2021 Memory usage per processor = 27.5191 Mbytes Step Atoms AVEKE stressZZ 3729 5000 4.5244256e-12 1063787.9 3730 -0.00740999999999596 1063767.95739926 3730 5000 4.5241333e-12 1063768 Loop time of 0.0187659 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:32 2021 Pair time (%) = 0.000848055 (4.51912) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.191843) Outpt time (%) = 0.017725 (94.4531) Other time (%) = 0.000156879 (0.83598) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:32 2021 Memory usage per processor = 27.5191 Mbytes Step Atoms AVEKE stressZZ 3730 5000 4.5241333e-12 1063766.1 3731 -0.00740999999999596 1063746.12112046 3731 5000 4.523841e-12 1063746.1 Loop time of 0.0168769 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:32 2021 Pair time (%) = 0.000818968 (4.85259) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207665) Outpt time (%) = 0.015929 (94.3831) Other time (%) = 9.39369e-05 (0.556599) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:32 2021 Memory usage per processor = 27.5191 Mbytes Step Atoms AVEKE stressZZ 3731 5000 4.523841e-12 1063744.2 3732 -0.00740999999999596 1063724.28577708 3732 5000 4.5235487e-12 1063724.3 Loop time of 0.0163629 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:32 2021 Pair time (%) = 0.000862122 (5.26876) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.214189) Outpt time (%) = 0.0153701 (93.9328) Other time (%) = 9.56059e-05 (0.584284) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:32 2021 Memory usage per processor = 27.5191 Mbytes Step Atoms AVEKE stressZZ 3732 5000 4.5235487e-12 1063722.4 3733 -0.00740999999999596 1063702.45136905 3733 5000 4.5232565e-12 1063702.5 Loop time of 0.016794 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:33 2021 Pair time (%) = 0.00103092 (6.13864) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.238504) Outpt time (%) = 0.0155709 (92.7171) Other time (%) = 0.000152111 (0.905748) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:33 2021 Memory usage per processor = 27.5191 Mbytes Step Atoms AVEKE stressZZ 3733 5000 4.5232565e-12 1063700.5 3734 -0.00740999999999596 1063680.61789627 3734 5000 4.5229643e-12 1063680.6 Loop time of 0.0167031 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:33 2021 Pair time (%) = 0.000818968 (4.90308) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.202689) Outpt time (%) = 0.0157609 (94.359) Other time (%) = 8.9407e-05 (0.535271) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:33 2021 Memory usage per processor = 27.5191 Mbytes Step Atoms AVEKE stressZZ 3734 5000 4.5229643e-12 1063678.7 3735 -0.00740999999999596 1063658.78535871 3735 5000 4.5226721e-12 1063658.8 Loop time of 0.0162449 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:33 2021 Pair time (%) = 0.00081706 (5.02965) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.209874) Outpt time (%) = 0.0153 (94.1837) Other time (%) = 9.36985e-05 (0.576788) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:33 2021 Memory usage per processor = 27.5191 Mbytes Step Atoms AVEKE stressZZ 3735 5000 4.5226721e-12 1063656.9 3736 -0.00740999999999596 1063636.95375627 3736 5000 4.5223799e-12 1063637 Loop time of 0.016088 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:33 2021 Pair time (%) = 0.00081706 (5.07869) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.217849) Outpt time (%) = 0.015151 (94.1759) Other time (%) = 8.4877e-05 (0.527579) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:33 2021 Memory usage per processor = 27.5191 Mbytes Step Atoms AVEKE stressZZ 3736 5000 4.5223799e-12 1063635 3737 -0.00740999999999596 1063615.12308885 3737 5000 4.5220877e-12 1063615.1 Loop time of 0.016315 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:33 2021 Pair time (%) = 0.00081706 (5.00804) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.214818) Outpt time (%) = 0.015373 (94.2262) Other time (%) = 8.98838e-05 (0.550928) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:33 2021 Memory usage per processor = 27.5191 Mbytes Step Atoms AVEKE stressZZ 3737 5000 4.5220877e-12 1063613.2 3738 -0.00740999999999596 1063593.2933564 3738 5000 4.5217956e-12 1063593.3 Loop time of 0.0171061 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:33 2021 Pair time (%) = 0.000871897 (5.09701) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.199309) Outpt time (%) = 0.0161102 (94.1782) Other time (%) = 8.98838e-05 (0.52545) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:33 2021 Memory usage per processor = 27.5191 Mbytes Step Atoms AVEKE stressZZ 3738 5000 4.5217956e-12 1063591.4 3739 -0.00740999999999596 1063571.46455887 3739 5000 4.5215035e-12 1063571.5 Loop time of 0.016536 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:33 2021 Pair time (%) = 0.000818968 (4.95264) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.210505) Outpt time (%) = 0.0155871 (94.2616) Other time (%) = 9.5129e-05 (0.575284) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:33 2021 Memory usage per processor = 27.5191 Mbytes Step Atoms AVEKE stressZZ 3739 5000 4.5215035e-12 1063569.6 3740 -0.00740999999999596 1063549.63669616 3740 5000 4.5212115e-12 1063549.6 Loop time of 0.0184081 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:33 2021 Pair time (%) = 0.00102901 (5.59002) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.211115) Outpt time (%) = 0.01719 (93.3829) Other time (%) = 0.000150204 (0.815967) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:33 2021 Memory usage per processor = 27.5191 Mbytes Step Atoms AVEKE stressZZ 3740 5000 4.5212115e-12 1063547.7 3741 -0.00740999999999596 1063527.80976818 3741 5000 4.5209194e-12 1063527.8 Loop time of 0.0171239 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:33 2021 Pair time (%) = 0.000967979 (5.65279) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.203278) Outpt time (%) = 0.016022 (93.5647) Other time (%) = 9.91821e-05 (0.579202) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:33 2021 Memory usage per processor = 27.5191 Mbytes Step Atoms AVEKE stressZZ 3741 5000 4.5209194e-12 1063525.9 3742 -0.00740999999999596 1063505.9837749 3742 5000 4.5206274e-12 1063506 Loop time of 0.0169029 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:33 2021 Pair time (%) = 0.000931025 (5.50807) Neigh time (%) = 0 (0) Comm time (%) = 6.60419e-05 (0.390713) Outpt time (%) = 0.0157011 (92.8896) Other time (%) = 0.000204802 (1.21163) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:33 2021 Memory usage per processor = 27.5191 Mbytes Step Atoms AVEKE stressZZ 3742 5000 4.5206274e-12 1063504.1 3743 -0.00740999999999596 1063484.15871621 3743 5000 4.5203354e-12 1063484.2 Loop time of 0.0163488 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:33 2021 Pair time (%) = 0.000833988 (5.10121) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.220206) Outpt time (%) = 0.0153339 (93.7919) Other time (%) = 0.000144958 (0.886659) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:33 2021 Memory usage per processor = 27.5191 Mbytes Step Atoms AVEKE stressZZ 3743 5000 4.5203354e-12 1063482.3 3744 -0.00740999999999596 1063462.33459206 3744 5000 4.5200434e-12 1063462.3 Loop time of 0.0170052 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:33 2021 Pair time (%) = 0.00114512 (6.73396) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.229933) Outpt time (%) = 0.0156372 (91.9551) Other time (%) = 0.000183821 (1.08097) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:33 2021 Memory usage per processor = 27.5191 Mbytes Step Atoms AVEKE stressZZ 3744 5000 4.5200434e-12 1063460.4 3745 -0.00740999999999596 1063440.51140237 3745 5000 4.5197515e-12 1063440.5 Loop time of 0.0171111 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:33 2021 Pair time (%) = 0.000819921 (4.79176) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.197857) Outpt time (%) = 0.0161631 (94.46) Other time (%) = 9.41753e-05 (0.550377) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:33 2021 Memory usage per processor = 27.5191 Mbytes Step Atoms AVEKE stressZZ 3745 5000 4.5197515e-12 1063438.6 3746 -0.00740999999999596 1063418.68914705 3746 5000 4.5194596e-12 1063418.7 Loop time of 0.016716 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:33 2021 Pair time (%) = 0.000819921 (4.90501) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.208238) Outpt time (%) = 0.0157669 (94.3219) Other time (%) = 9.44138e-05 (0.564811) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:33 2021 Memory usage per processor = 27.5191 Mbytes Step Atoms AVEKE stressZZ 3746 5000 4.5194596e-12 1063416.8 3747 -0.00740999999999596 1063396.86782605 3747 5000 4.5191677e-12 1063396.9 Loop time of 0.0171189 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:33 2021 Pair time (%) = 0.000906944 (5.2979) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.215871) Outpt time (%) = 0.016046 (93.7328) Other time (%) = 0.000128984 (0.753461) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:33 2021 Memory usage per processor = 27.5191 Mbytes Step Atoms AVEKE stressZZ 3747 5000 4.5191677e-12 1063395 3748 -0.00740999999999596 1063375.04743927 3748 5000 4.5188758e-12 1063375 Loop time of 0.0171931 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:33 2021 Pair time (%) = 0.000906944 (5.27505) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.20246) Outpt time (%) = 0.0161371 (93.8583) Other time (%) = 0.000114202 (0.664235) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:33 2021 Memory usage per processor = 27.5191 Mbytes Step Atoms AVEKE stressZZ 3748 5000 4.5188758e-12 1063373.1 3749 -0.00740999999999596 1063353.22798667 3749 5000 4.518584e-12 1063353.2 Loop time of 0.016871 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:33 2021 Pair time (%) = 0.000819921 (4.85995) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207739) Outpt time (%) = 0.0159218 (94.3741) Other time (%) = 9.41753e-05 (0.558209) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:33 2021 Memory usage per processor = 27.5191 Mbytes Step Atoms AVEKE stressZZ 3749 5000 4.518584e-12 1063351.3 3750 -0.00740999999999596 1063331.40946815 3750 5000 4.5182921e-12 1063331.4 Loop time of 0.0177741 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:33 2021 Pair time (%) = 0.000832081 (4.68142) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.202549) Outpt time (%) = 0.0168071 (94.5594) Other time (%) = 9.89437e-05 (0.556673) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:33 2021 Memory usage per processor = 27.5191 Mbytes Step Atoms AVEKE stressZZ 3750 5000 4.5182921e-12 1063329.5 3751 -0.00740999999999596 1063309.59188363 3751 5000 4.5180004e-12 1063309.6 Loop time of 0.017035 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:33 2021 Pair time (%) = 0.0011301 (6.63401) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.281316) Outpt time (%) = 0.0156779 (92.0336) Other time (%) = 0.000179052 (1.05108) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:33 2021 Memory usage per processor = 27.5191 Mbytes Step Atoms AVEKE stressZZ 3751 5000 4.5180004e-12 1063307.7 3752 -0.00740999999999596 1063287.77523306 3752 5000 4.5177086e-12 1063287.8 Loop time of 0.0167089 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:33 2021 Pair time (%) = 0.000819921 (4.90711) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209754) Outpt time (%) = 0.0157609 (94.3266) Other time (%) = 9.29832e-05 (0.556491) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:33 2021 Memory usage per processor = 27.5191 Mbytes Step Atoms AVEKE stressZZ 3752 5000 4.5177086e-12 1063285.9 3753 -0.00740999999999596 1063265.95951638 3753 5000 4.5174168e-12 1063266 Loop time of 0.01651 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:33 2021 Pair time (%) = 0.000819921 (4.96621) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.210836) Outpt time (%) = 0.0155611 (94.2525) Other time (%) = 9.41753e-05 (0.570414) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:33 2021 Memory usage per processor = 27.5191 Mbytes Step Atoms AVEKE stressZZ 3753 5000 4.5174168e-12 1063264.1 3754 -0.00740999999999596 1063244.14473346 3754 5000 4.5171251e-12 1063244.1 Loop time of 0.0165 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:33 2021 Pair time (%) = 0.000833035 (5.0487) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.218189) Outpt time (%) = 0.0154672 (93.7404) Other time (%) = 0.000163794 (0.992688) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:33 2021 Memory usage per processor = 27.5191 Mbytes Step Atoms AVEKE stressZZ 3754 5000 4.5171251e-12 1063242.2 3755 -0.00740999999999596 1063222.33088428 3755 5000 4.5168334e-12 1063222.3 Loop time of 0.017163 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:33 2021 Pair time (%) = 0.00087285 (5.08564) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204204) Outpt time (%) = 0.016155 (94.1267) Other time (%) = 0.000100136 (0.583439) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:33 2021 Memory usage per processor = 27.5191 Mbytes Step Atoms AVEKE stressZZ 3755 5000 4.5168334e-12 1063220.4 3756 -0.00740999999999596 1063200.51796876 3756 5000 4.5165418e-12 1063200.5 Loop time of 0.0170889 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:33 2021 Pair time (%) = 0.000822067 (4.81054) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.20509) Outpt time (%) = 0.0161388 (94.4403) Other time (%) = 9.29832e-05 (0.544115) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:33 2021 Memory usage per processor = 27.5191 Mbytes Step Atoms AVEKE stressZZ 3756 5000 4.5165418e-12 1063198.6 3757 -0.00740999999999596 1063178.70598682 3757 5000 4.5162501e-12 1063178.7 Loop time of 0.016403 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:33 2021 Pair time (%) = 0.000818014 (4.98699) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.207852) Outpt time (%) = 0.0154538 (94.2136) Other time (%) = 9.70364e-05 (0.591578) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:33 2021 Memory usage per processor = 27.5191 Mbytes Step Atoms AVEKE stressZZ 3757 5000 4.5162501e-12 1063176.8 3758 -0.00740999999999596 1063156.89493835 3758 5000 4.5159585e-12 1063156.9 Loop time of 0.0167181 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:33 2021 Pair time (%) = 0.00105 (6.28057) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.280943) Outpt time (%) = 0.0154381 (92.3432) Other time (%) = 0.000183105 (1.09525) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:33 2021 Memory usage per processor = 27.5191 Mbytes Step Atoms AVEKE stressZZ 3758 5000 4.5159585e-12 1063155 3759 -0.00740999999999596 1063135.08482334 3759 5000 4.5156669e-12 1063135.1 Loop time of 0.0168731 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:33 2021 Pair time (%) = 0.000849009 (5.03172) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.213364) Outpt time (%) = 0.0158601 (93.9961) Other time (%) = 0.000128031 (0.758785) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:33 2021 Memory usage per processor = 27.5191 Mbytes Step Atoms AVEKE stressZZ 3759 5000 4.5156669e-12 1063133.2 3760 -0.00740999999999596 1063113.27564165 3760 5000 4.5153753e-12 1063113.3 Loop time of 0.018713 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:33 2021 Pair time (%) = 0.000819206 (4.37774) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.186016) Outpt time (%) = 0.0177691 (94.9559) Other time (%) = 8.98838e-05 (0.480328) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:33 2021 Memory usage per processor = 27.5191 Mbytes Step Atoms AVEKE stressZZ 3760 5000 4.5153753e-12 1063111.4 3761 -0.00740999999999596 1063091.46739328 3761 5000 4.5150838e-12 1063091.5 Loop time of 0.0163229 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:33 2021 Pair time (%) = 0.000837088 (5.12832) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.220557) Outpt time (%) = 0.015352 (94.0523) Other time (%) = 9.77516e-05 (0.598864) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:33 2021 Memory usage per processor = 27.5191 Mbytes Step Atoms AVEKE stressZZ 3761 5000 4.5150838e-12 1063089.6 3762 -0.00740999999999596 1063069.66007811 3762 5000 4.5147923e-12 1063069.7 Loop time of 0.01669 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:33 2021 Pair time (%) = 0.000899076 (5.38691) Neigh time (%) = 0 (0) Comm time (%) = 4.91142e-05 (0.294273) Outpt time (%) = 0.01562 (93.5888) Other time (%) = 0.000121832 (0.729969) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:33 2021 Memory usage per processor = 27.5191 Mbytes Step Atoms AVEKE stressZZ 3762 5000 4.5147923e-12 1063067.8 3763 -0.00740999999999596 1063047.85369606 3763 5000 4.5145008e-12 1063047.9 Loop time of 0.0170212 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:33 2021 Pair time (%) = 0.000861168 (5.05939) Neigh time (%) = 0 (0) Comm time (%) = 8.39233e-05 (0.493052) Outpt time (%) = 0.0159719 (93.8354) Other time (%) = 0.000104189 (0.612113) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:33 2021 Memory usage per processor = 27.5191 Mbytes Step Atoms AVEKE stressZZ 3763 5000 4.5145008e-12 1063045.9 3764 -0.00740999999999596 1063026.04824712 3764 5000 4.5142093e-12 1063026 Loop time of 0.016499 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:33 2021 Pair time (%) = 0.000817776 (4.9565) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.212422) Outpt time (%) = 0.0155571 (94.2906) Other time (%) = 8.91685e-05 (0.540447) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:33 2021 Memory usage per processor = 27.5191 Mbytes Step Atoms AVEKE stressZZ 3764 5000 4.5142093e-12 1063024.1 3765 -0.00740999999999596 1063004.24373115 3765 5000 4.5139179e-12 1063004.2 Loop time of 0.0167139 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:33 2021 Pair time (%) = 0.0010128 (6.05966) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.239647) Outpt time (%) = 0.0155311 (92.9233) Other time (%) = 0.000129938 (0.777427) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:33 2021 Memory usage per processor = 27.5191 Mbytes Step Atoms AVEKE stressZZ 3765 5000 4.5139179e-12 1063002.3 3766 -0.00740999999999596 1062982.44014812 3766 5000 4.5136265e-12 1062982.4 Loop time of 0.0168879 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:33 2021 Pair time (%) = 0.00081706 (4.83814) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.20753) Outpt time (%) = 0.015944 (94.4108) Other time (%) = 9.17912e-05 (0.543532) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:33 2021 Memory usage per processor = 27.5191 Mbytes Step Atoms AVEKE stressZZ 3766 5000 4.5136265e-12 1062980.5 3767 -0.00740999999999596 1062960.63749792 3767 5000 4.5133351e-12 1062960.6 Loop time of 0.0164568 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:33 2021 Pair time (%) = 0.000859976 (5.22564) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.212966) Outpt time (%) = 0.0154669 (93.9848) Other time (%) = 9.48906e-05 (0.576603) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:33 2021 Memory usage per processor = 27.5191 Mbytes Step Atoms AVEKE stressZZ 3767 5000 4.5133351e-12 1062958.7 3768 -0.00740999999999596 1062938.83578051 3768 5000 4.5130437e-12 1062938.8 Loop time of 0.0163581 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:33 2021 Pair time (%) = 0.000863075 (5.27612) Neigh time (%) = 0 (0) Comm time (%) = 5.19753e-05 (0.317733) Outpt time (%) = 0.0153358 (93.7503) Other time (%) = 0.000107288 (0.655872) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:33 2021 Memory usage per processor = 27.5191 Mbytes Step Atoms AVEKE stressZZ 3768 5000 4.5130437e-12 1062936.9 3769 -0.00740999999999596 1062917.03499581 3769 5000 4.5127524e-12 1062917 Loop time of 0.0170732 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:33 2021 Pair time (%) = 0.000908136 (5.31909) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205279) Outpt time (%) = 0.0160348 (93.9184) Other time (%) = 9.5129e-05 (0.557185) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:33 2021 Memory usage per processor = 27.5191 Mbytes Step Atoms AVEKE stressZZ 3769 5000 4.5127524e-12 1062915.1 3770 -0.00740999999999596 1062895.23514374 3770 5000 4.5124611e-12 1062895.2 Loop time of 0.0186791 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:33 2021 Pair time (%) = 0.000899076 (4.81326) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.192735) Outpt time (%) = 0.0176439 (94.4579) Other time (%) = 0.000100136 (0.536084) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:33 2021 Memory usage per processor = 27.5191 Mbytes Step Atoms AVEKE stressZZ 3770 5000 4.5124611e-12 1062893.3 3771 -0.00740999999999596 1062873.43622424 3771 5000 4.5121698e-12 1062873.4 Loop time of 0.016578 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:33 2021 Pair time (%) = 0.00086689 (5.22917) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.21141) Outpt time (%) = 0.0155799 (93.9798) Other time (%) = 9.60827e-05 (0.579581) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:33 2021 Memory usage per processor = 27.5191 Mbytes Step Atoms AVEKE stressZZ 3771 5000 4.5121698e-12 1062871.5 3772 -0.00740999999999596 1062851.63823721 3772 5000 4.5118785e-12 1062851.6 Loop time of 0.0167301 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:33 2021 Pair time (%) = 0.000977039 (5.84002) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.23229) Outpt time (%) = 0.015589 (93.1795) Other time (%) = 0.00012517 (0.748172) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:33 2021 Memory usage per processor = 27.5191 Mbytes Step Atoms AVEKE stressZZ 3772 5000 4.5118785e-12 1062849.7 3773 -0.00740999999999596 1062829.8411826 3773 5000 4.5115873e-12 1062829.8 Loop time of 0.0168319 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:33 2021 Pair time (%) = 0.000815868 (4.84716) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208221) Outpt time (%) = 0.015892 (94.4163) Other time (%) = 8.89301e-05 (0.528344) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:33 2021 Memory usage per processor = 27.5191 Mbytes Step Atoms AVEKE stressZZ 3773 5000 4.5115873e-12 1062827.9 3774 -0.00740999999999596 1062808.04506035 3774 5000 4.5112961e-12 1062808 Loop time of 0.0164039 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:33 2021 Pair time (%) = 0.000852108 (5.19454) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.213653) Outpt time (%) = 0.0154221 (94.0148) Other time (%) = 9.46522e-05 (0.57701) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:33 2021 Memory usage per processor = 27.5191 Mbytes Step Atoms AVEKE stressZZ 3774 5000 4.5112961e-12 1062806.1 3775 -0.00740999999999596 1062786.24987034 3775 5000 4.5110049e-12 1062786.2 Loop time of 0.016407 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:33 2021 Pair time (%) = 0.000946999 (5.77191) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.231051) Outpt time (%) = 0.015317 (93.3562) Other time (%) = 0.000105143 (0.640839) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:33 2021 Memory usage per processor = 27.5191 Mbytes Step Atoms AVEKE stressZZ 3775 5000 4.5110049e-12 1062784.3 3776 -0.00740999999999596 1062764.45561257 3776 5000 4.5107137e-12 1062764.5 Loop time of 0.016983 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:33 2021 Pair time (%) = 0.000869989 (5.1227) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206368) Outpt time (%) = 0.015965 (94.0055) Other time (%) = 0.00011301 (0.665431) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:33 2021 Memory usage per processor = 27.5191 Mbytes Step Atoms AVEKE stressZZ 3776 5000 4.5107137e-12 1062762.6 3777 -0.00740999999999596 1062742.66228692 3777 5000 4.5104226e-12 1062742.7 Loop time of 0.01704 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:34 2021 Pair time (%) = 0.000870943 (5.11116) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.211275) Outpt time (%) = 0.0160019 (93.908) Other time (%) = 0.00013113 (0.769543) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:19:34 2021 Memory usage per processor = 27.5191 Mbytes Step Atoms AVEKE stressZZ 3777 5000 4.5104226e-12 1062740.8 3778 -0.00740999999999596 1062716.84163646 3778 5000 8.9111898e-12 1062751.6 Loop time of 0.016109 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:34 2021 Pair time (%) = 0.00082016 (5.09132) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.223485) Outpt time (%) = 0.015135 (93.9541) Other time (%) = 0.000117779 (0.731137) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28294 ave 28294 max 28294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28294 Ave neighs/atom = 5.6588 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:34 2021 Memory usage per processor = 27.5191 Mbytes Step Atoms AVEKE stressZZ 3778 5000 8.9111898e-12 1089152.1 3779 -0.00744249999999594 1089125.58967919 3779 5000 7.2190047e-12 1089125.6 Loop time of 0.0166619 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:34 2021 Pair time (%) = 0.000864029 (5.18566) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.216069) Outpt time (%) = 0.015662 (93.9987) Other time (%) = 9.98974e-05 (0.599556) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:34 2021 Memory usage per processor = 27.5191 Mbytes Step Atoms AVEKE stressZZ 3779 5000 7.2190047e-12 1089123 3780 -0.00744249999999594 1089098.71469832 3780 5000 6.236004e-12 1089098.7 Loop time of 0.017643 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:34 2021 Pair time (%) = 0.000819206 (4.64324) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.198649) Outpt time (%) = 0.0167 (94.6554) Other time (%) = 8.86917e-05 (0.502703) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:34 2021 Memory usage per processor = 27.5193 Mbytes Step Atoms AVEKE stressZZ 3780 5000 6.236004e-12 1089096.4 3781 -0.00744249999999594 1089073.47068963 3781 5000 5.6485532e-12 1089073.5 Loop time of 0.015913 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:34 2021 Pair time (%) = 0.00085783 (5.39075) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.212753) Outpt time (%) = 0.01493 (93.8227) Other time (%) = 9.13143e-05 (0.573834) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:34 2021 Memory usage per processor = 27.5193 Mbytes Step Atoms AVEKE stressZZ 3781 5000 5.6485532e-12 1089071.2 3782 -0.00744249999999594 1089049.26353039 3782 5000 5.2902051e-12 1089049.3 Loop time of 0.0160348 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:34 2021 Pair time (%) = 0.00082016 (5.11486) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.218571) Outpt time (%) = 0.0150928 (94.1253) Other time (%) = 8.67844e-05 (0.541224) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:34 2021 Memory usage per processor = 27.5193 Mbytes Step Atoms AVEKE stressZZ 3782 5000 5.2902051e-12 1089047.1 3783 -0.00744249999999594 1089025.71565063 3783 5000 5.0684578e-12 1089025.7 Loop time of 0.0171831 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:34 2021 Pair time (%) = 0.000821114 (4.77862) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.203966) Outpt time (%) = 0.016237 (94.4943) Other time (%) = 8.98838e-05 (0.523095) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:34 2021 Memory usage per processor = 27.5193 Mbytes Step Atoms AVEKE stressZZ 3783 5000 5.0684578e-12 1089023.6 3784 -0.00744249999999594 1089002.58710107 3784 5000 4.9298875e-12 1089002.6 Loop time of 0.0165298 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:34 2021 Pair time (%) = 0.000821114 (4.96747) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.212026) Outpt time (%) = 0.0154989 (93.7633) Other time (%) = 0.000174761 (1.05725) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:34 2021 Memory usage per processor = 27.5193 Mbytes Step Atoms AVEKE stressZZ 3784 5000 4.9298875e-12 1089000.5 3785 -0.00744249999999594 1088979.72539147 3785 5000 4.8427092e-12 1088979.7 Loop time of 0.017271 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:34 2021 Pair time (%) = 0.000928879 (5.37824) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.208448) Outpt time (%) = 0.0162039 (93.8211) Other time (%) = 0.000102282 (0.592214) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:34 2021 Memory usage per processor = 27.5193 Mbytes Step Atoms AVEKE stressZZ 3785 5000 4.8427092e-12 1088977.7 3786 -0.00744249999999594 1088957.03361259 3786 5000 4.7875979e-12 1088957 Loop time of 0.0170691 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:34 2021 Pair time (%) = 0.000818968 (4.79796) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.203931) Outpt time (%) = 0.0161202 (94.4408) Other time (%) = 9.5129e-05 (0.557317) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:34 2021 Memory usage per processor = 27.5193 Mbytes Step Atoms AVEKE stressZZ 3786 5000 4.7875979e-12 1088955 3787 -0.00744249999999594 1088934.45017757 3787 5000 4.7526259e-12 1088934.5 Loop time of 0.016746 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:34 2021 Pair time (%) = 0.000823021 (4.91472) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209288) Outpt time (%) = 0.0157928 (94.3079) Other time (%) = 9.5129e-05 (0.568069) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:34 2021 Memory usage per processor = 27.5193 Mbytes Step Atoms AVEKE stressZZ 3787 5000 4.7526259e-12 1088932.5 3788 -0.00744249999999594 1088911.93594724 3788 5000 4.7303557e-12 1088911.9 Loop time of 0.016505 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:34 2021 Pair time (%) = 0.000968933 (5.87054) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.236902) Outpt time (%) = 0.0153821 (93.1963) Other time (%) = 0.000114918 (0.69626) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:34 2021 Memory usage per processor = 27.5193 Mbytes Step Atoms AVEKE stressZZ 3788 5000 4.7303557e-12 1088909.9 3789 -0.00744249999999594 1088889.46604821 3789 5000 4.7161185e-12 1088889.5 Loop time of 0.0171411 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:34 2021 Pair time (%) = 0.000926971 (5.40789) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.203074) Outpt time (%) = 0.0160789 (93.8035) Other time (%) = 0.000100374 (0.585576) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:34 2021 Memory usage per processor = 27.5193 Mbytes Step Atoms AVEKE stressZZ 3789 5000 4.7161185e-12 1088887.5 3790 -0.00744249999999594 1088867.02467309 3790 5000 4.7069705e-12 1088867 Loop time of 0.018564 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:34 2021 Pair time (%) = 0.000821829 (4.42701) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.188793) Outpt time (%) = 0.017596 (94.7857) Other time (%) = 0.000111103 (0.598487) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:34 2021 Memory usage per processor = 27.5193 Mbytes Step Atoms AVEKE stressZZ 3790 5000 4.7069705e-12 1088865 3791 -0.00744249999999594 1088844.60177609 3791 5000 4.7010504e-12 1088844.6 Loop time of 0.016469 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:34 2021 Pair time (%) = 0.000822067 (4.9916) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.212809) Outpt time (%) = 0.0155141 (94.202) Other time (%) = 9.77516e-05 (0.593549) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:34 2021 Memory usage per processor = 27.5193 Mbytes Step Atoms AVEKE stressZZ 3791 5000 4.7010504e-12 1088842.6 3792 -0.00744249999999594 1088822.190973 3792 5000 4.697179e-12 1088822.2 Loop time of 0.0168118 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:34 2021 Pair time (%) = 0.000868082 (5.16351) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.219815) Outpt time (%) = 0.0158029 (93.9984) Other time (%) = 0.000103951 (0.618317) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:34 2021 Memory usage per processor = 27.5193 Mbytes Step Atoms AVEKE stressZZ 3792 5000 4.697179e-12 1088820.2 3793 -0.00744249999999594 1088799.78820656 3793 5000 4.6946086e-12 1088799.8 Loop time of 0.0168259 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:34 2021 Pair time (%) = 0.000823021 (4.89139) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208295) Outpt time (%) = 0.0158761 (94.3548) Other time (%) = 9.17912e-05 (0.545534) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:34 2021 Memory usage per processor = 27.5193 Mbytes Step Atoms AVEKE stressZZ 3793 5000 4.6946086e-12 1088797.8 3794 -0.00744249999999594 1088777.39089824 3794 5000 4.6928645e-12 1088777.4 Loop time of 0.0162711 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:34 2021 Pair time (%) = 0.000828028 (5.08894) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.221258) Outpt time (%) = 0.015311 (94.0993) Other time (%) = 9.60827e-05 (0.590511) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:34 2021 Memory usage per processor = 27.5193 Mbytes Step Atoms AVEKE stressZZ 3794 5000 4.6928645e-12 1088775.4 3795 -0.00744249999999594 1088754.9974094 3795 5000 4.6916454e-12 1088755 Loop time of 0.016685 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:34 2021 Pair time (%) = 0.00100493 (6.02298) Neigh time (%) = 0 (0) Comm time (%) = 5.29289e-05 (0.317224) Outpt time (%) = 0.01548 (92.7781) Other time (%) = 0.000147104 (0.881655) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:34 2021 Memory usage per processor = 27.5193 Mbytes Step Atoms AVEKE stressZZ 3795 5000 4.6916454e-12 1088753 3796 -0.00744249999999594 1088732.60669861 3796 5000 4.6907598e-12 1088732.6 Loop time of 0.016794 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:34 2021 Pair time (%) = 0.000822783 (4.89927) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208691) Outpt time (%) = 0.015842 (94.3313) Other time (%) = 9.41753e-05 (0.560769) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:34 2021 Memory usage per processor = 27.5193 Mbytes Step Atoms AVEKE stressZZ 3796 5000 4.6907598e-12 1088730.6 3797 -0.00744249999999594 1088710.21810399 3797 5000 4.6900862e-12 1088710.2 Loop time of 0.0167911 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:34 2021 Pair time (%) = 0.000857115 (5.10458) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.203047) Outpt time (%) = 0.01577 (93.9185) Other time (%) = 0.000129938 (0.773851) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:34 2021 Memory usage per processor = 27.5193 Mbytes Step Atoms AVEKE stressZZ 3797 5000 4.6900862e-12 1088708.2 3798 -0.00744249999999594 1088687.83120928 3798 5000 4.6895473e-12 1088687.8 Loop time of 0.0163319 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:34 2021 Pair time (%) = 0.000889063 (5.44372) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.239413) Outpt time (%) = 0.0152991 (93.676) Other time (%) = 0.000104666 (0.640867) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:34 2021 Memory usage per processor = 27.5193 Mbytes Step Atoms AVEKE stressZZ 3798 5000 4.6895473e-12 1088685.8 3799 -0.00744249999999594 1088665.44574818 3799 5000 4.689094e-12 1088665.4 Loop time of 0.0168512 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:34 2021 Pair time (%) = 0.000849962 (5.04393) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207983) Outpt time (%) = 0.0158699 (94.1765) Other time (%) = 9.63211e-05 (0.571598) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:34 2021 Memory usage per processor = 27.5193 Mbytes Step Atoms AVEKE stressZZ 3799 5000 4.689094e-12 1088663.5 3800 -0.00744249999999594 1088643.06154855 3800 5000 4.6886951e-12 1088643.1 Loop time of 0.0186231 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:34 2021 Pair time (%) = 0.000950098 (5.10171) Neigh time (%) = 0 (0) Comm time (%) = 6.69956e-05 (0.359744) Outpt time (%) = 0.017513 (94.0393) Other time (%) = 9.29832e-05 (0.499289) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:34 2021 Memory usage per processor = 27.5193 Mbytes Step Atoms AVEKE stressZZ 3800 5000 4.6886951e-12 1088641.1 3801 -0.00744249999999594 1088620.67850169 3801 5000 4.6883309e-12 1088620.7 Loop time of 0.016515 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:34 2021 Pair time (%) = 0.000823021 (4.98347) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.210772) Outpt time (%) = 0.0155611 (94.224) Other time (%) = 9.60827e-05 (0.58179) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:34 2021 Memory usage per processor = 27.5193 Mbytes Step Atoms AVEKE stressZZ 3801 5000 4.6883309e-12 1088618.7 3802 -0.00744249999999594 1088598.29653856 3802 5000 4.6879886e-12 1088598.3 Loop time of 0.0164108 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:34 2021 Pair time (%) = 0.000937939 (5.71536) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.249884) Outpt time (%) = 0.0153148 (93.3214) Other time (%) = 0.000117064 (0.713331) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:34 2021 Memory usage per processor = 27.5193 Mbytes Step Atoms AVEKE stressZZ 3802 5000 4.6879886e-12 1088596.3 3803 -0.00744249999999594 1088575.91561524 3803 5000 4.6876602e-12 1088575.9 Loop time of 0.017014 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:34 2021 Pair time (%) = 0.000880957 (5.17783) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.204591) Outpt time (%) = 0.015996 (94.0164) Other time (%) = 0.000102282 (0.60116) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:34 2021 Memory usage per processor = 27.5193 Mbytes Step Atoms AVEKE stressZZ 3803 5000 4.6876602e-12 1088573.9 3804 -0.00744249999999594 1088553.53570377 3804 5000 4.6873408e-12 1088553.5 Loop time of 0.0166781 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:34 2021 Pair time (%) = 0.000823975 (4.94046) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.210141) Outpt time (%) = 0.0157251 (94.2862) Other time (%) = 9.39369e-05 (0.563235) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:34 2021 Memory usage per processor = 27.5193 Mbytes Step Atoms AVEKE stressZZ 3804 5000 4.6873408e-12 1088551.6 3805 -0.00744249999999594 1088531.15678634 3805 5000 4.6870271e-12 1088531.2 Loop time of 0.0163739 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:34 2021 Pair time (%) = 0.000836134 (5.10651) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.21987) Outpt time (%) = 0.0153968 (94.0329) Other time (%) = 0.000104904 (0.64068) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:34 2021 Memory usage per processor = 27.5193 Mbytes Step Atoms AVEKE stressZZ 3805 5000 4.6870271e-12 1088529.2 3806 -0.00744249999999594 1088508.77885159 3806 5000 4.6867169e-12 1088508.8 Loop time of 0.016881 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:34 2021 Pair time (%) = 0.000862837 (5.11129) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.213265) Outpt time (%) = 0.0158451 (93.8633) Other time (%) = 0.000137091 (0.812101) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:34 2021 Memory usage per processor = 27.5193 Mbytes Step Atoms AVEKE stressZZ 3806 5000 4.6867169e-12 1088506.8 3807 -0.00744249999999594 1088486.40189222 3807 5000 4.6864091e-12 1088486.4 Loop time of 0.0168979 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:34 2021 Pair time (%) = 0.000820875 (4.85785) Neigh time (%) = 0 (0) Comm time (%) = 6.81877e-05 (0.403527) Outpt time (%) = 0.015913 (94.1714) Other time (%) = 9.58443e-05 (0.567196) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:34 2021 Memory usage per processor = 27.5193 Mbytes Step Atoms AVEKE stressZZ 3807 5000 4.6864091e-12 1088484.4 3808 -0.00744249999999594 1088464.02590354 3808 5000 4.6861027e-12 1088464 Loop time of 0.016299 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:34 2021 Pair time (%) = 0.000865936 (5.31282) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.215029) Outpt time (%) = 0.015291 (93.8154) Other time (%) = 0.00010705 (0.656788) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:34 2021 Memory usage per processor = 27.5193 Mbytes Step Atoms AVEKE stressZZ 3808 5000 4.6861027e-12 1088462 3809 -0.00744249999999594 1088441.65088257 3809 5000 4.6857973e-12 1088441.7 Loop time of 0.0171859 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:34 2021 Pair time (%) = 0.00110388 (6.42315) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.209481) Outpt time (%) = 0.0159109 (92.5808) Other time (%) = 0.000135183 (0.786593) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:34 2021 Memory usage per processor = 27.5193 Mbytes Step Atoms AVEKE stressZZ 3809 5000 4.6857973e-12 1088439.7 3810 -0.00744249999999594 1088419.27682737 3810 5000 4.6854924e-12 1088419.3 Loop time of 0.018538 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:34 2021 Pair time (%) = 0.000818014 (4.41263) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.187772) Outpt time (%) = 0.017596 (94.9186) Other time (%) = 8.91685e-05 (0.481004) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:34 2021 Memory usage per processor = 27.5193 Mbytes Step Atoms AVEKE stressZZ 3810 5000 4.6854924e-12 1088417.3 3811 -0.00744249999999594 1088396.90373663 3811 5000 4.685188e-12 1088396.9 Loop time of 0.0169361 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:34 2021 Pair time (%) = 0.000818968 (4.83564) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.20694) Outpt time (%) = 0.0159931 (94.4323) Other time (%) = 8.89301e-05 (0.525093) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:34 2021 Memory usage per processor = 27.5193 Mbytes Step Atoms AVEKE stressZZ 3811 5000 4.685188e-12 1088394.9 3812 -0.00744249999999594 1088374.53160951 3812 5000 4.6848839e-12 1088374.5 Loop time of 0.0163329 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:34 2021 Pair time (%) = 0.000890017 (5.44924) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.226261) Outpt time (%) = 0.0153029 (93.6939) Other time (%) = 0.000102997 (0.630611) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:34 2021 Memory usage per processor = 27.5193 Mbytes Step Atoms AVEKE stressZZ 3812 5000 4.6848839e-12 1088372.6 3813 -0.00744249999999594 1088352.16044541 3813 5000 4.6845799e-12 1088352.2 Loop time of 0.0169549 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:34 2021 Pair time (%) = 0.000921965 (5.43775) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.212335) Outpt time (%) = 0.0158951 (93.7495) Other time (%) = 0.000101805 (0.600444) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:34 2021 Memory usage per processor = 27.5193 Mbytes Step Atoms AVEKE stressZZ 3813 5000 4.6845799e-12 1088350.2 3814 -0.00744249999999594 1088329.79024391 3814 5000 4.684276e-12 1088329.8 Loop time of 0.0169179 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:34 2021 Pair time (%) = 0.000857115 (5.06631) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207162) Outpt time (%) = 0.0159321 (94.1727) Other time (%) = 9.36985e-05 (0.553841) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:34 2021 Memory usage per processor = 27.5193 Mbytes Step Atoms AVEKE stressZZ 3814 5000 4.684276e-12 1088327.8 3815 -0.00744249999999594 1088307.42100476 3815 5000 4.6839722e-12 1088307.4 Loop time of 0.01634 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:34 2021 Pair time (%) = 0.000819921 (5.01787) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.207193) Outpt time (%) = 0.0153439 (93.9038) Other time (%) = 0.000142336 (0.871088) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:34 2021 Memory usage per processor = 27.5193 Mbytes Step Atoms AVEKE stressZZ 3815 5000 4.6839722e-12 1088305.4 3816 -0.00744249999999594 1088285.05272771 3816 5000 4.6836685e-12 1088285.1 Loop time of 0.0170839 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:34 2021 Pair time (%) = 0.000868797 (5.08548) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.216314) Outpt time (%) = 0.016078 (94.1121) Other time (%) = 0.000100136 (0.586142) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:34 2021 Memory usage per processor = 27.5193 Mbytes Step Atoms AVEKE stressZZ 3816 5000 4.6836685e-12 1088283.1 3817 -0.00744249999999594 1088262.68541259 3817 5000 4.6833649e-12 1088262.7 Loop time of 0.0173101 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:34 2021 Pair time (%) = 0.000820875 (4.74216) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.196959) Outpt time (%) = 0.0163591 (94.5058) Other time (%) = 9.60827e-05 (0.555066) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:34 2021 Memory usage per processor = 27.5193 Mbytes Step Atoms AVEKE stressZZ 3817 5000 4.6833649e-12 1088260.7 3818 -0.00744249999999594 1088240.31905926 3818 5000 4.6830613e-12 1088240.3 Loop time of 0.0164351 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:34 2021 Pair time (%) = 0.000820875 (4.99463) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.211797) Outpt time (%) = 0.015486 (94.2249) Other time (%) = 9.34601e-05 (0.56866) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:34 2021 Memory usage per processor = 27.5193 Mbytes Step Atoms AVEKE stressZZ 3818 5000 4.6830613e-12 1088238.3 3819 -0.00744249999999594 1088217.95366757 3819 5000 4.6827577e-12 1088218 Loop time of 0.0168719 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:34 2021 Pair time (%) = 0.00100899 (5.98027) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.230337) Outpt time (%) = 0.015604 (92.4851) Other time (%) = 0.00022006 (1.3043) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:34 2021 Memory usage per processor = 27.5193 Mbytes Step Atoms AVEKE stressZZ 3819 5000 4.6827577e-12 1088216 3820 -0.00744249999999594 1088195.58923686 3820 5000 4.6824541e-12 1088195.6 Loop time of 0.0184929 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:34 2021 Pair time (%) = 0.00082016 (4.43499) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.189518) Outpt time (%) = 0.0175459 (94.8791) Other time (%) = 9.17912e-05 (0.496358) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:34 2021 Memory usage per processor = 27.5193 Mbytes Step Atoms AVEKE stressZZ 3820 5000 4.6824541e-12 1088193.6 3821 -0.00744249999999594 1088173.22576598 3821 5000 4.6821506e-12 1088173.2 Loop time of 0.016454 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:34 2021 Pair time (%) = 0.000880003 (5.34827) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.218799) Outpt time (%) = 0.0153852 (93.5041) Other time (%) = 0.000152826 (0.928811) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:34 2021 Memory usage per processor = 27.5193 Mbytes Step Atoms AVEKE stressZZ 3821 5000 4.6821506e-12 1088171.2 3822 -0.00744249999999594 1088150.86325632 3822 5000 4.6818471e-12 1088150.9 Loop time of 0.0161321 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:35 2021 Pair time (%) = 0.000823021 (5.10175) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.217253) Outpt time (%) = 0.0151861 (94.1356) Other time (%) = 8.79765e-05 (0.54535) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:35 2021 Memory usage per processor = 27.5193 Mbytes Step Atoms AVEKE stressZZ 3822 5000 4.6818471e-12 1088148.9 3823 -0.00744249999999594 1088128.50170784 3823 5000 4.6815437e-12 1088128.5 Loop time of 0.0161359 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:35 2021 Pair time (%) = 0.000818968 (5.07543) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.217202) Outpt time (%) = 0.015192 (94.1503) Other time (%) = 8.98838e-05 (0.557041) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:35 2021 Memory usage per processor = 27.5193 Mbytes Step Atoms AVEKE stressZZ 3823 5000 4.6815437e-12 1088126.5 3824 -0.00744249999999594 1088106.14112041 3824 5000 4.6812402e-12 1088106.1 Loop time of 0.0161529 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:35 2021 Pair time (%) = 0.000860929 (5.32989) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.216974) Outpt time (%) = 0.015168 (93.9026) Other time (%) = 8.89301e-05 (0.550554) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:35 2021 Memory usage per processor = 27.5193 Mbytes Step Atoms AVEKE stressZZ 3824 5000 4.6812402e-12 1088104.2 3825 -0.00744249999999594 1088083.78149393 3825 5000 4.6809368e-12 1088083.8 Loop time of 0.0161042 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:35 2021 Pair time (%) = 0.00082016 (5.09283) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.217629) Outpt time (%) = 0.015161 (94.1433) Other time (%) = 8.79765e-05 (0.546294) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:35 2021 Memory usage per processor = 27.5193 Mbytes Step Atoms AVEKE stressZZ 3825 5000 4.6809368e-12 1088081.8 3826 -0.00744249999999594 1088061.42282911 3826 5000 4.6806334e-12 1088061.4 Loop time of 0.0160539 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:35 2021 Pair time (%) = 0.000820875 (5.11324) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.216826) Outpt time (%) = 0.015111 (94.1264) Other time (%) = 8.72612e-05 (0.543551) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:35 2021 Memory usage per processor = 27.5193 Mbytes Step Atoms AVEKE stressZZ 3826 5000 4.6806334e-12 1088059.4 3827 -0.00744249999999594 1088039.06512856 3827 5000 4.6803301e-12 1088039.1 Loop time of 0.0176432 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:35 2021 Pair time (%) = 0.000821114 (4.65399) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.193241) Outpt time (%) = 0.0166819 (94.5514) Other time (%) = 0.000106096 (0.601343) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:35 2021 Memory usage per processor = 27.5193 Mbytes Step Atoms AVEKE stressZZ 3827 5000 4.6803301e-12 1088037.1 3828 -0.00744249999999594 1088016.7083907 3828 5000 4.6800268e-12 1088016.7 Loop time of 0.0162661 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:35 2021 Pair time (%) = 0.000862837 (5.30451) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.208135) Outpt time (%) = 0.01526 (93.8146) Other time (%) = 0.000109434 (0.672774) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:35 2021 Memory usage per processor = 27.5193 Mbytes Step Atoms AVEKE stressZZ 3828 5000 4.6800268e-12 1088014.7 3829 -0.00744249999999594 1087994.35261494 3829 5000 4.6797235e-12 1087994.4 Loop time of 0.016006 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:35 2021 Pair time (%) = 0.000823975 (5.14791) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.218965) Outpt time (%) = 0.015058 (94.0775) Other time (%) = 8.89301e-05 (0.555605) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:35 2021 Memory usage per processor = 27.5193 Mbytes Step Atoms AVEKE stressZZ 3829 5000 4.6797235e-12 1087992.4 3830 -0.00744249999999594 1087971.99780096 3830 5000 4.6794202e-12 1087972 Loop time of 0.017571 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:35 2021 Pair time (%) = 0.000820875 (4.67177) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.199463) Outpt time (%) = 0.016624 (94.6104) Other time (%) = 9.10759e-05 (0.518332) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:35 2021 Memory usage per processor = 27.5193 Mbytes Step Atoms AVEKE stressZZ 3830 5000 4.6794202e-12 1087970 3831 -0.00744249999999594 1087949.64394853 3831 5000 4.6791169e-12 1087949.6 Loop time of 0.0170691 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:35 2021 Pair time (%) = 0.000821114 (4.81053) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205327) Outpt time (%) = 0.0161231 (94.4576) Other time (%) = 8.98838e-05 (0.526588) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:35 2021 Memory usage per processor = 27.5193 Mbytes Step Atoms AVEKE stressZZ 3831 5000 4.6791169e-12 1087947.7 3832 -0.00744249999999594 1087927.29105745 3832 5000 4.6788137e-12 1087927.3 Loop time of 0.016639 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:35 2021 Pair time (%) = 0.000860214 (5.16987) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.209202) Outpt time (%) = 0.01565 (94.0564) Other time (%) = 9.39369e-05 (0.564559) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:35 2021 Memory usage per processor = 27.5193 Mbytes Step Atoms AVEKE stressZZ 3832 5000 4.6788137e-12 1087925.3 3833 -0.00744249999999594 1087904.93912756 3833 5000 4.6785105e-12 1087904.9 Loop time of 0.016546 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:35 2021 Pair time (%) = 0.000995874 (6.01882) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.242078) Outpt time (%) = 0.0153849 (92.9826) Other time (%) = 0.00012517 (0.756495) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:35 2021 Memory usage per processor = 27.5193 Mbytes Step Atoms AVEKE stressZZ 3833 5000 4.6785105e-12 1087903 3834 -0.00744249999999594 1087882.58815872 3834 5000 4.6782074e-12 1087882.6 Loop time of 0.017128 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:35 2021 Pair time (%) = 0.000846148 (4.94014) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.210189) Outpt time (%) = 0.0161459 (94.2664) Other time (%) = 9.98974e-05 (0.583241) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:35 2021 Memory usage per processor = 27.5193 Mbytes Step Atoms AVEKE stressZZ 3834 5000 4.6782074e-12 1087880.6 3835 -0.00744249999999594 1087860.23815078 3835 5000 4.6779042e-12 1087860.2 Loop time of 0.0168819 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:35 2021 Pair time (%) = 0.000861883 (5.10536) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.206191) Outpt time (%) = 0.0158899 (94.1235) Other time (%) = 9.53674e-05 (0.564908) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:35 2021 Memory usage per processor = 27.5193 Mbytes Step Atoms AVEKE stressZZ 3835 5000 4.6779042e-12 1087858.3 3836 -0.00744249999999594 1087837.88910364 3836 5000 4.6776011e-12 1087837.9 Loop time of 0.0167952 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:35 2021 Pair time (%) = 0.000849009 (5.05508) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.221453) Outpt time (%) = 0.0158029 (94.0918) Other time (%) = 0.000106096 (0.631707) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:35 2021 Memory usage per processor = 27.5193 Mbytes Step Atoms AVEKE stressZZ 3836 5000 4.6776011e-12 1087835.9 3837 -0.00744249999999594 1087815.54101717 3837 5000 4.677298e-12 1087815.5 Loop time of 0.0169771 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:35 2021 Pair time (%) = 0.00082612 (4.86609) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.212058) Outpt time (%) = 0.0160141 (94.3278) Other time (%) = 0.000100851 (0.594043) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:35 2021 Memory usage per processor = 27.5193 Mbytes Step Atoms AVEKE stressZZ 3837 5000 4.677298e-12 1087813.6 3838 -0.00744249999999594 1087793.19389123 3838 5000 4.6769949e-12 1087793.2 Loop time of 0.0170829 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:35 2021 Pair time (%) = 0.000864029 (5.05785) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205161) Outpt time (%) = 0.0160909 (94.1927) Other time (%) = 9.29832e-05 (0.544305) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:35 2021 Memory usage per processor = 27.5193 Mbytes Step Atoms AVEKE stressZZ 3838 5000 4.6769949e-12 1087791.2 3839 -0.00744249999999594 1087770.84772577 3839 5000 4.6766919e-12 1087770.8 Loop time of 0.016248 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:35 2021 Pair time (%) = 0.000823975 (5.07124) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.214236) Outpt time (%) = 0.0152931 (94.1232) Other time (%) = 9.60827e-05 (0.591351) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:35 2021 Memory usage per processor = 27.5193 Mbytes Step Atoms AVEKE stressZZ 3839 5000 4.6766919e-12 1087768.9 3840 -0.00744249999999594 1087748.50252066 3840 5000 4.6763889e-12 1087748.5 Loop time of 0.018676 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:35 2021 Pair time (%) = 0.00103211 (5.52641) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.208086) Outpt time (%) = 0.017473 (93.5583) Other time (%) = 0.000132084 (0.707237) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:35 2021 Memory usage per processor = 27.5193 Mbytes Step Atoms AVEKE stressZZ 3840 5000 4.6763889e-12 1087746.5 3841 -0.00744249999999594 1087726.1582758 3841 5000 4.6760859e-12 1087726.2 Loop time of 0.0169001 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:35 2021 Pair time (%) = 0.000823021 (4.86993) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.201738) Outpt time (%) = 0.015949 (94.3725) Other time (%) = 9.39369e-05 (0.555838) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:35 2021 Memory usage per processor = 27.5193 Mbytes Step Atoms AVEKE stressZZ 3841 5000 4.6760859e-12 1087724.2 3842 -0.00744249999999594 1087703.81499106 3842 5000 4.675783e-12 1087703.8 Loop time of 0.0172119 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:35 2021 Pair time (%) = 0.000854969 (4.96731) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198083) Outpt time (%) = 0.016228 (94.2833) Other time (%) = 9.48906e-05 (0.551308) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:35 2021 Memory usage per processor = 27.5193 Mbytes Step Atoms AVEKE stressZZ 3842 5000 4.675783e-12 1087701.8 3843 -0.00744249999999594 1087681.47266722 3843 5000 4.67548e-12 1087681.5 Loop time of 0.01636 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:35 2021 Pair time (%) = 0.000824928 (5.04234) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.220056) Outpt time (%) = 0.0154009 (94.1372) Other time (%) = 9.82285e-05 (0.600417) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:35 2021 Memory usage per processor = 27.5193 Mbytes Step Atoms AVEKE stressZZ 3843 5000 4.67548e-12 1087679.5 3844 -0.00744249999999594 1087659.1313038 3844 5000 4.6751771e-12 1087659.1 Loop time of 0.0168359 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:35 2021 Pair time (%) = 0.000862122 (5.12073) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.213836) Outpt time (%) = 0.0158329 (94.0423) Other time (%) = 0.000104904 (0.623097) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:35 2021 Memory usage per processor = 27.5193 Mbytes Step Atoms AVEKE stressZZ 3844 5000 4.6751771e-12 1087657.2 3845 -0.00744249999999594 1087636.79090039 3845 5000 4.6748742e-12 1087636.8 Loop time of 0.0170138 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:35 2021 Pair time (%) = 0.000869989 (5.11344) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205995) Outpt time (%) = 0.0160129 (94.1172) Other time (%) = 9.58443e-05 (0.563333) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:35 2021 Memory usage per processor = 27.5193 Mbytes Step Atoms AVEKE stressZZ 3845 5000 4.6748742e-12 1087634.8 3846 -0.00744249999999594 1087614.45146253 3846 5000 4.6745714e-12 1087614.5 Loop time of 0.016324 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:35 2021 Pair time (%) = 0.000823021 (5.04177) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.213238) Outpt time (%) = 0.015372 (94.1681) Other time (%) = 9.41753e-05 (0.576912) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:35 2021 Memory usage per processor = 27.5193 Mbytes Step Atoms AVEKE stressZZ 3846 5000 4.6745714e-12 1087612.5 3847 -0.00744249999999594 1087592.11300275 3847 5000 4.6742686e-12 1087592.1 Loop time of 0.0168529 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:35 2021 Pair time (%) = 0.00102091 (6.05778) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.237671) Outpt time (%) = 0.015641 (92.809) Other time (%) = 0.000150919 (0.89551) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:35 2021 Memory usage per processor = 27.5193 Mbytes Step Atoms AVEKE stressZZ 3847 5000 4.6742686e-12 1087590.1 3848 -0.00744249999999594 1087569.77551288 3848 5000 4.6739658e-12 1087569.8 Loop time of 0.0170019 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:35 2021 Pair time (%) = 0.000823021 (4.84077) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206139) Outpt time (%) = 0.0160501 (94.402) Other time (%) = 9.36985e-05 (0.551107) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:35 2021 Memory usage per processor = 27.5193 Mbytes Step Atoms AVEKE stressZZ 3848 5000 4.6739658e-12 1087567.8 3849 -0.00744249999999594 1087547.43899034 3849 5000 4.673663e-12 1087547.4 Loop time of 0.0171299 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:35 2021 Pair time (%) = 0.000821829 (4.79763) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204599) Outpt time (%) = 0.016145 (94.2504) Other time (%) = 0.000128031 (0.747411) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:35 2021 Memory usage per processor = 27.5193 Mbytes Step Atoms AVEKE stressZZ 3849 5000 4.673663e-12 1087545.5 3850 -0.00744249999999594 1087525.10343269 3850 5000 4.6733602e-12 1087525.1 Loop time of 0.0178878 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:35 2021 Pair time (%) = 0.000826836 (4.62234) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.194597) Outpt time (%) = 0.016928 (94.6339) Other time (%) = 9.82285e-05 (0.549136) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:35 2021 Memory usage per processor = 27.5193 Mbytes Step Atoms AVEKE stressZZ 3850 5000 4.6733602e-12 1087523.1 3851 -0.00744249999999594 1087502.76883867 3851 5000 4.6730575e-12 1087502.8 Loop time of 0.017199 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:35 2021 Pair time (%) = 0.00114799 (6.67471) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.209321) Outpt time (%) = 0.015871 (92.2787) Other time (%) = 0.000144005 (0.837284) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:35 2021 Memory usage per processor = 27.5193 Mbytes Step Atoms AVEKE stressZZ 3851 5000 4.6730575e-12 1087500.8 3852 -0.00744249999999594 1087480.43520872 3852 5000 4.6727548e-12 1087480.4 Loop time of 0.0171752 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:35 2021 Pair time (%) = 0.000865936 (5.04178) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204059) Outpt time (%) = 0.0161769 (94.1878) Other time (%) = 9.72748e-05 (0.566368) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:35 2021 Memory usage per processor = 27.5193 Mbytes Step Atoms AVEKE stressZZ 3852 5000 4.6727548e-12 1087478.5 3853 -0.00744249999999594 1087458.10254238 3853 5000 4.6724521e-12 1087458.1 Loop time of 0.016428 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:35 2021 Pair time (%) = 0.000823021 (5.00987) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.211889) Outpt time (%) = 0.0154779 (94.2166) Other time (%) = 9.2268e-05 (0.561651) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:35 2021 Memory usage per processor = 27.5193 Mbytes Step Atoms AVEKE stressZZ 3853 5000 4.6724521e-12 1087456.1 3854 -0.00744249999999594 1087435.77083928 3854 5000 4.6721495e-12 1087435.8 Loop time of 0.016413 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:35 2021 Pair time (%) = 0.000848055 (5.16698) Neigh time (%) = 0 (0) Comm time (%) = 5.29289e-05 (0.322482) Outpt time (%) = 0.0153611 (93.591) Other time (%) = 0.000150919 (0.91951) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:35 2021 Memory usage per processor = 27.5193 Mbytes Step Atoms AVEKE stressZZ 3854 5000 4.6721495e-12 1087433.8 3855 -0.00744249999999594 1087413.44009908 3855 5000 4.6718469e-12 1087413.4 Loop time of 0.0171561 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:35 2021 Pair time (%) = 0.000914097 (5.32811) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204286) Outpt time (%) = 0.0161099 (93.902) Other time (%) = 9.70364e-05 (0.565608) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:35 2021 Memory usage per processor = 27.5193 Mbytes Step Atoms AVEKE stressZZ 3855 5000 4.6718469e-12 1087411.5 3856 -0.00744249999999594 1087391.11032148 3856 5000 4.6715443e-12 1087391.1 Loop time of 0.146877 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:35 2021 Pair time (%) = 0.000822067 (0.559698) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.0238618) Outpt time (%) = 0.145924 (99.351) Other time (%) = 9.60827e-05 (0.0654171) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:35 2021 Memory usage per processor = 27.5193 Mbytes Step Atoms AVEKE stressZZ 3856 5000 4.6715443e-12 1087389.1 3857 -0.00744249999999594 1087368.78150623 3857 5000 4.6712417e-12 1087368.8 Loop time of 0.0189471 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:35 2021 Pair time (%) = 0.00116396 (6.1432) Neigh time (%) = 0 (0) Comm time (%) = 5.00679e-05 (0.264251) Outpt time (%) = 0.0176091 (92.9382) Other time (%) = 0.000123978 (0.654335) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:35 2021 Memory usage per processor = 27.5193 Mbytes Step Atoms AVEKE stressZZ 3857 5000 4.6712417e-12 1087366.8 3858 -0.00744249999999594 1087346.45365314 3858 5000 4.6709392e-12 1087346.5 Loop time of 0.016727 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:35 2021 Pair time (%) = 0.000931978 (5.57171) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.233758) Outpt time (%) = 0.0156369 (93.4833) Other time (%) = 0.000118971 (0.711252) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:35 2021 Memory usage per processor = 27.5193 Mbytes Step Atoms AVEKE stressZZ 3858 5000 4.6709392e-12 1087344.5 3859 -0.00744249999999594 1087324.12676196 3859 5000 4.6706367e-12 1087324.1 Loop time of 0.017225 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:35 2021 Pair time (%) = 0.000871897 (5.0618) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.203469) Outpt time (%) = 0.0162239 (94.188) Other time (%) = 9.41753e-05 (0.546736) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:35 2021 Memory usage per processor = 27.5193 Mbytes Step Atoms AVEKE stressZZ 3859 5000 4.6706367e-12 1087322.1 3860 -0.00744249999999594 1087301.80083246 3860 5000 4.6703342e-12 1087301.8 Loop time of 0.0183189 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:36 2021 Pair time (%) = 0.000822067 (4.48754) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.191319) Outpt time (%) = 0.017369 (94.8149) Other time (%) = 9.27448e-05 (0.50628) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:36 2021 Memory usage per processor = 27.5193 Mbytes Step Atoms AVEKE stressZZ 3860 5000 4.6703342e-12 1087299.8 3861 -0.00744249999999594 1087279.47586452 3861 5000 4.6700317e-12 1087279.5 Loop time of 0.0164421 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:36 2021 Pair time (%) = 0.000828028 (5.03603) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.291461) Outpt time (%) = 0.0154469 (93.9475) Other time (%) = 0.000119209 (0.725026) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:36 2021 Memory usage per processor = 27.5193 Mbytes Step Atoms AVEKE stressZZ 3861 5000 4.6700317e-12 1087277.5 3862 -0.00744249999999594 1087257.1518579 3862 5000 4.6697293e-12 1087257.2 Loop time of 0.0172191 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:36 2021 Pair time (%) = 0.00118399 (6.87602) Neigh time (%) = 0 (0) Comm time (%) = 7.39098e-05 (0.429232) Outpt time (%) = 0.0157971 (91.7421) Other time (%) = 0.000164032 (0.952618) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:36 2021 Memory usage per processor = 27.5193 Mbytes Step Atoms AVEKE stressZZ 3862 5000 4.6697293e-12 1087255.2 3863 -0.00744249999999594 1087234.82881249 3863 5000 4.6694269e-12 1087234.8 Loop time of 0.0168428 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:36 2021 Pair time (%) = 0.00087285 (5.18232) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208086) Outpt time (%) = 0.0158401 (94.0462) Other time (%) = 9.48906e-05 (0.563388) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:36 2021 Memory usage per processor = 27.5193 Mbytes Step Atoms AVEKE stressZZ 3863 5000 4.6694269e-12 1087232.8 3864 -0.00744249999999594 1087212.50672811 3864 5000 4.6691245e-12 1087212.5 Loop time of 0.0167739 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:36 2021 Pair time (%) = 0.00082612 (4.92502) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.214626) Outpt time (%) = 0.0158181 (94.3018) Other time (%) = 9.36985e-05 (0.558596) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:36 2021 Memory usage per processor = 27.5193 Mbytes Step Atoms AVEKE stressZZ 3864 5000 4.6691245e-12 1087210.5 3865 -0.00744249999999594 1087190.18560464 3865 5000 4.6688221e-12 1087190.2 Loop time of 0.0165741 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:36 2021 Pair time (%) = 0.000868082 (5.23757) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.23016) Outpt time (%) = 0.0155611 (93.8878) Other time (%) = 0.000106812 (0.644447) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:36 2021 Memory usage per processor = 27.5193 Mbytes Step Atoms AVEKE stressZZ 3865 5000 4.6688221e-12 1087188.2 3866 -0.00744249999999594 1087167.86544189 3866 5000 4.6685198e-12 1087167.9 Loop time of 0.0173521 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:36 2021 Pair time (%) = 0.000991106 (5.71173) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.207475) Outpt time (%) = 0.0161831 (93.2633) Other time (%) = 0.000141859 (0.817532) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:36 2021 Memory usage per processor = 27.5193 Mbytes Step Atoms AVEKE stressZZ 3866 5000 4.6685198e-12 1087165.9 3867 -0.00744249999999594 1087145.54623981 3867 5000 4.6682175e-12 1087145.5 Loop time of 0.0166888 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:36 2021 Pair time (%) = 0.000821114 (4.92014) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.210006) Outpt time (%) = 0.015738 (94.3027) Other time (%) = 9.46522e-05 (0.567159) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:36 2021 Memory usage per processor = 27.5193 Mbytes Step Atoms AVEKE stressZZ 3867 5000 4.6682175e-12 1087143.6 3868 -0.00744249999999594 1087123.22799826 3868 5000 4.6679152e-12 1087123.2 Loop time of 0.0162809 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:36 2021 Pair time (%) = 0.000869989 (5.34362) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.215268) Outpt time (%) = 0.015239 (93.6005) Other time (%) = 0.000136852 (0.84057) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:36 2021 Memory usage per processor = 27.5193 Mbytes Step Atoms AVEKE stressZZ 3868 5000 4.6679152e-12 1087121.2 3869 -0.00744249999999594 1087100.9107171 3869 5000 4.667613e-12 1087100.9 Loop time of 0.0163929 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:36 2021 Pair time (%) = 0.000823021 (5.02058) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.213796) Outpt time (%) = 0.015445 (94.2173) Other time (%) = 8.98838e-05 (0.548308) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:36 2021 Memory usage per processor = 27.5193 Mbytes Step Atoms AVEKE stressZZ 3869 5000 4.667613e-12 1087098.9 3870 -0.00744249999999594 1087078.59439633 3870 5000 4.6673107e-12 1087078.6 Loop time of 0.0179222 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:36 2021 Pair time (%) = 0.00082612 (4.60949) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.195554) Outpt time (%) = 0.0169461 (94.5538) Other time (%) = 0.000114918 (0.641205) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:36 2021 Memory usage per processor = 27.5193 Mbytes Step Atoms AVEKE stressZZ 3870 5000 4.6673107e-12 1087076.6 3871 -0.00744249999999594 1087056.27903603 3871 5000 4.6670085e-12 1087056.3 Loop time of 0.0169799 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:36 2021 Pair time (%) = 0.00103593 (6.1009) Neigh time (%) = 0 (0) Comm time (%) = 5.4121e-05 (0.318735) Outpt time (%) = 0.0157471 (92.7393) Other time (%) = 0.000142813 (0.841068) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:36 2021 Memory usage per processor = 27.5193 Mbytes Step Atoms AVEKE stressZZ 3871 5000 4.6670085e-12 1087054.3 3872 -0.00744249999999594 1087033.96463564 3872 5000 4.6667064e-12 1087034 Loop time of 0.0169349 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:36 2021 Pair time (%) = 0.000838041 (4.94861) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.212586) Outpt time (%) = 0.0159619 (94.2545) Other time (%) = 9.89437e-05 (0.58426) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:36 2021 Memory usage per processor = 27.5193 Mbytes Step Atoms AVEKE stressZZ 3872 5000 4.6667064e-12 1087032 3873 -0.00744249999999594 1087011.65119495 3873 5000 4.6664042e-12 1087011.7 Loop time of 0.0165329 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:36 2021 Pair time (%) = 0.000819921 (4.95933) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211987) Outpt time (%) = 0.0155571 (94.0975) Other time (%) = 0.000120878 (0.731138) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:36 2021 Memory usage per processor = 27.5193 Mbytes Step Atoms AVEKE stressZZ 3873 5000 4.6664042e-12 1087009.7 3874 -0.00744249999999594 1086989.33871379 3874 5000 4.6661021e-12 1086989.3 Loop time of 0.0169642 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:36 2021 Pair time (%) = 0.000944138 (5.56547) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.241733) Outpt time (%) = 0.0158629 (93.5084) Other time (%) = 0.00011611 (0.684441) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:36 2021 Memory usage per processor = 27.5193 Mbytes Step Atoms AVEKE stressZZ 3874 5000 4.6661021e-12 1086987.4 3875 -0.00744249999999594 1086967.0271921 3875 5000 4.6658e-12 1086967 Loop time of 0.0171378 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:36 2021 Pair time (%) = 0.000822067 (4.79682) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204505) Outpt time (%) = 0.016187 (94.4519) Other time (%) = 9.36985e-05 (0.546737) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:36 2021 Memory usage per processor = 27.5193 Mbytes Step Atoms AVEKE stressZZ 3875 5000 4.6658e-12 1086965 3876 -0.00744249999999594 1086944.71662974 3876 5000 4.6654979e-12 1086944.7 Loop time of 0.016808 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:36 2021 Pair time (%) = 0.000823975 (4.90227) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.202843) Outpt time (%) = 0.0158439 (94.2637) Other time (%) = 0.000106096 (0.631224) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:36 2021 Memory usage per processor = 27.5193 Mbytes Step Atoms AVEKE stressZZ 3876 5000 4.6654979e-12 1086942.7 3877 -0.00744249999999594 1086922.40702662 3877 5000 4.6651959e-12 1086922.4 Loop time of 0.0164192 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:36 2021 Pair time (%) = 0.00089097 (5.4264) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.225072) Outpt time (%) = 0.015388 (93.7198) Other time (%) = 0.000103235 (0.628748) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:36 2021 Memory usage per processor = 27.5193 Mbytes Step Atoms AVEKE stressZZ 3877 5000 4.6651959e-12 1086920.4 3878 -0.00744249999999594 1086900.09838259 3878 5000 4.6648939e-12 1086900.1 Loop time of 0.016865 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:36 2021 Pair time (%) = 0.000929117 (5.50914) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.213467) Outpt time (%) = 0.0157959 (93.661) Other time (%) = 0.000103951 (0.616368) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:19:36 2021 Memory usage per processor = 27.5193 Mbytes Step Atoms AVEKE stressZZ 3878 5000 4.6648939e-12 1086898.1 3879 -0.00744249999999594 1086873.67330774 3879 5000 9.216371e-12 1086909.3 Loop time of 0.017086 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:36 2021 Pair time (%) = 0.000912189 (5.3388) Neigh time (%) = 0 (0) Comm time (%) = 4.19617e-05 (0.245591) Outpt time (%) = 0.01599 (93.5853) Other time (%) = 0.000141859 (0.830263) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:36 2021 Memory usage per processor = 27.5193 Mbytes Step Atoms AVEKE stressZZ 3879 5000 9.216371e-12 1113601.2 3880 -0.00747499999999592 1113574.09837836 3880 5000 7.4653309e-12 1113574.1 Loop time of 0.0179389 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:36 2021 Pair time (%) = 0.00082612 (4.6052) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.195372) Outpt time (%) = 0.016983 (94.6718) Other time (%) = 9.46522e-05 (0.527638) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:36 2021 Memory usage per processor = 27.5195 Mbytes Step Atoms AVEKE stressZZ 3880 5000 7.4653309e-12 1113571.4 3881 -0.00747499999999592 1113546.59235908 3881 5000 6.4481947e-12 1113546.6 Loop time of 0.016413 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:36 2021 Pair time (%) = 0.000871897 (5.31224) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.226609) Outpt time (%) = 0.0153949 (93.7973) Other time (%) = 0.000108957 (0.663849) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:36 2021 Memory usage per processor = 27.5195 Mbytes Step Atoms AVEKE stressZZ 3881 5000 6.4481947e-12 1113544.1 3882 -0.00747499999999592 1113520.75792697 3882 5000 5.8403677e-12 1113520.8 Loop time of 0.0170929 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:36 2021 Pair time (%) = 0.000856161 (5.00886) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205041) Outpt time (%) = 0.0161159 (94.284) Other time (%) = 8.58307e-05 (0.502141) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:36 2021 Memory usage per processor = 27.5195 Mbytes Step Atoms AVEKE stressZZ 3882 5000 5.8403677e-12 1113518.4 3883 -0.00747499999999592 1113495.9861675 3883 5000 5.4696001e-12 1113496 Loop time of 0.0168281 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:36 2021 Pair time (%) = 0.000830889 (4.93752) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.206852) Outpt time (%) = 0.015867 (94.2889) Other time (%) = 9.53674e-05 (0.566717) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:36 2021 Memory usage per processor = 27.5195 Mbytes Step Atoms AVEKE stressZZ 3883 5000 5.4696001e-12 1113493.8 3884 -0.00747499999999592 1113471.89011045 3884 5000 5.2401715e-12 1113471.9 Loop time of 0.016392 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:36 2021 Pair time (%) = 0.000849009 (5.17941) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.231263) Outpt time (%) = 0.0154009 (93.9537) Other time (%) = 0.000104189 (0.635609) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:36 2021 Memory usage per processor = 27.5195 Mbytes Step Atoms AVEKE stressZZ 3884 5000 5.2401715e-12 1113469.7 3885 -0.00747499999999592 1113448.22383262 3885 5000 5.0968027e-12 1113448.2 Loop time of 0.017123 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:36 2021 Pair time (%) = 0.000986099 (5.75892) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204681) Outpt time (%) = 0.01598 (93.3249) Other time (%) = 0.000121832 (0.711511) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:36 2021 Memory usage per processor = 27.5195 Mbytes Step Atoms AVEKE stressZZ 3885 5000 5.0968027e-12 1113446.1 3886 -0.00747499999999592 1113424.83104734 3886 5000 5.006606e-12 1113424.8 Loop time of 0.017319 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:36 2021 Pair time (%) = 0.000853062 (4.92559) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.207872) Outpt time (%) = 0.0163271 (94.2732) Other time (%) = 0.000102758 (0.593329) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:36 2021 Memory usage per processor = 27.5195 Mbytes Step Atoms AVEKE stressZZ 3886 5000 5.006606e-12 1113422.7 3887 -0.00747499999999592 1113401.61243272 3887 5000 4.9495866e-12 1113401.6 Loop time of 0.0166979 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:36 2021 Pair time (%) = 0.000823021 (4.92889) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209892) Outpt time (%) = 0.015743 (94.2815) Other time (%) = 9.67979e-05 (0.579702) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:36 2021 Memory usage per processor = 27.5195 Mbytes Step Atoms AVEKE stressZZ 3887 5000 4.9495866e-12 1113399.5 3888 -0.00747499999999592 1113378.50486859 3888 5000 4.9134036e-12 1113378.5 Loop time of 0.0166268 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:36 2021 Pair time (%) = 0.000916004 (5.50919) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.22226) Outpt time (%) = 0.0155659 (93.619) Other time (%) = 0.000108004 (0.649574) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:36 2021 Memory usage per processor = 27.5195 Mbytes Step Atoms AVEKE stressZZ 3888 5000 4.9134036e-12 1113376.4 3889 -0.00747499999999592 1113355.46824142 3889 5000 4.890362e-12 1113355.5 Loop time of 0.017257 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:36 2021 Pair time (%) = 0.000826836 (4.79131) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.203092) Outpt time (%) = 0.016299 (94.4488) Other time (%) = 9.60827e-05 (0.556776) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:36 2021 Memory usage per processor = 27.5195 Mbytes Step Atoms AVEKE stressZZ 3889 5000 4.890362e-12 1113353.4 3890 -0.00747499999999592 1113332.47705851 3890 5000 4.8756314e-12 1113332.5 Loop time of 0.018343 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:36 2021 Pair time (%) = 0.000823021 (4.48685) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.191068) Outpt time (%) = 0.0173912 (94.8113) Other time (%) = 9.36985e-05 (0.510814) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:36 2021 Memory usage per processor = 27.5195 Mbytes Step Atoms AVEKE stressZZ 3890 5000 4.8756314e-12 1113330.4 3891 -0.00747499999999592 1113309.51511898 3891 5000 4.8661662e-12 1113309.5 Loop time of 0.0165539 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:36 2021 Pair time (%) = 0.000824928 (4.98329) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.205957) Outpt time (%) = 0.0156 (94.2375) Other time (%) = 9.48906e-05 (0.573223) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:36 2021 Memory usage per processor = 27.5195 Mbytes Step Atoms AVEKE stressZZ 3891 5000 4.8661662e-12 1113307.5 3892 -0.00747499999999592 1113286.57212696 3892 5000 4.8600405e-12 1113286.6 Loop time of 0.017158 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:36 2021 Pair time (%) = 0.0011611 (6.76708) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.215379) Outpt time (%) = 0.0158191 (92.1963) Other time (%) = 0.000140905 (0.821221) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:36 2021 Memory usage per processor = 27.5195 Mbytes Step Atoms AVEKE stressZZ 3892 5000 4.8600405e-12 1113284.5 3893 -0.00747499999999592 1113263.64153924 3893 5000 4.8560344e-12 1113263.6 Loop time of 0.0169799 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:36 2021 Pair time (%) = 0.00082612 (4.86527) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206406) Outpt time (%) = 0.0160241 (94.3709) Other time (%) = 9.46522e-05 (0.557436) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:36 2021 Memory usage per processor = 27.5195 Mbytes Step Atoms AVEKE stressZZ 3893 5000 4.8560344e-12 1113261.6 3894 -0.00747499999999592 1113240.71919754 3894 5000 4.8533743e-12 1113240.7 Loop time of 0.016356 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:36 2021 Pair time (%) = 0.000828028 (5.06253) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.214279) Outpt time (%) = 0.015398 (94.143) Other time (%) = 9.48906e-05 (0.580158) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:36 2021 Memory usage per processor = 27.5195 Mbytes Step Atoms AVEKE stressZZ 3894 5000 4.8533743e-12 1113238.7 3895 -0.00747499999999592 1113217.80245915 3895 5000 4.8515691e-12 1113217.8 Loop time of 0.0163109 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:36 2021 Pair time (%) = 0.000877857 (5.38202) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.226565) Outpt time (%) = 0.0152938 (93.7643) Other time (%) = 0.000102282 (0.627074) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:36 2021 Memory usage per processor = 27.5195 Mbytes Step Atoms AVEKE stressZZ 3895 5000 4.8515691e-12 1113215.7 3896 -0.00747499999999592 1113194.88964463 3896 5000 4.850307e-12 1113194.9 Loop time of 0.017045 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:36 2021 Pair time (%) = 0.000827074 (4.85229) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.200022) Outpt time (%) = 0.0160902 (94.398) Other time (%) = 9.36985e-05 (0.549712) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:36 2021 Memory usage per processor = 27.5195 Mbytes Step Atoms AVEKE stressZZ 3896 5000 4.850307e-12 1113192.8 3897 -0.00747499999999592 1113171.97968654 3897 5000 4.8493901e-12 1113172 Loop time of 0.0168438 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:36 2021 Pair time (%) = 0.000864983 (5.13532) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208074) Outpt time (%) = 0.0158451 (94.0706) Other time (%) = 9.87053e-05 (0.586004) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:36 2021 Memory usage per processor = 27.5195 Mbytes Step Atoms AVEKE stressZZ 3897 5000 4.8493901e-12 1113169.9 3898 -0.00747499999999592 1113149.07190662 3898 5000 4.8486924e-12 1113149.1 Loop time of 0.016402 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:36 2021 Pair time (%) = 0.000834942 (5.09049) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.219493) Outpt time (%) = 0.015398 (93.8789) Other time (%) = 0.000133038 (0.811105) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:36 2021 Memory usage per processor = 27.5195 Mbytes Step Atoms AVEKE stressZZ 3898 5000 4.8486924e-12 1113147 3899 -0.00747499999999592 1113126.16587368 3899 5000 4.8481341e-12 1113126.2 Loop time of 0.0169408 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:36 2021 Pair time (%) = 0.000948906 (5.60129) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.212511) Outpt time (%) = 0.0158269 (93.4248) Other time (%) = 0.000128984 (0.761382) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:36 2021 Memory usage per processor = 27.5195 Mbytes Step Atoms AVEKE stressZZ 3899 5000 4.8481341e-12 1113124.1 3900 -0.00747499999999592 1113103.2613137 3900 5000 4.8476644e-12 1113103.3 Loop time of 0.018698 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:36 2021 Pair time (%) = 0.000889063 (4.75486) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.192541) Outpt time (%) = 0.017673 (94.5183) Other time (%) = 9.98974e-05 (0.534268) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:36 2021 Memory usage per processor = 27.5195 Mbytes Step Atoms AVEKE stressZZ 3900 5000 4.8476644e-12 1113101.2 3901 -0.00747499999999592 1113080.3580525 3901 5000 4.847251e-12 1113080.4 Loop time of 0.0167592 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:36 2021 Pair time (%) = 0.000863791 (5.15414) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.207702) Outpt time (%) = 0.0157361 (93.8956) Other time (%) = 0.000124454 (0.742606) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:36 2021 Memory usage per processor = 27.5195 Mbytes Step Atoms AVEKE stressZZ 3901 5000 4.847251e-12 1113078.3 3902 -0.00747499999999592 1113057.45597938 3902 5000 4.8468733e-12 1113057.5 Loop time of 0.0165641 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:36 2021 Pair time (%) = 0.000864029 (5.21626) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.230299) Outpt time (%) = 0.0155261 (93.733) Other time (%) = 0.000135899 (0.820439) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:36 2021 Memory usage per processor = 27.5195 Mbytes Step Atoms AVEKE stressZZ 3902 5000 4.8468733e-12 1113055.4 3903 -0.00747499999999592 1113034.55502394 3903 5000 4.8465184e-12 1113034.6 Loop time of 0.0170591 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:36 2021 Pair time (%) = 0.000940084 (5.51075) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205448) Outpt time (%) = 0.015995 (93.7625) Other time (%) = 8.89301e-05 (0.521306) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:36 2021 Memory usage per processor = 27.5195 Mbytes Step Atoms AVEKE stressZZ 3903 5000 4.8465184e-12 1113032.5 3904 -0.00747499999999592 1113011.65514314 3904 5000 4.846178e-12 1113011.7 Loop time of 0.0171521 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:37 2021 Pair time (%) = 0.000864983 (5.04302) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204334) Outpt time (%) = 0.016156 (94.1925) Other time (%) = 9.60827e-05 (0.560181) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:37 2021 Memory usage per processor = 27.5195 Mbytes Step Atoms AVEKE stressZZ 3904 5000 4.846178e-12 1113009.6 3905 -0.00747499999999592 1112988.75630687 3905 5000 4.8458468e-12 1112988.8 Loop time of 0.0164142 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:37 2021 Pair time (%) = 0.000844955 (5.14772) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.21352) Outpt time (%) = 0.0154171 (93.9256) Other time (%) = 0.000117064 (0.713186) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:37 2021 Memory usage per processor = 27.5195 Mbytes Step Atoms AVEKE stressZZ 3905 5000 4.8458468e-12 1112986.7 3906 -0.00747499999999592 1112965.85849686 3906 5000 4.8455214e-12 1112965.9 Loop time of 0.0170739 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:37 2021 Pair time (%) = 0.00109887 (6.43598) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.222027) Outpt time (%) = 0.015758 (92.2933) Other time (%) = 0.000179052 (1.04869) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:37 2021 Memory usage per processor = 27.5195 Mbytes Step Atoms AVEKE stressZZ 3906 5000 4.8455214e-12 1112963.8 3907 -0.00747499999999592 1112942.96170149 3907 5000 4.8451998e-12 1112943 Loop time of 0.016959 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:37 2021 Pair time (%) = 0.000864029 (5.09483) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206661) Outpt time (%) = 0.01596 (94.1095) Other time (%) = 9.98974e-05 (0.589054) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:37 2021 Memory usage per processor = 27.5195 Mbytes Step Atoms AVEKE stressZZ 3907 5000 4.8451998e-12 1112940.9 3908 -0.00747499999999592 1112920.06591343 3908 5000 4.8448805e-12 1112920.1 Loop time of 0.0166659 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:37 2021 Pair time (%) = 0.000825882 (4.95551) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.208864) Outpt time (%) = 0.015676 (94.0603) Other time (%) = 0.000129223 (0.775371) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:37 2021 Memory usage per processor = 27.5195 Mbytes Step Atoms AVEKE stressZZ 3908 5000 4.8448805e-12 1112918 3909 -0.00747499999999592 1112897.17112795 3909 5000 4.8445628e-12 1112897.2 Loop time of 0.0165379 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:37 2021 Pair time (%) = 0.000864983 (5.2303) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.229222) Outpt time (%) = 0.0155301 (93.9061) Other time (%) = 0.000104904 (0.634326) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:37 2021 Memory usage per processor = 27.5195 Mbytes Step Atoms AVEKE stressZZ 3909 5000 4.8445628e-12 1112895.1 3910 -0.00747499999999592 1112874.27734206 3910 5000 4.844246e-12 1112874.3 Loop time of 0.01879 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:37 2021 Pair time (%) = 0.000985146 (5.24292) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.185253) Outpt time (%) = 0.0176749 (94.0655) Other time (%) = 9.5129e-05 (0.506275) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:37 2021 Memory usage per processor = 27.5195 Mbytes Step Atoms AVEKE stressZZ 3910 5000 4.844246e-12 1112872.2 3911 -0.00747499999999592 1112851.38455377 3911 5000 4.8439299e-12 1112851.4 Loop time of 0.017267 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:37 2021 Pair time (%) = 0.000871897 (5.0495) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.202974) Outpt time (%) = 0.016264 (94.1911) Other time (%) = 9.60827e-05 (0.556453) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:37 2021 Memory usage per processor = 27.5195 Mbytes Step Atoms AVEKE stressZZ 3911 5000 4.8439299e-12 1112849.3 3912 -0.00747499999999592 1112828.49276182 3912 5000 4.8436142e-12 1112828.5 Loop time of 0.0163209 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:37 2021 Pair time (%) = 0.000901937 (5.52626) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.21474) Outpt time (%) = 0.01526 (93.4994) Other time (%) = 0.000123978 (0.759623) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:37 2021 Memory usage per processor = 27.5195 Mbytes Step Atoms AVEKE stressZZ 3912 5000 4.8436142e-12 1112826.4 3913 -0.00747499999999592 1112805.60196543 3913 5000 4.8432988e-12 1112805.6 Loop time of 0.016032 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:37 2021 Pair time (%) = 0.000828981 (5.1708) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.21861) Outpt time (%) = 0.0150759 (94.0366) Other time (%) = 9.20296e-05 (0.574037) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:37 2021 Memory usage per processor = 27.5195 Mbytes Step Atoms AVEKE stressZZ 3913 5000 4.8432988e-12 1112803.5 3914 -0.00747499999999592 1112782.71216401 3914 5000 4.8429835e-12 1112782.7 Loop time of 0.0161009 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:37 2021 Pair time (%) = 0.000825167 (5.12498) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.216194) Outpt time (%) = 0.015151 (94.1006) Other time (%) = 8.98838e-05 (0.558254) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:37 2021 Memory usage per processor = 27.5195 Mbytes Step Atoms AVEKE stressZZ 3914 5000 4.8429835e-12 1112780.7 3915 -0.00747499999999592 1112759.82335715 3915 5000 4.8426684e-12 1112759.8 Loop time of 0.0169559 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:37 2021 Pair time (%) = 0.000825882 (4.87078) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.205293) Outpt time (%) = 0.016006 (94.398) Other time (%) = 8.91685e-05 (0.525887) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:37 2021 Memory usage per processor = 27.5195 Mbytes Step Atoms AVEKE stressZZ 3915 5000 4.8426684e-12 1112757.8 3916 -0.00747499999999592 1112736.93554463 3916 5000 4.8423534e-12 1112736.9 Loop time of 0.016602 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:37 2021 Pair time (%) = 0.000825167 (4.97027) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.205359) Outpt time (%) = 0.0156472 (94.2485) Other time (%) = 9.56059e-05 (0.575868) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:37 2021 Memory usage per processor = 27.5195 Mbytes Step Atoms AVEKE stressZZ 3916 5000 4.8423534e-12 1112734.9 3917 -0.00747499999999592 1112714.04872628 3917 5000 4.8420384e-12 1112714 Loop time of 0.016403 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:37 2021 Pair time (%) = 0.000855207 (5.21374) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.225294) Outpt time (%) = 0.0154099 (93.9461) Other time (%) = 0.000100851 (0.614835) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:37 2021 Memory usage per processor = 27.5195 Mbytes Step Atoms AVEKE stressZZ 3917 5000 4.8420384e-12 1112712 3918 -0.00747499999999592 1112691.1629019 3918 5000 4.8417235e-12 1112691.2 Loop time of 0.0169621 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:37 2021 Pair time (%) = 0.000943899 (5.56477) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.212246) Outpt time (%) = 0.015877 (93.6031) Other time (%) = 0.000105143 (0.61987) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:37 2021 Memory usage per processor = 27.5195 Mbytes Step Atoms AVEKE stressZZ 3918 5000 4.8417235e-12 1112689.1 3919 -0.00747499999999592 1112668.27807143 3919 5000 4.8414086e-12 1112668.3 Loop time of 0.0171852 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:37 2021 Pair time (%) = 0.00087595 (5.09711) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.221976) Outpt time (%) = 0.0161672 (94.076) Other time (%) = 0.000103951 (0.604883) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:37 2021 Memory usage per processor = 27.5195 Mbytes Step Atoms AVEKE stressZZ 3919 5000 4.8414086e-12 1112666.2 3920 -0.00747499999999592 1112645.39423475 3920 5000 4.8410938e-12 1112645.4 Loop time of 0.0177982 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:37 2021 Pair time (%) = 0.000827074 (4.64696) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.196916) Outpt time (%) = 0.01684 (94.6163) Other time (%) = 9.60827e-05 (0.539845) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:37 2021 Memory usage per processor = 27.5195 Mbytes Step Atoms AVEKE stressZZ 3920 5000 4.8410938e-12 1112643.3 3921 -0.00747499999999592 1112622.51139184 3921 5000 4.840779e-12 1112622.5 Loop time of 0.0167339 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:37 2021 Pair time (%) = 0.000982046 (5.86861) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.233662) Outpt time (%) = 0.0155931 (93.1825) Other time (%) = 0.000119686 (0.715232) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:37 2021 Memory usage per processor = 27.5195 Mbytes Step Atoms AVEKE stressZZ 3921 5000 4.840779e-12 1112620.5 3922 -0.00747499999999592 1112599.6295426 3922 5000 4.8404642e-12 1112599.6 Loop time of 0.016778 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:37 2021 Pair time (%) = 0.000828028 (4.9352) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.203206) Outpt time (%) = 0.0158219 (94.3017) Other time (%) = 9.39369e-05 (0.559882) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:37 2021 Memory usage per processor = 27.5195 Mbytes Step Atoms AVEKE stressZZ 3922 5000 4.8404642e-12 1112597.6 3923 -0.00747499999999592 1112576.74868701 3923 5000 4.8401495e-12 1112576.7 Loop time of 0.0166559 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:37 2021 Pair time (%) = 0.000827074 (4.96565) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.204695) Outpt time (%) = 0.015703 (94.2786) Other time (%) = 9.17912e-05 (0.551102) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:37 2021 Memory usage per processor = 27.5195 Mbytes Step Atoms AVEKE stressZZ 3923 5000 4.8401495e-12 1112574.7 3924 -0.00747499999999592 1112553.86882508 3924 5000 4.8398348e-12 1112553.9 Loop time of 0.0165431 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:37 2021 Pair time (%) = 0.00088191 (5.33097) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.210414) Outpt time (%) = 0.0154781 (93.5622) Other time (%) = 0.000148296 (0.896422) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:37 2021 Memory usage per processor = 27.5195 Mbytes Step Atoms AVEKE stressZZ 3924 5000 4.8398348e-12 1112551.8 3925 -0.00747499999999592 1112530.98995676 3925 5000 4.8395201e-12 1112531 Loop time of 0.016902 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:37 2021 Pair time (%) = 0.000835896 (4.94555) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.213) Outpt time (%) = 0.0159309 (94.2546) Other time (%) = 9.91821e-05 (0.586808) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:37 2021 Memory usage per processor = 27.5195 Mbytes Step Atoms AVEKE stressZZ 3925 5000 4.8395201e-12 1112528.9 3926 -0.00747499999999592 1112508.11208209 3926 5000 4.8392054e-12 1112508.1 Loop time of 0.0170109 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:37 2021 Pair time (%) = 0.000828981 (4.87323) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.204628) Outpt time (%) = 0.0160122 (94.1289) Other time (%) = 0.000134945 (0.793284) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:37 2021 Memory usage per processor = 27.5195 Mbytes Step Atoms AVEKE stressZZ 3926 5000 4.8392054e-12 1112506.1 3927 -0.00747499999999592 1112485.23520117 3927 5000 4.8388908e-12 1112485.2 Loop time of 0.0164819 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:37 2021 Pair time (%) = 0.000878096 (5.32764) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.212643) Outpt time (%) = 0.0154748 (93.8898) Other time (%) = 9.39369e-05 (0.569941) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:37 2021 Memory usage per processor = 27.5195 Mbytes Step Atoms AVEKE stressZZ 3927 5000 4.8388908e-12 1112483.2 3928 -0.00747499999999592 1112462.35931415 3928 5000 4.8385762e-12 1112462.4 Loop time of 0.0169058 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:37 2021 Pair time (%) = 0.00101781 (6.02048) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.242568) Outpt time (%) = 0.0157058 (92.9021) Other time (%) = 0.000141144 (0.834885) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:37 2021 Memory usage per processor = 27.5195 Mbytes Step Atoms AVEKE stressZZ 3928 5000 4.8385762e-12 1112460.3 3929 -0.00747499999999592 1112439.48442137 3929 5000 4.8382616e-12 1112439.5 Loop time of 0.016891 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:37 2021 Pair time (%) = 0.000827074 (4.89654) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207492) Outpt time (%) = 0.0159411 (94.3765) Other time (%) = 8.7738e-05 (0.519437) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:37 2021 Memory usage per processor = 27.5195 Mbytes Step Atoms AVEKE stressZZ 3929 5000 4.8382616e-12 1112437.4 3930 -0.00747499999999592 1112416.61052398 3930 5000 4.8379471e-12 1112416.6 Loop time of 0.018667 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:37 2021 Pair time (%) = 0.000821829 (4.40258) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.187751) Outpt time (%) = 0.0176821 (94.7238) Other time (%) = 0.000128031 (0.685868) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:37 2021 Memory usage per processor = 27.5195 Mbytes Step Atoms AVEKE stressZZ 3930 5000 4.8379471e-12 1112414.6 3931 -0.00747499999999592 1112393.73762243 3931 5000 4.8376326e-12 1112393.7 Loop time of 0.0163732 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:37 2021 Pair time (%) = 0.000903845 (5.52028) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.219879) Outpt time (%) = 0.0153279 (93.6162) Other time (%) = 0.000105381 (0.643621) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:37 2021 Memory usage per processor = 27.5195 Mbytes Step Atoms AVEKE stressZZ 3931 5000 4.8376326e-12 1112391.7 3932 -0.00747499999999592 1112370.86571256 3932 5000 4.8373181e-12 1112370.9 Loop time of 0.0169461 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:37 2021 Pair time (%) = 0.000858068 (5.06352) Neigh time (%) = 0 (0) Comm time (%) = 5.00679e-05 (0.295454) Outpt time (%) = 0.015883 (93.7265) Other time (%) = 0.000154972 (0.914501) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:37 2021 Memory usage per processor = 27.5195 Mbytes Step Atoms AVEKE stressZZ 3932 5000 4.8373181e-12 1112368.8 3933 -0.00747499999999592 1112347.99479435 3933 5000 4.8370036e-12 1112348 Loop time of 0.017092 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:37 2021 Pair time (%) = 0.00090909 (5.31881) Neigh time (%) = 0 (0) Comm time (%) = 6.00815e-05 (0.351518) Outpt time (%) = 0.0159922 (93.5653) Other time (%) = 0.000130653 (0.764413) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:37 2021 Memory usage per processor = 27.5195 Mbytes Step Atoms AVEKE stressZZ 3933 5000 4.8370036e-12 1112345.9 3934 -0.00747499999999592 1112325.12486765 3934 5000 4.8366892e-12 1112325.1 Loop time of 0.016562 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:37 2021 Pair time (%) = 0.000872135 (5.26589) Neigh time (%) = 0 (0) Comm time (%) = 5.00679e-05 (0.302306) Outpt time (%) = 0.0155439 (93.8531) Other time (%) = 9.58443e-05 (0.5787) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:37 2021 Memory usage per processor = 27.5195 Mbytes Step Atoms AVEKE stressZZ 3934 5000 4.8366892e-12 1112323.1 3935 -0.00747499999999592 1112302.25593242 3935 5000 4.8363748e-12 1112302.3 Loop time of 0.0165031 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:37 2021 Pair time (%) = 0.000925064 (5.6054) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.236929) Outpt time (%) = 0.0154271 (93.4801) Other time (%) = 0.000111818 (0.67756) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:37 2021 Memory usage per processor = 27.5195 Mbytes Step Atoms AVEKE stressZZ 3935 5000 4.8363748e-12 1112300.2 3936 -0.00747499999999592 1112279.38798854 3936 5000 4.8360604e-12 1112279.4 Loop time of 0.0169151 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:37 2021 Pair time (%) = 0.000823975 (4.87124) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207197) Outpt time (%) = 0.0159678 (94.4) Other time (%) = 8.82149e-05 (0.521516) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:37 2021 Memory usage per processor = 27.5195 Mbytes Step Atoms AVEKE stressZZ 3936 5000 4.8360604e-12 1112277.3 3937 -0.00747499999999592 1112256.5210359 3937 5000 4.8357461e-12 1112256.5 Loop time of 0.0169029 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:37 2021 Pair time (%) = 0.000827074 (4.89308) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207346) Outpt time (%) = 0.0159461 (94.3396) Other time (%) = 9.46522e-05 (0.559975) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:37 2021 Memory usage per processor = 27.5195 Mbytes Step Atoms AVEKE stressZZ 3937 5000 4.8357461e-12 1112254.5 3938 -0.00747499999999592 1112233.65507446 3938 5000 4.8354317e-12 1112233.7 Loop time of 0.0163832 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:37 2021 Pair time (%) = 0.000839949 (5.1269) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.219745) Outpt time (%) = 0.0154061 (94.0363) Other time (%) = 0.000101089 (0.617032) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:37 2021 Memory usage per processor = 27.5195 Mbytes Step Atoms AVEKE stressZZ 3938 5000 4.8354317e-12 1112231.6 3939 -0.00747499999999592 1112210.7901041 3939 5000 4.8351174e-12 1112210.8 Loop time of 0.0168891 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:37 2021 Pair time (%) = 0.00089097 (5.27542) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.225867) Outpt time (%) = 0.015856 (93.8832) Other time (%) = 0.000103951 (0.615489) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:37 2021 Memory usage per processor = 27.5195 Mbytes Step Atoms AVEKE stressZZ 3939 5000 4.8351174e-12 1112208.7 3940 -0.00747499999999592 1112187.92612474 3940 5000 4.8348032e-12 1112187.9 Loop time of 0.0185721 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:37 2021 Pair time (%) = 0.000908136 (4.88979) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.193846) Outpt time (%) = 0.0175271 (94.3733) Other time (%) = 0.000100851 (0.543025) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:37 2021 Memory usage per processor = 27.5195 Mbytes Step Atoms AVEKE stressZZ 3940 5000 4.8348032e-12 1112185.9 3941 -0.00747499999999592 1112165.06313627 3941 5000 4.8344889e-12 1112165.1 Loop time of 0.0166249 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:37 2021 Pair time (%) = 0.000825167 (4.96343) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.210813) Outpt time (%) = 0.0156701 (94.2564) Other time (%) = 9.46522e-05 (0.569339) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:37 2021 Memory usage per processor = 27.5195 Mbytes Step Atoms AVEKE stressZZ 3941 5000 4.8344889e-12 1112163 3942 -0.00747499999999592 1112142.20113861 3942 5000 4.8341747e-12 1112142.2 Loop time of 0.0164018 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:37 2021 Pair time (%) = 0.000922918 (5.62694) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.250022) Outpt time (%) = 0.0153189 (93.3977) Other time (%) = 0.000118971 (0.725354) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:37 2021 Memory usage per processor = 27.5195 Mbytes Step Atoms AVEKE stressZZ 3942 5000 4.8341747e-12 1112140.1 3943 -0.00747499999999592 1112119.3401317 3943 5000 4.8338605e-12 1112119.3 Loop time of 0.0171461 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:37 2021 Pair time (%) = 0.000862122 (5.02809) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198843) Outpt time (%) = 0.0161569 (94.2308) Other time (%) = 9.29832e-05 (0.542299) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:37 2021 Memory usage per processor = 27.5195 Mbytes Step Atoms AVEKE stressZZ 3943 5000 4.8338605e-12 1112117.3 3944 -0.00747499999999592 1112096.4801154 3944 5000 4.8335464e-12 1112096.5 Loop time of 0.0167661 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:37 2021 Pair time (%) = 0.000823975 (4.91454) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.207616) Outpt time (%) = 0.0158122 (94.3105) Other time (%) = 9.5129e-05 (0.56739) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:37 2021 Memory usage per processor = 27.5195 Mbytes Step Atoms AVEKE stressZZ 3944 5000 4.8335464e-12 1112094.4 3945 -0.00747499999999592 1112073.62108967 3945 5000 4.8332322e-12 1112073.6 Loop time of 0.016377 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:37 2021 Pair time (%) = 0.000846863 (5.17106) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.219828) Outpt time (%) = 0.0153608 (93.7953) Other time (%) = 0.000133276 (0.813801) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:37 2021 Memory usage per processor = 27.5195 Mbytes Step Atoms AVEKE stressZZ 3945 5000 4.8332322e-12 1112071.6 3946 -0.00747499999999592 1112050.7630544 3946 5000 4.8329181e-12 1112050.8 Loop time of 0.0167019 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:37 2021 Pair time (%) = 0.000936985 (5.61004) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209841) Outpt time (%) = 0.01563 (93.582) Other time (%) = 9.98974e-05 (0.598119) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:37 2021 Memory usage per processor = 27.5195 Mbytes Step Atoms AVEKE stressZZ 3946 5000 4.8329181e-12 1112048.7 3947 -0.00747499999999592 1112027.90600952 3947 5000 4.832604e-12 1112027.9 Loop time of 0.017442 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:37 2021 Pair time (%) = 0.000880957 (5.05078) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.200938) Outpt time (%) = 0.0163579 (93.7846) Other time (%) = 0.000168085 (0.963681) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:37 2021 Memory usage per processor = 27.5195 Mbytes Step Atoms AVEKE stressZZ 3947 5000 4.832604e-12 1112025.8 3948 -0.00747499999999592 1112005.04995491 3948 5000 4.83229e-12 1112005 Loop time of 0.016468 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:38 2021 Pair time (%) = 0.000824928 (5.00927) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.20703) Outpt time (%) = 0.0155189 (94.2364) Other time (%) = 9.01222e-05 (0.547255) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:38 2021 Memory usage per processor = 27.5195 Mbytes Step Atoms AVEKE stressZZ 3948 5000 4.83229e-12 1112003 3949 -0.00747499999999592 1111982.1948905 3949 5000 4.831976e-12 1111982.2 Loop time of 0.0165179 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:38 2021 Pair time (%) = 0.00101209 (6.12722) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.236717) Outpt time (%) = 0.0153329 (92.8263) Other time (%) = 0.000133753 (0.809746) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:38 2021 Memory usage per processor = 27.5195 Mbytes Step Atoms AVEKE stressZZ 3949 5000 4.831976e-12 1111980.1 3950 -0.00747499999999592 1111959.3408162 3950 5000 4.831662e-12 1111959.3 Loop time of 0.018563 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:38 2021 Pair time (%) = 0.000831127 (4.47732) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.19394) Outpt time (%) = 0.0175948 (94.7842) Other time (%) = 0.000101089 (0.544574) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:38 2021 Memory usage per processor = 27.5195 Mbytes Step Atoms AVEKE stressZZ 3950 5000 4.831662e-12 1111957.3 3951 -0.00747499999999592 1111936.48773191 3951 5000 4.831348e-12 1111936.5 Loop time of 0.0170741 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:38 2021 Pair time (%) = 0.000823975 (4.82587) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.203871) Outpt time (%) = 0.0161221 (94.4243) Other time (%) = 9.32217e-05 (0.545983) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:38 2021 Memory usage per processor = 27.5195 Mbytes Step Atoms AVEKE stressZZ 3951 5000 4.831348e-12 1111934.4 3952 -0.00747499999999592 1111913.63563758 3952 5000 4.831034e-12 1111913.6 Loop time of 0.016362 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:38 2021 Pair time (%) = 0.000827074 (5.05486) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.214201) Outpt time (%) = 0.0153921 (94.0723) Other time (%) = 0.000107765 (0.658633) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:38 2021 Memory usage per processor = 27.5195 Mbytes Step Atoms AVEKE stressZZ 3952 5000 4.831034e-12 1111911.6 3953 -0.00747499999999592 1111890.78453307 3953 5000 4.8307201e-12 1111890.8 Loop time of 0.0168459 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:38 2021 Pair time (%) = 0.000860929 (5.1106) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.206632) Outpt time (%) = 0.0158451 (94.0586) Other time (%) = 0.000105143 (0.624142) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:38 2021 Memory usage per processor = 27.5195 Mbytes Step Atoms AVEKE stressZZ 3953 5000 4.8307201e-12 1111888.7 3954 -0.00747499999999592 1111867.93441833 3954 5000 4.8304062e-12 1111867.9 Loop time of 0.0168991 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:38 2021 Pair time (%) = 0.000824928 (4.88149) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207393) Outpt time (%) = 0.0159459 (94.3595) Other time (%) = 9.32217e-05 (0.551637) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:38 2021 Memory usage per processor = 27.5195 Mbytes Step Atoms AVEKE stressZZ 3954 5000 4.8304062e-12 1111865.9 3955 -0.00747499999999592 1111845.08529327 3955 5000 4.8300924e-12 1111845.1 Loop time of 0.0163171 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:38 2021 Pair time (%) = 0.000829935 (5.08628) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.213329) Outpt time (%) = 0.015357 (94.1159) Other time (%) = 9.53674e-05 (0.584462) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:38 2021 Memory usage per processor = 27.5195 Mbytes Step Atoms AVEKE stressZZ 3955 5000 4.8300924e-12 1111843 3956 -0.00747499999999592 1111822.23715779 3956 5000 4.8297785e-12 1111822.2 Loop time of 0.0165789 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:38 2021 Pair time (%) = 0.00103807 (6.26141) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.235846) Outpt time (%) = 0.015358 (92.6356) Other time (%) = 0.000143766 (0.867164) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:38 2021 Memory usage per processor = 27.5195 Mbytes Step Atoms AVEKE stressZZ 3956 5000 4.8297785e-12 1111820.2 3957 -0.00747499999999592 1111799.39001179 3957 5000 4.8294647e-12 1111799.4 Loop time of 0.0160019 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:38 2021 Pair time (%) = 0.000865936 (5.41145) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.219021) Outpt time (%) = 0.0150089 (93.7944) Other time (%) = 9.20296e-05 (0.575115) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:38 2021 Memory usage per processor = 27.5195 Mbytes Step Atoms AVEKE stressZZ 3957 5000 4.8294647e-12 1111797.3 3958 -0.00747499999999592 1111776.54385522 3958 5000 4.829151e-12 1111776.5 Loop time of 0.0160658 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:38 2021 Pair time (%) = 0.000824213 (5.13022) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.218149) Outpt time (%) = 0.0151179 (94.0996) Other time (%) = 8.86917e-05 (0.552052) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:38 2021 Memory usage per processor = 27.5195 Mbytes Step Atoms AVEKE stressZZ 3958 5000 4.829151e-12 1111774.5 3959 -0.00747499999999592 1111753.69868795 3959 5000 4.8288372e-12 1111753.7 Loop time of 0.016638 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:38 2021 Pair time (%) = 0.000825167 (4.95952) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.204915) Outpt time (%) = 0.0156889 (94.2953) Other time (%) = 8.98838e-05 (0.540231) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:38 2021 Memory usage per processor = 27.5195 Mbytes Step Atoms AVEKE stressZZ 3959 5000 4.8288372e-12 1111751.6 3960 -0.00747499999999592 1111730.85450991 3960 5000 4.8285235e-12 1111730.9 Loop time of 0.0180151 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:38 2021 Pair time (%) = 0.000895977 (4.97347) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.206456) Outpt time (%) = 0.0169771 (94.2378) Other time (%) = 0.000104904 (0.582311) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:38 2021 Memory usage per processor = 27.5195 Mbytes Step Atoms AVEKE stressZZ 3960 5000 4.8285235e-12 1111728.8 3961 -0.00747499999999592 1111708.01132105 3961 5000 4.8282098e-12 1111708 Loop time of 0.0175478 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:38 2021 Pair time (%) = 0.001055 (6.01215) Neigh time (%) = 0 (0) Comm time (%) = 4.72069e-05 (0.269018) Outpt time (%) = 0.0163059 (92.9227) Other time (%) = 0.000139713 (0.796185) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:38 2021 Memory usage per processor = 27.5195 Mbytes Step Atoms AVEKE stressZZ 3961 5000 4.8282098e-12 1111706 3962 -0.00747499999999592 1111685.16912126 3962 5000 4.8278961e-12 1111685.2 Loop time of 0.0174429 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:38 2021 Pair time (%) = 0.000867844 (4.97533) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.211862) Outpt time (%) = 0.016444 (94.2729) Other time (%) = 9.41753e-05 (0.539905) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:38 2021 Memory usage per processor = 27.5195 Mbytes Step Atoms AVEKE stressZZ 3962 5000 4.8278961e-12 1111683.1 3963 -0.00747499999999592 1111662.32791042 3963 5000 4.8275825e-12 1111662.3 Loop time of 0.016773 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:38 2021 Pair time (%) = 0.000838041 (4.99638) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.203266) Outpt time (%) = 0.0157499 (93.9006) Other time (%) = 0.000150919 (0.899774) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:38 2021 Memory usage per processor = 27.5195 Mbytes Step Atoms AVEKE stressZZ 3963 5000 4.8275825e-12 1111660.3 3964 -0.00747499999999592 1111639.48768849 3964 5000 4.8272688e-12 1111639.5 Loop time of 0.0167301 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:38 2021 Pair time (%) = 0.000999212 (5.97255) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.220889) Outpt time (%) = 0.0155869 (93.1667) Other time (%) = 0.00010705 (0.639865) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:38 2021 Memory usage per processor = 27.5195 Mbytes Step Atoms AVEKE stressZZ 3964 5000 4.8272688e-12 1111637.4 3965 -0.00747499999999592 1111616.64845536 3965 5000 4.8269552e-12 1111616.6 Loop time of 0.0168989 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:38 2021 Pair time (%) = 0.000822067 (4.86463) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.200341) Outpt time (%) = 0.0159519 (94.3961) Other time (%) = 9.10759e-05 (0.538947) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:38 2021 Memory usage per processor = 27.5195 Mbytes Step Atoms AVEKE stressZZ 3965 5000 4.8269552e-12 1111614.6 3966 -0.00747499999999592 1111593.81021094 3966 5000 4.8266417e-12 1111593.8 Loop time of 0.016479 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:38 2021 Pair time (%) = 0.000821829 (4.98712) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.205446) Outpt time (%) = 0.0155239 (94.2041) Other time (%) = 9.94205e-05 (0.603316) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:38 2021 Memory usage per processor = 27.5195 Mbytes Step Atoms AVEKE stressZZ 3966 5000 4.8266417e-12 1111591.8 3967 -0.00747499999999592 1111570.97295516 3967 5000 4.8263281e-12 1111571 Loop time of 0.0163519 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:38 2021 Pair time (%) = 0.000865936 (5.29562) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.225997) Outpt time (%) = 0.0152829 (93.4621) Other time (%) = 0.000166178 (1.01626) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:38 2021 Memory usage per processor = 27.5195 Mbytes Step Atoms AVEKE stressZZ 3967 5000 4.8263281e-12 1111568.9 3968 -0.00747499999999592 1111548.13668792 3968 5000 4.8260146e-12 1111548.1 Loop time of 0.0170729 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:38 2021 Pair time (%) = 0.000864983 (5.0664) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.199696) Outpt time (%) = 0.0160799 (94.1837) Other time (%) = 9.39369e-05 (0.55021) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:38 2021 Memory usage per processor = 27.5195 Mbytes Step Atoms AVEKE stressZZ 3968 5000 4.8260146e-12 1111546.1 3969 -0.00747499999999592 1111525.30140914 3969 5000 4.8257012e-12 1111525.3 Loop time of 0.016783 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:38 2021 Pair time (%) = 0.000823975 (4.90958) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208828) Outpt time (%) = 0.01583 (94.3219) Other time (%) = 9.39369e-05 (0.559715) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:38 2021 Memory usage per processor = 27.5195 Mbytes Step Atoms AVEKE stressZZ 3969 5000 4.8257012e-12 1111523.2 3970 -0.00747499999999592 1111502.46711875 3970 5000 4.8253877e-12 1111502.5 Loop time of 0.018312 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:38 2021 Pair time (%) = 0.000983 (5.36807) Neigh time (%) = 0 (0) Comm time (%) = 4.98295e-05 (0.272114) Outpt time (%) = 0.0171649 (93.7362) Other time (%) = 0.000114202 (0.623649) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:38 2021 Memory usage per processor = 27.5195 Mbytes Step Atoms AVEKE stressZZ 3970 5000 4.8253877e-12 1111500.4 3971 -0.00747499999999592 1111479.63381662 3971 5000 4.8250743e-12 1111479.6 Loop time of 0.0168021 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:38 2021 Pair time (%) = 0.00105286 (6.26623) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.285216) Outpt time (%) = 0.0155129 (92.3276) Other time (%) = 0.000188351 (1.121) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:38 2021 Memory usage per processor = 27.5195 Mbytes Step Atoms AVEKE stressZZ 3971 5000 4.8250743e-12 1111477.6 3972 -0.00747499999999592 1111456.80150271 3972 5000 4.8247609e-12 1111456.8 Loop time of 0.016921 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:38 2021 Pair time (%) = 0.000860929 (5.08792) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207124) Outpt time (%) = 0.0159278 (94.1301) Other time (%) = 9.72748e-05 (0.574875) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:38 2021 Memory usage per processor = 27.5195 Mbytes Step Atoms AVEKE stressZZ 3972 5000 4.8247609e-12 1111454.7 3973 -0.00747499999999592 1111433.97017693 3973 5000 4.8244475e-12 1111434 Loop time of 0.016546 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:38 2021 Pair time (%) = 0.00082612 (4.99287) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211819) Outpt time (%) = 0.0155921 (94.2348) Other time (%) = 9.27448e-05 (0.560527) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:38 2021 Memory usage per processor = 27.5195 Mbytes Step Atoms AVEKE stressZZ 3973 5000 4.8244475e-12 1111431.9 3974 -0.00747499999999592 1111411.13983918 3974 5000 4.8241342e-12 1111411.1 Loop time of 0.016314 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:38 2021 Pair time (%) = 0.000855207 (5.24216) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.226522) Outpt time (%) = 0.0153091 (93.8401) Other time (%) = 0.000112772 (0.691258) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:38 2021 Memory usage per processor = 27.5195 Mbytes Step Atoms AVEKE stressZZ 3974 5000 4.8241342e-12 1111409.1 3975 -0.00747499999999592 1111388.31048936 3975 5000 4.8238208e-12 1111388.3 Loop time of 0.0173349 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:38 2021 Pair time (%) = 0.00104094 (6.00484) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.20768) Outpt time (%) = 0.016124 (93.0145) Other time (%) = 0.000133991 (0.772955) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:38 2021 Memory usage per processor = 27.5195 Mbytes Step Atoms AVEKE stressZZ 3975 5000 4.8238208e-12 1111386.3 3976 -0.00747499999999592 1111365.48212742 3976 5000 4.8235075e-12 1111365.5 Loop time of 0.017309 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:38 2021 Pair time (%) = 0.000823975 (4.7604) Neigh time (%) = 0 (0) Comm time (%) = 5.00679e-05 (0.28926) Outpt time (%) = 0.0163069 (94.2107) Other time (%) = 0.000128031 (0.73968) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:38 2021 Memory usage per processor = 27.5195 Mbytes Step Atoms AVEKE stressZZ 3976 5000 4.8235075e-12 1111363.4 3977 -0.00747499999999592 1111342.65475323 3977 5000 4.8231943e-12 1111342.7 Loop time of 0.0162389 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:38 2021 Pair time (%) = 0.000833035 (5.12986) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.215824) Outpt time (%) = 0.0152791 (94.0891) Other time (%) = 9.17912e-05 (0.565254) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:38 2021 Memory usage per processor = 27.5195 Mbytes Step Atoms AVEKE stressZZ 3977 5000 4.8231943e-12 1111340.6 3978 -0.00747499999999592 1111319.82836677 3978 5000 4.822881e-12 1111319.8 Loop time of 0.0167699 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:38 2021 Pair time (%) = 0.000982046 (5.85601) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.220365) Outpt time (%) = 0.0156281 (93.1914) Other time (%) = 0.000122786 (0.732179) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:38 2021 Memory usage per processor = 27.5195 Mbytes Step Atoms AVEKE stressZZ 3978 5000 4.822881e-12 1111317.8 3979 -0.00747499999999592 1111297.00296791 3979 5000 4.8225678e-12 1111297 Loop time of 0.0171411 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:38 2021 Pair time (%) = 0.000826836 (4.8237) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204465) Outpt time (%) = 0.016185 (94.4224) Other time (%) = 9.41753e-05 (0.549412) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:19:38 2021 Memory usage per processor = 27.5195 Mbytes Step Atoms AVEKE stressZZ 3979 5000 4.8225678e-12 1111294.9 3980 -0.00747499999999592 1111269.97247404 3980 5000 9.5278789e-12 1111306.4 Loop time of 0.01789 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:38 2021 Pair time (%) = 0.000864029 (4.82968) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.189242) Outpt time (%) = 0.0168729 (94.3147) Other time (%) = 0.000119209 (0.666347) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28295 ave 28295 max 28295 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28295 Ave neighs/atom = 5.659 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:38 2021 Memory usage per processor = 27.5196 Mbytes Step Atoms AVEKE stressZZ 3980 5000 9.5278789e-12 1138286 3981 -0.0075074999999959 1138258.30010077 3981 5000 7.7167424e-12 1138258.3 Loop time of 0.0165529 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:38 2021 Pair time (%) = 0.000901937 (5.44881) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.217492) Outpt time (%) = 0.0155101 (93.6999) Other time (%) = 0.000104904 (0.63375) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28297 ave 28297 max 28297 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28297 Ave neighs/atom = 5.6594 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:38 2021 Memory usage per processor = 27.5196 Mbytes Step Atoms AVEKE stressZZ 3981 5000 7.7167424e-12 1138255.5 3982 -0.0075074999999959 1138230.15201581 3982 5000 6.6647521e-12 1138230.2 Loop time of 0.016968 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:38 2021 Pair time (%) = 0.000922918 (5.43917) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.199525) Outpt time (%) = 0.0158839 (93.611) Other time (%) = 0.000127316 (0.750327) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28297 ave 28297 max 28297 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28297 Ave neighs/atom = 5.6594 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:38 2021 Memory usage per processor = 27.5196 Mbytes Step Atoms AVEKE stressZZ 3982 5000 6.6647521e-12 1138227.6 3983 -0.0075074999999959 1138203.71676724 3983 5000 6.0361206e-12 1138203.7 Loop time of 0.0171299 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:38 2021 Pair time (%) = 0.000825167 (4.81711) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.199031) Outpt time (%) = 0.016176 (94.4313) Other time (%) = 9.46522e-05 (0.552555) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28297 ave 28297 max 28297 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28297 Ave neighs/atom = 5.6594 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:38 2021 Memory usage per processor = 27.5196 Mbytes Step Atoms AVEKE stressZZ 3983 5000 6.0361206e-12 1138201.3 3984 -0.0075074999999959 1138178.37042198 3984 5000 5.6526725e-12 1138178.4 Loop time of 0.0163929 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:38 2021 Pair time (%) = 0.000830173 (5.06421) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.213796) Outpt time (%) = 0.0154331 (94.1446) Other time (%) = 9.46522e-05 (0.577396) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28297 ave 28297 max 28297 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28297 Ave neighs/atom = 5.6594 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:38 2021 Memory usage per processor = 27.5196 Mbytes Step Atoms AVEKE stressZZ 3984 5000 5.6526725e-12 1138176.1 3985 -0.0075074999999959 1138153.71645719 3985 5000 5.4154015e-12 1138153.7 Loop time of 0.0170641 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:38 2021 Pair time (%) = 0.00109696 (6.42849) Neigh time (%) = 0 (0) Comm time (%) = 0.000103951 (0.609177) Outpt time (%) = 0.0157201 (92.124) Other time (%) = 0.000143051 (0.838317) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28297 ave 28297 max 28297 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28297 Ave neighs/atom = 5.6594 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:38 2021 Memory usage per processor = 27.5196 Mbytes Step Atoms AVEKE stressZZ 3985 5000 5.4154015e-12 1138151.5 3986 -0.0075074999999959 1138129.50287923 3986 5000 5.2671336e-12 1138129.5 Loop time of 0.0172739 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:38 2021 Pair time (%) = 0.000869036 (5.03092) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.213935) Outpt time (%) = 0.016274 (94.2113) Other time (%) = 9.39369e-05 (0.543808) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28297 ave 28297 max 28297 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28297 Ave neighs/atom = 5.6594 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:38 2021 Memory usage per processor = 27.5196 Mbytes Step Atoms AVEKE stressZZ 3986 5000 5.2671336e-12 1138127.3 3987 -0.0075074999999959 1138105.56954403 3987 5000 5.1738551e-12 1138105.6 Loop time of 0.0164101 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:38 2021 Pair time (%) = 0.000827074 (5.04003) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.207761) Outpt time (%) = 0.0154521 (94.1623) Other time (%) = 9.67979e-05 (0.589868) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28297 ave 28297 max 28297 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28297 Ave neighs/atom = 5.6594 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:38 2021 Memory usage per processor = 27.5196 Mbytes Step Atoms AVEKE stressZZ 3987 5000 5.1738551e-12 1138103.4 3988 -0.0075074999999959 1138081.81467838 3988 5000 5.1148876e-12 1138081.8 Loop time of 0.0167539 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:38 2021 Pair time (%) = 0.000972033 (5.80182) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.239074) Outpt time (%) = 0.0156279 (93.2789) Other time (%) = 0.000113964 (0.680224) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28297 ave 28297 max 28297 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28297 Ave neighs/atom = 5.6594 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:38 2021 Memory usage per processor = 27.5196 Mbytes Step Atoms AVEKE stressZZ 3988 5000 5.1148876e-12 1138079.7 3989 -0.0075074999999959 1138058.17360421 3989 5000 5.0774683e-12 1138058.2 Loop time of 0.01717 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:38 2021 Pair time (%) = 0.000865936 (5.04332) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204121) Outpt time (%) = 0.0161769 (94.2166) Other time (%) = 9.20296e-05 (0.535992) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28297 ave 28297 max 28297 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28297 Ave neighs/atom = 5.6594 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:38 2021 Memory usage per processor = 27.5196 Mbytes Step Atoms AVEKE stressZZ 3989 5000 5.0774683e-12 1138056 3990 -0.0075074999999959 1138034.60521788 3990 5000 5.0536392e-12 1138034.6 Loop time of 0.0184901 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:38 2021 Pair time (%) = 0.000828028 (4.47823) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.189548) Outpt time (%) = 0.017534 (94.8293) Other time (%) = 9.29832e-05 (0.502882) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28297 ave 28297 max 28297 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28297 Ave neighs/atom = 5.6594 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:38 2021 Memory usage per processor = 27.5198 Mbytes Step Atoms AVEKE stressZZ 3990 5000 5.0536392e-12 1138032.5 3991 -0.0075074999999959 1138011.0833975 3991 5000 5.0384049e-12 1138011.1 Loop time of 0.016367 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:38 2021 Pair time (%) = 0.000827074 (5.05332) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.214136) Outpt time (%) = 0.0154121 (94.1659) Other time (%) = 9.27448e-05 (0.566659) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28297 ave 28297 max 28297 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28297 Ave neighs/atom = 5.6594 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:38 2021 Memory usage per processor = 27.5198 Mbytes Step Atoms AVEKE stressZZ 3991 5000 5.0384049e-12 1138008.9 3992 -0.0075074999999959 1137987.59154223 3992 5000 5.0286158e-12 1137987.6 Loop time of 0.0170391 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:38 2021 Pair time (%) = 0.00115705 (6.79055) Neigh time (%) = 0 (0) Comm time (%) = 9.10759e-05 (0.534512) Outpt time (%) = 0.0156219 (91.6829) Other time (%) = 0.000169039 (0.992066) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28297 ave 28297 max 28297 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28297 Ave neighs/atom = 5.6594 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:38 2021 Memory usage per processor = 27.5198 Mbytes Step Atoms AVEKE stressZZ 3992 5000 5.0286158e-12 1137985.5 3993 -0.0075074999999959 1137964.11910203 3993 5000 5.0222802e-12 1137964.1 Loop time of 0.016958 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:39 2021 Pair time (%) = 0.000880003 (5.18931) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.205267) Outpt time (%) = 0.0159409 (94.0023) Other time (%) = 0.000102282 (0.603146) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28297 ave 28297 max 28297 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28297 Ave neighs/atom = 5.6594 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:39 2021 Memory usage per processor = 27.5198 Mbytes Step Atoms AVEKE stressZZ 3993 5000 5.0222802e-12 1137962 3994 -0.0075074999999959 1137940.65937215 3994 5000 5.0181366e-12 1137940.7 Loop time of 0.01647 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:39 2021 Pair time (%) = 0.000831127 (5.04632) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.212797) Outpt time (%) = 0.0155141 (94.1966) Other time (%) = 8.96454e-05 (0.544296) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28297 ave 28297 max 28297 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28297 Ave neighs/atom = 5.6594 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:39 2021 Memory usage per processor = 27.5198 Mbytes Step Atoms AVEKE stressZZ 3994 5000 5.0181366e-12 1137938.5 3995 -0.0075074999999959 1137917.20809159 3995 5000 5.015385e-12 1137917.2 Loop time of 0.016417 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:39 2021 Pair time (%) = 0.000877857 (5.34724) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.225101) Outpt time (%) = 0.0153961 (93.7814) Other time (%) = 0.000106096 (0.646258) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28297 ave 28297 max 28297 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28297 Ave neighs/atom = 5.6594 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:39 2021 Memory usage per processor = 27.5198 Mbytes Step Atoms AVEKE stressZZ 3995 5000 5.015385e-12 1137915.1 3996 -0.0075074999999959 1137893.7625511 3996 5000 5.0135174e-12 1137893.8 Loop time of 0.0173531 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:39 2021 Pair time (%) = 0.00113487 (6.5399) Neigh time (%) = 0 (0) Comm time (%) = 5.00679e-05 (0.288525) Outpt time (%) = 0.0159988 (92.1961) Other time (%) = 0.000169277 (0.975489) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28297 ave 28297 max 28297 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28297 Ave neighs/atom = 5.6594 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:39 2021 Memory usage per processor = 27.5198 Mbytes Step Atoms AVEKE stressZZ 3996 5000 5.0135174e-12 1137891.6 3997 -0.0075074999999959 1137870.3210309 3997 5000 5.0122116e-12 1137870.3 Loop time of 0.0169978 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:39 2021 Pair time (%) = 0.000828028 (4.87138) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206188) Outpt time (%) = 0.0160429 (94.3824) Other time (%) = 9.17912e-05 (0.540017) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28297 ave 28297 max 28297 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28297 Ave neighs/atom = 5.6594 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:39 2021 Memory usage per processor = 27.5198 Mbytes Step Atoms AVEKE stressZZ 3997 5000 5.0122116e-12 1137868.2 3998 -0.0075074999999959 1137846.88243722 3998 5000 5.0112626e-12 1137846.9 Loop time of 0.0163879 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:39 2021 Pair time (%) = 0.000847101 (5.16905) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.213862) Outpt time (%) = 0.0153921 (93.9231) Other time (%) = 0.000113726 (0.693959) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28297 ave 28297 max 28297 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28297 Ave neighs/atom = 5.6594 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:39 2021 Memory usage per processor = 27.5198 Mbytes Step Atoms AVEKE stressZZ 3998 5000 5.0112626e-12 1137844.7 3999 -0.0075074999999959 1137823.44607494 3999 5000 5.0105404e-12 1137823.4 Loop time of 0.016845 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:39 2021 Pair time (%) = 0.00106287 (6.30971) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.219382) Outpt time (%) = 0.0156291 (92.7816) Other time (%) = 0.00011611 (0.689284) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28297 ave 28297 max 28297 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28297 Ave neighs/atom = 5.6594 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:39 2021 Memory usage per processor = 27.5198 Mbytes Step Atoms AVEKE stressZZ 3999 5000 5.0105404e-12 1137821.3 4000 -0.0075074999999959 1137800.01150224 4000 5000 5.0099623e-12 1137800 Loop time of 0.0184641 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:39 2021 Pair time (%) = 0.000826836 (4.47807) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.189815) Outpt time (%) = 0.0175061 (94.8117) Other time (%) = 9.60827e-05 (0.520376) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28297 ave 28297 max 28297 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28297 Ave neighs/atom = 5.6594 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:39 2021 Memory usage per processor = 27.5198 Mbytes Step Atoms AVEKE stressZZ 4000 5000 5.0099623e-12 1137797.9 4001 -0.0075074999999959 1137776.57843829 4001 5000 5.0094759e-12 1137776.6 Loop time of 0.016181 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:39 2021 Pair time (%) = 0.000828028 (5.11729) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.216597) Outpt time (%) = 0.0152261 (94.0988) Other time (%) = 9.17912e-05 (0.567278) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28297 ave 28297 max 28297 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28297 Ave neighs/atom = 5.6594 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:39 2021 Memory usage per processor = 27.5198 Mbytes Step Atoms AVEKE stressZZ 4001 5000 5.0094759e-12 1137774.4 4002 -0.0075074999999959 1137753.14670459 4002 5000 5.0090476e-12 1137753.1 Loop time of 0.016001 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:39 2021 Pair time (%) = 0.000827074 (5.16889) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.213073) Outpt time (%) = 0.0150499 (94.0563) Other time (%) = 8.98838e-05 (0.561739) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28297 ave 28297 max 28297 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28297 Ave neighs/atom = 5.6594 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:39 2021 Memory usage per processor = 27.5198 Mbytes Step Atoms AVEKE stressZZ 4002 5000 5.0090476e-12 1137751 4003 -0.0075074999999959 1137729.71618763 4003 5000 5.0086564e-12 1137729.7 Loop time of 0.0160489 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:39 2021 Pair time (%) = 0.000831842 (5.18317) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.216894) Outpt time (%) = 0.0150931 (94.0443) Other time (%) = 8.91685e-05 (0.555605) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28297 ave 28297 max 28297 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28297 Ave neighs/atom = 5.6594 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:39 2021 Memory usage per processor = 27.5198 Mbytes Step Atoms AVEKE stressZZ 4003 5000 5.0086564e-12 1137727.6 4004 -0.0075074999999959 1137706.28681523 4004 5000 5.0082886e-12 1137706.3 Loop time of 0.0177372 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:39 2021 Pair time (%) = 0.00110698 (6.24101) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.192217) Outpt time (%) = 0.0164912 (92.9753) Other time (%) = 0.000104904 (0.591438) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28297 ave 28297 max 28297 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28297 Ave neighs/atom = 5.6594 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:39 2021 Memory usage per processor = 27.5198 Mbytes Step Atoms AVEKE stressZZ 4004 5000 5.0082886e-12 1137704.2 4005 -0.0075074999999959 1137682.85854152 4005 5000 5.0079359e-12 1137682.9 Loop time of 0.0175869 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:39 2021 Pair time (%) = 0.000940084 (5.34535) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.204704) Outpt time (%) = 0.0164921 (93.7748) Other time (%) = 0.000118732 (0.675117) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28297 ave 28297 max 28297 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28297 Ave neighs/atom = 5.6594 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:39 2021 Memory usage per processor = 27.5198 Mbytes Step Atoms AVEKE stressZZ 4005 5000 5.0079359e-12 1137680.7 4006 -0.0075074999999959 1137659.43133726 4006 5000 5.0075926e-12 1137659.4 Loop time of 0.016525 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:39 2021 Pair time (%) = 0.000854015 (5.16801) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.212088) Outpt time (%) = 0.0155258 (93.9533) Other time (%) = 0.000110149 (0.666561) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28297 ave 28297 max 28297 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28297 Ave neighs/atom = 5.6594 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:39 2021 Memory usage per processor = 27.5198 Mbytes Step Atoms AVEKE stressZZ 4006 5000 5.0075926e-12 1137657.3 4007 -0.0075074999999959 1137636.00518387 4007 5000 5.0072555e-12 1137636 Loop time of 0.017298 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:39 2021 Pair time (%) = 0.00113297 (6.54969) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.215015) Outpt time (%) = 0.015949 (92.2016) Other time (%) = 0.000178814 (1.03373) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28297 ave 28297 max 28297 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28297 Ave neighs/atom = 5.6594 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:39 2021 Memory usage per processor = 27.5198 Mbytes Step Atoms AVEKE stressZZ 4007 5000 5.0072555e-12 1137633.9 4008 -0.0075074999999959 1137612.58006944 4008 5000 5.0069221e-12 1137612.6 Loop time of 0.0169961 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:39 2021 Pair time (%) = 0.000841856 (4.95322) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.218834) Outpt time (%) = 0.016016 (94.2332) Other time (%) = 0.000101089 (0.594779) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28297 ave 28297 max 28297 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28297 Ave neighs/atom = 5.6594 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:39 2021 Memory usage per processor = 27.5198 Mbytes Step Atoms AVEKE stressZZ 4008 5000 5.0069221e-12 1137610.4 4009 -0.0075074999999959 1137589.15598645 4009 5000 5.0065913e-12 1137589.2 Loop time of 0.0164931 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:39 2021 Pair time (%) = 0.00082922 (5.02768) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.212498) Outpt time (%) = 0.015533 (94.1787) Other time (%) = 9.58443e-05 (0.581118) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28297 ave 28297 max 28297 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28297 Ave neighs/atom = 5.6594 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:39 2021 Memory usage per processor = 27.5198 Mbytes Step Atoms AVEKE stressZZ 4009 5000 5.0065913e-12 1137587 4010 -0.0075074999999959 1137565.73293 4010 5000 5.006262e-12 1137565.7 Loop time of 0.0182359 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:39 2021 Pair time (%) = 0.000891924 (4.89103) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.202649) Outpt time (%) = 0.0171571 (94.084) Other time (%) = 0.000149965 (0.822362) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28297 ave 28297 max 28297 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28297 Ave neighs/atom = 5.6594 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:39 2021 Memory usage per processor = 27.5198 Mbytes Step Atoms AVEKE stressZZ 4010 5000 5.006262e-12 1137563.6 4011 -0.0075074999999959 1137542.31089697 4011 5000 5.0059337e-12 1137542.3 Loop time of 0.0168781 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:39 2021 Pair time (%) = 0.000961065 (5.69415) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207651) Outpt time (%) = 0.015774 (93.4583) Other time (%) = 0.000108004 (0.639903) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28297 ave 28297 max 28297 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28297 Ave neighs/atom = 5.6594 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:39 2021 Memory usage per processor = 27.5198 Mbytes Step Atoms AVEKE stressZZ 4011 5000 5.0059337e-12 1137540.2 4012 -0.0075074999999959 1137518.88988533 4012 5000 5.0056061e-12 1137518.9 Loop time of 0.0173461 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:39 2021 Pair time (%) = 0.000829935 (4.78455) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.207546) Outpt time (%) = 0.016386 (94.465) Other time (%) = 9.41753e-05 (0.542918) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28297 ave 28297 max 28297 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28297 Ave neighs/atom = 5.6594 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:39 2021 Memory usage per processor = 27.5198 Mbytes Step Atoms AVEKE stressZZ 4012 5000 5.0056061e-12 1137516.8 4013 -0.0075074999999959 1137495.46989376 4013 5000 5.0052789e-12 1137495.5 Loop time of 0.0162671 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:39 2021 Pair time (%) = 0.000826836 (5.08288) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.213985) Outpt time (%) = 0.015312 (94.1286) Other time (%) = 9.34601e-05 (0.574536) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28297 ave 28297 max 28297 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28297 Ave neighs/atom = 5.6594 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:39 2021 Memory usage per processor = 27.5198 Mbytes Step Atoms AVEKE stressZZ 4013 5000 5.0052789e-12 1137493.3 4014 -0.0075074999999959 1137472.05092137 4014 5000 5.004952e-12 1137472.1 Loop time of 0.0169561 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:39 2021 Pair time (%) = 0.00107908 (6.36398) Neigh time (%) = 0 (0) Comm time (%) = 5.50747e-05 (0.324808) Outpt time (%) = 0.0156689 (92.4085) Other time (%) = 0.000153065 (0.902712) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28297 ave 28297 max 28297 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28297 Ave neighs/atom = 5.6594 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:39 2021 Memory usage per processor = 27.5198 Mbytes Step Atoms AVEKE stressZZ 4014 5000 5.004952e-12 1137469.9 4015 -0.0075074999999959 1137448.63296758 4015 5000 5.0046253e-12 1137448.6 Loop time of 0.017045 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:39 2021 Pair time (%) = 0.000826836 (4.85089) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205617) Outpt time (%) = 0.016088 (94.3854) Other time (%) = 9.5129e-05 (0.558104) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28297 ave 28297 max 28297 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28297 Ave neighs/atom = 5.6594 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:39 2021 Memory usage per processor = 27.5198 Mbytes Step Atoms AVEKE stressZZ 4015 5000 5.0046253e-12 1137446.5 4016 -0.0075074999999959 1137425.21603196 4016 5000 5.0042987e-12 1137425.2 Loop time of 0.0164828 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:39 2021 Pair time (%) = 0.000829935 (5.03515) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.212631) Outpt time (%) = 0.0155249 (94.1881) Other time (%) = 9.29832e-05 (0.564122) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28297 ave 28297 max 28297 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28297 Ave neighs/atom = 5.6594 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:39 2021 Memory usage per processor = 27.5198 Mbytes Step Atoms AVEKE stressZZ 4016 5000 5.0042987e-12 1137423.1 4017 -0.0075074999999959 1137401.80011419 4017 5000 5.0039722e-12 1137401.8 Loop time of 0.0163751 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:39 2021 Pair time (%) = 0.000897884 (5.48324) Neigh time (%) = 0 (0) Comm time (%) = 5.19753e-05 (0.317405) Outpt time (%) = 0.0153029 (93.4524) Other time (%) = 0.000122309 (0.746921) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28297 ave 28297 max 28297 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28297 Ave neighs/atom = 5.6594 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:39 2021 Memory usage per processor = 27.5198 Mbytes Step Atoms AVEKE stressZZ 4017 5000 5.0039722e-12 1137399.7 4018 -0.0075074999999959 1137378.38521405 4018 5000 5.0036458e-12 1137378.4 Loop time of 0.016927 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:39 2021 Pair time (%) = 0.000854969 (5.05092) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.212685) Outpt time (%) = 0.01594 (94.1688) Other time (%) = 9.60827e-05 (0.56763) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28297 ave 28297 max 28297 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28297 Ave neighs/atom = 5.6594 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:39 2021 Memory usage per processor = 27.5198 Mbytes Step Atoms AVEKE stressZZ 4018 5000 5.0036458e-12 1137376.2 4019 -0.0075074999999959 1137354.97133137 4019 5000 5.0033194e-12 1137355 Loop time of 0.0171199 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:39 2021 Pair time (%) = 0.000952959 (5.56639) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.210289) Outpt time (%) = 0.0160279 (93.6217) Other time (%) = 0.000102997 (0.601621) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28297 ave 28297 max 28297 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28297 Ave neighs/atom = 5.6594 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:39 2021 Memory usage per processor = 27.5198 Mbytes Step Atoms AVEKE stressZZ 4019 5000 5.0033194e-12 1137352.8 4020 -0.0075074999999959 1137331.55846599 4020 5000 5.0029931e-12 1137331.6 Loop time of 0.018126 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:39 2021 Pair time (%) = 0.000827789 (4.56686) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.19204) Outpt time (%) = 0.017169 (94.7202) Other time (%) = 9.44138e-05 (0.520874) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28297 ave 28297 max 28297 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28297 Ave neighs/atom = 5.6594 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:39 2021 Memory usage per processor = 27.5198 Mbytes Step Atoms AVEKE stressZZ 4020 5000 5.0029931e-12 1137329.4 4021 -0.0075074999999959 1137308.14661776 4021 5000 5.0026668e-12 1137308.1 Loop time of 0.0164189 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:39 2021 Pair time (%) = 0.000948906 (5.77934) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.232335) Outpt time (%) = 0.015316 (93.2826) Other time (%) = 0.000115871 (0.705718) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28297 ave 28297 max 28297 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28297 Ave neighs/atom = 5.6594 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:39 2021 Memory usage per processor = 27.5198 Mbytes Step Atoms AVEKE stressZZ 4021 5000 5.0026668e-12 1137306 4022 -0.0075074999999959 1137284.73578659 4022 5000 5.0023406e-12 1137284.7 Loop time of 0.0168772 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:39 2021 Pair time (%) = 0.000826836 (4.89914) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.200599) Outpt time (%) = 0.0159278 (94.3748) Other time (%) = 8.86917e-05 (0.525513) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28297 ave 28297 max 28297 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28297 Ave neighs/atom = 5.6594 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:39 2021 Memory usage per processor = 27.5198 Mbytes Step Atoms AVEKE stressZZ 4022 5000 5.0023406e-12 1137282.6 4023 -0.0075074999999959 1137261.32597235 4023 5000 5.0020143e-12 1137261.3 Loop time of 0.016845 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:39 2021 Pair time (%) = 0.000828981 (4.92123) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208059) Outpt time (%) = 0.015887 (94.3131) Other time (%) = 9.39369e-05 (0.557655) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28297 ave 28297 max 28297 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28297 Ave neighs/atom = 5.6594 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:39 2021 Memory usage per processor = 27.5198 Mbytes Step Atoms AVEKE stressZZ 4023 5000 5.0020143e-12 1137259.2 4024 -0.0075074999999959 1137237.91717492 4024 5000 5.0016882e-12 1137237.9 Loop time of 0.0163059 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:39 2021 Pair time (%) = 0.000853062 (5.23161) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.220786) Outpt time (%) = 0.015317 (93.935) Other time (%) = 9.98974e-05 (0.612645) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28297 ave 28297 max 28297 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28297 Ave neighs/atom = 5.6594 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:39 2021 Memory usage per processor = 27.5198 Mbytes Step Atoms AVEKE stressZZ 4024 5000 5.0016882e-12 1137235.8 4025 -0.0075074999999959 1137214.50939419 4025 5000 5.001362e-12 1137214.5 Loop time of 0.0171089 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:39 2021 Pair time (%) = 0.000921011 (5.38322) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204849) Outpt time (%) = 0.0160491 (93.8057) Other time (%) = 0.000103712 (0.606187) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28297 ave 28297 max 28297 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28297 Ave neighs/atom = 5.6594 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:39 2021 Memory usage per processor = 27.5198 Mbytes Step Atoms AVEKE stressZZ 4025 5000 5.001362e-12 1137212.4 4026 -0.0075074999999959 1137191.10263009 4026 5000 5.0010359e-12 1137191.1 Loop time of 0.017066 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:39 2021 Pair time (%) = 0.000829935 (4.86309) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.203968) Outpt time (%) = 0.016108 (94.3867) Other time (%) = 9.32217e-05 (0.546242) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28297 ave 28297 max 28297 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28297 Ave neighs/atom = 5.6594 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:39 2021 Memory usage per processor = 27.5198 Mbytes Step Atoms AVEKE stressZZ 4026 5000 5.0010359e-12 1137189 4027 -0.0075074999999959 1137167.69688251 4027 5000 5.0007098e-12 1137167.7 Loop time of 0.016674 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:39 2021 Pair time (%) = 0.000829935 (4.97741) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.287406) Outpt time (%) = 0.0156829 (94.056) Other time (%) = 0.000113249 (0.679192) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28297 ave 28297 max 28297 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28297 Ave neighs/atom = 5.6594 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:39 2021 Memory usage per processor = 27.5198 Mbytes Step Atoms AVEKE stressZZ 4027 5000 5.0007098e-12 1137165.6 4028 -0.0075074999999959 1137144.29215133 4028 5000 5.0003837e-12 1137144.3 Loop time of 0.0166879 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:39 2021 Pair time (%) = 0.000972033 (5.82478) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.228591) Outpt time (%) = 0.0154781 (92.7508) Other time (%) = 0.000199556 (1.19582) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28297 ave 28297 max 28297 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28297 Ave neighs/atom = 5.6594 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:39 2021 Memory usage per processor = 27.5198 Mbytes Step Atoms AVEKE stressZZ 4028 5000 5.0003837e-12 1137142.2 4029 -0.0075074999999959 1137120.88843646 4029 5000 5.0000577e-12 1137120.9 Loop time of 0.0169849 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:39 2021 Pair time (%) = 0.000828981 (4.88069) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206345) Outpt time (%) = 0.0160291 (94.3725) Other time (%) = 9.17912e-05 (0.540427) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28297 ave 28297 max 28297 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28297 Ave neighs/atom = 5.6594 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:39 2021 Memory usage per processor = 27.5198 Mbytes Step Atoms AVEKE stressZZ 4029 5000 5.0000577e-12 1137118.8 4030 -0.0075074999999959 1137097.48573783 4030 5000 4.9997317e-12 1137097.5 Loop time of 0.018481 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:39 2021 Pair time (%) = 0.000828028 (4.48042) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.189641) Outpt time (%) = 0.0175231 (94.8165) Other time (%) = 9.48906e-05 (0.513449) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28297 ave 28297 max 28297 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28297 Ave neighs/atom = 5.6594 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:39 2021 Memory usage per processor = 27.5198 Mbytes Step Atoms AVEKE stressZZ 4030 5000 4.9997317e-12 1137095.4 4031 -0.0075074999999959 1137074.0840553 4031 5000 4.9994057e-12 1137074.1 Loop time of 0.0165801 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:39 2021 Pair time (%) = 0.000831127 (5.0128) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.217135) Outpt time (%) = 0.0155652 (93.8785) Other time (%) = 0.00014782 (0.891548) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28297 ave 28297 max 28297 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28297 Ave neighs/atom = 5.6594 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:39 2021 Memory usage per processor = 27.5198 Mbytes Step Atoms AVEKE stressZZ 4031 5000 4.9994057e-12 1137071.9 4032 -0.0075074999999959 1137050.68338881 4032 5000 4.9990797e-12 1137050.7 Loop time of 0.017247 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:39 2021 Pair time (%) = 0.000969887 (5.62352) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.201828) Outpt time (%) = 0.01614 (93.5816) Other time (%) = 0.000102282 (0.593041) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28297 ave 28297 max 28297 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28297 Ave neighs/atom = 5.6594 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:39 2021 Memory usage per processor = 27.5198 Mbytes Step Atoms AVEKE stressZZ 4032 5000 4.9990797e-12 1137048.5 4033 -0.0075074999999959 1137027.28373822 4033 5000 4.9987538e-12 1137027.3 Loop time of 0.0171161 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:39 2021 Pair time (%) = 0.000828981 (4.84329) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204764) Outpt time (%) = 0.0161579 (94.4017) Other time (%) = 9.41753e-05 (0.550216) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28297 ave 28297 max 28297 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28297 Ave neighs/atom = 5.6594 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:39 2021 Memory usage per processor = 27.5198 Mbytes Step Atoms AVEKE stressZZ 4033 5000 4.9987538e-12 1137025.1 4034 -0.0075074999999959 1137003.88510347 4034 5000 4.9984279e-12 1137003.9 Loop time of 0.0164001 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:39 2021 Pair time (%) = 0.00101399 (6.18285) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.213703) Outpt time (%) = 0.0152559 (93.0234) Other time (%) = 9.5129e-05 (0.580051) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28297 ave 28297 max 28297 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28297 Ave neighs/atom = 5.6594 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:39 2021 Memory usage per processor = 27.5198 Mbytes Step Atoms AVEKE stressZZ 4034 5000 4.9984279e-12 1137001.8 4035 -0.0075074999999959 1136980.48748447 4035 5000 4.998102e-12 1136980.5 Loop time of 0.0166919 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:39 2021 Pair time (%) = 0.00111294 (6.66752) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.232821) Outpt time (%) = 0.015419 (92.3741) Other time (%) = 0.000121117 (0.7256) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28297 ave 28297 max 28297 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28297 Ave neighs/atom = 5.6594 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:39 2021 Memory usage per processor = 27.5198 Mbytes Step Atoms AVEKE stressZZ 4035 5000 4.998102e-12 1136978.4 4036 -0.0075074999999959 1136957.09088107 4036 5000 4.9977762e-12 1136957.1 Loop time of 0.016923 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:39 2021 Pair time (%) = 0.000826836 (4.88588) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.205692) Outpt time (%) = 0.0159659 (94.3449) Other time (%) = 9.53674e-05 (0.563539) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28297 ave 28297 max 28297 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28297 Ave neighs/atom = 5.6594 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:39 2021 Memory usage per processor = 27.5198 Mbytes Step Atoms AVEKE stressZZ 4036 5000 4.9977762e-12 1136955 4037 -0.0075074999999959 1136933.69529324 4037 5000 4.9974504e-12 1136933.7 Loop time of 0.0165019 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:40 2021 Pair time (%) = 0.000828981 (5.02355) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.206606) Outpt time (%) = 0.0155439 (94.1948) Other time (%) = 9.48906e-05 (0.575028) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28297 ave 28297 max 28297 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28297 Ave neighs/atom = 5.6594 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:40 2021 Memory usage per processor = 27.5198 Mbytes Step Atoms AVEKE stressZZ 4037 5000 4.9974504e-12 1136931.6 4038 -0.0075074999999959 1136910.30072089 4038 5000 4.9971246e-12 1136910.3 Loop time of 0.0163438 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:40 2021 Pair time (%) = 0.000882149 (5.39744) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.226109) Outpt time (%) = 0.0153198 (93.7346) Other time (%) = 0.000104904 (0.641858) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28297 ave 28297 max 28297 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28297 Ave neighs/atom = 5.6594 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:40 2021 Memory usage per processor = 27.5198 Mbytes Step Atoms AVEKE stressZZ 4038 5000 4.9971246e-12 1136908.2 4039 -0.0075074999999959 1136886.90716388 4039 5000 4.9967988e-12 1136886.9 Loop time of 0.017046 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:40 2021 Pair time (%) = 0.000931978 (5.46744) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.198613) Outpt time (%) = 0.0159841 (93.7703) Other time (%) = 9.60827e-05 (0.563668) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28297 ave 28297 max 28297 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28297 Ave neighs/atom = 5.6594 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:40 2021 Memory usage per processor = 27.5198 Mbytes Step Atoms AVEKE stressZZ 4039 5000 4.9967988e-12 1136884.8 4040 -0.0075074999999959 1136863.51462211 4040 5000 4.9964731e-12 1136863.5 Loop time of 0.0185602 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:40 2021 Pair time (%) = 0.000869036 (4.68226) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.188832) Outpt time (%) = 0.0175622 (94.6228) Other time (%) = 9.39369e-05 (0.506121) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28297 ave 28297 max 28297 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28297 Ave neighs/atom = 5.6594 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:40 2021 Memory usage per processor = 27.5198 Mbytes Step Atoms AVEKE stressZZ 4040 5000 4.9964731e-12 1136861.4 4041 -0.0075074999999959 1136840.12309554 4041 5000 4.9961474e-12 1136840.1 Loop time of 0.0167911 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:40 2021 Pair time (%) = 0.000899076 (5.35448) Neigh time (%) = 0 (0) Comm time (%) = 6.8903e-05 (0.410354) Outpt time (%) = 0.015723 (93.6388) Other time (%) = 0.000100136 (0.596362) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28297 ave 28297 max 28297 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28297 Ave neighs/atom = 5.6594 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:40 2021 Memory usage per processor = 27.5198 Mbytes Step Atoms AVEKE stressZZ 4041 5000 4.9961474e-12 1136838 4042 -0.0075074999999959 1136816.73258404 4042 5000 4.9958217e-12 1136816.7 Loop time of 0.0168109 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:40 2021 Pair time (%) = 0.00103593 (6.16225) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.231173) Outpt time (%) = 0.015589 (92.7315) Other time (%) = 0.000147104 (0.875053) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28297 ave 28297 max 28297 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28297 Ave neighs/atom = 5.6594 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:40 2021 Memory usage per processor = 27.5198 Mbytes Step Atoms AVEKE stressZZ 4042 5000 4.9958217e-12 1136814.6 4043 -0.0075074999999959 1136793.34308754 4043 5000 4.9954961e-12 1136793.3 Loop time of 0.01721 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:40 2021 Pair time (%) = 0.000828981 (4.81686) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.203646) Outpt time (%) = 0.0162501 (94.4226) Other time (%) = 9.58443e-05 (0.55691) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28297 ave 28297 max 28297 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28297 Ave neighs/atom = 5.6594 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:40 2021 Memory usage per processor = 27.5198 Mbytes Step Atoms AVEKE stressZZ 4043 5000 4.9954961e-12 1136791.2 4044 -0.0075074999999959 1136769.95460591 4044 5000 4.9951705e-12 1136770 Loop time of 0.016974 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:40 2021 Pair time (%) = 0.000949144 (5.59176) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.212097) Outpt time (%) = 0.015887 (93.5964) Other time (%) = 0.000101805 (0.59977) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28297 ave 28297 max 28297 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28297 Ave neighs/atom = 5.6594 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:40 2021 Memory usage per processor = 27.5198 Mbytes Step Atoms AVEKE stressZZ 4044 5000 4.9951705e-12 1136767.8 4045 -0.0075074999999959 1136746.56713912 4045 5000 4.9948449e-12 1136746.6 Loop time of 0.0163889 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:40 2021 Pair time (%) = 0.00090313 (5.51062) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.219668) Outpt time (%) = 0.015347 (93.6427) Other time (%) = 0.000102758 (0.627) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28297 ave 28297 max 28297 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28297 Ave neighs/atom = 5.6594 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:40 2021 Memory usage per processor = 27.5198 Mbytes Step Atoms AVEKE stressZZ 4045 5000 4.9948449e-12 1136744.4 4046 -0.0075074999999959 1136723.18068702 4046 5000 4.9945193e-12 1136723.2 Loop time of 0.0161879 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:40 2021 Pair time (%) = 0.000828981 (5.12099) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.210613) Outpt time (%) = 0.015233 (94.1014) Other time (%) = 9.17912e-05 (0.567035) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28297 ave 28297 max 28297 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28297 Ave neighs/atom = 5.6594 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:40 2021 Memory usage per processor = 27.5198 Mbytes Step Atoms AVEKE stressZZ 4046 5000 4.9945193e-12 1136721 4047 -0.0075074999999959 1136699.79524955 4047 5000 4.9941938e-12 1136699.8 Loop time of 0.0163071 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:40 2021 Pair time (%) = 0.000830889 (5.09525) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.214922) Outpt time (%) = 0.0153532 (94.1503) Other time (%) = 8.79765e-05 (0.539497) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28297 ave 28297 max 28297 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28297 Ave neighs/atom = 5.6594 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:40 2021 Memory usage per processor = 27.5198 Mbytes Step Atoms AVEKE stressZZ 4047 5000 4.9941938e-12 1136697.7 4048 -0.0075074999999959 1136676.41082661 4048 5000 4.9938683e-12 1136676.4 Loop time of 0.0172231 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:40 2021 Pair time (%) = 0.000828028 (4.80765) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197954) Outpt time (%) = 0.0162752 (94.496) Other time (%) = 8.58307e-05 (0.498346) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28297 ave 28297 max 28297 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28297 Ave neighs/atom = 5.6594 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:40 2021 Memory usage per processor = 27.5198 Mbytes Step Atoms AVEKE stressZZ 4048 5000 4.9938683e-12 1136674.3 4049 -0.0075074999999959 1136653.02741812 4049 5000 4.9935428e-12 1136653 Loop time of 0.0166149 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:40 2021 Pair time (%) = 0.000867844 (5.22328) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.209505) Outpt time (%) = 0.0155821 (93.7837) Other time (%) = 0.000130177 (0.783492) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28297 ave 28297 max 28297 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28297 Ave neighs/atom = 5.6594 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:40 2021 Memory usage per processor = 27.5198 Mbytes Step Atoms AVEKE stressZZ 4049 5000 4.9935428e-12 1136650.9 4050 -0.0075074999999959 1136629.64502398 4050 5000 4.9932174e-12 1136629.6 Loop time of 0.01878 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:40 2021 Pair time (%) = 0.000886917 (4.72267) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.198047) Outpt time (%) = 0.0177121 (94.3138) Other time (%) = 0.000143766 (0.76553) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28297 ave 28297 max 28297 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28297 Ave neighs/atom = 5.6594 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:40 2021 Memory usage per processor = 27.5198 Mbytes Step Atoms AVEKE stressZZ 4050 5000 4.9932174e-12 1136627.5 4051 -0.0075074999999959 1136606.26364409 4051 5000 4.992892e-12 1136606.3 Loop time of 0.016772 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:40 2021 Pair time (%) = 0.000868082 (5.17577) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208964) Outpt time (%) = 0.015733 (93.805) Other time (%) = 0.000135899 (0.810269) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28297 ave 28297 max 28297 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28297 Ave neighs/atom = 5.6594 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:40 2021 Memory usage per processor = 27.5198 Mbytes Step Atoms AVEKE stressZZ 4051 5000 4.992892e-12 1136604.1 4052 -0.0075074999999959 1136582.88327835 4052 5000 4.9925666e-12 1136582.9 Loop time of 0.0170131 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:40 2021 Pair time (%) = 0.000860929 (5.0604) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.299896) Outpt time (%) = 0.0159781 (93.9166) Other time (%) = 0.000123024 (0.723114) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28297 ave 28297 max 28297 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28297 Ave neighs/atom = 5.6594 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:40 2021 Memory usage per processor = 27.5198 Mbytes Step Atoms AVEKE stressZZ 4052 5000 4.9925666e-12 1136580.7 4053 -0.0075074999999959 1136559.50392671 4053 5000 4.9922412e-12 1136559.5 Loop time of 0.016362 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:40 2021 Pair time (%) = 0.000880957 (5.38418) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.225859) Outpt time (%) = 0.0153401 (93.7546) Other time (%) = 0.000103951 (0.635318) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28297 ave 28297 max 28297 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28297 Ave neighs/atom = 5.6594 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:40 2021 Memory usage per processor = 27.5198 Mbytes Step Atoms AVEKE stressZZ 4053 5000 4.9922412e-12 1136557.4 4054 -0.0075074999999959 1136536.12558905 4054 5000 4.9919159e-12 1136536.1 Loop time of 0.016964 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:40 2021 Pair time (%) = 0.000863075 (5.0877) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.217843) Outpt time (%) = 0.0159619 (94.0929) Other time (%) = 0.000102043 (0.601529) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28297 ave 28297 max 28297 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28297 Ave neighs/atom = 5.6594 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:40 2021 Memory usage per processor = 27.5198 Mbytes Step Atoms AVEKE stressZZ 4054 5000 4.9919159e-12 1136534 4055 -0.0075074999999959 1136512.74826528 4055 5000 4.9915906e-12 1136512.7 Loop time of 0.016916 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:40 2021 Pair time (%) = 0.000825882 (4.88224) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.200138) Outpt time (%) = 0.0159619 (94.3595) Other time (%) = 9.44138e-05 (0.558132) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28297 ave 28297 max 28297 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28297 Ave neighs/atom = 5.6594 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:40 2021 Memory usage per processor = 27.5198 Mbytes Step Atoms AVEKE stressZZ 4055 5000 4.9915906e-12 1136510.6 4056 -0.0075074999999959 1136489.37195531 4056 5000 4.9912653e-12 1136489.4 Loop time of 0.0163031 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:40 2021 Pair time (%) = 0.000868082 (5.32466) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.214975) Outpt time (%) = 0.015306 (93.8842) Other time (%) = 9.39369e-05 (0.576192) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28297 ave 28297 max 28297 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28297 Ave neighs/atom = 5.6594 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:40 2021 Memory usage per processor = 27.5198 Mbytes Step Atoms AVEKE stressZZ 4056 5000 4.9912653e-12 1136487.2 4057 -0.0075074999999959 1136465.99665908 4057 5000 4.9909401e-12 1136466 Loop time of 0.017071 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:40 2021 Pair time (%) = 0.00121307 (7.10605) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.210891) Outpt time (%) = 0.015676 (91.8283) Other time (%) = 0.000145912 (0.854737) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28297 ave 28297 max 28297 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28297 Ave neighs/atom = 5.6594 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:40 2021 Memory usage per processor = 27.5198 Mbytes Step Atoms AVEKE stressZZ 4057 5000 4.9909401e-12 1136463.9 4058 -0.0075074999999959 1136442.62237645 4058 5000 4.9906149e-12 1136442.6 Loop time of 0.0169928 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:40 2021 Pair time (%) = 0.000827074 (4.8672) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206249) Outpt time (%) = 0.0160389 (94.3864) Other time (%) = 9.17912e-05 (0.540177) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28297 ave 28297 max 28297 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28297 Ave neighs/atom = 5.6594 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:40 2021 Memory usage per processor = 27.5198 Mbytes Step Atoms AVEKE stressZZ 4058 5000 4.9906149e-12 1136440.5 4059 -0.0075074999999959 1136419.24910739 4059 5000 4.9902897e-12 1136419.2 Loop time of 0.0166039 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:40 2021 Pair time (%) = 0.000828981 (4.99268) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.21108) Outpt time (%) = 0.0156469 (94.2362) Other time (%) = 9.29832e-05 (0.560007) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28297 ave 28297 max 28297 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28297 Ave neighs/atom = 5.6594 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:40 2021 Memory usage per processor = 27.5198 Mbytes Step Atoms AVEKE stressZZ 4059 5000 4.9902897e-12 1136417.1 4060 -0.0075074999999959 1136395.8768518 4060 5000 4.9899645e-12 1136395.9 Loop time of 0.0179079 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:40 2021 Pair time (%) = 0.00086689 (4.84084) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.284912) Outpt time (%) = 0.0168679 (94.1926) Other time (%) = 0.00012207 (0.681658) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28297 ave 28297 max 28297 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28297 Ave neighs/atom = 5.6594 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:40 2021 Memory usage per processor = 27.5198 Mbytes Step Atoms AVEKE stressZZ 4060 5000 4.9899645e-12 1136393.7 4061 -0.0075074999999959 1136372.50560956 4061 5000 4.9896394e-12 1136372.5 Loop time of 0.0168939 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:40 2021 Pair time (%) = 0.000944138 (5.58864) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.218747) Outpt time (%) = 0.0158088 (93.5773) Other time (%) = 0.000103951 (0.615315) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28297 ave 28297 max 28297 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28297 Ave neighs/atom = 5.6594 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:40 2021 Memory usage per processor = 27.5198 Mbytes Step Atoms AVEKE stressZZ 4061 5000 4.9896394e-12 1136370.4 4062 -0.0075074999999959 1136349.13538062 4062 5000 4.9893143e-12 1136349.1 Loop time of 0.0168829 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:40 2021 Pair time (%) = 0.000869036 (5.14743) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207592) Outpt time (%) = 0.0158849 (94.0886) Other time (%) = 9.39369e-05 (0.556403) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28297 ave 28297 max 28297 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28297 Ave neighs/atom = 5.6594 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:40 2021 Memory usage per processor = 27.5198 Mbytes Step Atoms AVEKE stressZZ 4062 5000 4.9893143e-12 1136347 4063 -0.0075074999999959 1136325.76616486 4063 5000 4.9889892e-12 1136325.8 Loop time of 0.0163062 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:40 2021 Pair time (%) = 0.000827074 (5.07216) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.214934) Outpt time (%) = 0.0153182 (93.9409) Other time (%) = 0.000125885 (0.772009) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28297 ave 28297 max 28297 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28297 Ave neighs/atom = 5.6594 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:40 2021 Memory usage per processor = 27.5198 Mbytes Step Atoms AVEKE stressZZ 4063 5000 4.9889892e-12 1136323.6 4064 -0.0075074999999959 1136302.39796219 4064 5000 4.9886642e-12 1136302.4 Loop time of 0.017123 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:40 2021 Pair time (%) = 0.000865936 (5.05716) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.210251) Outpt time (%) = 0.0160458 (93.7092) Other time (%) = 0.000175238 (1.02341) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28297 ave 28297 max 28297 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28297 Ave neighs/atom = 5.6594 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:40 2021 Memory usage per processor = 27.5198 Mbytes Step Atoms AVEKE stressZZ 4064 5000 4.9886642e-12 1136300.3 4065 -0.0075074999999959 1136279.03077254 4065 5000 4.9883392e-12 1136279 Loop time of 0.016912 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:40 2021 Pair time (%) = 0.00082612 (4.88482) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207235) Outpt time (%) = 0.015909 (94.0691) Other time (%) = 0.000141859 (0.838808) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28297 ave 28297 max 28297 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28297 Ave neighs/atom = 5.6594 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:40 2021 Memory usage per processor = 27.5198 Mbytes Step Atoms AVEKE stressZZ 4065 5000 4.9883392e-12 1136276.9 4066 -0.0075074999999959 1136255.66459582 4066 5000 4.9880142e-12 1136255.7 Loop time of 0.0169442 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:40 2021 Pair time (%) = 0.000831842 (4.90931) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.205434) Outpt time (%) = 0.0159221 (93.9678) Other time (%) = 0.000155449 (0.917418) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28297 ave 28297 max 28297 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28297 Ave neighs/atom = 5.6594 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:40 2021 Memory usage per processor = 27.5198 Mbytes Step Atoms AVEKE stressZZ 4066 5000 4.9880142e-12 1136253.5 4067 -0.0075074999999959 1136232.29943195 4067 5000 4.9876892e-12 1136232.3 Loop time of 0.0167391 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:40 2021 Pair time (%) = 0.000915051 (5.46654) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.304804) Outpt time (%) = 0.0156231 (93.3328) Other time (%) = 0.000149965 (0.895897) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28297 ave 28297 max 28297 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28297 Ave neighs/atom = 5.6594 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:40 2021 Memory usage per processor = 27.5198 Mbytes Step Atoms AVEKE stressZZ 4067 5000 4.9876892e-12 1136230.2 4068 -0.0075074999999959 1136208.93528082 4068 5000 4.9873643e-12 1136208.9 Loop time of 0.0171111 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:40 2021 Pair time (%) = 0.000946999 (5.53442) Neigh time (%) = 0 (0) Comm time (%) = 6.69956e-05 (0.391534) Outpt time (%) = 0.015996 (93.4833) Other time (%) = 0.000101089 (0.590784) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28297 ave 28297 max 28297 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28297 Ave neighs/atom = 5.6594 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:40 2021 Memory usage per processor = 27.5198 Mbytes Step Atoms AVEKE stressZZ 4068 5000 4.9873643e-12 1136206.8 4069 -0.0075074999999959 1136185.57214238 4069 5000 4.9870394e-12 1136185.6 Loop time of 0.0168018 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:40 2021 Pair time (%) = 0.000838041 (4.9878) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208593) Outpt time (%) = 0.0158339 (94.2388) Other time (%) = 9.48906e-05 (0.564763) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28297 ave 28297 max 28297 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28297 Ave neighs/atom = 5.6594 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:40 2021 Memory usage per processor = 27.5198 Mbytes Step Atoms AVEKE stressZZ 4069 5000 4.9870394e-12 1136183.4 4070 -0.0075074999999959 1136162.21001651 4070 5000 4.9867145e-12 1136162.2 Loop time of 0.495832 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:41 2021 Pair time (%) = 0.000833035 (0.168007) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.0074531) Outpt time (%) = 0.49486 (99.8039) Other time (%) = 0.000102282 (0.0206283) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28297 ave 28297 max 28297 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28297 Ave neighs/atom = 5.6594 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:41 2021 Memory usage per processor = 27.5198 Mbytes Step Atoms AVEKE stressZZ 4070 5000 4.9867145e-12 1136160.1 4071 -0.0075074999999959 1136138.84890313 4071 5000 4.9863897e-12 1136138.8 Loop time of 0.0174401 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:41 2021 Pair time (%) = 0.00114489 (6.56468) Neigh time (%) = 0 (0) Comm time (%) = 6.19888e-05 (0.355439) Outpt time (%) = 0.0160661 (92.1216) Other time (%) = 0.000167131 (0.958318) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28297 ave 28297 max 28297 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28297 Ave neighs/atom = 5.6594 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:41 2021 Memory usage per processor = 27.5198 Mbytes Step Atoms AVEKE stressZZ 4071 5000 4.9863897e-12 1136136.7 4072 -0.0075074999999959 1136115.48880218 4072 5000 4.9860648e-12 1136115.5 Loop time of 0.0167902 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:41 2021 Pair time (%) = 0.000878096 (5.22983) Neigh time (%) = 0 (0) Comm time (%) = 8.89301e-05 (0.529657) Outpt time (%) = 0.0156519 (93.221) Other time (%) = 0.000171185 (1.01955) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28297 ave 28297 max 28297 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28297 Ave neighs/atom = 5.6594 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:41 2021 Memory usage per processor = 27.5198 Mbytes Step Atoms AVEKE stressZZ 4072 5000 4.9860648e-12 1136113.4 4073 -0.0075074999999959 1136092.12971355 4073 5000 4.98574e-12 1136092.1 Loop time of 0.016377 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:41 2021 Pair time (%) = 0.000809908 (4.94541) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.206726) Outpt time (%) = 0.015445 (94.3092) Other time (%) = 8.82149e-05 (0.538652) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28297 ave 28297 max 28297 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28297 Ave neighs/atom = 5.6594 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:41 2021 Memory usage per processor = 27.5198 Mbytes Step Atoms AVEKE stressZZ 4073 5000 4.98574e-12 1136090 4074 -0.0075074999999959 1136068.77163713 4074 5000 4.9854153e-12 1136068.8 Loop time of 0.0164399 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:41 2021 Pair time (%) = 0.000952005 (5.79082) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.211735) Outpt time (%) = 0.0153639 (93.4551) Other time (%) = 8.91685e-05 (0.542391) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28297 ave 28297 max 28297 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28297 Ave neighs/atom = 5.6594 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:41 2021 Memory usage per processor = 27.5198 Mbytes Step Atoms AVEKE stressZZ 4074 5000 4.9854153e-12 1136066.6 4075 -0.0075074999999959 1136045.41457289 4075 5000 4.9850905e-12 1136045.4 Loop time of 0.0172539 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:41 2021 Pair time (%) = 0.000828981 (4.80461) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.201747) Outpt time (%) = 0.0163009 (94.4768) Other time (%) = 8.91685e-05 (0.516803) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28297 ave 28297 max 28297 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28297 Ave neighs/atom = 5.6594 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:41 2021 Memory usage per processor = 27.5198 Mbytes Step Atoms AVEKE stressZZ 4075 5000 4.9850905e-12 1136043.3 4076 -0.0075074999999959 1136022.0585207 4076 5000 4.9847658e-12 1136022.1 Loop time of 0.0172789 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:41 2021 Pair time (%) = 0.000829935 (4.80317) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.202834) Outpt time (%) = 0.01632 (94.4503) Other time (%) = 9.39369e-05 (0.543651) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28297 ave 28297 max 28297 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28297 Ave neighs/atom = 5.6594 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:41 2021 Memory usage per processor = 27.5198 Mbytes Step Atoms AVEKE stressZZ 4076 5000 4.9847658e-12 1136019.9 4077 -0.0075074999999959 1135998.70348052 4077 5000 4.9844412e-12 1135998.7 Loop time of 0.0165539 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:41 2021 Pair time (%) = 0.000896931 (5.41825) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.210278) Outpt time (%) = 0.015492 (93.5851) Other time (%) = 0.000130177 (0.786381) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28297 ave 28297 max 28297 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28297 Ave neighs/atom = 5.6594 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:41 2021 Memory usage per processor = 27.5198 Mbytes Step Atoms AVEKE stressZZ 4077 5000 4.9844412e-12 1135996.6 4078 -0.0075074999999959 1135975.34945221 4078 5000 4.9841165e-12 1135975.3 Loop time of 0.0169659 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:41 2021 Pair time (%) = 0.00088191 (5.19815) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.212198) Outpt time (%) = 0.015944 (93.977) Other time (%) = 0.000103951 (0.612704) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28297 ave 28297 max 28297 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28297 Ave neighs/atom = 5.6594 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:41 2021 Memory usage per processor = 27.5198 Mbytes Step Atoms AVEKE stressZZ 4078 5000 4.9841165e-12 1135973.2 4079 -0.0075074999999959 1135951.99643742 4079 5000 4.9837919e-12 1135952 Loop time of 0.016937 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:41 2021 Pair time (%) = 0.00082612 (4.8776) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206929) Outpt time (%) = 0.0159571 (94.2144) Other time (%) = 0.000118732 (0.701023) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28297 ave 28297 max 28297 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28297 Ave neighs/atom = 5.6594 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:41 2021 Memory usage per processor = 27.5198 Mbytes Step Atoms AVEKE stressZZ 4079 5000 4.9837919e-12 1135949.9 4080 -0.0075074999999959 1135928.64444583 4080 5000 4.9834673e-12 1135928.6 Loop time of 0.018254 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:41 2021 Pair time (%) = 0.000828981 (4.54136) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.191999) Outpt time (%) = 0.0172961 (94.752) Other time (%) = 9.39369e-05 (0.514609) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28297 ave 28297 max 28297 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28297 Ave neighs/atom = 5.6594 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:19:41 2021 Memory usage per processor = 27.5198 Mbytes Step Atoms AVEKE stressZZ 4080 5000 4.9834673e-12 1135926.5 4081 -0.0075074999999959 1135900.99644565 4081 5000 9.845759e-12 1135938.2 Loop time of 0.0162189 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:41 2021 Pair time (%) = 0.00087595 (5.4008) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.227851) Outpt time (%) = 0.0151811 (93.6011) Other time (%) = 0.000124931 (0.770282) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28297 ave 28297 max 28297 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28297 Ave neighs/atom = 5.6594 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:41 2021 Memory usage per processor = 27.5198 Mbytes Step Atoms AVEKE stressZZ 4081 5000 9.845759e-12 1163209.5 4082 -0.00753999999999589 1163181.21402719 4082 5000 7.9732732e-12 1163181.2 Loop time of 0.016597 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:41 2021 Pair time (%) = 0.000838041 (5.04934) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.216914) Outpt time (%) = 0.0156291 (94.1678) Other time (%) = 9.39369e-05 (0.565986) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:41 2021 Memory usage per processor = 27.5198 Mbytes Step Atoms AVEKE stressZZ 4082 5000 7.9732732e-12 1163178.3 4083 -0.00753999999999589 1163152.42208956 4083 5000 6.8857035e-12 1163152.4 Loop time of 0.016829 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:41 2021 Pair time (%) = 0.000833988 (4.95566) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208257) Outpt time (%) = 0.0158639 (94.2652) Other time (%) = 9.60827e-05 (0.570935) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:41 2021 Memory usage per processor = 27.5198 Mbytes Step Atoms AVEKE stressZZ 4083 5000 6.8857035e-12 1163149.8 4084 -0.00753999999999589 1163125.38450552 4084 5000 6.2358352e-12 1163125.4 Loop time of 0.0163469 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:41 2021 Pair time (%) = 0.000836849 (5.1193) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.220232) Outpt time (%) = 0.0153739 (94.0479) Other time (%) = 0.000100136 (0.612566) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:41 2021 Memory usage per processor = 27.5198 Mbytes Step Atoms AVEKE stressZZ 4084 5000 6.2358352e-12 1163122.9 4085 -0.00753999999999589 1163099.46221303 4085 5000 5.8394436e-12 1163099.5 Loop time of 0.0169299 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:41 2021 Pair time (%) = 0.000905037 (5.3458) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.212649) Outpt time (%) = 0.015882 (93.8106) Other time (%) = 0.000106812 (0.630906) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:41 2021 Memory usage per processor = 27.5198 Mbytes Step Atoms AVEKE stressZZ 4085 5000 5.8394436e-12 1163097.1 4086 -0.00753999999999589 1163074.24910704 4086 5000 5.5941674e-12 1163074.2 Loop time of 0.017014 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:41 2021 Pair time (%) = 0.000830889 (4.88355) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.204591) Outpt time (%) = 0.016053 (94.3513) Other time (%) = 9.53674e-05 (0.560522) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:41 2021 Memory usage per processor = 27.5198 Mbytes Step Atoms AVEKE stressZZ 4086 5000 5.5941674e-12 1163071.9 4087 -0.00753999999999589 1163049.48707763 4087 5000 5.4408988e-12 1163049.5 Loop time of 0.0162208 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:41 2021 Pair time (%) = 0.000833035 (5.13559) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.216065) Outpt time (%) = 0.0152628 (94.0942) Other time (%) = 8.98838e-05 (0.554127) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:41 2021 Memory usage per processor = 27.5198 Mbytes Step Atoms AVEKE stressZZ 4087 5000 5.4408988e-12 1163047.2 4088 -0.00753999999999589 1163025.01209441 4088 5000 5.3444747e-12 1163025 Loop time of 0.0169621 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:41 2021 Pair time (%) = 0.00104117 (6.13825) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.236141) Outpt time (%) = 0.0157468 (92.8357) Other time (%) = 0.000133991 (0.789947) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:41 2021 Memory usage per processor = 27.5198 Mbytes Step Atoms AVEKE stressZZ 4088 5000 5.3444747e-12 1163022.8 4089 -0.00753999999999589 1163000.71991553 4089 5000 5.2835187e-12 1163000.7 Loop time of 0.016731 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:41 2021 Pair time (%) = 0.000831127 (4.96758) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.203776) Outpt time (%) = 0.015769 (94.2501) Other time (%) = 9.67979e-05 (0.578554) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:41 2021 Memory usage per processor = 27.5198 Mbytes Step Atoms AVEKE stressZZ 4089 5000 5.2835187e-12 1162998.5 4090 -0.00753999999999589 1162976.54429433 4090 5000 5.2448373e-12 1162976.5 Loop time of 0.0188859 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:41 2021 Pair time (%) = 0.00086689 (4.59016) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.185576) Outpt time (%) = 0.01789 (94.7269) Other time (%) = 9.39369e-05 (0.497393) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:41 2021 Memory usage per processor = 27.52 Mbytes Step Atoms AVEKE stressZZ 4090 5000 5.2448373e-12 1162974.3 4091 -0.00753999999999589 1162952.44313021 4091 5000 5.2202044e-12 1162952.4 Loop time of 0.0162599 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:41 2021 Pair time (%) = 0.000831842 (5.11591) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.221411) Outpt time (%) = 0.015286 (94.0102) Other time (%) = 0.000106096 (0.652502) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:41 2021 Memory usage per processor = 27.52 Mbytes Step Atoms AVEKE stressZZ 4091 5000 5.2202044e-12 1162950.2 4092 -0.00753999999999589 1162928.38966774 4092 5000 5.2044559e-12 1162928.4 Loop time of 0.0170259 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:41 2021 Pair time (%) = 0.000957012 (5.6209) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.21705) Outpt time (%) = 0.015919 (93.4983) Other time (%) = 0.00011301 (0.663754) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:41 2021 Memory usage per processor = 27.52 Mbytes Step Atoms AVEKE stressZZ 4092 5000 5.2044559e-12 1162926.2 4093 -0.00753999999999589 1162904.36690335 4093 5000 5.1943361e-12 1162904.4 Loop time of 0.0169001 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:41 2021 Pair time (%) = 0.000831127 (4.91789) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207381) Outpt time (%) = 0.01594 (94.3189) Other time (%) = 9.39369e-05 (0.555838) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:41 2021 Memory usage per processor = 27.52 Mbytes Step Atoms AVEKE stressZZ 4093 5000 5.1943361e-12 1162902.1 4094 -0.00753999999999589 1162880.36403103 4094 5000 5.1877863e-12 1162880.4 Loop time of 0.0162649 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:41 2021 Pair time (%) = 0.000895023 (5.50279) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.221343) Outpt time (%) = 0.015239 (93.6925) Other time (%) = 9.48906e-05 (0.583407) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:41 2021 Memory usage per processor = 27.52 Mbytes Step Atoms AVEKE stressZZ 4094 5000 5.1877863e-12 1162878.1 4095 -0.00753999999999589 1162856.37418329 4095 5000 5.1835023e-12 1162856.4 Loop time of 0.0167599 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:41 2021 Pair time (%) = 0.00102305 (6.10419) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.238989) Outpt time (%) = 0.0155358 (92.6966) Other time (%) = 0.000160933 (0.960225) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:41 2021 Memory usage per processor = 27.52 Mbytes Step Atoms AVEKE stressZZ 4095 5000 5.1835023e-12 1162854.2 4096 -0.00753999999999589 1162832.39299565 4096 5000 5.1806572e-12 1162832.4 Loop time of 0.0168121 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:41 2021 Pair time (%) = 0.000830889 (4.94221) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208466) Outpt time (%) = 0.015857 (94.3189) Other time (%) = 8.91685e-05 (0.530384) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:41 2021 Memory usage per processor = 27.52 Mbytes Step Atoms AVEKE stressZZ 4096 5000 5.1806572e-12 1162830.2 4097 -0.00753999999999589 1162808.41769438 4097 5000 5.1787259e-12 1162808.4 Loop time of 0.01651 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:41 2021 Pair time (%) = 0.000831127 (5.03408) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.21228) Outpt time (%) = 0.0155501 (94.1861) Other time (%) = 9.36985e-05 (0.567525) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:41 2021 Memory usage per processor = 27.52 Mbytes Step Atoms AVEKE stressZZ 4097 5000 5.1787259e-12 1162806.2 4098 -0.00753999999999589 1162784.44651662 4098 5000 5.1773753e-12 1162784.4 Loop time of 0.0165141 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:41 2021 Pair time (%) = 0.000846863 (5.12813) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.218003) Outpt time (%) = 0.0154791 (93.7328) Other time (%) = 0.000152111 (0.9211) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:41 2021 Memory usage per processor = 27.52 Mbytes Step Atoms AVEKE stressZZ 4098 5000 5.1773753e-12 1162782.2 4099 -0.00753999999999589 1162760.47834202 4099 5000 5.1763936e-12 1162760.5 Loop time of 0.016917 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:41 2021 Pair time (%) = 0.000888824 (5.25403) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.242407) Outpt time (%) = 0.0158811 (93.8764) Other time (%) = 0.000106096 (0.627158) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:41 2021 Memory usage per processor = 27.52 Mbytes Step Atoms AVEKE stressZZ 4099 5000 5.1763936e-12 1162758.3 4100 -0.00753999999999589 1162736.51245843 4100 5000 5.1756464e-12 1162736.5 Loop time of 0.0185082 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:41 2021 Pair time (%) = 0.000829935 (4.48415) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.189362) Outpt time (%) = 0.01755 (94.8228) Other time (%) = 9.32217e-05 (0.503678) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:41 2021 Memory usage per processor = 27.52 Mbytes Step Atoms AVEKE stressZZ 4100 5000 5.1756464e-12 1162734.3 4101 -0.00753999999999589 1162712.54841324 4101 5000 5.1750481e-12 1162712.5 Loop time of 0.0164571 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:41 2021 Pair time (%) = 0.000831842 (5.05462) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.212963) Outpt time (%) = 0.015496 (94.1602) Other time (%) = 9.41753e-05 (0.572248) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:41 2021 Memory usage per processor = 27.52 Mbytes Step Atoms AVEKE stressZZ 4101 5000 5.1750481e-12 1162710.3 4102 -0.00753999999999589 1162688.58591873 4102 5000 5.1745444e-12 1162688.6 Loop time of 0.01667 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:41 2021 Pair time (%) = 0.00109506 (6.56903) Neigh time (%) = 0 (0) Comm time (%) = 4.19617e-05 (0.25172) Outpt time (%) = 0.015413 (92.4598) Other time (%) = 0.000119925 (0.719404) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:41 2021 Memory usage per processor = 27.52 Mbytes Step Atoms AVEKE stressZZ 4102 5000 5.1745444e-12 1162686.4 4103 -0.00753999999999589 1162664.62479097 4103 5000 5.174101e-12 1162664.6 Loop time of 0.0175219 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:42 2021 Pair time (%) = 0.000869036 (4.95972) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.200022) Outpt time (%) = 0.0164931 (94.1286) Other time (%) = 0.000124693 (0.711642) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:42 2021 Memory usage per processor = 27.52 Mbytes Step Atoms AVEKE stressZZ 4103 5000 5.174101e-12 1162662.4 4104 -0.00753999999999589 1162640.66490789 4104 5000 5.1736958e-12 1162640.7 Loop time of 0.0164871 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:42 2021 Pair time (%) = 0.000828028 (5.02227) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.211129) Outpt time (%) = 0.0155301 (94.1954) Other time (%) = 9.41753e-05 (0.571205) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:42 2021 Memory usage per processor = 27.52 Mbytes Step Atoms AVEKE stressZZ 4104 5000 5.1736958e-12 1162638.4 4105 -0.00753999999999589 1162616.70620186 4105 5000 5.173315e-12 1162616.7 Loop time of 0.0165689 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:42 2021 Pair time (%) = 0.00102401 (6.1803) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.223038) Outpt time (%) = 0.015388 (92.8729) Other time (%) = 0.000119925 (0.723793) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:42 2021 Memory usage per processor = 27.52 Mbytes Step Atoms AVEKE stressZZ 4105 5000 5.173315e-12 1162614.5 4106 -0.00753999999999589 1162592.74862584 4106 5000 5.1729496e-12 1162592.7 Loop time of 0.0167689 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:42 2021 Pair time (%) = 0.000887871 (5.29474) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209003) Outpt time (%) = 0.0157499 (93.9233) Other time (%) = 9.60827e-05 (0.57298) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:42 2021 Memory usage per processor = 27.52 Mbytes Step Atoms AVEKE stressZZ 4106 5000 5.1729496e-12 1162590.5 4107 -0.00753999999999589 1162568.79214984 4107 5000 5.172594e-12 1162568.8 Loop time of 0.017014 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:42 2021 Pair time (%) = 0.000869989 (5.11337) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205992) Outpt time (%) = 0.0159891 (93.9758) Other time (%) = 0.000119925 (0.704857) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:42 2021 Memory usage per processor = 27.52 Mbytes Step Atoms AVEKE stressZZ 4107 5000 5.172594e-12 1162566.6 4108 -0.00753999999999589 1162544.83675479 4108 5000 5.1722447e-12 1162544.8 Loop time of 0.0164411 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:42 2021 Pair time (%) = 0.000829935 (5.04793) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.20737) Outpt time (%) = 0.015486 (94.1908) Other time (%) = 9.10759e-05 (0.553952) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:42 2021 Memory usage per processor = 27.52 Mbytes Step Atoms AVEKE stressZZ 4108 5000 5.1722447e-12 1162542.6 4109 -0.00753999999999589 1162520.88242848 4109 5000 5.1718994e-12 1162520.9 Loop time of 0.0168071 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:42 2021 Pair time (%) = 0.00115895 (6.89562) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.273782) Outpt time (%) = 0.015455 (91.9553) Other time (%) = 0.000147104 (0.875252) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:42 2021 Memory usage per processor = 27.52 Mbytes Step Atoms AVEKE stressZZ 4109 5000 5.1718994e-12 1162518.7 4110 -0.00753999999999589 1162496.92916311 4110 5000 5.1715566e-12 1162496.9 Loop time of 0.0186219 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:42 2021 Pair time (%) = 0.000831127 (4.46317) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.188206) Outpt time (%) = 0.017663 (94.8506) Other time (%) = 9.27448e-05 (0.498041) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:42 2021 Memory usage per processor = 27.52 Mbytes Step Atoms AVEKE stressZZ 4110 5000 5.1715566e-12 1162494.7 4111 -0.00753999999999589 1162472.97695367 4111 5000 5.1712155e-12 1162473 Loop time of 0.0168328 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:42 2021 Pair time (%) = 0.000833988 (4.95453) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208209) Outpt time (%) = 0.015871 (94.2863) Other time (%) = 9.27448e-05 (0.550976) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:42 2021 Memory usage per processor = 27.52 Mbytes Step Atoms AVEKE stressZZ 4111 5000 5.1712155e-12 1162470.8 4112 -0.00753999999999589 1162449.02579692 4112 5000 5.1708754e-12 1162449 Loop time of 0.016506 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:42 2021 Pair time (%) = 0.000880003 (5.33143) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.223888) Outpt time (%) = 0.0154879 (93.8322) Other time (%) = 0.000101089 (0.612442) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:42 2021 Memory usage per processor = 27.52 Mbytes Step Atoms AVEKE stressZZ 4112 5000 5.1708754e-12 1162446.8 4113 -0.00753999999999589 1162425.07569076 4113 5000 5.170536e-12 1162425.1 Loop time of 0.0170131 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:42 2021 Pair time (%) = 0.000869036 (5.10805) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206004) Outpt time (%) = 0.0160069 (94.0862) Other time (%) = 0.000102043 (0.599793) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:42 2021 Memory usage per processor = 27.52 Mbytes Step Atoms AVEKE stressZZ 4113 5000 5.170536e-12 1162422.9 4114 -0.00753999999999589 1162401.1266338 4114 5000 5.1701971e-12 1162401.1 Loop time of 0.0172389 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:42 2021 Pair time (%) = 0.000866175 (5.02455) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.21437) Outpt time (%) = 0.0162129 (94.0488) Other time (%) = 0.000122786 (0.712261) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:42 2021 Memory usage per processor = 27.52 Mbytes Step Atoms AVEKE stressZZ 4114 5000 5.1701971e-12 1162398.9 4115 -0.00753999999999589 1162377.17862513 4115 5000 5.1698584e-12 1162377.2 Loop time of 0.0165751 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:42 2021 Pair time (%) = 0.000831127 (5.01431) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211447) Outpt time (%) = 0.0156212 (94.2449) Other time (%) = 8.7738e-05 (0.529336) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:42 2021 Memory usage per processor = 27.52 Mbytes Step Atoms AVEKE stressZZ 4115 5000 5.1698584e-12 1162375 4116 -0.00753999999999589 1162353.23166409 4116 5000 5.1695199e-12 1162353.2 Loop time of 0.0165958 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:42 2021 Pair time (%) = 0.000952005 (5.73641) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.228422) Outpt time (%) = 0.0154769 (93.258) Other time (%) = 0.000128984 (0.77721) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:42 2021 Memory usage per processor = 27.52 Mbytes Step Atoms AVEKE stressZZ 4116 5000 5.1695199e-12 1162351 4117 -0.00753999999999589 1162329.28575024 4117 5000 5.1691816e-12 1162329.3 Loop time of 0.0165591 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:42 2021 Pair time (%) = 0.000830889 (5.01771) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.210211) Outpt time (%) = 0.0156021 (94.2206) Other time (%) = 9.13143e-05 (0.551444) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:42 2021 Memory usage per processor = 27.52 Mbytes Step Atoms AVEKE stressZZ 4117 5000 5.1691816e-12 1162327.1 4118 -0.00753999999999589 1162305.34088322 4118 5000 5.1688433e-12 1162305.3 Loop time of 0.0161929 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:42 2021 Pair time (%) = 0.000888109 (5.48455) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.216437) Outpt time (%) = 0.0151789 (93.738) Other time (%) = 9.08375e-05 (0.560971) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:42 2021 Memory usage per processor = 27.52 Mbytes Step Atoms AVEKE stressZZ 4118 5000 5.1688433e-12 1162303.1 4119 -0.00753999999999589 1162281.39706282 4119 5000 5.1685052e-12 1162281.4 Loop time of 0.016278 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:42 2021 Pair time (%) = 0.000828981 (5.09264) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.207982) Outpt time (%) = 0.0153251 (94.1457) Other time (%) = 9.01222e-05 (0.553643) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:42 2021 Memory usage per processor = 27.52 Mbytes Step Atoms AVEKE stressZZ 4119 5000 5.1685052e-12 1162279.2 4120 -0.00753999999999589 1162257.45428878 4120 5000 5.168167e-12 1162257.5 Loop time of 0.0178261 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:42 2021 Pair time (%) = 0.000833988 (4.67847) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.191258) Outpt time (%) = 0.0168679 (94.6247) Other time (%) = 9.01222e-05 (0.505564) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:42 2021 Memory usage per processor = 27.52 Mbytes Step Atoms AVEKE stressZZ 4120 5000 5.168167e-12 1162255.2 4121 -0.00753999999999589 1162233.51256095 4121 5000 5.167829e-12 1162233.5 Loop time of 0.0171139 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:42 2021 Pair time (%) = 0.000987053 (5.76754) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.239618) Outpt time (%) = 0.0159721 (93.3283) Other time (%) = 0.000113726 (0.664521) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:42 2021 Memory usage per processor = 27.52 Mbytes Step Atoms AVEKE stressZZ 4121 5000 5.167829e-12 1162231.3 4122 -0.00753999999999589 1162209.57187921 4122 5000 5.1674909e-12 1162209.6 Loop time of 0.017009 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:42 2021 Pair time (%) = 0.000830889 (4.88499) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206053) Outpt time (%) = 0.016047 (94.3441) Other time (%) = 9.60827e-05 (0.564893) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:42 2021 Memory usage per processor = 27.52 Mbytes Step Atoms AVEKE stressZZ 4122 5000 5.1674909e-12 1162207.4 4123 -0.00753999999999589 1162185.63224335 4123 5000 5.1671529e-12 1162185.6 Loop time of 0.016484 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:42 2021 Pair time (%) = 0.00086689 (5.25897) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.211169) Outpt time (%) = 0.015455 (93.7575) Other time (%) = 0.000127316 (0.772357) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:42 2021 Memory usage per processor = 27.52 Mbytes Step Atoms AVEKE stressZZ 4123 5000 5.1671529e-12 1162183.4 4124 -0.00753999999999589 1162161.69365327 4124 5000 5.166815e-12 1162161.7 Loop time of 0.0163839 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:42 2021 Pair time (%) = 0.000864983 (5.27947) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.231377) Outpt time (%) = 0.0153761 (93.8489) Other time (%) = 0.000104904 (0.640289) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:42 2021 Memory usage per processor = 27.52 Mbytes Step Atoms AVEKE stressZZ 4124 5000 5.166815e-12 1162159.5 4125 -0.00753999999999589 1162137.75610882 4125 5000 5.1664771e-12 1162137.8 Loop time of 0.017261 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:42 2021 Pair time (%) = 0.001122 (6.50018) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.203044) Outpt time (%) = 0.0159872 (92.62) Other time (%) = 0.000116825 (0.676814) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:42 2021 Memory usage per processor = 27.52 Mbytes Step Atoms AVEKE stressZZ 4125 5000 5.1664771e-12 1162135.5 4126 -0.00753999999999589 1162113.81960993 4126 5000 5.1661392e-12 1162113.8 Loop time of 0.017153 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:42 2021 Pair time (%) = 0.00082922 (4.83425) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.197373) Outpt time (%) = 0.016196 (94.4207) Other time (%) = 9.39369e-05 (0.547641) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:42 2021 Memory usage per processor = 27.52 Mbytes Step Atoms AVEKE stressZZ 4126 5000 5.1661392e-12 1162111.6 4127 -0.00753999999999589 1162089.88415642 4127 5000 5.1658013e-12 1162089.9 Loop time of 0.0164008 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:42 2021 Pair time (%) = 0.000830889 (5.06614) Neigh time (%) = 0 (0) Comm time (%) = 6.91414e-05 (0.421573) Outpt time (%) = 0.0154028 (93.9148) Other time (%) = 9.799e-05 (0.597471) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:42 2021 Memory usage per processor = 27.52 Mbytes Step Atoms AVEKE stressZZ 4127 5000 5.1658013e-12 1162087.7 4128 -0.00753999999999589 1162065.94974822 4128 5000 5.1654635e-12 1162065.9 Loop time of 0.0171959 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:42 2021 Pair time (%) = 0.000985861 (5.7331) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.214905) Outpt time (%) = 0.0160189 (93.1549) Other time (%) = 0.000154257 (0.897054) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:42 2021 Memory usage per processor = 27.52 Mbytes Step Atoms AVEKE stressZZ 4128 5000 5.1654635e-12 1162063.7 4129 -0.00753999999999589 1162042.01638517 4129 5000 5.1651256e-12 1162042 Loop time of 0.017216 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:42 2021 Pair time (%) = 0.000934839 (5.43007) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.202191) Outpt time (%) = 0.0161519 (93.8193) Other time (%) = 9.44138e-05 (0.548408) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:42 2021 Memory usage per processor = 27.52 Mbytes Step Atoms AVEKE stressZZ 4129 5000 5.1651256e-12 1162039.8 4130 -0.00753999999999589 1162018.08406719 4130 5000 5.1647879e-12 1162018.1 Loop time of 0.0181329 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:42 2021 Pair time (%) = 0.000831842 (4.58747) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.191966) Outpt time (%) = 0.0171709 (94.6946) Other time (%) = 9.53674e-05 (0.525935) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:42 2021 Memory usage per processor = 27.52 Mbytes Step Atoms AVEKE stressZZ 4130 5000 5.1647879e-12 1162015.9 4131 -0.00753999999999589 1161994.15279414 4131 5000 5.1644501e-12 1161994.2 Loop time of 0.016669 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:42 2021 Pair time (%) = 0.000852823 (5.11621) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.215977) Outpt time (%) = 0.0156429 (93.844) Other time (%) = 0.000137329 (0.823858) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:42 2021 Memory usage per processor = 27.52 Mbytes Step Atoms AVEKE stressZZ 4131 5000 5.1644501e-12 1161991.9 4132 -0.00753999999999589 1161970.22256595 4132 5000 5.1641124e-12 1161970.2 Loop time of 0.0170882 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:42 2021 Pair time (%) = 0.00103092 (6.03296) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205098) Outpt time (%) = 0.0159249 (93.1927) Other time (%) = 9.72748e-05 (0.569252) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:42 2021 Memory usage per processor = 27.52 Mbytes Step Atoms AVEKE stressZZ 4132 5000 5.1641124e-12 1161968 4133 -0.00753999999999589 1161946.29338245 4133 5000 5.1637747e-12 1161946.3 Loop time of 0.0170219 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:42 2021 Pair time (%) = 0.000831127 (4.88269) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205897) Outpt time (%) = 0.016062 (94.3609) Other time (%) = 9.36985e-05 (0.550459) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:42 2021 Memory usage per processor = 27.52 Mbytes Step Atoms AVEKE stressZZ 4133 5000 5.1637747e-12 1161944.1 4134 -0.00753999999999589 1161922.36524357 4134 5000 5.1634371e-12 1161922.4 Loop time of 0.0165739 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:42 2021 Pair time (%) = 0.000866175 (5.22613) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211462) Outpt time (%) = 0.015548 (93.8101) Other time (%) = 0.000124693 (0.752345) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:42 2021 Memory usage per processor = 27.52 Mbytes Step Atoms AVEKE stressZZ 4134 5000 5.1634371e-12 1161920.1 4135 -0.00753999999999589 1161898.43814918 4135 5000 5.1630994e-12 1161898.4 Loop time of 0.0170829 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:42 2021 Pair time (%) = 0.00100708 (5.89524) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.223305) Outpt time (%) = 0.0159249 (93.2213) Other time (%) = 0.000112772 (0.660144) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:42 2021 Memory usage per processor = 27.52 Mbytes Step Atoms AVEKE stressZZ 4135 5000 5.1630994e-12 1161896.2 4136 -0.00753999999999589 1161874.51209918 4136 5000 5.1627618e-12 1161874.5 Loop time of 0.016974 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:42 2021 Pair time (%) = 0.000832081 (4.9021) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206478) Outpt time (%) = 0.0160131 (94.3394) Other time (%) = 9.36985e-05 (0.552013) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:42 2021 Memory usage per processor = 27.52 Mbytes Step Atoms AVEKE stressZZ 4136 5000 5.1627618e-12 1161872.3 4137 -0.00753999999999589 1161850.58709349 4137 5000 5.1624243e-12 1161850.6 Loop time of 0.016423 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:42 2021 Pair time (%) = 0.000829935 (5.0535) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.207598) Outpt time (%) = 0.0154629 (94.1539) Other time (%) = 9.60827e-05 (0.58505) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:42 2021 Memory usage per processor = 27.52 Mbytes Step Atoms AVEKE stressZZ 4137 5000 5.1624243e-12 1161848.4 4138 -0.00753999999999589 1161826.66313197 4138 5000 5.1620867e-12 1161826.7 Loop time of 0.0166059 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:42 2021 Pair time (%) = 0.000895023 (5.38981) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.222541) Outpt time (%) = 0.0155509 (93.6468) Other time (%) = 0.000123024 (0.740847) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:42 2021 Memory usage per processor = 27.52 Mbytes Step Atoms AVEKE stressZZ 4138 5000 5.1620867e-12 1161824.4 4139 -0.00753999999999589 1161802.74021453 4139 5000 5.1617492e-12 1161802.7 Loop time of 0.0170619 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:42 2021 Pair time (%) = 0.000976086 (5.72083) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205413) Outpt time (%) = 0.0159531 (93.5008) Other time (%) = 9.77516e-05 (0.572922) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:42 2021 Memory usage per processor = 27.52 Mbytes Step Atoms AVEKE stressZZ 4139 5000 5.1617492e-12 1161800.5 4140 -0.00753999999999589 1161778.81834106 4140 5000 5.1614118e-12 1161778.8 Loop time of 0.018573 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:42 2021 Pair time (%) = 0.000830889 (4.47363) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.182283) Outpt time (%) = 0.0176129 (94.8306) Other time (%) = 9.53674e-05 (0.513472) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:42 2021 Memory usage per processor = 27.52 Mbytes Step Atoms AVEKE stressZZ 4140 5000 5.1614118e-12 1161776.6 4141 -0.00753999999999589 1161754.89751142 4141 5000 5.1610743e-12 1161754.9 Loop time of 0.0167301 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:42 2021 Pair time (%) = 0.000982046 (5.86995) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.215189) Outpt time (%) = 0.0156212 (93.3719) Other time (%) = 9.08375e-05 (0.542959) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:42 2021 Memory usage per processor = 27.52 Mbytes Step Atoms AVEKE stressZZ 4141 5000 5.1610743e-12 1161752.7 4142 -0.00753999999999589 1161730.97772554 4142 5000 5.1607369e-12 1161731 Loop time of 0.0167439 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:42 2021 Pair time (%) = 0.00100589 (6.00749) Neigh time (%) = 0 (0) Comm time (%) = 3.98159e-05 (0.237794) Outpt time (%) = 0.015583 (93.067) Other time (%) = 0.000115156 (0.68775) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:42 2021 Memory usage per processor = 27.52 Mbytes Step Atoms AVEKE stressZZ 4142 5000 5.1607369e-12 1161728.8 4143 -0.00753999999999589 1161707.05898333 4143 5000 5.1603995e-12 1161707.1 Loop time of 0.017123 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:42 2021 Pair time (%) = 0.000828028 (4.83577) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204681) Outpt time (%) = 0.016166 (94.4109) Other time (%) = 9.39369e-05 (0.548601) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:42 2021 Memory usage per processor = 27.52 Mbytes Step Atoms AVEKE stressZZ 4143 5000 5.1603995e-12 1161704.8 4144 -0.00753999999999589 1161683.14128466 4144 5000 5.1600621e-12 1161683.1 Loop time of 0.0164158 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:42 2021 Pair time (%) = 0.000833988 (5.08039) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.207689) Outpt time (%) = 0.0154591 (94.1716) Other time (%) = 8.86917e-05 (0.540281) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:42 2021 Memory usage per processor = 27.52 Mbytes Step Atoms AVEKE stressZZ 4144 5000 5.1600621e-12 1161680.9 4145 -0.00753999999999589 1161659.22462942 4145 5000 5.1597248e-12 1161659.2 Loop time of 0.0164988 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:42 2021 Pair time (%) = 0.000856161 (5.18923) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.223985) Outpt time (%) = 0.0154028 (93.357) Other time (%) = 0.000202894 (1.22975) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:42 2021 Memory usage per processor = 27.52 Mbytes Step Atoms AVEKE stressZZ 4145 5000 5.1597248e-12 1161657 4146 -0.00753999999999589 1161635.30901752 4146 5000 5.1593875e-12 1161635.3 Loop time of 0.0169909 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:42 2021 Pair time (%) = 0.000987053 (5.8093) Neigh time (%) = 0 (0) Comm time (%) = 6.50883e-05 (0.383077) Outpt time (%) = 0.015842 (93.2379) Other time (%) = 9.67979e-05 (0.569705) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:42 2021 Memory usage per processor = 27.52 Mbytes Step Atoms AVEKE stressZZ 4146 5000 5.1593875e-12 1161633.1 4147 -0.00753999999999589 1161611.39444889 4147 5000 5.1590502e-12 1161611.4 Loop time of 0.0171411 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:43 2021 Pair time (%) = 0.000869036 (5.06989) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204465) Outpt time (%) = 0.016144 (94.1832) Other time (%) = 9.29832e-05 (0.542458) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:43 2021 Memory usage per processor = 27.52 Mbytes Step Atoms AVEKE stressZZ 4147 5000 5.1590502e-12 1161609.2 4148 -0.00753999999999589 1161587.48092338 4148 5000 5.158713e-12 1161587.5 Loop time of 0.0163479 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:43 2021 Pair time (%) = 0.000831127 (5.084) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.208552) Outpt time (%) = 0.015389 (94.1343) Other time (%) = 9.36985e-05 (0.573154) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:43 2021 Memory usage per processor = 27.52 Mbytes Step Atoms AVEKE stressZZ 4148 5000 5.158713e-12 1161585.3 4149 -0.00753999999999589 1161563.5684409 4149 5000 5.1583758e-12 1161563.6 Loop time of 0.0172939 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:43 2021 Pair time (%) = 0.000962019 (5.56276) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.213687) Outpt time (%) = 0.0161569 (93.4253) Other time (%) = 0.000138044 (0.798224) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:43 2021 Memory usage per processor = 27.52 Mbytes Step Atoms AVEKE stressZZ 4149 5000 5.1583758e-12 1161561.4 4150 -0.00753999999999589 1161539.65700136 4150 5000 5.1580386e-12 1161539.7 Loop time of 0.0184739 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:43 2021 Pair time (%) = 0.000870943 (4.71446) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.189714) Outpt time (%) = 0.017473 (94.5822) Other time (%) = 9.48906e-05 (0.513648) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:43 2021 Memory usage per processor = 27.52 Mbytes Step Atoms AVEKE stressZZ 4150 5000 5.1580386e-12 1161537.4 4151 -0.00753999999999589 1161515.74660464 4151 5000 5.1577014e-12 1161515.7 Loop time of 0.0164201 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:43 2021 Pair time (%) = 0.000883818 (5.38253) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.213443) Outpt time (%) = 0.0154071 (93.8305) Other time (%) = 9.41753e-05 (0.573536) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:43 2021 Memory usage per processor = 27.52 Mbytes Step Atoms AVEKE stressZZ 4151 5000 5.1577014e-12 1161513.5 4152 -0.00753999999999589 1161491.83725067 4152 5000 5.1573643e-12 1161491.8 Loop time of 0.0164289 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:43 2021 Pair time (%) = 0.000863075 (5.25338) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.219133) Outpt time (%) = 0.0154262 (93.8962) Other time (%) = 0.000103712 (0.631276) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:43 2021 Memory usage per processor = 27.52 Mbytes Step Atoms AVEKE stressZZ 4152 5000 5.1573643e-12 1161489.6 4153 -0.00753999999999589 1161467.92893934 4153 5000 5.1570272e-12 1161467.9 Loop time of 0.01719 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:43 2021 Pair time (%) = 0.001019 (5.92788) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.203883) Outpt time (%) = 0.016042 (93.3218) Other time (%) = 9.39369e-05 (0.546463) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:43 2021 Memory usage per processor = 27.52 Mbytes Step Atoms AVEKE stressZZ 4153 5000 5.1570272e-12 1161465.7 4154 -0.00753999999999589 1161444.02167055 4154 5000 5.1566901e-12 1161444 Loop time of 0.0170751 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:43 2021 Pair time (%) = 0.000851154 (4.98478) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.210841) Outpt time (%) = 0.0160551 (94.0266) Other time (%) = 0.000132799 (0.777737) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:43 2021 Memory usage per processor = 27.52 Mbytes Step Atoms AVEKE stressZZ 4154 5000 5.1566901e-12 1161441.8 4155 -0.00753999999999589 1161420.11544419 4155 5000 5.1563531e-12 1161420.1 Loop time of 0.0162899 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:43 2021 Pair time (%) = 0.000828981 (5.08891) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.215148) Outpt time (%) = 0.01529 (93.8617) Other time (%) = 0.000135899 (0.834248) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:43 2021 Memory usage per processor = 27.52 Mbytes Step Atoms AVEKE stressZZ 4155 5000 5.1563531e-12 1161417.9 4156 -0.00753999999999589 1161396.21026017 4156 5000 5.1560161e-12 1161396.2 Loop time of 0.0172141 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:43 2021 Pair time (%) = 0.00112915 (6.55947) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.209138) Outpt time (%) = 0.0159101 (92.4253) Other time (%) = 0.00013876 (0.806083) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:43 2021 Memory usage per processor = 27.52 Mbytes Step Atoms AVEKE stressZZ 4156 5000 5.1560161e-12 1161394 4157 -0.00753999999999589 1161372.30611837 4157 5000 5.1556791e-12 1161372.3 Loop time of 0.0170078 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:43 2021 Pair time (%) = 0.000832081 (4.89234) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.20046) Outpt time (%) = 0.016047 (94.3507) Other time (%) = 9.46522e-05 (0.556521) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:43 2021 Memory usage per processor = 27.52 Mbytes Step Atoms AVEKE stressZZ 4157 5000 5.1556791e-12 1161370.1 4158 -0.00753999999999589 1161348.40301872 4158 5000 5.1553422e-12 1161348.4 Loop time of 0.0164199 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:43 2021 Pair time (%) = 0.000832796 (5.07187) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.206186) Outpt time (%) = 0.0154569 (94.1353) Other time (%) = 9.63211e-05 (0.586612) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:43 2021 Memory usage per processor = 27.52 Mbytes Step Atoms AVEKE stressZZ 4158 5000 5.1553422e-12 1161346.2 4159 -0.00753999999999589 1161324.50096113 4159 5000 5.1550052e-12 1161324.5 Loop time of 0.0166821 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:43 2021 Pair time (%) = 0.000931978 (5.58668) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.228669) Outpt time (%) = 0.0156071 (93.5558) Other time (%) = 0.000104904 (0.628841) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:43 2021 Memory usage per processor = 27.52 Mbytes Step Atoms AVEKE stressZZ 4159 5000 5.1550052e-12 1161322.3 4160 -0.00753999999999589 1161300.59994549 4160 5000 5.1546684e-12 1161300.6 Loop time of 0.0186992 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:43 2021 Pair time (%) = 0.000832081 (4.44983) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.187428) Outpt time (%) = 0.01774 (94.8706) Other time (%) = 9.20296e-05 (0.492159) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:43 2021 Memory usage per processor = 27.52 Mbytes Step Atoms AVEKE stressZZ 4160 5000 5.1546684e-12 1161298.4 4161 -0.00753999999999589 1161276.69997168 4161 5000 5.1543315e-12 1161276.7 Loop time of 0.01701 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:43 2021 Pair time (%) = 0.000833988 (4.90294) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.204639) Outpt time (%) = 0.0160151 (94.151) Other time (%) = 0.000126123 (0.741468) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:43 2021 Memory usage per processor = 27.52 Mbytes Step Atoms AVEKE stressZZ 4161 5000 5.1543315e-12 1161274.5 4162 -0.00753999999999589 1161252.80103963 4162 5000 5.1539947e-12 1161252.8 Loop time of 0.0163138 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:43 2021 Pair time (%) = 0.000872135 (5.346) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.214834) Outpt time (%) = 0.015316 (93.8838) Other time (%) = 9.05991e-05 (0.555353) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:43 2021 Memory usage per processor = 27.52 Mbytes Step Atoms AVEKE stressZZ 4162 5000 5.1539947e-12 1161250.6 4163 -0.00753999999999589 1161228.90314923 4163 5000 5.1536579e-12 1161228.9 Loop time of 0.0160139 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:43 2021 Pair time (%) = 0.000831842 (5.19452) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.218857) Outpt time (%) = 0.0150568 (94.0239) Other time (%) = 9.01222e-05 (0.562776) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:43 2021 Memory usage per processor = 27.52 Mbytes Step Atoms AVEKE stressZZ 4163 5000 5.1536579e-12 1161226.7 4164 -0.00753999999999589 1161205.00630041 4164 5000 5.1533211e-12 1161205 Loop time of 0.016242 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:43 2021 Pair time (%) = 0.000833988 (5.13475) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.215783) Outpt time (%) = 0.0152831 (94.0961) Other time (%) = 8.98838e-05 (0.553403) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:43 2021 Memory usage per processor = 27.52 Mbytes Step Atoms AVEKE stressZZ 4164 5000 5.1533211e-12 1161202.8 4165 -0.00753999999999589 1161181.11049305 4165 5000 5.1529844e-12 1161181.1 Loop time of 0.0172091 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:43 2021 Pair time (%) = 0.000830173 (4.82405) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.203658) Outpt time (%) = 0.0162539 (94.45) Other time (%) = 8.98838e-05 (0.522305) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:43 2021 Memory usage per processor = 27.52 Mbytes Step Atoms AVEKE stressZZ 4165 5000 5.1529844e-12 1161178.9 4166 -0.00753999999999589 1161157.21572706 4166 5000 5.1526476e-12 1161157.2 Loop time of 0.016489 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:43 2021 Pair time (%) = 0.000832081 (5.04627) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.212551) Outpt time (%) = 0.0155239 (94.1469) Other time (%) = 9.799e-05 (0.594274) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:43 2021 Memory usage per processor = 27.52 Mbytes Step Atoms AVEKE stressZZ 4166 5000 5.1526476e-12 1161155 4167 -0.00753999999999589 1161133.32200234 4167 5000 5.152311e-12 1161133.3 Loop time of 0.0165451 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:43 2021 Pair time (%) = 0.00102615 (6.20218) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.229123) Outpt time (%) = 0.0153031 (92.4937) Other time (%) = 0.00017786 (1.07501) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:43 2021 Memory usage per processor = 27.52 Mbytes Step Atoms AVEKE stressZZ 4167 5000 5.152311e-12 1161131.1 4168 -0.00753999999999589 1161109.4293188 4168 5000 5.1519743e-12 1161109.4 Loop time of 0.0171528 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:43 2021 Pair time (%) = 0.000891209 (5.19571) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.209885) Outpt time (%) = 0.0161159 (93.955) Other time (%) = 0.000109673 (0.639386) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:43 2021 Memory usage per processor = 27.52 Mbytes Step Atoms AVEKE stressZZ 4168 5000 5.1519743e-12 1161107.2 4169 -0.00753999999999589 1161085.53767634 4169 5000 5.1516377e-12 1161085.5 Loop time of 0.0166149 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:43 2021 Pair time (%) = 0.000829935 (4.99512) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.2052) Outpt time (%) = 0.0156391 (94.1267) Other time (%) = 0.000111818 (0.673) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:43 2021 Memory usage per processor = 27.52 Mbytes Step Atoms AVEKE stressZZ 4169 5000 5.1516377e-12 1161083.3 4170 -0.00753999999999589 1161061.64707487 4170 5000 5.1513011e-12 1161061.6 Loop time of 0.0179169 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:43 2021 Pair time (%) = 0.000868797 (4.84903) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.206257) Outpt time (%) = 0.0169051 (94.3526) Other time (%) = 0.000106096 (0.592157) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:43 2021 Memory usage per processor = 27.52 Mbytes Step Atoms AVEKE stressZZ 4170 5000 5.1513011e-12 1161059.4 4171 -0.00753999999999589 1161037.75751428 4171 5000 5.1509645e-12 1161037.8 Loop time of 0.0168309 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:43 2021 Pair time (%) = 0.000853062 (5.06842) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208233) Outpt time (%) = 0.015842 (94.1241) Other time (%) = 0.000100851 (0.599201) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:43 2021 Memory usage per processor = 27.52 Mbytes Step Atoms AVEKE stressZZ 4171 5000 5.1509645e-12 1161035.5 4172 -0.00753999999999589 1161013.86899451 4172 5000 5.150628e-12 1161013.9 Loop time of 0.016871 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:43 2021 Pair time (%) = 0.000828028 (4.908) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207739) Outpt time (%) = 0.015919 (94.3571) Other time (%) = 8.89301e-05 (0.527119) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:43 2021 Memory usage per processor = 27.52 Mbytes Step Atoms AVEKE stressZZ 4172 5000 5.150628e-12 1161011.7 4173 -0.00753999999999589 1160989.98151543 4173 5000 5.1502915e-12 1160990 Loop time of 0.016314 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:43 2021 Pair time (%) = 0.00087595 (5.3693) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.214831) Outpt time (%) = 0.0152459 (93.4528) Other time (%) = 0.000157118 (0.963084) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:43 2021 Memory usage per processor = 27.52 Mbytes Step Atoms AVEKE stressZZ 4173 5000 5.1502915e-12 1160987.8 4174 -0.00753999999999589 1160966.09507695 4174 5000 5.149955e-12 1160966.1 Loop time of 0.0167801 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:43 2021 Pair time (%) = 0.00102711 (6.12097) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.244384) Outpt time (%) = 0.0155849 (92.8773) Other time (%) = 0.000127077 (0.757307) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:43 2021 Memory usage per processor = 27.52 Mbytes Step Atoms AVEKE stressZZ 4174 5000 5.149955e-12 1160963.9 4175 -0.00753999999999589 1160942.209679 4175 5000 5.1496186e-12 1160942.2 Loop time of 0.0169818 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:43 2021 Pair time (%) = 0.000828981 (4.88158) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206382) Outpt time (%) = 0.016022 (94.3476) Other time (%) = 9.58443e-05 (0.564393) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:43 2021 Memory usage per processor = 27.52 Mbytes Step Atoms AVEKE stressZZ 4175 5000 5.1496186e-12 1160940 4176 -0.00753999999999589 1160918.32532148 4176 5000 5.1492821e-12 1160918.3 Loop time of 0.0164659 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:43 2021 Pair time (%) = 0.000829935 (5.04033) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.212849) Outpt time (%) = 0.0154738 (93.9751) Other time (%) = 0.000127077 (0.771759) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:43 2021 Memory usage per processor = 27.52 Mbytes Step Atoms AVEKE stressZZ 4176 5000 5.1492821e-12 1160916.1 4177 -0.00753999999999589 1160894.44200429 4177 5000 5.1489457e-12 1160894.4 Loop time of 0.0163541 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:43 2021 Pair time (%) = 0.000888109 (5.4305) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.231799) Outpt time (%) = 0.0153239 (93.7006) Other time (%) = 0.000104189 (0.637082) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:43 2021 Memory usage per processor = 27.52 Mbytes Step Atoms AVEKE stressZZ 4177 5000 5.1489457e-12 1160892.2 4178 -0.00753999999999589 1160870.55972735 4178 5000 5.1486094e-12 1160870.6 Loop time of 0.016748 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:43 2021 Pair time (%) = 0.000907898 (5.42095) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209265) Outpt time (%) = 0.015697 (93.7249) Other time (%) = 0.000108004 (0.644877) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:43 2021 Memory usage per processor = 27.52 Mbytes Step Atoms AVEKE stressZZ 4178 5000 5.1486094e-12 1160868.3 4179 -0.00753999999999589 1160846.67849054 4179 5000 5.1482731e-12 1160846.7 Loop time of 0.0168202 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:43 2021 Pair time (%) = 0.000831127 (4.94125) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.206948) Outpt time (%) = 0.0158541 (94.2565) Other time (%) = 0.000100136 (0.595331) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:43 2021 Memory usage per processor = 27.52 Mbytes Step Atoms AVEKE stressZZ 4179 5000 5.1482731e-12 1160844.5 4180 -0.00753999999999589 1160822.79829378 4180 5000 5.1479368e-12 1160822.8 Loop time of 0.017935 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:43 2021 Pair time (%) = 0.000833988 (4.65005) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.200731) Outpt time (%) = 0.016902 (94.2399) Other time (%) = 0.000163078 (0.909272) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:43 2021 Memory usage per processor = 27.52 Mbytes Step Atoms AVEKE stressZZ 4180 5000 5.1479368e-12 1160820.6 4181 -0.00753999999999589 1160798.91913699 4181 5000 5.1476005e-12 1160798.9 Loop time of 0.0171852 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:43 2021 Pair time (%) = 0.00124407 (7.23918) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.278857) Outpt time (%) = 0.015712 (91.4276) Other time (%) = 0.000181198 (1.05438) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:19:43 2021 Memory usage per processor = 27.52 Mbytes Step Atoms AVEKE stressZZ 4181 5000 5.1476005e-12 1160796.7 4182 -0.00753999999999589 1160770.65382548 4182 5000 1.0170027e-11 1160808.7 Loop time of 0.0170269 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:43 2021 Pair time (%) = 0.000881195 (5.17531) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205836) Outpt time (%) = 0.0159938 (93.9327) Other time (%) = 0.000116825 (0.686121) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:43 2021 Memory usage per processor = 27.52 Mbytes Step Atoms AVEKE stressZZ 4182 5000 1.0170027e-11 1188369.4 4183 -0.00757249999999587 1188340.54407944 4183 5000 8.2349364e-12 1188340.5 Loop time of 0.016356 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:43 2021 Pair time (%) = 0.000832081 (5.08732) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.214279) Outpt time (%) = 0.0153952 (94.1255) Other time (%) = 9.36985e-05 (0.57287) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:43 2021 Memory usage per processor = 27.52 Mbytes Step Atoms AVEKE stressZZ 4183 5000 8.2349364e-12 1188337.5 4184 -0.00757249999999587 1188311.1011707 4184 5000 7.1110605e-12 1188311.1 Loop time of 0.0165579 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:43 2021 Pair time (%) = 0.000854969 (5.1635) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.230385) Outpt time (%) = 0.0154929 (93.5679) Other time (%) = 0.0001719 (1.03817) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:43 2021 Memory usage per processor = 27.52 Mbytes Step Atoms AVEKE stressZZ 4184 5000 7.1110605e-12 1188308.4 4185 -0.00757249999999587 1188283.45469958 4185 5000 6.4395223e-12 1188283.5 Loop time of 0.0168159 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:43 2021 Pair time (%) = 0.000861883 (5.12541) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.207001) Outpt time (%) = 0.0158219 (94.0891) Other time (%) = 9.72748e-05 (0.578469) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:43 2021 Memory usage per processor = 27.52 Mbytes Step Atoms AVEKE stressZZ 4185 5000 6.4395223e-12 1188280.9 4186 -0.00757249999999587 1188256.95027435 4186 5000 6.0299233e-12 1188257 Loop time of 0.0169771 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:43 2021 Pair time (%) = 0.000833035 (4.90682) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.200823) Outpt time (%) = 0.016016 (94.339) Other time (%) = 9.39369e-05 (0.553316) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:43 2021 Memory usage per processor = 27.52 Mbytes Step Atoms AVEKE stressZZ 4186 5000 6.0299233e-12 1188254.5 4187 -0.00757249999999587 1188231.17202355 4187 5000 5.776479e-12 1188231.2 Loop time of 0.016247 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:43 2021 Pair time (%) = 0.000873089 (5.37384) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.215716) Outpt time (%) = 0.015245 (93.8323) Other time (%) = 9.39369e-05 (0.578179) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:43 2021 Memory usage per processor = 27.52 Mbytes Step Atoms AVEKE stressZZ 4187 5000 5.776479e-12 1188228.8 4188 -0.00757249999999587 1188205.85565702 4188 5000 5.6181078e-12 1188205.9 Loop time of 0.0169818 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:43 2021 Pair time (%) = 0.001158 (6.81904) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.23025) Outpt time (%) = 0.0155959 (91.8388) Other time (%) = 0.000188828 (1.11194) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:43 2021 Memory usage per processor = 27.52 Mbytes Step Atoms AVEKE stressZZ 4188 5000 5.6181078e-12 1188203.5 4189 -0.00757249999999587 1188180.83321558 4189 5000 5.5184741e-12 1188180.8 Loop time of 0.0172019 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:43 2021 Pair time (%) = 0.000853062 (4.95911) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.203742) Outpt time (%) = 0.016196 (94.1525) Other time (%) = 0.000117779 (0.684685) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:43 2021 Memory usage per processor = 27.52 Mbytes Step Atoms AVEKE stressZZ 4189 5000 5.5184741e-12 1188178.5 4190 -0.00757249999999587 1188155.9979594 4190 5000 5.4554891e-12 1188156 Loop time of 0.0182178 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:43 2021 Pair time (%) = 0.000833988 (4.57787) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.192381) Outpt time (%) = 0.0172539 (94.7089) Other time (%) = 9.48906e-05 (0.520867) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:43 2021 Memory usage per processor = 27.5201 Mbytes Step Atoms AVEKE stressZZ 4190 5000 5.4554891e-12 1188153.7 4191 -0.00757249999999587 1188131.28205415 4191 5000 5.41552e-12 1188131.3 Loop time of 0.0165501 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:43 2021 Pair time (%) = 0.000853062 (5.15443) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.217529) Outpt time (%) = 0.0155611 (94.0244) Other time (%) = 9.98974e-05 (0.603607) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:43 2021 Memory usage per processor = 27.5201 Mbytes Step Atoms AVEKE stressZZ 4191 5000 5.41552e-12 1188129 4192 -0.00757249999999587 1188106.64239024 4192 5000 5.3900668e-12 1188106.6 Loop time of 0.0171151 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:44 2021 Pair time (%) = 0.000860929 (5.03023) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.21592) Outpt time (%) = 0.016118 (94.1744) Other time (%) = 9.91821e-05 (0.5795) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:44 2021 Memory usage per processor = 27.5201 Mbytes Step Atoms AVEKE stressZZ 4192 5000 5.3900668e-12 1188104.3 4193 -0.00757249999999587 1188082.0515711 4193 5000 5.3737937e-12 1188082.1 Loop time of 0.017036 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:44 2021 Pair time (%) = 0.000833035 (4.88986) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205727) Outpt time (%) = 0.016073 (94.3474) Other time (%) = 9.48906e-05 (0.557002) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:44 2021 Memory usage per processor = 27.5201 Mbytes Step Atoms AVEKE stressZZ 4193 5000 5.3737937e-12 1188079.7 4194 -0.00757249999999587 1188057.49218578 4194 5000 5.3633365e-12 1188057.5 Loop time of 0.0162261 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:44 2021 Pair time (%) = 0.000834942 (5.14569) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.215995) Outpt time (%) = 0.0152321 (93.8743) Other time (%) = 0.000123978 (0.764065) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:44 2021 Memory usage per processor = 27.5201 Mbytes Step Atoms AVEKE stressZZ 4194 5000 5.3633365e-12 1188055.2 4195 -0.00757249999999587 1188032.95316946 4195 5000 5.356568e-12 1188033 Loop time of 0.0167139 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:44 2021 Pair time (%) = 0.00102997 (6.16236) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.239647) Outpt time (%) = 0.0155201 (92.8577) Other time (%) = 0.000123739 (0.740339) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:44 2021 Memory usage per processor = 27.5201 Mbytes Step Atoms AVEKE stressZZ 4195 5000 5.356568e-12 1188030.6 4196 -0.00757249999999587 1188008.4274902 4196 5000 5.3521407e-12 1188008.4 Loop time of 0.0169041 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:44 2021 Pair time (%) = 0.000834227 (4.93505) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.200279) Outpt time (%) = 0.0159421 (94.309) Other time (%) = 9.39369e-05 (0.555704) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:44 2021 Memory usage per processor = 27.5201 Mbytes Step Atoms AVEKE stressZZ 4196 5000 5.3521407e-12 1188006.1 4197 -0.00757249999999587 1187983.91067916 4197 5000 5.3492001e-12 1187983.9 Loop time of 0.0163331 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:44 2021 Pair time (%) = 0.000833988 (5.10612) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.21458) Outpt time (%) = 0.0153701 (94.1042) Other time (%) = 9.39369e-05 (0.575132) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:44 2021 Memory usage per processor = 27.5201 Mbytes Step Atoms AVEKE stressZZ 4197 5000 5.3492001e-12 1187981.6 4198 -0.00757249999999587 1187959.39989624 4198 5000 5.3472039e-12 1187959.4 Loop time of 0.0165701 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:44 2021 Pair time (%) = 0.000948906 (5.72662) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.307914) Outpt time (%) = 0.01544 (93.1799) Other time (%) = 0.000130177 (0.785612) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:44 2021 Memory usage per processor = 27.5201 Mbytes Step Atoms AVEKE stressZZ 4198 5000 5.3472039e-12 1187957.1 4199 -0.00757249999999587 1187934.89333654 4199 5000 5.3458076e-12 1187934.9 Loop time of 0.016953 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:44 2021 Pair time (%) = 0.000855923 (5.0488) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206734) Outpt time (%) = 0.015965 (94.1721) Other time (%) = 9.70364e-05 (0.572385) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:44 2021 Memory usage per processor = 27.5201 Mbytes Step Atoms AVEKE stressZZ 4199 5000 5.3458076e-12 1187932.6 4200 -0.00757249999999587 1187910.38985295 4200 5000 5.3447924e-12 1187910.4 Loop time of 0.0187268 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:44 2021 Pair time (%) = 0.000835896 (4.46363) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.187151) Outpt time (%) = 0.017767 (94.8743) Other time (%) = 8.89301e-05 (0.474881) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:44 2021 Memory usage per processor = 27.5201 Mbytes Step Atoms AVEKE stressZZ 4200 5000 5.3447924e-12 1187908.1 4201 -0.00757249999999587 1187885.88871642 4201 5000 5.3440195e-12 1187885.9 Loop time of 0.016408 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:44 2021 Pair time (%) = 0.000833988 (5.08282) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.207788) Outpt time (%) = 0.0153811 (93.7416) Other time (%) = 0.000158787 (0.967742) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:44 2021 Memory usage per processor = 27.5201 Mbytes Step Atoms AVEKE stressZZ 4201 5000 5.3440195e-12 1187883.6 4202 -0.00757249999999587 1187861.38946361 4202 5000 5.3434005e-12 1187861.4 Loop time of 0.0166731 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:44 2021 Pair time (%) = 0.00109315 (6.55637) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.233084) Outpt time (%) = 0.0153949 (92.334) Other time (%) = 0.000146151 (0.876566) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:44 2021 Memory usage per processor = 27.5201 Mbytes Step Atoms AVEKE stressZZ 4202 5000 5.3434005e-12 1187859.1 4203 -0.00757249999999587 1187836.89180001 4203 5000 5.3428794e-12 1187836.9 Loop time of 0.016988 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:44 2021 Pair time (%) = 0.000830173 (4.88681) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206307) Outpt time (%) = 0.0160301 (94.3609) Other time (%) = 9.27448e-05 (0.545942) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:44 2021 Memory usage per processor = 27.5201 Mbytes Step Atoms AVEKE stressZZ 4203 5000 5.3428794e-12 1187834.6 4204 -0.00757249999999587 1187812.39553841 4204 5000 5.3424204e-12 1187812.4 Loop time of 0.0165241 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:44 2021 Pair time (%) = 0.00083518 (5.05432) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.2121) Outpt time (%) = 0.0155611 (94.1723) Other time (%) = 9.27448e-05 (0.561271) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:44 2021 Memory usage per processor = 27.5201 Mbytes Step Atoms AVEKE stressZZ 4204 5000 5.3424204e-12 1187810.1 4205 -0.00757249999999587 1187787.90055983 4205 5000 5.342001e-12 1187787.9 Loop time of 0.016762 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:44 2021 Pair time (%) = 0.00106692 (6.36512) Neigh time (%) = 0 (0) Comm time (%) = 5.38826e-05 (0.321457) Outpt time (%) = 0.0155241 (92.615) Other time (%) = 0.000117064 (0.698386) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:44 2021 Memory usage per processor = 27.5201 Mbytes Step Atoms AVEKE stressZZ 4205 5000 5.342001e-12 1187785.6 4206 -0.00757249999999587 1187763.40678856 4206 5000 5.3416066e-12 1187763.4 Loop time of 0.0170379 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:44 2021 Pair time (%) = 0.000878811 (5.15799) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.204304) Outpt time (%) = 0.0160251 (94.0556) Other time (%) = 9.91821e-05 (0.582128) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:44 2021 Memory usage per processor = 27.5201 Mbytes Step Atoms AVEKE stressZZ 4206 5000 5.3416066e-12 1187761.1 4207 -0.00757249999999587 1187738.91417655 4207 5000 5.3412283e-12 1187738.9 Loop time of 0.0163379 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:44 2021 Pair time (%) = 0.000833035 (5.09879) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.20868) Outpt time (%) = 0.015377 (94.119) Other time (%) = 9.36985e-05 (0.573505) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:44 2021 Memory usage per processor = 27.5201 Mbytes Step Atoms AVEKE stressZZ 4207 5000 5.3412283e-12 1187736.6 4208 -0.00757249999999587 1187714.42269308 4208 5000 5.3408601e-12 1187714.4 Loop time of 0.0161741 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:44 2021 Pair time (%) = 0.000832081 (5.14453) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.21669) Outpt time (%) = 0.0152171 (94.083) Other time (%) = 8.98838e-05 (0.555728) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:44 2021 Memory usage per processor = 27.5201 Mbytes Step Atoms AVEKE stressZZ 4208 5000 5.3408601e-12 1187712.1 4209 -0.00757249999999587 1187689.9323187 4209 5000 5.3404985e-12 1187689.9 Loop time of 0.016041 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:44 2021 Pair time (%) = 0.000831842 (5.18571) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.211055) Outpt time (%) = 0.0150862 (94.0474) Other time (%) = 8.91685e-05 (0.555878) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:44 2021 Memory usage per processor = 27.5201 Mbytes Step Atoms AVEKE stressZZ 4209 5000 5.3404985e-12 1187687.6 4210 -0.00757249999999587 1187665.44304098 4210 5000 5.3401409e-12 1187665.4 Loop time of 0.018661 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:44 2021 Pair time (%) = 0.00119519 (6.40475) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.256803) Outpt time (%) = 0.017252 (92.4492) Other time (%) = 0.000165939 (0.88923) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:44 2021 Memory usage per processor = 27.5201 Mbytes Step Atoms AVEKE stressZZ 4210 5000 5.3401409e-12 1187663.1 4211 -0.00757249999999587 1187640.95485196 4211 5000 5.3397859e-12 1187641 Loop time of 0.0169199 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:44 2021 Pair time (%) = 0.000832081 (4.91778) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207139) Outpt time (%) = 0.015928 (94.1381) Other time (%) = 0.000124693 (0.736962) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:44 2021 Memory usage per processor = 27.5201 Mbytes Step Atoms AVEKE stressZZ 4211 5000 5.3397859e-12 1187638.7 4212 -0.00757249999999587 1187616.46774656 4212 5000 5.3394327e-12 1187616.5 Loop time of 0.0170441 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:44 2021 Pair time (%) = 0.000833035 (4.88753) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.198635) Outpt time (%) = 0.016082 (94.3557) Other time (%) = 9.5129e-05 (0.558136) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:44 2021 Memory usage per processor = 27.5201 Mbytes Step Atoms AVEKE stressZZ 4212 5000 5.3394327e-12 1187614.2 4213 -0.00757249999999587 1187591.98172151 4213 5000 5.3390805e-12 1187592 Loop time of 0.0163488 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:44 2021 Pair time (%) = 0.000835896 (5.11287) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.220206) Outpt time (%) = 0.015372 (94.0253) Other time (%) = 0.000104904 (0.641661) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:44 2021 Memory usage per processor = 27.5201 Mbytes Step Atoms AVEKE stressZZ 4213 5000 5.3390805e-12 1187589.7 4214 -0.00757249999999587 1187567.49677468 4214 5000 5.3387291e-12 1187567.5 Loop time of 0.0171051 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:44 2021 Pair time (%) = 0.000931978 (5.44854) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.21744) Outpt time (%) = 0.0159662 (93.3416) Other time (%) = 0.000169754 (0.992417) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:44 2021 Memory usage per processor = 27.5201 Mbytes Step Atoms AVEKE stressZZ 4214 5000 5.3387291e-12 1187565.2 4215 -0.00757249999999587 1187543.01290468 4215 5000 5.338378e-12 1187543 Loop time of 0.017046 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:44 2021 Pair time (%) = 0.000833035 (4.88699) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205606) Outpt time (%) = 0.016083 (94.3507) Other time (%) = 9.48906e-05 (0.556674) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:44 2021 Memory usage per processor = 27.5201 Mbytes Step Atoms AVEKE stressZZ 4215 5000 5.338378e-12 1187540.7 4216 -0.00757249999999587 1187518.53011062 4216 5000 5.3380273e-12 1187518.5 Loop time of 0.016279 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:44 2021 Pair time (%) = 0.000882149 (5.41894) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.215293) Outpt time (%) = 0.0152671 (93.7843) Other time (%) = 9.46522e-05 (0.581438) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:44 2021 Memory usage per processor = 27.5201 Mbytes Step Atoms AVEKE stressZZ 4216 5000 5.3380273e-12 1187516.2 4217 -0.00757249999999587 1187494.04839186 4217 5000 5.3376768e-12 1187494 Loop time of 0.016644 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:44 2021 Pair time (%) = 0.00100899 (6.06217) Neigh time (%) = 0 (0) Comm time (%) = 3.98159e-05 (0.239221) Outpt time (%) = 0.0154481 (92.8148) Other time (%) = 0.000147104 (0.883828) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:44 2021 Memory usage per processor = 27.5201 Mbytes Step Atoms AVEKE stressZZ 4217 5000 5.3376768e-12 1187491.7 4218 -0.00757249999999587 1187469.567748 4218 5000 5.3373264e-12 1187469.6 Loop time of 0.0170889 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:44 2021 Pair time (%) = 0.000832796 (4.87332) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.198114) Outpt time (%) = 0.0161309 (94.3942) Other time (%) = 9.13143e-05 (0.534349) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:44 2021 Memory usage per processor = 27.5201 Mbytes Step Atoms AVEKE stressZZ 4218 5000 5.3373264e-12 1187467.3 4219 -0.00757249999999587 1187445.08817868 4219 5000 5.3369761e-12 1187445.1 Loop time of 0.0164211 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:44 2021 Pair time (%) = 0.000840902 (5.12087) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.21343) Outpt time (%) = 0.0154111 (93.8497) Other time (%) = 0.000133991 (0.815971) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:44 2021 Memory usage per processor = 27.5201 Mbytes Step Atoms AVEKE stressZZ 4219 5000 5.3369761e-12 1187442.8 4220 -0.00757249999999587 1187420.60968367 4220 5000 5.3366259e-12 1187420.6 Loop time of 0.017905 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:44 2021 Pair time (%) = 0.000869989 (4.85892) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.206394) Outpt time (%) = 0.01689 (94.3315) Other time (%) = 0.000108004 (0.603204) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:44 2021 Memory usage per processor = 27.5201 Mbytes Step Atoms AVEKE stressZZ 4220 5000 5.3366259e-12 1187418.3 4221 -0.00757249999999587 1187396.13226282 4221 5000 5.3362758e-12 1187396.1 Loop time of 0.0168879 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:44 2021 Pair time (%) = 0.000926971 (5.48897) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.213177) Outpt time (%) = 0.0157928 (93.5157) Other time (%) = 0.000132084 (0.782121) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:44 2021 Memory usage per processor = 27.5201 Mbytes Step Atoms AVEKE stressZZ 4221 5000 5.3362758e-12 1187393.8 4222 -0.00757249999999587 1187371.6559159 4222 5000 5.3359257e-12 1187371.7 Loop time of 0.0170679 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:44 2021 Pair time (%) = 0.000878096 (5.14472) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205342) Outpt time (%) = 0.0160599 (94.094) Other time (%) = 9.48906e-05 (0.555959) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:44 2021 Memory usage per processor = 27.5201 Mbytes Step Atoms AVEKE stressZZ 4222 5000 5.3359257e-12 1187369.4 4223 -0.00757249999999587 1187347.18064282 4223 5000 5.3355757e-12 1187347.2 Loop time of 0.0162311 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:44 2021 Pair time (%) = 0.000833035 (5.13235) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.210053) Outpt time (%) = 0.0152681 (94.0671) Other time (%) = 9.58443e-05 (0.590499) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:44 2021 Memory usage per processor = 27.5201 Mbytes Step Atoms AVEKE stressZZ 4223 5000 5.3355757e-12 1187344.9 4224 -0.00757249999999587 1187322.70644348 4224 5000 5.3352256e-12 1187322.7 Loop time of 0.0168579 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:44 2021 Pair time (%) = 0.00107718 (6.38975) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.231943) Outpt time (%) = 0.0156059 (92.5736) Other time (%) = 0.00013566 (0.804729) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:44 2021 Memory usage per processor = 27.5201 Mbytes Step Atoms AVEKE stressZZ 4224 5000 5.3352256e-12 1187320.4 4225 -0.00757249999999587 1187298.23331771 4225 5000 5.3348757e-12 1187298.2 Loop time of 0.016861 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:44 2021 Pair time (%) = 0.000832081 (4.93495) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207862) Outpt time (%) = 0.0159011 (94.3071) Other time (%) = 9.27448e-05 (0.550057) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:44 2021 Memory usage per processor = 27.5201 Mbytes Step Atoms AVEKE stressZZ 4225 5000 5.3348757e-12 1187295.9 4226 -0.00757249999999587 1187273.76126541 4226 5000 5.3345257e-12 1187273.8 Loop time of 0.017015 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:44 2021 Pair time (%) = 0.000977993 (5.74784) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.20598) Outpt time (%) = 0.015837 (93.0765) Other time (%) = 0.000164986 (0.969649) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:44 2021 Memory usage per processor = 27.5201 Mbytes Step Atoms AVEKE stressZZ 4226 5000 5.3345257e-12 1187271.5 4227 -0.00757249999999587 1187249.2902865 4227 5000 5.3341758e-12 1187249.3 Loop time of 0.01633 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:44 2021 Pair time (%) = 0.000869989 (5.32755) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.22046) Outpt time (%) = 0.015326 (93.8519) Other time (%) = 9.799e-05 (0.600061) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:44 2021 Memory usage per processor = 27.5201 Mbytes Step Atoms AVEKE stressZZ 4227 5000 5.3341758e-12 1187247 4228 -0.00757249999999587 1187224.82038084 4228 5000 5.3338259e-12 1187224.8 Loop time of 0.0168099 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:44 2021 Pair time (%) = 0.000867128 (5.15843) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208493) Outpt time (%) = 0.0158119 (94.0629) Other time (%) = 9.58443e-05 (0.570164) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:44 2021 Memory usage per processor = 27.5201 Mbytes Step Atoms AVEKE stressZZ 4228 5000 5.3338259e-12 1187222.5 4229 -0.00757249999999587 1187200.35154831 4229 5000 5.3334761e-12 1187200.4 Loop time of 0.017256 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:44 2021 Pair time (%) = 0.000916004 (5.30832) Neigh time (%) = 0 (0) Comm time (%) = 5.88894e-05 (0.341269) Outpt time (%) = 0.016161 (93.6541) Other time (%) = 0.000120163 (0.696354) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:44 2021 Memory usage per processor = 27.5201 Mbytes Step Atoms AVEKE stressZZ 4229 5000 5.3334761e-12 1187198.1 4230 -0.00757249999999587 1187175.88378884 4230 5000 5.3331263e-12 1187175.9 Loop time of 0.018327 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:44 2021 Pair time (%) = 0.000849009 (4.63256) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.201642) Outpt time (%) = 0.0173209 (94.5101) Other time (%) = 0.000120163 (0.655661) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:44 2021 Memory usage per processor = 27.5201 Mbytes Step Atoms AVEKE stressZZ 4230 5000 5.3331263e-12 1187173.6 4231 -0.00757249999999587 1187151.41710235 4231 5000 5.3327765e-12 1187151.4 Loop time of 0.0165319 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:44 2021 Pair time (%) = 0.000940084 (5.68647) Neigh time (%) = 0 (0) Comm time (%) = 5.29289e-05 (0.320162) Outpt time (%) = 0.01542 (93.2737) Other time (%) = 0.000118971 (0.719642) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:44 2021 Memory usage per processor = 27.5201 Mbytes Step Atoms AVEKE stressZZ 4231 5000 5.3327765e-12 1187149.1 4232 -0.00757249999999587 1187126.9514887 4232 5000 5.3324267e-12 1187127 Loop time of 0.0171151 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:44 2021 Pair time (%) = 0.000833035 (4.86724) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204775) Outpt time (%) = 0.0161562 (94.3972) Other time (%) = 9.08375e-05 (0.530744) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:44 2021 Memory usage per processor = 27.5201 Mbytes Step Atoms AVEKE stressZZ 4232 5000 5.3324267e-12 1187124.7 4233 -0.00757249999999587 1187102.48694776 4233 5000 5.332077e-12 1187102.5 Loop time of 0.0168829 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:44 2021 Pair time (%) = 0.000833988 (4.93984) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207592) Outpt time (%) = 0.0159199 (94.2962) Other time (%) = 9.39369e-05 (0.556403) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:44 2021 Memory usage per processor = 27.5201 Mbytes Step Atoms AVEKE stressZZ 4233 5000 5.332077e-12 1187100.2 4234 -0.00757249999999587 1187078.02347946 4234 5000 5.3317273e-12 1187078 Loop time of 0.016346 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:44 2021 Pair time (%) = 0.000857115 (5.24358) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.226079) Outpt time (%) = 0.0153511 (93.9134) Other time (%) = 0.000100851 (0.616978) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:44 2021 Memory usage per processor = 27.5201 Mbytes Step Atoms AVEKE stressZZ 4234 5000 5.3317273e-12 1187075.7 4235 -0.00757249999999587 1187053.56108373 4235 5000 5.3313776e-12 1187053.6 Loop time of 0.0169501 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:44 2021 Pair time (%) = 0.000962019 (5.67558) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206769) Outpt time (%) = 0.0158508 (93.5142) Other time (%) = 0.000102282 (0.603426) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:44 2021 Memory usage per processor = 27.5201 Mbytes Step Atoms AVEKE stressZZ 4235 5000 5.3313776e-12 1187051.3 4236 -0.00757249999999587 1187029.09976042 4236 5000 5.331028e-12 1187029.1 Loop time of 0.0170631 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:45 2021 Pair time (%) = 0.000869036 (5.09306) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.210988) Outpt time (%) = 0.016027 (93.9275) Other time (%) = 0.00013113 (0.7685) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:45 2021 Memory usage per processor = 27.5201 Mbytes Step Atoms AVEKE stressZZ 4236 5000 5.331028e-12 1187026.8 4237 -0.00757249999999587 1187004.63950941 4237 5000 5.3306784e-12 1187004.6 Loop time of 0.0164599 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:45 2021 Pair time (%) = 0.000880003 (5.34633) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.212926) Outpt time (%) = 0.0154321 (93.7556) Other time (%) = 0.000112772 (0.68513) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:45 2021 Memory usage per processor = 27.5201 Mbytes Step Atoms AVEKE stressZZ 4237 5000 5.3306784e-12 1187002.3 4238 -0.00757249999999587 1186980.18033067 4238 5000 5.3303288e-12 1186980.2 Loop time of 0.016645 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:45 2021 Pair time (%) = 0.00103688 (6.22941) Neigh time (%) = 0 (0) Comm time (%) = 3.98159e-05 (0.239207) Outpt time (%) = 0.0154428 (92.778) Other time (%) = 0.000125408 (0.753431) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:45 2021 Memory usage per processor = 27.5201 Mbytes Step Atoms AVEKE stressZZ 4238 5000 5.3303288e-12 1186977.9 4239 -0.00757249999999587 1186955.72222404 4239 5000 5.3299793e-12 1186955.7 Loop time of 0.016928 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:45 2021 Pair time (%) = 0.000833988 (4.92669) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.205631) Outpt time (%) = 0.015969 (94.3353) Other time (%) = 9.01222e-05 (0.532387) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:45 2021 Memory usage per processor = 27.5201 Mbytes Step Atoms AVEKE stressZZ 4239 5000 5.3299793e-12 1186953.4 4240 -0.00757249999999587 1186931.26518944 4240 5000 5.3296298e-12 1186931.3 Loop time of 0.0184278 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:45 2021 Pair time (%) = 0.000837088 (4.54251) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.190188) Outpt time (%) = 0.017426 (94.5635) Other time (%) = 0.0001297 (0.703824) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:45 2021 Memory usage per processor = 27.5201 Mbytes Step Atoms AVEKE stressZZ 4240 5000 5.3296298e-12 1186929 4241 -0.00757249999999587 1186906.80922679 4241 5000 5.3292803e-12 1186906.8 Loop time of 0.0164289 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:45 2021 Pair time (%) = 0.000880003 (5.35642) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.224938) Outpt time (%) = 0.015368 (93.5421) Other time (%) = 0.000144005 (0.876531) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:45 2021 Memory usage per processor = 27.5201 Mbytes Step Atoms AVEKE stressZZ 4241 5000 5.3292803e-12 1186904.5 4242 -0.00757249999999587 1186882.35433597 4242 5000 5.3289308e-12 1186882.4 Loop time of 0.0170789 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:45 2021 Pair time (%) = 0.000978947 (5.73192) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.20521) Outpt time (%) = 0.015909 (93.1499) Other time (%) = 0.000155926 (0.912974) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:45 2021 Memory usage per processor = 27.5201 Mbytes Step Atoms AVEKE stressZZ 4242 5000 5.3289308e-12 1186880.1 4243 -0.00757249999999587 1186857.90052352 4243 5000 5.3285814e-12 1186857.9 Loop time of 0.016988 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:45 2021 Pair time (%) = 0.000835896 (4.92049) Neigh time (%) = 0 (0) Comm time (%) = 5.91278e-05 (0.348056) Outpt time (%) = 0.0159988 (94.1771) Other time (%) = 9.41753e-05 (0.554363) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:45 2021 Memory usage per processor = 27.5201 Mbytes Step Atoms AVEKE stressZZ 4243 5000 5.3285814e-12 1186855.6 4244 -0.00757249999999587 1186833.44778792 4244 5000 5.328232e-12 1186833.4 Loop time of 0.0162718 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:45 2021 Pair time (%) = 0.000832081 (5.11363) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.209527) Outpt time (%) = 0.0153089 (94.082) Other time (%) = 9.67979e-05 (0.594881) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:45 2021 Memory usage per processor = 27.5201 Mbytes Step Atoms AVEKE stressZZ 4244 5000 5.328232e-12 1186831.1 4245 -0.00757249999999587 1186808.99612726 4245 5000 5.3278827e-12 1186809 Loop time of 0.0168519 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:45 2021 Pair time (%) = 0.00106502 (6.31986) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.243343) Outpt time (%) = 0.0155799 (92.4521) Other time (%) = 0.000165939 (0.984692) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:45 2021 Memory usage per processor = 27.5201 Mbytes Step Atoms AVEKE stressZZ 4245 5000 5.3278827e-12 1186806.7 4246 -0.00757249999999587 1186784.54554084 4246 5000 5.3275333e-12 1186784.5 Loop time of 0.0169971 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:45 2021 Pair time (%) = 0.000834942 (4.91226) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206197) Outpt time (%) = 0.0159841 (94.0399) Other time (%) = 0.000143051 (0.841621) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:45 2021 Memory usage per processor = 27.5201 Mbytes Step Atoms AVEKE stressZZ 4246 5000 5.3275333e-12 1186782.2 4247 -0.00757249999999587 1186760.09602815 4247 5000 5.327184e-12 1186760.1 Loop time of 0.0169241 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:45 2021 Pair time (%) = 0.000833988 (4.9278) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207086) Outpt time (%) = 0.01596 (94.303) Other time (%) = 9.5129e-05 (0.562091) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:45 2021 Memory usage per processor = 27.5201 Mbytes Step Atoms AVEKE stressZZ 4247 5000 5.327184e-12 1186757.8 4248 -0.00757249999999587 1186735.64758886 4248 5000 5.3268348e-12 1186735.6 Loop time of 0.0162649 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:45 2021 Pair time (%) = 0.000867128 (5.33128) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.227206) Outpt time (%) = 0.015259 (93.8156) Other time (%) = 0.000101805 (0.625916) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:45 2021 Memory usage per processor = 27.5201 Mbytes Step Atoms AVEKE stressZZ 4248 5000 5.3268348e-12 1186733.3 4249 -0.00757249999999587 1186711.20022266 4249 5000 5.3264855e-12 1186711.2 Loop time of 0.0168428 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:45 2021 Pair time (%) = 0.00092411 (5.48667) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.213748) Outpt time (%) = 0.015785 (93.7192) Other time (%) = 9.77516e-05 (0.580375) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:45 2021 Memory usage per processor = 27.5201 Mbytes Step Atoms AVEKE stressZZ 4249 5000 5.3264855e-12 1186708.9 4250 -0.00757249999999587 1186686.75392931 4250 5000 5.3261363e-12 1186686.8 Loop time of 0.018383 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:45 2021 Pair time (%) = 0.000836134 (4.5484) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.190652) Outpt time (%) = 0.0174191 (94.7564) Other time (%) = 9.27448e-05 (0.504513) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:45 2021 Memory usage per processor = 27.5202 Mbytes Step Atoms AVEKE stressZZ 4250 5000 5.3261363e-12 1186684.5 4251 -0.00757249999999587 1186662.30870859 4251 5000 5.3257872e-12 1186662.3 Loop time of 0.0163081 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:45 2021 Pair time (%) = 0.000834942 (5.11981) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.207599) Outpt time (%) = 0.0153439 (94.0878) Other time (%) = 9.53674e-05 (0.584787) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:45 2021 Memory usage per processor = 27.5202 Mbytes Step Atoms AVEKE stressZZ 4251 5000 5.3257872e-12 1186660 4252 -0.00757249999999587 1186637.86456031 4252 5000 5.325438e-12 1186637.9 Loop time of 0.0160501 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:45 2021 Pair time (%) = 0.000838041 (5.22141) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.218363) Outpt time (%) = 0.0150862 (93.9943) Other time (%) = 9.08375e-05 (0.565962) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:45 2021 Memory usage per processor = 27.5202 Mbytes Step Atoms AVEKE stressZZ 4252 5000 5.325438e-12 1186635.6 4253 -0.00757249999999587 1186613.4214843 4253 5000 5.3250889e-12 1186613.4 Loop time of 0.0163419 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:45 2021 Pair time (%) = 0.000833988 (5.10337) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.207169) Outpt time (%) = 0.0153852 (94.1453) Other time (%) = 8.89301e-05 (0.544184) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:45 2021 Memory usage per processor = 27.5202 Mbytes Step Atoms AVEKE stressZZ 4253 5000 5.3250889e-12 1186611.1 4254 -0.00757249999999587 1186588.97948036 4254 5000 5.3247398e-12 1186589 Loop time of 0.017915 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:45 2021 Pair time (%) = 0.000833988 (4.65525) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.195632) Outpt time (%) = 0.0169561 (94.6474) Other time (%) = 8.98838e-05 (0.501723) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:45 2021 Memory usage per processor = 27.5202 Mbytes Step Atoms AVEKE stressZZ 4254 5000 5.3247398e-12 1186586.7 4255 -0.00757249999999587 1186564.53854836 4255 5000 5.3243908e-12 1186564.5 Loop time of 0.016716 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:45 2021 Pair time (%) = 0.000833988 (4.98916) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209665) Outpt time (%) = 0.0157359 (94.1365) Other time (%) = 0.000111103 (0.664651) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:45 2021 Memory usage per processor = 27.5202 Mbytes Step Atoms AVEKE stressZZ 4255 5000 5.3243908e-12 1186562.2 4256 -0.00757249999999587 1186540.0986881 4256 5000 5.3240417e-12 1186540.1 Loop time of 0.0164571 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:45 2021 Pair time (%) = 0.000926018 (5.62687) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.230348) Outpt time (%) = 0.0153871 (93.4981) Other time (%) = 0.000106096 (0.644685) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:45 2021 Memory usage per processor = 27.5202 Mbytes Step Atoms AVEKE stressZZ 4256 5000 5.3240417e-12 1186537.8 4257 -0.00757249999999587 1186515.6598995 4257 5000 5.3236928e-12 1186515.7 Loop time of 0.0168641 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:45 2021 Pair time (%) = 0.000854969 (5.06977) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.20641) Outpt time (%) = 0.015877 (94.147) Other time (%) = 9.72748e-05 (0.576817) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:45 2021 Memory usage per processor = 27.5202 Mbytes Step Atoms AVEKE stressZZ 4257 5000 5.3236928e-12 1186513.4 4258 -0.00757249999999587 1186491.22218237 4258 5000 5.3233438e-12 1186491.2 Loop time of 0.0171249 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:45 2021 Pair time (%) = 0.00090313 (5.27378) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.210227) Outpt time (%) = 0.0160801 (93.8992) Other time (%) = 0.000105619 (0.61676) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:45 2021 Memory usage per processor = 27.5202 Mbytes Step Atoms AVEKE stressZZ 4258 5000 5.3233438e-12 1186488.9 4259 -0.00757249999999587 1186466.78553659 4259 5000 5.3229949e-12 1186466.8 Loop time of 0.016392 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:45 2021 Pair time (%) = 0.000833035 (5.08196) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.213809) Outpt time (%) = 0.0154281 (94.1195) Other time (%) = 9.58443e-05 (0.584702) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:45 2021 Memory usage per processor = 27.5202 Mbytes Step Atoms AVEKE stressZZ 4259 5000 5.3229949e-12 1186464.5 4260 -0.00757249999999587 1186442.34996158 4260 5000 5.322646e-12 1186442.3 Loop time of 0.018321 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:45 2021 Pair time (%) = 0.00102997 (5.62178) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.213419) Outpt time (%) = 0.0171392 (93.5493) Other time (%) = 0.000112772 (0.615533) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:45 2021 Memory usage per processor = 27.5202 Mbytes Step Atoms AVEKE stressZZ 4260 5000 5.322646e-12 1186440.1 4261 -0.00757249999999587 1186417.91545599 4261 5000 5.3222971e-12 1186417.9 Loop time of 0.017164 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:45 2021 Pair time (%) = 0.000833035 (4.85338) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.209748) Outpt time (%) = 0.0161941 (94.3493) Other time (%) = 0.000100851 (0.587573) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:45 2021 Memory usage per processor = 27.5202 Mbytes Step Atoms AVEKE stressZZ 4261 5000 5.3222971e-12 1186415.6 4262 -0.00757249999999587 1186393.48202125 4262 5000 5.3219483e-12 1186393.5 Loop time of 0.017205 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:45 2021 Pair time (%) = 0.000893116 (5.19103) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.209249) Outpt time (%) = 0.016171 (93.99) Other time (%) = 0.000104904 (0.609731) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:45 2021 Memory usage per processor = 27.5202 Mbytes Step Atoms AVEKE stressZZ 4262 5000 5.3219483e-12 1186391.2 4263 -0.00757249999999587 1186369.04965721 4263 5000 5.3215995e-12 1186369 Loop time of 0.0164731 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:45 2021 Pair time (%) = 0.000843048 (5.11774) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.218546) Outpt time (%) = 0.0154271 (93.6506) Other time (%) = 0.000166893 (1.01313) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:45 2021 Memory usage per processor = 27.5202 Mbytes Step Atoms AVEKE stressZZ 4263 5000 5.3215995e-12 1186366.8 4264 -0.00757249999999587 1186344.61836378 4264 5000 5.3212507e-12 1186344.6 Loop time of 0.016886 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:45 2021 Pair time (%) = 0.000951052 (5.63219) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.213202) Outpt time (%) = 0.0158 (93.5687) Other time (%) = 9.89437e-05 (0.585951) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:45 2021 Memory usage per processor = 27.5202 Mbytes Step Atoms AVEKE stressZZ 4264 5000 5.3212507e-12 1186342.3 4265 -0.00757249999999587 1186320.18814086 4265 5000 5.3209019e-12 1186320.2 Loop time of 0.017231 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:45 2021 Pair time (%) = 0.000849962 (4.93275) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.203398) Outpt time (%) = 0.0162439 (94.2716) Other time (%) = 0.000102043 (0.592207) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:45 2021 Memory usage per processor = 27.5202 Mbytes Step Atoms AVEKE stressZZ 4265 5000 5.3209019e-12 1186317.9 4266 -0.00757249999999587 1186295.75898829 4266 5000 5.3205532e-12 1186295.8 Loop time of 0.0164208 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:45 2021 Pair time (%) = 0.000833035 (5.07303) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.207626) Outpt time (%) = 0.0154638 (94.172) Other time (%) = 8.98838e-05 (0.547376) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:45 2021 Memory usage per processor = 27.5202 Mbytes Step Atoms AVEKE stressZZ 4266 5000 5.3205532e-12 1186293.5 4267 -0.00757249999999587 1186271.33090599 4267 5000 5.3202045e-12 1186271.3 Loop time of 0.016448 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:45 2021 Pair time (%) = 0.000948906 (5.76912) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.230475) Outpt time (%) = 0.0153379 (93.251) Other time (%) = 0.000123262 (0.749406) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:45 2021 Memory usage per processor = 27.5202 Mbytes Step Atoms AVEKE stressZZ 4267 5000 5.3202045e-12 1186269 4268 -0.00757249999999587 1186246.90389382 4268 5000 5.3198559e-12 1186246.9 Loop time of 0.016881 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:45 2021 Pair time (%) = 0.000834942 (4.94605) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207615) Outpt time (%) = 0.015918 (94.2955) Other time (%) = 9.29832e-05 (0.550816) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:45 2021 Memory usage per processor = 27.5202 Mbytes Step Atoms AVEKE stressZZ 4268 5000 5.3198559e-12 1186244.6 4269 -0.00757249999999587 1186222.47795171 4269 5000 5.3195073e-12 1186222.5 Loop time of 0.0168271 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:45 2021 Pair time (%) = 0.000874996 (5.19992) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.20828) Outpt time (%) = 0.0158229 (94.0321) Other time (%) = 9.41753e-05 (0.559664) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:45 2021 Memory usage per processor = 27.5202 Mbytes Step Atoms AVEKE stressZZ 4269 5000 5.3195073e-12 1186220.2 4270 -0.00757249999999587 1186198.05307949 4270 5000 5.3191587e-12 1186198.1 Loop time of 0.018065 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:45 2021 Pair time (%) = 0.000876904 (4.85416) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.211165) Outpt time (%) = 0.0170441 (94.3487) Other time (%) = 0.000105858 (0.585984) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:45 2021 Memory usage per processor = 27.5202 Mbytes Step Atoms AVEKE stressZZ 4270 5000 5.3191587e-12 1186195.8 4271 -0.00757249999999587 1186173.6292771 4271 5000 5.3188101e-12 1186173.6 Loop time of 0.0170901 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:45 2021 Pair time (%) = 0.000905991 (5.30127) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.210656) Outpt time (%) = 0.0159628 (93.4041) Other time (%) = 0.000185251 (1.08397) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:45 2021 Memory usage per processor = 27.5202 Mbytes Step Atoms AVEKE stressZZ 4271 5000 5.3188101e-12 1186171.3 4272 -0.00757249999999587 1186149.2065444 4272 5000 5.3184616e-12 1186149.2 Loop time of 0.0172091 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:45 2021 Pair time (%) = 0.000838041 (4.86977) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.214741) Outpt time (%) = 0.016233 (94.3281) Other time (%) = 0.000101089 (0.58742) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:45 2021 Memory usage per processor = 27.5202 Mbytes Step Atoms AVEKE stressZZ 4272 5000 5.3184616e-12 1186146.9 4273 -0.00757249999999587 1186124.78488128 4273 5000 5.3181131e-12 1186124.8 Loop time of 0.0166891 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:45 2021 Pair time (%) = 0.000839949 (5.03293) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.210003) Outpt time (%) = 0.0157242 (94.2185) Other time (%) = 8.98838e-05 (0.538579) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:45 2021 Memory usage per processor = 27.5202 Mbytes Step Atoms AVEKE stressZZ 4273 5000 5.3181131e-12 1186122.5 4274 -0.00757249999999587 1186100.36428766 4274 5000 5.3177646e-12 1186100.4 Loop time of 0.0165911 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:45 2021 Pair time (%) = 0.000895977 (5.40036) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.307524) Outpt time (%) = 0.015521 (93.5506) Other time (%) = 0.000123024 (0.741507) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:45 2021 Memory usage per processor = 27.5202 Mbytes Step Atoms AVEKE stressZZ 4274 5000 5.3177646e-12 1186098.1 4275 -0.00757249999999587 1186075.94476342 4275 5000 5.3174161e-12 1186075.9 Loop time of 0.0169511 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:45 2021 Pair time (%) = 0.000957012 (5.64573) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206757) Outpt time (%) = 0.015862 (93.5751) Other time (%) = 9.70364e-05 (0.572449) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:45 2021 Memory usage per processor = 27.5202 Mbytes Step Atoms AVEKE stressZZ 4275 5000 5.3174161e-12 1186073.6 4276 -0.00757249999999587 1186051.52630842 4276 5000 5.3170677e-12 1186051.5 Loop time of 0.0168829 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:45 2021 Pair time (%) = 0.000849009 (5.02881) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207592) Outpt time (%) = 0.015902 (94.1903) Other time (%) = 9.67979e-05 (0.573349) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:45 2021 Memory usage per processor = 27.5202 Mbytes Step Atoms AVEKE stressZZ 4276 5000 5.3170677e-12 1186049.2 4277 -0.00757249999999587 1186027.1089226 4277 5000 5.3167194e-12 1186027.1 Loop time of 0.0167298 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:45 2021 Pair time (%) = 0.000849962 (5.08052) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.220892) Outpt time (%) = 0.015728 (94.0117) Other time (%) = 0.000114918 (0.686903) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:45 2021 Memory usage per processor = 27.5202 Mbytes Step Atoms AVEKE stressZZ 4277 5000 5.3167194e-12 1186024.8 4278 -0.00757249999999587 1186002.69260583 4278 5000 5.316371e-12 1186002.7 Loop time of 0.016969 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:45 2021 Pair time (%) = 0.000901937 (5.31522) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.212159) Outpt time (%) = 0.015861 (93.4708) Other time (%) = 0.000169992 (1.00178) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:45 2021 Memory usage per processor = 27.5202 Mbytes Step Atoms AVEKE stressZZ 4278 5000 5.316371e-12 1186000.4 4279 -0.00757249999999587 1185978.277358 4279 5000 5.3160227e-12 1185978.3 Loop time of 0.017055 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:45 2021 Pair time (%) = 0.000835896 (4.90117) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.211088) Outpt time (%) = 0.016082 (94.295) Other time (%) = 0.000101089 (0.592725) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:45 2021 Memory usage per processor = 27.5202 Mbytes Step Atoms AVEKE stressZZ 4279 5000 5.3160227e-12 1185976 4280 -0.00757249999999587 1185953.86317902 4280 5000 5.3156744e-12 1185953.9 Loop time of 0.018229 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:46 2021 Pair time (%) = 0.000876904 (4.81048) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.190955) Outpt time (%) = 0.0171609 (94.1406) Other time (%) = 0.000156403 (0.857987) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:46 2021 Memory usage per processor = 27.5202 Mbytes Step Atoms AVEKE stressZZ 4280 5000 5.3156744e-12 1185951.6 4281 -0.00757249999999587 1185929.45006879 4281 5000 5.3153261e-12 1185929.5 Loop time of 0.0163851 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:46 2021 Pair time (%) = 0.000907898 (5.541) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.232815) Outpt time (%) = 0.015336 (93.5976) Other time (%) = 0.000102997 (0.628601) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:46 2021 Memory usage per processor = 27.5202 Mbytes Step Atoms AVEKE stressZZ 4281 5000 5.3153261e-12 1185927.2 4282 -0.00757249999999587 1185905.03802718 4282 5000 5.3149779e-12 1185905 Loop time of 0.0171192 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:46 2021 Pair time (%) = 0.001019 (5.9524) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204727) Outpt time (%) = 0.0159481 (93.1591) Other time (%) = 0.000117064 (0.683815) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:19:46 2021 Memory usage per processor = 27.5202 Mbytes Step Atoms AVEKE stressZZ 4282 5000 5.3149779e-12 1185902.7 4283 -0.00757249999999587 1185876.14917483 4283 5000 1.0500704e-11 1185915 Loop time of 0.0168879 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:46 2021 Pair time (%) = 0.000833988 (4.93838) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.20753) Outpt time (%) = 0.0158789 (94.0254) Other time (%) = 0.000139952 (0.82871) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28298 ave 28298 max 28298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28298 Ave neighs/atom = 5.6596 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:46 2021 Memory usage per processor = 27.5202 Mbytes Step Atoms AVEKE stressZZ 4283 5000 1.0500704e-11 1213764.4 4284 -0.00760499999999585 1213734.96989884 4284 5000 8.5017432e-12 1213735 Loop time of 0.016434 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:46 2021 Pair time (%) = 0.000838041 (5.09945) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.20746) Outpt time (%) = 0.015466 (94.1099) Other time (%) = 9.58443e-05 (0.583209) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:46 2021 Memory usage per processor = 27.5202 Mbytes Step Atoms AVEKE stressZZ 4284 5000 8.5017432e-12 1213731.9 4285 -0.00760499999999585 1213704.86997693 4285 5000 7.3408292e-12 1213704.9 Loop time of 0.016917 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:46 2021 Pair time (%) = 0.000893116 (5.2794) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207174) Outpt time (%) = 0.0158191 (93.51) Other time (%) = 0.000169754 (1.00345) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:46 2021 Memory usage per processor = 27.5202 Mbytes Step Atoms AVEKE stressZZ 4285 5000 7.3408292e-12 1213702 4286 -0.00760499999999585 1213676.60897721 4286 5000 6.6471848e-12 1213676.6 Loop time of 0.017427 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:46 2021 Pair time (%) = 0.000874043 (5.01546) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.201111) Outpt time (%) = 0.0164242 (94.2458) Other time (%) = 9.36985e-05 (0.537664) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:46 2021 Memory usage per processor = 27.5202 Mbytes Step Atoms AVEKE stressZZ 4286 5000 6.6471848e-12 1213673.9 4287 -0.00760499999999585 1213649.51703024 4287 5000 6.224113e-12 1213649.5 Loop time of 0.0164311 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:46 2021 Pair time (%) = 0.000838041 (5.10034) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.2133) Outpt time (%) = 0.0154631 (94.1089) Other time (%) = 9.48906e-05 (0.577506) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:46 2021 Memory usage per processor = 27.5202 Mbytes Step Atoms AVEKE stressZZ 4287 5000 6.224113e-12 1213646.9 4288 -0.00760499999999585 1213623.16842826 4288 5000 5.9623364e-12 1213623.2 Loop time of 0.0166049 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:46 2021 Pair time (%) = 0.001055 (6.35356) Neigh time (%) = 0 (0) Comm time (%) = 7.89165e-05 (0.475261) Outpt time (%) = 0.0153379 (92.37) Other time (%) = 0.000133038 (0.801195) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:46 2021 Memory usage per processor = 27.5202 Mbytes Step Atoms AVEKE stressZZ 4288 5000 5.9623364e-12 1213620.7 4289 -0.00760499999999585 1213597.29262993 4289 5000 5.7987602e-12 1213597.3 Loop time of 0.0171671 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:46 2021 Pair time (%) = 0.000840187 (4.89417) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204155) Outpt time (%) = 0.0161982 (94.3559) Other time (%) = 9.36985e-05 (0.545803) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:46 2021 Memory usage per processor = 27.5202 Mbytes Step Atoms AVEKE stressZZ 4289 5000 5.7987602e-12 1213594.8 4290 -0.00760499999999585 1213571.7177035 4290 5000 5.6958526e-12 1213571.7 Loop time of 0.018543 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:46 2021 Pair time (%) = 0.000834942 (4.50273) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.189007) Outpt time (%) = 0.0175788 (94.8004) Other time (%) = 9.41753e-05 (0.507875) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:46 2021 Memory usage per processor = 27.5203 Mbytes Step Atoms AVEKE stressZZ 4290 5000 5.6958526e-12 1213569.3 4291 -0.00760499999999585 1213546.33438434 4291 5000 5.6307978e-12 1213546.3 Loop time of 0.0167921 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:46 2021 Pair time (%) = 0.000869989 (5.18096) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208715) Outpt time (%) = 0.0157578 (93.8408) Other time (%) = 0.000129223 (0.769548) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:46 2021 Memory usage per processor = 27.5203 Mbytes Step Atoms AVEKE stressZZ 4291 5000 5.6307978e-12 1213543.9 4292 -0.00760499999999585 1213521.07323368 4292 5000 5.5895152e-12 1213521.1 Loop time of 0.0173039 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:46 2021 Pair time (%) = 0.00121307 (7.01039) Neigh time (%) = 0 (0) Comm time (%) = 5.29289e-05 (0.305878) Outpt time (%) = 0.0158601 (91.6559) Other time (%) = 0.00017786 (1.02786) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:46 2021 Memory usage per processor = 27.5203 Mbytes Step Atoms AVEKE stressZZ 4292 5000 5.5895152e-12 1213518.7 4293 -0.00760499999999585 1213495.89012231 4293 5000 5.5632253e-12 1213495.9 Loop time of 0.017076 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:46 2021 Pair time (%) = 0.000872135 (5.10737) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205244) Outpt time (%) = 0.0160751 (94.1387) Other time (%) = 9.36985e-05 (0.548714) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:46 2021 Memory usage per processor = 27.5203 Mbytes Step Atoms AVEKE stressZZ 4293 5000 5.5632253e-12 1213493.5 4294 -0.00760499999999585 1213470.75700558 4294 5000 5.546417e-12 1213470.8 Loop time of 0.0168459 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:46 2021 Pair time (%) = 0.000836134 (4.96341) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208047) Outpt time (%) = 0.0158811 (94.2723) Other time (%) = 9.36985e-05 (0.556208) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:46 2021 Memory usage per processor = 27.5203 Mbytes Step Atoms AVEKE stressZZ 4294 5000 5.546417e-12 1213468.4 4295 -0.00760499999999585 1213445.6560608 4295 5000 5.5356156e-12 1213445.7 Loop time of 0.017123 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:46 2021 Pair time (%) = 0.000866175 (5.05855) Neigh time (%) = 0 (0) Comm time (%) = 4.91142e-05 (0.286832) Outpt time (%) = 0.0160899 (93.9668) Other time (%) = 0.000117779 (0.68784) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:46 2021 Memory usage per processor = 27.5203 Mbytes Step Atoms AVEKE stressZZ 4295 5000 5.5356156e-12 1213443.3 4296 -0.00760499999999585 1213420.5759614 4296 5000 5.528624e-12 1213420.6 Loop time of 0.0167189 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:46 2021 Pair time (%) = 0.000905991 (5.41897) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209629) Outpt time (%) = 0.015682 (93.7981) Other time (%) = 9.58443e-05 (0.57327) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:46 2021 Memory usage per processor = 27.5203 Mbytes Step Atoms AVEKE stressZZ 4296 5000 5.528624e-12 1213418.2 4297 -0.00760499999999585 1213395.50950916 4297 5000 5.5240506e-12 1213395.5 Loop time of 0.0161161 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:46 2021 Pair time (%) = 0.000838041 (5.20001) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.211551) Outpt time (%) = 0.0151551 (94.0366) Other time (%) = 8.89301e-05 (0.551808) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:46 2021 Memory usage per processor = 27.5203 Mbytes Step Atoms AVEKE stressZZ 4297 5000 5.5240506e-12 1213393.1 4298 -0.00760499999999585 1213370.45212955 4298 5000 5.5210127e-12 1213370.5 Loop time of 0.016185 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:46 2021 Pair time (%) = 0.000838041 (5.17787) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.216543) Outpt time (%) = 0.0152218 (94.0488) Other time (%) = 9.01222e-05 (0.556824) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:46 2021 Memory usage per processor = 27.5203 Mbytes Step Atoms AVEKE stressZZ 4298 5000 5.5210127e-12 1213368.1 4299 -0.00760499999999585 1213345.40091535 4299 5000 5.5189501e-12 1213345.4 Loop time of 0.016813 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:46 2021 Pair time (%) = 0.000907898 (5.39996) Neigh time (%) = 0 (0) Comm time (%) = 5.60284e-05 (0.333244) Outpt time (%) = 0.015702 (93.3919) Other time (%) = 0.000147104 (0.874942) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:46 2021 Memory usage per processor = 27.5203 Mbytes Step Atoms AVEKE stressZZ 4299 5000 5.5189501e-12 1213343 4300 -0.00760499999999585 1213320.35401896 4300 5000 5.5175072e-12 1213320.4 Loop time of 0.018645 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:46 2021 Pair time (%) = 0.000854969 (4.5855) Neigh time (%) = 0 (0) Comm time (%) = 6.07967e-05 (0.326074) Outpt time (%) = 0.0176032 (94.412) Other time (%) = 0.000126123 (0.676445) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:46 2021 Memory usage per processor = 27.5203 Mbytes Step Atoms AVEKE stressZZ 4300 5000 5.5175072e-12 1213318 4301 -0.00760499999999585 1213295.31026611 4301 5000 5.5164579e-12 1213295.3 Loop time of 0.0166068 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:46 2021 Pair time (%) = 0.000835896 (5.03345) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211043) Outpt time (%) = 0.0156429 (94.1956) Other time (%) = 9.29832e-05 (0.55991) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:46 2021 Memory usage per processor = 27.5203 Mbytes Step Atoms AVEKE stressZZ 4301 5000 5.5164579e-12 1213292.9 4302 -0.00760499999999585 1213270.26891062 4302 5000 5.5156589e-12 1213270.3 Loop time of 0.016381 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:46 2021 Pair time (%) = 0.000936985 (5.71994) Neigh time (%) = 0 (0) Comm time (%) = 5.4121e-05 (0.330388) Outpt time (%) = 0.0152562 (93.1332) Other time (%) = 0.000133753 (0.816511) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:46 2021 Memory usage per processor = 27.5203 Mbytes Step Atoms AVEKE stressZZ 4302 5000 5.5156589e-12 1213267.9 4303 -0.00760499999999585 1213245.22947818 4303 5000 5.5150188e-12 1213245.2 Loop time of 0.017072 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:46 2021 Pair time (%) = 0.000836849 (4.90189) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205293) Outpt time (%) = 0.016109 (94.3593) Other time (%) = 9.10759e-05 (0.533482) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:46 2021 Memory usage per processor = 27.5203 Mbytes Step Atoms AVEKE stressZZ 4303 5000 5.5150188e-12 1213242.8 4304 -0.00760499999999585 1213220.19166737 4304 5000 5.5144798e-12 1213220.2 Loop time of 0.0169349 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:46 2021 Pair time (%) = 0.000879049 (5.19076) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.201323) Outpt time (%) = 0.0159271 (94.049) Other time (%) = 9.46522e-05 (0.558919) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:46 2021 Memory usage per processor = 27.5203 Mbytes Step Atoms AVEKE stressZZ 4304 5000 5.5144798e-12 1213217.8 4305 -0.00760499999999585 1213195.15528654 4305 5000 5.5140049e-12 1213195.2 Loop time of 0.0164552 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:46 2021 Pair time (%) = 0.000872135 (5.30007) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.224579) Outpt time (%) = 0.0154421 (93.8436) Other time (%) = 0.000103951 (0.631719) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:46 2021 Memory usage per processor = 27.5203 Mbytes Step Atoms AVEKE stressZZ 4305 5000 5.5140049e-12 1213192.8 4306 -0.00760499999999585 1213170.12021391 4306 5000 5.513571e-12 1213170.1 Loop time of 0.0173481 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:46 2021 Pair time (%) = 0.00095582 (5.50967) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.207523) Outpt time (%) = 0.016257 (93.7111) Other time (%) = 9.91821e-05 (0.571719) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:46 2021 Memory usage per processor = 27.5203 Mbytes Step Atoms AVEKE stressZZ 4306 5000 5.513571e-12 1213167.7 4307 -0.00760499999999585 1213145.0863721 4307 5000 5.5131629e-12 1213145.1 Loop time of 0.017333 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:46 2021 Pair time (%) = 0.000884056 (5.10041) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.218707) Outpt time (%) = 0.016309 (94.0922) Other time (%) = 0.000102043 (0.588721) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:46 2021 Memory usage per processor = 27.5203 Mbytes Step Atoms AVEKE stressZZ 4307 5000 5.5131629e-12 1213142.7 4308 -0.00760499999999585 1213120.05371183 4308 5000 5.5127714e-12 1213120.1 Loop time of 0.0166569 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:46 2021 Pair time (%) = 0.000904083 (5.42769) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.210409) Outpt time (%) = 0.0156219 (93.7865) Other time (%) = 9.58443e-05 (0.575404) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:46 2021 Memory usage per processor = 27.5203 Mbytes Step Atoms AVEKE stressZZ 4308 5000 5.5127714e-12 1213117.7 4309 -0.00760499999999585 1213095.02222623 4309 5000 5.5123904e-12 1213095 Loop time of 0.016506 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:46 2021 Pair time (%) = 0.000905991 (5.48887) Neigh time (%) = 0 (0) Comm time (%) = 5.48363e-05 (0.332221) Outpt time (%) = 0.01543 (93.4812) Other time (%) = 0.000115156 (0.697664) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:46 2021 Memory usage per processor = 27.5203 Mbytes Step Atoms AVEKE stressZZ 4309 5000 5.5123904e-12 1213092.6 4310 -0.00760499999999585 1213069.99192009 4310 5000 5.5120161e-12 1213070 Loop time of 0.018759 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:46 2021 Pair time (%) = 0.000874996 (4.6644) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.185559) Outpt time (%) = 0.0177569 (94.6582) Other time (%) = 9.2268e-05 (0.49186) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:46 2021 Memory usage per processor = 27.5203 Mbytes Step Atoms AVEKE stressZZ 4310 5000 5.5120161e-12 1213067.6 4311 -0.00760499999999585 1213044.9627591 4311 5000 5.511646e-12 1213045 Loop time of 0.0169609 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:46 2021 Pair time (%) = 0.000841856 (4.96352) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206638) Outpt time (%) = 0.0159459 (94.0159) Other time (%) = 0.000138044 (0.8139) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:46 2021 Memory usage per processor = 27.5203 Mbytes Step Atoms AVEKE stressZZ 4311 5000 5.511646e-12 1213042.6 4312 -0.00760499999999585 1213019.93472895 4312 5000 5.5112786e-12 1213019.9 Loop time of 0.0164571 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:46 2021 Pair time (%) = 0.000836849 (5.08504) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.20572) Outpt time (%) = 0.0154901 (94.124) Other time (%) = 9.63211e-05 (0.585287) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:46 2021 Memory usage per processor = 27.5203 Mbytes Step Atoms AVEKE stressZZ 4312 5000 5.5112786e-12 1213017.5 4313 -0.00760499999999585 1212994.90782123 4313 5000 5.510913e-12 1212994.9 Loop time of 0.0169299 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:46 2021 Pair time (%) = 0.00104594 (6.17809) Neigh time (%) = 0 (0) Comm time (%) = 4.81606e-05 (0.284471) Outpt time (%) = 0.015691 (92.6826) Other time (%) = 0.00014472 (0.854821) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:46 2021 Memory usage per processor = 27.5203 Mbytes Step Atoms AVEKE stressZZ 4313 5000 5.510913e-12 1212992.5 4314 -0.00760499999999585 1212969.88203053 4314 5000 5.5105485e-12 1212969.9 Loop time of 0.016861 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:46 2021 Pair time (%) = 0.000878811 (5.2121) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.200792) Outpt time (%) = 0.0158529 (94.0215) Other time (%) = 9.53674e-05 (0.565611) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:46 2021 Memory usage per processor = 27.5203 Mbytes Step Atoms AVEKE stressZZ 4314 5000 5.5105485e-12 1212967.5 4315 -0.00760499999999585 1212944.85735322 4315 5000 5.5101847e-12 1212944.9 Loop time of 0.0164208 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:46 2021 Pair time (%) = 0.000839949 (5.11514) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.213433) Outpt time (%) = 0.015451 (94.0936) Other time (%) = 9.48906e-05 (0.577867) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:46 2021 Memory usage per processor = 27.5203 Mbytes Step Atoms AVEKE stressZZ 4315 5000 5.5101847e-12 1212942.5 4316 -0.00760499999999585 1212919.83378675 4316 5000 5.5098214e-12 1212919.8 Loop time of 0.016809 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:46 2021 Pair time (%) = 0.000869989 (5.17574) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.225526) Outpt time (%) = 0.0158 (93.9973) Other time (%) = 0.000101089 (0.601401) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:46 2021 Memory usage per processor = 27.5203 Mbytes Step Atoms AVEKE stressZZ 4316 5000 5.5098214e-12 1212917.4 4317 -0.00760499999999585 1212894.81132544 4317 5000 5.5094584e-12 1212894.8 Loop time of 0.01705 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:46 2021 Pair time (%) = 0.000912905 (5.35427) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.21115) Outpt time (%) = 0.0159872 (93.7662) Other time (%) = 0.000113964 (0.66841) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:46 2021 Memory usage per processor = 27.5203 Mbytes Step Atoms AVEKE stressZZ 4317 5000 5.5094584e-12 1212892.4 4318 -0.00760499999999585 1212869.78996471 4318 5000 5.5090956e-12 1212869.8 Loop time of 0.0169179 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:46 2021 Pair time (%) = 0.000837088 (4.94793) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207162) Outpt time (%) = 0.0159531 (94.2967) Other time (%) = 9.27448e-05 (0.548204) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:46 2021 Memory usage per processor = 27.5203 Mbytes Step Atoms AVEKE stressZZ 4318 5000 5.5090956e-12 1212867.4 4319 -0.00760499999999585 1212844.76970952 4319 5000 5.508733e-12 1212844.8 Loop time of 0.0163419 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:46 2021 Pair time (%) = 0.000868082 (5.31199) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.213005) Outpt time (%) = 0.015312 (93.6974) Other time (%) = 0.000127077 (0.777614) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:46 2021 Memory usage per processor = 27.5203 Mbytes Step Atoms AVEKE stressZZ 4319 5000 5.508733e-12 1212842.4 4320 -0.00760499999999585 1212819.75055909 4320 5000 5.5083704e-12 1212819.8 Loop time of 0.0184879 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:46 2021 Pair time (%) = 0.0010829 (5.85732) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.216651) Outpt time (%) = 0.017236 (93.2284) Other time (%) = 0.000128984 (0.697668) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:46 2021 Memory usage per processor = 27.5203 Mbytes Step Atoms AVEKE stressZZ 4320 5000 5.5083704e-12 1212817.4 4321 -0.00760499999999585 1212794.7325128 4321 5000 5.5080079e-12 1212794.7 Loop time of 0.017144 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:46 2021 Pair time (%) = 0.000879049 (5.12746) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.20304) Outpt time (%) = 0.0161331 (94.1035) Other time (%) = 9.70364e-05 (0.566009) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:46 2021 Memory usage per processor = 27.5203 Mbytes Step Atoms AVEKE stressZZ 4321 5000 5.5080079e-12 1212792.3 4322 -0.00760499999999585 1212769.71557012 4322 5000 5.5076455e-12 1212769.7 Loop time of 0.0170522 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:46 2021 Pair time (%) = 0.000831842 (4.87822) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.204133) Outpt time (%) = 0.0160909 (94.3626) Other time (%) = 9.46522e-05 (0.555074) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:46 2021 Memory usage per processor = 27.5203 Mbytes Step Atoms AVEKE stressZZ 4322 5000 5.5076455e-12 1212767.3 4323 -0.00760499999999585 1212744.69973061 4323 5000 5.5072832e-12 1212744.7 Loop time of 0.0162981 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:46 2021 Pair time (%) = 0.000838995 (5.14782) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.215041) Outpt time (%) = 0.0153251 (94.03) Other time (%) = 9.89437e-05 (0.607089) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:46 2021 Memory usage per processor = 27.5203 Mbytes Step Atoms AVEKE stressZZ 4323 5000 5.5072832e-12 1212742.3 4324 -0.00760499999999585 1212719.68499385 4324 5000 5.5069209e-12 1212719.7 Loop time of 0.0173352 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:47 2021 Pair time (%) = 0.00101018 (5.82734) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.21868) Outpt time (%) = 0.0160718 (92.712) Other time (%) = 0.000215292 (1.24194) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:47 2021 Memory usage per processor = 27.5203 Mbytes Step Atoms AVEKE stressZZ 4324 5000 5.5069209e-12 1212717.3 4325 -0.00760499999999585 1212694.67135949 4325 5000 5.5065586e-12 1212694.7 Loop time of 0.0171359 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:47 2021 Pair time (%) = 0.000834942 (4.87248) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.210093) Outpt time (%) = 0.01617 (94.3637) Other time (%) = 9.48906e-05 (0.553755) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:47 2021 Memory usage per processor = 27.5203 Mbytes Step Atoms AVEKE stressZZ 4325 5000 5.5065586e-12 1212692.3 4326 -0.00760499999999585 1212669.65882714 4326 5000 5.5061964e-12 1212669.7 Loop time of 0.016645 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:47 2021 Pair time (%) = 0.000940084 (5.64786) Neigh time (%) = 0 (0) Comm time (%) = 8.79765e-05 (0.528547) Outpt time (%) = 0.015492 (93.073) Other time (%) = 0.000124931 (0.750566) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:47 2021 Memory usage per processor = 27.5203 Mbytes Step Atoms AVEKE stressZZ 4326 5000 5.5061964e-12 1212667.3 4327 -0.00760499999999585 1212644.64739657 4327 5000 5.5058342e-12 1212644.6 Loop time of 0.0169458 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:47 2021 Pair time (%) = 0.00115705 (6.8279) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.27154) Outpt time (%) = 0.0155599 (91.8214) Other time (%) = 0.000182867 (1.07913) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:47 2021 Memory usage per processor = 27.5203 Mbytes Step Atoms AVEKE stressZZ 4327 5000 5.5058342e-12 1212642.3 4328 -0.00760499999999585 1212619.63706745 4328 5000 5.505472e-12 1212619.6 Loop time of 0.0171292 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:47 2021 Pair time (%) = 0.000838041 (4.89248) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204607) Outpt time (%) = 0.0161622 (94.3545) Other time (%) = 9.39369e-05 (0.548403) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:47 2021 Memory usage per processor = 27.5203 Mbytes Step Atoms AVEKE stressZZ 4328 5000 5.505472e-12 1212617.3 4329 -0.00760499999999585 1212594.62783949 4329 5000 5.5051099e-12 1212594.6 Loop time of 0.016799 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:47 2021 Pair time (%) = 0.000833988 (4.96452) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208629) Outpt time (%) = 0.0158389 (94.2847) Other time (%) = 9.10759e-05 (0.542152) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:47 2021 Memory usage per processor = 27.5203 Mbytes Step Atoms AVEKE stressZZ 4329 5000 5.5051099e-12 1212592.2 4330 -0.00760499999999585 1212569.61971244 4330 5000 5.5047477e-12 1212569.6 Loop time of 0.0180888 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:47 2021 Pair time (%) = 0.000880003 (4.8649) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.199025) Outpt time (%) = 0.017036 (94.1795) Other time (%) = 0.000136852 (0.756557) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:47 2021 Memory usage per processor = 27.5203 Mbytes Step Atoms AVEKE stressZZ 4330 5000 5.5047477e-12 1212567.2 4331 -0.00760499999999585 1212544.61268606 4331 5000 5.5043857e-12 1212544.6 Loop time of 0.017216 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:47 2021 Pair time (%) = 0.000880003 (5.11155) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.209115) Outpt time (%) = 0.016201 (94.1046) Other time (%) = 9.89437e-05 (0.574721) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:47 2021 Memory usage per processor = 27.5203 Mbytes Step Atoms AVEKE stressZZ 4331 5000 5.5043857e-12 1212542.2 4332 -0.00760499999999585 1212519.60676013 4332 5000 5.5040236e-12 1212519.6 Loop time of 0.0173531 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:47 2021 Pair time (%) = 0.000838041 (4.82936) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.201967) Outpt time (%) = 0.0163848 (94.4205) Other time (%) = 9.5129e-05 (0.548197) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:47 2021 Memory usage per processor = 27.5203 Mbytes Step Atoms AVEKE stressZZ 4332 5000 5.5040236e-12 1212517.2 4333 -0.00760499999999585 1212494.60193442 4333 5000 5.5036616e-12 1212494.6 Loop time of 0.016504 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:47 2021 Pair time (%) = 0.000834942 (5.05901) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.290366) Outpt time (%) = 0.015507 (93.9587) Other time (%) = 0.000114202 (0.691967) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:47 2021 Memory usage per processor = 27.5203 Mbytes Step Atoms AVEKE stressZZ 4333 5000 5.5036616e-12 1212492.2 4334 -0.00760499999999585 1212469.59820869 4334 5000 5.5032997e-12 1212469.6 Loop time of 0.0168879 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:47 2021 Pair time (%) = 0.00110412 (6.53791) Neigh time (%) = 0 (0) Comm time (%) = 5.4121e-05 (0.320472) Outpt time (%) = 0.0155439 (92.0418) Other time (%) = 0.000185728 (1.09977) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:47 2021 Memory usage per processor = 27.5203 Mbytes Step Atoms AVEKE stressZZ 4334 5000 5.5032997e-12 1212467.2 4335 -0.00760499999999585 1212444.59558277 4335 5000 5.5029377e-12 1212444.6 Loop time of 0.0168681 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:47 2021 Pair time (%) = 0.000836134 (4.95689) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.20212) Outpt time (%) = 0.0159039 (94.2841) Other time (%) = 9.39369e-05 (0.55689) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:47 2021 Memory usage per processor = 27.5203 Mbytes Step Atoms AVEKE stressZZ 4335 5000 5.5029377e-12 1212442.2 4336 -0.00760499999999585 1212419.59405645 4336 5000 5.5025758e-12 1212419.6 Loop time of 0.01703 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:47 2021 Pair time (%) = 0.000878096 (5.15617) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.216999) Outpt time (%) = 0.0160179 (94.057) Other time (%) = 9.70364e-05 (0.569797) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:47 2021 Memory usage per processor = 27.5203 Mbytes Step Atoms AVEKE stressZZ 4336 5000 5.5025758e-12 1212417.2 4337 -0.00760499999999585 1212394.5936295 4337 5000 5.5022139e-12 1212394.6 Loop time of 0.0164349 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:47 2021 Pair time (%) = 0.000900984 (5.48213) Neigh time (%) = 0 (0) Comm time (%) = 5.19753e-05 (0.316249) Outpt time (%) = 0.0153511 (93.4052) Other time (%) = 0.000130892 (0.796426) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:47 2021 Memory usage per processor = 27.5203 Mbytes Step Atoms AVEKE stressZZ 4337 5000 5.5022139e-12 1212392.2 4338 -0.00760499999999585 1212369.59430175 4338 5000 5.5018521e-12 1212369.6 Loop time of 0.0171261 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:47 2021 Pair time (%) = 0.000869989 (5.07991) Neigh time (%) = 0 (0) Comm time (%) = 6.60419e-05 (0.385622) Outpt time (%) = 0.0160871 (93.9331) Other time (%) = 0.000102997 (0.601403) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:47 2021 Memory usage per processor = 27.5203 Mbytes Step Atoms AVEKE stressZZ 4338 5000 5.5018521e-12 1212367.2 4339 -0.00760499999999585 1212344.59607301 4339 5000 5.5014903e-12 1212344.6 Loop time of 0.017271 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:47 2021 Pair time (%) = 0.000849962 (4.92131) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.295417) Outpt time (%) = 0.0162349 (94.0006) Other time (%) = 0.000135183 (0.782717) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:47 2021 Memory usage per processor = 27.5203 Mbytes Step Atoms AVEKE stressZZ 4339 5000 5.5014903e-12 1212342.2 4340 -0.00760499999999585 1212319.59894313 4340 5000 5.5011285e-12 1212319.6 Loop time of 0.0180831 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:47 2021 Pair time (%) = 0.000874043 (4.83348) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.193814) Outpt time (%) = 0.017041 (94.237) Other time (%) = 0.000133038 (0.735701) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:47 2021 Memory usage per processor = 27.5203 Mbytes Step Atoms AVEKE stressZZ 4340 5000 5.5011285e-12 1212317.2 4341 -0.00760499999999585 1212294.60291191 4341 5000 5.5007667e-12 1212294.6 Loop time of 0.016263 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:47 2021 Pair time (%) = 0.000863075 (5.30698) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.215505) Outpt time (%) = 0.0152559 (93.8075) Other time (%) = 0.000108957 (0.66997) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:47 2021 Memory usage per processor = 27.5203 Mbytes Step Atoms AVEKE stressZZ 4341 5000 5.5007667e-12 1212292.2 4342 -0.00760499999999585 1212269.6079792 4342 5000 5.500405e-12 1212269.6 Loop time of 0.0160849 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:47 2021 Pair time (%) = 0.000835896 (5.19677) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.217891) Outpt time (%) = 0.0150728 (93.7078) Other time (%) = 0.000141144 (0.877492) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:47 2021 Memory usage per processor = 27.5203 Mbytes Step Atoms AVEKE stressZZ 4342 5000 5.500405e-12 1212267.2 4343 -0.00760499999999585 1212244.61414481 4343 5000 5.5000433e-12 1212244.6 Loop time of 0.0161421 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:47 2021 Pair time (%) = 0.000833035 (5.16062) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.217118) Outpt time (%) = 0.015183 (94.058) Other time (%) = 9.10759e-05 (0.564212) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:47 2021 Memory usage per processor = 27.5203 Mbytes Step Atoms AVEKE stressZZ 4343 5000 5.5000433e-12 1212242.2 4344 -0.00760499999999585 1212219.62140861 4344 5000 5.4996817e-12 1212219.6 Loop time of 0.017309 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:47 2021 Pair time (%) = 0.00100994 (5.83479) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.196972) Outpt time (%) = 0.016052 (92.7382) Other time (%) = 0.000212908 (1.23004) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:47 2021 Memory usage per processor = 27.5203 Mbytes Step Atoms AVEKE stressZZ 4344 5000 5.4996817e-12 1212217.2 4345 -0.00760499999999585 1212194.6297704 4345 5000 5.49932e-12 1212194.6 Loop time of 0.016854 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:47 2021 Pair time (%) = 0.000863075 (5.12088) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.219264) Outpt time (%) = 0.0158429 (94.0007) Other time (%) = 0.000111103 (0.659207) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:47 2021 Memory usage per processor = 27.5203 Mbytes Step Atoms AVEKE stressZZ 4345 5000 5.49932e-12 1212192.2 4346 -0.00760499999999585 1212169.63923005 4346 5000 5.4989584e-12 1212169.6 Loop time of 0.0171359 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:47 2021 Pair time (%) = 0.000877857 (5.12293) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.203136) Outpt time (%) = 0.0161059 (93.9894) Other time (%) = 0.000117302 (0.684541) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:47 2021 Memory usage per processor = 27.5203 Mbytes Step Atoms AVEKE stressZZ 4346 5000 5.4989584e-12 1212167.3 4347 -0.00760499999999585 1212144.64978737 4347 5000 5.4985969e-12 1212144.6 Loop time of 0.0173268 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:47 2021 Pair time (%) = 0.000867128 (5.00454) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.202273) Outpt time (%) = 0.01632 (94.1891) Other time (%) = 0.000104666 (0.604067) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:47 2021 Memory usage per processor = 27.5203 Mbytes Step Atoms AVEKE stressZZ 4347 5000 5.4985969e-12 1212142.3 4348 -0.00760499999999585 1212119.66144226 4348 5000 5.4982354e-12 1212119.7 Loop time of 0.0166211 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:47 2021 Pair time (%) = 0.000880957 (5.30023) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.209427) Outpt time (%) = 0.0155959 (93.8319) Other time (%) = 0.000109434 (0.658404) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:47 2021 Memory usage per processor = 27.5203 Mbytes Step Atoms AVEKE stressZZ 4348 5000 5.4982354e-12 1212117.3 4349 -0.00760499999999585 1212094.67419455 4349 5000 5.4978739e-12 1212094.7 Loop time of 0.0167699 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:47 2021 Pair time (%) = 0.000942945 (5.62285) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.244534) Outpt time (%) = 0.0156798 (93.5) Other time (%) = 0.000106096 (0.632659) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:47 2021 Memory usage per processor = 27.5203 Mbytes Step Atoms AVEKE stressZZ 4349 5000 5.4978739e-12 1212092.3 4350 -0.00760499999999585 1212069.68804409 4350 5000 5.4975124e-12 1212069.7 Loop time of 0.019011 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:47 2021 Pair time (%) = 0.000910997 (4.79194) Neigh time (%) = 0 (0) Comm time (%) = 5.00679e-05 (0.263363) Outpt time (%) = 0.0178711 (94.0041) Other time (%) = 0.000178814 (0.94058) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:47 2021 Memory usage per processor = 27.5203 Mbytes Step Atoms AVEKE stressZZ 4350 5000 5.4975124e-12 1212067.3 4351 -0.00760499999999585 1212044.70299074 4351 5000 5.497151e-12 1212044.7 Loop time of 0.016938 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:47 2021 Pair time (%) = 0.000834942 (4.92941) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206917) Outpt time (%) = 0.015974 (94.3091) Other time (%) = 9.39369e-05 (0.554594) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:47 2021 Memory usage per processor = 27.5203 Mbytes Step Atoms AVEKE stressZZ 4351 5000 5.497151e-12 1212042.3 4352 -0.00760499999999585 1212019.71903437 4352 5000 5.4967896e-12 1212019.7 Loop time of 0.016309 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:47 2021 Pair time (%) = 0.000877142 (5.37826) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.209049) Outpt time (%) = 0.0153041 (93.8382) Other time (%) = 9.36985e-05 (0.574519) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:47 2021 Memory usage per processor = 27.5203 Mbytes Step Atoms AVEKE stressZZ 4352 5000 5.4967896e-12 1212017.3 4353 -0.00760499999999585 1211994.7361748 4353 5000 5.4964282e-12 1211994.7 Loop time of 0.017004 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:47 2021 Pair time (%) = 0.00108409 (6.37549) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.211722) Outpt time (%) = 0.0157442 (92.5911) Other time (%) = 0.000139713 (0.821649) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:47 2021 Memory usage per processor = 27.5203 Mbytes Step Atoms AVEKE stressZZ 4353 5000 5.4964282e-12 1211992.4 4354 -0.00760499999999585 1211969.75441193 4354 5000 5.4960668e-12 1211969.8 Loop time of 0.0171471 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:47 2021 Pair time (%) = 0.000838041 (4.88737) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.203003) Outpt time (%) = 0.01618 (94.3604) Other time (%) = 9.41753e-05 (0.549221) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:47 2021 Memory usage per processor = 27.5203 Mbytes Step Atoms AVEKE stressZZ 4354 5000 5.4960668e-12 1211967.4 4355 -0.00760499999999585 1211944.77374561 4355 5000 5.4957055e-12 1211944.8 Loop time of 0.0164649 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:47 2021 Pair time (%) = 0.000883102 (5.36353) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.212861) Outpt time (%) = 0.0154529 (93.8531) Other time (%) = 9.39369e-05 (0.570527) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:47 2021 Memory usage per processor = 27.5203 Mbytes Step Atoms AVEKE stressZZ 4355 5000 5.4957055e-12 1211942.4 4356 -0.00760499999999585 1211919.79417572 4356 5000 5.4953443e-12 1211919.8 Loop time of 0.016665 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:47 2021 Pair time (%) = 0.000869989 (5.22046) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.221752) Outpt time (%) = 0.015656 (93.9455) Other time (%) = 0.000102043 (0.612321) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:47 2021 Memory usage per processor = 27.5203 Mbytes Step Atoms AVEKE stressZZ 4356 5000 5.4953443e-12 1211917.4 4357 -0.00760499999999585 1211894.81570211 4357 5000 5.494983e-12 1211894.8 Loop time of 0.0169859 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:47 2021 Pair time (%) = 0.000834942 (4.9155) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206333) Outpt time (%) = 0.0160279 (94.3602) Other time (%) = 8.79765e-05 (0.517938) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:47 2021 Memory usage per processor = 27.5203 Mbytes Step Atoms AVEKE stressZZ 4357 5000 5.494983e-12 1211892.4 4358 -0.00760499999999585 1211869.83832467 4358 5000 5.4946218e-12 1211869.8 Loop time of 0.01723 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:47 2021 Pair time (%) = 0.000833988 (4.84032) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.20341) Outpt time (%) = 0.016268 (94.4166) Other time (%) = 9.29832e-05 (0.539658) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:47 2021 Memory usage per processor = 27.5203 Mbytes Step Atoms AVEKE stressZZ 4358 5000 5.4946218e-12 1211867.5 4359 -0.00760499999999585 1211844.86204325 4359 5000 5.4942606e-12 1211844.9 Loop time of 0.0166531 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:47 2021 Pair time (%) = 0.000837088 (5.02663) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.210457) Outpt time (%) = 0.015641 (93.9225) Other time (%) = 0.000139952 (0.840396) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:47 2021 Memory usage per processor = 27.5203 Mbytes Step Atoms AVEKE stressZZ 4359 5000 5.4942606e-12 1211842.5 4360 -0.00760499999999585 1211819.88685774 4360 5000 5.4938995e-12 1211819.9 Loop time of 0.0187609 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:47 2021 Pair time (%) = 0.000883102 (4.70714) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.191895) Outpt time (%) = 0.0177381 (94.5482) Other time (%) = 0.000103712 (0.552809) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:47 2021 Memory usage per processor = 27.5203 Mbytes Step Atoms AVEKE stressZZ 4360 5000 5.4938995e-12 1211817.5 4361 -0.00760499999999585 1211794.912768 4361 5000 5.4935384e-12 1211794.9 Loop time of 0.0168092 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:47 2021 Pair time (%) = 0.000834942 (4.96716) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.202828) Outpt time (%) = 0.0158489 (94.2868) Other time (%) = 9.13143e-05 (0.543239) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:47 2021 Memory usage per processor = 27.5203 Mbytes Step Atoms AVEKE stressZZ 4361 5000 5.4935384e-12 1211792.5 4362 -0.00760499999999585 1211769.9397739 4362 5000 5.4931773e-12 1211769.9 Loop time of 0.0166669 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:47 2021 Pair time (%) = 0.000839949 (5.03962) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.210282) Outpt time (%) = 0.015656 (93.9347) Other time (%) = 0.000135899 (0.815381) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:47 2021 Memory usage per processor = 27.5203 Mbytes Step Atoms AVEKE stressZZ 4362 5000 5.4931773e-12 1211767.6 4363 -0.00760499999999585 1211744.9678753 4363 5000 5.4928162e-12 1211745 Loop time of 0.016536 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:47 2021 Pair time (%) = 0.000882149 (5.33472) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.223481) Outpt time (%) = 0.0155098 (93.7944) Other time (%) = 0.00010705 (0.647375) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:47 2021 Memory usage per processor = 27.5203 Mbytes Step Atoms AVEKE stressZZ 4363 5000 5.4928162e-12 1211742.6 4364 -0.00760499999999585 1211719.99707213 4364 5000 5.4924552e-12 1211720 Loop time of 0.017251 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:47 2021 Pair time (%) = 0.00097394 (5.6457) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.20178) Outpt time (%) = 0.016145 (93.5886) Other time (%) = 9.72748e-05 (0.563879) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:47 2021 Memory usage per processor = 27.5203 Mbytes Step Atoms AVEKE stressZZ 4364 5000 5.4924552e-12 1211717.6 4365 -0.00760499999999585 1211695.0273642 4365 5000 5.4920942e-12 1211695 Loop time of 0.0169082 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:47 2021 Pair time (%) = 0.000835896 (4.94374) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207282) Outpt time (%) = 0.015944 (94.2976) Other time (%) = 9.32217e-05 (0.551341) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:47 2021 Memory usage per processor = 27.5203 Mbytes Step Atoms AVEKE stressZZ 4365 5000 5.4920942e-12 1211692.6 4366 -0.00760499999999585 1211670.05875147 4366 5000 5.4917333e-12 1211670.1 Loop time of 0.0164449 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:47 2021 Pair time (%) = 0.000874043 (5.31497) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.310257) Outpt time (%) = 0.0153739 (93.4875) Other time (%) = 0.000145912 (0.887278) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:47 2021 Memory usage per processor = 27.5203 Mbytes Step Atoms AVEKE stressZZ 4366 5000 5.4917333e-12 1211667.7 4367 -0.00760499999999585 1211645.09123375 4367 5000 5.4913723e-12 1211645.1 Loop time of 0.017257 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:47 2021 Pair time (%) = 0.00119805 (6.94243) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.20171) Outpt time (%) = 0.0158861 (92.0559) Other time (%) = 0.000138044 (0.799934) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:47 2021 Memory usage per processor = 27.5203 Mbytes Step Atoms AVEKE stressZZ 4367 5000 5.4913723e-12 1211642.7 4368 -0.00760499999999585 1211620.12481095 4368 5000 5.4910115e-12 1211620.1 Loop time of 0.0168149 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:48 2021 Pair time (%) = 0.000836134 (4.97256) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.214102) Outpt time (%) = 0.0158491 (94.2561) Other time (%) = 9.36985e-05 (0.557233) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:48 2021 Memory usage per processor = 27.5203 Mbytes Step Atoms AVEKE stressZZ 4368 5000 5.4910115e-12 1211617.7 4369 -0.00760499999999585 1211595.15948296 4369 5000 5.4906506e-12 1211595.2 Loop time of 0.0166509 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:48 2021 Pair time (%) = 0.000835896 (5.02012) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.209052) Outpt time (%) = 0.0156879 (94.2167) Other time (%) = 9.2268e-05 (0.554132) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:48 2021 Memory usage per processor = 27.5203 Mbytes Step Atoms AVEKE stressZZ 4369 5000 5.4906506e-12 1211592.8 4370 -0.00760499999999585 1211570.19524965 4370 5000 5.4902898e-12 1211570.2 Loop time of 0.0181079 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:48 2021 Pair time (%) = 0.000940084 (5.19157) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.204082) Outpt time (%) = 0.0170259 (94.025) Other time (%) = 0.000104904 (0.579329) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:48 2021 Memory usage per processor = 27.5203 Mbytes Step Atoms AVEKE stressZZ 4370 5000 5.4902898e-12 1211567.8 4371 -0.00760499999999585 1211545.23211089 4371 5000 5.489929e-12 1211545.2 Loop time of 0.0170789 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:48 2021 Pair time (%) = 0.00090313 (5.28799) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.210794) Outpt time (%) = 0.0160351 (93.8884) Other time (%) = 0.000104666 (0.612837) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:48 2021 Memory usage per processor = 27.5203 Mbytes Step Atoms AVEKE stressZZ 4371 5000 5.489929e-12 1211542.8 4372 -0.00760499999999585 1211520.27006658 4372 5000 5.4895682e-12 1211520.3 Loop time of 0.0173299 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:48 2021 Pair time (%) = 0.000873804 (5.04217) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.202237) Outpt time (%) = 0.0163169 (94.1544) Other time (%) = 0.000104189 (0.601208) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:48 2021 Memory usage per processor = 27.5203 Mbytes Step Atoms AVEKE stressZZ 4372 5000 5.4895682e-12 1211517.9 4373 -0.00760499999999585 1211495.3091166 4373 5000 5.4892075e-12 1211495.3 Loop time of 0.0163162 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:48 2021 Pair time (%) = 0.000835896 (5.12311) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.213341) Outpt time (%) = 0.015352 (94.0907) Other time (%) = 9.34601e-05 (0.572806) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:48 2021 Memory usage per processor = 27.5203 Mbytes Step Atoms AVEKE stressZZ 4373 5000 5.4892075e-12 1211492.9 4374 -0.00760499999999585 1211470.34926086 4374 5000 5.4888468e-12 1211470.3 Loop time of 0.0166011 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:48 2021 Pair time (%) = 0.00100994 (6.08358) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.234094) Outpt time (%) = 0.0153968 (92.7459) Other time (%) = 0.000155449 (0.936378) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:48 2021 Memory usage per processor = 27.5203 Mbytes Step Atoms AVEKE stressZZ 4374 5000 5.4888468e-12 1211468 4375 -0.00760499999999585 1211445.39049918 4375 5000 5.4884861e-12 1211445.4 Loop time of 0.0170572 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:48 2021 Pair time (%) = 0.000840902 (4.9299) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.211062) Outpt time (%) = 0.0160868 (94.3111) Other time (%) = 9.34601e-05 (0.547922) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:48 2021 Memory usage per processor = 27.5203 Mbytes Step Atoms AVEKE stressZZ 4375 5000 5.4884861e-12 1211443 4376 -0.00760499999999585 1211420.43283153 4376 5000 5.4881255e-12 1211420.4 Loop time of 0.0168202 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:48 2021 Pair time (%) = 0.000836134 (4.97101) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.284908) Outpt time (%) = 0.015784 (93.8397) Other time (%) = 0.000152111 (0.904336) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:48 2021 Memory usage per processor = 27.5203 Mbytes Step Atoms AVEKE stressZZ 4376 5000 5.4881255e-12 1211418 4377 -0.00760499999999585 1211395.47625775 4377 5000 5.4877648e-12 1211395.5 Loop time of 0.0164671 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:48 2021 Pair time (%) = 0.000912189 (5.53947) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.218625) Outpt time (%) = 0.0154102 (93.5817) Other time (%) = 0.000108719 (0.660219) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:48 2021 Memory usage per processor = 27.5203 Mbytes Step Atoms AVEKE stressZZ 4377 5000 5.4877648e-12 1211393.1 4378 -0.00760499999999585 1211370.52077773 4378 5000 5.4874043e-12 1211370.5 Loop time of 0.0171049 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:48 2021 Pair time (%) = 0.00094986 (5.55316) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204898) Outpt time (%) = 0.016027 (93.6983) Other time (%) = 9.29832e-05 (0.543607) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:48 2021 Memory usage per processor = 27.5203 Mbytes Step Atoms AVEKE stressZZ 4378 5000 5.4874043e-12 1211368.1 4379 -0.00760499999999585 1211345.56639138 4379 5000 5.4870437e-12 1211345.6 Loop time of 0.0173621 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:48 2021 Pair time (%) = 0.000840902 (4.84332) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.200489) Outpt time (%) = 0.016397 (94.4412) Other time (%) = 8.9407e-05 (0.514954) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:48 2021 Memory usage per processor = 27.5203 Mbytes Step Atoms AVEKE stressZZ 4379 5000 5.4870437e-12 1211343.2 4380 -0.00760499999999585 1211320.61309856 4380 5000 5.4866832e-12 1211320.6 Loop time of 0.0182309 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:48 2021 Pair time (%) = 0.000888109 (4.87145) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.192242) Outpt time (%) = 0.0172131 (94.4171) Other time (%) = 9.46522e-05 (0.519185) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:48 2021 Memory usage per processor = 27.5203 Mbytes Step Atoms AVEKE stressZZ 4380 5000 5.4866832e-12 1211318.2 4381 -0.00760499999999585 1211295.66089919 4381 5000 5.4863227e-12 1211295.7 Loop time of 0.0166411 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:48 2021 Pair time (%) = 0.00104284 (6.26666) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.233531) Outpt time (%) = 0.0154169 (92.6431) Other time (%) = 0.000142574 (0.856758) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:48 2021 Memory usage per processor = 27.5203 Mbytes Step Atoms AVEKE stressZZ 4381 5000 5.4863227e-12 1211293.3 4382 -0.00760499999999585 1211270.70979314 4382 5000 5.4859623e-12 1211270.7 Loop time of 0.017036 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:48 2021 Pair time (%) = 0.000838041 (4.91925) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205727) Outpt time (%) = 0.0160701 (94.3306) Other time (%) = 9.27448e-05 (0.544406) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:48 2021 Memory usage per processor = 27.5203 Mbytes Step Atoms AVEKE stressZZ 4382 5000 5.4859623e-12 1211268.3 4383 -0.00760499999999585 1211245.75978031 4383 5000 5.4856019e-12 1211245.8 Loop time of 0.0174499 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:48 2021 Pair time (%) = 0.00115418 (6.61429) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.211778) Outpt time (%) = 0.0160739 (92.115) Other time (%) = 0.000184774 (1.05889) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:19:48 2021 Memory usage per processor = 27.5203 Mbytes Step Atoms AVEKE stressZZ 4383 5000 5.4856019e-12 1211243.4 4384 -0.00760499999999585 1211216.24136555 4384 5000 1.0837795e-11 1211255.9 Loop time of 0.0164261 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:48 2021 Pair time (%) = 0.000887871 (5.40525) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.226428) Outpt time (%) = 0.015352 (93.4612) Other time (%) = 0.000149012 (0.907164) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:48 2021 Memory usage per processor = 27.5203 Mbytes Step Atoms AVEKE stressZZ 4384 5000 1.0837795e-11 1239391.3 4385 -0.00763749999999583 1239361.21975634 4385 5000 8.7737123e-12 1239361.2 Loop time of 0.016788 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:48 2021 Pair time (%) = 0.00088501 (5.27168) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208765) Outpt time (%) = 0.0157511 (93.8237) Other time (%) = 0.000116825 (0.695884) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:48 2021 Memory usage per processor = 27.5203 Mbytes Step Atoms AVEKE stressZZ 4385 5000 8.7737123e-12 1239358 4386 -0.00763749999999583 1239330.45622422 4386 5000 7.5750352e-12 1239330.5 Loop time of 0.0161359 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:48 2021 Pair time (%) = 0.000838995 (5.19954) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.217202) Outpt time (%) = 0.015168 (94.0011) Other time (%) = 9.39369e-05 (0.58216) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:48 2021 Memory usage per processor = 27.5203 Mbytes Step Atoms AVEKE stressZZ 4386 5000 7.5750352e-12 1239327.5 4387 -0.00763749999999583 1239301.57453425 4387 5000 6.8588526e-12 1239301.6 Loop time of 0.0162442 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:48 2021 Pair time (%) = 0.000840187 (5.17224) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.209884) Outpt time (%) = 0.0152791 (94.0587) Other time (%) = 9.08375e-05 (0.5592) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:48 2021 Memory usage per processor = 27.5203 Mbytes Step Atoms AVEKE stressZZ 4387 5000 6.8588526e-12 1239298.8 4388 -0.00763749999999583 1239273.88918538 4388 5000 6.4220445e-12 1239273.9 Loop time of 0.016562 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:48 2021 Pair time (%) = 0.000837088 (5.05427) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.223131) Outpt time (%) = 0.0155981 (94.1799) Other time (%) = 8.98838e-05 (0.542712) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:48 2021 Memory usage per processor = 27.5203 Mbytes Step Atoms AVEKE stressZZ 4388 5000 6.4220445e-12 1239271.2 4389 -0.00763749999999583 1239246.96453607 4389 5000 6.151773e-12 1239247 Loop time of 0.016597 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:48 2021 Pair time (%) = 0.000915051 (5.51334) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.229842) Outpt time (%) = 0.015532 (93.5831) Other time (%) = 0.000111818 (0.673725) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:48 2021 Memory usage per processor = 27.5203 Mbytes Step Atoms AVEKE stressZZ 4389 5000 6.151773e-12 1239244.4 4390 -0.00763749999999583 1239220.52373198 4390 5000 5.9828901e-12 1239220.5 Loop time of 0.0186789 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:48 2021 Pair time (%) = 0.000838995 (4.49167) Neigh time (%) = 0 (0) Comm time (%) = 4.91142e-05 (0.26294) Outpt time (%) = 0.0176759 (94.6302) Other time (%) = 0.000114918 (0.615228) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:48 2021 Memory usage per processor = 27.5205 Mbytes Step Atoms AVEKE stressZZ 4390 5000 5.9828901e-12 1239218 4391 -0.00763749999999583 1239194.3908294 4391 5000 5.8766444e-12 1239194.4 Loop time of 0.0173118 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:48 2021 Pair time (%) = 0.000838995 (4.84637) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.19694) Outpt time (%) = 0.016345 (94.4154) Other time (%) = 9.36985e-05 (0.54124) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:48 2021 Memory usage per processor = 27.5205 Mbytes Step Atoms AVEKE stressZZ 4391 5000 5.8766444e-12 1239191.9 4392 -0.00763749999999583 1239168.45401963 4392 5000 5.8094796e-12 1239168.5 Loop time of 0.0164509 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:48 2021 Pair time (%) = 0.000838995 (5.1) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.213043) Outpt time (%) = 0.015481 (94.1043) Other time (%) = 9.58443e-05 (0.582609) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:48 2021 Memory usage per processor = 27.5205 Mbytes Step Atoms AVEKE stressZZ 4392 5000 5.8094796e-12 1239166 4393 -0.00763749999999583 1239142.64225141 4393 5000 5.7668577e-12 1239142.6 Loop time of 0.0170851 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:48 2021 Pair time (%) = 0.00120711 (7.06531) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.210717) Outpt time (%) = 0.0157001 (91.8937) Other time (%) = 0.000141859 (0.83031) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:48 2021 Memory usage per processor = 27.5205 Mbytes Step Atoms AVEKE stressZZ 4393 5000 5.7668577e-12 1239140.2 4394 -0.00763749999999583 1239116.91035985 4394 5000 5.7397147e-12 1239116.9 Loop time of 0.0170729 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:48 2021 Pair time (%) = 0.000838995 (4.91419) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.199696) Outpt time (%) = 0.0161049 (94.3303) Other time (%) = 9.48906e-05 (0.555796) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:48 2021 Memory usage per processor = 27.5205 Mbytes Step Atoms AVEKE stressZZ 4394 5000 5.7397147e-12 1239114.4 4395 -0.00763749999999583 1239091.22964411 4395 5000 5.7223607e-12 1239091.2 Loop time of 0.0164542 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:48 2021 Pair time (%) = 0.000883102 (5.36703) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.213) Outpt time (%) = 0.0154409 (93.8418) Other time (%) = 9.5129e-05 (0.578144) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:48 2021 Memory usage per processor = 27.5205 Mbytes Step Atoms AVEKE stressZZ 4395 5000 5.7223607e-12 1239088.8 4396 -0.00763749999999583 1239065.58186257 4396 5000 5.7112084e-12 1239065.6 Loop time of 0.016504 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:48 2021 Pair time (%) = 0.000958204 (5.80587) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.229692) Outpt time (%) = 0.0153921 (93.2624) Other time (%) = 0.000115871 (0.702079) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:48 2021 Memory usage per processor = 27.5205 Mbytes Step Atoms AVEKE stressZZ 4396 5000 5.7112084e-12 1239063.1 4397 -0.00763749999999583 1239039.95542547 4397 5000 5.7039894e-12 1239040 Loop time of 0.01689 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:48 2021 Pair time (%) = 0.000838995 (4.96739) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207504) Outpt time (%) = 0.0159252 (94.2873) Other time (%) = 9.08375e-05 (0.537817) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:48 2021 Memory usage per processor = 27.5205 Mbytes Step Atoms AVEKE stressZZ 4397 5000 5.7039894e-12 1239037.5 4398 -0.00763749999999583 1239014.34296624 4398 5000 5.6992669e-12 1239014.3 Loop time of 0.0170689 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:48 2021 Pair time (%) = 0.00088191 (5.16678) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.20533) Outpt time (%) = 0.016042 (93.984) Other time (%) = 0.000109911 (0.643927) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:48 2021 Memory usage per processor = 27.5205 Mbytes Step Atoms AVEKE stressZZ 4398 5000 5.6992669e-12 1239011.9 4399 -0.00763749999999583 1238988.73980323 4399 5000 5.6961297e-12 1238988.7 Loop time of 0.016403 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:48 2021 Pair time (%) = 0.000838995 (5.1149) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.213666) Outpt time (%) = 0.0153921 (93.8371) Other time (%) = 0.000136852 (0.834314) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:48 2021 Memory usage per processor = 27.5205 Mbytes Step Atoms AVEKE stressZZ 4399 5000 5.6961297e-12 1238986.3 4400 -0.00763749999999583 1238963.14296115 4400 5000 5.6939995e-12 1238963.1 Loop time of 0.018769 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:48 2021 Pair time (%) = 0.000879049 (4.68351) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.186731) Outpt time (%) = 0.0177219 (94.4209) Other time (%) = 0.000133038 (0.708814) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:48 2021 Memory usage per processor = 27.5205 Mbytes Step Atoms AVEKE stressZZ 4400 5000 5.6939995e-12 1238960.7 4401 -0.00763749999999583 1238937.55054901 4401 5000 5.692509e-12 1238937.6 Loop time of 0.0169539 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:48 2021 Pair time (%) = 0.000883102 (5.20883) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206722) Outpt time (%) = 0.015944 (94.043) Other time (%) = 9.17912e-05 (0.541415) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:48 2021 Memory usage per processor = 27.5205 Mbytes Step Atoms AVEKE stressZZ 4401 5000 5.692509e-12 1238935.1 4402 -0.00763749999999583 1238911.96136508 4402 5000 5.6914249e-12 1238912 Loop time of 0.0164762 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:48 2021 Pair time (%) = 0.000838041 (5.08639) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.21127) Outpt time (%) = 0.0155048 (94.1047) Other time (%) = 9.84669e-05 (0.597633) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:48 2021 Memory usage per processor = 27.5205 Mbytes Step Atoms AVEKE stressZZ 4402 5000 5.6914249e-12 1238909.5 4403 -0.00763749999999583 1238886.37464544 4403 5000 5.6905991e-12 1238886.4 Loop time of 0.0164011 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:48 2021 Pair time (%) = 0.000901937 (5.49927) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.219505) Outpt time (%) = 0.015357 (93.6343) Other time (%) = 0.000106096 (0.646887) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:48 2021 Memory usage per processor = 27.5205 Mbytes Step Atoms AVEKE stressZZ 4403 5000 5.6905991e-12 1238883.9 4404 -0.00763749999999583 1238860.78990462 4404 5000 5.6899375e-12 1238860.8 Loop time of 0.0171902 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:48 2021 Pair time (%) = 0.000965834 (5.61851) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.202494) Outpt time (%) = 0.016093 (93.6173) Other time (%) = 9.65595e-05 (0.561712) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:48 2021 Memory usage per processor = 27.5205 Mbytes Step Atoms AVEKE stressZZ 4404 5000 5.6899375e-12 1238858.3 4405 -0.00763749999999583 1238835.206834 4405 5000 5.6893802e-12 1238835.2 Loop time of 0.017169 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:48 2021 Pair time (%) = 0.000839949 (4.89224) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204133) Outpt time (%) = 0.0162001 (94.3565) Other time (%) = 9.39369e-05 (0.547131) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:48 2021 Memory usage per processor = 27.5205 Mbytes Step Atoms AVEKE stressZZ 4405 5000 5.6893802e-12 1238832.7 4406 -0.00763749999999583 1238809.62523736 4406 5000 5.6888892e-12 1238809.6 Loop time of 0.0163751 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:48 2021 Pair time (%) = 0.000839949 (5.12944) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.219854) Outpt time (%) = 0.0154021 (94.0581) Other time (%) = 9.70364e-05 (0.592586) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:48 2021 Memory usage per processor = 27.5205 Mbytes Step Atoms AVEKE stressZZ 4406 5000 5.6888892e-12 1238807.2 4407 -0.00763749999999583 1238784.04498992 4407 5000 5.6884404e-12 1238784 Loop time of 0.017076 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:48 2021 Pair time (%) = 0.000912905 (5.34612) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.216414) Outpt time (%) = 0.0160151 (93.7868) Other time (%) = 0.000111103 (0.650638) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:48 2021 Memory usage per processor = 27.5205 Mbytes Step Atoms AVEKE stressZZ 4407 5000 5.6884404e-12 1238781.6 4408 -0.00763749999999583 1238758.46601236 4408 5000 5.6880183e-12 1238758.5 Loop time of 0.0171752 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:48 2021 Pair time (%) = 0.000838995 (4.88492) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204059) Outpt time (%) = 0.0162082 (94.3696) Other time (%) = 9.29832e-05 (0.541381) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:48 2021 Memory usage per processor = 27.5205 Mbytes Step Atoms AVEKE stressZZ 4408 5000 5.6880183e-12 1238756 4409 -0.00763749999999583 1238732.88825417 4409 5000 5.6876133e-12 1238732.9 Loop time of 0.016432 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:48 2021 Pair time (%) = 0.000842094 (5.12471) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.213288) Outpt time (%) = 0.0154612 (94.0918) Other time (%) = 9.36985e-05 (0.570218) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:48 2021 Memory usage per processor = 27.5205 Mbytes Step Atoms AVEKE stressZZ 4409 5000 5.6876133e-12 1238730.4 4410 -0.00763749999999583 1238707.31168316 4410 5000 5.6872191e-12 1238707.3 Loop time of 0.0181642 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:48 2021 Pair time (%) = 0.000949144 (5.22537) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.215263) Outpt time (%) = 0.0170441 (93.8335) Other time (%) = 0.000131845 (0.725855) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:48 2021 Memory usage per processor = 27.5205 Mbytes Step Atoms AVEKE stressZZ 4410 5000 5.6872191e-12 1238704.8 4411 -0.00763749999999583 1238681.7362789 4411 5000 5.6868319e-12 1238681.7 Loop time of 0.0172319 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:48 2021 Pair time (%) = 0.00104594 (6.06979) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.203387) Outpt time (%) = 0.0160539 (93.1637) Other time (%) = 9.70364e-05 (0.563119) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:48 2021 Memory usage per processor = 27.5205 Mbytes Step Atoms AVEKE stressZZ 4411 5000 5.6868319e-12 1238679.3 4412 -0.00763749999999583 1238656.16202823 4412 5000 5.686449e-12 1238656.2 Loop time of 0.0169621 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:49 2021 Pair time (%) = 0.000838995 (4.94631) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.205218) Outpt time (%) = 0.0159931 (94.2876) Other time (%) = 9.5129e-05 (0.560834) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:49 2021 Memory usage per processor = 27.5205 Mbytes Step Atoms AVEKE stressZZ 4412 5000 5.686449e-12 1238653.7 4413 -0.00763749999999583 1238630.58892282 4413 5000 5.6860689e-12 1238630.6 Loop time of 0.016423 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:49 2021 Pair time (%) = 0.000840187 (5.11592) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.213405) Outpt time (%) = 0.0154531 (94.0943) Other time (%) = 9.46522e-05 (0.57634) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:49 2021 Memory usage per processor = 27.5205 Mbytes Step Atoms AVEKE stressZZ 4413 5000 5.6860689e-12 1238628.1 4414 -0.00763749999999583 1238605.01695728 4414 5000 5.6856907e-12 1238605 Loop time of 0.0169849 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:49 2021 Pair time (%) = 0.00111604 (6.57075) Neigh time (%) = 0 (0) Comm time (%) = 5.4121e-05 (0.318641) Outpt time (%) = 0.015641 (92.0873) Other time (%) = 0.000173807 (1.0233) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:49 2021 Memory usage per processor = 27.5205 Mbytes Step Atoms AVEKE stressZZ 4414 5000 5.6856907e-12 1238602.5 4415 -0.00763749999999583 1238579.44612814 4415 5000 5.6853136e-12 1238579.4 Loop time of 0.0170789 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:49 2021 Pair time (%) = 0.000838995 (4.91247) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.20521) Outpt time (%) = 0.0161121 (94.3393) Other time (%) = 9.27448e-05 (0.543038) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:49 2021 Memory usage per processor = 27.5205 Mbytes Step Atoms AVEKE stressZZ 4415 5000 5.6853136e-12 1238577 4416 -0.00763749999999583 1238553.87643544 4416 5000 5.6849372e-12 1238553.9 Loop time of 0.0163701 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:49 2021 Pair time (%) = 0.000842094 (5.14411) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.20827) Outpt time (%) = 0.0154021 (94.0869) Other time (%) = 9.17912e-05 (0.560726) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:49 2021 Memory usage per processor = 27.5205 Mbytes Step Atoms AVEKE stressZZ 4416 5000 5.6849372e-12 1238551.4 4417 -0.00763749999999583 1238528.30789309 4417 5000 5.6845613e-12 1238528.3 Loop time of 0.0165808 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:49 2021 Pair time (%) = 0.00101995 (6.15141) Neigh time (%) = 0 (0) Comm time (%) = 5.50747e-05 (0.332159) Outpt time (%) = 0.0153461 (92.553) Other time (%) = 0.00015974 (0.963405) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:49 2021 Memory usage per processor = 27.5205 Mbytes Step Atoms AVEKE stressZZ 4417 5000 5.6845613e-12 1238525.8 4418 -0.00763749999999583 1238502.74049307 4418 5000 5.6841857e-12 1238502.7 Loop time of 0.017056 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:49 2021 Pair time (%) = 0.000839233 (4.92046) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.204087) Outpt time (%) = 0.0160909 (94.3415) Other time (%) = 9.10759e-05 (0.533982) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:49 2021 Memory usage per processor = 27.5205 Mbytes Step Atoms AVEKE stressZZ 4418 5000 5.6841857e-12 1238500.3 4419 -0.00763749999999583 1238477.17423175 4419 5000 5.6838104e-12 1238477.2 Loop time of 0.017077 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:49 2021 Pair time (%) = 0.000838995 (4.91302) Neigh time (%) = 0 (0) Comm time (%) = 5.6982e-05 (0.333678) Outpt time (%) = 0.016083 (94.1795) Other time (%) = 9.799e-05 (0.573814) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:49 2021 Memory usage per processor = 27.5205 Mbytes Step Atoms AVEKE stressZZ 4419 5000 5.6838104e-12 1238474.7 4420 -0.00763749999999583 1238451.60910725 4420 5000 5.6834352e-12 1238451.6 Loop time of 0.017993 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:49 2021 Pair time (%) = 0.000854969 (4.75168) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.200085) Outpt time (%) = 0.0170012 (94.4877) Other time (%) = 0.000100851 (0.560502) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:49 2021 Memory usage per processor = 27.5206 Mbytes Step Atoms AVEKE stressZZ 4420 5000 5.6834352e-12 1238449.1 4421 -0.00763749999999583 1238426.04511848 4421 5000 5.6830601e-12 1238426 Loop time of 0.0169048 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:49 2021 Pair time (%) = 0.00106692 (6.31135) Neigh time (%) = 0 (0) Comm time (%) = 7.31945e-05 (0.43298) Outpt time (%) = 0.0155959 (92.2571) Other time (%) = 0.0001688 (0.998533) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:49 2021 Memory usage per processor = 27.5206 Mbytes Step Atoms AVEKE stressZZ 4421 5000 5.6830601e-12 1238423.6 4422 -0.00763749999999583 1238400.48226451 4422 5000 5.6826851e-12 1238400.5 Loop time of 0.0172119 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:49 2021 Pair time (%) = 0.00092721 (5.38702) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.203624) Outpt time (%) = 0.016145 (93.8013) Other time (%) = 0.000104666 (0.608101) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:49 2021 Memory usage per processor = 27.5206 Mbytes Step Atoms AVEKE stressZZ 4422 5000 5.6826851e-12 1238398 4423 -0.00763749999999583 1238374.92054472 4423 5000 5.6823101e-12 1238374.9 Loop time of 0.0166838 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:49 2021 Pair time (%) = 0.000839949 (5.03451) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.210069) Outpt time (%) = 0.0157199 (94.2224) Other time (%) = 8.89301e-05 (0.533032) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:49 2021 Memory usage per processor = 27.5206 Mbytes Step Atoms AVEKE stressZZ 4423 5000 5.6823101e-12 1238372.5 4424 -0.00763749999999583 1238349.35995861 4424 5000 5.6819352e-12 1238349.4 Loop time of 0.0163529 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:49 2021 Pair time (%) = 0.000905037 (5.53442) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.233274) Outpt time (%) = 0.0153039 (93.585) Other time (%) = 0.000105858 (0.647334) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:49 2021 Memory usage per processor = 27.5206 Mbytes Step Atoms AVEKE stressZZ 4424 5000 5.6819352e-12 1238346.9 4425 -0.00763749999999583 1238323.80050569 4425 5000 5.6815604e-12 1238323.8 Loop time of 0.017144 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:49 2021 Pair time (%) = 0.000991106 (5.78108) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204431) Outpt time (%) = 0.016022 (93.4554) Other time (%) = 9.58443e-05 (0.559055) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:49 2021 Memory usage per processor = 27.5206 Mbytes Step Atoms AVEKE stressZZ 4425 5000 5.6815604e-12 1238321.3 4426 -0.00763749999999583 1238298.24218554 4426 5000 5.6811856e-12 1238298.2 Loop time of 0.0170419 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:49 2021 Pair time (%) = 0.000838041 (4.91753) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205655) Outpt time (%) = 0.0160298 (94.0612) Other time (%) = 0.000138998 (0.815624) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:49 2021 Memory usage per processor = 27.5206 Mbytes Step Atoms AVEKE stressZZ 4426 5000 5.6811856e-12 1238295.8 4427 -0.00763749999999583 1238272.68499483 4427 5000 5.6808108e-12 1238272.7 Loop time of 0.016958 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:49 2021 Pair time (%) = 0.000839949 (4.95311) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206673) Outpt time (%) = 0.0159879 (94.2792) Other time (%) = 9.5129e-05 (0.560968) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:49 2021 Memory usage per processor = 27.5206 Mbytes Step Atoms AVEKE stressZZ 4427 5000 5.6808108e-12 1238270.2 4428 -0.00763749999999583 1238247.12893603 4428 5000 5.6804361e-12 1238247.1 Loop time of 0.017025 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:49 2021 Pair time (%) = 0.00115609 (6.79056) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.211461) Outpt time (%) = 0.0156929 (92.1759) Other time (%) = 0.000139952 (0.822037) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:49 2021 Memory usage per processor = 27.5206 Mbytes Step Atoms AVEKE stressZZ 4428 5000 5.6804361e-12 1238244.7 4429 -0.00763749999999583 1238221.57400888 4429 5000 5.6800614e-12 1238221.6 Loop time of 0.0172431 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:49 2021 Pair time (%) = 0.000915051 (5.30675) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.208786) Outpt time (%) = 0.016191 (93.8982) Other time (%) = 0.000101089 (0.586259) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:49 2021 Memory usage per processor = 27.5206 Mbytes Step Atoms AVEKE stressZZ 4429 5000 5.6800614e-12 1238219.1 4430 -0.00763749999999583 1238196.02021313 4430 5000 5.6796867e-12 1238196 Loop time of 0.0179241 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:49 2021 Pair time (%) = 0.000843048 (4.70344) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.195533) Outpt time (%) = 0.016911 (94.3482) Other time (%) = 0.000134945 (0.75287) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:49 2021 Memory usage per processor = 27.5206 Mbytes Step Atoms AVEKE stressZZ 4430 5000 5.6796867e-12 1238193.6 4431 -0.00763749999999583 1238170.46754854 4431 5000 5.6793121e-12 1238170.5 Loop time of 0.0162098 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:49 2021 Pair time (%) = 0.000840902 (5.1876) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.214741) Outpt time (%) = 0.015244 (94.0417) Other time (%) = 9.01222e-05 (0.555972) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:49 2021 Memory usage per processor = 27.5206 Mbytes Step Atoms AVEKE stressZZ 4431 5000 5.6793121e-12 1238168 4432 -0.00763749999999583 1238144.91601489 4432 5000 5.6789375e-12 1238144.9 Loop time of 0.0162609 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:49 2021 Pair time (%) = 0.000880003 (5.41179) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.214067) Outpt time (%) = 0.015254 (93.8082) Other time (%) = 9.20296e-05 (0.565958) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:49 2021 Memory usage per processor = 27.5206 Mbytes Step Atoms AVEKE stressZZ 4432 5000 5.6789375e-12 1238142.4 4433 -0.00763749999999583 1238119.36561194 4433 5000 5.6785629e-12 1238119.4 Loop time of 0.0165448 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:49 2021 Pair time (%) = 0.000838041 (5.06528) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.210393) Outpt time (%) = 0.0155809 (94.1738) Other time (%) = 9.10759e-05 (0.55048) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:49 2021 Memory usage per processor = 27.5206 Mbytes Step Atoms AVEKE stressZZ 4433 5000 5.6785629e-12 1238116.9 4434 -0.00763749999999583 1238093.81633955 4434 5000 5.6781884e-12 1238093.8 Loop time of 0.0172482 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:49 2021 Pair time (%) = 0.000874043 (5.06746) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197667) Outpt time (%) = 0.0162489 (94.2068) Other time (%) = 9.10759e-05 (0.528033) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:49 2021 Memory usage per processor = 27.5206 Mbytes Step Atoms AVEKE stressZZ 4434 5000 5.6781884e-12 1238091.3 4435 -0.00763749999999583 1238068.26819748 4435 5000 5.6778139e-12 1238068.3 Loop time of 0.017097 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:49 2021 Pair time (%) = 0.000945091 (5.52782) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204992) Outpt time (%) = 0.0160019 (93.595) Other time (%) = 0.000114918 (0.672152) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:49 2021 Memory usage per processor = 27.5206 Mbytes Step Atoms AVEKE stressZZ 4435 5000 5.6778139e-12 1238065.8 4436 -0.00763749999999583 1238042.72118554 4436 5000 5.6774394e-12 1238042.7 Loop time of 0.016597 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:49 2021 Pair time (%) = 0.000839949 (5.06084) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.216914) Outpt time (%) = 0.0156159 (94.0887) Other time (%) = 0.000105143 (0.633502) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:49 2021 Memory usage per processor = 27.5206 Mbytes Step Atoms AVEKE stressZZ 4436 5000 5.6774394e-12 1238040.3 4437 -0.00763749999999583 1238017.17530356 4437 5000 5.677065e-12 1238017.2 Loop time of 0.016989 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:49 2021 Pair time (%) = 0.000974894 (5.73838) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.217522) Outpt time (%) = 0.0158551 (93.3256) Other time (%) = 0.00012207 (0.718526) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:49 2021 Memory usage per processor = 27.5206 Mbytes Step Atoms AVEKE stressZZ 4437 5000 5.677065e-12 1238014.7 4438 -0.00763749999999583 1237991.63055135 4438 5000 5.6766906e-12 1237991.6 Loop time of 0.0172799 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:49 2021 Pair time (%) = 0.00089097 (5.15612) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.213861) Outpt time (%) = 0.0162089 (93.8022) Other time (%) = 0.000143051 (0.827849) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:49 2021 Memory usage per processor = 27.5206 Mbytes Step Atoms AVEKE stressZZ 4438 5000 5.6766906e-12 1237989.2 4439 -0.00763749999999583 1237966.08692873 4439 5000 5.6763162e-12 1237966.1 Loop time of 0.0166271 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:49 2021 Pair time (%) = 0.000838995 (5.04596) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.203616) Outpt time (%) = 0.01566 (94.184) Other time (%) = 9.41753e-05 (0.566398) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:49 2021 Memory usage per processor = 27.5206 Mbytes Step Atoms AVEKE stressZZ 4439 5000 5.6763162e-12 1237963.6 4440 -0.00763749999999583 1237940.54443555 4440 5000 5.6759419e-12 1237940.5 Loop time of 0.01809 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:49 2021 Pair time (%) = 0.000931978 (5.15189) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.209555) Outpt time (%) = 0.0170152 (94.0586) Other time (%) = 0.000104904 (0.579901) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:49 2021 Memory usage per processor = 27.5206 Mbytes Step Atoms AVEKE stressZZ 4440 5000 5.6759419e-12 1237938.1 4441 -0.00763749999999583 1237915.00307162 4441 5000 5.6755676e-12 1237915 Loop time of 0.0173862 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:49 2021 Pair time (%) = 0.00100303 (5.7691) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.200211) Outpt time (%) = 0.0162508 (93.4698) Other time (%) = 9.75132e-05 (0.560866) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:49 2021 Memory usage per processor = 27.5206 Mbytes Step Atoms AVEKE stressZZ 4441 5000 5.6755676e-12 1237912.5 4442 -0.00763749999999583 1237889.4628368 4442 5000 5.6751933e-12 1237889.5 Loop time of 0.0168719 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:49 2021 Pair time (%) = 0.000843048 (4.99675) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.202074) Outpt time (%) = 0.0158999 (94.2388) Other time (%) = 9.48906e-05 (0.562417) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:49 2021 Memory usage per processor = 27.5206 Mbytes Step Atoms AVEKE stressZZ 4442 5000 5.6751933e-12 1237887 4443 -0.00763749999999583 1237863.92373092 4443 5000 5.6748191e-12 1237863.9 Loop time of 0.0163271 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:49 2021 Pair time (%) = 0.000843048 (5.16348) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.220499) Outpt time (%) = 0.015348 (94.0027) Other time (%) = 0.000100136 (0.613309) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:49 2021 Memory usage per processor = 27.5206 Mbytes Step Atoms AVEKE stressZZ 4443 5000 5.6748191e-12 1237861.5 4444 -0.00763749999999583 1237838.38575382 4444 5000 5.6744449e-12 1237838.4 Loop time of 0.0170932 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:49 2021 Pair time (%) = 0.00118995 (6.96153) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.216197) Outpt time (%) = 0.0157249 (91.9951) Other time (%) = 0.000141382 (0.827126) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:49 2021 Memory usage per processor = 27.5206 Mbytes Step Atoms AVEKE stressZZ 4444 5000 5.6744449e-12 1237835.9 4445 -0.00763749999999583 1237812.84890534 4445 5000 5.6740707e-12 1237812.8 Loop time of 0.0167751 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:49 2021 Pair time (%) = 0.000835896 (4.98294) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.207504) Outpt time (%) = 0.0158112 (94.2538) Other time (%) = 9.32217e-05 (0.555713) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:49 2021 Memory usage per processor = 27.5206 Mbytes Step Atoms AVEKE stressZZ 4445 5000 5.6740707e-12 1237810.4 4446 -0.00763749999999583 1237787.31318532 4446 5000 5.6736966e-12 1237787.3 Loop time of 0.016638 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:49 2021 Pair time (%) = 0.000876904 (5.27047) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.203482) Outpt time (%) = 0.0156369 (93.9829) Other time (%) = 9.03606e-05 (0.543097) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:49 2021 Memory usage per processor = 27.5206 Mbytes Step Atoms AVEKE stressZZ 4446 5000 5.6736966e-12 1237784.8 4447 -0.00763749999999583 1237761.77859364 4447 5000 5.6733225e-12 1237761.8 Loop time of 0.016675 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:49 2021 Pair time (%) = 0.000968933 (5.81069) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.228768) Outpt time (%) = 0.0155549 (93.2828) Other time (%) = 0.00011301 (0.677724) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:49 2021 Memory usage per processor = 27.5206 Mbytes Step Atoms AVEKE stressZZ 4447 5000 5.6733225e-12 1237759.3 4448 -0.00763749999999583 1237736.24513012 4448 5000 5.6729484e-12 1237736.2 Loop time of 0.0168769 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:49 2021 Pair time (%) = 0.000836849 (4.95854) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207665) Outpt time (%) = 0.0159121 (94.2828) Other time (%) = 9.29832e-05 (0.550949) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:49 2021 Memory usage per processor = 27.5206 Mbytes Step Atoms AVEKE stressZZ 4448 5000 5.6729484e-12 1237733.8 4449 -0.00763749999999583 1237710.71279466 4449 5000 5.6725744e-12 1237710.7 Loop time of 0.0171871 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:49 2021 Pair time (%) = 0.000960112 (5.58623) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.209466) Outpt time (%) = 0.0160542 (93.4081) Other time (%) = 0.000136852 (0.796249) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:49 2021 Memory usage per processor = 27.5206 Mbytes Step Atoms AVEKE stressZZ 4449 5000 5.6725744e-12 1237708.2 4450 -0.00763749999999583 1237685.18158705 4450 5000 5.6722004e-12 1237685.2 Loop time of 0.0185111 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:49 2021 Pair time (%) = 0.000839949 (4.53755) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.189333) Outpt time (%) = 0.0174761 (94.4089) Other time (%) = 0.000159979 (0.864234) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:49 2021 Memory usage per processor = 27.5206 Mbytes Step Atoms AVEKE stressZZ 4450 5000 5.6722004e-12 1237682.7 4451 -0.00763749999999583 1237659.65150722 4451 5000 5.6718264e-12 1237659.7 Loop time of 0.0166409 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:49 2021 Pair time (%) = 0.00106502 (6.39999) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.234967) Outpt time (%) = 0.0154009 (92.5484) Other time (%) = 0.000135899 (0.816654) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:49 2021 Memory usage per processor = 27.5206 Mbytes Step Atoms AVEKE stressZZ 4451 5000 5.6718264e-12 1237657.2 4452 -0.00763749999999583 1237634.12255497 4452 5000 5.6714525e-12 1237634.1 Loop time of 0.0168009 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:49 2021 Pair time (%) = 0.000841141 (5.00653) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208605) Outpt time (%) = 0.0158319 (94.2328) Other time (%) = 9.27448e-05 (0.552024) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:49 2021 Memory usage per processor = 27.5206 Mbytes Step Atoms AVEKE stressZZ 4452 5000 5.6714525e-12 1237631.7 4453 -0.00763749999999583 1237608.59473018 4453 5000 5.6710786e-12 1237608.6 Loop time of 0.016355 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:49 2021 Pair time (%) = 0.000838041 (5.12406) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.214292) Outpt time (%) = 0.0153461 (93.8307) Other time (%) = 0.000135899 (0.830928) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:49 2021 Memory usage per processor = 27.5206 Mbytes Step Atoms AVEKE stressZZ 4453 5000 5.6710786e-12 1237606.1 4454 -0.00763749999999583 1237583.06803276 4454 5000 5.6707047e-12 1237583.1 Loop time of 0.0166109 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:49 2021 Pair time (%) = 0.00086689 (5.21881) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.209556) Outpt time (%) = 0.0156078 (93.9616) Other time (%) = 0.000101328 (0.61001) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:49 2021 Memory usage per processor = 27.5206 Mbytes Step Atoms AVEKE stressZZ 4454 5000 5.6707047e-12 1237580.6 4455 -0.00763749999999583 1237557.54246248 4455 5000 5.6703309e-12 1237557.5 Loop time of 0.0162089 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:49 2021 Pair time (%) = 0.000882149 (5.44238) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.210341) Outpt time (%) = 0.015198 (93.7633) Other time (%) = 9.46522e-05 (0.583952) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:49 2021 Memory usage per processor = 27.5206 Mbytes Step Atoms AVEKE stressZZ 4455 5000 5.6703309e-12 1237555.1 4456 -0.00763749999999583 1237532.01801926 4456 5000 5.669957e-12 1237532 Loop time of 0.0162051 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:50 2021 Pair time (%) = 0.000838995 (5.17736) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.216275) Outpt time (%) = 0.0152421 (94.0576) Other time (%) = 8.89301e-05 (0.54878) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:50 2021 Memory usage per processor = 27.5206 Mbytes Step Atoms AVEKE stressZZ 4456 5000 5.669957e-12 1237529.5 4457 -0.00763749999999583 1237506.494703 4457 5000 5.6695833e-12 1237506.5 Loop time of 0.01616 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:50 2021 Pair time (%) = 0.000837088 (5.17999) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.216878) Outpt time (%) = 0.0151989 (94.0528) Other time (%) = 8.89301e-05 (0.55031) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:50 2021 Memory usage per processor = 27.5206 Mbytes Step Atoms AVEKE stressZZ 4457 5000 5.6695833e-12 1237504 4458 -0.00763749999999583 1237480.9725135 4458 5000 5.6692095e-12 1237481 Loop time of 0.016247 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:50 2021 Pair time (%) = 0.000836134 (5.14638) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.209847) Outpt time (%) = 0.0152919 (94.1214) Other time (%) = 8.4877e-05 (0.522415) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:50 2021 Memory usage per processor = 27.5206 Mbytes Step Atoms AVEKE stressZZ 4458 5000 5.6692095e-12 1237478.5 4459 -0.00763749999999583 1237455.45145068 4459 5000 5.6688358e-12 1237455.5 Loop time of 0.016413 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:50 2021 Pair time (%) = 0.00082016 (4.99702) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.206272) Outpt time (%) = 0.0154719 (94.2665) Other time (%) = 8.70228e-05 (0.530207) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:50 2021 Memory usage per processor = 27.5206 Mbytes Step Atoms AVEKE stressZZ 4459 5000 5.6688358e-12 1237453 4460 -0.00763749999999583 1237429.93151438 4460 5000 5.6684622e-12 1237429.9 Loop time of 0.0180092 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:50 2021 Pair time (%) = 0.00099206 (5.50863) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.194609) Outpt time (%) = 0.0168529 (93.5792) Other time (%) = 0.000129223 (0.717539) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:50 2021 Memory usage per processor = 27.5206 Mbytes Step Atoms AVEKE stressZZ 4460 5000 5.6684622e-12 1237427.5 4461 -0.00763749999999583 1237404.41270449 4461 5000 5.6680885e-12 1237404.4 Loop time of 0.0162191 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:50 2021 Pair time (%) = 0.00088501 (5.45658) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.210208) Outpt time (%) = 0.0151811 (93.5997) Other time (%) = 0.000118971 (0.733521) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:50 2021 Memory usage per processor = 27.5206 Mbytes Step Atoms AVEKE stressZZ 4461 5000 5.6680885e-12 1237401.9 4462 -0.00763749999999583 1237378.89502086 4462 5000 5.6677149e-12 1237378.9 Loop time of 0.016181 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:50 2021 Pair time (%) = 0.000821114 (5.07456) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.210703) Outpt time (%) = 0.015239 (94.1784) Other time (%) = 8.67844e-05 (0.536335) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:50 2021 Memory usage per processor = 27.5206 Mbytes Step Atoms AVEKE stressZZ 4462 5000 5.6677149e-12 1237376.4 4463 -0.00763749999999583 1237353.37846338 4463 5000 5.6673413e-12 1237353.4 Loop time of 0.016139 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:50 2021 Pair time (%) = 0.000822067 (5.09366) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.211251) Outpt time (%) = 0.0151961 (94.1574) Other time (%) = 8.67844e-05 (0.53773) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:50 2021 Memory usage per processor = 27.5206 Mbytes Step Atoms AVEKE stressZZ 4463 5000 5.6673413e-12 1237350.9 4464 -0.00763749999999583 1237327.86303192 4464 5000 5.6669678e-12 1237327.9 Loop time of 0.016175 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:50 2021 Pair time (%) = 0.000822067 (5.08232) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.210781) Outpt time (%) = 0.0152311 (94.1645) Other time (%) = 8.7738e-05 (0.542429) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:50 2021 Memory usage per processor = 27.5206 Mbytes Step Atoms AVEKE stressZZ 4464 5000 5.6669678e-12 1237325.4 4465 -0.00763749999999583 1237302.34872636 4465 5000 5.6665943e-12 1237302.3 Loop time of 0.0169568 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:50 2021 Pair time (%) = 0.00115204 (6.79396) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.276989) Outpt time (%) = 0.0156059 (92.0334) Other time (%) = 0.000151873 (0.895644) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:50 2021 Memory usage per processor = 27.5206 Mbytes Step Atoms AVEKE stressZZ 4465 5000 5.6665943e-12 1237299.9 4466 -0.00763749999999583 1237276.83554655 4466 5000 5.6662208e-12 1237276.8 Loop time of 0.0173428 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:50 2021 Pair time (%) = 0.000994205 (5.73267) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.207586) Outpt time (%) = 0.0162148 (93.4961) Other time (%) = 9.77516e-05 (0.563644) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:50 2021 Memory usage per processor = 27.5206 Mbytes Step Atoms AVEKE stressZZ 4466 5000 5.6662208e-12 1237274.4 4467 -0.00763749999999583 1237251.32349238 4467 5000 5.6658474e-12 1237251.3 Loop time of 0.0166352 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:50 2021 Pair time (%) = 0.000820875 (4.93457) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.210683) Outpt time (%) = 0.0156488 (94.0708) Other time (%) = 0.000130415 (0.783971) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:50 2021 Memory usage per processor = 27.5206 Mbytes Step Atoms AVEKE stressZZ 4467 5000 5.6658474e-12 1237248.9 4468 -0.00763749999999583 1237225.81256374 4468 5000 5.665474e-12 1237225.8 Loop time of 0.0165009 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:50 2021 Pair time (%) = 0.000905037 (5.48476) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.223956) Outpt time (%) = 0.0154071 (93.3709) Other time (%) = 0.000151873 (0.920387) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:50 2021 Memory usage per processor = 27.5206 Mbytes Step Atoms AVEKE stressZZ 4468 5000 5.665474e-12 1237223.3 4469 -0.00763749999999583 1237200.30276051 4469 5000 5.6651006e-12 1237200.3 Loop time of 0.0172348 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:50 2021 Pair time (%) = 0.000933886 (5.4186) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.203353) Outpt time (%) = 0.0161719 (93.833) Other time (%) = 9.39369e-05 (0.545042) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:50 2021 Memory usage per processor = 27.5206 Mbytes Step Atoms AVEKE stressZZ 4469 5000 5.6651006e-12 1237197.8 4470 -0.00763749999999583 1237174.79408255 4470 5000 5.6647273e-12 1237174.8 Loop time of 0.0188351 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:50 2021 Pair time (%) = 0.000838995 (4.45443) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.186076) Outpt time (%) = 0.0178421 (94.7278) Other time (%) = 0.000118971 (0.631646) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:50 2021 Memory usage per processor = 27.5206 Mbytes Step Atoms AVEKE stressZZ 4470 5000 5.6647273e-12 1237172.3 4471 -0.00763749999999583 1237149.28652976 4471 5000 5.6643539e-12 1237149.3 Loop time of 0.0170009 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:50 2021 Pair time (%) = 0.000838995 (4.935) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206151) Outpt time (%) = 0.0160358 (94.3231) Other time (%) = 9.10759e-05 (0.535712) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:50 2021 Memory usage per processor = 27.5206 Mbytes Step Atoms AVEKE stressZZ 4471 5000 5.6643539e-12 1237146.8 4472 -0.00763749999999583 1237123.78010201 4472 5000 5.6639807e-12 1237123.8 Loop time of 0.0173841 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:50 2021 Pair time (%) = 0.00121808 (7.00688) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.213951) Outpt time (%) = 0.0158792 (91.3432) Other time (%) = 0.000249624 (1.43594) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:50 2021 Memory usage per processor = 27.5206 Mbytes Step Atoms AVEKE stressZZ 4472 5000 5.6639807e-12 1237121.3 4473 -0.00763749999999583 1237098.27479916 4473 5000 5.6636074e-12 1237098.3 Loop time of 0.0169649 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:50 2021 Pair time (%) = 0.000838995 (4.94547) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206588) Outpt time (%) = 0.015996 (94.2886) Other time (%) = 9.48906e-05 (0.559334) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:50 2021 Memory usage per processor = 27.5206 Mbytes Step Atoms AVEKE stressZZ 4473 5000 5.6636074e-12 1237095.8 4474 -0.00763749999999583 1237072.77062111 4474 5000 5.6632342e-12 1237072.8 Loop time of 0.0170391 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:50 2021 Pair time (%) = 0.000838041 (4.91835) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205689) Outpt time (%) = 0.0160749 (94.3414) Other time (%) = 9.10759e-05 (0.534512) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:50 2021 Memory usage per processor = 27.5206 Mbytes Step Atoms AVEKE stressZZ 4474 5000 5.6632342e-12 1237070.3 4475 -0.00763749999999583 1237047.26756776 4475 5000 5.662861e-12 1237047.3 Loop time of 0.0164611 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:50 2021 Pair time (%) = 0.00088501 (5.37636) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.218704) Outpt time (%) = 0.0154221 (93.688) Other time (%) = 0.000118017 (0.716945) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:50 2021 Memory usage per processor = 27.5206 Mbytes Step Atoms AVEKE stressZZ 4475 5000 5.662861e-12 1237044.8 4476 -0.00763749999999583 1237021.76563895 4476 5000 5.6624879e-12 1237021.8 Loop time of 0.017082 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:50 2021 Pair time (%) = 0.000868797 (5.08605) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.198194) Outpt time (%) = 0.0160761 (94.1114) Other time (%) = 0.000103235 (0.604352) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:50 2021 Memory usage per processor = 27.5206 Mbytes Step Atoms AVEKE stressZZ 4476 5000 5.6624879e-12 1237019.3 4477 -0.00763749999999583 1236996.26483462 4477 5000 5.6621148e-12 1236996.3 Loop time of 0.0163469 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:50 2021 Pair time (%) = 0.000837088 (5.12076) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.214398) Outpt time (%) = 0.0153821 (94.0975) Other time (%) = 9.27448e-05 (0.567353) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:50 2021 Memory usage per processor = 27.5206 Mbytes Step Atoms AVEKE stressZZ 4477 5000 5.6621148e-12 1236993.8 4478 -0.00763749999999583 1236970.76515458 4478 5000 5.6617417e-12 1236970.8 Loop time of 0.016315 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:50 2021 Pair time (%) = 0.000884056 (5.41868) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.207511) Outpt time (%) = 0.0153041 (93.8039) Other time (%) = 9.29832e-05 (0.569925) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:50 2021 Memory usage per processor = 27.5206 Mbytes Step Atoms AVEKE stressZZ 4478 5000 5.6617417e-12 1236968.3 4479 -0.00763749999999583 1236945.26659878 4479 5000 5.6613687e-12 1236945.3 Loop time of 0.016897 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:50 2021 Pair time (%) = 0.000929832 (5.50296) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.200364) Outpt time (%) = 0.0158422 (93.7577) Other time (%) = 9.10759e-05 (0.539007) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:50 2021 Memory usage per processor = 27.5206 Mbytes Step Atoms AVEKE stressZZ 4479 5000 5.6613687e-12 1236942.8 4480 -0.00763749999999583 1236919.7691671 4480 5000 5.6609957e-12 1236919.8 Loop time of 0.018332 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:50 2021 Pair time (%) = 0.000922918 (5.03446) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.208089) Outpt time (%) = 0.0172629 (94.1683) Other time (%) = 0.000108004 (0.589153) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:50 2021 Memory usage per processor = 27.5206 Mbytes Step Atoms AVEKE stressZZ 4480 5000 5.6609957e-12 1236917.3 4481 -0.00763749999999583 1236894.27285939 4481 5000 5.6606227e-12 1236894.3 Loop time of 0.0171471 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:50 2021 Pair time (%) = 0.000929117 (5.41852) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204394) Outpt time (%) = 0.0160811 (93.7834) Other time (%) = 0.000101805 (0.593715) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:50 2021 Memory usage per processor = 27.5206 Mbytes Step Atoms AVEKE stressZZ 4481 5000 5.6606227e-12 1236891.8 4482 -0.00763749999999583 1236868.77767554 4482 5000 5.6602497e-12 1236868.8 Loop time of 0.017272 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:50 2021 Pair time (%) = 0.000838995 (4.85755) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197394) Outpt time (%) = 0.0163059 (94.4067) Other time (%) = 9.29832e-05 (0.538347) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:50 2021 Memory usage per processor = 27.5206 Mbytes Step Atoms AVEKE stressZZ 4482 5000 5.6602497e-12 1236866.3 4483 -0.00763749999999583 1236843.28361546 4483 5000 5.6598768e-12 1236843.3 Loop time of 0.0168262 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:50 2021 Pair time (%) = 0.000915051 (5.43826) Neigh time (%) = 0 (0) Comm time (%) = 8.01086e-05 (0.476096) Outpt time (%) = 0.015681 (93.1944) Other time (%) = 0.000149965 (0.891263) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:50 2021 Memory usage per processor = 27.5206 Mbytes Step Atoms AVEKE stressZZ 4483 5000 5.6598768e-12 1236840.8 4484 -0.00763749999999583 1236817.79067904 4484 5000 5.6595039e-12 1236817.8 Loop time of 0.0168231 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:50 2021 Pair time (%) = 0.0011301 (6.71759) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.231006) Outpt time (%) = 0.0155039 (92.1586) Other time (%) = 0.000150204 (0.892844) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:19:50 2021 Memory usage per processor = 27.5206 Mbytes Step Atoms AVEKE stressZZ 4484 5000 5.6595039e-12 1236815.3 4485 -0.00763749999999583 1236787.63680539 4485 5000 1.1181361e-11 1236828.1 Loop time of 0.0168939 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:50 2021 Pair time (%) = 0.000836849 (4.95357) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207457) Outpt time (%) = 0.0159049 (94.146) Other time (%) = 0.000117064 (0.692935) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:50 2021 Memory usage per processor = 27.5206 Mbytes Step Atoms AVEKE stressZZ 4485 5000 1.1181361e-11 1265252.2 4486 -0.00766999999999581 1265221.54641341 4486 5000 9.0508798e-12 1265221.5 Loop time of 0.0166478 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:50 2021 Pair time (%) = 0.000844002 (5.06974) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.210523) Outpt time (%) = 0.0156739 (94.1497) Other time (%) = 9.48906e-05 (0.569988) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:50 2021 Memory usage per processor = 27.5206 Mbytes Step Atoms AVEKE stressZZ 4486 5000 9.0508798e-12 1265218.2 4487 -0.00766999999999581 1265190.11512273 4487 5000 7.8137007e-12 1265190.1 Loop time of 0.016592 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:50 2021 Pair time (%) = 0.000870943 (5.24917) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.222727) Outpt time (%) = 0.015579 (93.8944) Other time (%) = 0.000105143 (0.633694) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:50 2021 Memory usage per processor = 27.5206 Mbytes Step Atoms AVEKE stressZZ 4487 5000 7.8137007e-12 1265187.1 4488 -0.00766999999999581 1265160.60895009 4488 5000 7.0745393e-12 1265160.6 Loop time of 0.017134 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:50 2021 Pair time (%) = 0.000883102 (5.15411) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.210116) Outpt time (%) = 0.016113 (94.0416) Other time (%) = 0.000101805 (0.59417) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:50 2021 Memory usage per processor = 27.5206 Mbytes Step Atoms AVEKE stressZZ 4488 5000 7.0745393e-12 1265157.7 4489 -0.00766999999999581 1265132.32663245 4489 5000 6.623727e-12 1265132.3 Loop time of 0.016988 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:50 2021 Pair time (%) = 0.000842094 (4.95698) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206307) Outpt time (%) = 0.016022 (94.3132) Other time (%) = 8.89301e-05 (0.523487) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:50 2021 Memory usage per processor = 27.5206 Mbytes Step Atoms AVEKE stressZZ 4489 5000 6.623727e-12 1265129.6 4490 -0.00766999999999581 1265104.82251152 4490 5000 6.3447947e-12 1265104.8 Loop time of 0.0202172 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:50 2021 Pair time (%) = 0.000939846 (4.64875) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.178072) Outpt time (%) = 0.0191481 (94.7121) Other time (%) = 9.32217e-05 (0.461101) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:50 2021 Memory usage per processor = 27.5208 Mbytes Step Atoms AVEKE stressZZ 4490 5000 6.3447947e-12 1265102.1 4491 -0.00766999999999581 1265077.81336717 4491 5000 6.1705018e-12 1265077.8 Loop time of 0.0165992 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:50 2021 Pair time (%) = 0.000860929 (5.18658) Neigh time (%) = 0 (0) Comm time (%) = 5.19753e-05 (0.313119) Outpt time (%) = 0.015517 (93.4805) Other time (%) = 0.000169277 (1.01979) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:50 2021 Memory usage per processor = 27.5208 Mbytes Step Atoms AVEKE stressZZ 4491 5000 6.1705018e-12 1265075.2 4492 -0.00766999999999581 1265051.11921017 4492 5000 6.060853e-12 1265051.1 Loop time of 0.01724 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:50 2021 Pair time (%) = 0.00102401 (5.9397) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.203291) Outpt time (%) = 0.0160818 (93.2817) Other time (%) = 9.91821e-05 (0.575301) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:50 2021 Memory usage per processor = 27.5208 Mbytes Step Atoms AVEKE stressZZ 4492 5000 6.060853e-12 1265048.5 4493 -0.00766999999999581 1265024.62565537 4493 5000 5.9915369e-12 1265024.6 Loop time of 0.0170779 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:50 2021 Pair time (%) = 0.000844002 (4.94206) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205221) Outpt time (%) = 0.0161059 (94.3083) Other time (%) = 9.29832e-05 (0.544465) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:50 2021 Memory usage per processor = 27.5208 Mbytes Step Atoms AVEKE stressZZ 4493 5000 5.9915369e-12 1265022 4494 -0.00766999999999581 1264998.26000971 4494 5000 5.9475497e-12 1264998.3 Loop time of 0.016355 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:50 2021 Pair time (%) = 0.000844955 (5.16633) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.214292) Outpt time (%) = 0.0153809 (94.0436) Other time (%) = 9.41753e-05 (0.575819) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:50 2021 Memory usage per processor = 27.5208 Mbytes Step Atoms AVEKE stressZZ 4494 5000 5.9475497e-12 1264995.7 4495 -0.00766999999999581 1264971.97607584 4495 5000 5.919537e-12 1264972 Loop time of 0.017302 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:50 2021 Pair time (%) = 0.00101805 (5.88397) Neigh time (%) = 0 (0) Comm time (%) = 5.19753e-05 (0.3004) Outpt time (%) = 0.016104 (93.0757) Other time (%) = 0.000128031 (0.739975) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:50 2021 Memory usage per processor = 27.5208 Mbytes Step Atoms AVEKE stressZZ 4495 5000 5.919537e-12 1264969.4 4496 -0.00766999999999581 1264945.74449481 4496 5000 5.9016266e-12 1264945.7 Loop time of 0.0171411 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:50 2021 Pair time (%) = 0.000845194 (4.9308) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204465) Outpt time (%) = 0.0161679 (94.3223) Other time (%) = 9.29832e-05 (0.542458) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:50 2021 Memory usage per processor = 27.5208 Mbytes Step Atoms AVEKE stressZZ 4496 5000 5.9016266e-12 1264943.2 4497 -0.00766999999999581 1264919.54660851 4497 5000 5.8901165e-12 1264919.5 Loop time of 0.0164671 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:50 2021 Pair time (%) = 0.000841141 (5.10801) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.212834) Outpt time (%) = 0.015497 (94.1087) Other time (%) = 9.39369e-05 (0.570452) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:50 2021 Memory usage per processor = 27.5208 Mbytes Step Atoms AVEKE stressZZ 4497 5000 5.8901165e-12 1264917 4498 -0.00766999999999581 1264893.37055951 4498 5000 5.8826656e-12 1264893.4 Loop time of 0.016469 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:50 2021 Pair time (%) = 0.000988007 (5.99919) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.230181) Outpt time (%) = 0.015326 (93.0598) Other time (%) = 0.000117064 (0.710811) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:50 2021 Memory usage per processor = 27.5208 Mbytes Step Atoms AVEKE stressZZ 4498 5000 5.8826656e-12 1264890.8 4499 -0.00766999999999581 1264867.20881216 4499 5000 5.8777911e-12 1264867.2 Loop time of 0.017036 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:50 2021 Pair time (%) = 0.000842094 (4.94304) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.200129) Outpt time (%) = 0.016068 (94.318) Other time (%) = 9.17912e-05 (0.538808) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:50 2021 Memory usage per processor = 27.5208 Mbytes Step Atoms AVEKE stressZZ 4499 5000 5.8777911e-12 1264864.6 4500 -0.00766999999999581 1264841.05657739 4500 5000 5.8745527e-12 1264841.1 Loop time of 0.0183961 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:51 2021 Pair time (%) = 0.000841856 (4.57626) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.190516) Outpt time (%) = 0.0174241 (94.7161) Other time (%) = 9.5129e-05 (0.517114) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:51 2021 Memory usage per processor = 27.5208 Mbytes Step Atoms AVEKE stressZZ 4500 5000 5.8745527e-12 1264838.5 4501 -0.00766999999999581 1264814.91081162 4501 5000 5.8723535e-12 1264814.9 Loop time of 0.0162909 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:51 2021 Pair time (%) = 0.000842094 (5.16911) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.215136) Outpt time (%) = 0.015322 (94.0523) Other time (%) = 9.17912e-05 (0.56345) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:51 2021 Memory usage per processor = 27.5208 Mbytes Step Atoms AVEKE stressZZ 4501 5000 5.8723535e-12 1264812.4 4502 -0.00766999999999581 1264788.76958056 4502 5000 5.8708144e-12 1264788.8 Loop time of 0.0170951 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:51 2021 Pair time (%) = 0.00112796 (6.59814) Neigh time (%) = 0 (0) Comm time (%) = 8.2016e-05 (0.479763) Outpt time (%) = 0.015682 (91.7338) Other time (%) = 0.000203133 (1.18825) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:51 2021 Memory usage per processor = 27.5208 Mbytes Step Atoms AVEKE stressZZ 4502 5000 5.8708144e-12 1264786.2 4503 -0.00766999999999581 1264762.63165486 4503 5000 5.8696949e-12 1264762.6 Loop time of 0.0169239 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:51 2021 Pair time (%) = 0.000843048 (4.9814) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207089) Outpt time (%) = 0.0159521 (94.2579) Other time (%) = 9.36985e-05 (0.553646) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:51 2021 Memory usage per processor = 27.5208 Mbytes Step Atoms AVEKE stressZZ 4503 5000 5.8696949e-12 1264760.1 4504 -0.00766999999999581 1264736.49625322 4504 5000 5.8688418e-12 1264736.5 Loop time of 0.0165441 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:51 2021 Pair time (%) = 0.000877857 (5.30616) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.210402) Outpt time (%) = 0.0155339 (93.894) Other time (%) = 9.75132e-05 (0.589414) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:51 2021 Memory usage per processor = 27.5208 Mbytes Step Atoms AVEKE stressZZ 4504 5000 5.8688418e-12 1264733.9 4505 -0.00766999999999581 1264710.36287902 4505 5000 5.8681582e-12 1264710.4 Loop time of 0.0166359 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:51 2021 Pair time (%) = 0.000902176 (5.42307) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.222139) Outpt time (%) = 0.0155909 (93.7185) Other time (%) = 0.000105858 (0.636322) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:51 2021 Memory usage per processor = 27.5208 Mbytes Step Atoms AVEKE stressZZ 4505 5000 5.8681582e-12 1264707.8 4506 -0.00766999999999581 1264684.23121655 4506 5000 5.8675823e-12 1264684.2 Loop time of 0.0168841 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:51 2021 Pair time (%) = 0.000843048 (4.99315) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.201929) Outpt time (%) = 0.0159171 (94.2726) Other time (%) = 8.98838e-05 (0.532358) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:51 2021 Memory usage per processor = 27.5208 Mbytes Step Atoms AVEKE stressZZ 4506 5000 5.8675823e-12 1264681.7 4507 -0.00766999999999581 1264658.10106518 4507 5000 5.8670747e-12 1264658.1 Loop time of 0.0172069 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:51 2021 Pair time (%) = 0.000844955 (4.91056) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.203683) Outpt time (%) = 0.016187 (94.0724) Other time (%) = 0.000139952 (0.813346) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:51 2021 Memory usage per processor = 27.5208 Mbytes Step Atoms AVEKE stressZZ 4507 5000 5.8670747e-12 1264655.5 4508 -0.00766999999999581 1264631.9722973 4508 5000 5.8666107e-12 1264632 Loop time of 0.0164011 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:51 2021 Pair time (%) = 0.000846863 (5.16347) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.213691) Outpt time (%) = 0.01542 (94.0181) Other time (%) = 9.91821e-05 (0.60473) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:51 2021 Memory usage per processor = 27.5208 Mbytes Step Atoms AVEKE stressZZ 4508 5000 5.8666107e-12 1264629.4 4509 -0.00766999999999581 1264605.84483176 4509 5000 5.8661743e-12 1264605.8 Loop time of 0.0171309 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:51 2021 Pair time (%) = 0.00104403 (6.09447) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.297834) Outpt time (%) = 0.015835 (92.4358) Other time (%) = 0.000200748 (1.17185) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:51 2021 Memory usage per processor = 27.5208 Mbytes Step Atoms AVEKE stressZZ 4509 5000 5.8661743e-12 1264603.3 4510 -0.00766999999999581 1264579.71861695 4510 5000 5.8657555e-12 1264579.7 Loop time of 0.018929 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:51 2021 Pair time (%) = 0.000840902 (4.4424) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.185153) Outpt time (%) = 0.0179598 (94.88) Other time (%) = 9.32217e-05 (0.492481) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:51 2021 Memory usage per processor = 27.5208 Mbytes Step Atoms AVEKE stressZZ 4510 5000 5.8657555e-12 1264577.2 4511 -0.00766999999999581 1264553.59361993 4511 5000 5.8653479e-12 1264553.6 Loop time of 0.0166459 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:51 2021 Pair time (%) = 0.00088501 (5.31668) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.210547) Outpt time (%) = 0.01563 (93.897) Other time (%) = 9.58443e-05 (0.575783) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:51 2021 Memory usage per processor = 27.5208 Mbytes Step Atoms AVEKE stressZZ 4511 5000 5.8653479e-12 1264551 4512 -0.00766999999999581 1264527.46981979 4512 5000 5.8649475e-12 1264527.5 Loop time of 0.0164571 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:51 2021 Pair time (%) = 0.00087285 (5.3038) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.218758) Outpt time (%) = 0.015413 (93.656) Other time (%) = 0.000135183 (0.82143) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:51 2021 Memory usage per processor = 27.5208 Mbytes Step Atoms AVEKE stressZZ 4512 5000 5.8649475e-12 1264524.9 4513 -0.00766999999999581 1264501.34720317 4513 5000 5.8645515e-12 1264501.3 Loop time of 0.0169082 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:51 2021 Pair time (%) = 0.000862122 (5.09885) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207282) Outpt time (%) = 0.0159192 (94.151) Other time (%) = 9.17912e-05 (0.542881) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:51 2021 Memory usage per processor = 27.5208 Mbytes Step Atoms AVEKE stressZZ 4513 5000 5.8645515e-12 1264498.8 4514 -0.00766999999999581 1264475.2257615 4514 5000 5.8641585e-12 1264475.2 Loop time of 0.0169001 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:51 2021 Pair time (%) = 0.00084281 (4.98702) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.20597) Outpt time (%) = 0.0159242 (94.2258) Other time (%) = 9.82285e-05 (0.581231) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:51 2021 Memory usage per processor = 27.5208 Mbytes Step Atoms AVEKE stressZZ 4514 5000 5.8641585e-12 1264472.7 4515 -0.00766999999999581 1264449.10549432 4515 5000 5.8637673e-12 1264449.1 Loop time of 0.0171061 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:51 2021 Pair time (%) = 0.000850916 (4.97435) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204884) Outpt time (%) = 0.0160899 (94.0598) Other time (%) = 0.000130177 (0.760997) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:51 2021 Memory usage per processor = 27.5208 Mbytes Step Atoms AVEKE stressZZ 4515 5000 5.8637673e-12 1264446.5 4516 -0.00766999999999581 1264422.98640337 4516 5000 5.8633773e-12 1264423 Loop time of 0.0170059 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:51 2021 Pair time (%) = 0.000936985 (5.50976) Neigh time (%) = 0 (0) Comm time (%) = 4.88758e-05 (0.287405) Outpt time (%) = 0.0158539 (93.2257) Other time (%) = 0.000166178 (0.977176) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:51 2021 Memory usage per processor = 27.5208 Mbytes Step Atoms AVEKE stressZZ 4516 5000 5.8633773e-12 1264420.4 4517 -0.00766999999999581 1264396.8684818 4517 5000 5.8629881e-12 1264396.9 Loop time of 0.016938 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:51 2021 Pair time (%) = 0.000872135 (5.14899) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206917) Outpt time (%) = 0.0159199 (93.9896) Other time (%) = 0.000110865 (0.654533) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:51 2021 Memory usage per processor = 27.5208 Mbytes Step Atoms AVEKE stressZZ 4517 5000 5.8629881e-12 1264394.3 4518 -0.00766999999999581 1264370.75172677 4518 5000 5.8625993e-12 1264370.8 Loop time of 0.0168419 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:51 2021 Pair time (%) = 0.000844002 (5.01133) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208097) Outpt time (%) = 0.0158679 (94.2172) Other time (%) = 9.48906e-05 (0.56342) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:51 2021 Memory usage per processor = 27.5208 Mbytes Step Atoms AVEKE stressZZ 4518 5000 5.8625993e-12 1264368.2 4519 -0.00766999999999581 1264344.63613657 4519 5000 5.8622109e-12 1264344.6 Loop time of 0.01632 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:51 2021 Pair time (%) = 0.000854969 (5.23878) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.220596) Outpt time (%) = 0.0153251 (93.9037) Other time (%) = 0.000103951 (0.636952) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:51 2021 Memory usage per processor = 27.5208 Mbytes Step Atoms AVEKE stressZZ 4519 5000 5.8622109e-12 1264342.1 4520 -0.00766999999999581 1264318.52171006 4520 5000 5.8618228e-12 1264318.5 Loop time of 0.0187221 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:51 2021 Pair time (%) = 0.000957966 (5.11678) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.208848) Outpt time (%) = 0.017616 (94.0924) Other time (%) = 0.000108957 (0.581973) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:51 2021 Memory usage per processor = 27.5208 Mbytes Step Atoms AVEKE stressZZ 4520 5000 5.8618228e-12 1264316 4521 -0.00766999999999581 1264292.40844644 4521 5000 5.8614347e-12 1264292.4 Loop time of 0.0163012 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:51 2021 Pair time (%) = 0.000840902 (5.15854) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.215) Outpt time (%) = 0.015331 (94.0487) Other time (%) = 9.41753e-05 (0.577722) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:51 2021 Memory usage per processor = 27.5208 Mbytes Step Atoms AVEKE stressZZ 4521 5000 5.8614347e-12 1264289.9 4522 -0.00766999999999581 1264266.29634511 4522 5000 5.8610468e-12 1264266.3 Loop time of 0.0161819 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:51 2021 Pair time (%) = 0.000840902 (5.19655) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.216584) Outpt time (%) = 0.0152218 (94.0668) Other time (%) = 8.41618e-05 (0.520097) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:51 2021 Memory usage per processor = 27.5208 Mbytes Step Atoms AVEKE stressZZ 4522 5000 5.8610468e-12 1264263.7 4523 -0.00766999999999581 1264240.18540554 4523 5000 5.860659e-12 1264240.2 Loop time of 0.0161562 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:51 2021 Pair time (%) = 0.000846148 (5.23729) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.216929) Outpt time (%) = 0.0151861 (93.9953) Other time (%) = 8.89301e-05 (0.55044) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:51 2021 Memory usage per processor = 27.5208 Mbytes Step Atoms AVEKE stressZZ 4523 5000 5.860659e-12 1264237.6 4524 -0.00766999999999581 1264214.07562737 4524 5000 5.8602712e-12 1264214.1 Loop time of 0.0167971 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:51 2021 Pair time (%) = 0.000962973 (5.73298) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.202975) Outpt time (%) = 0.0157089 (93.5218) Other time (%) = 9.10759e-05 (0.542213) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:51 2021 Memory usage per processor = 27.5208 Mbytes Step Atoms AVEKE stressZZ 4524 5000 5.8602712e-12 1264211.5 4525 -0.00766999999999581 1264187.96701025 4525 5000 5.8598835e-12 1264188 Loop time of 0.016675 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:51 2021 Pair time (%) = 0.000874043 (5.24164) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.227338) Outpt time (%) = 0.0156569 (93.8948) Other time (%) = 0.000106096 (0.63626) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:51 2021 Memory usage per processor = 27.5208 Mbytes Step Atoms AVEKE stressZZ 4525 5000 5.8598835e-12 1264185.4 4526 -0.00766999999999581 1264161.85955387 4526 5000 5.8594959e-12 1264161.9 Loop time of 0.0172961 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:51 2021 Pair time (%) = 0.000878096 (5.07685) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.202633) Outpt time (%) = 0.016284 (94.1485) Other time (%) = 9.89437e-05 (0.572059) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:51 2021 Memory usage per processor = 27.5208 Mbytes Step Atoms AVEKE stressZZ 4526 5000 5.8594959e-12 1264159.3 4527 -0.00766999999999581 1264135.75325801 4527 5000 5.8591082e-12 1264135.8 Loop time of 0.017271 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:51 2021 Pair time (%) = 0.000880003 (5.09525) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.201546) Outpt time (%) = 0.0162601 (94.1469) Other time (%) = 9.60827e-05 (0.556322) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:51 2021 Memory usage per processor = 27.5208 Mbytes Step Atoms AVEKE stressZZ 4527 5000 5.8591082e-12 1264133.2 4528 -0.00766999999999581 1264109.64812238 4528 5000 5.8587207e-12 1264109.6 Loop time of 0.016634 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:51 2021 Pair time (%) = 0.000839949 (5.04959) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.209265) Outpt time (%) = 0.0156651 (94.175) Other time (%) = 9.41753e-05 (0.566162) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:51 2021 Memory usage per processor = 27.5208 Mbytes Step Atoms AVEKE stressZZ 4528 5000 5.8587207e-12 1264107.1 4529 -0.00766999999999581 1264083.54414681 4529 5000 5.8583331e-12 1264083.5 Loop time of 0.016732 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:51 2021 Pair time (%) = 0.00102782 (6.14286) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.232263) Outpt time (%) = 0.015538 (92.864) Other time (%) = 0.000127316 (0.760911) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:51 2021 Memory usage per processor = 27.5208 Mbytes Step Atoms AVEKE stressZZ 4529 5000 5.8583331e-12 1264081 4530 -0.00766999999999581 1264057.44133104 4530 5000 5.8579456e-12 1264057.4 Loop time of 0.0188231 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:51 2021 Pair time (%) = 0.000926971 (4.92464) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.186194) Outpt time (%) = 0.0177541 (94.3205) Other time (%) = 0.00010705 (0.568714) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:51 2021 Memory usage per processor = 27.5208 Mbytes Step Atoms AVEKE stressZZ 4530 5000 5.8579456e-12 1264054.9 4531 -0.00766999999999581 1264031.33967489 4531 5000 5.8575582e-12 1264031.3 Loop time of 0.017143 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:51 2021 Pair time (%) = 0.000840902 (4.90522) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.203051) Outpt time (%) = 0.0161579 (94.2534) Other time (%) = 0.000109434 (0.63836) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:51 2021 Memory usage per processor = 27.5208 Mbytes Step Atoms AVEKE stressZZ 4531 5000 5.8575582e-12 1264028.8 4532 -0.00766999999999581 1264005.23917818 4532 5000 5.8571707e-12 1264005.2 Loop time of 0.0165582 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:51 2021 Pair time (%) = 0.000916004 (5.53204) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.223182) Outpt time (%) = 0.0155051 (93.64) Other time (%) = 0.000100136 (0.604752) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:51 2021 Memory usage per processor = 27.5208 Mbytes Step Atoms AVEKE stressZZ 4532 5000 5.8571707e-12 1264002.7 4533 -0.00766999999999581 1263979.13984069 4533 5000 5.8567833e-12 1263979.1 Loop time of 0.016938 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:51 2021 Pair time (%) = 0.00088191 (5.20671) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.205509) Outpt time (%) = 0.0159171 (93.9727) Other time (%) = 0.000104189 (0.61512) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:51 2021 Memory usage per processor = 27.5208 Mbytes Step Atoms AVEKE stressZZ 4533 5000 5.8567833e-12 1263976.6 4534 -0.00766999999999581 1263953.04166161 4534 5000 5.856396e-12 1263953 Loop time of 0.017091 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:51 2021 Pair time (%) = 0.000882864 (5.16566) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.203669) Outpt time (%) = 0.0160789 (94.0783) Other time (%) = 9.44138e-05 (0.552417) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:51 2021 Memory usage per processor = 27.5208 Mbytes Step Atoms AVEKE stressZZ 4534 5000 5.856396e-12 1263950.5 4535 -0.00766999999999581 1263926.94463872 4535 5000 5.8560086e-12 1263926.9 Loop time of 0.0168948 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:51 2021 Pair time (%) = 0.000844002 (4.99563) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207445) Outpt time (%) = 0.0159159 (94.2056) Other time (%) = 9.98974e-05 (0.59129) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:51 2021 Memory usage per processor = 27.5208 Mbytes Step Atoms AVEKE stressZZ 4535 5000 5.8560086e-12 1263924.4 4536 -0.00766999999999581 1263900.84877439 4536 5000 5.8556213e-12 1263900.8 Loop time of 0.0165761 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:51 2021 Pair time (%) = 0.00101495 (6.12298) Neigh time (%) = 0 (0) Comm time (%) = 5.38826e-05 (0.325063) Outpt time (%) = 0.0153699 (92.7235) Other time (%) = 0.000137329 (0.828479) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:51 2021 Memory usage per processor = 27.5208 Mbytes Step Atoms AVEKE stressZZ 4536 5000 5.8556213e-12 1263898.3 4537 -0.00766999999999581 1263874.75406842 4537 5000 5.8552341e-12 1263874.8 Loop time of 0.0171061 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:51 2021 Pair time (%) = 0.000921011 (5.38412) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.210459) Outpt time (%) = 0.0159681 (93.3475) Other time (%) = 0.00018096 (1.05787) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:51 2021 Memory usage per processor = 27.5208 Mbytes Step Atoms AVEKE stressZZ 4537 5000 5.8552341e-12 1263872.2 4538 -0.00766999999999581 1263848.66052066 4538 5000 5.8548468e-12 1263848.7 Loop time of 0.0168262 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:51 2021 Pair time (%) = 0.000838995 (4.98626) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.201207) Outpt time (%) = 0.0158558 (94.233) Other time (%) = 9.75132e-05 (0.579534) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:51 2021 Memory usage per processor = 27.5208 Mbytes Step Atoms AVEKE stressZZ 4538 5000 5.8548468e-12 1263846.1 4539 -0.00766999999999581 1263822.56813097 4539 5000 5.8544597e-12 1263822.6 Loop time of 0.0163901 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:51 2021 Pair time (%) = 0.000852823 (5.20329) Neigh time (%) = 0 (0) Comm time (%) = 4.98295e-05 (0.304022) Outpt time (%) = 0.0153642 (93.7406) Other time (%) = 0.000123262 (0.752055) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:51 2021 Memory usage per processor = 27.5208 Mbytes Step Atoms AVEKE stressZZ 4539 5000 5.8544597e-12 1263820 4540 -0.00766999999999581 1263796.47689917 4540 5000 5.8540725e-12 1263796.5 Loop time of 0.0187631 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:51 2021 Pair time (%) = 0.000906944 (4.83367) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.191873) Outpt time (%) = 0.0176921 (94.2921) Other time (%) = 0.000128031 (0.682355) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:51 2021 Memory usage per processor = 27.5208 Mbytes Step Atoms AVEKE stressZZ 4540 5000 5.8540725e-12 1263793.9 4541 -0.00766999999999581 1263770.3868251 4541 5000 5.8536854e-12 1263770.4 Loop time of 0.0170829 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:51 2021 Pair time (%) = 0.000842094 (4.92945) Neigh time (%) = 0 (0) Comm time (%) = 8.51154e-05 (0.498248) Outpt time (%) = 0.0160601 (94.0126) Other time (%) = 9.56059e-05 (0.559657) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:51 2021 Memory usage per processor = 27.5208 Mbytes Step Atoms AVEKE stressZZ 4541 5000 5.8536854e-12 1263767.8 4542 -0.00766999999999581 1263744.29790865 4542 5000 5.8532983e-12 1263744.3 Loop time of 0.016515 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:51 2021 Pair time (%) = 0.000842094 (5.09896) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.212216) Outpt time (%) = 0.0155418 (94.107) Other time (%) = 9.60827e-05 (0.58179) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:51 2021 Memory usage per processor = 27.5208 Mbytes Step Atoms AVEKE stressZZ 4542 5000 5.8532983e-12 1263741.7 4543 -0.00766999999999581 1263718.21014964 4543 5000 5.8529112e-12 1263718.2 Loop time of 0.016546 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:51 2021 Pair time (%) = 0.000877857 (5.30555) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.217582) Outpt time (%) = 0.0154681 (93.4855) Other time (%) = 0.000164032 (0.991369) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:51 2021 Memory usage per processor = 27.5208 Mbytes Step Atoms AVEKE stressZZ 4543 5000 5.8529112e-12 1263715.7 4544 -0.00766999999999581 1263692.12354794 4544 5000 5.8525242e-12 1263692.1 Loop time of 0.0171781 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:52 2021 Pair time (%) = 0.000916958 (5.33796) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.215128) Outpt time (%) = 0.0161219 (93.8515) Other time (%) = 0.000102282 (0.59542) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:52 2021 Memory usage per processor = 27.5208 Mbytes Step Atoms AVEKE stressZZ 4544 5000 5.8525242e-12 1263689.6 4545 -0.00766999999999581 1263666.03810338 4545 5000 5.8521372e-12 1263666 Loop time of 0.0172389 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:52 2021 Pair time (%) = 0.000843048 (4.89039) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.203305) Outpt time (%) = 0.0162671 (94.3628) Other time (%) = 9.36985e-05 (0.543531) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:52 2021 Memory usage per processor = 27.5208 Mbytes Step Atoms AVEKE stressZZ 4545 5000 5.8521372e-12 1263663.5 4546 -0.00766999999999581 1263639.95381581 4546 5000 5.8517503e-12 1263640 Loop time of 0.0164709 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:52 2021 Pair time (%) = 0.000841856 (5.11117) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.218574) Outpt time (%) = 0.015492 (94.0565) Other time (%) = 0.000101089 (0.613746) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:52 2021 Memory usage per processor = 27.5208 Mbytes Step Atoms AVEKE stressZZ 4546 5000 5.8517503e-12 1263637.4 4547 -0.00766999999999581 1263613.87068511 4547 5000 5.8513634e-12 1263613.9 Loop time of 0.016968 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:52 2021 Pair time (%) = 0.000938177 (5.52909) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.230437) Outpt time (%) = 0.0158811 (93.5941) Other time (%) = 0.000109673 (0.646349) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:52 2021 Memory usage per processor = 27.5208 Mbytes Step Atoms AVEKE stressZZ 4547 5000 5.8513634e-12 1263611.3 4548 -0.00766999999999581 1263587.78871113 4548 5000 5.8509765e-12 1263587.8 Loop time of 0.01717 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:52 2021 Pair time (%) = 0.000841141 (4.89891) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204121) Outpt time (%) = 0.0161991 (94.3457) Other time (%) = 9.46522e-05 (0.551266) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:52 2021 Memory usage per processor = 27.5208 Mbytes Step Atoms AVEKE stressZZ 4548 5000 5.8509765e-12 1263585.2 4549 -0.00766999999999581 1263561.70789372 4549 5000 5.8505896e-12 1263561.7 Loop time of 0.0164409 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:52 2021 Pair time (%) = 0.000841141 (5.11616) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.213173) Outpt time (%) = 0.01547 (94.095) Other time (%) = 9.46522e-05 (0.575713) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:52 2021 Memory usage per processor = 27.5208 Mbytes Step Atoms AVEKE stressZZ 4549 5000 5.8505896e-12 1263559.2 4550 -0.00766999999999581 1263535.62823277 4550 5000 5.8502028e-12 1263535.6 Loop time of 0.018657 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:52 2021 Pair time (%) = 0.00107408 (5.75697) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.208299) Outpt time (%) = 0.0174148 (93.3421) Other time (%) = 0.000129223 (0.692625) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:52 2021 Memory usage per processor = 27.5208 Mbytes Step Atoms AVEKE stressZZ 4550 5000 5.8502028e-12 1263533.1 4551 -0.00766999999999581 1263509.54972811 4551 5000 5.849816e-12 1263509.5 Loop time of 0.0170519 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:52 2021 Pair time (%) = 0.00104189 (6.11009) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.204136) Outpt time (%) = 0.0158761 (93.1041) Other time (%) = 9.91821e-05 (0.581647) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:52 2021 Memory usage per processor = 27.5208 Mbytes Step Atoms AVEKE stressZZ 4551 5000 5.849816e-12 1263507 4552 -0.00766999999999581 1263483.47237961 4552 5000 5.8494293e-12 1263483.5 Loop time of 0.0171292 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:52 2021 Pair time (%) = 0.00088191 (5.14858) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204607) Outpt time (%) = 0.0161078 (94.0372) Other time (%) = 0.000104427 (0.609646) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:52 2021 Memory usage per processor = 27.5208 Mbytes Step Atoms AVEKE stressZZ 4552 5000 5.8494293e-12 1263480.9 4553 -0.00766999999999581 1263457.39618713 4553 5000 5.8490426e-12 1263457.4 Loop time of 0.016412 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:52 2021 Pair time (%) = 0.000843048 (5.13677) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.213548) Outpt time (%) = 0.0154359 (94.0526) Other time (%) = 9.799e-05 (0.597063) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:52 2021 Memory usage per processor = 27.5208 Mbytes Step Atoms AVEKE stressZZ 4553 5000 5.8490426e-12 1263454.8 4554 -0.00766999999999581 1263431.32115054 4554 5000 5.8486559e-12 1263431.3 Loop time of 0.017319 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:52 2021 Pair time (%) = 0.00112104 (6.47293) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.218885) Outpt time (%) = 0.0159719 (92.222) Other time (%) = 0.000188112 (1.08616) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:52 2021 Memory usage per processor = 27.5208 Mbytes Step Atoms AVEKE stressZZ 4554 5000 5.8486559e-12 1263428.8 4555 -0.00766999999999581 1263405.24726973 4555 5000 5.8482693e-12 1263405.2 Loop time of 0.0171852 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:52 2021 Pair time (%) = 0.000885963 (5.15538) Neigh time (%) = 0 (0) Comm time (%) = 5.19753e-05 (0.302442) Outpt time (%) = 0.01614 (93.9179) Other time (%) = 0.000107288 (0.624306) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:52 2021 Memory usage per processor = 27.5208 Mbytes Step Atoms AVEKE stressZZ 4555 5000 5.8482693e-12 1263402.7 4556 -0.00766999999999581 1263379.17454455 4556 5000 5.8478826e-12 1263379.2 Loop time of 0.016407 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:52 2021 Pair time (%) = 0.000840902 (5.12526) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.206347) Outpt time (%) = 0.015434 (94.0697) Other time (%) = 9.82285e-05 (0.598698) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:52 2021 Memory usage per processor = 27.5208 Mbytes Step Atoms AVEKE stressZZ 4556 5000 5.8478826e-12 1263376.6 4557 -0.00766999999999581 1263353.10297486 4557 5000 5.8474961e-12 1263353.1 Loop time of 0.01648 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:52 2021 Pair time (%) = 0.000977039 (5.92865) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.224241) Outpt time (%) = 0.015342 (93.0948) Other time (%) = 0.000123978 (0.752293) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:52 2021 Memory usage per processor = 27.5208 Mbytes Step Atoms AVEKE stressZZ 4557 5000 5.8474961e-12 1263350.5 4558 -0.00766999999999581 1263327.03256053 4558 5000 5.8471095e-12 1263327 Loop time of 0.0170181 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:52 2021 Pair time (%) = 0.000930786 (5.4694) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.204542) Outpt time (%) = 0.0159581 (93.7713) Other time (%) = 9.44138e-05 (0.554785) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:52 2021 Memory usage per processor = 27.5208 Mbytes Step Atoms AVEKE stressZZ 4558 5000 5.8471095e-12 1263324.5 4559 -0.00766999999999581 1263300.96330144 4559 5000 5.846723e-12 1263301 Loop time of 0.017221 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:52 2021 Pair time (%) = 0.0010252 (5.95321) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.227052) Outpt time (%) = 0.016005 (92.9392) Other time (%) = 0.000151634 (0.880521) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:52 2021 Memory usage per processor = 27.5208 Mbytes Step Atoms AVEKE stressZZ 4559 5000 5.846723e-12 1263298.4 4560 -0.00766999999999581 1263274.89519746 4560 5000 5.8463366e-12 1263274.9 Loop time of 0.0182819 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:52 2021 Pair time (%) = 0.000844002 (4.61659) Neigh time (%) = 0 (0) Comm time (%) = 7.51019e-05 (0.410798) Outpt time (%) = 0.017261 (94.4158) Other time (%) = 0.000101805 (0.55686) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:52 2021 Memory usage per processor = 27.5208 Mbytes Step Atoms AVEKE stressZZ 4560 5000 5.8463366e-12 1263272.3 4561 -0.00766999999999581 1263248.82824845 4561 5000 5.8459501e-12 1263248.8 Loop time of 0.016818 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:52 2021 Pair time (%) = 0.00107384 (6.38503) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.231075) Outpt time (%) = 0.01559 (92.6978) Other time (%) = 0.000115395 (0.686136) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:52 2021 Memory usage per processor = 27.5208 Mbytes Step Atoms AVEKE stressZZ 4561 5000 5.8459501e-12 1263246.3 4562 -0.00766999999999581 1263222.76245429 4562 5000 5.8455637e-12 1263222.8 Loop time of 0.0169239 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:52 2021 Pair time (%) = 0.000842094 (4.97577) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207089) Outpt time (%) = 0.015955 (94.2748) Other time (%) = 9.17912e-05 (0.542376) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:52 2021 Memory usage per processor = 27.5208 Mbytes Step Atoms AVEKE stressZZ 4562 5000 5.8455637e-12 1263220.2 4563 -0.00766999999999581 1263196.69781485 4563 5000 5.8451774e-12 1263196.7 Loop time of 0.016896 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:52 2021 Pair time (%) = 0.000843048 (4.98963) Neigh time (%) = 0 (0) Comm time (%) = 4.88758e-05 (0.289274) Outpt time (%) = 0.0158782 (93.976) Other time (%) = 0.000125885 (0.745058) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:52 2021 Memory usage per processor = 27.5208 Mbytes Step Atoms AVEKE stressZZ 4563 5000 5.8451774e-12 1263194.1 4564 -0.00766999999999581 1263170.63433001 4564 5000 5.844791e-12 1263170.6 Loop time of 0.0164192 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:52 2021 Pair time (%) = 0.000863075 (5.25651) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.219263) Outpt time (%) = 0.0154159 (93.8897) Other time (%) = 0.000104189 (0.634556) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:52 2021 Memory usage per processor = 27.5208 Mbytes Step Atoms AVEKE stressZZ 4564 5000 5.844791e-12 1263168.1 4565 -0.00766999999999581 1263144.57199964 4565 5000 5.8444047e-12 1263144.6 Loop time of 0.0171571 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:52 2021 Pair time (%) = 0.000872135 (5.08324) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204274) Outpt time (%) = 0.0161161 (93.9329) Other time (%) = 0.000133753 (0.779578) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:52 2021 Memory usage per processor = 27.5208 Mbytes Step Atoms AVEKE stressZZ 4565 5000 5.8444047e-12 1263142 4566 -0.00766999999999581 1263118.51082362 4566 5000 5.8440185e-12 1263118.5 Loop time of 0.016279 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:52 2021 Pair time (%) = 0.000842094 (5.17289) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.215293) Outpt time (%) = 0.0153081 (94.0362) Other time (%) = 9.36985e-05 (0.57558) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:52 2021 Memory usage per processor = 27.5208 Mbytes Step Atoms AVEKE stressZZ 4566 5000 5.8440185e-12 1263116 4567 -0.00766999999999581 1263092.45080181 4567 5000 5.8436322e-12 1263092.5 Loop time of 0.016151 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:52 2021 Pair time (%) = 0.000839949 (5.20061) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.217) Outpt time (%) = 0.0151861 (94.0259) Other time (%) = 8.98838e-05 (0.556523) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:52 2021 Memory usage per processor = 27.5208 Mbytes Step Atoms AVEKE stressZZ 4567 5000 5.8436322e-12 1263089.9 4568 -0.00766999999999581 1263066.39193411 4568 5000 5.843246e-12 1263066.4 Loop time of 0.0162878 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:52 2021 Pair time (%) = 0.000844002 (5.1818) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.207858) Outpt time (%) = 0.0153229 (94.0761) Other time (%) = 8.70228e-05 (0.534282) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:52 2021 Memory usage per processor = 27.5208 Mbytes Step Atoms AVEKE stressZZ 4568 5000 5.843246e-12 1263063.8 4569 -0.00766999999999581 1263040.33422034 4569 5000 5.8428599e-12 1263040.3 Loop time of 0.0168121 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:52 2021 Pair time (%) = 0.000840902 (5.00177) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.202794) Outpt time (%) = 0.015846 (94.2537) Other time (%) = 9.10759e-05 (0.541729) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:52 2021 Memory usage per processor = 27.5208 Mbytes Step Atoms AVEKE stressZZ 4569 5000 5.8428599e-12 1263037.8 4570 -0.00766999999999581 1263014.27766048 4570 5000 5.8424737e-12 1263014.3 Loop time of 0.0182021 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:52 2021 Pair time (%) = 0.000876904 (4.8176) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.203026) Outpt time (%) = 0.0171821 (94.3965) Other time (%) = 0.000106096 (0.58288) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:52 2021 Memory usage per processor = 27.5208 Mbytes Step Atoms AVEKE stressZZ 4570 5000 5.8424737e-12 1263011.7 4571 -0.00766999999999581 1262988.22225432 4571 5000 5.8420876e-12 1262988.2 Loop time of 0.0172839 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:52 2021 Pair time (%) = 0.00097084 (5.61702) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.201396) Outpt time (%) = 0.0161309 (93.3291) Other time (%) = 0.000147343 (0.852484) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:52 2021 Memory usage per processor = 27.5208 Mbytes Step Atoms AVEKE stressZZ 4571 5000 5.8420876e-12 1262985.7 4572 -0.00766999999999581 1262962.16800175 4572 5000 5.8417016e-12 1262962.2 Loop time of 0.0172918 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:52 2021 Pair time (%) = 0.00087595 (5.0657) Neigh time (%) = 0 (0) Comm time (%) = 6.00815e-05 (0.347457) Outpt time (%) = 0.0162439 (93.9402) Other time (%) = 0.000111818 (0.646656) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:52 2021 Memory usage per processor = 27.5208 Mbytes Step Atoms AVEKE stressZZ 4572 5000 5.8417016e-12 1262959.6 4573 -0.00766999999999581 1262936.11490267 4573 5000 5.8413156e-12 1262936.1 Loop time of 0.0165868 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:52 2021 Pair time (%) = 0.000844002 (5.0884) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211298) Outpt time (%) = 0.0156138 (94.134) Other time (%) = 9.39369e-05 (0.566336) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:52 2021 Memory usage per processor = 27.5208 Mbytes Step Atoms AVEKE stressZZ 4573 5000 5.8413156e-12 1262933.6 4574 -0.00766999999999581 1262910.06295697 4574 5000 5.8409296e-12 1262910.1 Loop time of 0.0165131 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:52 2021 Pair time (%) = 0.000929117 (5.62654) Neigh time (%) = 0 (0) Comm time (%) = 5.91278e-05 (0.358066) Outpt time (%) = 0.015363 (93.035) Other time (%) = 0.000161886 (0.98035) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:52 2021 Memory usage per processor = 27.5208 Mbytes Step Atoms AVEKE stressZZ 4574 5000 5.8409296e-12 1262907.5 4575 -0.00766999999999581 1262884.01216449 4575 5000 5.8405436e-12 1262884 Loop time of 0.0171669 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:52 2021 Pair time (%) = 0.000880957 (5.13173) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.202769) Outpt time (%) = 0.0161591 (94.1294) Other time (%) = 9.20296e-05 (0.536089) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:52 2021 Memory usage per processor = 27.5208 Mbytes Step Atoms AVEKE stressZZ 4575 5000 5.8405436e-12 1262881.5 4576 -0.00766999999999581 1262857.96252516 4576 5000 5.8401577e-12 1262858 Loop time of 0.0169692 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:52 2021 Pair time (%) = 0.000841856 (4.96108) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.205131) Outpt time (%) = 0.0159979 (94.276) Other time (%) = 9.46522e-05 (0.557788) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:52 2021 Memory usage per processor = 27.5208 Mbytes Step Atoms AVEKE stressZZ 4576 5000 5.8401577e-12 1262855.4 4577 -0.00766999999999581 1262831.91403883 4577 5000 5.8397718e-12 1262831.9 Loop time of 0.016607 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:52 2021 Pair time (%) = 0.000844002 (5.08219) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.216783) Outpt time (%) = 0.0156291 (94.111) Other time (%) = 9.799e-05 (0.590051) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:52 2021 Memory usage per processor = 27.5208 Mbytes Step Atoms AVEKE stressZZ 4577 5000 5.8397718e-12 1262829.4 4578 -0.00766999999999581 1262805.86670537 4578 5000 5.839386e-12 1262805.9 Loop time of 0.0169909 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:52 2021 Pair time (%) = 0.000939846 (5.53147) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206272) Outpt time (%) = 0.015914 (93.6617) Other time (%) = 0.000102043 (0.600575) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:52 2021 Memory usage per processor = 27.5208 Mbytes Step Atoms AVEKE stressZZ 4578 5000 5.839386e-12 1262803.3 4579 -0.00766999999999581 1262779.82052469 4579 5000 5.8390001e-12 1262779.8 Loop time of 0.0173461 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:52 2021 Pair time (%) = 0.000843048 (4.86015) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.200673) Outpt time (%) = 0.0163741 (94.3963) Other time (%) = 9.41753e-05 (0.542918) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:52 2021 Memory usage per processor = 27.5208 Mbytes Step Atoms AVEKE stressZZ 4579 5000 5.8390001e-12 1262777.3 4580 -0.00766999999999581 1262753.77549666 4580 5000 5.8386143e-12 1262753.8 Loop time of 0.0181301 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:52 2021 Pair time (%) = 0.000844955 (4.66052) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.188051) Outpt time (%) = 0.0171559 (94.6267) Other time (%) = 9.5129e-05 (0.524703) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:52 2021 Memory usage per processor = 27.5208 Mbytes Step Atoms AVEKE stressZZ 4580 5000 5.8386143e-12 1262751.2 4581 -0.00766999999999581 1262727.73162116 4581 5000 5.8382286e-12 1262727.7 Loop time of 0.0164969 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:52 2021 Pair time (%) = 0.000871181 (5.28088) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.224011) Outpt time (%) = 0.0154529 (93.6713) Other time (%) = 0.000135899 (0.823783) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:52 2021 Memory usage per processor = 27.5208 Mbytes Step Atoms AVEKE stressZZ 4581 5000 5.8382286e-12 1262725.2 4582 -0.00766999999999581 1262701.68889808 4582 5000 5.8378429e-12 1262701.7 Loop time of 0.0173659 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:52 2021 Pair time (%) = 0.000972033 (5.59735) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.201818) Outpt time (%) = 0.0162652 (93.6613) Other time (%) = 9.36985e-05 (0.539554) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:52 2021 Memory usage per processor = 27.5208 Mbytes Step Atoms AVEKE stressZZ 4582 5000 5.8378429e-12 1262699.1 4583 -0.00766999999999581 1262675.6473273 4583 5000 5.8374572e-12 1262675.6 Loop time of 0.017138 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:52 2021 Pair time (%) = 0.000840902 (4.90665) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204502) Outpt time (%) = 0.0161679 (94.3393) Other time (%) = 9.41753e-05 (0.549512) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:52 2021 Memory usage per processor = 27.5208 Mbytes Step Atoms AVEKE stressZZ 4583 5000 5.8374572e-12 1262673.1 4584 -0.00766999999999581 1262649.60690872 4584 5000 5.8370716e-12 1262649.6 Loop time of 0.0162902 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:52 2021 Pair time (%) = 0.000844955 (5.1869) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.220999) Outpt time (%) = 0.015311 (93.9891) Other time (%) = 9.82285e-05 (0.602992) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:52 2021 Memory usage per processor = 27.5208 Mbytes Step Atoms AVEKE stressZZ 4584 5000 5.8370716e-12 1262647.1 4585 -0.00766999999999581 1262623.56764219 4585 5000 5.8366859e-12 1262623.6 Loop time of 0.0170748 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:52 2021 Pair time (%) = 0.00109196 (6.39513) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.210844) Outpt time (%) = 0.0157909 (92.4808) Other time (%) = 0.000155926 (0.913191) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:19:52 2021 Memory usage per processor = 27.5208 Mbytes Step Atoms AVEKE stressZZ 4585 5000 5.8366859e-12 1262621 4586 -0.00766999999999581 1262592.77469138 4586 5000 1.1531406e-11 1262634.1 Loop time of 0.0169442 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:52 2021 Pair time (%) = 0.000883102 (5.21184) Neigh time (%) = 0 (0) Comm time (%) = 5.91278e-05 (0.348957) Outpt time (%) = 0.0158818 (93.73) Other time (%) = 0.000120163 (0.70917) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:52 2021 Memory usage per processor = 27.5208 Mbytes Step Atoms AVEKE stressZZ 4586 5000 1.1531406e-11 1291349.8 4587 -0.0077024999999958 1291318.54084178 4587 5000 9.3332457e-12 1291318.5 Loop time of 0.0162408 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:52 2021 Pair time (%) = 0.000847101 (5.21587) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.215799) Outpt time (%) = 0.015264 (93.9855) Other time (%) = 9.46522e-05 (0.582804) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:52 2021 Memory usage per processor = 27.5208 Mbytes Step Atoms AVEKE stressZZ 4587 5000 9.3332457e-12 1291315.1 4588 -0.0077024999999958 1291286.43865888 4588 5000 8.0568235e-12 1291286.4 Loop time of 0.0167282 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:53 2021 Pair time (%) = 0.000908136 (5.42879) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.220914) Outpt time (%) = 0.0156758 (93.7089) Other time (%) = 0.000107288 (0.641364) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:53 2021 Memory usage per processor = 27.5208 Mbytes Step Atoms AVEKE stressZZ 4588 5000 8.0568235e-12 1291283.3 4589 -0.0077024999999958 1291256.30522266 4589 5000 7.2942419e-12 1291256.3 Loop time of 0.016952 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:53 2021 Pair time (%) = 0.000845909 (4.99001) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.205339) Outpt time (%) = 0.0159779 (94.2533) Other time (%) = 9.34601e-05 (0.551321) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:53 2021 Memory usage per processor = 27.5208 Mbytes Step Atoms AVEKE stressZZ 4589 5000 7.2942419e-12 1291253.3 4590 -0.0077024999999958 1291227.42337821 4590 5000 6.8291566e-12 1291227.4 Loop time of 0.0187092 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:53 2021 Pair time (%) = 0.000844955 (4.51626) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.187328) Outpt time (%) = 0.01774 (94.8198) Other time (%) = 8.91685e-05 (0.476603) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:53 2021 Memory usage per processor = 27.521 Mbytes Step Atoms AVEKE stressZZ 4590 5000 6.8291566e-12 1291224.6 4591 -0.0077024999999958 1291199.33736765 4591 5000 6.5413976e-12 1291199.3 Loop time of 0.016289 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:53 2021 Pair time (%) = 0.000845909 (5.19313) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.207842) Outpt time (%) = 0.0153139 (94.0136) Other time (%) = 9.53674e-05 (0.585472) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:53 2021 Memory usage per processor = 27.521 Mbytes Step Atoms AVEKE stressZZ 4591 5000 6.5413976e-12 1291196.6 4592 -0.0077024999999958 1291171.75755253 4592 5000 6.3615908e-12 1291171.8 Loop time of 0.0170128 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:53 2021 Pair time (%) = 0.00126815 (7.45407) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.22983) Outpt time (%) = 0.0155439 (91.3659) Other time (%) = 0.000161648 (0.950152) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:53 2021 Memory usage per processor = 27.521 Mbytes Step Atoms AVEKE stressZZ 4592 5000 6.3615908e-12 1291169 4593 -0.0077024999999958 1291144.49986455 4593 5000 6.2484738e-12 1291144.5 Loop time of 0.0170941 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:53 2021 Pair time (%) = 0.000841856 (4.92482) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.198053) Outpt time (%) = 0.0161221 (94.3136) Other time (%) = 9.63211e-05 (0.563475) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:53 2021 Memory usage per processor = 27.521 Mbytes Step Atoms AVEKE stressZZ 4593 5000 6.2484738e-12 1291141.8 4594 -0.0077024999999958 1291117.44732634 4594 5000 6.1769652e-12 1291117.4 Loop time of 0.0166001 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:53 2021 Pair time (%) = 0.000845909 (5.0958) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211128) Outpt time (%) = 0.0156319 (94.1674) Other time (%) = 8.72612e-05 (0.525666) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:53 2021 Memory usage per processor = 27.521 Mbytes Step Atoms AVEKE stressZZ 4594 5000 6.1769652e-12 1291114.8 4595 -0.0077024999999958 1291090.52559743 4595 5000 6.1315866e-12 1291090.5 Loop time of 0.0165579 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:53 2021 Pair time (%) = 0.000926018 (5.59259) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.223185) Outpt time (%) = 0.015492 (93.5622) Other time (%) = 0.000102997 (0.622039) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:53 2021 Memory usage per processor = 27.521 Mbytes Step Atoms AVEKE stressZZ 4595 5000 6.1315866e-12 1291087.9 4596 -0.0077024999999958 1291063.68743355 4596 5000 6.1026874e-12 1291063.7 Loop time of 0.017324 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:53 2021 Pair time (%) = 0.000972986 (5.61642) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.202307) Outpt time (%) = 0.016227 (93.6679) Other time (%) = 8.89301e-05 (0.513336) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:53 2021 Memory usage per processor = 27.521 Mbytes Step Atoms AVEKE stressZZ 4596 5000 6.1026874e-12 1291061 4597 -0.0077024999999958 1291036.90281037 4597 5000 6.08421e-12 1291036.9 Loop time of 0.017071 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:53 2021 Pair time (%) = 0.000847101 (4.96222) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205304) Outpt time (%) = 0.0160999 (94.3115) Other time (%) = 8.89301e-05 (0.520942) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:53 2021 Memory usage per processor = 27.521 Mbytes Step Atoms AVEKE stressZZ 4597 5000 6.08421e-12 1291034.2 4598 -0.0077024999999958 1291010.15264705 4598 5000 6.0723352e-12 1291010.2 Loop time of 0.0164821 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:53 2021 Pair time (%) = 0.000886917 (5.38109) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.21264) Outpt time (%) = 0.015465 (93.8291) Other time (%) = 9.5129e-05 (0.577165) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:53 2021 Memory usage per processor = 27.521 Mbytes Step Atoms AVEKE stressZZ 4598 5000 6.0723352e-12 1291007.5 4599 -0.0077024999999958 1290983.42481742 4599 5000 6.064648e-12 1290983.4 Loop time of 0.0172019 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:53 2021 Pair time (%) = 0.00114298 (6.64449) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.22176) Outpt time (%) = 0.0158169 (91.9487) Other time (%) = 0.000203848 (1.18503) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:53 2021 Memory usage per processor = 27.521 Mbytes Step Atoms AVEKE stressZZ 4599 5000 6.064648e-12 1290980.8 4600 -0.0077024999999958 1290956.71161507 4600 5000 6.0596186e-12 1290956.7 Loop time of 0.0189872 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:53 2021 Pair time (%) = 0.000844002 (4.44511) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.184585) Outpt time (%) = 0.018019 (94.9007) Other time (%) = 8.91685e-05 (0.469625) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:53 2021 Memory usage per processor = 27.521 Mbytes Step Atoms AVEKE stressZZ 4600 5000 6.0596186e-12 1290954.1 4601 -0.0077024999999958 1290930.00814248 4601 5000 6.056277e-12 1290930 Loop time of 0.016741 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:53 2021 Pair time (%) = 0.000844955 (5.04721) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.215048) Outpt time (%) = 0.0157671 (94.1823) Other time (%) = 9.29832e-05 (0.555421) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:53 2021 Memory usage per processor = 27.521 Mbytes Step Atoms AVEKE stressZZ 4601 5000 6.056277e-12 1290927.4 4602 -0.0077024999999958 1290903.31128709 4602 5000 6.0540074e-12 1290903.3 Loop time of 0.0163951 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:53 2021 Pair time (%) = 0.000885963 (5.40383) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.250124) Outpt time (%) = 0.0153632 (93.7062) Other time (%) = 0.000104904 (0.639851) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:53 2021 Memory usage per processor = 27.521 Mbytes Step Atoms AVEKE stressZZ 4602 5000 6.0540074e-12 1290900.7 4603 -0.0077024999999958 1290876.61907082 4603 5000 6.0524189e-12 1290876.6 Loop time of 0.0169048 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:53 2021 Pair time (%) = 0.000898123 (5.31282) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.218605) Outpt time (%) = 0.015837 (93.683) Other time (%) = 0.000132799 (0.785569) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:53 2021 Memory usage per processor = 27.521 Mbytes Step Atoms AVEKE stressZZ 4603 5000 6.0524189e-12 1290874 4604 -0.0077024999999958 1290849.93023652 4604 5000 6.0512631e-12 1290849.9 Loop time of 0.017056 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:53 2021 Pair time (%) = 0.000845909 (4.9596) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205485) Outpt time (%) = 0.0160789 (94.2716) Other time (%) = 9.60827e-05 (0.563337) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:53 2021 Memory usage per processor = 27.521 Mbytes Step Atoms AVEKE stressZZ 4604 5000 6.0512631e-12 1290847.3 4605 -0.0077024999999958 1290823.24398515 4605 5000 6.0503823e-12 1290823.2 Loop time of 0.0164292 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:53 2021 Pair time (%) = 0.000934839 (5.69011) Neigh time (%) = 0 (0) Comm time (%) = 5.91278e-05 (0.359895) Outpt time (%) = 0.0153069 (93.1693) Other time (%) = 0.000128269 (0.78074) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:53 2021 Memory usage per processor = 27.521 Mbytes Step Atoms AVEKE stressZZ 4605 5000 6.0503823e-12 1290820.6 4606 -0.0077024999999958 1290796.55980892 4606 5000 6.0496762e-12 1290796.6 Loop time of 0.0166631 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:53 2021 Pair time (%) = 0.00102496 (6.15109) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.234654) Outpt time (%) = 0.0154738 (92.8631) Other time (%) = 0.00012517 (0.75118) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:53 2021 Memory usage per processor = 27.521 Mbytes Step Atoms AVEKE stressZZ 4606 5000 6.0496762e-12 1290793.9 4607 -0.0077024999999958 1290769.87738502 4607 5000 6.0490812e-12 1290769.9 Loop time of 0.017061 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:53 2021 Pair time (%) = 0.000844955 (4.95256) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.204027) Outpt time (%) = 0.0160899 (94.3082) Other time (%) = 9.13143e-05 (0.535223) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:53 2021 Memory usage per processor = 27.521 Mbytes Step Atoms AVEKE stressZZ 4607 5000 6.0490812e-12 1290767.2 4608 -0.0077024999999958 1290743.19650825 4608 5000 6.0485568e-12 1290743.2 Loop time of 0.0164609 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:53 2021 Pair time (%) = 0.000891924 (5.41844) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.212914) Outpt time (%) = 0.0154369 (93.7791) Other time (%) = 9.70364e-05 (0.589496) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:53 2021 Memory usage per processor = 27.521 Mbytes Step Atoms AVEKE stressZZ 4608 5000 6.0485568e-12 1290740.5 4609 -0.0077024999999958 1290716.51704812 4609 5000 6.0480773e-12 1290716.5 Loop time of 0.0164459 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:53 2021 Pair time (%) = 0.00088191 (5.3625) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.224706) Outpt time (%) = 0.0153999 (93.6401) Other time (%) = 0.000127077 (0.772699) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:53 2021 Memory usage per processor = 27.521 Mbytes Step Atoms AVEKE stressZZ 4609 5000 6.0480773e-12 1290713.9 4610 -0.0077024999999958 1290689.83892171 4610 5000 6.0476263e-12 1290689.8 Loop time of 0.018363 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:53 2021 Pair time (%) = 0.000873089 (4.75461) Neigh time (%) = 0 (0) Comm time (%) = 5.00679e-05 (0.272656) Outpt time (%) = 0.017338 (94.4183) Other time (%) = 0.000101805 (0.554401) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:53 2021 Memory usage per processor = 27.521 Mbytes Step Atoms AVEKE stressZZ 4610 5000 6.0476263e-12 1290687.2 4611 -0.0077024999999958 1290663.1620762 4611 5000 6.0471934e-12 1290663.2 Loop time of 0.0163131 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:53 2021 Pair time (%) = 0.000904083 (5.54208) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.214843) Outpt time (%) = 0.015281 (93.6731) Other time (%) = 9.29832e-05 (0.569992) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:53 2021 Memory usage per processor = 27.521 Mbytes Step Atoms AVEKE stressZZ 4611 5000 6.0471934e-12 1290660.5 4612 -0.0077024999999958 1290636.48647803 4612 5000 6.0467721e-12 1290636.5 Loop time of 0.0161321 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:53 2021 Pair time (%) = 0.000847101 (5.25102) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.217253) Outpt time (%) = 0.0151598 (93.9731) Other time (%) = 9.01222e-05 (0.558651) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:53 2021 Memory usage per processor = 27.521 Mbytes Step Atoms AVEKE stressZZ 4612 5000 6.0467721e-12 1290633.8 4613 -0.0077024999999958 1290609.81210578 4613 5000 6.0463581e-12 1290609.8 Loop time of 0.0162249 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:53 2021 Pair time (%) = 0.000916958 (5.65156) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.208664) Outpt time (%) = 0.015183 (93.5784) Other time (%) = 9.10759e-05 (0.561335) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:53 2021 Memory usage per processor = 27.521 Mbytes Step Atoms AVEKE stressZZ 4613 5000 6.0463581e-12 1290607.2 4614 -0.0077024999999958 1290583.13894577 4614 5000 6.0459489e-12 1290583.1 Loop time of 0.0170679 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:53 2021 Pair time (%) = 0.000844002 (4.94496) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.198357) Outpt time (%) = 0.016098 (94.3175) Other time (%) = 9.20296e-05 (0.539197) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:53 2021 Memory usage per processor = 27.521 Mbytes Step Atoms AVEKE stressZZ 4614 5000 6.0459489e-12 1290580.5 4615 -0.0077024999999958 1290556.46698928 4615 5000 6.0455426e-12 1290556.5 Loop time of 0.0165131 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:53 2021 Pair time (%) = 0.00089097 (5.39553) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.212241) Outpt time (%) = 0.0154951 (93.8349) Other time (%) = 9.20296e-05 (0.557312) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:53 2021 Memory usage per processor = 27.521 Mbytes Step Atoms AVEKE stressZZ 4615 5000 6.0455426e-12 1290553.8 4616 -0.0077024999999958 1290529.7962307 4616 5000 6.0451382e-12 1290529.8 Loop time of 0.0166459 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:53 2021 Pair time (%) = 0.00100803 (6.05574) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.234896) Outpt time (%) = 0.015444 (92.7798) Other time (%) = 0.000154734 (0.92956) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:53 2021 Memory usage per processor = 27.521 Mbytes Step Atoms AVEKE stressZZ 4616 5000 6.0451382e-12 1290527.1 4617 -0.0077024999999958 1290503.12666647 4617 5000 6.044735e-12 1290503.1 Loop time of 0.0171521 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:53 2021 Pair time (%) = 0.000954151 (5.56289) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.209894) Outpt time (%) = 0.0160601 (93.6337) Other time (%) = 0.000101805 (0.593542) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:53 2021 Memory usage per processor = 27.521 Mbytes Step Atoms AVEKE stressZZ 4617 5000 6.044735e-12 1290500.5 4618 -0.0077024999999958 1290476.45829415 4618 5000 6.0443327e-12 1290476.5 Loop time of 0.0168891 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:53 2021 Pair time (%) = 0.000884056 (5.23448) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207516) Outpt time (%) = 0.015877 (94.0075) Other time (%) = 9.29832e-05 (0.550552) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:53 2021 Memory usage per processor = 27.521 Mbytes Step Atoms AVEKE stressZZ 4618 5000 6.0443327e-12 1290473.8 4619 -0.0077024999999958 1290449.79111227 4619 5000 6.0439308e-12 1290449.8 Loop time of 0.016413 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:53 2021 Pair time (%) = 0.000859022 (5.2338) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.219346) Outpt time (%) = 0.0153861 (93.7436) Other time (%) = 0.000131845 (0.8033) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:53 2021 Memory usage per processor = 27.521 Mbytes Step Atoms AVEKE stressZZ 4619 5000 6.0439308e-12 1290447.1 4620 -0.0077024999999958 1290423.12511975 4620 5000 6.0435293e-12 1290423.1 Loop time of 0.0186121 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:53 2021 Pair time (%) = 0.000869989 (4.67431) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.193429) Outpt time (%) = 0.0176051 (94.5891) Other time (%) = 0.000101089 (0.543137) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:53 2021 Memory usage per processor = 27.521 Mbytes Step Atoms AVEKE stressZZ 4620 5000 6.0435293e-12 1290420.5 4621 -0.0077024999999958 1290396.46031591 4621 5000 6.0431281e-12 1290396.5 Loop time of 0.0170422 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:53 2021 Pair time (%) = 0.000845909 (4.96363) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205652) Outpt time (%) = 0.016068 (94.2837) Other time (%) = 9.32217e-05 (0.547006) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:53 2021 Memory usage per processor = 27.521 Mbytes Step Atoms AVEKE stressZZ 4621 5000 6.0431281e-12 1290393.8 4622 -0.0077024999999958 1290369.79670026 4622 5000 6.0427269e-12 1290369.8 Loop time of 0.0168281 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:53 2021 Pair time (%) = 0.000864983 (5.14012) Neigh time (%) = 0 (0) Comm time (%) = 4.88758e-05 (0.290442) Outpt time (%) = 0.015806 (93.9262) Other time (%) = 0.000108242 (0.643223) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:53 2021 Memory usage per processor = 27.521 Mbytes Step Atoms AVEKE stressZZ 4622 5000 6.0427269e-12 1290367.1 4623 -0.0077024999999958 1290343.1342724 4623 5000 6.0423259e-12 1290343.1 Loop time of 0.016464 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:53 2021 Pair time (%) = 0.000975132 (5.92282) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.231699) Outpt time (%) = 0.015327 (93.0939) Other time (%) = 0.000123739 (0.751575) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:53 2021 Memory usage per processor = 27.521 Mbytes Step Atoms AVEKE stressZZ 4623 5000 6.0423259e-12 1290340.5 4624 -0.0077024999999958 1290316.47303207 4624 5000 6.041925e-12 1290316.5 Loop time of 0.0169969 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:53 2021 Pair time (%) = 0.000853062 (5.01894) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.211811) Outpt time (%) = 0.01601 (94.1941) Other time (%) = 9.77516e-05 (0.575116) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:53 2021 Memory usage per processor = 27.521 Mbytes Step Atoms AVEKE stressZZ 4624 5000 6.041925e-12 1290313.8 4625 -0.0077024999999958 1290289.81297903 4625 5000 6.0415242e-12 1290289.8 Loop time of 0.0170319 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:53 2021 Pair time (%) = 0.000884056 (5.19059) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.216974) Outpt time (%) = 0.0160151 (94.0297) Other time (%) = 9.58443e-05 (0.562734) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:53 2021 Memory usage per processor = 27.521 Mbytes Step Atoms AVEKE stressZZ 4625 5000 6.0415242e-12 1290287.2 4626 -0.0077024999999958 1290263.1541131 4626 5000 6.0411234e-12 1290263.2 Loop time of 0.0163639 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:53 2021 Pair time (%) = 0.000849962 (5.19414) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.220004) Outpt time (%) = 0.015336 (93.7189) Other time (%) = 0.000141859 (0.866905) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:53 2021 Memory usage per processor = 27.521 Mbytes Step Atoms AVEKE stressZZ 4626 5000 6.0411234e-12 1290260.5 4627 -0.0077024999999958 1290236.49643409 4627 5000 6.0407227e-12 1290236.5 Loop time of 0.017169 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:53 2021 Pair time (%) = 0.00088501 (5.1547) Neigh time (%) = 0 (0) Comm time (%) = 6.69956e-05 (0.390213) Outpt time (%) = 0.016115 (93.8607) Other time (%) = 0.000102043 (0.594345) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:53 2021 Memory usage per processor = 27.521 Mbytes Step Atoms AVEKE stressZZ 4627 5000 6.0407227e-12 1290233.8 4628 -0.0077024999999958 1290209.83994185 4628 5000 6.040322e-12 1290209.8 Loop time of 0.0169649 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:53 2021 Pair time (%) = 0.00088501 (5.21671) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206588) Outpt time (%) = 0.0159521 (94.03) Other time (%) = 9.27448e-05 (0.546686) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:53 2021 Memory usage per processor = 27.521 Mbytes Step Atoms AVEKE stressZZ 4628 5000 6.040322e-12 1290207.2 4629 -0.0077024999999958 1290183.18463622 4629 5000 6.0399213e-12 1290183.2 Loop time of 0.016798 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:53 2021 Pair time (%) = 0.000845909 (5.03577) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208641) Outpt time (%) = 0.0158219 (94.1893) Other time (%) = 9.5129e-05 (0.566311) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:53 2021 Memory usage per processor = 27.521 Mbytes Step Atoms AVEKE stressZZ 4629 5000 6.0399213e-12 1290180.5 4630 -0.0077024999999958 1290156.53051704 4630 5000 6.0395207e-12 1290156.5 Loop time of 0.0181792 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:53 2021 Pair time (%) = 0.000915051 (5.03351) Neigh time (%) = 0 (0) Comm time (%) = 6.10352e-05 (0.335742) Outpt time (%) = 0.0170991 (94.0589) Other time (%) = 0.000103951 (0.571811) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:53 2021 Memory usage per processor = 27.521 Mbytes Step Atoms AVEKE stressZZ 4630 5000 6.0395207e-12 1290153.9 4631 -0.0077024999999958 1290129.87758424 4631 5000 6.0391201e-12 1290129.9 Loop time of 0.01717 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:53 2021 Pair time (%) = 0.000927925 (5.40435) Neigh time (%) = 0 (0) Comm time (%) = 6.10352e-05 (0.355477) Outpt time (%) = 0.016067 (93.5764) Other time (%) = 0.000113964 (0.663741) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:53 2021 Memory usage per processor = 27.521 Mbytes Step Atoms AVEKE stressZZ 4631 5000 6.0391201e-12 1290127.2 4632 -0.0077024999999958 1290103.22583761 4632 5000 6.0387196e-12 1290103.2 Loop time of 0.017082 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:54 2021 Pair time (%) = 0.000845909 (4.95206) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.280542) Outpt time (%) = 0.016041 (93.9062) Other time (%) = 0.000147104 (0.861167) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:54 2021 Memory usage per processor = 27.521 Mbytes Step Atoms AVEKE stressZZ 4632 5000 6.0387196e-12 1290100.6 4633 -0.0077024999999958 1290076.57527704 4633 5000 6.0383191e-12 1290076.6 Loop time of 0.016345 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:54 2021 Pair time (%) = 0.000892162 (5.45831) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.214423) Outpt time (%) = 0.0153241 (93.754) Other time (%) = 9.36985e-05 (0.573254) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:54 2021 Memory usage per processor = 27.521 Mbytes Step Atoms AVEKE stressZZ 4633 5000 6.0383191e-12 1290073.9 4634 -0.0077024999999958 1290049.92590242 4634 5000 6.0379186e-12 1290049.9 Loop time of 0.0172069 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:54 2021 Pair time (%) = 0.00122809 (7.13722) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.272963) Outpt time (%) = 0.0157609 (91.5963) Other time (%) = 0.000170946 (0.993474) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:54 2021 Memory usage per processor = 27.521 Mbytes Step Atoms AVEKE stressZZ 4634 5000 6.0379186e-12 1290047.3 4635 -0.0077024999999958 1290023.2777136 4635 5000 6.0375182e-12 1290023.3 Loop time of 0.017292 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:54 2021 Pair time (%) = 0.000844955 (4.88639) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.20268) Outpt time (%) = 0.0163219 (94.3898) Other time (%) = 9.01222e-05 (0.521178) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:54 2021 Memory usage per processor = 27.521 Mbytes Step Atoms AVEKE stressZZ 4635 5000 6.0375182e-12 1290020.6 4636 -0.0077024999999958 1289996.63071046 4636 5000 6.0371178e-12 1289996.6 Loop time of 0.0173609 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:54 2021 Pair time (%) = 0.000882864 (5.08535) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.201876) Outpt time (%) = 0.0163469 (94.1593) Other time (%) = 9.60827e-05 (0.553442) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:54 2021 Memory usage per processor = 27.521 Mbytes Step Atoms AVEKE stressZZ 4636 5000 6.0371178e-12 1289994 4637 -0.0077024999999958 1289969.98489288 4637 5000 6.0367174e-12 1289970 Loop time of 0.016367 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:54 2021 Pair time (%) = 0.000854015 (5.21792) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.219963) Outpt time (%) = 0.0153759 (93.9445) Other time (%) = 0.000101089 (0.617644) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:54 2021 Memory usage per processor = 27.521 Mbytes Step Atoms AVEKE stressZZ 4637 5000 6.0367174e-12 1289967.3 4638 -0.0077024999999958 1289943.3402607 4638 5000 6.0363171e-12 1289943.3 Loop time of 0.0168929 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:54 2021 Pair time (%) = 0.000859022 (5.0851) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.21876) Outpt time (%) = 0.015893 (94.0808) Other time (%) = 0.000103951 (0.61535) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:54 2021 Memory usage per processor = 27.521 Mbytes Step Atoms AVEKE stressZZ 4638 5000 6.0363171e-12 1289940.7 4639 -0.0077024999999958 1289916.69681381 4639 5000 6.0359168e-12 1289916.7 Loop time of 0.0170031 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:54 2021 Pair time (%) = 0.00089097 (5.24006) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.204723) Outpt time (%) = 0.0159831 (94.0013) Other time (%) = 9.41753e-05 (0.553873) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:54 2021 Memory usage per processor = 27.521 Mbytes Step Atoms AVEKE stressZZ 4639 5000 6.0359168e-12 1289914 4640 -0.0077024999999958 1289890.05455354 4640 5000 6.0355165e-12 1289890.1 Loop time of 0.0181491 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:54 2021 Pair time (%) = 0.000846148 (4.66219) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.193109) Outpt time (%) = 0.0171752 (94.6337) Other time (%) = 9.27448e-05 (0.511015) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:54 2021 Memory usage per processor = 27.521 Mbytes Step Atoms AVEKE stressZZ 4640 5000 6.0355165e-12 1289887.4 4641 -0.0077024999999958 1289863.41348216 4641 5000 6.0351163e-12 1289863.4 Loop time of 0.0167019 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:54 2021 Pair time (%) = 0.00099802 (5.97548) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.234108) Outpt time (%) = 0.015533 (93.001) Other time (%) = 0.000131845 (0.789402) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:54 2021 Memory usage per processor = 27.521 Mbytes Step Atoms AVEKE stressZZ 4641 5000 6.0351163e-12 1289860.8 4642 -0.0077024999999958 1289836.77359785 4642 5000 6.0347161e-12 1289836.8 Loop time of 0.016916 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:54 2021 Pair time (%) = 0.000846148 (5.00204) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207185) Outpt time (%) = 0.0159421 (94.2425) Other time (%) = 9.27448e-05 (0.548266) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:54 2021 Memory usage per processor = 27.521 Mbytes Step Atoms AVEKE stressZZ 4642 5000 6.0347161e-12 1289834.1 4643 -0.0077024999999958 1289810.13489997 4643 5000 6.034316e-12 1289810.1 Loop time of 0.0171938 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:54 2021 Pair time (%) = 0.000889063 (5.17084) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.203838) Outpt time (%) = 0.0161719 (94.0568) Other time (%) = 9.77516e-05 (0.568528) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:54 2021 Memory usage per processor = 27.521 Mbytes Step Atoms AVEKE stressZZ 4643 5000 6.034316e-12 1289807.5 4644 -0.0077024999999958 1289783.49738814 4644 5000 6.0339159e-12 1289783.5 Loop time of 0.0164161 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:54 2021 Pair time (%) = 0.000846148 (5.15438) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.225114) Outpt time (%) = 0.01543 (93.9931) Other time (%) = 0.000102997 (0.627415) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:54 2021 Memory usage per processor = 27.521 Mbytes Step Atoms AVEKE stressZZ 4644 5000 6.0339159e-12 1289780.9 4645 -0.0077024999999958 1289756.86106205 4645 5000 6.0335158e-12 1289756.9 Loop time of 0.0170381 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:54 2021 Pair time (%) = 0.000887871 (5.21109) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205701) Outpt time (%) = 0.016016 (94.0011) Other time (%) = 9.91821e-05 (0.582119) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:54 2021 Memory usage per processor = 27.521 Mbytes Step Atoms AVEKE stressZZ 4645 5000 6.0335158e-12 1289754.2 4646 -0.0077024999999958 1289730.22592151 4646 5000 6.0331157e-12 1289730.2 Loop time of 0.017271 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:54 2021 Pair time (%) = 0.000889778 (5.15185) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.196024) Outpt time (%) = 0.016252 (94.0999) Other time (%) = 9.53674e-05 (0.552181) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:54 2021 Memory usage per processor = 27.521 Mbytes Step Atoms AVEKE stressZZ 4646 5000 6.0331157e-12 1289727.6 4647 -0.0077024999999958 1289703.59196626 4647 5000 6.0327157e-12 1289703.6 Loop time of 0.017108 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:54 2021 Pair time (%) = 0.000848055 (4.95708) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204861) Outpt time (%) = 0.0161281 (94.2723) Other time (%) = 9.67979e-05 (0.565806) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:54 2021 Memory usage per processor = 27.521 Mbytes Step Atoms AVEKE stressZZ 4647 5000 6.0327157e-12 1289700.9 4648 -0.0077024999999958 1289676.95919615 4648 5000 6.0323158e-12 1289677 Loop time of 0.016664 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:54 2021 Pair time (%) = 0.00105 (6.30097) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.23321) Outpt time (%) = 0.0154309 (92.6002) Other time (%) = 0.000144243 (0.865596) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:54 2021 Memory usage per processor = 27.521 Mbytes Step Atoms AVEKE stressZZ 4648 5000 6.0323158e-12 1289674.3 4649 -0.0077024999999958 1289650.32761097 4649 5000 6.0319158e-12 1289650.3 Loop time of 0.0170021 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:54 2021 Pair time (%) = 0.000884056 (5.19969) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206136) Outpt time (%) = 0.01599 (94.0473) Other time (%) = 9.29832e-05 (0.546893) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:54 2021 Memory usage per processor = 27.521 Mbytes Step Atoms AVEKE stressZZ 4649 5000 6.0319158e-12 1289647.7 4650 -0.0077024999999958 1289623.69721059 4650 5000 6.0315159e-12 1289623.7 Loop time of 0.019022 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:54 2021 Pair time (%) = 0.00100017 (5.25795) Neigh time (%) = 0 (0) Comm time (%) = 4.88758e-05 (0.256944) Outpt time (%) = 0.0178461 (93.8183) Other time (%) = 0.000126839 (0.6668) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:54 2021 Memory usage per processor = 27.521 Mbytes Step Atoms AVEKE stressZZ 4650 5000 6.0315159e-12 1289621.1 4651 -0.0077024999999958 1289597.06799481 4651 5000 6.0311161e-12 1289597.1 Loop time of 0.0163841 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:54 2021 Pair time (%) = 0.000886917 (5.41327) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.219732) Outpt time (%) = 0.0153592 (93.7442) Other time (%) = 0.000102043 (0.622817) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:54 2021 Memory usage per processor = 27.521 Mbytes Step Atoms AVEKE stressZZ 4651 5000 6.0311161e-12 1289594.4 4652 -0.0077024999999958 1289570.4399635 4652 5000 6.0307163e-12 1289570.4 Loop time of 0.0169659 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:54 2021 Pair time (%) = 0.000879049 (5.18128) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.212198) Outpt time (%) = 0.0159509 (94.0177) Other time (%) = 9.98974e-05 (0.588814) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:54 2021 Memory usage per processor = 27.521 Mbytes Step Atoms AVEKE stressZZ 4652 5000 6.0307163e-12 1289567.8 4653 -0.0077024999999958 1289543.81311643 4653 5000 6.0303165e-12 1289543.8 Loop time of 0.0169771 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:54 2021 Pair time (%) = 0.00088501 (5.21297) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.20644) Outpt time (%) = 0.0159621 (94.0217) Other time (%) = 9.48906e-05 (0.558934) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:54 2021 Memory usage per processor = 27.521 Mbytes Step Atoms AVEKE stressZZ 4653 5000 6.0303165e-12 1289541.2 4654 -0.0077024999999958 1289517.18745278 4654 5000 6.0299167e-12 1289517.2 Loop time of 0.0165579 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:54 2021 Pair time (%) = 0.000843763 (5.09583) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211666) Outpt time (%) = 0.0155849 (94.1237) Other time (%) = 9.41753e-05 (0.568763) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:54 2021 Memory usage per processor = 27.521 Mbytes Step Atoms AVEKE stressZZ 4654 5000 6.0299167e-12 1289514.5 4655 -0.0077024999999958 1289490.5629731 4655 5000 6.029517e-12 1289490.6 Loop time of 0.0165439 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:54 2021 Pair time (%) = 0.000982046 (5.93601) Neigh time (%) = 0 (0) Comm time (%) = 5.38826e-05 (0.325695) Outpt time (%) = 0.0153799 (92.9644) Other time (%) = 0.000128031 (0.773887) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:54 2021 Memory usage per processor = 27.521 Mbytes Step Atoms AVEKE stressZZ 4655 5000 6.029517e-12 1289487.9 4656 -0.0077024999999958 1289463.93967724 4656 5000 6.0291173e-12 1289463.9 Loop time of 0.0161049 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:54 2021 Pair time (%) = 0.000880957 (5.4701) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.21762) Outpt time (%) = 0.0150969 (93.7408) Other time (%) = 9.20296e-05 (0.571437) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:54 2021 Memory usage per processor = 27.521 Mbytes Step Atoms AVEKE stressZZ 4656 5000 6.0291173e-12 1289461.3 4657 -0.0077024999999958 1289437.31756507 4657 5000 6.0287177e-12 1289437.3 Loop time of 0.0162239 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:54 2021 Pair time (%) = 0.000843048 (5.19633) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.216024) Outpt time (%) = 0.0152609 (94.0645) Other time (%) = 8.4877e-05 (0.52316) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:54 2021 Memory usage per processor = 27.521 Mbytes Step Atoms AVEKE stressZZ 4657 5000 6.0287177e-12 1289434.7 4658 -0.0077024999999958 1289410.69663647 4658 5000 6.028318e-12 1289410.7 Loop time of 0.01701 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:54 2021 Pair time (%) = 0.000950098 (5.58554) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206041) Outpt time (%) = 0.0159349 (93.68) Other time (%) = 8.98838e-05 (0.528418) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:54 2021 Memory usage per processor = 27.521 Mbytes Step Atoms AVEKE stressZZ 4658 5000 6.028318e-12 1289408 4659 -0.0077024999999958 1289384.07689129 4659 5000 6.0279185e-12 1289384.1 Loop time of 0.0166051 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:54 2021 Pair time (%) = 0.000923157 (5.55946) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.222551) Outpt time (%) = 0.015522 (93.4771) Other time (%) = 0.000123024 (0.740879) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:54 2021 Memory usage per processor = 27.521 Mbytes Step Atoms AVEKE stressZZ 4659 5000 6.0279185e-12 1289381.4 4660 -0.0077024999999958 1289357.45832941 4660 5000 6.0275189e-12 1289357.5 Loop time of 0.018635 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:54 2021 Pair time (%) = 0.000925064 (4.96411) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.188073) Outpt time (%) = 0.0175459 (94.1557) Other time (%) = 0.000128984 (0.692161) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:54 2021 Memory usage per processor = 27.521 Mbytes Step Atoms AVEKE stressZZ 4660 5000 6.0275189e-12 1289354.8 4661 -0.0077024999999958 1289330.8409507 4661 5000 6.0271194e-12 1289330.8 Loop time of 0.0170581 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:54 2021 Pair time (%) = 0.000886917 (5.19938) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205459) Outpt time (%) = 0.016041 (94.0375) Other time (%) = 9.5129e-05 (0.557675) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:54 2021 Memory usage per processor = 27.521 Mbytes Step Atoms AVEKE stressZZ 4661 5000 6.0271194e-12 1289328.2 4662 -0.0077024999999958 1289304.22475502 4662 5000 6.0267199e-12 1289304.2 Loop time of 0.0168331 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:54 2021 Pair time (%) = 0.000845909 (5.02528) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208206) Outpt time (%) = 0.0158579 (94.207) Other time (%) = 9.41753e-05 (0.559466) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:54 2021 Memory usage per processor = 27.521 Mbytes Step Atoms AVEKE stressZZ 4662 5000 6.0267199e-12 1289301.6 4663 -0.0077024999999958 1289277.60974225 4663 5000 6.0263205e-12 1289277.6 Loop time of 0.0165908 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:54 2021 Pair time (%) = 0.000931978 (5.61743) Neigh time (%) = 0 (0) Comm time (%) = 5.50747e-05 (0.331959) Outpt time (%) = 0.015475 (93.2746) Other time (%) = 0.000128746 (0.776007) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:54 2021 Memory usage per processor = 27.521 Mbytes Step Atoms AVEKE stressZZ 4663 5000 6.0263205e-12 1289275 4664 -0.0077024999999958 1289250.99591225 4664 5000 6.0259211e-12 1289251 Loop time of 0.0171921 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:54 2021 Pair time (%) = 0.000975132 (5.67197) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.209405) Outpt time (%) = 0.016041 (93.3046) Other time (%) = 0.000139952 (0.814045) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:54 2021 Memory usage per processor = 27.521 Mbytes Step Atoms AVEKE stressZZ 4664 5000 6.0259211e-12 1289248.3 4665 -0.0077024999999958 1289224.38326492 4665 5000 6.0255217e-12 1289224.4 Loop time of 0.0166869 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:54 2021 Pair time (%) = 0.000845909 (5.0693) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.204315) Outpt time (%) = 0.0157101 (94.1463) Other time (%) = 9.67979e-05 (0.580083) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:54 2021 Memory usage per processor = 27.521 Mbytes Step Atoms AVEKE stressZZ 4665 5000 6.0255217e-12 1289221.7 4666 -0.0077024999999958 1289197.77180013 4666 5000 6.0251224e-12 1289197.8 Loop time of 0.0164211 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:54 2021 Pair time (%) = 0.000874043 (5.32269) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.232305) Outpt time (%) = 0.015404 (93.8062) Other time (%) = 0.000104904 (0.638838) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:54 2021 Memory usage per processor = 27.521 Mbytes Step Atoms AVEKE stressZZ 4666 5000 6.0251224e-12 1289195.1 4667 -0.0077024999999958 1289171.16151774 4667 5000 6.0247231e-12 1289171.2 Loop time of 0.017231 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:54 2021 Pair time (%) = 0.00106907 (6.20434) Neigh time (%) = 0 (0) Comm time (%) = 5.88894e-05 (0.341764) Outpt time (%) = 0.0159991 (92.8506) Other time (%) = 0.000103951 (0.603277) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:54 2021 Memory usage per processor = 27.521 Mbytes Step Atoms AVEKE stressZZ 4667 5000 6.0247231e-12 1289168.5 4668 -0.0077024999999958 1289144.55241763 4668 5000 6.0243239e-12 1289144.6 Loop time of 0.0171061 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:54 2021 Pair time (%) = 0.000852108 (4.98132) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204884) Outpt time (%) = 0.016124 (94.2591) Other time (%) = 9.48906e-05 (0.554719) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:54 2021 Memory usage per processor = 27.521 Mbytes Step Atoms AVEKE stressZZ 4668 5000 6.0243239e-12 1289141.9 4669 -0.0077024999999958 1289117.9444997 4669 5000 6.0239246e-12 1289117.9 Loop time of 0.0169051 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:54 2021 Pair time (%) = 0.000843048 (4.98695) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.20732) Outpt time (%) = 0.015898 (94.0427) Other time (%) = 0.000128984 (0.762993) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:54 2021 Memory usage per processor = 27.521 Mbytes Step Atoms AVEKE stressZZ 4669 5000 6.0239246e-12 1289115.3 4670 -0.0077024999999958 1289091.33776382 4670 5000 6.0235255e-12 1289091.3 Loop time of 0.0180628 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:54 2021 Pair time (%) = 0.000931025 (5.15437) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.199311) Outpt time (%) = 0.0169458 (93.8161) Other time (%) = 0.000149965 (0.830242) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:54 2021 Memory usage per processor = 27.521 Mbytes Step Atoms AVEKE stressZZ 4670 5000 6.0235255e-12 1289088.7 4671 -0.0077024999999958 1289064.73220986 4671 5000 6.0231263e-12 1289064.7 Loop time of 0.0172501 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:54 2021 Pair time (%) = 0.00104594 (6.06341) Neigh time (%) = 0 (0) Comm time (%) = 5.19753e-05 (0.301305) Outpt time (%) = 0.0160251 (92.8986) Other time (%) = 0.000127077 (0.736676) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:54 2021 Memory usage per processor = 27.521 Mbytes Step Atoms AVEKE stressZZ 4671 5000 6.0231263e-12 1289062.1 4672 -0.0077024999999958 1289038.12783774 4672 5000 6.0227272e-12 1289038.1 Loop time of 0.0175071 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:54 2021 Pair time (%) = 0.000844955 (4.82637) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.198829) Outpt time (%) = 0.0165331 (94.4369) Other time (%) = 9.41753e-05 (0.537927) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:54 2021 Memory usage per processor = 27.521 Mbytes Step Atoms AVEKE stressZZ 4672 5000 6.0227272e-12 1289035.5 4673 -0.0077024999999958 1289011.52464728 4673 5000 6.0223281e-12 1289011.5 Loop time of 0.0163519 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:54 2021 Pair time (%) = 0.00085187 (5.20959) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.214333) Outpt time (%) = 0.015337 (93.7931) Other time (%) = 0.000128031 (0.78297) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:54 2021 Memory usage per processor = 27.521 Mbytes Step Atoms AVEKE stressZZ 4673 5000 6.0223281e-12 1289008.9 4674 -0.0077024999999958 1288984.92263841 4674 5000 6.0219291e-12 1288984.9 Loop time of 0.0170162 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:54 2021 Pair time (%) = 0.00118709 (6.97622) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.218576) Outpt time (%) = 0.0156429 (91.9295) Other time (%) = 0.000149012 (0.875706) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:54 2021 Memory usage per processor = 27.521 Mbytes Step Atoms AVEKE stressZZ 4674 5000 6.0219291e-12 1288982.3 4675 -0.0077024999999958 1288958.321811 4675 5000 6.0215301e-12 1288958.3 Loop time of 0.0170538 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:54 2021 Pair time (%) = 0.000956059 (5.60612) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.211103) Outpt time (%) = 0.015959 (93.5802) Other time (%) = 0.000102758 (0.602553) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:54 2021 Memory usage per processor = 27.521 Mbytes Step Atoms AVEKE stressZZ 4675 5000 6.0215301e-12 1288955.7 4676 -0.0077024999999958 1288931.72216491 4676 5000 6.0211311e-12 1288931.7 Loop time of 0.0165398 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:55 2021 Pair time (%) = 0.000844002 (5.10285) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211898) Outpt time (%) = 0.0155671 (94.1187) Other time (%) = 9.36985e-05 (0.566503) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:55 2021 Memory usage per processor = 27.521 Mbytes Step Atoms AVEKE stressZZ 4676 5000 6.0211311e-12 1288929.1 4677 -0.0077024999999958 1288905.12370006 4677 5000 6.0207322e-12 1288905.1 Loop time of 0.0165541 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:55 2021 Pair time (%) = 0.000959158 (5.79407) Neigh time (%) = 0 (0) Comm time (%) = 6.79493e-05 (0.410468) Outpt time (%) = 0.015414 (93.1128) Other time (%) = 0.00011301 (0.682673) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:55 2021 Memory usage per processor = 27.521 Mbytes Step Atoms AVEKE stressZZ 4677 5000 6.0207322e-12 1288902.5 4678 -0.0077024999999958 1288878.5264163 4678 5000 6.0203333e-12 1288878.5 Loop time of 0.0170979 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:55 2021 Pair time (%) = 0.000976801 (5.71297) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.210559) Outpt time (%) = 0.0159409 (93.2328) Other time (%) = 0.000144243 (0.843629) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:55 2021 Memory usage per processor = 27.521 Mbytes Step Atoms AVEKE stressZZ 4678 5000 6.0203333e-12 1288875.9 4679 -0.0077024999999958 1288851.93031352 4679 5000 6.0199344e-12 1288851.9 Loop time of 0.0169442 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:55 2021 Pair time (%) = 0.000846863 (4.99796) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206841) Outpt time (%) = 0.0159669 (94.2324) Other time (%) = 9.53674e-05 (0.562833) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:55 2021 Memory usage per processor = 27.521 Mbytes Step Atoms AVEKE stressZZ 4679 5000 6.0199344e-12 1288849.3 4680 -0.0077024999999958 1288825.33539162 4680 5000 6.0195356e-12 1288825.3 Loop time of 0.0179112 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:55 2021 Pair time (%) = 0.000848055 (4.73478) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.195674) Outpt time (%) = 0.0169301 (94.5225) Other time (%) = 9.799e-05 (0.547088) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:55 2021 Memory usage per processor = 27.521 Mbytes Step Atoms AVEKE stressZZ 4680 5000 6.0195356e-12 1288822.7 4681 -0.0077024999999958 1288798.74165049 4681 5000 6.0191368e-12 1288798.7 Loop time of 0.0171981 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:55 2021 Pair time (%) = 0.00112915 (6.56556) Neigh time (%) = 0 (0) Comm time (%) = 4.50611e-05 (0.262012) Outpt time (%) = 0.0158441 (92.1272) Other time (%) = 0.000179768 (1.04528) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:55 2021 Memory usage per processor = 27.521 Mbytes Step Atoms AVEKE stressZZ 4681 5000 6.0191368e-12 1288796.1 4682 -0.0077024999999958 1288772.14909002 4682 5000 6.018738e-12 1288772.1 Loop time of 0.0172632 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:55 2021 Pair time (%) = 0.000895023 (5.18458) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.203019) Outpt time (%) = 0.0162389 (94.0669) Other time (%) = 9.41753e-05 (0.545527) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:55 2021 Memory usage per processor = 27.521 Mbytes Step Atoms AVEKE stressZZ 4682 5000 6.018738e-12 1288769.5 4683 -0.0077024999999958 1288745.55771008 4683 5000 6.0183393e-12 1288745.6 Loop time of 0.0168071 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:55 2021 Pair time (%) = 0.000843048 (5.01603) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.202854) Outpt time (%) = 0.0158038 (94.0307) Other time (%) = 0.000126123 (0.750418) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:55 2021 Memory usage per processor = 27.521 Mbytes Step Atoms AVEKE stressZZ 4683 5000 6.0183393e-12 1288742.9 4684 -0.0077024999999958 1288718.96751051 4684 5000 6.0179406e-12 1288719 Loop time of 0.0164318 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:55 2021 Pair time (%) = 0.000860929 (5.23941) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.226349) Outpt time (%) = 0.015425 (93.8726) Other time (%) = 0.000108719 (0.661637) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:55 2021 Memory usage per processor = 27.521 Mbytes Step Atoms AVEKE stressZZ 4684 5000 6.0179406e-12 1288716.3 4685 -0.0077024999999958 1288692.37849128 4685 5000 6.0175419e-12 1288692.4 Loop time of 0.017071 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:55 2021 Pair time (%) = 0.000910997 (5.33652) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.210891) Outpt time (%) = 0.0160182 (93.8325) Other time (%) = 0.000105858 (0.620103) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:55 2021 Memory usage per processor = 27.521 Mbytes Step Atoms AVEKE stressZZ 4685 5000 6.0175419e-12 1288689.7 4686 -0.0077024999999958 1288665.79065225 4686 5000 6.0171433e-12 1288665.8 Loop time of 0.0172141 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:55 2021 Pair time (%) = 0.000841856 (4.89051) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.202213) Outpt time (%) = 0.016242 (94.3533) Other time (%) = 9.53674e-05 (0.554009) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:19:55 2021 Memory usage per processor = 27.521 Mbytes Step Atoms AVEKE stressZZ 4686 5000 6.0171433e-12 1288663.1 4687 -0.0077024999999958 1288634.35693867 4687 5000 1.1887922e-11 1288676.6 Loop time of 0.0161109 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:55 2021 Pair time (%) = 0.000848055 (5.26386) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.217539) Outpt time (%) = 0.0151119 (93.7994) Other time (%) = 0.000115871 (0.719212) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:55 2021 Memory usage per processor = 27.521 Mbytes Step Atoms AVEKE stressZZ 4687 5000 1.1887922e-11 1317684.9 4688 -0.00773499999999578 1317653.06467057 4688 5000 9.6208047e-12 1317653.1 Loop time of 0.01706 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:55 2021 Pair time (%) = 0.00116801 (6.84648) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.211026) Outpt time (%) = 0.0157101 (92.0872) Other time (%) = 0.000145912 (0.855286) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:55 2021 Memory usage per processor = 27.521 Mbytes Step Atoms AVEKE stressZZ 4688 5000 9.6208047e-12 1317649.5 4689 -0.00773499999999578 1317620.28537126 4689 5000 8.3044006e-12 1317620.3 Loop time of 0.017072 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:55 2021 Pair time (%) = 0.000847101 (4.96194) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.199707) Outpt time (%) = 0.0160952 (94.2783) Other time (%) = 9.56059e-05 (0.560017) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:55 2021 Memory usage per processor = 27.521 Mbytes Step Atoms AVEKE stressZZ 4689 5000 8.3044006e-12 1317617 4690 -0.00773499999999578 1317589.51888352 4690 5000 7.5179585e-12 1317589.5 Loop time of 0.019047 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:55 2021 Pair time (%) = 0.000844002 (4.43115) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.182754) Outpt time (%) = 0.0180399 (94.7127) Other time (%) = 0.000128269 (0.673434) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:55 2021 Memory usage per processor = 27.5212 Mbytes Step Atoms AVEKE stressZZ 4690 5000 7.5179585e-12 1317586.4 4691 -0.00773499999999578 1317560.03200121 4691 5000 7.0383322e-12 1317560 Loop time of 0.0171139 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:55 2021 Pair time (%) = 0.000848055 (4.95535) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.210362) Outpt time (%) = 0.016082 (93.9705) Other time (%) = 0.00014782 (0.863738) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:55 2021 Memory usage per processor = 27.5212 Mbytes Step Atoms AVEKE stressZZ 4691 5000 7.0383322e-12 1317557.1 4692 -0.00773499999999578 1317531.35876585 4692 5000 6.7415809e-12 1317531.4 Loop time of 0.017009 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:55 2021 Pair time (%) = 0.000847816 (4.98451) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206053) Outpt time (%) = 0.0160282 (94.2333) Other time (%) = 9.799e-05 (0.576106) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:55 2021 Memory usage per processor = 27.5212 Mbytes Step Atoms AVEKE stressZZ 4692 5000 6.7415809e-12 1317528.5 4693 -0.00773499999999578 1317503.20305642 4693 5000 6.5561569e-12 1317503.2 Loop time of 0.0170989 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:55 2021 Pair time (%) = 0.000847101 (4.95413) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204969) Outpt time (%) = 0.0161231 (94.2929) Other time (%) = 9.36985e-05 (0.54798) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:55 2021 Memory usage per processor = 27.5212 Mbytes Step Atoms AVEKE stressZZ 4693 5000 6.5561569e-12 1317500.4 4694 -0.00773499999999578 1317475.37668491 4694 5000 6.4395066e-12 1317475.4 Loop time of 0.0165579 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:55 2021 Pair time (%) = 0.000846148 (5.11022) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211666) Outpt time (%) = 0.015583 (94.1122) Other time (%) = 9.36985e-05 (0.565883) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:55 2021 Memory usage per processor = 27.5212 Mbytes Step Atoms AVEKE stressZZ 4694 5000 6.4395066e-12 1317472.6 4695 -0.00773499999999578 1317447.76005587 4695 5000 6.3657644e-12 1317447.8 Loop time of 0.016932 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:55 2021 Pair time (%) = 0.00101781 (6.01115) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.23656) Outpt time (%) = 0.015738 (92.9483) Other time (%) = 0.000136137 (0.804022) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:55 2021 Memory usage per processor = 27.5212 Mbytes Step Atoms AVEKE stressZZ 4695 5000 6.3657644e-12 1317445 4696 -0.00773499999999578 1317420.27716504 4696 5000 6.3189682e-12 1317420.3 Loop time of 0.0169351 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:55 2021 Pair time (%) = 0.000846863 (5.00063) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.205544) Outpt time (%) = 0.0159609 (94.2476) Other time (%) = 9.25064e-05 (0.54624) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:55 2021 Memory usage per processor = 27.5212 Mbytes Step Atoms AVEKE stressZZ 4696 5000 6.3189682e-12 1317417.5 4697 -0.00773499999999578 1317392.87971079 4697 5000 6.289166e-12 1317392.9 Loop time of 0.0170989 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:55 2021 Pair time (%) = 0.000848055 (4.9597) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204969) Outpt time (%) = 0.0161219 (94.286) Other time (%) = 9.39369e-05 (0.549374) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:55 2021 Memory usage per processor = 27.5212 Mbytes Step Atoms AVEKE stressZZ 4697 5000 6.289166e-12 1317390.1 4698 -0.00773499999999578 1317365.53699685 4698 5000 6.2701109e-12 1317365.5 Loop time of 0.0164101 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:55 2021 Pair time (%) = 0.000849962 (5.1795) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.219384) Outpt time (%) = 0.01542 (93.9662) Other time (%) = 0.000104189 (0.634907) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:55 2021 Memory usage per processor = 27.5212 Mbytes Step Atoms AVEKE stressZZ 4698 5000 6.2701109e-12 1317362.8 4699 -0.00773499999999578 1317338.22951537 4699 5000 6.2578646e-12 1317338.2 Loop time of 0.0170221 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:55 2021 Pair time (%) = 0.000889063 (5.22298) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.211496) Outpt time (%) = 0.015955 (93.7307) Other time (%) = 0.000142097 (0.834781) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:55 2021 Memory usage per processor = 27.5212 Mbytes Step Atoms AVEKE stressZZ 4699 5000 6.2578646e-12 1317335.5 4700 -0.00773499999999578 1317310.94486884 4700 5000 6.2499365e-12 1317310.9 Loop time of 0.0182021 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:55 2021 Pair time (%) = 0.000847816 (4.6578) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.192547) Outpt time (%) = 0.0172241 (94.627) Other time (%) = 9.5129e-05 (0.522628) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:55 2021 Memory usage per processor = 27.5212 Mbytes Step Atoms AVEKE stressZZ 4700 5000 6.2499365e-12 1317308.2 4701 -0.00773499999999578 1317283.67517838 4701 5000 6.2447493e-12 1317283.7 Loop time of 0.0161741 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:55 2021 Pair time (%) = 0.000846863 (5.23593) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.215215) Outpt time (%) = 0.0152049 (94.0079) Other time (%) = 8.74996e-05 (0.540987) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:55 2021 Memory usage per processor = 27.5212 Mbytes Step Atoms AVEKE stressZZ 4701 5000 6.2447493e-12 1317280.9 4702 -0.00773499999999578 1317256.41543691 4702 5000 6.2413025e-12 1317256.4 Loop time of 0.0162241 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:55 2021 Pair time (%) = 0.00089407 (5.51073) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.216021) Outpt time (%) = 0.0152061 (93.7251) Other time (%) = 8.89301e-05 (0.548134) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:55 2021 Memory usage per processor = 27.5212 Mbytes Step Atoms AVEKE stressZZ 4702 5000 6.2413025e-12 1317253.7 4703 -0.00773499999999578 1317229.16246224 4703 5000 6.2389612e-12 1317229.2 Loop time of 0.0161819 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:55 2021 Pair time (%) = 0.000850916 (5.25843) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.216584) Outpt time (%) = 0.0152068 (93.974) Other time (%) = 8.91685e-05 (0.551037) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:55 2021 Memory usage per processor = 27.5212 Mbytes Step Atoms AVEKE stressZZ 4703 5000 6.2389612e-12 1317226.4 4704 -0.00773499999999578 1317201.9142321 4704 5000 6.2373223e-12 1317201.9 Loop time of 0.0172238 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:55 2021 Pair time (%) = 0.000972986 (5.64907) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.227015) Outpt time (%) = 0.0160999 (93.4747) Other time (%) = 0.000111818 (0.649207) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:55 2021 Memory usage per processor = 27.5212 Mbytes Step Atoms AVEKE stressZZ 4704 5000 6.2373223e-12 1317199.2 4705 -0.00773499999999578 1317174.66946119 4705 5000 6.2361295e-12 1317174.7 Loop time of 0.017365 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:55 2021 Pair time (%) = 0.000845909 (4.87135) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.194964) Outpt time (%) = 0.0163569 (94.195) Other time (%) = 0.000128269 (0.738666) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:55 2021 Memory usage per processor = 27.5212 Mbytes Step Atoms AVEKE stressZZ 4705 5000 6.2361295e-12 1317171.9 4706 -0.00773499999999578 1317147.42733265 4706 5000 6.2352204e-12 1317147.4 Loop time of 0.016459 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:55 2021 Pair time (%) = 0.000886917 (5.38865) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.21149) Outpt time (%) = 0.015439 (93.8031) Other time (%) = 9.82285e-05 (0.596807) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:55 2021 Memory usage per processor = 27.5212 Mbytes Step Atoms AVEKE stressZZ 4706 5000 6.2352204e-12 1317144.7 4707 -0.00773499999999578 1317120.18732727 4707 5000 6.2344914e-12 1317120.2 Loop time of 0.0166271 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:55 2021 Pair time (%) = 0.000884056 (5.31697) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.229427) Outpt time (%) = 0.0155981 (93.8112) Other time (%) = 0.000106812 (0.642395) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:55 2021 Memory usage per processor = 27.5212 Mbytes Step Atoms AVEKE stressZZ 4707 5000 6.2344914e-12 1317117.4 4708 -0.00773499999999578 1317092.94911511 4708 5000 6.233877e-12 1317092.9 Loop time of 0.0171709 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:55 2021 Pair time (%) = 0.000880957 (5.13052) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.20411) Outpt time (%) = 0.01616 (94.1127) Other time (%) = 9.48906e-05 (0.552624) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:55 2021 Memory usage per processor = 27.5212 Mbytes Step Atoms AVEKE stressZZ 4708 5000 6.233877e-12 1317090.2 4709 -0.00773499999999578 1317065.7124864 4709 5000 6.2333354e-12 1317065.7 Loop time of 0.0168519 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:55 2021 Pair time (%) = 0.00085187 (5.05504) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207974) Outpt time (%) = 0.0158699 (94.1725) Other time (%) = 9.5129e-05 (0.5645) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:55 2021 Memory usage per processor = 27.5212 Mbytes Step Atoms AVEKE stressZZ 4709 5000 6.2333354e-12 1317063 4710 -0.00773499999999578 1317038.47730778 4710 5000 6.23284e-12 1317038.5 Loop time of 0.0413709 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:55 2021 Pair time (%) = 0.000914097 (2.20952) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.0847155) Outpt time (%) = 0.0402839 (97.3727) Other time (%) = 0.000137806 (0.333099) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:55 2021 Memory usage per processor = 27.5212 Mbytes Step Atoms AVEKE stressZZ 4710 5000 6.23284e-12 1317035.7 4711 -0.00773499999999578 1317011.24349442 4711 5000 6.2323741e-12 1317011.2 Loop time of 0.0169768 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:55 2021 Pair time (%) = 0.000848055 (4.99537) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206443) Outpt time (%) = 0.0159988 (94.2392) Other time (%) = 9.48906e-05 (0.558942) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:55 2021 Memory usage per processor = 27.5212 Mbytes Step Atoms AVEKE stressZZ 4711 5000 6.2323741e-12 1317008.5 4712 -0.00773499999999578 1316984.01099242 4712 5000 6.2319269e-12 1316984 Loop time of 0.0168161 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:55 2021 Pair time (%) = 0.000886917 (5.2742) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.206998) Outpt time (%) = 0.0157979 (93.9446) Other time (%) = 9.65595e-05 (0.574207) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:55 2021 Memory usage per processor = 27.5212 Mbytes Step Atoms AVEKE stressZZ 4712 5000 6.2319269e-12 1316981.3 4713 -0.00773499999999578 1316956.77976743 4713 5000 6.2314916e-12 1316956.8 Loop time of 0.0165739 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:55 2021 Pair time (%) = 0.000850916 (5.13407) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.217216) Outpt time (%) = 0.0155859 (94.0388) Other time (%) = 0.000101089 (0.609932) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:55 2021 Memory usage per processor = 27.5212 Mbytes Step Atoms AVEKE stressZZ 4713 5000 6.2314916e-12 1316954 4714 -0.00773499999999578 1316929.54979758 4714 5000 6.2310638e-12 1316929.5 Loop time of 0.0168099 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:55 2021 Pair time (%) = 0.000891924 (5.30593) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.214166) Outpt time (%) = 0.01578 (93.8729) Other time (%) = 0.000102043 (0.607041) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:55 2021 Memory usage per processor = 27.5212 Mbytes Step Atoms AVEKE stressZZ 4714 5000 6.2310638e-12 1316926.8 4715 -0.00773499999999578 1316902.32106892 4715 5000 6.2306409e-12 1316902.3 Loop time of 0.0170529 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:55 2021 Pair time (%) = 0.000848055 (4.97309) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205523) Outpt time (%) = 0.0160761 (94.2719) Other time (%) = 9.36985e-05 (0.549458) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:55 2021 Memory usage per processor = 27.5212 Mbytes Step Atoms AVEKE stressZZ 4715 5000 6.2306409e-12 1316899.6 4716 -0.00773499999999578 1316875.09357255 4716 5000 6.2302211e-12 1316875.1 Loop time of 0.016341 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:55 2021 Pair time (%) = 0.000846863 (5.18245) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.213017) Outpt time (%) = 0.0153649 (94.0268) Other time (%) = 9.44138e-05 (0.577773) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:55 2021 Memory usage per processor = 27.5212 Mbytes Step Atoms AVEKE stressZZ 4716 5000 6.2302211e-12 1316872.4 4717 -0.00773499999999578 1316847.86730278 4717 5000 6.2298032e-12 1316847.9 Loop time of 0.017 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:55 2021 Pair time (%) = 0.00102997 (6.05865) Neigh time (%) = 0 (0) Comm time (%) = 5.88894e-05 (0.346409) Outpt time (%) = 0.015764 (92.7296) Other time (%) = 0.000147104 (0.865321) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:55 2021 Memory usage per processor = 27.5212 Mbytes Step Atoms AVEKE stressZZ 4717 5000 6.2298032e-12 1316845.1 4718 -0.00773499999999578 1316820.64225587 4718 5000 6.2293866e-12 1316820.6 Loop time of 0.016978 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:55 2021 Pair time (%) = 0.000845909 (4.98238) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.205025) Outpt time (%) = 0.0160019 (94.2509) Other time (%) = 9.53674e-05 (0.561711) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:55 2021 Memory usage per processor = 27.5212 Mbytes Step Atoms AVEKE stressZZ 4718 5000 6.2293866e-12 1316817.9 4719 -0.00773499999999578 1316793.4184295 4719 5000 6.2289709e-12 1316793.4 Loop time of 0.0166869 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:56 2021 Pair time (%) = 0.000846863 (5.07501) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.21003) Outpt time (%) = 0.0157099 (94.1449) Other time (%) = 9.5129e-05 (0.570081) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:56 2021 Memory usage per processor = 27.5212 Mbytes Step Atoms AVEKE stressZZ 4719 5000 6.2289709e-12 1316790.7 4720 -0.00773499999999578 1316766.19582206 4720 5000 6.2285556e-12 1316766.2 Loop time of 0.0181971 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:56 2021 Pair time (%) = 0.000862837 (4.74163) Neigh time (%) = 0 (0) Comm time (%) = 4.19617e-05 (0.230596) Outpt time (%) = 0.0171652 (94.3294) Other time (%) = 0.000127077 (0.698339) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:56 2021 Memory usage per processor = 27.5212 Mbytes Step Atoms AVEKE stressZZ 4720 5000 6.2285556e-12 1316763.5 4721 -0.00773499999999578 1316738.97443256 4721 5000 6.2281408e-12 1316739 Loop time of 0.0172441 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:56 2021 Pair time (%) = 0.000920057 (5.33549) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.208774) Outpt time (%) = 0.0161662 (93.7492) Other time (%) = 0.000121832 (0.706513) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:56 2021 Memory usage per processor = 27.5212 Mbytes Step Atoms AVEKE stressZZ 4721 5000 6.2281408e-12 1316736.2 4722 -0.00773499999999578 1316711.75426021 4722 5000 6.2277261e-12 1316711.8 Loop time of 0.017345 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:56 2021 Pair time (%) = 0.000847816 (4.88797) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.200687) Outpt time (%) = 0.016336 (94.1828) Other time (%) = 0.000126362 (0.728522) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:56 2021 Memory usage per processor = 27.5212 Mbytes Step Atoms AVEKE stressZZ 4722 5000 6.2277261e-12 1316709 4723 -0.00773499999999578 1316684.53530459 4723 5000 6.2273116e-12 1316684.5 Loop time of 0.0167 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:56 2021 Pair time (%) = 0.000846148 (5.06674) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209865) Outpt time (%) = 0.0157101 (94.0724) Other time (%) = 0.000108719 (0.65101) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:56 2021 Memory usage per processor = 27.5212 Mbytes Step Atoms AVEKE stressZZ 4723 5000 6.2273116e-12 1316681.8 4724 -0.00773499999999578 1316657.3175653 4724 5000 6.2268973e-12 1316657.3 Loop time of 0.016819 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:56 2021 Pair time (%) = 0.00092721 (5.51287) Neigh time (%) = 0 (0) Comm time (%) = 3.98159e-05 (0.236732) Outpt time (%) = 0.015707 (93.3885) Other time (%) = 0.000144958 (0.861873) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:56 2021 Memory usage per processor = 27.5212 Mbytes Step Atoms AVEKE stressZZ 4724 5000 6.2268973e-12 1316654.6 4725 -0.00773499999999578 1316630.10104207 4725 5000 6.226483e-12 1316630.1 Loop time of 0.0169549 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:56 2021 Pair time (%) = 0.000877142 (5.17338) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.20671) Outpt time (%) = 0.015898 (93.7663) Other time (%) = 0.00014472 (0.853559) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:56 2021 Memory usage per processor = 27.5212 Mbytes Step Atoms AVEKE stressZZ 4725 5000 6.226483e-12 1316627.4 4726 -0.00773499999999578 1316602.88573467 4726 5000 6.2260688e-12 1316602.9 Loop time of 0.016974 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:56 2021 Pair time (%) = 0.000849962 (5.00744) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206478) Outpt time (%) = 0.0159931 (94.2214) Other time (%) = 9.58443e-05 (0.564654) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:56 2021 Memory usage per processor = 27.5212 Mbytes Step Atoms AVEKE stressZZ 4726 5000 6.2260688e-12 1316600.1 4727 -0.00773499999999578 1316575.67164288 4727 5000 6.2256546e-12 1316575.7 Loop time of 0.0163441 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:56 2021 Pair time (%) = 0.000847816 (5.1873) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.220271) Outpt time (%) = 0.0153611 (93.9856) Other time (%) = 9.91821e-05 (0.606839) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:56 2021 Memory usage per processor = 27.5212 Mbytes Step Atoms AVEKE stressZZ 4727 5000 6.2256546e-12 1316572.9 4728 -0.00773499999999578 1316548.45876658 4728 5000 6.2252405e-12 1316548.5 Loop time of 0.0171511 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:56 2021 Pair time (%) = 0.000957012 (5.57988) Neigh time (%) = 0 (0) Comm time (%) = 5.00679e-05 (0.291922) Outpt time (%) = 0.0159581 (93.0439) Other time (%) = 0.000185966 (1.08428) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:56 2021 Memory usage per processor = 27.5212 Mbytes Step Atoms AVEKE stressZZ 4728 5000 6.2252405e-12 1316545.7 4729 -0.00773499999999578 1316521.24710559 4729 5000 6.2248265e-12 1316521.2 Loop time of 0.016784 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:56 2021 Pair time (%) = 0.000847101 (5.04709) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.207395) Outpt time (%) = 0.0158088 (94.1901) Other time (%) = 9.32217e-05 (0.555421) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:56 2021 Memory usage per processor = 27.5212 Mbytes Step Atoms AVEKE stressZZ 4729 5000 6.2248265e-12 1316518.5 4730 -0.00773499999999578 1316494.03665978 4730 5000 6.2244125e-12 1316494 Loop time of 0.0181651 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:56 2021 Pair time (%) = 0.000891924 (4.91009) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.192939) Outpt time (%) = 0.017082 (94.0373) Other time (%) = 0.000156164 (0.859693) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:56 2021 Memory usage per processor = 27.5212 Mbytes Step Atoms AVEKE stressZZ 4730 5000 6.2244125e-12 1316491.3 4731 -0.00773499999999578 1316466.827429 4731 5000 6.2239985e-12 1316466.8 Loop time of 0.01667 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:56 2021 Pair time (%) = 0.000921011 (5.52496) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.221685) Outpt time (%) = 0.0155919 (93.5325) Other time (%) = 0.000120163 (0.720834) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:56 2021 Memory usage per processor = 27.5212 Mbytes Step Atoms AVEKE stressZZ 4731 5000 6.2239985e-12 1316464.1 4732 -0.00773499999999578 1316439.61941315 4732 5000 6.2235846e-12 1316439.6 Loop time of 0.0167611 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:56 2021 Pair time (%) = 0.000848055 (5.05967) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209101) Outpt time (%) = 0.015785 (94.1765) Other time (%) = 9.29832e-05 (0.554757) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:56 2021 Memory usage per processor = 27.5212 Mbytes Step Atoms AVEKE stressZZ 4732 5000 6.2235846e-12 1316436.9 4733 -0.00773499999999578 1316412.41261206 4733 5000 6.2231707e-12 1316412.4 Loop time of 0.0171959 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:56 2021 Pair time (%) = 0.000848055 (4.93172) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198267) Outpt time (%) = 0.0161788 (94.0853) Other time (%) = 0.000134945 (0.784749) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:56 2021 Memory usage per processor = 27.5212 Mbytes Step Atoms AVEKE stressZZ 4733 5000 6.2231707e-12 1316409.7 4734 -0.00773499999999578 1316385.20702563 4734 5000 6.2227568e-12 1316385.2 Loop time of 0.016854 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:56 2021 Pair time (%) = 0.00089407 (5.30478) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207947) Outpt time (%) = 0.0158091 (93.7998) Other time (%) = 0.000115871 (0.687499) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:56 2021 Memory usage per processor = 27.5212 Mbytes Step Atoms AVEKE stressZZ 4734 5000 6.2227568e-12 1316382.5 4735 -0.00773499999999578 1316358.00265371 4735 5000 6.222343e-12 1316358 Loop time of 0.0171351 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:56 2021 Pair time (%) = 0.000914097 (5.33463) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.210102) Outpt time (%) = 0.016048 (93.6552) Other time (%) = 0.000137091 (0.800056) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:56 2021 Memory usage per processor = 27.5212 Mbytes Step Atoms AVEKE stressZZ 4735 5000 6.222343e-12 1316355.3 4736 -0.00773499999999578 1316330.79949621 4736 5000 6.2219292e-12 1316330.8 Loop time of 0.0168681 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:56 2021 Pair time (%) = 0.000844955 (5.00919) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.200707) Outpt time (%) = 0.0158942 (94.2261) Other time (%) = 9.5129e-05 (0.563958) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:56 2021 Memory usage per processor = 27.5212 Mbytes Step Atoms AVEKE stressZZ 4736 5000 6.2219292e-12 1316328.1 4737 -0.00773499999999578 1316303.59755295 4737 5000 6.2215155e-12 1316303.6 Loop time of 0.016557 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:56 2021 Pair time (%) = 0.00087595 (5.29052) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.217438) Outpt time (%) = 0.0155489 (93.9117) Other time (%) = 9.60827e-05 (0.580315) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:56 2021 Memory usage per processor = 27.5212 Mbytes Step Atoms AVEKE stressZZ 4737 5000 6.2215155e-12 1316300.9 4738 -0.00773499999999578 1316276.39682386 4738 5000 6.2211018e-12 1316276.4 Loop time of 0.016654 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:56 2021 Pair time (%) = 0.000972033 (5.83663) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.240509) Outpt time (%) = 0.0155308 (93.2557) Other time (%) = 0.000111103 (0.667125) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:56 2021 Memory usage per processor = 27.5212 Mbytes Step Atoms AVEKE stressZZ 4738 5000 6.2211018e-12 1316273.7 4739 -0.00773499999999578 1316249.19730879 4739 5000 6.2206881e-12 1316249.2 Loop time of 0.017091 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:56 2021 Pair time (%) = 0.000988007 (5.78085) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.210644) Outpt time (%) = 0.0159662 (93.4184) Other time (%) = 0.000100851 (0.590082) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:56 2021 Memory usage per processor = 27.5212 Mbytes Step Atoms AVEKE stressZZ 4739 5000 6.2206881e-12 1316246.5 4740 -0.00773499999999578 1316221.9990076 4740 5000 6.2202745e-12 1316222 Loop time of 0.018765 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:56 2021 Pair time (%) = 0.000889063 (4.73789) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.186771) Outpt time (%) = 0.0177469 (94.5747) Other time (%) = 9.39369e-05 (0.500597) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:56 2021 Memory usage per processor = 27.5212 Mbytes Step Atoms AVEKE stressZZ 4740 5000 6.2202745e-12 1316219.3 4741 -0.00773499999999578 1316194.80192019 4741 5000 6.2198609e-12 1316194.8 Loop time of 0.0164289 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:56 2021 Pair time (%) = 0.000845909 (5.14889) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.213328) Outpt time (%) = 0.0154531 (94.0602) Other time (%) = 9.48906e-05 (0.577582) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:56 2021 Memory usage per processor = 27.5212 Mbytes Step Atoms AVEKE stressZZ 4741 5000 6.2198609e-12 1316192.1 4742 -0.00773499999999578 1316167.60604642 4742 5000 6.2194473e-12 1316167.6 Loop time of 0.0174789 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:56 2021 Pair time (%) = 0.0011971 (6.84881) Neigh time (%) = 0 (0) Comm time (%) = 6.60419e-05 (0.377837) Outpt time (%) = 0.016031 (91.7162) Other time (%) = 0.000184774 (1.05713) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:56 2021 Memory usage per processor = 27.5212 Mbytes Step Atoms AVEKE stressZZ 4742 5000 6.2194473e-12 1316164.9 4743 -0.00773499999999578 1316140.4113862 4743 5000 6.2190338e-12 1316140.4 Loop time of 0.0169828 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:56 2021 Pair time (%) = 0.000846863 (4.98659) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206371) Outpt time (%) = 0.0160079 (94.2595) Other time (%) = 9.29832e-05 (0.547514) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:56 2021 Memory usage per processor = 27.5212 Mbytes Step Atoms AVEKE stressZZ 4743 5000 6.2190338e-12 1316137.7 4744 -0.00773499999999578 1316113.21793937 4744 5000 6.2186203e-12 1316113.2 Loop time of 0.0165141 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:56 2021 Pair time (%) = 0.000847816 (5.13391) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.210785) Outpt time (%) = 0.015538 (94.0894) Other time (%) = 9.34601e-05 (0.565942) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:56 2021 Memory usage per processor = 27.5212 Mbytes Step Atoms AVEKE stressZZ 4744 5000 6.2186203e-12 1316110.5 4745 -0.00773499999999578 1316086.02570581 4745 5000 6.2182069e-12 1316086 Loop time of 0.0163651 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:56 2021 Pair time (%) = 0.000848055 (5.18211) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.214161) Outpt time (%) = 0.0153921 (94.0545) Other time (%) = 8.98838e-05 (0.549242) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:56 2021 Memory usage per processor = 27.5212 Mbytes Step Atoms AVEKE stressZZ 4745 5000 6.2182069e-12 1316083.3 4746 -0.00773499999999578 1316058.83468545 4746 5000 6.2177935e-12 1316058.8 Loop time of 0.016216 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:56 2021 Pair time (%) = 0.000849009 (5.23561) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.210248) Outpt time (%) = 0.0152431 (93.9999) Other time (%) = 8.98838e-05 (0.554289) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:56 2021 Memory usage per processor = 27.5212 Mbytes Step Atoms AVEKE stressZZ 4746 5000 6.2177935e-12 1316056.1 4747 -0.00773499999999578 1316031.64487811 4747 5000 6.2173801e-12 1316031.6 Loop time of 0.0170519 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:56 2021 Pair time (%) = 0.00102401 (6.00523) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.199941) Outpt time (%) = 0.0158808 (93.1321) Other time (%) = 0.00011301 (0.662742) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:56 2021 Memory usage per processor = 27.5212 Mbytes Step Atoms AVEKE stressZZ 4747 5000 6.2173801e-12 1316028.9 4748 -0.00773499999999578 1316004.4562837 4748 5000 6.2169668e-12 1316004.5 Loop time of 0.0171509 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:56 2021 Pair time (%) = 0.000944138 (5.50489) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.22798) Outpt time (%) = 0.0160611 (93.6457) Other time (%) = 0.000106573 (0.621386) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:56 2021 Memory usage per processor = 27.5212 Mbytes Step Atoms AVEKE stressZZ 4748 5000 6.2169668e-12 1316001.7 4749 -0.00773499999999578 1315977.26890208 4749 5000 6.2165535e-12 1315977.3 Loop time of 0.0164251 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:56 2021 Pair time (%) = 0.000896931 (5.46072) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.219184) Outpt time (%) = 0.0153451 (93.4245) Other time (%) = 0.000147104 (0.895605) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:56 2021 Memory usage per processor = 27.5212 Mbytes Step Atoms AVEKE stressZZ 4749 5000 6.2165535e-12 1315974.5 4750 -0.00773499999999578 1315950.08273314 4750 5000 6.2161402e-12 1315950.1 Loop time of 0.018733 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:56 2021 Pair time (%) = 0.000931025 (4.96996) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.19218) Outpt time (%) = 0.0176609 (94.2766) Other time (%) = 0.000105143 (0.561269) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:56 2021 Memory usage per processor = 27.5212 Mbytes Step Atoms AVEKE stressZZ 4750 5000 6.2161402e-12 1315947.3 4751 -0.00773499999999578 1315922.89777676 4751 5000 6.215727e-12 1315922.9 Loop time of 0.017015 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:56 2021 Pair time (%) = 0.000849962 (4.99538) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.20598) Outpt time (%) = 0.0160291 (94.2059) Other time (%) = 0.000100851 (0.592719) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:56 2021 Memory usage per processor = 27.5212 Mbytes Step Atoms AVEKE stressZZ 4751 5000 6.215727e-12 1315920.2 4752 -0.00773499999999578 1315895.71403283 4752 5000 6.2153138e-12 1315895.7 Loop time of 0.016819 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:56 2021 Pair time (%) = 0.000920057 (5.47034) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.20271) Outpt time (%) = 0.015775 (93.7925) Other time (%) = 8.98838e-05 (0.534418) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:56 2021 Memory usage per processor = 27.5212 Mbytes Step Atoms AVEKE stressZZ 4752 5000 6.2153138e-12 1315893 4753 -0.00773499999999578 1315868.53150123 4753 5000 6.2149007e-12 1315868.5 Loop time of 0.0163851 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:56 2021 Pair time (%) = 0.000900984 (5.49881) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.22554) Outpt time (%) = 0.0153258 (93.535) Other time (%) = 0.000121355 (0.740644) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:56 2021 Memory usage per processor = 27.5212 Mbytes Step Atoms AVEKE stressZZ 4753 5000 6.2149007e-12 1315865.8 4754 -0.00773499999999578 1315841.35018185 4754 5000 6.2144875e-12 1315841.4 Loop time of 0.0172191 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:56 2021 Pair time (%) = 0.000993967 (5.77248) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.203539) Outpt time (%) = 0.0160959 (93.4771) Other time (%) = 9.41753e-05 (0.546925) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:56 2021 Memory usage per processor = 27.5212 Mbytes Step Atoms AVEKE stressZZ 4754 5000 6.2144875e-12 1315838.6 4755 -0.00773499999999578 1315814.17007452 4755 5000 6.2140745e-12 1315814.2 Loop time of 0.0172341 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:56 2021 Pair time (%) = 0.000916004 (5.31507) Neigh time (%) = 0 (0) Comm time (%) = 5.6982e-05 (0.330636) Outpt time (%) = 0.0161531 (93.7276) Other time (%) = 0.000108004 (0.626686) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:56 2021 Memory usage per processor = 27.5212 Mbytes Step Atoms AVEKE stressZZ 4755 5000 6.2140745e-12 1315811.4 4756 -0.00773499999999578 1315786.99117919 4756 5000 6.2136614e-12 1315787 Loop time of 0.016418 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:56 2021 Pair time (%) = 0.000849962 (5.17702) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.219279) Outpt time (%) = 0.015403 (93.8181) Other time (%) = 0.000128984 (0.785629) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:56 2021 Memory usage per processor = 27.5212 Mbytes Step Atoms AVEKE stressZZ 4756 5000 6.2136614e-12 1315784.3 4757 -0.00773499999999578 1315759.81349571 4757 5000 6.2132484e-12 1315759.8 Loop time of 0.0170789 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:56 2021 Pair time (%) = 0.00117683 (6.89058) Neigh time (%) = 0 (0) Comm time (%) = 5.19753e-05 (0.304325) Outpt time (%) = 0.0156498 (91.6325) Other time (%) = 0.000200272 (1.17263) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:56 2021 Memory usage per processor = 27.5212 Mbytes Step Atoms AVEKE stressZZ 4757 5000 6.2132484e-12 1315757.1 4758 -0.00773499999999578 1315732.63702395 4758 5000 6.2128355e-12 1315732.6 Loop time of 0.017067 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:56 2021 Pair time (%) = 0.000853062 (4.99832) Neigh time (%) = 0 (0) Comm time (%) = 5.60284e-05 (0.328286) Outpt time (%) = 0.0160229 (93.8827) Other time (%) = 0.000134945 (0.790679) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:56 2021 Memory usage per processor = 27.5212 Mbytes Step Atoms AVEKE stressZZ 4758 5000 6.2128355e-12 1315729.9 4759 -0.00773499999999578 1315705.46176382 4759 5000 6.2124225e-12 1315705.5 Loop time of 0.01669 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:56 2021 Pair time (%) = 0.000847101 (5.0755) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209991) Outpt time (%) = 0.0157151 (94.1588) Other time (%) = 9.27448e-05 (0.55569) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:56 2021 Memory usage per processor = 27.5212 Mbytes Step Atoms AVEKE stressZZ 4759 5000 6.2124225e-12 1315702.7 4760 -0.00773499999999578 1315678.28771518 4760 5000 6.2120096e-12 1315678.3 Loop time of 0.018281 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:56 2021 Pair time (%) = 0.000887871 (4.8568) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.202149) Outpt time (%) = 0.0172501 (94.3607) Other time (%) = 0.000106096 (0.580364) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:56 2021 Memory usage per processor = 27.5212 Mbytes Step Atoms AVEKE stressZZ 4760 5000 6.2120096e-12 1315675.5 4761 -0.00773499999999578 1315651.11488359 4761 5000 6.2115968e-12 1315651.1 Loop time of 0.017164 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:56 2021 Pair time (%) = 0.00103188 (6.01186) Neigh time (%) = 0 (0) Comm time (%) = 5.79357e-05 (0.337542) Outpt time (%) = 0.0159221 (92.7644) Other time (%) = 0.000152111 (0.886222) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:56 2021 Memory usage per processor = 27.5212 Mbytes Step Atoms AVEKE stressZZ 4761 5000 6.2115968e-12 1315648.4 4762 -0.00773499999999578 1315623.94328614 4762 5000 6.211184e-12 1315623.9 Loop time of 0.0169811 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:56 2021 Pair time (%) = 0.000847101 (4.98849) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206391) Outpt time (%) = 0.0160019 (94.2337) Other time (%) = 9.70364e-05 (0.571437) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:56 2021 Memory usage per processor = 27.5212 Mbytes Step Atoms AVEKE stressZZ 4762 5000 6.211184e-12 1315621.2 4763 -0.00773499999999578 1315596.77291279 4763 5000 6.2107712e-12 1315596.8 Loop time of 0.0164831 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:57 2021 Pair time (%) = 0.000849009 (5.15079) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.206842) Outpt time (%) = 0.0155051 (94.0667) Other time (%) = 9.48906e-05 (0.575685) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:57 2021 Memory usage per processor = 27.5212 Mbytes Step Atoms AVEKE stressZZ 4763 5000 6.2107712e-12 1315594 4764 -0.00773499999999578 1315569.60376018 4764 5000 6.2103585e-12 1315569.6 Loop time of 0.016747 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:57 2021 Pair time (%) = 0.000948191 (5.66185) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.239173) Outpt time (%) = 0.0156481 (93.4384) Other time (%) = 0.000110626 (0.660573) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:57 2021 Memory usage per processor = 27.5212 Mbytes Step Atoms AVEKE stressZZ 4764 5000 6.2103585e-12 1315566.9 4765 -0.00773499999999578 1315542.4358266 4765 5000 6.2099457e-12 1315542.4 Loop time of 0.0170979 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:57 2021 Pair time (%) = 0.000885963 (5.18169) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.199403) Outpt time (%) = 0.016082 (94.0583) Other time (%) = 9.58443e-05 (0.56056) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:57 2021 Memory usage per processor = 27.5212 Mbytes Step Atoms AVEKE stressZZ 4765 5000 6.2099457e-12 1315539.7 4766 -0.00773499999999578 1315515.26911099 4766 5000 6.2095331e-12 1315515.3 Loop time of 0.017025 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:57 2021 Pair time (%) = 0.000849009 (4.98684) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205859) Outpt time (%) = 0.0160069 (94.0203) Other time (%) = 0.000133991 (0.787027) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:57 2021 Memory usage per processor = 27.5212 Mbytes Step Atoms AVEKE stressZZ 4766 5000 6.2095331e-12 1315512.5 4767 -0.00773499999999578 1315488.10361246 4767 5000 6.2091204e-12 1315488.1 Loop time of 0.0164301 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:57 2021 Pair time (%) = 0.000870943 (5.30089) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.219117) Outpt time (%) = 0.015419 (93.8459) Other time (%) = 0.000104189 (0.634133) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:57 2021 Memory usage per processor = 27.5212 Mbytes Step Atoms AVEKE stressZZ 4767 5000 6.2091204e-12 1315485.4 4768 -0.00773499999999578 1315460.93933041 4768 5000 6.2087078e-12 1315460.9 Loop time of 0.0172498 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:57 2021 Pair time (%) = 0.000957966 (5.55348) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.277812) Outpt time (%) = 0.0161219 (93.461) Other time (%) = 0.00012207 (0.707661) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:57 2021 Memory usage per processor = 27.5212 Mbytes Step Atoms AVEKE stressZZ 4768 5000 6.2087078e-12 1315458.2 4769 -0.00773499999999578 1315433.77626435 4769 5000 6.2082953e-12 1315433.8 Loop time of 0.017164 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:57 2021 Pair time (%) = 0.000849009 (4.94645) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204192) Outpt time (%) = 0.016186 (94.3021) Other time (%) = 9.39369e-05 (0.547291) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:57 2021 Memory usage per processor = 27.5212 Mbytes Step Atoms AVEKE stressZZ 4769 5000 6.2082953e-12 1315431 4770 -0.00773499999999578 1315406.61441375 4770 5000 6.2078828e-12 1315406.6 Loop time of 0.0183549 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:57 2021 Pair time (%) = 0.000849009 (4.62552) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.190944) Outpt time (%) = 0.0173409 (94.4756) Other time (%) = 0.000129938 (0.707921) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:57 2021 Memory usage per processor = 27.5213 Mbytes Step Atoms AVEKE stressZZ 4770 5000 6.2078828e-12 1315403.9 4771 -0.00773499999999578 1315379.45377827 4771 5000 6.2074703e-12 1315379.5 Loop time of 0.016463 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:57 2021 Pair time (%) = 0.00092411 (5.61324) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.231713) Outpt time (%) = 0.0153811 (93.428) Other time (%) = 0.000119686 (0.726999) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:57 2021 Memory usage per processor = 27.5213 Mbytes Step Atoms AVEKE stressZZ 4771 5000 6.2074703e-12 1315376.7 4772 -0.00773499999999578 1315352.29435316 4772 5000 6.2070578e-12 1315352.3 Loop time of 0.0174329 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:57 2021 Pair time (%) = 0.000980854 (5.62644) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.199675) Outpt time (%) = 0.0163209 (93.6214) Other time (%) = 9.63211e-05 (0.552524) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:57 2021 Memory usage per processor = 27.5213 Mbytes Step Atoms AVEKE stressZZ 4772 5000 6.2070578e-12 1315349.6 4773 -0.00773499999999578 1315325.13614103 4773 5000 6.2066454e-12 1315325.1 Loop time of 0.017066 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:57 2021 Pair time (%) = 0.000845909 (4.95669) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.203968) Outpt time (%) = 0.0160439 (94.0109) Other time (%) = 0.000141382 (0.828444) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:57 2021 Memory usage per processor = 27.5213 Mbytes Step Atoms AVEKE stressZZ 4773 5000 6.2066454e-12 1315322.4 4774 -0.00773499999999578 1315297.97914261 4774 5000 6.206233e-12 1315298 Loop time of 0.0164199 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:57 2021 Pair time (%) = 0.000869036 (5.29258) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.225062) Outpt time (%) = 0.0154109 (93.8551) Other time (%) = 0.000102997 (0.627269) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:57 2021 Memory usage per processor = 27.5213 Mbytes Step Atoms AVEKE stressZZ 4774 5000 6.206233e-12 1315295.2 4775 -0.00773499999999578 1315270.82335764 4775 5000 6.2058207e-12 1315270.8 Loop time of 0.016902 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:57 2021 Pair time (%) = 0.00116396 (6.88653) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.224285) Outpt time (%) = 0.0155101 (91.7649) Other time (%) = 0.00019002 (1.12425) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:57 2021 Memory usage per processor = 27.5213 Mbytes Step Atoms AVEKE stressZZ 4775 5000 6.2058207e-12 1315268.1 4776 -0.00773499999999578 1315243.66878587 4776 5000 6.2054084e-12 1315243.7 Loop time of 0.0172122 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:57 2021 Pair time (%) = 0.000952959 (5.53655) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.296428) Outpt time (%) = 0.0160789 (93.4163) Other time (%) = 0.000129223 (0.750765) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:57 2021 Memory usage per processor = 27.5213 Mbytes Step Atoms AVEKE stressZZ 4776 5000 6.2054084e-12 1315240.9 4777 -0.00773499999999578 1315216.51542709 4777 5000 6.2049961e-12 1315216.5 Loop time of 0.0169048 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:57 2021 Pair time (%) = 0.000848055 (5.01664) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.201681) Outpt time (%) = 0.015929 (94.2274) Other time (%) = 9.36985e-05 (0.554271) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:57 2021 Memory usage per processor = 27.5213 Mbytes Step Atoms AVEKE stressZZ 4777 5000 6.2049961e-12 1315213.8 4778 -0.00773499999999578 1315189.36328108 4778 5000 6.2045839e-12 1315189.4 Loop time of 0.0168281 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:57 2021 Pair time (%) = 0.000907898 (5.39514) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.219603) Outpt time (%) = 0.015748 (93.5819) Other time (%) = 0.000135183 (0.803321) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:57 2021 Memory usage per processor = 27.5213 Mbytes Step Atoms AVEKE stressZZ 4778 5000 6.2045839e-12 1315186.6 4779 -0.00773499999999578 1315162.21234762 4779 5000 6.2041717e-12 1315162.2 Loop time of 0.017642 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:57 2021 Pair time (%) = 0.000999212 (5.66382) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.198659) Outpt time (%) = 0.0165088 (93.5767) Other time (%) = 9.89437e-05 (0.560841) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:57 2021 Memory usage per processor = 27.5213 Mbytes Step Atoms AVEKE stressZZ 4779 5000 6.2041717e-12 1315159.5 4780 -0.00773499999999578 1315135.06262653 4780 5000 6.2037596e-12 1315135.1 Loop time of 0.018755 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:57 2021 Pair time (%) = 0.000849009 (4.52685) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.186871) Outpt time (%) = 0.0177779 (94.7905) Other time (%) = 9.29832e-05 (0.49578) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:57 2021 Memory usage per processor = 27.5213 Mbytes Step Atoms AVEKE stressZZ 4780 5000 6.2037596e-12 1315132.3 4781 -0.00773499999999578 1315107.91411761 4781 5000 6.2033474e-12 1315107.9 Loop time of 0.0165961 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:57 2021 Pair time (%) = 0.000883102 (5.32115) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.205433) Outpt time (%) = 0.015553 (93.7149) Other time (%) = 0.000125885 (0.758523) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:57 2021 Memory usage per processor = 27.5213 Mbytes Step Atoms AVEKE stressZZ 4781 5000 6.2033474e-12 1315105.2 4782 -0.00773499999999578 1315080.76682071 4782 5000 6.2029354e-12 1315080.8 Loop time of 0.0168362 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:57 2021 Pair time (%) = 0.000952005 (5.65453) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.225161) Outpt time (%) = 0.015703 (93.2692) Other time (%) = 0.00014329 (0.851082) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:57 2021 Memory usage per processor = 27.5213 Mbytes Step Atoms AVEKE stressZZ 4782 5000 6.2029354e-12 1315078 4783 -0.00773499999999578 1315053.6207356 4783 5000 6.2025233e-12 1315053.6 Loop time of 0.017189 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:57 2021 Pair time (%) = 0.000890017 (5.17782) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.203895) Outpt time (%) = 0.016139 (93.8915) Other time (%) = 0.000124931 (0.726809) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:57 2021 Memory usage per processor = 27.5213 Mbytes Step Atoms AVEKE stressZZ 4783 5000 6.2025233e-12 1315050.9 4784 -0.00773499999999578 1315026.47586213 4784 5000 6.2021113e-12 1315026.5 Loop time of 0.0171528 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:57 2021 Pair time (%) = 0.00086689 (5.05393) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.209885) Outpt time (%) = 0.01615 (94.1538) Other time (%) = 9.98974e-05 (0.582397) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:57 2021 Memory usage per processor = 27.5213 Mbytes Step Atoms AVEKE stressZZ 4784 5000 6.2021113e-12 1315023.7 4785 -0.00773499999999578 1314999.33220014 4785 5000 6.2016993e-12 1314999.3 Loop time of 0.0164049 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:57 2021 Pair time (%) = 0.000853062 (5.20005) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.219454) Outpt time (%) = 0.015414 (93.9599) Other time (%) = 0.000101805 (0.620576) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:57 2021 Memory usage per processor = 27.5213 Mbytes Step Atoms AVEKE stressZZ 4785 5000 6.2016993e-12 1314996.6 4786 -0.00773499999999578 1314972.18974943 4786 5000 6.2012874e-12 1314972.2 Loop time of 0.0172751 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:57 2021 Pair time (%) = 0.000926018 (5.36042) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.21392) Outpt time (%) = 0.0162082 (93.8239) Other time (%) = 0.000103951 (0.601736) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:57 2021 Memory usage per processor = 27.5213 Mbytes Step Atoms AVEKE stressZZ 4786 5000 6.2012874e-12 1314969.5 4787 -0.00773499999999578 1314945.04850985 4787 5000 6.2008755e-12 1314945 Loop time of 0.0170698 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:57 2021 Pair time (%) = 0.000848055 (4.96815) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205319) Outpt time (%) = 0.016063 (94.1016) Other time (%) = 0.000123739 (0.724901) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:19:57 2021 Memory usage per processor = 27.5213 Mbytes Step Atoms AVEKE stressZZ 4787 5000 6.2008755e-12 1314942.3 4788 -0.00773499999999578 1314912.96836431 4788 5000 1.2250907e-11 1314956 Loop time of 0.0161541 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:57 2021 Pair time (%) = 0.000853062 (5.28079) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.209579) Outpt time (%) = 0.0151489 (93.7776) Other time (%) = 0.000118256 (0.732049) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:57 2021 Memory usage per processor = 27.5213 Mbytes Step Atoms AVEKE stressZZ 4788 5000 1.2250907e-11 1344253.6 4789 -0.00776749999999576 1344221.0848121 4789 5000 9.9135596e-12 1344221.1 Loop time of 0.0159771 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:57 2021 Pair time (%) = 0.000852108 (5.33329) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.225329) Outpt time (%) = 0.0149961 (93.8594) Other time (%) = 9.29832e-05 (0.581977) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:57 2021 Memory usage per processor = 27.5213 Mbytes Step Atoms AVEKE stressZZ 4789 5000 9.9135596e-12 1344217.4 4790 -0.00776749999999576 1344187.62492866 4790 5000 8.5564367e-12 1344187.6 Loop time of 0.0176489 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:57 2021 Pair time (%) = 0.000849962 (4.81594) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.198582) Outpt time (%) = 0.0166788 (94.5032) Other time (%) = 8.51154e-05 (0.48227) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:57 2021 Memory usage per processor = 27.5214 Mbytes Step Atoms AVEKE stressZZ 4790 5000 8.5564367e-12 1344184.2 4791 -0.00776749999999576 1344156.22227168 4791 5000 7.745695e-12 1344156.2 Loop time of 0.0172489 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:57 2021 Pair time (%) = 0.00112987 (6.55038) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.203187) Outpt time (%) = 0.0159948 (92.7295) Other time (%) = 8.91685e-05 (0.516953) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:57 2021 Memory usage per processor = 27.5214 Mbytes Step Atoms AVEKE stressZZ 4791 5000 7.745695e-12 1344153 4792 -0.00776749999999576 1344126.12745895 4792 5000 7.2512603e-12 1344126.1 Loop time of 0.016567 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:57 2021 Pair time (%) = 0.000846863 (5.11175) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.210111) Outpt time (%) = 0.015574 (94.0061) Other time (%) = 0.000111341 (0.672068) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:57 2021 Memory usage per processor = 27.5214 Mbytes Step Atoms AVEKE stressZZ 4792 5000 7.2512603e-12 1344123.1 4793 -0.00776749999999576 1344096.86425002 4793 5000 6.9453514e-12 1344096.9 Loop time of 0.0168321 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:57 2021 Pair time (%) = 0.00103521 (6.15023) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.230881) Outpt time (%) = 0.0156212 (92.8058) Other time (%) = 0.000136852 (0.813043) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:57 2021 Memory usage per processor = 27.5214 Mbytes Step Atoms AVEKE stressZZ 4793 5000 6.9453514e-12 1344093.9 4794 -0.00776749999999576 1344068.12999064 4794 5000 6.754207e-12 1344068.1 Loop time of 0.017148 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:57 2021 Pair time (%) = 0.000885963 (5.16656) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198821) Outpt time (%) = 0.0161328 (94.0799) Other time (%) = 9.5129e-05 (0.554752) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:57 2021 Memory usage per processor = 27.5214 Mbytes Step Atoms AVEKE stressZZ 4794 5000 6.754207e-12 1344065.2 4795 -0.00776749999999576 1344039.7323409 4795 5000 6.6339585e-12 1344039.7 Loop time of 0.017241 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:57 2021 Pair time (%) = 0.000852108 (4.94233) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197749) Outpt time (%) = 0.0162301 (94.1367) Other time (%) = 0.000124693 (0.723235) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:57 2021 Memory usage per processor = 27.5214 Mbytes Step Atoms AVEKE stressZZ 4795 5000 6.6339585e-12 1344036.8 4796 -0.00776749999999576 1344011.54906667 4796 5000 6.5579416e-12 1344011.5 Loop time of 0.016849 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:57 2021 Pair time (%) = 0.000854969 (5.07429) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.213669) Outpt time (%) = 0.0158532 (94.0894) Other time (%) = 0.000104904 (0.622612) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:57 2021 Memory usage per processor = 27.5214 Mbytes Step Atoms AVEKE stressZZ 4796 5000 6.5579416e-12 1344008.7 4797 -0.00776749999999576 1343983.50248678 4797 5000 6.5097017e-12 1343983.5 Loop time of 0.0170009 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:57 2021 Pair time (%) = 0.000908136 (5.34169) Neigh time (%) = 0 (0) Comm time (%) = 6.79493e-05 (0.39968) Outpt time (%) = 0.0158181 (93.0428) Other time (%) = 0.000206709 (1.21587) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:57 2021 Memory usage per processor = 27.5214 Mbytes Step Atoms AVEKE stressZZ 4797 5000 6.5097017e-12 1343980.6 4798 -0.00776749999999576 1343955.54323388 4798 5000 6.4789798e-12 1343955.5 Loop time of 0.0173609 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:57 2021 Pair time (%) = 0.000849962 (4.89583) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.201876) Outpt time (%) = 0.016382 (94.3612) Other time (%) = 9.39369e-05 (0.541082) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:57 2021 Memory usage per processor = 27.5214 Mbytes Step Atoms AVEKE stressZZ 4798 5000 6.4789798e-12 1343952.7 4799 -0.00776749999999576 1343927.63993446 4799 5000 6.4593365e-12 1343927.6 Loop time of 0.016561 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:57 2021 Pair time (%) = 0.000850201 (5.13374) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211627) Outpt time (%) = 0.015584 (94.1004) Other time (%) = 9.17912e-05 (0.55426) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:57 2021 Memory usage per processor = 27.5214 Mbytes Step Atoms AVEKE stressZZ 4799 5000 6.4593365e-12 1343924.8 4800 -0.00776749999999576 1343899.77265013 4800 5000 6.4467116e-12 1343899.8 Loop time of 0.0186169 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:57 2021 Pair time (%) = 0.00109506 (5.88205) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.220273) Outpt time (%) = 0.0173581 (93.2381) Other time (%) = 0.000122786 (0.659538) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:57 2021 Memory usage per processor = 27.5214 Mbytes Step Atoms AVEKE stressZZ 4800 5000 6.4467116e-12 1343896.9 4801 -0.00776749999999576 1343871.9287098 4801 5000 6.4385383e-12 1343871.9 Loop time of 0.0168679 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:57 2021 Pair time (%) = 0.000975132 (5.781) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207777) Outpt time (%) = 0.0157659 (93.467) Other time (%) = 9.17912e-05 (0.544177) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:57 2021 Memory usage per processor = 27.5214 Mbytes Step Atoms AVEKE stressZZ 4801 5000 6.4385383e-12 1343869.1 4802 -0.00776749999999576 1343844.10006076 4802 5000 6.4331903e-12 1343844.1 Loop time of 0.017242 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:57 2021 Pair time (%) = 0.000928879 (5.38732) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.2088) Outpt time (%) = 0.0161471 (93.6503) Other time (%) = 0.000129938 (0.753616) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:57 2021 Memory usage per processor = 27.5214 Mbytes Step Atoms AVEKE stressZZ 4802 5000 6.4331903e-12 1343841.3 4803 -0.00776749999999576 1343816.28158534 4803 5000 6.4296363e-12 1343816.3 Loop time of 0.016392 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:57 2021 Pair time (%) = 0.000854969 (5.21577) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.213809) Outpt time (%) = 0.015408 (93.9974) Other time (%) = 9.39369e-05 (0.573066) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:57 2021 Memory usage per processor = 27.5214 Mbytes Step Atoms AVEKE stressZZ 4803 5000 6.4296363e-12 1343813.4 4804 -0.00776749999999576 1343788.47003111 4804 5000 6.427222e-12 1343788.5 Loop time of 0.016933 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:57 2021 Pair time (%) = 0.00119901 (7.0809) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.236546) Outpt time (%) = 0.0155411 (91.78) Other time (%) = 0.000152826 (0.902537) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:57 2021 Memory usage per processor = 27.5214 Mbytes Step Atoms AVEKE stressZZ 4804 5000 6.427222e-12 1343785.6 4805 -0.00776749999999576 1343760.6633311 4805 5000 6.4255316e-12 1343760.7 Loop time of 0.016763 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:57 2021 Pair time (%) = 0.00085187 (5.08185) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209077) Outpt time (%) = 0.0157831 (94.1544) Other time (%) = 9.29832e-05 (0.554694) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:57 2021 Memory usage per processor = 27.5214 Mbytes Step Atoms AVEKE stressZZ 4805 5000 6.4255316e-12 1343757.8 4806 -0.00776749999999576 1343732.86017161 4806 5000 6.4243012e-12 1343732.9 Loop time of 0.016443 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:57 2021 Pair time (%) = 0.000850916 (5.17494) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.213145) Outpt time (%) = 0.0154638 (94.045) Other time (%) = 9.32217e-05 (0.566938) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:57 2021 Memory usage per processor = 27.5214 Mbytes Step Atoms AVEKE stressZZ 4806 5000 6.4243012e-12 1343730 4807 -0.00776749999999576 1343705.05971772 4807 5000 6.4233631e-12 1343705.1 Loop time of 0.0168719 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:58 2021 Pair time (%) = 0.00100422 (5.95201) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.230337) Outpt time (%) = 0.0156729 (92.8935) Other time (%) = 0.000155926 (0.924173) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:58 2021 Memory usage per processor = 27.5214 Mbytes Step Atoms AVEKE stressZZ 4807 5000 6.4233631e-12 1343702.2 4808 -0.00776749999999576 1343677.26143877 4808 5000 6.4226108e-12 1343677.3 Loop time of 0.016789 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:58 2021 Pair time (%) = 0.000852108 (5.07541) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.203073) Outpt time (%) = 0.0158091 (94.1634) Other time (%) = 9.36985e-05 (0.558096) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:58 2021 Memory usage per processor = 27.5214 Mbytes Step Atoms AVEKE stressZZ 4808 5000 6.4226108e-12 1343674.4 4809 -0.00776749999999576 1343649.46499746 4809 5000 6.4219765e-12 1343649.5 Loop time of 0.017307 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:58 2021 Pair time (%) = 0.000849962 (4.91108) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.276894) Outpt time (%) = 0.016269 (94.002) Other time (%) = 0.00014019 (0.810018) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:58 2021 Memory usage per processor = 27.5214 Mbytes Step Atoms AVEKE stressZZ 4809 5000 6.4219765e-12 1343646.6 4810 -0.00776749999999576 1343621.67017933 4810 5000 6.4214173e-12 1343621.7 Loop time of 0.018173 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:58 2021 Pair time (%) = 0.000903845 (4.97356) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.198103) Outpt time (%) = 0.0171342 (94.2839) Other time (%) = 9.89437e-05 (0.544455) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:58 2021 Memory usage per processor = 27.5214 Mbytes Step Atoms AVEKE stressZZ 4810 5000 6.4214173e-12 1343618.8 4811 -0.00776749999999576 1343593.87684804 4811 5000 6.4209058e-12 1343593.9 Loop time of 0.0172319 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:58 2021 Pair time (%) = 0.00121307 (7.03968) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.203387) Outpt time (%) = 0.0158391 (91.9171) Other time (%) = 0.00014472 (0.839836) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:58 2021 Memory usage per processor = 27.5214 Mbytes Step Atoms AVEKE stressZZ 4811 5000 6.4209058e-12 1343591 4812 -0.00776749999999576 1343566.08491691 4812 5000 6.4204246e-12 1343566.1 Loop time of 0.0170629 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:58 2021 Pair time (%) = 0.000853062 (4.99951) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205402) Outpt time (%) = 0.0160811 (94.246) Other time (%) = 9.36985e-05 (0.549136) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:58 2021 Memory usage per processor = 27.5214 Mbytes Step Atoms AVEKE stressZZ 4812 5000 6.4204246e-12 1343563.2 4813 -0.00776749999999576 1343538.29433081 4813 5000 6.4199626e-12 1343538.3 Loop time of 0.0163491 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:58 2021 Pair time (%) = 0.000849009 (5.19301) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.21437) Outpt time (%) = 0.0153711 (94.0181) Other time (%) = 9.39369e-05 (0.57457) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:58 2021 Memory usage per processor = 27.5214 Mbytes Step Atoms AVEKE stressZZ 4813 5000 6.4199626e-12 1343535.5 4814 -0.00776749999999576 1343510.50505457 4814 5000 6.419513e-12 1343510.5 Loop time of 0.0165808 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:58 2021 Pair time (%) = 0.000921965 (5.56043) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.217126) Outpt time (%) = 0.015517 (93.584) Other time (%) = 0.000105858 (0.638436) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:58 2021 Memory usage per processor = 27.5214 Mbytes Step Atoms AVEKE stressZZ 4814 5000 6.419513e-12 1343507.7 4815 -0.00776749999999576 1343482.71706583 4815 5000 6.4190712e-12 1343482.7 Loop time of 0.017262 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:58 2021 Pair time (%) = 0.000853062 (4.94185) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.203033) Outpt time (%) = 0.016279 (94.3054) Other time (%) = 9.48906e-05 (0.549709) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:58 2021 Memory usage per processor = 27.5214 Mbytes Step Atoms AVEKE stressZZ 4815 5000 6.4190712e-12 1343479.9 4816 -0.00776749999999576 1343454.93035034 4816 5000 6.4186343e-12 1343454.9 Loop time of 0.0169461 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:58 2021 Pair time (%) = 0.000850916 (5.02131) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.20119) Outpt time (%) = 0.01597 (94.24) Other time (%) = 9.10759e-05 (0.537445) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:58 2021 Memory usage per processor = 27.5214 Mbytes Step Atoms AVEKE stressZZ 4816 5000 6.4186343e-12 1343452.1 4817 -0.00776749999999576 1343427.14489894 4817 5000 6.4182007e-12 1343427.1 Loop time of 0.0164459 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:58 2021 Pair time (%) = 0.000892162 (5.42484) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.218907) Outpt time (%) = 0.015414 (93.7256) Other time (%) = 0.000103712 (0.630627) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:58 2021 Memory usage per processor = 27.5214 Mbytes Step Atoms AVEKE stressZZ 4817 5000 6.4182007e-12 1343424.3 4818 -0.00776749999999576 1343399.36070578 4818 5000 6.417769e-12 1343399.4 Loop time of 0.017329 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:58 2021 Pair time (%) = 0.00101304 (5.84593) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.294429) Outpt time (%) = 0.016113 (92.9832) Other time (%) = 0.000151873 (0.876409) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:58 2021 Memory usage per processor = 27.5214 Mbytes Step Atoms AVEKE stressZZ 4818 5000 6.417769e-12 1343396.5 4819 -0.00776749999999576 1343371.5777671 4819 5000 6.4173387e-12 1343371.6 Loop time of 0.016959 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:58 2021 Pair time (%) = 0.000864983 (5.10045) Neigh time (%) = 0 (0) Comm time (%) = 3.57628e-05 (0.210879) Outpt time (%) = 0.0159602 (94.1109) Other time (%) = 9.799e-05 (0.577807) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:58 2021 Memory usage per processor = 27.5214 Mbytes Step Atoms AVEKE stressZZ 4819 5000 6.4173387e-12 1343368.7 4820 -0.00776749999999576 1343343.79608044 4820 5000 6.4169092e-12 1343343.8 Loop time of 0.0184529 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:58 2021 Pair time (%) = 0.000849962 (4.60612) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.18993) Outpt time (%) = 0.017446 (94.5437) Other time (%) = 0.000121832 (0.660232) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:58 2021 Memory usage per processor = 27.5214 Mbytes Step Atoms AVEKE stressZZ 4820 5000 6.4169092e-12 1343341 4821 -0.00776749999999576 1343316.01564415 4821 5000 6.4164802e-12 1343316 Loop time of 0.016386 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:58 2021 Pair time (%) = 0.000889063 (5.42574) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.225527) Outpt time (%) = 0.0153382 (93.6052) Other time (%) = 0.000121832 (0.743511) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:58 2021 Memory usage per processor = 27.5214 Mbytes Step Atoms AVEKE stressZZ 4821 5000 6.4164802e-12 1343313.2 4822 -0.00776749999999576 1343288.23645719 4822 5000 6.4160517e-12 1343288.2 Loop time of 0.017519 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:58 2021 Pair time (%) = 0.000921965 (5.26266) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.216385) Outpt time (%) = 0.0164561 (93.933) Other time (%) = 0.000102997 (0.587915) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:58 2021 Memory usage per processor = 27.5214 Mbytes Step Atoms AVEKE stressZZ 4822 5000 6.4160517e-12 1343285.4 4823 -0.00776749999999576 1343260.45851881 4823 5000 6.4156233e-12 1343260.5 Loop time of 0.0170722 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:58 2021 Pair time (%) = 0.000849962 (4.97863) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.199704) Outpt time (%) = 0.0160909 (94.2519) Other time (%) = 9.72748e-05 (0.569785) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:58 2021 Memory usage per processor = 27.5214 Mbytes Step Atoms AVEKE stressZZ 4823 5000 6.4156233e-12 1343257.6 4824 -0.00776749999999576 1343232.68182847 4824 5000 6.4151952e-12 1343232.7 Loop time of 0.016417 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:58 2021 Pair time (%) = 0.000889063 (5.41549) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.207674) Outpt time (%) = 0.0153818 (93.6943) Other time (%) = 0.000112057 (0.682564) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:58 2021 Memory usage per processor = 27.5214 Mbytes Step Atoms AVEKE stressZZ 4824 5000 6.4151952e-12 1343229.8 4825 -0.00776749999999576 1343204.90638577 4825 5000 6.4147671e-12 1343204.9 Loop time of 0.017143 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:58 2021 Pair time (%) = 0.00107598 (6.27651) Neigh time (%) = 0 (0) Comm time (%) = 4.07696e-05 (0.23782) Outpt time (%) = 0.015882 (92.6443) Other time (%) = 0.000144243 (0.841411) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:58 2021 Memory usage per processor = 27.5214 Mbytes Step Atoms AVEKE stressZZ 4825 5000 6.4147671e-12 1343202.1 4826 -0.00776749999999576 1343177.13219046 4826 5000 6.4143392e-12 1343177.1 Loop time of 0.017272 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:58 2021 Pair time (%) = 0.000852108 (4.93347) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.202915) Outpt time (%) = 0.0162709 (94.2038) Other time (%) = 0.000113964 (0.65982) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:58 2021 Memory usage per processor = 27.5214 Mbytes Step Atoms AVEKE stressZZ 4826 5000 6.4143392e-12 1343174.3 4827 -0.00776749999999576 1343149.35924228 4827 5000 6.4139113e-12 1343149.4 Loop time of 0.0166261 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:58 2021 Pair time (%) = 0.000849009 (5.10647) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.203628) Outpt time (%) = 0.0156522 (94.1421) Other time (%) = 9.10759e-05 (0.547788) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:58 2021 Memory usage per processor = 27.5214 Mbytes Step Atoms AVEKE stressZZ 4827 5000 6.4139113e-12 1343146.5 4828 -0.00776749999999576 1343121.58754102 4828 5000 6.4134835e-12 1343121.6 Loop time of 0.0166659 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:58 2021 Pair time (%) = 0.000900984 (5.40614) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.227461) Outpt time (%) = 0.0156219 (93.7355) Other time (%) = 0.000105143 (0.630883) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:58 2021 Memory usage per processor = 27.5214 Mbytes Step Atoms AVEKE stressZZ 4828 5000 6.4134835e-12 1343118.8 4829 -0.00776749999999576 1343093.81708647 4829 5000 6.4130557e-12 1343093.8 Loop time of 0.0170419 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:58 2021 Pair time (%) = 0.000869036 (5.0994) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.204256) Outpt time (%) = 0.016041 (94.1269) Other time (%) = 9.70364e-05 (0.569398) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:58 2021 Memory usage per processor = 27.5214 Mbytes Step Atoms AVEKE stressZZ 4829 5000 6.4130557e-12 1343091 4830 -0.00776749999999576 1343066.04787853 4830 5000 6.412628e-12 1343066 Loop time of 0.018765 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:58 2021 Pair time (%) = 0.000853062 (4.54603) Neigh time (%) = 0 (0) Comm time (%) = 5.19753e-05 (0.27698) Outpt time (%) = 0.0177379 (94.5265) Other time (%) = 0.00012207 (0.650522) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:58 2021 Memory usage per processor = 27.5214 Mbytes Step Atoms AVEKE stressZZ 4830 5000 6.412628e-12 1343063.2 4831 -0.00776749999999576 1343038.27991698 4831 5000 6.4122003e-12 1343038.3 Loop time of 0.0165558 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:58 2021 Pair time (%) = 0.000851154 (5.14113) Neigh time (%) = 0 (0) Comm time (%) = 4.88758e-05 (0.295219) Outpt time (%) = 0.0155389 (93.858) Other time (%) = 0.000116825 (0.705645) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:58 2021 Memory usage per processor = 27.5214 Mbytes Step Atoms AVEKE stressZZ 4831 5000 6.4122003e-12 1343035.4 4832 -0.00776749999999576 1343010.5132017 4832 5000 6.4117727e-12 1343010.5 Loop time of 0.0164568 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:58 2021 Pair time (%) = 0.000967026 (5.87613) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.24339) Outpt time (%) = 0.015337 (93.1952) Other time (%) = 0.000112772 (0.685259) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:58 2021 Memory usage per processor = 27.5214 Mbytes Step Atoms AVEKE stressZZ 4832 5000 6.4117727e-12 1343007.7 4833 -0.00776749999999576 1342982.74773253 4833 5000 6.4113451e-12 1342982.7 Loop time of 0.0162241 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:58 2021 Pair time (%) = 0.000855207 (5.2712) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.210143) Outpt time (%) = 0.015244 (93.9588) Other time (%) = 9.08375e-05 (0.559891) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:58 2021 Memory usage per processor = 27.5214 Mbytes Step Atoms AVEKE stressZZ 4833 5000 6.4113451e-12 1342979.9 4834 -0.00776749999999576 1342954.98350937 4834 5000 6.4109176e-12 1342955 Loop time of 0.0162079 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:58 2021 Pair time (%) = 0.000852108 (5.25735) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.208882) Outpt time (%) = 0.015233 (93.9851) Other time (%) = 8.89301e-05 (0.548683) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:58 2021 Memory usage per processor = 27.5214 Mbytes Step Atoms AVEKE stressZZ 4834 5000 6.4109176e-12 1342952.1 4835 -0.00776749999999576 1342927.22053201 4835 5000 6.4104901e-12 1342927.2 Loop time of 0.0163372 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:58 2021 Pair time (%) = 0.000850201 (5.20409) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.214527) Outpt time (%) = 0.0153689 (94.0735) Other time (%) = 8.29697e-05 (0.507859) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:58 2021 Memory usage per processor = 27.5214 Mbytes Step Atoms AVEKE stressZZ 4835 5000 6.4104901e-12 1342924.4 4836 -0.00776749999999576 1342899.45880038 4836 5000 6.4100626e-12 1342899.5 Loop time of 0.017215 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:58 2021 Pair time (%) = 0.000850916 (4.94287) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.196662) Outpt time (%) = 0.0162392 (94.3314) Other time (%) = 9.10759e-05 (0.529049) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:58 2021 Memory usage per processor = 27.5214 Mbytes Step Atoms AVEKE stressZZ 4836 5000 6.4100626e-12 1342896.6 4837 -0.00776749999999576 1342871.69831431 4837 5000 6.4096352e-12 1342871.7 Loop time of 0.0166562 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:58 2021 Pair time (%) = 0.000850916 (5.10872) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.208986) Outpt time (%) = 0.015676 (94.1155) Other time (%) = 9.44138e-05 (0.56684) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:58 2021 Memory usage per processor = 27.5214 Mbytes Step Atoms AVEKE stressZZ 4837 5000 6.4096352e-12 1342868.9 4838 -0.00776749999999576 1342843.93907365 4838 5000 6.4092078e-12 1342843.9 Loop time of 0.016439 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:58 2021 Pair time (%) = 0.000870943 (5.29804) Neigh time (%) = 0 (0) Comm time (%) = 4.41074e-05 (0.26831) Outpt time (%) = 0.015399 (93.6737) Other time (%) = 0.000124931 (0.759971) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:58 2021 Memory usage per processor = 27.5214 Mbytes Step Atoms AVEKE stressZZ 4838 5000 6.4092078e-12 1342841.1 4839 -0.00776749999999576 1342816.18107832 4839 5000 6.4087804e-12 1342816.2 Loop time of 0.016963 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:58 2021 Pair time (%) = 0.000939131 (5.53635) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206612) Outpt time (%) = 0.0158739 (93.5796) Other time (%) = 0.000114918 (0.677461) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:58 2021 Memory usage per processor = 27.5214 Mbytes Step Atoms AVEKE stressZZ 4839 5000 6.4087804e-12 1342813.3 4840 -0.00776749999999576 1342788.42432813 4840 5000 6.4083531e-12 1342788.4 Loop time of 0.0187709 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:58 2021 Pair time (%) = 0.000850201 (4.52935) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.185442) Outpt time (%) = 0.017797 (94.8114) Other time (%) = 8.89301e-05 (0.473765) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:58 2021 Memory usage per processor = 27.5214 Mbytes Step Atoms AVEKE stressZZ 4840 5000 6.4083531e-12 1342785.6 4841 -0.00776749999999576 1342760.66882296 4841 5000 6.4079258e-12 1342760.7 Loop time of 0.0163312 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:58 2021 Pair time (%) = 0.000849009 (5.19869) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.214605) Outpt time (%) = 0.0153532 (94.0115) Other time (%) = 9.39369e-05 (0.575199) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:58 2021 Memory usage per processor = 27.5214 Mbytes Step Atoms AVEKE stressZZ 4841 5000 6.4079258e-12 1342757.8 4842 -0.00776749999999576 1342732.91456266 4842 5000 6.4074986e-12 1342732.9 Loop time of 0.0171139 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:58 2021 Pair time (%) = 0.00111389 (6.50869) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.239618) Outpt time (%) = 0.0157919 (92.2751) Other time (%) = 0.000167131 (0.976582) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:58 2021 Memory usage per processor = 27.5214 Mbytes Step Atoms AVEKE stressZZ 4842 5000 6.4074986e-12 1342730.1 4843 -0.00776749999999576 1342705.16154714 4843 5000 6.4070714e-12 1342705.2 Loop time of 0.0172801 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:58 2021 Pair time (%) = 0.000853062 (4.93667) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.195922) Outpt time (%) = 0.0162899 (94.27) Other time (%) = 0.000103235 (0.597423) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:58 2021 Memory usage per processor = 27.5214 Mbytes Step Atoms AVEKE stressZZ 4843 5000 6.4070714e-12 1342702.3 4844 -0.00776749999999576 1342677.40977624 4844 5000 6.4066442e-12 1342677.4 Loop time of 0.0168641 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:58 2021 Pair time (%) = 0.000939846 (5.57307) Neigh time (%) = 0 (0) Comm time (%) = 5.07832e-05 (0.301132) Outpt time (%) = 0.0157471 (93.3765) Other time (%) = 0.000126362 (0.749297) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:58 2021 Memory usage per processor = 27.5214 Mbytes Step Atoms AVEKE stressZZ 4844 5000 6.4066442e-12 1342674.6 4845 -0.00776749999999576 1342649.65924983 4845 5000 6.4062171e-12 1342649.7 Loop time of 0.0163529 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:58 2021 Pair time (%) = 0.000889063 (5.43673) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.225984) Outpt time (%) = 0.0153251 (93.7147) Other time (%) = 0.000101805 (0.622549) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:58 2021 Memory usage per processor = 27.5214 Mbytes Step Atoms AVEKE stressZZ 4845 5000 6.4062171e-12 1342646.8 4846 -0.00776749999999576 1342621.90996782 4846 5000 6.40579e-12 1342621.9 Loop time of 0.0168679 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:58 2021 Pair time (%) = 0.000877142 (5.20007) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207777) Outpt time (%) = 0.015861 (94.031) Other time (%) = 9.46522e-05 (0.561139) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:58 2021 Memory usage per processor = 27.5214 Mbytes Step Atoms AVEKE stressZZ 4846 5000 6.40579e-12 1342619.1 4847 -0.00776749999999576 1342594.16193001 4847 5000 6.4053629e-12 1342594.2 Loop time of 0.0171819 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:58 2021 Pair time (%) = 0.00086689 (5.04538) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.20953) Outpt time (%) = 0.016181 (94.1748) Other time (%) = 9.799e-05 (0.570311) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:58 2021 Memory usage per processor = 27.5214 Mbytes Step Atoms AVEKE stressZZ 4847 5000 6.4053629e-12 1342591.3 4848 -0.00776749999999576 1342566.41513632 4848 5000 6.4049359e-12 1342566.4 Loop time of 0.0162821 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:58 2021 Pair time (%) = 0.000874996 (5.37398) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.221109) Outpt time (%) = 0.0152588 (93.7152) Other time (%) = 0.000112295 (0.689685) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:58 2021 Memory usage per processor = 27.5214 Mbytes Step Atoms AVEKE stressZZ 4848 5000 6.4049359e-12 1342563.6 4849 -0.00776749999999576 1342538.66958662 4849 5000 6.4045089e-12 1342538.7 Loop time of 0.017101 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:58 2021 Pair time (%) = 0.00105405 (6.16365) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.228645) Outpt time (%) = 0.0158591 (92.7377) Other time (%) = 0.000148773 (0.869965) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:58 2021 Memory usage per processor = 27.5214 Mbytes Step Atoms AVEKE stressZZ 4849 5000 6.4045089e-12 1342535.8 4850 -0.00776749999999576 1342510.92528074 4850 5000 6.404082e-12 1342510.9 Loop time of 0.0186322 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:58 2021 Pair time (%) = 0.000850916 (4.56692) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.193221) Outpt time (%) = 0.0176458 (94.7063) Other time (%) = 9.94205e-05 (0.533596) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:58 2021 Memory usage per processor = 27.5214 Mbytes Step Atoms AVEKE stressZZ 4850 5000 6.404082e-12 1342508.1 4851 -0.00776749999999576 1342483.18221859 4851 5000 6.4036551e-12 1342483.2 Loop time of 0.017108 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:59 2021 Pair time (%) = 0.000852108 (4.98077) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204861) Outpt time (%) = 0.0161271 (94.2667) Other time (%) = 9.36985e-05 (0.547689) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:59 2021 Memory usage per processor = 27.5214 Mbytes Step Atoms AVEKE stressZZ 4851 5000 6.4036551e-12 1342480.3 4852 -0.00776749999999576 1342455.44040004 4852 5000 6.4032282e-12 1342455.4 Loop time of 0.0165949 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:59 2021 Pair time (%) = 0.000871897 (5.25401) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.216942) Outpt time (%) = 0.0155818 (93.8955) Other time (%) = 0.000105143 (0.633584) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:59 2021 Memory usage per processor = 27.5214 Mbytes Step Atoms AVEKE stressZZ 4852 5000 6.4032282e-12 1342452.6 4853 -0.00776749999999576 1342427.69983329 4853 5000 6.4028014e-12 1342427.7 Loop time of 0.0173099 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:59 2021 Pair time (%) = 0.00112796 (6.51626) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.20798) Outpt time (%) = 0.0159919 (92.386) Other time (%) = 0.000154018 (0.88977) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:59 2021 Memory usage per processor = 27.5214 Mbytes Step Atoms AVEKE stressZZ 4853 5000 6.4028014e-12 1342424.9 4854 -0.00776749999999576 1342399.96052538 4854 5000 6.4023746e-12 1342400 Loop time of 0.0171821 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:59 2021 Pair time (%) = 0.000851154 (4.95372) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.203977) Outpt time (%) = 0.016202 (94.2956) Other time (%) = 9.39369e-05 (0.546713) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:59 2021 Memory usage per processor = 27.5214 Mbytes Step Atoms AVEKE stressZZ 4854 5000 6.4023746e-12 1342397.1 4855 -0.00776749999999576 1342372.22246941 4855 5000 6.4019479e-12 1342372.2 Loop time of 0.016526 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:59 2021 Pair time (%) = 0.000851154 (5.1504) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.289981) Outpt time (%) = 0.015521 (93.9191) Other time (%) = 0.000105858 (0.640554) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:59 2021 Memory usage per processor = 27.5214 Mbytes Step Atoms AVEKE stressZZ 4855 5000 6.4019479e-12 1342369.4 4856 -0.00776749999999576 1342344.48566336 4856 5000 6.4015212e-12 1342344.5 Loop time of 0.0166349 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:59 2021 Pair time (%) = 0.00103998 (6.25179) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.240784) Outpt time (%) = 0.0154419 (92.8281) Other time (%) = 0.00011301 (0.679356) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:59 2021 Memory usage per processor = 27.5214 Mbytes Step Atoms AVEKE stressZZ 4856 5000 6.4015212e-12 1342341.7 4857 -0.00776749999999576 1342316.75010601 4857 5000 6.4010945e-12 1342316.8 Loop time of 0.016952 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:59 2021 Pair time (%) = 0.000850201 (5.01533) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206745) Outpt time (%) = 0.0159681 (94.1957) Other time (%) = 9.87053e-05 (0.582262) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:59 2021 Memory usage per processor = 27.5214 Mbytes Step Atoms AVEKE stressZZ 4857 5000 6.4010945e-12 1342313.9 4858 -0.00776749999999576 1342289.01579666 4858 5000 6.4006679e-12 1342289 Loop time of 0.017076 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:59 2021 Pair time (%) = 0.000851154 (4.9845) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205244) Outpt time (%) = 0.0160809 (94.1722) Other time (%) = 0.000108957 (0.638072) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:59 2021 Memory usage per processor = 27.5214 Mbytes Step Atoms AVEKE stressZZ 4858 5000 6.4006679e-12 1342286.2 4859 -0.00776749999999576 1342261.2827326 4859 5000 6.4002413e-12 1342261.3 Loop time of 0.0166662 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:59 2021 Pair time (%) = 0.000890017 (5.34026) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.216014) Outpt time (%) = 0.015625 (93.7528) Other time (%) = 0.000115156 (0.690957) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:59 2021 Memory usage per processor = 27.5214 Mbytes Step Atoms AVEKE stressZZ 4859 5000 6.4002413e-12 1342258.4 4860 -0.00776749999999576 1342233.55091442 4860 5000 6.3998148e-12 1342233.6 Loop time of 0.0186398 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:59 2021 Pair time (%) = 0.000896931 (4.81191) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.186746) Outpt time (%) = 0.0176058 (94.4526) Other time (%) = 0.000102282 (0.548727) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:59 2021 Memory usage per processor = 27.5214 Mbytes Step Atoms AVEKE stressZZ 4860 5000 6.3998148e-12 1342230.7 4861 -0.00776749999999576 1342205.82034233 4861 5000 6.3993882e-12 1342205.8 Loop time of 0.0169778 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:59 2021 Pair time (%) = 0.000849009 (5.0007) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206432) Outpt time (%) = 0.0159988 (94.234) Other time (%) = 9.48906e-05 (0.55891) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:59 2021 Memory usage per processor = 27.5214 Mbytes Step Atoms AVEKE stressZZ 4861 5000 6.3993882e-12 1342203 4862 -0.00776749999999576 1342178.09101604 4862 5000 6.3989618e-12 1342178.1 Loop time of 0.0163422 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:59 2021 Pair time (%) = 0.000854969 (5.23168) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.214461) Outpt time (%) = 0.015358 (93.9776) Other time (%) = 9.41753e-05 (0.576272) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:59 2021 Memory usage per processor = 27.5214 Mbytes Step Atoms AVEKE stressZZ 4862 5000 6.3989618e-12 1342175.3 4863 -0.00776749999999576 1342150.3629352 4863 5000 6.3985353e-12 1342150.4 Loop time of 0.016639 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:59 2021 Pair time (%) = 0.000985146 (5.9207) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.234994) Outpt time (%) = 0.015492 (93.1064) Other time (%) = 0.000122786 (0.737939) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:59 2021 Memory usage per processor = 27.5214 Mbytes Step Atoms AVEKE stressZZ 4863 5000 6.3985353e-12 1342147.5 4864 -0.00776749999999576 1342122.63609954 4864 5000 6.3981089e-12 1342122.6 Loop time of 0.0171571 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:59 2021 Pair time (%) = 0.000853062 (4.97207) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204274) Outpt time (%) = 0.0161772 (94.2887) Other time (%) = 9.17912e-05 (0.535005) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:59 2021 Memory usage per processor = 27.5214 Mbytes Step Atoms AVEKE stressZZ 4864 5000 6.3981089e-12 1342119.8 4865 -0.00776749999999576 1342094.91050882 4865 5000 6.3976826e-12 1342094.9 Loop time of 0.016701 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:59 2021 Pair time (%) = 0.000880003 (5.26917) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209853) Outpt time (%) = 0.0156898 (93.9457) Other time (%) = 9.60827e-05 (0.575312) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:59 2021 Memory usage per processor = 27.5214 Mbytes Step Atoms AVEKE stressZZ 4865 5000 6.3976826e-12 1342092.1 4866 -0.00776749999999576 1342067.18616281 4866 5000 6.3972562e-12 1342067.2 Loop time of 0.0169291 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:59 2021 Pair time (%) = 0.00088191 (5.20942) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.212658) Outpt time (%) = 0.015861 (93.6907) Other time (%) = 0.000150204 (0.887249) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:59 2021 Memory usage per processor = 27.5214 Mbytes Step Atoms AVEKE stressZZ 4866 5000 6.3972562e-12 1342064.4 4867 -0.00776749999999576 1342039.46306126 4867 5000 6.39683e-12 1342039.5 Loop time of 0.0172529 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:59 2021 Pair time (%) = 0.000860214 (4.9859) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.20314) Outpt time (%) = 0.0162611 (94.2513) Other time (%) = 9.65595e-05 (0.559671) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:59 2021 Memory usage per processor = 27.5214 Mbytes Step Atoms AVEKE stressZZ 4867 5000 6.39683e-12 1342036.6 4868 -0.00776749999999576 1342011.74120393 4868 5000 6.3964037e-12 1342011.7 Loop time of 0.01721 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:59 2021 Pair time (%) = 0.000849009 (4.93323) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198105) Outpt time (%) = 0.0162308 (94.3104) Other time (%) = 9.60827e-05 (0.558295) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:59 2021 Memory usage per processor = 27.5214 Mbytes Step Atoms AVEKE stressZZ 4868 5000 6.3964037e-12 1342008.9 4869 -0.00776749999999576 1341984.02059069 4869 5000 6.3959775e-12 1341984 Loop time of 0.0169129 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:59 2021 Pair time (%) = 0.000998974 (5.90657) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.212862) Outpt time (%) = 0.015697 (92.8106) Other time (%) = 0.00018096 (1.06995) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:59 2021 Memory usage per processor = 27.5214 Mbytes Step Atoms AVEKE stressZZ 4869 5000 6.3959775e-12 1341981.2 4870 -0.00776749999999576 1341956.30122129 4870 5000 6.3955513e-12 1341956.3 Loop time of 0.0183418 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:59 2021 Pair time (%) = 0.000899076 (4.9018) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.206679) Outpt time (%) = 0.017298 (94.3092) Other time (%) = 0.000106812 (0.58234) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:59 2021 Memory usage per processor = 27.5214 Mbytes Step Atoms AVEKE stressZZ 4870 5000 6.3955513e-12 1341953.5 4871 -0.00776749999999576 1341928.58309557 4871 5000 6.3951252e-12 1341928.6 Loop time of 0.017482 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:59 2021 Pair time (%) = 0.000874996 (5.00511) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.200477) Outpt time (%) = 0.0164771 (94.2516) Other time (%) = 9.48906e-05 (0.542789) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:59 2021 Memory usage per processor = 27.5214 Mbytes Step Atoms AVEKE stressZZ 4871 5000 6.3951252e-12 1341925.7 4872 -0.00776749999999576 1341900.86621331 4872 5000 6.3946991e-12 1341900.9 Loop time of 0.0171139 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:59 2021 Pair time (%) = 0.00085187 (4.97764) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.197824) Outpt time (%) = 0.0161319 (94.2617) Other time (%) = 9.63211e-05 (0.562823) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:59 2021 Memory usage per processor = 27.5214 Mbytes Step Atoms AVEKE stressZZ 4872 5000 6.3946991e-12 1341898 4873 -0.00776749999999576 1341873.15057434 4873 5000 6.394273e-12 1341873.2 Loop time of 0.0163119 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:59 2021 Pair time (%) = 0.000852108 (5.22385) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.214859) Outpt time (%) = 0.0153129 (93.8758) Other time (%) = 0.000111818 (0.685502) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:59 2021 Memory usage per processor = 27.5214 Mbytes Step Atoms AVEKE stressZZ 4873 5000 6.394273e-12 1341870.3 4874 -0.00776749999999576 1341845.4361785 4874 5000 6.393847e-12 1341845.4 Loop time of 0.0166738 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:59 2021 Pair time (%) = 0.001055 (6.3273) Neigh time (%) = 0 (0) Comm time (%) = 5.29289e-05 (0.317438) Outpt time (%) = 0.015425 (92.5102) Other time (%) = 0.000140905 (0.84507) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:59 2021 Memory usage per processor = 27.5214 Mbytes Step Atoms AVEKE stressZZ 4874 5000 6.393847e-12 1341842.6 4875 -0.00776749999999576 1341817.72302562 4875 5000 6.393421e-12 1341817.7 Loop time of 0.0172119 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:59 2021 Pair time (%) = 0.000849009 (4.93268) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.278424) Outpt time (%) = 0.016197 (94.1032) Other time (%) = 0.000118017 (0.685672) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:59 2021 Memory usage per processor = 27.5214 Mbytes Step Atoms AVEKE stressZZ 4875 5000 6.393421e-12 1341814.9 4876 -0.00776749999999576 1341790.0111224 4876 5000 6.3929951e-12 1341790 Loop time of 0.0167959 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:59 2021 Pair time (%) = 0.000850201 (5.06196) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208668) Outpt time (%) = 0.0158219 (94.2013) Other time (%) = 8.86917e-05 (0.528057) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:59 2021 Memory usage per processor = 27.5214 Mbytes Step Atoms AVEKE stressZZ 4876 5000 6.3929951e-12 1341787.2 4877 -0.00776749999999576 1341762.30048258 4877 5000 6.3925692e-12 1341762.3 Loop time of 0.0166991 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:59 2021 Pair time (%) = 0.000916958 (5.49107) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.215588) Outpt time (%) = 0.015594 (93.3824) Other time (%) = 0.000152111 (0.910895) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:59 2021 Memory usage per processor = 27.5214 Mbytes Step Atoms AVEKE stressZZ 4877 5000 6.3925692e-12 1341759.5 4878 -0.00776749999999576 1341734.59109682 4878 5000 6.3921433e-12 1341734.6 Loop time of 0.0161359 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:59 2021 Pair time (%) = 0.000849962 (5.26751) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.217202) Outpt time (%) = 0.0151598 (93.9509) Other time (%) = 9.10759e-05 (0.564429) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:59 2021 Memory usage per processor = 27.5214 Mbytes Step Atoms AVEKE stressZZ 4878 5000 6.3921433e-12 1341731.8 4879 -0.00776749999999576 1341706.88296092 4879 5000 6.3917175e-12 1341706.9 Loop time of 0.016082 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:59 2021 Pair time (%) = 0.000849009 (5.27923) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.211999) Outpt time (%) = 0.0151091 (93.9499) Other time (%) = 8.98838e-05 (0.558908) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:59 2021 Memory usage per processor = 27.5214 Mbytes Step Atoms AVEKE stressZZ 4879 5000 6.3917175e-12 1341704 4880 -0.00776749999999576 1341679.17607402 4880 5000 6.3912917e-12 1341679.2 Loop time of 0.0178001 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:59 2021 Pair time (%) = 0.000849009 (4.76969) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.196895) Outpt time (%) = 0.0168331 (94.5673) Other time (%) = 8.29697e-05 (0.466119) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:59 2021 Memory usage per processor = 27.5214 Mbytes Step Atoms AVEKE stressZZ 4880 5000 6.3912917e-12 1341676.3 4881 -0.00776749999999576 1341651.47043531 4881 5000 6.390866e-12 1341651.5 Loop time of 0.0171349 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:59 2021 Pair time (%) = 0.00103498 (6.04016) Neigh time (%) = 0 (0) Comm time (%) = 3.98159e-05 (0.232367) Outpt time (%) = 0.0159531 (93.1027) Other time (%) = 0.00010705 (0.624748) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:59 2021 Memory usage per processor = 27.5214 Mbytes Step Atoms AVEKE stressZZ 4881 5000 6.390866e-12 1341648.6 4882 -0.00776749999999576 1341623.76604408 4882 5000 6.3904403e-12 1341623.8 Loop time of 0.0169671 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:59 2021 Pair time (%) = 0.000880003 (5.18654) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.212183) Outpt time (%) = 0.01595 (94.0055) Other time (%) = 0.000101089 (0.595798) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:59 2021 Memory usage per processor = 27.5214 Mbytes Step Atoms AVEKE stressZZ 4882 5000 6.3904403e-12 1341620.9 4883 -0.00776749999999576 1341596.06289969 4883 5000 6.3900146e-12 1341596.1 Loop time of 0.0164721 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:59 2021 Pair time (%) = 0.000852108 (5.17304) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.212769) Outpt time (%) = 0.0154891 (94.0323) Other time (%) = 9.58443e-05 (0.581858) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:59 2021 Memory usage per processor = 27.5214 Mbytes Step Atoms AVEKE stressZZ 4883 5000 6.3900146e-12 1341593.2 4884 -0.00776749999999576 1341568.3610017 4884 5000 6.3895889e-12 1341568.4 Loop time of 0.0166969 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:59 2021 Pair time (%) = 0.00104904 (6.28284) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.234179) Outpt time (%) = 0.015485 (92.7419) Other time (%) = 0.000123739 (0.74109) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:59 2021 Memory usage per processor = 27.5214 Mbytes Step Atoms AVEKE stressZZ 4884 5000 6.3895889e-12 1341565.5 4885 -0.00776749999999576 1341540.6603496 4885 5000 6.3891633e-12 1341540.7 Loop time of 0.0170569 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:59 2021 Pair time (%) = 0.000850916 (4.98868) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205474) Outpt time (%) = 0.016078 (94.2607) Other time (%) = 9.29832e-05 (0.545134) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:59 2021 Memory usage per processor = 27.5214 Mbytes Step Atoms AVEKE stressZZ 4885 5000 6.3891633e-12 1341537.8 4886 -0.00776749999999576 1341512.96094302 4886 5000 6.3887378e-12 1341513 Loop time of 0.0167408 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:59 2021 Pair time (%) = 0.000854015 (5.1014) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209354) Outpt time (%) = 0.015758 (94.1295) Other time (%) = 9.36985e-05 (0.559701) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:59 2021 Memory usage per processor = 27.5214 Mbytes Step Atoms AVEKE stressZZ 4886 5000 6.3887378e-12 1341510.1 4887 -0.00776749999999576 1341485.26278162 4887 5000 6.3883123e-12 1341485.3 Loop time of 0.016489 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:59 2021 Pair time (%) = 0.000910044 (5.51909) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.225564) Outpt time (%) = 0.0154228 (93.5338) Other time (%) = 0.000118971 (0.721515) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:59 2021 Memory usage per processor = 27.5214 Mbytes Step Atoms AVEKE stressZZ 4887 5000 6.3883123e-12 1341482.4 4888 -0.00776749999999576 1341457.56586508 4888 5000 6.3878868e-12 1341457.6 Loop time of 0.0169499 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:59 2021 Pair time (%) = 0.000869036 (5.12709) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206771) Outpt time (%) = 0.0159471 (94.0838) Other time (%) = 9.87053e-05 (0.582336) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:19:59 2021 Memory usage per processor = 27.5214 Mbytes Step Atoms AVEKE stressZZ 4888 5000 6.3878868e-12 1341454.7 4889 -0.00776749999999576 1341424.83731804 4889 5000 1.2620369e-11 1341468.8 Loop time of 0.0172901 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:59 2021 Pair time (%) = 0.000937939 (5.42471) Neigh time (%) = 0 (0) Comm time (%) = 5.4121e-05 (0.313017) Outpt time (%) = 0.0161211 (93.2391) Other time (%) = 0.000176907 (1.02317) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:59 2021 Memory usage per processor = 27.5214 Mbytes Step Atoms AVEKE stressZZ 4889 5000 1.2620369e-11 1371054.1 4890 -0.00779999999999574 1371021.02675407 4890 5000 1.0211502e-11 1371021 Loop time of 0.0179479 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:59 2021 Pair time (%) = 0.000893116 (4.97616) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.195274) Outpt time (%) = 0.0169251 (94.3012) Other time (%) = 9.46522e-05 (0.527372) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:59 2021 Memory usage per processor = 27.5216 Mbytes Step Atoms AVEKE stressZZ 4890 5000 1.0211502e-11 1371017.2 4891 -0.00779999999999574 1370986.88628284 4891 5000 8.8129147e-12 1370986.9 Loop time of 0.016911 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:59 2021 Pair time (%) = 0.00120807 (7.14366) Neigh time (%) = 0 (0) Comm time (%) = 4.22001e-05 (0.249542) Outpt time (%) = 0.0155351 (91.8638) Other time (%) = 0.000125647 (0.742986) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:59 2021 Memory usage per processor = 27.5216 Mbytes Step Atoms AVEKE stressZZ 4891 5000 8.8129147e-12 1370983.4 4892 -0.00779999999999574 1370954.8475688 4892 5000 7.9774294e-12 1370954.8 Loop time of 0.016938 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:59 2021 Pair time (%) = 0.000859022 (5.07158) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206917) Outpt time (%) = 0.0159521 (94.1796) Other time (%) = 9.17912e-05 (0.541925) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:59 2021 Memory usage per processor = 27.5216 Mbytes Step Atoms AVEKE stressZZ 4892 5000 7.9774294e-12 1370951.5 4893 -0.00779999999999574 1370924.14500308 4893 5000 7.4679163e-12 1370924.1 Loop time of 0.016974 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:59 2021 Pair time (%) = 0.000854015 (5.03132) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206478) Outpt time (%) = 0.015995 (94.2327) Other time (%) = 8.98838e-05 (0.529539) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:59 2021 Memory usage per processor = 27.5216 Mbytes Step Atoms AVEKE stressZZ 4893 5000 7.4679163e-12 1370921 4894 -0.00779999999999574 1370894.29203959 4894 5000 7.1526828e-12 1370894.3 Loop time of 0.0164492 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:19:59 2021 Pair time (%) = 0.000889063 (5.4049) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.22466) Outpt time (%) = 0.0154002 (93.6225) Other time (%) = 0.000123024 (0.747902) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:19:59 2021 Memory usage per processor = 27.5216 Mbytes Step Atoms AVEKE stressZZ 4894 5000 7.1526828e-12 1370891.2 4895 -0.00779999999999574 1370864.97947435 4895 5000 6.9557138e-12 1370865 Loop time of 0.0172579 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:00 2021 Pair time (%) = 0.0009408 (5.45141) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.196173) Outpt time (%) = 0.0161672 (93.6796) Other time (%) = 0.00011611 (0.672791) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:00 2021 Memory usage per processor = 27.5216 Mbytes Step Atoms AVEKE stressZZ 4895 5000 6.9557138e-12 1370862 4896 -0.00779999999999574 1370836.01080477 4896 5000 6.8318016e-12 1370836 Loop time of 0.0172081 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:00 2021 Pair time (%) = 0.00085187 (4.9504) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.202283) Outpt time (%) = 0.016227 (94.2987) Other time (%) = 9.44138e-05 (0.548659) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:00 2021 Memory usage per processor = 27.5216 Mbytes Step Atoms AVEKE stressZZ 4896 5000 6.8318016e-12 1370833 4897 -0.00779999999999574 1370807.26115151 4897 5000 6.7534686e-12 1370807.3 Loop time of 0.0165958 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:00 2021 Pair time (%) = 0.000852108 (5.13447) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211183) Outpt time (%) = 0.0156109 (94.0653) Other time (%) = 9.77516e-05 (0.589013) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:00 2021 Memory usage per processor = 27.5216 Mbytes Step Atoms AVEKE stressZZ 4897 5000 6.7534686e-12 1370804.3 4898 -0.00779999999999574 1370778.65115229 4898 5000 6.7037587e-12 1370778.7 Loop time of 0.0167129 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:00 2021 Pair time (%) = 0.000967979 (5.79181) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.228249) Outpt time (%) = 0.0155931 (93.2995) Other time (%) = 0.000113726 (0.680466) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:00 2021 Memory usage per processor = 27.5216 Mbytes Step Atoms AVEKE stressZZ 4898 5000 6.7037587e-12 1370775.7 4899 -0.00779999999999574 1370750.1303714 4899 5000 6.6721004e-12 1370750.1 Loop time of 0.0171769 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:00 2021 Pair time (%) = 0.000968933 (5.64092) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.227636) Outpt time (%) = 0.0160289 (93.3167) Other time (%) = 0.000139952 (0.814769) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:00 2021 Memory usage per processor = 27.5216 Mbytes Step Atoms AVEKE stressZZ 4899 5000 6.6721004e-12 1370747.2 4900 -0.00779999999999574 1370721.66675631 4900 5000 6.651858e-12 1370721.7 Loop time of 0.0187519 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:00 2021 Pair time (%) = 0.000853062 (4.54921) Neigh time (%) = 0 (0) Comm time (%) = 5.50747e-05 (0.293703) Outpt time (%) = 0.01772 (94.4972) Other time (%) = 0.000123739 (0.659877) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:00 2021 Memory usage per processor = 27.5216 Mbytes Step Atoms AVEKE stressZZ 4900 5000 6.651858e-12 1370718.7 4901 -0.00779999999999574 1370693.2399372 4901 5000 6.6388478e-12 1370693.2 Loop time of 0.0162921 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:00 2021 Pair time (%) = 0.000854969 (5.24775) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.21512) Outpt time (%) = 0.015305 (93.9415) Other time (%) = 9.70364e-05 (0.595604) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:00 2021 Memory usage per processor = 27.5216 Mbytes Step Atoms AVEKE stressZZ 4901 5000 6.6388478e-12 1370690.3 4902 -0.00779999999999574 1370664.83696869 4902 5000 6.6304247e-12 1370664.8 Loop time of 0.0169899 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:00 2021 Pair time (%) = 0.001127 (6.63336) Neigh time (%) = 0 (0) Comm time (%) = 5.38826e-05 (0.317144) Outpt time (%) = 0.0156491 (92.1079) Other time (%) = 0.000159979 (0.941609) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:00 2021 Memory usage per processor = 27.5216 Mbytes Step Atoms AVEKE stressZZ 4902 5000 6.6304247e-12 1370661.9 4903 -0.00779999999999574 1370636.44962377 4903 5000 6.6249129e-12 1370636.4 Loop time of 0.016927 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:00 2021 Pair time (%) = 0.000852108 (5.03402) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207051) Outpt time (%) = 0.0159452 (94.1998) Other time (%) = 9.46522e-05 (0.559179) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:00 2021 Memory usage per processor = 27.5216 Mbytes Step Atoms AVEKE stressZZ 4903 5000 6.6249129e-12 1370633.5 4904 -0.00779999999999574 1370608.07267398 4904 5000 6.6212498e-12 1370608.1 Loop time of 0.0164351 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:00 2021 Pair time (%) = 0.000891924 (5.42693) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.21905) Outpt time (%) = 0.015413 (93.781) Other time (%) = 9.41753e-05 (0.573012) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:00 2021 Memory usage per processor = 27.5216 Mbytes Step Atoms AVEKE stressZZ 4904 5000 6.6212498e-12 1370605.1 4905 -0.00779999999999574 1370579.70279657 4905 5000 6.618761e-12 1370579.7 Loop time of 0.0166709 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:00 2021 Pair time (%) = 0.000895023 (5.36876) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.215952) Outpt time (%) = 0.01563 (93.756) Other time (%) = 0.000109911 (0.659297) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:00 2021 Memory usage per processor = 27.5216 Mbytes Step Atoms AVEKE stressZZ 4905 5000 6.618761e-12 1370576.8 4906 -0.00779999999999574 1370551.33787972 4906 5000 6.6170182e-12 1370551.3 Loop time of 0.017405 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:00 2021 Pair time (%) = 0.00111198 (6.38887) Neigh time (%) = 0 (0) Comm time (%) = 4.81606e-05 (0.276705) Outpt time (%) = 0.0161312 (92.681) Other time (%) = 0.000113726 (0.653407) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:00 2021 Memory usage per processor = 27.5216 Mbytes Step Atoms AVEKE stressZZ 4906 5000 6.6170182e-12 1370548.4 4907 -0.00779999999999574 1370522.97658131 4907 5000 6.6157494e-12 1370523 Loop time of 0.0169039 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:00 2021 Pair time (%) = 0.000895977 (5.30042) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207334) Outpt time (%) = 0.015878 (93.9309) Other time (%) = 9.48906e-05 (0.561354) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:00 2021 Memory usage per processor = 27.5216 Mbytes Step Atoms AVEKE stressZZ 4907 5000 6.6157494e-12 1370520 4908 -0.00779999999999574 1370494.6180484 4908 5000 6.6147819e-12 1370494.6 Loop time of 0.0163631 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:00 2021 Pair time (%) = 0.000854015 (5.21914) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.212729) Outpt time (%) = 0.015379 (93.9853) Other time (%) = 9.53674e-05 (0.582819) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:00 2021 Memory usage per processor = 27.5216 Mbytes Step Atoms AVEKE stressZZ 4908 5000 6.6147819e-12 1370491.7 4909 -0.00779999999999574 1370466.26173875 4909 5000 6.6140057e-12 1370466.3 Loop time of 0.017345 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:00 2021 Pair time (%) = 0.00117302 (6.76289) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.219931) Outpt time (%) = 0.0159309 (91.8474) Other time (%) = 0.000202894 (1.16976) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:00 2021 Memory usage per processor = 27.5216 Mbytes Step Atoms AVEKE stressZZ 4909 5000 6.6140057e-12 1370463.3 4910 -0.00779999999999574 1370437.90730778 4910 5000 6.6133512e-12 1370437.9 Loop time of 0.018805 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:00 2021 Pair time (%) = 0.000901937 (4.79626) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.191445) Outpt time (%) = 0.0177479 (94.3784) Other time (%) = 0.000119209 (0.633922) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:00 2021 Memory usage per processor = 27.5216 Mbytes Step Atoms AVEKE stressZZ 4910 5000 6.6133512e-12 1370435 4911 -0.00779999999999574 1370409.55453639 4911 5000 6.612774e-12 1370409.6 Loop time of 0.0166919 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:00 2021 Pair time (%) = 0.000896931 (5.37344) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209967) Outpt time (%) = 0.0156651 (93.8481) Other time (%) = 9.48906e-05 (0.568482) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:00 2021 Memory usage per processor = 27.5216 Mbytes Step Atoms AVEKE stressZZ 4911 5000 6.612774e-12 1370406.6 4912 -0.00779999999999574 1370381.20328532 4912 5000 6.612246e-12 1370381.2 Loop time of 0.0163841 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:00 2021 Pair time (%) = 0.000876904 (5.35215) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.225553) Outpt time (%) = 0.015368 (93.798) Other time (%) = 0.000102282 (0.624272) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:00 2021 Memory usage per processor = 27.5216 Mbytes Step Atoms AVEKE stressZZ 4912 5000 6.612246e-12 1370378.3 4913 -0.00779999999999574 1370352.853466 4913 5000 6.6117492e-12 1370352.9 Loop time of 0.0171509 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:00 2021 Pair time (%) = 0.000888824 (5.18238) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.202958) Outpt time (%) = 0.016125 (94.0183) Other time (%) = 0.000102282 (0.596363) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:00 2021 Memory usage per processor = 27.5216 Mbytes Step Atoms AVEKE stressZZ 4913 5000 6.6117492e-12 1370349.9 4914 -0.00779999999999574 1370324.50502204 4914 5000 6.6112723e-12 1370324.5 Loop time of 0.0171199 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:00 2021 Pair time (%) = 0.000898123 (5.24608) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204718) Outpt time (%) = 0.016093 (94.0019) Other time (%) = 9.36985e-05 (0.547308) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:00 2021 Memory usage per processor = 27.5216 Mbytes Step Atoms AVEKE stressZZ 4914 5000 6.6112723e-12 1370321.6 4915 -0.00779999999999574 1370296.15791759 4915 5000 6.6108081e-12 1370296.2 Loop time of 0.0163162 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:00 2021 Pair time (%) = 0.000853062 (5.22832) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.214802) Outpt time (%) = 0.0153322 (93.9695) Other time (%) = 9.58443e-05 (0.587419) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:00 2021 Memory usage per processor = 27.5216 Mbytes Step Atoms AVEKE stressZZ 4915 5000 6.6108081e-12 1370293.2 4916 -0.00779999999999574 1370267.81212975 4916 5000 6.6103518e-12 1370267.8 Loop time of 0.017029 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:00 2021 Pair time (%) = 0.0010581 (6.21351) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.229611) Outpt time (%) = 0.015759 (92.5418) Other time (%) = 0.000172853 (1.01505) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:00 2021 Memory usage per processor = 27.5216 Mbytes Step Atoms AVEKE stressZZ 4916 5000 6.6103518e-12 1370264.9 4917 -0.00779999999999574 1370239.46764401 4917 5000 6.6099008e-12 1370239.5 Loop time of 0.0171781 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:00 2021 Pair time (%) = 0.000893831 (5.20333) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204025) Outpt time (%) = 0.016155 (94.0444) Other time (%) = 9.41753e-05 (0.54823) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:00 2021 Memory usage per processor = 27.5216 Mbytes Step Atoms AVEKE stressZZ 4917 5000 6.6099008e-12 1370236.5 4918 -0.00779999999999574 1370211.12445099 4918 5000 6.609453e-12 1370211.1 Loop time of 0.01702 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:00 2021 Pair time (%) = 0.000850916 (4.99951) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.204519) Outpt time (%) = 0.0160398 (94.2412) Other time (%) = 9.44138e-05 (0.554723) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:00 2021 Memory usage per processor = 27.5216 Mbytes Step Atoms AVEKE stressZZ 4918 5000 6.609453e-12 1370208.2 4919 -0.00779999999999574 1370182.78254473 4919 5000 6.6090072e-12 1370182.8 Loop time of 0.01634 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:00 2021 Pair time (%) = 0.000856161 (5.23966) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.214489) Outpt time (%) = 0.0153461 (93.917) Other time (%) = 0.000102758 (0.628876) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:00 2021 Memory usage per processor = 27.5216 Mbytes Step Atoms AVEKE stressZZ 4919 5000 6.6090072e-12 1370179.8 4920 -0.00779999999999574 1370154.44192138 4920 5000 6.6085629e-12 1370154.4 Loop time of 0.019053 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:00 2021 Pair time (%) = 0.00100708 (5.28568) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.193959) Outpt time (%) = 0.0178719 (93.8008) Other time (%) = 0.000137091 (0.719523) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:00 2021 Memory usage per processor = 27.5216 Mbytes Step Atoms AVEKE stressZZ 4920 5000 6.6085629e-12 1370151.5 4921 -0.00779999999999574 1370126.10257841 4921 5000 6.6081194e-12 1370126.1 Loop time of 0.0169899 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:00 2021 Pair time (%) = 0.000856876 (5.04343) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206284) Outpt time (%) = 0.0160041 (94.1974) Other time (%) = 9.39369e-05 (0.552897) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:00 2021 Memory usage per processor = 27.5216 Mbytes Step Atoms AVEKE stressZZ 4921 5000 6.6081194e-12 1370123.2 4922 -0.00779999999999574 1370097.76451421 4922 5000 6.6076765e-12 1370097.8 Loop time of 0.0163498 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:00 2021 Pair time (%) = 0.000854969 (5.22923) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.220194) Outpt time (%) = 0.0153658 (93.9819) Other time (%) = 9.29832e-05 (0.568712) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:00 2021 Memory usage per processor = 27.5216 Mbytes Step Atoms AVEKE stressZZ 4922 5000 6.6076765e-12 1370094.8 4923 -0.00779999999999574 1370069.42772769 4923 5000 6.6072339e-12 1370069.4 Loop time of 0.0162241 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:00 2021 Pair time (%) = 0.000854015 (5.26385) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.216021) Outpt time (%) = 0.015249 (93.9896) Other time (%) = 8.60691e-05 (0.5305) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:00 2021 Memory usage per processor = 27.5216 Mbytes Step Atoms AVEKE stressZZ 4923 5000 6.6072339e-12 1370066.5 4924 -0.00779999999999574 1370041.09221803 4924 5000 6.6067916e-12 1370041.1 Loop time of 0.0163279 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:00 2021 Pair time (%) = 0.000854969 (5.23626) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.214649) Outpt time (%) = 0.0153489 (94.0044) Other time (%) = 8.89301e-05 (0.544653) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:00 2021 Memory usage per processor = 27.5216 Mbytes Step Atoms AVEKE stressZZ 4924 5000 6.6067916e-12 1370038.2 4925 -0.00779999999999574 1370012.75798474 4925 5000 6.6063495e-12 1370012.8 Loop time of 0.0170009 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:00 2021 Pair time (%) = 0.00085187 (5.01073) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.199139) Outpt time (%) = 0.0160248 (94.2586) Other time (%) = 9.03606e-05 (0.531505) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:00 2021 Memory usage per processor = 27.5216 Mbytes Step Atoms AVEKE stressZZ 4925 5000 6.6063495e-12 1370009.8 4926 -0.00779999999999574 1369984.42502743 4926 5000 6.6059075e-12 1369984.4 Loop time of 0.0165401 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:00 2021 Pair time (%) = 0.000855923 (5.17485) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.206129) Outpt time (%) = 0.0155561 (94.0511) Other time (%) = 9.39369e-05 (0.567936) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:00 2021 Memory usage per processor = 27.5216 Mbytes Step Atoms AVEKE stressZZ 4926 5000 6.6059075e-12 1369981.5 4927 -0.00779999999999574 1369956.09334583 4927 5000 6.6054656e-12 1369956.1 Loop time of 0.016444 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:00 2021 Pair time (%) = 0.000921011 (5.6009) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.218933) Outpt time (%) = 0.0153859 (93.5654) Other time (%) = 0.000101089 (0.614751) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:00 2021 Memory usage per processor = 27.5216 Mbytes Step Atoms AVEKE stressZZ 4927 5000 6.6054656e-12 1369953.2 4928 -0.00779999999999574 1369927.76293966 4928 5000 6.6050238e-12 1369927.8 Loop time of 0.016902 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:00 2021 Pair time (%) = 0.000932932 (5.51966) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.218642) Outpt time (%) = 0.01583 (93.658) Other time (%) = 0.000102043 (0.603735) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:00 2021 Memory usage per processor = 27.5216 Mbytes Step Atoms AVEKE stressZZ 4928 5000 6.6050238e-12 1369924.8 4929 -0.00779999999999574 1369899.43380874 4929 5000 6.604582e-12 1369899.4 Loop time of 0.019506 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:00 2021 Pair time (%) = 0.000921011 (4.72169) Neigh time (%) = 0 (0) Comm time (%) = 5.00679e-05 (0.25668) Outpt time (%) = 0.018398 (94.32) Other time (%) = 0.000136852 (0.701591) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:00 2021 Memory usage per processor = 27.5216 Mbytes Step Atoms AVEKE stressZZ 4929 5000 6.604582e-12 1369896.5 4930 -0.00779999999999574 1369871.1059529 4930 5000 6.6041403e-12 1369871.1 Loop time of 0.0183651 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:00 2021 Pair time (%) = 0.000898838 (4.89426) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.189539) Outpt time (%) = 0.0173361 (94.3969) Other time (%) = 9.53674e-05 (0.519285) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:00 2021 Memory usage per processor = 27.5216 Mbytes Step Atoms AVEKE stressZZ 4930 5000 6.6041403e-12 1369868.2 4931 -0.00779999999999574 1369842.77937195 4931 5000 6.6036986e-12 1369842.8 Loop time of 0.0164351 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:00 2021 Pair time (%) = 0.000903845 (5.49946) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.226303) Outpt time (%) = 0.0153892 (93.6359) Other time (%) = 0.000104904 (0.638292) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:00 2021 Memory usage per processor = 27.5216 Mbytes Step Atoms AVEKE stressZZ 4931 5000 6.6036986e-12 1369839.8 4932 -0.00779999999999574 1369814.45406575 4932 5000 6.603257e-12 1369814.5 Loop time of 0.017019 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:00 2021 Pair time (%) = 0.000933886 (5.4873) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.20453) Outpt time (%) = 0.015955 (93.7478) Other time (%) = 9.53674e-05 (0.560358) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:00 2021 Memory usage per processor = 27.5216 Mbytes Step Atoms AVEKE stressZZ 4932 5000 6.603257e-12 1369811.5 4933 -0.00779999999999574 1369786.13003414 4933 5000 6.6028154e-12 1369786.1 Loop time of 0.016881 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:00 2021 Pair time (%) = 0.000851154 (5.04209) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207615) Outpt time (%) = 0.0159001 (94.1896) Other time (%) = 9.46522e-05 (0.560703) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:00 2021 Memory usage per processor = 27.5216 Mbytes Step Atoms AVEKE stressZZ 4933 5000 6.6028154e-12 1369783.2 4934 -0.00779999999999574 1369757.80727703 4934 5000 6.6023739e-12 1369757.8 Loop time of 0.0164881 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:00 2021 Pair time (%) = 0.000862122 (5.22876) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.218347) Outpt time (%) = 0.0154312 (93.5899) Other time (%) = 0.000158787 (0.96304) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:00 2021 Memory usage per processor = 27.5216 Mbytes Step Atoms AVEKE stressZZ 4934 5000 6.6023739e-12 1369754.9 4935 -0.00779999999999574 1369729.48579424 4935 5000 6.6019324e-12 1369729.5 Loop time of 0.0172958 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:00 2021 Pair time (%) = 0.00110507 (6.38923) Neigh time (%) = 0 (0) Comm time (%) = 6.10352e-05 (0.352889) Outpt time (%) = 0.0159819 (92.4032) Other time (%) = 0.00014782 (0.854654) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:00 2021 Memory usage per processor = 27.5216 Mbytes Step Atoms AVEKE stressZZ 4935 5000 6.6019324e-12 1369726.6 4936 -0.00779999999999574 1369701.16558565 4936 5000 6.601491e-12 1369701.2 Loop time of 0.0170848 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:00 2021 Pair time (%) = 0.000856161 (5.01123) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.199556) Outpt time (%) = 0.0160999 (94.2352) Other time (%) = 9.46522e-05 (0.554013) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:00 2021 Memory usage per processor = 27.5216 Mbytes Step Atoms AVEKE stressZZ 4936 5000 6.601491e-12 1369698.2 4937 -0.00779999999999574 1369672.84665109 4937 5000 6.6010495e-12 1369672.8 Loop time of 0.0166159 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:00 2021 Pair time (%) = 0.000852108 (5.12828) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.210928) Outpt time (%) = 0.0156341 (94.0911) Other time (%) = 9.46522e-05 (0.569649) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:00 2021 Memory usage per processor = 27.5216 Mbytes Step Atoms AVEKE stressZZ 4937 5000 6.6010495e-12 1369669.9 4938 -0.00779999999999574 1369644.52899188 4938 5000 6.6006082e-12 1369644.5 Loop time of 0.0164309 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:00 2021 Pair time (%) = 0.000883818 (5.37901) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.219107) Outpt time (%) = 0.015409 (93.7808) Other time (%) = 0.000102043 (0.621046) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:00 2021 Memory usage per processor = 27.5216 Mbytes Step Atoms AVEKE stressZZ 4938 5000 6.6006082e-12 1369641.6 4939 -0.00779999999999574 1369616.21261051 4939 5000 6.6001669e-12 1369616.2 Loop time of 0.017101 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:01 2021 Pair time (%) = 0.00102019 (5.96568) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.216097) Outpt time (%) = 0.015919 (93.0877) Other time (%) = 0.000124931 (0.730548) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:01 2021 Memory usage per processor = 27.5216 Mbytes Step Atoms AVEKE stressZZ 4939 5000 6.6001669e-12 1369613.3 4940 -0.00779999999999574 1369587.89750507 4940 5000 6.5997256e-12 1369587.9 Loop time of 0.018739 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:01 2021 Pair time (%) = 0.000854015 (4.55743) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.18703) Outpt time (%) = 0.0177572 (94.7606) Other time (%) = 9.27448e-05 (0.49493) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:01 2021 Memory usage per processor = 27.5216 Mbytes Step Atoms AVEKE stressZZ 4940 5000 6.5997256e-12 1369585 4941 -0.00779999999999574 1369559.58367487 4941 5000 6.5992843e-12 1369559.6 Loop time of 0.016309 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:01 2021 Pair time (%) = 0.000850916 (5.21745) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.209049) Outpt time (%) = 0.0152981 (93.8016) Other time (%) = 0.000125885 (0.771873) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:01 2021 Memory usage per processor = 27.5216 Mbytes Step Atoms AVEKE stressZZ 4941 5000 6.5992843e-12 1369556.6 4942 -0.00779999999999574 1369531.27111956 4942 5000 6.5988431e-12 1369531.3 Loop time of 0.017318 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:01 2021 Pair time (%) = 0.00124907 (7.21258) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.207883) Outpt time (%) = 0.0158479 (91.5112) Other time (%) = 0.000185013 (1.06833) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:01 2021 Memory usage per processor = 27.5216 Mbytes Step Atoms AVEKE stressZZ 4942 5000 6.5988431e-12 1369528.3 4943 -0.00779999999999574 1369502.95983879 4943 5000 6.5984019e-12 1369503 Loop time of 0.017168 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:01 2021 Pair time (%) = 0.000888824 (5.1772) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204144) Outpt time (%) = 0.01615 (94.0701) Other time (%) = 9.41753e-05 (0.54855) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:01 2021 Memory usage per processor = 27.5216 Mbytes Step Atoms AVEKE stressZZ 4943 5000 6.5984019e-12 1369500 4944 -0.00779999999999574 1369474.64983235 4944 5000 6.5979608e-12 1369474.6 Loop time of 0.016382 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:01 2021 Pair time (%) = 0.000854015 (5.21314) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.212484) Outpt time (%) = 0.0153999 (94.0053) Other time (%) = 9.32217e-05 (0.56905) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:01 2021 Memory usage per processor = 27.5216 Mbytes Step Atoms AVEKE stressZZ 4944 5000 6.5979608e-12 1369471.7 4945 -0.00779999999999574 1369446.34109999 4945 5000 6.5975197e-12 1369446.3 Loop time of 0.016624 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:01 2021 Pair time (%) = 0.000995874 (5.99059) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.228035) Outpt time (%) = 0.0154819 (93.1303) Other time (%) = 0.000108242 (0.65112) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:01 2021 Memory usage per processor = 27.5216 Mbytes Step Atoms AVEKE stressZZ 4945 5000 6.5975197e-12 1369443.4 4946 -0.00779999999999574 1369418.0336415 4946 5000 6.5970787e-12 1369418 Loop time of 0.017004 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:01 2021 Pair time (%) = 0.000936031 (5.50477) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206113) Outpt time (%) = 0.0159352 (93.7142) Other time (%) = 9.77516e-05 (0.574874) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:01 2021 Memory usage per processor = 27.5216 Mbytes Step Atoms AVEKE stressZZ 4946 5000 6.5970787e-12 1369415.1 4947 -0.00779999999999574 1369389.72745675 4947 5000 6.5966376e-12 1369389.7 Loop time of 0.0171299 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:01 2021 Pair time (%) = 0.000936031 (5.46431) Neigh time (%) = 0 (0) Comm time (%) = 5.00679e-05 (0.292284) Outpt time (%) = 0.0159991 (93.3986) Other time (%) = 0.00014472 (0.844839) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:01 2021 Memory usage per processor = 27.5216 Mbytes Step Atoms AVEKE stressZZ 4947 5000 6.5966376e-12 1369386.8 4948 -0.00779999999999574 1369361.42254516 4948 5000 6.5961967e-12 1369361.4 Loop time of 0.016325 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:01 2021 Pair time (%) = 0.000854969 (5.23718) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.208844) Outpt time (%) = 0.0153461 (94.0034) Other time (%) = 8.98838e-05 (0.55059) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:01 2021 Memory usage per processor = 27.5216 Mbytes Step Atoms AVEKE stressZZ 4948 5000 6.5961967e-12 1369358.5 4949 -0.00779999999999574 1369333.11890653 4949 5000 6.5957557e-12 1369333.1 Loop time of 0.0171201 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:01 2021 Pair time (%) = 0.00121307 (7.08566) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.239531) Outpt time (%) = 0.0156739 (91.5524) Other time (%) = 0.000192165 (1.12245) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:01 2021 Memory usage per processor = 27.5216 Mbytes Step Atoms AVEKE stressZZ 4949 5000 6.5957557e-12 1369330.2 4950 -0.00779999999999574 1369304.81654105 4950 5000 6.5953149e-12 1369304.8 Loop time of 0.0187302 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:01 2021 Pair time (%) = 0.000854015 (4.55957) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.180754) Outpt time (%) = 0.0177469 (94.7505) Other time (%) = 9.53674e-05 (0.509165) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:01 2021 Memory usage per processor = 27.5216 Mbytes Step Atoms AVEKE stressZZ 4950 5000 6.5953149e-12 1369301.9 4951 -0.00779999999999574 1369276.51544853 4951 5000 6.594874e-12 1369276.5 Loop time of 0.017432 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:01 2021 Pair time (%) = 0.000852108 (4.88819) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.201053) Outpt time (%) = 0.0164492 (94.3623) Other time (%) = 9.56059e-05 (0.548451) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:01 2021 Memory usage per processor = 27.5216 Mbytes Step Atoms AVEKE stressZZ 4951 5000 6.594874e-12 1369273.6 4952 -0.00779999999999574 1369248.21562889 4952 5000 6.5944332e-12 1369248.2 Loop time of 0.0166109 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:01 2021 Pair time (%) = 0.000855923 (5.15279) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.216733) Outpt time (%) = 0.0155759 (93.7693) Other time (%) = 0.000143051 (0.86119) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:01 2021 Memory usage per processor = 27.5216 Mbytes Step Atoms AVEKE stressZZ 4952 5000 6.5944332e-12 1369245.3 4953 -0.00779999999999574 1369219.91708191 4953 5000 6.5939924e-12 1369219.9 Loop time of 0.0173061 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:01 2021 Pair time (%) = 0.000930071 (5.37424) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197005) Outpt time (%) = 0.0162351 (93.8116) Other time (%) = 0.000106812 (0.61719) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:01 2021 Memory usage per processor = 27.5216 Mbytes Step Atoms AVEKE stressZZ 4953 5000 6.5939924e-12 1369217 4954 -0.00779999999999574 1369191.61980751 4954 5000 6.5935517e-12 1369191.6 Loop time of 0.0169969 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:01 2021 Pair time (%) = 0.000869036 (5.11292) Neigh time (%) = 0 (0) Comm time (%) = 5.29289e-05 (0.311404) Outpt time (%) = 0.0158811 (93.4353) Other time (%) = 0.000193834 (1.14041) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:01 2021 Memory usage per processor = 27.5216 Mbytes Step Atoms AVEKE stressZZ 4954 5000 6.5935517e-12 1369188.7 4955 -0.00779999999999574 1369163.32380549 4955 5000 6.593111e-12 1369163.3 Loop time of 0.0166728 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:01 2021 Pair time (%) = 0.000854015 (5.12219) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.210207) Outpt time (%) = 0.0156889 (94.0985) Other time (%) = 9.48906e-05 (0.569132) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:01 2021 Memory usage per processor = 27.5216 Mbytes Step Atoms AVEKE stressZZ 4955 5000 6.593111e-12 1369160.4 4956 -0.00779999999999574 1369135.02907578 4956 5000 6.5926703e-12 1369135 Loop time of 0.016511 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:01 2021 Pair time (%) = 0.000936985 (5.67493) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.218044) Outpt time (%) = 0.015403 (93.2897) Other time (%) = 0.000134945 (0.817305) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:01 2021 Memory usage per processor = 27.5216 Mbytes Step Atoms AVEKE stressZZ 4956 5000 6.5926703e-12 1369132.1 4957 -0.00779999999999574 1369106.73561819 4957 5000 6.5922297e-12 1369106.7 Loop time of 0.0170341 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:01 2021 Pair time (%) = 0.000860214 (5.04997) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.211348) Outpt time (%) = 0.0160379 (94.1522) Other time (%) = 9.98974e-05 (0.586457) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:01 2021 Memory usage per processor = 27.5216 Mbytes Step Atoms AVEKE stressZZ 4957 5000 6.5922297e-12 1369103.8 4958 -0.00779999999999574 1369078.44343261 4958 5000 6.5917891e-12 1369078.4 Loop time of 0.017236 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:01 2021 Pair time (%) = 0.000950813 (5.51644) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.208872) Outpt time (%) = 0.016145 (93.6702) Other time (%) = 0.000104189 (0.604485) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:01 2021 Memory usage per processor = 27.5216 Mbytes Step Atoms AVEKE stressZZ 4958 5000 6.5917891e-12 1369075.5 4959 -0.00779999999999574 1369050.15251891 4959 5000 6.5913486e-12 1369050.2 Loop time of 0.0165901 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:01 2021 Pair time (%) = 0.000864029 (5.20809) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.222752) Outpt time (%) = 0.015543 (93.6882) Other time (%) = 0.000146151 (0.88095) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:01 2021 Memory usage per processor = 27.5216 Mbytes Step Atoms AVEKE stressZZ 4959 5000 6.5913486e-12 1369047.2 4960 -0.00779999999999574 1369021.86287692 4960 5000 6.5909081e-12 1369021.9 Loop time of 0.0188951 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:01 2021 Pair time (%) = 0.00097084 (5.13804) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.185484) Outpt time (%) = 0.0177562 (93.9724) Other time (%) = 0.000133038 (0.704083) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:01 2021 Memory usage per processor = 27.5216 Mbytes Step Atoms AVEKE stressZZ 4960 5000 6.5909081e-12 1369018.9 4961 -0.00779999999999574 1368993.57450654 4961 5000 6.5904677e-12 1368993.6 Loop time of 0.017143 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:01 2021 Pair time (%) = 0.00090003 (5.25013) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.210005) Outpt time (%) = 0.0161061 (93.9516) Other time (%) = 0.000100851 (0.588293) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:01 2021 Memory usage per processor = 27.5216 Mbytes Step Atoms AVEKE stressZZ 4961 5000 6.5904677e-12 1368990.6 4962 -0.00779999999999574 1368965.28740765 4962 5000 6.5900272e-12 1368965.3 Loop time of 0.01684 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:01 2021 Pair time (%) = 0.000854969 (5.07702) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208121) Outpt time (%) = 0.0158539 (94.1443) Other time (%) = 9.60827e-05 (0.570563) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:01 2021 Memory usage per processor = 27.5216 Mbytes Step Atoms AVEKE stressZZ 4962 5000 6.5900272e-12 1368962.4 4963 -0.00779999999999574 1368937.00158008 4963 5000 6.5895869e-12 1368937 Loop time of 0.016454 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:01 2021 Pair time (%) = 0.000870943 (5.29321) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.218799) Outpt time (%) = 0.0154419 (93.849) Other time (%) = 0.000105143 (0.63901) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:01 2021 Memory usage per processor = 27.5216 Mbytes Step Atoms AVEKE stressZZ 4963 5000 6.5895869e-12 1368934.1 4964 -0.00779999999999574 1368908.71702374 4964 5000 6.5891465e-12 1368908.7 Loop time of 0.0175591 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:01 2021 Pair time (%) = 0.000982046 (5.59282) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.199598) Outpt time (%) = 0.0164461 (93.6617) Other time (%) = 9.58443e-05 (0.54584) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:01 2021 Memory usage per processor = 27.5216 Mbytes Step Atoms AVEKE stressZZ 4964 5000 6.5891465e-12 1368905.8 4965 -0.00779999999999574 1368880.43373848 4965 5000 6.5887062e-12 1368880.4 Loop time of 0.0169001 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:01 2021 Pair time (%) = 0.000855923 (5.06461) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207381) Outpt time (%) = 0.0159121 (94.1538) Other time (%) = 9.70364e-05 (0.574178) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:01 2021 Memory usage per processor = 27.5216 Mbytes Step Atoms AVEKE stressZZ 4965 5000 6.5887062e-12 1368877.5 4966 -0.00779999999999574 1368852.15172417 4966 5000 6.588266e-12 1368852.2 Loop time of 0.0163851 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:01 2021 Pair time (%) = 0.000855923 (5.22379) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.213899) Outpt time (%) = 0.0153971 (93.9701) Other time (%) = 9.70364e-05 (0.592224) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:01 2021 Memory usage per processor = 27.5216 Mbytes Step Atoms AVEKE stressZZ 4966 5000 6.588266e-12 1368849.2 4967 -0.00779999999999574 1368823.87098071 4967 5000 6.5878258e-12 1368823.9 Loop time of 0.0160999 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:01 2021 Pair time (%) = 0.000854969 (5.31039) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.211764) Outpt time (%) = 0.015121 (93.9196) Other time (%) = 8.98838e-05 (0.558287) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:01 2021 Memory usage per processor = 27.5216 Mbytes Step Atoms AVEKE stressZZ 4967 5000 6.5878258e-12 1368820.9 4968 -0.00779999999999574 1368795.59150794 4968 5000 6.5873856e-12 1368795.6 Loop time of 0.0162189 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:01 2021 Pair time (%) = 0.000926971 (5.71538) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.208741) Outpt time (%) = 0.015168 (93.5202) Other time (%) = 9.01222e-05 (0.555662) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:01 2021 Memory usage per processor = 27.5216 Mbytes Step Atoms AVEKE stressZZ 4968 5000 6.5873856e-12 1368792.7 4969 -0.00779999999999574 1368767.31330579 4969 5000 6.5869455e-12 1368767.3 Loop time of 0.0175302 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:01 2021 Pair time (%) = 0.000852108 (4.8608) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.199927) Outpt time (%) = 0.0165529 (94.4252) Other time (%) = 9.01222e-05 (0.514097) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:01 2021 Memory usage per processor = 27.5216 Mbytes Step Atoms AVEKE stressZZ 4969 5000 6.5869455e-12 1368764.4 4970 -0.00779999999999574 1368739.03637409 4970 5000 6.5865054e-12 1368739 Loop time of 0.0184271 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:01 2021 Pair time (%) = 0.00085187 (4.62291) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.190195) Outpt time (%) = 0.0174441 (94.6655) Other time (%) = 9.60827e-05 (0.52142) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:01 2021 Memory usage per processor = 27.5216 Mbytes Step Atoms AVEKE stressZZ 4970 5000 6.5865054e-12 1368736.1 4971 -0.00779999999999574 1368710.7607127 4971 5000 6.5860653e-12 1368710.8 Loop time of 0.0165288 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:01 2021 Pair time (%) = 0.000868082 (5.25192) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.217808) Outpt time (%) = 0.015522 (93.9086) Other time (%) = 0.000102758 (0.621691) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:01 2021 Memory usage per processor = 27.5216 Mbytes Step Atoms AVEKE stressZZ 4971 5000 6.5860653e-12 1368707.8 4972 -0.00779999999999574 1368682.48632155 4972 5000 6.5856253e-12 1368682.5 Loop time of 0.016994 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:01 2021 Pair time (%) = 0.000914097 (5.37894) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206235) Outpt time (%) = 0.0159409 (93.8031) Other time (%) = 0.000103951 (0.611689) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:01 2021 Memory usage per processor = 27.5216 Mbytes Step Atoms AVEKE stressZZ 4972 5000 6.5856253e-12 1368679.6 4973 -0.00779999999999574 1368654.21320051 4973 5000 6.5851853e-12 1368654.2 Loop time of 0.0171361 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:01 2021 Pair time (%) = 0.000852823 (4.97676) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.203133) Outpt time (%) = 0.0161531 (94.2636) Other time (%) = 9.53674e-05 (0.556529) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:01 2021 Memory usage per processor = 27.5216 Mbytes Step Atoms AVEKE stressZZ 4973 5000 6.5851853e-12 1368651.3 4974 -0.00779999999999574 1368625.9413494 4974 5000 6.5847454e-12 1368625.9 Loop time of 0.0163162 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:01 2021 Pair time (%) = 0.000854015 (5.23416) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.214802) Outpt time (%) = 0.015332 (93.968) Other time (%) = 9.5129e-05 (0.583035) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:01 2021 Memory usage per processor = 27.5216 Mbytes Step Atoms AVEKE stressZZ 4974 5000 6.5847454e-12 1368623 4975 -0.00779999999999574 1368597.67076814 4975 5000 6.5843055e-12 1368597.7 Loop time of 0.0168869 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:01 2021 Pair time (%) = 0.00104618 (6.1952) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.231544) Outpt time (%) = 0.0156689 (92.7869) Other time (%) = 0.000132799 (0.786401) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:01 2021 Memory usage per processor = 27.5216 Mbytes Step Atoms AVEKE stressZZ 4975 5000 6.5843055e-12 1368594.7 4976 -0.00779999999999574 1368569.40145661 4976 5000 6.5838656e-12 1368569.4 Loop time of 0.0170381 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:01 2021 Pair time (%) = 0.000855923 (5.02358) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.200104) Outpt time (%) = 0.016053 (94.218) Other time (%) = 9.5129e-05 (0.558331) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:01 2021 Memory usage per processor = 27.5216 Mbytes Step Atoms AVEKE stressZZ 4976 5000 6.5838656e-12 1368566.5 4977 -0.00779999999999574 1368541.1334147 4977 5000 6.5834258e-12 1368541.1 Loop time of 0.016515 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:01 2021 Pair time (%) = 0.000852108 (5.1596) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.206442) Outpt time (%) = 0.0155332 (94.0551) Other time (%) = 9.56059e-05 (0.578903) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:01 2021 Memory usage per processor = 27.5216 Mbytes Step Atoms AVEKE stressZZ 4977 5000 6.5834258e-12 1368538.2 4978 -0.00779999999999574 1368512.86664228 4978 5000 6.582986e-12 1368512.9 Loop time of 0.0165019 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:01 2021 Pair time (%) = 0.000913143 (5.53356) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.223943) Outpt time (%) = 0.015389 (93.2557) Other time (%) = 0.00016284 (0.986795) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:01 2021 Memory usage per processor = 27.5216 Mbytes Step Atoms AVEKE stressZZ 4978 5000 6.582986e-12 1368509.9 4979 -0.00779999999999574 1368484.6011392 4979 5000 6.5825463e-12 1368484.6 Loop time of 0.0170531 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:01 2021 Pair time (%) = 0.000864983 (5.07228) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.211112) Outpt time (%) = 0.016048 (94.1056) Other time (%) = 0.000104189 (0.610967) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:01 2021 Memory usage per processor = 27.5216 Mbytes Step Atoms AVEKE stressZZ 4979 5000 6.5825463e-12 1368481.7 4980 -0.00779999999999574 1368456.33690538 4980 5000 6.5821066e-12 1368456.3 Loop time of 0.0189211 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:01 2021 Pair time (%) = 0.000995159 (5.25951) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.19027) Outpt time (%) = 0.017771 (93.9214) Other time (%) = 0.000118971 (0.628772) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:01 2021 Memory usage per processor = 27.5216 Mbytes Step Atoms AVEKE stressZZ 4980 5000 6.5821066e-12 1368453.4 4981 -0.00779999999999574 1368428.07394068 4981 5000 6.5816669e-12 1368428.1 Loop time of 0.0169489 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:01 2021 Pair time (%) = 0.000895977 (5.28633) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206783) Outpt time (%) = 0.015862 (93.5869) Other time (%) = 0.000155926 (0.919974) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:01 2021 Memory usage per processor = 27.5216 Mbytes Step Atoms AVEKE stressZZ 4981 5000 6.5816669e-12 1368425.1 4982 -0.00779999999999574 1368399.81224498 4982 5000 6.5812273e-12 1368399.8 Loop time of 0.0167069 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:01 2021 Pair time (%) = 0.000975132 (5.83669) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.22833) Outpt time (%) = 0.0155849 (93.2842) Other time (%) = 0.000108719 (0.650741) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:01 2021 Memory usage per processor = 27.5216 Mbytes Step Atoms AVEKE stressZZ 4982 5000 6.5812273e-12 1368396.9 4983 -0.00779999999999574 1368371.55181819 4983 5000 6.5807877e-12 1368371.6 Loop time of 0.0170989 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:02 2021 Pair time (%) = 0.000852108 (4.98341) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204969) Outpt time (%) = 0.01612 (94.2748) Other time (%) = 9.17912e-05 (0.536825) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:02 2021 Memory usage per processor = 27.5216 Mbytes Step Atoms AVEKE stressZZ 4983 5000 6.5807877e-12 1368368.6 4984 -0.00779999999999574 1368343.29266017 4984 5000 6.5803482e-12 1368343.3 Loop time of 0.0173459 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:02 2021 Pair time (%) = 0.000931025 (5.3674) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.214421) Outpt time (%) = 0.016212 (93.4629) Other time (%) = 0.000165701 (0.955274) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:02 2021 Memory usage per processor = 27.5216 Mbytes Step Atoms AVEKE stressZZ 4984 5000 6.5803482e-12 1368340.4 4985 -0.00779999999999574 1368315.03477083 4985 5000 6.5799086e-12 1368315 Loop time of 0.016485 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:02 2021 Pair time (%) = 0.000856161 (5.19358) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.218388) Outpt time (%) = 0.0154979 (94.0124) Other time (%) = 9.48906e-05 (0.575619) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:02 2021 Memory usage per processor = 27.5216 Mbytes Step Atoms AVEKE stressZZ 4985 5000 6.5799086e-12 1368312.1 4986 -0.00779999999999574 1368286.77815001 4986 5000 6.5794692e-12 1368286.8 Loop time of 0.017019 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:02 2021 Pair time (%) = 0.000962973 (5.65821) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.211535) Outpt time (%) = 0.0158501 (93.1314) Other time (%) = 0.000169992 (0.998837) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:02 2021 Memory usage per processor = 27.5216 Mbytes Step Atoms AVEKE stressZZ 4986 5000 6.5794692e-12 1368283.8 4987 -0.00779999999999574 1368258.52279759 4987 5000 6.5790298e-12 1368258.5 Loop time of 0.017118 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:02 2021 Pair time (%) = 0.000852108 (4.97785) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204741) Outpt time (%) = 0.016135 (94.2575) Other time (%) = 9.58443e-05 (0.559904) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:02 2021 Memory usage per processor = 27.5216 Mbytes Step Atoms AVEKE stressZZ 4987 5000 6.5790298e-12 1368255.6 4988 -0.00779999999999574 1368230.26871348 4988 5000 6.5785904e-12 1368230.3 Loop time of 0.016278 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:02 2021 Pair time (%) = 0.000852823 (5.23911) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.213841) Outpt time (%) = 0.015295 (93.9612) Other time (%) = 9.53674e-05 (0.585866) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:02 2021 Memory usage per processor = 27.5216 Mbytes Step Atoms AVEKE stressZZ 4988 5000 6.5785904e-12 1368227.3 4989 -0.00779999999999574 1368202.01589755 4989 5000 6.578151e-12 1368202 Loop time of 0.0168669 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:02 2021 Pair time (%) = 0.00110102 (6.52767) Neigh time (%) = 0 (0) Comm time (%) = 4.41074e-05 (0.261503) Outpt time (%) = 0.0155389 (92.1267) Other time (%) = 0.000182867 (1.08418) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:20:02 2021 Memory usage per processor = 27.5216 Mbytes Step Atoms AVEKE stressZZ 4989 5000 6.578151e-12 1368199.1 4990 -0.00779999999999574 1368168.63899758 4990 5000 1.2996257e-11 1368213.5 Loop time of 0.018996 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:02 2021 Pair time (%) = 0.000855207 (4.50204) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.1845) Outpt time (%) = 0.0179901 (94.7047) Other time (%) = 0.000115633 (0.608723) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:02 2021 Memory usage per processor = 27.5217 Mbytes Step Atoms AVEKE stressZZ 4990 5000 1.2996257e-11 1398086.7 4991 -0.00783249999999573 1398052.96145803 4991 5000 1.0514605e-11 1398053 Loop time of 0.017009 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:02 2021 Pair time (%) = 0.000856876 (5.03778) Neigh time (%) = 0 (0) Comm time (%) = 5.19753e-05 (0.305575) Outpt time (%) = 0.0159669 (93.8731) Other time (%) = 0.000133276 (0.783561) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:02 2021 Memory usage per processor = 27.5217 Mbytes Step Atoms AVEKE stressZZ 4991 5000 1.0514605e-11 1398049 4992 -0.00783249999999573 1398018.13190208 4992 5000 9.073821e-12 1398018.1 Loop time of 0.016284 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:02 2021 Pair time (%) = 0.000859022 (5.27526) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.215227) Outpt time (%) = 0.0152979 (93.9444) Other time (%) = 9.20296e-05 (0.565154) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:02 2021 Memory usage per processor = 27.5217 Mbytes Step Atoms AVEKE stressZZ 4992 5000 9.073821e-12 1398014.5 4993 -0.00783249999999573 1397985.44911984 4993 5000 8.2131558e-12 1397985.4 Loop time of 0.017072 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:02 2021 Pair time (%) = 0.000982046 (5.75239) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.216465) Outpt time (%) = 0.015939 (93.3636) Other time (%) = 0.000113964 (0.667551) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:02 2021 Memory usage per processor = 27.5217 Mbytes Step Atoms AVEKE stressZZ 4993 5000 8.2131558e-12 1397982 4994 -0.00783249999999573 1397954.13110791 4994 5000 7.6882985e-12 1397954.1 Loop time of 0.0169911 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:02 2021 Pair time (%) = 0.000856876 (5.04308) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.204866) Outpt time (%) = 0.0160038 (94.1894) Other time (%) = 9.56059e-05 (0.562681) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:02 2021 Memory usage per processor = 27.5217 Mbytes Step Atoms AVEKE stressZZ 4994 5000 7.6882985e-12 1397950.9 4995 -0.00783249999999573 1397923.68089657 4995 5000 7.3635764e-12 1397923.7 Loop time of 0.0164502 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:02 2021 Pair time (%) = 0.000883102 (5.36835) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.213053) Outpt time (%) = 0.0154362 (93.836) Other time (%) = 9.58443e-05 (0.582634) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:02 2021 Memory usage per processor = 27.5217 Mbytes Step Atoms AVEKE stressZZ 4995 5000 7.3635764e-12 1397920.5 4996 -0.00783249999999573 1397893.78265683 4996 5000 7.1606803e-12 1397893.8 Loop time of 0.0168831 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:02 2021 Pair time (%) = 0.000987053 (5.84638) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.237245) Outpt time (%) = 0.015739 (93.223) Other time (%) = 0.000117064 (0.693376) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:02 2021 Memory usage per processor = 27.5217 Mbytes Step Atoms AVEKE stressZZ 4996 5000 7.1606803e-12 1397890.7 4997 -0.00783249999999573 1397864.23567614 4997 5000 7.0330399e-12 1397864.2 Loop time of 0.0173621 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:02 2021 Pair time (%) = 0.000854015 (4.91884) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.196369) Outpt time (%) = 0.0163782 (94.3328) Other time (%) = 9.58443e-05 (0.552031) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:02 2021 Memory usage per processor = 27.5217 Mbytes Step Atoms AVEKE stressZZ 4997 5000 7.0330399e-12 1397861.1 4998 -0.00783249999999573 1397834.91239949 4998 5000 6.9523502e-12 1397834.9 Loop time of 0.017458 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:02 2021 Pair time (%) = 0.000983953 (5.63613) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.218508) Outpt time (%) = 0.0163238 (93.5035) Other time (%) = 0.000112057 (0.641866) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:02 2021 Memory usage per processor = 27.5217 Mbytes Step Atoms AVEKE stressZZ 4998 5000 6.9523502e-12 1397831.8 4999 -0.00783249999999573 1397805.73176425 4999 5000 6.9011445e-12 1397805.7 Loop time of 0.0165401 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:02 2021 Pair time (%) = 0.000910044 (5.50206) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.217661) Outpt time (%) = 0.0154889 (93.6446) Other time (%) = 0.000105143 (0.635685) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:02 2021 Memory usage per processor = 27.5217 Mbytes Step Atoms AVEKE stressZZ 4999 5000 6.9011445e-12 1397802.7 5000 -0.00783249999999573 1397776.64225414 5000 5000 6.8685333e-12 1397776.6 Loop time of 0.019088 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:02 2021 Pair time (%) = 0.00115705 (6.06163) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.199848) Outpt time (%) = 0.0177431 (92.9541) Other time (%) = 0.000149727 (0.784402) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:02 2021 Memory usage per processor = 27.5218 Mbytes Step Atoms AVEKE stressZZ 5000 5000 6.8685333e-12 1397773.6 5001 -0.00783249999999573 1397747.61112998 5001 5000 6.8476813e-12 1397747.6 Loop time of 0.017215 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:02 2021 Pair time (%) = 0.000854015 (4.96088) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.203587) Outpt time (%) = 0.0162342 (94.3023) Other time (%) = 9.17912e-05 (0.533204) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:02 2021 Memory usage per processor = 27.5218 Mbytes Step Atoms AVEKE stressZZ 5001 5000 6.8476813e-12 1397744.6 5002 -0.00783249999999573 1397718.61758558 5002 5000 6.8342791e-12 1397718.6 Loop time of 0.0168159 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:02 2021 Pair time (%) = 0.000854969 (5.08429) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208419) Outpt time (%) = 0.015831 (94.143) Other time (%) = 9.48906e-05 (0.564291) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:02 2021 Memory usage per processor = 27.5218 Mbytes Step Atoms AVEKE stressZZ 5002 5000 6.8342791e-12 1397715.6 5003 -0.00783249999999573 1397689.64839837 5003 5000 6.8256018e-12 1397689.6 Loop time of 0.016645 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:02 2021 Pair time (%) = 0.000870943 (5.23247) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.216289) Outpt time (%) = 0.0155931 (93.6804) Other time (%) = 0.000144958 (0.870885) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:02 2021 Memory usage per processor = 27.5218 Mbytes Step Atoms AVEKE stressZZ 5003 5000 6.8256018e-12 1397686.6 5004 -0.00783249999999573 1397660.69516518 5004 5000 6.8199234e-12 1397660.7 Loop time of 0.0168951 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:02 2021 Pair time (%) = 0.000936985 (5.54591) Neigh time (%) = 0 (0) Comm time (%) = 0.000102997 (0.609627) Outpt time (%) = 0.0157549 (93.2518) Other time (%) = 0.000100136 (0.592693) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:02 2021 Memory usage per processor = 27.5218 Mbytes Step Atoms AVEKE stressZZ 5004 5000 6.8199234e-12 1397657.7 5005 -0.00783249999999573 1397631.75254564 5005 5000 6.8161493e-12 1397631.8 Loop time of 0.0170372 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:02 2021 Pair time (%) = 0.000862837 (5.06444) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.218307) Outpt time (%) = 0.016037 (94.1295) Other time (%) = 0.000100136 (0.58775) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:02 2021 Memory usage per processor = 27.5218 Mbytes Step Atoms AVEKE stressZZ 5005 5000 6.8161493e-12 1397628.7 5006 -0.00783249999999573 1397602.81714588 5006 5000 6.8135847e-12 1397602.8 Loop time of 0.0162461 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:02 2021 Pair time (%) = 0.000854969 (5.26262) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.214262) Outpt time (%) = 0.015264 (93.9552) Other time (%) = 9.2268e-05 (0.56794) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:02 2021 Memory usage per processor = 27.5218 Mbytes Step Atoms AVEKE stressZZ 5006 5000 6.8135847e-12 1397599.8 5007 -0.00783249999999573 1397573.88680905 5007 5000 6.8117887e-12 1397573.9 Loop time of 0.01723 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:02 2021 Pair time (%) = 0.00122118 (7.08751) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.272596) Outpt time (%) = 0.0157611 (91.4748) Other time (%) = 0.000200748 (1.16511) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:02 2021 Memory usage per processor = 27.5218 Mbytes Step Atoms AVEKE stressZZ 5007 5000 6.8117887e-12 1397570.9 5008 -0.00783249999999573 1397544.9601643 5008 5000 6.8104808e-12 1397545 Loop time of 0.017072 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:02 2021 Pair time (%) = 0.000857115 (5.0206) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205293) Outpt time (%) = 0.0160871 (94.2308) Other time (%) = 9.27448e-05 (0.543258) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:02 2021 Memory usage per processor = 27.5218 Mbytes Step Atoms AVEKE stressZZ 5008 5000 6.8104808e-12 1397541.9 5009 -0.00783249999999573 1397516.03634048 5009 5000 6.8094833e-12 1397516 Loop time of 0.0166941 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:02 2021 Pair time (%) = 0.00103211 (6.18252) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.221365) Outpt time (%) = 0.0155251 (92.9977) Other time (%) = 9.98974e-05 (0.5984) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:02 2021 Memory usage per processor = 27.5218 Mbytes Step Atoms AVEKE stressZZ 5009 5000 6.8094833e-12 1397513 5010 -0.00783249999999573 1397487.11478389 5010 5000 6.8086829e-12 1397487.1 Loop time of 0.018019 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:02 2021 Pair time (%) = 0.000918865 (5.09944) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.210381) Outpt time (%) = 0.016942 (94.0233) Other time (%) = 0.000120163 (0.66687) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:02 2021 Memory usage per processor = 27.5218 Mbytes Step Atoms AVEKE stressZZ 5010 5000 6.8086829e-12 1397484.1 5011 -0.00783249999999573 1397458.19514264 5011 5000 6.8080078e-12 1397458.2 Loop time of 0.0161119 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:02 2021 Pair time (%) = 0.000854969 (5.30646) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.217526) Outpt time (%) = 0.015131 (93.9122) Other time (%) = 9.08375e-05 (0.563793) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:02 2021 Memory usage per processor = 27.5218 Mbytes Step Atoms AVEKE stressZZ 5011 5000 6.8080078e-12 1397455.2 5012 -0.00783249999999573 1397429.27719304 5012 5000 6.8074124e-12 1397429.3 Loop time of 0.0163078 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:02 2021 Pair time (%) = 0.000859022 (5.26754) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.214912) Outpt time (%) = 0.0153248 (93.9722) Other time (%) = 8.89301e-05 (0.545322) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:02 2021 Memory usage per processor = 27.5218 Mbytes Step Atoms AVEKE stressZZ 5012 5000 6.8074124e-12 1397426.2 5013 -0.00783249999999573 1397400.36079284 5013 5000 6.8068676e-12 1397400.4 Loop time of 0.01723 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:02 2021 Pair time (%) = 0.000854015 (4.95655) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.20341) Outpt time (%) = 0.0162511 (94.3184) Other time (%) = 8.98838e-05 (0.521669) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:02 2021 Memory usage per processor = 27.5218 Mbytes Step Atoms AVEKE stressZZ 5013 5000 6.8068676e-12 1397397.3 5014 -0.00783249999999573 1397371.44585169 5014 5000 6.806355e-12 1397371.4 Loop time of 0.0164211 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:02 2021 Pair time (%) = 0.00085783 (5.22396) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.206171) Outpt time (%) = 0.015434 (93.9891) Other time (%) = 9.53674e-05 (0.580762) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:02 2021 Memory usage per processor = 27.5218 Mbytes Step Atoms AVEKE stressZZ 5014 5000 6.806355e-12 1397368.4 5015 -0.00783249999999573 1397342.53231205 5015 5000 6.8058629e-12 1397342.5 Loop time of 0.017036 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:02 2021 Pair time (%) = 0.00109601 (6.43351) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.240714) Outpt time (%) = 0.0157659 (92.5449) Other time (%) = 0.000133038 (0.780922) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:02 2021 Memory usage per processor = 27.5218 Mbytes Step Atoms AVEKE stressZZ 5015 5000 6.8058629e-12 1397339.5 5016 -0.00783249999999573 1397313.62013737 5016 5000 6.8053838e-12 1397313.6 Loop time of 0.0171721 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:02 2021 Pair time (%) = 0.000900984 (5.24679) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.209649) Outpt time (%) = 0.0161302 (93.9327) Other time (%) = 0.000104904 (0.610899) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:02 2021 Memory usage per processor = 27.5218 Mbytes Step Atoms AVEKE stressZZ 5016 5000 6.8053838e-12 1397310.6 5017 -0.00783249999999573 1397284.70930433 5017 5000 6.804913e-12 1397284.7 Loop time of 0.0169728 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:02 2021 Pair time (%) = 0.000854969 (5.0373) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206493) Outpt time (%) = 0.0159879 (94.1971) Other time (%) = 9.48906e-05 (0.559075) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:02 2021 Memory usage per processor = 27.5218 Mbytes Step Atoms AVEKE stressZZ 5017 5000 6.804913e-12 1397281.7 5018 -0.00783249999999573 1397255.79979813 5018 5000 6.8044475e-12 1397255.8 Loop time of 0.016443 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:02 2021 Pair time (%) = 0.000862837 (5.24744) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.218945) Outpt time (%) = 0.0154419 (93.9116) Other time (%) = 0.000102282 (0.622037) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:02 2021 Memory usage per processor = 27.5218 Mbytes Step Atoms AVEKE stressZZ 5018 5000 6.8044475e-12 1397252.8 5019 -0.00783249999999573 1397226.89160925 5019 5000 6.8039853e-12 1397226.9 Loop time of 0.0170391 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:02 2021 Pair time (%) = 0.000919819 (5.3983) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205689) Outpt time (%) = 0.0159819 (93.7957) Other time (%) = 0.000102282 (0.600277) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:02 2021 Memory usage per processor = 27.5218 Mbytes Step Atoms AVEKE stressZZ 5019 5000 6.8039853e-12 1397223.9 5020 -0.00783249999999573 1397197.9847317 5020 5000 6.8035253e-12 1397198 Loop time of 0.0189719 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:02 2021 Pair time (%) = 0.000854969 (4.5065) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.184734) Outpt time (%) = 0.017988 (94.8136) Other time (%) = 9.39369e-05 (0.495137) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:02 2021 Memory usage per processor = 27.5218 Mbytes Step Atoms AVEKE stressZZ 5020 5000 6.8035253e-12 1397195 5021 -0.00783249999999573 1397169.07916154 5021 5000 6.8030667e-12 1397169.1 Loop time of 0.0167069 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:02 2021 Pair time (%) = 0.00085783 (5.13457) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.208351) Outpt time (%) = 0.0157189 (94.0863) Other time (%) = 9.53674e-05 (0.570825) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:02 2021 Memory usage per processor = 27.5218 Mbytes Step Atoms AVEKE stressZZ 5021 5000 6.8030667e-12 1397166 5022 -0.00783249999999573 1397140.17489621 5022 5000 6.802609e-12 1397140.2 Loop time of 0.0164521 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:02 2021 Pair time (%) = 0.000890017 (5.40975) Neigh time (%) = 0 (0) Comm time (%) = 6.69956e-05 (0.407217) Outpt time (%) = 0.0153921 (93.557) Other time (%) = 0.000102997 (0.626042) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:02 2021 Memory usage per processor = 27.5218 Mbytes Step Atoms AVEKE stressZZ 5022 5000 6.802609e-12 1397137.1 5023 -0.00783249999999573 1397111.27193413 5023 5000 6.8021519e-12 1397111.3 Loop time of 0.0173168 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:02 2021 Pair time (%) = 0.000953197 (5.50446) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.20239) Outpt time (%) = 0.016228 (93.7121) Other time (%) = 0.000100613 (0.581011) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:02 2021 Memory usage per processor = 27.5218 Mbytes Step Atoms AVEKE stressZZ 5023 5000 6.8021519e-12 1397108.2 5024 -0.00783249999999573 1397082.37027421 5024 5000 6.8016951e-12 1397082.4 Loop time of 0.0172639 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:02 2021 Pair time (%) = 0.00092411 (5.35285) Neigh time (%) = 0 (0) Comm time (%) = 8.4877e-05 (0.491645) Outpt time (%) = 0.0161061 (93.2937) Other time (%) = 0.000148773 (0.861759) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:02 2021 Memory usage per processor = 27.5218 Mbytes Step Atoms AVEKE stressZZ 5024 5000 6.8016951e-12 1397079.3 5025 -0.00783249999999573 1397053.46991572 5025 5000 6.8012386e-12 1397053.5 Loop time of 0.0164602 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:02 2021 Pair time (%) = 0.000853062 (5.18258) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.212923) Outpt time (%) = 0.015413 (93.6384) Other time (%) = 0.000159025 (0.966121) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:02 2021 Memory usage per processor = 27.5218 Mbytes Step Atoms AVEKE stressZZ 5025 5000 6.8012386e-12 1397050.4 5026 -0.00783249999999573 1397024.57085816 5026 5000 6.8007823e-12 1397024.6 Loop time of 0.0174541 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:02 2021 Pair time (%) = 0.000939846 (5.38466) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.206262) Outpt time (%) = 0.0163782 (93.8354) Other time (%) = 0.000100136 (0.573708) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:02 2021 Memory usage per processor = 27.5218 Mbytes Step Atoms AVEKE stressZZ 5026 5000 6.8007823e-12 1397021.5 5027 -0.00783249999999573 1396995.67310116 5027 5000 6.8003262e-12 1396995.7 Loop time of 0.0172799 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:03 2021 Pair time (%) = 0.000854969 (4.94778) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.202823) Outpt time (%) = 0.016294 (94.2947) Other time (%) = 9.58443e-05 (0.554659) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:03 2021 Memory usage per processor = 27.5218 Mbytes Step Atoms AVEKE stressZZ 5027 5000 6.8003262e-12 1396992.6 5028 -0.00783249999999573 1396966.77664445 5028 5000 6.7998701e-12 1396966.8 Loop time of 0.0163479 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:03 2021 Pair time (%) = 0.000856161 (5.23714) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.212927) Outpt time (%) = 0.015363 (93.9753) Other time (%) = 9.39369e-05 (0.574612) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:03 2021 Memory usage per processor = 27.5218 Mbytes Step Atoms AVEKE stressZZ 5028 5000 6.7998701e-12 1396963.7 5029 -0.00783249999999573 1396937.88148782 5029 5000 6.7994141e-12 1396937.9 Loop time of 0.0168672 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:03 2021 Pair time (%) = 0.00104403 (6.18975) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.278461) Outpt time (%) = 0.015662 (92.8547) Other time (%) = 0.000114202 (0.67707) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:03 2021 Memory usage per processor = 27.5218 Mbytes Step Atoms AVEKE stressZZ 5029 5000 6.7994141e-12 1396934.8 5030 -0.00783249999999573 1396908.98763112 5030 5000 6.7989582e-12 1396909 Loop time of 0.018784 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:03 2021 Pair time (%) = 0.000970125 (5.16462) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.186581) Outpt time (%) = 0.0176821 (94.1335) Other time (%) = 9.67979e-05 (0.51532) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:03 2021 Memory usage per processor = 27.5218 Mbytes Step Atoms AVEKE stressZZ 5030 5000 6.7989582e-12 1396906 5031 -0.00783249999999573 1396880.09507417 5031 5000 6.7985023e-12 1396880.1 Loop time of 0.0172911 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:03 2021 Pair time (%) = 0.000905991 (5.23964) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.201313) Outpt time (%) = 0.0162468 (93.9606) Other time (%) = 0.000103474 (0.598423) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:03 2021 Memory usage per processor = 27.5218 Mbytes Step Atoms AVEKE stressZZ 5031 5000 6.7985023e-12 1396877.1 5032 -0.00783249999999573 1396851.20381682 5032 5000 6.7980465e-12 1396851.2 Loop time of 0.016634 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:03 2021 Pair time (%) = 0.000858068 (5.15853) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.210698) Outpt time (%) = 0.015599 (93.7779) Other time (%) = 0.000141859 (0.852827) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:03 2021 Memory usage per processor = 27.5218 Mbytes Step Atoms AVEKE stressZZ 5032 5000 6.7980465e-12 1396848.2 5033 -0.00783249999999573 1396822.31385897 5033 5000 6.7975907e-12 1396822.3 Loop time of 0.016952 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:03 2021 Pair time (%) = 0.00104094 (6.14047) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.230655) Outpt time (%) = 0.015732 (92.8033) Other time (%) = 0.000139952 (0.825575) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:03 2021 Memory usage per processor = 27.5218 Mbytes Step Atoms AVEKE stressZZ 5033 5000 6.7975907e-12 1396819.3 5034 -0.00783249999999573 1396793.4252005 5034 5000 6.797135e-12 1396793.4 Loop time of 0.0170319 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:03 2021 Pair time (%) = 0.000910044 (5.34317) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205776) Outpt time (%) = 0.0159919 (93.8939) Other time (%) = 9.48906e-05 (0.557134) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:03 2021 Memory usage per processor = 27.5218 Mbytes Step Atoms AVEKE stressZZ 5034 5000 6.797135e-12 1396790.4 5035 -0.00783249999999573 1396764.53784126 5035 5000 6.7966793e-12 1396764.5 Loop time of 0.0169442 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:03 2021 Pair time (%) = 0.000860929 (5.08098) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206841) Outpt time (%) = 0.0159528 (94.1493) Other time (%) = 9.53674e-05 (0.562833) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:03 2021 Memory usage per processor = 27.5218 Mbytes Step Atoms AVEKE stressZZ 5035 5000 6.7966793e-12 1396761.5 5036 -0.00783249999999573 1396735.65178117 5036 5000 6.7962237e-12 1396735.7 Loop time of 0.0167348 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:03 2021 Pair time (%) = 0.000864029 (5.16306) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.215127) Outpt time (%) = 0.015691 (93.7627) Other time (%) = 0.000143766 (0.859084) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:03 2021 Memory usage per processor = 27.5218 Mbytes Step Atoms AVEKE stressZZ 5036 5000 6.7962237e-12 1396732.6 5037 -0.00783249999999573 1396706.76702012 5037 5000 6.7957681e-12 1396706.8 Loop time of 0.016942 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:03 2021 Pair time (%) = 0.000944853 (5.57698) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206867) Outpt time (%) = 0.015857 (93.5956) Other time (%) = 0.000105143 (0.620602) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:03 2021 Memory usage per processor = 27.5218 Mbytes Step Atoms AVEKE stressZZ 5037 5000 6.7957681e-12 1396703.7 5038 -0.00783249999999573 1396677.88355798 5038 5000 6.7953125e-12 1396677.9 Loop time of 0.0172472 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:03 2021 Pair time (%) = 0.000939846 (5.44927) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.208737) Outpt time (%) = 0.0161352 (93.5527) Other time (%) = 0.000136137 (0.789328) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:03 2021 Memory usage per processor = 27.5218 Mbytes Step Atoms AVEKE stressZZ 5038 5000 6.7953125e-12 1396674.9 5039 -0.00783249999999573 1396649.00139461 5039 5000 6.794857e-12 1396649 Loop time of 0.016715 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:03 2021 Pair time (%) = 0.000858068 (5.13351) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209676) Outpt time (%) = 0.015728 (94.0948) Other time (%) = 9.39369e-05 (0.56199) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:03 2021 Memory usage per processor = 27.5218 Mbytes Step Atoms AVEKE stressZZ 5039 5000 6.794857e-12 1396646 5040 -0.00783249999999573 1396620.12053487 5040 5000 6.7944015e-12 1396620.1 Loop time of 0.018353 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:03 2021 Pair time (%) = 0.00110507 (6.0212) Neigh time (%) = 0 (0) Comm time (%) = 3.98159e-05 (0.216945) Outpt time (%) = 0.0170939 (93.1396) Other time (%) = 0.000114202 (0.622256) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:03 2021 Memory usage per processor = 27.5218 Mbytes Step Atoms AVEKE stressZZ 5040 5000 6.7944015e-12 1396617.1 5041 -0.00783249999999573 1396591.24097921 5041 5000 6.7939461e-12 1396591.2 Loop time of 0.0173779 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:03 2021 Pair time (%) = 0.00101399 (5.83498) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.201679) Outpt time (%) = 0.016233 (93.4118) Other time (%) = 9.58443e-05 (0.551531) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:03 2021 Memory usage per processor = 27.5218 Mbytes Step Atoms AVEKE stressZZ 5041 5000 6.7939461e-12 1396588.2 5042 -0.00783249999999573 1396562.36272534 5042 5000 6.7934907e-12 1396562.4 Loop time of 0.0178928 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:03 2021 Pair time (%) = 0.000899076 (5.02478) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.206534) Outpt time (%) = 0.0168371 (94.0998) Other time (%) = 0.000119686 (0.668905) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:03 2021 Memory usage per processor = 27.5218 Mbytes Step Atoms AVEKE stressZZ 5042 5000 6.7934907e-12 1396559.3 5043 -0.00783249999999573 1396533.48577245 5043 5000 6.7930353e-12 1396533.5 Loop time of 0.016602 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:03 2021 Pair time (%) = 0.000869036 (5.23451) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211104) Outpt time (%) = 0.0156009 (93.9699) Other time (%) = 9.70364e-05 (0.584485) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:03 2021 Memory usage per processor = 27.5218 Mbytes Step Atoms AVEKE stressZZ 5043 5000 6.7930353e-12 1396530.5 5044 -0.00783249999999573 1396504.61012013 5044 5000 6.79258e-12 1396504.6 Loop time of 0.016716 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:03 2021 Pair time (%) = 0.00104308 (6.24002) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.233911) Outpt time (%) = 0.015511 (92.7915) Other time (%) = 0.000122786 (0.734539) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:03 2021 Memory usage per processor = 27.5218 Mbytes Step Atoms AVEKE stressZZ 5044 5000 6.79258e-12 1396501.6 5045 -0.00783249999999573 1396475.73576791 5045 5000 6.7921247e-12 1396475.7 Loop time of 0.0172749 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:03 2021 Pair time (%) = 0.00085783 (4.96577) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.202882) Outpt time (%) = 0.0162718 (94.1937) Other time (%) = 0.000110149 (0.637628) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:03 2021 Memory usage per processor = 27.5218 Mbytes Step Atoms AVEKE stressZZ 5045 5000 6.7921247e-12 1396472.7 5046 -0.00783249999999573 1396446.86271561 5046 5000 6.7916695e-12 1396446.9 Loop time of 0.017343 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:03 2021 Pair time (%) = 0.00105691 (6.09414) Neigh time (%) = 0 (0) Comm time (%) = 7.79629e-05 (0.449534) Outpt time (%) = 0.0160201 (92.3717) Other time (%) = 0.000188112 (1.08466) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:03 2021 Memory usage per processor = 27.5218 Mbytes Step Atoms AVEKE stressZZ 5046 5000 6.7916695e-12 1396443.8 5047 -0.00783249999999573 1396417.99096291 5047 5000 6.7912143e-12 1396418 Loop time of 0.0167739 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:03 2021 Pair time (%) = 0.000883102 (5.26473) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.214626) Outpt time (%) = 0.0156908 (93.5427) Other time (%) = 0.000164032 (0.977898) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:03 2021 Memory usage per processor = 27.5218 Mbytes Step Atoms AVEKE stressZZ 5047 5000 6.7912143e-12 1396415 5048 -0.00783249999999573 1396389.12050962 5048 5000 6.7907592e-12 1396389.1 Loop time of 0.016921 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:03 2021 Pair time (%) = 0.000895023 (5.28941) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207124) Outpt time (%) = 0.0158861 (93.8835) Other time (%) = 0.000104904 (0.619963) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:03 2021 Memory usage per processor = 27.5218 Mbytes Step Atoms AVEKE stressZZ 5048 5000 6.7907592e-12 1396386.1 5049 -0.00783249999999573 1396360.25135553 5049 5000 6.7903041e-12 1396360.3 Loop time of 0.0171821 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:03 2021 Pair time (%) = 0.000910997 (5.30201) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.209527) Outpt time (%) = 0.016135 (93.9057) Other time (%) = 0.000100136 (0.582791) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:03 2021 Memory usage per processor = 27.5218 Mbytes Step Atoms AVEKE stressZZ 5049 5000 6.7903041e-12 1396357.2 5050 -0.00783249999999573 1396331.38350068 5050 5000 6.789849e-12 1396331.4 Loop time of 0.0181611 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:03 2021 Pair time (%) = 0.000968933 (5.33522) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.198233) Outpt time (%) = 0.0170579 (93.9257) Other time (%) = 9.82285e-05 (0.540874) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:03 2021 Memory usage per processor = 27.5218 Mbytes Step Atoms AVEKE stressZZ 5050 5000 6.789849e-12 1396328.4 5051 -0.00783249999999573 1396302.51694524 5051 5000 6.789394e-12 1396302.5 Loop time of 0.016561 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:03 2021 Pair time (%) = 0.000929117 (5.61026) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.223144) Outpt time (%) = 0.0154881 (93.5216) Other time (%) = 0.000106812 (0.644957) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:03 2021 Memory usage per processor = 27.5218 Mbytes Step Atoms AVEKE stressZZ 5051 5000 6.789394e-12 1396299.5 5052 -0.00783249999999573 1396273.65168852 5052 5000 6.788939e-12 1396273.7 Loop time of 0.016896 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:03 2021 Pair time (%) = 0.000858068 (5.07853) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207431) Outpt time (%) = 0.0159099 (94.1637) Other time (%) = 9.29832e-05 (0.550327) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:03 2021 Memory usage per processor = 27.5218 Mbytes Step Atoms AVEKE stressZZ 5052 5000 6.788939e-12 1396270.6 5053 -0.00783249999999573 1396244.78773039 5053 5000 6.7884841e-12 1396244.8 Loop time of 0.0171361 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:03 2021 Pair time (%) = 0.000898123 (5.24112) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.203133) Outpt time (%) = 0.016109 (94.0062) Other time (%) = 9.41753e-05 (0.549573) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:03 2021 Memory usage per processor = 27.5218 Mbytes Step Atoms AVEKE stressZZ 5053 5000 6.7884841e-12 1396241.8 5054 -0.00783249999999573 1396215.92507065 5054 5000 6.7880292e-12 1396215.9 Loop time of 0.016499 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:03 2021 Pair time (%) = 0.000878096 (5.3221) Neigh time (%) = 0 (0) Comm time (%) = 6.69956e-05 (0.406058) Outpt time (%) = 0.0153601 (93.097) Other time (%) = 0.000193834 (1.17482) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:03 2021 Memory usage per processor = 27.5218 Mbytes Step Atoms AVEKE stressZZ 5054 5000 6.7880292e-12 1396212.9 5055 -0.00783249999999573 1396187.06370921 5055 5000 6.7875743e-12 1396187.1 Loop time of 0.0162799 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:03 2021 Pair time (%) = 0.000864029 (5.30732) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.215281) Outpt time (%) = 0.0152888 (93.9121) Other time (%) = 9.20296e-05 (0.565294) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:03 2021 Memory usage per processor = 27.5218 Mbytes Step Atoms AVEKE stressZZ 5055 5000 6.7875743e-12 1396184 5056 -0.00783249999999573 1396158.20364585 5056 5000 6.7871195e-12 1396158.2 Loop time of 0.0162132 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:03 2021 Pair time (%) = 0.000858784 (5.29683) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.216167) Outpt time (%) = 0.015228 (93.9238) Other time (%) = 9.13143e-05 (0.56321) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:03 2021 Memory usage per processor = 27.5218 Mbytes Step Atoms AVEKE stressZZ 5056 5000 6.7871195e-12 1396155.2 5057 -0.00783249999999573 1396129.34488045 5057 5000 6.7866647e-12 1396129.3 Loop time of 0.016217 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:03 2021 Pair time (%) = 0.000858068 (5.29117) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.216116) Outpt time (%) = 0.0152321 (93.9267) Other time (%) = 9.17912e-05 (0.566018) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:03 2021 Memory usage per processor = 27.5218 Mbytes Step Atoms AVEKE stressZZ 5057 5000 6.7866647e-12 1396126.3 5058 -0.00783249999999573 1396100.4874129 5058 5000 6.78621e-12 1396100.5 Loop time of 0.0174651 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:03 2021 Pair time (%) = 0.000855923 (4.90076) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.195211) Outpt time (%) = 0.0164828 (94.3757) Other time (%) = 9.2268e-05 (0.528299) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:03 2021 Memory usage per processor = 27.5218 Mbytes Step Atoms AVEKE stressZZ 5058 5000 6.78621e-12 1396097.5 5059 -0.00783249999999573 1396071.63124303 5059 5000 6.7857553e-12 1396071.6 Loop time of 0.0166721 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:03 2021 Pair time (%) = 0.000862122 (5.17103) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.221657) Outpt time (%) = 0.0156689 (93.9824) Other time (%) = 0.000104189 (0.624928) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:03 2021 Memory usage per processor = 27.5218 Mbytes Step Atoms AVEKE stressZZ 5059 5000 6.7857553e-12 1396068.6 5060 -0.00783249999999573 1396042.77637073 5060 5000 6.7853006e-12 1396042.8 Loop time of 0.0185411 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:03 2021 Pair time (%) = 0.000993967 (5.36089) Neigh time (%) = 0 (0) Comm time (%) = 3.98159e-05 (0.214744) Outpt time (%) = 0.0173862 (93.7711) Other time (%) = 0.000121117 (0.653233) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:03 2021 Memory usage per processor = 27.5218 Mbytes Step Atoms AVEKE stressZZ 5060 5000 6.7853006e-12 1396039.7 5061 -0.00783249999999573 1396013.92279582 5061 5000 6.784846e-12 1396013.9 Loop time of 0.017092 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:03 2021 Pair time (%) = 0.000989914 (5.79168) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.210632) Outpt time (%) = 0.0159609 (93.3825) Other time (%) = 0.000105143 (0.615157) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:03 2021 Memory usage per processor = 27.5218 Mbytes Step Atoms AVEKE stressZZ 5061 5000 6.784846e-12 1396010.9 5062 -0.00783249999999573 1395985.07051821 5062 5000 6.7843915e-12 1395985.1 Loop time of 0.016958 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:03 2021 Pair time (%) = 0.00090003 (5.30741) Neigh time (%) = 0 (0) Comm time (%) = 6.41346e-05 (0.378197) Outpt time (%) = 0.0158598 (93.5243) Other time (%) = 0.000133991 (0.790136) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:03 2021 Memory usage per processor = 27.5218 Mbytes Step Atoms AVEKE stressZZ 5062 5000 6.7843915e-12 1395982 5063 -0.00783249999999573 1395956.21953777 5063 5000 6.7839369e-12 1395956.2 Loop time of 0.0163221 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:03 2021 Pair time (%) = 0.000856876 (5.24978) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.213263) Outpt time (%) = 0.015336 (93.9585) Other time (%) = 9.44138e-05 (0.57844) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:03 2021 Memory usage per processor = 27.5218 Mbytes Step Atoms AVEKE stressZZ 5063 5000 6.7839369e-12 1395953.2 5064 -0.00783249999999573 1395927.36985434 5064 5000 6.7834824e-12 1395927.4 Loop time of 0.017283 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:03 2021 Pair time (%) = 0.0011909 (6.89061) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.208305) Outpt time (%) = 0.0159199 (92.1134) Other time (%) = 0.000136137 (0.787695) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:03 2021 Memory usage per processor = 27.5218 Mbytes Step Atoms AVEKE stressZZ 5064 5000 6.7834824e-12 1395924.3 5065 -0.00783249999999573 1395898.52146782 5065 5000 6.783028e-12 1395898.5 Loop time of 0.0168591 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:03 2021 Pair time (%) = 0.000856161 (5.07835) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.202229) Outpt time (%) = 0.015873 (94.1509) Other time (%) = 9.58443e-05 (0.568503) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:03 2021 Memory usage per processor = 27.5218 Mbytes Step Atoms AVEKE stressZZ 5065 5000 6.783028e-12 1395895.5 5066 -0.00783249999999573 1395869.67438047 5066 5000 6.7825736e-12 1395869.7 Loop time of 0.0166998 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:03 2021 Pair time (%) = 0.000854015 (5.11393) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209868) Outpt time (%) = 0.0157158 (94.108) Other time (%) = 9.48906e-05 (0.568214) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:03 2021 Memory usage per processor = 27.5218 Mbytes Step Atoms AVEKE stressZZ 5066 5000 6.7825736e-12 1395866.6 5067 -0.00783249999999573 1395840.82864653 5067 5000 6.7821192e-12 1395840.8 Loop time of 0.016535 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:03 2021 Pair time (%) = 0.000943184 (5.70415) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.229262) Outpt time (%) = 0.0154512 (93.4451) Other time (%) = 0.000102758 (0.621458) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:03 2021 Memory usage per processor = 27.5218 Mbytes Step Atoms AVEKE stressZZ 5067 5000 6.7821192e-12 1395837.8 5068 -0.00783249999999573 1395811.98424788 5068 5000 6.7816649e-12 1395812 Loop time of 0.017071 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:03 2021 Pair time (%) = 0.000967026 (5.66473) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.210891) Outpt time (%) = 0.0159512 (93.44) Other time (%) = 0.000116825 (0.684348) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:03 2021 Memory usage per processor = 27.5218 Mbytes Step Atoms AVEKE stressZZ 5068 5000 6.7816649e-12 1395809 5069 -0.00783249999999573 1395783.14117247 5069 5000 6.7812106e-12 1395783.1 Loop time of 0.0170879 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:03 2021 Pair time (%) = 0.000856161 (5.01032) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205101) Outpt time (%) = 0.016104 (94.2418) Other time (%) = 9.27448e-05 (0.54275) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:03 2021 Memory usage per processor = 27.5218 Mbytes Step Atoms AVEKE stressZZ 5069 5000 6.7812106e-12 1395780.1 5070 -0.00783249999999573 1395754.29941525 5070 5000 6.7807564e-12 1395754.3 Loop time of 0.0180309 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:03 2021 Pair time (%) = 0.000902176 (5.0035) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.189086) Outpt time (%) = 0.0169978 (94.2706) Other time (%) = 9.67979e-05 (0.536845) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:03 2021 Memory usage per processor = 27.5219 Mbytes Step Atoms AVEKE stressZZ 5070 5000 6.7807564e-12 1395751.3 5071 -0.00783249999999573 1395725.45897323 5071 5000 6.7803022e-12 1395725.5 Loop time of 0.0171158 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:04 2021 Pair time (%) = 0.00118208 (6.90635) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.274415) Outpt time (%) = 0.0157249 (91.8734) Other time (%) = 0.000161886 (0.945827) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:04 2021 Memory usage per processor = 27.5219 Mbytes Step Atoms AVEKE stressZZ 5071 5000 6.7803022e-12 1395722.4 5072 -0.00783249999999573 1395696.6198443 5072 5000 6.779848e-12 1395696.6 Loop time of 0.0170019 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:04 2021 Pair time (%) = 0.000854969 (5.02868) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.20053) Outpt time (%) = 0.0160179 (94.2127) Other time (%) = 9.48906e-05 (0.558119) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:04 2021 Memory usage per processor = 27.5219 Mbytes Step Atoms AVEKE stressZZ 5072 5000 6.779848e-12 1395693.6 5073 -0.00783249999999573 1395667.7820269 5073 5000 6.7793939e-12 1395667.8 Loop time of 0.016814 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:04 2021 Pair time (%) = 0.000855923 (5.09054) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.207025) Outpt time (%) = 0.015826 (94.1239) Other time (%) = 9.72748e-05 (0.578535) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:04 2021 Memory usage per processor = 27.5219 Mbytes Step Atoms AVEKE stressZZ 5073 5000 6.7793939e-12 1395664.8 5074 -0.00783249999999573 1395638.94551974 5074 5000 6.7789398e-12 1395638.9 Loop time of 0.016427 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:04 2021 Pair time (%) = 0.000889063 (5.41219) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.226415) Outpt time (%) = 0.0154018 (93.7591) Other time (%) = 9.89437e-05 (0.602322) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:04 2021 Memory usage per processor = 27.5219 Mbytes Step Atoms AVEKE stressZZ 5074 5000 6.7789398e-12 1395635.9 5075 -0.00783249999999573 1395610.1103218 5075 5000 6.7784858e-12 1395610.1 Loop time of 0.0169699 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:04 2021 Pair time (%) = 0.000889063 (5.23905) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.212147) Outpt time (%) = 0.0159431 (93.9489) Other time (%) = 0.000101805 (0.599913) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:04 2021 Memory usage per processor = 27.5219 Mbytes Step Atoms AVEKE stressZZ 5075 5000 6.7784858e-12 1395607.1 5076 -0.00783249999999573 1395581.27643218 5076 5000 6.7780318e-12 1395581.3 Loop time of 0.0172431 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:04 2021 Pair time (%) = 0.000864983 (5.01638) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.201872) Outpt time (%) = 0.016247 (94.2231) Other time (%) = 9.63211e-05 (0.558605) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:04 2021 Memory usage per processor = 27.5219 Mbytes Step Atoms AVEKE stressZZ 5076 5000 6.7780318e-12 1395578.2 5077 -0.00783249999999573 1395552.44384938 5077 5000 6.7775778e-12 1395552.4 Loop time of 0.0165679 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:04 2021 Pair time (%) = 0.000897169 (5.41509) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211538) Outpt time (%) = 0.0154951 (93.5243) Other time (%) = 0.000140667 (0.849031) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:04 2021 Memory usage per processor = 27.5219 Mbytes Step Atoms AVEKE stressZZ 5077 5000 6.7775778e-12 1395549.4 5078 -0.00783249999999573 1395523.61256851 5078 5000 6.7771239e-12 1395523.6 Loop time of 0.016696 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:04 2021 Pair time (%) = 0.00104618 (6.26607) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.239904) Outpt time (%) = 0.015476 (92.6929) Other time (%) = 0.000133753 (0.801108) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:04 2021 Memory usage per processor = 27.5219 Mbytes Step Atoms AVEKE stressZZ 5078 5000 6.7771239e-12 1395520.6 5079 -0.00783249999999573 1395494.7825865 5079 5000 6.7766701e-12 1395494.8 Loop time of 0.0171969 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:04 2021 Pair time (%) = 0.000895977 (5.21011) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.209347) Outpt time (%) = 0.0161641 (93.9941) Other time (%) = 0.000100851 (0.586449) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:04 2021 Memory usage per processor = 27.5219 Mbytes Step Atoms AVEKE stressZZ 5079 5000 6.7766701e-12 1395491.8 5080 -0.00783249999999573 1395465.95390926 5080 5000 6.7762162e-12 1395466 Loop time of 0.0187781 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:04 2021 Pair time (%) = 0.000856161 (4.55936) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.181562) Outpt time (%) = 0.017792 (94.7487) Other time (%) = 9.58443e-05 (0.510405) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:04 2021 Memory usage per processor = 27.5219 Mbytes Step Atoms AVEKE stressZZ 5080 5000 6.7762162e-12 1395462.9 5081 -0.00783249999999573 1395437.12653635 5081 5000 6.7757624e-12 1395437.1 Loop time of 0.0164971 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:04 2021 Pair time (%) = 0.000859022 (5.2071) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.218227) Outpt time (%) = 0.015456 (93.6888) Other time (%) = 0.000146151 (0.885915) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:04 2021 Memory usage per processor = 27.5219 Mbytes Step Atoms AVEKE stressZZ 5081 5000 6.7757624e-12 1395434.1 5082 -0.00783249999999573 1395408.30046736 5082 5000 6.7753087e-12 1395408.3 Loop time of 0.0170879 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:04 2021 Pair time (%) = 0.000880003 (5.14985) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205101) Outpt time (%) = 0.016072 (94.0549) Other time (%) = 0.000100851 (0.590189) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:04 2021 Memory usage per processor = 27.5219 Mbytes Step Atoms AVEKE stressZZ 5082 5000 6.7753087e-12 1395405.3 5083 -0.00783249999999573 1395379.47570191 5083 5000 6.774855e-12 1395379.5 Loop time of 0.0172901 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:04 2021 Pair time (%) = 0.000854015 (4.93933) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.202703) Outpt time (%) = 0.0162618 (94.0527) Other time (%) = 0.000139236 (0.805295) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:04 2021 Memory usage per processor = 27.5219 Mbytes Step Atoms AVEKE stressZZ 5083 5000 6.774855e-12 1395376.4 5084 -0.00783249999999573 1395350.65223962 5084 5000 6.7744013e-12 1395350.7 Loop time of 0.0165629 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:04 2021 Pair time (%) = 0.00091815 (5.5434) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.289334) Outpt time (%) = 0.015491 (93.5281) Other time (%) = 0.000105858 (0.639125) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:04 2021 Memory usage per processor = 27.5219 Mbytes Step Atoms AVEKE stressZZ 5084 5000 6.7744013e-12 1395347.6 5085 -0.00783249999999573 1395321.83008012 5085 5000 6.7739477e-12 1395321.8 Loop time of 0.0173621 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:04 2021 Pair time (%) = 0.00105095 (6.05312) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.2307) Outpt time (%) = 0.016129 (92.8978) Other time (%) = 0.000142097 (0.818434) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:04 2021 Memory usage per processor = 27.5219 Mbytes Step Atoms AVEKE stressZZ 5085 5000 6.7739477e-12 1395318.8 5086 -0.00783249999999573 1395293.00922314 5086 5000 6.7734941e-12 1395293 Loop time of 0.017231 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:04 2021 Pair time (%) = 0.000857115 (4.97426) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.203398) Outpt time (%) = 0.0162439 (94.2716) Other time (%) = 9.48906e-05 (0.550697) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:04 2021 Memory usage per processor = 27.5219 Mbytes Step Atoms AVEKE stressZZ 5086 5000 6.7734941e-12 1395290 5087 -0.00783249999999573 1395264.1896683 5087 5000 6.7730405e-12 1395264.2 Loop time of 0.0168731 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:04 2021 Pair time (%) = 0.000855923 (5.0727) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.206299) Outpt time (%) = 0.015888 (94.1615) Other time (%) = 9.44138e-05 (0.559551) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:04 2021 Memory usage per processor = 27.5219 Mbytes Step Atoms AVEKE stressZZ 5087 5000 6.7730405e-12 1395261.2 5088 -0.00783249999999573 1395235.37141536 5088 5000 6.772587e-12 1395235.4 Loop time of 0.016588 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:04 2021 Pair time (%) = 0.000876904 (5.28638) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.217032) Outpt time (%) = 0.015527 (93.604) Other time (%) = 0.000148058 (0.892562) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:04 2021 Memory usage per processor = 27.5219 Mbytes Step Atoms AVEKE stressZZ 5088 5000 6.772587e-12 1395232.3 5089 -0.00783249999999573 1395206.554464 5089 5000 6.7721336e-12 1395206.6 Loop time of 0.017087 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:04 2021 Pair time (%) = 0.000952959 (5.57711) Neigh time (%) = 0 (0) Comm time (%) = 5.6982e-05 (0.333482) Outpt time (%) = 0.0159478 (93.3331) Other time (%) = 0.000129223 (0.756265) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:04 2021 Memory usage per processor = 27.5219 Mbytes Step Atoms AVEKE stressZZ 5089 5000 6.7721336e-12 1395203.5 5090 -0.00783249999999573 1395177.73881396 5090 5000 6.7716802e-12 1395177.7 Loop time of 0.0184989 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:04 2021 Pair time (%) = 0.000907898 (4.90785) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.201057) Outpt time (%) = 0.0174551 (94.3575) Other time (%) = 9.87053e-05 (0.533574) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:20:04 2021 Memory usage per processor = 27.5219 Mbytes Step Atoms AVEKE stressZZ 5090 5000 6.7716802e-12 1395174.7 5091 -0.00783249999999573 1395143.70524483 5091 5000 1.3378595e-11 1395189.4 Loop time of 0.0165782 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:04 2021 Pair time (%) = 0.000855923 (5.16294) Neigh time (%) = 0 (0) Comm time (%) = 6.38962e-05 (0.385423) Outpt time (%) = 0.0155191 (93.6118) Other time (%) = 0.000139236 (0.839877) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:04 2021 Memory usage per processor = 27.5219 Mbytes Step Atoms AVEKE stressZZ 5091 5000 1.3378595e-11 1425349.5 5092 -0.00786499999999571 1425315.20856135 5092 5000 1.0822896e-11 1425315.2 Loop time of 0.0163569 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:04 2021 Pair time (%) = 0.000890017 (5.44122) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.311926) Outpt time (%) = 0.0152922 (93.4904) Other time (%) = 0.000123739 (0.756494) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:04 2021 Memory usage per processor = 27.5219 Mbytes Step Atoms AVEKE stressZZ 5092 5000 1.0822896e-11 1425311.1 5093 -0.00786499999999571 1425279.68131825 5093 5000 9.3391854e-12 1425279.7 Loop time of 0.017036 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:04 2021 Pair time (%) = 0.00085783 (5.03541) Neigh time (%) = 0 (0) Comm time (%) = 6.79493e-05 (0.398858) Outpt time (%) = 0.01598 (93.8016) Other time (%) = 0.000130177 (0.764128) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:04 2021 Memory usage per processor = 27.5219 Mbytes Step Atoms AVEKE stressZZ 5093 5000 9.3391854e-12 1425275.9 5094 -0.00786499999999571 1425246.34642279 5094 5000 8.4529048e-12 1425246.3 Loop time of 0.016767 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:04 2021 Pair time (%) = 0.000860929 (5.13466) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.207605) Outpt time (%) = 0.0157759 (94.089) Other time (%) = 9.53674e-05 (0.56878) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:04 2021 Memory usage per processor = 27.5219 Mbytes Step Atoms AVEKE stressZZ 5094 5000 8.4529048e-12 1425242.8 5095 -0.00786499999999571 1425214.40527142 5095 5000 7.9124382e-12 1425214.4 Loop time of 0.0166471 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:04 2021 Pair time (%) = 0.000922918 (5.54402) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.22199) Outpt time (%) = 0.015569 (93.5236) Other time (%) = 0.000118256 (0.710368) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:04 2021 Memory usage per processor = 27.5219 Mbytes Step Atoms AVEKE stressZZ 5095 5000 7.9124382e-12 1425211 5096 -0.00786499999999571 1425183.35034493 5096 5000 7.5780634e-12 1425183.4 Loop time of 0.017004 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:04 2021 Pair time (%) = 0.000896931 (5.27482) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.211722) Outpt time (%) = 0.0159249 (93.654) Other time (%) = 0.000146151 (0.859506) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:04 2021 Memory usage per processor = 27.5219 Mbytes Step Atoms AVEKE stressZZ 5096 5000 7.5780634e-12 1425180.1 5097 -0.00786499999999571 1425152.85911004 5097 5000 7.3691378e-12 1425152.9 Loop time of 0.017113 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:04 2021 Pair time (%) = 0.000867844 (5.07126) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.210374) Outpt time (%) = 0.0161099 (94.1388) Other time (%) = 9.91821e-05 (0.579573) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:04 2021 Memory usage per processor = 27.5219 Mbytes Step Atoms AVEKE stressZZ 5097 5000 7.3691378e-12 1425149.6 5098 -0.00786499999999571 1425122.72659353 5098 5000 7.2377048e-12 1425122.7 Loop time of 0.0167141 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:04 2021 Pair time (%) = 0.000902891 (5.40197) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.202556) Outpt time (%) = 0.0156829 (93.8306) Other time (%) = 9.44138e-05 (0.564875) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:04 2021 Memory usage per processor = 27.5219 Mbytes Step Atoms AVEKE stressZZ 5098 5000 7.2377048e-12 1425119.5 5099 -0.00786499999999571 1425092.82253269 5099 5000 7.1546176e-12 1425092.8 Loop time of 0.0164928 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:04 2021 Pair time (%) = 0.000925064 (5.60888) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.229849) Outpt time (%) = 0.0154231 (93.5136) Other time (%) = 0.000106812 (0.647623) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:04 2021 Memory usage per processor = 27.5219 Mbytes Step Atoms AVEKE stressZZ 5099 5000 7.1546176e-12 1425089.7 5100 -0.00786499999999571 1425063.06414413 5100 5000 7.1018902e-12 1425063.1 Loop time of 0.018188 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:04 2021 Pair time (%) = 0.000859022 (4.72302) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.192696) Outpt time (%) = 0.017206 (94.6006) Other time (%) = 8.79765e-05 (0.483706) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:04 2021 Memory usage per processor = 27.522 Mbytes Step Atoms AVEKE stressZZ 5100 5000 7.1018902e-12 1425059.9 5101 -0.00786499999999571 1425033.398818 5101 5000 7.0683097e-12 1425033.4 Loop time of 0.0162749 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:04 2021 Pair time (%) = 0.000859976 (5.28405) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.215347) Outpt time (%) = 0.0152888 (93.941) Other time (%) = 9.10759e-05 (0.559609) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:04 2021 Memory usage per processor = 27.522 Mbytes Step Atoms AVEKE stressZZ 5101 5000 7.0683097e-12 1425030.3 5102 -0.00786499999999571 1425003.79312015 5102 5000 7.0468376e-12 1425003.8 Loop time of 0.016366 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:04 2021 Pair time (%) = 0.000861168 (5.26193) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.214148) Outpt time (%) = 0.015379 (93.9689) Other time (%) = 9.08375e-05 (0.555038) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:04 2021 Memory usage per processor = 27.522 Mbytes Step Atoms AVEKE stressZZ 5102 5000 7.0468376e-12 1425000.7 5103 -0.00786499999999571 1424974.22580271 5103 5000 7.0330364e-12 1424974.2 Loop time of 0.017416 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:04 2021 Pair time (%) = 0.000928879 (5.33348) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.201238) Outpt time (%) = 0.016362 (93.9478) Other time (%) = 9.01222e-05 (0.517468) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:04 2021 Memory usage per processor = 27.522 Mbytes Step Atoms AVEKE stressZZ 5103 5000 7.0330364e-12 1424971.1 5104 -0.00786499999999571 1424944.68336243 5104 5000 7.0241005e-12 1424944.7 Loop time of 0.0169501 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:04 2021 Pair time (%) = 0.00105786 (6.24103) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.229274) Outpt time (%) = 0.015722 (92.7547) Other time (%) = 0.000131369 (0.77503) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:04 2021 Memory usage per processor = 27.522 Mbytes Step Atoms AVEKE stressZZ 5104 5000 7.0241005e-12 1424941.5 5105 -0.00786499999999571 1424915.15721777 5105 5000 7.0182526e-12 1424915.2 Loop time of 0.0171802 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:04 2021 Pair time (%) = 0.00102115 (5.94374) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204) Outpt time (%) = 0.016021 (93.2528) Other time (%) = 0.000102997 (0.599509) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:04 2021 Memory usage per processor = 27.522 Mbytes Step Atoms AVEKE stressZZ 5105 5000 7.0182526e-12 1424912 5106 -0.00786499999999571 1424885.64191503 5106 5000 7.0143655e-12 1424885.6 Loop time of 0.017127 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:04 2021 Pair time (%) = 0.0010438 (6.09444) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.199065) Outpt time (%) = 0.015929 (93.0049) Other time (%) = 0.000120163 (0.701598) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:04 2021 Memory usage per processor = 27.522 Mbytes Step Atoms AVEKE stressZZ 5106 5000 7.0143655e-12 1424882.5 5107 -0.00786499999999571 1424856.1339883 5107 5000 7.0117239e-12 1424856.1 Loop time of 0.0166941 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:04 2021 Pair time (%) = 0.000859022 (5.14567) Neigh time (%) = 0 (0) Comm time (%) = 4.81606e-05 (0.288489) Outpt time (%) = 0.015671 (93.8718) Other time (%) = 0.000115871 (0.694087) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:04 2021 Memory usage per processor = 27.522 Mbytes Step Atoms AVEKE stressZZ 5107 5000 7.0117239e-12 1424853 5108 -0.00786499999999571 1424826.63123487 5108 5000 7.0098736e-12 1424826.6 Loop time of 0.0162711 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:04 2021 Pair time (%) = 0.000859022 (5.27943) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.215397) Outpt time (%) = 0.0152819 (93.9205) Other time (%) = 9.5129e-05 (0.58465) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:04 2021 Memory usage per processor = 27.522 Mbytes Step Atoms AVEKE stressZZ 5108 5000 7.0098736e-12 1424823.5 5109 -0.00786499999999571 1424797.13225492 5109 5000 7.008526e-12 1424797.1 Loop time of 0.0163291 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:04 2021 Pair time (%) = 0.00089407 (5.47533) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.214633) Outpt time (%) = 0.01528 (93.5756) Other time (%) = 0.000119925 (0.734425) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:04 2021 Memory usage per processor = 27.522 Mbytes Step Atoms AVEKE stressZZ 5109 5000 7.008526e-12 1424794 5110 -0.00786499999999571 1424767.63615875 5110 5000 7.0074979e-12 1424767.6 Loop time of 0.0177889 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:04 2021 Pair time (%) = 0.000859022 (4.82898) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.197019) Outpt time (%) = 0.0168049 (94.4687) Other time (%) = 8.98838e-05 (0.505281) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:04 2021 Memory usage per processor = 27.522 Mbytes Step Atoms AVEKE stressZZ 5110 5000 7.0074979e-12 1424764.5 5111 -0.00786499999999571 1424738.14238093 5111 5000 7.0066728e-12 1424738.1 Loop time of 0.0162539 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:04 2021 Pair time (%) = 0.000858068 (5.27914) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.209757) Outpt time (%) = 0.0152769 (93.9889) Other time (%) = 8.4877e-05 (0.522193) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:04 2021 Memory usage per processor = 27.522 Mbytes Step Atoms AVEKE stressZZ 5111 5000 7.0066728e-12 1424735 5112 -0.00786499999999571 1424708.65056212 5112 5000 7.0059768e-12 1424708.7 Loop time of 0.0161021 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:04 2021 Pair time (%) = 0.000858068 (5.32893) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.217658) Outpt time (%) = 0.01512 (93.9011) Other time (%) = 8.89301e-05 (0.55229) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:04 2021 Memory usage per processor = 27.522 Mbytes Step Atoms AVEKE stressZZ 5112 5000 7.0059768e-12 1424705.5 5113 -0.00786499999999571 1424679.16047388 5113 5000 7.0053628e-12 1424679.2 Loop time of 0.0164011 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:04 2021 Pair time (%) = 0.000897169 (5.47019) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.206422) Outpt time (%) = 0.0153809 (93.7797) Other time (%) = 8.91685e-05 (0.543676) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:04 2021 Memory usage per processor = 27.522 Mbytes Step Atoms AVEKE stressZZ 5113 5000 7.0053628e-12 1424676 5114 -0.00786499999999571 1424649.67197099 5114 5000 7.0048009e-12 1424649.7 Loop time of 0.0164049 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:04 2021 Pair time (%) = 0.000838995 (5.11431) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.206374) Outpt time (%) = 0.015445 (94.1489) Other time (%) = 8.70228e-05 (0.530469) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:04 2021 Memory usage per processor = 27.522 Mbytes Step Atoms AVEKE stressZZ 5114 5000 7.0048009e-12 1424646.5 5115 -0.00786499999999571 1424620.18496116 5115 5000 7.0042721e-12 1424620.2 Loop time of 0.0164618 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:05 2021 Pair time (%) = 0.00106597 (6.47539) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.20566) Outpt time (%) = 0.015274 (92.7845) Other time (%) = 8.79765e-05 (0.534426) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:05 2021 Memory usage per processor = 27.522 Mbytes Step Atoms AVEKE stressZZ 5115 5000 7.0042721e-12 1424617.1 5116 -0.00786499999999571 1424590.6993857 5116 5000 7.0037645e-12 1424590.7 Loop time of 0.01632 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:05 2021 Pair time (%) = 0.000910044 (5.57625) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.207448) Outpt time (%) = 0.0152941 (93.7138) Other time (%) = 8.2016e-05 (0.502549) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:05 2021 Memory usage per processor = 27.522 Mbytes Step Atoms AVEKE stressZZ 5116 5000 7.0037645e-12 1424587.6 5117 -0.00786499999999571 1424561.21520723 5117 5000 7.0032702e-12 1424561.2 Loop time of 0.0164931 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:05 2021 Pair time (%) = 0.000839949 (5.09273) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.205271) Outpt time (%) = 0.015532 (94.1729) Other time (%) = 8.72612e-05 (0.529078) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:05 2021 Memory usage per processor = 27.522 Mbytes Step Atoms AVEKE stressZZ 5117 5000 7.0032702e-12 1424558.1 5118 -0.00786499999999571 1424531.73240203 5118 5000 7.0027845e-12 1424531.7 Loop time of 0.0163081 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:05 2021 Pair time (%) = 0.000868797 (5.32741) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.288007) Outpt time (%) = 0.0152631 (93.5922) Other time (%) = 0.000129223 (0.792386) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:05 2021 Memory usage per processor = 27.522 Mbytes Step Atoms AVEKE stressZZ 5118 5000 7.0027845e-12 1424528.6 5119 -0.00786499999999571 1424502.25097017 5119 5000 7.0023042e-12 1424502.3 Loop time of 0.016372 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:05 2021 Pair time (%) = 0.000837803 (5.1173) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.206789) Outpt time (%) = 0.0154121 (94.1371) Other time (%) = 8.82149e-05 (0.538817) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:05 2021 Memory usage per processor = 27.522 Mbytes Step Atoms AVEKE stressZZ 5119 5000 7.0023042e-12 1424499.1 5120 -0.00786499999999571 1424472.77092972 5120 5000 7.0018274e-12 1424472.8 Loop time of 0.017992 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:05 2021 Pair time (%) = 0.000910997 (5.06334) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.188169) Outpt time (%) = 0.0169661 (94.2979) Other time (%) = 8.10623e-05 (0.450546) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:05 2021 Memory usage per processor = 27.522 Mbytes Step Atoms AVEKE stressZZ 5120 5000 7.0018274e-12 1424469.6 5121 -0.00786499999999571 1424443.29225599 5121 5000 7.0013529e-12 1424443.3 Loop time of 0.0163751 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:05 2021 Pair time (%) = 0.000840187 (5.13089) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.20675) Outpt time (%) = 0.0153739 (93.8863) Other time (%) = 0.000127077 (0.77604) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:05 2021 Memory usage per processor = 27.522 Mbytes Step Atoms AVEKE stressZZ 5121 5000 7.0013529e-12 1424440.2 5122 -0.00786499999999571 1424413.8149413 5122 5000 7.0008797e-12 1424413.8 Loop time of 0.016444 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:05 2021 Pair time (%) = 0.000840187 (5.10939) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.207334) Outpt time (%) = 0.0154829 (94.1555) Other time (%) = 8.67844e-05 (0.527758) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:05 2021 Memory usage per processor = 27.522 Mbytes Step Atoms AVEKE stressZZ 5122 5000 7.0008797e-12 1424410.7 5123 -0.00786499999999571 1424384.33897769 5123 5000 7.0004075e-12 1424384.3 Loop time of 0.0162261 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:05 2021 Pair time (%) = 0.000891924 (5.49686) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.210118) Outpt time (%) = 0.015213 (93.7567) Other time (%) = 8.70228e-05 (0.536315) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:05 2021 Memory usage per processor = 27.522 Mbytes Step Atoms AVEKE stressZZ 5123 5000 7.0004075e-12 1424381.2 5124 -0.00786499999999571 1424354.86436169 5124 5000 6.9999359e-12 1424354.9 Loop time of 0.0173838 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:05 2021 Pair time (%) = 0.000885963 (5.09648) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.194753) Outpt time (%) = 0.016356 (94.0875) Other time (%) = 0.000108004 (0.621288) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:05 2021 Memory usage per processor = 27.522 Mbytes Step Atoms AVEKE stressZZ 5124 5000 6.9999359e-12 1424351.7 5125 -0.00786499999999571 1424325.39109091 5125 5000 6.9994646e-12 1424325.4 Loop time of 0.0169861 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:05 2021 Pair time (%) = 0.000936031 (5.51056) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.211945) Outpt time (%) = 0.0159101 (93.6655) Other time (%) = 0.000103951 (0.611973) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:05 2021 Memory usage per processor = 27.522 Mbytes Step Atoms AVEKE stressZZ 5125 5000 6.9994646e-12 1424322.3 5126 -0.00786499999999571 1424295.91916367 5126 5000 6.9989937e-12 1424295.9 Loop time of 0.017035 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:05 2021 Pair time (%) = 0.000864983 (5.07768) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.194542) Outpt time (%) = 0.016021 (94.0476) Other time (%) = 0.000115871 (0.680196) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:05 2021 Memory usage per processor = 27.522 Mbytes Step Atoms AVEKE stressZZ 5126 5000 6.9989937e-12 1424292.8 5127 -0.00786499999999571 1424266.44857782 5127 5000 6.9985229e-12 1424266.4 Loop time of 0.0165229 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:05 2021 Pair time (%) = 0.000828981 (5.01717) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193357) Outpt time (%) = 0.0155399 (94.0507) Other time (%) = 0.00012207 (0.738795) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:05 2021 Memory usage per processor = 27.522 Mbytes Step Atoms AVEKE stressZZ 5127 5000 6.9985229e-12 1424263.3 5128 -0.00786499999999571 1424236.97932535 5128 5000 6.9980523e-12 1424237 Loop time of 0.016228 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:05 2021 Pair time (%) = 0.000828981 (5.10835) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.196871) Outpt time (%) = 0.0152831 (94.1776) Other time (%) = 8.39233e-05 (0.517153) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:05 2021 Memory usage per processor = 27.522 Mbytes Step Atoms AVEKE stressZZ 5128 5000 6.9980523e-12 1424233.8 5129 -0.00786499999999571 1424207.51141259 5129 5000 6.9975818e-12 1424207.5 Loop time of 0.0159881 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:05 2021 Pair time (%) = 0.000828028 (5.17902) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.193859) Outpt time (%) = 0.0150411 (94.0769) Other time (%) = 8.79765e-05 (0.550262) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:05 2021 Memory usage per processor = 27.522 Mbytes Step Atoms AVEKE stressZZ 5129 5000 6.9975818e-12 1424204.4 5130 -0.00786499999999571 1424178.04483897 5130 5000 6.9971113e-12 1424178 Loop time of 0.0179188 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:05 2021 Pair time (%) = 0.00090003 (5.02282) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.172971) Outpt time (%) = 0.0168979 (94.3026) Other time (%) = 8.98838e-05 (0.501617) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:05 2021 Memory usage per processor = 27.522 Mbytes Step Atoms AVEKE stressZZ 5130 5000 6.9971113e-12 1424174.9 5131 -0.00786499999999571 1424148.57960407 5131 5000 6.9966409e-12 1424148.6 Loop time of 0.0193679 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:05 2021 Pair time (%) = 0.000829935 (4.2851) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.16003) Outpt time (%) = 0.0184181 (95.0957) Other time (%) = 8.89301e-05 (0.459162) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:05 2021 Memory usage per processor = 27.522 Mbytes Step Atoms AVEKE stressZZ 5131 5000 6.9966409e-12 1424145.4 5132 -0.00786499999999571 1424119.1157075 5132 5000 6.9961706e-12 1424119.1 Loop time of 0.0172021 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:05 2021 Pair time (%) = 0.000921011 (5.35405) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.196809) Outpt time (%) = 0.0161471 (93.867) Other time (%) = 0.000100136 (0.582113) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:05 2021 Memory usage per processor = 27.522 Mbytes Step Atoms AVEKE stressZZ 5132 5000 6.9961706e-12 1424116 5133 -0.00786499999999571 1424089.65314896 5133 5000 6.9957003e-12 1424089.7 Loop time of 0.0165811 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:05 2021 Pair time (%) = 0.000851154 (5.13329) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.205619) Outpt time (%) = 0.0155981 (94.0715) Other time (%) = 9.77516e-05 (0.589538) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:05 2021 Memory usage per processor = 27.522 Mbytes Step Atoms AVEKE stressZZ 5133 5000 6.9957003e-12 1424086.5 5134 -0.00786499999999571 1424060.19192818 5134 5000 6.9952301e-12 1424060.2 Loop time of 0.017122 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:05 2021 Pair time (%) = 0.00105882 (6.18394) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.19216) Outpt time (%) = 0.015907 (92.904) Other time (%) = 0.000123262 (0.719905) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:05 2021 Memory usage per processor = 27.522 Mbytes Step Atoms AVEKE stressZZ 5134 5000 6.9952301e-12 1424057.1 5135 -0.00786499999999571 1424030.73204498 5135 5000 6.9947599e-12 1424030.7 Loop time of 0.0171978 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:05 2021 Pair time (%) = 0.000854969 (4.97137) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191313) Outpt time (%) = 0.016207 (94.2384) Other time (%) = 0.000102997 (0.598894) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:05 2021 Memory usage per processor = 27.522 Mbytes Step Atoms AVEKE stressZZ 5135 5000 6.9947599e-12 1424027.6 5136 -0.00786499999999571 1424001.2734992 5136 5000 6.9942898e-12 1424001.3 Loop time of 0.0165401 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:05 2021 Pair time (%) = 0.000828981 (5.01196) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.18739) Outpt time (%) = 0.0155852 (94.2269) Other time (%) = 9.48906e-05 (0.573702) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:05 2021 Memory usage per processor = 27.522 Mbytes Step Atoms AVEKE stressZZ 5136 5000 6.9942898e-12 1423998.1 5137 -0.00786499999999571 1423971.81629076 5137 5000 6.9938197e-12 1423971.8 Loop time of 0.0165479 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:05 2021 Pair time (%) = 0.000848055 (5.12484) Neigh time (%) = 0 (0) Comm time (%) = 4.81606e-05 (0.291037) Outpt time (%) = 0.0155029 (93.6851) Other time (%) = 0.000148773 (0.899045) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:05 2021 Memory usage per processor = 27.522 Mbytes Step Atoms AVEKE stressZZ 5137 5000 6.9938197e-12 1423968.7 5138 -0.00786499999999571 1423942.36041967 5138 5000 6.9933496e-12 1423942.4 Loop time of 0.016963 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:05 2021 Pair time (%) = 0.000983953 (5.80058) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18834) Outpt time (%) = 0.0158482 (93.4278) Other time (%) = 9.89437e-05 (0.583291) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:05 2021 Memory usage per processor = 27.522 Mbytes Step Atoms AVEKE stressZZ 5138 5000 6.9933496e-12 1423939.2 5139 -0.00786499999999571 1423912.90588613 5139 5000 6.9928796e-12 1423912.9 Loop time of 0.016988 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:05 2021 Pair time (%) = 0.000832081 (4.89804) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.182448) Outpt time (%) = 0.016 (94.1841) Other time (%) = 0.000124931 (0.735408) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:05 2021 Memory usage per processor = 27.522 Mbytes Step Atoms AVEKE stressZZ 5139 5000 6.9928796e-12 1423909.8 5140 -0.00786499999999571 1423883.45269052 5140 5000 6.9924096e-12 1423883.5 Loop time of 0.0179811 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:05 2021 Pair time (%) = 0.000829935 (4.61561) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.179002) Outpt time (%) = 0.017025 (94.683) Other time (%) = 9.39369e-05 (0.522422) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:05 2021 Memory usage per processor = 27.522 Mbytes Step Atoms AVEKE stressZZ 5140 5000 6.9924096e-12 1423880.3 5141 -0.00786499999999571 1423854.00083406 5141 5000 6.9919397e-12 1423854 Loop time of 0.0167811 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:06 2021 Pair time (%) = 0.00102401 (6.10215) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.220217) Outpt time (%) = 0.0156021 (92.9744) Other time (%) = 0.000118017 (0.703275) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:06 2021 Memory usage per processor = 27.522 Mbytes Step Atoms AVEKE stressZZ 5141 5000 6.9919397e-12 1423850.9 5142 -0.00786499999999571 1423824.55032078 5142 5000 6.9914698e-12 1423824.6 Loop time of 0.0170839 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:06 2021 Pair time (%) = 0.00082612 (4.83567) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192589) Outpt time (%) = 0.016124 (94.3814) Other time (%) = 0.000100851 (0.590329) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:06 2021 Memory usage per processor = 27.522 Mbytes Step Atoms AVEKE stressZZ 5142 5000 6.9914698e-12 1423821.4 5143 -0.00786499999999571 1423795.10114282 5143 5000 6.991e-12 1423795.1 Loop time of 0.0169098 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:06 2021 Pair time (%) = 0.000826836 (4.88967) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.183292) Outpt time (%) = 0.0159638 (94.4054) Other time (%) = 8.82149e-05 (0.521678) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:06 2021 Memory usage per processor = 27.522 Mbytes Step Atoms AVEKE stressZZ 5143 5000 6.991e-12 1423792 5144 -0.00786499999999571 1423765.65329765 5144 5000 6.9905302e-12 1423765.7 Loop time of 0.0166001 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:06 2021 Pair time (%) = 0.000840902 (5.06564) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.205383) Outpt time (%) = 0.0155721 (93.8069) Other time (%) = 0.000153065 (0.922069) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:06 2021 Memory usage per processor = 27.522 Mbytes Step Atoms AVEKE stressZZ 5144 5000 6.9905302e-12 1423762.5 5145 -0.00786499999999571 1423736.206785 5145 5000 6.9900605e-12 1423736.2 Loop time of 0.016865 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:06 2021 Pair time (%) = 0.000854969 (5.06948) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.189434) Outpt time (%) = 0.0158801 (94.1601) Other time (%) = 9.799e-05 (0.581025) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:06 2021 Memory usage per processor = 27.522 Mbytes Step Atoms AVEKE stressZZ 5145 5000 6.9900605e-12 1423733.1 5146 -0.00786499999999571 1423706.7616047 5146 5000 6.9895908e-12 1423706.8 Loop time of 0.0170569 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:06 2021 Pair time (%) = 0.000828028 (4.85449) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181711) Outpt time (%) = 0.0161052 (94.4201) Other time (%) = 9.27448e-05 (0.543737) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:06 2021 Memory usage per processor = 27.522 Mbytes Step Atoms AVEKE stressZZ 5146 5000 6.9895908e-12 1423703.6 5147 -0.00786499999999571 1423677.31775651 5147 5000 6.9891211e-12 1423677.3 Loop time of 0.0162861 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:06 2021 Pair time (%) = 0.000871897 (5.35361) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.197631) Outpt time (%) = 0.0152869 (93.8646) Other time (%) = 9.5129e-05 (0.58411) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:06 2021 Memory usage per processor = 27.522 Mbytes Step Atoms AVEKE stressZZ 5147 5000 6.9891211e-12 1423674.2 5148 -0.00786499999999571 1423647.87524021 5148 5000 6.9886515e-12 1423647.9 Loop time of 0.017128 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:06 2021 Pair time (%) = 0.00100994 (5.89644) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.203229) Outpt time (%) = 0.0159521 (93.1347) Other time (%) = 0.00013113 (0.76559) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:06 2021 Memory usage per processor = 27.522 Mbytes Step Atoms AVEKE stressZZ 5148 5000 6.9886515e-12 1423644.7 5149 -0.00786499999999571 1423618.43405563 5149 5000 6.9881819e-12 1423618.4 Loop time of 0.0172021 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:06 2021 Pair time (%) = 0.000855923 (4.97568) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180178) Outpt time (%) = 0.016227 (94.3313) Other time (%) = 8.82149e-05 (0.512813) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:06 2021 Memory usage per processor = 27.522 Mbytes Step Atoms AVEKE stressZZ 5149 5000 6.9881819e-12 1423615.3 5150 -0.00786499999999571 1423588.99420255 5150 5000 6.9877123e-12 1423589 Loop time of 0.018034 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:06 2021 Pair time (%) = 0.000894785 (4.96166) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.177155) Outpt time (%) = 0.017014 (94.3443) Other time (%) = 9.32217e-05 (0.516922) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:06 2021 Memory usage per processor = 27.522 Mbytes Step Atoms AVEKE stressZZ 5150 5000 6.9877123e-12 1423585.9 5151 -0.00786499999999571 1423559.55568082 5151 5000 6.9872429e-12 1423559.6 Loop time of 0.0164721 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:06 2021 Pair time (%) = 0.000921965 (5.59713) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.212769) Outpt time (%) = 0.0153749 (93.339) Other time (%) = 0.00014019 (0.851076) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:06 2021 Memory usage per processor = 27.522 Mbytes Step Atoms AVEKE stressZZ 5151 5000 6.9872429e-12 1423556.4 5152 -0.00786499999999571 1423530.11849023 5152 5000 6.9867734e-12 1423530.1 Loop time of 0.0171661 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:06 2021 Pair time (%) = 0.000932932 (5.43472) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.1875) Outpt time (%) = 0.016113 (93.8653) Other time (%) = 8.79765e-05 (0.5125) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:06 2021 Memory usage per processor = 27.522 Mbytes Step Atoms AVEKE stressZZ 5152 5000 6.9867734e-12 1423527 5153 -0.00786499999999571 1423500.68263058 5153 5000 6.986304e-12 1423500.7 Loop time of 0.0169032 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:06 2021 Pair time (%) = 0.000829935 (4.90994) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.183365) Outpt time (%) = 0.0159328 (94.2593) Other time (%) = 0.000109434 (0.647418) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:06 2021 Memory usage per processor = 27.522 Mbytes Step Atoms AVEKE stressZZ 5153 5000 6.986304e-12 1423497.6 5154 -0.00786499999999571 1423471.24810172 5154 5000 6.9858346e-12 1423471.2 Loop time of 0.0163801 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:06 2021 Pair time (%) = 0.000829935 (5.06674) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.200865) Outpt time (%) = 0.0153871 (93.9377) Other time (%) = 0.000130177 (0.794725) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:06 2021 Memory usage per processor = 27.522 Mbytes Step Atoms AVEKE stressZZ 5154 5000 6.9858346e-12 1423468.1 5155 -0.00786499999999571 1423441.81490341 5155 5000 6.9853653e-12 1423441.8 Loop time of 0.0171859 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:06 2021 Pair time (%) = 0.00115705 (6.73252) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191446) Outpt time (%) = 0.0157139 (91.4349) Other time (%) = 0.000282049 (1.64116) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:06 2021 Memory usage per processor = 27.522 Mbytes Step Atoms AVEKE stressZZ 5155 5000 6.9853653e-12 1423438.7 5156 -0.00786499999999571 1423412.38303553 5156 5000 6.984896e-12 1423412.4 Loop time of 0.0170379 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:06 2021 Pair time (%) = 0.000854969 (5.01805) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.194509) Outpt time (%) = 0.016047 (94.1843) Other time (%) = 0.000102758 (0.603118) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:06 2021 Memory usage per processor = 27.522 Mbytes Step Atoms AVEKE stressZZ 5156 5000 6.984896e-12 1423409.3 5157 -0.00786499999999571 1423382.95249791 5157 5000 6.9844268e-12 1423383 Loop time of 0.0172689 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:06 2021 Pair time (%) = 0.00107408 (6.21971) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.226422) Outpt time (%) = 0.0160401 (92.8843) Other time (%) = 0.000115633 (0.669603) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:06 2021 Memory usage per processor = 27.522 Mbytes Step Atoms AVEKE stressZZ 5157 5000 6.9844268e-12 1423379.8 5158 -0.00786499999999571 1423353.52329033 5158 5000 6.9839576e-12 1423353.5 Loop time of 0.0166252 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:06 2021 Pair time (%) = 0.000898123 (5.40219) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.197903) Outpt time (%) = 0.0155902 (93.7746) Other time (%) = 0.000103951 (0.62526) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:06 2021 Memory usage per processor = 27.522 Mbytes Step Atoms AVEKE stressZZ 5158 5000 6.9839576e-12 1423350.4 5159 -0.00786499999999571 1423324.09541267 5159 5000 6.9834884e-12 1423324.1 Loop time of 0.017745 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:06 2021 Pair time (%) = 0.00104499 (5.88891) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18004) Outpt time (%) = 0.0165529 (93.2821) Other time (%) = 0.000115156 (0.648949) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:06 2021 Memory usage per processor = 27.522 Mbytes Step Atoms AVEKE stressZZ 5159 5000 6.9834884e-12 1423321 5160 -0.00786499999999571 1423294.66886473 5160 5000 6.9830193e-12 1423294.7 Loop time of 0.018734 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:06 2021 Pair time (%) = 0.000828028 (4.41992) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.165445) Outpt time (%) = 0.017787 (94.945) Other time (%) = 8.79765e-05 (0.469609) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:06 2021 Memory usage per processor = 27.522 Mbytes Step Atoms AVEKE stressZZ 5160 5000 6.9830193e-12 1423291.5 5161 -0.00786499999999571 1423265.24364637 5161 5000 6.9825502e-12 1423265.2 Loop time of 0.016495 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:06 2021 Pair time (%) = 0.000831842 (5.043) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.195129) Outpt time (%) = 0.0154989 (93.9611) Other time (%) = 0.000132084 (0.800752) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:06 2021 Memory usage per processor = 27.522 Mbytes Step Atoms AVEKE stressZZ 5161 5000 6.9825502e-12 1423262.1 5162 -0.00786499999999571 1423235.8197574 5162 5000 6.9820812e-12 1423235.8 Loop time of 0.0168691 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:06 2021 Pair time (%) = 0.00111604 (6.61588) Neigh time (%) = 0 (0) Comm time (%) = 4.19617e-05 (0.248749) Outpt time (%) = 0.015564 (92.2633) Other time (%) = 0.000147104 (0.872036) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:06 2021 Memory usage per processor = 27.522 Mbytes Step Atoms AVEKE stressZZ 5162 5000 6.9820812e-12 1423232.7 5163 -0.00786499999999571 1423206.3971977 5163 5000 6.9816122e-12 1423206.4 Loop time of 0.0171721 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:06 2021 Pair time (%) = 0.000828028 (4.82194) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180493) Outpt time (%) = 0.0162191 (94.4505) Other time (%) = 9.39369e-05 (0.547032) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:06 2021 Memory usage per processor = 27.522 Mbytes Step Atoms AVEKE stressZZ 5163 5000 6.9816122e-12 1423203.3 5164 -0.00786499999999571 1423176.97596709 5164 5000 6.9811433e-12 1423177 Loop time of 0.016556 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:06 2021 Pair time (%) = 0.000827074 (4.99561) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.19441) Outpt time (%) = 0.01561 (94.2858) Other time (%) = 8.67844e-05 (0.524186) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:06 2021 Memory usage per processor = 27.522 Mbytes Step Atoms AVEKE stressZZ 5164 5000 6.9811433e-12 1423173.8 5165 -0.00786499999999571 1423147.5560654 5165 5000 6.9806744e-12 1423147.6 Loop time of 0.016468 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:06 2021 Pair time (%) = 0.000844955 (5.13088) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.20703) Outpt time (%) = 0.0154428 (93.7746) Other time (%) = 0.000146151 (0.88748) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:06 2021 Memory usage per processor = 27.522 Mbytes Step Atoms AVEKE stressZZ 5165 5000 6.9806744e-12 1423144.4 5166 -0.00786499999999571 1423118.13749251 5166 5000 6.9802055e-12 1423118.1 Loop time of 0.017071 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:06 2021 Pair time (%) = 0.000867844 (5.08373) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187148) Outpt time (%) = 0.0160751 (94.1663) Other time (%) = 9.60827e-05 (0.562841) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:06 2021 Memory usage per processor = 27.522 Mbytes Step Atoms AVEKE stressZZ 5166 5000 6.9802055e-12 1423115 5167 -0.00786499999999571 1423088.72024823 5167 5000 6.9797367e-12 1423088.7 Loop time of 0.0170989 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:06 2021 Pair time (%) = 0.000868082 (5.07683) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.234251) Outpt time (%) = 0.0160661 (93.9597) Other time (%) = 0.000124693 (0.729245) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:06 2021 Memory usage per processor = 27.522 Mbytes Step Atoms AVEKE stressZZ 5167 5000 6.9797367e-12 1423085.6 5168 -0.00786499999999571 1423059.30433239 5168 5000 6.9792679e-12 1423059.3 Loop time of 0.016335 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:06 2021 Pair time (%) = 0.000829935 (5.08071) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.19558) Outpt time (%) = 0.0153339 (93.8713) Other time (%) = 0.000139236 (0.852381) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:06 2021 Memory usage per processor = 27.522 Mbytes Step Atoms AVEKE stressZZ 5168 5000 6.9792679e-12 1423056.2 5169 -0.00786499999999571 1423029.88974488 5169 5000 6.9787992e-12 1423029.9 Loop time of 0.017236 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:06 2021 Pair time (%) = 0.0011301 (6.55665) Neigh time (%) = 0 (0) Comm time (%) = 6.69956e-05 (0.388696) Outpt time (%) = 0.015873 (92.0919) Other time (%) = 0.000165939 (0.962749) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:06 2021 Memory usage per processor = 27.522 Mbytes Step Atoms AVEKE stressZZ 5169 5000 6.9787992e-12 1423026.8 5170 -0.00786499999999571 1423000.47648552 5170 5000 6.9783305e-12 1423000.5 Loop time of 0.0186779 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:06 2021 Pair time (%) = 0.000870943 (4.66295) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.171047) Outpt time (%) = 0.0176811 (94.6631) Other time (%) = 9.39369e-05 (0.50293) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:06 2021 Memory usage per processor = 27.522 Mbytes Step Atoms AVEKE stressZZ 5170 5000 6.9783305e-12 1422997.3 5171 -0.00786499999999571 1422971.06455418 5171 5000 6.9778619e-12 1422971.1 Loop time of 0.0169291 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:06 2021 Pair time (%) = 0.000893116 (5.27561) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188716) Outpt time (%) = 0.015908 (93.9681) Other time (%) = 9.60827e-05 (0.567558) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:06 2021 Memory usage per processor = 27.522 Mbytes Step Atoms AVEKE stressZZ 5171 5000 6.9778619e-12 1422967.9 5172 -0.00786499999999571 1422941.6539507 5172 5000 6.9773933e-12 1422941.7 Loop time of 0.016371 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:06 2021 Pair time (%) = 0.000836134 (5.10741) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.208257) Outpt time (%) = 0.015398 (94.0567) Other time (%) = 0.000102758 (0.627685) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:06 2021 Memory usage per processor = 27.522 Mbytes Step Atoms AVEKE stressZZ 5172 5000 6.9773933e-12 1422938.5 5173 -0.00786499999999571 1422912.24467492 5173 5000 6.9769247e-12 1422912.2 Loop time of 0.0161061 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:06 2021 Pair time (%) = 0.000831842 (5.16476) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.19836) Outpt time (%) = 0.0151541 (94.0892) Other time (%) = 8.82149e-05 (0.54771) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:06 2021 Memory usage per processor = 27.522 Mbytes Step Atoms AVEKE stressZZ 5173 5000 6.9769247e-12 1422909.1 5174 -0.00786499999999571 1422882.83672672 5174 5000 6.9764562e-12 1422882.8 Loop time of 0.0161841 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:06 2021 Pair time (%) = 0.000828981 (5.1222) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.191512) Outpt time (%) = 0.015234 (94.1294) Other time (%) = 9.01222e-05 (0.556857) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:06 2021 Memory usage per processor = 27.522 Mbytes Step Atoms AVEKE stressZZ 5174 5000 6.9764562e-12 1422879.7 5175 -0.00786499999999571 1422853.43010595 5175 5000 6.9759877e-12 1422853.4 Loop time of 0.01684 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:06 2021 Pair time (%) = 0.000828981 (4.9227) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.189716) Outpt time (%) = 0.0158911 (94.3652) Other time (%) = 8.79765e-05 (0.522426) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:06 2021 Memory usage per processor = 27.522 Mbytes Step Atoms AVEKE stressZZ 5175 5000 6.9759877e-12 1422850.3 5176 -0.00786499999999571 1422824.02481248 5176 5000 6.9755193e-12 1422824 Loop time of 0.0164189 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:06 2021 Pair time (%) = 0.000828981 (5.04894) Neigh time (%) = 0 (0) Comm time (%) = 4.50611e-05 (0.274446) Outpt time (%) = 0.0154052 (93.8257) Other time (%) = 0.000139713 (0.850928) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:06 2021 Memory usage per processor = 27.522 Mbytes Step Atoms AVEKE stressZZ 5176 5000 6.9755193e-12 1422820.9 5177 -0.00786499999999571 1422794.6208461 5177 5000 6.9750509e-12 1422794.6 Loop time of 0.016824 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:06 2021 Pair time (%) = 0.00116301 (6.91278) Neigh time (%) = 0 (0) Comm time (%) = 4.41074e-05 (0.26217) Outpt time (%) = 0.015435 (91.7438) Other time (%) = 0.000181913 (1.08127) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:06 2021 Memory usage per processor = 27.522 Mbytes Step Atoms AVEKE stressZZ 5177 5000 6.9750509e-12 1422791.5 5178 -0.00786499999999571 1422765.21820675 5178 5000 6.9745826e-12 1422765.2 Loop time of 0.0173371 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:06 2021 Pair time (%) = 0.000913858 (5.27112) Neigh time (%) = 0 (0) Comm time (%) = 4.81606e-05 (0.277789) Outpt time (%) = 0.0161929 (93.4004) Other time (%) = 0.000182152 (1.05065) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:06 2021 Memory usage per processor = 27.522 Mbytes Step Atoms AVEKE stressZZ 5178 5000 6.9745826e-12 1422762.1 5179 -0.00786499999999571 1422735.81689422 5179 5000 6.9741143e-12 1422735.8 Loop time of 0.0166209 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:06 2021 Pair time (%) = 0.000825167 (4.96464) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192217) Outpt time (%) = 0.0156729 (94.2966) Other time (%) = 9.08375e-05 (0.546526) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:06 2021 Memory usage per processor = 27.522 Mbytes Step Atoms AVEKE stressZZ 5179 5000 6.9741143e-12 1422732.7 5180 -0.00786499999999571 1422706.41690842 5180 5000 6.973646e-12 1422706.4 Loop time of 0.0180311 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:06 2021 Pair time (%) = 0.00088501 (4.90824) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.182472) Outpt time (%) = 0.017009 (94.3315) Other time (%) = 0.000104189 (0.577828) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:06 2021 Memory usage per processor = 27.522 Mbytes Step Atoms AVEKE stressZZ 5180 5000 6.973646e-12 1422703.3 5181 -0.00786499999999571 1422677.01824919 5181 5000 6.9731778e-12 1422677 Loop time of 0.017287 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:06 2021 Pair time (%) = 0.000895977 (5.18295) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191706) Outpt time (%) = 0.016259 (94.053) Other time (%) = 9.89437e-05 (0.572359) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:06 2021 Memory usage per processor = 27.522 Mbytes Step Atoms AVEKE stressZZ 5181 5000 6.9731778e-12 1422673.9 5182 -0.00786499999999571 1422647.62091637 5182 5000 6.9727096e-12 1422647.6 Loop time of 0.017308 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:06 2021 Pair time (%) = 0.000828028 (4.78408) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.185963) Outpt time (%) = 0.0163529 (94.4817) Other time (%) = 9.48906e-05 (0.548247) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:06 2021 Memory usage per processor = 27.522 Mbytes Step Atoms AVEKE stressZZ 5182 5000 6.9727096e-12 1422644.5 5183 -0.00786499999999571 1422618.22490985 5183 5000 6.9722415e-12 1422618.2 Loop time of 0.0166619 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:06 2021 Pair time (%) = 0.000828028 (4.96959) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.18602) Outpt time (%) = 0.015708 (94.2749) Other time (%) = 9.48906e-05 (0.569507) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:06 2021 Memory usage per processor = 27.522 Mbytes Step Atoms AVEKE stressZZ 5183 5000 6.9722415e-12 1422615.1 5184 -0.00786499999999571 1422588.83022949 5184 5000 6.9717734e-12 1422588.8 Loop time of 0.0171142 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:06 2021 Pair time (%) = 0.00100589 (5.87752) Neigh time (%) = 0 (0) Comm time (%) = 5.07832e-05 (0.296732) Outpt time (%) = 0.0159118 (92.9746) Other time (%) = 0.000145674 (0.851188) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:06 2021 Memory usage per processor = 27.522 Mbytes Step Atoms AVEKE stressZZ 5184 5000 6.9717734e-12 1422585.7 5185 -0.00786499999999571 1422559.43687516 5185 5000 6.9713053e-12 1422559.4 Loop time of 0.017261 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:07 2021 Pair time (%) = 0.000855923 (4.9587) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185088) Outpt time (%) = 0.0162601 (94.2015) Other time (%) = 0.00011301 (0.654714) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:07 2021 Memory usage per processor = 27.522 Mbytes Step Atoms AVEKE stressZZ 5185 5000 6.9713053e-12 1422556.3 5186 -0.00786499999999571 1422530.0448467 5186 5000 6.9708373e-12 1422530 Loop time of 0.0168841 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:07 2021 Pair time (%) = 0.000827074 (4.89854) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18922) Outpt time (%) = 0.0159302 (94.3502) Other time (%) = 9.48906e-05 (0.562012) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:07 2021 Memory usage per processor = 27.522 Mbytes Step Atoms AVEKE stressZZ 5186 5000 6.9708373e-12 1422526.9 5187 -0.00786499999999571 1422500.654144 5187 5000 6.9703694e-12 1422500.7 Loop time of 0.0165901 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:07 2021 Pair time (%) = 0.00098896 (5.96114) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.222752) Outpt time (%) = 0.0154538 (93.1507) Other time (%) = 0.000110388 (0.665383) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:07 2021 Memory usage per processor = 27.522 Mbytes Step Atoms AVEKE stressZZ 5187 5000 6.9703694e-12 1422497.5 5188 -0.00786499999999571 1422471.26476686 5188 5000 6.9699014e-12 1422471.3 Loop time of 0.0171249 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:07 2021 Pair time (%) = 0.00087595 (5.11507) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186559) Outpt time (%) = 0.016114 (94.0969) Other time (%) = 0.000102997 (0.601445) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:07 2021 Memory usage per processor = 27.522 Mbytes Step Atoms AVEKE stressZZ 5188 5000 6.9699014e-12 1422468.1 5189 -0.00786499999999571 1422441.87671525 5189 5000 6.9694336e-12 1422441.9 Loop time of 0.0171001 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:07 2021 Pair time (%) = 0.000845909 (4.94681) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193801) Outpt time (%) = 0.0161269 (94.3087) Other time (%) = 9.41753e-05 (0.55073) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:07 2021 Memory usage per processor = 27.522 Mbytes Step Atoms AVEKE stressZZ 5189 5000 6.9694336e-12 1422438.7 5190 -0.00786499999999571 1422412.48998893 5190 5000 6.9689657e-12 1422412.5 Loop time of 0.018347 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:07 2021 Pair time (%) = 0.000831127 (4.53004) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.174132) Outpt time (%) = 0.01739 (94.7838) Other time (%) = 9.39369e-05 (0.512001) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:07 2021 Memory usage per processor = 27.522 Mbytes Step Atoms AVEKE stressZZ 5190 5000 6.9689657e-12 1422409.4 5191 -0.00786499999999571 1422383.10458784 5191 5000 6.9684979e-12 1422383.1 Loop time of 0.016623 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:07 2021 Pair time (%) = 0.000953913 (5.7385) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.2051) Outpt time (%) = 0.0154152 (92.734) Other time (%) = 0.000219822 (1.32239) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:20:07 2021 Memory usage per processor = 27.522 Mbytes Step Atoms AVEKE stressZZ 5191 5000 6.9684979e-12 1422380 5192 -0.00786499999999571 1422348.40612344 5192 5000 1.3767428e-11 1422395 Loop time of 0.0171101 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:07 2021 Pair time (%) = 0.000956059 (5.58768) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193688) Outpt time (%) = 0.0159578 (93.2655) Other time (%) = 0.000163078 (0.953111) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:07 2021 Memory usage per processor = 27.522 Mbytes Step Atoms AVEKE stressZZ 5192 5000 1.3767428e-11 1452842.2 5193 -0.00789749999999569 1452807.2268723 5193 5000 1.1136414e-11 1452807.2 Loop time of 0.016922 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:07 2021 Pair time (%) = 0.000831127 (4.91152) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188796) Outpt time (%) = 0.0159671 (94.3572) Other time (%) = 9.17912e-05 (0.542437) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:07 2021 Memory usage per processor = 27.522 Mbytes Step Atoms AVEKE stressZZ 5193 5000 1.1136414e-11 1452803 5194 -0.00789749999999569 1452770.99710578 5194 5000 9.6090404e-12 1452771 Loop time of 0.0163288 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:07 2021 Pair time (%) = 0.000834942 (5.1133) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.197115) Outpt time (%) = 0.0153208 (93.8267) Other time (%) = 0.000140905 (0.862925) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:07 2021 Memory usage per processor = 27.522 Mbytes Step Atoms AVEKE stressZZ 5194 5000 9.6090404e-12 1452767.1 5195 -0.00789749999999569 1452737.00569645 5195 5000 8.696706e-12 1452737 Loop time of 0.016865 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:07 2021 Pair time (%) = 0.000873089 (5.17692) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.195089) Outpt time (%) = 0.0158591 (94.0357) Other time (%) = 9.98974e-05 (0.592335) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:07 2021 Memory usage per processor = 27.522 Mbytes Step Atoms AVEKE stressZZ 5195 5000 8.696706e-12 1452733.4 5196 -0.00789749999999569 1452704.43728303 5196 5000 8.1403628e-12 1452704.4 Loop time of 0.0168381 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:07 2021 Pair time (%) = 0.000830889 (4.93458) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.189737) Outpt time (%) = 0.015888 (94.3574) Other time (%) = 8.72612e-05 (0.518237) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:07 2021 Memory usage per processor = 27.522 Mbytes Step Atoms AVEKE stressZZ 5196 5000 8.1403628e-12 1452700.9 5197 -0.00789749999999569 1452672.77369665 5197 5000 7.7961703e-12 1452672.8 Loop time of 0.01652 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:07 2021 Pair time (%) = 0.000952005 (5.76274) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.206379) Outpt time (%) = 0.015393 (93.1779) Other time (%) = 0.000140905 (0.852937) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:07 2021 Memory usage per processor = 27.522 Mbytes Step Atoms AVEKE stressZZ 5197 5000 7.7961703e-12 1452669.4 5198 -0.00789749999999569 1452641.68563612 5198 5000 7.5811121e-12 1452641.7 Loop time of 0.0165579 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:07 2021 Pair time (%) = 0.000935078 (5.64731) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.230385) Outpt time (%) = 0.015465 (93.3995) Other time (%) = 0.000119686 (0.722833) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:07 2021 Memory usage per processor = 27.522 Mbytes Step Atoms AVEKE stressZZ 5198 5000 7.5811121e-12 1452638.3 5199 -0.00789749999999569 1452610.96382704 5199 5000 7.4458216e-12 1452611 Loop time of 0.0170848 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:07 2021 Pair time (%) = 0.000830889 (4.86331) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181415) Outpt time (%) = 0.0161278 (94.3985) Other time (%) = 9.5129e-05 (0.556804) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:07 2021 Memory usage per processor = 27.522 Mbytes Step Atoms AVEKE stressZZ 5199 5000 7.4458216e-12 1452607.7 5200 -0.00789749999999569 1452580.47527334 5200 5000 7.3602958e-12 1452580.5 Loop time of 0.0186732 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:07 2021 Pair time (%) = 0.000831127 (4.45091) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.165984) Outpt time (%) = 0.0177181 (94.8852) Other time (%) = 9.29832e-05 (0.497951) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:07 2021 Memory usage per processor = 27.5222 Mbytes Step Atoms AVEKE stressZZ 5200 5000 7.3602958e-12 1452577.2 5201 -0.00789749999999569 1452550.13545444 5201 5000 7.3060208e-12 1452550.1 Loop time of 0.016953 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:07 2021 Pair time (%) = 0.00106311 (6.27092) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.212359) Outpt time (%) = 0.0156929 (92.5674) Other time (%) = 0.000160933 (0.949287) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:07 2021 Memory usage per processor = 27.5222 Mbytes Step Atoms AVEKE stressZZ 5201 5000 7.3060208e-12 1452546.9 5202 -0.00789749999999569 1452519.89065652 5202 5000 7.2714542e-12 1452519.9 Loop time of 0.0173972 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:07 2021 Pair time (%) = 0.00119114 (6.84674) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.195974) Outpt time (%) = 0.0160241 (92.1076) Other time (%) = 0.00014782 (0.849676) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:07 2021 Memory usage per processor = 27.5222 Mbytes Step Atoms AVEKE stressZZ 5202 5000 7.2714542e-12 1452516.6 5203 -0.00789749999999569 1452489.70674382 5203 5000 7.2493513e-12 1452489.7 Loop time of 0.0169981 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:07 2021 Pair time (%) = 0.000832796 (4.89936) Neigh time (%) = 0 (0) Comm time (%) = 6.98566e-05 (0.410969) Outpt time (%) = 0.01598 (94.0108) Other time (%) = 0.000115395 (0.678869) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:07 2021 Memory usage per processor = 27.5222 Mbytes Step Atoms AVEKE stressZZ 5203 5000 7.2493513e-12 1452486.5 5204 -0.00789749999999569 1452459.56202254 5204 5000 7.2351444e-12 1452459.6 Loop time of 0.0165288 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:07 2021 Pair time (%) = 0.000847101 (5.12499) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.206269) Outpt time (%) = 0.0155239 (93.9201) Other time (%) = 0.000123739 (0.748626) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:07 2021 Memory usage per processor = 27.5222 Mbytes Step Atoms AVEKE stressZZ 5204 5000 7.2351444e-12 1452456.3 5205 -0.00789749999999569 1452429.44270604 5205 5000 7.2259455e-12 1452429.4 Loop time of 0.0165942 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:07 2021 Pair time (%) = 0.000983 (5.92377) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.205457) Outpt time (%) = 0.0154612 (93.1725) Other time (%) = 0.000115871 (0.698266) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:07 2021 Memory usage per processor = 27.5222 Mbytes Step Atoms AVEKE stressZZ 5205 5000 7.2259455e-12 1452426.2 5206 -0.00789749999999569 1452399.3400326 5206 5000 7.219925e-12 1452399.3 Loop time of 0.0173531 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:07 2021 Pair time (%) = 0.000983953 (5.6702) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.270664) Outpt time (%) = 0.0161929 (93.3145) Other time (%) = 0.000129223 (0.744669) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:07 2021 Memory usage per processor = 27.5222 Mbytes Step Atoms AVEKE stressZZ 5206 5000 7.219925e-12 1452396.1 5207 -0.00789749999999569 1452369.24843408 5207 5000 7.215923e-12 1452369.2 Loop time of 0.0173831 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:07 2021 Pair time (%) = 0.000853062 (4.90742) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183788) Outpt time (%) = 0.0163882 (94.2765) Other time (%) = 0.000109911 (0.632286) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:07 2021 Memory usage per processor = 27.5222 Mbytes Step Atoms AVEKE stressZZ 5207 5000 7.215923e-12 1452366 5208 -0.00789749999999569 1452339.16437174 5208 5000 7.2132029e-12 1452339.2 Loop time of 0.0167351 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:07 2021 Pair time (%) = 0.000905991 (5.41372) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.203727) Outpt time (%) = 0.015662 (93.5876) Other time (%) = 0.000133038 (0.794962) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:07 2021 Memory usage per processor = 27.5222 Mbytes Step Atoms AVEKE stressZZ 5208 5000 7.2132029e-12 1452335.9 5209 -0.00789749999999569 1452309.08559658 5209 5000 7.2112974e-12 1452309.1 Loop time of 0.0174811 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:07 2021 Pair time (%) = 0.0011301 (6.46472) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.193669) Outpt time (%) = 0.0161791 (92.5519) Other time (%) = 0.000138044 (0.789678) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:07 2021 Memory usage per processor = 27.5222 Mbytes Step Atoms AVEKE stressZZ 5209 5000 7.2112974e-12 1452305.9 5210 -0.00789749999999569 1452279.01067936 5210 5000 7.2099093e-12 1452279 Loop time of 0.0185039 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:07 2021 Pair time (%) = 0.000828981 (4.48004) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.172656) Outpt time (%) = 0.0175569 (94.8822) Other time (%) = 8.60691e-05 (0.46514) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:07 2021 Memory usage per processor = 27.5222 Mbytes Step Atoms AVEKE stressZZ 5210 5000 7.2099093e-12 1452275.8 5211 -0.00789749999999569 1452248.93871166 5211 5000 7.2088501e-12 1452248.9 Loop time of 0.016958 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:07 2021 Pair time (%) = 0.000831127 (4.90109) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188395) Outpt time (%) = 0.0160022 (94.3636) Other time (%) = 9.27448e-05 (0.546909) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:07 2021 Memory usage per processor = 27.5222 Mbytes Step Atoms AVEKE stressZZ 5211 5000 7.2088501e-12 1452245.7 5212 -0.00789749999999569 1452218.86913768 5212 5000 7.2079999e-12 1452218.9 Loop time of 0.01635 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:07 2021 Pair time (%) = 0.000889063 (5.43768) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.208525) Outpt time (%) = 0.01529 (93.5168) Other time (%) = 0.000136852 (0.837015) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:07 2021 Memory usage per processor = 27.5222 Mbytes Step Atoms AVEKE stressZZ 5212 5000 7.2079999e-12 1452215.6 5213 -0.00789749999999569 1452188.80158636 5213 5000 7.2072825e-12 1452188.8 Loop time of 0.0170798 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:07 2021 Pair time (%) = 0.000865936 (5.06993) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.199615) Outpt time (%) = 0.0160789 (94.14) Other time (%) = 0.000100851 (0.590469) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:07 2021 Memory usage per processor = 27.5222 Mbytes Step Atoms AVEKE stressZZ 5213 5000 7.2072825e-12 1452185.6 5214 -0.00789749999999569 1452158.73581845 5214 5000 7.2066495e-12 1452158.7 Loop time of 0.0171931 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:07 2021 Pair time (%) = 0.000828981 (4.8216) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.273182) Outpt time (%) = 0.0161941 (94.1897) Other time (%) = 0.000123024 (0.715544) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:07 2021 Memory usage per processor = 27.5222 Mbytes Step Atoms AVEKE stressZZ 5214 5000 7.2066495e-12 1452155.5 5215 -0.00789749999999569 1452128.67168338 5215 5000 7.2060701e-12 1452128.7 Loop time of 0.0163019 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:07 2021 Pair time (%) = 0.000832081 (5.1042) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.195978) Outpt time (%) = 0.0153151 (93.9466) Other time (%) = 0.000122786 (0.753199) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:07 2021 Memory usage per processor = 27.5222 Mbytes Step Atoms AVEKE stressZZ 5215 5000 7.2060701e-12 1452125.4 5216 -0.00789749999999569 1452098.60908563 5216 5000 7.2055249e-12 1452098.6 Loop time of 0.0167999 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:07 2021 Pair time (%) = 0.00108004 (6.42881) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.273899) Outpt time (%) = 0.0155139 (92.345) Other time (%) = 0.000159979 (0.952259) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:07 2021 Memory usage per processor = 27.5222 Mbytes Step Atoms AVEKE stressZZ 5216 5000 7.2055249e-12 1452095.4 5217 -0.00789749999999569 1452068.54796432 5217 5000 7.2050014e-12 1452068.5 Loop time of 0.016238 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:07 2021 Pair time (%) = 0.000888824 (5.47374) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.190876) Outpt time (%) = 0.0152249 (93.7613) Other time (%) = 9.32217e-05 (0.574097) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:07 2021 Memory usage per processor = 27.5222 Mbytes Step Atoms AVEKE stressZZ 5217 5000 7.2050014e-12 1452065.3 5218 -0.00789749999999569 1452038.48828066 5218 5000 7.2044917e-12 1452038.5 Loop time of 0.016233 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:07 2021 Pair time (%) = 0.000832081 (5.12587) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.198279) Outpt time (%) = 0.0152822 (94.1427) Other time (%) = 8.65459e-05 (0.533149) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:07 2021 Memory usage per processor = 27.5222 Mbytes Step Atoms AVEKE stressZZ 5218 5000 7.2044917e-12 1452035.3 5219 -0.00789749999999569 1452008.43000987 5219 5000 7.2039908e-12 1452008.4 Loop time of 0.0163422 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:07 2021 Pair time (%) = 0.000831842 (5.09016) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.196954) Outpt time (%) = 0.0153902 (94.1745) Other time (%) = 8.79765e-05 (0.53834) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:07 2021 Memory usage per processor = 27.5222 Mbytes Step Atoms AVEKE stressZZ 5219 5000 7.2039908e-12 1452005.2 5220 -0.00789749999999569 1451978.37313602 5220 5000 7.2034955e-12 1451978.4 Loop time of 0.0186491 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:07 2021 Pair time (%) = 0.00111914 (6.00102) Neigh time (%) = 0 (0) Comm time (%) = 4.31538e-05 (0.231399) Outpt time (%) = 0.0173299 (92.9264) Other time (%) = 0.000156879 (0.841217) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:07 2021 Memory usage per processor = 27.5222 Mbytes Step Atoms AVEKE stressZZ 5220 5000 7.2034955e-12 1451975.1 5221 -0.00789749999999569 1451948.31764883 5221 5000 7.2030038e-12 1451948.3 Loop time of 0.0168281 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:07 2021 Pair time (%) = 0.000829935 (4.93185) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18985) Outpt time (%) = 0.0158739 (94.33) Other time (%) = 9.2268e-05 (0.548298) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:07 2021 Memory usage per processor = 27.5222 Mbytes Step Atoms AVEKE stressZZ 5221 5000 7.2030038e-12 1451945.1 5222 -0.00789749999999569 1451918.26354171 5222 5000 7.2025143e-12 1451918.3 Loop time of 0.016943 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:07 2021 Pair time (%) = 0.000879049 (5.18828) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188562) Outpt time (%) = 0.015939 (94.0744) Other time (%) = 9.29832e-05 (0.548801) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:07 2021 Memory usage per processor = 27.5222 Mbytes Step Atoms AVEKE stressZZ 5222 5000 7.2025143e-12 1451915 5223 -0.00789749999999569 1451888.21081037 5223 5000 7.2020263e-12 1451888.2 Loop time of 0.016633 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:07 2021 Pair time (%) = 0.000856161 (5.14735) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.204977) Outpt time (%) = 0.0156088 (93.8421) Other time (%) = 0.000133991 (0.805573) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:07 2021 Memory usage per processor = 27.5222 Mbytes Step Atoms AVEKE stressZZ 5223 5000 7.2020263e-12 1451885 5224 -0.00789749999999569 1451858.15945188 5224 5000 7.2015393e-12 1451858.2 Loop time of 0.0171771 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:07 2021 Pair time (%) = 0.000874996 (5.09397) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185992) Outpt time (%) = 0.016139 (93.9566) Other time (%) = 0.00013113 (0.763401) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:07 2021 Memory usage per processor = 27.5222 Mbytes Step Atoms AVEKE stressZZ 5224 5000 7.2015393e-12 1451854.9 5225 -0.00789749999999569 1451828.10946435 5225 5000 7.2010529e-12 1451828.1 Loop time of 0.017478 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:07 2021 Pair time (%) = 0.000909805 (5.20543) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.188247) Outpt time (%) = 0.0163839 (93.7401) Other time (%) = 0.000151396 (0.866208) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:07 2021 Memory usage per processor = 27.5222 Mbytes Step Atoms AVEKE stressZZ 5225 5000 7.2010529e-12 1451824.9 5226 -0.00789749999999569 1451798.06084309 5226 5000 7.2005669e-12 1451798.1 Loop time of 0.0173738 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:07 2021 Pair time (%) = 0.000836134 (4.81261) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183887) Outpt time (%) = 0.0164111 (94.4587) Other time (%) = 9.46522e-05 (0.544798) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:07 2021 Memory usage per processor = 27.5222 Mbytes Step Atoms AVEKE stressZZ 5226 5000 7.2005669e-12 1451794.8 5227 -0.00789749999999569 1451768.01358746 5227 5000 7.2000812e-12 1451768 Loop time of 0.0172698 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:07 2021 Pair time (%) = 0.00116992 (6.77435) Neigh time (%) = 0 (0) Comm time (%) = 4.41074e-05 (0.255401) Outpt time (%) = 0.015883 (91.9694) Other time (%) = 0.000172853 (1.0009) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:07 2021 Memory usage per processor = 27.5222 Mbytes Step Atoms AVEKE stressZZ 5227 5000 7.2000812e-12 1451764.8 5228 -0.00789749999999569 1451737.96769944 5228 5000 7.1995956e-12 1451738 Loop time of 0.0169609 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:07 2021 Pair time (%) = 0.000831842 (4.90448) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188364) Outpt time (%) = 0.0160038 (94.3575) Other time (%) = 9.32217e-05 (0.549628) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:07 2021 Memory usage per processor = 27.5222 Mbytes Step Atoms AVEKE stressZZ 5228 5000 7.1995956e-12 1451734.7 5229 -0.00789749999999569 1451707.92317854 5229 5000 7.1991102e-12 1451707.9 Loop time of 0.0173111 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:08 2021 Pair time (%) = 0.000847816 (4.89753) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.202457) Outpt time (%) = 0.0163012 (94.1659) Other time (%) = 0.000127077 (0.734079) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:08 2021 Memory usage per processor = 27.5222 Mbytes Step Atoms AVEKE stressZZ 5229 5000 7.1991102e-12 1451704.7 5230 -0.00789749999999569 1451677.88002435 5230 5000 7.198625e-12 1451677.9 Loop time of 0.0182981 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:08 2021 Pair time (%) = 0.000896931 (4.90176) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.181112) Outpt time (%) = 0.0172679 (94.3699) Other time (%) = 0.000100136 (0.547246) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:08 2021 Memory usage per processor = 27.5222 Mbytes Step Atoms AVEKE stressZZ 5230 5000 7.198625e-12 1451674.6 5231 -0.00789749999999569 1451647.83823653 5231 5000 7.1981397e-12 1451647.8 Loop time of 0.0170019 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:08 2021 Pair time (%) = 0.00107217 (6.30618) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.217358) Outpt time (%) = 0.015759 (92.6898) Other time (%) = 0.000133753 (0.786695) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:08 2021 Memory usage per processor = 27.5222 Mbytes Step Atoms AVEKE stressZZ 5231 5000 7.1981397e-12 1451644.6 5232 -0.00789749999999569 1451617.79781479 5232 5000 7.1976546e-12 1451617.8 Loop time of 0.0177729 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:08 2021 Pair time (%) = 0.000923157 (5.19418) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.269636) Outpt time (%) = 0.0166068 (93.4389) Other time (%) = 0.000195026 (1.09732) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:08 2021 Memory usage per processor = 27.5222 Mbytes Step Atoms AVEKE stressZZ 5232 5000 7.1976546e-12 1451614.6 5233 -0.00789749999999569 1451587.75875888 5233 5000 7.1971695e-12 1451587.8 Loop time of 0.0171521 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:08 2021 Pair time (%) = 0.000831842 (4.84981) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186264) Outpt time (%) = 0.01615 (94.1577) Other time (%) = 0.000138283 (0.806216) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:08 2021 Memory usage per processor = 27.5222 Mbytes Step Atoms AVEKE stressZZ 5233 5000 7.1971695e-12 1451584.5 5234 -0.00789749999999569 1451557.72106856 5234 5000 7.1966845e-12 1451557.7 Loop time of 0.016361 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:08 2021 Pair time (%) = 0.000838995 (5.12802) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.208385) Outpt time (%) = 0.015358 (93.8694) Other time (%) = 0.000129938 (0.794194) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:08 2021 Memory usage per processor = 27.5222 Mbytes Step Atoms AVEKE stressZZ 5234 5000 7.1966845e-12 1451554.5 5235 -0.00789749999999569 1451527.68474358 5235 5000 7.1961995e-12 1451527.7 Loop time of 0.0168631 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:08 2021 Pair time (%) = 0.000865936 (5.13509) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.196525) Outpt time (%) = 0.0158651 (94.0816) Other time (%) = 9.89437e-05 (0.586747) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:08 2021 Memory usage per processor = 27.5222 Mbytes Step Atoms AVEKE stressZZ 5235 5000 7.1961995e-12 1451524.5 5236 -0.00789749999999569 1451497.64978377 5236 5000 7.1957146e-12 1451497.6 Loop time of 0.01719 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:08 2021 Pair time (%) = 0.000905037 (5.26491) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185853) Outpt time (%) = 0.0161152 (93.7476) Other time (%) = 0.000137806 (0.801664) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:08 2021 Memory usage per processor = 27.5222 Mbytes Step Atoms AVEKE stressZZ 5236 5000 7.1957146e-12 1451494.4 5237 -0.00789749999999569 1451467.61618888 5237 5000 7.1952297e-12 1451467.6 Loop time of 0.0164211 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:08 2021 Pair time (%) = 0.000830173 (5.05554) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.188748) Outpt time (%) = 0.015429 (93.9586) Other time (%) = 0.000130892 (0.797096) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:08 2021 Memory usage per processor = 27.5222 Mbytes Step Atoms AVEKE stressZZ 5237 5000 7.1952297e-12 1451464.4 5238 -0.00789749999999569 1451437.58395871 5238 5000 7.1947449e-12 1451437.6 Loop time of 0.0170481 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:08 2021 Pair time (%) = 0.001266 (7.42605) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.216768) Outpt time (%) = 0.0155752 (91.36) Other time (%) = 0.000169992 (0.997133) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:08 2021 Memory usage per processor = 27.5222 Mbytes Step Atoms AVEKE stressZZ 5238 5000 7.1947449e-12 1451434.4 5239 -0.00789749999999569 1451407.55309309 5239 5000 7.1942601e-12 1451407.6 Loop time of 0.0174439 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:08 2021 Pair time (%) = 0.000832796 (4.77414) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183148) Outpt time (%) = 0.0164809 (94.4796) Other time (%) = 9.82285e-05 (0.563111) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:08 2021 Memory usage per processor = 27.5222 Mbytes Step Atoms AVEKE stressZZ 5239 5000 7.1942601e-12 1451404.3 5240 -0.00789749999999569 1451377.52359184 5240 5000 7.1937754e-12 1451377.5 Loop time of 0.0186729 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:08 2021 Pair time (%) = 0.000830889 (4.44969) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.165986) Outpt time (%) = 0.0177219 (94.9068) Other time (%) = 8.91685e-05 (0.477528) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:08 2021 Memory usage per processor = 27.5222 Mbytes Step Atoms AVEKE stressZZ 5240 5000 7.1937754e-12 1451374.3 5241 -0.00789749999999569 1451347.49545475 5241 5000 7.1932907e-12 1451347.5 Loop time of 0.016443 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:08 2021 Pair time (%) = 0.000869989 (5.29094) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.207346) Outpt time (%) = 0.0154359 (93.8753) Other time (%) = 0.000102997 (0.626387) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:08 2021 Memory usage per processor = 27.5222 Mbytes Step Atoms AVEKE stressZZ 5241 5000 7.1932907e-12 1451344.3 5242 -0.00789749999999569 1451317.46868165 5242 5000 7.192806e-12 1451317.5 Loop time of 0.017271 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:08 2021 Pair time (%) = 0.000914812 (5.2968) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190502) Outpt time (%) = 0.016221 (93.9205) Other time (%) = 0.000102282 (0.592214) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:08 2021 Memory usage per processor = 27.5222 Mbytes Step Atoms AVEKE stressZZ 5242 5000 7.192806e-12 1451314.2 5243 -0.00789749999999569 1451287.44327234 5243 5000 7.1923214e-12 1451287.4 Loop time of 0.017082 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:08 2021 Pair time (%) = 0.000829935 (4.85854) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.188424) Outpt time (%) = 0.0161281 (94.4157) Other time (%) = 9.17912e-05 (0.537357) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:08 2021 Memory usage per processor = 27.5222 Mbytes Step Atoms AVEKE stressZZ 5243 5000 7.1923214e-12 1451284.2 5244 -0.00789749999999569 1451257.41922666 5244 5000 7.1918368e-12 1451257.4 Loop time of 0.0169401 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:08 2021 Pair time (%) = 0.000831127 (4.90627) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188594) Outpt time (%) = 0.0159841 (94.3562) Other time (%) = 9.29832e-05 (0.548894) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:08 2021 Memory usage per processor = 27.5222 Mbytes Step Atoms AVEKE stressZZ 5244 5000 7.1918368e-12 1451254.2 5245 -0.00789749999999569 1451227.39654442 5245 5000 7.1913523e-12 1451227.4 Loop time of 0.0167 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:08 2021 Pair time (%) = 0.000989914 (5.92762) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.215576) Outpt time (%) = 0.0155621 (93.1858) Other time (%) = 0.000112057 (0.670997) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:08 2021 Memory usage per processor = 27.5222 Mbytes Step Atoms AVEKE stressZZ 5245 5000 7.1913523e-12 1451224.2 5246 -0.00789749999999569 1451197.37522546 5246 5000 7.1908678e-12 1451197.4 Loop time of 0.01724 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:08 2021 Pair time (%) = 0.000830889 (4.81953) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185313) Outpt time (%) = 0.016284 (94.4544) Other time (%) = 9.32217e-05 (0.540727) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:08 2021 Memory usage per processor = 27.5222 Mbytes Step Atoms AVEKE stressZZ 5246 5000 7.1908678e-12 1451194.1 5247 -0.00789749999999569 1451167.35526962 5247 5000 7.1903834e-12 1451167.4 Loop time of 0.0168691 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:08 2021 Pair time (%) = 0.000831842 (4.93117) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.190802) Outpt time (%) = 0.0159121 (94.3268) Other time (%) = 9.29832e-05 (0.551206) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:08 2021 Memory usage per processor = 27.5222 Mbytes Step Atoms AVEKE stressZZ 5247 5000 7.1903834e-12 1451164.1 5248 -0.00789749999999569 1451137.3366767 5248 5000 7.189899e-12 1451137.3 Loop time of 0.0163751 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:08 2021 Pair time (%) = 0.000844955 (5.16001) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.208206) Outpt time (%) = 0.015398 (94.0334) Other time (%) = 9.799e-05 (0.59841) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:08 2021 Memory usage per processor = 27.5222 Mbytes Step Atoms AVEKE stressZZ 5248 5000 7.189899e-12 1451134.1 5249 -0.00789749999999569 1451107.31944657 5249 5000 7.1894147e-12 1451107.3 Loop time of 0.0166891 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:08 2021 Pair time (%) = 0.000921965 (5.52436) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.197146) Outpt time (%) = 0.0156381 (93.7028) Other time (%) = 9.60827e-05 (0.575723) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:08 2021 Memory usage per processor = 27.5222 Mbytes Step Atoms AVEKE stressZZ 5249 5000 7.1894147e-12 1451104.1 5250 -0.00789749999999569 1451077.30357902 5250 5000 7.1889304e-12 1451077.3 Loop time of 0.0187471 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:08 2021 Pair time (%) = 0.000872135 (4.65211) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.18059) Outpt time (%) = 0.017741 (94.6332) Other time (%) = 0.000100136 (0.53414) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:08 2021 Memory usage per processor = 27.5222 Mbytes Step Atoms AVEKE stressZZ 5250 5000 7.1889304e-12 1451074.1 5251 -0.00789749999999569 1451047.28907391 5251 5000 7.1884461e-12 1451047.3 Loop time of 0.0166411 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:08 2021 Pair time (%) = 0.000832081 (5.00014) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191983) Outpt time (%) = 0.015686 (94.2606) Other time (%) = 9.10759e-05 (0.547294) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:08 2021 Memory usage per processor = 27.5222 Mbytes Step Atoms AVEKE stressZZ 5251 5000 7.1884461e-12 1451044.1 5252 -0.00789749999999569 1451017.27593109 5252 5000 7.1879619e-12 1451017.3 Loop time of 0.016753 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:08 2021 Pair time (%) = 0.000946999 (5.65272) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209202) Outpt time (%) = 0.0156679 (93.5233) Other time (%) = 0.000102997 (0.614798) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:08 2021 Memory usage per processor = 27.5222 Mbytes Step Atoms AVEKE stressZZ 5252 5000 7.1879619e-12 1451014 5253 -0.00789749999999569 1450987.26415038 5253 5000 7.1874777e-12 1450987.3 Loop time of 0.0173619 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:08 2021 Pair time (%) = 0.00105095 (6.0532) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.17852) Outpt time (%) = 0.016139 (92.9567) Other time (%) = 0.000140905 (0.811579) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:08 2021 Memory usage per processor = 27.5222 Mbytes Step Atoms AVEKE stressZZ 5253 5000 7.1874777e-12 1450984 5254 -0.00789749999999569 1450957.25373158 5254 5000 7.1869936e-12 1450957.3 Loop time of 0.0168462 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:08 2021 Pair time (%) = 0.000831127 (4.93362) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.189646) Outpt time (%) = 0.0158899 (94.3234) Other time (%) = 9.32217e-05 (0.55337) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:08 2021 Memory usage per processor = 27.5222 Mbytes Step Atoms AVEKE stressZZ 5254 5000 7.1869936e-12 1450954 5255 -0.00789749999999569 1450927.24467461 5255 5000 7.1865095e-12 1450927.2 Loop time of 0.016737 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:08 2021 Pair time (%) = 0.000859022 (5.13248) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190883) Outpt time (%) = 0.0157571 (94.1453) Other time (%) = 8.89301e-05 (0.531339) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:08 2021 Memory usage per processor = 27.5222 Mbytes Step Atoms AVEKE stressZZ 5255 5000 7.1865095e-12 1450924 5256 -0.00789749999999569 1450897.23697928 5256 5000 7.1860255e-12 1450897.2 Loop time of 0.0170541 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:08 2021 Pair time (%) = 0.00117207 (6.87264) Neigh time (%) = 0 (0) Comm time (%) = 5.48363e-05 (0.321543) Outpt time (%) = 0.015661 (91.8314) Other time (%) = 0.000166178 (0.974416) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:08 2021 Memory usage per processor = 27.5222 Mbytes Step Atoms AVEKE stressZZ 5256 5000 7.1860255e-12 1450894 5257 -0.00789749999999569 1450867.23064544 5257 5000 7.1855415e-12 1450867.2 Loop time of 0.0171611 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:08 2021 Pair time (%) = 0.000832081 (4.84864) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186165) Outpt time (%) = 0.0162022 (94.4123) Other time (%) = 9.48906e-05 (0.552939) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:08 2021 Memory usage per processor = 27.5222 Mbytes Step Atoms AVEKE stressZZ 5257 5000 7.1855415e-12 1450864 5258 -0.00789749999999569 1450837.2256729 5258 5000 7.1850575e-12 1450837.2 Loop time of 0.0163488 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:08 2021 Pair time (%) = 0.000866175 (5.29808) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.195415) Outpt time (%) = 0.015357 (93.9334) Other time (%) = 9.36985e-05 (0.57312) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:08 2021 Memory usage per processor = 27.5222 Mbytes Step Atoms AVEKE stressZZ 5258 5000 7.1850575e-12 1450834 5259 -0.00789749999999569 1450807.22206156 5259 5000 7.1845736e-12 1450807.2 Loop time of 0.0166061 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:08 2021 Pair time (%) = 0.000996113 (5.99848) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.223974) Outpt time (%) = 0.0154581 (93.087) Other time (%) = 0.000114679 (0.690586) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:08 2021 Memory usage per processor = 27.5222 Mbytes Step Atoms AVEKE stressZZ 5259 5000 7.1845736e-12 1450804 5260 -0.00789749999999569 1450777.21981123 5260 5000 7.1840898e-12 1450777.2 Loop time of 0.018049 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:08 2021 Pair time (%) = 0.000829935 (4.59823) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.178328) Outpt time (%) = 0.017096 (94.7202) Other time (%) = 9.08375e-05 (0.503283) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:08 2021 Memory usage per processor = 27.5222 Mbytes Step Atoms AVEKE stressZZ 5260 5000 7.1840898e-12 1450774 5261 -0.00789749999999569 1450747.21892179 5261 5000 7.1836059e-12 1450747.2 Loop time of 0.0161159 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:08 2021 Pair time (%) = 0.000869989 (5.39833) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.19824) Outpt time (%) = 0.0151229 (93.8383) Other time (%) = 9.10759e-05 (0.565131) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:08 2021 Memory usage per processor = 27.5222 Mbytes Step Atoms AVEKE stressZZ 5261 5000 7.1836059e-12 1450744 5262 -0.00789749999999569 1450717.21939309 5262 5000 7.1831222e-12 1450717.2 Loop time of 0.0163488 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:08 2021 Pair time (%) = 0.000831842 (5.08808) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.189582) Outpt time (%) = 0.0153949 (94.1653) Other time (%) = 9.10759e-05 (0.557079) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:08 2021 Memory usage per processor = 27.5222 Mbytes Step Atoms AVEKE stressZZ 5262 5000 7.1831222e-12 1450714 5263 -0.00789749999999569 1450687.22122492 5263 5000 7.1826384e-12 1450687.2 Loop time of 0.0173218 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:08 2021 Pair time (%) = 0.000831127 (4.79815) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.178933) Outpt time (%) = 0.016371 (94.5109) Other time (%) = 8.86917e-05 (0.512023) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:08 2021 Memory usage per processor = 27.5222 Mbytes Step Atoms AVEKE stressZZ 5263 5000 7.1826384e-12 1450684 5264 -0.00789749999999569 1450657.22441716 5264 5000 7.1821548e-12 1450657.2 Loop time of 0.0166891 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:08 2021 Pair time (%) = 0.000869036 (5.20722) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.210003) Outpt time (%) = 0.015682 (93.9656) Other time (%) = 0.000102997 (0.617152) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:08 2021 Memory usage per processor = 27.5222 Mbytes Step Atoms AVEKE stressZZ 5264 5000 7.1821548e-12 1450654 5265 -0.00789749999999569 1450627.22896967 5265 5000 7.1816711e-12 1450627.2 Loop time of 0.016959 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:08 2021 Pair time (%) = 0.00101209 (5.96786) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.212284) Outpt time (%) = 0.0157609 (92.9356) Other time (%) = 0.000149965 (0.884284) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:08 2021 Memory usage per processor = 27.5222 Mbytes Step Atoms AVEKE stressZZ 5265 5000 7.1816711e-12 1450624 5266 -0.00789749999999569 1450597.23488232 5266 5000 7.1811875e-12 1450597.2 Loop time of 0.0172079 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:08 2021 Pair time (%) = 0.000883102 (5.13197) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18566) Outpt time (%) = 0.0162001 (94.1434) Other time (%) = 9.27448e-05 (0.538968) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:08 2021 Memory usage per processor = 27.5222 Mbytes Step Atoms AVEKE stressZZ 5266 5000 7.1811875e-12 1450594 5267 -0.00789749999999569 1450567.24215496 5267 5000 7.180704e-12 1450567.2 Loop time of 0.017231 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:08 2021 Pair time (%) = 0.000832081 (4.82898) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185411) Outpt time (%) = 0.016274 (94.446) Other time (%) = 9.29832e-05 (0.539628) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:08 2021 Memory usage per processor = 27.5222 Mbytes Step Atoms AVEKE stressZZ 5267 5000 7.180704e-12 1450564 5268 -0.00789749999999569 1450537.2507874 5268 5000 7.1802205e-12 1450537.3 Loop time of 0.016701 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:08 2021 Pair time (%) = 0.000838041 (5.01792) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.197005) Outpt time (%) = 0.015728 (94.1741) Other time (%) = 0.000102043 (0.611001) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:08 2021 Memory usage per processor = 27.5222 Mbytes Step Atoms AVEKE stressZZ 5268 5000 7.1802205e-12 1450534 5269 -0.00789749999999569 1450507.26077954 5269 5000 7.179737e-12 1450507.3 Loop time of 0.016902 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:08 2021 Pair time (%) = 0.000860929 (5.09366) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.277887) Outpt time (%) = 0.0158689 (93.8879) Other time (%) = 0.00012517 (0.740563) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:08 2021 Memory usage per processor = 27.5222 Mbytes Step Atoms AVEKE stressZZ 5269 5000 7.179737e-12 1450504 5270 -0.00789749999999569 1450477.27213121 5270 5000 7.1792536e-12 1450477.3 Loop time of 0.0186021 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:08 2021 Pair time (%) = 0.000830889 (4.46663) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.171744) Outpt time (%) = 0.0176468 (94.8643) Other time (%) = 9.25064e-05 (0.497289) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:08 2021 Memory usage per processor = 27.5222 Mbytes Step Atoms AVEKE stressZZ 5270 5000 7.1792536e-12 1450474 5271 -0.00789749999999569 1450447.28484229 5271 5000 7.1787702e-12 1450447.3 Loop time of 0.0164359 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:08 2021 Pair time (%) = 0.000831127 (5.05679) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.19438) Outpt time (%) = 0.015449 (93.996) Other time (%) = 0.000123739 (0.752861) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:08 2021 Memory usage per processor = 27.5222 Mbytes Step Atoms AVEKE stressZZ 5271 5000 7.1787702e-12 1450444.1 5272 -0.00789749999999569 1450417.29891259 5272 5000 7.1782869e-12 1450417.3 Loop time of 0.0168941 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:08 2021 Pair time (%) = 0.00102615 (6.07403) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.218744) Outpt time (%) = 0.015687 (92.8548) Other time (%) = 0.000144005 (0.852397) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:08 2021 Memory usage per processor = 27.5222 Mbytes Step Atoms AVEKE stressZZ 5272 5000 7.1782869e-12 1450414.1 5273 -0.00789749999999569 1450387.31434202 5273 5000 7.1778036e-12 1450387.3 Loop time of 0.0173819 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:09 2021 Pair time (%) = 0.000871897 (5.01612) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183801) Outpt time (%) = 0.0163879 (94.2816) Other time (%) = 9.01222e-05 (0.518483) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:09 2021 Memory usage per processor = 27.5222 Mbytes Step Atoms AVEKE stressZZ 5273 5000 7.1778036e-12 1450384.1 5274 -0.00789749999999569 1450357.33113042 5274 5000 7.1773203e-12 1450357.3 Loop time of 0.0169971 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:09 2021 Pair time (%) = 0.000832081 (4.89543) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.270721) Outpt time (%) = 0.0160072 (94.176) Other time (%) = 0.000111818 (0.657867) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:09 2021 Memory usage per processor = 27.5222 Mbytes Step Atoms AVEKE stressZZ 5274 5000 7.1773203e-12 1450354.1 5275 -0.00789749999999569 1450327.34927763 5275 5000 7.1768371e-12 1450327.3 Loop time of 0.016427 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:09 2021 Pair time (%) = 0.000854969 (5.20464) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.201742) Outpt time (%) = 0.0154381 (93.9797) Other time (%) = 0.000100851 (0.613933) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:09 2021 Memory usage per processor = 27.5222 Mbytes Step Atoms AVEKE stressZZ 5275 5000 7.1768371e-12 1450324.1 5276 -0.00789749999999569 1450297.36878353 5276 5000 7.176354e-12 1450297.4 Loop time of 0.0170779 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:09 2021 Pair time (%) = 0.000897884 (5.25757) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187072) Outpt time (%) = 0.016048 (93.969) Other time (%) = 0.000100136 (0.586347) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:09 2021 Memory usage per processor = 27.5222 Mbytes Step Atoms AVEKE stressZZ 5276 5000 7.176354e-12 1450294.1 5277 -0.00789749999999569 1450267.38964801 5277 5000 7.1758709e-12 1450267.4 Loop time of 0.0171962 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:09 2021 Pair time (%) = 0.000898838 (5.22696) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198264) Outpt time (%) = 0.0161648 (94.0022) Other time (%) = 9.84669e-05 (0.572609) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:09 2021 Memory usage per processor = 27.5222 Mbytes Step Atoms AVEKE stressZZ 5277 5000 7.1758709e-12 1450264.2 5278 -0.00789749999999569 1450237.41187086 5278 5000 7.1753878e-12 1450237.4 Loop time of 0.016489 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:09 2021 Pair time (%) = 0.000832081 (5.04627) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193754) Outpt time (%) = 0.0155311 (94.1903) Other time (%) = 9.39369e-05 (0.569693) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:09 2021 Memory usage per processor = 27.5222 Mbytes Step Atoms AVEKE stressZZ 5278 5000 7.1753878e-12 1450234.2 5279 -0.00789749999999569 1450207.43545199 5279 5000 7.1749048e-12 1450207.4 Loop time of 0.016685 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:09 2021 Pair time (%) = 0.000984907 (5.90295) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.234346) Outpt time (%) = 0.015521 (93.0239) Other time (%) = 0.000139952 (0.838787) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:09 2021 Memory usage per processor = 27.5222 Mbytes Step Atoms AVEKE stressZZ 5279 5000 7.1749048e-12 1450204.2 5280 -0.00789749999999569 1450177.46039126 5280 5000 7.1744218e-12 1450177.5 Loop time of 0.018702 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:09 2021 Pair time (%) = 0.000830889 (4.44277) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.170827) Outpt time (%) = 0.0177541 (94.9313) Other time (%) = 8.51154e-05 (0.455113) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:09 2021 Memory usage per processor = 27.5222 Mbytes Step Atoms AVEKE stressZZ 5280 5000 7.1744218e-12 1450174.2 5281 -0.00789749999999569 1450147.48668848 5281 5000 7.1739388e-12 1450147.5 Loop time of 0.0168531 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:09 2021 Pair time (%) = 0.000832081 (4.93726) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.189568) Outpt time (%) = 0.0158951 (94.3158) Other time (%) = 9.39369e-05 (0.557387) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:09 2021 Memory usage per processor = 27.5222 Mbytes Step Atoms AVEKE stressZZ 5281 5000 7.1739388e-12 1450144.3 5282 -0.00789749999999569 1450117.51434359 5282 5000 7.173456e-12 1450117.5 Loop time of 0.0164049 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:09 2021 Pair time (%) = 0.000859976 (5.2422) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.206374) Outpt time (%) = 0.0154109 (93.941) Other time (%) = 0.000100136 (0.610403) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:09 2021 Memory usage per processor = 27.5222 Mbytes Step Atoms AVEKE stressZZ 5282 5000 7.173456e-12 1450114.3 5283 -0.00789749999999569 1450087.5433564 5283 5000 7.1729731e-12 1450087.5 Loop time of 0.01682 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:09 2021 Pair time (%) = 0.000901937 (5.36231) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.195611) Outpt time (%) = 0.0157869 (93.8581) Other time (%) = 9.82285e-05 (0.584) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:09 2021 Memory usage per processor = 27.5222 Mbytes Step Atoms AVEKE stressZZ 5283 5000 7.1729731e-12 1450084.3 5284 -0.00789749999999569 1450057.57372679 5284 5000 7.1724903e-12 1450057.6 Loop time of 0.0173719 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:09 2021 Pair time (%) = 0.000922918 (5.31271) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189397) Outpt time (%) = 0.0162561 (93.577) Other time (%) = 0.000159979 (0.920906) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:09 2021 Memory usage per processor = 27.5222 Mbytes Step Atoms AVEKE stressZZ 5284 5000 7.1724903e-12 1450054.3 5285 -0.00789749999999569 1450027.60545464 5285 5000 7.1720075e-12 1450027.6 Loop time of 0.016655 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:09 2021 Pair time (%) = 0.000910997 (5.46982) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.193255) Outpt time (%) = 0.0156171 (93.7686) Other time (%) = 9.46522e-05 (0.568312) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:09 2021 Memory usage per processor = 27.5222 Mbytes Step Atoms AVEKE stressZZ 5285 5000 7.1720075e-12 1450024.4 5286 -0.00789749999999569 1449997.63853975 5286 5000 7.1715248e-12 1449997.6 Loop time of 0.016892 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:09 2021 Pair time (%) = 0.00104094 (6.16231) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.218772) Outpt time (%) = 0.0156488 (92.6408) Other time (%) = 0.000165224 (0.978123) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:09 2021 Memory usage per processor = 27.5222 Mbytes Step Atoms AVEKE stressZZ 5286 5000 7.1715248e-12 1449994.4 5287 -0.00789749999999569 1449967.67298204 5287 5000 7.1710421e-12 1449967.7 Loop time of 0.0172112 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:09 2021 Pair time (%) = 0.000831127 (4.82899) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185624) Outpt time (%) = 0.0162559 (94.4493) Other time (%) = 9.2268e-05 (0.536093) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:09 2021 Memory usage per processor = 27.5222 Mbytes Step Atoms AVEKE stressZZ 5287 5000 7.1710421e-12 1449964.4 5288 -0.00789749999999569 1449937.70878567 5288 5000 7.1705595e-12 1449937.7 Loop time of 0.016993 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:09 2021 Pair time (%) = 0.00103116 (6.06813) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.217471) Outpt time (%) = 0.0158019 (92.9904) Other time (%) = 0.000123024 (0.723967) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:09 2021 Memory usage per processor = 27.5222 Mbytes Step Atoms AVEKE stressZZ 5288 5000 7.1705595e-12 1449934.5 5289 -0.00789749999999569 1449907.74597469 5289 5000 7.1700769e-12 1449907.7 Loop time of 0.016505 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:09 2021 Pair time (%) = 0.000854015 (5.17428) Neigh time (%) = 0 (0) Comm time (%) = 4.88758e-05 (0.296127) Outpt time (%) = 0.0154479 (93.595) Other time (%) = 0.000154257 (0.934606) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:09 2021 Memory usage per processor = 27.5222 Mbytes Step Atoms AVEKE stressZZ 5289 5000 7.1700769e-12 1449904.5 5290 -0.00789749999999569 1449877.7845374 5290 5000 7.1695944e-12 1449877.8 Loop time of 0.018847 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:09 2021 Pair time (%) = 0.000942945 (5.00316) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.249209) Outpt time (%) = 0.0177341 (94.0949) Other time (%) = 0.000123024 (0.652751) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:09 2021 Memory usage per processor = 27.5222 Mbytes Step Atoms AVEKE stressZZ 5290 5000 7.1695944e-12 1449874.6 5291 -0.00789749999999569 1449847.82446906 5291 5000 7.1691119e-12 1449847.8 Loop time of 0.0169649 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:09 2021 Pair time (%) = 0.000836849 (4.93282) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188319) Outpt time (%) = 0.0159659 (94.1115) Other time (%) = 0.000130177 (0.767328) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:09 2021 Memory usage per processor = 27.5222 Mbytes Step Atoms AVEKE stressZZ 5291 5000 7.1691119e-12 1449844.6 5292 -0.00789749999999569 1449817.86576747 5292 5000 7.1686294e-12 1449817.9 Loop time of 0.0167201 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:09 2021 Pair time (%) = 0.000831842 (4.97512) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.192502) Outpt time (%) = 0.0157621 (94.2706) Other time (%) = 9.39369e-05 (0.561822) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:20:09 2021 Memory usage per processor = 27.5222 Mbytes Step Atoms AVEKE stressZZ 5292 5000 7.1686294e-12 1449814.6 5293 -0.00789749999999569 1449782.49896721 5293 5000 1.4162808e-11 1449830 Loop time of 0.0163419 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:09 2021 Pair time (%) = 0.000874996 (5.3543) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.214464) Outpt time (%) = 0.0152888 (93.5559) Other time (%) = 0.000143051 (0.875363) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28299 ave 28299 max 28299 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28299 Ave neighs/atom = 5.6598 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:09 2021 Memory usage per processor = 27.5222 Mbytes Step Atoms AVEKE stressZZ 5293 5000 1.4162808e-11 1480561 5294 -0.00792999999999567 1480525.46603851 5294 5000 1.1455188e-11 1480525.5 Loop time of 0.0167961 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:09 2021 Pair time (%) = 0.000883818 (5.26204) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.191631) Outpt time (%) = 0.0157881 (93.9984) Other time (%) = 9.20296e-05 (0.547922) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:09 2021 Memory usage per processor = 27.5222 Mbytes Step Atoms AVEKE stressZZ 5294 5000 1.1455188e-11 1480521.1 5295 -0.00792999999999567 1480488.52605787 5295 5000 9.883407e-12 1480488.5 Loop time of 0.016937 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:09 2021 Pair time (%) = 0.000833035 (4.91843) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188629) Outpt time (%) = 0.0159841 (94.3735) Other time (%) = 8.79765e-05 (0.519433) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:09 2021 Memory usage per processor = 27.5222 Mbytes Step Atoms AVEKE stressZZ 5295 5000 9.883407e-12 1480484.5 5296 -0.00792999999999567 1480453.87096114 5296 5000 8.9445742e-12 1480453.9 Loop time of 0.0164261 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:09 2021 Pair time (%) = 0.000871897 (5.308) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.206108) Outpt time (%) = 0.0153582 (93.4989) Other time (%) = 0.000162125 (0.986995) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:09 2021 Memory usage per processor = 27.5222 Mbytes Step Atoms AVEKE stressZZ 5296 5000 8.9445742e-12 1480450.1 5297 -0.00792999999999567 1480420.66843726 5297 5000 8.3720841e-12 1480420.7 Loop time of 0.016959 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:09 2021 Pair time (%) = 0.00106001 (6.25044) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.201038) Outpt time (%) = 0.0157142 (92.66) Other time (%) = 0.000150681 (0.888501) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:09 2021 Memory usage per processor = 27.5222 Mbytes Step Atoms AVEKE stressZZ 5297 5000 8.3720841e-12 1480417.1 5298 -0.00792999999999567 1480388.38954548 5298 5000 8.0179067e-12 1480388.4 Loop time of 0.0169609 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:09 2021 Pair time (%) = 0.000849009 (5.00569) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.193986) Outpt time (%) = 0.0159791 (94.2113) Other time (%) = 9.98974e-05 (0.588988) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:09 2021 Memory usage per processor = 27.5222 Mbytes Step Atoms AVEKE stressZZ 5298 5000 8.0179067e-12 1480384.9 5299 -0.00792999999999567 1480356.69813885 5299 5000 7.7966115e-12 1480356.7 Loop time of 0.0166068 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:09 2021 Pair time (%) = 0.000833035 (5.01622) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192379) Outpt time (%) = 0.0156291 (94.1123) Other time (%) = 0.000112772 (0.679071) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:09 2021 Memory usage per processor = 27.5222 Mbytes Step Atoms AVEKE stressZZ 5299 5000 7.7966115e-12 1480353.3 5300 -0.00792999999999567 1480325.38059248 5300 5000 7.657398e-12 1480325.4 Loop time of 0.018039 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:09 2021 Pair time (%) = 0.000860929 (4.7726) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.183714) Outpt time (%) = 0.0170171 (94.3353) Other time (%) = 0.000127792 (0.708423) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:09 2021 Memory usage per processor = 27.5224 Mbytes Step Atoms AVEKE stressZZ 5300 5000 7.657398e-12 1480322 5301 -0.00792999999999567 1480294.3011454 5301 5000 7.5693921e-12 1480294.3 Loop time of 0.0171819 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:09 2021 Pair time (%) = 0.00102711 (5.97785) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.18039) Outpt time (%) = 0.0160351 (93.3256) Other time (%) = 8.86917e-05 (0.516193) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:09 2021 Memory usage per processor = 27.5224 Mbytes Step Atoms AVEKE stressZZ 5301 5000 7.5693921e-12 1480290.9 5302 -0.00792999999999567 1480263.37351997 5302 5000 7.513543e-12 1480263.4 Loop time of 0.017359 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:09 2021 Pair time (%) = 0.000830889 (4.7865) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184043) Outpt time (%) = 0.0163591 (94.2397) Other time (%) = 0.000137091 (0.789738) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:09 2021 Memory usage per processor = 27.5224 Mbytes Step Atoms AVEKE stressZZ 5302 5000 7.513543e-12 1480260 5303 -0.00792999999999567 1480232.54288569 5303 5000 7.4779738e-12 1480232.5 Loop time of 0.0164299 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:09 2021 Pair time (%) = 0.000874996 (5.32563) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194451) Outpt time (%) = 0.0153949 (93.7007) Other time (%) = 0.000128031 (0.779255) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:09 2021 Memory usage per processor = 27.5224 Mbytes Step Atoms AVEKE stressZZ 5303 5000 7.4779738e-12 1480229.2 5304 -0.00792999999999567 1480201.7743972 5304 5000 7.4552294e-12 1480201.8 Loop time of 0.0176959 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:09 2021 Pair time (%) = 0.00114703 (6.48191) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.185929) Outpt time (%) = 0.0163779 (92.5521) Other time (%) = 0.000138044 (0.780092) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:09 2021 Memory usage per processor = 27.5224 Mbytes Step Atoms AVEKE stressZZ 5304 5000 7.4552294e-12 1480198.4 5305 -0.00792999999999567 1480171.04590976 5305 5000 7.4406099e-12 1480171 Loop time of 0.016278 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:09 2021 Pair time (%) = 0.000839949 (5.16001) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.19773) Outpt time (%) = 0.0153131 (94.0725) Other time (%) = 9.27448e-05 (0.569755) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:09 2021 Memory usage per processor = 27.5224 Mbytes Step Atoms AVEKE stressZZ 5305 5000 7.4406099e-12 1480167.7 5306 -0.00792999999999567 1480140.34335009 5306 5000 7.4311434e-12 1480140.3 Loop time of 0.0161839 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:09 2021 Pair time (%) = 0.000833988 (5.15321) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.197407) Outpt time (%) = 0.0152299 (94.1058) Other time (%) = 8.79765e-05 (0.543606) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:09 2021 Memory usage per processor = 27.5224 Mbytes Step Atoms AVEKE stressZZ 5306 5000 7.4311434e-12 1480137 5307 -0.00792999999999567 1480109.65777444 5307 5000 7.4249476e-12 1480109.7 Loop time of 0.0162511 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:09 2021 Pair time (%) = 0.000829935 (5.10695) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.198058) Outpt time (%) = 0.015265 (93.9321) Other time (%) = 0.000123978 (0.762888) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:09 2021 Memory usage per processor = 27.5224 Mbytes Step Atoms AVEKE stressZZ 5307 5000 7.4249476e-12 1480106.3 5308 -0.00792999999999567 1480078.98349889 5308 5000 7.4208287e-12 1480079 Loop time of 0.0170081 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:09 2021 Pair time (%) = 0.000830173 (4.88106) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.182234) Outpt time (%) = 0.016057 (94.4082) Other time (%) = 8.98838e-05 (0.528478) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:09 2021 Memory usage per processor = 27.5224 Mbytes Step Atoms AVEKE stressZZ 5308 5000 7.4208287e-12 1480075.6 5309 -0.00792999999999567 1480048.31691119 5309 5000 7.4180289e-12 1480048.3 Loop time of 0.0169151 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:09 2021 Pair time (%) = 0.000833035 (4.9248) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188873) Outpt time (%) = 0.0159621 (94.3662) Other time (%) = 8.79765e-05 (0.520107) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:09 2021 Memory usage per processor = 27.5224 Mbytes Step Atoms AVEKE stressZZ 5309 5000 7.4180289e-12 1480045 5310 -0.00792999999999567 1480017.65571569 5310 5000 7.4160672e-12 1480017.7 Loop time of 0.018456 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:09 2021 Pair time (%) = 0.000968933 (5.24997) Neigh time (%) = 0 (0) Comm time (%) = 4.81606e-05 (0.260948) Outpt time (%) = 0.0173171 (93.829) Other time (%) = 0.000121832 (0.660121) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:09 2021 Memory usage per processor = 27.5224 Mbytes Step Atoms AVEKE stressZZ 5310 5000 7.4160672e-12 1480014.3 5311 -0.00792999999999567 1479986.99845343 5311 5000 7.414638e-12 1479987 Loop time of 0.017117 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:09 2021 Pair time (%) = 0.000899076 (5.25253) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.199181) Outpt time (%) = 0.0160792 (93.9368) Other time (%) = 0.000104666 (0.611472) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:09 2021 Memory usage per processor = 27.5224 Mbytes Step Atoms AVEKE stressZZ 5311 5000 7.414638e-12 1479983.7 5312 -0.00792999999999567 1479956.34419714 5312 5000 7.4135472e-12 1479956.3 Loop time of 0.0172811 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:09 2021 Pair time (%) = 0.00090003 (5.20819) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.271792) Outpt time (%) = 0.0161691 (93.5653) Other time (%) = 0.000164986 (0.95472) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:09 2021 Memory usage per processor = 27.5224 Mbytes Step Atoms AVEKE stressZZ 5312 5000 7.4135472e-12 1479953 5313 -0.00792999999999567 1479925.69235756 5313 5000 7.4126714e-12 1479925.7 Loop time of 0.0176399 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:09 2021 Pair time (%) = 0.000889063 (5.04007) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.193277) Outpt time (%) = 0.0166039 (94.1273) Other time (%) = 0.000112772 (0.639301) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:09 2021 Memory usage per processor = 27.5224 Mbytes Step Atoms AVEKE stressZZ 5313 5000 7.4126714e-12 1479922.4 5314 -0.00792999999999567 1479895.04256008 5314 5000 7.4119323e-12 1479895 Loop time of 0.0169139 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:09 2021 Pair time (%) = 0.000843048 (4.98435) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188887) Outpt time (%) = 0.0159431 (94.2601) Other time (%) = 9.58443e-05 (0.56666) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:09 2021 Memory usage per processor = 27.5224 Mbytes Step Atoms AVEKE stressZZ 5314 5000 7.4119323e-12 1479891.7 5315 -0.00792999999999567 1479864.39456664 5315 5000 7.4112801e-12 1479864.4 Loop time of 0.017446 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:09 2021 Pair time (%) = 0.00110507 (6.33422) Neigh time (%) = 0 (0) Comm time (%) = 6.60419e-05 (0.37855) Outpt time (%) = 0.016155 (92.5998) Other time (%) = 0.000119925 (0.687403) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:09 2021 Memory usage per processor = 27.5224 Mbytes Step Atoms AVEKE stressZZ 5315 5000 7.4112801e-12 1479861.1 5316 -0.00792999999999567 1479833.74822586 5316 5000 7.410683e-12 1479833.7 Loop time of 0.0171971 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:09 2021 Pair time (%) = 0.000939131 (5.46097) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.209344) Outpt time (%) = 0.0161128 (93.6947) Other time (%) = 0.000109196 (0.634965) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:09 2021 Memory usage per processor = 27.5224 Mbytes Step Atoms AVEKE stressZZ 5316 5000 7.410683e-12 1479830.4 5317 -0.00792999999999567 1479803.10344152 5317 5000 7.4101211e-12 1479803.1 Loop time of 0.0173979 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:10 2021 Pair time (%) = 0.00118089 (6.78753) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.235707) Outpt time (%) = 0.015959 (91.7297) Other time (%) = 0.000216961 (1.24705) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:10 2021 Memory usage per processor = 27.5224 Mbytes Step Atoms AVEKE stressZZ 5317 5000 7.4101211e-12 1479799.8 5318 -0.00792999999999567 1479772.46015241 5318 5000 7.4095815e-12 1479772.5 Loop time of 0.0173221 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:10 2021 Pair time (%) = 0.000972986 (5.61703) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.200952) Outpt time (%) = 0.0161979 (93.5103) Other time (%) = 0.000116348 (0.671677) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:10 2021 Memory usage per processor = 27.5224 Mbytes Step Atoms AVEKE stressZZ 5318 5000 7.4095815e-12 1479769.1 5319 -0.00792999999999567 1479741.81831962 5319 5000 7.4090561e-12 1479741.8 Loop time of 0.017451 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:10 2021 Pair time (%) = 0.000933886 (5.35146) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.194002) Outpt time (%) = 0.0163682 (93.7947) Other time (%) = 0.000115156 (0.659881) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:10 2021 Memory usage per processor = 27.5224 Mbytes Step Atoms AVEKE stressZZ 5319 5000 7.4090561e-12 1479738.5 5320 -0.00792999999999567 1479711.17791834 5320 5000 7.4085398e-12 1479711.2 Loop time of 0.0198739 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:10 2021 Pair time (%) = 0.00118399 (5.95751) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.241132) Outpt time (%) = 0.0184789 (92.9808) Other time (%) = 0.000163078 (0.820567) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:10 2021 Memory usage per processor = 27.5224 Mbytes Step Atoms AVEKE stressZZ 5320 5000 7.4085398e-12 1479707.8 5321 -0.00792999999999567 1479680.53893276 5321 5000 7.4080292e-12 1479680.5 Loop time of 0.0173349 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:10 2021 Pair time (%) = 0.00102019 (5.88518) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.1898) Outpt time (%) = 0.0161679 (93.2676) Other time (%) = 0.000113964 (0.657424) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:10 2021 Memory usage per processor = 27.5224 Mbytes Step Atoms AVEKE stressZZ 5321 5000 7.4080292e-12 1479677.2 5322 -0.00792999999999567 1479649.90135284 5322 5000 7.4075223e-12 1479649.9 Loop time of 0.0176611 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:10 2021 Pair time (%) = 0.00113416 (6.42178) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.232194) Outpt time (%) = 0.0163071 (92.3335) Other time (%) = 0.000178814 (1.01247) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:10 2021 Memory usage per processor = 27.5224 Mbytes Step Atoms AVEKE stressZZ 5322 5000 7.4075223e-12 1479646.6 5323 -0.00792999999999567 1479619.26517208 5323 5000 7.4070178e-12 1479619.3 Loop time of 0.017581 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:10 2021 Pair time (%) = 0.000926971 (5.27258) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.211554) Outpt time (%) = 0.01647 (93.6805) Other time (%) = 0.000146866 (0.835368) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:10 2021 Memory usage per processor = 27.5224 Mbytes Step Atoms AVEKE stressZZ 5323 5000 7.4070178e-12 1479615.9 5324 -0.00792999999999567 1479588.63038633 5324 5000 7.4065148e-12 1479588.6 Loop time of 0.0174451 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:10 2021 Pair time (%) = 0.000858784 (4.92278) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.189969) Outpt time (%) = 0.0164301 (94.182) Other time (%) = 0.000123024 (0.705207) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:10 2021 Memory usage per processor = 27.5224 Mbytes Step Atoms AVEKE stressZZ 5324 5000 7.4065148e-12 1479585.3 5325 -0.00792999999999567 1479557.99699293 5325 5000 7.4060127e-12 1479558 Loop time of 0.0177159 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:10 2021 Pair time (%) = 0.00106215 (5.99548) Neigh time (%) = 0 (0) Comm time (%) = 5.6982e-05 (0.321643) Outpt time (%) = 0.0164449 (92.8256) Other time (%) = 0.000151873 (0.857266) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:10 2021 Memory usage per processor = 27.5224 Mbytes Step Atoms AVEKE stressZZ 5325 5000 7.4060127e-12 1479554.7 5326 -0.00792999999999567 1479527.36499012 5326 5000 7.4055113e-12 1479527.4 Loop time of 0.0172532 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:10 2021 Pair time (%) = 0.001086 (6.29448) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197609) Outpt time (%) = 0.0160148 (92.8225) Other time (%) = 0.000118256 (0.685414) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:10 2021 Memory usage per processor = 27.5224 Mbytes Step Atoms AVEKE stressZZ 5326 5000 7.4055113e-12 1479524 5327 -0.00792999999999567 1479496.73437677 5327 5000 7.4050103e-12 1479496.7 Loop time of 0.0175099 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:10 2021 Pair time (%) = 0.000930071 (5.31167) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.194711) Outpt time (%) = 0.0164061 (93.6957) Other time (%) = 0.000139713 (0.797909) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:10 2021 Memory usage per processor = 27.5224 Mbytes Step Atoms AVEKE stressZZ 5327 5000 7.4050103e-12 1479493.4 5328 -0.00792999999999567 1479466.10515207 5328 5000 7.4045096e-12 1479466.1 Loop time of 0.0173151 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:10 2021 Pair time (%) = 0.00100899 (5.82719) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.213425) Outpt time (%) = 0.0161481 (93.2599) Other time (%) = 0.000121117 (0.699484) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:10 2021 Memory usage per processor = 27.5224 Mbytes Step Atoms AVEKE stressZZ 5328 5000 7.4045096e-12 1479462.8 5329 -0.00792999999999567 1479435.47731549 5329 5000 7.4040091e-12 1479435.5 Loop time of 0.017113 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:10 2021 Pair time (%) = 0.000893116 (5.21894) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204801) Outpt time (%) = 0.0160851 (93.9939) Other time (%) = 9.9659e-05 (0.582359) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:10 2021 Memory usage per processor = 27.5224 Mbytes Step Atoms AVEKE stressZZ 5329 5000 7.4040091e-12 1479432.1 5330 -0.00792999999999567 1479404.85086663 5330 5000 7.4035087e-12 1479404.9 Loop time of 0.0194261 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:10 2021 Pair time (%) = 0.00105214 (5.41612) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.180415) Outpt time (%) = 0.0181701 (93.5345) Other time (%) = 0.0001688 (0.868936) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:10 2021 Memory usage per processor = 27.5224 Mbytes Step Atoms AVEKE stressZZ 5330 5000 7.4035087e-12 1479401.5 5331 -0.00792999999999567 1479374.22580523 5331 5000 7.4030085e-12 1479374.2 Loop time of 0.0172701 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:10 2021 Pair time (%) = 0.000895977 (5.18803) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.202938) Outpt time (%) = 0.0162349 (94.0057) Other time (%) = 0.000104189 (0.603291) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:10 2021 Memory usage per processor = 27.5224 Mbytes Step Atoms AVEKE stressZZ 5331 5000 7.4030085e-12 1479370.9 5332 -0.00792999999999567 1479343.60213104 5332 5000 7.4025083e-12 1479343.6 Loop time of 0.0174 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:10 2021 Pair time (%) = 0.000983953 (5.6549) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.217865) Outpt time (%) = 0.0162652 (93.4778) Other time (%) = 0.00011301 (0.649484) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:10 2021 Memory usage per processor = 27.5224 Mbytes Step Atoms AVEKE stressZZ 5332 5000 7.4025083e-12 1479340.3 5333 -0.00792999999999567 1479312.97984385 5333 5000 7.4020082e-12 1479313 Loop time of 0.017453 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:10 2021 Pair time (%) = 0.000915766 (5.24705) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.206276) Outpt time (%) = 0.016398 (93.9552) Other time (%) = 0.000103235 (0.591506) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:10 2021 Memory usage per processor = 27.5224 Mbytes Step Atoms AVEKE stressZZ 5333 5000 7.4020082e-12 1479309.6 5334 -0.00792999999999567 1479282.35894353 5334 5000 7.4015082e-12 1479282.4 Loop time of 0.0172169 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:10 2021 Pair time (%) = 0.000890017 (5.16943) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192486) Outpt time (%) = 0.0161948 (94.0634) Other time (%) = 9.89437e-05 (0.574689) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:10 2021 Memory usage per processor = 27.5224 Mbytes Step Atoms AVEKE stressZZ 5334 5000 7.4015082e-12 1479279 5335 -0.00792999999999567 1479251.73942992 5335 5000 7.4010082e-12 1479251.7 Loop time of 0.017359 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:10 2021 Pair time (%) = 0.00103712 (5.97454) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.219753) Outpt time (%) = 0.016151 (93.0407) Other time (%) = 0.000132799 (0.765015) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:10 2021 Memory usage per processor = 27.5224 Mbytes Step Atoms AVEKE stressZZ 5335 5000 7.4010082e-12 1479248.4 5336 -0.00792999999999567 1479221.12130287 5336 5000 7.4005083e-12 1479221.1 Loop time of 0.0172932 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:10 2021 Pair time (%) = 0.000952005 (5.50508) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.202666) Outpt time (%) = 0.0161979 (93.6663) Other time (%) = 0.000108242 (0.625922) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:10 2021 Memory usage per processor = 27.5224 Mbytes Step Atoms AVEKE stressZZ 5336 5000 7.4005083e-12 1479217.8 5337 -0.00792999999999567 1479190.50456227 5337 5000 7.4000084e-12 1479190.5 Loop time of 0.017396 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:10 2021 Pair time (%) = 0.00102782 (5.90839) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.201469) Outpt time (%) = 0.016181 (93.0157) Other time (%) = 0.000152111 (0.874404) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:10 2021 Memory usage per processor = 27.5224 Mbytes Step Atoms AVEKE stressZZ 5337 5000 7.4000084e-12 1479187.2 5338 -0.00792999999999567 1479159.88920799 5338 5000 7.3995086e-12 1479159.9 Loop time of 0.0174351 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:10 2021 Pair time (%) = 0.000986099 (5.65584) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.218794) Outpt time (%) = 0.0162861 (93.4102) Other time (%) = 0.000124693 (0.715184) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:10 2021 Memory usage per processor = 27.5224 Mbytes Step Atoms AVEKE stressZZ 5338 5000 7.3995086e-12 1479156.6 5339 -0.00792999999999567 1479129.2752399 5339 5000 7.3990088e-12 1479129.3 Loop time of 0.0171971 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:10 2021 Pair time (%) = 0.00087595 (5.09358) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198253) Outpt time (%) = 0.0161881 (94.1328) Other time (%) = 9.89437e-05 (0.57535) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:10 2021 Memory usage per processor = 27.5224 Mbytes Step Atoms AVEKE stressZZ 5339 5000 7.3990088e-12 1479125.9 5340 -0.00792999999999567 1479098.66265784 5340 5000 7.398509e-12 1479098.7 Loop time of 0.019161 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:10 2021 Pair time (%) = 0.000995874 (5.19741) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.20282) Outpt time (%) = 0.018014 (94.0137) Other time (%) = 0.000112295 (0.586061) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:10 2021 Memory usage per processor = 27.5224 Mbytes Step Atoms AVEKE stressZZ 5340 5000 7.398509e-12 1479095.3 5341 -0.00792999999999567 1479068.05146171 5341 5000 7.3980094e-12 1479068.1 Loop time of 0.017189 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:10 2021 Pair time (%) = 0.000901937 (5.24717) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198347) Outpt time (%) = 0.016145 (93.9262) Other time (%) = 0.000108004 (0.628329) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:10 2021 Memory usage per processor = 27.5224 Mbytes Step Atoms AVEKE stressZZ 5341 5000 7.3980094e-12 1479064.7 5342 -0.00792999999999567 1479037.44165141 5342 5000 7.3975097e-12 1479037.4 Loop time of 0.0175369 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:10 2021 Pair time (%) = 0.000967026 (5.51424) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.216165) Outpt time (%) = 0.016418 (93.6197) Other time (%) = 0.000113964 (0.649854) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:10 2021 Memory usage per processor = 27.5224 Mbytes Step Atoms AVEKE stressZZ 5342 5000 7.3975097e-12 1479034.1 5343 -0.00792999999999567 1479006.83322678 5343 5000 7.3970101e-12 1479006.8 Loop time of 0.0174029 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:10 2021 Pair time (%) = 0.00098896 (5.68274) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.212349) Outpt time (%) = 0.016259 (93.4268) Other time (%) = 0.000118017 (0.678147) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:10 2021 Memory usage per processor = 27.5224 Mbytes Step Atoms AVEKE stressZZ 5343 5000 7.3970101e-12 1479003.5 5344 -0.00792999999999567 1478976.22618776 5344 5000 7.3965106e-12 1478976.2 Loop time of 0.017246 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:10 2021 Pair time (%) = 0.000886917 (5.14274) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.203221) Outpt time (%) = 0.0162151 (94.0223) Other time (%) = 0.000108957 (0.631783) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:10 2021 Memory usage per processor = 27.5224 Mbytes Step Atoms AVEKE stressZZ 5344 5000 7.3965106e-12 1478972.9 5345 -0.00792999999999567 1478945.62056088 5345 5000 7.3960111e-12 1478945.6 Loop time of 0.017287 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:10 2021 Pair time (%) = 0.00104809 (6.06286) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.213772) Outpt time (%) = 0.0160761 (92.9952) Other time (%) = 0.000125885 (0.728206) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:10 2021 Memory usage per processor = 27.5224 Mbytes Step Atoms AVEKE stressZZ 5345 5000 7.3960111e-12 1478942.3 5346 -0.00792999999999567 1478915.0163866 5346 5000 7.3955116e-12 1478915 Loop time of 0.0172591 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:10 2021 Pair time (%) = 0.000922918 (5.34742) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.208592) Outpt time (%) = 0.016192 (93.8168) Other time (%) = 0.000108242 (0.627158) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:10 2021 Memory usage per processor = 27.5224 Mbytes Step Atoms AVEKE stressZZ 5346 5000 7.3955116e-12 1478911.7 5347 -0.00792999999999567 1478884.41363493 5347 5000 7.3950122e-12 1478884.4 Loop time of 0.0172701 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:10 2021 Pair time (%) = 0.000885963 (5.13005) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197416) Outpt time (%) = 0.0162501 (94.0941) Other time (%) = 9.98974e-05 (0.578442) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:10 2021 Memory usage per processor = 27.5224 Mbytes Step Atoms AVEKE stressZZ 5347 5000 7.3950122e-12 1478881.1 5348 -0.00792999999999567 1478853.81229708 5348 5000 7.3945128e-12 1478853.8 Loop time of 0.016896 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:10 2021 Pair time (%) = 0.000888109 (5.25633) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.213075) Outpt time (%) = 0.015867 (93.9097) Other time (%) = 0.000104904 (0.620881) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:10 2021 Memory usage per processor = 27.5224 Mbytes Step Atoms AVEKE stressZZ 5348 5000 7.3945128e-12 1478850.5 5349 -0.00792999999999567 1478823.21236848 5349 5000 7.3940135e-12 1478823.2 Loop time of 0.016788 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:10 2021 Pair time (%) = 0.000874996 (5.21203) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.197404) Outpt time (%) = 0.0157871 (94.0381) Other time (%) = 9.27448e-05 (0.552447) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:10 2021 Memory usage per processor = 27.5224 Mbytes Step Atoms AVEKE stressZZ 5349 5000 7.3940135e-12 1478819.9 5350 -0.00792999999999567 1478792.61384385 5350 5000 7.3935142e-12 1478792.6 Loop time of 0.018594 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:10 2021 Pair time (%) = 0.000927925 (4.99045) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.182077) Outpt time (%) = 0.017539 (94.3261) Other time (%) = 9.32217e-05 (0.501353) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:10 2021 Memory usage per processor = 27.5224 Mbytes Step Atoms AVEKE stressZZ 5350 5000 7.3935142e-12 1478789.3 5351 -0.00792999999999567 1478762.01671884 5351 5000 7.393015e-12 1478762 Loop time of 0.0170689 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:10 2021 Pair time (%) = 0.00087285 (5.1137) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192759) Outpt time (%) = 0.0160699 (94.1474) Other time (%) = 9.32217e-05 (0.54615) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:10 2021 Memory usage per processor = 27.5224 Mbytes Step Atoms AVEKE stressZZ 5351 5000 7.393015e-12 1478758.7 5352 -0.00792999999999567 1478731.42099532 5352 5000 7.3925158e-12 1478731.4 Loop time of 0.0173399 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:10 2021 Pair time (%) = 0.000931978 (5.37475) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.20212) Outpt time (%) = 0.0162659 (93.8058) Other time (%) = 0.00010705 (0.61736) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:10 2021 Memory usage per processor = 27.5224 Mbytes Step Atoms AVEKE stressZZ 5352 5000 7.3925158e-12 1478728.1 5353 -0.00792999999999567 1478700.82667203 5353 5000 7.3920166e-12 1478700.8 Loop time of 0.017308 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:10 2021 Pair time (%) = 0.000963926 (5.56925) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.201116) Outpt time (%) = 0.0161979 (93.5863) Other time (%) = 0.000111341 (0.643295) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:10 2021 Memory usage per processor = 27.5224 Mbytes Step Atoms AVEKE stressZZ 5353 5000 7.3920166e-12 1478697.5 5354 -0.00792999999999567 1478670.23374791 5354 5000 7.3915175e-12 1478670.2 Loop time of 0.0173609 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:10 2021 Pair time (%) = 0.00103903 (5.98487) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.218356) Outpt time (%) = 0.016155 (93.0538) Other time (%) = 0.000128984 (0.742958) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:10 2021 Memory usage per processor = 27.5224 Mbytes Step Atoms AVEKE stressZZ 5354 5000 7.3915175e-12 1478666.9 5355 -0.00792999999999567 1478639.64222209 5355 5000 7.3910185e-12 1478639.6 Loop time of 0.0173912 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:10 2021 Pair time (%) = 0.000927925 (5.3356) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.201524) Outpt time (%) = 0.0163169 (93.8227) Other time (%) = 0.000111341 (0.640217) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:10 2021 Memory usage per processor = 27.5224 Mbytes Step Atoms AVEKE stressZZ 5355 5000 7.3910185e-12 1478636.3 5356 -0.00792999999999567 1478609.05209374 5356 5000 7.3905195e-12 1478609.1 Loop time of 0.0171061 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:10 2021 Pair time (%) = 0.000883102 (5.16251) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204884) Outpt time (%) = 0.0160809 (94.0068) Other time (%) = 0.00010705 (0.625801) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:10 2021 Memory usage per processor = 27.5224 Mbytes Step Atoms AVEKE stressZZ 5356 5000 7.3905195e-12 1478605.7 5357 -0.00792999999999567 1478578.4633622 5357 5000 7.3900205e-12 1478578.5 Loop time of 0.016906 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:10 2021 Pair time (%) = 0.000894785 (5.2927) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207308) Outpt time (%) = 0.0158701 (93.8724) Other time (%) = 0.000106096 (0.627565) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:10 2021 Memory usage per processor = 27.5224 Mbytes Step Atoms AVEKE stressZZ 5357 5000 7.3900205e-12 1478575.1 5358 -0.00792999999999567 1478547.8760268 5358 5000 7.3895216e-12 1478547.9 Loop time of 0.0171292 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:10 2021 Pair time (%) = 0.000895977 (5.2307) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.210175) Outpt time (%) = 0.0160909 (93.9383) Other time (%) = 0.000106335 (0.620781) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:10 2021 Memory usage per processor = 27.5224 Mbytes Step Atoms AVEKE stressZZ 5358 5000 7.3895216e-12 1478544.5 5359 -0.00792999999999567 1478517.29008702 5359 5000 7.3890227e-12 1478517.3 Loop time of 0.0171108 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:10 2021 Pair time (%) = 0.000877142 (5.12624) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.19368) Outpt time (%) = 0.016104 (94.1158) Other time (%) = 9.65595e-05 (0.564318) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:10 2021 Memory usage per processor = 27.5224 Mbytes Step Atoms AVEKE stressZZ 5359 5000 7.3890227e-12 1478514 5360 -0.00792999999999567 1478486.70554228 5360 5000 7.3885239e-12 1478486.7 Loop time of 0.01861 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:11 2021 Pair time (%) = 0.000874043 (4.69663) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.178077) Outpt time (%) = 0.017606 (94.6052) Other time (%) = 9.67979e-05 (0.520139) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:11 2021 Memory usage per processor = 27.5224 Mbytes Step Atoms AVEKE stressZZ 5360 5000 7.3885239e-12 1478483.4 5361 -0.00792999999999567 1478456.1223921 5361 5000 7.3880251e-12 1478456.1 Loop time of 0.0171831 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:11 2021 Pair time (%) = 0.00107908 (6.27992) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.233103) Outpt time (%) = 0.0159259 (92.6836) Other time (%) = 0.000138044 (0.803374) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:11 2021 Memory usage per processor = 27.5224 Mbytes Step Atoms AVEKE stressZZ 5361 5000 7.3880251e-12 1478452.8 5362 -0.00792999999999567 1478425.54063602 5362 5000 7.3875264e-12 1478425.5 Loop time of 0.017035 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:11 2021 Pair time (%) = 0.000873089 (5.12526) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.193142) Outpt time (%) = 0.0160341 (94.1246) Other time (%) = 9.48906e-05 (0.557033) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:11 2021 Memory usage per processor = 27.5224 Mbytes Step Atoms AVEKE stressZZ 5362 5000 7.3875264e-12 1478422.2 5363 -0.00792999999999567 1478394.96027363 5363 5000 7.3870277e-12 1478395 Loop time of 0.0172238 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:11 2021 Pair time (%) = 0.000953913 (5.53833) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197946) Outpt time (%) = 0.016129 (93.6436) Other time (%) = 0.000106812 (0.620138) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:11 2021 Memory usage per processor = 27.5224 Mbytes Step Atoms AVEKE stressZZ 5363 5000 7.3870277e-12 1478391.6 5364 -0.00792999999999567 1478364.38130454 5364 5000 7.3865291e-12 1478364.4 Loop time of 0.016989 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:11 2021 Pair time (%) = 0.000871897 (5.13213) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.193665) Outpt time (%) = 0.0159831 (94.0792) Other time (%) = 0.000101089 (0.595029) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:11 2021 Memory usage per processor = 27.5224 Mbytes Step Atoms AVEKE stressZZ 5364 5000 7.3865291e-12 1478361 5365 -0.00792999999999567 1478333.80372833 5365 5000 7.3860305e-12 1478333.8 Loop time of 0.0172529 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:11 2021 Pair time (%) = 0.000906944 (5.25676) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.201758) Outpt time (%) = 0.0162041 (93.921) Other time (%) = 0.00010705 (0.620474) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:11 2021 Memory usage per processor = 27.5224 Mbytes Step Atoms AVEKE stressZZ 5365 5000 7.3860305e-12 1478330.5 5366 -0.00792999999999567 1478303.22754473 5366 5000 7.3855319e-12 1478303.2 Loop time of 0.017086 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:11 2021 Pair time (%) = 0.000874996 (5.12112) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193961) Outpt time (%) = 0.0160871 (94.1533) Other time (%) = 9.08375e-05 (0.531648) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:11 2021 Memory usage per processor = 27.5224 Mbytes Step Atoms AVEKE stressZZ 5366 5000 7.3855319e-12 1478299.9 5367 -0.00792999999999567 1478272.65275329 5367 5000 7.3850334e-12 1478272.7 Loop time of 0.0170441 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:11 2021 Pair time (%) = 0.00088191 (5.17429) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.193039) Outpt time (%) = 0.0160301 (94.0507) Other time (%) = 9.91821e-05 (0.581916) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:11 2021 Memory usage per processor = 27.5224 Mbytes Step Atoms AVEKE stressZZ 5367 5000 7.3850334e-12 1478269.3 5368 -0.00792999999999567 1478242.07935375 5368 5000 7.3845349e-12 1478242.1 Loop time of 0.0169642 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:11 2021 Pair time (%) = 0.000902891 (5.32233) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.212219) Outpt time (%) = 0.0159171 (93.8274) Other time (%) = 0.000108242 (0.638062) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:11 2021 Memory usage per processor = 27.5224 Mbytes Step Atoms AVEKE stressZZ 5368 5000 7.3845349e-12 1478238.7 5369 -0.00792999999999567 1478211.50734582 5369 5000 7.3840365e-12 1478211.5 Loop time of 0.0171058 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:11 2021 Pair time (%) = 0.000880957 (5.15004) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193736) Outpt time (%) = 0.0160949 (94.0903) Other time (%) = 9.67979e-05 (0.565877) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:11 2021 Memory usage per processor = 27.5224 Mbytes Step Atoms AVEKE stressZZ 5369 5000 7.3840365e-12 1478208.2 5370 -0.00792999999999567 1478180.93672912 5370 5000 7.3835382e-12 1478180.9 Loop time of 0.0187671 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:11 2021 Pair time (%) = 0.00087595 (4.66747) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.175316) Outpt time (%) = 0.017761 (94.6389) Other time (%) = 9.72748e-05 (0.518326) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:11 2021 Memory usage per processor = 27.5224 Mbytes Step Atoms AVEKE stressZZ 5370 5000 7.3835382e-12 1478177.6 5371 -0.00792999999999567 1478150.36750342 5371 5000 7.3830398e-12 1478150.4 Loop time of 0.016891 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:11 2021 Pair time (%) = 0.000897169 (5.31152) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.218784) Outpt time (%) = 0.0158579 (93.8839) Other time (%) = 9.89437e-05 (0.585778) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:11 2021 Memory usage per processor = 27.5224 Mbytes Step Atoms AVEKE stressZZ 5371 5000 7.3830398e-12 1478147 5372 -0.00792999999999567 1478119.79966843 5372 5000 7.3825416e-12 1478119.8 Loop time of 0.01722 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:11 2021 Pair time (%) = 0.0010488 (6.0906) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.214604) Outpt time (%) = 0.0160139 (92.9956) Other time (%) = 0.000120401 (0.699194) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:11 2021 Memory usage per processor = 27.5224 Mbytes Step Atoms AVEKE stressZZ 5372 5000 7.3825416e-12 1478116.5 5373 -0.00792999999999567 1478089.23322385 5373 5000 7.3820433e-12 1478089.2 Loop time of 0.017025 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:11 2021 Pair time (%) = 0.000882149 (5.18149) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.194656) Outpt time (%) = 0.0160141 (94.0623) Other time (%) = 9.56059e-05 (0.561562) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:11 2021 Memory usage per processor = 27.5224 Mbytes Step Atoms AVEKE stressZZ 5373 5000 7.3820433e-12 1478085.9 5374 -0.00792999999999567 1478058.66816943 5374 5000 7.3815451e-12 1478058.7 Loop time of 0.017148 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:11 2021 Pair time (%) = 0.000935078 (5.45298) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204382) Outpt time (%) = 0.016072 (93.7253) Other time (%) = 0.000105858 (0.617318) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:11 2021 Memory usage per processor = 27.5224 Mbytes Step Atoms AVEKE stressZZ 5374 5000 7.3815451e-12 1478055.3 5375 -0.00792999999999567 1478028.10450492 5375 5000 7.381047e-12 1478028.1 Loop time of 0.0171788 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:11 2021 Pair time (%) = 0.000919104 (5.35023) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204016) Outpt time (%) = 0.0161209 (93.842) Other time (%) = 0.000103712 (0.603722) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:11 2021 Memory usage per processor = 27.5224 Mbytes Step Atoms AVEKE stressZZ 5375 5000 7.381047e-12 1478024.8 5376 -0.00792999999999567 1477997.5422301 5376 5000 7.3805489e-12 1477997.5 Loop time of 0.017216 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:11 2021 Pair time (%) = 0.000912905 (5.30266) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198036) Outpt time (%) = 0.0161629 (93.883) Other time (%) = 0.000106096 (0.616267) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:11 2021 Memory usage per processor = 27.5224 Mbytes Step Atoms AVEKE stressZZ 5376 5000 7.3805489e-12 1477994.2 5377 -0.00792999999999567 1477966.98134467 5377 5000 7.3800508e-12 1477967 Loop time of 0.017175 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:11 2021 Pair time (%) = 0.000874043 (5.08905) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.197121) Outpt time (%) = 0.0161681 (94.1377) Other time (%) = 9.89437e-05 (0.576093) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:11 2021 Memory usage per processor = 27.5224 Mbytes Step Atoms AVEKE stressZZ 5377 5000 7.3800508e-12 1477963.6 5378 -0.00792999999999567 1477936.42184843 5378 5000 7.3795528e-12 1477936.4 Loop time of 0.016948 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:11 2021 Pair time (%) = 0.000874043 (5.15721) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.201168) Outpt time (%) = 0.0159431 (94.0705) Other time (%) = 9.67979e-05 (0.571147) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:11 2021 Memory usage per processor = 27.5224 Mbytes Step Atoms AVEKE stressZZ 5378 5000 7.3795528e-12 1477933.1 5379 -0.00792999999999567 1477905.86374116 5379 5000 7.3790549e-12 1477905.9 Loop time of 0.016993 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:11 2021 Pair time (%) = 0.000948906 (5.58408) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.211858) Outpt time (%) = 0.015893 (93.5264) Other time (%) = 0.000115156 (0.677666) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:11 2021 Memory usage per processor = 27.5224 Mbytes Step Atoms AVEKE stressZZ 5379 5000 7.3790549e-12 1477902.5 5380 -0.00792999999999567 1477875.30702261 5380 5000 7.378557e-12 1477875.3 Loop time of 0.0189331 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:11 2021 Pair time (%) = 0.000898123 (4.74368) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.175039) Outpt time (%) = 0.0178969 (94.5272) Other time (%) = 0.000104904 (0.554079) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:11 2021 Memory usage per processor = 27.5224 Mbytes Step Atoms AVEKE stressZZ 5380 5000 7.378557e-12 1477872 5381 -0.00792999999999567 1477844.75169258 5381 5000 7.3780591e-12 1477844.8 Loop time of 0.017169 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:11 2021 Pair time (%) = 0.000871897 (5.07832) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191635) Outpt time (%) = 0.0161641 (94.1468) Other time (%) = 0.000100136 (0.583236) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:11 2021 Memory usage per processor = 27.5224 Mbytes Step Atoms AVEKE stressZZ 5381 5000 7.3780591e-12 1477841.4 5382 -0.00792999999999567 1477814.19775083 5382 5000 7.3775613e-12 1477814.2 Loop time of 0.0168798 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:11 2021 Pair time (%) = 0.000871897 (5.16533) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.19633) Outpt time (%) = 0.015877 (94.0592) Other time (%) = 9.77516e-05 (0.579104) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:11 2021 Memory usage per processor = 27.5224 Mbytes Step Atoms AVEKE stressZZ 5382 5000 7.3775613e-12 1477810.9 5383 -0.00792999999999567 1477783.64519713 5383 5000 7.3770635e-12 1477783.6 Loop time of 0.0172961 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:11 2021 Pair time (%) = 0.00110197 (6.37122) Neigh time (%) = 0 (0) Comm time (%) = 4.22001e-05 (0.243986) Outpt time (%) = 0.0160079 (92.5522) Other time (%) = 0.000144005 (0.832587) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:11 2021 Memory usage per processor = 27.5224 Mbytes Step Atoms AVEKE stressZZ 5383 5000 7.3770635e-12 1477780.3 5384 -0.00792999999999567 1477753.09403132 5384 5000 7.3765658e-12 1477753.1 Loop time of 0.0171111 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:11 2021 Pair time (%) = 0.000874996 (5.11363) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193677) Outpt time (%) = 0.0161059 (94.1256) Other time (%) = 9.70364e-05 (0.567097) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:11 2021 Memory usage per processor = 27.5224 Mbytes Step Atoms AVEKE stressZZ 5384 5000 7.3765658e-12 1477749.8 5385 -0.00792999999999567 1477722.54425318 5385 5000 7.3760681e-12 1477722.5 Loop time of 0.0170221 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:11 2021 Pair time (%) = 0.000895977 (5.2636) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.194689) Outpt time (%) = 0.0159941 (93.9604) Other time (%) = 9.89437e-05 (0.581265) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:11 2021 Memory usage per processor = 27.5224 Mbytes Step Atoms AVEKE stressZZ 5385 5000 7.3760681e-12 1477719.2 5386 -0.00792999999999567 1477691.99586249 5386 5000 7.3755704e-12 1477692 Loop time of 0.016958 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:11 2021 Pair time (%) = 0.000919104 (5.41988) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.212296) Outpt time (%) = 0.0159009 (93.7661) Other time (%) = 0.000102043 (0.601741) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:11 2021 Memory usage per processor = 27.5224 Mbytes Step Atoms AVEKE stressZZ 5386 5000 7.3755704e-12 1477688.7 5387 -0.00792999999999567 1477661.44885908 5387 5000 7.3750728e-12 1477661.4 Loop time of 0.017164 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:11 2021 Pair time (%) = 0.000917912 (5.34789) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.202803) Outpt time (%) = 0.0161061 (93.8367) Other time (%) = 0.000105143 (0.612577) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:11 2021 Memory usage per processor = 27.5224 Mbytes Step Atoms AVEKE stressZZ 5387 5000 7.3750728e-12 1477658.1 5388 -0.00792999999999567 1477630.90324272 5388 5000 7.3745753e-12 1477630.9 Loop time of 0.0172 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:11 2021 Pair time (%) = 0.00087285 (5.07471) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.196834) Outpt time (%) = 0.0161941 (94.1518) Other time (%) = 9.91821e-05 (0.576641) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:11 2021 Memory usage per processor = 27.5224 Mbytes Step Atoms AVEKE stressZZ 5388 5000 7.3745753e-12 1477627.6 5389 -0.00792999999999567 1477600.35901324 5389 5000 7.3740778e-12 1477600.4 Loop time of 0.0168579 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:11 2021 Pair time (%) = 0.000874996 (5.19043) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.195172) Outpt time (%) = 0.0158529 (94.0388) Other time (%) = 9.70364e-05 (0.575615) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:11 2021 Memory usage per processor = 27.5224 Mbytes Step Atoms AVEKE stressZZ 5389 5000 7.3740778e-12 1477597 5390 -0.00792999999999567 1477569.81617045 5390 5000 7.3735803e-12 1477569.8 Loop time of 0.0188391 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:11 2021 Pair time (%) = 0.000975132 (5.1761) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.20755) Outpt time (%) = 0.017714 (94.0279) Other time (%) = 0.000110865 (0.588481) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:11 2021 Memory usage per processor = 27.5224 Mbytes Step Atoms AVEKE stressZZ 5390 5000 7.3735803e-12 1477566.5 5391 -0.00792999999999567 1477539.27471416 5391 5000 7.3730829e-12 1477539.3 Loop time of 0.017118 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:11 2021 Pair time (%) = 0.000895977 (5.23413) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192206) Outpt time (%) = 0.016094 (94.0179) Other time (%) = 9.5129e-05 (0.555726) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:11 2021 Memory usage per processor = 27.5224 Mbytes Step Atoms AVEKE stressZZ 5391 5000 7.3730829e-12 1477535.9 5392 -0.00792999999999567 1477508.73464418 5392 5000 7.3725855e-12 1477508.7 Loop time of 0.0168128 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:11 2021 Pair time (%) = 0.000876904 (5.21569) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.197113) Outpt time (%) = 0.0158079 (94.0228) Other time (%) = 9.48906e-05 (0.564395) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:11 2021 Memory usage per processor = 27.5224 Mbytes Step Atoms AVEKE stressZZ 5392 5000 7.3725855e-12 1477505.4 5393 -0.00792999999999567 1477478.19596033 5393 5000 7.3720882e-12 1477478.2 Loop time of 0.0167532 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:11 2021 Pair time (%) = 0.000874043 (5.21717) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.196391) Outpt time (%) = 0.0157461 (93.9887) Other time (%) = 0.000100136 (0.597712) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:20:11 2021 Memory usage per processor = 27.5224 Mbytes Step Atoms AVEKE stressZZ 5393 5000 7.3720882e-12 1477474.9 5394 -0.00792999999999567 1477442.15305797 5394 5000 1.456476e-11 1477490.6 Loop time of 0.0165911 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:11 2021 Pair time (%) = 0.000874996 (5.2739) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.199747) Outpt time (%) = 0.0155671 (93.828) Other time (%) = 0.000115871 (0.698396) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:11 2021 Memory usage per processor = 27.5224 Mbytes Step Atoms AVEKE stressZZ 5394 5000 1.456476e-11 1508501.9 5395 -0.00796249999999566 1508465.72637905 5395 5000 1.1779249e-11 1508465.7 Loop time of 0.017101 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:11 2021 Pair time (%) = 0.00106287 (6.21523) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.228645) Outpt time (%) = 0.0158679 (92.7893) Other time (%) = 0.00013113 (0.766796) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:11 2021 Memory usage per processor = 27.5224 Mbytes Step Atoms AVEKE stressZZ 5395 5000 1.1779249e-11 1508461.2 5396 -0.00796249999999566 1508428.06995097 5396 5000 1.0162315e-11 1508428.1 Loop time of 0.0169771 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:11 2021 Pair time (%) = 0.00087285 (5.14135) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.200823) Outpt time (%) = 0.01597 (94.068) Other time (%) = 0.000100136 (0.58983) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:11 2021 Memory usage per processor = 27.5224 Mbytes Step Atoms AVEKE stressZZ 5396 5000 1.0162315e-11 1508424 5397 -0.00796249999999566 1508392.74536933 5397 5000 9.1965403e-12 1508392.7 Loop time of 0.0169401 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:11 2021 Pair time (%) = 0.000877142 (5.1779) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.194224) Outpt time (%) = 0.015933 (94.0551) Other time (%) = 9.70364e-05 (0.57282) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:11 2021 Memory usage per processor = 27.5224 Mbytes Step Atoms AVEKE stressZZ 5397 5000 9.1965403e-12 1508388.9 5398 -0.00796249999999566 1508358.90321691 5398 5000 8.6076328e-12 1508358.9 Loop time of 0.0169039 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:11 2021 Pair time (%) = 0.000891924 (5.27645) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207334) Outpt time (%) = 0.0158699 (93.8829) Other time (%) = 0.00010705 (0.633286) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:11 2021 Memory usage per processor = 27.5224 Mbytes Step Atoms AVEKE stressZZ 5398 5000 8.6076328e-12 1508355.2 5399 -0.00796249999999566 1508326.00368192 5399 5000 8.2433033e-12 1508326 Loop time of 0.0172489 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:11 2021 Pair time (%) = 0.000972986 (5.64087) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.203187) Outpt time (%) = 0.01612 (93.4552) Other time (%) = 0.000120878 (0.700789) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:11 2021 Memory usage per processor = 27.5224 Mbytes Step Atoms AVEKE stressZZ 5399 5000 8.2433033e-12 1508322.4 5400 -0.00796249999999566 1508293.70370872 5400 5000 8.0156667e-12 1508293.7 Loop time of 0.0188251 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:11 2021 Pair time (%) = 0.000874043 (4.64297) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.174776) Outpt time (%) = 0.017822 (94.6719) Other time (%) = 9.60827e-05 (0.510398) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:11 2021 Memory usage per processor = 27.5225 Mbytes Step Atoms AVEKE stressZZ 5400 5000 8.0156667e-12 1508290.2 5401 -0.00796249999999566 1508261.78528193 5401 5000 7.8724645e-12 1508261.8 Loop time of 0.0170372 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:11 2021 Pair time (%) = 0.000873089 (5.12462) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.194517) Outpt time (%) = 0.016037 (94.1295) Other time (%) = 9.39369e-05 (0.551365) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:11 2021 Memory usage per processor = 27.5225 Mbytes Step Atoms AVEKE stressZZ 5401 5000 7.8724645e-12 1508258.3 5402 -0.00796249999999566 1508230.10985033 5402 5000 7.7819371e-12 1508230.1 Loop time of 0.017009 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:11 2021 Pair time (%) = 0.000951052 (5.59146) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.211659) Outpt time (%) = 0.0159142 (93.5633) Other time (%) = 0.000107765 (0.633577) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:11 2021 Memory usage per processor = 27.5225 Mbytes Step Atoms AVEKE stressZZ 5402 5000 7.7819371e-12 1508226.6 5403 -0.00796249999999566 1508198.58936307 5403 5000 7.7244876e-12 1508198.6 Loop time of 0.0172791 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:12 2021 Pair time (%) = 0.000891924 (5.16185) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190413) Outpt time (%) = 0.0162561 (94.0793) Other time (%) = 9.82285e-05 (0.56848) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:12 2021 Memory usage per processor = 27.5225 Mbytes Step Atoms AVEKE stressZZ 5403 5000 7.7244876e-12 1508195.1 5404 -0.00796249999999566 1508167.16786282 5404 5000 7.6878989e-12 1508167.2 Loop time of 0.0171709 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:12 2021 Pair time (%) = 0.000874043 (5.09025) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198556) Outpt time (%) = 0.016165 (94.1419) Other time (%) = 9.77516e-05 (0.569286) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:12 2021 Memory usage per processor = 27.5225 Mbytes Step Atoms AVEKE stressZZ 5404 5000 7.6878989e-12 1508163.7 5405 -0.00796249999999566 1508135.80978795 5405 5000 7.6645023e-12 1508135.8 Loop time of 0.016861 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:12 2021 Pair time (%) = 0.000873089 (5.17817) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.202206) Outpt time (%) = 0.0158548 (94.0328) Other time (%) = 9.89437e-05 (0.586821) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:12 2021 Memory usage per processor = 27.5225 Mbytes Step Atoms AVEKE stressZZ 5405 5000 7.6645023e-12 1508132.4 5406 -0.00796249999999566 1508104.49253865 5406 5000 7.6494632e-12 1508104.5 Loop time of 0.017292 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:12 2021 Pair time (%) = 0.00109887 (6.35479) Neigh time (%) = 0 (0) Comm time (%) = 4.19617e-05 (0.242665) Outpt time (%) = 0.0160029 (92.5449) Other time (%) = 0.000148296 (0.8576) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:12 2021 Memory usage per processor = 27.5225 Mbytes Step Atoms AVEKE stressZZ 5406 5000 7.6494632e-12 1508101 5407 -0.00796249999999566 1508073.20175239 5407 5000 7.6397247e-12 1508073.2 Loop time of 0.0170619 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:12 2021 Pair time (%) = 0.000873804 (5.12136) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192837) Outpt time (%) = 0.0160561 (94.1045) Other time (%) = 9.91821e-05 (0.581306) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:12 2021 Memory usage per processor = 27.5225 Mbytes Step Atoms AVEKE stressZZ 5407 5000 7.6397247e-12 1508069.8 5408 -0.00796249999999566 1508041.9283016 5408 5000 7.6333506e-12 1508041.9 Loop time of 0.0170212 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:12 2021 Pair time (%) = 0.000871897 (5.12242) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.193299) Outpt time (%) = 0.0160229 (94.1352) Other time (%) = 9.34601e-05 (0.549081) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:12 2021 Memory usage per processor = 27.5225 Mbytes Step Atoms AVEKE stressZZ 5408 5000 7.6333506e-12 1508038.5 5409 -0.00796249999999566 1508010.66638553 5409 5000 7.6291127e-12 1508010.7 Loop time of 0.0169089 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:12 2021 Pair time (%) = 0.00089407 (5.28757) Neigh time (%) = 0 (0) Comm time (%) = 3.57628e-05 (0.211503) Outpt time (%) = 0.0158761 (93.8918) Other time (%) = 0.000102997 (0.609128) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:12 2021 Memory usage per processor = 27.5225 Mbytes Step Atoms AVEKE stressZZ 5409 5000 7.6291127e-12 1508007.2 5410 -0.00796249999999566 1507979.4123177 5410 5000 7.6262319e-12 1507979.4 Loop time of 0.018997 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:12 2021 Pair time (%) = 0.00095892 (5.04775) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.17947) Outpt time (%) = 0.017895 (94.1992) Other time (%) = 0.000108957 (0.573551) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:12 2021 Memory usage per processor = 27.5225 Mbytes Step Atoms AVEKE stressZZ 5410 5000 7.6262319e-12 1507976 5411 -0.00796249999999566 1507948.16375525 5411 5000 7.6242131e-12 1507948.2 Loop time of 0.017144 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:12 2021 Pair time (%) = 0.000895977 (5.22619) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191915) Outpt time (%) = 0.0161159 (94.0034) Other time (%) = 9.91821e-05 (0.578525) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:12 2021 Memory usage per processor = 27.5225 Mbytes Step Atoms AVEKE stressZZ 5411 5000 7.6242131e-12 1507944.7 5412 -0.00796249999999566 1507916.91920927 5412 5000 7.622742e-12 1507916.9 Loop time of 0.0169401 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:12 2021 Pair time (%) = 0.000874043 (5.1596) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.201261) Outpt time (%) = 0.015934 (94.0607) Other time (%) = 9.799e-05 (0.57845) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:12 2021 Memory usage per processor = 27.5225 Mbytes Step Atoms AVEKE stressZZ 5412 5000 7.622742e-12 1507913.5 5413 -0.00796249999999566 1507885.6777334 5413 5000 7.6216191e-12 1507885.7 Loop time of 0.0169981 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:12 2021 Pair time (%) = 0.000966072 (5.68343) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.217407) Outpt time (%) = 0.0158761 (93.3993) Other time (%) = 0.000118971 (0.699909) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:12 2021 Memory usage per processor = 27.5225 Mbytes Step Atoms AVEKE stressZZ 5413 5000 7.6216191e-12 1507882.2 5414 -0.00796249999999566 1507854.43872624 5414 5000 7.6207173e-12 1507854.4 Loop time of 0.017132 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:12 2021 Pair time (%) = 0.000957966 (5.59166) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.203181) Outpt time (%) = 0.0160379 (93.6137) Other time (%) = 0.000101328 (0.591452) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:12 2021 Memory usage per processor = 27.5225 Mbytes Step Atoms AVEKE stressZZ 5414 5000 7.6207173e-12 1507851 5415 -0.00796249999999566 1507823.20180551 5415 5000 7.6199561e-12 1507823.2 Loop time of 0.017133 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:12 2021 Pair time (%) = 0.000873089 (5.09595) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192037) Outpt time (%) = 0.016129 (94.1401) Other time (%) = 9.799e-05 (0.571937) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:12 2021 Memory usage per processor = 27.5225 Mbytes Step Atoms AVEKE stressZZ 5415 5000 7.6199561e-12 1507819.8 5416 -0.00796249999999566 1507791.96672823 5416 5000 7.6192842e-12 1507792 Loop time of 0.016892 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:12 2021 Pair time (%) = 0.000876904 (5.19125) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.201835) Outpt time (%) = 0.015882 (94.0212) Other time (%) = 9.89437e-05 (0.585745) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:12 2021 Memory usage per processor = 27.5225 Mbytes Step Atoms AVEKE stressZZ 5416 5000 7.6192842e-12 1507788.5 5417 -0.00796249999999566 1507760.73333995 5417 5000 7.6186692e-12 1507760.7 Loop time of 0.0172329 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:12 2021 Pair time (%) = 0.000909805 (5.27947) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.232429) Outpt time (%) = 0.0161729 (93.8489) Other time (%) = 0.000110149 (0.639181) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:12 2021 Memory usage per processor = 27.5225 Mbytes Step Atoms AVEKE stressZZ 5417 5000 7.6186692e-12 1507757.3 5418 -0.00796249999999566 1507729.50154245 5418 5000 7.6180902e-12 1507729.5 Loop time of 0.0172539 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:12 2021 Pair time (%) = 0.000904083 (5.23989) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.203128) Outpt time (%) = 0.0162079 (93.9379) Other time (%) = 0.000106812 (0.619058) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:12 2021 Memory usage per processor = 27.5225 Mbytes Step Atoms AVEKE stressZZ 5418 5000 7.6180902e-12 1507726.1 5419 -0.00796249999999566 1507698.27127327 5419 5000 7.6175343e-12 1507698.3 Loop time of 0.0169539 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:12 2021 Pair time (%) = 0.000877142 (5.17367) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.194066) Outpt time (%) = 0.015923 (93.9193) Other time (%) = 0.000120878 (0.71298) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:12 2021 Memory usage per processor = 27.5225 Mbytes Step Atoms AVEKE stressZZ 5419 5000 7.6175343e-12 1507694.8 5420 -0.00796249999999566 1507667.04249267 5420 5000 7.6169929e-12 1507667 Loop time of 0.0188062 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:12 2021 Pair time (%) = 0.000975847 (5.18896) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.191432) Outpt time (%) = 0.0176842 (94.0339) Other time (%) = 0.000110149 (0.585707) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:12 2021 Memory usage per processor = 27.5225 Mbytes Step Atoms AVEKE stressZZ 5420 5000 7.6169929e-12 1507663.6 5421 -0.00796249999999566 1507635.81517532 5421 5000 7.6164609e-12 1507635.8 Loop time of 0.0173821 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:12 2021 Pair time (%) = 0.000905037 (5.2067) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.196143) Outpt time (%) = 0.0163419 (94.0156) Other time (%) = 0.000101089 (0.581571) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:12 2021 Memory usage per processor = 27.5225 Mbytes Step Atoms AVEKE stressZZ 5421 5000 7.6164609e-12 1507632.4 5422 -0.00796249999999566 1507604.5893051 5422 5000 7.6159348e-12 1507604.6 Loop time of 0.0170791 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:12 2021 Pair time (%) = 0.000871897 (5.10505) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192643) Outpt time (%) = 0.0160758 (94.1258) Other time (%) = 9.84669e-05 (0.576534) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:12 2021 Memory usage per processor = 27.5225 Mbytes Step Atoms AVEKE stressZZ 5422 5000 7.6159348e-12 1507601.1 5423 -0.00796249999999566 1507573.36487173 5423 5000 7.6154124e-12 1507573.4 Loop time of 0.017005 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:12 2021 Pair time (%) = 0.00087595 (5.15114) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.194885) Outpt time (%) = 0.0159972 (94.0735) Other time (%) = 9.87053e-05 (0.58045) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:12 2021 Memory usage per processor = 27.5225 Mbytes Step Atoms AVEKE stressZZ 5423 5000 7.6154124e-12 1507569.9 5424 -0.00796249999999566 1507542.14186859 5424 5000 7.6148925e-12 1507542.1 Loop time of 0.017091 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:12 2021 Pair time (%) = 0.00100303 (5.86873) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.223199) Outpt time (%) = 0.0159252 (93.1785) Other time (%) = 0.000124693 (0.729581) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:12 2021 Memory usage per processor = 27.5225 Mbytes Step Atoms AVEKE stressZZ 5424 5000 7.6148925e-12 1507538.7 5425 -0.00796249999999566 1507510.92029145 5425 5000 7.6143742e-12 1507510.9 Loop time of 0.0170898 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:12 2021 Pair time (%) = 0.000879049 (5.14369) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205078) Outpt time (%) = 0.0160749 (94.0611) Other time (%) = 0.000100851 (0.590123) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:12 2021 Memory usage per processor = 27.5225 Mbytes Step Atoms AVEKE stressZZ 5425 5000 7.6143742e-12 1507507.5 5426 -0.00796249999999566 1507479.7001376 5426 5000 7.6138568e-12 1507479.7 Loop time of 0.0172 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:12 2021 Pair time (%) = 0.00087595 (5.09273) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.19822) Outpt time (%) = 0.0161939 (94.1504) Other time (%) = 9.60827e-05 (0.55862) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:12 2021 Memory usage per processor = 27.5225 Mbytes Step Atoms AVEKE stressZZ 5426 5000 7.6138568e-12 1507476.3 5427 -0.00796249999999566 1507448.48140524 5427 5000 7.6133401e-12 1507448.5 Loop time of 0.01704 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:12 2021 Pair time (%) = 0.000897884 (5.26927) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.204279) Outpt time (%) = 0.015985 (93.8087) Other time (%) = 0.000122309 (0.717774) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:12 2021 Memory usage per processor = 27.5225 Mbytes Step Atoms AVEKE stressZZ 5427 5000 7.6133401e-12 1507445 5428 -0.00796249999999566 1507417.26409318 5428 5000 7.6128239e-12 1507417.3 Loop time of 0.0171201 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:12 2021 Pair time (%) = 0.000923157 (5.39223) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204715) Outpt time (%) = 0.0160582 (93.7973) Other time (%) = 0.000103712 (0.605791) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:12 2021 Memory usage per processor = 27.5225 Mbytes Step Atoms AVEKE stressZZ 5428 5000 7.6128239e-12 1507413.8 5429 -0.00796249999999566 1507386.04820057 5429 5000 7.6123079e-12 1507386 Loop time of 0.0170829 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:12 2021 Pair time (%) = 0.000874043 (5.11647) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193996) Outpt time (%) = 0.0160799 (94.1285) Other time (%) = 9.58443e-05 (0.561053) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:12 2021 Memory usage per processor = 27.5225 Mbytes Step Atoms AVEKE stressZZ 5429 5000 7.6123079e-12 1507382.6 5430 -0.00796249999999566 1507354.83372692 5430 5000 7.6117921e-12 1507354.8 Loop time of 0.0185919 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:12 2021 Pair time (%) = 0.00090313 (4.85766) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.178251) Outpt time (%) = 0.017555 (94.4229) Other time (%) = 0.000100613 (0.541164) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:12 2021 Memory usage per processor = 27.5225 Mbytes Step Atoms AVEKE stressZZ 5430 5000 7.6117921e-12 1507351.4 5431 -0.00796249999999566 1507323.62067181 5431 5000 7.6112765e-12 1507323.6 Loop time of 0.0169501 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:12 2021 Pair time (%) = 0.000901937 (5.32112) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.205362) Outpt time (%) = 0.015908 (93.8518) Other time (%) = 0.000105381 (0.621712) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:12 2021 Memory usage per processor = 27.5225 Mbytes Step Atoms AVEKE stressZZ 5431 5000 7.6112765e-12 1507320.2 5432 -0.00796249999999566 1507292.40903495 5432 5000 7.610761e-12 1507292.4 Loop time of 0.0171468 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:12 2021 Pair time (%) = 0.000889063 (5.185) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191883) Outpt time (%) = 0.0161259 (94.0461) Other time (%) = 9.89437e-05 (0.577038) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:12 2021 Memory usage per processor = 27.5225 Mbytes Step Atoms AVEKE stressZZ 5432 5000 7.610761e-12 1507289 5433 -0.00796249999999566 1507261.19881608 5433 5000 7.6102456e-12 1507261.2 Loop time of 0.0171568 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:12 2021 Pair time (%) = 0.000869989 (5.0708) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191771) Outpt time (%) = 0.016155 (94.1607) Other time (%) = 9.89437e-05 (0.576701) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:12 2021 Memory usage per processor = 27.5225 Mbytes Step Atoms AVEKE stressZZ 5433 5000 7.6102456e-12 1507257.8 5434 -0.00796249999999566 1507229.99001505 5434 5000 7.6097303e-12 1507230 Loop time of 0.0168831 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:12 2021 Pair time (%) = 0.000877142 (5.19537) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.20194) Outpt time (%) = 0.0158701 (93.9997) Other time (%) = 0.000101805 (0.602997) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:12 2021 Memory usage per processor = 27.5225 Mbytes Step Atoms AVEKE stressZZ 5434 5000 7.6097303e-12 1507226.5 5435 -0.00796249999999566 1507198.78263163 5435 5000 7.609215e-12 1507198.8 Loop time of 0.0172689 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:12 2021 Pair time (%) = 0.000977039 (5.6578) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.196049) Outpt time (%) = 0.0161259 (93.3813) Other time (%) = 0.000132084 (0.764866) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:12 2021 Memory usage per processor = 27.5225 Mbytes Step Atoms AVEKE stressZZ 5435 5000 7.609215e-12 1507195.3 5436 -0.00796249999999566 1507167.57666571 5436 5000 7.6086998e-12 1507167.6 Loop time of 0.0168328 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:12 2021 Pair time (%) = 0.000874996 (5.19815) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.195462) Outpt time (%) = 0.0158279 (94.0299) Other time (%) = 9.70364e-05 (0.576471) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:12 2021 Memory usage per processor = 27.5225 Mbytes Step Atoms AVEKE stressZZ 5436 5000 7.6086998e-12 1507164.1 5437 -0.00796249999999566 1507136.37211709 5437 5000 7.6081846e-12 1507136.4 Loop time of 0.0167608 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:12 2021 Pair time (%) = 0.000873804 (5.21337) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.196302) Outpt time (%) = 0.015759 (94.0228) Other time (%) = 9.5129e-05 (0.567568) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:12 2021 Memory usage per processor = 27.5225 Mbytes Step Atoms AVEKE stressZZ 5437 5000 7.6081846e-12 1507132.9 5438 -0.00796249999999566 1507105.16898567 5438 5000 7.6076695e-12 1507105.2 Loop time of 0.0167952 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:12 2021 Pair time (%) = 0.000877142 (5.22259) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.1959) Outpt time (%) = 0.015794 (94.0392) Other time (%) = 9.10759e-05 (0.542275) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:12 2021 Memory usage per processor = 27.5225 Mbytes Step Atoms AVEKE stressZZ 5438 5000 7.6076695e-12 1507101.7 5439 -0.00796249999999566 1507073.96727132 5439 5000 7.6071544e-12 1507074 Loop time of 0.0170181 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:12 2021 Pair time (%) = 0.000874996 (5.14157) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.193334) Outpt time (%) = 0.0160179 (94.1229) Other time (%) = 9.2268e-05 (0.542176) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:12 2021 Memory usage per processor = 27.5225 Mbytes Step Atoms AVEKE stressZZ 5439 5000 7.6071544e-12 1507070.5 5440 -0.00796249999999566 1507042.76697388 5440 5000 7.6066394e-12 1507042.8 Loop time of 0.0189059 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:12 2021 Pair time (%) = 0.000874996 (4.62817) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.174029) Outpt time (%) = 0.0178978 (94.6681) Other time (%) = 0.000100136 (0.529654) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:12 2021 Memory usage per processor = 27.5225 Mbytes Step Atoms AVEKE stressZZ 5440 5000 7.6066394e-12 1507039.3 5441 -0.00796249999999566 1507011.56809326 5441 5000 7.6061244e-12 1507011.6 Loop time of 0.016923 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:12 2021 Pair time (%) = 0.000914097 (5.40152) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.212736) Outpt time (%) = 0.015866 (93.7546) Other time (%) = 0.000106812 (0.631164) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:12 2021 Memory usage per processor = 27.5225 Mbytes Step Atoms AVEKE stressZZ 5441 5000 7.6061244e-12 1507008.1 5442 -0.00796249999999566 1506980.37062929 5442 5000 7.6056095e-12 1506980.4 Loop time of 0.0171371 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:12 2021 Pair time (%) = 0.000911951 (5.32152) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198948) Outpt time (%) = 0.0160871 (93.873) Other time (%) = 0.000103951 (0.606583) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:12 2021 Memory usage per processor = 27.5225 Mbytes Step Atoms AVEKE stressZZ 5442 5000 7.6056095e-12 1506976.9 5443 -0.00796249999999566 1506949.17458186 5443 5000 7.6050947e-12 1506949.2 Loop time of 0.0171821 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:12 2021 Pair time (%) = 0.000907183 (5.27981) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.203977) Outpt time (%) = 0.01612 (93.8183) Other time (%) = 0.000119925 (0.697962) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:12 2021 Memory usage per processor = 27.5225 Mbytes Step Atoms AVEKE stressZZ 5443 5000 7.6050947e-12 1506945.7 5444 -0.00796249999999566 1506917.97995085 5444 5000 7.6045798e-12 1506918 Loop time of 0.0169518 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:12 2021 Pair time (%) = 0.000874996 (5.16167) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.195497) Outpt time (%) = 0.015949 (94.0845) Other time (%) = 9.46522e-05 (0.558361) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:12 2021 Memory usage per processor = 27.5225 Mbytes Step Atoms AVEKE stressZZ 5444 5000 7.6045798e-12 1506914.5 5445 -0.00796249999999566 1506886.78673612 5445 5000 7.6040651e-12 1506886.8 Loop time of 0.01706 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:12 2021 Pair time (%) = 0.000957012 (5.60967) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205436) Outpt time (%) = 0.015959 (93.5462) Other time (%) = 0.000108957 (0.63867) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:12 2021 Memory usage per processor = 27.5225 Mbytes Step Atoms AVEKE stressZZ 5445 5000 7.6040651e-12 1506883.3 5446 -0.00796249999999566 1506855.59493752 5446 5000 7.6035503e-12 1506855.6 Loop time of 0.017076 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:12 2021 Pair time (%) = 0.00087285 (5.11156) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.198263) Outpt time (%) = 0.0160711 (94.1149) Other time (%) = 9.82285e-05 (0.575242) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:12 2021 Memory usage per processor = 27.5225 Mbytes Step Atoms AVEKE stressZZ 5446 5000 7.6035503e-12 1506852.2 5447 -0.00796249999999566 1506824.40455499 5447 5000 7.6030356e-12 1506824.4 Loop time of 0.0172031 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:13 2021 Pair time (%) = 0.000936985 (5.44661) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.203728) Outpt time (%) = 0.0161262 (93.7399) Other time (%) = 0.000104904 (0.609798) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:13 2021 Memory usage per processor = 27.5225 Mbytes Step Atoms AVEKE stressZZ 5447 5000 7.6030356e-12 1506821 5448 -0.00796249999999566 1506793.21558835 5448 5000 7.602521e-12 1506793.2 Loop time of 0.0169189 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:13 2021 Pair time (%) = 0.000873089 (5.16044) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.200104) Outpt time (%) = 0.015913 (94.0546) Other time (%) = 9.89437e-05 (0.584812) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:13 2021 Memory usage per processor = 27.5225 Mbytes Step Atoms AVEKE stressZZ 5448 5000 7.602521e-12 1506789.8 5449 -0.00796249999999566 1506762.0280375 5449 5000 7.6020064e-12 1506762 Loop time of 0.017251 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:13 2021 Pair time (%) = 0.000911951 (5.28636) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197634) Outpt time (%) = 0.0161979 (93.8955) Other time (%) = 0.00010705 (0.620543) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:13 2021 Memory usage per processor = 27.5225 Mbytes Step Atoms AVEKE stressZZ 5449 5000 7.6020064e-12 1506758.6 5450 -0.00796249999999566 1506730.84190228 5450 5000 7.6014919e-12 1506730.8 Loop time of 0.0188289 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:13 2021 Pair time (%) = 0.00087595 (4.65216) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.174741) Outpt time (%) = 0.0178239 (94.6628) Other time (%) = 9.60827e-05 (0.510295) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:13 2021 Memory usage per processor = 27.5225 Mbytes Step Atoms AVEKE stressZZ 5450 5000 7.6014919e-12 1506727.4 5451 -0.00796249999999566 1506699.65718259 5451 5000 7.6009774e-12 1506699.7 Loop time of 0.0169499 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:13 2021 Pair time (%) = 0.00087595 (5.16788) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.194112) Outpt time (%) = 0.0159431 (94.0599) Other time (%) = 9.799e-05 (0.578116) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:13 2021 Memory usage per processor = 27.5225 Mbytes Step Atoms AVEKE stressZZ 5451 5000 7.6009774e-12 1506696.2 5452 -0.00796249999999566 1506668.47387832 5452 5000 7.600463e-12 1506668.5 Loop time of 0.0169399 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:13 2021 Pair time (%) = 0.000907898 (5.35953) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.212523) Outpt time (%) = 0.015892 (93.8143) Other time (%) = 0.000103951 (0.613644) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:13 2021 Memory usage per processor = 27.5225 Mbytes Step Atoms AVEKE stressZZ 5452 5000 7.600463e-12 1506665 5453 -0.00796249999999566 1506637.2919893 5453 5000 7.5999486e-12 1506637.3 Loop time of 0.0172429 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:13 2021 Pair time (%) = 0.000971079 (5.63176) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.221233) Outpt time (%) = 0.016113 (93.4474) Other time (%) = 0.00012064 (0.699649) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:13 2021 Memory usage per processor = 27.5225 Mbytes Step Atoms AVEKE stressZZ 5453 5000 7.5999486e-12 1506633.9 5454 -0.00796249999999566 1506606.11151544 5454 5000 7.5994342e-12 1506606.1 Loop time of 0.0171342 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:13 2021 Pair time (%) = 0.000874996 (5.10673) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193416) Outpt time (%) = 0.016135 (94.1683) Other time (%) = 9.10759e-05 (0.531545) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:13 2021 Memory usage per processor = 27.5225 Mbytes Step Atoms AVEKE stressZZ 5454 5000 7.5994342e-12 1506602.7 5455 -0.00796249999999566 1506574.93245664 5455 5000 7.5989199e-12 1506574.9 Loop time of 0.016818 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:13 2021 Pair time (%) = 0.000883818 (5.25517) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.195634) Outpt time (%) = 0.0158031 (93.9651) Other time (%) = 9.82285e-05 (0.584066) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:13 2021 Memory usage per processor = 27.5225 Mbytes Step Atoms AVEKE stressZZ 5455 5000 7.5989199e-12 1506571.5 5456 -0.00796249999999566 1506543.7548127 5456 5000 7.5984056e-12 1506543.8 Loop time of 0.017329 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:13 2021 Pair time (%) = 0.00109601 (6.32473) Neigh time (%) = 0 (0) Comm time (%) = 4.19617e-05 (0.242147) Outpt time (%) = 0.0160229 (92.4632) Other time (%) = 0.000168085 (0.969965) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:13 2021 Memory usage per processor = 27.5225 Mbytes Step Atoms AVEKE stressZZ 5456 5000 7.5984056e-12 1506540.3 5457 -0.00796249999999566 1506512.57858356 5457 5000 7.5978914e-12 1506512.6 Loop time of 0.0172131 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:13 2021 Pair time (%) = 0.000878096 (5.10132) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191144) Outpt time (%) = 0.0162051 (94.1438) Other time (%) = 9.70364e-05 (0.563735) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:13 2021 Memory usage per processor = 27.5225 Mbytes Step Atoms AVEKE stressZZ 5457 5000 7.5978914e-12 1506509.1 5458 -0.00796249999999566 1506481.40376905 5458 5000 7.5973773e-12 1506481.4 Loop time of 0.0169549 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:13 2021 Pair time (%) = 0.000873089 (5.14948) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.195461) Outpt time (%) = 0.0159569 (94.1137) Other time (%) = 9.17912e-05 (0.541384) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:13 2021 Memory usage per processor = 27.5225 Mbytes Step Atoms AVEKE stressZZ 5458 5000 7.5973773e-12 1506478 5459 -0.00796249999999566 1506450.23036909 5459 5000 7.5968632e-12 1506450.2 Loop time of 0.0170791 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:13 2021 Pair time (%) = 0.000892878 (5.22789) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205207) Outpt time (%) = 0.0160441 (93.9401) Other time (%) = 0.00010705 (0.626789) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:13 2021 Memory usage per processor = 27.5225 Mbytes Step Atoms AVEKE stressZZ 5459 5000 7.5968632e-12 1506446.8 5460 -0.00796249999999566 1506419.05838352 5460 5000 7.5963491e-12 1506419.1 Loop time of 0.019089 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:13 2021 Pair time (%) = 0.000924826 (4.84481) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.177356) Outpt time (%) = 0.0180249 (94.4258) Other time (%) = 0.000105381 (0.552051) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:13 2021 Memory usage per processor = 27.5225 Mbytes Step Atoms AVEKE stressZZ 5460 5000 7.5963491e-12 1506415.6 5461 -0.00796249999999566 1506387.88781222 5461 5000 7.5958351e-12 1506387.9 Loop time of 0.017112 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:13 2021 Pair time (%) = 0.000878811 (5.13564) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192273) Outpt time (%) = 0.016109 (94.1385) Other time (%) = 9.13143e-05 (0.533627) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:13 2021 Memory usage per processor = 27.5225 Mbytes Step Atoms AVEKE stressZZ 5461 5000 7.5958351e-12 1506384.4 5462 -0.00796249999999566 1506356.71865509 5462 5000 7.5953211e-12 1506356.7 Loop time of 0.0172229 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:13 2021 Pair time (%) = 0.000898838 (5.21886) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191035) Outpt time (%) = 0.0161898 (94.0018) Other time (%) = 0.000101328 (0.588333) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:13 2021 Memory usage per processor = 27.5225 Mbytes Step Atoms AVEKE stressZZ 5462 5000 7.5953211e-12 1506353.3 5463 -0.00796249999999566 1506325.55091197 5463 5000 7.5948072e-12 1506325.6 Loop time of 0.0169201 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:13 2021 Pair time (%) = 0.000910044 (5.37848) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.212772) Outpt time (%) = 0.015867 (93.7761) Other time (%) = 0.00010705 (0.63268) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:13 2021 Memory usage per processor = 27.5225 Mbytes Step Atoms AVEKE stressZZ 5463 5000 7.5948072e-12 1506322.1 5464 -0.00796249999999566 1506294.38458279 5464 5000 7.5942933e-12 1506294.4 Loop time of 0.017148 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:13 2021 Pair time (%) = 0.000892162 (5.20271) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191869) Outpt time (%) = 0.016124 (94.0284) Other time (%) = 9.89437e-05 (0.576998) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:13 2021 Memory usage per processor = 27.5225 Mbytes Step Atoms AVEKE stressZZ 5464 5000 7.5942933e-12 1506290.9 5465 -0.00796249999999566 1506263.21966736 5465 5000 7.5937795e-12 1506263.2 Loop time of 0.0171449 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:13 2021 Pair time (%) = 0.000890017 (5.19114) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193294) Outpt time (%) = 0.016124 (94.0454) Other time (%) = 9.77516e-05 (0.570149) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:13 2021 Memory usage per processor = 27.5225 Mbytes Step Atoms AVEKE stressZZ 5465 5000 7.5937795e-12 1506259.8 5466 -0.00796249999999566 1506232.05616558 5466 5000 7.5932657e-12 1506232.1 Loop time of 0.0169561 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:13 2021 Pair time (%) = 0.00088501 (5.21942) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.194041) Outpt time (%) = 0.0159402 (94.0086) Other time (%) = 9.799e-05 (0.577905) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:13 2021 Memory usage per processor = 27.5225 Mbytes Step Atoms AVEKE stressZZ 5466 5000 7.5932657e-12 1506228.6 5467 -0.00796249999999566 1506200.89407737 5467 5000 7.5927519e-12 1506200.9 Loop time of 0.0173531 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:13 2021 Pair time (%) = 0.000995159 (5.73478) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.201967) Outpt time (%) = 0.016176 (93.2169) Other time (%) = 0.000146866 (0.84634) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:13 2021 Memory usage per processor = 27.5225 Mbytes Step Atoms AVEKE stressZZ 5467 5000 7.5927519e-12 1506197.5 5468 -0.00796249999999566 1506169.73340257 5468 5000 7.5922383e-12 1506169.7 Loop time of 0.0172119 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:13 2021 Pair time (%) = 0.000895977 (5.20556) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.203624) Outpt time (%) = 0.01618 (94.0049) Other time (%) = 0.000100851 (0.585938) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:13 2021 Memory usage per processor = 27.5225 Mbytes Step Atoms AVEKE stressZZ 5468 5000 7.5922383e-12 1506166.3 5469 -0.00796249999999566 1506138.57414106 5469 5000 7.5917246e-12 1506138.6 Loop time of 0.017014 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:13 2021 Pair time (%) = 0.000879049 (5.16662) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.194782) Outpt time (%) = 0.0160029 (94.0571) Other time (%) = 9.89437e-05 (0.581542) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:13 2021 Memory usage per processor = 27.5225 Mbytes Step Atoms AVEKE stressZZ 5469 5000 7.5917246e-12 1506135.1 5470 -0.00796249999999566 1506107.4162927 5470 5000 7.591211e-12 1506107.4 Loop time of 0.0186141 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:13 2021 Pair time (%) = 0.000890017 (4.78142) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.193409) Outpt time (%) = 0.0175829 (94.4603) Other time (%) = 0.000105143 (0.564856) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:13 2021 Memory usage per processor = 27.5225 Mbytes Step Atoms AVEKE stressZZ 5470 5000 7.591211e-12 1506104 5471 -0.00796249999999566 1506076.25985739 5471 5000 7.5906975e-12 1506076.3 Loop time of 0.01741 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:13 2021 Pair time (%) = 0.000899076 (5.16413) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.195829) Outpt time (%) = 0.0163729 (94.043) Other time (%) = 0.000103951 (0.597072) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:13 2021 Memory usage per processor = 27.5225 Mbytes Step Atoms AVEKE stressZZ 5471 5000 7.5906975e-12 1506072.8 5472 -0.00796249999999566 1506045.10483501 5472 5000 7.590184e-12 1506045.1 Loop time of 0.017134 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:13 2021 Pair time (%) = 0.000873804 (5.09984) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.197593) Outpt time (%) = 0.016129 (94.1348) Other time (%) = 9.72748e-05 (0.567731) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:13 2021 Memory usage per processor = 27.5225 Mbytes Step Atoms AVEKE stressZZ 5472 5000 7.590184e-12 1506041.7 5473 -0.00796249999999566 1506013.95122539 5473 5000 7.5896705e-12 1506014 Loop time of 0.0168929 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:13 2021 Pair time (%) = 0.000871897 (5.16132) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.196178) Outpt time (%) = 0.015897 (94.1048) Other time (%) = 9.08375e-05 (0.537725) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:13 2021 Memory usage per processor = 27.5225 Mbytes Step Atoms AVEKE stressZZ 5473 5000 7.5896705e-12 1506010.5 5474 -0.00796249999999566 1505982.79902849 5474 5000 7.5891571e-12 1505982.8 Loop time of 0.017169 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:13 2021 Pair time (%) = 0.0010612 (6.18091) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.215242) Outpt time (%) = 0.015954 (92.9234) Other time (%) = 0.000116825 (0.680442) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:13 2021 Memory usage per processor = 27.5225 Mbytes Step Atoms AVEKE stressZZ 5474 5000 7.5891571e-12 1505979.4 5475 -0.00796249999999566 1505951.64824412 5475 5000 7.5886437e-12 1505951.6 Loop time of 0.017004 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:13 2021 Pair time (%) = 0.00087285 (5.1332) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.199103) Outpt time (%) = 0.0160029 (94.1125) Other time (%) = 9.44138e-05 (0.555244) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:13 2021 Memory usage per processor = 27.5225 Mbytes Step Atoms AVEKE stressZZ 5475 5000 7.5886437e-12 1505948.2 5476 -0.00796249999999566 1505920.49887219 5476 5000 7.5881304e-12 1505920.5 Loop time of 0.0172989 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:13 2021 Pair time (%) = 0.000957966 (5.53772) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.195708) Outpt time (%) = 0.016206 (93.6822) Other time (%) = 0.000101089 (0.584368) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:13 2021 Memory usage per processor = 27.5225 Mbytes Step Atoms AVEKE stressZZ 5476 5000 7.5881304e-12 1505917.1 5477 -0.00796249999999566 1505889.35091257 5477 5000 7.5876172e-12 1505889.4 Loop time of 0.0169179 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:13 2021 Pair time (%) = 0.000889063 (5.25515) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207162) Outpt time (%) = 0.0158889 (93.9176) Other time (%) = 0.000104904 (0.620076) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:13 2021 Memory usage per processor = 27.5225 Mbytes Step Atoms AVEKE stressZZ 5477 5000 7.5876172e-12 1505885.9 5478 -0.00796249999999566 1505858.20437377 5478 5000 7.587104e-12 1505858.2 Loop time of 0.017278 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:13 2021 Pair time (%) = 0.000920773 (5.32918) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.202845) Outpt time (%) = 0.016217 (93.8594) Other time (%) = 0.000105143 (0.608536) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:13 2021 Memory usage per processor = 27.5225 Mbytes Step Atoms AVEKE stressZZ 5478 5000 7.587104e-12 1505854.8 5479 -0.00796249999999566 1505827.05928881 5479 5000 7.5865908e-12 1505827.1 Loop time of 0.017117 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:13 2021 Pair time (%) = 0.000890017 (5.1996) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204752) Outpt time (%) = 0.0160899 (93.9995) Other time (%) = 0.000102043 (0.59615) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:13 2021 Memory usage per processor = 27.5225 Mbytes Step Atoms AVEKE stressZZ 5479 5000 7.5865908e-12 1505823.6 5480 -0.00796249999999566 1505795.91563983 5480 5000 7.5860777e-12 1505795.9 Loop time of 0.018609 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:13 2021 Pair time (%) = 0.000886202 (4.76221) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.18193) Outpt time (%) = 0.017592 (94.5344) Other time (%) = 9.70364e-05 (0.521447) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:13 2021 Memory usage per processor = 27.5225 Mbytes Step Atoms AVEKE stressZZ 5480 5000 7.5860777e-12 1505792.5 5481 -0.00796249999999566 1505764.77342055 5481 5000 7.5855646e-12 1505764.8 Loop time of 0.0167429 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:13 2021 Pair time (%) = 0.000873089 (5.21467) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.197935) Outpt time (%) = 0.015749 (94.0634) Other time (%) = 8.7738e-05 (0.52403) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:13 2021 Memory usage per processor = 27.5225 Mbytes Step Atoms AVEKE stressZZ 5481 5000 7.5855646e-12 1505761.3 5482 -0.00796249999999566 1505733.6326278 5482 5000 7.5850515e-12 1505733.6 Loop time of 0.016798 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:13 2021 Pair time (%) = 0.000874996 (5.20892) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.195867) Outpt time (%) = 0.0157971 (94.0417) Other time (%) = 9.29832e-05 (0.553537) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:13 2021 Memory usage per processor = 27.5225 Mbytes Step Atoms AVEKE stressZZ 5482 5000 7.5850515e-12 1505730.2 5483 -0.00796249999999566 1505702.49325969 5483 5000 7.5845386e-12 1505702.5 Loop time of 0.0167181 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:13 2021 Pair time (%) = 0.000874043 (5.22811) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.196803) Outpt time (%) = 0.0157251 (94.0603) Other time (%) = 8.60691e-05 (0.514824) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:13 2021 Memory usage per processor = 27.5225 Mbytes Step Atoms AVEKE stressZZ 5483 5000 7.5845386e-12 1505699.1 5484 -0.00796249999999566 1505671.35531478 5484 5000 7.5840256e-12 1505671.4 Loop time of 0.0173709 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:13 2021 Pair time (%) = 0.00113797 (6.55101) Neigh time (%) = 0 (0) Comm time (%) = 4.29153e-05 (0.247053) Outpt time (%) = 0.0160351 (92.3098) Other time (%) = 0.000154972 (0.892134) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:13 2021 Memory usage per processor = 27.5225 Mbytes Step Atoms AVEKE stressZZ 5484 5000 7.5840256e-12 1505667.9 5485 -0.00796249999999566 1505640.21879201 5485 5000 7.5835127e-12 1505640.2 Loop time of 0.017108 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:13 2021 Pair time (%) = 0.00087285 (5.10201) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192318) Outpt time (%) = 0.016104 (94.1315) Other time (%) = 9.82285e-05 (0.574168) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:13 2021 Memory usage per processor = 27.5225 Mbytes Step Atoms AVEKE stressZZ 5485 5000 7.5835127e-12 1505636.8 5486 -0.00796249999999566 1505609.08369046 5486 5000 7.5829999e-12 1505609.1 Loop time of 0.0170062 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:13 2021 Pair time (%) = 0.000876904 (5.15639) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.19347) Outpt time (%) = 0.016 (94.0838) Other time (%) = 9.63211e-05 (0.56639) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:13 2021 Memory usage per processor = 27.5225 Mbytes Step Atoms AVEKE stressZZ 5486 5000 7.5829999e-12 1505605.6 5487 -0.00796249999999566 1505577.95000942 5487 5000 7.5824871e-12 1505578 Loop time of 0.0169749 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:13 2021 Pair time (%) = 0.000888824 (5.2361) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206466) Outpt time (%) = 0.0159469 (93.9437) Other time (%) = 0.000104189 (0.613781) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:13 2021 Memory usage per processor = 27.5225 Mbytes Step Atoms AVEKE stressZZ 5487 5000 7.5824871e-12 1505574.5 5488 -0.00796249999999566 1505546.81774825 5488 5000 7.5819743e-12 1505546.8 Loop time of 0.0172522 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:13 2021 Pair time (%) = 0.000981808 (5.69091) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.203148) Outpt time (%) = 0.0161228 (93.4537) Other time (%) = 0.000112534 (0.652285) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:13 2021 Memory usage per processor = 27.5225 Mbytes Step Atoms AVEKE stressZZ 5488 5000 7.5819743e-12 1505543.4 5489 -0.00796249999999566 1505515.6869011 5489 5000 7.5814616e-12 1505515.7 Loop time of 0.017133 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:13 2021 Pair time (%) = 0.00087285 (5.09456) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192037) Outpt time (%) = 0.016129 (94.1401) Other time (%) = 9.82285e-05 (0.573329) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:13 2021 Memory usage per processor = 27.5225 Mbytes Step Atoms AVEKE stressZZ 5489 5000 7.5814616e-12 1505512.2 5490 -0.00796249999999566 1505484.55746832 5490 5000 7.580949e-12 1505484.6 Loop time of 0.018563 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:14 2021 Pair time (%) = 0.00087285 (4.70209) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.177243) Outpt time (%) = 0.017565 (94.6236) Other time (%) = 9.2268e-05 (0.497052) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:14 2021 Memory usage per processor = 27.5225 Mbytes Step Atoms AVEKE stressZZ 5490 5000 7.580949e-12 1505481.1 5491 -0.00796249999999566 1505453.42945316 5491 5000 7.5804364e-12 1505453.4 Loop time of 0.017077 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:14 2021 Pair time (%) = 0.00100088 (5.861) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.216402) Outpt time (%) = 0.0159161 (93.2022) Other time (%) = 0.000123024 (0.720409) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:14 2021 Memory usage per processor = 27.5225 Mbytes Step Atoms AVEKE stressZZ 5491 5000 7.5804364e-12 1505450 5492 -0.00796249999999566 1505422.30285523 5492 5000 7.5799238e-12 1505422.3 Loop time of 0.0170691 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:14 2021 Pair time (%) = 0.000876188 (5.13318) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192756) Outpt time (%) = 0.016063 (94.1056) Other time (%) = 9.70364e-05 (0.568491) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:14 2021 Memory usage per processor = 27.5225 Mbytes Step Atoms AVEKE stressZZ 5492 5000 7.5799238e-12 1505418.9 5493 -0.00796249999999566 1505391.17767418 5493 5000 7.5794113e-12 1505391.2 Loop time of 0.0171709 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:14 2021 Pair time (%) = 0.000873089 (5.0847) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198556) Outpt time (%) = 0.0161669 (94.153) Other time (%) = 9.67979e-05 (0.563732) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:14 2021 Memory usage per processor = 27.5225 Mbytes Step Atoms AVEKE stressZZ 5493 5000 7.5794113e-12 1505387.7 5494 -0.00796249999999566 1505360.05390968 5494 5000 7.5788988e-12 1505360.1 Loop time of 0.01701 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:14 2021 Pair time (%) = 0.000882149 (5.18607) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.200435) Outpt time (%) = 0.015986 (93.98) Other time (%) = 0.000107765 (0.633541) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:20:14 2021 Memory usage per processor = 27.5225 Mbytes Step Atoms AVEKE stressZZ 5494 5000 7.5788988e-12 1505356.6 5495 -0.00796249999999566 1505323.32910716 5495 5000 1.4973332e-11 1505372.6 Loop time of 0.017107 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:14 2021 Pair time (%) = 0.000921011 (5.38382) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204872) Outpt time (%) = 0.016022 (93.6573) Other time (%) = 0.000128984 (0.753986) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:14 2021 Memory usage per processor = 27.5225 Mbytes Step Atoms AVEKE stressZZ 5495 5000 1.4973332e-11 1536660.7 5496 -0.00799499999999564 1536623.86516456 5496 5000 1.2108635e-11 1536623.9 Loop time of 0.0169849 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:14 2021 Pair time (%) = 0.000874996 (5.1516) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.193711) Outpt time (%) = 0.0159791 (94.0778) Other time (%) = 9.799e-05 (0.576923) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:14 2021 Memory usage per processor = 27.5225 Mbytes Step Atoms AVEKE stressZZ 5496 5000 1.2108635e-11 1536619.2 5497 -0.00799499999999564 1536585.48262697 5497 5000 1.0445798e-11 1536585.5 Loop time of 0.0168111 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:14 2021 Pair time (%) = 0.000874043 (5.19919) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.201387) Outpt time (%) = 0.0158072 (94.0279) Other time (%) = 9.60827e-05 (0.571542) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:14 2021 Memory usage per processor = 27.5225 Mbytes Step Atoms AVEKE stressZZ 5497 5000 1.0445798e-11 1536581.2 5498 -0.00799499999999564 1536549.47954836 5498 5000 9.4526329e-12 1536549.5 Loop time of 0.0169618 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:14 2021 Pair time (%) = 0.000917912 (5.41164) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206626) Outpt time (%) = 0.0159009 (93.745) Other time (%) = 0.000108004 (0.636746) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:14 2021 Memory usage per processor = 27.5225 Mbytes Step Atoms AVEKE stressZZ 5498 5000 9.4526329e-12 1536545.5 5499 -0.00799499999999564 1536514.98916811 5499 5000 8.8470355e-12 1536515 Loop time of 0.017076 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:14 2021 Pair time (%) = 0.000897884 (5.25816) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.194074) Outpt time (%) = 0.0160429 (93.9502) Other time (%) = 0.000102043 (0.597582) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:14 2021 Memory usage per processor = 27.5225 Mbytes Step Atoms AVEKE stressZZ 5499 5000 8.8470355e-12 1536511.2 5500 -0.00799499999999564 1536481.46065253 5500 5000 8.4723856e-12 1536481.5 Loop time of 0.018791 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:14 2021 Pair time (%) = 0.000878096 (4.67297) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.175094) Outpt time (%) = 0.0177839 (94.6406) Other time (%) = 9.60827e-05 (0.511324) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:14 2021 Memory usage per processor = 27.5227 Mbytes Step Atoms AVEKE stressZZ 5500 5000 8.4723856e-12 1536477.7 5501 -0.00799499999999564 1536448.54394144 5501 5000 8.2383025e-12 1536448.5 Loop time of 0.0169439 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:14 2021 Pair time (%) = 0.000877142 (5.17673) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.19418) Outpt time (%) = 0.0159349 (94.0451) Other time (%) = 9.89437e-05 (0.583948) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:14 2021 Memory usage per processor = 27.5227 Mbytes Step Atoms AVEKE stressZZ 5501 5000 8.2383025e-12 1536444.9 5502 -0.00799499999999564 1536416.01656791 5502 5000 8.0910453e-12 1536416 Loop time of 0.0171311 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:14 2021 Pair time (%) = 0.00100112 (5.84388) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.215718) Outpt time (%) = 0.015965 (93.193) Other time (%) = 0.000128031 (0.747359) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:14 2021 Memory usage per processor = 27.5227 Mbytes Step Atoms AVEKE stressZZ 5502 5000 8.0910453e-12 1536412.4 5503 -0.00799499999999564 1536383.73715077 5503 5000 7.9979547e-12 1536383.7 Loop time of 0.0170939 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:14 2021 Pair time (%) = 0.000878811 (5.14108) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.19945) Outpt time (%) = 0.0160851 (94.0988) Other time (%) = 9.58443e-05 (0.560693) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:14 2021 Memory usage per processor = 27.5227 Mbytes Step Atoms AVEKE stressZZ 5503 5000 7.9979547e-12 1536380.1 5504 -0.00799499999999564 1536351.61584184 5504 5000 7.9388784e-12 1536351.6 Loop time of 0.0173612 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:14 2021 Pair time (%) = 0.000877857 (5.05644) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189514) Outpt time (%) = 0.0163529 (94.1924) Other time (%) = 9.75132e-05 (0.561674) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:14 2021 Memory usage per processor = 27.5227 Mbytes Step Atoms AVEKE stressZZ 5504 5000 7.9388784e-12 1536348 5505 -0.00799499999999564 1536319.5955415 5505 5000 7.9012532e-12 1536319.6 Loop time of 0.0172679 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:14 2021 Pair time (%) = 0.000867844 (5.02575) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190537) Outpt time (%) = 0.016221 (93.9373) Other time (%) = 0.000146151 (0.846369) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:14 2021 Memory usage per processor = 27.5227 Mbytes Step Atoms AVEKE stressZZ 5505 5000 7.9012532e-12 1536316 5506 -0.00799499999999564 1536287.63996195 5506 5000 7.8771936e-12 1536287.6 Loop time of 0.016799 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:14 2021 Pair time (%) = 0.000844002 (5.02413) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190179) Outpt time (%) = 0.0158319 (94.2435) Other time (%) = 9.10759e-05 (0.542152) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:14 2021 Memory usage per processor = 27.5227 Mbytes Step Atoms AVEKE stressZZ 5506 5000 7.8771936e-12 1536284.1 5507 -0.00799499999999564 1536255.72604188 5507 5000 7.861728e-12 1536255.7 Loop time of 0.0173831 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:14 2021 Pair time (%) = 0.000864029 (4.97051) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.196132) Outpt time (%) = 0.0163841 (94.2532) Other time (%) = 0.000100851 (0.580167) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:14 2021 Memory usage per processor = 27.5227 Mbytes Step Atoms AVEKE stressZZ 5507 5000 7.861728e-12 1536252.2 5508 -0.00799499999999564 1536223.83912544 5508 5000 7.8517131e-12 1536223.8 Loop time of 0.0166202 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:14 2021 Pair time (%) = 0.000837088 (5.03658) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.276861) Outpt time (%) = 0.0155852 (93.7728) Other time (%) = 0.000151873 (0.913786) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:14 2021 Memory usage per processor = 27.5227 Mbytes Step Atoms AVEKE stressZZ 5508 5000 7.8517131e-12 1536220.3 5509 -0.00799499999999564 1536191.96989861 5509 5000 7.8451577e-12 1536192 Loop time of 0.016773 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:14 2021 Pair time (%) = 0.000887871 (5.29346) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.207531) Outpt time (%) = 0.0157468 (93.8821) Other time (%) = 0.000103474 (0.616907) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:14 2021 Memory usage per processor = 27.5227 Mbytes Step Atoms AVEKE stressZZ 5509 5000 7.8451577e-12 1536188.4 5510 -0.00799499999999564 1536160.11244216 5510 5000 7.8407991e-12 1536160.1 Loop time of 0.0193021 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:14 2021 Pair time (%) = 0.00102091 (5.2891) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.165516) Outpt time (%) = 0.018136 (93.9587) Other time (%) = 0.000113249 (0.586717) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:14 2021 Memory usage per processor = 27.5227 Mbytes Step Atoms AVEKE stressZZ 5510 5000 7.8407991e-12 1536156.6 5511 -0.00799499999999564 1536128.26299428 5511 5000 7.8378358e-12 1536128.3 Loop time of 0.0170052 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:14 2021 Pair time (%) = 0.000895977 (5.26884) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206099) Outpt time (%) = 0.0159669 (93.8941) Other time (%) = 0.000107288 (0.630915) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:14 2021 Memory usage per processor = 27.5227 Mbytes Step Atoms AVEKE stressZZ 5511 5000 7.8378358e-12 1536124.7 5512 -0.00799499999999564 1536096.41916423 5512 5000 7.835759e-12 1536096.4 Loop time of 0.0165422 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:14 2021 Pair time (%) = 0.000941992 (5.69448) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.200337) Outpt time (%) = 0.015461 (93.4638) Other time (%) = 0.000106096 (0.641367) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:14 2021 Memory usage per processor = 27.5227 Mbytes Step Atoms AVEKE stressZZ 5512 5000 7.835759e-12 1536092.9 5513 -0.00799499999999564 1536064.57943264 5513 5000 7.8342455e-12 1536064.6 Loop time of 0.0167701 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:14 2021 Pair time (%) = 0.00107813 (6.42887) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208988) Outpt time (%) = 0.015528 (92.593) Other time (%) = 0.000128984 (0.769132) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:14 2021 Memory usage per processor = 27.5227 Mbytes Step Atoms AVEKE stressZZ 5513 5000 7.8342455e-12 1536061 5514 -0.00799499999999564 1536032.74283381 5514 5000 7.8330898e-12 1536032.7 Loop time of 0.016892 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:14 2021 Pair time (%) = 0.000838041 (4.96119) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.190543) Outpt time (%) = 0.0159309 (94.3105) Other time (%) = 9.08375e-05 (0.537756) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:14 2021 Memory usage per processor = 27.5227 Mbytes Step Atoms AVEKE stressZZ 5514 5000 7.8330898e-12 1536029.2 5515 -0.00799499999999564 1536000.90875395 5515 5000 7.8321617e-12 1536000.9 Loop time of 0.0170259 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:14 2021 Pair time (%) = 0.000878096 (5.1574) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.189044) Outpt time (%) = 0.0160229 (94.1088) Other time (%) = 9.27448e-05 (0.544726) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:14 2021 Memory usage per processor = 27.5227 Mbytes Step Atoms AVEKE stressZZ 5515 5000 7.8321617e-12 1535997.4 5516 -0.00799499999999564 1535969.07680302 5516 5000 7.8313781e-12 1535969.1 Loop time of 0.016511 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:14 2021 Pair time (%) = 0.000986099 (5.97239) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.199272) Outpt time (%) = 0.0153451 (92.9388) Other time (%) = 0.000146866 (0.889505) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:14 2021 Memory usage per processor = 27.5227 Mbytes Step Atoms AVEKE stressZZ 5516 5000 7.8313781e-12 1535965.5 5517 -0.00799499999999564 1535937.24673301 5517 5000 7.8306863e-12 1535937.2 Loop time of 0.0170538 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:14 2021 Pair time (%) = 0.000910997 (5.34189) Neigh time (%) = 0 (0) Comm time (%) = 5.60284e-05 (0.328538) Outpt time (%) = 0.0159779 (93.6907) Other time (%) = 0.000108957 (0.638902) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:14 2021 Memory usage per processor = 27.5227 Mbytes Step Atoms AVEKE stressZZ 5517 5000 7.8306863e-12 1535933.7 5518 -0.00799499999999564 1535905.41838628 5518 5000 7.830053e-12 1535905.4 Loop time of 0.01721 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:14 2021 Pair time (%) = 0.000874996 (5.08423) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185637) Outpt time (%) = 0.016211 (94.1954) Other time (%) = 9.20296e-05 (0.534745) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:14 2021 Memory usage per processor = 27.5227 Mbytes Step Atoms AVEKE stressZZ 5518 5000 7.830053e-12 1535901.9 5519 -0.00799499999999564 1535873.59166255 5519 5000 7.8294568e-12 1535873.6 Loop time of 0.0162771 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:14 2021 Pair time (%) = 0.000854969 (5.2526) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.196277) Outpt time (%) = 0.0152991 (93.9916) Other time (%) = 9.10759e-05 (0.559535) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:14 2021 Memory usage per processor = 27.5227 Mbytes Step Atoms AVEKE stressZZ 5519 5000 7.8294568e-12 1535870 5520 -0.00799499999999564 1535841.76649807 5520 5000 7.8288842e-12 1535841.8 Loop time of 0.0184848 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:14 2021 Pair time (%) = 0.00103498 (5.59905) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.194761) Outpt time (%) = 0.0172849 (93.5084) Other time (%) = 0.000128984 (0.697785) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:14 2021 Memory usage per processor = 27.5227 Mbytes Step Atoms AVEKE stressZZ 5520 5000 7.8288842e-12 1535838.2 5521 -0.00799499999999564 1535809.94285225 5521 5000 7.8283267e-12 1535809.9 Loop time of 0.0171709 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:14 2021 Pair time (%) = 0.000897884 (5.2291) Neigh time (%) = 0 (0) Comm time (%) = 4.88758e-05 (0.284643) Outpt time (%) = 0.0160551 (93.5018) Other time (%) = 0.000169039 (0.984449) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:14 2021 Memory usage per processor = 27.5227 Mbytes Step Atoms AVEKE stressZZ 5521 5000 7.8283267e-12 1535806.4 5522 -0.00799499999999564 1535778.12069924 5522 5000 7.8277787e-12 1535778.1 Loop time of 0.0168409 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:14 2021 Pair time (%) = 0.00088191 (5.23671) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.191121) Outpt time (%) = 0.0158319 (94.0087) Other time (%) = 9.48906e-05 (0.563452) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:14 2021 Memory usage per processor = 27.5227 Mbytes Step Atoms AVEKE stressZZ 5522 5000 7.8277787e-12 1535774.6 5523 -0.00799499999999564 1535746.30002249 5523 5000 7.8272368e-12 1535746.3 Loop time of 0.016417 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:14 2021 Pair time (%) = 0.000841856 (5.12794) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.200412) Outpt time (%) = 0.0154059 (93.8409) Other time (%) = 0.000136375 (0.830695) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:14 2021 Memory usage per processor = 27.5227 Mbytes Step Atoms AVEKE stressZZ 5523 5000 7.8272368e-12 1535742.8 5524 -0.00799499999999564 1535714.48081157 5524 5000 7.8266989e-12 1535714.5 Loop time of 0.017334 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:14 2021 Pair time (%) = 0.00087595 (5.05337) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189811) Outpt time (%) = 0.0163281 (94.197) Other time (%) = 9.70364e-05 (0.559804) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:14 2021 Memory usage per processor = 27.5227 Mbytes Step Atoms AVEKE stressZZ 5524 5000 7.8266989e-12 1535710.9 5525 -0.00799499999999564 1535682.66305964 5525 5000 7.8261634e-12 1535682.7 Loop time of 0.0164361 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:14 2021 Pair time (%) = 0.000873089 (5.31202) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.279962) Outpt time (%) = 0.0153821 (93.587) Other time (%) = 0.000134945 (0.821028) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:14 2021 Memory usage per processor = 27.5227 Mbytes Step Atoms AVEKE stressZZ 5525 5000 7.8261634e-12 1535679.1 5526 -0.00799499999999564 1535650.84676236 5526 5000 7.8256295e-12 1535650.8 Loop time of 0.016108 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:14 2021 Pair time (%) = 0.000835896 (5.18931) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.192416) Outpt time (%) = 0.015151 (94.0588) Other time (%) = 9.01222e-05 (0.559486) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:14 2021 Memory usage per processor = 27.5227 Mbytes Step Atoms AVEKE stressZZ 5526 5000 7.8256295e-12 1535647.3 5527 -0.00799499999999564 1535619.03191695 5527 5000 7.8250966e-12 1535619 Loop time of 0.0170391 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:14 2021 Pair time (%) = 0.00083518 (4.90156) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181902) Outpt time (%) = 0.0160828 (94.3876) Other time (%) = 9.01222e-05 (0.528915) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:14 2021 Memory usage per processor = 27.5227 Mbytes Step Atoms AVEKE stressZZ 5527 5000 7.8250966e-12 1535615.5 5528 -0.00799499999999564 1535587.21852153 5528 5000 7.8245644e-12 1535587.2 Loop time of 0.0165379 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:14 2021 Pair time (%) = 0.000916004 (5.53882) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211922) Outpt time (%) = 0.0154839 (93.6265) Other time (%) = 0.000102997 (0.622792) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:14 2021 Memory usage per processor = 27.5227 Mbytes Step Atoms AVEKE stressZZ 5528 5000 7.8245644e-12 1535583.7 5529 -0.00799499999999564 1535555.4065749 5529 5000 7.8240327e-12 1535555.4 Loop time of 0.01706 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:14 2021 Pair time (%) = 0.000888824 (5.20998) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.211026) Outpt time (%) = 0.016011 (93.8509) Other time (%) = 0.000124216 (0.728111) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:14 2021 Memory usage per processor = 27.5227 Mbytes Step Atoms AVEKE stressZZ 5529 5000 7.8240327e-12 1535551.9 5530 -0.00799499999999564 1535523.59607621 5530 5000 7.8235013e-12 1535523.6 Loop time of 0.019001 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:14 2021 Pair time (%) = 0.000833988 (4.38918) Neigh time (%) = 0 (0) Comm time (%) = 3.12328e-05 (0.164375) Outpt time (%) = 0.0179901 (94.6798) Other time (%) = 0.000145674 (0.766663) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:14 2021 Memory usage per processor = 27.5227 Mbytes Step Atoms AVEKE stressZZ 5530 5000 7.8235013e-12 1535520 5531 -0.00799499999999564 1535491.78702484 5531 5000 7.82297e-12 1535491.8 Loop time of 0.0165009 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:14 2021 Pair time (%) = 0.000880957 (5.33882) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.195059) Outpt time (%) = 0.0154948 (93.9026) Other time (%) = 9.29832e-05 (0.563502) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:14 2021 Memory usage per processor = 27.5227 Mbytes Step Atoms AVEKE stressZZ 5531 5000 7.82297e-12 1535488.2 5532 -0.00799499999999564 1535459.97942039 5532 5000 7.822439e-12 1535460 Loop time of 0.016598 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:14 2021 Pair time (%) = 0.000981808 (5.91522) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.222647) Outpt time (%) = 0.015445 (93.0534) Other time (%) = 0.00013423 (0.808711) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:14 2021 Memory usage per processor = 27.5227 Mbytes Step Atoms AVEKE stressZZ 5532 5000 7.822439e-12 1535456.4 5533 -0.00799499999999564 1535428.17326255 5533 5000 7.821908e-12 1535428.2 Loop time of 0.017349 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:14 2021 Pair time (%) = 0.000880957 (5.07785) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189646) Outpt time (%) = 0.0163109 (94.0165) Other time (%) = 0.000124216 (0.715984) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:14 2021 Memory usage per processor = 27.5227 Mbytes Step Atoms AVEKE stressZZ 5533 5000 7.821908e-12 1535424.6 5534 -0.00799499999999564 1535396.36855101 5534 5000 7.8213772e-12 1535396.4 Loop time of 0.0171111 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:15 2021 Pair time (%) = 0.000880957 (5.14846) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18671) Outpt time (%) = 0.0161059 (94.1256) Other time (%) = 9.2268e-05 (0.53923) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:15 2021 Memory usage per processor = 27.5227 Mbytes Step Atoms AVEKE stressZZ 5534 5000 7.8213772e-12 1535392.8 5535 -0.00799499999999564 1535364.56528559 5535 5000 7.8208464e-12 1535364.6 Loop time of 0.0166421 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:15 2021 Pair time (%) = 0.000864029 (5.19183) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.199135) Outpt time (%) = 0.015589 (93.6721) Other time (%) = 0.000155926 (0.936936) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:15 2021 Memory usage per processor = 27.5227 Mbytes Step Atoms AVEKE stressZZ 5535 5000 7.8208464e-12 1535361 5536 -0.00799499999999564 1535332.76346608 5536 5000 7.8203156e-12 1535332.8 Loop time of 0.017247 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:15 2021 Pair time (%) = 0.000896215 (5.19637) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192151) Outpt time (%) = 0.0162191 (94.0406) Other time (%) = 9.84669e-05 (0.570923) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:15 2021 Memory usage per processor = 27.5227 Mbytes Step Atoms AVEKE stressZZ 5536 5000 7.8203156e-12 1535329.2 5537 -0.00799499999999564 1535300.9630923 5537 5000 7.819785e-12 1535301 Loop time of 0.0170979 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:15 2021 Pair time (%) = 0.000882864 (5.16357) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186853) Outpt time (%) = 0.0160949 (94.1336) Other time (%) = 8.82149e-05 (0.515938) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:15 2021 Memory usage per processor = 27.5227 Mbytes Step Atoms AVEKE stressZZ 5537 5000 7.819785e-12 1535297.4 5538 -0.00799499999999564 1535269.16416409 5538 5000 7.8192544e-12 1535269.2 Loop time of 0.016623 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:15 2021 Pair time (%) = 0.000840902 (5.05866) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.193626) Outpt time (%) = 0.0156219 (93.9775) Other time (%) = 0.000128031 (0.770202) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:15 2021 Memory usage per processor = 27.5227 Mbytes Step Atoms AVEKE stressZZ 5538 5000 7.8192544e-12 1535265.6 5539 -0.00799499999999564 1535237.36668128 5539 5000 7.8187238e-12 1535237.4 Loop time of 0.016613 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:15 2021 Pair time (%) = 0.00105 (6.32032) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.205224) Outpt time (%) = 0.0153971 (92.6808) Other time (%) = 0.000131845 (0.793628) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:15 2021 Memory usage per processor = 27.5227 Mbytes Step Atoms AVEKE stressZZ 5539 5000 7.8187238e-12 1535233.8 5540 -0.00799499999999564 1535205.57064373 5540 5000 7.8181933e-12 1535205.6 Loop time of 0.0189161 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:15 2021 Pair time (%) = 0.00105095 (5.55584) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.180237) Outpt time (%) = 0.0177121 (93.635) Other time (%) = 0.000118971 (0.628939) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:15 2021 Memory usage per processor = 27.5227 Mbytes Step Atoms AVEKE stressZZ 5540 5000 7.8181933e-12 1535202 5541 -0.00799499999999564 1535173.77605128 5541 5000 7.8176628e-12 1535173.8 Loop time of 0.016952 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:15 2021 Pair time (%) = 0.000890017 (5.2502) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.194087) Outpt time (%) = 0.015882 (93.6879) Other time (%) = 0.000147104 (0.867767) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:15 2021 Memory usage per processor = 27.5227 Mbytes Step Atoms AVEKE stressZZ 5541 5000 7.8176628e-12 1535170.2 5542 -0.00799499999999564 1535141.9829038 5542 5000 7.8171324e-12 1535142 Loop time of 0.016326 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:15 2021 Pair time (%) = 0.000838041 (5.13319) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.195689) Outpt time (%) = 0.0153632 (94.103) Other time (%) = 9.27448e-05 (0.568082) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:15 2021 Memory usage per processor = 27.5227 Mbytes Step Atoms AVEKE stressZZ 5542 5000 7.8171324e-12 1535138.4 5543 -0.00799499999999564 1535110.19120113 5543 5000 7.8166021e-12 1535110.2 Loop time of 0.016649 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:15 2021 Pair time (%) = 0.00102711 (6.16918) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.233421) Outpt time (%) = 0.01546 (92.8585) Other time (%) = 0.000123024 (0.738927) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:15 2021 Memory usage per processor = 27.5227 Mbytes Step Atoms AVEKE stressZZ 5543 5000 7.8166021e-12 1535106.6 5544 -0.00799499999999564 1535078.40094313 5544 5000 7.8160718e-12 1535078.4 Loop time of 0.0169969 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:15 2021 Pair time (%) = 0.000905991 (5.33034) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.200589) Outpt time (%) = 0.0159569 (93.8813) Other time (%) = 9.98974e-05 (0.58774) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:15 2021 Memory usage per processor = 27.5227 Mbytes Step Atoms AVEKE stressZZ 5544 5000 7.8160718e-12 1535074.9 5545 -0.00799499999999564 1535046.61212965 5545 5000 7.8155415e-12 1535046.6 Loop time of 0.0166969 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:15 2021 Pair time (%) = 0.000833035 (4.98915) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.185629) Outpt time (%) = 0.015739 (94.2626) Other time (%) = 9.39369e-05 (0.5626) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:15 2021 Memory usage per processor = 27.5227 Mbytes Step Atoms AVEKE stressZZ 5545 5000 7.8155415e-12 1535043.1 5546 -0.00799499999999564 1535014.82476053 5546 5000 7.8150113e-12 1535014.8 Loop time of 0.016443 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:15 2021 Pair time (%) = 0.000868797 (5.28369) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.200096) Outpt time (%) = 0.015399 (93.6506) Other time (%) = 0.000142336 (0.865631) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:15 2021 Memory usage per processor = 27.5227 Mbytes Step Atoms AVEKE stressZZ 5546 5000 7.8150113e-12 1535011.3 5547 -0.00799499999999564 1534983.03883566 5547 5000 7.8144812e-12 1534983 Loop time of 0.0170739 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:15 2021 Pair time (%) = 0.00097394 (5.70427) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187117) Outpt time (%) = 0.015975 (93.564) Other time (%) = 9.29832e-05 (0.544594) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:15 2021 Memory usage per processor = 27.5227 Mbytes Step Atoms AVEKE stressZZ 5547 5000 7.8144812e-12 1534979.5 5548 -0.00799499999999564 1534951.25435489 5548 5000 7.8139511e-12 1534951.3 Loop time of 0.0169539 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:15 2021 Pair time (%) = 0.000850916 (5.01898) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.189847) Outpt time (%) = 0.0159779 (94.2427) Other time (%) = 9.29832e-05 (0.548446) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:15 2021 Memory usage per processor = 27.5227 Mbytes Step Atoms AVEKE stressZZ 5548 5000 7.8139511e-12 1534947.7 5549 -0.00799499999999564 1534919.47131806 5549 5000 7.813421e-12 1534919.5 Loop time of 0.016808 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:15 2021 Pair time (%) = 0.00085187 (5.06823) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190076) Outpt time (%) = 0.015826 (94.1573) Other time (%) = 9.82285e-05 (0.584414) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:15 2021 Memory usage per processor = 27.5227 Mbytes Step Atoms AVEKE stressZZ 5549 5000 7.813421e-12 1534915.9 5550 -0.00799499999999564 1534887.68972505 5550 5000 7.812891e-12 1534887.7 Loop time of 0.0191 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:15 2021 Pair time (%) = 0.000863075 (4.51873) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.173509) Outpt time (%) = 0.0181031 (94.781) Other time (%) = 0.000100613 (0.526769) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:15 2021 Memory usage per processor = 27.5227 Mbytes Step Atoms AVEKE stressZZ 5550 5000 7.812891e-12 1534884.1 5551 -0.00799499999999564 1534855.90957573 5551 5000 7.812361e-12 1534855.9 Loop time of 0.0172579 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:15 2021 Pair time (%) = 0.000859976 (4.98308) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179595) Outpt time (%) = 0.016274 (94.2985) Other time (%) = 9.29832e-05 (0.538786) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:15 2021 Memory usage per processor = 27.5227 Mbytes Step Atoms AVEKE stressZZ 5551 5000 7.812361e-12 1534852.4 5552 -0.00799499999999564 1534824.13086992 5552 5000 7.8118311e-12 1534824.1 Loop time of 0.0168519 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:15 2021 Pair time (%) = 0.000842094 (4.99703) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.183922) Outpt time (%) = 0.0158851 (94.263) Other time (%) = 9.36985e-05 (0.556011) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:15 2021 Memory usage per processor = 27.5227 Mbytes Step Atoms AVEKE stressZZ 5552 5000 7.8118311e-12 1534820.6 5553 -0.00799499999999564 1534792.3536075 5553 5000 7.8113012e-12 1534792.4 Loop time of 0.0164809 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:15 2021 Pair time (%) = 0.000879765 (5.33808) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.199635) Outpt time (%) = 0.0154641 (93.8301) Other time (%) = 0.000104189 (0.632179) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:15 2021 Memory usage per processor = 27.5227 Mbytes Step Atoms AVEKE stressZZ 5553 5000 7.8113012e-12 1534788.8 5554 -0.00799499999999564 1534760.57778837 5554 5000 7.8107714e-12 1534760.6 Loop time of 0.0170422 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:15 2021 Pair time (%) = 0.000975847 (5.72608) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187465) Outpt time (%) = 0.0159428 (93.5492) Other time (%) = 9.15527e-05 (0.537213) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:15 2021 Memory usage per processor = 27.5227 Mbytes Step Atoms AVEKE stressZZ 5554 5000 7.8107714e-12 1534757 5555 -0.00799499999999564 1534728.80341232 5555 5000 7.8102417e-12 1534728.8 Loop time of 0.017271 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:15 2021 Pair time (%) = 0.000833988 (4.82882) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.186361) Outpt time (%) = 0.0163121 (94.4478) Other time (%) = 9.27448e-05 (0.536996) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:15 2021 Memory usage per processor = 27.5227 Mbytes Step Atoms AVEKE stressZZ 5555 5000 7.8102417e-12 1534725.3 5556 -0.00799499999999564 1534697.0304962 5556 5000 7.8097119e-12 1534697 Loop time of 0.0164189 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:15 2021 Pair time (%) = 0.000838995 (5.10992) Neigh time (%) = 0 (0) Comm time (%) = 6.69956e-05 (0.408039) Outpt time (%) = 0.0154171 (93.8983) Other time (%) = 9.58443e-05 (0.583742) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:15 2021 Memory usage per processor = 27.5227 Mbytes Step Atoms AVEKE stressZZ 5556 5000 7.8097119e-12 1534693.5 5557 -0.00799499999999564 1534665.25904018 5557 5000 7.8091823e-12 1534665.3 Loop time of 0.017211 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:15 2021 Pair time (%) = 0.00110292 (6.40827) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198094) Outpt time (%) = 0.01594 (92.6151) Other time (%) = 0.000133991 (0.778523) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:15 2021 Memory usage per processor = 27.5227 Mbytes Step Atoms AVEKE stressZZ 5557 5000 7.8091823e-12 1534661.7 5558 -0.00799499999999564 1534633.48903743 5558 5000 7.8086527e-12 1534633.5 Loop time of 0.016856 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:15 2021 Pair time (%) = 0.000838041 (4.97178) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.189536) Outpt time (%) = 0.015893 (94.287) Other time (%) = 9.29832e-05 (0.551634) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:15 2021 Memory usage per processor = 27.5227 Mbytes Step Atoms AVEKE stressZZ 5558 5000 7.8086527e-12 1534629.9 5559 -0.00799499999999564 1534601.72048575 5559 5000 7.8081231e-12 1534601.7 Loop time of 0.0165651 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:15 2021 Pair time (%) = 0.00087595 (5.28793) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.187107) Outpt time (%) = 0.015564 (93.9564) Other time (%) = 9.41753e-05 (0.568517) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:15 2021 Memory usage per processor = 27.5227 Mbytes Step Atoms AVEKE stressZZ 5559 5000 7.8081231e-12 1534598.2 5560 -0.00799499999999564 1534569.95338381 5560 5000 7.8075936e-12 1534570 Loop time of 0.0184128 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:15 2021 Pair time (%) = 0.00087285 (4.74045) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.178689) Outpt time (%) = 0.0173659 (94.3143) Other time (%) = 0.000141144 (0.766551) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:15 2021 Memory usage per processor = 27.5227 Mbytes Step Atoms AVEKE stressZZ 5560 5000 7.8075936e-12 1534566.4 5561 -0.00799499999999564 1534538.18773068 5561 5000 7.8070641e-12 1534538.2 Loop time of 0.01721 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:15 2021 Pair time (%) = 0.000859022 (4.99141) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191178) Outpt time (%) = 0.0162201 (94.248) Other time (%) = 9.799e-05 (0.569378) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:15 2021 Memory usage per processor = 27.5227 Mbytes Step Atoms AVEKE stressZZ 5561 5000 7.8070641e-12 1534534.6 5562 -0.00799499999999564 1534506.42352568 5562 5000 7.8065347e-12 1534506.4 Loop time of 0.0172448 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:15 2021 Pair time (%) = 0.000836134 (4.84861) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185262) Outpt time (%) = 0.0162849 (94.4338) Other time (%) = 9.17912e-05 (0.532283) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:15 2021 Memory usage per processor = 27.5227 Mbytes Step Atoms AVEKE stressZZ 5562 5000 7.8065347e-12 1534502.9 5563 -0.00799499999999564 1534474.66076819 5563 5000 7.8060053e-12 1534474.7 Loop time of 0.016645 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:15 2021 Pair time (%) = 0.000874996 (5.25683) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.193371) Outpt time (%) = 0.01565 (94.0227) Other time (%) = 8.7738e-05 (0.527115) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:15 2021 Memory usage per processor = 27.5227 Mbytes Step Atoms AVEKE stressZZ 5563 5000 7.8060053e-12 1534471.1 5564 -0.00799499999999564 1534442.89945775 5564 5000 7.805476e-12 1534442.9 Loop time of 0.017328 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:15 2021 Pair time (%) = 0.00121808 (7.02954) Neigh time (%) = 0 (0) Comm time (%) = 4.19617e-05 (0.242161) Outpt time (%) = 0.0159242 (91.8986) Other time (%) = 0.000143766 (0.829676) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:15 2021 Memory usage per processor = 27.5227 Mbytes Step Atoms AVEKE stressZZ 5564 5000 7.805476e-12 1534439.4 5565 -0.00799499999999564 1534411.13959386 5565 5000 7.8049467e-12 1534411.1 Loop time of 0.0171349 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:15 2021 Pair time (%) = 0.000838041 (4.89084) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180885) Outpt time (%) = 0.0161719 (94.3801) Other time (%) = 9.39369e-05 (0.54822) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:15 2021 Memory usage per processor = 27.5227 Mbytes Step Atoms AVEKE stressZZ 5565 5000 7.8049467e-12 1534407.6 5566 -0.00799499999999564 1534379.38117619 5566 5000 7.8044175e-12 1534379.4 Loop time of 0.0170009 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:15 2021 Pair time (%) = 0.00088501 (5.20566) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18792) Outpt time (%) = 0.0159719 (93.9473) Other time (%) = 0.000112057 (0.659122) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:15 2021 Memory usage per processor = 27.5227 Mbytes Step Atoms AVEKE stressZZ 5566 5000 7.8044175e-12 1534375.8 5567 -0.00799499999999564 1534347.62420437 5567 5000 7.8038883e-12 1534347.6 Loop time of 0.0164781 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:15 2021 Pair time (%) = 0.000916958 (5.56472) Neigh time (%) = 0 (0) Comm time (%) = 5.50747e-05 (0.33423) Outpt time (%) = 0.015404 (93.4818) Other time (%) = 0.000102043 (0.619267) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:15 2021 Memory usage per processor = 27.5227 Mbytes Step Atoms AVEKE stressZZ 5567 5000 7.8038883e-12 1534344.1 5568 -0.00799499999999564 1534315.86868099 5568 5000 7.8033591e-12 1534315.9 Loop time of 0.018425 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:15 2021 Pair time (%) = 0.000872135 (4.73344) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.178571) Outpt time (%) = 0.0174241 (94.5678) Other time (%) = 9.58443e-05 (0.520186) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:15 2021 Memory usage per processor = 27.5227 Mbytes Step Atoms AVEKE stressZZ 5568 5000 7.8033591e-12 1534312.3 5569 -0.00799499999999564 1534284.11460488 5569 5000 7.8028301e-12 1534284.1 Loop time of 0.0163682 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:15 2021 Pair time (%) = 0.000837088 (5.11412) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.189358) Outpt time (%) = 0.0154059 (94.1212) Other time (%) = 9.41753e-05 (0.575357) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:15 2021 Memory usage per processor = 27.5227 Mbytes Step Atoms AVEKE stressZZ 5569 5000 7.8028301e-12 1534280.6 5570 -0.00799499999999564 1534252.36197406 5570 5000 7.802301e-12 1534252.4 Loop time of 0.0180321 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:15 2021 Pair time (%) = 0.000834942 (4.63032) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.171885) Outpt time (%) = 0.017076 (94.698) Other time (%) = 9.01222e-05 (0.499788) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:15 2021 Memory usage per processor = 27.5227 Mbytes Step Atoms AVEKE stressZZ 5570 5000 7.802301e-12 1534248.8 5571 -0.00799499999999564 1534220.61078826 5571 5000 7.801772e-12 1534220.6 Loop time of 0.016331 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:15 2021 Pair time (%) = 0.000837088 (5.12577) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.195629) Outpt time (%) = 0.0153739 (94.1399) Other time (%) = 8.79765e-05 (0.53871) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:15 2021 Memory usage per processor = 27.5227 Mbytes Step Atoms AVEKE stressZZ 5571 5000 7.801772e-12 1534217.1 5572 -0.00799499999999564 1534188.86104717 5572 5000 7.8012431e-12 1534188.9 Loop time of 0.017473 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:15 2021 Pair time (%) = 0.00103402 (5.91783) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.195123) Outpt time (%) = 0.0162551 (93.0301) Other time (%) = 0.000149727 (0.856905) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:15 2021 Memory usage per processor = 27.5227 Mbytes Step Atoms AVEKE stressZZ 5572 5000 7.8012431e-12 1534185.3 5573 -0.00799499999999564 1534157.11275059 5573 5000 7.8007142e-12 1534157.1 Loop time of 0.017144 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:15 2021 Pair time (%) = 0.00092411 (5.3903) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191915) Outpt time (%) = 0.0160401 (93.5611) Other time (%) = 0.000146866 (0.856662) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:15 2021 Memory usage per processor = 27.5227 Mbytes Step Atoms AVEKE stressZZ 5573 5000 7.8007142e-12 1534153.6 5574 -0.00799499999999564 1534125.36589828 5574 5000 7.8001854e-12 1534125.4 Loop time of 0.0164399 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:15 2021 Pair time (%) = 0.000839949 (5.1092) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.279897) Outpt time (%) = 0.015409 (93.7292) Other time (%) = 0.000144958 (0.881747) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:15 2021 Memory usage per processor = 27.5227 Mbytes Step Atoms AVEKE stressZZ 5574 5000 7.8001854e-12 1534121.8 5575 -0.00799499999999564 1534093.62048999 5575 5000 7.7996566e-12 1534093.6 Loop time of 0.017086 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:15 2021 Pair time (%) = 0.00116205 (6.80118) Neigh time (%) = 0 (0) Comm time (%) = 6.10352e-05 (0.357223) Outpt time (%) = 0.0156729 (91.7295) Other time (%) = 0.00019002 (1.11213) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:15 2021 Memory usage per processor = 27.5227 Mbytes Step Atoms AVEKE stressZZ 5575 5000 7.7996566e-12 1534090.1 5576 -0.00799499999999564 1534061.87652549 5576 5000 7.7991278e-12 1534061.9 Loop time of 0.017103 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:15 2021 Pair time (%) = 0.000885963 (5.18018) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.199345) Outpt time (%) = 0.016084 (94.042) Other time (%) = 9.89437e-05 (0.578518) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:15 2021 Memory usage per processor = 27.5227 Mbytes Step Atoms AVEKE stressZZ 5576 5000 7.7991278e-12 1534058.3 5577 -0.00799499999999564 1534030.1340046 5577 5000 7.7985991e-12 1534030.1 Loop time of 0.016803 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:15 2021 Pair time (%) = 0.00101995 (6.07007) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190133) Outpt time (%) = 0.0156631 (93.2162) Other time (%) = 8.79765e-05 (0.523575) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:15 2021 Memory usage per processor = 27.5227 Mbytes Step Atoms AVEKE stressZZ 5577 5000 7.7985991e-12 1534026.6 5578 -0.00799499999999564 1533998.39292706 5578 5000 7.7980705e-12 1533998.4 Loop time of 0.0164671 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:16 2021 Pair time (%) = 0.000907183 (5.50906) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.205594) Outpt time (%) = 0.01542 (93.641) Other time (%) = 0.000106096 (0.644293) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:16 2021 Memory usage per processor = 27.5227 Mbytes Step Atoms AVEKE stressZZ 5578 5000 7.7980705e-12 1533994.8 5579 -0.00799499999999564 1533966.65329268 5579 5000 7.7975419e-12 1533966.7 Loop time of 0.0173059 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:16 2021 Pair time (%) = 0.00103807 (5.9984) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184609) Outpt time (%) = 0.016103 (93.0496) Other time (%) = 0.000132799 (0.767366) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:16 2021 Memory usage per processor = 27.5227 Mbytes Step Atoms AVEKE stressZZ 5579 5000 7.7975419e-12 1533963.1 5580 -0.00799499999999564 1533934.91510125 5580 5000 7.7970133e-12 1533934.9 Loop time of 0.018482 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:16 2021 Pair time (%) = 0.000835896 (4.52276) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.167701) Outpt time (%) = 0.0175211 (94.8013) Other time (%) = 9.39369e-05 (0.508262) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:16 2021 Memory usage per processor = 27.5227 Mbytes Step Atoms AVEKE stressZZ 5580 5000 7.7970133e-12 1533931.4 5581 -0.00799499999999564 1533903.17835257 5581 5000 7.7964849e-12 1533903.2 Loop time of 0.0165591 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:16 2021 Pair time (%) = 0.000867128 (5.23656) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.198693) Outpt time (%) = 0.0155542 (93.9312) Other time (%) = 0.000104904 (0.633513) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:16 2021 Memory usage per processor = 27.5227 Mbytes Step Atoms AVEKE stressZZ 5581 5000 7.7964849e-12 1533899.6 5582 -0.00799499999999564 1533871.44304649 5582 5000 7.7959564e-12 1533871.4 Loop time of 0.017005 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:16 2021 Pair time (%) = 0.00112391 (6.60928) Neigh time (%) = 0 (0) Comm time (%) = 4.48227e-05 (0.263586) Outpt time (%) = 0.015672 (92.1611) Other time (%) = 0.00016427 (0.966014) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:16 2021 Memory usage per processor = 27.5227 Mbytes Step Atoms AVEKE stressZZ 5582 5000 7.7959564e-12 1533867.9 5583 -0.00799499999999564 1533839.70918282 5583 5000 7.795428e-12 1533839.7 Loop time of 0.0169308 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:16 2021 Pair time (%) = 0.000838995 (4.95543) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188698) Outpt time (%) = 0.0159299 (94.0884) Other time (%) = 0.000129938 (0.767465) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:16 2021 Memory usage per processor = 27.5227 Mbytes Step Atoms AVEKE stressZZ 5583 5000 7.795428e-12 1533836.2 5584 -0.00799499999999564 1533807.97676135 5584 5000 7.7948996e-12 1533808 Loop time of 0.0168951 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:16 2021 Pair time (%) = 0.000916958 (5.42737) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.194742) Outpt time (%) = 0.0158429 (93.7725) Other time (%) = 0.000102282 (0.605394) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:16 2021 Memory usage per processor = 27.5227 Mbytes Step Atoms AVEKE stressZZ 5584 5000 7.7948996e-12 1533804.4 5585 -0.00799499999999564 1533776.24578186 5585 5000 7.7943713e-12 1533776.2 Loop time of 0.016397 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:16 2021 Pair time (%) = 0.000871897 (5.31742) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.206473) Outpt time (%) = 0.0153952 (93.8901) Other time (%) = 9.60827e-05 (0.585977) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:16 2021 Memory usage per processor = 27.5227 Mbytes Step Atoms AVEKE stressZZ 5585 5000 7.7943713e-12 1533772.7 5586 -0.00799499999999564 1533744.51624425 5586 5000 7.7938431e-12 1533744.5 Loop time of 0.0172198 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:16 2021 Pair time (%) = 0.000864029 (5.01765) Neigh time (%) = 0 (0) Comm time (%) = 5.19753e-05 (0.301835) Outpt time (%) = 0.0161629 (93.8622) Other time (%) = 0.000140905 (0.818276) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:16 2021 Memory usage per processor = 27.5227 Mbytes Step Atoms AVEKE stressZZ 5586 5000 7.7938431e-12 1533741 5587 -0.00799499999999564 1533712.78814831 5587 5000 7.7933149e-12 1533712.8 Loop time of 0.0169899 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:16 2021 Pair time (%) = 0.000834942 (4.91433) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.189444) Outpt time (%) = 0.016031 (94.356) Other time (%) = 9.17912e-05 (0.540267) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:16 2021 Memory usage per processor = 27.5227 Mbytes Step Atoms AVEKE stressZZ 5587 5000 7.7933149e-12 1533709.2 5588 -0.00799499999999564 1533681.06149386 5588 5000 7.7927867e-12 1533681.1 Loop time of 0.0168631 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:16 2021 Pair time (%) = 0.000836849 (4.9626) Neigh time (%) = 0 (0) Comm time (%) = 6.50883e-05 (0.38598) Outpt time (%) = 0.0158601 (94.0519) Other time (%) = 0.000101089 (0.599471) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:16 2021 Memory usage per processor = 27.5227 Mbytes Step Atoms AVEKE stressZZ 5588 5000 7.7927867e-12 1533677.5 5589 -0.00799499999999564 1533649.33628076 5589 5000 7.7922586e-12 1533649.3 Loop time of 0.0171671 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:16 2021 Pair time (%) = 0.00116301 (6.77462) Neigh time (%) = 0 (0) Comm time (%) = 4.29153e-05 (0.249986) Outpt time (%) = 0.015774 (91.8852) Other time (%) = 0.000187159 (1.09022) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:16 2021 Memory usage per processor = 27.5227 Mbytes Step Atoms AVEKE stressZZ 5589 5000 7.7922586e-12 1533645.8 5590 -0.00799499999999564 1533617.6125088 5590 5000 7.7917306e-12 1533617.6 Loop time of 0.0188329 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:16 2021 Pair time (%) = 0.000837803 (4.44861) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.16964) Outpt time (%) = 0.017875 (94.9133) Other time (%) = 8.82149e-05 (0.468408) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:16 2021 Memory usage per processor = 27.5227 Mbytes Step Atoms AVEKE stressZZ 5590 5000 7.7917306e-12 1533614.1 5591 -0.00799499999999564 1533585.89017786 5591 5000 7.7912025e-12 1533585.9 Loop time of 0.017066 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:16 2021 Pair time (%) = 0.000836134 (4.89941) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187203) Outpt time (%) = 0.0161049 (94.3685) Other time (%) = 9.29832e-05 (0.544845) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:16 2021 Memory usage per processor = 27.5227 Mbytes Step Atoms AVEKE stressZZ 5591 5000 7.7912025e-12 1533582.3 5592 -0.00799499999999564 1533554.16928776 5592 5000 7.7906746e-12 1533554.2 Loop time of 0.0167928 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:16 2021 Pair time (%) = 0.000835896 (4.97771) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.191669) Outpt time (%) = 0.015831 (94.2727) Other time (%) = 9.36985e-05 (0.557969) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:16 2021 Memory usage per processor = 27.5227 Mbytes Step Atoms AVEKE stressZZ 5592 5000 7.7906746e-12 1533550.6 5593 -0.00799499999999564 1533522.4498383 5593 5000 7.7901467e-12 1533522.4 Loop time of 0.0170541 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:16 2021 Pair time (%) = 0.000896931 (5.25933) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192926) Outpt time (%) = 0.0160232 (93.955) Other time (%) = 0.000101089 (0.592758) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:16 2021 Memory usage per processor = 27.5227 Mbytes Step Atoms AVEKE stressZZ 5593 5000 7.7901467e-12 1533518.9 5594 -0.00799499999999564 1533490.73182936 5594 5000 7.7896188e-12 1533490.7 Loop time of 0.016876 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:16 2021 Pair time (%) = 0.000838041 (4.96588) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.194962) Outpt time (%) = 0.015903 (94.2345) Other time (%) = 0.000102043 (0.604665) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:16 2021 Memory usage per processor = 27.5227 Mbytes Step Atoms AVEKE stressZZ 5594 5000 7.7896188e-12 1533487.2 5595 -0.00799499999999564 1533459.01526076 5595 5000 7.789091e-12 1533459 Loop time of 0.016593 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:16 2021 Pair time (%) = 0.000835896 (5.03765) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.186792) Outpt time (%) = 0.015635 (94.2267) Other time (%) = 9.10759e-05 (0.548882) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:20:16 2021 Memory usage per processor = 27.5227 Mbytes Step Atoms AVEKE stressZZ 5595 5000 7.789091e-12 1533455.5 5596 -0.00799499999999564 1533421.59958776 5596 5000 1.5388584e-11 1533471.8 Loop time of 0.0165069 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:16 2021 Pair time (%) = 0.000927925 (5.62143) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.206543) Outpt time (%) = 0.015399 (93.2881) Other time (%) = 0.000145912 (0.883946) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:16 2021 Memory usage per processor = 27.5227 Mbytes Step Atoms AVEKE stressZZ 5596 5000 1.5388584e-11 1565034.6 5597 -0.00802749999999562 1564997.15022428 5597 5000 1.2443391e-11 1564997.2 Loop time of 0.016969 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:16 2021 Pair time (%) = 0.000838995 (4.94429) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.182654) Outpt time (%) = 0.0160079 (94.3363) Other time (%) = 9.10759e-05 (0.53672) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:16 2021 Memory usage per processor = 27.5227 Mbytes Step Atoms AVEKE stressZZ 5597 5000 1.2443391e-11 1564992.4 5598 -0.00802749999999562 1564958.03708247 5598 5000 1.0733892e-11 1564958 Loop time of 0.016928 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:16 2021 Pair time (%) = 0.000839949 (4.9619) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.183096) Outpt time (%) = 0.0159621 (94.2944) Other time (%) = 9.48906e-05 (0.560555) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:16 2021 Memory usage per processor = 27.5227 Mbytes Step Atoms AVEKE stressZZ 5598 5000 1.0733892e-11 1564953.7 5599 -0.00802749999999562 1564921.35133948 5599 5000 9.7128862e-12 1564921.4 Loop time of 0.0164709 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:16 2021 Pair time (%) = 0.000862122 (5.23421) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.199757) Outpt time (%) = 0.0154181 (93.6078) Other time (%) = 0.000157833 (0.958254) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:16 2021 Memory usage per processor = 27.5227 Mbytes Step Atoms AVEKE stressZZ 5599 5000 9.7128862e-12 1564917.2 5600 -0.00802749999999562 1564886.20877106 5600 5000 9.0903238e-12 1564886.2 Loop time of 0.018883 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:16 2021 Pair time (%) = 0.000986099 (5.22216) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.185604) Outpt time (%) = 0.0177362 (93.9268) Other time (%) = 0.000125647 (0.665396) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:16 2021 Memory usage per processor = 27.5228 Mbytes Step Atoms AVEKE stressZZ 5600 5000 9.0903238e-12 1564882.3 5601 -0.00802749999999562 1564852.04744519 5601 5000 8.7051833e-12 1564852 Loop time of 0.0169752 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:16 2021 Pair time (%) = 0.000848055 (4.99586) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188205) Outpt time (%) = 0.0160022 (94.2682) Other time (%) = 9.29832e-05 (0.547761) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:16 2021 Memory usage per processor = 27.5228 Mbytes Step Atoms AVEKE stressZZ 5601 5000 8.7051833e-12 1564848.2 5602 -0.00802749999999562 1564818.51024858 5602 5000 8.4645474e-12 1564818.5 Loop time of 0.016423 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:16 2021 Pair time (%) = 0.00088191 (5.36998) Neigh time (%) = 0 (0) Comm time (%) = 3.12328e-05 (0.190178) Outpt time (%) = 0.0154159 (93.8679) Other time (%) = 9.39369e-05 (0.571984) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:16 2021 Memory usage per processor = 27.5228 Mbytes Step Atoms AVEKE stressZZ 5602 5000 8.4645474e-12 1564814.7 5603 -0.00802749999999562 1564785.37023196 5603 5000 8.3131686e-12 1564785.4 Loop time of 0.0165341 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:16 2021 Pair time (%) = 0.000993013 (6.00585) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.229275) Outpt time (%) = 0.0153842 (93.0453) Other time (%) = 0.000118971 (0.719549) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:16 2021 Memory usage per processor = 27.5228 Mbytes Step Atoms AVEKE stressZZ 5603 5000 8.3131686e-12 1564781.6 5604 -0.00802749999999562 1564752.48316657 5604 5000 8.2174724e-12 1564752.5 Loop time of 0.0171132 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:16 2021 Pair time (%) = 0.000839949 (4.90819) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181114) Outpt time (%) = 0.01615 (94.3715) Other time (%) = 9.2268e-05 (0.539162) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:16 2021 Memory usage per processor = 27.5228 Mbytes Step Atoms AVEKE stressZZ 5604 5000 8.2174724e-12 1564748.8 5605 -0.00802749999999562 1564719.75739341 5605 5000 8.1567424e-12 1564719.8 Loop time of 0.017029 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:16 2021 Pair time (%) = 0.000879049 (5.16206) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187609) Outpt time (%) = 0.0160251 (94.1043) Other time (%) = 9.29832e-05 (0.546027) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:16 2021 Memory usage per processor = 27.5228 Mbytes Step Atoms AVEKE stressZZ 5605 5000 8.1567424e-12 1564716.1 5606 -0.00802749999999562 1564687.13466202 5606 5000 8.1180637e-12 1564687.1 Loop time of 0.016717 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:16 2021 Pair time (%) = 0.000859976 (5.14433) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.203948) Outpt time (%) = 0.0157139 (93.9999) Other time (%) = 0.000108957 (0.651777) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:16 2021 Memory usage per processor = 27.5228 Mbytes Step Atoms AVEKE stressZZ 5606 5000 8.1180637e-12 1564683.5 5607 -0.00802749999999562 1564654.57795363 5607 5000 8.0933302e-12 1564654.6 Loop time of 0.0170732 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:16 2021 Pair time (%) = 0.00089097 (5.21854) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187125) Outpt time (%) = 0.016053 (94.0246) Other time (%) = 9.72748e-05 (0.569753) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:16 2021 Memory usage per processor = 27.5228 Mbytes Step Atoms AVEKE stressZZ 5607 5000 8.0933302e-12 1564650.9 5608 -0.00802749999999562 1564622.06374221 5608 5000 8.0774311e-12 1564622.1 Loop time of 0.017159 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:16 2021 Pair time (%) = 0.000876188 (5.10629) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186189) Outpt time (%) = 0.0161572 (94.1615) Other time (%) = 9.36985e-05 (0.546061) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:16 2021 Memory usage per processor = 27.5228 Mbytes Step Atoms AVEKE stressZZ 5608 5000 8.0774311e-12 1564618.4 5609 -0.00802749999999562 1564589.57707669 5609 5000 8.0671352e-12 1564589.6 Loop time of 0.016386 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:16 2021 Pair time (%) = 0.000842094 (5.1391) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194971) Outpt time (%) = 0.0154178 (94.0912) Other time (%) = 9.41753e-05 (0.574729) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:16 2021 Memory usage per processor = 27.5228 Mbytes Step Atoms AVEKE stressZZ 5609 5000 8.0671352e-12 1564585.9 5610 -0.00802749999999562 1564557.10845552 5610 5000 8.0603955e-12 1564557.1 Loop time of 0.0181661 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:16 2021 Pair time (%) = 0.000962019 (5.29569) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.203428) Outpt time (%) = 0.0170491 (93.8512) Other time (%) = 0.000118017 (0.649657) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:16 2021 Memory usage per processor = 27.5228 Mbytes Step Atoms AVEKE stressZZ 5610 5000 8.0603955e-12 1564553.4 5611 -0.00802749999999562 1564524.65184019 5611 5000 8.0559141e-12 1564524.7 Loop time of 0.0171521 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:16 2021 Pair time (%) = 0.000985146 (5.7436) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191824) Outpt time (%) = 0.016042 (93.528) Other time (%) = 9.20296e-05 (0.536551) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:16 2021 Memory usage per processor = 27.5228 Mbytes Step Atoms AVEKE stressZZ 5611 5000 8.0559141e-12 1564521 5612 -0.00802749999999562 1564492.20339317 5612 5000 8.052867e-12 1564492.2 Loop time of 0.0168641 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:16 2021 Pair time (%) = 0.000877857 (5.20549) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.18379) Outpt time (%) = 0.0158608 (94.0509) Other time (%) = 9.44138e-05 (0.559852) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:16 2021 Memory usage per processor = 27.5228 Mbytes Step Atoms AVEKE stressZZ 5612 5000 8.052867e-12 1564488.5 5613 -0.00802749999999562 1564459.7606756 5613 5000 8.0507312e-12 1564459.8 Loop time of 0.016479 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:16 2021 Pair time (%) = 0.000854969 (5.18823) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.201105) Outpt time (%) = 0.0154979 (94.0464) Other time (%) = 9.29832e-05 (0.564252) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:16 2021 Memory usage per processor = 27.5228 Mbytes Step Atoms AVEKE stressZZ 5613 5000 8.0507312e-12 1564456.1 5614 -0.00802749999999562 1564427.3221375 5614 5000 8.0491745e-12 1564427.3 Loop time of 0.016263 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:16 2021 Pair time (%) = 0.000889063 (5.46678) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.190582) Outpt time (%) = 0.015254 (93.7958) Other time (%) = 8.89301e-05 (0.546825) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:16 2021 Memory usage per processor = 27.5228 Mbytes Step Atoms AVEKE stressZZ 5614 5000 8.0491745e-12 1564423.7 5615 -0.00802749999999562 1564394.88679379 5615 5000 8.0479856e-12 1564394.9 Loop time of 0.0163329 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:16 2021 Pair time (%) = 0.000838041 (5.13101) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.195606) Outpt time (%) = 0.0153749 (94.1347) Other time (%) = 8.79765e-05 (0.538647) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:16 2021 Memory usage per processor = 27.5228 Mbytes Step Atoms AVEKE stressZZ 5615 5000 8.0479856e-12 1564391.2 5616 -0.00802749999999562 1564362.45401841 5616 5000 8.0470306e-12 1564362.5 Loop time of 0.016185 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:16 2021 Pair time (%) = 0.000837803 (5.1764) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.197393) Outpt time (%) = 0.0152271 (94.0812) Other time (%) = 8.82149e-05 (0.545039) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:16 2021 Memory usage per processor = 27.5228 Mbytes Step Atoms AVEKE stressZZ 5616 5000 8.0470306e-12 1564358.8 5617 -0.00802749999999562 1564330.02341342 5617 5000 8.0462242e-12 1564330 Loop time of 0.016809 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:16 2021 Pair time (%) = 0.00111699 (6.6452) Neigh time (%) = 0 (0) Comm time (%) = 4.50611e-05 (0.268078) Outpt time (%) = 0.015486 (92.1293) Other time (%) = 0.000160933 (0.95742) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:16 2021 Memory usage per processor = 27.5228 Mbytes Step Atoms AVEKE stressZZ 5617 5000 8.0462242e-12 1564326.4 5618 -0.00802749999999562 1564297.59472586 5618 5000 8.0455122e-12 1564297.6 Loop time of 0.0170059 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:16 2021 Pair time (%) = 0.000879049 (5.16908) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.189266) Outpt time (%) = 0.016001 (94.0907) Other time (%) = 9.36985e-05 (0.550976) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:16 2021 Memory usage per processor = 27.5228 Mbytes Step Atoms AVEKE stressZZ 5618 5000 8.0455122e-12 1564293.9 5619 -0.00802749999999562 1564265.16779495 5619 5000 8.0448603e-12 1564265.2 Loop time of 0.0165138 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:16 2021 Pair time (%) = 0.000839949 (5.08634) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193463) Outpt time (%) = 0.015548 (94.1514) Other time (%) = 9.39369e-05 (0.568838) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:16 2021 Memory usage per processor = 27.5228 Mbytes Step Atoms AVEKE stressZZ 5619 5000 8.0448603e-12 1564261.5 5620 -0.00802749999999562 1564232.74251849 5620 5000 8.0442465e-12 1564232.7 Loop time of 0.018254 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:16 2021 Pair time (%) = 0.000876904 (4.80389) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.191999) Outpt time (%) = 0.0172381 (94.4346) Other time (%) = 0.000103951 (0.569466) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:16 2021 Memory usage per processor = 27.5228 Mbytes Step Atoms AVEKE stressZZ 5620 5000 8.0442465e-12 1564229.1 5621 -0.00802749999999562 1564200.31883145 5621 5000 8.0436571e-12 1564200.3 Loop time of 0.0175872 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:16 2021 Pair time (%) = 0.00108385 (6.16273) Neigh time (%) = 0 (0) Comm time (%) = 6.98566e-05 (0.397202) Outpt time (%) = 0.0162609 (92.4586) Other time (%) = 0.000172615 (0.981482) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:16 2021 Memory usage per processor = 27.5228 Mbytes Step Atoms AVEKE stressZZ 5621 5000 8.0436571e-12 1564196.7 5622 -0.00802749999999562 1564167.8966924 5622 5000 8.0430831e-12 1564167.9 Loop time of 0.0170002 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:17 2021 Pair time (%) = 0.000838995 (4.93521) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187928) Outpt time (%) = 0.0160358 (94.3271) Other time (%) = 9.34601e-05 (0.549759) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:17 2021 Memory usage per processor = 27.5228 Mbytes Step Atoms AVEKE stressZZ 5622 5000 8.0430831e-12 1564164.2 5623 -0.00802749999999562 1564135.47607505 5623 5000 8.0425189e-12 1564135.5 Loop time of 0.0164151 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:17 2021 Pair time (%) = 0.000838995 (5.11111) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194626) Outpt time (%) = 0.0154521 (94.1336) Other time (%) = 9.20296e-05 (0.560639) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:17 2021 Memory usage per processor = 27.5228 Mbytes Step Atoms AVEKE stressZZ 5623 5000 8.0425189e-12 1564131.8 5624 -0.00802749999999562 1564103.05696262 5624 5000 8.0419609e-12 1564103.1 Loop time of 0.016825 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:17 2021 Pair time (%) = 0.000957012 (5.68805) Neigh time (%) = 0 (0) Comm time (%) = 5.19753e-05 (0.308918) Outpt time (%) = 0.015677 (93.1769) Other time (%) = 0.000138998 (0.826142) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:17 2021 Memory usage per processor = 27.5228 Mbytes Step Atoms AVEKE stressZZ 5624 5000 8.0419609e-12 1564099.4 5625 -0.00802749999999562 1564070.63934432 5625 5000 8.041407e-12 1564070.6 Loop time of 0.017194 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:17 2021 Pair time (%) = 0.000876188 (5.09589) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185809) Outpt time (%) = 0.016192 (94.172) Other time (%) = 9.39369e-05 (0.546334) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:17 2021 Memory usage per processor = 27.5228 Mbytes Step Atoms AVEKE stressZZ 5625 5000 8.041407e-12 1564067 5626 -0.00802749999999562 1564038.22321337 5626 5000 8.0408557e-12 1564038.2 Loop time of 0.0170391 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:17 2021 Pair time (%) = 0.000838995 (4.92395) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.188898) Outpt time (%) = 0.0160601 (94.2547) Other time (%) = 0.000107765 (0.63246) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:17 2021 Memory usage per processor = 27.5228 Mbytes Step Atoms AVEKE stressZZ 5626 5000 8.0408557e-12 1564034.6 5627 -0.00802749999999562 1564005.80856535 5627 5000 8.040306e-12 1564005.8 Loop time of 0.016628 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:17 2021 Pair time (%) = 0.000841856 (5.06287) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.199303) Outpt time (%) = 0.01561 (93.8775) Other time (%) = 0.000143051 (0.860301) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:17 2021 Memory usage per processor = 27.5228 Mbytes Step Atoms AVEKE stressZZ 5627 5000 8.040306e-12 1564002.2 5628 -0.00802749999999562 1563973.39539735 5628 5000 8.0397573e-12 1563973.4 Loop time of 0.0170879 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:17 2021 Pair time (%) = 0.00101995 (5.96886) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.216263) Outpt time (%) = 0.0158839 (92.954) Other time (%) = 0.000147104 (0.860866) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:17 2021 Memory usage per processor = 27.5228 Mbytes Step Atoms AVEKE stressZZ 5628 5000 8.0397573e-12 1563969.7 5629 -0.00802749999999562 1563940.98370761 5629 5000 8.0392094e-12 1563941 Loop time of 0.0173321 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:17 2021 Pair time (%) = 0.000835896 (4.82282) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184329) Outpt time (%) = 0.0163722 (94.4619) Other time (%) = 9.20296e-05 (0.530978) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:17 2021 Memory usage per processor = 27.5228 Mbytes Step Atoms AVEKE stressZZ 5629 5000 8.0392094e-12 1563937.3 5630 -0.00802749999999562 1563908.57349481 5630 5000 8.0386619e-12 1563908.6 Loop time of 0.018085 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:17 2021 Pair time (%) = 0.000838041 (4.6339) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.176655) Outpt time (%) = 0.0171211 (94.67) Other time (%) = 9.39369e-05 (0.519419) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:17 2021 Memory usage per processor = 27.5228 Mbytes Step Atoms AVEKE stressZZ 5630 5000 8.0386619e-12 1563904.9 5631 -0.00802749999999562 1563876.16475815 5631 5000 8.0381147e-12 1563876.2 Loop time of 0.0168622 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:17 2021 Pair time (%) = 0.00101495 (6.01909) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.213503) Outpt time (%) = 0.0156791 (92.9841) Other time (%) = 0.000132084 (0.783316) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:17 2021 Memory usage per processor = 27.5228 Mbytes Step Atoms AVEKE stressZZ 5631 5000 8.0381147e-12 1563872.5 5632 -0.00802749999999562 1563843.75749707 5632 5000 8.0375677e-12 1563843.8 Loop time of 0.0172281 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:17 2021 Pair time (%) = 0.00113893 (6.61085) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.278162) Outpt time (%) = 0.0159421 (92.5353) Other time (%) = 9.91821e-05 (0.575699) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:17 2021 Memory usage per processor = 27.5228 Mbytes Step Atoms AVEKE stressZZ 5632 5000 8.0375677e-12 1563840.1 5633 -0.00802749999999562 1563811.35171113 5633 5000 8.0370209e-12 1563811.4 Loop time of 0.016906 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:17 2021 Pair time (%) = 0.000874043 (5.17001) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.183334) Outpt time (%) = 0.015907 (94.091) Other time (%) = 9.39369e-05 (0.555642) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:17 2021 Memory usage per processor = 27.5228 Mbytes Step Atoms AVEKE stressZZ 5633 5000 8.0370209e-12 1563807.7 5634 -0.00802749999999562 1563778.94740004 5634 5000 8.0364742e-12 1563778.9 Loop time of 0.0164659 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:17 2021 Pair time (%) = 0.000889063 (5.39942) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.201266) Outpt time (%) = 0.015444 (93.7941) Other time (%) = 9.9659e-05 (0.605244) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:17 2021 Memory usage per processor = 27.5228 Mbytes Step Atoms AVEKE stressZZ 5634 5000 8.0364742e-12 1563775.3 5635 -0.00802749999999562 1563746.54456355 5635 5000 8.0359277e-12 1563746.5 Loop time of 0.017225 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:17 2021 Pair time (%) = 0.00110602 (6.42103) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197932) Outpt time (%) = 0.01595 (92.5976) Other time (%) = 0.000134945 (0.783424) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:17 2021 Memory usage per processor = 27.5228 Mbytes Step Atoms AVEKE stressZZ 5635 5000 8.0359277e-12 1563742.9 5636 -0.00802749999999562 1563714.14320146 5636 5000 8.0353811e-12 1563714.1 Loop time of 0.0172899 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:17 2021 Pair time (%) = 0.000839949 (4.85804) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184779) Outpt time (%) = 0.01632 (94.3904) Other time (%) = 9.799e-05 (0.566748) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:17 2021 Memory usage per processor = 27.5228 Mbytes Step Atoms AVEKE stressZZ 5636 5000 8.0353811e-12 1563710.5 5637 -0.00802749999999562 1563681.74331362 5637 5000 8.0348347e-12 1563681.7 Loop time of 0.016814 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:17 2021 Pair time (%) = 0.000841141 (5.00262) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190009) Outpt time (%) = 0.015847 (94.2487) Other time (%) = 9.39369e-05 (0.558683) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:17 2021 Memory usage per processor = 27.5228 Mbytes Step Atoms AVEKE stressZZ 5637 5000 8.0348347e-12 1563678.1 5638 -0.00802749999999562 1563649.34489981 5638 5000 8.0342883e-12 1563649.3 Loop time of 0.0165811 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:17 2021 Pair time (%) = 0.0010438 (6.29511) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.222874) Outpt time (%) = 0.0153711 (92.7027) Other time (%) = 0.000129223 (0.77934) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:17 2021 Memory usage per processor = 27.5228 Mbytes Step Atoms AVEKE stressZZ 5638 5000 8.0342883e-12 1563645.7 5639 -0.00802749999999562 1563616.94795992 5639 5000 8.033742e-12 1563616.9 Loop time of 0.0172939 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:17 2021 Pair time (%) = 0.00105119 (6.07836) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184736) Outpt time (%) = 0.01612 (93.2116) Other time (%) = 9.08375e-05 (0.525256) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:17 2021 Memory usage per processor = 27.5228 Mbytes Step Atoms AVEKE stressZZ 5639 5000 8.033742e-12 1563613.3 5640 -0.00802749999999562 1563584.55249381 5640 5000 8.0331957e-12 1563584.6 Loop time of 0.0188551 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:17 2021 Pair time (%) = 0.00085187 (4.51798) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.16944) Outpt time (%) = 0.0178778 (94.8169) Other time (%) = 9.34601e-05 (0.495675) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:17 2021 Memory usage per processor = 27.5228 Mbytes Step Atoms AVEKE stressZZ 5640 5000 8.0331957e-12 1563580.9 5641 -0.00802749999999562 1563552.15850131 5641 5000 8.0326495e-12 1563552.2 Loop time of 0.0166042 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:17 2021 Pair time (%) = 0.000838995 (5.05291) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.186666) Outpt time (%) = 0.0156398 (94.1918) Other time (%) = 9.44138e-05 (0.568614) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:17 2021 Memory usage per processor = 27.5228 Mbytes Step Atoms AVEKE stressZZ 5641 5000 8.0326495e-12 1563548.5 5642 -0.00802749999999562 1563519.76598232 5642 5000 8.0321033e-12 1563519.8 Loop time of 0.016716 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:17 2021 Pair time (%) = 0.00105619 (6.31846) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.232485) Outpt time (%) = 0.01547 (92.5462) Other time (%) = 0.000150919 (0.902841) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:17 2021 Memory usage per processor = 27.5228 Mbytes Step Atoms AVEKE stressZZ 5642 5000 8.0321033e-12 1563516.1 5643 -0.00802749999999562 1563487.37493666 5643 5000 8.0315572e-12 1563487.4 Loop time of 0.0172172 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:17 2021 Pair time (%) = 0.000880003 (5.1112) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18556) Outpt time (%) = 0.016212 (94.1618) Other time (%) = 9.32217e-05 (0.541446) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:17 2021 Memory usage per processor = 27.5228 Mbytes Step Atoms AVEKE stressZZ 5643 5000 8.0315572e-12 1563483.7 5644 -0.00802749999999562 1563454.98536424 5644 5000 8.0310111e-12 1563455 Loop time of 0.0165989 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:17 2021 Pair time (%) = 0.000840902 (5.066) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.193907) Outpt time (%) = 0.0156338 (94.1857) Other time (%) = 9.20296e-05 (0.55443) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:17 2021 Memory usage per processor = 27.5228 Mbytes Step Atoms AVEKE stressZZ 5644 5000 8.0310111e-12 1563451.3 5645 -0.00802749999999562 1563422.59726496 5645 5000 8.0304651e-12 1563422.6 Loop time of 0.016562 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:17 2021 Pair time (%) = 0.000867128 (5.23565) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.204417) Outpt time (%) = 0.0155661 (93.987) Other time (%) = 9.48906e-05 (0.572942) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:17 2021 Memory usage per processor = 27.5228 Mbytes Step Atoms AVEKE stressZZ 5645 5000 8.0304651e-12 1563418.9 5646 -0.00802749999999562 1563390.21063862 5646 5000 8.0299191e-12 1563390.2 Loop time of 0.01724 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:17 2021 Pair time (%) = 0.000995874 (5.77652) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.208823) Outpt time (%) = 0.016099 (93.3813) Other time (%) = 0.000109196 (0.633384) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:17 2021 Memory usage per processor = 27.5228 Mbytes Step Atoms AVEKE stressZZ 5646 5000 8.0299191e-12 1563386.6 5647 -0.00802749999999562 1563357.82548515 5647 5000 8.0293732e-12 1563357.8 Loop time of 0.017158 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:17 2021 Pair time (%) = 0.000847816 (4.94122) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186199) Outpt time (%) = 0.0161841 (94.3237) Other time (%) = 9.41753e-05 (0.54887) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:17 2021 Memory usage per processor = 27.5228 Mbytes Step Atoms AVEKE stressZZ 5647 5000 8.0293732e-12 1563354.2 5648 -0.00802749999999562 1563325.44180441 5648 5000 8.0288274e-12 1563325.4 Loop time of 0.0162499 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:17 2021 Pair time (%) = 0.000843048 (5.18802) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.190736) Outpt time (%) = 0.0152869 (94.074) Other time (%) = 8.89301e-05 (0.547266) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:17 2021 Memory usage per processor = 27.5228 Mbytes Step Atoms AVEKE stressZZ 5648 5000 8.0288274e-12 1563321.8 5649 -0.00802749999999562 1563293.05959623 5649 5000 8.0282815e-12 1563293.1 Loop time of 0.0169771 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:17 2021 Pair time (%) = 0.00115418 (6.79849) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.212058) Outpt time (%) = 0.0156348 (92.0935) Other time (%) = 0.000152111 (0.895979) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:17 2021 Memory usage per processor = 27.5228 Mbytes Step Atoms AVEKE stressZZ 5649 5000 8.0282815e-12 1563289.4 5650 -0.00802749999999562 1563260.67886051 5650 5000 8.0277358e-12 1563260.7 Loop time of 0.01882 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:17 2021 Pair time (%) = 0.000836134 (4.44278) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.169756) Outpt time (%) = 0.0178592 (94.8947) Other time (%) = 9.27448e-05 (0.492798) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:17 2021 Memory usage per processor = 27.5228 Mbytes Step Atoms AVEKE stressZZ 5650 5000 8.0277358e-12 1563257 5651 -0.00802749999999562 1563228.29959711 5651 5000 8.0271901e-12 1563228.3 Loop time of 0.016521 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:17 2021 Pair time (%) = 0.000836849 (5.06537) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.194822) Outpt time (%) = 0.015559 (94.177) Other time (%) = 9.29832e-05 (0.562819) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:17 2021 Memory usage per processor = 27.5228 Mbytes Step Atoms AVEKE stressZZ 5651 5000 8.0271901e-12 1563224.6 5652 -0.00802749999999562 1563195.92180592 5652 5000 8.0266444e-12 1563195.9 Loop time of 0.0168109 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:17 2021 Pair time (%) = 0.000961065 (5.71692) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.202808) Outpt time (%) = 0.0156839 (93.296) Other time (%) = 0.000131845 (0.784286) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:17 2021 Memory usage per processor = 27.5228 Mbytes Step Atoms AVEKE stressZZ 5652 5000 8.0266444e-12 1563192.3 5653 -0.00802749999999562 1563163.54548681 5653 5000 8.0260988e-12 1563163.5 Loop time of 0.0168531 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:17 2021 Pair time (%) = 0.000882149 (5.23434) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.195227) Outpt time (%) = 0.0158441 (94.013) Other time (%) = 9.39369e-05 (0.557387) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:17 2021 Memory usage per processor = 27.5228 Mbytes Step Atoms AVEKE stressZZ 5653 5000 8.0260988e-12 1563159.9 5654 -0.00802749999999562 1563131.17063966 5654 5000 8.0255532e-12 1563131.2 Loop time of 0.016995 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:17 2021 Pair time (%) = 0.000838995 (4.93673) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.189389) Outpt time (%) = 0.0160301 (94.3225) Other time (%) = 9.36985e-05 (0.551331) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:17 2021 Memory usage per processor = 27.5228 Mbytes Step Atoms AVEKE stressZZ 5654 5000 8.0255532e-12 1563127.5 5655 -0.00802749999999562 1563098.79726431 5655 5000 8.0250077e-12 1563098.8 Loop time of 0.016314 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:17 2021 Pair time (%) = 0.000874996 (5.36346) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.195832) Outpt time (%) = 0.0153129 (93.8634) Other time (%) = 9.41753e-05 (0.577266) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:17 2021 Memory usage per processor = 27.5228 Mbytes Step Atoms AVEKE stressZZ 5655 5000 8.0250077e-12 1563095.1 5656 -0.00802749999999562 1563066.42536068 5656 5000 8.0244623e-12 1563066.4 Loop time of 0.0169652 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:17 2021 Pair time (%) = 0.00111794 (6.58965) Neigh time (%) = 0 (0) Comm time (%) = 7.58171e-05 (0.446899) Outpt time (%) = 0.0155742 (91.8012) Other time (%) = 0.000197172 (1.16222) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:17 2021 Memory usage per processor = 27.5228 Mbytes Step Atoms AVEKE stressZZ 5656 5000 8.0244623e-12 1563062.8 5657 -0.00802749999999562 1563034.05492861 5657 5000 8.0239169e-12 1563034.1 Loop time of 0.0170062 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:17 2021 Pair time (%) = 0.000843048 (4.95731) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187862) Outpt time (%) = 0.0160091 (94.137) Other time (%) = 0.00012207 (0.717801) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:17 2021 Memory usage per processor = 27.5228 Mbytes Step Atoms AVEKE stressZZ 5657 5000 8.0239169e-12 1563030.4 5658 -0.00802749999999562 1563001.68596797 5658 5000 8.0233715e-12 1563001.7 Loop time of 0.016269 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:17 2021 Pair time (%) = 0.000876904 (5.39004) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.190512) Outpt time (%) = 0.0152678 (93.8464) Other time (%) = 9.32217e-05 (0.573003) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:17 2021 Memory usage per processor = 27.5228 Mbytes Step Atoms AVEKE stressZZ 5658 5000 8.0233715e-12 1562998 5659 -0.00802749999999562 1562969.31847865 5659 5000 8.0228262e-12 1562969.3 Loop time of 0.0163321 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:17 2021 Pair time (%) = 0.000837088 (5.1254) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.195615) Outpt time (%) = 0.015377 (94.152) Other time (%) = 8.60691e-05 (0.526992) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:17 2021 Memory usage per processor = 27.5228 Mbytes Step Atoms AVEKE stressZZ 5659 5000 8.0228262e-12 1562965.7 5660 -0.00802749999999562 1562936.95246053 5660 5000 8.0222809e-12 1562937 Loop time of 0.018086 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:17 2021 Pair time (%) = 0.000842094 (4.65607) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.171373) Outpt time (%) = 0.0171239 (94.6809) Other time (%) = 8.89301e-05 (0.491708) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:17 2021 Memory usage per processor = 27.5228 Mbytes Step Atoms AVEKE stressZZ 5660 5000 8.0222809e-12 1562933.3 5661 -0.00802749999999562 1562904.58791345 5661 5000 8.0217357e-12 1562904.6 Loop time of 0.0170989 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:17 2021 Pair time (%) = 0.000994205 (5.81444) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204969) Outpt time (%) = 0.0159249 (93.1342) Other time (%) = 0.00014472 (0.846371) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:17 2021 Memory usage per processor = 27.5228 Mbytes Step Atoms AVEKE stressZZ 5661 5000 8.0217357e-12 1562900.9 5662 -0.00802749999999562 1562872.22483732 5662 5000 8.0211906e-12 1562872.2 Loop time of 0.017005 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:17 2021 Pair time (%) = 0.000869989 (5.11609) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.200494) Outpt time (%) = 0.016005 (94.1198) Other time (%) = 9.58443e-05 (0.563625) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:17 2021 Memory usage per processor = 27.5228 Mbytes Step Atoms AVEKE stressZZ 5662 5000 8.0211906e-12 1562868.6 5663 -0.00802749999999562 1562839.86323199 5663 5000 8.0206455e-12 1562839.9 Loop time of 0.0164621 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:17 2021 Pair time (%) = 0.000842094 (5.11536) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194071) Outpt time (%) = 0.0154941 (94.1199) Other time (%) = 9.39369e-05 (0.570626) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:17 2021 Memory usage per processor = 27.5228 Mbytes Step Atoms AVEKE stressZZ 5663 5000 8.0206455e-12 1562836.2 5664 -0.00802749999999562 1562807.50309734 5664 5000 8.0201004e-12 1562807.5 Loop time of 0.0164781 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:17 2021 Pair time (%) = 0.000880003 (5.34045) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.279249) Outpt time (%) = 0.0154202 (93.5802) Other time (%) = 0.000131845 (0.800127) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:17 2021 Memory usage per processor = 27.5228 Mbytes Step Atoms AVEKE stressZZ 5664 5000 8.0201004e-12 1562803.9 5665 -0.00802749999999562 1562775.14443325 5665 5000 8.0195554e-12 1562775.1 Loop time of 0.0170071 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:17 2021 Pair time (%) = 0.000836134 (4.91638) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187851) Outpt time (%) = 0.0160561 (94.4079) Other time (%) = 8.29697e-05 (0.487853) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:17 2021 Memory usage per processor = 27.5228 Mbytes Step Atoms AVEKE stressZZ 5665 5000 8.0195554e-12 1562771.5 5666 -0.00802749999999562 1562742.78723959 5666 5000 8.0190104e-12 1562742.8 Loop time of 0.0171781 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:18 2021 Pair time (%) = 0.000864983 (5.03539) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185982) Outpt time (%) = 0.0161431 (93.975) Other time (%) = 0.000138044 (0.803609) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:18 2021 Memory usage per processor = 27.5228 Mbytes Step Atoms AVEKE stressZZ 5666 5000 8.0190104e-12 1562739.1 5667 -0.00802749999999562 1562710.43151627 5667 5000 8.0184655e-12 1562710.4 Loop time of 0.016525 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:18 2021 Pair time (%) = 0.000869989 (5.26468) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.206316) Outpt time (%) = 0.0155189 (93.9115) Other time (%) = 0.000102043 (0.617507) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:18 2021 Memory usage per processor = 27.5228 Mbytes Step Atoms AVEKE stressZZ 5667 5000 8.0184655e-12 1562706.8 5668 -0.00802749999999562 1562678.07726311 5668 5000 8.0179207e-12 1562678.1 Loop time of 0.0171571 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:18 2021 Pair time (%) = 0.000915051 (5.33337) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193157) Outpt time (%) = 0.0161111 (93.9037) Other time (%) = 9.77516e-05 (0.569745) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:18 2021 Memory usage per processor = 27.5228 Mbytes Step Atoms AVEKE stressZZ 5668 5000 8.0179207e-12 1562674.4 5669 -0.00802749999999562 1562645.72448002 5669 5000 8.0173759e-12 1562645.7 Loop time of 0.017215 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:18 2021 Pair time (%) = 0.000876904 (5.09383) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180043) Outpt time (%) = 0.016212 (94.1735) Other time (%) = 9.5129e-05 (0.552593) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:18 2021 Memory usage per processor = 27.5228 Mbytes Step Atoms AVEKE stressZZ 5669 5000 8.0173759e-12 1562642.1 5670 -0.00802749999999562 1562613.37316686 5670 5000 8.0168311e-12 1562613.4 Loop time of 0.0183129 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:18 2021 Pair time (%) = 0.000838041 (4.57623) Neigh time (%) = 0 (0) Comm time (%) = 6.10352e-05 (0.33329) Outpt time (%) = 0.0172601 (94.2507) Other time (%) = 0.00015378 (0.839734) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:18 2021 Memory usage per processor = 27.5228 Mbytes Step Atoms AVEKE stressZZ 5670 5000 8.0168311e-12 1562609.7 5671 -0.00802749999999562 1562581.02332349 5671 5000 8.0162864e-12 1562581 Loop time of 0.0165889 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:18 2021 Pair time (%) = 0.00103807 (6.25764) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211271) Outpt time (%) = 0.0154049 (92.8628) Other time (%) = 0.000110865 (0.668305) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:18 2021 Memory usage per processor = 27.5228 Mbytes Step Atoms AVEKE stressZZ 5671 5000 8.0162864e-12 1562577.4 5672 -0.00802749999999562 1562548.67494983 5672 5000 8.0157418e-12 1562548.7 Loop time of 0.0170169 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:18 2021 Pair time (%) = 0.000944138 (5.54824) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187743) Outpt time (%) = 0.015949 (93.7246) Other time (%) = 9.17912e-05 (0.539412) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:18 2021 Memory usage per processor = 27.5228 Mbytes Step Atoms AVEKE stressZZ 5672 5000 8.0157418e-12 1562545 5673 -0.00802749999999562 1562516.32804573 5673 5000 8.0151972e-12 1562516.3 Loop time of 0.017251 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:18 2021 Pair time (%) = 0.000957966 (5.5531) Neigh time (%) = 0 (0) Comm time (%) = 4.81606e-05 (0.279175) Outpt time (%) = 0.0161271 (93.485) Other time (%) = 0.000117779 (0.682735) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:18 2021 Memory usage per processor = 27.5228 Mbytes Step Atoms AVEKE stressZZ 5673 5000 8.0151972e-12 1562512.7 5674 -0.00802749999999562 1562483.98261105 5674 5000 8.0146526e-12 1562484 Loop time of 0.016614 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:18 2021 Pair time (%) = 0.000838041 (5.0442) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.186556) Outpt time (%) = 0.0156221 (94.0302) Other time (%) = 0.000122786 (0.739051) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:18 2021 Memory usage per processor = 27.5228 Mbytes Step Atoms AVEKE stressZZ 5674 5000 8.0146526e-12 1562480.3 5675 -0.00802749999999562 1562451.63864569 5675 5000 8.0141081e-12 1562451.6 Loop time of 0.0170729 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:18 2021 Pair time (%) = 0.00116992 (6.85249) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.210867) Outpt time (%) = 0.015702 (91.9703) Other time (%) = 0.000164986 (0.966359) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:18 2021 Memory usage per processor = 27.5228 Mbytes Step Atoms AVEKE stressZZ 5675 5000 8.0141081e-12 1562448 5676 -0.00802749999999562 1562419.29614953 5676 5000 8.0135637e-12 1562419.3 Loop time of 0.0171769 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:18 2021 Pair time (%) = 0.000888824 (5.17454) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.187383) Outpt time (%) = 0.016161 (94.0856) Other time (%) = 9.48906e-05 (0.552433) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:18 2021 Memory usage per processor = 27.5228 Mbytes Step Atoms AVEKE stressZZ 5676 5000 8.0135637e-12 1562415.6 5677 -0.00802749999999562 1562386.95512239 5677 5000 8.0130193e-12 1562387 Loop time of 0.0169189 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:18 2021 Pair time (%) = 0.000879049 (5.19567) Neigh time (%) = 0 (0) Comm time (%) = 5.50747e-05 (0.325522) Outpt time (%) = 0.0158799 (93.8588) Other time (%) = 0.000104904 (0.620041) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:18 2021 Memory usage per processor = 27.5228 Mbytes Step Atoms AVEKE stressZZ 5677 5000 8.0130193e-12 1562383.3 5678 -0.00802749999999562 1562354.61556423 5678 5000 8.0124749e-12 1562354.6 Loop time of 0.016367 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:18 2021 Pair time (%) = 0.000859976 (5.25434) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.202482) Outpt time (%) = 0.0153708 (93.9139) Other time (%) = 0.000102997 (0.629297) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:18 2021 Memory usage per processor = 27.5228 Mbytes Step Atoms AVEKE stressZZ 5678 5000 8.0124749e-12 1562351 5679 -0.00802749999999562 1562322.27747487 5679 5000 8.0119306e-12 1562322.3 Loop time of 0.017128 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:18 2021 Pair time (%) = 0.000983 (5.73914) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180958) Outpt time (%) = 0.016021 (93.537) Other time (%) = 9.29832e-05 (0.542873) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:18 2021 Memory usage per processor = 27.5228 Mbytes Step Atoms AVEKE stressZZ 5679 5000 8.0119306e-12 1562318.6 5680 -0.00802749999999562 1562289.94085421 5680 5000 8.0113864e-12 1562289.9 Loop time of 0.018707 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:18 2021 Pair time (%) = 0.000844002 (4.51168) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.170781) Outpt time (%) = 0.0177369 (94.8141) Other time (%) = 9.41753e-05 (0.503422) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:18 2021 Memory usage per processor = 27.5228 Mbytes Step Atoms AVEKE stressZZ 5680 5000 8.0113864e-12 1562286.3 5681 -0.00802749999999562 1562257.6057021 5681 5000 8.0108422e-12 1562257.6 Loop time of 0.0168679 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:18 2021 Pair time (%) = 0.000840902 (4.98523) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.189402) Outpt time (%) = 0.0158839 (94.1667) Other time (%) = 0.000111103 (0.658667) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:18 2021 Memory usage per processor = 27.5228 Mbytes Step Atoms AVEKE stressZZ 5681 5000 8.0108422e-12 1562254 5682 -0.00802749999999562 1562225.27201846 5682 5000 8.010298e-12 1562225.3 Loop time of 0.0172279 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:18 2021 Pair time (%) = 0.00114179 (6.62755) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.19098) Outpt time (%) = 0.0159068 (92.3318) Other time (%) = 0.000146389 (0.849721) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:18 2021 Memory usage per processor = 27.5228 Mbytes Step Atoms AVEKE stressZZ 5682 5000 8.010298e-12 1562221.6 5683 -0.00802749999999562 1562192.93980311 5683 5000 8.0097539e-12 1562192.9 Loop time of 0.017077 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:18 2021 Pair time (%) = 0.000883102 (5.17131) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187083) Outpt time (%) = 0.016068 (94.0915) Other time (%) = 9.39369e-05 (0.55008) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:18 2021 Memory usage per processor = 27.5228 Mbytes Step Atoms AVEKE stressZZ 5683 5000 8.0097539e-12 1562189.3 5684 -0.00802749999999562 1562160.60905598 5684 5000 8.0092099e-12 1562160.6 Loop time of 0.017107 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:18 2021 Pair time (%) = 0.000962019 (5.62354) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.199298) Outpt time (%) = 0.0159471 (93.2197) Other time (%) = 0.000163794 (0.957465) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:18 2021 Memory usage per processor = 27.5228 Mbytes Step Atoms AVEKE stressZZ 5684 5000 8.0092099e-12 1562157 5685 -0.00802749999999562 1562128.27977693 5685 5000 8.0086659e-12 1562128.3 Loop time of 0.016453 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:18 2021 Pair time (%) = 0.000880003 (5.34858) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.28547) Outpt time (%) = 0.0153611 (93.3632) Other time (%) = 0.000164986 (1.00277) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:18 2021 Memory usage per processor = 27.5228 Mbytes Step Atoms AVEKE stressZZ 5685 5000 8.0086659e-12 1562124.6 5686 -0.00802749999999562 1562095.95196584 5686 5000 8.008122e-12 1562096 Loop time of 0.0169752 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:18 2021 Pair time (%) = 0.000929117 (5.47339) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.193823) Outpt time (%) = 0.0159152 (93.7555) Other time (%) = 9.799e-05 (0.577255) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:18 2021 Memory usage per processor = 27.5228 Mbytes Step Atoms AVEKE stressZZ 5686 5000 8.008122e-12 1562092.3 5687 -0.00802749999999562 1562063.62562258 5687 5000 8.0075781e-12 1562063.6 Loop time of 0.017508 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:18 2021 Pair time (%) = 0.000849962 (4.8547) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.187924) Outpt time (%) = 0.0164659 (94.0477) Other time (%) = 0.000159264 (0.90966) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:18 2021 Memory usage per processor = 27.5228 Mbytes Step Atoms AVEKE stressZZ 5687 5000 8.0075781e-12 1562060 5688 -0.00802749999999562 1562031.30074703 5688 5000 8.0070342e-12 1562031.3 Loop time of 0.016633 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:18 2021 Pair time (%) = 0.000840902 (5.05562) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192076) Outpt time (%) = 0.0156739 (94.2334) Other time (%) = 8.63075e-05 (0.518892) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:18 2021 Memory usage per processor = 27.5228 Mbytes Step Atoms AVEKE stressZZ 5688 5000 8.0070342e-12 1562027.6 5689 -0.00802749999999562 1561998.97733905 5689 5000 8.0064904e-12 1561999 Loop time of 0.0165088 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:18 2021 Pair time (%) = 0.000935793 (5.66844) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.223849) Outpt time (%) = 0.015398 (93.2715) Other time (%) = 0.000138044 (0.836186) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:18 2021 Memory usage per processor = 27.5228 Mbytes Step Atoms AVEKE stressZZ 5689 5000 8.0064904e-12 1561995.3 5690 -0.00802749999999562 1561966.65539855 5690 5000 8.0059467e-12 1561966.7 Loop time of 0.0186541 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:18 2021 Pair time (%) = 0.000838995 (4.49764) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.172544) Outpt time (%) = 0.017693 (94.848) Other time (%) = 8.98838e-05 (0.481845) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:18 2021 Memory usage per processor = 27.5228 Mbytes Step Atoms AVEKE stressZZ 5690 5000 8.0059467e-12 1561963 5691 -0.00802749999999562 1561934.33492538 5691 5000 8.005403e-12 1561934.3 Loop time of 0.0173211 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:18 2021 Pair time (%) = 0.000871181 (5.02959) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.17894) Outpt time (%) = 0.016324 (94.2436) Other time (%) = 9.48906e-05 (0.547832) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:18 2021 Memory usage per processor = 27.5228 Mbytes Step Atoms AVEKE stressZZ 5691 5000 8.005403e-12 1561930.7 5692 -0.00802749999999562 1561902.01591946 5692 5000 8.0048593e-12 1561902 Loop time of 0.0164502 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:18 2021 Pair time (%) = 0.000867128 (5.27124) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194211) Outpt time (%) = 0.015456 (93.9563) Other time (%) = 9.5129e-05 (0.578286) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:18 2021 Memory usage per processor = 27.5228 Mbytes Step Atoms AVEKE stressZZ 5692 5000 8.0048593e-12 1561898.4 5693 -0.00802749999999562 1561869.69838062 5693 5000 8.0043157e-12 1561869.7 Loop time of 0.0172219 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:18 2021 Pair time (%) = 0.00115418 (6.70183) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191046) Outpt time (%) = 0.0158551 (92.0633) Other time (%) = 0.000179768 (1.04383) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:18 2021 Memory usage per processor = 27.5228 Mbytes Step Atoms AVEKE stressZZ 5693 5000 8.0043157e-12 1561866 5694 -0.00802749999999562 1561837.38230877 5694 5000 8.0037722e-12 1561837.4 Loop time of 0.0171318 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:18 2021 Pair time (%) = 0.000839949 (4.90286) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186484) Outpt time (%) = 0.016166 (94.3623) Other time (%) = 9.39369e-05 (0.548319) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:18 2021 Memory usage per processor = 27.5228 Mbytes Step Atoms AVEKE stressZZ 5694 5000 8.0037722e-12 1561833.7 5695 -0.00802749999999562 1561805.06770374 5695 5000 8.0032287e-12 1561805.1 Loop time of 0.0163851 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:18 2021 Pair time (%) = 0.000837803 (5.11321) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.189162) Outpt time (%) = 0.0154219 (94.1214) Other time (%) = 9.44138e-05 (0.576218) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:18 2021 Memory usage per processor = 27.5228 Mbytes Step Atoms AVEKE stressZZ 5695 5000 8.0032287e-12 1561801.4 5696 -0.00802749999999562 1561772.75456545 5696 5000 8.0026853e-12 1561772.8 Loop time of 0.0169051 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:18 2021 Pair time (%) = 0.000887871 (5.2521) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.205909) Outpt time (%) = 0.015877 (93.9186) Other time (%) = 0.000105381 (0.623369) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:20:18 2021 Memory usage per processor = 27.5228 Mbytes Step Atoms AVEKE stressZZ 5696 5000 8.0026853e-12 1561769.1 5697 -0.00802749999999562 1561734.64378788 5697 5000 1.5810557e-11 1561785.8 Loop time of 0.016916 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:18 2021 Pair time (%) = 0.000957012 (5.65743) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.183225) Outpt time (%) = 0.0157609 (93.1713) Other time (%) = 0.000167131 (0.988006) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28300 ave 28300 max 28300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28300 Ave neighs/atom = 5.66 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:18 2021 Memory usage per processor = 27.5228 Mbytes Step Atoms AVEKE stressZZ 5697 5000 1.5810557e-11 1593622 5698 -0.0080599999999956 1593583.87583288 5698 5000 1.2783545e-11 1593583.9 Loop time of 0.017066 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:18 2021 Pair time (%) = 0.000839949 (4.92177) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187203) Outpt time (%) = 0.0161011 (94.3462) Other time (%) = 9.29832e-05 (0.544845) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28301 ave 28301 max 28301 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28301 Ave neighs/atom = 5.6602 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:18 2021 Memory usage per processor = 27.5228 Mbytes Step Atoms AVEKE stressZZ 5698 5000 1.2783545e-11 1593578.9 5699 -0.0080599999999956 1593544.0255784 5699 5000 1.102662e-11 1593544 Loop time of 0.016181 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:18 2021 Pair time (%) = 0.000840902 (5.19685) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.191548) Outpt time (%) = 0.0152142 (94.0252) Other time (%) = 9.48906e-05 (0.586432) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28301 ave 28301 max 28301 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28301 Ave neighs/atom = 5.6602 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:18 2021 Memory usage per processor = 27.5228 Mbytes Step Atoms AVEKE stressZZ 5699 5000 1.102662e-11 1593539.5 5700 -0.0080599999999956 1593506.65116296 5700 5000 9.977316e-12 1593506.7 Loop time of 0.0189772 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:18 2021 Pair time (%) = 0.00102997 (5.42741) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.2475) Outpt time (%) = 0.0177379 (93.4695) Other time (%) = 0.000162363 (0.855571) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28301 ave 28301 max 28301 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28301 Ave neighs/atom = 5.6602 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:18 2021 Memory usage per processor = 27.523 Mbytes Step Atoms AVEKE stressZZ 5700 5000 9.977316e-12 1593502.4 5701 -0.0080599999999956 1593470.85071745 5701 5000 9.3375109e-12 1593470.9 Loop time of 0.017422 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:18 2021 Pair time (%) = 0.000839949 (4.82121) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.184747) Outpt time (%) = 0.0164578 (94.4658) Other time (%) = 9.20296e-05 (0.528239) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28301 ave 28301 max 28301 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28301 Ave neighs/atom = 5.6602 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:18 2021 Memory usage per processor = 27.523 Mbytes Step Atoms AVEKE stressZZ 5701 5000 9.3375109e-12 1593466.8 5702 -0.0080599999999956 1593436.05109628 5702 5000 8.9417083e-12 1593436.1 Loop time of 0.0165439 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:18 2021 Pair time (%) = 0.000839949 (5.0771) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.194553) Outpt time (%) = 0.0155458 (93.9674) Other time (%) = 0.000125885 (0.760917) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28301 ave 28301 max 28301 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28301 Ave neighs/atom = 5.6602 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:18 2021 Memory usage per processor = 27.523 Mbytes Step Atoms AVEKE stressZZ 5702 5000 8.9417083e-12 1593432.1 5703 -0.0080599999999956 1593401.88805979 5703 5000 8.6944125e-12 1593401.9 Loop time of 0.0163798 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:18 2021 Pair time (%) = 0.000877142 (5.35501) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.208145) Outpt time (%) = 0.0153658 (93.8095) Other time (%) = 0.000102758 (0.627347) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28301 ave 28301 max 28301 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28301 Ave neighs/atom = 5.6602 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:18 2021 Memory usage per processor = 27.523 Mbytes Step Atoms AVEKE stressZZ 5703 5000 8.6944125e-12 1593398 5704 -0.0080599999999956 1593368.13012984 5704 5000 8.5388447e-12 1593368.1 Loop time of 0.016098 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:18 2021 Pair time (%) = 0.000838995 (5.21179) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.19846) Outpt time (%) = 0.0151441 (94.0743) Other time (%) = 8.29697e-05 (0.515403) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28301 ave 28301 max 28301 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28301 Ave neighs/atom = 5.6602 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:18 2021 Memory usage per processor = 27.523 Mbytes Step Atoms AVEKE stressZZ 5704 5000 8.5388447e-12 1593364.3 5705 -0.0080599999999956 1593334.63019942 5705 5000 8.4405004e-12 1593334.6 Loop time of 0.0163031 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:18 2021 Pair time (%) = 0.000837088 (5.13454) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.190114) Outpt time (%) = 0.015347 (94.1357) Other time (%) = 8.79765e-05 (0.539631) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28301 ave 28301 max 28301 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28301 Ave neighs/atom = 5.6602 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:18 2021 Memory usage per processor = 27.523 Mbytes Step Atoms AVEKE stressZZ 5705 5000 8.4405004e-12 1593330.8 5706 -0.0080599999999956 1593301.29478047 5706 5000 8.3780897e-12 1593301.3 Loop time of 0.017262 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:18 2021 Pair time (%) = 0.000842094 (4.87832) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179553) Outpt time (%) = 0.016299 (94.4214) Other time (%) = 8.98838e-05 (0.520704) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28301 ave 28301 max 28301 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28301 Ave neighs/atom = 5.6602 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:18 2021 Memory usage per processor = 27.523 Mbytes Step Atoms AVEKE stressZZ 5706 5000 8.3780897e-12 1593297.5 5707 -0.0080599999999956 1593268.06446006 5707 5000 8.3383403e-12 1593268.1 Loop time of 0.0166211 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:18 2021 Pair time (%) = 0.000846863 (5.0951) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.282583) Outpt time (%) = 0.01561 (93.9166) Other time (%) = 0.000117302 (0.705741) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28301 ave 28301 max 28301 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28301 Ave neighs/atom = 5.6602 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:18 2021 Memory usage per processor = 27.523 Mbytes Step Atoms AVEKE stressZZ 5707 5000 8.3383403e-12 1593264.3 5708 -0.0080599999999956 1593234.90148063 5708 5000 8.3129218e-12 1593234.9 Loop time of 0.0172191 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:18 2021 Pair time (%) = 0.00114107 (6.62679) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.278309) Outpt time (%) = 0.0158579 (92.0952) Other time (%) = 0.000172138 (0.999695) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28301 ave 28301 max 28301 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28301 Ave neighs/atom = 5.6602 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:18 2021 Memory usage per processor = 27.523 Mbytes Step Atoms AVEKE stressZZ 5708 5000 8.3129218e-12 1593231.1 5709 -0.0080599999999956 1593201.78184672 5709 5000 8.2965822e-12 1593201.8 Loop time of 0.0171158 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:18 2021 Pair time (%) = 0.00087595 (5.11778) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.199195) Outpt time (%) = 0.0161099 (94.1231) Other time (%) = 9.58443e-05 (0.559974) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28301 ave 28301 max 28301 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28301 Ave neighs/atom = 5.6602 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:18 2021 Memory usage per processor = 27.523 Mbytes Step Atoms AVEKE stressZZ 5709 5000 8.2965822e-12 1593198 5710 -0.0080599999999956 1593168.6903089 5710 5000 8.2860006e-12 1593168.7 Loop time of 0.018312 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:19 2021 Pair time (%) = 0.000842094 (4.5986) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.169258) Outpt time (%) = 0.017345 (94.7192) Other time (%) = 9.39369e-05 (0.512981) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28301 ave 28301 max 28301 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28301 Ave neighs/atom = 5.6602 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:19 2021 Memory usage per processor = 27.523 Mbytes Step Atoms AVEKE stressZZ 5710 5000 8.2860006e-12 1593164.9 5711 -0.0080599999999956 1593135.61717594 5711 5000 8.2790736e-12 1593135.6 Loop time of 0.0164192 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:19 2021 Pair time (%) = 0.000930071 (5.66454) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.207647) Outpt time (%) = 0.015336 (93.4032) Other time (%) = 0.000118971 (0.724585) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28301 ave 28301 max 28301 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28301 Ave neighs/atom = 5.6602 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:19 2021 Memory usage per processor = 27.523 Mbytes Step Atoms AVEKE stressZZ 5711 5000 8.2790736e-12 1593131.8 5712 -0.0080599999999956 1593102.55628886 5712 5000 8.2744674e-12 1593102.6 Loop time of 0.0171342 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:19 2021 Pair time (%) = 0.00086689 (5.05942) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186458) Outpt time (%) = 0.0161388 (94.1906) Other time (%) = 9.65595e-05 (0.563549) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28301 ave 28301 max 28301 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28301 Ave neighs/atom = 5.6602 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:19 2021 Memory usage per processor = 27.523 Mbytes Step Atoms AVEKE stressZZ 5712 5000 8.2744674e-12 1593098.8 5713 -0.0080599999999956 1593069.50373352 5713 5000 8.2713352e-12 1593069.5 Loop time of 0.0170369 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:19 2021 Pair time (%) = 0.00088501 (5.19466) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181925) Outpt time (%) = 0.016027 (94.072) Other time (%) = 9.39369e-05 (0.551373) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28301 ave 28301 max 28301 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28301 Ave neighs/atom = 5.6602 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:19 2021 Memory usage per processor = 27.523 Mbytes Step Atoms AVEKE stressZZ 5713 5000 8.2713352e-12 1593065.7 5714 -0.0080599999999956 1593036.45702241 5714 5000 8.2691395e-12 1593036.5 Loop time of 0.0165272 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:19 2021 Pair time (%) = 0.000839949 (5.08223) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193306) Outpt time (%) = 0.015559 (94.1417) Other time (%) = 9.63211e-05 (0.582804) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28301 ave 28301 max 28301 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28301 Ave neighs/atom = 5.6602 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:19 2021 Memory usage per processor = 27.523 Mbytes Step Atoms AVEKE stressZZ 5714 5000 8.2691395e-12 1593032.7 5715 -0.0080599999999956 1593003.41457457 5715 5000 8.2675388e-12 1593003.4 Loop time of 0.017066 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:19 2021 Pair time (%) = 0.001158 (6.78541) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.216541) Outpt time (%) = 0.01566 (91.7617) Other time (%) = 0.000211 (1.23638) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28301 ave 28301 max 28301 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28301 Ave neighs/atom = 5.6602 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:19 2021 Memory usage per processor = 27.523 Mbytes Step Atoms AVEKE stressZZ 5715 5000 8.2675388e-12 1592999.6 5716 -0.0080599999999956 1592970.37538535 5716 5000 8.2663162e-12 1592970.4 Loop time of 0.017204 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:19 2021 Pair time (%) = 0.000931025 (5.41166) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180158) Outpt time (%) = 0.016144 (93.8386) Other time (%) = 9.799e-05 (0.569576) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28301 ave 28301 max 28301 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28301 Ave neighs/atom = 5.6602 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:19 2021 Memory usage per processor = 27.523 Mbytes Step Atoms AVEKE stressZZ 5716 5000 8.2663162e-12 1592966.6 5717 -0.0080599999999956 1592937.33881608 5717 5000 8.2653339e-12 1592937.3 Loop time of 0.016438 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:19 2021 Pair time (%) = 0.000841141 (5.11705) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194355) Outpt time (%) = 0.0154688 (94.1041) Other time (%) = 9.60827e-05 (0.584515) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28301 ave 28301 max 28301 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28301 Ave neighs/atom = 5.6602 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:19 2021 Memory usage per processor = 27.523 Mbytes Step Atoms AVEKE stressZZ 5717 5000 8.2653339e-12 1592933.6 5718 -0.0080599999999956 1592904.30446092 5718 5000 8.2645043e-12 1592904.3 Loop time of 0.0166888 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:19 2021 Pair time (%) = 0.00090909 (5.4473) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.210006) Outpt time (%) = 0.0156229 (93.6127) Other time (%) = 0.000121832 (0.730021) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28301 ave 28301 max 28301 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28301 Ave neighs/atom = 5.6602 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:19 2021 Memory usage per processor = 27.523 Mbytes Step Atoms AVEKE stressZZ 5718 5000 8.2645043e-12 1592900.5 5719 -0.0080599999999956 1592871.27206191 5719 5000 8.2637717e-12 1592871.3 Loop time of 0.016963 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:19 2021 Pair time (%) = 0.000922918 (5.44077) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.182718) Outpt time (%) = 0.015919 (93.8452) Other time (%) = 9.01222e-05 (0.531287) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28301 ave 28301 max 28301 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28301 Ave neighs/atom = 5.6602 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:19 2021 Memory usage per processor = 27.523 Mbytes Step Atoms AVEKE stressZZ 5719 5000 8.2637717e-12 1592867.5 5720 -0.0080599999999956 1592838.24145503 5720 5000 8.2631009e-12 1592838.2 Loop time of 0.018605 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:19 2021 Pair time (%) = 0.000839949 (4.51464) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.166592) Outpt time (%) = 0.0176399 (94.8126) Other time (%) = 9.41753e-05 (0.506183) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28301 ave 28301 max 28301 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28301 Ave neighs/atom = 5.6602 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:19 2021 Memory usage per processor = 27.523 Mbytes Step Atoms AVEKE stressZZ 5720 5000 8.2631009e-12 1592834.5 5721 -0.0080599999999956 1592805.21253598 5721 5000 8.2624693e-12 1592805.2 Loop time of 0.0163391 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:19 2021 Pair time (%) = 0.00084281 (5.15825) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.201369) Outpt time (%) = 0.0153689 (94.0625) Other time (%) = 9.44138e-05 (0.577841) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28301 ave 28301 max 28301 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28301 Ave neighs/atom = 5.6602 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:19 2021 Memory usage per processor = 27.523 Mbytes Step Atoms AVEKE stressZZ 5721 5000 8.2624693e-12 1592801.4 5722 -0.0080599999999956 1592772.18523845 5722 5000 8.2618627e-12 1592772.2 Loop time of 0.0167651 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:19 2021 Pair time (%) = 0.00102711 (6.12645) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.214739) Outpt time (%) = 0.0155711 (92.8781) Other time (%) = 0.000130892 (0.780739) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28301 ave 28301 max 28301 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28301 Ave neighs/atom = 5.6602 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:19 2021 Memory usage per processor = 27.523 Mbytes Step Atoms AVEKE stressZZ 5722 5000 8.2618627e-12 1592768.4 5723 -0.0080599999999956 1592739.15952025 5723 5000 8.2612719e-12 1592739.2 Loop time of 0.0170448 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:19 2021 Pair time (%) = 0.00093317 (5.47482) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187436) Outpt time (%) = 0.0159869 (93.7936) Other time (%) = 9.27448e-05 (0.544124) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28301 ave 28301 max 28301 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28301 Ave neighs/atom = 5.6602 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:19 2021 Memory usage per processor = 27.523 Mbytes Step Atoms AVEKE stressZZ 5723 5000 8.2612719e-12 1592735.4 5724 -0.0080599999999956 1592706.1353545 5724 5000 8.2606912e-12 1592706.1 Loop time of 0.0169079 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:19 2021 Pair time (%) = 0.000841141 (4.97483) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188953) Outpt time (%) = 0.0159421 (94.2877) Other time (%) = 9.27448e-05 (0.548529) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28301 ave 28301 max 28301 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28301 Ave neighs/atom = 5.6602 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:19 2021 Memory usage per processor = 27.523 Mbytes Step Atoms AVEKE stressZZ 5724 5000 8.2606912e-12 1592702.4 5725 -0.0080599999999956 1592673.11272409 5725 5000 8.260117e-12 1592673.1 Loop time of 0.0170319 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:19 2021 Pair time (%) = 0.000991106 (5.81911) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.198777) Outpt time (%) = 0.0159039 (93.3774) Other time (%) = 0.000102997 (0.604729) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28301 ave 28301 max 28301 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28301 Ave neighs/atom = 5.6602 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:19 2021 Memory usage per processor = 27.523 Mbytes Step Atoms AVEKE stressZZ 5725 5000 8.260117e-12 1592669.3 5726 -0.0080599999999956 1592640.09161808 5726 5000 8.2595469e-12 1592640.1 Loop time of 0.016994 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:19 2021 Pair time (%) = 0.000859976 (5.06047) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187996) Outpt time (%) = 0.0160019 (94.1623) Other time (%) = 0.000100136 (0.589242) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28301 ave 28301 max 28301 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28301 Ave neighs/atom = 5.6602 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:19 2021 Memory usage per processor = 27.523 Mbytes Step Atoms AVEKE stressZZ 5726 5000 8.2595469e-12 1592636.3 5727 -0.0080599999999956 1592607.07202945 5727 5000 8.2589794e-12 1592607.1 Loop time of 0.0171459 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:19 2021 Pair time (%) = 0.000841141 (4.90579) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186331) Outpt time (%) = 0.01618 (94.367) Other time (%) = 9.27448e-05 (0.540916) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28301 ave 28301 max 28301 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28301 Ave neighs/atom = 5.6602 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:19 2021 Memory usage per processor = 27.523 Mbytes Step Atoms AVEKE stressZZ 5727 5000 8.2589794e-12 1592603.3 5728 -0.0080599999999956 1592574.0539537 5728 5000 8.2584137e-12 1592574.1 Loop time of 0.0164371 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:19 2021 Pair time (%) = 0.000849009 (5.16521) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.188564) Outpt time (%) = 0.0154672 (94.0994) Other time (%) = 8.98838e-05 (0.546836) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28301 ave 28301 max 28301 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28301 Ave neighs/atom = 5.6602 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:19 2021 Memory usage per processor = 27.523 Mbytes Step Atoms AVEKE stressZZ 5728 5000 8.2584137e-12 1592570.3 5729 -0.0080599999999956 1592541.03738798 5729 5000 8.257849e-12 1592541 Loop time of 0.0171371 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:19 2021 Pair time (%) = 0.00106597 (6.22026) Neigh time (%) = 0 (0) Comm time (%) = 5.60284e-05 (0.326943) Outpt time (%) = 0.015873 (92.6236) Other time (%) = 0.000142097 (0.829183) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28301 ave 28301 max 28301 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28301 Ave neighs/atom = 5.6602 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:19 2021 Memory usage per processor = 27.523 Mbytes Step Atoms AVEKE stressZZ 5729 5000 8.257849e-12 1592537.3 5730 -0.0080599999999956 1592508.02233031 5730 5000 8.257285e-12 1592508 Loop time of 0.0189621 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:19 2021 Pair time (%) = 0.000839949 (4.42961) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.168484) Outpt time (%) = 0.0179989 (94.9203) Other time (%) = 9.13143e-05 (0.481561) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28301 ave 28301 max 28301 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28301 Ave neighs/atom = 5.6602 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:19 2021 Memory usage per processor = 27.523 Mbytes Step Atoms AVEKE stressZZ 5730 5000 8.257285e-12 1592504.3 5731 -0.0080599999999956 1592475.00877952 5731 5000 8.2567215e-12 1592475 Loop time of 0.017072 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:19 2021 Pair time (%) = 0.000859976 (5.03736) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.194121) Outpt time (%) = 0.016084 (94.2127) Other time (%) = 9.48906e-05 (0.555827) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28301 ave 28301 max 28301 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28301 Ave neighs/atom = 5.6602 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:19 2021 Memory usage per processor = 27.523 Mbytes Step Atoms AVEKE stressZZ 5731 5000 8.2567215e-12 1592471.2 5732 -0.0080599999999956 1592441.99673467 5732 5000 8.2561583e-12 1592442 Loop time of 0.016381 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:19 2021 Pair time (%) = 0.000846148 (5.16541) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.20813) Outpt time (%) = 0.0154021 (94.0239) Other time (%) = 9.87053e-05 (0.602559) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28301 ave 28301 max 28301 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28301 Ave neighs/atom = 5.6602 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:19 2021 Memory usage per processor = 27.523 Mbytes Step Atoms AVEKE stressZZ 5732 5000 8.2561583e-12 1592438.2 5733 -0.0080599999999956 1592408.98619522 5733 5000 8.2555954e-12 1592409 Loop time of 0.0172789 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:19 2021 Pair time (%) = 0.000936031 (5.41719) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.195935) Outpt time (%) = 0.0162091 (93.8087) Other time (%) = 9.98974e-05 (0.578146) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28301 ave 28301 max 28301 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28301 Ave neighs/atom = 5.6602 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:19 2021 Memory usage per processor = 27.523 Mbytes Step Atoms AVEKE stressZZ 5733 5000 8.2555954e-12 1592405.2 5734 -0.0080599999999956 1592375.97716076 5734 5000 8.2550326e-12 1592376 Loop time of 0.016922 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:19 2021 Pair time (%) = 0.000841141 (4.97069) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188796) Outpt time (%) = 0.0159559 (94.291) Other time (%) = 9.29832e-05 (0.549482) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28301 ave 28301 max 28301 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28301 Ave neighs/atom = 5.6602 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:19 2021 Memory usage per processor = 27.523 Mbytes Step Atoms AVEKE stressZZ 5734 5000 8.2550326e-12 1592372.2 5735 -0.0080599999999956 1592342.96963096 5735 5000 8.2544699e-12 1592343 Loop time of 0.0166519 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:19 2021 Pair time (%) = 0.000844955 (5.07424) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191859) Outpt time (%) = 0.0156529 (94.0008) Other time (%) = 0.00012207 (0.733073) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28301 ave 28301 max 28301 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28301 Ave neighs/atom = 5.6602 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:19 2021 Memory usage per processor = 27.523 Mbytes Step Atoms AVEKE stressZZ 5735 5000 8.2544699e-12 1592339.2 5736 -0.0080599999999956 1592309.96360553 5736 5000 8.2539073e-12 1592310 Loop time of 0.0166171 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:19 2021 Pair time (%) = 0.000980139 (5.89839) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.222391) Outpt time (%) = 0.0154881 (93.2063) Other time (%) = 0.000111818 (0.672913) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28301 ave 28301 max 28301 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28301 Ave neighs/atom = 5.6602 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:19 2021 Memory usage per processor = 27.523 Mbytes Step Atoms AVEKE stressZZ 5736 5000 8.2539073e-12 1592306.2 5737 -0.0080599999999956 1592276.95908434 5737 5000 8.2533448e-12 1592277 Loop time of 0.0172839 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:19 2021 Pair time (%) = 0.000987053 (5.71082) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.195878) Outpt time (%) = 0.0161691 (93.5498) Other time (%) = 9.39369e-05 (0.543493) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28301 ave 28301 max 28301 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28301 Ave neighs/atom = 5.6602 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:19 2021 Memory usage per processor = 27.523 Mbytes Step Atoms AVEKE stressZZ 5737 5000 8.2533448e-12 1592273.2 5738 -0.0080599999999956 1592243.95606714 5738 5000 8.2527824e-12 1592244 Loop time of 0.0170109 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:19 2021 Pair time (%) = 0.000841856 (4.94891) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.182203) Outpt time (%) = 0.0160451 (94.3223) Other time (%) = 9.29832e-05 (0.546609) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28301 ave 28301 max 28301 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28301 Ave neighs/atom = 5.6602 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:19 2021 Memory usage per processor = 27.523 Mbytes Step Atoms AVEKE stressZZ 5738 5000 8.2527824e-12 1592240.2 5739 -0.0080599999999956 1592210.9545538 5739 5000 8.25222e-12 1592211 Loop time of 0.016382 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:19 2021 Pair time (%) = 0.00088501 (5.40234) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.202297) Outpt time (%) = 0.0153639 (93.7856) Other time (%) = 9.98974e-05 (0.6098) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28301 ave 28301 max 28301 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28301 Ave neighs/atom = 5.6602 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:19 2021 Memory usage per processor = 27.523 Mbytes Step Atoms AVEKE stressZZ 5739 5000 8.25222e-12 1592207.2 5740 -0.0080599999999956 1592177.95454416 5740 5000 8.2516577e-12 1592178 Loop time of 0.0187821 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:19 2021 Pair time (%) = 0.00088501 (4.71198) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.181523) Outpt time (%) = 0.0177588 (94.5518) Other time (%) = 0.000104189 (0.554723) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28301 ave 28301 max 28301 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28301 Ave neighs/atom = 5.6602 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:19 2021 Memory usage per processor = 27.523 Mbytes Step Atoms AVEKE stressZZ 5740 5000 8.2516577e-12 1592174.2 5741 -0.0080599999999956 1592144.95603806 5741 5000 8.2510954e-12 1592145 Loop time of 0.0172551 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:19 2021 Pair time (%) = 0.00087595 (5.07648) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190679) Outpt time (%) = 0.016248 (94.1636) Other time (%) = 9.82285e-05 (0.569273) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28301 ave 28301 max 28301 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28301 Ave neighs/atom = 5.6602 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:19 2021 Memory usage per processor = 27.523 Mbytes Step Atoms AVEKE stressZZ 5741 5000 8.2510954e-12 1592141.2 5742 -0.0080599999999956 1592111.95903538 5742 5000 8.2505332e-12 1592112 Loop time of 0.0163591 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:19 2021 Pair time (%) = 0.000852108 (5.20877) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.189463) Outpt time (%) = 0.015383 (94.0334) Other time (%) = 9.29832e-05 (0.568389) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28301 ave 28301 max 28301 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28301 Ave neighs/atom = 5.6602 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:19 2021 Memory usage per processor = 27.523 Mbytes Step Atoms AVEKE stressZZ 5742 5000 8.2505332e-12 1592108.2 5743 -0.0080599999999956 1592078.96353598 5743 5000 8.2499711e-12 1592079 Loop time of 0.017071 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:19 2021 Pair time (%) = 0.00101209 (5.92869) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.210891) Outpt time (%) = 0.015907 (93.1817) Other time (%) = 0.000115871 (0.678761) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28301 ave 28301 max 28301 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28301 Ave neighs/atom = 5.6602 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:19 2021 Memory usage per processor = 27.523 Mbytes Step Atoms AVEKE stressZZ 5743 5000 8.2499711e-12 1592075.2 5744 -0.0080599999999956 1592045.96953971 5744 5000 8.249409e-12 1592046 Loop time of 0.0171289 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:19 2021 Pair time (%) = 0.000841141 (4.91064) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186515) Outpt time (%) = 0.016129 (94.1624) Other time (%) = 0.000126839 (0.740493) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28301 ave 28301 max 28301 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28301 Ave neighs/atom = 5.6602 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:19 2021 Memory usage per processor = 27.523 Mbytes Step Atoms AVEKE stressZZ 5744 5000 8.249409e-12 1592042.2 5745 -0.0080599999999956 1592012.97704643 5745 5000 8.248847e-12 1592013 Loop time of 0.0169249 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:19 2021 Pair time (%) = 0.000912905 (5.39387) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188764) Outpt time (%) = 0.015857 (93.6905) Other time (%) = 0.000123024 (0.726883) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28301 ave 28301 max 28301 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28301 Ave neighs/atom = 5.6602 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:19 2021 Memory usage per processor = 27.523 Mbytes Step Atoms AVEKE stressZZ 5745 5000 8.248847e-12 1592009.2 5746 -0.0080599999999956 1591979.98605604 5746 5000 8.248285e-12 1591980 Loop time of 0.016536 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:19 2021 Pair time (%) = 0.000879049 (5.31597) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.27827) Outpt time (%) = 0.0154581 (93.4816) Other time (%) = 0.000152826 (0.924204) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28301 ave 28301 max 28301 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28301 Ave neighs/atom = 5.6602 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:19 2021 Memory usage per processor = 27.523 Mbytes Step Atoms AVEKE stressZZ 5746 5000 8.248285e-12 1591976.2 5747 -0.0080599999999956 1591946.99656839 5747 5000 8.2477231e-12 1591947 Loop time of 0.0171568 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:19 2021 Pair time (%) = 0.000874996 (5.09998) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186212) Outpt time (%) = 0.0161481 (94.1204) Other time (%) = 0.000101805 (0.593377) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28301 ave 28301 max 28301 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28301 Ave neighs/atom = 5.6602 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:19 2021 Memory usage per processor = 27.523 Mbytes Step Atoms AVEKE stressZZ 5747 5000 8.2477231e-12 1591943.2 5748 -0.0080599999999956 1591914.00858334 5748 5000 8.2471612e-12 1591914 Loop time of 0.016293 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:19 2021 Pair time (%) = 0.000874043 (5.36451) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.197547) Outpt time (%) = 0.0152791 (93.7765) Other time (%) = 0.000107765 (0.661418) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28301 ave 28301 max 28301 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28301 Ave neighs/atom = 5.6602 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:19 2021 Memory usage per processor = 27.523 Mbytes Step Atoms AVEKE stressZZ 5748 5000 8.2471612e-12 1591910.2 5749 -0.0080599999999956 1591881.02210075 5749 5000 8.2465994e-12 1591881 Loop time of 0.0163641 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:19 2021 Pair time (%) = 0.000841856 (5.14453) Neigh time (%) = 0 (0) Comm time (%) = 3.12328e-05 (0.190862) Outpt time (%) = 0.0154021 (94.1212) Other time (%) = 8.89301e-05 (0.543447) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28301 ave 28301 max 28301 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28301 Ave neighs/atom = 5.6602 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:19 2021 Memory usage per processor = 27.523 Mbytes Step Atoms AVEKE stressZZ 5749 5000 8.2465994e-12 1591877.3 5750 -0.0080599999999956 1591848.03712052 5750 5000 8.2460376e-12 1591848 Loop time of 0.0188348 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:19 2021 Pair time (%) = 0.000900984 (4.7836) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.169622) Outpt time (%) = 0.017812 (94.5696) Other time (%) = 8.98838e-05 (0.477221) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28301 ave 28301 max 28301 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28301 Ave neighs/atom = 5.6602 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:19 2021 Memory usage per processor = 27.523 Mbytes Step Atoms AVEKE stressZZ 5750 5000 8.2460376e-12 1591844.3 5751 -0.0080599999999956 1591815.05364246 5751 5000 8.2454759e-12 1591815.1 Loop time of 0.0166459 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:19 2021 Pair time (%) = 0.000840902 (5.05171) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191928) Outpt time (%) = 0.015677 (94.1792) Other time (%) = 9.60827e-05 (0.577215) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28301 ave 28301 max 28301 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28301 Ave neighs/atom = 5.6602 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:19 2021 Memory usage per processor = 27.523 Mbytes Step Atoms AVEKE stressZZ 5751 5000 8.2454759e-12 1591811.3 5752 -0.0080599999999956 1591782.07169589 5752 5000 8.2449142e-12 1591782.1 Loop time of 0.0171659 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:19 2021 Pair time (%) = 0.000891924 (5.19591) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191669) Outpt time (%) = 0.016139 (94.018) Other time (%) = 0.000102043 (0.594453) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28301 ave 28301 max 28301 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28301 Ave neighs/atom = 5.6602 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:19 2021 Memory usage per processor = 27.523 Mbytes Step Atoms AVEKE stressZZ 5752 5000 8.2449142e-12 1591778.3 5753 -0.0080599999999956 1591749.09130422 5753 5000 8.2443526e-12 1591749.1 Loop time of 0.017163 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:19 2021 Pair time (%) = 0.000988007 (5.75659) Neigh time (%) = 0 (0) Comm time (%) = 4.48227e-05 (0.261158) Outpt time (%) = 0.0159931 (93.1835) Other time (%) = 0.000137091 (0.798755) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28301 ave 28301 max 28301 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28301 Ave neighs/atom = 5.6602 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:19 2021 Memory usage per processor = 27.523 Mbytes Step Atoms AVEKE stressZZ 5753 5000 8.2443526e-12 1591745.3 5754 -0.0080599999999956 1591716.11244412 5754 5000 8.243791e-12 1591716.1 Loop time of 0.0167899 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:20 2021 Pair time (%) = 0.000864029 (5.14612) Neigh time (%) = 0 (0) Comm time (%) = 4.48227e-05 (0.266962) Outpt time (%) = 0.0157571 (93.8485) Other time (%) = 0.000123978 (0.738406) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28301 ave 28301 max 28301 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28301 Ave neighs/atom = 5.6602 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:20 2021 Memory usage per processor = 27.523 Mbytes Step Atoms AVEKE stressZZ 5754 5000 8.243791e-12 1591712.3 5755 -0.0080599999999956 1591683.13510902 5755 5000 8.2432295e-12 1591683.1 Loop time of 0.0164101 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:20 2021 Pair time (%) = 0.000939131 (5.72288) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.213573) Outpt time (%) = 0.0153332 (93.4374) Other time (%) = 0.000102758 (0.62619) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28301 ave 28301 max 28301 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28301 Ave neighs/atom = 5.6602 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:20 2021 Memory usage per processor = 27.523 Mbytes Step Atoms AVEKE stressZZ 5755 5000 8.2432295e-12 1591679.4 5756 -0.0080599999999956 1591650.15929528 5756 5000 8.242668e-12 1591650.2 Loop time of 0.0174811 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:20 2021 Pair time (%) = 0.00087285 (4.99311) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.188213) Outpt time (%) = 0.016475 (94.2445) Other time (%) = 0.000100374 (0.574187) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28301 ave 28301 max 28301 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28301 Ave neighs/atom = 5.6602 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:20 2021 Memory usage per processor = 27.523 Mbytes Step Atoms AVEKE stressZZ 5756 5000 8.242668e-12 1591646.4 5757 -0.0080599999999956 1591617.18500054 5757 5000 8.2421066e-12 1591617.2 Loop time of 0.016921 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:20 2021 Pair time (%) = 0.000838995 (4.95829) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.183171) Outpt time (%) = 0.0159569 (94.302) Other time (%) = 9.41753e-05 (0.556558) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28301 ave 28301 max 28301 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28301 Ave neighs/atom = 5.6602 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:20 2021 Memory usage per processor = 27.523 Mbytes Step Atoms AVEKE stressZZ 5757 5000 8.2421066e-12 1591613.4 5758 -0.0080599999999956 1591584.2122246 5758 5000 8.2415453e-12 1591584.2 Loop time of 0.0163519 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:20 2021 Pair time (%) = 0.000848055 (5.18627) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.287235) Outpt time (%) = 0.015316 (93.6648) Other time (%) = 0.000140905 (0.861704) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28301 ave 28301 max 28301 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28301 Ave neighs/atom = 5.6602 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:20 2021 Memory usage per processor = 27.523 Mbytes Step Atoms AVEKE stressZZ 5758 5000 8.2415453e-12 1591580.4 5759 -0.0080599999999956 1591551.24100423 5759 5000 8.240984e-12 1591551.2 Loop time of 0.0170848 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:20 2021 Pair time (%) = 0.000886917 (5.19125) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.188392) Outpt time (%) = 0.016041 (93.8905) Other time (%) = 0.000124693 (0.729846) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28301 ave 28301 max 28301 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28301 Ave neighs/atom = 5.6602 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:20 2021 Memory usage per processor = 27.523 Mbytes Step Atoms AVEKE stressZZ 5759 5000 8.240984e-12 1591547.5 5760 -0.0080599999999956 1591518.2713257 5760 5000 8.2404227e-12 1591518.3 Loop time of 0.0186679 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:20 2021 Pair time (%) = 0.000899076 (4.81615) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.171139) Outpt time (%) = 0.0176442 (94.5159) Other time (%) = 9.27448e-05 (0.496813) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28301 ave 28301 max 28301 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28301 Ave neighs/atom = 5.6602 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:20 2021 Memory usage per processor = 27.523 Mbytes Step Atoms AVEKE stressZZ 5760 5000 8.2404227e-12 1591514.5 5761 -0.0080599999999956 1591485.30317962 5761 5000 8.2398615e-12 1591485.3 Loop time of 0.016726 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:20 2021 Pair time (%) = 0.000879049 (5.25558) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191008) Outpt time (%) = 0.015692 (93.8179) Other time (%) = 0.000123024 (0.735525) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28301 ave 28301 max 28301 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28301 Ave neighs/atom = 5.6602 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:20 2021 Memory usage per processor = 27.523 Mbytes Step Atoms AVEKE stressZZ 5761 5000 8.2398615e-12 1591481.5 5762 -0.0080599999999956 1591452.33655141 5762 5000 8.2393004e-12 1591452.3 Loop time of 0.016418 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:20 2021 Pair time (%) = 0.000874043 (5.32369) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.207662) Outpt time (%) = 0.015378 (93.6656) Other time (%) = 0.000131845 (0.803055) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28301 ave 28301 max 28301 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28301 Ave neighs/atom = 5.6602 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:20 2021 Memory usage per processor = 27.523 Mbytes Step Atoms AVEKE stressZZ 5762 5000 8.2393004e-12 1591448.6 5763 -0.0080599999999956 1591419.3714436 5763 5000 8.2387393e-12 1591419.4 Loop time of 0.017123 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:20 2021 Pair time (%) = 0.00110507 (6.45372) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.19215) Outpt time (%) = 0.0158889 (92.793) Other time (%) = 9.60827e-05 (0.561133) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28301 ave 28301 max 28301 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28301 Ave neighs/atom = 5.6602 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:20 2021 Memory usage per processor = 27.523 Mbytes Step Atoms AVEKE stressZZ 5763 5000 8.2387393e-12 1591415.6 5764 -0.0080599999999956 1591386.40785808 5764 5000 8.2381782e-12 1591386.4 Loop time of 0.0169449 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:20 2021 Pair time (%) = 0.000893116 (5.27071) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188541) Outpt time (%) = 0.0159321 (94.023) Other time (%) = 8.7738e-05 (0.517785) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28301 ave 28301 max 28301 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28301 Ave neighs/atom = 5.6602 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:20 2021 Memory usage per processor = 27.523 Mbytes Step Atoms AVEKE stressZZ 5764 5000 8.2381782e-12 1591382.6 5765 -0.0080599999999956 1591353.44579332 5765 5000 8.2376172e-12 1591353.4 Loop time of 0.0163002 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:20 2021 Pair time (%) = 0.000841856 (5.1647) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.195998) Outpt time (%) = 0.015327 (94.0294) Other time (%) = 9.94205e-05 (0.609934) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28301 ave 28301 max 28301 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28301 Ave neighs/atom = 5.6602 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:20 2021 Memory usage per processor = 27.523 Mbytes Step Atoms AVEKE stressZZ 5765 5000 8.2376172e-12 1591349.7 5766 -0.0080599999999956 1591320.48524805 5766 5000 8.2370563e-12 1591320.5 Loop time of 0.0173411 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:20 2021 Pair time (%) = 0.000921965 (5.31663) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191107) Outpt time (%) = 0.016289 (93.9327) Other time (%) = 9.70364e-05 (0.559573) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28301 ave 28301 max 28301 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28301 Ave neighs/atom = 5.6602 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:20 2021 Memory usage per processor = 27.523 Mbytes Step Atoms AVEKE stressZZ 5766 5000 8.2370563e-12 1591316.7 5767 -0.0080599999999956 1591287.52622122 5767 5000 8.2364954e-12 1591287.5 Loop time of 0.01701 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:20 2021 Pair time (%) = 0.000844955 (4.96741) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18782) Outpt time (%) = 0.0160451 (94.3276) Other time (%) = 8.79765e-05 (0.517205) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28301 ave 28301 max 28301 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28301 Ave neighs/atom = 5.6602 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:20 2021 Memory usage per processor = 27.523 Mbytes Step Atoms AVEKE stressZZ 5767 5000 8.2364954e-12 1591283.8 5768 -0.0080599999999956 1591254.56871186 5768 5000 8.2359345e-12 1591254.6 Loop time of 0.0167899 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:20 2021 Pair time (%) = 0.000841141 (5.0098) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.184601) Outpt time (%) = 0.0158241 (94.2475) Other time (%) = 9.36985e-05 (0.558064) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28301 ave 28301 max 28301 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28301 Ave neighs/atom = 5.6602 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:20 2021 Memory usage per processor = 27.523 Mbytes Step Atoms AVEKE stressZZ 5768 5000 8.2359345e-12 1591250.8 5769 -0.0080599999999956 1591221.61271471 5769 5000 8.2353737e-12 1591221.6 Loop time of 0.0170031 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:20 2021 Pair time (%) = 0.00099206 (5.8346) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.217343) Outpt time (%) = 0.0158579 (93.2652) Other time (%) = 0.00011611 (0.682876) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28301 ave 28301 max 28301 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28301 Ave neighs/atom = 5.6602 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:20 2021 Memory usage per processor = 27.523 Mbytes Step Atoms AVEKE stressZZ 5769 5000 8.2353737e-12 1591217.8 5770 -0.0080599999999956 1591188.65822749 5770 5000 8.234813e-12 1591188.7 Loop time of 0.0190349 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:20 2021 Pair time (%) = 0.000957966 (5.03269) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.174103) Outpt time (%) = 0.017941 (94.2534) Other time (%) = 0.000102758 (0.539843) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28301 ave 28301 max 28301 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28301 Ave neighs/atom = 5.6602 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:20 2021 Memory usage per processor = 27.523 Mbytes Step Atoms AVEKE stressZZ 5770 5000 8.234813e-12 1591184.9 5771 -0.0080599999999956 1591155.70525467 5771 5000 8.2342523e-12 1591155.7 Loop time of 0.017113 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:20 2021 Pair time (%) = 0.000880957 (5.14789) Neigh time (%) = 0 (0) Comm time (%) = 3.12328e-05 (0.18251) Outpt time (%) = 0.016108 (94.1276) Other time (%) = 9.27448e-05 (0.541956) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28301 ave 28301 max 28301 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28301 Ave neighs/atom = 5.6602 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:20 2021 Memory usage per processor = 27.523 Mbytes Step Atoms AVEKE stressZZ 5771 5000 8.2342523e-12 1591151.9 5772 -0.0080599999999956 1591122.75379568 5772 5000 8.2336917e-12 1591122.8 Loop time of 0.01633 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:20 2021 Pair time (%) = 0.00084281 (5.16111) Neigh time (%) = 0 (0) Comm time (%) = 5.6982e-05 (0.348941) Outpt time (%) = 0.0153239 (93.8388) Other time (%) = 0.000106335 (0.651161) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28301 ave 28301 max 28301 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28301 Ave neighs/atom = 5.6602 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:20 2021 Memory usage per processor = 27.523 Mbytes Step Atoms AVEKE stressZZ 5772 5000 8.2336917e-12 1591119 5773 -0.0080599999999956 1591089.80384999 5773 5000 8.2331311e-12 1591089.8 Loop time of 0.017108 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:20 2021 Pair time (%) = 0.00109005 (6.37159) Neigh time (%) = 0 (0) Comm time (%) = 4.29153e-05 (0.25085) Outpt time (%) = 0.015758 (92.1094) Other time (%) = 0.000216961 (1.26819) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28301 ave 28301 max 28301 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28301 Ave neighs/atom = 5.6602 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:20 2021 Memory usage per processor = 27.523 Mbytes Step Atoms AVEKE stressZZ 5773 5000 8.2331311e-12 1591086 5774 -0.0080599999999956 1591056.8554171 5774 5000 8.2325706e-12 1591056.9 Loop time of 0.016793 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:20 2021 Pair time (%) = 0.000880957 (5.24597) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.184567) Outpt time (%) = 0.0157862 (94.0044) Other time (%) = 9.48906e-05 (0.56506) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28301 ave 28301 max 28301 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28301 Ave neighs/atom = 5.6602 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:20 2021 Memory usage per processor = 27.523 Mbytes Step Atoms AVEKE stressZZ 5774 5000 8.2325706e-12 1591053.1 5775 -0.0080599999999956 1591023.90849651 5775 5000 8.2320101e-12 1591023.9 Loop time of 0.0165291 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:20 2021 Pair time (%) = 0.000841856 (5.09318) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.206266) Outpt time (%) = 0.0155542 (94.102) Other time (%) = 9.89437e-05 (0.598604) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28301 ave 28301 max 28301 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28301 Ave neighs/atom = 5.6602 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:20 2021 Memory usage per processor = 27.523 Mbytes Step Atoms AVEKE stressZZ 5775 5000 8.2320101e-12 1591020.1 5776 -0.0080599999999956 1590990.9630878 5776 5000 8.2314497e-12 1590991 Loop time of 0.0164969 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:20 2021 Pair time (%) = 0.000935078 (5.6682) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.206668) Outpt time (%) = 0.015425 (93.5022) Other time (%) = 0.000102758 (0.622895) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28301 ave 28301 max 28301 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28301 Ave neighs/atom = 5.6602 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:20 2021 Memory usage per processor = 27.523 Mbytes Step Atoms AVEKE stressZZ 5776 5000 8.2314497e-12 1590987.2 5777 -0.0080599999999956 1590958.0191905 5777 5000 8.2308893e-12 1590958 Loop time of 0.0170431 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:20 2021 Pair time (%) = 0.000865936 (5.08086) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.194449) Outpt time (%) = 0.016048 (94.1609) Other time (%) = 9.60827e-05 (0.563763) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28301 ave 28301 max 28301 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28301 Ave neighs/atom = 5.6602 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:20 2021 Memory usage per processor = 27.523 Mbytes Step Atoms AVEKE stressZZ 5777 5000 8.2308893e-12 1590954.3 5778 -0.0080599999999956 1590925.07680423 5778 5000 8.230329e-12 1590925.1 Loop time of 0.016927 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:20 2021 Pair time (%) = 0.000838995 (4.95655) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18874) Outpt time (%) = 0.0159621 (94.2998) Other time (%) = 9.39369e-05 (0.554953) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28301 ave 28301 max 28301 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28301 Ave neighs/atom = 5.6602 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:20 2021 Memory usage per processor = 27.523 Mbytes Step Atoms AVEKE stressZZ 5778 5000 8.230329e-12 1590921.3 5779 -0.0080599999999956 1590892.13592863 5779 5000 8.2297687e-12 1590892.1 Loop time of 0.016902 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:20 2021 Pair time (%) = 0.000843048 (4.98787) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18902) Outpt time (%) = 0.015933 (94.2673) Other time (%) = 9.39369e-05 (0.555775) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28301 ave 28301 max 28301 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28301 Ave neighs/atom = 5.6602 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:20 2021 Memory usage per processor = 27.523 Mbytes Step Atoms AVEKE stressZZ 5779 5000 8.2297687e-12 1590888.4 5780 -0.0080599999999956 1590859.19656328 5780 5000 8.2292085e-12 1590859.2 Loop time of 0.0185649 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:20 2021 Pair time (%) = 0.00110507 (5.95246) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.19392) Outpt time (%) = 0.0172758 (93.0561) Other time (%) = 0.000148058 (0.797514) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28301 ave 28301 max 28301 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28301 Ave neighs/atom = 5.6602 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:20 2021 Memory usage per processor = 27.523 Mbytes Step Atoms AVEKE stressZZ 5780 5000 8.2292085e-12 1590855.4 5781 -0.0080599999999956 1590826.25870788 5781 5000 8.2286483e-12 1590826.3 Loop time of 0.0174379 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:20 2021 Pair time (%) = 0.000936985 (5.37326) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.188679) Outpt time (%) = 0.016366 (93.8529) Other time (%) = 0.000102043 (0.585179) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28301 ave 28301 max 28301 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28301 Ave neighs/atom = 5.6602 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:20 2021 Memory usage per processor = 27.523 Mbytes Step Atoms AVEKE stressZZ 5781 5000 8.2286483e-12 1590822.5 5782 -0.0080599999999956 1590793.32236201 5782 5000 8.2280882e-12 1590793.3 Loop time of 0.0171919 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:20 2021 Pair time (%) = 0.000841141 (4.89266) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180285) Outpt time (%) = 0.0162261 (94.382) Other time (%) = 9.36985e-05 (0.545016) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28301 ave 28301 max 28301 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28301 Ave neighs/atom = 5.6602 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:20 2021 Memory usage per processor = 27.523 Mbytes Step Atoms AVEKE stressZZ 5782 5000 8.2280882e-12 1590789.6 5783 -0.0080599999999956 1590760.3875254 5783 5000 8.2275281e-12 1590760.4 Loop time of 0.0164711 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:20 2021 Pair time (%) = 0.000878811 (5.33546) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.199754) Outpt time (%) = 0.015413 (93.576) Other time (%) = 0.000146389 (0.88876) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28301 ave 28301 max 28301 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28301 Ave neighs/atom = 5.6602 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:20 2021 Memory usage per processor = 27.523 Mbytes Step Atoms AVEKE stressZZ 5783 5000 8.2275281e-12 1590756.6 5784 -0.0080599999999956 1590727.45419775 5784 5000 8.2269681e-12 1590727.5 Loop time of 0.0171571 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:20 2021 Pair time (%) = 0.000914097 (5.32781) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204274) Outpt time (%) = 0.0161059 (93.8732) Other time (%) = 0.000102043 (0.594758) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28301 ave 28301 max 28301 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28301 Ave neighs/atom = 5.6602 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:20 2021 Memory usage per processor = 27.523 Mbytes Step Atoms AVEKE stressZZ 5784 5000 8.2269681e-12 1590723.7 5785 -0.0080599999999956 1590694.5223787 5785 5000 8.2264081e-12 1590694.5 Loop time of 0.0171199 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:20 2021 Pair time (%) = 0.000912905 (5.33242) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193577) Outpt time (%) = 0.0160689 (93.8612) Other time (%) = 0.000104904 (0.612762) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28301 ave 28301 max 28301 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28301 Ave neighs/atom = 5.6602 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:20 2021 Memory usage per processor = 27.523 Mbytes Step Atoms AVEKE stressZZ 5785 5000 8.2264081e-12 1590690.8 5786 -0.0080599999999956 1590661.59206797 5786 5000 8.2258482e-12 1590661.6 Loop time of 0.0165641 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:20 2021 Pair time (%) = 0.000843048 (5.0896) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.187118) Outpt time (%) = 0.0156031 (94.1979) Other time (%) = 8.70228e-05 (0.525369) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28301 ave 28301 max 28301 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28301 Ave neighs/atom = 5.6602 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:20 2021 Memory usage per processor = 27.523 Mbytes Step Atoms AVEKE stressZZ 5786 5000 8.2258482e-12 1590657.8 5787 -0.0080599999999956 1590628.66326525 5787 5000 8.2252884e-12 1590628.7 Loop time of 0.016432 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:20 2021 Pair time (%) = 0.000920057 (5.59916) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.213288) Outpt time (%) = 0.0153739 (93.5607) Other time (%) = 0.000102997 (0.626805) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28301 ave 28301 max 28301 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28301 Ave neighs/atom = 5.6602 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:20 2021 Memory usage per processor = 27.523 Mbytes Step Atoms AVEKE stressZZ 5787 5000 8.2252884e-12 1590624.9 5788 -0.0080599999999956 1590595.73597029 5788 5000 8.2247286e-12 1590595.7 Loop time of 0.0184269 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:20 2021 Pair time (%) = 0.000901937 (4.89468) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.179847) Outpt time (%) = 0.0173929 (94.3885) Other time (%) = 9.89437e-05 (0.536953) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28301 ave 28301 max 28301 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28301 Ave neighs/atom = 5.6602 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:20 2021 Memory usage per processor = 27.523 Mbytes Step Atoms AVEKE stressZZ 5788 5000 8.2247286e-12 1590592 5789 -0.0080599999999956 1590562.81018275 5789 5000 8.2241688e-12 1590562.8 Loop time of 0.0169902 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:20 2021 Pair time (%) = 0.000842094 (4.95636) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188039) Outpt time (%) = 0.0160229 (94.3069) Other time (%) = 9.32217e-05 (0.54868) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28301 ave 28301 max 28301 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28301 Ave neighs/atom = 5.6602 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:20 2021 Memory usage per processor = 27.523 Mbytes Step Atoms AVEKE stressZZ 5789 5000 8.2241688e-12 1590559 5790 -0.0080599999999956 1590529.88590241 5790 5000 8.2236091e-12 1590529.9 Loop time of 0.0179701 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:20 2021 Pair time (%) = 0.000844002 (4.6967) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.177785) Outpt time (%) = 0.017004 (94.624) Other time (%) = 9.01222e-05 (0.501512) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28301 ave 28301 max 28301 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28301 Ave neighs/atom = 5.6602 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:20 2021 Memory usage per processor = 27.523 Mbytes Step Atoms AVEKE stressZZ 5790 5000 8.2236091e-12 1590526.1 5791 -0.0080599999999956 1590496.96312899 5791 5000 8.2230495e-12 1590497 Loop time of 0.0171399 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:20 2021 Pair time (%) = 0.00128603 (7.50313) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.27403) Outpt time (%) = 0.0156319 (91.2018) Other time (%) = 0.000174999 (1.021) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28301 ave 28301 max 28301 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28301 Ave neighs/atom = 5.6602 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:20 2021 Memory usage per processor = 27.523 Mbytes Step Atoms AVEKE stressZZ 5791 5000 8.2230495e-12 1590493.2 5792 -0.0080599999999956 1590464.04186225 5792 5000 8.2224899e-12 1590464 Loop time of 0.0162709 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:20 2021 Pair time (%) = 0.000908852 (5.58576) Neigh time (%) = 0 (0) Comm time (%) = 5.72205e-05 (0.351674) Outpt time (%) = 0.0151949 (93.3871) Other time (%) = 0.000109911 (0.675507) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28301 ave 28301 max 28301 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28301 Ave neighs/atom = 5.6602 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:20 2021 Memory usage per processor = 27.523 Mbytes Step Atoms AVEKE stressZZ 5792 5000 8.2224899e-12 1590460.3 5793 -0.0080599999999956 1590431.12210195 5793 5000 8.2219303e-12 1590431.1 Loop time of 0.0163291 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:20 2021 Pair time (%) = 0.000841141 (5.15119) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.195652) Outpt time (%) = 0.0153739 (94.1509) Other time (%) = 8.2016e-05 (0.50227) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28301 ave 28301 max 28301 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28301 Ave neighs/atom = 5.6602 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:20 2021 Memory usage per processor = 27.523 Mbytes Step Atoms AVEKE stressZZ 5793 5000 8.2219303e-12 1590427.4 5794 -0.0080599999999956 1590398.20384778 5794 5000 8.2213708e-12 1590398.2 Loop time of 0.0165219 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:20 2021 Pair time (%) = 0.000839949 (5.08384) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193368) Outpt time (%) = 0.015564 (94.2019) Other time (%) = 8.60691e-05 (0.520939) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28301 ave 28301 max 28301 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28301 Ave neighs/atom = 5.6602 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:20 2021 Memory usage per processor = 27.523 Mbytes Step Atoms AVEKE stressZZ 5794 5000 8.2213708e-12 1590394.4 5795 -0.0080599999999956 1590365.28709956 5795 5000 8.2208114e-12 1590365.3 Loop time of 0.01687 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:20 2021 Pair time (%) = 0.00104022 (6.16609) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.219057) Outpt time (%) = 0.0156751 (92.9167) Other time (%) = 0.000117779 (0.698154) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28301 ave 28301 max 28301 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28301 Ave neighs/atom = 5.6602 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:20 2021 Memory usage per processor = 27.523 Mbytes Step Atoms AVEKE stressZZ 5795 5000 8.2208114e-12 1590361.5 5796 -0.0080599999999956 1590332.37185702 5796 5000 8.220252e-12 1590332.4 Loop time of 0.0171499 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:20 2021 Pair time (%) = 0.00087595 (5.1076) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193238) Outpt time (%) = 0.0161459 (94.1459) Other time (%) = 9.48906e-05 (0.5533) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28301 ave 28301 max 28301 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28301 Ave neighs/atom = 5.6602 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:20 2021 Memory usage per processor = 27.523 Mbytes Step Atoms AVEKE stressZZ 5796 5000 8.220252e-12 1590328.6 5797 -0.0080599999999956 1590299.45811994 5797 5000 8.2196926e-12 1590299.5 Loop time of 0.016814 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:20 2021 Pair time (%) = 0.000842094 (5.0083) Neigh time (%) = 0 (0) Comm time (%) = 4.50611e-05 (0.267998) Outpt time (%) = 0.015806 (94.0048) Other time (%) = 0.000120878 (0.718914) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28301 ave 28301 max 28301 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28301 Ave neighs/atom = 5.6602 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:20:20 2021 Memory usage per processor = 27.523 Mbytes Step Atoms AVEKE stressZZ 5797 5000 8.2196926e-12 1590295.7 5798 -0.0080599999999956 1590260.64807069 5798 5000 1.6239271e-11 1590312.8 Loop time of 0.016608 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:21 2021 Pair time (%) = 0.000868082 (5.22689) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211028) Outpt time (%) = 0.0155678 (93.7366) Other time (%) = 0.000137091 (0.82545) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28301 ave 28301 max 28301 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28301 Ave neighs/atom = 5.6602 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:21 2021 Memory usage per processor = 27.523 Mbytes Step Atoms AVEKE stressZZ 5798 5000 1.6239271e-11 1622422.7 5799 -0.00809249999999558 1622383.9154784 5799 5000 1.3129107e-11 1622383.9 Loop time of 0.016835 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:21 2021 Pair time (%) = 0.000905037 (5.37593) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.189772) Outpt time (%) = 0.0158 (93.8522) Other time (%) = 9.799e-05 (0.582062) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:21 2021 Memory usage per processor = 27.523 Mbytes Step Atoms AVEKE stressZZ 5799 5000 1.3129107e-11 1622378.8 5800 -0.00809249999999558 1622343.32666605 5800 5000 1.1323985e-11 1622343.3 Loop time of 0.0186 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:21 2021 Pair time (%) = 0.000845194 (4.54406) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.171764) Outpt time (%) = 0.017632 (94.7958) Other time (%) = 9.08375e-05 (0.488374) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:21 2021 Memory usage per processor = 27.5232 Mbytes Step Atoms AVEKE stressZZ 5800 5000 1.1323985e-11 1622338.7 5801 -0.00809249999999558 1622305.26234466 5801 5000 1.0245924e-11 1622305.3 Loop time of 0.0163219 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:21 2021 Pair time (%) = 0.00086689 (5.31121) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.189895) Outpt time (%) = 0.0153289 (93.9161) Other time (%) = 9.5129e-05 (0.582831) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:21 2021 Memory usage per processor = 27.5232 Mbytes Step Atoms AVEKE stressZZ 5801 5000 1.0245924e-11 1622300.9 5802 -0.00809249999999558 1622268.8029257 5802 5000 9.5885961e-12 1622268.8 Loop time of 0.016613 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:21 2021 Pair time (%) = 0.00102711 (6.18255) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.222445) Outpt time (%) = 0.0154269 (92.8602) Other time (%) = 0.00012207 (0.734788) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:21 2021 Memory usage per processor = 27.5232 Mbytes Step Atoms AVEKE stressZZ 5802 5000 9.5885961e-12 1622264.6 5803 -0.00809249999999558 1622233.36400294 5803 5000 9.1819584e-12 1622233.4 Loop time of 0.0173171 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:21 2021 Pair time (%) = 0.000999928 (5.77423) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.195503) Outpt time (%) = 0.0161328 (93.1615) Other time (%) = 0.000150442 (0.868751) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:21 2021 Memory usage per processor = 27.5232 Mbytes Step Atoms AVEKE stressZZ 5803 5000 9.1819584e-12 1622229.3 5804 -0.00809249999999558 1622198.57418048 5804 5000 8.9278948e-12 1622198.6 Loop time of 0.016973 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:21 2021 Pair time (%) = 0.000841856 (4.95997) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.189633) Outpt time (%) = 0.0160041 (94.2913) Other time (%) = 9.48906e-05 (0.559067) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:21 2021 Memory usage per processor = 27.5232 Mbytes Step Atoms AVEKE stressZZ 5804 5000 8.9278948e-12 1622194.6 5805 -0.00809249999999558 1622164.19743243 5805 5000 8.76807e-12 1622164.2 Loop time of 0.016645 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:21 2021 Pair time (%) = 0.000962973 (5.78537) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.203398) Outpt time (%) = 0.0155439 (93.3853) Other time (%) = 0.000104189 (0.625949) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:21 2021 Memory usage per processor = 27.5232 Mbytes Step Atoms AVEKE stressZZ 5805 5000 8.76807e-12 1622160.2 5806 -0.00809249999999558 1622130.08376166 5806 5000 8.6670346e-12 1622130.1 Loop time of 0.01737 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:21 2021 Pair time (%) = 0.00090909 (5.23368) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183927) Outpt time (%) = 0.0163279 (94.0004) Other time (%) = 0.000101089 (0.581978) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:21 2021 Memory usage per processor = 27.5232 Mbytes Step Atoms AVEKE stressZZ 5806 5000 8.6670346e-12 1622126.2 5807 -0.00809249999999558 1622096.13784329 5807 5000 8.6029159e-12 1622096.1 Loop time of 0.017046 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:21 2021 Pair time (%) = 0.000846148 (4.96391) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187423) Outpt time (%) = 0.0160761 (94.3102) Other time (%) = 9.17912e-05 (0.538492) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:21 2021 Memory usage per processor = 27.5232 Mbytes Step Atoms AVEKE stressZZ 5807 5000 8.6029159e-12 1622092.2 5808 -0.00809249999999558 1622062.29909726 5808 5000 8.5620784e-12 1622062.3 Loop time of 0.0165579 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:21 2021 Pair time (%) = 0.000844002 (5.09727) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192947) Outpt time (%) = 0.0155861 (94.1309) Other time (%) = 9.58443e-05 (0.578842) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:21 2021 Memory usage per processor = 27.5232 Mbytes Step Atoms AVEKE stressZZ 5808 5000 8.5620784e-12 1622058.4 5809 -0.00809249999999558 1622028.52902417 5809 5000 8.5359638e-12 1622028.5 Loop time of 0.017025 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:21 2021 Pair time (%) = 0.001019 (5.98532) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.217063) Outpt time (%) = 0.0158451 (93.0694) Other time (%) = 0.000123978 (0.72821) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:21 2021 Memory usage per processor = 27.5232 Mbytes Step Atoms AVEKE stressZZ 5809 5000 8.5359638e-12 1622024.6 5810 -0.00809249999999558 1621994.80315715 5810 5000 8.5191763e-12 1621994.8 Loop time of 0.019016 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:21 2021 Pair time (%) = 0.000844955 (4.44339) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.16926) Outpt time (%) = 0.018048 (94.9097) Other time (%) = 9.08375e-05 (0.477689) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:21 2021 Memory usage per processor = 27.5232 Mbytes Step Atoms AVEKE stressZZ 5810 5000 8.5191763e-12 1621990.9 5811 -0.00809249999999558 1621961.10594719 5811 5000 8.5083043e-12 1621961.1 Loop time of 0.017118 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:21 2021 Pair time (%) = 0.00084281 (4.92354) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186635) Outpt time (%) = 0.016149 (94.3397) Other time (%) = 9.41753e-05 (0.550155) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:21 2021 Memory usage per processor = 27.5232 Mbytes Step Atoms AVEKE stressZZ 5811 5000 8.5083043e-12 1621957.2 5812 -0.00809249999999558 1621927.42751269 5812 5000 8.501187e-12 1621927.4 Loop time of 0.0169859 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:21 2021 Pair time (%) = 0.000849962 (5.00393) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.182472) Outpt time (%) = 0.016016 (94.29) Other time (%) = 8.89301e-05 (0.523553) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:21 2021 Memory usage per processor = 27.5232 Mbytes Step Atoms AVEKE stressZZ 5812 5000 8.501187e-12 1621923.5 5813 -0.00809249999999558 1621893.76157363 5813 5000 8.4964538e-12 1621893.8 Loop time of 0.017014 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:21 2021 Pair time (%) = 0.000878096 (5.16101) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.200387) Outpt time (%) = 0.01596 (93.8048) Other time (%) = 0.000141859 (0.833777) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:21 2021 Memory usage per processor = 27.5232 Mbytes Step Atoms AVEKE stressZZ 5813 5000 8.4964538e-12 1621889.9 5814 -0.00809249999999558 1621860.1041405 5814 5000 8.493235e-12 1621860.1 Loop time of 0.017225 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:21 2021 Pair time (%) = 0.000951052 (5.52134) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191011) Outpt time (%) = 0.0161238 (93.6067) Other time (%) = 0.000117302 (0.680997) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:21 2021 Memory usage per processor = 27.5232 Mbytes Step Atoms AVEKE stressZZ 5814 5000 8.493235e-12 1621856.2 5815 -0.00809249999999558 1621826.45271444 5815 5000 8.4909782e-12 1621826.5 Loop time of 0.0165992 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:21 2021 Pair time (%) = 0.000843048 (5.07885) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192468) Outpt time (%) = 0.0156291 (94.1556) Other time (%) = 9.5129e-05 (0.573095) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:21 2021 Memory usage per processor = 27.5232 Mbytes Step Atoms AVEKE stressZZ 5815 5000 8.4909782e-12 1621822.6 5816 -0.00809249999999558 1621792.80567122 5816 5000 8.4893328e-12 1621792.8 Loop time of 0.0164101 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:21 2021 Pair time (%) = 0.000899076 (5.4788) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.213573) Outpt time (%) = 0.0153751 (93.6931) Other time (%) = 0.000100851 (0.614567) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:21 2021 Memory usage per processor = 27.5232 Mbytes Step Atoms AVEKE stressZZ 5816 5000 8.4893328e-12 1621788.9 5817 -0.00809249999999558 1621759.16197802 5817 5000 8.4880758e-12 1621759.2 Loop time of 0.0172842 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:21 2021 Pair time (%) = 0.00090909 (5.25967) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197255) Outpt time (%) = 0.0162361 (93.9361) Other time (%) = 0.000104904 (0.606938) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:21 2021 Memory usage per processor = 27.5232 Mbytes Step Atoms AVEKE stressZZ 5817 5000 8.4880758e-12 1621755.3 5818 -0.00809249999999558 1621725.52098037 5818 5000 8.4870656e-12 1621725.5 Loop time of 0.0171461 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:21 2021 Pair time (%) = 0.000841856 (4.90989) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186328) Outpt time (%) = 0.0161779 (94.3531) Other time (%) = 9.44138e-05 (0.550642) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:21 2021 Memory usage per processor = 27.5232 Mbytes Step Atoms AVEKE stressZZ 5818 5000 8.4870656e-12 1621721.6 5819 -0.00809249999999558 1621691.88226246 5819 5000 8.4862124e-12 1621691.9 Loop time of 0.016362 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:21 2021 Pair time (%) = 0.000847101 (5.17726) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.195258) Outpt time (%) = 0.0153871 (94.0417) Other time (%) = 9.58443e-05 (0.585775) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:21 2021 Memory usage per processor = 27.5232 Mbytes Step Atoms AVEKE stressZZ 5819 5000 8.4862124e-12 1621688 5820 -0.00809249999999558 1621658.24555983 5820 5000 8.4854589e-12 1621658.2 Loop time of 0.0188909 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:21 2021 Pair time (%) = 0.000884056 (4.67981) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.243582) Outpt time (%) = 0.0177848 (94.1452) Other time (%) = 0.000175953 (0.931418) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:21 2021 Memory usage per processor = 27.5232 Mbytes Step Atoms AVEKE stressZZ 5820 5000 8.4854589e-12 1621654.4 5821 -0.00809249999999558 1621624.61070424 5821 5000 8.4847687e-12 1621624.6 Loop time of 0.016835 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:21 2021 Pair time (%) = 0.000844955 (5.01905) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.189772) Outpt time (%) = 0.0158651 (94.2389) Other time (%) = 9.29832e-05 (0.552322) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:21 2021 Memory usage per processor = 27.5232 Mbytes Step Atoms AVEKE stressZZ 5821 5000 8.4847687e-12 1621620.7 5822 -0.00809249999999558 1621590.97758858 5822 5000 8.4841189e-12 1621591 Loop time of 0.016628 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:21 2021 Pair time (%) = 0.000855923 (5.14747) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.199303) Outpt time (%) = 0.01564 (94.0582) Other time (%) = 9.89437e-05 (0.595042) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:21 2021 Memory usage per processor = 27.5232 Mbytes Step Atoms AVEKE stressZZ 5822 5000 8.4841189e-12 1621587.1 5823 -0.00809249999999558 1621557.34614458 5823 5000 8.4834947e-12 1621557.3 Loop time of 0.016531 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:21 2021 Pair time (%) = 0.000896931 (5.42575) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.2048) Outpt time (%) = 0.0154948 (93.732) Other time (%) = 0.000105381 (0.637475) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:21 2021 Memory usage per processor = 27.5232 Mbytes Step Atoms AVEKE stressZZ 5823 5000 8.4834947e-12 1621553.5 5824 -0.00809249999999558 1621523.71632869 5824 5000 8.4828868e-12 1621523.7 Loop time of 0.017349 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:21 2021 Pair time (%) = 0.000932217 (5.37331) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.178652) Outpt time (%) = 0.016289 (93.8901) Other time (%) = 9.67979e-05 (0.557945) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:21 2021 Memory usage per processor = 27.5232 Mbytes Step Atoms AVEKE stressZZ 5824 5000 8.4828868e-12 1621519.8 5825 -0.00809249999999558 1621490.08811303 5825 5000 8.4822893e-12 1621490.1 Loop time of 0.0169821 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:21 2021 Pair time (%) = 0.000845909 (4.98119) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.182512) Outpt time (%) = 0.0160098 (94.2747) Other time (%) = 9.53674e-05 (0.561577) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:21 2021 Memory usage per processor = 27.5232 Mbytes Step Atoms AVEKE stressZZ 5825 5000 8.4822893e-12 1621486.2 5826 -0.00809249999999558 1621456.46147982 5826 5000 8.4816984e-12 1621456.5 Loop time of 0.0164499 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:21 2021 Pair time (%) = 0.000883818 (5.37278) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.188417) Outpt time (%) = 0.01544 (93.8605) Other time (%) = 9.5129e-05 (0.578294) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:21 2021 Memory usage per processor = 27.5232 Mbytes Step Atoms AVEKE stressZZ 5826 5000 8.4816984e-12 1621452.6 5827 -0.00809249999999558 1621422.83641751 5827 5000 8.4811117e-12 1621422.8 Loop time of 0.0171461 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:21 2021 Pair time (%) = 0.00114799 (6.69531) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193281) Outpt time (%) = 0.015821 (92.2715) Other time (%) = 0.000144005 (0.839869) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:21 2021 Memory usage per processor = 27.5232 Mbytes Step Atoms AVEKE stressZZ 5827 5000 8.4811117e-12 1621419 5828 -0.00809249999999558 1621389.21291868 5828 5000 8.4805277e-12 1621389.2 Loop time of 0.01704 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:21 2021 Pair time (%) = 0.000871181 (5.11256) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181892) Outpt time (%) = 0.016042 (94.1431) Other time (%) = 9.58443e-05 (0.562466) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:21 2021 Memory usage per processor = 27.5232 Mbytes Step Atoms AVEKE stressZZ 5828 5000 8.4805277e-12 1621385.3 5829 -0.00809249999999558 1621355.59097849 5829 5000 8.4799455e-12 1621355.6 Loop time of 0.0167651 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:21 2021 Pair time (%) = 0.000908136 (5.41682) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190563) Outpt time (%) = 0.0157311 (93.8323) Other time (%) = 9.39369e-05 (0.560312) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:21 2021 Memory usage per processor = 27.5232 Mbytes Step Atoms AVEKE stressZZ 5829 5000 8.4799455e-12 1621351.7 5830 -0.00809249999999558 1621321.97058196 5830 5000 8.4793644e-12 1621322 Loop time of 0.0180008 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:21 2021 Pair time (%) = 0.000926018 (5.1443) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.188077) Outpt time (%) = 0.016937 (94.0901) Other time (%) = 0.000103951 (0.577476) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:21 2021 Memory usage per processor = 27.5232 Mbytes Step Atoms AVEKE stressZZ 5830 5000 8.4793644e-12 1621318.1 5831 -0.00809249999999558 1621288.35173778 5831 5000 8.478784e-12 1621288.4 Loop time of 0.017102 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:21 2021 Pair time (%) = 0.00102806 (6.01135) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.199356) Outpt time (%) = 0.0159101 (93.0309) Other time (%) = 0.0001297 (0.758389) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:21 2021 Memory usage per processor = 27.5232 Mbytes Step Atoms AVEKE stressZZ 5831 5000 8.478784e-12 1621284.5 5832 -0.00809249999999558 1621254.73444467 5832 5000 8.4782041e-12 1621254.7 Loop time of 0.0172689 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:21 2021 Pair time (%) = 0.000845194 (4.89431) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179481) Outpt time (%) = 0.016305 (94.4181) Other time (%) = 8.7738e-05 (0.50807) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:21 2021 Memory usage per processor = 27.5232 Mbytes Step Atoms AVEKE stressZZ 5832 5000 8.4782041e-12 1621250.9 5833 -0.00809249999999558 1621221.11870161 5833 5000 8.4776246e-12 1621221.1 Loop time of 0.0163791 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:21 2021 Pair time (%) = 0.000848055 (5.17766) Neigh time (%) = 0 (0) Comm time (%) = 6.79493e-05 (0.414853) Outpt time (%) = 0.0153468 (93.6971) Other time (%) = 0.000116348 (0.710345) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:21 2021 Memory usage per processor = 27.5232 Mbytes Step Atoms AVEKE stressZZ 5833 5000 8.4776246e-12 1621217.2 5834 -0.00809249999999558 1621187.50450785 5834 5000 8.4770453e-12 1621187.5 Loop time of 0.0175788 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:21 2021 Pair time (%) = 0.00108099 (6.14938) Neigh time (%) = 0 (0) Comm time (%) = 6.41346e-05 (0.36484) Outpt time (%) = 0.0162389 (92.3777) Other time (%) = 0.000194788 (1.10808) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:21 2021 Memory usage per processor = 27.5232 Mbytes Step Atoms AVEKE stressZZ 5834 5000 8.4770453e-12 1621183.6 5835 -0.00809249999999558 1621153.89186285 5835 5000 8.4764661e-12 1621153.9 Loop time of 0.017112 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:21 2021 Pair time (%) = 0.000868082 (5.07294) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.1867) Outpt time (%) = 0.016118 (94.1914) Other time (%) = 9.39369e-05 (0.548953) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:21 2021 Memory usage per processor = 27.5232 Mbytes Step Atoms AVEKE stressZZ 5835 5000 8.4764661e-12 1621150 5836 -0.00809249999999558 1621120.28076615 5836 5000 8.4758871e-12 1621120.3 Loop time of 0.0164831 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:21 2021 Pair time (%) = 0.000878811 (5.3316) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.188038) Outpt time (%) = 0.015481 (93.9206) Other time (%) = 9.2268e-05 (0.559774) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:21 2021 Memory usage per processor = 27.5232 Mbytes Step Atoms AVEKE stressZZ 5836 5000 8.4758871e-12 1621116.4 5837 -0.00809249999999558 1621086.67121736 5837 5000 8.4753081e-12 1621086.7 Loop time of 0.0164192 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:21 2021 Pair time (%) = 0.000921011 (5.60936) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.28025) Outpt time (%) = 0.0153451 (93.4584) Other time (%) = 0.00010705 (0.651981) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:21 2021 Memory usage per processor = 27.5232 Mbytes Step Atoms AVEKE stressZZ 5837 5000 8.4753081e-12 1621082.8 5838 -0.00809249999999558 1621053.06321616 5838 5000 8.4747293e-12 1621053.1 Loop time of 0.0163159 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:21 2021 Pair time (%) = 0.000847816 (5.19625) Neigh time (%) = 0 (0) Comm time (%) = 6.29425e-05 (0.385773) Outpt time (%) = 0.015316 (93.8715) Other time (%) = 8.91685e-05 (0.546512) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:21 2021 Memory usage per processor = 27.5232 Mbytes Step Atoms AVEKE stressZZ 5838 5000 8.4747293e-12 1621049.2 5839 -0.00809249999999558 1621019.45676226 5839 5000 8.4741505e-12 1621019.5 Loop time of 0.0163379 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:21 2021 Pair time (%) = 0.000843048 (5.16009) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.189709) Outpt time (%) = 0.0153739 (94.1) Other time (%) = 8.98838e-05 (0.550156) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:21 2021 Memory usage per processor = 27.5232 Mbytes Step Atoms AVEKE stressZZ 5839 5000 8.4741505e-12 1621015.6 5840 -0.00809249999999558 1620985.85185539 5840 5000 8.4735718e-12 1620985.9 Loop time of 0.0190551 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:21 2021 Pair time (%) = 0.00115895 (6.0821) Neigh time (%) = 0 (0) Comm time (%) = 4.3869e-05 (0.230222) Outpt time (%) = 0.0176799 (92.7831) Other time (%) = 0.000172377 (0.904621) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:21 2021 Memory usage per processor = 27.5232 Mbytes Step Atoms AVEKE stressZZ 5840 5000 8.4735718e-12 1620982 5841 -0.00809249999999558 1620952.2484953 5841 5000 8.4729931e-12 1620952.2 Loop time of 0.0171721 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:21 2021 Pair time (%) = 0.000906229 (5.27733) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.1916) Outpt time (%) = 0.0161011 (93.7633) Other time (%) = 0.000131845 (0.767789) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:21 2021 Memory usage per processor = 27.5232 Mbytes Step Atoms AVEKE stressZZ 5841 5000 8.4729931e-12 1620948.4 5842 -0.00809249999999558 1620918.64668176 5842 5000 8.4724145e-12 1620918.6 Loop time of 0.0170078 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:22 2021 Pair time (%) = 0.000883102 (5.19233) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.182236) Outpt time (%) = 0.016001 (94.0801) Other time (%) = 9.27448e-05 (0.545307) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:22 2021 Memory usage per processor = 27.5232 Mbytes Step Atoms AVEKE stressZZ 5842 5000 8.4724145e-12 1620914.8 5843 -0.00809249999999558 1620885.04641455 5843 5000 8.471836e-12 1620885 Loop time of 0.016408 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:22 2021 Pair time (%) = 0.000880957 (5.36908) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.201976) Outpt time (%) = 0.0153952 (93.8274) Other time (%) = 9.87053e-05 (0.601569) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:22 2021 Memory usage per processor = 27.5232 Mbytes Step Atoms AVEKE stressZZ 5843 5000 8.471836e-12 1620881.2 5844 -0.00809249999999558 1620851.44769344 5844 5000 8.4712575e-12 1620851.4 Loop time of 0.0172338 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:22 2021 Pair time (%) = 0.000996828 (5.78413) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.208898) Outpt time (%) = 0.016026 (92.9915) Other time (%) = 0.000174999 (1.01544) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:22 2021 Memory usage per processor = 27.5232 Mbytes Step Atoms AVEKE stressZZ 5844 5000 8.4712575e-12 1620847.6 5845 -0.00809249999999558 1620817.85051819 5845 5000 8.4706791e-12 1620817.9 Loop time of 0.017081 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:22 2021 Pair time (%) = 0.000843048 (4.93558) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181455) Outpt time (%) = 0.016113 (94.333) Other time (%) = 9.39369e-05 (0.549949) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:22 2021 Memory usage per processor = 27.5232 Mbytes Step Atoms AVEKE stressZZ 5845 5000 8.4706791e-12 1620814 5846 -0.00809249999999558 1620784.25488859 5846 5000 8.4701007e-12 1620784.3 Loop time of 0.0163569 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:22 2021 Pair time (%) = 0.000914812 (5.59281) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.196776) Outpt time (%) = 0.0152869 (93.4583) Other time (%) = 0.000123024 (0.752121) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:22 2021 Memory usage per processor = 27.5232 Mbytes Step Atoms AVEKE stressZZ 5846 5000 8.4701007e-12 1620780.4 5847 -0.00809249999999558 1620750.66080447 5847 5000 8.4695224e-12 1620750.7 Loop time of 0.016803 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:22 2021 Pair time (%) = 0.00107694 (6.40918) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.231281) Outpt time (%) = 0.0155308 (92.4287) Other time (%) = 0.000156403 (0.9308) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:22 2021 Memory usage per processor = 27.5232 Mbytes Step Atoms AVEKE stressZZ 5847 5000 8.4695224e-12 1620746.8 5848 -0.00809249999999558 1620717.06826559 5848 5000 8.4689441e-12 1620717.1 Loop time of 0.01736 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:22 2021 Pair time (%) = 0.000936985 (5.39739) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.17854) Outpt time (%) = 0.0163 (93.8939) Other time (%) = 9.20296e-05 (0.530125) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:22 2021 Memory usage per processor = 27.5232 Mbytes Step Atoms AVEKE stressZZ 5848 5000 8.4689441e-12 1620713.2 5849 -0.00809249999999558 1620683.47727176 5849 5000 8.4683659e-12 1620683.5 Loop time of 0.016541 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:22 2021 Pair time (%) = 0.000844955 (5.10825) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.194586) Outpt time (%) = 0.0155721 (94.1422) Other time (%) = 9.17912e-05 (0.554931) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:22 2021 Memory usage per processor = 27.5232 Mbytes Step Atoms AVEKE stressZZ 5849 5000 8.4683659e-12 1620679.6 5850 -0.00809249999999558 1620649.88782276 5850 5000 8.4677877e-12 1620649.9 Loop time of 0.0184641 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:22 2021 Pair time (%) = 0.00100994 (5.46976) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.179485) Outpt time (%) = 0.017261 (93.4843) Other time (%) = 0.000159979 (0.866433) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:22 2021 Memory usage per processor = 27.5232 Mbytes Step Atoms AVEKE stressZZ 5850 5000 8.4677877e-12 1620646 5851 -0.00809249999999558 1620616.29991844 5851 5000 8.4672096e-12 1620616.3 Loop time of 0.016886 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:22 2021 Pair time (%) = 0.000893116 (5.28909) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.189199) Outpt time (%) = 0.0158641 (93.9485) Other time (%) = 9.67979e-05 (0.573244) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:22 2021 Memory usage per processor = 27.5232 Mbytes Step Atoms AVEKE stressZZ 5851 5000 8.4672096e-12 1620612.4 5852 -0.00809249999999558 1620582.71355855 5852 5000 8.4666316e-12 1620582.7 Loop time of 0.017211 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:22 2021 Pair time (%) = 0.000946999 (5.5023) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.187012) Outpt time (%) = 0.0161331 (93.7372) Other time (%) = 9.87053e-05 (0.573503) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:22 2021 Memory usage per processor = 27.5232 Mbytes Step Atoms AVEKE stressZZ 5852 5000 8.4666316e-12 1620578.8 5853 -0.00809249999999558 1620549.12874294 5853 5000 8.4660536e-12 1620549.1 Loop time of 0.0165939 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:22 2021 Pair time (%) = 0.000844002 (5.08621) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.186782) Outpt time (%) = 0.015624 (94.1552) Other time (%) = 9.48906e-05 (0.571839) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:22 2021 Memory usage per processor = 27.5232 Mbytes Step Atoms AVEKE stressZZ 5853 5000 8.4660536e-12 1620545.3 5854 -0.00809249999999558 1620515.54547141 5854 5000 8.4654756e-12 1620515.5 Loop time of 0.0167379 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:22 2021 Pair time (%) = 0.000968933 (5.78884) Neigh time (%) = 0 (0) Comm time (%) = 4.91142e-05 (0.293431) Outpt time (%) = 0.0156031 (93.2198) Other time (%) = 0.000116825 (0.697966) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:22 2021 Memory usage per processor = 27.5232 Mbytes Step Atoms AVEKE stressZZ 5854 5000 8.4654756e-12 1620511.7 5855 -0.00809249999999558 1620481.96374379 5855 5000 8.4648977e-12 1620482 Loop time of 0.0171261 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:22 2021 Pair time (%) = 0.000844955 (4.93373) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186546) Outpt time (%) = 0.0161591 (94.3535) Other time (%) = 9.01222e-05 (0.526228) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:22 2021 Memory usage per processor = 27.5232 Mbytes Step Atoms AVEKE stressZZ 5855 5000 8.4648977e-12 1620478.1 5856 -0.00809249999999558 1620448.38355982 5856 5000 8.4643199e-12 1620448.4 Loop time of 0.0169199 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:22 2021 Pair time (%) = 0.000845194 (4.99528) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18882) Outpt time (%) = 0.01595 (94.2678) Other time (%) = 9.27448e-05 (0.548142) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:22 2021 Memory usage per processor = 27.5232 Mbytes Step Atoms AVEKE stressZZ 5856 5000 8.4643199e-12 1620444.5 5857 -0.00809249999999558 1620414.8049194 5857 5000 8.4637421e-12 1620414.8 Loop time of 0.017014 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:22 2021 Pair time (%) = 0.000856876 (5.03629) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.19338) Outpt time (%) = 0.015991 (93.987) Other time (%) = 0.000133276 (0.78333) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:22 2021 Memory usage per processor = 27.5232 Mbytes Step Atoms AVEKE stressZZ 5857 5000 8.4637421e-12 1620410.9 5858 -0.00809249999999558 1620381.22782229 5858 5000 8.4631644e-12 1620381.2 Loop time of 0.0169902 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:22 2021 Pair time (%) = 0.000897169 (5.28051) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188039) Outpt time (%) = 0.015965 (93.9659) Other time (%) = 9.60827e-05 (0.565519) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:22 2021 Memory usage per processor = 27.5232 Mbytes Step Atoms AVEKE stressZZ 5858 5000 8.4631644e-12 1620377.4 5859 -0.00809249999999558 1620347.65226838 5859 5000 8.4625867e-12 1620347.7 Loop time of 0.0169051 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:22 2021 Pair time (%) = 0.000846863 (5.00952) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188985) Outpt time (%) = 0.015933 (94.2501) Other time (%) = 9.32217e-05 (0.551442) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:22 2021 Memory usage per processor = 27.5232 Mbytes Step Atoms AVEKE stressZZ 5859 5000 8.4625867e-12 1620343.8 5860 -0.00809249999999558 1620314.07825745 5860 5000 8.4620091e-12 1620314.1 Loop time of 0.018055 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:22 2021 Pair time (%) = 0.000844955 (4.67991) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.176949) Outpt time (%) = 0.0170841 (94.6229) Other time (%) = 9.39369e-05 (0.520283) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:22 2021 Memory usage per processor = 27.5232 Mbytes Step Atoms AVEKE stressZZ 5860 5000 8.4620091e-12 1620310.2 5861 -0.00809249999999558 1620280.5057893 5861 5000 8.4614315e-12 1620280.5 Loop time of 0.0166111 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:22 2021 Pair time (%) = 0.00100899 (6.07418) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.222471) Outpt time (%) = 0.01543 (92.8895) Other time (%) = 0.000135183 (0.813813) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:22 2021 Memory usage per processor = 27.5232 Mbytes Step Atoms AVEKE stressZZ 5861 5000 8.4614315e-12 1620276.6 5862 -0.00809249999999558 1620246.93486378 5862 5000 8.460854e-12 1620246.9 Loop time of 0.0171669 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:22 2021 Pair time (%) = 0.000858784 (5.00257) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191659) Outpt time (%) = 0.016176 (94.228) Other time (%) = 9.91821e-05 (0.577754) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:22 2021 Memory usage per processor = 27.5232 Mbytes Step Atoms AVEKE stressZZ 5862 5000 8.460854e-12 1620243.1 5863 -0.00809249999999558 1620213.36548071 5863 5000 8.4602765e-12 1620213.4 Loop time of 0.017288 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:22 2021 Pair time (%) = 0.000843048 (4.8765) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197211) Outpt time (%) = 0.0163171 (94.3843) Other time (%) = 9.36985e-05 (0.541987) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:22 2021 Memory usage per processor = 27.5232 Mbytes Step Atoms AVEKE stressZZ 5863 5000 8.4602765e-12 1620209.5 5864 -0.00809249999999558 1620179.79763994 5864 5000 8.4596991e-12 1620179.8 Loop time of 0.016345 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:22 2021 Pair time (%) = 0.000846863 (5.18117) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.195461) Outpt time (%) = 0.015373 (94.053) Other time (%) = 9.32217e-05 (0.570337) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:22 2021 Memory usage per processor = 27.5232 Mbytes Step Atoms AVEKE stressZZ 5864 5000 8.4596991e-12 1620175.9 5865 -0.00809249999999558 1620146.23134128 5865 5000 8.4591218e-12 1620146.2 Loop time of 0.0174618 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:22 2021 Pair time (%) = 0.000889063 (5.09148) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.184326) Outpt time (%) = 0.0164418 (94.1589) Other time (%) = 9.87053e-05 (0.565265) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:22 2021 Memory usage per processor = 27.5232 Mbytes Step Atoms AVEKE stressZZ 5865 5000 8.4591218e-12 1620142.4 5866 -0.00809249999999558 1620112.66658456 5866 5000 8.4585445e-12 1620112.7 Loop time of 0.0169861 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:22 2021 Pair time (%) = 0.000845909 (4.98) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.189487) Outpt time (%) = 0.0160172 (94.2957) Other time (%) = 9.08375e-05 (0.534774) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:22 2021 Memory usage per processor = 27.5232 Mbytes Step Atoms AVEKE stressZZ 5866 5000 8.4585445e-12 1620108.8 5867 -0.00809249999999558 1620079.10336959 5867 5000 8.4579672e-12 1620079.1 Loop time of 0.0167131 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:22 2021 Pair time (%) = 0.000845909 (5.06134) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191155) Outpt time (%) = 0.0157409 (94.1826) Other time (%) = 9.44138e-05 (0.564907) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:22 2021 Memory usage per processor = 27.5232 Mbytes Step Atoms AVEKE stressZZ 5867 5000 8.4579672e-12 1620075.2 5868 -0.00809249999999558 1620045.54169622 5868 5000 8.45739e-12 1620045.5 Loop time of 0.016377 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:22 2021 Pair time (%) = 0.000916958 (5.59907) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.206726) Outpt time (%) = 0.015322 (93.558) Other time (%) = 0.000104189 (0.636192) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:22 2021 Memory usage per processor = 27.5232 Mbytes Step Atoms AVEKE stressZZ 5868 5000 8.45739e-12 1620041.7 5869 -0.00809249999999558 1620011.9815643 5869 5000 8.4568129e-12 1620012 Loop time of 0.017009 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:22 2021 Pair time (%) = 0.000860929 (5.06161) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.194839) Outpt time (%) = 0.0160151 (94.1562) Other time (%) = 9.98974e-05 (0.58732) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:22 2021 Memory usage per processor = 27.5232 Mbytes Step Atoms AVEKE stressZZ 5869 5000 8.4568129e-12 1620008.1 5870 -0.00809249999999558 1619978.4229736 5870 5000 8.4562358e-12 1619978.4 Loop time of 0.0189331 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:22 2021 Pair time (%) = 0.000884771 (4.67316) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.163705) Outpt time (%) = 0.0179241 (94.6708) Other time (%) = 9.32217e-05 (0.492375) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:22 2021 Memory usage per processor = 27.5232 Mbytes Step Atoms AVEKE stressZZ 5870 5000 8.4562358e-12 1619974.5 5871 -0.00809249999999558 1619944.86592404 5871 5000 8.4556588e-12 1619944.9 Loop time of 0.016552 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:22 2021 Pair time (%) = 0.000844002 (5.0991) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.187255) Outpt time (%) = 0.015553 (93.9646) Other time (%) = 0.000123978 (0.749021) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:22 2021 Memory usage per processor = 27.5232 Mbytes Step Atoms AVEKE stressZZ 5871 5000 8.4556588e-12 1619941 5872 -0.00809249999999558 1619911.31041537 5872 5000 8.4550818e-12 1619911.3 Loop time of 0.016824 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:22 2021 Pair time (%) = 0.00113201 (6.72855) Neigh time (%) = 0 (0) Comm time (%) = 5.88894e-05 (0.350032) Outpt time (%) = 0.0154521 (91.8458) Other time (%) = 0.00018096 (1.0756) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:22 2021 Memory usage per processor = 27.5232 Mbytes Step Atoms AVEKE stressZZ 5872 5000 8.4550818e-12 1619907.4 5873 -0.00809249999999558 1619877.75644748 5873 5000 8.4545049e-12 1619877.8 Loop time of 0.0169361 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:22 2021 Pair time (%) = 0.000846148 (4.99613) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188639) Outpt time (%) = 0.015964 (94.2606) Other time (%) = 9.39369e-05 (0.554656) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:22 2021 Memory usage per processor = 27.5232 Mbytes Step Atoms AVEKE stressZZ 5873 5000 8.4545049e-12 1619873.9 5874 -0.00809249999999558 1619844.20402019 5874 5000 8.453928e-12 1619844.2 Loop time of 0.0165639 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:22 2021 Pair time (%) = 0.000891924 (5.38475) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192878) Outpt time (%) = 0.0155461 (93.8553) Other time (%) = 9.39369e-05 (0.567119) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:22 2021 Memory usage per processor = 27.5232 Mbytes Step Atoms AVEKE stressZZ 5874 5000 8.453928e-12 1619840.3 5875 -0.00809249999999558 1619810.65313464 5875 5000 8.4533512e-12 1619810.7 Loop time of 0.016721 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:22 2021 Pair time (%) = 0.000976086 (5.83748) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.203898) Outpt time (%) = 0.0155902 (93.2371) Other time (%) = 0.00012064 (0.721486) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:22 2021 Memory usage per processor = 27.5232 Mbytes Step Atoms AVEKE stressZZ 5875 5000 8.4533512e-12 1619806.8 5876 -0.00809249999999558 1619777.10379578 5876 5000 8.4527744e-12 1619777.1 Loop time of 0.0170579 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:22 2021 Pair time (%) = 0.000957012 (5.61038) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187292) Outpt time (%) = 0.015976 (93.6572) Other time (%) = 9.29832e-05 (0.545104) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:22 2021 Memory usage per processor = 27.5232 Mbytes Step Atoms AVEKE stressZZ 5876 5000 8.4527744e-12 1619773.2 5877 -0.00809249999999558 1619743.55600075 5877 5000 8.4521977e-12 1619743.6 Loop time of 0.0176649 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:22 2021 Pair time (%) = 0.000956059 (5.41219) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.271284) Outpt time (%) = 0.016469 (93.23) Other time (%) = 0.000191927 (1.08649) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:22 2021 Memory usage per processor = 27.5232 Mbytes Step Atoms AVEKE stressZZ 5877 5000 8.4521977e-12 1619739.7 5878 -0.00809249999999558 1619710.00974847 5878 5000 8.4516211e-12 1619710 Loop time of 0.016418 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:22 2021 Pair time (%) = 0.000844002 (5.14072) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.196044) Outpt time (%) = 0.0154469 (94.0853) Other time (%) = 9.48906e-05 (0.577968) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:22 2021 Memory usage per processor = 27.5232 Mbytes Step Atoms AVEKE stressZZ 5878 5000 8.4516211e-12 1619706.1 5879 -0.00809249999999558 1619676.46503825 5879 5000 8.4510445e-12 1619676.5 Loop time of 0.0172369 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:22 2021 Pair time (%) = 0.00119996 (6.96156) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.203328) Outpt time (%) = 0.0158288 (91.8309) Other time (%) = 0.000173092 (1.00419) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:22 2021 Memory usage per processor = 27.5232 Mbytes Step Atoms AVEKE stressZZ 5879 5000 8.4510445e-12 1619672.6 5880 -0.00809249999999558 1619642.92186969 5880 5000 8.4504679e-12 1619642.9 Loop time of 0.018105 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:22 2021 Pair time (%) = 0.000865936 (4.78285) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.17646) Outpt time (%) = 0.017117 (94.5429) Other time (%) = 9.01222e-05 (0.497775) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:22 2021 Memory usage per processor = 27.5232 Mbytes Step Atoms AVEKE stressZZ 5880 5000 8.4504679e-12 1619639 5881 -0.00809249999999558 1619609.3802424 5881 5000 8.4498914e-12 1619609.4 Loop time of 0.0163779 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:22 2021 Pair time (%) = 0.000913143 (5.57545) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.195068) Outpt time (%) = 0.015322 (93.5526) Other time (%) = 0.000110865 (0.676915) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:22 2021 Memory usage per processor = 27.5232 Mbytes Step Atoms AVEKE stressZZ 5881 5000 8.4498914e-12 1619605.5 5882 -0.00809249999999558 1619575.8401561 5882 5000 8.449315e-12 1619575.8 Loop time of 0.016222 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:22 2021 Pair time (%) = 0.000845194 (5.21017) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.191064) Outpt time (%) = 0.0152559 (94.0447) Other time (%) = 8.98838e-05 (0.554086) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:22 2021 Memory usage per processor = 27.5232 Mbytes Step Atoms AVEKE stressZZ 5882 5000 8.449315e-12 1619572 5883 -0.00809249999999558 1619542.30161051 5883 5000 8.4487386e-12 1619542.3 Loop time of 0.0166659 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:22 2021 Pair time (%) = 0.000844955 (5.06996) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.185975) Outpt time (%) = 0.0156999 (94.2033) Other time (%) = 9.01222e-05 (0.540757) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:22 2021 Memory usage per processor = 27.5232 Mbytes Step Atoms AVEKE stressZZ 5883 5000 8.4487386e-12 1619538.4 5884 -0.00809249999999558 1619508.76460537 5884 5000 8.4481623e-12 1619508.8 Loop time of 0.0173531 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:22 2021 Pair time (%) = 0.000910997 (5.24978) Neigh time (%) = 0 (0) Comm time (%) = 6.41346e-05 (0.369587) Outpt time (%) = 0.016258 (93.6895) Other time (%) = 0.000119925 (0.691086) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:22 2021 Memory usage per processor = 27.5232 Mbytes Step Atoms AVEKE stressZZ 5884 5000 8.4481623e-12 1619504.9 5885 -0.00809249999999558 1619475.22914047 5885 5000 8.447586e-12 1619475.2 Loop time of 0.0171728 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:22 2021 Pair time (%) = 0.000844002 (4.91476) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180485) Outpt time (%) = 0.0161719 (94.1717) Other time (%) = 0.000125885 (0.733048) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:22 2021 Memory usage per processor = 27.5232 Mbytes Step Atoms AVEKE stressZZ 5885 5000 8.447586e-12 1619471.4 5886 -0.00809249999999558 1619441.69521554 5886 5000 8.4470097e-12 1619441.7 Loop time of 0.0169151 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:23 2021 Pair time (%) = 0.000884056 (5.22644) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.190283) Outpt time (%) = 0.0159039 (94.0223) Other time (%) = 9.48906e-05 (0.560982) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:23 2021 Memory usage per processor = 27.5232 Mbytes Step Atoms AVEKE stressZZ 5886 5000 8.4470097e-12 1619437.8 5887 -0.00809249999999558 1619408.16283041 5887 5000 8.4464336e-12 1619408.2 Loop time of 0.0168469 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:23 2021 Pair time (%) = 0.00105119 (6.23965) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.189638) Outpt time (%) = 0.015636 (92.8122) Other time (%) = 0.000127792 (0.758551) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:23 2021 Memory usage per processor = 27.5232 Mbytes Step Atoms AVEKE stressZZ 5887 5000 8.4464336e-12 1619404.3 5888 -0.00809249999999558 1619374.63198487 5888 5000 8.4458575e-12 1619374.6 Loop time of 0.0169921 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:23 2021 Pair time (%) = 0.000891924 (5.24905) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.195033) Outpt time (%) = 0.0159419 (93.8193) Other time (%) = 0.00012517 (0.736635) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:23 2021 Memory usage per processor = 27.5232 Mbytes Step Atoms AVEKE stressZZ 5888 5000 8.4458575e-12 1619370.8 5889 -0.00809249999999558 1619341.1026787 5889 5000 8.4452814e-12 1619341.1 Loop time of 0.017205 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:23 2021 Pair time (%) = 0.000886917 (5.155) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180148) Outpt time (%) = 0.0161932 (94.1189) Other time (%) = 9.39369e-05 (0.545986) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:23 2021 Memory usage per processor = 27.5232 Mbytes Step Atoms AVEKE stressZZ 5889 5000 8.4452814e-12 1619337.2 5890 -0.00809249999999558 1619307.5749117 5890 5000 8.4447054e-12 1619307.6 Loop time of 0.018199 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:23 2021 Pair time (%) = 0.000844955 (4.64288) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.170309) Outpt time (%) = 0.0172281 (94.6654) Other time (%) = 9.48906e-05 (0.521406) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:23 2021 Memory usage per processor = 27.5232 Mbytes Step Atoms AVEKE stressZZ 5890 5000 8.4447054e-12 1619303.7 5891 -0.00809249999999558 1619274.04868745 5891 5000 8.4441294e-12 1619274 Loop time of 0.0165472 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:23 2021 Pair time (%) = 0.000933886 (5.64377) Neigh time (%) = 0 (0) Comm time (%) = 5.07832e-05 (0.306899) Outpt time (%) = 0.0154371 (93.2915) Other time (%) = 0.000125408 (0.757881) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:23 2021 Memory usage per processor = 27.5232 Mbytes Step Atoms AVEKE stressZZ 5891 5000 8.4441294e-12 1619270.2 5892 -0.00809249999999558 1619240.52401601 5892 5000 8.4435535e-12 1619240.5 Loop time of 0.0170951 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:23 2021 Pair time (%) = 0.00099206 (5.80319) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186885) Outpt time (%) = 0.0159831 (93.4953) Other time (%) = 8.79765e-05 (0.51463) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:23 2021 Memory usage per processor = 27.5232 Mbytes Step Atoms AVEKE stressZZ 5892 5000 8.4435535e-12 1619236.6 5893 -0.00809249999999558 1619207.00089108 5893 5000 8.4429777e-12 1619207 Loop time of 0.0168951 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:23 2021 Pair time (%) = 0.000845909 (5.00684) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.183453) Outpt time (%) = 0.0159249 (94.2579) Other time (%) = 9.32217e-05 (0.551769) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:23 2021 Memory usage per processor = 27.5232 Mbytes Step Atoms AVEKE stressZZ 5893 5000 8.4429777e-12 1619203.1 5894 -0.00809249999999558 1619173.47931056 5894 5000 8.4424019e-12 1619173.5 Loop time of 0.0163951 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:23 2021 Pair time (%) = 0.000855923 (5.2206) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.200681) Outpt time (%) = 0.0154049 (93.9607) Other time (%) = 0.000101328 (0.618038) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:23 2021 Memory usage per processor = 27.5232 Mbytes Step Atoms AVEKE stressZZ 5894 5000 8.4424019e-12 1619169.6 5895 -0.00809249999999558 1619139.95927326 5895 5000 8.4418261e-12 1619140 Loop time of 0.0173261 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:23 2021 Pair time (%) = 0.000947952 (5.47123) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189897) Outpt time (%) = 0.0162442 (93.7554) Other time (%) = 0.000101089 (0.583451) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:23 2021 Memory usage per processor = 27.5232 Mbytes Step Atoms AVEKE stressZZ 5895 5000 8.4418261e-12 1619136.1 5896 -0.00809249999999558 1619106.44077845 5896 5000 8.4412504e-12 1619106.4 Loop time of 0.0173779 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:23 2021 Pair time (%) = 0.000848055 (4.88009) Neigh time (%) = 0 (0) Comm time (%) = 6.19888e-05 (0.356712) Outpt time (%) = 0.0163159 (93.8893) Other time (%) = 0.000151873 (0.873944) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:23 2021 Memory usage per processor = 27.5232 Mbytes Step Atoms AVEKE stressZZ 5896 5000 8.4412504e-12 1619102.6 5897 -0.00809249999999558 1619072.92382549 5897 5000 8.4406748e-12 1619072.9 Loop time of 0.016639 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:23 2021 Pair time (%) = 0.000845909 (5.0839) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192007) Outpt time (%) = 0.0156689 (94.1696) Other time (%) = 9.2268e-05 (0.554529) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:23 2021 Memory usage per processor = 27.5232 Mbytes Step Atoms AVEKE stressZZ 5897 5000 8.4406748e-12 1619069 5898 -0.00809249999999558 1619039.40841393 5898 5000 8.4400992e-12 1619039.4 Loop time of 0.0167 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:23 2021 Pair time (%) = 0.000914097 (5.47362) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.204154) Outpt time (%) = 0.015605 (93.4428) Other time (%) = 0.000146866 (0.879435) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:20:23 2021 Memory usage per processor = 27.5232 Mbytes Step Atoms AVEKE stressZZ 5898 5000 8.4400992e-12 1619035.5 5899 -0.00809249999999558 1618999.89818694 5899 5000 1.6674699e-11 1619052.9 Loop time of 0.016989 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:23 2021 Pair time (%) = 0.000847816 (4.99039) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.182438) Outpt time (%) = 0.015996 (94.155) Other time (%) = 0.000114202 (0.672215) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:23 2021 Memory usage per processor = 27.5232 Mbytes Step Atoms AVEKE stressZZ 5899 5000 1.6674699e-11 1651439.7 5900 -0.00812499999999557 1651400.29902609 5900 5000 1.3480043e-11 1651400.3 Loop time of 0.0185759 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:23 2021 Pair time (%) = 0.000849009 (4.57048) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.166853) Outpt time (%) = 0.0176029 (94.7621) Other time (%) = 9.29832e-05 (0.500558) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:23 2021 Memory usage per processor = 27.5235 Mbytes Step Atoms AVEKE stressZZ 5900 5000 1.3480043e-11 1651395.1 5901 -0.00812499999999557 1651358.97154942 5901 5000 1.1625948e-11 1651359 Loop time of 0.016892 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:23 2021 Pair time (%) = 0.000845194 (5.00353) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.189132) Outpt time (%) = 0.015923 (94.2639) Other time (%) = 9.17912e-05 (0.543402) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:23 2021 Memory usage per processor = 27.5235 Mbytes Step Atoms AVEKE stressZZ 5901 5000 1.1625948e-11 1651354.2 5902 -0.00812499999999557 1651320.21747548 5902 5000 1.0518669e-11 1651320.2 Loop time of 0.0169811 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:23 2021 Pair time (%) = 0.000928879 (5.47007) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.193755) Outpt time (%) = 0.015867 (93.439) Other time (%) = 0.000152349 (0.897169) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:23 2021 Memory usage per processor = 27.5235 Mbytes Step Atoms AVEKE stressZZ 5902 5000 1.0518669e-11 1651315.7 5903 -0.00812499999999557 1651283.09940096 5903 5000 9.8435384e-12 1651283.1 Loop time of 0.0170691 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:23 2021 Pair time (%) = 0.000916958 (5.37203) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.194153) Outpt time (%) = 0.0160151 (93.8248) Other time (%) = 0.000103951 (0.608998) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:23 2021 Memory usage per processor = 27.5235 Mbytes Step Atoms AVEKE stressZZ 5903 5000 9.8435384e-12 1651278.8 5904 -0.00812499999999557 1651247.02159808 5904 5000 9.4258924e-12 1651247 Loop time of 0.0165582 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:23 2021 Pair time (%) = 0.000869989 (5.25414) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192945) Outpt time (%) = 0.015564 (93.9957) Other time (%) = 9.2268e-05 (0.557235) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:23 2021 Memory usage per processor = 27.5235 Mbytes Step Atoms AVEKE stressZZ 5904 5000 9.4258924e-12 1651242.8 5905 -0.00812499999999557 1651211.60547613 5905 5000 9.1649527e-12 1651211.6 Loop time of 0.016448 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:23 2021 Pair time (%) = 0.000902891 (5.48936) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.207282) Outpt time (%) = 0.0154099 (93.6888) Other time (%) = 0.000101089 (0.6146) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:23 2021 Memory usage per processor = 27.5235 Mbytes Step Atoms AVEKE stressZZ 5905 5000 9.1649527e-12 1651207.5 5906 -0.00812499999999557 1651176.61043666 5906 5000 9.0008028e-12 1651176.6 Loop time of 0.0171161 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:23 2021 Pair time (%) = 0.000894785 (5.22775) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192227) Outpt time (%) = 0.016088 (93.9936) Other time (%) = 0.000100374 (0.586433) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:23 2021 Memory usage per processor = 27.5235 Mbytes Step Atoms AVEKE stressZZ 5906 5000 9.0008028e-12 1651172.5 5907 -0.00812499999999557 1651141.88357676 5907 5000 8.8970333e-12 1651141.9 Loop time of 0.0171821 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:23 2021 Pair time (%) = 0.000848055 (4.93568) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185938) Outpt time (%) = 0.0162101 (94.3428) Other time (%) = 9.20296e-05 (0.535613) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:23 2021 Memory usage per processor = 27.5235 Mbytes Step Atoms AVEKE stressZZ 5907 5000 8.8970333e-12 1651137.8 5908 -0.00812499999999557 1651107.32772484 5908 5000 8.8311793e-12 1651107.3 Loop time of 0.0163982 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:23 2021 Pair time (%) = 0.000847816 (5.17018) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.200643) Outpt time (%) = 0.0154178 (94.0214) Other time (%) = 9.9659e-05 (0.607744) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:23 2021 Memory usage per processor = 27.5235 Mbytes Step Atoms AVEKE stressZZ 5908 5000 8.8311793e-12 1651103.3 5909 -0.00812499999999557 1651072.88112719 5909 5000 8.7892363e-12 1651072.9 Loop time of 0.0171709 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:23 2021 Pair time (%) = 0.000888109 (5.17217) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198556) Outpt time (%) = 0.01615 (94.0544) Other time (%) = 9.87053e-05 (0.57484) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:23 2021 Memory usage per processor = 27.5235 Mbytes Step Atoms AVEKE stressZZ 5909 5000 8.7892363e-12 1651068.9 5910 -0.00812499999999557 1651038.50453858 5910 5000 8.7624143e-12 1651038.5 Loop time of 0.0185492 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:23 2021 Pair time (%) = 0.000846148 (4.56164) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.167093) Outpt time (%) = 0.0175762 (94.7546) Other time (%) = 9.58443e-05 (0.516703) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:23 2021 Memory usage per processor = 27.5235 Mbytes Step Atoms AVEKE stressZZ 5910 5000 8.7624143e-12 1651034.5 5911 -0.00812499999999557 1651004.17301815 5911 5000 8.7451717e-12 1651004.2 Loop time of 0.016434 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:23 2021 Pair time (%) = 0.000846863 (5.15313) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.1886) Outpt time (%) = 0.0154629 (94.091) Other time (%) = 9.32217e-05 (0.56725) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:23 2021 Memory usage per processor = 27.5235 Mbytes Step Atoms AVEKE stressZZ 5911 5000 8.7451717e-12 1651000.2 5912 -0.00812499999999557 1650969.87071565 5912 5000 8.7340047e-12 1650969.9 Loop time of 0.0164611 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:23 2021 Pair time (%) = 0.000907183 (5.51106) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.205669) Outpt time (%) = 0.0154161 (93.6518) Other time (%) = 0.000103951 (0.631491) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:23 2021 Memory usage per processor = 27.5235 Mbytes Step Atoms AVEKE stressZZ 5912 5000 8.7340047e-12 1650965.9 5913 -0.00812499999999557 1650935.58755796 5913 5000 8.7266939e-12 1650935.6 Loop time of 0.017071 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:23 2021 Pair time (%) = 0.000863075 (5.0558) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.194131) Outpt time (%) = 0.0160758 (94.1705) Other time (%) = 9.89437e-05 (0.579601) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:23 2021 Memory usage per processor = 27.5235 Mbytes Step Atoms AVEKE stressZZ 5913 5000 8.7266939e-12 1650931.6 5914 -0.00812499999999557 1650901.31714345 5914 5000 8.7218316e-12 1650901.3 Loop time of 0.017272 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:23 2021 Pair time (%) = 0.000888824 (5.14604) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18497) Outpt time (%) = 0.0162621 (94.1527) Other time (%) = 8.91685e-05 (0.516261) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:23 2021 Memory usage per processor = 27.5235 Mbytes Step Atoms AVEKE stressZZ 5914 5000 8.7218316e-12 1650897.3 5915 -0.00812499999999557 1650867.0554038 5915 5000 8.7185247e-12 1650867.1 Loop time of 0.0163419 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:23 2021 Pair time (%) = 0.000891924 (5.45789) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.202792) Outpt time (%) = 0.015321 (93.7528) Other time (%) = 9.58443e-05 (0.586493) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:23 2021 Memory usage per processor = 27.5235 Mbytes Step Atoms AVEKE stressZZ 5915 5000 8.7185247e-12 1650863.1 5916 -0.00812499999999557 1650832.79975341 5916 5000 8.7162059e-12 1650832.8 Loop time of 0.0169859 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:23 2021 Pair time (%) = 0.000880957 (5.1864) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.193701) Outpt time (%) = 0.01597 (94.0191) Other time (%) = 0.000102043 (0.600752) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:23 2021 Memory usage per processor = 27.5235 Mbytes Step Atoms AVEKE stressZZ 5916 5000 8.7162059e-12 1650828.8 5917 -0.00812499999999557 1650798.54854908 5917 5000 8.7145149e-12 1650798.5 Loop time of 0.0169661 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:23 2021 Pair time (%) = 0.000883818 (5.20931) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.199548) Outpt time (%) = 0.015954 (94.0347) Other time (%) = 9.44138e-05 (0.556485) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:23 2021 Memory usage per processor = 27.5235 Mbytes Step Atoms AVEKE stressZZ 5917 5000 8.7145149e-12 1650794.6 5918 -0.00812499999999557 1650764.30074648 5918 5000 8.7132229e-12 1650764.3 Loop time of 0.016767 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:23 2021 Pair time (%) = 0.000848055 (5.05787) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190541) Outpt time (%) = 0.0157931 (94.1913) Other time (%) = 9.39369e-05 (0.560248) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:23 2021 Memory usage per processor = 27.5235 Mbytes Step Atoms AVEKE stressZZ 5918 5000 8.7132229e-12 1650760.3 5919 -0.00812499999999557 1650730.05568183 5919 5000 8.7121844e-12 1650730.1 Loop time of 0.0167491 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:23 2021 Pair time (%) = 0.000987053 (5.89315) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.280423) Outpt time (%) = 0.0155969 (93.1204) Other time (%) = 0.000118256 (0.70604) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:23 2021 Memory usage per processor = 27.5235 Mbytes Step Atoms AVEKE stressZZ 5919 5000 8.7121844e-12 1650726.1 5920 -0.00812499999999557 1650695.81293327 5920 5000 8.7113071e-12 1650695.8 Loop time of 0.0188019 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:23 2021 Pair time (%) = 0.00088501 (4.70702) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.164847) Outpt time (%) = 0.0177929 (94.6336) Other time (%) = 9.29832e-05 (0.494541) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:23 2021 Memory usage per processor = 27.5235 Mbytes Step Atoms AVEKE stressZZ 5920 5000 8.7113071e-12 1650691.8 5921 -0.00812499999999557 1650661.57223264 5921 5000 8.7105321e-12 1650661.6 Loop time of 0.0170379 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:23 2021 Pair time (%) = 0.000845909 (4.96488) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.188912) Outpt time (%) = 0.016067 (94.3019) Other time (%) = 9.27448e-05 (0.544345) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:23 2021 Memory usage per processor = 27.5235 Mbytes Step Atoms AVEKE stressZZ 5921 5000 8.7105321e-12 1650657.6 5922 -0.00812499999999557 1650627.33340943 5922 5000 8.7098223e-12 1650627.3 Loop time of 0.0163128 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:23 2021 Pair time (%) = 0.000843048 (5.168) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.195846) Outpt time (%) = 0.0153449 (94.0661) Other time (%) = 9.29832e-05 (0.57) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:23 2021 Memory usage per processor = 27.5235 Mbytes Step Atoms AVEKE stressZZ 5922 5000 8.7098223e-12 1650623.3 5923 -0.00812499999999557 1650593.09635524 5923 5000 8.7091539e-12 1650593.1 Loop time of 0.017133 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:23 2021 Pair time (%) = 0.00115395 (6.73522) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192037) Outpt time (%) = 0.0158041 (92.2434) Other time (%) = 0.000142097 (0.829379) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:23 2021 Memory usage per processor = 27.5235 Mbytes Step Atoms AVEKE stressZZ 5923 5000 8.7091539e-12 1650589.1 5924 -0.00812499999999557 1650558.86100112 5924 5000 8.7085117e-12 1650558.9 Loop time of 0.0170419 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:23 2021 Pair time (%) = 0.00089407 (5.2463) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187468) Outpt time (%) = 0.016022 (94.015) Other time (%) = 9.39369e-05 (0.551211) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:23 2021 Memory usage per processor = 27.5235 Mbytes Step Atoms AVEKE stressZZ 5924 5000 8.7085117e-12 1650554.9 5925 -0.00812499999999557 1650524.62730319 5925 5000 8.7078864e-12 1650524.6 Loop time of 0.0162899 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:23 2021 Pair time (%) = 0.000844002 (5.18112) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.190267) Outpt time (%) = 0.015322 (94.0578) Other time (%) = 9.29832e-05 (0.570801) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:23 2021 Memory usage per processor = 27.5235 Mbytes Step Atoms AVEKE stressZZ 5925 5000 8.7078864e-12 1650520.6 5926 -0.00812499999999557 1650490.39523351 5926 5000 8.7072717e-12 1650490.4 Loop time of 0.0160658 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:23 2021 Pair time (%) = 0.000885963 (5.51458) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.198857) Outpt time (%) = 0.015059 (93.733) Other time (%) = 8.89301e-05 (0.553536) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:23 2021 Memory usage per processor = 27.5235 Mbytes Step Atoms AVEKE stressZZ 5926 5000 8.7072717e-12 1650486.4 5927 -0.00812499999999557 1650456.16477425 5927 5000 8.7066638e-12 1650456.2 Loop time of 0.0163071 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:23 2021 Pair time (%) = 0.000848055 (5.20052) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.195915) Outpt time (%) = 0.0153401 (94.0699) Other time (%) = 8.70228e-05 (0.533649) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:23 2021 Memory usage per processor = 27.5235 Mbytes Step Atoms AVEKE stressZZ 5927 5000 8.7066638e-12 1650452.2 5928 -0.00812499999999557 1650421.93591404 5928 5000 8.7060602e-12 1650421.9 Loop time of 0.0172501 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:23 2021 Pair time (%) = 0.000850916 (4.93283) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179677) Outpt time (%) = 0.0162659 (94.2946) Other time (%) = 0.000102282 (0.592935) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:23 2021 Memory usage per processor = 27.5235 Mbytes Step Atoms AVEKE stressZZ 5928 5000 8.7060602e-12 1650417.9 5929 -0.00812499999999557 1650387.7086456 5929 5000 8.7054594e-12 1650387.7 Loop time of 0.0175629 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:23 2021 Pair time (%) = 0.000951052 (5.41513) Neigh time (%) = 0 (0) Comm time (%) = 5.48363e-05 (0.312228) Outpt time (%) = 0.0164149 (93.4636) Other time (%) = 0.000142097 (0.809079) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:23 2021 Memory usage per processor = 27.5235 Mbytes Step Atoms AVEKE stressZZ 5929 5000 8.7054594e-12 1650383.7 5930 -0.00812499999999557 1650353.48296421 5930 5000 8.7048604e-12 1650353.5 Loop time of 0.0182772 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:24 2021 Pair time (%) = 0.000859976 (4.70519) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.186538) Outpt time (%) = 0.017266 (94.4678) Other time (%) = 0.000117064 (0.64049) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:24 2021 Memory usage per processor = 27.5235 Mbytes Step Atoms AVEKE stressZZ 5930 5000 8.7048604e-12 1650349.5 5931 -0.00812499999999557 1650319.25886686 5931 5000 8.7042626e-12 1650319.3 Loop time of 0.0176129 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:24 2021 Pair time (%) = 0.00114012 (6.47318) Neigh time (%) = 0 (0) Comm time (%) = 7.29561e-05 (0.414219) Outpt time (%) = 0.0162311 (92.1542) Other time (%) = 0.0001688 (0.958389) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:24 2021 Memory usage per processor = 27.5235 Mbytes Step Atoms AVEKE stressZZ 5931 5000 8.7042626e-12 1650315.3 5932 -0.00812499999999557 1650285.03635153 5932 5000 8.7036655e-12 1650285 Loop time of 0.0173581 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:24 2021 Pair time (%) = 0.000871181 (5.01889) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.265092) Outpt time (%) = 0.0163238 (94.0416) Other time (%) = 0.000117064 (0.674404) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:24 2021 Memory usage per processor = 27.5235 Mbytes Step Atoms AVEKE stressZZ 5932 5000 8.7036655e-12 1650281 5933 -0.00812499999999557 1650250.81541691 5933 5000 8.7030689e-12 1650250.8 Loop time of 0.0170319 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:24 2021 Pair time (%) = 0.000849962 (4.99041) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181979) Outpt time (%) = 0.0160608 (94.2985) Other time (%) = 9.01222e-05 (0.529138) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:24 2021 Memory usage per processor = 27.5235 Mbytes Step Atoms AVEKE stressZZ 5933 5000 8.7030689e-12 1650246.8 5934 -0.00812499999999557 1650216.5960621 5934 5000 8.7024726e-12 1650216.6 Loop time of 0.0169919 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:24 2021 Pair time (%) = 0.000896931 (5.27859) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.199245) Outpt time (%) = 0.015959 (93.9216) Other time (%) = 0.000102043 (0.600542) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:24 2021 Memory usage per processor = 27.5235 Mbytes Step Atoms AVEKE stressZZ 5934 5000 8.7024726e-12 1650212.6 5935 -0.00812499999999557 1650182.37828649 5935 5000 8.7018766e-12 1650182.4 Loop time of 0.0174019 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:24 2021 Pair time (%) = 0.00108409 (6.22971) Neigh time (%) = 0 (0) Comm time (%) = 6.50883e-05 (0.374029) Outpt time (%) = 0.0161109 (92.5811) Other time (%) = 0.000141859 (0.815191) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:24 2021 Memory usage per processor = 27.5235 Mbytes Step Atoms AVEKE stressZZ 5935 5000 8.7018766e-12 1650178.4 5936 -0.00812499999999557 1650148.1620896 5936 5000 8.7012808e-12 1650148.2 Loop time of 0.0171869 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:24 2021 Pair time (%) = 0.000870943 (5.06749) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198371) Outpt time (%) = 0.0161788 (94.1349) Other time (%) = 0.000102997 (0.599276) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:24 2021 Memory usage per processor = 27.5235 Mbytes Step Atoms AVEKE stressZZ 5936 5000 8.7012808e-12 1650144.2 5937 -0.00812499999999557 1650113.94747112 5937 5000 8.700685e-12 1650113.9 Loop time of 0.0167489 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:24 2021 Pair time (%) = 0.000845909 (5.05053) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.192171) Outpt time (%) = 0.0157402 (93.9772) Other time (%) = 0.000130653 (0.780071) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:24 2021 Memory usage per processor = 27.5235 Mbytes Step Atoms AVEKE stressZZ 5937 5000 8.700685e-12 1650110 5938 -0.00812499999999557 1650079.73443072 5938 5000 8.7000894e-12 1650079.7 Loop time of 0.0169799 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:24 2021 Pair time (%) = 0.00103903 (6.11915) Neigh time (%) = 0 (0) Comm time (%) = 4.29153e-05 (0.252742) Outpt time (%) = 0.015764 (92.839) Other time (%) = 0.000133991 (0.789115) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:24 2021 Memory usage per processor = 27.5235 Mbytes Step Atoms AVEKE stressZZ 5938 5000 8.7000894e-12 1650075.7 5939 -0.00812499999999557 1650045.52296817 5939 5000 8.6994939e-12 1650045.5 Loop time of 0.0173221 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:24 2021 Pair time (%) = 0.000849009 (4.90131) Neigh time (%) = 0 (0) Comm time (%) = 6.19888e-05 (0.357861) Outpt time (%) = 0.0162961 (94.0774) Other time (%) = 0.000114918 (0.663418) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:24 2021 Memory usage per processor = 27.5235 Mbytes Step Atoms AVEKE stressZZ 5939 5000 8.6994939e-12 1650041.5 5940 -0.00812499999999557 1650011.31308331 5940 5000 8.6988984e-12 1650011.3 Loop time of 0.019515 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:24 2021 Pair time (%) = 0.000895977 (4.59121) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.179592) Outpt time (%) = 0.018477 (94.6806) Other time (%) = 0.00010705 (0.548551) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:24 2021 Memory usage per processor = 27.5235 Mbytes Step Atoms AVEKE stressZZ 5940 5000 8.6988984e-12 1650007.3 5941 -0.00812499999999557 1649977.10477591 5941 5000 8.698303e-12 1649977.1 Loop time of 0.016547 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:24 2021 Pair time (%) = 0.000914097 (5.52426) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.206043) Outpt time (%) = 0.0154979 (93.6602) Other time (%) = 0.000100851 (0.609484) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:24 2021 Memory usage per processor = 27.5235 Mbytes Step Atoms AVEKE stressZZ 5941 5000 8.698303e-12 1649973.1 5942 -0.00812499999999557 1649942.89804583 5942 5000 8.6977077e-12 1649942.9 Loop time of 0.0173049 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:24 2021 Pair time (%) = 0.00112391 (6.49472) Neigh time (%) = 0 (0) Comm time (%) = 4.48227e-05 (0.259017) Outpt time (%) = 0.0160019 (92.4706) Other time (%) = 0.00013423 (0.775674) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:24 2021 Memory usage per processor = 27.5235 Mbytes Step Atoms AVEKE stressZZ 5942 5000 8.6977077e-12 1649938.9 5943 -0.00812499999999557 1649908.69289286 5943 5000 8.6971124e-12 1649908.7 Loop time of 0.017179 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:24 2021 Pair time (%) = 0.000897884 (5.22664) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.187359) Outpt time (%) = 0.016145 (93.9809) Other time (%) = 0.000103951 (0.605102) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:24 2021 Memory usage per processor = 27.5235 Mbytes Step Atoms AVEKE stressZZ 5943 5000 8.6971124e-12 1649904.7 5944 -0.00812499999999557 1649874.48931687 5944 5000 8.6965172e-12 1649874.5 Loop time of 0.017029 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:24 2021 Pair time (%) = 0.000891924 (5.23766) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.189009) Outpt time (%) = 0.0160141 (94.0399) Other time (%) = 9.08375e-05 (0.533427) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:24 2021 Memory usage per processor = 27.5235 Mbytes Step Atoms AVEKE stressZZ 5944 5000 8.6965172e-12 1649870.5 5945 -0.00812499999999557 1649840.28731771 5945 5000 8.6959221e-12 1649840.3 Loop time of 0.0173559 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:24 2021 Pair time (%) = 0.00095582 (5.50717) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.18545) Outpt time (%) = 0.0162399 (93.5697) Other time (%) = 0.000128031 (0.737678) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:24 2021 Memory usage per processor = 27.5235 Mbytes Step Atoms AVEKE stressZZ 5945 5000 8.6959221e-12 1649836.3 5946 -0.00812499999999557 1649806.08689517 5946 5000 8.695327e-12 1649806.1 Loop time of 0.017391 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:24 2021 Pair time (%) = 0.000984907 (5.66333) Neigh time (%) = 0 (0) Comm time (%) = 6.19888e-05 (0.356443) Outpt time (%) = 0.0162461 (93.4168) Other time (%) = 9.799e-05 (0.563454) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:24 2021 Memory usage per processor = 27.5235 Mbytes Step Atoms AVEKE stressZZ 5946 5000 8.695327e-12 1649802.1 5947 -0.00812499999999557 1649771.88804914 5947 5000 8.694732e-12 1649771.9 Loop time of 0.0173268 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:24 2021 Pair time (%) = 0.000940084 (5.4256) Neigh time (%) = 0 (0) Comm time (%) = 5.29289e-05 (0.305474) Outpt time (%) = 0.016228 (93.658) Other time (%) = 0.000105858 (0.610948) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:24 2021 Memory usage per processor = 27.5235 Mbytes Step Atoms AVEKE stressZZ 5947 5000 8.694732e-12 1649767.9 5948 -0.00812499999999557 1649737.69077946 5948 5000 8.694137e-12 1649737.7 Loop time of 0.016737 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:24 2021 Pair time (%) = 0.000864983 (5.16809) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190883) Outpt time (%) = 0.0157461 (94.0798) Other time (%) = 9.39369e-05 (0.561254) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:24 2021 Memory usage per processor = 27.5235 Mbytes Step Atoms AVEKE stressZZ 5948 5000 8.694137e-12 1649733.7 5949 -0.00812499999999557 1649703.49508596 5949 5000 8.693542e-12 1649703.5 Loop time of 0.017055 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:24 2021 Pair time (%) = 0.00113201 (6.6374) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.21668) Outpt time (%) = 0.015744 (92.3127) Other time (%) = 0.000142097 (0.83317) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:24 2021 Memory usage per processor = 27.5235 Mbytes Step Atoms AVEKE stressZZ 5949 5000 8.693542e-12 1649699.5 5950 -0.00812499999999557 1649669.30096851 5950 5000 8.6929472e-12 1649669.3 Loop time of 0.01912 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:24 2021 Pair time (%) = 0.000895977 (4.68608) Neigh time (%) = 0 (0) Comm time (%) = 3.98159e-05 (0.208242) Outpt time (%) = 0.0180631 (94.4722) Other time (%) = 0.000121117 (0.633456) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:24 2021 Memory usage per processor = 27.5235 Mbytes Step Atoms AVEKE stressZZ 5950 5000 8.6929472e-12 1649665.3 5951 -0.00812499999999557 1649635.10842694 5951 5000 8.6923524e-12 1649635.1 Loop time of 0.017056 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:24 2021 Pair time (%) = 0.001019 (5.97445) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192904) Outpt time (%) = 0.0159111 (93.2875) Other time (%) = 9.29832e-05 (0.545165) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:24 2021 Memory usage per processor = 27.5235 Mbytes Step Atoms AVEKE stressZZ 5951 5000 8.6923524e-12 1649631.1 5952 -0.00812499999999557 1649600.91746112 5952 5000 8.6917576e-12 1649600.9 Loop time of 0.0170181 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:24 2021 Pair time (%) = 0.000847101 (4.97765) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.193334) Outpt time (%) = 0.0160401 (94.2532) Other time (%) = 9.799e-05 (0.5758) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:24 2021 Memory usage per processor = 27.5235 Mbytes Step Atoms AVEKE stressZZ 5952 5000 8.6917576e-12 1649596.9 5953 -0.00812499999999557 1649566.72807085 5953 5000 8.6911629e-12 1649566.7 Loop time of 0.0177128 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:24 2021 Pair time (%) = 0.000918865 (5.18757) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.185751) Outpt time (%) = 0.016602 (93.7289) Other time (%) = 0.000159025 (0.897797) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:24 2021 Memory usage per processor = 27.5235 Mbytes Step Atoms AVEKE stressZZ 5953 5000 8.6911629e-12 1649562.7 5954 -0.00812499999999557 1649532.540256 5954 5000 8.6905682e-12 1649532.5 Loop time of 0.0172162 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:24 2021 Pair time (%) = 0.000860929 (5.00069) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191109) Outpt time (%) = 0.016227 (94.2543) Other time (%) = 9.53674e-05 (0.55394) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:24 2021 Memory usage per processor = 27.5235 Mbytes Step Atoms AVEKE stressZZ 5954 5000 8.6905682e-12 1649528.5 5955 -0.00812499999999557 1649498.35401643 5955 5000 8.6899736e-12 1649498.4 Loop time of 0.0164921 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:24 2021 Pair time (%) = 0.000859976 (5.21446) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.1995) Outpt time (%) = 0.015507 (94.0266) Other time (%) = 9.2268e-05 (0.559467) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:24 2021 Memory usage per processor = 27.5235 Mbytes Step Atoms AVEKE stressZZ 5955 5000 8.6899736e-12 1649494.4 5956 -0.00812499999999557 1649464.16935199 5956 5000 8.6893791e-12 1649464.2 Loop time of 0.016834 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:24 2021 Pair time (%) = 0.000979185 (5.8167) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.21386) Outpt time (%) = 0.0157089 (93.3165) Other time (%) = 0.000109911 (0.65291) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:24 2021 Memory usage per processor = 27.5235 Mbytes Step Atoms AVEKE stressZZ 5956 5000 8.6893791e-12 1649460.2 5957 -0.00812499999999557 1649429.9862625 5957 5000 8.6887846e-12 1649430 Loop time of 0.0168931 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:24 2021 Pair time (%) = 0.000846863 (5.01305) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.19053) Outpt time (%) = 0.0159218 (94.2502) Other time (%) = 9.2268e-05 (0.546186) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:24 2021 Memory usage per processor = 27.5235 Mbytes Step Atoms AVEKE stressZZ 5957 5000 8.6887846e-12 1649426 5958 -0.00812499999999557 1649395.80474784 5958 5000 8.6881902e-12 1649395.8 Loop time of 0.0168929 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:24 2021 Pair time (%) = 0.000931978 (5.51698) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.196178) Outpt time (%) = 0.015811 (93.5953) Other time (%) = 0.000116825 (0.691563) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:24 2021 Memory usage per processor = 27.5235 Mbytes Step Atoms AVEKE stressZZ 5958 5000 8.6881902e-12 1649391.8 5959 -0.00812499999999557 1649361.62480786 5959 5000 8.6875958e-12 1649361.6 Loop time of 0.016609 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:24 2021 Pair time (%) = 0.000886917 (5.33999) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192355) Outpt time (%) = 0.0155749 (93.7743) Other time (%) = 0.000115156 (0.693338) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:24 2021 Memory usage per processor = 27.5235 Mbytes Step Atoms AVEKE stressZZ 5959 5000 8.6875958e-12 1649357.6 5960 -0.00812499999999557 1649327.44644241 5960 5000 8.6870015e-12 1649327.4 Loop time of 0.0191429 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:24 2021 Pair time (%) = 0.00089097 (4.65432) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.168138) Outpt time (%) = 0.0180879 (94.4888) Other time (%) = 0.000131845 (0.688745) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:24 2021 Memory usage per processor = 27.5235 Mbytes Step Atoms AVEKE stressZZ 5960 5000 8.6870015e-12 1649323.5 5961 -0.00812499999999557 1649293.26965132 5961 5000 8.6864072e-12 1649293.3 Loop time of 0.0171709 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:24 2021 Pair time (%) = 0.000846863 (4.93196) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.187448) Outpt time (%) = 0.0161679 (94.1586) Other time (%) = 0.000123978 (0.722022) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:24 2021 Memory usage per processor = 27.5235 Mbytes Step Atoms AVEKE stressZZ 5961 5000 8.6864072e-12 1649289.3 5962 -0.00812499999999557 1649259.09443449 5962 5000 8.685813e-12 1649259.1 Loop time of 0.0167 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:24 2021 Pair time (%) = 0.000846863 (5.07103) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.185595) Outpt time (%) = 0.0157268 (94.1723) Other time (%) = 9.53674e-05 (0.571061) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:24 2021 Memory usage per processor = 27.5235 Mbytes Step Atoms AVEKE stressZZ 5962 5000 8.685813e-12 1649255.1 5963 -0.00812499999999557 1649224.92079168 5963 5000 8.6852189e-12 1649224.9 Loop time of 0.0164258 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:24 2021 Pair time (%) = 0.000870943 (5.30227) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.230786) Outpt time (%) = 0.0154121 (93.8283) Other time (%) = 0.000104904 (0.638653) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:24 2021 Memory usage per processor = 27.5235 Mbytes Step Atoms AVEKE stressZZ 5963 5000 8.6852189e-12 1649220.9 5964 -0.00812499999999557 1649190.7487228 5964 5000 8.6846248e-12 1649190.7 Loop time of 0.0171421 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:24 2021 Pair time (%) = 0.00086689 (5.05709) Neigh time (%) = 0 (0) Comm time (%) = 6.48499e-05 (0.378308) Outpt time (%) = 0.016114 (94.0027) Other time (%) = 9.63211e-05 (0.561899) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:24 2021 Memory usage per processor = 27.5235 Mbytes Step Atoms AVEKE stressZZ 5964 5000 8.6846248e-12 1649186.8 5965 -0.00812499999999557 1649156.57822771 5965 5000 8.6840307e-12 1649156.6 Loop time of 0.0171602 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:24 2021 Pair time (%) = 0.000844955 (4.92393) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186176) Outpt time (%) = 0.01618 (94.2883) Other time (%) = 0.000103235 (0.601598) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:24 2021 Memory usage per processor = 27.5235 Mbytes Step Atoms AVEKE stressZZ 5965 5000 8.6840307e-12 1649152.6 5966 -0.00812499999999557 1649122.40930623 5966 5000 8.6834368e-12 1649122.4 Loop time of 0.0163782 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:24 2021 Pair time (%) = 0.000888109 (5.42252) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.195065) Outpt time (%) = 0.015348 (93.7099) Other time (%) = 0.000110149 (0.672538) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:24 2021 Memory usage per processor = 27.5235 Mbytes Step Atoms AVEKE stressZZ 5966 5000 8.6834368e-12 1649118.4 5967 -0.00812499999999557 1649088.24195826 5967 5000 8.6828428e-12 1649088.2 Loop time of 0.0171258 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:24 2021 Pair time (%) = 0.00110316 (6.44151) Neigh time (%) = 0 (0) Comm time (%) = 4.29153e-05 (0.250588) Outpt time (%) = 0.0157959 (92.2346) Other time (%) = 0.000183821 (1.07335) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:24 2021 Memory usage per processor = 27.5235 Mbytes Step Atoms AVEKE stressZZ 5967 5000 8.6828428e-12 1649084.2 5968 -0.00812499999999557 1649054.07618358 5968 5000 8.682249e-12 1649054.1 Loop time of 0.0170188 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:24 2021 Pair time (%) = 0.000847101 (4.97745) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.182119) Outpt time (%) = 0.016048 (94.2955) Other time (%) = 9.27448e-05 (0.544955) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:24 2021 Memory usage per processor = 27.5235 Mbytes Step Atoms AVEKE stressZZ 5968 5000 8.682249e-12 1649050.1 5969 -0.00812499999999557 1649019.9119821 5969 5000 8.6816551e-12 1649019.9 Loop time of 0.016237 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:24 2021 Pair time (%) = 0.000926971 (5.709) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.196761) Outpt time (%) = 0.0151241 (93.1457) Other time (%) = 0.000154018 (0.948563) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:24 2021 Memory usage per processor = 27.5235 Mbytes Step Atoms AVEKE stressZZ 5969 5000 8.6816551e-12 1649015.9 5970 -0.00812499999999557 1648985.74937072 5970 5000 8.6810614e-12 1648985.7 Loop time of 0.017827 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:24 2021 Pair time (%) = 0.000844002 (4.73439) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.173862) Outpt time (%) = 0.0168619 (94.5862) Other time (%) = 9.01222e-05 (0.505537) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:24 2021 Memory usage per processor = 27.5235 Mbytes Step Atoms AVEKE stressZZ 5970 5000 8.6810614e-12 1648981.8 5971 -0.00812499999999557 1648951.58837898 5971 5000 8.6804677e-12 1648951.6 Loop time of 0.016259 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:24 2021 Pair time (%) = 0.000846148 (5.20419) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.19063) Outpt time (%) = 0.0152919 (94.0523) Other time (%) = 8.98838e-05 (0.552826) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:24 2021 Memory usage per processor = 27.5235 Mbytes Step Atoms AVEKE stressZZ 5971 5000 8.6804677e-12 1648947.6 5972 -0.00812499999999557 1648917.42898601 5972 5000 8.679874e-12 1648917.4 Loop time of 0.0164909 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:24 2021 Pair time (%) = 0.000847816 (5.14111) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.187948) Outpt time (%) = 0.0155232 (94.1317) Other time (%) = 8.89301e-05 (0.539267) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:24 2021 Memory usage per processor = 27.5235 Mbytes Step Atoms AVEKE stressZZ 5972 5000 8.679874e-12 1648913.4 5973 -0.00812499999999557 1648883.27118555 5973 5000 8.6792804e-12 1648883.3 Loop time of 0.016572 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:24 2021 Pair time (%) = 0.00089097 (5.37636) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211486) Outpt time (%) = 0.015542 (93.7849) Other time (%) = 0.000103951 (0.627266) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:24 2021 Memory usage per processor = 27.5235 Mbytes Step Atoms AVEKE stressZZ 5973 5000 8.6792804e-12 1648879.3 5974 -0.00812499999999557 1648849.1149743 5974 5000 8.6786869e-12 1648849.1 Loop time of 0.0169859 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:25 2021 Pair time (%) = 0.000908136 (5.34642) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.182472) Outpt time (%) = 0.0159509 (93.9069) Other time (%) = 9.58443e-05 (0.564258) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:25 2021 Memory usage per processor = 27.5235 Mbytes Step Atoms AVEKE stressZZ 5974 5000 8.6786869e-12 1648845.1 5975 -0.00812499999999557 1648814.96035011 5975 5000 8.6780934e-12 1648815 Loop time of 0.0171261 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:25 2021 Pair time (%) = 0.000846863 (4.94487) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186546) Outpt time (%) = 0.0161252 (94.1558) Other time (%) = 0.00012207 (0.712774) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:25 2021 Memory usage per processor = 27.5235 Mbytes Step Atoms AVEKE stressZZ 5975 5000 8.6780934e-12 1648811 5976 -0.00812499999999557 1648780.80731147 5976 5000 8.6775e-12 1648780.8 Loop time of 0.0166631 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:25 2021 Pair time (%) = 0.00089407 (5.36557) Neigh time (%) = 0 (0) Comm time (%) = 6.29425e-05 (0.377736) Outpt time (%) = 0.0155551 (93.351) Other time (%) = 0.000150919 (0.905709) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:25 2021 Memory usage per processor = 27.5235 Mbytes Step Atoms AVEKE stressZZ 5976 5000 8.6775e-12 1648776.8 5977 -0.00812499999999557 1648746.65585715 5977 5000 8.6769066e-12 1648746.7 Loop time of 0.0172992 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:25 2021 Pair time (%) = 0.00117087 (6.76838) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.201218) Outpt time (%) = 0.0159218 (92.0381) Other time (%) = 0.000171661 (0.99231) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:25 2021 Memory usage per processor = 27.5235 Mbytes Step Atoms AVEKE stressZZ 5977 5000 8.6769066e-12 1648742.7 5978 -0.00812499999999557 1648712.50598613 5978 5000 8.6763133e-12 1648712.5 Loop time of 0.0168569 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:25 2021 Pair time (%) = 0.000846863 (5.02383) Neigh time (%) = 0 (0) Comm time (%) = 5.31673e-05 (0.315404) Outpt time (%) = 0.015831 (93.914) Other time (%) = 0.000125885 (0.746786) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:25 2021 Memory usage per processor = 27.5235 Mbytes Step Atoms AVEKE stressZZ 5978 5000 8.6763133e-12 1648708.5 5979 -0.00812499999999557 1648678.3576976 5979 5000 8.67572e-12 1648678.4 Loop time of 0.0166869 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:25 2021 Pair time (%) = 0.000884056 (5.2979) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.192885) Outpt time (%) = 0.015677 (93.9477) Other time (%) = 9.36985e-05 (0.561509) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:25 2021 Memory usage per processor = 27.5235 Mbytes Step Atoms AVEKE stressZZ 5979 5000 8.67572e-12 1648674.4 5980 -0.00812499999999557 1648644.21099082 5980 5000 8.6751268e-12 1648644.2 Loop time of 0.018074 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:25 2021 Pair time (%) = 0.000876904 (4.85173) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.187315) Outpt time (%) = 0.017061 (94.3951) Other time (%) = 0.000102282 (0.565903) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:25 2021 Memory usage per processor = 27.5235 Mbytes Step Atoms AVEKE stressZZ 5980 5000 8.6751268e-12 1648640.2 5981 -0.00812499999999557 1648610.06586517 5981 5000 8.6745336e-12 1648610.1 Loop time of 0.0168869 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:25 2021 Pair time (%) = 0.000891209 (5.2775) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.200483) Outpt time (%) = 0.0158591 (93.9135) Other time (%) = 0.000102758 (0.608508) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:25 2021 Memory usage per processor = 27.5235 Mbytes Step Atoms AVEKE stressZZ 5981 5000 8.6745336e-12 1648606.1 5982 -0.00812499999999557 1648575.92232003 5982 5000 8.6739405e-12 1648575.9 Loop time of 0.0170629 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:25 2021 Pair time (%) = 0.000846863 (4.96318) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.188634) Outpt time (%) = 0.0160909 (94.3032) Other time (%) = 9.29832e-05 (0.544944) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:25 2021 Memory usage per processor = 27.5235 Mbytes Step Atoms AVEKE stressZZ 5982 5000 8.6739405e-12 1648571.9 5983 -0.00812499999999557 1648541.78034358 5983 5000 8.6733475e-12 1648541.8 Loop time of 0.0163538 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:25 2021 Pair time (%) = 0.00088191 (5.39268) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.195355) Outpt time (%) = 0.0153458 (93.8361) Other time (%) = 9.41753e-05 (0.575861) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:25 2021 Memory usage per processor = 27.5235 Mbytes Step Atoms AVEKE stressZZ 5983 5000 8.6733475e-12 1648537.8 5984 -0.00812499999999557 1648507.63994441 5984 5000 8.6727545e-12 1648507.6 Loop time of 0.0170588 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:25 2021 Pair time (%) = 0.00111604 (6.54228) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.269741) Outpt time (%) = 0.0157189 (92.1454) Other time (%) = 0.00017786 (1.04263) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:25 2021 Memory usage per processor = 27.5235 Mbytes Step Atoms AVEKE stressZZ 5984 5000 8.6727545e-12 1648503.6 5985 -0.00812499999999557 1648473.50112341 5985 5000 8.6721615e-12 1648473.5 Loop time of 0.0172229 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:25 2021 Pair time (%) = 0.000844955 (4.90601) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185498) Outpt time (%) = 0.016253 (94.3686) Other time (%) = 9.29832e-05 (0.539882) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:25 2021 Memory usage per processor = 27.5235 Mbytes Step Atoms AVEKE stressZZ 5985 5000 8.6721615e-12 1648469.5 5986 -0.00812499999999557 1648439.36388029 5986 5000 8.6715687e-12 1648439.4 Loop time of 0.0171499 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:25 2021 Pair time (%) = 0.000886202 (5.16738) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180726) Outpt time (%) = 0.0161099 (93.9359) Other time (%) = 0.000122786 (0.715954) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:25 2021 Memory usage per processor = 27.5235 Mbytes Step Atoms AVEKE stressZZ 5986 5000 8.6715687e-12 1648435.4 5987 -0.00812499999999557 1648405.22821465 5987 5000 8.6709758e-12 1648405.2 Loop time of 0.0167491 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:25 2021 Pair time (%) = 0.000926018 (5.52875) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.203556) Outpt time (%) = 0.0156441 (93.4022) Other time (%) = 0.000144958 (0.865468) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:25 2021 Memory usage per processor = 27.5235 Mbytes Step Atoms AVEKE stressZZ 5987 5000 8.6709758e-12 1648401.2 5988 -0.00812499999999557 1648371.09412615 5988 5000 8.6703831e-12 1648371.1 Loop time of 0.0170491 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:25 2021 Pair time (%) = 0.000873089 (5.12103) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192983) Outpt time (%) = 0.0160491 (94.135) Other time (%) = 9.39369e-05 (0.55098) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:25 2021 Memory usage per processor = 27.5235 Mbytes Step Atoms AVEKE stressZZ 5988 5000 8.6703831e-12 1648367.1 5989 -0.00812499999999557 1648336.9616145 5989 5000 8.6697904e-12 1648337 Loop time of 0.017015 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:25 2021 Pair time (%) = 0.000939846 (5.52364) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.200376) Outpt time (%) = 0.015933 (93.6412) Other time (%) = 0.000108004 (0.634756) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:25 2021 Memory usage per processor = 27.5235 Mbytes Step Atoms AVEKE stressZZ 5989 5000 8.6697904e-12 1648333 5990 -0.00812499999999557 1648302.83067937 5990 5000 8.6691977e-12 1648302.8 Loop time of 0.0183539 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:25 2021 Pair time (%) = 0.00105596 (5.75329) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.184459) Outpt time (%) = 0.0171621 (93.5063) Other time (%) = 0.000102043 (0.555974) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:25 2021 Memory usage per processor = 27.5235 Mbytes Step Atoms AVEKE stressZZ 5990 5000 8.6691977e-12 1648298.8 5991 -0.00812499999999557 1648268.70132047 5991 5000 8.6686051e-12 1648268.7 Loop time of 0.0169349 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:25 2021 Pair time (%) = 0.00103998 (6.14107) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.212586) Outpt time (%) = 0.0157399 (92.9438) Other time (%) = 0.000118971 (0.70252) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:25 2021 Memory usage per processor = 27.5235 Mbytes Step Atoms AVEKE stressZZ 5991 5000 8.6686051e-12 1648264.7 5992 -0.00812499999999557 1648234.5735375 5992 5000 8.6680125e-12 1648234.6 Loop time of 0.016788 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:25 2021 Pair time (%) = 0.000845909 (5.03877) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190303) Outpt time (%) = 0.0158191 (94.2284) Other time (%) = 9.10759e-05 (0.542506) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:25 2021 Memory usage per processor = 27.5235 Mbytes Step Atoms AVEKE stressZZ 5992 5000 8.6680125e-12 1648230.6 5993 -0.00812499999999557 1648200.44733018 5993 5000 8.66742e-12 1648200.4 Loop time of 0.01703 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:25 2021 Pair time (%) = 0.000848055 (4.97977) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.188999) Outpt time (%) = 0.016058 (94.2922) Other time (%) = 9.17912e-05 (0.538997) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:25 2021 Memory usage per processor = 27.5235 Mbytes Step Atoms AVEKE stressZZ 5993 5000 8.66742e-12 1648196.5 5994 -0.00812499999999557 1648166.32269826 5994 5000 8.6668276e-12 1648166.3 Loop time of 0.0164921 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:25 2021 Pair time (%) = 0.00089097 (5.4024) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.200945) Outpt time (%) = 0.015456 (93.7172) Other time (%) = 0.000112057 (0.679456) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:25 2021 Memory usage per processor = 27.5235 Mbytes Step Atoms AVEKE stressZZ 5994 5000 8.6668276e-12 1648162.3 5995 -0.00812499999999557 1648132.19964149 5995 5000 8.6662352e-12 1648132.2 Loop time of 0.0172741 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:25 2021 Pair time (%) = 0.00105 (6.07842) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197369) Outpt time (%) = 0.0160642 (92.9955) Other time (%) = 0.000125885 (0.728748) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:25 2021 Memory usage per processor = 27.5235 Mbytes Step Atoms AVEKE stressZZ 5995 5000 8.6662352e-12 1648128.2 5996 -0.00812499999999557 1648098.0781596 5996 5000 8.6656429e-12 1648098.1 Loop time of 0.017061 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:25 2021 Pair time (%) = 0.000845909 (4.95815) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187258) Outpt time (%) = 0.0160902 (94.3096) Other time (%) = 9.29832e-05 (0.545005) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:25 2021 Memory usage per processor = 27.5235 Mbytes Step Atoms AVEKE stressZZ 5996 5000 8.6656429e-12 1648094.1 5997 -0.00812499999999557 1648063.95825236 5997 5000 8.6650506e-12 1648064 Loop time of 0.0165031 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:25 2021 Pair time (%) = 0.000845909 (5.12576) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193588) Outpt time (%) = 0.015532 (94.1158) Other time (%) = 9.32217e-05 (0.564874) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:25 2021 Memory usage per processor = 27.5235 Mbytes Step Atoms AVEKE stressZZ 5997 5000 8.6650506e-12 1648060 5998 -0.00812499999999557 1648029.83991952 5998 5000 8.6644584e-12 1648029.8 Loop time of 0.0164912 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:25 2021 Pair time (%) = 0.000911951 (5.52993) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.211077) Outpt time (%) = 0.015425 (93.5347) Other time (%) = 0.000119448 (0.724313) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:25 2021 Memory usage per processor = 27.5235 Mbytes Step Atoms AVEKE stressZZ 5998 5000 8.6644584e-12 1648025.8 5999 -0.00812499999999557 1647995.72316084 5999 5000 8.6638662e-12 1647995.7 Loop time of 0.0172381 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:25 2021 Pair time (%) = 0.000880957 (5.11051) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179801) Outpt time (%) = 0.0162351 (94.1814) Other time (%) = 9.10759e-05 (0.528339) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:20:25 2021 Memory usage per processor = 27.5235 Mbytes Step Atoms AVEKE stressZZ 5999 5000 8.6638662e-12 1647991.7 6000 -0.00812499999999557 1647955.51445283 6000 5000 1.7116764e-11 1648009.5 Loop time of 0.018857 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:25 2021 Pair time (%) = 0.00084281 (4.46948) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.164366) Outpt time (%) = 0.017868 (94.7555) Other time (%) = 0.000115156 (0.610681) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:25 2021 Memory usage per processor = 27.5235 Mbytes Step Atoms AVEKE stressZZ 6000 5000 1.7116764e-11 1680671.1 6001 -0.00815749999999555 1680631.06995618 6001 5000 1.3836308e-11 1680631.1 Loop time of 0.0163429 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:25 2021 Pair time (%) = 0.000876188 (5.36128) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.195486) Outpt time (%) = 0.0152988 (93.6117) Other time (%) = 0.000135899 (0.831546) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:25 2021 Memory usage per processor = 27.5235 Mbytes Step Atoms AVEKE stressZZ 6001 5000 1.3836308e-11 1680625.7 6002 -0.00815749999999555 1680588.9970886 6002 5000 1.1932483e-11 1680589 Loop time of 0.0167561 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:25 2021 Pair time (%) = 0.00106382 (6.34889) Neigh time (%) = 0 (0) Comm time (%) = 6.69956e-05 (0.399829) Outpt time (%) = 0.0154679 (92.3122) Other time (%) = 0.000157356 (0.939101) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:25 2021 Memory usage per processor = 27.5235 Mbytes Step Atoms AVEKE stressZZ 6002 5000 1.1932483e-11 1680584.1 6003 -0.00815749999999555 1680549.54695658 6003 5000 1.0795534e-11 1680549.5 Loop time of 0.0169561 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:25 2021 Pair time (%) = 0.000919104 (5.42049) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.194041) Outpt time (%) = 0.015903 (93.7893) Other time (%) = 0.000101089 (0.596184) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:25 2021 Memory usage per processor = 27.5235 Mbytes Step Atoms AVEKE stressZZ 6003 5000 1.0795534e-11 1680544.9 6004 -0.00815749999999555 1680511.76424052 6004 5000 1.0102325e-11 1680511.8 Loop time of 0.016521 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:25 2021 Pair time (%) = 0.000847816 (5.13176) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193379) Outpt time (%) = 0.015548 (94.1106) Other time (%) = 9.32217e-05 (0.564262) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:25 2021 Memory usage per processor = 27.5235 Mbytes Step Atoms AVEKE stressZZ 6004 5000 1.0102325e-11 1680507.3 6005 -0.00815749999999555 1680475.04180551 6005 5000 9.6735013e-12 1680475 Loop time of 0.016499 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:25 2021 Pair time (%) = 0.000907898 (5.50273) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.205196) Outpt time (%) = 0.0154319 (93.532) Other time (%) = 0.000125408 (0.760094) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:25 2021 Memory usage per processor = 27.5235 Mbytes Step Atoms AVEKE stressZZ 6005 5000 9.6735013e-12 1680470.7 6006 -0.00815749999999555 1680438.99377585 6006 5000 9.4055795e-12 1680439 Loop time of 0.0170009 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:25 2021 Pair time (%) = 0.000917912 (5.39919) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18792) Outpt time (%) = 0.015954 (93.8421) Other time (%) = 9.70364e-05 (0.570771) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:25 2021 Memory usage per processor = 27.5235 Mbytes Step Atoms AVEKE stressZZ 6006 5000 9.4055795e-12 1680434.7 6007 -0.00815749999999555 1680403.37493284 6007 5000 9.2370379e-12 1680403.4 Loop time of 0.487627 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:26 2021 Pair time (%) = 0.000847816 (0.173866) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.00660064) Outpt time (%) = 0.486656 (99.8009) Other time (%) = 9.10759e-05 (0.0186774) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:26 2021 Memory usage per processor = 27.5235 Mbytes Step Atoms AVEKE stressZZ 6007 5000 9.2370379e-12 1680399.2 6008 -0.00815749999999555 1680368.02943816 6008 5000 9.1304922e-12 1680368 Loop time of 0.0168018 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:26 2021 Pair time (%) = 0.000921965 (5.48729) Neigh time (%) = 0 (0) Comm time (%) = 7.39098e-05 (0.439891) Outpt time (%) = 0.0156569 (93.1859) Other time (%) = 0.000149012 (0.886877) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:26 2021 Memory usage per processor = 27.5235 Mbytes Step Atoms AVEKE stressZZ 6008 5000 9.1304922e-12 1680363.9 6009 -0.00815749999999555 1680332.8582548 6009 5000 9.0628761e-12 1680332.9 Loop time of 0.0174022 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:26 2021 Pair time (%) = 0.000915051 (5.25825) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.194547) Outpt time (%) = 0.0163541 (93.9773) Other time (%) = 9.91821e-05 (0.569941) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:26 2021 Memory usage per processor = 27.5235 Mbytes Step Atoms AVEKE stressZZ 6009 5000 9.0628761e-12 1680328.7 6010 -0.00815749999999555 1680297.79844334 6010 5000 9.0198105e-12 1680297.8 Loop time of 0.0190718 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:26 2021 Pair time (%) = 0.000855923 (4.48789) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.178766) Outpt time (%) = 0.0180509 (94.647) Other time (%) = 0.000130892 (0.68631) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:26 2021 Memory usage per processor = 27.5236 Mbytes Step Atoms AVEKE stressZZ 6010 5000 9.0198105e-12 1680293.7 6011 -0.00815749999999555 1680262.81000477 6011 5000 8.9922703e-12 1680262.8 Loop time of 0.0174818 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:26 2021 Pair time (%) = 0.00120091 (6.86951) Neigh time (%) = 0 (0) Comm time (%) = 4.48227e-05 (0.256396) Outpt time (%) = 0.0160661 (91.9017) Other time (%) = 0.000169992 (0.972396) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:26 2021 Memory usage per processor = 27.5236 Mbytes Step Atoms AVEKE stressZZ 6011 5000 8.9922703e-12 1680258.7 6012 -0.00815749999999555 1680227.86751893 6012 5000 8.9745657e-12 1680227.9 Loop time of 0.0175471 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:26 2021 Pair time (%) = 0.00116086 (6.61567) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.26767) Outpt time (%) = 0.0162241 (92.4604) Other time (%) = 0.000115156 (0.656268) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:26 2021 Memory usage per processor = 27.5236 Mbytes Step Atoms AVEKE stressZZ 6012 5000 8.9745657e-12 1680223.7 6013 -0.00815749999999555 1680192.95483073 6013 5000 8.9630991e-12 1680193 Loop time of 0.0172992 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:26 2021 Pair time (%) = 0.00103498 (5.9828) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.202597) Outpt time (%) = 0.0161078 (93.1131) Other time (%) = 0.000121355 (0.701508) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:26 2021 Memory usage per processor = 27.5236 Mbytes Step Atoms AVEKE stressZZ 6013 5000 8.9630991e-12 1680188.8 6014 -0.00815749999999555 1680158.0616732 6014 5000 8.9555917e-12 1680158.1 Loop time of 0.0171571 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:26 2021 Pair time (%) = 0.00094986 (5.53626) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198716) Outpt time (%) = 0.016053 (93.5647) Other time (%) = 0.000120163 (0.70037) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:26 2021 Memory usage per processor = 27.5236 Mbytes Step Atoms AVEKE stressZZ 6014 5000 8.9555917e-12 1680153.9 6015 -0.00815749999999555 1680123.18152123 6015 5000 8.9505985e-12 1680123.2 Loop time of 0.017298 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:26 2021 Pair time (%) = 0.00105023 (6.07142) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.224663) Outpt time (%) = 0.0160871 (92.9996) Other time (%) = 0.000121832 (0.704313) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:26 2021 Memory usage per processor = 27.5236 Mbytes Step Atoms AVEKE stressZZ 6015 5000 8.9505985e-12 1680119.1 6016 -0.00815749999999555 1680088.3102278 6016 5000 8.9472021e-12 1680088.3 Loop time of 0.0171142 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:26 2021 Pair time (%) = 0.000994921 (5.81344) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.215932) Outpt time (%) = 0.015965 (93.2852) Other time (%) = 0.000117302 (0.685409) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:26 2021 Memory usage per processor = 27.5236 Mbytes Step Atoms AVEKE stressZZ 6016 5000 8.9472021e-12 1680084.2 6017 -0.00815749999999555 1680053.44514062 6017 5000 8.9448203e-12 1680053.4 Loop time of 0.0177381 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:26 2021 Pair time (%) = 0.000931025 (5.24873) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.18683) Outpt time (%) = 0.0166659 (93.9556) Other time (%) = 0.000108004 (0.608879) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:26 2021 Memory usage per processor = 27.5236 Mbytes Step Atoms AVEKE stressZZ 6017 5000 8.9448203e-12 1680049.3 6018 -0.00815749999999555 1680018.5845991 6018 5000 8.9430831e-12 1680018.6 Loop time of 0.0173621 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:26 2021 Pair time (%) = 0.000978947 (5.63841) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.212848) Outpt time (%) = 0.0162241 (93.4457) Other time (%) = 0.00012207 (0.703084) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:26 2021 Memory usage per processor = 27.5236 Mbytes Step Atoms AVEKE stressZZ 6018 5000 8.9430831e-12 1680014.5 6019 -0.00815749999999555 1679983.72753922 6019 5000 8.9417555e-12 1679983.7 Loop time of 0.0174031 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:26 2021 Pair time (%) = 0.000868082 (4.98808) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183577) Outpt time (%) = 0.0164042 (94.2598) Other time (%) = 9.89437e-05 (0.56854) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:26 2021 Memory usage per processor = 27.5236 Mbytes Step Atoms AVEKE stressZZ 6019 5000 8.9417555e-12 1679979.6 6020 -0.00815749999999555 1679948.87328416 6020 5000 8.9406882e-12 1679948.9 Loop time of 0.0194631 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:26 2021 Pair time (%) = 0.00113988 (5.85663) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.194772) Outpt time (%) = 0.0181098 (93.047) Other time (%) = 0.000175476 (0.901585) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:26 2021 Memory usage per processor = 27.5236 Mbytes Step Atoms AVEKE stressZZ 6020 5000 8.9406882e-12 1679944.8 6021 -0.00815749999999555 1679914.02140353 6021 5000 8.9397864e-12 1679914 Loop time of 0.0173829 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:26 2021 Pair time (%) = 0.00110221 (6.34078) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.201621) Outpt time (%) = 0.016144 (92.8733) Other time (%) = 0.000101566 (0.58429) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:26 2021 Memory usage per processor = 27.5236 Mbytes Step Atoms AVEKE stressZZ 6021 5000 8.9397864e-12 1679909.9 6022 -0.00815749999999555 1679879.17162373 6022 5000 8.9389897e-12 1679879.2 Loop time of 0.017622 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:26 2021 Pair time (%) = 0.000901222 (5.11419) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.19212) Outpt time (%) = 0.0165381 (93.8494) Other time (%) = 0.000148773 (0.844247) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:26 2021 Memory usage per processor = 27.5236 Mbytes Step Atoms AVEKE stressZZ 6022 5000 8.9389897e-12 1679875.1 6023 -0.00815749999999555 1679844.32377075 6023 5000 8.9382599e-12 1679844.3 Loop time of 0.0175111 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:26 2021 Pair time (%) = 0.00111794 (6.3842) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.212398) Outpt time (%) = 0.0161932 (92.4735) Other time (%) = 0.00016284 (0.929922) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:26 2021 Memory usage per processor = 27.5236 Mbytes Step Atoms AVEKE stressZZ 6023 5000 8.9382599e-12 1679840.2 6024 -0.00815749999999555 1679809.47773376 6024 5000 8.9375725e-12 1679809.5 Loop time of 0.0173929 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:26 2021 Pair time (%) = 0.000890017 (5.11713) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.194651) Outpt time (%) = 0.016367 (94.1015) Other time (%) = 0.000102043 (0.586695) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:26 2021 Memory usage per processor = 27.5236 Mbytes Step Atoms AVEKE stressZZ 6024 5000 8.9375725e-12 1679805.4 6025 -0.00815749999999555 1679774.63344224 6025 5000 8.9369122e-12 1679774.6 Loop time of 0.017303 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:26 2021 Pair time (%) = 0.00105286 (6.08482) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.219087) Outpt time (%) = 0.0160749 (92.9024) Other time (%) = 0.000137329 (0.793673) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:26 2021 Memory usage per processor = 27.5236 Mbytes Step Atoms AVEKE stressZZ 6025 5000 8.9369122e-12 1679770.5 6026 -0.00815749999999555 1679739.79085122 6026 5000 8.9362691e-12 1679739.8 Loop time of 0.0172689 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:26 2021 Pair time (%) = 0.00088501 (5.12488) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.196049) Outpt time (%) = 0.0162499 (94.0992) Other time (%) = 0.000100136 (0.579862) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:26 2021 Memory usage per processor = 27.5236 Mbytes Step Atoms AVEKE stressZZ 6026 5000 8.9362691e-12 1679735.7 6027 -0.00815749999999555 1679704.94993195 6027 5000 8.935637e-12 1679704.9 Loop time of 0.0171781 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:26 2021 Pair time (%) = 0.00115705 (6.7356) Neigh time (%) = 0 (0) Comm time (%) = 7.51019e-05 (0.437196) Outpt time (%) = 0.0157859 (91.8959) Other time (%) = 0.000159979 (0.931298) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:26 2021 Memory usage per processor = 27.5236 Mbytes Step Atoms AVEKE stressZZ 6027 5000 8.935637e-12 1679700.8 6028 -0.00815749999999555 1679670.11066608 6028 5000 8.9350118e-12 1679670.1 Loop time of 0.0175049 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:26 2021 Pair time (%) = 0.00104403 (5.96423) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.200215) Outpt time (%) = 0.01631 (93.1736) Other time (%) = 0.000115871 (0.661936) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:26 2021 Memory usage per processor = 27.5236 Mbytes Step Atoms AVEKE stressZZ 6028 5000 8.9350118e-12 1679666 6029 -0.00815749999999555 1679635.27304178 6029 5000 8.9343911e-12 1679635.3 Loop time of 0.0174191 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:26 2021 Pair time (%) = 0.000860929 (4.94245) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.188883) Outpt time (%) = 0.0164261 (94.2993) Other time (%) = 9.91821e-05 (0.569387) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:26 2021 Memory usage per processor = 27.5236 Mbytes Step Atoms AVEKE stressZZ 6029 5000 8.9343911e-12 1679631.2 6030 -0.00815749999999555 1679600.43705146 6030 5000 8.9337732e-12 1679600.4 Loop time of 0.0193651 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:26 2021 Pair time (%) = 0.000987053 (5.09708) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.180983) Outpt time (%) = 0.0181859 (93.9106) Other time (%) = 0.000157118 (0.811347) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:26 2021 Memory usage per processor = 27.5236 Mbytes Step Atoms AVEKE stressZZ 6030 5000 8.9337732e-12 1679596.3 6031 -0.00815749999999555 1679565.6026901 6031 5000 8.9331572e-12 1679565.6 Loop time of 0.0169718 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:26 2021 Pair time (%) = 0.000880003 (5.18508) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.193861) Outpt time (%) = 0.0159528 (93.9959) Other time (%) = 0.000106096 (0.625132) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:26 2021 Memory usage per processor = 27.5236 Mbytes Step Atoms AVEKE stressZZ 6031 5000 8.9331572e-12 1679561.5 6032 -0.00815749999999555 1679530.76996585 6032 5000 8.9325423e-12 1679530.8 Loop time of 0.0177619 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:26 2021 Pair time (%) = 0.000959158 (5.40007) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.185237) Outpt time (%) = 0.016644 (93.706) Other time (%) = 0.000125885 (0.708734) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:26 2021 Memory usage per processor = 27.5236 Mbytes Step Atoms AVEKE stressZZ 6032 5000 8.9325423e-12 1679526.7 6033 -0.00815749999999555 1679495.93889051 6033 5000 8.9319283e-12 1679495.9 Loop time of 0.0176129 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:26 2021 Pair time (%) = 0.000905991 (5.14389) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.192219) Outpt time (%) = 0.0165501 (93.9654) Other time (%) = 0.000123024 (0.698487) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:26 2021 Memory usage per processor = 27.5236 Mbytes Step Atoms AVEKE stressZZ 6033 5000 8.9319283e-12 1679491.8 6034 -0.00815749999999555 1679461.10945132 6034 5000 8.9313147e-12 1679461.1 Loop time of 0.017266 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:26 2021 Pair time (%) = 0.000967026 (5.60074) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.196081) Outpt time (%) = 0.0161641 (93.6177) Other time (%) = 0.000101089 (0.585482) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:26 2021 Memory usage per processor = 27.5236 Mbytes Step Atoms AVEKE stressZZ 6034 5000 8.9313147e-12 1679457 6035 -0.00815749999999555 1679426.28164397 6035 5000 8.9307015e-12 1679426.3 Loop time of 0.017653 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:26 2021 Pair time (%) = 0.00102901 (5.82912) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.210691) Outpt time (%) = 0.0164661 (93.2768) Other time (%) = 0.00012064 (0.683396) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:26 2021 Memory usage per processor = 27.5236 Mbytes Step Atoms AVEKE stressZZ 6035 5000 8.9307015e-12 1679422.2 6036 -0.00815749999999555 1679391.45546603 6036 5000 8.9300885e-12 1679391.5 Loop time of 0.0173531 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:26 2021 Pair time (%) = 0.000911951 (5.25528) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.201967) Outpt time (%) = 0.016309 (93.9836) Other time (%) = 9.70364e-05 (0.559189) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:26 2021 Memory usage per processor = 27.5236 Mbytes Step Atoms AVEKE stressZZ 6036 5000 8.9300885e-12 1679387.3 6037 -0.00815749999999555 1679356.63091579 6037 5000 8.9294757e-12 1679356.6 Loop time of 0.0176079 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:26 2021 Pair time (%) = 0.000910997 (5.17379) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.182796) Outpt time (%) = 0.0165641 (94.072) Other time (%) = 0.000100613 (0.571405) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:26 2021 Memory usage per processor = 27.5236 Mbytes Step Atoms AVEKE stressZZ 6037 5000 8.9294757e-12 1679352.5 6038 -0.00815749999999555 1679321.807992 6038 5000 8.9288631e-12 1679321.8 Loop time of 0.017163 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:26 2021 Pair time (%) = 0.000961065 (5.59962) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198647) Outpt time (%) = 0.0160398 (93.4558) Other time (%) = 0.000128031 (0.745968) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:26 2021 Memory usage per processor = 27.5236 Mbytes Step Atoms AVEKE stressZZ 6038 5000 8.9288631e-12 1679317.7 6039 -0.00815749999999555 1679286.98669366 6039 5000 8.9282505e-12 1679287 Loop time of 0.017175 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:26 2021 Pair time (%) = 0.000910997 (5.30422) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191568) Outpt time (%) = 0.0161281 (93.9045) Other time (%) = 0.000102997 (0.599692) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:26 2021 Memory usage per processor = 27.5236 Mbytes Step Atoms AVEKE stressZZ 6039 5000 8.9282505e-12 1679282.9 6040 -0.00815749999999555 1679252.16701989 6040 5000 8.927638e-12 1679252.2 Loop time of 0.0198691 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:27 2021 Pair time (%) = 0.00121617 (6.12093) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.185992) Outpt time (%) = 0.018429 (92.7523) Other time (%) = 0.00018692 (0.940759) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:27 2021 Memory usage per processor = 27.5236 Mbytes Step Atoms AVEKE stressZZ 6040 5000 8.927638e-12 1679248.1 6041 -0.00815749999999555 1679217.34897001 6041 5000 8.9270256e-12 1679217.3 Loop time of 0.0174589 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:27 2021 Pair time (%) = 0.000952959 (5.45829) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.19528) Outpt time (%) = 0.0163679 (93.751) Other time (%) = 0.000103951 (0.595401) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:27 2021 Memory usage per processor = 27.5236 Mbytes Step Atoms AVEKE stressZZ 6041 5000 8.9270256e-12 1679213.2 6042 -0.00815749999999555 1679182.53254343 6042 5000 8.9264133e-12 1679182.5 Loop time of 0.0174191 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:27 2021 Pair time (%) = 0.00127983 (7.34729) Neigh time (%) = 0 (0) Comm time (%) = 6.19888e-05 (0.355867) Outpt time (%) = 0.0159171 (91.3771) Other time (%) = 0.000160217 (0.919779) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:27 2021 Memory usage per processor = 27.5236 Mbytes Step Atoms AVEKE stressZZ 6042 5000 8.9264133e-12 1679178.4 6043 -0.00815749999999555 1679147.71773948 6043 5000 8.9258011e-12 1679147.7 Loop time of 0.0176108 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:27 2021 Pair time (%) = 0.00129104 (7.33094) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.204427) Outpt time (%) = 0.016134 (91.6144) Other time (%) = 0.000149727 (0.8502) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:27 2021 Memory usage per processor = 27.5236 Mbytes Step Atoms AVEKE stressZZ 6043 5000 8.9258011e-12 1679143.6 6044 -0.00815749999999555 1679112.90455537 6044 5000 8.9251888e-12 1679112.9 Loop time of 0.0171471 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:27 2021 Pair time (%) = 0.000854969 (4.9861) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186318) Outpt time (%) = 0.016165 (94.2728) Other time (%) = 9.5129e-05 (0.554783) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:27 2021 Memory usage per processor = 27.5236 Mbytes Step Atoms AVEKE stressZZ 6044 5000 8.9251888e-12 1679108.8 6045 -0.00815749999999555 1679078.09298849 6045 5000 8.9245767e-12 1679078.1 Loop time of 0.0169919 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:27 2021 Pair time (%) = 0.000891924 (5.24913) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.200648) Outpt time (%) = 0.0159631 (93.9455) Other time (%) = 0.000102758 (0.604751) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:27 2021 Memory usage per processor = 27.5236 Mbytes Step Atoms AVEKE stressZZ 6045 5000 8.9245767e-12 1679074 6046 -0.00815749999999555 1679043.28304236 6046 5000 8.9239646e-12 1679043.3 Loop time of 0.017477 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:27 2021 Pair time (%) = 0.000887156 (5.07612) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.268744) Outpt time (%) = 0.016418 (93.9403) Other time (%) = 0.000124931 (0.714831) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:27 2021 Memory usage per processor = 27.5236 Mbytes Step Atoms AVEKE stressZZ 6046 5000 8.9239646e-12 1679039.2 6047 -0.00815749999999555 1679008.47471658 6047 5000 8.9233526e-12 1679008.5 Loop time of 0.0177689 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:27 2021 Pair time (%) = 0.000959158 (5.39797) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.185165) Outpt time (%) = 0.0166779 (93.86) Other time (%) = 9.89437e-05 (0.556838) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:27 2021 Memory usage per processor = 27.5236 Mbytes Step Atoms AVEKE stressZZ 6047 5000 8.9233526e-12 1679004.4 6048 -0.00815749999999555 1678973.66801077 6048 5000 8.9227406e-12 1678973.7 Loop time of 0.0175979 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:27 2021 Pair time (%) = 0.00094986 (5.39757) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.197802) Outpt time (%) = 0.016463 (93.5511) Other time (%) = 0.000150204 (0.853531) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:27 2021 Memory usage per processor = 27.5236 Mbytes Step Atoms AVEKE stressZZ 6048 5000 8.9227406e-12 1678969.6 6049 -0.00815749999999555 1678938.86292457 6049 5000 8.9221287e-12 1678938.9 Loop time of 0.0163841 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:27 2021 Pair time (%) = 0.000846863 (5.1688) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194994) Outpt time (%) = 0.015415 (94.0847) Other time (%) = 9.03606e-05 (0.551513) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:27 2021 Memory usage per processor = 27.5236 Mbytes Step Atoms AVEKE stressZZ 6049 5000 8.9221287e-12 1678934.7 6050 -0.00815749999999555 1678904.05945764 6050 5000 8.9215169e-12 1678904.1 Loop time of 0.0178931 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:27 2021 Pair time (%) = 0.0009408 (5.2579) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.179882) Outpt time (%) = 0.0168309 (94.0639) Other time (%) = 8.91685e-05 (0.498341) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:27 2021 Memory usage per processor = 27.5236 Mbytes Step Atoms AVEKE stressZZ 6050 5000 8.9215169e-12 1678899.9 6051 -0.00815749999999555 1678869.25760961 6051 5000 8.9209051e-12 1678869.3 Loop time of 0.0164571 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:27 2021 Pair time (%) = 0.000853062 (5.18355) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.19413) Outpt time (%) = 0.0154841 (94.0877) Other time (%) = 8.79765e-05 (0.534581) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:27 2021 Memory usage per processor = 27.5236 Mbytes Step Atoms AVEKE stressZZ 6051 5000 8.9209051e-12 1678865.1 6052 -0.00815749999999555 1678834.45738016 6052 5000 8.9202933e-12 1678834.5 Loop time of 0.017956 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:27 2021 Pair time (%) = 0.000986099 (5.49175) Neigh time (%) = 0 (0) Comm time (%) = 6.31809e-05 (0.351865) Outpt time (%) = 0.0167711 (93.4009) Other time (%) = 0.00013566 (0.755514) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:27 2021 Memory usage per processor = 27.5236 Mbytes Step Atoms AVEKE stressZZ 6052 5000 8.9202933e-12 1678830.3 6053 -0.00815749999999555 1678799.65876897 6053 5000 8.9196817e-12 1678799.7 Loop time of 0.0177829 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:27 2021 Pair time (%) = 0.00101018 (5.68061) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.197085) Outpt time (%) = 0.0166011 (93.3541) Other time (%) = 0.000136614 (0.76823) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:27 2021 Memory usage per processor = 27.5236 Mbytes Step Atoms AVEKE stressZZ 6053 5000 8.9196817e-12 1678795.5 6054 -0.00815749999999555 1678764.86177569 6054 5000 8.91907e-12 1678764.9 Loop time of 0.0170679 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:27 2021 Pair time (%) = 0.000921011 (5.39616) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187182) Outpt time (%) = 0.0159891 (93.6791) Other time (%) = 0.000125885 (0.737554) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:27 2021 Memory usage per processor = 27.5236 Mbytes Step Atoms AVEKE stressZZ 6054 5000 8.91907e-12 1678760.7 6055 -0.00815749999999555 1678730.06640008 6055 5000 8.9184585e-12 1678730.1 Loop time of 0.017086 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:27 2021 Pair time (%) = 0.00102806 (6.01697) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.199542) Outpt time (%) = 0.0159101 (93.1179) Other time (%) = 0.000113726 (0.665606) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:27 2021 Memory usage per processor = 27.5236 Mbytes Step Atoms AVEKE stressZZ 6055 5000 8.9184585e-12 1678726 6056 -0.00815749999999555 1678695.27264178 6056 5000 8.917847e-12 1678695.3 Loop time of 0.0171309 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:27 2021 Pair time (%) = 0.000851154 (4.96855) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180927) Outpt time (%) = 0.016155 (94.3036) Other time (%) = 9.36985e-05 (0.546958) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:27 2021 Memory usage per processor = 27.5236 Mbytes Step Atoms AVEKE stressZZ 6056 5000 8.917847e-12 1678691.2 6057 -0.00815749999999555 1678660.48050054 6057 5000 8.9172355e-12 1678660.5 Loop time of 0.016521 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:27 2021 Pair time (%) = 0.000849962 (5.14475) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193379) Outpt time (%) = 0.0155451 (94.0933) Other time (%) = 9.39369e-05 (0.568592) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:27 2021 Memory usage per processor = 27.5236 Mbytes Step Atoms AVEKE stressZZ 6057 5000 8.9172355e-12 1678656.4 6058 -0.00815749999999555 1678625.68997605 6058 5000 8.9166241e-12 1678625.7 Loop time of 0.0165482 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:27 2021 Pair time (%) = 0.000880957 (5.32359) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.242047) Outpt time (%) = 0.0155241 (93.812) Other time (%) = 0.000102997 (0.622407) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:27 2021 Memory usage per processor = 27.5236 Mbytes Step Atoms AVEKE stressZZ 6058 5000 8.9166241e-12 1678621.6 6059 -0.00815749999999555 1678590.90106806 6059 5000 8.9160128e-12 1678590.9 Loop time of 0.0172908 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:27 2021 Pair time (%) = 0.00088501 (5.11838) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191663) Outpt time (%) = 0.0162768 (94.1357) Other time (%) = 9.58443e-05 (0.554307) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:27 2021 Memory usage per processor = 27.5236 Mbytes Step Atoms AVEKE stressZZ 6059 5000 8.9160128e-12 1678586.8 6060 -0.00815749999999555 1678556.11377624 6060 5000 8.9154015e-12 1678556.1 Loop time of 0.0188069 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:27 2021 Pair time (%) = 0.000848055 (4.50927) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.164803) Outpt time (%) = 0.017837 (94.8429) Other time (%) = 9.08375e-05 (0.483) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:27 2021 Memory usage per processor = 27.5236 Mbytes Step Atoms AVEKE stressZZ 6060 5000 8.9154015e-12 1678552 6061 -0.00815749999999555 1678521.32810037 6061 5000 8.9147903e-12 1678521.3 Loop time of 0.0164402 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:27 2021 Pair time (%) = 0.000869989 (5.29186) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.19578) Outpt time (%) = 0.015444 (93.941) Other time (%) = 9.39369e-05 (0.571387) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:27 2021 Memory usage per processor = 27.5236 Mbytes Step Atoms AVEKE stressZZ 6061 5000 8.9147903e-12 1678517.2 6062 -0.00815749999999555 1678486.54404015 6062 5000 8.9141791e-12 1678486.5 Loop time of 0.016746 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:27 2021 Pair time (%) = 0.000977039 (5.83445) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.220678) Outpt time (%) = 0.0156212 (93.2828) Other time (%) = 0.000110865 (0.662035) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:27 2021 Memory usage per processor = 27.5236 Mbytes Step Atoms AVEKE stressZZ 6062 5000 8.9141791e-12 1678482.4 6063 -0.00815749999999555 1678451.76159534 6063 5000 8.913568e-12 1678451.8 Loop time of 0.0169921 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:27 2021 Pair time (%) = 0.000847101 (4.98527) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188017) Outpt time (%) = 0.0160191 (94.2739) Other time (%) = 9.39369e-05 (0.552827) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:27 2021 Memory usage per processor = 27.5236 Mbytes Step Atoms AVEKE stressZZ 6063 5000 8.913568e-12 1678447.6 6064 -0.00815749999999555 1678416.98076568 6064 5000 8.9129569e-12 1678417 Loop time of 0.0172498 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:27 2021 Pair time (%) = 0.000849009 (4.92184) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185208) Outpt time (%) = 0.0162749 (94.3484) Other time (%) = 9.39369e-05 (0.544567) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:27 2021 Memory usage per processor = 27.5236 Mbytes Step Atoms AVEKE stressZZ 6064 5000 8.9129569e-12 1678412.9 6065 -0.00815749999999555 1678382.20155089 6065 5000 8.912346e-12 1678382.2 Loop time of 0.016351 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:27 2021 Pair time (%) = 0.000852108 (5.21136) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.208513) Outpt time (%) = 0.0153649 (93.9692) Other time (%) = 9.98974e-05 (0.610956) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:27 2021 Memory usage per processor = 27.5236 Mbytes Step Atoms AVEKE stressZZ 6065 5000 8.912346e-12 1678378.1 6066 -0.00815749999999555 1678347.42395074 6066 5000 8.911735e-12 1678347.4 Loop time of 0.017293 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:27 2021 Pair time (%) = 0.00114989 (6.64948) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.195776) Outpt time (%) = 0.0159879 (92.453) Other time (%) = 0.000121355 (0.701759) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:27 2021 Memory usage per processor = 27.5236 Mbytes Step Atoms AVEKE stressZZ 6066 5000 8.911735e-12 1678343.3 6067 -0.00815749999999555 1678312.64796501 6067 5000 8.9111241e-12 1678312.6 Loop time of 0.0170541 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:27 2021 Pair time (%) = 0.000874043 (5.12512) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187334) Outpt time (%) = 0.0160561 (94.1479) Other time (%) = 9.20296e-05 (0.539634) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:27 2021 Memory usage per processor = 27.5236 Mbytes Step Atoms AVEKE stressZZ 6067 5000 8.9111241e-12 1678308.5 6068 -0.00815749999999555 1678277.87359341 6068 5000 8.9105133e-12 1678277.9 Loop time of 0.016371 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:27 2021 Pair time (%) = 0.000888109 (5.42489) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.19515) Outpt time (%) = 0.0153582 (93.8134) Other time (%) = 9.27448e-05 (0.566519) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:27 2021 Memory usage per processor = 27.5236 Mbytes Step Atoms AVEKE stressZZ 6068 5000 8.9105133e-12 1678273.8 6069 -0.00815749999999555 1678243.10083572 6069 5000 8.9099025e-12 1678243.1 Loop time of 0.0168662 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:27 2021 Pair time (%) = 0.00112009 (6.64103) Neigh time (%) = 0 (0) Comm time (%) = 4.19617e-05 (0.248791) Outpt time (%) = 0.015537 (92.1193) Other time (%) = 0.000167131 (0.990925) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:27 2021 Memory usage per processor = 27.5236 Mbytes Step Atoms AVEKE stressZZ 6069 5000 8.9099025e-12 1678239 6070 -0.00815749999999555 1678208.32969168 6070 5000 8.9092918e-12 1678208.3 Loop time of 0.018858 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:27 2021 Pair time (%) = 0.000859976 (4.56028) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.164357) Outpt time (%) = 0.017874 (94.7823) Other time (%) = 9.29832e-05 (0.493072) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:27 2021 Memory usage per processor = 27.5236 Mbytes Step Atoms AVEKE stressZZ 6070 5000 8.9092918e-12 1678204.2 6071 -0.00815749999999555 1678173.56016111 6071 5000 8.9086812e-12 1678173.6 Loop time of 0.017092 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:27 2021 Pair time (%) = 0.000849009 (4.96729) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186918) Outpt time (%) = 0.0161161 (94.2906) Other time (%) = 9.48906e-05 (0.555176) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:27 2021 Memory usage per processor = 27.5236 Mbytes Step Atoms AVEKE stressZZ 6071 5000 8.9086812e-12 1678169.4 6072 -0.00815749999999555 1678138.7922437 6072 5000 8.9080706e-12 1678138.8 Loop time of 0.0167739 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:27 2021 Pair time (%) = 0.000880003 (5.24625) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.197569) Outpt time (%) = 0.0157449 (93.8654) Other time (%) = 0.000115871 (0.690782) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:27 2021 Memory usage per processor = 27.5236 Mbytes Step Atoms AVEKE stressZZ 6072 5000 8.9080706e-12 1678134.7 6073 -0.00815749999999555 1678104.02593929 6073 5000 8.90746e-12 1678104 Loop time of 0.0171931 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:27 2021 Pair time (%) = 0.000944138 (5.49138) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191366) Outpt time (%) = 0.016094 (93.6073) Other time (%) = 0.00012207 (0.709997) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:27 2021 Memory usage per processor = 27.5236 Mbytes Step Atoms AVEKE stressZZ 6073 5000 8.90746e-12 1678099.9 6074 -0.00815749999999555 1678069.26124761 6074 5000 8.9068496e-12 1678069.3 Loop time of 0.017174 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:27 2021 Pair time (%) = 0.000848055 (4.93801) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180473) Outpt time (%) = 0.0162001 (94.329) Other time (%) = 9.48906e-05 (0.552525) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:27 2021 Memory usage per processor = 27.5236 Mbytes Step Atoms AVEKE stressZZ 6074 5000 8.9068496e-12 1678065.1 6075 -0.00815749999999555 1678034.49816842 6075 5000 8.9062391e-12 1678034.5 Loop time of 0.0163469 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:27 2021 Pair time (%) = 0.00085187 (5.21119) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.196896) Outpt time (%) = 0.0153708 (94.0289) Other time (%) = 9.20296e-05 (0.562978) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:27 2021 Memory usage per processor = 27.5236 Mbytes Step Atoms AVEKE stressZZ 6075 5000 8.9062391e-12 1678030.4 6076 -0.00815749999999555 1677999.73670156 6076 5000 8.9056288e-12 1677999.7 Loop time of 0.0167289 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:27 2021 Pair time (%) = 0.00101399 (6.06134) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.203802) Outpt time (%) = 0.015537 (92.8755) Other time (%) = 0.000143766 (0.859391) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:27 2021 Memory usage per processor = 27.5236 Mbytes Step Atoms AVEKE stressZZ 6076 5000 8.9056288e-12 1677995.6 6077 -0.00815749999999555 1677964.97684676 6077 5000 8.9050184e-12 1677965 Loop time of 0.0169098 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:27 2021 Pair time (%) = 0.000849009 (5.0208) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188932) Outpt time (%) = 0.015939 (94.2587) Other time (%) = 8.98838e-05 (0.531547) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:27 2021 Memory usage per processor = 27.5236 Mbytes Step Atoms AVEKE stressZZ 6077 5000 8.9050184e-12 1677960.9 6078 -0.00815749999999555 1677930.2186038 6078 5000 8.9044082e-12 1677930.2 Loop time of 0.0171371 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:27 2021 Pair time (%) = 0.000889063 (5.18796) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.187818) Outpt time (%) = 0.0161221 (94.0775) Other time (%) = 9.36985e-05 (0.54676) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:27 2021 Memory usage per processor = 27.5236 Mbytes Step Atoms AVEKE stressZZ 6078 5000 8.9044082e-12 1677926.1 6079 -0.00815749999999555 1677895.46197249 6079 5000 8.903798e-12 1677895.5 Loop time of 0.016448 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:27 2021 Pair time (%) = 0.000852823 (5.18496) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.200035) Outpt time (%) = 0.015445 (93.9018) Other time (%) = 0.000117302 (0.713168) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:27 2021 Memory usage per processor = 27.5236 Mbytes Step Atoms AVEKE stressZZ 6079 5000 8.903798e-12 1677891.3 6080 -0.00815749999999555 1677860.70695259 6080 5000 8.9031879e-12 1677860.7 Loop time of 0.0187271 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:27 2021 Pair time (%) = 0.000886202 (4.7322) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.175691) Outpt time (%) = 0.0176549 (94.2748) Other time (%) = 0.000153065 (0.817345) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:27 2021 Memory usage per processor = 27.5236 Mbytes Step Atoms AVEKE stressZZ 6080 5000 8.9031879e-12 1677856.6 6081 -0.00815749999999555 1677825.95354391 6081 5000 8.9025778e-12 1677826 Loop time of 0.0169542 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:27 2021 Pair time (%) = 0.000848055 (5.00204) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188438) Outpt time (%) = 0.01598 (94.2541) Other time (%) = 9.41753e-05 (0.55547) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:27 2021 Memory usage per processor = 27.5236 Mbytes Step Atoms AVEKE stressZZ 6081 5000 8.9025778e-12 1677821.8 6082 -0.00815749999999555 1677791.20174622 6082 5000 8.9019677e-12 1677791.2 Loop time of 0.0164971 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:27 2021 Pair time (%) = 0.000888109 (5.38341) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.187878) Outpt time (%) = 0.015485 (93.8651) Other time (%) = 9.29832e-05 (0.563633) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:27 2021 Memory usage per processor = 27.5236 Mbytes Step Atoms AVEKE stressZZ 6082 5000 8.9019677e-12 1677787.1 6083 -0.00815749999999555 1677756.45155932 6083 5000 8.9013578e-12 1677756.5 Loop time of 0.016577 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:28 2021 Pair time (%) = 0.000956059 (5.76738) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.234435) Outpt time (%) = 0.015471 (93.328) Other time (%) = 0.000111103 (0.670224) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:28 2021 Memory usage per processor = 27.5236 Mbytes Step Atoms AVEKE stressZZ 6083 5000 8.9013578e-12 1677752.3 6084 -0.00815749999999555 1677721.70298296 6084 5000 8.9007479e-12 1677721.7 Loop time of 0.0172021 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:28 2021 Pair time (%) = 0.00085187 (4.95211) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185722) Outpt time (%) = 0.0162339 (94.3715) Other time (%) = 8.44002e-05 (0.490638) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:28 2021 Memory usage per processor = 27.5236 Mbytes Step Atoms AVEKE stressZZ 6084 5000 8.9007479e-12 1677717.6 6085 -0.00815749999999555 1677686.956017 6085 5000 8.900138e-12 1677687 Loop time of 0.017076 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:28 2021 Pair time (%) = 0.000899076 (5.26514) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187093) Outpt time (%) = 0.016021 (93.8217) Other time (%) = 0.000123978 (0.726034) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:28 2021 Memory usage per processor = 27.5236 Mbytes Step Atoms AVEKE stressZZ 6085 5000 8.900138e-12 1677682.8 6086 -0.00815749999999555 1677652.21066116 6086 5000 8.8995282e-12 1677652.2 Loop time of 0.0169771 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:28 2021 Pair time (%) = 0.000990152 (5.83229) Neigh time (%) = 0 (0) Comm time (%) = 7.9155e-05 (0.466246) Outpt time (%) = 0.015795 (93.0372) Other time (%) = 0.000112772 (0.664261) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:28 2021 Memory usage per processor = 27.5236 Mbytes Step Atoms AVEKE stressZZ 6086 5000 8.8995282e-12 1677648.1 6087 -0.00815749999999555 1677617.46691531 6087 5000 8.8989185e-12 1677617.5 Loop time of 0.0170341 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:28 2021 Pair time (%) = 0.000898123 (5.27251) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.193153) Outpt time (%) = 0.0160019 (93.9409) Other time (%) = 0.000101089 (0.593455) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:28 2021 Memory usage per processor = 27.5236 Mbytes Step Atoms AVEKE stressZZ 6087 5000 8.8989185e-12 1677613.4 6088 -0.00815749999999555 1677582.72477921 6088 5000 8.8983088e-12 1677582.7 Loop time of 0.0170331 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:28 2021 Pair time (%) = 0.000888109 (5.21402) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187565) Outpt time (%) = 0.0160201 (94.0525) Other time (%) = 9.29832e-05 (0.545897) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:28 2021 Memory usage per processor = 27.5236 Mbytes Step Atoms AVEKE stressZZ 6088 5000 8.8983088e-12 1677578.6 6089 -0.00815749999999555 1677547.98425266 6089 5000 8.8976991e-12 1677548 Loop time of 0.0164502 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:28 2021 Pair time (%) = 0.000853062 (5.18573) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.188414) Outpt time (%) = 0.0154722 (94.0548) Other time (%) = 9.39369e-05 (0.571039) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:28 2021 Memory usage per processor = 27.5236 Mbytes Step Atoms AVEKE stressZZ 6089 5000 8.8976991e-12 1677543.9 6090 -0.00815749999999555 1677513.24533545 6090 5000 8.8970896e-12 1677513.2 Loop time of 0.018249 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:28 2021 Pair time (%) = 0.000981092 (5.37613) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.202503) Outpt time (%) = 0.017117 (93.7969) Other time (%) = 0.000113964 (0.624494) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:28 2021 Memory usage per processor = 27.5236 Mbytes Step Atoms AVEKE stressZZ 6090 5000 8.8970896e-12 1677509.1 6091 -0.00815749999999555 1677478.50802741 6091 5000 8.8964801e-12 1677478.5 Loop time of 0.0173249 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:28 2021 Pair time (%) = 0.000977039 (5.6395) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.185782) Outpt time (%) = 0.0162249 (93.6504) Other time (%) = 9.08375e-05 (0.524317) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:28 2021 Memory usage per processor = 27.5236 Mbytes Step Atoms AVEKE stressZZ 6091 5000 8.8964801e-12 1677474.4 6092 -0.00815749999999555 1677443.77232832 6092 5000 8.8958706e-12 1677443.8 Loop time of 0.016922 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:28 2021 Pair time (%) = 0.00088501 (5.22994) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188796) Outpt time (%) = 0.0159111 (94.0261) Other time (%) = 9.39369e-05 (0.555117) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:28 2021 Memory usage per processor = 27.5236 Mbytes Step Atoms AVEKE stressZZ 6092 5000 8.8958706e-12 1677439.7 6093 -0.00815749999999555 1677409.038238 6093 5000 8.8952612e-12 1677409 Loop time of 0.016413 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:28 2021 Pair time (%) = 0.000849009 (5.17279) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.188841) Outpt time (%) = 0.015439 (94.066) Other time (%) = 9.39369e-05 (0.572333) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:28 2021 Memory usage per processor = 27.5236 Mbytes Step Atoms AVEKE stressZZ 6093 5000 8.8952612e-12 1677404.9 6094 -0.00815749999999555 1677374.30575624 6094 5000 8.8946519e-12 1677374.3 Loop time of 0.016103 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:28 2021 Pair time (%) = 0.000857115 (5.32269) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.205801) Outpt time (%) = 0.0151219 (93.9074) Other time (%) = 9.08375e-05 (0.564102) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:28 2021 Memory usage per processor = 27.5236 Mbytes Step Atoms AVEKE stressZZ 6094 5000 8.8946519e-12 1677370.2 6095 -0.00815749999999555 1677339.57488283 6095 5000 8.8940426e-12 1677339.6 Loop time of 0.0162082 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:28 2021 Pair time (%) = 0.000849009 (5.23815) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.197111) Outpt time (%) = 0.01524 (94.0264) Other time (%) = 8.72612e-05 (0.538378) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:28 2021 Memory usage per processor = 27.5236 Mbytes Step Atoms AVEKE stressZZ 6095 5000 8.8940426e-12 1677335.5 6096 -0.00815749999999555 1677304.84561761 6096 5000 8.8934333e-12 1677304.8 Loop time of 0.016356 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:28 2021 Pair time (%) = 0.000851154 (5.20393) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.189499) Outpt time (%) = 0.015384 (94.057) Other time (%) = 8.98838e-05 (0.549547) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:28 2021 Memory usage per processor = 27.5236 Mbytes Step Atoms AVEKE stressZZ 6096 5000 8.8934333e-12 1677300.7 6097 -0.00815749999999555 1677270.11796037 6097 5000 8.8928242e-12 1677270.1 Loop time of 0.0174229 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:28 2021 Pair time (%) = 0.000967026 (5.55031) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.177895) Outpt time (%) = 0.0162981 (93.5438) Other time (%) = 0.000126839 (0.727999) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:28 2021 Memory usage per processor = 27.5236 Mbytes Step Atoms AVEKE stressZZ 6097 5000 8.8928242e-12 1677266 6098 -0.00815749999999555 1677235.39191092 6098 5000 8.892215e-12 1677235.4 Loop time of 0.0172982 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:28 2021 Pair time (%) = 0.000931025 (5.3822) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197095) Outpt time (%) = 0.0162299 (93.8239) Other time (%) = 0.000103235 (0.596797) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:28 2021 Memory usage per processor = 27.5236 Mbytes Step Atoms AVEKE stressZZ 6098 5000 8.892215e-12 1677231.3 6099 -0.00815749999999555 1677200.66746907 6099 5000 8.891606e-12 1677200.7 Loop time of 0.0170431 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:28 2021 Pair time (%) = 0.00108981 (6.39444) Neigh time (%) = 0 (0) Comm time (%) = 4.50611e-05 (0.264395) Outpt time (%) = 0.0157301 (92.2962) Other time (%) = 0.000178099 (1.04499) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:28 2021 Memory usage per processor = 27.5236 Mbytes Step Atoms AVEKE stressZZ 6099 5000 8.891606e-12 1677196.6 6100 -0.00815749999999555 1677165.94463464 6100 5000 8.890997e-12 1677165.9 Loop time of 0.0188768 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:28 2021 Pair time (%) = 0.00113702 (6.02337) Neigh time (%) = 0 (0) Comm time (%) = 5.19753e-05 (0.275339) Outpt time (%) = 0.0175369 (92.9018) Other time (%) = 0.000150919 (0.799495) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:20:28 2021 Memory usage per processor = 27.5236 Mbytes Step Atoms AVEKE stressZZ 6100 5000 8.890997e-12 1677161.8 6101 -0.00815749999999555 1677125.03188742 6101 5000 1.7565474e-11 1677180 Loop time of 0.0170009 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:28 2021 Pair time (%) = 0.000849009 (4.9939) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18792) Outpt time (%) = 0.0159841 (94.0188) Other time (%) = 0.000135899 (0.799361) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:28 2021 Memory usage per processor = 27.5236 Mbytes Step Atoms AVEKE stressZZ 6101 5000 1.7565474e-11 1710113.8 6102 -0.00818999999999553 1710073.09952646 6102 5000 1.4197907e-11 1710073.1 Loop time of 0.016562 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:28 2021 Pair time (%) = 0.000874043 (5.2774) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.19434) Outpt time (%) = 0.015563 (93.9683) Other time (%) = 9.27448e-05 (0.559986) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:28 2021 Memory usage per processor = 27.5236 Mbytes Step Atoms AVEKE stressZZ 6102 5000 1.4197907e-11 1710067.5 6103 -0.00818999999999553 1710030.27677762 6103 5000 1.2243595e-11 1710030.3 Loop time of 0.016412 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:28 2021 Pair time (%) = 0.000882864 (5.37937) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.244055) Outpt time (%) = 0.0153739 (93.6749) Other time (%) = 0.000115156 (0.701658) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:28 2021 Memory usage per processor = 27.5236 Mbytes Step Atoms AVEKE stressZZ 6103 5000 1.2243595e-11 1710025.2 6104 -0.00818999999999553 1709990.12642919 6104 5000 1.1076525e-11 1709990.1 Loop time of 0.0169151 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:28 2021 Pair time (%) = 0.000938892 (5.55062) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188873) Outpt time (%) = 0.0158508 (93.708) Other time (%) = 9.34601e-05 (0.552525) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:28 2021 Memory usage per processor = 27.5236 Mbytes Step Atoms AVEKE stressZZ 6104 5000 1.1076525e-11 1709985.4 6105 -0.00818999999999553 1709951.67501684 6105 5000 1.0364964e-11 1709951.7 Loop time of 0.0170162 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:28 2021 Pair time (%) = 0.00085187 (5.00624) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187751) Outpt time (%) = 0.016036 (94.24) Other time (%) = 9.63211e-05 (0.566056) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:28 2021 Memory usage per processor = 27.5236 Mbytes Step Atoms AVEKE stressZZ 6105 5000 1.0364964e-11 1709947.1 6106 -0.00818999999999553 1709914.30389576 6106 5000 9.9247921e-12 1709914.3 Loop time of 0.016396 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:28 2021 Pair time (%) = 0.000871897 (5.31773) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.200669) Outpt time (%) = 0.0153849 (93.8331) Other time (%) = 0.000106335 (0.648539) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:28 2021 Memory usage per processor = 27.5236 Mbytes Step Atoms AVEKE stressZZ 6106 5000 9.9247921e-12 1709909.9 6107 -0.00818999999999553 1709877.61991121 6107 5000 9.6497822e-12 1709877.6 Loop time of 0.0172429 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:28 2021 Pair time (%) = 0.00116301 (6.74484) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.208788) Outpt time (%) = 0.015815 (91.719) Other time (%) = 0.000228882 (1.3274) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:28 2021 Memory usage per processor = 27.5236 Mbytes Step Atoms AVEKE stressZZ 6107 5000 9.6497822e-12 1709873.2 6108 -0.00818999999999553 1709841.37320921 6108 5000 9.4767823e-12 1709841.4 Loop time of 0.0171349 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:28 2021 Pair time (%) = 0.00085783 (5.00633) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193407) Outpt time (%) = 0.0161459 (94.2284) Other time (%) = 9.799e-05 (0.571874) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:28 2021 Memory usage per processor = 27.5236 Mbytes Step Atoms AVEKE stressZZ 6108 5000 9.4767823e-12 1709837 6109 -0.00818999999999553 1709805.40500479 6109 5000 9.3674182e-12 1709805.4 Loop time of 0.0166771 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:28 2021 Pair time (%) = 0.000850916 (5.10229) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.192998) Outpt time (%) = 0.0157008 (94.1457) Other time (%) = 9.32217e-05 (0.558979) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:28 2021 Memory usage per processor = 27.5236 Mbytes Step Atoms AVEKE stressZZ 6109 5000 9.3674182e-12 1709801.1 6110 -0.00818999999999553 1709769.61438832 6110 5000 9.2980132e-12 1709769.6 Loop time of 0.018321 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:28 2021 Pair time (%) = 0.000901937 (4.92296) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.191297) Outpt time (%) = 0.017282 (94.3288) Other time (%) = 0.000102043 (0.556973) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:28 2021 Memory usage per processor = 27.5238 Mbytes Step Atoms AVEKE stressZZ 6110 5000 9.2980132e-12 1709765.3 6111 -0.00818999999999553 1709733.93723048 6111 5000 9.253808e-12 1709733.9 Loop time of 0.0168419 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:28 2021 Pair time (%) = 0.000885963 (5.26048) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.195357) Outpt time (%) = 0.0158229 (93.9496) Other time (%) = 0.000100136 (0.594564) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:28 2021 Memory usage per processor = 27.5238 Mbytes Step Atoms AVEKE stressZZ 6111 5000 9.253808e-12 1709729.7 6112 -0.00818999999999553 1709698.33277636 6112 5000 9.2255387e-12 1709698.3 Loop time of 0.017132 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:28 2021 Pair time (%) = 0.000852108 (4.97377) Neigh time (%) = 0 (0) Comm time (%) = 4.50611e-05 (0.263022) Outpt time (%) = 0.0161161 (94.0702) Other time (%) = 0.000118732 (0.693043) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:28 2021 Memory usage per processor = 27.5238 Mbytes Step Atoms AVEKE stressZZ 6112 5000 9.2255387e-12 1709694.1 6113 -0.00818999999999553 1709662.77512563 6113 5000 9.2073649e-12 1709662.8 Loop time of 0.0162692 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:28 2021 Pair time (%) = 0.000850916 (5.23022) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.196372) Outpt time (%) = 0.0152941 (94.0063) Other time (%) = 9.2268e-05 (0.567133) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:28 2021 Memory usage per processor = 27.5238 Mbytes Step Atoms AVEKE stressZZ 6113 5000 9.2073649e-12 1709658.5 6114 -0.00818999999999553 1709627.24781831 6114 5000 9.1955942e-12 1709627.2 Loop time of 0.0171518 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:28 2021 Pair time (%) = 0.00104809 (6.11065) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.279399) Outpt time (%) = 0.0159039 (92.7245) Other time (%) = 0.000151873 (0.88546) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:28 2021 Memory usage per processor = 27.5238 Mbytes Step Atoms AVEKE stressZZ 6114 5000 9.1955942e-12 1709623 6115 -0.00818999999999553 1709591.7403938 6115 5000 9.1878873e-12 1709591.7 Loop time of 0.017169 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:28 2021 Pair time (%) = 0.000893831 (5.20608) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.187469) Outpt time (%) = 0.016151 (94.0704) Other time (%) = 9.20296e-05 (0.536022) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:28 2021 Memory usage per processor = 27.5238 Mbytes Step Atoms AVEKE stressZZ 6115 5000 9.1878873e-12 1709587.5 6116 -0.00818999999999553 1709556.24620425 6116 5000 9.1827611e-12 1709556.2 Loop time of 0.0165439 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:28 2021 Pair time (%) = 0.000852108 (5.1506) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193111) Outpt time (%) = 0.015568 (94.1015) Other time (%) = 9.17912e-05 (0.554835) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:28 2021 Memory usage per processor = 27.5238 Mbytes Step Atoms AVEKE stressZZ 6116 5000 9.1827611e-12 1709552 6117 -0.00818999999999553 1709520.76102481 6117 5000 9.1792739e-12 1709520.8 Loop time of 0.0166841 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:28 2021 Pair time (%) = 0.000870943 (5.22021) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.198634) Outpt time (%) = 0.0156469 (93.7838) Other time (%) = 0.000133038 (0.797393) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:28 2021 Memory usage per processor = 27.5238 Mbytes Step Atoms AVEKE stressZZ 6117 5000 9.1792739e-12 1709516.5 6118 -0.00818999999999553 1709485.28217043 6118 5000 9.1768281e-12 1709485.3 Loop time of 0.0172338 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:28 2021 Pair time (%) = 0.000928879 (5.38985) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.186763) Outpt time (%) = 0.016176 (93.8617) Other time (%) = 9.67979e-05 (0.561673) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:28 2021 Memory usage per processor = 27.5238 Mbytes Step Atoms AVEKE stressZZ 6118 5000 9.1768281e-12 1709481 6119 -0.00818999999999553 1709449.80793475 6119 5000 9.1750439e-12 1709449.8 Loop time of 0.016969 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:28 2021 Pair time (%) = 0.00085783 (5.05529) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188274) Outpt time (%) = 0.0159841 (94.1958) Other time (%) = 9.5129e-05 (0.560606) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:28 2021 Memory usage per processor = 27.5238 Mbytes Step Atoms AVEKE stressZZ 6119 5000 9.1750439e-12 1709445.6 6120 -0.00818999999999553 1709414.3372332 6120 5000 9.1736802e-12 1709414.3 Loop time of 0.0182161 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:28 2021 Pair time (%) = 0.000899076 (4.93561) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.175383) Outpt time (%) = 0.017164 (94.2241) Other time (%) = 0.000121117 (0.664887) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:28 2021 Memory usage per processor = 27.5238 Mbytes Step Atoms AVEKE stressZZ 6120 5000 9.1736802e-12 1709410.1 6121 -0.00818999999999553 1709378.86937658 6121 5000 9.1725837e-12 1709378.9 Loop time of 0.016758 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:28 2021 Pair time (%) = 0.000993967 (5.93131) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.220521) Outpt time (%) = 0.0156121 (93.1624) Other time (%) = 0.000114918 (0.68575) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:28 2021 Memory usage per processor = 27.5238 Mbytes Step Atoms AVEKE stressZZ 6121 5000 9.1725837e-12 1709374.6 6122 -0.00818999999999553 1709343.40392675 6122 5000 9.171657e-12 1709343.4 Loop time of 0.017066 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:28 2021 Pair time (%) = 0.000897884 (5.26125) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.1886) Outpt time (%) = 0.0160439 (94.0109) Other time (%) = 9.20296e-05 (0.539257) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:28 2021 Memory usage per processor = 27.5238 Mbytes Step Atoms AVEKE stressZZ 6122 5000 9.171657e-12 1709339.2 6123 -0.00818999999999553 1709307.94060527 6123 5000 9.1708383e-12 1709307.9 Loop time of 0.0169649 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:28 2021 Pair time (%) = 0.000849962 (5.01012) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.182697) Outpt time (%) = 0.0159881 (94.2422) Other time (%) = 9.58443e-05 (0.564956) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:28 2021 Memory usage per processor = 27.5238 Mbytes Step Atoms AVEKE stressZZ 6123 5000 9.1708383e-12 1709303.7 6124 -0.00818999999999553 1709272.4792351 6124 5000 9.1700881e-12 1709272.5 Loop time of 0.016468 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:28 2021 Pair time (%) = 0.000854015 (5.18589) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.205583) Outpt time (%) = 0.015434 (93.721) Other time (%) = 0.000146151 (0.88748) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:28 2021 Memory usage per processor = 27.5238 Mbytes Step Atoms AVEKE stressZZ 6124 5000 9.1700881e-12 1709268.2 6125 -0.00818999999999553 1709237.01970366 6125 5000 9.1693816e-12 1709237 Loop time of 0.0174289 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:28 2021 Pair time (%) = 0.00107002 (6.13937) Neigh time (%) = 0 (0) Comm time (%) = 4.91142e-05 (0.281798) Outpt time (%) = 0.0161679 (92.7649) Other time (%) = 0.000141859 (0.813931) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:28 2021 Memory usage per processor = 27.5238 Mbytes Step Atoms AVEKE stressZZ 6125 5000 9.1693816e-12 1709232.8 6126 -0.00818999999999553 1709201.56193938 6126 5000 9.1687029e-12 1709201.6 Loop time of 0.0172811 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:28 2021 Pair time (%) = 0.000880003 (5.0923) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184873) Outpt time (%) = 0.0162752 (94.1792) Other time (%) = 9.39369e-05 (0.543583) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:28 2021 Memory usage per processor = 27.5238 Mbytes Step Atoms AVEKE stressZZ 6126 5000 9.1687029e-12 1709197.3 6127 -0.00818999999999553 1709166.1058967 6127 5000 9.1680417e-12 1709166.1 Loop time of 0.016479 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:29 2021 Pair time (%) = 0.00085187 (5.16942) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193871) Outpt time (%) = 0.015502 (94.071) Other time (%) = 9.32217e-05 (0.565699) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:29 2021 Memory usage per processor = 27.5238 Mbytes Step Atoms AVEKE stressZZ 6127 5000 9.1680417e-12 1709161.9 6128 -0.00818999999999553 1709130.65154663 6128 5000 9.1673919e-12 1709130.7 Loop time of 0.016613 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:29 2021 Pair time (%) = 0.0009799 (5.89839) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.222445) Outpt time (%) = 0.01548 (93.1803) Other time (%) = 0.00011611 (0.698909) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:29 2021 Memory usage per processor = 27.5238 Mbytes Step Atoms AVEKE stressZZ 6128 5000 9.1673919e-12 1709126.4 6129 -0.00818999999999553 1709095.19887065 6129 5000 9.1667491e-12 1709095.2 Loop time of 0.0169311 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:29 2021 Pair time (%) = 0.00085187 (5.0314) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.190103) Outpt time (%) = 0.0159519 (94.2166) Other time (%) = 9.5129e-05 (0.561861) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:29 2021 Memory usage per processor = 27.5238 Mbytes Step Atoms AVEKE stressZZ 6129 5000 9.1667491e-12 1709091 6130 -0.00818999999999553 1709059.74785698 6130 5000 9.166111e-12 1709059.7 Loop time of 0.018657 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:29 2021 Pair time (%) = 0.000850916 (4.56085) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.171239) Outpt time (%) = 0.0176849 (94.79) Other time (%) = 8.91685e-05 (0.477937) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:29 2021 Memory usage per processor = 27.5238 Mbytes Step Atoms AVEKE stressZZ 6130 5000 9.166111e-12 1709055.5 6131 -0.00818999999999553 1709024.29849803 6131 5000 9.1654758e-12 1709024.3 Loop time of 0.0164049 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:29 2021 Pair time (%) = 0.000857115 (5.22476) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194748) Outpt time (%) = 0.015409 (93.9294) Other time (%) = 0.000106812 (0.651097) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:29 2021 Memory usage per processor = 27.5238 Mbytes Step Atoms AVEKE stressZZ 6131 5000 9.1654758e-12 1709020.1 6132 -0.00818999999999553 1708988.85078897 6132 5000 9.1648425e-12 1708988.9 Loop time of 0.017431 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:29 2021 Pair time (%) = 0.00102282 (5.86779) Neigh time (%) = 0 (0) Comm time (%) = 5.60284e-05 (0.321429) Outpt time (%) = 0.0161941 (92.9039) Other time (%) = 0.000158072 (0.90684) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:29 2021 Memory usage per processor = 27.5238 Mbytes Step Atoms AVEKE stressZZ 6132 5000 9.1648425e-12 1708984.6 6133 -0.00818999999999553 1708953.40472662 6133 5000 9.1642104e-12 1708953.4 Loop time of 0.0172391 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:29 2021 Pair time (%) = 0.000850916 (4.93597) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179791) Outpt time (%) = 0.0162649 (94.349) Other time (%) = 9.2268e-05 (0.535225) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:29 2021 Memory usage per processor = 27.5238 Mbytes Step Atoms AVEKE stressZZ 6133 5000 9.1642104e-12 1708949.2 6134 -0.00818999999999553 1708917.96030897 6134 5000 9.163579e-12 1708918 Loop time of 0.016566 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:29 2021 Pair time (%) = 0.00085187 (5.14227) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.194292) Outpt time (%) = 0.01559 (94.1079) Other time (%) = 9.20296e-05 (0.555532) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:29 2021 Memory usage per processor = 27.5238 Mbytes Step Atoms AVEKE stressZZ 6134 5000 9.163579e-12 1708913.7 6135 -0.00818999999999553 1708882.51753461 6135 5000 9.1629483e-12 1708882.5 Loop time of 0.0167649 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:29 2021 Pair time (%) = 0.000970125 (5.78665) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.22043) Outpt time (%) = 0.015641 (93.2961) Other time (%) = 0.000116825 (0.696844) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:29 2021 Memory usage per processor = 27.5238 Mbytes Step Atoms AVEKE stressZZ 6135 5000 9.1629483e-12 1708878.3 6136 -0.00818999999999553 1708847.07640264 6136 5000 9.1623178e-12 1708847.1 Loop time of 0.0173299 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:29 2021 Pair time (%) = 0.000854969 (4.93348) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184352) Outpt time (%) = 0.0163541 (94.369) Other time (%) = 8.89301e-05 (0.513159) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:29 2021 Memory usage per processor = 27.5238 Mbytes Step Atoms AVEKE stressZZ 6136 5000 9.1623178e-12 1708842.8 6137 -0.00818999999999553 1708811.63691239 6137 5000 9.1616876e-12 1708811.6 Loop time of 0.0168982 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:29 2021 Pair time (%) = 0.000850916 (5.03556) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.183419) Outpt time (%) = 0.0159268 (94.2519) Other time (%) = 8.9407e-05 (0.529093) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:29 2021 Memory usage per processor = 27.5238 Mbytes Step Atoms AVEKE stressZZ 6137 5000 9.1616876e-12 1708807.4 6138 -0.00818999999999553 1708776.19906347 6138 5000 9.1610576e-12 1708776.2 Loop time of 0.0165589 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:29 2021 Pair time (%) = 0.000869989 (5.25391) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.204455) Outpt time (%) = 0.015548 (93.8952) Other time (%) = 0.00010705 (0.64648) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:29 2021 Memory usage per processor = 27.5238 Mbytes Step Atoms AVEKE stressZZ 6138 5000 9.1610576e-12 1708772 6139 -0.00818999999999553 1708740.76285549 6139 5000 9.1604278e-12 1708740.8 Loop time of 0.016217 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:29 2021 Pair time (%) = 0.000850916 (5.24706) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.191123) Outpt time (%) = 0.015244 (94.0002) Other time (%) = 9.10759e-05 (0.561608) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:29 2021 Memory usage per processor = 27.5238 Mbytes Step Atoms AVEKE stressZZ 6139 5000 9.1604278e-12 1708736.5 6140 -0.00818999999999553 1708705.32828819 6140 5000 9.159798e-12 1708705.3 Loop time of 0.0179181 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:29 2021 Pair time (%) = 0.000852823 (4.75956) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.172978) Outpt time (%) = 0.0169461 (94.5751) Other time (%) = 8.82149e-05 (0.492322) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:29 2021 Memory usage per processor = 27.5238 Mbytes Step Atoms AVEKE stressZZ 6140 5000 9.159798e-12 1708701.1 6141 -0.00818999999999553 1708669.89536131 6141 5000 9.1591683e-12 1708669.9 Loop time of 0.0164981 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:29 2021 Pair time (%) = 0.000847101 (5.13454) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193647) Outpt time (%) = 0.0155311 (94.1386) Other time (%) = 8.79765e-05 (0.533252) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:29 2021 Memory usage per processor = 27.5238 Mbytes Step Atoms AVEKE stressZZ 6141 5000 9.1591683e-12 1708665.7 6142 -0.00818999999999553 1708634.46407467 6142 5000 9.1585387e-12 1708634.5 Loop time of 0.0170901 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:29 2021 Pair time (%) = 0.00100017 (5.85232) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.19252) Outpt time (%) = 0.0159202 (93.1544) Other time (%) = 0.000136852 (0.80077) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:29 2021 Memory usage per processor = 27.5238 Mbytes Step Atoms AVEKE stressZZ 6142 5000 9.1585387e-12 1708630.2 6143 -0.00818999999999553 1708599.03445162 6143 5000 9.1579092e-12 1708599 Loop time of 0.017467 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:29 2021 Pair time (%) = 0.000978947 (5.60454) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.199285) Outpt time (%) = 0.0163548 (93.6324) Other time (%) = 9.84669e-05 (0.56373) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:29 2021 Memory usage per processor = 27.5238 Mbytes Step Atoms AVEKE stressZZ 6143 5000 9.1579092e-12 1708594.8 6144 -0.00818999999999553 1708563.60649185 6144 5000 9.1572798e-12 1708563.6 Loop time of 0.016741 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:29 2021 Pair time (%) = 0.000974894 (5.82338) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.196534) Outpt time (%) = 0.0156281 (93.352) Other time (%) = 0.000105143 (0.628053) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:29 2021 Memory usage per processor = 27.5238 Mbytes Step Atoms AVEKE stressZZ 6144 5000 9.1572798e-12 1708559.4 6145 -0.00818999999999553 1708528.18018625 6145 5000 9.1566504e-12 1708528.2 Loop time of 0.0166821 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:29 2021 Pair time (%) = 0.00106597 (6.38988) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.215807) Outpt time (%) = 0.0154521 (92.6268) Other time (%) = 0.000128031 (0.767472) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:29 2021 Memory usage per processor = 27.5238 Mbytes Step Atoms AVEKE stressZZ 6145 5000 9.1566504e-12 1708523.9 6146 -0.00818999999999553 1708492.75554611 6146 5000 9.1560211e-12 1708492.8 Loop time of 0.0170391 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:29 2021 Pair time (%) = 0.000852823 (5.00511) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187499) Outpt time (%) = 0.016068 (94.3009) Other time (%) = 8.63075e-05 (0.506527) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:29 2021 Memory usage per processor = 27.5238 Mbytes Step Atoms AVEKE stressZZ 6146 5000 9.1560211e-12 1708488.5 6147 -0.00818999999999553 1708457.3325846 6147 5000 9.1553918e-12 1708457.3 Loop time of 0.0173659 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:29 2021 Pair time (%) = 0.000891924 (5.13606) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18397) Outpt time (%) = 0.0163481 (94.139) Other time (%) = 9.39369e-05 (0.540926) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:29 2021 Memory usage per processor = 27.5238 Mbytes Step Atoms AVEKE stressZZ 6147 5000 9.1553918e-12 1708453.1 6148 -0.00818999999999553 1708421.9112876 6148 5000 9.1547626e-12 1708421.9 Loop time of 0.0165699 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:29 2021 Pair time (%) = 0.000884056 (5.33533) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.198564) Outpt time (%) = 0.015552 (93.8575) Other time (%) = 0.000100851 (0.608642) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:29 2021 Memory usage per processor = 27.5238 Mbytes Step Atoms AVEKE stressZZ 6148 5000 9.1547626e-12 1708417.7 6149 -0.00818999999999553 1708386.49165048 6149 5000 9.1541334e-12 1708386.5 Loop time of 0.0170281 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:29 2021 Pair time (%) = 0.000895023 (5.25616) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.194621) Outpt time (%) = 0.0159991 (93.957) Other time (%) = 0.000100851 (0.592263) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:29 2021 Memory usage per processor = 27.5238 Mbytes Step Atoms AVEKE stressZZ 6149 5000 9.1541334e-12 1708382.3 6150 -0.00818999999999553 1708351.07367057 6150 5000 9.1535044e-12 1708351.1 Loop time of 0.0186939 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:29 2021 Pair time (%) = 0.000892878 (4.7763) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.165799) Outpt time (%) = 0.0176759 (94.5541) Other time (%) = 9.41753e-05 (0.503775) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:29 2021 Memory usage per processor = 27.5238 Mbytes Step Atoms AVEKE stressZZ 6150 5000 9.1535044e-12 1708346.8 6151 -0.00818999999999553 1708315.657346 6151 5000 9.1528753e-12 1708315.7 Loop time of 0.0166221 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:29 2021 Pair time (%) = 0.000895023 (5.38455) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192203) Outpt time (%) = 0.0156012 (93.8581) Other time (%) = 9.39369e-05 (0.565134) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:29 2021 Memory usage per processor = 27.5238 Mbytes Step Atoms AVEKE stressZZ 6151 5000 9.1528753e-12 1708311.4 6152 -0.00818999999999553 1708280.24267528 6152 5000 9.1522464e-12 1708280.2 Loop time of 0.0165579 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:29 2021 Pair time (%) = 0.000954151 (5.7625) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.236145) Outpt time (%) = 0.0154529 (93.326) Other time (%) = 0.000111818 (0.675316) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:29 2021 Memory usage per processor = 27.5238 Mbytes Step Atoms AVEKE stressZZ 6152 5000 9.1522464e-12 1708276 6153 -0.00818999999999553 1708244.82965725 6153 5000 9.1516174e-12 1708244.8 Loop time of 0.0174649 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:29 2021 Pair time (%) = 0.000850916 (4.87216) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.177467) Outpt time (%) = 0.0164981 (94.4644) Other time (%) = 8.4877e-05 (0.485987) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:29 2021 Memory usage per processor = 27.5238 Mbytes Step Atoms AVEKE stressZZ 6153 5000 9.1516174e-12 1708240.6 6154 -0.00818999999999553 1708209.41829098 6154 5000 9.1509886e-12 1708209.4 Loop time of 0.0166919 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:29 2021 Pair time (%) = 0.000915051 (5.482) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191398) Outpt time (%) = 0.0156519 (93.7696) Other time (%) = 9.29832e-05 (0.557055) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:29 2021 Memory usage per processor = 27.5238 Mbytes Step Atoms AVEKE stressZZ 6154 5000 9.1509886e-12 1708205.2 6155 -0.00818999999999553 1708174.00857557 6155 5000 9.1503598e-12 1708174 Loop time of 0.0164979 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:29 2021 Pair time (%) = 0.000871181 (5.28058) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.205211) Outpt time (%) = 0.0154929 (93.9087) Other time (%) = 9.98974e-05 (0.605518) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:29 2021 Memory usage per processor = 27.5238 Mbytes Step Atoms AVEKE stressZZ 6155 5000 9.1503598e-12 1708169.8 6156 -0.00818999999999553 1708138.60051028 6156 5000 9.1497311e-12 1708138.6 Loop time of 0.0171201 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:29 2021 Pair time (%) = 0.000963926 (5.63037) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.199145) Outpt time (%) = 0.0159938 (93.4213) Other time (%) = 0.000128269 (0.749231) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:29 2021 Memory usage per processor = 27.5238 Mbytes Step Atoms AVEKE stressZZ 6156 5000 9.1497311e-12 1708134.4 6157 -0.00818999999999553 1708103.19409449 6157 5000 9.1491024e-12 1708103.2 Loop time of 0.0170619 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:29 2021 Pair time (%) = 0.00089097 (5.22197) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187248) Outpt time (%) = 0.016047 (94.0514) Other time (%) = 9.20296e-05 (0.539385) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:29 2021 Memory usage per processor = 27.5238 Mbytes Step Atoms AVEKE stressZZ 6157 5000 9.1491024e-12 1708099 6158 -0.00818999999999553 1708067.7893275 6158 5000 9.1484738e-12 1708067.8 Loop time of 0.0163538 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:29 2021 Pair time (%) = 0.000852108 (5.21044) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.195355) Outpt time (%) = 0.0153768 (94.0256) Other time (%) = 9.29832e-05 (0.568571) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:29 2021 Memory usage per processor = 27.5238 Mbytes Step Atoms AVEKE stressZZ 6158 5000 9.1484738e-12 1708063.6 6159 -0.00818999999999553 1708032.38620885 6159 5000 9.1478452e-12 1708032.4 Loop time of 0.016825 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:29 2021 Pair time (%) = 0.00105286 (6.25771) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.219643) Outpt time (%) = 0.0156109 (92.7844) Other time (%) = 0.000124216 (0.738285) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:29 2021 Memory usage per processor = 27.5238 Mbytes Step Atoms AVEKE stressZZ 6159 5000 9.1478452e-12 1708028.2 6160 -0.00818999999999553 1707996.98475901 6160 5000 9.1472167e-12 1707997 Loop time of 0.018935 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:29 2021 Pair time (%) = 0.000868797 (4.58832) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.168725) Outpt time (%) = 0.017916 (94.6184) Other time (%) = 0.000118256 (0.624536) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:29 2021 Memory usage per processor = 27.5238 Mbytes Step Atoms AVEKE stressZZ 6160 5000 9.1472167e-12 1707992.8 6161 -0.00818999999999553 1707961.58499942 6161 5000 9.1465883e-12 1707961.6 Loop time of 0.017087 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:29 2021 Pair time (%) = 0.000891924 (5.2199) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181392) Outpt time (%) = 0.0160701 (94.0489) Other time (%) = 9.39369e-05 (0.549757) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:29 2021 Memory usage per processor = 27.5238 Mbytes Step Atoms AVEKE stressZZ 6161 5000 9.1465883e-12 1707957.4 6162 -0.00818999999999553 1707926.18690166 6162 5000 9.1459599e-12 1707926.2 Loop time of 0.0165861 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:29 2021 Pair time (%) = 0.000863075 (5.20362) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.199807) Outpt time (%) = 0.0155389 (93.6867) Other time (%) = 0.000150919 (0.909914) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:29 2021 Memory usage per processor = 27.5238 Mbytes Step Atoms AVEKE stressZZ 6162 5000 9.1459599e-12 1707922 6163 -0.00818999999999553 1707890.79046591 6163 5000 9.1453316e-12 1707890.8 Loop time of 0.0170541 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:29 2021 Pair time (%) = 0.000890017 (5.21879) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.194324) Outpt time (%) = 0.0160279 (93.9829) Other time (%) = 0.000102997 (0.603942) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:29 2021 Memory usage per processor = 27.5238 Mbytes Step Atoms AVEKE stressZZ 6163 5000 9.1453316e-12 1707886.6 6164 -0.00818999999999553 1707855.39568906 6164 5000 9.1447033e-12 1707855.4 Loop time of 0.0171599 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:29 2021 Pair time (%) = 0.000895977 (5.22133) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.187568) Outpt time (%) = 0.016139 (94.0506) Other time (%) = 9.27448e-05 (0.540473) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:29 2021 Memory usage per processor = 27.5238 Mbytes Step Atoms AVEKE stressZZ 6164 5000 9.1447033e-12 1707851.2 6165 -0.00818999999999553 1707820.0026186 6165 5000 9.1440751e-12 1707820 Loop time of 0.0165231 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:29 2021 Pair time (%) = 0.000901937 (5.45864) Neigh time (%) = 0 (0) Comm time (%) = 4.48227e-05 (0.271273) Outpt time (%) = 0.015435 (93.4144) Other time (%) = 0.000141382 (0.855663) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:29 2021 Memory usage per processor = 27.5238 Mbytes Step Atoms AVEKE stressZZ 6165 5000 9.1440751e-12 1707815.8 6166 -0.00818999999999553 1707784.61123461 6166 5000 9.143447e-12 1707784.6 Loop time of 0.0165939 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:29 2021 Pair time (%) = 0.00102496 (6.17672) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.228448) Outpt time (%) = 0.0154181 (92.9138) Other time (%) = 0.00011301 (0.681034) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:29 2021 Memory usage per processor = 27.5238 Mbytes Step Atoms AVEKE stressZZ 6166 5000 9.143447e-12 1707780.4 6167 -0.00818999999999553 1707749.22152745 6167 5000 9.1428189e-12 1707749.2 Loop time of 0.0171351 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:29 2021 Pair time (%) = 0.000977039 (5.70196) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.274106) Outpt time (%) = 0.0159872 (93.3004) Other time (%) = 0.000123978 (0.723529) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:29 2021 Memory usage per processor = 27.5238 Mbytes Step Atoms AVEKE stressZZ 6167 5000 9.1428189e-12 1707745 6168 -0.00818999999999553 1707713.83349119 6168 5000 9.1421909e-12 1707713.8 Loop time of 0.0175152 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:29 2021 Pair time (%) = 0.000931978 (5.32097) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182402) Outpt time (%) = 0.0164258 (93.7806) Other time (%) = 0.000125408 (0.715997) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:29 2021 Memory usage per processor = 27.5238 Mbytes Step Atoms AVEKE stressZZ 6168 5000 9.1421909e-12 1707709.6 6169 -0.00818999999999553 1707678.447122 6169 5000 9.1415629e-12 1707678.4 Loop time of 0.016345 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:29 2021 Pair time (%) = 0.000855923 (5.23659) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.208589) Outpt time (%) = 0.0153558 (93.948) Other time (%) = 9.91821e-05 (0.606803) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:29 2021 Memory usage per processor = 27.5238 Mbytes Step Atoms AVEKE stressZZ 6169 5000 9.1415629e-12 1707674.2 6170 -0.00818999999999553 1707643.06241231 6170 5000 9.140935e-12 1707643.1 Loop time of 0.0187521 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:29 2021 Pair time (%) = 0.000918865 (4.90007) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.176728) Outpt time (%) = 0.0177009 (94.3943) Other time (%) = 9.91821e-05 (0.528912) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:29 2021 Memory usage per processor = 27.5238 Mbytes Step Atoms AVEKE stressZZ 6170 5000 9.140935e-12 1707638.8 6171 -0.00818999999999553 1707607.6793646 6171 5000 9.1403071e-12 1707607.7 Loop time of 0.0170791 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:30 2021 Pair time (%) = 0.000885963 (5.18741) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187059) Outpt time (%) = 0.016068 (94.0797) Other time (%) = 9.32217e-05 (0.545823) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:30 2021 Memory usage per processor = 27.5238 Mbytes Step Atoms AVEKE stressZZ 6171 5000 9.1403071e-12 1707603.4 6172 -0.00818999999999553 1707572.29797858 6172 5000 9.1396793e-12 1707572.3 Loop time of 0.0164919 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:30 2021 Pair time (%) = 0.000854015 (5.1784) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.19372) Outpt time (%) = 0.0155129 (94.0641) Other time (%) = 9.29832e-05 (0.563812) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:30 2021 Memory usage per processor = 27.5238 Mbytes Step Atoms AVEKE stressZZ 6172 5000 9.1396793e-12 1707568.1 6173 -0.00818999999999553 1707536.91825304 6173 5000 9.1390516e-12 1707536.9 Loop time of 0.0169611 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:30 2021 Pair time (%) = 0.000993967 (5.86028) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.212258) Outpt time (%) = 0.01577 (92.9772) Other time (%) = 0.000161171 (0.950239) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:30 2021 Memory usage per processor = 27.5238 Mbytes Step Atoms AVEKE stressZZ 6173 5000 9.1390516e-12 1707532.7 6174 -0.00818999999999553 1707501.54018688 6174 5000 9.1384239e-12 1707501.5 Loop time of 0.0170851 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:30 2021 Pair time (%) = 0.000981092 (5.74239) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.18839) Outpt time (%) = 0.0159731 (93.4915) Other time (%) = 9.87053e-05 (0.577728) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:30 2021 Memory usage per processor = 27.5238 Mbytes Step Atoms AVEKE stressZZ 6174 5000 9.1384239e-12 1707497.3 6175 -0.00818999999999553 1707466.16377914 6175 5000 9.1377963e-12 1707466.2 Loop time of 0.0169668 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:30 2021 Pair time (%) = 0.000852108 (5.0222) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188297) Outpt time (%) = 0.0159891 (94.2373) Other time (%) = 9.36985e-05 (0.552246) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:30 2021 Memory usage per processor = 27.5238 Mbytes Step Atoms AVEKE stressZZ 6175 5000 9.1377963e-12 1707461.9 6176 -0.00818999999999553 1707430.78902894 6176 5000 9.1371687e-12 1707430.8 Loop time of 0.0167599 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:30 2021 Pair time (%) = 0.000851154 (5.07853) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190623) Outpt time (%) = 0.015789 (94.2074) Other time (%) = 8.7738e-05 (0.523501) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:30 2021 Memory usage per processor = 27.5238 Mbytes Step Atoms AVEKE stressZZ 6176 5000 9.1371687e-12 1707426.6 6177 -0.00818999999999553 1707395.41593543 6177 5000 9.1365412e-12 1707395.4 Loop time of 0.0172 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:30 2021 Pair time (%) = 0.00121808 (7.08187) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192676) Outpt time (%) = 0.0158069 (91.9007) Other time (%) = 0.000141859 (0.824762) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:30 2021 Memory usage per processor = 27.5238 Mbytes Step Atoms AVEKE stressZZ 6177 5000 9.1365412e-12 1707391.2 6178 -0.00818999999999553 1707360.04449793 6178 5000 9.1359138e-12 1707360 Loop time of 0.017247 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:30 2021 Pair time (%) = 0.000852823 (4.94477) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179709) Outpt time (%) = 0.016269 (94.3295) Other time (%) = 9.41753e-05 (0.54604) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:30 2021 Memory usage per processor = 27.5238 Mbytes Step Atoms AVEKE stressZZ 6178 5000 9.1359138e-12 1707355.8 6179 -0.00818999999999553 1707324.67471578 6179 5000 9.1352864e-12 1707324.7 Loop time of 0.016479 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:30 2021 Pair time (%) = 0.000850916 (5.16363) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193871) Outpt time (%) = 0.0155051 (94.0898) Other time (%) = 9.10759e-05 (0.552678) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:30 2021 Memory usage per processor = 27.5238 Mbytes Step Atoms AVEKE stressZZ 6179 5000 9.1352864e-12 1707320.4 6180 -0.00818999999999553 1707289.30658838 6180 5000 9.1346591e-12 1707289.3 Loop time of 0.018415 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:30 2021 Pair time (%) = 0.000931978 (5.06098) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.178669) Outpt time (%) = 0.0173192 (94.0496) Other time (%) = 0.000130892 (0.71079) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:30 2021 Memory usage per processor = 27.5238 Mbytes Step Atoms AVEKE stressZZ 6180 5000 9.1346591e-12 1707285.1 6181 -0.00818999999999553 1707253.94011538 6181 5000 9.1340318e-12 1707253.9 Loop time of 0.0174251 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:30 2021 Pair time (%) = 0.000917196 (5.26366) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183346) Outpt time (%) = 0.0163789 (93.9961) Other time (%) = 9.70364e-05 (0.556878) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:30 2021 Memory usage per processor = 27.5238 Mbytes Step Atoms AVEKE stressZZ 6181 5000 9.1340318e-12 1707249.7 6182 -0.00818999999999553 1707218.57529581 6182 5000 9.1334046e-12 1707218.6 Loop time of 0.0171628 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:30 2021 Pair time (%) = 0.000859022 (5.00514) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180591) Outpt time (%) = 0.0161798 (94.2725) Other time (%) = 9.29832e-05 (0.541772) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:30 2021 Memory usage per processor = 27.5238 Mbytes Step Atoms AVEKE stressZZ 6182 5000 9.1334046e-12 1707214.3 6183 -0.00818999999999553 1707183.21212897 6183 5000 9.1327775e-12 1707183.2 Loop time of 0.016293 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:30 2021 Pair time (%) = 0.000850916 (5.22257) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.190231) Outpt time (%) = 0.015317 (94.0092) Other time (%) = 9.41753e-05 (0.578009) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:30 2021 Memory usage per processor = 27.5238 Mbytes Step Atoms AVEKE stressZZ 6183 5000 9.1327775e-12 1707179 6184 -0.00818999999999553 1707147.85061436 6184 5000 9.1321504e-12 1707147.9 Loop time of 0.0163009 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:30 2021 Pair time (%) = 0.000850201 (5.21566) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.190139) Outpt time (%) = 0.0153308 (94.0486) Other time (%) = 8.89301e-05 (0.545553) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:30 2021 Memory usage per processor = 27.5238 Mbytes Step Atoms AVEKE stressZZ 6184 5000 9.1321504e-12 1707143.6 6185 -0.00818999999999553 1707112.49075145 6185 5000 9.1315233e-12 1707112.5 Loop time of 0.0162508 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:30 2021 Pair time (%) = 0.00085187 (5.242) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.190725) Outpt time (%) = 0.0152869 (94.0685) Other time (%) = 8.10623e-05 (0.498819) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:30 2021 Memory usage per processor = 27.5238 Mbytes Step Atoms AVEKE stressZZ 6185 5000 9.1315233e-12 1707108.3 6186 -0.00818999999999553 1707077.1325398 6186 5000 9.1308964e-12 1707077.1 Loop time of 0.017127 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:30 2021 Pair time (%) = 0.000889063 (5.19099) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.268668) Outpt time (%) = 0.016099 (93.9974) Other time (%) = 9.29832e-05 (0.542903) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:30 2021 Memory usage per processor = 27.5238 Mbytes Step Atoms AVEKE stressZZ 6186 5000 9.1308964e-12 1707072.9 6187 -0.00818999999999553 1707041.77597892 6187 5000 9.1302694e-12 1707041.8 Loop time of 0.017101 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:30 2021 Pair time (%) = 0.00085187 (4.98139) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186819) Outpt time (%) = 0.016124 (94.2867) Other time (%) = 9.32217e-05 (0.545122) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:30 2021 Memory usage per processor = 27.5238 Mbytes Step Atoms AVEKE stressZZ 6187 5000 9.1302694e-12 1707037.5 6188 -0.00818999999999553 1707006.42106837 6188 5000 9.1296426e-12 1707006.4 Loop time of 0.017087 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:30 2021 Pair time (%) = 0.00111389 (6.51895) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.269297) Outpt time (%) = 0.0157621 (92.2462) Other time (%) = 0.000164986 (0.965563) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:30 2021 Memory usage per processor = 27.5238 Mbytes Step Atoms AVEKE stressZZ 6188 5000 9.1296426e-12 1707002.2 6189 -0.00818999999999553 1706971.06780774 6189 5000 9.1290158e-12 1706971.1 Loop time of 0.017344 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:30 2021 Pair time (%) = 0.000859976 (4.95835) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.178704) Outpt time (%) = 0.0163591 (94.3213) Other time (%) = 9.39369e-05 (0.541611) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:30 2021 Memory usage per processor = 27.5238 Mbytes Step Atoms AVEKE stressZZ 6189 5000 9.1290158e-12 1706966.8 6190 -0.00818999999999553 1706935.71619661 6190 5000 9.128389e-12 1706935.7 Loop time of 0.0186329 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:30 2021 Pair time (%) = 0.000852108 (4.57314) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.166343) Outpt time (%) = 0.0176561 (94.7577) Other time (%) = 9.36985e-05 (0.502866) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:30 2021 Memory usage per processor = 27.5238 Mbytes Step Atoms AVEKE stressZZ 6190 5000 9.128389e-12 1706931.5 6191 -0.00818999999999553 1706900.36623459 6191 5000 9.1277624e-12 1706900.4 Loop time of 0.016403 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:30 2021 Pair time (%) = 0.000873804 (5.32711) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.200584) Outpt time (%) = 0.0153949 (93.8546) Other time (%) = 0.000101328 (0.617742) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:30 2021 Memory usage per processor = 27.5238 Mbytes Step Atoms AVEKE stressZZ 6191 5000 9.1277624e-12 1706896.1 6192 -0.00818999999999553 1706865.0179213 6192 5000 9.1271357e-12 1706865 Loop time of 0.017046 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:30 2021 Pair time (%) = 0.000879049 (5.15693) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187423) Outpt time (%) = 0.0160348 (94.0682) Other time (%) = 0.000100136 (0.587445) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:30 2021 Memory usage per processor = 27.5238 Mbytes Step Atoms AVEKE stressZZ 6192 5000 9.1271357e-12 1706860.8 6193 -0.00818999999999553 1706829.67125631 6193 5000 9.1265092e-12 1706829.7 Loop time of 0.017524 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:30 2021 Pair time (%) = 0.000873089 (4.98225) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18231) Outpt time (%) = 0.0165229 (94.2872) Other time (%) = 9.60827e-05 (0.548292) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:30 2021 Memory usage per processor = 27.5238 Mbytes Step Atoms AVEKE stressZZ 6193 5000 9.1265092e-12 1706825.4 6194 -0.00818999999999553 1706794.32623932 6194 5000 9.1258827e-12 1706794.3 Loop time of 0.0164039 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:30 2021 Pair time (%) = 0.000864029 (5.26721) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194759) Outpt time (%) = 0.0153859 (93.7939) Other time (%) = 0.00012207 (0.744154) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:30 2021 Memory usage per processor = 27.5238 Mbytes Step Atoms AVEKE stressZZ 6194 5000 9.1258827e-12 1706790.1 6195 -0.00818999999999553 1706758.98286995 6195 5000 9.1252562e-12 1706759 Loop time of 0.017082 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:30 2021 Pair time (%) = 0.00107312 (6.28219) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.216338) Outpt time (%) = 0.0158429 (92.7464) Other time (%) = 0.000128984 (0.755091) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:30 2021 Memory usage per processor = 27.5238 Mbytes Step Atoms AVEKE stressZZ 6195 5000 9.1252562e-12 1706754.8 6196 -0.00818999999999553 1706723.64114789 6196 5000 9.1246298e-12 1706723.6 Loop time of 0.017313 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:30 2021 Pair time (%) = 0.000895023 (5.16966) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179024) Outpt time (%) = 0.016295 (94.1198) Other time (%) = 9.20296e-05 (0.531563) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:30 2021 Memory usage per processor = 27.5238 Mbytes Step Atoms AVEKE stressZZ 6196 5000 9.1246298e-12 1706719.4 6197 -0.00818999999999553 1706688.30107275 6197 5000 9.1240035e-12 1706688.3 Loop time of 0.0170071 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:30 2021 Pair time (%) = 0.000852823 (5.01451) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.182244) Outpt time (%) = 0.016031 (94.2607) Other time (%) = 9.2268e-05 (0.542526) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:30 2021 Memory usage per processor = 27.5238 Mbytes Step Atoms AVEKE stressZZ 6197 5000 9.1240035e-12 1706684.1 6198 -0.00818999999999553 1706652.96264423 6198 5000 9.1233772e-12 1706653 Loop time of 0.016537 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:30 2021 Pair time (%) = 0.000858068 (5.18879) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.198959) Outpt time (%) = 0.015517 (93.8323) Other time (%) = 0.000128984 (0.779977) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:30 2021 Memory usage per processor = 27.5238 Mbytes Step Atoms AVEKE stressZZ 6198 5000 9.1233772e-12 1706648.7 6199 -0.00818999999999553 1706617.62586199 6199 5000 9.122751e-12 1706617.6 Loop time of 0.0173249 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:30 2021 Pair time (%) = 0.000930071 (5.3684) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.265599) Outpt time (%) = 0.0162292 (93.6752) Other time (%) = 0.000119686 (0.690832) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:30 2021 Memory usage per processor = 27.5238 Mbytes Step Atoms AVEKE stressZZ 6199 5000 9.122751e-12 1706613.4 6200 -0.00818999999999553 1706582.29072573 6200 5000 9.1221249e-12 1706582.3 Loop time of 0.0188761 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:30 2021 Pair time (%) = 0.000850916 (4.50791) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.169252) Outpt time (%) = 0.0179019 (94.8391) Other time (%) = 9.13143e-05 (0.483757) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:30 2021 Memory usage per processor = 27.5238 Mbytes Step Atoms AVEKE stressZZ 6200 5000 9.1221249e-12 1706578.1 6201 -0.00818999999999553 1706546.95723516 6201 5000 9.1214988e-12 1706547 Loop time of 0.016459 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:30 2021 Pair time (%) = 0.000854015 (5.18875) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194107) Outpt time (%) = 0.015481 (94.058) Other time (%) = 9.20296e-05 (0.559145) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:20:30 2021 Memory usage per processor = 27.5238 Mbytes Step Atoms AVEKE stressZZ 6201 5000 9.1214988e-12 1706542.7 6202 -0.00818999999999553 1706505.3349789 6202 5000 1.8020841e-11 1706561.3 Loop time of 0.0166862 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:30 2021 Pair time (%) = 0.00090003 (5.39386) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.204324) Outpt time (%) = 0.0156081 (93.5388) Other time (%) = 0.000144005 (0.863017) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28302 ave 28302 max 28302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28302 Ave neighs/atom = 5.6604 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:30 2021 Memory usage per processor = 27.5238 Mbytes Step Atoms AVEKE stressZZ 6202 5000 1.8020841e-11 1739768.9 6203 -0.00822249999999551 1739727.52348658 6203 5000 1.4564843e-11 1739727.5 Loop time of 0.017426 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:30 2021 Pair time (%) = 0.000910044 (5.22233) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183336) Outpt time (%) = 0.0163701 (93.9403) Other time (%) = 0.000113964 (0.653988) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28303 ave 28303 max 28303 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28303 Ave neighs/atom = 5.6606 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:30 2021 Memory usage per processor = 27.5238 Mbytes Step Atoms AVEKE stressZZ 6203 5000 1.4564843e-11 1739721.8 6204 -0.00822249999999551 1739683.95092754 6204 5000 1.2559279e-11 1739684 Loop time of 0.0169251 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:30 2021 Pair time (%) = 0.000854969 (5.05149) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.19017) Outpt time (%) = 0.015944 (94.2033) Other time (%) = 9.39369e-05 (0.555016) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28303 ave 28303 max 28303 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28303 Ave neighs/atom = 5.6606 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:30 2021 Memory usage per processor = 27.5238 Mbytes Step Atoms AVEKE stressZZ 6204 5000 1.2559279e-11 1739678.7 6205 -0.00822249999999551 1739643.10066364 6205 5000 1.1361634e-11 1739643.1 Loop time of 0.0168271 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:30 2021 Pair time (%) = 0.00085783 (5.09791) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.195528) Outpt time (%) = 0.0158041 (93.9202) Other time (%) = 0.000132322 (0.786364) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28303 ave 28303 max 28303 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28303 Ave neighs/atom = 5.6606 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:30 2021 Memory usage per processor = 27.5238 Mbytes Step Atoms AVEKE stressZZ 6205 5000 1.1361634e-11 1739638.2 6206 -0.00822249999999551 1739603.98105765 6206 5000 1.0631443e-11 1739604 Loop time of 0.0172939 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:30 2021 Pair time (%) = 0.000902891 (5.22086) Neigh time (%) = 0 (0) Comm time (%) = 4.72069e-05 (0.272968) Outpt time (%) = 0.0161419 (93.3385) Other time (%) = 0.000201941 (1.1677) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28303 ave 28303 max 28303 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28303 Ave neighs/atom = 5.6606 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:30 2021 Memory usage per processor = 27.5238 Mbytes Step Atoms AVEKE stressZZ 6206 5000 1.0631443e-11 1739599.3 6207 -0.00822249999999551 1739565.96191567 6207 5000 1.0179752e-11 1739566 Loop time of 0.017405 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:30 2021 Pair time (%) = 0.000850916 (4.88891) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.184926) Outpt time (%) = 0.016428 (94.3865) Other time (%) = 9.39369e-05 (0.539711) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28303 ave 28303 max 28303 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28303 Ave neighs/atom = 5.6606 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:30 2021 Memory usage per processor = 27.5238 Mbytes Step Atoms AVEKE stressZZ 6207 5000 1.0179752e-11 1739561.4 6208 -0.00822249999999551 1739528.6427434 6208 5000 9.8975474e-12 1739528.6 Loop time of 0.0164289 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:30 2021 Pair time (%) = 0.000854015 (5.19824) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.200267) Outpt time (%) = 0.015451 (94.0471) Other time (%) = 9.10759e-05 (0.554362) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28303 ave 28303 max 28303 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28303 Ave neighs/atom = 5.6606 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:30 2021 Memory usage per processor = 27.5238 Mbytes Step Atoms AVEKE stressZZ 6208 5000 9.8975474e-12 1739524.1 6209 -0.00822249999999551 1739491.76902253 6209 5000 9.720022e-12 1739491.8 Loop time of 0.0167999 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:30 2021 Pair time (%) = 0.000928879 (5.52906) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.201521) Outpt time (%) = 0.015734 (93.6549) Other time (%) = 0.000103235 (0.614498) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28303 ave 28303 max 28303 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28303 Ave neighs/atom = 5.6606 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:30 2021 Memory usage per processor = 27.5238 Mbytes Step Atoms AVEKE stressZZ 6209 5000 9.720022e-12 1739487.3 6210 -0.00822249999999551 1739455.17900386 6210 5000 9.6077969e-12 1739455.2 Loop time of 0.0188489 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:30 2021 Pair time (%) = 0.000937939 (4.97609) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.169496) Outpt time (%) = 0.017782 (94.3396) Other time (%) = 9.70364e-05 (0.514812) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28303 ave 28303 max 28303 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28303 Ave neighs/atom = 5.6606 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:30 2021 Memory usage per processor = 27.524 Mbytes Step Atoms AVEKE stressZZ 6210 5000 9.6077969e-12 1739450.8 6211 -0.00822249999999551 1739418.76989392 6211 5000 9.5365761e-12 1739418.8 Loop time of 0.0173731 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:30 2021 Pair time (%) = 0.000873804 (5.02964) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183894) Outpt time (%) = 0.016356 (94.1456) Other time (%) = 0.000111341 (0.640885) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28303 ave 28303 max 28303 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28303 Ave neighs/atom = 5.6606 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:30 2021 Memory usage per processor = 27.524 Mbytes Step Atoms AVEKE stressZZ 6211 5000 9.5365761e-12 1739414.4 6212 -0.00822249999999551 1739382.47636623 6212 5000 9.491214e-12 1739382.5 Loop time of 0.0166118 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:30 2021 Pair time (%) = 0.000856161 (5.15393) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192321) Outpt time (%) = 0.0156319 (94.1012) Other time (%) = 9.17912e-05 (0.552565) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28303 ave 28303 max 28303 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28303 Ave neighs/atom = 5.6606 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:30 2021 Memory usage per processor = 27.524 Mbytes Step Atoms AVEKE stressZZ 6212 5000 9.491214e-12 1739378.1 6213 -0.00822249999999551 1739346.25690503 6213 5000 9.4622045e-12 1739346.3 Loop time of 0.016726 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:30 2021 Pair time (%) = 0.0010252 (6.12937) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.215241) Outpt time (%) = 0.0155411 (92.9156) Other time (%) = 0.000123739 (0.739801) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28303 ave 28303 max 28303 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28303 Ave neighs/atom = 5.6606 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:30 2021 Memory usage per processor = 27.524 Mbytes Step Atoms AVEKE stressZZ 6213 5000 9.4622045e-12 1739341.9 6214 -0.00822249999999551 1739310.08512648 6214 5000 9.4435546e-12 1739310.1 Loop time of 0.017071 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:30 2021 Pair time (%) = 0.000895023 (5.24294) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187148) Outpt time (%) = 0.016052 (94.0308) Other time (%) = 9.20296e-05 (0.539099) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28303 ave 28303 max 28303 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28303 Ave neighs/atom = 5.6606 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:30 2021 Memory usage per processor = 27.524 Mbytes Step Atoms AVEKE stressZZ 6214 5000 9.4435546e-12 1739305.7 6215 -0.00822249999999551 1739273.9442633 6215 5000 9.431475e-12 1739273.9 Loop time of 0.0170212 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:31 2021 Pair time (%) = 0.000854969 (5.02297) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187696) Outpt time (%) = 0.0160408 (94.2403) Other time (%) = 9.34601e-05 (0.549081) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28303 ave 28303 max 28303 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28303 Ave neighs/atom = 5.6606 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:31 2021 Memory usage per processor = 27.524 Mbytes Step Atoms AVEKE stressZZ 6215 5000 9.431475e-12 1739269.6 6216 -0.00822249999999551 1739237.8236597 6216 5000 9.4235656e-12 1739237.8 Loop time of 0.0163531 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:31 2021 Pair time (%) = 0.000877857 (5.36813) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.201196) Outpt time (%) = 0.0153389 (93.7979) Other time (%) = 0.000103474 (0.632745) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28303 ave 28303 max 28303 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28303 Ave neighs/atom = 5.6606 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:31 2021 Memory usage per processor = 27.524 Mbytes Step Atoms AVEKE stressZZ 6216 5000 9.4235656e-12 1739233.5 6217 -0.00822249999999551 1739201.71654363 6217 5000 9.4183043e-12 1739201.7 Loop time of 0.0170979 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:31 2021 Pair time (%) = 0.000939131 (5.49265) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192431) Outpt time (%) = 0.016017 (93.6777) Other time (%) = 0.000108957 (0.637254) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28303 ave 28303 max 28303 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28303 Ave neighs/atom = 5.6606 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:31 2021 Memory usage per processor = 27.524 Mbytes Step Atoms AVEKE stressZZ 6217 5000 9.4183043e-12 1739197.4 6218 -0.00822249999999551 1739165.61861135 6218 5000 9.4147249e-12 1739165.6 Loop time of 0.0174141 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:31 2021 Pair time (%) = 0.000852108 (4.89321) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.177985) Outpt time (%) = 0.0164371 (94.3894) Other time (%) = 9.39369e-05 (0.53943) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28303 ave 28303 max 28303 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28303 Ave neighs/atom = 5.6606 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:31 2021 Memory usage per processor = 27.524 Mbytes Step Atoms AVEKE stressZZ 6218 5000 9.4147249e-12 1739161.3 6219 -0.00822249999999551 1739129.52712775 6219 5000 9.412214e-12 1739129.5 Loop time of 0.016305 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:31 2021 Pair time (%) = 0.000854969 (5.24361) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.190092) Outpt time (%) = 0.0153239 (93.9829) Other time (%) = 9.5129e-05 (0.583436) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28303 ave 28303 max 28303 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28303 Ave neighs/atom = 5.6606 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:31 2021 Memory usage per processor = 27.524 Mbytes Step Atoms AVEKE stressZZ 6219 5000 9.412214e-12 1739125.2 6220 -0.00822249999999551 1739093.44035454 6220 5000 9.4103822e-12 1739093.4 Loop time of 0.018986 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:31 2021 Pair time (%) = 0.00106502 (5.60948) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.194643) Outpt time (%) = 0.017736 (93.416) Other time (%) = 0.000148058 (0.779827) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28303 ave 28303 max 28303 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28303 Ave neighs/atom = 5.6606 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:31 2021 Memory usage per processor = 27.524 Mbytes Step Atoms AVEKE stressZZ 6220 5000 9.4103822e-12 1739089.1 6221 -0.00822249999999551 1739057.35718698 6221 5000 9.4089818e-12 1739057.4 Loop time of 0.0173552 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:31 2021 Pair time (%) = 0.000899076 (5.18044) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.178589) Outpt time (%) = 0.016331 (94.0983) Other time (%) = 9.41753e-05 (0.542635) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28303 ave 28303 max 28303 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28303 Ave neighs/atom = 5.6606 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:31 2021 Memory usage per processor = 27.524 Mbytes Step Atoms AVEKE stressZZ 6221 5000 9.4089818e-12 1739053 6222 -0.00822249999999551 1739021.27692293 6222 5000 9.4078555e-12 1739021.3 Loop time of 0.017127 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:31 2021 Pair time (%) = 0.000854015 (4.98636) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180968) Outpt time (%) = 0.016108 (94.0503) Other time (%) = 0.000133991 (0.782338) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28303 ave 28303 max 28303 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28303 Ave neighs/atom = 5.6606 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:31 2021 Memory usage per processor = 27.524 Mbytes Step Atoms AVEKE stressZZ 6222 5000 9.4078555e-12 1739016.9 6223 -0.00822249999999551 1738985.19911609 6223 5000 9.4069035e-12 1738985.2 Loop time of 0.0164499 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:31 2021 Pair time (%) = 0.000908852 (5.52496) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.291321) Outpt time (%) = 0.0153439 (93.2764) Other time (%) = 0.00014925 (0.907299) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28303 ave 28303 max 28303 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28303 Ave neighs/atom = 5.6606 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:31 2021 Memory usage per processor = 27.524 Mbytes Step Atoms AVEKE stressZZ 6223 5000 9.4069035e-12 1738980.8 6224 -0.00822249999999551 1738949.12348284 6224 5000 9.4060623e-12 1738949.1 Loop time of 0.017127 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:31 2021 Pair time (%) = 0.000945091 (5.51812) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.197672) Outpt time (%) = 0.016048 (93.6995) Other time (%) = 0.000100136 (0.584665) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28303 ave 28303 max 28303 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28303 Ave neighs/atom = 5.6606 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:31 2021 Memory usage per processor = 27.524 Mbytes Step Atoms AVEKE stressZZ 6224 5000 9.4060623e-12 1738944.8 6225 -0.00822249999999551 1738913.04984275 6225 5000 9.4052915e-12 1738913 Loop time of 0.0172529 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:31 2021 Pair time (%) = 0.000853062 (4.94445) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179647) Outpt time (%) = 0.0162771 (94.3439) Other time (%) = 9.17912e-05 (0.532033) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28303 ave 28303 max 28303 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28303 Ave neighs/atom = 5.6606 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:31 2021 Memory usage per processor = 27.524 Mbytes Step Atoms AVEKE stressZZ 6225 5000 9.4052915e-12 1738908.7 6226 -0.00822249999999551 1738876.97808119 6226 5000 9.4045654e-12 1738877 Loop time of 0.016489 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:31 2021 Pair time (%) = 0.000856876 (5.19665) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.1952) Outpt time (%) = 0.0154788 (93.8736) Other time (%) = 0.000121117 (0.734529) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28303 ave 28303 max 28303 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28303 Ave neighs/atom = 5.6606 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:31 2021 Memory usage per processor = 27.524 Mbytes Step Atoms AVEKE stressZZ 6226 5000 9.4045654e-12 1738872.6 6227 -0.00822249999999551 1738840.90812524 6227 5000 9.4038678e-12 1738840.9 Loop time of 0.016655 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:31 2021 Pair time (%) = 0.000966072 (5.8005) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.221885) Outpt time (%) = 0.015522 (93.1974) Other time (%) = 0.000129938 (0.780176) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28303 ave 28303 max 28303 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28303 Ave neighs/atom = 5.6606 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:31 2021 Memory usage per processor = 27.524 Mbytes Step Atoms AVEKE stressZZ 6227 5000 9.4038678e-12 1738836.5 6228 -0.00822249999999551 1738804.83992849 6228 5000 9.4031883e-12 1738804.8 Loop time of 0.0162499 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:31 2021 Pair time (%) = 0.000850201 (5.23204) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.196605) Outpt time (%) = 0.015276 (94.0065) Other time (%) = 9.17912e-05 (0.564872) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28303 ave 28303 max 28303 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28303 Ave neighs/atom = 5.6606 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:31 2021 Memory usage per processor = 27.524 Mbytes Step Atoms AVEKE stressZZ 6228 5000 9.4031883e-12 1738800.5 6229 -0.00822249999999551 1738768.77346136 6229 5000 9.4025204e-12 1738768.8 Loop time of 0.016093 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:31 2021 Pair time (%) = 0.000855923 (5.3186) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.200003) Outpt time (%) = 0.0151181 (93.9421) Other time (%) = 8.67844e-05 (0.539267) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28303 ave 28303 max 28303 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28303 Ave neighs/atom = 5.6606 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:31 2021 Memory usage per processor = 27.524 Mbytes Step Atoms AVEKE stressZZ 6229 5000 9.4025204e-12 1738764.4 6230 -0.00822249999999551 1738732.70870504 6230 5000 9.4018598e-12 1738732.7 Loop time of 0.0181549 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:31 2021 Pair time (%) = 0.00100112 (5.51433) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.175975) Outpt time (%) = 0.0170338 (93.8251) Other time (%) = 8.79765e-05 (0.484589) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28303 ave 28303 max 28303 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28303 Ave neighs/atom = 5.6606 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:31 2021 Memory usage per processor = 27.524 Mbytes Step Atoms AVEKE stressZZ 6230 5000 9.4018598e-12 1738728.3 6231 -0.00822249999999551 1738696.64564748 6231 5000 9.4012039e-12 1738696.6 Loop time of 0.0171728 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:31 2021 Pair time (%) = 0.00085187 (4.96057) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180485) Outpt time (%) = 0.0162001 (94.3355) Other time (%) = 8.98838e-05 (0.523408) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28303 ave 28303 max 28303 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28303 Ave neighs/atom = 5.6606 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:31 2021 Memory usage per processor = 27.524 Mbytes Step Atoms AVEKE stressZZ 6231 5000 9.4012039e-12 1738692.3 6232 -0.00822249999999551 1738660.58428098 6232 5000 9.400551e-12 1738660.6 Loop time of 0.0176368 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:31 2021 Pair time (%) = 0.00132704 (7.52427) Neigh time (%) = 0 (0) Comm time (%) = 5.31673e-05 (0.301457) Outpt time (%) = 0.0160379 (90.9347) Other time (%) = 0.00021863 (1.23962) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28303 ave 28303 max 28303 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28303 Ave neighs/atom = 5.6606 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:31 2021 Memory usage per processor = 27.524 Mbytes Step Atoms AVEKE stressZZ 6232 5000 9.400551e-12 1738656.2 6233 -0.00822249999999551 1738624.52460056 6233 5000 9.3999001e-12 1738624.5 Loop time of 0.0164959 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:31 2021 Pair time (%) = 0.00089097 (5.40115) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193672) Outpt time (%) = 0.0154469 (93.6406) Other time (%) = 0.000126123 (0.764572) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28303 ave 28303 max 28303 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28303 Ave neighs/atom = 5.6606 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:31 2021 Memory usage per processor = 27.524 Mbytes Step Atoms AVEKE stressZZ 6233 5000 9.3999001e-12 1738620.2 6234 -0.00822249999999551 1738588.46660307 6234 5000 9.3992504e-12 1738588.5 Loop time of 0.017221 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:31 2021 Pair time (%) = 0.000933886 (5.42295) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191056) Outpt time (%) = 0.0161221 (93.619) Other time (%) = 0.000132084 (0.766994) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28303 ave 28303 max 28303 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28303 Ave neighs/atom = 5.6606 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:31 2021 Memory usage per processor = 27.524 Mbytes Step Atoms AVEKE stressZZ 6234 5000 9.3992504e-12 1738584.1 6235 -0.00822249999999551 1738552.41028636 6235 5000 9.3986015e-12 1738552.4 Loop time of 0.017092 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:31 2021 Pair time (%) = 0.000854969 (5.00216) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181339) Outpt time (%) = 0.0161171 (94.2962) Other time (%) = 8.89301e-05 (0.520303) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28303 ave 28303 max 28303 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28303 Ave neighs/atom = 5.6606 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:31 2021 Memory usage per processor = 27.524 Mbytes Step Atoms AVEKE stressZZ 6235 5000 9.3986015e-12 1738548 6236 -0.00822249999999551 1738516.35564907 6236 5000 9.3979531e-12 1738516.4 Loop time of 0.016732 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:31 2021 Pair time (%) = 0.000910997 (5.44465) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.198065) Outpt time (%) = 0.015662 (93.6049) Other time (%) = 0.000125885 (0.752362) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28303 ave 28303 max 28303 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28303 Ave neighs/atom = 5.6606 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:31 2021 Memory usage per processor = 27.524 Mbytes Step Atoms AVEKE stressZZ 6236 5000 9.3979531e-12 1738512 6237 -0.00822249999999551 1738480.30269021 6237 5000 9.3973052e-12 1738480.3 Loop time of 0.0167701 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:31 2021 Pair time (%) = 0.000890017 (5.30716) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.201879) Outpt time (%) = 0.015698 (93.6067) Other time (%) = 0.000148296 (0.884289) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28303 ave 28303 max 28303 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28303 Ave neighs/atom = 5.6606 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:31 2021 Memory usage per processor = 27.524 Mbytes Step Atoms AVEKE stressZZ 6237 5000 9.3973052e-12 1738475.9 6238 -0.00822249999999551 1738444.25140917 6238 5000 9.3966574e-12 1738444.3 Loop time of 0.01724 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:31 2021 Pair time (%) = 0.000852108 (4.94261) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185313) Outpt time (%) = 0.0162652 (94.3452) Other time (%) = 9.08375e-05 (0.526898) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28303 ave 28303 max 28303 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28303 Ave neighs/atom = 5.6606 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:31 2021 Memory usage per processor = 27.524 Mbytes Step Atoms AVEKE stressZZ 6238 5000 9.3966574e-12 1738439.9 6239 -0.00822249999999551 1738408.20180544 6239 5000 9.3960099e-12 1738408.2 Loop time of 0.016871 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:31 2021 Pair time (%) = 0.000854015 (5.06204) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.183714) Outpt time (%) = 0.015893 (94.2031) Other time (%) = 9.29832e-05 (0.551143) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28303 ave 28303 max 28303 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28303 Ave neighs/atom = 5.6606 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:31 2021 Memory usage per processor = 27.524 Mbytes Step Atoms AVEKE stressZZ 6239 5000 9.3960099e-12 1738403.8 6240 -0.00822249999999551 1738372.15387866 6240 5000 9.3953625e-12 1738372.2 Loop time of 0.0184679 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:31 2021 Pair time (%) = 0.000860929 (4.66176) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.184611) Outpt time (%) = 0.0174119 (94.2822) Other time (%) = 0.000160933 (0.871418) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28303 ave 28303 max 28303 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28303 Ave neighs/atom = 5.6606 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:31 2021 Memory usage per processor = 27.524 Mbytes Step Atoms AVEKE stressZZ 6240 5000 9.3953625e-12 1738367.8 6241 -0.00822249999999551 1738336.10762857 6241 5000 9.3947152e-12 1738336.1 Loop time of 0.0168831 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:31 2021 Pair time (%) = 0.001127 (6.67533) Neigh time (%) = 0 (0) Comm time (%) = 4.72069e-05 (0.27961) Outpt time (%) = 0.015538 (92.0325) Other time (%) = 0.000170946 (1.01253) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28303 ave 28303 max 28303 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28303 Ave neighs/atom = 5.6606 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:31 2021 Memory usage per processor = 27.524 Mbytes Step Atoms AVEKE stressZZ 6241 5000 9.3947152e-12 1738331.7 6242 -0.00822249999999551 1738300.06305492 6242 5000 9.394068e-12 1738300.1 Loop time of 0.0168879 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:31 2021 Pair time (%) = 0.000853062 (5.05132) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.190589) Outpt time (%) = 0.015908 (94.1976) Other time (%) = 9.46522e-05 (0.560473) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28303 ave 28303 max 28303 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28303 Ave neighs/atom = 5.6606 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:31 2021 Memory usage per processor = 27.524 Mbytes Step Atoms AVEKE stressZZ 6242 5000 9.394068e-12 1738295.7 6243 -0.00822249999999551 1738264.02015752 6243 5000 9.3934209e-12 1738264 Loop time of 0.016825 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:31 2021 Pair time (%) = 0.000893116 (5.30828) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.189885) Outpt time (%) = 0.015805 (93.9378) Other time (%) = 9.48906e-05 (0.563987) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28303 ave 28303 max 28303 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28303 Ave neighs/atom = 5.6606 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:31 2021 Memory usage per processor = 27.524 Mbytes Step Atoms AVEKE stressZZ 6243 5000 9.3934209e-12 1738259.7 6244 -0.00822249999999551 1738227.97893609 6244 5000 9.3927738e-12 1738228 Loop time of 0.0165091 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:31 2021 Pair time (%) = 0.000926018 (5.60915) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.212293) Outpt time (%) = 0.015445 (93.5547) Other time (%) = 0.000102997 (0.623881) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28303 ave 28303 max 28303 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28303 Ave neighs/atom = 5.6606 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:31 2021 Memory usage per processor = 27.524 Mbytes Step Atoms AVEKE stressZZ 6244 5000 9.3927738e-12 1738223.6 6245 -0.00822249999999551 1738191.93939054 6245 5000 9.3921269e-12 1738191.9 Loop time of 0.0171461 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:31 2021 Pair time (%) = 0.000892162 (5.20329) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191891) Outpt time (%) = 0.0161278 (94.0611) Other time (%) = 9.32217e-05 (0.54369) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28303 ave 28303 max 28303 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28303 Ave neighs/atom = 5.6606 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:31 2021 Memory usage per processor = 27.524 Mbytes Step Atoms AVEKE stressZZ 6245 5000 9.3921269e-12 1738187.6 6246 -0.00822249999999551 1738155.90152067 6246 5000 9.39148e-12 1738155.9 Loop time of 0.0171471 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:31 2021 Pair time (%) = 0.000891924 (5.20161) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.187709) Outpt time (%) = 0.01613 (94.0684) Other time (%) = 9.29832e-05 (0.542269) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28303 ave 28303 max 28303 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28303 Ave neighs/atom = 5.6606 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:31 2021 Memory usage per processor = 27.524 Mbytes Step Atoms AVEKE stressZZ 6246 5000 9.39148e-12 1738151.5 6247 -0.00822249999999551 1738119.8653263 6247 5000 9.3908331e-12 1738119.9 Loop time of 0.0163159 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:31 2021 Pair time (%) = 0.000898838 (5.50896) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.19727) Outpt time (%) = 0.015291 (93.718) Other time (%) = 9.39369e-05 (0.575737) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28303 ave 28303 max 28303 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28303 Ave neighs/atom = 5.6606 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:31 2021 Memory usage per processor = 27.524 Mbytes Step Atoms AVEKE stressZZ 6247 5000 9.3908331e-12 1738115.5 6248 -0.00822249999999551 1738083.83080729 6248 5000 9.3901863e-12 1738083.8 Loop time of 0.016798 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:31 2021 Pair time (%) = 0.00109315 (6.50761) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.27393) Outpt time (%) = 0.015496 (92.2491) Other time (%) = 0.00016284 (0.969399) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28303 ave 28303 max 28303 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28303 Ave neighs/atom = 5.6606 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:31 2021 Memory usage per processor = 27.524 Mbytes Step Atoms AVEKE stressZZ 6248 5000 9.3901863e-12 1738079.5 6249 -0.00822249999999551 1738047.79796345 6249 5000 9.3895396e-12 1738047.8 Loop time of 0.0172851 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:31 2021 Pair time (%) = 0.000890017 (5.14904) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190347) Outpt time (%) = 0.0162511 (94.0178) Other time (%) = 0.000111103 (0.642767) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28303 ave 28303 max 28303 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28303 Ave neighs/atom = 5.6606 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:31 2021 Memory usage per processor = 27.524 Mbytes Step Atoms AVEKE stressZZ 6249 5000 9.3895396e-12 1738043.4 6250 -0.00822249999999551 1738011.76679461 6250 5000 9.388893e-12 1738011.8 Loop time of 0.018831 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:31 2021 Pair time (%) = 0.000853062 (4.53009) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.169657) Outpt time (%) = 0.0178368 (94.7204) Other time (%) = 0.000109196 (0.579872) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28303 ave 28303 max 28303 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28303 Ave neighs/atom = 5.6606 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:31 2021 Memory usage per processor = 27.524 Mbytes Step Atoms AVEKE stressZZ 6250 5000 9.388893e-12 1738007.4 6251 -0.00822249999999551 1737975.73730068 6251 5000 9.3882464e-12 1737975.7 Loop time of 0.016397 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:31 2021 Pair time (%) = 0.000855923 (5.22) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.200657) Outpt time (%) = 0.0153801 (93.7985) Other time (%) = 0.000128031 (0.780818) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28303 ave 28303 max 28303 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28303 Ave neighs/atom = 5.6606 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:31 2021 Memory usage per processor = 27.524 Mbytes Step Atoms AVEKE stressZZ 6251 5000 9.3882464e-12 1737971.4 6252 -0.00822249999999551 1737939.70948142 6252 5000 9.3875998e-12 1737939.7 Loop time of 0.188645 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:32 2021 Pair time (%) = 0.000967026 (0.512617) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.0185786) Outpt time (%) = 0.187498 (99.392) Other time (%) = 0.000144958 (0.076842) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28303 ave 28303 max 28303 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28303 Ave neighs/atom = 5.6606 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:32 2021 Memory usage per processor = 27.524 Mbytes Step Atoms AVEKE stressZZ 6252 5000 9.3875998e-12 1737935.3 6253 -0.00822249999999551 1737903.68333672 6253 5000 9.3869534e-12 1737903.7 Loop time of 0.299906 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:32 2021 Pair time (%) = 0.00115609 (0.385485) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.0136736) Outpt time (%) = 0.298545 (99.5462) Other time (%) = 0.000163794 (0.054615) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28303 ave 28303 max 28303 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28303 Ave neighs/atom = 5.6606 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:32 2021 Memory usage per processor = 27.524 Mbytes Step Atoms AVEKE stressZZ 6253 5000 9.3869534e-12 1737899.3 6254 -0.00822249999999551 1737867.65886643 6254 5000 9.386307e-12 1737867.7 Loop time of 0.018322 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:32 2021 Pair time (%) = 0.0011611 (6.33719) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.251145) Outpt time (%) = 0.0169878 (92.7181) Other time (%) = 0.000127077 (0.693577) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28303 ave 28303 max 28303 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28303 Ave neighs/atom = 5.6606 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:32 2021 Memory usage per processor = 27.524 Mbytes Step Atoms AVEKE stressZZ 6254 5000 9.386307e-12 1737863.3 6255 -0.00822249999999551 1737831.63607036 6255 5000 9.3856606e-12 1737831.6 Loop time of 0.016309 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:32 2021 Pair time (%) = 0.000833988 (5.11366) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.197354) Outpt time (%) = 0.0153561 (94.1569) Other time (%) = 8.67844e-05 (0.532125) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28303 ave 28303 max 28303 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28303 Ave neighs/atom = 5.6606 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:32 2021 Memory usage per processor = 27.524 Mbytes Step Atoms AVEKE stressZZ 6255 5000 9.3856606e-12 1737827.3 6256 -0.00822249999999551 1737795.61494838 6256 5000 9.3850143e-12 1737795.6 Loop time of 0.345979 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:32 2021 Pair time (%) = 0.00100303 (0.28991) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.00895847) Outpt time (%) = 0.344763 (99.6486) Other time (%) = 0.000181913 (0.0525793) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28303 ave 28303 max 28303 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28303 Ave neighs/atom = 5.6606 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:32 2021 Memory usage per processor = 27.524 Mbytes Step Atoms AVEKE stressZZ 6256 5000 9.3850143e-12 1737791.3 6257 -0.00822249999999551 1737759.59550031 6257 5000 9.3843681e-12 1737759.6 Loop time of 0.0187209 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:32 2021 Pair time (%) = 0.00118494 (6.32952) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.250888) Outpt time (%) = 0.0173688 (92.7777) Other time (%) = 0.000120163 (0.641867) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28303 ave 28303 max 28303 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28303 Ave neighs/atom = 5.6606 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:32 2021 Memory usage per processor = 27.524 Mbytes Step Atoms AVEKE stressZZ 6257 5000 9.3843681e-12 1737755.2 6258 -0.00822249999999551 1737723.57772603 6258 5000 9.3837219e-12 1737723.6 Loop time of 0.0165169 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:32 2021 Pair time (%) = 0.00106311 (6.43648) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.230957) Outpt time (%) = 0.0152829 (92.5285) Other time (%) = 0.000132799 (0.804019) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28303 ave 28303 max 28303 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28303 Ave neighs/atom = 5.6606 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:32 2021 Memory usage per processor = 27.524 Mbytes Step Atoms AVEKE stressZZ 6258 5000 9.3837219e-12 1737719.2 6259 -0.00822249999999551 1737687.56162533 6259 5000 9.3830758e-12 1737687.6 Loop time of 0.0175889 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:32 2021 Pair time (%) = 0.000874996 (4.97472) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.192482) Outpt time (%) = 0.0165231 (93.9409) Other time (%) = 0.000156879 (0.891925) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28303 ave 28303 max 28303 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28303 Ave neighs/atom = 5.6606 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:32 2021 Memory usage per processor = 27.524 Mbytes Step Atoms AVEKE stressZZ 6259 5000 9.3830758e-12 1737683.2 6260 -0.00822249999999551 1737651.5471981 6260 5000 9.3824298e-12 1737651.5 Loop time of 0.0186229 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:32 2021 Pair time (%) = 0.00088501 (4.75227) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.166432) Outpt time (%) = 0.017616 (94.5935) Other time (%) = 9.08375e-05 (0.487774) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28303 ave 28303 max 28303 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28303 Ave neighs/atom = 5.6606 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:32 2021 Memory usage per processor = 27.524 Mbytes Step Atoms AVEKE stressZZ 6260 5000 9.3824298e-12 1737647.2 6261 -0.00822249999999551 1737615.53444417 6261 5000 9.3817838e-12 1737615.5 Loop time of 0.016346 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:32 2021 Pair time (%) = 0.000855923 (5.23629) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.195449) Outpt time (%) = 0.0153592 (93.963) Other time (%) = 9.89437e-05 (0.605309) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28303 ave 28303 max 28303 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28303 Ave neighs/atom = 5.6606 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:32 2021 Memory usage per processor = 27.524 Mbytes Step Atoms AVEKE stressZZ 6261 5000 9.3817838e-12 1737611.2 6262 -0.00822249999999551 1737579.52336844 6262 5000 9.3811378e-12 1737579.5 Loop time of 0.0169749 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:32 2021 Pair time (%) = 0.00092411 (5.44397) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.199444) Outpt time (%) = 0.015914 (93.7498) Other time (%) = 0.000102997 (0.606759) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28303 ave 28303 max 28303 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28303 Ave neighs/atom = 5.6606 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:32 2021 Memory usage per processor = 27.524 Mbytes Step Atoms AVEKE stressZZ 6262 5000 9.3811378e-12 1737575.2 6263 -0.00822249999999551 1737543.5139743 6263 5000 9.380492e-12 1737543.5 Loop time of 0.0167148 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:32 2021 Pair time (%) = 0.000854015 (5.10933) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191136) Outpt time (%) = 0.0157409 (94.1732) Other time (%) = 8.79765e-05 (0.526338) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28303 ave 28303 max 28303 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28303 Ave neighs/atom = 5.6606 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:32 2021 Memory usage per processor = 27.524 Mbytes Step Atoms AVEKE stressZZ 6263 5000 9.380492e-12 1737539.2 6264 -0.00822249999999551 1737507.50625782 6264 5000 9.3798462e-12 1737507.5 Loop time of 0.0166769 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:32 2021 Pair time (%) = 0.000891924 (5.34826) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.275919) Outpt time (%) = 0.0156271 (93.7053) Other time (%) = 0.000111818 (0.670498) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28303 ave 28303 max 28303 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28303 Ave neighs/atom = 5.6606 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:32 2021 Memory usage per processor = 27.524 Mbytes Step Atoms AVEKE stressZZ 6264 5000 9.3798462e-12 1737503.1 6265 -0.00822249999999551 1737471.50021785 6265 5000 9.3792004e-12 1737471.5 Loop time of 0.0168221 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:32 2021 Pair time (%) = 0.00110102 (6.54506) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.232436) Outpt time (%) = 0.0155561 (92.4742) Other time (%) = 0.000125885 (0.748331) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28303 ave 28303 max 28303 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28303 Ave neighs/atom = 5.6606 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:32 2021 Memory usage per processor = 27.524 Mbytes Step Atoms AVEKE stressZZ 6265 5000 9.3792004e-12 1737467.1 6266 -0.00822249999999551 1737435.49585363 6266 5000 9.3785548e-12 1737435.5 Loop time of 0.0170209 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:32 2021 Pair time (%) = 0.000856161 (5.03005) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187699) Outpt time (%) = 0.0160429 (94.2542) Other time (%) = 8.98838e-05 (0.528078) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28303 ave 28303 max 28303 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28303 Ave neighs/atom = 5.6606 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:32 2021 Memory usage per processor = 27.524 Mbytes Step Atoms AVEKE stressZZ 6266 5000 9.3785548e-12 1737431.1 6267 -0.00822249999999551 1737399.49316465 6267 5000 9.3779091e-12 1737399.5 Loop time of 0.0170541 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:33 2021 Pair time (%) = 0.000854969 (5.01328) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.188732) Outpt time (%) = 0.0160482 (94.1018) Other time (%) = 0.000118732 (0.696211) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28303 ave 28303 max 28303 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28303 Ave neighs/atom = 5.6606 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:33 2021 Memory usage per processor = 27.524 Mbytes Step Atoms AVEKE stressZZ 6267 5000 9.3779091e-12 1737395.1 6268 -0.00822249999999551 1737363.49215049 6268 5000 9.3772636e-12 1737363.5 Loop time of 0.016382 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:33 2021 Pair time (%) = 0.000861883 (5.26117) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.200841) Outpt time (%) = 0.0153871 (93.9267) Other time (%) = 0.000100136 (0.611256) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28303 ave 28303 max 28303 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28303 Ave neighs/atom = 5.6606 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:33 2021 Memory usage per processor = 27.524 Mbytes Step Atoms AVEKE stressZZ 6268 5000 9.3772636e-12 1737359.1 6269 -0.00822249999999551 1737327.49281079 6269 5000 9.3766181e-12 1737327.5 Loop time of 0.017138 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:33 2021 Pair time (%) = 0.000896931 (5.23358) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.197546) Outpt time (%) = 0.0160999 (93.9429) Other time (%) = 0.000107288 (0.626026) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28303 ave 28303 max 28303 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28303 Ave neighs/atom = 5.6606 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:33 2021 Memory usage per processor = 27.524 Mbytes Step Atoms AVEKE stressZZ 6269 5000 9.3766181e-12 1737323.1 6270 -0.00822249999999551 1737291.49514482 6270 5000 9.3759726e-12 1737291.5 Loop time of 0.018899 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:33 2021 Pair time (%) = 0.000854015 (4.51885) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.169047) Outpt time (%) = 0.017906 (94.7457) Other time (%) = 0.00010705 (0.566433) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28303 ave 28303 max 28303 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28303 Ave neighs/atom = 5.6606 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:33 2021 Memory usage per processor = 27.524 Mbytes Step Atoms AVEKE stressZZ 6270 5000 9.3759726e-12 1737287.1 6271 -0.00822249999999551 1737255.49915265 6271 5000 9.3753273e-12 1737255.5 Loop time of 0.0166378 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:33 2021 Pair time (%) = 0.000895977 (5.38519) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192021) Outpt time (%) = 0.0156178 (93.8697) Other time (%) = 9.20296e-05 (0.553135) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28303 ave 28303 max 28303 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28303 Ave neighs/atom = 5.6606 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:33 2021 Memory usage per processor = 27.524 Mbytes Step Atoms AVEKE stressZZ 6271 5000 9.3753273e-12 1737251.1 6272 -0.00822249999999551 1737219.50483402 6272 5000 9.3746819e-12 1737219.5 Loop time of 0.016736 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:33 2021 Pair time (%) = 0.00101089 (6.04023) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.22081) Outpt time (%) = 0.0155718 (93.0438) Other time (%) = 0.000116348 (0.695196) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28303 ave 28303 max 28303 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28303 Ave neighs/atom = 5.6606 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:33 2021 Memory usage per processor = 27.524 Mbytes Step Atoms AVEKE stressZZ 6272 5000 9.3746819e-12 1737215.1 6273 -0.00822249999999551 1737183.5121887 6273 5000 9.3740367e-12 1737183.5 Loop time of 0.0170701 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:33 2021 Pair time (%) = 0.000853062 (4.99742) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181572) Outpt time (%) = 0.0160999 (94.3168) Other time (%) = 8.60691e-05 (0.504211) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28303 ave 28303 max 28303 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28303 Ave neighs/atom = 5.6606 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:33 2021 Memory usage per processor = 27.524 Mbytes Step Atoms AVEKE stressZZ 6273 5000 9.3740367e-12 1737179.2 6274 -0.00822249999999551 1737147.52121647 6274 5000 9.3733915e-12 1737147.5 Loop time of 0.017029 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:33 2021 Pair time (%) = 0.000860929 (5.05565) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.189009) Outpt time (%) = 0.016037 (94.1743) Other time (%) = 9.89437e-05 (0.581029) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28303 ave 28303 max 28303 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28303 Ave neighs/atom = 5.6606 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:33 2021 Memory usage per processor = 27.524 Mbytes Step Atoms AVEKE stressZZ 6274 5000 9.3733915e-12 1737143.2 6275 -0.00822249999999551 1737111.53191708 6275 5000 9.3727464e-12 1737111.5 Loop time of 0.0165882 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:33 2021 Pair time (%) = 0.000871897 (5.25612) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.205531) Outpt time (%) = 0.0155861 (93.9591) Other time (%) = 9.60827e-05 (0.579223) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28303 ave 28303 max 28303 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28303 Ave neighs/atom = 5.6606 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:33 2021 Memory usage per processor = 27.524 Mbytes Step Atoms AVEKE stressZZ 6275 5000 9.3727464e-12 1737107.2 6276 -0.00822249999999551 1737075.54429033 6276 5000 9.3721013e-12 1737075.5 Loop time of 0.0169199 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:33 2021 Pair time (%) = 0.000925064 (5.46733) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.195866) Outpt time (%) = 0.015816 (93.4758) Other time (%) = 0.000145674 (0.860964) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28303 ave 28303 max 28303 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28303 Ave neighs/atom = 5.6606 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:33 2021 Memory usage per processor = 27.524 Mbytes Step Atoms AVEKE stressZZ 6276 5000 9.3721013e-12 1737071.2 6277 -0.00822249999999551 1737039.55833601 6277 5000 9.3714563e-12 1737039.6 Loop time of 0.0172939 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:33 2021 Pair time (%) = 0.000856161 (4.95065) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184736) Outpt time (%) = 0.0163131 (94.3283) Other time (%) = 9.27448e-05 (0.536285) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28303 ave 28303 max 28303 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28303 Ave neighs/atom = 5.6606 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:33 2021 Memory usage per processor = 27.524 Mbytes Step Atoms AVEKE stressZZ 6277 5000 9.3714563e-12 1737035.2 6278 -0.00822249999999551 1737003.57405393 6278 5000 9.3708113e-12 1737003.6 Loop time of 0.0166559 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:33 2021 Pair time (%) = 0.000854969 (5.13312) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191812) Outpt time (%) = 0.0156481 (93.9493) Other time (%) = 0.000120878 (0.725737) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28303 ave 28303 max 28303 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28303 Ave neighs/atom = 5.6606 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:33 2021 Memory usage per processor = 27.524 Mbytes Step Atoms AVEKE stressZZ 6278 5000 9.3708113e-12 1736999.2 6279 -0.00822249999999551 1736967.59144384 6279 5000 9.3701664e-12 1736967.6 Loop time of 0.0165799 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:33 2021 Pair time (%) = 0.000976086 (5.88717) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.217138) Outpt time (%) = 0.015456 (93.2213) Other time (%) = 0.000111818 (0.674422) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28303 ave 28303 max 28303 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28303 Ave neighs/atom = 5.6606 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:33 2021 Memory usage per processor = 27.524 Mbytes Step Atoms AVEKE stressZZ 6279 5000 9.3701664e-12 1736963.2 6280 -0.00822249999999551 1736931.61050562 6280 5000 9.3695216e-12 1736931.6 Loop time of 0.018877 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:33 2021 Pair time (%) = 0.000860929 (4.56073) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.169243) Outpt time (%) = 0.017858 (94.6019) Other time (%) = 0.000126123 (0.668132) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28303 ave 28303 max 28303 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28303 Ave neighs/atom = 5.6606 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:33 2021 Memory usage per processor = 27.524 Mbytes Step Atoms AVEKE stressZZ 6280 5000 9.3695216e-12 1736927.3 6281 -0.00822249999999551 1736895.63123903 6281 5000 9.3688768e-12 1736895.6 Loop time of 0.016813 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:33 2021 Pair time (%) = 0.000854969 (5.08515) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.191438) Outpt time (%) = 0.0158331 (94.1718) Other time (%) = 9.27448e-05 (0.551624) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28303 ave 28303 max 28303 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28303 Ave neighs/atom = 5.6606 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:33 2021 Memory usage per processor = 27.524 Mbytes Step Atoms AVEKE stressZZ 6281 5000 9.3688768e-12 1736891.3 6282 -0.00822249999999551 1736859.65364387 6282 5000 9.3682321e-12 1736859.7 Loop time of 0.016773 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:33 2021 Pair time (%) = 0.000856161 (5.10441) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190473) Outpt time (%) = 0.01579 (94.1394) Other time (%) = 9.48906e-05 (0.565735) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28303 ave 28303 max 28303 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28303 Ave neighs/atom = 5.6606 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:33 2021 Memory usage per processor = 27.524 Mbytes Step Atoms AVEKE stressZZ 6282 5000 9.3682321e-12 1736855.3 6283 -0.00822249999999551 1736823.67772001 6283 5000 9.3675875e-12 1736823.7 Loop time of 0.0163591 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:33 2021 Pair time (%) = 0.000856161 (5.23355) Neigh time (%) = 0 (0) Comm time (%) = 5.22137e-05 (0.319172) Outpt time (%) = 0.0153391 (93.7652) Other time (%) = 0.00011158 (0.682067) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28303 ave 28303 max 28303 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28303 Ave neighs/atom = 5.6606 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:33 2021 Memory usage per processor = 27.524 Mbytes Step Atoms AVEKE stressZZ 6283 5000 9.3675875e-12 1736819.3 6284 -0.00822249999999551 1736787.70346723 6284 5000 9.3669429e-12 1736787.7 Loop time of 0.016299 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:33 2021 Pair time (%) = 0.000853062 (5.23383) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.190161) Outpt time (%) = 0.015326 (94.0304) Other time (%) = 8.89301e-05 (0.545617) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28303 ave 28303 max 28303 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28303 Ave neighs/atom = 5.6606 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:33 2021 Memory usage per processor = 27.524 Mbytes Step Atoms AVEKE stressZZ 6284 5000 9.3669429e-12 1736783.3 6285 -0.00822249999999551 1736751.73088535 6285 5000 9.3662984e-12 1736751.7 Loop time of 0.016407 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:33 2021 Pair time (%) = 0.000906944 (5.52778) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.196175) Outpt time (%) = 0.015379 (93.734) Other time (%) = 8.89301e-05 (0.542025) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28303 ave 28303 max 28303 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28303 Ave neighs/atom = 5.6606 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:33 2021 Memory usage per processor = 27.524 Mbytes Step Atoms AVEKE stressZZ 6285 5000 9.3662984e-12 1736747.4 6286 -0.00822249999999551 1736715.75997422 6286 5000 9.3656539e-12 1736715.8 Loop time of 0.0170591 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:33 2021 Pair time (%) = 0.000856161 (5.0188) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187279) Outpt time (%) = 0.016082 (94.2726) Other time (%) = 8.89301e-05 (0.521306) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28303 ave 28303 max 28303 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28303 Ave neighs/atom = 5.6606 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:33 2021 Memory usage per processor = 27.524 Mbytes Step Atoms AVEKE stressZZ 6286 5000 9.3656539e-12 1736711.4 6287 -0.00822249999999551 1736679.79073363 6287 5000 9.3650095e-12 1736679.8 Loop time of 0.0172319 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:33 2021 Pair time (%) = 0.00106597 (6.18601) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.202003) Outpt time (%) = 0.0159991 (92.8455) Other time (%) = 0.000132084 (0.766506) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28303 ave 28303 max 28303 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28303 Ave neighs/atom = 5.6606 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:33 2021 Memory usage per processor = 27.524 Mbytes Step Atoms AVEKE stressZZ 6287 5000 9.3650095e-12 1736675.4 6288 -0.00822249999999551 1736643.8231634 6288 5000 9.3643651e-12 1736643.8 Loop time of 0.0173621 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:33 2021 Pair time (%) = 0.000976086 (5.62193) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18401) Outpt time (%) = 0.0162561 (93.6297) Other time (%) = 9.799e-05 (0.56439) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28303 ave 28303 max 28303 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28303 Ave neighs/atom = 5.6606 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:33 2021 Memory usage per processor = 27.524 Mbytes Step Atoms AVEKE stressZZ 6288 5000 9.3643651e-12 1736639.5 6289 -0.00822249999999551 1736607.85726338 6289 5000 9.3637209e-12 1736607.9 Loop time of 0.0170271 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:33 2021 Pair time (%) = 0.000864029 (5.07442) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.182029) Outpt time (%) = 0.016037 (94.1849) Other time (%) = 9.5129e-05 (0.558691) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28303 ave 28303 max 28303 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28303 Ave neighs/atom = 5.6606 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:33 2021 Memory usage per processor = 27.524 Mbytes Step Atoms AVEKE stressZZ 6289 5000 9.3637209e-12 1736603.5 6290 -0.00822249999999551 1736571.89303341 6290 5000 9.3630766e-12 1736571.9 Loop time of 0.0186341 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:33 2021 Pair time (%) = 0.000860214 (4.61635) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.17145) Outpt time (%) = 0.0176101 (94.5047) Other time (%) = 0.000131845 (0.70755) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28303 ave 28303 max 28303 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28303 Ave neighs/atom = 5.6606 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:33 2021 Memory usage per processor = 27.524 Mbytes Step Atoms AVEKE stressZZ 6290 5000 9.3630766e-12 1736567.5 6291 -0.00822249999999551 1736535.9304733 6291 5000 9.3624325e-12 1736535.9 Loop time of 0.0167701 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:33 2021 Pair time (%) = 0.00105715 (6.30376) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.214675) Outpt time (%) = 0.015553 (92.7423) Other time (%) = 0.000123978 (0.739277) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28303 ave 28303 max 28303 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28303 Ave neighs/atom = 5.6606 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:33 2021 Memory usage per processor = 27.524 Mbytes Step Atoms AVEKE stressZZ 6291 5000 9.3624325e-12 1736531.6 6292 -0.00822249999999551 1736499.96958285 6292 5000 9.3617884e-12 1736500 Loop time of 0.0174139 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:33 2021 Pair time (%) = 0.000973225 (5.5888) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183464) Outpt time (%) = 0.0163009 (93.6089) Other time (%) = 0.000107765 (0.618847) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28303 ave 28303 max 28303 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28303 Ave neighs/atom = 5.6606 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:33 2021 Memory usage per processor = 27.524 Mbytes Step Atoms AVEKE stressZZ 6292 5000 9.3617884e-12 1736495.6 6293 -0.00822249999999551 1736464.01036199 6293 5000 9.3611443e-12 1736464 Loop time of 0.0165951 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:33 2021 Pair time (%) = 0.000854015 (5.14618) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.186768) Outpt time (%) = 0.0156159 (94.0996) Other time (%) = 9.41753e-05 (0.567488) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28303 ave 28303 max 28303 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28303 Ave neighs/atom = 5.6606 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:33 2021 Memory usage per processor = 27.524 Mbytes Step Atoms AVEKE stressZZ 6293 5000 9.3611443e-12 1736459.7 6294 -0.00822249999999551 1736428.05281044 6294 5000 9.3605003e-12 1736428.1 Loop time of 0.016449 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:33 2021 Pair time (%) = 0.000891924 (5.42237) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.213068) Outpt time (%) = 0.015419 (93.7384) Other time (%) = 0.000102997 (0.62616) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28303 ave 28303 max 28303 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28303 Ave neighs/atom = 5.6606 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:33 2021 Memory usage per processor = 27.524 Mbytes Step Atoms AVEKE stressZZ 6294 5000 9.3605003e-12 1736423.7 6295 -0.00822249999999551 1736392.09692813 6295 5000 9.3598564e-12 1736392.1 Loop time of 0.017122 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:33 2021 Pair time (%) = 0.000919819 (5.37214) Neigh time (%) = 0 (0) Comm time (%) = 6.38962e-05 (0.373181) Outpt time (%) = 0.016041 (93.6866) Other time (%) = 9.72748e-05 (0.568126) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28303 ave 28303 max 28303 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28303 Ave neighs/atom = 5.6606 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:33 2021 Memory usage per processor = 27.524 Mbytes Step Atoms AVEKE stressZZ 6295 5000 9.3598564e-12 1736387.7 6296 -0.00822249999999551 1736356.1427148 6296 5000 9.3592126e-12 1736356.1 Loop time of 0.0169461 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:33 2021 Pair time (%) = 0.000853062 (5.03398) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188528) Outpt time (%) = 0.0159681 (94.2288) Other time (%) = 9.29832e-05 (0.548701) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28303 ave 28303 max 28303 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28303 Ave neighs/atom = 5.6606 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:33 2021 Memory usage per processor = 27.524 Mbytes Step Atoms AVEKE stressZZ 6296 5000 9.3592126e-12 1736351.8 6297 -0.00822249999999551 1736320.19017036 6297 5000 9.3585688e-12 1736320.2 Loop time of 0.016741 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:33 2021 Pair time (%) = 0.000854969 (5.10703) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190837) Outpt time (%) = 0.015722 (93.9132) Other time (%) = 0.000132084 (0.788983) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28303 ave 28303 max 28303 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28303 Ave neighs/atom = 5.6606 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:33 2021 Memory usage per processor = 27.524 Mbytes Step Atoms AVEKE stressZZ 6297 5000 9.3585688e-12 1736315.8 6298 -0.00822249999999551 1736284.23929459 6298 5000 9.357925e-12 1736284.2 Loop time of 0.016964 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:33 2021 Pair time (%) = 0.0010941 (6.44957) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.229087) Outpt time (%) = 0.0157161 (92.6439) Other time (%) = 0.000114918 (0.677423) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28303 ave 28303 max 28303 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28303 Ave neighs/atom = 5.6606 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:33 2021 Memory usage per processor = 27.524 Mbytes Step Atoms AVEKE stressZZ 6298 5000 9.357925e-12 1736279.9 6299 -0.00822249999999551 1736248.29008737 6299 5000 9.3572814e-12 1736248.3 Loop time of 0.0172839 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:33 2021 Pair time (%) = 0.000933886 (5.40321) Neigh time (%) = 0 (0) Comm time (%) = 7.9155e-05 (0.457969) Outpt time (%) = 0.0161359 (93.3581) Other time (%) = 0.000134945 (0.780754) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28303 ave 28303 max 28303 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28303 Ave neighs/atom = 5.6606 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:33 2021 Memory usage per processor = 27.524 Mbytes Step Atoms AVEKE stressZZ 6299 5000 9.3572814e-12 1736243.9 6300 -0.00822249999999551 1736212.34254854 6300 5000 9.3566377e-12 1736212.3 Loop time of 0.018919 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:33 2021 Pair time (%) = 0.000854015 (4.51406) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.168868) Outpt time (%) = 0.0179391 (94.8205) Other time (%) = 9.39369e-05 (0.496522) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28303 ave 28303 max 28303 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28303 Ave neighs/atom = 5.6606 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:33 2021 Memory usage per processor = 27.524 Mbytes Step Atoms AVEKE stressZZ 6300 5000 9.3566377e-12 1736208 6301 -0.00822249999999551 1736176.3966779 6301 5000 9.3559942e-12 1736176.4 Loop time of 0.016443 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:33 2021 Pair time (%) = 0.000886917 (5.39388) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.205896) Outpt time (%) = 0.0154221 (93.7912) Other time (%) = 0.000100136 (0.608987) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28303 ave 28303 max 28303 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28303 Ave neighs/atom = 5.6606 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:33 2021 Memory usage per processor = 27.524 Mbytes Step Atoms AVEKE stressZZ 6301 5000 9.3559942e-12 1736172 6302 -0.00822249999999551 1736140.45247533 6302 5000 9.3553507e-12 1736140.5 Loop time of 0.017431 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:33 2021 Pair time (%) = 0.000931978 (5.34666) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.188754) Outpt time (%) = 0.016366 (93.8901) Other time (%) = 0.000100136 (0.574469) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28303 ave 28303 max 28303 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28303 Ave neighs/atom = 5.6606 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:20:33 2021 Memory usage per processor = 27.524 Mbytes Step Atoms AVEKE stressZZ 6302 5000 9.3553507e-12 1736136.1 6303 -0.00822249999999551 1736098.12186196 6303 5000 1.8482826e-11 1736155 Loop time of 0.016675 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:33 2021 Pair time (%) = 0.000857115 (5.14012) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191593) Outpt time (%) = 0.0156519 (93.8647) Other time (%) = 0.000133991 (0.803546) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28303 ave 28303 max 28303 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28303 Ave neighs/atom = 5.6606 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:33 2021 Memory usage per processor = 27.524 Mbytes Step Atoms AVEKE stressZZ 6303 5000 1.8482826e-11 1769635 6304 -0.0082549999999955 1769593.0032398 6304 5000 1.4937091e-11 1769593 Loop time of 0.016695 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:33 2021 Pair time (%) = 0.000855923 (5.12681) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.192791) Outpt time (%) = 0.0157139 (94.1234) Other time (%) = 9.29832e-05 (0.556952) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:33 2021 Memory usage per processor = 27.524 Mbytes Step Atoms AVEKE stressZZ 6304 5000 1.4937091e-11 1769587.1 6305 -0.0082549999999955 1769548.67153632 6305 5000 1.2879521e-11 1769548.7 Loop time of 0.016423 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:33 2021 Pair time (%) = 0.000988007 (6.016) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.243892) Outpt time (%) = 0.0152841 (93.0651) Other time (%) = 0.000110865 (0.675058) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:33 2021 Memory usage per processor = 27.524 Mbytes Step Atoms AVEKE stressZZ 6305 5000 1.2879521e-11 1769543.3 6306 -0.0082549999999955 1769507.11259855 6306 5000 1.1650849e-11 1769507.1 Loop time of 0.0172811 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:33 2021 Pair time (%) = 0.000923872 (5.34615) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190392) Outpt time (%) = 0.0162239 (93.8826) Other time (%) = 0.000100374 (0.580834) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:33 2021 Memory usage per processor = 27.524 Mbytes Step Atoms AVEKE stressZZ 6306 5000 1.1650849e-11 1769502.1 6307 -0.0082549999999955 1769467.31640332 6307 5000 1.0901756e-11 1769467.3 Loop time of 0.0171089 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:33 2021 Pair time (%) = 0.000854969 (4.99721) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186734) Outpt time (%) = 0.0161278 (94.2656) Other time (%) = 9.41753e-05 (0.550446) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:33 2021 Memory usage per processor = 27.524 Mbytes Step Atoms AVEKE stressZZ 6307 5000 1.0901756e-11 1769462.5 6308 -0.0082549999999955 1769428.64107223 6308 5000 1.0438376e-11 1769428.6 Loop time of 0.016561 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:33 2021 Pair time (%) = 0.000983 (5.93562) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.19867) Outpt time (%) = 0.015429 (93.1646) Other time (%) = 0.00011611 (0.701103) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:33 2021 Memory usage per processor = 27.524 Mbytes Step Atoms AVEKE stressZZ 6308 5000 1.0438376e-11 1769423.9 6309 -0.0082549999999955 1769390.6786853 6309 5000 1.0148871e-11 1769390.7 Loop time of 0.0170331 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:33 2021 Pair time (%) = 0.000879049 (5.16083) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.193164) Outpt time (%) = 0.016021 (94.0581) Other time (%) = 0.000100136 (0.587889) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:33 2021 Memory usage per processor = 27.524 Mbytes Step Atoms AVEKE stressZZ 6309 5000 1.0148871e-11 1769386 6310 -0.0082549999999955 1769353.17000508 6310 5000 9.9667535e-12 1769353.2 Loop time of 0.018647 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:33 2021 Pair time (%) = 0.000854969 (4.58503) Neigh time (%) = 0 (0) Comm time (%) = 3.12328e-05 (0.167496) Outpt time (%) = 0.0176721 (94.7718) Other time (%) = 8.86917e-05 (0.475636) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:33 2021 Memory usage per processor = 27.5242 Mbytes Step Atoms AVEKE stressZZ 6310 5000 9.9667535e-12 1769348.6 6311 -0.0082549999999955 1769315.95028331 6311 5000 9.8516256e-12 1769316 Loop time of 0.0165222 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:34 2021 Pair time (%) = 0.000855923 (5.18045) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193365) Outpt time (%) = 0.0155411 (94.062) Other time (%) = 9.32217e-05 (0.564222) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:34 2021 Memory usage per processor = 27.5242 Mbytes Step Atoms AVEKE stressZZ 6311 5000 9.8516256e-12 1769311.4 6312 -0.0082549999999955 1769278.91482056 6312 5000 9.7785623e-12 1769278.9 Loop time of 0.01703 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:34 2021 Pair time (%) = 0.00104713 (6.14876) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.211399) Outpt time (%) = 0.0157709 (92.6066) Other time (%) = 0.000175953 (1.03319) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:34 2021 Memory usage per processor = 27.5242 Mbytes Step Atoms AVEKE stressZZ 6312 5000 9.7785623e-12 1769274.4 6313 -0.0082549999999955 1769241.99707913 6313 5000 9.7320264e-12 1769242 Loop time of 0.0172892 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:34 2021 Pair time (%) = 0.000936985 (5.41949) Neigh time (%) = 0 (0) Comm time (%) = 4.31538e-05 (0.2496) Outpt time (%) = 0.0162041 (93.7241) Other time (%) = 0.000104904 (0.606763) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:34 2021 Memory usage per processor = 27.5242 Mbytes Step Atoms AVEKE stressZZ 6313 5000 9.7320264e-12 1769237.5 6314 -0.0082549999999955 1769205.15477344 6314 5000 9.7022659e-12 1769205.2 Loop time of 0.017086 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:34 2021 Pair time (%) = 0.000854969 (5.00391) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181402) Outpt time (%) = 0.0160758 (94.0877) Other time (%) = 0.000124216 (0.727004) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:34 2021 Memory usage per processor = 27.5242 Mbytes Step Atoms AVEKE stressZZ 6314 5000 9.7022659e-12 1769200.6 6315 -0.0082549999999955 1769168.36103049 6315 5000 9.6831328e-12 1769168.4 Loop time of 0.0164301 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:34 2021 Pair time (%) = 0.000881195 (5.36328) Neigh time (%) = 0 (0) Comm time (%) = 5.38826e-05 (0.32795) Outpt time (%) = 0.015393 (93.6877) Other time (%) = 0.000102043 (0.621073) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:34 2021 Memory usage per processor = 27.5242 Mbytes Step Atoms AVEKE stressZZ 6315 5000 9.6831328e-12 1769163.9 6316 -0.0082549999999955 1769131.59877214 6316 5000 9.6707399e-12 1769131.6 Loop time of 0.0170021 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:34 2021 Pair time (%) = 0.00092411 (5.43527) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.199125) Outpt time (%) = 0.015945 (93.7823) Other time (%) = 9.91821e-05 (0.583352) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:34 2021 Memory usage per processor = 27.5242 Mbytes Step Atoms AVEKE stressZZ 6316 5000 9.6707399e-12 1769127.1 6317 -0.0082549999999955 1769094.85714494 6317 5000 9.662625e-12 1769094.9 Loop time of 0.017081 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:34 2021 Pair time (%) = 0.000863791 (5.05702) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.280558) Outpt time (%) = 0.0160589 (94.0162) Other time (%) = 0.000110388 (0.64626) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:34 2021 Memory usage per processor = 27.5242 Mbytes Step Atoms AVEKE stressZZ 6317 5000 9.662625e-12 1769090.4 6318 -0.0082549999999955 1769058.12925141 6318 5000 9.6572266e-12 1769058.1 Loop time of 0.0166512 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:34 2021 Pair time (%) = 0.000896931 (5.3866) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191867) Outpt time (%) = 0.0156279 (93.8545) Other time (%) = 9.44138e-05 (0.56701) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:34 2021 Memory usage per processor = 27.5242 Mbytes Step Atoms AVEKE stressZZ 6318 5000 9.6572266e-12 1769053.6 6319 -0.0082549999999955 1769021.41070797 6319 5000 9.6535537e-12 1769021.4 Loop time of 0.0167069 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:34 2021 Pair time (%) = 0.000967026 (5.78817) Neigh time (%) = 0 (0) Comm time (%) = 6.10352e-05 (0.365328) Outpt time (%) = 0.0155652 (93.1658) Other time (%) = 0.000113726 (0.680709) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:34 2021 Memory usage per processor = 27.5242 Mbytes Step Atoms AVEKE stressZZ 6319 5000 9.6535537e-12 1769016.9 6320 -0.0082549999999955 1768984.69872883 6320 5000 9.6509769e-12 1768984.7 Loop time of 0.0184939 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:34 2021 Pair time (%) = 0.000859022 (4.6449) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.167593) Outpt time (%) = 0.0175149 (94.7066) Other time (%) = 8.89301e-05 (0.480862) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:34 2021 Memory usage per processor = 27.5242 Mbytes Step Atoms AVEKE stressZZ 6320 5000 9.6509769e-12 1768980.2 6321 -0.0082549999999955 1768947.99154348 6321 5000 9.6490966e-12 1768948 Loop time of 0.0168781 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:34 2021 Pair time (%) = 0.000856876 (5.07684) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.1907) Outpt time (%) = 0.015902 (94.2169) Other time (%) = 8.70228e-05 (0.515595) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:34 2021 Memory usage per processor = 27.5242 Mbytes Step Atoms AVEKE stressZZ 6321 5000 9.6490966e-12 1768943.5 6322 -0.0082549999999955 1768911.28802672 6322 5000 9.647659e-12 1768911.3 Loop time of 0.0164809 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:34 2021 Pair time (%) = 0.000900984 (5.46683) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193849) Outpt time (%) = 0.0154018 (93.4525) Other time (%) = 0.000146151 (0.886786) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:34 2021 Memory usage per processor = 27.5242 Mbytes Step Atoms AVEKE stressZZ 6322 5000 9.647659e-12 1768906.8 6323 -0.0082549999999955 1768874.58746342 6323 5000 9.6465026e-12 1768874.6 Loop time of 0.0170648 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:34 2021 Pair time (%) = 0.000910997 (5.33846) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.19979) Outpt time (%) = 0.0160201 (93.8778) Other time (%) = 9.9659e-05 (0.584003) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:34 2021 Memory usage per processor = 27.5242 Mbytes Step Atoms AVEKE stressZZ 6323 5000 9.6465026e-12 1768870.1 6324 -0.0082549999999955 1768837.889399 6324 5000 9.645525e-12 1768837.9 Loop time of 0.0171888 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:34 2021 Pair time (%) = 0.00085783 (4.99064) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185866) Outpt time (%) = 0.0162048 (94.2756) Other time (%) = 9.41753e-05 (0.547888) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:34 2021 Memory usage per processor = 27.5242 Mbytes Step Atoms AVEKE stressZZ 6324 5000 9.645525e-12 1768833.4 6325 -0.0082549999999955 1768801.19354459 6325 5000 9.6446609e-12 1768801.2 Loop time of 0.0164058 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:34 2021 Pair time (%) = 0.000854969 (5.21138) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194736) Outpt time (%) = 0.0154259 (94.0271) Other time (%) = 9.29832e-05 (0.56677) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:34 2021 Memory usage per processor = 27.5242 Mbytes Step Atoms AVEKE stressZZ 6325 5000 9.6446609e-12 1768796.7 6326 -0.0082549999999955 1768764.49971648 6326 5000 9.6438692e-12 1768764.5 Loop time of 0.017555 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:34 2021 Pair time (%) = 0.00103188 (5.87796) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.210509) Outpt time (%) = 0.016356 (93.17) Other time (%) = 0.000130177 (0.741535) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:34 2021 Memory usage per processor = 27.5242 Mbytes Step Atoms AVEKE stressZZ 6326 5000 9.6438692e-12 1768760 6327 -0.0082549999999955 1768727.80779794 6327 5000 9.6431233e-12 1768727.8 Loop time of 0.0166371 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:34 2021 Pair time (%) = 0.000879049 (5.28367) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.193462) Outpt time (%) = 0.0156322 (93.9597) Other time (%) = 9.36985e-05 (0.563191) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:34 2021 Memory usage per processor = 27.5242 Mbytes Step Atoms AVEKE stressZZ 6327 5000 9.6431233e-12 1768723.3 6328 -0.0082549999999955 1768691.11771467 6328 5000 9.6424066e-12 1768691.1 Loop time of 0.016443 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:34 2021 Pair time (%) = 0.000858068 (5.21844) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.188496) Outpt time (%) = 0.0154631 (94.0406) Other time (%) = 9.08375e-05 (0.552438) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:34 2021 Memory usage per processor = 27.5242 Mbytes Step Atoms AVEKE stressZZ 6328 5000 9.6424066e-12 1768686.6 6329 -0.0082549999999955 1768654.42941944 6329 5000 9.6417086e-12 1768654.4 Loop time of 0.0163372 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:34 2021 Pair time (%) = 0.000856876 (5.24495) Neigh time (%) = 0 (0) Comm time (%) = 6.29425e-05 (0.385272) Outpt time (%) = 0.0153341 (93.8605) Other time (%) = 8.32081e-05 (0.509318) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:34 2021 Memory usage per processor = 27.5242 Mbytes Step Atoms AVEKE stressZZ 6329 5000 9.6417086e-12 1768649.9 6330 -0.0082549999999955 1768617.74288216 6330 5000 9.6410223e-12 1768617.7 Loop time of 0.018872 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:34 2021 Pair time (%) = 0.000858068 (4.54678) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.170551) Outpt time (%) = 0.017894 (94.8178) Other time (%) = 8.7738e-05 (0.464911) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:34 2021 Memory usage per processor = 27.5242 Mbytes Step Atoms AVEKE stressZZ 6330 5000 9.6410223e-12 1768613.3 6331 -0.0082549999999955 1768581.05808367 6331 5000 9.6403436e-12 1768581.1 Loop time of 0.016993 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:34 2021 Pair time (%) = 0.00109386 (6.43713) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.217471) Outpt time (%) = 0.0157392 (92.6214) Other time (%) = 0.000123024 (0.723967) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:34 2021 Memory usage per processor = 27.5242 Mbytes Step Atoms AVEKE stressZZ 6331 5000 9.6403436e-12 1768576.6 6332 -0.0082549999999955 1768544.37501171 6332 5000 9.6396698e-12 1768544.4 Loop time of 0.016957 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:34 2021 Pair time (%) = 0.000891924 (5.2599) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.19403) Outpt time (%) = 0.015933 (93.9612) Other time (%) = 9.91821e-05 (0.584902) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:34 2021 Memory usage per processor = 27.5242 Mbytes Step Atoms AVEKE stressZZ 6332 5000 9.6396698e-12 1768539.9 6333 -0.0082549999999955 1768507.69365848 6333 5000 9.638999e-12 1768507.7 Loop time of 0.017694 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:34 2021 Pair time (%) = 0.000853062 (4.82119) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.180559) Outpt time (%) = 0.0167201 (94.4956) Other time (%) = 8.89301e-05 (0.502601) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:34 2021 Memory usage per processor = 27.5242 Mbytes Step Atoms AVEKE stressZZ 6333 5000 9.638999e-12 1768503.2 6334 -0.0082549999999955 1768471.01401893 6334 5000 9.6383302e-12 1768471 Loop time of 0.016613 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:34 2021 Pair time (%) = 0.000897169 (5.4004) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.186567) Outpt time (%) = 0.0155911 (93.849) Other time (%) = 9.36985e-05 (0.564007) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:34 2021 Memory usage per processor = 27.5242 Mbytes Step Atoms AVEKE stressZZ 6334 5000 9.6383302e-12 1768466.5 6335 -0.0082549999999955 1768434.33608979 6335 5000 9.6376626e-12 1768434.3 Loop time of 0.0165701 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:34 2021 Pair time (%) = 0.000997066 (6.01727) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.241727) Outpt time (%) = 0.0153818 (92.8288) Other time (%) = 0.000151157 (0.91223) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:34 2021 Memory usage per processor = 27.5242 Mbytes Step Atoms AVEKE stressZZ 6335 5000 9.6376626e-12 1768429.8 6336 -0.0082549999999955 1768397.65986898 6336 5000 9.6369959e-12 1768397.7 Loop time of 0.0171659 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:34 2021 Pair time (%) = 0.000855923 (4.98618) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180558) Outpt time (%) = 0.016187 (94.2971) Other time (%) = 9.20296e-05 (0.536119) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:34 2021 Memory usage per processor = 27.5242 Mbytes Step Atoms AVEKE stressZZ 6336 5000 9.6369959e-12 1768393.2 6337 -0.0082549999999955 1768360.98538064 6337 5000 9.6363298e-12 1768361 Loop time of 0.016896 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:34 2021 Pair time (%) = 0.000917912 (5.43271) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.183442) Outpt time (%) = 0.015852 (93.8208) Other time (%) = 9.5129e-05 (0.563027) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:34 2021 Memory usage per processor = 27.5242 Mbytes Step Atoms AVEKE stressZZ 6337 5000 9.6363298e-12 1768356.5 6338 -0.0082549999999955 1768324.31263351 6338 5000 9.635664e-12 1768324.3 Loop time of 0.0165739 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:34 2021 Pair time (%) = 0.000874043 (5.27361) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.20427) Outpt time (%) = 0.015564 (93.9064) Other time (%) = 0.000102043 (0.615686) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:34 2021 Memory usage per processor = 27.5242 Mbytes Step Atoms AVEKE stressZZ 6338 5000 9.635664e-12 1768319.8 6339 -0.0082549999999955 1768287.64161221 6339 5000 9.6349985e-12 1768287.6 Loop time of 0.0169382 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:34 2021 Pair time (%) = 0.00087595 (5.17144) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.201284) Outpt time (%) = 0.0159278 (94.0347) Other time (%) = 0.000100374 (0.592591) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:34 2021 Memory usage per processor = 27.5242 Mbytes Step Atoms AVEKE stressZZ 6339 5000 9.6349985e-12 1768283.2 6340 -0.0082549999999955 1768250.97231194 6340 5000 9.6343332e-12 1768251 Loop time of 0.0189168 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:34 2021 Pair time (%) = 0.000902176 (4.76917) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.168887) Outpt time (%) = 0.017889 (94.5666) Other time (%) = 9.36985e-05 (0.495318) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:34 2021 Memory usage per processor = 27.5242 Mbytes Step Atoms AVEKE stressZZ 6340 5000 9.6343332e-12 1768246.5 6341 -0.0082549999999955 1768214.30472999 6341 5000 9.6336681e-12 1768214.3 Loop time of 0.016572 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:34 2021 Pair time (%) = 0.000858068 (5.17782) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192784) Outpt time (%) = 0.0155931 (94.0928) Other time (%) = 8.89301e-05 (0.536629) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:34 2021 Memory usage per processor = 27.5242 Mbytes Step Atoms AVEKE stressZZ 6341 5000 9.6336681e-12 1768209.8 6342 -0.0082549999999955 1768177.63886454 6342 5000 9.633003e-12 1768177.6 Loop time of 0.0168869 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:34 2021 Pair time (%) = 0.00102305 (6.05825) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.21319) Outpt time (%) = 0.0157032 (92.9902) Other time (%) = 0.000124693 (0.738398) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:34 2021 Memory usage per processor = 27.5242 Mbytes Step Atoms AVEKE stressZZ 6342 5000 9.633003e-12 1768173.2 6343 -0.0082549999999955 1768140.97471427 6343 5000 9.6323381e-12 1768141 Loop time of 0.0170939 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:34 2021 Pair time (%) = 0.00085783 (5.01834) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186898) Outpt time (%) = 0.0161109 (94.2494) Other time (%) = 9.32217e-05 (0.545351) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:34 2021 Memory usage per processor = 27.5242 Mbytes Step Atoms AVEKE stressZZ 6343 5000 9.6323381e-12 1768136.5 6344 -0.0082549999999955 1768104.3122781 6344 5000 9.6316732e-12 1768104.3 Loop time of 0.0169871 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:34 2021 Pair time (%) = 0.000854969 (5.03305) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.182459) Outpt time (%) = 0.016006 (94.2245) Other time (%) = 9.5129e-05 (0.560008) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:34 2021 Memory usage per processor = 27.5242 Mbytes Step Atoms AVEKE stressZZ 6344 5000 9.6316732e-12 1768099.8 6345 -0.0082549999999955 1768067.65155516 6345 5000 9.6310084e-12 1768067.7 Loop time of 0.0164671 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:34 2021 Pair time (%) = 0.000896931 (5.44681) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.201251) Outpt time (%) = 0.0153949 (93.489) Other time (%) = 0.000142097 (0.862918) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:34 2021 Memory usage per processor = 27.5242 Mbytes Step Atoms AVEKE stressZZ 6345 5000 9.6310084e-12 1768063.2 6346 -0.0082549999999955 1768030.9925447 6346 5000 9.6303436e-12 1768031 Loop time of 0.016993 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:34 2021 Pair time (%) = 0.000904083 (5.32031) Neigh time (%) = 0 (0) Comm time (%) = 4.81606e-05 (0.283413) Outpt time (%) = 0.0159221 (93.6976) Other time (%) = 0.000118732 (0.698712) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:34 2021 Memory usage per processor = 27.5242 Mbytes Step Atoms AVEKE stressZZ 6346 5000 9.6303436e-12 1768026.5 6347 -0.0082549999999955 1767994.33524611 6347 5000 9.629679e-12 1767994.3 Loop time of 0.0170021 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:34 2021 Pair time (%) = 0.000911951 (5.36375) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.194918) Outpt time (%) = 0.01596 (93.8706) Other time (%) = 9.70364e-05 (0.570731) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:34 2021 Memory usage per processor = 27.5242 Mbytes Step Atoms AVEKE stressZZ 6347 5000 9.629679e-12 1767989.8 6348 -0.0082549999999955 1767957.67965881 6348 5000 9.6290144e-12 1767957.7 Loop time of 0.0166309 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:34 2021 Pair time (%) = 0.000859022 (5.16522) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.193535) Outpt time (%) = 0.0156469 (94.0836) Other time (%) = 9.27448e-05 (0.557666) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:34 2021 Memory usage per processor = 27.5242 Mbytes Step Atoms AVEKE stressZZ 6348 5000 9.6290144e-12 1767953.2 6349 -0.0082549999999955 1767921.02578232 6349 5000 9.6283499e-12 1767921 Loop time of 0.016551 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:34 2021 Pair time (%) = 0.000994921 (6.01124) Neigh time (%) = 0 (0) Comm time (%) = 3.98159e-05 (0.240565) Outpt time (%) = 0.015408 (93.0942) Other time (%) = 0.000108242 (0.65399) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:34 2021 Memory usage per processor = 27.5242 Mbytes Step Atoms AVEKE stressZZ 6349 5000 9.6283499e-12 1767916.5 6350 -0.0082549999999955 1767884.37361612 6350 5000 9.6276854e-12 1767884.4 Loop time of 0.0188351 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:34 2021 Pair time (%) = 0.000903845 (4.79873) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.174684) Outpt time (%) = 0.017797 (94.4886) Other time (%) = 0.000101328 (0.537975) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:34 2021 Memory usage per processor = 27.5242 Mbytes Step Atoms AVEKE stressZZ 6350 5000 9.6276854e-12 1767879.9 6351 -0.0082549999999955 1767847.72315983 6351 5000 9.627021e-12 1767847.7 Loop time of 0.016989 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:34 2021 Pair time (%) = 0.000861168 (5.06898) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188052) Outpt time (%) = 0.0160019 (94.19) Other time (%) = 9.39369e-05 (0.552928) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:34 2021 Memory usage per processor = 27.5242 Mbytes Step Atoms AVEKE stressZZ 6351 5000 9.627021e-12 1767843.2 6352 -0.0082549999999955 1767811.07441306 6352 5000 9.6263567e-12 1767811.1 Loop time of 0.0163219 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:34 2021 Pair time (%) = 0.000855923 (5.24401) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.197198) Outpt time (%) = 0.0153399 (93.9833) Other time (%) = 9.39369e-05 (0.575527) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:34 2021 Memory usage per processor = 27.5242 Mbytes Step Atoms AVEKE stressZZ 6352 5000 9.6263567e-12 1767806.6 6353 -0.0082549999999955 1767774.4273754 6353 5000 9.6256924e-12 1767774.4 Loop time of 0.0173681 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:34 2021 Pair time (%) = 0.000900984 (5.18758) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189438) Outpt time (%) = 0.0163329 (94.0396) Other time (%) = 0.000101328 (0.583415) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:34 2021 Memory usage per processor = 27.5242 Mbytes Step Atoms AVEKE stressZZ 6353 5000 9.6256924e-12 1767769.9 6354 -0.0082549999999955 1767737.78204652 6354 5000 9.6250282e-12 1767737.8 Loop time of 0.0170782 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:34 2021 Pair time (%) = 0.000906944 (5.31055) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181486) Outpt time (%) = 0.0160449 (93.9495) Other time (%) = 9.53674e-05 (0.558417) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:34 2021 Memory usage per processor = 27.5242 Mbytes Step Atoms AVEKE stressZZ 6354 5000 9.6250282e-12 1767733.3 6355 -0.0082549999999955 1767701.1384261 6355 5000 9.624364e-12 1767701.1 Loop time of 0.016459 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:35 2021 Pair time (%) = 0.000857115 (5.20758) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194107) Outpt time (%) = 0.0154781 (94.0406) Other time (%) = 9.17912e-05 (0.557696) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:35 2021 Memory usage per processor = 27.5242 Mbytes Step Atoms AVEKE stressZZ 6355 5000 9.624364e-12 1767696.7 6356 -0.0082549999999955 1767664.49650755 6356 5000 9.6236999e-12 1767664.5 Loop time of 0.016762 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:35 2021 Pair time (%) = 0.0010252 (6.11621) Neigh time (%) = 0 (0) Comm time (%) = 4.88758e-05 (0.291587) Outpt time (%) = 0.0155551 (92.7999) Other time (%) = 0.000132799 (0.792262) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:35 2021 Memory usage per processor = 27.5242 Mbytes Step Atoms AVEKE stressZZ 6356 5000 9.6236999e-12 1767660 6357 -0.0082549999999955 1767627.85628875 6357 5000 9.6230359e-12 1767627.9 Loop time of 0.0171652 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:35 2021 Pair time (%) = 0.000898123 (5.23224) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186121) Outpt time (%) = 0.016144 (94.0511) Other time (%) = 9.10759e-05 (0.530585) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:35 2021 Memory usage per processor = 27.5242 Mbytes Step Atoms AVEKE stressZZ 6357 5000 9.6230359e-12 1767623.4 6358 -0.0082549999999955 1767591.21777678 6358 5000 9.6223719e-12 1767591.2 Loop time of 0.017148 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:35 2021 Pair time (%) = 0.000856876 (4.99694) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.187698) Outpt time (%) = 0.016166 (94.2731) Other time (%) = 9.29832e-05 (0.542239) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:35 2021 Memory usage per processor = 27.5242 Mbytes Step Atoms AVEKE stressZZ 6358 5000 9.6223719e-12 1767586.7 6359 -0.0082549999999955 1767554.58097141 6359 5000 9.6217081e-12 1767554.6 Loop time of 0.0167599 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:35 2021 Pair time (%) = 0.000858068 (5.11978) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.197735) Outpt time (%) = 0.0157769 (94.1348) Other time (%) = 9.17912e-05 (0.547684) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:35 2021 Memory usage per processor = 27.5242 Mbytes Step Atoms AVEKE stressZZ 6359 5000 9.6217081e-12 1767550.1 6360 -0.0082549999999955 1767517.94587239 6360 5000 9.6210442e-12 1767517.9 Loop time of 0.019187 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:35 2021 Pair time (%) = 0.000957966 (4.99279) Neigh time (%) = 0 (0) Comm time (%) = 6.19888e-05 (0.323078) Outpt time (%) = 0.018064 (94.1473) Other time (%) = 0.000102997 (0.536806) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:35 2021 Memory usage per processor = 27.5242 Mbytes Step Atoms AVEKE stressZZ 6360 5000 9.6210442e-12 1767513.5 6361 -0.0082549999999955 1767481.31247948 6361 5000 9.6203804e-12 1767481.3 Loop time of 0.017189 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:35 2021 Pair time (%) = 0.000858068 (4.99196) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.18725) Outpt time (%) = 0.016207 (94.2868) Other time (%) = 9.17912e-05 (0.53401) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:35 2021 Memory usage per processor = 27.5242 Mbytes Step Atoms AVEKE stressZZ 6361 5000 9.6203804e-12 1767476.8 6362 -0.0082549999999955 1767444.68079241 6362 5000 9.6197167e-12 1767444.7 Loop time of 0.0165591 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:35 2021 Pair time (%) = 0.000855923 (5.16889) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192933) Outpt time (%) = 0.015578 (94.0752) Other time (%) = 9.32217e-05 (0.562963) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:35 2021 Memory usage per processor = 27.5242 Mbytes Step Atoms AVEKE stressZZ 6362 5000 9.6197167e-12 1767440.2 6363 -0.0082549999999955 1767408.05081096 6363 5000 9.6190531e-12 1767408.1 Loop time of 0.016505 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:35 2021 Pair time (%) = 0.00087595 (5.30718) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.290349) Outpt time (%) = 0.0154629 (93.686) Other time (%) = 0.000118256 (0.716483) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:35 2021 Memory usage per processor = 27.5242 Mbytes Step Atoms AVEKE stressZZ 6363 5000 9.6190531e-12 1767403.6 6364 -0.0082549999999955 1767371.4225349 6364 5000 9.6183895e-12 1767371.4 Loop time of 0.0170119 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:35 2021 Pair time (%) = 0.000916958 (5.3901) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187799) Outpt time (%) = 0.0159659 (93.8517) Other time (%) = 9.70364e-05 (0.570403) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:35 2021 Memory usage per processor = 27.5242 Mbytes Step Atoms AVEKE stressZZ 6364 5000 9.6183895e-12 1767366.9 6365 -0.0082549999999955 1767334.79596402 6365 5000 9.617726e-12 1767334.8 Loop time of 0.0169539 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:35 2021 Pair time (%) = 0.000859976 (5.07242) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18844) Outpt time (%) = 0.015965 (94.1668) Other time (%) = 9.70364e-05 (0.572353) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:35 2021 Memory usage per processor = 27.5242 Mbytes Step Atoms AVEKE stressZZ 6365 5000 9.617726e-12 1767330.3 6366 -0.0082549999999955 1767298.17109809 6366 5000 9.6170625e-12 1767298.2 Loop time of 0.0164421 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:35 2021 Pair time (%) = 0.000867844 (5.27819) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.188507) Outpt time (%) = 0.015456 (94.0026) Other time (%) = 8.72612e-05 (0.530719) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:35 2021 Memory usage per processor = 27.5242 Mbytes Step Atoms AVEKE stressZZ 6366 5000 9.6170625e-12 1767293.7 6367 -0.0082549999999955 1767261.54793687 6367 5000 9.6163991e-12 1767261.5 Loop time of 0.0170851 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:35 2021 Pair time (%) = 0.000907183 (5.3098) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192576) Outpt time (%) = 0.0160432 (93.9018) Other time (%) = 0.000101805 (0.595869) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:35 2021 Memory usage per processor = 27.5242 Mbytes Step Atoms AVEKE stressZZ 6367 5000 9.6163991e-12 1767257.1 6368 -0.0082549999999955 1767224.92648179 6368 5000 9.6157358e-12 1767224.9 Loop time of 0.01705 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:35 2021 Pair time (%) = 0.000859022 (5.03824) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.188777) Outpt time (%) = 0.016067 (94.2346) Other time (%) = 9.17912e-05 (0.538364) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:35 2021 Memory usage per processor = 27.5242 Mbytes Step Atoms AVEKE stressZZ 6368 5000 9.6157358e-12 1767220.4 6369 -0.0082549999999955 1767188.30679491 6369 5000 9.6150725e-12 1767188.3 Loop time of 0.0166991 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:35 2021 Pair time (%) = 0.000873089 (5.22837) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.192744) Outpt time (%) = 0.0156851 (93.9278) Other time (%) = 0.000108719 (0.651047) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:35 2021 Memory usage per processor = 27.5242 Mbytes Step Atoms AVEKE stressZZ 6369 5000 9.6150725e-12 1767183.8 6370 -0.0082549999999955 1767151.68885758 6370 5000 9.6144093e-12 1767151.7 Loop time of 0.018924 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:35 2021 Pair time (%) = 0.000981808 (5.18816) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.190241) Outpt time (%) = 0.0177882 (93.998) Other time (%) = 0.000118017 (0.623638) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:35 2021 Memory usage per processor = 27.5242 Mbytes Step Atoms AVEKE stressZZ 6370 5000 9.6144093e-12 1767147.2 6371 -0.0082549999999955 1767115.07265515 6371 5000 9.6137462e-12 1767115.1 Loop time of 0.0169411 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:35 2021 Pair time (%) = 0.000926018 (5.46611) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188584) Outpt time (%) = 0.015887 (93.7781) Other time (%) = 9.60827e-05 (0.567158) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:35 2021 Memory usage per processor = 27.5242 Mbytes Step Atoms AVEKE stressZZ 6371 5000 9.6137462e-12 1767110.6 6372 -0.0082549999999955 1767078.45818168 6372 5000 9.6130831e-12 1767078.5 Loop time of 0.0163488 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:35 2021 Pair time (%) = 0.000854969 (5.22954) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.195415) Outpt time (%) = 0.015368 (94.0005) Other time (%) = 9.39369e-05 (0.574579) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:35 2021 Memory usage per processor = 27.5242 Mbytes Step Atoms AVEKE stressZZ 6372 5000 9.6130831e-12 1767074 6373 -0.0082549999999955 1767041.84543363 6373 5000 9.61242e-12 1767041.8 Loop time of 0.0162349 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:35 2021 Pair time (%) = 0.000910044 (5.60549) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.190913) Outpt time (%) = 0.015204 (93.65) Other time (%) = 8.98838e-05 (0.553646) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:35 2021 Memory usage per processor = 27.5242 Mbytes Step Atoms AVEKE stressZZ 6373 5000 9.61242e-12 1767037.4 6374 -0.0082549999999955 1767005.23440847 6374 5000 9.6117571e-12 1767005.2 Loop time of 0.016716 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:35 2021 Pair time (%) = 0.000854969 (5.11467) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191123) Outpt time (%) = 0.0157409 (94.1665) Other time (%) = 8.82149e-05 (0.527727) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:35 2021 Memory usage per processor = 27.5242 Mbytes Step Atoms AVEKE stressZZ 6374 5000 9.6117571e-12 1767000.7 6375 -0.0082549999999955 1766968.62509586 6375 5000 9.6110942e-12 1766968.6 Loop time of 0.017282 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:35 2021 Pair time (%) = 0.000854015 (4.94164) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184863) Outpt time (%) = 0.0163081 (94.3644) Other time (%) = 8.79765e-05 (0.509064) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:35 2021 Memory usage per processor = 27.5242 Mbytes Step Atoms AVEKE stressZZ 6375 5000 9.6110942e-12 1766964.1 6376 -0.0082549999999955 1766932.01749566 6376 5000 9.6104313e-12 1766932 Loop time of 0.0164821 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:35 2021 Pair time (%) = 0.000876904 (5.32033) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.205407) Outpt time (%) = 0.01547 (93.8595) Other time (%) = 0.000101328 (0.614775) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:35 2021 Memory usage per processor = 27.5242 Mbytes Step Atoms AVEKE stressZZ 6376 5000 9.6104313e-12 1766927.5 6377 -0.0082549999999955 1766895.41161193 6377 5000 9.6097686e-12 1766895.4 Loop time of 0.0171242 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:35 2021 Pair time (%) = 0.000892162 (5.20996) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192136) Outpt time (%) = 0.0161049 (94.048) Other time (%) = 9.41753e-05 (0.549955) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:35 2021 Memory usage per processor = 27.5242 Mbytes Step Atoms AVEKE stressZZ 6377 5000 9.6097686e-12 1766890.9 6378 -0.0082549999999955 1766858.80744376 6378 5000 9.6091058e-12 1766858.8 Loop time of 0.016892 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:35 2021 Pair time (%) = 0.000879049 (5.20395) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.189132) Outpt time (%) = 0.015887 (94.0508) Other time (%) = 9.39369e-05 (0.556104) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:35 2021 Memory usage per processor = 27.5242 Mbytes Step Atoms AVEKE stressZZ 6378 5000 9.6091058e-12 1766854.3 6379 -0.0082549999999955 1766822.2049903 6379 5000 9.6084432e-12 1766822.2 Loop time of 0.0169621 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:35 2021 Pair time (%) = 0.000916958 (5.40594) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18835) Outpt time (%) = 0.015892 (93.6917) Other time (%) = 0.000121117 (0.714045) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:35 2021 Memory usage per processor = 27.5242 Mbytes Step Atoms AVEKE stressZZ 6379 5000 9.6084432e-12 1766817.7 6380 -0.0082549999999955 1766785.60425083 6380 5000 9.6077806e-12 1766785.6 Loop time of 0.0183911 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:35 2021 Pair time (%) = 0.00102401 (5.56794) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.200939) Outpt time (%) = 0.0172181 (93.6218) Other time (%) = 0.000112057 (0.609298) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:35 2021 Memory usage per processor = 27.5242 Mbytes Step Atoms AVEKE stressZZ 6380 5000 9.6077806e-12 1766781.1 6381 -0.0082549999999955 1766749.0052247 6381 5000 9.6071181e-12 1766749 Loop time of 0.0169539 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:35 2021 Pair time (%) = 0.000998974 (5.89228) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.199691) Outpt time (%) = 0.015821 (93.3174) Other time (%) = 0.000100136 (0.590634) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:35 2021 Memory usage per processor = 27.5242 Mbytes Step Atoms AVEKE stressZZ 6381 5000 9.6071181e-12 1766744.5 6382 -0.0082549999999955 1766712.40791124 6382 5000 9.6064556e-12 1766712.4 Loop time of 0.0173318 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:35 2021 Pair time (%) = 0.000895977 (5.16954) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.178829) Outpt time (%) = 0.01631 (94.1041) Other time (%) = 9.48906e-05 (0.547493) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:35 2021 Memory usage per processor = 27.5242 Mbytes Step Atoms AVEKE stressZZ 6382 5000 9.6064556e-12 1766707.9 6383 -0.0082549999999955 1766675.81230995 6383 5000 9.6057932e-12 1766675.8 Loop time of 0.016571 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:35 2021 Pair time (%) = 0.000876904 (5.29178) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.204305) Outpt time (%) = 0.0155602 (93.8996) Other time (%) = 0.000100136 (0.604282) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:35 2021 Memory usage per processor = 27.5242 Mbytes Step Atoms AVEKE stressZZ 6383 5000 9.6057932e-12 1766671.3 6384 -0.0082549999999955 1766639.21842022 6384 5000 9.6051309e-12 1766639.2 Loop time of 0.017396 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:35 2021 Pair time (%) = 0.00122905 (7.06513) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189134) Outpt time (%) = 0.0159829 (91.8768) Other time (%) = 0.000151157 (0.868922) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:35 2021 Memory usage per processor = 27.5242 Mbytes Step Atoms AVEKE stressZZ 6384 5000 9.6051309e-12 1766634.7 6385 -0.0082549999999955 1766602.62624164 6385 5000 9.6044686e-12 1766602.6 Loop time of 0.0170541 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:35 2021 Pair time (%) = 0.000857115 (5.02586) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192926) Outpt time (%) = 0.016073 (94.2472) Other time (%) = 9.10759e-05 (0.534042) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:35 2021 Memory usage per processor = 27.5242 Mbytes Step Atoms AVEKE stressZZ 6385 5000 9.6044686e-12 1766598.1 6386 -0.0082549999999955 1766566.03577369 6386 5000 9.6038064e-12 1766566 Loop time of 0.0166419 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:35 2021 Pair time (%) = 0.000854015 (5.13173) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.186244) Outpt time (%) = 0.015635 (93.9499) Other time (%) = 0.000121832 (0.732081) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:35 2021 Memory usage per processor = 27.5242 Mbytes Step Atoms AVEKE stressZZ 6386 5000 9.6038064e-12 1766561.5 6387 -0.0082549999999955 1766529.44701597 6387 5000 9.6031442e-12 1766529.4 Loop time of 0.0166259 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:35 2021 Pair time (%) = 0.00100589 (6.05013) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.205065) Outpt time (%) = 0.0154819 (93.1196) Other time (%) = 0.000103951 (0.625233) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:35 2021 Memory usage per processor = 27.5242 Mbytes Step Atoms AVEKE stressZZ 6387 5000 9.6031442e-12 1766525 6388 -0.0082549999999955 1766492.85996801 6388 5000 9.6024821e-12 1766492.9 Loop time of 0.0171921 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:35 2021 Pair time (%) = 0.00101495 (5.90356) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18583) Outpt time (%) = 0.0160491 (93.3517) Other time (%) = 9.60827e-05 (0.558876) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:35 2021 Memory usage per processor = 27.5242 Mbytes Step Atoms AVEKE stressZZ 6388 5000 9.6024821e-12 1766488.4 6389 -0.0082549999999955 1766456.27462942 6389 5000 9.6018201e-12 1766456.3 Loop time of 0.0170491 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:35 2021 Pair time (%) = 0.000867128 (5.08607) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187389) Outpt time (%) = 0.0160551 (94.17) Other time (%) = 9.48906e-05 (0.556573) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:35 2021 Memory usage per processor = 27.5242 Mbytes Step Atoms AVEKE stressZZ 6389 5000 9.6018201e-12 1766451.8 6390 -0.0082549999999955 1766419.69099984 6390 5000 9.6011581e-12 1766419.7 Loop time of 0.018281 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:35 2021 Pair time (%) = 0.000880003 (4.81376) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.169545) Outpt time (%) = 0.017242 (94.3163) Other time (%) = 0.000128031 (0.70035) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:35 2021 Memory usage per processor = 27.5242 Mbytes Step Atoms AVEKE stressZZ 6390 5000 9.6011581e-12 1766415.2 6391 -0.0082549999999955 1766383.10907891 6391 5000 9.6004962e-12 1766383.1 Loop time of 0.016655 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:35 2021 Pair time (%) = 0.00105596 (6.34019) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.221885) Outpt time (%) = 0.015444 (92.7293) Other time (%) = 0.000118017 (0.708601) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:35 2021 Memory usage per processor = 27.5242 Mbytes Step Atoms AVEKE stressZZ 6391 5000 9.6004962e-12 1766378.6 6392 -0.0082549999999955 1766346.52886623 6392 5000 9.5998344e-12 1766346.5 Loop time of 0.0170591 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:35 2021 Pair time (%) = 0.000963926 (5.65052) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.19846) Outpt time (%) = 0.0159621 (93.5696) Other time (%) = 9.91821e-05 (0.581403) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:35 2021 Memory usage per processor = 27.5242 Mbytes Step Atoms AVEKE stressZZ 6392 5000 9.5998344e-12 1766342 6393 -0.0082549999999955 1766309.95036155 6393 5000 9.5991726e-12 1766310 Loop time of 0.016644 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:35 2021 Pair time (%) = 0.000858068 (5.15542) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.193382) Outpt time (%) = 0.015662 (94.0997) Other time (%) = 9.17912e-05 (0.551497) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:35 2021 Memory usage per processor = 27.5242 Mbytes Step Atoms AVEKE stressZZ 6393 5000 9.5991726e-12 1766305.5 6394 -0.0082549999999955 1766273.37356442 6394 5000 9.5985109e-12 1766273.4 Loop time of 0.0164361 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:35 2021 Pair time (%) = 0.000883102 (5.37294) Neigh time (%) = 0 (0) Comm time (%) = 4.91142e-05 (0.298819) Outpt time (%) = 0.0153871 (93.6175) Other time (%) = 0.000116825 (0.710784) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:35 2021 Memory usage per processor = 27.5242 Mbytes Step Atoms AVEKE stressZZ 6394 5000 9.5985109e-12 1766268.9 6395 -0.0082549999999955 1766236.79847459 6395 5000 9.5978492e-12 1766236.8 Loop time of 0.016372 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:35 2021 Pair time (%) = 0.000892878 (5.4537) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.195139) Outpt time (%) = 0.015358 (93.8065) Other time (%) = 8.91685e-05 (0.544642) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:35 2021 Memory usage per processor = 27.5242 Mbytes Step Atoms AVEKE stressZZ 6395 5000 9.5978492e-12 1766232.3 6396 -0.0082549999999955 1766200.22509172 6396 5000 9.5971876e-12 1766200.2 Loop time of 0.0163722 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:35 2021 Pair time (%) = 0.000858068 (5.24101) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.195136) Outpt time (%) = 0.0153911 (94.0076) Other time (%) = 9.10759e-05 (0.556284) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:35 2021 Memory usage per processor = 27.5242 Mbytes Step Atoms AVEKE stressZZ 6396 5000 9.5971876e-12 1766195.7 6397 -0.0082549999999955 1766163.65341552 6397 5000 9.5965261e-12 1766163.7 Loop time of 0.016438 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:35 2021 Pair time (%) = 0.000893116 (5.43324) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.188553) Outpt time (%) = 0.015424 (93.8314) Other time (%) = 8.98838e-05 (0.546805) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:35 2021 Memory usage per processor = 27.5242 Mbytes Step Atoms AVEKE stressZZ 6397 5000 9.5965261e-12 1766159.2 6398 -0.0082549999999955 1766127.08344568 6398 5000 9.5958646e-12 1766127.1 Loop time of 0.016253 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:35 2021 Pair time (%) = 0.000856876 (5.27211) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.1907) Outpt time (%) = 0.015281 (94.0194) Other time (%) = 8.41618e-05 (0.517823) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:35 2021 Memory usage per processor = 27.5242 Mbytes Step Atoms AVEKE stressZZ 6398 5000 9.5958646e-12 1766122.6 6399 -0.0082549999999955 1766090.5151819 6399 5000 9.5952032e-12 1766090.5 Loop time of 0.0162311 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:35 2021 Pair time (%) = 0.000854969 (5.26749) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.196833) Outpt time (%) = 0.0152571 (93.9995) Other time (%) = 8.70228e-05 (0.53615) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:35 2021 Memory usage per processor = 27.5242 Mbytes Step Atoms AVEKE stressZZ 6399 5000 9.5952032e-12 1766086 6400 -0.0082549999999955 1766053.94862395 6400 5000 9.5945419e-12 1766053.9 Loop time of 0.0181 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:36 2021 Pair time (%) = 0.00089097 (4.92248) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.177826) Outpt time (%) = 0.0170891 (94.415) Other time (%) = 8.7738e-05 (0.48474) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:36 2021 Memory usage per processor = 27.5242 Mbytes Step Atoms AVEKE stressZZ 6400 5000 9.5945419e-12 1766049.5 6401 -0.0082549999999955 1766017.38377147 6401 5000 9.5938806e-12 1766017.4 Loop time of 0.016243 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:36 2021 Pair time (%) = 0.000880003 (5.41774) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.190817) Outpt time (%) = 0.015229 (93.7573) Other time (%) = 0.000102997 (0.634101) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:36 2021 Memory usage per processor = 27.5242 Mbytes Step Atoms AVEKE stressZZ 6401 5000 9.5938806e-12 1766012.9 6402 -0.0082549999999955 1765980.82062426 6402 5000 9.5932194e-12 1765980.8 Loop time of 0.0161178 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:36 2021 Pair time (%) = 0.000835896 (5.18616) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.192299) Outpt time (%) = 0.0151129 (93.7651) Other time (%) = 0.000138044 (0.856471) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:36 2021 Memory usage per processor = 27.5242 Mbytes Step Atoms AVEKE stressZZ 6402 5000 9.5932194e-12 1765976.3 6403 -0.0082549999999955 1765944.25918202 6403 5000 9.5925582e-12 1765944.3 Loop time of 0.016201 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:36 2021 Pair time (%) = 0.000839949 (5.18454) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.191312) Outpt time (%) = 0.015245 (94.0988) Other time (%) = 8.51154e-05 (0.525371) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:20:36 2021 Memory usage per processor = 27.5242 Mbytes Step Atoms AVEKE stressZZ 6403 5000 9.5925582e-12 1765939.8 6404 -0.0082549999999955 1765901.21268022 6404 5000 1.8951438e-11 1765959.1 Loop time of 0.016232 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:36 2021 Pair time (%) = 0.000890017 (5.48309) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.190946) Outpt time (%) = 0.015178 (93.5064) Other time (%) = 0.000133038 (0.8196) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:36 2021 Memory usage per processor = 27.5242 Mbytes Step Atoms AVEKE stressZZ 6404 5000 1.8951438e-11 1799710.3 6405 -0.00828749999999548 1799667.68726504 6405 5000 1.5314674e-11 1799667.7 Loop time of 0.016026 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:36 2021 Pair time (%) = 0.000869989 (5.42861) Neigh time (%) = 0 (0) Comm time (%) = 3.00407e-05 (0.18745) Outpt time (%) = 0.015039 (93.8409) Other time (%) = 8.70228e-05 (0.543009) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:36 2021 Memory usage per processor = 27.5242 Mbytes Step Atoms AVEKE stressZZ 6405 5000 1.5314674e-11 1799661.6 6406 -0.00828749999999548 1799622.59092439 6406 5000 1.3204348e-11 1799622.6 Loop time of 0.0159512 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:36 2021 Pair time (%) = 0.000839949 (5.26575) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.194308) Outpt time (%) = 0.0149951 (94.0063) Other time (%) = 8.51154e-05 (0.5336) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:36 2021 Memory usage per processor = 27.5242 Mbytes Step Atoms AVEKE stressZZ 6406 5000 1.3204348e-11 1799617.1 6407 -0.00828749999999548 1799580.31820431 6407 5000 1.1944204e-11 1799580.3 Loop time of 0.0159009 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:36 2021 Pair time (%) = 0.000840902 (5.28841) Neigh time (%) = 0 (0) Comm time (%) = 2.98023e-05 (0.187426) Outpt time (%) = 0.014915 (93.7999) Other time (%) = 0.000115156 (0.724214) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:36 2021 Memory usage per processor = 27.5242 Mbytes Step Atoms AVEKE stressZZ 6407 5000 1.1944204e-11 1799575.1 6408 -0.00828749999999548 1799539.84057812 6408 5000 1.1175935e-11 1799539.8 Loop time of 0.0166142 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:36 2021 Pair time (%) = 0.000855923 (5.15175) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.186554) Outpt time (%) = 0.0156391 (94.1307) Other time (%) = 8.82149e-05 (0.530961) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:36 2021 Memory usage per processor = 27.5242 Mbytes Step Atoms AVEKE stressZZ 6408 5000 1.1175935e-11 1799534.9 6409 -0.00828749999999548 1799500.50439556 6409 5000 1.0700699e-11 1799500.5 Loop time of 0.016377 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:36 2021 Pair time (%) = 0.000996113 (6.0824) Neigh time (%) = 0 (0) Comm time (%) = 3.00407e-05 (0.183433) Outpt time (%) = 0.01525 (93.1184) Other time (%) = 0.000100851 (0.61581) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:36 2021 Memory usage per processor = 27.5242 Mbytes Step Atoms AVEKE stressZZ 6409 5000 1.0700699e-11 1799495.7 6410 -0.00828749999999548 1799461.89425567 6410 5000 1.0403788e-11 1799461.9 Loop time of 0.0180199 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:36 2021 Pair time (%) = 0.000838041 (4.65064) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.172001) Outpt time (%) = 0.017025 (94.4788) Other time (%) = 0.000125885 (0.698588) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:36 2021 Memory usage per processor = 27.5243 Mbytes Step Atoms AVEKE stressZZ 6410 5000 1.0403788e-11 1799457.1 6411 -0.00828749999999548 1799423.74616673 6411 5000 1.0217013e-11 1799423.7 Loop time of 0.0164149 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:36 2021 Pair time (%) = 0.000838995 (5.11119) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.188819) Outpt time (%) = 0.0154569 (94.164) Other time (%) = 8.79765e-05 (0.535955) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:36 2021 Memory usage per processor = 27.5243 Mbytes Step Atoms AVEKE stressZZ 6411 5000 1.0217013e-11 1799419 6412 -0.00828749999999548 1799385.89235914 6412 5000 1.009894e-11 1799385.9 Loop time of 0.0178759 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:36 2021 Pair time (%) = 0.000986814 (5.52036) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.20673) Outpt time (%) = 0.016737 (93.6287) Other time (%) = 0.000115156 (0.644198) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:36 2021 Memory usage per processor = 27.5243 Mbytes Step Atoms AVEKE stressZZ 6412 5000 1.009894e-11 1799381.2 6413 -0.00828749999999548 1799348.22621324 6413 5000 1.0024008e-11 1799348.2 Loop time of 0.0164361 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:36 2021 Pair time (%) = 0.00085783 (5.21918) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.195828) Outpt time (%) = 0.015456 (94.0367) Other time (%) = 9.01222e-05 (0.548319) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:36 2021 Memory usage per processor = 27.5243 Mbytes Step Atoms AVEKE stressZZ 6413 5000 1.0024008e-11 1799343.6 6414 -0.00828749999999548 1799310.67997094 6414 5000 9.9762814e-12 1799310.7 Loop time of 0.016366 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:36 2021 Pair time (%) = 0.000895023 (5.4688) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.196667) Outpt time (%) = 0.0153511 (93.7984) Other time (%) = 8.7738e-05 (0.536099) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:36 2021 Memory usage per processor = 27.5243 Mbytes Step Atoms AVEKE stressZZ 6414 5000 9.9762814e-12 1799306 6415 -0.00828749999999548 1799273.210571 6415 5000 9.9457591e-12 1799273.2 Loop time of 0.016809 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:36 2021 Pair time (%) = 0.000858068 (5.10482) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190066) Outpt time (%) = 0.0158281 (94.1647) Other time (%) = 9.08375e-05 (0.54041) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:36 2021 Memory usage per processor = 27.5243 Mbytes Step Atoms AVEKE stressZZ 6415 5000 9.9457591e-12 1799268.6 6416 -0.00828749999999548 1799235.79064741 6416 5000 9.9261358e-12 1799235.8 Loop time of 0.0167429 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:36 2021 Pair time (%) = 0.000942945 (5.6319) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.280527) Outpt time (%) = 0.015646 (93.4482) Other time (%) = 0.00010705 (0.639373) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:36 2021 Memory usage per processor = 27.5243 Mbytes Step Atoms AVEKE stressZZ 6416 5000 9.9261358e-12 1799231.2 6417 -0.00828749999999548 1799198.40280859 6417 5000 9.913425e-12 1799198.4 Loop time of 0.0173502 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:36 2021 Pair time (%) = 0.000880957 (5.0775) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184137) Outpt time (%) = 0.0163438 (94.1997) Other time (%) = 9.34601e-05 (0.538669) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:36 2021 Memory usage per processor = 27.5243 Mbytes Step Atoms AVEKE stressZZ 6417 5000 9.913425e-12 1799193.8 6418 -0.00828749999999548 1799161.03600177 6418 5000 9.9051016e-12 1799161 Loop time of 0.0170329 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:36 2021 Pair time (%) = 0.000858068 (5.03772) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.188967) Outpt time (%) = 0.016047 (94.212) Other time (%) = 9.56059e-05 (0.561302) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:36 2021 Memory usage per processor = 27.5243 Mbytes Step Atoms AVEKE stressZZ 6418 5000 9.9051016e-12 1799156.4 6419 -0.00828749999999548 1799123.68320272 6419 5000 9.8995642e-12 1799123.7 Loop time of 0.0167339 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:36 2021 Pair time (%) = 0.000864983 (5.16905) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.196618) Outpt time (%) = 0.0157318 (94.0117) Other time (%) = 0.000104189 (0.622622) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:36 2021 Memory usage per processor = 27.5243 Mbytes Step Atoms AVEKE stressZZ 6419 5000 9.8995642e-12 1799119.1 6420 -0.00828749999999548 1799086.3399473 6420 5000 9.8957962e-12 1799086.3 Loop time of 0.0190179 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:36 2021 Pair time (%) = 0.000918865 (4.83157) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.167989) Outpt time (%) = 0.0179658 (94.4676) Other time (%) = 0.000101328 (0.532802) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:36 2021 Memory usage per processor = 27.5243 Mbytes Step Atoms AVEKE stressZZ 6420 5000 9.8957962e-12 1799081.7 6421 -0.00828749999999548 1799049.00339834 6421 5000 9.8931525e-12 1799049 Loop time of 0.017138 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:36 2021 Pair time (%) = 0.000897169 (5.23497) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180852) Outpt time (%) = 0.0161161 (94.0375) Other time (%) = 9.36985e-05 (0.546729) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:36 2021 Memory usage per processor = 27.5243 Mbytes Step Atoms AVEKE stressZZ 6421 5000 9.8931525e-12 1799044.4 6422 -0.00828749999999548 1799011.67175265 6422 5000 9.8912232e-12 1799011.7 Loop time of 0.0164061 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:36 2021 Pair time (%) = 0.000858784 (5.23455) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194733) Outpt time (%) = 0.0154231 (94.0083) Other time (%) = 9.2268e-05 (0.562402) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:36 2021 Memory usage per processor = 27.5243 Mbytes Step Atoms AVEKE stressZZ 6422 5000 9.8912232e-12 1799007.1 6423 -0.00828749999999548 1798974.34386416 6423 5000 9.8897477e-12 1798974.3 Loop time of 0.0165479 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:36 2021 Pair time (%) = 0.0009799 (5.92159) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.217557) Outpt time (%) = 0.015413 (93.1419) Other time (%) = 0.000118971 (0.718948) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:36 2021 Memory usage per processor = 27.5243 Mbytes Step Atoms AVEKE stressZZ 6423 5000 9.8897477e-12 1798969.7 6424 -0.00828749999999548 1798937.01900436 6424 5000 9.8885607e-12 1798937 Loop time of 0.017282 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:36 2021 Pair time (%) = 0.000861168 (4.98303) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179345) Outpt time (%) = 0.016299 (94.312) Other time (%) = 9.08375e-05 (0.525619) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:36 2021 Memory usage per processor = 27.5243 Mbytes Step Atoms AVEKE stressZZ 6424 5000 9.8885607e-12 1798932.4 6425 -0.00828749999999548 1798899.69671018 6425 5000 9.887557e-12 1798899.7 Loop time of 0.0170639 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:36 2021 Pair time (%) = 0.000910044 (5.33317) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.299004) Outpt time (%) = 0.016012 (93.8355) Other time (%) = 9.08375e-05 (0.532339) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:36 2021 Memory usage per processor = 27.5243 Mbytes Step Atoms AVEKE stressZZ 6425 5000 9.887557e-12 1798895.1 6426 -0.00828749999999548 1798862.37668721 6426 5000 9.8866698e-12 1798862.4 Loop time of 0.0164971 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:36 2021 Pair time (%) = 0.000859976 (5.21288) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.199439) Outpt time (%) = 0.015506 (93.9923) Other time (%) = 9.82285e-05 (0.595427) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:36 2021 Memory usage per processor = 27.5243 Mbytes Step Atoms AVEKE stressZZ 6426 5000 9.8866698e-12 1798857.8 6427 -0.00828749999999548 1798825.0587482 6427 5000 9.8858567e-12 1798825.1 Loop time of 0.017029 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:36 2021 Pair time (%) = 0.000916004 (5.37907) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.19461) Outpt time (%) = 0.0159371 (93.5877) Other time (%) = 0.000142813 (0.838642) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:36 2021 Memory usage per processor = 27.5243 Mbytes Step Atoms AVEKE stressZZ 6427 5000 9.8858567e-12 1798820.4 6428 -0.00828749999999548 1798787.74277402 6428 5000 9.8850907e-12 1798787.7 Loop time of 0.016784 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:36 2021 Pair time (%) = 0.00085783 (5.11101) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.184667) Outpt time (%) = 0.0158041 (94.1617) Other time (%) = 9.10759e-05 (0.542637) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:36 2021 Memory usage per processor = 27.5243 Mbytes Step Atoms AVEKE stressZZ 6428 5000 9.8850907e-12 1798783.1 6429 -0.00828749999999548 1798750.42868888 6429 5000 9.8843547e-12 1798750.4 Loop time of 0.0164871 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:36 2021 Pair time (%) = 0.000910044 (5.51972) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193776) Outpt time (%) = 0.0154521 (93.7225) Other time (%) = 9.29832e-05 (0.563975) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:36 2021 Memory usage per processor = 27.5243 Mbytes Step Atoms AVEKE stressZZ 6429 5000 9.8843547e-12 1798745.8 6430 -0.00828749999999548 1798713.11644445 6430 5000 9.8836377e-12 1798713.1 Loop time of 0.0185609 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:36 2021 Pair time (%) = 0.000994921 (5.36031) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.193963) Outpt time (%) = 0.0174139 (93.8202) Other time (%) = 0.00011611 (0.625562) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:36 2021 Memory usage per processor = 27.5243 Mbytes Step Atoms AVEKE stressZZ 6430 5000 9.8836377e-12 1798708.5 6431 -0.00828749999999548 1798675.80601141 6431 5000 9.8829328e-12 1798675.8 Loop time of 0.0172 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:36 2021 Pair time (%) = 0.000941038 (5.47115) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.1802) Outpt time (%) = 0.0161378 (93.8247) Other time (%) = 9.01222e-05 (0.523967) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:36 2021 Memory usage per processor = 27.5243 Mbytes Step Atoms AVEKE stressZZ 6431 5000 9.8829328e-12 1798671.2 6432 -0.00828749999999548 1798638.49737146 6432 5000 9.8822357e-12 1798638.5 Loop time of 0.0170422 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:36 2021 Pair time (%) = 0.000858068 (5.03497) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181869) Outpt time (%) = 0.0160582 (94.2264) Other time (%) = 9.48906e-05 (0.556799) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:36 2021 Memory usage per processor = 27.5243 Mbytes Step Atoms AVEKE stressZZ 6432 5000 9.8822357e-12 1798633.9 6433 -0.00828749999999548 1798601.19051069 6433 5000 9.8815435e-12 1798601.2 Loop time of 0.0166471 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:36 2021 Pair time (%) = 0.000895977 (5.38218) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.186185) Outpt time (%) = 0.0156269 (93.8716) Other time (%) = 9.32217e-05 (0.559987) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:36 2021 Memory usage per processor = 27.5243 Mbytes Step Atoms AVEKE stressZZ 6433 5000 9.8815435e-12 1798596.6 6434 -0.00828749999999548 1798563.88542064 6434 5000 9.8808545e-12 1798563.9 Loop time of 0.0170929 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:36 2021 Pair time (%) = 0.00116801 (6.8333) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192487) Outpt time (%) = 0.015748 (92.1317) Other time (%) = 0.000144005 (0.842481) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:36 2021 Memory usage per processor = 27.5243 Mbytes Step Atoms AVEKE stressZZ 6434 5000 9.8808545e-12 1798559.3 6435 -0.00828749999999548 1798526.58209579 6435 5000 9.8801675e-12 1798526.6 Loop time of 0.0170031 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:36 2021 Pair time (%) = 0.000859022 (5.05216) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187896) Outpt time (%) = 0.0160239 (94.2411) Other time (%) = 8.82149e-05 (0.518818) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:36 2021 Memory usage per processor = 27.5243 Mbytes Step Atoms AVEKE stressZZ 6435 5000 9.8801675e-12 1798522 6436 -0.00828749999999548 1798489.28053255 6436 5000 9.8794819e-12 1798489.3 Loop time of 0.0164239 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:36 2021 Pair time (%) = 0.000906944 (5.52209) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.195973) Outpt time (%) = 0.015393 (93.7231) Other time (%) = 9.17912e-05 (0.558886) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:36 2021 Memory usage per processor = 27.5243 Mbytes Step Atoms AVEKE stressZZ 6436 5000 9.8794819e-12 1798484.7 6437 -0.00828749999999548 1798451.98073536 6437 5000 9.8787971e-12 1798452 Loop time of 0.0167701 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:36 2021 Pair time (%) = 0.000972986 (5.8019) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.220361) Outpt time (%) = 0.0156429 (93.2783) Other time (%) = 0.000117302 (0.69947) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:36 2021 Memory usage per processor = 27.5243 Mbytes Step Atoms AVEKE stressZZ 6437 5000 9.8787971e-12 1798447.4 6438 -0.00828749999999548 1798414.68273914 6438 5000 9.8781128e-12 1798414.7 Loop time of 0.0170729 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:37 2021 Pair time (%) = 0.000858068 (5.0259) Neigh time (%) = 0 (0) Comm time (%) = 5.00679e-05 (0.293259) Outpt time (%) = 0.016072 (94.1376) Other time (%) = 9.27448e-05 (0.543228) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:37 2021 Memory usage per processor = 27.5243 Mbytes Step Atoms AVEKE stressZZ 6438 5000 9.8781128e-12 1798410.1 6439 -0.00828749999999548 1798377.38652498 6439 5000 9.877429e-12 1798377.4 Loop time of 0.0169549 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:37 2021 Pair time (%) = 0.000856876 (5.05386) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.182805) Outpt time (%) = 0.0159729 (94.2079) Other time (%) = 9.41753e-05 (0.555446) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:37 2021 Memory usage per processor = 27.5243 Mbytes Step Atoms AVEKE stressZZ 6439 5000 9.877429e-12 1798372.8 6440 -0.00828749999999548 1798340.09208518 6440 5000 9.8767454e-12 1798340.1 Loop time of 0.01806 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:37 2021 Pair time (%) = 0.000872135 (4.82911) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.182181) Outpt time (%) = 0.017056 (94.4409) Other time (%) = 9.89437e-05 (0.547862) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:37 2021 Memory usage per processor = 27.5243 Mbytes Step Atoms AVEKE stressZZ 6440 5000 9.8767454e-12 1798335.5 6441 -0.00828749999999548 1798302.79941663 6441 5000 9.876062e-12 1798302.8 Loop time of 0.0173161 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:37 2021 Pair time (%) = 0.00115895 (6.69292) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.201022) Outpt time (%) = 0.0159431 (92.0707) Other time (%) = 0.000179291 (1.0354) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:37 2021 Memory usage per processor = 27.5243 Mbytes Step Atoms AVEKE stressZZ 6441 5000 9.876062e-12 1798298.2 6442 -0.00828749999999548 1798265.50851618 6442 5000 9.8753788e-12 1798265.5 Loop time of 0.016957 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:37 2021 Pair time (%) = 0.000874996 (5.16007) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206684) Outpt time (%) = 0.0159321 (93.9555) Other time (%) = 0.000114918 (0.677699) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:37 2021 Memory usage per processor = 27.5243 Mbytes Step Atoms AVEKE stressZZ 6442 5000 9.8753788e-12 1798260.9 6443 -0.00828749999999548 1798228.21938198 6443 5000 9.8746956e-12 1798228.2 Loop time of 0.0166149 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:37 2021 Pair time (%) = 0.000857115 (5.15871) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192286) Outpt time (%) = 0.0156322 (94.0851) Other time (%) = 9.36985e-05 (0.563942) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:37 2021 Memory usage per processor = 27.5243 Mbytes Step Atoms AVEKE stressZZ 6443 5000 9.8746956e-12 1798223.6 6444 -0.00828749999999548 1798190.93201268 6444 5000 9.8740126e-12 1798190.9 Loop time of 0.0165331 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:37 2021 Pair time (%) = 0.000921011 (5.5707) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.206215) Outpt time (%) = 0.0154741 (93.5943) Other time (%) = 0.000103951 (0.62874) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:37 2021 Memory usage per processor = 27.5243 Mbytes Step Atoms AVEKE stressZZ 6444 5000 9.8740126e-12 1798186.3 6445 -0.00828749999999548 1798153.64640704 6445 5000 9.8733297e-12 1798153.6 Loop time of 0.01724 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:37 2021 Pair time (%) = 0.000934839 (5.42249) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179781) Outpt time (%) = 0.01618 (93.8515) Other time (%) = 9.41753e-05 (0.546259) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:37 2021 Memory usage per processor = 27.5243 Mbytes Step Atoms AVEKE stressZZ 6445 5000 9.8733297e-12 1798149 6446 -0.00828749999999548 1798116.36256415 6446 5000 9.8726468e-12 1798116.4 Loop time of 0.0169539 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:37 2021 Pair time (%) = 0.000950098 (5.60399) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.182815) Outpt time (%) = 0.0158789 (93.6591) Other time (%) = 9.39369e-05 (0.554071) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:37 2021 Memory usage per processor = 27.5243 Mbytes Step Atoms AVEKE stressZZ 6446 5000 9.8726468e-12 1798111.7 6447 -0.00828749999999548 1798079.08048314 6447 5000 9.871964e-12 1798079.1 Loop time of 0.0164459 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:37 2021 Pair time (%) = 0.000863075 (5.24797) Neigh time (%) = 0 (0) Comm time (%) = 4.88758e-05 (0.297192) Outpt time (%) = 0.015419 (93.7561) Other time (%) = 0.000114918 (0.698763) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:37 2021 Memory usage per processor = 27.5243 Mbytes Step Atoms AVEKE stressZZ 6447 5000 9.871964e-12 1798074.5 6448 -0.00828749999999548 1798041.8001543 6448 5000 9.8712813e-12 1798041.8 Loop time of 0.0170481 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:37 2021 Pair time (%) = 0.00116992 (6.86246) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.199986) Outpt time (%) = 0.0157001 (92.0929) Other time (%) = 0.000144005 (0.844696) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:37 2021 Memory usage per processor = 27.5243 Mbytes Step Atoms AVEKE stressZZ 6448 5000 9.8712813e-12 1798037.2 6449 -0.00828749999999548 1798004.52158318 6449 5000 9.8705986e-12 1798004.5 Loop time of 0.016959 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:37 2021 Pair time (%) = 0.000859976 (5.07093) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188385) Outpt time (%) = 0.01597 (94.1685) Other time (%) = 9.70364e-05 (0.572184) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:37 2021 Memory usage per processor = 27.5243 Mbytes Step Atoms AVEKE stressZZ 6449 5000 9.8705986e-12 1797999.9 6450 -0.00828749999999548 1797967.24477099 6450 5000 9.869916e-12 1797967.2 Loop time of 0.018203 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:37 2021 Pair time (%) = 0.000859976 (4.72436) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.17682) Outpt time (%) = 0.0171571 (94.254) Other time (%) = 0.00015378 (0.844805) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:37 2021 Memory usage per processor = 27.5243 Mbytes Step Atoms AVEKE stressZZ 6450 5000 9.869916e-12 1797962.6 6451 -0.00828749999999548 1797929.96971718 6451 5000 9.8692335e-12 1797930 Loop time of 0.0163729 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:37 2021 Pair time (%) = 0.000917912 (5.60628) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.206777) Outpt time (%) = 0.0153229 (93.587) Other time (%) = 9.82285e-05 (0.599945) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:37 2021 Memory usage per processor = 27.5243 Mbytes Step Atoms AVEKE stressZZ 6451 5000 9.8692335e-12 1797925.4 6452 -0.00828749999999548 1797892.69642126 6452 5000 9.8685511e-12 1797892.7 Loop time of 0.0172019 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:37 2021 Pair time (%) = 0.00121617 (7.06999) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.209286) Outpt time (%) = 0.01581 (91.9085) Other time (%) = 0.000139713 (0.812197) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:37 2021 Memory usage per processor = 27.5243 Mbytes Step Atoms AVEKE stressZZ 6452 5000 9.8685511e-12 1797888.1 6453 -0.00828749999999548 1797855.42488277 6453 5000 9.8678687e-12 1797855.4 Loop time of 0.0171678 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:37 2021 Pair time (%) = 0.00113702 (6.62297) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.209702) Outpt time (%) = 0.0158398 (92.2646) Other time (%) = 0.000154972 (0.90269) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:37 2021 Memory usage per processor = 27.5243 Mbytes Step Atoms AVEKE stressZZ 6453 5000 9.8678687e-12 1797850.8 6454 -0.00828749999999548 1797818.15510116 6454 5000 9.8671863e-12 1797818.2 Loop time of 0.0165029 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:37 2021 Pair time (%) = 0.000909805 (5.51302) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.205149) Outpt time (%) = 0.0154319 (93.5104) Other time (%) = 0.000127316 (0.771476) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:37 2021 Memory usage per processor = 27.5243 Mbytes Step Atoms AVEKE stressZZ 6454 5000 9.8671863e-12 1797813.5 6455 -0.00828749999999548 1797780.88707609 6455 5000 9.8665041e-12 1797780.9 Loop time of 0.017082 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:37 2021 Pair time (%) = 0.00108004 (6.32267) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.210756) Outpt time (%) = 0.0158248 (92.6403) Other time (%) = 0.000141144 (0.826273) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:37 2021 Memory usage per processor = 27.5243 Mbytes Step Atoms AVEKE stressZZ 6455 5000 9.8665041e-12 1797776.3 6456 -0.00828749999999548 1797743.62080708 6456 5000 9.8658219e-12 1797743.6 Loop time of 0.017133 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:37 2021 Pair time (%) = 0.000861168 (5.02637) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186471) Outpt time (%) = 0.0161471 (94.2458) Other time (%) = 9.27448e-05 (0.541323) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:37 2021 Memory usage per processor = 27.5243 Mbytes Step Atoms AVEKE stressZZ 6456 5000 9.8658219e-12 1797739 6457 -0.00828749999999548 1797706.35629373 6457 5000 9.8651397e-12 1797706.4 Loop time of 0.0162401 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:37 2021 Pair time (%) = 0.000854015 (5.25868) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.196723) Outpt time (%) = 0.0152609 (93.9706) Other time (%) = 9.32217e-05 (0.574021) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:37 2021 Memory usage per processor = 27.5243 Mbytes Step Atoms AVEKE stressZZ 6457 5000 9.8651397e-12 1797701.7 6458 -0.00828749999999548 1797669.09353566 6458 5000 9.8644577e-12 1797669.1 Loop time of 0.01612 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:37 2021 Pair time (%) = 0.000856161 (5.31119) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.192274) Outpt time (%) = 0.0151429 (93.9389) Other time (%) = 8.98838e-05 (0.557593) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:37 2021 Memory usage per processor = 27.5243 Mbytes Step Atoms AVEKE stressZZ 6458 5000 9.8644577e-12 1797664.5 6459 -0.00828749999999548 1797631.83253244 6459 5000 9.8637757e-12 1797631.8 Loop time of 0.0163128 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:37 2021 Pair time (%) = 0.000858068 (5.26008) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.19) Outpt time (%) = 0.0153348 (94.0048) Other time (%) = 8.89301e-05 (0.545154) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:37 2021 Memory usage per processor = 27.5243 Mbytes Step Atoms AVEKE stressZZ 6459 5000 9.8637757e-12 1797627.2 6460 -0.00828749999999548 1797594.57328379 6460 5000 9.8630937e-12 1797594.6 Loop time of 0.0193172 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:37 2021 Pair time (%) = 0.00085783 (4.44077) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.16045) Outpt time (%) = 0.018338 (94.931) Other time (%) = 9.03606e-05 (0.467774) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:37 2021 Memory usage per processor = 27.5243 Mbytes Step Atoms AVEKE stressZZ 6460 5000 9.8630937e-12 1797590 6461 -0.00828749999999548 1797557.31578928 6461 5000 9.8624118e-12 1797557.3 Loop time of 0.0172238 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:37 2021 Pair time (%) = 0.000952959 (5.53279) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191025) Outpt time (%) = 0.016093 (93.4346) Other time (%) = 0.000144958 (0.841616) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:37 2021 Memory usage per processor = 27.5243 Mbytes Step Atoms AVEKE stressZZ 6461 5000 9.8624118e-12 1797552.7 6462 -0.00828749999999548 1797520.06004858 6462 5000 9.86173e-12 1797520.1 Loop time of 0.016469 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:37 2021 Pair time (%) = 0.000859022 (5.21599) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.188199) Outpt time (%) = 0.015424 (93.6548) Other time (%) = 0.000154972 (0.940993) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:37 2021 Memory usage per processor = 27.5243 Mbytes Step Atoms AVEKE stressZZ 6462 5000 9.86173e-12 1797515.4 6463 -0.00828749999999548 1797482.80606133 6463 5000 9.8610483e-12 1797482.8 Loop time of 0.0171058 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:37 2021 Pair time (%) = 0.00119209 (6.96893) Neigh time (%) = 0 (0) Comm time (%) = 9.29832e-05 (0.543577) Outpt time (%) = 0.015662 (91.5592) Other time (%) = 0.000158787 (0.928262) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:37 2021 Memory usage per processor = 27.5243 Mbytes Step Atoms AVEKE stressZZ 6463 5000 9.8610483e-12 1797478.2 6464 -0.00828749999999548 1797445.55382724 6464 5000 9.8603666e-12 1797445.6 Loop time of 0.01737 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:37 2021 Pair time (%) = 0.000857115 (4.93446) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.178437) Outpt time (%) = 0.016387 (94.3408) Other time (%) = 9.48906e-05 (0.546291) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:37 2021 Memory usage per processor = 27.5243 Mbytes Step Atoms AVEKE stressZZ 6464 5000 9.8603666e-12 1797440.9 6465 -0.00828749999999548 1797408.30334593 6465 5000 9.859685e-12 1797408.3 Loop time of 0.016643 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:37 2021 Pair time (%) = 0.000859022 (5.16145) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.18623) Outpt time (%) = 0.0156581 (94.0822) Other time (%) = 9.48906e-05 (0.570152) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:37 2021 Memory usage per processor = 27.5243 Mbytes Step Atoms AVEKE stressZZ 6465 5000 9.859685e-12 1797403.7 6466 -0.00828749999999548 1797371.05461711 6466 5000 9.8590034e-12 1797371.1 Loop time of 0.016547 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:37 2021 Pair time (%) = 0.000906944 (5.48103) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.206043) Outpt time (%) = 0.0154831 (93.5709) Other time (%) = 0.000122786 (0.742043) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:37 2021 Memory usage per processor = 27.5243 Mbytes Step Atoms AVEKE stressZZ 6466 5000 9.8590034e-12 1797366.4 6467 -0.00828749999999548 1797333.80764043 6467 5000 9.8583219e-12 1797333.8 Loop time of 0.017386 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:37 2021 Pair time (%) = 0.000857115 (4.92993) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183758) Outpt time (%) = 0.016407 (94.3693) Other time (%) = 8.98838e-05 (0.516991) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:37 2021 Memory usage per processor = 27.5243 Mbytes Step Atoms AVEKE stressZZ 6467 5000 9.8583219e-12 1797329.2 6468 -0.00828749999999548 1797296.56241563 6468 5000 9.8576405e-12 1797296.6 Loop time of 0.017072 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:37 2021 Pair time (%) = 0.00085783 (5.02479) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181552) Outpt time (%) = 0.0160849 (94.2183) Other time (%) = 9.82285e-05 (0.575379) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:37 2021 Memory usage per processor = 27.5243 Mbytes Step Atoms AVEKE stressZZ 6468 5000 9.8576405e-12 1797291.9 6469 -0.00828749999999548 1797259.31894236 6469 5000 9.8569591e-12 1797259.3 Loop time of 0.0163779 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:37 2021 Pair time (%) = 0.000870943 (5.31779) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.206714) Outpt time (%) = 0.0153751 (93.8772) Other time (%) = 9.799e-05 (0.598306) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:37 2021 Memory usage per processor = 27.5243 Mbytes Step Atoms AVEKE stressZZ 6469 5000 9.8569591e-12 1797254.7 6470 -0.00828749999999548 1797222.07722099 6470 5000 9.8562778e-12 1797222.1 Loop time of 0.019027 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:37 2021 Pair time (%) = 0.000972986 (5.11371) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.172921) Outpt time (%) = 0.017895 (94.0505) Other time (%) = 0.000126123 (0.662866) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:37 2021 Memory usage per processor = 27.5243 Mbytes Step Atoms AVEKE stressZZ 6470 5000 9.8562778e-12 1797217.5 6471 -0.00828749999999548 1797184.8372934 6471 5000 9.8555966e-12 1797184.8 Loop time of 0.017262 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:37 2021 Pair time (%) = 0.00089407 (5.17941) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197508) Outpt time (%) = 0.0161741 (93.6977) Other time (%) = 0.00015974 (0.925389) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:37 2021 Memory usage per processor = 27.5243 Mbytes Step Atoms AVEKE stressZZ 6471 5000 9.8555966e-12 1797180.2 6472 -0.00828749999999548 1797147.59914808 6472 5000 9.8549154e-12 1797147.6 Loop time of 0.01668 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:37 2021 Pair time (%) = 0.000858068 (5.14429) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.185818) Outpt time (%) = 0.015698 (94.1124) Other time (%) = 9.29832e-05 (0.557453) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:37 2021 Memory usage per processor = 27.5243 Mbytes Step Atoms AVEKE stressZZ 6472 5000 9.8549154e-12 1797143 6473 -0.00828749999999548 1797110.36277443 6473 5000 9.8542343e-12 1797110.4 Loop time of 0.0165088 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:37 2021 Pair time (%) = 0.000888109 (5.37961) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.200742) Outpt time (%) = 0.015456 (93.6225) Other time (%) = 0.000131607 (0.797192) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:37 2021 Memory usage per processor = 27.5243 Mbytes Step Atoms AVEKE stressZZ 6473 5000 9.8542343e-12 1797105.7 6474 -0.00828749999999548 1797073.12816819 6474 5000 9.8535533e-12 1797073.1 Loop time of 0.0172338 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:37 2021 Pair time (%) = 0.00088501 (5.1353) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192297) Outpt time (%) = 0.016222 (94.1287) Other time (%) = 9.36985e-05 (0.543689) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:37 2021 Memory usage per processor = 27.5243 Mbytes Step Atoms AVEKE stressZZ 6474 5000 9.8535533e-12 1797068.5 6475 -0.00828749999999548 1797035.89532678 6475 5000 9.8528723e-12 1797035.9 Loop time of 0.0171032 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:37 2021 Pair time (%) = 0.000884056 (5.16895) Neigh time (%) = 0 (0) Comm time (%) = 4.50611e-05 (0.263466) Outpt time (%) = 0.0160208 (93.6712) Other time (%) = 0.000153303 (0.896342) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:37 2021 Memory usage per processor = 27.5243 Mbytes Step Atoms AVEKE stressZZ 6475 5000 9.8528723e-12 1797031.3 6476 -0.00828749999999548 1796998.66424832 6476 5000 9.8521914e-12 1796998.7 Loop time of 0.01648 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:37 2021 Pair time (%) = 0.000861168 (5.22554) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.19386) Outpt time (%) = 0.0154719 (93.8833) Other time (%) = 0.000114918 (0.697318) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:37 2021 Memory usage per processor = 27.5243 Mbytes Step Atoms AVEKE stressZZ 6476 5000 9.8521914e-12 1796994 6477 -0.00828749999999548 1796961.43493135 6477 5000 9.8515105e-12 1796961.4 Loop time of 0.016995 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:37 2021 Pair time (%) = 0.00104403 (6.14321) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.223058) Outpt time (%) = 0.0157759 (92.8271) Other time (%) = 0.000137091 (0.806655) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:37 2021 Memory usage per processor = 27.5243 Mbytes Step Atoms AVEKE stressZZ 6477 5000 9.8515105e-12 1796956.8 6478 -0.00828749999999548 1796924.20737472 6478 5000 9.8508297e-12 1796924.2 Loop time of 0.016943 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:37 2021 Pair time (%) = 0.000861168 (5.08274) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188562) Outpt time (%) = 0.0159571 (94.1813) Other time (%) = 9.27448e-05 (0.547394) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:37 2021 Memory usage per processor = 27.5243 Mbytes Step Atoms AVEKE stressZZ 6478 5000 9.8508297e-12 1796919.6 6479 -0.00828749999999548 1796886.98157251 6479 5000 9.850149e-12 1796887 Loop time of 0.0170889 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:37 2021 Pair time (%) = 0.000857115 (5.01563) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186952) Outpt time (%) = 0.016113 (94.2896) Other time (%) = 8.67844e-05 (0.507841) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:37 2021 Memory usage per processor = 27.5243 Mbytes Step Atoms AVEKE stressZZ 6479 5000 9.850149e-12 1796882.4 6480 -0.00828749999999548 1796849.75752419 6480 5000 9.8494683e-12 1796849.8 Loop time of 0.0184391 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:37 2021 Pair time (%) = 0.000883102 (4.7893) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.1849) Outpt time (%) = 0.0174201 (94.4737) Other time (%) = 0.000101805 (0.552115) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:37 2021 Memory usage per processor = 27.5243 Mbytes Step Atoms AVEKE stressZZ 6480 5000 9.8494683e-12 1796845.1 6481 -0.00828749999999548 1796812.53523265 6481 5000 9.8487878e-12 1796812.5 Loop time of 0.017251 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:37 2021 Pair time (%) = 0.00121999 (7.07198) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.29576) Outpt time (%) = 0.0158079 (91.6344) Other time (%) = 0.000172138 (0.997844) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:37 2021 Memory usage per processor = 27.5243 Mbytes Step Atoms AVEKE stressZZ 6481 5000 9.8487878e-12 1796807.9 6482 -0.00828749999999548 1796775.31469724 6482 5000 9.8481072e-12 1796775.3 Loop time of 0.0173271 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:38 2021 Pair time (%) = 0.000859022 (4.95769) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184383) Outpt time (%) = 0.0163431 (94.3213) Other time (%) = 9.29832e-05 (0.536636) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:38 2021 Memory usage per processor = 27.5243 Mbytes Step Atoms AVEKE stressZZ 6482 5000 9.8481072e-12 1796770.7 6483 -0.00828749999999548 1796738.09591744 6483 5000 9.8474267e-12 1796738.1 Loop time of 0.0166671 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:38 2021 Pair time (%) = 0.000859976 (5.15971) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.193114) Outpt time (%) = 0.015682 (94.0893) Other time (%) = 9.29832e-05 (0.557884) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:38 2021 Memory usage per processor = 27.5243 Mbytes Step Atoms AVEKE stressZZ 6483 5000 9.8474267e-12 1796733.5 6484 -0.00828749999999548 1796700.87889266 6484 5000 9.8467463e-12 1796700.9 Loop time of 0.0165749 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:38 2021 Pair time (%) = 0.00100613 (6.0702) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.198504) Outpt time (%) = 0.0153968 (92.8927) Other time (%) = 0.000138998 (0.838608) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:38 2021 Memory usage per processor = 27.5243 Mbytes Step Atoms AVEKE stressZZ 6484 5000 9.8467463e-12 1796696.3 6485 -0.00828749999999548 1796663.66362233 6485 5000 9.846066e-12 1796663.7 Loop time of 0.016948 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:38 2021 Pair time (%) = 0.000911951 (5.38088) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188507) Outpt time (%) = 0.0158899 (93.7568) Other time (%) = 0.000114202 (0.673841) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:38 2021 Memory usage per processor = 27.5243 Mbytes Step Atoms AVEKE stressZZ 6485 5000 9.846066e-12 1796659 6486 -0.00828749999999548 1796626.450106 6486 5000 9.8453857e-12 1796626.5 Loop time of 0.0171959 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:38 2021 Pair time (%) = 0.000953913 (5.54731) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.19688) Outpt time (%) = 0.016099 (93.6208) Other time (%) = 0.000109196 (0.635009) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:38 2021 Memory usage per processor = 27.5243 Mbytes Step Atoms AVEKE stressZZ 6486 5000 9.8453857e-12 1796621.8 6487 -0.00828749999999548 1796589.2383432 6487 5000 9.8447055e-12 1796589.2 Loop time of 0.0163851 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:38 2021 Pair time (%) = 0.00089097 (5.43769) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.189162) Outpt time (%) = 0.0153692 (93.7998) Other time (%) = 9.39369e-05 (0.573308) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:38 2021 Memory usage per processor = 27.5243 Mbytes Step Atoms AVEKE stressZZ 6487 5000 9.8447055e-12 1796584.6 6488 -0.00828749999999548 1796552.02833351 6488 5000 9.8440254e-12 1796552 Loop time of 0.017148 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:38 2021 Pair time (%) = 0.00122809 (7.16173) Neigh time (%) = 0 (0) Comm time (%) = 4.88758e-05 (0.285023) Outpt time (%) = 0.015682 (91.4507) Other time (%) = 0.000189066 (1.10255) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:38 2021 Memory usage per processor = 27.5243 Mbytes Step Atoms AVEKE stressZZ 6488 5000 9.8440254e-12 1796547.4 6489 -0.00828749999999548 1796514.82007649 6489 5000 9.8433453e-12 1796514.8 Loop time of 0.0172579 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:38 2021 Pair time (%) = 0.00085783 (4.97064) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.186503) Outpt time (%) = 0.0162749 (94.3041) Other time (%) = 9.29832e-05 (0.538786) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:38 2021 Memory usage per processor = 27.5243 Mbytes Step Atoms AVEKE stressZZ 6489 5000 9.8433453e-12 1796510.2 6490 -0.00828749999999548 1796477.61357168 6490 5000 9.8426653e-12 1796477.6 Loop time of 0.0185511 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:38 2021 Pair time (%) = 0.000900984 (4.85676) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.167076) Outpt time (%) = 0.017524 (94.4634) Other time (%) = 9.5129e-05 (0.512794) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:38 2021 Memory usage per processor = 27.5243 Mbytes Step Atoms AVEKE stressZZ 6490 5000 9.8426653e-12 1796473 6491 -0.00828749999999548 1796440.40881872 6491 5000 9.8419853e-12 1796440.4 Loop time of 0.0164311 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:38 2021 Pair time (%) = 0.00090909 (5.53274) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.206045) Outpt time (%) = 0.0153899 (93.6634) Other time (%) = 9.82285e-05 (0.597821) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:38 2021 Memory usage per processor = 27.5243 Mbytes Step Atoms AVEKE stressZZ 6491 5000 9.8419853e-12 1796435.8 6492 -0.00828749999999548 1796403.20581723 6492 5000 9.8413054e-12 1796403.2 Loop time of 0.017339 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:38 2021 Pair time (%) = 0.000915051 (5.27741) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191131) Outpt time (%) = 0.0162771 (93.8756) Other time (%) = 0.000113726 (0.655895) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:38 2021 Memory usage per processor = 27.5243 Mbytes Step Atoms AVEKE stressZZ 6492 5000 9.8413054e-12 1796398.6 6493 -0.00828749999999548 1796366.00456684 6493 5000 9.8406256e-12 1796366 Loop time of 0.0178509 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:38 2021 Pair time (%) = 0.00102115 (5.72043) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.18565) Outpt time (%) = 0.0166199 (93.1042) Other time (%) = 0.000176668 (0.989689) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:38 2021 Memory usage per processor = 27.5243 Mbytes Step Atoms AVEKE stressZZ 6493 5000 9.8406256e-12 1796361.4 6494 -0.00828749999999548 1796328.80506715 6494 5000 9.8399458e-12 1796328.8 Loop time of 0.016695 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:38 2021 Pair time (%) = 0.000857115 (5.13395) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191363) Outpt time (%) = 0.015713 (94.1177) Other time (%) = 9.29832e-05 (0.556952) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:38 2021 Memory usage per processor = 27.5243 Mbytes Step Atoms AVEKE stressZZ 6494 5000 9.8399458e-12 1796324.2 6495 -0.00828749999999548 1796291.60731785 6495 5000 9.8392661e-12 1796291.6 Loop time of 0.0165439 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:38 2021 Pair time (%) = 0.000925064 (5.59158) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.206082) Outpt time (%) = 0.0154519 (93.3996) Other time (%) = 0.000132799 (0.802709) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:38 2021 Memory usage per processor = 27.5243 Mbytes Step Atoms AVEKE stressZZ 6495 5000 9.8392661e-12 1796287 6496 -0.00828749999999548 1796254.41131856 6496 5000 9.8385865e-12 1796254.4 Loop time of 0.0171981 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:38 2021 Pair time (%) = 0.00085783 (4.98794) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185765) Outpt time (%) = 0.0162172 (94.2967) Other time (%) = 9.10759e-05 (0.52957) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:38 2021 Memory usage per processor = 27.5243 Mbytes Step Atoms AVEKE stressZZ 6496 5000 9.8385865e-12 1796249.8 6497 -0.00828749999999548 1796217.21706896 6497 5000 9.8379069e-12 1796217.2 Loop time of 0.0173399 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:38 2021 Pair time (%) = 0.00102019 (5.88349) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.21862) Outpt time (%) = 0.0161669 (93.2352) Other time (%) = 0.000114918 (0.662734) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:38 2021 Memory usage per processor = 27.5243 Mbytes Step Atoms AVEKE stressZZ 6497 5000 9.8379069e-12 1796212.6 6498 -0.00828749999999548 1796180.02456875 6498 5000 9.8372274e-12 1796180 Loop time of 0.0167081 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:38 2021 Pair time (%) = 0.000868082 (5.19557) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.202628) Outpt time (%) = 0.0156629 (93.7442) Other time (%) = 0.00014329 (0.857604) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:38 2021 Memory usage per processor = 27.5243 Mbytes Step Atoms AVEKE stressZZ 6498 5000 9.8372274e-12 1796175.4 6499 -0.00828749999999548 1796142.83381754 6499 5000 9.8365479e-12 1796142.8 Loop time of 0.0171409 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:38 2021 Pair time (%) = 0.00101995 (5.95043) Neigh time (%) = 0 (0) Comm time (%) = 6.31809e-05 (0.368598) Outpt time (%) = 0.0159309 (92.941) Other time (%) = 0.000126839 (0.739978) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:38 2021 Memory usage per processor = 27.5243 Mbytes Step Atoms AVEKE stressZZ 6499 5000 9.8365479e-12 1796138.2 6500 -0.00828749999999548 1796105.64481509 6500 5000 9.8358686e-12 1796105.6 Loop time of 0.0186729 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:38 2021 Pair time (%) = 0.000885963 (4.74464) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.181307) Outpt time (%) = 0.0176551 (94.5493) Other time (%) = 9.799e-05 (0.52477) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:38 2021 Memory usage per processor = 27.5243 Mbytes Step Atoms AVEKE stressZZ 6500 5000 9.8358686e-12 1796101 6501 -0.00828749999999548 1796068.45756102 6501 5000 9.8351892e-12 1796068.5 Loop time of 0.0163188 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:38 2021 Pair time (%) = 0.000859976 (5.26985) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.195775) Outpt time (%) = 0.0153348 (93.9704) Other time (%) = 9.20296e-05 (0.563948) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:38 2021 Memory usage per processor = 27.5243 Mbytes Step Atoms AVEKE stressZZ 6501 5000 9.8351892e-12 1796063.8 6502 -0.00828749999999548 1796031.27205507 6502 5000 9.83451e-12 1796031.3 Loop time of 0.0162048 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:38 2021 Pair time (%) = 0.000859022 (5.30102) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.191266) Outpt time (%) = 0.015224 (93.9472) Other time (%) = 9.08375e-05 (0.560558) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:38 2021 Memory usage per processor = 27.5243 Mbytes Step Atoms AVEKE stressZZ 6502 5000 9.83451e-12 1796026.7 6503 -0.00828749999999548 1795994.08829692 6503 5000 9.8338308e-12 1795994.1 Loop time of 0.0162201 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:38 2021 Pair time (%) = 0.000860214 (5.30339) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.196966) Outpt time (%) = 0.01524 (93.9573) Other time (%) = 8.79765e-05 (0.542392) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:38 2021 Memory usage per processor = 27.5243 Mbytes Step Atoms AVEKE stressZZ 6503 5000 9.8338308e-12 1795989.5 6504 -0.00828749999999548 1795956.90628627 6504 5000 9.8331517e-12 1795956.9 Loop time of 0.0163739 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:38 2021 Pair time (%) = 0.000901937 (5.50839) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.196572) Outpt time (%) = 0.015352 (93.7592) Other time (%) = 8.7738e-05 (0.535842) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:20:38 2021 Memory usage per processor = 27.5243 Mbytes Step Atoms AVEKE stressZZ 6504 5000 9.8331517e-12 1795952.3 6505 -0.00828749999999548 1795913.14002212 6505 5000 1.9426737e-11 1795972 Loop time of 0.0169692 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:38 2021 Pair time (%) = 0.00125003 (7.36645) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206536) Outpt time (%) = 0.0154788 (91.2173) Other time (%) = 0.000205278 (1.20971) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:38 2021 Memory usage per processor = 27.5243 Mbytes Step Atoms AVEKE stressZZ 6505 5000 1.9426737e-11 1829992.7 6506 -0.00831999999999546 1829949.35212856 6506 5000 1.569761e-11 1829949.4 Loop time of 0.0169702 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:38 2021 Pair time (%) = 0.000862122 (5.08022) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18826) Outpt time (%) = 0.0159829 (94.1822) Other time (%) = 9.32217e-05 (0.549327) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:38 2021 Memory usage per processor = 27.5243 Mbytes Step Atoms AVEKE stressZZ 6506 5000 1.569761e-11 1829943.1 6507 -0.00831999999999546 1829903.48973174 6507 5000 1.3533759e-11 1829903.5 Loop time of 0.016479 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:38 2021 Pair time (%) = 0.000859976 (5.21861) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193871) Outpt time (%) = 0.0154929 (94.016) Other time (%) = 9.41753e-05 (0.571486) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:38 2021 Memory usage per processor = 27.5243 Mbytes Step Atoms AVEKE stressZZ 6507 5000 1.3533759e-11 1829897.8 6508 -0.00831999999999546 1829860.50200773 6508 5000 1.2241683e-11 1829860.5 Loop time of 0.0163579 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:38 2021 Pair time (%) = 0.000891924 (5.45256) Neigh time (%) = 0 (0) Comm time (%) = 5.50747e-05 (0.336686) Outpt time (%) = 0.0153069 (93.5753) Other time (%) = 0.000103951 (0.635476) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:38 2021 Memory usage per processor = 27.5243 Mbytes Step Atoms AVEKE stressZZ 6508 5000 1.2241683e-11 1829855.2 6509 -0.00831999999999546 1829819.34181538 6509 5000 1.145396e-11 1829819.3 Loop time of 0.017144 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:38 2021 Pair time (%) = 0.000939846 (5.48208) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180789) Outpt time (%) = 0.016078 (93.7822) Other time (%) = 9.5129e-05 (0.554883) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:38 2021 Memory usage per processor = 27.5243 Mbytes Step Atoms AVEKE stressZZ 6509 5000 1.145396e-11 1829814.2 6510 -0.00831999999999546 1829779.34368752 6510 5000 1.0966695e-11 1829779.3 Loop time of 0.0186481 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:38 2021 Pair time (%) = 0.000865936 (4.64355) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.172599) Outpt time (%) = 0.017658 (94.6903) Other time (%) = 9.20296e-05 (0.493505) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:38 2021 Memory usage per processor = 27.5245 Mbytes Step Atoms AVEKE stressZZ 6510 5000 1.0966695e-11 1829774.4 6511 -0.00831999999999546 1829740.08471335 6511 5000 1.0662271e-11 1829740.1 Loop time of 0.0163491 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:38 2021 Pair time (%) = 0.000859976 (5.26009) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.195412) Outpt time (%) = 0.015363 (93.9685) Other time (%) = 9.41753e-05 (0.576028) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:38 2021 Memory usage per processor = 27.5245 Mbytes Step Atoms AVEKE stressZZ 6511 5000 1.0662271e-11 1829735.2 6512 -0.00831999999999546 1829701.29612861 6512 5000 1.047077e-11 1829701.3 Loop time of 0.0172479 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:38 2021 Pair time (%) = 0.00106287 (6.16231) Neigh time (%) = 0 (0) Comm time (%) = 4.81606e-05 (0.279225) Outpt time (%) = 0.016006 (92.7996) Other time (%) = 0.000130892 (0.758885) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:38 2021 Memory usage per processor = 27.5245 Mbytes Step Atoms AVEKE stressZZ 6512 5000 1.047077e-11 1829696.5 6513 -0.00831999999999546 1829662.80713069 6513 5000 1.034971e-11 1829662.8 Loop time of 0.0171549 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:38 2021 Pair time (%) = 0.000900984 (5.25204) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180673) Outpt time (%) = 0.016129 (94.0197) Other time (%) = 9.39369e-05 (0.54758) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:38 2021 Memory usage per processor = 27.5245 Mbytes Step Atoms AVEKE stressZZ 6513 5000 1.034971e-11 1829658 6514 -0.00831999999999546 1829624.50917247 6514 5000 1.0272881e-11 1829624.5 Loop time of 0.016537 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:38 2021 Pair time (%) = 0.000862837 (5.21763) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.194634) Outpt time (%) = 0.0155489 (94.0255) Other time (%) = 9.29832e-05 (0.562276) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:38 2021 Memory usage per processor = 27.5245 Mbytes Step Atoms AVEKE stressZZ 6514 5000 1.0272881e-11 1829619.7 6515 -0.00831999999999546 1829586.33327112 6515 5000 1.0223946e-11 1829586.3 Loop time of 0.0170732 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:38 2021 Pair time (%) = 0.000883102 (5.17246) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192711) Outpt time (%) = 0.016016 (93.8081) Other time (%) = 0.000141144 (0.8267) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:38 2021 Memory usage per processor = 27.5245 Mbytes Step Atoms AVEKE stressZZ 6515 5000 1.0223946e-11 1829581.6 6516 -0.00831999999999546 1829548.235587 6516 5000 1.0192651e-11 1829548.2 Loop time of 0.0173049 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:38 2021 Pair time (%) = 0.000972986 (5.62261) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191508) Outpt time (%) = 0.016201 (93.621) Other time (%) = 9.77516e-05 (0.564878) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:38 2021 Memory usage per processor = 27.5245 Mbytes Step Atoms AVEKE stressZZ 6516 5000 1.0192651e-11 1829543.5 6517 -0.00831999999999546 1829510.18825965 6517 5000 1.017253e-11 1829510.2 Loop time of 0.017252 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:38 2021 Pair time (%) = 0.000862122 (4.99724) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179657) Outpt time (%) = 0.0162482 (94.1819) Other time (%) = 0.000110626 (0.641238) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:38 2021 Memory usage per processor = 27.5245 Mbytes Step Atoms AVEKE stressZZ 6517 5000 1.017253e-11 1829505.4 6518 -0.00831999999999546 1829472.17358325 6518 5000 1.0159497e-11 1829472.2 Loop time of 0.0164359 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:38 2021 Pair time (%) = 0.000902891 (5.49342) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.19438) Outpt time (%) = 0.0154059 (93.7334) Other time (%) = 9.5129e-05 (0.578789) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:38 2021 Memory usage per processor = 27.5245 Mbytes Step Atoms AVEKE stressZZ 6518 5000 1.0159497e-11 1829467.4 6519 -0.00831999999999546 1829434.1803055 6519 5000 1.0150962e-11 1829434.2 Loop time of 0.0168009 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:38 2021 Pair time (%) = 0.00106096 (6.31492) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.221377) Outpt time (%) = 0.0155749 (92.7031) Other time (%) = 0.000127792 (0.760629) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:38 2021 Memory usage per processor = 27.5245 Mbytes Step Atoms AVEKE stressZZ 6519 5000 1.0150962e-11 1829429.4 6520 -0.00831999999999546 1829396.20127539 6520 5000 1.0145284e-11 1829396.2 Loop time of 0.0187991 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:38 2021 Pair time (%) = 0.000861883 (4.58471) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.169945) Outpt time (%) = 0.0178101 (94.7393) Other time (%) = 9.5129e-05 (0.506031) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:38 2021 Memory usage per processor = 27.5245 Mbytes Step Atoms AVEKE stressZZ 6520 5000 1.0145284e-11 1829391.5 6521 -0.00831999999999546 1829358.23194831 6521 5000 1.0141419e-11 1829358.2 Loop time of 0.016979 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:38 2021 Pair time (%) = 0.000865936 (5.10005) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.182546) Outpt time (%) = 0.0159888 (94.1684) Other time (%) = 9.32217e-05 (0.549042) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:38 2021 Memory usage per processor = 27.5245 Mbytes Step Atoms AVEKE stressZZ 6521 5000 1.0141419e-11 1829353.5 6522 -0.00831999999999546 1829320.26943605 6522 5000 1.0138708e-11 1829320.3 Loop time of 0.0167491 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:38 2021 Pair time (%) = 0.000877142 (5.23694) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.197862) Outpt time (%) = 0.015682 (93.6286) Other time (%) = 0.000156879 (0.936641) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:38 2021 Memory usage per processor = 27.5245 Mbytes Step Atoms AVEKE stressZZ 6522 5000 1.0138708e-11 1829315.5 6523 -0.00831999999999546 1829282.31190298 6523 5000 1.0136728e-11 1829282.3 Loop time of 0.0170491 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:38 2021 Pair time (%) = 0.000962019 (5.64265) Neigh time (%) = 0 (0) Comm time (%) = 4.81606e-05 (0.282482) Outpt time (%) = 0.0158708 (93.089) Other time (%) = 0.000168085 (0.98589) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:38 2021 Memory usage per processor = 27.5245 Mbytes Step Atoms AVEKE stressZZ 6523 5000 1.0136728e-11 1829277.6 6524 -0.00831999999999546 1829244.35818262 6524 5000 1.0135214e-11 1829244.4 Loop time of 0.017508 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:38 2021 Pair time (%) = 0.000861168 (4.9187) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182477) Outpt time (%) = 0.0165219 (94.3677) Other time (%) = 9.29832e-05 (0.531089) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:38 2021 Memory usage per processor = 27.5245 Mbytes Step Atoms AVEKE stressZZ 6524 5000 1.0135214e-11 1829239.6 6525 -0.00831999999999546 1829206.40753349 6525 5000 1.0133996e-11 1829206.4 Loop time of 0.0167971 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:38 2021 Pair time (%) = 0.000898123 (5.3469) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.1902) Outpt time (%) = 0.0156989 (93.4622) Other time (%) = 0.000168085 (1.00068) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:38 2021 Memory usage per processor = 27.5245 Mbytes Step Atoms AVEKE stressZZ 6525 5000 1.0133996e-11 1829201.7 6526 -0.00831999999999546 1829168.45948432 6526 5000 1.0132966e-11 1829168.5 Loop time of 0.0170422 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:39 2021 Pair time (%) = 0.000902176 (5.29379) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205652) Outpt time (%) = 0.015986 (93.8025) Other time (%) = 0.000118971 (0.698097) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:39 2021 Memory usage per processor = 27.5245 Mbytes Step Atoms AVEKE stressZZ 6526 5000 1.0132966e-11 1829163.7 6527 -0.00831999999999546 1829130.51373558 6527 5000 1.0132055e-11 1829130.5 Loop time of 0.01737 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:39 2021 Pair time (%) = 0.000948906 (5.46291) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183927) Outpt time (%) = 0.016294 (93.8055) Other time (%) = 9.5129e-05 (0.547663) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:39 2021 Memory usage per processor = 27.5245 Mbytes Step Atoms AVEKE stressZZ 6527 5000 1.0132055e-11 1829125.8 6528 -0.00831999999999546 1829092.57009681 6528 5000 1.013122e-11 1829092.6 Loop time of 0.0171959 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:39 2021 Pair time (%) = 0.000987053 (5.74003) Neigh time (%) = 0 (0) Comm time (%) = 5.50747e-05 (0.320277) Outpt time (%) = 0.016047 (93.3185) Other time (%) = 0.000106812 (0.621144) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:39 2021 Memory usage per processor = 27.5245 Mbytes Step Atoms AVEKE stressZZ 6528 5000 1.013122e-11 1829087.8 6529 -0.00831999999999546 1829054.62844698 6529 5000 1.0130434e-11 1829054.6 Loop time of 0.0164409 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:39 2021 Pair time (%) = 0.000869036 (5.28583) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194321) Outpt time (%) = 0.0154309 (93.8571) Other time (%) = 0.000108957 (0.662722) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:39 2021 Memory usage per processor = 27.5245 Mbytes Step Atoms AVEKE stressZZ 6529 5000 1.0130434e-11 1829049.9 6530 -0.00831999999999546 1829016.68870907 6530 5000 1.0129678e-11 1829016.7 Loop time of 0.0189421 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:39 2021 Pair time (%) = 0.00110197 (5.81757) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.216491) Outpt time (%) = 0.0176361 (93.105) Other time (%) = 0.000163078 (0.86093) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:39 2021 Memory usage per processor = 27.5245 Mbytes Step Atoms AVEKE stressZZ 6530 5000 1.0129678e-11 1829011.9 6531 -0.00831999999999546 1828978.7508341 6531 5000 1.0128942e-11 1828978.8 Loop time of 0.0171962 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:39 2021 Pair time (%) = 0.000859976 (5.00097) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.18024) Outpt time (%) = 0.0162148 (94.2933) Other time (%) = 9.03606e-05 (0.525469) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:39 2021 Memory usage per processor = 27.5245 Mbytes Step Atoms AVEKE stressZZ 6531 5000 1.0128942e-11 1828974 6532 -0.00831999999999546 1828940.81479082 6532 5000 1.0128218e-11 1828940.8 Loop time of 0.0172398 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:39 2021 Pair time (%) = 0.000897169 (5.20405) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185316) Outpt time (%) = 0.0162189 (94.0782) Other time (%) = 9.17912e-05 (0.532437) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:39 2021 Memory usage per processor = 27.5245 Mbytes Step Atoms AVEKE stressZZ 6532 5000 1.0128218e-11 1828936.1 6533 -0.00831999999999546 1828902.88055939 6533 5000 1.0127502e-11 1828902.9 Loop time of 0.016458 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:39 2021 Pair time (%) = 0.000860929 (5.23106) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194118) Outpt time (%) = 0.015476 (94.033) Other time (%) = 8.91685e-05 (0.541793) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:39 2021 Memory usage per processor = 27.5245 Mbytes Step Atoms AVEKE stressZZ 6533 5000 1.0127502e-11 1828898.1 6534 -0.00831999999999546 1828864.94812706 6534 5000 1.0126791e-11 1828864.9 Loop time of 0.017282 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:39 2021 Pair time (%) = 0.00109196 (6.31846) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.213834) Outpt time (%) = 0.016031 (92.7614) Other time (%) = 0.00012207 (0.706343) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:39 2021 Memory usage per processor = 27.5245 Mbytes Step Atoms AVEKE stressZZ 6534 5000 1.0126791e-11 1828860.2 6535 -0.00831999999999546 1828827.01748574 6535 5000 1.0126084e-11 1828827 Loop time of 0.017019 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:39 2021 Pair time (%) = 0.000899792 (5.28697) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18772) Outpt time (%) = 0.015996 (93.9888) Other time (%) = 9.13143e-05 (0.536542) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:39 2021 Memory usage per processor = 27.5245 Mbytes Step Atoms AVEKE stressZZ 6535 5000 1.0126084e-11 1828822.3 6536 -0.00831999999999546 1828789.08863021 6536 5000 1.0125378e-11 1828789.1 Loop time of 0.0167799 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:39 2021 Pair time (%) = 0.000860214 (5.12646) Neigh time (%) = 0 (0) Comm time (%) = 5.98431e-05 (0.356635) Outpt time (%) = 0.015729 (93.7369) Other time (%) = 0.000130892 (0.780051) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:39 2021 Memory usage per processor = 27.5245 Mbytes Step Atoms AVEKE stressZZ 6536 5000 1.0125378e-11 1828784.3 6537 -0.00831999999999546 1828751.16155704 6537 5000 1.0124674e-11 1828751.2 Loop time of 0.0167091 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:39 2021 Pair time (%) = 0.000896215 (5.36364) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.202617) Outpt time (%) = 0.0156159 (93.4578) Other time (%) = 0.000163078 (0.975986) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:39 2021 Memory usage per processor = 27.5245 Mbytes Step Atoms AVEKE stressZZ 6537 5000 1.0124674e-11 1828746.4 6538 -0.00831999999999546 1828713.23626405 6538 5000 1.0123971e-11 1828713.2 Loop time of 0.017163 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:39 2021 Pair time (%) = 0.000998974 (5.8205) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.187534) Outpt time (%) = 0.0160398 (93.4558) Other time (%) = 9.20296e-05 (0.536208) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:39 2021 Memory usage per processor = 27.5245 Mbytes Step Atoms AVEKE stressZZ 6538 5000 1.0123971e-11 1828708.5 6539 -0.00831999999999546 1828675.31274979 6539 5000 1.0123268e-11 1828675.3 Loop time of 0.0170779 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:39 2021 Pair time (%) = 0.000862122 (5.04816) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181488) Outpt time (%) = 0.0160699 (94.0974) Other time (%) = 0.000114918 (0.672902) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:39 2021 Memory usage per processor = 27.5245 Mbytes Step Atoms AVEKE stressZZ 6539 5000 1.0123268e-11 1828670.6 6540 -0.00831999999999546 1828637.39101324 6540 5000 1.0122566e-11 1828637.4 Loop time of 0.0183809 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:39 2021 Pair time (%) = 0.000864029 (4.70069) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.179) Outpt time (%) = 0.017381 (94.56) Other time (%) = 0.000102997 (0.560348) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:39 2021 Memory usage per processor = 27.5245 Mbytes Step Atoms AVEKE stressZZ 6540 5000 1.0122566e-11 1828632.6 6541 -0.00831999999999546 1828599.47105373 6541 5000 1.0121864e-11 1828599.5 Loop time of 0.017091 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:39 2021 Pair time (%) = 0.000869036 (5.08475) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192509) Outpt time (%) = 0.016089 (94.1368) Other time (%) = 0.000100136 (0.585897) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:39 2021 Memory usage per processor = 27.5245 Mbytes Step Atoms AVEKE stressZZ 6541 5000 1.0121864e-11 1828594.7 6542 -0.00831999999999546 1828561.55287077 6542 5000 1.0121162e-11 1828561.6 Loop time of 0.0171759 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:39 2021 Pair time (%) = 0.000899076 (5.23452) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186005) Outpt time (%) = 0.016149 (94.0215) Other time (%) = 9.58443e-05 (0.558016) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:39 2021 Memory usage per processor = 27.5245 Mbytes Step Atoms AVEKE stressZZ 6542 5000 1.0121162e-11 1828556.8 6543 -0.00831999999999546 1828523.63646397 6543 5000 1.0120461e-11 1828523.6 Loop time of 0.0167048 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:39 2021 Pair time (%) = 0.000857115 (5.13095) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191251) Outpt time (%) = 0.015696 (93.9613) Other time (%) = 0.000119686 (0.716478) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:39 2021 Memory usage per processor = 27.5245 Mbytes Step Atoms AVEKE stressZZ 6543 5000 1.0120461e-11 1828518.9 6544 -0.00831999999999546 1828485.72183304 6544 5000 1.0119759e-11 1828485.7 Loop time of 0.016824 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:39 2021 Pair time (%) = 0.000887871 (5.2774) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.20265) Outpt time (%) = 0.0157702 (93.7363) Other time (%) = 0.000131845 (0.783675) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:39 2021 Memory usage per processor = 27.5245 Mbytes Step Atoms AVEKE stressZZ 6544 5000 1.0119759e-11 1828481 6545 -0.00831999999999546 1828447.80897773 6545 5000 1.0119058e-11 1828447.8 Loop time of 0.017066 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:39 2021 Pair time (%) = 0.00113201 (6.63314) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.1886) Outpt time (%) = 0.0158069 (92.6222) Other time (%) = 9.48906e-05 (0.556021) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:39 2021 Memory usage per processor = 27.5245 Mbytes Step Atoms AVEKE stressZZ 6545 5000 1.0119058e-11 1828443.1 6546 -0.00831999999999546 1828409.89789782 6546 5000 1.0118357e-11 1828409.9 Loop time of 0.01632 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:39 2021 Pair time (%) = 0.000859022 (5.26362) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.19576) Outpt time (%) = 0.0153351 (93.965) Other time (%) = 9.39369e-05 (0.575594) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:39 2021 Memory usage per processor = 27.5245 Mbytes Step Atoms AVEKE stressZZ 6546 5000 1.0118357e-11 1828405.2 6547 -0.00831999999999546 1828371.98859312 6547 5000 1.0117655e-11 1828372 Loop time of 0.0163369 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:39 2021 Pair time (%) = 0.000859976 (5.264) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.195558) Outpt time (%) = 0.015363 (94.0384) Other time (%) = 8.2016e-05 (0.502029) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:39 2021 Memory usage per processor = 27.5245 Mbytes Step Atoms AVEKE stressZZ 6547 5000 1.0117655e-11 1828367.2 6548 -0.00831999999999546 1828334.08106345 6548 5000 1.0116954e-11 1828334.1 Loop time of 0.016345 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:39 2021 Pair time (%) = 0.000860929 (5.26723) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.195461) Outpt time (%) = 0.0153639 (93.9976) Other time (%) = 8.82149e-05 (0.539705) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:39 2021 Memory usage per processor = 27.5245 Mbytes Step Atoms AVEKE stressZZ 6548 5000 1.0116954e-11 1828329.3 6549 -0.00831999999999546 1828296.17530863 6549 5000 1.0116253e-11 1828296.2 Loop time of 0.017179 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:39 2021 Pair time (%) = 0.00114417 (6.66028) Neigh time (%) = 0 (0) Comm time (%) = 6.19888e-05 (0.36084) Outpt time (%) = 0.015825 (92.1184) Other time (%) = 0.00014782 (0.860466) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:39 2021 Memory usage per processor = 27.5245 Mbytes Step Atoms AVEKE stressZZ 6549 5000 1.0116253e-11 1828291.4 6550 -0.00831999999999546 1828258.2713285 6550 5000 1.0115552e-11 1828258.3 Loop time of 0.018836 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:39 2021 Pair time (%) = 0.000905991 (4.80988) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.169612) Outpt time (%) = 0.017801 (94.5053) Other time (%) = 9.70364e-05 (0.515164) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:39 2021 Memory usage per processor = 27.5245 Mbytes Step Atoms AVEKE stressZZ 6550 5000 1.0115552e-11 1828253.5 6551 -0.00831999999999546 1828220.36912288 6551 5000 1.0114851e-11 1828220.4 Loop time of 0.0170519 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:39 2021 Pair time (%) = 0.00089407 (5.24322) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.188756) Outpt time (%) = 0.0160329 (94.0241) Other time (%) = 9.27448e-05 (0.543896) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:39 2021 Memory usage per processor = 27.5245 Mbytes Step Atoms AVEKE stressZZ 6551 5000 1.0114851e-11 1828215.6 6552 -0.00831999999999546 1828182.46869159 6552 5000 1.011415e-11 1828182.5 Loop time of 0.0166469 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:39 2021 Pair time (%) = 0.000870943 (5.23188) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.204807) Outpt time (%) = 0.0155969 (93.6925) Other time (%) = 0.000144958 (0.870786) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:39 2021 Memory usage per processor = 27.5245 Mbytes Step Atoms AVEKE stressZZ 6552 5000 1.011415e-11 1828177.7 6553 -0.00831999999999546 1828144.5700345 6553 5000 1.0113449e-11 1828144.6 Loop time of 0.017091 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:39 2021 Pair time (%) = 0.000993013 (5.81014) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205064) Outpt time (%) = 0.0159578 (93.3696) Other time (%) = 0.000105143 (0.615191) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:39 2021 Memory usage per processor = 27.5245 Mbytes Step Atoms AVEKE stressZZ 6553 5000 1.0113449e-11 1828139.8 6554 -0.00831999999999546 1828106.67315143 6554 5000 1.0112749e-11 1828106.7 Loop time of 0.017128 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:39 2021 Pair time (%) = 0.000897884 (5.2422) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180958) Outpt time (%) = 0.016104 (94.0214) Other time (%) = 9.5129e-05 (0.555401) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:39 2021 Memory usage per processor = 27.5245 Mbytes Step Atoms AVEKE stressZZ 6554 5000 1.0112749e-11 1828101.9 6555 -0.00831999999999546 1828068.77804222 6555 5000 1.0112048e-11 1828068.8 Loop time of 0.0165989 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:39 2021 Pair time (%) = 0.00106907 (6.44059) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192471) Outpt time (%) = 0.0153718 (92.6071) Other time (%) = 0.000126123 (0.759828) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:39 2021 Memory usage per processor = 27.5245 Mbytes Step Atoms AVEKE stressZZ 6555 5000 1.0112048e-11 1828064 6556 -0.00831999999999546 1828030.88470672 6556 5000 1.0111347e-11 1828030.9 Loop time of 0.0168579 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:39 2021 Pair time (%) = 0.00112391 (6.66695) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.272957) Outpt time (%) = 0.015507 (91.9866) Other time (%) = 0.00018096 (1.07344) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:39 2021 Memory usage per processor = 27.5245 Mbytes Step Atoms AVEKE stressZZ 6556 5000 1.0111347e-11 1828026.1 6557 -0.00831999999999546 1827992.99314475 6557 5000 1.0110647e-11 1827993 Loop time of 0.0171039 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:39 2021 Pair time (%) = 0.000863075 (5.04607) Neigh time (%) = 0 (0) Comm time (%) = 4.50611e-05 (0.263455) Outpt time (%) = 0.0160761 (93.9907) Other time (%) = 0.000119686 (0.699759) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:39 2021 Memory usage per processor = 27.5245 Mbytes Step Atoms AVEKE stressZZ 6557 5000 1.0110647e-11 1827988.2 6558 -0.00831999999999546 1827955.10335614 6558 5000 1.0109946e-11 1827955.1 Loop time of 0.0164518 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:39 2021 Pair time (%) = 0.000859976 (5.22723) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194192) Outpt time (%) = 0.0154328 (93.8062) Other time (%) = 0.000127077 (0.772419) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:39 2021 Memory usage per processor = 27.5245 Mbytes Step Atoms AVEKE stressZZ 6558 5000 1.0109946e-11 1827950.4 6559 -0.00831999999999546 1827917.21534075 6559 5000 1.0109246e-11 1827917.2 Loop time of 0.0164559 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:39 2021 Pair time (%) = 0.000900984 (5.47515) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.212979) Outpt time (%) = 0.0154181 (93.6932) Other time (%) = 0.000101805 (0.618652) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:39 2021 Memory usage per processor = 27.5245 Mbytes Step Atoms AVEKE stressZZ 6559 5000 1.0109246e-11 1827912.5 6560 -0.00831999999999546 1827879.32909846 6560 5000 1.0108546e-11 1827879.3 Loop time of 0.0188222 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:39 2021 Pair time (%) = 0.000933886 (4.96162) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.174803) Outpt time (%) = 0.0177591 (94.3518) Other time (%) = 9.63211e-05 (0.511742) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:39 2021 Memory usage per processor = 27.5245 Mbytes Step Atoms AVEKE stressZZ 6560 5000 1.0108546e-11 1827874.6 6561 -0.00831999999999546 1827841.44462903 6561 5000 1.0107845e-11 1827841.4 Loop time of 0.0173469 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:39 2021 Pair time (%) = 0.000900984 (5.19393) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.178675) Outpt time (%) = 0.0163209 (94.0859) Other time (%) = 9.39369e-05 (0.541521) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:39 2021 Memory usage per processor = 27.5245 Mbytes Step Atoms AVEKE stressZZ 6561 5000 1.0107845e-11 1827836.7 6562 -0.00831999999999546 1827803.56193235 6562 5000 1.0107145e-11 1827803.6 Loop time of 0.0165191 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:39 2021 Pair time (%) = 0.000859976 (5.20596) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.187628) Outpt time (%) = 0.0155351 (94.0435) Other time (%) = 9.29832e-05 (0.562884) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:39 2021 Memory usage per processor = 27.5245 Mbytes Step Atoms AVEKE stressZZ 6562 5000 1.0107145e-11 1827798.8 6563 -0.00831999999999546 1827765.68100827 6563 5000 1.0106445e-11 1827765.7 Loop time of 0.0169349 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:39 2021 Pair time (%) = 0.000987053 (5.82852) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.218218) Outpt time (%) = 0.0157578 (93.0494) Other time (%) = 0.000153065 (0.903843) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:39 2021 Memory usage per processor = 27.5245 Mbytes Step Atoms AVEKE stressZZ 6563 5000 1.0106445e-11 1827760.9 6564 -0.00831999999999546 1827727.80185661 6564 5000 1.0105745e-11 1827727.8 Loop time of 0.0176079 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:39 2021 Pair time (%) = 0.000899076 (5.10609) Neigh time (%) = 0 (0) Comm time (%) = 3.12328e-05 (0.177379) Outpt time (%) = 0.016583 (94.179) Other time (%) = 9.46522e-05 (0.537554) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:39 2021 Memory usage per processor = 27.5245 Mbytes Step Atoms AVEKE stressZZ 6564 5000 1.0105745e-11 1827723.1 6565 -0.00831999999999546 1827689.92447719 6565 5000 1.0105045e-11 1827689.9 Loop time of 0.016983 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:39 2021 Pair time (%) = 0.000860214 (5.06514) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188118) Outpt time (%) = 0.016 (94.2119) Other time (%) = 9.08375e-05 (0.534872) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:39 2021 Memory usage per processor = 27.5245 Mbytes Step Atoms AVEKE stressZZ 6565 5000 1.0105045e-11 1827685.2 6566 -0.00831999999999546 1827652.04886991 6566 5000 1.0104345e-11 1827652 Loop time of 0.0167451 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:39 2021 Pair time (%) = 0.000904083 (5.39909) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.274796) Outpt time (%) = 0.015681 (93.6455) Other time (%) = 0.000113964 (0.680582) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:39 2021 Memory usage per processor = 27.5245 Mbytes Step Atoms AVEKE stressZZ 6566 5000 1.0104345e-11 1827647.3 6567 -0.00831999999999546 1827614.17503458 6567 5000 1.0103645e-11 1827614.2 Loop time of 0.0169461 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:39 2021 Pair time (%) = 0.000936031 (5.52359) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.218073) Outpt time (%) = 0.015857 (93.5732) Other time (%) = 0.00011611 (0.685172) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:39 2021 Memory usage per processor = 27.5245 Mbytes Step Atoms AVEKE stressZZ 6567 5000 1.0103645e-11 1827609.4 6568 -0.00831999999999546 1827576.30297107 6568 5000 1.0102945e-11 1827576.3 Loop time of 0.017097 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:39 2021 Pair time (%) = 0.000859022 (5.0244) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186864) Outpt time (%) = 0.016115 (94.256) Other time (%) = 9.10759e-05 (0.532701) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:39 2021 Memory usage per processor = 27.5245 Mbytes Step Atoms AVEKE stressZZ 6568 5000 1.0102945e-11 1827571.6 6569 -0.00831999999999546 1827538.43267915 6569 5000 1.0102245e-11 1827538.4 Loop time of 0.0166881 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:39 2021 Pair time (%) = 0.000859976 (5.15323) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191442) Outpt time (%) = 0.0157011 (94.0853) Other time (%) = 9.5129e-05 (0.570041) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:39 2021 Memory usage per processor = 27.5245 Mbytes Step Atoms AVEKE stressZZ 6569 5000 1.0102245e-11 1827533.7 6570 -0.00831999999999546 1827500.56415872 6570 5000 1.0101546e-11 1827500.6 Loop time of 0.0185459 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:40 2021 Pair time (%) = 0.00100017 (5.39293) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.199262) Outpt time (%) = 0.0173919 (93.7779) Other time (%) = 0.000116825 (0.629925) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:40 2021 Memory usage per processor = 27.5245 Mbytes Step Atoms AVEKE stressZZ 6570 5000 1.0101546e-11 1827495.8 6571 -0.00831999999999546 1827462.6974096 6571 5000 1.0100846e-11 1827462.7 Loop time of 0.017148 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:40 2021 Pair time (%) = 0.00105 (6.12313) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198821) Outpt time (%) = 0.0159571 (93.0552) Other time (%) = 0.000106812 (0.62288) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:40 2021 Memory usage per processor = 27.5245 Mbytes Step Atoms AVEKE stressZZ 6571 5000 1.0100846e-11 1827458 6572 -0.00831999999999546 1827424.83243165 6572 5000 1.0100146e-11 1827424.8 Loop time of 0.0169969 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:40 2021 Pair time (%) = 0.000859976 (5.05962) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187965) Outpt time (%) = 0.0160179 (94.2404) Other time (%) = 8.70228e-05 (0.511993) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:40 2021 Memory usage per processor = 27.5245 Mbytes Step Atoms AVEKE stressZZ 6572 5000 1.0100146e-11 1827420.1 6573 -0.00831999999999546 1827386.96922473 6573 5000 1.0099447e-11 1827387 Loop time of 0.016505 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:40 2021 Pair time (%) = 0.000921965 (5.58597) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.200789) Outpt time (%) = 0.0153878 (93.231) Other time (%) = 0.000162125 (0.982276) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:40 2021 Memory usage per processor = 27.5245 Mbytes Step Atoms AVEKE stressZZ 6573 5000 1.0099447e-11 1827382.2 6574 -0.00831999999999546 1827349.10778863 6574 5000 1.0098748e-11 1827349.1 Loop time of 0.0172119 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:40 2021 Pair time (%) = 0.00123405 (7.16977) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.214705) Outpt time (%) = 0.0157869 (91.7207) Other time (%) = 0.000154018 (0.894836) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:40 2021 Memory usage per processor = 27.5245 Mbytes Step Atoms AVEKE stressZZ 6574 5000 1.0098748e-11 1827344.4 6575 -0.00831999999999546 1827311.24812326 6575 5000 1.0098048e-11 1827311.2 Loop time of 0.017308 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:40 2021 Pair time (%) = 0.000861883 (4.97968) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191473) Outpt time (%) = 0.0163212 (94.2985) Other time (%) = 9.17912e-05 (0.53034) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:40 2021 Memory usage per processor = 27.5245 Mbytes Step Atoms AVEKE stressZZ 6575 5000 1.0098048e-11 1827306.5 6576 -0.00831999999999546 1827273.39022841 6576 5000 1.0097349e-11 1827273.4 Loop time of 0.0165472 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:40 2021 Pair time (%) = 0.000859976 (5.19711) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.187309) Outpt time (%) = 0.0155618 (94.045) Other time (%) = 9.44138e-05 (0.570572) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:40 2021 Memory usage per processor = 27.5245 Mbytes Step Atoms AVEKE stressZZ 6576 5000 1.0097349e-11 1827268.6 6577 -0.00831999999999546 1827235.53410395 6577 5000 1.009665e-11 1827235.5 Loop time of 0.016633 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:40 2021 Pair time (%) = 0.000901937 (5.42257) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.204977) Outpt time (%) = 0.0155911 (93.736) Other time (%) = 0.000105858 (0.636431) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:40 2021 Memory usage per processor = 27.5245 Mbytes Step Atoms AVEKE stressZZ 6577 5000 1.009665e-11 1827230.8 6578 -0.00831999999999546 1827197.67974972 6578 5000 1.0095951e-11 1827197.7 Loop time of 0.016928 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:40 2021 Pair time (%) = 0.000957012 (5.65344) Neigh time (%) = 0 (0) Comm time (%) = 6.29425e-05 (0.371826) Outpt time (%) = 0.0158069 (93.3776) Other time (%) = 0.000101089 (0.597175) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:40 2021 Memory usage per processor = 27.5245 Mbytes Step Atoms AVEKE stressZZ 6578 5000 1.0095951e-11 1827192.9 6579 -0.00831999999999546 1827159.82716559 6579 5000 1.0095251e-11 1827159.8 Loop time of 0.017262 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:40 2021 Pair time (%) = 0.000861168 (4.98881) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185078) Outpt time (%) = 0.0162771 (94.2944) Other time (%) = 9.17912e-05 (0.531753) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:40 2021 Memory usage per processor = 27.5245 Mbytes Step Atoms AVEKE stressZZ 6579 5000 1.0095251e-11 1827155.1 6580 -0.00831999999999546 1827121.97635135 6580 5000 1.0094552e-11 1827122 Loop time of 0.0181479 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:40 2021 Pair time (%) = 0.000862122 (4.75052) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.170787) Outpt time (%) = 0.017168 (94.6005) Other time (%) = 8.67844e-05 (0.478205) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:40 2021 Memory usage per processor = 27.5245 Mbytes Step Atoms AVEKE stressZZ 6580 5000 1.0094552e-11 1827117.2 6581 -0.00831999999999546 1827084.12730688 6581 5000 1.0093853e-11 1827084.1 Loop time of 0.0167332 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:40 2021 Pair time (%) = 0.00107288 (6.41172) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.233671) Outpt time (%) = 0.01548 (92.5111) Other time (%) = 0.000141144 (0.843497) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:40 2021 Memory usage per processor = 27.5245 Mbytes Step Atoms AVEKE stressZZ 6581 5000 1.0093853e-11 1827079.4 6582 -0.00831999999999546 1827046.28003203 6582 5000 1.0093155e-11 1827046.3 Loop time of 0.017385 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:40 2021 Pair time (%) = 0.000908136 (5.22368) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.178282) Outpt time (%) = 0.0163529 (94.0632) Other time (%) = 9.29832e-05 (0.534847) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:40 2021 Memory usage per processor = 27.5245 Mbytes Step Atoms AVEKE stressZZ 6582 5000 1.0093155e-11 1827041.5 6583 -0.00831999999999546 1827008.43452661 6583 5000 1.0092456e-11 1827008.4 Loop time of 0.017056 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:40 2021 Pair time (%) = 0.00086689 (5.08261) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181722) Outpt time (%) = 0.0160642 (94.1849) Other time (%) = 9.39369e-05 (0.550756) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:40 2021 Memory usage per processor = 27.5245 Mbytes Step Atoms AVEKE stressZZ 6583 5000 1.0092456e-11 1827003.7 6584 -0.00831999999999546 1826970.5907905 6584 5000 1.0091757e-11 1826970.6 Loop time of 0.0170331 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:40 2021 Pair time (%) = 0.000889063 (5.21962) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.194563) Outpt time (%) = 0.0160081 (93.9825) Other time (%) = 0.000102758 (0.603287) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:40 2021 Memory usage per processor = 27.5245 Mbytes Step Atoms AVEKE stressZZ 6584 5000 1.0091757e-11 1826965.8 6585 -0.00831999999999546 1826932.74882354 6585 5000 1.0091058e-11 1826932.7 Loop time of 0.0169871 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:40 2021 Pair time (%) = 0.000916004 (5.39236) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188073) Outpt time (%) = 0.0159431 (93.8539) Other time (%) = 9.60827e-05 (0.565622) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:40 2021 Memory usage per processor = 27.5245 Mbytes Step Atoms AVEKE stressZZ 6585 5000 1.0091058e-11 1826928 6586 -0.00831999999999546 1826894.90862557 6586 5000 1.009036e-11 1826894.9 Loop time of 0.0171089 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:40 2021 Pair time (%) = 0.000858068 (5.01533) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181159) Outpt time (%) = 0.0161271 (94.2614) Other time (%) = 9.27448e-05 (0.542085) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:40 2021 Memory usage per processor = 27.5245 Mbytes Step Atoms AVEKE stressZZ 6586 5000 1.009036e-11 1826890.2 6587 -0.00831999999999546 1826857.07019644 6587 5000 1.0089661e-11 1826857.1 Loop time of 0.01649 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:40 2021 Pair time (%) = 0.000883102 (5.35539) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193742) Outpt time (%) = 0.0154819 (93.887) Other time (%) = 9.29832e-05 (0.563877) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:40 2021 Memory usage per processor = 27.5245 Mbytes Step Atoms AVEKE stressZZ 6587 5000 1.0089661e-11 1826852.3 6588 -0.00831999999999546 1826819.23353597 6588 5000 1.0088963e-11 1826819.2 Loop time of 0.0166268 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:40 2021 Pair time (%) = 0.00102592 (6.17024) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.22226) Outpt time (%) = 0.0154438 (92.8848) Other time (%) = 0.000120163 (0.722705) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:40 2021 Memory usage per processor = 27.5245 Mbytes Step Atoms AVEKE stressZZ 6588 5000 1.0088963e-11 1826814.5 6589 -0.00831999999999546 1826781.39864405 6589 5000 1.0088264e-11 1826781.4 Loop time of 0.0170379 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:40 2021 Pair time (%) = 0.000865936 (5.08242) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.188912) Outpt time (%) = 0.0160489 (94.1955) Other time (%) = 9.08375e-05 (0.53315) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:40 2021 Memory usage per processor = 27.5245 Mbytes Step Atoms AVEKE stressZZ 6589 5000 1.0088264e-11 1826776.7 6590 -0.00831999999999546 1826743.56552046 6590 5000 1.0087566e-11 1826743.6 Loop time of 0.0181119 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:40 2021 Pair time (%) = 0.000864029 (4.77049) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.177709) Outpt time (%) = 0.017128 (94.5674) Other time (%) = 8.7738e-05 (0.484421) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:40 2021 Memory usage per processor = 27.5245 Mbytes Step Atoms AVEKE stressZZ 6590 5000 1.0087566e-11 1826738.8 6591 -0.00831999999999546 1826705.73416516 6591 5000 1.0086868e-11 1826705.7 Loop time of 0.0164158 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:40 2021 Pair time (%) = 0.000859976 (5.2387) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.19607) Outpt time (%) = 0.0154369 (94.0366) Other time (%) = 8.67844e-05 (0.528663) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:40 2021 Memory usage per processor = 27.5245 Mbytes Step Atoms AVEKE stressZZ 6591 5000 1.0086868e-11 1826701 6592 -0.00831999999999546 1826667.90457789 6592 5000 1.0086169e-11 1826667.9 Loop time of 0.0162592 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:40 2021 Pair time (%) = 0.000857115 (5.27157) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.190627) Outpt time (%) = 0.0152822 (93.9908) Other time (%) = 8.89301e-05 (0.546953) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:40 2021 Memory usage per processor = 27.5245 Mbytes Step Atoms AVEKE stressZZ 6592 5000 1.0086169e-11 1826663.2 6593 -0.00831999999999546 1826630.07675855 6593 5000 1.0085471e-11 1826630.1 Loop time of 0.017134 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:40 2021 Pair time (%) = 0.00100398 (5.8596) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.197593) Outpt time (%) = 0.0159869 (93.3055) Other time (%) = 0.000109196 (0.637306) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:40 2021 Memory usage per processor = 27.5245 Mbytes Step Atoms AVEKE stressZZ 6593 5000 1.0085471e-11 1826625.3 6594 -0.00831999999999546 1826592.25070695 6594 5000 1.0084773e-11 1826592.3 Loop time of 0.017267 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:40 2021 Pair time (%) = 0.000858068 (4.96942) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191928) Outpt time (%) = 0.0162749 (94.2546) Other time (%) = 0.000100851 (0.584069) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:40 2021 Memory usage per processor = 27.5245 Mbytes Step Atoms AVEKE stressZZ 6594 5000 1.0084773e-11 1826587.5 6595 -0.00831999999999546 1826554.426423 6595 5000 1.0084075e-11 1826554.4 Loop time of 0.016391 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:40 2021 Pair time (%) = 0.000861883 (5.25826) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.189094) Outpt time (%) = 0.015404 (93.9781) Other time (%) = 9.41753e-05 (0.574554) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:40 2021 Memory usage per processor = 27.5245 Mbytes Step Atoms AVEKE stressZZ 6595 5000 1.0084075e-11 1826549.7 6596 -0.00831999999999546 1826516.60390649 6596 5000 1.0083377e-11 1826516.6 Loop time of 0.0165849 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:40 2021 Pair time (%) = 0.000906944 (5.4685) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.205572) Outpt time (%) = 0.015512 (93.531) Other time (%) = 0.000131845 (0.794974) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:40 2021 Memory usage per processor = 27.5245 Mbytes Step Atoms AVEKE stressZZ 6596 5000 1.0083377e-11 1826511.9 6597 -0.00831999999999546 1826478.78315731 6597 5000 1.0082679e-11 1826478.8 Loop time of 0.0170991 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:40 2021 Pair time (%) = 0.000859976 (5.02935) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181263) Outpt time (%) = 0.016115 (94.2442) Other time (%) = 9.32217e-05 (0.545183) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:40 2021 Memory usage per processor = 27.5245 Mbytes Step Atoms AVEKE stressZZ 6597 5000 1.0082679e-11 1826474 6598 -0.00831999999999546 1826440.96417528 6598 5000 1.0081981e-11 1826441 Loop time of 0.01687 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:40 2021 Pair time (%) = 0.000857115 (5.0807) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.189378) Outpt time (%) = 0.015887 (94.1731) Other time (%) = 9.39369e-05 (0.556827) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:40 2021 Memory usage per processor = 27.5245 Mbytes Step Atoms AVEKE stressZZ 6598 5000 1.0081981e-11 1826436.2 6599 -0.00831999999999546 1826403.14696025 6599 5000 1.0081284e-11 1826403.1 Loop time of 0.0163782 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:40 2021 Pair time (%) = 0.000903845 (5.5186) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.200888) Outpt time (%) = 0.0153461 (93.6982) Other time (%) = 9.53674e-05 (0.582284) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:40 2021 Memory usage per processor = 27.5245 Mbytes Step Atoms AVEKE stressZZ 6599 5000 1.0081284e-11 1826398.4 6600 -0.00831999999999546 1826365.33151208 6600 5000 1.0080586e-11 1826365.3 Loop time of 0.0190029 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:40 2021 Pair time (%) = 0.000964165 (5.07377) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.179414) Outpt time (%) = 0.0178909 (94.1483) Other time (%) = 0.000113726 (0.598464) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:40 2021 Memory usage per processor = 27.5245 Mbytes Step Atoms AVEKE stressZZ 6600 5000 1.0080586e-11 1826360.6 6601 -0.00831999999999546 1826327.51783062 6601 5000 1.0079888e-11 1826327.5 Loop time of 0.016968 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:40 2021 Pair time (%) = 0.000859976 (5.06822) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.189689) Outpt time (%) = 0.015985 (94.2067) Other time (%) = 9.08375e-05 (0.535345) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:40 2021 Memory usage per processor = 27.5245 Mbytes Step Atoms AVEKE stressZZ 6601 5000 1.0079888e-11 1826322.8 6602 -0.00831999999999546 1826289.70591568 6602 5000 1.0079191e-11 1826289.7 Loop time of 0.016386 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:40 2021 Pair time (%) = 0.000859976 (5.24822) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.189151) Outpt time (%) = 0.0153999 (93.9821) Other time (%) = 9.5129e-05 (0.580549) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:40 2021 Memory usage per processor = 27.5245 Mbytes Step Atoms AVEKE stressZZ 6602 5000 1.0079191e-11 1826285 6603 -0.00831999999999546 1826251.89576717 6603 5000 1.0078493e-11 1826251.9 Loop time of 0.0195432 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:40 2021 Pair time (%) = 0.00121713 (6.22789) Neigh time (%) = 0 (0) Comm time (%) = 4.31538e-05 (0.220812) Outpt time (%) = 0.0181091 (92.6619) Other time (%) = 0.000173807 (0.88935) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:40 2021 Memory usage per processor = 27.5245 Mbytes Step Atoms AVEKE stressZZ 6603 5000 1.0078493e-11 1826247.2 6604 -0.00831999999999546 1826214.08738492 6604 5000 1.0077796e-11 1826214.1 Loop time of 0.0169349 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:40 2021 Pair time (%) = 0.000905991 (5.34985) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.195692) Outpt time (%) = 0.0158939 (93.8533) Other time (%) = 0.000101805 (0.601154) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:40 2021 Memory usage per processor = 27.5245 Mbytes Step Atoms AVEKE stressZZ 6604 5000 1.0077796e-11 1826209.3 6605 -0.00831999999999546 1826176.28076875 6605 5000 1.0077098e-11 1826176.3 Loop time of 0.017101 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:40 2021 Pair time (%) = 0.000898838 (5.25604) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181243) Outpt time (%) = 0.016077 (94.012) Other time (%) = 9.41753e-05 (0.550699) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:20:40 2021 Memory usage per processor = 27.5245 Mbytes Step Atoms AVEKE stressZZ 6605 5000 1.0077098e-11 1826171.5 6606 -0.00831999999999546 1826131.79029806 6606 5000 1.990866e-11 1826191.6 Loop time of 0.0162401 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:40 2021 Pair time (%) = 0.000859976 (5.29538) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.196723) Outpt time (%) = 0.0151951 (93.5654) Other time (%) = 0.000153065 (0.94251) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:40 2021 Memory usage per processor = 27.5245 Mbytes Step Atoms AVEKE stressZZ 6606 5000 1.990866e-11 1860483 6607 -0.00835249999999544 1860438.97823899 6607 5000 1.6085884e-11 1860439 Loop time of 0.0165951 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:40 2021 Pair time (%) = 0.00105786 (6.37454) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.224122) Outpt time (%) = 0.015347 (92.479) Other time (%) = 0.000153065 (0.922348) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:40 2021 Memory usage per processor = 27.5245 Mbytes Step Atoms AVEKE stressZZ 6607 5000 1.6085884e-11 1860432.6 6608 -0.00835249999999544 1860392.33746533 6608 5000 1.3867762e-11 1860392.3 Loop time of 0.0171061 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:40 2021 Pair time (%) = 0.000861883 (5.03847) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186765) Outpt time (%) = 0.016119 (94.2298) Other time (%) = 9.32217e-05 (0.544963) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:40 2021 Memory usage per processor = 27.5245 Mbytes Step Atoms AVEKE stressZZ 6608 5000 1.3867762e-11 1860386.5 6609 -0.00835249999999544 1860348.62311361 6609 5000 1.254331e-11 1860348.6 Loop time of 0.0166912 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:40 2021 Pair time (%) = 0.000864029 (5.17655) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191407) Outpt time (%) = 0.015703 (94.0792) Other time (%) = 9.2268e-05 (0.552794) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:40 2021 Memory usage per processor = 27.5245 Mbytes Step Atoms AVEKE stressZZ 6609 5000 1.254331e-11 1860343.1 6610 -0.00835249999999544 1860306.76925751 6610 5000 1.1735862e-11 1860306.8 Loop time of 0.0183039 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:40 2021 Pair time (%) = 0.000912905 (4.9875) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.184963) Outpt time (%) = 0.0172539 (94.2635) Other time (%) = 0.000103235 (0.564008) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:40 2021 Memory usage per processor = 27.5247 Mbytes Step Atoms AVEKE stressZZ 6610 5000 1.1735862e-11 1860301.5 6611 -0.00835249999999544 1860266.09841437 6611 5000 1.1236401e-11 1860266.1 Loop time of 0.0171678 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:40 2021 Pair time (%) = 0.000891924 (5.19533) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.268029) Outpt time (%) = 0.0161068 (93.82) Other time (%) = 0.000123024 (0.716597) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:40 2021 Memory usage per processor = 27.5247 Mbytes Step Atoms AVEKE stressZZ 6611 5000 1.1236401e-11 1860261 6612 -0.00835249999999544 1860226.18005205 6612 5000 1.0924358e-11 1860226.2 Loop time of 0.01721 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:40 2021 Pair time (%) = 0.000866175 (5.03297) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180095) Outpt time (%) = 0.016221 (94.2536) Other time (%) = 9.17912e-05 (0.533359) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:40 2021 Memory usage per processor = 27.5247 Mbytes Step Atoms AVEKE stressZZ 6612 5000 1.0924358e-11 1860221.1 6613 -0.00835249999999544 1860186.74056513 6613 5000 1.0728066e-11 1860186.7 Loop time of 0.016366 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:40 2021 Pair time (%) = 0.000864029 (5.27941) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.281161) Outpt time (%) = 0.015342 (93.7431) Other time (%) = 0.000113964 (0.696346) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:40 2021 Memory usage per processor = 27.5247 Mbytes Step Atoms AVEKE stressZZ 6613 5000 1.0728066e-11 1860181.8 6614 -0.00835249999999544 1860147.60607257 6614 5000 1.0603977e-11 1860147.6 Loop time of 0.0170879 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:41 2021 Pair time (%) = 0.00104094 (6.09164) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.22882) Outpt time (%) = 0.0158541 (92.7796) Other time (%) = 0.00015378 (0.899933) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:41 2021 Memory usage per processor = 27.5247 Mbytes Step Atoms AVEKE stressZZ 6614 5000 1.0603977e-11 1860142.7 6615 -0.00835249999999544 1860108.66606504 6615 5000 1.0525226e-11 1860108.7 Loop time of 0.017391 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:41 2021 Pair time (%) = 0.000862837 (4.96141) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.178221) Outpt time (%) = 0.016372 (94.1406) Other time (%) = 0.00012517 (0.71974) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:41 2021 Memory usage per processor = 27.5247 Mbytes Step Atoms AVEKE stressZZ 6615 5000 1.0525226e-11 1860103.7 6616 -0.00835249999999544 1860069.85032464 6616 5000 1.0475066e-11 1860069.9 Loop time of 0.0170588 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:41 2021 Pair time (%) = 0.000863075 (5.0594) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181691) Outpt time (%) = 0.0160711 (94.2096) Other time (%) = 9.36985e-05 (0.549266) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:41 2021 Memory usage per processor = 27.5247 Mbytes Step Atoms AVEKE stressZZ 6616 5000 1.0475066e-11 1860064.9 6617 -0.00835249999999544 1860031.11422205 6617 5000 1.0442987e-11 1860031.1 Loop time of 0.0166662 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:41 2021 Pair time (%) = 0.000899076 (5.39462) Neigh time (%) = 0 (0) Comm time (%) = 5.50747e-05 (0.330458) Outpt time (%) = 0.0155981 (93.5911) Other time (%) = 0.000113964 (0.683805) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:41 2021 Memory usage per processor = 27.5247 Mbytes Step Atoms AVEKE stressZZ 6617 5000 1.0442987e-11 1860026.2 6618 -0.00835249999999544 1859992.4293945 6618 5000 1.0422362e-11 1859992.4 Loop time of 0.017206 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:41 2021 Pair time (%) = 0.000943899 (5.48589) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.187066) Outpt time (%) = 0.016099 (93.5663) Other time (%) = 0.000130892 (0.760736) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:41 2021 Memory usage per processor = 27.5247 Mbytes Step Atoms AVEKE stressZZ 6618 5000 1.0422362e-11 1859987.5 6619 -0.00835249999999544 1859953.77781694 6619 5000 1.0409002e-11 1859953.8 Loop time of 0.0170889 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:41 2021 Pair time (%) = 0.000865221 (5.06306) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186952) Outpt time (%) = 0.0161009 (94.2184) Other time (%) = 9.08375e-05 (0.531559) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:41 2021 Memory usage per processor = 27.5247 Mbytes Step Atoms AVEKE stressZZ 6619 5000 1.0409002e-11 1859948.9 6620 -0.00835249999999544 1859915.14803402 6620 5000 1.0400253e-11 1859915.1 Loop time of 0.018543 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:41 2021 Pair time (%) = 0.000862837 (4.65317) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.167149) Outpt time (%) = 0.0175579 (94.6872) Other time (%) = 9.13143e-05 (0.492446) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:41 2021 Memory usage per processor = 27.5247 Mbytes Step Atoms AVEKE stressZZ 6620 5000 1.0400253e-11 1859910.3 6621 -0.00835249999999544 1859876.53276629 6621 5000 1.0394431e-11 1859876.5 Loop time of 0.01648 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:41 2021 Pair time (%) = 0.000899076 (5.45557) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.206881) Outpt time (%) = 0.0154459 (93.7256) Other time (%) = 0.000100851 (0.611961) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:41 2021 Memory usage per processor = 27.5247 Mbytes Step Atoms AVEKE stressZZ 6621 5000 1.0394431e-11 1859871.7 6622 -0.00835249999999544 1859837.92739061 6622 5000 1.0390469e-11 1859837.9 Loop time of 0.017051 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:41 2021 Pair time (%) = 0.000927925 (5.44206) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187368) Outpt time (%) = 0.015996 (93.8127) Other time (%) = 9.5129e-05 (0.557909) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:41 2021 Memory usage per processor = 27.5247 Mbytes Step Atoms AVEKE stressZZ 6622 5000 1.0390469e-11 1859833 6623 -0.00835249999999544 1859799.32896163 6623 5000 1.0387689e-11 1859799.3 Loop time of 0.017139 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:41 2021 Pair time (%) = 0.000863075 (5.03575) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186406) Outpt time (%) = 0.0161521 (94.2423) Other time (%) = 9.17912e-05 (0.53557) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:41 2021 Memory usage per processor = 27.5247 Mbytes Step Atoms AVEKE stressZZ 6623 5000 1.0387689e-11 1859794.5 6624 -0.00835249999999544 1859760.73561039 6624 5000 1.0385659e-11 1859760.7 Loop time of 0.0165038 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:41 2021 Pair time (%) = 0.000864029 (5.23533) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.19358) Outpt time (%) = 0.0155149 (94.0077) Other time (%) = 9.29832e-05 (0.563405) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:41 2021 Memory usage per processor = 27.5247 Mbytes Step Atoms AVEKE stressZZ 6624 5000 1.0385659e-11 1859755.9 6625 -0.00835249999999544 1859722.14614903 6625 5000 1.0384106e-11 1859722.1 Loop time of 0.0169451 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:41 2021 Pair time (%) = 0.00115108 (6.79302) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.219493) Outpt time (%) = 0.0155821 (91.9562) Other time (%) = 0.000174761 (1.03133) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:41 2021 Memory usage per processor = 27.5247 Mbytes Step Atoms AVEKE stressZZ 6625 5000 1.0384106e-11 1859717.3 6626 -0.00835249999999544 1859683.55982248 6626 5000 1.0382856e-11 1859683.6 Loop time of 0.0169969 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:41 2021 Pair time (%) = 0.000863075 (5.07785) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187965) Outpt time (%) = 0.016011 (94.1997) Other time (%) = 9.08375e-05 (0.534437) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:41 2021 Memory usage per processor = 27.5247 Mbytes Step Atoms AVEKE stressZZ 6626 5000 1.0382856e-11 1859678.7 6627 -0.00835249999999544 1859644.97615077 6627 5000 1.0381799e-11 1859645 Loop time of 0.0165379 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:41 2021 Pair time (%) = 0.000864029 (5.22454) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.194623) Outpt time (%) = 0.015553 (94.0445) Other time (%) = 8.86917e-05 (0.536294) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:41 2021 Memory usage per processor = 27.5247 Mbytes Step Atoms AVEKE stressZZ 6627 5000 1.0381799e-11 1859640.1 6628 -0.00835249999999544 1859606.39482878 6628 5000 1.0380865e-11 1859606.4 Loop time of 0.0173562 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:41 2021 Pair time (%) = 0.000975847 (5.62248) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.27611) Outpt time (%) = 0.0162001 (93.339) Other time (%) = 0.000132322 (0.762394) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:41 2021 Memory usage per processor = 27.5247 Mbytes Step Atoms AVEKE stressZZ 6628 5000 1.0380865e-11 1859601.5 6629 -0.00835249999999544 1859567.81566248 6629 5000 1.0380008e-11 1859567.8 Loop time of 0.017247 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:41 2021 Pair time (%) = 0.000971079 (5.63043) Neigh time (%) = 0 (0) Comm time (%) = 7.31945e-05 (0.424391) Outpt time (%) = 0.0160811 (93.2402) Other time (%) = 0.000121593 (0.705014) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:41 2021 Memory usage per processor = 27.5247 Mbytes Step Atoms AVEKE stressZZ 6629 5000 1.0380008e-11 1859562.9 6630 -0.00835249999999544 1859529.2385285 6630 5000 1.0379201e-11 1859529.2 Loop time of 0.0192099 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:41 2021 Pair time (%) = 0.000900984 (4.69021) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.161346) Outpt time (%) = 0.018183 (94.6545) Other time (%) = 9.48906e-05 (0.493968) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:41 2021 Memory usage per processor = 27.5247 Mbytes Step Atoms AVEKE stressZZ 6630 5000 1.0379201e-11 1859524.4 6631 -0.00835249999999544 1859490.66334835 6631 5000 1.0378425e-11 1859490.7 Loop time of 0.016634 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:41 2021 Pair time (%) = 0.000861883 (5.18146) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.193498) Outpt time (%) = 0.015646 (94.0603) Other time (%) = 9.39369e-05 (0.564729) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:41 2021 Memory usage per processor = 27.5247 Mbytes Step Atoms AVEKE stressZZ 6631 5000 1.0378425e-11 1859485.8 6632 -0.00835249999999544 1859452.09007206 6632 5000 1.037767e-11 1859452.1 Loop time of 0.016726 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:41 2021 Pair time (%) = 0.00101399 (6.06238) Neigh time (%) = 0 (0) Comm time (%) = 4.98295e-05 (0.297916) Outpt time (%) = 0.0155249 (92.8187) Other time (%) = 0.000137329 (0.821051) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:41 2021 Memory usage per processor = 27.5247 Mbytes Step Atoms AVEKE stressZZ 6632 5000 1.037767e-11 1859447.2 6633 -0.00835249999999544 1859413.51866787 6633 5000 1.0376927e-11 1859413.5 Loop time of 0.0169501 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:41 2021 Pair time (%) = 0.00090909 (5.36332) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.194109) Outpt time (%) = 0.015907 (93.8462) Other time (%) = 0.000101089 (0.596394) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:41 2021 Memory usage per processor = 27.5247 Mbytes Step Atoms AVEKE stressZZ 6633 5000 1.0376927e-11 1859408.6 6634 -0.00835249999999544 1859374.94911556 6634 5000 1.0376192e-11 1859374.9 Loop time of 0.0165281 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:41 2021 Pair time (%) = 0.000862122 (5.21609) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.187525) Outpt time (%) = 0.0155399 (94.0208) Other time (%) = 9.5129e-05 (0.575558) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:41 2021 Memory usage per processor = 27.5247 Mbytes Step Atoms AVEKE stressZZ 6634 5000 1.0376192e-11 1859370.1 6635 -0.00835249999999544 1859336.38140232 6635 5000 1.0375463e-11 1859336.4 Loop time of 0.016345 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:41 2021 Pair time (%) = 0.000863075 (5.28035) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.195461) Outpt time (%) = 0.0153279 (93.7773) Other time (%) = 0.00012207 (0.746835) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:41 2021 Memory usage per processor = 27.5247 Mbytes Step Atoms AVEKE stressZZ 6635 5000 1.0375463e-11 1859331.5 6636 -0.00835249999999544 1859297.81552 6636 5000 1.0374736e-11 1859297.8 Loop time of 0.0163109 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:41 2021 Pair time (%) = 0.000892162 (5.46972) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.195869) Outpt time (%) = 0.0152991 (93.7965) Other time (%) = 8.7738e-05 (0.537909) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:41 2021 Memory usage per processor = 27.5247 Mbytes Step Atoms AVEKE stressZZ 6636 5000 1.0374736e-11 1859292.9 6637 -0.00835249999999544 1859259.25146363 6637 5000 1.0374012e-11 1859259.3 Loop time of 0.016135 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:41 2021 Pair time (%) = 0.000939131 (5.82047) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.192095) Outpt time (%) = 0.0150759 (93.4363) Other time (%) = 8.89301e-05 (0.551164) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:41 2021 Memory usage per processor = 27.5247 Mbytes Step Atoms AVEKE stressZZ 6637 5000 1.0374012e-11 1859254.4 6638 -0.00835249999999544 1859220.68923159 6638 5000 1.0373289e-11 1859220.7 Loop time of 0.0173151 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:41 2021 Pair time (%) = 0.000866175 (5.00241) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184509) Outpt time (%) = 0.0163288 (94.3036) Other time (%) = 8.82149e-05 (0.509466) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:41 2021 Memory usage per processor = 27.5247 Mbytes Step Atoms AVEKE stressZZ 6638 5000 1.0373289e-11 1859215.8 6639 -0.00835249999999544 1859182.12883774 6639 5000 1.0372568e-11 1859182.1 Loop time of 0.0174119 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:41 2021 Pair time (%) = 0.000976801 (5.60995) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.178007) Outpt time (%) = 0.016309 (93.6657) Other time (%) = 9.5129e-05 (0.546343) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:41 2021 Memory usage per processor = 27.5247 Mbytes Step Atoms AVEKE stressZZ 6639 5000 1.0372568e-11 1859177.3 6640 -0.00835249999999544 1859143.57027643 6640 5000 1.0371846e-11 1859143.6 Loop time of 0.018348 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:41 2021 Pair time (%) = 0.000907183 (4.94432) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.184519) Outpt time (%) = 0.0172911 (94.2396) Other time (%) = 0.000115871 (0.631521) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:41 2021 Memory usage per processor = 27.5247 Mbytes Step Atoms AVEKE stressZZ 6640 5000 1.0371846e-11 1859138.7 6641 -0.00835249999999544 1859105.01355023 6641 5000 1.0371126e-11 1859105 Loop time of 0.017168 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:41 2021 Pair time (%) = 0.00125408 (7.30474) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191645) Outpt time (%) = 0.0157268 (91.6051) Other time (%) = 0.000154257 (0.898511) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:41 2021 Memory usage per processor = 27.5247 Mbytes Step Atoms AVEKE stressZZ 6641 5000 1.0371126e-11 1859100.1 6642 -0.00835249999999544 1859066.45864676 6642 5000 1.0370405e-11 1859066.5 Loop time of 0.017009 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:41 2021 Pair time (%) = 0.000869036 (5.10926) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18783) Outpt time (%) = 0.0160139 (94.1492) Other time (%) = 9.41753e-05 (0.553679) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:41 2021 Memory usage per processor = 27.5247 Mbytes Step Atoms AVEKE stressZZ 6642 5000 1.0370405e-11 1859061.6 6643 -0.00835249999999544 1859027.9055596 6643 5000 1.0369685e-11 1859027.9 Loop time of 0.016804 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:41 2021 Pair time (%) = 0.000861883 (5.12904) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.184447) Outpt time (%) = 0.0158229 (94.1615) Other time (%) = 8.82149e-05 (0.524964) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:41 2021 Memory usage per processor = 27.5247 Mbytes Step Atoms AVEKE stressZZ 6643 5000 1.0369685e-11 1859023 6644 -0.00835249999999544 1858989.35428762 6644 5000 1.0368965e-11 1858989.4 Loop time of 0.0166371 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:41 2021 Pair time (%) = 0.000931025 (5.59608) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.204927) Outpt time (%) = 0.0155649 (93.5556) Other time (%) = 0.00010705 (0.643442) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:41 2021 Memory usage per processor = 27.5247 Mbytes Step Atoms AVEKE stressZZ 6644 5000 1.0368965e-11 1858984.5 6645 -0.00835249999999544 1858950.80483004 6645 5000 1.0368244e-11 1858950.8 Loop time of 0.017148 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:41 2021 Pair time (%) = 0.000861883 (5.02614) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180746) Outpt time (%) = 0.0161481 (94.1688) Other time (%) = 0.00010705 (0.62427) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:41 2021 Memory usage per processor = 27.5247 Mbytes Step Atoms AVEKE stressZZ 6645 5000 1.0368244e-11 1858945.9 6646 -0.00835249999999544 1858912.25718621 6646 5000 1.0367525e-11 1858912.3 Loop time of 0.0169458 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:41 2021 Pair time (%) = 0.000862122 (5.08751) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188531) Outpt time (%) = 0.015964 (94.2062) Other time (%) = 8.7738e-05 (0.517756) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:41 2021 Memory usage per processor = 27.5247 Mbytes Step Atoms AVEKE stressZZ 6646 5000 1.0367525e-11 1858907.4 6647 -0.00835249999999544 1858873.71135554 6647 5000 1.0366805e-11 1858873.7 Loop time of 0.0164201 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:41 2021 Pair time (%) = 0.000907183 (5.52482) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.206183) Outpt time (%) = 0.015363 (93.5619) Other time (%) = 0.00011611 (0.707119) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:41 2021 Memory usage per processor = 27.5247 Mbytes Step Atoms AVEKE stressZZ 6647 5000 1.0366805e-11 1858868.8 6648 -0.00835249999999544 1858835.16733748 6648 5000 1.0366085e-11 1858835.2 Loop time of 0.0170958 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:41 2021 Pair time (%) = 0.00107503 (6.28826) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192455) Outpt time (%) = 0.01583 (92.5961) Other time (%) = 0.000157833 (0.923227) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:41 2021 Memory usage per processor = 27.5247 Mbytes Step Atoms AVEKE stressZZ 6648 5000 1.0366085e-11 1858830.3 6649 -0.00835249999999544 1858796.62513331 6649 5000 1.0365365e-11 1858796.6 Loop time of 0.01704 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:41 2021 Pair time (%) = 0.00088501 (5.19371) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.188888) Outpt time (%) = 0.0160291 (94.0675) Other time (%) = 9.36985e-05 (0.549873) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:41 2021 Memory usage per processor = 27.5247 Mbytes Step Atoms AVEKE stressZZ 6649 5000 1.0365365e-11 1858791.8 6650 -0.00835249999999544 1858758.08475175 6650 5000 1.0364646e-11 1858758.1 Loop time of 0.018805 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:41 2021 Pair time (%) = 0.000943184 (5.01559) Neigh time (%) = 0 (0) Comm time (%) = 7.60555e-05 (0.404443) Outpt time (%) = 0.017668 (93.9536) Other time (%) = 0.000117779 (0.626315) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:41 2021 Memory usage per processor = 27.5247 Mbytes Step Atoms AVEKE stressZZ 6650 5000 1.0364646e-11 1858753.2 6651 -0.00835249999999544 1858719.54618794 6651 5000 1.0363926e-11 1858719.5 Loop time of 0.0165019 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:41 2021 Pair time (%) = 0.000916004 (5.5509) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.205161) Outpt time (%) = 0.015455 (93.6559) Other time (%) = 9.70364e-05 (0.588031) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:41 2021 Memory usage per processor = 27.5247 Mbytes Step Atoms AVEKE stressZZ 6651 5000 1.0363926e-11 1858714.7 6652 -0.00835249999999544 1858681.00943977 6652 5000 1.0363207e-11 1858681 Loop time of 0.016891 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:41 2021 Pair time (%) = 0.00089097 (5.27482) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.189143) Outpt time (%) = 0.015872 (93.9672) Other time (%) = 9.60827e-05 (0.568839) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:41 2021 Memory usage per processor = 27.5247 Mbytes Step Atoms AVEKE stressZZ 6652 5000 1.0363207e-11 1858676.1 6653 -0.00835249999999544 1858642.47450614 6653 5000 1.0362487e-11 1858642.5 Loop time of 0.0170789 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:41 2021 Pair time (%) = 0.000861168 (5.0423) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181478) Outpt time (%) = 0.016093 (94.2276) Other time (%) = 9.36985e-05 (0.548622) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:41 2021 Memory usage per processor = 27.5247 Mbytes Step Atoms AVEKE stressZZ 6653 5000 1.0362487e-11 1858637.6 6654 -0.00835249999999544 1858603.9413862 6654 5000 1.0361768e-11 1858603.9 Loop time of 0.0164571 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:41 2021 Pair time (%) = 0.000864029 (5.2502) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.19413) Outpt time (%) = 0.015435 (93.7893) Other time (%) = 0.000126123 (0.766378) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:41 2021 Memory usage per processor = 27.5247 Mbytes Step Atoms AVEKE stressZZ 6654 5000 1.0361768e-11 1858599.1 6655 -0.00835249999999544 1858565.41007928 6655 5000 1.0361049e-11 1858565.4 Loop time of 0.0171552 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:41 2021 Pair time (%) = 0.00114202 (6.65703) Neigh time (%) = 0 (0) Comm time (%) = 5.79357e-05 (0.337716) Outpt time (%) = 0.0157878 (92.0296) Other time (%) = 0.00016737 (0.975623) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:41 2021 Memory usage per processor = 27.5247 Mbytes Step Atoms AVEKE stressZZ 6655 5000 1.0361049e-11 1858560.5 6656 -0.00835249999999544 1858526.88064096 6656 5000 1.0360329e-11 1858526.9 Loop time of 0.0171871 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:41 2021 Pair time (%) = 0.000864029 (5.02719) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185884) Outpt time (%) = 0.0162001 (94.257) Other time (%) = 9.10759e-05 (0.529908) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:41 2021 Memory usage per processor = 27.5247 Mbytes Step Atoms AVEKE stressZZ 6656 5000 1.0360329e-11 1858522 6657 -0.00835249999999544 1858488.35312252 6657 5000 1.035961e-11 1858488.4 Loop time of 0.016531 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:42 2021 Pair time (%) = 0.000862122 (5.21518) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193262) Outpt time (%) = 0.0155439 (94.0291) Other time (%) = 9.29832e-05 (0.562478) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:42 2021 Memory usage per processor = 27.5247 Mbytes Step Atoms AVEKE stressZZ 6657 5000 1.035961e-11 1858483.5 6658 -0.00835249999999544 1858449.82747568 6658 5000 1.0358891e-11 1858449.8 Loop time of 0.0166261 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:42 2021 Pair time (%) = 0.000900984 (5.41909) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.205062) Outpt time (%) = 0.015584 (93.732) Other time (%) = 0.00010705 (0.643866) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:42 2021 Memory usage per processor = 27.5247 Mbytes Step Atoms AVEKE stressZZ 6658 5000 1.0358891e-11 1858445 6659 -0.00835249999999544 1858411.30368445 6659 5000 1.0358172e-11 1858411.3 Loop time of 0.0172799 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:42 2021 Pair time (%) = 0.00100684 (5.82668) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184886) Outpt time (%) = 0.0160999 (93.1716) Other time (%) = 0.000141144 (0.816811) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:42 2021 Memory usage per processor = 27.5247 Mbytes Step Atoms AVEKE stressZZ 6659 5000 1.0358172e-11 1858406.4 6660 -0.00835249999999544 1858372.78173986 6660 5000 1.0357453e-11 1858372.8 Loop time of 0.0191009 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:42 2021 Pair time (%) = 0.000863075 (4.5185) Neigh time (%) = 0 (0) Comm time (%) = 4.50611e-05 (0.235911) Outpt time (%) = 0.0180731 (94.619) Other time (%) = 0.000119686 (0.626599) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:42 2021 Memory usage per processor = 27.5247 Mbytes Step Atoms AVEKE stressZZ 6660 5000 1.0357453e-11 1858367.9 6661 -0.00835249999999544 1858334.26164039 6661 5000 1.0356734e-11 1858334.3 Loop time of 0.0168929 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:42 2021 Pair time (%) = 0.000861883 (5.10204) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.190533) Outpt time (%) = 0.0158739 (93.9679) Other time (%) = 0.000124931 (0.739549) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:42 2021 Memory usage per processor = 27.5247 Mbytes Step Atoms AVEKE stressZZ 6661 5000 1.0356734e-11 1858329.4 6662 -0.00835249999999544 1858295.74338242 6662 5000 1.0356016e-11 1858295.7 Loop time of 0.0167429 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:42 2021 Pair time (%) = 0.00105286 (6.28836) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.220719) Outpt time (%) = 0.0155401 (92.8159) Other time (%) = 0.00011301 (0.674973) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:42 2021 Memory usage per processor = 27.5247 Mbytes Step Atoms AVEKE stressZZ 6662 5000 1.0356016e-11 1858290.9 6663 -0.00835249999999544 1858257.22695336 6663 5000 1.0355297e-11 1858257.2 Loop time of 0.01704 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:42 2021 Pair time (%) = 0.000891924 (5.23429) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187489) Outpt time (%) = 0.0160229 (94.0311) Other time (%) = 9.32217e-05 (0.547075) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:42 2021 Memory usage per processor = 27.5247 Mbytes Step Atoms AVEKE stressZZ 6663 5000 1.0355297e-11 1858252.4 6664 -0.00835249999999544 1858218.71235607 6664 5000 1.0354578e-11 1858218.7 Loop time of 0.017097 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:42 2021 Pair time (%) = 0.000861883 (5.04114) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186864) Outpt time (%) = 0.0161102 (94.2281) Other time (%) = 9.29832e-05 (0.543857) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:42 2021 Memory usage per processor = 27.5247 Mbytes Step Atoms AVEKE stressZZ 6664 5000 1.0354578e-11 1858213.8 6665 -0.00835249999999544 1858180.19959171 6665 5000 1.035386e-11 1858180.2 Loop time of 0.016506 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:42 2021 Pair time (%) = 0.000881195 (5.33865) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.199333) Outpt time (%) = 0.015461 (93.669) Other time (%) = 0.000130892 (0.792997) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:42 2021 Memory usage per processor = 27.5247 Mbytes Step Atoms AVEKE stressZZ 6665 5000 1.035386e-11 1858175.3 6666 -0.00835249999999544 1858141.68865872 6666 5000 1.0353141e-11 1858141.7 Loop time of 0.0172019 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:42 2021 Pair time (%) = 0.00100112 (5.81982) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.196812) Outpt time (%) = 0.0160649 (93.3902) Other time (%) = 0.000102043 (0.593209) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:42 2021 Memory usage per processor = 27.5247 Mbytes Step Atoms AVEKE stressZZ 6666 5000 1.0353141e-11 1858136.8 6667 -0.00835249999999544 1858103.17955576 6667 5000 1.0352423e-11 1858103.2 Loop time of 0.0172088 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:42 2021 Pair time (%) = 0.000863075 (5.01531) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18565) Outpt time (%) = 0.016221 (94.2601) Other time (%) = 9.27448e-05 (0.538938) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:42 2021 Memory usage per processor = 27.5247 Mbytes Step Atoms AVEKE stressZZ 6667 5000 1.0352423e-11 1858098.3 6668 -0.00835249999999544 1858064.67228157 6668 5000 1.0351704e-11 1858064.7 Loop time of 0.0163391 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:42 2021 Pair time (%) = 0.00088501 (5.41653) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.195532) Outpt time (%) = 0.0153291 (93.8189) Other time (%) = 9.29832e-05 (0.569086) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:42 2021 Memory usage per processor = 27.5247 Mbytes Step Atoms AVEKE stressZZ 6668 5000 1.0351704e-11 1858059.8 6669 -0.00835249999999544 1858026.16683503 6669 5000 1.0350986e-11 1858026.2 Loop time of 0.0168819 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:42 2021 Pair time (%) = 0.00109506 (6.48656) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.213253) Outpt time (%) = 0.0156009 (92.4119) Other time (%) = 0.000149965 (0.888318) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:42 2021 Memory usage per processor = 27.5247 Mbytes Step Atoms AVEKE stressZZ 6669 5000 1.0350986e-11 1858021.3 6670 -0.00835249999999544 1857987.66321514 6670 5000 1.0350268e-11 1857987.7 Loop time of 0.0189679 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:42 2021 Pair time (%) = 0.000864029 (4.55522) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.163405) Outpt time (%) = 0.0179799 (94.7912) Other time (%) = 9.29832e-05 (0.490215) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:42 2021 Memory usage per processor = 27.5247 Mbytes Step Atoms AVEKE stressZZ 6670 5000 1.0350268e-11 1857982.8 6671 -0.00835249999999544 1857949.16142096 6671 5000 1.0349549e-11 1857949.2 Loop time of 0.017133 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:42 2021 Pair time (%) = 0.000861883 (5.03055) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180905) Outpt time (%) = 0.0161459 (94.2389) Other time (%) = 9.41753e-05 (0.549672) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:42 2021 Memory usage per processor = 27.5247 Mbytes Step Atoms AVEKE stressZZ 6671 5000 1.0349549e-11 1857944.3 6672 -0.00835249999999544 1857910.66145163 6672 5000 1.0348831e-11 1857910.7 Loop time of 0.0169771 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:42 2021 Pair time (%) = 0.000896931 (5.28319) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.276658) Outpt time (%) = 0.015923 (93.7913) Other time (%) = 0.000110149 (0.648813) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:42 2021 Memory usage per processor = 27.5247 Mbytes Step Atoms AVEKE stressZZ 6672 5000 1.0348831e-11 1857905.8 6673 -0.00835249999999544 1857872.16330638 6673 5000 1.0348113e-11 1857872.2 Loop time of 0.0172491 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:42 2021 Pair time (%) = 0.000912905 (5.29248) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192127) Outpt time (%) = 0.016202 (93.9293) Other time (%) = 0.000101089 (0.586056) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:42 2021 Memory usage per processor = 27.5247 Mbytes Step Atoms AVEKE stressZZ 6673 5000 1.0348113e-11 1857867.3 6674 -0.00835249999999544 1857833.6669844 6674 5000 1.0347395e-11 1857833.7 Loop time of 0.0171111 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:42 2021 Pair time (%) = 0.000905991 (5.29477) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193677) Outpt time (%) = 0.0160739 (93.9389) Other time (%) = 9.799e-05 (0.572671) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:42 2021 Memory usage per processor = 27.5247 Mbytes Step Atoms AVEKE stressZZ 6674 5000 1.0347395e-11 1857828.8 6675 -0.00835249999999544 1857795.17248498 6675 5000 1.0346677e-11 1857795.2 Loop time of 0.017101 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:42 2021 Pair time (%) = 0.000903845 (5.28532) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192396) Outpt time (%) = 0.0160661 (93.9479) Other time (%) = 9.82285e-05 (0.5744) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:42 2021 Memory usage per processor = 27.5247 Mbytes Step Atoms AVEKE stressZZ 6675 5000 1.0346677e-11 1857790.3 6676 -0.00835249999999544 1857756.6798075 6676 5000 1.0345959e-11 1857756.7 Loop time of 0.0171261 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:42 2021 Pair time (%) = 0.000966787 (5.64512) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.210213) Outpt time (%) = 0.01601 (93.4834) Other time (%) = 0.000113249 (0.661265) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:42 2021 Memory usage per processor = 27.5247 Mbytes Step Atoms AVEKE stressZZ 6676 5000 1.0345959e-11 1857751.8 6677 -0.00835249999999544 1857718.18895128 6677 5000 1.0345242e-11 1857718.2 Loop time of 0.01717 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:42 2021 Pair time (%) = 0.000927925 (5.40435) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.197178) Outpt time (%) = 0.0161061 (93.8042) Other time (%) = 0.000102043 (0.594312) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:42 2021 Memory usage per processor = 27.5247 Mbytes Step Atoms AVEKE stressZZ 6677 5000 1.0345242e-11 1857713.3 6678 -0.00835249999999544 1857679.69991573 6678 5000 1.0344524e-11 1857679.7 Loop time of 0.017168 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:42 2021 Pair time (%) = 0.000904083 (5.26608) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198589) Outpt time (%) = 0.0161328 (93.9701) Other time (%) = 9.70364e-05 (0.565215) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:42 2021 Memory usage per processor = 27.5247 Mbytes Step Atoms AVEKE stressZZ 6678 5000 1.0344524e-11 1857674.8 6679 -0.00835249999999544 1857641.21270026 6679 5000 1.0343806e-11 1857641.2 Loop time of 0.0168991 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:42 2021 Pair time (%) = 0.000905037 (5.35553) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.194695) Outpt time (%) = 0.0158691 (93.9052) Other time (%) = 9.20296e-05 (0.544582) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:42 2021 Memory usage per processor = 27.5247 Mbytes Step Atoms AVEKE stressZZ 6679 5000 1.0343806e-11 1857636.3 6680 -0.00835249999999544 1857602.72730436 6680 5000 1.0343089e-11 1857602.7 Loop time of 0.0185981 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:42 2021 Pair time (%) = 0.000904083 (4.86116) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.178191) Outpt time (%) = 0.017565 (94.4453) Other time (%) = 9.58443e-05 (0.515345) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:42 2021 Memory usage per processor = 27.5247 Mbytes Step Atoms AVEKE stressZZ 6680 5000 1.0343089e-11 1857597.9 6681 -0.00835249999999544 1857564.24372743 6681 5000 1.0342371e-11 1857564.2 Loop time of 0.0168018 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:42 2021 Pair time (%) = 0.000905037 (5.38654) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.279544) Outpt time (%) = 0.0157568 (93.7805) Other time (%) = 9.29832e-05 (0.553411) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:42 2021 Memory usage per processor = 27.5247 Mbytes Step Atoms AVEKE stressZZ 6681 5000 1.0342371e-11 1857559.4 6682 -0.00835249999999544 1857525.76196898 6682 5000 1.0341654e-11 1857525.8 Loop time of 0.016994 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:42 2021 Pair time (%) = 0.000904083 (5.32001) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.193608) Outpt time (%) = 0.015965 (93.9448) Other time (%) = 9.20296e-05 (0.541542) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:42 2021 Memory usage per processor = 27.5247 Mbytes Step Atoms AVEKE stressZZ 6682 5000 1.0341654e-11 1857520.9 6683 -0.00835249999999544 1857487.28202857 6683 5000 1.0340936e-11 1857487.3 Loop time of 0.017081 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:42 2021 Pair time (%) = 0.000930071 (5.44505) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205184) Outpt time (%) = 0.0160081 (93.7189) Other time (%) = 0.000107765 (0.630906) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:42 2021 Memory usage per processor = 27.5247 Mbytes Step Atoms AVEKE stressZZ 6683 5000 1.0340936e-11 1857482.4 6684 -0.00835249999999544 1857448.80390561 6684 5000 1.0340219e-11 1857448.8 Loop time of 0.017278 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:42 2021 Pair time (%) = 0.000922918 (5.34159) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190426) Outpt time (%) = 0.016221 (93.8829) Other time (%) = 0.000101089 (0.585078) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:42 2021 Memory usage per processor = 27.5247 Mbytes Step Atoms AVEKE stressZZ 6684 5000 1.0340219e-11 1857443.9 6685 -0.00835249999999544 1857410.32759972 6685 5000 1.0339502e-11 1857410.3 Loop time of 0.0171418 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:42 2021 Pair time (%) = 0.000902176 (5.26301) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198893) Outpt time (%) = 0.016109 (93.9748) Other time (%) = 9.65595e-05 (0.563298) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:42 2021 Memory usage per processor = 27.5247 Mbytes Step Atoms AVEKE stressZZ 6685 5000 1.0339502e-11 1857405.5 6686 -0.00835249999999544 1857371.85311044 6686 5000 1.0338785e-11 1857371.9 Loop time of 0.0169051 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:42 2021 Pair time (%) = 0.00090313 (5.34236) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.194627) Outpt time (%) = 0.0158699 (93.8763) Other time (%) = 9.91821e-05 (0.586701) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:42 2021 Memory usage per processor = 27.5247 Mbytes Step Atoms AVEKE stressZZ 6686 5000 1.0338785e-11 1857367 6687 -0.00835249999999544 1857333.38043736 6687 5000 1.0338068e-11 1857333.4 Loop time of 0.017324 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:42 2021 Pair time (%) = 0.00114179 (6.59079) Neigh time (%) = 0 (0) Comm time (%) = 4.19617e-05 (0.242217) Outpt time (%) = 0.0159922 (92.3124) Other time (%) = 0.000148058 (0.854642) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:42 2021 Memory usage per processor = 27.5247 Mbytes Step Atoms AVEKE stressZZ 6687 5000 1.0338068e-11 1857328.5 6688 -0.00835249999999544 1857294.90957999 6688 5000 1.0337351e-11 1857294.9 Loop time of 0.017283 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:42 2021 Pair time (%) = 0.000994921 (5.75666) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.195889) Outpt time (%) = 0.016145 (93.4156) Other time (%) = 0.000109196 (0.631811) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:42 2021 Memory usage per processor = 27.5247 Mbytes Step Atoms AVEKE stressZZ 6688 5000 1.0337351e-11 1857290 6689 -0.00835249999999544 1857256.44053793 6689 5000 1.0336634e-11 1857256.4 Loop time of 0.0176201 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:42 2021 Pair time (%) = 0.000905037 (5.13639) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.186729) Outpt time (%) = 0.0165901 (94.1546) Other time (%) = 9.20296e-05 (0.522299) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:42 2021 Memory usage per processor = 27.5247 Mbytes Step Atoms AVEKE stressZZ 6689 5000 1.0336634e-11 1857251.6 6690 -0.00835249999999544 1857217.97331082 6690 5000 1.0335917e-11 1857218 Loop time of 0.018801 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:42 2021 Pair time (%) = 0.000920057 (4.89367) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.181341) Outpt time (%) = 0.017746 (94.3886) Other time (%) = 0.000100851 (0.536414) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:42 2021 Memory usage per processor = 27.5247 Mbytes Step Atoms AVEKE stressZZ 6690 5000 1.0335917e-11 1857213.1 6691 -0.00835249999999544 1857179.50789824 6691 5000 1.03352e-11 1857179.5 Loop time of 0.017226 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:42 2021 Pair time (%) = 0.00110197 (6.39714) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.220066) Outpt time (%) = 0.0159478 (92.58) Other time (%) = 0.000138283 (0.802757) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:42 2021 Memory usage per processor = 27.5247 Mbytes Step Atoms AVEKE stressZZ 6691 5000 1.03352e-11 1857174.6 6692 -0.00835249999999544 1857141.04429982 6692 5000 1.0334483e-11 1857141 Loop time of 0.0172119 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:42 2021 Pair time (%) = 0.000948191 (5.50892) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.203624) Outpt time (%) = 0.0161159 (93.6323) Other time (%) = 0.000112772 (0.655197) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:42 2021 Memory usage per processor = 27.5247 Mbytes Step Atoms AVEKE stressZZ 6692 5000 1.0334483e-11 1857136.2 6693 -0.00835249999999544 1857102.58251519 6693 5000 1.0333766e-11 1857102.6 Loop time of 0.0171711 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:42 2021 Pair time (%) = 0.000902891 (5.25819) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191611) Outpt time (%) = 0.0161381 (93.9837) Other time (%) = 9.72748e-05 (0.566501) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:42 2021 Memory usage per processor = 27.5247 Mbytes Step Atoms AVEKE stressZZ 6693 5000 1.0333766e-11 1857097.7 6694 -0.00835249999999544 1857064.12254395 6694 5000 1.033305e-11 1857064.1 Loop time of 0.016999 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:42 2021 Pair time (%) = 0.000916958 (5.39419) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.211784) Outpt time (%) = 0.0159411 (93.7769) Other time (%) = 0.000104904 (0.617119) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:42 2021 Memory usage per processor = 27.5247 Mbytes Step Atoms AVEKE stressZZ 6694 5000 1.033305e-11 1857059.3 6695 -0.00835249999999544 1857025.66438578 6695 5000 1.0332333e-11 1857025.7 Loop time of 0.0172369 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:42 2021 Pair time (%) = 0.000967026 (5.61019) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.203328) Outpt time (%) = 0.0161321 (93.5903) Other time (%) = 0.000102758 (0.596152) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:42 2021 Memory usage per processor = 27.5247 Mbytes Step Atoms AVEKE stressZZ 6695 5000 1.0332333e-11 1857020.8 6696 -0.00835249999999544 1856987.20804031 6696 5000 1.0331617e-11 1856987.2 Loop time of 0.017236 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:42 2021 Pair time (%) = 0.000904083 (5.24532) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.19089) Outpt time (%) = 0.016202 (94.0008) Other time (%) = 9.70364e-05 (0.562987) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:42 2021 Memory usage per processor = 27.5247 Mbytes Step Atoms AVEKE stressZZ 6696 5000 1.0331617e-11 1856982.3 6697 -0.00835249999999544 1856948.7535072 6697 5000 1.03309e-11 1856948.8 Loop time of 0.0169251 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:42 2021 Pair time (%) = 0.00090313 (5.33604) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.195805) Outpt time (%) = 0.015893 (93.9019) Other time (%) = 9.58443e-05 (0.566285) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:42 2021 Memory usage per processor = 27.5247 Mbytes Step Atoms AVEKE stressZZ 6697 5000 1.03309e-11 1856943.9 6698 -0.00835249999999544 1856910.30078611 6698 5000 1.0330184e-11 1856910.3 Loop time of 0.017204 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:42 2021 Pair time (%) = 0.00107002 (6.2196) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.203717) Outpt time (%) = 0.01598 (92.8852) Other time (%) = 0.000118971 (0.691528) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:42 2021 Memory usage per processor = 27.5247 Mbytes Step Atoms AVEKE stressZZ 6698 5000 1.0330184e-11 1856905.4 6699 -0.00835249999999544 1856871.84987668 6699 5000 1.0329468e-11 1856871.8 Loop time of 0.017061 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:42 2021 Pair time (%) = 0.000904799 (5.30332) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192848) Outpt time (%) = 0.016027 (93.9393) Other time (%) = 9.63211e-05 (0.564569) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:42 2021 Memory usage per processor = 27.5247 Mbytes Step Atoms AVEKE stressZZ 6699 5000 1.0329468e-11 1856867 6700 -0.00835249999999544 1856833.40077862 6700 5000 1.0328752e-11 1856833.4 Loop time of 0.0190341 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:42 2021 Pair time (%) = 0.000936031 (4.91764) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.172857) Outpt time (%) = 0.017961 (94.3621) Other time (%) = 0.000104189 (0.547379) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:42 2021 Memory usage per processor = 27.5247 Mbytes Step Atoms AVEKE stressZZ 6700 5000 1.0328752e-11 1856828.5 6701 -0.00835249999999544 1856794.9534916 6701 5000 1.0328035e-11 1856795 Loop time of 0.0170372 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:43 2021 Pair time (%) = 0.000900984 (5.28835) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.194517) Outpt time (%) = 0.0160038 (93.935) Other time (%) = 9.91821e-05 (0.582152) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:43 2021 Memory usage per processor = 27.5247 Mbytes Step Atoms AVEKE stressZZ 6701 5000 1.0328035e-11 1856790.1 6702 -0.00835249999999544 1856756.50801526 6702 5000 1.0327319e-11 1856756.5 Loop time of 0.017323 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:43 2021 Pair time (%) = 0.00110698 (6.39021) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.271133) Outpt time (%) = 0.016017 (92.4606) Other time (%) = 0.000152111 (0.878086) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:43 2021 Memory usage per processor = 27.5247 Mbytes Step Atoms AVEKE stressZZ 6702 5000 1.0327319e-11 1856751.6 6703 -0.00835249999999544 1856718.06434936 6703 5000 1.0326603e-11 1856718.1 Loop time of 0.0172381 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:43 2021 Pair time (%) = 0.000906944 (5.26127) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192249) Outpt time (%) = 0.0161991 (93.9725) Other time (%) = 9.89437e-05 (0.573981) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:43 2021 Memory usage per processor = 27.5247 Mbytes Step Atoms AVEKE stressZZ 6703 5000 1.0326603e-11 1856713.2 6704 -0.00835249999999544 1856679.62249358 6704 5000 1.0325887e-11 1856679.6 Loop time of 0.0170131 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:43 2021 Pair time (%) = 0.000917912 (5.39533) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.194792) Outpt time (%) = 0.0159631 (93.8283) Other time (%) = 9.89437e-05 (0.581575) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:43 2021 Memory usage per processor = 27.5247 Mbytes Step Atoms AVEKE stressZZ 6704 5000 1.0325887e-11 1856674.8 6705 -0.00835249999999544 1856641.18244756 6705 5000 1.0325172e-11 1856641.2 Loop time of 0.0170591 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:43 2021 Pair time (%) = 0.000955105 (5.5988) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.211038) Outpt time (%) = 0.0159581 (93.5459) Other time (%) = 0.000109911 (0.644296) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:43 2021 Memory usage per processor = 27.5247 Mbytes Step Atoms AVEKE stressZZ 6705 5000 1.0325172e-11 1856636.3 6706 -0.00835249999999544 1856602.74421107 6706 5000 1.0324456e-11 1856602.7 Loop time of 0.017189 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:43 2021 Pair time (%) = 0.000950098 (5.52735) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.220539) Outpt time (%) = 0.016099 (93.6585) Other time (%) = 0.000102043 (0.593653) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:20:43 2021 Memory usage per processor = 27.5247 Mbytes Step Atoms AVEKE stressZZ 6706 5000 1.0324456e-11 1856597.9 6707 -0.00835249999999544 1856557.52093513 6707 5000 2.0397318e-11 1856618.4 Loop time of 0.017031 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:43 2021 Pair time (%) = 0.000948906 (5.57165) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.211387) Outpt time (%) = 0.015914 (93.4414) Other time (%) = 0.000132084 (0.775552) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:43 2021 Memory usage per processor = 27.5247 Mbytes Step Atoms AVEKE stressZZ 6707 5000 2.0397318e-11 1891179.3 6708 -0.00838499999999543 1891134.70514821 6708 5000 1.6479561e-11 1891134.7 Loop time of 0.0169299 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:43 2021 Pair time (%) = 0.000902891 (5.33313) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.19575) Outpt time (%) = 0.015873 (93.7571) Other time (%) = 0.000120878 (0.713994) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:43 2021 Memory usage per processor = 27.5247 Mbytes Step Atoms AVEKE stressZZ 6708 5000 1.6479561e-11 1891128.1 6709 -0.00838499999999543 1891087.28734875 6709 5000 1.4206397e-11 1891087.3 Loop time of 0.016921 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:43 2021 Pair time (%) = 0.00098896 (5.84456) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.21276) Outpt time (%) = 0.015789 (93.31) Other time (%) = 0.00010705 (0.632644) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:43 2021 Memory usage per processor = 27.5247 Mbytes Step Atoms AVEKE stressZZ 6709 5000 1.4206397e-11 1891081.3 6710 -0.00838499999999543 1891042.84778771 6710 5000 1.284911e-11 1891042.8 Loop time of 0.0188451 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:43 2021 Pair time (%) = 0.000910044 (4.82908) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.175856) Outpt time (%) = 0.0178068 (94.4903) Other time (%) = 9.5129e-05 (0.504795) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:43 2021 Memory usage per processor = 27.5249 Mbytes Step Atoms AVEKE stressZZ 6710 5000 1.284911e-11 1891037.2 6711 -0.00838499999999543 1891000.30160092 6711 5000 1.2021657e-11 1891000.3 Loop time of 0.0171092 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:43 2021 Pair time (%) = 0.000909805 (5.31765) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192305) Outpt time (%) = 0.0160682 (93.9159) Other time (%) = 9.82285e-05 (0.574128) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:43 2021 Memory usage per processor = 27.5249 Mbytes Step Atoms AVEKE stressZZ 6711 5000 1.2021657e-11 1890994.9 6712 -0.00838499999999543 1890958.95934809 6712 5000 1.1509827e-11 1890959 Loop time of 0.0169289 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:43 2021 Pair time (%) = 0.000914097 (5.39962) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207028) Outpt time (%) = 0.015877 (93.7864) Other time (%) = 0.000102758 (0.607) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:43 2021 Memory usage per processor = 27.5249 Mbytes Step Atoms AVEKE stressZZ 6712 5000 1.1509827e-11 1890953.7 6713 -0.00838499999999543 1890918.38288323 6713 5000 1.1190059e-11 1890918.4 Loop time of 0.0174279 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:43 2021 Pair time (%) = 0.00114298 (6.55832) Neigh time (%) = 0 (0) Comm time (%) = 3.98159e-05 (0.22846) Outpt time (%) = 0.016108 (92.4266) Other time (%) = 0.000137091 (0.786615) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:43 2021 Memory usage per processor = 27.5249 Mbytes Step Atoms AVEKE stressZZ 6713 5000 1.1190059e-11 1890913.2 6714 -0.00838499999999543 1890878.29375996 6714 5000 1.0988906e-11 1890878.3 Loop time of 0.0171261 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:43 2021 Pair time (%) = 0.000905037 (5.28455) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192115) Outpt time (%) = 0.0160952 (93.9804) Other time (%) = 9.29832e-05 (0.542934) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:43 2021 Memory usage per processor = 27.5249 Mbytes Step Atoms AVEKE stressZZ 6714 5000 1.0988906e-11 1890873.2 6715 -0.00838499999999543 1890838.5150225 6715 5000 1.0861745e-11 1890838.5 Loop time of 0.0174201 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:43 2021 Pair time (%) = 0.00100303 (5.75789) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.206665) Outpt time (%) = 0.0162749 (93.4264) Other time (%) = 0.000106096 (0.609047) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:43 2021 Memory usage per processor = 27.5249 Mbytes Step Atoms AVEKE stressZZ 6715 5000 1.0861745e-11 1890833.4 6716 -0.00838499999999543 1890798.93421353 6716 5000 1.0781045e-11 1890798.9 Loop time of 0.0172269 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:43 2021 Pair time (%) = 0.000908136 (5.27161) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.19099) Outpt time (%) = 0.0161929 (93.9976) Other time (%) = 9.29832e-05 (0.539755) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:43 2021 Memory usage per processor = 27.5249 Mbytes Step Atoms AVEKE stressZZ 6716 5000 1.0781045e-11 1890793.9 6717 -0.00838499999999543 1890759.47986496 6717 5000 1.0729643e-11 1890759.5 Loop time of 0.0173259 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:43 2021 Pair time (%) = 0.000926971 (5.35021) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.1899) Outpt time (%) = 0.016263 (93.8654) Other time (%) = 0.000102997 (0.594468) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:43 2021 Memory usage per processor = 27.5249 Mbytes Step Atoms AVEKE stressZZ 6717 5000 1.0729643e-11 1890754.4 6718 -0.00838499999999543 1890720.106558 6718 5000 1.0696769e-11 1890720.1 Loop time of 0.0172009 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:43 2021 Pair time (%) = 0.000903845 (5.25462) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.196823) Outpt time (%) = 0.0161629 (93.965) Other time (%) = 0.000100374 (0.583539) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:43 2021 Memory usage per processor = 27.5249 Mbytes Step Atoms AVEKE stressZZ 6718 5000 1.0696769e-11 1890715.1 6719 -0.00838499999999543 1890680.78542838 6719 5000 1.0675633e-11 1890680.8 Loop time of 0.0170209 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:43 2021 Pair time (%) = 0.000908136 (5.33541) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.194702) Outpt time (%) = 0.0159819 (93.8956) Other time (%) = 9.77516e-05 (0.574302) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:43 2021 Memory usage per processor = 27.5249 Mbytes Step Atoms AVEKE stressZZ 6719 5000 1.0675633e-11 1890675.8 6720 -0.00838499999999543 1890641.49813247 6720 5000 1.0661941e-11 1890641.5 Loop time of 0.0202591 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:43 2021 Pair time (%) = 0.000969887 (4.7874) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.177704) Outpt time (%) = 0.0191472 (94.5112) Other time (%) = 0.000106096 (0.523696) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:43 2021 Memory usage per processor = 27.5249 Mbytes Step Atoms AVEKE stressZZ 6720 5000 1.0661941e-11 1890636.5 6721 -0.00838499999999543 1890602.23301257 6721 5000 1.0652974e-11 1890602.2 Loop time of 0.0172081 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:43 2021 Pair time (%) = 0.000990152 (5.75399) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.203669) Outpt time (%) = 0.0160761 (93.4216) Other time (%) = 0.000106812 (0.620705) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:43 2021 Memory usage per processor = 27.5249 Mbytes Step Atoms AVEKE stressZZ 6721 5000 1.0652974e-11 1890597.2 6722 -0.00838499999999543 1890562.9826601 6722 5000 1.0647007e-11 1890563 Loop time of 0.0170419 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:43 2021 Pair time (%) = 0.00090909 (5.33443) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.194463) Outpt time (%) = 0.0160031 (93.9045) Other time (%) = 9.65595e-05 (0.5666) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:43 2021 Memory usage per processor = 27.5249 Mbytes Step Atoms AVEKE stressZZ 6722 5000 1.0647007e-11 1890558 6723 -0.00838499999999543 1890523.74236665 6723 5000 1.0642946e-11 1890523.7 Loop time of 0.0168631 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:43 2021 Pair time (%) = 0.000904799 (5.36555) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.195111) Outpt time (%) = 0.0158291 (93.8681) Other time (%) = 9.63211e-05 (0.571194) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:43 2021 Memory usage per processor = 27.5249 Mbytes Step Atoms AVEKE stressZZ 6723 5000 1.0642946e-11 1890518.7 6724 -0.00838499999999543 1890484.50913995 6724 5000 1.0640096e-11 1890484.5 Loop time of 0.0168698 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:43 2021 Pair time (%) = 0.000902891 (5.35212) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.195034) Outpt time (%) = 0.015841 (93.9017) Other time (%) = 9.29832e-05 (0.551182) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:43 2021 Memory usage per processor = 27.5249 Mbytes Step Atoms AVEKE stressZZ 6724 5000 1.0640096e-11 1890479.5 6725 -0.00838499999999543 1890445.28107828 6725 5000 1.0638015e-11 1890445.3 Loop time of 0.016782 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:43 2021 Pair time (%) = 0.000910044 (5.42272) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.197474) Outpt time (%) = 0.0157461 (93.8272) Other time (%) = 9.27448e-05 (0.552643) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:43 2021 Memory usage per processor = 27.5249 Mbytes Step Atoms AVEKE stressZZ 6725 5000 1.0638015e-11 1890440.3 6726 -0.00838499999999543 1890406.05697303 6726 5000 1.0636422e-11 1890406.1 Loop time of 0.0174019 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:43 2021 Pair time (%) = 0.000956059 (5.49398) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.2014) Outpt time (%) = 0.0162981 (93.6566) Other time (%) = 0.000112772 (0.648043) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:43 2021 Memory usage per processor = 27.5249 Mbytes Step Atoms AVEKE stressZZ 6726 5000 1.0636422e-11 1890401 6727 -0.00838499999999543 1890366.83605599 6727 5000 1.0635141e-11 1890366.8 Loop time of 0.0171609 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:43 2021 Pair time (%) = 0.000913858 (5.32524) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.197283) Outpt time (%) = 0.0161121 (93.8884) Other time (%) = 0.000101089 (0.589069) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:43 2021 Memory usage per processor = 27.5249 Mbytes Step Atoms AVEKE stressZZ 6727 5000 1.0635141e-11 1890361.8 6728 -0.00838499999999543 1890327.61783898 6728 5000 1.0634056e-11 1890327.6 Loop time of 0.0170271 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:43 2021 Pair time (%) = 0.000907898 (5.33206) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.200232) Outpt time (%) = 0.0159881 (93.8978) Other time (%) = 9.70364e-05 (0.569892) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:43 2021 Memory usage per processor = 27.5249 Mbytes Step Atoms AVEKE stressZZ 6728 5000 1.0634056e-11 1890322.6 6729 -0.00838499999999543 1890288.40201158 6729 5000 1.0633098e-11 1890288.4 Loop time of 0.0171289 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:43 2021 Pair time (%) = 0.000948906 (5.53978) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.203218) Outpt time (%) = 0.0160348 (93.6125) Other time (%) = 0.000110388 (0.644452) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:43 2021 Memory usage per processor = 27.5249 Mbytes Step Atoms AVEKE stressZZ 6729 5000 1.0633098e-11 1890283.4 6730 -0.00838499999999543 1890249.18837652 6730 5000 1.0632219e-11 1890249.2 Loop time of 0.019032 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:43 2021 Pair time (%) = 0.000932932 (4.90191) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.174129) Outpt time (%) = 0.017966 (94.3991) Other time (%) = 9.98974e-05 (0.524892) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:43 2021 Memory usage per processor = 27.5249 Mbytes Step Atoms AVEKE stressZZ 6730 5000 1.0632219e-11 1890244.2 6731 -0.00838499999999543 1890209.97680833 6731 5000 1.063139e-11 1890210 Loop time of 0.017107 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:43 2021 Pair time (%) = 0.000906944 (5.30159) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192329) Outpt time (%) = 0.0160739 (93.9611) Other time (%) = 9.32217e-05 (0.544933) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:43 2021 Memory usage per processor = 27.5249 Mbytes Step Atoms AVEKE stressZZ 6731 5000 1.063139e-11 1890205 6732 -0.00838499999999543 1890170.7672272 6732 5000 1.0630594e-11 1890170.8 Loop time of 0.0170319 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:43 2021 Pair time (%) = 0.00090313 (5.30257) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.193177) Outpt time (%) = 0.0159969 (93.9233) Other time (%) = 9.89437e-05 (0.580931) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:43 2021 Memory usage per processor = 27.5249 Mbytes Step Atoms AVEKE stressZZ 6732 5000 1.0630594e-11 1890165.8 6733 -0.00838499999999543 1890131.55958235 6733 5000 1.0629819e-11 1890131.6 Loop time of 0.017127 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:43 2021 Pair time (%) = 0.00104785 (6.1181) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.217161) Outpt time (%) = 0.0159321 (93.023) Other time (%) = 0.000109911 (0.64174) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:43 2021 Memory usage per processor = 27.5249 Mbytes Step Atoms AVEKE stressZZ 6733 5000 1.0629819e-11 1890126.6 6734 -0.00838499999999543 1890092.35384143 6734 5000 1.0629057e-11 1890092.4 Loop time of 0.017282 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:43 2021 Pair time (%) = 0.000940084 (5.43967) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.202798) Outpt time (%) = 0.016202 (93.7505) Other time (%) = 0.000104904 (0.607014) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:43 2021 Memory usage per processor = 27.5249 Mbytes Step Atoms AVEKE stressZZ 6734 5000 1.0629057e-11 1890087.3 6735 -0.00838499999999543 1890053.14998383 6735 5000 1.0628303e-11 1890053.1 Loop time of 0.017251 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:43 2021 Pair time (%) = 0.000914097 (5.2988) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192106) Outpt time (%) = 0.0162082 (93.9549) Other time (%) = 9.56059e-05 (0.554204) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:43 2021 Memory usage per processor = 27.5249 Mbytes Step Atoms AVEKE stressZZ 6735 5000 1.0628303e-11 1890048.1 6736 -0.00838499999999543 1890013.94799637 6736 5000 1.0627554e-11 1890013.9 Loop time of 0.0169711 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:43 2021 Pair time (%) = 0.000910044 (5.36231) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.200893) Outpt time (%) = 0.0159221 (93.8187) Other time (%) = 0.000104904 (0.618134) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:43 2021 Memory usage per processor = 27.5249 Mbytes Step Atoms AVEKE stressZZ 6736 5000 1.0627554e-11 1890008.9 6737 -0.00838499999999543 1889974.74787057 6737 5000 1.0626808e-11 1889974.7 Loop time of 0.0173349 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:43 2021 Pair time (%) = 0.000942945 (5.43957) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.20768) Outpt time (%) = 0.0162411 (93.6898) Other time (%) = 0.000114918 (0.662926) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:43 2021 Memory usage per processor = 27.5249 Mbytes Step Atoms AVEKE stressZZ 6737 5000 1.0626808e-11 1889969.7 6738 -0.00838499999999543 1889935.54960104 6738 5000 1.0626065e-11 1889935.5 Loop time of 0.0173049 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:43 2021 Pair time (%) = 0.00090909 (5.25337) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191508) Outpt time (%) = 0.0162649 (93.9902) Other time (%) = 9.77516e-05 (0.564878) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:43 2021 Memory usage per processor = 27.5249 Mbytes Step Atoms AVEKE stressZZ 6738 5000 1.0626065e-11 1889930.5 6739 -0.00838499999999543 1889896.35318425 6739 5000 1.0625324e-11 1889896.4 Loop time of 0.0169261 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:43 2021 Pair time (%) = 0.000905991 (5.35264) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.194385) Outpt time (%) = 0.0158901 (93.8797) Other time (%) = 9.70364e-05 (0.573296) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:43 2021 Memory usage per processor = 27.5249 Mbytes Step Atoms AVEKE stressZZ 6739 5000 1.0625324e-11 1889891.3 6740 -0.00838499999999543 1889857.15861789 6740 5000 1.0624583e-11 1889857.2 Loop time of 0.018995 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:43 2021 Pair time (%) = 0.00100899 (5.31184) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.189529) Outpt time (%) = 0.0178058 (93.7393) Other time (%) = 0.000144243 (0.759373) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:43 2021 Memory usage per processor = 27.5249 Mbytes Step Atoms AVEKE stressZZ 6740 5000 1.0624583e-11 1889852.2 6741 -0.00838499999999543 1889817.9659004 6741 5000 1.0623843e-11 1889818 Loop time of 0.017205 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:43 2021 Pair time (%) = 0.000951052 (5.52776) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.196777) Outpt time (%) = 0.0161178 (93.681) Other time (%) = 0.000102282 (0.594487) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:43 2021 Memory usage per processor = 27.5249 Mbytes Step Atoms AVEKE stressZZ 6741 5000 1.0623843e-11 1889813 6742 -0.00838499999999543 1889778.77503075 6742 5000 1.0623103e-11 1889778.8 Loop time of 0.017159 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:43 2021 Pair time (%) = 0.000905037 (5.27442) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193136) Outpt time (%) = 0.016124 (93.9683) Other time (%) = 9.67979e-05 (0.564124) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:43 2021 Memory usage per processor = 27.5249 Mbytes Step Atoms AVEKE stressZZ 6742 5000 1.0623103e-11 1889773.8 6743 -0.00838499999999543 1889739.58600822 6743 5000 1.0622363e-11 1889739.6 Loop time of 0.01704 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:43 2021 Pair time (%) = 0.00090909 (5.33503) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.194484) Outpt time (%) = 0.016 (93.8968) Other time (%) = 9.77516e-05 (0.573659) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:43 2021 Memory usage per processor = 27.5249 Mbytes Step Atoms AVEKE stressZZ 6743 5000 1.0622363e-11 1889734.6 6744 -0.00838499999999543 1889700.39883226 6744 5000 1.0621624e-11 1889700.4 Loop time of 0.0172539 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:44 2021 Pair time (%) = 0.00107908 (6.25415) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.215565) Outpt time (%) = 0.0160069 (92.773) Other time (%) = 0.000130653 (0.757241) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:44 2021 Memory usage per processor = 27.5249 Mbytes Step Atoms AVEKE stressZZ 6744 5000 1.0621624e-11 1889695.4 6745 -0.00838499999999543 1889661.21350248 6745 5000 1.0620885e-11 1889661.2 Loop time of 0.017061 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:44 2021 Pair time (%) = 0.000910044 (5.33406) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192848) Outpt time (%) = 0.016021 (93.9043) Other time (%) = 9.70364e-05 (0.568761) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:44 2021 Memory usage per processor = 27.5249 Mbytes Step Atoms AVEKE stressZZ 6745 5000 1.0620885e-11 1889656.2 6746 -0.00838499999999543 1889622.03001853 6746 5000 1.0620146e-11 1889622 Loop time of 0.0173581 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:44 2021 Pair time (%) = 0.000907898 (5.23041) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.195042) Outpt time (%) = 0.0163212 (94.0265) Other time (%) = 9.5129e-05 (0.548039) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:44 2021 Memory usage per processor = 27.5249 Mbytes Step Atoms AVEKE stressZZ 6746 5000 1.0620146e-11 1889617 6747 -0.00838499999999543 1889582.84838013 6747 5000 1.0619407e-11 1889582.8 Loop time of 0.0170839 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:44 2021 Pair time (%) = 0.000910997 (5.3325) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.20515) Outpt time (%) = 0.0160348 (93.8595) Other time (%) = 0.000102997 (0.602889) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:44 2021 Memory usage per processor = 27.5249 Mbytes Step Atoms AVEKE stressZZ 6747 5000 1.0619407e-11 1889577.8 6748 -0.00838499999999543 1889543.66858711 6748 5000 1.0618668e-11 1889543.7 Loop time of 0.017374 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:44 2021 Pair time (%) = 0.000962019 (5.53711) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.201724) Outpt time (%) = 0.0162671 (93.6286) Other time (%) = 0.000109911 (0.632616) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:44 2021 Memory usage per processor = 27.5249 Mbytes Step Atoms AVEKE stressZZ 6748 5000 1.0618668e-11 1889538.7 6749 -0.00838499999999543 1889504.49063915 6749 5000 1.061793e-11 1889504.5 Loop time of 0.0174029 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:44 2021 Pair time (%) = 0.000908136 (5.21831) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.190429) Outpt time (%) = 0.0163639 (94.0296) Other time (%) = 9.77516e-05 (0.561698) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:44 2021 Memory usage per processor = 27.5249 Mbytes Step Atoms AVEKE stressZZ 6749 5000 1.061793e-11 1889499.5 6750 -0.00838499999999543 1889465.31453611 6750 5000 1.0617191e-11 1889465.3 Loop time of 0.0187891 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:44 2021 Pair time (%) = 0.000905037 (4.81683) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.175111) Outpt time (%) = 0.0177529 (94.4853) Other time (%) = 9.82285e-05 (0.522796) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:44 2021 Memory usage per processor = 27.5249 Mbytes Step Atoms AVEKE stressZZ 6750 5000 1.0617191e-11 1889460.3 6751 -0.00838499999999543 1889426.14027776 6751 5000 1.0616453e-11 1889426.1 Loop time of 0.0170019 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:44 2021 Pair time (%) = 0.000948191 (5.57698) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206139) Outpt time (%) = 0.0159109 (93.583) Other time (%) = 0.000107765 (0.633843) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:44 2021 Memory usage per processor = 27.5249 Mbytes Step Atoms AVEKE stressZZ 6751 5000 1.0616453e-11 1889421.1 6752 -0.00838499999999543 1889386.96786392 6752 5000 1.0615714e-11 1889387 Loop time of 0.017122 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:44 2021 Pair time (%) = 0.000930071 (5.43201) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.199123) Outpt time (%) = 0.016057 (93.7799) Other time (%) = 0.000100851 (0.589013) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:44 2021 Memory usage per processor = 27.5249 Mbytes Step Atoms AVEKE stressZZ 6752 5000 1.0615714e-11 1889382 6753 -0.00838499999999543 1889347.79729439 6753 5000 1.0614976e-11 1889347.8 Loop time of 0.0172451 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:44 2021 Pair time (%) = 0.000956059 (5.54396) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.203232) Outpt time (%) = 0.016145 (93.621) Other time (%) = 0.000108957 (0.631818) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:44 2021 Memory usage per processor = 27.5249 Mbytes Step Atoms AVEKE stressZZ 6753 5000 1.0614976e-11 1889342.8 6754 -0.00838499999999543 1889308.62856899 6754 5000 1.0614237e-11 1889308.6 Loop time of 0.01706 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:44 2021 Pair time (%) = 0.000905991 (5.3106) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.194256) Outpt time (%) = 0.016021 (93.9096) Other time (%) = 9.98974e-05 (0.585564) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:44 2021 Memory usage per processor = 27.5249 Mbytes Step Atoms AVEKE stressZZ 6754 5000 1.0614237e-11 1889303.6 6755 -0.00838499999999543 1889269.46168752 6755 5000 1.0613499e-11 1889269.5 Loop time of 0.0171092 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:44 2021 Pair time (%) = 0.00104809 (6.12589) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.221569) Outpt time (%) = 0.0159009 (92.9377) Other time (%) = 0.000122309 (0.714873) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:44 2021 Memory usage per processor = 27.5249 Mbytes Step Atoms AVEKE stressZZ 6755 5000 1.0613499e-11 1889264.5 6756 -0.00838499999999543 1889230.29664984 6756 5000 1.0612761e-11 1889230.3 Loop time of 0.0171132 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:44 2021 Pair time (%) = 0.000904083 (5.28296) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.199225) Outpt time (%) = 0.0160789 (93.9564) Other time (%) = 9.60827e-05 (0.561453) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:44 2021 Memory usage per processor = 27.5249 Mbytes Step Atoms AVEKE stressZZ 6756 5000 1.0612761e-11 1889225.3 6757 -0.00838499999999543 1889191.13345571 6757 5000 1.0612023e-11 1889191.1 Loop time of 0.017205 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:44 2021 Pair time (%) = 0.000905991 (5.26586) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191234) Outpt time (%) = 0.0161688 (93.9775) Other time (%) = 9.72748e-05 (0.565387) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:44 2021 Memory usage per processor = 27.5249 Mbytes Step Atoms AVEKE stressZZ 6757 5000 1.0612023e-11 1889186.1 6758 -0.00838499999999543 1889151.97210497 6758 5000 1.0611285e-11 1889152 Loop time of 0.017036 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:44 2021 Pair time (%) = 0.000920057 (5.40068) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.211325) Outpt time (%) = 0.0159731 (93.761) Other time (%) = 0.000106812 (0.626977) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:44 2021 Memory usage per processor = 27.5249 Mbytes Step Atoms AVEKE stressZZ 6758 5000 1.0611285e-11 1889147 6759 -0.00838499999999543 1889112.81259746 6759 5000 1.0610547e-11 1889112.8 Loop time of 0.017416 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:44 2021 Pair time (%) = 0.00111699 (6.41359) Neigh time (%) = 0 (0) Comm time (%) = 3.98159e-05 (0.228617) Outpt time (%) = 0.0161269 (92.598) Other time (%) = 0.000132322 (0.759774) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:44 2021 Memory usage per processor = 27.5249 Mbytes Step Atoms AVEKE stressZZ 6759 5000 1.0610547e-11 1889107.8 6760 -0.00838499999999543 1889073.65493296 6760 5000 1.0609809e-11 1889073.7 Loop time of 0.0190499 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:44 2021 Pair time (%) = 0.000916004 (4.80845) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.183978) Outpt time (%) = 0.0179999 (94.4882) Other time (%) = 9.89437e-05 (0.519393) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:44 2021 Memory usage per processor = 27.5249 Mbytes Step Atoms AVEKE stressZZ 6760 5000 1.0609809e-11 1889068.6 6761 -0.00838499999999543 1889034.49911129 6761 5000 1.0609071e-11 1889034.5 Loop time of 0.0171061 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:44 2021 Pair time (%) = 0.00090313 (5.27959) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.19234) Outpt time (%) = 0.016073 (93.9608) Other time (%) = 9.70364e-05 (0.567263) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:44 2021 Memory usage per processor = 27.5249 Mbytes Step Atoms AVEKE stressZZ 6761 5000 1.0609071e-11 1889029.5 6762 -0.00838499999999543 1888995.34513228 6762 5000 1.0608333e-11 1888995.3 Loop time of 0.016983 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:44 2021 Pair time (%) = 0.000946045 (5.57053) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206368) Outpt time (%) = 0.0159011 (93.6293) Other time (%) = 0.000100851 (0.593834) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:44 2021 Memory usage per processor = 27.5249 Mbytes Step Atoms AVEKE stressZZ 6762 5000 1.0608333e-11 1888990.3 6763 -0.00838499999999543 1888956.19299576 6763 5000 1.0607596e-11 1888956.2 Loop time of 0.0172782 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:44 2021 Pair time (%) = 0.000961065 (5.5623) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197323) Outpt time (%) = 0.0161769 (93.6263) Other time (%) = 0.000106096 (0.614047) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:44 2021 Memory usage per processor = 27.5249 Mbytes Step Atoms AVEKE stressZZ 6763 5000 1.0607596e-11 1888951.2 6764 -0.00838499999999543 1888917.04270153 6764 5000 1.0606858e-11 1888917 Loop time of 0.0171282 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:44 2021 Pair time (%) = 0.000906944 (5.29503) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193483) Outpt time (%) = 0.0160899 (93.938) Other time (%) = 9.82285e-05 (0.573489) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:44 2021 Memory usage per processor = 27.5249 Mbytes Step Atoms AVEKE stressZZ 6764 5000 1.0606858e-11 1888912 6765 -0.00838499999999543 1888877.89424943 6765 5000 1.0606121e-11 1888877.9 Loop time of 0.0170479 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:44 2021 Pair time (%) = 0.000972986 (5.70737) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.19859) Outpt time (%) = 0.015929 (93.4367) Other time (%) = 0.000112057 (0.657306) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:44 2021 Memory usage per processor = 27.5249 Mbytes Step Atoms AVEKE stressZZ 6765 5000 1.0606121e-11 1888872.9 6766 -0.00838499999999543 1888838.74763927 6766 5000 1.0605383e-11 1888838.7 Loop time of 0.017015 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:44 2021 Pair time (%) = 0.000977039 (5.74223) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.200376) Outpt time (%) = 0.0158951 (93.4184) Other time (%) = 0.000108719 (0.63896) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:44 2021 Memory usage per processor = 27.5249 Mbytes Step Atoms AVEKE stressZZ 6766 5000 1.0605383e-11 1888833.7 6767 -0.00838499999999543 1888799.60287084 6767 5000 1.0604646e-11 1888799.6 Loop time of 0.016818 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:44 2021 Pair time (%) = 0.000905991 (5.38701) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.195634) Outpt time (%) = 0.01579 (93.8872) Other time (%) = 8.91685e-05 (0.530196) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:44 2021 Memory usage per processor = 27.5249 Mbytes Step Atoms AVEKE stressZZ 6767 5000 1.0604646e-11 1888794.6 6768 -0.00838499999999543 1888760.45994402 6768 5000 1.0603908e-11 1888760.5 Loop time of 0.0168109 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:44 2021 Pair time (%) = 0.000905991 (5.38931) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.195717) Outpt time (%) = 0.01578 (93.8675) Other time (%) = 9.20296e-05 (0.54744) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:44 2021 Memory usage per processor = 27.5249 Mbytes Step Atoms AVEKE stressZZ 6768 5000 1.0603908e-11 1888755.5 6769 -0.00838499999999543 1888721.3188586 6769 5000 1.0603171e-11 1888721.3 Loop time of 0.017221 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:44 2021 Pair time (%) = 0.000908852 (5.27759) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192441) Outpt time (%) = 0.016187 (93.9956) Other time (%) = 9.20296e-05 (0.534404) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:44 2021 Memory usage per processor = 27.5249 Mbytes Step Atoms AVEKE stressZZ 6769 5000 1.0603171e-11 1888716.3 6770 -0.00838499999999543 1888682.1796144 6770 5000 1.0602434e-11 1888682.2 Loop time of 0.018837 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:44 2021 Pair time (%) = 0.000910044 (4.83116) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.186057) Outpt time (%) = 0.017786 (94.4208) Other time (%) = 0.000105858 (0.561968) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:44 2021 Memory usage per processor = 27.5249 Mbytes Step Atoms AVEKE stressZZ 6770 5000 1.0602434e-11 1888677.2 6771 -0.00838499999999543 1888643.04221126 6771 5000 1.0601697e-11 1888643 Loop time of 0.0174239 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:44 2021 Pair time (%) = 0.00103998 (5.96872) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.201147) Outpt time (%) = 0.0162041 (92.9995) Other time (%) = 0.00014472 (0.830585) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:44 2021 Memory usage per processor = 27.5249 Mbytes Step Atoms AVEKE stressZZ 6771 5000 1.0601697e-11 1888638 6772 -0.00838499999999543 1888603.90664896 6772 5000 1.060096e-11 1888603.9 Loop time of 0.017086 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:44 2021 Pair time (%) = 0.000914812 (5.35415) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192565) Outpt time (%) = 0.016037 (93.8602) Other time (%) = 0.000101328 (0.593045) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:44 2021 Memory usage per processor = 27.5249 Mbytes Step Atoms AVEKE stressZZ 6772 5000 1.060096e-11 1888598.9 6773 -0.00838499999999543 1888564.77292736 6773 5000 1.0600223e-11 1888564.8 Loop time of 0.0170789 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:44 2021 Pair time (%) = 0.000905991 (5.30474) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192646) Outpt time (%) = 0.0160401 (93.9177) Other time (%) = 9.98974e-05 (0.584918) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:44 2021 Memory usage per processor = 27.5249 Mbytes Step Atoms AVEKE stressZZ 6773 5000 1.0600223e-11 1888559.8 6774 -0.00838499999999543 1888525.64104628 6774 5000 1.0599486e-11 1888525.6 Loop time of 0.0169852 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:44 2021 Pair time (%) = 0.000929832 (5.47438) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.204938) Outpt time (%) = 0.015907 (93.6525) Other time (%) = 0.000113487 (0.668155) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:44 2021 Memory usage per processor = 27.5249 Mbytes Step Atoms AVEKE stressZZ 6774 5000 1.0599486e-11 1888520.6 6775 -0.00838499999999543 1888486.51100553 6775 5000 1.0598749e-11 1888486.5 Loop time of 0.017175 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:44 2021 Pair time (%) = 0.000946999 (5.51383) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.197121) Outpt time (%) = 0.016088 (93.6713) Other time (%) = 0.000106096 (0.617738) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:44 2021 Memory usage per processor = 27.5249 Mbytes Step Atoms AVEKE stressZZ 6775 5000 1.0598749e-11 1888481.5 6776 -0.00838499999999543 1888447.38280493 6776 5000 1.0598012e-11 1888447.4 Loop time of 0.0172682 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:44 2021 Pair time (%) = 0.000961065 (5.56553) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197437) Outpt time (%) = 0.0161669 (93.6226) Other time (%) = 0.000106096 (0.614403) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:44 2021 Memory usage per processor = 27.5249 Mbytes Step Atoms AVEKE stressZZ 6776 5000 1.0598012e-11 1888442.4 6777 -0.00838499999999543 1888408.25644432 6777 5000 1.0597276e-11 1888408.3 Loop time of 0.0170159 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:44 2021 Pair time (%) = 0.000905991 (5.32437) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.193359) Outpt time (%) = 0.015981 (93.9176) Other time (%) = 9.60827e-05 (0.564663) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:44 2021 Memory usage per processor = 27.5249 Mbytes Step Atoms AVEKE stressZZ 6777 5000 1.0597276e-11 1888403.3 6778 -0.00838499999999543 1888369.13192352 6778 5000 1.0596539e-11 1888369.1 Loop time of 0.0173261 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:44 2021 Pair time (%) = 0.00104499 (6.03129) Neigh time (%) = 0 (0) Comm time (%) = 4.29153e-05 (0.247692) Outpt time (%) = 0.0161262 (93.0743) Other time (%) = 0.000112057 (0.64675) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:44 2021 Memory usage per processor = 27.5249 Mbytes Step Atoms AVEKE stressZZ 6778 5000 1.0596539e-11 1888364.1 6779 -0.00838499999999543 1888330.00924236 6779 5000 1.0595803e-11 1888330 Loop time of 0.017159 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:44 2021 Pair time (%) = 0.000910997 (5.30916) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198694) Outpt time (%) = 0.0161121 (93.8988) Other time (%) = 0.000101805 (0.593303) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:44 2021 Memory usage per processor = 27.5249 Mbytes Step Atoms AVEKE stressZZ 6779 5000 1.0595803e-11 1888325 6780 -0.00838499999999543 1888290.88840065 6780 5000 1.0595066e-11 1888290.9 Loop time of 0.019146 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:44 2021 Pair time (%) = 0.000985146 (5.14545) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.183054) Outpt time (%) = 0.0180221 (94.1298) Other time (%) = 0.000103712 (0.541692) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:44 2021 Memory usage per processor = 27.5249 Mbytes Step Atoms AVEKE stressZZ 6780 5000 1.0595066e-11 1888285.9 6781 -0.00838499999999543 1888251.76939819 6781 5000 1.059433e-11 1888251.8 Loop time of 0.0169129 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:44 2021 Pair time (%) = 0.000905991 (5.35679) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.194536) Outpt time (%) = 0.0158761 (93.8693) Other time (%) = 9.799e-05 (0.579379) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:44 2021 Memory usage per processor = 27.5249 Mbytes Step Atoms AVEKE stressZZ 6781 5000 1.059433e-11 1888246.8 6782 -0.00838499999999543 1888212.65223484 6782 5000 1.0593593e-11 1888212.7 Loop time of 0.0173211 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:44 2021 Pair time (%) = 0.00111103 (6.41432) Neigh time (%) = 0 (0) Comm time (%) = 4.3869e-05 (0.253269) Outpt time (%) = 0.016026 (92.5231) Other time (%) = 0.00014019 (0.80936) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:44 2021 Memory usage per processor = 27.5249 Mbytes Step Atoms AVEKE stressZZ 6782 5000 1.0593593e-11 1888207.6 6783 -0.00838499999999543 1888173.53691043 6783 5000 1.0592857e-11 1888173.5 Loop time of 0.0171618 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:44 2021 Pair time (%) = 0.000905037 (5.27354) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.197272) Outpt time (%) = 0.0161228 (93.9457) Other time (%) = 0.000100136 (0.583479) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:44 2021 Memory usage per processor = 27.5249 Mbytes Step Atoms AVEKE stressZZ 6783 5000 1.0592857e-11 1888168.5 6784 -0.00838499999999543 1888134.42342476 6784 5000 1.0592121e-11 1888134.4 Loop time of 0.017195 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:44 2021 Pair time (%) = 0.000908852 (5.28556) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191345) Outpt time (%) = 0.01616 (93.9809) Other time (%) = 9.32217e-05 (0.542144) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:44 2021 Memory usage per processor = 27.5249 Mbytes Step Atoms AVEKE stressZZ 6784 5000 1.0592121e-11 1888129.4 6785 -0.00838499999999543 1888095.31177769 6785 5000 1.0591385e-11 1888095.3 Loop time of 0.016969 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:44 2021 Pair time (%) = 0.000927925 (5.46837) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206539) Outpt time (%) = 0.015898 (93.6886) Other time (%) = 0.000108004 (0.636477) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:44 2021 Memory usage per processor = 27.5249 Mbytes Step Atoms AVEKE stressZZ 6785 5000 1.0591385e-11 1888090.3 6786 -0.00838499999999543 1888056.20196905 6786 5000 1.0590649e-11 1888056.2 Loop time of 0.017345 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:44 2021 Pair time (%) = 0.00101018 (5.82405) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.20756) Outpt time (%) = 0.0161841 (93.3072) Other time (%) = 0.000114679 (0.661168) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:44 2021 Memory usage per processor = 27.5249 Mbytes Step Atoms AVEKE stressZZ 6786 5000 1.0590649e-11 1888051.2 6787 -0.00838499999999543 1888017.09399858 6787 5000 1.0589913e-11 1888017.1 Loop time of 0.0171819 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:45 2021 Pair time (%) = 0.000905991 (5.27294) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198429) Outpt time (%) = 0.016145 (93.9653) Other time (%) = 9.67979e-05 (0.563372) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:45 2021 Memory usage per processor = 27.5249 Mbytes Step Atoms AVEKE stressZZ 6787 5000 1.0589913e-11 1888012.1 6788 -0.00838499999999543 1887977.98786621 6788 5000 1.0589177e-11 1887978 Loop time of 0.016923 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:45 2021 Pair time (%) = 0.000910044 (5.37757) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.200056) Outpt time (%) = 0.0158849 (93.8659) Other time (%) = 9.41753e-05 (0.556495) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:45 2021 Memory usage per processor = 27.5249 Mbytes Step Atoms AVEKE stressZZ 6788 5000 1.0589177e-11 1887973 6789 -0.00838499999999543 1887938.88357171 6789 5000 1.0588441e-11 1887938.9 Loop time of 0.01719 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:45 2021 Pair time (%) = 0.00105596 (6.14286) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.214979) Outpt time (%) = 0.0159781 (92.9501) Other time (%) = 0.000118971 (0.692094) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:45 2021 Memory usage per processor = 27.5249 Mbytes Step Atoms AVEKE stressZZ 6789 5000 1.0588441e-11 1887933.9 6790 -0.00838499999999543 1887899.78111492 6790 5000 1.0587705e-11 1887899.8 Loop time of 0.018899 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:45 2021 Pair time (%) = 0.000902891 (4.77746) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.175354) Outpt time (%) = 0.017868 (94.5451) Other time (%) = 9.48906e-05 (0.502094) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:45 2021 Memory usage per processor = 27.5249 Mbytes Step Atoms AVEKE stressZZ 6790 5000 1.0587705e-11 1887894.8 6791 -0.00838499999999543 1887860.68049564 6791 5000 1.0586969e-11 1887860.7 Loop time of 0.017195 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:45 2021 Pair time (%) = 0.000917912 (5.33825) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198278) Outpt time (%) = 0.0161428 (93.8811) Other time (%) = 0.000100136 (0.582355) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:45 2021 Memory usage per processor = 27.5249 Mbytes Step Atoms AVEKE stressZZ 6791 5000 1.0586969e-11 1887855.7 6792 -0.00838499999999543 1887821.58171372 6792 5000 1.0586234e-11 1887821.6 Loop time of 0.0169339 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:45 2021 Pair time (%) = 0.000905991 (5.35015) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.199927) Outpt time (%) = 0.0158958 (93.8699) Other time (%) = 9.82285e-05 (0.580069) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:45 2021 Memory usage per processor = 27.5249 Mbytes Step Atoms AVEKE stressZZ 6792 5000 1.0586234e-11 1887816.6 6793 -0.00838499999999543 1887782.484769 6793 5000 1.0585498e-11 1887782.5 Loop time of 0.0173681 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:45 2021 Pair time (%) = 0.00109887 (6.32696) Neigh time (%) = 0 (0) Comm time (%) = 4.41074e-05 (0.253957) Outpt time (%) = 0.0160842 (92.6078) Other time (%) = 0.000140905 (0.811289) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:45 2021 Memory usage per processor = 27.5249 Mbytes Step Atoms AVEKE stressZZ 6793 5000 1.0585498e-11 1887777.5 6794 -0.00838499999999543 1887743.38966131 6794 5000 1.0584763e-11 1887743.4 Loop time of 0.017092 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:45 2021 Pair time (%) = 0.000910044 (5.32439) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192498) Outpt time (%) = 0.0160511 (93.9098) Other time (%) = 9.799e-05 (0.57331) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:45 2021 Memory usage per processor = 27.5249 Mbytes Step Atoms AVEKE stressZZ 6794 5000 1.0584763e-11 1887738.4 6795 -0.00838499999999543 1887704.29639045 6795 5000 1.0584027e-11 1887704.3 Loop time of 0.017051 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:45 2021 Pair time (%) = 0.000925779 (5.42948) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205546) Outpt time (%) = 0.0159869 (93.7595) Other time (%) = 0.000103235 (0.60545) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:45 2021 Memory usage per processor = 27.5249 Mbytes Step Atoms AVEKE stressZZ 6795 5000 1.0584027e-11 1887699.3 6796 -0.00838499999999543 1887665.20495626 6796 5000 1.0583292e-11 1887665.2 Loop time of 0.0169799 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:45 2021 Pair time (%) = 0.000937939 (5.52381) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.200789) Outpt time (%) = 0.015903 (93.6576) Other time (%) = 0.000104904 (0.617813) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:45 2021 Memory usage per processor = 27.5249 Mbytes Step Atoms AVEKE stressZZ 6796 5000 1.0583292e-11 1887660.2 6797 -0.00838499999999543 1887626.11535858 6797 5000 1.0582557e-11 1887626.1 Loop time of 0.017252 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:45 2021 Pair time (%) = 0.00096488 (5.59287) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.196241) Outpt time (%) = 0.0161431 (93.5724) Other time (%) = 0.000110149 (0.638474) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:45 2021 Memory usage per processor = 27.5249 Mbytes Step Atoms AVEKE stressZZ 6797 5000 1.0582557e-11 1887621.1 6798 -0.00838499999999543 1887587.02759721 6798 5000 1.0581821e-11 1887587 Loop time of 0.0171061 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:45 2021 Pair time (%) = 0.000905991 (5.29631) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.19234) Outpt time (%) = 0.0160711 (93.9497) Other time (%) = 9.60827e-05 (0.561688) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:45 2021 Memory usage per processor = 27.5249 Mbytes Step Atoms AVEKE stressZZ 6798 5000 1.0581821e-11 1887582 6799 -0.00838499999999543 1887547.94167201 6799 5000 1.0581086e-11 1887547.9 Loop time of 0.017066 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:45 2021 Pair time (%) = 0.00100088 (5.86477) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.210953) Outpt time (%) = 0.015918 (93.2733) Other time (%) = 0.000111103 (0.65102) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:45 2021 Memory usage per processor = 27.5249 Mbytes Step Atoms AVEKE stressZZ 6799 5000 1.0581086e-11 1887542.9 6800 -0.00838499999999543 1887508.85758281 6800 5000 1.0580351e-11 1887508.9 Loop time of 0.0190101 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:45 2021 Pair time (%) = 0.00105214 (5.53465) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.205684) Outpt time (%) = 0.017803 (93.6501) Other time (%) = 0.000115871 (0.609527) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:45 2021 Memory usage per processor = 27.5249 Mbytes Step Atoms AVEKE stressZZ 6800 5000 1.0580351e-11 1887503.9 6801 -0.00838499999999543 1887469.77532943 6801 5000 1.0579616e-11 1887469.8 Loop time of 0.0171621 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:45 2021 Pair time (%) = 0.000930071 (5.41934) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191712) Outpt time (%) = 0.016099 (93.8055) Other time (%) = 0.000100136 (0.583471) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:45 2021 Memory usage per processor = 27.5249 Mbytes Step Atoms AVEKE stressZZ 6801 5000 1.0579616e-11 1887464.8 6802 -0.00838499999999543 1887430.69491172 6802 5000 1.0578881e-11 1887430.7 Loop time of 0.0172009 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:45 2021 Pair time (%) = 0.000927925 (5.39462) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198209) Outpt time (%) = 0.016144 (93.8555) Other time (%) = 9.48906e-05 (0.551659) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:45 2021 Memory usage per processor = 27.5249 Mbytes Step Atoms AVEKE stressZZ 6802 5000 1.0578881e-11 1887425.7 6803 -0.00838499999999543 1887391.61632944 6803 5000 1.0578146e-11 1887391.6 Loop time of 0.017148 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:45 2021 Pair time (%) = 0.00104308 (6.08281) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.215505) Outpt time (%) = 0.0159421 (92.9676) Other time (%) = 0.000125885 (0.734108) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:45 2021 Memory usage per processor = 27.5249 Mbytes Step Atoms AVEKE stressZZ 6803 5000 1.0578146e-11 1887386.6 6804 -0.00838499999999543 1887352.53958249 6804 5000 1.0577412e-11 1887352.5 Loop time of 0.0171082 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:45 2021 Pair time (%) = 0.000985861 (5.7625) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.203464) Outpt time (%) = 0.0159788 (93.3986) Other time (%) = 0.000108719 (0.635478) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:45 2021 Memory usage per processor = 27.5249 Mbytes Step Atoms AVEKE stressZZ 6804 5000 1.0577412e-11 1887347.5 6805 -0.00838499999999543 1887313.46467064 6805 5000 1.0576677e-11 1887313.5 Loop time of 0.0171781 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:45 2021 Pair time (%) = 0.000905037 (5.26856) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192922) Outpt time (%) = 0.0161428 (93.9736) Other time (%) = 9.70364e-05 (0.564885) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:45 2021 Memory usage per processor = 27.5249 Mbytes Step Atoms AVEKE stressZZ 6805 5000 1.0576677e-11 1887308.5 6806 -0.00838499999999543 1887274.39159379 6806 5000 1.0575942e-11 1887274.4 Loop time of 0.0171602 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:45 2021 Pair time (%) = 0.000905991 (5.27961) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.197291) Outpt time (%) = 0.01613 (93.9965) Other time (%) = 9.03606e-05 (0.526572) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:45 2021 Memory usage per processor = 27.5249 Mbytes Step Atoms AVEKE stressZZ 6806 5000 1.0575942e-11 1887269.4 6807 -0.00838499999999543 1887235.32035173 6807 5000 1.0575208e-11 1887235.3 Loop time of 0.0170698 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:45 2021 Pair time (%) = 0.000911951 (5.34248) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.194145) Outpt time (%) = 0.016026 (93.8851) Other time (%) = 9.87053e-05 (0.578245) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:20:45 2021 Memory usage per processor = 27.5249 Mbytes Step Atoms AVEKE stressZZ 6807 5000 1.0575208e-11 1887230.3 6808 -0.00838499999999543 1887189.36340299 6808 5000 2.0892681e-11 1887251.2 Loop time of 0.0171809 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:45 2021 Pair time (%) = 0.00106692 (6.20993) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.209542) Outpt time (%) = 0.0158889 (92.4801) Other time (%) = 0.000189066 (1.10044) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28305 ave 28305 max 28305 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28305 Ave neighs/atom = 5.661 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:45 2021 Memory usage per processor = 27.5249 Mbytes Step Atoms AVEKE stressZZ 6808 5000 2.0892681e-11 1922081.6 6809 -0.00841749999999541 1922036.33774178 6809 5000 1.687862e-11 1922036.3 Loop time of 0.017072 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:45 2021 Pair time (%) = 0.000910997 (5.33622) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192724) Outpt time (%) = 0.0160279 (93.8845) Other time (%) = 0.000100136 (0.586551) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:45 2021 Memory usage per processor = 27.5249 Mbytes Step Atoms AVEKE stressZZ 6809 5000 1.687862e-11 1922029.6 6810 -0.00841749999999541 1921988.13353315 6810 5000 1.4549649e-11 1921988.1 Loop time of 0.0185461 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:45 2021 Pair time (%) = 0.000905037 (4.87993) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.183833) Outpt time (%) = 0.0175102 (94.4143) Other time (%) = 9.67979e-05 (0.521931) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:45 2021 Memory usage per processor = 27.525 Mbytes Step Atoms AVEKE stressZZ 6810 5000 1.4549649e-11 1921982 6811 -0.00841749999999541 1921942.95991871 6811 5000 1.3159072e-11 1921943 Loop time of 0.016891 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:45 2021 Pair time (%) = 0.00090909 (5.3821) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.194789) Outpt time (%) = 0.0158572 (93.8797) Other time (%) = 9.17912e-05 (0.543432) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:45 2021 Memory usage per processor = 27.525 Mbytes Step Atoms AVEKE stressZZ 6811 5000 1.3159072e-11 1921937.2 6812 -0.00841749999999541 1921899.71299834 6812 5000 1.2311336e-11 1921899.7 Loop time of 0.016963 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:45 2021 Pair time (%) = 0.000905991 (5.34098) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.193962) Outpt time (%) = 0.0159309 (93.9155) Other time (%) = 9.32217e-05 (0.549559) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:45 2021 Memory usage per processor = 27.525 Mbytes Step Atoms AVEKE stressZZ 6812 5000 1.2311336e-11 1921894.2 6813 -0.00841749999999541 1921857.69120611 6813 5000 1.1786966e-11 1921857.7 Loop time of 0.017168 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:45 2021 Pair time (%) = 0.000908136 (5.28969) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191645) Outpt time (%) = 0.016134 (93.9771) Other time (%) = 9.29832e-05 (0.541606) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:45 2021 Memory usage per processor = 27.525 Mbytes Step Atoms AVEKE stressZZ 6813 5000 1.1786966e-11 1921852.3 6814 -0.00841749999999541 1921816.44867754 6814 5000 1.1459365e-11 1921816.4 Loop time of 0.0171058 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:45 2021 Pair time (%) = 0.000908136 (5.30893) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192343) Outpt time (%) = 0.0160639 (93.9092) Other time (%) = 0.000100851 (0.589572) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:45 2021 Memory usage per processor = 27.525 Mbytes Step Atoms AVEKE stressZZ 6814 5000 1.1459365e-11 1921811.1 6815 -0.00841749999999541 1921775.70206587 6815 5000 1.1253286e-11 1921775.7 Loop time of 0.017381 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:45 2021 Pair time (%) = 0.000985861 (5.67208) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.200272) Outpt time (%) = 0.0162511 (93.4994) Other time (%) = 0.000109196 (0.628249) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:45 2021 Memory usage per processor = 27.525 Mbytes Step Atoms AVEKE stressZZ 6815 5000 1.1253286e-11 1921770.5 6816 -0.00841749999999541 1921735.27130169 6816 5000 1.1123011e-11 1921735.3 Loop time of 0.0173771 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:45 2021 Pair time (%) = 0.00100303 (5.77211) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.201688) Outpt time (%) = 0.0162318 (93.4088) Other time (%) = 0.000107288 (0.617411) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:45 2021 Memory usage per processor = 27.525 Mbytes Step Atoms AVEKE stressZZ 6816 5000 1.1123011e-11 1921730.1 6817 -0.00841749999999541 1921695.04194873 6817 5000 1.1040333e-11 1921695 Loop time of 0.017164 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:45 2021 Pair time (%) = 0.000906944 (5.28399) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191691) Outpt time (%) = 0.016119 (93.9117) Other time (%) = 0.000105143 (0.612577) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:45 2021 Memory usage per processor = 27.525 Mbytes Step Atoms AVEKE stressZZ 6817 5000 1.1040333e-11 1921689.9 6818 -0.00841749999999541 1921654.94131558 6818 5000 1.0987672e-11 1921654.9 Loop time of 0.017175 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:45 2021 Pair time (%) = 0.00093317 (5.43332) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204062) Outpt time (%) = 0.0161011 (93.7477) Other time (%) = 0.000105619 (0.614962) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:45 2021 Memory usage per processor = 27.525 Mbytes Step Atoms AVEKE stressZZ 6818 5000 1.0987672e-11 1921649.8 6819 -0.00841749999999541 1921614.92319116 6819 5000 1.0953993e-11 1921614.9 Loop time of 0.0172861 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:45 2021 Pair time (%) = 0.000949144 (5.49081) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197233) Outpt time (%) = 0.016201 (93.723) Other time (%) = 0.000101805 (0.588941) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:45 2021 Memory usage per processor = 27.525 Mbytes Step Atoms AVEKE stressZZ 6819 5000 1.0953993e-11 1921609.8 6820 -0.00841749999999541 1921574.95818843 6820 5000 1.0932338e-11 1921575 Loop time of 0.0189512 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:45 2021 Pair time (%) = 0.000907898 (4.79072) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.179904) Outpt time (%) = 0.0179131 (94.5224) Other time (%) = 9.60827e-05 (0.507001) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:45 2021 Memory usage per processor = 27.525 Mbytes Step Atoms AVEKE stressZZ 6820 5000 1.0932338e-11 1921569.8 6821 -0.00841749999999541 1921535.0276351 6821 5000 1.091831e-11 1921535 Loop time of 0.01845 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:45 2021 Pair time (%) = 0.000906944 (4.91568) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.18479) Outpt time (%) = 0.0174131 (94.38) Other time (%) = 9.58443e-05 (0.519481) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:45 2021 Memory usage per processor = 27.525 Mbytes Step Atoms AVEKE stressZZ 6821 5000 1.091831e-11 1921529.9 6822 -0.00841749999999541 1921495.11966492 6822 5000 1.0909122e-11 1921495.1 Loop time of 0.0170689 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:45 2021 Pair time (%) = 0.00100899 (5.91128) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.20533) Outpt time (%) = 0.015914 (93.2339) Other time (%) = 0.000110865 (0.649514) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:45 2021 Memory usage per processor = 27.525 Mbytes Step Atoms AVEKE stressZZ 6822 5000 1.0909122e-11 1921490 6823 -0.00841749999999541 1921455.22673657 6823 5000 1.0903009e-11 1921455.2 Loop time of 0.0170722 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:45 2021 Pair time (%) = 0.000931025 (5.45345) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192721) Outpt time (%) = 0.0160089 (93.7715) Other time (%) = 9.94205e-05 (0.582353) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:45 2021 Memory usage per processor = 27.525 Mbytes Step Atoms AVEKE stressZZ 6823 5000 1.0903009e-11 1921450.1 6824 -0.00841749999999541 1921415.34405715 6824 5000 1.0898847e-11 1921415.3 Loop time of 0.017252 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:45 2021 Pair time (%) = 0.00094986 (5.5058) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.201769) Outpt time (%) = 0.0161641 (93.694) Other time (%) = 0.000103235 (0.598397) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:45 2021 Memory usage per processor = 27.525 Mbytes Step Atoms AVEKE stressZZ 6824 5000 1.0898847e-11 1921410.2 6825 -0.00841749999999541 1921375.46858034 6825 5000 1.0895926e-11 1921375.5 Loop time of 0.0169489 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:45 2021 Pair time (%) = 0.000906944 (5.35104) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.194123) Outpt time (%) = 0.0159109 (93.8753) Other time (%) = 9.82285e-05 (0.579555) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:45 2021 Memory usage per processor = 27.525 Mbytes Step Atoms AVEKE stressZZ 6825 5000 1.0895926e-11 1921370.3 6826 -0.00841749999999541 1921335.5983698 6826 5000 1.0893793e-11 1921335.6 Loop time of 0.0172551 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:45 2021 Pair time (%) = 0.00111294 (6.44992) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.21555) Outpt time (%) = 0.01598 (92.6105) Other time (%) = 0.000124931 (0.724027) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:45 2021 Memory usage per processor = 27.525 Mbytes Step Atoms AVEKE stressZZ 6826 5000 1.0893793e-11 1921330.5 6827 -0.00841749999999541 1921295.73219474 6827 5000 1.0892161e-11 1921295.7 Loop time of 0.0171111 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:45 2021 Pair time (%) = 0.000905991 (5.29477) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193677) Outpt time (%) = 0.016072 (93.9277) Other time (%) = 9.98974e-05 (0.583818) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:45 2021 Memory usage per processor = 27.525 Mbytes Step Atoms AVEKE stressZZ 6827 5000 1.0892161e-11 1921290.6 6828 -0.00841749999999541 1921255.86927263 6828 5000 1.0890846e-11 1921255.9 Loop time of 0.017056 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:45 2021 Pair time (%) = 0.000906944 (5.31745) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.194302) Outpt time (%) = 0.0160191 (93.9207) Other time (%) = 9.67979e-05 (0.567531) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:45 2021 Memory usage per processor = 27.525 Mbytes Step Atoms AVEKE stressZZ 6828 5000 1.0890846e-11 1921250.7 6829 -0.00841749999999541 1921216.00910438 6829 5000 1.0889735e-11 1921216 Loop time of 0.0169749 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:45 2021 Pair time (%) = 0.000925064 (5.44959) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206466) Outpt time (%) = 0.015907 (93.7091) Other time (%) = 0.000107765 (0.634849) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:45 2021 Memory usage per processor = 27.525 Mbytes Step Atoms AVEKE stressZZ 6829 5000 1.0889735e-11 1921210.9 6830 -0.00841749999999541 1921176.15136216 6830 5000 1.0888751e-11 1921176.2 Loop time of 0.0193329 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:45 2021 Pair time (%) = 0.00102592 (5.30658) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.186217) Outpt time (%) = 0.018157 (93.9177) Other time (%) = 0.000113964 (0.589483) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:45 2021 Memory usage per processor = 27.525 Mbytes Step Atoms AVEKE stressZZ 6830 5000 1.0888751e-11 1921171 6831 -0.00841749999999541 1921136.29585653 6831 5000 1.088785e-11 1921136.3 Loop time of 0.0171559 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:46 2021 Pair time (%) = 0.000910044 (5.30456) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.19873) Outpt time (%) = 0.016115 (93.9325) Other time (%) = 9.67979e-05 (0.564226) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:46 2021 Memory usage per processor = 27.525 Mbytes Step Atoms AVEKE stressZZ 6831 5000 1.088785e-11 1921131.2 6832 -0.00841749999999541 1921096.44245932 6832 5000 1.0887e-11 1921096.4 Loop time of 0.0169752 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:46 2021 Pair time (%) = 0.000905991 (5.33715) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.193823) Outpt time (%) = 0.0159378 (93.889) Other time (%) = 9.84669e-05 (0.580064) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:46 2021 Memory usage per processor = 27.525 Mbytes Step Atoms AVEKE stressZZ 6832 5000 1.0887e-11 1921091.3 6833 -0.00841749999999541 1921056.59108897 6833 5000 1.0886184e-11 1921056.6 Loop time of 0.017041 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:46 2021 Pair time (%) = 0.000990868 (5.81462) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.211263) Outpt time (%) = 0.015908 (93.3515) Other time (%) = 0.000106096 (0.622595) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:46 2021 Memory usage per processor = 27.525 Mbytes Step Atoms AVEKE stressZZ 6833 5000 1.0886184e-11 1921051.5 6834 -0.00841749999999541 1921016.74169343 6834 5000 1.0885389e-11 1921016.7 Loop time of 0.0171111 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:46 2021 Pair time (%) = 0.00092411 (5.40066) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192284) Outpt time (%) = 0.016058 (93.8455) Other time (%) = 9.60827e-05 (0.561524) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:46 2021 Memory usage per processor = 27.525 Mbytes Step Atoms AVEKE stressZZ 6834 5000 1.0885389e-11 1921011.6 6835 -0.00841749999999541 1920976.89423947 6835 5000 1.0884606e-11 1920976.9 Loop time of 0.0172331 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:46 2021 Pair time (%) = 0.000916958 (5.3209) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197839) Outpt time (%) = 0.0161762 (93.867) Other time (%) = 0.000105858 (0.614269) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:46 2021 Memory usage per processor = 27.525 Mbytes Step Atoms AVEKE stressZZ 6835 5000 1.0884606e-11 1920971.8 6836 -0.00841749999999541 1920937.04870578 6836 5000 1.0883833e-11 1920937 Loop time of 0.016907 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:46 2021 Pair time (%) = 0.000911951 (5.39393) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.200245) Outpt time (%) = 0.0158629 (93.8248) Other time (%) = 9.82285e-05 (0.580994) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:46 2021 Memory usage per processor = 27.525 Mbytes Step Atoms AVEKE stressZZ 6836 5000 1.0883833e-11 1920931.9 6837 -0.00841749999999541 1920897.20507868 6837 5000 1.0883065e-11 1920897.2 Loop time of 0.017379 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:46 2021 Pair time (%) = 0.00110698 (6.36961) Neigh time (%) = 0 (0) Comm time (%) = 4.29153e-05 (0.246937) Outpt time (%) = 0.0160851 (92.5548) Other time (%) = 0.000144005 (0.828612) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:46 2021 Memory usage per processor = 27.525 Mbytes Step Atoms AVEKE stressZZ 6837 5000 1.0883065e-11 1920892.1 6838 -0.00841749999999541 1920857.3633493 6838 5000 1.08823e-11 1920857.4 Loop time of 0.0171371 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:46 2021 Pair time (%) = 0.000915766 (5.34378) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.197557) Outpt time (%) = 0.0160849 (93.8604) Other time (%) = 0.00010252 (0.598236) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:46 2021 Memory usage per processor = 27.525 Mbytes Step Atoms AVEKE stressZZ 6838 5000 1.08823e-11 1920852.2 6839 -0.00841749999999541 1920817.52351191 6839 5000 1.0881538e-11 1920817.5 Loop time of 0.017081 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:46 2021 Pair time (%) = 0.000939131 (5.49809) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.199601) Outpt time (%) = 0.0160031 (93.6895) Other time (%) = 0.000104666 (0.61276) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:46 2021 Memory usage per processor = 27.525 Mbytes Step Atoms AVEKE stressZZ 6839 5000 1.0881538e-11 1920812.4 6840 -0.00841749999999541 1920777.68556265 6840 5000 1.0880777e-11 1920777.7 Loop time of 0.018791 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:46 2021 Pair time (%) = 0.000949144 (5.05107) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.186513) Outpt time (%) = 0.0177031 (94.2105) Other time (%) = 0.000103712 (0.551925) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:46 2021 Memory usage per processor = 27.525 Mbytes Step Atoms AVEKE stressZZ 6840 5000 1.0880777e-11 1920772.5 6841 -0.00841749999999541 1920737.849499 6841 5000 1.0880017e-11 1920737.8 Loop time of 0.0173919 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:46 2021 Pair time (%) = 0.000947952 (5.45053) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.200145) Outpt time (%) = 0.016304 (93.7448) Other time (%) = 0.000105143 (0.604549) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:46 2021 Memory usage per processor = 27.525 Mbytes Step Atoms AVEKE stressZZ 6841 5000 1.0880017e-11 1920732.7 6842 -0.00841749999999541 1920698.01531915 6842 5000 1.0879258e-11 1920698 Loop time of 0.0171239 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:46 2021 Pair time (%) = 0.000905991 (5.29078) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192139) Outpt time (%) = 0.016088 (93.9504) Other time (%) = 9.70364e-05 (0.566671) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:46 2021 Memory usage per processor = 27.525 Mbytes Step Atoms AVEKE stressZZ 6842 5000 1.0879258e-11 1920692.9 6843 -0.00841749999999541 1920658.18302191 6843 5000 1.0878499e-11 1920658.2 Loop time of 0.0170779 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:46 2021 Pair time (%) = 0.000916004 (5.36367) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192657) Outpt time (%) = 0.016037 (93.9048) Other time (%) = 9.20296e-05 (0.53888) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:46 2021 Memory usage per processor = 27.525 Mbytes Step Atoms AVEKE stressZZ 6843 5000 1.0878499e-11 1920653 6844 -0.00841749999999541 1920618.35260636 6844 5000 1.087774e-11 1920618.4 Loop time of 0.017035 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:46 2021 Pair time (%) = 0.000946045 (5.55353) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.211337) Outpt time (%) = 0.0159481 (93.6193) Other time (%) = 0.000104904 (0.615815) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:46 2021 Memory usage per processor = 27.525 Mbytes Step Atoms AVEKE stressZZ 6844 5000 1.087774e-11 1920613.2 6845 -0.00841749999999541 1920578.52407176 6845 5000 1.0876982e-11 1920578.5 Loop time of 0.0172541 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:46 2021 Pair time (%) = 0.000957966 (5.5521) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197598) Outpt time (%) = 0.0161591 (93.6534) Other time (%) = 0.000102997 (0.596941) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:46 2021 Memory usage per processor = 27.525 Mbytes Step Atoms AVEKE stressZZ 6845 5000 1.0876982e-11 1920573.4 6846 -0.00841749999999541 1920538.69741755 6846 5000 1.0876224e-11 1920538.7 Loop time of 0.017211 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:46 2021 Pair time (%) = 0.000935078 (5.43304) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198094) Outpt time (%) = 0.0161378 (93.7649) Other time (%) = 0.000103951 (0.603979) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:46 2021 Memory usage per processor = 27.525 Mbytes Step Atoms AVEKE stressZZ 6846 5000 1.0876224e-11 1920533.6 6847 -0.00841749999999541 1920498.87264327 6847 5000 1.0875466e-11 1920498.9 Loop time of 0.0163882 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:46 2021 Pair time (%) = 0.000868082 (5.297) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194946) Outpt time (%) = 0.0154011 (93.977) Other time (%) = 8.70228e-05 (0.531009) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:46 2021 Memory usage per processor = 27.525 Mbytes Step Atoms AVEKE stressZZ 6847 5000 1.0875466e-11 1920493.7 6848 -0.00841749999999541 1920459.04974845 6848 5000 1.0874708e-11 1920459 Loop time of 0.0170641 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:46 2021 Pair time (%) = 0.00117517 (6.88677) Neigh time (%) = 0 (0) Comm time (%) = 4.50611e-05 (0.26407) Outpt time (%) = 0.0156631 (91.7901) Other time (%) = 0.000180721 (1.05907) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:46 2021 Memory usage per processor = 27.525 Mbytes Step Atoms AVEKE stressZZ 6848 5000 1.0874708e-11 1920453.9 6849 -0.00841749999999541 1920419.22873279 6849 5000 1.087395e-11 1920419.2 Loop time of 0.0169051 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:46 2021 Pair time (%) = 0.000880957 (5.2112) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.190396) Outpt time (%) = 0.0158989 (94.0484) Other time (%) = 9.29832e-05 (0.550032) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:46 2021 Memory usage per processor = 27.525 Mbytes Step Atoms AVEKE stressZZ 6849 5000 1.087395e-11 1920414.1 6850 -0.00841749999999541 1920379.4095959 6850 5000 1.0873192e-11 1920379.4 Loop time of 0.018894 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:46 2021 Pair time (%) = 0.000870943 (4.60964) Neigh time (%) = 0 (0) Comm time (%) = 4.88758e-05 (0.258685) Outpt time (%) = 0.017823 (94.3316) Other time (%) = 0.000151157 (0.80003) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:46 2021 Memory usage per processor = 27.525 Mbytes Step Atoms AVEKE stressZZ 6850 5000 1.0873192e-11 1920374.3 6851 -0.00841749999999541 1920339.59233745 6851 5000 1.0872434e-11 1920339.6 Loop time of 0.0167551 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:46 2021 Pair time (%) = 0.000885963 (5.28772) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.197792) Outpt time (%) = 0.0157351 (93.9126) Other time (%) = 0.000100851 (0.601912) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:46 2021 Memory usage per processor = 27.525 Mbytes Step Atoms AVEKE stressZZ 6851 5000 1.0872434e-11 1920334.5 6852 -0.00841749999999541 1920299.77695712 6852 5000 1.0871677e-11 1920299.8 Loop time of 0.0174398 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:46 2021 Pair time (%) = 0.000961065 (5.51075) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18319) Outpt time (%) = 0.016345 (93.7223) Other time (%) = 0.000101805 (0.583748) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:46 2021 Memory usage per processor = 27.525 Mbytes Step Atoms AVEKE stressZZ 6852 5000 1.0871677e-11 1920294.6 6853 -0.00841749999999541 1920259.9634546 6853 5000 1.0870919e-11 1920260 Loop time of 0.0170791 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:46 2021 Pair time (%) = 0.000865936 (5.07015) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181476) Outpt time (%) = 0.016089 (94.2026) Other time (%) = 9.32217e-05 (0.545823) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:46 2021 Memory usage per processor = 27.525 Mbytes Step Atoms AVEKE stressZZ 6853 5000 1.0870919e-11 1920254.8 6854 -0.00841749999999541 1920220.15182959 6854 5000 1.0870162e-11 1920220.2 Loop time of 0.016413 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:46 2021 Pair time (%) = 0.000865936 (5.27593) Neigh time (%) = 0 (0) Comm time (%) = 5.48363e-05 (0.334103) Outpt time (%) = 0.015398 (93.8162) Other time (%) = 9.41753e-05 (0.573786) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:46 2021 Memory usage per processor = 27.525 Mbytes Step Atoms AVEKE stressZZ 6854 5000 1.0870162e-11 1920215 6855 -0.00841749999999541 1920180.34208184 6855 5000 1.0869404e-11 1920180.3 Loop time of 0.0160911 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:46 2021 Pair time (%) = 0.000900984 (5.59927) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.198545) Outpt time (%) = 0.015069 (93.648) Other time (%) = 8.91685e-05 (0.554148) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:46 2021 Memory usage per processor = 27.525 Mbytes Step Atoms AVEKE stressZZ 6855 5000 1.0869404e-11 1920175.2 6856 -0.00841749999999541 1920140.53421105 6856 5000 1.0868647e-11 1920140.5 Loop time of 0.0163209 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:46 2021 Pair time (%) = 0.000867128 (5.31298) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.195749) Outpt time (%) = 0.0153339 (93.9522) Other time (%) = 8.79765e-05 (0.53904) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:46 2021 Memory usage per processor = 27.525 Mbytes Step Atoms AVEKE stressZZ 6856 5000 1.0868647e-11 1920135.4 6857 -0.00841749999999541 1920100.7282169 6857 5000 1.086789e-11 1920100.7 Loop time of 0.017235 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:46 2021 Pair time (%) = 0.000865936 (5.02428) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185367) Outpt time (%) = 0.0162482 (94.2744) Other time (%) = 8.89301e-05 (0.515984) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:46 2021 Memory usage per processor = 27.525 Mbytes Step Atoms AVEKE stressZZ 6857 5000 1.086789e-11 1920095.6 6858 -0.00841749999999541 1920060.92409917 6858 5000 1.0867133e-11 1920060.9 Loop time of 0.0171001 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:46 2021 Pair time (%) = 0.000963926 (5.63696) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193801) Outpt time (%) = 0.0159991 (93.5613) Other time (%) = 0.000103951 (0.607894) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:46 2021 Memory usage per processor = 27.525 Mbytes Step Atoms AVEKE stressZZ 6858 5000 1.0867133e-11 1920055.8 6859 -0.00841749999999541 1920021.12185755 6859 5000 1.0866376e-11 1920021.1 Loop time of 0.016494 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:46 2021 Pair time (%) = 0.00089097 (5.40177) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.200922) Outpt time (%) = 0.0154679 (93.7786) Other time (%) = 0.000102043 (0.618667) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:46 2021 Memory usage per processor = 27.525 Mbytes Step Atoms AVEKE stressZZ 6859 5000 1.0866376e-11 1920016 6860 -0.00841749999999541 1919981.32149183 6860 5000 1.0865619e-11 1919981.3 Loop time of 0.0185349 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:46 2021 Pair time (%) = 0.00090313 (4.87259) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.172367) Outpt time (%) = 0.0174818 (94.3183) Other time (%) = 0.000118017 (0.63673) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:46 2021 Memory usage per processor = 27.525 Mbytes Step Atoms AVEKE stressZZ 6860 5000 1.0865619e-11 1919976.2 6861 -0.00841749999999541 1919941.52300168 6861 5000 1.0864862e-11 1919941.5 Loop time of 0.017216 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:46 2021 Pair time (%) = 0.000936031 (5.437) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192497) Outpt time (%) = 0.0161469 (93.7902) Other time (%) = 9.98974e-05 (0.58026) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:46 2021 Memory usage per processor = 27.525 Mbytes Step Atoms AVEKE stressZZ 6861 5000 1.0864862e-11 1919936.4 6862 -0.00841749999999541 1919901.7263869 6862 5000 1.0864105e-11 1919901.7 Loop time of 0.016798 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:46 2021 Pair time (%) = 0.000865936 (5.15499) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.191609) Outpt time (%) = 0.015775 (93.9097) Other time (%) = 0.000124931 (0.743727) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:46 2021 Memory usage per processor = 27.525 Mbytes Step Atoms AVEKE stressZZ 6862 5000 1.0864105e-11 1919896.6 6863 -0.00841749999999541 1919861.9316472 6863 5000 1.0863348e-11 1919861.9 Loop time of 0.0166771 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:46 2021 Pair time (%) = 0.000995874 (5.97149) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.240175) Outpt time (%) = 0.0154459 (92.6175) Other time (%) = 0.000195265 (1.17085) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:46 2021 Memory usage per processor = 27.525 Mbytes Step Atoms AVEKE stressZZ 6863 5000 1.0863348e-11 1919856.8 6864 -0.00841749999999541 1919822.13878234 6864 5000 1.0862591e-11 1919822.1 Loop time of 0.0173481 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:46 2021 Pair time (%) = 0.000978947 (5.64298) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.178662) Outpt time (%) = 0.016243 (93.63) Other time (%) = 9.5129e-05 (0.548356) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:46 2021 Memory usage per processor = 27.525 Mbytes Step Atoms AVEKE stressZZ 6864 5000 1.0862591e-11 1919817 6865 -0.00841749999999541 1919782.3477921 6865 5000 1.0861834e-11 1919782.3 Loop time of 0.016916 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:46 2021 Pair time (%) = 0.000864029 (5.10775) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188863) Outpt time (%) = 0.0159249 (94.141) Other time (%) = 9.5129e-05 (0.56236) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:46 2021 Memory usage per processor = 27.525 Mbytes Step Atoms AVEKE stressZZ 6865 5000 1.0861834e-11 1919777.2 6866 -0.00841749999999541 1919742.55867617 6866 5000 1.0861078e-11 1919742.6 Loop time of 0.0164042 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:46 2021 Pair time (%) = 0.000869989 (5.30347) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.202023) Outpt time (%) = 0.0154011 (93.8855) Other time (%) = 9.98974e-05 (0.608976) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:46 2021 Memory usage per processor = 27.525 Mbytes Step Atoms AVEKE stressZZ 6866 5000 1.0861078e-11 1919737.4 6867 -0.00841749999999541 1919702.77143435 6867 5000 1.0860321e-11 1919702.8 Loop time of 0.016984 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:46 2021 Pair time (%) = 0.00113893 (6.70588) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.200741) Outpt time (%) = 0.0156569 (92.1865) Other time (%) = 0.000154018 (0.906845) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:46 2021 Memory usage per processor = 27.525 Mbytes Step Atoms AVEKE stressZZ 6867 5000 1.0860321e-11 1919697.6 6868 -0.00841749999999541 1919662.98606639 6868 5000 1.0859565e-11 1919663 Loop time of 0.017061 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:46 2021 Pair time (%) = 0.000865936 (5.07553) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187258) Outpt time (%) = 0.0160711 (94.1978) Other time (%) = 9.20296e-05 (0.539415) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:46 2021 Memory usage per processor = 27.525 Mbytes Step Atoms AVEKE stressZZ 6868 5000 1.0859565e-11 1919657.8 6869 -0.00841749999999541 1919623.20257206 6869 5000 1.0858809e-11 1919623.2 Loop time of 0.01684 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:46 2021 Pair time (%) = 0.000869989 (5.16621) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.191131) Outpt time (%) = 0.015847 (94.1032) Other time (%) = 9.08375e-05 (0.539416) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:46 2021 Memory usage per processor = 27.525 Mbytes Step Atoms AVEKE stressZZ 6869 5000 1.0858809e-11 1919618.1 6870 -0.00841749999999541 1919583.42095111 6870 5000 1.0858052e-11 1919583.4 Loop time of 0.018461 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:46 2021 Pair time (%) = 0.000994921 (5.38931) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.189846) Outpt time (%) = 0.017308 (93.7544) Other time (%) = 0.000123024 (0.6664) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:46 2021 Memory usage per processor = 27.525 Mbytes Step Atoms AVEKE stressZZ 6870 5000 1.0858052e-11 1919578.3 6871 -0.00841749999999541 1919543.64120333 6871 5000 1.0857296e-11 1919543.6 Loop time of 0.0170999 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:46 2021 Pair time (%) = 0.000937939 (5.48507) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.19241) Outpt time (%) = 0.016031 (93.7495) Other time (%) = 9.799e-05 (0.573046) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:46 2021 Memory usage per processor = 27.525 Mbytes Step Atoms AVEKE stressZZ 6871 5000 1.0857296e-11 1919538.5 6872 -0.00841749999999541 1919503.86332847 6872 5000 1.085654e-11 1919503.9 Loop time of 0.0171602 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:46 2021 Pair time (%) = 0.000869036 (5.06426) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186176) Outpt time (%) = 0.016166 (94.2063) Other time (%) = 9.32217e-05 (0.543244) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:46 2021 Memory usage per processor = 27.525 Mbytes Step Atoms AVEKE stressZZ 6872 5000 1.085654e-11 1919498.7 6873 -0.00841749999999541 1919464.08732628 6873 5000 1.0855784e-11 1919464.1 Loop time of 0.0164039 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:46 2021 Pair time (%) = 0.000868082 (5.29192) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.200573) Outpt time (%) = 0.0154068 (93.9218) Other time (%) = 9.60827e-05 (0.58573) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:46 2021 Memory usage per processor = 27.525 Mbytes Step Atoms AVEKE stressZZ 6873 5000 1.0855784e-11 1919459 6874 -0.00841749999999541 1919424.31319657 6874 5000 1.0855028e-11 1919424.3 Loop time of 0.016896 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:47 2021 Pair time (%) = 0.00108004 (6.39226) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.220131) Outpt time (%) = 0.0156491 (92.62) Other time (%) = 0.0001297 (0.767635) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:47 2021 Memory usage per processor = 27.525 Mbytes Step Atoms AVEKE stressZZ 6874 5000 1.0855028e-11 1919419.2 6875 -0.00841749999999541 1919384.5409391 6875 5000 1.0854272e-11 1919384.5 Loop time of 0.017134 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:47 2021 Pair time (%) = 0.000867128 (5.06088) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192027) Outpt time (%) = 0.01614 (94.1988) Other time (%) = 9.39369e-05 (0.54825) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:47 2021 Memory usage per processor = 27.525 Mbytes Step Atoms AVEKE stressZZ 6875 5000 1.0854272e-11 1919379.4 6876 -0.00841749999999541 1919344.77055364 6876 5000 1.0853516e-11 1919344.8 Loop time of 0.016741 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:47 2021 Pair time (%) = 0.000867844 (5.18393) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190837) Outpt time (%) = 0.015749 (94.0741) Other time (%) = 9.2268e-05 (0.551149) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:47 2021 Memory usage per processor = 27.525 Mbytes Step Atoms AVEKE stressZZ 6876 5000 1.0853516e-11 1919339.6 6877 -0.00841749999999541 1919305.00203997 6877 5000 1.085276e-11 1919305 Loop time of 0.0165849 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:47 2021 Pair time (%) = 0.00088501 (5.33625) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.204134) Outpt time (%) = 0.0155199 (93.5784) Other time (%) = 0.000146151 (0.881228) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:47 2021 Memory usage per processor = 27.525 Mbytes Step Atoms AVEKE stressZZ 6877 5000 1.085276e-11 1919299.9 6878 -0.00841749999999541 1919265.23539788 6878 5000 1.0852004e-11 1919265.2 Loop time of 0.016988 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:47 2021 Pair time (%) = 0.00090313 (5.31627) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188062) Outpt time (%) = 0.0159552 (93.9203) Other time (%) = 9.77516e-05 (0.575414) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:47 2021 Memory usage per processor = 27.525 Mbytes Step Atoms AVEKE stressZZ 6878 5000 1.0852004e-11 1919260.1 6879 -0.00841749999999541 1919225.47063565 6879 5000 1.0851249e-11 1919225.5 Loop time of 0.0169261 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:47 2021 Pair time (%) = 0.000864983 (5.11036) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.19016) Outpt time (%) = 0.0159349 (94.1445) Other time (%) = 9.39369e-05 (0.554984) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:47 2021 Memory usage per processor = 27.525 Mbytes Step Atoms AVEKE stressZZ 6879 5000 1.0851249e-11 1919220.3 6880 -0.00841749999999541 1919185.70777034 6880 5000 1.0850493e-11 1919185.7 Loop time of 0.0183282 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:47 2021 Pair time (%) = 0.000903845 (4.93145) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.169108) Outpt time (%) = 0.0172181 (93.9433) Other time (%) = 0.000175238 (0.95611) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:47 2021 Memory usage per processor = 27.525 Mbytes Step Atoms AVEKE stressZZ 6880 5000 1.0850493e-11 1919180.6 6881 -0.00841749999999541 1919145.94679036 6881 5000 1.0849738e-11 1919145.9 Loop time of 0.0167389 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:47 2021 Pair time (%) = 0.00104022 (6.21439) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.232167) Outpt time (%) = 0.0155299 (92.7772) Other time (%) = 0.000129938 (0.776265) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:47 2021 Memory usage per processor = 27.525 Mbytes Step Atoms AVEKE stressZZ 6881 5000 1.0849738e-11 1919140.8 6882 -0.00841749999999541 1919106.1877064 6882 5000 1.0848982e-11 1919106.2 Loop time of 0.017024 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:47 2021 Pair time (%) = 0.000864029 (5.07535) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187665) Outpt time (%) = 0.0160379 (94.2076) Other time (%) = 9.01222e-05 (0.529382) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:47 2021 Memory usage per processor = 27.525 Mbytes Step Atoms AVEKE stressZZ 6882 5000 1.0848982e-11 1919101.1 6883 -0.00841749999999541 1919066.43052526 6883 5000 1.0848227e-11 1919066.4 Loop time of 0.0169389 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:47 2021 Pair time (%) = 0.000869036 (5.13041) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188608) Outpt time (%) = 0.0159459 (94.1377) Other time (%) = 9.20296e-05 (0.543302) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:47 2021 Memory usage per processor = 27.525 Mbytes Step Atoms AVEKE stressZZ 6883 5000 1.0848227e-11 1919061.3 6884 -0.00841749999999541 1919026.67523571 6884 5000 1.0847472e-11 1919026.7 Loop time of 0.0164011 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:47 2021 Pair time (%) = 0.000883102 (5.38443) Neigh time (%) = 0 (0) Comm time (%) = 5.6982e-05 (0.347429) Outpt time (%) = 0.0153561 (93.6285) Other time (%) = 0.000104904 (0.639619) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:47 2021 Memory usage per processor = 27.525 Mbytes Step Atoms AVEKE stressZZ 6884 5000 1.0847472e-11 1919021.5 6885 -0.00841749999999541 1918986.92183388 6885 5000 1.0846716e-11 1918986.9 Loop time of 0.016963 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:47 2021 Pair time (%) = 0.00095892 (5.65301) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.193962) Outpt time (%) = 0.015841 (93.3856) Other time (%) = 0.000130177 (0.767414) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:47 2021 Memory usage per processor = 27.525 Mbytes Step Atoms AVEKE stressZZ 6885 5000 1.0846716e-11 1918981.8 6886 -0.00841749999999541 1918947.17031744 6886 5000 1.0845961e-11 1918947.2 Loop time of 0.017031 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:47 2021 Pair time (%) = 0.00086689 (5.09008) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187588) Outpt time (%) = 0.0160451 (94.2114) Other time (%) = 8.70228e-05 (0.510968) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:47 2021 Memory usage per processor = 27.525 Mbytes Step Atoms AVEKE stressZZ 6886 5000 1.0845961e-11 1918942 6887 -0.00841749999999541 1918907.4206785 6887 5000 1.0845206e-11 1918907.4 Loop time of 0.016428 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:47 2021 Pair time (%) = 0.000947952 (5.77035) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.188668) Outpt time (%) = 0.015353 (93.4561) Other time (%) = 9.60827e-05 (0.584872) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:47 2021 Memory usage per processor = 27.525 Mbytes Step Atoms AVEKE stressZZ 6887 5000 1.0845206e-11 1918902.3 6888 -0.00841749999999541 1918867.67291663 6888 5000 1.0844451e-11 1918867.7 Loop time of 0.0166891 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:47 2021 Pair time (%) = 0.00108695 (6.51295) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.227146) Outpt time (%) = 0.015434 (92.4799) Other time (%) = 0.000130177 (0.780011) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:47 2021 Memory usage per processor = 27.525 Mbytes Step Atoms AVEKE stressZZ 6888 5000 1.0844451e-11 1918862.5 6889 -0.00841749999999541 1918827.92703476 6889 5000 1.0843696e-11 1918827.9 Loop time of 0.0171578 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:47 2021 Pair time (%) = 0.000869989 (5.07052) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193149) Outpt time (%) = 0.0161669 (94.225) Other time (%) = 8.7738e-05 (0.51136) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:47 2021 Memory usage per processor = 27.525 Mbytes Step Atoms AVEKE stressZZ 6889 5000 1.0843696e-11 1918822.8 6890 -0.00841749999999541 1918788.18303212 6890 5000 1.0842941e-11 1918788.2 Loop time of 0.0195799 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:47 2021 Pair time (%) = 0.00124002 (6.33311) Neigh time (%) = 0 (0) Comm time (%) = 4.19617e-05 (0.21431) Outpt time (%) = 0.0181429 (92.6611) Other time (%) = 0.000154972 (0.791486) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:47 2021 Memory usage per processor = 27.525 Mbytes Step Atoms AVEKE stressZZ 6890 5000 1.0842941e-11 1918783 6891 -0.00841749999999541 1918748.44090795 6891 5000 1.0842187e-11 1918748.4 Loop time of 0.016649 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:47 2021 Pair time (%) = 0.000866175 (5.20256) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.19762) Outpt time (%) = 0.0156219 (93.8308) Other time (%) = 0.000128031 (0.768999) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:47 2021 Memory usage per processor = 27.525 Mbytes Step Atoms AVEKE stressZZ 6891 5000 1.0842187e-11 1918743.3 6892 -0.00841749999999541 1918708.70066164 6892 5000 1.0841432e-11 1918708.7 Loop time of 0.017312 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:47 2021 Pair time (%) = 0.00112915 (6.52234) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.202446) Outpt time (%) = 0.0159819 (92.3167) Other time (%) = 0.000165939 (0.958519) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:47 2021 Memory usage per processor = 27.525 Mbytes Step Atoms AVEKE stressZZ 6892 5000 1.0841432e-11 1918703.6 6893 -0.00841749999999541 1918668.96229258 6893 5000 1.0840677e-11 1918669 Loop time of 0.0170591 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:47 2021 Pair time (%) = 0.000864983 (5.07051) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.188677) Outpt time (%) = 0.0160689 (94.1957) Other time (%) = 9.29832e-05 (0.545066) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:47 2021 Memory usage per processor = 27.525 Mbytes Step Atoms AVEKE stressZZ 6893 5000 1.0840677e-11 1918663.8 6894 -0.00841749999999541 1918629.22580027 6894 5000 1.0839923e-11 1918629.2 Loop time of 0.0165141 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:47 2021 Pair time (%) = 0.000866175 (5.24507) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.187685) Outpt time (%) = 0.015523 (93.9984) Other time (%) = 9.39369e-05 (0.56883) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:47 2021 Memory usage per processor = 27.525 Mbytes Step Atoms AVEKE stressZZ 6894 5000 1.0839923e-11 1918624.1 6895 -0.00841749999999541 1918589.49118416 6895 5000 1.0839168e-11 1918589.5 Loop time of 0.0167489 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:47 2021 Pair time (%) = 0.000936031 (5.58861) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.203559) Outpt time (%) = 0.0156729 (93.5758) Other time (%) = 0.000105858 (0.632028) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:47 2021 Memory usage per processor = 27.525 Mbytes Step Atoms AVEKE stressZZ 6895 5000 1.0839168e-11 1918584.4 6896 -0.00841749999999541 1918549.75844379 6896 5000 1.0838414e-11 1918549.8 Loop time of 0.017149 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:47 2021 Pair time (%) = 0.00100899 (5.88366) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180736) Outpt time (%) = 0.016011 (93.3642) Other time (%) = 9.799e-05 (0.571405) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:47 2021 Memory usage per processor = 27.525 Mbytes Step Atoms AVEKE stressZZ 6896 5000 1.0838414e-11 1918544.6 6897 -0.00841749999999541 1918510.02757873 6897 5000 1.0837659e-11 1918510 Loop time of 0.016928 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:47 2021 Pair time (%) = 0.00086689 (5.12105) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.183096) Outpt time (%) = 0.01594 (94.1635) Other time (%) = 9.01222e-05 (0.532387) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:47 2021 Memory usage per processor = 27.525 Mbytes Step Atoms AVEKE stressZZ 6897 5000 1.0837659e-11 1918504.9 6898 -0.00841749999999541 1918470.29858854 6898 5000 1.0836905e-11 1918470.3 Loop time of 0.0164089 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:47 2021 Pair time (%) = 0.000939131 (5.72329) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.1947) Outpt time (%) = 0.0153439 (93.5095) Other time (%) = 9.39369e-05 (0.572475) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:47 2021 Memory usage per processor = 27.525 Mbytes Step Atoms AVEKE stressZZ 6898 5000 1.0836905e-11 1918465.2 6899 -0.00841749999999541 1918430.57147284 6899 5000 1.0836151e-11 1918430.6 Loop time of 0.0160532 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:47 2021 Pair time (%) = 0.000868082 (5.40753) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.193073) Outpt time (%) = 0.0150619 (93.8246) Other time (%) = 9.2268e-05 (0.574764) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:47 2021 Memory usage per processor = 27.525 Mbytes Step Atoms AVEKE stressZZ 6899 5000 1.0836151e-11 1918425.4 6900 -0.00841749999999541 1918390.8462312 6900 5000 1.0835397e-11 1918390.8 Loop time of 0.0179698 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:47 2021 Pair time (%) = 0.000868082 (4.83077) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.177787) Outpt time (%) = 0.0169828 (94.5072) Other time (%) = 8.70228e-05 (0.484271) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:47 2021 Memory usage per processor = 27.525 Mbytes Step Atoms AVEKE stressZZ 6900 5000 1.0835397e-11 1918385.7 6901 -0.00841749999999541 1918351.12286329 6901 5000 1.0834643e-11 1918351.1 Loop time of 0.017231 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:47 2021 Pair time (%) = 0.000869036 (5.04345) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185411) Outpt time (%) = 0.0162411 (94.255) Other time (%) = 8.89301e-05 (0.516106) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:47 2021 Memory usage per processor = 27.525 Mbytes Step Atoms AVEKE stressZZ 6901 5000 1.0834643e-11 1918346 6902 -0.00841749999999541 1918311.40136873 6902 5000 1.0833889e-11 1918311.4 Loop time of 0.0168471 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:47 2021 Pair time (%) = 0.000865936 (5.13996) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.273131) Outpt time (%) = 0.015826 (93.9388) Other time (%) = 0.000109196 (0.648156) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:47 2021 Memory usage per processor = 27.525 Mbytes Step Atoms AVEKE stressZZ 6902 5000 1.0833889e-11 1918306.3 6903 -0.00841749999999541 1918271.68174716 6903 5000 1.0833135e-11 1918271.7 Loop time of 0.016665 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:47 2021 Pair time (%) = 0.000986099 (5.91719) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.197431) Outpt time (%) = 0.0155389 (93.243) Other time (%) = 0.00010705 (0.642365) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:47 2021 Memory usage per processor = 27.525 Mbytes Step Atoms AVEKE stressZZ 6903 5000 1.0833135e-11 1918266.5 6904 -0.00841749999999541 1918231.96399827 6904 5000 1.0832381e-11 1918232 Loop time of 0.0168469 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:47 2021 Pair time (%) = 0.000888109 (5.27165) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.195299) Outpt time (%) = 0.0158269 (93.9457) Other time (%) = 9.89437e-05 (0.587311) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:47 2021 Memory usage per processor = 27.525 Mbytes Step Atoms AVEKE stressZZ 6904 5000 1.0832381e-11 1918226.8 6905 -0.00841749999999541 1918192.24812171 6905 5000 1.0831627e-11 1918192.2 Loop time of 0.0168791 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:47 2021 Pair time (%) = 0.000865936 (5.13023) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.183626) Outpt time (%) = 0.0158949 (94.1692) Other time (%) = 8.72612e-05 (0.516978) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:47 2021 Memory usage per processor = 27.525 Mbytes Step Atoms AVEKE stressZZ 6905 5000 1.0831627e-11 1918187.1 6906 -0.00841749999999541 1918152.53411721 6906 5000 1.0830873e-11 1918152.5 Loop time of 0.016325 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:47 2021 Pair time (%) = 0.000905037 (5.54387) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.189859) Outpt time (%) = 0.0152662 (93.5141) Other time (%) = 0.000122786 (0.752132) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:47 2021 Memory usage per processor = 27.525 Mbytes Step Atoms AVEKE stressZZ 6906 5000 1.0830873e-11 1918147.4 6907 -0.00841749999999541 1918112.82198443 6907 5000 1.083012e-11 1918112.8 Loop time of 0.017221 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:47 2021 Pair time (%) = 0.00117421 (6.8185) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.202132) Outpt time (%) = 0.015877 (92.1958) Other time (%) = 0.000134945 (0.783608) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:47 2021 Memory usage per processor = 27.525 Mbytes Step Atoms AVEKE stressZZ 6907 5000 1.083012e-11 1918107.7 6908 -0.00841749999999541 1918073.11172304 6908 5000 1.0829366e-11 1918073.1 Loop time of 0.0171771 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:47 2021 Pair time (%) = 0.000905037 (5.26886) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185992) Outpt time (%) = 0.0161462 (93.9983) Other time (%) = 9.39369e-05 (0.546873) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:20:47 2021 Memory usage per processor = 27.525 Mbytes Step Atoms AVEKE stressZZ 6908 5000 1.0829366e-11 1918068 6909 -0.00841749999999541 1918026.41374816 6909 5000 2.1394771e-11 1918089.3 Loop time of 0.0163279 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:47 2021 Pair time (%) = 0.000866175 (5.30489) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.189825) Outpt time (%) = 0.0152929 (93.6613) Other time (%) = 0.000137806 (0.843993) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:47 2021 Memory usage per processor = 27.525 Mbytes Step Atoms AVEKE stressZZ 6909 5000 2.1394771e-11 1953186.2 6910 -0.00844999999999539 1953140.21106117 6910 5000 1.7283083e-11 1953140.2 Loop time of 0.0183201 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:47 2021 Pair time (%) = 0.000970125 (5.29542) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.196512) Outpt time (%) = 0.0171881 (93.8209) Other time (%) = 0.000125885 (0.687142) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:47 2021 Memory usage per processor = 27.5252 Mbytes Step Atoms AVEKE stressZZ 6910 5000 1.7283083e-11 1953133.3 6911 -0.00844999999999539 1953091.21815704 6911 5000 1.4897539e-11 1953091.2 Loop time of 0.017149 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:47 2021 Pair time (%) = 0.00090003 (5.2483) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186297) Outpt time (%) = 0.016118 (93.9884) Other time (%) = 9.89437e-05 (0.576966) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:47 2021 Memory usage per processor = 27.5252 Mbytes Step Atoms AVEKE stressZZ 6911 5000 1.4897539e-11 1953084.9 6912 -0.00844999999999539 1953045.30850242 6912 5000 1.3473214e-11 1953045.3 Loop time of 0.016861 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:47 2021 Pair time (%) = 0.000907183 (5.38037) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18948) Outpt time (%) = 0.0158291 (93.8801) Other time (%) = 9.27448e-05 (0.550057) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:47 2021 Memory usage per processor = 27.5252 Mbytes Step Atoms AVEKE stressZZ 6912 5000 1.3473214e-11 1953039.4 6913 -0.00844999999999539 1953001.35898307 6913 5000 1.2604919e-11 1953001.4 Loop time of 0.016681 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:47 2021 Pair time (%) = 0.000868797 (5.20832) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191524) Outpt time (%) = 0.0156879 (94.047) Other time (%) = 9.2268e-05 (0.553134) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:47 2021 Memory usage per processor = 27.5252 Mbytes Step Atoms AVEKE stressZZ 6913 5000 1.2604919e-11 1952995.7 6914 -0.00844999999999539 1952958.65585047 6914 5000 1.2067836e-11 1952958.7 Loop time of 0.0168931 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:47 2021 Pair time (%) = 0.00112891 (6.68266) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.272387) Outpt time (%) = 0.0155501 (92.05) Other time (%) = 0.000168085 (0.99499) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:47 2021 Memory usage per processor = 27.5252 Mbytes Step Atoms AVEKE stressZZ 6914 5000 1.2067836e-11 1952953.1 6915 -0.00844999999999539 1952916.74551048 6915 5000 1.1732295e-11 1952916.7 Loop time of 0.01703 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:47 2021 Pair time (%) = 0.000932932 (5.47817) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.194599) Outpt time (%) = 0.0159638 (93.7392) Other time (%) = 0.000100136 (0.587996) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:47 2021 Memory usage per processor = 27.5252 Mbytes Step Atoms AVEKE stressZZ 6915 5000 1.1732295e-11 1952911.3 6916 -0.00844999999999539 1952875.33969545 6916 5000 1.1521222e-11 1952875.3 Loop time of 0.0168431 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:47 2021 Pair time (%) = 0.00086689 (5.14686) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.184019) Outpt time (%) = 0.015857 (94.1454) Other time (%) = 8.82149e-05 (0.523745) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:47 2021 Memory usage per processor = 27.5252 Mbytes Step Atoms AVEKE stressZZ 6916 5000 1.1521222e-11 1952870 6917 -0.00844999999999539 1952834.25520781 6917 5000 1.138779e-11 1952834.3 Loop time of 0.01667 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:47 2021 Pair time (%) = 0.000880957 (5.28469) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.198801) Outpt time (%) = 0.0156121 (93.6541) Other time (%) = 0.000143766 (0.862427) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:47 2021 Memory usage per processor = 27.5252 Mbytes Step Atoms AVEKE stressZZ 6917 5000 1.138779e-11 1952828.9 6918 -0.00844999999999539 1952793.37563133 6918 5000 1.1303108e-11 1952793.4 Loop time of 0.0171711 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:48 2021 Pair time (%) = 0.000937939 (5.4623) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186057) Outpt time (%) = 0.0160902 (93.7046) Other time (%) = 0.000111103 (0.647034) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:48 2021 Memory usage per processor = 27.5252 Mbytes Step Atoms AVEKE stressZZ 6918 5000 1.1303108e-11 1952788.1 6919 -0.00844999999999539 1952752.626978 6919 5000 1.124917e-11 1952752.6 Loop time of 0.017298 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:48 2021 Pair time (%) = 0.000869989 (5.02943) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184693) Outpt time (%) = 0.016304 (94.2539) Other time (%) = 9.20296e-05 (0.532025) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:48 2021 Memory usage per processor = 27.5252 Mbytes Step Atoms AVEKE stressZZ 6919 5000 1.124917e-11 1952747.3 6920 -0.00844999999999539 1952711.96222748 6920 5000 1.1214674e-11 1952712 Loop time of 0.0184789 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:48 2021 Pair time (%) = 0.000866175 (4.68738) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.17289) Outpt time (%) = 0.0174899 (94.6482) Other time (%) = 9.08375e-05 (0.491575) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:48 2021 Memory usage per processor = 27.5252 Mbytes Step Atoms AVEKE stressZZ 6920 5000 1.1214674e-11 1952706.7 6921 -0.00844999999999539 1952671.35149762 6921 5000 1.1192494e-11 1952671.4 Loop time of 0.016717 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:48 2021 Pair time (%) = 0.00103283 (6.17833) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.226767) Outpt time (%) = 0.0155261 (92.8761) Other time (%) = 0.000120163 (0.718809) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:48 2021 Memory usage per processor = 27.5252 Mbytes Step Atoms AVEKE stressZZ 6921 5000 1.1192494e-11 1952666.1 6922 -0.00844999999999539 1952630.77579793 6922 5000 1.1178125e-11 1952630.8 Loop time of 0.017041 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:48 2021 Pair time (%) = 0.000905037 (5.31095) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187478) Outpt time (%) = 0.0160029 (93.9084) Other time (%) = 0.000101089 (0.593214) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:48 2021 Memory usage per processor = 27.5252 Mbytes Step Atoms AVEKE stressZZ 6922 5000 1.1178125e-11 1952625.5 6923 -0.00844999999999539 1952590.22305961 6923 5000 1.1168714e-11 1952590.2 Loop time of 0.0168891 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:48 2021 Pair time (%) = 0.000870943 (5.15684) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.189164) Outpt time (%) = 0.015893 (94.102) Other time (%) = 9.32217e-05 (0.551964) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:48 2021 Memory usage per processor = 27.5252 Mbytes Step Atoms AVEKE stressZZ 6923 5000 1.1168714e-11 1952584.9 6924 -0.00844999999999539 1952549.68561267 6924 5000 1.1162451e-11 1952549.7 Loop time of 0.0165691 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:48 2021 Pair time (%) = 0.000968933 (5.84782) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.205767) Outpt time (%) = 0.015435 (93.155) Other time (%) = 0.00013113 (0.791412) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:48 2021 Memory usage per processor = 27.5252 Mbytes Step Atoms AVEKE stressZZ 6924 5000 1.1162451e-11 1952544.4 6925 -0.00844999999999539 1952509.15858261 6925 5000 1.1158187e-11 1952509.2 Loop time of 0.0171549 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:48 2021 Pair time (%) = 0.000994921 (5.79962) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193182) Outpt time (%) = 0.0160279 (93.4304) Other time (%) = 9.89437e-05 (0.576765) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:48 2021 Memory usage per processor = 27.5252 Mbytes Step Atoms AVEKE stressZZ 6925 5000 1.1158187e-11 1952503.9 6926 -0.00844999999999539 1952468.63887158 6926 5000 1.1155194e-11 1952468.6 Loop time of 0.017144 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:48 2021 Pair time (%) = 0.000925064 (5.39586) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193305) Outpt time (%) = 0.0160861 (93.8295) Other time (%) = 9.9659e-05 (0.581306) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:48 2021 Memory usage per processor = 27.5252 Mbytes Step Atoms AVEKE stressZZ 6926 5000 1.1155194e-11 1952463.4 6927 -0.00844999999999539 1952428.12451073 6927 5000 1.1153008e-11 1952428.1 Loop time of 0.0164359 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:48 2021 Pair time (%) = 0.000872135 (5.30629) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.188578) Outpt time (%) = 0.0154459 (93.9771) Other time (%) = 8.67844e-05 (0.528018) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:48 2021 Memory usage per processor = 27.5252 Mbytes Step Atoms AVEKE stressZZ 6927 5000 1.1153008e-11 1952422.8 6928 -0.00844999999999539 1952387.61424873 6928 5000 1.1151336e-11 1952387.6 Loop time of 0.0168099 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:48 2021 Pair time (%) = 0.00109196 (6.4959) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.232604) Outpt time (%) = 0.015553 (92.5226) Other time (%) = 0.000125885 (0.748872) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:48 2021 Memory usage per processor = 27.5252 Mbytes Step Atoms AVEKE stressZZ 6928 5000 1.1151336e-11 1952382.3 6929 -0.00844999999999539 1952347.10729028 6929 5000 1.1149989e-11 1952347.1 Loop time of 0.017117 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:48 2021 Pair time (%) = 0.000869036 (5.07703) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.188038) Outpt time (%) = 0.016125 (94.2043) Other time (%) = 9.08375e-05 (0.530685) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:48 2021 Memory usage per processor = 27.5252 Mbytes Step Atoms AVEKE stressZZ 6929 5000 1.1149989e-11 1952341.8 6930 -0.00844999999999539 1952306.60312981 6930 5000 1.1148849e-11 1952306.6 Loop time of 0.018621 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:48 2021 Pair time (%) = 0.000867844 (4.66057) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.166449) Outpt time (%) = 0.0176351 (94.7056) Other time (%) = 8.70228e-05 (0.467338) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:48 2021 Memory usage per processor = 27.5252 Mbytes Step Atoms AVEKE stressZZ 6930 5000 1.1148849e-11 1952301.3 6931 -0.00844999999999539 1952266.10144593 6931 5000 1.1147841e-11 1952266.1 Loop time of 0.0164821 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:48 2021 Pair time (%) = 0.000892162 (5.41291) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.206854) Outpt time (%) = 0.015413 (93.5138) Other time (%) = 0.000142813 (0.866471) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:48 2021 Memory usage per processor = 27.5252 Mbytes Step Atoms AVEKE stressZZ 6931 5000 1.1147841e-11 1952260.8 6932 -0.00844999999999539 1952225.60203434 6932 5000 1.1146916e-11 1952225.6 Loop time of 0.017092 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:48 2021 Pair time (%) = 0.000957012 (5.59919) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.199473) Outpt time (%) = 0.0159979 (93.5987) Other time (%) = 0.000102997 (0.602603) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:48 2021 Memory usage per processor = 27.5252 Mbytes Step Atoms AVEKE stressZZ 6932 5000 1.1146916e-11 1952220.3 6933 -0.00844999999999539 1952185.10476511 6933 5000 1.1146045e-11 1952185.1 Loop time of 0.0167258 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:48 2021 Pair time (%) = 0.00090003 (5.3811) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.198138) Outpt time (%) = 0.015692 (93.8192) Other time (%) = 0.000100613 (0.601542) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:48 2021 Memory usage per processor = 27.5252 Mbytes Step Atoms AVEKE stressZZ 6933 5000 1.1146045e-11 1952179.8 6934 -0.00844999999999539 1952144.60955551 6934 5000 1.1145208e-11 1952144.6 Loop time of 0.0171559 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:48 2021 Pair time (%) = 0.000905991 (5.28093) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.187612) Outpt time (%) = 0.0161221 (93.9742) Other time (%) = 9.56059e-05 (0.557277) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:48 2021 Memory usage per processor = 27.5252 Mbytes Step Atoms AVEKE stressZZ 6934 5000 1.1145208e-11 1952139.3 6935 -0.00844999999999539 1952104.11635294 6935 5000 1.1144392e-11 1952104.1 Loop time of 0.0164709 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:48 2021 Pair time (%) = 0.000936031 (5.68294) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.212784) Outpt time (%) = 0.015394 (93.4616) Other time (%) = 0.000105858 (0.642696) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:48 2021 Memory usage per processor = 27.5252 Mbytes Step Atoms AVEKE stressZZ 6935 5000 1.1144392e-11 1952098.8 6936 -0.00844999999999539 1952063.62512386 6936 5000 1.114359e-11 1952063.6 Loop time of 0.017092 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:48 2021 Pair time (%) = 0.000874043 (5.11376) Neigh time (%) = 0 (0) Comm time (%) = 3.12328e-05 (0.182734) Outpt time (%) = 0.0160949 (94.1665) Other time (%) = 9.17912e-05 (0.537042) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:48 2021 Memory usage per processor = 27.5252 Mbytes Step Atoms AVEKE stressZZ 6936 5000 1.114359e-11 1952058.3 6937 -0.00844999999999539 1952023.13584683 6937 5000 1.1142797e-11 1952023.1 Loop time of 0.0173831 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:48 2021 Pair time (%) = 0.00086689 (4.98697) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.18516) Outpt time (%) = 0.016397 (94.3273) Other time (%) = 8.70228e-05 (0.500617) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:48 2021 Memory usage per processor = 27.5252 Mbytes Step Atoms AVEKE stressZZ 6937 5000 1.1142797e-11 1952017.9 6938 -0.00844999999999539 1951982.64850817 6938 5000 1.1142009e-11 1951982.6 Loop time of 0.0164778 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:48 2021 Pair time (%) = 0.000871897 (5.29133) Neigh time (%) = 0 (0) Comm time (%) = 6.69956e-05 (0.406581) Outpt time (%) = 0.0154059 (93.4947) Other time (%) = 0.000133038 (0.807373) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:48 2021 Memory usage per processor = 27.5252 Mbytes Step Atoms AVEKE stressZZ 6938 5000 1.1142009e-11 1951977.4 6939 -0.00844999999999539 1951942.16309911 6939 5000 1.1141225e-11 1951942.2 Loop time of 0.017065 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:48 2021 Pair time (%) = 0.000930071 (5.45015) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.194199) Outpt time (%) = 0.016001 (93.7647) Other time (%) = 0.000100851 (0.59098) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:48 2021 Memory usage per processor = 27.5252 Mbytes Step Atoms AVEKE stressZZ 6939 5000 1.1141225e-11 1951936.9 6940 -0.00844999999999539 1951901.67961398 6940 5000 1.1140443e-11 1951901.7 Loop time of 0.0188711 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:48 2021 Pair time (%) = 0.000870943 (4.61523) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.169297) Outpt time (%) = 0.017879 (94.743) Other time (%) = 8.91685e-05 (0.472515) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:48 2021 Memory usage per processor = 27.5252 Mbytes Step Atoms AVEKE stressZZ 6940 5000 1.1140443e-11 1951896.4 6941 -0.00844999999999539 1951861.19804903 6941 5000 1.1139662e-11 1951861.2 Loop time of 0.016427 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:48 2021 Pair time (%) = 0.000865936 (5.27141) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.201742) Outpt time (%) = 0.0154359 (93.9666) Other time (%) = 9.20296e-05 (0.560232) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:48 2021 Memory usage per processor = 27.5252 Mbytes Step Atoms AVEKE stressZZ 6941 5000 1.1139662e-11 1951855.9 6942 -0.00844999999999539 1951820.71840184 6942 5000 1.1138883e-11 1951820.7 Loop time of 0.016593 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:48 2021 Pair time (%) = 0.000949144 (5.72016) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.205472) Outpt time (%) = 0.015507 (93.4551) Other time (%) = 0.000102758 (0.619288) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:48 2021 Memory usage per processor = 27.5252 Mbytes Step Atoms AVEKE stressZZ 6942 5000 1.1138883e-11 1951815.4 6943 -0.00844999999999539 1951780.24067083 6943 5000 1.1138104e-11 1951780.2 Loop time of 0.0163691 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:48 2021 Pair time (%) = 0.000902891 (5.51583) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.189347) Outpt time (%) = 0.0153439 (93.737) Other time (%) = 9.13143e-05 (0.557846) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:48 2021 Memory usage per processor = 27.5252 Mbytes Step Atoms AVEKE stressZZ 6943 5000 1.1138104e-11 1951775 6944 -0.00844999999999539 1951739.76485482 6944 5000 1.1137326e-11 1951739.8 Loop time of 0.016319 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:48 2021 Pair time (%) = 0.000904083 (5.54005) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.195772) Outpt time (%) = 0.015295 (93.7251) Other time (%) = 8.79765e-05 (0.539103) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:48 2021 Memory usage per processor = 27.5252 Mbytes Step Atoms AVEKE stressZZ 6944 5000 1.1137326e-11 1951734.5 6945 -0.00844999999999539 1951699.29095306 6945 5000 1.1136548e-11 1951699.3 Loop time of 0.0165441 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:48 2021 Pair time (%) = 0.000868082 (5.24708) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.187344) Outpt time (%) = 0.0155551 (94.0223) Other time (%) = 8.98838e-05 (0.543298) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:48 2021 Memory usage per processor = 27.5252 Mbytes Step Atoms AVEKE stressZZ 6945 5000 1.1136548e-11 1951694 6946 -0.00844999999999539 1951658.81896491 6946 5000 1.113577e-11 1951658.8 Loop time of 0.017211 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:48 2021 Pair time (%) = 0.000874043 (5.07841) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185626) Outpt time (%) = 0.016216 (94.2193) Other time (%) = 8.89301e-05 (0.516706) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:48 2021 Memory usage per processor = 27.5252 Mbytes Step Atoms AVEKE stressZZ 6946 5000 1.113577e-11 1951653.5 6947 -0.00844999999999539 1951618.34890502 6947 5000 1.1134992e-11 1951618.3 Loop time of 0.016489 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:48 2021 Pair time (%) = 0.000869036 (5.27039) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193754) Outpt time (%) = 0.0154951 (93.9719) Other time (%) = 9.29832e-05 (0.56391) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:48 2021 Memory usage per processor = 27.5252 Mbytes Step Atoms AVEKE stressZZ 6947 5000 1.1134992e-11 1951613.1 6948 -0.00844999999999539 1951577.88078791 6948 5000 1.1134215e-11 1951577.9 Loop time of 0.0165389 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:48 2021 Pair time (%) = 0.000910044 (5.50246) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.204702) Outpt time (%) = 0.0154901 (93.6586) Other time (%) = 0.000104904 (0.634289) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:48 2021 Memory usage per processor = 27.5252 Mbytes Step Atoms AVEKE stressZZ 6948 5000 1.1134215e-11 1951572.6 6949 -0.00844999999999539 1951537.41460008 6949 5000 1.1133437e-11 1951537.4 Loop time of 0.017134 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:48 2021 Pair time (%) = 0.000966787 (5.64252) Neigh time (%) = 0 (0) Comm time (%) = 6.38962e-05 (0.372921) Outpt time (%) = 0.0160029 (93.3987) Other time (%) = 0.000100374 (0.585821) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:48 2021 Memory usage per processor = 27.5252 Mbytes Step Atoms AVEKE stressZZ 6949 5000 1.1133437e-11 1951532.1 6950 -0.00844999999999539 1951496.95033748 6950 5000 1.113266e-11 1951497 Loop time of 0.0187559 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:48 2021 Pair time (%) = 0.000868082 (4.62831) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.165251) Outpt time (%) = 0.0177631 (94.7069) Other time (%) = 9.36985e-05 (0.499568) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:48 2021 Memory usage per processor = 27.5252 Mbytes Step Atoms AVEKE stressZZ 6950 5000 1.113266e-11 1951491.7 6951 -0.00844999999999539 1951456.48799788 6951 5000 1.1131883e-11 1951456.5 Loop time of 0.0164361 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:48 2021 Pair time (%) = 0.00086689 (5.2743) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.195828) Outpt time (%) = 0.015444 (93.9641) Other time (%) = 9.29832e-05 (0.565726) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:48 2021 Memory usage per processor = 27.5252 Mbytes Step Atoms AVEKE stressZZ 6951 5000 1.1131883e-11 1951451.2 6952 -0.00844999999999539 1951416.02757974 6952 5000 1.1131106e-11 1951416 Loop time of 0.0169489 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:48 2021 Pair time (%) = 0.00107789 (6.35963) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.21241) Outpt time (%) = 0.0156741 (92.4784) Other time (%) = 0.000160933 (0.949514) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:48 2021 Memory usage per processor = 27.5252 Mbytes Step Atoms AVEKE stressZZ 6952 5000 1.1131106e-11 1951410.8 6953 -0.00844999999999539 1951375.56908206 6953 5000 1.1130329e-11 1951375.6 Loop time of 0.0172541 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:48 2021 Pair time (%) = 0.000908852 (5.26745) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179635) Outpt time (%) = 0.0162258 (94.0403) Other time (%) = 8.84533e-05 (0.51265) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:48 2021 Memory usage per processor = 27.5252 Mbytes Step Atoms AVEKE stressZZ 6953 5000 1.1130329e-11 1951370.3 6954 -0.00844999999999539 1951335.11256027 6954 5000 1.1129552e-11 1951335.1 Loop time of 0.0172181 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:48 2021 Pair time (%) = 0.000946045 (5.49448) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192473) Outpt time (%) = 0.016135 (93.7093) Other time (%) = 0.000103951 (0.603728) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:48 2021 Memory usage per processor = 27.5252 Mbytes Step Atoms AVEKE stressZZ 6954 5000 1.1129552e-11 1951329.8 6955 -0.00844999999999539 1951294.65800216 6955 5000 1.1128775e-11 1951294.7 Loop time of 0.0164509 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:48 2021 Pair time (%) = 0.000893116 (5.42899) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.205797) Outpt time (%) = 0.0154228 (93.7507) Other time (%) = 0.000101089 (0.614493) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:48 2021 Memory usage per processor = 27.5252 Mbytes Step Atoms AVEKE stressZZ 6955 5000 1.1128775e-11 1951289.4 6956 -0.00844999999999539 1951254.20539165 6956 5000 1.1127998e-11 1951254.2 Loop time of 0.017138 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:48 2021 Pair time (%) = 0.000941992 (5.49651) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.27406) Outpt time (%) = 0.016027 (93.5172) Other time (%) = 0.00012207 (0.712278) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:48 2021 Memory usage per processor = 27.5252 Mbytes Step Atoms AVEKE stressZZ 6956 5000 1.1127998e-11 1951248.9 6957 -0.00844999999999539 1951213.75472191 6957 5000 1.1127221e-11 1951213.8 Loop time of 0.017375 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:48 2021 Pair time (%) = 0.000946999 (5.45035) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.20034) Outpt time (%) = 0.0162849 (93.7263) Other time (%) = 0.000108242 (0.622976) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:48 2021 Memory usage per processor = 27.5252 Mbytes Step Atoms AVEKE stressZZ 6957 5000 1.1127221e-11 1951208.5 6958 -0.00844999999999539 1951173.30598759 6958 5000 1.1126445e-11 1951173.3 Loop time of 0.0166609 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:48 2021 Pair time (%) = 0.000870228 (5.22317) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191755) Outpt time (%) = 0.0156651 (94.0227) Other time (%) = 9.36985e-05 (0.562385) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:48 2021 Memory usage per processor = 27.5252 Mbytes Step Atoms AVEKE stressZZ 6958 5000 1.1126445e-11 1951168 6959 -0.00844999999999539 1951132.85918789 6959 5000 1.1125668e-11 1951132.9 Loop time of 0.016613 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:48 2021 Pair time (%) = 0.000981092 (5.90557) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.222445) Outpt time (%) = 0.0154412 (92.9463) Other time (%) = 0.00015378 (0.92566) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:48 2021 Memory usage per processor = 27.5252 Mbytes Step Atoms AVEKE stressZZ 6959 5000 1.1125668e-11 1951127.6 6960 -0.00844999999999539 1951092.41432071 6960 5000 1.1124891e-11 1951092.4 Loop time of 0.0190091 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:48 2021 Pair time (%) = 0.000869989 (4.5767) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.168067) Outpt time (%) = 0.0180161 (94.7761) Other time (%) = 9.10759e-05 (0.479117) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:48 2021 Memory usage per processor = 27.5252 Mbytes Step Atoms AVEKE stressZZ 6960 5000 1.1124891e-11 1951087.1 6961 -0.00844999999999539 1951051.97138436 6961 5000 1.1124115e-11 1951052 Loop time of 0.017077 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:48 2021 Pair time (%) = 0.000905037 (5.29975) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187083) Outpt time (%) = 0.0160458 (93.9617) Other time (%) = 9.41753e-05 (0.551476) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:48 2021 Memory usage per processor = 27.5252 Mbytes Step Atoms AVEKE stressZZ 6961 5000 1.1124115e-11 1951046.7 6962 -0.00844999999999539 1951011.53037744 6962 5000 1.1123339e-11 1951011.5 Loop time of 0.0167029 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:49 2021 Pair time (%) = 0.000873089 (5.22717) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.196982) Outpt time (%) = 0.0156989 (93.9892) Other time (%) = 9.799e-05 (0.586665) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:49 2021 Memory usage per processor = 27.5252 Mbytes Step Atoms AVEKE stressZZ 6962 5000 1.1123339e-11 1951006.3 6963 -0.00844999999999539 1950971.09128958 6963 5000 1.1122562e-11 1950971.1 Loop time of 0.0170569 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:49 2021 Pair time (%) = 0.00115108 (6.74848) Neigh time (%) = 0 (0) Comm time (%) = 5.00679e-05 (0.293534) Outpt time (%) = 0.015729 (92.2144) Other time (%) = 0.000126839 (0.743619) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:49 2021 Memory usage per processor = 27.5252 Mbytes Step Atoms AVEKE stressZZ 6963 5000 1.1122562e-11 1950965.8 6964 -0.00844999999999539 1950930.65412108 6964 5000 1.1121786e-11 1950930.7 Loop time of 0.0171402 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:49 2021 Pair time (%) = 0.000877142 (5.11747) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.27959) Outpt time (%) = 0.0160701 (93.7572) Other time (%) = 0.000144958 (0.845725) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:49 2021 Memory usage per processor = 27.5252 Mbytes Step Atoms AVEKE stressZZ 6964 5000 1.1121786e-11 1950925.4 6965 -0.00844999999999539 1950890.21887726 6965 5000 1.112101e-11 1950890.2 Loop time of 0.016567 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:49 2021 Pair time (%) = 0.000868082 (5.23983) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.194281) Outpt time (%) = 0.015574 (94.0061) Other time (%) = 9.27448e-05 (0.559817) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:49 2021 Memory usage per processor = 27.5252 Mbytes Step Atoms AVEKE stressZZ 6965 5000 1.112101e-11 1950884.9 6966 -0.00844999999999539 1950849.78555739 6966 5000 1.1120234e-11 1950849.8 Loop time of 0.0165961 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:49 2021 Pair time (%) = 0.000898123 (5.41166) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.21118) Outpt time (%) = 0.0155361 (93.6129) Other time (%) = 0.000126839 (0.764269) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:49 2021 Memory usage per processor = 27.5252 Mbytes Step Atoms AVEKE stressZZ 6966 5000 1.1120234e-11 1950844.5 6967 -0.00844999999999539 1950809.35416072 6967 5000 1.1119458e-11 1950809.4 Loop time of 0.01701 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:49 2021 Pair time (%) = 0.000983 (5.77896) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18782) Outpt time (%) = 0.015898 (93.4628) Other time (%) = 9.70364e-05 (0.570467) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:49 2021 Memory usage per processor = 27.5252 Mbytes Step Atoms AVEKE stressZZ 6967 5000 1.1119458e-11 1950804.1 6968 -0.00844999999999539 1950768.92468659 6968 5000 1.1118682e-11 1950768.9 Loop time of 0.016907 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:49 2021 Pair time (%) = 0.000868082 (5.13446) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188964) Outpt time (%) = 0.0159152 (94.1337) Other time (%) = 9.17912e-05 (0.542919) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:49 2021 Memory usage per processor = 27.5252 Mbytes Step Atoms AVEKE stressZZ 6968 5000 1.1118682e-11 1950763.7 6969 -0.00844999999999539 1950728.49713438 6969 5000 1.1117906e-11 1950728.5 Loop time of 0.0163701 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:49 2021 Pair time (%) = 0.000873089 (5.33345) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.200987) Outpt time (%) = 0.0153661 (93.867) Other time (%) = 9.799e-05 (0.598593) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:49 2021 Memory usage per processor = 27.5252 Mbytes Step Atoms AVEKE stressZZ 6969 5000 1.1117906e-11 1950723.2 6970 -0.00844999999999539 1950688.07150347 6970 5000 1.111713e-11 1950688.1 Loop time of 0.0188961 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:49 2021 Pair time (%) = 0.00116897 (6.18628) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.190522) Outpt time (%) = 0.0175312 (92.7766) Other time (%) = 0.000159979 (0.846624) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:49 2021 Memory usage per processor = 27.5252 Mbytes Step Atoms AVEKE stressZZ 6970 5000 1.111713e-11 1950682.8 6971 -0.00844999999999539 1950647.64779329 6971 5000 1.1116355e-11 1950647.6 Loop time of 0.0172982 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:49 2021 Pair time (%) = 0.000904799 (5.23059) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18469) Outpt time (%) = 0.0162661 (94.0334) Other time (%) = 9.53674e-05 (0.551314) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:49 2021 Memory usage per processor = 27.5252 Mbytes Step Atoms AVEKE stressZZ 6971 5000 1.1116355e-11 1950642.4 6972 -0.00844999999999539 1950607.22600332 6972 5000 1.1115579e-11 1950607.2 Loop time of 0.0170782 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:49 2021 Pair time (%) = 0.000870943 (5.09975) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.188466) Outpt time (%) = 0.0160818 (94.1659) Other time (%) = 9.32217e-05 (0.545853) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:49 2021 Memory usage per processor = 27.5252 Mbytes Step Atoms AVEKE stressZZ 6972 5000 1.1115579e-11 1950602 6973 -0.00844999999999539 1950566.80613305 6973 5000 1.1114803e-11 1950566.8 Loop time of 0.0164111 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:49 2021 Pair time (%) = 0.00087285 (5.31867) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.200485) Outpt time (%) = 0.0154049 (93.8692) Other time (%) = 0.000100374 (0.611625) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:49 2021 Memory usage per processor = 27.5252 Mbytes Step Atoms AVEKE stressZZ 6973 5000 1.1114803e-11 1950561.5 6974 -0.00844999999999539 1950526.38818199 6974 5000 1.1114028e-11 1950526.4 Loop time of 0.0175319 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:49 2021 Pair time (%) = 0.00100589 (5.73748) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.183589) Outpt time (%) = 0.016386 (93.4642) Other time (%) = 0.000107765 (0.614682) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:49 2021 Memory usage per processor = 27.5252 Mbytes Step Atoms AVEKE stressZZ 6974 5000 1.1114028e-11 1950521.1 6975 -0.00844999999999539 1950485.97214972 6975 5000 1.1113253e-11 1950486 Loop time of 0.0173981 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:49 2021 Pair time (%) = 0.000868797 (4.99363) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18363) Outpt time (%) = 0.0163889 (94.1992) Other time (%) = 0.00010848 (0.623518) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:49 2021 Memory usage per processor = 27.5252 Mbytes Step Atoms AVEKE stressZZ 6975 5000 1.1113253e-11 1950480.7 6976 -0.00844999999999539 1950445.55803568 6976 5000 1.1112477e-11 1950445.6 Loop time of 0.0165639 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:49 2021 Pair time (%) = 0.000869036 (5.24657) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192878) Outpt time (%) = 0.0155711 (94.0064) Other time (%) = 9.17912e-05 (0.554164) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:49 2021 Memory usage per processor = 27.5252 Mbytes Step Atoms AVEKE stressZZ 6976 5000 1.1112477e-11 1950440.3 6977 -0.00844999999999539 1950405.14583952 6977 5000 1.1111702e-11 1950405.1 Loop time of 0.0172679 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:49 2021 Pair time (%) = 0.00101113 (5.85555) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.220912) Outpt time (%) = 0.0160999 (93.2359) Other time (%) = 0.000118732 (0.687589) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:49 2021 Memory usage per processor = 27.5252 Mbytes Step Atoms AVEKE stressZZ 6977 5000 1.1111702e-11 1950399.9 6978 -0.00844999999999539 1950364.7355608 6978 5000 1.1110927e-11 1950364.7 Loop time of 0.0172541 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:49 2021 Pair time (%) = 0.000913858 (5.29647) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185162) Outpt time (%) = 0.0162139 (93.9712) Other time (%) = 9.44138e-05 (0.547196) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:49 2021 Memory usage per processor = 27.5252 Mbytes Step Atoms AVEKE stressZZ 6978 5000 1.1110927e-11 1950359.5 6979 -0.00844999999999539 1950324.3271991 6979 5000 1.1110152e-11 1950324.3 Loop time of 0.0170729 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:49 2021 Pair time (%) = 0.000868082 (5.08456) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187127) Outpt time (%) = 0.0160799 (94.1837) Other time (%) = 9.29832e-05 (0.544624) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:49 2021 Memory usage per processor = 27.5252 Mbytes Step Atoms AVEKE stressZZ 6979 5000 1.1110152e-11 1950319.1 6980 -0.00844999999999539 1950283.92075405 6980 5000 1.1109377e-11 1950283.9 Loop time of 0.018239 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:49 2021 Pair time (%) = 0.000962019 (5.27451) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.186928) Outpt time (%) = 0.0171411 (93.9804) Other time (%) = 0.000101805 (0.55817) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:49 2021 Memory usage per processor = 27.5252 Mbytes Step Atoms AVEKE stressZZ 6980 5000 1.1109377e-11 1950278.6 6981 -0.00844999999999539 1950243.51622524 6981 5000 1.1108602e-11 1950243.5 Loop time of 0.0169249 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:49 2021 Pair time (%) = 0.00114822 (6.78425) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.229616) Outpt time (%) = 0.0156019 (92.1832) Other time (%) = 0.000135899 (0.802953) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:49 2021 Memory usage per processor = 27.5252 Mbytes Step Atoms AVEKE stressZZ 6981 5000 1.1108602e-11 1950238.2 6982 -0.00844999999999539 1950203.11361227 6982 5000 1.1107827e-11 1950203.1 Loop time of 0.0171092 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:49 2021 Pair time (%) = 0.000869989 (5.08493) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186731) Outpt time (%) = 0.0161171 (94.2016) Other time (%) = 9.01222e-05 (0.526749) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:49 2021 Memory usage per processor = 27.5252 Mbytes Step Atoms AVEKE stressZZ 6982 5000 1.1107827e-11 1950197.8 6983 -0.00844999999999539 1950162.71291484 6983 5000 1.1107052e-11 1950162.7 Loop time of 0.016829 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:49 2021 Pair time (%) = 0.000931978 (5.53793) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.184172) Outpt time (%) = 0.0157712 (93.7141) Other time (%) = 9.48906e-05 (0.563851) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:49 2021 Memory usage per processor = 27.5252 Mbytes Step Atoms AVEKE stressZZ 6983 5000 1.1107052e-11 1950157.4 6984 -0.00844999999999539 1950122.31413254 6984 5000 1.1106277e-11 1950122.3 Loop time of 0.0165009 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:49 2021 Pair time (%) = 0.000878811 (5.32582) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.206618) Outpt time (%) = 0.015439 (93.5645) Other time (%) = 0.000149012 (0.903049) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:49 2021 Memory usage per processor = 27.5252 Mbytes Step Atoms AVEKE stressZZ 6984 5000 1.1106277e-11 1950117 6985 -0.00844999999999539 1950081.91726505 6985 5000 1.1105503e-11 1950081.9 Loop time of 0.0174372 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:49 2021 Pair time (%) = 0.000961065 (5.51157) Neigh time (%) = 0 (0) Comm time (%) = 4.88758e-05 (0.280296) Outpt time (%) = 0.0163262 (93.6284) Other time (%) = 0.000101089 (0.579734) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:49 2021 Memory usage per processor = 27.5252 Mbytes Step Atoms AVEKE stressZZ 6985 5000 1.1105503e-11 1950076.6 6986 -0.00844999999999539 1950041.52231197 6986 5000 1.1104728e-11 1950041.5 Loop time of 0.017004 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:49 2021 Pair time (%) = 0.00086689 (5.09815) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187886) Outpt time (%) = 0.0160081 (94.1433) Other time (%) = 9.70364e-05 (0.570667) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:49 2021 Memory usage per processor = 27.5252 Mbytes Step Atoms AVEKE stressZZ 6986 5000 1.1104728e-11 1950036.3 6987 -0.00844999999999539 1950001.12927301 6987 5000 1.1103953e-11 1950001.1 Loop time of 0.016427 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:49 2021 Pair time (%) = 0.000869036 (5.29028) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.188679) Outpt time (%) = 0.0154331 (93.9492) Other time (%) = 9.39369e-05 (0.571843) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:49 2021 Memory usage per processor = 27.5252 Mbytes Step Atoms AVEKE stressZZ 6987 5000 1.1103953e-11 1949995.9 6988 -0.00844999999999539 1949960.73814788 6988 5000 1.1103179e-11 1949960.7 Loop time of 0.016237 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:49 2021 Pair time (%) = 0.000871897 (5.36981) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.198229) Outpt time (%) = 0.0152462 (93.8975) Other time (%) = 8.67844e-05 (0.534485) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:49 2021 Memory usage per processor = 27.5252 Mbytes Step Atoms AVEKE stressZZ 6988 5000 1.1103179e-11 1949955.5 6989 -0.00844999999999539 1949920.3489362 6989 5000 1.1102405e-11 1949920.3 Loop time of 0.0163462 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:49 2021 Pair time (%) = 0.000944853 (5.78025) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.196905) Outpt time (%) = 0.01528 (93.4773) Other time (%) = 8.91685e-05 (0.5455) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:49 2021 Memory usage per processor = 27.5252 Mbytes Step Atoms AVEKE stressZZ 6989 5000 1.1102405e-11 1949915.1 6990 -0.00844999999999539 1949879.96163768 6990 5000 1.110163e-11 1949880 Loop time of 0.0190141 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:49 2021 Pair time (%) = 0.000869989 (4.57549) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.168023) Outpt time (%) = 0.0180221 (94.7825) Other time (%) = 9.01222e-05 (0.473975) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:49 2021 Memory usage per processor = 27.5252 Mbytes Step Atoms AVEKE stressZZ 6990 5000 1.110163e-11 1949874.7 6991 -0.00844999999999539 1949839.57625196 6991 5000 1.1100856e-11 1949839.6 Loop time of 0.0170259 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:49 2021 Pair time (%) = 0.000912905 (5.36184) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.189044) Outpt time (%) = 0.0159938 (93.938) Other time (%) = 8.70228e-05 (0.511119) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:49 2021 Memory usage per processor = 27.5252 Mbytes Step Atoms AVEKE stressZZ 6991 5000 1.1100856e-11 1949834.3 6992 -0.00844999999999539 1949799.19277877 6992 5000 1.1100082e-11 1949799.2 Loop time of 0.0168428 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:49 2021 Pair time (%) = 0.00107002 (6.35298) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.201008) Outpt time (%) = 0.0156128 (92.6972) Other time (%) = 0.000126123 (0.748825) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:49 2021 Memory usage per processor = 27.5252 Mbytes Step Atoms AVEKE stressZZ 6992 5000 1.1100082e-11 1949793.9 6993 -0.00844999999999539 1949758.81121782 6993 5000 1.1099308e-11 1949758.8 Loop time of 0.0171158 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:49 2021 Pair time (%) = 0.00090003 (5.25847) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193623) Outpt time (%) = 0.0160871 (93.9893) Other time (%) = 9.56059e-05 (0.558581) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:49 2021 Memory usage per processor = 27.5252 Mbytes Step Atoms AVEKE stressZZ 6993 5000 1.1099308e-11 1949753.5 6994 -0.00844999999999539 1949718.43156878 6994 5000 1.1098534e-11 1949718.4 Loop time of 0.0171318 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:49 2021 Pair time (%) = 0.00097394 (5.68498) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192051) Outpt time (%) = 0.015981 (93.2824) Other time (%) = 0.000144005 (0.84057) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:49 2021 Memory usage per processor = 27.5252 Mbytes Step Atoms AVEKE stressZZ 6994 5000 1.1098534e-11 1949713.2 6995 -0.00844999999999539 1949678.05383138 6995 5000 1.109776e-11 1949678.1 Loop time of 0.0167398 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:49 2021 Pair time (%) = 0.000916004 (5.472) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.192275) Outpt time (%) = 0.0156679 (93.5965) Other time (%) = 0.000123739 (0.73919) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:49 2021 Memory usage per processor = 27.5252 Mbytes Step Atoms AVEKE stressZZ 6995 5000 1.109776e-11 1949672.8 6996 -0.00844999999999539 1949637.67800532 6996 5000 1.1096986e-11 1949637.7 Loop time of 0.01669 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:49 2021 Pair time (%) = 0.00104499 (6.26116) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.228562) Outpt time (%) = 0.015486 (92.786) Other time (%) = 0.000120878 (0.724255) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:49 2021 Memory usage per processor = 27.5252 Mbytes Step Atoms AVEKE stressZZ 6996 5000 1.1096986e-11 1949632.4 6997 -0.00844999999999539 1949597.3040903 6997 5000 1.1096212e-11 1949597.3 Loop time of 0.017065 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:49 2021 Pair time (%) = 0.000869989 (5.09808) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181625) Outpt time (%) = 0.0160758 (94.2034) Other time (%) = 8.82149e-05 (0.516933) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:49 2021 Memory usage per processor = 27.5252 Mbytes Step Atoms AVEKE stressZZ 6997 5000 1.1096212e-11 1949592 6998 -0.00844999999999539 1949556.93208603 6998 5000 1.1095439e-11 1949556.9 Loop time of 0.0170681 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:49 2021 Pair time (%) = 0.000869989 (5.09715) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181592) Outpt time (%) = 0.0160499 (94.034) Other time (%) = 0.000117302 (0.687256) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:49 2021 Memory usage per processor = 27.5252 Mbytes Step Atoms AVEKE stressZZ 6998 5000 1.1095439e-11 1949551.7 6999 -0.00844999999999539 1949516.56199226 6999 5000 1.1094665e-11 1949516.6 Loop time of 0.0169101 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:49 2021 Pair time (%) = 0.000929117 (5.49446) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207258) Outpt time (%) = 0.0158422 (93.685) Other time (%) = 0.000103712 (0.613315) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:49 2021 Memory usage per processor = 27.5252 Mbytes Step Atoms AVEKE stressZZ 6999 5000 1.1094665e-11 1949511.3 7000 -0.00844999999999539 1949476.19380873 7000 5000 1.1093891e-11 1949476.2 Loop time of 0.018909 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:49 2021 Pair time (%) = 0.000913143 (4.82915) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.168957) Outpt time (%) = 0.0178668 (94.4887) Other time (%) = 9.70364e-05 (0.513176) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:49 2021 Memory usage per processor = 27.5252 Mbytes Step Atoms AVEKE stressZZ 7000 5000 1.1093891e-11 1949470.9 7001 -0.00844999999999539 1949435.8275351 7001 5000 1.1093118e-11 1949435.8 Loop time of 0.0166891 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:49 2021 Pair time (%) = 0.000869989 (5.21293) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.19286) Outpt time (%) = 0.0156951 (94.0442) Other time (%) = 9.17912e-05 (0.550008) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:49 2021 Memory usage per processor = 27.5252 Mbytes Step Atoms AVEKE stressZZ 7001 5000 1.1093118e-11 1949430.6 7002 -0.00844999999999539 1949395.46317113 7002 5000 1.1092345e-11 1949395.5 Loop time of 0.016469 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:49 2021 Pair time (%) = 0.000916004 (5.56199) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193989) Outpt time (%) = 0.0154278 (93.678) Other time (%) = 9.32217e-05 (0.566043) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:49 2021 Memory usage per processor = 27.5252 Mbytes Step Atoms AVEKE stressZZ 7002 5000 1.1092345e-11 1949390.2 7003 -0.00844999999999539 1949355.10071656 7003 5000 1.1091571e-11 1949355.1 Loop time of 0.0162282 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:49 2021 Pair time (%) = 0.000867844 (5.34775) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.190991) Outpt time (%) = 0.015239 (93.9044) Other time (%) = 9.03606e-05 (0.556813) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:49 2021 Memory usage per processor = 27.5252 Mbytes Step Atoms AVEKE stressZZ 7003 5000 1.1091571e-11 1949349.8 7004 -0.00844999999999539 1949314.74017114 7004 5000 1.1090798e-11 1949314.7 Loop time of 0.016232 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:49 2021 Pair time (%) = 0.000867844 (5.34649) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.190946) Outpt time (%) = 0.015245 (93.9191) Other time (%) = 8.82149e-05 (0.543462) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:49 2021 Memory usage per processor = 27.5252 Mbytes Step Atoms AVEKE stressZZ 7004 5000 1.1090798e-11 1949309.5 7005 -0.00844999999999539 1949274.38153457 7005 5000 1.1090025e-11 1949274.4 Loop time of 0.0161991 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:49 2021 Pair time (%) = 0.000867128 (5.35294) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.191334) Outpt time (%) = 0.0152171 (93.9377) Other time (%) = 8.39233e-05 (0.518074) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:49 2021 Memory usage per processor = 27.5252 Mbytes Step Atoms AVEKE stressZZ 7005 5000 1.1090025e-11 1949269.1 7006 -0.00844999999999539 1949234.02480664 7006 5000 1.1089252e-11 1949234 Loop time of 0.0162411 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:50 2021 Pair time (%) = 0.000870943 (5.3626) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.19084) Outpt time (%) = 0.01525 (93.8975) Other time (%) = 8.91685e-05 (0.549031) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:50 2021 Memory usage per processor = 27.5252 Mbytes Step Atoms AVEKE stressZZ 7006 5000 1.1089252e-11 1949228.8 7007 -0.00844999999999539 1949193.66998702 7007 5000 1.1088479e-11 1949193.7 Loop time of 0.016335 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:50 2021 Pair time (%) = 0.000914097 (5.59594) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.19558) Outpt time (%) = 0.015301 (93.6699) Other time (%) = 8.79765e-05 (0.538576) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:50 2021 Memory usage per processor = 27.5252 Mbytes Step Atoms AVEKE stressZZ 7007 5000 1.1088479e-11 1949188.4 7008 -0.00844999999999539 1949153.31707553 7008 5000 1.1087706e-11 1949153.3 Loop time of 0.0165532 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:50 2021 Pair time (%) = 0.000870943 (5.26149) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193003) Outpt time (%) = 0.0155561 (93.9766) Other time (%) = 9.41753e-05 (0.568927) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:50 2021 Memory usage per processor = 27.5252 Mbytes Step Atoms AVEKE stressZZ 7008 5000 1.1087706e-11 1949148 7009 -0.00844999999999539 1949112.96607185 7009 5000 1.1086933e-11 1949113 Loop time of 0.0163581 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:50 2021 Pair time (%) = 0.00105214 (6.43191) Neigh time (%) = 0 (0) Comm time (%) = 5.88894e-05 (0.360001) Outpt time (%) = 0.0151472 (92.5974) Other time (%) = 9.98974e-05 (0.610689) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:20:50 2021 Memory usage per processor = 27.5252 Mbytes Step Atoms AVEKE stressZZ 7009 5000 1.1086933e-11 1949107.7 7010 -0.00844999999999539 1949065.52574686 7010 5000 2.1903592e-11 1949129.4 Loop time of 0.017704 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:50 2021 Pair time (%) = 0.000849009 (4.79557) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.17507) Outpt time (%) = 0.016716 (94.4193) Other time (%) = 0.000108004 (0.610052) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:50 2021 Memory usage per processor = 27.5254 Mbytes Step Atoms AVEKE stressZZ 7010 5000 2.1903592e-11 1984492.5 7011 -0.00848249999999537 1984445.90903672 7011 5000 1.7692939e-11 1984445.9 Loop time of 0.016166 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:50 2021 Pair time (%) = 0.00085187 (5.26952) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.28464) Outpt time (%) = 0.0151579 (93.7645) Other time (%) = 0.000110149 (0.681366) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:50 2021 Memory usage per processor = 27.5254 Mbytes Step Atoms AVEKE stressZZ 7011 5000 1.7692939e-11 1984438.8 7012 -0.00848249999999537 1984396.127711 7012 5000 1.525005e-11 1984396.1 Loop time of 0.0161462 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:50 2021 Pair time (%) = 0.000936985 (5.80314) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.191961) Outpt time (%) = 0.0150931 (93.4777) Other time (%) = 8.51154e-05 (0.527155) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:50 2021 Memory usage per processor = 27.5254 Mbytes Step Atoms AVEKE stressZZ 7012 5000 1.525005e-11 1984389.6 7013 -0.00848249999999537 1984349.48239617 7013 5000 1.3791517e-11 1984349.5 Loop time of 0.0163119 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:50 2021 Pair time (%) = 0.00091815 (5.62872) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.190011) Outpt time (%) = 0.0152769 (93.6551) Other time (%) = 8.58307e-05 (0.526185) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:50 2021 Memory usage per processor = 27.5254 Mbytes Step Atoms AVEKE stressZZ 7013 5000 1.3791517e-11 1984343.4 7014 -0.00848249999999537 1984304.83076227 7014 5000 1.2902381e-11 1984304.8 Loop time of 0.0162749 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:50 2021 Pair time (%) = 0.00086689 (5.32654) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.190443) Outpt time (%) = 0.015245 (93.6714) Other time (%) = 0.000132084 (0.811579) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:50 2021 Memory usage per processor = 27.5254 Mbytes Step Atoms AVEKE stressZZ 7014 5000 1.2902381e-11 1984299 7015 -0.00848249999999537 1984261.44684896 7015 5000 1.2352413e-11 1984261.4 Loop time of 0.01612 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:50 2021 Pair time (%) = 0.000864983 (5.36591) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.192274) Outpt time (%) = 0.015136 (93.8961) Other time (%) = 8.79765e-05 (0.545761) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:50 2021 Memory usage per processor = 27.5254 Mbytes Step Atoms AVEKE stressZZ 7015 5000 1.2352413e-11 1984255.8 7016 -0.00848249999999537 1984218.86930137 7016 5000 1.2008824e-11 1984218.9 Loop time of 0.0164609 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:50 2021 Pair time (%) = 0.000854015 (5.18815) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.188291) Outpt time (%) = 0.015491 (94.1079) Other time (%) = 8.4877e-05 (0.515628) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:50 2021 Memory usage per processor = 27.5254 Mbytes Step Atoms AVEKE stressZZ 7016 5000 1.2008824e-11 1984213.3 7017 -0.00848249999999537 1984176.80492364 7017 5000 1.1792689e-11 1984176.8 Loop time of 0.016309 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:50 2021 Pair time (%) = 0.000851154 (5.21892) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.190045) Outpt time (%) = 0.0153408 (94.0633) Other time (%) = 8.60691e-05 (0.527739) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:50 2021 Memory usage per processor = 27.5254 Mbytes Step Atoms AVEKE stressZZ 7017 5000 1.1792689e-11 1984171.3 7018 -0.00848249999999537 1984135.0673864 7018 5000 1.1656056e-11 1984135.1 Loop time of 0.4881 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:51 2021 Pair time (%) = 0.000962019 (0.197095) Neigh time (%) = 0 (0) Comm time (%) = 5.60284e-05 (0.0114789) Outpt time (%) = 0.486918 (99.7578) Other time (%) = 0.000164032 (0.0336062) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:51 2021 Memory usage per processor = 27.5254 Mbytes Step Atoms AVEKE stressZZ 7018 5000 1.1656056e-11 1984129.6 7019 -0.00848249999999537 1984093.53827532 7019 5000 1.1569344e-11 1984093.5 Loop time of 0.0170059 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:51 2021 Pair time (%) = 0.000873089 (5.13403) Neigh time (%) = 0 (0) Comm time (%) = 4.50611e-05 (0.264973) Outpt time (%) = 0.01595 (93.7907) Other time (%) = 0.000137806 (0.810341) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:51 2021 Memory usage per processor = 27.5254 Mbytes Step Atoms AVEKE stressZZ 7019 5000 1.1569344e-11 1984088.1 7020 -0.00848249999999537 1984052.14233654 7020 5000 1.1514112e-11 1984052.1 Loop time of 0.019033 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:51 2021 Pair time (%) = 0.000931978 (4.89666) Neigh time (%) = 0 (0) Comm time (%) = 4.57764e-05 (0.240511) Outpt time (%) = 0.0179129 (94.115) Other time (%) = 0.000142336 (0.747839) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:51 2021 Memory usage per processor = 27.5255 Mbytes Step Atoms AVEKE stressZZ 7020 5000 1.1514112e-11 1984046.7 7021 -0.00848249999999537 1984010.8317453 7021 5000 1.1478787e-11 1984010.8 Loop time of 0.0170312 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:51 2021 Pair time (%) = 0.000873089 (5.12641) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187586) Outpt time (%) = 0.0160341 (94.1456) Other time (%) = 9.20296e-05 (0.540359) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:51 2021 Memory usage per processor = 27.5255 Mbytes Step Atoms AVEKE stressZZ 7021 5000 1.1478787e-11 1984005.4 7022 -0.00848249999999537 1983969.57610827 7022 5000 1.1456074e-11 1983969.6 Loop time of 0.0165188 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:51 2021 Pair time (%) = 0.000873089 (5.28542) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193404) Outpt time (%) = 0.015521 (93.9597) Other time (%) = 9.27448e-05 (0.561449) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:51 2021 Memory usage per processor = 27.5255 Mbytes Step Atoms AVEKE stressZZ 7022 5000 1.1456074e-11 1983964.2 7023 -0.00848249999999537 1983928.3561101 7023 5000 1.144136e-11 1983928.4 Loop time of 0.0166979 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:51 2021 Pair time (%) = 0.00101495 (6.0783) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209892) Outpt time (%) = 0.015511 (92.8922) Other time (%) = 0.000136852 (0.819579) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:51 2021 Memory usage per processor = 27.5255 Mbytes Step Atoms AVEKE stressZZ 7023 5000 1.144136e-11 1983922.9 7024 -0.00848249999999537 1983887.15948089 7024 5000 1.1431722e-11 1983887.2 Loop time of 0.01687 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:51 2021 Pair time (%) = 0.000888824 (5.26866) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.195031) Outpt time (%) = 0.0158319 (93.8466) Other time (%) = 0.000116348 (0.689675) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:51 2021 Memory usage per processor = 27.5255 Mbytes Step Atoms AVEKE stressZZ 7024 5000 1.1431722e-11 1983881.7 7025 -0.00848249999999537 1983845.9784476 7025 5000 1.1425308e-11 1983846 Loop time of 0.017163 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:51 2021 Pair time (%) = 0.000874043 (5.09259) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186145) Outpt time (%) = 0.0161622 (94.1684) Other time (%) = 9.48906e-05 (0.552878) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:51 2021 Memory usage per processor = 27.5255 Mbytes Step Atoms AVEKE stressZZ 7025 5000 1.1425308e-11 1983840.6 7026 -0.00848249999999537 1983804.80803859 7026 5000 1.1420941e-11 1983804.8 Loop time of 0.0164628 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:51 2021 Pair time (%) = 0.000895977 (5.44243) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.218682) Outpt time (%) = 0.0154309 (93.7321) Other time (%) = 9.98974e-05 (0.606807) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:51 2021 Memory usage per processor = 27.5255 Mbytes Step Atoms AVEKE stressZZ 7026 5000 1.1420941e-11 1983799.4 7027 -0.00848249999999537 1983763.64509771 7027 5000 1.1417875e-11 1983763.6 Loop time of 0.0171461 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:51 2021 Pair time (%) = 0.00094986 (5.5398) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191891) Outpt time (%) = 0.0160179 (93.4201) Other time (%) = 0.000145435 (0.848212) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:51 2021 Memory usage per processor = 27.5255 Mbytes Step Atoms AVEKE stressZZ 7027 5000 1.1417875e-11 1983758.2 7028 -0.00848249999999537 1983722.48761998 7028 5000 1.1415636e-11 1983722.5 Loop time of 0.017112 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:51 2021 Pair time (%) = 0.000869989 (5.08408) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.188093) Outpt time (%) = 0.0160999 (94.0855) Other time (%) = 0.000109911 (0.642303) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:51 2021 Memory usage per processor = 27.5255 Mbytes Step Atoms AVEKE stressZZ 7028 5000 1.1415636e-11 1983717.1 7029 -0.00848249999999537 1983681.33433118 7029 5000 1.1413921e-11 1983681.3 Loop time of 0.016597 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:51 2021 Pair time (%) = 0.000874996 (5.272) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192493) Outpt time (%) = 0.0155959 (93.9681) Other time (%) = 9.41753e-05 (0.567423) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:51 2021 Memory usage per processor = 27.5255 Mbytes Step Atoms AVEKE stressZZ 7029 5000 1.1413921e-11 1983675.9 7030 -0.00848249999999537 1983640.18442136 7030 5000 1.1412541e-11 1983640.2 Loop time of 0.018595 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:51 2021 Pair time (%) = 0.000986099 (5.30304) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.220533) Outpt time (%) = 0.017453 (93.8584) Other time (%) = 0.000114918 (0.618004) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:51 2021 Memory usage per processor = 27.5255 Mbytes Step Atoms AVEKE stressZZ 7030 5000 1.1412541e-11 1983634.8 7031 -0.00848249999999537 1983599.03737088 7031 5000 1.1411373e-11 1983599 Loop time of 0.0172851 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:51 2021 Pair time (%) = 0.00119686 (6.92423) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.201382) Outpt time (%) = 0.015949 (92.2702) Other time (%) = 0.000104427 (0.604146) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:51 2021 Memory usage per processor = 27.5255 Mbytes Step Atoms AVEKE stressZZ 7031 5000 1.1411373e-11 1983593.6 7032 -0.00848249999999537 1983557.89285391 7032 5000 1.1410339e-11 1983557.9 Loop time of 0.016866 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:51 2021 Pair time (%) = 0.000910997 (5.40139) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.183769) Outpt time (%) = 0.0158281 (93.8466) Other time (%) = 9.58443e-05 (0.56827) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:51 2021 Memory usage per processor = 27.5255 Mbytes Step Atoms AVEKE stressZZ 7032 5000 1.1410339e-11 1983552.5 7033 -0.00848249999999537 1983516.7506643 7033 5000 1.1409392e-11 1983516.8 Loop time of 0.0165019 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:51 2021 Pair time (%) = 0.000869989 (5.27205) Neigh time (%) = 0 (0) Comm time (%) = 4.50611e-05 (0.273066) Outpt time (%) = 0.0154619 (93.6978) Other time (%) = 0.000124931 (0.757072) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:51 2021 Memory usage per processor = 27.5255 Mbytes Step Atoms AVEKE stressZZ 7033 5000 1.1409392e-11 1983511.3 7034 -0.00848249999999537 1983475.61066948 7034 5000 1.1408498e-11 1983475.6 Loop time of 0.0169549 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:51 2021 Pair time (%) = 0.00101089 (5.96226) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.201086) Outpt time (%) = 0.0158 (93.1884) Other time (%) = 0.000109911 (0.648255) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:51 2021 Memory usage per processor = 27.5255 Mbytes Step Atoms AVEKE stressZZ 7034 5000 1.1408498e-11 1983470.2 7035 -0.00848249999999537 1983434.47278513 7035 5000 1.140764e-11 1983434.5 Loop time of 0.017096 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:51 2021 Pair time (%) = 0.000869989 (5.08883) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186874) Outpt time (%) = 0.0161061 (94.2097) Other time (%) = 8.79765e-05 (0.514601) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:51 2021 Memory usage per processor = 27.5255 Mbytes Step Atoms AVEKE stressZZ 7035 5000 1.140764e-11 1983429.1 7036 -0.00848249999999537 1983393.33695741 7036 5000 1.1406803e-11 1983393.3 Loop time of 0.016423 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:51 2021 Pair time (%) = 0.000869989 (5.29739) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.188726) Outpt time (%) = 0.0154281 (93.9419) Other time (%) = 9.39369e-05 (0.571984) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:51 2021 Memory usage per processor = 27.5255 Mbytes Step Atoms AVEKE stressZZ 7036 5000 1.1406803e-11 1983387.9 7037 -0.00848249999999537 1983352.20315201 7037 5000 1.1405981e-11 1983352.2 Loop time of 0.0170209 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:51 2021 Pair time (%) = 0.00117207 (6.88602) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.211511) Outpt time (%) = 0.015686 (92.1573) Other time (%) = 0.000126839 (0.745192) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:51 2021 Memory usage per processor = 27.5255 Mbytes Step Atoms AVEKE stressZZ 7037 5000 1.1405981e-11 1983346.8 7038 -0.00848249999999537 1983311.07134694 7038 5000 1.1405167e-11 1983311.1 Loop time of 0.016993 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:51 2021 Pair time (%) = 0.000870228 (5.12108) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188007) Outpt time (%) = 0.0159988 (94.1493) Other time (%) = 9.20296e-05 (0.541572) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:51 2021 Memory usage per processor = 27.5255 Mbytes Step Atoms AVEKE stressZZ 7038 5000 1.1405167e-11 1983305.7 7039 -0.00848249999999537 1983269.94152807 7039 5000 1.1404359e-11 1983269.9 Loop time of 0.0170119 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:51 2021 Pair time (%) = 0.0010128 (5.9535) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187799) Outpt time (%) = 0.015878 (93.3345) Other time (%) = 8.91685e-05 (0.524155) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:51 2021 Memory usage per processor = 27.5255 Mbytes Step Atoms AVEKE stressZZ 7039 5000 1.1404359e-11 1983264.5 7040 -0.00848249999999537 1983228.81368631 7040 5000 1.1403555e-11 1983228.8 Loop time of 0.018168 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:51 2021 Pair time (%) = 0.000926971 (5.10223) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.18241) Outpt time (%) = 0.0171101 (94.1773) Other time (%) = 9.77516e-05 (0.538044) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:51 2021 Memory usage per processor = 27.5255 Mbytes Step Atoms AVEKE stressZZ 7040 5000 1.1403555e-11 1983223.4 7041 -0.00848249999999537 1983187.68781574 7041 5000 1.1402753e-11 1983187.7 Loop time of 0.0172122 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:51 2021 Pair time (%) = 0.00102496 (5.95487) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192539) Outpt time (%) = 0.0160458 (93.2237) Other time (%) = 0.000108242 (0.62887) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:51 2021 Memory usage per processor = 27.5255 Mbytes Step Atoms AVEKE stressZZ 7041 5000 1.1402753e-11 1983182.3 7042 -0.00848249999999537 1983146.56391246 7042 5000 1.1401953e-11 1983146.6 Loop time of 0.0163181 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:51 2021 Pair time (%) = 0.000878096 (5.38112) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.189939) Outpt time (%) = 0.0153141 (93.8474) Other time (%) = 9.48906e-05 (0.581506) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:51 2021 Memory usage per processor = 27.5255 Mbytes Step Atoms AVEKE stressZZ 7042 5000 1.1401953e-11 1983141.2 7043 -0.00848249999999537 1983105.44197387 7043 5000 1.1401154e-11 1983105.4 Loop time of 0.01618 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:51 2021 Pair time (%) = 0.00087595 (5.41377) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.19156) Outpt time (%) = 0.015183 (93.8377) Other time (%) = 9.01222e-05 (0.556996) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:51 2021 Memory usage per processor = 27.5255 Mbytes Step Atoms AVEKE stressZZ 7043 5000 1.1401154e-11 1983100 7044 -0.00848249999999537 1983064.32199819 7044 5000 1.1400355e-11 1983064.3 Loop time of 0.016233 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:51 2021 Pair time (%) = 0.000870943 (5.36527) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.19681) Outpt time (%) = 0.0152421 (93.896) Other time (%) = 8.79765e-05 (0.541962) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:51 2021 Memory usage per processor = 27.5255 Mbytes Step Atoms AVEKE stressZZ 7044 5000 1.1400355e-11 1983058.9 7045 -0.00848249999999537 1983023.20398415 7045 5000 1.1399557e-11 1983023.2 Loop time of 0.016428 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:51 2021 Pair time (%) = 0.000887156 (5.40027) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.188668) Outpt time (%) = 0.0153952 (93.713) Other time (%) = 0.000114679 (0.698073) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:51 2021 Memory usage per processor = 27.5255 Mbytes Step Atoms AVEKE stressZZ 7045 5000 1.1399557e-11 1983017.8 7046 -0.00848249999999537 1982982.08793088 7046 5000 1.1398759e-11 1982982.1 Loop time of 0.0170419 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:51 2021 Pair time (%) = 0.00105405 (6.18503) Neigh time (%) = 0 (0) Comm time (%) = 8.29697e-05 (0.486856) Outpt time (%) = 0.0157421 (92.3726) Other time (%) = 0.00016284 (0.955525) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:51 2021 Memory usage per processor = 27.5255 Mbytes Step Atoms AVEKE stressZZ 7046 5000 1.1398759e-11 1982976.7 7047 -0.00848249999999537 1982940.97383761 7047 5000 1.1397962e-11 1982941 Loop time of 0.017863 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:52 2021 Pair time (%) = 0.000906944 (5.07721) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.257598) Outpt time (%) = 0.0168021 (94.0606) Other time (%) = 0.000108004 (0.604621) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:52 2021 Memory usage per processor = 27.5255 Mbytes Step Atoms AVEKE stressZZ 7047 5000 1.1397962e-11 1982935.6 7048 -0.00848249999999537 1982899.86170385 7048 5000 1.1397164e-11 1982899.9 Loop time of 0.016953 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:52 2021 Pair time (%) = 0.00104904 (6.18794) Neigh time (%) = 0 (0) Comm time (%) = 4.41074e-05 (0.260175) Outpt time (%) = 0.0157101 (92.6687) Other time (%) = 0.000149727 (0.883188) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:52 2021 Memory usage per processor = 27.5255 Mbytes Step Atoms AVEKE stressZZ 7048 5000 1.1397164e-11 1982894.4 7049 -0.00848249999999537 1982858.7515291 7049 5000 1.1396367e-11 1982858.8 Loop time of 0.0167351 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:52 2021 Pair time (%) = 0.000996113 (5.95225) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.203727) Outpt time (%) = 0.0156012 (93.2243) Other time (%) = 0.000103712 (0.619729) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:52 2021 Memory usage per processor = 27.5255 Mbytes Step Atoms AVEKE stressZZ 7049 5000 1.1396367e-11 1982853.3 7050 -0.00848249999999537 1982817.64331295 7050 5000 1.139557e-11 1982817.6 Loop time of 0.018579 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:52 2021 Pair time (%) = 0.000873089 (4.69933) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.166825) Outpt time (%) = 0.0175831 (94.6398) Other time (%) = 9.17912e-05 (0.494058) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:52 2021 Memory usage per processor = 27.5255 Mbytes Step Atoms AVEKE stressZZ 7050 5000 1.139557e-11 1982812.2 7051 -0.00848249999999537 1982776.53705509 7051 5000 1.1394773e-11 1982776.5 Loop time of 0.0170479 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:52 2021 Pair time (%) = 0.00089097 (5.22628) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192996) Outpt time (%) = 0.0160241 (93.9947) Other time (%) = 9.98974e-05 (0.585981) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:52 2021 Memory usage per processor = 27.5255 Mbytes Step Atoms AVEKE stressZZ 7051 5000 1.1394773e-11 1982771.1 7052 -0.00848249999999537 1982735.43275512 7052 5000 1.1393976e-11 1982735.4 Loop time of 0.0163391 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:52 2021 Pair time (%) = 0.000871897 (5.33627) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.195532) Outpt time (%) = 0.0153451 (93.9166) Other time (%) = 9.01222e-05 (0.551575) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:52 2021 Memory usage per processor = 27.5255 Mbytes Step Atoms AVEKE stressZZ 7052 5000 1.1393976e-11 1982730 7053 -0.00848249999999537 1982694.33041275 7053 5000 1.1393179e-11 1982694.3 Loop time of 0.0172191 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:52 2021 Pair time (%) = 0.00119114 (6.91756) Neigh time (%) = 0 (0) Comm time (%) = 4.41074e-05 (0.256155) Outpt time (%) = 0.0158241 (91.8986) Other time (%) = 0.00015974 (0.927695) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:52 2021 Memory usage per processor = 27.5255 Mbytes Step Atoms AVEKE stressZZ 7053 5000 1.1393179e-11 1982688.9 7054 -0.00848249999999537 1982653.23002764 7054 5000 1.1392382e-11 1982653.2 Loop time of 0.0170081 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:52 2021 Pair time (%) = 0.000870943 (5.12076) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187841) Outpt time (%) = 0.0160129 (94.1489) Other time (%) = 9.2268e-05 (0.542495) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:52 2021 Memory usage per processor = 27.5255 Mbytes Step Atoms AVEKE stressZZ 7054 5000 1.1392382e-11 1982647.8 7055 -0.00848249999999537 1982612.13159955 7055 5000 1.1391585e-11 1982612.1 Loop time of 0.0167348 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:52 2021 Pair time (%) = 0.000962019 (5.7486) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190908) Outpt time (%) = 0.01564 (93.4579) Other time (%) = 0.000100851 (0.602641) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:52 2021 Memory usage per processor = 27.5255 Mbytes Step Atoms AVEKE stressZZ 7055 5000 1.1391585e-11 1982606.7 7056 -0.00848249999999537 1982571.03512812 7056 5000 1.1390788e-11 1982571 Loop time of 0.0165892 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:52 2021 Pair time (%) = 0.000936031 (5.64243) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.204082) Outpt time (%) = 0.015501 (93.4406) Other time (%) = 0.000118256 (0.712849) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:52 2021 Memory usage per processor = 27.5255 Mbytes Step Atoms AVEKE stressZZ 7056 5000 1.1390788e-11 1982565.6 7057 -0.00848249999999537 1982529.94061311 7057 5000 1.1389992e-11 1982529.9 Loop time of 0.0168569 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:52 2021 Pair time (%) = 0.00090003 (5.33924) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.196597) Outpt time (%) = 0.0158319 (93.9196) Other time (%) = 9.17912e-05 (0.544531) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:52 2021 Memory usage per processor = 27.5255 Mbytes Step Atoms AVEKE stressZZ 7057 5000 1.1389992e-11 1982524.5 7058 -0.00848249999999537 1982488.84805423 7058 5000 1.1389195e-11 1982488.8 Loop time of 0.0170522 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:52 2021 Pair time (%) = 0.000883102 (5.17883) Neigh time (%) = 0 (0) Comm time (%) = 5.29289e-05 (0.310394) Outpt time (%) = 0.0160201 (93.9473) Other time (%) = 9.60827e-05 (0.563463) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:52 2021 Memory usage per processor = 27.5255 Mbytes Step Atoms AVEKE stressZZ 7058 5000 1.1389195e-11 1982483.4 7059 -0.00848249999999537 1982447.75745122 7059 5000 1.1388399e-11 1982447.8 Loop time of 0.0163951 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:52 2021 Pair time (%) = 0.00087595 (5.34276) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.196318) Outpt time (%) = 0.015363 (93.7047) Other time (%) = 0.000123978 (0.756188) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:52 2021 Memory usage per processor = 27.5255 Mbytes Step Atoms AVEKE stressZZ 7059 5000 1.1388399e-11 1982442.3 7060 -0.00848249999999537 1982406.66880379 7060 5000 1.1387602e-11 1982406.7 Loop time of 0.0187502 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:52 2021 Pair time (%) = 0.00111389 (5.94069) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.250496) Outpt time (%) = 0.0174298 (92.9581) Other time (%) = 0.000159502 (0.850669) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:52 2021 Memory usage per processor = 27.5255 Mbytes Step Atoms AVEKE stressZZ 7060 5000 1.1387602e-11 1982401.3 7061 -0.00848249999999537 1982365.58211165 7061 5000 1.1386806e-11 1982365.6 Loop time of 0.0169008 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:52 2021 Pair time (%) = 0.00087285 (5.16456) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.189033) Outpt time (%) = 0.0158999 (94.0779) Other time (%) = 9.60827e-05 (0.56851) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:52 2021 Memory usage per processor = 27.5255 Mbytes Step Atoms AVEKE stressZZ 7061 5000 1.1386806e-11 1982360.2 7062 -0.00848249999999537 1982324.49737459 7062 5000 1.138601e-11 1982324.5 Loop time of 0.0172658 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:52 2021 Pair time (%) = 0.000977039 (5.65881) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.202988) Outpt time (%) = 0.0161071 (93.289) Other time (%) = 0.000146627 (0.849236) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:52 2021 Memory usage per processor = 27.5255 Mbytes Step Atoms AVEKE stressZZ 7062 5000 1.138601e-11 1982319.1 7063 -0.00848249999999537 1982283.41459233 7063 5000 1.1385214e-11 1982283.4 Loop time of 0.016367 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:52 2021 Pair time (%) = 0.000926971 (5.66368) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.22579) Outpt time (%) = 0.015301 (93.4871) Other time (%) = 0.000102043 (0.62347) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:52 2021 Memory usage per processor = 27.5255 Mbytes Step Atoms AVEKE stressZZ 7063 5000 1.1385214e-11 1982278 7064 -0.00848249999999537 1982242.3337646 7064 5000 1.1384418e-11 1982242.3 Loop time of 0.0173481 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:52 2021 Pair time (%) = 0.00127006 (7.32103) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.200651) Outpt time (%) = 0.015825 (91.2208) Other time (%) = 0.000218153 (1.25751) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:52 2021 Memory usage per processor = 27.5255 Mbytes Step Atoms AVEKE stressZZ 7064 5000 1.1384418e-11 1982236.9 7065 -0.00848249999999537 1982201.25489116 7065 5000 1.1383622e-11 1982201.3 Loop time of 0.0172241 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:52 2021 Pair time (%) = 0.000870943 (5.05655) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185485) Outpt time (%) = 0.0162339 (94.2513) Other time (%) = 8.72612e-05 (0.506623) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:52 2021 Memory usage per processor = 27.5255 Mbytes Step Atoms AVEKE stressZZ 7065 5000 1.1383622e-11 1982195.8 7066 -0.00848249999999537 1982160.17797176 7066 5000 1.1382826e-11 1982160.2 Loop time of 0.016583 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:52 2021 Pair time (%) = 0.000962973 (5.807) Neigh time (%) = 0 (0) Comm time (%) = 5.29289e-05 (0.319176) Outpt time (%) = 0.0154688 (93.2815) Other time (%) = 9.82285e-05 (0.592346) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:52 2021 Memory usage per processor = 27.5255 Mbytes Step Atoms AVEKE stressZZ 7066 5000 1.1382826e-11 1982154.8 7067 -0.00848249999999537 1982119.10300609 7067 5000 1.138203e-11 1982119.1 Loop time of 0.0166669 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:52 2021 Pair time (%) = 0.00103807 (6.22836) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.20313) Outpt time (%) = 0.015434 (92.6029) Other time (%) = 0.000160933 (0.965582) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:52 2021 Memory usage per processor = 27.5255 Mbytes Step Atoms AVEKE stressZZ 7067 5000 1.138203e-11 1982113.7 7068 -0.00848249999999537 1982078.02999396 7068 5000 1.1381234e-11 1982078 Loop time of 0.017349 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:52 2021 Pair time (%) = 0.000870943 (5.02013) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184149) Outpt time (%) = 0.016355 (94.2708) Other time (%) = 9.10759e-05 (0.524963) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:52 2021 Memory usage per processor = 27.5255 Mbytes Step Atoms AVEKE stressZZ 7068 5000 1.1381234e-11 1982072.6 7069 -0.00848249999999537 1982036.95893509 7069 5000 1.1380439e-11 1982037 Loop time of 0.0167909 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:52 2021 Pair time (%) = 0.000919104 (5.47383) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.20873) Outpt time (%) = 0.015744 (93.7651) Other time (%) = 9.27448e-05 (0.552353) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:52 2021 Memory usage per processor = 27.5255 Mbytes Step Atoms AVEKE stressZZ 7069 5000 1.1380439e-11 1982031.5 7070 -0.00848249999999537 1981995.88982929 7070 5000 1.1379643e-11 1981995.9 Loop time of 0.0182641 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:52 2021 Pair time (%) = 0.000873089 (4.78037) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.174923) Outpt time (%) = 0.017266 (94.5356) Other time (%) = 9.29832e-05 (0.509105) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:52 2021 Memory usage per processor = 27.5255 Mbytes Step Atoms AVEKE stressZZ 7070 5000 1.1379643e-11 1981990.5 7071 -0.00848249999999537 1981954.82267623 7071 5000 1.1378847e-11 1981954.8 Loop time of 0.017168 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:52 2021 Pair time (%) = 0.00124288 (7.23947) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.1972) Outpt time (%) = 0.0157149 (91.5357) Other time (%) = 0.00017643 (1.02766) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:52 2021 Memory usage per processor = 27.5255 Mbytes Step Atoms AVEKE stressZZ 7071 5000 1.1378847e-11 1981949.4 7072 -0.00848249999999537 1981913.75747574 7072 5000 1.1378052e-11 1981913.8 Loop time of 0.0170019 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:52 2021 Pair time (%) = 0.000873089 (5.13525) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187909) Outpt time (%) = 0.0160041 (94.1313) Other time (%) = 9.27448e-05 (0.545498) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:52 2021 Memory usage per processor = 27.5255 Mbytes Step Atoms AVEKE stressZZ 7072 5000 1.1378052e-11 1981908.3 7073 -0.00848249999999537 1981872.69422755 7073 5000 1.1377257e-11 1981872.7 Loop time of 0.0166669 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:52 2021 Pair time (%) = 0.000907183 (5.44302) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.20456) Outpt time (%) = 0.01563 (93.7788) Other time (%) = 9.56059e-05 (0.573627) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:52 2021 Memory usage per processor = 27.5255 Mbytes Step Atoms AVEKE stressZZ 7073 5000 1.1377257e-11 1981867.3 7074 -0.00848249999999537 1981831.63293141 7074 5000 1.1376461e-11 1981831.6 Loop time of 0.016748 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:52 2021 Pair time (%) = 0.000932932 (5.57042) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.207841) Outpt time (%) = 0.015646 (93.4203) Other time (%) = 0.00013423 (0.801469) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:52 2021 Memory usage per processor = 27.5255 Mbytes Step Atoms AVEKE stressZZ 7074 5000 1.1376461e-11 1981826.2 7075 -0.00848249999999537 1981790.5735871 7075 5000 1.1375666e-11 1981790.6 Loop time of 0.0172949 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:52 2021 Pair time (%) = 0.000947952 (5.48111) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191618) Outpt time (%) = 0.0161619 (93.4491) Other time (%) = 0.000151873 (0.878136) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:52 2021 Memory usage per processor = 27.5255 Mbytes Step Atoms AVEKE stressZZ 7075 5000 1.1375666e-11 1981785.2 7076 -0.00848249999999537 1981749.51619433 7076 5000 1.1374871e-11 1981749.5 Loop time of 0.016798 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:52 2021 Pair time (%) = 0.000914812 (5.44595) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.19019) Outpt time (%) = 0.015758 (93.8089) Other time (%) = 9.32217e-05 (0.554956) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:52 2021 Memory usage per processor = 27.5255 Mbytes Step Atoms AVEKE stressZZ 7076 5000 1.1374871e-11 1981744.1 7077 -0.00848249999999537 1981708.46075299 7077 5000 1.1374076e-11 1981708.5 Loop time of 0.016499 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:52 2021 Pair time (%) = 0.00102401 (6.20647) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.206641) Outpt time (%) = 0.015337 (92.9569) Other time (%) = 0.000103951 (0.63004) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:52 2021 Memory usage per processor = 27.5255 Mbytes Step Atoms AVEKE stressZZ 7077 5000 1.1374076e-11 1981703.1 7078 -0.00848249999999537 1981667.40726276 7078 5000 1.1373281e-11 1981667.4 Loop time of 0.0174141 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:52 2021 Pair time (%) = 0.000931025 (5.34639) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.188938) Outpt time (%) = 0.0163479 (93.8773) Other time (%) = 0.000102282 (0.587349) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:52 2021 Memory usage per processor = 27.5255 Mbytes Step Atoms AVEKE stressZZ 7078 5000 1.1373281e-11 1981662 7079 -0.00848249999999537 1981626.35572341 7079 5000 1.1372486e-11 1981626.4 Loop time of 0.0171061 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:52 2021 Pair time (%) = 0.000910997 (5.32558) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.188159) Outpt time (%) = 0.0160689 (93.9371) Other time (%) = 9.39369e-05 (0.549144) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:52 2021 Memory usage per processor = 27.5255 Mbytes Step Atoms AVEKE stressZZ 7079 5000 1.1372486e-11 1981620.9 7080 -0.00848249999999537 1981585.30613472 7080 5000 1.1371691e-11 1981585.3 Loop time of 0.018605 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:52 2021 Pair time (%) = 0.000928879 (4.99263) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.252451) Outpt time (%) = 0.0174959 (94.0386) Other time (%) = 0.000133276 (0.716345) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:52 2021 Memory usage per processor = 27.5255 Mbytes Step Atoms AVEKE stressZZ 7080 5000 1.1371691e-11 1981579.9 7081 -0.00848249999999537 1981544.25850855 7081 5000 1.1370896e-11 1981544.3 Loop time of 0.016819 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:52 2021 Pair time (%) = 0.00103998 (6.18337) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.214051) Outpt time (%) = 0.0156381 (92.9789) Other time (%) = 0.000104904 (0.623724) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:52 2021 Memory usage per processor = 27.5255 Mbytes Step Atoms AVEKE stressZZ 7081 5000 1.1370896e-11 1981538.8 7082 -0.00848249999999537 1981503.2128626 7082 5000 1.1370102e-11 1981503.2 Loop time of 0.017199 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:52 2021 Pair time (%) = 0.000952005 (5.53522) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.1913) Outpt time (%) = 0.0161178 (93.7134) Other time (%) = 9.63211e-05 (0.560038) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:52 2021 Memory usage per processor = 27.5255 Mbytes Step Atoms AVEKE stressZZ 7082 5000 1.1370102e-11 1981497.8 7083 -0.00848249999999537 1981462.1691833 7083 5000 1.1369307e-11 1981462.2 Loop time of 0.0169129 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:52 2021 Pair time (%) = 0.000873089 (5.16225) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188897) Outpt time (%) = 0.0159211 (94.1357) Other time (%) = 8.67844e-05 (0.513124) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:52 2021 Memory usage per processor = 27.5255 Mbytes Step Atoms AVEKE stressZZ 7083 5000 1.1369307e-11 1981456.8 7084 -0.00848249999999537 1981421.12746657 7084 5000 1.1368513e-11 1981421.1 Loop time of 0.0166819 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:52 2021 Pair time (%) = 0.00103498 (6.20418) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.19723) Outpt time (%) = 0.015471 (92.7411) Other time (%) = 0.000143051 (0.857523) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:52 2021 Memory usage per processor = 27.5255 Mbytes Step Atoms AVEKE stressZZ 7084 5000 1.1368513e-11 1981415.7 7085 -0.00848249999999537 1981380.08771026 7085 5000 1.1367718e-11 1981380.1 Loop time of 0.0173321 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:52 2021 Pair time (%) = 0.00128698 (7.42544) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191207) Outpt time (%) = 0.0158751 (91.5938) Other time (%) = 0.000136852 (0.78959) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:52 2021 Memory usage per processor = 27.5255 Mbytes Step Atoms AVEKE stressZZ 7085 5000 1.1367718e-11 1981374.7 7086 -0.00848249999999537 1981339.0499128 7086 5000 1.1366924e-11 1981339 Loop time of 0.0170491 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:52 2021 Pair time (%) = 0.000872135 (5.11544) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.269896) Outpt time (%) = 0.0160232 (93.9826) Other time (%) = 0.000107765 (0.632088) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:52 2021 Memory usage per processor = 27.5255 Mbytes Step Atoms AVEKE stressZZ 7086 5000 1.1366924e-11 1981333.6 7087 -0.00848249999999537 1981298.01407305 7087 5000 1.136613e-11 1981298 Loop time of 0.016331 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:52 2021 Pair time (%) = 0.000913858 (5.59587) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.197089) Outpt time (%) = 0.015291 (93.6318) Other time (%) = 9.39369e-05 (0.575208) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:52 2021 Memory usage per processor = 27.5255 Mbytes Step Atoms AVEKE stressZZ 7087 5000 1.136613e-11 1981292.6 7088 -0.00848249999999537 1981256.98019016 7088 5000 1.1365335e-11 1981257 Loop time of 0.0162342 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:52 2021 Pair time (%) = 0.000871897 (5.37075) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.196795) Outpt time (%) = 0.0152421 (93.8891) Other time (%) = 8.82149e-05 (0.54339) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:52 2021 Memory usage per processor = 27.5255 Mbytes Step Atoms AVEKE stressZZ 7088 5000 1.1365335e-11 1981251.6 7089 -0.00848249999999537 1981215.9482633 7089 5000 1.1364541e-11 1981215.9 Loop time of 0.0162752 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:52 2021 Pair time (%) = 0.000893831 (5.49199) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.1963) Outpt time (%) = 0.0152612 (93.7697) Other time (%) = 8.82149e-05 (0.542021) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:52 2021 Memory usage per processor = 27.5255 Mbytes Step Atoms AVEKE stressZZ 7089 5000 1.1364541e-11 1981210.5 7090 -0.00848249999999537 1981174.91829185 7090 5000 1.1363747e-11 1981174.9 Loop time of 0.0180321 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:52 2021 Pair time (%) = 0.000869989 (4.82468) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.171885) Outpt time (%) = 0.0170419 (94.5089) Other time (%) = 8.91685e-05 (0.4945) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:52 2021 Memory usage per processor = 27.5255 Mbytes Step Atoms AVEKE stressZZ 7090 5000 1.1363747e-11 1981169.5 7091 -0.00848249999999537 1981133.89027518 7091 5000 1.1362953e-11 1981133.9 Loop time of 0.0171971 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:53 2021 Pair time (%) = 0.00119615 (6.9555) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.21489) Outpt time (%) = 0.01578 (91.7593) Other time (%) = 0.000184059 (1.07029) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:53 2021 Memory usage per processor = 27.5255 Mbytes Step Atoms AVEKE stressZZ 7091 5000 1.1362953e-11 1981128.5 7092 -0.00848249999999537 1981092.86421282 7092 5000 1.1362159e-11 1981092.9 Loop time of 0.01705 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:53 2021 Pair time (%) = 0.000920057 (5.39622) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.188777) Outpt time (%) = 0.0160022 (93.8543) Other time (%) = 9.56059e-05 (0.560737) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:53 2021 Memory usage per processor = 27.5255 Mbytes Step Atoms AVEKE stressZZ 7092 5000 1.1362159e-11 1981087.5 7093 -0.00848249999999537 1981051.84010421 7093 5000 1.1361365e-11 1981051.8 Loop time of 0.0167758 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:53 2021 Pair time (%) = 0.00087595 (5.22149) Neigh time (%) = 0 (0) Comm time (%) = 6.19888e-05 (0.369512) Outpt time (%) = 0.015702 (93.5989) Other time (%) = 0.000135899 (0.810085) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:53 2021 Memory usage per processor = 27.5255 Mbytes Step Atoms AVEKE stressZZ 7093 5000 1.1361365e-11 1981046.4 7094 -0.00848249999999537 1981010.81794889 7094 5000 1.1360572e-11 1981010.8 Loop time of 0.016664 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:53 2021 Pair time (%) = 0.000900984 (5.40676) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.204596) Outpt time (%) = 0.0155978 (93.6017) Other time (%) = 0.00013113 (0.786906) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:53 2021 Memory usage per processor = 27.5255 Mbytes Step Atoms AVEKE stressZZ 7094 5000 1.1360572e-11 1981005.4 7095 -0.00848249999999537 1980969.79774648 7095 5000 1.1359778e-11 1980969.8 Loop time of 0.017221 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:53 2021 Pair time (%) = 0.000986099 (5.72615) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179981) Outpt time (%) = 0.0161109 (93.5539) Other time (%) = 9.29832e-05 (0.539942) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:53 2021 Memory usage per processor = 27.5255 Mbytes Step Atoms AVEKE stressZZ 7095 5000 1.1359778e-11 1980964.4 7096 -0.00848249999999537 1980928.77949565 7096 5000 1.1358984e-11 1980928.8 Loop time of 0.016993 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:53 2021 Pair time (%) = 0.000871897 (5.1309) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188007) Outpt time (%) = 0.015996 (94.1325) Other time (%) = 9.32217e-05 (0.548587) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:53 2021 Memory usage per processor = 27.5255 Mbytes Step Atoms AVEKE stressZZ 7096 5000 1.1358984e-11 1980923.4 7097 -0.00848249999999537 1980887.76318831 7097 5000 1.1358191e-11 1980887.8 Loop time of 0.016469 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:53 2021 Pair time (%) = 0.000874996 (5.31299) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.19978) Outpt time (%) = 0.01546 (93.8734) Other time (%) = 0.000101089 (0.613817) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:53 2021 Memory usage per processor = 27.5255 Mbytes Step Atoms AVEKE stressZZ 7097 5000 1.1358191e-11 1980882.4 7098 -0.00848249999999537 1980846.74883214 7098 5000 1.1357397e-11 1980846.7 Loop time of 0.017453 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:53 2021 Pair time (%) = 0.00121212 (6.94507) Neigh time (%) = 0 (0) Comm time (%) = 6.38962e-05 (0.366105) Outpt time (%) = 0.016005 (91.7039) Other time (%) = 0.0001719 (0.984932) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:53 2021 Memory usage per processor = 27.5255 Mbytes Step Atoms AVEKE stressZZ 7098 5000 1.1357397e-11 1980841.3 7099 -0.00848249999999537 1980805.73642683 7099 5000 1.1356604e-11 1980805.7 Loop time of 0.017092 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:53 2021 Pair time (%) = 0.000873089 (5.10818) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.188313) Outpt time (%) = 0.016067 (94.0033) Other time (%) = 0.000119686 (0.700247) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:53 2021 Memory usage per processor = 27.5255 Mbytes Step Atoms AVEKE stressZZ 7099 5000 1.1356604e-11 1980800.3 7100 -0.00848249999999537 1980764.72597201 7100 5000 1.1355811e-11 1980764.7 Loop time of 0.018852 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:53 2021 Pair time (%) = 0.00087595 (4.64646) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.170733) Outpt time (%) = 0.0178561 (94.7174) Other time (%) = 8.7738e-05 (0.465405) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:53 2021 Memory usage per processor = 27.5255 Mbytes Step Atoms AVEKE stressZZ 7100 5000 1.1355811e-11 1980759.3 7101 -0.00848249999999537 1980723.71746738 7101 5000 1.1355017e-11 1980723.7 Loop time of 0.016865 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:53 2021 Pair time (%) = 0.000876904 (5.19954) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.195089) Outpt time (%) = 0.0158069 (93.7261) Other time (%) = 0.000148296 (0.879314) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:53 2021 Memory usage per processor = 27.5255 Mbytes Step Atoms AVEKE stressZZ 7101 5000 1.1355017e-11 1980718.3 7102 -0.00848249999999537 1980682.71091268 7102 5000 1.1354224e-11 1980682.7 Loop time of 0.0172739 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:53 2021 Pair time (%) = 0.000939846 (5.44084) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.277425) Outpt time (%) = 0.016134 (93.4011) Other time (%) = 0.000152111 (0.880583) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:53 2021 Memory usage per processor = 27.5255 Mbytes Step Atoms AVEKE stressZZ 7102 5000 1.1354224e-11 1980677.3 7103 -0.00848249999999537 1980641.70630751 7103 5000 1.1353431e-11 1980641.7 Loop time of 0.0170059 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:53 2021 Pair time (%) = 0.000869036 (5.1102) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187865) Outpt time (%) = 0.0160131 (94.1622) Other time (%) = 9.17912e-05 (0.53976) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:53 2021 Memory usage per processor = 27.5255 Mbytes Step Atoms AVEKE stressZZ 7103 5000 1.1353431e-11 1980636.3 7104 -0.00848249999999537 1980600.70365168 7104 5000 1.1352638e-11 1980600.7 Loop time of 0.016526 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:53 2021 Pair time (%) = 0.00087285 (5.28169) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.28421) Outpt time (%) = 0.015496 (93.7676) Other time (%) = 0.000110149 (0.666522) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:53 2021 Memory usage per processor = 27.5255 Mbytes Step Atoms AVEKE stressZZ 7104 5000 1.1352638e-11 1980595.3 7105 -0.00848249999999537 1980559.70294485 7105 5000 1.1351845e-11 1980559.7 Loop time of 0.0168052 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:53 2021 Pair time (%) = 0.000996113 (5.92742) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.214227) Outpt time (%) = 0.015662 (93.1972) Other time (%) = 0.000111103 (0.661124) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:53 2021 Memory usage per processor = 27.5255 Mbytes Step Atoms AVEKE stressZZ 7105 5000 1.1351845e-11 1980554.3 7106 -0.00848249999999537 1980518.70418677 7106 5000 1.1351052e-11 1980518.7 Loop time of 0.0172889 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:53 2021 Pair time (%) = 0.000962019 (5.56437) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197201) Outpt time (%) = 0.01613 (93.2966) Other time (%) = 0.00016284 (0.941874) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:53 2021 Memory usage per processor = 27.5255 Mbytes Step Atoms AVEKE stressZZ 7106 5000 1.1351052e-11 1980513.3 7107 -0.00848249999999537 1980477.70737714 7107 5000 1.1350259e-11 1980477.7 Loop time of 0.0170541 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:53 2021 Pair time (%) = 0.000873089 (5.11953) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187334) Outpt time (%) = 0.0160551 (94.1423) Other time (%) = 9.39369e-05 (0.550818) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:53 2021 Memory usage per processor = 27.5255 Mbytes Step Atoms AVEKE stressZZ 7107 5000 1.1350259e-11 1980472.3 7108 -0.00848249999999537 1980436.71251655 7108 5000 1.1349467e-11 1980436.7 Loop time of 0.016439 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:53 2021 Pair time (%) = 0.000874043 (5.3169) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194344) Outpt time (%) = 0.0153949 (93.649) Other time (%) = 0.000138044 (0.839739) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:53 2021 Memory usage per processor = 27.5255 Mbytes Step Atoms AVEKE stressZZ 7108 5000 1.1349467e-11 1980431.3 7109 -0.00848249999999537 1980395.71960762 7109 5000 1.1348674e-11 1980395.7 Loop time of 0.0170231 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:53 2021 Pair time (%) = 0.00102901 (6.04482) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.20028) Outpt time (%) = 0.0158131 (92.8922) Other time (%) = 0.000146866 (0.862745) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:53 2021 Memory usage per processor = 27.5255 Mbytes Step Atoms AVEKE stressZZ 7109 5000 1.1348674e-11 1980390.3 7110 -0.00848249999999537 1980354.72864628 7110 5000 1.1347882e-11 1980354.7 Loop time of 0.018826 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:53 2021 Pair time (%) = 0.000882149 (4.6858) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.169702) Outpt time (%) = 0.0178239 (94.6772) Other time (%) = 8.79765e-05 (0.467313) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:20:53 2021 Memory usage per processor = 27.5255 Mbytes Step Atoms AVEKE stressZZ 7110 5000 1.1347882e-11 1980349.3 7111 -0.00848249999999537 1980306.54759216 7111 5000 2.2419092e-11 1980371.5 Loop time of 0.016474 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:53 2021 Pair time (%) = 0.000874043 (5.30558) Neigh time (%) = 0 (0) Comm time (%) = 6.29425e-05 (0.382072) Outpt time (%) = 0.015404 (93.5048) Other time (%) = 0.000133038 (0.80756) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:53 2021 Memory usage per processor = 27.5255 Mbytes Step Atoms AVEKE stressZZ 7111 5000 2.2419092e-11 2016004.5 7112 -0.00851499999999535 2015957.2242244 7112 5000 1.8108148e-11 2015957.2 Loop time of 0.016758 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:53 2021 Pair time (%) = 0.000907898 (5.41771) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.196335) Outpt time (%) = 0.015682 (93.5793) Other time (%) = 0.000135183 (0.806681) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:53 2021 Memory usage per processor = 27.5255 Mbytes Step Atoms AVEKE stressZZ 7112 5000 1.8108148e-11 2015949.9 7113 -0.00851499999999535 2015906.64903512 7113 5000 1.5607144e-11 2015906.6 Loop time of 0.0169132 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:53 2021 Pair time (%) = 0.00102901 (6.0841) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.183256) Outpt time (%) = 0.0157621 (93.1942) Other time (%) = 9.10759e-05 (0.538491) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:53 2021 Memory usage per processor = 27.5255 Mbytes Step Atoms AVEKE stressZZ 7113 5000 1.5607144e-11 2015900 7114 -0.00851499999999535 2015859.26303737 7114 5000 1.4113947e-11 2015859.3 Loop time of 0.0169601 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:53 2021 Pair time (%) = 0.000874043 (5.15351) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188372) Outpt time (%) = 0.0159602 (94.1043) Other time (%) = 9.39369e-05 (0.553869) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:53 2021 Memory usage per processor = 27.5255 Mbytes Step Atoms AVEKE stressZZ 7114 5000 1.4113947e-11 2015853 7115 -0.00851499999999535 2015813.90453149 7115 5000 1.3203693e-11 2015813.9 Loop time of 0.016387 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:53 2021 Pair time (%) = 0.000936985 (5.71786) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.19496) Outpt time (%) = 0.0153239 (93.5125) Other time (%) = 9.41753e-05 (0.574696) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:53 2021 Memory usage per processor = 27.5255 Mbytes Step Atoms AVEKE stressZZ 7115 5000 1.3203693e-11 2015807.9 7116 -0.00851499999999535 2015769.83524764 7116 5000 1.2640667e-11 2015769.8 Loop time of 0.0171449 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:53 2021 Pair time (%) = 0.00111699 (6.515) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198857) Outpt time (%) = 0.0158491 (92.442) Other time (%) = 0.00014472 (0.844099) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:53 2021 Memory usage per processor = 27.5255 Mbytes Step Atoms AVEKE stressZZ 7116 5000 1.2640667e-11 2015764 7117 -0.00851499999999535 2015726.5860082 7117 5000 1.2288923e-11 2015726.6 Loop time of 0.017272 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:53 2021 Pair time (%) = 0.000871181 (5.0439) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18497) Outpt time (%) = 0.0162771 (94.2397) Other time (%) = 9.17912e-05 (0.531445) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:53 2021 Memory usage per processor = 27.5255 Mbytes Step Atoms AVEKE stressZZ 7117 5000 1.2288923e-11 2015720.9 7118 -0.00851499999999535 2015683.85864586 7118 5000 1.2067658e-11 2015683.9 Loop time of 0.0165741 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:53 2021 Pair time (%) = 0.000908136 (5.47924) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192759) Outpt time (%) = 0.0155411 (93.767) Other time (%) = 9.29832e-05 (0.561014) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:53 2021 Memory usage per processor = 27.5255 Mbytes Step Atoms AVEKE stressZZ 7118 5000 1.2067658e-11 2015678.2 7119 -0.00851499999999535 2015641.46367191 7119 5000 1.1927783e-11 2015641.5 Loop time of 0.01668 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:53 2021 Pair time (%) = 0.0010252 (6.14628) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.221552) Outpt time (%) = 0.015502 (92.9375) Other time (%) = 0.000115871 (0.694673) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:53 2021 Memory usage per processor = 27.5255 Mbytes Step Atoms AVEKE stressZZ 7119 5000 1.1927783e-11 2015635.8 7120 -0.00851499999999535 2015599.28066401 7120 5000 1.1839012e-11 2015599.3 Loop time of 0.019067 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:53 2021 Pair time (%) = 0.000877142 (4.6003) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.162555) Outpt time (%) = 0.0180669 (94.7545) Other time (%) = 9.20296e-05 (0.482663) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:53 2021 Memory usage per processor = 27.5257 Mbytes Step Atoms AVEKE stressZZ 7120 5000 1.1839012e-11 2015593.7 7121 -0.00851499999999535 2015557.2330923 7121 5000 1.1782469e-11 2015557.2 Loop time of 0.0171251 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:53 2021 Pair time (%) = 0.000871897 (5.09133) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.187949) Outpt time (%) = 0.0161281 (94.1778) Other time (%) = 9.29832e-05 (0.542964) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:53 2021 Memory usage per processor = 27.5257 Mbytes Step Atoms AVEKE stressZZ 7121 5000 1.1782469e-11 2015551.6 7122 -0.00851499999999535 2015515.27232102 7122 5000 1.1746305e-11 2015515.3 Loop time of 0.0167542 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:53 2021 Pair time (%) = 0.000966072 (5.76617) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.203495) Outpt time (%) = 0.015645 (93.38) Other time (%) = 0.000108957 (0.65033) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:53 2021 Memory usage per processor = 27.5257 Mbytes Step Atoms AVEKE stressZZ 7122 5000 1.1746305e-11 2015509.7 7123 -0.00851499999999535 2015473.36744143 7123 5000 1.1723053e-11 2015473.4 Loop time of 0.016871 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:53 2021 Pair time (%) = 0.00113797 (6.74515) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.23035) Outpt time (%) = 0.0155339 (92.0748) Other time (%) = 0.000160217 (0.949662) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:53 2021 Memory usage per processor = 27.5257 Mbytes Step Atoms AVEKE stressZZ 7123 5000 1.1723053e-11 2015467.8 7124 -0.00851499999999535 2015431.49881051 7124 5000 1.1707988e-11 2015431.5 Loop time of 0.0172729 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:53 2021 Pair time (%) = 0.00087595 (5.07122) Neigh time (%) = 0 (0) Comm time (%) = 5.29289e-05 (0.306427) Outpt time (%) = 0.0162489 (94.0716) Other time (%) = 9.5129e-05 (0.55074) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:53 2021 Memory usage per processor = 27.5257 Mbytes Step Atoms AVEKE stressZZ 7124 5000 1.1707988e-11 2015425.9 7125 -0.00851499999999535 2015389.6539448 7125 5000 1.169812e-11 2015389.7 Loop time of 0.0166121 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:53 2021 Pair time (%) = 0.000873804 (5.26006) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.193754) Outpt time (%) = 0.0156131 (93.9865) Other time (%) = 9.29832e-05 (0.559734) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:53 2021 Memory usage per processor = 27.5257 Mbytes Step Atoms AVEKE stressZZ 7125 5000 1.169812e-11 2015384.1 7126 -0.00851499999999535 2015347.82491071 7126 5000 1.1691553e-11 2015347.8 Loop time of 0.0168931 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:53 2021 Pair time (%) = 0.000936031 (5.54089) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.201821) Outpt time (%) = 0.015785 (93.4401) Other time (%) = 0.000138044 (0.817162) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:53 2021 Memory usage per processor = 27.5257 Mbytes Step Atoms AVEKE stressZZ 7126 5000 1.1691553e-11 2015342.3 7127 -0.00851499999999535 2015306.00666627 7127 5000 1.1687081e-11 2015306 Loop time of 0.017241 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:53 2021 Pair time (%) = 0.000914097 (5.30188) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190834) Outpt time (%) = 0.0161579 (93.7177) Other time (%) = 0.000136137 (0.789612) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:53 2021 Memory usage per processor = 27.5257 Mbytes Step Atoms AVEKE stressZZ 7127 5000 1.1687081e-11 2015300.5 7128 -0.00851499999999535 2015264.19600709 7128 5000 1.1683941e-11 2015264.2 Loop time of 0.0173872 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:53 2021 Pair time (%) = 0.000874996 (5.03243) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183745) Outpt time (%) = 0.0163572 (94.0763) Other time (%) = 0.000123024 (0.707557) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:53 2021 Memory usage per processor = 27.5257 Mbytes Step Atoms AVEKE stressZZ 7128 5000 1.1683941e-11 2015258.6 7129 -0.00851499999999535 2015222.3908966 7129 5000 1.1681647e-11 2015222.4 Loop time of 0.0163729 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:53 2021 Pair time (%) = 0.000878096 (5.3631) Neigh time (%) = 0 (0) Comm time (%) = 5.31673e-05 (0.324727) Outpt time (%) = 0.0153291 (93.6249) Other time (%) = 0.000112534 (0.687315) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:53 2021 Memory usage per processor = 27.5257 Mbytes Step Atoms AVEKE stressZZ 7129 5000 1.1681647e-11 2015216.8 7130 -0.00851499999999535 2015180.59004044 7130 5000 1.1679891e-11 2015180.6 Loop time of 0.018486 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:53 2021 Pair time (%) = 0.00107503 (5.81536) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.211515) Outpt time (%) = 0.0172429 (93.2754) Other time (%) = 0.000128984 (0.69774) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:53 2021 Memory usage per processor = 27.5257 Mbytes Step Atoms AVEKE stressZZ 7130 5000 1.1679891e-11 2015175 7131 -0.00851499999999535 2015138.79261583 7131 5000 1.1678477e-11 2015138.8 Loop time of 0.0178239 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:53 2021 Pair time (%) = 0.00104594 (5.86819) Neigh time (%) = 0 (0) Comm time (%) = 6.29425e-05 (0.353135) Outpt time (%) = 0.0165641 (92.932) Other time (%) = 0.000150919 (0.846721) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:53 2021 Memory usage per processor = 27.5257 Mbytes Step Atoms AVEKE stressZZ 7131 5000 1.1678477e-11 2015133.2 7132 -0.00851499999999535 2015096.99809986 7132 5000 1.167728e-11 2015097 Loop time of 0.016679 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:53 2021 Pair time (%) = 0.000874043 (5.24036) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.192976) Outpt time (%) = 0.0156782 (93.9992) Other time (%) = 9.46522e-05 (0.567491) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:53 2021 Memory usage per processor = 27.5257 Mbytes Step Atoms AVEKE stressZZ 7132 5000 1.167728e-11 2015091.4 7133 -0.00851499999999535 2015055.20616001 7133 5000 1.1676221e-11 2015055.2 Loop time of 0.0162849 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:53 2021 Pair time (%) = 0.000878096 (5.39207) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.196182) Outpt time (%) = 0.0152869 (93.8715) Other time (%) = 8.79765e-05 (0.540232) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:53 2021 Memory usage per processor = 27.5257 Mbytes Step Atoms AVEKE stressZZ 7133 5000 1.1676221e-11 2015049.7 7134 -0.00851499999999535 2015013.41658485 7134 5000 1.1675249e-11 2015013.4 Loop time of 0.016305 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:53 2021 Pair time (%) = 0.00087595 (5.37229) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.190092) Outpt time (%) = 0.0153091 (93.8922) Other time (%) = 8.89301e-05 (0.545417) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:53 2021 Memory usage per processor = 27.5257 Mbytes Step Atoms AVEKE stressZZ 7134 5000 1.1675249e-11 2015007.9 7135 -0.00851499999999535 2014971.62923993 7135 5000 1.1674334e-11 2014971.6 Loop time of 0.016372 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:54 2021 Pair time (%) = 0.000874996 (5.34448) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.189314) Outpt time (%) = 0.0153821 (93.9536) Other time (%) = 8.39233e-05 (0.512604) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:54 2021 Memory usage per processor = 27.5257 Mbytes Step Atoms AVEKE stressZZ 7135 5000 1.1674334e-11 2014966.1 7136 -0.00851499999999535 2014929.84403968 7136 5000 1.1673454e-11 2014929.8 Loop time of 0.0175421 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:54 2021 Pair time (%) = 0.000926018 (5.27882) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182122) Outpt time (%) = 0.016489 (93.9968) Other time (%) = 9.5129e-05 (0.542289) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:54 2021 Memory usage per processor = 27.5257 Mbytes Step Atoms AVEKE stressZZ 7136 5000 1.1673454e-11 2014924.3 7137 -0.00851499999999535 2014888.06092953 7137 5000 1.1672596e-11 2014888.1 Loop time of 0.0171301 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:54 2021 Pair time (%) = 0.000874043 (5.10237) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.297847) Outpt time (%) = 0.016099 (93.9804) Other time (%) = 0.000106096 (0.619354) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:54 2021 Memory usage per processor = 27.5257 Mbytes Step Atoms AVEKE stressZZ 7137 5000 1.1672596e-11 2014882.5 7138 -0.00851499999999535 2014846.2798748 7138 5000 1.1671753e-11 2014846.3 Loop time of 0.0167711 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:54 2021 Pair time (%) = 0.000881195 (5.25425) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.201868) Outpt time (%) = 0.015744 (93.8757) Other time (%) = 0.000112057 (0.668155) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:54 2021 Memory usage per processor = 27.5257 Mbytes Step Atoms AVEKE stressZZ 7138 5000 1.1671753e-11 2014840.7 7139 -0.00851499999999535 2014804.50085323 7139 5000 1.1670919e-11 2014804.5 Loop time of 0.017364 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:54 2021 Pair time (%) = 0.000927925 (5.34395) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.190855) Outpt time (%) = 0.016263 (93.6592) Other time (%) = 0.000139952 (0.805987) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:54 2021 Memory usage per processor = 27.5257 Mbytes Step Atoms AVEKE stressZZ 7139 5000 1.1670919e-11 2014798.9 7140 -0.00851499999999535 2014762.72385065 7140 5000 1.1670091e-11 2014762.7 Loop time of 0.019002 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:54 2021 Pair time (%) = 0.000874996 (4.60477) Neigh time (%) = 0 (0) Comm time (%) = 4.91142e-05 (0.258469) Outpt time (%) = 0.017915 (94.2798) Other time (%) = 0.00016284 (0.856964) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:54 2021 Memory usage per processor = 27.5257 Mbytes Step Atoms AVEKE stressZZ 7140 5000 1.1670091e-11 2014757.2 7141 -0.00851499999999535 2014720.9488579 7141 5000 1.1669267e-11 2014720.9 Loop time of 0.0167511 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:54 2021 Pair time (%) = 0.000874996 (5.22353) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190723) Outpt time (%) = 0.0157521 (94.0364) Other time (%) = 9.20296e-05 (0.549396) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:54 2021 Memory usage per processor = 27.5257 Mbytes Step Atoms AVEKE stressZZ 7141 5000 1.1669267e-11 2014715.4 7142 -0.00851499999999535 2014679.17586904 7142 5000 1.1668445e-11 2014679.2 Loop time of 0.016525 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:54 2021 Pair time (%) = 0.000906944 (5.48831) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.284226) Outpt time (%) = 0.0154099 (93.2522) Other time (%) = 0.000161171 (0.975314) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:54 2021 Memory usage per processor = 27.5257 Mbytes Step Atoms AVEKE stressZZ 7142 5000 1.1668445e-11 2014673.6 7143 -0.00851499999999535 2014637.40488017 7143 5000 1.1667624e-11 2014637.4 Loop time of 0.0173149 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:54 2021 Pair time (%) = 0.00104713 (6.04759) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179004) Outpt time (%) = 0.0161431 (93.2323) Other time (%) = 9.36985e-05 (0.541143) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:54 2021 Memory usage per processor = 27.5257 Mbytes Step Atoms AVEKE stressZZ 7143 5000 1.1667624e-11 2014631.9 7144 -0.00851499999999535 2014595.63588879 7144 5000 1.1666805e-11 2014595.6 Loop time of 0.0168769 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:54 2021 Pair time (%) = 0.000876188 (5.19163) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.1893) Outpt time (%) = 0.015877 (94.0752) Other time (%) = 9.17912e-05 (0.543885) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:54 2021 Memory usage per processor = 27.5257 Mbytes Step Atoms AVEKE stressZZ 7144 5000 1.1666805e-11 2014590.1 7145 -0.00851499999999535 2014553.86889311 7145 5000 1.1665986e-11 2014553.9 Loop time of 0.0164499 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:54 2021 Pair time (%) = 0.000879049 (5.34379) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.205809) Outpt time (%) = 0.0153761 (93.4721) Other time (%) = 0.000160933 (0.978318) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:54 2021 Memory usage per processor = 27.5257 Mbytes Step Atoms AVEKE stressZZ 7145 5000 1.1665986e-11 2014548.3 7146 -0.00851499999999535 2014512.10389193 7146 5000 1.1665168e-11 2014512.1 Loop time of 0.0172322 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:54 2021 Pair time (%) = 0.00114989 (6.67294) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.196466) Outpt time (%) = 0.015919 (92.3793) Other time (%) = 0.000129461 (0.751276) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:54 2021 Memory usage per processor = 27.5257 Mbytes Step Atoms AVEKE stressZZ 7146 5000 1.1665168e-11 2014506.6 7147 -0.00851499999999535 2014470.3408844 7147 5000 1.166435e-11 2014470.3 Loop time of 0.017046 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:54 2021 Pair time (%) = 0.000874043 (5.12756) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187423) Outpt time (%) = 0.0160491 (94.1521) Other time (%) = 9.08375e-05 (0.532897) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:54 2021 Memory usage per processor = 27.5257 Mbytes Step Atoms AVEKE stressZZ 7147 5000 1.166435e-11 2014464.8 7148 -0.00851499999999535 2014428.57986982 7148 5000 1.1663532e-11 2014428.6 Loop time of 0.0166719 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:54 2021 Pair time (%) = 0.00088191 (5.2898) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.185908) Outpt time (%) = 0.015671 (93.9966) Other time (%) = 8.79765e-05 (0.527693) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:54 2021 Memory usage per processor = 27.5257 Mbytes Step Atoms AVEKE stressZZ 7148 5000 1.1663532e-11 2014423 7149 -0.00851499999999535 2014386.82084773 7149 5000 1.1662715e-11 2014386.8 Loop time of 0.017117 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:54 2021 Pair time (%) = 0.00103498 (6.04647) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204752) Outpt time (%) = 0.015938 (93.1122) Other time (%) = 0.000108957 (0.636543) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:54 2021 Memory usage per processor = 27.5257 Mbytes Step Atoms AVEKE stressZZ 7149 5000 1.1662715e-11 2014381.3 7150 -0.00851499999999535 2014345.06381765 7150 5000 1.1661897e-11 2014345.1 Loop time of 0.0188739 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:54 2021 Pair time (%) = 0.000978947 (5.18677) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.169271) Outpt time (%) = 0.017767 (94.1349) Other time (%) = 9.60827e-05 (0.509076) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:54 2021 Memory usage per processor = 27.5257 Mbytes Step Atoms AVEKE stressZZ 7150 5000 1.1661897e-11 2014339.5 7151 -0.00851499999999535 2014303.3087792 7151 5000 1.166108e-11 2014303.3 Loop time of 0.017257 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:54 2021 Pair time (%) = 0.000874043 (5.06487) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179605) Outpt time (%) = 0.0162318 (94.0592) Other time (%) = 0.000120163 (0.696315) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:54 2021 Memory usage per processor = 27.5257 Mbytes Step Atoms AVEKE stressZZ 7151 5000 1.166108e-11 2014297.8 7152 -0.00851499999999535 2014261.55573207 7152 5000 1.1660263e-11 2014261.6 Loop time of 0.016407 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:54 2021 Pair time (%) = 0.000874043 (5.32725) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194722) Outpt time (%) = 0.015408 (93.9113) Other time (%) = 9.29832e-05 (0.566729) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:54 2021 Memory usage per processor = 27.5257 Mbytes Step Atoms AVEKE stressZZ 7152 5000 1.1660263e-11 2014256 7153 -0.00851499999999535 2014219.80467595 7153 5000 1.1659446e-11 2014219.8 Loop time of 0.016994 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:54 2021 Pair time (%) = 0.00112391 (6.61354) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.200623) Outpt time (%) = 0.015703 (92.403) Other time (%) = 0.000133038 (0.78285) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:54 2021 Memory usage per processor = 27.5257 Mbytes Step Atoms AVEKE stressZZ 7153 5000 1.1659446e-11 2014214.3 7154 -0.00851499999999535 2014178.0556105 7154 5000 1.1658629e-11 2014178.1 Loop time of 0.0170991 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:54 2021 Pair time (%) = 0.000872135 (5.10046) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.188235) Outpt time (%) = 0.0160749 (94.01) Other time (%) = 0.000119925 (0.701348) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:54 2021 Memory usage per processor = 27.5257 Mbytes Step Atoms AVEKE stressZZ 7154 5000 1.1658629e-11 2014172.5 7155 -0.00851499999999535 2014136.30853548 7155 5000 1.1657812e-11 2014136.3 Loop time of 0.0166368 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:54 2021 Pair time (%) = 0.000873804 (5.25222) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192032) Outpt time (%) = 0.0156369 (93.9897) Other time (%) = 9.41753e-05 (0.566065) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:54 2021 Memory usage per processor = 27.5257 Mbytes Step Atoms AVEKE stressZZ 7155 5000 1.1657812e-11 2014130.8 7156 -0.00851499999999535 2014094.5634506 7156 5000 1.1656995e-11 2014094.6 Loop time of 0.0170791 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:54 2021 Pair time (%) = 0.000893831 (5.23348) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.198227) Outpt time (%) = 0.016001 (93.6874) Other time (%) = 0.000150442 (0.880854) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:54 2021 Memory usage per processor = 27.5257 Mbytes Step Atoms AVEKE stressZZ 7156 5000 1.1656995e-11 2014089 7157 -0.00851499999999535 2014052.82035558 7157 5000 1.1656178e-11 2014052.8 Loop time of 0.017138 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:54 2021 Pair time (%) = 0.00090003 (5.25166) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.221196) Outpt time (%) = 0.0161009 (93.9484) Other time (%) = 9.91821e-05 (0.578726) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:54 2021 Memory usage per processor = 27.5257 Mbytes Step Atoms AVEKE stressZZ 7157 5000 1.1656178e-11 2014047.3 7158 -0.00851499999999535 2014011.07925018 7158 5000 1.1655362e-11 2014011.1 Loop time of 0.0170321 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:54 2021 Pair time (%) = 0.000876904 (5.14852) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187575) Outpt time (%) = 0.016031 (94.1222) Other time (%) = 9.2268e-05 (0.541728) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:54 2021 Memory usage per processor = 27.5257 Mbytes Step Atoms AVEKE stressZZ 7158 5000 1.1655362e-11 2014005.5 7159 -0.00851499999999535 2013969.34013409 7159 5000 1.1654545e-11 2013969.3 Loop time of 0.0164242 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:54 2021 Pair time (%) = 0.000874996 (5.32749) Neigh time (%) = 0 (0) Comm time (%) = 5.4121e-05 (0.32952) Outpt time (%) = 0.015379 (93.636) Other time (%) = 0.00011611 (0.706945) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:54 2021 Memory usage per processor = 27.5257 Mbytes Step Atoms AVEKE stressZZ 7159 5000 1.1654545e-11 2013963.8 7160 -0.00851499999999535 2013927.60300708 7160 5000 1.1653729e-11 2013927.6 Loop time of 0.0187402 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:54 2021 Pair time (%) = 0.00110698 (5.90697) Neigh time (%) = 0 (0) Comm time (%) = 7.79629e-05 (0.41602) Outpt time (%) = 0.0174038 (92.8691) Other time (%) = 0.000151396 (0.807867) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:54 2021 Memory usage per processor = 27.5257 Mbytes Step Atoms AVEKE stressZZ 7160 5000 1.1653729e-11 2013922.1 7161 -0.00851499999999535 2013885.8678689 7161 5000 1.1652912e-11 2013885.9 Loop time of 0.0172229 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:54 2021 Pair time (%) = 0.000914097 (5.30746) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185498) Outpt time (%) = 0.0161841 (93.9685) Other time (%) = 9.27448e-05 (0.538498) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:54 2021 Memory usage per processor = 27.5257 Mbytes Step Atoms AVEKE stressZZ 7161 5000 1.1652912e-11 2013880.3 7162 -0.00851499999999535 2013844.1347223 7162 5000 1.1652096e-11 2013844.1 Loop time of 0.0170059 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:54 2021 Pair time (%) = 0.00087285 (5.13263) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187865) Outpt time (%) = 0.0160069 (94.1257) Other time (%) = 9.41753e-05 (0.55378) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:54 2021 Memory usage per processor = 27.5257 Mbytes Step Atoms AVEKE stressZZ 7162 5000 1.1652096e-11 2013838.6 7163 -0.00851499999999535 2013802.4035822 7163 5000 1.165128e-11 2013802.4 Loop time of 0.0164721 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:54 2021 Pair time (%) = 0.000877857 (5.32936) Neigh time (%) = 0 (0) Comm time (%) = 6.31809e-05 (0.383563) Outpt time (%) = 0.0153739 (93.3332) Other time (%) = 0.000157118 (0.953842) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:54 2021 Memory usage per processor = 27.5257 Mbytes Step Atoms AVEKE stressZZ 7163 5000 1.165128e-11 2013796.9 7164 -0.00851499999999535 2013760.67444083 7164 5000 1.1650463e-11 2013760.7 Loop time of 0.017174 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:54 2021 Pair time (%) = 0.00103402 (6.02085) Neigh time (%) = 0 (0) Comm time (%) = 6.38962e-05 (0.372052) Outpt time (%) = 0.0159431 (92.8325) Other time (%) = 0.000133038 (0.774645) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:54 2021 Memory usage per processor = 27.5257 Mbytes Step Atoms AVEKE stressZZ 7164 5000 1.1650463e-11 2013755.1 7165 -0.00851499999999535 2013718.94729501 7165 5000 1.1649647e-11 2013718.9 Loop time of 0.0172451 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:54 2021 Pair time (%) = 0.000874043 (5.06837) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185259) Outpt time (%) = 0.0162461 (94.2072) Other time (%) = 9.29832e-05 (0.539188) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:54 2021 Memory usage per processor = 27.5257 Mbytes Step Atoms AVEKE stressZZ 7165 5000 1.1649647e-11 2013713.4 7166 -0.00851499999999535 2013677.22214325 7166 5000 1.1648831e-11 2013677.2 Loop time of 0.016613 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:54 2021 Pair time (%) = 0.000874043 (5.26119) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192308) Outpt time (%) = 0.015614 (93.9868) Other time (%) = 9.29832e-05 (0.559701) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:54 2021 Memory usage per processor = 27.5257 Mbytes Step Atoms AVEKE stressZZ 7166 5000 1.1648831e-11 2013671.7 7167 -0.00851499999999535 2013635.4989932 7167 5000 1.1648015e-11 2013635.5 Loop time of 0.017051 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:54 2021 Pair time (%) = 0.000986814 (5.78744) Neigh time (%) = 0 (0) Comm time (%) = 4.29153e-05 (0.251688) Outpt time (%) = 0.015913 (93.3261) Other time (%) = 0.000108242 (0.634814) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:54 2021 Memory usage per processor = 27.5257 Mbytes Step Atoms AVEKE stressZZ 7167 5000 1.1648015e-11 2013629.9 7168 -0.00851499999999535 2013593.77787882 7168 5000 1.1647199e-11 2013593.8 Loop time of 0.017303 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:54 2021 Pair time (%) = 0.0010519 (6.07931) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.186017) Outpt time (%) = 0.016082 (92.9438) Other time (%) = 0.000136852 (0.790917) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:54 2021 Memory usage per processor = 27.5257 Mbytes Step Atoms AVEKE stressZZ 7168 5000 1.1647199e-11 2013588.2 7169 -0.00851499999999535 2013552.05878009 7169 5000 1.1646384e-11 2013552.1 Loop time of 0.017132 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:54 2021 Pair time (%) = 0.000873089 (5.09623) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186481) Outpt time (%) = 0.0161331 (94.169) Other time (%) = 9.39369e-05 (0.548311) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:54 2021 Memory usage per processor = 27.5257 Mbytes Step Atoms AVEKE stressZZ 7169 5000 1.1646384e-11 2013546.5 7170 -0.00851499999999535 2013510.34168838 7170 5000 1.1645568e-11 2013510.3 Loop time of 0.0182378 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:54 2021 Pair time (%) = 0.00087595 (4.80293) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.181711) Outpt time (%) = 0.0172379 (94.5173) Other time (%) = 9.08375e-05 (0.498072) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:54 2021 Memory usage per processor = 27.5257 Mbytes Step Atoms AVEKE stressZZ 7170 5000 1.1645568e-11 2013504.8 7171 -0.00851499999999535 2013468.62660216 7171 5000 1.1644752e-11 2013468.6 Loop time of 0.0171161 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:54 2021 Pair time (%) = 0.00123787 (7.23221) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.221479) Outpt time (%) = 0.0156989 (91.7203) Other time (%) = 0.000141382 (0.82602) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:54 2021 Memory usage per processor = 27.5257 Mbytes Step Atoms AVEKE stressZZ 7171 5000 1.1644752e-11 2013463.1 7172 -0.00851499999999535 2013426.91351911 7172 5000 1.1643937e-11 2013426.9 Loop time of 0.0173218 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:54 2021 Pair time (%) = 0.000906944 (5.23585) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184438) Outpt time (%) = 0.0162609 (93.875) Other time (%) = 0.00012207 (0.70472) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:54 2021 Memory usage per processor = 27.5257 Mbytes Step Atoms AVEKE stressZZ 7172 5000 1.1643937e-11 2013421.4 7173 -0.00851499999999535 2013385.20243743 7173 5000 1.1643121e-11 2013385.2 Loop time of 0.0167041 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:54 2021 Pair time (%) = 0.000879049 (5.26248) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.18555) Outpt time (%) = 0.0156989 (93.9825) Other time (%) = 9.5129e-05 (0.569496) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:54 2021 Memory usage per processor = 27.5257 Mbytes Step Atoms AVEKE stressZZ 7173 5000 1.1643121e-11 2013379.7 7174 -0.00851499999999535 2013343.49335577 7174 5000 1.1642306e-11 2013343.5 Loop time of 0.0165632 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:54 2021 Pair time (%) = 0.000936031 (5.65128) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.205841) Outpt time (%) = 0.0154891 (93.5153) Other time (%) = 0.000103951 (0.6276) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:54 2021 Memory usage per processor = 27.5257 Mbytes Step Atoms AVEKE stressZZ 7174 5000 1.1642306e-11 2013337.9 7175 -0.00851499999999535 2013301.78627293 7175 5000 1.164149e-11 2013301.8 Loop time of 0.0171411 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:54 2021 Pair time (%) = 0.00103807 (6.05605) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.210029) Outpt time (%) = 0.0159609 (93.115) Other time (%) = 0.000106096 (0.618958) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:54 2021 Memory usage per processor = 27.5257 Mbytes Step Atoms AVEKE stressZZ 7175 5000 1.164149e-11 2013296.2 7176 -0.00851499999999535 2013260.08118797 7176 5000 1.1640675e-11 2013260.1 Loop time of 0.0169721 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:54 2021 Pair time (%) = 0.000884056 (5.20889) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188239) Outpt time (%) = 0.0159631 (94.055) Other time (%) = 9.29832e-05 (0.547861) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:54 2021 Memory usage per processor = 27.5257 Mbytes Step Atoms AVEKE stressZZ 7176 5000 1.1640675e-11 2013254.5 7177 -0.00851499999999535 2013218.37809992 7177 5000 1.163986e-11 2013218.4 Loop time of 0.016459 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:54 2021 Pair time (%) = 0.000905037 (5.49874) Neigh time (%) = 0 (0) Comm time (%) = 4.50611e-05 (0.273778) Outpt time (%) = 0.015363 (93.341) Other time (%) = 0.000145912 (0.88652) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:54 2021 Memory usage per processor = 27.5257 Mbytes Step Atoms AVEKE stressZZ 7177 5000 1.163986e-11 2013212.8 7178 -0.00851499999999535 2013176.67700063 7178 5000 1.1639045e-11 2013176.7 Loop time of 0.016356 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:55 2021 Pair time (%) = 0.000873089 (5.33804) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.189499) Outpt time (%) = 0.015363 (93.9287) Other time (%) = 8.89301e-05 (0.543716) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:55 2021 Memory usage per processor = 27.5257 Mbytes Step Atoms AVEKE stressZZ 7178 5000 1.1639045e-11 2013171.1 7179 -0.00851499999999535 2013134.97789292 7179 5000 1.163823e-11 2013135 Loop time of 0.0162761 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:55 2021 Pair time (%) = 0.000874996 (5.37595) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.196288) Outpt time (%) = 0.0152872 (93.9239) Other time (%) = 8.2016e-05 (0.503904) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:55 2021 Memory usage per processor = 27.5257 Mbytes Step Atoms AVEKE stressZZ 7179 5000 1.163823e-11 2013129.4 7180 -0.00851499999999535 2013093.28077917 7180 5000 1.1637415e-11 2013093.3 Loop time of 0.0195661 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:55 2021 Pair time (%) = 0.00115013 (5.8782) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.179124) Outpt time (%) = 0.0182171 (93.1055) Other time (%) = 0.000163794 (0.837131) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:55 2021 Memory usage per processor = 27.5257 Mbytes Step Atoms AVEKE stressZZ 7180 5000 1.1637415e-11 2013087.7 7181 -0.00851499999999535 2013051.58565882 7181 5000 1.16366e-11 2013051.6 Loop time of 0.0170639 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:55 2021 Pair time (%) = 0.000942945 (5.52598) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.275251) Outpt time (%) = 0.015929 (93.3493) Other time (%) = 0.000144958 (0.849506) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:55 2021 Memory usage per processor = 27.5257 Mbytes Step Atoms AVEKE stressZZ 7181 5000 1.16366e-11 2013046 7182 -0.00851499999999535 2013009.89253136 7182 5000 1.1635785e-11 2013009.9 Loop time of 0.016907 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:55 2021 Pair time (%) = 0.000944853 (5.58854) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.183323) Outpt time (%) = 0.015831 (93.6359) Other time (%) = 0.000100136 (0.592275) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:55 2021 Memory usage per processor = 27.5257 Mbytes Step Atoms AVEKE stressZZ 7182 5000 1.1635785e-11 2013004.3 7183 -0.00851499999999535 2012968.20139621 7183 5000 1.1634971e-11 2012968.2 Loop time of 0.0164459 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:55 2021 Pair time (%) = 0.00089407 (5.43644) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.20586) Outpt time (%) = 0.0154178 (93.7488) Other time (%) = 0.000100136 (0.608881) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:55 2021 Memory usage per processor = 27.5257 Mbytes Step Atoms AVEKE stressZZ 7183 5000 1.1634971e-11 2012962.7 7184 -0.00851499999999535 2012926.51225296 7184 5000 1.1634156e-11 2012926.5 Loop time of 0.0172648 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:55 2021 Pair time (%) = 0.000957966 (5.54865) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185047) Outpt time (%) = 0.0161779 (93.7043) Other time (%) = 9.70364e-05 (0.562046) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:55 2021 Memory usage per processor = 27.5257 Mbytes Step Atoms AVEKE stressZZ 7184 5000 1.1634156e-11 2012921 7185 -0.00851499999999535 2012884.82510111 7185 5000 1.1633342e-11 2012884.8 Loop time of 0.0174179 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:55 2021 Pair time (%) = 0.00087595 (5.02902) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183421) Outpt time (%) = 0.016417 (94.2537) Other time (%) = 9.29832e-05 (0.533837) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:55 2021 Memory usage per processor = 27.5257 Mbytes Step Atoms AVEKE stressZZ 7185 5000 1.1633342e-11 2012879.3 7186 -0.00851499999999535 2012843.13994024 7186 5000 1.1632527e-11 2012843.1 Loop time of 0.0163732 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:55 2021 Pair time (%) = 0.000878096 (5.36302) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.195125) Outpt time (%) = 0.0153711 (93.8798) Other time (%) = 9.20296e-05 (0.562076) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:55 2021 Memory usage per processor = 27.5257 Mbytes Step Atoms AVEKE stressZZ 7186 5000 1.1632527e-11 2012837.6 7187 -0.00851499999999535 2012801.45676994 7187 5000 1.1631713e-11 2012801.5 Loop time of 0.0175879 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:55 2021 Pair time (%) = 0.00121999 (6.93652) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.188426) Outpt time (%) = 0.0161459 (91.8014) Other time (%) = 0.000188828 (1.07362) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:55 2021 Memory usage per processor = 27.5257 Mbytes Step Atoms AVEKE stressZZ 7187 5000 1.1631713e-11 2012795.9 7188 -0.00851499999999535 2012759.77558976 7188 5000 1.1630898e-11 2012759.8 Loop time of 0.0171859 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:55 2021 Pair time (%) = 0.000880003 (5.12049) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180348) Outpt time (%) = 0.016181 (94.1526) Other time (%) = 9.39369e-05 (0.546592) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:55 2021 Memory usage per processor = 27.5257 Mbytes Step Atoms AVEKE stressZZ 7188 5000 1.1630898e-11 2012754.2 7189 -0.00851499999999535 2012718.09639938 7189 5000 1.1630084e-11 2012718.1 Loop time of 0.0165842 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:55 2021 Pair time (%) = 0.00087595 (5.28185) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192642) Outpt time (%) = 0.0155818 (93.9562) Other time (%) = 9.44138e-05 (0.569301) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:55 2021 Memory usage per processor = 27.5257 Mbytes Step Atoms AVEKE stressZZ 7189 5000 1.1630084e-11 2012712.5 7190 -0.00851499999999535 2012676.41919834 7190 5000 1.162927e-11 2012676.4 Loop time of 0.0184722 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:55 2021 Pair time (%) = 0.000990868 (5.3641) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.183278) Outpt time (%) = 0.017338 (93.8602) Other time (%) = 0.000109434 (0.592426) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:55 2021 Memory usage per processor = 27.5257 Mbytes Step Atoms AVEKE stressZZ 7190 5000 1.162927e-11 2012670.9 7191 -0.00851499999999535 2012634.74398628 7191 5000 1.1628456e-11 2012634.7 Loop time of 0.01701 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:55 2021 Pair time (%) = 0.000975132 (5.73271) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.193426) Outpt time (%) = 0.0158999 (93.474) Other time (%) = 0.000102043 (0.599902) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:55 2021 Memory usage per processor = 27.5257 Mbytes Step Atoms AVEKE stressZZ 7191 5000 1.1628456e-11 2012629.2 7192 -0.00851499999999535 2012593.0707629 7192 5000 1.1627642e-11 2012593.1 Loop time of 0.017381 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:55 2021 Pair time (%) = 0.000961065 (5.52942) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.19067) Outpt time (%) = 0.0162411 (93.4418) Other time (%) = 0.000145674 (0.838123) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:55 2021 Memory usage per processor = 27.5257 Mbytes Step Atoms AVEKE stressZZ 7192 5000 1.1627642e-11 2012587.5 7193 -0.00851499999999535 2012551.39952778 7193 5000 1.1626828e-11 2012551.4 Loop time of 0.0170031 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:55 2021 Pair time (%) = 0.00087285 (5.13349) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.182287) Outpt time (%) = 0.015976 (93.9593) Other time (%) = 0.000123262 (0.724943) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:55 2021 Memory usage per processor = 27.5257 Mbytes Step Atoms AVEKE stressZZ 7193 5000 1.1626828e-11 2012545.9 7194 -0.00851499999999535 2012509.73028058 7194 5000 1.1626014e-11 2012509.7 Loop time of 0.0168829 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:55 2021 Pair time (%) = 0.000889063 (5.26606) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.189233) Outpt time (%) = 0.0158679 (93.9883) Other time (%) = 9.39369e-05 (0.556403) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:55 2021 Memory usage per processor = 27.5257 Mbytes Step Atoms AVEKE stressZZ 7194 5000 1.1626014e-11 2012504.2 7195 -0.00851499999999535 2012468.06302096 7195 5000 1.16252e-11 2012468.1 Loop time of 0.0175772 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:55 2021 Pair time (%) = 0.000874996 (4.97803) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.183115) Outpt time (%) = 0.016537 (94.082) Other time (%) = 0.000133038 (0.756877) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:55 2021 Memory usage per processor = 27.5257 Mbytes Step Atoms AVEKE stressZZ 7195 5000 1.16252e-11 2012462.5 7196 -0.00851499999999535 2012426.39774861 7196 5000 1.1624387e-11 2012426.4 Loop time of 0.0169709 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:55 2021 Pair time (%) = 0.000877142 (5.16851) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188252) Outpt time (%) = 0.015969 (94.0967) Other time (%) = 9.27448e-05 (0.546494) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:55 2021 Memory usage per processor = 27.5257 Mbytes Step Atoms AVEKE stressZZ 7196 5000 1.1624387e-11 2012420.8 7197 -0.00851499999999535 2012384.73446316 7197 5000 1.1623573e-11 2012384.7 Loop time of 0.0165288 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:55 2021 Pair time (%) = 0.000892162 (5.39761) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.204826) Outpt time (%) = 0.01544 (93.4124) Other time (%) = 0.00016284 (0.985186) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:55 2021 Memory usage per processor = 27.5257 Mbytes Step Atoms AVEKE stressZZ 7197 5000 1.1623573e-11 2012379.2 7198 -0.00851499999999535 2012343.07316436 7198 5000 1.162276e-11 2012343.1 Loop time of 0.017092 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:55 2021 Pair time (%) = 0.000990152 (5.79308) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.199473) Outpt time (%) = 0.015964 (93.4007) Other time (%) = 0.000103712 (0.606788) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:55 2021 Memory usage per processor = 27.5257 Mbytes Step Atoms AVEKE stressZZ 7198 5000 1.162276e-11 2012337.5 7199 -0.00851499999999535 2012301.4138518 7199 5000 1.1621946e-11 2012301.4 Loop time of 0.0171652 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:55 2021 Pair time (%) = 0.000908852 (5.29474) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191677) Outpt time (%) = 0.0160789 (93.6719) Other time (%) = 0.000144482 (0.841713) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:55 2021 Memory usage per processor = 27.5257 Mbytes Step Atoms AVEKE stressZZ 7199 5000 1.1621946e-11 2012295.9 7200 -0.00851499999999535 2012259.75652523 7200 5000 1.1621133e-11 2012259.8 Loop time of 0.018537 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:55 2021 Pair time (%) = 0.000879049 (4.74212) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.167203) Outpt time (%) = 0.017494 (94.373) Other time (%) = 0.000133038 (0.717685) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:55 2021 Memory usage per processor = 27.5257 Mbytes Step Atoms AVEKE stressZZ 7200 5000 1.1621133e-11 2012254.2 7201 -0.00851499999999535 2012218.10118434 7201 5000 1.162032e-11 2012218.1 Loop time of 0.0165091 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:55 2021 Pair time (%) = 0.000907183 (5.49506) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.205072) Outpt time (%) = 0.0154648 (93.6745) Other time (%) = 0.000103235 (0.625325) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:55 2021 Memory usage per processor = 27.5257 Mbytes Step Atoms AVEKE stressZZ 7201 5000 1.162032e-11 2012212.6 7202 -0.00851499999999535 2012176.44782878 7202 5000 1.1619506e-11 2012176.4 Loop time of 0.0172029 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:55 2021 Pair time (%) = 0.00102711 (5.97056) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185714) Outpt time (%) = 0.0160508 (93.3032) Other time (%) = 9.29832e-05 (0.540511) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:55 2021 Memory usage per processor = 27.5257 Mbytes Step Atoms AVEKE stressZZ 7202 5000 1.1619506e-11 2012170.9 7203 -0.00851499999999535 2012134.79645832 7203 5000 1.1618693e-11 2012134.8 Loop time of 0.0170119 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:55 2021 Pair time (%) = 0.000874996 (5.14344) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187799) Outpt time (%) = 0.016012 (94.1222) Other time (%) = 9.29832e-05 (0.546578) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:55 2021 Memory usage per processor = 27.5257 Mbytes Step Atoms AVEKE stressZZ 7203 5000 1.1618693e-11 2012129.2 7204 -0.00851499999999535 2012093.14707264 7204 5000 1.161788e-11 2012093.1 Loop time of 0.0164659 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:55 2021 Pair time (%) = 0.000880003 (5.3444) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.201266) Outpt time (%) = 0.0153921 (93.4784) Other time (%) = 0.000160694 (0.975921) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:55 2021 Memory usage per processor = 27.5257 Mbytes Step Atoms AVEKE stressZZ 7204 5000 1.161788e-11 2012087.6 7205 -0.00851499999999535 2012051.49967143 7205 5000 1.1617067e-11 2012051.5 Loop time of 0.017374 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:55 2021 Pair time (%) = 0.001333 (7.67236) Neigh time (%) = 0 (0) Comm time (%) = 8.60691e-05 (0.495389) Outpt time (%) = 0.0157819 (90.836) Other time (%) = 0.000173092 (0.996267) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:55 2021 Memory usage per processor = 27.5257 Mbytes Step Atoms AVEKE stressZZ 7205 5000 1.1617067e-11 2012046 7206 -0.00851499999999535 2012009.8542544 7206 5000 1.1616254e-11 2012009.9 Loop time of 0.0171249 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:55 2021 Pair time (%) = 0.000880003 (5.13874) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.197697) Outpt time (%) = 0.016067 (93.8227) Other time (%) = 0.000144005 (0.840909) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:55 2021 Memory usage per processor = 27.5257 Mbytes Step Atoms AVEKE stressZZ 7206 5000 1.1616254e-11 2012004.3 7207 -0.00851499999999535 2011968.21082131 7207 5000 1.1615441e-11 2011968.2 Loop time of 0.016809 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:55 2021 Pair time (%) = 0.00087595 (5.2112) Neigh time (%) = 0 (0) Comm time (%) = 8.10623e-05 (0.482256) Outpt time (%) = 0.0157411 (93.647) Other time (%) = 0.000110865 (0.659556) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:55 2021 Memory usage per processor = 27.5257 Mbytes Step Atoms AVEKE stressZZ 7207 5000 1.1615441e-11 2011962.7 7208 -0.00851499999999535 2011926.56937183 7208 5000 1.1614629e-11 2011926.6 Loop time of 0.016515 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:55 2021 Pair time (%) = 0.000931978 (5.64322) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.236758) Outpt time (%) = 0.015439 (93.4848) Other time (%) = 0.000104904 (0.635205) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:55 2021 Memory usage per processor = 27.5257 Mbytes Step Atoms AVEKE stressZZ 7208 5000 1.1614629e-11 2011921 7209 -0.00851499999999535 2011884.92990609 7209 5000 1.1613816e-11 2011884.9 Loop time of 0.017118 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:55 2021 Pair time (%) = 0.000969887 (5.6659) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.188028) Outpt time (%) = 0.015991 (93.4163) Other time (%) = 0.000124931 (0.729825) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:55 2021 Memory usage per processor = 27.5257 Mbytes Step Atoms AVEKE stressZZ 7209 5000 1.1613816e-11 2011879.4 7210 -0.00851499999999535 2011843.29246261 7210 5000 1.1613003e-11 2011843.3 Loop time of 0.0190129 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:55 2021 Pair time (%) = 0.00087595 (4.60713) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.168034) Outpt time (%) = 0.0180171 (94.7621) Other time (%) = 8.79765e-05 (0.462719) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:55 2021 Memory usage per processor = 27.5257 Mbytes Step Atoms AVEKE stressZZ 7210 5000 1.1613003e-11 2011837.7 7211 -0.00851499999999535 2011801.65703165 7211 5000 1.1612191e-11 2011801.7 Loop time of 0.0164101 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:55 2021 Pair time (%) = 0.00087595 (5.33787) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194685) Outpt time (%) = 0.0154071 (93.8878) Other time (%) = 9.5129e-05 (0.579698) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:20:55 2021 Memory usage per processor = 27.5257 Mbytes Step Atoms AVEKE stressZZ 7211 5000 1.1612191e-11 2011796.1 7212 -0.00851499999999535 2011752.72998143 7212 5000 2.2941229e-11 2011818.7 Loop time of 0.016592 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:55 2021 Pair time (%) = 0.00105309 (6.34699) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.222727) Outpt time (%) = 0.015291 (92.1586) Other time (%) = 0.000211 (1.2717) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28306 ave 28306 max 28306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28306 Ave neighs/atom = 5.6612 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:55 2021 Memory usage per processor = 27.5257 Mbytes Step Atoms AVEKE stressZZ 7212 5000 2.2941229e-11 2047719.9 7213 -0.00854749999999534 2047671.94766744 7213 5000 1.8528677e-11 2047671.9 Loop time of 0.0170181 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:55 2021 Pair time (%) = 0.000877857 (5.15838) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.189131) Outpt time (%) = 0.0160141 (94.1005) Other time (%) = 9.39369e-05 (0.551983) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:55 2021 Memory usage per processor = 27.5257 Mbytes Step Atoms AVEKE stressZZ 7213 5000 1.8528677e-11 2047664.5 7214 -0.00854749999999534 2047620.57818195 7214 5000 1.59688e-11 2047620.6 Loop time of 0.0167098 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:55 2021 Pair time (%) = 0.000876188 (5.24356) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.185486) Outpt time (%) = 0.0157089 (94.0102) Other time (%) = 9.36985e-05 (0.56074) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:55 2021 Memory usage per processor = 27.5257 Mbytes Step Atoms AVEKE stressZZ 7214 5000 1.59688e-11 2047613.8 7215 -0.00854749999999534 2047572.45117029 7215 5000 1.4440485e-11 2047572.5 Loop time of 0.0164511 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:55 2021 Pair time (%) = 0.000901937 (5.48253) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.243475) Outpt time (%) = 0.015408 (93.6595) Other time (%) = 0.000101089 (0.614484) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:55 2021 Memory usage per processor = 27.5257 Mbytes Step Atoms AVEKE stressZZ 7215 5000 1.4440485e-11 2047566 7216 -0.00854749999999534 2047526.38552259 7216 5000 1.3508836e-11 2047526.4 Loop time of 0.042537 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:55 2021 Pair time (%) = 0.000900984 (2.11812) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.0773486) Outpt time (%) = 0.041507 (97.5787) Other time (%) = 9.60827e-05 (0.22588) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:55 2021 Memory usage per processor = 27.5257 Mbytes Step Atoms AVEKE stressZZ 7216 5000 1.3508836e-11 2047520.2 7217 -0.00854749999999534 2047481.63063339 7217 5000 1.2932583e-11 2047481.6 Loop time of 0.0168152 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:55 2021 Pair time (%) = 0.000941038 (5.59636) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.202756) Outpt time (%) = 0.0157421 (93.6181) Other time (%) = 9.799e-05 (0.582747) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:55 2021 Memory usage per processor = 27.5257 Mbytes Step Atoms AVEKE stressZZ 7217 5000 1.2932583e-11 2047475.6 7218 -0.00854749999999534 2047437.70948574 7218 5000 1.2572577e-11 2047437.7 Loop time of 0.0167758 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:55 2021 Pair time (%) = 0.00100517 (5.99179) Neigh time (%) = 0 (0) Comm time (%) = 6.69956e-05 (0.399358) Outpt time (%) = 0.0155571 (92.7348) Other time (%) = 0.000146627 (0.874039) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:55 2021 Memory usage per processor = 27.5257 Mbytes Step Atoms AVEKE stressZZ 7218 5000 1.2572577e-11 2047431.8 7219 -0.00854749999999534 2047394.31893031 7219 5000 1.2346115e-11 2047394.3 Loop time of 0.017262 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:55 2021 Pair time (%) = 0.000997782 (5.78023) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185078) Outpt time (%) = 0.0161371 (93.4836) Other time (%) = 9.5129e-05 (0.55109) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:55 2021 Memory usage per processor = 27.5257 Mbytes Step Atoms AVEKE stressZZ 7219 5000 1.2346115e-11 2047388.5 7220 -0.00854749999999534 2047351.26631242 7220 5000 1.2202955e-11 2047351.3 Loop time of 0.0180831 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:55 2021 Pair time (%) = 0.000876904 (4.8493) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.1714) Outpt time (%) = 0.017081 (94.4585) Other time (%) = 9.41753e-05 (0.520792) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:55 2021 Memory usage per processor = 27.5259 Mbytes Step Atoms AVEKE stressZZ 7220 5000 1.2202955e-11 2047345.5 7221 -0.00854749999999534 2047308.4291977 7221 5000 1.2112099e-11 2047308.4 Loop time of 0.0165169 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:56 2021 Pair time (%) = 0.000988007 (5.98178) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193426) Outpt time (%) = 0.0154099 (93.2979) Other time (%) = 8.70228e-05 (0.52687) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:56 2021 Memory usage per processor = 27.5259 Mbytes Step Atoms AVEKE stressZZ 7221 5000 1.2112099e-11 2047302.7 7222 -0.00854749999999534 2047265.72977778 7222 5000 1.2054227e-11 2047265.7 Loop time of 0.016309 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:56 2021 Pair time (%) = 0.000881195 (5.40311) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.190045) Outpt time (%) = 0.0153079 (93.8616) Other time (%) = 8.89301e-05 (0.545282) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:56 2021 Memory usage per processor = 27.5259 Mbytes Step Atoms AVEKE stressZZ 7222 5000 1.2054227e-11 2047260 7223 -0.00854749999999534 2047223.11860434 7223 5000 1.2017214e-11 2047223.1 Loop time of 0.01701 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:56 2021 Pair time (%) = 0.00102496 (6.02565) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206041) Outpt time (%) = 0.015825 (93.0338) Other time (%) = 0.000124931 (0.734459) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:56 2021 Memory usage per processor = 27.5259 Mbytes Step Atoms AVEKE stressZZ 7223 5000 1.2017214e-11 2047217.4 7224 -0.00854749999999534 2047180.5642524 7224 5000 1.1993414e-11 2047180.6 Loop time of 0.0172739 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:56 2021 Pair time (%) = 0.000908136 (5.25727) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190471) Outpt time (%) = 0.016192 (93.7365) Other time (%) = 0.000140905 (0.815712) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:56 2021 Memory usage per processor = 27.5259 Mbytes Step Atoms AVEKE stressZZ 7224 5000 1.1993414e-11 2047174.9 7225 -0.00854749999999534 2047138.04675093 7225 5000 1.1977994e-11 2047138 Loop time of 0.01687 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:56 2021 Pair time (%) = 0.000931978 (5.52446) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.195031) Outpt time (%) = 0.01581 (93.7166) Other time (%) = 9.5129e-05 (0.563894) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:56 2021 Memory usage per processor = 27.5259 Mbytes Step Atoms AVEKE stressZZ 7225 5000 1.1977994e-11 2047132.3 7226 -0.00854749999999534 2047095.55340802 7226 5000 1.1967894e-11 2047095.6 Loop time of 0.0166662 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:56 2021 Pair time (%) = 0.000929832 (5.57916) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.208861) Outpt time (%) = 0.0155928 (93.5596) Other time (%) = 0.000108719 (0.652333) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:56 2021 Memory usage per processor = 27.5259 Mbytes Step Atoms AVEKE stressZZ 7226 5000 1.1967894e-11 2047089.9 7227 -0.00854749999999534 2047053.07615772 7227 5000 1.1961171e-11 2047053.1 Loop time of 0.0172489 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:56 2021 Pair time (%) = 0.00100708 (5.83853) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185218) Outpt time (%) = 0.0160739 (93.1884) Other time (%) = 0.000135899 (0.78787) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:56 2021 Memory usage per processor = 27.5259 Mbytes Step Atoms AVEKE stressZZ 7227 5000 1.1961171e-11 2047047.4 7228 -0.00854749999999534 2047010.60987402 7228 5000 1.1956593e-11 2047010.6 Loop time of 0.0169821 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:56 2021 Pair time (%) = 0.00090003 (5.29988) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.195148) Outpt time (%) = 0.015938 (93.8521) Other time (%) = 0.000110865 (0.652833) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:56 2021 Memory usage per processor = 27.5259 Mbytes Step Atoms AVEKE stressZZ 7228 5000 1.1956593e-11 2047004.9 7229 -0.00854749999999534 2046968.15129913 7229 5000 1.1953378e-11 2046968.2 Loop time of 0.0164468 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:56 2021 Pair time (%) = 0.000880003 (5.35059) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.207297) Outpt time (%) = 0.015435 (93.8478) Other time (%) = 9.77516e-05 (0.594349) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:56 2021 Memory usage per processor = 27.5259 Mbytes Step Atoms AVEKE stressZZ 7229 5000 1.1953378e-11 2046962.5 7230 -0.00854749999999534 2046925.69836266 7230 5000 1.1951029e-11 2046925.7 Loop time of 0.0192249 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:56 2021 Pair time (%) = 0.00112891 (5.87214) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.192224) Outpt time (%) = 0.0178261 (92.724) Other time (%) = 0.000232935 (1.21163) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:56 2021 Memory usage per processor = 27.5259 Mbytes Step Atoms AVEKE stressZZ 7230 5000 1.1951029e-11 2046920 7231 -0.00854749999999534 2046883.2497487 7231 5000 1.1949231e-11 2046883.2 Loop time of 0.0171881 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:56 2021 Pair time (%) = 0.000877142 (5.1032) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185874) Outpt time (%) = 0.01618 (94.1353) Other time (%) = 9.89437e-05 (0.575653) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:56 2021 Memory usage per processor = 27.5259 Mbytes Step Atoms AVEKE stressZZ 7231 5000 1.1949231e-11 2046877.6 7232 -0.00854749999999534 2046840.804621 7232 5000 1.1947782e-11 2046840.8 Loop time of 0.0172029 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:56 2021 Pair time (%) = 0.00101995 (5.92899) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198187) Outpt time (%) = 0.0159891 (92.9443) Other time (%) = 0.00015974 (0.928569) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:56 2021 Memory usage per processor = 27.5259 Mbytes Step Atoms AVEKE stressZZ 7232 5000 1.1947782e-11 2046835.1 7233 -0.00854749999999534 2046798.36244798 7233 5000 1.1946556e-11 2046798.4 Loop time of 0.0166459 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:56 2021 Pair time (%) = 0.000890017 (5.34676) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.204818) Outpt time (%) = 0.0156281 (93.8855) Other time (%) = 9.36985e-05 (0.562892) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:56 2021 Memory usage per processor = 27.5259 Mbytes Step Atoms AVEKE stressZZ 7233 5000 1.1946556e-11 2046792.7 7234 -0.00854749999999534 2046755.92289176 7234 5000 1.194547e-11 2046755.9 Loop time of 0.0171139 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:56 2021 Pair time (%) = 0.000931978 (5.44573) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192251) Outpt time (%) = 0.0160508 (93.788) Other time (%) = 9.82285e-05 (0.573968) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:56 2021 Memory usage per processor = 27.5259 Mbytes Step Atoms AVEKE stressZZ 7234 5000 1.194547e-11 2046750.2 7235 -0.00854749999999534 2046713.4857375 7235 5000 1.1944475e-11 2046713.5 Loop time of 0.0171132 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:56 2021 Pair time (%) = 0.00087595 (5.11856) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186687) Outpt time (%) = 0.016114 (94.1612) Other time (%) = 9.13143e-05 (0.53359) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:56 2021 Memory usage per processor = 27.5259 Mbytes Step Atoms AVEKE stressZZ 7235 5000 1.1944475e-11 2046707.8 7236 -0.00854749999999534 2046671.05084863 7236 5000 1.1943537e-11 2046671.1 Loop time of 0.0170071 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:56 2021 Pair time (%) = 0.000903845 (5.31451) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.193459) Outpt time (%) = 0.015975 (93.9313) Other time (%) = 9.53674e-05 (0.56075) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:56 2021 Memory usage per processor = 27.5259 Mbytes Step Atoms AVEKE stressZZ 7236 5000 1.1943537e-11 2046665.4 7237 -0.00854749999999534 2046628.61814473 7237 5000 1.1942635e-11 2046628.6 Loop time of 0.016814 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:56 2021 Pair time (%) = 0.00109696 (6.52411) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.214115) Outpt time (%) = 0.0155649 (92.5712) Other time (%) = 0.00011611 (0.690555) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:56 2021 Memory usage per processor = 27.5259 Mbytes Step Atoms AVEKE stressZZ 7237 5000 1.1942635e-11 2046622.9 7238 -0.00854749999999534 2046586.18757506 7238 5000 1.1941756e-11 2046586.2 Loop time of 0.0169599 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:56 2021 Pair time (%) = 0.000873089 (5.14796) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188374) Outpt time (%) = 0.015964 (94.1281) Other time (%) = 9.08375e-05 (0.535601) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:56 2021 Memory usage per processor = 27.5259 Mbytes Step Atoms AVEKE stressZZ 7238 5000 1.1941756e-11 2046580.5 7239 -0.00854749999999534 2046543.7590996 7239 5000 1.1940892e-11 2046543.8 Loop time of 0.017025 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:56 2021 Pair time (%) = 0.00092411 (5.42796) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187654) Outpt time (%) = 0.015975 (93.8326) Other time (%) = 9.39369e-05 (0.551759) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:56 2021 Memory usage per processor = 27.5259 Mbytes Step Atoms AVEKE stressZZ 7239 5000 1.1940892e-11 2046538.1 7240 -0.00854749999999534 2046501.33269459 7240 5000 1.1940037e-11 2046501.3 Loop time of 0.0181499 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:56 2021 Pair time (%) = 0.000892878 (4.91948) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.186533) Outpt time (%) = 0.0171208 (94.3305) Other time (%) = 0.000102282 (0.563539) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:56 2021 Memory usage per processor = 27.5259 Mbytes Step Atoms AVEKE stressZZ 7240 5000 1.1940037e-11 2046495.6 7241 -0.00854749999999534 2046458.90834882 7241 5000 1.1939188e-11 2046458.9 Loop time of 0.017153 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:56 2021 Pair time (%) = 0.00112891 (6.58142) Neigh time (%) = 0 (0) Comm time (%) = 5.88894e-05 (0.343318) Outpt time (%) = 0.0158391 (92.34) Other time (%) = 0.000126123 (0.735284) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:56 2021 Memory usage per processor = 27.5259 Mbytes Step Atoms AVEKE stressZZ 7241 5000 1.1939188e-11 2046453.2 7242 -0.00854749999999534 2046416.48607502 7242 5000 1.1938343e-11 2046416.5 Loop time of 0.017278 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:56 2021 Pair time (%) = 0.00087595 (5.06975) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184907) Outpt time (%) = 0.016274 (94.1892) Other time (%) = 9.60827e-05 (0.5561) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:56 2021 Memory usage per processor = 27.5259 Mbytes Step Atoms AVEKE stressZZ 7242 5000 1.1938343e-11 2046410.8 7243 -0.00854749999999534 2046374.06585631 7243 5000 1.19375e-11 2046374.1 Loop time of 0.0170939 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:56 2021 Pair time (%) = 0.000877857 (5.1355) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186898) Outpt time (%) = 0.0160909 (94.1323) Other time (%) = 9.32217e-05 (0.545351) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:56 2021 Memory usage per processor = 27.5259 Mbytes Step Atoms AVEKE stressZZ 7243 5000 1.19375e-11 2046368.4 7244 -0.00854749999999534 2046331.64768436 7244 5000 1.193666e-11 2046331.6 Loop time of 0.016427 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:56 2021 Pair time (%) = 0.000880957 (5.36284) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.207547) Outpt time (%) = 0.015415 (93.8389) Other time (%) = 9.70364e-05 (0.590711) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:56 2021 Memory usage per processor = 27.5259 Mbytes Step Atoms AVEKE stressZZ 7244 5000 1.193666e-11 2046326 7245 -0.00854749999999534 2046289.23155449 7245 5000 1.193582e-11 2046289.2 Loop time of 0.017247 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:56 2021 Pair time (%) = 0.0010829 (6.27877) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.20321) Outpt time (%) = 0.0160081 (92.8172) Other time (%) = 0.000120878 (0.700867) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:56 2021 Memory usage per processor = 27.5259 Mbytes Step Atoms AVEKE stressZZ 7245 5000 1.193582e-11 2046283.5 7246 -0.00854749999999534 2046246.81746372 7246 5000 1.193498e-11 2046246.8 Loop time of 0.0169699 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:56 2021 Pair time (%) = 0.000876904 (5.1674) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188263) Outpt time (%) = 0.0159678 (94.095) Other time (%) = 9.32217e-05 (0.549335) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:56 2021 Memory usage per processor = 27.5259 Mbytes Step Atoms AVEKE stressZZ 7246 5000 1.193498e-11 2046241.1 7247 -0.00854749999999534 2046204.40540994 7247 5000 1.1934142e-11 2046204.4 Loop time of 0.016608 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:56 2021 Pair time (%) = 0.000914097 (5.50395) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192366) Outpt time (%) = 0.015568 (93.7381) Other time (%) = 9.39369e-05 (0.565612) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:56 2021 Memory usage per processor = 27.5259 Mbytes Step Atoms AVEKE stressZZ 7247 5000 1.1934142e-11 2046198.7 7248 -0.00854749999999534 2046161.9953916 7248 5000 1.1933303e-11 2046162 Loop time of 0.016762 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:56 2021 Pair time (%) = 0.00106692 (6.36512) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.214778) Outpt time (%) = 0.0155239 (92.6136) Other time (%) = 0.000135183 (0.806486) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:56 2021 Memory usage per processor = 27.5259 Mbytes Step Atoms AVEKE stressZZ 7248 5000 1.1933303e-11 2046156.3 7249 -0.00854749999999534 2046119.58740756 7249 5000 1.1932465e-11 2046119.6 Loop time of 0.0170779 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:56 2021 Pair time (%) = 0.000879049 (5.14728) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181488) Outpt time (%) = 0.0160758 (94.1323) Other time (%) = 9.20296e-05 (0.53888) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:56 2021 Memory usage per processor = 27.5259 Mbytes Step Atoms AVEKE stressZZ 7249 5000 1.1932465e-11 2046113.9 7250 -0.00854749999999534 2046077.18145688 7250 5000 1.1931627e-11 2046077.2 Loop time of 0.0190709 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:56 2021 Pair time (%) = 0.0010078 (5.28448) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.183775) Outpt time (%) = 0.0178809 (93.7604) Other time (%) = 0.000147104 (0.771356) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:56 2021 Memory usage per processor = 27.5259 Mbytes Step Atoms AVEKE stressZZ 7250 5000 1.1931627e-11 2046071.5 7251 -0.00854749999999534 2046034.77753882 7251 5000 1.193079e-11 2046034.8 Loop time of 0.0163631 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:56 2021 Pair time (%) = 0.000879049 (5.37213) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.202529) Outpt time (%) = 0.0153561 (93.8454) Other time (%) = 9.48906e-05 (0.579904) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:56 2021 Memory usage per processor = 27.5259 Mbytes Step Atoms AVEKE stressZZ 7251 5000 1.193079e-11 2046029.1 7252 -0.00854749999999534 2045992.3756527 7252 5000 1.1929952e-11 2045992.4 Loop time of 0.017556 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:56 2021 Pair time (%) = 0.00121212 (6.90433) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.194201) Outpt time (%) = 0.0161231 (91.8381) Other time (%) = 0.000186682 (1.06335) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:56 2021 Memory usage per processor = 27.5259 Mbytes Step Atoms AVEKE stressZZ 7252 5000 1.1929952e-11 2045986.7 7253 -0.00854749999999534 2045949.975798 7253 5000 1.1929114e-11 2045950 Loop time of 0.0172179 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:56 2021 Pair time (%) = 0.000878096 (5.09991) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185552) Outpt time (%) = 0.016216 (94.1814) Other time (%) = 9.17912e-05 (0.533115) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:56 2021 Memory usage per processor = 27.5259 Mbytes Step Atoms AVEKE stressZZ 7253 5000 1.1929114e-11 2045944.3 7254 -0.00854749999999534 2045907.57797419 7254 5000 1.1928277e-11 2045907.6 Loop time of 0.0169561 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:56 2021 Pair time (%) = 0.00107098 (6.31617) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.201071) Outpt time (%) = 0.015703 (92.6096) Other time (%) = 0.000148058 (0.873184) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:56 2021 Memory usage per processor = 27.5259 Mbytes Step Atoms AVEKE stressZZ 7254 5000 1.1928277e-11 2045901.9 7255 -0.00854749999999534 2045865.18218078 7255 5000 1.1927439e-11 2045865.2 Loop time of 0.0165851 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:56 2021 Pair time (%) = 0.000931025 (5.61362) Neigh time (%) = 0 (0) Comm time (%) = 6.29425e-05 (0.379512) Outpt time (%) = 0.0154762 (93.314) Other time (%) = 0.000114918 (0.692897) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:56 2021 Memory usage per processor = 27.5259 Mbytes Step Atoms AVEKE stressZZ 7255 5000 1.1927439e-11 2045859.5 7256 -0.00854749999999534 2045822.78841744 7256 5000 1.1926602e-11 2045822.8 Loop time of 0.0171032 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:56 2021 Pair time (%) = 0.000902176 (5.2749) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192372) Outpt time (%) = 0.016073 (93.9765) Other time (%) = 9.5129e-05 (0.556206) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:56 2021 Memory usage per processor = 27.5259 Mbytes Step Atoms AVEKE stressZZ 7256 5000 1.1926602e-11 2045817.1 7257 -0.00854749999999534 2045780.39667948 7257 5000 1.1925765e-11 2045780.4 Loop time of 0.016897 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:56 2021 Pair time (%) = 0.00087595 (5.18407) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.189076) Outpt time (%) = 0.0158958 (94.0752) Other time (%) = 9.32217e-05 (0.551707) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:56 2021 Memory usage per processor = 27.5259 Mbytes Step Atoms AVEKE stressZZ 7257 5000 1.1925765e-11 2045774.7 7258 -0.00854749999999534 2045738.00696193 7258 5000 1.1924928e-11 2045738 Loop time of 0.016865 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:56 2021 Pair time (%) = 0.00118089 (7.00199) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.189434) Outpt time (%) = 0.0155451 (92.1738) Other time (%) = 0.00010705 (0.634746) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:56 2021 Memory usage per processor = 27.5259 Mbytes Step Atoms AVEKE stressZZ 7258 5000 1.1924928e-11 2045732.3 7259 -0.00854749999999534 2045695.61927259 7259 5000 1.1924091e-11 2045695.6 Loop time of 0.017086 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:56 2021 Pair time (%) = 0.00110006 (6.43838) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.228846) Outpt time (%) = 0.0158 (92.4732) Other time (%) = 0.000146866 (0.859567) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:56 2021 Memory usage per processor = 27.5259 Mbytes Step Atoms AVEKE stressZZ 7259 5000 1.1924091e-11 2045689.9 7260 -0.00854749999999534 2045653.23361109 7260 5000 1.1923254e-11 2045653.2 Loop time of 0.018743 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:56 2021 Pair time (%) = 0.000874996 (4.66838) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.170453) Outpt time (%) = 0.0177419 (94.6587) Other time (%) = 9.41753e-05 (0.502455) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:56 2021 Memory usage per processor = 27.5259 Mbytes Step Atoms AVEKE stressZZ 7260 5000 1.1923254e-11 2045647.5 7261 -0.00854749999999534 2045610.84997717 7261 5000 1.1922417e-11 2045610.8 Loop time of 0.0174291 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:56 2021 Pair time (%) = 0.000874043 (5.01484) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183303) Outpt time (%) = 0.0164299 (94.267) Other time (%) = 9.32217e-05 (0.534862) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:56 2021 Memory usage per processor = 27.5259 Mbytes Step Atoms AVEKE stressZZ 7261 5000 1.1922417e-11 2045605.2 7262 -0.00854749999999534 2045568.46837049 7262 5000 1.192158e-11 2045568.5 Loop time of 0.016681 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:56 2021 Pair time (%) = 0.000897884 (5.38269) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191524) Outpt time (%) = 0.015651 (93.8255) Other time (%) = 0.000100136 (0.6003) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:56 2021 Memory usage per processor = 27.5259 Mbytes Step Atoms AVEKE stressZZ 7262 5000 1.192158e-11 2045562.8 7263 -0.00854749999999534 2045526.0887908 7263 5000 1.1920743e-11 2045526.1 Loop time of 0.017309 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:56 2021 Pair time (%) = 0.000980854 (5.66674) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191463) Outpt time (%) = 0.0161932 (93.5536) Other time (%) = 0.000101805 (0.588162) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:56 2021 Memory usage per processor = 27.5259 Mbytes Step Atoms AVEKE stressZZ 7263 5000 1.1920743e-11 2045520.4 7264 -0.00854749999999534 2045483.71123778 7264 5000 1.1919907e-11 2045483.7 Loop time of 0.016222 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:56 2021 Pair time (%) = 0.000876188 (5.40123) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.191064) Outpt time (%) = 0.0152211 (93.8301) Other time (%) = 9.36985e-05 (0.577601) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:56 2021 Memory usage per processor = 27.5259 Mbytes Step Atoms AVEKE stressZZ 7264 5000 1.1919907e-11 2045478 7265 -0.00854749999999534 2045441.3357112 7265 5000 1.191907e-11 2045441.3 Loop time of 0.016505 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:57 2021 Pair time (%) = 0.000912905 (5.53108) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193566) Outpt time (%) = 0.0154719 (93.7409) Other time (%) = 8.82149e-05 (0.534474) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:57 2021 Memory usage per processor = 27.5259 Mbytes Step Atoms AVEKE stressZZ 7265 5000 1.191907e-11 2045435.6 7266 -0.00854749999999534 2045398.96221075 7266 5000 1.1918234e-11 2045399 Loop time of 0.016217 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:57 2021 Pair time (%) = 0.000874996 (5.39555) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.191123) Outpt time (%) = 0.015223 (93.8708) Other time (%) = 8.79765e-05 (0.542495) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:57 2021 Memory usage per processor = 27.5259 Mbytes Step Atoms AVEKE stressZZ 7266 5000 1.1918234e-11 2045393.3 7267 -0.00854749999999534 2045356.59073617 7267 5000 1.1917397e-11 2045356.6 Loop time of 0.0175719 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:57 2021 Pair time (%) = 0.00114202 (6.49915) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.198095) Outpt time (%) = 0.0161979 (92.1807) Other time (%) = 0.000197172 (1.12209) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:57 2021 Memory usage per processor = 27.5259 Mbytes Step Atoms AVEKE stressZZ 7267 5000 1.1917397e-11 2045350.9 7268 -0.00854749999999534 2045314.22128717 7268 5000 1.1916561e-11 2045314.2 Loop time of 0.0173349 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:57 2021 Pair time (%) = 0.000939131 (5.41756) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.1898) Outpt time (%) = 0.016264 (93.8219) Other time (%) = 9.89437e-05 (0.570776) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:57 2021 Memory usage per processor = 27.5259 Mbytes Step Atoms AVEKE stressZZ 7268 5000 1.1916561e-11 2045308.5 7269 -0.00854749999999534 2045271.85386355 7269 5000 1.1915725e-11 2045271.9 Loop time of 0.0165029 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:57 2021 Pair time (%) = 0.000878096 (5.32087) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193591) Outpt time (%) = 0.015502 (93.9351) Other time (%) = 9.08375e-05 (0.550435) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:57 2021 Memory usage per processor = 27.5259 Mbytes Step Atoms AVEKE stressZZ 7269 5000 1.1915725e-11 2045266.2 7270 -0.00854749999999534 2045229.48846505 7270 5000 1.1914888e-11 2045229.5 Loop time of 0.0183342 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:57 2021 Pair time (%) = 0.000921011 (5.02347) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.261382) Outpt time (%) = 0.017252 (94.0975) Other time (%) = 0.000113249 (0.617693) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:57 2021 Memory usage per processor = 27.5259 Mbytes Step Atoms AVEKE stressZZ 7270 5000 1.1914888e-11 2045223.8 7271 -0.00854749999999534 2045187.12509138 7271 5000 1.1914052e-11 2045187.1 Loop time of 0.0169609 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:57 2021 Pair time (%) = 0.000971079 (5.72541) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.201015) Outpt time (%) = 0.0158 (93.1557) Other time (%) = 0.000155687 (0.917921) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:57 2021 Memory usage per processor = 27.5259 Mbytes Step Atoms AVEKE stressZZ 7271 5000 1.1914052e-11 2045181.4 7272 -0.00854749999999534 2045144.76374233 7272 5000 1.1913216e-11 2045144.8 Loop time of 0.017 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:57 2021 Pair time (%) = 0.000921965 (5.42333) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.182321) Outpt time (%) = 0.015954 (93.8474) Other time (%) = 9.29832e-05 (0.546962) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:57 2021 Memory usage per processor = 27.5259 Mbytes Step Atoms AVEKE stressZZ 7272 5000 1.1913216e-11 2045139.1 7273 -0.00854749999999534 2045102.40441767 7273 5000 1.191238e-11 2045102.4 Loop time of 0.016387 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:57 2021 Pair time (%) = 0.000888109 (5.4196) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.18914) Outpt time (%) = 0.015358 (93.7205) Other time (%) = 0.000109911 (0.670721) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:57 2021 Memory usage per processor = 27.5259 Mbytes Step Atoms AVEKE stressZZ 7273 5000 1.191238e-11 2045096.7 7274 -0.00854749999999534 2045060.04711712 7274 5000 1.1911545e-11 2045060 Loop time of 0.0170829 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:57 2021 Pair time (%) = 0.00128388 (7.5156) Neigh time (%) = 0 (0) Comm time (%) = 4.07696e-05 (0.238657) Outpt time (%) = 0.0155871 (91.2437) Other time (%) = 0.000171185 (1.00208) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:57 2021 Memory usage per processor = 27.5259 Mbytes Step Atoms AVEKE stressZZ 7274 5000 1.1911545e-11 2045054.4 7275 -0.00854749999999534 2045017.69184046 7275 5000 1.1910709e-11 2045017.7 Loop time of 0.017256 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:57 2021 Pair time (%) = 0.000926018 (5.36635) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179615) Outpt time (%) = 0.0162051 (93.9097) Other time (%) = 9.39369e-05 (0.544372) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:57 2021 Memory usage per processor = 27.5259 Mbytes Step Atoms AVEKE stressZZ 7275 5000 1.1910709e-11 2045012 7276 -0.00854749999999534 2044975.33858749 7276 5000 1.1909873e-11 2044975.3 Loop time of 0.016623 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:57 2021 Pair time (%) = 0.00087595 (5.2695) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.186455) Outpt time (%) = 0.0156231 (93.9847) Other time (%) = 9.29832e-05 (0.559364) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:57 2021 Memory usage per processor = 27.5259 Mbytes Step Atoms AVEKE stressZZ 7276 5000 1.1909873e-11 2044969.6 7277 -0.00854749999999534 2044932.98735794 7277 5000 1.1909038e-11 2044933 Loop time of 0.01669 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:57 2021 Pair time (%) = 0.000895977 (5.36834) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.281417) Outpt time (%) = 0.015584 (93.3731) Other time (%) = 0.000163078 (0.977101) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:57 2021 Memory usage per processor = 27.5259 Mbytes Step Atoms AVEKE stressZZ 7277 5000 1.1909038e-11 2044927.3 7278 -0.00854749999999534 2044890.63815157 7278 5000 1.1908202e-11 2044890.6 Loop time of 0.0172389 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:57 2021 Pair time (%) = 0.00107217 (6.21949) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.208838) Outpt time (%) = 0.0159678 (92.6271) Other time (%) = 0.00016284 (0.94461) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:57 2021 Memory usage per processor = 27.5259 Mbytes Step Atoms AVEKE stressZZ 7278 5000 1.1908202e-11 2044884.9 7279 -0.00854749999999534 2044848.29096821 7279 5000 1.1907367e-11 2044848.3 Loop time of 0.017297 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:57 2021 Pair time (%) = 0.000876904 (5.06968) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184703) Outpt time (%) = 0.016295 (94.2067) Other time (%) = 9.32217e-05 (0.538946) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:57 2021 Memory usage per processor = 27.5259 Mbytes Step Atoms AVEKE stressZZ 7279 5000 1.1907367e-11 2044842.6 7280 -0.00854749999999534 2044805.9458076 7280 5000 1.1906531e-11 2044805.9 Loop time of 0.0186679 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:57 2021 Pair time (%) = 0.000877857 (4.70249) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.171139) Outpt time (%) = 0.017664 (94.6219) Other time (%) = 9.41753e-05 (0.504476) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:57 2021 Memory usage per processor = 27.5259 Mbytes Step Atoms AVEKE stressZZ 7280 5000 1.1906531e-11 2044800.3 7281 -0.00854749999999534 2044763.60266956 7281 5000 1.1905696e-11 2044763.6 Loop time of 0.0171599 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:57 2021 Pair time (%) = 0.00120807 (7.04004) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.233418) Outpt time (%) = 0.0157199 (91.6081) Other time (%) = 0.000191927 (1.11846) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:57 2021 Memory usage per processor = 27.5259 Mbytes Step Atoms AVEKE stressZZ 7281 5000 1.1905696e-11 2044757.9 7282 -0.00854749999999534 2044721.26155386 7282 5000 1.1904861e-11 2044721.3 Loop time of 0.0175028 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:57 2021 Pair time (%) = 0.000956059 (5.46232) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.189342) Outpt time (%) = 0.0164149 (93.7844) Other time (%) = 9.87053e-05 (0.563941) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:57 2021 Memory usage per processor = 27.5259 Mbytes Step Atoms AVEKE stressZZ 7282 5000 1.1904861e-11 2044715.6 7283 -0.00854749999999534 2044678.92246025 7283 5000 1.1904026e-11 2044678.9 Loop time of 0.017153 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:57 2021 Pair time (%) = 0.000921011 (5.36938) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180694) Outpt time (%) = 0.0161059 (93.8953) Other time (%) = 9.5129e-05 (0.55459) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:57 2021 Memory usage per processor = 27.5259 Mbytes Step Atoms AVEKE stressZZ 7283 5000 1.1904026e-11 2044673.2 7284 -0.00854749999999534 2044636.58538855 7284 5000 1.1903191e-11 2044636.6 Loop time of 0.0164042 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:57 2021 Pair time (%) = 0.000877857 (5.35143) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194756) Outpt time (%) = 0.015393 (93.8361) Other time (%) = 0.000101328 (0.617697) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:57 2021 Memory usage per processor = 27.5259 Mbytes Step Atoms AVEKE stressZZ 7284 5000 1.1903191e-11 2044630.9 7285 -0.00854749999999534 2044594.25033855 7285 5000 1.1902356e-11 2044594.3 Loop time of 0.0171852 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:57 2021 Pair time (%) = 0.000918865 (5.34684) Neigh time (%) = 0 (0) Comm time (%) = 3.98159e-05 (0.231687) Outpt time (%) = 0.0160811 (93.5752) Other time (%) = 0.000145435 (0.846282) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:57 2021 Memory usage per processor = 27.5259 Mbytes Step Atoms AVEKE stressZZ 7285 5000 1.1902356e-11 2044588.6 7286 -0.00854749999999534 2044551.91733134 7286 5000 1.1901521e-11 2044551.9 Loop time of 0.0171189 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:57 2021 Pair time (%) = 0.000944138 (5.51517) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181053) Outpt time (%) = 0.0160501 (93.7564) Other time (%) = 9.36985e-05 (0.547339) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:57 2021 Memory usage per processor = 27.5259 Mbytes Step Atoms AVEKE stressZZ 7286 5000 1.1901521e-11 2044546.2 7287 -0.00854749999999534 2044509.58637452 7287 5000 1.1900686e-11 2044509.6 Loop time of 0.01682 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:57 2021 Pair time (%) = 0.000879049 (5.22623) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.191359) Outpt time (%) = 0.0158141 (94.0197) Other time (%) = 9.46522e-05 (0.562737) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:57 2021 Memory usage per processor = 27.5259 Mbytes Step Atoms AVEKE stressZZ 7287 5000 1.1900686e-11 2044503.9 7288 -0.00854749999999534 2044467.2574557 7288 5000 1.1899851e-11 2044467.3 Loop time of 0.0166919 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:57 2021 Pair time (%) = 0.00103521 (6.20188) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.221394) Outpt time (%) = 0.015485 (92.7697) Other time (%) = 0.000134706 (0.807016) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:57 2021 Memory usage per processor = 27.5259 Mbytes Step Atoms AVEKE stressZZ 7288 5000 1.1899851e-11 2044461.6 7289 -0.00854749999999534 2044424.93057115 7289 5000 1.1899017e-11 2044424.9 Loop time of 0.0172801 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:57 2021 Pair time (%) = 0.00090909 (5.26091) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191782) Outpt time (%) = 0.0161951 (93.7209) Other time (%) = 0.000142813 (0.826458) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:57 2021 Memory usage per processor = 27.5259 Mbytes Step Atoms AVEKE stressZZ 7289 5000 1.1899017e-11 2044419.2 7290 -0.00854749999999534 2044382.60571872 7290 5000 1.1898182e-11 2044382.6 Loop time of 0.0192661 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:57 2021 Pair time (%) = 0.000928164 (4.81759) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.160875) Outpt time (%) = 0.018213 (94.534) Other time (%) = 9.39369e-05 (0.487575) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:57 2021 Memory usage per processor = 27.5259 Mbytes Step Atoms AVEKE stressZZ 7290 5000 1.1898182e-11 2044376.9 7291 -0.00854749999999534 2044340.28289692 7291 5000 1.1897348e-11 2044340.3 Loop time of 0.0163598 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:57 2021 Pair time (%) = 0.000877142 (5.36157) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.189455) Outpt time (%) = 0.015358 (93.8762) Other time (%) = 9.36985e-05 (0.572736) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:57 2021 Memory usage per processor = 27.5259 Mbytes Step Atoms AVEKE stressZZ 7291 5000 1.1897348e-11 2044334.6 7292 -0.00854749999999534 2044297.96210467 7292 5000 1.1896513e-11 2044298 Loop time of 0.017303 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:57 2021 Pair time (%) = 0.00120091 (6.9405) Neigh time (%) = 0 (0) Comm time (%) = 4.3869e-05 (0.253534) Outpt time (%) = 0.015871 (91.7243) Other time (%) = 0.000187159 (1.08165) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:57 2021 Memory usage per processor = 27.5259 Mbytes Step Atoms AVEKE stressZZ 7292 5000 1.1896513e-11 2044292.3 7293 -0.00854749999999534 2044255.64334105 7293 5000 1.1895679e-11 2044255.6 Loop time of 0.0170979 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:57 2021 Pair time (%) = 0.000900984 (5.26954) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186853) Outpt time (%) = 0.016041 (93.8185) Other time (%) = 0.000123978 (0.725102) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:57 2021 Memory usage per processor = 27.5259 Mbytes Step Atoms AVEKE stressZZ 7293 5000 1.1895679e-11 2044250 7294 -0.00854749999999534 2044213.32660145 7294 5000 1.1894845e-11 2044213.3 Loop time of 0.0165858 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:57 2021 Pair time (%) = 0.00087595 (5.28132) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.186873) Outpt time (%) = 0.0155859 (93.9712) Other time (%) = 9.29832e-05 (0.560619) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:57 2021 Memory usage per processor = 27.5259 Mbytes Step Atoms AVEKE stressZZ 7294 5000 1.1894845e-11 2044207.6 7295 -0.00854749999999534 2044171.01188474 7295 5000 1.1894011e-11 2044171 Loop time of 0.0165989 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:57 2021 Pair time (%) = 0.000962973 (5.80141) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211143) Outpt time (%) = 0.0154979 (93.3669) Other time (%) = 0.000102997 (0.620502) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:57 2021 Memory usage per processor = 27.5259 Mbytes Step Atoms AVEKE stressZZ 7295 5000 1.1894011e-11 2044165.3 7296 -0.00854749999999534 2044128.69919388 7296 5000 1.1893177e-11 2044128.7 Loop time of 0.0170791 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:57 2021 Pair time (%) = 0.000902891 (5.28652) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.188455) Outpt time (%) = 0.016041 (93.922) Other time (%) = 0.000102997 (0.603057) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:57 2021 Memory usage per processor = 27.5259 Mbytes Step Atoms AVEKE stressZZ 7296 5000 1.1893177e-11 2044123 7297 -0.00854749999999534 2044086.38852841 7297 5000 1.1892343e-11 2044086.4 Loop time of 0.0171289 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:57 2021 Pair time (%) = 0.000875235 (5.10968) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186515) Outpt time (%) = 0.016129 (94.1624) Other time (%) = 9.27448e-05 (0.541451) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:57 2021 Memory usage per processor = 27.5259 Mbytes Step Atoms AVEKE stressZZ 7297 5000 1.1892343e-11 2044080.7 7298 -0.00854749999999534 2044044.0798879 7298 5000 1.1891509e-11 2044044.1 Loop time of 0.016371 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:57 2021 Pair time (%) = 0.000930071 (5.68121) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.189325) Outpt time (%) = 0.0153139 (93.5426) Other time (%) = 9.60827e-05 (0.586907) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:57 2021 Memory usage per processor = 27.5259 Mbytes Step Atoms AVEKE stressZZ 7298 5000 1.1891509e-11 2044038.4 7299 -0.00854749999999534 2044001.77327189 7299 5000 1.1890675e-11 2044001.8 Loop time of 0.0166481 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:57 2021 Pair time (%) = 0.0010891 (6.54188) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.227706) Outpt time (%) = 0.015404 (92.5272) Other time (%) = 0.000117064 (0.703166) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:57 2021 Memory usage per processor = 27.5259 Mbytes Step Atoms AVEKE stressZZ 7299 5000 1.1890675e-11 2043996.1 7300 -0.00854749999999534 2043959.46868009 7300 5000 1.1889841e-11 2043959.5 Loop time of 0.0187092 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:57 2021 Pair time (%) = 0.000935078 (4.99796) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.182231) Outpt time (%) = 0.0176389 (94.2795) Other time (%) = 0.000101089 (0.54032) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:57 2021 Memory usage per processor = 27.5259 Mbytes Step Atoms AVEKE stressZZ 7300 5000 1.1889841e-11 2043953.8 7301 -0.00854749999999534 2043917.16611213 7301 5000 1.1889008e-11 2043917.2 Loop time of 0.017169 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:57 2021 Pair time (%) = 0.000880957 (5.13109) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18608) Outpt time (%) = 0.0161669 (94.1635) Other time (%) = 8.91685e-05 (0.519358) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:57 2021 Memory usage per processor = 27.5259 Mbytes Step Atoms AVEKE stressZZ 7301 5000 1.1889008e-11 2043911.5 7302 -0.00854749999999534 2043874.86556763 7302 5000 1.1888174e-11 2043874.9 Loop time of 0.0164649 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:57 2021 Pair time (%) = 0.000925064 (5.61838) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.207069) Outpt time (%) = 0.015379 (93.4042) Other time (%) = 0.000126839 (0.770356) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:57 2021 Memory usage per processor = 27.5259 Mbytes Step Atoms AVEKE stressZZ 7302 5000 1.1888174e-11 2043869.2 7303 -0.00854749999999534 2043832.56704748 7303 5000 1.1887341e-11 2043832.6 Loop time of 0.0173202 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:57 2021 Pair time (%) = 0.000912189 (5.26664) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184456) Outpt time (%) = 0.0162761 (93.9721) Other time (%) = 9.98974e-05 (0.57677) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:57 2021 Memory usage per processor = 27.5259 Mbytes Step Atoms AVEKE stressZZ 7303 5000 1.1887341e-11 2043826.9 7304 -0.00854749999999534 2043790.27055408 7304 5000 1.1886507e-11 2043790.3 Loop time of 0.0173421 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:57 2021 Pair time (%) = 0.00088191 (5.08537) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.185598) Outpt time (%) = 0.01634 (94.2217) Other time (%) = 8.79765e-05 (0.5073) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:57 2021 Memory usage per processor = 27.5259 Mbytes Step Atoms AVEKE stressZZ 7304 5000 1.1886507e-11 2043784.6 7305 -0.00854749999999534 2043747.97608305 7305 5000 1.1885674e-11 2043748 Loop time of 0.0163591 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:57 2021 Pair time (%) = 0.000921011 (5.62996) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.195293) Outpt time (%) = 0.015312 (93.5991) Other time (%) = 9.41753e-05 (0.575676) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:57 2021 Memory usage per processor = 27.5259 Mbytes Step Atoms AVEKE stressZZ 7305 5000 1.1885674e-11 2043742.3 7306 -0.00854749999999534 2043705.68363408 7306 5000 1.1884841e-11 2043705.7 Loop time of 0.0167332 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:57 2021 Pair time (%) = 0.0010891 (6.50861) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.222273) Outpt time (%) = 0.0154781 (92.4997) Other time (%) = 0.000128746 (0.769406) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:57 2021 Memory usage per processor = 27.5259 Mbytes Step Atoms AVEKE stressZZ 7306 5000 1.1884841e-11 2043700 7307 -0.00854749999999534 2043663.39320697 7307 5000 1.1884007e-11 2043663.4 Loop time of 0.016325 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:57 2021 Pair time (%) = 0.000880003 (5.39052) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.1957) Outpt time (%) = 0.0153201 (93.8442) Other time (%) = 9.29832e-05 (0.569576) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:57 2021 Memory usage per processor = 27.5259 Mbytes Step Atoms AVEKE stressZZ 7307 5000 1.1884007e-11 2043657.7 7308 -0.00854749999999534 2043621.10480141 7308 5000 1.1883174e-11 2043621.1 Loop time of 0.016227 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:57 2021 Pair time (%) = 0.00087595 (5.3981) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.196882) Outpt time (%) = 0.015229 (93.8496) Other time (%) = 9.01222e-05 (0.555384) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:57 2021 Memory usage per processor = 27.5259 Mbytes Step Atoms AVEKE stressZZ 7308 5000 1.1883174e-11 2043615.4 7309 -0.00854749999999534 2043578.81841718 7309 5000 1.1882341e-11 2043578.8 Loop time of 0.016242 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:58 2021 Pair time (%) = 0.000877142 (5.40045) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.1967) Outpt time (%) = 0.0152509 (93.8979) Other time (%) = 8.2016e-05 (0.504962) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:58 2021 Memory usage per processor = 27.5259 Mbytes Step Atoms AVEKE stressZZ 7309 5000 1.1882341e-11 2043573.1 7310 -0.00854749999999534 2043536.53405613 7310 5000 1.1881508e-11 2043536.5 Loop time of 0.0187721 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:58 2021 Pair time (%) = 0.000878096 (4.67766) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.170189) Outpt time (%) = 0.0177739 (94.6822) Other time (%) = 8.82149e-05 (0.469925) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:58 2021 Memory usage per processor = 27.5259 Mbytes Step Atoms AVEKE stressZZ 7310 5000 1.1881508e-11 2043530.8 7311 -0.00854749999999534 2043494.25177831 7311 5000 1.1880675e-11 2043494.3 Loop time of 0.0171802 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:58 2021 Pair time (%) = 0.00120091 (6.99011) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.202612) Outpt time (%) = 0.0158012 (91.9732) Other time (%) = 0.00014329 (0.834039) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:58 2021 Memory usage per processor = 27.5259 Mbytes Step Atoms AVEKE stressZZ 7311 5000 1.1880675e-11 2043488.6 7312 -0.00854749999999534 2043451.97159784 7312 5000 1.1879843e-11 2043452 Loop time of 0.0173609 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:58 2021 Pair time (%) = 0.00102091 (5.88049) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.17853) Outpt time (%) = 0.016212 (93.382) Other time (%) = 9.70364e-05 (0.558935) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:20:58 2021 Memory usage per processor = 27.5259 Mbytes Step Atoms AVEKE stressZZ 7312 5000 1.1879843e-11 2043446.3 7313 -0.00854749999999534 2043402.29883022 7313 5000 2.3469966e-11 2043469.3 Loop time of 0.0170169 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:58 2021 Pair time (%) = 0.000887156 (5.21338) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187743) Outpt time (%) = 0.01596 (93.7891) Other time (%) = 0.000137806 (0.809819) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:58 2021 Memory usage per processor = 27.5259 Mbytes Step Atoms AVEKE stressZZ 7313 5000 2.3469966e-11 2079638.2 7314 -0.00857999999999532 2079589.61734791 7314 5000 1.8954496e-11 2079589.6 Loop time of 0.0165741 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:58 2021 Pair time (%) = 0.000922203 (5.56411) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192759) Outpt time (%) = 0.0155261 (93.6764) Other time (%) = 9.39369e-05 (0.566768) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:58 2021 Memory usage per processor = 27.5259 Mbytes Step Atoms AVEKE stressZZ 7314 5000 1.8954496e-11 2079581.9 7315 -0.00857999999999532 2079537.45259802 7315 5000 1.6334986e-11 2079537.5 Loop time of 0.0171859 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:58 2021 Pair time (%) = 0.00122118 (7.1057) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.203932) Outpt time (%) = 0.015743 (91.6041) Other time (%) = 0.000186682 (1.08625) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:58 2021 Memory usage per processor = 27.5259 Mbytes Step Atoms AVEKE stressZZ 7315 5000 1.6334986e-11 2079530.4 7316 -0.00857999999999532 2079488.58390841 7316 5000 1.4771102e-11 2079488.6 Loop time of 0.0169129 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:58 2021 Pair time (%) = 0.000951052 (5.62322) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.183259) Outpt time (%) = 0.015842 (93.6677) Other time (%) = 8.89301e-05 (0.525811) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:58 2021 Memory usage per processor = 27.5259 Mbytes Step Atoms AVEKE stressZZ 7316 5000 1.4771102e-11 2079482 7317 -0.00857999999999532 2079441.8106541 7317 5000 1.3817784e-11 2079441.8 Loop time of 0.0169461 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:58 2021 Pair time (%) = 0.000880003 (5.19296) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.189935) Outpt time (%) = 0.0159369 (94.0445) Other time (%) = 9.70364e-05 (0.572618) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:58 2021 Memory usage per processor = 27.5259 Mbytes Step Atoms AVEKE stressZZ 7317 5000 1.3817784e-11 2079435.5 7318 -0.00857999999999532 2079396.36982779 7318 5000 1.3228133e-11 2079396.4 Loop time of 0.0165889 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:58 2021 Pair time (%) = 0.000930071 (5.60658) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211271) Outpt time (%) = 0.0155199 (93.5555) Other time (%) = 0.000103951 (0.626626) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:58 2021 Memory usage per processor = 27.5259 Mbytes Step Atoms AVEKE stressZZ 7318 5000 1.3228133e-11 2079390.2 7319 -0.00857999999999532 2079351.77653106 7319 5000 1.2859759e-11 2079351.8 Loop time of 0.017504 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:58 2021 Pair time (%) = 0.00125694 (7.1809) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.187967) Outpt time (%) = 0.0161099 (92.0359) Other time (%) = 0.000104189 (0.59523) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:58 2021 Memory usage per processor = 27.5259 Mbytes Step Atoms AVEKE stressZZ 7319 5000 1.2859759e-11 2079345.7 7320 -0.00857999999999532 2079307.72260587 7320 5000 1.2628035e-11 2079307.7 Loop time of 0.018976 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:58 2021 Pair time (%) = 0.000919104 (4.84351) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.163335) Outpt time (%) = 0.0179319 (94.4981) Other time (%) = 9.39369e-05 (0.495031) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:58 2021 Memory usage per processor = 27.5261 Mbytes Step Atoms AVEKE stressZZ 7320 5000 1.2628035e-11 2079301.8 7321 -0.00857999999999532 2079264.01221439 7321 5000 1.2481547e-11 2079264 Loop time of 0.0165901 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:58 2021 Pair time (%) = 0.000893116 (5.38342) Neigh time (%) = 0 (0) Comm time (%) = 5.50747e-05 (0.331973) Outpt time (%) = 0.0155468 (93.7112) Other time (%) = 9.5129e-05 (0.573408) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:58 2021 Memory usage per processor = 27.5261 Mbytes Step Atoms AVEKE stressZZ 7321 5000 1.2481547e-11 2079258.1 7322 -0.00857999999999532 2079220.52089944 7322 5000 1.2388579e-11 2079220.5 Loop time of 0.0166671 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:58 2021 Pair time (%) = 0.00105596 (6.33556) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.227445) Outpt time (%) = 0.0154531 (92.716) Other time (%) = 0.000120163 (0.720958) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:58 2021 Memory usage per processor = 27.5261 Mbytes Step Atoms AVEKE stressZZ 7322 5000 1.2388579e-11 2079214.6 7323 -0.00857999999999532 2079177.169567 7323 5000 1.2329362e-11 2079177.2 Loop time of 0.0171461 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:58 2021 Pair time (%) = 0.000880957 (5.13794) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180766) Outpt time (%) = 0.0161421 (94.1446) Other time (%) = 9.20296e-05 (0.536737) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:58 2021 Memory usage per processor = 27.5261 Mbytes Step Atoms AVEKE stressZZ 7323 5000 1.2329362e-11 2079171.3 7324 -0.00857999999999532 2079133.90795178 7324 5000 1.2291487e-11 2079133.9 Loop time of 0.0174839 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:58 2021 Pair time (%) = 0.00115395 (6.60003) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.211365) Outpt time (%) = 0.0161421 (92.3254) Other time (%) = 0.000150919 (0.863186) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:58 2021 Memory usage per processor = 27.5261 Mbytes Step Atoms AVEKE stressZZ 7324 5000 1.2291487e-11 2079128 7325 -0.00857999999999532 2079090.70410953 7325 5000 1.2267133e-11 2079090.7 Loop time of 0.0170681 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:58 2021 Pair time (%) = 0.000952959 (5.58326) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205339) Outpt time (%) = 0.0159762 (93.6024) Other time (%) = 0.000103951 (0.609032) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:58 2021 Memory usage per processor = 27.5261 Mbytes Step Atoms AVEKE stressZZ 7325 5000 1.2267133e-11 2079084.8 7326 -0.00857999999999532 2079047.53773924 7326 5000 1.2251354e-11 2079047.5 Loop time of 0.017277 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:58 2021 Pair time (%) = 0.000978947 (5.66618) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.202857) Outpt time (%) = 0.016156 (93.5114) Other time (%) = 0.00010705 (0.619609) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:58 2021 Memory usage per processor = 27.5261 Mbytes Step Atoms AVEKE stressZZ 7326 5000 1.2251354e-11 2079041.7 7327 -0.00857999999999532 2079004.39593928 7327 5000 1.2241017e-11 2079004.4 Loop time of 0.0171411 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:58 2021 Pair time (%) = 0.000922203 (5.38007) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191947) Outpt time (%) = 0.0160878 (93.8549) Other time (%) = 9.82285e-05 (0.573058) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:58 2021 Memory usage per processor = 27.5261 Mbytes Step Atoms AVEKE stressZZ 7327 5000 1.2241017e-11 2078998.5 7328 -0.00857999999999532 2078961.270512 7328 5000 1.2234137e-11 2078961.3 Loop time of 0.0169969 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:58 2021 Pair time (%) = 0.000946045 (5.566) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.194978) Outpt time (%) = 0.015918 (93.6527) Other time (%) = 9.9659e-05 (0.586337) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:58 2021 Memory usage per processor = 27.5261 Mbytes Step Atoms AVEKE stressZZ 7328 5000 1.2234137e-11 2078955.4 7329 -0.00857999999999532 2078918.15624918 7329 5000 1.2229451e-11 2078918.2 Loop time of 0.01717 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:58 2021 Pair time (%) = 0.00105 (6.11531) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.209676) Outpt time (%) = 0.015965 (92.9821) Other time (%) = 0.000118971 (0.692902) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:58 2021 Memory usage per processor = 27.5261 Mbytes Step Atoms AVEKE stressZZ 7329 5000 1.2229451e-11 2078912.3 7330 -0.00857999999999532 2078875.0498374 7330 5000 1.2226161e-11 2078875 Loop time of 0.0189931 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:58 2021 Pair time (%) = 0.000921965 (4.8542) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.17323) Outpt time (%) = 0.0179422 (94.4667) Other time (%) = 9.60827e-05 (0.505881) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:58 2021 Memory usage per processor = 27.5261 Mbytes Step Atoms AVEKE stressZZ 7330 5000 1.2226161e-11 2078869.2 7331 -0.00857999999999532 2078831.94917145 7331 5000 1.2223756e-11 2078831.9 Loop time of 0.017091 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:58 2021 Pair time (%) = 0.000921011 (5.38885) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193904) Outpt time (%) = 0.0160389 (93.8439) Other time (%) = 9.799e-05 (0.573342) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:58 2021 Memory usage per processor = 27.5261 Mbytes Step Atoms AVEKE stressZZ 7331 5000 1.2223756e-11 2078826.1 7332 -0.00857999999999532 2078788.85291335 7332 5000 1.2221914e-11 2078788.9 Loop time of 0.016999 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:58 2021 Pair time (%) = 0.000923872 (5.43486) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.193551) Outpt time (%) = 0.015944 (93.7937) Other time (%) = 9.82285e-05 (0.577848) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:58 2021 Memory usage per processor = 27.5261 Mbytes Step Atoms AVEKE stressZZ 7332 5000 1.2221914e-11 2078783 7333 -0.00857999999999532 2078745.76021281 7333 5000 1.2220431e-11 2078745.8 Loop time of 0.0173681 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:58 2021 Pair time (%) = 0.00112605 (6.48345) Neigh time (%) = 0 (0) Comm time (%) = 4.19617e-05 (0.241602) Outpt time (%) = 0.0160542 (92.4348) Other time (%) = 0.000145912 (0.840117) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:58 2021 Memory usage per processor = 27.5261 Mbytes Step Atoms AVEKE stressZZ 7333 5000 1.2220431e-11 2078739.9 7334 -0.00857999999999532 2078702.67052926 7334 5000 1.2219174e-11 2078702.7 Loop time of 0.017164 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:58 2021 Pair time (%) = 0.000926018 (5.39512) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191691) Outpt time (%) = 0.0161061 (93.8367) Other time (%) = 9.89437e-05 (0.576461) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:58 2021 Memory usage per processor = 27.5261 Mbytes Step Atoms AVEKE stressZZ 7334 5000 1.2219174e-11 2078696.8 7335 -0.00857999999999532 2078659.58351913 7335 5000 1.2218063e-11 2078659.6 Loop time of 0.017132 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:58 2021 Pair time (%) = 0.000921011 (5.37596) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.19344) Outpt time (%) = 0.0160789 (93.8531) Other time (%) = 9.89437e-05 (0.577536) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:58 2021 Memory usage per processor = 27.5261 Mbytes Step Atoms AVEKE stressZZ 7335 5000 1.2218063e-11 2078653.7 7336 -0.00857999999999532 2078616.49896391 7336 5000 1.2217043e-11 2078616.5 Loop time of 0.0169849 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:58 2021 Pair time (%) = 0.000934124 (5.49972) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206345) Outpt time (%) = 0.0159109 (93.6763) Other time (%) = 0.000104904 (0.617631) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:58 2021 Memory usage per processor = 27.5261 Mbytes Step Atoms AVEKE stressZZ 7336 5000 1.2217043e-11 2078610.7 7337 -0.00857999999999532 2078573.41672467 7337 5000 1.2216081e-11 2078573.4 Loop time of 0.0172141 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:58 2021 Pair time (%) = 0.000969887 (5.63427) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198058) Outpt time (%) = 0.0161102 (93.5873) Other time (%) = 9.98974e-05 (0.580324) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:58 2021 Memory usage per processor = 27.5261 Mbytes Step Atoms AVEKE stressZZ 7337 5000 1.2216081e-11 2078567.6 7338 -0.00857999999999532 2078530.33671298 7338 5000 1.2215157e-11 2078530.3 Loop time of 0.0173728 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:58 2021 Pair time (%) = 0.000946045 (5.44554) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.190759) Outpt time (%) = 0.016295 (93.7955) Other time (%) = 9.87053e-05 (0.568158) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:58 2021 Memory usage per processor = 27.5261 Mbytes Step Atoms AVEKE stressZZ 7338 5000 1.2215157e-11 2078524.5 7339 -0.00857999999999532 2078487.2588726 7339 5000 1.2214256e-11 2078487.3 Loop time of 0.0169382 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:58 2021 Pair time (%) = 0.000922918 (5.44874) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.195653) Outpt time (%) = 0.015883 (93.7701) Other time (%) = 9.91821e-05 (0.585553) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:58 2021 Memory usage per processor = 27.5261 Mbytes Step Atoms AVEKE stressZZ 7339 5000 1.2214256e-11 2078481.4 7340 -0.00857999999999532 2078444.18316762 7340 5000 1.2213371e-11 2078444.2 Loop time of 0.0191729 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:58 2021 Pair time (%) = 0.00112891 (5.88806) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.192745) Outpt time (%) = 0.0178761 (93.2365) Other time (%) = 0.000130892 (0.682691) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:58 2021 Memory usage per processor = 27.5261 Mbytes Step Atoms AVEKE stressZZ 7340 5000 1.2213371e-11 2078438.3 7341 -0.00857999999999532 2078401.10957515 7341 5000 1.2212495e-11 2078401.1 Loop time of 0.0172698 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:58 2021 Pair time (%) = 0.000958204 (5.54842) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.202941) Outpt time (%) = 0.0161719 (93.6426) Other time (%) = 0.000104666 (0.606061) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:58 2021 Memory usage per processor = 27.5261 Mbytes Step Atoms AVEKE stressZZ 7341 5000 1.2212495e-11 2078395.3 7342 -0.00857999999999532 2078358.03808056 7342 5000 1.2211625e-11 2078358 Loop time of 0.0172248 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:58 2021 Pair time (%) = 0.000922918 (5.35808) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192398) Outpt time (%) = 0.0161719 (93.8876) Other time (%) = 9.67979e-05 (0.561969) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:58 2021 Memory usage per processor = 27.5261 Mbytes Step Atoms AVEKE stressZZ 7342 5000 1.2211625e-11 2078352.2 7343 -0.00857999999999532 2078314.96867442 7343 5000 1.2210759e-11 2078315 Loop time of 0.016937 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:58 2021 Pair time (%) = 0.000922203 (5.4449) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.194259) Outpt time (%) = 0.0158899 (93.8175) Other time (%) = 9.20296e-05 (0.543364) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:58 2021 Memory usage per processor = 27.5261 Mbytes Step Atoms AVEKE stressZZ 7343 5000 1.2210759e-11 2078309.1 7344 -0.00857999999999532 2078271.90135068 7344 5000 1.2209895e-11 2078271.9 Loop time of 0.0172648 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:58 2021 Pair time (%) = 0.00107193 (6.20874) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.214047) Outpt time (%) = 0.0160348 (92.8757) Other time (%) = 0.000121117 (0.701522) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:58 2021 Memory usage per processor = 27.5261 Mbytes Step Atoms AVEKE stressZZ 7344 5000 1.2209895e-11 2078266.1 7345 -0.00857999999999532 2078228.83610536 7345 5000 1.2209034e-11 2078228.8 Loop time of 0.017169 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:58 2021 Pair time (%) = 0.000921011 (5.36438) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191635) Outpt time (%) = 0.016115 (93.8607) Other time (%) = 0.000100136 (0.583236) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:58 2021 Memory usage per processor = 27.5261 Mbytes Step Atoms AVEKE stressZZ 7345 5000 1.2209034e-11 2078223 7346 -0.00857999999999532 2078185.77293587 7346 5000 1.2208173e-11 2078185.8 Loop time of 0.0172119 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:58 2021 Pair time (%) = 0.000921011 (5.35101) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192542) Outpt time (%) = 0.01616 (93.8885) Other time (%) = 9.77516e-05 (0.56793) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:58 2021 Memory usage per processor = 27.5261 Mbytes Step Atoms AVEKE stressZZ 7346 5000 1.2208173e-11 2078179.9 7347 -0.00857999999999532 2078142.71184047 7347 5000 1.2207313e-11 2078142.7 Loop time of 0.0170491 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:58 2021 Pair time (%) = 0.000926018 (5.43148) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205569) Outpt time (%) = 0.015985 (93.7588) Other time (%) = 0.000102997 (0.60412) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:58 2021 Memory usage per processor = 27.5261 Mbytes Step Atoms AVEKE stressZZ 7347 5000 1.2207313e-11 2078136.9 7348 -0.00857999999999532 2078099.65281787 7348 5000 1.2206453e-11 2078099.7 Loop time of 0.0173659 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:58 2021 Pair time (%) = 0.000978947 (5.63717) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.201818) Outpt time (%) = 0.016243 (93.5336) Other time (%) = 0.000108957 (0.62742) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:58 2021 Memory usage per processor = 27.5261 Mbytes Step Atoms AVEKE stressZZ 7348 5000 1.2206453e-11 2078093.8 7349 -0.00857999999999532 2078056.59586611 7349 5000 1.2205594e-11 2078056.6 Loop time of 0.0171912 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:58 2021 Pair time (%) = 0.000922918 (5.36856) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191388) Outpt time (%) = 0.016139 (93.8798) Other time (%) = 9.63211e-05 (0.560294) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:58 2021 Memory usage per processor = 27.5261 Mbytes Step Atoms AVEKE stressZZ 7349 5000 1.2205594e-11 2078050.8 7350 -0.00857999999999532 2078013.54098568 7350 5000 1.2204735e-11 2078013.5 Loop time of 0.0189331 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:58 2021 Pair time (%) = 0.000921011 (4.86457) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.175039) Outpt time (%) = 0.0178831 (94.4542) Other time (%) = 9.58443e-05 (0.506227) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:58 2021 Memory usage per processor = 27.5261 Mbytes Step Atoms AVEKE stressZZ 7350 5000 1.2204735e-11 2078007.7 7351 -0.00857999999999532 2077970.4881761 7351 5000 1.2203876e-11 2077970.5 Loop time of 0.0169971 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:58 2021 Pair time (%) = 0.000939846 (5.52945) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.211808) Outpt time (%) = 0.0159092 (93.5995) Other time (%) = 0.000112057 (0.65927) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:58 2021 Memory usage per processor = 27.5261 Mbytes Step Atoms AVEKE stressZZ 7351 5000 1.2203876e-11 2077964.6 7352 -0.00857999999999532 2077927.43743693 7352 5000 1.2203018e-11 2077927.4 Loop time of 0.0168509 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:59 2021 Pair time (%) = 0.000919104 (5.45431) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.202326) Outpt time (%) = 0.0158031 (93.7817) Other time (%) = 9.46522e-05 (0.561702) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:59 2021 Memory usage per processor = 27.5261 Mbytes Step Atoms AVEKE stressZZ 7352 5000 1.2203018e-11 2077921.6 7353 -0.00857999999999532 2077884.38876786 7353 5000 1.2202159e-11 2077884.4 Loop time of 0.016814 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:59 2021 Pair time (%) = 0.000921011 (5.47765) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.195681) Outpt time (%) = 0.0157681 (93.7793) Other time (%) = 9.20296e-05 (0.547339) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:59 2021 Memory usage per processor = 27.5261 Mbytes Step Atoms AVEKE stressZZ 7353 5000 1.2202159e-11 2077878.5 7354 -0.00857999999999532 2077841.34216859 7354 5000 1.2201301e-11 2077841.3 Loop time of 0.0168631 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:59 2021 Pair time (%) = 0.000984907 (5.8406) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.196525) Outpt time (%) = 0.015753 (93.4171) Other time (%) = 9.20296e-05 (0.545745) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:59 2021 Memory usage per processor = 27.5261 Mbytes Step Atoms AVEKE stressZZ 7354 5000 1.2201301e-11 2077835.5 7355 -0.00857999999999532 2077798.29763883 7355 5000 1.2200443e-11 2077798.3 Loop time of 0.017113 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:59 2021 Pair time (%) = 0.000922203 (5.38891) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.210374) Outpt time (%) = 0.016063 (93.8643) Other time (%) = 9.17912e-05 (0.536384) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:59 2021 Memory usage per processor = 27.5261 Mbytes Step Atoms AVEKE stressZZ 7355 5000 1.2200443e-11 2077792.5 7356 -0.00857999999999532 2077755.25517829 7356 5000 1.2199584e-11 2077755.3 Loop time of 0.0170729 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:59 2021 Pair time (%) = 0.000923872 (5.41133) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192713) Outpt time (%) = 0.0160189 (93.8262) Other time (%) = 9.72748e-05 (0.569761) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:59 2021 Memory usage per processor = 27.5261 Mbytes Step Atoms AVEKE stressZZ 7356 5000 1.2199584e-11 2077749.4 7357 -0.00857999999999532 2077712.21478672 7357 5000 1.2198726e-11 2077712.2 Loop time of 0.0172081 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:59 2021 Pair time (%) = 0.00107193 (6.22922) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.22168) Outpt time (%) = 0.015985 (92.8924) Other time (%) = 0.00011301 (0.656728) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:59 2021 Memory usage per processor = 27.5261 Mbytes Step Atoms AVEKE stressZZ 7357 5000 1.2198726e-11 2077706.4 7358 -0.00857999999999532 2077669.1764639 7358 5000 1.2197868e-11 2077669.2 Loop time of 0.017225 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:59 2021 Pair time (%) = 0.000967979 (5.61961) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.203469) Outpt time (%) = 0.016118 (93.5734) Other time (%) = 0.000103951 (0.603485) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:59 2021 Memory usage per processor = 27.5261 Mbytes Step Atoms AVEKE stressZZ 7358 5000 1.2197868e-11 2077663.3 7359 -0.00857999999999532 2077626.14020957 7359 5000 1.219701e-11 2077626.1 Loop time of 0.0171871 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:59 2021 Pair time (%) = 0.000920057 (5.35318) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191433) Outpt time (%) = 0.0161309 (93.8547) Other time (%) = 0.000103235 (0.600655) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:59 2021 Memory usage per processor = 27.5261 Mbytes Step Atoms AVEKE stressZZ 7359 5000 1.219701e-11 2077620.3 7360 -0.00857999999999532 2077583.10602349 7360 5000 1.2196153e-11 2077583.1 Loop time of 0.018806 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:59 2021 Pair time (%) = 0.00094986 (5.05084) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.185096) Outpt time (%) = 0.017714 (94.1936) Other time (%) = 0.000107288 (0.570501) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:59 2021 Memory usage per processor = 27.5261 Mbytes Step Atoms AVEKE stressZZ 7360 5000 1.2196153e-11 2077577.3 7361 -0.00857999999999532 2077540.07390539 7361 5000 1.2195295e-11 2077540.1 Loop time of 0.017683 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:59 2021 Pair time (%) = 0.00116801 (6.60527) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.203592) Outpt time (%) = 0.0162871 (92.1058) Other time (%) = 0.000191927 (1.08537) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:59 2021 Memory usage per processor = 27.5261 Mbytes Step Atoms AVEKE stressZZ 7361 5000 1.2195295e-11 2077534.2 7362 -0.00857999999999532 2077497.04385509 7362 5000 1.2194437e-11 2077497 Loop time of 0.017169 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:59 2021 Pair time (%) = 0.000926018 (5.39355) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193023) Outpt time (%) = 0.0161109 (93.8371) Other time (%) = 9.89437e-05 (0.576293) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:59 2021 Memory usage per processor = 27.5261 Mbytes Step Atoms AVEKE stressZZ 7362 5000 1.2194437e-11 2077491.2 7363 -0.00857999999999532 2077454.01587232 7363 5000 1.219358e-11 2077454 Loop time of 0.0169671 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:59 2021 Pair time (%) = 0.000921011 (5.42823) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.193916) Outpt time (%) = 0.0159171 (93.8116) Other time (%) = 9.60827e-05 (0.56629) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:59 2021 Memory usage per processor = 27.5261 Mbytes Step Atoms AVEKE stressZZ 7363 5000 1.219358e-11 2077448.2 7364 -0.00857999999999532 2077410.98995686 7364 5000 1.2192722e-11 2077411 Loop time of 0.0170889 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:59 2021 Pair time (%) = 0.00102496 (5.99782) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.21067) Outpt time (%) = 0.015919 (93.1539) Other time (%) = 0.000108957 (0.637591) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:59 2021 Memory usage per processor = 27.5261 Mbytes Step Atoms AVEKE stressZZ 7364 5000 1.2192722e-11 2077405.2 7365 -0.00857999999999532 2077367.96610845 7365 5000 1.2191865e-11 2077368 Loop time of 0.0171409 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:59 2021 Pair time (%) = 0.000954866 (5.5707) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204468) Outpt time (%) = 0.016052 (93.6476) Other time (%) = 9.89437e-05 (0.577239) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:59 2021 Memory usage per processor = 27.5261 Mbytes Step Atoms AVEKE stressZZ 7365 5000 1.2191865e-11 2077362.1 7366 -0.00857999999999532 2077324.9443269 7366 5000 1.2191007e-11 2077324.9 Loop time of 0.017256 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:59 2021 Pair time (%) = 0.000983 (5.69656) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197577) Outpt time (%) = 0.016134 (93.4979) Other time (%) = 0.000104904 (0.607928) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:59 2021 Memory usage per processor = 27.5261 Mbytes Step Atoms AVEKE stressZZ 7366 5000 1.2191007e-11 2077319.1 7367 -0.00857999999999532 2077281.92461195 7367 5000 1.219015e-11 2077281.9 Loop time of 0.017138 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:59 2021 Pair time (%) = 0.000919819 (5.36713) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191981) Outpt time (%) = 0.016089 (93.8789) Other time (%) = 9.63211e-05 (0.562032) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:59 2021 Memory usage per processor = 27.5261 Mbytes Step Atoms AVEKE stressZZ 7367 5000 1.219015e-11 2077276.1 7368 -0.00857999999999532 2077238.90696336 7368 5000 1.2189293e-11 2077238.9 Loop time of 0.0172062 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:59 2021 Pair time (%) = 0.00110006 (6.39342) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.220319) Outpt time (%) = 0.0159452 (92.6713) Other time (%) = 0.000123024 (0.714998) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:59 2021 Memory usage per processor = 27.5261 Mbytes Step Atoms AVEKE stressZZ 7368 5000 1.2189293e-11 2077233.1 7369 -0.00857999999999532 2077195.89138092 7369 5000 1.2188436e-11 2077195.9 Loop time of 0.0171189 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:59 2021 Pair time (%) = 0.000925064 (5.40375) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193588) Outpt time (%) = 0.0160649 (93.8428) Other time (%) = 9.58443e-05 (0.559873) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:59 2021 Memory usage per processor = 27.5261 Mbytes Step Atoms AVEKE stressZZ 7369 5000 1.2188436e-11 2077190.1 7370 -0.00857999999999532 2077152.8778644 7370 5000 1.2187579e-11 2077152.9 Loop time of 0.019196 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:59 2021 Pair time (%) = 0.000920057 (4.79296) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.167673) Outpt time (%) = 0.0181458 (94.5289) Other time (%) = 9.799e-05 (0.51047) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:59 2021 Memory usage per processor = 27.5261 Mbytes Step Atoms AVEKE stressZZ 7370 5000 1.2187579e-11 2077147 7371 -0.00857999999999532 2077109.86641356 7371 5000 1.2186722e-11 2077109.9 Loop time of 0.0169599 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:59 2021 Pair time (%) = 0.000926018 (5.46004) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.19962) Outpt time (%) = 0.0158999 (93.7499) Other time (%) = 0.000100136 (0.590427) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:59 2021 Memory usage per processor = 27.5261 Mbytes Step Atoms AVEKE stressZZ 7371 5000 1.2186722e-11 2077104 7372 -0.00857999999999532 2077066.85702821 7372 5000 1.2185865e-11 2077066.9 Loop time of 0.017319 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:59 2021 Pair time (%) = 0.00114393 (6.60509) Neigh time (%) = 0 (0) Comm time (%) = 4.22001e-05 (0.243664) Outpt time (%) = 0.01599 (92.3266) Other time (%) = 0.000142813 (0.824603) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:59 2021 Memory usage per processor = 27.5261 Mbytes Step Atoms AVEKE stressZZ 7372 5000 1.2185865e-11 2077061 7373 -0.00857999999999532 2077023.84970806 7373 5000 1.2185008e-11 2077023.8 Loop time of 0.017149 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:59 2021 Pair time (%) = 0.000921965 (5.37621) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191859) Outpt time (%) = 0.016093 (93.8425) Other time (%) = 0.000101089 (0.589478) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:59 2021 Memory usage per processor = 27.5261 Mbytes Step Atoms AVEKE stressZZ 7373 5000 1.2185008e-11 2077018 7374 -0.00857999999999532 2076980.84445294 7374 5000 1.2184152e-11 2076980.8 Loop time of 0.0171771 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:59 2021 Pair time (%) = 0.000919104 (5.35075) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191544) Outpt time (%) = 0.0161269 (93.8859) Other time (%) = 9.82285e-05 (0.571857) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:59 2021 Memory usage per processor = 27.5261 Mbytes Step Atoms AVEKE stressZZ 7374 5000 1.2184152e-11 2076975 7375 -0.00857999999999532 2076937.84126263 7375 5000 1.2183295e-11 2076937.8 Loop time of 0.0169809 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:59 2021 Pair time (%) = 0.00093317 (5.49542) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.223242) Outpt time (%) = 0.0159018 (93.6453) Other time (%) = 0.000108004 (0.63603) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:59 2021 Memory usage per processor = 27.5261 Mbytes Step Atoms AVEKE stressZZ 7375 5000 1.2183295e-11 2076932 7376 -0.00857999999999532 2076894.84013689 7376 5000 1.2182438e-11 2076894.8 Loop time of 0.017447 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:59 2021 Pair time (%) = 0.00105 (6.0182) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.206346) Outpt time (%) = 0.0162468 (93.1209) Other time (%) = 0.000114202 (0.654568) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:59 2021 Memory usage per processor = 27.5261 Mbytes Step Atoms AVEKE stressZZ 7376 5000 1.2182438e-11 2076889 7377 -0.00857999999999532 2076851.8410755 7377 5000 1.2181582e-11 2076851.8 Loop time of 0.01718 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:59 2021 Pair time (%) = 0.000917912 (5.34292) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191512) Outpt time (%) = 0.0161312 (93.8952) Other time (%) = 9.799e-05 (0.570374) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:59 2021 Memory usage per processor = 27.5261 Mbytes Step Atoms AVEKE stressZZ 7377 5000 1.2181582e-11 2076846 7378 -0.00857999999999532 2076808.84407818 7378 5000 1.2180726e-11 2076808.8 Loop time of 0.0169721 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:59 2021 Pair time (%) = 0.000921965 (5.43225) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.195263) Outpt time (%) = 0.015924 (93.8246) Other time (%) = 9.29832e-05 (0.547861) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:59 2021 Memory usage per processor = 27.5261 Mbytes Step Atoms AVEKE stressZZ 7378 5000 1.2180726e-11 2076803 7379 -0.00857999999999532 2076765.84914481 7379 5000 1.2179869e-11 2076765.8 Loop time of 0.017158 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:59 2021 Pair time (%) = 0.000993013 (5.78746) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204263) Outpt time (%) = 0.0160198 (93.3663) Other time (%) = 0.000110149 (0.64197) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:59 2021 Memory usage per processor = 27.5261 Mbytes Step Atoms AVEKE stressZZ 7379 5000 1.2179869e-11 2076760 7380 -0.00857999999999532 2076722.85627507 7380 5000 1.2179013e-11 2076722.9 Loop time of 0.019031 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:59 2021 Pair time (%) = 0.000921011 (4.83952) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.172885) Outpt time (%) = 0.0179801 (94.4777) Other time (%) = 9.70364e-05 (0.509884) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:59 2021 Memory usage per processor = 27.5261 Mbytes Step Atoms AVEKE stressZZ 7380 5000 1.2179013e-11 2076717 7381 -0.00857999999999532 2076679.86546878 7381 5000 1.2178157e-11 2076679.9 Loop time of 0.0171759 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:59 2021 Pair time (%) = 0.000921011 (5.36222) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192946) Outpt time (%) = 0.016124 (93.8757) Other time (%) = 9.77516e-05 (0.56912) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:59 2021 Memory usage per processor = 27.5261 Mbytes Step Atoms AVEKE stressZZ 7381 5000 1.2178157e-11 2076674 7382 -0.00857999999999532 2076636.87672574 7382 5000 1.2177301e-11 2076636.9 Loop time of 0.016911 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:59 2021 Pair time (%) = 0.000919819 (5.43917) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.194558) Outpt time (%) = 0.0158601 (93.7854) Other time (%) = 9.82285e-05 (0.580854) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:59 2021 Memory usage per processor = 27.5261 Mbytes Step Atoms AVEKE stressZZ 7382 5000 1.2177301e-11 2076631 7383 -0.00857999999999532 2076593.89004571 7383 5000 1.2176445e-11 2076593.9 Loop time of 0.0171809 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:59 2021 Pair time (%) = 0.00110817 (6.45) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.238683) Outpt time (%) = 0.0159121 (92.6147) Other time (%) = 0.000119686 (0.696622) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:59 2021 Memory usage per processor = 27.5261 Mbytes Step Atoms AVEKE stressZZ 7383 5000 1.2176445e-11 2076588.1 7384 -0.00857999999999532 2076550.90542847 7384 5000 1.2175589e-11 2076550.9 Loop time of 0.0171299 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:59 2021 Pair time (%) = 0.000920057 (5.37106) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.199031) Outpt time (%) = 0.0160811 (93.8774) Other time (%) = 9.46522e-05 (0.552555) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:59 2021 Memory usage per processor = 27.5261 Mbytes Step Atoms AVEKE stressZZ 7384 5000 1.2175589e-11 2076545.1 7385 -0.00857999999999532 2076507.92287383 7385 5000 1.2174734e-11 2076507.9 Loop time of 0.017025 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:59 2021 Pair time (%) = 0.000917912 (5.39155) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.194656) Outpt time (%) = 0.0159781 (93.8508) Other time (%) = 9.58443e-05 (0.562962) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:59 2021 Memory usage per processor = 27.5261 Mbytes Step Atoms AVEKE stressZZ 7385 5000 1.2174734e-11 2076502.1 7386 -0.00857999999999532 2076464.94238154 7386 5000 1.2173878e-11 2076464.9 Loop time of 0.017076 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:59 2021 Pair time (%) = 0.000946045 (5.5402) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.210829) Outpt time (%) = 0.01599 (93.6402) Other time (%) = 0.000103951 (0.608752) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:59 2021 Memory usage per processor = 27.5261 Mbytes Step Atoms AVEKE stressZZ 7386 5000 1.2173878e-11 2076459.1 7387 -0.00857999999999532 2076421.96395136 7387 5000 1.2173022e-11 2076422 Loop time of 0.017247 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:59 2021 Pair time (%) = 0.000977039 (5.66499) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.19768) Outpt time (%) = 0.01613 (93.5235) Other time (%) = 0.000105858 (0.613777) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:59 2021 Memory usage per processor = 27.5261 Mbytes Step Atoms AVEKE stressZZ 7387 5000 1.2173022e-11 2076416.1 7388 -0.00857999999999532 2076378.98758312 7388 5000 1.2172167e-11 2076379 Loop time of 0.01721 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:59 2021 Pair time (%) = 0.000923872 (5.36823) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192563) Outpt time (%) = 0.0161529 (93.8574) Other time (%) = 0.000100136 (0.581846) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:59 2021 Memory usage per processor = 27.5261 Mbytes Step Atoms AVEKE stressZZ 7388 5000 1.2172167e-11 2076373.2 7389 -0.00857999999999532 2076336.01327657 7389 5000 1.2171311e-11 2076336 Loop time of 0.0170021 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:59 2021 Pair time (%) = 0.000923157 (5.42966) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.193516) Outpt time (%) = 0.015949 (93.8061) Other time (%) = 9.70364e-05 (0.570731) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:59 2021 Memory usage per processor = 27.5261 Mbytes Step Atoms AVEKE stressZZ 7389 5000 1.2171311e-11 2076330.2 7390 -0.00857999999999532 2076293.04103154 7390 5000 1.2170456e-11 2076293 Loop time of 0.0188451 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:59 2021 Pair time (%) = 0.000972986 (5.16308) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.185977) Outpt time (%) = 0.0177281 (94.0728) Other time (%) = 0.000108957 (0.578174) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:59 2021 Memory usage per processor = 27.5261 Mbytes Step Atoms AVEKE stressZZ 7390 5000 1.2170456e-11 2076287.2 7391 -0.00857999999999532 2076250.07084773 7391 5000 1.2169601e-11 2076250.1 Loop time of 0.0172689 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:59 2021 Pair time (%) = 0.000977039 (5.6578) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.201571) Outpt time (%) = 0.0161479 (93.5083) Other time (%) = 0.000109196 (0.632326) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:59 2021 Memory usage per processor = 27.5261 Mbytes Step Atoms AVEKE stressZZ 7391 5000 1.2169601e-11 2076244.2 7392 -0.00857999999999532 2076207.10272498 7392 5000 1.2168746e-11 2076207.1 Loop time of 0.017277 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:59 2021 Pair time (%) = 0.00092411 (5.34879) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197337) Outpt time (%) = 0.0162208 (93.8867) Other time (%) = 9.799e-05 (0.56717) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:59 2021 Memory usage per processor = 27.5261 Mbytes Step Atoms AVEKE stressZZ 7392 5000 1.2168746e-11 2076201.3 7393 -0.00857999999999532 2076164.13666311 7393 5000 1.216789e-11 2076164.1 Loop time of 0.0169001 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:59 2021 Pair time (%) = 0.000921011 (5.44975) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.194684) Outpt time (%) = 0.0158551 (93.8167) Other time (%) = 9.10759e-05 (0.538909) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:59 2021 Memory usage per processor = 27.5261 Mbytes Step Atoms AVEKE stressZZ 7393 5000 1.216789e-11 2076158.3 7394 -0.00857999999999532 2076121.17266185 7394 5000 1.2167035e-11 2076121.2 Loop time of 0.017365 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:20:59 2021 Pair time (%) = 0.00112391 (6.47225) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.207321) Outpt time (%) = 0.0160871 (92.6408) Other time (%) = 0.000118017 (0.679628) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:20:59 2021 Memory usage per processor = 27.5261 Mbytes Step Atoms AVEKE stressZZ 7394 5000 1.2167035e-11 2076115.3 7395 -0.00857999999999532 2076078.21072101 7395 5000 1.216618e-11 2076078.2 Loop time of 0.0171449 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:00 2021 Pair time (%) = 0.000919819 (5.36497) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191904) Outpt time (%) = 0.016094 (93.8702) Other time (%) = 9.82285e-05 (0.57293) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:00 2021 Memory usage per processor = 27.5261 Mbytes Step Atoms AVEKE stressZZ 7395 5000 1.216618e-11 2076072.4 7396 -0.00857999999999532 2076035.25084034 7396 5000 1.2165326e-11 2076035.3 Loop time of 0.0168951 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:00 2021 Pair time (%) = 0.000922918 (5.46265) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.196153) Outpt time (%) = 0.015841 (93.7612) Other time (%) = 9.799e-05 (0.579992) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:00 2021 Memory usage per processor = 27.5261 Mbytes Step Atoms AVEKE stressZZ 7396 5000 1.2165326e-11 2076029.4 7397 -0.00857999999999532 2075992.2930197 7397 5000 1.2164471e-11 2075992.3 Loop time of 0.0168569 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:00 2021 Pair time (%) = 0.000921965 (5.46936) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.196597) Outpt time (%) = 0.0158088 (93.7824) Other time (%) = 9.29832e-05 (0.551603) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:00 2021 Memory usage per processor = 27.5261 Mbytes Step Atoms AVEKE stressZZ 7397 5000 1.2164471e-11 2075986.5 7398 -0.00857999999999532 2075949.33725881 7398 5000 1.2163616e-11 2075949.3 Loop time of 0.016839 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:00 2021 Pair time (%) = 0.000923872 (5.48649) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.19539) Outpt time (%) = 0.01579 (93.7702) Other time (%) = 9.2268e-05 (0.547941) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:00 2021 Memory usage per processor = 27.5261 Mbytes Step Atoms AVEKE stressZZ 7398 5000 1.2163616e-11 2075943.5 7399 -0.00857999999999532 2075906.38355749 7399 5000 1.2162762e-11 2075906.4 Loop time of 0.0172939 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:00 2021 Pair time (%) = 0.000921965 (5.33115) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.19025) Outpt time (%) = 0.0162501 (93.9644) Other time (%) = 8.89301e-05 (0.514227) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:00 2021 Memory usage per processor = 27.5261 Mbytes Step Atoms AVEKE stressZZ 7399 5000 1.2162762e-11 2075900.5 7400 -0.00857999999999532 2075863.4319155 7400 5000 1.2161907e-11 2075863.4 Loop time of 0.0189371 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:00 2021 Pair time (%) = 0.000947952 (5.00579) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.190109) Outpt time (%) = 0.0178478 (94.2476) Other time (%) = 0.000105381 (0.556479) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:00 2021 Memory usage per processor = 27.5261 Mbytes Step Atoms AVEKE stressZZ 7400 5000 1.2161907e-11 2075857.6 7401 -0.00857999999999532 2075820.48233263 7401 5000 1.2161053e-11 2075820.5 Loop time of 0.0171189 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:00 2021 Pair time (%) = 0.00101018 (5.90095) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.221442) Outpt time (%) = 0.01595 (93.1715) Other time (%) = 0.000120878 (0.706108) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:00 2021 Memory usage per processor = 27.5261 Mbytes Step Atoms AVEKE stressZZ 7401 5000 1.2161053e-11 2075814.6 7402 -0.00857999999999532 2075777.5348087 7402 5000 1.2160198e-11 2075777.5 Loop time of 0.0172269 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:00 2021 Pair time (%) = 0.000951052 (5.52073) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.203446) Outpt time (%) = 0.0161378 (93.6779) Other time (%) = 0.000102997 (0.597882) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:00 2021 Memory usage per processor = 27.5261 Mbytes Step Atoms AVEKE stressZZ 7402 5000 1.2160198e-11 2075771.7 7403 -0.00857999999999532 2075734.5893435 7403 5000 1.2159344e-11 2075734.6 Loop time of 0.0172551 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:00 2021 Pair time (%) = 0.000920057 (5.3321) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192061) Outpt time (%) = 0.0162039 (93.9079) Other time (%) = 9.799e-05 (0.567891) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:00 2021 Memory usage per processor = 27.5261 Mbytes Step Atoms AVEKE stressZZ 7403 5000 1.2159344e-11 2075728.8 7404 -0.00857999999999532 2075691.64593677 7404 5000 1.215849e-11 2075691.6 Loop time of 0.017005 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:00 2021 Pair time (%) = 0.00097394 (5.72738) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.193483) Outpt time (%) = 0.0158989 (93.4959) Other time (%) = 9.91821e-05 (0.583254) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:00 2021 Memory usage per processor = 27.5261 Mbytes Step Atoms AVEKE stressZZ 7404 5000 1.215849e-11 2075685.8 7405 -0.00857999999999532 2075648.70458836 7405 5000 1.2157636e-11 2075648.7 Loop time of 0.0173531 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:00 2021 Pair time (%) = 0.00112605 (6.48906) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.212959) Outpt time (%) = 0.016026 (92.3527) Other time (%) = 0.000164032 (0.945263) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:00 2021 Memory usage per processor = 27.5261 Mbytes Step Atoms AVEKE stressZZ 7405 5000 1.2157636e-11 2075642.9 7406 -0.00857999999999532 2075605.76529802 7406 5000 1.2156782e-11 2075605.8 Loop time of 0.0172079 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:00 2021 Pair time (%) = 0.000952959 (5.53793) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.227225) Outpt time (%) = 0.0161119 (93.6308) Other time (%) = 0.000103951 (0.604087) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:00 2021 Memory usage per processor = 27.5261 Mbytes Step Atoms AVEKE stressZZ 7406 5000 1.2156782e-11 2075599.9 7407 -0.00857999999999532 2075562.82806555 7407 5000 1.2155928e-11 2075562.8 Loop time of 0.0170319 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:00 2021 Pair time (%) = 0.000921011 (5.40756) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.198777) Outpt time (%) = 0.01598 (93.8239) Other time (%) = 9.70364e-05 (0.569733) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:00 2021 Memory usage per processor = 27.5261 Mbytes Step Atoms AVEKE stressZZ 7407 5000 1.2155928e-11 2075557 7408 -0.00857999999999532 2075519.89289076 7408 5000 1.2155074e-11 2075519.9 Loop time of 0.017087 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:00 2021 Pair time (%) = 0.000952959 (5.57711) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205112) Outpt time (%) = 0.0159941 (93.6038) Other time (%) = 0.000104904 (0.613942) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:00 2021 Memory usage per processor = 27.5261 Mbytes Step Atoms AVEKE stressZZ 7408 5000 1.2155074e-11 2075514.1 7409 -0.00857999999999532 2075476.95977339 7409 5000 1.215422e-11 2075477 Loop time of 0.017164 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:00 2021 Pair time (%) = 0.0009408 (5.48124) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.202803) Outpt time (%) = 0.0160909 (93.7478) Other time (%) = 9.75132e-05 (0.568127) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:00 2021 Memory usage per processor = 27.5261 Mbytes Step Atoms AVEKE stressZZ 7409 5000 1.215422e-11 2075471.1 7410 -0.00857999999999532 2075434.02871332 7410 5000 1.2153366e-11 2075434 Loop time of 0.0191278 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:00 2021 Pair time (%) = 0.000936031 (4.89355) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.173256) Outpt time (%) = 0.01806 (94.4172) Other time (%) = 9.87053e-05 (0.516029) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:00 2021 Memory usage per processor = 27.5261 Mbytes Step Atoms AVEKE stressZZ 7410 5000 1.2153366e-11 2075428.2 7411 -0.00857999999999532 2075391.09971026 7411 5000 1.2152513e-11 2075391.1 Loop time of 0.0170641 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:00 2021 Pair time (%) = 0.000958204 (5.61532) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205388) Outpt time (%) = 0.01597 (93.5883) Other time (%) = 0.000100851 (0.591013) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:00 2021 Memory usage per processor = 27.5261 Mbytes Step Atoms AVEKE stressZZ 7411 5000 1.2152513e-11 2075385.3 7412 -0.00857999999999532 2075348.17276405 7412 5000 1.2151659e-11 2075348.2 Loop time of 0.0171099 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:00 2021 Pair time (%) = 0.00102687 (6.00162) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204838) Outpt time (%) = 0.0159369 (93.1442) Other time (%) = 0.000111103 (0.649351) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:00 2021 Memory usage per processor = 27.5261 Mbytes Step Atoms AVEKE stressZZ 7412 5000 1.2151659e-11 2075342.3 7413 -0.00857999999999532 2075305.24787446 7413 5000 1.2150806e-11 2075305.2 Loop time of 0.0171151 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:00 2021 Pair time (%) = 0.000950813 (5.5554) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.19781) Outpt time (%) = 0.016032 (93.6715) Other time (%) = 9.84669e-05 (0.575321) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:21:00 2021 Memory usage per processor = 27.5261 Mbytes Step Atoms AVEKE stressZZ 7413 5000 1.2150806e-11 2075299.4 7414 -0.00857999999999532 2075254.83046574 7414 5000 2.4005242e-11 2075322.9 Loop time of 0.01706 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:00 2021 Pair time (%) = 0.000962973 (5.64461) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205436) Outpt time (%) = 0.0159359 (93.4107) Other time (%) = 0.000126123 (0.739291) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28307 ave 28307 max 28307 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28307 Ave neighs/atom = 5.6614 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:00 2021 Memory usage per processor = 27.5261 Mbytes Step Atoms AVEKE stressZZ 7414 5000 2.4005242e-11 2111756.5 7415 -0.0086124999999953 2111707.17535639 7415 5000 1.9385573e-11 2111707.2 Loop time of 0.016819 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:00 2021 Pair time (%) = 0.000923872 (5.49303) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.201293) Outpt time (%) = 0.0157621 (93.716) Other time (%) = 9.91821e-05 (0.589703) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:00 2021 Memory usage per processor = 27.5261 Mbytes Step Atoms AVEKE stressZZ 7415 5000 1.9385573e-11 2111699.3 7416 -0.0086124999999953 2111654.20246282 7416 5000 1.670569e-11 2111654.2 Loop time of 0.017189 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:00 2021 Pair time (%) = 0.00111604 (6.49273) Neigh time (%) = 0 (0) Comm time (%) = 4.29153e-05 (0.249667) Outpt time (%) = 0.0158861 (92.4198) Other time (%) = 0.000144005 (0.837772) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:00 2021 Memory usage per processor = 27.5261 Mbytes Step Atoms AVEKE stressZZ 7416 5000 1.670569e-11 2111647 7417 -0.0086124999999953 2111604.57991346 7417 5000 1.5105794e-11 2111604.6 Loop time of 0.0170779 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:00 2021 Pair time (%) = 0.000922918 (5.40416) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.199637) Outpt time (%) = 0.0160239 (93.828) Other time (%) = 9.70364e-05 (0.568198) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:00 2021 Memory usage per processor = 27.5261 Mbytes Step Atoms AVEKE stressZZ 7417 5000 1.5105794e-11 2111597.8 7418 -0.0086124999999953 2111557.08730455 7418 5000 1.4130539e-11 2111557.1 Loop time of 0.0170422 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:00 2021 Pair time (%) = 0.000926971 (5.43928) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.19446) Outpt time (%) = 0.0159831 (93.7857) Other time (%) = 9.89437e-05 (0.580582) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:00 2021 Memory usage per processor = 27.5261 Mbytes Step Atoms AVEKE stressZZ 7418 5000 1.4130539e-11 2111550.6 7419 -0.0086124999999953 2111510.94905901 7419 5000 1.3527324e-11 2111510.9 Loop time of 0.0169919 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:00 2021 Pair time (%) = 0.000952959 (5.60833) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206261) Outpt time (%) = 0.0158989 (93.568) Other time (%) = 0.000104904 (0.617379) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:00 2021 Memory usage per processor = 27.5261 Mbytes Step Atoms AVEKE stressZZ 7419 5000 1.3527324e-11 2111504.7 7420 -0.0086124999999953 2111465.6722901 7420 5000 1.3150479e-11 2111465.7 Loop time of 0.0194139 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:00 2021 Pair time (%) = 0.00105214 (5.41951) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.18544) Outpt time (%) = 0.0182099 (93.7982) Other time (%) = 0.000115871 (0.596846) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:00 2021 Memory usage per processor = 27.5262 Mbytes Step Atoms AVEKE stressZZ 7420 5000 1.3150479e-11 2111459.5 7421 -0.0086124999999953 2111420.94376306 7421 5000 1.2913426e-11 2111420.9 Loop time of 0.0172238 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:00 2021 Pair time (%) = 0.000925064 (5.37084) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192409) Outpt time (%) = 0.016175 (93.9107) Other time (%) = 9.05991e-05 (0.52601) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:00 2021 Memory usage per processor = 27.5262 Mbytes Step Atoms AVEKE stressZZ 7421 5000 1.2913426e-11 2111414.8 7422 -0.0086124999999953 2111376.56442302 7422 5000 1.276357e-11 2111376.6 Loop time of 0.01703 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:00 2021 Pair time (%) = 0.000925064 (5.43197) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.194599) Outpt time (%) = 0.015974 (93.7994) Other time (%) = 9.77516e-05 (0.573997) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:00 2021 Memory usage per processor = 27.5262 Mbytes Step Atoms AVEKE stressZZ 7422 5000 1.276357e-11 2111370.5 7423 -0.0086124999999953 2111332.40781772 7423 5000 1.2668464e-11 2111332.4 Loop time of 0.017154 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:00 2021 Pair time (%) = 0.000947952 (5.52614) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.209871) Outpt time (%) = 0.0160658 (93.6566) Other time (%) = 0.000104189 (0.607375) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:00 2021 Memory usage per processor = 27.5262 Mbytes Step Atoms AVEKE stressZZ 7423 5000 1.2668464e-11 2111326.4 7424 -0.0086124999999953 2111288.39352358 7424 5000 1.2607884e-11 2111288.4 Loop time of 0.0172818 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:00 2021 Pair time (%) = 0.000946045 (5.47424) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197282) Outpt time (%) = 0.016207 (93.7808) Other time (%) = 9.46522e-05 (0.5477) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:00 2021 Memory usage per processor = 27.5262 Mbytes Step Atoms AVEKE stressZZ 7424 5000 1.2607884e-11 2111282.4 7425 -0.0086124999999953 2111244.47043677 7425 5000 1.2569138e-11 2111244.5 Loop time of 0.0172169 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:00 2021 Pair time (%) = 0.000924826 (5.37161) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191101) Outpt time (%) = 0.0161631 (93.8792) Other time (%) = 9.60827e-05 (0.558071) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:00 2021 Memory usage per processor = 27.5262 Mbytes Step Atoms AVEKE stressZZ 7425 5000 1.2569138e-11 2111238.5 7426 -0.0086124999999953 2111200.60608203 7426 5000 1.2544223e-11 2111200.6 Loop time of 0.0183761 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:00 2021 Pair time (%) = 0.000928879 (5.05482) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.179046) Outpt time (%) = 0.0173221 (94.264) Other time (%) = 9.2268e-05 (0.502108) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:00 2021 Memory usage per processor = 27.5262 Mbytes Step Atoms AVEKE stressZZ 7426 5000 1.2544223e-11 2111194.6 7427 -0.0086124999999953 2111156.77982105 7427 5000 1.252808e-11 2111156.8 Loop time of 0.017061 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:00 2021 Pair time (%) = 0.000999928 (5.8609) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.211015) Outpt time (%) = 0.015918 (93.3006) Other time (%) = 0.00010705 (0.627454) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:00 2021 Memory usage per processor = 27.5262 Mbytes Step Atoms AVEKE stressZZ 7427 5000 1.252808e-11 2111150.8 7428 -0.0086124999999953 2111112.97853773 7428 5000 1.2517505e-11 2111113 Loop time of 0.017128 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:00 2021 Pair time (%) = 0.00092411 (5.39532) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193486) Outpt time (%) = 0.0160761 (93.8586) Other time (%) = 9.46522e-05 (0.552617) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:00 2021 Memory usage per processor = 27.5262 Mbytes Step Atoms AVEKE stressZZ 7428 5000 1.2517505e-11 2111107 7429 -0.0086124999999953 2111069.19389632 7429 5000 1.2510465e-11 2111069.2 Loop time of 0.0171459 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:00 2021 Pair time (%) = 0.000922918 (5.38274) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191893) Outpt time (%) = 0.016098 (93.8886) Other time (%) = 9.20296e-05 (0.536745) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:00 2021 Memory usage per processor = 27.5262 Mbytes Step Atoms AVEKE stressZZ 7429 5000 1.2510465e-11 2111063.2 7430 -0.0086124999999953 2111025.42059908 7430 5000 1.2505671e-11 2111025.4 Loop time of 0.0189619 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:00 2021 Pair time (%) = 0.00101781 (5.36765) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.211236) Outpt time (%) = 0.0177779 (93.756) Other time (%) = 0.000126123 (0.665141) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:00 2021 Memory usage per processor = 27.5262 Mbytes Step Atoms AVEKE stressZZ 7430 5000 1.2505671e-11 2111019.4 7431 -0.0086124999999953 2110981.65527893 7431 5000 1.2502303e-11 2110981.7 Loop time of 0.0172572 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:00 2021 Pair time (%) = 0.00111294 (6.44912) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.214142) Outpt time (%) = 0.01597 (92.541) Other time (%) = 0.000137329 (0.795778) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:00 2021 Memory usage per processor = 27.5262 Mbytes Step Atoms AVEKE stressZZ 7431 5000 1.2502303e-11 2110975.7 7432 -0.0086124999999953 2110937.89579587 7432 5000 1.2499842e-11 2110937.9 Loop time of 0.0171781 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:00 2021 Pair time (%) = 0.000925064 (5.38515) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191534) Outpt time (%) = 0.0161219 (93.8515) Other time (%) = 9.82285e-05 (0.571825) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:00 2021 Memory usage per processor = 27.5262 Mbytes Step Atoms AVEKE stressZZ 7432 5000 1.2499842e-11 2110931.9 7433 -0.0086124999999953 2110894.14078958 7433 5000 1.2497957e-11 2110894.1 Loop time of 0.555356 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:01 2021 Pair time (%) = 0.000923872 (0.166357) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.0061391) Outpt time (%) = 0.5543 (99.8098) Other time (%) = 9.82285e-05 (0.0176875) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:01 2021 Memory usage per processor = 27.5262 Mbytes Step Atoms AVEKE stressZZ 7433 5000 1.2497957e-11 2110888.2 7434 -0.0086124999999953 2110850.38939539 7434 5000 1.2496438e-11 2110850.4 Loop time of 0.018585 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:01 2021 Pair time (%) = 0.00117397 (6.31679) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.247591) Outpt time (%) = 0.0172431 (92.7801) Other time (%) = 0.000121832 (0.65554) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:01 2021 Memory usage per processor = 27.5262 Mbytes Step Atoms AVEKE stressZZ 7434 5000 1.2496438e-11 2110844.4 7435 -0.0086124999999953 2110806.64104854 7435 5000 1.2495151e-11 2110806.6 Loop time of 0.017189 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:01 2021 Pair time (%) = 0.00110388 (6.42199) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.220539) Outpt time (%) = 0.0158911 (92.449) Other time (%) = 0.000156164 (0.908511) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:01 2021 Memory usage per processor = 27.5262 Mbytes Step Atoms AVEKE stressZZ 7435 5000 1.2495151e-11 2110800.7 7436 -0.0086124999999953 2110762.89540914 7436 5000 1.2494013e-11 2110762.9 Loop time of 0.017134 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:01 2021 Pair time (%) = 0.000926018 (5.40458) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193418) Outpt time (%) = 0.0160799 (93.8482) Other time (%) = 9.48906e-05 (0.553816) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:01 2021 Memory usage per processor = 27.5262 Mbytes Step Atoms AVEKE stressZZ 7436 5000 1.2494013e-11 2110756.9 7437 -0.0086124999999953 2110719.15225889 7437 5000 1.2492968e-11 2110719.2 Loop time of 0.0171981 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:01 2021 Pair time (%) = 0.000926018 (5.38442) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191311) Outpt time (%) = 0.0161409 (93.8531) Other time (%) = 9.82285e-05 (0.571159) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:01 2021 Memory usage per processor = 27.5262 Mbytes Step Atoms AVEKE stressZZ 7437 5000 1.2492968e-11 2110713.2 7438 -0.0086124999999953 2110675.41145638 7438 5000 1.2491984e-11 2110675.4 Loop time of 0.0170701 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:01 2021 Pair time (%) = 0.00101304 (5.93461) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.210903) Outpt time (%) = 0.015914 (93.2274) Other time (%) = 0.00010705 (0.627121) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:01 2021 Memory usage per processor = 27.5262 Mbytes Step Atoms AVEKE stressZZ 7438 5000 1.2491984e-11 2110669.4 7439 -0.0086124999999953 2110631.67291162 7439 5000 1.2491037e-11 2110631.7 Loop time of 0.0173581 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:01 2021 Pair time (%) = 0.000982046 (5.65758) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.200536) Outpt time (%) = 0.016233 (93.5183) Other time (%) = 0.000108242 (0.623584) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:01 2021 Memory usage per processor = 27.5262 Mbytes Step Atoms AVEKE stressZZ 7439 5000 1.2491037e-11 2110625.7 7440 -0.0086124999999953 2110587.93656722 7440 5000 1.2490114e-11 2110587.9 Loop time of 0.018939 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:01 2021 Pair time (%) = 0.000922203 (4.86933) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.173725) Outpt time (%) = 0.0178871 (94.4458) Other time (%) = 9.67979e-05 (0.511103) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:01 2021 Memory usage per processor = 27.5262 Mbytes Step Atoms AVEKE stressZZ 7440 5000 1.2490114e-11 2110581.9 7441 -0.0086124999999953 2110544.20238663 7441 5000 1.2489207e-11 2110544.2 Loop time of 0.0171149 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:01 2021 Pair time (%) = 0.000922918 (5.39249) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193634) Outpt time (%) = 0.0160589 (93.8302) Other time (%) = 9.98974e-05 (0.583687) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:01 2021 Memory usage per processor = 27.5262 Mbytes Step Atoms AVEKE stressZZ 7441 5000 1.2489207e-11 2110538.2 7442 -0.0086124999999953 2110500.47034643 7442 5000 1.248831e-11 2110500.5 Loop time of 0.017072 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:01 2021 Pair time (%) = 0.000947952 (5.55268) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205293) Outpt time (%) = 0.015985 (93.6331) Other time (%) = 0.000103951 (0.608896) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:01 2021 Memory usage per processor = 27.5262 Mbytes Step Atoms AVEKE stressZZ 7442 5000 1.248831e-11 2110494.5 7443 -0.0086124999999953 2110456.74043167 7443 5000 1.2487419e-11 2110456.7 Loop time of 0.017205 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:01 2021 Pair time (%) = 0.000968933 (5.63169) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198162) Outpt time (%) = 0.0160971 (93.5604) Other time (%) = 0.000104904 (0.609731) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:01 2021 Memory usage per processor = 27.5262 Mbytes Step Atoms AVEKE stressZZ 7443 5000 1.2487419e-11 2110450.8 7444 -0.0086124999999953 2110413.01263269 7444 5000 1.2486532e-11 2110413 Loop time of 0.0171759 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:01 2021 Pair time (%) = 0.000926018 (5.39137) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191558) Outpt time (%) = 0.016119 (93.8466) Other time (%) = 9.799e-05 (0.570508) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:01 2021 Memory usage per processor = 27.5262 Mbytes Step Atoms AVEKE stressZZ 7444 5000 1.2486532e-11 2110407 7445 -0.0086124999999953 2110369.28694322 7445 5000 1.2485647e-11 2110369.3 Loop time of 0.017065 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:01 2021 Pair time (%) = 0.000930071 (5.45015) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.194199) Outpt time (%) = 0.016005 (93.7884) Other time (%) = 9.67979e-05 (0.567229) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:01 2021 Memory usage per processor = 27.5262 Mbytes Step Atoms AVEKE stressZZ 7445 5000 1.2485647e-11 2110363.3 7446 -0.0086124999999953 2110325.56335915 7446 5000 1.2484765e-11 2110325.6 Loop time of 0.0170939 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:01 2021 Pair time (%) = 0.00098896 (5.78546) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.210609) Outpt time (%) = 0.015964 (93.3902) Other time (%) = 0.000104904 (0.613694) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:01 2021 Memory usage per processor = 27.5262 Mbytes Step Atoms AVEKE stressZZ 7446 5000 1.2484765e-11 2110319.6 7447 -0.0086124999999953 2110281.84187779 7447 5000 1.2483883e-11 2110281.8 Loop time of 0.0171602 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:01 2021 Pair time (%) = 0.000923872 (5.38381) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.197291) Outpt time (%) = 0.0161018 (93.8326) Other time (%) = 0.000100613 (0.586315) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:01 2021 Memory usage per processor = 27.5262 Mbytes Step Atoms AVEKE stressZZ 7447 5000 1.2483883e-11 2110275.9 7448 -0.0086124999999953 2110238.12249734 7448 5000 1.2483002e-11 2110238.1 Loop time of 0.0171909 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:01 2021 Pair time (%) = 0.000931025 (5.41579) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198325) Outpt time (%) = 0.016129 (93.8228) Other time (%) = 9.67979e-05 (0.563076) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:01 2021 Memory usage per processor = 27.5262 Mbytes Step Atoms AVEKE stressZZ 7448 5000 1.2483002e-11 2110232.1 7449 -0.0086124999999953 2110194.4052165 7449 5000 1.2482122e-11 2110194.4 Loop time of 0.0171261 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:01 2021 Pair time (%) = 0.000926018 (5.40706) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.199076) Outpt time (%) = 0.0160651 (93.805) Other time (%) = 0.000100851 (0.588874) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:01 2021 Memory usage per processor = 27.5262 Mbytes Step Atoms AVEKE stressZZ 7449 5000 1.2482122e-11 2110188.4 7450 -0.0086124999999953 2110150.69003429 7450 5000 1.2481241e-11 2110150.7 Loop time of 0.0193541 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:01 2021 Pair time (%) = 0.00104403 (5.39439) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.174926) Outpt time (%) = 0.018142 (93.7371) Other time (%) = 0.00013423 (0.693546) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:01 2021 Memory usage per processor = 27.5262 Mbytes Step Atoms AVEKE stressZZ 7450 5000 1.2481241e-11 2110144.7 7451 -0.0086124999999953 2110106.9769501 7451 5000 1.2480362e-11 2110107 Loop time of 0.0171068 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:01 2021 Pair time (%) = 0.000932932 (5.45358) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193726) Outpt time (%) = 0.0160429 (93.7813) Other time (%) = 9.77516e-05 (0.571421) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:01 2021 Memory usage per processor = 27.5262 Mbytes Step Atoms AVEKE stressZZ 7451 5000 1.2480362e-11 2110101 7452 -0.0086124999999953 2110063.26596335 7452 5000 1.2479482e-11 2110063.3 Loop time of 0.017194 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:01 2021 Pair time (%) = 0.000923872 (5.37321) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191356) Outpt time (%) = 0.016139 (93.8641) Other time (%) = 9.82285e-05 (0.571294) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:01 2021 Memory usage per processor = 27.5262 Mbytes Step Atoms AVEKE stressZZ 7452 5000 1.2479482e-11 2110057.3 7453 -0.0086124999999953 2110019.5570736 7453 5000 1.2478602e-11 2110019.6 Loop time of 0.0170522 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:01 2021 Pair time (%) = 0.000929117 (5.44867) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.19854) Outpt time (%) = 0.0159862 (93.7488) Other time (%) = 0.000102997 (0.60401) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:01 2021 Memory usage per processor = 27.5262 Mbytes Step Atoms AVEKE stressZZ 7453 5000 1.2478602e-11 2110013.6 7454 -0.0086124999999953 2109975.85028138 7454 5000 1.2477723e-11 2109975.9 Loop time of 0.0173171 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:01 2021 Pair time (%) = 0.000975132 (5.63105) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.202387) Outpt time (%) = 0.016201 (93.5553) Other time (%) = 0.000105858 (0.611292) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:01 2021 Memory usage per processor = 27.5262 Mbytes Step Atoms AVEKE stressZZ 7454 5000 1.2477723e-11 2109969.9 7455 -0.0086124999999953 2109932.14558712 7455 5000 1.2476844e-11 2109932.1 Loop time of 0.017271 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:01 2021 Pair time (%) = 0.000934124 (5.40861) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197405) Outpt time (%) = 0.016201 (93.8045) Other time (%) = 0.000101805 (0.589453) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:01 2021 Memory usage per processor = 27.5262 Mbytes Step Atoms AVEKE stressZZ 7455 5000 1.2476844e-11 2109926.2 7456 -0.0086124999999953 2109888.44298975 7456 5000 1.2475965e-11 2109888.4 Loop time of 0.0169539 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:01 2021 Pair time (%) = 0.00092411 (5.45071) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.195472) Outpt time (%) = 0.015897 (93.766) Other time (%) = 9.9659e-05 (0.587822) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:01 2021 Memory usage per processor = 27.5262 Mbytes Step Atoms AVEKE stressZZ 7456 5000 1.2475965e-11 2109882.5 7457 -0.0086124999999953 2109844.74248881 7457 5000 1.2475086e-11 2109844.7 Loop time of 0.0170999 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:01 2021 Pair time (%) = 0.000971079 (5.67887) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204958) Outpt time (%) = 0.0159869 (93.4915) Other time (%) = 0.000106812 (0.624634) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:01 2021 Memory usage per processor = 27.5262 Mbytes Step Atoms AVEKE stressZZ 7457 5000 1.2475086e-11 2109838.8 7458 -0.0086124999999953 2109801.044084 7458 5000 1.2474207e-11 2109801 Loop time of 0.0172091 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:02 2021 Pair time (%) = 0.000936985 (5.44472) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191189) Outpt time (%) = 0.0161381 (93.7767) Other time (%) = 0.000101089 (0.58742) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:02 2021 Memory usage per processor = 27.5262 Mbytes Step Atoms AVEKE stressZZ 7458 5000 1.2474207e-11 2109795.1 7459 -0.0086124999999953 2109757.34777499 7459 5000 1.2473328e-11 2109757.3 Loop time of 0.0172641 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:02 2021 Pair time (%) = 0.0009408 (5.44945) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.203008) Outpt time (%) = 0.0161829 (93.7371) Other time (%) = 0.000105381 (0.610404) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:02 2021 Memory usage per processor = 27.5262 Mbytes Step Atoms AVEKE stressZZ 7459 5000 1.2473328e-11 2109751.4 7460 -0.0086124999999953 2109713.65356151 7460 5000 1.2472449e-11 2109713.7 Loop time of 0.018811 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:02 2021 Pair time (%) = 0.000947952 (5.03935) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.174907) Outpt time (%) = 0.0177321 (94.2648) Other time (%) = 9.799e-05 (0.520919) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:02 2021 Memory usage per processor = 27.5262 Mbytes Step Atoms AVEKE stressZZ 7460 5000 1.2472449e-11 2109707.7 7461 -0.0086124999999953 2109669.96144349 7461 5000 1.247157e-11 2109670 Loop time of 0.0172179 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:02 2021 Pair time (%) = 0.00103498 (6.01105) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.22017) Outpt time (%) = 0.016032 (93.1124) Other time (%) = 0.00011301 (0.656355) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:02 2021 Memory usage per processor = 27.5262 Mbytes Step Atoms AVEKE stressZZ 7461 5000 1.247157e-11 2109664 7462 -0.0086124999999953 2109626.27142118 7462 5000 1.2470692e-11 2109626.3 Loop time of 0.0172181 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:02 2021 Pair time (%) = 0.000930071 (5.4017) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192473) Outpt time (%) = 0.0161638 (93.8769) Other time (%) = 9.10759e-05 (0.528954) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:02 2021 Memory usage per processor = 27.5262 Mbytes Step Atoms AVEKE stressZZ 7462 5000 1.2470692e-11 2109620.3 7463 -0.0086124999999953 2109582.5834936 7463 5000 1.2469813e-11 2109582.6 Loop time of 0.0171399 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:02 2021 Pair time (%) = 0.00092411 (5.39157) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193351) Outpt time (%) = 0.0160849 (93.8448) Other time (%) = 9.77516e-05 (0.570316) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:02 2021 Memory usage per processor = 27.5262 Mbytes Step Atoms AVEKE stressZZ 7463 5000 1.2469813e-11 2109576.6 7464 -0.0086124999999953 2109538.89765983 7464 5000 1.2468935e-11 2109538.9 Loop time of 0.016953 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:02 2021 Pair time (%) = 0.000926018 (5.46227) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.194076) Outpt time (%) = 0.015892 (93.7417) Other time (%) = 0.000102043 (0.601918) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:02 2021 Memory usage per processor = 27.5262 Mbytes Step Atoms AVEKE stressZZ 7464 5000 1.2468935e-11 2109532.9 7465 -0.0086124999999953 2109495.21391963 7465 5000 1.2468056e-11 2109495.2 Loop time of 0.0168259 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:02 2021 Pair time (%) = 0.000921965 (5.47943) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.196959) Outpt time (%) = 0.0157828 (93.8007) Other time (%) = 8.79765e-05 (0.522863) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:02 2021 Memory usage per processor = 27.5262 Mbytes Step Atoms AVEKE stressZZ 7465 5000 1.2468056e-11 2109489.2 7466 -0.0086124999999953 2109451.53227272 7466 5000 1.2467178e-11 2109451.5 Loop time of 0.0168071 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:02 2021 Pair time (%) = 0.000931978 (5.54515) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.195761) Outpt time (%) = 0.015748 (93.6988) Other time (%) = 9.41753e-05 (0.560331) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:02 2021 Memory usage per processor = 27.5262 Mbytes Step Atoms AVEKE stressZZ 7466 5000 1.2467178e-11 2109445.5 7467 -0.0086124999999953 2109407.85271883 7467 5000 1.24663e-11 2109407.9 Loop time of 0.0168469 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:02 2021 Pair time (%) = 0.000922918 (5.47827) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.189638) Outpt time (%) = 0.0158 (93.7858) Other time (%) = 9.20296e-05 (0.54627) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:02 2021 Memory usage per processor = 27.5262 Mbytes Step Atoms AVEKE stressZZ 7467 5000 1.24663e-11 2109401.9 7468 -0.0086124999999953 2109364.17525767 7468 5000 1.2465422e-11 2109364.2 Loop time of 0.0173931 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:02 2021 Pair time (%) = 0.00102901 (5.91622) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.196019) Outpt time (%) = 0.0161979 (93.1284) Other time (%) = 0.000132084 (0.759403) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:02 2021 Memory usage per processor = 27.5262 Mbytes Step Atoms AVEKE stressZZ 7468 5000 1.2465422e-11 2109358.2 7469 -0.0086124999999953 2109320.49988904 7469 5000 1.2464544e-11 2109320.5 Loop time of 0.017266 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:02 2021 Pair time (%) = 0.000936985 (5.42675) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191939) Outpt time (%) = 0.0161932 (93.7862) Other time (%) = 0.000102758 (0.595148) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:02 2021 Memory usage per processor = 27.5262 Mbytes Step Atoms AVEKE stressZZ 7469 5000 1.2464544e-11 2109314.5 7470 -0.0086124999999953 2109276.82661269 7470 5000 1.2463666e-11 2109276.8 Loop time of 0.0190489 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:02 2021 Pair time (%) = 0.000925064 (4.85625) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.173974) Outpt time (%) = 0.0179911 (94.4466) Other time (%) = 9.9659e-05 (0.523174) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:02 2021 Memory usage per processor = 27.5262 Mbytes Step Atoms AVEKE stressZZ 7470 5000 1.2463666e-11 2109270.8 7471 -0.0086124999999953 2109233.1554283 7471 5000 1.2462788e-11 2109233.2 Loop time of 0.017009 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:02 2021 Pair time (%) = 0.00095582 (5.61949) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206053) Outpt time (%) = 0.0159109 (93.5437) Other time (%) = 0.000107288 (0.630773) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:02 2021 Memory usage per processor = 27.5262 Mbytes Step Atoms AVEKE stressZZ 7471 5000 1.2462788e-11 2109227.2 7472 -0.0086124999999953 2109189.48633571 7472 5000 1.246191e-11 2109189.5 Loop time of 0.0174451 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:02 2021 Pair time (%) = 0.00102282 (5.86306) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.206369) Outpt time (%) = 0.016274 (93.2869) Other time (%) = 0.000112295 (0.643706) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:02 2021 Memory usage per processor = 27.5262 Mbytes Step Atoms AVEKE stressZZ 7472 5000 1.246191e-11 2109183.5 7473 -0.0086124999999953 2109145.81933463 7473 5000 1.2461032e-11 2109145.8 Loop time of 0.01737 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:02 2021 Pair time (%) = 0.000993967 (5.72233) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.19628) Outpt time (%) = 0.016207 (93.3045) Other time (%) = 0.000134945 (0.776886) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:02 2021 Memory usage per processor = 27.5262 Mbytes Step Atoms AVEKE stressZZ 7473 5000 1.2461032e-11 2109139.8 7474 -0.0086124999999953 2109102.15442483 7474 5000 1.2460155e-11 2109102.2 Loop time of 0.0167451 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:02 2021 Pair time (%) = 0.000946999 (5.65538) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.2093) Outpt time (%) = 0.0156348 (93.3693) Other time (%) = 0.000128269 (0.766011) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:02 2021 Memory usage per processor = 27.5262 Mbytes Step Atoms AVEKE stressZZ 7474 5000 1.2460155e-11 2109096.2 7475 -0.0086124999999953 2109058.49160607 7475 5000 1.2459277e-11 2109058.5 Loop time of 0.0165339 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:02 2021 Pair time (%) = 0.000936985 (5.66707) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.206206) Outpt time (%) = 0.0154419 (93.3956) Other time (%) = 0.000120878 (0.731095) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:02 2021 Memory usage per processor = 27.5262 Mbytes Step Atoms AVEKE stressZZ 7475 5000 1.2459277e-11 2109052.5 7476 -0.0086124999999953 2109014.8308781 7476 5000 1.24584e-11 2109014.8 Loop time of 0.0171061 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:02 2021 Pair time (%) = 0.00100303 (5.86358) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.188159) Outpt time (%) = 0.0159791 (93.4117) Other time (%) = 9.17912e-05 (0.5366) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:02 2021 Memory usage per processor = 27.5262 Mbytes Step Atoms AVEKE stressZZ 7476 5000 1.24584e-11 2109008.8 7477 -0.0086124999999953 2108971.1722407 7477 5000 1.2457522e-11 2108971.2 Loop time of 0.0169001 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:02 2021 Pair time (%) = 0.00088191 (5.21838) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.189041) Outpt time (%) = 0.0158939 (94.0466) Other time (%) = 9.2268e-05 (0.545962) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:02 2021 Memory usage per processor = 27.5262 Mbytes Step Atoms AVEKE stressZZ 7477 5000 1.2457522e-11 2108965.2 7478 -0.0086124999999953 2108927.51569362 7478 5000 1.2456645e-11 2108927.5 Loop time of 0.0163891 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:02 2021 Pair time (%) = 0.000920057 (5.61383) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.200754) Outpt time (%) = 0.0153251 (93.5075) Other time (%) = 0.000111103 (0.677907) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:02 2021 Memory usage per processor = 27.5262 Mbytes Step Atoms AVEKE stressZZ 7478 5000 1.2456645e-11 2108921.5 7479 -0.0086124999999953 2108883.86123663 7479 5000 1.2455768e-11 2108883.9 Loop time of 0.017194 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:02 2021 Pair time (%) = 0.00127006 (7.38661) Neigh time (%) = 0 (0) Comm time (%) = 7.20024e-05 (0.418764) Outpt time (%) = 0.0156951 (91.2822) Other time (%) = 0.000156879 (0.912406) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:02 2021 Memory usage per processor = 27.5262 Mbytes Step Atoms AVEKE stressZZ 7479 5000 1.2455768e-11 2108877.9 7480 -0.0086124999999953 2108840.20886952 7480 5000 1.2454891e-11 2108840.2 Loop time of 0.018693 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:02 2021 Pair time (%) = 0.000889063 (4.75613) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.17091) Outpt time (%) = 0.0176749 (94.5538) Other time (%) = 9.70364e-05 (0.519106) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:02 2021 Memory usage per processor = 27.5262 Mbytes Step Atoms AVEKE stressZZ 7480 5000 1.2454891e-11 2108834.2 7481 -0.0086124999999953 2108796.55859201 7481 5000 1.2454014e-11 2108796.6 Loop time of 0.017009 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:02 2021 Pair time (%) = 0.000880003 (5.17374) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.182223) Outpt time (%) = 0.0160029 (94.0847) Other time (%) = 9.5129e-05 (0.559286) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:02 2021 Memory usage per processor = 27.5262 Mbytes Step Atoms AVEKE stressZZ 7481 5000 1.2454014e-11 2108790.6 7482 -0.0086124999999953 2108752.91040396 7482 5000 1.2453137e-11 2108752.9 Loop time of 0.0165029 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:02 2021 Pair time (%) = 0.000922918 (5.59248) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.200815) Outpt time (%) = 0.015429 (93.493) Other time (%) = 0.000117779 (0.713687) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:02 2021 Memory usage per processor = 27.5262 Mbytes Step Atoms AVEKE stressZZ 7482 5000 1.2453137e-11 2108746.9 7483 -0.0086124999999953 2108709.26430505 7483 5000 1.245226e-11 2108709.3 Loop time of 0.017199 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:02 2021 Pair time (%) = 0.00104499 (6.07585) Neigh time (%) = 0 (0) Comm time (%) = 5.48363e-05 (0.318833) Outpt time (%) = 0.0159762 (92.89) Other time (%) = 0.000123024 (0.715296) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:02 2021 Memory usage per processor = 27.5262 Mbytes Step Atoms AVEKE stressZZ 7483 5000 1.245226e-11 2108703.3 7484 -0.0086124999999953 2108665.62029509 7484 5000 1.2451383e-11 2108665.6 Loop time of 0.0170071 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:02 2021 Pair time (%) = 0.000905037 (5.32152) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187851) Outpt time (%) = 0.015974 (93.9257) Other time (%) = 9.60827e-05 (0.564956) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:02 2021 Memory usage per processor = 27.5262 Mbytes Step Atoms AVEKE stressZZ 7484 5000 1.2451383e-11 2108659.6 7485 -0.0086124999999953 2108621.97837387 7485 5000 1.2450507e-11 2108622 Loop time of 0.0164399 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:02 2021 Pair time (%) = 0.000927925 (5.64434) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194332) Outpt time (%) = 0.015388 (93.6015) Other time (%) = 9.20296e-05 (0.559793) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:02 2021 Memory usage per processor = 27.5262 Mbytes Step Atoms AVEKE stressZZ 7485 5000 1.2450507e-11 2108616 7486 -0.0086124999999953 2108578.33854114 7486 5000 1.244963e-11 2108578.3 Loop time of 0.0169082 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:02 2021 Pair time (%) = 0.00101709 (6.0154) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.212922) Outpt time (%) = 0.0157421 (93.1033) Other time (%) = 0.00011301 (0.668378) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:02 2021 Memory usage per processor = 27.5262 Mbytes Step Atoms AVEKE stressZZ 7486 5000 1.244963e-11 2108572.4 7487 -0.0086124999999953 2108534.70079668 7487 5000 1.2448754e-11 2108534.7 Loop time of 0.0169132 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:02 2021 Pair time (%) = 0.000885963 (5.2383) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188895) Outpt time (%) = 0.015908 (94.0569) Other time (%) = 8.72612e-05 (0.515936) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:02 2021 Memory usage per processor = 27.5262 Mbytes Step Atoms AVEKE stressZZ 7487 5000 1.2448754e-11 2108528.7 7488 -0.0086124999999953 2108491.06514029 7488 5000 1.2447877e-11 2108491.1 Loop time of 0.0168929 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:02 2021 Pair time (%) = 0.000887156 (5.25164) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.183476) Outpt time (%) = 0.0158439 (93.79) Other time (%) = 0.000130892 (0.774833) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:02 2021 Memory usage per processor = 27.5262 Mbytes Step Atoms AVEKE stressZZ 7488 5000 1.2447877e-11 2108485.1 7489 -0.0086124999999953 2108447.43157174 7489 5000 1.2447001e-11 2108447.4 Loop time of 0.0164051 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:02 2021 Pair time (%) = 0.000905991 (5.52261) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.206371) Outpt time (%) = 0.0153649 (93.6592) Other time (%) = 0.000100374 (0.611847) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:02 2021 Memory usage per processor = 27.5262 Mbytes Step Atoms AVEKE stressZZ 7489 5000 1.2447001e-11 2108441.4 7490 -0.0086124999999953 2108403.8000908 7490 5000 1.2446125e-11 2108403.8 Loop time of 0.018965 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:02 2021 Pair time (%) = 0.000995159 (5.24734) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.247659) Outpt time (%) = 0.0177791 (93.7469) Other time (%) = 0.000143766 (0.758061) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:02 2021 Memory usage per processor = 27.5262 Mbytes Step Atoms AVEKE stressZZ 7490 5000 1.2446125e-11 2108397.8 7491 -0.0086124999999953 2108360.17069725 7491 5000 1.2445248e-11 2108360.2 Loop time of 0.017133 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:02 2021 Pair time (%) = 0.000882149 (5.14883) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180905) Outpt time (%) = 0.0161321 (94.1582) Other time (%) = 8.7738e-05 (0.5121) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:02 2021 Memory usage per processor = 27.5262 Mbytes Step Atoms AVEKE stressZZ 7491 5000 1.2445248e-11 2108354.2 7492 -0.0086124999999953 2108316.54339087 7492 5000 1.2444372e-11 2108316.5 Loop time of 0.0165229 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:02 2021 Pair time (%) = 0.000926018 (5.60446) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.187585) Outpt time (%) = 0.0154719 (93.6394) Other time (%) = 9.39369e-05 (0.568526) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:02 2021 Memory usage per processor = 27.5262 Mbytes Step Atoms AVEKE stressZZ 7492 5000 1.2444372e-11 2108310.6 7493 -0.0086124999999953 2108272.91817147 7493 5000 1.2443496e-11 2108272.9 Loop time of 0.0165009 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:02 2021 Pair time (%) = 0.000963926 (5.84164) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.210952) Outpt time (%) = 0.015373 (93.1643) Other time (%) = 0.000129223 (0.783124) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:02 2021 Memory usage per processor = 27.5262 Mbytes Step Atoms AVEKE stressZZ 7493 5000 1.2443496e-11 2108266.9 7494 -0.0086124999999953 2108229.29505521 7494 5000 1.244262e-11 2108229.3 Loop time of 0.0170259 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:02 2021 Pair time (%) = 0.000916958 (5.38565) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.182042) Outpt time (%) = 0.0159881 (93.9044) Other time (%) = 8.98838e-05 (0.527922) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:02 2021 Memory usage per processor = 27.5262 Mbytes Step Atoms AVEKE stressZZ 7494 5000 1.244262e-11 2108223.3 7495 -0.0086124999999953 2108185.67407155 7495 5000 1.2441745e-11 2108185.7 Loop time of 0.0171449 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:02 2021 Pair time (%) = 0.000882864 (5.14942) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186341) Outpt time (%) = 0.016144 (94.1622) Other time (%) = 8.60691e-05 (0.502009) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:02 2021 Memory usage per processor = 27.5262 Mbytes Step Atoms AVEKE stressZZ 7495 5000 1.2441745e-11 2108179.7 7496 -0.0086124999999953 2108142.05519989 7496 5000 1.2440869e-11 2108142.1 Loop time of 0.0166092 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:02 2021 Pair time (%) = 0.000942945 (5.67725) Neigh time (%) = 0 (0) Comm time (%) = 6.31809e-05 (0.380397) Outpt time (%) = 0.015491 (93.2677) Other time (%) = 0.000112057 (0.674667) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:02 2021 Memory usage per processor = 27.5262 Mbytes Step Atoms AVEKE stressZZ 7496 5000 1.2440869e-11 2108136.1 7497 -0.0086124999999953 2108098.43843398 7497 5000 1.2439993e-11 2108098.4 Loop time of 0.01701 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:02 2021 Pair time (%) = 0.000946045 (5.56171) Neigh time (%) = 0 (0) Comm time (%) = 4.57764e-05 (0.269115) Outpt time (%) = 0.0158479 (93.1684) Other time (%) = 0.000170231 (1.00077) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:02 2021 Memory usage per processor = 27.5262 Mbytes Step Atoms AVEKE stressZZ 7497 5000 1.2439993e-11 2108092.5 7498 -0.0086124999999953 2108054.82376535 7498 5000 1.2439118e-11 2108054.8 Loop time of 0.0169702 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:02 2021 Pair time (%) = 0.00088191 (5.19683) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.182641) Outpt time (%) = 0.015964 (94.0712) Other time (%) = 9.32217e-05 (0.549327) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:02 2021 Memory usage per processor = 27.5262 Mbytes Step Atoms AVEKE stressZZ 7498 5000 1.2439118e-11 2108048.8 7499 -0.0086124999999953 2108011.21119503 7499 5000 1.2438242e-11 2108011.2 Loop time of 0.0166051 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:02 2021 Pair time (%) = 0.000888109 (5.3484) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192399) Outpt time (%) = 0.0155921 (93.8992) Other time (%) = 9.29832e-05 (0.559967) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:02 2021 Memory usage per processor = 27.5262 Mbytes Step Atoms AVEKE stressZZ 7499 5000 1.2438242e-11 2108005.2 7500 -0.0086124999999953 2107967.60072228 7500 5000 1.2437367e-11 2107967.6 Loop time of 0.0184839 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:02 2021 Pair time (%) = 0.00102091 (5.52324) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.188321) Outpt time (%) = 0.017312 (93.6603) Other time (%) = 0.00011611 (0.628168) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:02 2021 Memory usage per processor = 27.5262 Mbytes Step Atoms AVEKE stressZZ 7500 5000 1.2437367e-11 2107961.6 7501 -0.0086124999999953 2107923.99234593 7501 5000 1.2436492e-11 2107924 Loop time of 0.0171449 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:02 2021 Pair time (%) = 0.000967026 (5.64031) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186341) Outpt time (%) = 0.0160539 (93.6366) Other time (%) = 9.20296e-05 (0.536775) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:02 2021 Memory usage per processor = 27.5262 Mbytes Step Atoms AVEKE stressZZ 7501 5000 1.2436492e-11 2107918 7502 -0.0086124999999953 2107880.38606504 7502 5000 1.2435616e-11 2107880.4 Loop time of 0.017035 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:03 2021 Pair time (%) = 0.000880957 (5.17145) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187544) Outpt time (%) = 0.0160291 (94.0952) Other time (%) = 9.29832e-05 (0.545836) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:03 2021 Memory usage per processor = 27.5262 Mbytes Step Atoms AVEKE stressZZ 7502 5000 1.2435616e-11 2107874.4 7503 -0.0086124999999953 2107836.78187876 7503 5000 1.2434741e-11 2107836.8 Loop time of 0.0165591 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:03 2021 Pair time (%) = 0.000992775 (5.99534) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211651) Outpt time (%) = 0.015399 (92.9939) Other time (%) = 0.000132322 (0.79909) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:03 2021 Memory usage per processor = 27.5262 Mbytes Step Atoms AVEKE stressZZ 7503 5000 1.2434741e-11 2107830.8 7504 -0.0086124999999953 2107793.17978637 7504 5000 1.2433866e-11 2107793.2 Loop time of 0.0171831 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:03 2021 Pair time (%) = 0.00113416 (6.60044) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.209516) Outpt time (%) = 0.015805 (91.9801) Other time (%) = 0.000207901 (1.20992) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:03 2021 Memory usage per processor = 27.5262 Mbytes Step Atoms AVEKE stressZZ 7504 5000 1.2433866e-11 2107787.2 7505 -0.0086124999999953 2107749.57978722 7505 5000 1.2432991e-11 2107749.6 Loop time of 0.016835 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:03 2021 Pair time (%) = 0.000883818 (5.24989) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.184107) Outpt time (%) = 0.015831 (94.0363) Other time (%) = 8.91685e-05 (0.529663) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:03 2021 Memory usage per processor = 27.5262 Mbytes Step Atoms AVEKE stressZZ 7505 5000 1.2432991e-11 2107743.6 7506 -0.0086124999999953 2107705.98188069 7506 5000 1.2432116e-11 2107706 Loop time of 0.016746 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:03 2021 Pair time (%) = 0.000882149 (5.2678) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.19078) Outpt time (%) = 0.0157452 (94.0232) Other time (%) = 8.67844e-05 (0.518238) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:03 2021 Memory usage per processor = 27.5262 Mbytes Step Atoms AVEKE stressZZ 7506 5000 1.2432116e-11 2107700 7507 -0.0086124999999953 2107662.38606626 7507 5000 1.2431241e-11 2107662.4 Loop time of 0.016628 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:03 2021 Pair time (%) = 0.00096488 (5.80273) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.205038) Outpt time (%) = 0.015512 (93.2882) Other time (%) = 0.000117064 (0.704013) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:03 2021 Memory usage per processor = 27.5262 Mbytes Step Atoms AVEKE stressZZ 7507 5000 1.2431241e-11 2107656.4 7508 -0.0086124999999953 2107618.79234342 7508 5000 1.2430367e-11 2107618.8 Loop time of 0.017163 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:03 2021 Pair time (%) = 0.00104809 (6.10666) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.19309) Outpt time (%) = 0.015945 (92.9029) Other time (%) = 0.000136852 (0.797366) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:03 2021 Memory usage per processor = 27.5262 Mbytes Step Atoms AVEKE stressZZ 7508 5000 1.2430367e-11 2107612.8 7509 -0.0086124999999953 2107575.20071172 7509 5000 1.2429492e-11 2107575.2 Loop time of 0.016674 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:03 2021 Pair time (%) = 0.000905991 (5.43354) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.193034) Outpt time (%) = 0.015645 (93.8286) Other time (%) = 9.08375e-05 (0.544784) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:03 2021 Memory usage per processor = 27.5262 Mbytes Step Atoms AVEKE stressZZ 7509 5000 1.2429492e-11 2107569.2 7510 -0.0086124999999953 2107531.61117066 7510 5000 1.2428618e-11 2107531.6 Loop time of 0.0181401 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:03 2021 Pair time (%) = 0.000931025 (5.13242) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.176119) Outpt time (%) = 0.0170829 (94.1723) Other time (%) = 9.41753e-05 (0.519156) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:03 2021 Memory usage per processor = 27.5262 Mbytes Step Atoms AVEKE stressZZ 7510 5000 1.2428618e-11 2107525.6 7511 -0.0086124999999953 2107488.02371982 7511 5000 1.2427743e-11 2107488 Loop time of 0.0166302 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:03 2021 Pair time (%) = 0.000943899 (5.67582) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.193543) Outpt time (%) = 0.015543 (93.4626) Other time (%) = 0.000111103 (0.668081) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:03 2021 Memory usage per processor = 27.5262 Mbytes Step Atoms AVEKE stressZZ 7511 5000 1.2427743e-11 2107482 7512 -0.0086124999999953 2107444.43835884 7512 5000 1.2426869e-11 2107444.4 Loop time of 0.016537 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:03 2021 Pair time (%) = 0.00088191 (5.33297) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.187425) Outpt time (%) = 0.0155361 (93.9476) Other time (%) = 8.79765e-05 (0.531999) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:03 2021 Memory usage per processor = 27.5262 Mbytes Step Atoms AVEKE stressZZ 7512 5000 1.2426869e-11 2107438.5 7513 -0.0086124999999953 2107400.85508727 7513 5000 1.2425994e-11 2107400.9 Loop time of 0.0174391 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:03 2021 Pair time (%) = 0.00107217 (6.14806) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.217376) Outpt time (%) = 0.0161989 (92.8881) Other time (%) = 0.000130177 (0.746463) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:03 2021 Memory usage per processor = 27.5262 Mbytes Step Atoms AVEKE stressZZ 7513 5000 1.2425994e-11 2107394.9 7514 -0.0086124999999953 2107357.2739048 7514 5000 1.242512e-11 2107357.3 Loop time of 0.0171602 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:03 2021 Pair time (%) = 0.000926018 (5.39632) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193123) Outpt time (%) = 0.0161002 (93.8229) Other time (%) = 0.000100851 (0.587704) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:21:03 2021 Memory usage per processor = 27.5262 Mbytes Step Atoms AVEKE stressZZ 7514 5000 1.242512e-11 2107351.3 7515 -0.0086124999999953 2107306.09772178 7515 5000 2.4547136e-11 2107375.2 Loop time of 0.016238 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:03 2021 Pair time (%) = 0.000962973 (5.93037) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.190876) Outpt time (%) = 0.0150881 (92.9185) Other time (%) = 0.000155926 (0.960254) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:03 2021 Memory usage per processor = 27.5262 Mbytes Step Atoms AVEKE stressZZ 7515 5000 2.4547136e-11 2144071 7516 -0.00864499999999528 2144021.06896162 7516 5000 1.9821978e-11 2144021.1 Loop time of 0.0169542 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:03 2021 Pair time (%) = 0.00110507 (6.51798) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.225) Outpt time (%) = 0.0156722 (92.4386) Other time (%) = 0.00013876 (0.818439) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:03 2021 Memory usage per processor = 27.5262 Mbytes Step Atoms AVEKE stressZZ 7516 5000 1.9821978e-11 2144013 7517 -0.00864499999999528 2143967.28376743 7517 5000 1.7080974e-11 2143967.3 Loop time of 0.0167999 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:03 2021 Pair time (%) = 0.0011301 (6.72684) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.21997) Outpt time (%) = 0.015512 (92.3337) Other time (%) = 0.000120878 (0.719516) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:03 2021 Memory usage per processor = 27.5262 Mbytes Step Atoms AVEKE stressZZ 7517 5000 1.7080974e-11 2143959.9 7518 -0.00864499999999528 2143916.9035065 7518 5000 1.5444621e-11 2143916.9 Loop time of 0.017231 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:03 2021 Pair time (%) = 0.000994921 (5.77402) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197864) Outpt time (%) = 0.0160959 (93.4124) Other time (%) = 0.000106096 (0.615729) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:03 2021 Memory usage per processor = 27.5262 Mbytes Step Atoms AVEKE stressZZ 7518 5000 1.5444621e-11 2143910 7519 -0.00864499999999528 2143868.68789367 7519 5000 1.4447156e-11 2143868.7 Loop time of 0.016753 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:03 2021 Pair time (%) = 0.000980139 (5.85054) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.203509) Outpt time (%) = 0.015605 (93.1476) Other time (%) = 0.000133753 (0.798383) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:03 2021 Memory usage per processor = 27.5262 Mbytes Step Atoms AVEKE stressZZ 7519 5000 1.4447156e-11 2143862.1 7520 -0.00864499999999528 2143821.84871707 7520 5000 1.383021e-11 2143821.8 Loop time of 0.0193591 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:03 2021 Pair time (%) = 0.000925064 (4.77844) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.169955) Outpt time (%) = 0.018301 (94.5343) Other time (%) = 0.000100136 (0.517254) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:03 2021 Memory usage per processor = 27.5264 Mbytes Step Atoms AVEKE stressZZ 7520 5000 1.383021e-11 2143815.4 7521 -0.00864499999999528 2143775.88506041 7521 5000 1.3444788e-11 2143775.9 Loop time of 0.0168841 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:03 2021 Pair time (%) = 0.000889063 (5.26568) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18922) Outpt time (%) = 0.0158701 (93.9944) Other time (%) = 9.29832e-05 (0.550715) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:03 2021 Memory usage per processor = 27.5264 Mbytes Step Atoms AVEKE stressZZ 7521 5000 1.3444788e-11 2143769.5 7522 -0.00864499999999528 2143730.47858601 7522 5000 1.3202341e-11 2143730.5 Loop time of 0.016669 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:03 2021 Pair time (%) = 0.00088191 (5.29071) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191661) Outpt time (%) = 0.0156629 (93.9641) Other time (%) = 9.2268e-05 (0.553529) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:03 2021 Memory usage per processor = 27.5264 Mbytes Step Atoms AVEKE stressZZ 7522 5000 1.3202341e-11 2143724.2 7523 -0.00864499999999528 2143685.42698681 7523 5000 1.3049074e-11 2143685.4 Loop time of 0.0165541 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:03 2021 Pair time (%) = 0.00101995 (6.16134) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.205954) Outpt time (%) = 0.0153651 (92.8175) Other time (%) = 0.000134945 (0.815174) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:03 2021 Memory usage per processor = 27.5264 Mbytes Step Atoms AVEKE stressZZ 7523 5000 1.3049074e-11 2143679.2 7524 -0.00864499999999528 2143640.60169424 7524 5000 1.2951804e-11 2143640.6 Loop time of 0.017096 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:03 2021 Pair time (%) = 0.00107503 (6.28818) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193847) Outpt time (%) = 0.0158861 (92.9225) Other time (%) = 0.000101805 (0.595487) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:03 2021 Memory usage per processor = 27.5264 Mbytes Step Atoms AVEKE stressZZ 7524 5000 1.2951804e-11 2143634.4 7525 -0.00864499999999528 2143595.92100147 7525 5000 1.2889845e-11 2143595.9 Loop time of 0.017024 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:03 2021 Pair time (%) = 0.000883102 (5.18738) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187665) Outpt time (%) = 0.0160141 (94.0676) Other time (%) = 9.48906e-05 (0.557392) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:03 2021 Memory usage per processor = 27.5264 Mbytes Step Atoms AVEKE stressZZ 7525 5000 1.2889845e-11 2143589.8 7526 -0.00864499999999528 2143551.33298276 7526 5000 1.2850217e-11 2143551.3 Loop time of 0.0164359 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:03 2021 Pair time (%) = 0.000882149 (5.36722) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.19438) Outpt time (%) = 0.015398 (93.6855) Other time (%) = 0.000123739 (0.752861) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:03 2021 Memory usage per processor = 27.5264 Mbytes Step Atoms AVEKE stressZZ 7526 5000 1.2850217e-11 2143545.2 7527 -0.00864499999999528 2143506.80463863 7527 5000 1.2824734e-11 2143506.8 Loop time of 0.0173721 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:03 2021 Pair time (%) = 0.00121784 (7.01032) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.196256) Outpt time (%) = 0.015981 (91.9919) Other time (%) = 0.000139236 (0.801493) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:03 2021 Memory usage per processor = 27.5264 Mbytes Step Atoms AVEKE stressZZ 7527 5000 1.2824734e-11 2143500.7 7528 -0.00864499999999528 2143462.31499742 7528 5000 1.2808222e-11 2143462.3 Loop time of 0.0171592 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:03 2021 Pair time (%) = 0.000886917 (5.16875) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.187576) Outpt time (%) = 0.016134 (94.0254) Other time (%) = 0.000106096 (0.618305) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:03 2021 Memory usage per processor = 27.5264 Mbytes Step Atoms AVEKE stressZZ 7528 5000 1.2808222e-11 2143456.2 7529 -0.00864499999999528 2143417.85073126 7529 5000 1.2797406e-11 2143417.9 Loop time of 0.0167069 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:03 2021 Pair time (%) = 0.00088501 (5.29726) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.192653) Outpt time (%) = 0.015698 (93.9607) Other time (%) = 9.17912e-05 (0.549419) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:03 2021 Memory usage per processor = 27.5264 Mbytes Step Atoms AVEKE stressZZ 7529 5000 1.2797406e-11 2143411.7 7530 -0.00864499999999528 2143373.40337013 7530 5000 1.2790204e-11 2143373.4 Loop time of 0.018347 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:03 2021 Pair time (%) = 0.000911951 (4.97057) Neigh time (%) = 0 (0) Comm time (%) = 4.72069e-05 (0.2573) Outpt time (%) = 0.0172422 (93.9781) Other time (%) = 0.000145674 (0.793991) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:03 2021 Memory usage per processor = 27.5264 Mbytes Step Atoms AVEKE stressZZ 7530 5000 1.2790204e-11 2143367.3 7531 -0.00864499999999528 2143328.96753106 7531 5000 1.27853e-11 2143329 Loop time of 0.0170751 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:03 2021 Pair time (%) = 0.000905037 (5.30034) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192689) Outpt time (%) = 0.0160339 (93.9024) Other time (%) = 0.000103235 (0.604597) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:03 2021 Memory usage per processor = 27.5264 Mbytes Step Atoms AVEKE stressZZ 7531 5000 1.27853e-11 2143322.8 7532 -0.00864499999999528 2143284.53979309 7532 5000 1.2781855e-11 2143284.5 Loop time of 0.0170429 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:03 2021 Pair time (%) = 0.00089097 (5.22782) Neigh time (%) = 0 (0) Comm time (%) = 6.98566e-05 (0.409888) Outpt time (%) = 0.0159459 (93.5635) Other time (%) = 0.000136137 (0.798791) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:03 2021 Memory usage per processor = 27.5264 Mbytes Step Atoms AVEKE stressZZ 7532 5000 1.2781855e-11 2143278.4 7533 -0.00864499999999528 2143240.11798202 7533 5000 1.2779336e-11 2143240.1 Loop time of 0.0163908 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:03 2021 Pair time (%) = 0.000925064 (5.6438) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194915) Outpt time (%) = 0.015343 (93.6071) Other time (%) = 9.08375e-05 (0.554198) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:03 2021 Memory usage per processor = 27.5264 Mbytes Step Atoms AVEKE stressZZ 7533 5000 1.2779336e-11 2143234 7534 -0.00864499999999528 2143195.70071605 7534 5000 1.2777407e-11 2143195.7 Loop time of 0.0170791 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:03 2021 Pair time (%) = 0.00109386 (6.40469) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.227542) Outpt time (%) = 0.0158169 (92.6098) Other time (%) = 0.000129461 (0.758009) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:03 2021 Memory usage per processor = 27.5264 Mbytes Step Atoms AVEKE stressZZ 7534 5000 1.2777407e-11 2143189.6 7535 -0.00864499999999528 2143151.2871169 7535 5000 1.2775852e-11 2143151.3 Loop time of 0.016942 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:03 2021 Pair time (%) = 0.000884056 (5.21813) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.182944) Outpt time (%) = 0.0159411 (94.0923) Other time (%) = 8.58307e-05 (0.506614) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:03 2021 Memory usage per processor = 27.5264 Mbytes Step Atoms AVEKE stressZZ 7535 5000 1.2775852e-11 2143145.2 7536 -0.00864499999999528 2143106.87662645 7536 5000 1.2774536e-11 2143106.9 Loop time of 0.017261 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:03 2021 Pair time (%) = 0.000941038 (5.45181) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191994) Outpt time (%) = 0.0161929 (93.812) Other time (%) = 9.39369e-05 (0.544214) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:03 2021 Memory usage per processor = 27.5264 Mbytes Step Atoms AVEKE stressZZ 7536 5000 1.2774536e-11 2143100.7 7537 -0.00864499999999528 2143062.46888975 7537 5000 1.277337e-11 2143062.5 Loop time of 0.01649 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:03 2021 Pair time (%) = 0.000888109 (5.38575) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.206755) Outpt time (%) = 0.0154381 (93.621) Other time (%) = 0.0001297 (0.786536) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:03 2021 Memory usage per processor = 27.5264 Mbytes Step Atoms AVEKE stressZZ 7537 5000 1.277337e-11 2143056.3 7538 -0.00864499999999528 2143018.0636813 7538 5000 1.2772301e-11 2143018.1 Loop time of 0.017117 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:03 2021 Pair time (%) = 0.000981092 (5.73168) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.197788) Outpt time (%) = 0.015919 (93.0008) Other time (%) = 0.000183105 (1.06973) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:03 2021 Memory usage per processor = 27.5264 Mbytes Step Atoms AVEKE stressZZ 7538 5000 1.2772301e-11 2143011.9 7539 -0.00864499999999528 2142973.6608576 7539 5000 1.2771292e-11 2142973.7 Loop time of 0.0173171 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:03 2021 Pair time (%) = 0.00101113 (5.83894) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189996) Outpt time (%) = 0.0161681 (93.3653) Other time (%) = 0.000104904 (0.605785) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:03 2021 Memory usage per processor = 27.5264 Mbytes Step Atoms AVEKE stressZZ 7539 5000 1.2771292e-11 2142967.5 7540 -0.00864499999999528 2142929.26032742 7540 5000 1.2770323e-11 2142929.3 Loop time of 0.0186861 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:03 2021 Pair time (%) = 0.000883102 (4.726) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.165869) Outpt time (%) = 0.0176768 (94.599) Other time (%) = 9.5129e-05 (0.509091) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:03 2021 Memory usage per processor = 27.5264 Mbytes Step Atoms AVEKE stressZZ 7540 5000 1.2770323e-11 2142923.1 7541 -0.00864499999999528 2142884.86203275 7541 5000 1.2769378e-11 2142884.9 Loop time of 0.0165682 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:03 2021 Pair time (%) = 0.000952959 (5.75174) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.198584) Outpt time (%) = 0.01545 (93.251) Other time (%) = 0.000132322 (0.798653) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:03 2021 Memory usage per processor = 27.5264 Mbytes Step Atoms AVEKE stressZZ 7541 5000 1.2769378e-11 2142878.7 7542 -0.00864499999999528 2142840.46593654 7542 5000 1.2768449e-11 2142840.5 Loop time of 0.0171671 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:03 2021 Pair time (%) = 0.00108814 (6.33854) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.1986) Outpt time (%) = 0.015944 (92.8754) Other time (%) = 0.000100851 (0.587467) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:03 2021 Memory usage per processor = 27.5264 Mbytes Step Atoms AVEKE stressZZ 7542 5000 1.2768449e-11 2142834.3 7543 -0.00864499999999528 2142796.07201524 7543 5000 1.276753e-11 2142796.1 Loop time of 0.0170851 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:03 2021 Pair time (%) = 0.000884056 (5.17443) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186994) Outpt time (%) = 0.0160751 (94.0888) Other time (%) = 9.39369e-05 (0.549819) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:03 2021 Memory usage per processor = 27.5264 Mbytes Step Atoms AVEKE stressZZ 7543 5000 1.276753e-11 2142789.9 7544 -0.00864499999999528 2142751.68025384 7544 5000 1.2766618e-11 2142751.7 Loop time of 0.01634 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:03 2021 Pair time (%) = 0.000926971 (5.67301) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.195521) Outpt time (%) = 0.0152869 (93.5551) Other time (%) = 9.41753e-05 (0.576348) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:03 2021 Memory usage per processor = 27.5264 Mbytes Step Atoms AVEKE stressZZ 7544 5000 1.2766618e-11 2142745.5 7545 -0.00864499999999528 2142707.29064274 7545 5000 1.276571e-11 2142707.3 Loop time of 0.017127 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:03 2021 Pair time (%) = 0.000931025 (5.43599) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.197672) Outpt time (%) = 0.0160639 (93.7928) Other time (%) = 9.82285e-05 (0.573529) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:03 2021 Memory usage per processor = 27.5264 Mbytes Step Atoms AVEKE stressZZ 7545 5000 1.276571e-11 2142701.2 7546 -0.00864499999999528 2142662.90317587 7546 5000 1.2764804e-11 2142662.9 Loop time of 0.0170379 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:04 2021 Pair time (%) = 0.000921965 (5.41127) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181915) Outpt time (%) = 0.0159919 (93.8611) Other time (%) = 9.29832e-05 (0.545745) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:04 2021 Memory usage per processor = 27.5264 Mbytes Step Atoms AVEKE stressZZ 7546 5000 1.2764804e-11 2142656.8 7547 -0.00864499999999528 2142618.5178495 7547 5000 1.27639e-11 2142618.5 Loop time of 0.0165248 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:04 2021 Pair time (%) = 0.000884056 (5.34988) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.187563) Outpt time (%) = 0.0155149 (93.8883) Other time (%) = 9.48906e-05 (0.574232) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:04 2021 Memory usage per processor = 27.5264 Mbytes Step Atoms AVEKE stressZZ 7547 5000 1.27639e-11 2142612.4 7548 -0.00864499999999528 2142574.13466111 7548 5000 1.2762997e-11 2142574.1 Loop time of 0.0170379 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:04 2021 Pair time (%) = 0.00109005 (6.39781) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.216898) Outpt time (%) = 0.015765 (92.5289) Other time (%) = 0.000145912 (0.856399) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:04 2021 Memory usage per processor = 27.5264 Mbytes Step Atoms AVEKE stressZZ 7548 5000 1.2762997e-11 2142568 7549 -0.00864499999999528 2142529.75360771 7549 5000 1.2762095e-11 2142529.8 Loop time of 0.0170178 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:04 2021 Pair time (%) = 0.000920057 (5.40643) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187733) Outpt time (%) = 0.015974 (93.8665) Other time (%) = 9.17912e-05 (0.539382) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:04 2021 Memory usage per processor = 27.5264 Mbytes Step Atoms AVEKE stressZZ 7549 5000 1.2762095e-11 2142523.6 7550 -0.00864499999999528 2142485.37468811 7550 5000 1.2761193e-11 2142485.4 Loop time of 0.0192039 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:04 2021 Pair time (%) = 0.000968933 (5.0455) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.161396) Outpt time (%) = 0.0181 (94.2518) Other time (%) = 0.000103951 (0.541299) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:04 2021 Memory usage per processor = 27.5264 Mbytes Step Atoms AVEKE stressZZ 7550 5000 1.2761193e-11 2142479.2 7551 -0.00864499999999528 2142440.99792685 7551 5000 1.2760292e-11 2142441 Loop time of 0.0166242 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:04 2021 Pair time (%) = 0.000931025 (5.60041) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192178) Outpt time (%) = 0.015569 (93.6524) Other time (%) = 9.2268e-05 (0.555022) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:04 2021 Memory usage per processor = 27.5264 Mbytes Step Atoms AVEKE stressZZ 7551 5000 1.2760292e-11 2142434.9 7552 -0.00864499999999528 2142396.62332601 7552 5000 1.2759391e-11 2142396.6 Loop time of 0.0169518 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:04 2021 Pair time (%) = 0.00115705 (6.8255) Neigh time (%) = 0 (0) Comm time (%) = 5.60284e-05 (0.330516) Outpt time (%) = 0.0156109 (92.0901) Other time (%) = 0.000127792 (0.753857) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:04 2021 Memory usage per processor = 27.5264 Mbytes Step Atoms AVEKE stressZZ 7552 5000 1.2759391e-11 2142390.5 7553 -0.00864499999999528 2142352.25087388 7553 5000 1.275849e-11 2142352.3 Loop time of 0.017019 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:04 2021 Pair time (%) = 0.00088501 (5.20012) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.189121) Outpt time (%) = 0.0160151 (94.1008) Other time (%) = 8.67844e-05 (0.509925) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:04 2021 Memory usage per processor = 27.5264 Mbytes Step Atoms AVEKE stressZZ 7553 5000 1.275849e-11 2142346.1 7554 -0.00864499999999528 2142307.88056675 7554 5000 1.2757589e-11 2142307.9 Loop time of 0.0165942 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:04 2021 Pair time (%) = 0.000943899 (5.68814) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192526) Outpt time (%) = 0.0155261 (93.5633) Other time (%) = 9.2268e-05 (0.556026) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:04 2021 Memory usage per processor = 27.5264 Mbytes Step Atoms AVEKE stressZZ 7554 5000 1.2757589e-11 2142301.7 7555 -0.00864499999999528 2142263.51240232 7555 5000 1.2756689e-11 2142263.5 Loop time of 0.016464 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:04 2021 Pair time (%) = 0.000910044 (5.52748) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.207081) Outpt time (%) = 0.0154161 (93.6355) Other time (%) = 0.000103712 (0.629933) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:04 2021 Memory usage per processor = 27.5264 Mbytes Step Atoms AVEKE stressZZ 7555 5000 1.2756689e-11 2142257.4 7556 -0.00864499999999528 2142219.14637907 7556 5000 1.2755788e-11 2142219.1 Loop time of 0.016202 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:04 2021 Pair time (%) = 0.000932932 (5.75814) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.1913) Outpt time (%) = 0.015147 (93.4884) Other time (%) = 9.10759e-05 (0.562128) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:04 2021 Memory usage per processor = 27.5264 Mbytes Step Atoms AVEKE stressZZ 7556 5000 1.2755788e-11 2142213 7557 -0.00864499999999528 2142174.78249575 7557 5000 1.2754888e-11 2142174.8 Loop time of 0.016288 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:04 2021 Pair time (%) = 0.00088191 (5.41446) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.196144) Outpt time (%) = 0.015285 (93.8419) Other time (%) = 8.91685e-05 (0.547448) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:04 2021 Memory usage per processor = 27.5264 Mbytes Step Atoms AVEKE stressZZ 7557 5000 1.2754888e-11 2142168.6 7558 -0.00864499999999528 2142130.42075142 7558 5000 1.2753988e-11 2142130.4 Loop time of 0.0171409 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:04 2021 Pair time (%) = 0.000946999 (5.5248) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.187776) Outpt time (%) = 0.0160739 (93.7756) Other time (%) = 8.7738e-05 (0.511865) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:04 2021 Memory usage per processor = 27.5264 Mbytes Step Atoms AVEKE stressZZ 7558 5000 1.2753988e-11 2142124.3 7559 -0.00864499999999528 2142086.06114526 7559 5000 1.2753088e-11 2142086.1 Loop time of 0.0164921 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:04 2021 Pair time (%) = 0.000880003 (5.3359) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193717) Outpt time (%) = 0.015487 (93.9051) Other time (%) = 9.32217e-05 (0.565249) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:04 2021 Memory usage per processor = 27.5264 Mbytes Step Atoms AVEKE stressZZ 7559 5000 1.2753088e-11 2142079.9 7560 -0.00864499999999528 2142041.70367651 7560 5000 1.2752188e-11 2142041.7 Loop time of 0.0193331 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:04 2021 Pair time (%) = 0.00113606 (5.87626) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.170183) Outpt time (%) = 0.0180192 (93.2038) Other time (%) = 0.000144958 (0.749793) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:04 2021 Memory usage per processor = 27.5264 Mbytes Step Atoms AVEKE stressZZ 7560 5000 1.2752188e-11 2142035.6 7561 -0.00864499999999528 2141997.3483446 7561 5000 1.2751288e-11 2141997.3 Loop time of 0.0172119 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:04 2021 Pair time (%) = 0.000901937 (5.24019) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.203624) Outpt time (%) = 0.016156 (93.865) Other time (%) = 0.000118971 (0.691212) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:04 2021 Memory usage per processor = 27.5264 Mbytes Step Atoms AVEKE stressZZ 7561 5000 1.2751288e-11 2141991.2 7562 -0.00864499999999528 2141952.99514897 7562 5000 1.2750388e-11 2141953 Loop time of 0.0172222 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:04 2021 Pair time (%) = 0.000891924 (5.17893) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179968) Outpt time (%) = 0.0162089 (94.1164) Other time (%) = 9.03606e-05 (0.524676) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:04 2021 Memory usage per processor = 27.5264 Mbytes Step Atoms AVEKE stressZZ 7562 5000 1.2750388e-11 2141946.9 7563 -0.00864499999999528 2141908.64408902 7563 5000 1.2749488e-11 2141908.6 Loop time of 0.0166309 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:04 2021 Pair time (%) = 0.000911951 (5.48348) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.20357) Outpt time (%) = 0.015589 (93.7352) Other time (%) = 9.60827e-05 (0.577736) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:04 2021 Memory usage per processor = 27.5264 Mbytes Step Atoms AVEKE stressZZ 7563 5000 1.2749488e-11 2141902.5 7564 -0.00864499999999528 2141864.29516333 7564 5000 1.2748588e-11 2141864.3 Loop time of 0.017179 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:04 2021 Pair time (%) = 0.000912905 (5.31407) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192911) Outpt time (%) = 0.016134 (93.9171) Other time (%) = 9.89437e-05 (0.575957) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:04 2021 Memory usage per processor = 27.5264 Mbytes Step Atoms AVEKE stressZZ 7564 5000 1.2748588e-11 2141858.2 7565 -0.00864499999999528 2141819.94836266 7565 5000 1.2747689e-11 2141819.9 Loop time of 0.0172791 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:04 2021 Pair time (%) = 0.000887871 (5.13839) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.186274) Outpt time (%) = 0.0162668 (94.1413) Other time (%) = 9.2268e-05 (0.533985) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:04 2021 Memory usage per processor = 27.5264 Mbytes Step Atoms AVEKE stressZZ 7565 5000 1.2747689e-11 2141813.8 7566 -0.00864499999999528 2141775.60369564 7566 5000 1.2746789e-11 2141775.6 Loop time of 0.0164039 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:04 2021 Pair time (%) = 0.000932932 (5.68725) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.202026) Outpt time (%) = 0.0153439 (93.5381) Other time (%) = 9.39369e-05 (0.572649) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:04 2021 Memory usage per processor = 27.5264 Mbytes Step Atoms AVEKE stressZZ 7566 5000 1.2746789e-11 2141769.5 7567 -0.00864499999999528 2141731.26116186 7567 5000 1.274589e-11 2141731.3 Loop time of 0.0169702 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:04 2021 Pair time (%) = 0.001158 (6.82374) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.219169) Outpt time (%) = 0.015645 (92.1914) Other time (%) = 0.000129938 (0.765686) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:04 2021 Memory usage per processor = 27.5264 Mbytes Step Atoms AVEKE stressZZ 7567 5000 1.274589e-11 2141725.1 7568 -0.00864499999999528 2141686.92076097 7568 5000 1.274499e-11 2141686.9 Loop time of 0.017195 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:04 2021 Pair time (%) = 0.00088501 (5.14691) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185799) Outpt time (%) = 0.0161872 (94.139) Other time (%) = 9.08375e-05 (0.528279) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:04 2021 Memory usage per processor = 27.5264 Mbytes Step Atoms AVEKE stressZZ 7568 5000 1.274499e-11 2141680.8 7569 -0.00864499999999528 2141642.58249259 7569 5000 1.2744091e-11 2141642.6 Loop time of 0.0168331 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:04 2021 Pair time (%) = 0.000910044 (5.40629) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.195459) Outpt time (%) = 0.015775 (93.7141) Other time (%) = 0.000115156 (0.684107) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:04 2021 Memory usage per processor = 27.5264 Mbytes Step Atoms AVEKE stressZZ 7569 5000 1.2744091e-11 2141636.5 7570 -0.00864499999999528 2141598.24635637 7570 5000 1.2743192e-11 2141598.2 Loop time of 0.018286 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:04 2021 Pair time (%) = 0.000908136 (4.9663) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.186448) Outpt time (%) = 0.017199 (94.0558) Other time (%) = 0.00014472 (0.791426) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:04 2021 Memory usage per processor = 27.5264 Mbytes Step Atoms AVEKE stressZZ 7570 5000 1.2743192e-11 2141592.1 7571 -0.00864499999999528 2141553.91235198 7571 5000 1.2742293e-11 2141553.9 Loop time of 0.0172999 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:04 2021 Pair time (%) = 0.00121903 (7.04649) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.277008) Outpt time (%) = 0.0158658 (91.7104) Other time (%) = 0.000167131 (0.966084) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:04 2021 Memory usage per processor = 27.5264 Mbytes Step Atoms AVEKE stressZZ 7571 5000 1.2742293e-11 2141547.8 7572 -0.00864499999999528 2141509.58047913 7572 5000 1.2741394e-11 2141509.6 Loop time of 0.0169771 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:04 2021 Pair time (%) = 0.00088191 (5.19471) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.182566) Outpt time (%) = 0.0159709 (94.0736) Other time (%) = 9.32217e-05 (0.549103) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:04 2021 Memory usage per processor = 27.5264 Mbytes Step Atoms AVEKE stressZZ 7572 5000 1.2741394e-11 2141503.4 7573 -0.00864499999999528 2141465.25073749 7573 5000 1.2740495e-11 2141465.3 Loop time of 0.0168569 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:04 2021 Pair time (%) = 0.000948906 (5.62918) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.19094) Outpt time (%) = 0.0157778 (93.5986) Other time (%) = 9.799e-05 (0.581305) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:04 2021 Memory usage per processor = 27.5264 Mbytes Step Atoms AVEKE stressZZ 7573 5000 1.2740495e-11 2141459.1 7574 -0.00864499999999528 2141420.92312671 7574 5000 1.2739596e-11 2141420.9 Loop time of 0.016561 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:04 2021 Pair time (%) = 0.00105 (6.34016) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.205868) Outpt time (%) = 0.0153461 (92.6636) Other time (%) = 0.000130892 (0.79036) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:04 2021 Memory usage per processor = 27.5264 Mbytes Step Atoms AVEKE stressZZ 7574 5000 1.2739596e-11 2141414.8 7575 -0.00864499999999528 2141376.59764655 7575 5000 1.2738697e-11 2141376.6 Loop time of 0.0171971 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:04 2021 Pair time (%) = 0.0010519 (6.11673) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.187162) Outpt time (%) = 0.0160201 (93.1554) Other time (%) = 9.29832e-05 (0.54069) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:04 2021 Memory usage per processor = 27.5264 Mbytes Step Atoms AVEKE stressZZ 7575 5000 1.2738697e-11 2141370.5 7576 -0.00864499999999528 2141332.27429664 7576 5000 1.2737799e-11 2141332.3 Loop time of 0.016983 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:04 2021 Pair time (%) = 0.000885963 (5.21676) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188118) Outpt time (%) = 0.015974 (94.0588) Other time (%) = 9.10759e-05 (0.536276) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:04 2021 Memory usage per processor = 27.5264 Mbytes Step Atoms AVEKE stressZZ 7576 5000 1.2737799e-11 2141326.1 7577 -0.00864499999999528 2141287.95307671 7577 5000 1.27369e-11 2141288 Loop time of 0.016803 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:04 2021 Pair time (%) = 0.000886917 (5.27832) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190133) Outpt time (%) = 0.0157759 (93.8874) Other time (%) = 0.000108242 (0.644182) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:04 2021 Memory usage per processor = 27.5264 Mbytes Step Atoms AVEKE stressZZ 7577 5000 1.27369e-11 2141281.8 7578 -0.00864499999999528 2141243.63398649 7578 5000 1.2736002e-11 2141243.6 Loop time of 0.017385 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:04 2021 Pair time (%) = 0.00126791 (7.29312) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.201596) Outpt time (%) = 0.015872 (91.2971) Other time (%) = 0.000210047 (1.20821) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:04 2021 Memory usage per processor = 27.5264 Mbytes Step Atoms AVEKE stressZZ 7578 5000 1.2736002e-11 2141237.5 7579 -0.00864499999999528 2141199.31702568 7579 5000 1.2735103e-11 2141199.3 Loop time of 0.0171039 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:04 2021 Pair time (%) = 0.000893116 (5.22171) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186788) Outpt time (%) = 0.0160871 (94.0548) Other time (%) = 9.17912e-05 (0.536668) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:04 2021 Memory usage per processor = 27.5264 Mbytes Step Atoms AVEKE stressZZ 7579 5000 1.2735103e-11 2141193.2 7580 -0.00864499999999528 2141155.00219398 7580 5000 1.2734205e-11 2141155 Loop time of 0.018682 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:04 2021 Pair time (%) = 0.000918865 (4.91845) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.165905) Outpt time (%) = 0.017637 (94.4064) Other time (%) = 9.5129e-05 (0.509201) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:04 2021 Memory usage per processor = 27.5264 Mbytes Step Atoms AVEKE stressZZ 7580 5000 1.2734205e-11 2141148.9 7581 -0.00864499999999528 2141110.68949111 7581 5000 1.2733307e-11 2141110.7 Loop time of 0.0164471 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:04 2021 Pair time (%) = 0.00092411 (5.61869) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.205845) Outpt time (%) = 0.0153899 (93.5724) Other time (%) = 9.91821e-05 (0.603038) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:04 2021 Memory usage per processor = 27.5264 Mbytes Step Atoms AVEKE stressZZ 7581 5000 1.2733307e-11 2141104.6 7582 -0.00864499999999528 2141066.37891683 7582 5000 1.2732409e-11 2141066.4 Loop time of 0.0169809 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:04 2021 Pair time (%) = 0.000916004 (5.39432) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188141) Outpt time (%) = 0.0159318 (93.8222) Other time (%) = 0.000101089 (0.595313) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:04 2021 Memory usage per processor = 27.5264 Mbytes Step Atoms AVEKE stressZZ 7582 5000 1.2732409e-11 2141060.2 7583 -0.00864499999999528 2141022.07047083 7583 5000 1.2731511e-11 2141022.1 Loop time of 0.017226 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:04 2021 Pair time (%) = 0.000897884 (5.21238) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.186849) Outpt time (%) = 0.0161972 (94.0278) Other time (%) = 9.87053e-05 (0.573002) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:04 2021 Memory usage per processor = 27.5264 Mbytes Step Atoms AVEKE stressZZ 7583 5000 1.2731511e-11 2141015.9 7584 -0.00864499999999528 2140977.76415289 7584 5000 1.2730613e-11 2140977.8 Loop time of 0.0163829 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:04 2021 Pair time (%) = 0.000882864 (5.38893) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.195008) Outpt time (%) = 0.0153711 (93.8238) Other time (%) = 9.70364e-05 (0.592302) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:04 2021 Memory usage per processor = 27.5264 Mbytes Step Atoms AVEKE stressZZ 7584 5000 1.2730613e-11 2140971.6 7585 -0.00864499999999528 2140933.45996269 7585 5000 1.2729715e-11 2140933.5 Loop time of 0.01682 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:04 2021 Pair time (%) = 0.00109911 (6.53456) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.214039) Outpt time (%) = 0.015532 (92.3428) Other time (%) = 0.000152826 (0.908601) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:04 2021 Memory usage per processor = 27.5264 Mbytes Step Atoms AVEKE stressZZ 7585 5000 1.2729715e-11 2140927.3 7586 -0.00864499999999528 2140889.1579 7586 5000 1.2728817e-11 2140889.2 Loop time of 0.017287 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:04 2021 Pair time (%) = 0.000882864 (5.10709) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.186189) Outpt time (%) = 0.0162809 (94.1799) Other time (%) = 9.10759e-05 (0.526846) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:04 2021 Memory usage per processor = 27.5264 Mbytes Step Atoms AVEKE stressZZ 7586 5000 1.2728817e-11 2140883 7587 -0.00864499999999528 2140844.85796454 7587 5000 1.272792e-11 2140844.9 Loop time of 0.016598 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:04 2021 Pair time (%) = 0.000884056 (5.32629) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.186736) Outpt time (%) = 0.0155962 (93.9641) Other time (%) = 8.67844e-05 (0.522861) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:04 2021 Memory usage per processor = 27.5264 Mbytes Step Atoms AVEKE stressZZ 7587 5000 1.272792e-11 2140838.7 7588 -0.00864499999999528 2140800.56015608 7588 5000 1.2727022e-11 2140800.6 Loop time of 0.0166922 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:04 2021 Pair time (%) = 0.000936985 (5.61332) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.204251) Outpt time (%) = 0.015589 (93.3911) Other time (%) = 0.000132084 (0.791293) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:04 2021 Memory usage per processor = 27.5264 Mbytes Step Atoms AVEKE stressZZ 7588 5000 1.2727022e-11 2140794.4 7589 -0.00864499999999528 2140756.26447434 7589 5000 1.2726125e-11 2140756.3 Loop time of 0.0172789 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:05 2021 Pair time (%) = 0.000922918 (5.3413) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191796) Outpt time (%) = 0.016227 (93.9122) Other time (%) = 9.58443e-05 (0.554689) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:05 2021 Memory usage per processor = 27.5264 Mbytes Step Atoms AVEKE stressZZ 7589 5000 1.2726125e-11 2140750.1 7590 -0.00864499999999528 2140711.97091905 7590 5000 1.2725227e-11 2140712 Loop time of 0.018739 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:05 2021 Pair time (%) = 0.000882864 (4.71138) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.165401) Outpt time (%) = 0.017736 (94.6474) Other time (%) = 8.91685e-05 (0.475845) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:05 2021 Memory usage per processor = 27.5264 Mbytes Step Atoms AVEKE stressZZ 7590 5000 1.2725227e-11 2140705.8 7591 -0.00864499999999528 2140667.67949001 7591 5000 1.272433e-11 2140667.7 Loop time of 0.0164371 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:05 2021 Pair time (%) = 0.000884056 (5.37843) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194366) Outpt time (%) = 0.015434 (93.8978) Other time (%) = 8.70228e-05 (0.529431) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:05 2021 Memory usage per processor = 27.5264 Mbytes Step Atoms AVEKE stressZZ 7591 5000 1.272433e-11 2140661.5 7592 -0.00864499999999528 2140623.39018694 7592 5000 1.2723433e-11 2140623.4 Loop time of 0.0167029 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:05 2021 Pair time (%) = 0.00103903 (6.22065) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.239805) Outpt time (%) = 0.015496 (92.7745) Other time (%) = 0.000127792 (0.765091) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:05 2021 Memory usage per processor = 27.5264 Mbytes Step Atoms AVEKE stressZZ 7592 5000 1.2723433e-11 2140617.3 7593 -0.00864499999999528 2140579.10301756 7593 5000 1.2722535e-11 2140579.1 Loop time of 0.0167761 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:05 2021 Pair time (%) = 0.000891924 (5.31664) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190438) Outpt time (%) = 0.015759 (93.9372) Other time (%) = 9.32217e-05 (0.555682) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:05 2021 Memory usage per processor = 27.5264 Mbytes Step Atoms AVEKE stressZZ 7593 5000 1.2722535e-11 2140573 7594 -0.00864499999999528 2140534.81799137 7594 5000 1.2721638e-11 2140534.8 Loop time of 0.0170028 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:05 2021 Pair time (%) = 0.000886202 (5.21209) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.18229) Outpt time (%) = 0.0159929 (94.0602) Other time (%) = 9.27448e-05 (0.545467) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:05 2021 Memory usage per processor = 27.5264 Mbytes Step Atoms AVEKE stressZZ 7594 5000 1.2721638e-11 2140528.7 7595 -0.00864499999999528 2140490.53510035 7595 5000 1.2720741e-11 2140490.5 Loop time of 0.0167499 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:05 2021 Pair time (%) = 0.000914097 (5.45734) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.274717) Outpt time (%) = 0.0156379 (93.3612) Other time (%) = 0.000151873 (0.90671) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:05 2021 Memory usage per processor = 27.5264 Mbytes Step Atoms AVEKE stressZZ 7595 5000 1.2720741e-11 2140484.4 7596 -0.00864499999999528 2140446.25434189 7596 5000 1.2719844e-11 2140446.3 Loop time of 0.0173659 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:05 2021 Pair time (%) = 0.00103688 (5.97078) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189462) Outpt time (%) = 0.016171 (93.119) Other time (%) = 0.00012517 (0.720778) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:05 2021 Memory usage per processor = 27.5264 Mbytes Step Atoms AVEKE stressZZ 7596 5000 1.2719844e-11 2140440.1 7597 -0.00864499999999528 2140401.97571468 7597 5000 1.2718948e-11 2140402 Loop time of 0.0168509 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:05 2021 Pair time (%) = 0.000882864 (5.23925) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.183933) Outpt time (%) = 0.0158501 (94.0604) Other time (%) = 8.70228e-05 (0.516427) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:05 2021 Memory usage per processor = 27.5264 Mbytes Step Atoms AVEKE stressZZ 7597 5000 1.2718948e-11 2140395.8 7598 -0.00864499999999528 2140357.69921767 7598 5000 1.2718051e-11 2140357.7 Loop time of 0.016742 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:05 2021 Pair time (%) = 0.000886917 (5.29756) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190826) Outpt time (%) = 0.0157301 (93.9562) Other time (%) = 9.29832e-05 (0.555389) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:05 2021 Memory usage per processor = 27.5264 Mbytes Step Atoms AVEKE stressZZ 7598 5000 1.2718051e-11 2140351.6 7599 -0.00864499999999528 2140313.42485005 7599 5000 1.2717154e-11 2140313.4 Loop time of 0.016458 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:05 2021 Pair time (%) = 0.000917912 (5.57729) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.205708) Outpt time (%) = 0.0154009 (93.5767) Other time (%) = 0.000105381 (0.640301) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:05 2021 Memory usage per processor = 27.5264 Mbytes Step Atoms AVEKE stressZZ 7599 5000 1.2717154e-11 2140307.3 7600 -0.00864499999999528 2140269.15261126 7600 5000 1.2716258e-11 2140269.2 Loop time of 0.0181971 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:05 2021 Pair time (%) = 0.000989199 (5.43604) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.175567) Outpt time (%) = 0.017087 (93.8997) Other time (%) = 8.89301e-05 (0.488706) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:05 2021 Memory usage per processor = 27.5264 Mbytes Step Atoms AVEKE stressZZ 7600 5000 1.2716258e-11 2140263 7601 -0.00864499999999528 2140224.88250069 7601 5000 1.2715361e-11 2140224.9 Loop time of 0.0161819 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:05 2021 Pair time (%) = 0.000923157 (5.70486) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.19743) Outpt time (%) = 0.0151398 (93.5599) Other time (%) = 8.70228e-05 (0.537777) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:05 2021 Memory usage per processor = 27.5264 Mbytes Step Atoms AVEKE stressZZ 7601 5000 1.2715361e-11 2140218.8 7602 -0.00864499999999528 2140180.61451783 7602 5000 1.2714465e-11 2140180.6 Loop time of 0.016463 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:05 2021 Pair time (%) = 0.000883102 (5.36415) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.188267) Outpt time (%) = 0.015466 (93.9436) Other time (%) = 8.29697e-05 (0.503975) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:05 2021 Memory usage per processor = 27.5264 Mbytes Step Atoms AVEKE stressZZ 7602 5000 1.2714465e-11 2140174.5 7603 -0.00864499999999528 2140136.34866224 7603 5000 1.2713569e-11 2140136.3 Loop time of 0.0171831 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:05 2021 Pair time (%) = 0.000883102 (5.13938) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180378) Outpt time (%) = 0.01618 (94.1627) Other time (%) = 8.89301e-05 (0.517545) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:05 2021 Memory usage per processor = 27.5264 Mbytes Step Atoms AVEKE stressZZ 7603 5000 1.2713569e-11 2140130.2 7604 -0.00864499999999528 2140092.0849395 7604 5000 1.2712673e-11 2140092.1 Loop time of 0.0169861 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:05 2021 Pair time (%) = 0.000885963 (5.2158) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188083) Outpt time (%) = 0.0159271 (93.7652) Other time (%) = 0.000141144 (0.830936) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:05 2021 Memory usage per processor = 27.5264 Mbytes Step Atoms AVEKE stressZZ 7604 5000 1.2712673e-11 2140086 7605 -0.00864499999999528 2140047.82334368 7605 5000 1.2711776e-11 2140047.8 Loop time of 0.016979 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:05 2021 Pair time (%) = 0.000890017 (5.24187) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188163) Outpt time (%) = 0.0159609 (94.0041) Other time (%) = 9.60827e-05 (0.565892) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:05 2021 Memory usage per processor = 27.5264 Mbytes Step Atoms AVEKE stressZZ 7605 5000 1.2711776e-11 2140041.7 7606 -0.00864499999999528 2140003.56387441 7606 5000 1.271088e-11 2140003.6 Loop time of 0.01736 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:05 2021 Pair time (%) = 0.000965118 (5.55945) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184033) Outpt time (%) = 0.0162351 (93.5204) Other time (%) = 0.000127792 (0.736132) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:05 2021 Memory usage per processor = 27.5264 Mbytes Step Atoms AVEKE stressZZ 7606 5000 1.271088e-11 2139997.4 7607 -0.00864499999999528 2139959.30653128 7607 5000 1.2709984e-11 2139959.3 Loop time of 0.0169711 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:05 2021 Pair time (%) = 0.000879049 (5.17968) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18825) Outpt time (%) = 0.0159068 (93.7288) Other time (%) = 0.000153303 (0.903318) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:05 2021 Memory usage per processor = 27.5264 Mbytes Step Atoms AVEKE stressZZ 7607 5000 1.2709984e-11 2139953.2 7608 -0.00864499999999528 2139915.05131394 7608 5000 1.2709089e-11 2139915.1 Loop time of 0.016571 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:05 2021 Pair time (%) = 0.000981092 (5.92052) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.283437) Outpt time (%) = 0.0153959 (92.9083) Other time (%) = 0.000147104 (0.887719) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:05 2021 Memory usage per processor = 27.5264 Mbytes Step Atoms AVEKE stressZZ 7608 5000 1.2709089e-11 2139908.9 7609 -0.00864499999999528 2139870.79822207 7609 5000 1.2708193e-11 2139870.8 Loop time of 0.017204 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:05 2021 Pair time (%) = 0.00101113 (5.8773) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191244) Outpt time (%) = 0.016058 (93.3383) Other time (%) = 0.000102043 (0.593135) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:05 2021 Memory usage per processor = 27.5264 Mbytes Step Atoms AVEKE stressZZ 7609 5000 1.2708193e-11 2139864.7 7610 -0.00864499999999528 2139826.54725527 7610 5000 1.2707297e-11 2139826.5 Loop time of 0.0190468 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:05 2021 Pair time (%) = 0.000884056 (4.6415) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.167735) Outpt time (%) = 0.018043 (94.7301) Other time (%) = 8.7738e-05 (0.460645) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:05 2021 Memory usage per processor = 27.5264 Mbytes Step Atoms AVEKE stressZZ 7610 5000 1.2707297e-11 2139820.4 7611 -0.00864499999999528 2139782.29841324 7611 5000 1.2706402e-11 2139782.3 Loop time of 0.0164101 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:05 2021 Pair time (%) = 0.000883102 (5.38145) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194685) Outpt time (%) = 0.0154021 (93.8572) Other time (%) = 9.29832e-05 (0.566622) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:05 2021 Memory usage per processor = 27.5264 Mbytes Step Atoms AVEKE stressZZ 7611 5000 1.2706402e-11 2139776.2 7612 -0.00864499999999528 2139738.05169561 7612 5000 1.2705506e-11 2139738.1 Loop time of 0.0173891 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:05 2021 Pair time (%) = 0.00124502 (7.1598) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.194694) Outpt time (%) = 0.0159361 (91.6446) Other time (%) = 0.000174046 (1.00089) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:05 2021 Memory usage per processor = 27.5264 Mbytes Step Atoms AVEKE stressZZ 7612 5000 1.2705506e-11 2139731.9 7613 -0.00864499999999528 2139693.80710215 7613 5000 1.2704611e-11 2139693.8 Loop time of 0.0172031 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:05 2021 Pair time (%) = 0.000906944 (5.27198) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185711) Outpt time (%) = 0.016171 (94.0004) Other time (%) = 9.32217e-05 (0.541889) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:05 2021 Memory usage per processor = 27.5264 Mbytes Step Atoms AVEKE stressZZ 7613 5000 1.2704611e-11 2139687.7 7614 -0.00864499999999528 2139649.56463248 7614 5000 1.2703715e-11 2139649.6 Loop time of 0.0170021 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:05 2021 Pair time (%) = 0.000911951 (5.36375) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187907) Outpt time (%) = 0.0159512 (93.8187) Other time (%) = 0.00010705 (0.629628) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:05 2021 Memory usage per processor = 27.5264 Mbytes Step Atoms AVEKE stressZZ 7614 5000 1.2703715e-11 2139643.4 7615 -0.00864499999999528 2139605.32428638 7615 5000 1.270282e-11 2139605.3 Loop time of 0.0165529 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:05 2021 Pair time (%) = 0.000914097 (5.52227) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.204528) Outpt time (%) = 0.0154729 (93.4753) Other time (%) = 0.000132084 (0.797949) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:21:05 2021 Memory usage per processor = 27.5264 Mbytes Step Atoms AVEKE stressZZ 7615 5000 1.270282e-11 2139599.2 7616 -0.00864499999999528 2139553.38602286 7616 5000 2.5095716e-11 2139623.5 Loop time of 0.0173471 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:05 2021 Pair time (%) = 0.00100517 (5.79447) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189667) Outpt time (%) = 0.0161262 (92.9617) Other time (%) = 0.000182867 (1.05417) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:05 2021 Memory usage per processor = 27.5264 Mbytes Step Atoms AVEKE stressZZ 7616 5000 2.5095716e-11 2176583.1 7617 -0.00867749999999527 2176532.42428043 7617 5000 2.0263735e-11 2176532.4 Loop time of 0.017271 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:05 2021 Pair time (%) = 0.000933886 (5.40723) Neigh time (%) = 0 (0) Comm time (%) = 5.38826e-05 (0.311982) Outpt time (%) = 0.0161641 (93.5906) Other time (%) = 0.000119209 (0.690226) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:05 2021 Memory usage per processor = 27.5264 Mbytes Step Atoms AVEKE stressZZ 7617 5000 2.0263735e-11 2176524.2 7618 -0.00867749999999527 2176477.82938063 7618 5000 1.7460839e-11 2176477.8 Loop time of 0.01652 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:05 2021 Pair time (%) = 0.000886917 (5.36874) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.187617) Outpt time (%) = 0.015507 (93.8678) Other time (%) = 9.5129e-05 (0.575841) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:05 2021 Memory usage per processor = 27.5264 Mbytes Step Atoms AVEKE stressZZ 7618 5000 1.7460839e-11 2176470.3 7619 -0.00867749999999527 2176426.69402787 7619 5000 1.578757e-11 2176426.7 Loop time of 0.0170062 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:05 2021 Pair time (%) = 0.00122309 (7.19203) Neigh time (%) = 0 (0) Comm time (%) = 4.31538e-05 (0.253754) Outpt time (%) = 0.0155818 (91.6247) Other time (%) = 0.000158072 (0.929496) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:05 2021 Memory usage per processor = 27.5264 Mbytes Step Atoms AVEKE stressZZ 7619 5000 1.578757e-11 2176419.6 7620 -0.00867749999999527 2176377.75804973 7620 5000 1.4767616e-11 2176377.8 Loop time of 0.018553 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:05 2021 Pair time (%) = 0.000921965 (4.96935) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.172199) Outpt time (%) = 0.0175061 (94.3573) Other time (%) = 9.29832e-05 (0.501176) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:05 2021 Memory usage per processor = 27.5266 Mbytes Step Atoms AVEKE stressZZ 7620 5000 1.4767616e-11 2176371 7621 -0.00867749999999527 2176330.22059709 7621 5000 1.4136766e-11 2176330.2 Loop time of 0.0172648 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:05 2021 Pair time (%) = 0.000927925 (5.37465) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185047) Outpt time (%) = 0.016197 (93.8147) Other time (%) = 0.000108004 (0.62557) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:05 2021 Memory usage per processor = 27.5266 Mbytes Step Atoms AVEKE stressZZ 7621 5000 1.4136766e-11 2176323.6 7622 -0.00867749999999527 2176283.57272285 7622 5000 1.374266e-11 2176283.6 Loop time of 0.016469 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:05 2021 Pair time (%) = 0.000913143 (5.54462) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.201228) Outpt time (%) = 0.015379 (93.3812) Other time (%) = 0.000143766 (0.872952) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:05 2021 Memory usage per processor = 27.5266 Mbytes Step Atoms AVEKE stressZZ 7622 5000 1.374266e-11 2176277.1 7623 -0.00867749999999527 2176237.49099041 7623 5000 1.349475e-11 2176237.5 Loop time of 0.016849 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:05 2021 Pair time (%) = 0.000928879 (5.51295) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.195274) Outpt time (%) = 0.0157809 (93.6607) Other time (%) = 0.000106335 (0.631102) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:05 2021 Memory usage per processor = 27.5266 Mbytes Step Atoms AVEKE stressZZ 7623 5000 1.349475e-11 2176231.1 7624 -0.00867749999999527 2176191.76986118 7624 5000 1.3338031e-11 2176191.8 Loop time of 0.0169852 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:05 2021 Pair time (%) = 0.000925064 (5.4463) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188094) Outpt time (%) = 0.015934 (93.8111) Other time (%) = 9.41753e-05 (0.554456) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:05 2021 Memory usage per processor = 27.5266 Mbytes Step Atoms AVEKE stressZZ 7624 5000 1.3338031e-11 2176185.4 7625 -0.00867749999999527 2176146.2786984 7625 5000 1.3238569e-11 2176146.3 Loop time of 0.0167611 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:05 2021 Pair time (%) = 0.000885963 (5.28584) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.184919) Outpt time (%) = 0.015749 (93.9617) Other time (%) = 9.5129e-05 (0.567559) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:05 2021 Memory usage per processor = 27.5266 Mbytes Step Atoms AVEKE stressZZ 7625 5000 1.3238569e-11 2176139.9 7626 -0.00867749999999527 2176100.93448327 7626 5000 1.3175214e-11 2176100.9 Loop time of 0.0168002 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:05 2021 Pair time (%) = 0.00106096 (6.31519) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.214291) Outpt time (%) = 0.0155811 (92.7439) Other time (%) = 0.00012207 (0.726602) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:05 2021 Memory usage per processor = 27.5266 Mbytes Step Atoms AVEKE stressZZ 7626 5000 1.3175214e-11 2176094.6 7627 -0.00867749999999527 2176055.68444336 7627 5000 1.3134691e-11 2176055.7 Loop time of 0.017041 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:05 2021 Pair time (%) = 0.000922918 (5.41588) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187478) Outpt time (%) = 0.0159931 (93.851) Other time (%) = 9.29832e-05 (0.545645) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:05 2021 Memory usage per processor = 27.5266 Mbytes Step Atoms AVEKE stressZZ 7627 5000 1.3134691e-11 2176049.4 7628 -0.00867749999999527 2176010.49506222 7628 5000 1.3108633e-11 2176010.5 Loop time of 0.0185239 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:05 2021 Pair time (%) = 0.000982046 (5.3015) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.173756) Outpt time (%) = 0.0174019 (93.943) Other time (%) = 0.000107765 (0.581762) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:05 2021 Memory usage per processor = 27.5266 Mbytes Step Atoms AVEKE stressZZ 7628 5000 1.3108633e-11 2176004.2 7629 -0.00867749999999527 2175965.34503297 7629 5000 1.3091749e-11 2175965.3 Loop time of 0.0165701 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:05 2021 Pair time (%) = 0.000901937 (5.44317) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.198561) Outpt time (%) = 0.0155361 (93.7597) Other time (%) = 9.91821e-05 (0.598561) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:05 2021 Memory usage per processor = 27.5266 Mbytes Step Atoms AVEKE stressZZ 7629 5000 1.3091749e-11 2175959.1 7630 -0.00867749999999527 2175920.22081753 7630 5000 1.3080687e-11 2175920.2 Loop time of 0.0194309 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:05 2021 Pair time (%) = 0.000926018 (4.7657) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.170554) Outpt time (%) = 0.018316 (94.2625) Other time (%) = 0.000155687 (0.801237) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:05 2021 Memory usage per processor = 27.5266 Mbytes Step Atoms AVEKE stressZZ 7630 5000 1.3080687e-11 2175913.9 7631 -0.00867749999999527 2175875.11380993 7631 5000 1.3073322e-11 2175875.1 Loop time of 0.0171318 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:05 2021 Pair time (%) = 0.000887156 (5.17841) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186484) Outpt time (%) = 0.016119 (94.0882) Other time (%) = 9.36985e-05 (0.546927) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:05 2021 Memory usage per processor = 27.5266 Mbytes Step Atoms AVEKE stressZZ 7631 5000 1.3073322e-11 2175868.8 7632 -0.00867749999999527 2175830.01853023 7632 5000 1.3068306e-11 2175830 Loop time of 0.016541 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:05 2021 Pair time (%) = 0.000885963 (5.35616) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.187379) Outpt time (%) = 0.0155349 (93.9174) Other time (%) = 8.91685e-05 (0.539076) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:05 2021 Memory usage per processor = 27.5266 Mbytes Step Atoms AVEKE stressZZ 7632 5000 1.3068306e-11 2175823.7 7633 -0.00867749999999527 2175784.93150298 7633 5000 1.3064782e-11 2175784.9 Loop time of 0.016578 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:06 2021 Pair time (%) = 0.00101686 (6.13378) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.217163) Outpt time (%) = 0.0154011 (92.9012) Other time (%) = 0.000123978 (0.747846) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:06 2021 Memory usage per processor = 27.5266 Mbytes Step Atoms AVEKE stressZZ 7633 5000 1.3064782e-11 2175778.6 7634 -0.00867749999999527 2175739.85052057 7634 5000 1.3062206e-11 2175739.9 Loop time of 0.0172598 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:06 2021 Pair time (%) = 0.000909805 (5.27123) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185101) Outpt time (%) = 0.0162199 (93.9746) Other time (%) = 9.82285e-05 (0.569116) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:06 2021 Memory usage per processor = 27.5266 Mbytes Step Atoms AVEKE stressZZ 7634 5000 1.3062206e-11 2175733.6 7635 -0.00867749999999527 2175694.77417575 7635 5000 1.3060232e-11 2175694.8 Loop time of 0.0171208 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:06 2021 Pair time (%) = 0.000950098 (5.54937) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.199137) Outpt time (%) = 0.0160298 (93.6276) Other time (%) = 0.000106812 (0.623869) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:06 2021 Memory usage per processor = 27.5266 Mbytes Step Atoms AVEKE stressZZ 7635 5000 1.3060232e-11 2175688.5 7636 -0.00867749999999527 2175649.70157486 7636 5000 1.3058641e-11 2175649.7 Loop time of 0.0166481 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:06 2021 Pair time (%) = 0.000930071 (5.58666) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.186174) Outpt time (%) = 0.0155919 (93.6557) Other time (%) = 9.5129e-05 (0.571412) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:06 2021 Memory usage per processor = 27.5266 Mbytes Step Atoms AVEKE stressZZ 7636 5000 1.3058641e-11 2175643.4 7637 -0.00867749999999527 2175604.63215041 7637 5000 1.3057293e-11 2175604.6 Loop time of 0.0165761 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:06 2021 Pair time (%) = 0.00106406 (6.41927) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.230133) Outpt time (%) = 0.0153499 (92.6027) Other time (%) = 0.000123978 (0.747932) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:06 2021 Memory usage per processor = 27.5266 Mbytes Step Atoms AVEKE stressZZ 7637 5000 1.3057293e-11 2175598.3 7638 -0.00867749999999527 2175559.56554168 7638 5000 1.30561e-11 2175559.6 Loop time of 0.0170829 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:06 2021 Pair time (%) = 0.000899076 (5.26301) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187018) Outpt time (%) = 0.016042 (93.9066) Other time (%) = 0.000109911 (0.643396) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:06 2021 Memory usage per processor = 27.5266 Mbytes Step Atoms AVEKE stressZZ 7638 5000 1.30561e-11 2175553.3 7639 -0.00867749999999527 2175514.50151921 7639 5000 1.3055005e-11 2175514.5 Loop time of 0.01647 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:06 2021 Pair time (%) = 0.000936985 (5.68906) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.188188) Outpt time (%) = 0.0153909 (93.4482) Other time (%) = 0.000111103 (0.67458) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:06 2021 Memory usage per processor = 27.5266 Mbytes Step Atoms AVEKE stressZZ 7639 5000 1.3055005e-11 2175508.2 7640 -0.00867749999999527 2175469.4399371 7640 5000 1.3053973e-11 2175469.4 Loop time of 0.018543 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:06 2021 Pair time (%) = 0.000937939 (5.05818) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.183864) Outpt time (%) = 0.017427 (93.9814) Other time (%) = 0.000144005 (0.776599) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:06 2021 Memory usage per processor = 27.5266 Mbytes Step Atoms AVEKE stressZZ 7640 5000 1.3053973e-11 2175463.2 7641 -0.00867749999999527 2175424.38070241 7641 5000 1.305298e-11 2175424.4 Loop time of 0.0169599 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:06 2021 Pair time (%) = 0.00100207 (5.90848) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.193997) Outpt time (%) = 0.0157969 (93.1426) Other time (%) = 0.000128031 (0.754903) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:06 2021 Memory usage per processor = 27.5266 Mbytes Step Atoms AVEKE stressZZ 7641 5000 1.305298e-11 2175418.1 7642 -0.00867749999999527 2175379.32375599 7642 5000 1.3052013e-11 2175379.3 Loop time of 0.0172749 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:06 2021 Pair time (%) = 0.00091815 (5.31495) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.19046) Outpt time (%) = 0.016228 (93.9398) Other time (%) = 9.58443e-05 (0.554819) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:06 2021 Memory usage per processor = 27.5266 Mbytes Step Atoms AVEKE stressZZ 7642 5000 1.3052013e-11 2175373 7643 -0.00867749999999527 2175334.26906004 7643 5000 1.3051062e-11 2175334.3 Loop time of 0.016645 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:06 2021 Pair time (%) = 0.000922918 (5.54473) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.186209) Outpt time (%) = 0.0155971 (93.7047) Other time (%) = 9.39369e-05 (0.564357) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:06 2021 Memory usage per processor = 27.5266 Mbytes Step Atoms AVEKE stressZZ 7643 5000 1.3051062e-11 2175328 7644 -0.00867749999999527 2175289.2165905 7644 5000 1.3050121e-11 2175289.2 Loop time of 0.016674 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:06 2021 Pair time (%) = 0.000944138 (5.66232) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.204473) Outpt time (%) = 0.015564 (93.3425) Other time (%) = 0.000131845 (0.790723) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:06 2021 Memory usage per processor = 27.5266 Mbytes Step Atoms AVEKE stressZZ 7644 5000 1.3050121e-11 2175282.9 7645 -0.00867749999999527 2175244.1663318 7645 5000 1.3049187e-11 2175244.2 Loop time of 0.0164149 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:06 2021 Pair time (%) = 0.00088501 (5.39151) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.188819) Outpt time (%) = 0.0154121 (93.891) Other time (%) = 8.67844e-05 (0.528693) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:06 2021 Memory usage per processor = 27.5266 Mbytes Step Atoms AVEKE stressZZ 7645 5000 1.3049187e-11 2175237.9 7646 -0.00867749999999527 2175199.11827405 7646 5000 1.3048256e-11 2175199.1 Loop time of 0.0162961 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:06 2021 Pair time (%) = 0.000885963 (5.43664) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.190195) Outpt time (%) = 0.015286 (93.8011) Other time (%) = 9.32217e-05 (0.572047) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:06 2021 Memory usage per processor = 27.5266 Mbytes Step Atoms AVEKE stressZZ 7646 5000 1.3048256e-11 2175192.8 7647 -0.00867749999999527 2175154.07241082 7647 5000 1.3047329e-11 2175154.1 Loop time of 0.01635 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:06 2021 Pair time (%) = 0.000887871 (5.43039) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.189568) Outpt time (%) = 0.015341 (93.8288) Other time (%) = 9.01222e-05 (0.551205) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:06 2021 Memory usage per processor = 27.5266 Mbytes Step Atoms AVEKE stressZZ 7647 5000 1.3047329e-11 2175147.8 7648 -0.00867749999999527 2175109.02873781 7648 5000 1.3046403e-11 2175109 Loop time of 0.0170531 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:06 2021 Pair time (%) = 0.000886917 (5.20091) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181752) Outpt time (%) = 0.0160439 (94.0819) Other time (%) = 9.13143e-05 (0.53547) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:06 2021 Memory usage per processor = 27.5266 Mbytes Step Atoms AVEKE stressZZ 7648 5000 1.3046403e-11 2175102.7 7649 -0.00867749999999527 2175063.9872522 7649 5000 1.3045479e-11 2175064 Loop time of 0.0173411 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:06 2021 Pair time (%) = 0.00116014 (6.69013) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.202106) Outpt time (%) = 0.01599 (92.2086) Other time (%) = 0.000155926 (0.899167) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:06 2021 Memory usage per processor = 27.5266 Mbytes Step Atoms AVEKE stressZZ 7649 5000 1.3045479e-11 2175057.7 7650 -0.00867749999999527 2175018.94795217 7650 5000 1.3044555e-11 2175018.9 Loop time of 0.0193942 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:06 2021 Pair time (%) = 0.00111198 (5.7336) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.16473) Outpt time (%) = 0.0181398 (93.5325) Other time (%) = 0.000110388 (0.569181) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:06 2021 Memory usage per processor = 27.5266 Mbytes Step Atoms AVEKE stressZZ 7650 5000 1.3044555e-11 2175012.7 7651 -0.00867749999999527 2174973.91083632 7651 5000 1.3043632e-11 2174973.9 Loop time of 0.0172079 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:06 2021 Pair time (%) = 0.000941992 (5.47419) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18566) Outpt time (%) = 0.0161271 (93.7194) Other time (%) = 0.000106812 (0.620714) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:06 2021 Memory usage per processor = 27.5266 Mbytes Step Atoms AVEKE stressZZ 7651 5000 1.3043632e-11 2174967.6 7652 -0.00867749999999527 2174928.87590367 7652 5000 1.3042709e-11 2174928.9 Loop time of 0.0170181 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:06 2021 Pair time (%) = 0.000946045 (5.55906) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18773) Outpt time (%) = 0.0159302 (93.6074) Other time (%) = 0.000109911 (0.645848) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:06 2021 Memory usage per processor = 27.5266 Mbytes Step Atoms AVEKE stressZZ 7652 5000 1.3042709e-11 2174922.6 7653 -0.00867749999999527 2174883.84315352 7653 5000 1.3041786e-11 2174883.8 Loop time of 0.0167289 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:06 2021 Pair time (%) = 0.000962973 (5.75635) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.208078) Outpt time (%) = 0.015626 (93.4071) Other time (%) = 0.000105143 (0.62851) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:06 2021 Memory usage per processor = 27.5266 Mbytes Step Atoms AVEKE stressZZ 7653 5000 1.3041786e-11 2174877.6 7654 -0.00867749999999527 2174838.81258523 7654 5000 1.3040864e-11 2174838.8 Loop time of 0.495231 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:06 2021 Pair time (%) = 0.000924826 (0.186746) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.00683629) Outpt time (%) = 0.494174 (99.7866) Other time (%) = 9.82285e-05 (0.0198349) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:06 2021 Memory usage per processor = 27.5266 Mbytes Step Atoms AVEKE stressZZ 7654 5000 1.3040864e-11 2174832.5 7655 -0.00867749999999527 2174793.7841984 7655 5000 1.3039942e-11 2174793.8 Loop time of 0.0189579 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:06 2021 Pair time (%) = 0.00127506 (6.72578) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.242721) Outpt time (%) = 0.017514 (92.3838) Other time (%) = 0.000122786 (0.647677) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:06 2021 Memory usage per processor = 27.5266 Mbytes Step Atoms AVEKE stressZZ 7655 5000 1.3039942e-11 2174787.5 7656 -0.00867749999999527 2174748.75799257 7656 5000 1.3039019e-11 2174748.8 Loop time of 0.017087 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:07 2021 Pair time (%) = 0.00113511 (6.64313) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.234414) Outpt time (%) = 0.0157712 (92.2992) Other time (%) = 0.000140667 (0.82324) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:07 2021 Memory usage per processor = 27.5266 Mbytes Step Atoms AVEKE stressZZ 7656 5000 1.3039019e-11 2174742.5 7657 -0.00867749999999527 2174703.73396738 7657 5000 1.3038097e-11 2174703.7 Loop time of 0.0175011 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:07 2021 Pair time (%) = 0.000880003 (5.02827) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182549) Outpt time (%) = 0.0164959 (94.2565) Other time (%) = 9.32217e-05 (0.532661) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:07 2021 Memory usage per processor = 27.5266 Mbytes Step Atoms AVEKE stressZZ 7657 5000 1.3038097e-11 2174697.5 7658 -0.00867749999999527 2174658.71212244 7658 5000 1.3037176e-11 2174658.7 Loop time of 0.0170121 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:07 2021 Pair time (%) = 0.000907898 (5.33677) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.189198) Outpt time (%) = 0.01598 (93.9331) Other time (%) = 9.20296e-05 (0.540965) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:07 2021 Memory usage per processor = 27.5266 Mbytes Step Atoms AVEKE stressZZ 7658 5000 1.3037176e-11 2174652.4 7659 -0.00867749999999527 2174613.69245745 7659 5000 1.3036254e-11 2174613.7 Loop time of 0.01649 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:07 2021 Pair time (%) = 0.000918865 (5.57226) Neigh time (%) = 0 (0) Comm time (%) = 6.10352e-05 (0.370135) Outpt time (%) = 0.0153699 (93.2074) Other time (%) = 0.00014019 (0.850153) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:07 2021 Memory usage per processor = 27.5266 Mbytes Step Atoms AVEKE stressZZ 7659 5000 1.3036254e-11 2174607.4 7660 -0.00867749999999527 2174568.67497207 7660 5000 1.3035332e-11 2174568.7 Loop time of 0.0190449 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:07 2021 Pair time (%) = 0.00116181 (6.1004) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.182774) Outpt time (%) = 0.017695 (92.9119) Other time (%) = 0.000153303 (0.804957) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:07 2021 Memory usage per processor = 27.5266 Mbytes Step Atoms AVEKE stressZZ 7660 5000 1.3035332e-11 2174562.4 7661 -0.00867749999999527 2174523.659666 7661 5000 1.303441e-11 2174523.7 Loop time of 0.0170808 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:07 2021 Pair time (%) = 0.000885963 (5.1869) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187041) Outpt time (%) = 0.0160708 (94.0873) Other time (%) = 9.20296e-05 (0.53879) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:07 2021 Memory usage per processor = 27.5266 Mbytes Step Atoms AVEKE stressZZ 7661 5000 1.303441e-11 2174517.4 7662 -0.00867749999999527 2174478.64653893 7662 5000 1.3033489e-11 2174478.6 Loop time of 0.0171969 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:07 2021 Pair time (%) = 0.000897169 (5.21704) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185778) Outpt time (%) = 0.0161731 (94.0468) Other time (%) = 9.46522e-05 (0.550403) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:07 2021 Memory usage per processor = 27.5266 Mbytes Step Atoms AVEKE stressZZ 7662 5000 1.3033489e-11 2174472.4 7663 -0.00867749999999527 2174433.63559057 7663 5000 1.3032567e-11 2174433.6 Loop time of 0.0164309 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:07 2021 Pair time (%) = 0.000890017 (5.41674) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.206048) Outpt time (%) = 0.0154078 (93.7736) Other time (%) = 9.91821e-05 (0.603633) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:07 2021 Memory usage per processor = 27.5266 Mbytes Step Atoms AVEKE stressZZ 7663 5000 1.3032567e-11 2174427.4 7664 -0.00867749999999527 2174388.6268206 7664 5000 1.3031646e-11 2174388.6 Loop time of 0.016881 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:07 2021 Pair time (%) = 0.000952005 (5.63951) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207615) Outpt time (%) = 0.01577 (93.4185) Other time (%) = 0.000123978 (0.734422) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:07 2021 Memory usage per processor = 27.5266 Mbytes Step Atoms AVEKE stressZZ 7664 5000 1.3031646e-11 2174382.3 7665 -0.00867749999999527 2174343.62022875 7665 5000 1.3030725e-11 2174343.6 Loop time of 0.016824 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:07 2021 Pair time (%) = 0.000908852 (5.40211) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.191313) Outpt time (%) = 0.0157881 (93.8426) Other time (%) = 9.48906e-05 (0.564019) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:07 2021 Memory usage per processor = 27.5266 Mbytes Step Atoms AVEKE stressZZ 7665 5000 1.3030725e-11 2174337.3 7666 -0.00867749999999527 2174298.61581476 7666 5000 1.3029804e-11 2174298.6 Loop time of 0.0165579 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:07 2021 Pair time (%) = 0.000922918 (5.57387) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192947) Outpt time (%) = 0.0155079 (93.6587) Other time (%) = 9.5129e-05 (0.574522) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:07 2021 Memory usage per processor = 27.5266 Mbytes Step Atoms AVEKE stressZZ 7666 5000 1.3029804e-11 2174292.3 7667 -0.00867749999999527 2174253.61357833 7667 5000 1.3028883e-11 2174253.6 Loop time of 0.0168672 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:07 2021 Pair time (%) = 0.00109315 (6.48093) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.219094) Outpt time (%) = 0.0156081 (92.5353) Other time (%) = 0.000128984 (0.764708) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:07 2021 Memory usage per processor = 27.5266 Mbytes Step Atoms AVEKE stressZZ 7667 5000 1.3028883e-11 2174247.3 7668 -0.00867749999999527 2174208.61351909 7668 5000 1.3027962e-11 2174208.6 Loop time of 0.0167649 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:07 2021 Pair time (%) = 0.000886202 (5.28606) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.184877) Outpt time (%) = 0.0157549 (93.9759) Other time (%) = 9.27448e-05 (0.553209) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:07 2021 Memory usage per processor = 27.5266 Mbytes Step Atoms AVEKE stressZZ 7668 5000 1.3027962e-11 2174202.3 7669 -0.00867749999999527 2174163.61563688 7669 5000 1.3027041e-11 2174163.6 Loop time of 0.0164099 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:07 2021 Pair time (%) = 0.000936031 (5.70407) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194688) Outpt time (%) = 0.015348 (93.5288) Other time (%) = 9.39369e-05 (0.572441) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:07 2021 Memory usage per processor = 27.5266 Mbytes Step Atoms AVEKE stressZZ 7669 5000 1.3027041e-11 2174157.3 7670 -0.00867749999999527 2174118.61993137 7670 5000 1.302612e-11 2174118.6 Loop time of 0.018188 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:07 2021 Pair time (%) = 0.000884056 (4.86066) Neigh time (%) = 0 (0) Comm time (%) = 3.12328e-05 (0.171722) Outpt time (%) = 0.0171828 (94.4734) Other time (%) = 8.98838e-05 (0.494193) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:07 2021 Memory usage per processor = 27.5266 Mbytes Step Atoms AVEKE stressZZ 7670 5000 1.302612e-11 2174112.3 7671 -0.00867749999999527 2174073.62640231 7671 5000 1.3025199e-11 2174073.6 Loop time of 0.0168431 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:07 2021 Pair time (%) = 0.000890017 (5.28417) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.189681) Outpt time (%) = 0.0158298 (93.984) Other time (%) = 9.13143e-05 (0.542147) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:07 2021 Memory usage per processor = 27.5266 Mbytes Step Atoms AVEKE stressZZ 7671 5000 1.3025199e-11 2174067.3 7672 -0.00867749999999527 2174028.63504939 7672 5000 1.3024279e-11 2174028.6 Loop time of 0.016839 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:07 2021 Pair time (%) = 0.00107002 (6.35442) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.225123) Outpt time (%) = 0.015609 (92.6955) Other time (%) = 0.00012207 (0.724925) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:07 2021 Memory usage per processor = 27.5266 Mbytes Step Atoms AVEKE stressZZ 7672 5000 1.3024279e-11 2174022.4 7673 -0.00867749999999527 2173983.64587236 7673 5000 1.3023358e-11 2173983.6 Loop time of 0.0168159 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:07 2021 Pair time (%) = 0.000927925 (5.51814) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.191405) Outpt time (%) = 0.0157471 (93.6439) Other time (%) = 0.000108719 (0.646524) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:07 2021 Memory usage per processor = 27.5266 Mbytes Step Atoms AVEKE stressZZ 7673 5000 1.3023358e-11 2173977.4 7674 -0.00867749999999527 2173938.65887093 7674 5000 1.3022438e-11 2173938.7 Loop time of 0.0169561 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:07 2021 Pair time (%) = 0.000904083 (5.33191) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.201071) Outpt time (%) = 0.015918 (93.8779) Other time (%) = 9.98974e-05 (0.589153) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:07 2021 Memory usage per processor = 27.5266 Mbytes Step Atoms AVEKE stressZZ 7674 5000 1.3022438e-11 2173932.4 7675 -0.00867749999999527 2173893.67404492 7675 5000 1.3021517e-11 2173893.7 Loop time of 0.01666 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:07 2021 Pair time (%) = 0.000978947 (5.87604) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.203214) Outpt time (%) = 0.015501 (93.0435) Other time (%) = 0.000146151 (0.877256) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:07 2021 Memory usage per processor = 27.5266 Mbytes Step Atoms AVEKE stressZZ 7675 5000 1.3021517e-11 2173887.4 7676 -0.00867749999999527 2173848.69139394 7676 5000 1.3020597e-11 2173848.7 Loop time of 0.017283 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:07 2021 Pair time (%) = 0.000951052 (5.50283) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190371) Outpt time (%) = 0.016201 (93.7398) Other time (%) = 9.799e-05 (0.566975) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:07 2021 Memory usage per processor = 27.5266 Mbytes Step Atoms AVEKE stressZZ 7676 5000 1.3020597e-11 2173842.4 7677 -0.00867749999999527 2173803.71091784 7677 5000 1.3019677e-11 2173803.7 Loop time of 0.0169828 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:07 2021 Pair time (%) = 0.000884056 (5.2056) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.182505) Outpt time (%) = 0.015974 (94.0602) Other time (%) = 9.36985e-05 (0.551726) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:07 2021 Memory usage per processor = 27.5266 Mbytes Step Atoms AVEKE stressZZ 7677 5000 1.3019677e-11 2173797.4 7678 -0.00867749999999527 2173758.73261627 7678 5000 1.3018757e-11 2173758.7 Loop time of 0.016752 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:07 2021 Pair time (%) = 0.000963926 (5.7541) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.197828) Outpt time (%) = 0.0156529 (93.4389) Other time (%) = 0.000102043 (0.60914) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:07 2021 Memory usage per processor = 27.5266 Mbytes Step Atoms AVEKE stressZZ 7678 5000 1.3018757e-11 2173752.5 7679 -0.00867749999999527 2173713.75648898 7679 5000 1.3017837e-11 2173713.8 Loop time of 0.0169101 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:07 2021 Pair time (%) = 0.00109601 (6.4814) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.218538) Outpt time (%) = 0.0156519 (92.5599) Other time (%) = 0.00012517 (0.740208) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:07 2021 Memory usage per processor = 27.5266 Mbytes Step Atoms AVEKE stressZZ 7679 5000 1.3017837e-11 2173707.5 7680 -0.00867749999999527 2173668.78253575 7680 5000 1.3016917e-11 2173668.8 Loop time of 0.019001 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:07 2021 Pair time (%) = 0.000884056 (4.65268) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.16312) Outpt time (%) = 0.0179939 (94.6999) Other time (%) = 9.20296e-05 (0.48434) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:07 2021 Memory usage per processor = 27.5266 Mbytes Step Atoms AVEKE stressZZ 7680 5000 1.3016917e-11 2173662.5 7681 -0.00867749999999527 2173623.8107563 7681 5000 1.3015997e-11 2173623.8 Loop time of 0.016927 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:07 2021 Pair time (%) = 0.000886917 (5.23966) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18874) Outpt time (%) = 0.0159161 (94.0279) Other time (%) = 9.20296e-05 (0.543685) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:07 2021 Memory usage per processor = 27.5266 Mbytes Step Atoms AVEKE stressZZ 7681 5000 1.3015997e-11 2173617.5 7682 -0.00867749999999527 2173578.84115035 7682 5000 1.3015077e-11 2173578.8 Loop time of 0.0165329 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:07 2021 Pair time (%) = 0.000890017 (5.38331) Neigh time (%) = 0 (0) Comm time (%) = 6.19888e-05 (0.374942) Outpt time (%) = 0.0154209 (93.2741) Other time (%) = 0.000159979 (0.96764) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:07 2021 Memory usage per processor = 27.5266 Mbytes Step Atoms AVEKE stressZZ 7682 5000 1.3015077e-11 2173572.6 7683 -0.00867749999999527 2173533.87371768 7683 5000 1.3014158e-11 2173533.9 Loop time of 0.016892 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:07 2021 Pair time (%) = 0.00103998 (6.15667) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.196189) Outpt time (%) = 0.0156991 (92.9386) Other time (%) = 0.000119686 (0.708539) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:07 2021 Memory usage per processor = 27.5266 Mbytes Step Atoms AVEKE stressZZ 7683 5000 1.3014158e-11 2173527.6 7684 -0.00867749999999527 2173488.90845808 7684 5000 1.3013238e-11 2173488.9 Loop time of 0.0172992 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:07 2021 Pair time (%) = 0.000886917 (5.12693) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18468) Outpt time (%) = 0.0162868 (94.1481) Other time (%) = 9.34601e-05 (0.540257) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:07 2021 Memory usage per processor = 27.5266 Mbytes Step Atoms AVEKE stressZZ 7684 5000 1.3013238e-11 2173482.6 7685 -0.00867749999999527 2173443.9453712 7685 5000 1.3012319e-11 2173443.9 Loop time of 0.016715 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:07 2021 Pair time (%) = 0.000905991 (5.42021) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191134) Outpt time (%) = 0.0156901 (93.868) Other time (%) = 8.70228e-05 (0.520625) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:07 2021 Memory usage per processor = 27.5266 Mbytes Step Atoms AVEKE stressZZ 7685 5000 1.3012319e-11 2173437.7 7686 -0.00867749999999527 2173398.98445682 7686 5000 1.3011399e-11 2173399 Loop time of 0.016592 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:07 2021 Pair time (%) = 0.00097394 (5.86993) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.205483) Outpt time (%) = 0.0154622 (93.1903) Other time (%) = 0.000121832 (0.73428) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:07 2021 Memory usage per processor = 27.5266 Mbytes Step Atoms AVEKE stressZZ 7686 5000 1.3011399e-11 2173392.7 7687 -0.00867749999999527 2173354.02571477 7687 5000 1.301048e-11 2173354 Loop time of 0.0171399 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:07 2021 Pair time (%) = 0.000965834 (5.635) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.19196) Outpt time (%) = 0.0160389 (93.5763) Other time (%) = 0.000102282 (0.596745) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:07 2021 Memory usage per processor = 27.5266 Mbytes Step Atoms AVEKE stressZZ 7687 5000 1.301048e-11 2173347.7 7688 -0.00867749999999527 2173309.06914473 7688 5000 1.3009561e-11 2173309.1 Loop time of 0.017211 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:07 2021 Pair time (%) = 0.000887156 (5.1546) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180085) Outpt time (%) = 0.0161991 (94.1209) Other time (%) = 9.36985e-05 (0.544412) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:07 2021 Memory usage per processor = 27.5266 Mbytes Step Atoms AVEKE stressZZ 7688 5000 1.3009561e-11 2173302.8 7689 -0.00867749999999527 2173264.11476416 7689 5000 1.3008642e-11 2173264.1 Loop time of 0.016448 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:07 2021 Pair time (%) = 0.000934839 (5.6836) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.200035) Outpt time (%) = 0.0153761 (93.4829) Other time (%) = 0.000104189 (0.633443) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:07 2021 Memory usage per processor = 27.5266 Mbytes Step Atoms AVEKE stressZZ 7689 5000 1.3008642e-11 2173257.8 7690 -0.00867749999999527 2173219.16256962 7690 5000 1.3007723e-11 2173219.2 Loop time of 0.0189841 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:07 2021 Pair time (%) = 0.000936031 (4.93061) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.168289) Outpt time (%) = 0.017915 (94.3686) Other time (%) = 0.000101089 (0.532496) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:07 2021 Memory usage per processor = 27.5266 Mbytes Step Atoms AVEKE stressZZ 7690 5000 1.3007723e-11 2173212.9 7691 -0.00867749999999527 2173174.21255586 7691 5000 1.3006804e-11 2173174.2 Loop time of 0.017045 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:07 2021 Pair time (%) = 0.000885963 (5.19778) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181839) Outpt time (%) = 0.0160332 (94.0637) Other time (%) = 9.48906e-05 (0.556706) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:07 2021 Memory usage per processor = 27.5266 Mbytes Step Atoms AVEKE stressZZ 7691 5000 1.3006804e-11 2173167.9 7692 -0.00867749999999527 2173129.26472078 7692 5000 1.3005885e-11 2173129.3 Loop time of 0.016614 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:07 2021 Pair time (%) = 0.00088501 (5.3269) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.193732) Outpt time (%) = 0.01561 (93.957) Other time (%) = 8.67844e-05 (0.522358) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:07 2021 Memory usage per processor = 27.5266 Mbytes Step Atoms AVEKE stressZZ 7692 5000 1.3005885e-11 2173123 7693 -0.00867749999999527 2173084.31906318 7693 5000 1.3004966e-11 2173084.3 Loop time of 0.0168738 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:07 2021 Pair time (%) = 0.000983 (5.82559) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207703) Outpt time (%) = 0.015749 (93.3337) Other time (%) = 0.000106812 (0.633001) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:07 2021 Memory usage per processor = 27.5266 Mbytes Step Atoms AVEKE stressZZ 7693 5000 1.3004966e-11 2173078 7694 -0.00867749999999527 2173039.375582 7694 5000 1.3004048e-11 2173039.4 Loop time of 0.0170701 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:07 2021 Pair time (%) = 0.000981092 (5.74745) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192746) Outpt time (%) = 0.01596 (93.4969) Other time (%) = 9.60827e-05 (0.562873) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:07 2021 Memory usage per processor = 27.5266 Mbytes Step Atoms AVEKE stressZZ 7694 5000 1.3004048e-11 2173033.1 7695 -0.00867749999999527 2172994.43427655 7695 5000 1.3003129e-11 2172994.4 Loop time of 0.0170591 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:07 2021 Pair time (%) = 0.000886917 (5.19909) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187279) Outpt time (%) = 0.0160341 (93.9917) Other time (%) = 0.000106096 (0.621934) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:07 2021 Memory usage per processor = 27.5266 Mbytes Step Atoms AVEKE stressZZ 7695 5000 1.3003129e-11 2172988.2 7696 -0.00867749999999527 2172949.49514616 7696 5000 1.3002211e-11 2172949.5 Loop time of 0.016526 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:07 2021 Pair time (%) = 0.000929832 (5.62649) Neigh time (%) = 0 (0) Comm time (%) = 4.57764e-05 (0.276996) Outpt time (%) = 0.0154181 (93.2958) Other time (%) = 0.000132322 (0.800692) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:07 2021 Memory usage per processor = 27.5266 Mbytes Step Atoms AVEKE stressZZ 7696 5000 1.3002211e-11 2172943.2 7697 -0.00867749999999527 2172904.5581903 7697 5000 1.3001292e-11 2172904.6 Loop time of 0.0172381 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:07 2021 Pair time (%) = 0.00120592 (6.99566) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.272468) Outpt time (%) = 0.0157981 (91.6462) Other time (%) = 0.000187159 (1.08572) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:07 2021 Memory usage per processor = 27.5266 Mbytes Step Atoms AVEKE stressZZ 7697 5000 1.3001292e-11 2172898.3 7698 -0.00867749999999527 2172859.62340847 7698 5000 1.3000374e-11 2172859.6 Loop time of 0.0172648 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:07 2021 Pair time (%) = 0.000887156 (5.13851) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179523) Outpt time (%) = 0.016258 (94.1683) Other time (%) = 8.86917e-05 (0.513713) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:07 2021 Memory usage per processor = 27.5266 Mbytes Step Atoms AVEKE stressZZ 7698 5000 1.3000374e-11 2172853.3 7699 -0.00867749999999527 2172814.69079883 7699 5000 1.2999456e-11 2172814.7 Loop time of 0.0167661 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:08 2021 Pair time (%) = 0.000935078 (5.5772) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.184864) Outpt time (%) = 0.0157051 (93.672) Other time (%) = 9.48906e-05 (0.565968) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:08 2021 Memory usage per processor = 27.5266 Mbytes Step Atoms AVEKE stressZZ 7699 5000 1.2999456e-11 2172808.4 7700 -0.00867749999999527 2172769.76035817 7700 5000 1.2998538e-11 2172769.8 Loop time of 0.018508 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:08 2021 Pair time (%) = 0.00112009 (6.05194) Neigh time (%) = 0 (0) Comm time (%) = 4.81606e-05 (0.260215) Outpt time (%) = 0.017211 (92.9922) Other time (%) = 0.000128746 (0.695625) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:08 2021 Memory usage per processor = 27.5266 Mbytes Step Atoms AVEKE stressZZ 7700 5000 1.2998538e-11 2172763.5 7701 -0.00867749999999527 2172724.83208976 7701 5000 1.299762e-11 2172724.8 Loop time of 0.0171962 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:08 2021 Pair time (%) = 0.000913143 (5.31015) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191332) Outpt time (%) = 0.01615 (93.9162) Other time (%) = 0.000100136 (0.582314) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:08 2021 Memory usage per processor = 27.5266 Mbytes Step Atoms AVEKE stressZZ 7701 5000 1.299762e-11 2172718.6 7702 -0.00867749999999527 2172679.90599329 7702 5000 1.2996702e-11 2172679.9 Loop time of 0.0172751 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:08 2021 Pair time (%) = 0.000887871 (5.1396) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184937) Outpt time (%) = 0.0162001 (93.777) Other time (%) = 0.00015521 (0.898464) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:08 2021 Memory usage per processor = 27.5266 Mbytes Step Atoms AVEKE stressZZ 7702 5000 1.2996702e-11 2172673.6 7703 -0.00867749999999527 2172634.98206838 7703 5000 1.2995784e-11 2172635 Loop time of 0.016479 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:08 2021 Pair time (%) = 0.00088501 (5.37053) Neigh time (%) = 0 (0) Comm time (%) = 4.3869e-05 (0.266211) Outpt time (%) = 0.0154431 (93.7136) Other time (%) = 0.00010705 (0.649614) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:08 2021 Memory usage per processor = 27.5266 Mbytes Step Atoms AVEKE stressZZ 7703 5000 1.2995784e-11 2172628.7 7704 -0.00867749999999527 2172590.06031477 7704 5000 1.2994866e-11 2172590.1 Loop time of 0.0169101 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:08 2021 Pair time (%) = 0.00111318 (6.58292) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.218538) Outpt time (%) = 0.0156171 (92.354) Other time (%) = 0.000142813 (0.844542) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:08 2021 Memory usage per processor = 27.5266 Mbytes Step Atoms AVEKE stressZZ 7704 5000 1.2994866e-11 2172583.8 7705 -0.00867749999999527 2172545.14073209 7705 5000 1.2993948e-11 2172545.1 Loop time of 0.0171239 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:08 2021 Pair time (%) = 0.000884056 (5.16269) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181001) Outpt time (%) = 0.0161171 (94.1203) Other time (%) = 9.17912e-05 (0.53604) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:08 2021 Memory usage per processor = 27.5266 Mbytes Step Atoms AVEKE stressZZ 7705 5000 1.2993948e-11 2172538.9 7706 -0.00867749999999527 2172500.22332008 7706 5000 1.2993031e-11 2172500.2 Loop time of 0.016959 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:08 2021 Pair time (%) = 0.000888109 (5.23682) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.189791) Outpt time (%) = 0.015945 (94.0209) Other time (%) = 9.36985e-05 (0.552502) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:08 2021 Memory usage per processor = 27.5266 Mbytes Step Atoms AVEKE stressZZ 7706 5000 1.2993031e-11 2172493.9 7707 -0.00867749999999527 2172455.30807837 7707 5000 1.2992113e-11 2172455.3 Loop time of 0.0164218 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:08 2021 Pair time (%) = 0.000936031 (5.69993) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.207613) Outpt time (%) = 0.015353 (93.4914) Other time (%) = 9.87053e-05 (0.601063) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:08 2021 Memory usage per processor = 27.5266 Mbytes Step Atoms AVEKE stressZZ 7707 5000 1.2992113e-11 2172449 7708 -0.00867749999999527 2172410.39500671 7708 5000 1.2991196e-11 2172410.4 Loop time of 0.0168791 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:08 2021 Pair time (%) = 0.000914097 (5.41556) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.196339) Outpt time (%) = 0.0158269 (93.7666) Other time (%) = 0.000104904 (0.621504) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:08 2021 Memory usage per processor = 27.5266 Mbytes Step Atoms AVEKE stressZZ 7708 5000 1.2991196e-11 2172404.1 7709 -0.00867749999999527 2172365.48410483 7709 5000 1.2990279e-11 2172365.5 Loop time of 0.0168998 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:08 2021 Pair time (%) = 0.00088501 (5.2368) Neigh time (%) = 0 (0) Comm time (%) = 5.00679e-05 (0.296263) Outpt time (%) = 0.0158439 (93.7517) Other time (%) = 0.000120878 (0.715263) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:08 2021 Memory usage per processor = 27.5266 Mbytes Step Atoms AVEKE stressZZ 7709 5000 1.2990279e-11 2172359.2 7710 -0.00867749999999527 2172320.57537237 7710 5000 1.2989361e-11 2172320.6 Loop time of 0.0183361 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:08 2021 Pair time (%) = 0.000887156 (4.83831) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.169035) Outpt time (%) = 0.0173221 (94.4699) Other time (%) = 9.58443e-05 (0.522709) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:08 2021 Memory usage per processor = 27.5266 Mbytes Step Atoms AVEKE stressZZ 7710 5000 1.2989361e-11 2172314.3 7711 -0.00867749999999527 2172275.66880913 7711 5000 1.2988444e-11 2172275.7 Loop time of 0.017004 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:08 2021 Pair time (%) = 0.00116682 (6.86203) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.211722) Outpt time (%) = 0.015645 (92.0079) Other time (%) = 0.000156164 (0.918396) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:08 2021 Memory usage per processor = 27.5266 Mbytes Step Atoms AVEKE stressZZ 7711 5000 1.2988444e-11 2172269.4 7712 -0.00867749999999527 2172230.76441482 7712 5000 1.2987527e-11 2172230.8 Loop time of 0.017025 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:08 2021 Pair time (%) = 0.000885963 (5.2039) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.182052) Outpt time (%) = 0.0159841 (93.8858) Other time (%) = 0.000123978 (0.72821) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:08 2021 Memory usage per processor = 27.5266 Mbytes Step Atoms AVEKE stressZZ 7712 5000 1.2987527e-11 2172224.5 7713 -0.00867749999999527 2172185.86218915 7713 5000 1.298661e-11 2172185.9 Loop time of 0.016185 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:08 2021 Pair time (%) = 0.000885963 (5.47396) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.1915) Outpt time (%) = 0.0151811 (93.7969) Other time (%) = 8.70228e-05 (0.537674) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:08 2021 Memory usage per processor = 27.5266 Mbytes Step Atoms AVEKE stressZZ 7713 5000 1.298661e-11 2172179.6 7714 -0.00867749999999527 2172140.96213192 7714 5000 1.2985693e-11 2172141 Loop time of 0.0161021 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:08 2021 Pair time (%) = 0.000885963 (5.50217) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.19841) Outpt time (%) = 0.0150959 (93.7516) Other time (%) = 8.82149e-05 (0.547848) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:08 2021 Memory usage per processor = 27.5266 Mbytes Step Atoms AVEKE stressZZ 7714 5000 1.2985693e-11 2172134.7 7715 -0.00867749999999527 2172096.06424281 7715 5000 1.2984777e-11 2172096.1 Loop time of 0.016432 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:08 2021 Pair time (%) = 0.00100398 (6.10989) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.188622) Outpt time (%) = 0.015306 (93.1472) Other time (%) = 9.10759e-05 (0.554258) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:08 2021 Memory usage per processor = 27.5266 Mbytes Step Atoms AVEKE stressZZ 7715 5000 1.2984777e-11 2172089.8 7716 -0.00867749999999527 2172051.1685216 7716 5000 1.298386e-11 2172051.2 Loop time of 0.0169861 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:08 2021 Pair time (%) = 0.000886917 (5.22142) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.182469) Outpt time (%) = 0.0159769 (94.0585) Other time (%) = 9.13143e-05 (0.537582) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:21:08 2021 Memory usage per processor = 27.5266 Mbytes Step Atoms AVEKE stressZZ 7716 5000 1.298386e-11 2172044.9 7717 -0.00867749999999527 2171998.47356851 7717 5000 2.565089e-11 2172069.7 Loop time of 0.01703 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:08 2021 Pair time (%) = 0.000914812 (5.37177) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.193199) Outpt time (%) = 0.0159371 (93.5824) Other time (%) = 0.000145197 (0.852595) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28308 ave 28308 max 28308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28308 Ave neighs/atom = 5.6616 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:08 2021 Memory usage per processor = 27.5266 Mbytes Step Atoms AVEKE stressZZ 7717 5000 2.565089e-11 2209294.8 7718 -0.00870999999999525 2209243.51467757 7718 5000 2.0710774e-11 2209243.5 Loop time of 0.016968 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:08 2021 Pair time (%) = 0.000979185 (5.77077) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188284) Outpt time (%) = 0.0158319 (93.3047) Other time (%) = 0.000124931 (0.736276) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:08 2021 Memory usage per processor = 27.5266 Mbytes Step Atoms AVEKE stressZZ 7718 5000 2.0710774e-11 2209235.1 7719 -0.00870999999999525 2209188.10255482 7719 5000 1.7845228e-11 2209188.1 Loop time of 0.016999 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:08 2021 Pair time (%) = 0.000889063 (5.23009) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.194954) Outpt time (%) = 0.015976 (93.9817) Other time (%) = 0.000100851 (0.593276) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:08 2021 Memory usage per processor = 27.5266 Mbytes Step Atoms AVEKE stressZZ 7719 5000 1.7845228e-11 2209180.4 7720 -0.00870999999999525 2209136.20498008 7720 5000 1.6134592e-11 2209136.2 Loop time of 0.0183251 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:08 2021 Pair time (%) = 0.00089407 (4.87894) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.180846) Outpt time (%) = 0.0172739 (94.2637) Other time (%) = 0.000123978 (0.676546) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:08 2021 Memory usage per processor = 27.5268 Mbytes Step Atoms AVEKE stressZZ 7720 5000 1.6134592e-11 2209129 7721 -0.00870999999999525 2209086.5417609 7721 5000 1.5091875e-11 2209086.5 Loop time of 0.016669 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:08 2021 Pair time (%) = 0.00114393 (6.86262) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.204534) Outpt time (%) = 0.0153289 (91.9602) Other time (%) = 0.000162125 (0.97261) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:08 2021 Memory usage per processor = 27.5268 Mbytes Step Atoms AVEKE stressZZ 7721 5000 1.5091875e-11 2209079.6 7722 -0.00870999999999525 2209038.29930752 7722 5000 1.4446951e-11 2209038.3 Loop time of 0.017149 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:08 2021 Pair time (%) = 0.00100899 (5.88366) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191859) Outpt time (%) = 0.016001 (93.3058) Other time (%) = 0.000106096 (0.618674) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:08 2021 Memory usage per processor = 27.5268 Mbytes Step Atoms AVEKE stressZZ 7722 5000 1.4446951e-11 2209031.5 7723 -0.00870999999999525 2208990.96057577 7723 5000 1.4044055e-11 2208991 Loop time of 0.017055 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:08 2021 Pair time (%) = 0.000889063 (5.21291) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187324) Outpt time (%) = 0.016042 (94.0602) Other time (%) = 9.20296e-05 (0.539604) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:08 2021 Memory usage per processor = 27.5268 Mbytes Step Atoms AVEKE stressZZ 7723 5000 1.4044055e-11 2208984.3 7724 -0.00870999999999525 2208944.19697852 7724 5000 1.3790616e-11 2208944.2 Loop time of 0.016592 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:08 2021 Pair time (%) = 0.000895023 (5.3943) Neigh time (%) = 0 (0) Comm time (%) = 7.82013e-05 (0.471319) Outpt time (%) = 0.0154421 (93.0696) Other time (%) = 0.000176668 (1.06478) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:08 2021 Memory usage per processor = 27.5268 Mbytes Step Atoms AVEKE stressZZ 7724 5000 1.3790616e-11 2208937.6 7725 -0.00870999999999525 2208897.79969499 7725 5000 1.3630402e-11 2208897.8 Loop time of 0.0171368 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:08 2021 Pair time (%) = 0.00099206 (5.78906) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.19756) Outpt time (%) = 0.0160079 (93.4124) Other time (%) = 0.000102997 (0.601027) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:08 2021 Memory usage per processor = 27.5268 Mbytes Step Atoms AVEKE stressZZ 7725 5000 1.3630402e-11 2208891.3 7726 -0.00870999999999525 2208851.63602482 7726 5000 1.3528721e-11 2208851.6 Loop time of 0.0173199 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:08 2021 Pair time (%) = 0.000889063 (5.13318) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.185835) Outpt time (%) = 0.0163059 (94.1455) Other time (%) = 9.27448e-05 (0.535481) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:08 2021 Memory usage per processor = 27.5268 Mbytes Step Atoms AVEKE stressZZ 7726 5000 1.3528721e-11 2208845.1 7727 -0.00870999999999525 2208805.62168024 7727 5000 1.3463953e-11 2208805.6 Loop time of 0.016573 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:08 2021 Pair time (%) = 0.000893116 (5.389) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.194211) Outpt time (%) = 0.015554 (93.8514) Other time (%) = 9.36985e-05 (0.56537) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:08 2021 Memory usage per processor = 27.5268 Mbytes Step Atoms AVEKE stressZZ 7727 5000 1.3463953e-11 2208799.2 7728 -0.00870999999999525 2208759.70304024 7728 5000 1.3422526e-11 2208759.7 Loop time of 0.0168331 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:08 2021 Pair time (%) = 0.00104094 (6.18387) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.213872) Outpt time (%) = 0.015641 (92.9181) Other time (%) = 0.000115156 (0.684107) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:08 2021 Memory usage per processor = 27.5268 Mbytes Step Atoms AVEKE stressZZ 7728 5000 1.3422526e-11 2208753.2 7729 -0.00870999999999525 2208713.84603317 7729 5000 1.3395886e-11 2208713.8 Loop time of 0.0171368 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:08 2021 Pair time (%) = 0.000955105 (5.57341) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191995) Outpt time (%) = 0.016047 (93.6405) Other time (%) = 0.000101805 (0.59407) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:08 2021 Memory usage per processor = 27.5268 Mbytes Step Atoms AVEKE stressZZ 7729 5000 1.3395886e-11 2208707.4 7730 -0.00870999999999525 2208668.02900774 7730 5000 1.3378624e-11 2208668 Loop time of 0.0189312 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:08 2021 Pair time (%) = 0.000889063 (4.6963) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.168759) Outpt time (%) = 0.0179129 (94.6211) Other time (%) = 9.72748e-05 (0.513834) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:08 2021 Memory usage per processor = 27.5268 Mbytes Step Atoms AVEKE stressZZ 7730 5000 1.3378624e-11 2208661.6 7731 -0.00870999999999525 2208622.23820415 7731 5000 1.3367314e-11 2208622.2 Loop time of 0.016453 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:08 2021 Pair time (%) = 0.000891924 (5.42103) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194178) Outpt time (%) = 0.01543 (93.782) Other time (%) = 9.91821e-05 (0.60282) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:08 2021 Memory usage per processor = 27.5268 Mbytes Step Atoms AVEKE stressZZ 7731 5000 1.3367314e-11 2208615.8 7732 -0.00870999999999525 2208576.46487773 7732 5000 1.3359784e-11 2208576.5 Loop time of 0.0173762 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:08 2021 Pair time (%) = 0.00123119 (7.08552) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.201699) Outpt time (%) = 0.0159602 (91.8511) Other time (%) = 0.000149727 (0.861679) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:08 2021 Memory usage per processor = 27.5268 Mbytes Step Atoms AVEKE stressZZ 7732 5000 1.3359784e-11 2208570 7733 -0.00870999999999525 2208530.70347074 7733 5000 1.3354655e-11 2208530.7 Loop time of 0.0169239 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:08 2021 Pair time (%) = 0.00089097 (5.26457) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188775) Outpt time (%) = 0.0158899 (93.8902) Other time (%) = 0.000111103 (0.656486) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:08 2021 Memory usage per processor = 27.5268 Mbytes Step Atoms AVEKE stressZZ 7733 5000 1.3354655e-11 2208524.3 7734 -0.00870999999999525 2208484.9504508 7734 5000 1.3351051e-11 2208485 Loop time of 0.01671 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:08 2021 Pair time (%) = 0.000887871 (5.3134) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.198325) Outpt time (%) = 0.0156531 (93.675) Other time (%) = 0.000135899 (0.813275) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:08 2021 Memory usage per processor = 27.5268 Mbytes Step Atoms AVEKE stressZZ 7734 5000 1.3351051e-11 2208478.5 7735 -0.00870999999999525 2208439.20357281 7735 5000 1.3348416e-11 2208439.2 Loop time of 0.0165272 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:08 2021 Pair time (%) = 0.000965118 (5.83958) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.21783) Outpt time (%) = 0.0154221 (93.3136) Other time (%) = 0.000103951 (0.628967) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:08 2021 Memory usage per processor = 27.5268 Mbytes Step Atoms AVEKE stressZZ 7735 5000 1.3348416e-11 2208432.8 7736 -0.00870999999999525 2208393.46140959 7736 5000 1.3346397e-11 2208393.5 Loop time of 0.0169291 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:08 2021 Pair time (%) = 0.000985861 (5.82345) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.190125) Outpt time (%) = 0.0158169 (93.4301) Other time (%) = 9.41753e-05 (0.556291) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:08 2021 Memory usage per processor = 27.5268 Mbytes Step Atoms AVEKE stressZZ 7736 5000 1.3346397e-11 2208387 7737 -0.00870999999999525 2208347.72305394 7737 5000 1.3344769e-11 2208347.7 Loop time of 0.0170119 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:08 2021 Pair time (%) = 0.000887156 (5.21492) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.182193) Outpt time (%) = 0.016005 (94.0815) Other time (%) = 8.86917e-05 (0.521352) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:08 2021 Memory usage per processor = 27.5268 Mbytes Step Atoms AVEKE stressZZ 7737 5000 1.3344769e-11 2208341.3 7738 -0.00870999999999525 2208301.98792899 7738 5000 1.334339e-11 2208302 Loop time of 0.0166101 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:08 2021 Pair time (%) = 0.000924826 (5.56784) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.193776) Outpt time (%) = 0.0155301 (93.4977) Other time (%) = 0.000123024 (0.740656) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:08 2021 Memory usage per processor = 27.5268 Mbytes Step Atoms AVEKE stressZZ 7738 5000 1.334339e-11 2208295.6 7739 -0.00870999999999525 2208256.25566793 7739 5000 1.3342169e-11 2208256.3 Loop time of 0.0171709 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:08 2021 Pair time (%) = 0.00127602 (7.43127) Neigh time (%) = 0 (0) Comm time (%) = 6.50883e-05 (0.379061) Outpt time (%) = 0.015681 (91.3232) Other time (%) = 0.000148773 (0.866426) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:08 2021 Memory usage per processor = 27.5268 Mbytes Step Atoms AVEKE stressZZ 7739 5000 1.3342169e-11 2208249.8 7740 -0.00870999999999525 2208210.5260374 7740 5000 1.3341048e-11 2208210.5 Loop time of 0.019021 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:08 2021 Pair time (%) = 0.000895023 (4.70544) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.162948) Outpt time (%) = 0.0180001 (94.6327) Other time (%) = 9.48906e-05 (0.498872) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:08 2021 Memory usage per processor = 27.5268 Mbytes Step Atoms AVEKE stressZZ 7740 5000 1.3341048e-11 2208204.1 7741 -0.00870999999999525 2208164.79888876 7741 5000 1.3339992e-11 2208164.8 Loop time of 0.017144 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:08 2021 Pair time (%) = 0.000888824 (5.18447) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180789) Outpt time (%) = 0.0161281 (94.0743) Other time (%) = 9.60827e-05 (0.560446) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:08 2021 Memory usage per processor = 27.5268 Mbytes Step Atoms AVEKE stressZZ 7741 5000 1.3339992e-11 2208158.4 7742 -0.00870999999999525 2208119.07412751 7742 5000 1.3338976e-11 2208119.1 Loop time of 0.016468 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:08 2021 Pair time (%) = 0.000895977 (5.4407) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.28521) Outpt time (%) = 0.0154121 (93.5879) Other time (%) = 0.00011301 (0.68624) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:08 2021 Memory usage per processor = 27.5268 Mbytes Step Atoms AVEKE stressZZ 7742 5000 1.3338976e-11 2208112.6 7743 -0.00870999999999525 2208073.35167513 7743 5000 1.3337986e-11 2208073.4 Loop time of 0.017287 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:09 2021 Pair time (%) = 0.000917912 (5.30983) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18481) Outpt time (%) = 0.0162339 (93.9082) Other time (%) = 0.000103235 (0.597184) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:09 2021 Memory usage per processor = 27.5268 Mbytes Step Atoms AVEKE stressZZ 7743 5000 1.3337986e-11 2208066.9 7744 -0.00870999999999525 2208027.63150888 7744 5000 1.3337012e-11 2208027.6 Loop time of 0.0172379 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:09 2021 Pair time (%) = 0.00110006 (6.38165) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185336) Outpt time (%) = 0.0160151 (92.906) Other time (%) = 9.08375e-05 (0.526964) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:09 2021 Memory usage per processor = 27.5268 Mbytes Step Atoms AVEKE stressZZ 7744 5000 1.3337012e-11 2208021.2 7745 -0.00870999999999525 2207981.91360537 7745 5000 1.3336049e-11 2207981.9 Loop time of 0.0169129 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:09 2021 Pair time (%) = 0.000887871 (5.24965) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188897) Outpt time (%) = 0.0159039 (94.0342) Other time (%) = 8.91685e-05 (0.527221) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:09 2021 Memory usage per processor = 27.5268 Mbytes Step Atoms AVEKE stressZZ 7745 5000 1.3336049e-11 2207975.5 7746 -0.00870999999999525 2207936.1979488 7746 5000 1.3335093e-11 2207936.2 Loop time of 0.0168819 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:09 2021 Pair time (%) = 0.000993967 (5.88775) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207604) Outpt time (%) = 0.0157471 (93.2776) Other time (%) = 0.000105858 (0.627048) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:09 2021 Memory usage per processor = 27.5268 Mbytes Step Atoms AVEKE stressZZ 7746 5000 1.3335093e-11 2207929.8 7747 -0.00870999999999525 2207890.4845289 7747 5000 1.333414e-11 2207890.5 Loop time of 0.017041 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:09 2021 Pair time (%) = 0.000960827 (5.63834) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.193075) Outpt time (%) = 0.0159469 (93.5796) Other time (%) = 0.000100374 (0.589017) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:09 2021 Memory usage per processor = 27.5268 Mbytes Step Atoms AVEKE stressZZ 7747 5000 1.333414e-11 2207884.1 7748 -0.00870999999999525 2207844.77333905 7748 5000 1.3333191e-11 2207844.8 Loop time of 0.0168521 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:09 2021 Pair time (%) = 0.000890017 (5.28133) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.190994) Outpt time (%) = 0.0158372 (93.9773) Other time (%) = 9.27448e-05 (0.550344) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:09 2021 Memory usage per processor = 27.5268 Mbytes Step Atoms AVEKE stressZZ 7748 5000 1.3333191e-11 2207838.3 7749 -0.00870999999999525 2207799.06437479 7749 5000 1.3332244e-11 2207799.1 Loop time of 0.016418 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:09 2021 Pair time (%) = 0.000912189 (5.55604) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.207662) Outpt time (%) = 0.0153701 (93.6177) Other time (%) = 0.000101566 (0.618629) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:09 2021 Memory usage per processor = 27.5268 Mbytes Step Atoms AVEKE stressZZ 7749 5000 1.3332244e-11 2207792.6 7750 -0.00870999999999525 2207753.35763326 7750 5000 1.3331297e-11 2207753.4 Loop time of 0.019105 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:09 2021 Pair time (%) = 0.000972033 (5.08786) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.172216) Outpt time (%) = 0.0179541 (93.9762) Other time (%) = 0.000145912 (0.76374) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:09 2021 Memory usage per processor = 27.5268 Mbytes Step Atoms AVEKE stressZZ 7750 5000 1.3331297e-11 2207746.9 7751 -0.00870999999999525 2207707.65311233 7751 5000 1.3330352e-11 2207707.7 Loop time of 0.0170619 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:09 2021 Pair time (%) = 0.000888824 (5.2094) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.188645) Outpt time (%) = 0.016047 (94.0514) Other time (%) = 9.39369e-05 (0.550564) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:09 2021 Memory usage per processor = 27.5268 Mbytes Step Atoms AVEKE stressZZ 7751 5000 1.3330352e-11 2207701.2 7752 -0.00870999999999525 2207661.95081068 7752 5000 1.3329406e-11 2207662 Loop time of 0.0167191 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:09 2021 Pair time (%) = 0.000889063 (5.31765) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191087) Outpt time (%) = 0.0157051 (93.9351) Other time (%) = 9.29832e-05 (0.55615) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:09 2021 Memory usage per processor = 27.5268 Mbytes Step Atoms AVEKE stressZZ 7752 5000 1.3329406e-11 2207655.5 7753 -0.00870999999999525 2207616.25072721 7753 5000 1.3328462e-11 2207616.3 Loop time of 0.01665 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:09 2021 Pair time (%) = 0.000957012 (5.74783) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.204768) Outpt time (%) = 0.0155559 (93.4288) Other time (%) = 0.000102997 (0.618601) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:09 2021 Memory usage per processor = 27.5268 Mbytes Step Atoms AVEKE stressZZ 7753 5000 1.3328462e-11 2207609.8 7754 -0.00870999999999525 2207570.55286111 7754 5000 1.3327517e-11 2207570.6 Loop time of 0.0172329 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:09 2021 Pair time (%) = 0.000907898 (5.2684) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192308) Outpt time (%) = 0.0161989 (93.9997) Other time (%) = 9.29832e-05 (0.539568) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:09 2021 Memory usage per processor = 27.5268 Mbytes Step Atoms AVEKE stressZZ 7754 5000 1.3327517e-11 2207564.1 7755 -0.00870999999999525 2207524.85721176 7755 5000 1.3326573e-11 2207524.9 Loop time of 0.017061 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:09 2021 Pair time (%) = 0.000889063 (5.21108) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181668) Outpt time (%) = 0.0160458 (94.0497) Other time (%) = 9.5129e-05 (0.557582) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:09 2021 Memory usage per processor = 27.5268 Mbytes Step Atoms AVEKE stressZZ 7755 5000 1.3326573e-11 2207518.4 7756 -0.00870999999999525 2207479.16377859 7756 5000 1.3325629e-11 2207479.2 Loop time of 0.0165532 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:09 2021 Pair time (%) = 0.000953913 (5.76272) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193003) Outpt time (%) = 0.0154719 (93.4681) Other time (%) = 9.53674e-05 (0.576128) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:09 2021 Memory usage per processor = 27.5268 Mbytes Step Atoms AVEKE stressZZ 7756 5000 1.3325629e-11 2207472.7 7757 -0.00870999999999525 2207433.47256111 7757 5000 1.3324685e-11 2207433.5 Loop time of 0.0168869 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:09 2021 Pair time (%) = 0.00122881 (7.27668) Neigh time (%) = 0 (0) Comm time (%) = 5.79357e-05 (0.34308) Outpt time (%) = 0.0154409 (91.4371) Other time (%) = 0.000159264 (0.943117) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:09 2021 Memory usage per processor = 27.5268 Mbytes Step Atoms AVEKE stressZZ 7757 5000 1.3324685e-11 2207427 7758 -0.00870999999999525 2207387.78355886 7758 5000 1.3323741e-11 2207387.8 Loop time of 0.0163989 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:09 2021 Pair time (%) = 0.000888824 (5.42002) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194818) Outpt time (%) = 0.0153849 (93.8167) Other time (%) = 9.32217e-05 (0.568463) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:09 2021 Memory usage per processor = 27.5268 Mbytes Step Atoms AVEKE stressZZ 7758 5000 1.3323741e-11 2207381.4 7759 -0.00870999999999525 2207342.09677146 7759 5000 1.3322797e-11 2207342.1 Loop time of 0.0162001 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:09 2021 Pair time (%) = 0.000890017 (5.49391) Neigh time (%) = 0 (0) Comm time (%) = 3.12328e-05 (0.192794) Outpt time (%) = 0.0151889 (93.7585) Other time (%) = 8.98838e-05 (0.554836) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:09 2021 Memory usage per processor = 27.5268 Mbytes Step Atoms AVEKE stressZZ 7759 5000 1.3322797e-11 2207335.7 7760 -0.00870999999999525 2207296.41219854 7760 5000 1.3321854e-11 2207296.4 Loop time of 0.0180831 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:09 2021 Pair time (%) = 0.000890017 (4.92182) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.1714) Outpt time (%) = 0.0170729 (94.4137) Other time (%) = 8.91685e-05 (0.493104) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:09 2021 Memory usage per processor = 27.5268 Mbytes Step Atoms AVEKE stressZZ 7760 5000 1.3321854e-11 2207290 7761 -0.00870999999999525 2207250.7298397 7761 5000 1.332091e-11 2207250.7 Loop time of 0.01719 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:09 2021 Pair time (%) = 0.00100493 (5.84605) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185853) Outpt time (%) = 0.0160651 (93.4563) Other time (%) = 8.79765e-05 (0.511789) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:09 2021 Memory usage per processor = 27.5268 Mbytes Step Atoms AVEKE stressZZ 7761 5000 1.332091e-11 2207244.3 7762 -0.00870999999999525 2207205.0496946 7762 5000 1.3319967e-11 2207205 Loop time of 0.0170648 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:09 2021 Pair time (%) = 0.000887156 (5.19874) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187216) Outpt time (%) = 0.016053 (94.0706) Other time (%) = 9.27448e-05 (0.543486) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:09 2021 Memory usage per processor = 27.5268 Mbytes Step Atoms AVEKE stressZZ 7762 5000 1.3319967e-11 2207198.6 7763 -0.00870999999999525 2207159.37176289 7763 5000 1.3319024e-11 2207159.4 Loop time of 0.01724 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:09 2021 Pair time (%) = 0.000936985 (5.43493) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185313) Outpt time (%) = 0.0161672 (93.7768) Other time (%) = 0.000103951 (0.602959) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:09 2021 Memory usage per processor = 27.5268 Mbytes Step Atoms AVEKE stressZZ 7763 5000 1.3319024e-11 2207152.9 7764 -0.00870999999999525 2207113.69604924 7764 5000 1.331808e-11 2207113.7 Loop time of 0.0170052 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:09 2021 Pair time (%) = 0.000889063 (5.22818) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.182264) Outpt time (%) = 0.01599 (94.0301) Other time (%) = 9.5129e-05 (0.559411) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:09 2021 Memory usage per processor = 27.5268 Mbytes Step Atoms AVEKE stressZZ 7764 5000 1.331808e-11 2207107.3 7765 -0.00870999999999525 2207068.02257803 7765 5000 1.3317137e-11 2207068 Loop time of 0.0163898 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:09 2021 Pair time (%) = 0.000928879 (5.6674) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194926) Outpt time (%) = 0.0153348 (93.5631) Other time (%) = 9.41753e-05 (0.574596) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:09 2021 Memory usage per processor = 27.5268 Mbytes Step Atoms AVEKE stressZZ 7765 5000 1.3317137e-11 2207061.6 7766 -0.00870999999999525 2207022.35133648 7766 5000 1.3316194e-11 2207022.4 Loop time of 0.016655 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:09 2021 Pair time (%) = 0.00103593 (6.21994) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.221885) Outpt time (%) = 0.0154731 (92.904) Other time (%) = 0.000108957 (0.654203) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:09 2021 Memory usage per processor = 27.5268 Mbytes Step Atoms AVEKE stressZZ 7766 5000 1.3316194e-11 2207015.9 7767 -0.00870999999999525 2206976.68231667 7767 5000 1.3315251e-11 2206976.7 Loop time of 0.017056 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:09 2021 Pair time (%) = 0.000890017 (5.21821) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181722) Outpt time (%) = 0.016041 (94.0493) Other time (%) = 9.39369e-05 (0.550756) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:09 2021 Memory usage per processor = 27.5268 Mbytes Step Atoms AVEKE stressZZ 7767 5000 1.3315251e-11 2206970.3 7768 -0.00870999999999525 2206931.01551833 7768 5000 1.3314308e-11 2206931 Loop time of 0.016979 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:09 2021 Pair time (%) = 0.000887871 (5.22924) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.182546) Outpt time (%) = 0.015965 (94.0279) Other time (%) = 9.5129e-05 (0.560275) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:09 2021 Memory usage per processor = 27.5268 Mbytes Step Atoms AVEKE stressZZ 7768 5000 1.3314308e-11 2206924.6 7769 -0.00870999999999525 2206885.35093996 7769 5000 1.3313366e-11 2206885.4 Loop time of 0.016685 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:09 2021 Pair time (%) = 0.000988007 (5.92152) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.198623) Outpt time (%) = 0.015563 (93.2754) Other time (%) = 0.000100851 (0.604441) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:09 2021 Memory usage per processor = 27.5268 Mbytes Step Atoms AVEKE stressZZ 7769 5000 1.3313366e-11 2206878.9 7770 -0.00870999999999525 2206839.68858039 7770 5000 1.3312423e-11 2206839.7 Loop time of 0.0188599 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:09 2021 Pair time (%) = 0.000940084 (4.98458) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.174454) Outpt time (%) = 0.017786 (94.3062) Other time (%) = 0.000100851 (0.534739) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:09 2021 Memory usage per processor = 27.5268 Mbytes Step Atoms AVEKE stressZZ 7770 5000 1.3312423e-11 2206833.3 7771 -0.00870999999999525 2206794.02843872 7771 5000 1.331148e-11 2206794 Loop time of 0.0172942 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:09 2021 Pair time (%) = 0.000993967 (5.74741) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184733) Outpt time (%) = 0.0161681 (93.4888) Other time (%) = 0.000100136 (0.579015) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:09 2021 Memory usage per processor = 27.5268 Mbytes Step Atoms AVEKE stressZZ 7771 5000 1.331148e-11 2206787.6 7772 -0.00870999999999525 2206748.37051415 7772 5000 1.3310538e-11 2206748.4 Loop time of 0.0166771 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:09 2021 Pair time (%) = 0.000926971 (5.55834) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.18585) Outpt time (%) = 0.015625 (93.6911) Other time (%) = 9.41753e-05 (0.564697) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:09 2021 Memory usage per processor = 27.5268 Mbytes Step Atoms AVEKE stressZZ 7772 5000 1.3310538e-11 2206741.9 7773 -0.00870999999999525 2206702.71480596 7773 5000 1.3309596e-11 2206702.7 Loop time of 0.0166619 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:09 2021 Pair time (%) = 0.00107002 (6.42198) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.203191) Outpt time (%) = 0.015415 (92.5163) Other time (%) = 0.000143051 (0.858553) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:09 2021 Memory usage per processor = 27.5268 Mbytes Step Atoms AVEKE stressZZ 7773 5000 1.3309596e-11 2206696.3 7774 -0.00870999999999525 2206657.06131352 7774 5000 1.3308653e-11 2206657.1 Loop time of 0.0170269 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:09 2021 Pair time (%) = 0.00095892 (5.63179) Neigh time (%) = 0 (0) Comm time (%) = 4.29153e-05 (0.252044) Outpt time (%) = 0.0159121 (93.4524) Other time (%) = 0.00011301 (0.663717) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:09 2021 Memory usage per processor = 27.5268 Mbytes Step Atoms AVEKE stressZZ 7774 5000 1.3308653e-11 2206650.6 7775 -0.00870999999999525 2206611.41003622 7775 5000 1.3307711e-11 2206611.4 Loop time of 0.0170901 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:09 2021 Pair time (%) = 0.000931025 (5.44775) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.188334) Outpt time (%) = 0.0160332 (93.8157) Other time (%) = 9.36985e-05 (0.548262) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:09 2021 Memory usage per processor = 27.5268 Mbytes Step Atoms AVEKE stressZZ 7775 5000 1.3307711e-11 2206605 7776 -0.00870999999999525 2206565.76097358 7776 5000 1.3306769e-11 2206565.8 Loop time of 0.0164831 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:09 2021 Pair time (%) = 0.000893831 (5.42272) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.199609) Outpt time (%) = 0.015409 (93.4838) Other time (%) = 0.000147343 (0.893903) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:09 2021 Memory usage per processor = 27.5268 Mbytes Step Atoms AVEKE stressZZ 7776 5000 1.3306769e-11 2206559.3 7777 -0.00870999999999525 2206520.11412505 7777 5000 1.3305827e-11 2206520.1 Loop time of 0.0173728 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:09 2021 Pair time (%) = 0.000962019 (5.53749) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189386) Outpt time (%) = 0.016237 (93.4621) Other time (%) = 0.000140905 (0.811067) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:09 2021 Memory usage per processor = 27.5268 Mbytes Step Atoms AVEKE stressZZ 7777 5000 1.3305827e-11 2206513.7 7778 -0.00870999999999525 2206474.46949014 7778 5000 1.3304885e-11 2206474.5 Loop time of 0.017122 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:09 2021 Pair time (%) = 0.00099802 (5.82887) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181021) Outpt time (%) = 0.0159991 (93.4415) Other time (%) = 9.39369e-05 (0.548632) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:09 2021 Memory usage per processor = 27.5268 Mbytes Step Atoms AVEKE stressZZ 7778 5000 1.3304885e-11 2206468 7779 -0.00870999999999525 2206428.82706843 7779 5000 1.3303943e-11 2206428.8 Loop time of 0.016681 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:09 2021 Pair time (%) = 0.000914097 (5.47988) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.198671) Outpt time (%) = 0.015589 (93.4539) Other time (%) = 0.00014472 (0.867577) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:09 2021 Memory usage per processor = 27.5268 Mbytes Step Atoms AVEKE stressZZ 7779 5000 1.3303943e-11 2206422.4 7780 -0.00870999999999525 2206383.18685944 7780 5000 1.3303001e-11 2206383.2 Loop time of 0.018507 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:09 2021 Pair time (%) = 0.00107193 (5.79202) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.184221) Outpt time (%) = 0.0172939 (93.4453) Other time (%) = 0.00010705 (0.578429) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:09 2021 Memory usage per processor = 27.5268 Mbytes Step Atoms AVEKE stressZZ 7780 5000 1.3303001e-11 2206376.8 7781 -0.00870999999999525 2206337.54886278 7781 5000 1.330206e-11 2206337.5 Loop time of 0.0170481 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:09 2021 Pair time (%) = 0.000919104 (5.39123) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192993) Outpt time (%) = 0.0160022 (93.8648) Other time (%) = 9.39369e-05 (0.55101) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:09 2021 Memory usage per processor = 27.5268 Mbytes Step Atoms AVEKE stressZZ 7781 5000 1.330206e-11 2206331.1 7782 -0.00870999999999525 2206291.913078 7782 5000 1.3301118e-11 2206291.9 Loop time of 0.0171461 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:09 2021 Pair time (%) = 0.000890017 (5.19078) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180766) Outpt time (%) = 0.0161371 (94.1154) Other time (%) = 8.79765e-05 (0.513099) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:09 2021 Memory usage per processor = 27.5268 Mbytes Step Atoms AVEKE stressZZ 7782 5000 1.3301118e-11 2206285.5 7783 -0.00870999999999525 2206246.27950472 7783 5000 1.3300177e-11 2206246.3 Loop time of 0.0164618 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:09 2021 Pair time (%) = 0.000930071 (5.64986) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.199867) Outpt time (%) = 0.0153768 (93.4087) Other time (%) = 0.00012207 (0.741535) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:09 2021 Memory usage per processor = 27.5268 Mbytes Step Atoms AVEKE stressZZ 7783 5000 1.3300177e-11 2206239.8 7784 -0.00870999999999525 2206200.6481426 7784 5000 1.3299235e-11 2206200.6 Loop time of 0.017061 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:09 2021 Pair time (%) = 0.00110722 (6.48975) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205425) Outpt time (%) = 0.015795 (92.5795) Other time (%) = 0.000123739 (0.725276) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:09 2021 Memory usage per processor = 27.5268 Mbytes Step Atoms AVEKE stressZZ 7784 5000 1.3299235e-11 2206194.2 7785 -0.00870999999999525 2206155.01899121 7785 5000 1.3298294e-11 2206155 Loop time of 0.0175068 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:09 2021 Pair time (%) = 0.000889063 (5.07838) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.177042) Outpt time (%) = 0.016499 (94.2434) Other time (%) = 8.7738e-05 (0.501164) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:09 2021 Memory usage per processor = 27.5268 Mbytes Step Atoms AVEKE stressZZ 7785 5000 1.3298294e-11 2206148.6 7786 -0.00870999999999525 2206109.39205023 7786 5000 1.3297353e-11 2206109.4 Loop time of 0.0165989 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:09 2021 Pair time (%) = 0.000931025 (5.60894) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.186725) Outpt time (%) = 0.0155439 (93.6442) Other time (%) = 9.29832e-05 (0.560176) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:09 2021 Memory usage per processor = 27.5268 Mbytes Step Atoms AVEKE stressZZ 7786 5000 1.3297353e-11 2206103 7787 -0.00870999999999525 2206063.76731929 7787 5000 1.3296412e-11 2206063.8 Loop time of 0.0164621 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:10 2021 Pair time (%) = 0.000952005 (5.78302) Neigh time (%) = 0 (0) Comm time (%) = 4.81606e-05 (0.292554) Outpt time (%) = 0.0153601 (93.306) Other time (%) = 0.000101805 (0.618419) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:10 2021 Memory usage per processor = 27.5268 Mbytes Step Atoms AVEKE stressZZ 7787 5000 1.3296412e-11 2206057.3 7788 -0.00870999999999525 2206018.14479803 7788 5000 1.3295471e-11 2206018.1 Loop time of 0.016988 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:10 2021 Pair time (%) = 0.00090909 (5.35135) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188062) Outpt time (%) = 0.015959 (93.9427) Other time (%) = 8.79765e-05 (0.517873) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:10 2021 Memory usage per processor = 27.5268 Mbytes Step Atoms AVEKE stressZZ 7788 5000 1.3295471e-11 2206011.7 7789 -0.00870999999999525 2205972.5244861 7789 5000 1.329453e-11 2205972.5 Loop time of 0.017092 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:10 2021 Pair time (%) = 0.000906944 (5.30625) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193893) Outpt time (%) = 0.016032 (93.7982) Other time (%) = 0.000119925 (0.701642) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:10 2021 Memory usage per processor = 27.5268 Mbytes Step Atoms AVEKE stressZZ 7789 5000 1.329453e-11 2205966.1 7790 -0.00870999999999525 2205926.90638321 7790 5000 1.3293589e-11 2205926.9 Loop time of 0.0182672 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:10 2021 Pair time (%) = 0.000888824 (4.8657) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.174894) Outpt time (%) = 0.0172291 (94.3173) Other time (%) = 0.000117302 (0.642147) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:10 2021 Memory usage per processor = 27.5268 Mbytes Step Atoms AVEKE stressZZ 7790 5000 1.3293589e-11 2205920.5 7791 -0.00870999999999525 2205881.29048901 7791 5000 1.3292648e-11 2205881.3 Loop time of 0.0168431 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:10 2021 Pair time (%) = 0.00111914 (6.64449) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.226485) Outpt time (%) = 0.0155399 (92.2627) Other time (%) = 0.000145912 (0.866303) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:10 2021 Memory usage per processor = 27.5268 Mbytes Step Atoms AVEKE stressZZ 7791 5000 1.3292648e-11 2205874.9 7792 -0.00870999999999525 2205835.67680311 7792 5000 1.3291708e-11 2205835.7 Loop time of 0.0170782 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:10 2021 Pair time (%) = 0.000890017 (5.21143) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181486) Outpt time (%) = 0.0160711 (94.1031) Other time (%) = 8.60691e-05 (0.503972) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:10 2021 Memory usage per processor = 27.5268 Mbytes Step Atoms AVEKE stressZZ 7792 5000 1.3291708e-11 2205829.2 7793 -0.00870999999999525 2205790.0653253 7793 5000 1.3290767e-11 2205790.1 Loop time of 0.016978 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:10 2021 Pair time (%) = 0.000926971 (5.45983) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.182556) Outpt time (%) = 0.0159252 (93.7987) Other time (%) = 9.48906e-05 (0.558902) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:10 2021 Memory usage per processor = 27.5268 Mbytes Step Atoms AVEKE stressZZ 7793 5000 1.3290767e-11 2205783.6 7794 -0.00870999999999525 2205744.45605521 7794 5000 1.3289827e-11 2205744.5 Loop time of 0.0164289 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:10 2021 Pair time (%) = 0.000891924 (5.42898) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.200267) Outpt time (%) = 0.015403 (93.7554) Other time (%) = 0.000101089 (0.615313) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:10 2021 Memory usage per processor = 27.5268 Mbytes Step Atoms AVEKE stressZZ 7794 5000 1.3289827e-11 2205738 7795 -0.00870999999999525 2205698.84899251 7795 5000 1.3288886e-11 2205698.8 Loop time of 0.0171521 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:10 2021 Pair time (%) = 0.000925064 (5.39331) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186264) Outpt time (%) = 0.0160949 (93.8366) Other time (%) = 0.000100136 (0.583812) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:10 2021 Memory usage per processor = 27.5268 Mbytes Step Atoms AVEKE stressZZ 7795 5000 1.3288886e-11 2205692.4 7796 -0.00870999999999525 2205653.24413691 7796 5000 1.3287946e-11 2205653.2 Loop time of 0.017092 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:10 2021 Pair time (%) = 0.000931025 (5.44714) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186918) Outpt time (%) = 0.0160379 (93.8331) Other time (%) = 9.10759e-05 (0.532857) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:10 2021 Memory usage per processor = 27.5268 Mbytes Step Atoms AVEKE stressZZ 7796 5000 1.3287946e-11 2205646.8 7797 -0.00870999999999525 2205607.64148815 7797 5000 1.3287006e-11 2205607.6 Loop time of 0.0167129 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:10 2021 Pair time (%) = 0.000889063 (5.31962) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191158) Outpt time (%) = 0.015667 (93.7417) Other time (%) = 0.000124931 (0.747514) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:10 2021 Memory usage per processor = 27.5268 Mbytes Step Atoms AVEKE stressZZ 7797 5000 1.3287006e-11 2205601.2 7798 -0.00870999999999525 2205562.04104589 7798 5000 1.3286066e-11 2205562 Loop time of 0.0166821 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:10 2021 Pair time (%) = 0.00102806 (6.16264) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.221524) Outpt time (%) = 0.015507 (92.9556) Other time (%) = 0.000110149 (0.660283) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:10 2021 Memory usage per processor = 27.5268 Mbytes Step Atoms AVEKE stressZZ 7798 5000 1.3286066e-11 2205555.6 7799 -0.00870999999999525 2205516.44280984 7799 5000 1.3285126e-11 2205516.4 Loop time of 0.0170069 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:10 2021 Pair time (%) = 0.000931025 (5.4744) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.182246) Outpt time (%) = 0.015959 (93.8387) Other time (%) = 8.58307e-05 (0.504682) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:10 2021 Memory usage per processor = 27.5268 Mbytes Step Atoms AVEKE stressZZ 7799 5000 1.3285126e-11 2205510 7800 -0.00870999999999525 2205470.84677972 7800 5000 1.3284186e-11 2205470.8 Loop time of 0.018904 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:10 2021 Pair time (%) = 0.000891209 (4.7144) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.169002) Outpt time (%) = 0.0178881 (94.626) Other time (%) = 9.27448e-05 (0.49061) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:10 2021 Memory usage per processor = 27.5268 Mbytes Step Atoms AVEKE stressZZ 7800 5000 1.3284186e-11 2205464.4 7801 -0.00870999999999525 2205425.25295525 7801 5000 1.3283246e-11 2205425.3 Loop time of 0.0164039 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:10 2021 Pair time (%) = 0.000914097 (5.57243) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.200573) Outpt time (%) = 0.015358 (93.6238) Other time (%) = 9.89437e-05 (0.603171) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:10 2021 Memory usage per processor = 27.5268 Mbytes Step Atoms AVEKE stressZZ 7801 5000 1.3283246e-11 2205418.8 7802 -0.00870999999999525 2205379.66133612 7802 5000 1.3282306e-11 2205379.7 Loop time of 0.017416 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:10 2021 Pair time (%) = 0.00121284 (6.96391) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.275162) Outpt time (%) = 0.015949 (91.5768) Other time (%) = 0.000206232 (1.18415) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:10 2021 Memory usage per processor = 27.5268 Mbytes Step Atoms AVEKE stressZZ 7802 5000 1.3282306e-11 2205373.2 7803 -0.00870999999999525 2205334.07192207 7803 5000 1.3281367e-11 2205334.1 Loop time of 0.0163 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:10 2021 Pair time (%) = 0.000935078 (5.73669) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.196001) Outpt time (%) = 0.0152459 (93.5334) Other time (%) = 8.70228e-05 (0.533883) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:10 2021 Memory usage per processor = 27.5268 Mbytes Step Atoms AVEKE stressZZ 7803 5000 1.3281367e-11 2205327.6 7804 -0.00870999999999525 2205288.4847128 7804 5000 1.3280427e-11 2205288.5 Loop time of 0.0162599 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:10 2021 Pair time (%) = 0.000890017 (5.47369) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.190619) Outpt time (%) = 0.01525 (93.7888) Other time (%) = 8.89301e-05 (0.546929) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:10 2021 Memory usage per processor = 27.5268 Mbytes Step Atoms AVEKE stressZZ 7804 5000 1.3280427e-11 2205282.1 7805 -0.00870999999999525 2205242.89970806 7805 5000 1.3279488e-11 2205242.9 Loop time of 0.0170109 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:10 2021 Pair time (%) = 0.000893116 (5.25025) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187809) Outpt time (%) = 0.0159969 (94.0392) Other time (%) = 8.89301e-05 (0.522782) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:10 2021 Memory usage per processor = 27.5268 Mbytes Step Atoms AVEKE stressZZ 7805 5000 1.3279488e-11 2205236.5 7806 -0.00870999999999525 2205197.3169076 7806 5000 1.3278548e-11 2205197.3 Loop time of 0.01703 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:10 2021 Pair time (%) = 0.000901937 (5.29617) Neigh time (%) = 0 (0) Comm time (%) = 4.81606e-05 (0.282798) Outpt time (%) = 0.0159609 (93.7224) Other time (%) = 0.000118971 (0.698596) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:10 2021 Memory usage per processor = 27.5268 Mbytes Step Atoms AVEKE stressZZ 7806 5000 1.3278548e-11 2205190.9 7807 -0.00870999999999525 2205151.73631107 7807 5000 1.3277609e-11 2205151.7 Loop time of 0.017149 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:10 2021 Pair time (%) = 0.00106502 (6.21038) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186297) Outpt time (%) = 0.015954 (93.0319) Other time (%) = 9.799e-05 (0.571405) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:10 2021 Memory usage per processor = 27.5268 Mbytes Step Atoms AVEKE stressZZ 7807 5000 1.3277609e-11 2205145.3 7808 -0.00870999999999525 2205106.15791821 7808 5000 1.327667e-11 2205106.2 Loop time of 0.0170672 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:10 2021 Pair time (%) = 0.000926018 (5.42572) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18719) Outpt time (%) = 0.0160148 (93.8339) Other time (%) = 9.44138e-05 (0.553189) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:10 2021 Memory usage per processor = 27.5268 Mbytes Step Atoms AVEKE stressZZ 7808 5000 1.327667e-11 2205099.7 7809 -0.00870999999999525 2205060.58172882 7809 5000 1.3275731e-11 2205060.6 Loop time of 0.0164821 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:10 2021 Pair time (%) = 0.000898123 (5.44907) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193835) Outpt time (%) = 0.0154262 (93.5933) Other time (%) = 0.000125885 (0.763767) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:10 2021 Memory usage per processor = 27.5268 Mbytes Step Atoms AVEKE stressZZ 7809 5000 1.3275731e-11 2205054.2 7810 -0.00870999999999525 2205015.00774258 7810 5000 1.3274792e-11 2205015 Loop time of 0.01895 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:10 2021 Pair time (%) = 0.00123501 (6.5172) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.184948) Outpt time (%) = 0.0175211 (92.4599) Other time (%) = 0.000158787 (0.837926) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:10 2021 Memory usage per processor = 27.5268 Mbytes Step Atoms AVEKE stressZZ 7810 5000 1.3274792e-11 2205008.6 7811 -0.00870999999999525 2204969.43595926 7811 5000 1.3273853e-11 2204969.4 Loop time of 0.0169911 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:10 2021 Pair time (%) = 0.000890017 (5.23812) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188028) Outpt time (%) = 0.0159781 (94.0378) Other time (%) = 9.10759e-05 (0.53602) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:10 2021 Memory usage per processor = 27.5268 Mbytes Step Atoms AVEKE stressZZ 7811 5000 1.3273853e-11 2204963 7812 -0.00870999999999525 2204923.86637861 7812 5000 1.3272914e-11 2204923.9 Loop time of 0.017113 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:10 2021 Pair time (%) = 0.000890017 (5.20083) Neigh time (%) = 0 (0) Comm time (%) = 4.41074e-05 (0.257743) Outpt time (%) = 0.0160649 (93.8755) Other time (%) = 0.000113964 (0.665951) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:10 2021 Memory usage per processor = 27.5268 Mbytes Step Atoms AVEKE stressZZ 7812 5000 1.3272914e-11 2204917.4 7813 -0.00870999999999525 2204878.29900033 7813 5000 1.3271975e-11 2204878.3 Loop time of 0.0166209 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:10 2021 Pair time (%) = 0.000994921 (5.98597) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.282587) Outpt time (%) = 0.015415 (92.7445) Other time (%) = 0.000164032 (0.986903) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:10 2021 Memory usage per processor = 27.5268 Mbytes Step Atoms AVEKE stressZZ 7813 5000 1.3271975e-11 2204871.9 7814 -0.00870999999999525 2204832.7338242 7814 5000 1.3271037e-11 2204832.7 Loop time of 0.017204 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:10 2021 Pair time (%) = 0.000938892 (5.45739) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.19263) Outpt time (%) = 0.0161309 (93.7624) Other time (%) = 0.000101089 (0.587591) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:10 2021 Memory usage per processor = 27.5268 Mbytes Step Atoms AVEKE stressZZ 7814 5000 1.3271037e-11 2204826.3 7815 -0.00870999999999525 2204787.17084992 7815 5000 1.3270098e-11 2204787.2 Loop time of 0.0170989 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:10 2021 Pair time (%) = 0.000886917 (5.18698) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.188237) Outpt time (%) = 0.0160921 (94.1117) Other time (%) = 8.7738e-05 (0.513121) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:10 2021 Memory usage per processor = 27.5268 Mbytes Step Atoms AVEKE stressZZ 7815 5000 1.3270098e-11 2204780.7 7816 -0.00870999999999525 2204741.61007732 7816 5000 1.326916e-11 2204741.6 Loop time of 0.0165699 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:10 2021 Pair time (%) = 0.00093317 (5.63174) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.187053) Outpt time (%) = 0.0154839 (93.4459) Other time (%) = 0.000121832 (0.735262) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:10 2021 Memory usage per processor = 27.5268 Mbytes Step Atoms AVEKE stressZZ 7816 5000 1.326916e-11 2204735.2 7817 -0.00870999999999525 2204696.05150607 7817 5000 1.3268221e-11 2204696.1 Loop time of 0.0167761 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:10 2021 Pair time (%) = 0.00107479 (6.40669) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.225968) Outpt time (%) = 0.0155401 (92.6326) Other time (%) = 0.000123262 (0.734751) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:21:10 2021 Memory usage per processor = 27.5268 Mbytes Step Atoms AVEKE stressZZ 7817 5000 1.3268221e-11 2204689.6 7818 -0.00870999999999525 2204642.59070488 7818 5000 2.6212623e-11 2204714.9 Loop time of 0.0169611 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:10 2021 Pair time (%) = 0.000887871 (5.23475) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.182738) Outpt time (%) = 0.015933 (93.9387) Other time (%) = 0.000109196 (0.643801) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:10 2021 Memory usage per processor = 27.5268 Mbytes Step Atoms AVEKE stressZZ 7818 5000 2.6212623e-11 2242204.7 7819 -0.00874249999999523 2242152.662486 7819 5000 2.1163083e-11 2242152.7 Loop time of 0.016937 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:10 2021 Pair time (%) = 0.000982046 (5.79822) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.194259) Outpt time (%) = 0.0158062 (93.3234) Other time (%) = 0.000115871 (0.684131) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:10 2021 Memory usage per processor = 27.5268 Mbytes Step Atoms AVEKE stressZZ 7819 5000 2.1163083e-11 2242144 7820 -0.00874249999999523 2242096.43333639 7820 5000 1.823414e-11 2242096.4 Loop time of 0.0182281 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:10 2021 Pair time (%) = 0.000933886 (5.12334) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.190965) Outpt time (%) = 0.0171568 (94.1233) Other time (%) = 0.00010252 (0.56243) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:10 2021 Memory usage per processor = 27.527 Mbytes Step Atoms AVEKE stressZZ 7820 5000 1.823414e-11 2242088.5 7821 -0.00874249999999523 2242043.77392907 7821 5000 1.6485692e-11 2242043.8 Loop time of 0.0173888 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:10 2021 Pair time (%) = 0.00125504 (7.21748) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189212) Outpt time (%) = 0.0158799 (91.3223) Other time (%) = 0.000221014 (1.27101) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:10 2021 Memory usage per processor = 27.527 Mbytes Step Atoms AVEKE stressZZ 7821 5000 1.6485692e-11 2242036.3 7822 -0.00874249999999523 2241993.38395129 7822 5000 1.541994e-11 2241993.4 Loop time of 0.016916 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:10 2021 Pair time (%) = 0.000890017 (5.26138) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188863) Outpt time (%) = 0.0158999 (93.993) Other time (%) = 9.41753e-05 (0.556722) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:10 2021 Memory usage per processor = 27.527 Mbytes Step Atoms AVEKE stressZZ 7822 5000 1.541994e-11 2241986.3 7823 -0.00874249999999523 2241944.43704324 7823 5000 1.4760776e-11 2241944.4 Loop time of 0.0166991 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:10 2021 Pair time (%) = 0.00089097 (5.33545) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.185606) Outpt time (%) = 0.0156691 (93.8322) Other time (%) = 0.000108004 (0.646764) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:10 2021 Memory usage per processor = 27.527 Mbytes Step Atoms AVEKE stressZZ 7823 5000 1.4760776e-11 2241937.5 7824 -0.00874249999999523 2241896.40804519 7824 5000 1.4348985e-11 2241896.4 Loop time of 0.01652 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:10 2021 Pair time (%) = 0.00101709 (6.15673) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.206379) Outpt time (%) = 0.015348 (92.9052) Other time (%) = 0.000120878 (0.731707) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:10 2021 Memory usage per processor = 27.527 Mbytes Step Atoms AVEKE stressZZ 7824 5000 1.4348985e-11 2241889.6 7825 -0.00874249999999523 2241848.96321258 7825 5000 1.4089952e-11 2241849 Loop time of 0.0174129 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:10 2021 Pair time (%) = 0.000988007 (5.67399) Neigh time (%) = 0 (0) Comm time (%) = 5.00679e-05 (0.287533) Outpt time (%) = 0.0162108 (93.0965) Other time (%) = 0.000164032 (0.942014) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:10 2021 Memory usage per processor = 27.527 Mbytes Step Atoms AVEKE stressZZ 7825 5000 1.4089952e-11 2241842.2 7826 -0.00874249999999523 2241801.890447 7826 5000 1.3926201e-11 2241801.9 Loop time of 0.0402339 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:10 2021 Pair time (%) = 0.00102401 (2.54514) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.0770357) Outpt time (%) = 0.0390449 (97.0448) Other time (%) = 0.000133991 (0.333031) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:10 2021 Memory usage per processor = 27.527 Mbytes Step Atoms AVEKE stressZZ 7826 5000 1.3926201e-11 2241795.2 7827 -0.00874249999999523 2241755.0549574 7827 5000 1.3822275e-11 2241755.1 Loop time of 0.017144 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:10 2021 Pair time (%) = 0.00089097 (5.19699) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186352) Outpt time (%) = 0.0161259 (94.0618) Other time (%) = 9.5129e-05 (0.554883) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:10 2021 Memory usage per processor = 27.527 Mbytes Step Atoms AVEKE stressZZ 7827 5000 1.3822275e-11 2241748.4 7828 -0.00874249999999523 2241708.37108239 7828 5000 1.3756076e-11 2241708.4 Loop time of 0.01724 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:10 2021 Pair time (%) = 0.000905037 (5.24962) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185313) Outpt time (%) = 0.016206 (94.0022) Other time (%) = 9.70364e-05 (0.562854) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:10 2021 Memory usage per processor = 27.527 Mbytes Step Atoms AVEKE stressZZ 7828 5000 1.3756076e-11 2241701.7 7829 -0.00874249999999523 2241661.78438308 7829 5000 1.3713734e-11 2241661.8 Loop time of 0.0170338 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:10 2021 Pair time (%) = 0.000888109 (5.2138) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181958) Outpt time (%) = 0.016021 (94.0542) Other time (%) = 9.36985e-05 (0.550073) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:10 2021 Memory usage per processor = 27.527 Mbytes Step Atoms AVEKE stressZZ 7829 5000 1.3713734e-11 2241655.2 7830 -0.00874249999999523 2241615.26026274 7830 5000 1.3686505e-11 2241615.3 Loop time of 0.018611 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:11 2021 Pair time (%) = 0.000901937 (4.84627) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.171663) Outpt time (%) = 0.017539 (94.2403) Other time (%) = 0.000138044 (0.741737) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:11 2021 Memory usage per processor = 27.527 Mbytes Step Atoms AVEKE stressZZ 7830 5000 1.3686505e-11 2241608.7 7831 -0.00874249999999523 2241568.77673461 7831 5000 1.3668861e-11 2241568.8 Loop time of 0.0166759 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:11 2021 Pair time (%) = 0.000951052 (5.70313) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.215887) Outpt time (%) = 0.0155821 (93.4405) Other time (%) = 0.000106812 (0.640512) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:11 2021 Memory usage per processor = 27.527 Mbytes Step Atoms AVEKE stressZZ 7831 5000 1.3668861e-11 2241562.2 7832 -0.00874249999999523 2241522.31982579 7832 5000 1.36573e-11 2241522.3 Loop time of 0.0171449 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:11 2021 Pair time (%) = 0.000996113 (5.80996) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180779) Outpt time (%) = 0.0160251 (93.4683) Other time (%) = 9.27448e-05 (0.540946) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:11 2021 Memory usage per processor = 27.527 Mbytes Step Atoms AVEKE stressZZ 7832 5000 1.36573e-11 2241515.7 7833 -0.00874249999999523 2241475.88065618 7833 5000 1.3649603e-11 2241475.9 Loop time of 0.01686 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:11 2021 Pair time (%) = 0.000892162 (5.29159) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.183834) Outpt time (%) = 0.0158491 (94.0042) Other time (%) = 8.7738e-05 (0.520391) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:11 2021 Memory usage per processor = 27.527 Mbytes Step Atoms AVEKE stressZZ 7833 5000 1.3649603e-11 2241469.3 7834 -0.00874249999999523 2241429.4535822 7834 5000 1.3644359e-11 2241429.5 Loop time of 0.0165191 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:11 2021 Pair time (%) = 0.000935078 (5.6606) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.200618) Outpt time (%) = 0.0154212 (93.3536) Other time (%) = 0.0001297 (0.785151) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:11 2021 Memory usage per processor = 27.527 Mbytes Step Atoms AVEKE stressZZ 7834 5000 1.3644359e-11 2241422.9 7835 -0.00874249999999523 2241383.0350172 7835 5000 1.3640675e-11 2241383 Loop time of 0.017101 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:11 2021 Pair time (%) = 0.00108385 (6.33792) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.197973) Outpt time (%) = 0.0158551 (92.714) Other time (%) = 0.000128269 (0.750066) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:11 2021 Memory usage per processor = 27.527 Mbytes Step Atoms AVEKE stressZZ 7835 5000 1.3640675e-11 2241376.4 7836 -0.00874249999999523 2241336.62268169 7836 5000 1.363798e-11 2241336.6 Loop time of 0.0171721 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:11 2021 Pair time (%) = 0.000891209 (5.18986) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186047) Outpt time (%) = 0.016145 (94.0187) Other time (%) = 0.000103951 (0.605345) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:11 2021 Memory usage per processor = 27.527 Mbytes Step Atoms AVEKE stressZZ 7836 5000 1.363798e-11 2241330 7837 -0.00874249999999523 2241290.21512692 7837 5000 1.3635915e-11 2241290.2 Loop time of 0.016525 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:11 2021 Pair time (%) = 0.000931025 (5.63403) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.18756) Outpt time (%) = 0.0154691 (93.61) Other time (%) = 9.39369e-05 (0.568452) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:11 2021 Memory usage per processor = 27.527 Mbytes Step Atoms AVEKE stressZZ 7837 5000 1.3635915e-11 2241283.6 7838 -0.00874249999999523 2241243.81143204 7838 5000 1.363425e-11 2241243.8 Loop time of 0.0165391 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:11 2021 Pair time (%) = 0.00100994 (6.10639) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.210466) Outpt time (%) = 0.0153861 (93.0287) Other time (%) = 0.000108242 (0.654462) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:11 2021 Memory usage per processor = 27.527 Mbytes Step Atoms AVEKE stressZZ 7838 5000 1.363425e-11 2241237.2 7839 -0.00874249999999523 2241197.41101173 7839 5000 1.3632839e-11 2241197.4 Loop time of 0.0169241 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:11 2021 Pair time (%) = 0.000891924 (5.27013) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.183137) Outpt time (%) = 0.0159101 (94.0086) Other time (%) = 9.10759e-05 (0.538142) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:11 2021 Memory usage per processor = 27.527 Mbytes Step Atoms AVEKE stressZZ 7839 5000 1.3632839e-11 2241190.8 7840 -0.00874249999999523 2241151.0134939 7840 5000 1.363159e-11 2241151 Loop time of 0.0189428 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:11 2021 Pair time (%) = 0.00089097 (4.70347) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.168655) Outpt time (%) = 0.017925 (94.6269) Other time (%) = 9.48906e-05 (0.500931) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:11 2021 Memory usage per processor = 27.527 Mbytes Step Atoms AVEKE stressZZ 7840 5000 1.363159e-11 2241144.4 7841 -0.00874249999999523 2241104.61864196 7841 5000 1.3630444e-11 2241104.6 Loop time of 0.0163391 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:11 2021 Pair time (%) = 0.000957966 (5.86304) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.189695) Outpt time (%) = 0.0152609 (93.4015) Other time (%) = 8.91685e-05 (0.545738) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:11 2021 Memory usage per processor = 27.527 Mbytes Step Atoms AVEKE stressZZ 7841 5000 1.3630444e-11 2241098 7842 -0.00874249999999523 2241058.22630547 7842 5000 1.3629363e-11 2241058.2 Loop time of 0.0170221 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:11 2021 Pair time (%) = 0.00116205 (6.82671) Neigh time (%) = 0 (0) Comm time (%) = 3.98159e-05 (0.233907) Outpt time (%) = 0.015656 (91.9743) Other time (%) = 0.00016427 (0.96504) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:11 2021 Memory usage per processor = 27.527 Mbytes Step Atoms AVEKE stressZZ 7842 5000 1.3629363e-11 2241051.6 7843 -0.00874249999999523 2241011.83638864 7843 5000 1.3628323e-11 2241011.8 Loop time of 0.0171621 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:11 2021 Pair time (%) = 0.000892878 (5.20262) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.187544) Outpt time (%) = 0.01615 (94.1028) Other time (%) = 8.70228e-05 (0.507064) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:11 2021 Memory usage per processor = 27.527 Mbytes Step Atoms AVEKE stressZZ 7843 5000 1.3628323e-11 2241005.2 7844 -0.00874249999999523 2240965.44883056 7844 5000 1.362731e-11 2240965.4 Loop time of 0.01682 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:11 2021 Pair time (%) = 0.000941992 (5.60044) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.184272) Outpt time (%) = 0.015753 (93.6568) Other time (%) = 9.39369e-05 (0.558485) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:11 2021 Memory usage per processor = 27.527 Mbytes Step Atoms AVEKE stressZZ 7844 5000 1.362731e-11 2240958.9 7845 -0.00874249999999523 2240919.06359236 7845 5000 1.3626313e-11 2240919.1 Loop time of 0.017076 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:11 2021 Pair time (%) = 0.000912189 (5.34193) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.199659) Outpt time (%) = 0.0159972 (93.6821) Other time (%) = 0.000132561 (0.776298) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:11 2021 Memory usage per processor = 27.527 Mbytes Step Atoms AVEKE stressZZ 7845 5000 1.3626313e-11 2240912.5 7846 -0.00874249999999523 2240872.68064922 7846 5000 1.3625328e-11 2240872.7 Loop time of 0.0163419 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:11 2021 Pair time (%) = 0.000900984 (5.51333) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.196957) Outpt time (%) = 0.0153151 (93.7164) Other time (%) = 9.36985e-05 (0.573363) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:11 2021 Memory usage per processor = 27.527 Mbytes Step Atoms AVEKE stressZZ 7846 5000 1.3625328e-11 2240866.1 7847 -0.00874249999999523 2240826.29998528 7847 5000 1.3624349e-11 2240826.3 Loop time of 0.016242 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:11 2021 Pair time (%) = 0.000932217 (5.73953) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.1967) Outpt time (%) = 0.0151889 (93.5162) Other time (%) = 8.89301e-05 (0.547531) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:11 2021 Memory usage per processor = 27.527 Mbytes Step Atoms AVEKE stressZZ 7847 5000 1.3624349e-11 2240819.7 7848 -0.00874249999999523 2240779.92159036 7848 5000 1.3623374e-11 2240779.9 Loop time of 0.0162868 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:11 2021 Pair time (%) = 0.000891924 (5.47634) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.197623) Outpt time (%) = 0.015274 (93.7815) Other time (%) = 8.86917e-05 (0.54456) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:11 2021 Memory usage per processor = 27.527 Mbytes Step Atoms AVEKE stressZZ 7848 5000 1.3623374e-11 2240773.3 7849 -0.00874249999999523 2240733.54545786 7849 5000 1.3622403e-11 2240733.5 Loop time of 0.0170898 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:11 2021 Pair time (%) = 0.000892878 (5.22461) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181362) Outpt time (%) = 0.016078 (94.0792) Other time (%) = 8.79765e-05 (0.514788) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:11 2021 Memory usage per processor = 27.527 Mbytes Step Atoms AVEKE stressZZ 7849 5000 1.3622403e-11 2240727 7850 -0.00874249999999523 2240687.17158347 7850 5000 1.3621433e-11 2240687.2 Loop time of 0.0184062 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:11 2021 Pair time (%) = 0.00089407 (4.85745) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.168392) Outpt time (%) = 0.017385 (94.4521) Other time (%) = 9.60827e-05 (0.522014) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:11 2021 Memory usage per processor = 27.527 Mbytes Step Atoms AVEKE stressZZ 7850 5000 1.3621433e-11 2240680.6 7851 -0.00874249999999523 2240640.79996435 7851 5000 1.3620465e-11 2240640.8 Loop time of 0.016696 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:11 2021 Pair time (%) = 0.00109482 (6.55738) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.22134) Outpt time (%) = 0.0154581 (92.5858) Other time (%) = 0.000106096 (0.63546) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:11 2021 Memory usage per processor = 27.527 Mbytes Step Atoms AVEKE stressZZ 7851 5000 1.3620465e-11 2240634.2 7852 -0.00874249999999523 2240594.43059865 7852 5000 1.3619497e-11 2240594.4 Loop time of 0.0171251 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:11 2021 Pair time (%) = 0.000910997 (5.31965) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192126) Outpt time (%) = 0.0160511 (93.7281) Other time (%) = 0.000130177 (0.760149) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:11 2021 Memory usage per processor = 27.527 Mbytes Step Atoms AVEKE stressZZ 7852 5000 1.3619497e-11 2240587.8 7853 -0.00874249999999523 2240548.06348499 7853 5000 1.361853e-11 2240548.1 Loop time of 0.0171831 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:11 2021 Pair time (%) = 0.000933886 (5.43492) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180378) Outpt time (%) = 0.0161231 (93.8311) Other time (%) = 9.5129e-05 (0.553621) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:11 2021 Memory usage per processor = 27.527 Mbytes Step Atoms AVEKE stressZZ 7853 5000 1.361853e-11 2240541.5 7854 -0.00874249999999523 2240501.6986227 7854 5000 1.3617563e-11 2240501.7 Loop time of 0.0167019 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:11 2021 Pair time (%) = 0.000893116 (5.34738) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.198421) Outpt time (%) = 0.015635 (93.612) Other time (%) = 0.000140667 (0.842219) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:11 2021 Memory usage per processor = 27.527 Mbytes Step Atoms AVEKE stressZZ 7854 5000 1.3617563e-11 2240495.1 7855 -0.00874249999999523 2240455.33601148 7855 5000 1.3616596e-11 2240455.3 Loop time of 0.0170381 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:11 2021 Pair time (%) = 0.000946045 (5.55252) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.193107) Outpt time (%) = 0.0159431 (93.5729) Other time (%) = 0.00011611 (0.681472) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:11 2021 Memory usage per processor = 27.527 Mbytes Step Atoms AVEKE stressZZ 7855 5000 1.3616596e-11 2240448.8 7856 -0.00874249999999523 2240408.97565018 7856 5000 1.361563e-11 2240409 Loop time of 0.017405 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:11 2021 Pair time (%) = 0.000932932 (5.36013) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.184926) Outpt time (%) = 0.016346 (93.9152) Other time (%) = 9.39369e-05 (0.539711) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:11 2021 Memory usage per processor = 27.527 Mbytes Step Atoms AVEKE stressZZ 7856 5000 1.361563e-11 2240402.4 7857 -0.00874249999999523 2240362.61753831 7857 5000 1.3614664e-11 2240362.6 Loop time of 0.0165319 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:11 2021 Pair time (%) = 0.000891924 (5.39515) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193251) Outpt time (%) = 0.0155151 (93.8491) Other time (%) = 9.29832e-05 (0.562446) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:11 2021 Memory usage per processor = 27.527 Mbytes Step Atoms AVEKE stressZZ 7857 5000 1.3614664e-11 2240356 7858 -0.00874249999999523 2240316.26167549 7858 5000 1.3613698e-11 2240316.3 Loop time of 0.0169411 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:11 2021 Pair time (%) = 0.00117517 (6.93678) Neigh time (%) = 0 (0) Comm time (%) = 4.19617e-05 (0.247692) Outpt time (%) = 0.0155749 (91.9359) Other time (%) = 0.000149012 (0.879588) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:11 2021 Memory usage per processor = 27.527 Mbytes Step Atoms AVEKE stressZZ 7858 5000 1.3613698e-11 2240309.7 7859 -0.00874249999999523 2240269.90806137 7859 5000 1.3612732e-11 2240269.9 Loop time of 0.017246 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:11 2021 Pair time (%) = 0.00089097 (5.16624) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179719) Outpt time (%) = 0.0162339 (94.1315) Other time (%) = 9.01222e-05 (0.522569) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:11 2021 Memory usage per processor = 27.527 Mbytes Step Atoms AVEKE stressZZ 7859 5000 1.3612732e-11 2240263.3 7860 -0.00874249999999523 2240223.55669565 7860 5000 1.3611766e-11 2240223.6 Loop time of 0.0189378 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:11 2021 Pair time (%) = 0.000893116 (4.71604) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.163664) Outpt time (%) = 0.01792 (94.6255) Other time (%) = 9.36985e-05 (0.494769) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:11 2021 Memory usage per processor = 27.527 Mbytes Step Atoms AVEKE stressZZ 7860 5000 1.3611766e-11 2240217 7861 -0.00874249999999523 2240177.207578 7861 5000 1.36108e-11 2240177.2 Loop time of 0.0163381 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:11 2021 Pair time (%) = 0.000937939 (5.7408) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.195543) Outpt time (%) = 0.0152729 (93.4799) Other time (%) = 9.53674e-05 (0.583712) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:11 2021 Memory usage per processor = 27.527 Mbytes Step Atoms AVEKE stressZZ 7861 5000 1.36108e-11 2240170.6 7862 -0.00874249999999523 2240130.86070813 7862 5000 1.3609835e-11 2240130.9 Loop time of 0.0172911 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:11 2021 Pair time (%) = 0.00119209 (6.89427) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.208207) Outpt time (%) = 0.015852 (91.6772) Other time (%) = 0.000211 (1.22029) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:11 2021 Memory usage per processor = 27.527 Mbytes Step Atoms AVEKE stressZZ 7862 5000 1.3609835e-11 2240124.3 7863 -0.00874249999999523 2240084.51608578 7863 5000 1.3608869e-11 2240084.5 Loop time of 0.0170901 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:11 2021 Pair time (%) = 0.00089097 (5.21338) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186939) Outpt time (%) = 0.0160799 (94.0891) Other time (%) = 8.72612e-05 (0.510596) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:11 2021 Memory usage per processor = 27.527 Mbytes Step Atoms AVEKE stressZZ 7863 5000 1.3608869e-11 2240077.9 7864 -0.00874249999999523 2240038.17371066 7864 5000 1.3607904e-11 2240038.2 Loop time of 0.016679 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:11 2021 Pair time (%) = 0.00100112 (6.00226) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191546) Outpt time (%) = 0.015552 (93.243) Other time (%) = 9.39369e-05 (0.563203) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:11 2021 Memory usage per processor = 27.527 Mbytes Step Atoms AVEKE stressZZ 7864 5000 1.3607904e-11 2240031.6 7865 -0.00874249999999523 2239991.83358246 7865 5000 1.3606938e-11 2239991.8 Loop time of 0.01667 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:11 2021 Pair time (%) = 0.00100088 (6.00409) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.204522) Outpt time (%) = 0.0155311 (93.1678) Other time (%) = 0.000103951 (0.623579) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:11 2021 Memory usage per processor = 27.527 Mbytes Step Atoms AVEKE stressZZ 7865 5000 1.3606938e-11 2239985.2 7866 -0.00874249999999523 2239945.49570098 7866 5000 1.3605973e-11 2239945.5 Loop time of 0.017246 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:11 2021 Pair time (%) = 0.00100803 (5.84503) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179719) Outpt time (%) = 0.016088 (93.2854) Other time (%) = 0.000118971 (0.689846) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:11 2021 Memory usage per processor = 27.527 Mbytes Step Atoms AVEKE stressZZ 7866 5000 1.3605973e-11 2239938.9 7867 -0.00874249999999523 2239899.1600659 7867 5000 1.3605008e-11 2239899.2 Loop time of 0.0174429 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:11 2021 Pair time (%) = 0.000987053 (5.65875) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.274737) Outpt time (%) = 0.0162859 (93.3667) Other time (%) = 0.00012207 (0.699826) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:11 2021 Memory usage per processor = 27.527 Mbytes Step Atoms AVEKE stressZZ 7867 5000 1.3605008e-11 2239892.6 7868 -0.00874249999999523 2239852.82667698 7868 5000 1.3604043e-11 2239852.8 Loop time of 0.016525 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:11 2021 Pair time (%) = 0.00089097 (5.39164) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193332) Outpt time (%) = 0.0155079 (93.8451) Other time (%) = 9.41753e-05 (0.569895) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:11 2021 Memory usage per processor = 27.527 Mbytes Step Atoms AVEKE stressZZ 7868 5000 1.3604043e-11 2239846.2 7869 -0.00874249999999523 2239806.49553392 7869 5000 1.3603078e-11 2239806.5 Loop time of 0.0167789 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:11 2021 Pair time (%) = 0.00110912 (6.61021) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.220246) Outpt time (%) = 0.0154979 (92.3653) Other time (%) = 0.000134945 (0.804251) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:11 2021 Memory usage per processor = 27.527 Mbytes Step Atoms AVEKE stressZZ 7869 5000 1.3603078e-11 2239799.9 7870 -0.00874249999999523 2239760.16663648 7870 5000 1.3602113e-11 2239760.2 Loop time of 0.0186889 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:11 2021 Pair time (%) = 0.000939131 (5.02507) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.170947) Outpt time (%) = 0.017621 (94.286) Other time (%) = 9.67979e-05 (0.517943) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:11 2021 Memory usage per processor = 27.527 Mbytes Step Atoms AVEKE stressZZ 7870 5000 1.3602113e-11 2239753.6 7871 -0.00874249999999523 2239713.8399844 7871 5000 1.3601149e-11 2239713.8 Loop time of 0.017024 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:11 2021 Pair time (%) = 0.000891924 (5.2392) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.189065) Outpt time (%) = 0.0160072 (94.0269) Other time (%) = 9.27448e-05 (0.544787) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:11 2021 Memory usage per processor = 27.527 Mbytes Step Atoms AVEKE stressZZ 7871 5000 1.3601149e-11 2239707.3 7872 -0.00874249999999523 2239667.51557742 7872 5000 1.3600184e-11 2239667.5 Loop time of 0.0163951 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:11 2021 Pair time (%) = 0.000912905 (5.56816) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.202135) Outpt time (%) = 0.0153501 (93.6262) Other time (%) = 9.89437e-05 (0.603496) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:11 2021 Memory usage per processor = 27.527 Mbytes Step Atoms AVEKE stressZZ 7872 5000 1.3600184e-11 2239660.9 7873 -0.00874249999999523 2239621.19341528 7873 5000 1.3599219e-11 2239621.2 Loop time of 0.0172529 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:11 2021 Pair time (%) = 0.00113678 (6.58891) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.214195) Outpt time (%) = 0.015924 (92.2973) Other time (%) = 0.00015521 (0.899619) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:11 2021 Memory usage per processor = 27.527 Mbytes Step Atoms AVEKE stressZZ 7873 5000 1.3599219e-11 2239614.6 7874 -0.00874249999999523 2239574.87349771 7874 5000 1.3598255e-11 2239574.9 Loop time of 0.017349 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:12 2021 Pair time (%) = 0.000892162 (5.14244) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184149) Outpt time (%) = 0.016289 (93.8901) Other time (%) = 0.000135899 (0.783322) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:12 2021 Memory usage per processor = 27.527 Mbytes Step Atoms AVEKE stressZZ 7874 5000 1.3598255e-11 2239568.3 7875 -0.00874249999999523 2239528.55582446 7875 5000 1.3597291e-11 2239528.6 Loop time of 0.016613 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:12 2021 Pair time (%) = 0.00109911 (6.61596) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.186567) Outpt time (%) = 0.0153952 (92.6693) Other time (%) = 8.7738e-05 (0.528129) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:12 2021 Memory usage per processor = 27.527 Mbytes Step Atoms AVEKE stressZZ 7875 5000 1.3597291e-11 2239522 7876 -0.00874249999999523 2239482.24039525 7876 5000 1.3596326e-11 2239482.2 Loop time of 0.0167751 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:12 2021 Pair time (%) = 0.0010829 (6.45537) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.238772) Outpt time (%) = 0.015522 (92.5298) Other time (%) = 0.000130177 (0.776009) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:12 2021 Memory usage per processor = 27.527 Mbytes Step Atoms AVEKE stressZZ 7876 5000 1.3596326e-11 2239475.7 7877 -0.00874249999999523 2239435.92720989 7877 5000 1.3595362e-11 2239435.9 Loop time of 0.017323 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:12 2021 Pair time (%) = 0.000902176 (5.20796) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.17892) Outpt time (%) = 0.0162959 (94.0709) Other time (%) = 9.39369e-05 (0.542267) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:12 2021 Memory usage per processor = 27.527 Mbytes Step Atoms AVEKE stressZZ 7877 5000 1.3595362e-11 2239429.3 7878 -0.00874249999999523 2239389.61626805 7878 5000 1.3594398e-11 2239389.6 Loop time of 0.017287 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:12 2021 Pair time (%) = 0.000941992 (5.44913) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179293) Outpt time (%) = 0.0161951 (93.6834) Other time (%) = 0.000118971 (0.688209) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:12 2021 Memory usage per processor = 27.527 Mbytes Step Atoms AVEKE stressZZ 7878 5000 1.3594398e-11 2239383 7879 -0.00874249999999523 2239343.30756953 7879 5000 1.3593434e-11 2239343.3 Loop time of 0.016398 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:12 2021 Pair time (%) = 0.000892162 (5.44069) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.19483) Outpt time (%) = 0.015377 (93.7742) Other time (%) = 9.67979e-05 (0.590305) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:12 2021 Memory usage per processor = 27.527 Mbytes Step Atoms AVEKE stressZZ 7879 5000 1.3593434e-11 2239336.7 7880 -0.00874249999999523 2239297.00111406 7880 5000 1.359247e-11 2239297 Loop time of 0.019105 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:12 2021 Pair time (%) = 0.001122 (5.87281) Neigh time (%) = 0 (0) Comm time (%) = 4.91142e-05 (0.257076) Outpt time (%) = 0.0177839 (93.0852) Other time (%) = 0.000149965 (0.784955) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:12 2021 Memory usage per processor = 27.527 Mbytes Step Atoms AVEKE stressZZ 7880 5000 1.359247e-11 2239290.4 7881 -0.00874249999999523 2239250.6969014 7881 5000 1.3591506e-11 2239250.7 Loop time of 0.017221 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:12 2021 Pair time (%) = 0.000965118 (5.60432) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192441) Outpt time (%) = 0.0160799 (93.3739) Other time (%) = 0.000142813 (0.829295) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:12 2021 Memory usage per processor = 27.527 Mbytes Step Atoms AVEKE stressZZ 7881 5000 1.3591506e-11 2239244.1 7882 -0.00874249999999523 2239204.39493127 7882 5000 1.3590543e-11 2239204.4 Loop time of 0.0166941 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:12 2021 Pair time (%) = 0.000891924 (5.34276) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.185661) Outpt time (%) = 0.015677 (93.9075) Other time (%) = 9.41753e-05 (0.564125) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:12 2021 Memory usage per processor = 27.527 Mbytes Step Atoms AVEKE stressZZ 7882 5000 1.3590543e-11 2239197.8 7883 -0.00874249999999523 2239158.09520344 7883 5000 1.3589579e-11 2239158.1 Loop time of 0.0165148 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:12 2021 Pair time (%) = 0.00101995 (6.17601) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.206445) Outpt time (%) = 0.0153458 (92.9217) Other time (%) = 0.000114918 (0.695848) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:12 2021 Memory usage per processor = 27.527 Mbytes Step Atoms AVEKE stressZZ 7883 5000 1.3589579e-11 2239151.5 7884 -0.00874249999999523 2239111.79771768 7884 5000 1.3588616e-11 2239111.8 Loop time of 0.017143 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:12 2021 Pair time (%) = 0.000923157 (5.38503) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191925) Outpt time (%) = 0.016093 (93.8751) Other time (%) = 9.39369e-05 (0.54796) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:12 2021 Memory usage per processor = 27.527 Mbytes Step Atoms AVEKE stressZZ 7884 5000 1.3588616e-11 2239105.2 7885 -0.00874249999999523 2239065.50247373 7885 5000 1.3587652e-11 2239065.5 Loop time of 0.0170491 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:12 2021 Pair time (%) = 0.00089407 (5.2441) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187389) Outpt time (%) = 0.016016 (93.9406) Other time (%) = 0.00010705 (0.627893) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:12 2021 Memory usage per processor = 27.527 Mbytes Step Atoms AVEKE stressZZ 7885 5000 1.3587652e-11 2239058.9 7886 -0.00874249999999523 2239019.20947135 7886 5000 1.3586689e-11 2239019.2 Loop time of 0.0164988 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:12 2021 Pair time (%) = 0.000895023 (5.42478) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193639) Outpt time (%) = 0.0154788 (93.818) Other time (%) = 9.29832e-05 (0.563576) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:12 2021 Memory usage per processor = 27.527 Mbytes Step Atoms AVEKE stressZZ 7886 5000 1.3586689e-11 2239012.6 7887 -0.00874249999999523 2238972.91871026 7887 5000 1.3585726e-11 2238972.9 Loop time of 0.016824 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:12 2021 Pair time (%) = 0.00110388 (6.56133) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.219656) Outpt time (%) = 0.015521 (92.2554) Other time (%) = 0.000162125 (0.963651) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:12 2021 Memory usage per processor = 27.527 Mbytes Step Atoms AVEKE stressZZ 7887 5000 1.3585726e-11 2238966.3 7888 -0.00874249999999523 2238926.63019026 7888 5000 1.3584763e-11 2238926.6 Loop time of 0.017082 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:12 2021 Pair time (%) = 0.000977993 (5.72529) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.198194) Outpt time (%) = 0.015923 (93.2153) Other time (%) = 0.000147104 (0.861167) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:12 2021 Memory usage per processor = 27.527 Mbytes Step Atoms AVEKE stressZZ 7888 5000 1.3584763e-11 2238920 7889 -0.00874249999999523 2238880.34391108 7889 5000 1.35838e-11 2238880.3 Loop time of 0.017122 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:12 2021 Pair time (%) = 0.000967026 (5.64785) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.268746) Outpt time (%) = 0.0160069 (93.4874) Other time (%) = 0.000102043 (0.595976) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:12 2021 Memory usage per processor = 27.527 Mbytes Step Atoms AVEKE stressZZ 7889 5000 1.35838e-11 2238873.8 7890 -0.00874249999999523 2238834.05991023 7890 5000 1.3582837e-11 2238834.1 Loop time of 0.0181539 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:12 2021 Pair time (%) = 0.000891924 (4.91312) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.175985) Outpt time (%) = 0.017134 (94.3816) Other time (%) = 9.60827e-05 (0.529267) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:12 2021 Memory usage per processor = 27.527 Mbytes Step Atoms AVEKE stressZZ 7890 5000 1.3582837e-11 2238827.5 7891 -0.00874249999999523 2238787.77819323 7891 5000 1.3581874e-11 2238787.8 Loop time of 0.016314 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:12 2021 Pair time (%) = 0.000892878 (5.47307) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.189986) Outpt time (%) = 0.0153 (93.7845) Other time (%) = 9.01222e-05 (0.552422) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:12 2021 Memory usage per processor = 27.527 Mbytes Step Atoms AVEKE stressZZ 7891 5000 1.3581874e-11 2238781.2 7892 -0.00874249999999523 2238741.49874231 7892 5000 1.3580911e-11 2238741.5 Loop time of 0.0163178 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:12 2021 Pair time (%) = 0.00089407 (5.47909) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.195786) Outpt time (%) = 0.0153039 (93.786) Other time (%) = 8.79765e-05 (0.539143) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:12 2021 Memory usage per processor = 27.527 Mbytes Step Atoms AVEKE stressZZ 7892 5000 1.3580911e-11 2238734.9 7893 -0.00874249999999523 2238695.22155208 7893 5000 1.3579948e-11 2238695.2 Loop time of 0.0173059 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:12 2021 Pair time (%) = 0.00106597 (6.15959) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.21354) Outpt time (%) = 0.016089 (92.9683) Other time (%) = 0.000113964 (0.658529) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:12 2021 Memory usage per processor = 27.527 Mbytes Step Atoms AVEKE stressZZ 7893 5000 1.3579948e-11 2238688.6 7894 -0.00874249999999523 2238648.94661921 7894 5000 1.3578986e-11 2238648.9 Loop time of 0.0171709 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:12 2021 Pair time (%) = 0.000890017 (5.18328) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186059) Outpt time (%) = 0.0161569 (94.0947) Other time (%) = 9.20296e-05 (0.535962) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:12 2021 Memory usage per processor = 27.527 Mbytes Step Atoms AVEKE stressZZ 7894 5000 1.3578986e-11 2238642.4 7895 -0.00874249999999523 2238602.67394157 7895 5000 1.3578023e-11 2238602.7 Loop time of 0.0166581 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:12 2021 Pair time (%) = 0.000929832 (5.58187) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191787) Outpt time (%) = 0.0156 (93.6481) Other time (%) = 9.63211e-05 (0.578225) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:12 2021 Memory usage per processor = 27.527 Mbytes Step Atoms AVEKE stressZZ 7895 5000 1.3578023e-11 2238596.1 7896 -0.00874249999999523 2238556.40351754 7896 5000 1.3577061e-11 2238556.4 Loop time of 0.0164399 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:12 2021 Pair time (%) = 0.000941992 (5.72991) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.200133) Outpt time (%) = 0.0153301 (93.2491) Other time (%) = 0.000134945 (0.820837) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:12 2021 Memory usage per processor = 27.527 Mbytes Step Atoms AVEKE stressZZ 7896 5000 1.3577061e-11 2238549.8 7897 -0.00874249999999523 2238510.13534571 7897 5000 1.3576099e-11 2238510.1 Loop time of 0.0171058 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:12 2021 Pair time (%) = 0.00100112 (5.85251) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.197918) Outpt time (%) = 0.0159268 (93.1077) Other time (%) = 0.000144005 (0.841847) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:12 2021 Memory usage per processor = 27.527 Mbytes Step Atoms AVEKE stressZZ 7897 5000 1.3576099e-11 2238503.6 7898 -0.00874249999999523 2238463.86942501 7898 5000 1.3575136e-11 2238463.9 Loop time of 0.0172 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:12 2021 Pair time (%) = 0.000942945 (5.48224) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191289) Outpt time (%) = 0.0161231 (93.7387) Other time (%) = 0.000101089 (0.58773) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:12 2021 Memory usage per processor = 27.527 Mbytes Step Atoms AVEKE stressZZ 7898 5000 1.3575136e-11 2238457.3 7899 -0.00874249999999523 2238417.60575448 7899 5000 1.3574174e-11 2238417.6 Loop time of 0.0165079 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:12 2021 Pair time (%) = 0.00104403 (6.32447) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193533) Outpt time (%) = 0.015321 (92.8104) Other time (%) = 0.000110865 (0.671587) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:12 2021 Memory usage per processor = 27.527 Mbytes Step Atoms AVEKE stressZZ 7899 5000 1.3574174e-11 2238411 7900 -0.00874249999999523 2238371.34433327 7900 5000 1.3573212e-11 2238371.3 Loop time of 0.019094 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:12 2021 Pair time (%) = 0.00112414 (5.88742) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.183553) Outpt time (%) = 0.017813 (93.291) Other time (%) = 0.000121832 (0.638064) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:12 2021 Memory usage per processor = 27.527 Mbytes Step Atoms AVEKE stressZZ 7900 5000 1.3573212e-11 2238364.8 7901 -0.00874249999999523 2238325.08515941 7901 5000 1.3572251e-11 2238325.1 Loop time of 0.01717 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:12 2021 Pair time (%) = 0.000949144 (5.52794) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191624) Outpt time (%) = 0.0160489 (93.4709) Other time (%) = 0.000138998 (0.809542) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:12 2021 Memory usage per processor = 27.527 Mbytes Step Atoms AVEKE stressZZ 7901 5000 1.3572251e-11 2238318.5 7902 -0.00874249999999523 2238278.82821985 7902 5000 1.3571289e-11 2238278.8 Loop time of 0.0169852 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:12 2021 Pair time (%) = 0.000910997 (5.36348) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.195112) Outpt time (%) = 0.0158958 (93.5866) Other time (%) = 0.000145197 (0.854845) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:12 2021 Memory usage per processor = 27.527 Mbytes Step Atoms AVEKE stressZZ 7902 5000 1.3571289e-11 2238272.2 7903 -0.00874249999999523 2238232.57352691 7903 5000 1.3570327e-11 2238232.6 Loop time of 0.0165 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:12 2021 Pair time (%) = 0.000942945 (5.71482) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.206629) Outpt time (%) = 0.015419 (93.4485) Other time (%) = 0.000103951 (0.630003) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:12 2021 Memory usage per processor = 27.527 Mbytes Step Atoms AVEKE stressZZ 7903 5000 1.3570327e-11 2238226 7904 -0.00874249999999523 2238186.32109269 7904 5000 1.3569365e-11 2238186.3 Loop time of 0.017241 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:12 2021 Pair time (%) = 0.000938892 (5.4457) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190834) Outpt time (%) = 0.01617 (93.7882) Other time (%) = 9.91821e-05 (0.575269) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:12 2021 Memory usage per processor = 27.527 Mbytes Step Atoms AVEKE stressZZ 7904 5000 1.3569365e-11 2238179.7 7905 -0.00874249999999523 2238140.07091253 7905 5000 1.3568404e-11 2238140.1 Loop time of 0.016911 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:12 2021 Pair time (%) = 0.000889063 (5.2573) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188919) Outpt time (%) = 0.015897 (94.0039) Other time (%) = 9.29832e-05 (0.549838) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:12 2021 Memory usage per processor = 27.527 Mbytes Step Atoms AVEKE stressZZ 7905 5000 1.3568404e-11 2238133.5 7906 -0.00874249999999523 2238093.82298312 7906 5000 1.3567442e-11 2238093.8 Loop time of 0.0169129 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:12 2021 Pair time (%) = 0.000977039 (5.77688) Neigh time (%) = 0 (0) Comm time (%) = 5.60284e-05 (0.331275) Outpt time (%) = 0.015743 (93.0827) Other time (%) = 0.000136852 (0.809157) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:12 2021 Memory usage per processor = 27.527 Mbytes Step Atoms AVEKE stressZZ 7906 5000 1.3567442e-11 2238087.2 7907 -0.00874249999999523 2238047.57730295 7907 5000 1.3566481e-11 2238047.6 Loop time of 0.016716 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:12 2021 Pair time (%) = 0.00103116 (6.1687) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209665) Outpt time (%) = 0.0155261 (92.8814) Other time (%) = 0.000123739 (0.740244) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:12 2021 Memory usage per processor = 27.527 Mbytes Step Atoms AVEKE stressZZ 7907 5000 1.3566481e-11 2238041 7908 -0.00874249999999523 2238001.33387086 7908 5000 1.356552e-11 2238001.3 Loop time of 0.0173271 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:12 2021 Pair time (%) = 0.00100899 (5.82319) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.178879) Outpt time (%) = 0.0161889 (93.431) Other time (%) = 9.82285e-05 (0.566907) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:12 2021 Memory usage per processor = 27.527 Mbytes Step Atoms AVEKE stressZZ 7908 5000 1.356552e-11 2237994.8 7909 -0.00874249999999523 2237955.09268604 7909 5000 1.3564559e-11 2237955.1 Loop time of 0.017045 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:12 2021 Pair time (%) = 0.00089097 (5.22716) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181839) Outpt time (%) = 0.0160291 (94.0399) Other time (%) = 9.39369e-05 (0.551111) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:12 2021 Memory usage per processor = 27.527 Mbytes Step Atoms AVEKE stressZZ 7909 5000 1.3564559e-11 2237948.5 7910 -0.00874249999999523 2237908.85374765 7910 5000 1.3563598e-11 2237908.9 Loop time of 0.0184498 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:12 2021 Pair time (%) = 0.000941992 (5.10571) Neigh time (%) = 0 (0) Comm time (%) = 6.29425e-05 (0.341156) Outpt time (%) = 0.0172899 (93.7132) Other time (%) = 0.000154972 (0.839967) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:12 2021 Memory usage per processor = 27.527 Mbytes Step Atoms AVEKE stressZZ 7910 5000 1.3563598e-11 2237902.3 7911 -0.00874249999999523 2237862.61705334 7911 5000 1.3562637e-11 2237862.6 Loop time of 0.0167661 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:12 2021 Pair time (%) = 0.0010941 (6.5257) Neigh time (%) = 0 (0) Comm time (%) = 5.29289e-05 (0.315691) Outpt time (%) = 0.0154769 (92.3111) Other time (%) = 0.000142097 (0.84753) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:12 2021 Memory usage per processor = 27.527 Mbytes Step Atoms AVEKE stressZZ 7911 5000 1.3562637e-11 2237856 7912 -0.00874249999999523 2237816.3826036 7912 5000 1.3561676e-11 2237816.4 Loop time of 0.0172019 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:12 2021 Pair time (%) = 0.000982046 (5.70894) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191268) Outpt time (%) = 0.0160551 (93.3333) Other time (%) = 0.000131845 (0.766459) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:12 2021 Memory usage per processor = 27.527 Mbytes Step Atoms AVEKE stressZZ 7912 5000 1.3561676e-11 2237809.8 7913 -0.00874249999999523 2237770.15039826 7913 5000 1.3560715e-11 2237770.2 Loop time of 0.016747 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:12 2021 Pair time (%) = 0.000892878 (5.33157) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190769) Outpt time (%) = 0.0157268 (93.9082) Other time (%) = 9.53674e-05 (0.56946) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:12 2021 Memory usage per processor = 27.527 Mbytes Step Atoms AVEKE stressZZ 7913 5000 1.3560715e-11 2237763.6 7914 -0.00874249999999523 2237723.92043686 7914 5000 1.3559754e-11 2237723.9 Loop time of 0.0164468 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:12 2021 Pair time (%) = 0.000914097 (5.55789) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.207297) Outpt time (%) = 0.0153668 (93.4332) Other time (%) = 0.000131845 (0.801647) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:12 2021 Memory usage per processor = 27.527 Mbytes Step Atoms AVEKE stressZZ 7914 5000 1.3559754e-11 2237717.3 7915 -0.00874249999999523 2237677.69271894 7915 5000 1.3558794e-11 2237677.7 Loop time of 0.017123 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:12 2021 Pair time (%) = 0.000932217 (5.44424) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.197719) Outpt time (%) = 0.0160539 (93.7565) Other time (%) = 0.000102997 (0.601512) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:12 2021 Memory usage per processor = 27.527 Mbytes Step Atoms AVEKE stressZZ 7915 5000 1.3558794e-11 2237671.1 7916 -0.00874249999999523 2237631.467244 7916 5000 1.3557833e-11 2237631.5 Loop time of 0.0170801 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:12 2021 Pair time (%) = 0.000911951 (5.33927) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187049) Outpt time (%) = 0.016042 (93.9223) Other time (%) = 9.41753e-05 (0.551376) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:12 2021 Memory usage per processor = 27.527 Mbytes Step Atoms AVEKE stressZZ 7916 5000 1.3557833e-11 2237624.9 7917 -0.00874249999999523 2237585.24401167 7917 5000 1.3556873e-11 2237585.2 Loop time of 0.0163958 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:13 2021 Pair time (%) = 0.000931978 (5.68425) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.189039) Outpt time (%) = 0.0153379 (93.548) Other time (%) = 9.48906e-05 (0.578749) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:13 2021 Memory usage per processor = 27.527 Mbytes Step Atoms AVEKE stressZZ 7917 5000 1.3556873e-11 2237578.7 7918 -0.00874249999999523 2237539.02302152 7918 5000 1.3555913e-11 2237539 Loop time of 0.0170851 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:13 2021 Pair time (%) = 0.00115991 (6.789) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.228858) Outpt time (%) = 0.015753 (92.2035) Other time (%) = 0.000133038 (0.778677) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:21:13 2021 Memory usage per processor = 27.527 Mbytes Step Atoms AVEKE stressZZ 7918 5000 1.3555913e-11 2237532.4 7919 -0.00874249999999523 2237484.79758233 7919 5000 2.6780931e-11 2237558.2 Loop time of 0.016917 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:13 2021 Pair time (%) = 0.000892878 (5.27799) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188852) Outpt time (%) = 0.015877 (93.8524) Other time (%) = 0.000115156 (0.680713) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:13 2021 Memory usage per processor = 27.527 Mbytes Step Atoms AVEKE stressZZ 7919 5000 2.6780931e-11 2275310.4 7920 -0.00877499999999521 2275257.70876943 7920 5000 2.162067e-11 2275257.7 Loop time of 0.0193639 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:13 2021 Pair time (%) = 0.00103021 (5.32025) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.190844) Outpt time (%) = 0.018198 (93.9792) Other time (%) = 9.87053e-05 (0.509739) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:13 2021 Memory usage per processor = 27.5271 Mbytes Step Atoms AVEKE stressZZ 7920 5000 2.162067e-11 2275248.8 7921 -0.00877499999999521 2275200.65357115 7921 5000 1.8627581e-11 2275200.7 Loop time of 0.0164671 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:13 2021 Pair time (%) = 0.000895023 (5.43522) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.201251) Outpt time (%) = 0.015434 (93.7265) Other time (%) = 0.000104904 (0.637053) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:13 2021 Memory usage per processor = 27.5271 Mbytes Step Atoms AVEKE stressZZ 7921 5000 1.8627581e-11 2275192.6 7922 -0.00877499999999521 2275147.22383088 7922 5000 1.6840874e-11 2275147.2 Loop time of 0.016921 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:13 2021 Pair time (%) = 0.000968933 (5.7262) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.195852) Outpt time (%) = 0.01581 (93.434) Other time (%) = 0.000108957 (0.643916) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:13 2021 Memory usage per processor = 27.5271 Mbytes Step Atoms AVEKE stressZZ 7922 5000 1.6840874e-11 2275139.6 7923 -0.00877499999999521 2275096.09893636 7923 5000 1.5751816e-11 2275096.1 Loop time of 0.0170159 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:13 2021 Pair time (%) = 0.00089097 (5.23609) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.182149) Outpt time (%) = 0.01597 (93.8532) Other time (%) = 0.000123978 (0.728597) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:13 2021 Memory usage per processor = 27.5271 Mbytes Step Atoms AVEKE stressZZ 7923 5000 1.5751816e-11 2275088.8 7924 -0.00877499999999521 2275046.43962715 7924 5000 1.5078242e-11 2275046.4 Loop time of 0.0164762 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:13 2021 Pair time (%) = 0.000895023 (5.43223) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193905) Outpt time (%) = 0.015461 (93.8385) Other time (%) = 8.82149e-05 (0.535409) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:13 2021 Memory usage per processor = 27.5271 Mbytes Step Atoms AVEKE stressZZ 7924 5000 1.5078242e-11 2275039.4 7925 -0.00877499999999521 2274997.71254495 7925 5000 1.4657452e-11 2274997.7 Loop time of 0.0167398 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:13 2021 Pair time (%) = 0.00106788 (6.37925) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209366) Outpt time (%) = 0.015521 (92.7192) Other time (%) = 0.000115871 (0.692189) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:13 2021 Memory usage per processor = 27.5271 Mbytes Step Atoms AVEKE stressZZ 7925 5000 1.4657452e-11 2274990.8 7926 -0.00877499999999521 2274949.57873504 7926 5000 1.4392759e-11 2274949.6 Loop time of 0.0170681 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:13 2021 Pair time (%) = 0.000895023 (5.24382) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18718) Outpt time (%) = 0.0160489 (94.0284) Other time (%) = 9.2268e-05 (0.540586) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:13 2021 Memory usage per processor = 27.5271 Mbytes Step Atoms AVEKE stressZZ 7926 5000 1.4392759e-11 2274942.7 7927 -0.00877499999999521 2274901.82278783 7927 5000 1.4225429e-11 2274901.8 Loop time of 0.017101 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:13 2021 Pair time (%) = 0.000892878 (5.22119) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181243) Outpt time (%) = 0.016058 (93.9005) Other time (%) = 0.000119209 (0.697088) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:13 2021 Memory usage per processor = 27.5271 Mbytes Step Atoms AVEKE stressZZ 7927 5000 1.4225429e-11 2274895 7928 -0.00877499999999521 2274854.30780801 7928 5000 1.4119233e-11 2274854.3 Loop time of 0.016644 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:13 2021 Pair time (%) = 0.000895023 (5.37745) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.19195) Outpt time (%) = 0.015619 (93.8419) Other time (%) = 9.799e-05 (0.588741) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:13 2021 Memory usage per processor = 27.5271 Mbytes Step Atoms AVEKE stressZZ 7928 5000 1.4119233e-11 2274847.5 7929 -0.00877499999999521 2274806.94679702 7929 5000 1.4051586e-11 2274806.9 Loop time of 0.0174391 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:13 2021 Pair time (%) = 0.000972986 (5.57933) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.188666) Outpt time (%) = 0.0163262 (93.6182) Other time (%) = 0.00010705 (0.613849) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:13 2021 Memory usage per processor = 27.5271 Mbytes Step Atoms AVEKE stressZZ 7929 5000 1.4051586e-11 2274800.2 7930 -0.00877499999999521 2274759.6844662 7930 5000 1.4008318e-11 2274759.7 Loop time of 0.0192471 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:13 2021 Pair time (%) = 0.000895023 (4.65018) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.167228) Outpt time (%) = 0.0182321 (94.7267) Other time (%) = 8.7738e-05 (0.455852) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:13 2021 Memory usage per processor = 27.5271 Mbytes Step Atoms AVEKE stressZZ 7930 5000 1.4008318e-11 2274752.9 7931 -0.00877499999999521 2274712.4856788 7931 5000 1.3980493e-11 2274712.5 Loop time of 0.017267 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:13 2021 Pair time (%) = 0.000893116 (5.17239) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185024) Outpt time (%) = 0.0162501 (94.111) Other time (%) = 9.17912e-05 (0.531599) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:13 2021 Memory usage per processor = 27.5271 Mbytes Step Atoms AVEKE stressZZ 7931 5000 1.3980493e-11 2274705.7 7932 -0.00877499999999521 2274665.32810497 7932 5000 1.3962462e-11 2274665.3 Loop time of 0.016504 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:13 2021 Pair time (%) = 0.000917912 (5.56174) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.199356) Outpt time (%) = 0.0154562 (93.651) Other time (%) = 9.70364e-05 (0.587955) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:13 2021 Memory usage per processor = 27.5271 Mbytes Step Atoms AVEKE stressZZ 7932 5000 1.3962462e-11 2274658.6 7933 -0.00877499999999521 2274618.19755375 7933 5000 1.3950648e-11 2274618.2 Loop time of 0.0169289 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:13 2021 Pair time (%) = 0.000969172 (5.72495) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.199986) Outpt time (%) = 0.01583 (93.5089) Other time (%) = 9.58443e-05 (0.566157) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:13 2021 Memory usage per processor = 27.5271 Mbytes Step Atoms AVEKE stressZZ 7933 5000 1.3950648e-11 2274611.5 7934 -0.00877499999999521 2274571.08500655 7934 5000 1.3942782e-11 2274571.1 Loop time of 0.01649 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:13 2021 Pair time (%) = 0.000916958 (5.5607) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.187959) Outpt time (%) = 0.0154481 (93.6817) Other time (%) = 9.39369e-05 (0.569661) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:13 2021 Memory usage per processor = 27.5271 Mbytes Step Atoms AVEKE stressZZ 7934 5000 1.3942782e-11 2274564.3 7935 -0.00877499999999521 2274523.98473185 7935 5000 1.3937422e-11 2274524 Loop time of 0.0162539 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:13 2021 Pair time (%) = 0.000977993 (6.01696) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.196556) Outpt time (%) = 0.0151548 (93.2379) Other time (%) = 8.91685e-05 (0.548596) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:13 2021 Memory usage per processor = 27.5271 Mbytes Step Atoms AVEKE stressZZ 7935 5000 1.3937422e-11 2274517.2 7936 -0.00877499999999521 2274476.89308711 7936 5000 1.3933656e-11 2274476.9 Loop time of 0.016278 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:13 2021 Pair time (%) = 0.000892878 (5.48517) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.19773) Outpt time (%) = 0.0152662 (93.784) Other time (%) = 8.67844e-05 (0.533138) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:13 2021 Memory usage per processor = 27.5271 Mbytes Step Atoms AVEKE stressZZ 7936 5000 1.3933656e-11 2274470.2 7937 -0.00877499999999521 2274429.80775741 7937 5000 1.3930901e-11 2274429.8 Loop time of 0.017097 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:13 2021 Pair time (%) = 0.000896931 (5.24613) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181286) Outpt time (%) = 0.0160801 (94.0524) Other time (%) = 8.89301e-05 (0.520151) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:13 2021 Memory usage per processor = 27.5271 Mbytes Step Atoms AVEKE stressZZ 7937 5000 1.3930901e-11 2274423.1 7938 -0.00877499999999521 2274382.72727144 7938 5000 1.392879e-11 2274382.7 Loop time of 0.017132 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:13 2021 Pair time (%) = 0.00089097 (5.20061) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186481) Outpt time (%) = 0.016093 (93.9352) Other time (%) = 0.00011611 (0.677735) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:13 2021 Memory usage per processor = 27.5271 Mbytes Step Atoms AVEKE stressZZ 7938 5000 1.392879e-11 2274376 7939 -0.00877499999999521 2274335.65069416 7939 5000 1.3927087e-11 2274335.7 Loop time of 0.0166111 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:13 2021 Pair time (%) = 0.000921965 (5.55029) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.210989) Outpt time (%) = 0.0155382 (93.5412) Other time (%) = 0.000115871 (0.697554) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:13 2021 Memory usage per processor = 27.5271 Mbytes Step Atoms AVEKE stressZZ 7939 5000 1.3927087e-11 2274328.9 7940 -0.00877499999999521 2274288.5774312 7940 5000 1.3925645e-11 2274288.6 Loop time of 0.019119 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:13 2021 Pair time (%) = 0.000968933 (5.0679) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.173336) Outpt time (%) = 0.0180149 (94.225) Other time (%) = 0.000102043 (0.533726) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:13 2021 Memory usage per processor = 27.5271 Mbytes Step Atoms AVEKE stressZZ 7940 5000 1.3925645e-11 2274281.8 7941 -0.00877499999999521 2274241.50710481 7941 5000 1.3924367e-11 2274241.5 Loop time of 0.017184 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:13 2021 Pair time (%) = 0.000890017 (5.17933) Neigh time (%) = 0 (0) Comm time (%) = 6.50883e-05 (0.378772) Outpt time (%) = 0.016099 (93.6857) Other time (%) = 0.000129938 (0.756157) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:13 2021 Memory usage per processor = 27.5271 Mbytes Step Atoms AVEKE stressZZ 7941 5000 1.3924367e-11 2274234.8 7942 -0.00877499999999521 2274194.43947477 7942 5000 1.3923194e-11 2274194.4 Loop time of 0.016994 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:13 2021 Pair time (%) = 0.000931978 (5.48416) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187996) Outpt time (%) = 0.015908 (93.6095) Other time (%) = 0.00012207 (0.718314) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:13 2021 Memory usage per processor = 27.5271 Mbytes Step Atoms AVEKE stressZZ 7942 5000 1.3923194e-11 2274187.7 7943 -0.00877499999999521 2274147.37438842 7943 5000 1.3922088e-11 2274147.4 Loop time of 0.0165589 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:13 2021 Pair time (%) = 0.000946999 (5.71898) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.204455) Outpt time (%) = 0.0154719 (93.4358) Other time (%) = 0.000106096 (0.640721) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:13 2021 Memory usage per processor = 27.5271 Mbytes Step Atoms AVEKE stressZZ 7943 5000 1.3922088e-11 2274140.6 7944 -0.00877499999999521 2274100.31174853 7944 5000 1.3921025e-11 2274100.3 Loop time of 0.0171919 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:13 2021 Pair time (%) = 0.000900984 (5.24075) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185832) Outpt time (%) = 0.0161741 (94.0797) Other time (%) = 8.4877e-05 (0.493704) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:13 2021 Memory usage per processor = 27.5271 Mbytes Step Atoms AVEKE stressZZ 7944 5000 1.3921025e-11 2274093.6 7945 -0.00877499999999521 2274053.2514934 7945 5000 1.3919988e-11 2274053.3 Loop time of 0.017077 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:13 2021 Pair time (%) = 0.000931025 (5.45193) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.188479) Outpt time (%) = 0.01596 (93.4591) Other time (%) = 0.00015378 (0.900511) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:13 2021 Memory usage per processor = 27.5271 Mbytes Step Atoms AVEKE stressZZ 7945 5000 1.3919988e-11 2274046.5 7946 -0.00877499999999521 2274006.19358365 7946 5000 1.3918969e-11 2274006.2 Loop time of 0.0164649 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:13 2021 Pair time (%) = 0.000901937 (5.47792) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.207069) Outpt time (%) = 0.015429 (93.7083) Other time (%) = 9.98974e-05 (0.606728) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:13 2021 Memory usage per processor = 27.5271 Mbytes Step Atoms AVEKE stressZZ 7946 5000 1.3918969e-11 2273999.5 7947 -0.00877499999999521 2273959.13799413 7947 5000 1.391796e-11 2273959.1 Loop time of 0.0172019 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:13 2021 Pair time (%) = 0.00107694 (6.26057) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192654) Outpt time (%) = 0.0159919 (92.966) Other time (%) = 9.98974e-05 (0.580735) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:13 2021 Memory usage per processor = 27.5271 Mbytes Step Atoms AVEKE stressZZ 7947 5000 1.391796e-11 2273952.4 7948 -0.00877499999999521 2273912.08470885 7948 5000 1.3916959e-11 2273912.1 Loop time of 0.01717 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:13 2021 Pair time (%) = 0.000964165 (5.61542) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198567) Outpt time (%) = 0.016072 (93.6056) Other time (%) = 9.9659e-05 (0.580427) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:13 2021 Memory usage per processor = 27.5271 Mbytes Step Atoms AVEKE stressZZ 7948 5000 1.3916959e-11 2273905.3 7949 -0.00877499999999521 2273865.03371755 7949 5000 1.3915962e-11 2273865 Loop time of 0.016767 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:13 2021 Pair time (%) = 0.000891924 (5.31951) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190541) Outpt time (%) = 0.0157492 (93.9297) Other time (%) = 9.39369e-05 (0.560248) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:13 2021 Memory usage per processor = 27.5271 Mbytes Step Atoms AVEKE stressZZ 7949 5000 1.3915962e-11 2273858.3 7950 -0.00877499999999521 2273817.9850136 7950 5000 1.3914968e-11 2273818 Loop time of 0.0183179 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:13 2021 Pair time (%) = 0.000938892 (5.12554) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.186123) Outpt time (%) = 0.017242 (94.1261) Other time (%) = 0.000102997 (0.562273) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:13 2021 Memory usage per processor = 27.5271 Mbytes Step Atoms AVEKE stressZZ 7950 5000 1.3914968e-11 2273811.2 7951 -0.00877499999999521 2273770.93859273 7951 5000 1.3913976e-11 2273770.9 Loop time of 0.0172548 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:13 2021 Pair time (%) = 0.000975132 (5.65136) Neigh time (%) = 0 (0) Comm time (%) = 6.41346e-05 (0.371691) Outpt time (%) = 0.0161068 (93.3469) Other time (%) = 0.000108719 (0.630078) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:13 2021 Memory usage per processor = 27.5271 Mbytes Step Atoms AVEKE stressZZ 7951 5000 1.3913976e-11 2273764.2 7952 -0.00877499999999521 2273723.89445215 7952 5000 1.3912985e-11 2273723.9 Loop time of 0.017226 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:13 2021 Pair time (%) = 0.00090313 (5.24283) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185465) Outpt time (%) = 0.016197 (94.0264) Other time (%) = 9.39369e-05 (0.545321) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:13 2021 Memory usage per processor = 27.5271 Mbytes Step Atoms AVEKE stressZZ 7952 5000 1.3912985e-11 2273717.2 7953 -0.00877499999999521 2273676.85259001 7953 5000 1.3911995e-11 2273676.9 Loop time of 0.0165701 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:13 2021 Pair time (%) = 0.0010891 (6.57266) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192806) Outpt time (%) = 0.0153401 (92.577) Other time (%) = 0.000108957 (0.657554) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:13 2021 Memory usage per processor = 27.5271 Mbytes Step Atoms AVEKE stressZZ 7953 5000 1.3911995e-11 2273670.1 7954 -0.00877499999999521 2273629.81300502 7954 5000 1.3911005e-11 2273629.8 Loop time of 0.016865 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:13 2021 Pair time (%) = 0.00110197 (6.53406) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.231845) Outpt time (%) = 0.015605 (92.5287) Other time (%) = 0.000118971 (0.70543) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:13 2021 Memory usage per processor = 27.5271 Mbytes Step Atoms AVEKE stressZZ 7954 5000 1.3911005e-11 2273623.1 7955 -0.00877499999999521 2273582.77569634 7955 5000 1.3910016e-11 2273582.8 Loop time of 0.0169809 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:13 2021 Pair time (%) = 0.00089407 (5.26515) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188141) Outpt time (%) = 0.0159678 (94.0342) Other time (%) = 8.70228e-05 (0.512475) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:13 2021 Memory usage per processor = 27.5271 Mbytes Step Atoms AVEKE stressZZ 7955 5000 1.3910016e-11 2273576 7956 -0.00877499999999521 2273535.74066329 7956 5000 1.3909027e-11 2273535.7 Loop time of 0.0170221 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:13 2021 Pair time (%) = 0.000940084 (5.52272) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187686) Outpt time (%) = 0.0159571 (93.7433) Other time (%) = 9.29832e-05 (0.546249) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:13 2021 Memory usage per processor = 27.5271 Mbytes Step Atoms AVEKE stressZZ 7956 5000 1.3909027e-11 2273529 7957 -0.00877499999999521 2273488.70790539 7957 5000 1.3908039e-11 2273488.7 Loop time of 0.016525 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:13 2021 Pair time (%) = 0.000902176 (5.45945) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.199103) Outpt time (%) = 0.0154402 (93.4354) Other time (%) = 0.000149727 (0.906061) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:13 2021 Memory usage per processor = 27.5271 Mbytes Step Atoms AVEKE stressZZ 7957 5000 1.3908039e-11 2273482 7958 -0.00877499999999521 2273441.67742228 7958 5000 1.390705e-11 2273441.7 Loop time of 0.0172629 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:13 2021 Pair time (%) = 0.00101209 (5.86277) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.196116) Outpt time (%) = 0.016036 (92.8929) Other time (%) = 0.00018096 (1.04826) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:13 2021 Memory usage per processor = 27.5271 Mbytes Step Atoms AVEKE stressZZ 7958 5000 1.390705e-11 2273434.9 7959 -0.00877499999999521 2273394.6492136 7959 5000 1.3906062e-11 2273394.6 Loop time of 0.0173359 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:13 2021 Pair time (%) = 0.000934124 (5.38838) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184289) Outpt time (%) = 0.0162759 (93.8855) Other time (%) = 9.39369e-05 (0.541864) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:13 2021 Memory usage per processor = 27.5271 Mbytes Step Atoms AVEKE stressZZ 7959 5000 1.3906062e-11 2273387.9 7960 -0.00877499999999521 2273347.62327906 7960 5000 1.3905074e-11 2273347.6 Loop time of 0.0184031 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:13 2021 Pair time (%) = 0.000891924 (4.84661) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.16842) Outpt time (%) = 0.0173559 (94.31) Other time (%) = 0.000124216 (0.674975) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:13 2021 Memory usage per processor = 27.5271 Mbytes Step Atoms AVEKE stressZZ 7960 5000 1.3905074e-11 2273340.9 7961 -0.00877499999999521 2273300.59961842 7961 5000 1.3904086e-11 2273300.6 Loop time of 0.01685 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:14 2021 Pair time (%) = 0.000945091 (5.60885) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.202337) Outpt time (%) = 0.015765 (93.5606) Other time (%) = 0.000105858 (0.628237) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:14 2021 Memory usage per processor = 27.5271 Mbytes Step Atoms AVEKE stressZZ 7961 5000 1.3904086e-11 2273293.9 7962 -0.00877499999999521 2273253.57823144 7962 5000 1.3903098e-11 2273253.6 Loop time of 0.0172331 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:14 2021 Pair time (%) = 0.000921965 (5.34995) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190922) Outpt time (%) = 0.0161819 (93.9002) Other time (%) = 9.63211e-05 (0.55893) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:14 2021 Memory usage per processor = 27.5271 Mbytes Step Atoms AVEKE stressZZ 7962 5000 1.3903098e-11 2273246.8 7963 -0.00877499999999521 2273206.55911788 7963 5000 1.390211e-11 2273206.6 Loop time of 0.0172811 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:14 2021 Pair time (%) = 0.000890017 (5.15024) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184873) Outpt time (%) = 0.016273 (94.1668) Other time (%) = 8.60691e-05 (0.498055) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:14 2021 Memory usage per processor = 27.5271 Mbytes Step Atoms AVEKE stressZZ 7963 5000 1.390211e-11 2273199.8 7964 -0.00877499999999521 2273159.54227928 7964 5000 1.3901122e-11 2273159.5 Loop time of 0.016397 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:14 2021 Pair time (%) = 0.000938892 (5.726) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.196295) Outpt time (%) = 0.015332 (93.5048) Other time (%) = 9.39369e-05 (0.572891) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:14 2021 Memory usage per processor = 27.5271 Mbytes Step Atoms AVEKE stressZZ 7964 5000 1.3901122e-11 2273152.8 7965 -0.00877499999999521 2273112.52774258 7965 5000 1.3900134e-11 2273112.5 Loop time of 0.0171149 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:14 2021 Pair time (%) = 0.00119781 (6.99868) Neigh time (%) = 0 (0) Comm time (%) = 4.19617e-05 (0.245177) Outpt time (%) = 0.015729 (91.9022) Other time (%) = 0.000146151 (0.853939) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:14 2021 Memory usage per processor = 27.5271 Mbytes Step Atoms AVEKE stressZZ 7965 5000 1.3900134e-11 2273105.8 7966 -0.00877499999999521 2273065.5154975 7966 5000 1.3899147e-11 2273065.5 Loop time of 0.0170681 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:14 2021 Pair time (%) = 0.000892878 (5.23125) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18718) Outpt time (%) = 0.0160532 (94.0536) Other time (%) = 9.01222e-05 (0.528014) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:14 2021 Memory usage per processor = 27.5271 Mbytes Step Atoms AVEKE stressZZ 7966 5000 1.3899147e-11 2273058.8 7967 -0.00877499999999521 2273018.50553823 7967 5000 1.3898159e-11 2273018.5 Loop time of 0.017101 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:14 2021 Pair time (%) = 0.000946045 (5.53209) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186819) Outpt time (%) = 0.016027 (93.7192) Other time (%) = 9.60827e-05 (0.561853) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:14 2021 Memory usage per processor = 27.5271 Mbytes Step Atoms AVEKE stressZZ 7967 5000 1.3898159e-11 2273011.8 7968 -0.00877499999999521 2272971.49786216 7968 5000 1.3897172e-11 2272971.5 Loop time of 0.017005 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:14 2021 Pair time (%) = 0.000977993 (5.75122) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.276204) Outpt time (%) = 0.015847 (93.1902) Other time (%) = 0.000133038 (0.782345) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:14 2021 Memory usage per processor = 27.5271 Mbytes Step Atoms AVEKE stressZZ 7968 5000 1.3897172e-11 2272964.8 7969 -0.00877499999999521 2272924.49246765 7969 5000 1.3896185e-11 2272924.5 Loop time of 0.0171599 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:14 2021 Pair time (%) = 0.000940084 (5.47837) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.187568) Outpt time (%) = 0.0160861 (93.7422) Other time (%) = 0.000101566 (0.59188) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:14 2021 Memory usage per processor = 27.5271 Mbytes Step Atoms AVEKE stressZZ 7969 5000 1.3896185e-11 2272917.8 7970 -0.00877499999999521 2272877.48935349 7970 5000 1.3895198e-11 2272877.5 Loop time of 0.0189631 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:14 2021 Pair time (%) = 0.000891924 (4.70347) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.174761) Outpt time (%) = 0.0179429 (94.6201) Other time (%) = 9.5129e-05 (0.501653) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:14 2021 Memory usage per processor = 27.5271 Mbytes Step Atoms AVEKE stressZZ 7970 5000 1.3895198e-11 2272870.8 7971 -0.00877499999999521 2272830.48851683 7971 5000 1.389421e-11 2272830.5 Loop time of 0.0166318 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:14 2021 Pair time (%) = 0.000892162 (5.36418) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.19209) Outpt time (%) = 0.015614 (93.8804) Other time (%) = 9.36985e-05 (0.563368) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:14 2021 Memory usage per processor = 27.5271 Mbytes Step Atoms AVEKE stressZZ 7971 5000 1.389421e-11 2272823.8 7972 -0.00877499999999521 2272783.48995454 7972 5000 1.3893223e-11 2272783.5 Loop time of 0.016645 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:14 2021 Pair time (%) = 0.000963926 (5.7911) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.209127) Outpt time (%) = 0.015516 (93.2177) Other time (%) = 0.000130177 (0.782078) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:14 2021 Memory usage per processor = 27.5271 Mbytes Step Atoms AVEKE stressZZ 7972 5000 1.3893223e-11 2272776.8 7973 -0.00877499999999521 2272736.49366947 7973 5000 1.3892237e-11 2272736.5 Loop time of 0.0169611 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:14 2021 Pair time (%) = 0.000986099 (5.81389) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188361) Outpt time (%) = 0.0158472 (93.4327) Other time (%) = 9.58443e-05 (0.565083) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:14 2021 Memory usage per processor = 27.5271 Mbytes Step Atoms AVEKE stressZZ 7973 5000 1.3892237e-11 2272729.8 7974 -0.00877499999999521 2272689.49966112 7974 5000 1.389125e-11 2272689.5 Loop time of 0.01721 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:14 2021 Pair time (%) = 0.00089407 (5.19506) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180095) Outpt time (%) = 0.0161901 (94.0735) Other time (%) = 9.48906e-05 (0.551369) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:14 2021 Memory usage per processor = 27.5271 Mbytes Step Atoms AVEKE stressZZ 7974 5000 1.389125e-11 2272682.8 7975 -0.00877499999999521 2272642.50792901 7975 5000 1.3890263e-11 2272642.5 Loop time of 0.01647 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:14 2021 Pair time (%) = 0.000891209 (5.41112) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.188188) Outpt time (%) = 0.0154541 (93.8318) Other time (%) = 9.36985e-05 (0.568906) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:14 2021 Memory usage per processor = 27.5271 Mbytes Step Atoms AVEKE stressZZ 7975 5000 1.3890263e-11 2272635.8 7976 -0.00877499999999521 2272595.51847269 7976 5000 1.3889277e-11 2272595.5 Loop time of 0.0170441 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:14 2021 Pair time (%) = 0.00106812 (6.26679) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.200034) Outpt time (%) = 0.015816 (92.7946) Other time (%) = 0.000125885 (0.738585) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:14 2021 Memory usage per processor = 27.5271 Mbytes Step Atoms AVEKE stressZZ 7976 5000 1.3889277e-11 2272588.8 7977 -0.00877499999999521 2272548.53129173 7977 5000 1.388829e-11 2272548.5 Loop time of 0.0169649 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:14 2021 Pair time (%) = 0.00094986 (5.59897) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.195345) Outpt time (%) = 0.0158491 (93.4229) Other time (%) = 0.000132799 (0.782787) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:14 2021 Memory usage per processor = 27.5271 Mbytes Step Atoms AVEKE stressZZ 7977 5000 1.388829e-11 2272541.8 7978 -0.00877499999999521 2272501.54638574 7978 5000 1.3887304e-11 2272501.5 Loop time of 0.0163028 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:14 2021 Pair time (%) = 0.000891924 (5.47098) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.190117) Outpt time (%) = 0.0152879 (93.7744) Other time (%) = 9.20296e-05 (0.564501) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:14 2021 Memory usage per processor = 27.5271 Mbytes Step Atoms AVEKE stressZZ 7978 5000 1.3887304e-11 2272494.8 7979 -0.00877499999999521 2272454.56375428 7979 5000 1.3886317e-11 2272454.6 Loop time of 0.0161951 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:14 2021 Pair time (%) = 0.000893116 (5.51474) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.197271) Outpt time (%) = 0.015187 (93.7757) Other time (%) = 8.29697e-05 (0.512315) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:14 2021 Memory usage per processor = 27.5271 Mbytes Step Atoms AVEKE stressZZ 7979 5000 1.3886317e-11 2272447.8 7980 -0.00877499999999521 2272407.583397 7980 5000 1.3885331e-11 2272407.6 Loop time of 0.0181 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:14 2021 Pair time (%) = 0.000893116 (4.93434) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.17124) Outpt time (%) = 0.017086 (94.3978) Other time (%) = 8.98838e-05 (0.496595) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:14 2021 Memory usage per processor = 27.5271 Mbytes Step Atoms AVEKE stressZZ 7980 5000 1.3885331e-11 2272400.8 7981 -0.00877499999999521 2272360.60531363 7981 5000 1.3884345e-11 2272360.6 Loop time of 0.0175581 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:14 2021 Pair time (%) = 0.00124598 (7.0963) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.198251) Outpt time (%) = 0.0161169 (91.7916) Other time (%) = 0.000160456 (0.913856) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:14 2021 Memory usage per processor = 27.5271 Mbytes Step Atoms AVEKE stressZZ 7981 5000 1.3884345e-11 2272353.9 7982 -0.00877499999999521 2272313.62950374 7982 5000 1.3883359e-11 2272313.6 Loop time of 0.01737 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:14 2021 Pair time (%) = 0.000923872 (5.31878) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189417) Outpt time (%) = 0.0162811 (93.7314) Other time (%) = 0.000132084 (0.760415) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:14 2021 Memory usage per processor = 27.5271 Mbytes Step Atoms AVEKE stressZZ 7982 5000 1.3883359e-11 2272306.9 7983 -0.00877499999999521 2272266.65596705 7983 5000 1.3882373e-11 2272266.7 Loop time of 0.0166609 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:14 2021 Pair time (%) = 0.000892878 (5.35911) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.186031) Outpt time (%) = 0.0156488 (93.9254) Other time (%) = 8.82149e-05 (0.529472) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:14 2021 Memory usage per processor = 27.5271 Mbytes Step Atoms AVEKE stressZZ 7983 5000 1.3882373e-11 2272259.9 7984 -0.00877499999999521 2272219.68470322 7984 5000 1.3881387e-11 2272219.7 Loop time of 0.016712 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:14 2021 Pair time (%) = 0.00104213 (6.23582) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.215422) Outpt time (%) = 0.015518 (92.8554) Other time (%) = 0.000115871 (0.693345) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:14 2021 Memory usage per processor = 27.5271 Mbytes Step Atoms AVEKE stressZZ 7984 5000 1.3881387e-11 2272212.9 7985 -0.00877499999999521 2272172.71571196 7985 5000 1.3880402e-11 2272172.7 Loop time of 0.0171821 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:14 2021 Pair time (%) = 0.000892878 (5.19655) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.187326) Outpt time (%) = 0.0161672 (94.093) Other time (%) = 8.98838e-05 (0.523124) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:14 2021 Memory usage per processor = 27.5271 Mbytes Step Atoms AVEKE stressZZ 7985 5000 1.3880402e-11 2272166 7986 -0.00877499999999521 2272125.74899294 7986 5000 1.3879416e-11 2272125.7 Loop time of 0.016993 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:14 2021 Pair time (%) = 0.000890017 (5.23753) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188007) Outpt time (%) = 0.0159762 (94.0161) Other time (%) = 9.48906e-05 (0.558408) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:14 2021 Memory usage per processor = 27.5271 Mbytes Step Atoms AVEKE stressZZ 7986 5000 1.3879416e-11 2272119 7987 -0.00877499999999521 2272078.7845459 7987 5000 1.387843e-11 2272078.8 Loop time of 0.016485 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:14 2021 Pair time (%) = 0.000934839 (5.67086) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.205371) Outpt time (%) = 0.0153711 (93.243) Other time (%) = 0.000145197 (0.880783) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:14 2021 Memory usage per processor = 27.5271 Mbytes Step Atoms AVEKE stressZZ 7987 5000 1.387843e-11 2272072 7988 -0.00877499999999521 2272031.82237052 7988 5000 1.3877445e-11 2272031.8 Loop time of 0.016999 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:14 2021 Pair time (%) = 0.00099802 (5.87105) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.199161) Outpt time (%) = 0.015789 (92.8821) Other time (%) = 0.000178099 (1.0477) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:14 2021 Memory usage per processor = 27.5271 Mbytes Step Atoms AVEKE stressZZ 7988 5000 1.3877445e-11 2272025.1 7989 -0.00877499999999521 2271984.8624665 7989 5000 1.387646e-11 2271984.9 Loop time of 0.0170081 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:14 2021 Pair time (%) = 0.000892878 (5.24973) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.182234) Outpt time (%) = 0.0159922 (94.0269) Other time (%) = 9.20296e-05 (0.541094) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:14 2021 Memory usage per processor = 27.5271 Mbytes Step Atoms AVEKE stressZZ 7989 5000 1.387646e-11 2271978.1 7990 -0.00877499999999521 2271937.90483359 7990 5000 1.3875474e-11 2271937.9 Loop time of 0.0183029 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:14 2021 Pair time (%) = 0.000926018 (5.0594) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.169341) Outpt time (%) = 0.017252 (94.258) Other time (%) = 9.39369e-05 (0.513235) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:14 2021 Memory usage per processor = 27.5271 Mbytes Step Atoms AVEKE stressZZ 7990 5000 1.3875474e-11 2271931.2 7991 -0.00877499999999521 2271890.9494715 7991 5000 1.3874489e-11 2271890.9 Loop time of 0.0167701 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:14 2021 Pair time (%) = 0.000971079 (5.79053) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.207566) Outpt time (%) = 0.0156572 (93.3636) Other time (%) = 0.00010705 (0.638337) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:14 2021 Memory usage per processor = 27.5271 Mbytes Step Atoms AVEKE stressZZ 7991 5000 1.3874489e-11 2271884.2 7992 -0.00877499999999521 2271843.99637995 7992 5000 1.3873504e-11 2271844 Loop time of 0.017097 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:14 2021 Pair time (%) = 0.000933886 (5.46228) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186864) Outpt time (%) = 0.01601 (93.6424) Other time (%) = 0.000121117 (0.708409) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:14 2021 Memory usage per processor = 27.5271 Mbytes Step Atoms AVEKE stressZZ 7992 5000 1.3873504e-11 2271837.3 7993 -0.00877499999999521 2271797.04555869 7993 5000 1.3872519e-11 2271797 Loop time of 0.0171471 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:14 2021 Pair time (%) = 0.000893831 (5.21274) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.187709) Outpt time (%) = 0.016129 (94.0628) Other time (%) = 9.20296e-05 (0.536707) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:14 2021 Memory usage per processor = 27.5271 Mbytes Step Atoms AVEKE stressZZ 7993 5000 1.3872519e-11 2271790.3 7994 -0.00877499999999521 2271750.09700746 7994 5000 1.3871534e-11 2271750.1 Loop time of 0.0163641 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:14 2021 Pair time (%) = 0.000963926 (5.89049) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.281194) Outpt time (%) = 0.0152471 (93.1741) Other time (%) = 0.00010705 (0.654176) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:14 2021 Memory usage per processor = 27.5271 Mbytes Step Atoms AVEKE stressZZ 7994 5000 1.3871534e-11 2271743.4 7995 -0.00877499999999521 2271703.15072594 7995 5000 1.387055e-11 2271703.2 Loop time of 0.0171142 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:14 2021 Pair time (%) = 0.00102282 (5.97643) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.210359) Outpt time (%) = 0.0159378 (93.1264) Other time (%) = 0.00011754 (0.686802) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:14 2021 Memory usage per processor = 27.5271 Mbytes Step Atoms AVEKE stressZZ 7995 5000 1.387055e-11 2271696.4 7996 -0.00877499999999521 2271656.20671391 7996 5000 1.3869565e-11 2271656.2 Loop time of 0.0172911 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:14 2021 Pair time (%) = 0.000910044 (5.26309) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184766) Outpt time (%) = 0.0162389 (93.9151) Other time (%) = 0.000110149 (0.637031) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:14 2021 Memory usage per processor = 27.5271 Mbytes Step Atoms AVEKE stressZZ 7996 5000 1.3869565e-11 2271649.5 7997 -0.00877499999999521 2271609.26497114 7997 5000 1.3868581e-11 2271609.3 Loop time of 0.016475 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:14 2021 Pair time (%) = 0.000929832 (5.64391) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.195366) Outpt time (%) = 0.015388 (93.4024) Other time (%) = 0.000124931 (0.75831) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:14 2021 Memory usage per processor = 27.5271 Mbytes Step Atoms AVEKE stressZZ 7997 5000 1.3868581e-11 2271602.5 7998 -0.00877499999999521 2271562.32549734 7998 5000 1.3867596e-11 2271562.3 Loop time of 0.0168569 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:14 2021 Pair time (%) = 0.00100088 (5.93751) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207912) Outpt time (%) = 0.0157001 (93.1375) Other time (%) = 0.000120878 (0.717084) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:14 2021 Memory usage per processor = 27.5271 Mbytes Step Atoms AVEKE stressZZ 7998 5000 1.3867596e-11 2271555.6 7999 -0.00877499999999521 2271515.38829223 7999 5000 1.3866612e-11 2271515.4 Loop time of 0.0172832 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:14 2021 Pair time (%) = 0.00117803 (6.81602) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179333) Outpt time (%) = 0.0159788 (92.4529) Other time (%) = 9.53674e-05 (0.551793) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:14 2021 Memory usage per processor = 27.5271 Mbytes Step Atoms AVEKE stressZZ 7999 5000 1.3866612e-11 2271508.7 8000 -0.00877499999999521 2271468.45335564 8000 5000 1.3865627e-11 2271468.5 Loop time of 0.019007 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:14 2021 Pair time (%) = 0.000971079 (5.10907) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.173104) Outpt time (%) = 0.017905 (94.2023) Other time (%) = 9.799e-05 (0.515548) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:14 2021 Memory usage per processor = 27.5271 Mbytes Step Atoms AVEKE stressZZ 8000 5000 1.3865627e-11 2271461.7 8001 -0.00877499999999521 2271421.52068722 8001 5000 1.3864643e-11 2271421.5 Loop time of 0.0166869 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:14 2021 Pair time (%) = 0.000893116 (5.35219) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191456) Outpt time (%) = 0.015671 (93.912) Other time (%) = 9.08375e-05 (0.544363) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:14 2021 Memory usage per processor = 27.5271 Mbytes Step Atoms AVEKE stressZZ 8001 5000 1.3864643e-11 2271414.8 8002 -0.00877499999999521 2271374.59033507 8002 5000 1.3863659e-11 2271374.6 Loop time of 0.0166049 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:14 2021 Pair time (%) = 0.00103903 (6.25736) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.205324) Outpt time (%) = 0.015357 (92.4849) Other time (%) = 0.000174761 (1.05247) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:14 2021 Memory usage per processor = 27.5271 Mbytes Step Atoms AVEKE stressZZ 8002 5000 1.3863659e-11 2271367.9 8003 -0.00877499999999521 2271327.66229694 8003 5000 1.3862675e-11 2271327.7 Loop time of 0.0171258 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:14 2021 Pair time (%) = 0.000924826 (5.40018) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.18098) Outpt time (%) = 0.0160639 (93.7993) Other time (%) = 0.000106096 (0.61951) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:14 2021 Memory usage per processor = 27.5271 Mbytes Step Atoms AVEKE stressZZ 8003 5000 1.3862675e-11 2271320.9 8004 -0.00877499999999521 2271280.73655524 8004 5000 1.3861691e-11 2271280.7 Loop time of 0.017091 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:14 2021 Pair time (%) = 0.000893831 (5.22982) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181349) Outpt time (%) = 0.016047 (93.8913) Other time (%) = 0.000119209 (0.697496) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:14 2021 Memory usage per processor = 27.5271 Mbytes Step Atoms AVEKE stressZZ 8004 5000 1.3861691e-11 2271274 8005 -0.00877499999999521 2271233.81310406 8005 5000 1.3860708e-11 2271233.8 Loop time of 0.016551 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:15 2021 Pair time (%) = 0.000998974 (6.03572) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.205993) Outpt time (%) = 0.0153592 (92.7989) Other time (%) = 0.000158787 (0.959378) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:15 2021 Memory usage per processor = 27.5271 Mbytes Step Atoms AVEKE stressZZ 8005 5000 1.3860708e-11 2271227.1 8006 -0.00877499999999521 2271186.89193986 8006 5000 1.3859724e-11 2271186.9 Loop time of 0.017071 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:15 2021 Pair time (%) = 0.00095892 (5.61724) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.203908) Outpt time (%) = 0.0159378 (93.3618) Other time (%) = 0.000139475 (0.817028) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:15 2021 Memory usage per processor = 27.5271 Mbytes Step Atoms AVEKE stressZZ 8006 5000 1.3859724e-11 2271180.2 8007 -0.00877499999999521 2271139.97306029 8007 5000 1.385874e-11 2271140 Loop time of 0.017138 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:15 2021 Pair time (%) = 0.000891924 (5.20436) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.187808) Outpt time (%) = 0.0161221 (94.0722) Other time (%) = 9.17912e-05 (0.5356) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:15 2021 Memory usage per processor = 27.5271 Mbytes Step Atoms AVEKE stressZZ 8007 5000 1.385874e-11 2271133.2 8008 -0.00877499999999521 2271093.05646347 8008 5000 1.3857757e-11 2271093.1 Loop time of 0.0165031 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:15 2021 Pair time (%) = 0.000941038 (5.70219) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193588) Outpt time (%) = 0.015435 (93.5278) Other time (%) = 9.5129e-05 (0.576431) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:15 2021 Memory usage per processor = 27.5271 Mbytes Step Atoms AVEKE stressZZ 8008 5000 1.3857757e-11 2271086.3 8009 -0.00877499999999521 2271046.14214801 8009 5000 1.3856773e-11 2271046.1 Loop time of 0.016588 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:15 2021 Pair time (%) = 0.00104499 (6.29968) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.235717) Outpt time (%) = 0.015388 (92.7661) Other time (%) = 0.000115871 (0.698527) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:15 2021 Memory usage per processor = 27.5271 Mbytes Step Atoms AVEKE stressZZ 8009 5000 1.3856773e-11 2271039.4 8010 -0.00877499999999521 2270999.23011265 8010 5000 1.385579e-11 2270999.2 Loop time of 0.0190108 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:15 2021 Pair time (%) = 0.000921965 (4.84969) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.169307) Outpt time (%) = 0.0179319 (94.3251) Other time (%) = 0.000124693 (0.655906) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:15 2021 Memory usage per processor = 27.5271 Mbytes Step Atoms AVEKE stressZZ 8010 5000 1.385579e-11 2270992.5 8011 -0.00877499999999521 2270952.32035634 8011 5000 1.3854807e-11 2270952.3 Loop time of 0.0171189 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:15 2021 Pair time (%) = 0.000892878 (5.21573) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181053) Outpt time (%) = 0.0161059 (94.0823) Other time (%) = 8.91685e-05 (0.520877) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:15 2021 Memory usage per processor = 27.5271 Mbytes Step Atoms AVEKE stressZZ 8011 5000 1.3854807e-11 2270945.6 8012 -0.00877499999999521 2270905.41286394 8012 5000 1.3853824e-11 2270905.4 Loop time of 0.016679 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:15 2021 Pair time (%) = 0.000929832 (5.57485) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191546) Outpt time (%) = 0.0155909 (93.476) Other time (%) = 0.000126362 (0.757608) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:15 2021 Memory usage per processor = 27.5271 Mbytes Step Atoms AVEKE stressZZ 8012 5000 1.3853824e-11 2270898.7 8013 -0.00877499999999521 2270858.50764758 8013 5000 1.3852841e-11 2270858.5 Loop time of 0.017061 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:15 2021 Pair time (%) = 0.00120306 (7.05152) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192848) Outpt time (%) = 0.0156832 (91.9241) Other time (%) = 0.000141859 (0.831482) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:15 2021 Memory usage per processor = 27.5271 Mbytes Step Atoms AVEKE stressZZ 8013 5000 1.3852841e-11 2270851.8 8014 -0.00877499999999521 2270811.6047066 8014 5000 1.3851858e-11 2270811.6 Loop time of 0.017118 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:15 2021 Pair time (%) = 0.000891924 (5.21045) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.188028) Outpt time (%) = 0.0161052 (94.0834) Other time (%) = 8.86917e-05 (0.51812) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:15 2021 Memory usage per processor = 27.5271 Mbytes Step Atoms AVEKE stressZZ 8014 5000 1.3851858e-11 2270804.9 8015 -0.00877499999999521 2270764.70404038 8015 5000 1.3850875e-11 2270764.7 Loop time of 0.0165198 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:15 2021 Pair time (%) = 0.00093317 (5.6488) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.18762) Outpt time (%) = 0.0154629 (93.6022) Other time (%) = 9.27448e-05 (0.561417) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:15 2021 Memory usage per processor = 27.5271 Mbytes Step Atoms AVEKE stressZZ 8015 5000 1.3850875e-11 2270758 8016 -0.00877499999999521 2270717.8056483 8016 5000 1.3849892e-11 2270717.8 Loop time of 0.0167301 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:15 2021 Pair time (%) = 0.00102901 (6.15069) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.215189) Outpt time (%) = 0.015542 (92.8988) Other time (%) = 0.000123024 (0.735347) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:15 2021 Memory usage per processor = 27.5271 Mbytes Step Atoms AVEKE stressZZ 8016 5000 1.3849892e-11 2270711.1 8017 -0.00877499999999521 2270670.90952987 8017 5000 1.384891e-11 2270670.9 Loop time of 0.0171599 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:15 2021 Pair time (%) = 0.000895977 (5.22133) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.187568) Outpt time (%) = 0.0161428 (94.0729) Other time (%) = 8.89301e-05 (0.518243) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:15 2021 Memory usage per processor = 27.5271 Mbytes Step Atoms AVEKE stressZZ 8017 5000 1.384891e-11 2270664.2 8018 -0.00877499999999521 2270624.01569302 8018 5000 1.3847927e-11 2270624 Loop time of 0.017143 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:15 2021 Pair time (%) = 0.000941992 (5.4949) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186362) Outpt time (%) = 0.0160758 (93.7749) Other time (%) = 9.32217e-05 (0.543788) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:15 2021 Memory usage per processor = 27.5271 Mbytes Step Atoms AVEKE stressZZ 8018 5000 1.3847927e-11 2270617.3 8019 -0.00877499999999521 2270577.12416639 8019 5000 1.3846945e-11 2270577.1 Loop time of 0.0167871 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:15 2021 Pair time (%) = 0.000954866 (5.68811) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190314) Outpt time (%) = 0.0156572 (93.2694) Other time (%) = 0.000143051 (0.852152) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:21:15 2021 Memory usage per processor = 27.5271 Mbytes Step Atoms AVEKE stressZZ 8019 5000 1.3846945e-11 2270570.4 8020 -0.00877499999999521 2270522.12434934 8020 5000 2.7355836e-11 2270596.6 Loop time of 0.0192142 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:15 2021 Pair time (%) = 0.00100398 (5.22521) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.171237) Outpt time (%) = 0.0180478 (93.9298) Other time (%) = 0.000129461 (0.673781) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:15 2021 Memory usage per processor = 27.5272 Mbytes Step Atoms AVEKE stressZZ 8020 5000 2.7355836e-11 2308607.9 8021 -0.00880749999999519 2308554.53142449 8021 5000 2.208355e-11 2308554.5 Loop time of 0.0170591 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:15 2021 Pair time (%) = 0.000987053 (5.78608) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187279) Outpt time (%) = 0.0159349 (93.4103) Other time (%) = 0.000105143 (0.616344) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:15 2021 Memory usage per processor = 27.5272 Mbytes Step Atoms AVEKE stressZZ 8021 5000 2.208355e-11 2308545.5 8022 -0.00880749999999519 2308496.65221293 8022 5000 1.902556e-11 2308496.7 Loop time of 0.016422 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:15 2021 Pair time (%) = 0.000895023 (5.45014) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194544) Outpt time (%) = 0.0154061 (93.8138) Other time (%) = 8.89301e-05 (0.541529) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:15 2021 Memory usage per processor = 27.5272 Mbytes Step Atoms AVEKE stressZZ 8022 5000 1.902556e-11 2308488.4 8023 -0.00880749999999519 2308442.45418864 8023 5000 1.7200145e-11 2308442.5 Loop time of 0.016382 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:15 2021 Pair time (%) = 0.000895977 (5.46928) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.189198) Outpt time (%) = 0.0153611 (93.7681) Other time (%) = 9.39369e-05 (0.573416) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:15 2021 Memory usage per processor = 27.5272 Mbytes Step Atoms AVEKE stressZZ 8023 5000 1.7200145e-11 2308434.7 8024 -0.00880749999999519 2308390.59644599 8024 5000 1.6087507e-11 2308390.6 Loop time of 0.0160382 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:15 2021 Pair time (%) = 0.000898838 (5.60436) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.193254) Outpt time (%) = 0.0150261 (93.6895) Other time (%) = 8.22544e-05 (0.512866) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:15 2021 Memory usage per processor = 27.5272 Mbytes Step Atoms AVEKE stressZZ 8024 5000 1.6087507e-11 2308383.1 8025 -0.00880749999999519 2308340.22682826 8025 5000 1.5399355e-11 2308340.2 Loop time of 0.0164499 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:15 2021 Pair time (%) = 0.000895023 (5.4409) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.188417) Outpt time (%) = 0.015434 (93.8243) Other time (%) = 8.98838e-05 (0.546408) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:15 2021 Memory usage per processor = 27.5272 Mbytes Step Atoms AVEKE stressZZ 8025 5000 1.5399355e-11 2308333 8026 -0.00880749999999519 2308290.80378177 8026 5000 1.4969459e-11 2308290.8 Loop time of 0.017509 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:15 2021 Pair time (%) = 0.000896931 (5.12269) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.183829) Outpt time (%) = 0.0164931 (94.1978) Other time (%) = 8.67844e-05 (0.495656) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:15 2021 Memory usage per processor = 27.5272 Mbytes Step Atoms AVEKE stressZZ 8026 5000 1.4969459e-11 2308283.7 8027 -0.00880749999999519 2308241.98314336 8027 5000 1.4699039e-11 2308242 Loop time of 0.016849 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:15 2021 Pair time (%) = 0.000926971 (5.50163) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.189614) Outpt time (%) = 0.0157859 (93.6904) Other time (%) = 0.000104189 (0.618367) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:15 2021 Memory usage per processor = 27.5272 Mbytes Step Atoms AVEKE stressZZ 8027 5000 1.4699039e-11 2308234.9 8028 -0.00880749999999519 2308193.54619363 8028 5000 1.4528089e-11 2308193.5 Loop time of 0.0166111 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:15 2021 Pair time (%) = 0.000971794 (5.85027) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.203812) Outpt time (%) = 0.015485 (93.2211) Other time (%) = 0.000120401 (0.724825) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:15 2021 Memory usage per processor = 27.5272 Mbytes Step Atoms AVEKE stressZZ 8028 5000 1.4528089e-11 2308186.6 8029 -0.00880749999999519 2308145.35393381 8029 5000 1.4419594e-11 2308145.4 Loop time of 0.017483 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:15 2021 Pair time (%) = 0.0010159 (5.8108) Neigh time (%) = 0 (0) Comm time (%) = 4.98295e-05 (0.285017) Outpt time (%) = 0.0162899 (93.176) Other time (%) = 0.000127316 (0.728225) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:15 2021 Memory usage per processor = 27.5272 Mbytes Step Atoms AVEKE stressZZ 8029 5000 1.4419594e-11 2308138.4 8030 -0.00880749999999519 2308097.31802846 8030 5000 1.4350484e-11 2308097.3 Loop time of 0.0191259 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:15 2021 Pair time (%) = 0.000936985 (4.89903) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.167041) Outpt time (%) = 0.0180631 (94.4428) Other time (%) = 9.39369e-05 (0.491149) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:15 2021 Memory usage per processor = 27.5273 Mbytes Step Atoms AVEKE stressZZ 8030 5000 1.4350484e-11 2308090.4 8031 -0.00880749999999519 2308049.38233929 8031 5000 1.4306279e-11 2308049.4 Loop time of 0.0166969 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:15 2021 Pair time (%) = 0.000895023 (5.36041) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.275588) Outpt time (%) = 0.0156379 (93.6572) Other time (%) = 0.000118017 (0.70682) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:15 2021 Memory usage per processor = 27.5273 Mbytes Step Atoms AVEKE stressZZ 8031 5000 1.4306279e-11 2308042.5 8032 -0.00880749999999519 2308001.51118969 8032 5000 1.4277851e-11 2308001.5 Loop time of 0.016674 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:15 2021 Pair time (%) = 0.00109196 (6.54884) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.228781) Outpt time (%) = 0.015419 (92.4731) Other time (%) = 0.000124931 (0.749256) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:15 2021 Memory usage per processor = 27.5273 Mbytes Step Atoms AVEKE stressZZ 8032 5000 1.4277851e-11 2307994.6 8033 -0.00880749999999519 2307953.68190657 8033 5000 1.4259429e-11 2307953.7 Loop time of 0.0171928 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:15 2021 Pair time (%) = 0.000891924 (5.18776) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185822) Outpt time (%) = 0.0161798 (94.1078) Other time (%) = 8.91685e-05 (0.518638) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:15 2021 Memory usage per processor = 27.5273 Mbytes Step Atoms AVEKE stressZZ 8033 5000 1.4259429e-11 2307946.8 8034 -0.00880749999999519 2307905.88008078 8034 5000 1.4247358e-11 2307905.9 Loop time of 0.0171571 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:15 2021 Pair time (%) = 0.000893116 (5.20553) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180651) Outpt time (%) = 0.0161388 (94.0649) Other time (%) = 9.41753e-05 (0.548901) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:15 2021 Memory usage per processor = 27.5273 Mbytes Step Atoms AVEKE stressZZ 8034 5000 1.4247358e-11 2307899 8035 -0.00880749999999519 2307858.09655775 8035 5000 1.423932e-11 2307858.1 Loop time of 0.01653 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:15 2021 Pair time (%) = 0.000964165 (5.8328) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.199042) Outpt time (%) = 0.015435 (93.3754) Other time (%) = 9.799e-05 (0.5928) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:15 2021 Memory usage per processor = 27.5273 Mbytes Step Atoms AVEKE stressZZ 8035 5000 1.423932e-11 2307851.2 8036 -0.00880749999999519 2307810.32552202 8036 5000 1.4233843e-11 2307810.3 Loop time of 0.0172861 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:15 2021 Pair time (%) = 0.000938892 (5.4315) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190337) Outpt time (%) = 0.016217 (93.8154) Other time (%) = 9.72748e-05 (0.562735) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:15 2021 Memory usage per processor = 27.5273 Mbytes Step Atoms AVEKE stressZZ 8036 5000 1.4233843e-11 2307803.4 8037 -0.00880749999999519 2307762.56327184 8037 5000 1.4229994e-11 2307762.6 Loop time of 0.0169139 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:15 2021 Pair time (%) = 0.000896215 (5.29869) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.183248) Outpt time (%) = 0.015872 (93.84) Other time (%) = 0.000114679 (0.678019) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:15 2021 Memory usage per processor = 27.5273 Mbytes Step Atoms AVEKE stressZZ 8037 5000 1.4229994e-11 2307755.7 8038 -0.00880749999999519 2307714.80745572 8038 5000 1.4227179e-11 2307714.8 Loop time of 0.0165479 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:15 2021 Pair time (%) = 0.000918865 (5.55275) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.187301) Outpt time (%) = 0.015502 (93.6793) Other time (%) = 9.60827e-05 (0.580633) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:15 2021 Memory usage per processor = 27.5273 Mbytes Step Atoms AVEKE stressZZ 8038 5000 1.4227179e-11 2307707.9 8039 -0.00880749999999519 2307667.05657923 8039 5000 1.4225021e-11 2307667.1 Loop time of 0.0165799 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:15 2021 Pair time (%) = 0.00102186 (6.16327) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.217138) Outpt time (%) = 0.015378 (92.751) Other time (%) = 0.000144005 (0.868552) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:15 2021 Memory usage per processor = 27.5273 Mbytes Step Atoms AVEKE stressZZ 8039 5000 1.4225021e-11 2307660.2 8040 -0.00880749999999519 2307619.30969248 8040 5000 1.422328e-11 2307619.3 Loop time of 0.018918 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:15 2021 Pair time (%) = 0.000942945 (4.98437) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.173917) Outpt time (%) = 0.0178452 (94.3288) Other time (%) = 9.70364e-05 (0.51293) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:15 2021 Memory usage per processor = 27.5273 Mbytes Step Atoms AVEKE stressZZ 8040 5000 1.422328e-11 2307612.4 8041 -0.00880749999999519 2307571.56619168 8041 5000 1.4221805e-11 2307571.6 Loop time of 0.017411 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:15 2021 Pair time (%) = 0.00108504 (6.23194) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183494) Outpt time (%) = 0.0162072 (93.0861) Other time (%) = 8.67844e-05 (0.498446) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:15 2021 Memory usage per processor = 27.5273 Mbytes Step Atoms AVEKE stressZZ 8041 5000 1.4221805e-11 2307564.7 8042 -0.00880749999999519 2307523.82569298 8042 5000 1.4220498e-11 2307523.8 Loop time of 0.017031 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:15 2021 Pair time (%) = 0.000996113 (5.84884) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.275783) Outpt time (%) = 0.015837 (92.9892) Other time (%) = 0.000150919 (0.886145) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:15 2021 Memory usage per processor = 27.5273 Mbytes Step Atoms AVEKE stressZZ 8042 5000 1.4220498e-11 2307516.9 8043 -0.00880749999999519 2307476.08795223 8043 5000 1.4219299e-11 2307476.1 Loop time of 0.0169861 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:15 2021 Pair time (%) = 0.00113702 (6.6938) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.217559) Outpt time (%) = 0.0156748 (92.2802) Other time (%) = 0.000137329 (0.808478) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:15 2021 Memory usage per processor = 27.5273 Mbytes Step Atoms AVEKE stressZZ 8043 5000 1.4219299e-11 2307469.2 8044 -0.00880749999999519 2307428.35281424 8044 5000 1.4218167e-11 2307428.4 Loop time of 0.0172682 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:15 2021 Pair time (%) = 0.00089407 (5.17756) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.186392) Outpt time (%) = 0.0162492 (94.099) Other time (%) = 9.27448e-05 (0.537085) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:15 2021 Memory usage per processor = 27.5273 Mbytes Step Atoms AVEKE stressZZ 8044 5000 1.4218167e-11 2307421.5 8045 -0.00880749999999519 2307380.62018018 8045 5000 1.421708e-11 2307380.6 Loop time of 0.016609 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:15 2021 Pair time (%) = 0.000895023 (5.3888) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192355) Outpt time (%) = 0.0155952 (93.8963) Other time (%) = 8.67844e-05 (0.522516) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:15 2021 Memory usage per processor = 27.5273 Mbytes Step Atoms AVEKE stressZZ 8045 5000 1.421708e-11 2307373.7 8046 -0.00880749999999519 2307332.88998708 8046 5000 1.4216019e-11 2307332.9 Loop time of 0.0165091 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:15 2021 Pair time (%) = 0.00095892 (5.80845) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.206516) Outpt time (%) = 0.015414 (93.3669) Other time (%) = 0.000102043 (0.618104) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:15 2021 Memory usage per processor = 27.5273 Mbytes Step Atoms AVEKE stressZZ 8046 5000 1.4216019e-11 2307326 8047 -0.00880749999999519 2307285.16219478 8047 5000 1.4214977e-11 2307285.2 Loop time of 0.0170441 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:15 2021 Pair time (%) = 0.000908852 (5.33236) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187444) Outpt time (%) = 0.0160019 (93.8857) Other time (%) = 0.000101328 (0.594505) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:15 2021 Memory usage per processor = 27.5273 Mbytes Step Atoms AVEKE stressZZ 8047 5000 1.4214977e-11 2307278.3 8048 -0.00880749999999519 2307237.43677772 8048 5000 1.4213945e-11 2307237.4 Loop time of 0.0171359 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:15 2021 Pair time (%) = 0.000895023 (5.2231) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18644) Outpt time (%) = 0.0161209 (94.0771) Other time (%) = 8.79765e-05 (0.513406) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:15 2021 Memory usage per processor = 27.5273 Mbytes Step Atoms AVEKE stressZZ 8048 5000 1.4213945e-11 2307230.5 8049 -0.00880749999999519 2307189.71371943 8049 5000 1.4212921e-11 2307189.7 Loop time of 0.0166271 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:16 2021 Pair time (%) = 0.000936985 (5.6353) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192145) Outpt time (%) = 0.015564 (93.6062) Other time (%) = 9.41753e-05 (0.566398) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:16 2021 Memory usage per processor = 27.5273 Mbytes Step Atoms AVEKE stressZZ 8049 5000 1.4212921e-11 2307182.8 8050 -0.00880749999999519 2307141.99300931 8050 5000 1.4211901e-11 2307142 Loop time of 0.019002 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:16 2021 Pair time (%) = 0.00109792 (5.77792) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.200753) Outpt time (%) = 0.0177338 (93.3262) Other time (%) = 0.000132084 (0.695107) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:16 2021 Memory usage per processor = 27.5273 Mbytes Step Atoms AVEKE stressZZ 8050 5000 1.4211901e-11 2307135.1 8051 -0.00880749999999519 2307094.27464059 8051 5000 1.4210884e-11 2307094.3 Loop time of 0.0172439 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:16 2021 Pair time (%) = 0.000947952 (5.49733) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192185) Outpt time (%) = 0.016166 (93.7491) Other time (%) = 9.67979e-05 (0.561347) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:16 2021 Memory usage per processor = 27.5273 Mbytes Step Atoms AVEKE stressZZ 8051 5000 1.4210884e-11 2307087.4 8052 -0.00880749999999519 2307046.55861039 8052 5000 1.4209869e-11 2307046.6 Loop time of 0.0172648 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:16 2021 Pair time (%) = 0.000895023 (5.18408) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185047) Outpt time (%) = 0.0162449 (94.0923) Other time (%) = 9.29832e-05 (0.53857) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:16 2021 Memory usage per processor = 27.5273 Mbytes Step Atoms AVEKE stressZZ 8052 5000 1.4209869e-11 2307039.7 8053 -0.00880749999999519 2306998.84491469 8053 5000 1.4208856e-11 2306998.8 Loop time of 0.016922 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:16 2021 Pair time (%) = 0.000910044 (5.37787) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.195841) Outpt time (%) = 0.0158639 (93.7472) Other time (%) = 0.000114918 (0.679103) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:16 2021 Memory usage per processor = 27.5273 Mbytes Step Atoms AVEKE stressZZ 8053 5000 1.4208856e-11 2306992 8054 -0.00880749999999519 2306951.13355104 8054 5000 1.4207843e-11 2306951.1 Loop time of 0.0170519 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:16 2021 Pair time (%) = 0.000989914 (5.80529) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.199941) Outpt time (%) = 0.0159268 (93.4019) Other time (%) = 0.000101089 (0.592833) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:16 2021 Memory usage per processor = 27.5273 Mbytes Step Atoms AVEKE stressZZ 8054 5000 1.4207843e-11 2306944.2 8055 -0.00880749999999519 2306903.42451803 8055 5000 1.4206831e-11 2306903.4 Loop time of 0.0175331 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:16 2021 Pair time (%) = 0.000895023 (5.10477) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.176777) Outpt time (%) = 0.016515 (94.1936) Other time (%) = 9.20296e-05 (0.524892) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:16 2021 Memory usage per processor = 27.5273 Mbytes Step Atoms AVEKE stressZZ 8055 5000 1.4206831e-11 2306896.5 8056 -0.00880749999999519 2306855.71781465 8056 5000 1.4205819e-11 2306855.7 Loop time of 0.0165908 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:16 2021 Pair time (%) = 0.000898123 (5.41337) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192565) Outpt time (%) = 0.015569 (93.8408) Other time (%) = 9.17912e-05 (0.553264) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:16 2021 Memory usage per processor = 27.5273 Mbytes Step Atoms AVEKE stressZZ 8056 5000 1.4205819e-11 2306848.8 8057 -0.00880749999999519 2306808.01344015 8057 5000 1.4204808e-11 2306808 Loop time of 0.016953 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:16 2021 Pair time (%) = 0.0011251 (6.63657) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.22361) Outpt time (%) = 0.015661 (92.379) Other time (%) = 0.000128984 (0.760836) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:16 2021 Memory usage per processor = 27.5273 Mbytes Step Atoms AVEKE stressZZ 8057 5000 1.4204808e-11 2306801.1 8058 -0.00880749999999519 2306760.31139392 8058 5000 1.4203796e-11 2306760.3 Loop time of 0.0174699 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:16 2021 Pair time (%) = 0.00090313 (5.16964) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182875) Outpt time (%) = 0.016444 (94.1275) Other time (%) = 9.08375e-05 (0.519966) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:16 2021 Memory usage per processor = 27.5273 Mbytes Step Atoms AVEKE stressZZ 8058 5000 1.4203796e-11 2306753.4 8059 -0.00880749999999519 2306712.61167548 8059 5000 1.4202785e-11 2306712.6 Loop time of 0.017118 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:16 2021 Pair time (%) = 0.000896931 (5.2397) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186635) Outpt time (%) = 0.0160968 (94.0347) Other time (%) = 9.2268e-05 (0.539012) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:16 2021 Memory usage per processor = 27.5273 Mbytes Step Atoms AVEKE stressZZ 8059 5000 1.4202785e-11 2306705.7 8060 -0.00880749999999519 2306664.91428437 8060 5000 1.4201774e-11 2306664.9 Loop time of 0.0186169 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:16 2021 Pair time (%) = 0.000896215 (4.81398) Neigh time (%) = 0 (0) Comm time (%) = 4.50611e-05 (0.242044) Outpt time (%) = 0.0175231 (94.1244) Other time (%) = 0.000152588 (0.81962) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:16 2021 Memory usage per processor = 27.5273 Mbytes Step Atoms AVEKE stressZZ 8060 5000 1.4201774e-11 2306658 8061 -0.00880749999999519 2306617.21922021 8061 5000 1.4200763e-11 2306617.2 Loop time of 0.0169261 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:16 2021 Pair time (%) = 0.00116396 (6.87673) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.212697) Outpt time (%) = 0.0155931 (92.1246) Other time (%) = 0.000133038 (0.785993) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:16 2021 Memory usage per processor = 27.5273 Mbytes Step Atoms AVEKE stressZZ 8061 5000 1.4200763e-11 2306610.3 8062 -0.00880749999999519 2306569.52648266 8062 5000 1.4199752e-11 2306569.5 Loop time of 0.0171659 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:16 2021 Pair time (%) = 0.000936985 (5.45841) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186114) Outpt time (%) = 0.0161068 (93.8305) Other time (%) = 9.01222e-05 (0.525007) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:16 2021 Memory usage per processor = 27.5273 Mbytes Step Atoms AVEKE stressZZ 8062 5000 1.4199752e-11 2306562.6 8063 -0.00880749999999519 2306521.83607138 8063 5000 1.4198742e-11 2306521.8 Loop time of 0.0165839 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:16 2021 Pair time (%) = 0.00089407 (5.39118) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192645) Outpt time (%) = 0.0155661 (93.8627) Other time (%) = 9.17912e-05 (0.553495) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:16 2021 Memory usage per processor = 27.5273 Mbytes Step Atoms AVEKE stressZZ 8063 5000 1.4198742e-11 2306514.9 8064 -0.00880749999999519 2306474.1480049 8064 5000 1.4197731e-11 2306474.1 Loop time of 0.0170331 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:16 2021 Pair time (%) = 0.000943899 (5.54156) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.204362) Outpt time (%) = 0.0158892 (93.2841) Other time (%) = 0.000165224 (0.970018) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:16 2021 Memory usage per processor = 27.5273 Mbytes Step Atoms AVEKE stressZZ 8064 5000 1.4197731e-11 2306467.3 8065 -0.00880749999999519 2306426.46233445 8065 5000 1.4196721e-11 2306426.5 Loop time of 0.0170941 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:16 2021 Pair time (%) = 0.001019 (5.96111) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205027) Outpt time (%) = 0.0159268 (93.1714) Other time (%) = 0.000113249 (0.662501) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:16 2021 Memory usage per processor = 27.5273 Mbytes Step Atoms AVEKE stressZZ 8065 5000 1.4196721e-11 2306419.6 8066 -0.00880749999999519 2306378.77902897 8066 5000 1.4195711e-11 2306378.8 Loop time of 0.017005 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:16 2021 Pair time (%) = 0.000895977 (5.26891) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.189277) Outpt time (%) = 0.015985 (94.002) Other time (%) = 9.17912e-05 (0.53979) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:16 2021 Memory usage per processor = 27.5273 Mbytes Step Atoms AVEKE stressZZ 8066 5000 1.4195711e-11 2306371.9 8067 -0.00880749999999519 2306331.09807837 8067 5000 1.41947e-11 2306331.1 Loop time of 0.016489 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:16 2021 Pair time (%) = 0.000972986 (5.90081) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193754) Outpt time (%) = 0.0153909 (93.3401) Other time (%) = 9.32217e-05 (0.565356) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:16 2021 Memory usage per processor = 27.5273 Mbytes Step Atoms AVEKE stressZZ 8067 5000 1.41947e-11 2306324.2 8068 -0.00880749999999519 2306283.41947746 8068 5000 1.419369e-11 2306283.4 Loop time of 0.0163028 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:16 2021 Pair time (%) = 0.000939846 (5.76493) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.195967) Outpt time (%) = 0.0152369 (93.4614) Other time (%) = 9.41753e-05 (0.577663) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:16 2021 Memory usage per processor = 27.5273 Mbytes Step Atoms AVEKE stressZZ 8068 5000 1.419369e-11 2306276.5 8069 -0.00880749999999519 2306235.74322292 8069 5000 1.419268e-11 2306235.7 Loop time of 0.0161629 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:16 2021 Pair time (%) = 0.000892878 (5.52425) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.191763) Outpt time (%) = 0.0151269 (93.5907) Other time (%) = 0.000112057 (0.693297) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:16 2021 Memory usage per processor = 27.5273 Mbytes Step Atoms AVEKE stressZZ 8069 5000 1.419268e-11 2306228.9 8070 -0.00880749999999519 2306188.06931231 8070 5000 1.419167e-11 2306188.1 Loop time of 0.0183301 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:16 2021 Pair time (%) = 0.000895023 (4.88281) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.175594) Outpt time (%) = 0.017314 (94.4564) Other time (%) = 8.89301e-05 (0.485159) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:16 2021 Memory usage per processor = 27.5273 Mbytes Step Atoms AVEKE stressZZ 8070 5000 1.419167e-11 2306181.2 8071 -0.00880749999999519 2306140.3977437 8071 5000 1.419066e-11 2306140.4 Loop time of 0.01737 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:16 2021 Pair time (%) = 0.000895977 (5.15819) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.1853) Outpt time (%) = 0.0163529 (94.1445) Other time (%) = 8.89301e-05 (0.511976) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:16 2021 Memory usage per processor = 27.5273 Mbytes Step Atoms AVEKE stressZZ 8071 5000 1.419066e-11 2306133.5 8072 -0.00880749999999519 2306092.72851556 8072 5000 1.4189651e-11 2306092.7 Loop time of 0.0169392 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:16 2021 Pair time (%) = 0.000934839 (5.5188) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.194235) Outpt time (%) = 0.0158391 (93.5058) Other time (%) = 0.000132322 (0.781162) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:16 2021 Memory usage per processor = 27.5273 Mbytes Step Atoms AVEKE stressZZ 8072 5000 1.4189651e-11 2306085.8 8073 -0.00880749999999519 2306045.06162649 8073 5000 1.4188641e-11 2306045.1 Loop time of 0.0167768 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:16 2021 Pair time (%) = 0.00110006 (6.55705) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208905) Outpt time (%) = 0.0154779 (92.2577) Other time (%) = 0.000163794 (0.97631) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:16 2021 Memory usage per processor = 27.5273 Mbytes Step Atoms AVEKE stressZZ 8073 5000 1.4188641e-11 2306038.2 8074 -0.00880749999999519 2305997.39707546 8074 5000 1.4187632e-11 2305997.4 Loop time of 0.017179 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:16 2021 Pair time (%) = 0.000930071 (5.414) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.18042) Outpt time (%) = 0.0161271 (93.8768) Other time (%) = 9.08375e-05 (0.52877) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:16 2021 Memory usage per processor = 27.5273 Mbytes Step Atoms AVEKE stressZZ 8074 5000 1.4187632e-11 2305990.5 8075 -0.00880749999999519 2305949.73486131 8075 5000 1.4186622e-11 2305949.7 Loop time of 0.0174091 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:16 2021 Pair time (%) = 0.00089407 (5.13565) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.178036) Outpt time (%) = 0.0163891 (94.1413) Other time (%) = 9.48906e-05 (0.545064) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:16 2021 Memory usage per processor = 27.5273 Mbytes Step Atoms AVEKE stressZZ 8075 5000 1.4186622e-11 2305942.8 8076 -0.00880749999999519 2305902.07498316 8076 5000 1.4185613e-11 2305902.1 Loop time of 0.0164878 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:16 2021 Pair time (%) = 0.000895023 (5.42839) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.187984) Outpt time (%) = 0.015439 (93.6389) Other time (%) = 0.000122786 (0.744704) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:16 2021 Memory usage per processor = 27.5273 Mbytes Step Atoms AVEKE stressZZ 8076 5000 1.4185613e-11 2305895.2 8077 -0.00880749999999519 2305854.41744016 8077 5000 1.4184604e-11 2305854.4 Loop time of 0.017344 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:16 2021 Pair time (%) = 0.000988007 (5.69653) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191076) Outpt time (%) = 0.016222 (93.5309) Other time (%) = 0.000100851 (0.581475) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:16 2021 Memory usage per processor = 27.5273 Mbytes Step Atoms AVEKE stressZZ 8077 5000 1.4184604e-11 2305847.5 8078 -0.00880749999999519 2305806.76223153 8078 5000 1.4183594e-11 2305806.8 Loop time of 0.017246 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:16 2021 Pair time (%) = 0.000895023 (5.18974) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179719) Outpt time (%) = 0.0162261 (94.0859) Other time (%) = 9.39369e-05 (0.544688) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:16 2021 Memory usage per processor = 27.5273 Mbytes Step Atoms AVEKE stressZZ 8078 5000 1.4183594e-11 2305799.9 8079 -0.00880749999999519 2305759.10935253 8079 5000 1.4182585e-11 2305759.1 Loop time of 0.017071 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:16 2021 Pair time (%) = 0.00089407 (5.23736) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187148) Outpt time (%) = 0.0160539 (94.042) Other time (%) = 9.10759e-05 (0.533512) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:16 2021 Memory usage per processor = 27.5273 Mbytes Step Atoms AVEKE stressZZ 8079 5000 1.4182585e-11 2305752.2 8080 -0.00880749999999519 2305711.45878608 8080 5000 1.4181576e-11 2305711.5 Loop time of 0.01846 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:16 2021 Pair time (%) = 0.000949144 (5.14162) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.18469) Outpt time (%) = 0.017303 (93.7322) Other time (%) = 0.000173807 (0.941532) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:16 2021 Memory usage per processor = 27.5273 Mbytes Step Atoms AVEKE stressZZ 8080 5000 1.4181576e-11 2305704.6 8081 -0.00880749999999519 2305663.81055047 8081 5000 1.4180568e-11 2305663.8 Loop time of 0.0173149 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:16 2021 Pair time (%) = 0.000911951 (5.26685) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.185889) Outpt time (%) = 0.0162721 (93.9772) Other time (%) = 9.87053e-05 (0.570059) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:16 2021 Memory usage per processor = 27.5273 Mbytes Step Atoms AVEKE stressZZ 8081 5000 1.4180568e-11 2305656.9 8082 -0.00880749999999519 2305616.16464521 8082 5000 1.4179559e-11 2305616.2 Loop time of 0.017092 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:16 2021 Pair time (%) = 0.000893831 (5.22953) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181339) Outpt time (%) = 0.016041 (93.8512) Other time (%) = 0.000126123 (0.73791) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:16 2021 Memory usage per processor = 27.5273 Mbytes Step Atoms AVEKE stressZZ 8082 5000 1.4179559e-11 2305609.3 8083 -0.00880749999999519 2305568.5210697 8083 5000 1.417855e-11 2305568.5 Loop time of 0.0165751 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:16 2021 Pair time (%) = 0.000919819 (5.5494) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.194186) Outpt time (%) = 0.0154879 (93.4408) Other time (%) = 0.000135183 (0.815581) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:16 2021 Memory usage per processor = 27.5273 Mbytes Step Atoms AVEKE stressZZ 8083 5000 1.417855e-11 2305561.6 8084 -0.00880749999999519 2305520.87982349 8084 5000 1.4177542e-11 2305520.9 Loop time of 0.0168171 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:16 2021 Pair time (%) = 0.00107217 (6.37547) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.214075) Outpt time (%) = 0.015588 (92.6917) Other time (%) = 0.000120878 (0.718782) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:16 2021 Memory usage per processor = 27.5273 Mbytes Step Atoms AVEKE stressZZ 8084 5000 1.4177542e-11 2305514 8085 -0.00880749999999519 2305473.24090608 8085 5000 1.4176533e-11 2305473.2 Loop time of 0.0171669 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:16 2021 Pair time (%) = 0.000898838 (5.23589) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186103) Outpt time (%) = 0.016149 (94.0711) Other time (%) = 8.70228e-05 (0.506923) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:16 2021 Memory usage per processor = 27.5273 Mbytes Step Atoms AVEKE stressZZ 8085 5000 1.4176533e-11 2305466.3 8086 -0.00880749999999519 2305425.60431697 8086 5000 1.4175525e-11 2305425.6 Loop time of 0.0169609 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:16 2021 Pair time (%) = 0.000964165 (5.68465) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188364) Outpt time (%) = 0.0158701 (93.5689) Other time (%) = 9.46522e-05 (0.558062) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:16 2021 Memory usage per processor = 27.5273 Mbytes Step Atoms AVEKE stressZZ 8086 5000 1.4175525e-11 2305418.7 8087 -0.00880749999999519 2305377.97005572 8087 5000 1.4174517e-11 2305378 Loop time of 0.0165279 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:16 2021 Pair time (%) = 0.000943899 (5.71095) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.204838) Outpt time (%) = 0.015449 (93.4726) Other time (%) = 0.000101089 (0.61163) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:16 2021 Memory usage per processor = 27.5273 Mbytes Step Atoms AVEKE stressZZ 8087 5000 1.4174517e-11 2305371.1 8088 -0.00880749999999519 2305330.3381219 8088 5000 1.4173509e-11 2305330.3 Loop time of 0.0171521 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:16 2021 Pair time (%) = 0.000931025 (5.42806) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191824) Outpt time (%) = 0.016093 (93.8255) Other time (%) = 9.5129e-05 (0.554621) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:16 2021 Memory usage per processor = 27.5273 Mbytes Step Atoms AVEKE stressZZ 8088 5000 1.4173509e-11 2305323.4 8089 -0.00880749999999519 2305282.70851498 8089 5000 1.4172501e-11 2305282.7 Loop time of 0.017261 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:16 2021 Pair time (%) = 0.000938892 (5.43938) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.186469) Outpt time (%) = 0.0161951 (93.8244) Other time (%) = 9.48906e-05 (0.549739) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:16 2021 Memory usage per processor = 27.5273 Mbytes Step Atoms AVEKE stressZZ 8089 5000 1.4172501e-11 2305275.8 8090 -0.00880749999999519 2305235.08123465 8090 5000 1.4171493e-11 2305235.1 Loop time of 0.0183339 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:16 2021 Pair time (%) = 0.000895977 (4.88699) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.174257) Outpt time (%) = 0.017314 (94.4368) Other time (%) = 9.20296e-05 (0.501964) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:16 2021 Memory usage per processor = 27.5273 Mbytes Step Atoms AVEKE stressZZ 8090 5000 1.4171493e-11 2305228.2 8091 -0.00880749999999519 2305187.45628046 8091 5000 1.4170485e-11 2305187.5 Loop time of 0.0165842 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:16 2021 Pair time (%) = 0.00108194 (6.52396) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211331) Outpt time (%) = 0.015358 (92.6063) Other time (%) = 0.000109196 (0.658434) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:16 2021 Memory usage per processor = 27.5273 Mbytes Step Atoms AVEKE stressZZ 8091 5000 1.4170485e-11 2305180.6 8092 -0.00880749999999519 2305139.83365197 8092 5000 1.4169477e-11 2305139.8 Loop time of 0.0171762 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:17 2021 Pair time (%) = 0.000993013 (5.78135) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.18045) Outpt time (%) = 0.0160582 (93.4913) Other time (%) = 9.39369e-05 (0.546903) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:17 2021 Memory usage per processor = 27.5273 Mbytes Step Atoms AVEKE stressZZ 8092 5000 1.4169477e-11 2305132.9 8093 -0.00880749999999519 2305092.2133488 8093 5000 1.4168469e-11 2305092.2 Loop time of 0.017379 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:17 2021 Pair time (%) = 0.00107718 (6.19813) Neigh time (%) = 0 (0) Comm time (%) = 5.88894e-05 (0.338853) Outpt time (%) = 0.016108 (92.6865) Other time (%) = 0.000134945 (0.776481) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:17 2021 Memory usage per processor = 27.5273 Mbytes Step Atoms AVEKE stressZZ 8093 5000 1.4168469e-11 2305085.3 8094 -0.00880749999999519 2305044.59537054 8094 5000 1.4167462e-11 2305044.6 Loop time of 0.0164309 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:17 2021 Pair time (%) = 0.00089407 (5.44141) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.19444) Outpt time (%) = 0.0154121 (93.7997) Other time (%) = 9.27448e-05 (0.564455) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:17 2021 Memory usage per processor = 27.5273 Mbytes Step Atoms AVEKE stressZZ 8094 5000 1.4167462e-11 2305037.7 8095 -0.00880749999999519 2304996.97971683 8095 5000 1.4166454e-11 2304997 Loop time of 0.017159 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:17 2021 Pair time (%) = 0.00119209 (6.94734) Neigh time (%) = 0 (0) Comm time (%) = 4.29153e-05 (0.250104) Outpt time (%) = 0.015753 (91.8063) Other time (%) = 0.000170946 (0.996248) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:17 2021 Memory usage per processor = 27.5273 Mbytes Step Atoms AVEKE stressZZ 8095 5000 1.4166454e-11 2304990.1 8096 -0.00880749999999519 2304949.36638727 8096 5000 1.4165447e-11 2304949.4 Loop time of 0.017091 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:17 2021 Pair time (%) = 0.000926018 (5.41815) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192509) Outpt time (%) = 0.0160341 (93.816) Other time (%) = 9.799e-05 (0.573342) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:17 2021 Memory usage per processor = 27.5273 Mbytes Step Atoms AVEKE stressZZ 8096 5000 1.4165447e-11 2304942.5 8097 -0.00880749999999519 2304901.75538153 8097 5000 1.416444e-11 2304901.8 Loop time of 0.0171149 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:17 2021 Pair time (%) = 0.000931978 (5.44543) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.188062) Outpt time (%) = 0.0160561 (93.8135) Other time (%) = 9.46522e-05 (0.55304) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:17 2021 Memory usage per processor = 27.5273 Mbytes Step Atoms AVEKE stressZZ 8097 5000 1.416444e-11 2304894.9 8098 -0.00880749999999519 2304854.1466992 8098 5000 1.4163433e-11 2304854.1 Loop time of 0.0165439 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:17 2021 Pair time (%) = 0.000934839 (5.65067) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.20464) Outpt time (%) = 0.015475 (93.5394) Other time (%) = 0.000100136 (0.605275) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:17 2021 Memory usage per processor = 27.5273 Mbytes Step Atoms AVEKE stressZZ 8098 5000 1.4163433e-11 2304847.3 8099 -0.00880749999999519 2304806.54033996 8099 5000 1.4162426e-11 2304806.5 Loop time of 0.0170882 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:17 2021 Pair time (%) = 0.000920057 (5.38418) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192541) Outpt time (%) = 0.0160401 (93.8666) Other time (%) = 9.5129e-05 (0.556695) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:17 2021 Memory usage per processor = 27.5273 Mbytes Step Atoms AVEKE stressZZ 8099 5000 1.4162426e-11 2304799.7 8100 -0.00880749999999519 2304758.93630342 8100 5000 1.4161419e-11 2304758.9 Loop time of 0.0192709 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:17 2021 Pair time (%) = 0.000926971 (4.81021) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.165784) Outpt time (%) = 0.018218 (94.5365) Other time (%) = 9.39369e-05 (0.487455) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:17 2021 Memory usage per processor = 27.5273 Mbytes Step Atoms AVEKE stressZZ 8100 5000 1.4161419e-11 2304752 8101 -0.00880749999999519 2304711.33458922 8101 5000 1.4160412e-11 2304711.3 Loop time of 0.0164359 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:17 2021 Pair time (%) = 0.000898123 (5.46441) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.188578) Outpt time (%) = 0.01542 (93.819) Other time (%) = 8.67844e-05 (0.528018) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:17 2021 Memory usage per processor = 27.5273 Mbytes Step Atoms AVEKE stressZZ 8101 5000 1.4160412e-11 2304704.4 8102 -0.00880749999999519 2304663.73519704 8102 5000 1.4159405e-11 2304663.7 Loop time of 0.0169971 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:17 2021 Pair time (%) = 0.00109196 (6.42437) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.200586) Outpt time (%) = 0.0157561 (92.6989) Other time (%) = 0.000114918 (0.676102) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:17 2021 Memory usage per processor = 27.5273 Mbytes Step Atoms AVEKE stressZZ 8102 5000 1.4159405e-11 2304656.8 8103 -0.00880749999999519 2304616.13812653 8103 5000 1.4158398e-11 2304616.1 Loop time of 0.017108 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:17 2021 Pair time (%) = 0.00089407 (5.22604) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.18117) Outpt time (%) = 0.0160902 (94.0507) Other time (%) = 9.27448e-05 (0.542115) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:17 2021 Memory usage per processor = 27.5273 Mbytes Step Atoms AVEKE stressZZ 8103 5000 1.4158398e-11 2304609.2 8104 -0.00880749999999519 2304568.54337733 8104 5000 1.4157392e-11 2304568.5 Loop time of 0.01717 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:17 2021 Pair time (%) = 0.000896931 (5.22384) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.187458) Outpt time (%) = 0.0161531 (94.0777) Other time (%) = 8.7738e-05 (0.510998) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:17 2021 Memory usage per processor = 27.5273 Mbytes Step Atoms AVEKE stressZZ 8104 5000 1.4157392e-11 2304561.7 8105 -0.00880749999999519 2304520.95094914 8105 5000 1.4156385e-11 2304521 Loop time of 0.016413 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:17 2021 Pair time (%) = 0.000943899 (5.75093) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.207725) Outpt time (%) = 0.0153339 (93.4254) Other time (%) = 0.000101089 (0.615912) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:17 2021 Memory usage per processor = 27.5273 Mbytes Step Atoms AVEKE stressZZ 8105 5000 1.4156385e-11 2304514.1 8106 -0.00880749999999519 2304473.36084161 8106 5000 1.4155379e-11 2304473.4 Loop time of 0.0171721 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:17 2021 Pair time (%) = 0.00101495 (5.91045) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192989) Outpt time (%) = 0.015981 (93.0635) Other time (%) = 0.000143051 (0.833044) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:17 2021 Memory usage per processor = 27.5273 Mbytes Step Atoms AVEKE stressZZ 8106 5000 1.4155379e-11 2304466.5 8107 -0.00880749999999519 2304425.7730544 8107 5000 1.4154373e-11 2304425.8 Loop time of 0.017287 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:17 2021 Pair time (%) = 0.000926971 (5.36224) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190326) Outpt time (%) = 0.016232 (93.8971) Other time (%) = 9.5129e-05 (0.550292) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:17 2021 Memory usage per processor = 27.5273 Mbytes Step Atoms AVEKE stressZZ 8107 5000 1.4154373e-11 2304418.9 8108 -0.00880749999999519 2304378.18758721 8108 5000 1.4153367e-11 2304378.2 Loop time of 0.017359 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:17 2021 Pair time (%) = 0.000941038 (5.42103) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.178549) Outpt time (%) = 0.016294 (93.8648) Other time (%) = 9.29832e-05 (0.535648) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:17 2021 Memory usage per processor = 27.5273 Mbytes Step Atoms AVEKE stressZZ 8108 5000 1.4153367e-11 2304371.3 8109 -0.00880749999999519 2304330.60443964 8109 5000 1.4152361e-11 2304330.6 Loop time of 0.0165992 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:17 2021 Pair time (%) = 0.00104094 (6.27101) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.222631) Outpt time (%) = 0.0153999 (92.7753) Other time (%) = 0.000121355 (0.731091) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:17 2021 Memory usage per processor = 27.5273 Mbytes Step Atoms AVEKE stressZZ 8109 5000 1.4152361e-11 2304323.7 8110 -0.00880749999999519 2304283.02361151 8110 5000 1.4151355e-11 2304283 Loop time of 0.0189519 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:17 2021 Pair time (%) = 0.00110412 (5.82589) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.168575) Outpt time (%) = 0.0177209 (93.5048) Other time (%) = 9.48906e-05 (0.500692) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:17 2021 Memory usage per processor = 27.5273 Mbytes Step Atoms AVEKE stressZZ 8110 5000 1.4151355e-11 2304276.1 8111 -0.00880749999999519 2304235.44510242 8111 5000 1.4150349e-11 2304235.4 Loop time of 0.017025 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:17 2021 Pair time (%) = 0.00089407 (5.25151) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187654) Outpt time (%) = 0.016006 (94.0147) Other time (%) = 9.29832e-05 (0.546157) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:17 2021 Memory usage per processor = 27.5273 Mbytes Step Atoms AVEKE stressZZ 8111 5000 1.4150349e-11 2304228.6 8112 -0.00880749999999519 2304187.86891207 8112 5000 1.4149343e-11 2304187.9 Loop time of 0.0165069 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:17 2021 Pair time (%) = 0.000928879 (5.62721) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193544) Outpt time (%) = 0.0154212 (93.4224) Other time (%) = 0.000124931 (0.756843) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:17 2021 Memory usage per processor = 27.5273 Mbytes Step Atoms AVEKE stressZZ 8112 5000 1.4149343e-11 2304181 8113 -0.00880749999999519 2304140.29504012 8113 5000 1.4148337e-11 2304140.3 Loop time of 0.0162461 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:17 2021 Pair time (%) = 0.00089407 (5.50329) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.190781) Outpt time (%) = 0.0152321 (93.7585) Other time (%) = 8.89301e-05 (0.547394) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:17 2021 Memory usage per processor = 27.5273 Mbytes Step Atoms AVEKE stressZZ 8113 5000 1.4148337e-11 2304133.4 8114 -0.00880749999999519 2304092.72348629 8114 5000 1.4147332e-11 2304092.7 Loop time of 0.016319 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:17 2021 Pair time (%) = 0.000892878 (5.47139) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.195772) Outpt time (%) = 0.0152261 (93.3028) Other time (%) = 0.000168085 (1.02999) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:17 2021 Memory usage per processor = 27.5273 Mbytes Step Atoms AVEKE stressZZ 8114 5000 1.4147332e-11 2304085.8 8115 -0.00880749999999519 2304045.15425032 8115 5000 1.4146326e-11 2304045.2 Loop time of 0.017061 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:17 2021 Pair time (%) = 0.000895023 (5.24602) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181668) Outpt time (%) = 0.0160441 (94.0399) Other time (%) = 9.08375e-05 (0.532428) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:17 2021 Memory usage per processor = 27.5273 Mbytes Step Atoms AVEKE stressZZ 8115 5000 1.4146326e-11 2304038.3 8116 -0.00880749999999519 2303997.58733185 8116 5000 1.4145321e-11 2303997.6 Loop time of 0.0166819 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:17 2021 Pair time (%) = 0.000895023 (5.36523) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.185797) Outpt time (%) = 0.0156679 (93.9216) Other time (%) = 8.79765e-05 (0.527376) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:17 2021 Memory usage per processor = 27.5273 Mbytes Step Atoms AVEKE stressZZ 8116 5000 1.4145321e-11 2303990.7 8117 -0.00880749999999519 2303950.02273056 8117 5000 1.4144316e-11 2303950 Loop time of 0.016784 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:17 2021 Pair time (%) = 0.000972033 (5.79144) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.203134) Outpt time (%) = 0.015661 (93.3094) Other time (%) = 0.000116825 (0.696052) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:17 2021 Memory usage per processor = 27.5273 Mbytes Step Atoms AVEKE stressZZ 8117 5000 1.4144316e-11 2303943.1 8118 -0.00880749999999519 2303902.4604462 8118 5000 1.4143311e-11 2303902.5 Loop time of 0.017108 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:17 2021 Pair time (%) = 0.000975847 (5.70405) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186744) Outpt time (%) = 0.016006 (93.5587) Other time (%) = 9.41753e-05 (0.550477) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:17 2021 Memory usage per processor = 27.5273 Mbytes Step Atoms AVEKE stressZZ 8118 5000 1.4143311e-11 2303895.6 8119 -0.00880749999999519 2303854.90047845 8119 5000 1.4142305e-11 2303854.9 Loop time of 0.0171928 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:17 2021 Pair time (%) = 0.000892162 (5.18915) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185822) Outpt time (%) = 0.0161819 (94.1203) Other time (%) = 8.67844e-05 (0.50477) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:17 2021 Memory usage per processor = 27.5273 Mbytes Step Atoms AVEKE stressZZ 8119 5000 1.4142305e-11 2303848 8120 -0.00880749999999519 2303807.34282702 8120 5000 1.4141301e-11 2303807.3 Loop time of 0.0184841 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:17 2021 Pair time (%) = 0.000931025 (5.03689) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.172841) Outpt time (%) = 0.0173969 (94.1183) Other time (%) = 0.000124216 (0.672015) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:21:17 2021 Memory usage per processor = 27.5273 Mbytes Step Atoms AVEKE stressZZ 8120 5000 1.4141301e-11 2303800.5 8121 -0.00880749999999519 2303751.57462127 8121 5000 2.7937302e-11 2303827.1 Loop time of 0.016763 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:17 2021 Pair time (%) = 0.00108099 (6.44868) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.220455) Outpt time (%) = 0.015491 (92.4121) Other time (%) = 0.000154018 (0.918801) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:17 2021 Memory usage per processor = 27.5273 Mbytes Step Atoms AVEKE stressZZ 8121 5000 2.7937302e-11 2342100.2 8122 -0.00883999999999518 2342046.18959208 8122 5000 2.2551682e-11 2342046.2 Loop time of 0.0170369 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:17 2021 Pair time (%) = 0.000936031 (5.49414) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187523) Outpt time (%) = 0.015976 (93.7726) Other time (%) = 9.29832e-05 (0.545775) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:17 2021 Memory usage per processor = 27.5273 Mbytes Step Atoms AVEKE stressZZ 8122 5000 2.2551682e-11 2342036.9 8123 -0.00883999999999518 2341987.4824406 8123 5000 1.9428035e-11 2341987.5 Loop time of 0.0173709 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:17 2021 Pair time (%) = 0.0010519 (6.05553) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.178427) Outpt time (%) = 0.0161941 (93.2253) Other time (%) = 9.39369e-05 (0.540771) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:17 2021 Memory usage per processor = 27.5273 Mbytes Step Atoms AVEKE stressZZ 8123 5000 1.9428035e-11 2341979 8124 -0.00883999999999518 2341932.51257523 8124 5000 1.7563461e-11 2341932.5 Loop time of 0.0166001 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:17 2021 Pair time (%) = 0.000904083 (5.44624) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.205383) Outpt time (%) = 0.0155029 (93.3904) Other time (%) = 0.000159025 (0.957975) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:17 2021 Memory usage per processor = 27.5273 Mbytes Step Atoms AVEKE stressZZ 8124 5000 1.7563461e-11 2341924.6 8125 -0.00883999999999518 2341879.91865174 8125 5000 1.6426969e-11 2341879.9 Loop time of 0.017333 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:17 2021 Pair time (%) = 0.00100398 (5.7923) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191197) Outpt time (%) = 0.0161951 (93.4347) Other time (%) = 0.000100851 (0.581843) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:17 2021 Memory usage per processor = 27.5273 Mbytes Step Atoms AVEKE stressZZ 8125 5000 1.6426969e-11 2341872.3 8126 -0.00883999999999518 2341828.83552418 8126 5000 1.5724069e-11 2341828.8 Loop time of 0.0173061 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:17 2021 Pair time (%) = 0.000896931 (5.18275) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179095) Outpt time (%) = 0.016284 (94.094) Other time (%) = 9.41753e-05 (0.544175) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:17 2021 Memory usage per processor = 27.5273 Mbytes Step Atoms AVEKE stressZZ 8126 5000 1.5724069e-11 2341821.4 8127 -0.00883999999999518 2341778.7133839 8127 5000 1.5284963e-11 2341778.7 Loop time of 0.016504 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:17 2021 Pair time (%) = 0.000897884 (5.44039) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.187799) Outpt time (%) = 0.0154819 (93.807) Other time (%) = 9.32217e-05 (0.564841) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:17 2021 Memory usage per processor = 27.5273 Mbytes Step Atoms AVEKE stressZZ 8127 5000 1.5284963e-11 2341771.4 8128 -0.00883999999999518 2341729.2028216 8128 5000 1.500875e-11 2341729.2 Loop time of 0.017092 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:17 2021 Pair time (%) = 0.001127 (6.59376) Neigh time (%) = 0 (0) Comm time (%) = 5.29289e-05 (0.309671) Outpt time (%) = 0.0157831 (92.3419) Other time (%) = 0.000128984 (0.754649) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:17 2021 Memory usage per processor = 27.5273 Mbytes Step Atoms AVEKE stressZZ 8128 5000 1.500875e-11 2341722 8129 -0.00883999999999518 2341680.08178387 8129 5000 1.4834138e-11 2341680.1 Loop time of 0.0172901 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:17 2021 Pair time (%) = 0.00090003 (5.20546) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184777) Outpt time (%) = 0.0162671 (94.083) Other time (%) = 9.10759e-05 (0.526751) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:17 2021 Memory usage per processor = 27.5273 Mbytes Step Atoms AVEKE stressZZ 8129 5000 1.4834138e-11 2341672.9 8130 -0.00883999999999518 2341631.20915303 8130 5000 1.4723319e-11 2341631.2 Loop time of 0.0194831 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:17 2021 Pair time (%) = 0.000978947 (5.0246) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.170097) Outpt time (%) = 0.0183461 (94.1641) Other time (%) = 0.000124931 (0.64123) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:17 2021 Memory usage per processor = 27.5275 Mbytes Step Atoms AVEKE stressZZ 8130 5000 1.4723319e-11 2341624.1 8131 -0.00883999999999518 2341582.4952473 8131 5000 1.4652727e-11 2341582.5 Loop time of 0.016552 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:17 2021 Pair time (%) = 0.000899076 (5.43184) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193017) Outpt time (%) = 0.015527 (93.8076) Other time (%) = 9.39369e-05 (0.567527) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:17 2021 Memory usage per processor = 27.5275 Mbytes Step Atoms AVEKE stressZZ 8131 5000 1.4652727e-11 2341575.4 8132 -0.00883999999999518 2341533.88307262 8132 5000 1.4607574e-11 2341533.9 Loop time of 0.016778 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:17 2021 Pair time (%) = 0.00108194 (6.44859) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.233047) Outpt time (%) = 0.015527 (92.5439) Other time (%) = 0.000129938 (0.774456) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:17 2021 Memory usage per processor = 27.5275 Mbytes Step Atoms AVEKE stressZZ 8132 5000 1.4607574e-11 2341526.8 8133 -0.00883999999999518 2341485.33640856 8133 5000 1.4578536e-11 2341485.3 Loop time of 0.0172281 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:17 2021 Pair time (%) = 0.000897884 (5.21174) Neigh time (%) = 0 (0) Comm time (%) = 6.60419e-05 (0.383338) Outpt time (%) = 0.0161631 (93.8182) Other time (%) = 0.000101089 (0.58677) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:17 2021 Memory usage per processor = 27.5275 Mbytes Step Atoms AVEKE stressZZ 8133 5000 1.4578536e-11 2341478.3 8134 -0.00883999999999518 2341436.83223653 8134 5000 1.4559718e-11 2341436.8 Loop time of 0.0171089 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:17 2021 Pair time (%) = 0.000898123 (5.24944) Neigh time (%) = 0 (0) Comm time (%) = 6.00815e-05 (0.351171) Outpt time (%) = 0.016026 (93.6706) Other time (%) = 0.000124693 (0.728818) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:17 2021 Memory usage per processor = 27.5275 Mbytes Step Atoms AVEKE stressZZ 8134 5000 1.4559718e-11 2341429.8 8135 -0.00883999999999518 2341388.3559279 8135 5000 1.4547388e-11 2341388.4 Loop time of 0.0167098 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:17 2021 Pair time (%) = 0.000945091 (5.65591) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.204035) Outpt time (%) = 0.015599 (93.3525) Other time (%) = 0.000131607 (0.787604) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:17 2021 Memory usage per processor = 27.5275 Mbytes Step Atoms AVEKE stressZZ 8135 5000 1.4547388e-11 2341381.3 8136 -0.00883999999999518 2341339.89818588 8136 5000 1.4539176e-11 2341339.9 Loop time of 0.017107 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:18 2021 Pair time (%) = 0.00109887 (6.42351) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186754) Outpt time (%) = 0.0158749 (92.7974) Other time (%) = 0.000101328 (0.592318) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:18 2021 Memory usage per processor = 27.5275 Mbytes Step Atoms AVEKE stressZZ 8136 5000 1.4539176e-11 2341332.8 8137 -0.00883999999999518 2341291.45310216 8137 5000 1.4533581e-11 2341291.5 Loop time of 0.0172369 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:18 2021 Pair time (%) = 0.000965118 (5.59913) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197795) Outpt time (%) = 0.016139 (93.6304) Other time (%) = 9.87053e-05 (0.572638) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:18 2021 Memory usage per processor = 27.5275 Mbytes Step Atoms AVEKE stressZZ 8137 5000 1.4533581e-11 2341284.4 8138 -0.00883999999999518 2341243.01692183 8138 5000 1.4529648e-11 2341243 Loop time of 0.0168769 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:18 2021 Pair time (%) = 0.000898838 (5.32584) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.1893) Outpt time (%) = 0.0158529 (93.9325) Other time (%) = 9.32217e-05 (0.552361) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:18 2021 Memory usage per processor = 27.5275 Mbytes Step Atoms AVEKE stressZZ 8138 5000 1.4529648e-11 2341236 8139 -0.00883999999999518 2341194.58725858 8139 5000 1.4526771e-11 2341194.6 Loop time of 0.0166411 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:18 2021 Pair time (%) = 0.000999928 (6.00877) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.210608) Outpt time (%) = 0.0154829 (93.0399) Other time (%) = 0.000123262 (0.740709) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:18 2021 Memory usage per processor = 27.5275 Mbytes Step Atoms AVEKE stressZZ 8139 5000 1.4526771e-11 2341187.5 8140 -0.00883999999999518 2341146.16259573 8140 5000 1.4524566e-11 2341146.2 Loop time of 0.0191278 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:18 2021 Pair time (%) = 0.000943899 (4.93469) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.167024) Outpt time (%) = 0.0180619 (94.4271) Other time (%) = 9.01222e-05 (0.471157) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:18 2021 Memory usage per processor = 27.5275 Mbytes Step Atoms AVEKE stressZZ 8140 5000 1.4524566e-11 2341139.1 8141 -0.00883999999999518 2341097.74196934 8141 5000 1.4522787e-11 2341097.7 Loop time of 0.0170851 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:18 2021 Pair time (%) = 0.000929832 (5.44237) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.18839) Outpt time (%) = 0.0160291 (93.8194) Other time (%) = 9.39369e-05 (0.549819) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:18 2021 Memory usage per processor = 27.5275 Mbytes Step Atoms AVEKE stressZZ 8141 5000 1.4522787e-11 2341090.7 8142 -0.00883999999999518 2341049.32476675 8142 5000 1.4521278e-11 2341049.3 Loop time of 0.0163841 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:18 2021 Pair time (%) = 0.00090003 (5.49331) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.196449) Outpt time (%) = 0.015326 (93.5419) Other time (%) = 0.000125885 (0.768335) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:18 2021 Memory usage per processor = 27.5275 Mbytes Step Atoms AVEKE stressZZ 8142 5000 1.4521278e-11 2341042.3 8143 -0.00883999999999518 2341000.91059852 8143 5000 1.4519943e-11 2341000.9 Loop time of 0.0169702 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:18 2021 Pair time (%) = 0.00115299 (6.79423) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.224789) Outpt time (%) = 0.0156429 (92.1788) Other time (%) = 0.000136137 (0.802214) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:18 2021 Memory usage per processor = 27.5275 Mbytes Step Atoms AVEKE stressZZ 8143 5000 1.4519943e-11 2340993.9 8144 -0.00883999999999518 2340952.49921702 8144 5000 1.4518716e-11 2340952.5 Loop time of 0.017102 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:18 2021 Pair time (%) = 0.000943899 (5.51923) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186809) Outpt time (%) = 0.0160348 (93.76) Other time (%) = 9.13143e-05 (0.533939) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:18 2021 Memory usage per processor = 27.5275 Mbytes Step Atoms AVEKE stressZZ 8144 5000 1.4518716e-11 2340945.4 8145 -0.00883999999999518 2340904.09046485 8145 5000 1.451756e-11 2340904.1 Loop time of 0.016881 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:18 2021 Pair time (%) = 0.000899076 (5.32597) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.183605) Outpt time (%) = 0.015856 (93.9283) Other time (%) = 9.48906e-05 (0.562115) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:18 2021 Memory usage per processor = 27.5275 Mbytes Step Atoms AVEKE stressZZ 8145 5000 1.451756e-11 2340897 8146 -0.00883999999999518 2340855.68424189 8146 5000 1.4516447e-11 2340855.7 Loop time of 0.016598 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:18 2021 Pair time (%) = 0.000941038 (5.66959) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.20541) Outpt time (%) = 0.0154901 (93.3249) Other time (%) = 0.000132799 (0.800092) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:18 2021 Memory usage per processor = 27.5275 Mbytes Step Atoms AVEKE stressZZ 8146 5000 1.4516447e-11 2340848.6 8147 -0.00883999999999518 2340807.28048436 8147 5000 1.4515363e-11 2340807.3 Loop time of 0.0171301 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:18 2021 Pair time (%) = 0.000969887 (5.66187) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186502) Outpt time (%) = 0.016032 (93.5893) Other time (%) = 9.63211e-05 (0.56229) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:18 2021 Memory usage per processor = 27.5275 Mbytes Step Atoms AVEKE stressZZ 8147 5000 1.4515363e-11 2340800.2 8148 -0.00883999999999518 2340758.87915169 8148 5000 1.4514297e-11 2340758.9 Loop time of 0.017169 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:18 2021 Pair time (%) = 0.000970125 (5.65045) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.187469) Outpt time (%) = 0.0160661 (93.5761) Other time (%) = 0.000100613 (0.586013) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:18 2021 Memory usage per processor = 27.5275 Mbytes Step Atoms AVEKE stressZZ 8148 5000 1.4514297e-11 2340751.8 8149 -0.00883999999999518 2340710.48021807 8149 5000 1.4513242e-11 2340710.5 Loop time of 0.0165901 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:18 2021 Pair time (%) = 0.00090909 (5.47971) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192573) Outpt time (%) = 0.0154982 (93.418) Other time (%) = 0.000150919 (0.909692) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:18 2021 Memory usage per processor = 27.5275 Mbytes Step Atoms AVEKE stressZZ 8149 5000 1.4513242e-11 2340703.4 8150 -0.00883999999999518 2340662.08366693 8150 5000 1.4512194e-11 2340662.1 Loop time of 0.0186179 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:18 2021 Pair time (%) = 0.00108385 (5.82156) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.203614) Outpt time (%) = 0.01738 (93.3512) Other time (%) = 0.00011611 (0.623647) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:18 2021 Memory usage per processor = 27.5275 Mbytes Step Atoms AVEKE stressZZ 8150 5000 1.4512194e-11 2340655 8151 -0.00883999999999518 2340613.68948764 8151 5000 1.4511152e-11 2340613.7 Loop time of 0.0172579 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:18 2021 Pair time (%) = 0.000898123 (5.20412) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179595) Outpt time (%) = 0.016243 (94.1189) Other time (%) = 8.58307e-05 (0.497341) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:18 2021 Memory usage per processor = 27.5275 Mbytes Step Atoms AVEKE stressZZ 8151 5000 1.4511152e-11 2340606.6 8152 -0.00883999999999518 2340565.29767341 8152 5000 1.4510112e-11 2340565.3 Loop time of 0.017278 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:18 2021 Pair time (%) = 0.00104713 (6.06052) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.213885) Outpt time (%) = 0.0160758 (93.0425) Other time (%) = 0.000118017 (0.683051) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:18 2021 Memory usage per processor = 27.5275 Mbytes Step Atoms AVEKE stressZZ 8152 5000 1.4510112e-11 2340558.2 8153 -0.00883999999999518 2340516.90821985 8153 5000 1.4509074e-11 2340516.9 Loop time of 0.0164502 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:18 2021 Pair time (%) = 0.000970125 (5.89736) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.207255) Outpt time (%) = 0.0153451 (93.2823) Other time (%) = 0.000100851 (0.61307) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:18 2021 Memory usage per processor = 27.5275 Mbytes Step Atoms AVEKE stressZZ 8153 5000 1.4509074e-11 2340509.9 8154 -0.00883999999999518 2340468.52112402 8154 5000 1.4508037e-11 2340468.5 Loop time of 0.0174589 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:18 2021 Pair time (%) = 0.00128794 (7.37696) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.19528) Outpt time (%) = 0.015991 (91.592) Other time (%) = 0.000145912 (0.835746) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:18 2021 Memory usage per processor = 27.5275 Mbytes Step Atoms AVEKE stressZZ 8154 5000 1.4508037e-11 2340461.5 8155 -0.00883999999999518 2340420.13638405 8155 5000 1.4507002e-11 2340420.1 Loop time of 0.0172749 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:18 2021 Pair time (%) = 0.000894785 (5.1797) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18494) Outpt time (%) = 0.0162559 (94.1012) Other time (%) = 9.2268e-05 (0.534117) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:18 2021 Memory usage per processor = 27.5275 Mbytes Step Atoms AVEKE stressZZ 8155 5000 1.4507002e-11 2340413.1 8156 -0.00883999999999518 2340371.75399859 8156 5000 1.4505967e-11 2340371.8 Loop time of 0.0164261 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:18 2021 Pair time (%) = 0.000944853 (5.75215) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.195948) Outpt time (%) = 0.0153558 (93.4844) Other time (%) = 9.32217e-05 (0.567522) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:18 2021 Memory usage per processor = 27.5275 Mbytes Step Atoms AVEKE stressZZ 8156 5000 1.4505967e-11 2340364.7 8157 -0.00883999999999518 2340323.37396674 8157 5000 1.4504932e-11 2340323.4 Loop time of 0.016263 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:18 2021 Pair time (%) = 0.000896931 (5.51516) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.196446) Outpt time (%) = 0.0152459 (93.746) Other time (%) = 8.82149e-05 (0.542427) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:18 2021 Memory usage per processor = 27.5275 Mbytes Step Atoms AVEKE stressZZ 8157 5000 1.4504932e-11 2340316.3 8158 -0.00883999999999518 2340274.99628783 8158 5000 1.4503897e-11 2340275 Loop time of 0.0164599 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:18 2021 Pair time (%) = 0.000899076 (5.46221) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.188302) Outpt time (%) = 0.01544 (93.8034) Other time (%) = 8.98838e-05 (0.546076) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:18 2021 Memory usage per processor = 27.5275 Mbytes Step Atoms AVEKE stressZZ 8158 5000 1.4503897e-11 2340267.9 8159 -0.00883999999999518 2340226.62096138 8159 5000 1.4502863e-11 2340226.6 Loop time of 0.0171821 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:18 2021 Pair time (%) = 0.001266 (7.36814) Neigh time (%) = 0 (0) Comm time (%) = 4.19617e-05 (0.244217) Outpt time (%) = 0.015708 (91.4205) Other time (%) = 0.000166178 (0.967156) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:18 2021 Memory usage per processor = 27.5275 Mbytes Step Atoms AVEKE stressZZ 8159 5000 1.4502863e-11 2340219.6 8160 -0.00883999999999518 2340178.24798693 8160 5000 1.4501829e-11 2340178.2 Loop time of 0.019012 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:18 2021 Pair time (%) = 0.000895977 (4.7127) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.168042) Outpt time (%) = 0.0179899 (94.6239) Other time (%) = 9.41753e-05 (0.495347) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:18 2021 Memory usage per processor = 27.5275 Mbytes Step Atoms AVEKE stressZZ 8160 5000 1.4501829e-11 2340171.2 8161 -0.00883999999999518 2340129.87736423 8161 5000 1.4500795e-11 2340129.9 Loop time of 0.0171709 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:18 2021 Pair time (%) = 0.000898838 (5.23466) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186059) Outpt time (%) = 0.0161169 (93.8614) Other time (%) = 0.000123262 (0.717856) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:18 2021 Memory usage per processor = 27.5275 Mbytes Step Atoms AVEKE stressZZ 8161 5000 1.4500795e-11 2340122.8 8162 -0.00883999999999518 2340081.50909285 8162 5000 1.4499762e-11 2340081.5 Loop time of 0.0164421 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:18 2021 Pair time (%) = 0.000899076 (5.46815) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.200107) Outpt time (%) = 0.0154181 (93.772) Other time (%) = 9.20296e-05 (0.55972) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:18 2021 Memory usage per processor = 27.5275 Mbytes Step Atoms AVEKE stressZZ 8162 5000 1.4499762e-11 2340074.5 8163 -0.00883999999999518 2340033.14317259 8163 5000 1.4498728e-11 2340033.1 Loop time of 0.016989 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:18 2021 Pair time (%) = 0.00102186 (6.01485) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.195069) Outpt time (%) = 0.0158219 (93.1305) Other time (%) = 0.000112057 (0.659584) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:18 2021 Memory usage per processor = 27.5275 Mbytes Step Atoms AVEKE stressZZ 8163 5000 1.4498728e-11 2340026.1 8164 -0.00883999999999518 2339984.77960317 8164 5000 1.4497694e-11 2339984.8 Loop time of 0.017168 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:18 2021 Pair time (%) = 0.000895977 (5.21886) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18609) Outpt time (%) = 0.0161481 (94.059) Other time (%) = 9.20296e-05 (0.536052) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:18 2021 Memory usage per processor = 27.5275 Mbytes Step Atoms AVEKE stressZZ 8164 5000 1.4497694e-11 2339977.7 8165 -0.00883999999999518 2339936.4183844 8165 5000 1.4496661e-11 2339936.4 Loop time of 0.016609 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:18 2021 Pair time (%) = 0.000897884 (5.40603) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.19379) Outpt time (%) = 0.01559 (93.8647) Other time (%) = 8.89301e-05 (0.535435) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:18 2021 Memory usage per processor = 27.5275 Mbytes Step Atoms AVEKE stressZZ 8165 5000 1.4496661e-11 2339929.4 8166 -0.00883999999999518 2339888.05951596 8166 5000 1.4495628e-11 2339888.1 Loop time of 0.0166149 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:18 2021 Pair time (%) = 0.000963926 (5.80157) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.203765) Outpt time (%) = 0.0155101 (93.3504) Other time (%) = 0.00010705 (0.6443) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:18 2021 Memory usage per processor = 27.5275 Mbytes Step Atoms AVEKE stressZZ 8166 5000 1.4495628e-11 2339881 8167 -0.00883999999999518 2339839.70299767 8167 5000 1.4494595e-11 2339839.7 Loop time of 0.0175829 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:18 2021 Pair time (%) = 0.000899076 (5.11336) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.1817) Outpt time (%) = 0.016562 (94.1937) Other time (%) = 8.98838e-05 (0.5112) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:18 2021 Memory usage per processor = 27.5275 Mbytes Step Atoms AVEKE stressZZ 8167 5000 1.4494595e-11 2339832.7 8168 -0.00883999999999518 2339791.34882927 8168 5000 1.4493561e-11 2339791.3 Loop time of 0.0177372 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:18 2021 Pair time (%) = 0.000945091 (5.32832) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.186841) Outpt time (%) = 0.0166569 (93.9095) Other time (%) = 0.000102043 (0.575307) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:18 2021 Memory usage per processor = 27.5275 Mbytes Step Atoms AVEKE stressZZ 8168 5000 1.4493561e-11 2339784.3 8169 -0.00883999999999518 2339742.99701053 8169 5000 1.4492528e-11 2339743 Loop time of 0.017014 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:18 2021 Pair time (%) = 0.00090003 (5.28993) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.194782) Outpt time (%) = 0.015959 (93.7992) Other time (%) = 0.000121832 (0.716067) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:18 2021 Memory usage per processor = 27.5275 Mbytes Step Atoms AVEKE stressZZ 8169 5000 1.4492528e-11 2339735.9 8170 -0.00883999999999518 2339694.64754122 8170 5000 1.4491496e-11 2339694.6 Loop time of 0.0195282 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:18 2021 Pair time (%) = 0.00126815 (6.49395) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.179472) Outpt time (%) = 0.018038 (92.3694) Other time (%) = 0.00018692 (0.957183) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:18 2021 Memory usage per processor = 27.5275 Mbytes Step Atoms AVEKE stressZZ 8170 5000 1.4491496e-11 2339687.6 8171 -0.00883999999999518 2339646.30042113 8171 5000 1.4490463e-11 2339646.3 Loop time of 0.0170441 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:18 2021 Pair time (%) = 0.000920057 (5.39811) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.188843) Outpt time (%) = 0.016 (93.8745) Other time (%) = 9.17912e-05 (0.538552) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:18 2021 Memory usage per processor = 27.5275 Mbytes Step Atoms AVEKE stressZZ 8171 5000 1.4490463e-11 2339639.2 8172 -0.00883999999999518 2339597.95564994 8172 5000 1.448943e-11 2339598 Loop time of 0.0170572 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:18 2021 Pair time (%) = 0.000933886 (5.47503) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192891) Outpt time (%) = 0.015995 (93.773) Other time (%) = 9.53674e-05 (0.559104) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:18 2021 Memory usage per processor = 27.5275 Mbytes Step Atoms AVEKE stressZZ 8172 5000 1.448943e-11 2339590.9 8173 -0.00883999999999518 2339549.61322757 8173 5000 1.4488398e-11 2339549.6 Loop time of 0.0165188 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:18 2021 Pair time (%) = 0.000923157 (5.58851) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.206394) Outpt time (%) = 0.0154159 (93.3232) Other time (%) = 0.000145674 (0.881865) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:18 2021 Memory usage per processor = 27.5275 Mbytes Step Atoms AVEKE stressZZ 8173 5000 1.4488398e-11 2339542.6 8174 -0.00883999999999518 2339501.27315371 8174 5000 1.4487365e-11 2339501.3 Loop time of 0.0170169 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:18 2021 Pair time (%) = 0.000962973 (5.65892) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.189145) Outpt time (%) = 0.015897 (93.4192) Other time (%) = 0.000124693 (0.73276) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:18 2021 Memory usage per processor = 27.5275 Mbytes Step Atoms AVEKE stressZZ 8174 5000 1.4487365e-11 2339494.2 8175 -0.00883999999999518 2339452.93542811 8175 5000 1.4486333e-11 2339452.9 Loop time of 0.017545 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:18 2021 Pair time (%) = 0.00104094 (5.93295) Neigh time (%) = 0 (0) Comm time (%) = 5.57899e-05 (0.317982) Outpt time (%) = 0.016315 (92.9894) Other time (%) = 0.000133276 (0.759624) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:18 2021 Memory usage per processor = 27.5275 Mbytes Step Atoms AVEKE stressZZ 8175 5000 1.4486333e-11 2339445.9 8176 -0.00883999999999518 2339404.60005059 8176 5000 1.4485301e-11 2339404.6 Loop time of 0.0173221 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:18 2021 Pair time (%) = 0.000965834 (5.57574) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.195447) Outpt time (%) = 0.0162148 (93.6081) Other time (%) = 0.000107527 (0.62075) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:18 2021 Memory usage per processor = 27.5275 Mbytes Step Atoms AVEKE stressZZ 8176 5000 1.4485301e-11 2339397.5 8177 -0.00883999999999518 2339356.26702093 8177 5000 1.4484268e-11 2339356.3 Loop time of 0.016835 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:18 2021 Pair time (%) = 0.000984907 (5.85036) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.195437) Outpt time (%) = 0.015713 (93.3353) Other time (%) = 0.000104189 (0.618884) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:18 2021 Memory usage per processor = 27.5275 Mbytes Step Atoms AVEKE stressZZ 8177 5000 1.4484268e-11 2339349.2 8178 -0.00883999999999518 2339307.93633886 8178 5000 1.4483236e-11 2339307.9 Loop time of 0.017339 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:18 2021 Pair time (%) = 0.00102782 (5.92781) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.270883) Outpt time (%) = 0.01615 (93.1427) Other time (%) = 0.000114202 (0.658646) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:18 2021 Memory usage per processor = 27.5275 Mbytes Step Atoms AVEKE stressZZ 8178 5000 1.4483236e-11 2339300.9 8179 -0.00883999999999518 2339259.6080042 8179 5000 1.4482204e-11 2339259.6 Loop time of 0.0173781 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:18 2021 Pair time (%) = 0.000896931 (5.16127) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.178353) Outpt time (%) = 0.016361 (94.1473) Other time (%) = 8.91685e-05 (0.513109) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:18 2021 Memory usage per processor = 27.5275 Mbytes Step Atoms AVEKE stressZZ 8179 5000 1.4482204e-11 2339252.6 8180 -0.00883999999999518 2339211.28201668 8180 5000 1.4481173e-11 2339211.3 Loop time of 0.0183909 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:19 2021 Pair time (%) = 0.000931978 (5.06761) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.173717) Outpt time (%) = 0.0173049 (94.0949) Other time (%) = 0.00012207 (0.663754) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:19 2021 Memory usage per processor = 27.5275 Mbytes Step Atoms AVEKE stressZZ 8180 5000 1.4481173e-11 2339204.2 8181 -0.00883999999999518 2339162.95837609 8181 5000 1.4480141e-11 2339163 Loop time of 0.016938 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:19 2021 Pair time (%) = 0.00118899 (7.01969) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.225216) Outpt time (%) = 0.0155761 (91.9598) Other time (%) = 0.000134706 (0.795293) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:19 2021 Memory usage per processor = 27.5275 Mbytes Step Atoms AVEKE stressZZ 8181 5000 1.4480141e-11 2339155.9 8182 -0.00883999999999518 2339114.63708219 8182 5000 1.4479109e-11 2339114.6 Loop time of 0.017086 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:19 2021 Pair time (%) = 0.000922203 (5.39741) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186984) Outpt time (%) = 0.016032 (93.8309) Other time (%) = 9.98974e-05 (0.584673) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:19 2021 Memory usage per processor = 27.5275 Mbytes Step Atoms AVEKE stressZZ 8182 5000 1.4479109e-11 2339107.6 8183 -0.00883999999999518 2339066.31813481 8183 5000 1.4478078e-11 2339066.3 Loop time of 0.0167899 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:19 2021 Pair time (%) = 0.000895023 (5.33072) Neigh time (%) = 0 (0) Comm time (%) = 7.00951e-05 (0.417483) Outpt time (%) = 0.0157001 (93.5091) Other time (%) = 0.000124693 (0.742666) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:19 2021 Memory usage per processor = 27.5275 Mbytes Step Atoms AVEKE stressZZ 8183 5000 1.4478078e-11 2339059.3 8184 -0.00883999999999518 2339018.00153367 8184 5000 1.4477046e-11 2339018 Loop time of 0.016547 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:19 2021 Pair time (%) = 0.000931978 (5.63232) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.198839) Outpt time (%) = 0.015465 (93.4614) Other time (%) = 0.000117064 (0.707462) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:19 2021 Memory usage per processor = 27.5275 Mbytes Step Atoms AVEKE stressZZ 8184 5000 1.4477046e-11 2339011 8185 -0.00883999999999518 2338969.68727857 8185 5000 1.4476015e-11 2338969.7 Loop time of 0.0173261 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:19 2021 Pair time (%) = 0.00106788 (6.16339) Neigh time (%) = 0 (0) Comm time (%) = 5.29289e-05 (0.305486) Outpt time (%) = 0.0160532 (92.6532) Other time (%) = 0.000152111 (0.877929) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:19 2021 Memory usage per processor = 27.5275 Mbytes Step Atoms AVEKE stressZZ 8185 5000 1.4476015e-11 2338962.6 8186 -0.00883999999999518 2338921.37536931 8186 5000 1.4474984e-11 2338921.4 Loop time of 0.0170522 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:19 2021 Pair time (%) = 0.000941992 (5.52417) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.269847) Outpt time (%) = 0.015954 (93.56) Other time (%) = 0.000110149 (0.645955) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:19 2021 Memory usage per processor = 27.5275 Mbytes Step Atoms AVEKE stressZZ 8186 5000 1.4474984e-11 2338914.3 8187 -0.00883999999999518 2338873.06580562 8187 5000 1.4473952e-11 2338873.1 Loop time of 0.01636 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:19 2021 Pair time (%) = 0.000895023 (5.47079) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.195281) Outpt time (%) = 0.0153389 (93.7583) Other time (%) = 9.41753e-05 (0.575642) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:19 2021 Memory usage per processor = 27.5275 Mbytes Step Atoms AVEKE stressZZ 8187 5000 1.4473952e-11 2338866 8188 -0.00883999999999518 2338824.75858729 8188 5000 1.4472921e-11 2338824.8 Loop time of 0.016978 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:19 2021 Pair time (%) = 0.00120687 (7.10845) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206429) Outpt time (%) = 0.015583 (91.7836) Other time (%) = 0.000153065 (0.901546) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:19 2021 Memory usage per processor = 27.5275 Mbytes Step Atoms AVEKE stressZZ 8188 5000 1.4472921e-11 2338817.7 8189 -0.00883999999999518 2338776.45371408 8189 5000 1.447189e-11 2338776.5 Loop time of 0.0171762 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:19 2021 Pair time (%) = 0.000897169 (5.22334) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.18045) Outpt time (%) = 0.0161541 (94.0493) Other time (%) = 9.39369e-05 (0.546903) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:19 2021 Memory usage per processor = 27.5275 Mbytes Step Atoms AVEKE stressZZ 8189 5000 1.447189e-11 2338769.4 8190 -0.00883999999999518 2338728.15118582 8190 5000 1.447086e-11 2338728.2 Loop time of 0.019048 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:19 2021 Pair time (%) = 0.000898123 (4.71506) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.167724) Outpt time (%) = 0.0180302 (94.6566) Other time (%) = 8.7738e-05 (0.460616) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:19 2021 Memory usage per processor = 27.5275 Mbytes Step Atoms AVEKE stressZZ 8190 5000 1.447086e-11 2338721.1 8191 -0.00883999999999518 2338679.85100223 8191 5000 1.4469829e-11 2338679.9 Loop time of 0.016552 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:19 2021 Pair time (%) = 0.000983 (5.93887) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.205981) Outpt time (%) = 0.015435 (93.2516) Other time (%) = 9.98974e-05 (0.603538) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:19 2021 Memory usage per processor = 27.5275 Mbytes Step Atoms AVEKE stressZZ 8191 5000 1.4469829e-11 2338672.8 8192 -0.00883999999999518 2338631.55316316 8192 5000 1.4468798e-11 2338631.6 Loop time of 0.0174789 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:19 2021 Pair time (%) = 0.000971794 (5.5598) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.199149) Outpt time (%) = 0.0163391 (93.4786) Other time (%) = 0.000133276 (0.762495) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:19 2021 Memory usage per processor = 27.5275 Mbytes Step Atoms AVEKE stressZZ 8192 5000 1.4468798e-11 2338624.5 8193 -0.00883999999999518 2338583.25766832 8193 5000 1.4467768e-11 2338583.3 Loop time of 0.0172451 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:19 2021 Pair time (%) = 0.000896931 (5.20109) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185259) Outpt time (%) = 0.016221 (94.062) Other time (%) = 9.5129e-05 (0.551631) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:19 2021 Memory usage per processor = 27.5275 Mbytes Step Atoms AVEKE stressZZ 8193 5000 1.4467768e-11 2338576.2 8194 -0.00883999999999518 2338534.96451752 8194 5000 1.4466737e-11 2338535 Loop time of 0.016654 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:19 2021 Pair time (%) = 0.000897884 (5.3914) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.186108) Outpt time (%) = 0.0156288 (93.8441) Other time (%) = 9.63211e-05 (0.578366) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:19 2021 Memory usage per processor = 27.5275 Mbytes Step Atoms AVEKE stressZZ 8194 5000 1.4466737e-11 2338527.9 8195 -0.00883999999999518 2338486.67371054 8195 5000 1.4465707e-11 2338486.7 Loop time of 0.0171769 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:19 2021 Pair time (%) = 0.00105596 (6.14755) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.209591) Outpt time (%) = 0.015975 (93.003) Other time (%) = 0.000109911 (0.639878) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:19 2021 Memory usage per processor = 27.5275 Mbytes Step Atoms AVEKE stressZZ 8195 5000 1.4465707e-11 2338479.6 8196 -0.00883999999999518 2338438.38524713 8196 5000 1.4464677e-11 2338438.4 Loop time of 0.0173349 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:19 2021 Pair time (%) = 0.000948906 (5.47395) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184299) Outpt time (%) = 0.016258 (93.7875) Other time (%) = 9.60827e-05 (0.554272) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:19 2021 Memory usage per processor = 27.5275 Mbytes Step Atoms AVEKE stressZZ 8196 5000 1.4464677e-11 2338431.3 8197 -0.00883999999999518 2338390.09912708 8197 5000 1.4463647e-11 2338390.1 Loop time of 0.017391 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:19 2021 Pair time (%) = 0.000900984 (5.18076) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.178221) Outpt time (%) = 0.0163372 (93.9405) Other time (%) = 0.000121832 (0.700547) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:19 2021 Memory usage per processor = 27.5275 Mbytes Step Atoms AVEKE stressZZ 8197 5000 1.4463647e-11 2338383 8198 -0.00883999999999518 2338341.81535017 8198 5000 1.4462617e-11 2338341.8 Loop time of 0.016475 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:19 2021 Pair time (%) = 0.000931025 (5.65115) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.199708) Outpt time (%) = 0.0154099 (93.5355) Other time (%) = 0.000101089 (0.613595) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:19 2021 Memory usage per processor = 27.5275 Mbytes Step Atoms AVEKE stressZZ 8198 5000 1.4462617e-11 2338334.8 8199 -0.00883999999999518 2338293.53391621 8199 5000 1.4461587e-11 2338293.5 Loop time of 0.0170631 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:19 2021 Pair time (%) = 0.000934839 (5.47871) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.19981) Outpt time (%) = 0.0159912 (93.7179) Other time (%) = 0.000102997 (0.603622) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:19 2021 Memory usage per processor = 27.5275 Mbytes Step Atoms AVEKE stressZZ 8199 5000 1.4461587e-11 2338286.5 8200 -0.00883999999999518 2338245.25482491 8200 5000 1.4460557e-11 2338245.3 Loop time of 0.018404 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:19 2021 Pair time (%) = 0.000971079 (5.27645) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.173593) Outpt time (%) = 0.017308 (94.0447) Other time (%) = 9.29832e-05 (0.505234) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:19 2021 Memory usage per processor = 27.5275 Mbytes Step Atoms AVEKE stressZZ 8200 5000 1.4460557e-11 2338238.2 8201 -0.00883999999999518 2338196.97807611 8201 5000 1.4459527e-11 2338197 Loop time of 0.0162771 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:19 2021 Pair time (%) = 0.000896931 (5.51039) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.196277) Outpt time (%) = 0.0152571 (93.7338) Other time (%) = 9.10759e-05 (0.559535) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:19 2021 Memory usage per processor = 27.5275 Mbytes Step Atoms AVEKE stressZZ 8201 5000 1.4459527e-11 2338189.9 8202 -0.00883999999999518 2338148.70366955 8202 5000 1.4458498e-11 2338148.7 Loop time of 0.0163059 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:19 2021 Pair time (%) = 0.000895023 (5.48895) Neigh time (%) = 0 (0) Comm time (%) = 5.48363e-05 (0.336297) Outpt time (%) = 0.0152729 (93.6645) Other time (%) = 8.32081e-05 (0.510294) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:19 2021 Memory usage per processor = 27.5275 Mbytes Step Atoms AVEKE stressZZ 8202 5000 1.4458498e-11 2338141.7 8203 -0.00883999999999518 2338100.43160503 8203 5000 1.4457468e-11 2338100.4 Loop time of 0.016351 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:19 2021 Pair time (%) = 0.000896931 (5.48548) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.195389) Outpt time (%) = 0.015336 (93.7927) Other time (%) = 8.60691e-05 (0.526385) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:19 2021 Memory usage per processor = 27.5275 Mbytes Step Atoms AVEKE stressZZ 8203 5000 1.4457468e-11 2338093.4 8204 -0.00883999999999518 2338052.16188233 8204 5000 1.4456439e-11 2338052.2 Loop time of 0.017601 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:19 2021 Pair time (%) = 0.00125599 (7.13589) Neigh time (%) = 0 (0) Comm time (%) = 5.00679e-05 (0.28446) Outpt time (%) = 0.0161572 (91.7967) Other time (%) = 0.000137806 (0.782943) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:19 2021 Memory usage per processor = 27.5275 Mbytes Step Atoms AVEKE stressZZ 8204 5000 1.4456439e-11 2338045.1 8205 -0.00883999999999518 2338003.89450124 8205 5000 1.4455409e-11 2338003.9 Loop time of 0.0177159 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:19 2021 Pair time (%) = 0.000923157 (5.21088) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.192447) Outpt time (%) = 0.016659 (94.0341) Other time (%) = 9.9659e-05 (0.562539) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:19 2021 Memory usage per processor = 27.5275 Mbytes Step Atoms AVEKE stressZZ 8205 5000 1.4455409e-11 2337996.8 8206 -0.00883999999999518 2337955.62946152 8206 5000 1.445438e-11 2337955.6 Loop time of 0.0163989 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:19 2021 Pair time (%) = 0.000926971 (5.65264) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194818) Outpt time (%) = 0.015317 (93.4023) Other time (%) = 0.000123024 (0.750196) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:19 2021 Memory usage per processor = 27.5275 Mbytes Step Atoms AVEKE stressZZ 8206 5000 1.445438e-11 2337948.6 8207 -0.00883999999999518 2337907.36676295 8207 5000 1.4453351e-11 2337907.4 Loop time of 0.016768 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:19 2021 Pair time (%) = 0.000962973 (5.74293) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209015) Outpt time (%) = 0.0156579 (93.3798) Other time (%) = 0.000112057 (0.668278) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:19 2021 Memory usage per processor = 27.5275 Mbytes Step Atoms AVEKE stressZZ 8207 5000 1.4453351e-11 2337900.3 8208 -0.00883999999999518 2337859.10640535 8208 5000 1.4452322e-11 2337859.1 Loop time of 0.017441 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:19 2021 Pair time (%) = 0.00102687 (5.88766) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.17771) Outpt time (%) = 0.0162189 (92.9928) Other time (%) = 0.00016427 (0.941862) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:19 2021 Memory usage per processor = 27.5275 Mbytes Step Atoms AVEKE stressZZ 8208 5000 1.4452322e-11 2337852.1 8209 -0.00883999999999518 2337810.84838844 8209 5000 1.4451293e-11 2337810.8 Loop time of 0.0171821 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:19 2021 Pair time (%) = 0.000898123 (5.22708) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185938) Outpt time (%) = 0.0161171 (93.8016) Other time (%) = 0.000134945 (0.78538) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:19 2021 Memory usage per processor = 27.5275 Mbytes Step Atoms AVEKE stressZZ 8209 5000 1.4451293e-11 2337803.8 8210 -0.00883999999999518 2337762.59271203 8210 5000 1.4450265e-11 2337762.6 Loop time of 0.018393 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:19 2021 Pair time (%) = 0.000897884 (4.88165) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.174993) Outpt time (%) = 0.0173681 (94.4274) Other time (%) = 9.48906e-05 (0.515905) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:19 2021 Memory usage per processor = 27.5275 Mbytes Step Atoms AVEKE stressZZ 8210 5000 1.4450265e-11 2337755.5 8211 -0.00883999999999518 2337714.33937591 8211 5000 1.4449236e-11 2337714.3 Loop time of 0.016953 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:19 2021 Pair time (%) = 0.00111604 (6.58313) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.212359) Outpt time (%) = 0.01566 (92.3734) Other time (%) = 0.000140905 (0.831153) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:19 2021 Memory usage per processor = 27.5275 Mbytes Step Atoms AVEKE stressZZ 8211 5000 1.4449236e-11 2337707.3 8212 -0.00883999999999518 2337666.08837986 8212 5000 1.4448207e-11 2337666.1 Loop time of 0.0171549 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:19 2021 Pair time (%) = 0.00090003 (5.24648) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186233) Outpt time (%) = 0.01613 (94.0253) Other time (%) = 9.29832e-05 (0.54202) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:19 2021 Memory usage per processor = 27.5275 Mbytes Step Atoms AVEKE stressZZ 8212 5000 1.4448207e-11 2337659 8213 -0.00883999999999518 2337617.83972364 8213 5000 1.4447179e-11 2337617.8 Loop time of 0.0168998 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:19 2021 Pair time (%) = 0.000895977 (5.30169) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.183401) Outpt time (%) = 0.015878 (93.9534) Other time (%) = 9.48906e-05 (0.561489) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:19 2021 Memory usage per processor = 27.5275 Mbytes Step Atoms AVEKE stressZZ 8213 5000 1.4447179e-11 2337610.8 8214 -0.00883999999999518 2337569.59340707 8214 5000 1.444615e-11 2337569.6 Loop time of 0.016902 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:19 2021 Pair time (%) = 0.00090909 (5.3786) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.196073) Outpt time (%) = 0.0158291 (93.6523) Other time (%) = 0.000130653 (0.773007) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:19 2021 Memory usage per processor = 27.5275 Mbytes Step Atoms AVEKE stressZZ 8214 5000 1.444615e-11 2337562.5 8215 -0.00883999999999518 2337521.34942992 8215 5000 1.4445122e-11 2337521.3 Loop time of 0.017271 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:19 2021 Pair time (%) = 0.000934124 (5.40861) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184981) Outpt time (%) = 0.016166 (93.6016) Other time (%) = 0.000138998 (0.804804) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:19 2021 Memory usage per processor = 27.5275 Mbytes Step Atoms AVEKE stressZZ 8215 5000 1.4445122e-11 2337514.3 8216 -0.00883999999999518 2337473.10779193 8216 5000 1.4444094e-11 2337473.1 Loop time of 0.0172901 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:19 2021 Pair time (%) = 0.000983953 (5.69084) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190292) Outpt time (%) = 0.016099 (93.1109) Other time (%) = 0.000174284 (1.008) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:19 2021 Memory usage per processor = 27.5275 Mbytes Step Atoms AVEKE stressZZ 8216 5000 1.4444094e-11 2337466.1 8217 -0.00883999999999518 2337424.86849289 8217 5000 1.4443066e-11 2337424.9 Loop time of 0.0168021 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:19 2021 Pair time (%) = 0.000895023 (5.32686) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190144) Outpt time (%) = 0.015744 (93.7026) Other time (%) = 0.00013113 (0.780441) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:19 2021 Memory usage per processor = 27.5275 Mbytes Step Atoms AVEKE stressZZ 8217 5000 1.4443066e-11 2337417.8 8218 -0.00883999999999518 2337376.63153262 8218 5000 1.4442038e-11 2337376.6 Loop time of 0.0167708 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:19 2021 Pair time (%) = 0.00110292 (6.57644) Neigh time (%) = 0 (0) Comm time (%) = 4.98295e-05 (0.29712) Outpt time (%) = 0.0154908 (92.3673) Other time (%) = 0.000127316 (0.759148) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:19 2021 Memory usage per processor = 27.5275 Mbytes Step Atoms AVEKE stressZZ 8218 5000 1.4442038e-11 2337369.6 8219 -0.00883999999999518 2337328.39691091 8219 5000 1.444101e-11 2337328.4 Loop time of 0.017132 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:19 2021 Pair time (%) = 0.000897884 (5.24096) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180915) Outpt time (%) = 0.0161161 (94.0702) Other time (%) = 8.70228e-05 (0.507953) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:19 2021 Memory usage per processor = 27.5275 Mbytes Step Atoms AVEKE stressZZ 8219 5000 1.444101e-11 2337321.3 8220 -0.00883999999999518 2337280.16462749 8220 5000 1.4439982e-11 2337280.2 Loop time of 0.0191002 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:19 2021 Pair time (%) = 0.000893831 (4.6797) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.167266) Outpt time (%) = 0.018043 (94.4652) Other time (%) = 0.000131369 (0.687787) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:19 2021 Memory usage per processor = 27.5275 Mbytes Step Atoms AVEKE stressZZ 8220 5000 1.4439982e-11 2337273.1 8221 -0.00883999999999518 2337231.9346822 8221 5000 1.4438955e-11 2337231.9 Loop time of 0.0164139 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:19 2021 Pair time (%) = 0.000900984 (5.48914) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.18883) Outpt time (%) = 0.0153949 (93.7919) Other time (%) = 8.70228e-05 (0.530176) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:21:19 2021 Memory usage per processor = 27.5275 Mbytes Step Atoms AVEKE stressZZ 8221 5000 1.4438955e-11 2337224.9 8222 -0.00883999999999518 2337175.39131367 8222 5000 2.8525281e-11 2337252 Loop time of 0.0171089 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:19 2021 Pair time (%) = 0.00125408 (7.32999) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204849) Outpt time (%) = 0.0155938 (91.1441) Other time (%) = 0.000226021 (1.32107) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:19 2021 Memory usage per processor = 27.5275 Mbytes Step Atoms AVEKE stressZZ 8222 5000 2.8525281e-11 2375783.6 8223 -0.00887249999999516 2375728.86426116 8223 5000 2.3025067e-11 2375728.9 Loop time of 0.0171421 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:20 2021 Pair time (%) = 0.000941038 (5.48965) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180809) Outpt time (%) = 0.0160751 (93.776) Other time (%) = 9.48906e-05 (0.553554) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:20 2021 Memory usage per processor = 27.5275 Mbytes Step Atoms AVEKE stressZZ 8223 5000 2.3025067e-11 2375719.4 8224 -0.00887249999999516 2375669.31337389 8224 5000 1.9835032e-11 2375669.3 Loop time of 0.016618 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:20 2021 Pair time (%) = 0.00090003 (5.41599) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.19225) Outpt time (%) = 0.015594 (93.838) Other time (%) = 9.20296e-05 (0.553794) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:20 2021 Memory usage per processor = 27.5275 Mbytes Step Atoms AVEKE stressZZ 8224 5000 1.9835032e-11 2375660.7 8225 -0.00887249999999516 2375613.55668362 8225 5000 1.7930864e-11 2375613.6 Loop time of 0.0167699 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:20 2021 Pair time (%) = 0.00104308 (6.21997) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.220365) Outpt time (%) = 0.0155759 (92.8801) Other time (%) = 0.000113964 (0.679576) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:20 2021 Memory usage per processor = 27.5275 Mbytes Step Atoms AVEKE stressZZ 8225 5000 1.7930864e-11 2375605.4 8226 -0.00887249999999516 2375560.21211032 8226 5000 1.6770253e-11 2375560.2 Loop time of 0.017122 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:20 2021 Pair time (%) = 0.0010159 (5.9333) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186591) Outpt time (%) = 0.0159769 (93.312) Other time (%) = 9.72748e-05 (0.568126) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:20 2021 Memory usage per processor = 27.5275 Mbytes Step Atoms AVEKE stressZZ 8226 5000 1.6770253e-11 2375552.4 8227 -0.00887249999999516 2375508.40133018 8227 5000 1.6052442e-11 2375508.4 Loop time of 0.0170939 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:20 2021 Pair time (%) = 0.000898123 (5.25406) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186898) Outpt time (%) = 0.0160429 (93.8519) Other time (%) = 0.000120878 (0.707143) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:20 2021 Memory usage per processor = 27.5275 Mbytes Step Atoms AVEKE stressZZ 8227 5000 1.6052442e-11 2375500.8 8228 -0.00887249999999516 2375457.5661596 8228 5000 1.5604022e-11 2375457.6 Loop time of 0.0163269 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:20 2021 Pair time (%) = 0.000912189 (5.58703) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.195678) Outpt time (%) = 0.0152891 (93.6434) Other time (%) = 9.36985e-05 (0.57389) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:20 2021 Memory usage per processor = 27.5275 Mbytes Step Atoms AVEKE stressZZ 8228 5000 1.5604022e-11 2375450.1 8229 -0.00887249999999516 2375407.35186701 8229 5000 1.5321951e-11 2375407.4 Loop time of 0.0171859 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:20 2021 Pair time (%) = 0.000951052 (5.5339) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191446) Outpt time (%) = 0.0161009 (93.6864) Other time (%) = 0.000101089 (0.588211) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:20 2021 Memory usage per processor = 27.5275 Mbytes Step Atoms AVEKE stressZZ 8229 5000 1.5321951e-11 2375400 8230 -0.00887249999999516 2375357.5330165 8230 5000 1.5143636e-11 2375357.5 Loop time of 0.01929 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:20 2021 Pair time (%) = 0.00090003 (4.66579) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.16562) Outpt time (%) = 0.0182669 (94.6964) Other time (%) = 9.10759e-05 (0.472141) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:20 2021 Memory usage per processor = 27.5276 Mbytes Step Atoms AVEKE stressZZ 8230 5000 1.5143636e-11 2375350.2 8231 -0.00887249999999516 2375307.96641469 8231 5000 1.5030467e-11 2375308 Loop time of 0.0167139 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:20 2021 Pair time (%) = 0.000899076 (5.37923) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.185441) Outpt time (%) = 0.015691 (93.8804) Other time (%) = 9.27448e-05 (0.554898) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:20 2021 Memory usage per processor = 27.5276 Mbytes Step Atoms AVEKE stressZZ 8231 5000 1.5030467e-11 2375300.7 8232 -0.00887249999999516 2375258.5610078 8232 5000 1.4958378e-11 2375258.6 Loop time of 0.0164571 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:20 2021 Pair time (%) = 0.000917912 (5.57761) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.207168) Outpt time (%) = 0.015408 (93.6256) Other time (%) = 9.70364e-05 (0.589633) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:20 2021 Memory usage per processor = 27.5276 Mbytes Step Atoms AVEKE stressZZ 8232 5000 1.4958378e-11 2375251.3 8233 -0.00887249999999516 2375209.25890817 8233 5000 1.4912267e-11 2375209.3 Loop time of 0.017158 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:20 2021 Pair time (%) = 0.000928879 (5.41367) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193147) Outpt time (%) = 0.0160699 (93.6581) Other time (%) = 0.000126123 (0.735069) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:20 2021 Memory usage per processor = 27.5276 Mbytes Step Atoms AVEKE stressZZ 8233 5000 1.4912267e-11 2375202 8234 -0.00887249999999516 2375160.02333529 8234 5000 1.4882612e-11 2375160 Loop time of 0.0171289 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:20 2021 Pair time (%) = 0.000900984 (5.26001) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186515) Outpt time (%) = 0.0161021 (94.0051) Other time (%) = 9.39369e-05 (0.54841) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:20 2021 Memory usage per processor = 27.5276 Mbytes Step Atoms AVEKE stressZZ 8234 5000 1.4882612e-11 2375152.8 8235 -0.00887249999999516 2375110.83091527 8235 5000 1.4863395e-11 2375110.8 Loop time of 0.016423 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:20 2021 Pair time (%) = 0.000902176 (5.49337) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194533) Outpt time (%) = 0.0154021 (93.7837) Other time (%) = 8.67844e-05 (0.528432) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:20 2021 Memory usage per processor = 27.5276 Mbytes Step Atoms AVEKE stressZZ 8235 5000 1.4863395e-11 2375103.6 8236 -0.00887249999999516 2375061.66679337 8236 5000 1.4850802e-11 2375061.7 Loop time of 0.0171561 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:20 2021 Pair time (%) = 0.00112915 (6.58162) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.239028) Outpt time (%) = 0.0158591 (92.44) Other time (%) = 0.000126839 (0.73932) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:20 2021 Memory usage per processor = 27.5276 Mbytes Step Atoms AVEKE stressZZ 8236 5000 1.4850802e-11 2375054.4 8237 -0.00887249999999516 2375012.52152899 8237 5000 1.4842415e-11 2375012.5 Loop time of 0.017076 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:20 2021 Pair time (%) = 0.000900984 (5.27631) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181508) Outpt time (%) = 0.0160499 (93.9907) Other time (%) = 9.41753e-05 (0.551507) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:20 2021 Memory usage per processor = 27.5276 Mbytes Step Atoms AVEKE stressZZ 8237 5000 1.4842415e-11 2375005.3 8238 -0.00887249999999516 2374963.38912202 8238 5000 1.48367e-11 2374963.4 Loop time of 0.017195 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:20 2021 Pair time (%) = 0.000899076 (5.22871) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180253) Outpt time (%) = 0.0161772 (94.0808) Other time (%) = 8.7738e-05 (0.510254) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:20 2021 Memory usage per processor = 27.5276 Mbytes Step Atoms AVEKE stressZZ 8238 5000 1.48367e-11 2374956.2 8239 -0.00887249999999516 2374914.26575906 8239 5000 1.4832683e-11 2374914.3 Loop time of 0.0172119 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:20 2021 Pair time (%) = 0.00101519 (5.89816) Neigh time (%) = 0 (0) Comm time (%) = 6.29425e-05 (0.365691) Outpt time (%) = 0.015974 (92.8081) Other time (%) = 0.00015974 (0.928081) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:20 2021 Memory usage per processor = 27.5276 Mbytes Step Atoms AVEKE stressZZ 8239 5000 1.4832683e-11 2374907.1 8240 -0.00887249999999516 2374865.14901619 8240 5000 1.4829744e-11 2374865.1 Loop time of 0.0190029 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:20 2021 Pair time (%) = 0.000950098 (4.99975) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.173141) Outpt time (%) = 0.0179181 (94.2914) Other time (%) = 0.000101805 (0.535732) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:20 2021 Memory usage per processor = 27.5276 Mbytes Step Atoms AVEKE stressZZ 8240 5000 1.4829744e-11 2374857.9 8241 -0.00887249999999516 2374816.03735273 8241 5000 1.4827491e-11 2374816 Loop time of 0.017488 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:20 2021 Pair time (%) = 0.000945091 (5.40423) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182686) Outpt time (%) = 0.0164189 (93.8868) Other time (%) = 9.20296e-05 (0.526244) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:20 2021 Memory usage per processor = 27.5276 Mbytes Step Atoms AVEKE stressZZ 8241 5000 1.4827491e-11 2374808.8 8242 -0.00887249999999516 2374766.9297892 8242 5000 1.4825673e-11 2374766.9 Loop time of 0.0167961 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:20 2021 Pair time (%) = 0.000905037 (5.38837) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190211) Outpt time (%) = 0.0157659 (93.8664) Other time (%) = 9.32217e-05 (0.555019) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:20 2021 Memory usage per processor = 27.5276 Mbytes Step Atoms AVEKE stressZZ 8242 5000 1.4825673e-11 2374759.7 8243 -0.00887249999999516 2374717.82570291 8243 5000 1.4824132e-11 2374717.8 Loop time of 0.016552 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:20 2021 Pair time (%) = 0.000962973 (5.81787) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.205981) Outpt time (%) = 0.015451 (93.3481) Other time (%) = 0.000103951 (0.628025) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:20 2021 Memory usage per processor = 27.5276 Mbytes Step Atoms AVEKE stressZZ 8243 5000 1.4824132e-11 2374710.6 8244 -0.00887249999999516 2374668.72469785 8244 5000 1.4822766e-11 2374668.7 Loop time of 0.0163989 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:20 2021 Pair time (%) = 0.000936031 (5.70789) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194818) Outpt time (%) = 0.015342 (93.555) Other time (%) = 8.89301e-05 (0.542293) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:20 2021 Memory usage per processor = 27.5276 Mbytes Step Atoms AVEKE stressZZ 8244 5000 1.4822766e-11 2374661.5 8245 -0.00887249999999516 2374619.62651915 8245 5000 1.4821513e-11 2374619.6 Loop time of 0.0163231 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:20 2021 Pair time (%) = 0.000900984 (5.51969) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.189881) Outpt time (%) = 0.0153 (93.7325) Other time (%) = 9.10759e-05 (0.557957) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:20 2021 Memory usage per processor = 27.5276 Mbytes Step Atoms AVEKE stressZZ 8245 5000 1.4821513e-11 2374612.4 8246 -0.00887249999999516 2374570.53098567 8246 5000 1.4820331e-11 2374570.5 Loop time of 0.016444 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:20 2021 Pair time (%) = 0.000901937 (5.48491) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.188485) Outpt time (%) = 0.015419 (93.7669) Other time (%) = 9.20296e-05 (0.559656) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:20 2021 Memory usage per processor = 27.5276 Mbytes Step Atoms AVEKE stressZZ 8246 5000 1.4820331e-11 2374563.3 8247 -0.00887249999999516 2374521.4380174 8247 5000 1.4819194e-11 2374521.4 Loop time of 0.017808 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:20 2021 Pair time (%) = 0.000897169 (5.03802) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.179403) Outpt time (%) = 0.0167909 (94.2885) Other time (%) = 8.79765e-05 (0.494029) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:20 2021 Memory usage per processor = 27.5276 Mbytes Step Atoms AVEKE stressZZ 8247 5000 1.4819194e-11 2374514.2 8248 -0.00887249999999516 2374472.34754938 8248 5000 1.4818086e-11 2374472.3 Loop time of 0.017036 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:20 2021 Pair time (%) = 0.00118899 (6.97932) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.211325) Outpt time (%) = 0.015666 (91.9585) Other time (%) = 0.000144958 (0.850897) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:20 2021 Memory usage per processor = 27.5276 Mbytes Step Atoms AVEKE stressZZ 8248 5000 1.4818086e-11 2374465.1 8249 -0.00887249999999516 2374423.25954006 8249 5000 1.4816996e-11 2374423.3 Loop time of 0.0174251 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:20 2021 Pair time (%) = 0.00105882 (6.0764) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.188819) Outpt time (%) = 0.0162251 (93.1136) Other time (%) = 0.000108242 (0.621186) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:20 2021 Memory usage per processor = 27.5276 Mbytes Step Atoms AVEKE stressZZ 8249 5000 1.4816996e-11 2374416 8250 -0.00887249999999516 2374374.17396291 8250 5000 1.4815918e-11 2374374.2 Loop time of 0.0192921 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:20 2021 Pair time (%) = 0.000921011 (4.77403) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.160658) Outpt time (%) = 0.018214 (94.4116) Other time (%) = 0.000126123 (0.653756) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:20 2021 Memory usage per processor = 27.5276 Mbytes Step Atoms AVEKE stressZZ 8250 5000 1.4815918e-11 2374367 8251 -0.00887249999999516 2374325.09080088 8251 5000 1.4814847e-11 2374325.1 Loop time of 0.0173161 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:20 2021 Pair time (%) = 0.000878811 (5.07511) Neigh time (%) = 0 (0) Comm time (%) = 4.3869e-05 (0.253342) Outpt time (%) = 0.016289 (94.0685) Other time (%) = 0.000104427 (0.603065) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:20 2021 Memory usage per processor = 27.5276 Mbytes Step Atoms AVEKE stressZZ 8251 5000 1.4814847e-11 2374317.9 8252 -0.00887249999999516 2374276.01004303 8252 5000 1.4813781e-11 2374276 Loop time of 0.016921 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:20 2021 Pair time (%) = 0.000916958 (5.41904) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.194443) Outpt time (%) = 0.015837 (93.5932) Other time (%) = 0.00013423 (0.793271) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:20 2021 Memory usage per processor = 27.5276 Mbytes Step Atoms AVEKE stressZZ 8252 5000 1.4813781e-11 2374268.8 8253 -0.00887249999999516 2374226.93168219 8253 5000 1.4812718e-11 2374226.9 Loop time of 0.0170889 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:20 2021 Pair time (%) = 0.0010581 (6.19175) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.20509) Outpt time (%) = 0.0158751 (92.8972) Other time (%) = 0.00012064 (0.705955) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:20 2021 Memory usage per processor = 27.5276 Mbytes Step Atoms AVEKE stressZZ 8253 5000 1.4812718e-11 2374219.7 8254 -0.00887249999999516 2374177.8557137 8254 5000 1.4811657e-11 2374177.9 Loop time of 0.0173709 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:20 2021 Pair time (%) = 0.00090003 (5.18124) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.185289) Outpt time (%) = 0.0163469 (94.1051) Other time (%) = 9.17912e-05 (0.528418) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:20 2021 Memory usage per processor = 27.5276 Mbytes Step Atoms AVEKE stressZZ 8254 5000 1.4811657e-11 2374170.6 8255 -0.00887249999999516 2374128.78213437 8255 5000 1.4810598e-11 2374128.8 Loop time of 0.0170679 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:20 2021 Pair time (%) = 0.000919104 (5.38498) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.194167) Outpt time (%) = 0.016021 (93.8663) Other time (%) = 9.46522e-05 (0.554562) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:20 2021 Memory usage per processor = 27.5276 Mbytes Step Atoms AVEKE stressZZ 8255 5000 1.4810598e-11 2374121.6 8256 -0.00887249999999516 2374079.71094214 8256 5000 1.4809539e-11 2374079.7 Loop time of 0.017324 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:20 2021 Pair time (%) = 0.00102305 (5.90543) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.207812) Outpt time (%) = 0.016082 (92.8312) Other time (%) = 0.000182867 (1.05557) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:20 2021 Memory usage per processor = 27.5276 Mbytes Step Atoms AVEKE stressZZ 8256 5000 1.4809539e-11 2374072.5 8257 -0.00887249999999516 2374030.64213549 8257 5000 1.4808481e-11 2374030.6 Loop time of 0.017453 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:20 2021 Pair time (%) = 0.00137186 (7.86033) Neigh time (%) = 0 (0) Comm time (%) = 4.29153e-05 (0.245892) Outpt time (%) = 0.0158782 (90.9771) Other time (%) = 0.000159979 (0.916629) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:20 2021 Memory usage per processor = 27.5276 Mbytes Step Atoms AVEKE stressZZ 8257 5000 1.4808481e-11 2374023.4 8258 -0.00887249999999516 2373981.57571339 8258 5000 1.4807423e-11 2373981.6 Loop time of 0.0177372 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:20 2021 Pair time (%) = 0.00113201 (6.38215) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.213724) Outpt time (%) = 0.016453 (92.7603) Other time (%) = 0.000114202 (0.64386) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:20 2021 Memory usage per processor = 27.5276 Mbytes Step Atoms AVEKE stressZZ 8258 5000 1.4807423e-11 2373974.4 8259 -0.00887249999999516 2373932.51167492 8259 5000 1.4806366e-11 2373932.5 Loop time of 0.01721 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:20 2021 Pair time (%) = 0.000975847 (5.67023) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.196719) Outpt time (%) = 0.016098 (93.5387) Other time (%) = 0.000102282 (0.594315) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:20 2021 Memory usage per processor = 27.5276 Mbytes Step Atoms AVEKE stressZZ 8259 5000 1.4806366e-11 2373925.3 8260 -0.00887249999999516 2373883.45001952 8260 5000 1.4805309e-11 2373883.5 Loop time of 0.0192349 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:20 2021 Pair time (%) = 0.000982046 (5.10554) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.17725) Outpt time (%) = 0.0181019 (94.1098) Other time (%) = 0.000116825 (0.60736) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:20 2021 Memory usage per processor = 27.5276 Mbytes Step Atoms AVEKE stressZZ 8260 5000 1.4805309e-11 2373876.2 8261 -0.00887249999999516 2373834.3907466 8261 5000 1.4804252e-11 2373834.4 Loop time of 0.0420229 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:20 2021 Pair time (%) = 0.00121403 (2.88896) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.0805642) Outpt time (%) = 0.040637 (96.702) Other time (%) = 0.000138044 (0.328498) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:20 2021 Memory usage per processor = 27.5276 Mbytes Step Atoms AVEKE stressZZ 8261 5000 1.4804252e-11 2373827.2 8262 -0.00887249999999516 2373785.33385572 8262 5000 1.4803195e-11 2373785.3 Loop time of 0.017565 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:20 2021 Pair time (%) = 0.00106788 (6.07957) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.19953) Outpt time (%) = 0.0163391 (93.0205) Other time (%) = 0.000123024 (0.700392) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:20 2021 Memory usage per processor = 27.5276 Mbytes Step Atoms AVEKE stressZZ 8262 5000 1.4803195e-11 2373778.1 8263 -0.00887249999999516 2373736.27934647 8263 5000 1.4802138e-11 2373736.3 Loop time of 0.0173481 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:20 2021 Pair time (%) = 0.00124002 (7.14786) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.236384) Outpt time (%) = 0.0159051 (91.6826) Other time (%) = 0.000161886 (0.933167) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:20 2021 Memory usage per processor = 27.5276 Mbytes Step Atoms AVEKE stressZZ 8263 5000 1.4802138e-11 2373729.1 8264 -0.00887249999999516 2373687.22721845 8264 5000 1.4801082e-11 2373687.2 Loop time of 0.01721 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:20 2021 Pair time (%) = 0.001086 (6.31026) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.214729) Outpt time (%) = 0.0159719 (92.8059) Other time (%) = 0.000115156 (0.669123) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:20 2021 Memory usage per processor = 27.5276 Mbytes Step Atoms AVEKE stressZZ 8264 5000 1.4801082e-11 2373680 8265 -0.00887249999999516 2373638.17747127 8265 5000 1.4800025e-11 2373638.2 Loop time of 0.0171938 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:21 2021 Pair time (%) = 0.00091815 (5.34001) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185812) Outpt time (%) = 0.01615 (93.9292) Other time (%) = 9.36985e-05 (0.544955) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:21 2021 Memory usage per processor = 27.5276 Mbytes Step Atoms AVEKE stressZZ 8265 5000 1.4800025e-11 2373631 8266 -0.00887249999999516 2373589.13010461 8266 5000 1.4798969e-11 2373589.1 Loop time of 0.0178041 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:21 2021 Pair time (%) = 0.00116205 (6.52686) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.195511) Outpt time (%) = 0.01648 (92.5625) Other time (%) = 0.000127316 (0.715089) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:21 2021 Memory usage per processor = 27.5276 Mbytes Step Atoms AVEKE stressZZ 8266 5000 1.4798969e-11 2373581.9 8267 -0.00887249999999516 2373540.08511811 8267 5000 1.4797913e-11 2373540.1 Loop time of 0.0175509 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:21 2021 Pair time (%) = 0.000941038 (5.36175) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.188823) Outpt time (%) = 0.0164731 (93.8585) Other time (%) = 0.000103712 (0.59092) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:21 2021 Memory usage per processor = 27.5276 Mbytes Step Atoms AVEKE stressZZ 8267 5000 1.4797913e-11 2373532.9 8268 -0.00887249999999516 2373491.04251146 8268 5000 1.4796856e-11 2373491 Loop time of 0.01752 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:21 2021 Pair time (%) = 0.000975132 (5.56584) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.189157) Outpt time (%) = 0.016413 (93.6816) Other time (%) = 9.87053e-05 (0.563388) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:21 2021 Memory usage per processor = 27.5276 Mbytes Step Atoms AVEKE stressZZ 8268 5000 1.4796856e-11 2373483.8 8269 -0.00887249999999516 2373442.00228438 8269 5000 1.47958e-11 2373442 Loop time of 0.017472 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:21 2021 Pair time (%) = 0.00100303 (5.74076) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.193769) Outpt time (%) = 0.01631 (93.3491) Other time (%) = 0.00012517 (0.716401) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:21 2021 Memory usage per processor = 27.5276 Mbytes Step Atoms AVEKE stressZZ 8269 5000 1.47958e-11 2373434.8 8270 -0.00887249999999516 2373392.96443647 8270 5000 1.4794745e-11 2373393 Loop time of 0.019242 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:21 2021 Pair time (%) = 0.000949144 (4.93266) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.175945) Outpt time (%) = 0.018157 (94.3611) Other time (%) = 0.000102043 (0.530313) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:21 2021 Memory usage per processor = 27.5276 Mbytes Step Atoms AVEKE stressZZ 8270 5000 1.4794745e-11 2373385.8 8271 -0.00887249999999516 2373343.92896752 8271 5000 1.4793689e-11 2373343.9 Loop time of 0.017345 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:21 2021 Pair time (%) = 0.000930071 (5.3622) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191065) Outpt time (%) = 0.0162501 (93.688) Other time (%) = 0.000131607 (0.758763) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:21 2021 Memory usage per processor = 27.5276 Mbytes Step Atoms AVEKE stressZZ 8271 5000 1.4793689e-11 2373336.7 8272 -0.00887249999999516 2373294.89587715 8272 5000 1.4792633e-11 2373294.9 Loop time of 0.01722 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:21 2021 Pair time (%) = 0.00095892 (5.56863) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.196605) Outpt time (%) = 0.0161219 (93.6228) Other time (%) = 0.000105381 (0.611968) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:21 2021 Memory usage per processor = 27.5276 Mbytes Step Atoms AVEKE stressZZ 8272 5000 1.4792633e-11 2373287.7 8273 -0.00887249999999516 2373245.86516512 8273 5000 1.4791577e-11 2373245.9 Loop time of 0.017833 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:21 2021 Pair time (%) = 0.00106001 (5.94409) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.196532) Outpt time (%) = 0.016629 (93.2484) Other time (%) = 0.000108957 (0.610987) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:21 2021 Memory usage per processor = 27.5276 Mbytes Step Atoms AVEKE stressZZ 8273 5000 1.4791577e-11 2373238.7 8274 -0.00887249999999516 2373196.83683109 8274 5000 1.4790522e-11 2373196.8 Loop time of 0.0175462 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:21 2021 Pair time (%) = 0.00103402 (5.89314) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.20518) Outpt time (%) = 0.0163488 (93.1761) Other time (%) = 0.000127316 (0.725603) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:21 2021 Memory usage per processor = 27.5276 Mbytes Step Atoms AVEKE stressZZ 8274 5000 1.4790522e-11 2373189.6 8275 -0.00887249999999516 2373147.81087477 8275 5000 1.4789467e-11 2373147.8 Loop time of 0.0173471 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:21 2021 Pair time (%) = 0.000989914 (5.70651) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.196539) Outpt time (%) = 0.0162251 (93.5321) Other time (%) = 9.799e-05 (0.564879) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:21 2021 Memory usage per processor = 27.5276 Mbytes Step Atoms AVEKE stressZZ 8275 5000 1.4789467e-11 2373140.6 8276 -0.00887249999999516 2373098.78729588 8276 5000 1.4788411e-11 2373098.8 Loop time of 0.0179651 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:21 2021 Pair time (%) = 0.00114894 (6.3954) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.200395) Outpt time (%) = 0.0166042 (92.4248) Other time (%) = 0.000175953 (0.979416) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:21 2021 Memory usage per processor = 27.5276 Mbytes Step Atoms AVEKE stressZZ 8276 5000 1.4788411e-11 2373091.6 8277 -0.00887249999999516 2373049.76609414 8277 5000 1.4787356e-11 2373049.8 Loop time of 0.0176449 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:21 2021 Pair time (%) = 0.000978947 (5.54805) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.193222) Outpt time (%) = 0.016494 (93.4777) Other time (%) = 0.000137806 (0.780997) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:21 2021 Memory usage per processor = 27.5276 Mbytes Step Atoms AVEKE stressZZ 8277 5000 1.4787356e-11 2373042.6 8278 -0.00887249999999516 2373000.74726927 8278 5000 1.4786301e-11 2373000.7 Loop time of 0.017072 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:21 2021 Pair time (%) = 0.00110984 (6.50094) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.210879) Outpt time (%) = 0.015811 (92.6136) Other time (%) = 0.000115156 (0.674534) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:21 2021 Memory usage per processor = 27.5276 Mbytes Step Atoms AVEKE stressZZ 8278 5000 1.4786301e-11 2372993.5 8279 -0.00887249999999516 2372951.73083785 8279 5000 1.4785246e-11 2372951.7 Loop time of 0.017674 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:21 2021 Pair time (%) = 0.00109816 (6.21341) Neigh time (%) = 0 (0) Comm time (%) = 4.50611e-05 (0.254958) Outpt time (%) = 0.016403 (92.8086) Other time (%) = 0.000127792 (0.723054) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:21 2021 Memory usage per processor = 27.5276 Mbytes Step Atoms AVEKE stressZZ 8279 5000 1.4785246e-11 2372944.5 8280 -0.00887249999999516 2372902.7168057 8280 5000 1.4784191e-11 2372902.7 Loop time of 0.020134 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:21 2021 Pair time (%) = 0.000932932 (4.63362) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.164598) Outpt time (%) = 0.019067 (94.7009) Other time (%) = 0.000100851 (0.5009) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:21 2021 Memory usage per processor = 27.5276 Mbytes Step Atoms AVEKE stressZZ 8280 5000 1.4784191e-11 2372895.5 8281 -0.00887249999999516 2372853.70516291 8281 5000 1.4783137e-11 2372853.7 Loop time of 0.0175071 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:21 2021 Pair time (%) = 0.000982046 (5.60942) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.205638) Outpt time (%) = 0.016376 (93.5394) Other time (%) = 0.00011301 (0.645513) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:21 2021 Memory usage per processor = 27.5276 Mbytes Step Atoms AVEKE stressZZ 8281 5000 1.4783137e-11 2372846.5 8282 -0.00887249999999516 2372804.69591263 8282 5000 1.4782082e-11 2372804.7 Loop time of 0.0172379 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:21 2021 Pair time (%) = 0.000926018 (5.37199) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190869) Outpt time (%) = 0.0161879 (93.9088) Other time (%) = 9.10759e-05 (0.528347) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:21 2021 Memory usage per processor = 27.5276 Mbytes Step Atoms AVEKE stressZZ 8282 5000 1.4782082e-11 2372797.5 8283 -0.00887249999999516 2372755.68907295 8283 5000 1.4781027e-11 2372755.7 Loop time of 0.0176022 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:21 2021 Pair time (%) = 0.00108719 (6.17643) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.204527) Outpt time (%) = 0.0163231 (92.7332) Other time (%) = 0.000155926 (0.885831) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:21 2021 Memory usage per processor = 27.5276 Mbytes Step Atoms AVEKE stressZZ 8283 5000 1.4781027e-11 2372748.5 8284 -0.00887249999999516 2372706.68463018 8284 5000 1.4779973e-11 2372706.7 Loop time of 0.017544 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:21 2021 Pair time (%) = 0.000957012 (5.45492) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.199769) Outpt time (%) = 0.0164502 (93.765) Other time (%) = 0.000101805 (0.580281) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:21 2021 Memory usage per processor = 27.5276 Mbytes Step Atoms AVEKE stressZZ 8284 5000 1.4779973e-11 2372699.5 8285 -0.00887249999999516 2372657.68257887 8285 5000 1.4778919e-11 2372657.7 Loop time of 0.0177209 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:21 2021 Pair time (%) = 0.00116396 (6.56827) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.191048) Outpt time (%) = 0.0163901 (92.4899) Other time (%) = 0.000133038 (0.750737) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:21 2021 Memory usage per processor = 27.5276 Mbytes Step Atoms AVEKE stressZZ 8285 5000 1.4778919e-11 2372650.5 8286 -0.00887249999999516 2372608.68291776 8286 5000 1.4777864e-11 2372608.7 Loop time of 0.016381 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:21 2021 Pair time (%) = 0.000905037 (5.52491) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.195031) Outpt time (%) = 0.0153279 (93.5713) Other time (%) = 0.00011611 (0.708807) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:21 2021 Memory usage per processor = 27.5276 Mbytes Step Atoms AVEKE stressZZ 8286 5000 1.4777864e-11 2372601.5 8287 -0.00887249999999516 2372559.68564517 8287 5000 1.477681e-11 2372559.7 Loop time of 0.016118 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:21 2021 Pair time (%) = 0.000898838 (5.57659) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.199692) Outpt time (%) = 0.0151019 (93.6956) Other time (%) = 8.51154e-05 (0.528075) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:21 2021 Memory usage per processor = 27.5276 Mbytes Step Atoms AVEKE stressZZ 8287 5000 1.477681e-11 2372552.5 8288 -0.00887249999999516 2372510.69075962 8288 5000 1.4775756e-11 2372510.7 Loop time of 0.01633 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:21 2021 Pair time (%) = 0.000898838 (5.50421) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.19564) Outpt time (%) = 0.0153031 (93.7118) Other time (%) = 9.60827e-05 (0.588381) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:21 2021 Memory usage per processor = 27.5276 Mbytes Step Atoms AVEKE stressZZ 8288 5000 1.4775756e-11 2372503.5 8289 -0.00887249999999516 2372461.69825996 8289 5000 1.4774702e-11 2372461.7 Loop time of 0.0171139 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:21 2021 Pair time (%) = 0.000898123 (5.24791) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186679) Outpt time (%) = 0.0160949 (94.0458) Other time (%) = 8.89301e-05 (0.519636) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:21 2021 Memory usage per processor = 27.5276 Mbytes Step Atoms AVEKE stressZZ 8289 5000 1.4774702e-11 2372454.5 8290 -0.00887249999999516 2372412.70814523 8290 5000 1.4773649e-11 2372412.7 Loop time of 0.0198112 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:21 2021 Pair time (%) = 0.00112987 (5.70318) Neigh time (%) = 0 (0) Comm time (%) = 4.22001e-05 (0.213012) Outpt time (%) = 0.0185192 (93.4785) Other time (%) = 0.000119925 (0.605339) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:21 2021 Memory usage per processor = 27.5276 Mbytes Step Atoms AVEKE stressZZ 8290 5000 1.4773649e-11 2372405.5 8291 -0.00887249999999516 2372363.72041455 8291 5000 1.4772595e-11 2372363.7 Loop time of 0.0173821 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:21 2021 Pair time (%) = 0.000916004 (5.2698) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189285) Outpt time (%) = 0.0163362 (93.9827) Other time (%) = 9.70364e-05 (0.558253) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:21 2021 Memory usage per processor = 27.5276 Mbytes Step Atoms AVEKE stressZZ 8291 5000 1.4772595e-11 2372356.5 8292 -0.00887249999999516 2372314.73506719 8292 5000 1.4771541e-11 2372314.7 Loop time of 0.017278 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:21 2021 Pair time (%) = 0.00123906 (7.17134) Neigh time (%) = 0 (0) Comm time (%) = 5.60284e-05 (0.324277) Outpt time (%) = 0.0158141 (91.5274) Other time (%) = 0.0001688 (0.976969) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:21 2021 Memory usage per processor = 27.5276 Mbytes Step Atoms AVEKE stressZZ 8292 5000 1.4771541e-11 2372307.5 8293 -0.00887249999999516 2372265.75210243 8293 5000 1.4770488e-11 2372265.8 Loop time of 0.017837 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:21 2021 Pair time (%) = 0.00102305 (5.73556) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.20718) Outpt time (%) = 0.016633 (93.2499) Other time (%) = 0.000144005 (0.807336) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:21 2021 Memory usage per processor = 27.5276 Mbytes Step Atoms AVEKE stressZZ 8293 5000 1.4770488e-11 2372258.5 8294 -0.00887249999999516 2372216.77151962 8294 5000 1.4769434e-11 2372216.8 Loop time of 0.017457 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:21 2021 Pair time (%) = 0.000926971 (5.31002) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.184376) Outpt time (%) = 0.016403 (93.962) Other time (%) = 9.48906e-05 (0.543567) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:21 2021 Memory usage per processor = 27.5276 Mbytes Step Atoms AVEKE stressZZ 8294 5000 1.4769434e-11 2372209.6 8295 -0.00887249999999516 2372167.79331817 8295 5000 1.4768381e-11 2372167.8 Loop time of 0.017381 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:21 2021 Pair time (%) = 0.000935793 (5.38401) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189298) Outpt time (%) = 0.0163071 (93.8218) Other time (%) = 0.000105143 (0.60493) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:21 2021 Memory usage per processor = 27.5276 Mbytes Step Atoms AVEKE stressZZ 8295 5000 1.4768381e-11 2372160.6 8296 -0.00887249999999516 2372118.81749744 8296 5000 1.4767328e-11 2372118.8 Loop time of 0.017272 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:21 2021 Pair time (%) = 0.000977039 (5.65678) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.202915) Outpt time (%) = 0.0161529 (93.5205) Other time (%) = 0.00010705 (0.619789) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:21 2021 Memory usage per processor = 27.5276 Mbytes Step Atoms AVEKE stressZZ 8296 5000 1.4767328e-11 2372111.6 8297 -0.00887249999999516 2372069.84405262 8297 5000 1.4766275e-11 2372069.8 Loop time of 0.017895 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:21 2021 Pair time (%) = 0.0010078 (5.63172) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.195851) Outpt time (%) = 0.0166841 (93.2331) Other time (%) = 0.000168085 (0.939286) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:21 2021 Memory usage per processor = 27.5276 Mbytes Step Atoms AVEKE stressZZ 8297 5000 1.4766275e-11 2372062.6 8298 -0.00887249999999516 2372020.87298728 8298 5000 1.4765222e-11 2372020.9 Loop time of 0.0176151 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:21 2021 Pair time (%) = 0.0010221 (5.80242) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.198963) Outpt time (%) = 0.0164142 (93.1825) Other time (%) = 0.000143766 (0.816155) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:21 2021 Memory usage per processor = 27.5276 Mbytes Step Atoms AVEKE stressZZ 8298 5000 1.4765222e-11 2372013.7 8299 -0.00887249999999516 2371971.90430099 8299 5000 1.4764169e-11 2371971.9 Loop time of 0.0172839 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:21 2021 Pair time (%) = 0.00094986 (5.49563) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184843) Outpt time (%) = 0.016207 (93.7691) Other time (%) = 9.5129e-05 (0.55039) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:21 2021 Memory usage per processor = 27.5276 Mbytes Step Atoms AVEKE stressZZ 8299 5000 1.4764169e-11 2371964.7 8300 -0.00887249999999516 2371922.93799322 8300 5000 1.4763116e-11 2371922.9 Loop time of 0.0195 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:21 2021 Pair time (%) = 0.00120187 (6.16342) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.199293) Outpt time (%) = 0.018137 (93.0101) Other time (%) = 0.000122309 (0.627224) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:21 2021 Memory usage per processor = 27.5276 Mbytes Step Atoms AVEKE stressZZ 8300 5000 1.4763116e-11 2371915.7 8301 -0.00887249999999516 2371873.97406358 8301 5000 1.4762064e-11 2371874 Loop time of 0.01736 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:21 2021 Pair time (%) = 0.00105786 (6.09369) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.19502) Outpt time (%) = 0.0161378 (92.96) Other time (%) = 0.000130415 (0.751239) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:21 2021 Memory usage per processor = 27.5276 Mbytes Step Atoms AVEKE stressZZ 8301 5000 1.4762064e-11 2371866.8 8302 -0.00887249999999516 2371825.01251167 8302 5000 1.4761011e-11 2371825 Loop time of 0.018178 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:21 2021 Pair time (%) = 0.00118804 (6.5356) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.182309) Outpt time (%) = 0.0167871 (92.3483) Other time (%) = 0.000169754 (0.933844) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:21 2021 Memory usage per processor = 27.5276 Mbytes Step Atoms AVEKE stressZZ 8302 5000 1.4761011e-11 2371817.8 8303 -0.00887249999999516 2371776.05333706 8303 5000 1.4759959e-11 2371776.1 Loop time of 0.0171201 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:21 2021 Pair time (%) = 0.000952005 (5.56074) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193574) Outpt time (%) = 0.0159962 (93.4352) Other time (%) = 0.00013876 (0.810506) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:21 2021 Memory usage per processor = 27.5276 Mbytes Step Atoms AVEKE stressZZ 8303 5000 1.4759959e-11 2371768.8 8304 -0.00887249999999516 2371727.09653939 8304 5000 1.4758906e-11 2371727.1 Loop time of 0.0174601 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:21 2021 Pair time (%) = 0.00120211 (6.88487) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.211653) Outpt time (%) = 0.016052 (91.9353) Other time (%) = 0.000169039 (0.968143) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:21 2021 Memory usage per processor = 27.5276 Mbytes Step Atoms AVEKE stressZZ 8304 5000 1.4758906e-11 2371719.9 8305 -0.00887249999999516 2371678.14211823 8305 5000 1.4757854e-11 2371678.1 Loop time of 0.0176671 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:21 2021 Pair time (%) = 0.00104594 (5.9203) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.203776) Outpt time (%) = 0.0164142 (92.9083) Other time (%) = 0.000170946 (0.967598) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:21 2021 Memory usage per processor = 27.5276 Mbytes Step Atoms AVEKE stressZZ 8305 5000 1.4757854e-11 2371670.9 8306 -0.00887249999999516 2371629.19007326 8306 5000 1.4756802e-11 2371629.2 Loop time of 0.0173841 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:21 2021 Pair time (%) = 0.000910997 (5.24042) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.18515) Outpt time (%) = 0.0163162 (93.8571) Other time (%) = 0.000124693 (0.717283) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:21 2021 Memory usage per processor = 27.5276 Mbytes Step Atoms AVEKE stressZZ 8306 5000 1.4756802e-11 2371622 8307 -0.00887249999999516 2371580.24040405 8307 5000 1.475575e-11 2371580.2 Loop time of 0.0172882 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:21 2021 Pair time (%) = 0.00107694 (6.22931) Neigh time (%) = 0 (0) Comm time (%) = 4.88758e-05 (0.282712) Outpt time (%) = 0.0160449 (92.8081) Other time (%) = 0.00011754 (0.679887) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:21 2021 Memory usage per processor = 27.5276 Mbytes Step Atoms AVEKE stressZZ 8307 5000 1.475575e-11 2371573 8308 -0.00887249999999516 2371531.29311028 8308 5000 1.4754698e-11 2371531.3 Loop time of 0.0175531 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:22 2021 Pair time (%) = 0.00097394 (5.54854) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.187441) Outpt time (%) = 0.016366 (93.2372) Other time (%) = 0.000180244 (1.02685) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:22 2021 Memory usage per processor = 27.5276 Mbytes Step Atoms AVEKE stressZZ 8308 5000 1.4754698e-11 2371524.1 8309 -0.00887249999999516 2371482.3481916 8309 5000 1.4753646e-11 2371482.3 Loop time of 0.0178571 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:22 2021 Pair time (%) = 0.0010252 (5.74114) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.189591) Outpt time (%) = 0.0166318 (93.1387) Other time (%) = 0.000166178 (0.930599) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:22 2021 Memory usage per processor = 27.5276 Mbytes Step Atoms AVEKE stressZZ 8309 5000 1.4753646e-11 2371475.1 8310 -0.00887249999999516 2371433.40564764 8310 5000 1.4752595e-11 2371433.4 Loop time of 0.019228 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:22 2021 Pair time (%) = 0.00110102 (5.72612) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.192193) Outpt time (%) = 0.0179691 (93.453) Other time (%) = 0.000120878 (0.628658) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:22 2021 Memory usage per processor = 27.5276 Mbytes Step Atoms AVEKE stressZZ 8310 5000 1.4752595e-11 2371426.2 8311 -0.00887249999999516 2371384.46547809 8311 5000 1.4751543e-11 2371384.5 Loop time of 0.0174761 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:22 2021 Pair time (%) = 0.000967026 (5.53342) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.188267) Outpt time (%) = 0.016371 (93.6767) Other time (%) = 0.000105143 (0.601637) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:22 2021 Memory usage per processor = 27.5276 Mbytes Step Atoms AVEKE stressZZ 8311 5000 1.4751543e-11 2371377.3 8312 -0.00887249999999516 2371335.52768266 8312 5000 1.4750492e-11 2371335.5 Loop time of 0.017549 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:22 2021 Pair time (%) = 0.00111389 (6.34731) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.192919) Outpt time (%) = 0.0162468 (92.5794) Other time (%) = 0.000154495 (0.880363) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:22 2021 Memory usage per processor = 27.5276 Mbytes Step Atoms AVEKE stressZZ 8312 5000 1.4750492e-11 2371328.3 8313 -0.00887249999999516 2371286.59226092 8313 5000 1.474944e-11 2371286.6 Loop time of 0.0176229 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:22 2021 Pair time (%) = 0.000962973 (5.46431) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.186698) Outpt time (%) = 0.0164819 (93.5251) Other time (%) = 0.000145197 (0.823908) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:22 2021 Memory usage per processor = 27.5276 Mbytes Step Atoms AVEKE stressZZ 8313 5000 1.474944e-11 2371279.4 8314 -0.00887249999999516 2371237.65921261 8314 5000 1.4748389e-11 2371237.7 Loop time of 0.0171759 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:22 2021 Pair time (%) = 0.00105214 (6.12568) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.215155) Outpt time (%) = 0.015976 (93.0137) Other time (%) = 0.000110865 (0.645466) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:22 2021 Memory usage per processor = 27.5276 Mbytes Step Atoms AVEKE stressZZ 8314 5000 1.4748389e-11 2371230.5 8315 -0.00887249999999516 2371188.72853737 8315 5000 1.4747338e-11 2371188.7 Loop time of 0.0171909 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:22 2021 Pair time (%) = 0.000948906 (5.5198) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.196938) Outpt time (%) = 0.016042 (93.3166) Other time (%) = 0.000166178 (0.966659) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:22 2021 Memory usage per processor = 27.5276 Mbytes Step Atoms AVEKE stressZZ 8315 5000 1.4747338e-11 2371181.5 8316 -0.00887249999999516 2371139.80023494 8316 5000 1.4746287e-11 2371139.8 Loop time of 0.0175328 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:22 2021 Pair time (%) = 0.000976801 (5.57127) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182219) Outpt time (%) = 0.016423 (93.6699) Other time (%) = 0.000101089 (0.576573) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:22 2021 Memory usage per processor = 27.5276 Mbytes Step Atoms AVEKE stressZZ 8316 5000 1.4746287e-11 2371132.6 8317 -0.00887249999999516 2371090.87430497 8317 5000 1.4745236e-11 2371090.9 Loop time of 0.0173302 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:22 2021 Pair time (%) = 0.0010078 (5.81527) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.21324) Outpt time (%) = 0.016165 (93.2767) Other time (%) = 0.000120401 (0.69475) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:22 2021 Memory usage per processor = 27.5276 Mbytes Step Atoms AVEKE stressZZ 8317 5000 1.4745236e-11 2371083.7 8318 -0.00887249999999516 2371041.95074719 8318 5000 1.4744185e-11 2371042 Loop time of 0.0172451 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:22 2021 Pair time (%) = 0.00104499 (6.05964) Neigh time (%) = 0 (0) Comm time (%) = 4.91142e-05 (0.284802) Outpt time (%) = 0.0160348 (92.9823) Other time (%) = 0.00011611 (0.673294) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:22 2021 Memory usage per processor = 27.5276 Mbytes Step Atoms AVEKE stressZZ 8318 5000 1.4744185e-11 2371034.7 8319 -0.00887249999999516 2370993.02956127 8319 5000 1.4743134e-11 2370993 Loop time of 0.017911 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:22 2021 Pair time (%) = 0.00106597 (5.95149) Neigh time (%) = 0 (0) Comm time (%) = 5.00679e-05 (0.279538) Outpt time (%) = 0.0166581 (93.0049) Other time (%) = 0.000136852 (0.76407) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:22 2021 Memory usage per processor = 27.5276 Mbytes Step Atoms AVEKE stressZZ 8319 5000 1.4743134e-11 2370985.8 8320 -0.00887249999999516 2370944.11074693 8320 5000 1.4742083e-11 2370944.1 Loop time of 0.018841 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:22 2021 Pair time (%) = 0.000913858 (4.85036) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.175894) Outpt time (%) = 0.017792 (94.4321) Other time (%) = 0.000102043 (0.541601) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:22 2021 Memory usage per processor = 27.5276 Mbytes Step Atoms AVEKE stressZZ 8320 5000 1.4742083e-11 2370936.9 8321 -0.00887249999999516 2370895.19430386 8321 5000 1.4741033e-11 2370895.2 Loop time of 0.016644 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:22 2021 Pair time (%) = 0.000897884 (5.39464) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.18622) Outpt time (%) = 0.0156279 (93.8949) Other time (%) = 8.72612e-05 (0.52428) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:22 2021 Memory usage per processor = 27.5276 Mbytes Step Atoms AVEKE stressZZ 8321 5000 1.4741033e-11 2370888 8322 -0.00887249999999516 2370846.28023174 8322 5000 1.4739982e-11 2370846.3 Loop time of 0.0169339 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:22 2021 Pair time (%) = 0.000963926 (5.69228) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.212598) Outpt time (%) = 0.0158279 (93.4686) Other time (%) = 0.000106096 (0.626531) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:21:22 2021 Memory usage per processor = 27.5276 Mbytes Step Atoms AVEKE stressZZ 8322 5000 1.4739982e-11 2370839.1 8323 -0.00887249999999516 2370788.94692602 8323 5000 2.9119921e-11 2370866.7 Loop time of 0.01687 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:22 2021 Pair time (%) = 0.000913143 (5.41282) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.195031) Outpt time (%) = 0.0158012 (93.6643) Other time (%) = 0.000122786 (0.727833) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:22 2021 Memory usage per processor = 27.5276 Mbytes Step Atoms AVEKE stressZZ 8323 5000 2.9119921e-11 2409653 8324 -0.00890499999999514 2409597.53123523 8324 5000 2.3503814e-11 2409597.5 Loop time of 0.0169048 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:22 2021 Pair time (%) = 0.000904083 (5.34808) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188988) Outpt time (%) = 0.015878 (93.9256) Other time (%) = 9.08375e-05 (0.537346) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:22 2021 Memory usage per processor = 27.5276 Mbytes Step Atoms AVEKE stressZZ 8324 5000 2.3503814e-11 2409587.8 8325 -0.00890499999999514 2409537.13363664 8325 5000 2.024664e-11 2409537.1 Loop time of 0.0163591 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:22 2021 Pair time (%) = 0.000957966 (5.85586) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.195293) Outpt time (%) = 0.015275 (93.3732) Other time (%) = 9.41753e-05 (0.575676) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:22 2021 Memory usage per processor = 27.5276 Mbytes Step Atoms AVEKE stressZZ 8325 5000 2.024664e-11 2409528.3 8326 -0.00890499999999514 2409480.58753933 8326 5000 1.8302429e-11 2409480.6 Loop time of 0.0171459 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:22 2021 Pair time (%) = 0.00127101 (7.41292) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.215532) Outpt time (%) = 0.01562 (91.1006) Other time (%) = 0.000217915 (1.27094) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:22 2021 Memory usage per processor = 27.5276 Mbytes Step Atoms AVEKE stressZZ 8326 5000 1.8302429e-11 2409472.3 8327 -0.00890499999999514 2409426.48999006 8327 5000 1.7117425e-11 2409426.5 Loop time of 0.0169799 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:22 2021 Pair time (%) = 0.000899076 (5.29494) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.182536) Outpt time (%) = 0.0159559 (93.9693) Other time (%) = 9.39369e-05 (0.553223) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:22 2021 Memory usage per processor = 27.5276 Mbytes Step Atoms AVEKE stressZZ 8327 5000 1.7117425e-11 2409418.5 8328 -0.00890499999999514 2409373.94941069 8328 5000 1.6384534e-11 2409373.9 Loop time of 0.0165341 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:22 2021 Pair time (%) = 0.000942945 (5.70304) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.187458) Outpt time (%) = 0.015434 (93.3467) Other time (%) = 0.000126123 (0.762808) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:22 2021 Memory usage per processor = 27.5276 Mbytes Step Atoms AVEKE stressZZ 8328 5000 1.6384534e-11 2409366.2 8329 -0.00890499999999514 2409322.39919637 8329 5000 1.5926696e-11 2409322.4 Loop time of 0.0166581 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:22 2021 Pair time (%) = 0.000931978 (5.59476) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.198944) Outpt time (%) = 0.0155251 (93.1987) Other time (%) = 0.000167847 (1.0076) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:22 2021 Memory usage per processor = 27.5276 Mbytes Step Atoms AVEKE stressZZ 8329 5000 1.5926696e-11 2409314.8 8330 -0.00890499999999514 2409271.47926392 8330 5000 1.5638701e-11 2409271.5 Loop time of 0.018079 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:22 2021 Pair time (%) = 0.000902176 (4.99018) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.176713) Outpt time (%) = 0.017056 (94.3412) Other time (%) = 8.89301e-05 (0.491896) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:22 2021 Memory usage per processor = 27.5278 Mbytes Step Atoms AVEKE stressZZ 8330 5000 1.5638701e-11 2409264 8331 -0.00890499999999514 2409220.96077632 8331 5000 1.5456641e-11 2409221 Loop time of 0.0164399 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:22 2021 Pair time (%) = 0.00097394 (5.92424) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.188531) Outpt time (%) = 0.0153449 (93.339) Other time (%) = 9.01222e-05 (0.548192) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:22 2021 Memory usage per processor = 27.5278 Mbytes Step Atoms AVEKE stressZZ 8331 5000 1.5456641e-11 2409213.5 8332 -0.00890499999999514 2409170.69830471 8332 5000 1.5341094e-11 2409170.7 Loop time of 0.0174041 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:22 2021 Pair time (%) = 0.000900984 (5.17685) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.178087) Outpt time (%) = 0.0163829 (94.1327) Other time (%) = 8.91685e-05 (0.512343) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:22 2021 Memory usage per processor = 27.5278 Mbytes Step Atoms AVEKE stressZZ 8332 5000 1.5341094e-11 2409163.3 8333 -0.00890499999999514 2409120.59942119 8333 5000 1.5267491e-11 2409120.6 Loop time of 0.0165679 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:22 2021 Pair time (%) = 0.00090003 (5.43236) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192831) Outpt time (%) = 0.0155461 (93.8323) Other time (%) = 8.98838e-05 (0.542516) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:22 2021 Memory usage per processor = 27.5278 Mbytes Step Atoms AVEKE stressZZ 8333 5000 1.5267491e-11 2409113.2 8334 -0.00890499999999514 2409070.60537152 8334 5000 1.5220411e-11 2409070.6 Loop time of 0.0170891 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:22 2021 Pair time (%) = 0.00125194 (7.32592) Neigh time (%) = 0 (0) Comm time (%) = 4.98295e-05 (0.291586) Outpt time (%) = 0.0156128 (91.3612) Other time (%) = 0.000174522 (1.02125) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:22 2021 Memory usage per processor = 27.5278 Mbytes Step Atoms AVEKE stressZZ 8334 5000 1.5220411e-11 2409063.2 8335 -0.00890499999999514 2409020.67884983 8335 5000 1.5190133e-11 2409020.7 Loop time of 0.017493 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:22 2021 Pair time (%) = 0.00110793 (6.33357) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.1949) Outpt time (%) = 0.0162439 (92.8596) Other time (%) = 0.00010705 (0.611958) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:22 2021 Memory usage per processor = 27.5278 Mbytes Step Atoms AVEKE stressZZ 8335 5000 1.5190133e-11 2409013.3 8336 -0.00890499999999514 2408970.79613359 8336 5000 1.5170511e-11 2408970.8 Loop time of 0.0173421 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:22 2021 Pair time (%) = 0.000900984 (5.19536) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184223) Outpt time (%) = 0.016315 (94.0774) Other time (%) = 9.41753e-05 (0.543045) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:22 2021 Memory usage per processor = 27.5278 Mbytes Step Atoms AVEKE stressZZ 8336 5000 1.5170511e-11 2408963.4 8337 -0.00890499999999514 2408920.94214663 8337 5000 1.5157652e-11 2408920.9 Loop time of 0.0164261 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:22 2021 Pair time (%) = 0.000904083 (5.50395) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.200302) Outpt time (%) = 0.0153632 (93.5294) Other time (%) = 0.000125885 (0.766373) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:22 2021 Memory usage per processor = 27.5278 Mbytes Step Atoms AVEKE stressZZ 8337 5000 1.5157652e-11 2408913.6 8338 -0.00890499999999514 2408871.10730748 8338 5000 1.5149089e-11 2408871.1 Loop time of 0.0172908 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:22 2021 Pair time (%) = 0.000991106 (5.73197) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.1958) Outpt time (%) = 0.0161619 (93.471) Other time (%) = 0.000103951 (0.601189) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:22 2021 Memory usage per processor = 27.5278 Mbytes Step Atoms AVEKE stressZZ 8338 5000 1.5149089e-11 2408863.7 8339 -0.00890499999999514 2408821.28552677 8339 5000 1.5143253e-11 2408821.3 Loop time of 0.01718 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:22 2021 Pair time (%) = 0.00099206 (5.77451) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191512) Outpt time (%) = 0.0160558 (93.4567) Other time (%) = 9.91821e-05 (0.577313) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:22 2021 Memory usage per processor = 27.5278 Mbytes Step Atoms AVEKE stressZZ 8339 5000 1.5143253e-11 2408813.9 8340 -0.00890499999999514 2408771.47293425 8340 5000 1.513915e-11 2408771.5 Loop time of 0.0186989 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:22 2021 Pair time (%) = 0.000916958 (4.9038) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.17213) Outpt time (%) = 0.0176549 (94.4166) Other time (%) = 9.48906e-05 (0.507465) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:22 2021 Memory usage per processor = 27.5278 Mbytes Step Atoms AVEKE stressZZ 8340 5000 1.513915e-11 2408764.1 8341 -0.00890499999999514 2408721.66707012 8341 5000 1.5136149e-11 2408721.7 Loop time of 0.0165591 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:22 2021 Pair time (%) = 0.000938892 (5.66994) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.198693) Outpt time (%) = 0.0154381 (93.2301) Other time (%) = 0.00014925 (0.901316) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:22 2021 Memory usage per processor = 27.5278 Mbytes Step Atoms AVEKE stressZZ 8341 5000 1.5136149e-11 2408714.3 8342 -0.00890499999999514 2408671.8663709 8342 5000 1.5133847e-11 2408671.9 Loop time of 0.0172079 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:22 2021 Pair time (%) = 0.00103092 (5.99099) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18566) Outpt time (%) = 0.0160508 (93.2761) Other time (%) = 9.41753e-05 (0.547281) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:22 2021 Memory usage per processor = 27.5278 Mbytes Step Atoms AVEKE stressZZ 8342 5000 1.5133847e-11 2408664.5 8343 -0.00890499999999514 2408622.06984272 8343 5000 1.513199e-11 2408622.1 Loop time of 0.017014 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:22 2021 Pair time (%) = 0.00090003 (5.28993) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.18217) Outpt time (%) = 0.0159879 (93.9688) Other time (%) = 9.5129e-05 (0.559121) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:22 2021 Memory usage per processor = 27.5278 Mbytes Step Atoms AVEKE stressZZ 8343 5000 1.513199e-11 2408614.7 8344 -0.00890499999999514 2408572.27685366 8344 5000 1.5130415e-11 2408572.3 Loop time of 0.016422 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:22 2021 Pair time (%) = 0.000901937 (5.49224) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194544) Outpt time (%) = 0.0153921 (93.7281) Other time (%) = 9.60827e-05 (0.585084) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:22 2021 Memory usage per processor = 27.5278 Mbytes Step Atoms AVEKE stressZZ 8344 5000 1.5130415e-11 2408564.9 8345 -0.00890499999999514 2408522.48700196 8345 5000 1.512902e-11 2408522.5 Loop time of 0.017457 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:22 2021 Pair time (%) = 0.000981092 (5.62005) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.189839) Outpt time (%) = 0.0163429 (93.6179) Other time (%) = 9.98974e-05 (0.572248) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:22 2021 Memory usage per processor = 27.5278 Mbytes Step Atoms AVEKE stressZZ 8345 5000 1.512902e-11 2408515.1 8346 -0.00890499999999514 2408472.70003205 8346 5000 1.5127739e-11 2408472.7 Loop time of 0.017633 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:22 2021 Pair time (%) = 0.000900984 (5.10966) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.181184) Outpt time (%) = 0.016607 (94.1818) Other time (%) = 9.29832e-05 (0.527326) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:22 2021 Memory usage per processor = 27.5278 Mbytes Step Atoms AVEKE stressZZ 8346 5000 1.5127739e-11 2408465.3 8347 -0.00890499999999514 2408422.91578136 8347 5000 1.5126531e-11 2408422.9 Loop time of 0.0165968 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:22 2021 Pair time (%) = 0.00090313 (5.44159) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192496) Outpt time (%) = 0.015569 (93.8071) Other time (%) = 9.27448e-05 (0.558812) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:22 2021 Memory usage per processor = 27.5278 Mbytes Step Atoms AVEKE stressZZ 8347 5000 1.5126531e-11 2408415.5 8348 -0.00890499999999514 2408373.13414626 8348 5000 1.5125369e-11 2408373.1 Loop time of 0.0165842 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:22 2021 Pair time (%) = 0.000941992 (5.68007) Neigh time (%) = 0 (0) Comm time (%) = 4.72069e-05 (0.28465) Outpt time (%) = 0.015445 (93.131) Other time (%) = 0.000149965 (0.904268) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:22 2021 Memory usage per processor = 27.5278 Mbytes Step Atoms AVEKE stressZZ 8348 5000 1.5125369e-11 2408365.8 8349 -0.00890499999999514 2408323.35506079 8349 5000 1.5124237e-11 2408323.4 Loop time of 0.016978 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:22 2021 Pair time (%) = 0.000900984 (5.30676) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188173) Outpt time (%) = 0.0159562 (93.9813) Other time (%) = 8.89301e-05 (0.523795) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:22 2021 Memory usage per processor = 27.5278 Mbytes Step Atoms AVEKE stressZZ 8349 5000 1.5124237e-11 2408316 8350 -0.00890499999999514 2408273.57848273 8350 5000 1.5123123e-11 2408273.6 Loop time of 0.0189931 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:22 2021 Pair time (%) = 0.00090313 (4.75503) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.168209) Outpt time (%) = 0.017966 (94.5922) Other time (%) = 9.20296e-05 (0.484541) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:22 2021 Memory usage per processor = 27.5278 Mbytes Step Atoms AVEKE stressZZ 8350 5000 1.5123123e-11 2408266.2 8351 -0.00890499999999514 2408223.80438521 8351 5000 1.5122021e-11 2408223.8 Loop time of 0.016547 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:23 2021 Pair time (%) = 0.000967026 (5.84413) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193075) Outpt time (%) = 0.015409 (93.1228) Other time (%) = 0.000138998 (0.840021) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:23 2021 Memory usage per processor = 27.5278 Mbytes Step Atoms AVEKE stressZZ 8351 5000 1.5122021e-11 2408216.4 8352 -0.00890499999999514 2408174.03275077 8352 5000 1.5120927e-11 2408174 Loop time of 0.0169001 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:23 2021 Pair time (%) = 0.00124383 (7.35991) Neigh time (%) = 0 (0) Comm time (%) = 4.19617e-05 (0.248293) Outpt time (%) = 0.0154212 (91.2491) Other time (%) = 0.000193119 (1.14271) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:23 2021 Memory usage per processor = 27.5278 Mbytes Step Atoms AVEKE stressZZ 8352 5000 1.5120927e-11 2408166.7 8353 -0.00890499999999514 2408124.26356832 8353 5000 1.5119837e-11 2408124.3 Loop time of 0.017241 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:23 2021 Pair time (%) = 0.000974178 (5.65036) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192217) Outpt time (%) = 0.016135 (93.5849) Other time (%) = 9.87053e-05 (0.572503) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:23 2021 Memory usage per processor = 27.5278 Mbytes Step Atoms AVEKE stressZZ 8353 5000 1.5119837e-11 2408116.9 8354 -0.00890499999999514 2408074.49683055 8354 5000 1.5118751e-11 2408074.5 Loop time of 0.0166509 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:23 2021 Pair time (%) = 0.000910997 (5.47116) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.186142) Outpt time (%) = 0.015614 (93.7728) Other time (%) = 9.48906e-05 (0.569882) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:23 2021 Memory usage per processor = 27.5278 Mbytes Step Atoms AVEKE stressZZ 8354 5000 1.5118751e-11 2408067.1 8355 -0.00890499999999514 2408024.7325326 8355 5000 1.5117667e-11 2408024.7 Loop time of 0.016659 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:23 2021 Pair time (%) = 0.000922203 (5.53576) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.203226) Outpt time (%) = 0.015559 (93.3966) Other time (%) = 0.000144005 (0.864425) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:23 2021 Memory usage per processor = 27.5278 Mbytes Step Atoms AVEKE stressZZ 8355 5000 1.5117667e-11 2408017.4 8356 -0.00890499999999514 2407974.97067128 8356 5000 1.5116584e-11 2407975 Loop time of 0.0173879 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:23 2021 Pair time (%) = 0.000959158 (5.51625) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183738) Outpt time (%) = 0.016273 (93.5884) Other time (%) = 0.000123739 (0.711641) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:23 2021 Memory usage per processor = 27.5278 Mbytes Step Atoms AVEKE stressZZ 8356 5000 1.5116584e-11 2407967.6 8357 -0.00890499999999514 2407925.2112444 8357 5000 1.5115502e-11 2407925.2 Loop time of 0.0172191 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:23 2021 Pair time (%) = 0.000900984 (5.23248) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185539) Outpt time (%) = 0.0161932 (94.042) Other time (%) = 9.29832e-05 (0.540002) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:23 2021 Memory usage per processor = 27.5278 Mbytes Step Atoms AVEKE stressZZ 8357 5000 1.5115502e-11 2407917.8 8358 -0.00890499999999514 2407875.4542504 8358 5000 1.5114421e-11 2407875.5 Loop time of 0.016448 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:23 2021 Pair time (%) = 0.000901937 (5.48356) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.195686) Outpt time (%) = 0.0154271 (93.7931) Other time (%) = 8.67844e-05 (0.527628) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:23 2021 Memory usage per processor = 27.5278 Mbytes Step Atoms AVEKE stressZZ 8358 5000 1.5114421e-11 2407868.1 8359 -0.00890499999999514 2407825.69968806 8359 5000 1.511334e-11 2407825.7 Loop time of 0.01701 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:23 2021 Pair time (%) = 0.00112796 (6.63116) Neigh time (%) = 0 (0) Comm time (%) = 5.31673e-05 (0.312566) Outpt time (%) = 0.015697 (92.2812) Other time (%) = 0.000131845 (0.775107) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:23 2021 Memory usage per processor = 27.5278 Mbytes Step Atoms AVEKE stressZZ 8359 5000 1.511334e-11 2407818.3 8360 -0.00890499999999514 2407775.94755654 8360 5000 1.5112259e-11 2407775.9 Loop time of 0.0189121 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:23 2021 Pair time (%) = 0.000906944 (4.79558) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.17019) Outpt time (%) = 0.0178821 (94.5539) Other time (%) = 9.08375e-05 (0.480315) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:23 2021 Memory usage per processor = 27.5278 Mbytes Step Atoms AVEKE stressZZ 8360 5000 1.5112259e-11 2407768.6 8361 -0.00890499999999514 2407726.19785511 8361 5000 1.5111179e-11 2407726.2 Loop time of 0.0173259 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:23 2021 Pair time (%) = 0.00103378 (5.9667) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.236686) Outpt time (%) = 0.016145 (93.1843) Other time (%) = 0.000106096 (0.612357) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:23 2021 Memory usage per processor = 27.5278 Mbytes Step Atoms AVEKE stressZZ 8361 5000 1.5111179e-11 2407718.8 8362 -0.00890499999999514 2407676.45058317 8362 5000 1.5110098e-11 2407676.5 Loop time of 0.0164578 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:23 2021 Pair time (%) = 0.000920057 (5.5904) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.207159) Outpt time (%) = 0.015403 (93.5911) Other time (%) = 0.000100613 (0.611337) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:23 2021 Memory usage per processor = 27.5278 Mbytes Step Atoms AVEKE stressZZ 8362 5000 1.5110098e-11 2407669.1 8363 -0.00890499999999514 2407626.70574014 8363 5000 1.5109018e-11 2407626.7 Loop time of 0.017241 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:23 2021 Pair time (%) = 0.000946045 (5.48718) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190834) Outpt time (%) = 0.0161631 (93.7481) Other time (%) = 9.89437e-05 (0.573886) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:23 2021 Memory usage per processor = 27.5278 Mbytes Step Atoms AVEKE stressZZ 8363 5000 1.5109018e-11 2407619.3 8364 -0.00890499999999514 2407576.9633256 8364 5000 1.5107938e-11 2407577 Loop time of 0.017349 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:23 2021 Pair time (%) = 0.000936985 (5.4008) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.185524) Outpt time (%) = 0.016288 (93.8846) Other time (%) = 9.17912e-05 (0.529086) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:23 2021 Memory usage per processor = 27.5278 Mbytes Step Atoms AVEKE stressZZ 8364 5000 1.5107938e-11 2407569.6 8365 -0.00890499999999514 2407527.22333907 8365 5000 1.5106859e-11 2407527.2 Loop time of 0.016932 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:23 2021 Pair time (%) = 0.00103498 (6.11253) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.194317) Outpt time (%) = 0.0156379 (92.3569) Other time (%) = 0.000226259 (1.33628) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:23 2021 Memory usage per processor = 27.5278 Mbytes Step Atoms AVEKE stressZZ 8365 5000 1.5106859e-11 2407519.9 8366 -0.00890499999999514 2407477.48578012 8366 5000 1.5105779e-11 2407477.5 Loop time of 0.0173628 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:23 2021 Pair time (%) = 0.00103307 (5.94988) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.207346) Outpt time (%) = 0.0161669 (93.1123) Other time (%) = 0.000126839 (0.730518) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:23 2021 Memory usage per processor = 27.5278 Mbytes Step Atoms AVEKE stressZZ 8366 5000 1.5105779e-11 2407470.1 8367 -0.00890499999999514 2407427.75064833 8367 5000 1.5104699e-11 2407427.8 Loop time of 0.0171361 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:23 2021 Pair time (%) = 0.00100803 (5.88252) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186437) Outpt time (%) = 0.016 (93.3703) Other time (%) = 9.60827e-05 (0.560703) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:23 2021 Memory usage per processor = 27.5278 Mbytes Step Atoms AVEKE stressZZ 8367 5000 1.5104699e-11 2407420.4 8368 -0.00890499999999514 2407378.01794334 8368 5000 1.510362e-11 2407378 Loop time of 0.017019 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:23 2021 Pair time (%) = 0.00095892 (5.63439) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18772) Outpt time (%) = 0.015933 (93.6189) Other time (%) = 9.5129e-05 (0.558957) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:23 2021 Memory usage per processor = 27.5278 Mbytes Step Atoms AVEKE stressZZ 8368 5000 1.510362e-11 2407370.7 8369 -0.00890499999999514 2407328.2876647 8369 5000 1.5102541e-11 2407328.3 Loop time of 0.0165441 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:23 2021 Pair time (%) = 0.000986099 (5.96043) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.198873) Outpt time (%) = 0.0154321 (93.2787) Other time (%) = 9.29832e-05 (0.562033) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:23 2021 Memory usage per processor = 27.5278 Mbytes Step Atoms AVEKE stressZZ 8369 5000 1.5102541e-11 2407320.9 8370 -0.00890499999999514 2407278.55981205 8370 5000 1.5101461e-11 2407278.6 Loop time of 0.019335 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:23 2021 Pair time (%) = 0.00130606 (6.75487) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.186197) Outpt time (%) = 0.017803 (92.0762) Other time (%) = 0.00019002 (0.982774) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:23 2021 Memory usage per processor = 27.5278 Mbytes Step Atoms AVEKE stressZZ 8370 5000 1.5101461e-11 2407271.2 8371 -0.00890499999999514 2407228.83438503 8371 5000 1.5100382e-11 2407228.8 Loop time of 0.0172079 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:23 2021 Pair time (%) = 0.000897884 (5.21787) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180118) Outpt time (%) = 0.0161848 (94.0547) Other time (%) = 9.41753e-05 (0.547281) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:23 2021 Memory usage per processor = 27.5278 Mbytes Step Atoms AVEKE stressZZ 8371 5000 1.5100382e-11 2407221.5 8372 -0.00890499999999514 2407179.11138323 8372 5000 1.5099303e-11 2407179.1 Loop time of 0.0171111 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:23 2021 Pair time (%) = 0.000899792 (5.25854) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18671) Outpt time (%) = 0.016084 (93.9974) Other time (%) = 9.53674e-05 (0.557344) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:23 2021 Memory usage per processor = 27.5278 Mbytes Step Atoms AVEKE stressZZ 8372 5000 1.5099303e-11 2407171.7 8373 -0.00890499999999514 2407129.39080638 8373 5000 1.5098224e-11 2407129.4 Loop time of 0.0165119 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:23 2021 Pair time (%) = 0.000906944 (5.49266) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.200705) Outpt time (%) = 0.0154271 (93.4302) Other time (%) = 0.00014472 (0.876458) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:23 2021 Memory usage per processor = 27.5278 Mbytes Step Atoms AVEKE stressZZ 8373 5000 1.5098224e-11 2407122 8374 -0.00890499999999514 2407079.67265403 8374 5000 1.5097145e-11 2407079.7 Loop time of 0.0162921 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:23 2021 Pair time (%) = 0.000902891 (5.5419) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.197559) Outpt time (%) = 0.0152669 (93.7074) Other time (%) = 9.01222e-05 (0.553165) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:23 2021 Memory usage per processor = 27.5278 Mbytes Step Atoms AVEKE stressZZ 8374 5000 1.5097145e-11 2407072.3 8375 -0.00890499999999514 2407029.95692586 8375 5000 1.5096067e-11 2407030 Loop time of 0.016222 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:23 2021 Pair time (%) = 0.00095892 (5.91123) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.191064) Outpt time (%) = 0.0151429 (93.348) Other time (%) = 8.91685e-05 (0.549677) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:23 2021 Memory usage per processor = 27.5278 Mbytes Step Atoms AVEKE stressZZ 8375 5000 1.5096067e-11 2407022.6 8376 -0.00890499999999514 2406980.24362149 8376 5000 1.5094988e-11 2406980.2 Loop time of 0.017627 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:23 2021 Pair time (%) = 0.000935078 (5.3048) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.181245) Outpt time (%) = 0.0165739 (94.0257) Other time (%) = 8.60691e-05 (0.48828) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:23 2021 Memory usage per processor = 27.5278 Mbytes Step Atoms AVEKE stressZZ 8376 5000 1.5094988e-11 2406972.9 8377 -0.00890499999999514 2406930.53274064 8377 5000 1.509391e-11 2406930.5 Loop time of 0.0170538 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:23 2021 Pair time (%) = 0.000910997 (5.34189) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187337) Outpt time (%) = 0.016021 (93.9437) Other time (%) = 8.98838e-05 (0.527059) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:23 2021 Memory usage per processor = 27.5278 Mbytes Step Atoms AVEKE stressZZ 8377 5000 1.509391e-11 2406923.2 8378 -0.00890499999999514 2406880.82428286 8378 5000 1.5092831e-11 2406880.8 Loop time of 0.0165329 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:23 2021 Pair time (%) = 0.000930786 (5.6299) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.204776) Outpt time (%) = 0.0154481 (93.4385) Other time (%) = 0.000120163 (0.726811) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:23 2021 Memory usage per processor = 27.5278 Mbytes Step Atoms AVEKE stressZZ 8378 5000 1.5092831e-11 2406873.5 8379 -0.00890499999999514 2406831.11824789 8379 5000 1.5091753e-11 2406831.1 Loop time of 0.016849 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:23 2021 Pair time (%) = 0.000950813 (5.64313) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.189614) Outpt time (%) = 0.0157611 (93.5432) Other time (%) = 0.000105143 (0.624027) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:23 2021 Memory usage per processor = 27.5278 Mbytes Step Atoms AVEKE stressZZ 8379 5000 1.5091753e-11 2406823.8 8380 -0.00890499999999514 2406781.41463538 8380 5000 1.5090675e-11 2406781.4 Loop time of 0.0193059 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:23 2021 Pair time (%) = 0.000899076 (4.65699) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.160543) Outpt time (%) = 0.0182869 (94.7218) Other time (%) = 8.89301e-05 (0.460636) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:23 2021 Memory usage per processor = 27.5278 Mbytes Step Atoms AVEKE stressZZ 8380 5000 1.5090675e-11 2406774 8381 -0.00890499999999514 2406731.713445 8381 5000 1.5089597e-11 2406731.7 Loop time of 0.0166349 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:23 2021 Pair time (%) = 0.000901937 (5.42195) Neigh time (%) = 0 (0) Comm time (%) = 6.29425e-05 (0.378375) Outpt time (%) = 0.0155749 (93.6278) Other time (%) = 9.5129e-05 (0.571863) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:23 2021 Memory usage per processor = 27.5278 Mbytes Step Atoms AVEKE stressZZ 8381 5000 1.5089597e-11 2406724.3 8382 -0.00890499999999514 2406682.0146919 8382 5000 1.5088519e-11 2406682 Loop time of 0.0167539 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:23 2021 Pair time (%) = 0.000962973 (5.74775) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.203498) Outpt time (%) = 0.0156569 (93.4525) Other time (%) = 9.98974e-05 (0.596263) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:23 2021 Memory usage per processor = 27.5278 Mbytes Step Atoms AVEKE stressZZ 8382 5000 1.5088519e-11 2406674.6 8383 -0.00890499999999514 2406632.31839433 8383 5000 1.5087441e-11 2406632.3 Loop time of 0.0174222 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:23 2021 Pair time (%) = 0.00118613 (6.80817) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.218956) Outpt time (%) = 0.0160549 (92.1518) Other time (%) = 0.000143051 (0.821085) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:23 2021 Memory usage per processor = 27.5278 Mbytes Step Atoms AVEKE stressZZ 8383 5000 1.5087441e-11 2406625 8384 -0.00890499999999514 2406582.62453693 8384 5000 1.5086363e-11 2406582.6 Loop time of 0.0176401 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:23 2021 Pair time (%) = 0.00101399 (5.74823) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.186517) Outpt time (%) = 0.016484 (93.4462) Other time (%) = 0.000109196 (0.619019) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:23 2021 Memory usage per processor = 27.5278 Mbytes Step Atoms AVEKE stressZZ 8384 5000 1.5086363e-11 2406575.3 8385 -0.00890499999999514 2406532.93311499 8385 5000 1.5085286e-11 2406532.9 Loop time of 0.017606 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:23 2021 Pair time (%) = 0.0010941 (6.21437) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.181461) Outpt time (%) = 0.0163851 (93.0652) Other time (%) = 9.48906e-05 (0.538967) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:23 2021 Memory usage per processor = 27.5278 Mbytes Step Atoms AVEKE stressZZ 8385 5000 1.5085286e-11 2406525.6 8386 -0.00890499999999514 2406483.24412604 8386 5000 1.5084208e-11 2406483.2 Loop time of 0.0171261 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:23 2021 Pair time (%) = 0.000936031 (5.46553) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.199076) Outpt time (%) = 0.0159938 (93.3887) Other time (%) = 0.000162125 (0.946653) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:23 2021 Memory usage per processor = 27.5278 Mbytes Step Atoms AVEKE stressZZ 8386 5000 1.5084208e-11 2406475.9 8387 -0.00890499999999514 2406433.5575682 8387 5000 1.5083131e-11 2406433.6 Loop time of 0.0172889 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:23 2021 Pair time (%) = 0.000953197 (5.51334) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.195822) Outpt time (%) = 0.0161979 (93.6896) Other time (%) = 0.000103951 (0.601255) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:23 2021 Memory usage per processor = 27.5278 Mbytes Step Atoms AVEKE stressZZ 8387 5000 1.5083131e-11 2406426.2 8388 -0.00890499999999514 2406383.87344022 8388 5000 1.5082053e-11 2406383.9 Loop time of 0.0174141 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:23 2021 Pair time (%) = 0.000965834 (5.54628) Neigh time (%) = 0 (0) Comm time (%) = 6.38962e-05 (0.366922) Outpt time (%) = 0.016259 (93.3666) Other time (%) = 0.000125408 (0.720153) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:23 2021 Memory usage per processor = 27.5278 Mbytes Step Atoms AVEKE stressZZ 8388 5000 1.5082053e-11 2406376.5 8389 -0.00890499999999514 2406334.19174093 8389 5000 1.5080976e-11 2406334.2 Loop time of 0.0172091 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:23 2021 Pair time (%) = 0.000932932 (5.42117) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198116) Outpt time (%) = 0.016135 (93.7587) Other time (%) = 0.00010705 (0.622056) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:23 2021 Memory usage per processor = 27.5278 Mbytes Step Atoms AVEKE stressZZ 8389 5000 1.5080976e-11 2406326.8 8390 -0.00890499999999514 2406284.51246946 8390 5000 1.5079899e-11 2406284.5 Loop time of 0.0192661 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:23 2021 Pair time (%) = 0.00115204 (5.97961) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.176963) Outpt time (%) = 0.0179741 (93.294) Other time (%) = 0.000105858 (0.549451) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:23 2021 Memory usage per processor = 27.5278 Mbytes Step Atoms AVEKE stressZZ 8390 5000 1.5079899e-11 2406277.1 8391 -0.00890499999999514 2406234.83562493 8391 5000 1.5078822e-11 2406234.8 Loop time of 0.017637 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:23 2021 Pair time (%) = 0.00115705 (6.56032) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.266306) Outpt time (%) = 0.0162649 (92.2203) Other time (%) = 0.000168085 (0.953025) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:23 2021 Memory usage per processor = 27.5278 Mbytes Step Atoms AVEKE stressZZ 8391 5000 1.5078822e-11 2406227.5 8392 -0.00890499999999514 2406185.16120661 8392 5000 1.5077745e-11 2406185.2 Loop time of 0.0173459 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:23 2021 Pair time (%) = 0.000959873 (5.53372) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.218545) Outpt time (%) = 0.016223 (93.5261) Other time (%) = 0.00012517 (0.72161) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:23 2021 Memory usage per processor = 27.5278 Mbytes Step Atoms AVEKE stressZZ 8392 5000 1.5077745e-11 2406177.8 8393 -0.00890499999999514 2406135.4892139 8393 5000 1.5076668e-11 2406135.5 Loop time of 0.0173759 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:23 2021 Pair time (%) = 0.00116014 (6.67673) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.196213) Outpt time (%) = 0.0160348 (92.2818) Other time (%) = 0.000146866 (0.845225) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:23 2021 Memory usage per processor = 27.5278 Mbytes Step Atoms AVEKE stressZZ 8393 5000 1.5076668e-11 2406128.1 8394 -0.00890499999999514 2406085.81964606 8394 5000 1.5075592e-11 2406085.8 Loop time of 0.017318 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:24 2021 Pair time (%) = 0.00113201 (6.53661) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.195493) Outpt time (%) = 0.0160191 (92.4997) Other time (%) = 0.000133038 (0.768204) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:24 2021 Memory usage per processor = 27.5278 Mbytes Step Atoms AVEKE stressZZ 8394 5000 1.5075592e-11 2406078.5 8395 -0.00890499999999514 2406036.1525026 8395 5000 1.5074515e-11 2406036.2 Loop time of 0.0174718 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:24 2021 Pair time (%) = 0.000949144 (5.43244) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.188314) Outpt time (%) = 0.016387 (93.7911) Other time (%) = 0.000102758 (0.588139) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:24 2021 Memory usage per processor = 27.5278 Mbytes Step Atoms AVEKE stressZZ 8395 5000 1.5074515e-11 2406028.8 8396 -0.00890499999999514 2405986.48778297 8396 5000 1.5073439e-11 2405986.5 Loop time of 0.017638 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:24 2021 Pair time (%) = 0.00109482 (6.20717) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.209519) Outpt time (%) = 0.0163631 (92.7723) Other time (%) = 0.000143051 (0.811041) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:24 2021 Memory usage per processor = 27.5278 Mbytes Step Atoms AVEKE stressZZ 8396 5000 1.5073439e-11 2405979.1 8397 -0.00890499999999514 2405936.82548469 8397 5000 1.5072362e-11 2405936.8 Loop time of 0.0172632 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:24 2021 Pair time (%) = 0.000950098 (5.50361) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197495) Outpt time (%) = 0.016176 (93.7023) Other time (%) = 0.000102997 (0.596627) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:24 2021 Memory usage per processor = 27.5278 Mbytes Step Atoms AVEKE stressZZ 8397 5000 1.5072362e-11 2405929.5 8398 -0.00890499999999514 2405887.16560042 8398 5000 1.5071286e-11 2405887.2 Loop time of 0.0173771 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:24 2021 Pair time (%) = 0.00105596 (6.0767) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.196199) Outpt time (%) = 0.016125 (92.7941) Other time (%) = 0.000162125 (0.932977) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:24 2021 Memory usage per processor = 27.5278 Mbytes Step Atoms AVEKE stressZZ 8398 5000 1.5071286e-11 2405879.8 8399 -0.00890499999999514 2405837.50813783 8399 5000 1.507021e-11 2405837.5 Loop time of 0.017705 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:24 2021 Pair time (%) = 0.00107312 (6.06114) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.192567) Outpt time (%) = 0.0164449 (92.8831) Other time (%) = 0.000152826 (0.863183) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:24 2021 Memory usage per processor = 27.5278 Mbytes Step Atoms AVEKE stressZZ 8399 5000 1.507021e-11 2405830.1 8400 -0.00890499999999514 2405787.85309653 8400 5000 1.5069134e-11 2405787.9 Loop time of 0.0191691 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:24 2021 Pair time (%) = 0.00092721 (4.837) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.17164) Outpt time (%) = 0.0181088 (94.469) Other time (%) = 0.000100136 (0.522382) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:24 2021 Memory usage per processor = 27.5278 Mbytes Step Atoms AVEKE stressZZ 8400 5000 1.5069134e-11 2405780.5 8401 -0.00890499999999514 2405738.20047605 8401 5000 1.5068058e-11 2405738.2 Loop time of 0.0174789 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:24 2021 Pair time (%) = 0.0010941 (6.25955) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.195057) Outpt time (%) = 0.0162449 (92.9398) Other time (%) = 0.000105858 (0.605631) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:24 2021 Memory usage per processor = 27.5278 Mbytes Step Atoms AVEKE stressZZ 8401 5000 1.5068058e-11 2405730.8 8402 -0.00890499999999514 2405688.55027601 8402 5000 1.5066982e-11 2405688.6 Loop time of 0.0171371 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:24 2021 Pair time (%) = 0.000943899 (5.50794) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.279641) Outpt time (%) = 0.016026 (93.5168) Other time (%) = 0.000119209 (0.695623) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:24 2021 Memory usage per processor = 27.5278 Mbytes Step Atoms AVEKE stressZZ 8402 5000 1.5066982e-11 2405681.2 8403 -0.00890499999999514 2405638.90249599 8403 5000 1.5065907e-11 2405638.9 Loop time of 0.017462 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:24 2021 Pair time (%) = 0.000958204 (5.48736) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.19388) Outpt time (%) = 0.016356 (93.6661) Other time (%) = 0.000113964 (0.65264) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:24 2021 Memory usage per processor = 27.5278 Mbytes Step Atoms AVEKE stressZZ 8403 5000 1.5065907e-11 2405631.5 8404 -0.00890499999999514 2405589.25713565 8404 5000 1.5064831e-11 2405589.3 Loop time of 0.0173199 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:24 2021 Pair time (%) = 0.00101209 (5.84349) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.196848) Outpt time (%) = 0.0161729 (93.3774) Other time (%) = 0.000100851 (0.582284) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:24 2021 Memory usage per processor = 27.5278 Mbytes Step Atoms AVEKE stressZZ 8404 5000 1.5064831e-11 2405581.9 8405 -0.00890499999999514 2405539.61419456 8405 5000 1.5063756e-11 2405539.6 Loop time of 0.0173752 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:24 2021 Pair time (%) = 0.00105596 (6.07736) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.190732) Outpt time (%) = 0.0161791 (93.1158) Other time (%) = 0.00010705 (0.616107) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:24 2021 Memory usage per processor = 27.5278 Mbytes Step Atoms AVEKE stressZZ 8405 5000 1.5063756e-11 2405532.3 8406 -0.00890499999999514 2405489.97367236 8406 5000 1.506268e-11 2405490 Loop time of 0.018033 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:24 2021 Pair time (%) = 0.00127292 (7.05881) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.189063) Outpt time (%) = 0.0165842 (91.9655) Other time (%) = 0.000141859 (0.786662) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:24 2021 Memory usage per processor = 27.5278 Mbytes Step Atoms AVEKE stressZZ 8406 5000 1.506268e-11 2405482.6 8407 -0.00890499999999514 2405440.3355687 8407 5000 1.5061605e-11 2405440.3 Loop time of 0.0173891 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:24 2021 Pair time (%) = 0.000989914 (5.69274) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.196065) Outpt time (%) = 0.0162601 (93.5079) Other time (%) = 0.000104904 (0.603277) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:24 2021 Memory usage per processor = 27.5278 Mbytes Step Atoms AVEKE stressZZ 8407 5000 1.5061605e-11 2405433 8408 -0.00890499999999514 2405390.69988322 8408 5000 1.506053e-11 2405390.7 Loop time of 0.0174539 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:24 2021 Pair time (%) = 0.000914812 (5.2413) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183043) Outpt time (%) = 0.0164092 (94.0142) Other time (%) = 9.799e-05 (0.561422) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:24 2021 Memory usage per processor = 27.5278 Mbytes Step Atoms AVEKE stressZZ 8408 5000 1.506053e-11 2405383.3 8409 -0.00890499999999514 2405341.06661557 8409 5000 1.5059455e-11 2405341.1 Loop time of 0.0174739 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:24 2021 Pair time (%) = 0.00110912 (6.3473) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.195113) Outpt time (%) = 0.016217 (92.8068) Other time (%) = 0.000113726 (0.65083) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:24 2021 Memory usage per processor = 27.5278 Mbytes Step Atoms AVEKE stressZZ 8409 5000 1.5059455e-11 2405333.7 8410 -0.00890499999999514 2405291.43576535 8410 5000 1.505838e-11 2405291.4 Loop time of 0.0194361 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:24 2021 Pair time (%) = 0.000931978 (4.79508) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.175415) Outpt time (%) = 0.0183668 (94.4984) Other time (%) = 0.000103235 (0.531151) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:24 2021 Memory usage per processor = 27.5278 Mbytes Step Atoms AVEKE stressZZ 8410 5000 1.505838e-11 2405284.1 8411 -0.00890499999999514 2405241.80733229 8411 5000 1.5057305e-11 2405241.8 Loop time of 0.01771 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:24 2021 Pair time (%) = 0.00135994 (7.67895) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.192512) Outpt time (%) = 0.0160739 (90.7621) Other time (%) = 0.000241995 (1.36643) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:24 2021 Memory usage per processor = 27.5278 Mbytes Step Atoms AVEKE stressZZ 8411 5000 1.5057305e-11 2405234.4 8412 -0.00890499999999514 2405192.18131603 8412 5000 1.505623e-11 2405192.2 Loop time of 0.0171721 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:24 2021 Pair time (%) = 0.000975132 (5.67858) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198542) Outpt time (%) = 0.016057 (93.5064) Other time (%) = 0.000105858 (0.616453) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:24 2021 Memory usage per processor = 27.5278 Mbytes Step Atoms AVEKE stressZZ 8412 5000 1.505623e-11 2405184.8 8413 -0.00890499999999514 2405142.5577162 8413 5000 1.5055155e-11 2405142.6 Loop time of 0.017226 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:24 2021 Pair time (%) = 0.00109506 (6.35701) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.208994) Outpt time (%) = 0.0159531 (92.6105) Other time (%) = 0.000141859 (0.823518) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:24 2021 Memory usage per processor = 27.5278 Mbytes Step Atoms AVEKE stressZZ 8413 5000 1.5055155e-11 2405135.2 8414 -0.00890499999999514 2405092.93653253 8414 5000 1.5054081e-11 2405092.9 Loop time of 0.0177431 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:24 2021 Pair time (%) = 0.00114298 (6.44182) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.264714) Outpt time (%) = 0.0164261 (92.5773) Other time (%) = 0.000127077 (0.716205) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:24 2021 Memory usage per processor = 27.5278 Mbytes Step Atoms AVEKE stressZZ 8414 5000 1.5054081e-11 2405085.6 8415 -0.00890499999999514 2405043.31776464 8415 5000 1.5053007e-11 2405043.3 Loop time of 0.0171888 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:24 2021 Pair time (%) = 0.000933886 (5.43311) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.187253) Outpt time (%) = 0.016125 (93.8109) Other time (%) = 9.77516e-05 (0.568694) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:24 2021 Memory usage per processor = 27.5278 Mbytes Step Atoms AVEKE stressZZ 8415 5000 1.5053007e-11 2405036 8416 -0.00890499999999514 2404993.70141225 8416 5000 1.5051932e-11 2404993.7 Loop time of 0.0164559 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:24 2021 Pair time (%) = 0.000908136 (5.51861) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.199939) Outpt time (%) = 0.0153861 (93.4991) Other time (%) = 0.000128746 (0.782371) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:24 2021 Memory usage per processor = 27.5278 Mbytes Step Atoms AVEKE stressZZ 8416 5000 1.5051932e-11 2404986.3 8417 -0.00890499999999514 2404944.08747499 8417 5000 1.5050858e-11 2404944.1 Loop time of 0.0162411 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:24 2021 Pair time (%) = 0.00090003 (5.54169) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.19084) Outpt time (%) = 0.0152209 (93.7184) Other time (%) = 8.91685e-05 (0.549031) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:24 2021 Memory usage per processor = 27.5278 Mbytes Step Atoms AVEKE stressZZ 8417 5000 1.5050858e-11 2404936.7 8418 -0.00890499999999514 2404894.47595264 8418 5000 1.5049784e-11 2404894.5 Loop time of 0.016619 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:24 2021 Pair time (%) = 0.000977993 (5.8848) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.193673) Outpt time (%) = 0.015522 (93.3993) Other time (%) = 8.67844e-05 (0.522201) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:24 2021 Memory usage per processor = 27.5278 Mbytes Step Atoms AVEKE stressZZ 8418 5000 1.5049784e-11 2404887.1 8419 -0.00890499999999514 2404844.86684483 8419 5000 1.504871e-11 2404844.9 Loop time of 0.0167341 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:24 2021 Pair time (%) = 0.000902891 (5.39551) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.185217) Outpt time (%) = 0.0157101 (93.8807) Other time (%) = 9.01222e-05 (0.538554) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:24 2021 Memory usage per processor = 27.5278 Mbytes Step Atoms AVEKE stressZZ 8419 5000 1.504871e-11 2404837.5 8420 -0.00890499999999514 2404795.26015121 8420 5000 1.5047636e-11 2404795.3 Loop time of 0.0195849 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:24 2021 Pair time (%) = 0.000999928 (5.10561) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.189908) Outpt time (%) = 0.018404 (93.9704) Other time (%) = 0.000143766 (0.734068) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:24 2021 Memory usage per processor = 27.5278 Mbytes Step Atoms AVEKE stressZZ 8420 5000 1.5047636e-11 2404787.9 8421 -0.00890499999999514 2404745.65587158 8421 5000 1.5046562e-11 2404745.7 Loop time of 0.0172429 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:24 2021 Pair time (%) = 0.000931978 (5.40499) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190813) Outpt time (%) = 0.0161839 (93.858) Other time (%) = 9.41753e-05 (0.546169) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:24 2021 Memory usage per processor = 27.5278 Mbytes Step Atoms AVEKE stressZZ 8421 5000 1.5046562e-11 2404738.3 8422 -0.00890499999999514 2404696.05400554 8422 5000 1.5045489e-11 2404696.1 Loop time of 0.0171568 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:24 2021 Pair time (%) = 0.0011158 (6.50352) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.220953) Outpt time (%) = 0.0158648 (92.4695) Other time (%) = 0.000138283 (0.805992) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:24 2021 Memory usage per processor = 27.5278 Mbytes Step Atoms AVEKE stressZZ 8422 5000 1.5045489e-11 2404688.7 8423 -0.00890499999999514 2404646.45455287 8423 5000 1.5044415e-11 2404646.5 Loop time of 0.0172081 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:24 2021 Pair time (%) = 0.00103402 (6.00892) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.196741) Outpt time (%) = 0.0160232 (93.1141) Other time (%) = 0.000117064 (0.680282) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:21:24 2021 Memory usage per processor = 27.5278 Mbytes Step Atoms AVEKE stressZZ 8423 5000 1.5044415e-11 2404639.1 8424 -0.00890499999999514 2404588.33036823 8424 5000 2.9721283e-11 2404667.2 Loop time of 0.017437 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:24 2021 Pair time (%) = 0.00102901 (5.90133) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.199628) Outpt time (%) = 0.016191 (92.8544) Other time (%) = 0.000182152 (1.04463) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:24 2021 Memory usage per processor = 27.5278 Mbytes Step Atoms AVEKE stressZZ 8424 5000 2.9721283e-11 2443707.3 8425 -0.00893749999999512 2443651.22109415 8425 5000 2.398795e-11 2443651.2 Loop time of 0.0171728 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:24 2021 Pair time (%) = 0.000959873 (5.58949) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.202699) Outpt time (%) = 0.016072 (93.59) Other time (%) = 0.000106096 (0.617815) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:24 2021 Memory usage per processor = 27.5278 Mbytes Step Atoms AVEKE stressZZ 8425 5000 2.398795e-11 2443641.3 8426 -0.00893749999999512 2443589.9741447 8426 5000 2.0662865e-11 2443590 Loop time of 0.0174899 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:24 2021 Pair time (%) = 0.00100493 (5.74579) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.188119) Outpt time (%) = 0.0163059 (93.2305) Other time (%) = 0.000146151 (0.835628) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:24 2021 Memory usage per processor = 27.5278 Mbytes Step Atoms AVEKE stressZZ 8426 5000 2.0662865e-11 2443580.9 8427 -0.00893749999999512 2443532.63611681 8427 5000 1.8678151e-11 2443532.6 Loop time of 0.01705 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:24 2021 Pair time (%) = 0.000944138 (5.53745) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.199964) Outpt time (%) = 0.0159681 (93.6543) Other time (%) = 0.000103712 (0.608281) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:24 2021 Memory usage per processor = 27.5278 Mbytes Step Atoms AVEKE stressZZ 8427 5000 1.8678151e-11 2443524.1 8428 -0.00893749999999512 2443477.78314788 8428 5000 1.7468475e-11 2443477.8 Loop time of 0.0166371 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:24 2021 Pair time (%) = 0.000985146 (5.92138) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.199195) Outpt time (%) = 0.0155191 (93.2804) Other time (%) = 9.9659e-05 (0.599017) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:24 2021 Memory usage per processor = 27.5278 Mbytes Step Atoms AVEKE stressZZ 8428 5000 1.7468475e-11 2443469.6 8429 -0.00893749999999512 2443424.51036158 8429 5000 1.6720331e-11 2443424.5 Loop time of 0.016818 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:24 2021 Pair time (%) = 0.00110102 (6.54664) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.219733) Outpt time (%) = 0.015548 (92.4483) Other time (%) = 0.000132084 (0.78537) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:24 2021 Memory usage per processor = 27.5278 Mbytes Step Atoms AVEKE stressZZ 8429 5000 1.6720331e-11 2443416.6 8430 -0.00893749999999512 2443372.24270018 8430 5000 1.6252966e-11 2443372.2 Loop time of 0.019058 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:24 2021 Pair time (%) = 0.000910044 (4.77513) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.168887) Outpt time (%) = 0.018024 (94.5743) Other time (%) = 9.17912e-05 (0.481641) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:24 2021 Memory usage per processor = 27.5279 Mbytes Step Atoms AVEKE stressZZ 8430 5000 1.6252966e-11 2443364.5 8431 -0.00893749999999512 2443320.61470833 8431 5000 1.595898e-11 2443320.6 Loop time of 0.0170171 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:24 2021 Pair time (%) = 0.000941038 (5.52995) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.182137) Outpt time (%) = 0.0159512 (93.7359) Other time (%) = 9.39369e-05 (0.552014) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:24 2021 Memory usage per processor = 27.5279 Mbytes Step Atoms AVEKE stressZZ 8431 5000 1.595898e-11 2443312.9 8432 -0.00893749999999512 2443269.39413502 8432 5000 1.5773132e-11 2443269.4 Loop time of 0.016593 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:24 2021 Pair time (%) = 0.000904083 (5.44859) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.186792) Outpt time (%) = 0.015563 (93.7927) Other time (%) = 9.48906e-05 (0.571872) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:24 2021 Memory usage per processor = 27.5279 Mbytes Step Atoms AVEKE stressZZ 8432 5000 1.5773132e-11 2443261.8 8433 -0.00893749999999512 2443218.4333766 8433 5000 1.5655181e-11 2443218.4 Loop time of 0.0168812 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:24 2021 Pair time (%) = 0.00111508 (6.60547) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.218911) Outpt time (%) = 0.0155962 (92.3875) Other time (%) = 0.000133038 (0.78808) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:24 2021 Memory usage per processor = 27.5279 Mbytes Step Atoms AVEKE stressZZ 8433 5000 1.5655181e-11 2443210.8 8434 -0.00893749999999512 2443167.6386238 8434 5000 1.5580046e-11 2443167.6 Loop time of 0.0172071 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:24 2021 Pair time (%) = 0.00105 (6.10209) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.196752) Outpt time (%) = 0.0160172 (93.0846) Other time (%) = 0.000106096 (0.616583) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:24 2021 Memory usage per processor = 27.5279 Mbytes Step Atoms AVEKE stressZZ 8434 5000 1.5580046e-11 2443160.1 8435 -0.00893749999999512 2443116.95027749 8435 5000 1.5531986e-11 2443117 Loop time of 0.0171449 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:24 2021 Pair time (%) = 0.000904083 (5.27318) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186341) Outpt time (%) = 0.016084 (93.8118) Other time (%) = 0.000124931 (0.728679) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:24 2021 Memory usage per processor = 27.5279 Mbytes Step Atoms AVEKE stressZZ 8435 5000 1.5531986e-11 2443109.4 8436 -0.00893749999999512 2443066.33045362 8436 5000 1.5501077e-11 2443066.3 Loop time of 0.0168691 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:24 2021 Pair time (%) = 0.000931978 (5.52478) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.195042) Outpt time (%) = 0.0157719 (93.4958) Other time (%) = 0.000132322 (0.784408) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:24 2021 Memory usage per processor = 27.5279 Mbytes Step Atoms AVEKE stressZZ 8436 5000 1.5501077e-11 2443058.8 8437 -0.00893749999999512 2443015.75507618 8437 5000 1.5481046e-11 2443015.8 Loop time of 0.0171759 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:25 2021 Pair time (%) = 0.000921011 (5.36222) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.187393) Outpt time (%) = 0.0161309 (93.916) Other time (%) = 9.17912e-05 (0.534418) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:25 2021 Memory usage per processor = 27.5279 Mbytes Step Atoms AVEKE stressZZ 8437 5000 1.5481046e-11 2443008.2 8438 -0.00893749999999512 2442965.20884441 8438 5000 1.5467919e-11 2442965.2 Loop time of 0.0172789 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:25 2021 Pair time (%) = 0.000941992 (5.45169) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179377) Outpt time (%) = 0.016212 (93.8253) Other time (%) = 9.39369e-05 (0.543651) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:25 2021 Memory usage per processor = 27.5279 Mbytes Step Atoms AVEKE stressZZ 8438 5000 1.5467919e-11 2442957.7 8439 -0.00893749999999512 2442914.68203434 8439 5000 1.5459176e-11 2442914.7 Loop time of 0.0169899 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:25 2021 Pair time (%) = 0.000900984 (5.30304) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.182428) Outpt time (%) = 0.0159321 (93.7736) Other time (%) = 0.000125885 (0.740938) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:25 2021 Memory usage per processor = 27.5279 Mbytes Step Atoms AVEKE stressZZ 8439 5000 1.5459176e-11 2442907.1 8440 -0.00893749999999512 2442864.1684661 8440 5000 1.5453218e-11 2442864.2 Loop time of 0.018611 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:25 2021 Pair time (%) = 0.00106597 (5.72765) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.198565) Outpt time (%) = 0.017396 (93.4717) Other time (%) = 0.000112057 (0.602101) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:25 2021 Memory usage per processor = 27.5279 Mbytes Step Atoms AVEKE stressZZ 8440 5000 1.5453218e-11 2442856.6 8441 -0.00893749999999512 2442813.6642121 8441 5000 1.5449029e-11 2442813.7 Loop time of 0.0171652 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:25 2021 Pair time (%) = 0.00104904 (6.11145) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191677) Outpt time (%) = 0.01598 (93.0954) Other time (%) = 0.000103235 (0.601422) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:25 2021 Memory usage per processor = 27.5279 Mbytes Step Atoms AVEKE stressZZ 8441 5000 1.5449029e-11 2442806.1 8442 -0.00893749999999512 2442763.16677616 8442 5000 1.5445964e-11 2442763.2 Loop time of 0.017092 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:25 2021 Pair time (%) = 0.000905037 (5.29509) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.188313) Outpt time (%) = 0.016067 (94.0033) Other time (%) = 8.7738e-05 (0.513328) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:25 2021 Memory usage per processor = 27.5279 Mbytes Step Atoms AVEKE stressZZ 8442 5000 1.5445964e-11 2442755.6 8443 -0.00893749999999512 2442712.67457183 8443 5000 1.5443613e-11 2442712.7 Loop time of 0.016526 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:25 2021 Pair time (%) = 0.000920773 (5.57167) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.199091) Outpt time (%) = 0.0154731 (93.6291) Other time (%) = 9.91821e-05 (0.600159) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:25 2021 Memory usage per processor = 27.5279 Mbytes Step Atoms AVEKE stressZZ 8443 5000 1.5443613e-11 2442705.1 8444 -0.00893749999999512 2442662.18659068 8444 5000 1.5441716e-11 2442662.2 Loop time of 0.0173838 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:25 2021 Pair time (%) = 0.00118899 (6.83966) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.194753) Outpt time (%) = 0.01599 (91.9822) Other time (%) = 0.000170946 (0.983364) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:25 2021 Memory usage per processor = 27.5279 Mbytes Step Atoms AVEKE stressZZ 8444 5000 1.5441716e-11 2442654.7 8445 -0.00893749999999512 2442611.70219174 8445 5000 1.5440108e-11 2442611.7 Loop time of 0.0171409 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:25 2021 Pair time (%) = 0.000927925 (5.41353) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186386) Outpt time (%) = 0.0160859 (93.8451) Other time (%) = 9.5129e-05 (0.554984) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:25 2021 Memory usage per processor = 27.5279 Mbytes Step Atoms AVEKE stressZZ 8445 5000 1.5440108e-11 2442604.2 8446 -0.00893749999999512 2442561.22096747 8446 5000 1.5438683e-11 2442561.2 Loop time of 0.0164819 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:25 2021 Pair time (%) = 0.000927925 (5.62997) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.195284) Outpt time (%) = 0.0154259 (93.5932) Other time (%) = 9.58443e-05 (0.581513) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:25 2021 Memory usage per processor = 27.5279 Mbytes Step Atoms AVEKE stressZZ 8446 5000 1.5438683e-11 2442553.7 8447 -0.00893749999999512 2442510.74265877 8447 5000 1.5437374e-11 2442510.7 Loop time of 0.0170181 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:25 2021 Pair time (%) = 0.00111985 (6.58037) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.211547) Outpt time (%) = 0.0157039 (92.2778) Other time (%) = 0.00015831 (0.930246) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:25 2021 Memory usage per processor = 27.5279 Mbytes Step Atoms AVEKE stressZZ 8447 5000 1.5437374e-11 2442503.2 8448 -0.00893749999999512 2442460.26710084 8448 5000 1.543614e-11 2442460.3 Loop time of 0.017143 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:25 2021 Pair time (%) = 0.00109196 (6.36969) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186362) Outpt time (%) = 0.015928 (92.9127) Other time (%) = 9.10759e-05 (0.531271) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:25 2021 Memory usage per processor = 27.5279 Mbytes Step Atoms AVEKE stressZZ 8448 5000 1.543614e-11 2442452.7 8449 -0.00893749999999512 2442409.79418879 8449 5000 1.5434953e-11 2442409.8 Loop time of 0.017127 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:25 2021 Pair time (%) = 0.000901937 (5.26616) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186536) Outpt time (%) = 0.0161002 (94.0044) Other time (%) = 9.29832e-05 (0.542903) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:25 2021 Memory usage per processor = 27.5279 Mbytes Step Atoms AVEKE stressZZ 8449 5000 1.5434953e-11 2442402.3 8450 -0.00893749999999512 2442359.32385581 8450 5000 1.5433796e-11 2442359.3 Loop time of 0.0186491 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:25 2021 Pair time (%) = 0.00094986 (5.09333) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.166198) Outpt time (%) = 0.0175538 (94.1268) Other time (%) = 0.000114441 (0.613654) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:25 2021 Memory usage per processor = 27.5279 Mbytes Step Atoms AVEKE stressZZ 8450 5000 1.5433796e-11 2442351.8 8451 -0.00893749999999512 2442308.8560594 8451 5000 1.5432658e-11 2442308.9 Loop time of 0.0167038 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:25 2021 Pair time (%) = 0.00110102 (6.5914) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.215526) Outpt time (%) = 0.0154488 (92.4865) Other time (%) = 0.000118017 (0.706527) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:25 2021 Memory usage per processor = 27.5279 Mbytes Step Atoms AVEKE stressZZ 8451 5000 1.5432658e-11 2442301.3 8452 -0.00893749999999512 2442258.39077232 8452 5000 1.5431532e-11 2442258.4 Loop time of 0.0173318 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:25 2021 Pair time (%) = 0.000926018 (5.34287) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189834) Outpt time (%) = 0.016273 (93.8909) Other time (%) = 9.98974e-05 (0.576381) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:25 2021 Memory usage per processor = 27.5279 Mbytes Step Atoms AVEKE stressZZ 8452 5000 1.5431532e-11 2442250.9 8453 -0.00893749999999512 2442207.92797718 8453 5000 1.5430414e-11 2442207.9 Loop time of 0.016813 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:25 2021 Pair time (%) = 0.00090003 (5.35317) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.184347) Outpt time (%) = 0.0157881 (93.9038) Other time (%) = 9.39369e-05 (0.558715) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:25 2021 Memory usage per processor = 27.5279 Mbytes Step Atoms AVEKE stressZZ 8453 5000 1.5430414e-11 2442200.4 8454 -0.00893749999999512 2442157.46766275 8454 5000 1.5429301e-11 2442157.5 Loop time of 0.0165482 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:25 2021 Pair time (%) = 0.000935078 (5.65065) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.204587) Outpt time (%) = 0.015476 (93.5209) Other time (%) = 0.000103235 (0.623847) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:25 2021 Memory usage per processor = 27.5279 Mbytes Step Atoms AVEKE stressZZ 8454 5000 1.5429301e-11 2442149.9 8455 -0.00893749999999512 2442107.00982185 8455 5000 1.5428191e-11 2442107 Loop time of 0.01721 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:25 2021 Pair time (%) = 0.00098896 (5.74643) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191178) Outpt time (%) = 0.0160232 (93.1037) Other time (%) = 0.000164986 (0.958661) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:25 2021 Memory usage per processor = 27.5279 Mbytes Step Atoms AVEKE stressZZ 8455 5000 1.5428191e-11 2442099.5 8456 -0.00893749999999512 2442056.55444972 8456 5000 1.5427083e-11 2442056.6 Loop time of 0.017267 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:25 2021 Pair time (%) = 0.000906944 (5.25248) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.186405) Outpt time (%) = 0.016237 (94.035) Other time (%) = 9.08375e-05 (0.526076) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:25 2021 Memory usage per processor = 27.5279 Mbytes Step Atoms AVEKE stressZZ 8456 5000 1.5427083e-11 2442049 8457 -0.00893749999999512 2442006.10154329 8457 5000 1.5425976e-11 2442006.1 Loop time of 0.0166211 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:25 2021 Pair time (%) = 0.00090313 (5.43363) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192214) Outpt time (%) = 0.0155611 (93.6225) Other time (%) = 0.000124931 (0.751642) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:25 2021 Memory usage per processor = 27.5279 Mbytes Step Atoms AVEKE stressZZ 8457 5000 1.5425976e-11 2441998.6 8458 -0.00893749999999512 2441955.65110041 8458 5000 1.5424871e-11 2441955.7 Loop time of 0.016974 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:25 2021 Pair time (%) = 0.00109196 (6.43313) Neigh time (%) = 0 (0) Comm time (%) = 5.91278e-05 (0.348344) Outpt time (%) = 0.0156591 (92.2536) Other time (%) = 0.000163794 (0.964969) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:25 2021 Memory usage per processor = 27.5279 Mbytes Step Atoms AVEKE stressZZ 8458 5000 1.5424871e-11 2441948.1 8459 -0.00893749999999512 2441905.20311964 8459 5000 1.5423766e-11 2441905.2 Loop time of 0.0170081 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:25 2021 Pair time (%) = 0.000901937 (5.303) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187841) Outpt time (%) = 0.0159819 (93.9667) Other time (%) = 9.2268e-05 (0.542495) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:25 2021 Memory usage per processor = 27.5279 Mbytes Step Atoms AVEKE stressZZ 8459 5000 1.5423766e-11 2441897.7 8460 -0.00893749999999512 2441854.75759992 8460 5000 1.5422661e-11 2441854.8 Loop time of 0.0182102 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:25 2021 Pair time (%) = 0.000902891 (4.95817) Neigh time (%) = 0 (0) Comm time (%) = 4.50611e-05 (0.24745) Outpt time (%) = 0.017144 (94.145) Other time (%) = 0.000118256 (0.649393) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:25 2021 Memory usage per processor = 27.5279 Mbytes Step Atoms AVEKE stressZZ 8460 5000 1.5422661e-11 2441847.2 8461 -0.00893749999999512 2441804.31454053 8461 5000 1.5421557e-11 2441804.3 Loop time of 0.0161691 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:25 2021 Pair time (%) = 0.000901222 (5.57374) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.197588) Outpt time (%) = 0.0151479 (93.6846) Other time (%) = 8.79765e-05 (0.544103) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:25 2021 Memory usage per processor = 27.5279 Mbytes Step Atoms AVEKE stressZZ 8461 5000 1.5421557e-11 2441796.8 8462 -0.00893749999999512 2441753.87394173 8462 5000 1.5420453e-11 2441753.9 Loop time of 0.016356 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:25 2021 Pair time (%) = 0.000902176 (5.51587) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.189499) Outpt time (%) = 0.0153339 (93.7509) Other time (%) = 8.89301e-05 (0.543716) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:25 2021 Memory usage per processor = 27.5279 Mbytes Step Atoms AVEKE stressZZ 8462 5000 1.5420453e-11 2441746.3 8463 -0.00893749999999512 2441703.43580279 8463 5000 1.5419349e-11 2441703.4 Loop time of 0.01721 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:25 2021 Pair time (%) = 0.000905037 (5.25878) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180095) Outpt time (%) = 0.016185 (94.0444) Other time (%) = 8.89301e-05 (0.516735) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:25 2021 Memory usage per processor = 27.5279 Mbytes Step Atoms AVEKE stressZZ 8463 5000 1.5419349e-11 2441695.9 8464 -0.00893749999999512 2441653.00012258 8464 5000 1.5418246e-11 2441653 Loop time of 0.0165272 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:25 2021 Pair time (%) = 0.000907898 (5.49336) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.199077) Outpt time (%) = 0.0154409 (93.4276) Other time (%) = 0.000145435 (0.879977) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:25 2021 Memory usage per processor = 27.5279 Mbytes Step Atoms AVEKE stressZZ 8464 5000 1.5418246e-11 2441645.5 8465 -0.00893749999999512 2441602.5669007 8465 5000 1.5417142e-11 2441602.6 Loop time of 0.017205 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:25 2021 Pair time (%) = 0.000961065 (5.58597) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192619) Outpt time (%) = 0.0160971 (93.5604) Other time (%) = 0.000113726 (0.661004) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:25 2021 Memory usage per processor = 27.5279 Mbytes Step Atoms AVEKE stressZZ 8465 5000 1.5417142e-11 2441595 8466 -0.00893749999999512 2441552.13613679 8466 5000 1.5416039e-11 2441552.1 Loop time of 0.017204 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:25 2021 Pair time (%) = 0.00090003 (5.2315) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185701) Outpt time (%) = 0.0161791 (94.0423) Other time (%) = 9.29832e-05 (0.540473) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:25 2021 Memory usage per processor = 27.5279 Mbytes Step Atoms AVEKE stressZZ 8466 5000 1.5416039e-11 2441544.6 8467 -0.00893749999999512 2441501.70783053 8467 5000 1.5414936e-11 2441501.7 Loop time of 0.0165949 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:25 2021 Pair time (%) = 0.000904083 (5.44796) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.186771) Outpt time (%) = 0.015563 (93.782) Other time (%) = 9.67979e-05 (0.5833) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:25 2021 Memory usage per processor = 27.5279 Mbytes Step Atoms AVEKE stressZZ 8467 5000 1.5414936e-11 2441494.2 8468 -0.00893749999999512 2441451.28198162 8468 5000 1.5413833e-11 2441451.3 Loop time of 0.016521 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:25 2021 Pair time (%) = 0.000985861 (5.96733) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.206367) Outpt time (%) = 0.0153861 (93.1307) Other time (%) = 0.000114918 (0.695587) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:25 2021 Memory usage per processor = 27.5279 Mbytes Step Atoms AVEKE stressZZ 8468 5000 1.5413833e-11 2441443.8 8469 -0.00893749999999512 2441400.85858967 8469 5000 1.541273e-11 2441400.9 Loop time of 0.0171971 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:25 2021 Pair time (%) = 0.000946999 (5.50672) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185776) Outpt time (%) = 0.016129 (93.789) Other time (%) = 8.91685e-05 (0.518508) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:25 2021 Memory usage per processor = 27.5279 Mbytes Step Atoms AVEKE stressZZ 8469 5000 1.541273e-11 2441393.3 8470 -0.00893749999999512 2441350.43765449 8470 5000 1.5411627e-11 2441350.4 Loop time of 0.0193479 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:25 2021 Pair time (%) = 0.000899792 (4.65059) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.165124) Outpt time (%) = 0.0182929 (94.5472) Other time (%) = 0.000123262 (0.637084) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:25 2021 Memory usage per processor = 27.5279 Mbytes Step Atoms AVEKE stressZZ 8470 5000 1.5411627e-11 2441342.9 8471 -0.00893749999999512 2441300.01917569 8471 5000 1.5410524e-11 2441300 Loop time of 0.0170751 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:25 2021 Pair time (%) = 0.000926971 (5.4288) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.198274) Outpt time (%) = 0.015969 (93.5226) Other time (%) = 0.000145197 (0.850345) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:25 2021 Memory usage per processor = 27.5279 Mbytes Step Atoms AVEKE stressZZ 8471 5000 1.5410524e-11 2441292.5 8472 -0.00893749999999512 2441249.603153 8472 5000 1.5409422e-11 2441249.6 Loop time of 0.0168881 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:25 2021 Pair time (%) = 0.00106311 (6.295) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.213174) Outpt time (%) = 0.0156491 (92.6631) Other time (%) = 0.000139952 (0.828698) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:25 2021 Memory usage per processor = 27.5279 Mbytes Step Atoms AVEKE stressZZ 8472 5000 1.5409422e-11 2441242.1 8473 -0.00893749999999512 2441199.18958614 8473 5000 1.5408319e-11 2441199.2 Loop time of 0.017314 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:25 2021 Pair time (%) = 0.000989914 (5.71743) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191407) Outpt time (%) = 0.0161932 (93.5266) Other time (%) = 9.77516e-05 (0.564583) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:25 2021 Memory usage per processor = 27.5279 Mbytes Step Atoms AVEKE stressZZ 8473 5000 1.5408319e-11 2441191.7 8474 -0.00893749999999512 2441148.7784748 8474 5000 1.5407217e-11 2441148.8 Loop time of 0.0169821 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:25 2021 Pair time (%) = 0.000904083 (5.32375) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188128) Outpt time (%) = 0.0159521 (93.935) Other time (%) = 9.39369e-05 (0.553153) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:25 2021 Memory usage per processor = 27.5279 Mbytes Step Atoms AVEKE stressZZ 8474 5000 1.5407217e-11 2441141.2 8475 -0.00893749999999512 2441098.36981873 8475 5000 1.5406114e-11 2441098.4 Loop time of 0.018311 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:25 2021 Pair time (%) = 0.000953913 (5.2095) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.174475) Outpt time (%) = 0.017225 (94.0692) Other time (%) = 0.000100136 (0.546861) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:25 2021 Memory usage per processor = 27.5279 Mbytes Step Atoms AVEKE stressZZ 8475 5000 1.5406114e-11 2441090.8 8476 -0.00893749999999512 2441047.96361757 8476 5000 1.5405012e-11 2441048 Loop time of 0.017 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:25 2021 Pair time (%) = 0.00117993 (6.9408) Neigh time (%) = 0 (0) Comm time (%) = 4.19617e-05 (0.246834) Outpt time (%) = 0.0156181 (91.8713) Other time (%) = 0.000159979 (0.941054) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:25 2021 Memory usage per processor = 27.5279 Mbytes Step Atoms AVEKE stressZZ 8476 5000 1.5405012e-11 2441040.4 8477 -0.00893749999999512 2440997.55987113 8477 5000 1.540391e-11 2440997.6 Loop time of 0.017066 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:25 2021 Pair time (%) = 0.000905037 (5.30316) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187203) Outpt time (%) = 0.0159969 (93.7357) Other time (%) = 0.000132084 (0.773959) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:25 2021 Memory usage per processor = 27.5279 Mbytes Step Atoms AVEKE stressZZ 8477 5000 1.540391e-11 2440990 8478 -0.00893749999999512 2440947.15857906 8478 5000 1.5402808e-11 2440947.2 Loop time of 0.0165868 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:25 2021 Pair time (%) = 0.000904083 (5.45063) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.186862) Outpt time (%) = 0.0155649 (93.8393) Other time (%) = 8.67844e-05 (0.523214) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:25 2021 Memory usage per processor = 27.5279 Mbytes Step Atoms AVEKE stressZZ 8478 5000 1.5402808e-11 2440939.6 8479 -0.00893749999999512 2440896.75974114 8479 5000 1.5401706e-11 2440896.8 Loop time of 0.0165861 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:25 2021 Pair time (%) = 0.000970125 (5.84904) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.205557) Outpt time (%) = 0.0154641 (93.2353) Other time (%) = 0.000117779 (0.710107) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:25 2021 Memory usage per processor = 27.5279 Mbytes Step Atoms AVEKE stressZZ 8479 5000 1.5401706e-11 2440889.2 8480 -0.00893749999999512 2440846.36335706 8480 5000 1.5400604e-11 2440846.4 Loop time of 0.019068 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:26 2021 Pair time (%) = 0.000942945 (4.94517) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.1738) Outpt time (%) = 0.017998 (94.3884) Other time (%) = 9.39369e-05 (0.492642) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:26 2021 Memory usage per processor = 27.5279 Mbytes Step Atoms AVEKE stressZZ 8480 5000 1.5400604e-11 2440838.8 8481 -0.00893749999999512 2440795.96942652 8481 5000 1.5399503e-11 2440796 Loop time of 0.0169742 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:26 2021 Pair time (%) = 0.000963926 (5.67877) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188215) Outpt time (%) = 0.0158782 (93.5431) Other time (%) = 0.000100136 (0.589929) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:26 2021 Memory usage per processor = 27.5279 Mbytes Step Atoms AVEKE stressZZ 8481 5000 1.5399503e-11 2440788.4 8482 -0.00893749999999512 2440745.57794929 8482 5000 1.5398401e-11 2440745.6 Loop time of 0.016773 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:26 2021 Pair time (%) = 0.000900984 (5.37164) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.191895) Outpt time (%) = 0.0157151 (93.6931) Other time (%) = 0.000124693 (0.743415) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:26 2021 Memory usage per processor = 27.5279 Mbytes Step Atoms AVEKE stressZZ 8482 5000 1.5398401e-11 2440738.1 8483 -0.00893749999999512 2440695.18892508 8483 5000 1.53973e-11 2440695.2 Loop time of 0.0166709 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:26 2021 Pair time (%) = 0.00104618 (6.27547) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.204511) Outpt time (%) = 0.0154741 (92.8207) Other time (%) = 0.000116587 (0.699341) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:26 2021 Memory usage per processor = 27.5279 Mbytes Step Atoms AVEKE stressZZ 8483 5000 1.53973e-11 2440687.7 8484 -0.00893749999999512 2440644.80235363 8484 5000 1.5396199e-11 2440644.8 Loop time of 0.0175169 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:26 2021 Pair time (%) = 0.000996828 (5.69068) Neigh time (%) = 0 (0) Comm time (%) = 4.81606e-05 (0.274938) Outpt time (%) = 0.0163398 (93.2803) Other time (%) = 0.000132084 (0.754039) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:26 2021 Memory usage per processor = 27.5279 Mbytes Step Atoms AVEKE stressZZ 8484 5000 1.5396199e-11 2440637.3 8485 -0.00893749999999512 2440594.41823464 8485 5000 1.5395097e-11 2440594.4 Loop time of 0.017148 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:26 2021 Pair time (%) = 0.000916004 (5.34175) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186308) Outpt time (%) = 0.0161052 (93.9186) Other time (%) = 9.48906e-05 (0.553362) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:26 2021 Memory usage per processor = 27.5279 Mbytes Step Atoms AVEKE stressZZ 8485 5000 1.5395097e-11 2440586.9 8486 -0.00893749999999512 2440544.03656793 8486 5000 1.5393996e-11 2440544 Loop time of 0.016526 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:26 2021 Pair time (%) = 0.000905991 (5.48222) Neigh time (%) = 0 (0) Comm time (%) = 4.72069e-05 (0.285652) Outpt time (%) = 0.0154569 (93.531) Other time (%) = 0.000115871 (0.701147) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:26 2021 Memory usage per processor = 27.5279 Mbytes Step Atoms AVEKE stressZZ 8486 5000 1.5393996e-11 2440536.5 8487 -0.00893749999999512 2440493.65735316 8487 5000 1.5392895e-11 2440493.7 Loop time of 0.0174079 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:26 2021 Pair time (%) = 0.000950098 (5.45786) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.212288) Outpt time (%) = 0.0163069 (93.6752) Other time (%) = 0.000113964 (0.654669) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:26 2021 Memory usage per processor = 27.5279 Mbytes Step Atoms AVEKE stressZZ 8487 5000 1.5392895e-11 2440486.1 8488 -0.00893749999999512 2440443.28059004 8488 5000 1.5391794e-11 2440443.3 Loop time of 0.0170009 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:26 2021 Pair time (%) = 0.000923157 (5.43004) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.18231) Outpt time (%) = 0.0159531 (93.8365) Other time (%) = 9.36985e-05 (0.551138) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:26 2021 Memory usage per processor = 27.5279 Mbytes Step Atoms AVEKE stressZZ 8488 5000 1.5391794e-11 2440435.8 8489 -0.00893749999999512 2440392.90627843 8489 5000 1.5390694e-11 2440392.9 Loop time of 0.0165431 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:26 2021 Pair time (%) = 0.000902891 (5.45779) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.187355) Outpt time (%) = 0.0155151 (93.7856) Other time (%) = 9.41753e-05 (0.569271) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:26 2021 Memory usage per processor = 27.5279 Mbytes Step Atoms AVEKE stressZZ 8489 5000 1.5390694e-11 2440385.4 8490 -0.00893749999999512 2440342.53441796 8490 5000 1.5389593e-11 2440342.5 Loop time of 0.0191979 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:26 2021 Pair time (%) = 0.00116801 (6.08405) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.193736) Outpt time (%) = 0.017843 (92.9423) Other time (%) = 0.000149727 (0.779911) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:26 2021 Memory usage per processor = 27.5279 Mbytes Step Atoms AVEKE stressZZ 8490 5000 1.5389593e-11 2440335 8491 -0.00893749999999512 2440292.16500844 8491 5000 1.5388492e-11 2440292.2 Loop time of 0.0170319 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:26 2021 Pair time (%) = 0.00103283 (6.06408) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187578) Outpt time (%) = 0.015871 (93.1842) Other time (%) = 9.60827e-05 (0.564133) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:26 2021 Memory usage per processor = 27.5279 Mbytes Step Atoms AVEKE stressZZ 8491 5000 1.5388492e-11 2440284.6 8492 -0.00893749999999512 2440241.79804961 8492 5000 1.5387392e-11 2440241.8 Loop time of 0.0175679 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:26 2021 Pair time (%) = 0.00109601 (6.23872) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.188641) Outpt time (%) = 0.016326 (92.9307) Other time (%) = 0.000112772 (0.641922) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:26 2021 Memory usage per processor = 27.5279 Mbytes Step Atoms AVEKE stressZZ 8492 5000 1.5387392e-11 2440234.3 8493 -0.00893749999999512 2440191.43354118 8493 5000 1.5386292e-11 2440191.4 Loop time of 0.0165491 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:26 2021 Pair time (%) = 0.000903845 (5.46159) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.194491) Outpt time (%) = 0.0155249 (93.8109) Other time (%) = 8.82149e-05 (0.533049) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:26 2021 Memory usage per processor = 27.5279 Mbytes Step Atoms AVEKE stressZZ 8493 5000 1.5386292e-11 2440183.9 8494 -0.00893749999999512 2440141.07148296 8494 5000 1.5385191e-11 2440141.1 Loop time of 0.0168421 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:26 2021 Pair time (%) = 0.00112391 (6.67318) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.237822) Outpt time (%) = 0.015507 (92.0726) Other time (%) = 0.000171185 (1.01641) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:26 2021 Memory usage per processor = 27.5279 Mbytes Step Atoms AVEKE stressZZ 8494 5000 1.5385191e-11 2440133.5 8495 -0.00893749999999512 2440090.71187466 8495 5000 1.5384091e-11 2440090.7 Loop time of 0.0173011 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:26 2021 Pair time (%) = 0.000905037 (5.2311) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179147) Outpt time (%) = 0.0162761 (94.0757) Other time (%) = 8.89301e-05 (0.514015) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:26 2021 Memory usage per processor = 27.5279 Mbytes Step Atoms AVEKE stressZZ 8495 5000 1.5384091e-11 2440083.2 8496 -0.00893749999999512 2440040.35471606 8496 5000 1.5382991e-11 2440040.4 Loop time of 0.017288 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:26 2021 Pair time (%) = 0.00111198 (6.43213) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.231689) Outpt time (%) = 0.0159991 (92.5446) Other time (%) = 0.000136852 (0.791604) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:26 2021 Memory usage per processor = 27.5279 Mbytes Step Atoms AVEKE stressZZ 8496 5000 1.5382991e-11 2440032.8 8497 -0.00893749999999512 2439990.00000692 8497 5000 1.5381892e-11 2439990 Loop time of 0.0169299 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:26 2021 Pair time (%) = 0.000964165 (5.69505) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.201383) Outpt time (%) = 0.0157828 (93.2248) Other time (%) = 0.000148773 (0.878762) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:26 2021 Memory usage per processor = 27.5279 Mbytes Step Atoms AVEKE stressZZ 8497 5000 1.5381892e-11 2439982.5 8498 -0.00893749999999512 2439939.64774701 8498 5000 1.5380792e-11 2439939.6 Loop time of 0.0174229 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:26 2021 Pair time (%) = 0.00100088 (5.74463) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.194316) Outpt time (%) = 0.0162761 (93.4179) Other time (%) = 0.000112057 (0.643157) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:26 2021 Memory usage per processor = 27.5279 Mbytes Step Atoms AVEKE stressZZ 8498 5000 1.5380792e-11 2439932.1 8499 -0.00893749999999512 2439889.29793613 8499 5000 1.5379692e-11 2439889.3 Loop time of 0.017164 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:26 2021 Pair time (%) = 0.000944138 (5.50069) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.19308) Outpt time (%) = 0.0160902 (93.7437) Other time (%) = 9.65595e-05 (0.56257) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:26 2021 Memory usage per processor = 27.5279 Mbytes Step Atoms AVEKE stressZZ 8499 5000 1.5379692e-11 2439881.8 8500 -0.00893749999999512 2439838.95057403 8500 5000 1.5378593e-11 2439839 Loop time of 0.019151 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:26 2021 Pair time (%) = 0.000967026 (5.04949) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.173047) Outpt time (%) = 0.0180478 (94.2397) Other time (%) = 0.000102997 (0.537815) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:26 2021 Memory usage per processor = 27.5279 Mbytes Step Atoms AVEKE stressZZ 8500 5000 1.5378593e-11 2439831.4 8501 -0.00893749999999512 2439788.60566055 8501 5000 1.5377493e-11 2439788.6 Loop time of 0.0170481 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:26 2021 Pair time (%) = 0.000982046 (5.76044) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.20558) Outpt time (%) = 0.0159252 (93.413) Other time (%) = 0.000105858 (0.620936) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:26 2021 Memory usage per processor = 27.5279 Mbytes Step Atoms AVEKE stressZZ 8501 5000 1.5377493e-11 2439781.1 8502 -0.00893749999999512 2439738.26319552 8502 5000 1.5376394e-11 2439738.3 Loop time of 0.017267 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:26 2021 Pair time (%) = 0.000985146 (5.70537) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197451) Outpt time (%) = 0.016145 (93.5021) Other time (%) = 0.000102758 (0.595115) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:26 2021 Memory usage per processor = 27.5279 Mbytes Step Atoms AVEKE stressZZ 8502 5000 1.5376394e-11 2439730.7 8503 -0.00893749999999512 2439687.92317876 8503 5000 1.5375295e-11 2439687.9 Loop time of 0.0174561 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:26 2021 Pair time (%) = 0.000946999 (5.42504) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.188483) Outpt time (%) = 0.0163782 (93.8251) Other time (%) = 9.799e-05 (0.561353) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:26 2021 Memory usage per processor = 27.5279 Mbytes Step Atoms AVEKE stressZZ 8503 5000 1.5375295e-11 2439680.4 8504 -0.00893749999999512 2439637.58561016 8504 5000 1.5374195e-11 2439637.6 Loop time of 0.0169799 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:26 2021 Pair time (%) = 0.000946045 (5.57155) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.195173) Outpt time (%) = 0.0159039 (93.6632) Other time (%) = 9.67979e-05 (0.570073) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:26 2021 Memory usage per processor = 27.5279 Mbytes Step Atoms AVEKE stressZZ 8504 5000 1.5374195e-11 2439630.1 8505 -0.00893749999999512 2439587.2504898 8505 5000 1.5373096e-11 2439587.3 Loop time of 0.0170279 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:26 2021 Pair time (%) = 0.000952959 (5.59647) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.194623) Outpt time (%) = 0.0159481 (93.6586) Other time (%) = 9.36985e-05 (0.550266) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:26 2021 Memory usage per processor = 27.5279 Mbytes Step Atoms AVEKE stressZZ 8505 5000 1.5373096e-11 2439579.7 8506 -0.00893749999999512 2439536.91781829 8506 5000 1.5371998e-11 2439536.9 Loop time of 0.0168478 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:26 2021 Pair time (%) = 0.000946999 (5.62089) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.196703) Outpt time (%) = 0.015774 (93.6263) Other time (%) = 9.36985e-05 (0.556145) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:26 2021 Memory usage per processor = 27.5279 Mbytes Step Atoms AVEKE stressZZ 8506 5000 1.5371998e-11 2439529.4 8507 -0.00893749999999512 2439486.58759592 8507 5000 1.5370899e-11 2439486.6 Loop time of 0.0171289 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:26 2021 Pair time (%) = 0.000944853 (5.51612) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193475) Outpt time (%) = 0.016058 (93.7476) Other time (%) = 9.29832e-05 (0.542843) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:26 2021 Memory usage per processor = 27.5279 Mbytes Step Atoms AVEKE stressZZ 8507 5000 1.5370899e-11 2439479.1 8508 -0.00893749999999512 2439436.25982275 8508 5000 1.53698e-11 2439436.3 Loop time of 0.017103 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:26 2021 Pair time (%) = 0.000946999 (5.53705) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.197951) Outpt time (%) = 0.0160229 (93.6851) Other time (%) = 9.91821e-05 (0.579912) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:26 2021 Memory usage per processor = 27.5279 Mbytes Step Atoms AVEKE stressZZ 8508 5000 1.53698e-11 2439428.7 8509 -0.00893749999999512 2439385.93449712 8509 5000 1.5368702e-11 2439385.9 Loop time of 0.0173512 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:26 2021 Pair time (%) = 0.00106788 (6.1545) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.20199) Outpt time (%) = 0.0161111 (92.8534) Other time (%) = 0.000137091 (0.790096) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:26 2021 Memory usage per processor = 27.5279 Mbytes Step Atoms AVEKE stressZZ 8509 5000 1.5368702e-11 2439378.4 8510 -0.00893749999999512 2439335.61161832 8510 5000 1.5367603e-11 2439335.6 Loop time of 0.019243 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:26 2021 Pair time (%) = 0.0010128 (5.26322) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.175936) Outpt time (%) = 0.01809 (94.0083) Other time (%) = 0.000106335 (0.552589) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:26 2021 Memory usage per processor = 27.5279 Mbytes Step Atoms AVEKE stressZZ 8510 5000 1.5367603e-11 2439328.1 8511 -0.00893749999999512 2439285.29118592 8511 5000 1.5366505e-11 2439285.3 Loop time of 0.0173252 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:26 2021 Pair time (%) = 0.000946045 (5.46053) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189907) Outpt time (%) = 0.0162468 (93.7757) Other time (%) = 9.94205e-05 (0.573851) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:26 2021 Memory usage per processor = 27.5279 Mbytes Step Atoms AVEKE stressZZ 8511 5000 1.5366505e-11 2439277.8 8512 -0.00893749999999512 2439234.97319942 8512 5000 1.5365407e-11 2439235 Loop time of 0.0170019 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:26 2021 Pair time (%) = 0.000954151 (5.61204) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.211749) Outpt time (%) = 0.0159068 (93.5592) Other time (%) = 0.000104904 (0.617016) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:26 2021 Memory usage per processor = 27.5279 Mbytes Step Atoms AVEKE stressZZ 8512 5000 1.5365407e-11 2439227.4 8513 -0.00893749999999512 2439184.65765859 8513 5000 1.5364308e-11 2439184.7 Loop time of 0.017226 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:26 2021 Pair time (%) = 0.00100398 (5.82829) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197921) Outpt time (%) = 0.0160811 (93.3537) Other time (%) = 0.000106812 (0.620061) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:26 2021 Memory usage per processor = 27.5279 Mbytes Step Atoms AVEKE stressZZ 8513 5000 1.5364308e-11 2439177.1 8514 -0.00893749999999512 2439134.34456306 8514 5000 1.536321e-11 2439134.3 Loop time of 0.017143 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:26 2021 Pair time (%) = 0.000956059 (5.57696) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191925) Outpt time (%) = 0.016057 (93.6651) Other time (%) = 9.70364e-05 (0.56604) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:26 2021 Memory usage per processor = 27.5279 Mbytes Step Atoms AVEKE stressZZ 8514 5000 1.536321e-11 2439126.8 8515 -0.00893749999999512 2439084.0339125 8515 5000 1.5362112e-11 2439084 Loop time of 0.0170891 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:26 2021 Pair time (%) = 0.000943899 (5.52339) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.210667) Outpt time (%) = 0.016011 (93.6911) Other time (%) = 9.82285e-05 (0.574801) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:26 2021 Memory usage per processor = 27.5279 Mbytes Step Atoms AVEKE stressZZ 8515 5000 1.5362112e-11 2439076.5 8516 -0.00893749999999512 2439033.72570662 8516 5000 1.5361015e-11 2439033.7 Loop time of 0.0173881 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:26 2021 Pair time (%) = 0.00107002 (6.15376) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.196076) Outpt time (%) = 0.016145 (92.8508) Other time (%) = 0.000138998 (0.799386) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:26 2021 Memory usage per processor = 27.5279 Mbytes Step Atoms AVEKE stressZZ 8516 5000 1.5361015e-11 2439026.2 8517 -0.00893749999999512 2438983.41994516 8517 5000 1.5359917e-11 2438983.4 Loop time of 0.017225 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:26 2021 Pair time (%) = 0.000945091 (5.48673) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192396) Outpt time (%) = 0.0161488 (93.752) Other time (%) = 9.799e-05 (0.568882) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:26 2021 Memory usage per processor = 27.5279 Mbytes Step Atoms AVEKE stressZZ 8517 5000 1.5359917e-11 2438975.9 8518 -0.00893749999999512 2438933.11662781 8518 5000 1.5358819e-11 2438933.1 Loop time of 0.017195 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:26 2021 Pair time (%) = 0.000946999 (5.50741) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192732) Outpt time (%) = 0.0161178 (93.7355) Other time (%) = 9.70364e-05 (0.564329) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:26 2021 Memory usage per processor = 27.5279 Mbytes Step Atoms AVEKE stressZZ 8518 5000 1.5358819e-11 2438925.6 8519 -0.00893749999999512 2438882.81575429 8519 5000 1.5357722e-11 2438882.8 Loop time of 0.017077 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:26 2021 Pair time (%) = 0.00095582 (5.59713) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.198252) Outpt time (%) = 0.015986 (93.6113) Other time (%) = 0.000101328 (0.59336) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:26 2021 Memory usage per processor = 27.5279 Mbytes Step Atoms AVEKE stressZZ 8519 5000 1.5357722e-11 2438875.3 8520 -0.00893749999999512 2438832.51732437 8520 5000 1.5356625e-11 2438832.5 Loop time of 0.0195601 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:26 2021 Pair time (%) = 0.00110078 (5.62767) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.179179) Outpt time (%) = 0.018281 (93.4606) Other time (%) = 0.00014329 (0.732561) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:26 2021 Memory usage per processor = 27.5279 Mbytes Step Atoms AVEKE stressZZ 8520 5000 1.5356625e-11 2438825 8521 -0.00893749999999512 2438782.22133771 8521 5000 1.5355527e-11 2438782.2 Loop time of 0.017118 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:26 2021 Pair time (%) = 0.000944853 (5.51965) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192206) Outpt time (%) = 0.0160449 (93.731) Other time (%) = 9.53674e-05 (0.557119) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:26 2021 Memory usage per processor = 27.5279 Mbytes Step Atoms AVEKE stressZZ 8521 5000 1.5355527e-11 2438774.7 8522 -0.00893749999999512 2438731.92779413 8522 5000 1.535443e-11 2438731.9 Loop time of 0.0173309 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:26 2021 Pair time (%) = 0.000991106 (5.71873) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.19122) Outpt time (%) = 0.0161989 (93.4682) Other time (%) = 0.000107765 (0.62181) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:26 2021 Memory usage per processor = 27.5279 Mbytes Step Atoms AVEKE stressZZ 8522 5000 1.535443e-11 2438724.4 8523 -0.00893749999999512 2438681.63669328 8523 5000 1.5353333e-11 2438681.6 Loop time of 0.017076 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:26 2021 Pair time (%) = 0.000946999 (5.54578) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.199659) Outpt time (%) = 0.0159891 (93.6346) Other time (%) = 0.000105858 (0.619921) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:26 2021 Memory usage per processor = 27.5279 Mbytes Step Atoms AVEKE stressZZ 8523 5000 1.5353333e-11 2438674.1 8524 -0.00893749999999512 2438631.34803493 8524 5000 1.5352236e-11 2438631.3 Loop time of 0.0173669 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:27 2021 Pair time (%) = 0.00099802 (5.74668) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.201807) Outpt time (%) = 0.0162258 (93.4296) Other time (%) = 0.000108004 (0.621894) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:21:27 2021 Memory usage per processor = 27.5279 Mbytes Step Atoms AVEKE stressZZ 8524 5000 1.5352236e-11 2438623.8 8525 -0.00893749999999512 2438572.42895995 8525 5000 3.0329335e-11 2438652.4 Loop time of 0.016957 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:27 2021 Pair time (%) = 0.000944138 (5.56782) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.199654) Outpt time (%) = 0.0158582 (93.5197) Other time (%) = 0.000120878 (0.71285) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:27 2021 Memory usage per processor = 27.5279 Mbytes Step Atoms AVEKE stressZZ 8525 5000 3.0329335e-11 2477944.7 8526 -0.00896999999999511 2477887.84496953 8526 5000 2.447746e-11 2477887.8 Loop time of 0.0169961 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:27 2021 Pair time (%) = 0.000960827 (5.6532) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.193584) Outpt time (%) = 0.0159039 (93.5739) Other time (%) = 9.84669e-05 (0.579348) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:27 2021 Memory usage per processor = 27.5279 Mbytes Step Atoms AVEKE stressZZ 8526 5000 2.447746e-11 2477877.7 8527 -0.00896999999999511 2477825.74176375 8527 5000 2.1083703e-11 2477825.7 Loop time of 0.0169301 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:27 2021 Pair time (%) = 0.000989914 (5.84706) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.205605) Outpt time (%) = 0.0158041 (93.3488) Other time (%) = 0.000101328 (0.598507) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:27 2021 Memory usage per processor = 27.5279 Mbytes Step Atoms AVEKE stressZZ 8527 5000 2.1083703e-11 2477816.5 8528 -0.00896999999999511 2477767.60545516 8528 5000 1.9058033e-11 2477767.6 Loop time of 0.0171161 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:27 2021 Pair time (%) = 0.000963211 (5.62752) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192227) Outpt time (%) = 0.0160301 (93.6551) Other time (%) = 8.98838e-05 (0.525143) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:27 2021 Memory usage per processor = 27.5279 Mbytes Step Atoms AVEKE stressZZ 8528 5000 1.9058033e-11 2477758.9 8529 -0.00896999999999511 2477711.99105979 8529 5000 1.7823409e-11 2477712 Loop time of 0.0172689 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:27 2021 Pair time (%) = 0.000950098 (5.50179) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190526) Outpt time (%) = 0.0161879 (93.7402) Other time (%) = 9.799e-05 (0.567437) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:27 2021 Memory usage per processor = 27.5279 Mbytes Step Atoms AVEKE stressZZ 8529 5000 1.7823409e-11 2477703.7 8530 -0.00896999999999511 2477657.98028091 8530 5000 1.7059841e-11 2477658 Loop time of 0.0188699 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:27 2021 Pair time (%) = 0.000947952 (5.02363) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.180679) Outpt time (%) = 0.017786 (94.2562) Other time (%) = 0.000101805 (0.539509) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:27 2021 Memory usage per processor = 27.5281 Mbytes Step Atoms AVEKE stressZZ 8530 5000 1.7059841e-11 2477649.9 8531 -0.00896999999999511 2477604.98953229 8531 5000 1.6582844e-11 2477605 Loop time of 0.0172329 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:27 2021 Pair time (%) = 0.00111103 (6.44715) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.226895) Outpt time (%) = 0.0159678 (92.6591) Other time (%) = 0.000114918 (0.666851) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:27 2021 Memory usage per processor = 27.5281 Mbytes Step Atoms AVEKE stressZZ 8531 5000 1.6582844e-11 2477597 8532 -0.00896999999999511 2477552.64793803 8532 5000 1.6282798e-11 2477552.6 Loop time of 0.0172091 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:27 2021 Pair time (%) = 0.000945807 (5.49598) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191189) Outpt time (%) = 0.0161321 (93.742) Other time (%) = 9.82285e-05 (0.570795) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:27 2021 Memory usage per processor = 27.5281 Mbytes Step Atoms AVEKE stressZZ 8532 5000 1.6282798e-11 2477544.8 8533 -0.00896999999999511 2477500.71979918 8533 5000 1.609312e-11 2477500.7 Loop time of 0.0172288 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:27 2021 Pair time (%) = 0.000947952 (5.50212) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192353) Outpt time (%) = 0.0161519 (93.7492) Other time (%) = 9.58443e-05 (0.556301) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:27 2021 Memory usage per processor = 27.5281 Mbytes Step Atoms AVEKE stressZZ 8533 5000 1.609312e-11 2477492.9 8534 -0.00896999999999511 2477449.05533234 8534 5000 1.5972739e-11 2477449.1 Loop time of 0.017067 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:27 2021 Pair time (%) = 0.000953913 (5.58924) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.198368) Outpt time (%) = 0.0159791 (93.6257) Other time (%) = 0.000100136 (0.586723) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:27 2021 Memory usage per processor = 27.5281 Mbytes Step Atoms AVEKE stressZZ 8534 5000 1.5972739e-11 2477441.3 8535 -0.00896999999999511 2477397.55934589 8535 5000 1.5896055e-11 2477397.6 Loop time of 0.0174589 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:27 2021 Pair time (%) = 0.00106096 (6.07691) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.200743) Outpt time (%) = 0.0162501 (93.0764) Other time (%) = 0.000112772 (0.645928) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:27 2021 Memory usage per processor = 27.5281 Mbytes Step Atoms AVEKE stressZZ 8535 5000 1.5896055e-11 2477389.8 8536 -0.00896999999999511 2477346.17134427 8536 5000 1.5847003e-11 2477346.2 Loop time of 0.0173209 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:27 2021 Pair time (%) = 0.000947952 (5.47289) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.196837) Outpt time (%) = 0.0162439 (93.7824) Other time (%) = 9.48906e-05 (0.54784) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:27 2021 Memory usage per processor = 27.5281 Mbytes Step Atoms AVEKE stressZZ 8536 5000 1.5847003e-11 2477338.4 8537 -0.00896999999999511 2477294.85288164 8537 5000 1.5815457e-11 2477294.9 Loop time of 0.0170319 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:27 2021 Pair time (%) = 0.000945091 (5.54895) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.200176) Outpt time (%) = 0.0159569 (93.6881) Other time (%) = 9.58443e-05 (0.562734) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:27 2021 Memory usage per processor = 27.5281 Mbytes Step Atoms AVEKE stressZZ 8537 5000 1.5815457e-11 2477287.1 8538 -0.00896999999999511 2477243.57952516 8538 5000 1.5795012e-11 2477243.6 Loop time of 0.0171289 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:27 2021 Pair time (%) = 0.000972986 (5.68036) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.210178) Outpt time (%) = 0.0160141 (93.4915) Other time (%) = 0.000105858 (0.618006) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:27 2021 Memory usage per processor = 27.5281 Mbytes Step Atoms AVEKE stressZZ 8538 5000 1.5795012e-11 2477235.9 8539 -0.00896999999999511 2477192.33574714 8539 5000 1.5781614e-11 2477192.3 Loop time of 0.017653 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:27 2021 Pair time (%) = 0.00118804 (6.72996) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.193134) Outpt time (%) = 0.016304 (92.3584) Other time (%) = 0.000126839 (0.718511) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:27 2021 Memory usage per processor = 27.5281 Mbytes Step Atoms AVEKE stressZZ 8539 5000 1.5781614e-11 2477184.6 8540 -0.00896999999999511 2477141.11167956 8540 5000 1.577269e-11 2477141.1 Loop time of 0.019145 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:27 2021 Pair time (%) = 0.000982046 (5.12951) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.183064) Outpt time (%) = 0.0180202 (94.1245) Other time (%) = 0.000107765 (0.562889) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:27 2021 Memory usage per processor = 27.5281 Mbytes Step Atoms AVEKE stressZZ 8540 5000 1.577269e-11 2477133.4 8541 -0.00896999999999511 2477089.90105096 8541 5000 1.5766608e-11 2477089.9 Loop time of 0.017076 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:27 2021 Pair time (%) = 0.000962019 (5.63374) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205244) Outpt time (%) = 0.01598 (93.5816) Other time (%) = 9.89437e-05 (0.579431) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:27 2021 Memory usage per processor = 27.5281 Mbytes Step Atoms AVEKE stressZZ 8541 5000 1.5766608e-11 2477082.2 8542 -0.00896999999999511 2477038.6998756 8542 5000 1.5762331e-11 2477038.7 Loop time of 0.0171359 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:27 2021 Pair time (%) = 0.000987053 (5.76016) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204527) Outpt time (%) = 0.016006 (93.4064) Other time (%) = 0.000107765 (0.628887) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:27 2021 Memory usage per processor = 27.5281 Mbytes Step Atoms AVEKE stressZZ 8542 5000 1.5762331e-11 2477031 8543 -0.00896999999999511 2476987.50562038 8543 5000 1.5759202e-11 2476987.5 Loop time of 0.0172248 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:27 2021 Pair time (%) = 0.000968933 (5.62522) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191014) Outpt time (%) = 0.01612 (93.5858) Other time (%) = 0.000102997 (0.597957) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:27 2021 Memory usage per processor = 27.5281 Mbytes Step Atoms AVEKE stressZZ 8543 5000 1.5759202e-11 2476979.8 8544 -0.00896999999999511 2476936.31667535 8544 5000 1.5756802e-11 2476936.3 Loop time of 0.0171928 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:27 2021 Pair time (%) = 0.000947952 (5.51365) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192756) Outpt time (%) = 0.016114 (93.725) Other time (%) = 9.77516e-05 (0.56856) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:27 2021 Memory usage per processor = 27.5281 Mbytes Step Atoms AVEKE stressZZ 8544 5000 1.5756802e-11 2476928.6 8545 -0.00896999999999511 2476885.1320172 8545 5000 1.5754865e-11 2476885.1 Loop time of 0.01705 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:27 2021 Pair time (%) = 0.000949144 (5.56682) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.199964) Outpt time (%) = 0.0159678 (93.6529) Other time (%) = 9.89437e-05 (0.580314) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:27 2021 Memory usage per processor = 27.5281 Mbytes Step Atoms AVEKE stressZZ 8545 5000 1.5754865e-11 2476877.4 8546 -0.00896999999999511 2476833.95099556 8546 5000 1.5753222e-11 2476834 Loop time of 0.0171821 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:27 2021 Pair time (%) = 0.00109601 (6.37879) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.215078) Outpt time (%) = 0.0159302 (92.7137) Other time (%) = 0.000118971 (0.692411) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:27 2021 Memory usage per processor = 27.5281 Mbytes Step Atoms AVEKE stressZZ 8546 5000 1.5753222e-11 2476826.3 8547 -0.00896999999999511 2476782.77319686 8547 5000 1.5751767e-11 2476782.8 Loop time of 0.017252 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:27 2021 Pair time (%) = 0.000988007 (5.72692) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197623) Outpt time (%) = 0.0161271 (93.4798) Other time (%) = 0.000102758 (0.595633) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:27 2021 Memory usage per processor = 27.5281 Mbytes Step Atoms AVEKE stressZZ 8547 5000 1.5751767e-11 2476775.1 8548 -0.00896999999999511 2476731.59835834 8548 5000 1.575043e-11 2476731.6 Loop time of 0.0169759 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:27 2021 Pair time (%) = 0.000946045 (5.57288) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.195219) Outpt time (%) = 0.0159011 (93.6687) Other time (%) = 9.56059e-05 (0.563186) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:27 2021 Memory usage per processor = 27.5281 Mbytes Step Atoms AVEKE stressZZ 8548 5000 1.575043e-11 2476723.9 8549 -0.00896999999999511 2476680.42631269 8549 5000 1.574917e-11 2476680.4 Loop time of 0.0168459 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:27 2021 Pair time (%) = 0.000946045 (5.61586) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.196725) Outpt time (%) = 0.0157712 (93.6199) Other time (%) = 9.56059e-05 (0.56753) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:27 2021 Memory usage per processor = 27.5281 Mbytes Step Atoms AVEKE stressZZ 8549 5000 1.574917e-11 2476672.7 8550 -0.00896999999999511 2476629.25695357 8550 5000 1.5747957e-11 2476629.3 Loop time of 0.0187418 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:27 2021 Pair time (%) = 0.000953913 (5.08975) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.175552) Outpt time (%) = 0.0176649 (94.2538) Other time (%) = 9.01222e-05 (0.480861) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:27 2021 Memory usage per processor = 27.5281 Mbytes Step Atoms AVEKE stressZZ 8550 5000 1.5747957e-11 2476621.6 8551 -0.00896999999999511 2476578.09021329 8551 5000 1.5746775e-11 2476578.1 Loop time of 0.0169549 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:27 2021 Pair time (%) = 0.00094986 (5.60227) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.194055) Outpt time (%) = 0.0158799 (93.6595) Other time (%) = 9.2268e-05 (0.544197) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:27 2021 Memory usage per processor = 27.5281 Mbytes Step Atoms AVEKE stressZZ 8551 5000 1.5746775e-11 2476570.4 8552 -0.00896999999999511 2476526.92604866 8552 5000 1.5745612e-11 2476526.9 Loop time of 0.0175519 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:27 2021 Pair time (%) = 0.00106287 (6.05558) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.211905) Outpt time (%) = 0.0163341 (93.0615) Other time (%) = 0.000117779 (0.671032) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:27 2021 Memory usage per processor = 27.5281 Mbytes Step Atoms AVEKE stressZZ 8552 5000 1.5745612e-11 2476519.2 8553 -0.00896999999999511 2476475.76443222 8553 5000 1.5744462e-11 2476475.8 Loop time of 0.0172989 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:27 2021 Pair time (%) = 0.000957012 (5.5322) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.202599) Outpt time (%) = 0.016202 (93.6588) Other time (%) = 0.000104904 (0.60642) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:27 2021 Memory usage per processor = 27.5281 Mbytes Step Atoms AVEKE stressZZ 8553 5000 1.5744462e-11 2476468.1 8554 -0.00896999999999511 2476424.60534635 8554 5000 1.574332e-11 2476424.6 Loop time of 0.016973 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:27 2021 Pair time (%) = 0.000948906 (5.59067) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.193847) Outpt time (%) = 0.015893 (93.6367) Other time (%) = 9.82285e-05 (0.578733) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:27 2021 Memory usage per processor = 27.5281 Mbytes Step Atoms AVEKE stressZZ 8554 5000 1.574332e-11 2476416.9 8555 -0.00896999999999511 2476373.44877974 8555 5000 1.5742183e-11 2476373.4 Loop time of 0.017225 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:27 2021 Pair time (%) = 0.00103998 (6.03762) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.203469) Outpt time (%) = 0.0160429 (93.1374) Other time (%) = 0.00010705 (0.621479) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:27 2021 Memory usage per processor = 27.5281 Mbytes Step Atoms AVEKE stressZZ 8555 5000 1.5742183e-11 2476365.8 8556 -0.00896999999999511 2476322.29472514 8556 5000 1.5741049e-11 2476322.3 Loop time of 0.017143 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:27 2021 Pair time (%) = 0.00094986 (5.5408) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193316) Outpt time (%) = 0.016062 (93.6943) Other time (%) = 9.799e-05 (0.571603) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:27 2021 Memory usage per processor = 27.5281 Mbytes Step Atoms AVEKE stressZZ 8556 5000 1.5741049e-11 2476314.6 8557 -0.00896999999999511 2476271.14317781 8557 5000 1.5739917e-11 2476271.1 Loop time of 0.017185 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:27 2021 Pair time (%) = 0.000947952 (5.51617) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191457) Outpt time (%) = 0.0161059 (93.7208) Other time (%) = 9.82285e-05 (0.571595) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:27 2021 Memory usage per processor = 27.5281 Mbytes Step Atoms AVEKE stressZZ 8557 5000 1.5739917e-11 2476263.4 8558 -0.00896999999999511 2476219.99413468 8558 5000 1.5738787e-11 2476220 Loop time of 0.0169821 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:27 2021 Pair time (%) = 0.000965118 (5.68316) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.200764) Outpt time (%) = 0.015887 (93.5517) Other time (%) = 9.58443e-05 (0.564385) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:27 2021 Memory usage per processor = 27.5281 Mbytes Step Atoms AVEKE stressZZ 8558 5000 1.5738787e-11 2476212.3 8559 -0.00896999999999511 2476168.84759367 8559 5000 1.5737658e-11 2476168.8 Loop time of 0.0173461 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:27 2021 Pair time (%) = 0.00102687 (5.91987) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.202048) Outpt time (%) = 0.0161769 (93.2596) Other time (%) = 0.000107288 (0.618514) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:27 2021 Memory usage per processor = 27.5281 Mbytes Step Atoms AVEKE stressZZ 8559 5000 1.5737658e-11 2476161.2 8560 -0.00896999999999511 2476117.70355354 8560 5000 1.5736529e-11 2476117.7 Loop time of 0.019104 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:27 2021 Pair time (%) = 0.000947952 (4.96206) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.173472) Outpt time (%) = 0.0180249 (94.3515) Other time (%) = 9.799e-05 (0.512929) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:27 2021 Memory usage per processor = 27.5281 Mbytes Step Atoms AVEKE stressZZ 8560 5000 1.5736529e-11 2476110 8561 -0.00896999999999511 2476066.56202 8561 5000 1.5735401e-11 2476066.6 Loop time of 0.017175 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:27 2021 Pair time (%) = 0.000950098 (5.53188) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191568) Outpt time (%) = 0.0160949 (93.7116) Other time (%) = 9.70364e-05 (0.564987) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:27 2021 Memory usage per processor = 27.5281 Mbytes Step Atoms AVEKE stressZZ 8561 5000 1.5735401e-11 2476058.9 8562 -0.00896999999999511 2476015.42298511 8562 5000 1.5734273e-11 2476015.4 Loop time of 0.0170271 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:27 2021 Pair time (%) = 0.000968218 (5.68632) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.198832) Outpt time (%) = 0.015918 (93.4861) Other time (%) = 0.00010705 (0.628702) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:27 2021 Memory usage per processor = 27.5281 Mbytes Step Atoms AVEKE stressZZ 8562 5000 1.5734273e-11 2476007.7 8563 -0.00896999999999511 2475964.28644842 8563 5000 1.5733145e-11 2475964.3 Loop time of 0.0172749 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:27 2021 Pair time (%) = 0.00100684 (5.82836) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.195981) Outpt time (%) = 0.016129 (93.367) Other time (%) = 0.000105143 (0.608645) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:27 2021 Memory usage per processor = 27.5281 Mbytes Step Atoms AVEKE stressZZ 8563 5000 1.5733145e-11 2475956.6 8564 -0.00896999999999511 2475913.15240941 8564 5000 1.5732017e-11 2475913.2 Loop time of 0.0172799 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:27 2021 Pair time (%) = 0.000956059 (5.53279) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197304) Outpt time (%) = 0.0161889 (93.6863) Other time (%) = 0.000100851 (0.583633) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:27 2021 Memory usage per processor = 27.5281 Mbytes Step Atoms AVEKE stressZZ 8564 5000 1.5732017e-11 2475905.5 8565 -0.00896999999999511 2475862.02086988 8565 5000 1.573089e-11 2475862 Loop time of 0.0169411 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:27 2021 Pair time (%) = 0.000946999 (5.58996) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.194213) Outpt time (%) = 0.0158591 (93.6135) Other time (%) = 0.000102043 (0.602342) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:27 2021 Memory usage per processor = 27.5281 Mbytes Step Atoms AVEKE stressZZ 8565 5000 1.573089e-11 2475854.3 8566 -0.00896999999999511 2475810.89183114 8566 5000 1.5729763e-11 2475810.9 Loop time of 0.0172 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:27 2021 Pair time (%) = 0.00102782 (5.97571) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.209309) Outpt time (%) = 0.0160308 (93.2023) Other time (%) = 0.000105381 (0.612681) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:27 2021 Memory usage per processor = 27.5281 Mbytes Step Atoms AVEKE stressZZ 8566 5000 1.5729763e-11 2475803.2 8567 -0.00896999999999511 2475759.76529133 8567 5000 1.5728636e-11 2475759.8 Loop time of 0.0172012 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:28 2021 Pair time (%) = 0.000946045 (5.49988) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192662) Outpt time (%) = 0.0161238 (93.7364) Other time (%) = 9.82285e-05 (0.571056) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:28 2021 Memory usage per processor = 27.5281 Mbytes Step Atoms AVEKE stressZZ 8567 5000 1.5728636e-11 2475752.1 8568 -0.00896999999999511 2475708.64124966 8568 5000 1.5727509e-11 2475708.6 Loop time of 0.017225 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:28 2021 Pair time (%) = 0.000952005 (5.52687) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191011) Outpt time (%) = 0.016144 (93.7243) Other time (%) = 9.60827e-05 (0.557809) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:28 2021 Memory usage per processor = 27.5281 Mbytes Step Atoms AVEKE stressZZ 8568 5000 1.5727509e-11 2475700.9 8569 -0.00896999999999511 2475657.51970573 8569 5000 1.5726382e-11 2475657.5 Loop time of 0.017 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:28 2021 Pair time (%) = 0.000952959 (5.60565) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.211772) Outpt time (%) = 0.015907 (93.5711) Other time (%) = 0.000103951 (0.611475) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:28 2021 Memory usage per processor = 27.5281 Mbytes Step Atoms AVEKE stressZZ 8569 5000 1.5726382e-11 2475649.8 8570 -0.00896999999999511 2475606.40065913 8570 5000 1.5725255e-11 2475606.4 Loop time of 0.019526 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:28 2021 Pair time (%) = 0.00110197 (5.64361) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.184376) Outpt time (%) = 0.01823 (93.3625) Other time (%) = 0.000158072 (0.809544) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:28 2021 Memory usage per processor = 27.5281 Mbytes Step Atoms AVEKE stressZZ 8570 5000 1.5725255e-11 2475598.7 8571 -0.00896999999999511 2475555.28410959 8571 5000 1.5724129e-11 2475555.3 Loop time of 0.0172162 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:28 2021 Pair time (%) = 0.000948906 (5.5117) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198034) Outpt time (%) = 0.0161362 (93.7266) Other time (%) = 9.70364e-05 (0.563634) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:28 2021 Memory usage per processor = 27.5281 Mbytes Step Atoms AVEKE stressZZ 8571 5000 1.5724129e-11 2475547.6 8572 -0.00896999999999511 2475504.17005685 8572 5000 1.5723002e-11 2475504.2 Loop time of 0.0171759 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:28 2021 Pair time (%) = 0.000948191 (5.52047) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191558) Outpt time (%) = 0.016098 (93.7244) Other time (%) = 9.67979e-05 (0.563568) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:28 2021 Memory usage per processor = 27.5281 Mbytes Step Atoms AVEKE stressZZ 8572 5000 1.5723002e-11 2475496.5 8573 -0.00896999999999511 2475453.0585007 8573 5000 1.5721876e-11 2475453.1 Loop time of 0.01703 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:28 2021 Pair time (%) = 0.000968933 (5.68957) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.211399) Outpt time (%) = 0.0159209 (93.4872) Other time (%) = 0.000104189 (0.611796) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:28 2021 Memory usage per processor = 27.5281 Mbytes Step Atoms AVEKE stressZZ 8573 5000 1.5721876e-11 2475445.4 8574 -0.00896999999999511 2475401.94944098 8574 5000 1.5720749e-11 2475401.9 Loop time of 0.017385 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:28 2021 Pair time (%) = 0.00100684 (5.79144) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.196111) Outpt time (%) = 0.016232 (93.3679) Other time (%) = 0.000112057 (0.64456) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:28 2021 Memory usage per processor = 27.5281 Mbytes Step Atoms AVEKE stressZZ 8574 5000 1.5720749e-11 2475394.3 8575 -0.00896999999999511 2475350.84287752 8575 5000 1.5719623e-11 2475350.8 Loop time of 0.017261 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:28 2021 Pair time (%) = 0.000967979 (5.60789) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.196138) Outpt time (%) = 0.016161 (93.6269) Other time (%) = 9.82285e-05 (0.569076) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:28 2021 Memory usage per processor = 27.5281 Mbytes Step Atoms AVEKE stressZZ 8575 5000 1.5719623e-11 2475343.2 8576 -0.00896999999999511 2475299.73882647 8576 5000 1.5718497e-11 2475299.7 Loop time of 0.0169771 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:28 2021 Pair time (%) = 0.000947952 (5.58372) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.193801) Outpt time (%) = 0.0158992 (93.6509) Other time (%) = 9.70364e-05 (0.571573) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:28 2021 Memory usage per processor = 27.5281 Mbytes Step Atoms AVEKE stressZZ 8576 5000 1.5718497e-11 2475292 8577 -0.00896999999999511 2475248.63731315 8577 5000 1.5717371e-11 2475248.6 Loop time of 0.017139 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:28 2021 Pair time (%) = 0.00104284 (6.08463) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.210055) Outpt time (%) = 0.0159481 (93.0515) Other time (%) = 0.000112057 (0.653813) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:28 2021 Memory usage per processor = 27.5281 Mbytes Step Atoms AVEKE stressZZ 8577 5000 1.5717371e-11 2475240.9 8578 -0.00896999999999511 2475197.53831924 8578 5000 1.5716246e-11 2475197.5 Loop time of 0.017179 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:28 2021 Pair time (%) = 0.000972986 (5.66381) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198462) Outpt time (%) = 0.0160749 (93.5729) Other time (%) = 9.70364e-05 (0.564854) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:28 2021 Memory usage per processor = 27.5281 Mbytes Step Atoms AVEKE stressZZ 8578 5000 1.5716246e-11 2475189.8 8579 -0.00896999999999511 2475146.44183948 8579 5000 1.571512e-11 2475146.4 Loop time of 0.0175409 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:28 2021 Pair time (%) = 0.00104904 (5.98054) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.205241) Outpt time (%) = 0.016346 (93.1876) Other time (%) = 0.000109911 (0.626597) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:28 2021 Memory usage per processor = 27.5281 Mbytes Step Atoms AVEKE stressZZ 8579 5000 1.571512e-11 2475138.8 8580 -0.00896999999999511 2475095.34787147 8580 5000 1.5713994e-11 2475095.3 Loop time of 0.0190129 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:28 2021 Pair time (%) = 0.000946999 (4.98081) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.179319) Outpt time (%) = 0.0179331 (94.3207) Other time (%) = 9.87053e-05 (0.519148) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:28 2021 Memory usage per processor = 27.5281 Mbytes Step Atoms AVEKE stressZZ 8580 5000 1.5713994e-11 2475087.7 8581 -0.00896999999999511 2475044.2564143 8581 5000 1.5712869e-11 2475044.3 Loop time of 0.017086 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:28 2021 Pair time (%) = 0.00098896 (5.78812) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.210706) Outpt time (%) = 0.0159459 (93.3272) Other time (%) = 0.000115156 (0.673979) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:28 2021 Memory usage per processor = 27.5281 Mbytes Step Atoms AVEKE stressZZ 8581 5000 1.5712869e-11 2475036.6 8582 -0.00896999999999511 2474993.16746778 8582 5000 1.5711743e-11 2474993.2 Loop time of 0.0172789 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:28 2021 Pair time (%) = 0.000987053 (5.71247) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197315) Outpt time (%) = 0.0161471 (93.45) Other time (%) = 0.000110626 (0.640238) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:28 2021 Memory usage per processor = 27.5281 Mbytes Step Atoms AVEKE stressZZ 8582 5000 1.5711743e-11 2474985.5 8583 -0.00896999999999511 2474942.08103668 8583 5000 1.5710618e-11 2474942.1 Loop time of 0.0172319 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:28 2021 Pair time (%) = 0.000949144 (5.50805) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190935) Outpt time (%) = 0.0161541 (93.7448) Other time (%) = 9.58443e-05 (0.556201) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:28 2021 Memory usage per processor = 27.5281 Mbytes Step Atoms AVEKE stressZZ 8583 5000 1.5710618e-11 2474934.4 8584 -0.00896999999999511 2474890.99711078 8584 5000 1.5709493e-11 2474891 Loop time of 0.0169499 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:28 2021 Pair time (%) = 0.000947952 (5.59267) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.195519) Outpt time (%) = 0.015871 (93.6351) Other time (%) = 9.77516e-05 (0.576709) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:28 2021 Memory usage per processor = 27.5281 Mbytes Step Atoms AVEKE stressZZ 8584 5000 1.5709493e-11 2474883.3 8585 -0.00896999999999511 2474839.91568362 8585 5000 1.5708368e-11 2474839.9 Loop time of 0.0175102 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:28 2021 Pair time (%) = 0.00122309 (6.98501) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.217856) Outpt time (%) = 0.016113 (92.021) Other time (%) = 0.000135899 (0.776112) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:28 2021 Memory usage per processor = 27.5281 Mbytes Step Atoms AVEKE stressZZ 8585 5000 1.5708368e-11 2474832.2 8586 -0.00896999999999511 2474788.83675443 8586 5000 1.5707243e-11 2474788.8 Loop time of 0.0172222 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:28 2021 Pair time (%) = 0.000948906 (5.50979) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192427) Outpt time (%) = 0.0161431 (93.7343) Other time (%) = 9.70364e-05 (0.563439) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:28 2021 Memory usage per processor = 27.5281 Mbytes Step Atoms AVEKE stressZZ 8586 5000 1.5707243e-11 2474781.1 8587 -0.00896999999999511 2474737.76032243 8587 5000 1.5706118e-11 2474737.8 Loop time of 0.0172529 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:28 2021 Pair time (%) = 0.000950098 (5.50688) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197612) Outpt time (%) = 0.0161722 (93.7358) Other time (%) = 9.65595e-05 (0.559671) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:28 2021 Memory usage per processor = 27.5281 Mbytes Step Atoms AVEKE stressZZ 8587 5000 1.5706118e-11 2474730.1 8588 -0.00896999999999511 2474686.686387 8588 5000 1.5704994e-11 2474686.7 Loop time of 0.0170522 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:28 2021 Pair time (%) = 0.000975847 (5.72271) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.211124) Outpt time (%) = 0.0159411 (93.4845) Other time (%) = 9.91821e-05 (0.581639) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:28 2021 Memory usage per processor = 27.5281 Mbytes Step Atoms AVEKE stressZZ 8588 5000 1.5704994e-11 2474679 8589 -0.00896999999999511 2474635.61494749 8589 5000 1.5703869e-11 2474635.6 Loop time of 0.0173371 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:28 2021 Pair time (%) = 0.00101018 (5.8267) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.202154) Outpt time (%) = 0.016181 (93.3317) Other time (%) = 0.000110865 (0.639465) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:28 2021 Memory usage per processor = 27.5281 Mbytes Step Atoms AVEKE stressZZ 8589 5000 1.5703869e-11 2474627.9 8590 -0.00896999999999511 2474584.54600343 8590 5000 1.5702745e-11 2474584.5 Loop time of 0.01911 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:28 2021 Pair time (%) = 0.000971079 (5.08153) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.178409) Outpt time (%) = 0.018003 (94.2073) Other time (%) = 0.000101805 (0.532731) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:28 2021 Memory usage per processor = 27.5281 Mbytes Step Atoms AVEKE stressZZ 8590 5000 1.5702745e-11 2474576.9 8591 -0.00896999999999511 2474533.47955422 8591 5000 1.570162e-11 2474533.5 Loop time of 0.0171411 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:28 2021 Pair time (%) = 0.000953913 (5.56506) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193338) Outpt time (%) = 0.0160558 (93.6685) Other time (%) = 9.82285e-05 (0.573058) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:28 2021 Memory usage per processor = 27.5281 Mbytes Step Atoms AVEKE stressZZ 8591 5000 1.570162e-11 2474525.8 8592 -0.00896999999999511 2474482.4155994 8592 5000 1.5700496e-11 2474482.4 Loop time of 0.0170271 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:28 2021 Pair time (%) = 0.000967026 (5.67932) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205833) Outpt time (%) = 0.0159171 (93.4805) Other time (%) = 0.000108004 (0.634303) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:28 2021 Memory usage per processor = 27.5281 Mbytes Step Atoms AVEKE stressZZ 8592 5000 1.5700496e-11 2474474.7 8593 -0.00896999999999511 2474431.35413842 8593 5000 1.5699372e-11 2474431.4 Loop time of 0.0169592 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:28 2021 Pair time (%) = 0.00097394 (5.74284) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.199629) Outpt time (%) = 0.015851 (93.4657) Other time (%) = 0.000100374 (0.591857) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:28 2021 Memory usage per processor = 27.5281 Mbytes Step Atoms AVEKE stressZZ 8593 5000 1.5699372e-11 2474423.7 8594 -0.00896999999999511 2474380.29517083 8594 5000 1.5698248e-11 2474380.3 Loop time of 0.016854 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:28 2021 Pair time (%) = 0.000948906 (5.63014) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.195216) Outpt time (%) = 0.0157771 (93.6102) Other time (%) = 9.5129e-05 (0.564428) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:28 2021 Memory usage per processor = 27.5281 Mbytes Step Atoms AVEKE stressZZ 8594 5000 1.5698248e-11 2474372.6 8595 -0.00896999999999511 2474329.23869613 8595 5000 1.5697124e-11 2474329.2 Loop time of 0.0168419 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:28 2021 Pair time (%) = 0.000947952 (5.62854) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.196772) Outpt time (%) = 0.0157669 (93.6169) Other time (%) = 9.39369e-05 (0.557758) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:28 2021 Memory usage per processor = 27.5281 Mbytes Step Atoms AVEKE stressZZ 8595 5000 1.5697124e-11 2474321.5 8596 -0.00896999999999511 2474278.18473396 8596 5000 1.5696e-11 2474278.2 Loop time of 0.0173171 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:28 2021 Pair time (%) = 0.000950098 (5.48649) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191373) Outpt time (%) = 0.0162401 (93.7811) Other time (%) = 9.36985e-05 (0.541076) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:28 2021 Memory usage per processor = 27.5281 Mbytes Step Atoms AVEKE stressZZ 8596 5000 1.5696e-11 2474270.5 8597 -0.00896999999999511 2474227.13329944 8597 5000 1.5694877e-11 2474227.1 Loop time of 0.0171609 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:28 2021 Pair time (%) = 0.000965834 (5.62811) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.209786) Outpt time (%) = 0.016052 (93.5383) Other time (%) = 0.00010705 (0.623802) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:28 2021 Memory usage per processor = 27.5281 Mbytes Step Atoms AVEKE stressZZ 8597 5000 1.5694877e-11 2474219.4 8598 -0.00896999999999511 2474176.08437663 8598 5000 1.5693753e-11 2474176.1 Loop time of 0.01718 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:28 2021 Pair time (%) = 0.00110197 (6.41428) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.220656) Outpt time (%) = 0.0159249 (92.6948) Other time (%) = 0.000115156 (0.670293) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:28 2021 Memory usage per processor = 27.5281 Mbytes Step Atoms AVEKE stressZZ 8598 5000 1.5693753e-11 2474168.4 8599 -0.00896999999999511 2474125.03796077 8599 5000 1.569263e-11 2474125 Loop time of 0.0172398 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:28 2021 Pair time (%) = 0.000984907 (5.71298) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.201911) Outpt time (%) = 0.0161169 (93.4863) Other time (%) = 0.000103235 (0.598819) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:28 2021 Memory usage per processor = 27.5281 Mbytes Step Atoms AVEKE stressZZ 8599 5000 1.569263e-11 2474117.3 8600 -0.00896999999999511 2474073.9940491 8600 5000 1.5691506e-11 2474074 Loop time of 0.019135 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:28 2021 Pair time (%) = 0.000954151 (4.98642) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.173191) Outpt time (%) = 0.0180511 (94.3358) Other time (%) = 9.65595e-05 (0.504623) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:28 2021 Memory usage per processor = 27.5281 Mbytes Step Atoms AVEKE stressZZ 8600 5000 1.5691506e-11 2474066.3 8601 -0.00896999999999511 2474022.95263976 8601 5000 1.5690383e-11 2474023 Loop time of 0.0169981 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:28 2021 Pair time (%) = 0.000948191 (5.57823) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.193562) Outpt time (%) = 0.015919 (93.6517) Other time (%) = 9.799e-05 (0.576478) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:28 2021 Memory usage per processor = 27.5281 Mbytes Step Atoms AVEKE stressZZ 8601 5000 1.5690383e-11 2474015.3 8602 -0.00896999999999511 2473971.91372815 8602 5000 1.568926e-11 2473971.9 Loop time of 0.0173509 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:28 2021 Pair time (%) = 0.00114799 (6.61628) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.212985) Outpt time (%) = 0.016047 (92.4851) Other time (%) = 0.000118971 (0.685675) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:28 2021 Memory usage per processor = 27.5281 Mbytes Step Atoms AVEKE stressZZ 8602 5000 1.568926e-11 2473964.2 8603 -0.00896999999999511 2473920.87731319 8603 5000 1.5688137e-11 2473920.9 Loop time of 0.0170939 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:28 2021 Pair time (%) = 0.000948191 (5.54695) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192477) Outpt time (%) = 0.0160201 (93.718) Other time (%) = 9.27448e-05 (0.542561) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:28 2021 Memory usage per processor = 27.5281 Mbytes Step Atoms AVEKE stressZZ 8603 5000 1.5688137e-11 2473913.2 8604 -0.00896999999999511 2473869.84339609 8604 5000 1.5687014e-11 2473869.8 Loop time of 0.0172839 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:28 2021 Pair time (%) = 0.000977039 (5.65288) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190361) Outpt time (%) = 0.0161719 (93.5664) Other time (%) = 0.000102043 (0.590394) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:28 2021 Memory usage per processor = 27.5281 Mbytes Step Atoms AVEKE stressZZ 8604 5000 1.5687014e-11 2473862.2 8605 -0.00896999999999511 2473818.811976 8605 5000 1.5685891e-11 2473818.8 Loop time of 0.0170419 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:28 2021 Pair time (%) = 0.000955105 (5.60444) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.200059) Outpt time (%) = 0.0159481 (93.5813) Other time (%) = 0.000104666 (0.614166) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:28 2021 Memory usage per processor = 27.5281 Mbytes Step Atoms AVEKE stressZZ 8605 5000 1.5685891e-11 2473811.1 8606 -0.00896999999999511 2473767.7830522 8606 5000 1.5684769e-11 2473767.8 Loop time of 0.0174029 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:28 2021 Pair time (%) = 0.000997066 (5.72932) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.195909) Outpt time (%) = 0.0162609 (93.4377) Other time (%) = 0.000110865 (0.637047) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:28 2021 Memory usage per processor = 27.5281 Mbytes Step Atoms AVEKE stressZZ 8606 5000 1.5684769e-11 2473760.1 8607 -0.00896999999999511 2473716.75662395 8607 5000 1.5683646e-11 2473716.8 Loop time of 0.0172219 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:28 2021 Pair time (%) = 0.000947952 (5.50433) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191046) Outpt time (%) = 0.01615 (93.7758) Other time (%) = 9.10759e-05 (0.528837) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:28 2021 Memory usage per processor = 27.5281 Mbytes Step Atoms AVEKE stressZZ 8607 5000 1.5683646e-11 2473709.1 8608 -0.00896999999999511 2473665.73269061 8608 5000 1.5682524e-11 2473665.7 Loop time of 0.0169721 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:28 2021 Pair time (%) = 0.000952959 (5.61487) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.195263) Outpt time (%) = 0.015887 (93.6069) Other time (%) = 9.89437e-05 (0.58298) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:28 2021 Memory usage per processor = 27.5281 Mbytes Step Atoms AVEKE stressZZ 8608 5000 1.5682524e-11 2473658 8609 -0.00896999999999511 2473614.71125158 8609 5000 1.5681401e-11 2473614.7 Loop time of 0.01718 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:28 2021 Pair time (%) = 0.00106311 (6.18807) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.209553) Outpt time (%) = 0.015969 (92.9515) Other time (%) = 0.000111818 (0.650865) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:28 2021 Memory usage per processor = 27.5281 Mbytes Step Atoms AVEKE stressZZ 8609 5000 1.5681401e-11 2473607 8610 -0.00896999999999511 2473563.69230631 8610 5000 1.5680279e-11 2473563.7 Loop time of 0.0191622 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:29 2021 Pair time (%) = 0.000969887 (5.06146) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.171702) Outpt time (%) = 0.018044 (94.1646) Other time (%) = 0.000115395 (0.6022) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:29 2021 Memory usage per processor = 27.5281 Mbytes Step Atoms AVEKE stressZZ 8610 5000 1.5680279e-11 2473556 8611 -0.00896999999999511 2473512.67585419 8611 5000 1.5679157e-11 2473512.7 Loop time of 0.0172968 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:29 2021 Pair time (%) = 0.00101805 (5.88576) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.202624) Outpt time (%) = 0.016139 (93.3065) Other time (%) = 0.000104666 (0.605117) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:29 2021 Memory usage per processor = 27.5281 Mbytes Step Atoms AVEKE stressZZ 8611 5000 1.5679157e-11 2473505 8612 -0.00896999999999511 2473461.66189472 8612 5000 1.5678035e-11 2473461.7 Loop time of 0.0170979 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:29 2021 Pair time (%) = 0.000948906 (5.54982) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193825) Outpt time (%) = 0.0160191 (93.6902) Other time (%) = 9.67979e-05 (0.566138) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:29 2021 Memory usage per processor = 27.5281 Mbytes Step Atoms AVEKE stressZZ 8612 5000 1.5678035e-11 2473454 8613 -0.00896999999999511 2473410.65042744 8613 5000 1.5676913e-11 2473410.7 Loop time of 0.0171041 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:29 2021 Pair time (%) = 0.00102091 (5.96878) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.203513) Outpt time (%) = 0.0159421 (93.206) Other time (%) = 0.000106335 (0.621689) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:29 2021 Memory usage per processor = 27.5281 Mbytes Step Atoms AVEKE stressZZ 8613 5000 1.5676913e-11 2473403 8614 -0.00896999999999511 2473359.64145179 8614 5000 1.5675792e-11 2473359.6 Loop time of 0.0171821 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:29 2021 Pair time (%) = 0.000952959 (5.54623) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191488) Outpt time (%) = 0.0161011 (93.7086) Other time (%) = 9.5129e-05 (0.553651) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:29 2021 Memory usage per processor = 27.5281 Mbytes Step Atoms AVEKE stressZZ 8614 5000 1.5675792e-11 2473352 8615 -0.00896999999999511 2473308.63496735 8615 5000 1.567467e-11 2473308.6 Loop time of 0.0171609 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:29 2021 Pair time (%) = 0.000947952 (5.52391) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193115) Outpt time (%) = 0.016083 (93.7189) Other time (%) = 9.67979e-05 (0.564061) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:29 2021 Memory usage per processor = 27.5281 Mbytes Step Atoms AVEKE stressZZ 8615 5000 1.567467e-11 2473300.9 8616 -0.00896999999999511 2473257.63097368 8616 5000 1.5673548e-11 2473257.6 Loop time of 0.0170391 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:29 2021 Pair time (%) = 0.000967026 (5.67535) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205689) Outpt time (%) = 0.0159359 (93.5257) Other time (%) = 0.000101089 (0.593281) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:29 2021 Memory usage per processor = 27.5281 Mbytes Step Atoms AVEKE stressZZ 8616 5000 1.5673548e-11 2473249.9 8617 -0.00896999999999511 2473206.62947034 8617 5000 1.5672427e-11 2473206.6 Loop time of 0.0175359 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:29 2021 Pair time (%) = 0.00109816 (6.26232) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.2053) Outpt time (%) = 0.0162618 (92.7343) Other time (%) = 0.000139952 (0.798086) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:29 2021 Memory usage per processor = 27.5281 Mbytes Step Atoms AVEKE stressZZ 8617 5000 1.5672427e-11 2473198.9 8618 -0.00896999999999511 2473155.63045685 8618 5000 1.5671306e-11 2473155.6 Loop time of 0.01723 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:29 2021 Pair time (%) = 0.000954151 (5.53772) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.19234) Outpt time (%) = 0.0161459 (93.7081) Other time (%) = 9.67979e-05 (0.561798) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:29 2021 Memory usage per processor = 27.5281 Mbytes Step Atoms AVEKE stressZZ 8618 5000 1.5671306e-11 2473147.9 8619 -0.00896999999999511 2473104.63393286 8619 5000 1.5670184e-11 2473104.6 Loop time of 0.0170119 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:29 2021 Pair time (%) = 0.000946999 (5.56669) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.193405) Outpt time (%) = 0.015934 (93.6639) Other time (%) = 9.799e-05 (0.576009) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:29 2021 Memory usage per processor = 27.5281 Mbytes Step Atoms AVEKE stressZZ 8619 5000 1.5670184e-11 2473096.9 8620 -0.00896999999999511 2473053.63989792 8620 5000 1.5669063e-11 2473053.6 Loop time of 0.019027 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:29 2021 Pair time (%) = 0.000980139 (5.15131) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.189211) Outpt time (%) = 0.017906 (94.1081) Other time (%) = 0.000104904 (0.551344) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:29 2021 Memory usage per processor = 27.5281 Mbytes Step Atoms AVEKE stressZZ 8620 5000 1.5669063e-11 2473046 8621 -0.00896999999999511 2473002.64835165 8621 5000 1.5667942e-11 2473002.6 Loop time of 0.017344 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:29 2021 Pair time (%) = 0.000994921 (5.7364) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.202073) Outpt time (%) = 0.0162041 (93.4278) Other time (%) = 0.000109911 (0.633712) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:29 2021 Memory usage per processor = 27.5281 Mbytes Step Atoms AVEKE stressZZ 8621 5000 1.5667942e-11 2472995 8622 -0.00896999999999511 2472951.65929363 8622 5000 1.5666822e-11 2472951.7 Loop time of 0.0173302 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:29 2021 Pair time (%) = 0.000948191 (5.47133) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.202234) Outpt time (%) = 0.0162439 (93.7321) Other time (%) = 0.000102997 (0.594321) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:29 2021 Memory usage per processor = 27.5281 Mbytes Step Atoms AVEKE stressZZ 8622 5000 1.5666822e-11 2472944 8623 -0.00896999999999511 2472900.67272351 8623 5000 1.5665701e-11 2472900.7 Loop time of 0.0169709 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:29 2021 Pair time (%) = 0.00094986 (5.597) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.195277) Outpt time (%) = 0.0158911 (93.6373) Other time (%) = 9.67979e-05 (0.570377) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:29 2021 Memory usage per processor = 27.5281 Mbytes Step Atoms AVEKE stressZZ 8623 5000 1.5665701e-11 2472893 8624 -0.00896999999999511 2472849.68864091 8624 5000 1.566458e-11 2472849.7 Loop time of 0.017139 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:29 2021 Pair time (%) = 0.000984192 (5.74243) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.239268) Outpt time (%) = 0.0160069 (93.3951) Other time (%) = 0.000106812 (0.623209) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:29 2021 Memory usage per processor = 27.5281 Mbytes Step Atoms AVEKE stressZZ 8624 5000 1.566458e-11 2472842 8625 -0.00896999999999511 2472798.7070454 8625 5000 1.566346e-11 2472798.7 Loop time of 0.0171809 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:29 2021 Pair time (%) = 0.000972033 (5.65763) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.197053) Outpt time (%) = 0.0160739 (93.5569) Other time (%) = 0.000101089 (0.588382) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:21:29 2021 Memory usage per processor = 27.5281 Mbytes Step Atoms AVEKE stressZZ 8625 5000 1.566346e-11 2472791 8626 -0.00896999999999511 2472738.98884844 8626 5000 3.0944104e-11 2472820.1 Loop time of 0.0170231 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:29 2021 Pair time (%) = 0.0009799 (5.7563) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205882) Outpt time (%) = 0.0158751 (93.2563) Other time (%) = 0.000133038 (0.781513) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:29 2021 Memory usage per processor = 27.5281 Mbytes Step Atoms AVEKE stressZZ 8626 5000 3.0944104e-11 2512367.5 8627 -0.00900249999999509 2512309.99910781 8627 5000 2.4972353e-11 2512310 Loop time of 0.0168562 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:29 2021 Pair time (%) = 0.00094986 (5.63508) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.196605) Outpt time (%) = 0.0157821 (93.628) Other time (%) = 9.10759e-05 (0.540311) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:29 2021 Memory usage per processor = 27.5281 Mbytes Step Atoms AVEKE stressZZ 8627 5000 2.4972353e-11 2512299.7 8628 -0.00900249999999509 2512247.04183985 8628 5000 2.1509152e-11 2512247 Loop time of 0.0171411 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:29 2021 Pair time (%) = 0.00115204 (6.72091) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.22672) Outpt time (%) = 0.0158229 (92.3096) Other time (%) = 0.000127316 (0.74275) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:29 2021 Memory usage per processor = 27.5281 Mbytes Step Atoms AVEKE stressZZ 8628 5000 2.1509152e-11 2512237.6 8629 -0.00900249999999509 2512188.10930378 8629 5000 1.9442067e-11 2512188.1 Loop time of 0.0171719 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:29 2021 Pair time (%) = 0.00104189 (6.06742) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.209652) Outpt time (%) = 0.0159891 (93.112) Other time (%) = 0.000104904 (0.610907) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:29 2021 Memory usage per processor = 27.5281 Mbytes Step Atoms AVEKE stressZZ 8629 5000 1.9442067e-11 2512179.2 8630 -0.00900249999999509 2512131.73543357 8630 5000 1.8182215e-11 2512131.7 Loop time of 0.018868 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:29 2021 Pair time (%) = 0.000947952 (5.02414) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.174379) Outpt time (%) = 0.0177879 (94.2758) Other time (%) = 9.91821e-05 (0.525664) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:29 2021 Memory usage per processor = 27.5283 Mbytes Step Atoms AVEKE stressZZ 8630 5000 1.8182215e-11 2512123.2 8631 -0.00900249999999509 2512076.98857577 8631 5000 1.740305e-11 2512077 Loop time of 0.0168369 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:29 2021 Pair time (%) = 0.000947952 (5.63021) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.196831) Outpt time (%) = 0.015759 (93.598) Other time (%) = 9.67979e-05 (0.574916) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:29 2021 Memory usage per processor = 27.5283 Mbytes Step Atoms AVEKE stressZZ 8631 5000 1.740305e-11 2512068.7 8632 -0.00900249999999509 2512023.27663057 8632 5000 1.6916312e-11 2512023.3 Loop time of 0.016928 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:29 2021 Pair time (%) = 0.000949144 (5.60696) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.195772) Outpt time (%) = 0.0158589 (93.6846) Other time (%) = 8.67844e-05 (0.512669) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:29 2021 Memory usage per processor = 27.5283 Mbytes Step Atoms AVEKE stressZZ 8632 5000 1.6916312e-11 2512015.2 8633 -0.00900249999999509 2511970.22331224 8633 5000 1.661014e-11 2511970.2 Loop time of 0.0168469 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:29 2021 Pair time (%) = 0.000951052 (5.64526) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.195299) Outpt time (%) = 0.0157709 (93.6132) Other time (%) = 9.20296e-05 (0.54627) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:29 2021 Memory usage per processor = 27.5283 Mbytes Step Atoms AVEKE stressZZ 8633 5000 1.661014e-11 2511962.2 8634 -0.00900249999999509 2511917.58948689 8634 5000 1.6416589e-11 2511917.6 Loop time of 0.016885 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:29 2021 Pair time (%) = 0.000950098 (5.62686) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.194857) Outpt time (%) = 0.0158091 (93.6276) Other time (%) = 9.29832e-05 (0.550684) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:29 2021 Memory usage per processor = 27.5283 Mbytes Step Atoms AVEKE stressZZ 8634 5000 1.6416589e-11 2511909.6 8635 -0.00900249999999509 2511865.22318217 8635 5000 1.6293749e-11 2511865.2 Loop time of 0.016928 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:29 2021 Pair time (%) = 0.000951052 (5.61823) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.195772) Outpt time (%) = 0.015851 (93.6381) Other time (%) = 9.27448e-05 (0.54788) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:29 2021 Memory usage per processor = 27.5283 Mbytes Step Atoms AVEKE stressZZ 8635 5000 1.6293749e-11 2511857.3 8636 -0.00900249999999509 2511813.0278177 8636 5000 1.6215499e-11 2511813 Loop time of 0.0169101 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:29 2021 Pair time (%) = 0.000950098 (5.61853) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.195979) Outpt time (%) = 0.0158401 (93.6723) Other time (%) = 8.67844e-05 (0.513211) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:29 2021 Memory usage per processor = 27.5283 Mbytes Step Atoms AVEKE stressZZ 8636 5000 1.6215499e-11 2511805.1 8637 -0.00900249999999509 2511760.94201541 8637 5000 1.6165445e-11 2511760.9 Loop time of 0.016963 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:29 2021 Pair time (%) = 0.000948906 (5.59397) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.195367) Outpt time (%) = 0.015888 (93.6625) Other time (%) = 9.29832e-05 (0.548153) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:29 2021 Memory usage per processor = 27.5283 Mbytes Step Atoms AVEKE stressZZ 8637 5000 1.6165445e-11 2511753.1 8638 -0.00900249999999509 2511708.92676863 8638 5000 1.6133254e-11 2511708.9 Loop time of 0.016881 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:29 2021 Pair time (%) = 0.000952005 (5.63951) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.194904) Outpt time (%) = 0.015805 (93.6261) Other time (%) = 9.10759e-05 (0.539518) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:29 2021 Memory usage per processor = 27.5283 Mbytes Step Atoms AVEKE stressZZ 8638 5000 1.6133254e-11 2511701.1 8639 -0.00900249999999509 2511656.95728809 8639 5000 1.6112391e-11 2511657 Loop time of 0.017168 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:29 2021 Pair time (%) = 0.000959873 (5.59105) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18609) Outpt time (%) = 0.0160811 (93.6688) Other time (%) = 9.5129e-05 (0.554105) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:29 2021 Memory usage per processor = 27.5283 Mbytes Step Atoms AVEKE stressZZ 8639 5000 1.6112391e-11 2511649.1 8640 -0.00900249999999509 2511605.01781974 8640 5000 1.6098718e-11 2511605 Loop time of 0.0190411 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:29 2021 Pair time (%) = 0.000952005 (4.99975) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.172794) Outpt time (%) = 0.0179629 (94.3379) Other time (%) = 9.32217e-05 (0.489582) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:29 2021 Memory usage per processor = 27.5283 Mbytes Step Atoms AVEKE stressZZ 8640 5000 1.6098718e-11 2511597.2 8641 -0.00900249999999509 2511553.09835158 8641 5000 1.6089611e-11 2511553.1 Loop time of 0.0169201 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:29 2021 Pair time (%) = 0.000960112 (5.67439) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.194454) Outpt time (%) = 0.0158329 (93.5746) Other time (%) = 9.41753e-05 (0.556589) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:29 2021 Memory usage per processor = 27.5283 Mbytes Step Atoms AVEKE stressZZ 8641 5000 1.6089611e-11 2511545.2 8642 -0.00900249999999509 2511501.1925207 8642 5000 1.6083404e-11 2511501.2 Loop time of 0.0168872 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:29 2021 Pair time (%) = 0.000953197 (5.6445) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.194833) Outpt time (%) = 0.0158079 (93.6086) Other time (%) = 9.32217e-05 (0.552026) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:29 2021 Memory usage per processor = 27.5283 Mbytes Step Atoms AVEKE stressZZ 8642 5000 1.6083404e-11 2511493.3 8643 -0.00900249999999509 2511449.29628326 8643 5000 1.6079039e-11 2511449.3 Loop time of 0.0173061 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:29 2021 Pair time (%) = 0.00101399 (5.85918) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191494) Outpt time (%) = 0.0161471 (93.3032) Other time (%) = 0.000111818 (0.646121) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:29 2021 Memory usage per processor = 27.5283 Mbytes Step Atoms AVEKE stressZZ 8643 5000 1.6079039e-11 2511441.4 8644 -0.00900249999999509 2511397.40706928 8644 5000 1.6075845e-11 2511397.4 Loop time of 0.0173328 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:29 2021 Pair time (%) = 0.00104094 (6.00558) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.202204) Outpt time (%) = 0.0161519 (93.187) Other time (%) = 0.000104904 (0.605235) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:29 2021 Memory usage per processor = 27.5283 Mbytes Step Atoms AVEKE stressZZ 8644 5000 1.6075845e-11 2511389.5 8645 -0.00900249999999509 2511345.52324528 8645 5000 1.6073394e-11 2511345.5 Loop time of 0.0170901 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:29 2021 Pair time (%) = 0.000951052 (5.56493) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.19252) Outpt time (%) = 0.0160091 (93.6748) Other time (%) = 9.70364e-05 (0.567793) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:29 2021 Memory usage per processor = 27.5283 Mbytes Step Atoms AVEKE stressZZ 8645 5000 1.6073394e-11 2511337.7 8646 -0.00900249999999509 2511293.64377311 8646 5000 1.6071417e-11 2511293.6 Loop time of 0.01741 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:29 2021 Pair time (%) = 0.00117707 (6.76088) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.212262) Outpt time (%) = 0.0160441 (92.1545) Other time (%) = 0.000151873 (0.872328) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:29 2021 Memory usage per processor = 27.5283 Mbytes Step Atoms AVEKE stressZZ 8646 5000 1.6071417e-11 2511285.8 8647 -0.00900249999999509 2511241.76799282 8647 5000 1.606974e-11 2511241.8 Loop time of 0.017195 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:29 2021 Pair time (%) = 0.000947952 (5.51296) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192732) Outpt time (%) = 0.0161159 (93.7244) Other time (%) = 9.799e-05 (0.569876) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:29 2021 Memory usage per processor = 27.5283 Mbytes Step Atoms AVEKE stressZZ 8647 5000 1.606974e-11 2511233.9 8648 -0.00900249999999509 2511189.89548499 8648 5000 1.6068253e-11 2511189.9 Loop time of 0.017127 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:29 2021 Pair time (%) = 0.000948906 (5.5404) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.197672) Outpt time (%) = 0.016047 (93.694) Other time (%) = 9.72748e-05 (0.56796) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:29 2021 Memory usage per processor = 27.5283 Mbytes Step Atoms AVEKE stressZZ 8648 5000 1.6068253e-11 2511182 8649 -0.00900249999999509 2511138.02598279 8649 5000 1.6066889e-11 2511138 Loop time of 0.0171199 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:29 2021 Pair time (%) = 0.000977993 (5.71261) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204718) Outpt time (%) = 0.0159991 (93.4532) Other time (%) = 0.000107765 (0.629474) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:29 2021 Memory usage per processor = 27.5283 Mbytes Step Atoms AVEKE stressZZ 8649 5000 1.6066889e-11 2511130.2 8650 -0.00900249999999509 2511086.15931665 8650 5000 1.6065601e-11 2511086.2 Loop time of 0.019315 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:29 2021 Pair time (%) = 0.000974178 (5.04363) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.176515) Outpt time (%) = 0.018204 (94.2478) Other time (%) = 0.000102758 (0.532013) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:29 2021 Memory usage per processor = 27.5283 Mbytes Step Atoms AVEKE stressZZ 8650 5000 1.6065601e-11 2511078.3 8651 -0.00900249999999509 2511034.29537867 8651 5000 1.6064363e-11 2511034.3 Loop time of 0.017205 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:29 2021 Pair time (%) = 0.000947952 (5.50975) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192619) Outpt time (%) = 0.016125 (93.7225) Other time (%) = 9.89437e-05 (0.575087) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:29 2021 Memory usage per processor = 27.5283 Mbytes Step Atoms AVEKE stressZZ 8651 5000 1.6064363e-11 2511026.4 8652 -0.00900249999999509 2510982.43410004 8652 5000 1.6063155e-11 2510982.4 Loop time of 0.0171189 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:29 2021 Pair time (%) = 0.000952959 (5.5667) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192195) Outpt time (%) = 0.0160341 (93.6631) Other time (%) = 9.89437e-05 (0.577978) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:29 2021 Memory usage per processor = 27.5283 Mbytes Step Atoms AVEKE stressZZ 8652 5000 1.6063155e-11 2510974.6 8653 -0.00900249999999509 2510930.57543707 8653 5000 1.6061968e-11 2510930.6 Loop time of 0.0170901 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:30 2021 Pair time (%) = 0.000980854 (5.73932) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.210656) Outpt time (%) = 0.0159659 (93.4222) Other time (%) = 0.000107288 (0.627781) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:30 2021 Memory usage per processor = 27.5283 Mbytes Step Atoms AVEKE stressZZ 8653 5000 1.6061968e-11 2510922.7 8654 -0.00900249999999509 2510878.71936179 8654 5000 1.6060793e-11 2510878.7 Loop time of 0.0173681 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:30 2021 Pair time (%) = 0.00104809 (6.03457) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.201793) Outpt time (%) = 0.016165 (93.0732) Other time (%) = 0.000119925 (0.690488) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:30 2021 Memory usage per processor = 27.5283 Mbytes Step Atoms AVEKE stressZZ 8654 5000 1.6060793e-11 2510870.9 8655 -0.00900249999999509 2510826.86585629 8655 5000 1.6059627e-11 2510826.9 Loop time of 0.01723 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:30 2021 Pair time (%) = 0.000948191 (5.50313) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190956) Outpt time (%) = 0.0161521 (93.7441) Other time (%) = 9.67979e-05 (0.561798) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:30 2021 Memory usage per processor = 27.5283 Mbytes Step Atoms AVEKE stressZZ 8655 5000 1.6059627e-11 2510819 8656 -0.00900249999999509 2510775.01490914 8656 5000 1.6058465e-11 2510775 Loop time of 0.017 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:30 2021 Pair time (%) = 0.00095582 (5.62248) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.19915) Outpt time (%) = 0.015909 (93.5823) Other time (%) = 0.000101328 (0.596048) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:30 2021 Memory usage per processor = 27.5283 Mbytes Step Atoms AVEKE stressZZ 8656 5000 1.6058465e-11 2510767.2 8657 -0.00900249999999509 2510723.16651289 8657 5000 1.6057307e-11 2510723.2 Loop time of 0.017432 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:30 2021 Pair time (%) = 0.00114989 (6.59646) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.211995) Outpt time (%) = 0.0160751 (92.2164) Other time (%) = 0.000169992 (0.975176) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:30 2021 Memory usage per processor = 27.5283 Mbytes Step Atoms AVEKE stressZZ 8657 5000 1.6057307e-11 2510715.3 8658 -0.00900249999999509 2510671.3206627 8658 5000 1.6056151e-11 2510671.3 Loop time of 0.017271 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:30 2021 Pair time (%) = 0.000949144 (5.49558) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190502) Outpt time (%) = 0.016196 (93.7755) Other time (%) = 9.29832e-05 (0.538377) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:30 2021 Memory usage per processor = 27.5283 Mbytes Step Atoms AVEKE stressZZ 8658 5000 1.6056151e-11 2510663.5 8659 -0.00900249999999509 2510619.47735542 8659 5000 1.6054997e-11 2510619.5 Loop time of 0.017066 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:30 2021 Pair time (%) = 0.000968933 (5.67756) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.194188) Outpt time (%) = 0.01597 (93.5778) Other time (%) = 9.39369e-05 (0.550433) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:30 2021 Memory usage per processor = 27.5283 Mbytes Step Atoms AVEKE stressZZ 8659 5000 1.6054997e-11 2510611.6 8660 -0.00900249999999509 2510567.63658892 8660 5000 1.6053844e-11 2510567.6 Loop time of 0.0190089 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:30 2021 Pair time (%) = 0.000997066 (5.24527) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.189392) Outpt time (%) = 0.0178699 (94.0085) Other time (%) = 0.000105858 (0.556886) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:30 2021 Memory usage per processor = 27.5283 Mbytes Step Atoms AVEKE stressZZ 8660 5000 1.6053844e-11 2510559.8 8661 -0.00900249999999509 2510515.79836175 8661 5000 1.6052691e-11 2510515.8 Loop time of 0.017401 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:30 2021 Pair time (%) = 0.000993967 (5.71213) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.194561) Outpt time (%) = 0.016268 (93.4891) Other time (%) = 0.000105143 (0.604234) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:30 2021 Memory usage per processor = 27.5283 Mbytes Step Atoms AVEKE stressZZ 8661 5000 1.6052691e-11 2510507.9 8662 -0.00900249999999509 2510463.96267277 8662 5000 1.6051538e-11 2510464 Loop time of 0.0172241 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:30 2021 Pair time (%) = 0.000955105 (5.54517) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191022) Outpt time (%) = 0.0161381 (93.6949) Other time (%) = 9.799e-05 (0.568913) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:30 2021 Memory usage per processor = 27.5283 Mbytes Step Atoms AVEKE stressZZ 8662 5000 1.6051538e-11 2510456.1 8663 -0.00900249999999509 2510412.1295213 8663 5000 1.6050386e-11 2510412.1 Loop time of 0.0170219 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:30 2021 Pair time (%) = 0.000946999 (5.56341) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.198893) Outpt time (%) = 0.015944 (93.6676) Other time (%) = 9.70364e-05 (0.570068) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:30 2021 Memory usage per processor = 27.5283 Mbytes Step Atoms AVEKE stressZZ 8663 5000 1.6050386e-11 2510404.3 8664 -0.00900249999999509 2510360.29892287 8664 5000 1.6049234e-11 2510360.3 Loop time of 0.0171089 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:30 2021 Pair time (%) = 0.00100493 (5.87375) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204849) Outpt time (%) = 0.0159619 (93.2957) Other time (%) = 0.00010705 (0.625697) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:30 2021 Memory usage per processor = 27.5283 Mbytes Step Atoms AVEKE stressZZ 8664 5000 1.6049234e-11 2510352.4 8665 -0.00900249999999509 2510308.47090837 8665 5000 1.6048083e-11 2510308.5 Loop time of 0.0172191 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:30 2021 Pair time (%) = 0.000985146 (5.72125) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198001) Outpt time (%) = 0.016098 (93.4895) Other time (%) = 0.000101805 (0.591233) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:30 2021 Memory usage per processor = 27.5283 Mbytes Step Atoms AVEKE stressZZ 8665 5000 1.6048083e-11 2510300.6 8666 -0.00900249999999509 2510256.64545632 8666 5000 1.6046931e-11 2510256.6 Loop time of 0.0172949 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:30 2021 Pair time (%) = 0.000952005 (5.50455) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.19024) Outpt time (%) = 0.0162129 (93.7441) Other time (%) = 9.70364e-05 (0.56107) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:30 2021 Memory usage per processor = 27.5283 Mbytes Step Atoms AVEKE stressZZ 8666 5000 1.6046931e-11 2510248.8 8667 -0.00900249999999509 2510204.82256007 8667 5000 1.604578e-11 2510204.8 Loop time of 0.017 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:30 2021 Pair time (%) = 0.000955105 (5.61828) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.194943) Outpt time (%) = 0.015914 (93.6118) Other time (%) = 9.77516e-05 (0.575011) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:30 2021 Memory usage per processor = 27.5283 Mbytes Step Atoms AVEKE stressZZ 8667 5000 1.604578e-11 2510197 8668 -0.00900249999999509 2510153.00221602 8668 5000 1.6044629e-11 2510153 Loop time of 0.0175519 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:30 2021 Pair time (%) = 0.00116205 (6.62066) Neigh time (%) = 0 (0) Comm time (%) = 4.50611e-05 (0.256731) Outpt time (%) = 0.0161991 (92.2926) Other time (%) = 0.000145674 (0.82996) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:30 2021 Memory usage per processor = 27.5283 Mbytes Step Atoms AVEKE stressZZ 8668 5000 1.6044629e-11 2510145.1 8669 -0.00900249999999509 2510101.18442186 8669 5000 1.6043478e-11 2510101.2 Loop time of 0.0172791 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:30 2021 Pair time (%) = 0.000978947 (5.66548) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.202831) Outpt time (%) = 0.016165 (93.5522) Other time (%) = 0.000100136 (0.579518) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:30 2021 Memory usage per processor = 27.5283 Mbytes Step Atoms AVEKE stressZZ 8669 5000 1.6043478e-11 2510093.3 8670 -0.00900249999999509 2510049.36917583 8670 5000 1.6042327e-11 2510049.4 Loop time of 0.019242 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:30 2021 Pair time (%) = 0.000952005 (4.94753) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.187097) Outpt time (%) = 0.0181539 (94.345) Other time (%) = 0.000100136 (0.520401) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:30 2021 Memory usage per processor = 27.5283 Mbytes Step Atoms AVEKE stressZZ 8670 5000 1.6042327e-11 2510041.5 8671 -0.00900249999999509 2509997.55647648 8671 5000 1.6041176e-11 2509997.6 Loop time of 0.0165238 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:30 2021 Pair time (%) = 0.000906229 (5.48437) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.187574) Outpt time (%) = 0.0154929 (93.761) Other time (%) = 9.36985e-05 (0.56705) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:30 2021 Memory usage per processor = 27.5283 Mbytes Step Atoms AVEKE stressZZ 8671 5000 1.6041176e-11 2509989.7 8672 -0.00900249999999509 2509945.74632276 8672 5000 1.6040026e-11 2509945.7 Loop time of 0.017272 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:30 2021 Pair time (%) = 0.0011971 (6.93087) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.201535) Outpt time (%) = 0.015893 (92.0159) Other time (%) = 0.000147104 (0.851692) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:30 2021 Memory usage per processor = 27.5283 Mbytes Step Atoms AVEKE stressZZ 8672 5000 1.6040026e-11 2509937.9 8673 -0.00900249999999509 2509893.93871361 8673 5000 1.6038875e-11 2509893.9 Loop time of 0.0170779 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:30 2021 Pair time (%) = 0.000907898 (5.31621) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181488) Outpt time (%) = 0.0160439 (93.9453) Other time (%) = 9.5129e-05 (0.557029) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:30 2021 Memory usage per processor = 27.5283 Mbytes Step Atoms AVEKE stressZZ 8673 5000 1.6038875e-11 2509886.1 8674 -0.00900249999999509 2509842.13364811 8674 5000 1.6037725e-11 2509842.1 Loop time of 0.0168259 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:30 2021 Pair time (%) = 0.000906944 (5.39016) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.189874) Outpt time (%) = 0.0158 (93.9028) Other time (%) = 8.70228e-05 (0.517195) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:30 2021 Memory usage per processor = 27.5283 Mbytes Step Atoms AVEKE stressZZ 8674 5000 1.6037725e-11 2509834.3 8675 -0.00900249999999509 2509790.3311255 8675 5000 1.6036574e-11 2509790.3 Loop time of 0.0168128 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:30 2021 Pair time (%) = 0.00109291 (6.50047) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.202785) Outpt time (%) = 0.0155289 (92.3637) Other time (%) = 0.000156879 (0.933095) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:30 2021 Memory usage per processor = 27.5283 Mbytes Step Atoms AVEKE stressZZ 8675 5000 1.6036574e-11 2509782.5 8676 -0.00900249999999509 2509738.53114507 8676 5000 1.6035424e-11 2509738.5 Loop time of 0.017118 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:30 2021 Pair time (%) = 0.00102997 (6.01688) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186635) Outpt time (%) = 0.0159621 (93.2477) Other time (%) = 9.39369e-05 (0.548762) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:30 2021 Memory usage per processor = 27.5283 Mbytes Step Atoms AVEKE stressZZ 8676 5000 1.6035424e-11 2509730.7 8677 -0.00900249999999509 2509686.73370611 8677 5000 1.6034274e-11 2509686.7 Loop time of 0.0170569 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:30 2021 Pair time (%) = 0.000905991 (5.31157) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.1887) Outpt time (%) = 0.016032 (93.9909) Other time (%) = 8.67844e-05 (0.508792) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:30 2021 Memory usage per processor = 27.5283 Mbytes Step Atoms AVEKE stressZZ 8677 5000 1.6034274e-11 2509678.9 8678 -0.00900249999999509 2509634.93880803 8678 5000 1.6033124e-11 2509634.9 Loop time of 0.016829 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:30 2021 Pair time (%) = 0.000947952 (5.63285) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.191256) Outpt time (%) = 0.0157139 (93.374) Other time (%) = 0.000134945 (0.801859) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:30 2021 Memory usage per processor = 27.5283 Mbytes Step Atoms AVEKE stressZZ 8678 5000 1.6033124e-11 2509627.1 8679 -0.00900249999999509 2509583.14645022 8679 5000 1.6031974e-11 2509583.1 Loop time of 0.017391 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:30 2021 Pair time (%) = 0.00129604 (7.45239) Neigh time (%) = 0 (0) Comm time (%) = 7.10487e-05 (0.408538) Outpt time (%) = 0.015837 (91.0643) Other time (%) = 0.00018692 (1.07481) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:30 2021 Memory usage per processor = 27.5283 Mbytes Step Atoms AVEKE stressZZ 8679 5000 1.6031974e-11 2509575.3 8680 -0.00900249999999509 2509531.35663213 8680 5000 1.6030824e-11 2509531.4 Loop time of 0.0189419 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:30 2021 Pair time (%) = 0.000906944 (4.78804) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.163629) Outpt time (%) = 0.017911 (94.5574) Other time (%) = 9.29832e-05 (0.490887) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:30 2021 Memory usage per processor = 27.5283 Mbytes Step Atoms AVEKE stressZZ 8680 5000 1.6030824e-11 2509523.5 8681 -0.00900249999999509 2509479.56935324 8681 5000 1.6029675e-11 2509479.6 Loop time of 0.017128 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:30 2021 Pair time (%) = 0.000917196 (5.35496) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180958) Outpt time (%) = 0.016089 (93.9337) Other time (%) = 9.08375e-05 (0.530345) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:30 2021 Memory usage per processor = 27.5283 Mbytes Step Atoms AVEKE stressZZ 8681 5000 1.6029675e-11 2509471.7 8682 -0.00900249999999509 2509427.78461303 8682 5000 1.6028525e-11 2509427.8 Loop time of 0.0165641 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:30 2021 Pair time (%) = 0.000913858 (5.51709) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.198633) Outpt time (%) = 0.0155201 (93.697) Other time (%) = 9.72748e-05 (0.587262) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:30 2021 Memory usage per processor = 27.5283 Mbytes Step Atoms AVEKE stressZZ 8682 5000 1.6028525e-11 2509419.9 8683 -0.00900249999999509 2509376.00241101 8683 5000 1.6027376e-11 2509376 Loop time of 0.016655 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:30 2021 Pair time (%) = 0.00114202 (6.85696) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191823) Outpt time (%) = 0.0153792 (92.34) Other time (%) = 0.000101805 (0.611257) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:30 2021 Memory usage per processor = 27.5283 Mbytes Step Atoms AVEKE stressZZ 8683 5000 1.6027376e-11 2509368.1 8684 -0.00900249999999509 2509324.22274673 8684 5000 1.6026227e-11 2509324.2 Loop time of 0.016223 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:30 2021 Pair time (%) = 0.000908136 (5.59785) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.191053) Outpt time (%) = 0.015192 (93.6453) Other time (%) = 9.17912e-05 (0.56581) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:30 2021 Memory usage per processor = 27.5283 Mbytes Step Atoms AVEKE stressZZ 8684 5000 1.6026227e-11 2509316.4 8685 -0.00900249999999509 2509272.4456197 8685 5000 1.6025077e-11 2509272.4 Loop time of 0.0163939 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:30 2021 Pair time (%) = 0.000908136 (5.53948) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194878) Outpt time (%) = 0.0153611 (93.6999) Other time (%) = 9.27448e-05 (0.565728) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:30 2021 Memory usage per processor = 27.5283 Mbytes Step Atoms AVEKE stressZZ 8685 5000 1.6025077e-11 2509264.6 8686 -0.00900249999999509 2509220.67102953 8686 5000 1.6023928e-11 2509220.7 Loop time of 0.0172639 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:30 2021 Pair time (%) = 0.000908852 (5.26447) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179533) Outpt time (%) = 0.0162411 (94.0754) Other time (%) = 8.29697e-05 (0.480597) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:30 2021 Memory usage per processor = 27.5283 Mbytes Step Atoms AVEKE stressZZ 8686 5000 1.6023928e-11 2509212.8 8687 -0.00900249999999509 2509168.89895599 8687 5000 1.6022779e-11 2509168.9 Loop time of 0.016659 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:30 2021 Pair time (%) = 0.000967979 (5.81054) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.210382) Outpt time (%) = 0.0155499 (93.3422) Other time (%) = 0.000106096 (0.63687) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:30 2021 Memory usage per processor = 27.5283 Mbytes Step Atoms AVEKE stressZZ 8687 5000 1.6022779e-11 2509161 8688 -0.00900249999999509 2509117.12941757 8688 5000 1.6021631e-11 2509117.1 Loop time of 0.017056 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:30 2021 Pair time (%) = 0.000943899 (5.53412) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187313) Outpt time (%) = 0.0159819 (93.7026) Other time (%) = 9.82285e-05 (0.575918) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:30 2021 Memory usage per processor = 27.5283 Mbytes Step Atoms AVEKE stressZZ 8688 5000 1.6021631e-11 2509109.3 8689 -0.00900249999999509 2509065.36241391 8689 5000 1.6020482e-11 2509065.4 Loop time of 0.0170319 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:30 2021 Pair time (%) = 0.000905991 (5.31937) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187578) Outpt time (%) = 0.016001 (93.9471) Other time (%) = 9.29832e-05 (0.545936) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:30 2021 Memory usage per processor = 27.5283 Mbytes Step Atoms AVEKE stressZZ 8689 5000 1.6020482e-11 2509057.5 8690 -0.00900249999999509 2509013.59794467 8690 5000 1.6019333e-11 2509013.6 Loop time of 0.0184312 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:30 2021 Pair time (%) = 0.000945091 (5.12767) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.173337) Outpt time (%) = 0.0173621 (94.1997) Other time (%) = 9.20296e-05 (0.499314) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:30 2021 Memory usage per processor = 27.5283 Mbytes Step Atoms AVEKE stressZZ 8690 5000 1.6019333e-11 2509005.7 8691 -0.00900249999999509 2508961.83600942 8691 5000 1.6018185e-11 2508961.8 Loop time of 0.0167661 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:30 2021 Pair time (%) = 0.00105715 (6.30528) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.220415) Outpt time (%) = 0.0155599 (92.8059) Other time (%) = 0.000112057 (0.668354) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:30 2021 Memory usage per processor = 27.5283 Mbytes Step Atoms AVEKE stressZZ 8691 5000 1.6018185e-11 2508954 8692 -0.00900249999999509 2508910.07660785 8692 5000 1.6017036e-11 2508910.1 Loop time of 0.154514 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:31 2021 Pair time (%) = 0.000906944 (0.586965) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.0208308) Outpt time (%) = 0.153483 (99.3326) Other time (%) = 9.20296e-05 (0.0595606) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:31 2021 Memory usage per processor = 27.5283 Mbytes Step Atoms AVEKE stressZZ 8692 5000 1.6017036e-11 2508902.2 8693 -0.00900249999999509 2508858.31973955 8693 5000 1.6015888e-11 2508858.3 Loop time of 0.01895 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:31 2021 Pair time (%) = 0.00128007 (6.75499) Neigh time (%) = 0 (0) Comm time (%) = 4.48227e-05 (0.236532) Outpt time (%) = 0.017498 (92.3379) Other time (%) = 0.000127077 (0.670592) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:31 2021 Memory usage per processor = 27.5283 Mbytes Step Atoms AVEKE stressZZ 8693 5000 1.6015888e-11 2508850.5 8694 -0.00900249999999509 2508806.56540417 8694 5000 1.601474e-11 2508806.6 Loop time of 0.016772 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:31 2021 Pair time (%) = 0.00111794 (6.66553) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.226022) Outpt time (%) = 0.0154879 (92.3437) Other time (%) = 0.000128269 (0.76478) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:31 2021 Memory usage per processor = 27.5283 Mbytes Step Atoms AVEKE stressZZ 8694 5000 1.601474e-11 2508798.7 8695 -0.00900249999999509 2508754.81360144 8695 5000 1.6013592e-11 2508754.8 Loop time of 0.0176399 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:31 2021 Pair time (%) = 0.000904083 (5.12522) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.181113) Outpt time (%) = 0.016598 (94.0936) Other time (%) = 0.000105858 (0.600105) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:31 2021 Memory usage per processor = 27.5283 Mbytes Step Atoms AVEKE stressZZ 8695 5000 1.6013592e-11 2508747 8696 -0.00900249999999509 2508703.06433088 8696 5000 1.6012444e-11 2508703.1 Loop time of 0.0173111 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:31 2021 Pair time (%) = 0.000946999 (5.47047) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184553) Outpt time (%) = 0.0162158 (93.6729) Other time (%) = 0.000116348 (0.672102) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:31 2021 Memory usage per processor = 27.5283 Mbytes Step Atoms AVEKE stressZZ 8696 5000 1.6012444e-11 2508695.2 8697 -0.00900249999999509 2508651.31759227 8697 5000 1.6011296e-11 2508651.3 Loop time of 0.0164399 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:31 2021 Pair time (%) = 0.000901937 (5.48627) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.201584) Outpt time (%) = 0.0153949 (93.6436) Other time (%) = 0.000109911 (0.668562) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:31 2021 Memory usage per processor = 27.5283 Mbytes Step Atoms AVEKE stressZZ 8697 5000 1.6011296e-11 2508643.5 8698 -0.00900249999999509 2508599.57338524 8698 5000 1.6010149e-11 2508599.6 Loop time of 0.0173659 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:31 2021 Pair time (%) = 0.00104094 (5.99412) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.200445) Outpt time (%) = 0.0161459 (92.9748) Other time (%) = 0.000144243 (0.83061) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:31 2021 Memory usage per processor = 27.5283 Mbytes Step Atoms AVEKE stressZZ 8698 5000 1.6010149e-11 2508591.7 8699 -0.00900249999999509 2508547.83170943 8699 5000 1.6009001e-11 2508547.8 Loop time of 0.0172429 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:31 2021 Pair time (%) = 0.000913858 (5.29991) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185282) Outpt time (%) = 0.0162098 (94.0087) Other time (%) = 8.72612e-05 (0.50607) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:31 2021 Memory usage per processor = 27.5283 Mbytes Step Atoms AVEKE stressZZ 8699 5000 1.6009001e-11 2508540 8700 -0.00900249999999509 2508496.09256449 8700 5000 1.6007854e-11 2508496.1 Loop time of 0.0188169 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:31 2021 Pair time (%) = 0.000911951 (4.84643) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.169784) Outpt time (%) = 0.0177839 (94.5099) Other time (%) = 8.91685e-05 (0.473874) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:31 2021 Memory usage per processor = 27.5283 Mbytes Step Atoms AVEKE stressZZ 8700 5000 1.6007854e-11 2508488.2 8701 -0.00900249999999509 2508444.35595015 8701 5000 1.6006706e-11 2508444.4 Loop time of 0.016885 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:31 2021 Pair time (%) = 0.000926971 (5.4899) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.200505) Outpt time (%) = 0.0157771 (93.4384) Other time (%) = 0.000147104 (0.871211) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:31 2021 Memory usage per processor = 27.5283 Mbytes Step Atoms AVEKE stressZZ 8701 5000 1.6006706e-11 2508436.5 8702 -0.00900249999999509 2508392.62186607 8702 5000 1.6005559e-11 2508392.6 Loop time of 0.016948 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:31 2021 Pair time (%) = 0.000945091 (5.57642) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188507) Outpt time (%) = 0.0158451 (93.4923) Other time (%) = 0.000125885 (0.742773) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:31 2021 Memory usage per processor = 27.5283 Mbytes Step Atoms AVEKE stressZZ 8702 5000 1.6005559e-11 2508384.8 8703 -0.00900249999999509 2508340.89031196 8703 5000 1.6004412e-11 2508340.9 Loop time of 0.0168459 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:31 2021 Pair time (%) = 0.000905037 (5.37243) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.189649) Outpt time (%) = 0.015816 (93.886) Other time (%) = 9.29832e-05 (0.551962) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:31 2021 Memory usage per processor = 27.5283 Mbytes Step Atoms AVEKE stressZZ 8703 5000 1.6004412e-11 2508333 8704 -0.00900249999999509 2508289.16128745 8704 5000 1.6003265e-11 2508289.2 Loop time of 0.0165179 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:31 2021 Pair time (%) = 0.000906944 (5.49068) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193415) Outpt time (%) = 0.015486 (93.753) Other time (%) = 9.29832e-05 (0.562925) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:31 2021 Memory usage per processor = 27.5283 Mbytes Step Atoms AVEKE stressZZ 8704 5000 1.6003265e-11 2508281.3 8705 -0.00900249999999509 2508237.43479223 8705 5000 1.6002118e-11 2508237.4 Loop time of 0.0174239 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:31 2021 Pair time (%) = 0.00127006 (7.28917) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.275037) Outpt time (%) = 0.015913 (91.3288) Other time (%) = 0.000192881 (1.10699) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:31 2021 Memory usage per processor = 27.5283 Mbytes Step Atoms AVEKE stressZZ 8705 5000 1.6002118e-11 2508229.6 8706 -0.00900249999999509 2508185.710826 8706 5000 1.6000972e-11 2508185.7 Loop time of 0.0169959 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:31 2021 Pair time (%) = 0.000936031 (5.50739) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.189378) Outpt time (%) = 0.015933 (93.7463) Other time (%) = 9.46522e-05 (0.556912) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:31 2021 Memory usage per processor = 27.5283 Mbytes Step Atoms AVEKE stressZZ 8706 5000 1.6000972e-11 2508177.9 8707 -0.00900249999999509 2508133.98938844 8707 5000 1.5999825e-11 2508134 Loop time of 0.0168819 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:31 2021 Pair time (%) = 0.00104499 (6.18998) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.231612) Outpt time (%) = 0.015687 (92.9217) Other time (%) = 0.000110865 (0.656705) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:31 2021 Memory usage per processor = 27.5283 Mbytes Step Atoms AVEKE stressZZ 8707 5000 1.5999825e-11 2508126.1 8708 -0.00900249999999509 2508082.27047925 8708 5000 1.5998678e-11 2508082.3 Loop time of 0.016464 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:31 2021 Pair time (%) = 0.000936031 (5.68532) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.199841) Outpt time (%) = 0.015393 (93.495) Other time (%) = 0.000102043 (0.619796) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:31 2021 Memory usage per processor = 27.5283 Mbytes Step Atoms AVEKE stressZZ 8708 5000 1.5998678e-11 2508074.4 8709 -0.00900249999999509 2508030.5541116 8709 5000 1.5997532e-11 2508030.6 Loop time of 0.0172591 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:31 2021 Pair time (%) = 0.00118184 (6.84763) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.272137) Outpt time (%) = 0.0159111 (92.1895) Other time (%) = 0.000119209 (0.690703) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:31 2021 Memory usage per processor = 27.5283 Mbytes Step Atoms AVEKE stressZZ 8709 5000 1.5997532e-11 2508022.7 8710 -0.00900249999999509 2507978.8402887 8710 5000 1.5996386e-11 2507978.8 Loop time of 0.0188229 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:31 2021 Pair time (%) = 0.000905991 (4.81323) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.16973) Outpt time (%) = 0.0177929 (94.5281) Other time (%) = 9.20296e-05 (0.488923) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:31 2021 Memory usage per processor = 27.5283 Mbytes Step Atoms AVEKE stressZZ 8710 5000 1.5996386e-11 2507971 8711 -0.00900249999999509 2507927.12900326 8711 5000 1.599524e-11 2507927.1 Loop time of 0.0163569 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:31 2021 Pair time (%) = 0.000916958 (5.60592) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.195318) Outpt time (%) = 0.0153139 (93.623) Other time (%) = 9.41753e-05 (0.575751) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:31 2021 Memory usage per processor = 27.5283 Mbytes Step Atoms AVEKE stressZZ 8711 5000 1.599524e-11 2507919.3 8712 -0.00900249999999509 2507875.42025291 8712 5000 1.5994094e-11 2507875.4 Loop time of 0.0168371 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:31 2021 Pair time (%) = 0.00117183 (6.95978) Neigh time (%) = 0 (0) Comm time (%) = 4.19617e-05 (0.249221) Outpt time (%) = 0.0154569 (91.8026) Other time (%) = 0.000166416 (0.988389) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:31 2021 Memory usage per processor = 27.5283 Mbytes Step Atoms AVEKE stressZZ 8712 5000 1.5994094e-11 2507867.6 8713 -0.00900249999999509 2507823.71403621 8713 5000 1.5992948e-11 2507823.7 Loop time of 0.01722 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:31 2021 Pair time (%) = 0.0010159 (5.89954) Neigh time (%) = 0 (0) Comm time (%) = 5.4121e-05 (0.314291) Outpt time (%) = 0.016042 (93.159) Other time (%) = 0.000108004 (0.627198) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:31 2021 Memory usage per processor = 27.5283 Mbytes Step Atoms AVEKE stressZZ 8713 5000 1.5992948e-11 2507815.9 8714 -0.00900249999999509 2507772.01035213 8714 5000 1.5991802e-11 2507772 Loop time of 0.0168641 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:31 2021 Pair time (%) = 0.000908852 (5.38928) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.189445) Outpt time (%) = 0.0158288 (93.8614) Other time (%) = 9.44138e-05 (0.559852) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:31 2021 Memory usage per processor = 27.5283 Mbytes Step Atoms AVEKE stressZZ 8714 5000 1.5991802e-11 2507764.2 8715 -0.00900249999999509 2507720.30919981 8715 5000 1.5990656e-11 2507720.3 Loop time of 0.0164802 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:31 2021 Pair time (%) = 0.000977993 (5.93435) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.206878) Outpt time (%) = 0.0153661 (93.2396) Other time (%) = 0.000102043 (0.619186) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:31 2021 Memory usage per processor = 27.5283 Mbytes Step Atoms AVEKE stressZZ 8715 5000 1.5990656e-11 2507712.5 8716 -0.00900249999999509 2507668.61057858 8716 5000 1.5989511e-11 2507668.6 Loop time of 0.0173068 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:31 2021 Pair time (%) = 0.00106096 (6.13032) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191486) Outpt time (%) = 0.0161109 (93.09) Other time (%) = 0.000101805 (0.588235) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:31 2021 Memory usage per processor = 27.5283 Mbytes Step Atoms AVEKE stressZZ 8716 5000 1.5989511e-11 2507660.8 8717 -0.00900249999999509 2507616.91448777 8717 5000 1.5988365e-11 2507616.9 Loop time of 0.017112 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:31 2021 Pair time (%) = 0.000907898 (5.30562) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.188093) Outpt time (%) = 0.0160789 (93.9629) Other time (%) = 9.29832e-05 (0.54338) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:31 2021 Memory usage per processor = 27.5283 Mbytes Step Atoms AVEKE stressZZ 8717 5000 1.5988365e-11 2507609.1 8718 -0.00900249999999509 2507565.22092573 8718 5000 1.598722e-11 2507565.2 Loop time of 0.0165231 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:31 2021 Pair time (%) = 0.000905037 (5.4774) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193354) Outpt time (%) = 0.015492 (93.7593) Other time (%) = 9.41753e-05 (0.569961) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:31 2021 Memory usage per processor = 27.5283 Mbytes Step Atoms AVEKE stressZZ 8718 5000 1.598722e-11 2507557.4 8719 -0.00900249999999509 2507513.52989212 8719 5000 1.5986074e-11 2507513.5 Loop time of 0.016897 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:31 2021 Pair time (%) = 0.00117898 (6.97747) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.225762) Outpt time (%) = 0.0155461 (92.0052) Other time (%) = 0.000133753 (0.791579) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:31 2021 Memory usage per processor = 27.5283 Mbytes Step Atoms AVEKE stressZZ 8719 5000 1.5986074e-11 2507505.7 8720 -0.00900249999999509 2507461.84138716 8720 5000 1.5984929e-11 2507461.8 Loop time of 0.01913 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:31 2021 Pair time (%) = 0.00099802 (5.21704) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.183207) Outpt time (%) = 0.0179601 (93.8844) Other time (%) = 0.000136852 (0.715381) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:31 2021 Memory usage per processor = 27.5283 Mbytes Step Atoms AVEKE stressZZ 8720 5000 1.5984929e-11 2507454 8721 -0.00900249999999509 2507410.1554104 8721 5000 1.5983784e-11 2507410.2 Loop time of 0.01633 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:31 2021 Pair time (%) = 0.000937939 (5.74365) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.1898) Outpt time (%) = 0.0152659 (93.484) Other time (%) = 9.5129e-05 (0.582541) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:31 2021 Memory usage per processor = 27.5283 Mbytes Step Atoms AVEKE stressZZ 8721 5000 1.5983784e-11 2507402.3 8722 -0.00900249999999509 2507358.47196144 8722 5000 1.5982639e-11 2507358.5 Loop time of 0.016331 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:31 2021 Pair time (%) = 0.000907183 (5.55499) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.189789) Outpt time (%) = 0.0153039 (93.7107) Other time (%) = 8.89301e-05 (0.544549) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:31 2021 Memory usage per processor = 27.5283 Mbytes Step Atoms AVEKE stressZZ 8722 5000 1.5982639e-11 2507350.6 8723 -0.00900249999999509 2507306.7910399 8723 5000 1.5981495e-11 2507306.8 Loop time of 0.0160861 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:31 2021 Pair time (%) = 0.000905991 (5.63213) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.198607) Outpt time (%) = 0.0150602 (93.6224) Other time (%) = 8.79765e-05 (0.54691) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:31 2021 Memory usage per processor = 27.5283 Mbytes Step Atoms AVEKE stressZZ 8723 5000 1.5981495e-11 2507298.9 8724 -0.00900249999999509 2507255.11264534 8724 5000 1.598035e-11 2507255.1 Loop time of 0.0164971 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:31 2021 Pair time (%) = 0.000888109 (5.38341) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.187878) Outpt time (%) = 0.0154982 (93.9446) Other time (%) = 7.98702e-05 (0.484146) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:31 2021 Memory usage per processor = 27.5283 Mbytes Step Atoms AVEKE stressZZ 8724 5000 1.598035e-11 2507247.3 8725 -0.00900249999999509 2507203.43677735 8725 5000 1.5979205e-11 2507203.4 Loop time of 0.017127 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:31 2021 Pair time (%) = 0.00110507 (6.4522) Neigh time (%) = 0 (0) Comm time (%) = 6.79493e-05 (0.396737) Outpt time (%) = 0.0157561 (91.9957) Other time (%) = 0.000197887 (1.15541) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:31 2021 Memory usage per processor = 27.5283 Mbytes Step Atoms AVEKE stressZZ 8725 5000 1.5979205e-11 2507195.6 8726 -0.00900249999999509 2507151.76343564 8726 5000 1.5978061e-11 2507151.8 Loop time of 0.0175509 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:31 2021 Pair time (%) = 0.000937939 (5.34409) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.192898) Outpt time (%) = 0.0164649 (93.8123) Other time (%) = 0.000114202 (0.650691) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:21:31 2021 Memory usage per processor = 27.5283 Mbytes Step Atoms AVEKE stressZZ 8726 5000 1.5978061e-11 2507143.9 8727 -0.00900249999999509 2507091.24783609 8727 5000 3.1565541e-11 2507173.5 Loop time of 0.0163379 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:31 2021 Pair time (%) = 0.000900984 (5.5147) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.195546) Outpt time (%) = 0.0152569 (93.3835) Other time (%) = 0.000148058 (0.906225) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28309 ave 28309 max 28309 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28309 Ave neighs/atom = 5.6618 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:31 2021 Memory usage per processor = 27.5283 Mbytes Step Atoms AVEKE stressZZ 8727 5000 3.1565541e-11 2546977.6 8728 -0.00903499999999507 2546919.3664657 8728 5000 2.547259e-11 2546919.4 Loop time of 0.0166779 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:31 2021 Pair time (%) = 0.00104594 (6.27144) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.28734) Outpt time (%) = 0.015445 (92.6078) Other time (%) = 0.000138998 (0.833429) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:31 2021 Memory usage per processor = 27.5283 Mbytes Step Atoms AVEKE stressZZ 8728 5000 2.547259e-11 2546908.8 8729 -0.00903499999999507 2546855.54891228 8729 5000 2.193918e-11 2546855.5 Loop time of 0.0169361 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:31 2021 Pair time (%) = 0.000911951 (5.38467) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188639) Outpt time (%) = 0.015867 (93.6876) Other time (%) = 0.00012517 (0.739072) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:31 2021 Memory usage per processor = 27.5283 Mbytes Step Atoms AVEKE stressZZ 8729 5000 2.193918e-11 2546845.9 8730 -0.00903499999999507 2546795.81447017 8730 5000 1.9830224e-11 2546795.8 Loop time of 0.0189631 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:31 2021 Pair time (%) = 0.00090909 (4.794) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.163446) Outpt time (%) = 0.0179281 (94.5422) Other time (%) = 9.48906e-05 (0.500396) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:31 2021 Memory usage per processor = 27.5284 Mbytes Step Atoms AVEKE stressZZ 8730 5000 1.9830224e-11 2546786.8 8731 -0.00903499999999507 2546738.6758227 8731 5000 1.8544867e-11 2546738.7 Loop time of 0.0163159 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:31 2021 Pair time (%) = 0.000925064 (5.6697) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.195809) Outpt time (%) = 0.0152659 (93.5646) Other time (%) = 9.29832e-05 (0.569892) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:31 2021 Memory usage per processor = 27.5284 Mbytes Step Atoms AVEKE stressZZ 8731 5000 1.8544867e-11 2546730 8732 -0.00903499999999507 2546683.1877691 8732 5000 1.7749934e-11 2546683.2 Loop time of 0.016968 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:31 2021 Pair time (%) = 0.0009799 (5.77499) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.199525) Outpt time (%) = 0.0158529 (93.4283) Other time (%) = 0.000101328 (0.59717) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:31 2021 Memory usage per processor = 27.5284 Mbytes Step Atoms AVEKE stressZZ 8732 5000 1.7749934e-11 2546674.7 8733 -0.00903499999999507 2546628.74962509 8733 5000 1.7253348e-11 2546628.7 Loop time of 0.0171089 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:31 2021 Pair time (%) = 0.000909805 (5.31773) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181159) Outpt time (%) = 0.0160799 (93.9855) Other time (%) = 8.82149e-05 (0.515608) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:31 2021 Memory usage per processor = 27.5284 Mbytes Step Atoms AVEKE stressZZ 8733 5000 1.7253348e-11 2546620.5 8734 -0.00903499999999507 2546574.97964944 8734 5000 1.6940983e-11 2546575 Loop time of 0.0166881 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:32 2021 Pair time (%) = 0.000907898 (5.44039) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.185728) Outpt time (%) = 0.015624 (93.6238) Other time (%) = 0.00012517 (0.750054) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:32 2021 Memory usage per processor = 27.5284 Mbytes Step Atoms AVEKE stressZZ 8734 5000 1.6940983e-11 2546566.8 8735 -0.00903499999999507 2546521.63524136 8735 5000 1.6743516e-11 2546521.6 Loop time of 0.0167191 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:32 2021 Pair time (%) = 0.00103021 (6.16185) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.21533) Outpt time (%) = 0.0155368 (92.9283) Other time (%) = 0.00011611 (0.694474) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:32 2021 Memory usage per processor = 27.5284 Mbytes Step Atoms AVEKE stressZZ 8735 5000 1.6743516e-11 2546513.5 8736 -0.00903499999999507 2546468.5622251 8736 5000 1.6618191e-11 2546468.6 Loop time of 0.0173111 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:32 2021 Pair time (%) = 0.00103903 (6.00209) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.195571) Outpt time (%) = 0.0161319 (93.1881) Other time (%) = 0.000106335 (0.614257) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:32 2021 Memory usage per processor = 27.5284 Mbytes Step Atoms AVEKE stressZZ 8736 5000 1.6618191e-11 2546460.5 8737 -0.00903499999999507 2546415.66262009 8737 5000 1.6538358e-11 2546415.7 Loop time of 0.017257 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:32 2021 Pair time (%) = 0.000908852 (5.26658) Neigh time (%) = 0 (0) Comm time (%) = 5.19753e-05 (0.301184) Outpt time (%) = 0.016202 (93.8865) Other time (%) = 9.41753e-05 (0.545723) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:32 2021 Memory usage per processor = 27.5284 Mbytes Step Atoms AVEKE stressZZ 8737 5000 1.6538358e-11 2546407.6 8738 -0.00903499999999507 2546362.87415848 8738 5000 1.6487291e-11 2546362.9 Loop time of 0.016608 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:32 2021 Pair time (%) = 0.000914097 (5.50395) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.198108) Outpt time (%) = 0.0155609 (93.695) Other time (%) = 0.000100136 (0.602937) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:32 2021 Memory usage per processor = 27.5284 Mbytes Step Atoms AVEKE stressZZ 8738 5000 1.6487291e-11 2546354.8 8739 -0.00903499999999507 2546310.1572681 8739 5000 1.6454447e-11 2546310.2 Loop time of 0.0172961 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:32 2021 Pair time (%) = 0.000986814 (5.70542) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.195741) Outpt time (%) = 0.0161791 (93.5419) Other time (%) = 9.63211e-05 (0.556896) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:32 2021 Memory usage per processor = 27.5284 Mbytes Step Atoms AVEKE stressZZ 8739 5000 1.6454447e-11 2546302.1 8740 -0.00903499999999507 2546257.48680032 8740 5000 1.6433161e-11 2546257.5 Loop time of 0.018996 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:32 2021 Pair time (%) = 0.000919104 (4.83841) Neigh time (%) = 0 (0) Comm time (%) = 6.29425e-05 (0.331346) Outpt time (%) = 0.017889 (94.1726) Other time (%) = 0.000124931 (0.657672) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:32 2021 Memory usage per processor = 27.5284 Mbytes Step Atoms AVEKE stressZZ 8740 5000 1.6433161e-11 2546249.5 8741 -0.00903499999999507 2546204.84677275 8741 5000 1.6419211e-11 2546204.8 Loop time of 0.016639 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:32 2021 Pair time (%) = 0.000957012 (5.75162) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.186276) Outpt time (%) = 0.0155571 (93.4975) Other time (%) = 9.39369e-05 (0.564559) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:32 2021 Memory usage per processor = 27.5284 Mbytes Step Atoms AVEKE stressZZ 8741 5000 1.6419211e-11 2546196.8 8742 -0.00903499999999507 2546152.22702824 8742 5000 1.6409919e-11 2546152.2 Loop time of 0.016582 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:32 2021 Pair time (%) = 0.000928879 (5.60173) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.198418) Outpt time (%) = 0.015487 (93.3961) Other time (%) = 0.000133276 (0.803738) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:32 2021 Memory usage per processor = 27.5284 Mbytes Step Atoms AVEKE stressZZ 8742 5000 1.6409919e-11 2546144.2 8743 -0.00903499999999507 2546099.62111173 8743 5000 1.6403585e-11 2546099.6 Loop time of 0.0170791 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:32 2021 Pair time (%) = 0.000945807 (5.5378) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187059) Outpt time (%) = 0.0160079 (93.7279) Other time (%) = 9.34601e-05 (0.547219) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:32 2021 Memory usage per processor = 27.5284 Mbytes Step Atoms AVEKE stressZZ 8743 5000 1.6403585e-11 2546091.6 8744 -0.00903499999999507 2546047.02492081 8744 5000 1.6399131e-11 2546047 Loop time of 0.017055 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:32 2021 Pair time (%) = 0.00100493 (5.8923) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187324) Outpt time (%) = 0.0159271 (93.3864) Other time (%) = 9.10759e-05 (0.534012) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:32 2021 Memory usage per processor = 27.5284 Mbytes Step Atoms AVEKE stressZZ 8744 5000 1.6399131e-11 2546039 8745 -0.00903499999999507 2545994.43584795 8745 5000 1.6395871e-11 2545994.4 Loop time of 0.016624 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:32 2021 Pair time (%) = 0.000910997 (5.48002) Neigh time (%) = 0 (0) Comm time (%) = 6.19888e-05 (0.372888) Outpt time (%) = 0.0154979 (93.2263) Other time (%) = 0.000153065 (0.920747) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:32 2021 Memory usage per processor = 27.5284 Mbytes Step Atoms AVEKE stressZZ 8745 5000 1.6395871e-11 2545986.4 8746 -0.00903499999999507 2545941.85223645 8746 5000 1.639337e-11 2545941.9 Loop time of 0.017231 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:32 2021 Pair time (%) = 0.00111914 (6.49491) Neigh time (%) = 0 (0) Comm time (%) = 4.81606e-05 (0.2795) Outpt time (%) = 0.015893 (92.2349) Other time (%) = 0.000170708 (0.990702) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:32 2021 Memory usage per processor = 27.5284 Mbytes Step Atoms AVEKE stressZZ 8746 5000 1.639337e-11 2545933.8 8747 -0.00903499999999507 2545889.27303311 8747 5000 1.6391351e-11 2545889.3 Loop time of 0.0174041 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:32 2021 Pair time (%) = 0.000947952 (5.44672) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.178087) Outpt time (%) = 0.01633 (93.8286) Other time (%) = 9.5129e-05 (0.54659) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:32 2021 Memory usage per processor = 27.5284 Mbytes Step Atoms AVEKE stressZZ 8747 5000 1.6391351e-11 2545881.2 8748 -0.00903499999999507 2545836.69756866 8748 5000 1.6389639e-11 2545836.7 Loop time of 0.0165441 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:32 2021 Pair time (%) = 0.000928879 (5.61456) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.187344) Outpt time (%) = 0.0154831 (93.5871) Other time (%) = 0.000101089 (0.61103) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:32 2021 Memory usage per processor = 27.5284 Mbytes Step Atoms AVEKE stressZZ 8748 5000 1.6389639e-11 2545828.7 8749 -0.00903499999999507 2545784.12541749 8749 5000 1.6388122e-11 2545784.1 Loop time of 0.016474 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:32 2021 Pair time (%) = 0.00095892 (5.8208) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.206955) Outpt time (%) = 0.0153811 (93.3658) Other time (%) = 9.98974e-05 (0.606394) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:32 2021 Memory usage per processor = 27.5284 Mbytes Step Atoms AVEKE stressZZ 8749 5000 1.6388122e-11 2545776.1 8750 -0.00903499999999507 2545731.55630916 8750 5000 1.6386729e-11 2545731.6 Loop time of 0.019027 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:32 2021 Pair time (%) = 0.000983 (5.16634) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.179187) Outpt time (%) = 0.017906 (94.1081) Other time (%) = 0.000103951 (0.546332) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:32 2021 Memory usage per processor = 27.5284 Mbytes Step Atoms AVEKE stressZZ 8750 5000 1.6386729e-11 2545723.5 8751 -0.00903499999999507 2545678.99007162 8751 5000 1.6385414e-11 2545679 Loop time of 0.0172009 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:32 2021 Pair time (%) = 0.000910044 (5.29066) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.187121) Outpt time (%) = 0.016165 (93.9775) Other time (%) = 9.36985e-05 (0.544729) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:32 2021 Memory usage per processor = 27.5284 Mbytes Step Atoms AVEKE stressZZ 8751 5000 1.6385414e-11 2545671 8752 -0.00903499999999507 2545626.42659557 8752 5000 1.6384149e-11 2545626.4 Loop time of 0.0164859 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:32 2021 Pair time (%) = 0.000910997 (5.52591) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.19379) Outpt time (%) = 0.0154459 (93.6917) Other time (%) = 9.70364e-05 (0.588601) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:32 2021 Memory usage per processor = 27.5284 Mbytes Step Atoms AVEKE stressZZ 8752 5000 1.6384149e-11 2545618.4 8753 -0.00903499999999507 2545573.86581136 8753 5000 1.6382917e-11 2545573.9 Loop time of 0.016715 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:32 2021 Pair time (%) = 0.00108004 (6.46146) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.221087) Outpt time (%) = 0.015466 (92.5272) Other time (%) = 0.000132084 (0.790209) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:32 2021 Memory usage per processor = 27.5284 Mbytes Step Atoms AVEKE stressZZ 8753 5000 1.6382917e-11 2545565.8 8754 -0.00903499999999507 2545521.30767482 8754 5000 1.6381704e-11 2545521.3 Loop time of 0.016969 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:32 2021 Pair time (%) = 0.000908136 (5.35175) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.182654) Outpt time (%) = 0.015939 (93.9303) Other time (%) = 9.08375e-05 (0.535315) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:32 2021 Memory usage per processor = 27.5284 Mbytes Step Atoms AVEKE stressZZ 8754 5000 1.6381704e-11 2545513.3 8755 -0.00903499999999507 2545468.7521577 8755 5000 1.6380505e-11 2545468.8 Loop time of 0.0172241 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:32 2021 Pair time (%) = 0.00105691 (6.13623) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.186869) Outpt time (%) = 0.0160298 (93.0665) Other time (%) = 0.000105143 (0.61044) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:32 2021 Memory usage per processor = 27.5284 Mbytes Step Atoms AVEKE stressZZ 8755 5000 1.6380505e-11 2545460.7 8756 -0.00903499999999507 2545416.19924224 8756 5000 1.6379314e-11 2545416.2 Loop time of 0.0165339 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:32 2021 Pair time (%) = 0.000911951 (5.51566) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.19467) Outpt time (%) = 0.0154929 (93.7042) Other time (%) = 9.67979e-05 (0.585453) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:32 2021 Memory usage per processor = 27.5284 Mbytes Step Atoms AVEKE stressZZ 8756 5000 1.6379314e-11 2545408.2 8757 -0.00903499999999507 2545363.64891738 8757 5000 1.6378128e-11 2545363.6 Loop time of 0.01718 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:32 2021 Pair time (%) = 0.000960112 (5.58855) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191512) Outpt time (%) = 0.016053 (93.44) Other time (%) = 0.000133991 (0.779927) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:32 2021 Memory usage per processor = 27.5284 Mbytes Step Atoms AVEKE stressZZ 8757 5000 1.6378128e-11 2545355.6 8758 -0.00903499999999507 2545311.10117699 8758 5000 1.6376945e-11 2545311.1 Loop time of 0.0170279 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:32 2021 Pair time (%) = 0.000947952 (5.56707) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.182022) Outpt time (%) = 0.015954 (93.6936) Other time (%) = 9.48906e-05 (0.557267) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:32 2021 Memory usage per processor = 27.5284 Mbytes Step Atoms AVEKE stressZZ 8758 5000 1.6376945e-11 2545303.1 8759 -0.00903499999999507 2545258.55601327 8759 5000 1.6375765e-11 2545258.6 Loop time of 0.016526 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:32 2021 Pair time (%) = 0.000908852 (5.49953) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.194763) Outpt time (%) = 0.0154939 (93.7546) Other time (%) = 9.10759e-05 (0.551107) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:32 2021 Memory usage per processor = 27.5284 Mbytes Step Atoms AVEKE stressZZ 8759 5000 1.6375765e-11 2545250.5 8760 -0.00903499999999507 2545206.0134226 8760 5000 1.6374586e-11 2545206 Loop time of 0.0188301 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:32 2021 Pair time (%) = 0.00107598 (5.71418) Neigh time (%) = 0 (0) Comm time (%) = 4.98295e-05 (0.264627) Outpt time (%) = 0.0175881 (93.4046) Other time (%) = 0.00011611 (0.61662) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:32 2021 Memory usage per processor = 27.5284 Mbytes Step Atoms AVEKE stressZZ 8760 5000 1.6374586e-11 2545198 8761 -0.00903499999999507 2545153.47340281 8761 5000 1.6373408e-11 2545153.5 Loop time of 0.0169499 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:32 2021 Pair time (%) = 0.000939131 (5.54063) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188486) Outpt time (%) = 0.0158799 (93.6871) Other time (%) = 9.89437e-05 (0.583742) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:32 2021 Memory usage per processor = 27.5284 Mbytes Step Atoms AVEKE stressZZ 8761 5000 1.6373408e-11 2545145.5 8762 -0.00903499999999507 2545100.93595253 8762 5000 1.6372231e-11 2545100.9 Loop time of 0.0172482 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:32 2021 Pair time (%) = 0.00100207 (5.80974) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197667) Outpt time (%) = 0.016114 (93.4245) Other time (%) = 9.799e-05 (0.568119) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:32 2021 Memory usage per processor = 27.5284 Mbytes Step Atoms AVEKE stressZZ 8762 5000 1.6372231e-11 2545092.9 8763 -0.00903499999999507 2545048.40107063 8763 5000 1.6371054e-11 2545048.4 Loop time of 0.0166349 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:32 2021 Pair time (%) = 0.000951052 (5.71719) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.193487) Outpt time (%) = 0.015559 (93.5318) Other time (%) = 9.27448e-05 (0.55753) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:32 2021 Memory usage per processor = 27.5284 Mbytes Step Atoms AVEKE stressZZ 8763 5000 1.6371054e-11 2545040.4 8764 -0.00903499999999507 2544995.86875643 8764 5000 1.6369878e-11 2544995.9 Loop time of 0.016679 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:32 2021 Pair time (%) = 0.00109506 (6.56546) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.221565) Outpt time (%) = 0.0154231 (92.4697) Other time (%) = 0.000123978 (0.743314) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:32 2021 Memory usage per processor = 27.5284 Mbytes Step Atoms AVEKE stressZZ 8764 5000 1.6369878e-11 2544987.8 8765 -0.00903499999999507 2544943.33900941 8765 5000 1.6368702e-11 2544943.3 Loop time of 0.0163391 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:32 2021 Pair time (%) = 0.000911951 (5.58142) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.189695) Outpt time (%) = 0.0153041 (93.6656) Other time (%) = 9.20296e-05 (0.563249) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:32 2021 Memory usage per processor = 27.5284 Mbytes Step Atoms AVEKE stressZZ 8765 5000 1.6368702e-11 2544935.3 8766 -0.00903499999999507 2544890.811829 8766 5000 1.6367526e-11 2544890.8 Loop time of 0.0162849 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:32 2021 Pair time (%) = 0.000910044 (5.58825) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.190326) Outpt time (%) = 0.0152531 (93.6636) Other time (%) = 9.08375e-05 (0.5578) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:32 2021 Memory usage per processor = 27.5284 Mbytes Step Atoms AVEKE stressZZ 8766 5000 1.6367526e-11 2544882.8 8767 -0.00903499999999507 2544838.2872149 8767 5000 1.636635e-11 2544838.3 Loop time of 0.0164342 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:32 2021 Pair time (%) = 0.000907898 (5.52445) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.188597) Outpt time (%) = 0.0154111 (93.7748) Other time (%) = 8.41618e-05 (0.512114) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:32 2021 Memory usage per processor = 27.5284 Mbytes Step Atoms AVEKE stressZZ 8767 5000 1.636635e-11 2544830.3 8768 -0.00903499999999507 2544785.76516665 8768 5000 1.6365175e-11 2544785.8 Loop time of 0.017072 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:32 2021 Pair time (%) = 0.00090909 (5.32505) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187138) Outpt time (%) = 0.0160429 (93.9725) Other time (%) = 8.79765e-05 (0.515327) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:32 2021 Memory usage per processor = 27.5284 Mbytes Step Atoms AVEKE stressZZ 8768 5000 1.6365175e-11 2544777.7 8769 -0.00903499999999507 2544733.24568405 8769 5000 1.6363999e-11 2544733.2 Loop time of 0.017669 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:32 2021 Pair time (%) = 0.00135517 (7.66978) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.214549) Outpt time (%) = 0.016114 (91.1994) Other time (%) = 0.000161886 (0.916218) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:32 2021 Memory usage per processor = 27.5284 Mbytes Step Atoms AVEKE stressZZ 8769 5000 1.6363999e-11 2544725.2 8770 -0.00903499999999507 2544680.72876674 8770 5000 1.6362824e-11 2544680.7 Loop time of 0.0189362 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:32 2021 Pair time (%) = 0.000945091 (4.99093) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.168715) Outpt time (%) = 0.0178609 (94.3216) Other time (%) = 9.82285e-05 (0.518735) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:32 2021 Memory usage per processor = 27.5284 Mbytes Step Atoms AVEKE stressZZ 8770 5000 1.6362824e-11 2544672.7 8771 -0.00903499999999507 2544628.21441445 8771 5000 1.6361649e-11 2544628.2 Loop time of 0.0171661 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:32 2021 Pair time (%) = 0.000907898 (5.28889) Neigh time (%) = 0 (0) Comm time (%) = 3.12328e-05 (0.181944) Outpt time (%) = 0.016134 (93.9875) Other time (%) = 9.29832e-05 (0.541667) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:32 2021 Memory usage per processor = 27.5284 Mbytes Step Atoms AVEKE stressZZ 8771 5000 1.6361649e-11 2544620.2 8772 -0.00903499999999507 2544575.70262687 8772 5000 1.6360474e-11 2544575.7 Loop time of 0.0166581 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:32 2021 Pair time (%) = 0.000910044 (5.46308) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.186062) Outpt time (%) = 0.01563 (93.8285) Other time (%) = 8.70228e-05 (0.522406) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:32 2021 Memory usage per processor = 27.5284 Mbytes Step Atoms AVEKE stressZZ 8772 5000 1.6360474e-11 2544567.7 8773 -0.00903499999999507 2544523.19340375 8773 5000 1.6359299e-11 2544523.2 Loop time of 0.0165911 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:32 2021 Pair time (%) = 0.00106096 (6.39478) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.216991) Outpt time (%) = 0.015367 (92.6223) Other time (%) = 0.000127077 (0.765937) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:32 2021 Memory usage per processor = 27.5284 Mbytes Step Atoms AVEKE stressZZ 8773 5000 1.6359299e-11 2544515.2 8774 -0.00903499999999507 2544470.68674487 8774 5000 1.6358124e-11 2544470.7 Loop time of 0.0171669 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:32 2021 Pair time (%) = 0.000949144 (5.52894) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.197214) Outpt time (%) = 0.016084 (93.6919) Other time (%) = 9.98974e-05 (0.58192) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:32 2021 Memory usage per processor = 27.5284 Mbytes Step Atoms AVEKE stressZZ 8774 5000 1.6358124e-11 2544462.7 8775 -0.00903499999999507 2544418.1826499 8775 5000 1.6356949e-11 2544418.2 Loop time of 0.0168021 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:32 2021 Pair time (%) = 0.000908852 (5.40916) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.191563) Outpt time (%) = 0.015775 (93.887) Other time (%) = 8.60691e-05 (0.512253) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:32 2021 Memory usage per processor = 27.5284 Mbytes Step Atoms AVEKE stressZZ 8775 5000 1.6356949e-11 2544410.2 8776 -0.00903499999999507 2544365.6811186 8776 5000 1.6355774e-11 2544365.7 Loop time of 0.0164599 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:32 2021 Pair time (%) = 0.000974178 (5.91848) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.205684) Outpt time (%) = 0.0153491 (93.2515) Other time (%) = 0.000102758 (0.624294) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:32 2021 Memory usage per processor = 27.5284 Mbytes Step Atoms AVEKE stressZZ 8776 5000 1.6355774e-11 2544357.7 8777 -0.00903499999999507 2544313.18215067 8777 5000 1.63546e-11 2544313.2 Loop time of 0.0172629 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:32 2021 Pair time (%) = 0.000941992 (5.45673) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185068) Outpt time (%) = 0.016192 (93.7961) Other time (%) = 9.70364e-05 (0.562108) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:32 2021 Memory usage per processor = 27.5284 Mbytes Step Atoms AVEKE stressZZ 8777 5000 1.63546e-11 2544305.2 8778 -0.00903499999999507 2544260.68574592 8778 5000 1.6353426e-11 2544260.7 Loop time of 0.0170789 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:33 2021 Pair time (%) = 0.000908136 (5.31731) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187062) Outpt time (%) = 0.016052 (93.9875) Other time (%) = 8.67844e-05 (0.508139) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:33 2021 Memory usage per processor = 27.5284 Mbytes Step Atoms AVEKE stressZZ 8778 5000 1.6353426e-11 2544252.7 8779 -0.00903499999999507 2544208.19190401 8779 5000 1.6352251e-11 2544208.2 Loop time of 0.0164251 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:33 2021 Pair time (%) = 0.000952959 (5.80183) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194507) Outpt time (%) = 0.015347 (93.4361) Other time (%) = 9.32217e-05 (0.567555) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:33 2021 Memory usage per processor = 27.5284 Mbytes Step Atoms AVEKE stressZZ 8779 5000 1.6352251e-11 2544200.2 8780 -0.00903499999999507 2544155.70062473 8780 5000 1.6351077e-11 2544155.7 Loop time of 0.0189731 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:33 2021 Pair time (%) = 0.00113106 (5.96137) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.199801) Outpt time (%) = 0.0176721 (93.1427) Other time (%) = 0.000132084 (0.696164) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:33 2021 Memory usage per processor = 27.5284 Mbytes Step Atoms AVEKE stressZZ 8780 5000 1.6351077e-11 2544147.7 8781 -0.00903499999999507 2544103.21190782 8781 5000 1.6349903e-11 2544103.2 Loop time of 0.0170882 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:33 2021 Pair time (%) = 0.00090909 (5.31999) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18696) Outpt time (%) = 0.016016 (93.7257) Other time (%) = 0.00013113 (0.767374) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:33 2021 Memory usage per processor = 27.5284 Mbytes Step Atoms AVEKE stressZZ 8781 5000 1.6349903e-11 2544095.2 8782 -0.00903499999999507 2544050.72575302 8782 5000 1.6348729e-11 2544050.7 Loop time of 0.017554 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:33 2021 Pair time (%) = 0.000909805 (5.18288) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.181998) Outpt time (%) = 0.0165179 (94.0973) Other time (%) = 9.44138e-05 (0.537846) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:33 2021 Memory usage per processor = 27.5284 Mbytes Step Atoms AVEKE stressZZ 8782 5000 1.6348729e-11 2544042.7 8783 -0.00903499999999507 2543998.24216005 8783 5000 1.6347556e-11 2543998.2 Loop time of 0.0164881 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:33 2021 Pair time (%) = 0.000911951 (5.53097) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193765) Outpt time (%) = 0.0154481 (93.6925) Other time (%) = 9.60827e-05 (0.58274) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:33 2021 Memory usage per processor = 27.5284 Mbytes Step Atoms AVEKE stressZZ 8783 5000 1.6347556e-11 2543990.2 8784 -0.00903499999999507 2543945.76112866 8784 5000 1.6346382e-11 2543945.8 Loop time of 0.0173471 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:33 2021 Pair time (%) = 0.00108886 (6.27689) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189667) Outpt time (%) = 0.016058 (92.5686) Other time (%) = 0.00016737 (0.964829) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:33 2021 Memory usage per processor = 27.5284 Mbytes Step Atoms AVEKE stressZZ 8784 5000 1.6346382e-11 2543937.7 8785 -0.00903499999999507 2543893.28265859 8785 5000 1.6345208e-11 2543893.3 Loop time of 0.0173311 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:33 2021 Pair time (%) = 0.000906944 (5.23304) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.185715) Outpt time (%) = 0.0163012 (94.0571) Other time (%) = 9.08375e-05 (0.524129) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:33 2021 Memory usage per processor = 27.5284 Mbytes Step Atoms AVEKE stressZZ 8785 5000 1.6345208e-11 2543885.3 8786 -0.00903499999999507 2543840.80674961 8786 5000 1.6344035e-11 2543840.8 Loop time of 0.0164781 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:33 2021 Pair time (%) = 0.000908852 (5.51553) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193883) Outpt time (%) = 0.015445 (93.7306) Other time (%) = 9.2268e-05 (0.559944) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:33 2021 Memory usage per processor = 27.5284 Mbytes Step Atoms AVEKE stressZZ 8786 5000 1.6344035e-11 2543832.8 8787 -0.00903499999999507 2543788.33340147 8787 5000 1.6342862e-11 2543788.3 Loop time of 0.0167019 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:33 2021 Pair time (%) = 0.00109792 (6.57359) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.221261) Outpt time (%) = 0.01545 (92.5042) Other time (%) = 0.000117064 (0.700898) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:33 2021 Memory usage per processor = 27.5284 Mbytes Step Atoms AVEKE stressZZ 8787 5000 1.6342862e-11 2543780.3 8788 -0.00903499999999507 2543735.86261387 8788 5000 1.6341689e-11 2543735.9 Loop time of 0.017288 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:33 2021 Pair time (%) = 0.000916958 (5.30402) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.1848) Outpt time (%) = 0.0162458 (93.9719) Other time (%) = 9.32217e-05 (0.539229) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:33 2021 Memory usage per processor = 27.5284 Mbytes Step Atoms AVEKE stressZZ 8788 5000 1.6341689e-11 2543727.8 8789 -0.00903499999999507 2543683.39438659 8789 5000 1.6340515e-11 2543683.4 Loop time of 0.017283 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:33 2021 Pair time (%) = 0.00090909 (5.26004) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184853) Outpt time (%) = 0.016232 (93.9192) Other time (%) = 0.000109911 (0.63595) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:33 2021 Memory usage per processor = 27.5284 Mbytes Step Atoms AVEKE stressZZ 8789 5000 1.6340515e-11 2543675.4 8790 -0.00903499999999507 2543630.92871933 8790 5000 1.6339343e-11 2543630.9 Loop time of 0.018266 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:33 2021 Pair time (%) = 0.000912905 (4.99785) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.17621) Outpt time (%) = 0.0172291 (94.3234) Other time (%) = 9.17912e-05 (0.502526) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:33 2021 Memory usage per processor = 27.5284 Mbytes Step Atoms AVEKE stressZZ 8790 5000 1.6339343e-11 2543622.9 8791 -0.00903499999999507 2543578.46561191 8791 5000 1.633817e-11 2543578.5 Loop time of 0.016921 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:33 2021 Pair time (%) = 0.00124884 (7.38038) Neigh time (%) = 0 (0) Comm time (%) = 4.19617e-05 (0.247985) Outpt time (%) = 0.015475 (91.4544) Other time (%) = 0.00015521 (0.917263) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:33 2021 Memory usage per processor = 27.5284 Mbytes Step Atoms AVEKE stressZZ 8791 5000 1.633817e-11 2543570.4 8792 -0.00903499999999507 2543526.00506404 8792 5000 1.6336997e-11 2543526 Loop time of 0.017231 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:33 2021 Pair time (%) = 0.000945091 (5.48484) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185411) Outpt time (%) = 0.016161 (93.7901) Other time (%) = 9.29832e-05 (0.539628) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:33 2021 Memory usage per processor = 27.5284 Mbytes Step Atoms AVEKE stressZZ 8792 5000 1.6336997e-11 2543518 8793 -0.00903499999999507 2543473.54707549 8793 5000 1.6335824e-11 2543473.5 Loop time of 0.0168118 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:33 2021 Pair time (%) = 0.000905037 (5.38333) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190033) Outpt time (%) = 0.015754 (93.7076) Other time (%) = 0.000120878 (0.719006) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:33 2021 Memory usage per processor = 27.5284 Mbytes Step Atoms AVEKE stressZZ 8793 5000 1.6335824e-11 2543465.5 8794 -0.00903499999999507 2543421.09164596 8794 5000 1.6334652e-11 2543421.1 Loop time of 0.0170741 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:33 2021 Pair time (%) = 0.000914097 (5.3537) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187114) Outpt time (%) = 0.0160282 (93.8741) Other time (%) = 9.98974e-05 (0.585081) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:33 2021 Memory usage per processor = 27.5284 Mbytes Step Atoms AVEKE stressZZ 8794 5000 1.6334652e-11 2543413.1 8795 -0.00903499999999507 2543368.63877522 8795 5000 1.633348e-11 2543368.6 Loop time of 0.0171719 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:33 2021 Pair time (%) = 0.000985146 (5.73698) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191603) Outpt time (%) = 0.01601 (93.2342) Other time (%) = 0.000143766 (0.837221) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:33 2021 Memory usage per processor = 27.5284 Mbytes Step Atoms AVEKE stressZZ 8795 5000 1.633348e-11 2543360.6 8796 -0.00903499999999507 2543316.18846305 8796 5000 1.6332307e-11 2543316.2 Loop time of 0.0172129 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:33 2021 Pair time (%) = 0.000977993 (5.68176) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.267328) Outpt time (%) = 0.0160379 (93.1741) Other time (%) = 0.000150919 (0.87678) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:33 2021 Memory usage per processor = 27.5284 Mbytes Step Atoms AVEKE stressZZ 8796 5000 1.6332307e-11 2543308.2 8797 -0.00903499999999507 2543263.74070917 8797 5000 1.6331135e-11 2543263.7 Loop time of 0.016402 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:33 2021 Pair time (%) = 0.000910997 (5.55418) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.188967) Outpt time (%) = 0.0153658 (93.6827) Other time (%) = 9.41753e-05 (0.57417) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:33 2021 Memory usage per processor = 27.5284 Mbytes Step Atoms AVEKE stressZZ 8797 5000 1.6331135e-11 2543255.7 8798 -0.00903499999999507 2543211.29551329 8798 5000 1.6329963e-11 2543211.3 Loop time of 0.017117 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:33 2021 Pair time (%) = 0.001091 (6.37379) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.221467) Outpt time (%) = 0.015856 (92.6331) Other time (%) = 0.000132084 (0.771652) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:33 2021 Memory usage per processor = 27.5284 Mbytes Step Atoms AVEKE stressZZ 8798 5000 1.6329963e-11 2543203.3 8799 -0.00903499999999507 2543158.85287525 8799 5000 1.6328791e-11 2543158.9 Loop time of 0.0170109 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:33 2021 Pair time (%) = 0.000948191 (5.57401) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187809) Outpt time (%) = 0.015939 (93.6986) Other time (%) = 9.17912e-05 (0.539601) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:33 2021 Memory usage per processor = 27.5284 Mbytes Step Atoms AVEKE stressZZ 8799 5000 1.6328791e-11 2543150.8 8800 -0.00903499999999507 2543106.41279472 8800 5000 1.632762e-11 2543106.4 Loop time of 0.018903 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:33 2021 Pair time (%) = 0.00090909 (4.80923) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.169011) Outpt time (%) = 0.0178699 (94.5349) Other time (%) = 9.20296e-05 (0.486851) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:33 2021 Memory usage per processor = 27.5284 Mbytes Step Atoms AVEKE stressZZ 8800 5000 1.632762e-11 2543098.4 8801 -0.00903499999999507 2543053.97527154 8801 5000 1.6326448e-11 2543054 Loop time of 0.016444 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:33 2021 Pair time (%) = 0.000937939 (5.70385) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.188485) Outpt time (%) = 0.0153651 (93.4393) Other time (%) = 0.000109911 (0.668397) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:33 2021 Memory usage per processor = 27.5284 Mbytes Step Atoms AVEKE stressZZ 8801 5000 1.6326448e-11 2543046 8802 -0.00903499999999507 2543001.54030537 8802 5000 1.6325277e-11 2543001.5 Loop time of 0.0174041 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:33 2021 Pair time (%) = 0.00110602 (6.35497) Neigh time (%) = 0 (0) Comm time (%) = 7.20024e-05 (0.41371) Outpt time (%) = 0.016098 (92.4957) Other time (%) = 0.000128031 (0.735637) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:33 2021 Memory usage per processor = 27.5284 Mbytes Step Atoms AVEKE stressZZ 8802 5000 1.6325277e-11 2542993.5 8803 -0.00903499999999507 2542949.10789604 8803 5000 1.6324105e-11 2542949.1 Loop time of 0.017345 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:33 2021 Pair time (%) = 0.000907898 (5.23436) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.185567) Outpt time (%) = 0.0163159 (94.0674) Other time (%) = 8.89301e-05 (0.512715) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:33 2021 Memory usage per processor = 27.5284 Mbytes Step Atoms AVEKE stressZZ 8803 5000 1.6324105e-11 2542941.1 8804 -0.00903499999999507 2542896.67804321 8804 5000 1.6322934e-11 2542896.7 Loop time of 0.016412 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:33 2021 Pair time (%) = 0.000952005 (5.80066) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194663) Outpt time (%) = 0.0153351 (93.4381) Other time (%) = 9.29832e-05 (0.566556) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:33 2021 Memory usage per processor = 27.5284 Mbytes Step Atoms AVEKE stressZZ 8804 5000 1.6322934e-11 2542888.7 8805 -0.00903499999999507 2542844.2507467 8805 5000 1.6321763e-11 2542844.3 Loop time of 0.016659 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:33 2021 Pair time (%) = 0.00103211 (6.19553) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.216106) Outpt time (%) = 0.015399 (92.4363) Other time (%) = 0.000191927 (1.15209) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:33 2021 Memory usage per processor = 27.5284 Mbytes Step Atoms AVEKE stressZZ 8805 5000 1.6321763e-11 2542836.2 8806 -0.00903499999999507 2542791.82600628 8806 5000 1.6320592e-11 2542791.8 Loop time of 0.0172381 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:33 2021 Pair time (%) = 0.00091815 (5.32627) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.266936) Outpt time (%) = 0.0161691 (93.7982) Other time (%) = 0.000104904 (0.608559) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:33 2021 Memory usage per processor = 27.5284 Mbytes Step Atoms AVEKE stressZZ 8806 5000 1.6320592e-11 2542783.8 8807 -0.00903499999999507 2542739.40382164 8807 5000 1.6319421e-11 2542739.4 Loop time of 0.0171652 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:33 2021 Pair time (%) = 0.00094986 (5.53364) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180566) Outpt time (%) = 0.0160909 (93.7413) Other time (%) = 9.34601e-05 (0.544475) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:33 2021 Memory usage per processor = 27.5284 Mbytes Step Atoms AVEKE stressZZ 8807 5000 1.6319421e-11 2542731.4 8808 -0.00903499999999507 2542686.98419258 8808 5000 1.631825e-11 2542687 Loop time of 0.016669 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:33 2021 Pair time (%) = 0.000910044 (5.45949) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.197383) Outpt time (%) = 0.01563 (93.7667) Other time (%) = 9.60827e-05 (0.576414) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:33 2021 Memory usage per processor = 27.5284 Mbytes Step Atoms AVEKE stressZZ 8808 5000 1.631825e-11 2542679 8809 -0.00903499999999507 2542634.56711885 8809 5000 1.6317079e-11 2542634.6 Loop time of 0.017041 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:33 2021 Pair time (%) = 0.000972033 (5.70409) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.193075) Outpt time (%) = 0.0159349 (93.5096) Other time (%) = 0.000101089 (0.593214) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:33 2021 Memory usage per processor = 27.5284 Mbytes Step Atoms AVEKE stressZZ 8809 5000 1.6317079e-11 2542626.6 8810 -0.00903499999999507 2542582.15260019 8810 5000 1.6315909e-11 2542582.2 Loop time of 0.0181952 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:33 2021 Pair time (%) = 0.00095892 (5.27019) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.170344) Outpt time (%) = 0.017112 (94.0471) Other time (%) = 9.32217e-05 (0.512343) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:33 2021 Memory usage per processor = 27.5284 Mbytes Step Atoms AVEKE stressZZ 8810 5000 1.6315909e-11 2542574.1 8811 -0.00903499999999507 2542529.74063636 8811 5000 1.6314738e-11 2542529.7 Loop time of 0.0163829 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:33 2021 Pair time (%) = 0.000908136 (5.54319) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.189187) Outpt time (%) = 0.0153539 (93.719) Other time (%) = 8.98838e-05 (0.548643) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:33 2021 Memory usage per processor = 27.5284 Mbytes Step Atoms AVEKE stressZZ 8811 5000 1.6314738e-11 2542521.7 8812 -0.00903499999999507 2542477.33122708 8812 5000 1.6313568e-11 2542477.3 Loop time of 0.0170259 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:33 2021 Pair time (%) = 0.000908136 (5.33384) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.182042) Outpt time (%) = 0.015996 (93.9506) Other time (%) = 9.08375e-05 (0.533524) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:33 2021 Memory usage per processor = 27.5284 Mbytes Step Atoms AVEKE stressZZ 8812 5000 1.6313568e-11 2542469.3 8813 -0.00903499999999507 2542424.92437218 8813 5000 1.6312398e-11 2542424.9 Loop time of 0.0166731 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:33 2021 Pair time (%) = 0.000962019 (5.76989) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.204484) Outpt time (%) = 0.0155702 (93.385) Other time (%) = 0.000106812 (0.640622) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:33 2021 Memory usage per processor = 27.5284 Mbytes Step Atoms AVEKE stressZZ 8813 5000 1.6312398e-11 2542416.9 8814 -0.00903499999999507 2542372.52007135 8814 5000 1.6311228e-11 2542372.5 Loop time of 0.0168879 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:33 2021 Pair time (%) = 0.000999212 (5.91673) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.189177) Outpt time (%) = 0.015763 (93.3393) Other time (%) = 9.36985e-05 (0.554826) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:33 2021 Memory usage per processor = 27.5284 Mbytes Step Atoms AVEKE stressZZ 8814 5000 1.6311228e-11 2542364.5 8815 -0.00903499999999507 2542320.11832439 8815 5000 1.6310058e-11 2542320.1 Loop time of 0.017015 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:33 2021 Pair time (%) = 0.000905991 (5.32466) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.18216) Outpt time (%) = 0.01599 (93.9761) Other time (%) = 8.79765e-05 (0.517053) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:33 2021 Memory usage per processor = 27.5284 Mbytes Step Atoms AVEKE stressZZ 8815 5000 1.6310058e-11 2542312.1 8816 -0.00903499999999507 2542267.71913107 8816 5000 1.6308888e-11 2542267.7 Loop time of 0.0166779 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:33 2021 Pair time (%) = 0.000975847 (5.85116) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.192989) Outpt time (%) = 0.0155621 (93.3097) Other time (%) = 0.000107765 (0.646157) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:33 2021 Memory usage per processor = 27.5284 Mbytes Step Atoms AVEKE stressZZ 8816 5000 1.6308888e-11 2542259.7 8817 -0.00903499999999507 2542215.32249108 8817 5000 1.6307718e-11 2542215.3 Loop time of 0.017206 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:33 2021 Pair time (%) = 0.00128698 (7.47987) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.202309) Outpt time (%) = 0.0157261 (91.3991) Other time (%) = 0.000158072 (0.918702) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:33 2021 Memory usage per processor = 27.5284 Mbytes Step Atoms AVEKE stressZZ 8817 5000 1.6307718e-11 2542207.3 8818 -0.00903499999999507 2542162.92840422 8818 5000 1.6306548e-11 2542162.9 Loop time of 0.0173011 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:33 2021 Pair time (%) = 0.000908852 (5.25315) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179147) Outpt time (%) = 0.016273 (94.0578) Other time (%) = 8.82149e-05 (0.509881) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:33 2021 Memory usage per processor = 27.5284 Mbytes Step Atoms AVEKE stressZZ 8818 5000 1.6306548e-11 2542154.9 8819 -0.00903499999999507 2542110.53687025 8819 5000 1.6305379e-11 2542110.5 Loop time of 0.016696 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:33 2021 Pair time (%) = 0.000951052 (5.69629) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.18564) Outpt time (%) = 0.0156212 (93.5626) Other time (%) = 9.27448e-05 (0.555492) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:33 2021 Memory usage per processor = 27.5284 Mbytes Step Atoms AVEKE stressZZ 8819 5000 1.6305379e-11 2542102.5 8820 -0.00903499999999507 2542058.14788889 8820 5000 1.6304209e-11 2542058.1 Loop time of 0.0183928 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:33 2021 Pair time (%) = 0.000941038 (5.11634) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.19055) Outpt time (%) = 0.0172858 (93.9815) Other time (%) = 0.000130892 (0.711647) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:33 2021 Memory usage per processor = 27.5284 Mbytes Step Atoms AVEKE stressZZ 8820 5000 1.6304209e-11 2542050.1 8821 -0.00903499999999507 2542005.76145997 8821 5000 1.630304e-11 2542005.8 Loop time of 0.0171459 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:33 2021 Pair time (%) = 0.000967979 (5.64555) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204408) Outpt time (%) = 0.0159969 (93.299) Other time (%) = 0.000145912 (0.851005) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:33 2021 Memory usage per processor = 27.5284 Mbytes Step Atoms AVEKE stressZZ 8821 5000 1.630304e-11 2541997.7 8822 -0.00903499999999507 2541953.37758318 8822 5000 1.6301871e-11 2541953.4 Loop time of 0.017138 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:34 2021 Pair time (%) = 0.000921965 (5.37965) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186417) Outpt time (%) = 0.0160871 (93.8677) Other time (%) = 9.70364e-05 (0.566206) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:34 2021 Memory usage per processor = 27.5284 Mbytes Step Atoms AVEKE stressZZ 8822 5000 1.6301871e-11 2541945.4 8823 -0.00903499999999507 2541900.99625832 8823 5000 1.6300702e-11 2541901 Loop time of 0.0166109 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:34 2021 Pair time (%) = 0.000913858 (5.50157) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.186591) Outpt time (%) = 0.0155768 (93.775) Other time (%) = 8.91685e-05 (0.536809) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:34 2021 Memory usage per processor = 27.5284 Mbytes Step Atoms AVEKE stressZZ 8823 5000 1.6300702e-11 2541893 8824 -0.00903499999999507 2541848.61748514 8824 5000 1.6299533e-11 2541848.6 Loop time of 0.0167611 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:34 2021 Pair time (%) = 0.00108218 (6.45652) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.220481) Outpt time (%) = 0.0155292 (92.6502) Other time (%) = 0.000112772 (0.672821) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:34 2021 Memory usage per processor = 27.5284 Mbytes Step Atoms AVEKE stressZZ 8824 5000 1.6299533e-11 2541840.6 8825 -0.00903499999999507 2541796.24126339 8825 5000 1.6298364e-11 2541796.2 Loop time of 0.017139 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:34 2021 Pair time (%) = 0.000960827 (5.6061) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191971) Outpt time (%) = 0.016046 (93.6232) Other time (%) = 9.91821e-05 (0.578694) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:34 2021 Memory usage per processor = 27.5284 Mbytes Step Atoms AVEKE stressZZ 8825 5000 1.6298364e-11 2541788.2 8826 -0.00903499999999507 2541743.86759278 8826 5000 1.6297196e-11 2541743.9 Loop time of 0.0171781 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:34 2021 Pair time (%) = 0.00090909 (5.29216) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.18043) Outpt time (%) = 0.0161421 (93.9695) Other time (%) = 9.58443e-05 (0.557946) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:34 2021 Memory usage per processor = 27.5284 Mbytes Step Atoms AVEKE stressZZ 8826 5000 1.6297196e-11 2541735.9 8827 -0.00903499999999507 2541691.49647316 8827 5000 1.6296027e-11 2541691.5 Loop time of 0.016485 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:34 2021 Pair time (%) = 0.000912905 (5.5378) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.199586) Outpt time (%) = 0.015439 (93.6552) Other time (%) = 0.000100136 (0.607437) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:21:34 2021 Memory usage per processor = 27.5284 Mbytes Step Atoms AVEKE stressZZ 8827 5000 1.6296027e-11 2541683.5 8828 -0.00903499999999507 2541630.17637169 8828 5000 3.219362e-11 2541713.5 Loop time of 0.016999 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:34 2021 Pair time (%) = 0.000957966 (5.63542) Neigh time (%) = 0 (0) Comm time (%) = 5.19753e-05 (0.305755) Outpt time (%) = 0.0158329 (93.1402) Other time (%) = 0.000156164 (0.918666) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:34 2021 Memory usage per processor = 27.5284 Mbytes Step Atoms AVEKE stressZZ 8828 5000 3.219362e-11 2581771 8829 -0.00906749999999505 2581712.10392488 8829 5000 2.5978175e-11 2581712.1 Loop time of 0.0172031 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:34 2021 Pair time (%) = 0.000913858 (5.31218) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185711) Outpt time (%) = 0.016165 (93.9658) Other time (%) = 9.2268e-05 (0.536345) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:34 2021 Memory usage per processor = 27.5284 Mbytes Step Atoms AVEKE stressZZ 8829 5000 2.5978175e-11 2581701.3 8830 -0.00906749999999505 2581647.41889215 8830 5000 2.2373807e-11 2581647.4 Loop time of 0.018295 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:34 2021 Pair time (%) = 0.000953913 (5.21405) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.174627) Outpt time (%) = 0.0172179 (94.1122) Other time (%) = 9.13143e-05 (0.49912) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:34 2021 Memory usage per processor = 27.5286 Mbytes Step Atoms AVEKE stressZZ 8830 5000 2.2373807e-11 2581637.6 8831 -0.00906749999999505 2581586.87578614 8831 5000 2.0222532e-11 2581586.9 Loop time of 0.0167861 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:34 2021 Pair time (%) = 0.00105286 (6.27219) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.21447) Outpt time (%) = 0.0155342 (92.5418) Other time (%) = 0.000163078 (0.971508) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:34 2021 Memory usage per processor = 27.5286 Mbytes Step Atoms AVEKE stressZZ 8831 5000 2.0222532e-11 2581577.6 8832 -0.00906749999999505 2581528.96586909 8832 5000 1.8911398e-11 2581529 Loop time of 0.0171189 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:34 2021 Pair time (%) = 0.000916004 (5.35083) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186624) Outpt time (%) = 0.016048 (93.7439) Other time (%) = 0.000123024 (0.718643) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:34 2021 Memory usage per processor = 27.5286 Mbytes Step Atoms AVEKE stressZZ 8832 5000 1.8911398e-11 2581520.1 8833 -0.00906749999999505 2581472.73032504 8833 5000 1.8100529e-11 2581472.7 Loop time of 0.0173738 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:34 2021 Pair time (%) = 0.000990152 (5.69911) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183887) Outpt time (%) = 0.0162539 (93.5544) Other time (%) = 9.77516e-05 (0.562638) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:34 2021 Memory usage per processor = 27.5286 Mbytes Step Atoms AVEKE stressZZ 8833 5000 1.8100529e-11 2581464.1 8834 -0.00906749999999505 2581417.55981696 8834 5000 1.759399e-11 2581417.6 Loop time of 0.0167651 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:34 2021 Pair time (%) = 0.000912905 (5.44526) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190563) Outpt time (%) = 0.015696 (93.6233) Other time (%) = 0.000124216 (0.74092) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:34 2021 Memory usage per processor = 27.5286 Mbytes Step Atoms AVEKE stressZZ 8834 5000 1.759399e-11 2581409.1 8835 -0.00906749999999505 2581363.06710449 8835 5000 1.7275365e-11 2581363.1 Loop time of 0.0170262 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:34 2021 Pair time (%) = 0.00108504 (6.37279) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.189041) Outpt time (%) = 0.0157969 (92.78) Other time (%) = 0.000112057 (0.658143) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:34 2021 Memory usage per processor = 27.5286 Mbytes Step Atoms AVEKE stressZZ 8835 5000 1.7275365e-11 2581354.7 8836 -0.00906749999999505 2581309.00609209 8836 5000 1.7073941e-11 2581309 Loop time of 0.0170732 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:34 2021 Pair time (%) = 0.000910044 (5.33026) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187125) Outpt time (%) = 0.0160391 (93.9436) Other time (%) = 9.20296e-05 (0.539031) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:34 2021 Memory usage per processor = 27.5286 Mbytes Step Atoms AVEKE stressZZ 8836 5000 1.7073941e-11 2581300.7 8837 -0.00906749999999505 2581255.22038309 8837 5000 1.6946105e-11 2581255.2 Loop time of 0.0170929 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:34 2021 Pair time (%) = 0.00090909 (5.31851) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186908) Outpt time (%) = 0.016058 (93.945) Other time (%) = 9.39369e-05 (0.549566) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:34 2021 Memory usage per processor = 27.5286 Mbytes Step Atoms AVEKE stressZZ 8837 5000 1.6946105e-11 2581247 8838 -0.00906749999999505 2581201.61058547 8838 5000 1.6864671e-11 2581201.6 Loop time of 0.0171771 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:34 2021 Pair time (%) = 0.00116014 (6.75402) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.197096) Outpt time (%) = 0.015862 (92.3438) Other time (%) = 0.000121117 (0.705105) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:34 2021 Memory usage per processor = 27.5286 Mbytes Step Atoms AVEKE stressZZ 8838 5000 1.6864671e-11 2581193.4 8839 -0.00906749999999505 2581148.11353442 8839 5000 1.681258e-11 2581148.1 Loop time of 0.0173721 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:34 2021 Pair time (%) = 0.00120997 (6.96503) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183904) Outpt time (%) = 0.0160339 (92.2966) Other time (%) = 9.63211e-05 (0.554458) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:34 2021 Memory usage per processor = 27.5286 Mbytes Step Atoms AVEKE stressZZ 8839 5000 1.681258e-11 2581139.9 8840 -0.00906749999999505 2581094.68908776 8840 5000 1.6779077e-11 2581094.7 Loop time of 0.0187931 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:34 2021 Pair time (%) = 0.000911951 (4.85258) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.171268) Outpt time (%) = 0.0177569 (94.4865) Other time (%) = 9.20296e-05 (0.489699) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:34 2021 Memory usage per processor = 27.5286 Mbytes Step Atoms AVEKE stressZZ 8840 5000 1.6779077e-11 2581086.5 8841 -0.00906749999999505 2581041.31173454 8841 5000 1.6757364e-11 2581041.3 Loop time of 0.0167289 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:34 2021 Pair time (%) = 0.000913858 (5.46276) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.192401) Outpt time (%) = 0.0156879 (93.7776) Other time (%) = 9.48906e-05 (0.567226) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:34 2021 Memory usage per processor = 27.5286 Mbytes Step Atoms AVEKE stressZZ 8841 5000 1.6757364e-11 2581033.1 8842 -0.00906749999999505 2580987.96526217 8842 5000 1.6743133e-11 2580988 Loop time of 0.0167279 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:34 2021 Pair time (%) = 0.00110102 (6.58191) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.220917) Outpt time (%) = 0.015476 (92.5159) Other time (%) = 0.000113964 (0.68128) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:34 2021 Memory usage per processor = 27.5286 Mbytes Step Atoms AVEKE stressZZ 8842 5000 1.6743133e-11 2580979.8 8843 -0.00906749999999505 2580934.63936729 8843 5000 1.6733654e-11 2580934.6 Loop time of 0.0171731 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:34 2021 Pair time (%) = 0.000951052 (5.53805) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191589) Outpt time (%) = 0.0160911 (93.6998) Other time (%) = 9.799e-05 (0.570604) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:34 2021 Memory usage per processor = 27.5286 Mbytes Step Atoms AVEKE stressZZ 8843 5000 1.6733654e-11 2580926.4 8844 -0.00906749999999505 2580881.32750177 8844 5000 1.6727192e-11 2580881.3 Loop time of 0.01705 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:34 2021 Pair time (%) = 0.000910997 (5.34308) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181785) Outpt time (%) = 0.0160151 (93.9298) Other time (%) = 9.29832e-05 (0.545355) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:34 2021 Memory usage per processor = 27.5286 Mbytes Step Atoms AVEKE stressZZ 8844 5000 1.6727192e-11 2580873.1 8845 -0.00906749999999505 2580828.02550419 8845 5000 1.6722648e-11 2580828 Loop time of 0.016577 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:34 2021 Pair time (%) = 0.000933886 (5.63362) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.198478) Outpt time (%) = 0.015466 (93.2978) Other time (%) = 0.000144243 (0.870141) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:34 2021 Memory usage per processor = 27.5286 Mbytes Step Atoms AVEKE stressZZ 8845 5000 1.6722648e-11 2580819.8 8846 -0.00906749999999505 2580774.73072981 8846 5000 1.6719322e-11 2580774.7 Loop time of 0.017067 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:34 2021 Pair time (%) = 0.000998974 (5.85326) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.275201) Outpt time (%) = 0.0158792 (93.0403) Other time (%) = 0.000141859 (0.831191) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:34 2021 Memory usage per processor = 27.5286 Mbytes Step Atoms AVEKE stressZZ 8846 5000 1.6719322e-11 2580766.5 8847 -0.00906749999999505 2580721.44149766 8847 5000 1.671677e-11 2580721.4 Loop time of 0.017112 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:34 2021 Pair time (%) = 0.000926018 (5.41151) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193666) Outpt time (%) = 0.0160539 (93.8166) Other time (%) = 9.89437e-05 (0.578212) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:34 2021 Memory usage per processor = 27.5286 Mbytes Step Atoms AVEKE stressZZ 8847 5000 1.671677e-11 2580713.2 8848 -0.00906749999999505 2580668.15673942 8848 5000 1.671471e-11 2580668.2 Loop time of 0.0166459 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:34 2021 Pair time (%) = 0.000909805 (5.46564) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191928) Outpt time (%) = 0.0155799 (93.5962) Other time (%) = 0.000124216 (0.746226) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:34 2021 Memory usage per processor = 27.5286 Mbytes Step Atoms AVEKE stressZZ 8848 5000 1.671471e-11 2580660 8849 -0.00906749999999505 2580614.87577611 8849 5000 1.6712963e-11 2580614.9 Loop time of 0.016609 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:34 2021 Pair time (%) = 0.00100017 (6.02185) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.205274) Outpt time (%) = 0.0154691 (93.137) Other time (%) = 0.000105619 (0.635919) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:34 2021 Memory usage per processor = 27.5286 Mbytes Step Atoms AVEKE stressZZ 8849 5000 1.6712963e-11 2580606.7 8850 -0.00906749999999505 2580561.59817597 8850 5000 1.6711414e-11 2580561.6 Loop time of 0.0191119 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:34 2021 Pair time (%) = 0.00090909 (4.75668) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.162174) Outpt time (%) = 0.018079 (94.5959) Other time (%) = 9.27448e-05 (0.485273) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:34 2021 Memory usage per processor = 27.5286 Mbytes Step Atoms AVEKE stressZZ 8850 5000 1.6711414e-11 2580553.4 8851 -0.00906749999999505 2580508.32366469 8851 5000 1.6709992e-11 2580508.3 Loop time of 0.0172091 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:34 2021 Pair time (%) = 0.000946045 (5.49737) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180105) Outpt time (%) = 0.0161359 (93.7642) Other time (%) = 9.60827e-05 (0.558326) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:34 2021 Memory usage per processor = 27.5286 Mbytes Step Atoms AVEKE stressZZ 8851 5000 1.6709992e-11 2580500.1 8852 -0.00906749999999505 2580455.05206762 8852 5000 1.670865e-11 2580455.1 Loop time of 0.0163791 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:34 2021 Pair time (%) = 0.000912905 (5.57359) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.200876) Outpt time (%) = 0.0153332 (93.6142) Other time (%) = 0.000100136 (0.611363) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:34 2021 Memory usage per processor = 27.5286 Mbytes Step Atoms AVEKE stressZZ 8852 5000 1.670865e-11 2580446.9 8853 -0.00906749999999505 2580401.78327388 8853 5000 1.6707359e-11 2580401.8 Loop time of 0.0163472 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:34 2021 Pair time (%) = 0.000913858 (5.59032) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.195435) Outpt time (%) = 0.015306 (93.6309) Other time (%) = 9.53674e-05 (0.583388) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:34 2021 Memory usage per processor = 27.5286 Mbytes Step Atoms AVEKE stressZZ 8853 5000 1.6707359e-11 2580393.6 8854 -0.00906749999999505 2580348.51721274 8854 5000 1.6706101e-11 2580348.5 Loop time of 0.01613 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:34 2021 Pair time (%) = 0.00090909 (5.63603) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.198067) Outpt time (%) = 0.0151019 (93.6264) Other time (%) = 8.70228e-05 (0.53951) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:34 2021 Memory usage per processor = 27.5286 Mbytes Step Atoms AVEKE stressZZ 8854 5000 1.6706101e-11 2580340.3 8855 -0.00906749999999505 2580295.25383922 8855 5000 1.6704863e-11 2580295.3 Loop time of 0.0162768 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:34 2021 Pair time (%) = 0.000911951 (5.60275) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.196279) Outpt time (%) = 0.015249 (93.6854) Other time (%) = 8.39233e-05 (0.5156) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:34 2021 Memory usage per processor = 27.5286 Mbytes Step Atoms AVEKE stressZZ 8855 5000 1.6704863e-11 2580287.1 8856 -0.00906749999999505 2580241.99312463 8856 5000 1.6703639e-11 2580242 Loop time of 0.017472 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:34 2021 Pair time (%) = 0.000909805 (5.20721) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.177394) Outpt time (%) = 0.016443 (94.1105) Other time (%) = 8.82149e-05 (0.504892) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:34 2021 Memory usage per processor = 27.5286 Mbytes Step Atoms AVEKE stressZZ 8856 5000 1.6703639e-11 2580233.8 8857 -0.00906749999999505 2580188.73505058 8857 5000 1.6702423e-11 2580188.7 Loop time of 0.016731 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:34 2021 Pair time (%) = 0.000964165 (5.76274) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.203776) Outpt time (%) = 0.015631 (93.425) Other time (%) = 0.000101805 (0.608479) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:34 2021 Memory usage per processor = 27.5286 Mbytes Step Atoms AVEKE stressZZ 8857 5000 1.6702423e-11 2580180.5 8858 -0.00906749999999505 2580135.47960534 8858 5000 1.6701212e-11 2580135.5 Loop time of 0.016701 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:34 2021 Pair time (%) = 0.0010829 (6.48403) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.215563) Outpt time (%) = 0.0154669 (92.6109) Other time (%) = 0.000115156 (0.689517) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:34 2021 Memory usage per processor = 27.5286 Mbytes Step Atoms AVEKE stressZZ 8858 5000 1.6701212e-11 2580127.3 8859 -0.00906749999999505 2580082.22678133 8859 5000 1.6700005e-11 2580082.2 Loop time of 0.017276 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:34 2021 Pair time (%) = 0.00103784 (6.00737) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.208388) Outpt time (%) = 0.016068 (93.0073) Other time (%) = 0.00013423 (0.77697) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:34 2021 Memory usage per processor = 27.5286 Mbytes Step Atoms AVEKE stressZZ 8859 5000 1.6700005e-11 2580074 8860 -0.00906749999999505 2580028.97657363 8860 5000 1.66988e-11 2580029 Loop time of 0.01914 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:34 2021 Pair time (%) = 0.000914812 (4.77958) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.168164) Outpt time (%) = 0.0181 (94.5664) Other time (%) = 9.29832e-05 (0.485806) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:34 2021 Memory usage per processor = 27.5286 Mbytes Step Atoms AVEKE stressZZ 8860 5000 1.66988e-11 2580020.8 8861 -0.00906749999999505 2579975.72897897 8861 5000 1.6697597e-11 2579975.7 Loop time of 0.01649 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:34 2021 Pair time (%) = 0.000910044 (5.51877) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193742) Outpt time (%) = 0.0154219 (93.5226) Other time (%) = 0.000126123 (0.764849) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:34 2021 Memory usage per processor = 27.5286 Mbytes Step Atoms AVEKE stressZZ 8861 5000 1.6697597e-11 2579967.5 8862 -0.00906749999999505 2579922.48399526 8862 5000 1.6696394e-11 2579922.5 Loop time of 0.0171602 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:34 2021 Pair time (%) = 0.00127983 (7.45815) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.209795) Outpt time (%) = 0.015656 (91.2345) Other time (%) = 0.000188351 (1.0976) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:34 2021 Memory usage per processor = 27.5286 Mbytes Step Atoms AVEKE stressZZ 8862 5000 1.6696394e-11 2579914.3 8863 -0.00906749999999505 2579869.24162096 8863 5000 1.6695192e-11 2579869.2 Loop time of 0.017112 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:34 2021 Pair time (%) = 0.000910044 (5.31816) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181127) Outpt time (%) = 0.016077 (93.9518) Other time (%) = 9.39369e-05 (0.548953) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:34 2021 Memory usage per processor = 27.5286 Mbytes Step Atoms AVEKE stressZZ 8863 5000 1.6695192e-11 2579861.1 8864 -0.00906749999999505 2579816.00185514 8864 5000 1.6693991e-11 2579816 Loop time of 0.0165601 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:34 2021 Pair time (%) = 0.000910997 (5.50117) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.187163) Outpt time (%) = 0.015521 (93.7257) Other time (%) = 9.70364e-05 (0.585966) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:34 2021 Memory usage per processor = 27.5286 Mbytes Step Atoms AVEKE stressZZ 8864 5000 1.6693991e-11 2579807.8 8865 -0.00906749999999505 2579762.76469693 8865 5000 1.669279e-11 2579762.8 Loop time of 0.0165031 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:35 2021 Pair time (%) = 0.000987053 (5.98102) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.206591) Outpt time (%) = 0.0153511 (93.0193) Other time (%) = 0.000130892 (0.793135) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:35 2021 Memory usage per processor = 27.5286 Mbytes Step Atoms AVEKE stressZZ 8865 5000 1.669279e-11 2579754.6 8866 -0.00906749999999505 2579709.5301458 8866 5000 1.669159e-11 2579709.5 Loop time of 0.017446 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:35 2021 Pair time (%) = 0.00101304 (5.80671) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.189958) Outpt time (%) = 0.016273 (93.2763) Other time (%) = 0.000126839 (0.727034) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:35 2021 Memory usage per processor = 27.5286 Mbytes Step Atoms AVEKE stressZZ 8866 5000 1.669159e-11 2579701.3 8867 -0.00906749999999505 2579656.29820126 8867 5000 1.6690389e-11 2579656.3 Loop time of 0.0169411 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:35 2021 Pair time (%) = 0.000950098 (5.60825) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188584) Outpt time (%) = 0.0158682 (93.667) Other time (%) = 9.08375e-05 (0.536197) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:35 2021 Memory usage per processor = 27.5286 Mbytes Step Atoms AVEKE stressZZ 8867 5000 1.6690389e-11 2579648.1 8868 -0.00906749999999505 2579603.06886295 8868 5000 1.6689189e-11 2579603.1 Loop time of 0.0166862 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:35 2021 Pair time (%) = 0.000911951 (5.4653) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.185749) Outpt time (%) = 0.01565 (93.7903) Other time (%) = 9.32217e-05 (0.558675) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:35 2021 Memory usage per processor = 27.5286 Mbytes Step Atoms AVEKE stressZZ 8868 5000 1.6689189e-11 2579594.9 8869 -0.00906749999999505 2579549.84213049 8869 5000 1.6687989e-11 2579549.8 Loop time of 0.0171471 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:35 2021 Pair time (%) = 0.00123811 (7.22052) Neigh time (%) = 0 (0) Comm time (%) = 4.31538e-05 (0.251669) Outpt time (%) = 0.015677 (91.4266) Other time (%) = 0.000188828 (1.10122) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:35 2021 Memory usage per processor = 27.5286 Mbytes Step Atoms AVEKE stressZZ 8869 5000 1.6687989e-11 2579541.7 8870 -0.00906749999999505 2579496.61800355 8870 5000 1.6686789e-11 2579496.6 Loop time of 0.0190241 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:35 2021 Pair time (%) = 0.000952005 (5.0042) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.167935) Outpt time (%) = 0.017947 (94.3378) Other time (%) = 9.32217e-05 (0.490018) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:35 2021 Memory usage per processor = 27.5286 Mbytes Step Atoms AVEKE stressZZ 8870 5000 1.6686789e-11 2579488.4 8871 -0.00906749999999505 2579443.3964819 8871 5000 1.6685589e-11 2579443.4 Loop time of 0.017365 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:35 2021 Pair time (%) = 0.000989199 (5.69652) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.264986) Outpt time (%) = 0.0162079 (93.3369) Other time (%) = 0.000121832 (0.701595) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:35 2021 Memory usage per processor = 27.5286 Mbytes Step Atoms AVEKE stressZZ 8871 5000 1.6685589e-11 2579435.2 8872 -0.00906749999999505 2579390.17756517 8872 5000 1.6684389e-11 2579390.2 Loop time of 0.0166249 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:35 2021 Pair time (%) = 0.000954866 (5.74358) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.193604) Outpt time (%) = 0.0155401 (93.4748) Other time (%) = 9.77516e-05 (0.587982) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:35 2021 Memory usage per processor = 27.5286 Mbytes Step Atoms AVEKE stressZZ 8872 5000 1.6684389e-11 2579382 8873 -0.00906749999999505 2579336.9612531 8873 5000 1.668319e-11 2579337 Loop time of 0.0169058 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:35 2021 Pair time (%) = 0.000970125 (5.73842) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.196029) Outpt time (%) = 0.0157709 (93.2871) Other time (%) = 0.000131607 (0.778474) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:35 2021 Memory usage per processor = 27.5286 Mbytes Step Atoms AVEKE stressZZ 8873 5000 1.668319e-11 2579328.8 8874 -0.00906749999999505 2579283.74754544 8874 5000 1.668199e-11 2579283.7 Loop time of 0.0171101 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:35 2021 Pair time (%) = 0.000910997 (5.32432) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181147) Outpt time (%) = 0.0160751 (93.9511) Other time (%) = 9.29832e-05 (0.54344) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:35 2021 Memory usage per processor = 27.5286 Mbytes Step Atoms AVEKE stressZZ 8874 5000 1.668199e-11 2579275.6 8875 -0.00906749999999505 2579230.53644187 8875 5000 1.6680791e-11 2579230.5 Loop time of 0.01669 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:35 2021 Pair time (%) = 0.000920057 (5.51262) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.19142) Outpt time (%) = 0.0156028 (93.486) Other time (%) = 0.000135183 (0.809965) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:35 2021 Memory usage per processor = 27.5286 Mbytes Step Atoms AVEKE stressZZ 8875 5000 1.6680791e-11 2579222.3 8876 -0.00906749999999505 2579177.32794214 8876 5000 1.6679592e-11 2579177.3 Loop time of 0.0167379 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:35 2021 Pair time (%) = 0.00103211 (6.16632) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.215087) Outpt time (%) = 0.0155511 (92.9092) Other time (%) = 0.000118732 (0.709361) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:35 2021 Memory usage per processor = 27.5286 Mbytes Step Atoms AVEKE stressZZ 8876 5000 1.6679592e-11 2579169.1 8877 -0.00906749999999505 2579124.12204603 8877 5000 1.6678393e-11 2579124.1 Loop time of 0.016958 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:35 2021 Pair time (%) = 0.000929117 (5.47893) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.195425) Outpt time (%) = 0.0158961 (93.738) Other time (%) = 9.9659e-05 (0.587681) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:35 2021 Memory usage per processor = 27.5286 Mbytes Step Atoms AVEKE stressZZ 8877 5000 1.6678393e-11 2579115.9 8878 -0.00906749999999505 2579070.91875323 8878 5000 1.6677194e-11 2579070.9 Loop time of 0.0173709 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:35 2021 Pair time (%) = 0.00094986 (5.4681) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.185289) Outpt time (%) = 0.0162499 (93.5464) Other time (%) = 0.000138998 (0.800176) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:35 2021 Memory usage per processor = 27.5286 Mbytes Step Atoms AVEKE stressZZ 8878 5000 1.6677194e-11 2579062.7 8879 -0.00906749999999505 2579017.71806349 8879 5000 1.6675995e-11 2579017.7 Loop time of 0.016649 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:35 2021 Pair time (%) = 0.000910997 (5.47178) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.19762) Outpt time (%) = 0.0155649 (93.4886) Other time (%) = 0.00014019 (0.842033) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:35 2021 Memory usage per processor = 27.5286 Mbytes Step Atoms AVEKE stressZZ 8879 5000 1.6675995e-11 2579009.5 8880 -0.00906749999999505 2578964.51997657 8880 5000 1.6674796e-11 2578964.5 Loop time of 0.0193751 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:35 2021 Pair time (%) = 0.00105906 (5.46607) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.171045) Outpt time (%) = 0.0181751 (93.8067) Other time (%) = 0.000107765 (0.556205) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:35 2021 Memory usage per processor = 27.5286 Mbytes Step Atoms AVEKE stressZZ 8880 5000 1.6674796e-11 2578956.3 8881 -0.00906749999999505 2578911.32449216 8881 5000 1.6673598e-11 2578911.3 Loop time of 0.0172541 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:35 2021 Pair time (%) = 0.000960827 (5.56868) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.203126) Outpt time (%) = 0.016139 (93.5373) Other time (%) = 0.000119209 (0.690904) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:35 2021 Memory usage per processor = 27.5286 Mbytes Step Atoms AVEKE stressZZ 8881 5000 1.6673598e-11 2578903.1 8882 -0.00906749999999505 2578858.13161005 8882 5000 1.6672399e-11 2578858.1 Loop time of 0.0165811 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:35 2021 Pair time (%) = 0.000912905 (5.50571) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.186927) Outpt time (%) = 0.015542 (93.7336) Other time (%) = 9.5129e-05 (0.573721) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:35 2021 Memory usage per processor = 27.5286 Mbytes Step Atoms AVEKE stressZZ 8882 5000 1.6672399e-11 2578849.9 8883 -0.00906749999999505 2578804.94132996 8883 5000 1.6671201e-11 2578804.9 Loop time of 0.016567 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:35 2021 Pair time (%) = 0.00101686 (6.13784) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.204355) Outpt time (%) = 0.0154159 (93.0519) Other time (%) = 0.000100374 (0.605869) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:35 2021 Memory usage per processor = 27.5286 Mbytes Step Atoms AVEKE stressZZ 8883 5000 1.6671201e-11 2578796.8 8884 -0.00906749999999505 2578751.75365162 8884 5000 1.6670003e-11 2578751.8 Loop time of 0.0171959 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:35 2021 Pair time (%) = 0.000995874 (5.79133) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185789) Outpt time (%) = 0.0160542 (93.3601) Other time (%) = 0.000113964 (0.662738) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:35 2021 Memory usage per processor = 27.5286 Mbytes Step Atoms AVEKE stressZZ 8884 5000 1.6670003e-11 2578743.6 8885 -0.00906749999999505 2578698.56857485 8885 5000 1.6668805e-11 2578698.6 Loop time of 0.0171039 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:35 2021 Pair time (%) = 0.000911951 (5.33183) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.188182) Outpt time (%) = 0.0160658 (93.9308) Other time (%) = 9.39369e-05 (0.549213) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:35 2021 Memory usage per processor = 27.5286 Mbytes Step Atoms AVEKE stressZZ 8885 5000 1.6668805e-11 2578690.4 8886 -0.00906749999999505 2578645.38609934 8886 5000 1.6667607e-11 2578645.4 Loop time of 0.016391 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:35 2021 Pair time (%) = 0.000911951 (5.56372) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.196366) Outpt time (%) = 0.0153592 (93.7046) Other time (%) = 8.7738e-05 (0.535281) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:35 2021 Memory usage per processor = 27.5286 Mbytes Step Atoms AVEKE stressZZ 8886 5000 1.6667607e-11 2578637.2 8887 -0.00906749999999505 2578592.20622485 8887 5000 1.6666409e-11 2578592.2 Loop time of 0.01738 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:35 2021 Pair time (%) = 0.00125504 (7.22115) Neigh time (%) = 0 (0) Comm time (%) = 5.79357e-05 (0.333347) Outpt time (%) = 0.015893 (91.4441) Other time (%) = 0.000174046 (1.00141) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:35 2021 Memory usage per processor = 27.5286 Mbytes Step Atoms AVEKE stressZZ 8887 5000 1.6666409e-11 2578584 8888 -0.00906749999999505 2578539.02895117 8888 5000 1.6665211e-11 2578539 Loop time of 0.0172291 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:35 2021 Pair time (%) = 0.000910997 (5.28756) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185431) Outpt time (%) = 0.0161929 (93.9859) Other time (%) = 9.32217e-05 (0.541072) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:35 2021 Memory usage per processor = 27.5286 Mbytes Step Atoms AVEKE stressZZ 8888 5000 1.6665211e-11 2578530.8 8889 -0.00906749999999505 2578485.85427799 8889 5000 1.6664013e-11 2578485.9 Loop time of 0.0170648 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:35 2021 Pair time (%) = 0.000908136 (5.32169) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187216) Outpt time (%) = 0.016032 (93.9476) Other time (%) = 9.27448e-05 (0.543486) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:35 2021 Memory usage per processor = 27.5286 Mbytes Step Atoms AVEKE stressZZ 8889 5000 1.6664013e-11 2578477.7 8890 -0.00906749999999505 2578432.68220508 8890 5000 1.6662816e-11 2578432.7 Loop time of 0.0190079 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:35 2021 Pair time (%) = 0.000939846 (4.9445) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.173095) Outpt time (%) = 0.0179329 (94.3443) Other time (%) = 0.000102282 (0.5381) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:35 2021 Memory usage per processor = 27.5286 Mbytes Step Atoms AVEKE stressZZ 8890 5000 1.6662816e-11 2578424.5 8891 -0.00906749999999505 2578379.51274504 8891 5000 1.6661619e-11 2578379.5 Loop time of 0.017765 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:35 2021 Pair time (%) = 0.00115108 (6.47949) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.202652) Outpt time (%) = 0.016423 (92.4455) Other time (%) = 0.000154972 (0.872343) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:35 2021 Memory usage per processor = 27.5286 Mbytes Step Atoms AVEKE stressZZ 8891 5000 1.6661619e-11 2578371.3 8892 -0.00906749999999505 2578326.34593897 8892 5000 1.6660421e-11 2578326.3 Loop time of 0.0171649 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:35 2021 Pair time (%) = 0.000911951 (5.31287) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186124) Outpt time (%) = 0.0160968 (93.7773) Other time (%) = 0.000124216 (0.723661) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:35 2021 Memory usage per processor = 27.5286 Mbytes Step Atoms AVEKE stressZZ 8892 5000 1.6660421e-11 2578318.2 8893 -0.00906749999999505 2578273.18176331 8893 5000 1.6659224e-11 2578273.2 Loop time of 0.0168228 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:35 2021 Pair time (%) = 0.000951052 (5.65334) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.189909) Outpt time (%) = 0.0157468 (93.604) Other time (%) = 9.29832e-05 (0.552721) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:35 2021 Memory usage per processor = 27.5286 Mbytes Step Atoms AVEKE stressZZ 8893 5000 1.6659224e-11 2578265 8894 -0.00906749999999505 2578220.02020997 8894 5000 1.6658027e-11 2578220 Loop time of 0.016541 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:35 2021 Pair time (%) = 0.000947952 (5.73092) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211883) Outpt time (%) = 0.01544 (93.3437) Other time (%) = 0.000118017 (0.713483) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:35 2021 Memory usage per processor = 27.5286 Mbytes Step Atoms AVEKE stressZZ 8894 5000 1.6658027e-11 2578211.8 8895 -0.00906749999999505 2578166.86127496 8895 5000 1.665683e-11 2578166.9 Loop time of 0.0170941 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:35 2021 Pair time (%) = 0.00101209 (5.92067) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.199448) Outpt time (%) = 0.015944 (93.2718) Other time (%) = 0.000103951 (0.608106) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:35 2021 Memory usage per processor = 27.5286 Mbytes Step Atoms AVEKE stressZZ 8895 5000 1.665683e-11 2578158.7 8896 -0.00906749999999505 2578113.70495568 8896 5000 1.6655633e-11 2578113.7 Loop time of 0.0168982 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:35 2021 Pair time (%) = 0.000959873 (5.68034) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.190474) Outpt time (%) = 0.0158119 (93.5719) Other time (%) = 9.41753e-05 (0.557311) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:35 2021 Memory usage per processor = 27.5286 Mbytes Step Atoms AVEKE stressZZ 8896 5000 1.6655633e-11 2578105.5 8897 -0.00906749999999505 2578060.55125026 8897 5000 1.6654437e-11 2578060.6 Loop time of 0.01649 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:35 2021 Pair time (%) = 0.000916958 (5.5607) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.195188) Outpt time (%) = 0.0154109 (93.4561) Other time (%) = 0.000129938 (0.787982) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:35 2021 Memory usage per processor = 27.5286 Mbytes Step Atoms AVEKE stressZZ 8897 5000 1.6654437e-11 2578052.4 8898 -0.00906749999999505 2578007.4001572 8898 5000 1.665324e-11 2578007.4 Loop time of 0.0161271 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:35 2021 Pair time (%) = 0.000909805 (5.64147) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.192188) Outpt time (%) = 0.0150959 (93.606) Other time (%) = 9.03606e-05 (0.560303) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:35 2021 Memory usage per processor = 27.5286 Mbytes Step Atoms AVEKE stressZZ 8898 5000 1.665324e-11 2577999.2 8899 -0.00906749999999505 2577954.2516753 8899 5000 1.6652044e-11 2577954.3 Loop time of 0.0163739 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:35 2021 Pair time (%) = 0.000911951 (5.56955) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.189292) Outpt time (%) = 0.015343 (93.7039) Other time (%) = 8.79765e-05 (0.537298) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:35 2021 Memory usage per processor = 27.5286 Mbytes Step Atoms AVEKE stressZZ 8899 5000 1.6652044e-11 2577946.1 8900 -0.00906749999999505 2577901.10580357 8900 5000 1.6650848e-11 2577901.1 Loop time of 0.0194709 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:35 2021 Pair time (%) = 0.000926971 (4.7608) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.159183) Outpt time (%) = 0.0184231 (94.6184) Other time (%) = 8.98838e-05 (0.461631) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:35 2021 Memory usage per processor = 27.5286 Mbytes Step Atoms AVEKE stressZZ 8900 5000 1.6650848e-11 2577892.9 8901 -0.00906749999999505 2577847.9625338 8901 5000 1.6649651e-11 2577848 Loop time of 0.0171859 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:35 2021 Pair time (%) = 0.000994205 (5.785) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185897) Outpt time (%) = 0.0160589 (93.4423) Other time (%) = 0.000100851 (0.586824) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:35 2021 Memory usage per processor = 27.5286 Mbytes Step Atoms AVEKE stressZZ 8901 5000 1.6649651e-11 2577839.8 8902 -0.00906749999999505 2577794.82186428 8902 5000 1.6648455e-11 2577794.8 Loop time of 0.0166171 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:35 2021 Pair time (%) = 0.000947952 (5.70469) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192261) Outpt time (%) = 0.015543 (93.5363) Other time (%) = 9.41753e-05 (0.566739) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:35 2021 Memory usage per processor = 27.5286 Mbytes Step Atoms AVEKE stressZZ 8902 5000 1.6648455e-11 2577786.6 8903 -0.00906749999999505 2577741.68380121 8903 5000 1.6647259e-11 2577741.7 Loop time of 0.0169339 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:35 2021 Pair time (%) = 0.00129819 (7.66621) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.271731) Outpt time (%) = 0.0154421 (91.1905) Other time (%) = 0.000147581 (0.871512) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:35 2021 Memory usage per processor = 27.5286 Mbytes Step Atoms AVEKE stressZZ 8903 5000 1.6647259e-11 2577733.5 8904 -0.00906749999999505 2577688.54834406 8904 5000 1.6646064e-11 2577688.5 Loop time of 0.019866 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:35 2021 Pair time (%) = 0.000911951 (4.59051) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.160818) Outpt time (%) = 0.0188301 (94.7854) Other time (%) = 9.20296e-05 (0.463252) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:35 2021 Memory usage per processor = 27.5286 Mbytes Step Atoms AVEKE stressZZ 8904 5000 1.6646064e-11 2577680.4 8905 -0.00906749999999505 2577635.41549222 8905 5000 1.6644868e-11 2577635.4 Loop time of 0.0170112 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:35 2021 Pair time (%) = 0.000957012 (5.62579) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.1822) Outpt time (%) = 0.015928 (93.6328) Other time (%) = 9.5129e-05 (0.559215) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:35 2021 Memory usage per processor = 27.5286 Mbytes Step Atoms AVEKE stressZZ 8905 5000 1.6644868e-11 2577627.2 8906 -0.00906749999999505 2577582.28524533 8906 5000 1.6643672e-11 2577582.3 Loop time of 0.016566 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:35 2021 Pair time (%) = 0.000921011 (5.55963) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.205806) Outpt time (%) = 0.015481 (93.4502) Other time (%) = 0.000129938 (0.784365) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:35 2021 Memory usage per processor = 27.5286 Mbytes Step Atoms AVEKE stressZZ 8906 5000 1.6643672e-11 2577574.1 8907 -0.00906749999999505 2577529.15760281 8907 5000 1.6642477e-11 2577529.2 Loop time of 0.0174119 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:35 2021 Pair time (%) = 0.00125694 (7.21885) Neigh time (%) = 0 (0) Comm time (%) = 5.50747e-05 (0.316304) Outpt time (%) = 0.015918 (91.4201) Other time (%) = 0.000181913 (1.04476) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:35 2021 Memory usage per processor = 27.5286 Mbytes Step Atoms AVEKE stressZZ 8907 5000 1.6642477e-11 2577521 8908 -0.00906749999999505 2577476.03256428 8908 5000 1.6641282e-11 2577476 Loop time of 0.0171449 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:35 2021 Pair time (%) = 0.000910044 (5.30795) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180779) Outpt time (%) = 0.016088 (93.8354) Other time (%) = 0.000115871 (0.675835) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:35 2021 Memory usage per processor = 27.5286 Mbytes Step Atoms AVEKE stressZZ 8908 5000 1.6641282e-11 2577467.8 8909 -0.00906749999999505 2577422.91012937 8909 5000 1.6640086e-11 2577422.9 Loop time of 0.0167801 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:36 2021 Pair time (%) = 0.000911951 (5.43471) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.196076) Outpt time (%) = 0.0157421 (93.8137) Other time (%) = 9.32217e-05 (0.555548) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:36 2021 Memory usage per processor = 27.5286 Mbytes Step Atoms AVEKE stressZZ 8909 5000 1.6640086e-11 2577414.7 8910 -0.00906749999999505 2577369.79029766 8910 5000 1.6638891e-11 2577369.8 Loop time of 0.0184081 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:36 2021 Pair time (%) = 0.000968933 (5.26364) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.185212) Outpt time (%) = 0.0173051 (94.0085) Other time (%) = 9.98974e-05 (0.542683) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:36 2021 Memory usage per processor = 27.5286 Mbytes Step Atoms AVEKE stressZZ 8910 5000 1.6638891e-11 2577361.6 8911 -0.00906749999999505 2577316.673075 8911 5000 1.6637696e-11 2577316.7 Loop time of 0.0172901 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:36 2021 Pair time (%) = 0.000983 (5.68533) Neigh time (%) = 0 (0) Comm time (%) = 4.57764e-05 (0.264755) Outpt time (%) = 0.0161371 (93.3315) Other time (%) = 0.000124216 (0.718423) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:36 2021 Memory usage per processor = 27.5286 Mbytes Step Atoms AVEKE stressZZ 8911 5000 1.6637696e-11 2577308.5 8912 -0.00906749999999505 2577263.55845447 8912 5000 1.6636502e-11 2577263.6 Loop time of 0.017359 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:36 2021 Pair time (%) = 0.000944853 (5.44301) Neigh time (%) = 0 (0) Comm time (%) = 3.12328e-05 (0.179923) Outpt time (%) = 0.016288 (93.8304) Other time (%) = 9.48906e-05 (0.546636) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:36 2021 Memory usage per processor = 27.5286 Mbytes Step Atoms AVEKE stressZZ 8912 5000 1.6636502e-11 2577255.4 8913 -0.00906749999999505 2577210.44643573 8913 5000 1.6635307e-11 2577210.4 Loop time of 0.016556 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:36 2021 Pair time (%) = 0.00090909 (5.49099) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.19297) Outpt time (%) = 0.0155208 (93.7472) Other time (%) = 9.41753e-05 (0.568828) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:36 2021 Memory usage per processor = 27.5286 Mbytes Step Atoms AVEKE stressZZ 8913 5000 1.6635307e-11 2577202.3 8914 -0.00906749999999505 2577157.33701849 8914 5000 1.6634112e-11 2577157.3 Loop time of 0.0167689 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:36 2021 Pair time (%) = 0.00112295 (6.69662) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.21469) Outpt time (%) = 0.0154901 (92.3735) Other time (%) = 0.000119925 (0.715159) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:36 2021 Memory usage per processor = 27.5286 Mbytes Step Atoms AVEKE stressZZ 8914 5000 1.6634112e-11 2577149.2 8915 -0.00906749999999505 2577104.23020245 8915 5000 1.6632918e-11 2577104.2 Loop time of 0.0174139 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:36 2021 Pair time (%) = 0.000919104 (5.278) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.177987) Outpt time (%) = 0.016371 (94.0114) Other time (%) = 9.27448e-05 (0.532592) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:36 2021 Memory usage per processor = 27.5286 Mbytes Step Atoms AVEKE stressZZ 8915 5000 1.6632918e-11 2577096 8916 -0.00906749999999505 2577051.12598724 8916 5000 1.6631723e-11 2577051.1 Loop time of 0.016947 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:36 2021 Pair time (%) = 0.000956059 (5.64145) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188517) Outpt time (%) = 0.015866 (93.6214) Other time (%) = 9.29832e-05 (0.54867) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:36 2021 Memory usage per processor = 27.5286 Mbytes Step Atoms AVEKE stressZZ 8916 5000 1.6631723e-11 2577042.9 8917 -0.00906749999999505 2576998.0243727 8917 5000 1.6630529e-11 2576998 Loop time of 0.0164361 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:36 2021 Pair time (%) = 0.000953913 (5.80377) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.20163) Outpt time (%) = 0.0153451 (93.3622) Other time (%) = 0.000103951 (0.632452) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:36 2021 Memory usage per processor = 27.5286 Mbytes Step Atoms AVEKE stressZZ 8917 5000 1.6630529e-11 2576989.8 8918 -0.00906749999999505 2576944.92535853 8918 5000 1.6629335e-11 2576944.9 Loop time of 0.017364 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:36 2021 Pair time (%) = 0.00103307 (5.94947) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189482) Outpt time (%) = 0.016196 (93.2734) Other time (%) = 0.000102043 (0.58767) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:36 2021 Memory usage per processor = 27.5286 Mbytes Step Atoms AVEKE stressZZ 8918 5000 1.6629335e-11 2576936.7 8919 -0.00906749999999505 2576891.82894454 8919 5000 1.6628141e-11 2576891.8 Loop time of 0.017246 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:36 2021 Pair time (%) = 0.0010159 (5.89065) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190779) Outpt time (%) = 0.0160952 (93.3269) Other time (%) = 0.000102043 (0.591691) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:36 2021 Memory usage per processor = 27.5286 Mbytes Step Atoms AVEKE stressZZ 8919 5000 1.6628141e-11 2576883.6 8920 -0.00906749999999505 2576838.7351305 8920 5000 1.6626947e-11 2576838.7 Loop time of 0.0191479 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:36 2021 Pair time (%) = 0.000961065 (5.01918) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.166849) Outpt time (%) = 0.01806 (94.3184) Other time (%) = 9.48906e-05 (0.495567) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:36 2021 Memory usage per processor = 27.5286 Mbytes Step Atoms AVEKE stressZZ 8920 5000 1.6626947e-11 2576830.6 8921 -0.00906749999999505 2576785.64391632 8921 5000 1.6625753e-11 2576785.6 Loop time of 0.016562 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:36 2021 Pair time (%) = 0.000959873 (5.79564) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.204417) Outpt time (%) = 0.0154462 (93.2629) Other time (%) = 0.00012207 (0.737051) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:36 2021 Memory usage per processor = 27.5286 Mbytes Step Atoms AVEKE stressZZ 8921 5000 1.6625753e-11 2576777.5 8922 -0.00906749999999505 2576732.55530187 8922 5000 1.662456e-11 2576732.6 Loop time of 0.017139 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:36 2021 Pair time (%) = 0.00102901 (6.00395) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191971) Outpt time (%) = 0.0159769 (93.2198) Other time (%) = 0.000100136 (0.584258) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:36 2021 Memory usage per processor = 27.5286 Mbytes Step Atoms AVEKE stressZZ 8922 5000 1.662456e-11 2576724.4 8923 -0.00906749999999505 2576679.46928697 8923 5000 1.6623366e-11 2576679.5 Loop time of 0.017328 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:36 2021 Pair time (%) = 0.000911951 (5.26287) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.178869) Outpt time (%) = 0.0162969 (94.0492) Other time (%) = 8.82149e-05 (0.509088) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:36 2021 Memory usage per processor = 27.5286 Mbytes Step Atoms AVEKE stressZZ 8923 5000 1.6623366e-11 2576671.3 8924 -0.00906749999999505 2576626.38587173 8924 5000 1.6622173e-11 2576626.4 Loop time of 0.0169239 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:36 2021 Pair time (%) = 0.000963926 (5.69565) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188775) Outpt time (%) = 0.0158341 (93.5605) Other time (%) = 9.39369e-05 (0.555055) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:36 2021 Memory usage per processor = 27.5286 Mbytes Step Atoms AVEKE stressZZ 8924 5000 1.6622173e-11 2576618.2 8925 -0.00906749999999505 2576573.30505623 8925 5000 1.662098e-11 2576573.3 Loop time of 0.017199 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:36 2021 Pair time (%) = 0.00107193 (6.2325) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.196845) Outpt time (%) = 0.015928 (92.61) Other time (%) = 0.000165224 (0.960659) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:36 2021 Memory usage per processor = 27.5286 Mbytes Step Atoms AVEKE stressZZ 8925 5000 1.662098e-11 2576565.1 8926 -0.00906749999999505 2576520.22684073 8926 5000 1.6619786e-11 2576520.2 Loop time of 0.0172262 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:36 2021 Pair time (%) = 0.000911951 (5.29397) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185462) Outpt time (%) = 0.016191 (93.9905) Other time (%) = 9.13143e-05 (0.530089) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:36 2021 Memory usage per processor = 27.5286 Mbytes Step Atoms AVEKE stressZZ 8926 5000 1.6619786e-11 2576512 8927 -0.00906749999999505 2576467.15122566 8927 5000 1.6618593e-11 2576467.2 Loop time of 0.016521 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:36 2021 Pair time (%) = 0.00090909 (5.50264) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193379) Outpt time (%) = 0.0154908 (93.7643) Other time (%) = 8.91685e-05 (0.539729) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:36 2021 Memory usage per processor = 27.5286 Mbytes Step Atoms AVEKE stressZZ 8927 5000 1.6618593e-11 2576459 8928 -0.00906749999999505 2576414.07821202 8928 5000 1.66174e-11 2576414.1 Loop time of 0.0168319 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:36 2021 Pair time (%) = 0.000983953 (5.84577) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.202555) Outpt time (%) = 0.0156519 (92.9899) Other time (%) = 0.000161886 (0.961784) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:21:36 2021 Memory usage per processor = 27.5286 Mbytes Step Atoms AVEKE stressZZ 8928 5000 1.66174e-11 2576405.9 8929 -0.00906749999999505 2576351.94939793 8929 5000 3.2828426e-11 2576436.4 Loop time of 0.016937 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:36 2021 Pair time (%) = 0.00100207 (5.91647) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.201298) Outpt time (%) = 0.0157771 (93.1516) Other time (%) = 0.000123739 (0.730585) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:36 2021 Memory usage per processor = 27.5286 Mbytes Step Atoms AVEKE stressZZ 8929 5000 3.2828426e-11 2616745.6 8930 -0.00909999999999504 2616685.91822067 8930 5000 2.6489147e-11 2616685.9 Loop time of 0.0188441 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:36 2021 Pair time (%) = 0.000912905 (4.84451) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.164478) Outpt time (%) = 0.017808 (94.5014) Other time (%) = 9.2268e-05 (0.489638) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:36 2021 Memory usage per processor = 27.5287 Mbytes Step Atoms AVEKE stressZZ 8930 5000 2.6489147e-11 2616674.9 8931 -0.00909999999999504 2616620.36611582 8931 5000 2.2813046e-11 2616620.4 Loop time of 0.0164778 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:36 2021 Pair time (%) = 0.000938892 (5.69792) Neigh time (%) = 0 (0) Comm time (%) = 6.29425e-05 (0.381983) Outpt time (%) = 0.0153339 (93.0577) Other time (%) = 0.000142097 (0.862356) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:36 2021 Memory usage per processor = 27.5287 Mbytes Step Atoms AVEKE stressZZ 8931 5000 2.2813046e-11 2616610.3 8932 -0.00909999999999504 2616559.01484624 8932 5000 2.0618992e-11 2616559 Loop time of 0.016726 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:36 2021 Pair time (%) = 0.00111508 (6.66676) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.215241) Outpt time (%) = 0.0154281 (92.2399) Other time (%) = 0.000146866 (0.878068) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:36 2021 Memory usage per processor = 27.5287 Mbytes Step Atoms AVEKE stressZZ 8932 5000 2.0618992e-11 2616549.6 8933 -0.00909999999999504 2616500.33422032 8933 5000 1.9281801e-11 2616500.3 Loop time of 0.0172341 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:36 2021 Pair time (%) = 0.000945807 (5.488) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.186761) Outpt time (%) = 0.016134 (93.6169) Other time (%) = 0.00012207 (0.708307) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:36 2021 Memory usage per processor = 27.5287 Mbytes Step Atoms AVEKE stressZZ 8933 5000 1.9281801e-11 2616491.3 8934 -0.00909999999999504 2616443.35177046 8934 5000 1.8454822e-11 2616443.4 Loop time of 0.017076 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:36 2021 Pair time (%) = 0.000927925 (5.43408) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187093) Outpt time (%) = 0.0160208 (93.8203) Other time (%) = 9.53674e-05 (0.558488) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:36 2021 Memory usage per processor = 27.5287 Mbytes Step Atoms AVEKE stressZZ 8934 5000 1.8454822e-11 2616434.6 8935 -0.00909999999999504 2616387.44950424 8935 5000 1.7938222e-11 2616387.4 Loop time of 0.0166581 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:36 2021 Pair time (%) = 0.000940084 (5.64342) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.198944) Outpt time (%) = 0.0155849 (93.5579) Other time (%) = 9.98974e-05 (0.599694) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:36 2021 Memory usage per processor = 27.5287 Mbytes Step Atoms AVEKE stressZZ 8935 5000 1.7938222e-11 2616378.8 8936 -0.00909999999999504 2616332.23468408 8936 5000 1.7613269e-11 2616332.2 Loop time of 0.0170729 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:36 2021 Pair time (%) = 0.00102592 (6.00902) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.210867) Outpt time (%) = 0.0158799 (93.0121) Other time (%) = 0.00013113 (0.76806) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:36 2021 Memory usage per processor = 27.5287 Mbytes Step Atoms AVEKE stressZZ 8936 5000 1.7613269e-11 2616323.7 8937 -0.00909999999999504 2616277.45771479 8937 5000 1.7407845e-11 2616277.5 Loop time of 0.017276 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:36 2021 Pair time (%) = 0.000911951 (5.2787) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184927) Outpt time (%) = 0.016238 (93.9913) Other time (%) = 9.41753e-05 (0.545121) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:36 2021 Memory usage per processor = 27.5287 Mbytes Step Atoms AVEKE stressZZ 8937 5000 1.7407845e-11 2616269 8938 -0.00909999999999504 2616222.95997561 8938 5000 1.7277469e-11 2616223 Loop time of 0.0165429 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:36 2021 Pair time (%) = 0.000910997 (5.50687) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193123) Outpt time (%) = 0.0155079 (93.7437) Other time (%) = 9.20296e-05 (0.556308) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:36 2021 Memory usage per processor = 27.5287 Mbytes Step Atoms AVEKE stressZZ 8938 5000 1.7277469e-11 2616214.5 8939 -0.00909999999999504 2616168.64066111 8939 5000 1.7194418e-11 2616168.6 Loop time of 0.0167389 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:36 2021 Pair time (%) = 0.00107789 (6.43944) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.222197) Outpt time (%) = 0.0155101 (92.659) Other time (%) = 0.000113726 (0.67941) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:36 2021 Memory usage per processor = 27.5287 Mbytes Step Atoms AVEKE stressZZ 8939 5000 1.7194418e-11 2616160.2 8940 -0.00909999999999504 2616114.43570802 8940 5000 1.7141292e-11 2616114.4 Loop time of 0.019146 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:36 2021 Pair time (%) = 0.000911951 (4.76315) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.168111) Outpt time (%) = 0.01811 (94.5893) Other time (%) = 9.17912e-05 (0.479428) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:36 2021 Memory usage per processor = 27.5287 Mbytes Step Atoms AVEKE stressZZ 8940 5000 1.7141292e-11 2616106 8941 -0.00909999999999504 2616060.30440318 8941 5000 1.7107123e-11 2616060.3 Loop time of 0.016495 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:36 2021 Pair time (%) = 0.000961065 (5.82641) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.195129) Outpt time (%) = 0.015409 (93.4162) Other time (%) = 9.27448e-05 (0.562261) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:36 2021 Memory usage per processor = 27.5287 Mbytes Step Atoms AVEKE stressZZ 8941 5000 1.7107123e-11 2616051.9 8942 -0.00909999999999504 2616006.2208727 8942 5000 1.7084978e-11 2616006.2 Loop time of 0.016099 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:36 2021 Pair time (%) = 0.000915051 (5.6839) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.192524) Outpt time (%) = 0.0150621 (93.5593) Other time (%) = 9.08375e-05 (0.564244) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:36 2021 Memory usage per processor = 27.5287 Mbytes Step Atoms AVEKE stressZZ 8942 5000 1.7084978e-11 2615997.8 8943 -0.00909999999999504 2615952.16867335 8943 5000 1.7070463e-11 2615952.2 Loop time of 0.0165961 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:36 2021 Pair time (%) = 0.000910997 (5.48923) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.186757) Outpt time (%) = 0.0155649 (93.7867) Other time (%) = 8.91685e-05 (0.537287) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:36 2021 Memory usage per processor = 27.5287 Mbytes Step Atoms AVEKE stressZZ 8943 5000 1.7070463e-11 2615943.8 8944 -0.00909999999999504 2615898.13735499 8944 5000 1.7060795e-11 2615898.1 Loop time of 0.017257 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:36 2021 Pair time (%) = 0.000974894 (5.64927) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185131) Outpt time (%) = 0.016161 (93.6489) Other time (%) = 8.91685e-05 (0.51671) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:36 2021 Memory usage per processor = 27.5287 Mbytes Step Atoms AVEKE stressZZ 8944 5000 1.7060795e-11 2615889.8 8945 -0.00909999999999504 2615844.12027623 8945 5000 1.7054204e-11 2615844.1 Loop time of 0.0164778 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:36 2021 Pair time (%) = 0.000938177 (5.69357) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193885) Outpt time (%) = 0.015414 (93.5439) Other time (%) = 9.36985e-05 (0.568634) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:36 2021 Memory usage per processor = 27.5287 Mbytes Step Atoms AVEKE stressZZ 8945 5000 1.7054204e-11 2615835.8 8946 -0.00909999999999504 2615790.11321634 8946 5000 1.7049568e-11 2615790.1 Loop time of 0.0168922 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:36 2021 Pair time (%) = 0.00109696 (6.49391) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.218769) Outpt time (%) = 0.015595 (92.3205) Other time (%) = 0.000163317 (0.966818) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:36 2021 Memory usage per processor = 27.5287 Mbytes Step Atoms AVEKE stressZZ 8946 5000 1.7049568e-11 2615781.8 8947 -0.00909999999999504 2615736.11349277 8947 5000 1.7046175e-11 2615736.1 Loop time of 0.017113 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:36 2021 Pair time (%) = 0.00106406 (6.21787) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193655) Outpt time (%) = 0.0159171 (93.0117) Other time (%) = 9.87053e-05 (0.576786) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:36 2021 Memory usage per processor = 27.5287 Mbytes Step Atoms AVEKE stressZZ 8947 5000 1.7046175e-11 2615727.8 8948 -0.00909999999999504 2615682.11940051 8948 5000 1.7043571e-11 2615682.1 Loop time of 0.0171361 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:36 2021 Pair time (%) = 0.000913143 (5.32877) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186437) Outpt time (%) = 0.016098 (93.9422) Other time (%) = 9.29832e-05 (0.542616) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:36 2021 Memory usage per processor = 27.5287 Mbytes Step Atoms AVEKE stressZZ 8948 5000 1.7043571e-11 2615673.8 8949 -0.00909999999999504 2615628.12985594 8949 5000 1.7041469e-11 2615628.1 Loop time of 0.016377 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:36 2021 Pair time (%) = 0.000921011 (5.62382) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.208182) Outpt time (%) = 0.015322 (93.558) Other time (%) = 9.98974e-05 (0.609987) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:36 2021 Memory usage per processor = 27.5287 Mbytes Step Atoms AVEKE stressZZ 8949 5000 1.7041469e-11 2615619.8 8950 -0.00909999999999504 2615574.14417018 8950 5000 1.7039686e-11 2615574.1 Loop time of 0.019062 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:36 2021 Pair time (%) = 0.00102496 (5.37698) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.173854) Outpt time (%) = 0.0179019 (93.9138) Other time (%) = 0.000102043 (0.535321) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:36 2021 Memory usage per processor = 27.5287 Mbytes Step Atoms AVEKE stressZZ 8950 5000 1.7039686e-11 2615565.8 8951 -0.00909999999999504 2615520.16190535 8951 5000 1.7038106e-11 2615520.2 Loop time of 0.0170429 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:36 2021 Pair time (%) = 0.000935078 (5.48662) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181861) Outpt time (%) = 0.015939 (93.5229) Other time (%) = 0.000137806 (0.808584) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:36 2021 Memory usage per processor = 27.5287 Mbytes Step Atoms AVEKE stressZZ 8951 5000 1.7038106e-11 2615511.8 8952 -0.00909999999999504 2615466.18278302 8952 5000 1.7036654e-11 2615466.2 Loop time of 0.016598 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:36 2021 Pair time (%) = 0.000969887 (5.8434) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.203973) Outpt time (%) = 0.0154769 (93.2459) Other time (%) = 0.000117302 (0.706724) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:36 2021 Memory usage per processor = 27.5287 Mbytes Step Atoms AVEKE stressZZ 8952 5000 1.7036654e-11 2615457.8 8953 -0.00909999999999504 2615412.20662598 8953 5000 1.7035284e-11 2615412.2 Loop time of 0.0167429 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:37 2021 Pair time (%) = 0.00117207 (7.00036) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.280527) Outpt time (%) = 0.015362 (91.7522) Other time (%) = 0.000161886 (0.966892) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:37 2021 Memory usage per processor = 27.5287 Mbytes Step Atoms AVEKE stressZZ 8953 5000 1.7035284e-11 2615403.8 8954 -0.00909999999999504 2615358.23332162 8954 5000 1.7033967e-11 2615358.2 Loop time of 0.0169411 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:37 2021 Pair time (%) = 0.000908852 (5.36478) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.182954) Outpt time (%) = 0.0159111 (93.9203) Other time (%) = 9.01222e-05 (0.531975) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:37 2021 Memory usage per processor = 27.5287 Mbytes Step Atoms AVEKE stressZZ 8954 5000 1.7033967e-11 2615349.9 8955 -0.00909999999999504 2615304.26279817 8955 5000 1.7032682e-11 2615304.3 Loop time of 0.0170219 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:37 2021 Pair time (%) = 0.000913143 (5.36452) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.182086) Outpt time (%) = 0.015986 (93.9141) Other time (%) = 9.17912e-05 (0.539253) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:37 2021 Memory usage per processor = 27.5287 Mbytes Step Atoms AVEKE stressZZ 8955 5000 1.7032682e-11 2615295.9 8956 -0.00909999999999504 2615250.29500982 8956 5000 1.7031419e-11 2615250.3 Loop time of 0.0165319 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:37 2021 Pair time (%) = 0.000952959 (5.76435) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.20623) Outpt time (%) = 0.0154321 (93.3473) Other time (%) = 0.000112772 (0.682146) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:37 2021 Memory usage per processor = 27.5287 Mbytes Step Atoms AVEKE stressZZ 8956 5000 1.7031419e-11 2615241.9 8957 -0.00909999999999504 2615196.32992741 8957 5000 1.7030169e-11 2615196.3 Loop time of 0.017308 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:37 2021 Pair time (%) = 0.000967979 (5.59267) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190096) Outpt time (%) = 0.016202 (93.6098) Other time (%) = 0.000105143 (0.60748) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:37 2021 Memory usage per processor = 27.5287 Mbytes Step Atoms AVEKE stressZZ 8957 5000 1.7030169e-11 2615188 8958 -0.00909999999999504 2615142.36754686 8958 5000 1.7028928e-11 2615142.4 Loop time of 0.0171111 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:37 2021 Pair time (%) = 0.000960112 (5.61106) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18671) Outpt time (%) = 0.016031 (93.6881) Other time (%) = 8.79765e-05 (0.51415) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:37 2021 Memory usage per processor = 27.5287 Mbytes Step Atoms AVEKE stressZZ 8958 5000 1.7028928e-11 2615134 8959 -0.00909999999999504 2615088.40788422 8959 5000 1.7027692e-11 2615088.4 Loop time of 0.0165801 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:37 2021 Pair time (%) = 0.000910997 (5.49452) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.186937) Outpt time (%) = 0.0155449 (93.7563) Other time (%) = 9.32217e-05 (0.56225) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:37 2021 Memory usage per processor = 27.5287 Mbytes Step Atoms AVEKE stressZZ 8959 5000 1.7027692e-11 2615080 8960 -0.00909999999999504 2615034.45091315 8960 5000 1.702646e-11 2615034.5 Loop time of 0.0184991 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:37 2021 Pair time (%) = 0.000954866 (5.16168) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.183011) Outpt time (%) = 0.017364 (93.864) Other time (%) = 0.000146389 (0.791329) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:37 2021 Memory usage per processor = 27.5287 Mbytes Step Atoms AVEKE stressZZ 8960 5000 1.702646e-11 2615026.1 8961 -0.00909999999999504 2614980.49662277 8961 5000 1.702523e-11 2614980.5 Loop time of 0.017457 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:37 2021 Pair time (%) = 0.000935078 (5.35646) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.193936) Outpt time (%) = 0.0163891 (93.8828) Other time (%) = 9.89437e-05 (0.566785) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:37 2021 Memory usage per processor = 27.5287 Mbytes Step Atoms AVEKE stressZZ 8961 5000 1.702523e-11 2614972.1 8962 -0.00909999999999504 2614926.5450068 8962 5000 1.7024002e-11 2614926.5 Loop time of 0.017158 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:37 2021 Pair time (%) = 0.000934124 (5.44424) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186199) Outpt time (%) = 0.0160992 (93.829) Other time (%) = 9.27448e-05 (0.540533) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:37 2021 Memory usage per processor = 27.5287 Mbytes Step Atoms AVEKE stressZZ 8962 5000 1.7024002e-11 2614918.2 8963 -0.00909999999999504 2614872.59606114 8963 5000 1.7022775e-11 2614872.6 Loop time of 0.0164151 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:37 2021 Pair time (%) = 0.000963926 (5.87219) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194626) Outpt time (%) = 0.015327 (93.3711) Other time (%) = 9.2268e-05 (0.562092) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:37 2021 Memory usage per processor = 27.5287 Mbytes Step Atoms AVEKE stressZZ 8963 5000 1.7022775e-11 2614864.2 8964 -0.00909999999999504 2614818.64978278 8964 5000 1.7021548e-11 2614818.6 Loop time of 0.0171511 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:37 2021 Pair time (%) = 0.00112796 (6.57659) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.215466) Outpt time (%) = 0.0158541 (92.4378) Other time (%) = 0.000132084 (0.770118) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:37 2021 Memory usage per processor = 27.5287 Mbytes Step Atoms AVEKE stressZZ 8964 5000 1.7021548e-11 2614810.3 8965 -0.00909999999999504 2614764.70616863 8965 5000 1.7020322e-11 2614764.7 Loop time of 0.017092 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:37 2021 Pair time (%) = 0.000915051 (5.35368) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181339) Outpt time (%) = 0.016058 (93.9503) Other time (%) = 8.79765e-05 (0.514723) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:37 2021 Memory usage per processor = 27.5287 Mbytes Step Atoms AVEKE stressZZ 8965 5000 1.7020322e-11 2614756.3 8966 -0.00909999999999504 2614710.76521803 8966 5000 1.7019096e-11 2614710.8 Loop time of 0.016768 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:37 2021 Pair time (%) = 0.00101805 (6.07138) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.184843) Outpt time (%) = 0.015604 (93.0584) Other time (%) = 0.000114918 (0.685341) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:37 2021 Memory usage per processor = 27.5287 Mbytes Step Atoms AVEKE stressZZ 8966 5000 1.7019096e-11 2614702.4 8967 -0.00909999999999504 2614656.82692969 8967 5000 1.701787e-11 2614656.8 Loop time of 0.0165329 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:37 2021 Pair time (%) = 0.000962973 (5.82458) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.289859) Outpt time (%) = 0.015404 (93.1717) Other time (%) = 0.000118017 (0.713832) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:37 2021 Memory usage per processor = 27.5287 Mbytes Step Atoms AVEKE stressZZ 8967 5000 1.701787e-11 2614648.5 8968 -0.00909999999999504 2614602.89130252 8968 5000 1.7016645e-11 2614602.9 Loop time of 0.0174332 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:37 2021 Pair time (%) = 0.0013001 (7.4576) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.195569) Outpt time (%) = 0.0159528 (91.5085) Other time (%) = 0.000146151 (0.838348) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:37 2021 Memory usage per processor = 27.5287 Mbytes Step Atoms AVEKE stressZZ 8968 5000 1.7016645e-11 2614594.5 8969 -0.00909999999999504 2614548.95833566 8969 5000 1.701542e-11 2614549 Loop time of 0.0171041 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:37 2021 Pair time (%) = 0.000970125 (5.67187) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.199331) Outpt time (%) = 0.0159929 (93.5029) Other time (%) = 0.00010705 (0.625871) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:37 2021 Memory usage per processor = 27.5287 Mbytes Step Atoms AVEKE stressZZ 8969 5000 1.701542e-11 2614540.6 8970 -0.00909999999999504 2614495.02802822 8970 5000 1.7014195e-11 2614495 Loop time of 0.0183692 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:37 2021 Pair time (%) = 0.000914097 (4.97625) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.173922) Outpt time (%) = 0.0173311 (94.3488) Other time (%) = 9.20296e-05 (0.500999) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:37 2021 Memory usage per processor = 27.5287 Mbytes Step Atoms AVEKE stressZZ 8970 5000 1.7014195e-11 2614486.7 8971 -0.00909999999999504 2614441.10037955 8971 5000 1.701297e-11 2614441.1 Loop time of 0.016881 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:37 2021 Pair time (%) = 0.00115299 (6.83012) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.302243) Outpt time (%) = 0.0155151 (91.9086) Other time (%) = 0.000161886 (0.958985) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:37 2021 Memory usage per processor = 27.5287 Mbytes Step Atoms AVEKE stressZZ 8971 5000 1.701297e-11 2614432.7 8972 -0.00909999999999504 2614387.17538893 8972 5000 1.7011745e-11 2614387.2 Loop time of 0.0170851 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:37 2021 Pair time (%) = 0.000914812 (5.35445) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186994) Outpt time (%) = 0.0160491 (93.9366) Other time (%) = 8.91685e-05 (0.521909) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:37 2021 Memory usage per processor = 27.5287 Mbytes Step Atoms AVEKE stressZZ 8972 5000 1.7011745e-11 2614378.8 8973 -0.00909999999999504 2614333.25305574 8973 5000 1.7010521e-11 2614333.3 Loop time of 0.01685 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:37 2021 Pair time (%) = 0.000914097 (5.42491) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.183943) Outpt time (%) = 0.01581 (93.828) Other time (%) = 9.48906e-05 (0.563149) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:37 2021 Memory usage per processor = 27.5287 Mbytes Step Atoms AVEKE stressZZ 8973 5000 1.7010521e-11 2614324.9 8974 -0.00909999999999504 2614279.33337942 8974 5000 1.7009296e-11 2614279.3 Loop time of 0.016427 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:37 2021 Pair time (%) = 0.000950098 (5.78374) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.201742) Outpt time (%) = 0.0153191 (93.2554) Other time (%) = 0.000124693 (0.759071) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:37 2021 Memory usage per processor = 27.5287 Mbytes Step Atoms AVEKE stressZZ 8974 5000 1.7009296e-11 2614271 8975 -0.00909999999999504 2614225.4163594 8975 5000 1.7008072e-11 2614225.4 Loop time of 0.0174448 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:37 2021 Pair time (%) = 0.00114298 (6.55196) Neigh time (%) = 0 (0) Comm time (%) = 5.00679e-05 (0.287007) Outpt time (%) = 0.016119 (92.3998) Other time (%) = 0.000132799 (0.761251) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:37 2021 Memory usage per processor = 27.5287 Mbytes Step Atoms AVEKE stressZZ 8975 5000 1.7008072e-11 2614217.1 8976 -0.00909999999999504 2614171.50199514 8976 5000 1.7006848e-11 2614171.5 Loop time of 0.0171809 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:37 2021 Pair time (%) = 0.000936031 (5.44809) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185951) Outpt time (%) = 0.01612 (93.8248) Other time (%) = 9.29832e-05 (0.541201) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:37 2021 Memory usage per processor = 27.5287 Mbytes Step Atoms AVEKE stressZZ 8976 5000 1.7006848e-11 2614163.1 8977 -0.00909999999999504 2614117.5902861 8977 5000 1.7005624e-11 2614117.6 Loop time of 0.0165179 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:37 2021 Pair time (%) = 0.000942945 (5.70864) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.194859) Outpt time (%) = 0.0154488 (93.5278) Other time (%) = 9.39369e-05 (0.568698) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:37 2021 Memory usage per processor = 27.5287 Mbytes Step Atoms AVEKE stressZZ 8977 5000 1.7005624e-11 2614109.2 8978 -0.00909999999999504 2614063.68123185 8978 5000 1.70044e-11 2614063.7 Loop time of 0.0166712 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:37 2021 Pair time (%) = 0.00109291 (6.55569) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.22882) Outpt time (%) = 0.0154269 (92.5362) Other time (%) = 0.000113249 (0.679309) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:37 2021 Memory usage per processor = 27.5287 Mbytes Step Atoms AVEKE stressZZ 8978 5000 1.70044e-11 2614055.3 8979 -0.00909999999999504 2614009.77483185 8979 5000 1.7003176e-11 2614009.8 Loop time of 0.0173709 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:37 2021 Pair time (%) = 0.000922918 (5.313) Neigh time (%) = 0 (0) Comm time (%) = 4.3869e-05 (0.252543) Outpt time (%) = 0.016289 (93.7715) Other time (%) = 0.000115156 (0.662924) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:37 2021 Memory usage per processor = 27.5287 Mbytes Step Atoms AVEKE stressZZ 8979 5000 1.7003176e-11 2614001.4 8980 -0.00909999999999504 2613955.87108566 8980 5000 1.7001952e-11 2613955.9 Loop time of 0.0188131 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:37 2021 Pair time (%) = 0.000962973 (5.11862) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.169818) Outpt time (%) = 0.0177238 (94.2097) Other time (%) = 9.44138e-05 (0.50185) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:37 2021 Memory usage per processor = 27.5287 Mbytes Step Atoms AVEKE stressZZ 8980 5000 1.7001952e-11 2613947.5 8981 -0.00909999999999504 2613901.96999281 8981 5000 1.7000728e-11 2613902 Loop time of 0.0169001 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:37 2021 Pair time (%) = 0.00111008 (6.56848) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.194684) Outpt time (%) = 0.01566 (92.6627) Other time (%) = 9.70364e-05 (0.574178) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:37 2021 Memory usage per processor = 27.5287 Mbytes Step Atoms AVEKE stressZZ 8981 5000 1.7000728e-11 2613893.6 8982 -0.00909999999999504 2613848.07155286 8982 5000 1.6999505e-11 2613848.1 Loop time of 0.0167439 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:37 2021 Pair time (%) = 0.00113392 (6.77213) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.220707) Outpt time (%) = 0.0154431 (92.2311) Other time (%) = 0.000129938 (0.776033) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:37 2021 Memory usage per processor = 27.5287 Mbytes Step Atoms AVEKE stressZZ 8982 5000 1.6999505e-11 2613839.7 8983 -0.00909999999999504 2613794.17576541 8983 5000 1.6998282e-11 2613794.2 Loop time of 0.0175378 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:37 2021 Pair time (%) = 0.000911951 (5.19991) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182167) Outpt time (%) = 0.016443 (93.7574) Other time (%) = 0.000150919 (0.860534) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:37 2021 Memory usage per processor = 27.5287 Mbytes Step Atoms AVEKE stressZZ 8983 5000 1.6998282e-11 2613785.8 8984 -0.00909999999999504 2613740.28262998 8984 5000 1.6997058e-11 2613740.3 Loop time of 0.0166929 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:37 2021 Pair time (%) = 0.000912189 (5.46454) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.185674) Outpt time (%) = 0.015656 (93.7885) Other time (%) = 9.36985e-05 (0.561308) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:37 2021 Memory usage per processor = 27.5287 Mbytes Step Atoms AVEKE stressZZ 8984 5000 1.6997058e-11 2613731.9 8985 -0.00909999999999504 2613686.39214619 8985 5000 1.6995835e-11 2613686.4 Loop time of 0.0167401 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:37 2021 Pair time (%) = 0.00095892 (5.72828) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209363) Outpt time (%) = 0.0156422 (93.4414) Other time (%) = 0.000103951 (0.620968) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:37 2021 Memory usage per processor = 27.5287 Mbytes Step Atoms AVEKE stressZZ 8985 5000 1.6995835e-11 2613678 8986 -0.00909999999999504 2613632.50431361 8986 5000 1.6994612e-11 2613632.5 Loop time of 0.0162542 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:37 2021 Pair time (%) = 0.000916958 (5.64136) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.190686) Outpt time (%) = 0.015218 (93.6252) Other time (%) = 8.82149e-05 (0.542721) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:37 2021 Memory usage per processor = 27.5287 Mbytes Step Atoms AVEKE stressZZ 8986 5000 1.6994612e-11 2613624.1 8987 -0.00909999999999504 2613578.61913183 8987 5000 1.699339e-11 2613578.6 Loop time of 0.0160949 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:37 2021 Pair time (%) = 0.000916958 (5.69719) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.198498) Outpt time (%) = 0.015059 (93.5636) Other time (%) = 8.70228e-05 (0.540685) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:37 2021 Memory usage per processor = 27.5287 Mbytes Step Atoms AVEKE stressZZ 8987 5000 1.699339e-11 2613570.3 8988 -0.00909999999999504 2613524.73660048 8988 5000 1.6992167e-11 2613524.7 Loop time of 0.0163701 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:37 2021 Pair time (%) = 0.000952959 (5.82135) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.189336) Outpt time (%) = 0.0152969 (93.4446) Other time (%) = 8.91685e-05 (0.544705) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:37 2021 Memory usage per processor = 27.5287 Mbytes Step Atoms AVEKE stressZZ 8988 5000 1.6992167e-11 2613516.4 8989 -0.00909999999999504 2613470.85671916 8989 5000 1.6990944e-11 2613470.9 Loop time of 0.016778 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:37 2021 Pair time (%) = 0.000913143 (5.44251) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.184733) Outpt time (%) = 0.0157411 (93.82) Other time (%) = 9.27448e-05 (0.552777) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:37 2021 Memory usage per processor = 27.5287 Mbytes Step Atoms AVEKE stressZZ 8989 5000 1.6990944e-11 2613462.5 8990 -0.00909999999999504 2613416.97948748 8990 5000 1.6989722e-11 2613417 Loop time of 0.0185211 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:37 2021 Pair time (%) = 0.000946999 (5.11309) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.178932) Outpt time (%) = 0.0174339 (94.13) Other time (%) = 0.00010705 (0.57799) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:37 2021 Memory usage per processor = 27.5287 Mbytes Step Atoms AVEKE stressZZ 8990 5000 1.6989722e-11 2613408.6 8991 -0.00909999999999504 2613363.10490504 8991 5000 1.6988499e-11 2613363.1 Loop time of 0.0170629 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:37 2021 Pair time (%) = 0.000967979 (5.67301) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.188634) Outpt time (%) = 0.0159621 (93.5487) Other time (%) = 0.000100613 (0.589657) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:37 2021 Memory usage per processor = 27.5287 Mbytes Step Atoms AVEKE stressZZ 8991 5000 1.6988499e-11 2613354.8 8992 -0.00909999999999504 2613309.23297149 8992 5000 1.6987277e-11 2613309.2 Loop time of 0.0170219 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:37 2021 Pair time (%) = 0.000913143 (5.36452) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187688) Outpt time (%) = 0.0159831 (93.8973) Other time (%) = 9.36985e-05 (0.550459) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:37 2021 Memory usage per processor = 27.5287 Mbytes Step Atoms AVEKE stressZZ 8992 5000 1.6987277e-11 2613300.9 8993 -0.00909999999999504 2613255.36368645 8993 5000 1.6986055e-11 2613255.4 Loop time of 0.0165758 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:37 2021 Pair time (%) = 0.000943184 (5.69012) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.186986) Outpt time (%) = 0.0154769 (93.3706) Other time (%) = 0.000124693 (0.752258) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:37 2021 Memory usage per processor = 27.5287 Mbytes Step Atoms AVEKE stressZZ 8993 5000 1.6986055e-11 2613247 8994 -0.00909999999999504 2613201.49704952 8994 5000 1.6984833e-11 2613201.5 Loop time of 0.0168149 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:37 2021 Pair time (%) = 0.0011251 (6.69105) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.214102) Outpt time (%) = 0.0154819 (92.0725) Other time (%) = 0.0001719 (1.0223) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:37 2021 Memory usage per processor = 27.5287 Mbytes Step Atoms AVEKE stressZZ 8994 5000 1.6984833e-11 2613193.1 8995 -0.00909999999999504 2613147.6330604 8995 5000 1.6983611e-11 2613147.6 Loop time of 0.017092 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:37 2021 Pair time (%) = 0.000911951 (5.33555) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186918) Outpt time (%) = 0.0160549 (93.9321) Other time (%) = 9.32217e-05 (0.545411) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:37 2021 Memory usage per processor = 27.5287 Mbytes Step Atoms AVEKE stressZZ 8995 5000 1.6983611e-11 2613139.3 8996 -0.00909999999999504 2613093.77171871 8996 5000 1.6982389e-11 2613093.8 Loop time of 0.0169208 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:38 2021 Pair time (%) = 0.000912189 (5.39093) Neigh time (%) = 0 (0) Comm time (%) = 5.50747e-05 (0.325485) Outpt time (%) = 0.015847 (93.6537) Other time (%) = 0.000106573 (0.629835) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:38 2021 Memory usage per processor = 27.5287 Mbytes Step Atoms AVEKE stressZZ 8996 5000 1.6982389e-11 2613085.4 8997 -0.00909999999999504 2613039.9130241 8997 5000 1.6981168e-11 2613039.9 Loop time of 0.0164778 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:38 2021 Pair time (%) = 0.00100708 (6.11173) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.199673) Outpt time (%) = 0.0153348 (93.0635) Other time (%) = 0.000102997 (0.625063) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:38 2021 Memory usage per processor = 27.5287 Mbytes Step Atoms AVEKE stressZZ 8997 5000 1.6981168e-11 2613031.6 8998 -0.00909999999999504 2612986.05697621 8998 5000 1.6979946e-11 2612986.1 Loop time of 0.0168591 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:38 2021 Pair time (%) = 0.000943899 (5.59877) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.196572) Outpt time (%) = 0.0157831 (93.6178) Other time (%) = 9.89437e-05 (0.586888) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:38 2021 Memory usage per processor = 27.5287 Mbytes Step Atoms AVEKE stressZZ 8998 5000 1.6979946e-11 2612977.7 8999 -0.00909999999999504 2612932.20357465 8999 5000 1.6978725e-11 2612932.2 Loop time of 0.0170779 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:38 2021 Pair time (%) = 0.000947952 (5.55075) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187072) Outpt time (%) = 0.016005 (93.7177) Other time (%) = 9.29832e-05 (0.544465) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:38 2021 Memory usage per processor = 27.5287 Mbytes Step Atoms AVEKE stressZZ 8999 5000 1.6978725e-11 2612923.9 9000 -0.00909999999999504 2612878.35281912 9000 5000 1.6977504e-11 2612878.4 Loop time of 0.0184622 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:38 2021 Pair time (%) = 0.000920057 (4.98347) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.167881) Outpt time (%) = 0.0173862 (94.172) Other time (%) = 0.000124931 (0.676688) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:38 2021 Memory usage per processor = 27.5287 Mbytes Step Atoms AVEKE stressZZ 9000 5000 1.6977504e-11 2612870 9001 -0.00909999999999504 2612824.50470929 9001 5000 1.6976283e-11 2612824.5 Loop time of 0.016608 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:38 2021 Pair time (%) = 0.00108981 (6.56197) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.21677) Outpt time (%) = 0.0153658 (92.5207) Other time (%) = 0.000116348 (0.700556) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:38 2021 Memory usage per processor = 27.5287 Mbytes Step Atoms AVEKE stressZZ 9001 5000 1.6976283e-11 2612816.2 9002 -0.00909999999999504 2612770.6592448 9002 5000 1.6975062e-11 2612770.7 Loop time of 0.0169389 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:38 2021 Pair time (%) = 0.000920057 (5.43162) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188608) Outpt time (%) = 0.0158939 (93.8308) Other time (%) = 9.29832e-05 (0.548932) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:38 2021 Memory usage per processor = 27.5287 Mbytes Step Atoms AVEKE stressZZ 9002 5000 1.6975062e-11 2612762.3 9003 -0.00909999999999504 2612716.8164253 9003 5000 1.6973841e-11 2612716.8 Loop time of 0.0170469 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:38 2021 Pair time (%) = 0.000912905 (5.35524) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.188811) Outpt time (%) = 0.0160069 (93.8993) Other time (%) = 9.48906e-05 (0.556643) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:38 2021 Memory usage per processor = 27.5287 Mbytes Step Atoms AVEKE stressZZ 9003 5000 1.6973841e-11 2612708.5 9004 -0.00909999999999504 2612662.97625046 9004 5000 1.697262e-11 2612663 Loop time of 0.0165081 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:38 2021 Pair time (%) = 0.000961065 (5.82178) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.199307) Outpt time (%) = 0.0153821 (93.1788) Other time (%) = 0.000132084 (0.800116) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:38 2021 Memory usage per processor = 27.5287 Mbytes Step Atoms AVEKE stressZZ 9004 5000 1.697262e-11 2612654.6 9005 -0.00909999999999504 2612609.13871996 9005 5000 1.6971399e-11 2612609.1 Loop time of 0.01723 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:38 2021 Pair time (%) = 0.000967026 (5.61244) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190956) Outpt time (%) = 0.0161071 (93.4826) Other time (%) = 0.000123024 (0.714009) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:38 2021 Memory usage per processor = 27.5287 Mbytes Step Atoms AVEKE stressZZ 9005 5000 1.6971399e-11 2612600.8 9006 -0.00909999999999504 2612555.30383345 9006 5000 1.6970179e-11 2612555.3 Loop time of 0.017107 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:38 2021 Pair time (%) = 0.000914097 (5.34341) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186754) Outpt time (%) = 0.0160739 (93.9611) Other time (%) = 8.70228e-05 (0.508697) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:38 2021 Memory usage per processor = 27.5287 Mbytes Step Atoms AVEKE stressZZ 9006 5000 1.6970179e-11 2612547 9007 -0.00909999999999504 2612501.47159062 9007 5000 1.6968959e-11 2612501.5 Loop time of 0.0170069 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:38 2021 Pair time (%) = 0.000908852 (5.34403) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.182246) Outpt time (%) = 0.0159729 (93.92) Other time (%) = 9.41753e-05 (0.553749) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:38 2021 Memory usage per processor = 27.5287 Mbytes Step Atoms AVEKE stressZZ 9007 5000 1.6968959e-11 2612493.1 9008 -0.00909999999999504 2612447.64199113 9008 5000 1.6967738e-11 2612447.6 Loop time of 0.0166581 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:38 2021 Pair time (%) = 0.00107598 (6.45923) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.203237) Outpt time (%) = 0.015403 (92.4659) Other time (%) = 0.000145197 (0.871631) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:38 2021 Memory usage per processor = 27.5287 Mbytes Step Atoms AVEKE stressZZ 9008 5000 1.6967738e-11 2612439.3 9009 -0.00909999999999504 2612393.81503469 9009 5000 1.6966518e-11 2612393.8 Loop time of 0.0170629 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:38 2021 Pair time (%) = 0.000946999 (5.55004) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.194224) Outpt time (%) = 0.015985 (93.6828) Other time (%) = 9.77516e-05 (0.57289) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:38 2021 Memory usage per processor = 27.5287 Mbytes Step Atoms AVEKE stressZZ 9009 5000 1.6966518e-11 2612385.5 9010 -0.00909999999999504 2612339.99072092 9010 5000 1.6965298e-11 2612340 Loop time of 0.018975 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:38 2021 Pair time (%) = 0.000953197 (5.02343) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.163343) Outpt time (%) = 0.0178959 (94.3131) Other time (%) = 9.48906e-05 (0.500082) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:38 2021 Memory usage per processor = 27.5287 Mbytes Step Atoms AVEKE stressZZ 9010 5000 1.6965298e-11 2612331.6 9011 -0.00909999999999504 2612286.16904957 9011 5000 1.6964078e-11 2612286.2 Loop time of 0.0163941 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:38 2021 Pair time (%) = 0.000961065 (5.86225) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194875) Outpt time (%) = 0.0153081 (93.3757) Other time (%) = 9.29832e-05 (0.567174) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:38 2021 Memory usage per processor = 27.5287 Mbytes Step Atoms AVEKE stressZZ 9011 5000 1.6964078e-11 2612277.8 9012 -0.00909999999999504 2612232.35002171 9012 5000 1.6962858e-11 2612232.4 Loop time of 0.0172999 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:38 2021 Pair time (%) = 0.000952005 (5.50296) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197076) Outpt time (%) = 0.0161488 (93.3463) Other time (%) = 0.000164986 (0.95368) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:38 2021 Memory usage per processor = 27.5287 Mbytes Step Atoms AVEKE stressZZ 9012 5000 1.6962858e-11 2612224 9013 -0.00909999999999504 2612178.53366052 9013 5000 1.6961639e-11 2612178.5 Loop time of 0.017442 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:38 2021 Pair time (%) = 0.000911951 (5.22848) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183168) Outpt time (%) = 0.0164051 (94.0553) Other time (%) = 9.29832e-05 (0.5331) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:38 2021 Memory usage per processor = 27.5287 Mbytes Step Atoms AVEKE stressZZ 9013 5000 1.6961639e-11 2612170.2 9014 -0.00909999999999504 2612124.71997745 9014 5000 1.6960419e-11 2612124.7 Loop time of 0.0170379 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:38 2021 Pair time (%) = 0.000917912 (5.38748) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.188912) Outpt time (%) = 0.015996 (93.8849) Other time (%) = 9.17912e-05 (0.538748) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:38 2021 Memory usage per processor = 27.5287 Mbytes Step Atoms AVEKE stressZZ 9014 5000 1.6960419e-11 2612116.4 9015 -0.00909999999999504 2612070.90895696 9015 5000 1.69592e-11 2612070.9 Loop time of 0.01649 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:38 2021 Pair time (%) = 0.00098896 (5.99734) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.206755) Outpt time (%) = 0.0153658 (93.1829) Other time (%) = 0.000101089 (0.613036) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:38 2021 Memory usage per processor = 27.5287 Mbytes Step Atoms AVEKE stressZZ 9015 5000 1.69592e-11 2612062.6 9016 -0.00909999999999504 2612017.1005942 9016 5000 1.6957981e-11 2612017.1 Loop time of 0.0169101 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:38 2021 Pair time (%) = 0.000950098 (5.61853) Neigh time (%) = 0 (0) Comm time (%) = 7.29561e-05 (0.431436) Outpt time (%) = 0.01579 (93.3762) Other time (%) = 9.70364e-05 (0.573838) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:38 2021 Memory usage per processor = 27.5287 Mbytes Step Atoms AVEKE stressZZ 9016 5000 1.6957981e-11 2612008.8 9017 -0.00909999999999504 2611963.2948864 9017 5000 1.6956762e-11 2611963.3 Loop time of 0.0173271 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:38 2021 Pair time (%) = 0.00100207 (5.78328) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.178879) Outpt time (%) = 0.016197 (93.4778) Other time (%) = 9.70364e-05 (0.560028) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:38 2021 Memory usage per processor = 27.5287 Mbytes Step Atoms AVEKE stressZZ 9017 5000 1.6956762e-11 2611954.9 9018 -0.00909999999999504 2611909.49183155 9018 5000 1.6955542e-11 2611909.5 Loop time of 0.01648 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:38 2021 Pair time (%) = 0.000952959 (5.78253) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.188073) Outpt time (%) = 0.0154009 (93.4522) Other time (%) = 9.5129e-05 (0.57724) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:38 2021 Memory usage per processor = 27.5287 Mbytes Step Atoms AVEKE stressZZ 9018 5000 1.6955542e-11 2611901.1 9019 -0.00909999999999504 2611855.69142825 9019 5000 1.6954324e-11 2611855.7 Loop time of 0.0171061 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:38 2021 Pair time (%) = 0.00113106 (6.61203) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.210459) Outpt time (%) = 0.015816 (92.4583) Other time (%) = 0.000123024 (0.719184) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:38 2021 Memory usage per processor = 27.5287 Mbytes Step Atoms AVEKE stressZZ 9019 5000 1.6954324e-11 2611847.3 9020 -0.00909999999999504 2611801.89367527 9020 5000 1.6953105e-11 2611801.9 Loop time of 0.0186741 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:38 2021 Pair time (%) = 0.000914097 (4.89499) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.165975) Outpt time (%) = 0.017637 (94.4462) Other time (%) = 9.20296e-05 (0.492818) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:38 2021 Memory usage per processor = 27.5287 Mbytes Step Atoms AVEKE stressZZ 9020 5000 1.6953105e-11 2611793.5 9021 -0.00909999999999504 2611748.0985716 9021 5000 1.6951886e-11 2611748.1 Loop time of 0.0171871 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:38 2021 Pair time (%) = 0.00094986 (5.52658) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.187271) Outpt time (%) = 0.0160871 (93.5995) Other time (%) = 0.000118017 (0.686661) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:38 2021 Memory usage per processor = 27.5287 Mbytes Step Atoms AVEKE stressZZ 9021 5000 1.6951886e-11 2611739.7 9022 -0.00909999999999504 2611694.30611667 9022 5000 1.6950668e-11 2611694.3 Loop time of 0.0165479 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:38 2021 Pair time (%) = 0.000910997 (5.50521) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.187301) Outpt time (%) = 0.015511 (93.7341) Other time (%) = 9.48906e-05 (0.573429) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:38 2021 Memory usage per processor = 27.5287 Mbytes Step Atoms AVEKE stressZZ 9022 5000 1.6950668e-11 2611686 9023 -0.00909999999999504 2611640.5163146 9023 5000 1.6949449e-11 2611640.5 Loop time of 0.0171549 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:38 2021 Pair time (%) = 0.00128603 (7.49656) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198741) Outpt time (%) = 0.0156741 (91.368) Other time (%) = 0.000160694 (0.936723) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:38 2021 Memory usage per processor = 27.5287 Mbytes Step Atoms AVEKE stressZZ 9023 5000 1.6949449e-11 2611632.2 9024 -0.00909999999999504 2611586.72915993 9024 5000 1.6948231e-11 2611586.7 Loop time of 0.0172338 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:38 2021 Pair time (%) = 0.000940084 (5.45487) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.196447) Outpt time (%) = 0.01616 (93.769) Other time (%) = 9.98974e-05 (0.579658) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:38 2021 Memory usage per processor = 27.5287 Mbytes Step Atoms AVEKE stressZZ 9024 5000 1.6948231e-11 2611578.4 9025 -0.00909999999999504 2611532.94465406 9025 5000 1.6947013e-11 2611532.9 Loop time of 0.016804 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:38 2021 Pair time (%) = 0.000910044 (5.41564) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190122) Outpt time (%) = 0.0157728 (93.8636) Other time (%) = 8.91685e-05 (0.530639) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:38 2021 Memory usage per processor = 27.5287 Mbytes Step Atoms AVEKE stressZZ 9025 5000 1.6947013e-11 2611524.6 9026 -0.00909999999999504 2611479.16279544 9026 5000 1.6945795e-11 2611479.2 Loop time of 0.0166059 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:38 2021 Pair time (%) = 0.000993013 (5.9799) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.205312) Outpt time (%) = 0.015471 (93.1658) Other time (%) = 0.000107765 (0.648959) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:38 2021 Memory usage per processor = 27.5287 Mbytes Step Atoms AVEKE stressZZ 9026 5000 1.6945795e-11 2611470.8 9027 -0.00909999999999504 2611425.38358251 9027 5000 1.6944577e-11 2611425.4 Loop time of 0.0175109 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:38 2021 Pair time (%) = 0.00112891 (6.44691) Neigh time (%) = 0 (0) Comm time (%) = 6.10352e-05 (0.348555) Outpt time (%) = 0.0161819 (92.4108) Other time (%) = 0.000138998 (0.79378) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:38 2021 Memory usage per processor = 27.5287 Mbytes Step Atoms AVEKE stressZZ 9027 5000 1.6944577e-11 2611417 9028 -0.00909999999999504 2611371.60701464 9028 5000 1.6943359e-11 2611371.6 Loop time of 0.0171571 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:38 2021 Pair time (%) = 0.000939131 (5.47372) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186209) Outpt time (%) = 0.0160921 (93.7926) Other time (%) = 9.39369e-05 (0.547511) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:38 2021 Memory usage per processor = 27.5287 Mbytes Step Atoms AVEKE stressZZ 9028 5000 1.6943359e-11 2611363.3 9029 -0.00909999999999504 2611317.83309132 9029 5000 1.6942141e-11 2611317.8 Loop time of 0.0165269 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:38 2021 Pair time (%) = 0.000951052 (5.75456) Neigh time (%) = 0 (0) Comm time (%) = 5.50747e-05 (0.333242) Outpt time (%) = 0.0154119 (93.2529) Other time (%) = 0.000108957 (0.659271) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:21:38 2021 Memory usage per processor = 27.5287 Mbytes Step Atoms AVEKE stressZZ 9029 5000 1.6942141e-11 2611309.5 9030 -0.00909999999999504 2611254.8967973 9030 5000 3.3469879e-11 2611340.5 Loop time of 0.018862 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:38 2021 Pair time (%) = 0.00127506 (6.75995) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.180754) Outpt time (%) = 0.01738 (92.1429) Other time (%) = 0.000172853 (0.916411) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28310 ave 28310 max 28310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28310 Ave neighs/atom = 5.662 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:38 2021 Memory usage per processor = 27.5288 Mbytes Step Atoms AVEKE stressZZ 9030 5000 3.3469879e-11 2651900.6 9031 -0.00913249999999502 2651840.21406277 9031 5000 2.7005451e-11 2651840.2 Loop time of 0.016016 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:38 2021 Pair time (%) = 0.000911951 (5.694) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.199476) Outpt time (%) = 0.0149798 (93.5304) Other time (%) = 9.2268e-05 (0.576099) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:38 2021 Memory usage per processor = 27.5288 Mbytes Step Atoms AVEKE stressZZ 9031 5000 2.7005451e-11 2651829 9032 -0.00913249999999502 2651773.7887111 9032 5000 2.3256857e-11 2651773.8 Loop time of 0.0160379 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:38 2021 Pair time (%) = 0.000916958 (5.71743) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.212583) Outpt time (%) = 0.0149989 (93.5214) Other time (%) = 8.79765e-05 (0.548552) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:38 2021 Memory usage per processor = 27.5288 Mbytes Step Atoms AVEKE stressZZ 9032 5000 2.3256857e-11 2651763.5 9033 -0.00913249999999502 2651711.62338886 9033 5000 2.1019571e-11 2651711.6 Loop time of 0.0167012 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:38 2021 Pair time (%) = 0.000914812 (5.47752) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191292) Outpt time (%) = 0.015666 (93.8016) Other time (%) = 8.84533e-05 (0.529622) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:38 2021 Memory usage per processor = 27.5288 Mbytes Step Atoms AVEKE stressZZ 9033 5000 2.1019571e-11 2651702 9034 -0.00913249999999502 2651652.16633789 9034 5000 1.9656045e-11 2651652.2 Loop time of 0.016726 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:38 2021 Pair time (%) = 0.000947952 (5.66753) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.286513) Outpt time (%) = 0.0155981 (93.2563) Other time (%) = 0.000132084 (0.789691) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:38 2021 Memory usage per processor = 27.5288 Mbytes Step Atoms AVEKE stressZZ 9034 5000 1.9656045e-11 2651642.9 9035 -0.00913249999999502 2651594.43140239 9035 5000 1.8812787e-11 2651594.4 Loop time of 0.016844 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:38 2021 Pair time (%) = 0.000936031 (5.55705) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.195332) Outpt time (%) = 0.0157809 (93.6885) Other time (%) = 9.41753e-05 (0.559102) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:38 2021 Memory usage per processor = 27.5288 Mbytes Step Atoms AVEKE stressZZ 9035 5000 1.8812787e-11 2651585.5 9036 -0.00913249999999502 2651537.79187061 9036 5000 1.828602e-11 2651537.8 Loop time of 0.0172191 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:38 2021 Pair time (%) = 0.000914097 (5.30863) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180001) Outpt time (%) = 0.01618 (93.9658) Other time (%) = 9.39369e-05 (0.54554) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:38 2021 Memory usage per processor = 27.5288 Mbytes Step Atoms AVEKE stressZZ 9036 5000 1.828602e-11 2651529 9037 -0.00913249999999502 2651481.8494606 9037 5000 1.7954671e-11 2651481.8 Loop time of 0.0163038 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:38 2021 Pair time (%) = 0.000923872 (5.66661) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.190106) Outpt time (%) = 0.0152528 (93.554) Other time (%) = 9.60827e-05 (0.589328) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:38 2021 Memory usage per processor = 27.5288 Mbytes Step Atoms AVEKE stressZZ 9037 5000 1.7954671e-11 2651473.1 9038 -0.00913249999999502 2651426.35105974 9038 5000 1.7745205e-11 2651426.4 Loop time of 0.0171471 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:38 2021 Pair time (%) = 0.00125003 (7.29004) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.233593) Outpt time (%) = 0.0156839 (91.4669) Other time (%) = 0.000173092 (1.00945) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:38 2021 Memory usage per processor = 27.5288 Mbytes Step Atoms AVEKE stressZZ 9038 5000 1.7745205e-11 2651417.7 9039 -0.00913249999999502 2651371.13581196 9039 5000 1.7612264e-11 2651371.1 Loop time of 0.0171621 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:38 2021 Pair time (%) = 0.000914812 (5.33043) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186155) Outpt time (%) = 0.0160918 (93.7638) Other time (%) = 0.000123501 (0.719614) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:38 2021 Memory usage per processor = 27.5288 Mbytes Step Atoms AVEKE stressZZ 9039 5000 1.7612264e-11 2651362.5 9040 -0.00913249999999502 2651316.10150068 9040 5000 1.7527577e-11 2651316.1 Loop time of 0.019244 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:39 2021 Pair time (%) = 0.000913143 (4.74509) Neigh time (%) = 0 (0) Comm time (%) = 6.38962e-05 (0.332032) Outpt time (%) = 0.0181701 (94.4199) Other time (%) = 9.67979e-05 (0.503004) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:39 2021 Memory usage per processor = 27.5289 Mbytes Step Atoms AVEKE stressZZ 9040 5000 1.7527577e-11 2651307.5 9041 -0.00913249999999502 2651261.18318515 9041 5000 1.7473405e-11 2651261.2 Loop time of 0.0166609 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:39 2021 Pair time (%) = 0.000917912 (5.50937) Neigh time (%) = 0 (0) Comm time (%) = 5.48363e-05 (0.329131) Outpt time (%) = 0.015574 (93.4761) Other time (%) = 0.000114202 (0.685451) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:39 2021 Memory usage per processor = 27.5289 Mbytes Step Atoms AVEKE stressZZ 9041 5000 1.7473405e-11 2651252.6 9042 -0.00913249999999502 2651206.33956379 9042 5000 1.7438564e-11 2651206.3 Loop time of 0.0174501 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:39 2021 Pair time (%) = 0.00103593 (5.93652) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.189914) Outpt time (%) = 0.016278 (93.2833) Other time (%) = 0.000102997 (0.590237) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:39 2021 Memory usage per processor = 27.5289 Mbytes Step Atoms AVEKE stressZZ 9042 5000 1.7438564e-11 2651197.8 9043 -0.00913249999999502 2651151.54439352 9043 5000 1.7415982e-11 2651151.5 Loop time of 0.017206 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:39 2021 Pair time (%) = 0.000913143 (5.30713) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180138) Outpt time (%) = 0.0161691 (93.9737) Other time (%) = 9.27448e-05 (0.539028) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:39 2021 Memory usage per processor = 27.5289 Mbytes Step Atoms AVEKE stressZZ 9043 5000 1.7415982e-11 2651143 9044 -0.00913249999999502 2651096.78099735 9044 5000 1.7401181e-11 2651096.8 Loop time of 0.0165069 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:39 2021 Pair time (%) = 0.000914812 (5.54199) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193544) Outpt time (%) = 0.0154688 (93.7113) Other time (%) = 9.13143e-05 (0.553188) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:39 2021 Memory usage per processor = 27.5289 Mbytes Step Atoms AVEKE stressZZ 9044 5000 1.7401181e-11 2651088.2 9045 -0.00913249999999502 2651042.03877688 9045 5000 1.7391321e-11 2651042 Loop time of 0.0164931 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:39 2021 Pair time (%) = 0.000999928 (6.06271) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.199488) Outpt time (%) = 0.015331 (92.9543) Other time (%) = 0.000129223 (0.783497) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:39 2021 Memory usage per processor = 27.5289 Mbytes Step Atoms AVEKE stressZZ 9045 5000 1.7391321e-11 2651033.5 9046 -0.00913249999999502 2650987.31099645 9046 5000 1.7384599e-11 2650987.3 Loop time of 0.0173361 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:39 2021 Pair time (%) = 0.000935793 (5.39793) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.178785) Outpt time (%) = 0.016278 (93.8966) Other time (%) = 9.13143e-05 (0.526728) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:39 2021 Memory usage per processor = 27.5289 Mbytes Step Atoms AVEKE stressZZ 9046 5000 1.7384599e-11 2650978.8 9047 -0.00913249999999502 2650932.59337546 9047 5000 1.7379872e-11 2650932.6 Loop time of 0.017051 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:39 2021 Pair time (%) = 0.000913858 (5.35956) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.188766) Outpt time (%) = 0.016012 (93.9063) Other time (%) = 9.29832e-05 (0.545325) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:39 2021 Memory usage per processor = 27.5289 Mbytes Step Atoms AVEKE stressZZ 9047 5000 1.7379872e-11 2650924.1 9048 -0.00913249999999502 2650877.88318791 9048 5000 1.7376411e-11 2650877.9 Loop time of 0.0168099 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:39 2021 Pair time (%) = 0.000915051 (5.44351) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190055) Outpt time (%) = 0.0157311 (93.5821) Other time (%) = 0.000131845 (0.78433) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:39 2021 Memory usage per processor = 27.5289 Mbytes Step Atoms AVEKE stressZZ 9048 5000 1.7376411e-11 2650869.4 9049 -0.00913249999999502 2650823.17870812 9049 5000 1.7373755e-11 2650823.2 Loop time of 0.0171649 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:39 2021 Pair time (%) = 0.000998974 (5.81985) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.19168) Outpt time (%) = 0.0160229 (93.3468) Other time (%) = 0.000110149 (0.641711) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:39 2021 Memory usage per processor = 27.5289 Mbytes Step Atoms AVEKE stressZZ 9049 5000 1.7373755e-11 2650814.7 9050 -0.00913249999999502 2650768.47883874 9050 5000 1.737161e-11 2650768.5 Loop time of 0.018878 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:39 2021 Pair time (%) = 0.000912905 (4.83582) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.169235) Outpt time (%) = 0.0178399 (94.5011) Other time (%) = 9.32217e-05 (0.493812) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:39 2021 Memory usage per processor = 27.5289 Mbytes Step Atoms AVEKE stressZZ 9050 5000 1.737161e-11 2650760 9051 -0.00913249999999502 2650713.78288155 9051 5000 1.7369791e-11 2650713.8 Loop time of 0.0165999 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:39 2021 Pair time (%) = 0.000916004 (5.51813) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.19246) Outpt time (%) = 0.015558 (93.7235) Other time (%) = 9.39369e-05 (0.565889) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:39 2021 Memory usage per processor = 27.5289 Mbytes Step Atoms AVEKE stressZZ 9051 5000 1.7369791e-11 2650705.3 9052 -0.00913249999999502 2650659.09039299 9052 5000 1.7368178e-11 2650659.1 Loop time of 0.0165 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:39 2021 Pair time (%) = 0.000967979 (5.86654) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.206629) Outpt time (%) = 0.015393 (93.291) Other time (%) = 0.000104904 (0.635783) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:39 2021 Memory usage per processor = 27.5289 Mbytes Step Atoms AVEKE stressZZ 9052 5000 1.7368178e-11 2650650.6 9053 -0.00913249999999502 2650604.40109155 9053 5000 1.7366697e-11 2650604.4 Loop time of 0.0171089 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:39 2021 Pair time (%) = 0.000985861 (5.76226) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193701) Outpt time (%) = 0.015995 (93.4894) Other time (%) = 9.48906e-05 (0.554627) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:39 2021 Memory usage per processor = 27.5289 Mbytes Step Atoms AVEKE stressZZ 9053 5000 1.7366697e-11 2650595.9 9054 -0.00913249999999502 2650549.71479897 9054 5000 1.73653e-11 2650549.7 Loop time of 0.016938 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:39 2021 Pair time (%) = 0.000916004 (5.40799) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.182988) Outpt time (%) = 0.0159001 (93.8727) Other time (%) = 9.08375e-05 (0.536295) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:39 2021 Memory usage per processor = 27.5289 Mbytes Step Atoms AVEKE stressZZ 9054 5000 1.73653e-11 2650541.2 9055 -0.00913249999999502 2650495.03140393 9055 5000 1.7363955e-11 2650495 Loop time of 0.016834 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:39 2021 Pair time (%) = 0.000914097 (5.43006) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.189783) Outpt time (%) = 0.0157909 (93.8037) Other time (%) = 9.70364e-05 (0.57643) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:39 2021 Memory usage per processor = 27.5289 Mbytes Step Atoms AVEKE stressZZ 9055 5000 1.7363955e-11 2650486.5 9056 -0.00913249999999502 2650440.35084225 9056 5000 1.7362644e-11 2650440.4 Loop time of 0.0175049 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:39 2021 Pair time (%) = 0.000957012 (5.4671) Neigh time (%) = 0 (0) Comm time (%) = 4.50611e-05 (0.25742) Outpt time (%) = 0.016387 (93.6135) Other time (%) = 0.000115871 (0.661936) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:39 2021 Memory usage per processor = 27.5289 Mbytes Step Atoms AVEKE stressZZ 9056 5000 1.7362644e-11 2650431.8 9057 -0.00913249999999502 2650385.67305113 9057 5000 1.7361355e-11 2650385.7 Loop time of 0.0170369 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:39 2021 Pair time (%) = 0.000912905 (5.35839) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187523) Outpt time (%) = 0.0159981 (93.9027) Other time (%) = 9.39369e-05 (0.551373) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:39 2021 Memory usage per processor = 27.5289 Mbytes Step Atoms AVEKE stressZZ 9057 5000 1.7361355e-11 2650377.1 9058 -0.00913249999999502 2650330.99799712 9058 5000 1.736008e-11 2650331 Loop time of 0.016711 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:39 2021 Pair time (%) = 0.000915051 (5.47574) Neigh time (%) = 0 (0) Comm time (%) = 4.50611e-05 (0.269649) Outpt time (%) = 0.0156131 (93.43) Other time (%) = 0.000137806 (0.824642) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:39 2021 Memory usage per processor = 27.5289 Mbytes Step Atoms AVEKE stressZZ 9058 5000 1.736008e-11 2650322.5 9059 -0.00913249999999502 2650276.3256612 9059 5000 1.7358813e-11 2650276.3 Loop time of 0.0167689 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:39 2021 Pair time (%) = 0.00118113 (7.04354) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.203316) Outpt time (%) = 0.0153909 (91.7821) Other time (%) = 0.00016284 (0.971081) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:39 2021 Memory usage per processor = 27.5289 Mbytes Step Atoms AVEKE stressZZ 9059 5000 1.7358813e-11 2650267.8 9060 -0.00913249999999502 2650221.65603125 9060 5000 1.7357552e-11 2650221.7 Loop time of 0.0189061 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:39 2021 Pair time (%) = 0.000962973 (5.09344) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.175288) Outpt time (%) = 0.0178051 (94.1764) Other time (%) = 0.000104904 (0.554869) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:39 2021 Memory usage per processor = 27.5289 Mbytes Step Atoms AVEKE stressZZ 9060 5000 1.7357552e-11 2650213.1 9061 -0.00913249999999502 2650166.98909927 9061 5000 1.7356295e-11 2650167 Loop time of 0.017447 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:39 2021 Pair time (%) = 0.00101995 (5.84602) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.189948) Outpt time (%) = 0.0162969 (93.4079) Other time (%) = 9.70364e-05 (0.556178) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:39 2021 Memory usage per processor = 27.5289 Mbytes Step Atoms AVEKE stressZZ 9061 5000 1.7356295e-11 2650158.5 9062 -0.00913249999999502 2650112.32486025 9062 5000 1.735504e-11 2650112.3 Loop time of 0.016603 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:39 2021 Pair time (%) = 0.000914097 (5.50561) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.18668) Outpt time (%) = 0.015564 (93.7419) Other time (%) = 9.39369e-05 (0.565783) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:39 2021 Memory usage per processor = 27.5289 Mbytes Step Atoms AVEKE stressZZ 9062 5000 1.735504e-11 2650103.8 9063 -0.00913249999999502 2650057.66331082 9063 5000 1.7353786e-11 2650057.7 Loop time of 0.0165451 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:39 2021 Pair time (%) = 0.000984192 (5.94856) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211831) Outpt time (%) = 0.0154231 (93.2185) Other time (%) = 0.000102758 (0.621082) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:39 2021 Memory usage per processor = 27.5289 Mbytes Step Atoms AVEKE stressZZ 9063 5000 1.7353786e-11 2650049.1 9064 -0.00913249999999502 2650003.0044486 9064 5000 1.7352534e-11 2650003 Loop time of 0.017395 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:39 2021 Pair time (%) = 0.000951052 (5.46738) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183662) Outpt time (%) = 0.016324 (93.8432) Other time (%) = 8.79765e-05 (0.505757) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:39 2021 Memory usage per processor = 27.5289 Mbytes Step Atoms AVEKE stressZZ 9064 5000 1.7352534e-11 2649994.5 9065 -0.00913249999999502 2649948.3482721 9065 5000 1.7351282e-11 2649948.3 Loop time of 0.0171499 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:39 2021 Pair time (%) = 0.000912189 (5.31891) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180726) Outpt time (%) = 0.0161121 (93.9485) Other time (%) = 9.46522e-05 (0.55191) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:39 2021 Memory usage per processor = 27.5289 Mbytes Step Atoms AVEKE stressZZ 9065 5000 1.7351282e-11 2649939.8 9066 -0.00913249999999502 2649893.69478019 9066 5000 1.7350031e-11 2649893.7 Loop time of 0.0168619 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:39 2021 Pair time (%) = 0.000913858 (5.41966) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.195125) Outpt time (%) = 0.015758 (93.4534) Other time (%) = 0.000157118 (0.931791) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:39 2021 Memory usage per processor = 27.5289 Mbytes Step Atoms AVEKE stressZZ 9066 5000 1.7350031e-11 2649885.2 9067 -0.00913249999999502 2649839.04397202 9067 5000 1.734878e-11 2649839 Loop time of 0.0170069 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:39 2021 Pair time (%) = 0.000980854 (5.7674) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.194863) Outpt time (%) = 0.0158279 (93.0676) Other time (%) = 0.000164986 (0.970112) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:39 2021 Memory usage per processor = 27.5289 Mbytes Step Atoms AVEKE stressZZ 9067 5000 1.734878e-11 2649830.5 9068 -0.00913249999999502 2649784.39584695 9068 5000 1.7347529e-11 2649784.4 Loop time of 0.01706 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:39 2021 Pair time (%) = 0.000913143 (5.35253) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187269) Outpt time (%) = 0.016022 (93.9152) Other time (%) = 9.29832e-05 (0.545035) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:39 2021 Memory usage per processor = 27.5289 Mbytes Step Atoms AVEKE stressZZ 9068 5000 1.7347529e-11 2649775.9 9069 -0.00913249999999502 2649729.75040448 9069 5000 1.7346279e-11 2649729.8 Loop time of 0.0165379 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:39 2021 Pair time (%) = 0.000914097 (5.52728) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.187414) Outpt time (%) = 0.0154691 (93.5371) Other time (%) = 0.000123739 (0.748216) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:39 2021 Memory usage per processor = 27.5289 Mbytes Step Atoms AVEKE stressZZ 9069 5000 1.7346279e-11 2649721.2 9070 -0.00913249999999502 2649675.10764415 9070 5000 1.7345028e-11 2649675.1 Loop time of 0.019002 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:39 2021 Pair time (%) = 0.00114799 (6.04141) Neigh time (%) = 0 (0) Comm time (%) = 3.57628e-05 (0.188206) Outpt time (%) = 0.017663 (92.9536) Other time (%) = 0.00015521 (0.816813) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:39 2021 Memory usage per processor = 27.5289 Mbytes Step Atoms AVEKE stressZZ 9070 5000 1.7345028e-11 2649666.6 9071 -0.00913249999999502 2649620.46756555 9071 5000 1.7343778e-11 2649620.5 Loop time of 0.0169539 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:39 2021 Pair time (%) = 0.00103188 (6.08635) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.189847) Outpt time (%) = 0.015794 (93.1585) Other time (%) = 9.58443e-05 (0.565321) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:39 2021 Memory usage per processor = 27.5289 Mbytes Step Atoms AVEKE stressZZ 9071 5000 1.7343778e-11 2649611.9 9072 -0.00913249999999502 2649565.83016834 9072 5000 1.7342528e-11 2649565.8 Loop time of 0.0175111 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:39 2021 Pair time (%) = 0.00104904 (5.99071) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.189252) Outpt time (%) = 0.0163219 (93.2087) Other time (%) = 0.00010705 (0.611325) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:39 2021 Memory usage per processor = 27.5289 Mbytes Step Atoms AVEKE stressZZ 9072 5000 1.7342528e-11 2649557.3 9073 -0.00913249999999502 2649511.19545213 9073 5000 1.7341278e-11 2649511.2 Loop time of 0.0165241 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:39 2021 Pair time (%) = 0.00091815 (5.55644) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193343) Outpt time (%) = 0.015481 (93.6875) Other time (%) = 9.29832e-05 (0.562714) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:39 2021 Memory usage per processor = 27.5289 Mbytes Step Atoms AVEKE stressZZ 9073 5000 1.7341278e-11 2649502.7 9074 -0.00913249999999502 2649456.56341662 9074 5000 1.7340029e-11 2649456.6 Loop time of 0.0172851 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:39 2021 Pair time (%) = 0.00128293 (7.42217) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.201382) Outpt time (%) = 0.0158131 (91.484) Other time (%) = 0.000154257 (0.892426) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:39 2021 Memory usage per processor = 27.5289 Mbytes Step Atoms AVEKE stressZZ 9074 5000 1.7340029e-11 2649448 9075 -0.00913249999999502 2649401.93406149 9075 5000 1.7338779e-11 2649401.9 Loop time of 0.0162659 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:39 2021 Pair time (%) = 0.00095582 (5.87623) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.190549) Outpt time (%) = 0.0151899 (93.385) Other time (%) = 8.91685e-05 (0.548194) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:39 2021 Memory usage per processor = 27.5289 Mbytes Step Atoms AVEKE stressZZ 9075 5000 1.7338779e-11 2649393.4 9076 -0.00913249999999502 2649347.30738647 9076 5000 1.733753e-11 2649347.3 Loop time of 0.016263 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:39 2021 Pair time (%) = 0.000913143 (5.61485) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.196446) Outpt time (%) = 0.0152309 (93.6536) Other time (%) = 8.70228e-05 (0.535096) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:39 2021 Memory usage per processor = 27.5289 Mbytes Step Atoms AVEKE stressZZ 9076 5000 1.733753e-11 2649338.8 9077 -0.00913249999999502 2649292.68339115 9077 5000 1.733628e-11 2649292.7 Loop time of 0.0168409 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:39 2021 Pair time (%) = 0.000980139 (5.81998) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.184042) Outpt time (%) = 0.0157399 (93.4623) Other time (%) = 8.98838e-05 (0.533722) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:39 2021 Memory usage per processor = 27.5289 Mbytes Step Atoms AVEKE stressZZ 9077 5000 1.733628e-11 2649284.2 9078 -0.00913249999999502 2649238.06207533 9078 5000 1.7335031e-11 2649238.1 Loop time of 0.0165439 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:39 2021 Pair time (%) = 0.000930071 (5.62185) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.20464) Outpt time (%) = 0.0154788 (93.5625) Other time (%) = 0.000101089 (0.611039) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:39 2021 Memory usage per processor = 27.5289 Mbytes Step Atoms AVEKE stressZZ 9078 5000 1.7335031e-11 2649229.5 9079 -0.00913249999999502 2649183.44343867 9079 5000 1.7333782e-11 2649183.4 Loop time of 0.016902 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:39 2021 Pair time (%) = 0.000955105 (5.65085) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.183378) Outpt time (%) = 0.0158229 (93.6156) Other time (%) = 9.29832e-05 (0.550133) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:39 2021 Memory usage per processor = 27.5289 Mbytes Step Atoms AVEKE stressZZ 9079 5000 1.7333782e-11 2649174.9 9080 -0.00913249999999502 2649128.82748085 9080 5000 1.7332533e-11 2649128.8 Loop time of 0.018955 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:39 2021 Pair time (%) = 0.000972986 (5.13314) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.169805) Outpt time (%) = 0.017858 (94.2128) Other time (%) = 9.17912e-05 (0.484258) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:39 2021 Memory usage per processor = 27.5289 Mbytes Step Atoms AVEKE stressZZ 9080 5000 1.7332533e-11 2649120.3 9081 -0.00913249999999502 2649074.21420161 9081 5000 1.7331284e-11 2649074.2 Loop time of 0.016742 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:39 2021 Pair time (%) = 0.000950098 (5.67494) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190826) Outpt time (%) = 0.0156651 (93.5675) Other time (%) = 9.48906e-05 (0.566782) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:39 2021 Memory usage per processor = 27.5289 Mbytes Step Atoms AVEKE stressZZ 9081 5000 1.7331284e-11 2649065.7 9082 -0.00913249999999502 2649019.60360067 9082 5000 1.7330036e-11 2649019.6 Loop time of 0.016645 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:39 2021 Pair time (%) = 0.00102997 (6.18787) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.210559) Outpt time (%) = 0.0154719 (92.9527) Other time (%) = 0.000108004 (0.648867) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:39 2021 Memory usage per processor = 27.5289 Mbytes Step Atoms AVEKE stressZZ 9082 5000 1.7330036e-11 2649011.1 9083 -0.00913249999999502 2648964.99567766 9083 5000 1.7328787e-11 2648965 Loop time of 0.017117 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:39 2021 Pair time (%) = 0.000911951 (5.32774) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186645) Outpt time (%) = 0.016083 (93.9591) Other time (%) = 9.01222e-05 (0.526506) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:39 2021 Memory usage per processor = 27.5289 Mbytes Step Atoms AVEKE stressZZ 9083 5000 1.7328787e-11 2648956.5 9084 -0.00913249999999502 2648910.39043238 9084 5000 1.7327539e-11 2648910.4 Loop time of 0.0169902 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:40 2021 Pair time (%) = 0.000927925 (5.46154) Neigh time (%) = 0 (0) Comm time (%) = 5.60284e-05 (0.329769) Outpt time (%) = 0.015908 (93.6305) Other time (%) = 9.82285e-05 (0.578148) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:40 2021 Memory usage per processor = 27.5289 Mbytes Step Atoms AVEKE stressZZ 9084 5000 1.7327539e-11 2648901.9 9085 -0.00913249999999502 2648855.78786451 9085 5000 1.7326291e-11 2648855.8 Loop time of 0.0166469 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:40 2021 Pair time (%) = 0.00109816 (6.59677) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.216264) Outpt time (%) = 0.0154078 (92.5568) Other time (%) = 0.000104904 (0.630174) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:40 2021 Memory usage per processor = 27.5289 Mbytes Step Atoms AVEKE stressZZ 9085 5000 1.7326291e-11 2648847.3 9086 -0.00913249999999502 2648801.18797376 9086 5000 1.7325042e-11 2648801.2 Loop time of 0.0170851 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:40 2021 Pair time (%) = 0.000962973 (5.63634) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.18839) Outpt time (%) = 0.015996 (93.6255) Other time (%) = 9.39369e-05 (0.549819) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:40 2021 Memory usage per processor = 27.5289 Mbytes Step Atoms AVEKE stressZZ 9086 5000 1.7325042e-11 2648792.7 9087 -0.00913249999999502 2648746.59075988 9087 5000 1.7323794e-11 2648746.6 Loop time of 0.0169499 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:40 2021 Pair time (%) = 0.000938177 (5.535) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188486) Outpt time (%) = 0.0158861 (93.7237) Other time (%) = 9.36985e-05 (0.552797) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:40 2021 Memory usage per processor = 27.5289 Mbytes Step Atoms AVEKE stressZZ 9087 5000 1.7323794e-11 2648738.1 9088 -0.00913249999999502 2648691.99622253 9088 5000 1.7322547e-11 2648692 Loop time of 0.0166559 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:40 2021 Pair time (%) = 0.000914812 (5.49241) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191812) Outpt time (%) = 0.0156209 (93.7861) Other time (%) = 8.82149e-05 (0.529631) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:40 2021 Memory usage per processor = 27.5289 Mbytes Step Atoms AVEKE stressZZ 9088 5000 1.7322547e-11 2648683.5 9089 -0.00913249999999502 2648637.40437242 9089 5000 1.7321299e-11 2648637.4 Loop time of 0.016602 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:40 2021 Pair time (%) = 0.00104594 (6.30008) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.222592) Outpt time (%) = 0.015408 (92.8081) Other time (%) = 0.000111103 (0.669213) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:40 2021 Memory usage per processor = 27.5289 Mbytes Step Atoms AVEKE stressZZ 9089 5000 1.7321299e-11 2648628.9 9090 -0.00913249999999502 2648582.8152407 9090 5000 1.7320051e-11 2648582.8 Loop time of 0.019165 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:40 2021 Pair time (%) = 0.000932932 (4.86788) Neigh time (%) = 0 (0) Comm time (%) = 6.60419e-05 (0.344596) Outpt time (%) = 0.018065 (94.2601) Other time (%) = 0.000101089 (0.527468) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:40 2021 Memory usage per processor = 27.5289 Mbytes Step Atoms AVEKE stressZZ 9090 5000 1.7320051e-11 2648574.3 9091 -0.00913249999999502 2648528.22880866 9091 5000 1.7318804e-11 2648528.2 Loop time of 0.0171919 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:40 2021 Pair time (%) = 0.000997066 (5.79963) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198314) Outpt time (%) = 0.0160601 (93.4168) Other time (%) = 0.000100613 (0.585233) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:40 2021 Memory usage per processor = 27.5289 Mbytes Step Atoms AVEKE stressZZ 9091 5000 1.7318804e-11 2648519.7 9092 -0.00913249999999502 2648473.64506995 9092 5000 1.7317556e-11 2648473.6 Loop time of 0.0164969 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:40 2021 Pair time (%) = 0.000914097 (5.54102) Neigh time (%) = 0 (0) Comm time (%) = 5.50747e-05 (0.333849) Outpt time (%) = 0.0154009 (93.3563) Other time (%) = 0.000126839 (0.768864) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:40 2021 Memory usage per processor = 27.5289 Mbytes Step Atoms AVEKE stressZZ 9092 5000 1.7317556e-11 2648465.1 9093 -0.00913249999999502 2648419.0640215 9093 5000 1.7316309e-11 2648419.1 Loop time of 0.017205 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:40 2021 Pair time (%) = 0.00136399 (7.92789) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192619) Outpt time (%) = 0.0156312 (90.8527) Other time (%) = 0.000176668 (1.02684) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:40 2021 Memory usage per processor = 27.5289 Mbytes Step Atoms AVEKE stressZZ 9093 5000 1.7316309e-11 2648410.5 9094 -0.00913249999999502 2648364.48566114 9094 5000 1.7315062e-11 2648364.5 Loop time of 0.017596 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:40 2021 Pair time (%) = 0.00092721 (5.26943) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.186984) Outpt time (%) = 0.0165401 (93.9989) Other time (%) = 9.58443e-05 (0.544693) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:40 2021 Memory usage per processor = 27.5289 Mbytes Step Atoms AVEKE stressZZ 9094 5000 1.7315062e-11 2648356 9095 -0.00913249999999502 2648309.90998731 9095 5000 1.7313815e-11 2648309.9 Loop time of 0.0166049 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:40 2021 Pair time (%) = 0.000916004 (5.51647) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.186658) Outpt time (%) = 0.0155489 (93.6407) Other time (%) = 0.000108957 (0.656176) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:40 2021 Memory usage per processor = 27.5289 Mbytes Step Atoms AVEKE stressZZ 9095 5000 1.7313815e-11 2648301.4 9096 -0.00913249999999502 2648255.3369988 9096 5000 1.7312568e-11 2648255.3 Loop time of 0.016505 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:40 2021 Pair time (%) = 0.00100899 (6.11322) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.206567) Outpt time (%) = 0.015358 (93.0504) Other time (%) = 0.000103951 (0.629812) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:40 2021 Memory usage per processor = 27.5289 Mbytes Step Atoms AVEKE stressZZ 9096 5000 1.7312568e-11 2648246.8 9097 -0.00913249999999502 2648200.76669453 9097 5000 1.7311321e-11 2648200.8 Loop time of 0.0173051 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:40 2021 Pair time (%) = 0.0010848 (6.26869) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184616) Outpt time (%) = 0.0160911 (92.9846) Other time (%) = 9.72748e-05 (0.562115) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:40 2021 Memory usage per processor = 27.5289 Mbytes Step Atoms AVEKE stressZZ 9097 5000 1.7311321e-11 2648192.2 9098 -0.00913249999999502 2648146.19907361 9098 5000 1.7310075e-11 2648146.2 Loop time of 0.0173631 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:40 2021 Pair time (%) = 0.000914097 (5.2646) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.178508) Outpt time (%) = 0.0163312 (94.0571) Other time (%) = 8.67844e-05 (0.499821) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:40 2021 Memory usage per processor = 27.5289 Mbytes Step Atoms AVEKE stressZZ 9098 5000 1.7310075e-11 2648137.7 9099 -0.00913249999999502 2648091.63413524 9099 5000 1.7308828e-11 2648091.6 Loop time of 0.0171189 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:40 2021 Pair time (%) = 0.000980854 (5.72965) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.188017) Outpt time (%) = 0.01598 (93.347) Other time (%) = 0.000125885 (0.735356) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:40 2021 Memory usage per processor = 27.5289 Mbytes Step Atoms AVEKE stressZZ 9099 5000 1.7308828e-11 2648083.1 9100 -0.00913249999999502 2648037.07187876 9100 5000 1.7307582e-11 2648037.1 Loop time of 0.0190651 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:40 2021 Pair time (%) = 0.0010879 (5.70625) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.178828) Outpt time (%) = 0.0178051 (93.3909) Other time (%) = 0.000138044 (0.724067) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:40 2021 Memory usage per processor = 27.5289 Mbytes Step Atoms AVEKE stressZZ 9100 5000 1.7307582e-11 2648028.6 9101 -0.00913249999999502 2647982.51230343 9101 5000 1.7306335e-11 2647982.5 Loop time of 0.017416 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:40 2021 Pair time (%) = 0.000950098 (5.45532) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183441) Outpt time (%) = 0.0163431 (93.8397) Other time (%) = 9.08375e-05 (0.521575) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:40 2021 Memory usage per processor = 27.5289 Mbytes Step Atoms AVEKE stressZZ 9101 5000 1.7306335e-11 2647974 9102 -0.00913249999999502 2647927.95540869 9102 5000 1.7305089e-11 2647928 Loop time of 0.0170882 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:40 2021 Pair time (%) = 0.000912905 (5.34232) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.188355) Outpt time (%) = 0.0160511 (93.9308) Other time (%) = 9.20296e-05 (0.538557) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:40 2021 Memory usage per processor = 27.5289 Mbytes Step Atoms AVEKE stressZZ 9102 5000 1.7305089e-11 2647919.4 9103 -0.00913249999999502 2647873.40119399 9103 5000 1.7303843e-11 2647873.4 Loop time of 0.0166152 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:40 2021 Pair time (%) = 0.000933886 (5.62069) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.203762) Outpt time (%) = 0.015542 (93.5413) Other time (%) = 0.000105381 (0.634246) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:40 2021 Memory usage per processor = 27.5289 Mbytes Step Atoms AVEKE stressZZ 9103 5000 1.7303843e-11 2647864.9 9104 -0.00913249999999502 2647818.84965878 9104 5000 1.7302597e-11 2647818.8 Loop time of 0.0172131 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:40 2021 Pair time (%) = 0.00113106 (6.57091) Neigh time (%) = 0 (0) Comm time (%) = 6.69956e-05 (0.389213) Outpt time (%) = 0.0158639 (92.1617) Other time (%) = 0.000151157 (0.878153) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:40 2021 Memory usage per processor = 27.5289 Mbytes Step Atoms AVEKE stressZZ 9104 5000 1.7302597e-11 2647810.3 9105 -0.00913249999999502 2647764.30080252 9105 5000 1.7301352e-11 2647764.3 Loop time of 0.0174661 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:40 2021 Pair time (%) = 0.000952005 (5.4506) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.263452) Outpt time (%) = 0.0163121 (93.3932) Other time (%) = 0.000155926 (0.892735) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:40 2021 Memory usage per processor = 27.5289 Mbytes Step Atoms AVEKE stressZZ 9105 5000 1.7301352e-11 2647755.8 9106 -0.00913249999999502 2647709.75462479 9106 5000 1.7300106e-11 2647709.8 Loop time of 0.016679 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:40 2021 Pair time (%) = 0.000912905 (5.47336) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.185828) Outpt time (%) = 0.0156422 (93.7833) Other time (%) = 9.29832e-05 (0.557485) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:40 2021 Memory usage per processor = 27.5289 Mbytes Step Atoms AVEKE stressZZ 9106 5000 1.7300106e-11 2647701.2 9107 -0.00913249999999502 2647655.21112504 9107 5000 1.7298861e-11 2647655.2 Loop time of 0.0166371 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:40 2021 Pair time (%) = 0.00104904 (6.30544) Neigh time (%) = 0 (0) Comm time (%) = 4.88758e-05 (0.293776) Outpt time (%) = 0.0154281 (92.733) Other time (%) = 0.000111103 (0.667804) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:40 2021 Memory usage per processor = 27.5289 Mbytes Step Atoms AVEKE stressZZ 9107 5000 1.7298861e-11 2647646.7 9108 -0.00913249999999502 2647600.67030286 9108 5000 1.7297615e-11 2647600.7 Loop time of 0.017148 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:40 2021 Pair time (%) = 0.00094986 (5.53918) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180746) Outpt time (%) = 0.0160751 (93.7434) Other time (%) = 9.20296e-05 (0.536678) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:40 2021 Memory usage per processor = 27.5289 Mbytes Step Atoms AVEKE stressZZ 9108 5000 1.7297615e-11 2647592.2 9109 -0.00913249999999502 2647546.13215781 9109 5000 1.729637e-11 2647546.1 Loop time of 0.0173242 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:40 2021 Pair time (%) = 0.000915051 (5.28192) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184413) Outpt time (%) = 0.0162549 (93.8277) Other time (%) = 0.000122309 (0.705999) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:40 2021 Memory usage per processor = 27.5289 Mbytes Step Atoms AVEKE stressZZ 9109 5000 1.729637e-11 2647537.6 9110 -0.00913249999999502 2647491.59668956 9110 5000 1.7295125e-11 2647491.6 Loop time of 0.0188451 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:40 2021 Pair time (%) = 0.000938892 (4.98216) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.16953) Outpt time (%) = 0.017715 (94.0032) Other time (%) = 0.000159264 (0.84512) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:40 2021 Memory usage per processor = 27.5289 Mbytes Step Atoms AVEKE stressZZ 9110 5000 1.7295125e-11 2647483.1 9111 -0.00913249999999502 2647437.06389755 9111 5000 1.729388e-11 2647437.1 Loop time of 0.0169032 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:40 2021 Pair time (%) = 0.00116801 (6.91002) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.212985) Outpt time (%) = 0.0155721 (92.1252) Other time (%) = 0.000127077 (0.751795) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:40 2021 Memory usage per processor = 27.5289 Mbytes Step Atoms AVEKE stressZZ 9111 5000 1.729388e-11 2647428.5 9112 -0.00913249999999502 2647382.53378148 9112 5000 1.7292635e-11 2647382.5 Loop time of 0.017596 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:40 2021 Pair time (%) = 0.00100994 (5.7396) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.186984) Outpt time (%) = 0.0163901 (93.1466) Other time (%) = 0.000163078 (0.926792) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:40 2021 Memory usage per processor = 27.5289 Mbytes Step Atoms AVEKE stressZZ 9112 5000 1.7292635e-11 2647374 9113 -0.00913249999999502 2647328.00634092 9113 5000 1.729139e-11 2647328 Loop time of 0.0172231 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:40 2021 Pair time (%) = 0.000913143 (5.30185) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179958) Outpt time (%) = 0.0161881 (93.9908) Other time (%) = 9.08375e-05 (0.527416) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:40 2021 Memory usage per processor = 27.5289 Mbytes Step Atoms AVEKE stressZZ 9113 5000 1.729139e-11 2647319.5 9114 -0.00913249999999502 2647273.48157549 9114 5000 1.7290146e-11 2647273.5 Loop time of 0.016633 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:40 2021 Pair time (%) = 0.000962019 (5.78379) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.199243) Outpt time (%) = 0.0155349 (93.3977) Other time (%) = 0.000102997 (0.619231) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:40 2021 Memory usage per processor = 27.5289 Mbytes Step Atoms AVEKE stressZZ 9114 5000 1.7290146e-11 2647265 9115 -0.00913249999999502 2647218.95948486 9115 5000 1.7288901e-11 2647219 Loop time of 0.0170119 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:40 2021 Pair time (%) = 0.000957966 (5.63116) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.200412) Outpt time (%) = 0.0159149 (93.5518) Other time (%) = 0.000104904 (0.616652) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:40 2021 Memory usage per processor = 27.5289 Mbytes Step Atoms AVEKE stressZZ 9115 5000 1.7288901e-11 2647210.4 9116 -0.00913249999999502 2647164.44006863 9116 5000 1.7287657e-11 2647164.4 Loop time of 0.0170259 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:40 2021 Pair time (%) = 0.000913143 (5.36324) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.182042) Outpt time (%) = 0.0159881 (93.9044) Other time (%) = 9.36985e-05 (0.550328) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:40 2021 Memory usage per processor = 27.5289 Mbytes Step Atoms AVEKE stressZZ 9116 5000 1.7287657e-11 2647155.9 9117 -0.00913249999999502 2647109.92332642 9117 5000 1.7286413e-11 2647109.9 Loop time of 0.016659 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:40 2021 Pair time (%) = 0.00095582 (5.73755) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.186052) Outpt time (%) = 0.015578 (93.5111) Other time (%) = 9.41753e-05 (0.565311) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:40 2021 Memory usage per processor = 27.5289 Mbytes Step Atoms AVEKE stressZZ 9117 5000 1.7286413e-11 2647101.4 9118 -0.00913249999999502 2647055.40925793 9118 5000 1.7285169e-11 2647055.4 Loop time of 0.0165699 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:40 2021 Pair time (%) = 0.001055 (6.367) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.230219) Outpt time (%) = 0.0153689 (92.7524) Other time (%) = 0.000107765 (0.650369) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:40 2021 Memory usage per processor = 27.5289 Mbytes Step Atoms AVEKE stressZZ 9118 5000 1.7285169e-11 2647046.9 9119 -0.00913249999999502 2647000.89786276 9119 5000 1.7283925e-11 2647000.9 Loop time of 0.0161259 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:40 2021 Pair time (%) = 0.000914097 (5.6685) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.192202) Outpt time (%) = 0.0150959 (93.613) Other time (%) = 8.4877e-05 (0.526339) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:40 2021 Memory usage per processor = 27.5289 Mbytes Step Atoms AVEKE stressZZ 9119 5000 1.7283925e-11 2646992.4 9120 -0.00913249999999502 2646946.3891406 9120 5000 1.7282681e-11 2646946.4 Loop time of 0.018291 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:40 2021 Pair time (%) = 0.000916958 (5.01317) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.169452) Outpt time (%) = 0.0172541 (94.3312) Other time (%) = 8.89301e-05 (0.486196) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:40 2021 Memory usage per processor = 27.5289 Mbytes Step Atoms AVEKE stressZZ 9120 5000 1.7282681e-11 2646937.9 9121 -0.00913249999999502 2646891.88309107 9121 5000 1.7281437e-11 2646891.9 Loop time of 0.016984 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:40 2021 Pair time (%) = 0.000911951 (5.36948) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188107) Outpt time (%) = 0.0159521 (93.9244) Other time (%) = 8.79765e-05 (0.517997) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:40 2021 Memory usage per processor = 27.5289 Mbytes Step Atoms AVEKE stressZZ 9121 5000 1.7281437e-11 2646883.4 9122 -0.00913249999999502 2646837.37971387 9122 5000 1.7280193e-11 2646837.4 Loop time of 0.612775 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:41 2021 Pair time (%) = 0.000915051 (0.149329) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.00505804) Outpt time (%) = 0.611735 (99.8303) Other time (%) = 9.39369e-05 (0.0153298) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:41 2021 Memory usage per processor = 27.5289 Mbytes Step Atoms AVEKE stressZZ 9122 5000 1.7280193e-11 2646828.9 9123 -0.00913249999999502 2646782.87900872 9123 5000 1.727895e-11 2646782.9 Loop time of 0.0171518 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:41 2021 Pair time (%) = 0.000959873 (5.59633) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191827) Outpt time (%) = 0.0160649 (93.6628) Other time (%) = 9.41753e-05 (0.549069) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:41 2021 Memory usage per processor = 27.5289 Mbytes Step Atoms AVEKE stressZZ 9123 5000 1.727895e-11 2646774.4 9124 -0.00913249999999502 2646728.38097517 9124 5000 1.7277707e-11 2646728.4 Loop time of 0.0171669 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:41 2021 Pair time (%) = 0.000982046 (5.72059) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186103) Outpt time (%) = 0.0160301 (93.3781) Other time (%) = 0.000122786 (0.715248) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:41 2021 Memory usage per processor = 27.5289 Mbytes Step Atoms AVEKE stressZZ 9124 5000 1.7277707e-11 2646719.9 9125 -0.00913249999999502 2646673.88561298 9125 5000 1.7276463e-11 2646673.9 Loop time of 0.017071 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:41 2021 Pair time (%) = 0.000908852 (5.32395) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.188545) Outpt time (%) = 0.0160291 (93.8967) Other time (%) = 0.000100851 (0.590774) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:41 2021 Memory usage per processor = 27.5289 Mbytes Step Atoms AVEKE stressZZ 9125 5000 1.7276463e-11 2646665.4 9126 -0.00913249999999502 2646619.39292181 9126 5000 1.727522e-11 2646619.4 Loop time of 0.0166569 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:41 2021 Pair time (%) = 0.00094986 (5.70251) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.193233) Outpt time (%) = 0.0155828 (93.5518) Other time (%) = 9.20296e-05 (0.552502) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:41 2021 Memory usage per processor = 27.5289 Mbytes Step Atoms AVEKE stressZZ 9126 5000 1.727522e-11 2646610.9 9127 -0.00913249999999502 2646564.90290135 9127 5000 1.7273977e-11 2646564.9 Loop time of 0.016567 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:41 2021 Pair time (%) = 0.00101399 (6.12057) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.205794) Outpt time (%) = 0.015413 (93.0347) Other time (%) = 0.000105858 (0.638968) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:41 2021 Memory usage per processor = 27.5289 Mbytes Step Atoms AVEKE stressZZ 9127 5000 1.7273977e-11 2646556.4 9128 -0.00913249999999502 2646510.41555128 9128 5000 1.7272735e-11 2646510.4 Loop time of 0.0173061 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:41 2021 Pair time (%) = 0.000922918 (5.33291) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184606) Outpt time (%) = 0.0162671 (93.9962) Other time (%) = 8.41618e-05 (0.486313) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:41 2021 Memory usage per processor = 27.5289 Mbytes Step Atoms AVEKE stressZZ 9128 5000 1.7272735e-11 2646501.9 9129 -0.00913249999999502 2646455.93087128 9129 5000 1.7271492e-11 2646455.9 Loop time of 0.0169718 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:41 2021 Pair time (%) = 0.000951052 (5.60371) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188242) Outpt time (%) = 0.0158589 (93.4424) Other time (%) = 0.000129938 (0.765611) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:41 2021 Memory usage per processor = 27.5289 Mbytes Step Atoms AVEKE stressZZ 9129 5000 1.7271492e-11 2646447.4 9130 -0.00913249999999502 2646401.44886104 9130 5000 1.7270249e-11 2646401.4 Loop time of 0.0183311 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:41 2021 Pair time (%) = 0.000946045 (5.16089) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.191192) Outpt time (%) = 0.0172162 (93.9183) Other time (%) = 0.000133753 (0.729652) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:21:41 2021 Memory usage per processor = 27.5289 Mbytes Step Atoms AVEKE stressZZ 9130 5000 1.7270249e-11 2646392.9 9131 -0.00913249999999502 2646337.69612292 9131 5000 3.4117978e-11 2646424.5 Loop time of 0.0171471 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:41 2021 Pair time (%) = 0.00127411 (7.43048) Neigh time (%) = 0 (0) Comm time (%) = 6.60419e-05 (0.38515) Outpt time (%) = 0.0156031 (90.9956) Other time (%) = 0.000203848 (1.18882) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:41 2021 Memory usage per processor = 27.5289 Mbytes Step Atoms AVEKE stressZZ 9131 5000 3.4117978e-11 2687235.2 9132 -0.009164999999995 2687174.17160149 9132 5000 2.75271e-11 2687174.2 Loop time of 0.0169859 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:41 2021 Pair time (%) = 0.000926018 (5.45169) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.193701) Outpt time (%) = 0.015928 (93.7721) Other time (%) = 9.89437e-05 (0.582505) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:41 2021 Memory usage per processor = 27.5289 Mbytes Step Atoms AVEKE stressZZ 9132 5000 2.75271e-11 2687162.7 9133 -0.009164999999995 2687106.87042753 9133 5000 2.3705259e-11 2687106.9 Loop time of 0.0165279 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:41 2021 Pair time (%) = 0.000922918 (5.58401) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193298) Outpt time (%) = 0.015481 (93.6659) Other time (%) = 9.20296e-05 (0.556814) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:41 2021 Memory usage per processor = 27.5289 Mbytes Step Atoms AVEKE stressZZ 9133 5000 2.3705259e-11 2687096.4 9134 -0.009164999999995 2687043.88872753 9134 5000 2.1424292e-11 2687043.9 Loop time of 0.0164218 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:41 2021 Pair time (%) = 0.000980139 (5.96852) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.286013) Outpt time (%) = 0.0152619 (92.9368) Other time (%) = 0.000132799 (0.808676) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:41 2021 Memory usage per processor = 27.5289 Mbytes Step Atoms AVEKE stressZZ 9134 5000 2.1424292e-11 2687034.1 9135 -0.009164999999995 2686983.65308991 9135 5000 2.0034159e-11 2686983.7 Loop time of 0.0172899 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:41 2021 Pair time (%) = 0.00102711 (5.94051) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179263) Outpt time (%) = 0.016139 (93.3438) Other time (%) = 9.27448e-05 (0.536411) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:41 2021 Memory usage per processor = 27.5289 Mbytes Step Atoms AVEKE stressZZ 9135 5000 2.0034159e-11 2686974.2 9136 -0.009164999999995 2686925.16359795 9136 5000 1.9174452e-11 2686925.2 Loop time of 0.016993 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:41 2021 Pair time (%) = 0.000956059 (5.62618) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.18941) Outpt time (%) = 0.0159121 (93.6386) Other time (%) = 9.27448e-05 (0.545781) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:41 2021 Memory usage per processor = 27.5289 Mbytes Step Atoms AVEKE stressZZ 9136 5000 1.9174452e-11 2686916 9137 -0.009164999999995 2686867.78479474 9137 5000 1.8637412e-11 2686867.8 Loop time of 0.016598 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:41 2021 Pair time (%) = 0.000916958 (5.52451) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192482) Outpt time (%) = 0.0154898 (93.3235) Other time (%) = 0.000159264 (0.959536) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:41 2021 Memory usage per processor = 27.5289 Mbytes Step Atoms AVEKE stressZZ 9137 5000 1.8637412e-11 2686858.8 9138 -0.009164999999995 2686811.11283894 9138 5000 1.8299602e-11 2686811.1 Loop time of 0.0163391 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:41 2021 Pair time (%) = 0.000916004 (5.60622) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.189695) Outpt time (%) = 0.0153081 (93.6904) Other time (%) = 8.39233e-05 (0.513636) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:41 2021 Memory usage per processor = 27.5289 Mbytes Step Atoms AVEKE stressZZ 9138 5000 1.8299602e-11 2686802.2 9139 -0.009164999999995 2686754.89108399 9139 5000 1.8086052e-11 2686754.9 Loop time of 0.0164709 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:41 2021 Pair time (%) = 0.000915051 (5.55556) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.188177) Outpt time (%) = 0.015435 (93.7106) Other time (%) = 8.98838e-05 (0.545712) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:41 2021 Memory usage per processor = 27.5289 Mbytes Step Atoms AVEKE stressZZ 9139 5000 1.8086052e-11 2686746.1 9140 -0.009164999999995 2686698.95643314 9140 5000 1.7950518e-11 2686699 Loop time of 0.01949 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:41 2021 Pair time (%) = 0.000972986 (4.99223) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.159027) Outpt time (%) = 0.018399 (94.4022) Other time (%) = 8.70228e-05 (0.4465) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:41 2021 Memory usage per processor = 27.529 Mbytes Step Atoms AVEKE stressZZ 9140 5000 1.7950518e-11 2686690.2 9141 -0.009164999999995 2686643.20523375 9141 5000 1.786418e-11 2686643.2 Loop time of 0.0167761 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:41 2021 Pair time (%) = 0.000916958 (5.46586) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.184754) Outpt time (%) = 0.015738 (93.8122) Other time (%) = 9.01222e-05 (0.537207) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:41 2021 Memory usage per processor = 27.529 Mbytes Step Atoms AVEKE stressZZ 9141 5000 1.786418e-11 2686634.5 9142 -0.009164999999995 2686587.57161334 9142 5000 1.7808951e-11 2686587.6 Loop time of 0.0167749 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:41 2021 Pair time (%) = 0.00102615 (6.1172) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.238775) Outpt time (%) = 0.01559 (92.9362) Other time (%) = 0.000118732 (0.707799) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:41 2021 Memory usage per processor = 27.529 Mbytes Step Atoms AVEKE stressZZ 9142 5000 1.7808951e-11 2686578.8 9143 -0.009164999999995 2686532.01370902 9143 5000 1.7773429e-11 2686532 Loop time of 0.0172222 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:41 2021 Pair time (%) = 0.000994921 (5.77698) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185506) Outpt time (%) = 0.0161002 (93.4852) Other time (%) = 9.5129e-05 (0.552364) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:41 2021 Memory usage per processor = 27.529 Mbytes Step Atoms AVEKE stressZZ 9143 5000 1.7773429e-11 2686523.3 9144 -0.009164999999995 2686476.50491636 9144 5000 1.7750406e-11 2686476.5 Loop time of 0.017206 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:41 2021 Pair time (%) = 0.00102305 (5.94593) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.203694) Outpt time (%) = 0.0160439 (93.2462) Other time (%) = 0.000103951 (0.604154) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:41 2021 Memory usage per processor = 27.529 Mbytes Step Atoms AVEKE stressZZ 9144 5000 1.7750406e-11 2686467.8 9145 -0.009164999999995 2686421.0283278 9145 5000 1.7735315e-11 2686421 Loop time of 0.0166299 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:42 2021 Pair time (%) = 0.000916004 (5.50816) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192112) Outpt time (%) = 0.015589 (93.7406) Other time (%) = 9.29832e-05 (0.559132) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:42 2021 Memory usage per processor = 27.529 Mbytes Step Atoms AVEKE stressZZ 9145 5000 1.7735315e-11 2686412.3 9146 -0.009164999999995 2686365.57319835 9146 5000 1.7725262e-11 2686365.6 Loop time of 0.016773 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:42 2021 Pair time (%) = 0.00107884 (6.43203) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.220324) Outpt time (%) = 0.0155079 (92.4578) Other time (%) = 0.00014925 (0.889824) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:42 2021 Memory usage per processor = 27.529 Mbytes Step Atoms AVEKE stressZZ 9146 5000 1.7725262e-11 2686356.9 9147 -0.009164999999995 2686310.13269925 9147 5000 1.7718409e-11 2686310.1 Loop time of 0.017024 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:42 2021 Pair time (%) = 0.000936031 (5.49829) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187665) Outpt time (%) = 0.015964 (93.7735) Other time (%) = 9.20296e-05 (0.540586) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:42 2021 Memory usage per processor = 27.529 Mbytes Step Atoms AVEKE stressZZ 9147 5000 1.7718409e-11 2686301.4 9148 -0.009164999999995 2686254.70249074 9148 5000 1.7713588e-11 2686254.7 Loop time of 0.0169351 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:42 2021 Pair time (%) = 0.000925064 (5.4624) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.190058) Outpt time (%) = 0.0158851 (93.7999) Other time (%) = 9.27448e-05 (0.547648) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:42 2021 Memory usage per processor = 27.529 Mbytes Step Atoms AVEKE stressZZ 9148 5000 1.7713588e-11 2686246 9149 -0.009164999999995 2686199.27981469 9149 5000 1.7710058e-11 2686199.3 Loop time of 0.0168309 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:42 2021 Pair time (%) = 0.000928879 (5.51888) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.20115) Outpt time (%) = 0.0157251 (93.43) Other time (%) = 0.000143051 (0.849931) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:42 2021 Memory usage per processor = 27.529 Mbytes Step Atoms AVEKE stressZZ 9149 5000 1.7710058e-11 2686190.6 9150 -0.009164999999995 2686143.86291816 9150 5000 1.7707349e-11 2686143.9 Loop time of 0.019367 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:42 2021 Pair time (%) = 0.000990868 (5.11627) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.169886) Outpt time (%) = 0.0182021 (93.9851) Other time (%) = 0.000141144 (0.728786) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:42 2021 Memory usage per processor = 27.529 Mbytes Step Atoms AVEKE stressZZ 9150 5000 1.7707349e-11 2686135.2 9151 -0.009164999999995 2686088.45068707 9151 5000 1.7705162e-11 2686088.5 Loop time of 0.0172479 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:42 2021 Pair time (%) = 0.000914097 (5.29975) Neigh time (%) = 0 (0) Comm time (%) = 6.91414e-05 (0.400868) Outpt time (%) = 0.0161681 (93.7395) Other time (%) = 9.65595e-05 (0.559833) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:42 2021 Memory usage per processor = 27.529 Mbytes Step Atoms AVEKE stressZZ 9151 5000 1.7705162e-11 2686079.8 9152 -0.009164999999995 2686033.04241338 9152 5000 1.7703307e-11 2686033 Loop time of 0.016818 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:42 2021 Pair time (%) = 0.000918865 (5.46357) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.184293) Outpt time (%) = 0.015707 (93.3938) Other time (%) = 0.000161171 (0.958322) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:42 2021 Memory usage per processor = 27.529 Mbytes Step Atoms AVEKE stressZZ 9152 5000 1.7703307e-11 2686024.3 9153 -0.009164999999995 2685977.63764684 9153 5000 1.7701662e-11 2685977.6 Loop time of 0.0166361 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:42 2021 Pair time (%) = 0.000962019 (5.78271) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.204939) Outpt time (%) = 0.015522 (93.303) Other time (%) = 0.000118017 (0.709403) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:42 2021 Memory usage per processor = 27.529 Mbytes Step Atoms AVEKE stressZZ 9153 5000 1.7701662e-11 2685968.9 9154 -0.009164999999995 2685922.23610142 9154 5000 1.7700151e-11 2685922.2 Loop time of 0.0172119 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:42 2021 Pair time (%) = 0.00100017 (5.81089) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.220246) Outpt time (%) = 0.016062 (93.3192) Other time (%) = 0.000111818 (0.649656) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:42 2021 Memory usage per processor = 27.529 Mbytes Step Atoms AVEKE stressZZ 9154 5000 1.7700151e-11 2685913.5 9155 -0.009164999999995 2685866.83759506 9155 5000 1.7698725e-11 2685866.8 Loop time of 0.016875 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:42 2021 Pair time (%) = 0.000916004 (5.42816) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.18367) Outpt time (%) = 0.0158341 (93.8315) Other time (%) = 9.39369e-05 (0.556662) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:42 2021 Memory usage per processor = 27.529 Mbytes Step Atoms AVEKE stressZZ 9155 5000 1.7698725e-11 2685858.1 9156 -0.009164999999995 2685811.44201214 9156 5000 1.7697353e-11 2685811.4 Loop time of 0.016557 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:42 2021 Pair time (%) = 0.000957966 (5.78587) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.200158) Outpt time (%) = 0.0154531 (93.3329) Other time (%) = 0.000112772 (0.681115) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:42 2021 Memory usage per processor = 27.529 Mbytes Step Atoms AVEKE stressZZ 9156 5000 1.7697353e-11 2685802.7 9157 -0.009164999999995 2685756.04927893 9157 5000 1.7696016e-11 2685756 Loop time of 0.0170588 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:42 2021 Pair time (%) = 0.00117397 (6.8819) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.198463) Outpt time (%) = 0.015717 (92.1342) Other time (%) = 0.000133991 (0.785465) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:42 2021 Memory usage per processor = 27.529 Mbytes Step Atoms AVEKE stressZZ 9157 5000 1.7696016e-11 2685747.4 9158 -0.009164999999995 2685700.65934856 9158 5000 1.76947e-11 2685700.7 Loop time of 0.017051 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:42 2021 Pair time (%) = 0.000962019 (5.64202) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192961) Outpt time (%) = 0.015928 (93.4142) Other time (%) = 0.000128031 (0.75087) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:42 2021 Memory usage per processor = 27.529 Mbytes Step Atoms AVEKE stressZZ 9158 5000 1.76947e-11 2685692 9159 -0.009164999999995 2685645.27219111 9159 5000 1.7693399e-11 2685645.3 Loop time of 0.016937 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:42 2021 Pair time (%) = 0.000915051 (5.40267) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.182998) Outpt time (%) = 0.0158989 (93.871) Other time (%) = 9.20296e-05 (0.543364) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:42 2021 Memory usage per processor = 27.529 Mbytes Step Atoms AVEKE stressZZ 9159 5000 1.7693399e-11 2685636.6 9160 -0.009164999999995 2685589.8877875 9160 5000 1.7692107e-11 2685589.9 Loop time of 0.018692 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:42 2021 Pair time (%) = 0.000952959 (5.09821) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.251276) Outpt time (%) = 0.017545 (93.8635) Other time (%) = 0.000147104 (0.78699) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:42 2021 Memory usage per processor = 27.529 Mbytes Step Atoms AVEKE stressZZ 9160 5000 1.7692107e-11 2685581.2 9161 -0.009164999999995 2685534.50612548 9161 5000 1.769082e-11 2685534.5 Loop time of 0.0170181 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:42 2021 Pair time (%) = 0.000983953 (5.78181) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.200339) Outpt time (%) = 0.015898 (93.4182) Other time (%) = 0.000102043 (0.599616) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:42 2021 Memory usage per processor = 27.529 Mbytes Step Atoms AVEKE stressZZ 9161 5000 1.769082e-11 2685525.8 9162 -0.009164999999995 2685479.12719713 9162 5000 1.7689537e-11 2685479.1 Loop time of 0.0170641 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:42 2021 Pair time (%) = 0.000915051 (5.36243) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187224) Outpt time (%) = 0.0160229 (93.8985) Other time (%) = 9.41753e-05 (0.551892) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:42 2021 Memory usage per processor = 27.529 Mbytes Step Atoms AVEKE stressZZ 9162 5000 1.7689537e-11 2685470.4 9163 -0.009164999999995 2685423.75099742 9163 5000 1.7688257e-11 2685423.8 Loop time of 0.0166738 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:42 2021 Pair time (%) = 0.000918865 (5.51083) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191606) Outpt time (%) = 0.0156288 (93.7328) Other time (%) = 9.41753e-05 (0.56481) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:42 2021 Memory usage per processor = 27.529 Mbytes Step Atoms AVEKE stressZZ 9163 5000 1.7688257e-11 2685415.1 9164 -0.009164999999995 2685368.37752301 9164 5000 1.7686978e-11 2685368.4 Loop time of 0.01665 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:42 2021 Pair time (%) = 0.00111103 (6.67287) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.234839) Outpt time (%) = 0.0153799 (92.372) Other time (%) = 0.000119925 (0.720269) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:42 2021 Memory usage per processor = 27.529 Mbytes Step Atoms AVEKE stressZZ 9164 5000 1.7686978e-11 2685359.7 9165 -0.009164999999995 2685313.00677165 9165 5000 1.76857e-11 2685313 Loop time of 0.0170879 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:42 2021 Pair time (%) = 0.000914097 (5.34937) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181382) Outpt time (%) = 0.0160511 (93.9321) Other time (%) = 9.17912e-05 (0.537169) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:42 2021 Memory usage per processor = 27.529 Mbytes Step Atoms AVEKE stressZZ 9165 5000 1.76857e-11 2685304.3 9166 -0.009164999999995 2685257.6387418 9166 5000 1.7684423e-11 2685257.6 Loop time of 0.016629 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:42 2021 Pair time (%) = 0.00095892 (5.76656) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.186388) Outpt time (%) = 0.0155439 (93.475) Other time (%) = 9.5129e-05 (0.572068) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:42 2021 Memory usage per processor = 27.529 Mbytes Step Atoms AVEKE stressZZ 9166 5000 1.7684423e-11 2685248.9 9167 -0.009164999999995 2685202.2734325 9167 5000 1.7683146e-11 2685202.3 Loop time of 0.0164518 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:42 2021 Pair time (%) = 0.000948906 (5.76778) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.207234) Outpt time (%) = 0.0153689 (93.4178) Other time (%) = 9.98974e-05 (0.607211) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:42 2021 Memory usage per processor = 27.529 Mbytes Step Atoms AVEKE stressZZ 9167 5000 1.7683146e-11 2685193.6 9168 -0.009164999999995 2685146.91084286 9168 5000 1.768187e-11 2685146.9 Loop time of 0.0169609 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:42 2021 Pair time (%) = 0.000960112 (5.66075) Neigh time (%) = 0 (0) Comm time (%) = 7.60555e-05 (0.448418) Outpt time (%) = 0.015795 (93.1261) Other time (%) = 0.0001297 (0.7647) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:42 2021 Memory usage per processor = 27.529 Mbytes Step Atoms AVEKE stressZZ 9168 5000 1.768187e-11 2685138.2 9169 -0.009164999999995 2685091.5509724 9169 5000 1.7680594e-11 2685091.6 Loop time of 0.0171049 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:42 2021 Pair time (%) = 0.000929832 (5.43607) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192353) Outpt time (%) = 0.0160408 (93.7792) Other time (%) = 0.000101328 (0.592392) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:42 2021 Memory usage per processor = 27.529 Mbytes Step Atoms AVEKE stressZZ 9169 5000 1.7680594e-11 2685082.9 9170 -0.009164999999995 2685036.19382061 9170 5000 1.7679318e-11 2685036.2 Loop time of 0.018348 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:42 2021 Pair time (%) = 0.00091815 (5.00409) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.174123) Outpt time (%) = 0.0173039 (94.3098) Other time (%) = 9.39369e-05 (0.511974) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:42 2021 Memory usage per processor = 27.529 Mbytes Step Atoms AVEKE stressZZ 9170 5000 1.7679318e-11 2685027.5 9171 -0.009164999999995 2684980.8393871 9171 5000 1.7678042e-11 2684980.8 Loop time of 0.016716 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:42 2021 Pair time (%) = 0.00105906 (6.33558) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.221075) Outpt time (%) = 0.0154998 (92.7245) Other time (%) = 0.000120163 (0.71885) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:42 2021 Memory usage per processor = 27.529 Mbytes Step Atoms AVEKE stressZZ 9171 5000 1.7678042e-11 2684972.1 9172 -0.009164999999995 2684925.4876715 9172 5000 1.7676767e-11 2684925.5 Loop time of 0.016994 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:42 2021 Pair time (%) = 0.000914812 (5.38315) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187996) Outpt time (%) = 0.0159609 (93.921) Other time (%) = 8.63075e-05 (0.507871) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:42 2021 Memory usage per processor = 27.529 Mbytes Step Atoms AVEKE stressZZ 9172 5000 1.7676767e-11 2684916.8 9173 -0.009164999999995 2684870.13867356 9173 5000 1.7675491e-11 2684870.1 Loop time of 0.0170381 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:42 2021 Pair time (%) = 0.000914097 (5.36501) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18751) Outpt time (%) = 0.0159981 (93.8961) Other time (%) = 9.39369e-05 (0.551334) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:42 2021 Memory usage per processor = 27.529 Mbytes Step Atoms AVEKE stressZZ 9173 5000 1.7675491e-11 2684861.4 9174 -0.009164999999995 2684814.79239292 9174 5000 1.7674216e-11 2684814.8 Loop time of 0.0165329 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:42 2021 Pair time (%) = 0.000949144 (5.74094) Neigh time (%) = 0 (0) Comm time (%) = 6.19888e-05 (0.374942) Outpt time (%) = 0.0154181 (93.2568) Other time (%) = 0.000103712 (0.627307) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:42 2021 Memory usage per processor = 27.529 Mbytes Step Atoms AVEKE stressZZ 9174 5000 1.7674216e-11 2684806.1 9175 -0.009164999999995 2684759.44882932 9175 5000 1.7672941e-11 2684759.4 Loop time of 0.016901 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:42 2021 Pair time (%) = 0.000966072 (5.71606) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.27226) Outpt time (%) = 0.015765 (93.2781) Other time (%) = 0.000123978 (0.733552) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:42 2021 Memory usage per processor = 27.529 Mbytes Step Atoms AVEKE stressZZ 9175 5000 1.7672941e-11 2684750.8 9176 -0.009164999999995 2684704.10798244 9176 5000 1.7671666e-11 2684704.1 Loop time of 0.0171492 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:42 2021 Pair time (%) = 0.000916004 (5.34138) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186295) Outpt time (%) = 0.0161068 (93.9218) Other time (%) = 9.44138e-05 (0.550543) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:42 2021 Memory usage per processor = 27.529 Mbytes Step Atoms AVEKE stressZZ 9176 5000 1.7671666e-11 2684695.4 9177 -0.009164999999995 2684648.769854 9177 5000 1.7670391e-11 2684648.8 Loop time of 0.0164211 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:42 2021 Pair time (%) = 0.000921965 (5.61452) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.188748) Outpt time (%) = 0.015342 (93.4287) Other time (%) = 0.000126123 (0.768058) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:42 2021 Memory usage per processor = 27.529 Mbytes Step Atoms AVEKE stressZZ 9177 5000 1.7670391e-11 2684640.1 9178 -0.009164999999995 2684593.43452853 9178 5000 1.7669117e-11 2684593.4 Loop time of 0.016984 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:42 2021 Pair time (%) = 0.00112987 (6.65254) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.223202) Outpt time (%) = 0.0156901 (92.3817) Other time (%) = 0.000126123 (0.742602) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:42 2021 Memory usage per processor = 27.529 Mbytes Step Atoms AVEKE stressZZ 9178 5000 1.7669117e-11 2684584.7 9179 -0.009164999999995 2684538.10198153 9179 5000 1.7667842e-11 2684538.1 Loop time of 0.0168259 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:42 2021 Pair time (%) = 0.000915051 (5.43834) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.184206) Outpt time (%) = 0.0157931 (93.8617) Other time (%) = 8.67844e-05 (0.515778) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:42 2021 Memory usage per processor = 27.529 Mbytes Step Atoms AVEKE stressZZ 9179 5000 1.7667842e-11 2684529.4 9180 -0.009164999999995 2684482.77219273 9180 5000 1.7666568e-11 2684482.8 Loop time of 0.0189972 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:42 2021 Pair time (%) = 0.000948906 (4.99498) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.174448) Outpt time (%) = 0.0179172 (94.3148) Other time (%) = 9.799e-05 (0.515813) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:42 2021 Memory usage per processor = 27.529 Mbytes Step Atoms AVEKE stressZZ 9180 5000 1.7666568e-11 2684474.1 9181 -0.009164999999995 2684427.44517852 9181 5000 1.7665294e-11 2684427.4 Loop time of 0.016448 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:42 2021 Pair time (%) = 0.000938892 (5.70824) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.195686) Outpt time (%) = 0.0153821 (93.5192) Other time (%) = 9.48906e-05 (0.576912) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:42 2021 Memory usage per processor = 27.529 Mbytes Step Atoms AVEKE stressZZ 9181 5000 1.7665294e-11 2684418.8 9182 -0.009164999999995 2684372.12093551 9182 5000 1.766402e-11 2684372.1 Loop time of 0.0163879 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:42 2021 Pair time (%) = 0.000916004 (5.5895) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.189129) Outpt time (%) = 0.0153508 (93.6714) Other time (%) = 9.01222e-05 (0.54993) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:42 2021 Memory usage per processor = 27.529 Mbytes Step Atoms AVEKE stressZZ 9182 5000 1.766402e-11 2684363.4 9183 -0.009164999999995 2684316.79945009 9183 5000 1.7662746e-11 2684316.8 Loop time of 0.0164011 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:42 2021 Pair time (%) = 0.000916004 (5.58503) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.188978) Outpt time (%) = 0.0153651 (93.6838) Other time (%) = 8.89301e-05 (0.542222) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:42 2021 Memory usage per processor = 27.529 Mbytes Step Atoms AVEKE stressZZ 9183 5000 1.7662746e-11 2684308.1 9184 -0.009164999999995 2684261.48071654 9184 5000 1.7661472e-11 2684261.5 Loop time of 0.017242 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:42 2021 Pair time (%) = 0.000916958 (5.31818) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179762) Outpt time (%) = 0.016211 (94.0209) Other time (%) = 8.29697e-05 (0.481208) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:42 2021 Memory usage per processor = 27.529 Mbytes Step Atoms AVEKE stressZZ 9184 5000 1.7661472e-11 2684252.8 9185 -0.009164999999995 2684206.16473101 9185 5000 1.7660198e-11 2684206.2 Loop time of 0.0165539 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:42 2021 Pair time (%) = 0.000953913 (5.76247) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.187234) Outpt time (%) = 0.015475 (93.4828) Other time (%) = 9.39369e-05 (0.567462) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:42 2021 Memory usage per processor = 27.529 Mbytes Step Atoms AVEKE stressZZ 9185 5000 1.7660198e-11 2684197.5 9186 -0.009164999999995 2684150.85149055 9186 5000 1.7658924e-11 2684150.9 Loop time of 0.016978 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:42 2021 Pair time (%) = 0.0011251 (6.62679) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.205025) Outpt time (%) = 0.0156541 (92.202) Other time (%) = 0.000164032 (0.966143) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:42 2021 Memory usage per processor = 27.529 Mbytes Step Atoms AVEKE stressZZ 9186 5000 1.7658924e-11 2684142.2 9187 -0.009164999999995 2684095.54099287 9187 5000 1.7657651e-11 2684095.5 Loop time of 0.0171182 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:42 2021 Pair time (%) = 0.00100303 (5.85941) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.199167) Outpt time (%) = 0.0159609 (93.2395) Other time (%) = 0.000120163 (0.70196) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:42 2021 Memory usage per processor = 27.529 Mbytes Step Atoms AVEKE stressZZ 9187 5000 1.7657651e-11 2684086.9 9188 -0.009164999999995 2684040.23323601 9188 5000 1.7656378e-11 2684040.2 Loop time of 0.0170112 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:42 2021 Pair time (%) = 0.000957966 (5.63139) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187807) Outpt time (%) = 0.015928 (93.6328) Other time (%) = 9.32217e-05 (0.548003) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:42 2021 Memory usage per processor = 27.529 Mbytes Step Atoms AVEKE stressZZ 9188 5000 1.7656378e-11 2684031.5 9189 -0.009164999999995 2683984.92821825 9189 5000 1.7655104e-11 2683984.9 Loop time of 0.0165181 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:43 2021 Pair time (%) = 0.000924826 (5.59886) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.199186) Outpt time (%) = 0.0154591 (93.5885) Other time (%) = 0.000101328 (0.613435) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:43 2021 Memory usage per processor = 27.529 Mbytes Step Atoms AVEKE stressZZ 9189 5000 1.7655104e-11 2683976.2 9190 -0.009164999999995 2683929.62593815 9190 5000 1.7653831e-11 2683929.6 Loop time of 0.019299 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:43 2021 Pair time (%) = 0.000955105 (4.94898) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.171719) Outpt time (%) = 0.0182111 (94.3629) Other time (%) = 9.9659e-05 (0.516394) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:43 2021 Memory usage per processor = 27.529 Mbytes Step Atoms AVEKE stressZZ 9190 5000 1.7653831e-11 2683920.9 9191 -0.009164999999995 2683874.32638635 9191 5000 1.7652558e-11 2683874.3 Loop time of 0.0169179 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:43 2021 Pair time (%) = 0.000923872 (5.4609) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.195888) Outpt time (%) = 0.0158679 (93.7936) Other time (%) = 9.29832e-05 (0.549613) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:43 2021 Memory usage per processor = 27.529 Mbytes Step Atoms AVEKE stressZZ 9191 5000 1.7652558e-11 2683865.6 9192 -0.009164999999995 2683819.02954536 9192 5000 1.7651285e-11 2683819 Loop time of 0.0169361 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:43 2021 Pair time (%) = 0.000921965 (5.4438) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.190047) Outpt time (%) = 0.0158942 (93.8481) Other time (%) = 8.7738e-05 (0.518054) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:43 2021 Memory usage per processor = 27.529 Mbytes Step Atoms AVEKE stressZZ 9192 5000 1.7651285e-11 2683810.3 9193 -0.009164999999995 2683763.73543634 9193 5000 1.7650013e-11 2683763.7 Loop time of 0.0166061 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:43 2021 Pair time (%) = 0.000977039 (5.88362) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.205309) Outpt time (%) = 0.015475 (93.1889) Other time (%) = 0.000119925 (0.722172) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:43 2021 Memory usage per processor = 27.529 Mbytes Step Atoms AVEKE stressZZ 9193 5000 1.7650013e-11 2683755 9194 -0.009164999999995 2683708.44405472 9194 5000 1.764874e-11 2683708.4 Loop time of 0.017101 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:43 2021 Pair time (%) = 0.00107908 (6.31004) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.197973) Outpt time (%) = 0.015846 (92.6611) Other time (%) = 0.000142097 (0.830928) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:43 2021 Memory usage per processor = 27.529 Mbytes Step Atoms AVEKE stressZZ 9194 5000 1.764874e-11 2683699.8 9195 -0.009164999999995 2683653.15540471 9195 5000 1.7647468e-11 2683653.2 Loop time of 0.016979 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:43 2021 Pair time (%) = 0.000913858 (5.38229) Neigh time (%) = 0 (0) Comm time (%) = 3.12328e-05 (0.18395) Outpt time (%) = 0.015945 (93.91) Other time (%) = 8.89301e-05 (0.523766) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:43 2021 Memory usage per processor = 27.529 Mbytes Step Atoms AVEKE stressZZ 9195 5000 1.7647468e-11 2683644.5 9196 -0.009164999999995 2683597.86951912 9196 5000 1.7646195e-11 2683597.9 Loop time of 0.016551 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:43 2021 Pair time (%) = 0.00095892 (5.79372) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193028) Outpt time (%) = 0.015389 (92.979) Other time (%) = 0.000171185 (1.03428) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:43 2021 Memory usage per processor = 27.529 Mbytes Step Atoms AVEKE stressZZ 9196 5000 1.7646195e-11 2683589.2 9197 -0.009164999999995 2683542.58638189 9197 5000 1.7644923e-11 2683542.6 Loop time of 0.0172489 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:43 2021 Pair time (%) = 0.00118089 (6.84617) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190747) Outpt time (%) = 0.015836 (91.8089) Other time (%) = 0.00019908 (1.15416) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:43 2021 Memory usage per processor = 27.529 Mbytes Step Atoms AVEKE stressZZ 9197 5000 1.7644923e-11 2683533.9 9198 -0.009164999999995 2683487.30598719 9198 5000 1.7643651e-11 2683487.3 Loop time of 0.0173981 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:43 2021 Pair time (%) = 0.000914812 (5.25811) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.213778) Outpt time (%) = 0.016335 (93.8895) Other time (%) = 0.000111103 (0.638592) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:43 2021 Memory usage per processor = 27.529 Mbytes Step Atoms AVEKE stressZZ 9198 5000 1.7643651e-11 2683478.6 9199 -0.009164999999995 2683432.02833193 9199 5000 1.7642379e-11 2683432 Loop time of 0.0168819 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:43 2021 Pair time (%) = 0.00095892 (5.68015) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207604) Outpt time (%) = 0.0157912 (93.5389) Other time (%) = 9.67979e-05 (0.573382) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:43 2021 Memory usage per processor = 27.529 Mbytes Step Atoms AVEKE stressZZ 9199 5000 1.7642379e-11 2683423.3 9200 -0.009164999999995 2683376.7534139 9200 5000 1.7641107e-11 2683376.8 Loop time of 0.018584 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:43 2021 Pair time (%) = 0.000988007 (5.31643) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.182175) Outpt time (%) = 0.0174289 (93.7842) Other time (%) = 0.000133276 (0.717154) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:43 2021 Memory usage per processor = 27.529 Mbytes Step Atoms AVEKE stressZZ 9200 5000 1.7641107e-11 2683368.1 9201 -0.009164999999995 2683321.48123144 9201 5000 1.7639836e-11 2683321.5 Loop time of 0.0173428 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:43 2021 Pair time (%) = 0.00101399 (5.84677) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184215) Outpt time (%) = 0.016197 (93.393) Other time (%) = 9.98974e-05 (0.576016) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:43 2021 Memory usage per processor = 27.529 Mbytes Step Atoms AVEKE stressZZ 9201 5000 1.7639836e-11 2683312.8 9202 -0.009164999999995 2683266.21178305 9202 5000 1.7638564e-11 2683266.2 Loop time of 0.0173602 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:43 2021 Pair time (%) = 0.000923157 (5.31766) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.178537) Outpt time (%) = 0.0163109 (93.9558) Other time (%) = 9.5129e-05 (0.547972) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:43 2021 Memory usage per processor = 27.529 Mbytes Step Atoms AVEKE stressZZ 9202 5000 1.7638564e-11 2683257.5 9203 -0.009164999999995 2683210.94506785 9203 5000 1.7637293e-11 2683210.9 Loop time of 0.0166149 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:43 2021 Pair time (%) = 0.000915051 (5.5074) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.193721) Outpt time (%) = 0.0155749 (93.7407) Other time (%) = 9.27448e-05 (0.558202) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:43 2021 Memory usage per processor = 27.529 Mbytes Step Atoms AVEKE stressZZ 9203 5000 1.7637293e-11 2683202.3 9204 -0.009164999999995 2683155.68108464 9204 5000 1.7636022e-11 2683155.7 Loop time of 0.0177388 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:43 2021 Pair time (%) = 0.00127292 (7.17588) Neigh time (%) = 0 (0) Comm time (%) = 4.31538e-05 (0.243273) Outpt time (%) = 0.016274 (91.7422) Other time (%) = 0.000148773 (0.838687) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:43 2021 Memory usage per processor = 27.529 Mbytes Step Atoms AVEKE stressZZ 9204 5000 1.7636022e-11 2683147 9205 -0.009164999999995 2683100.41983235 9205 5000 1.763475e-11 2683100.4 Loop time of 0.0171721 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:43 2021 Pair time (%) = 0.00096488 (5.61888) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.187435) Outpt time (%) = 0.0160511 (93.4717) Other time (%) = 0.000123978 (0.721972) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:43 2021 Memory usage per processor = 27.529 Mbytes Step Atoms AVEKE stressZZ 9205 5000 1.763475e-11 2683091.7 9206 -0.009164999999995 2683045.16131009 9206 5000 1.7633479e-11 2683045.2 Loop time of 0.017132 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:43 2021 Pair time (%) = 0.000967979 (5.65011) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186481) Outpt time (%) = 0.0160282 (93.5566) Other time (%) = 0.000103951 (0.606761) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:43 2021 Memory usage per processor = 27.529 Mbytes Step Atoms AVEKE stressZZ 9206 5000 1.7633479e-11 2683036.5 9207 -0.009164999999995 2682989.90551707 9207 5000 1.7632208e-11 2682989.9 Loop time of 0.0165889 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:43 2021 Pair time (%) = 0.000917912 (5.53328) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.198336) Outpt time (%) = 0.0154941 (93.4003) Other time (%) = 0.000144005 (0.868078) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:43 2021 Memory usage per processor = 27.529 Mbytes Step Atoms AVEKE stressZZ 9207 5000 1.7632208e-11 2682981.2 9208 -0.009164999999995 2682934.65245255 9208 5000 1.7630938e-11 2682934.7 Loop time of 0.0171211 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:43 2021 Pair time (%) = 0.00103903 (6.06871) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193564) Outpt time (%) = 0.015939 (93.0958) Other time (%) = 0.000109911 (0.641963) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:43 2021 Memory usage per processor = 27.529 Mbytes Step Atoms AVEKE stressZZ 9208 5000 1.7630938e-11 2682926 9209 -0.009164999999995 2682879.40211575 9209 5000 1.7629667e-11 2682879.4 Loop time of 0.0171599 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:43 2021 Pair time (%) = 0.000914097 (5.32692) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180621) Outpt time (%) = 0.0161221 (93.952) Other time (%) = 9.27448e-05 (0.540473) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:43 2021 Memory usage per processor = 27.529 Mbytes Step Atoms AVEKE stressZZ 9209 5000 1.7629667e-11 2682870.7 9210 -0.009164999999995 2682824.15450602 9210 5000 1.7628396e-11 2682824.2 Loop time of 0.018398 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:43 2021 Pair time (%) = 0.00091815 (4.99048) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.168466) Outpt time (%) = 0.017338 (94.2385) Other time (%) = 0.000110865 (0.602589) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:43 2021 Memory usage per processor = 27.529 Mbytes Step Atoms AVEKE stressZZ 9210 5000 1.7628396e-11 2682815.5 9211 -0.009164999999995 2682768.90962265 9211 5000 1.7627126e-11 2682768.9 Loop time of 0.0166991 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:43 2021 Pair time (%) = 0.00102091 (6.11356) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.208449) Outpt time (%) = 0.0155389 (93.0526) Other time (%) = 0.000104427 (0.625348) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:43 2021 Memory usage per processor = 27.529 Mbytes Step Atoms AVEKE stressZZ 9211 5000 1.7627126e-11 2682760.2 9212 -0.009164999999995 2682713.66746507 9212 5000 1.7625856e-11 2682713.7 Loop time of 0.0172348 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:43 2021 Pair time (%) = 0.00094223 (5.46702) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190903) Outpt time (%) = 0.016171 (93.8275) Other time (%) = 8.86917e-05 (0.514608) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:43 2021 Memory usage per processor = 27.529 Mbytes Step Atoms AVEKE stressZZ 9212 5000 1.7625856e-11 2682705 9213 -0.009164999999995 2682658.42803268 9213 5000 1.7624586e-11 2682658.4 Loop time of 0.0170898 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:43 2021 Pair time (%) = 0.00104284 (6.10212) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.199498) Outpt time (%) = 0.015883 (92.9381) Other time (%) = 0.000129938 (0.760324) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:43 2021 Memory usage per processor = 27.529 Mbytes Step Atoms AVEKE stressZZ 9213 5000 1.7624586e-11 2682649.7 9214 -0.009164999999995 2682603.19132486 9214 5000 1.7623316e-11 2682603.2 Loop time of 0.016629 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:43 2021 Pair time (%) = 0.000917912 (5.51995) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.193557) Outpt time (%) = 0.0155709 (93.637) Other time (%) = 0.000108004 (0.64949) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:43 2021 Memory usage per processor = 27.529 Mbytes Step Atoms AVEKE stressZZ 9214 5000 1.7623316e-11 2682594.5 9215 -0.009164999999995 2682547.95734107 9215 5000 1.7622046e-11 2682548 Loop time of 0.0166979 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:43 2021 Pair time (%) = 0.00114393 (6.85076) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.228454) Outpt time (%) = 0.0153909 (92.1726) Other time (%) = 0.000124931 (0.748187) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:43 2021 Memory usage per processor = 27.529 Mbytes Step Atoms AVEKE stressZZ 9215 5000 1.7622046e-11 2682539.3 9216 -0.009164999999995 2682492.72608075 9216 5000 1.7620776e-11 2682492.7 Loop time of 0.0170259 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:43 2021 Pair time (%) = 0.000962973 (5.65591) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.189044) Outpt time (%) = 0.0159359 (93.5977) Other time (%) = 9.48906e-05 (0.557329) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:43 2021 Memory usage per processor = 27.529 Mbytes Step Atoms AVEKE stressZZ 9216 5000 1.7620776e-11 2682484 9217 -0.009164999999995 2682437.49754339 9217 5000 1.7619506e-11 2682437.5 Loop time of 0.016979 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:43 2021 Pair time (%) = 0.000913858 (5.38229) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.182546) Outpt time (%) = 0.015939 (93.8749) Other time (%) = 9.5129e-05 (0.560275) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:43 2021 Memory usage per processor = 27.529 Mbytes Step Atoms AVEKE stressZZ 9217 5000 1.7619506e-11 2682428.8 9218 -0.009164999999995 2682382.27172848 9218 5000 1.7618237e-11 2682382.3 Loop time of 0.0165498 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:43 2021 Pair time (%) = 0.000944853 (5.70914) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.204567) Outpt time (%) = 0.0154409 (93.2997) Other time (%) = 0.000130177 (0.786574) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:43 2021 Memory usage per processor = 27.529 Mbytes Step Atoms AVEKE stressZZ 9218 5000 1.7618237e-11 2682373.6 9219 -0.009164999999995 2682327.0486355 9219 5000 1.7616968e-11 2682327 Loop time of 0.0173659 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:43 2021 Pair time (%) = 0.00107384 (6.18359) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18397) Outpt time (%) = 0.0161591 (93.0503) Other time (%) = 0.000101089 (0.582114) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:43 2021 Memory usage per processor = 27.529 Mbytes Step Atoms AVEKE stressZZ 9219 5000 1.7616968e-11 2682318.4 9220 -0.009164999999995 2682271.82829543 9220 5000 1.7615698e-11 2682271.8 Loop time of 0.0193441 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:43 2021 Pair time (%) = 0.000984192 (5.08782) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.170087) Outpt time (%) = 0.018199 (94.0802) Other time (%) = 0.000128031 (0.66186) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:43 2021 Memory usage per processor = 27.529 Mbytes Step Atoms AVEKE stressZZ 9220 5000 1.7615698e-11 2682263.1 9221 -0.009164999999995 2682216.61074185 9221 5000 1.7614429e-11 2682216.6 Loop time of 0.0167389 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:43 2021 Pair time (%) = 0.000917912 (5.48371) Neigh time (%) = 0 (0) Comm time (%) = 5.38826e-05 (0.321901) Outpt time (%) = 0.015671 (93.6204) Other time (%) = 9.60827e-05 (0.574009) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:43 2021 Memory usage per processor = 27.529 Mbytes Step Atoms AVEKE stressZZ 9221 5000 1.7614429e-11 2682207.9 9222 -0.009164999999995 2682161.39594533 9222 5000 1.761316e-11 2682161.4 Loop time of 0.0165949 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:43 2021 Pair time (%) = 0.00100207 (6.03845) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211195) Outpt time (%) = 0.0154541 (93.1254) Other time (%) = 0.000103712 (0.624964) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:43 2021 Memory usage per processor = 27.529 Mbytes Step Atoms AVEKE stressZZ 9222 5000 1.761316e-11 2682152.7 9223 -0.009164999999995 2682106.18389724 9223 5000 1.7611892e-11 2682106.2 Loop time of 0.0172012 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:43 2021 Pair time (%) = 0.001055 (6.13331) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185732) Outpt time (%) = 0.0160198 (93.1321) Other time (%) = 9.44138e-05 (0.548879) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:43 2021 Memory usage per processor = 27.529 Mbytes Step Atoms AVEKE stressZZ 9223 5000 1.7611892e-11 2682097.5 9224 -0.009164999999995 2682050.97459278 9224 5000 1.7610623e-11 2682051 Loop time of 0.017092 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:43 2021 Pair time (%) = 0.000946999 (5.5406) Neigh time (%) = 0 (0) Comm time (%) = 5.19753e-05 (0.304091) Outpt time (%) = 0.01597 (93.4355) Other time (%) = 0.000123024 (0.719776) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:43 2021 Memory usage per processor = 27.529 Mbytes Step Atoms AVEKE stressZZ 9224 5000 1.7610623e-11 2682042.3 9225 -0.009164999999995 2681995.76802874 9225 5000 1.7609354e-11 2681995.8 Loop time of 0.0163829 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:43 2021 Pair time (%) = 0.000946045 (5.77458) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.189187) Outpt time (%) = 0.0153098 (93.4498) Other time (%) = 9.60827e-05 (0.58648) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:43 2021 Memory usage per processor = 27.529 Mbytes Step Atoms AVEKE stressZZ 9225 5000 1.7609354e-11 2681987.1 9226 -0.009164999999995 2681940.56420272 9226 5000 1.7608086e-11 2681940.6 Loop time of 0.0161269 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:43 2021 Pair time (%) = 0.000916004 (5.67999) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.192191) Outpt time (%) = 0.0150969 (93.6133) Other time (%) = 8.29697e-05 (0.514481) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:43 2021 Memory usage per processor = 27.529 Mbytes Step Atoms AVEKE stressZZ 9226 5000 1.7608086e-11 2681931.9 9227 -0.009164999999995 2681885.36311273 9227 5000 1.7606817e-11 2681885.4 Loop time of 0.016263 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:43 2021 Pair time (%) = 0.000912905 (5.61338) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.197912) Outpt time (%) = 0.0152311 (93.6551) Other time (%) = 8.67844e-05 (0.53363) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:43 2021 Memory usage per processor = 27.529 Mbytes Step Atoms AVEKE stressZZ 9227 5000 1.7606817e-11 2681876.7 9228 -0.009164999999995 2681830.16475714 9228 5000 1.7605549e-11 2681830.2 Loop time of 0.0173259 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:43 2021 Pair time (%) = 0.000916958 (5.29242) Neigh time (%) = 0 (0) Comm time (%) = 7.39098e-05 (0.426586) Outpt time (%) = 0.0162029 (93.5186) Other time (%) = 0.000132084 (0.76235) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:43 2021 Memory usage per processor = 27.529 Mbytes Step Atoms AVEKE stressZZ 9228 5000 1.7605549e-11 2681821.5 9229 -0.009164999999995 2681774.96912256 9229 5000 1.7604281e-11 2681775 Loop time of 0.016489 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:43 2021 Pair time (%) = 0.00096488 (5.85165) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193754) Outpt time (%) = 0.015398 (93.3835) Other time (%) = 9.41753e-05 (0.571139) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:43 2021 Memory usage per processor = 27.529 Mbytes Step Atoms AVEKE stressZZ 9229 5000 1.7604281e-11 2681766.3 9230 -0.009164999999995 2681719.77621116 9230 5000 1.7603013e-11 2681719.8 Loop time of 0.0191541 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:43 2021 Pair time (%) = 0.0012238 (6.38926) Neigh time (%) = 0 (0) Comm time (%) = 4.29153e-05 (0.224053) Outpt time (%) = 0.0177209 (92.5179) Other time (%) = 0.000166416 (0.868829) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:43 2021 Memory usage per processor = 27.529 Mbytes Step Atoms AVEKE stressZZ 9230 5000 1.7603013e-11 2681711.1 9231 -0.009164999999995 2681664.58602861 9231 5000 1.7601745e-11 2681664.6 Loop time of 0.0171862 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:43 2021 Pair time (%) = 0.000974894 (5.67255) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192831) Outpt time (%) = 0.016077 (93.5464) Other time (%) = 0.000101089 (0.588203) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:21:43 2021 Memory usage per processor = 27.529 Mbytes Step Atoms AVEKE stressZZ 9231 5000 1.7601745e-11 2681655.9 9232 -0.009164999999995 2681600.01733679 9232 5000 3.4772765e-11 2681688 Loop time of 0.016892 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:44 2021 Pair time (%) = 0.000916958 (5.42837) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.189132) Outpt time (%) = 0.015805 (93.5653) Other time (%) = 0.000138044 (0.817219) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:44 2021 Memory usage per processor = 27.529 Mbytes Step Atoms AVEKE stressZZ 9232 5000 3.4772765e-11 2722749.7 9233 -0.00919749999999498 2722687.88759934 9233 5000 2.8054103e-11 2722687.9 Loop time of 0.0163751 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:44 2021 Pair time (%) = 0.000926018 (5.65505) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.195102) Outpt time (%) = 0.0153158 (93.5311) Other time (%) = 0.000101328 (0.618794) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:44 2021 Memory usage per processor = 27.529 Mbytes Step Atoms AVEKE stressZZ 9233 5000 2.8054103e-11 2722676.2 9234 -0.00919749999999498 2722619.70766723 9234 5000 2.4158243e-11 2722619.7 Loop time of 0.0168431 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:44 2021 Pair time (%) = 0.00097084 (5.76403) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.195343) Outpt time (%) = 0.0157139 (93.2961) Other time (%) = 0.000125408 (0.744568) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:44 2021 Memory usage per processor = 27.529 Mbytes Step Atoms AVEKE stressZZ 9234 5000 2.4158243e-11 2722609 9235 -0.00919749999999498 2722555.90709695 9235 5000 2.1833136e-11 2722555.9 Loop time of 0.0169601 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:44 2021 Pair time (%) = 0.000917912 (5.41217) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.182749) Outpt time (%) = 0.015923 (93.885) Other time (%) = 8.82149e-05 (0.52013) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:44 2021 Memory usage per processor = 27.529 Mbytes Step Atoms AVEKE stressZZ 9235 5000 2.1833136e-11 2722545.9 9236 -0.00919749999999498 2722494.89066303 9236 5000 2.0416117e-11 2722494.9 Loop time of 0.0164621 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:44 2021 Pair time (%) = 0.000962019 (5.84385) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.188278) Outpt time (%) = 0.0153749 (93.3958) Other time (%) = 9.41753e-05 (0.572074) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:44 2021 Memory usage per processor = 27.529 Mbytes Step Atoms AVEKE stressZZ 9236 5000 2.0416117e-11 2722485.3 9237 -0.00919749999999498 2722435.64458573 9237 5000 1.9539789e-11 2722435.6 Loop time of 0.0171092 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:44 2021 Pair time (%) = 0.00107002 (6.25409) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.215995) Outpt time (%) = 0.0158601 (92.6994) Other time (%) = 0.000142097 (0.830535) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:44 2021 Memory usage per processor = 27.529 Mbytes Step Atoms AVEKE stressZZ 9237 5000 1.9539789e-11 2722426.3 9238 -0.00919749999999498 2722377.52459802 9238 5000 1.8992368e-11 2722377.5 Loop time of 0.017097 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:44 2021 Pair time (%) = 0.000914812 (5.35072) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186864) Outpt time (%) = 0.0160561 (93.9116) Other time (%) = 9.41753e-05 (0.55083) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:44 2021 Memory usage per processor = 27.529 Mbytes Step Atoms AVEKE stressZZ 9238 5000 1.8992368e-11 2722368.4 9239 -0.00919749999999498 2722320.12126121 9239 5000 1.864803e-11 2722320.1 Loop time of 0.016989 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:44 2021 Pair time (%) = 0.000980139 (5.76926) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188052) Outpt time (%) = 0.015883 (93.4898) Other time (%) = 9.39369e-05 (0.552928) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:44 2021 Memory usage per processor = 27.529 Mbytes Step Atoms AVEKE stressZZ 9239 5000 1.864803e-11 2722311.1 9240 -0.00919749999999498 2722263.17437244 9240 5000 1.8430352e-11 2722263.2 Loop time of 0.0184779 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:44 2021 Pair time (%) = 0.000921011 (4.98439) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.17806) Outpt time (%) = 0.017426 (94.3072) Other time (%) = 9.799e-05 (0.530309) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:44 2021 Memory usage per processor = 27.5292 Mbytes Step Atoms AVEKE stressZZ 9240 5000 1.8430352e-11 2722254.2 9241 -0.00919749999999498 2722206.51856972 9241 5000 1.8292198e-11 2722206.5 Loop time of 0.0173051 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:44 2021 Pair time (%) = 0.00113797 (6.57592) Neigh time (%) = 0 (0) Comm time (%) = 5.29289e-05 (0.305857) Outpt time (%) = 0.0159571 (92.2103) Other time (%) = 0.000157118 (0.907926) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:44 2021 Memory usage per processor = 27.5292 Mbytes Step Atoms AVEKE stressZZ 9241 5000 1.8292198e-11 2722197.6 9242 -0.00919749999999498 2722150.0487635 9242 5000 1.8204191e-11 2722150 Loop time of 0.017118 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:44 2021 Pair time (%) = 0.000916004 (5.35112) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186635) Outpt time (%) = 0.0160761 (93.9135) Other time (%) = 9.39369e-05 (0.548762) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:44 2021 Memory usage per processor = 27.5292 Mbytes Step Atoms AVEKE stressZZ 9242 5000 1.8204191e-11 2722141.1 9243 -0.00919749999999498 2722093.69816807 9243 5000 1.8147894e-11 2722093.7 Loop time of 0.0171242 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:44 2021 Pair time (%) = 0.000919104 (5.36729) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180998) Outpt time (%) = 0.0160801 (93.9032) Other time (%) = 9.39369e-05 (0.548563) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:44 2021 Memory usage per processor = 27.5292 Mbytes Step Atoms AVEKE stressZZ 9243 5000 1.8147894e-11 2722084.8 9244 -0.00919749999999498 2722037.42434012 9244 5000 1.8111685e-11 2722037.4 Loop time of 0.01668 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:44 2021 Pair time (%) = 0.000944853 (5.66458) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.198682) Outpt time (%) = 0.0155721 (93.3577) Other time (%) = 0.000129938 (0.779005) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:44 2021 Memory usage per processor = 27.5292 Mbytes Step Atoms AVEKE stressZZ 9244 5000 1.8111685e-11 2722028.5 9245 -0.00919749999999498 2721981.2003064 9245 5000 1.8088216e-11 2721981.2 Loop time of 0.017251 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:44 2021 Pair time (%) = 0.000990868 (5.74382) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197634) Outpt time (%) = 0.0161259 (93.4781) Other time (%) = 0.000100136 (0.580463) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:44 2021 Memory usage per processor = 27.5292 Mbytes Step Atoms AVEKE stressZZ 9245 5000 1.8088216e-11 2721972.3 9246 -0.00919749999999498 2721925.008925 9246 5000 1.8072833e-11 2721925 Loop time of 0.0174561 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:44 2021 Pair time (%) = 0.000989914 (5.67089) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.188483) Outpt time (%) = 0.0163331 (93.567) Other time (%) = 0.000100136 (0.573645) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:44 2021 Memory usage per processor = 27.5292 Mbytes Step Atoms AVEKE stressZZ 9246 5000 1.8072833e-11 2721916.1 9247 -0.00919749999999498 2721868.83930191 9247 5000 1.8062585e-11 2721868.8 Loop time of 0.0168312 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:44 2021 Pair time (%) = 0.000916004 (5.44231) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.189815) Outpt time (%) = 0.015789 (93.8083) Other time (%) = 9.41753e-05 (0.55953) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:44 2021 Memory usage per processor = 27.5292 Mbytes Step Atoms AVEKE stressZZ 9247 5000 1.8062585e-11 2721860 9248 -0.00919749999999498 2721812.68451373 9248 5000 1.8055598e-11 2721812.7 Loop time of 0.017204 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:44 2021 Pair time (%) = 0.00118399 (6.88202) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.20926) Outpt time (%) = 0.015799 (91.8333) Other time (%) = 0.000185013 (1.0754) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:44 2021 Memory usage per processor = 27.5292 Mbytes Step Atoms AVEKE stressZZ 9248 5000 1.8055598e-11 2721803.8 9249 -0.00919749999999498 2721756.54016051 9249 5000 1.8050683e-11 2721756.5 Loop time of 0.0174401 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:44 2021 Pair time (%) = 0.000947952 (5.43548) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183188) Outpt time (%) = 0.0163541 (93.773) Other time (%) = 0.000106096 (0.608347) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:44 2021 Memory usage per processor = 27.5292 Mbytes Step Atoms AVEKE stressZZ 9249 5000 1.8050683e-11 2721747.7 9250 -0.00919749999999498 2721700.40344585 9250 5000 1.8047084e-11 2721700.4 Loop time of 0.0189612 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:44 2021 Pair time (%) = 0.000916958 (4.83597) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.168492) Outpt time (%) = 0.0179179 (94.4976) Other time (%) = 9.44138e-05 (0.497932) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:44 2021 Memory usage per processor = 27.5292 Mbytes Step Atoms AVEKE stressZZ 9250 5000 1.8047084e-11 2721691.5 9251 -0.00919749999999498 2721644.27259258 9251 5000 1.8044322e-11 2721644.3 Loop time of 0.0165269 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:44 2021 Pair time (%) = 0.000922918 (5.58433) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.19908) Outpt time (%) = 0.01547 (93.6049) Other time (%) = 0.000101089 (0.611665) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:44 2021 Memory usage per processor = 27.5292 Mbytes Step Atoms AVEKE stressZZ 9251 5000 1.8044322e-11 2721635.4 9252 -0.00919749999999498 2721588.14647115 9252 5000 1.8042091e-11 2721588.1 Loop time of 0.0170531 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:44 2021 Pair time (%) = 0.00132799 (7.78738) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192937) Outpt time (%) = 0.0155392 (91.1221) Other time (%) = 0.000153065 (0.897576) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:44 2021 Memory usage per processor = 27.5292 Mbytes Step Atoms AVEKE stressZZ 9252 5000 1.8042091e-11 2721579.3 9253 -0.00919749999999498 2721532.02436362 9253 5000 1.8040199e-11 2721532 Loop time of 0.0170858 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:44 2021 Pair time (%) = 0.000933886 (5.46586) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193963) Outpt time (%) = 0.0160198 (93.7611) Other time (%) = 9.89437e-05 (0.579099) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:44 2021 Memory usage per processor = 27.5292 Mbytes Step Atoms AVEKE stressZZ 9253 5000 1.8040199e-11 2721523.2 9254 -0.00919749999999498 2721475.9058136 9254 5000 1.8038521e-11 2721475.9 Loop time of 0.016855 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:44 2021 Pair time (%) = 0.00112891 (6.69779) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.189547) Outpt time (%) = 0.015599 (92.5483) Other time (%) = 9.5129e-05 (0.564396) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:44 2021 Memory usage per processor = 27.5292 Mbytes Step Atoms AVEKE stressZZ 9254 5000 1.8038521e-11 2721467 9255 -0.00919749999999498 2721419.79053105 9255 5000 1.803698e-11 2721419.8 Loop time of 0.0165629 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:44 2021 Pair time (%) = 0.000946045 (5.71182) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.204405) Outpt time (%) = 0.01548 (93.4619) Other time (%) = 0.000102997 (0.621851) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:44 2021 Memory usage per processor = 27.5292 Mbytes Step Atoms AVEKE stressZZ 9255 5000 1.803698e-11 2721410.9 9256 -0.00919749999999498 2721363.67833141 9256 5000 1.8035525e-11 2721363.7 Loop time of 0.0174 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:44 2021 Pair time (%) = 0.00119901 (6.89083) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183609) Outpt time (%) = 0.0160739 (92.3788) Other time (%) = 9.5129e-05 (0.546718) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:44 2021 Memory usage per processor = 27.5292 Mbytes Step Atoms AVEKE stressZZ 9256 5000 1.8035525e-11 2721354.8 9257 -0.00919749999999498 2721307.56909737 9257 5000 1.8034126e-11 2721307.6 Loop time of 0.017153 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:44 2021 Pair time (%) = 0.000963926 (5.61957) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186253) Outpt time (%) = 0.0160639 (93.6507) Other time (%) = 9.32217e-05 (0.543471) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:44 2021 Memory usage per processor = 27.5292 Mbytes Step Atoms AVEKE stressZZ 9257 5000 1.8034126e-11 2721298.7 9258 -0.00919749999999498 2721251.46275428 9258 5000 1.8032762e-11 2721251.5 Loop time of 0.016463 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:44 2021 Pair time (%) = 0.000921011 (5.59442) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194059) Outpt time (%) = 0.0153759 (93.3962) Other time (%) = 0.00013423 (0.815339) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:44 2021 Memory usage per processor = 27.5292 Mbytes Step Atoms AVEKE stressZZ 9258 5000 1.8032762e-11 2721242.6 9259 -0.00919749999999498 2721195.35925456 9259 5000 1.803142e-11 2721195.4 Loop time of 0.0169971 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:44 2021 Pair time (%) = 0.00118494 (6.97143) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.199184) Outpt time (%) = 0.0156362 (91.9934) Other time (%) = 0.000142097 (0.83601) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:44 2021 Memory usage per processor = 27.5292 Mbytes Step Atoms AVEKE stressZZ 9259 5000 1.803142e-11 2721186.5 9260 -0.00919749999999498 2721139.25856796 9260 5000 1.8030093e-11 2721139.3 Loop time of 0.0190101 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:44 2021 Pair time (%) = 0.000957012 (5.03424) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.169313) Outpt time (%) = 0.0179272 (94.3036) Other time (%) = 9.36985e-05 (0.492889) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:44 2021 Memory usage per processor = 27.5292 Mbytes Step Atoms AVEKE stressZZ 9260 5000 1.8030093e-11 2721130.4 9261 -0.00919749999999498 2721083.16067505 9261 5000 1.8028775e-11 2721083.2 Loop time of 0.0170438 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:44 2021 Pair time (%) = 0.000982046 (5.76189) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181851) Outpt time (%) = 0.015938 (93.5121) Other time (%) = 9.27448e-05 (0.544155) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:44 2021 Memory usage per processor = 27.5292 Mbytes Step Atoms AVEKE stressZZ 9261 5000 1.8028775e-11 2721074.3 9262 -0.00919749999999498 2721027.06556342 9262 5000 1.8027462e-11 2721027.1 Loop time of 0.0164821 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:44 2021 Pair time (%) = 0.000947952 (5.7514) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.21264) Outpt time (%) = 0.0153968 (93.4154) Other time (%) = 0.000102282 (0.620561) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:44 2021 Memory usage per processor = 27.5292 Mbytes Step Atoms AVEKE stressZZ 9262 5000 1.8027462e-11 2721018.2 9263 -0.00919749999999498 2720970.97322513 9263 5000 1.8026153e-11 2720971 Loop time of 0.0169249 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:44 2021 Pair time (%) = 0.000961065 (5.67842) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.190173) Outpt time (%) = 0.0158269 (93.513) Other time (%) = 0.000104666 (0.618414) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:44 2021 Memory usage per processor = 27.5292 Mbytes Step Atoms AVEKE stressZZ 9263 5000 1.8026153e-11 2720962.1 9264 -0.00919749999999498 2720914.88365497 9264 5000 1.8024847e-11 2720914.9 Loop time of 0.017148 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:44 2021 Pair time (%) = 0.000962019 (5.61009) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186308) Outpt time (%) = 0.0160539 (93.6197) Other time (%) = 0.000100136 (0.58395) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:44 2021 Memory usage per processor = 27.5292 Mbytes Step Atoms AVEKE stressZZ 9264 5000 1.8024847e-11 2720906 9265 -0.00919749999999498 2720858.79684958 9265 5000 1.8023542e-11 2720858.8 Loop time of 0.016526 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:44 2021 Pair time (%) = 0.000921011 (5.57311) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.19332) Outpt time (%) = 0.0154791 (93.6652) Other time (%) = 9.39369e-05 (0.56842) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:44 2021 Memory usage per processor = 27.5292 Mbytes Step Atoms AVEKE stressZZ 9265 5000 1.8023542e-11 2720849.9 9266 -0.00919749999999498 2720802.7128067 9266 5000 1.8022239e-11 2720802.7 Loop time of 0.016763 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:44 2021 Pair time (%) = 0.00103402 (6.16848) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209077) Outpt time (%) = 0.0155711 (92.89) Other time (%) = 0.000122786 (0.732481) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:44 2021 Memory usage per processor = 27.5292 Mbytes Step Atoms AVEKE stressZZ 9266 5000 1.8022239e-11 2720793.8 9267 -0.00919749999999498 2720746.63152483 9267 5000 1.8020936e-11 2720746.6 Loop time of 0.0172219 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:44 2021 Pair time (%) = 0.000969172 (5.62754) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179971) Outpt time (%) = 0.016113 (93.5612) Other time (%) = 0.000108719 (0.631282) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:44 2021 Memory usage per processor = 27.5292 Mbytes Step Atoms AVEKE stressZZ 9267 5000 1.8020936e-11 2720737.8 9268 -0.00919749999999498 2720690.55300289 9268 5000 1.8019634e-11 2720690.6 Loop time of 0.0170369 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:44 2021 Pair time (%) = 0.000916958 (5.38218) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187523) Outpt time (%) = 0.0159941 (93.8789) Other time (%) = 9.39369e-05 (0.551373) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:44 2021 Memory usage per processor = 27.5292 Mbytes Step Atoms AVEKE stressZZ 9268 5000 1.8019634e-11 2720681.7 9269 -0.00919749999999498 2720634.4772401 9269 5000 1.8018331e-11 2720634.5 Loop time of 0.0165131 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:44 2021 Pair time (%) = 0.000922203 (5.58467) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.199246) Outpt time (%) = 0.0154562 (93.5996) Other time (%) = 0.000101805 (0.616509) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:44 2021 Memory usage per processor = 27.5292 Mbytes Step Atoms AVEKE stressZZ 9269 5000 1.8018331e-11 2720625.6 9270 -0.00919749999999498 2720578.40423588 9270 5000 1.801703e-11 2720578.4 Loop time of 0.0181119 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:44 2021 Pair time (%) = 0.000958204 (5.29046) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.171127) Outpt time (%) = 0.0170319 (94.0369) Other time (%) = 9.08375e-05 (0.501534) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:44 2021 Memory usage per processor = 27.5292 Mbytes Step Atoms AVEKE stressZZ 9270 5000 1.801703e-11 2720569.5 9271 -0.00919749999999498 2720522.33398977 9271 5000 1.8015728e-11 2720522.3 Loop time of 0.016216 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:44 2021 Pair time (%) = 0.000916004 (5.64875) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.191134) Outpt time (%) = 0.0151808 (93.6161) Other time (%) = 8.82149e-05 (0.543998) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:44 2021 Memory usage per processor = 27.5292 Mbytes Step Atoms AVEKE stressZZ 9271 5000 1.8015728e-11 2720513.5 9272 -0.00919749999999498 2720466.26650141 9272 5000 1.8014427e-11 2720466.3 Loop time of 0.0163581 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:44 2021 Pair time (%) = 0.000920057 (5.62446) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.189474) Outpt time (%) = 0.0153229 (93.6716) Other time (%) = 8.41618e-05 (0.514495) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:44 2021 Memory usage per processor = 27.5292 Mbytes Step Atoms AVEKE stressZZ 9272 5000 1.8014427e-11 2720457.4 9273 -0.00919749999999498 2720410.2017711 9273 5000 1.8013126e-11 2720410.2 Loop time of 0.017391 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:44 2021 Pair time (%) = 0.00102806 (5.91147) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.196043) Outpt time (%) = 0.016196 (93.1289) Other time (%) = 0.000132799 (0.76361) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:44 2021 Memory usage per processor = 27.5292 Mbytes Step Atoms AVEKE stressZZ 9273 5000 1.8013126e-11 2720401.3 9274 -0.00919749999999498 2720354.1397982 9274 5000 1.8011825e-11 2720354.1 Loop time of 0.0171189 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:44 2021 Pair time (%) = 0.00097394 (5.68926) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193588) Outpt time (%) = 0.016011 (93.528) Other time (%) = 0.000100851 (0.58912) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:44 2021 Memory usage per processor = 27.5292 Mbytes Step Atoms AVEKE stressZZ 9274 5000 1.8011825e-11 2720345.3 9275 -0.00919749999999498 2720298.0805824 9275 5000 1.8010524e-11 2720298.1 Loop time of 0.0166628 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:44 2021 Pair time (%) = 0.00091815 (5.51017) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.186009) Outpt time (%) = 0.015625 (93.7716) Other time (%) = 8.86917e-05 (0.532273) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:44 2021 Memory usage per processor = 27.5292 Mbytes Step Atoms AVEKE stressZZ 9275 5000 1.8010524e-11 2720289.2 9276 -0.00919749999999498 2720242.0241233 9276 5000 1.8009223e-11 2720242 Loop time of 0.0171568 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:45 2021 Pair time (%) = 0.00134492 (7.83897) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.202888) Outpt time (%) = 0.0156178 (91.0299) Other time (%) = 0.000159264 (0.928281) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:45 2021 Memory usage per processor = 27.5292 Mbytes Step Atoms AVEKE stressZZ 9276 5000 1.8009223e-11 2720233.2 9277 -0.00919749999999498 2720185.97042062 9277 5000 1.8007923e-11 2720186 Loop time of 0.0173218 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:45 2021 Pair time (%) = 0.000916004 (5.28815) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184438) Outpt time (%) = 0.0162508 (93.8172) Other time (%) = 0.000123024 (0.710225) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:45 2021 Memory usage per processor = 27.5292 Mbytes Step Atoms AVEKE stressZZ 9277 5000 1.8007923e-11 2720177.1 9278 -0.00919749999999498 2720129.91947406 9278 5000 1.8006622e-11 2720129.9 Loop time of 0.016541 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:45 2021 Pair time (%) = 0.000917912 (5.54931) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.194586) Outpt time (%) = 0.015497 (93.6882) Other time (%) = 9.39369e-05 (0.567903) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:45 2021 Memory usage per processor = 27.5292 Mbytes Step Atoms AVEKE stressZZ 9278 5000 1.8006622e-11 2720121.1 9279 -0.00919749999999498 2720073.8712833 9279 5000 1.8005322e-11 2720073.9 Loop time of 0.0167949 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:45 2021 Pair time (%) = 0.00110722 (6.59256) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208679) Outpt time (%) = 0.0155449 (92.5571) Other time (%) = 0.000107765 (0.641654) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:45 2021 Memory usage per processor = 27.5292 Mbytes Step Atoms AVEKE stressZZ 9279 5000 1.8005322e-11 2720065 9280 -0.00919749999999498 2720017.82584812 9280 5000 1.8004022e-11 2720017.8 Loop time of 0.019279 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:45 2021 Pair time (%) = 0.00109982 (5.70478) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.165714) Outpt time (%) = 0.018054 (93.646) Other time (%) = 9.32217e-05 (0.48354) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:45 2021 Memory usage per processor = 27.5292 Mbytes Step Atoms AVEKE stressZZ 9280 5000 1.8004022e-11 2720009 9281 -0.00919749999999498 2719961.78316825 9281 5000 1.8002722e-11 2719961.8 Loop time of 0.0174348 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:45 2021 Pair time (%) = 0.000998974 (5.72976) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.194183) Outpt time (%) = 0.0163 (93.4908) Other time (%) = 0.000102043 (0.585283) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:45 2021 Memory usage per processor = 27.5292 Mbytes Step Atoms AVEKE stressZZ 9281 5000 1.8002722e-11 2719952.9 9282 -0.00919749999999498 2719905.74324337 9282 5000 1.8001422e-11 2719905.7 Loop time of 0.016855 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:45 2021 Pair time (%) = 0.000920057 (5.45866) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.183889) Outpt time (%) = 0.0157809 (93.6276) Other time (%) = 0.000123024 (0.729896) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:45 2021 Memory usage per processor = 27.5292 Mbytes Step Atoms AVEKE stressZZ 9282 5000 1.8001422e-11 2719896.9 9283 -0.00919749999999498 2719849.70607328 9283 5000 1.8000122e-11 2719849.7 Loop time of 0.016608 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:45 2021 Pair time (%) = 0.000993013 (5.97913) Neigh time (%) = 0 (0) Comm time (%) = 4.72069e-05 (0.284242) Outpt time (%) = 0.0154619 (93.0992) Other time (%) = 0.000105858 (0.637391) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:45 2021 Memory usage per processor = 27.5292 Mbytes Step Atoms AVEKE stressZZ 9283 5000 1.8000122e-11 2719840.8 9284 -0.00919749999999498 2719793.67165767 9284 5000 1.7998823e-11 2719793.7 Loop time of 0.0172801 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:45 2021 Pair time (%) = 0.000952959 (5.51478) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179365) Outpt time (%) = 0.0162041 (93.7733) Other time (%) = 9.20296e-05 (0.532575) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:45 2021 Memory usage per processor = 27.5292 Mbytes Step Atoms AVEKE stressZZ 9284 5000 1.7998823e-11 2719784.8 9285 -0.00919749999999498 2719737.63999627 9285 5000 1.7997523e-11 2719737.6 Loop time of 0.017077 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:45 2021 Pair time (%) = 0.000918865 (5.38073) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187083) Outpt time (%) = 0.016032 (93.8807) Other time (%) = 9.41753e-05 (0.551476) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:45 2021 Memory usage per processor = 27.5292 Mbytes Step Atoms AVEKE stressZZ 9285 5000 1.7997523e-11 2719728.8 9286 -0.00919749999999498 2719681.61108883 9286 5000 1.7996224e-11 2719681.6 Loop time of 0.0164711 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:45 2021 Pair time (%) = 0.000942945 (5.72483) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.206991) Outpt time (%) = 0.0153909 (93.4414) Other time (%) = 0.000103235 (0.626764) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:45 2021 Memory usage per processor = 27.5292 Mbytes Step Atoms AVEKE stressZZ 9286 5000 1.7996224e-11 2719672.7 9287 -0.00919749999999498 2719625.58493515 9287 5000 1.7994925e-11 2719625.6 Loop time of 0.017313 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:45 2021 Pair time (%) = 0.00101089 (5.83893) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.185909) Outpt time (%) = 0.01617 (93.3981) Other time (%) = 9.98974e-05 (0.577008) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:45 2021 Memory usage per processor = 27.5292 Mbytes Step Atoms AVEKE stressZZ 9287 5000 1.7994925e-11 2719616.7 9288 -0.00919749999999498 2719569.56153489 9288 5000 1.7993626e-11 2719569.6 Loop time of 0.017329 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:45 2021 Pair time (%) = 0.000926018 (5.34375) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184362) Outpt time (%) = 0.0162768 (93.9284) Other time (%) = 9.41753e-05 (0.543456) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:45 2021 Memory usage per processor = 27.5292 Mbytes Step Atoms AVEKE stressZZ 9288 5000 1.7993626e-11 2719560.7 9289 -0.00919749999999498 2719513.54088784 9289 5000 1.7992327e-11 2719513.5 Loop time of 0.0166521 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:45 2021 Pair time (%) = 0.000916004 (5.50083) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191856) Outpt time (%) = 0.0156109 (93.7475) Other time (%) = 9.32217e-05 (0.559819) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:45 2021 Memory usage per processor = 27.5292 Mbytes Step Atoms AVEKE stressZZ 9289 5000 1.7992327e-11 2719504.7 9290 -0.00919749999999498 2719457.52299369 9290 5000 1.7991028e-11 2719457.5 Loop time of 0.0186639 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:45 2021 Pair time (%) = 0.00103092 (5.52362) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.192892) Outpt time (%) = 0.0174551 (93.5234) Other time (%) = 0.000141859 (0.760073) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:45 2021 Memory usage per processor = 27.5292 Mbytes Step Atoms AVEKE stressZZ 9290 5000 1.7991028e-11 2719448.7 9291 -0.00919749999999498 2719401.50785225 9291 5000 1.7989729e-11 2719401.5 Loop time of 0.017041 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:45 2021 Pair time (%) = 0.00106478 (6.24834) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187478) Outpt time (%) = 0.0158472 (92.9948) Other time (%) = 9.70364e-05 (0.56943) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:45 2021 Memory usage per processor = 27.5292 Mbytes Step Atoms AVEKE stressZZ 9291 5000 1.7989729e-11 2719392.6 9292 -0.00919749999999498 2719345.49546322 9292 5000 1.7988431e-11 2719345.5 Loop time of 0.0171912 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:45 2021 Pair time (%) = 0.000993967 (5.78185) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.203869) Outpt time (%) = 0.0160298 (93.2446) Other time (%) = 0.000132322 (0.769711) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:45 2021 Memory usage per processor = 27.5292 Mbytes Step Atoms AVEKE stressZZ 9292 5000 1.7988431e-11 2719336.6 9293 -0.00919749999999498 2719289.4858264 9293 5000 1.7987132e-11 2719289.5 Loop time of 0.0166111 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:45 2021 Pair time (%) = 0.000967979 (5.82731) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.205247) Outpt time (%) = 0.0154941 (93.2756) Other time (%) = 0.000114918 (0.691813) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:45 2021 Memory usage per processor = 27.5292 Mbytes Step Atoms AVEKE stressZZ 9293 5000 1.7987132e-11 2719280.6 9294 -0.00919749999999498 2719233.47894149 9294 5000 1.7985834e-11 2719233.5 Loop time of 0.0171452 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:45 2021 Pair time (%) = 0.001158 (6.75409) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198854) Outpt time (%) = 0.0158279 (92.317) Other time (%) = 0.00012517 (0.730059) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:45 2021 Memory usage per processor = 27.5292 Mbytes Step Atoms AVEKE stressZZ 9294 5000 1.7985834e-11 2719224.6 9295 -0.00919749999999498 2719177.47480823 9295 5000 1.7984536e-11 2719177.5 Loop time of 0.0172691 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:45 2021 Pair time (%) = 0.000919104 (5.32223) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179479) Outpt time (%) = 0.016227 (93.9654) Other time (%) = 9.20296e-05 (0.532914) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:45 2021 Memory usage per processor = 27.5292 Mbytes Step Atoms AVEKE stressZZ 9295 5000 1.7984536e-11 2719168.6 9296 -0.00919749999999498 2719121.47342639 9296 5000 1.7983238e-11 2719121.5 Loop time of 0.016537 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:45 2021 Pair time (%) = 0.000949144 (5.73954) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193192) Outpt time (%) = 0.0154612 (93.4949) Other time (%) = 9.46522e-05 (0.572368) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:45 2021 Memory usage per processor = 27.5292 Mbytes Step Atoms AVEKE stressZZ 9296 5000 1.7983238e-11 2719112.6 9297 -0.00919749999999498 2719065.47479572 9297 5000 1.798194e-11 2719065.5 Loop time of 0.0166209 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:45 2021 Pair time (%) = 0.000983 (5.91425) Neigh time (%) = 0 (0) Comm time (%) = 6.29425e-05 (0.378696) Outpt time (%) = 0.0154729 (93.0931) Other time (%) = 0.000102043 (0.613946) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:45 2021 Memory usage per processor = 27.5292 Mbytes Step Atoms AVEKE stressZZ 9297 5000 1.798194e-11 2719056.6 9298 -0.00919749999999498 2719009.47891594 9298 5000 1.7980642e-11 2719009.5 Loop time of 0.016911 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:45 2021 Pair time (%) = 0.000946999 (5.59989) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188919) Outpt time (%) = 0.015835 (93.6374) Other time (%) = 9.70364e-05 (0.573805) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:45 2021 Memory usage per processor = 27.5292 Mbytes Step Atoms AVEKE stressZZ 9298 5000 1.7980642e-11 2719000.6 9299 -0.00919749999999498 2718953.48578687 9299 5000 1.7979345e-11 2718953.5 Loop time of 0.0171871 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:45 2021 Pair time (%) = 0.00094986 (5.52658) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.19282) Outpt time (%) = 0.0160701 (93.501) Other time (%) = 0.000133991 (0.779603) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:45 2021 Memory usage per processor = 27.5292 Mbytes Step Atoms AVEKE stressZZ 9299 5000 1.7979345e-11 2718944.6 9300 -0.00919749999999498 2718897.49540819 9300 5000 1.7978047e-11 2718897.5 Loop time of 0.018441 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:45 2021 Pair time (%) = 0.000957012 (5.1896) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.178417) Outpt time (%) = 0.0173559 (94.1161) Other time (%) = 9.5129e-05 (0.515857) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:45 2021 Memory usage per processor = 27.5292 Mbytes Step Atoms AVEKE stressZZ 9300 5000 1.7978047e-11 2718888.6 9301 -0.00919749999999498 2718841.5077797 9301 5000 1.797675e-11 2718841.5 Loop time of 0.0168209 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:45 2021 Pair time (%) = 0.00119019 (7.07563) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.226783) Outpt time (%) = 0.01545 (91.85) Other time (%) = 0.000142574 (0.847602) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:45 2021 Memory usage per processor = 27.5292 Mbytes Step Atoms AVEKE stressZZ 9301 5000 1.797675e-11 2718832.6 9302 -0.00919749999999498 2718785.52290112 9302 5000 1.7975453e-11 2718785.5 Loop time of 0.0169029 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:45 2021 Pair time (%) = 0.000919819 (5.44177) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.183367) Outpt time (%) = 0.015857 (93.8121) Other time (%) = 9.5129e-05 (0.562796) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:45 2021 Memory usage per processor = 27.5292 Mbytes Step Atoms AVEKE stressZZ 9302 5000 1.7975453e-11 2718776.7 9303 -0.00919749999999498 2718729.54077225 9303 5000 1.7974155e-11 2718729.5 Loop time of 0.0169871 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:45 2021 Pair time (%) = 0.000959873 (5.65061) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.189476) Outpt time (%) = 0.0159011 (93.6069) Other time (%) = 9.39369e-05 (0.55299) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:45 2021 Memory usage per processor = 27.5292 Mbytes Step Atoms AVEKE stressZZ 9303 5000 1.7974155e-11 2718720.7 9304 -0.00919749999999498 2718673.56139278 9304 5000 1.7972858e-11 2718673.6 Loop time of 0.016444 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:45 2021 Pair time (%) = 0.000925064 (5.62555) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.279828) Outpt time (%) = 0.015372 (93.4813) Other time (%) = 0.000100851 (0.613301) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:45 2021 Memory usage per processor = 27.5292 Mbytes Step Atoms AVEKE stressZZ 9304 5000 1.7972858e-11 2718664.7 9305 -0.00919749999999498 2718617.58476252 9305 5000 1.7971562e-11 2718617.6 Loop time of 0.0172279 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:45 2021 Pair time (%) = 0.00104403 (6.06014) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.202051) Outpt time (%) = 0.0160379 (93.0929) Other time (%) = 0.000111103 (0.644902) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:45 2021 Memory usage per processor = 27.5292 Mbytes Step Atoms AVEKE stressZZ 9305 5000 1.7971562e-11 2718608.7 9306 -0.00919749999999498 2718561.61088119 9306 5000 1.7970265e-11 2718561.6 Loop time of 0.0173399 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:45 2021 Pair time (%) = 0.000957966 (5.52462) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.265369) Outpt time (%) = 0.0162261 (93.5762) Other time (%) = 0.000109911 (0.63386) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:45 2021 Memory usage per processor = 27.5292 Mbytes Step Atoms AVEKE stressZZ 9306 5000 1.7970265e-11 2718552.7 9307 -0.00919749999999498 2718505.6397486 9307 5000 1.7968968e-11 2718505.6 Loop time of 0.0165319 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:45 2021 Pair time (%) = 0.000922203 (5.57831) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.187482) Outpt time (%) = 0.0154819 (93.6487) Other time (%) = 9.67979e-05 (0.585521) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:45 2021 Memory usage per processor = 27.5292 Mbytes Step Atoms AVEKE stressZZ 9307 5000 1.7968968e-11 2718496.8 9308 -0.00919749999999498 2718449.67136443 9308 5000 1.7967672e-11 2718449.7 Loop time of 0.0168111 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:45 2021 Pair time (%) = 0.00102997 (6.1267) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.226915) Outpt time (%) = 0.0155911 (92.743) Other time (%) = 0.000151873 (0.903405) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:45 2021 Memory usage per processor = 27.5292 Mbytes Step Atoms AVEKE stressZZ 9308 5000 1.7967672e-11 2718440.8 9309 -0.00919749999999498 2718393.7057285 9309 5000 1.7966376e-11 2718393.7 Loop time of 0.0172489 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:45 2021 Pair time (%) = 0.00091815 (5.32296) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185218) Outpt time (%) = 0.0162051 (93.9486) Other time (%) = 9.36985e-05 (0.543215) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:45 2021 Memory usage per processor = 27.5292 Mbytes Step Atoms AVEKE stressZZ 9309 5000 1.7966376e-11 2718384.8 9310 -0.00919749999999498 2718337.74284055 9310 5000 1.796508e-11 2718337.7 Loop time of 0.0189641 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:45 2021 Pair time (%) = 0.000982046 (5.17846) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.173495) Outpt time (%) = 0.0178509 (94.1301) Other time (%) = 9.82285e-05 (0.517972) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:45 2021 Memory usage per processor = 27.5292 Mbytes Step Atoms AVEKE stressZZ 9310 5000 1.796508e-11 2718328.9 9311 -0.00919749999999498 2718281.78270036 9311 5000 1.7963784e-11 2718281.8 Loop time of 0.016366 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:45 2021 Pair time (%) = 0.000926971 (5.66401) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.196667) Outpt time (%) = 0.0153141 (93.5726) Other time (%) = 9.27448e-05 (0.566692) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:45 2021 Memory usage per processor = 27.5292 Mbytes Step Atoms AVEKE stressZZ 9311 5000 1.7963784e-11 2718272.9 9312 -0.00919749999999498 2718225.82530763 9312 5000 1.7962488e-11 2718225.8 Loop time of 0.0170128 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:45 2021 Pair time (%) = 0.00120187 (7.06448) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.211612) Outpt time (%) = 0.0156388 (91.9237) Other time (%) = 0.000136137 (0.800202) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:45 2021 Memory usage per processor = 27.5292 Mbytes Step Atoms AVEKE stressZZ 9312 5000 1.7962488e-11 2718217 9313 -0.00919749999999498 2718169.87066222 9313 5000 1.7961192e-11 2718169.9 Loop time of 0.017108 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:45 2021 Pair time (%) = 0.000916004 (5.35426) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.18117) Outpt time (%) = 0.0160701 (93.9336) Other time (%) = 9.08375e-05 (0.530966) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:45 2021 Memory usage per processor = 27.5292 Mbytes Step Atoms AVEKE stressZZ 9313 5000 1.7961192e-11 2718161 9314 -0.00919749999999498 2718113.9187638 9314 5000 1.7959896e-11 2718113.9 Loop time of 0.016772 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:45 2021 Pair time (%) = 0.000926971 (5.52689) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190484) Outpt time (%) = 0.0157189 (93.7211) Other time (%) = 9.41753e-05 (0.561502) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:45 2021 Memory usage per processor = 27.5292 Mbytes Step Atoms AVEKE stressZZ 9314 5000 1.7959896e-11 2718105.1 9315 -0.00919749999999498 2718057.96961224 9315 5000 1.7958601e-11 2718058 Loop time of 0.018141 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:45 2021 Pair time (%) = 0.000966072 (5.32534) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.17611) Outpt time (%) = 0.0170431 (93.9479) Other time (%) = 9.98974e-05 (0.550671) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:45 2021 Memory usage per processor = 27.5292 Mbytes Step Atoms AVEKE stressZZ 9315 5000 1.7958601e-11 2718049.1 9316 -0.00919749999999498 2718002.02320718 9316 5000 1.7957305e-11 2718002 Loop time of 0.0161519 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:45 2021 Pair time (%) = 0.000919104 (5.69037) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.191893) Outpt time (%) = 0.0151129 (93.5671) Other time (%) = 8.89301e-05 (0.550586) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:45 2021 Memory usage per processor = 27.5292 Mbytes Step Atoms AVEKE stressZZ 9316 5000 1.7957305e-11 2717993.2 9317 -0.00919749999999498 2717946.07954853 9317 5000 1.795601e-11 2717946.1 Loop time of 0.016474 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:45 2021 Pair time (%) = 0.000916958 (5.56609) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.188141) Outpt time (%) = 0.0154431 (93.7421) Other time (%) = 8.29697e-05 (0.50364) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:45 2021 Memory usage per processor = 27.5292 Mbytes Step Atoms AVEKE stressZZ 9317 5000 1.795601e-11 2717937.2 9318 -0.00919749999999498 2717890.13863589 9318 5000 1.7954715e-11 2717890.1 Loop time of 0.0173302 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:45 2021 Pair time (%) = 0.000917912 (5.29661) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18435) Outpt time (%) = 0.0162921 (94.01) Other time (%) = 8.82149e-05 (0.509025) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:45 2021 Memory usage per processor = 27.5292 Mbytes Step Atoms AVEKE stressZZ 9318 5000 1.7954715e-11 2717881.3 9319 -0.00919749999999498 2717834.20046917 9319 5000 1.795342e-11 2717834.2 Loop time of 0.016789 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:45 2021 Pair time (%) = 0.000920057 (5.48013) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190292) Outpt time (%) = 0.0157139 (93.5968) Other time (%) = 0.000123024 (0.732767) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:45 2021 Memory usage per processor = 27.5292 Mbytes Step Atoms AVEKE stressZZ 9319 5000 1.795342e-11 2717825.3 9320 -0.00919749999999498 2717778.26504808 9320 5000 1.7952125e-11 2717778.3 Loop time of 0.018384 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:46 2021 Pair time (%) = 0.000959873 (5.22125) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.185454) Outpt time (%) = 0.0172591 (93.8813) Other time (%) = 0.000130892 (0.711988) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:46 2021 Memory usage per processor = 27.5292 Mbytes Step Atoms AVEKE stressZZ 9320 5000 1.7952125e-11 2717769.4 9321 -0.00919749999999498 2717722.33237244 9321 5000 1.7950831e-11 2717722.3 Loop time of 0.0170259 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:46 2021 Pair time (%) = 0.00097394 (5.72033) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.200246) Outpt time (%) = 0.015873 (93.228) Other time (%) = 0.000144958 (0.851398) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:46 2021 Memory usage per processor = 27.5292 Mbytes Step Atoms AVEKE stressZZ 9321 5000 1.7950831e-11 2717713.5 9322 -0.00919749999999498 2717666.4024435 9322 5000 1.7949536e-11 2717666.4 Loop time of 0.0172958 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:46 2021 Pair time (%) = 0.000957012 (5.53319) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179202) Outpt time (%) = 0.0162189 (93.7734) Other time (%) = 8.89301e-05 (0.514171) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:46 2021 Memory usage per processor = 27.5292 Mbytes Step Atoms AVEKE stressZZ 9322 5000 1.7949536e-11 2717657.5 9323 -0.00919749999999498 2717610.47526216 9323 5000 1.7948242e-11 2717610.5 Loop time of 0.0165 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:46 2021 Pair time (%) = 0.000917912 (5.5631) Neigh time (%) = 0 (0) Comm time (%) = 3.12328e-05 (0.18929) Outpt time (%) = 0.015456 (93.6725) Other time (%) = 9.48906e-05 (0.575095) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:46 2021 Memory usage per processor = 27.5292 Mbytes Step Atoms AVEKE stressZZ 9323 5000 1.7948242e-11 2717601.6 9324 -0.00919749999999498 2717554.55082539 9324 5000 1.7946947e-11 2717554.6 Loop time of 0.017055 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:46 2021 Pair time (%) = 0.00116992 (6.85968) Neigh time (%) = 0 (0) Comm time (%) = 4.98295e-05 (0.292169) Outpt time (%) = 0.0156829 (91.9549) Other time (%) = 0.000152349 (0.893282) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:46 2021 Memory usage per processor = 27.5292 Mbytes Step Atoms AVEKE stressZZ 9324 5000 1.7946947e-11 2717545.7 9325 -0.00919749999999498 2717498.62913304 9325 5000 1.7945653e-11 2717498.6 Loop time of 0.0171981 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:46 2021 Pair time (%) = 0.000956059 (5.5591) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185765) Outpt time (%) = 0.016119 (93.7256) Other time (%) = 9.10759e-05 (0.52957) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:46 2021 Memory usage per processor = 27.5292 Mbytes Step Atoms AVEKE stressZZ 9325 5000 1.7945653e-11 2717489.8 9326 -0.00919749999999498 2717442.71018476 9326 5000 1.7944359e-11 2717442.7 Loop time of 0.0173452 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:46 2021 Pair time (%) = 0.000990868 (5.71264) Neigh time (%) = 0 (0) Comm time (%) = 3.12328e-05 (0.180066) Outpt time (%) = 0.0162258 (93.5465) Other time (%) = 9.72748e-05 (0.560817) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:46 2021 Memory usage per processor = 27.5292 Mbytes Step Atoms AVEKE stressZZ 9326 5000 1.7944359e-11 2717433.9 9327 -0.00919749999999498 2717386.79398047 9327 5000 1.7943065e-11 2717386.8 Loop time of 0.016535 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:46 2021 Pair time (%) = 0.000921011 (5.57005) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193214) Outpt time (%) = 0.015439 (93.3716) Other time (%) = 0.000143051 (0.865139) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:46 2021 Memory usage per processor = 27.5292 Mbytes Step Atoms AVEKE stressZZ 9327 5000 1.7943065e-11 2717377.9 9328 -0.00919749999999498 2717330.88051981 9328 5000 1.7941771e-11 2717330.9 Loop time of 0.0170329 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:46 2021 Pair time (%) = 0.0010252 (6.01895) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.198765) Outpt time (%) = 0.0158658 (93.1482) Other time (%) = 0.000108004 (0.63409) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:46 2021 Memory usage per processor = 27.5292 Mbytes Step Atoms AVEKE stressZZ 9328 5000 1.7941771e-11 2717322 9329 -0.00919749999999498 2717274.96980269 9329 5000 1.7940478e-11 2717275 Loop time of 0.017133 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:46 2021 Pair time (%) = 0.000917912 (5.35757) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192037) Outpt time (%) = 0.0160902 (93.9132) Other time (%) = 9.20296e-05 (0.537148) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:46 2021 Memory usage per processor = 27.5292 Mbytes Step Atoms AVEKE stressZZ 9329 5000 1.7940478e-11 2717266.1 9330 -0.00919749999999498 2717219.06182885 9330 5000 1.7939184e-11 2717219.1 Loop time of 0.0183978 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:46 2021 Pair time (%) = 0.00091815 (4.99054) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.173652) Outpt time (%) = 0.017355 (94.3317) Other time (%) = 9.27448e-05 (0.504108) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:46 2021 Memory usage per processor = 27.5292 Mbytes Step Atoms AVEKE stressZZ 9330 5000 1.7939184e-11 2717210.2 9331 -0.00919749999999498 2717163.15659808 9331 5000 1.7937891e-11 2717163.2 Loop time of 0.016675 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:46 2021 Pair time (%) = 0.00103903 (6.23106) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.21018) Outpt time (%) = 0.0154541 (92.678) Other time (%) = 0.000146866 (0.880755) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:46 2021 Memory usage per processor = 27.5292 Mbytes Step Atoms AVEKE stressZZ 9331 5000 1.7937891e-11 2717154.3 9332 -0.00919749999999498 2717107.2541102 9332 5000 1.7936597e-11 2717107.3 Loop time of 0.0170779 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:46 2021 Pair time (%) = 0.000949144 (5.55773) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192657) Outpt time (%) = 0.016006 (93.7233) Other time (%) = 8.98838e-05 (0.526316) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:21:46 2021 Memory usage per processor = 27.5292 Mbytes Step Atoms AVEKE stressZZ 9332 5000 1.7936597e-11 2717098.4 9333 -0.00919749999999498 2717041.8656149 9333 5000 3.5434176e-11 2717131 Loop time of 0.0169761 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:46 2021 Pair time (%) = 0.00102401 (6.03205) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.200834) Outpt time (%) = 0.015729 (92.6534) Other time (%) = 0.000189066 (1.11372) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:46 2021 Memory usage per processor = 27.5292 Mbytes Step Atoms AVEKE stressZZ 9333 5000 3.5434176e-11 2758440.3 9334 -0.00922999999999496 2758377.82538822 9334 5000 2.8586437e-11 2758377.8 Loop time of 0.016454 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:46 2021 Pair time (%) = 0.000920057 (5.5917) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194166) Outpt time (%) = 0.0154099 (93.6548) Other time (%) = 9.20296e-05 (0.559315) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:46 2021 Memory usage per processor = 27.5292 Mbytes Step Atoms AVEKE stressZZ 9334 5000 2.8586437e-11 2758365.9 9335 -0.00922999999999496 2758308.75818187 9335 5000 2.4615812e-11 2758308.8 Loop time of 0.017051 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:46 2021 Pair time (%) = 0.00113702 (6.66834) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.227918) Outpt time (%) = 0.015754 (92.3934) Other time (%) = 0.000121117 (0.710321) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:46 2021 Memory usage per processor = 27.5292 Mbytes Step Atoms AVEKE stressZZ 9335 5000 2.4615812e-11 2758297.9 9336 -0.00922999999999496 2758244.13074024 9336 5000 2.2246118e-11 2758244.1 Loop time of 0.01717 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:46 2021 Pair time (%) = 0.000949144 (5.52794) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.202733) Outpt time (%) = 0.0160711 (93.6) Other time (%) = 0.000114918 (0.669296) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:46 2021 Memory usage per processor = 27.5292 Mbytes Step Atoms AVEKE stressZZ 9336 5000 2.2246118e-11 2758233.9 9337 -0.00922999999999496 2758182.32583651 9337 5000 2.0801942e-11 2758182.3 Loop time of 0.0171189 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:46 2021 Pair time (%) = 0.000917912 (5.36197) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181053) Outpt time (%) = 0.016077 (93.9138) Other time (%) = 9.29832e-05 (0.54316) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:46 2021 Memory usage per processor = 27.5292 Mbytes Step Atoms AVEKE stressZZ 9337 5000 2.0801942e-11 2758172.5 9338 -0.00922999999999496 2758122.31570877 9338 5000 1.9908824e-11 2758122.3 Loop time of 0.0165741 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:46 2021 Pair time (%) = 0.00092411 (5.57561) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.199951) Outpt time (%) = 0.0155151 (93.6102) Other time (%) = 0.000101805 (0.614238) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:46 2021 Memory usage per processor = 27.5292 Mbytes Step Atoms AVEKE stressZZ 9338 5000 1.9908824e-11 2758112.8 9339 -0.00922999999999496 2758063.44720422 9339 5000 1.9350918e-11 2758063.4 Loop time of 0.0170431 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:46 2021 Pair time (%) = 0.000974894 (5.72016) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.19305) Outpt time (%) = 0.0159349 (93.4978) Other time (%) = 0.000100374 (0.588943) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:46 2021 Memory usage per processor = 27.5292 Mbytes Step Atoms AVEKE stressZZ 9339 5000 1.9350918e-11 2758054.1 9340 -0.00922999999999496 2758005.30523717 9340 5000 1.8999985e-11 2758005.3 Loop time of 0.019047 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:46 2021 Pair time (%) = 0.000928164 (4.87301) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.162726) Outpt time (%) = 0.0179641 (94.3146) Other time (%) = 0.000123739 (0.649651) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:46 2021 Memory usage per processor = 27.5293 Mbytes Step Atoms AVEKE stressZZ 9340 5000 1.8999985e-11 2757996.1 9341 -0.00922999999999496 2757947.62601604 9341 5000 1.8778138e-11 2757947.6 Loop time of 0.016794 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:46 2021 Pair time (%) = 0.00102401 (6.09747) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190236) Outpt time (%) = 0.015641 (93.1345) Other time (%) = 9.70364e-05 (0.577805) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:46 2021 Memory usage per processor = 27.5293 Mbytes Step Atoms AVEKE stressZZ 9341 5000 1.8778138e-11 2757938.5 9342 -0.00922999999999496 2757890.24189807 9342 5000 1.8637338e-11 2757890.2 Loop time of 0.0166569 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:46 2021 Pair time (%) = 0.00107002 (6.42391) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.210409) Outpt time (%) = 0.01545 (92.7545) Other time (%) = 0.000101805 (0.611187) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:46 2021 Memory usage per processor = 27.5293 Mbytes Step Atoms AVEKE stressZZ 9342 5000 1.8637338e-11 2757881.1 9343 -0.00922999999999496 2757833.0463443 9343 5000 1.8547645e-11 2757833 Loop time of 0.017108 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:46 2021 Pair time (%) = 0.00101304 (5.92146) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186744) Outpt time (%) = 0.0159669 (93.3302) Other time (%) = 9.60827e-05 (0.561626) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:46 2021 Memory usage per processor = 27.5293 Mbytes Step Atoms AVEKE stressZZ 9343 5000 1.8547645e-11 2757824 9344 -0.00922999999999496 2757775.9716478 9344 5000 1.849027e-11 2757776 Loop time of 0.017102 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:46 2021 Pair time (%) = 0.000920057 (5.37982) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186809) Outpt time (%) = 0.016017 (93.6555) Other time (%) = 0.000133038 (0.777906) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:46 2021 Memory usage per processor = 27.5293 Mbytes Step Atoms AVEKE stressZZ 9344 5000 1.849027e-11 2757766.9 9345 -0.00922999999999496 2757718.97477989 9345 5000 1.8453366e-11 2757719 Loop time of 0.016463 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:46 2021 Pair time (%) = 0.000965834 (5.86668) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.199852) Outpt time (%) = 0.0153618 (93.3107) Other time (%) = 0.00010252 (0.622728) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:46 2021 Memory usage per processor = 27.5293 Mbytes Step Atoms AVEKE stressZZ 9345 5000 1.8453366e-11 2757709.9 9346 -0.00922999999999496 2757662.02839527 9346 5000 1.8429447e-11 2757662 Loop time of 0.0172 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:46 2021 Pair time (%) = 0.00121903 (7.08741) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192676) Outpt time (%) = 0.015815 (91.9478) Other time (%) = 0.000132799 (0.772088) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:46 2021 Memory usage per processor = 27.5293 Mbytes Step Atoms AVEKE stressZZ 9346 5000 1.8429447e-11 2757653 9347 -0.00922999999999496 2757605.11511547 9347 5000 1.8413769e-11 2757605.1 Loop time of 0.0175459 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:46 2021 Pair time (%) = 0.000919104 (5.23827) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182083) Outpt time (%) = 0.016499 (94.0334) Other time (%) = 9.58443e-05 (0.546248) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:46 2021 Memory usage per processor = 27.5293 Mbytes Step Atoms AVEKE stressZZ 9347 5000 1.8413769e-11 2757596.1 9348 -0.00922999999999496 2757548.22389628 9348 5000 1.8403324e-11 2757548.2 Loop time of 0.0165031 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:46 2021 Pair time (%) = 0.000959158 (5.81199) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193588) Outpt time (%) = 0.015419 (93.431) Other time (%) = 9.29832e-05 (0.563429) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:46 2021 Memory usage per processor = 27.5293 Mbytes Step Atoms AVEKE stressZZ 9348 5000 1.8403324e-11 2757539.2 9349 -0.00922999999999496 2757491.34771874 9349 5000 1.8396202e-11 2757491.3 Loop time of 0.0166059 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:46 2021 Pair time (%) = 0.00100613 (6.05887) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211055) Outpt time (%) = 0.01546 (93.0998) Other time (%) = 0.000104666 (0.630294) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:46 2021 Memory usage per processor = 27.5293 Mbytes Step Atoms AVEKE stressZZ 9349 5000 1.8396202e-11 2757482.3 9350 -0.00922999999999496 2757434.48212207 9350 5000 1.8391192e-11 2757434.5 Loop time of 0.0190151 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:46 2021 Pair time (%) = 0.00100899 (5.30625) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.168015) Outpt time (%) = 0.0178781 (94.0204) Other time (%) = 9.60827e-05 (0.505297) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:46 2021 Memory usage per processor = 27.5293 Mbytes Step Atoms AVEKE stressZZ 9350 5000 1.8391192e-11 2757425.4 9351 -0.00922999999999496 2757377.62427135 9351 5000 1.8387523e-11 2757377.6 Loop time of 0.0172698 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:46 2021 Pair time (%) = 0.00100303 (5.80797) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184993) Outpt time (%) = 0.0160809 (93.1152) Other time (%) = 0.000154018 (0.891834) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:46 2021 Memory usage per processor = 27.5293 Mbytes Step Atoms AVEKE stressZZ 9351 5000 1.8387523e-11 2757368.6 9352 -0.00922999999999496 2757320.77236486 9352 5000 1.8384708e-11 2757320.8 Loop time of 0.0165439 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:46 2021 Pair time (%) = 0.000941992 (5.6939) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.206082) Outpt time (%) = 0.0154688 (93.5019) Other time (%) = 9.89437e-05 (0.598069) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:46 2021 Memory usage per processor = 27.5293 Mbytes Step Atoms AVEKE stressZZ 9352 5000 1.8384708e-11 2757311.7 9353 -0.00922999999999496 2757263.92525737 9353 5000 1.8382433e-11 2757263.9 Loop time of 0.016933 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:46 2021 Pair time (%) = 0.00110984 (6.55431) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206978) Outpt time (%) = 0.015667 (92.5234) Other time (%) = 0.000121117 (0.715271) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:46 2021 Memory usage per processor = 27.5293 Mbytes Step Atoms AVEKE stressZZ 9353 5000 1.8382433e-11 2757254.9 9354 -0.00922999999999496 2757207.08222098 9354 5000 1.8380504e-11 2757207.1 Loop time of 0.0171471 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:46 2021 Pair time (%) = 0.0010612 (6.18882) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.197442) Outpt time (%) = 0.0159469 (93.0006) Other time (%) = 0.000105143 (0.613181) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:46 2021 Memory usage per processor = 27.5293 Mbytes Step Atoms AVEKE stressZZ 9354 5000 1.8380504e-11 2757198 9355 -0.00922999999999496 2757150.24279306 9355 5000 1.8378793e-11 2757150.2 Loop time of 0.0169749 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:46 2021 Pair time (%) = 0.000930786 (5.4833) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188208) Outpt time (%) = 0.015923 (93.8032) Other time (%) = 8.91685e-05 (0.525296) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:46 2021 Memory usage per processor = 27.5293 Mbytes Step Atoms AVEKE stressZZ 9355 5000 1.8378793e-11 2757141.2 9356 -0.00922999999999496 2757093.40667933 9356 5000 1.8377221e-11 2757093.4 Loop time of 0.0165188 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:46 2021 Pair time (%) = 0.000979185 (5.92769) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.290106) Outpt time (%) = 0.015389 (93.1601) Other time (%) = 0.000102758 (0.622068) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:46 2021 Memory usage per processor = 27.5293 Mbytes Step Atoms AVEKE stressZZ 9356 5000 1.8377221e-11 2757084.4 9357 -0.00922999999999496 2757036.57369286 9357 5000 1.8375738e-11 2757036.6 Loop time of 0.0169199 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:46 2021 Pair time (%) = 0.00096488 (5.70265) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.194457) Outpt time (%) = 0.0158238 (93.5223) Other time (%) = 9.82285e-05 (0.580552) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:46 2021 Memory usage per processor = 27.5293 Mbytes Step Atoms AVEKE stressZZ 9357 5000 1.8375738e-11 2757027.5 9358 -0.00922999999999496 2756979.74371456 9358 5000 1.8374311e-11 2756979.7 Loop time of 0.0170491 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:46 2021 Pair time (%) = 0.000943899 (5.53637) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187389) Outpt time (%) = 0.0159819 (93.7406) Other time (%) = 9.13143e-05 (0.535597) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:46 2021 Memory usage per processor = 27.5293 Mbytes Step Atoms AVEKE stressZZ 9358 5000 1.8374311e-11 2756970.7 9359 -0.00922999999999496 2756922.91666877 9359 5000 1.837292e-11 2756922.9 Loop time of 0.0164092 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:46 2021 Pair time (%) = 0.000962019 (5.8627) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194697) Outpt time (%) = 0.015322 (93.3745) Other time (%) = 9.32217e-05 (0.568108) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:46 2021 Memory usage per processor = 27.5293 Mbytes Step Atoms AVEKE stressZZ 9359 5000 1.837292e-11 2756913.9 9360 -0.00922999999999496 2756866.09250713 9360 5000 1.8371552e-11 2756866.1 Loop time of 0.0182021 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:46 2021 Pair time (%) = 0.000991106 (5.44502) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.175519) Outpt time (%) = 0.017091 (93.8961) Other time (%) = 8.79765e-05 (0.483332) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:46 2021 Memory usage per processor = 27.5293 Mbytes Step Atoms AVEKE stressZZ 9360 5000 1.8371552e-11 2756857 9361 -0.00922999999999496 2756809.27119897 9361 5000 1.8370198e-11 2756809.3 Loop time of 0.016283 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:46 2021 Pair time (%) = 0.00091815 (5.63869) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.196205) Outpt time (%) = 0.015245 (93.6248) Other time (%) = 8.79765e-05 (0.540295) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:46 2021 Memory usage per processor = 27.5293 Mbytes Step Atoms AVEKE stressZZ 9361 5000 1.8370198e-11 2756800.2 9362 -0.00922999999999496 2756752.45272454 9362 5000 1.8368854e-11 2756752.5 Loop time of 0.017287 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:46 2021 Pair time (%) = 0.00117493 (6.79659) Neigh time (%) = 0 (0) Comm time (%) = 8.01086e-05 (0.463404) Outpt time (%) = 0.0158651 (91.7746) Other time (%) = 0.000166893 (0.965424) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:46 2021 Memory usage per processor = 27.5293 Mbytes Step Atoms AVEKE stressZZ 9362 5000 1.8368854e-11 2756743.4 9363 -0.00922999999999496 2756695.63707126 9363 5000 1.8367515e-11 2756695.6 Loop time of 0.017164 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:47 2021 Pair time (%) = 0.000952005 (5.54653) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191691) Outpt time (%) = 0.016062 (93.5798) Other time (%) = 0.000117064 (0.68203) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:47 2021 Memory usage per processor = 27.5293 Mbytes Step Atoms AVEKE stressZZ 9363 5000 1.8367515e-11 2756686.6 9364 -0.00922999999999496 2756638.82425218 9364 5000 1.836618e-11 2756638.8 Loop time of 0.01684 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:47 2021 Pair time (%) = 0.000921011 (5.46919) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.273247) Outpt time (%) = 0.0157449 (93.4973) Other time (%) = 0.000128031 (0.760279) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:47 2021 Memory usage per processor = 27.5293 Mbytes Step Atoms AVEKE stressZZ 9364 5000 1.836618e-11 2756629.8 9365 -0.00922999999999496 2756582.01427733 9365 5000 1.8364848e-11 2756582 Loop time of 0.016783 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:47 2021 Pair time (%) = 0.00105906 (6.31029) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.231557) Outpt time (%) = 0.0155389 (92.5873) Other time (%) = 0.000146151 (0.870825) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:47 2021 Memory usage per processor = 27.5293 Mbytes Step Atoms AVEKE stressZZ 9365 5000 1.8364848e-11 2756573 9366 -0.00922999999999496 2756525.20714441 9366 5000 1.8363518e-11 2756525.2 Loop time of 0.017554 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:47 2021 Pair time (%) = 0.000920773 (5.24536) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.181998) Outpt time (%) = 0.0165088 (94.0457) Other time (%) = 9.25064e-05 (0.526981) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:47 2021 Memory usage per processor = 27.5293 Mbytes Step Atoms AVEKE stressZZ 9366 5000 1.8363518e-11 2756516.2 9367 -0.00922999999999496 2756468.40283792 9367 5000 1.8362188e-11 2756468.4 Loop time of 0.0172279 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:47 2021 Pair time (%) = 0.000921011 (5.34605) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179908) Outpt time (%) = 0.0161829 (93.9343) Other time (%) = 9.29832e-05 (0.539725) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:47 2021 Memory usage per processor = 27.5293 Mbytes Step Atoms AVEKE stressZZ 9367 5000 1.8362188e-11 2756459.4 9368 -0.00922999999999496 2756411.60135189 9368 5000 1.8360859e-11 2756411.6 Loop time of 0.0165949 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:47 2021 Pair time (%) = 0.000941038 (5.67065) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.198264) Outpt time (%) = 0.015528 (93.5708) Other time (%) = 9.29832e-05 (0.560313) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:47 2021 Memory usage per processor = 27.5293 Mbytes Step Atoms AVEKE stressZZ 9368 5000 1.8360859e-11 2756402.6 9369 -0.00922999999999496 2756354.80268249 9369 5000 1.8359531e-11 2756354.8 Loop time of 0.0173731 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:47 2021 Pair time (%) = 0.00108004 (6.21672) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.207224) Outpt time (%) = 0.0161271 (92.8281) Other time (%) = 0.000129938 (0.747928) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:47 2021 Memory usage per processor = 27.5293 Mbytes Step Atoms AVEKE stressZZ 9369 5000 1.8359531e-11 2756345.8 9370 -0.00922999999999496 2756298.00682713 9370 5000 1.8358203e-11 2756298 Loop time of 0.018723 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:47 2021 Pair time (%) = 0.000919819 (4.91277) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.170635) Outpt time (%) = 0.0176768 (94.4123) Other time (%) = 9.44138e-05 (0.504266) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:47 2021 Memory usage per processor = 27.5294 Mbytes Step Atoms AVEKE stressZZ 9370 5000 1.8358203e-11 2756289 9371 -0.00922999999999496 2756241.21379125 9371 5000 1.8356876e-11 2756241.2 Loop time of 0.0166678 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:47 2021 Pair time (%) = 0.000922918 (5.53712) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191675) Outpt time (%) = 0.015619 (93.7076) Other time (%) = 9.39369e-05 (0.563582) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:47 2021 Memory usage per processor = 27.5294 Mbytes Step Atoms AVEKE stressZZ 9371 5000 1.8356876e-11 2756232.2 9372 -0.00922999999999496 2756184.42357085 9372 5000 1.8355548e-11 2756184.4 Loop time of 0.016664 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:47 2021 Pair time (%) = 0.000967979 (5.8088) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.198873) Outpt time (%) = 0.015558 (93.3628) Other time (%) = 0.000104904 (0.629525) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:47 2021 Memory usage per processor = 27.5294 Mbytes Step Atoms AVEKE stressZZ 9372 5000 1.8355548e-11 2756175.4 9373 -0.00922999999999496 2756127.63616495 9373 5000 1.8354221e-11 2756127.6 Loop time of 0.0172219 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:47 2021 Pair time (%) = 0.00104499 (6.06778) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185508) Outpt time (%) = 0.016047 (93.1777) Other time (%) = 9.799e-05 (0.568984) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:47 2021 Memory usage per processor = 27.5294 Mbytes Step Atoms AVEKE stressZZ 9373 5000 1.8354221e-11 2756118.6 9374 -0.00922999999999496 2756070.85157063 9374 5000 1.8352894e-11 2756070.9 Loop time of 0.0170901 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:47 2021 Pair time (%) = 0.000921011 (5.38915) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.188334) Outpt time (%) = 0.0160069 (93.6622) Other time (%) = 0.000129938 (0.760313) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:47 2021 Memory usage per processor = 27.5294 Mbytes Step Atoms AVEKE stressZZ 9374 5000 1.8352894e-11 2756061.8 9375 -0.00922999999999496 2756014.06978645 9375 5000 1.8351568e-11 2756014.1 Loop time of 0.0166779 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:47 2021 Pair time (%) = 0.00110888 (6.64884) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.185842) Outpt time (%) = 0.0154018 (92.349) Other time (%) = 0.000136137 (0.816274) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:47 2021 Memory usage per processor = 27.5294 Mbytes Step Atoms AVEKE stressZZ 9375 5000 1.8351568e-11 2756005 9376 -0.00922999999999496 2755957.29085623 9376 5000 1.8350241e-11 2755957.3 Loop time of 0.016747 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:47 2021 Pair time (%) = 0.00112605 (6.7239) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.214971) Outpt time (%) = 0.0154169 (92.0575) Other time (%) = 0.000168085 (1.00367) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:47 2021 Memory usage per processor = 27.5294 Mbytes Step Atoms AVEKE stressZZ 9376 5000 1.8350241e-11 2755948.2 9377 -0.00922999999999496 2755900.51478082 9377 5000 1.8348914e-11 2755900.5 Loop time of 0.447268 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:47 2021 Pair time (%) = 0.000920057 (0.205706) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.00714294) Outpt time (%) = 0.44622 (99.7657) Other time (%) = 9.58443e-05 (0.0214288) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:47 2021 Memory usage per processor = 27.5294 Mbytes Step Atoms AVEKE stressZZ 9377 5000 1.8348914e-11 2755891.5 9378 -0.00922999999999496 2755843.74154114 9378 5000 1.8347588e-11 2755843.7 Loop time of 0.017019 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:47 2021 Pair time (%) = 0.000957012 (5.62319) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.182116) Outpt time (%) = 0.0159111 (93.49) Other time (%) = 0.000119925 (0.70465) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:47 2021 Memory usage per processor = 27.5294 Mbytes Step Atoms AVEKE stressZZ 9378 5000 1.8347588e-11 2755834.7 9379 -0.00922999999999496 2755786.97112289 9379 5000 1.8346262e-11 2755787 Loop time of 0.016911 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:47 2021 Pair time (%) = 0.00101399 (5.99605) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207247) Outpt time (%) = 0.0157471 (93.1172) Other time (%) = 0.000114918 (0.679543) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:47 2021 Memory usage per processor = 27.5294 Mbytes Step Atoms AVEKE stressZZ 9379 5000 1.8346262e-11 2755777.9 9380 -0.00922999999999496 2755730.20352842 9380 5000 1.8344936e-11 2755730.2 Loop time of 0.0195341 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:47 2021 Pair time (%) = 0.00106788 (5.46673) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.16355) Outpt time (%) = 0.0183361 (93.8669) Other time (%) = 9.82285e-05 (0.502856) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:47 2021 Memory usage per processor = 27.5294 Mbytes Step Atoms AVEKE stressZZ 9380 5000 1.8344936e-11 2755721.2 9381 -0.00922999999999496 2755673.43875585 9381 5000 1.834361e-11 2755673.4 Loop time of 0.017261 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:47 2021 Pair time (%) = 0.000900984 (5.21976) Neigh time (%) = 0 (0) Comm time (%) = 4.50611e-05 (0.261057) Outpt time (%) = 0.0161312 (93.4542) Other time (%) = 0.000183821 (1.06495) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:47 2021 Memory usage per processor = 27.5294 Mbytes Step Atoms AVEKE stressZZ 9381 5000 1.834361e-11 2755664.4 9382 -0.00922999999999496 2755616.67680303 9382 5000 1.8342284e-11 2755616.7 Loop time of 0.016839 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:47 2021 Pair time (%) = 0.000921965 (5.47517) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.189726) Outpt time (%) = 0.0157909 (93.7758) Other time (%) = 9.41753e-05 (0.559268) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:47 2021 Memory usage per processor = 27.5294 Mbytes Step Atoms AVEKE stressZZ 9382 5000 1.8342284e-11 2755607.6 9383 -0.00922999999999496 2755559.91766812 9383 5000 1.8340958e-11 2755559.9 Loop time of 0.016679 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:47 2021 Pair time (%) = 0.00106883 (6.40822) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.215847) Outpt time (%) = 0.015461 (92.6969) Other time (%) = 0.000113249 (0.678989) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:47 2021 Memory usage per processor = 27.5294 Mbytes Step Atoms AVEKE stressZZ 9383 5000 1.8340958e-11 2755550.9 9384 -0.00922999999999496 2755503.16134966 9384 5000 1.8339633e-11 2755503.2 Loop time of 0.016506 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:47 2021 Pair time (%) = 0.000923872 (5.5972) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.187777) Outpt time (%) = 0.01546 (93.6632) Other time (%) = 9.10759e-05 (0.551776) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:47 2021 Memory usage per processor = 27.5294 Mbytes Step Atoms AVEKE stressZZ 9384 5000 1.8339633e-11 2755494.1 9385 -0.00922999999999496 2755446.40784627 9385 5000 1.8338307e-11 2755446.4 Loop time of 0.016295 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:47 2021 Pair time (%) = 0.000922203 (5.65944) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.196061) Outpt time (%) = 0.0152578 (93.6353) Other time (%) = 8.29697e-05 (0.509174) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:47 2021 Memory usage per processor = 27.5294 Mbytes Step Atoms AVEKE stressZZ 9385 5000 1.8338307e-11 2755437.4 9386 -0.00922999999999496 2755389.65715673 9386 5000 1.8336982e-11 2755389.7 Loop time of 0.016366 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:47 2021 Pair time (%) = 0.000921965 (5.63341) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.189383) Outpt time (%) = 0.0153289 (93.663) Other time (%) = 8.41618e-05 (0.514247) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:47 2021 Memory usage per processor = 27.5294 Mbytes Step Atoms AVEKE stressZZ 9386 5000 1.8336982e-11 2755380.6 9387 -0.00922999999999496 2755332.90927297 9387 5000 1.8335657e-11 2755332.9 Loop time of 0.017503 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:47 2021 Pair time (%) = 0.000920057 (5.25656) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.17708) Outpt time (%) = 0.016464 (94.0637) Other time (%) = 8.79765e-05 (0.502636) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:47 2021 Memory usage per processor = 27.5294 Mbytes Step Atoms AVEKE stressZZ 9387 5000 1.8335657e-11 2755323.9 9388 -0.00922999999999496 2755276.16418963 9388 5000 1.8334332e-11 2755276.2 Loop time of 0.0173039 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:48 2021 Pair time (%) = 0.001086 (6.27601) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.195652) Outpt time (%) = 0.0160758 (92.9028) Other time (%) = 0.000108242 (0.625534) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:48 2021 Memory usage per processor = 27.5294 Mbytes Step Atoms AVEKE stressZZ 9388 5000 1.8334332e-11 2755267.1 9389 -0.00922999999999496 2755219.42191579 9389 5000 1.8333007e-11 2755219.4 Loop time of 0.0164299 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:48 2021 Pair time (%) = 0.000942945 (5.7392) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.20606) Outpt time (%) = 0.0153511 (93.4337) Other time (%) = 0.000102043 (0.621082) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:48 2021 Memory usage per processor = 27.5294 Mbytes Step Atoms AVEKE stressZZ 9389 5000 1.8333007e-11 2755210.4 9390 -0.00922999999999496 2755162.68245076 9390 5000 1.8331683e-11 2755162.7 Loop time of 0.0194652 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:48 2021 Pair time (%) = 0.00103879 (5.33665) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.170253) Outpt time (%) = 0.018292 (93.9725) Other time (%) = 0.000101328 (0.520559) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:48 2021 Memory usage per processor = 27.5294 Mbytes Step Atoms AVEKE stressZZ 9390 5000 1.8331683e-11 2755153.6 9391 -0.00922999999999496 2755105.94579363 9391 5000 1.8330358e-11 2755105.9 Loop time of 0.017175 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:48 2021 Pair time (%) = 0.000919104 (5.35142) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191568) Outpt time (%) = 0.016124 (93.8809) Other time (%) = 9.89437e-05 (0.576093) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:48 2021 Memory usage per processor = 27.5294 Mbytes Step Atoms AVEKE stressZZ 9391 5000 1.8330358e-11 2755096.9 9392 -0.00922999999999496 2755049.21194386 9392 5000 1.8329034e-11 2755049.2 Loop time of 0.0169451 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:48 2021 Pair time (%) = 0.000921011 (5.43526) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.189946) Outpt time (%) = 0.0158989 (93.8261) Other time (%) = 9.29832e-05 (0.548732) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:48 2021 Memory usage per processor = 27.5294 Mbytes Step Atoms AVEKE stressZZ 9392 5000 1.8329034e-11 2755040.2 9393 -0.00922999999999496 2754992.4809007 9393 5000 1.8327709e-11 2754992.5 Loop time of 0.0166891 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:48 2021 Pair time (%) = 0.000994921 (5.96151) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.204289) Outpt time (%) = 0.0155561 (93.2113) Other time (%) = 0.000103951 (0.622866) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:48 2021 Memory usage per processor = 27.5294 Mbytes Step Atoms AVEKE stressZZ 9393 5000 1.8327709e-11 2754983.4 9394 -0.00922999999999496 2754935.75266347 9394 5000 1.8326385e-11 2754935.8 Loop time of 0.0171421 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:48 2021 Pair time (%) = 0.00096488 (5.62873) Neigh time (%) = 0 (0) Comm time (%) = 6.48499e-05 (0.378308) Outpt time (%) = 0.0160179 (93.4422) Other time (%) = 9.44138e-05 (0.550773) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:48 2021 Memory usage per processor = 27.5294 Mbytes Step Atoms AVEKE stressZZ 9394 5000 1.8326385e-11 2754926.7 9395 -0.00922999999999496 2754879.02723162 9395 5000 1.8325061e-11 2754879 Loop time of 0.017277 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:48 2021 Pair time (%) = 0.000922918 (5.34189) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.186297) Outpt time (%) = 0.0162292 (93.935) Other time (%) = 9.27448e-05 (0.536811) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:48 2021 Memory usage per processor = 27.5294 Mbytes Step Atoms AVEKE stressZZ 9395 5000 1.8325061e-11 2754870 9396 -0.00922999999999496 2754822.3046045 9396 5000 1.8323737e-11 2754822.3 Loop time of 0.0165231 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:48 2021 Pair time (%) = 0.00104094 (6.29987) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193354) Outpt time (%) = 0.0153561 (92.9368) Other time (%) = 9.41753e-05 (0.569961) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:48 2021 Memory usage per processor = 27.5294 Mbytes Step Atoms AVEKE stressZZ 9396 5000 1.8323737e-11 2754813.3 9397 -0.00922999999999496 2754765.58478163 9397 5000 1.8322413e-11 2754765.6 Loop time of 0.0171871 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:48 2021 Pair time (%) = 0.00139308 (8.10537) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.216402) Outpt time (%) = 0.015614 (90.8473) Other time (%) = 0.000142813 (0.830929) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:48 2021 Memory usage per processor = 27.5294 Mbytes Step Atoms AVEKE stressZZ 9397 5000 1.8322413e-11 2754756.5 9398 -0.00922999999999496 2754708.8677623 9398 5000 1.832109e-11 2754708.9 Loop time of 0.0172489 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:48 2021 Pair time (%) = 0.000922203 (5.34646) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185218) Outpt time (%) = 0.0162029 (93.9362) Other time (%) = 9.17912e-05 (0.532158) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:48 2021 Memory usage per processor = 27.5294 Mbytes Step Atoms AVEKE stressZZ 9398 5000 1.832109e-11 2754699.8 9399 -0.00922999999999496 2754652.15354607 9399 5000 1.8319766e-11 2754652.2 Loop time of 0.0165739 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:48 2021 Pair time (%) = 0.000930786 (5.61597) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.187007) Outpt time (%) = 0.015517 (93.6231) Other time (%) = 9.5129e-05 (0.573969) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:48 2021 Memory usage per processor = 27.5294 Mbytes Step Atoms AVEKE stressZZ 9399 5000 1.8319766e-11 2754643.1 9400 -0.00922999999999496 2754595.44213241 9400 5000 1.8318443e-11 2754595.4 Loop time of 0.0186489 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:48 2021 Pair time (%) = 0.000963211 (5.16499) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.181542) Outpt time (%) = 0.017544 (94.0756) Other time (%) = 0.000107765 (0.577865) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:48 2021 Memory usage per processor = 27.5294 Mbytes Step Atoms AVEKE stressZZ 9400 5000 1.8318443e-11 2754586.4 9401 -0.00922999999999496 2754538.73352074 9401 5000 1.831712e-11 2754538.7 Loop time of 0.0173259 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:48 2021 Pair time (%) = 0.00110412 (6.37264) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.1899) Outpt time (%) = 0.016078 (92.7976) Other time (%) = 0.000110865 (0.639879) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:48 2021 Memory usage per processor = 27.5294 Mbytes Step Atoms AVEKE stressZZ 9401 5000 1.831712e-11 2754529.7 9402 -0.00922999999999496 2754482.02771066 9402 5000 1.8315796e-11 2754482 Loop time of 0.017019 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:48 2021 Pair time (%) = 0.000920057 (5.40605) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18772) Outpt time (%) = 0.015975 (93.8655) Other time (%) = 9.20296e-05 (0.540745) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:48 2021 Memory usage per processor = 27.5294 Mbytes Step Atoms AVEKE stressZZ 9402 5000 1.8315796e-11 2754473 9403 -0.00922999999999496 2754425.32470157 9403 5000 1.8314474e-11 2754425.3 Loop time of 0.0170231 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:48 2021 Pair time (%) = 0.000995874 (5.85014) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.193277) Outpt time (%) = 0.0158911 (93.3501) Other time (%) = 0.000103235 (0.606443) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:48 2021 Memory usage per processor = 27.5294 Mbytes Step Atoms AVEKE stressZZ 9403 5000 1.8314474e-11 2754416.3 9404 -0.00922999999999496 2754368.624493 9404 5000 1.8313151e-11 2754368.6 Loop time of 0.0170379 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:48 2021 Pair time (%) = 0.000931978 (5.47004) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.200106) Outpt time (%) = 0.015975 (93.7617) Other time (%) = 9.67979e-05 (0.568134) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:48 2021 Memory usage per processor = 27.5294 Mbytes Step Atoms AVEKE stressZZ 9404 5000 1.8313151e-11 2754359.6 9405 -0.00922999999999496 2754311.92708453 9405 5000 1.8311828e-11 2754311.9 Loop time of 0.0172989 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:48 2021 Pair time (%) = 0.00110888 (6.41013) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191574) Outpt time (%) = 0.0159771 (92.3591) Other time (%) = 0.000179768 (1.03918) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:48 2021 Memory usage per processor = 27.5294 Mbytes Step Atoms AVEKE stressZZ 9405 5000 1.8311828e-11 2754302.9 9406 -0.00922999999999496 2754255.2324757 9406 5000 1.8310505e-11 2754255.2 Loop time of 0.0170598 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:48 2021 Pair time (%) = 0.000921011 (5.39872) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187271) Outpt time (%) = 0.0160139 (93.869) Other time (%) = 9.29832e-05 (0.545043) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:48 2021 Memory usage per processor = 27.5294 Mbytes Step Atoms AVEKE stressZZ 9406 5000 1.8310505e-11 2754246.2 9407 -0.00922999999999496 2754198.54066599 9407 5000 1.8309183e-11 2754198.5 Loop time of 0.0172291 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:48 2021 Pair time (%) = 0.000921011 (5.34568) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179896) Outpt time (%) = 0.0161831 (93.9292) Other time (%) = 9.39369e-05 (0.545223) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:48 2021 Memory usage per processor = 27.5294 Mbytes Step Atoms AVEKE stressZZ 9407 5000 1.8309183e-11 2754189.5 9408 -0.00922999999999496 2754141.85165503 9408 5000 1.8307861e-11 2754141.9 Loop time of 0.0170648 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:48 2021 Pair time (%) = 0.00128508 (7.53056) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.216556) Outpt time (%) = 0.015594 (91.3811) Other time (%) = 0.000148773 (0.871813) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:48 2021 Memory usage per processor = 27.5294 Mbytes Step Atoms AVEKE stressZZ 9408 5000 1.8307861e-11 2754132.8 9409 -0.00922999999999496 2754085.16544234 9409 5000 1.8306539e-11 2754085.2 Loop time of 0.0170071 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:48 2021 Pair time (%) = 0.000921965 (5.42105) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.189253) Outpt time (%) = 0.0159631 (93.8612) Other time (%) = 8.98838e-05 (0.528507) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:48 2021 Memory usage per processor = 27.5294 Mbytes Step Atoms AVEKE stressZZ 9409 5000 1.8306539e-11 2754076.1 9410 -0.00922999999999496 2754028.48202749 9410 5000 1.8305217e-11 2754028.5 Loop time of 0.01893 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:48 2021 Pair time (%) = 0.000921011 (4.86536) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.163732) Outpt time (%) = 0.0178819 (94.4633) Other time (%) = 9.60827e-05 (0.507569) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:48 2021 Memory usage per processor = 27.5294 Mbytes Step Atoms AVEKE stressZZ 9410 5000 1.8305217e-11 2754019.4 9411 -0.00922999999999496 2753971.80141098 9411 5000 1.8303895e-11 2753971.8 Loop time of 0.016494 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:48 2021 Pair time (%) = 0.000942945 (5.71689) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.206704) Outpt time (%) = 0.01542 (93.4881) Other time (%) = 9.70364e-05 (0.588312) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:48 2021 Memory usage per processor = 27.5294 Mbytes Step Atoms AVEKE stressZZ 9411 5000 1.8303895e-11 2753962.8 9412 -0.00922999999999496 2753915.12359255 9412 5000 1.8302573e-11 2753915.1 Loop time of 0.017235 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:48 2021 Pair time (%) = 0.000961065 (5.57623) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.266984) Outpt time (%) = 0.016103 (93.4319) Other time (%) = 0.000124931 (0.724868) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:48 2021 Memory usage per processor = 27.5294 Mbytes Step Atoms AVEKE stressZZ 9412 5000 1.8302573e-11 2753906.1 9413 -0.00922999999999496 2753858.44857074 9413 5000 1.8301251e-11 2753858.4 Loop time of 0.0173302 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:48 2021 Pair time (%) = 0.000966072 (5.57451) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18435) Outpt time (%) = 0.0162082 (93.5258) Other time (%) = 0.000123978 (0.715386) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:48 2021 Memory usage per processor = 27.5294 Mbytes Step Atoms AVEKE stressZZ 9413 5000 1.8301251e-11 2753849.4 9414 -0.00922999999999496 2753801.77634516 9414 5000 1.829993e-11 2753801.8 Loop time of 0.017123 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:48 2021 Pair time (%) = 0.000921011 (5.3788) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181011) Outpt time (%) = 0.016077 (93.8916) Other time (%) = 9.39369e-05 (0.548601) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:48 2021 Memory usage per processor = 27.5294 Mbytes Step Atoms AVEKE stressZZ 9414 5000 1.829993e-11 2753792.7 9415 -0.00922999999999496 2753745.10692262 9415 5000 1.8298608e-11 2753745.1 Loop time of 0.016608 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:48 2021 Pair time (%) = 0.00108194 (6.51459) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.20385) Outpt time (%) = 0.0153871 (92.6485) Other time (%) = 0.000105143 (0.633084) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:48 2021 Memory usage per processor = 27.5294 Mbytes Step Atoms AVEKE stressZZ 9415 5000 1.8298608e-11 2753736.1 9416 -0.00922999999999496 2753688.44036235 9416 5000 1.8297287e-11 2753688.4 Loop time of 0.0172291 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:48 2021 Pair time (%) = 0.000963926 (5.59476) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197886) Outpt time (%) = 0.0161321 (93.6331) Other time (%) = 9.89437e-05 (0.574283) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:48 2021 Memory usage per processor = 27.5294 Mbytes Step Atoms AVEKE stressZZ 9416 5000 1.8297287e-11 2753679.4 9417 -0.00922999999999496 2753631.77663813 9417 5000 1.8295966e-11 2753631.8 Loop time of 0.0173268 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:48 2021 Pair time (%) = 0.00092411 (5.33341) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.178881) Outpt time (%) = 0.016242 (93.7392) Other time (%) = 0.0001297 (0.748548) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:48 2021 Memory usage per processor = 27.5294 Mbytes Step Atoms AVEKE stressZZ 9417 5000 1.8295966e-11 2753622.7 9418 -0.00922999999999496 2753575.11573805 9418 5000 1.8294645e-11 2753575.1 Loop time of 0.0165749 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:48 2021 Pair time (%) = 0.000964165 (5.81703) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.198504) Outpt time (%) = 0.0154529 (93.2307) Other time (%) = 0.000124931 (0.75374) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:48 2021 Memory usage per processor = 27.5294 Mbytes Step Atoms AVEKE stressZZ 9418 5000 1.8294645e-11 2753566.1 9419 -0.00922999999999496 2753518.45765656 9419 5000 1.8293324e-11 2753518.5 Loop time of 0.0172122 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:48 2021 Pair time (%) = 0.000971794 (5.64598) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185614) Outpt time (%) = 0.016113 (93.6143) Other time (%) = 9.53674e-05 (0.55407) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:48 2021 Memory usage per processor = 27.5294 Mbytes Step Atoms AVEKE stressZZ 9419 5000 1.8293324e-11 2753509.4 9420 -0.00922999999999496 2753461.80239024 9420 5000 1.8292004e-11 2753461.8 Loop time of 0.019105 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:48 2021 Pair time (%) = 0.000986099 (5.16148) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.162232) Outpt time (%) = 0.0179939 (94.1846) Other time (%) = 9.39369e-05 (0.491689) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:48 2021 Memory usage per processor = 27.5294 Mbytes Step Atoms AVEKE stressZZ 9420 5000 1.8292004e-11 2753452.8 9421 -0.00922999999999496 2753405.14993646 9421 5000 1.8290683e-11 2753405.1 Loop time of 0.016943 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:48 2021 Pair time (%) = 0.000924826 (5.45846) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.18997) Outpt time (%) = 0.015852 (93.5607) Other time (%) = 0.000133991 (0.790836) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:48 2021 Memory usage per processor = 27.5294 Mbytes Step Atoms AVEKE stressZZ 9421 5000 1.8290683e-11 2753396.1 9422 -0.00922999999999496 2753348.50029327 9422 5000 1.8289363e-11 2753348.5 Loop time of 0.016479 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:48 2021 Pair time (%) = 0.000987053 (5.98976) Neigh time (%) = 0 (0) Comm time (%) = 5.6982e-05 (0.345785) Outpt time (%) = 0.015332 (93.0394) Other time (%) = 0.000102997 (0.625018) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:48 2021 Memory usage per processor = 27.5294 Mbytes Step Atoms AVEKE stressZZ 9422 5000 1.8289363e-11 2753339.5 9423 -0.00922999999999496 2753291.85345906 9423 5000 1.8288043e-11 2753291.9 Loop time of 0.017226 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:48 2021 Pair time (%) = 0.000971079 (5.63729) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.196537) Outpt time (%) = 0.0161231 (93.5973) Other time (%) = 9.799e-05 (0.56885) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:48 2021 Memory usage per processor = 27.5294 Mbytes Step Atoms AVEKE stressZZ 9423 5000 1.8288043e-11 2753282.8 9424 -0.00922999999999496 2753235.20943246 9424 5000 1.8286722e-11 2753235.2 Loop time of 0.017138 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:48 2021 Pair time (%) = 0.000926018 (5.4033) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180852) Outpt time (%) = 0.0160871 (93.8677) Other time (%) = 9.39369e-05 (0.548121) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:48 2021 Memory usage per processor = 27.5294 Mbytes Step Atoms AVEKE stressZZ 9424 5000 1.8286722e-11 2753226.2 9425 -0.00922999999999496 2753178.56821218 9425 5000 1.8285402e-11 2753178.6 Loop time of 0.0166221 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:48 2021 Pair time (%) = 0.000962019 (5.7876) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.186465) Outpt time (%) = 0.015533 (93.4479) Other time (%) = 9.60827e-05 (0.578043) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:48 2021 Memory usage per processor = 27.5294 Mbytes Step Atoms AVEKE stressZZ 9425 5000 1.8285402e-11 2753169.5 9426 -0.00922999999999496 2753121.92979721 9426 5000 1.8284083e-11 2753121.9 Loop time of 0.016654 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:48 2021 Pair time (%) = 0.00110078 (6.60969) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.227624) Outpt time (%) = 0.0154009 (92.4755) Other time (%) = 0.000114441 (0.687167) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:48 2021 Memory usage per processor = 27.5294 Mbytes Step Atoms AVEKE stressZZ 9426 5000 1.8284083e-11 2753112.9 9427 -0.00922999999999496 2753065.2941721 9427 5000 1.8282763e-11 2753065.3 Loop time of 0.0168741 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:48 2021 Pair time (%) = 0.000923872 (5.4751) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.183681) Outpt time (%) = 0.01583 (93.8128) Other time (%) = 8.91685e-05 (0.528435) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:48 2021 Memory usage per processor = 27.5294 Mbytes Step Atoms AVEKE stressZZ 9427 5000 1.8282763e-11 2753056.3 9428 -0.00922999999999496 2753008.66134397 9428 5000 1.8281443e-11 2753008.7 Loop time of 0.0170808 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:48 2021 Pair time (%) = 0.000972033 (5.6908) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187041) Outpt time (%) = 0.015974 (93.5206) Other time (%) = 0.000102758 (0.601602) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:48 2021 Memory usage per processor = 27.5294 Mbytes Step Atoms AVEKE stressZZ 9428 5000 1.8281443e-11 2752999.6 9429 -0.00922999999999496 2752952.03131692 9429 5000 1.8280124e-11 2752952 Loop time of 0.016439 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:48 2021 Pair time (%) = 0.000925064 (5.62727) Neigh time (%) = 0 (0) Comm time (%) = 5.6982e-05 (0.346628) Outpt time (%) = 0.015352 (93.388) Other time (%) = 0.000104904 (0.638144) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:48 2021 Memory usage per processor = 27.5294 Mbytes Step Atoms AVEKE stressZZ 9429 5000 1.8280124e-11 2752943 9430 -0.00922999999999496 2752895.40409021 9430 5000 1.8278804e-11 2752895.4 Loop time of 0.0179851 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:48 2021 Pair time (%) = 0.000921965 (5.12627) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.177636) Outpt time (%) = 0.016943 (94.2056) Other time (%) = 8.82149e-05 (0.490489) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:48 2021 Memory usage per processor = 27.5294 Mbytes Step Atoms AVEKE stressZZ 9430 5000 1.8278804e-11 2752886.4 9431 -0.00922999999999496 2752838.77966325 9431 5000 1.8277485e-11 2752838.8 Loop time of 0.0163689 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:48 2021 Pair time (%) = 0.000998974 (6.10289) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.18935) Outpt time (%) = 0.015249 (93.1586) Other time (%) = 8.98838e-05 (0.549114) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:48 2021 Memory usage per processor = 27.5294 Mbytes Step Atoms AVEKE stressZZ 9431 5000 1.8277485e-11 2752829.7 9432 -0.00922999999999496 2752782.15803535 9432 5000 1.8276166e-11 2752782.2 Loop time of 0.01718 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:49 2021 Pair time (%) = 0.000922203 (5.3679) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.18041) Outpt time (%) = 0.0161369 (93.9285) Other time (%) = 8.98838e-05 (0.52319) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:49 2021 Memory usage per processor = 27.5294 Mbytes Step Atoms AVEKE stressZZ 9432 5000 1.8276166e-11 2752773.1 9433 -0.00922999999999496 2752725.5392059 9433 5000 1.8274847e-11 2752725.5 Loop time of 0.0166669 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:49 2021 Pair time (%) = 0.000930786 (5.58464) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191686) Outpt time (%) = 0.0155849 (93.5084) Other time (%) = 0.000119209 (0.715246) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:21:49 2021 Memory usage per processor = 27.5294 Mbytes Step Atoms AVEKE stressZZ 9433 5000 1.8274847e-11 2752716.5 9434 -0.00922999999999496 2752659.32641887 9434 5000 3.6102293e-11 2752749.6 Loop time of 0.0165398 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:49 2021 Pair time (%) = 0.00115919 (7.00849) Neigh time (%) = 0 (0) Comm time (%) = 5.29289e-05 (0.320009) Outpt time (%) = 0.015162 (91.6697) Other time (%) = 0.000165701 (1.00183) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28311 ave 28311 max 28311 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28311 Ave neighs/atom = 5.6622 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:49 2021 Memory usage per processor = 27.5294 Mbytes Step Atoms AVEKE stressZZ 9434 5000 3.6102293e-11 2794306.9 9435 -0.00926249999999495 2794243.66757189 9435 5000 2.9124145e-11 2794243.7 Loop time of 0.0176151 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:49 2021 Pair time (%) = 0.00100613 (5.71173) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.261224) Outpt time (%) = 0.016398 (93.0904) Other time (%) = 0.000164986 (0.936616) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28314 ave 28314 max 28314 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28314 Ave neighs/atom = 5.6628 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:49 2021 Memory usage per processor = 27.5294 Mbytes Step Atoms AVEKE stressZZ 9435 5000 2.9124145e-11 2794231.5 9436 -0.00926249999999495 2794173.71523708 9436 5000 2.5077983e-11 2794173.7 Loop time of 0.0171189 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:49 2021 Pair time (%) = 0.00092411 (5.39818) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186624) Outpt time (%) = 0.0160551 (93.7857) Other time (%) = 0.000107765 (0.629509) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28314 ave 28314 max 28314 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28314 Ave neighs/atom = 5.6628 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:49 2021 Memory usage per processor = 27.5294 Mbytes Step Atoms AVEKE stressZZ 9436 5000 2.5077983e-11 2794162.6 9437 -0.00926249999999495 2794108.26308613 9437 5000 2.2663244e-11 2794108.3 Loop time of 0.016427 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:49 2021 Pair time (%) = 0.000950098 (5.78374) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.207547) Outpt time (%) = 0.0153399 (93.3817) Other time (%) = 0.000102997 (0.626996) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28314 ave 28314 max 28314 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28314 Ave neighs/atom = 5.6628 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:49 2021 Memory usage per processor = 27.5294 Mbytes Step Atoms AVEKE stressZZ 9437 5000 2.2663244e-11 2794097.9 9438 -0.00926249999999495 2794045.67189119 9438 5000 2.1191631e-11 2794045.7 Loop time of 0.017236 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:49 2021 Pair time (%) = 0.00095582 (5.54549) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.19089) Outpt time (%) = 0.0161481 (93.6882) Other time (%) = 9.91821e-05 (0.575436) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28314 ave 28314 max 28314 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28314 Ave neighs/atom = 5.6628 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:49 2021 Memory usage per processor = 27.5294 Mbytes Step Atoms AVEKE stressZZ 9438 5000 2.1191631e-11 2794035.7 9439 -0.00926249999999495 2793984.89990897 9439 5000 2.0281552e-11 2793984.9 Loop time of 0.017205 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:49 2021 Pair time (%) = 0.000923872 (5.36979) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180148) Outpt time (%) = 0.016156 (93.9027) Other time (%) = 9.41753e-05 (0.547372) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28314 ave 28314 max 28314 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28314 Ave neighs/atom = 5.6628 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:49 2021 Memory usage per processor = 27.5294 Mbytes Step Atoms AVEKE stressZZ 9439 5000 2.0281552e-11 2793975.2 9440 -0.00926249999999495 2793925.2851015 9440 5000 1.9713052e-11 2793925.3 Loop time of 0.0186429 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:49 2021 Pair time (%) = 0.000957966 (5.1385) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.172648) Outpt time (%) = 0.0175591 (94.1863) Other time (%) = 9.36985e-05 (0.502596) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28314 ave 28314 max 28314 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28314 Ave neighs/atom = 5.6628 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:49 2021 Memory usage per processor = 27.5296 Mbytes Step Atoms AVEKE stressZZ 9440 5000 1.9713052e-11 2793915.8 9441 -0.00926249999999495 2793866.4067365 9441 5000 1.9355456e-11 2793866.4 Loop time of 0.016567 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:49 2021 Pair time (%) = 0.000991106 (5.98241) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.217307) Outpt time (%) = 0.015435 (93.1671) Other time (%) = 0.000104904 (0.633212) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28314 ave 28314 max 28314 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28314 Ave neighs/atom = 5.6628 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:49 2021 Memory usage per processor = 27.5296 Mbytes Step Atoms AVEKE stressZZ 9441 5000 1.9355456e-11 2793857 9442 -0.00926249999999495 2793807.9974338 9442 5000 1.9129398e-11 2793808 Loop time of 0.0174301 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:49 2021 Pair time (%) = 0.00109291 (6.27026) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.195604) Outpt time (%) = 0.0161631 (92.7312) Other time (%) = 0.000139952 (0.802933) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28314 ave 28314 max 28314 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28314 Ave neighs/atom = 5.6628 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:49 2021 Memory usage per processor = 27.5296 Mbytes Step Atoms AVEKE stressZZ 9442 5000 1.9129398e-11 2793798.6 9443 -0.00926249999999495 2793749.88726999 9443 5000 1.8985925e-11 2793749.9 Loop time of 0.0172539 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:49 2021 Pair time (%) = 0.00092411 (5.35596) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179637) Outpt time (%) = 0.0162048 (93.92) Other time (%) = 9.39369e-05 (0.54444) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28314 ave 28314 max 28314 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28314 Ave neighs/atom = 5.6628 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:49 2021 Memory usage per processor = 27.5296 Mbytes Step Atoms AVEKE stressZZ 9443 5000 1.8985925e-11 2793740.6 9444 -0.00926249999999495 2793691.96825661 9444 5000 1.8894529e-11 2793692 Loop time of 0.016618 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:49 2021 Pair time (%) = 0.000939131 (5.65128) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.19225) Outpt time (%) = 0.0155551 (93.6041) Other time (%) = 9.17912e-05 (0.552359) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28314 ave 28314 max 28314 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28314 Ave neighs/atom = 5.6628 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:49 2021 Memory usage per processor = 27.5296 Mbytes Step Atoms AVEKE stressZZ 9444 5000 1.8894529e-11 2793682.7 9445 -0.00926249999999495 2793634.17176545 9445 5000 1.8836063e-11 2793634.2 Loop time of 0.017236 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:49 2021 Pair time (%) = 0.00117898 (6.84022) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.214405) Outpt time (%) = 0.015871 (92.0808) Other time (%) = 0.000149012 (0.864537) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28314 ave 28314 max 28314 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28314 Ave neighs/atom = 5.6628 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:49 2021 Memory usage per processor = 27.5296 Mbytes Step Atoms AVEKE stressZZ 9445 5000 1.8836063e-11 2793624.9 9446 -0.00926249999999495 2793576.45418225 9446 5000 1.8798459e-11 2793576.5 Loop time of 0.0173681 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:49 2021 Pair time (%) = 0.000922918 (5.31388) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183947) Outpt time (%) = 0.0163209 (93.9709) Other time (%) = 9.2268e-05 (0.53125) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28314 ave 28314 max 28314 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28314 Ave neighs/atom = 5.6628 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:49 2021 Memory usage per processor = 27.5296 Mbytes Step Atoms AVEKE stressZZ 9446 5000 1.8798459e-11 2793567.2 9447 -0.00926249999999495 2793518.78778939 9447 5000 1.8774085e-11 2793518.8 Loop time of 0.017194 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:49 2021 Pair time (%) = 0.000923872 (5.37321) Neigh time (%) = 0 (0) Comm time (%) = 4.50611e-05 (0.262074) Outpt time (%) = 0.016114 (93.7185) Other time (%) = 0.000111103 (0.646172) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28314 ave 28314 max 28314 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28314 Ave neighs/atom = 5.6628 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:49 2021 Memory usage per processor = 27.5296 Mbytes Step Atoms AVEKE stressZZ 9447 5000 1.8774085e-11 2793509.6 9448 -0.00926249999999495 2793461.1549718 9448 5000 1.8758108e-11 2793461.2 Loop time of 0.0168772 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:49 2021 Pair time (%) = 0.00100684 (5.9657) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.189298) Outpt time (%) = 0.0157318 (93.2135) Other time (%) = 0.000106573 (0.631463) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28314 ave 28314 max 28314 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28314 Ave neighs/atom = 5.6628 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:49 2021 Memory usage per processor = 27.5296 Mbytes Step Atoms AVEKE stressZZ 9448 5000 1.8758108e-11 2793451.9 9449 -0.00926249999999495 2793403.54453454 9449 5000 1.8747463e-11 2793403.5 Loop time of 0.0172131 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:49 2021 Pair time (%) = 0.000997782 (5.79664) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185603) Outpt time (%) = 0.016084 (93.4402) Other time (%) = 9.94205e-05 (0.577586) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28314 ave 28314 max 28314 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28314 Ave neighs/atom = 5.6628 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:49 2021 Memory usage per processor = 27.5296 Mbytes Step Atoms AVEKE stressZZ 9449 5000 1.8747463e-11 2793394.3 9450 -0.00926249999999495 2793345.94936296 9450 5000 1.8740205e-11 2793345.9 Loop time of 0.0190821 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:49 2021 Pair time (%) = 0.000922918 (4.83657) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.162427) Outpt time (%) = 0.018034 (94.5075) Other time (%) = 9.41753e-05 (0.493528) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28314 ave 28314 max 28314 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28314 Ave neighs/atom = 5.6628 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:49 2021 Memory usage per processor = 27.5296 Mbytes Step Atoms AVEKE stressZZ 9450 5000 1.8740205e-11 2793336.7 9451 -0.00926249999999495 2793288.36493536 9451 5000 1.8735099e-11 2793288.4 Loop time of 0.0166192 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:49 2021 Pair time (%) = 0.000969887 (5.83594) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.197974) Outpt time (%) = 0.0155172 (93.3693) Other time (%) = 9.91821e-05 (0.596792) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28314 ave 28314 max 28314 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28314 Ave neighs/atom = 5.6628 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:49 2021 Memory usage per processor = 27.5296 Mbytes Step Atoms AVEKE stressZZ 9451 5000 1.8735099e-11 2793279.1 9452 -0.00926249999999495 2793230.78837802 9452 5000 1.873136e-11 2793230.8 Loop time of 0.0165682 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:49 2021 Pair time (%) = 0.00105906 (6.3921) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211535) Outpt time (%) = 0.0153682 (92.7574) Other time (%) = 0.000105858 (0.638922) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28314 ave 28314 max 28314 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28314 Ave neighs/atom = 5.6628 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:49 2021 Memory usage per processor = 27.5296 Mbytes Step Atoms AVEKE stressZZ 9452 5000 1.873136e-11 2793221.6 9453 -0.00926249999999495 2793173.21786428 9453 5000 1.872849e-11 2793173.2 Loop time of 0.0168638 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:49 2021 Pair time (%) = 0.00092411 (5.47984) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.189447) Outpt time (%) = 0.0158229 (93.8274) Other time (%) = 8.4877e-05 (0.503308) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28314 ave 28314 max 28314 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28314 Ave neighs/atom = 5.6628 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:49 2021 Memory usage per processor = 27.5296 Mbytes Step Atoms AVEKE stressZZ 9453 5000 1.872849e-11 2793164 9454 -0.00926249999999495 2793115.65223315 9454 5000 1.8726172e-11 2793115.7 Loop time of 0.0169861 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:49 2021 Pair time (%) = 0.000923872 (5.43898) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.189487) Outpt time (%) = 0.0159352 (93.8129) Other time (%) = 9.48906e-05 (0.558636) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28314 ave 28314 max 28314 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28314 Ave neighs/atom = 5.6628 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:49 2021 Memory usage per processor = 27.5296 Mbytes Step Atoms AVEKE stressZZ 9454 5000 1.8726172e-11 2793106.4 9455 -0.00926249999999495 2793058.09074667 9455 5000 1.8724204e-11 2793058.1 Loop time of 0.016634 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:49 2021 Pair time (%) = 0.000983 (5.90959) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192065) Outpt time (%) = 0.015518 (93.2906) Other time (%) = 0.000101089 (0.607728) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28314 ave 28314 max 28314 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28314 Ave neighs/atom = 5.6628 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:49 2021 Memory usage per processor = 27.5296 Mbytes Step Atoms AVEKE stressZZ 9455 5000 1.8724204e-11 2793048.9 9456 -0.00926249999999495 2793000.53293554 9456 5000 1.872246e-11 2793000.5 Loop time of 0.017293 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:49 2021 Pair time (%) = 0.00103498 (5.98494) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184746) Outpt time (%) = 0.016118 (93.2058) Other time (%) = 0.000108004 (0.624552) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28314 ave 28314 max 28314 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28314 Ave neighs/atom = 5.6628 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:49 2021 Memory usage per processor = 27.5296 Mbytes Step Atoms AVEKE stressZZ 9456 5000 1.872246e-11 2792991.3 9457 -0.00926249999999495 2792942.97850141 9457 5000 1.8720858e-11 2792943 Loop time of 0.0170851 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:49 2021 Pair time (%) = 0.00097084 (5.68239) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181412) Outpt time (%) = 0.0159879 (93.578) Other time (%) = 9.53674e-05 (0.558191) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28314 ave 28314 max 28314 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28314 Ave neighs/atom = 5.6628 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:49 2021 Memory usage per processor = 27.5296 Mbytes Step Atoms AVEKE stressZZ 9457 5000 1.8720858e-11 2792933.8 9458 -0.00926249999999495 2792885.42725442 9458 5000 1.8719345e-11 2792885.4 Loop time of 0.016654 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:49 2021 Pair time (%) = 0.000926018 (5.56033) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191834) Outpt time (%) = 0.0156081 (93.7196) Other time (%) = 8.79765e-05 (0.52826) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28314 ave 28314 max 28314 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28314 Ave neighs/atom = 5.6628 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:49 2021 Memory usage per processor = 27.5296 Mbytes Step Atoms AVEKE stressZZ 9458 5000 1.8719345e-11 2792876.2 9459 -0.00926249999999495 2792827.87907375 9459 5000 1.871789e-11 2792827.9 Loop time of 0.0167041 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:49 2021 Pair time (%) = 0.00104117 (6.23305) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.204105) Outpt time (%) = 0.015491 (92.7379) Other time (%) = 0.000137806 (0.824984) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28314 ave 28314 max 28314 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28314 Ave neighs/atom = 5.6628 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:49 2021 Memory usage per processor = 27.5296 Mbytes Step Atoms AVEKE stressZZ 9459 5000 1.871789e-11 2792818.7 9460 -0.00926249999999495 2792770.33388246 9460 5000 1.8716472e-11 2792770.3 Loop time of 0.0188601 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:49 2021 Pair time (%) = 0.000921965 (4.88844) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.164339) Outpt time (%) = 0.0178142 (94.4542) Other time (%) = 9.29832e-05 (0.493016) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28314 ave 28314 max 28314 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28314 Ave neighs/atom = 5.6628 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:49 2021 Memory usage per processor = 27.5296 Mbytes Step Atoms AVEKE stressZZ 9460 5000 1.8716472e-11 2792761.1 9461 -0.00926249999999495 2792712.79163143 9461 5000 1.8715076e-11 2792712.8 Loop time of 0.0172119 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:49 2021 Pair time (%) = 0.00103712 (6.0256) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191157) Outpt time (%) = 0.0160389 (93.1848) Other time (%) = 0.000102997 (0.598404) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28314 ave 28314 max 28314 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28314 Ave neighs/atom = 5.6628 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:49 2021 Memory usage per processor = 27.5296 Mbytes Step Atoms AVEKE stressZZ 9461 5000 1.8715076e-11 2792703.6 9462 -0.00926249999999495 2792655.25228925 9462 5000 1.8713696e-11 2792655.3 Loop time of 0.0169148 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:49 2021 Pair time (%) = 0.00092411 (5.46331) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188876) Outpt time (%) = 0.0158341 (93.6106) Other time (%) = 0.000124693 (0.73718) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28314 ave 28314 max 28314 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28314 Ave neighs/atom = 5.6628 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:49 2021 Memory usage per processor = 27.5296 Mbytes Step Atoms AVEKE stressZZ 9462 5000 1.8713696e-11 2792646 9463 -0.00926249999999495 2792597.71583587 9463 5000 1.8712325e-11 2792597.7 Loop time of 0.0169389 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:49 2021 Pair time (%) = 0.00113416 (6.69557) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.218165) Outpt time (%) = 0.0156491 (92.3853) Other time (%) = 0.000118732 (0.700944) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28314 ave 28314 max 28314 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28314 Ave neighs/atom = 5.6628 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:49 2021 Memory usage per processor = 27.5296 Mbytes Step Atoms AVEKE stressZZ 9463 5000 1.8712325e-11 2792588.5 9464 -0.00926249999999495 2792540.18225828 9464 5000 1.871096e-11 2792540.2 Loop time of 0.0173111 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:49 2021 Pair time (%) = 0.000936985 (5.41263) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190062) Outpt time (%) = 0.0162449 (93.8409) Other time (%) = 9.63211e-05 (0.556413) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28314 ave 28314 max 28314 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28314 Ave neighs/atom = 5.6628 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:49 2021 Memory usage per processor = 27.5296 Mbytes Step Atoms AVEKE stressZZ 9464 5000 1.871096e-11 2792531 9465 -0.00926249999999495 2792482.65154809 9465 5000 1.8709599e-11 2792482.7 Loop time of 0.0169871 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:49 2021 Pair time (%) = 0.00103784 (6.10956) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.193687) Outpt time (%) = 0.015784 (92.9178) Other time (%) = 0.000132322 (0.778958) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28314 ave 28314 max 28314 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28314 Ave neighs/atom = 5.6628 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:49 2021 Memory usage per processor = 27.5296 Mbytes Step Atoms AVEKE stressZZ 9465 5000 1.8709599e-11 2792473.4 9466 -0.00926249999999495 2792425.12369976 9466 5000 1.8708241e-11 2792425.1 Loop time of 0.0165391 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:49 2021 Pair time (%) = 0.000978947 (5.91899) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.206141) Outpt time (%) = 0.0154271 (93.2766) Other time (%) = 9.89437e-05 (0.598241) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28314 ave 28314 max 28314 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28314 Ave neighs/atom = 5.6628 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:49 2021 Memory usage per processor = 27.5296 Mbytes Step Atoms AVEKE stressZZ 9466 5000 1.8708241e-11 2792415.9 9467 -0.00926249999999495 2792367.59870968 9467 5000 1.8706884e-11 2792367.6 Loop time of 0.0171721 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:49 2021 Pair time (%) = 0.000955105 (5.56196) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.1916) Outpt time (%) = 0.0160902 (93.6994) Other time (%) = 9.39369e-05 (0.547032) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28314 ave 28314 max 28314 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28314 Ave neighs/atom = 5.6628 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:49 2021 Memory usage per processor = 27.5296 Mbytes Step Atoms AVEKE stressZZ 9467 5000 1.8706884e-11 2792358.4 9468 -0.00926249999999495 2792310.0765753 9468 5000 1.8705528e-11 2792310.1 Loop time of 0.0170701 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:49 2021 Pair time (%) = 0.000963926 (5.64688) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187159) Outpt time (%) = 0.01598 (93.6143) Other time (%) = 9.41753e-05 (0.551699) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28314 ave 28314 max 28314 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28314 Ave neighs/atom = 5.6628 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:49 2021 Memory usage per processor = 27.5296 Mbytes Step Atoms AVEKE stressZZ 9468 5000 1.8705528e-11 2792300.9 9469 -0.00926249999999495 2792252.5572949 9469 5000 1.8704173e-11 2792252.6 Loop time of 0.0166271 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:49 2021 Pair time (%) = 0.000922918 (5.5507) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.193579) Outpt time (%) = 0.0155382 (93.4513) Other time (%) = 0.000133753 (0.804428) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28314 ave 28314 max 28314 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28314 Ave neighs/atom = 5.6628 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:49 2021 Memory usage per processor = 27.5296 Mbytes Step Atoms AVEKE stressZZ 9469 5000 1.8704173e-11 2792243.3 9470 -0.00926249999999495 2792195.04086721 9470 5000 1.8702819e-11 2792195 Loop time of 0.0190361 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:49 2021 Pair time (%) = 0.00116301 (6.10949) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.194131) Outpt time (%) = 0.0177131 (93.0501) Other time (%) = 0.000123024 (0.646268) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28314 ave 28314 max 28314 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28314 Ave neighs/atom = 5.6628 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:49 2021 Memory usage per processor = 27.5296 Mbytes Step Atoms AVEKE stressZZ 9470 5000 1.8702819e-11 2792185.8 9471 -0.00926249999999495 2792137.52729131 9471 5000 1.8701465e-11 2792137.5 Loop time of 0.0173519 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:49 2021 Pair time (%) = 0.00123096 (7.09408) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184119) Outpt time (%) = 0.015991 (92.1571) Other time (%) = 9.799e-05 (0.564723) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28314 ave 28314 max 28314 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28314 Ave neighs/atom = 5.6628 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:49 2021 Memory usage per processor = 27.5296 Mbytes Step Atoms AVEKE stressZZ 9471 5000 1.8701465e-11 2792128.3 9472 -0.00926249999999495 2792080.01656633 9472 5000 1.8700111e-11 2792080 Loop time of 0.01706 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:49 2021 Pair time (%) = 0.00092411 (5.41681) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187269) Outpt time (%) = 0.01601 (93.8453) Other time (%) = 9.39369e-05 (0.550625) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28314 ave 28314 max 28314 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28314 Ave neighs/atom = 5.6628 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:49 2021 Memory usage per processor = 27.5296 Mbytes Step Atoms AVEKE stressZZ 9472 5000 1.8700111e-11 2792070.8 9473 -0.00926249999999495 2792022.50869165 9473 5000 1.8698758e-11 2792022.5 Loop time of 0.016566 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:49 2021 Pair time (%) = 0.000967979 (5.84316) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.187096) Outpt time (%) = 0.0154719 (93.3955) Other time (%) = 9.5129e-05 (0.574241) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28314 ave 28314 max 28314 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28314 Ave neighs/atom = 5.6628 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:49 2021 Memory usage per processor = 27.5296 Mbytes Step Atoms AVEKE stressZZ 9473 5000 1.8698758e-11 2792013.3 9474 -0.00926249999999495 2791965.00366678 9474 5000 1.8697404e-11 2791965 Loop time of 0.016269 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:49 2021 Pair time (%) = 0.000923157 (5.67434) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.190512) Outpt time (%) = 0.0152259 (93.5885) Other time (%) = 8.89301e-05 (0.546624) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28314 ave 28314 max 28314 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28314 Ave neighs/atom = 5.6628 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:49 2021 Memory usage per processor = 27.5296 Mbytes Step Atoms AVEKE stressZZ 9474 5000 1.8697404e-11 2791955.8 9475 -0.00926249999999495 2791907.50149115 9475 5000 1.8696051e-11 2791907.5 Loop time of 0.0164559 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:50 2021 Pair time (%) = 0.000927925 (5.63886) Neigh time (%) = 0 (0) Comm time (%) = 9.48906e-05 (0.576636) Outpt time (%) = 0.015224 (92.5139) Other time (%) = 0.000209093 (1.27063) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28314 ave 28314 max 28314 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28314 Ave neighs/atom = 5.6628 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:50 2021 Memory usage per processor = 27.5296 Mbytes Step Atoms AVEKE stressZZ 9475 5000 1.8696051e-11 2791898.3 9476 -0.00926249999999495 2791850.00218143 9476 5000 1.8694698e-11 2791850 Loop time of 0.0172091 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:50 2021 Pair time (%) = 0.000924826 (5.37406) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185647) Outpt time (%) = 0.0161631 (93.9221) Other time (%) = 8.91685e-05 (0.518149) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28314 ave 28314 max 28314 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28314 Ave neighs/atom = 5.6628 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:50 2021 Memory usage per processor = 27.5296 Mbytes Step Atoms AVEKE stressZZ 9476 5000 1.8694698e-11 2791840.8 9477 -0.00926249999999495 2791792.50574649 9477 5000 1.8693345e-11 2791792.5 Loop time of 0.016628 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:50 2021 Pair time (%) = 0.000936031 (5.62924) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.193568) Outpt time (%) = 0.0155649 (93.6065) Other time (%) = 9.48906e-05 (0.570667) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28314 ave 28314 max 28314 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28314 Ave neighs/atom = 5.6628 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:50 2021 Memory usage per processor = 27.5296 Mbytes Step Atoms AVEKE stressZZ 9477 5000 1.8693345e-11 2791783.3 9478 -0.00926249999999495 2791735.01217456 9478 5000 1.8691993e-11 2791735 Loop time of 0.016608 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:50 2021 Pair time (%) = 0.00106287 (6.39975) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.21677) Outpt time (%) = 0.0153451 (92.3958) Other time (%) = 0.000164032 (0.987668) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28314 ave 28314 max 28314 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28314 Ave neighs/atom = 5.6628 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:50 2021 Memory usage per processor = 27.5296 Mbytes Step Atoms AVEKE stressZZ 9478 5000 1.8691993e-11 2791725.8 9479 -0.00926249999999495 2791677.52146203 9479 5000 1.869064e-11 2791677.5 Loop time of 0.0171249 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:50 2021 Pair time (%) = 0.000959158 (5.60096) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192128) Outpt time (%) = 0.016036 (93.6417) Other time (%) = 9.67979e-05 (0.565247) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28314 ave 28314 max 28314 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28314 Ave neighs/atom = 5.6628 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:50 2021 Memory usage per processor = 27.5296 Mbytes Step Atoms AVEKE stressZZ 9479 5000 1.869064e-11 2791668.3 9480 -0.00926249999999495 2791620.03360663 9480 5000 1.8689288e-11 2791620 Loop time of 0.0192468 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:50 2021 Pair time (%) = 0.00100899 (5.24236) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.172185) Outpt time (%) = 0.0181038 (94.0615) Other time (%) = 0.000100851 (0.523988) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28314 ave 28314 max 28314 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28314 Ave neighs/atom = 5.6628 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:50 2021 Memory usage per processor = 27.5296 Mbytes Step Atoms AVEKE stressZZ 9480 5000 1.8689288e-11 2791610.8 9481 -0.00926249999999495 2791562.54860694 9481 5000 1.8687936e-11 2791562.5 Loop time of 0.0166271 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:50 2021 Pair time (%) = 0.000921011 (5.53922) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192145) Outpt time (%) = 0.0155799 (93.7022) Other time (%) = 9.41753e-05 (0.566398) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28314 ave 28314 max 28314 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28314 Ave neighs/atom = 5.6628 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:50 2021 Memory usage per processor = 27.5296 Mbytes Step Atoms AVEKE stressZZ 9481 5000 1.8687936e-11 2791553.3 9482 -0.00926249999999495 2791505.06646165 9482 5000 1.8686584e-11 2791505.1 Loop time of 0.0166061 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:50 2021 Pair time (%) = 0.000958204 (5.7702) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.203874) Outpt time (%) = 0.0154819 (93.2305) Other time (%) = 0.000132084 (0.795394) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28314 ave 28314 max 28314 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28314 Ave neighs/atom = 5.6628 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:50 2021 Memory usage per processor = 27.5296 Mbytes Step Atoms AVEKE stressZZ 9482 5000 1.8686584e-11 2791495.8 9483 -0.00926249999999495 2791447.58716979 9483 5000 1.8685232e-11 2791447.6 Loop time of 0.0169821 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:50 2021 Pair time (%) = 0.000922918 (5.43466) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.182512) Outpt time (%) = 0.015938 (93.8521) Other time (%) = 9.01222e-05 (0.53069) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28314 ave 28314 max 28314 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28314 Ave neighs/atom = 5.6628 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:50 2021 Memory usage per processor = 27.5296 Mbytes Step Atoms AVEKE stressZZ 9483 5000 1.8685232e-11 2791438.4 9484 -0.00926249999999495 2791390.11073039 9484 5000 1.868388e-11 2791390.1 Loop time of 0.017143 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:50 2021 Pair time (%) = 0.00092411 (5.3906) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186362) Outpt time (%) = 0.016094 (93.8806) Other time (%) = 9.29832e-05 (0.542397) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28314 ave 28314 max 28314 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28314 Ave neighs/atom = 5.6628 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:50 2021 Memory usage per processor = 27.5296 Mbytes Step Atoms AVEKE stressZZ 9484 5000 1.868388e-11 2791380.9 9485 -0.00926249999999495 2791332.6371427 9485 5000 1.8682528e-11 2791332.6 Loop time of 0.016422 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:50 2021 Pair time (%) = 0.000931978 (5.67517) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.20761) Outpt time (%) = 0.0153561 (93.5089) Other time (%) = 9.98974e-05 (0.608313) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28314 ave 28314 max 28314 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28314 Ave neighs/atom = 5.6628 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:50 2021 Memory usage per processor = 27.5296 Mbytes Step Atoms AVEKE stressZZ 9485 5000 1.8682528e-11 2791323.4 9486 -0.00926249999999495 2791275.16640596 9486 5000 1.8681177e-11 2791275.2 Loop time of 0.017225 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:50 2021 Pair time (%) = 0.000987053 (5.73034) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192396) Outpt time (%) = 0.016082 (93.3644) Other time (%) = 0.000122786 (0.712832) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28314 ave 28314 max 28314 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28314 Ave neighs/atom = 5.6628 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:50 2021 Memory usage per processor = 27.5296 Mbytes Step Atoms AVEKE stressZZ 9486 5000 1.8681177e-11 2791265.9 9487 -0.00926249999999495 2791217.69851947 9487 5000 1.8679825e-11 2791217.7 Loop time of 0.0169852 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:50 2021 Pair time (%) = 0.000930071 (5.47578) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.195112) Outpt time (%) = 0.015924 (93.7522) Other time (%) = 9.799e-05 (0.576915) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28314 ave 28314 max 28314 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28314 Ave neighs/atom = 5.6628 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:50 2021 Memory usage per processor = 27.5296 Mbytes Step Atoms AVEKE stressZZ 9487 5000 1.8679825e-11 2791208.5 9488 -0.00926249999999495 2791160.23348264 9488 5000 1.8678474e-11 2791160.2 Loop time of 0.016907 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:50 2021 Pair time (%) = 0.000922918 (5.4588) Neigh time (%) = 0 (0) Comm time (%) = 4.50611e-05 (0.266524) Outpt time (%) = 0.0158298 (93.6288) Other time (%) = 0.000109196 (0.645862) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28314 ave 28314 max 28314 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28314 Ave neighs/atom = 5.6628 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:50 2021 Memory usage per processor = 27.5296 Mbytes Step Atoms AVEKE stressZZ 9488 5000 1.8678474e-11 2791151 9489 -0.00926249999999495 2791102.7713058 9489 5000 1.8677123e-11 2791102.8 Loop time of 0.0165489 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:50 2021 Pair time (%) = 0.00102592 (6.19931) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.206019) Outpt time (%) = 0.0153599 (92.8153) Other time (%) = 0.000128984 (0.779415) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28314 ave 28314 max 28314 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28314 Ave neighs/atom = 5.6628 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:50 2021 Memory usage per processor = 27.5296 Mbytes Step Atoms AVEKE stressZZ 9489 5000 1.8677123e-11 2791093.6 9490 -0.00926249999999495 2791045.31199142 9490 5000 1.8675772e-11 2791045.3 Loop time of 0.0189559 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:50 2021 Pair time (%) = 0.00092411 (4.87504) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.168539) Outpt time (%) = 0.017909 (94.4772) Other time (%) = 9.08375e-05 (0.479203) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28314 ave 28314 max 28314 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28314 Ave neighs/atom = 5.6628 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:50 2021 Memory usage per processor = 27.5296 Mbytes Step Atoms AVEKE stressZZ 9490 5000 1.8675772e-11 2791036.1 9491 -0.00926249999999495 2790987.85553315 9491 5000 1.8674421e-11 2790987.9 Loop time of 0.0175319 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:50 2021 Pair time (%) = 0.00105596 (6.02306) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.217586) Outpt time (%) = 0.016326 (93.1215) Other time (%) = 0.000111818 (0.6378) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28314 ave 28314 max 28314 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28314 Ave neighs/atom = 5.6628 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:50 2021 Memory usage per processor = 27.5296 Mbytes Step Atoms AVEKE stressZZ 9491 5000 1.8674421e-11 2790978.6 9492 -0.00926249999999495 2790930.40191876 9492 5000 1.8673071e-11 2790930.4 Loop time of 0.0164471 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:50 2021 Pair time (%) = 0.000929117 (5.64914) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.200046) Outpt time (%) = 0.0153751 (93.4825) Other time (%) = 0.000109911 (0.668271) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28314 ave 28314 max 28314 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28314 Ave neighs/atom = 5.6628 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:50 2021 Memory usage per processor = 27.5296 Mbytes Step Atoms AVEKE stressZZ 9492 5000 1.8673071e-11 2790921.2 9493 -0.00926249999999495 2790872.95115615 9493 5000 1.867172e-11 2790873 Loop time of 0.0171921 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:50 2021 Pair time (%) = 0.00127292 (7.40407) Neigh time (%) = 0 (0) Comm time (%) = 4.48227e-05 (0.260716) Outpt time (%) = 0.015707 (91.3617) Other time (%) = 0.00016737 (0.973526) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28314 ave 28314 max 28314 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28314 Ave neighs/atom = 5.6628 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:50 2021 Memory usage per processor = 27.5296 Mbytes Step Atoms AVEKE stressZZ 9493 5000 1.867172e-11 2790863.7 9494 -0.00926249999999495 2790815.50324424 9494 5000 1.867037e-11 2790815.5 Loop time of 0.0172579 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:50 2021 Pair time (%) = 0.000965834 (5.59646) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185121) Outpt time (%) = 0.0161688 (93.6893) Other time (%) = 9.13143e-05 (0.529115) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28314 ave 28314 max 28314 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28314 Ave neighs/atom = 5.6628 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:50 2021 Memory usage per processor = 27.5296 Mbytes Step Atoms AVEKE stressZZ 9494 5000 1.867037e-11 2790806.3 9495 -0.00926249999999495 2790758.05818218 9495 5000 1.8669019e-11 2790758.1 Loop time of 0.0169351 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:50 2021 Pair time (%) = 0.000923157 (5.45114) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18865) Outpt time (%) = 0.0158861 (93.8055) Other time (%) = 9.39369e-05 (0.554687) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28314 ave 28314 max 28314 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28314 Ave neighs/atom = 5.6628 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:50 2021 Memory usage per processor = 27.5296 Mbytes Step Atoms AVEKE stressZZ 9495 5000 1.8669019e-11 2790748.8 9496 -0.00926249999999495 2790700.61596915 9496 5000 1.8667669e-11 2790700.6 Loop time of 0.01665 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:50 2021 Pair time (%) = 0.000948906 (5.69915) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.203336) Outpt time (%) = 0.015507 (93.1352) Other time (%) = 0.000160217 (0.962268) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28314 ave 28314 max 28314 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28314 Ave neighs/atom = 5.6628 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:50 2021 Memory usage per processor = 27.5296 Mbytes Step Atoms AVEKE stressZZ 9496 5000 1.8667669e-11 2790691.4 9497 -0.00926249999999495 2790643.1766044 9497 5000 1.8666319e-11 2790643.2 Loop time of 0.017308 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:50 2021 Pair time (%) = 0.00100803 (5.82409) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190096) Outpt time (%) = 0.01615 (93.3095) Other time (%) = 0.000117064 (0.676355) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28315 ave 28315 max 28315 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28315 Ave neighs/atom = 5.663 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:50 2021 Memory usage per processor = 27.5296 Mbytes Step Atoms AVEKE stressZZ 9497 5000 1.8666319e-11 2790634 9498 -0.00926249999999495 2790585.74008731 9498 5000 1.8664969e-11 2790585.7 Loop time of 0.0171759 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:50 2021 Pair time (%) = 0.000926018 (5.39137) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198498) Outpt time (%) = 0.016114 (93.8174) Other time (%) = 0.000101805 (0.592718) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28315 ave 28315 max 28315 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28315 Ave neighs/atom = 5.663 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:50 2021 Memory usage per processor = 27.5296 Mbytes Step Atoms AVEKE stressZZ 9498 5000 1.8664969e-11 2790576.5 9499 -0.00926249999999495 2790528.3064172 9499 5000 1.866362e-11 2790528.3 Loop time of 0.0165238 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:50 2021 Pair time (%) = 0.000923157 (5.58682) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193345) Outpt time (%) = 0.0154769 (93.6643) Other time (%) = 9.17912e-05 (0.555507) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28315 ave 28315 max 28315 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28315 Ave neighs/atom = 5.663 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:50 2021 Memory usage per processor = 27.5296 Mbytes Step Atoms AVEKE stressZZ 9499 5000 1.866362e-11 2790519.1 9500 -0.00926249999999495 2790470.87559349 9500 5000 1.866227e-11 2790470.9 Loop time of 0.0186191 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:50 2021 Pair time (%) = 0.00107217 (5.75844) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.193357) Outpt time (%) = 0.0173762 (93.3247) Other time (%) = 0.000134706 (0.723487) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28315 ave 28315 max 28315 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28315 Ave neighs/atom = 5.663 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:50 2021 Memory usage per processor = 27.5296 Mbytes Step Atoms AVEKE stressZZ 9500 5000 1.866227e-11 2790461.7 9501 -0.00926249999999495 2790413.44761566 9501 5000 1.8660921e-11 2790413.4 Loop time of 0.0171881 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:50 2021 Pair time (%) = 0.0010941 (6.36548) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185874) Outpt time (%) = 0.0159659 (92.8896) Other time (%) = 9.60827e-05 (0.559008) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28315 ave 28315 max 28315 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28315 Ave neighs/atom = 5.663 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:50 2021 Memory usage per processor = 27.5296 Mbytes Step Atoms AVEKE stressZZ 9501 5000 1.8660921e-11 2790404.2 9502 -0.00926249999999495 2790356.02248238 9502 5000 1.8659571e-11 2790356 Loop time of 0.0172601 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:50 2021 Pair time (%) = 0.000961065 (5.56814) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179573) Outpt time (%) = 0.0161731 (93.7025) Other time (%) = 9.48906e-05 (0.549769) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28315 ave 28315 max 28315 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28315 Ave neighs/atom = 5.663 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:50 2021 Memory usage per processor = 27.5296 Mbytes Step Atoms AVEKE stressZZ 9502 5000 1.8659571e-11 2790346.8 9503 -0.00926249999999495 2790298.60019334 9503 5000 1.8658222e-11 2790298.6 Loop time of 0.0163789 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:50 2021 Pair time (%) = 0.000946999 (5.78183) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.189234) Outpt time (%) = 0.0153079 (93.4612) Other time (%) = 9.29832e-05 (0.567702) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28315 ave 28315 max 28315 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28315 Ave neighs/atom = 5.663 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:50 2021 Memory usage per processor = 27.5296 Mbytes Step Atoms AVEKE stressZZ 9503 5000 1.8658222e-11 2790289.4 9504 -0.00926249999999495 2790241.18074851 9504 5000 1.8656873e-11 2790241.2 Loop time of 0.017303 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:50 2021 Pair time (%) = 0.001266 (7.31667) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.202552) Outpt time (%) = 0.0158391 (91.5397) Other time (%) = 0.00016284 (0.941108) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28315 ave 28315 max 28315 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28315 Ave neighs/atom = 5.663 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:50 2021 Memory usage per processor = 27.5296 Mbytes Step Atoms AVEKE stressZZ 9504 5000 1.8656873e-11 2790232 9505 -0.00926249999999495 2790183.76414743 9505 5000 1.8655524e-11 2790183.8 Loop time of 0.0174341 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:50 2021 Pair time (%) = 0.000970125 (5.56452) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18325) Outpt time (%) = 0.0163391 (93.7189) Other time (%) = 9.29832e-05 (0.533341) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28315 ave 28315 max 28315 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28315 Ave neighs/atom = 5.663 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:50 2021 Memory usage per processor = 27.5296 Mbytes Step Atoms AVEKE stressZZ 9505 5000 1.8655524e-11 2790174.5 9506 -0.00926249999999495 2790126.35038951 9506 5000 1.8654176e-11 2790126.4 Loop time of 0.0166721 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:50 2021 Pair time (%) = 0.000922918 (5.53569) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.193056) Outpt time (%) = 0.0155921 (93.5219) Other time (%) = 0.000124931 (0.749342) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28315 ave 28315 max 28315 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28315 Ave neighs/atom = 5.663 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:50 2021 Memory usage per processor = 27.5296 Mbytes Step Atoms AVEKE stressZZ 9506 5000 1.8654176e-11 2790117.1 9507 -0.00926249999999495 2790068.9394744 9507 5000 1.8652827e-11 2790068.9 Loop time of 0.016994 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:50 2021 Pair time (%) = 0.000954151 (5.61464) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.281994) Outpt time (%) = 0.0158439 (93.2321) Other time (%) = 0.000148058 (0.871237) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28315 ave 28315 max 28315 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28315 Ave neighs/atom = 5.663 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:50 2021 Memory usage per processor = 27.5296 Mbytes Step Atoms AVEKE stressZZ 9507 5000 1.8652827e-11 2790059.7 9508 -0.00926249999999495 2790011.5314016 9508 5000 1.8651478e-11 2790011.5 Loop time of 0.017046 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:50 2021 Pair time (%) = 0.00105691 (6.20035) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.188822) Outpt time (%) = 0.0158639 (93.0653) Other time (%) = 9.29832e-05 (0.545485) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28315 ave 28315 max 28315 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28315 Ave neighs/atom = 5.663 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:50 2021 Memory usage per processor = 27.5296 Mbytes Step Atoms AVEKE stressZZ 9508 5000 1.8651478e-11 2790002.3 9509 -0.00926249999999495 2789954.12617068 9509 5000 1.865013e-11 2789954.1 Loop time of 0.0168462 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:50 2021 Pair time (%) = 0.000962973 (5.71627) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.189646) Outpt time (%) = 0.015758 (93.5407) Other time (%) = 9.32217e-05 (0.55337) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28315 ave 28315 max 28315 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28315 Ave neighs/atom = 5.663 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:50 2021 Memory usage per processor = 27.5296 Mbytes Step Atoms AVEKE stressZZ 9509 5000 1.865013e-11 2789944.9 9510 -0.00926249999999495 2789896.7237812 9510 5000 1.8648782e-11 2789896.7 Loop time of 0.0184009 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:50 2021 Pair time (%) = 0.000923872 (5.0208) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.173622) Outpt time (%) = 0.0173521 (94.3003) Other time (%) = 9.29832e-05 (0.505319) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28315 ave 28315 max 28315 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28315 Ave neighs/atom = 5.663 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:50 2021 Memory usage per processor = 27.5296 Mbytes Step Atoms AVEKE stressZZ 9510 5000 1.8648782e-11 2789887.5 9511 -0.00926249999999495 2789839.3242327 9511 5000 1.8647434e-11 2789839.3 Loop time of 0.016767 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:50 2021 Pair time (%) = 0.00108099 (6.44712) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.220402) Outpt time (%) = 0.0154939 (92.4068) Other time (%) = 0.00015521 (0.925689) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28315 ave 28315 max 28315 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28315 Ave neighs/atom = 5.663 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:50 2021 Memory usage per processor = 27.5296 Mbytes Step Atoms AVEKE stressZZ 9511 5000 1.8647434e-11 2789830.1 9512 -0.00926249999999495 2789781.92752485 9512 5000 1.8646086e-11 2789781.9 Loop time of 0.0169349 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:50 2021 Pair time (%) = 0.000925064 (5.46248) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.183021) Outpt time (%) = 0.0158911 (93.8364) Other time (%) = 8.7738e-05 (0.518091) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28315 ave 28315 max 28315 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28315 Ave neighs/atom = 5.663 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:50 2021 Memory usage per processor = 27.5296 Mbytes Step Atoms AVEKE stressZZ 9512 5000 1.8646086e-11 2789772.7 9513 -0.00926249999999495 2789724.53365708 9513 5000 1.8644738e-11 2789724.5 Loop time of 0.017056 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:50 2021 Pair time (%) = 0.000966072 (5.66412) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187313) Outpt time (%) = 0.015965 (93.6034) Other time (%) = 9.29832e-05 (0.545165) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28315 ave 28315 max 28315 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28315 Ave neighs/atom = 5.663 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:50 2021 Memory usage per processor = 27.5296 Mbytes Step Atoms AVEKE stressZZ 9513 5000 1.8644738e-11 2789715.3 9514 -0.00926249999999495 2789667.14262909 9514 5000 1.864339e-11 2789667.1 Loop time of 0.0168531 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:50 2021 Pair time (%) = 0.000944138 (5.60216) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.195227) Outpt time (%) = 0.015676 (93.0157) Other time (%) = 0.000200033 (1.18692) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28315 ave 28315 max 28315 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28315 Ave neighs/atom = 5.663 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:50 2021 Memory usage per processor = 27.5296 Mbytes Step Atoms AVEKE stressZZ 9514 5000 1.864339e-11 2789657.9 9515 -0.00926249999999495 2789609.75444043 9515 5000 1.8642043e-11 2789609.8 Loop time of 0.0169089 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:50 2021 Pair time (%) = 0.000984907 (5.82479) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.195993) Outpt time (%) = 0.01579 (93.3828) Other time (%) = 0.000100851 (0.596438) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28315 ave 28315 max 28315 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28315 Ave neighs/atom = 5.663 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:50 2021 Memory usage per processor = 27.5296 Mbytes Step Atoms AVEKE stressZZ 9515 5000 1.8642043e-11 2789600.5 9516 -0.00926249999999495 2789552.36909074 9516 5000 1.8640696e-11 2789552.4 Loop time of 0.017396 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:50 2021 Pair time (%) = 0.000952005 (5.47256) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189134) Outpt time (%) = 0.0163121 (93.7695) Other time (%) = 9.89437e-05 (0.568774) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28315 ave 28315 max 28315 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28315 Ave neighs/atom = 5.663 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:50 2021 Memory usage per processor = 27.5296 Mbytes Step Atoms AVEKE stressZZ 9516 5000 1.8640696e-11 2789543.2 9517 -0.00926249999999495 2789494.98657952 9517 5000 1.8639348e-11 2789495 Loop time of 0.016633 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:50 2021 Pair time (%) = 0.000967979 (5.81962) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.186343) Outpt time (%) = 0.0155401 (93.4293) Other time (%) = 9.39369e-05 (0.564761) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28315 ave 28315 max 28315 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28315 Ave neighs/atom = 5.663 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:50 2021 Memory usage per processor = 27.5296 Mbytes Step Atoms AVEKE stressZZ 9517 5000 1.8639348e-11 2789485.8 9518 -0.00926249999999495 2789437.60690649 9518 5000 1.8638001e-11 2789437.6 Loop time of 0.0163569 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:50 2021 Pair time (%) = 0.000921965 (5.63653) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.195318) Outpt time (%) = 0.015311 (93.6055) Other time (%) = 9.20296e-05 (0.562633) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28315 ave 28315 max 28315 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28315 Ave neighs/atom = 5.663 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:50 2021 Memory usage per processor = 27.5296 Mbytes Step Atoms AVEKE stressZZ 9518 5000 1.8638001e-11 2789428.4 9519 -0.00926249999999495 2789380.23007119 9519 5000 1.8636654e-11 2789380.2 Loop time of 0.016206 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:51 2021 Pair time (%) = 0.000957966 (5.91117) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.197137) Outpt time (%) = 0.0151272 (93.3429) Other time (%) = 8.89301e-05 (0.548747) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28315 ave 28315 max 28315 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28315 Ave neighs/atom = 5.663 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:51 2021 Memory usage per processor = 27.5296 Mbytes Step Atoms AVEKE stressZZ 9519 5000 1.8636654e-11 2789371 9520 -0.00926249999999495 2789322.85607326 9520 5000 1.8635308e-11 2789322.9 Loop time of 0.0182641 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:51 2021 Pair time (%) = 0.000925064 (5.06494) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.169702) Outpt time (%) = 0.017225 (94.3111) Other time (%) = 8.29697e-05 (0.454278) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28315 ave 28315 max 28315 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28315 Ave neighs/atom = 5.663 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:51 2021 Memory usage per processor = 27.5296 Mbytes Step Atoms AVEKE stressZZ 9520 5000 1.8635308e-11 2789313.6 9521 -0.00926249999999495 2789265.48491233 9521 5000 1.8633961e-11 2789265.5 Loop time of 0.017205 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:51 2021 Pair time (%) = 0.000923872 (5.36979) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180148) Outpt time (%) = 0.0161662 (93.9623) Other time (%) = 8.39233e-05 (0.487785) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28315 ave 28315 max 28315 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28315 Ave neighs/atom = 5.663 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:51 2021 Memory usage per processor = 27.5296 Mbytes Step Atoms AVEKE stressZZ 9521 5000 1.8633961e-11 2789256.3 9522 -0.00926249999999495 2789208.11658799 9522 5000 1.8632614e-11 2789208.1 Loop time of 0.016902 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:51 2021 Pair time (%) = 0.000960827 (5.6847) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18902) Outpt time (%) = 0.015785 (93.3914) Other time (%) = 0.000124216 (0.734921) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28315 ave 28315 max 28315 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28315 Ave neighs/atom = 5.663 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:51 2021 Memory usage per processor = 27.5296 Mbytes Step Atoms AVEKE stressZZ 9522 5000 1.8632614e-11 2789198.9 9523 -0.00926249999999495 2789150.75109988 9523 5000 1.8631268e-11 2789150.8 Loop time of 0.0164909 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:51 2021 Pair time (%) = 0.000942945 (5.71796) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.20096) Outpt time (%) = 0.0154128 (93.4623) Other time (%) = 0.000102043 (0.618783) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28315 ave 28315 max 28315 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28315 Ave neighs/atom = 5.663 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:51 2021 Memory usage per processor = 27.5296 Mbytes Step Atoms AVEKE stressZZ 9523 5000 1.8631268e-11 2789141.5 9524 -0.00926249999999495 2789093.38844763 9524 5000 1.8629922e-11 2789093.4 Loop time of 0.017199 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:51 2021 Pair time (%) = 0.000971794 (5.65028) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.1913) Outpt time (%) = 0.0160501 (93.3197) Other time (%) = 0.000144243 (0.83867) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28315 ave 28315 max 28315 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28315 Ave neighs/atom = 5.663 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:51 2021 Memory usage per processor = 27.5296 Mbytes Step Atoms AVEKE stressZZ 9524 5000 1.8629922e-11 2789084.2 9525 -0.00926249999999495 2789036.02863085 9525 5000 1.8628575e-11 2789036 Loop time of 0.0171862 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:51 2021 Pair time (%) = 0.000970125 (5.6448) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185894) Outpt time (%) = 0.0160902 (93.6227) Other time (%) = 9.39369e-05 (0.546585) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28315 ave 28315 max 28315 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28315 Ave neighs/atom = 5.663 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:51 2021 Memory usage per processor = 27.5296 Mbytes Step Atoms AVEKE stressZZ 9525 5000 1.8628575e-11 2789026.8 9526 -0.00926249999999495 2788978.67164919 9526 5000 1.8627229e-11 2788978.7 Loop time of 0.0165279 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:51 2021 Pair time (%) = 0.000937939 (5.67488) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.199068) Outpt time (%) = 0.0154638 (93.562) Other time (%) = 9.32217e-05 (0.564026) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28315 ave 28315 max 28315 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28315 Ave neighs/atom = 5.663 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:51 2021 Memory usage per processor = 27.5296 Mbytes Step Atoms AVEKE stressZZ 9526 5000 1.8627229e-11 2788969.5 9527 -0.00926249999999495 2788921.31750229 9527 5000 1.8625884e-11 2788921.3 Loop time of 0.017314 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:51 2021 Pair time (%) = 0.00115395 (6.66483) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.202424) Outpt time (%) = 0.0160029 (92.4277) Other time (%) = 0.00012207 (0.70504) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28315 ave 28315 max 28315 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28315 Ave neighs/atom = 5.663 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:51 2021 Memory usage per processor = 27.5296 Mbytes Step Atoms AVEKE stressZZ 9527 5000 1.8625884e-11 2788912.1 9528 -0.00926249999999495 2788863.9661898 9528 5000 1.8624538e-11 2788864 Loop time of 0.017102 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:51 2021 Pair time (%) = 0.000925064 (5.4091) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.188203) Outpt time (%) = 0.0160539 (93.8715) Other time (%) = 9.08375e-05 (0.531151) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28315 ave 28315 max 28315 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28315 Ave neighs/atom = 5.663 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:51 2021 Memory usage per processor = 27.5296 Mbytes Step Atoms AVEKE stressZZ 9528 5000 1.8624538e-11 2788854.8 9529 -0.00926249999999495 2788806.61771133 9529 5000 1.8623192e-11 2788806.6 Loop time of 0.017586 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:51 2021 Pair time (%) = 0.00105596 (6.00453) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.181668) Outpt time (%) = 0.016387 (93.182) Other time (%) = 0.000111103 (0.63177) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28315 ave 28315 max 28315 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28315 Ave neighs/atom = 5.663 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:51 2021 Memory usage per processor = 27.5296 Mbytes Step Atoms AVEKE stressZZ 9529 5000 1.8623192e-11 2788797.4 9530 -0.00926249999999495 2788749.27206655 9530 5000 1.8621847e-11 2788749.3 Loop time of 0.018621 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:51 2021 Pair time (%) = 0.000927925 (4.98323) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.177972) Outpt time (%) = 0.0175591 (94.2972) Other time (%) = 0.000100851 (0.541599) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28315 ave 28315 max 28315 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28315 Ave neighs/atom = 5.663 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:51 2021 Memory usage per processor = 27.5296 Mbytes Step Atoms AVEKE stressZZ 9530 5000 1.8621847e-11 2788740.1 9531 -0.00926249999999495 2788691.92925509 9531 5000 1.8620502e-11 2788691.9 Loop time of 0.017103 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:51 2021 Pair time (%) = 0.00121903 (7.12762) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.210497) Outpt time (%) = 0.0157039 (91.8199) Other time (%) = 0.000144005 (0.841988) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28315 ave 28315 max 28315 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28315 Ave neighs/atom = 5.663 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:51 2021 Memory usage per processor = 27.5296 Mbytes Step Atoms AVEKE stressZZ 9531 5000 1.8620502e-11 2788682.7 9532 -0.00926249999999495 2788634.5892766 9532 5000 1.8619156e-11 2788634.6 Loop time of 0.0172231 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:51 2021 Pair time (%) = 0.000921965 (5.35306) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185495) Outpt time (%) = 0.0161769 (93.9257) Other time (%) = 9.2268e-05 (0.535722) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28315 ave 28315 max 28315 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28315 Ave neighs/atom = 5.663 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:51 2021 Memory usage per processor = 27.5296 Mbytes Step Atoms AVEKE stressZZ 9532 5000 1.8619156e-11 2788625.4 9533 -0.00926249999999495 2788577.25213068 9533 5000 1.8617811e-11 2788577.3 Loop time of 0.016753 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:51 2021 Pair time (%) = 0.000926018 (5.52749) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.185009) Outpt time (%) = 0.0157061 (93.751) Other time (%) = 8.98838e-05 (0.536525) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28315 ave 28315 max 28315 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28315 Ave neighs/atom = 5.663 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:51 2021 Memory usage per processor = 27.5296 Mbytes Step Atoms AVEKE stressZZ 9533 5000 1.8617811e-11 2788568 9534 -0.00926249999999495 2788519.91781702 9534 5000 1.8616466e-11 2788519.9 Loop time of 0.017287 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:51 2021 Pair time (%) = 0.000988007 (5.71531) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.202739) Outpt time (%) = 0.0161421 (93.3772) Other time (%) = 0.000121832 (0.70476) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28315 ave 28315 max 28315 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28315 Ave neighs/atom = 5.663 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:21:51 2021 Memory usage per processor = 27.5296 Mbytes Step Atoms AVEKE stressZZ 9534 5000 1.8616466e-11 2788510.7 9535 -0.00926249999999495 2788452.88206789 9535 5000 3.677706e-11 2788544.4 Loop time of 0.0167849 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:51 2021 Pair time (%) = 0.000962019 (5.73145) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190338) Outpt time (%) = 0.01565 (93.2387) Other time (%) = 0.000140905 (0.839477) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28315 ave 28315 max 28315 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28315 Ave neighs/atom = 5.663 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:51 2021 Memory usage per processor = 27.5296 Mbytes Step Atoms AVEKE stressZZ 9535 5000 3.677706e-11 2830353.4 9536 -0.00929499999999493 2830289.49969892 9536 5000 2.9667171e-11 2830289.5 Loop time of 0.0171351 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:51 2021 Pair time (%) = 0.000925064 (5.39864) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186448) Outpt time (%) = 0.016083 (93.8597) Other time (%) = 9.5129e-05 (0.555169) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:51 2021 Memory usage per processor = 27.5296 Mbytes Step Atoms AVEKE stressZZ 9536 5000 2.9667171e-11 2830277.1 9537 -0.00929499999999493 2830218.66098751 9537 5000 2.5544703e-11 2830218.7 Loop time of 0.01653 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:51 2021 Pair time (%) = 0.00110078 (6.65926) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193273) Outpt time (%) = 0.0152991 (92.5532) Other time (%) = 9.82285e-05 (0.594242) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:51 2021 Memory usage per processor = 27.5296 Mbytes Step Atoms AVEKE stressZZ 9537 5000 2.5544703e-11 2830207.4 9538 -0.00929499999999493 2830152.38302245 9538 5000 2.308446e-11 2830152.4 Loop time of 0.016963 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:51 2021 Pair time (%) = 0.00114679 (6.76056) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.223478) Outpt time (%) = 0.0156488 (92.2528) Other time (%) = 0.000129461 (0.763198) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:51 2021 Memory usage per processor = 27.5296 Mbytes Step Atoms AVEKE stressZZ 9538 5000 2.308446e-11 2830141.8 9539 -0.00929499999999493 2830089.00450574 9539 5000 2.1585131e-11 2830089 Loop time of 0.017066 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:51 2021 Pair time (%) = 0.000925064 (5.42051) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.1886) Outpt time (%) = 0.016011 (93.8181) Other time (%) = 9.77516e-05 (0.572786) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:51 2021 Memory usage per processor = 27.5296 Mbytes Step Atoms AVEKE stressZZ 9539 5000 2.1585131e-11 2830078.8 9540 -0.00929499999999493 2830027.4696678 9540 5000 2.0657919e-11 2830027.5 Loop time of 0.019067 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:51 2021 Pair time (%) = 0.000993967 (5.21301) Neigh time (%) = 0 (0) Comm time (%) = 5.6982e-05 (0.298851) Outpt time (%) = 0.0178859 (93.8054) Other time (%) = 0.000130177 (0.68273) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:51 2021 Memory usage per processor = 27.5297 Mbytes Step Atoms AVEKE stressZZ 9540 5000 2.0657919e-11 2830017.6 9541 -0.00929499999999493 2829967.10755653 9541 5000 2.0078718e-11 2829967.1 Loop time of 0.0165761 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:51 2021 Pair time (%) = 0.000936985 (5.65264) Neigh time (%) = 0 (0) Comm time (%) = 6.60419e-05 (0.398418) Outpt time (%) = 0.0154099 (92.9651) Other time (%) = 0.000163078 (0.983819) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:51 2021 Memory usage per processor = 27.5297 Mbytes Step Atoms AVEKE stressZZ 9541 5000 2.0078718e-11 2829957.4 9542 -0.00929499999999493 2829907.49177459 9542 5000 1.9714393e-11 2829907.5 Loop time of 0.017225 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:51 2021 Pair time (%) = 0.00107908 (6.26462) Neigh time (%) = 0 (0) Comm time (%) = 4.81606e-05 (0.279596) Outpt time (%) = 0.015974 (92.7374) Other time (%) = 0.000123739 (0.718369) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:51 2021 Memory usage per processor = 27.5297 Mbytes Step Atoms AVEKE stressZZ 9542 5000 1.9714393e-11 2829897.9 9543 -0.00929499999999493 2829848.3513417 9543 5000 1.948408e-11 2829848.4 Loop time of 0.016995 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:51 2021 Pair time (%) = 0.000926018 (5.44878) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187986) Outpt time (%) = 0.015945 (93.8217) Other time (%) = 9.20296e-05 (0.541511) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:51 2021 Memory usage per processor = 27.5297 Mbytes Step Atoms AVEKE stressZZ 9543 5000 1.948408e-11 2829838.8 9544 -0.00929499999999493 2829789.51404663 9544 5000 1.9337907e-11 2829789.5 Loop time of 0.0164511 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:51 2021 Pair time (%) = 0.00092411 (5.61731) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.188403) Outpt time (%) = 0.0154011 (93.6175) Other time (%) = 9.48906e-05 (0.576803) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:51 2021 Memory usage per processor = 27.5297 Mbytes Step Atoms AVEKE stressZZ 9544 5000 1.9337907e-11 2829780 9545 -0.00929499999999493 2829730.87044703 9545 5000 1.924479e-11 2829730.9 Loop time of 0.016778 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:51 2021 Pair time (%) = 0.00106883 (6.37043) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.238731) Outpt time (%) = 0.0155599 (92.74) Other time (%) = 0.000109196 (0.650827) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:51 2021 Memory usage per processor = 27.5297 Mbytes Step Atoms AVEKE stressZZ 9545 5000 1.924479e-11 2829721.4 9546 -0.00929499999999493 2829672.35099104 9546 5000 1.9185224e-11 2829672.4 Loop time of 0.0173979 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:51 2021 Pair time (%) = 0.00106192 (6.10371) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183632) Outpt time (%) = 0.0161779 (92.9877) Other time (%) = 0.000126123 (0.724936) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:51 2021 Memory usage per processor = 27.5297 Mbytes Step Atoms AVEKE stressZZ 9546 5000 1.9185224e-11 2829662.9 9547 -0.00929499999999493 2829613.91147737 9547 5000 1.9146911e-11 2829613.9 Loop time of 0.0171368 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:51 2021 Pair time (%) = 0.000923872 (5.39115) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193386) Outpt time (%) = 0.0160439 (93.6224) Other time (%) = 0.000135899 (0.793021) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:51 2021 Memory usage per processor = 27.5297 Mbytes Step Atoms AVEKE stressZZ 9547 5000 1.9146911e-11 2829604.5 9548 -0.00929499999999493 2829555.52381559 9548 5000 1.9122078e-11 2829555.5 Loop time of 0.01652 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:51 2021 Pair time (%) = 0.000939131 (5.6848) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.206379) Outpt time (%) = 0.0154319 (93.4132) Other time (%) = 0.000114918 (0.695627) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:51 2021 Memory usage per processor = 27.5297 Mbytes Step Atoms AVEKE stressZZ 9548 5000 1.9122078e-11 2829546.1 9549 -0.00929499999999493 2829497.17015373 9549 5000 1.9105799e-11 2829497.2 Loop time of 0.0172811 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:51 2021 Pair time (%) = 0.00120187 (6.95483) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.19729) Outpt time (%) = 0.0158992 (92.0035) Other time (%) = 0.000145912 (0.844348) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:51 2021 Memory usage per processor = 27.5297 Mbytes Step Atoms AVEKE stressZZ 9549 5000 1.9105799e-11 2829487.8 9550 -0.00929499999999493 2829438.83914666 9550 5000 1.9094954e-11 2829438.8 Loop time of 0.0192659 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:51 2021 Pair time (%) = 0.00099802 (5.18024) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.172015) Outpt time (%) = 0.0181389 (94.1503) Other time (%) = 9.58443e-05 (0.497482) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:51 2021 Memory usage per processor = 27.5297 Mbytes Step Atoms AVEKE stressZZ 9550 5000 1.9094954e-11 2829429.4 9551 -0.00929499999999493 2829380.52358422 9551 5000 1.9087558e-11 2829380.5 Loop time of 0.017132 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:51 2021 Pair time (%) = 0.000972033 (5.67377) Neigh time (%) = 0 (0) Comm time (%) = 5.50747e-05 (0.321472) Outpt time (%) = 0.016011 (93.4564) Other time (%) = 9.39369e-05 (0.548311) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:51 2021 Memory usage per processor = 27.5297 Mbytes Step Atoms AVEKE stressZZ 9551 5000 1.9087558e-11 2829371.1 9552 -0.00929499999999493 2829322.21891042 9552 5000 1.9082355e-11 2829322.2 Loop time of 0.0166121 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:51 2021 Pair time (%) = 0.000931978 (5.61025) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.199495) Outpt time (%) = 0.015547 (93.5889) Other time (%) = 9.98974e-05 (0.601355) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:51 2021 Memory usage per processor = 27.5297 Mbytes Step Atoms AVEKE stressZZ 9552 5000 1.9082355e-11 2829312.8 9553 -0.00929499999999493 2829263.92222184 9553 5000 1.9078545e-11 2829263.9 Loop time of 0.017046 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:51 2021 Pair time (%) = 0.000975132 (5.7206) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181828) Outpt time (%) = 0.0159431 (93.5297) Other time (%) = 9.67979e-05 (0.567864) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:51 2021 Memory usage per processor = 27.5297 Mbytes Step Atoms AVEKE stressZZ 9553 5000 1.9078545e-11 2829254.5 9554 -0.00929499999999493 2829205.63165308 9554 5000 1.907562e-11 2829205.6 Loop time of 0.0173159 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:51 2021 Pair time (%) = 0.00107098 (6.18494) Neigh time (%) = 0 (0) Comm time (%) = 6.10352e-05 (0.352481) Outpt time (%) = 0.0160379 (92.6199) Other time (%) = 0.000145912 (0.84265) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:51 2021 Memory usage per processor = 27.5297 Mbytes Step Atoms AVEKE stressZZ 9554 5000 1.907562e-11 2829196.2 9555 -0.00929499999999493 2829147.34602362 9555 5000 1.9073257e-11 2829147.3 Loop time of 0.016613 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:51 2021 Pair time (%) = 0.000924826 (5.56688) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.186567) Outpt time (%) = 0.015502 (93.3123) Other time (%) = 0.00015521 (0.934271) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:51 2021 Memory usage per processor = 27.5297 Mbytes Step Atoms AVEKE stressZZ 9555 5000 1.9073257e-11 2829137.9 9556 -0.00929499999999493 2829089.06459021 9556 5000 1.9071252e-11 2829089.1 Loop time of 0.0166359 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:51 2021 Pair time (%) = 0.00110602 (6.64842) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.210674) Outpt time (%) = 0.0153799 (92.4501) Other time (%) = 0.000114918 (0.690782) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:51 2021 Memory usage per processor = 27.5297 Mbytes Step Atoms AVEKE stressZZ 9556 5000 1.9071252e-11 2829079.7 9557 -0.00929499999999493 2829030.78690706 9557 5000 1.9069474e-11 2829030.8 Loop time of 0.0169959 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:51 2021 Pair time (%) = 0.00100112 (5.89036) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.182364) Outpt time (%) = 0.015871 (93.3816) Other time (%) = 9.27448e-05 (0.545689) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:51 2021 Memory usage per processor = 27.5297 Mbytes Step Atoms AVEKE stressZZ 9557 5000 1.9069474e-11 2829021.4 9558 -0.00929499999999493 2828972.51264773 9558 5000 1.906784e-11 2828972.5 Loop time of 0.017221 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:51 2021 Pair time (%) = 0.000925064 (5.37173) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185518) Outpt time (%) = 0.01617 (93.8973) Other time (%) = 9.39369e-05 (0.54548) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:51 2021 Memory usage per processor = 27.5297 Mbytes Step Atoms AVEKE stressZZ 9558 5000 1.906784e-11 2828963.1 9559 -0.00929499999999493 2828914.24161969 9559 5000 1.9066298e-11 2828914.2 Loop time of 0.0165 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:51 2021 Pair time (%) = 0.000926018 (5.61223) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.205185) Outpt time (%) = 0.0154381 (93.5641) Other time (%) = 0.000102043 (0.618443) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:51 2021 Memory usage per processor = 27.5297 Mbytes Step Atoms AVEKE stressZZ 9559 5000 1.9066298e-11 2828904.8 9560 -0.00929499999999493 2828855.97369766 9560 5000 1.9064815e-11 2828856 Loop time of 0.019181 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:51 2021 Pair time (%) = 0.00103903 (5.41696) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.177748) Outpt time (%) = 0.0179839 (93.7589) Other time (%) = 0.000123978 (0.646356) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:51 2021 Memory usage per processor = 27.5297 Mbytes Step Atoms AVEKE stressZZ 9560 5000 1.9064815e-11 2828846.6 9561 -0.00929499999999493 2828797.70880177 9561 5000 1.9063369e-11 2828797.7 Loop time of 0.017035 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:51 2021 Pair time (%) = 0.000921965 (5.41218) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181945) Outpt time (%) = 0.0159791 (93.8013) Other time (%) = 0.000102997 (0.604619) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:51 2021 Memory usage per processor = 27.5297 Mbytes Step Atoms AVEKE stressZZ 9561 5000 1.9063369e-11 2828788.3 9562 -0.00929499999999493 2828739.44688088 9562 5000 1.9061947e-11 2828739.4 Loop time of 0.016572 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:51 2021 Pair time (%) = 0.000922918 (5.56914) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.187029) Outpt time (%) = 0.0155251 (93.6827) Other time (%) = 9.29832e-05 (0.561086) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:51 2021 Memory usage per processor = 27.5297 Mbytes Step Atoms AVEKE stressZZ 9562 5000 1.9061947e-11 2828730 9563 -0.00929499999999493 2828681.18790224 9563 5000 1.9060539e-11 2828681.2 Loop time of 0.0166209 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:52 2021 Pair time (%) = 0.000993967 (5.98023) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.205127) Outpt time (%) = 0.015475 (93.106) Other time (%) = 0.000117779 (0.70862) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:52 2021 Memory usage per processor = 27.5297 Mbytes Step Atoms AVEKE stressZZ 9563 5000 1.9060539e-11 2828671.8 9564 -0.00929499999999493 2828622.93184467 9564 5000 1.9059142e-11 2828622.9 Loop time of 0.016537 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:52 2021 Pair time (%) = 0.000976086 (5.90245) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.187425) Outpt time (%) = 0.015439 (93.3608) Other time (%) = 9.08375e-05 (0.5493) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:52 2021 Memory usage per processor = 27.5297 Mbytes Step Atoms AVEKE stressZZ 9564 5000 1.9059142e-11 2828613.5 9565 -0.00929499999999493 2828564.6786945 9565 5000 1.905775e-11 2828564.7 Loop time of 0.0165539 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:52 2021 Pair time (%) = 0.000921011 (5.56372) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.187234) Outpt time (%) = 0.0155129 (93.7118) Other time (%) = 8.89301e-05 (0.537216) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:52 2021 Memory usage per processor = 27.5297 Mbytes Step Atoms AVEKE stressZZ 9565 5000 1.905775e-11 2828555.3 9566 -0.00929499999999493 2828506.42843277 9566 5000 1.9056363e-11 2828506.4 Loop time of 0.0173261 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:52 2021 Pair time (%) = 0.0009799 (5.65563) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184393) Outpt time (%) = 0.0162251 (93.6453) Other time (%) = 8.91685e-05 (0.514648) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:52 2021 Memory usage per processor = 27.5297 Mbytes Step Atoms AVEKE stressZZ 9566 5000 1.9056363e-11 2828497 9567 -0.00929499999999493 2828448.18106201 9567 5000 1.9054978e-11 2828448.2 Loop time of 0.0164611 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:52 2021 Pair time (%) = 0.000925064 (5.61969) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194082) Outpt time (%) = 0.0154121 (93.6272) Other time (%) = 9.20296e-05 (0.559072) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:52 2021 Memory usage per processor = 27.5297 Mbytes Step Atoms AVEKE stressZZ 9567 5000 1.9054978e-11 2828438.8 9568 -0.00929499999999493 2828389.93657865 9568 5000 1.9053594e-11 2828389.9 Loop time of 0.017251 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:52 2021 Pair time (%) = 0.00135589 (7.85975) Neigh time (%) = 0 (0) Comm time (%) = 7.10487e-05 (0.411853) Outpt time (%) = 0.015671 (90.8411) Other time (%) = 0.000153065 (0.88728) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:52 2021 Memory usage per processor = 27.5297 Mbytes Step Atoms AVEKE stressZZ 9568 5000 1.9053594e-11 2828380.5 9569 -0.00929499999999493 2828331.69497992 9569 5000 1.9052212e-11 2828331.7 Loop time of 0.0171189 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:52 2021 Pair time (%) = 0.001019 (5.95248) Neigh time (%) = 0 (0) Comm time (%) = 6.60419e-05 (0.385783) Outpt time (%) = 0.0159311 (93.0615) Other time (%) = 0.000102758 (0.600262) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:52 2021 Memory usage per processor = 27.5297 Mbytes Step Atoms AVEKE stressZZ 9569 5000 1.9052212e-11 2828322.3 9570 -0.00929499999999493 2828273.4562639 9570 5000 1.9050831e-11 2828273.5 Loop time of 0.0189271 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:52 2021 Pair time (%) = 0.000923872 (4.88121) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.170055) Outpt time (%) = 0.0178778 (94.4562) Other time (%) = 9.32217e-05 (0.49253) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:52 2021 Memory usage per processor = 27.5297 Mbytes Step Atoms AVEKE stressZZ 9570 5000 1.9050831e-11 2828264.1 9571 -0.00929499999999493 2828215.22042914 9571 5000 1.904945e-11 2828215.2 Loop time of 0.016598 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:52 2021 Pair time (%) = 0.000967979 (5.83191) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.198227) Outpt time (%) = 0.0154939 (93.3479) Other time (%) = 0.000103235 (0.621975) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:52 2021 Memory usage per processor = 27.5297 Mbytes Step Atoms AVEKE stressZZ 9571 5000 1.904945e-11 2828205.8 9572 -0.00929499999999493 2828156.98747448 9572 5000 1.904807e-11 2828157 Loop time of 0.0171411 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:52 2021 Pair time (%) = 0.000950098 (5.54281) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186383) Outpt time (%) = 0.016062 (93.7047) Other time (%) = 9.70364e-05 (0.566103) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:52 2021 Memory usage per processor = 27.5297 Mbytes Step Atoms AVEKE stressZZ 9572 5000 1.904807e-11 2828147.6 9573 -0.00929499999999493 2828098.75739912 9573 5000 1.904669e-11 2828098.8 Loop time of 0.017159 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:52 2021 Pair time (%) = 0.000921965 (5.37307) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.187578) Outpt time (%) = 0.016113 (93.9044) Other time (%) = 9.17912e-05 (0.534945) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:52 2021 Memory usage per processor = 27.5297 Mbytes Step Atoms AVEKE stressZZ 9573 5000 1.904669e-11 2828089.4 9574 -0.00929499999999493 2828040.5302145 9574 5000 1.904531e-11 2828040.5 Loop time of 0.016474 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:52 2021 Pair time (%) = 0.000964165 (5.85264) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.19393) Outpt time (%) = 0.015353 (93.1951) Other time (%) = 0.000124931 (0.758354) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:52 2021 Memory usage per processor = 27.5297 Mbytes Step Atoms AVEKE stressZZ 9574 5000 1.904531e-11 2828031.1 9575 -0.00929499999999493 2827982.30592627 9575 5000 1.904393e-11 2827982.3 Loop time of 0.0170839 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:52 2021 Pair time (%) = 0.00122905 (7.19419) Neigh time (%) = 0 (0) Comm time (%) = 4.29153e-05 (0.251204) Outpt time (%) = 0.0156429 (91.5651) Other time (%) = 0.000169039 (0.989463) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:52 2021 Memory usage per processor = 27.5297 Mbytes Step Atoms AVEKE stressZZ 9575 5000 1.904393e-11 2827972.9 9576 -0.00929499999999493 2827924.08457353 9576 5000 1.9042551e-11 2827924.1 Loop time of 0.0172539 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:52 2021 Pair time (%) = 0.000923872 (5.35458) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192074) Outpt time (%) = 0.0162048 (93.92) Other time (%) = 9.20296e-05 (0.533385) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:52 2021 Memory usage per processor = 27.5297 Mbytes Step Atoms AVEKE stressZZ 9576 5000 1.9042551e-11 2827914.7 9577 -0.00929499999999493 2827865.86613337 9577 5000 1.9041171e-11 2827865.9 Loop time of 0.016603 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:52 2021 Pair time (%) = 0.000926018 (5.57741) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192424) Outpt time (%) = 0.0155299 (93.5366) Other time (%) = 0.000115156 (0.693587) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:52 2021 Memory usage per processor = 27.5297 Mbytes Step Atoms AVEKE stressZZ 9577 5000 1.9041171e-11 2827856.5 9578 -0.00929499999999493 2827807.65059636 9578 5000 1.9039792e-11 2827807.7 Loop time of 0.017225 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:52 2021 Pair time (%) = 0.00111294 (6.46117) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.203469) Outpt time (%) = 0.015945 (92.5685) Other time (%) = 0.000132084 (0.766814) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:52 2021 Memory usage per processor = 27.5297 Mbytes Step Atoms AVEKE stressZZ 9578 5000 1.9039792e-11 2827798.2 9579 -0.00929499999999493 2827749.4379578 9579 5000 1.9038413e-11 2827749.4 Loop time of 0.016906 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:52 2021 Pair time (%) = 0.000929832 (5.50001) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188975) Outpt time (%) = 0.015847 (93.7356) Other time (%) = 9.72748e-05 (0.575385) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:52 2021 Memory usage per processor = 27.5297 Mbytes Step Atoms AVEKE stressZZ 9579 5000 1.9038413e-11 2827740 9580 -0.00929499999999493 2827691.22821454 9580 5000 1.9037034e-11 2827691.2 Loop time of 0.0195041 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:52 2021 Pair time (%) = 0.000926971 (4.75271) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.163802) Outpt time (%) = 0.0184591 (94.6422) Other time (%) = 8.60691e-05 (0.441288) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:52 2021 Memory usage per processor = 27.5297 Mbytes Step Atoms AVEKE stressZZ 9580 5000 1.9037034e-11 2827681.8 9581 -0.00929499999999493 2827633.02136421 9581 5000 1.9035656e-11 2827633 Loop time of 0.0165391 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:52 2021 Pair time (%) = 0.000925064 (5.5932) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.187401) Outpt time (%) = 0.0154891 (93.6514) Other time (%) = 9.39369e-05 (0.567969) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:52 2021 Memory usage per processor = 27.5297 Mbytes Step Atoms AVEKE stressZZ 9581 5000 1.9035656e-11 2827623.6 9582 -0.00929499999999493 2827574.81740496 9582 5000 1.9034277e-11 2827574.8 Loop time of 0.016397 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:52 2021 Pair time (%) = 0.000968933 (5.90921) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.200657) Outpt time (%) = 0.015291 (93.2547) Other time (%) = 0.000104189 (0.635415) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:52 2021 Memory usage per processor = 27.5297 Mbytes Step Atoms AVEKE stressZZ 9582 5000 1.9034277e-11 2827565.4 9583 -0.00929499999999493 2827516.6163352 9583 5000 1.9032899e-11 2827516.6 Loop time of 0.017045 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:52 2021 Pair time (%) = 0.00092721 (5.43977) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187434) Outpt time (%) = 0.0159879 (93.7979) Other time (%) = 9.799e-05 (0.574889) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:52 2021 Memory usage per processor = 27.5297 Mbytes Step Atoms AVEKE stressZZ 9583 5000 1.9032899e-11 2827507.2 9584 -0.00929499999999493 2827458.41815363 9584 5000 1.903152e-11 2827458.4 Loop time of 0.0170419 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:52 2021 Pair time (%) = 0.000922918 (5.41558) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.188867) Outpt time (%) = 0.0159929 (93.8443) Other time (%) = 9.39369e-05 (0.551211) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:52 2021 Memory usage per processor = 27.5297 Mbytes Step Atoms AVEKE stressZZ 9584 5000 1.903152e-11 2827449 9585 -0.00929499999999493 2827400.2228591 9585 5000 1.9030142e-11 2827400.2 Loop time of 0.016468 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:52 2021 Pair time (%) = 0.000927925 (5.6347) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194) Outpt time (%) = 0.0153801 (93.3938) Other time (%) = 0.000128031 (0.77745) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:52 2021 Memory usage per processor = 27.5297 Mbytes Step Atoms AVEKE stressZZ 9585 5000 1.9030142e-11 2827390.8 9586 -0.00929499999999493 2827342.03045047 9586 5000 1.9028764e-11 2827342 Loop time of 0.017051 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:52 2021 Pair time (%) = 0.000967026 (5.67138) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192961) Outpt time (%) = 0.01595 (93.5428) Other time (%) = 0.000101089 (0.592866) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:52 2021 Memory usage per processor = 27.5297 Mbytes Step Atoms AVEKE stressZZ 9586 5000 1.9028764e-11 2827332.6 9587 -0.00929499999999493 2827283.84092504 9587 5000 1.9027387e-11 2827283.8 Loop time of 0.0170629 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:52 2021 Pair time (%) = 0.000931978 (5.46201) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181648) Outpt time (%) = 0.0160069 (93.8114) Other time (%) = 9.29832e-05 (0.544944) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:52 2021 Memory usage per processor = 27.5297 Mbytes Step Atoms AVEKE stressZZ 9587 5000 1.9027387e-11 2827274.4 9588 -0.00929499999999493 2827225.65427012 9588 5000 1.9026009e-11 2827225.7 Loop time of 0.0167401 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:52 2021 Pair time (%) = 0.000967026 (5.77671) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190848) Outpt time (%) = 0.0156491 (93.4827) Other time (%) = 9.20296e-05 (0.549756) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:52 2021 Memory usage per processor = 27.5297 Mbytes Step Atoms AVEKE stressZZ 9588 5000 1.9026009e-11 2827216.3 9589 -0.00929499999999493 2827167.47049734 9589 5000 1.9024631e-11 2827167.5 Loop time of 0.016531 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:52 2021 Pair time (%) = 0.00104308 (6.30985) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.206242) Outpt time (%) = 0.015348 (92.8435) Other time (%) = 0.000105858 (0.64036) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:52 2021 Memory usage per processor = 27.5297 Mbytes Step Atoms AVEKE stressZZ 9589 5000 1.9024631e-11 2827158.1 9590 -0.00929499999999493 2827109.28960599 9590 5000 1.9023254e-11 2827109.3 Loop time of 0.0189071 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:52 2021 Pair time (%) = 0.000923872 (4.88638) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.168974) Outpt time (%) = 0.0178611 (94.468) Other time (%) = 9.01222e-05 (0.476659) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:52 2021 Memory usage per processor = 27.5297 Mbytes Step Atoms AVEKE stressZZ 9590 5000 1.9023254e-11 2827099.9 9591 -0.00929499999999493 2827051.11159537 9591 5000 1.9021877e-11 2827051.1 Loop time of 0.016902 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:52 2021 Pair time (%) = 0.00093317 (5.52107) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18902) Outpt time (%) = 0.01582 (93.5987) Other time (%) = 0.000116825 (0.691192) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:52 2021 Memory usage per processor = 27.5297 Mbytes Step Atoms AVEKE stressZZ 9591 5000 1.9021877e-11 2827041.7 9592 -0.00929499999999493 2826992.93646121 9592 5000 1.9020499e-11 2826992.9 Loop time of 0.016434 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:52 2021 Pair time (%) = 0.000935078 (5.68991) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.20746) Outpt time (%) = 0.0153439 (93.3671) Other time (%) = 0.000120878 (0.735539) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:52 2021 Memory usage per processor = 27.5297 Mbytes Step Atoms AVEKE stressZZ 9592 5000 1.9020499e-11 2826983.5 9593 -0.00929499999999493 2826934.7642057 9593 5000 1.9019122e-11 2826934.8 Loop time of 0.017149 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:52 2021 Pair time (%) = 0.00128913 (7.51724) Neigh time (%) = 0 (0) Comm time (%) = 5.19753e-05 (0.303081) Outpt time (%) = 0.01564 (91.2009) Other time (%) = 0.000167847 (0.978757) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:52 2021 Memory usage per processor = 27.5297 Mbytes Step Atoms AVEKE stressZZ 9593 5000 1.9019122e-11 2826925.4 9594 -0.00929499999999493 2826876.59482885 9594 5000 1.9017746e-11 2826876.6 Loop time of 0.017113 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:52 2021 Pair time (%) = 0.00092411 (5.40006) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192262) Outpt time (%) = 0.0160651 (93.8769) Other time (%) = 9.08375e-05 (0.530811) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:52 2021 Memory usage per processor = 27.5297 Mbytes Step Atoms AVEKE stressZZ 9594 5000 1.9017746e-11 2826867.2 9595 -0.00929499999999493 2826818.42833009 9595 5000 1.9016369e-11 2826818.4 Loop time of 0.0168331 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:52 2021 Pair time (%) = 0.000962973 (5.72072) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.19121) Outpt time (%) = 0.0157452 (93.5371) Other time (%) = 9.27448e-05 (0.550968) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:52 2021 Memory usage per processor = 27.5297 Mbytes Step Atoms AVEKE stressZZ 9595 5000 1.9016369e-11 2826809 9596 -0.00929499999999493 2826760.26475333 9596 5000 1.9014992e-11 2826760.3 Loop time of 0.0165648 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:52 2021 Pair time (%) = 0.000952959 (5.7529) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.205821) Outpt time (%) = 0.0154479 (93.2569) Other time (%) = 0.000129938 (0.784421) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:52 2021 Memory usage per processor = 27.5297 Mbytes Step Atoms AVEKE stressZZ 9596 5000 1.9014992e-11 2826750.9 9597 -0.00929499999999493 2826702.10414479 9597 5000 1.9013616e-11 2826702.1 Loop time of 0.017504 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:52 2021 Pair time (%) = 0.00107193 (6.12392) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182519) Outpt time (%) = 0.0163 (93.1215) Other time (%) = 0.000100136 (0.572075) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:52 2021 Memory usage per processor = 27.5297 Mbytes Step Atoms AVEKE stressZZ 9597 5000 1.9013616e-11 2826692.7 9598 -0.00929499999999493 2826643.94646376 9598 5000 1.901224e-11 2826643.9 Loop time of 0.0173991 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:52 2021 Pair time (%) = 0.00100088 (5.7525) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.195952) Outpt time (%) = 0.0162609 (93.4582) Other time (%) = 0.000103235 (0.593338) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:52 2021 Memory usage per processor = 27.5297 Mbytes Step Atoms AVEKE stressZZ 9598 5000 1.901224e-11 2826634.5 9599 -0.00929499999999493 2826585.79169834 9599 5000 1.9010863e-11 2826585.8 Loop time of 0.0167711 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:52 2021 Pair time (%) = 0.000965834 (5.75892) Neigh time (%) = 0 (0) Comm time (%) = 4.48227e-05 (0.267262) Outpt time (%) = 0.01565 (93.3156) Other time (%) = 0.000110388 (0.658203) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:52 2021 Memory usage per processor = 27.5297 Mbytes Step Atoms AVEKE stressZZ 9599 5000 1.9010863e-11 2826576.4 9600 -0.00929499999999493 2826527.63984193 9600 5000 1.9009487e-11 2826527.6 Loop time of 0.0187809 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:52 2021 Pair time (%) = 0.00113702 (6.0541) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.19169) Outpt time (%) = 0.0174699 (93.0192) Other time (%) = 0.000138044 (0.735023) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:52 2021 Memory usage per processor = 27.5297 Mbytes Step Atoms AVEKE stressZZ 9600 5000 1.9009487e-11 2826518.2 9601 -0.00929499999999493 2826469.49089031 9601 5000 1.9008111e-11 2826469.5 Loop time of 0.0172069 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:52 2021 Pair time (%) = 0.000923872 (5.36919) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180128) Outpt time (%) = 0.01616 (93.9158) Other time (%) = 9.20296e-05 (0.534841) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:52 2021 Memory usage per processor = 27.5297 Mbytes Step Atoms AVEKE stressZZ 9601 5000 1.9008111e-11 2826460.1 9602 -0.00929499999999493 2826411.34484012 9602 5000 1.9006736e-11 2826411.3 Loop time of 0.017242 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:52 2021 Pair time (%) = 0.000926018 (5.37072) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185293) Outpt time (%) = 0.0161471 (93.6503) Other time (%) = 0.000136852 (0.793717) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:52 2021 Memory usage per processor = 27.5297 Mbytes Step Atoms AVEKE stressZZ 9602 5000 1.9006736e-11 2826401.9 9603 -0.00929499999999493 2826353.20168881 9603 5000 1.900536e-11 2826353.2 Loop time of 0.0166378 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:52 2021 Pair time (%) = 0.000962019 (5.78213) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.199186) Outpt time (%) = 0.015501 (93.1675) Other time (%) = 0.000141621 (0.851198) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:52 2021 Memory usage per processor = 27.5297 Mbytes Step Atoms AVEKE stressZZ 9603 5000 1.900536e-11 2826343.8 9604 -0.00929499999999493 2826295.06143432 9604 5000 1.9003985e-11 2826295.1 Loop time of 0.0174301 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:52 2021 Pair time (%) = 0.00117302 (6.72986) Neigh time (%) = 0 (0) Comm time (%) = 4.81606e-05 (0.276307) Outpt time (%) = 0.0160761 (92.2319) Other time (%) = 0.000132799 (0.761897) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:52 2021 Memory usage per processor = 27.5297 Mbytes Step Atoms AVEKE stressZZ 9604 5000 1.9003985e-11 2826285.7 9605 -0.00929499999999493 2826236.9240584 9605 5000 1.9002609e-11 2826236.9 Loop time of 0.0172031 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:52 2021 Pair time (%) = 0.000931025 (5.41196) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185711) Outpt time (%) = 0.0161471 (93.8618) Other time (%) = 9.29832e-05 (0.540503) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:52 2021 Memory usage per processor = 27.5297 Mbytes Step Atoms AVEKE stressZZ 9605 5000 1.9002609e-11 2826227.5 9606 -0.00929499999999493 2826178.7895639 9606 5000 1.9001234e-11 2826178.8 Loop time of 0.0166891 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:53 2021 Pair time (%) = 0.00092411 (5.53722) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.185717) Outpt time (%) = 0.0156391 (93.7085) Other time (%) = 9.48906e-05 (0.56858) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:53 2021 Memory usage per processor = 27.5297 Mbytes Step Atoms AVEKE stressZZ 9606 5000 1.9001234e-11 2826169.4 9607 -0.00929499999999493 2826120.65801582 9607 5000 1.8999859e-11 2826120.7 Loop time of 0.0167069 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:53 2021 Pair time (%) = 0.0010128 (6.06216) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.215486) Outpt time (%) = 0.0155191 (92.8904) Other time (%) = 0.000138998 (0.831978) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:53 2021 Memory usage per processor = 27.5297 Mbytes Step Atoms AVEKE stressZZ 9607 5000 1.8999859e-11 2826111.3 9608 -0.00929499999999493 2826062.52944913 9608 5000 1.8998484e-11 2826062.5 Loop time of 0.0162029 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:53 2021 Pair time (%) = 0.000926971 (5.72101) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.197175) Outpt time (%) = 0.0151532 (93.5212) Other time (%) = 9.08375e-05 (0.560624) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:53 2021 Memory usage per processor = 27.5297 Mbytes Step Atoms AVEKE stressZZ 9608 5000 1.8998484e-11 2826053.1 9609 -0.00929499999999493 2826004.40382258 9609 5000 1.8997109e-11 2826004.4 Loop time of 0.01632 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:53 2021 Pair time (%) = 0.000926018 (5.67413) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.189917) Outpt time (%) = 0.0152738 (93.5896) Other time (%) = 8.91685e-05 (0.546376) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:53 2021 Memory usage per processor = 27.5297 Mbytes Step Atoms AVEKE stressZZ 9609 5000 1.8997109e-11 2825995 9610 -0.00929499999999493 2825946.28112388 9610 5000 1.8995735e-11 2825946.3 Loop time of 0.019052 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:53 2021 Pair time (%) = 0.000923157 (4.84545) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.162683) Outpt time (%) = 0.0180089 (94.5251) Other time (%) = 8.89301e-05 (0.466775) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:53 2021 Memory usage per processor = 27.5297 Mbytes Step Atoms AVEKE stressZZ 9610 5000 1.8995735e-11 2825936.9 9611 -0.00929499999999493 2825888.16135436 9611 5000 1.899436e-11 2825888.2 Loop time of 0.0165901 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:53 2021 Pair time (%) = 0.000936031 (5.6421) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192573) Outpt time (%) = 0.015528 (93.5977) Other time (%) = 9.41753e-05 (0.567659) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:53 2021 Memory usage per processor = 27.5297 Mbytes Step Atoms AVEKE stressZZ 9611 5000 1.899436e-11 2825878.8 9612 -0.00929499999999493 2825830.04452658 9612 5000 1.8992986e-11 2825830 Loop time of 0.016706 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:53 2021 Pair time (%) = 0.00118804 (7.11146) Neigh time (%) = 0 (0) Comm time (%) = 4.91142e-05 (0.293992) Outpt time (%) = 0.0153611 (91.9495) Other time (%) = 0.000107765 (0.645069) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:53 2021 Memory usage per processor = 27.5297 Mbytes Step Atoms AVEKE stressZZ 9612 5000 1.8992986e-11 2825820.6 9613 -0.00929499999999493 2825771.93062541 9613 5000 1.8991612e-11 2825771.9 Loop time of 0.0170901 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:53 2021 Pair time (%) = 0.000962019 (5.62911) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.199495) Outpt time (%) = 0.015995 (93.5924) Other time (%) = 9.89437e-05 (0.578954) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:53 2021 Memory usage per processor = 27.5297 Mbytes Step Atoms AVEKE stressZZ 9613 5000 1.8991612e-11 2825762.5 9614 -0.00929499999999493 2825713.8196444 9614 5000 1.8990238e-11 2825713.8 Loop time of 0.017215 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:53 2021 Pair time (%) = 0.000965118 (5.60626) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.186968) Outpt time (%) = 0.0161252 (93.6694) Other time (%) = 9.25064e-05 (0.537359) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:53 2021 Memory usage per processor = 27.5297 Mbytes Step Atoms AVEKE stressZZ 9614 5000 1.8990238e-11 2825704.4 9615 -0.00929499999999493 2825655.71157934 9615 5000 1.8988864e-11 2825655.7 Loop time of 0.016551 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:53 2021 Pair time (%) = 0.000948906 (5.73322) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.205993) Outpt time (%) = 0.0154679 (93.4558) Other time (%) = 0.000100136 (0.605013) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:53 2021 Memory usage per processor = 27.5297 Mbytes Step Atoms AVEKE stressZZ 9615 5000 1.8988864e-11 2825646.3 9616 -0.00929499999999493 2825597.60642995 9616 5000 1.898749e-11 2825597.6 Loop time of 0.0173872 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:53 2021 Pair time (%) = 0.000997782 (5.73862) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.18923) Outpt time (%) = 0.0162508 (93.4647) Other time (%) = 0.000105619 (0.607457) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:53 2021 Memory usage per processor = 27.5297 Mbytes Step Atoms AVEKE stressZZ 9616 5000 1.898749e-11 2825588.2 9617 -0.00929499999999493 2825539.50419224 9617 5000 1.8986116e-11 2825539.5 Loop time of 0.017113 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:53 2021 Pair time (%) = 0.00095892 (5.60347) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181117) Outpt time (%) = 0.0160291 (93.6665) Other time (%) = 9.39369e-05 (0.548922) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:53 2021 Memory usage per processor = 27.5297 Mbytes Step Atoms AVEKE stressZZ 9617 5000 1.8986116e-11 2825530.1 9618 -0.00929499999999493 2825481.40486286 9618 5000 1.8984743e-11 2825481.4 Loop time of 0.016773 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:53 2021 Pair time (%) = 0.000923872 (5.5081) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190473) Outpt time (%) = 0.0157239 (93.7456) Other time (%) = 9.32217e-05 (0.555785) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:53 2021 Memory usage per processor = 27.5297 Mbytes Step Atoms AVEKE stressZZ 9618 5000 1.8984743e-11 2825472 9619 -0.00929499999999493 2825423.3084398 9619 5000 1.8983369e-11 2825423.3 Loop time of 0.0167248 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:53 2021 Pair time (%) = 0.00108504 (6.48762) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.19815) Outpt time (%) = 0.0155048 (92.7055) Other time (%) = 0.000101805 (0.608704) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:53 2021 Memory usage per processor = 27.5297 Mbytes Step Atoms AVEKE stressZZ 9619 5000 1.8983369e-11 2825413.9 9620 -0.00929499999999493 2825365.2149212 9620 5000 1.8981996e-11 2825365.2 Loop time of 0.019352 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:53 2021 Pair time (%) = 0.00108695 (5.61675) Neigh time (%) = 0 (0) Comm time (%) = 5.38826e-05 (0.278435) Outpt time (%) = 0.018086 (93.458) Other time (%) = 0.00012517 (0.646807) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:53 2021 Memory usage per processor = 27.5297 Mbytes Step Atoms AVEKE stressZZ 9620 5000 1.8981996e-11 2825355.8 9621 -0.00929499999999493 2825307.12427622 9621 5000 1.8980623e-11 2825307.1 Loop time of 0.017242 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:53 2021 Pair time (%) = 0.00102282 (5.93213) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.196355) Outpt time (%) = 0.016083 (93.2783) Other time (%) = 0.000102282 (0.593213) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:53 2021 Memory usage per processor = 27.5297 Mbytes Step Atoms AVEKE stressZZ 9621 5000 1.8980623e-11 2825297.7 9622 -0.00929499999999493 2825249.03653633 9622 5000 1.897925e-11 2825249 Loop time of 0.0169981 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:53 2021 Pair time (%) = 0.000926018 (5.44779) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187951) Outpt time (%) = 0.0159471 (93.8172) Other time (%) = 9.29832e-05 (0.547023) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:53 2021 Memory usage per processor = 27.5297 Mbytes Step Atoms AVEKE stressZZ 9622 5000 1.897925e-11 2825239.6 9623 -0.00929499999999493 2825190.95170521 9623 5000 1.8977877e-11 2825191 Loop time of 0.0169029 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:53 2021 Pair time (%) = 0.00118685 (7.02155) Neigh time (%) = 0 (0) Comm time (%) = 5.38826e-05 (0.318777) Outpt time (%) = 0.015522 (91.8303) Other time (%) = 0.00014019 (0.829384) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:53 2021 Memory usage per processor = 27.5297 Mbytes Step Atoms AVEKE stressZZ 9623 5000 1.8977877e-11 2825181.6 9624 -0.00929499999999493 2825132.86977767 9624 5000 1.8976505e-11 2825132.9 Loop time of 0.0170639 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:53 2021 Pair time (%) = 0.000932932 (5.4673) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.194213) Outpt time (%) = 0.0159991 (93.76) Other time (%) = 9.87053e-05 (0.578447) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:53 2021 Memory usage per processor = 27.5297 Mbytes Step Atoms AVEKE stressZZ 9624 5000 1.8976505e-11 2825123.5 9625 -0.00929499999999493 2825074.79075122 9625 5000 1.8975132e-11 2825074.8 Loop time of 0.0168891 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:53 2021 Pair time (%) = 0.000935078 (5.53658) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.189164) Outpt time (%) = 0.0158291 (93.7237) Other time (%) = 9.29832e-05 (0.550552) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:53 2021 Memory usage per processor = 27.5297 Mbytes Step Atoms AVEKE stressZZ 9625 5000 1.8975132e-11 2825065.4 9626 -0.00929499999999493 2825016.71462396 9626 5000 1.897376e-11 2825016.7 Loop time of 0.0165842 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:53 2021 Pair time (%) = 0.000962019 (5.80083) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.19983) Outpt time (%) = 0.0154331 (93.0591) Other time (%) = 0.000155926 (0.940209) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:53 2021 Memory usage per processor = 27.5297 Mbytes Step Atoms AVEKE stressZZ 9626 5000 1.897376e-11 2825007.3 9627 -0.00929499999999493 2824958.6413944 9627 5000 1.8972387e-11 2824958.6 Loop time of 0.017164 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:53 2021 Pair time (%) = 0.000974178 (5.67571) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191691) Outpt time (%) = 0.0160551 (93.5395) Other time (%) = 0.000101805 (0.59313) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:53 2021 Memory usage per processor = 27.5297 Mbytes Step Atoms AVEKE stressZZ 9627 5000 1.8972387e-11 2824949.2 9628 -0.00929499999999493 2824900.57106113 9628 5000 1.8971015e-11 2824900.6 Loop time of 0.017314 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:53 2021 Pair time (%) = 0.000925064 (5.34288) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184522) Outpt time (%) = 0.0162699 (93.97) Other time (%) = 8.70228e-05 (0.502616) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:53 2021 Memory usage per processor = 27.5297 Mbytes Step Atoms AVEKE stressZZ 9628 5000 1.8971015e-11 2824891.2 9629 -0.00929499999999493 2824842.50362294 9629 5000 1.8969643e-11 2824842.5 Loop time of 0.016614 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:53 2021 Pair time (%) = 0.000967026 (5.82056) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.186556) Outpt time (%) = 0.015527 (93.4576) Other time (%) = 8.89301e-05 (0.535274) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:53 2021 Memory usage per processor = 27.5297 Mbytes Step Atoms AVEKE stressZZ 9629 5000 1.8969643e-11 2824833.1 9630 -0.00929499999999493 2824784.43907868 9630 5000 1.8968272e-11 2824784.4 Loop time of 0.019093 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:53 2021 Pair time (%) = 0.00117087 (6.13246) Neigh time (%) = 0 (0) Comm time (%) = 3.98159e-05 (0.208536) Outpt time (%) = 0.0177629 (93.0334) Other time (%) = 0.000119448 (0.625609) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:53 2021 Memory usage per processor = 27.5297 Mbytes Step Atoms AVEKE stressZZ 9630 5000 1.8968272e-11 2824775 9631 -0.00929499999999493 2824726.37742726 9631 5000 1.89669e-11 2824726.4 Loop time of 0.0172951 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:53 2021 Pair time (%) = 0.001086 (6.27921) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184723) Outpt time (%) = 0.0160811 (92.9805) Other time (%) = 9.60827e-05 (0.555548) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:53 2021 Memory usage per processor = 27.5297 Mbytes Step Atoms AVEKE stressZZ 9631 5000 1.89669e-11 2824717 9632 -0.00929499999999493 2824668.31866776 9632 5000 1.8965528e-11 2824668.3 Loop time of 0.0173469 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:53 2021 Pair time (%) = 0.00100088 (5.76981) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.265263) Outpt time (%) = 0.0161359 (93.0193) Other time (%) = 0.000164032 (0.9456) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:53 2021 Memory usage per processor = 27.5297 Mbytes Step Atoms AVEKE stressZZ 9632 5000 1.8965528e-11 2824658.9 9633 -0.00929499999999493 2824610.26279924 9633 5000 1.8964157e-11 2824610.3 Loop time of 0.0168009 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:53 2021 Pair time (%) = 0.000923872 (5.49895) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.184481) Outpt time (%) = 0.0157189 (93.5602) Other time (%) = 0.000127077 (0.756372) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:53 2021 Memory usage per processor = 27.5297 Mbytes Step Atoms AVEKE stressZZ 9633 5000 1.8964157e-11 2824600.9 9634 -0.00929499999999493 2824552.20982084 9634 5000 1.8962786e-11 2824552.2 Loop time of 0.016922 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:53 2021 Pair time (%) = 0.00114012 (6.73749) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.225428) Outpt time (%) = 0.0156209 (92.3115) Other time (%) = 0.000122786 (0.725597) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:53 2021 Memory usage per processor = 27.5297 Mbytes Step Atoms AVEKE stressZZ 9634 5000 1.8962786e-11 2824542.8 9635 -0.00929499999999493 2824494.15973173 9635 5000 1.8961414e-11 2824494.2 Loop time of 0.0172241 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:53 2021 Pair time (%) = 0.000962973 (5.59085) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185485) Outpt time (%) = 0.0161231 (93.6077) Other time (%) = 0.000106096 (0.615977) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:21:53 2021 Memory usage per processor = 27.5297 Mbytes Step Atoms AVEKE stressZZ 9635 5000 1.8961414e-11 2824484.8 9636 -0.00929499999999493 2824426.30176231 9636 5000 3.7458396e-11 2824519 Loop time of 0.016784 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:53 2021 Pair time (%) = 0.000926018 (5.51728) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.279841) Outpt time (%) = 0.01565 (93.244) Other time (%) = 0.000160933 (0.958848) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:53 2021 Memory usage per processor = 27.5297 Mbytes Step Atoms AVEKE stressZZ 9636 5000 3.7458396e-11 2866575.9 9637 -0.00932749999999491 2866511.28160703 9637 5000 3.0215467e-11 2866511.3 Loop time of 0.0163779 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:53 2021 Pair time (%) = 0.000977039 (5.96559) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.202347) Outpt time (%) = 0.015264 (93.1988) Other time (%) = 0.000103712 (0.633243) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:53 2021 Memory usage per processor = 27.5297 Mbytes Step Atoms AVEKE stressZZ 9637 5000 3.0215467e-11 2866498.6 9638 -0.00932749999999491 2866439.55501452 9638 5000 2.6015942e-11 2866439.6 Loop time of 0.0170078 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:53 2021 Pair time (%) = 0.000967979 (5.69138) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187843) Outpt time (%) = 0.0158749 (93.3386) Other time (%) = 0.000133038 (0.782214) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:53 2021 Memory usage per processor = 27.5297 Mbytes Step Atoms AVEKE stressZZ 9638 5000 2.6015942e-11 2866428 9639 -0.00932749999999491 2866372.4500631 9639 5000 2.3509749e-11 2866372.5 Loop time of 0.0174291 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:53 2021 Pair time (%) = 0.00100994 (5.79456) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.195614) Outpt time (%) = 0.016248 (93.2233) Other time (%) = 0.000137091 (0.786561) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:53 2021 Memory usage per processor = 27.5297 Mbytes Step Atoms AVEKE stressZZ 9639 5000 2.3509749e-11 2866361.6 9640 -0.00932749999999491 2866308.28327967 9640 5000 2.1982432e-11 2866308.3 Loop time of 0.0187008 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:53 2021 Pair time (%) = 0.000926971 (4.95684) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.170838) Outpt time (%) = 0.017647 (94.3649) Other time (%) = 9.48906e-05 (0.507414) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:53 2021 Memory usage per processor = 27.5299 Mbytes Step Atoms AVEKE stressZZ 9640 5000 2.1982432e-11 2866297.9 9641 -0.00932749999999491 2866245.98480243 9641 5000 2.1037918e-11 2866246 Loop time of 0.016681 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:53 2021 Pair time (%) = 0.00111794 (6.70192) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.202959) Outpt time (%) = 0.015425 (92.4705) Other time (%) = 0.000104189 (0.624598) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:53 2021 Memory usage per processor = 27.5299 Mbytes Step Atoms AVEKE stressZZ 9641 5000 2.1037918e-11 2866235.9 9642 -0.00932749999999491 2866184.87472362 9642 5000 2.0447912e-11 2866184.9 Loop time of 0.0173268 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:53 2021 Pair time (%) = 0.00117993 (6.80986) Neigh time (%) = 0 (0) Comm time (%) = 5.19753e-05 (0.29997) Outpt time (%) = 0.0160019 (92.3535) Other time (%) = 9.29832e-05 (0.536643) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:53 2021 Memory usage per processor = 27.5299 Mbytes Step Atoms AVEKE stressZZ 9642 5000 2.0447912e-11 2866175 9643 -0.00932749999999491 2866124.52095451 9643 5000 2.007679e-11 2866124.5 Loop time of 0.0172331 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:53 2021 Pair time (%) = 0.000926018 (5.37347) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179854) Outpt time (%) = 0.0161819 (93.9002) Other time (%) = 9.41753e-05 (0.546478) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:53 2021 Memory usage per processor = 27.5299 Mbytes Step Atoms AVEKE stressZZ 9643 5000 2.007679e-11 2866114.7 9644 -0.00932749999999491 2866064.64889783 9644 5000 1.9842181e-11 2866064.6 Loop time of 0.016809 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:53 2021 Pair time (%) = 0.000936985 (5.57431) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.184392) Outpt time (%) = 0.0157471 (93.6824) Other time (%) = 9.39369e-05 (0.558849) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:53 2021 Memory usage per processor = 27.5299 Mbytes Step Atoms AVEKE stressZZ 9644 5000 1.9842181e-11 2866054.9 9645 -0.00932749999999491 2866005.08404375 9645 5000 1.9693281e-11 2866005.1 Loop time of 0.017529 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:53 2021 Pair time (%) = 0.00131702 (7.5134) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.291069) Outpt time (%) = 0.0159841 (91.1863) Other time (%) = 0.000176907 (1.00922) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:53 2021 Memory usage per processor = 27.5299 Mbytes Step Atoms AVEKE stressZZ 9645 5000 1.9693281e-11 2865995.4 9646 -0.00932749999999491 2865945.71548913 9646 5000 1.9598427e-11 2865945.7 Loop time of 0.0173419 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:53 2021 Pair time (%) = 0.000929117 (5.35766) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184225) Outpt time (%) = 0.016289 (93.9288) Other time (%) = 9.17912e-05 (0.529304) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:53 2021 Memory usage per processor = 27.5299 Mbytes Step Atoms AVEKE stressZZ 9646 5000 1.9598427e-11 2865936.1 9647 -0.00932749999999491 2865886.47275359 9647 5000 1.9537749e-11 2865886.5 Loop time of 0.0170219 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:53 2021 Pair time (%) = 0.000942945 (5.5396) Neigh time (%) = 0 (0) Comm time (%) = 6.41346e-05 (0.376777) Outpt time (%) = 0.015923 (93.5444) Other time (%) = 9.17912e-05 (0.539253) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:53 2021 Memory usage per processor = 27.5299 Mbytes Step Atoms AVEKE stressZZ 9647 5000 1.9537749e-11 2865876.8 9648 -0.00932749999999491 2865827.31104582 9648 5000 1.949872e-11 2865827.3 Loop time of 0.01684 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:53 2021 Pair time (%) = 0.000957966 (5.68864) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.202458) Outpt time (%) = 0.0157311 (93.4152) Other time (%) = 0.000116825 (0.693737) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:53 2021 Memory usage per processor = 27.5299 Mbytes Step Atoms AVEKE stressZZ 9648 5000 1.949872e-11 2865817.7 9649 -0.00932749999999491 2865768.20190038 9649 5000 1.9473423e-11 2865768.2 Loop time of 0.017272 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:53 2021 Pair time (%) = 0.00102305 (5.9232) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18497) Outpt time (%) = 0.0161219 (93.3411) Other time (%) = 9.5129e-05 (0.55077) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:53 2021 Memory usage per processor = 27.5299 Mbytes Step Atoms AVEKE stressZZ 9649 5000 1.9473423e-11 2865758.6 9650 -0.00932749999999491 2865709.12722697 9650 5000 1.945684e-11 2865709.1 Loop time of 0.0190458 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:54 2021 Pair time (%) = 0.00099206 (5.2088) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.162736) Outpt time (%) = 0.0179291 (94.1365) Other time (%) = 9.36985e-05 (0.491963) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:54 2021 Memory usage per processor = 27.5299 Mbytes Step Atoms AVEKE stressZZ 9650 5000 1.945684e-11 2865699.5 9651 -0.00932749999999491 2865650.07552876 9651 5000 1.9445791e-11 2865650.1 Loop time of 0.0166099 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:54 2021 Pair time (%) = 0.000927925 (5.58658) Neigh time (%) = 0 (0) Comm time (%) = 5.48363e-05 (0.330142) Outpt time (%) = 0.0155039 (93.3412) Other time (%) = 0.000123262 (0.742102) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:54 2021 Memory usage per processor = 27.5299 Mbytes Step Atoms AVEKE stressZZ 9651 5000 1.9445791e-11 2865640.5 9652 -0.00932749999999491 2865591.03949936 9652 5000 1.9438256e-11 2865591 Loop time of 0.016381 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:54 2021 Pair time (%) = 0.000938177 (5.72722) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.189209) Outpt time (%) = 0.0153201 (93.5232) Other time (%) = 9.17912e-05 (0.56035) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:54 2021 Memory usage per processor = 27.5299 Mbytes Step Atoms AVEKE stressZZ 9652 5000 1.9438256e-11 2865581.4 9653 -0.00932749999999491 2865532.01449527 9653 5000 1.9432955e-11 2865532 Loop time of 0.0161541 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:54 2021 Pair time (%) = 0.000962019 (5.95528) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.197771) Outpt time (%) = 0.0150721 (93.3023) Other time (%) = 8.79765e-05 (0.544609) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:54 2021 Memory usage per processor = 27.5299 Mbytes Step Atoms AVEKE stressZZ 9653 5000 1.9432955e-11 2865522.4 9654 -0.00932749999999491 2865472.99756541 9654 5000 1.9429073e-11 2865473 Loop time of 0.0163519 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:54 2021 Pair time (%) = 0.00092721 (5.67034) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.189546) Outpt time (%) = 0.0153039 (93.5904) Other time (%) = 8.98838e-05 (0.549683) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:54 2021 Memory usage per processor = 27.5299 Mbytes Step Atoms AVEKE stressZZ 9654 5000 1.9429073e-11 2865463.4 9655 -0.00932749999999491 2865413.9868341 9655 5000 1.9426092e-11 2865414 Loop time of 0.017915 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:54 2021 Pair time (%) = 0.000931978 (5.20222) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.173008) Outpt time (%) = 0.0168641 (94.1337) Other time (%) = 8.79765e-05 (0.491077) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:54 2021 Memory usage per processor = 27.5299 Mbytes Step Atoms AVEKE stressZZ 9655 5000 1.9426092e-11 2865404.4 9656 -0.00932749999999491 2865354.9811093 9656 5000 1.9423684e-11 2865355 Loop time of 0.017081 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:54 2021 Pair time (%) = 0.000926971 (5.42691) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181455) Outpt time (%) = 0.016011 (93.7356) Other time (%) = 0.000112057 (0.656031) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:54 2021 Memory usage per processor = 27.5299 Mbytes Step Atoms AVEKE stressZZ 9656 5000 1.9423684e-11 2865345.4 9657 -0.00932749999999491 2865295.97963326 9657 5000 1.942164e-11 2865296 Loop time of 0.0165629 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:54 2021 Pair time (%) = 0.000934124 (5.63984) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.198647) Outpt time (%) = 0.0154521 (93.2935) Other time (%) = 0.000143766 (0.868001) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:54 2021 Memory usage per processor = 27.5299 Mbytes Step Atoms AVEKE stressZZ 9657 5000 1.942164e-11 2865286.4 9658 -0.00932749999999491 2865236.98192429 9658 5000 1.9419828e-11 2865237 Loop time of 0.0171978 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:54 2021 Pair time (%) = 0.00100398 (5.83783) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191313) Outpt time (%) = 0.0160589 (93.3775) Other time (%) = 0.000102043 (0.593348) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:54 2021 Memory usage per processor = 27.5299 Mbytes Step Atoms AVEKE stressZZ 9658 5000 1.9419828e-11 2865227.4 9659 -0.00932749999999491 2865177.98767615 9659 5000 1.9418163e-11 2865178 Loop time of 0.017375 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:54 2021 Pair time (%) = 0.000970125 (5.58346) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.178385) Outpt time (%) = 0.0162799 (93.6975) Other time (%) = 9.39369e-05 (0.540644) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:54 2021 Memory usage per processor = 27.5299 Mbytes Step Atoms AVEKE stressZZ 9659 5000 1.9418163e-11 2865168.4 9660 -0.00932749999999491 2865118.99669412 9660 5000 1.9416591e-11 2865119 Loop time of 0.0184641 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:54 2021 Pair time (%) = 0.000940084 (5.09142) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.173028) Outpt time (%) = 0.0173969 (94.2203) Other time (%) = 9.5129e-05 (0.515211) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:54 2021 Memory usage per processor = 27.5299 Mbytes Step Atoms AVEKE stressZZ 9660 5000 1.9416591e-11 2865109.4 9661 -0.00932749999999491 2865060.00885422 9661 5000 1.9415079e-11 2865060 Loop time of 0.016825 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:54 2021 Pair time (%) = 0.00111985 (6.6559) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.20689) Outpt time (%) = 0.0155609 (92.4868) Other time (%) = 0.000109434 (0.650427) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:54 2021 Memory usage per processor = 27.5299 Mbytes Step Atoms AVEKE stressZZ 9661 5000 1.9415079e-11 2865050.4 9662 -0.00932749999999491 2865001.02407765 9662 5000 1.9413605e-11 2865001 Loop time of 0.01721 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:54 2021 Pair time (%) = 0.00113487 (6.59426) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185637) Outpt time (%) = 0.015949 (92.6729) Other time (%) = 9.41753e-05 (0.547213) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:54 2021 Memory usage per processor = 27.5299 Mbytes Step Atoms AVEKE stressZZ 9662 5000 1.9413605e-11 2864991.4 9663 -0.00932749999999491 2864942.042345 9663 5000 1.9412155e-11 2864942 Loop time of 0.0174801 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:54 2021 Pair time (%) = 0.001019 (5.82948) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.195043) Outpt time (%) = 0.0163291 (93.4149) Other time (%) = 9.799e-05 (0.560579) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:54 2021 Memory usage per processor = 27.5299 Mbytes Step Atoms AVEKE stressZZ 9663 5000 1.9412155e-11 2864932.5 9664 -0.00932749999999491 2864883.06364025 9664 5000 1.941072e-11 2864883.1 Loop time of 0.016587 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:54 2021 Pair time (%) = 0.000987053 (5.95076) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192609) Outpt time (%) = 0.0154729 (93.2831) Other time (%) = 9.5129e-05 (0.573515) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:54 2021 Memory usage per processor = 27.5299 Mbytes Step Atoms AVEKE stressZZ 9664 5000 1.941072e-11 2864873.5 9665 -0.00932749999999491 2864824.08792283 9665 5000 1.9409296e-11 2864824.1 Loop time of 0.01739 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:54 2021 Pair time (%) = 0.00122809 (7.06207) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.219361) Outpt time (%) = 0.015975 (91.8631) Other time (%) = 0.000148773 (0.855509) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:54 2021 Memory usage per processor = 27.5299 Mbytes Step Atoms AVEKE stressZZ 9665 5000 1.9409296e-11 2864814.5 9666 -0.00932749999999491 2864765.11517391 9666 5000 1.9407877e-11 2864765.1 Loop time of 0.0173039 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:54 2021 Pair time (%) = 0.000927925 (5.36251) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184629) Outpt time (%) = 0.016252 (93.921) Other time (%) = 9.20296e-05 (0.531842) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:54 2021 Memory usage per processor = 27.5299 Mbytes Step Atoms AVEKE stressZZ 9666 5000 1.9407877e-11 2864755.5 9667 -0.00932749999999491 2864706.1453819 9667 5000 1.9406463e-11 2864706.1 Loop time of 0.0170979 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:54 2021 Pair time (%) = 0.000934124 (5.46337) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.269125) Outpt time (%) = 0.016005 (93.6079) Other time (%) = 0.000112772 (0.659564) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:54 2021 Memory usage per processor = 27.5299 Mbytes Step Atoms AVEKE stressZZ 9667 5000 1.9406463e-11 2864696.6 9668 -0.00932749999999491 2864647.17853923 9668 5000 1.9405051e-11 2864647.2 Loop time of 0.0167849 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:54 2021 Pair time (%) = 0.000949144 (5.65475) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.220167) Outpt time (%) = 0.0156951 (93.5072) Other time (%) = 0.000103712 (0.617889) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:54 2021 Memory usage per processor = 27.5299 Mbytes Step Atoms AVEKE stressZZ 9668 5000 1.9405051e-11 2864637.6 9669 -0.00932749999999491 2864588.2146408 9669 5000 1.9403641e-11 2864588.2 Loop time of 0.0170338 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:54 2021 Pair time (%) = 0.00104403 (6.12919) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.188957) Outpt time (%) = 0.015842 (93.003) Other time (%) = 0.000115633 (0.678844) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:54 2021 Memory usage per processor = 27.5299 Mbytes Step Atoms AVEKE stressZZ 9669 5000 1.9403641e-11 2864578.6 9670 -0.00932749999999491 2864529.25368306 9670 5000 1.9402232e-11 2864529.3 Loop time of 0.0191238 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:54 2021 Pair time (%) = 0.000957012 (5.0043) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.240615) Outpt time (%) = 0.0180049 (94.1492) Other time (%) = 0.000115871 (0.605902) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:54 2021 Memory usage per processor = 27.5299 Mbytes Step Atoms AVEKE stressZZ 9670 5000 1.9402232e-11 2864519.7 9671 -0.00932749999999491 2864470.29566348 9671 5000 1.9400823e-11 2864470.3 Loop time of 0.016736 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:54 2021 Pair time (%) = 0.000928164 (5.5459) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190894) Outpt time (%) = 0.0156851 (93.7204) Other time (%) = 9.08375e-05 (0.542766) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:54 2021 Memory usage per processor = 27.5299 Mbytes Step Atoms AVEKE stressZZ 9671 5000 1.9400823e-11 2864460.7 9672 -0.00932749999999491 2864411.34058003 9672 5000 1.9399416e-11 2864411.3 Loop time of 0.0168371 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:54 2021 Pair time (%) = 0.000983 (5.83829) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208156) Outpt time (%) = 0.0157149 (93.3347) Other time (%) = 0.000104189 (0.618805) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:54 2021 Memory usage per processor = 27.5299 Mbytes Step Atoms AVEKE stressZZ 9672 5000 1.9399416e-11 2864401.8 9673 -0.00932749999999491 2864352.38843134 9673 5000 1.9398008e-11 2864352.4 Loop time of 0.0173421 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:54 2021 Pair time (%) = 0.00111198 (6.41205) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.185598) Outpt time (%) = 0.0161052 (92.8676) Other time (%) = 9.27448e-05 (0.534796) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:54 2021 Memory usage per processor = 27.5299 Mbytes Step Atoms AVEKE stressZZ 9673 5000 1.9398008e-11 2864342.8 9674 -0.00932749999999491 2864293.43921614 9674 5000 1.9396602e-11 2864293.4 Loop time of 0.017 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:54 2021 Pair time (%) = 0.000923872 (5.43455) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.189333) Outpt time (%) = 0.0159509 (93.8292) Other time (%) = 9.29832e-05 (0.546962) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:54 2021 Memory usage per processor = 27.5299 Mbytes Step Atoms AVEKE stressZZ 9674 5000 1.9396602e-11 2864283.9 9675 -0.00932749999999491 2864234.4929334 9675 5000 1.9395195e-11 2864234.5 Loop time of 0.016356 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:54 2021 Pair time (%) = 0.000930071 (5.68642) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.196787) Outpt time (%) = 0.0152991 (93.5381) Other time (%) = 9.46522e-05 (0.5787) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:54 2021 Memory usage per processor = 27.5299 Mbytes Step Atoms AVEKE stressZZ 9675 5000 1.9395195e-11 2864224.9 9676 -0.00932749999999491 2864175.54958227 9676 5000 1.9393788e-11 2864175.5 Loop time of 0.0173979 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:54 2021 Pair time (%) = 0.00125504 (7.21373) Neigh time (%) = 0 (0) Comm time (%) = 6.00815e-05 (0.345338) Outpt time (%) = 0.0158901 (91.3337) Other time (%) = 0.000192642 (1.10727) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:54 2021 Memory usage per processor = 27.5299 Mbytes Step Atoms AVEKE stressZZ 9676 5000 1.9393788e-11 2864166 9677 -0.00932749999999491 2864116.60916195 9677 5000 1.9392382e-11 2864116.6 Loop time of 0.0171449 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:54 2021 Pair time (%) = 0.000926971 (5.40668) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186341) Outpt time (%) = 0.0160911 (93.8535) Other time (%) = 9.48906e-05 (0.553462) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:54 2021 Memory usage per processor = 27.5299 Mbytes Step Atoms AVEKE stressZZ 9677 5000 1.9392382e-11 2864107 9678 -0.00932749999999491 2864057.67166272 9678 5000 1.9390976e-11 2864057.7 Loop time of 0.0170059 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:54 2021 Pair time (%) = 0.00101686 (5.97942) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.200482) Outpt time (%) = 0.01579 (92.8499) Other time (%) = 0.000164986 (0.970166) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:54 2021 Memory usage per processor = 27.5299 Mbytes Step Atoms AVEKE stressZZ 9678 5000 1.9390976e-11 2864048.1 9679 -0.00932749999999491 2863998.73708245 9679 5000 1.938957e-11 2863998.7 Loop time of 0.0166659 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:54 2021 Pair time (%) = 0.00103092 (6.1858) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.208864) Outpt time (%) = 0.0154929 (92.9616) Other time (%) = 0.000107288 (0.643758) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:54 2021 Memory usage per processor = 27.5299 Mbytes Step Atoms AVEKE stressZZ 9679 5000 1.938957e-11 2863989.2 9680 -0.00932749999999491 2863939.80542988 9680 5000 1.9388164e-11 2863939.8 Loop time of 0.0189698 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:54 2021 Pair time (%) = 0.00109196 (5.7563) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.168416) Outpt time (%) = 0.01774 (93.5173) Other time (%) = 0.000105858 (0.558034) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:54 2021 Memory usage per processor = 27.5299 Mbytes Step Atoms AVEKE stressZZ 9680 5000 1.9388164e-11 2863930.2 9681 -0.00932749999999491 2863880.87670446 9681 5000 1.9386758e-11 2863880.9 Loop time of 0.0170949 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:54 2021 Pair time (%) = 0.000963926 (5.63869) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186887) Outpt time (%) = 0.0160069 (93.6361) Other time (%) = 9.20296e-05 (0.538347) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:54 2021 Memory usage per processor = 27.5299 Mbytes Step Atoms AVEKE stressZZ 9681 5000 1.9386758e-11 2863871.3 9682 -0.00932749999999491 2863821.95090571 9682 5000 1.9385353e-11 2863822 Loop time of 0.016968 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:54 2021 Pair time (%) = 0.000999928 (5.89302) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.276806) Outpt time (%) = 0.0157809 (93.004) Other time (%) = 0.00014019 (0.826202) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:54 2021 Memory usage per processor = 27.5299 Mbytes Step Atoms AVEKE stressZZ 9682 5000 1.9385353e-11 2863812.4 9683 -0.00932749999999491 2863763.02803311 9683 5000 1.9383948e-11 2863763 Loop time of 0.0168002 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:54 2021 Pair time (%) = 0.00111985 (6.66572) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.214291) Outpt time (%) = 0.0155041 (92.2855) Other time (%) = 0.00014019 (0.834457) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:54 2021 Memory usage per processor = 27.5299 Mbytes Step Atoms AVEKE stressZZ 9683 5000 1.9383948e-11 2863753.4 9684 -0.00932749999999491 2863704.10808617 9684 5000 1.9382542e-11 2863704.1 Loop time of 0.0171471 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:54 2021 Pair time (%) = 0.000965118 (5.62848) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186318) Outpt time (%) = 0.0160601 (93.661) Other time (%) = 8.98838e-05 (0.524194) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:54 2021 Memory usage per processor = 27.5299 Mbytes Step Atoms AVEKE stressZZ 9684 5000 1.9382542e-11 2863694.5 9685 -0.00932749999999491 2863645.19106441 9685 5000 1.9381137e-11 2863645.2 Loop time of 0.0169339 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:54 2021 Pair time (%) = 0.000927925 (5.47968) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188663) Outpt time (%) = 0.0158811 (93.7826) Other time (%) = 9.29832e-05 (0.549095) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:54 2021 Memory usage per processor = 27.5299 Mbytes Step Atoms AVEKE stressZZ 9685 5000 1.9381137e-11 2863635.6 9686 -0.00932749999999491 2863586.27696736 9686 5000 1.9379732e-11 2863586.3 Loop time of 0.0165322 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:54 2021 Pair time (%) = 0.000935078 (5.65611) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.200459) Outpt time (%) = 0.0154631 (93.5334) Other time (%) = 0.000100851 (0.610029) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:54 2021 Memory usage per processor = 27.5299 Mbytes Step Atoms AVEKE stressZZ 9686 5000 1.9379732e-11 2863576.7 9687 -0.00932749999999491 2863527.36579464 9687 5000 1.9378328e-11 2863527.4 Loop time of 0.016927 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:54 2021 Pair time (%) = 0.00101995 (6.02561) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.195783) Outpt time (%) = 0.0157719 (93.1758) Other time (%) = 0.000102043 (0.602842) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:54 2021 Memory usage per processor = 27.5299 Mbytes Step Atoms AVEKE stressZZ 9687 5000 1.9378328e-11 2863517.8 9688 -0.00932749999999491 2863468.45754573 9688 5000 1.9376923e-11 2863468.5 Loop time of 0.017277 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:54 2021 Pair time (%) = 0.000940084 (5.44125) Neigh time (%) = 0 (0) Comm time (%) = 6.19888e-05 (0.358794) Outpt time (%) = 0.0161641 (93.5583) Other time (%) = 0.000110865 (0.641689) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:54 2021 Memory usage per processor = 27.5299 Mbytes Step Atoms AVEKE stressZZ 9688 5000 1.9376923e-11 2863458.9 9689 -0.00932749999999491 2863409.5522202 9689 5000 1.9375518e-11 2863409.6 Loop time of 0.016804 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:54 2021 Pair time (%) = 0.000927925 (5.52206) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.184447) Outpt time (%) = 0.015708 (93.4777) Other time (%) = 0.000137091 (0.815823) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:54 2021 Memory usage per processor = 27.5299 Mbytes Step Atoms AVEKE stressZZ 9689 5000 1.9375518e-11 2863400 9690 -0.00932749999999491 2863350.64981768 9690 5000 1.9374114e-11 2863350.6 Loop time of 0.019053 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:54 2021 Pair time (%) = 0.00112414 (5.90009) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.188953) Outpt time (%) = 0.0177689 (93.2603) Other time (%) = 0.000123978 (0.6507) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:54 2021 Memory usage per processor = 27.5299 Mbytes Step Atoms AVEKE stressZZ 9690 5000 1.9374114e-11 2863341.1 9691 -0.00932749999999491 2863291.75033768 9691 5000 1.937271e-11 2863291.8 Loop time of 0.017132 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:54 2021 Pair time (%) = 0.0009799 (5.71969) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192048) Outpt time (%) = 0.0160191 (93.5038) Other time (%) = 0.000100136 (0.584494) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:54 2021 Memory usage per processor = 27.5299 Mbytes Step Atoms AVEKE stressZZ 9691 5000 1.937271e-11 2863282.2 9692 -0.00932749999999491 2863232.85377985 9692 5000 1.9371306e-11 2863232.9 Loop time of 0.017241 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:54 2021 Pair time (%) = 0.000928879 (5.38762) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.196366) Outpt time (%) = 0.0161781 (93.8352) Other time (%) = 0.000100136 (0.5808) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:54 2021 Memory usage per processor = 27.5299 Mbytes Step Atoms AVEKE stressZZ 9692 5000 1.9371306e-11 2863223.3 9693 -0.00932749999999491 2863173.96014373 9693 5000 1.9369902e-11 2863174 Loop time of 0.0163431 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:55 2021 Pair time (%) = 0.000965118 (5.90535) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.189648) Outpt time (%) = 0.015254 (93.3361) Other time (%) = 9.29832e-05 (0.568944) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:55 2021 Memory usage per processor = 27.5299 Mbytes Step Atoms AVEKE stressZZ 9693 5000 1.9369902e-11 2863164.4 9694 -0.00932749999999491 2863115.0694289 9694 5000 1.9368498e-11 2863115.1 Loop time of 0.0168569 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:55 2021 Pair time (%) = 0.0011518 (6.83281) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.219227) Outpt time (%) = 0.0155509 (92.2521) Other time (%) = 0.000117302 (0.695869) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:55 2021 Memory usage per processor = 27.5299 Mbytes Step Atoms AVEKE stressZZ 9694 5000 1.9368498e-11 2863105.5 9695 -0.00932749999999491 2863056.181635 9695 5000 1.9367094e-11 2863056.2 Loop time of 0.0170951 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:55 2021 Pair time (%) = 0.000926971 (5.42244) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186885) Outpt time (%) = 0.016047 (93.8691) Other time (%) = 8.91685e-05 (0.521603) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:55 2021 Memory usage per processor = 27.5299 Mbytes Step Atoms AVEKE stressZZ 9695 5000 1.9367094e-11 2863046.6 9696 -0.00932749999999491 2862997.29676163 9696 5000 1.9365691e-11 2862997.3 Loop time of 0.016367 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:55 2021 Pair time (%) = 0.000965118 (5.89675) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.189372) Outpt time (%) = 0.0152771 (93.3414) Other time (%) = 9.36985e-05 (0.572486) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:55 2021 Memory usage per processor = 27.5299 Mbytes Step Atoms AVEKE stressZZ 9696 5000 1.9365691e-11 2862987.7 9697 -0.00932749999999491 2862938.41480842 9697 5000 1.9364288e-11 2862938.4 Loop time of 0.0162179 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:55 2021 Pair time (%) = 0.000929832 (5.73335) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.196992) Outpt time (%) = 0.015167 (93.5198) Other time (%) = 8.91685e-05 (0.549814) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:55 2021 Memory usage per processor = 27.5299 Mbytes Step Atoms AVEKE stressZZ 9697 5000 1.9364288e-11 2862928.8 9698 -0.00932749999999491 2862879.53577493 9698 5000 1.9362884e-11 2862879.5 Loop time of 0.0161979 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:55 2021 Pair time (%) = 0.000926018 (5.71689) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.191348) Outpt time (%) = 0.0151508 (93.5354) Other time (%) = 9.01222e-05 (0.556381) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:55 2021 Memory usage per processor = 27.5299 Mbytes Step Atoms AVEKE stressZZ 9698 5000 1.9362884e-11 2862870 9699 -0.00932749999999491 2862820.65966082 9699 5000 1.9361481e-11 2862820.7 Loop time of 0.0169361 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:55 2021 Pair time (%) = 0.000925064 (5.4621) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188639) Outpt time (%) = 0.0158911 (93.8298) Other time (%) = 8.79765e-05 (0.519462) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:55 2021 Memory usage per processor = 27.5299 Mbytes Step Atoms AVEKE stressZZ 9699 5000 1.9361481e-11 2862811.1 9700 -0.00932749999999491 2862761.78646572 9700 5000 1.9360078e-11 2862761.8 Loop time of 0.0186269 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:55 2021 Pair time (%) = 0.000998974 (5.36306) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.177915) Outpt time (%) = 0.017488 (93.8856) Other time (%) = 0.000106812 (0.573425) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:55 2021 Memory usage per processor = 27.5299 Mbytes Step Atoms AVEKE stressZZ 9700 5000 1.9360078e-11 2862752.2 9701 -0.00932749999999491 2862702.91619075 9701 5000 1.9358676e-11 2862702.9 Loop time of 0.0173452 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:55 2021 Pair time (%) = 0.00103307 (5.95593) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.185564) Outpt time (%) = 0.016155 (93.1382) Other time (%) = 0.000124931 (0.720265) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:55 2021 Memory usage per processor = 27.5299 Mbytes Step Atoms AVEKE stressZZ 9701 5000 1.9358676e-11 2862693.3 9702 -0.00932749999999491 2862644.04883676 9702 5000 1.9357273e-11 2862644 Loop time of 0.016988 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:55 2021 Pair time (%) = 0.00092411 (5.43977) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.182448) Outpt time (%) = 0.015939 (93.8248) Other time (%) = 9.39369e-05 (0.552959) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:55 2021 Memory usage per processor = 27.5299 Mbytes Step Atoms AVEKE stressZZ 9702 5000 1.9357273e-11 2862634.5 9703 -0.00932749999999491 2862585.18440222 9703 5000 1.9355871e-11 2862585.2 Loop time of 0.0165138 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:55 2021 Pair time (%) = 0.000926018 (5.60753) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.187688) Outpt time (%) = 0.0154629 (93.6359) Other time (%) = 9.39369e-05 (0.568838) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:55 2021 Memory usage per processor = 27.5299 Mbytes Step Atoms AVEKE stressZZ 9703 5000 1.9355871e-11 2862575.6 9704 -0.00932749999999491 2862526.32288639 9704 5000 1.9354468e-11 2862526.3 Loop time of 0.0172119 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:55 2021 Pair time (%) = 0.0012641 (7.3443) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.202238) Outpt time (%) = 0.0157461 (91.4838) Other time (%) = 0.000166893 (0.969637) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:55 2021 Memory usage per processor = 27.5299 Mbytes Step Atoms AVEKE stressZZ 9704 5000 1.9354468e-11 2862516.7 9705 -0.00932749999999491 2862467.46428876 9705 5000 1.9353066e-11 2862467.5 Loop time of 0.016979 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:55 2021 Pair time (%) = 0.000926018 (5.45391) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188163) Outpt time (%) = 0.015929 (93.8159) Other time (%) = 9.20296e-05 (0.542021) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:55 2021 Memory usage per processor = 27.5299 Mbytes Step Atoms AVEKE stressZZ 9705 5000 1.9353066e-11 2862457.9 9706 -0.00932749999999491 2862408.60860881 9706 5000 1.9351664e-11 2862408.6 Loop time of 0.0166609 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:55 2021 Pair time (%) = 0.000946999 (5.68395) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191755) Outpt time (%) = 0.015588 (93.5605) Other time (%) = 9.39369e-05 (0.563816) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:55 2021 Memory usage per processor = 27.5299 Mbytes Step Atoms AVEKE stressZZ 9706 5000 1.9351664e-11 2862399 9707 -0.00932749999999491 2862349.75584613 9707 5000 1.9350262e-11 2862349.8 Loop time of 0.016706 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:55 2021 Pair time (%) = 0.00110197 (6.59626) Neigh time (%) = 0 (0) Comm time (%) = 4.81606e-05 (0.288283) Outpt time (%) = 0.015425 (92.332) Other time (%) = 0.000130892 (0.783502) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:55 2021 Memory usage per processor = 27.5299 Mbytes Step Atoms AVEKE stressZZ 9707 5000 1.9350262e-11 2862340.2 9708 -0.00932749999999491 2862290.90600028 9708 5000 1.934886e-11 2862290.9 Loop time of 0.017205 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:55 2021 Pair time (%) = 0.0010221 (5.94072) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192619) Outpt time (%) = 0.016058 (93.3331) Other time (%) = 9.17912e-05 (0.533514) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:55 2021 Memory usage per processor = 27.5299 Mbytes Step Atoms AVEKE stressZZ 9708 5000 1.934886e-11 2862281.3 9709 -0.00932749999999491 2862232.0590708 9709 5000 1.9347459e-11 2862232.1 Loop time of 0.0177789 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:55 2021 Pair time (%) = 0.00103188 (5.80394) Neigh time (%) = 0 (0) Comm time (%) = 4.81606e-05 (0.270886) Outpt time (%) = 0.016573 (93.2171) Other time (%) = 0.000125885 (0.70806) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:55 2021 Memory usage per processor = 27.5299 Mbytes Step Atoms AVEKE stressZZ 9709 5000 1.9347459e-11 2862222.5 9710 -0.00932749999999491 2862173.21505738 9710 5000 1.9346057e-11 2862173.2 Loop time of 0.0187659 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:55 2021 Pair time (%) = 0.00106597 (5.68035) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.202007) Outpt time (%) = 0.017544 (93.4888) Other time (%) = 0.000118017 (0.628891) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:55 2021 Memory usage per processor = 27.5299 Mbytes Step Atoms AVEKE stressZZ 9710 5000 1.9346057e-11 2862163.6 9711 -0.00932749999999491 2862114.37395958 9711 5000 1.9344656e-11 2862114.4 Loop time of 0.016633 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:55 2021 Pair time (%) = 0.0010469 (6.29408) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.19781) Outpt time (%) = 0.01542 (92.7068) Other time (%) = 0.000133276 (0.801273) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:55 2021 Memory usage per processor = 27.5299 Mbytes Step Atoms AVEKE stressZZ 9711 5000 1.9344656e-11 2862104.8 9712 -0.00932749999999491 2862055.53577709 9712 5000 1.9343255e-11 2862055.5 Loop time of 0.017276 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:55 2021 Pair time (%) = 0.000926018 (5.36012) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179407) Outpt time (%) = 0.0162339 (93.9678) Other time (%) = 8.51154e-05 (0.492679) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:55 2021 Memory usage per processor = 27.5299 Mbytes Step Atoms AVEKE stressZZ 9712 5000 1.9343255e-11 2862046 9713 -0.00932749999999491 2861996.70050945 9713 5000 1.9341854e-11 2861996.7 Loop time of 0.0171912 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:55 2021 Pair time (%) = 0.000967979 (5.63068) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180293) Outpt time (%) = 0.0160961 (93.6301) Other time (%) = 9.60827e-05 (0.558907) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:55 2021 Memory usage per processor = 27.5299 Mbytes Step Atoms AVEKE stressZZ 9713 5000 1.9341854e-11 2861987.1 9714 -0.00932749999999491 2861937.86815635 9714 5000 1.9340453e-11 2861937.9 Loop time of 0.016505 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:55 2021 Pair time (%) = 0.00100398 (6.08289) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.206567) Outpt time (%) = 0.015367 (93.1053) Other time (%) = 9.98974e-05 (0.605255) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:55 2021 Memory usage per processor = 27.5299 Mbytes Step Atoms AVEKE stressZZ 9714 5000 1.9340453e-11 2861928.3 9715 -0.00932749999999491 2861879.03871739 9715 5000 1.9339052e-11 2861879 Loop time of 0.0170271 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:55 2021 Pair time (%) = 0.000983 (5.77314) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.193231) Outpt time (%) = 0.015851 (93.0927) Other time (%) = 0.000160217 (0.940952) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:55 2021 Memory usage per processor = 27.5299 Mbytes Step Atoms AVEKE stressZZ 9715 5000 1.9339052e-11 2861869.5 9716 -0.00932749999999491 2861820.21219222 9716 5000 1.9337651e-11 2861820.2 Loop time of 0.017555 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:55 2021 Pair time (%) = 0.00094986 (5.41076) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.187421) Outpt time (%) = 0.016432 (93.6032) Other time (%) = 0.00014019 (0.798577) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:55 2021 Memory usage per processor = 27.5299 Mbytes Step Atoms AVEKE stressZZ 9716 5000 1.9337651e-11 2861810.6 9717 -0.00932749999999491 2861761.38858049 9717 5000 1.9336251e-11 2861761.4 Loop time of 0.0170059 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:55 2021 Pair time (%) = 0.00106406 (6.25701) Neigh time (%) = 0 (0) Comm time (%) = 4.48227e-05 (0.263571) Outpt time (%) = 0.015785 (92.8205) Other time (%) = 0.000112057 (0.658928) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:55 2021 Memory usage per processor = 27.5299 Mbytes Step Atoms AVEKE stressZZ 9717 5000 1.9336251e-11 2861751.8 9718 -0.00932749999999491 2861702.56788185 9718 5000 1.9334851e-11 2861702.6 Loop time of 0.016891 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:55 2021 Pair time (%) = 0.000989914 (5.8606) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.201846) Outpt time (%) = 0.0157609 (93.3094) Other time (%) = 0.000106096 (0.628123) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:55 2021 Memory usage per processor = 27.5299 Mbytes Step Atoms AVEKE stressZZ 9718 5000 1.9334851e-11 2861693 9719 -0.00932749999999491 2861643.75009945 9719 5000 1.933345e-11 2861643.8 Loop time of 0.0170932 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:55 2021 Pair time (%) = 0.00102615 (6.00329) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186905) Outpt time (%) = 0.015939 (93.2477) Other time (%) = 9.60827e-05 (0.562111) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:55 2021 Memory usage per processor = 27.5299 Mbytes Step Atoms AVEKE stressZZ 9719 5000 1.933345e-11 2861634.2 9720 -0.00932749999999491 2861584.93524196 9720 5000 1.933205e-11 2861584.9 Loop time of 0.019119 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:55 2021 Pair time (%) = 0.00097084 (5.07788) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.162113) Outpt time (%) = 0.0180221 (94.2624) Other time (%) = 9.5129e-05 (0.497562) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:55 2021 Memory usage per processor = 27.5299 Mbytes Step Atoms AVEKE stressZZ 9720 5000 1.933205e-11 2861575.4 9721 -0.00932749999999491 2861526.1233035 9721 5000 1.933065e-11 2861526.1 Loop time of 0.0166562 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:55 2021 Pair time (%) = 0.000927925 (5.57106) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.186084) Outpt time (%) = 0.01561 (93.719) Other time (%) = 8.72612e-05 (0.523897) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:55 2021 Memory usage per processor = 27.5299 Mbytes Step Atoms AVEKE stressZZ 9721 5000 1.933065e-11 2861516.5 9722 -0.00932749999999491 2861467.31428252 9722 5000 1.9329251e-11 2861467.3 Loop time of 0.01667 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:55 2021 Pair time (%) = 0.00111103 (6.66486) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.221685) Outpt time (%) = 0.0153821 (92.2739) Other time (%) = 0.000139952 (0.839543) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:55 2021 Memory usage per processor = 27.5299 Mbytes Step Atoms AVEKE stressZZ 9722 5000 1.9329251e-11 2861457.7 9723 -0.00932749999999491 2861408.50817748 9723 5000 1.9327851e-11 2861408.5 Loop time of 0.0171959 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:55 2021 Pair time (%) = 0.000961065 (5.58891) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.187175) Outpt time (%) = 0.0161099 (93.6846) Other time (%) = 9.27448e-05 (0.539341) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:55 2021 Memory usage per processor = 27.5299 Mbytes Step Atoms AVEKE stressZZ 9723 5000 1.9327851e-11 2861398.9 9724 -0.00932749999999491 2861349.70498746 9724 5000 1.9326452e-11 2861349.7 Loop time of 0.0170422 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:55 2021 Pair time (%) = 0.000930071 (5.45747) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187465) Outpt time (%) = 0.0159881 (93.8151) Other time (%) = 9.20296e-05 (0.540011) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:55 2021 Memory usage per processor = 27.5299 Mbytes Step Atoms AVEKE stressZZ 9724 5000 1.9326452e-11 2861340.1 9725 -0.00932749999999491 2861290.90471175 9725 5000 1.9325052e-11 2861290.9 Loop time of 0.0164318 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:55 2021 Pair time (%) = 0.000969887 (5.9025) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.206036) Outpt time (%) = 0.0153239 (93.2574) Other time (%) = 0.000104189 (0.634068) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:55 2021 Memory usage per processor = 27.5299 Mbytes Step Atoms AVEKE stressZZ 9725 5000 1.9325052e-11 2861281.3 9726 -0.00932749999999491 2861232.10734968 9726 5000 1.9323653e-11 2861232.1 Loop time of 0.0171421 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:55 2021 Pair time (%) = 0.00105 (6.12526) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.273995) Outpt time (%) = 0.0159199 (92.8706) Other time (%) = 0.00012517 (0.730191) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:55 2021 Memory usage per processor = 27.5299 Mbytes Step Atoms AVEKE stressZZ 9726 5000 1.9323653e-11 2861222.5 9727 -0.00932749999999491 2861173.31290069 9727 5000 1.9322254e-11 2861173.3 Loop time of 0.0172791 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:55 2021 Pair time (%) = 0.000928879 (5.37572) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184894) Outpt time (%) = 0.0162249 (93.8985) Other time (%) = 9.34601e-05 (0.540884) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:55 2021 Memory usage per processor = 27.5299 Mbytes Step Atoms AVEKE stressZZ 9727 5000 1.9322254e-11 2861163.7 9728 -0.00932749999999491 2861114.52136432 9728 5000 1.9320855e-11 2861114.5 Loop time of 0.0162392 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:55 2021 Pair time (%) = 0.000957966 (5.89911) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.252525) Outpt time (%) = 0.0151451 (93.2626) Other time (%) = 9.5129e-05 (0.5858) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:55 2021 Memory usage per processor = 27.5299 Mbytes Step Atoms AVEKE stressZZ 9728 5000 1.9320855e-11 2861104.9 9729 -0.00932749999999491 2861055.73274002 9729 5000 1.9319456e-11 2861055.7 Loop time of 0.016948 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:55 2021 Pair time (%) = 0.00123405 (7.28142) Neigh time (%) = 0 (0) Comm time (%) = 4.19617e-05 (0.247591) Outpt time (%) = 0.015516 (91.551) Other time (%) = 0.000155926 (0.920025) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:55 2021 Memory usage per processor = 27.5299 Mbytes Step Atoms AVEKE stressZZ 9729 5000 1.9319456e-11 2861046.2 9730 -0.00932749999999491 2860996.94702731 9730 5000 1.9318058e-11 2860996.9 Loop time of 0.019181 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:55 2021 Pair time (%) = 0.000930071 (4.84891) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.166561) Outpt time (%) = 0.0181279 (94.5097) Other time (%) = 9.10759e-05 (0.474823) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:55 2021 Memory usage per processor = 27.5299 Mbytes Step Atoms AVEKE stressZZ 9730 5000 1.9318058e-11 2860987.4 9731 -0.00932749999999491 2860938.16422581 9731 5000 1.9316659e-11 2860938.2 Loop time of 0.0168788 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:55 2021 Pair time (%) = 0.000925064 (5.48061) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.183629) Outpt time (%) = 0.0158288 (93.7792) Other time (%) = 9.39369e-05 (0.556536) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:55 2021 Memory usage per processor = 27.5299 Mbytes Step Atoms AVEKE stressZZ 9731 5000 1.9316659e-11 2860928.6 9732 -0.00932749999999491 2860879.38433507 9732 5000 1.9315261e-11 2860879.4 Loop time of 0.0195191 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:55 2021 Pair time (%) = 0.000928164 (4.75516) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.168562) Outpt time (%) = 0.018446 (94.5022) Other time (%) = 0.000112057 (0.574088) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:55 2021 Memory usage per processor = 27.5299 Mbytes Step Atoms AVEKE stressZZ 9732 5000 1.9315261e-11 2860869.8 9733 -0.00932749999999491 2860820.60735464 9733 5000 1.9313863e-11 2860820.6 Loop time of 0.0167549 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:55 2021 Pair time (%) = 0.00115013 (6.86446) Neigh time (%) = 0 (0) Comm time (%) = 5.00679e-05 (0.298826) Outpt time (%) = 0.015408 (91.9616) Other time (%) = 0.000146627 (0.875133) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:55 2021 Memory usage per processor = 27.5299 Mbytes Step Atoms AVEKE stressZZ 9733 5000 1.9313863e-11 2860811 9734 -0.00932749999999491 2860761.83328413 9734 5000 1.9312465e-11 2860761.8 Loop time of 0.0170238 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:55 2021 Pair time (%) = 0.00100899 (5.92692) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.198871) Outpt time (%) = 0.015882 (93.293) Other time (%) = 9.89437e-05 (0.581208) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:55 2021 Memory usage per processor = 27.5299 Mbytes Step Atoms AVEKE stressZZ 9734 5000 1.9312465e-11 2860752.3 9735 -0.00932749999999491 2860703.06212315 9735 5000 1.9311067e-11 2860703.1 Loop time of 0.0171349 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:55 2021 Pair time (%) = 0.000962973 (5.61995) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18645) Outpt time (%) = 0.0160451 (93.6398) Other time (%) = 9.48906e-05 (0.553785) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:55 2021 Memory usage per processor = 27.5299 Mbytes Step Atoms AVEKE stressZZ 9735 5000 1.9311067e-11 2860693.5 9736 -0.00932749999999491 2860644.29387127 9736 5000 1.9309669e-11 2860644.3 Loop time of 0.0164471 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:55 2021 Pair time (%) = 0.000936985 (5.69697) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.207294) Outpt time (%) = 0.0153439 (93.2926) Other time (%) = 0.000132084 (0.803085) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:21:55 2021 Memory usage per processor = 27.5299 Mbytes Step Atoms AVEKE stressZZ 9736 5000 1.9309669e-11 2860634.7 9737 -0.00932749999999491 2860575.61137861 9737 5000 3.8146258e-11 2860669.5 Loop time of 0.016994 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:56 2021 Pair time (%) = 0.000975132 (5.7381) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187996) Outpt time (%) = 0.015837 (93.1914) Other time (%) = 0.000149965 (0.88246) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:56 2021 Memory usage per processor = 27.5299 Mbytes Step Atoms AVEKE stressZZ 9737 5000 3.8146258e-11 2902972.8 9738 -0.00935999999999489 2902907.48597593 9738 5000 3.0769006e-11 2902907.5 Loop time of 0.0168791 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:56 2021 Pair time (%) = 0.000967979 (5.73479) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.190689) Outpt time (%) = 0.015785 (93.518) Other time (%) = 9.39369e-05 (0.556529) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:56 2021 Memory usage per processor = 27.5299 Mbytes Step Atoms AVEKE stressZZ 9738 5000 3.0769006e-11 2902894.6 9739 -0.00935999999999489 2902834.86511917 9739 5000 2.6491681e-11 2902834.9 Loop time of 0.0166891 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:56 2021 Pair time (%) = 0.000941992 (5.64437) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191431) Outpt time (%) = 0.0156231 (93.6128) Other time (%) = 9.20296e-05 (0.551436) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:56 2021 Memory usage per processor = 27.5299 Mbytes Step Atoms AVEKE stressZZ 9739 5000 2.6491681e-11 2902823.1 9740 -0.00935999999999489 2902766.92720166 9740 5000 2.3939095e-11 2902766.9 Loop time of 0.0186028 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:56 2021 Pair time (%) = 0.00108981 (5.8583) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.199933) Outpt time (%) = 0.017333 (93.1741) Other time (%) = 0.000142813 (0.767693) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:56 2021 Memory usage per processor = 27.53 Mbytes Step Atoms AVEKE stressZZ 9740 5000 2.3939095e-11 2902755.9 9741 -0.00935999999999489 2902701.96642375 9741 5000 2.238352e-11 2902702 Loop time of 0.016031 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:56 2021 Pair time (%) = 0.000935793 (5.83739) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.199289) Outpt time (%) = 0.0149691 (93.3759) Other time (%) = 9.41753e-05 (0.587457) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:56 2021 Memory usage per processor = 27.53 Mbytes Step Atoms AVEKE stressZZ 9741 5000 2.238352e-11 2902691.4 9742 -0.00935999999999489 2902638.89873491 9742 5000 2.1421537e-11 2902638.9 Loop time of 0.0161409 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:56 2021 Pair time (%) = 0.000931978 (5.774) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.192024) Outpt time (%) = 0.015089 (93.483) Other time (%) = 8.89301e-05 (0.55096) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:56 2021 Memory usage per processor = 27.53 Mbytes Step Atoms AVEKE stressZZ 9742 5000 2.1421537e-11 2902628.6 9743 -0.00935999999999489 2902577.03521045 9743 5000 2.0820622e-11 2902577 Loop time of 0.0163851 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:56 2021 Pair time (%) = 0.000931025 (5.68215) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194983) Outpt time (%) = 0.0153391 (93.6165) Other time (%) = 8.29697e-05 (0.506373) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:56 2021 Memory usage per processor = 27.53 Mbytes Step Atoms AVEKE stressZZ 9743 5000 2.0820622e-11 2902566.9 9744 -0.00935999999999489 2902515.93803127 9744 5000 2.0442638e-11 2902515.9 Loop time of 0.0175781 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:56 2021 Pair time (%) = 0.000930786 (5.29514) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.176324) Outpt time (%) = 0.0165272 (94.0213) Other time (%) = 8.91685e-05 (0.50727) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:56 2021 Memory usage per processor = 27.53 Mbytes Step Atoms AVEKE stressZZ 9744 5000 2.0442638e-11 2902506 9745 -0.00935999999999489 2902455.32895826 9745 5000 2.0203692e-11 2902455.3 Loop time of 0.0166142 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:56 2021 Pair time (%) = 0.000931025 (5.60379) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.199469) Outpt time (%) = 0.0155492 (93.5897) Other time (%) = 0.000100851 (0.607017) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:56 2021 Memory usage per processor = 27.53 Mbytes Step Atoms AVEKE stressZZ 9745 5000 2.0203692e-11 2902445.4 9746 -0.00935999999999489 2902395.03116728 9746 5000 2.0052039e-11 2902395 Loop time of 0.0171349 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:56 2021 Pair time (%) = 0.00100994 (5.89406) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193407) Outpt time (%) = 0.015949 (93.0791) Other time (%) = 0.000142813 (0.833461) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:56 2021 Memory usage per processor = 27.53 Mbytes Step Atoms AVEKE stressZZ 9746 5000 2.0052039e-11 2902385.2 9747 -0.00935999999999489 2902334.93228436 9747 5000 1.9955431e-11 2902334.9 Loop time of 0.0175278 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:56 2021 Pair time (%) = 0.0010159 (5.79594) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.17683) Outpt time (%) = 0.016355 (93.309) Other time (%) = 0.000125885 (0.718201) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:56 2021 Memory usage per processor = 27.53 Mbytes Step Atoms AVEKE stressZZ 9747 5000 1.9955431e-11 2902325.1 9748 -0.00935999999999489 2902274.96089437 9748 5000 1.989363e-11 2902275 Loop time of 0.01689 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:56 2021 Pair time (%) = 0.000934839 (5.53485) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.190565) Outpt time (%) = 0.0158291 (93.7184) Other time (%) = 9.39369e-05 (0.556167) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:56 2021 Memory usage per processor = 27.53 Mbytes Step Atoms AVEKE stressZZ 9748 5000 1.989363e-11 2902265.1 9749 -0.00935999999999489 2902215.07161199 9749 5000 1.985388e-11 2902215.1 Loop time of 0.0166609 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:56 2021 Pair time (%) = 0.000961065 (5.76838) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.197479) Outpt time (%) = 0.0155649 (93.4217) Other time (%) = 0.000102043 (0.61247) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:56 2021 Memory usage per processor = 27.53 Mbytes Step Atoms AVEKE stressZZ 9749 5000 1.985388e-11 2902205.3 9750 -0.00935999999999489 2902155.23559416 9750 5000 1.9828114e-11 2902155.2 Loop time of 0.0191641 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:56 2021 Pair time (%) = 0.00109386 (5.70789) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.166708) Outpt time (%) = 0.0179422 (93.624) Other time (%) = 9.60827e-05 (0.501368) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:56 2021 Memory usage per processor = 27.53 Mbytes Step Atoms AVEKE stressZZ 9750 5000 1.9828114e-11 2902145.4 9751 -0.00935999999999489 2902095.43451067 9751 5000 1.9811223e-11 2902095.4 Loop time of 0.017025 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:56 2021 Pair time (%) = 0.000936985 (5.50359) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187654) Outpt time (%) = 0.0159688 (93.7962) Other time (%) = 8.72612e-05 (0.512548) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:56 2021 Memory usage per processor = 27.53 Mbytes Step Atoms AVEKE stressZZ 9751 5000 1.9811223e-11 2902085.6 9752 -0.00935999999999489 2902035.65671221 9752 5000 1.9799969e-11 2902035.7 Loop time of 0.0170741 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:56 2021 Pair time (%) = 0.000968933 (5.67487) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187114) Outpt time (%) = 0.0159791 (93.5864) Other time (%) = 9.41753e-05 (0.551568) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:56 2021 Memory usage per processor = 27.53 Mbytes Step Atoms AVEKE stressZZ 9752 5000 1.9799969e-11 2902025.9 9753 -0.00935999999999489 2901975.89479535 9753 5000 1.9792295e-11 2901975.9 Loop time of 0.0168738 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:56 2021 Pair time (%) = 0.000929832 (5.5105) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.183683) Outpt time (%) = 0.0158169 (93.7364) Other time (%) = 9.60827e-05 (0.569418) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:56 2021 Memory usage per processor = 27.53 Mbytes Step Atoms AVEKE stressZZ 9753 5000 1.9792295e-11 2901966.1 9754 -0.00935999999999489 2901916.14405508 9754 5000 1.9786894e-11 2901916.1 Loop time of 0.0169899 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:56 2021 Pair time (%) = 0.000930786 (5.47845) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188041) Outpt time (%) = 0.01594 (93.8199) Other time (%) = 8.72612e-05 (0.513605) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:56 2021 Memory usage per processor = 27.53 Mbytes Step Atoms AVEKE stressZZ 9754 5000 1.9786894e-11 2901906.4 9755 -0.00935999999999489 2901856.40150103 9755 5000 1.9782939e-11 2901856.4 Loop time of 0.0166979 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:56 2021 Pair time (%) = 0.000976801 (5.84985) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.19133) Outpt time (%) = 0.0155959 (93.4005) Other time (%) = 9.32217e-05 (0.558284) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:56 2021 Memory usage per processor = 27.53 Mbytes Step Atoms AVEKE stressZZ 9755 5000 1.9782939e-11 2901846.6 9756 -0.00935999999999489 2901796.66523021 9756 5000 1.9779902e-11 2901796.7 Loop time of 0.016489 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:56 2021 Pair time (%) = 0.000952959 (5.77935) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.199537) Outpt time (%) = 0.0153699 (93.2128) Other time (%) = 0.000133276 (0.808271) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:56 2021 Memory usage per processor = 27.53 Mbytes Step Atoms AVEKE stressZZ 9756 5000 1.9779902e-11 2901786.9 9757 -0.00935999999999489 2901736.93403517 9757 5000 1.9777449e-11 2901736.9 Loop time of 0.0170441 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:56 2021 Pair time (%) = 0.000961065 (5.63871) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.194438) Outpt time (%) = 0.0159521 (93.5933) Other time (%) = 9.77516e-05 (0.573523) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:56 2021 Memory usage per processor = 27.53 Mbytes Step Atoms AVEKE stressZZ 9757 5000 1.9777449e-11 2901727.2 9758 -0.00935999999999489 2901677.20714997 9758 5000 1.9775366e-11 2901677.2 Loop time of 0.017185 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:56 2021 Pair time (%) = 0.000963926 (5.60912) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185907) Outpt time (%) = 0.0160959 (93.6625) Other time (%) = 9.32217e-05 (0.54246) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:56 2021 Memory usage per processor = 27.53 Mbytes Step Atoms AVEKE stressZZ 9758 5000 1.9775366e-11 2901667.4 9759 -0.00935999999999489 2901617.48408648 9759 5000 1.977352e-11 2901617.5 Loop time of 0.0164349 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:56 2021 Pair time (%) = 0.000927925 (5.64606) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.188589) Outpt time (%) = 0.0153821 (93.5938) Other time (%) = 9.39369e-05 (0.571569) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:56 2021 Memory usage per processor = 27.53 Mbytes Step Atoms AVEKE stressZZ 9759 5000 1.977352e-11 2901607.7 9760 -0.00935999999999489 2901557.76453437 9760 5000 1.9771823e-11 2901557.8 Loop time of 0.0187619 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:56 2021 Pair time (%) = 0.00115395 (6.15048) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.198239) Outpt time (%) = 0.0174589 (93.0553) Other time (%) = 0.000111818 (0.595987) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:56 2021 Memory usage per processor = 27.53 Mbytes Step Atoms AVEKE stressZZ 9760 5000 1.9771823e-11 2901548 9761 -0.00935999999999489 2901498.04829625 9761 5000 1.9770221e-11 2901498 Loop time of 0.017231 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:56 2021 Pair time (%) = 0.00101995 (5.9193) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192329) Outpt time (%) = 0.0160761 (93.2975) Other time (%) = 0.000101805 (0.590824) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:56 2021 Memory usage per processor = 27.53 Mbytes Step Atoms AVEKE stressZZ 9761 5000 1.9770221e-11 2901488.3 9762 -0.00935999999999489 2901438.33524652 9762 5000 1.976868e-11 2901438.3 Loop time of 0.017334 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:56 2021 Pair time (%) = 0.000928879 (5.35871) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.178807) Outpt time (%) = 0.0162849 (93.9481) Other time (%) = 8.91685e-05 (0.514415) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:56 2021 Memory usage per processor = 27.53 Mbytes Step Atoms AVEKE stressZZ 9762 5000 1.976868e-11 2901428.6 9763 -0.00935999999999489 2901378.62530539 9763 5000 1.9767178e-11 2901378.6 Loop time of 0.0165429 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:56 2021 Pair time (%) = 0.000968933 (5.85709) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.194564) Outpt time (%) = 0.0154459 (93.369) Other time (%) = 9.58443e-05 (0.579368) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:56 2021 Memory usage per processor = 27.53 Mbytes Step Atoms AVEKE stressZZ 9763 5000 1.9767178e-11 2901368.8 9764 -0.00935999999999489 2901318.91842175 9764 5000 1.97657e-11 2901318.9 Loop time of 0.017025 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:56 2021 Pair time (%) = 0.00101304 (5.95031) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.194656) Outpt time (%) = 0.015872 (93.2276) Other time (%) = 0.000106812 (0.627381) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:56 2021 Memory usage per processor = 27.53 Mbytes Step Atoms AVEKE stressZZ 9764 5000 1.97657e-11 2901309.1 9765 -0.00935999999999489 2901259.2145631 9765 5000 1.9764238e-11 2901259.2 Loop time of 0.0171812 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:56 2021 Pair time (%) = 0.000931025 (5.41887) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185948) Outpt time (%) = 0.0161302 (93.8831) Other time (%) = 8.79765e-05 (0.512052) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:56 2021 Memory usage per processor = 27.53 Mbytes Step Atoms AVEKE stressZZ 9765 5000 1.9764238e-11 2901249.4 9766 -0.00935999999999489 2901199.51370865 9766 5000 1.9762786e-11 2901199.5 Loop time of 0.016701 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:56 2021 Pair time (%) = 0.000970125 (5.80879) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.185584) Outpt time (%) = 0.0156062 (93.4446) Other time (%) = 9.36985e-05 (0.561036) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:56 2021 Memory usage per processor = 27.53 Mbytes Step Atoms AVEKE stressZZ 9766 5000 1.9762786e-11 2901189.7 9767 -0.00935999999999489 2901139.81584508 9767 5000 1.976134e-11 2901139.8 Loop time of 0.016855 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:56 2021 Pair time (%) = 0.0010488 (6.22251) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.200863) Outpt time (%) = 0.015619 (92.6671) Other time (%) = 0.000153303 (0.909541) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:56 2021 Memory usage per processor = 27.53 Mbytes Step Atoms AVEKE stressZZ 9767 5000 1.976134e-11 2901130 9768 -0.00935999999999489 2901080.12096373 9768 5000 1.9759898e-11 2901080.1 Loop time of 0.0170619 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:56 2021 Pair time (%) = 0.0010519 (6.1652) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187248) Outpt time (%) = 0.015882 (93.0844) Other time (%) = 9.60827e-05 (0.56314) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:56 2021 Memory usage per processor = 27.53 Mbytes Step Atoms AVEKE stressZZ 9768 5000 1.9759898e-11 2901070.3 9769 -0.00935999999999489 2901020.42905892 9769 5000 1.975846e-11 2901020.4 Loop time of 0.01758 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:56 2021 Pair time (%) = 0.00101399 (5.76787) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.176305) Outpt time (%) = 0.016434 (93.4808) Other time (%) = 0.000101089 (0.575024) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:56 2021 Memory usage per processor = 27.53 Mbytes Step Atoms AVEKE stressZZ 9769 5000 1.975846e-11 2901010.7 9770 -0.00935999999999489 2900960.74012708 9770 5000 1.9757022e-11 2900960.7 Loop time of 0.01847 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:56 2021 Pair time (%) = 0.000935078 (5.06267) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.174263) Outpt time (%) = 0.0173659 (94.0221) Other time (%) = 0.000136852 (0.740942) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:56 2021 Memory usage per processor = 27.53 Mbytes Step Atoms AVEKE stressZZ 9770 5000 1.9757022e-11 2900951 9771 -0.00935999999999489 2900901.05416561 9771 5000 1.9755586e-11 2900901.1 Loop time of 0.0167401 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:56 2021 Pair time (%) = 0.00118089 (7.05425) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209363) Outpt time (%) = 0.015414 (92.0784) Other time (%) = 0.000110149 (0.657998) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:56 2021 Memory usage per processor = 27.53 Mbytes Step Atoms AVEKE stressZZ 9771 5000 1.9755586e-11 2900891.3 9772 -0.00935999999999489 2900841.37117281 9772 5000 1.9754151e-11 2900841.4 Loop time of 0.0171981 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:56 2021 Pair time (%) = 0.000931025 (5.41354) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185765) Outpt time (%) = 0.016144 (93.8711) Other time (%) = 9.10759e-05 (0.52957) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:56 2021 Memory usage per processor = 27.53 Mbytes Step Atoms AVEKE stressZZ 9772 5000 1.9754151e-11 2900831.6 9773 -0.00935999999999489 2900781.69114747 9773 5000 1.9752717e-11 2900781.7 Loop time of 0.01703 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:56 2021 Pair time (%) = 0.000929832 (5.45997) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187599) Outpt time (%) = 0.0159731 (93.7938) Other time (%) = 9.5129e-05 (0.558597) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:56 2021 Memory usage per processor = 27.53 Mbytes Step Atoms AVEKE stressZZ 9773 5000 1.9752717e-11 2900771.9 9774 -0.00935999999999489 2900722.01408868 9774 5000 1.9751282e-11 2900722 Loop time of 0.016629 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:56 2021 Pair time (%) = 0.00093317 (5.61171) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.203593) Outpt time (%) = 0.0155079 (93.2585) Other time (%) = 0.000154018 (0.926205) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:56 2021 Memory usage per processor = 27.53 Mbytes Step Atoms AVEKE stressZZ 9774 5000 1.9751282e-11 2900712.2 9775 -0.00935999999999489 2900662.33999574 9775 5000 1.9749848e-11 2900662.3 Loop time of 0.0170541 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:56 2021 Pair time (%) = 0.000967979 (5.67594) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192926) Outpt time (%) = 0.0159299 (93.4084) Other time (%) = 0.000123262 (0.722774) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:56 2021 Memory usage per processor = 27.53 Mbytes Step Atoms AVEKE stressZZ 9775 5000 1.9749848e-11 2900652.6 9776 -0.00935999999999489 2900602.66886807 9776 5000 1.9748415e-11 2900602.7 Loop time of 0.0175779 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:56 2021 Pair time (%) = 0.000930071 (5.29114) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.176326) Outpt time (%) = 0.016521 (93.9873) Other time (%) = 9.58443e-05 (0.545255) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:56 2021 Memory usage per processor = 27.53 Mbytes Step Atoms AVEKE stressZZ 9776 5000 1.9748415e-11 2900592.9 9777 -0.00935999999999489 2900543.00070508 9777 5000 1.9746981e-11 2900543 Loop time of 0.0166581 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:56 2021 Pair time (%) = 0.000931978 (5.59476) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191787) Outpt time (%) = 0.0156021 (93.661) Other time (%) = 9.20296e-05 (0.552462) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:56 2021 Memory usage per processor = 27.53 Mbytes Step Atoms AVEKE stressZZ 9777 5000 1.9746981e-11 2900533.2 9778 -0.00935999999999489 2900483.33550645 9778 5000 1.9745548e-11 2900483.3 Loop time of 0.016834 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:56 2021 Pair time (%) = 0.00112891 (6.70613) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.201113) Outpt time (%) = 0.015553 (92.3903) Other time (%) = 0.000118256 (0.70248) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:56 2021 Memory usage per processor = 27.53 Mbytes Step Atoms AVEKE stressZZ 9778 5000 1.9745548e-11 2900473.6 9779 -0.00935999999999489 2900423.67327162 9779 5000 1.9744115e-11 2900423.7 Loop time of 0.0170538 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:56 2021 Pair time (%) = 0.000930071 (5.45373) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181744) Outpt time (%) = 0.0159991 (93.8151) Other time (%) = 9.36985e-05 (0.549428) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:56 2021 Memory usage per processor = 27.53 Mbytes Step Atoms AVEKE stressZZ 9779 5000 1.9744115e-11 2900413.9 9780 -0.00935999999999489 2900364.01400184 9780 5000 1.9742682e-11 2900364 Loop time of 0.0189919 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:57 2021 Pair time (%) = 0.000928879 (4.89091) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.169475) Outpt time (%) = 0.0179379 (94.45) Other time (%) = 9.29832e-05 (0.489593) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:57 2021 Memory usage per processor = 27.5301 Mbytes Step Atoms AVEKE stressZZ 9780 5000 1.9742682e-11 2900354.2 9781 -0.00935999999999489 2900304.35775105 9781 5000 1.9741249e-11 2900304.4 Loop time of 0.0163889 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:57 2021 Pair time (%) = 0.000931978 (5.68665) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194937) Outpt time (%) = 0.0153298 (93.538) Other time (%) = 9.5129e-05 (0.580448) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:57 2021 Memory usage per processor = 27.5301 Mbytes Step Atoms AVEKE stressZZ 9781 5000 1.9741249e-11 2900294.6 9782 -0.00935999999999489 2900244.70450266 9782 5000 1.9739817e-11 2900244.7 Loop time of 0.0172472 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:57 2021 Pair time (%) = 0.00115204 (6.67957) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.208737) Outpt time (%) = 0.015934 (92.386) Other time (%) = 0.00012517 (0.72574) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:57 2021 Memory usage per processor = 27.5301 Mbytes Step Atoms AVEKE stressZZ 9782 5000 1.9739817e-11 2900234.9 9783 -0.00935999999999489 2900185.05424369 9783 5000 1.9738384e-11 2900185.1 Loop time of 0.017025 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:57 2021 Pair time (%) = 0.000971079 (5.70384) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187654) Outpt time (%) = 0.0159278 (93.5553) Other time (%) = 9.41753e-05 (0.553159) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:57 2021 Memory usage per processor = 27.5301 Mbytes Step Atoms AVEKE stressZZ 9783 5000 1.9738384e-11 2900175.3 9784 -0.00935999999999489 2900125.4069688 9784 5000 1.9736952e-11 2900125.4 Loop time of 0.0169809 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:57 2021 Pair time (%) = 0.000972033 (5.72427) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.195162) Outpt time (%) = 0.015877 (93.4993) Other time (%) = 9.87053e-05 (0.581273) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:57 2021 Memory usage per processor = 27.5301 Mbytes Step Atoms AVEKE stressZZ 9784 5000 1.9736952e-11 2900115.6 9785 -0.00935999999999489 2900065.76267472 9785 5000 1.973552e-11 2900065.8 Loop time of 0.016504 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:57 2021 Pair time (%) = 0.000946999 (5.73798) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.206579) Outpt time (%) = 0.0154209 (93.4372) Other time (%) = 0.000102043 (0.618292) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:57 2021 Memory usage per processor = 27.5301 Mbytes Step Atoms AVEKE stressZZ 9785 5000 1.973552e-11 2900056 9786 -0.00935999999999489 2900006.12135903 9786 5000 1.9734088e-11 2900006.1 Loop time of 0.0162189 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:57 2021 Pair time (%) = 0.000939131 (5.79035) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.196981) Outpt time (%) = 0.0151579 (93.4585) Other time (%) = 8.98838e-05 (0.554192) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:57 2021 Memory usage per processor = 27.5301 Mbytes Step Atoms AVEKE stressZZ 9786 5000 1.9734088e-11 2899996.3 9787 -0.00935999999999489 2899946.48302001 9787 5000 1.9732656e-11 2899946.5 Loop time of 0.0165479 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:57 2021 Pair time (%) = 0.000931025 (5.62623) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193064) Outpt time (%) = 0.0154979 (93.6548) Other time (%) = 8.70228e-05 (0.525884) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:57 2021 Memory usage per processor = 27.5301 Mbytes Step Atoms AVEKE stressZZ 9787 5000 1.9732656e-11 2899936.7 9788 -0.00935999999999489 2899886.84765608 9788 5000 1.9731224e-11 2899886.8 Loop time of 0.0169878 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:57 2021 Pair time (%) = 0.000930071 (5.47493) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.182451) Outpt time (%) = 0.015939 (93.8261) Other time (%) = 8.7738e-05 (0.516477) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:57 2021 Memory usage per processor = 27.5301 Mbytes Step Atoms AVEKE stressZZ 9788 5000 1.9731224e-11 2899877.1 9789 -0.00935999999999489 2899827.21526597 9789 5000 1.9729793e-11 2899827.2 Loop time of 0.016778 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:57 2021 Pair time (%) = 0.000962019 (5.73381) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.196101) Outpt time (%) = 0.01565 (93.2772) Other time (%) = 0.000133038 (0.792929) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:57 2021 Memory usage per processor = 27.5301 Mbytes Step Atoms AVEKE stressZZ 9789 5000 1.9729793e-11 2899817.4 9790 -0.00935999999999489 2899767.5858486 9790 5000 1.9728361e-11 2899767.6 Loop time of 0.01947 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:57 2021 Pair time (%) = 0.00102592 (5.26922) Neigh time (%) = 0 (0) Comm time (%) = 6.69956e-05 (0.344097) Outpt time (%) = 0.018271 (93.8418) Other time (%) = 0.000106096 (0.544922) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:57 2021 Memory usage per processor = 27.5301 Mbytes Step Atoms AVEKE stressZZ 9790 5000 1.9728361e-11 2899757.8 9791 -0.00935999999999489 2899707.9593984 9791 5000 1.972693e-11 2899708 Loop time of 0.0171659 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:57 2021 Pair time (%) = 0.000959158 (5.58758) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198614) Outpt time (%) = 0.0160739 (93.6388) Other time (%) = 9.87053e-05 (0.575008) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:57 2021 Memory usage per processor = 27.5301 Mbytes Step Atoms AVEKE stressZZ 9791 5000 1.972693e-11 2899698.2 9792 -0.00935999999999489 2899648.33590667 9792 5000 1.9725499e-11 2899648.3 Loop time of 0.017282 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:57 2021 Pair time (%) = 0.000927925 (5.36931) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184863) Outpt time (%) = 0.0161901 (93.6815) Other time (%) = 0.000132084 (0.764286) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:57 2021 Memory usage per processor = 27.5301 Mbytes Step Atoms AVEKE stressZZ 9792 5000 1.9725499e-11 2899638.6 9793 -0.00935999999999489 2899588.71538358 9793 5000 1.9724068e-11 2899588.7 Loop time of 0.0166819 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:57 2021 Pair time (%) = 0.000950098 (5.69538) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.198659) Outpt time (%) = 0.0155818 (93.4057) Other time (%) = 0.000116825 (0.70031) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:57 2021 Memory usage per processor = 27.5301 Mbytes Step Atoms AVEKE stressZZ 9793 5000 1.9724068e-11 2899578.9 9794 -0.00935999999999489 2899529.09782842 9794 5000 1.9722637e-11 2899529.1 Loop time of 0.017035 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:57 2021 Pair time (%) = 0.000952005 (5.58852) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187544) Outpt time (%) = 0.015954 (93.6543) Other time (%) = 9.70364e-05 (0.569629) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:57 2021 Memory usage per processor = 27.5301 Mbytes Step Atoms AVEKE stressZZ 9794 5000 1.9722637e-11 2899519.3 9795 -0.00935999999999489 2899469.48324057 9795 5000 1.9721206e-11 2899469.5 Loop time of 0.017175 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:57 2021 Pair time (%) = 0.000931978 (5.42638) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186016) Outpt time (%) = 0.0161171 (93.8407) Other time (%) = 9.39369e-05 (0.546941) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:57 2021 Memory usage per processor = 27.5301 Mbytes Step Atoms AVEKE stressZZ 9795 5000 1.9721206e-11 2899459.7 9796 -0.00935999999999489 2899409.87161936 9796 5000 1.9719776e-11 2899409.9 Loop time of 0.0171499 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:57 2021 Pair time (%) = 0.000936985 (5.46349) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191848) Outpt time (%) = 0.0160789 (93.7552) Other time (%) = 0.000101089 (0.589446) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:57 2021 Memory usage per processor = 27.5301 Mbytes Step Atoms AVEKE stressZZ 9796 5000 1.9719776e-11 2899400.1 9797 -0.00935999999999489 2899350.26296424 9797 5000 1.9718345e-11 2899350.3 Loop time of 0.017606 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:57 2021 Pair time (%) = 0.00134516 (7.64033) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.209899) Outpt time (%) = 0.0160551 (91.191) Other time (%) = 0.0001688 (0.958765) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:57 2021 Memory usage per processor = 27.5301 Mbytes Step Atoms AVEKE stressZZ 9797 5000 1.9718345e-11 2899340.5 9798 -0.00935999999999489 2899290.65727455 9798 5000 1.9716915e-11 2899290.7 Loop time of 0.017349 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:57 2021 Pair time (%) = 0.000930071 (5.36095) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184149) Outpt time (%) = 0.016294 (93.9189) Other time (%) = 9.29832e-05 (0.535957) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:57 2021 Memory usage per processor = 27.5301 Mbytes Step Atoms AVEKE stressZZ 9798 5000 1.9716915e-11 2899280.9 9799 -0.00935999999999489 2899231.05454986 9799 5000 1.9715485e-11 2899231.1 Loop time of 0.0173092 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:57 2021 Pair time (%) = 0.000931025 (5.37879) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.18595) Outpt time (%) = 0.0162549 (93.9091) Other time (%) = 9.10759e-05 (0.526171) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:57 2021 Memory usage per processor = 27.5301 Mbytes Step Atoms AVEKE stressZZ 9799 5000 1.9715485e-11 2899221.3 9800 -0.00935999999999489 2899171.45478955 9800 5000 1.9714055e-11 2899171.5 Loop time of 0.0184228 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:57 2021 Pair time (%) = 0.000955105 (5.18435) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.185063) Outpt time (%) = 0.0172899 (93.8502) Other time (%) = 0.000143766 (0.78037) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:57 2021 Memory usage per processor = 27.5301 Mbytes Step Atoms AVEKE stressZZ 9800 5000 1.9714055e-11 2899161.7 9801 -0.00935999999999489 2899111.85799311 9801 5000 1.9712625e-11 2899111.9 Loop time of 0.0177169 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:57 2021 Pair time (%) = 0.00121188 (6.84026) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.192437) Outpt time (%) = 0.016284 (91.9123) Other time (%) = 0.00018692 (1.05504) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:57 2021 Memory usage per processor = 27.5301 Mbytes Step Atoms AVEKE stressZZ 9801 5000 1.9712625e-11 2899102.1 9802 -0.00935999999999489 2899052.26416002 9802 5000 1.9711196e-11 2899052.3 Loop time of 0.017292 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:57 2021 Pair time (%) = 0.000931025 (5.38413) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190271) Outpt time (%) = 0.0162001 (93.6852) Other time (%) = 0.000128031 (0.740404) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:57 2021 Memory usage per processor = 27.5301 Mbytes Step Atoms AVEKE stressZZ 9802 5000 1.9711196e-11 2899042.5 9803 -0.00935999999999489 2898992.67328982 9803 5000 1.9709766e-11 2898992.7 Loop time of 0.0169311 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:57 2021 Pair time (%) = 0.000928879 (5.48624) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.183062) Outpt time (%) = 0.015882 (93.804) Other time (%) = 8.91685e-05 (0.526657) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:57 2021 Memory usage per processor = 27.5301 Mbytes Step Atoms AVEKE stressZZ 9803 5000 1.9709766e-11 2898982.9 9804 -0.00935999999999489 2898933.08538201 9804 5000 1.9708337e-11 2898933.1 Loop time of 0.016504 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:57 2021 Pair time (%) = 0.000977993 (5.92578) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.210913) Outpt time (%) = 0.0153871 (93.232) Other time (%) = 0.000104189 (0.631293) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:57 2021 Memory usage per processor = 27.5301 Mbytes Step Atoms AVEKE stressZZ 9804 5000 1.9708337e-11 2898923.3 9805 -0.00935999999999489 2898873.50043605 9805 5000 1.9706908e-11 2898873.5 Loop time of 0.01717 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:57 2021 Pair time (%) = 0.00106406 (6.19723) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.187458) Outpt time (%) = 0.01597 (93.0113) Other time (%) = 0.000103712 (0.604032) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:57 2021 Memory usage per processor = 27.5301 Mbytes Step Atoms AVEKE stressZZ 9805 5000 1.9706908e-11 2898863.7 9806 -0.00935999999999489 2898813.91845161 9806 5000 1.9705479e-11 2898813.9 Loop time of 0.0171041 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:57 2021 Pair time (%) = 0.000929832 (5.4363) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.18121) Outpt time (%) = 0.016057 (93.8779) Other time (%) = 8.63075e-05 (0.5046) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:57 2021 Memory usage per processor = 27.5301 Mbytes Step Atoms AVEKE stressZZ 9806 5000 1.9705479e-11 2898804.1 9807 -0.00935999999999489 2898754.33942808 9807 5000 1.970405e-11 2898754.3 Loop time of 0.016603 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:57 2021 Pair time (%) = 0.000969887 (5.84164) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.18668) Outpt time (%) = 0.015507 (93.3987) Other time (%) = 9.5129e-05 (0.572963) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:57 2021 Memory usage per processor = 27.5301 Mbytes Step Atoms AVEKE stressZZ 9807 5000 1.970405e-11 2898744.6 9808 -0.00935999999999489 2898694.76336516 9808 5000 1.9702621e-11 2898694.8 Loop time of 0.017092 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:57 2021 Pair time (%) = 0.00116205 (6.79881) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.217607) Outpt time (%) = 0.015763 (92.2247) Other time (%) = 0.0001297 (0.758833) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:57 2021 Memory usage per processor = 27.5301 Mbytes Step Atoms AVEKE stressZZ 9808 5000 1.9702621e-11 2898685 9809 -0.00935999999999489 2898635.19026234 9809 5000 1.9701192e-11 2898635.2 Loop time of 0.017441 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:57 2021 Pair time (%) = 0.000931025 (5.33813) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183178) Outpt time (%) = 0.0163798 (93.9155) Other time (%) = 9.82285e-05 (0.563203) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:57 2021 Memory usage per processor = 27.5301 Mbytes Step Atoms AVEKE stressZZ 9809 5000 1.9701192e-11 2898625.4 9810 -0.00935999999999489 2898575.62011917 9810 5000 1.9699764e-11 2898575.6 Loop time of 0.0191 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:57 2021 Pair time (%) = 0.00108004 (5.65465) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.172261) Outpt time (%) = 0.0178859 (93.6438) Other time (%) = 0.000101089 (0.529266) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:57 2021 Memory usage per processor = 27.5301 Mbytes Step Atoms AVEKE stressZZ 9810 5000 1.9699764e-11 2898565.9 9811 -0.00935999999999489 2898516.05293524 9811 5000 1.9698336e-11 2898516.1 Loop time of 0.016417 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:57 2021 Pair time (%) = 0.000929117 (5.65947) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194603) Outpt time (%) = 0.015362 (93.5737) Other time (%) = 9.39369e-05 (0.572192) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:57 2021 Memory usage per processor = 27.5301 Mbytes Step Atoms AVEKE stressZZ 9811 5000 1.9698336e-11 2898506.3 9812 -0.00935999999999489 2898456.48871014 9812 5000 1.9696907e-11 2898456.5 Loop time of 0.0171952 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:57 2021 Pair time (%) = 0.001297 (7.54277) Neigh time (%) = 0 (0) Comm time (%) = 7.98702e-05 (0.464491) Outpt time (%) = 0.0156622 (91.0846) Other time (%) = 0.000156164 (0.908183) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:57 2021 Memory usage per processor = 27.5301 Mbytes Step Atoms AVEKE stressZZ 9812 5000 1.9696907e-11 2898446.7 9813 -0.00935999999999489 2898396.92744347 9813 5000 1.9695479e-11 2898396.9 Loop time of 0.0171759 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:57 2021 Pair time (%) = 0.000931025 (5.42052) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186005) Outpt time (%) = 0.016119 (93.8466) Other time (%) = 9.39369e-05 (0.546911) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:57 2021 Memory usage per processor = 27.5301 Mbytes Step Atoms AVEKE stressZZ 9813 5000 1.9695479e-11 2898387.2 9814 -0.00935999999999489 2898337.36913478 9814 5000 1.9694051e-11 2898337.4 Loop time of 0.016731 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:57 2021 Pair time (%) = 0.000932932 (5.57606) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190951) Outpt time (%) = 0.015672 (93.6701) Other time (%) = 9.41753e-05 (0.562879) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:57 2021 Memory usage per processor = 27.5301 Mbytes Step Atoms AVEKE stressZZ 9814 5000 1.9694051e-11 2898327.6 9815 -0.00935999999999489 2898277.81378368 9815 5000 1.9692624e-11 2898277.8 Loop time of 0.0165629 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:57 2021 Pair time (%) = 0.000994205 (6.00259) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211602) Outpt time (%) = 0.01543 (93.1596) Other time (%) = 0.000103712 (0.62617) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:57 2021 Memory usage per processor = 27.5301 Mbytes Step Atoms AVEKE stressZZ 9815 5000 1.9692624e-11 2898268 9816 -0.00935999999999489 2898218.26138979 9816 5000 1.9691196e-11 2898218.3 Loop time of 0.0177379 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:57 2021 Pair time (%) = 0.00117111 (6.60233) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.174736) Outpt time (%) = 0.0164249 (92.5979) Other time (%) = 0.000110865 (0.625017) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:57 2021 Memory usage per processor = 27.5301 Mbytes Step Atoms AVEKE stressZZ 9816 5000 1.9691196e-11 2898208.5 9817 -0.00935999999999489 2898158.71195266 9817 5000 1.9689769e-11 2898158.7 Loop time of 0.0169559 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:57 2021 Pair time (%) = 0.000931978 (5.4965) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188419) Outpt time (%) = 0.0159009 (93.7779) Other time (%) = 9.10759e-05 (0.537135) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:57 2021 Memory usage per processor = 27.5301 Mbytes Step Atoms AVEKE stressZZ 9817 5000 1.9689769e-11 2898148.9 9818 -0.00935999999999489 2898099.16547196 9818 5000 1.9688341e-11 2898099.2 Loop time of 0.0164371 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:57 2021 Pair time (%) = 0.000929832 (5.65693) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194366) Outpt time (%) = 0.015383 (93.5874) Other time (%) = 9.2268e-05 (0.561341) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:57 2021 Memory usage per processor = 27.5301 Mbytes Step Atoms AVEKE stressZZ 9818 5000 1.9688341e-11 2898089.4 9819 -0.00935999999999489 2898039.62194728 9819 5000 1.9686914e-11 2898039.6 Loop time of 0.017432 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:57 2021 Pair time (%) = 0.00137782 (7.90399) Neigh time (%) = 0 (0) Comm time (%) = 6.38962e-05 (0.366546) Outpt time (%) = 0.0158029 (90.6544) Other time (%) = 0.000187397 (1.07502) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:57 2021 Memory usage per processor = 27.5301 Mbytes Step Atoms AVEKE stressZZ 9819 5000 1.9686914e-11 2898029.9 9820 -0.00935999999999489 2897980.08137818 9820 5000 1.9685487e-11 2897980.1 Loop time of 0.0191731 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:57 2021 Pair time (%) = 0.000930071 (4.8509) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.166629) Outpt time (%) = 0.0181181 (94.4975) Other time (%) = 9.29832e-05 (0.484966) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:57 2021 Memory usage per processor = 27.5301 Mbytes Step Atoms AVEKE stressZZ 9820 5000 1.9685487e-11 2897970.3 9821 -0.00935999999999489 2897920.54379947 9821 5000 1.968406e-11 2897920.5 Loop time of 0.0172219 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:57 2021 Pair time (%) = 0.000936031 (5.43511) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185508) Outpt time (%) = 0.0161612 (93.8409) Other time (%) = 9.27448e-05 (0.538528) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:57 2021 Memory usage per processor = 27.5301 Mbytes Step Atoms AVEKE stressZZ 9821 5000 1.968406e-11 2897910.8 9822 -0.00935999999999489 2897861.00923406 9822 5000 1.9682634e-11 2897861 Loop time of 0.0168748 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:57 2021 Pair time (%) = 0.000991106 (5.87329) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.196389) Outpt time (%) = 0.0157359 (93.2507) Other time (%) = 0.000114679 (0.67959) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:57 2021 Memory usage per processor = 27.5301 Mbytes Step Atoms AVEKE stressZZ 9822 5000 1.9682634e-11 2897851.2 9823 -0.00935999999999489 2897801.47765631 9823 5000 1.9681207e-11 2897801.5 Loop time of 0.017046 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:57 2021 Pair time (%) = 0.000985146 (5.77934) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187423) Outpt time (%) = 0.0159261 (93.4304) Other time (%) = 0.000102758 (0.602831) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:57 2021 Memory usage per processor = 27.5301 Mbytes Step Atoms AVEKE stressZZ 9823 5000 1.9681207e-11 2897791.7 9824 -0.00935999999999489 2897741.94905862 9824 5000 1.9679781e-11 2897741.9 Loop time of 0.017276 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:58 2021 Pair time (%) = 0.000965118 (5.58645) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184927) Outpt time (%) = 0.0161409 (93.4296) Other time (%) = 0.000138044 (0.799051) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:58 2021 Memory usage per processor = 27.5301 Mbytes Step Atoms AVEKE stressZZ 9824 5000 1.9679781e-11 2897732.2 9825 -0.00935999999999489 2897682.42343684 9825 5000 1.9678354e-11 2897682.4 Loop time of 0.0166421 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:58 2021 Pair time (%) = 0.000930071 (5.58867) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.193404) Outpt time (%) = 0.0155871 (93.6606) Other time (%) = 9.27448e-05 (0.557291) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:58 2021 Memory usage per processor = 27.5301 Mbytes Step Atoms AVEKE stressZZ 9825 5000 1.9678354e-11 2897672.7 9826 -0.00935999999999489 2897622.90078805 9826 5000 1.9676928e-11 2897622.9 Loop time of 0.0166559 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:58 2021 Pair time (%) = 0.00108695 (6.52591) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.216147) Outpt time (%) = 0.0154209 (92.5852) Other time (%) = 0.000112057 (0.672774) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:58 2021 Memory usage per processor = 27.5301 Mbytes Step Atoms AVEKE stressZZ 9826 5000 1.9676928e-11 2897613.1 9827 -0.00935999999999489 2897563.38111007 9827 5000 1.9675502e-11 2897563.4 Loop time of 0.017276 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:58 2021 Pair time (%) = 0.000964165 (5.58093) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179407) Outpt time (%) = 0.01616 (93.54) Other time (%) = 0.000120878 (0.699687) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:58 2021 Memory usage per processor = 27.5301 Mbytes Step Atoms AVEKE stressZZ 9827 5000 1.9675502e-11 2897553.6 9828 -0.00935999999999489 2897503.86440116 9828 5000 1.9674076e-11 2897503.9 Loop time of 0.0171399 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:58 2021 Pair time (%) = 0.000929832 (5.42495) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180832) Outpt time (%) = 0.0160849 (93.8448) Other time (%) = 9.41753e-05 (0.549451) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:58 2021 Memory usage per processor = 27.5301 Mbytes Step Atoms AVEKE stressZZ 9828 5000 1.9674076e-11 2897494.1 9829 -0.00935999999999489 2897444.35065984 9829 5000 1.9672651e-11 2897444.4 Loop time of 0.016485 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:58 2021 Pair time (%) = 0.000959158 (5.81838) Neigh time (%) = 0 (0) Comm time (%) = 5.50747e-05 (0.33409) Outpt time (%) = 0.015353 (93.1331) Other time (%) = 0.000117779 (0.714461) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:58 2021 Memory usage per processor = 27.5301 Mbytes Step Atoms AVEKE stressZZ 9829 5000 1.9672651e-11 2897434.6 9830 -0.00935999999999489 2897384.83988483 9830 5000 1.9671225e-11 2897384.8 Loop time of 0.018127 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:58 2021 Pair time (%) = 0.00100112 (5.52282) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.170985) Outpt time (%) = 0.017004 (93.8051) Other time (%) = 9.08375e-05 (0.501118) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:58 2021 Memory usage per processor = 27.5301 Mbytes Step Atoms AVEKE stressZZ 9830 5000 1.9671225e-11 2897375.1 9831 -0.00935999999999489 2897325.33207506 9831 5000 1.96698e-11 2897325.3 Loop time of 0.0164759 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:58 2021 Pair time (%) = 0.000993967 (6.03285) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.18812) Outpt time (%) = 0.0153611 (93.2335) Other time (%) = 8.98838e-05 (0.545547) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:58 2021 Memory usage per processor = 27.5301 Mbytes Step Atoms AVEKE stressZZ 9831 5000 1.96698e-11 2897315.6 9832 -0.00935999999999489 2897265.8272295 9832 5000 1.9668375e-11 2897265.8 Loop time of 0.017123 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:58 2021 Pair time (%) = 0.000935078 (5.46095) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181011) Outpt time (%) = 0.0160689 (93.8442) Other time (%) = 8.79765e-05 (0.513792) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:58 2021 Memory usage per processor = 27.5301 Mbytes Step Atoms AVEKE stressZZ 9832 5000 1.9668375e-11 2897256.1 9833 -0.00935999999999489 2897206.3253472 9833 5000 1.9666949e-11 2897206.3 Loop time of 0.0166049 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:58 2021 Pair time (%) = 0.000936031 (5.63708) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.307268) Outpt time (%) = 0.0155239 (93.4899) Other time (%) = 9.39369e-05 (0.565718) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:58 2021 Memory usage per processor = 27.5301 Mbytes Step Atoms AVEKE stressZZ 9833 5000 1.9666949e-11 2897196.6 9834 -0.00935999999999489 2897146.82641263 9834 5000 1.9665524e-11 2897146.8 Loop time of 0.017314 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:58 2021 Pair time (%) = 0.00122595 (7.08069) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.214817) Outpt time (%) = 0.0158958 (91.8094) Other time (%) = 0.000154972 (0.89507) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:58 2021 Memory usage per processor = 27.5301 Mbytes Step Atoms AVEKE stressZZ 9834 5000 1.9665524e-11 2897137.1 9835 -0.00935999999999489 2897087.33043176 9835 5000 1.96641e-11 2897087.3 Loop time of 0.017199 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:58 2021 Pair time (%) = 0.000930071 (5.40769) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185755) Outpt time (%) = 0.0161438 (93.8645) Other time (%) = 9.32217e-05 (0.542017) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:58 2021 Memory usage per processor = 27.5301 Mbytes Step Atoms AVEKE stressZZ 9835 5000 1.96641e-11 2897077.6 9836 -0.00935999999999489 2897027.83741022 9836 5000 1.9662675e-11 2897027.8 Loop time of 0.0172298 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:58 2021 Pair time (%) = 0.000932932 (5.41464) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185423) Outpt time (%) = 0.0161688 (93.8423) Other time (%) = 9.60827e-05 (0.557654) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:58 2021 Memory usage per processor = 27.5301 Mbytes Step Atoms AVEKE stressZZ 9836 5000 1.9662675e-11 2897018.1 9837 -0.00935999999999489 2896968.34734756 9837 5000 1.966125e-11 2896968.3 Loop time of 0.016433 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:58 2021 Pair time (%) = 0.000939131 (5.71491) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.206021) Outpt time (%) = 0.0153611 (93.477) Other time (%) = 9.89437e-05 (0.602104) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:21:58 2021 Memory usage per processor = 27.5301 Mbytes Step Atoms AVEKE stressZZ 9837 5000 1.966125e-11 2896958.6 9838 -0.00935999999999489 2896898.83634129 9838 5000 3.8840685e-11 2896993.9 Loop time of 0.0167141 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:58 2021 Pair time (%) = 0.00097084 (5.80851) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.19685) Outpt time (%) = 0.0155609 (93.1003) Other time (%) = 0.000149488 (0.894385) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:58 2021 Memory usage per processor = 27.5301 Mbytes Step Atoms AVEKE stressZZ 9838 5000 3.8840685e-11 2939542.6 9839 -0.00939249999999488 2939476.58270539 9839 5000 3.1327812e-11 2939476.6 Loop time of 0.0172319 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:58 2021 Pair time (%) = 0.000931978 (5.40843) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179866) Outpt time (%) = 0.016181 (93.9012) Other time (%) = 8.79765e-05 (0.510543) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:58 2021 Memory usage per processor = 27.5301 Mbytes Step Atoms AVEKE stressZZ 9839 5000 3.1327812e-11 2939463.4 9840 -0.00939249999999488 2939403.06106916 9840 5000 2.6971937e-11 2939403.1 Loop time of 0.0185289 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:58 2021 Pair time (%) = 0.000972033 (5.24602) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.167276) Outpt time (%) = 0.017432 (94.0797) Other time (%) = 9.39369e-05 (0.506974) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:58 2021 Memory usage per processor = 27.5302 Mbytes Step Atoms AVEKE stressZZ 9840 5000 2.6971937e-11 2939391.1 9841 -0.00939249999999488 2939334.28407618 9841 5000 2.4372511e-11 2939334.3 Loop time of 0.0167849 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:58 2021 Pair time (%) = 0.00123692 (7.36921) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.244315) Outpt time (%) = 0.0153649 (91.5399) Other time (%) = 0.000142097 (0.846579) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:58 2021 Memory usage per processor = 27.5302 Mbytes Step Atoms AVEKE stressZZ 9841 5000 2.4372511e-11 2939323 9842 -0.00939249999999488 2939268.52344652 9842 5000 2.2788408e-11 2939268.5 Loop time of 0.0170209 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:58 2021 Pair time (%) = 0.000936031 (5.49929) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.182096) Outpt time (%) = 0.0159609 (93.7723) Other time (%) = 9.29832e-05 (0.546287) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:58 2021 Memory usage per processor = 27.5302 Mbytes Step Atoms AVEKE stressZZ 9842 5000 2.2788408e-11 2939257.7 9843 -0.00939249999999488 2939204.68084307 9843 5000 2.1808788e-11 2939204.7 Loop time of 0.016995 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:58 2021 Pair time (%) = 0.000931025 (5.47824) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.182374) Outpt time (%) = 0.015939 (93.7867) Other time (%) = 9.39369e-05 (0.552734) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:58 2021 Memory usage per processor = 27.5302 Mbytes Step Atoms AVEKE stressZZ 9843 5000 2.1808788e-11 2939194.2 9844 -0.00939249999999488 2939142.05826163 9844 5000 2.1196858e-11 2939142.1 Loop time of 0.0168879 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:58 2021 Pair time (%) = 0.000957012 (5.66685) Neigh time (%) = 0 (0) Comm time (%) = 5.4121e-05 (0.320472) Outpt time (%) = 0.0157759 (93.4155) Other time (%) = 0.000100851 (0.597179) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:58 2021 Memory usage per processor = 27.5302 Mbytes Step Atoms AVEKE stressZZ 9844 5000 2.1196858e-11 2939131.8 9845 -0.00939249999999488 2939080.21211463 9845 5000 2.0811947e-11 2939080.2 Loop time of 0.0173309 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:58 2021 Pair time (%) = 0.00102305 (5.90307) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.19122) Outpt time (%) = 0.0161281 (93.0597) Other time (%) = 0.000146627 (0.846047) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:58 2021 Memory usage per processor = 27.5302 Mbytes Step Atoms AVEKE stressZZ 9845 5000 2.0811947e-11 2939070 9846 -0.00939249999999488 2939018.86059183 9846 5000 2.0568622e-11 2939018.9 Loop time of 0.017462 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:58 2021 Pair time (%) = 0.000946045 (5.41773) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.189784) Outpt time (%) = 0.0163829 (93.8204) Other time (%) = 9.98974e-05 (0.572084) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:58 2021 Memory usage per processor = 27.5302 Mbytes Step Atoms AVEKE stressZZ 9846 5000 2.0568622e-11 2939008.8 9847 -0.00939249999999488 2938957.82451152 9847 5000 2.0414189e-11 2938957.8 Loop time of 0.0171671 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:58 2021 Pair time (%) = 0.0010519 (6.12744) Neigh time (%) = 0 (0) Comm time (%) = 3.12328e-05 (0.181934) Outpt time (%) = 0.0159781 (93.074) Other time (%) = 0.000105858 (0.616632) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:58 2021 Memory usage per processor = 27.5302 Mbytes Step Atoms AVEKE stressZZ 9847 5000 2.0414189e-11 2938947.8 9848 -0.00939249999999488 2938896.98999558 9848 5000 2.0315811e-11 2938897 Loop time of 0.0166209 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:58 2021 Pair time (%) = 0.000988007 (5.94437) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.197954) Outpt time (%) = 0.0154479 (92.9425) Other time (%) = 0.000152111 (0.915181) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:58 2021 Memory usage per processor = 27.5302 Mbytes Step Atoms AVEKE stressZZ 9848 5000 2.0315811e-11 2938887 9849 -0.00939249999999488 2938836.28467883 9849 5000 2.0252877e-11 2938836.3 Loop time of 0.0174391 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:58 2021 Pair time (%) = 0.0010829 (6.20958) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183198) Outpt time (%) = 0.0162289 (93.0604) Other time (%) = 9.53674e-05 (0.546859) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:58 2021 Memory usage per processor = 27.5302 Mbytes Step Atoms AVEKE stressZZ 9849 5000 2.0252877e-11 2938826.3 9850 -0.00939249999999488 2938775.6625728 9850 5000 2.0212397e-11 2938775.7 Loop time of 0.0193479 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:58 2021 Pair time (%) = 0.000932932 (4.82188) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.166357) Outpt time (%) = 0.01829 (94.5324) Other time (%) = 9.27448e-05 (0.479353) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:58 2021 Memory usage per processor = 27.5302 Mbytes Step Atoms AVEKE stressZZ 9850 5000 2.0212397e-11 2938765.7 9851 -0.00939249999999488 2938715.09445094 9851 5000 2.0186158e-11 2938715.1 Loop time of 0.016772 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:58 2021 Pair time (%) = 0.000978947 (5.83678) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.191906) Outpt time (%) = 0.015667 (93.4112) Other time (%) = 9.39369e-05 (0.560081) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:58 2021 Memory usage per processor = 27.5302 Mbytes Step Atoms AVEKE stressZZ 9851 5000 2.0186158e-11 2938705.1 9852 -0.00939249999999488 2938654.56173901 9852 5000 2.0168957e-11 2938654.6 Loop time of 0.0170479 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:58 2021 Pair time (%) = 0.00116587 (6.83878) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.222365) Outpt time (%) = 0.015692 (92.0466) Other time (%) = 0.000152111 (0.892258) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:58 2021 Memory usage per processor = 27.5302 Mbytes Step Atoms AVEKE stressZZ 9852 5000 2.0168957e-11 2938644.6 9853 -0.00939249999999488 2938594.05263239 9853 5000 2.0157496e-11 2938594.1 Loop time of 0.017252 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:58 2021 Pair time (%) = 0.000932932 (5.40768) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185185) Outpt time (%) = 0.0161958 (93.8778) Other time (%) = 9.13143e-05 (0.529298) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:58 2021 Memory usage per processor = 27.5302 Mbytes Step Atoms AVEKE stressZZ 9853 5000 2.0157496e-11 2938584.1 9854 -0.00939249999999488 2938533.55962863 9854 5000 2.014968e-11 2938533.6 Loop time of 0.0169618 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:58 2021 Pair time (%) = 0.000938892 (5.53533) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188353) Outpt time (%) = 0.015902 (93.752) Other time (%) = 8.89301e-05 (0.524296) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:58 2021 Memory usage per processor = 27.5302 Mbytes Step Atoms AVEKE stressZZ 9854 5000 2.014968e-11 2938523.6 9855 -0.00939249999999488 2938473.07795593 9855 5000 2.014418e-11 2938473.1 Loop time of 0.0165019 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:58 2021 Pair time (%) = 0.000969887 (5.87742) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.199382) Outpt time (%) = 0.0154009 (93.3279) Other time (%) = 9.82285e-05 (0.595255) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:58 2021 Memory usage per processor = 27.5302 Mbytes Step Atoms AVEKE stressZZ 9855 5000 2.014418e-11 2938463.1 9856 -0.00939249999999488 2938412.60455976 9856 5000 2.0140151e-11 2938412.6 Loop time of 0.017446 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:58 2021 Pair time (%) = 0.00100613 (5.76708) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.188592) Outpt time (%) = 0.016227 (93.0125) Other time (%) = 0.000180006 (1.03179) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:58 2021 Memory usage per processor = 27.5302 Mbytes Step Atoms AVEKE stressZZ 9856 5000 2.0140151e-11 2938402.6 9857 -0.00939249999999488 2938352.1375384 9857 5000 2.0137058e-11 2938352.1 Loop time of 0.0171542 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:58 2021 Pair time (%) = 0.000936985 (5.46213) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18624) Outpt time (%) = 0.0160918 (93.8068) Other time (%) = 9.34601e-05 (0.544823) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:58 2021 Memory usage per processor = 27.5302 Mbytes Step Atoms AVEKE stressZZ 9857 5000 2.0137058e-11 2938342.2 9858 -0.00939249999999488 2938291.67566747 9858 5000 2.0134558e-11 2938291.7 Loop time of 0.0165949 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:58 2021 Pair time (%) = 0.000962019 (5.79708) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.199701) Outpt time (%) = 0.0155041 (93.4271) Other time (%) = 9.56059e-05 (0.576116) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:58 2021 Memory usage per processor = 27.5302 Mbytes Step Atoms AVEKE stressZZ 9858 5000 2.0134558e-11 2938281.7 9859 -0.00939249999999488 2938231.21816848 9859 5000 2.0132437e-11 2938231.2 Loop time of 0.0167918 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:58 2021 Pair time (%) = 0.00101995 (6.07412) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.201619) Outpt time (%) = 0.015631 (93.0868) Other time (%) = 0.00010705 (0.637512) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:58 2021 Memory usage per processor = 27.5302 Mbytes Step Atoms AVEKE stressZZ 9859 5000 2.0132437e-11 2938221.3 9860 -0.00939249999999488 2938170.76454654 9860 5000 2.0130555e-11 2938170.8 Loop time of 0.0193579 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:58 2021 Pair time (%) = 0.000943184 (4.87234) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.165039) Outpt time (%) = 0.018291 (94.4884) Other time (%) = 9.17912e-05 (0.474179) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:58 2021 Memory usage per processor = 27.5302 Mbytes Step Atoms AVEKE stressZZ 9860 5000 2.0130555e-11 2938160.8 9861 -0.00939249999999488 2938110.31448685 9861 5000 2.0128826e-11 2938110.3 Loop time of 0.017123 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:58 2021 Pair time (%) = 0.000932932 (5.44842) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181011) Outpt time (%) = 0.0160649 (93.8206) Other time (%) = 9.41753e-05 (0.549994) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:58 2021 Memory usage per processor = 27.5302 Mbytes Step Atoms AVEKE stressZZ 9861 5000 2.0128826e-11 2938100.4 9862 -0.00939249999999488 2938049.86778911 9862 5000 2.0127195e-11 2938049.9 Loop time of 0.0164912 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:58 2021 Pair time (%) = 0.000930071 (5.63981) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193728) Outpt time (%) = 0.015435 (93.5954) Other time (%) = 9.41753e-05 (0.571065) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:58 2021 Memory usage per processor = 27.5302 Mbytes Step Atoms AVEKE stressZZ 9862 5000 2.0127195e-11 2938039.9 9863 -0.00939249999999488 2937989.42432571 9863 5000 2.0125624e-11 2937989.4 Loop time of 0.0171611 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:58 2021 Pair time (%) = 0.00119805 (6.9812) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.233401) Outpt time (%) = 0.0157912 (92.0171) Other time (%) = 0.000131845 (0.76828) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:58 2021 Memory usage per processor = 27.5302 Mbytes Step Atoms AVEKE stressZZ 9863 5000 2.0125624e-11 2937979.5 9864 -0.00939249999999488 2937928.98401552 9864 5000 2.0124094e-11 2937929 Loop time of 0.0174019 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:58 2021 Pair time (%) = 0.00105309 (6.0516) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.18907) Outpt time (%) = 0.016186 (93.0126) Other time (%) = 0.000129938 (0.746688) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:58 2021 Memory usage per processor = 27.5302 Mbytes Step Atoms AVEKE stressZZ 9864 5000 2.0124094e-11 2937919 9865 -0.00939249999999488 2937868.54680664 9865 5000 2.0122588e-11 2937868.5 Loop time of 0.0170941 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:58 2021 Pair time (%) = 0.000966072 (5.65148) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186895) Outpt time (%) = 0.0159752 (93.4545) Other time (%) = 0.000120878 (0.707133) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:58 2021 Memory usage per processor = 27.5302 Mbytes Step Atoms AVEKE stressZZ 9865 5000 2.0122588e-11 2937858.6 9866 -0.00939249999999488 2937808.11266587 9866 5000 2.0121098e-11 2937808.1 Loop time of 0.0167508 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:58 2021 Pair time (%) = 0.000959873 (5.73031) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.202112) Outpt time (%) = 0.0156128 (93.2065) Other time (%) = 0.000144243 (0.861112) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:58 2021 Memory usage per processor = 27.5302 Mbytes Step Atoms AVEKE stressZZ 9866 5000 2.0121098e-11 2937798.1 9867 -0.00939249999999488 2937747.68157198 9867 5000 2.0119618e-11 2937747.7 Loop time of 0.0170619 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:59 2021 Pair time (%) = 0.000998974 (5.85498) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187248) Outpt time (%) = 0.015933 (93.3835) Other time (%) = 9.799e-05 (0.574319) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:59 2021 Memory usage per processor = 27.5302 Mbytes Step Atoms AVEKE stressZZ 9867 5000 2.0119618e-11 2937737.7 9868 -0.00939249999999488 2937687.25351124 9868 5000 2.0118145e-11 2937687.3 Loop time of 0.016891 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:59 2021 Pair time (%) = 0.000937939 (5.55289) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.189143) Outpt time (%) = 0.0158279 (93.7061) Other time (%) = 9.32217e-05 (0.551901) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:59 2021 Memory usage per processor = 27.5302 Mbytes Step Atoms AVEKE stressZZ 9868 5000 2.0118145e-11 2937677.3 9869 -0.00939249999999488 2937626.82847475 9869 5000 2.0116676e-11 2937626.8 Loop time of 0.0168779 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:59 2021 Pair time (%) = 0.000941992 (5.58122) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18929) Outpt time (%) = 0.015811 (93.6786) Other time (%) = 9.29832e-05 (0.550917) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:59 2021 Memory usage per processor = 27.5302 Mbytes Step Atoms AVEKE stressZZ 9869 5000 2.0116676e-11 2937616.9 9870 -0.00939249999999488 2937566.40645673 9870 5000 2.011521e-11 2937566.4 Loop time of 0.019135 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:59 2021 Pair time (%) = 0.00119305 (6.23489) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.199357) Outpt time (%) = 0.017776 (92.8979) Other time (%) = 0.000127792 (0.667846) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:59 2021 Memory usage per processor = 27.5302 Mbytes Step Atoms AVEKE stressZZ 9870 5000 2.011521e-11 2937556.4 9871 -0.00939249999999488 2937505.98745323 9871 5000 2.0113745e-11 2937506 Loop time of 0.017272 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:59 2021 Pair time (%) = 0.000946045 (5.47733) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191872) Outpt time (%) = 0.016191 (93.7414) Other time (%) = 0.000101805 (0.589421) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:59 2021 Memory usage per processor = 27.5302 Mbytes Step Atoms AVEKE stressZZ 9871 5000 2.0113745e-11 2937496 9872 -0.00939249999999488 2937445.57146162 9872 5000 2.0112282e-11 2937445.6 Loop time of 0.0163999 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:59 2021 Pair time (%) = 0.000968933 (5.90818) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.286395) Outpt time (%) = 0.015276 (93.1469) Other time (%) = 0.000108004 (0.658564) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:59 2021 Memory usage per processor = 27.5302 Mbytes Step Atoms AVEKE stressZZ 9872 5000 2.0112282e-11 2937435.6 9873 -0.00939249999999488 2937385.15848007 9873 5000 2.011082e-11 2937385.2 Loop time of 0.0163379 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:59 2021 Pair time (%) = 0.000931978 (5.7044) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.189709) Outpt time (%) = 0.015285 (93.5557) Other time (%) = 8.98838e-05 (0.550156) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:59 2021 Memory usage per processor = 27.5302 Mbytes Step Atoms AVEKE stressZZ 9873 5000 2.011082e-11 2937375.2 9874 -0.00939249999999488 2937324.74850723 9874 5000 2.0109358e-11 2937324.7 Loop time of 0.016289 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:59 2021 Pair time (%) = 0.000936031 (5.7464) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.196133) Outpt time (%) = 0.015229 (93.4925) Other time (%) = 9.20296e-05 (0.56498) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:59 2021 Memory usage per processor = 27.5302 Mbytes Step Atoms AVEKE stressZZ 9874 5000 2.0109358e-11 2937314.8 9875 -0.00939249999999488 2937264.34154206 9875 5000 2.0107896e-11 2937264.3 Loop time of 0.0164001 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:59 2021 Pair time (%) = 0.000931025 (5.67694) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.188989) Outpt time (%) = 0.015347 (93.5787) Other time (%) = 9.10759e-05 (0.555337) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:59 2021 Memory usage per processor = 27.5302 Mbytes Step Atoms AVEKE stressZZ 9875 5000 2.0107896e-11 2937254.4 9876 -0.00939249999999488 2937203.9375838 9876 5000 2.0106435e-11 2937203.9 Loop time of 0.017545 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:59 2021 Pair time (%) = 0.00129509 (7.38154) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.205194) Outpt time (%) = 0.0160789 (91.6441) Other time (%) = 0.000134945 (0.769137) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:59 2021 Memory usage per processor = 27.5302 Mbytes Step Atoms AVEKE stressZZ 9876 5000 2.0106435e-11 2937194 9877 -0.00939249999999488 2937143.53663173 9877 5000 2.0104974e-11 2937143.5 Loop time of 0.0172529 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:59 2021 Pair time (%) = 0.000932932 (5.40738) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185175) Outpt time (%) = 0.0161939 (93.8616) Other time (%) = 9.41753e-05 (0.545852) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:59 2021 Memory usage per processor = 27.5302 Mbytes Step Atoms AVEKE stressZZ 9877 5000 2.0104974e-11 2937133.6 9878 -0.00939249999999488 2937083.13868533 9878 5000 2.0103514e-11 2937083.1 Loop time of 0.0167501 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:59 2021 Pair time (%) = 0.000931025 (5.55832) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190734) Outpt time (%) = 0.015696 (93.7072) Other time (%) = 9.10759e-05 (0.543734) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:59 2021 Memory usage per processor = 27.5302 Mbytes Step Atoms AVEKE stressZZ 9878 5000 2.0103514e-11 2937073.2 9879 -0.00939249999999488 2937022.74374405 9879 5000 2.0102053e-11 2937022.7 Loop time of 0.0168042 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:59 2021 Pair time (%) = 0.000982046 (5.84405) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.20147) Outpt time (%) = 0.0156901 (93.3699) Other time (%) = 9.82285e-05 (0.584546) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:59 2021 Memory usage per processor = 27.5302 Mbytes Step Atoms AVEKE stressZZ 9879 5000 2.0102053e-11 2937012.8 9880 -0.00939249999999488 2936962.35180742 9880 5000 2.0100593e-11 2936962.4 Loop time of 0.0197721 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:59 2021 Pair time (%) = 0.00111294 (5.62884) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.172435) Outpt time (%) = 0.0185139 (93.6368) Other time (%) = 0.000111103 (0.56192) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:59 2021 Memory usage per processor = 27.5302 Mbytes Step Atoms AVEKE stressZZ 9880 5000 2.0100593e-11 2936952.4 9881 -0.00939249999999488 2936901.96287496 9881 5000 2.0099133e-11 2936902 Loop time of 0.0174 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:59 2021 Pair time (%) = 0.000931025 (5.35071) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.178129) Outpt time (%) = 0.01635 (93.9656) Other time (%) = 8.79765e-05 (0.505611) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:59 2021 Memory usage per processor = 27.5302 Mbytes Step Atoms AVEKE stressZZ 9881 5000 2.0099133e-11 2936892 9882 -0.00939249999999488 2936841.57694629 9882 5000 2.0097673e-11 2936841.6 Loop time of 0.0167799 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:59 2021 Pair time (%) = 0.000970125 (5.78147) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190395) Outpt time (%) = 0.015691 (93.5109) Other time (%) = 8.67844e-05 (0.517192) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:59 2021 Memory usage per processor = 27.5302 Mbytes Step Atoms AVEKE stressZZ 9882 5000 2.0097673e-11 2936831.6 9883 -0.00939249999999488 2936781.19402092 9883 5000 2.0096213e-11 2936781.2 Loop time of 0.0172861 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:59 2021 Pair time (%) = 0.0010221 (5.91286) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.20275) Outpt time (%) = 0.0161209 (93.2596) Other time (%) = 0.000108004 (0.624802) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:59 2021 Memory usage per processor = 27.5302 Mbytes Step Atoms AVEKE stressZZ 9883 5000 2.0096213e-11 2936771.2 9884 -0.00939249999999488 2936720.81409852 9884 5000 2.0094753e-11 2936720.8 Loop time of 0.0174642 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:59 2021 Pair time (%) = 0.000992775 (5.68464) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182935) Outpt time (%) = 0.0163422 (93.5754) Other time (%) = 9.72748e-05 (0.556997) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:59 2021 Memory usage per processor = 27.5302 Mbytes Step Atoms AVEKE stressZZ 9884 5000 2.0094753e-11 2936710.9 9885 -0.00939249999999488 2936660.43717866 9885 5000 2.0093294e-11 2936660.4 Loop time of 0.0172341 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:59 2021 Pair time (%) = 0.000931025 (5.40223) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179844) Outpt time (%) = 0.0161781 (93.8729) Other time (%) = 9.39369e-05 (0.545065) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:59 2021 Memory usage per processor = 27.5302 Mbytes Step Atoms AVEKE stressZZ 9885 5000 2.0093294e-11 2936650.5 9886 -0.00939249999999488 2936600.06326096 9886 5000 2.0091834e-11 2936600.1 Loop time of 0.016571 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:59 2021 Pair time (%) = 0.000967979 (5.84139) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.18704) Outpt time (%) = 0.0154831 (93.4349) Other time (%) = 8.89301e-05 (0.53666) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:59 2021 Memory usage per processor = 27.5302 Mbytes Step Atoms AVEKE stressZZ 9886 5000 2.0091834e-11 2936590.1 9887 -0.00939249999999488 2936539.69234501 9887 5000 2.0090375e-11 2936539.7 Loop time of 0.0168378 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:59 2021 Pair time (%) = 0.00113082 (6.71594) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.219475) Outpt time (%) = 0.0155349 (92.2617) Other time (%) = 0.000135183 (0.802855) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:59 2021 Memory usage per processor = 27.5302 Mbytes Step Atoms AVEKE stressZZ 9887 5000 2.0090375e-11 2936529.7 9888 -0.00939249999999488 2936479.32443046 9888 5000 2.0088916e-11 2936479.3 Loop time of 0.0170562 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:59 2021 Pair time (%) = 0.000931978 (5.46415) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18731) Outpt time (%) = 0.0160012 (93.8146) Other time (%) = 9.10759e-05 (0.533974) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:59 2021 Memory usage per processor = 27.5302 Mbytes Step Atoms AVEKE stressZZ 9888 5000 2.0088916e-11 2936469.4 9889 -0.00939249999999488 2936418.9595169 9889 5000 2.0087457e-11 2936419 Loop time of 0.017251 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:59 2021 Pair time (%) = 0.000929117 (5.38587) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185195) Outpt time (%) = 0.016196 (93.8844) Other time (%) = 9.39369e-05 (0.54453) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:59 2021 Memory usage per processor = 27.5302 Mbytes Step Atoms AVEKE stressZZ 9889 5000 2.0087457e-11 2936409 9890 -0.00939249999999488 2936358.59760398 9890 5000 2.0085999e-11 2936358.6 Loop time of 0.018723 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:59 2021 Pair time (%) = 0.000985861 (5.2655) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.180823) Outpt time (%) = 0.017586 (93.9272) Other time (%) = 0.000117302 (0.626512) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:59 2021 Memory usage per processor = 27.5302 Mbytes Step Atoms AVEKE stressZZ 9890 5000 2.0085999e-11 2936348.6 9891 -0.00939249999999488 2936298.23869133 9891 5000 2.008454e-11 2936298.2 Loop time of 0.017163 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:59 2021 Pair time (%) = 0.00125289 (7.29993) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204204) Outpt time (%) = 0.015671 (91.3068) Other time (%) = 0.000204086 (1.1891) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:59 2021 Memory usage per processor = 27.5302 Mbytes Step Atoms AVEKE stressZZ 9891 5000 2.008454e-11 2936288.3 9892 -0.00939249999999488 2936237.8827786 9892 5000 2.0083082e-11 2936237.9 Loop time of 0.0168881 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:59 2021 Pair time (%) = 0.000931025 (5.51289) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.190586) Outpt time (%) = 0.0158031 (93.5751) Other time (%) = 0.000121832 (0.721405) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:59 2021 Memory usage per processor = 27.5302 Mbytes Step Atoms AVEKE stressZZ 9892 5000 2.0083082e-11 2936227.9 9893 -0.00939249999999488 2936177.52986542 9893 5000 2.0081623e-11 2936177.5 Loop time of 0.017101 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:59 2021 Pair time (%) = 0.00106406 (6.2222) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192396) Outpt time (%) = 0.0158601 (92.7433) Other time (%) = 0.000144005 (0.842082) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:59 2021 Memory usage per processor = 27.5302 Mbytes Step Atoms AVEKE stressZZ 9893 5000 2.0081623e-11 2936167.6 9894 -0.00939249999999488 2936117.17995146 9894 5000 2.0080165e-11 2936117.2 Loop time of 0.0165479 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:59 2021 Pair time (%) = 0.000967026 (5.84379) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.206031) Outpt time (%) = 0.0153711 (92.8883) Other time (%) = 0.000175714 (1.06185) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:59 2021 Memory usage per processor = 27.5302 Mbytes Step Atoms AVEKE stressZZ 9894 5000 2.0080165e-11 2936107.2 9895 -0.00939249999999488 2936056.83303633 9895 5000 2.0078707e-11 2936056.8 Loop time of 0.0171759 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:59 2021 Pair time (%) = 0.00109482 (6.37415) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.273455) Outpt time (%) = 0.0159121 (92.6417) Other time (%) = 0.00012207 (0.710706) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:59 2021 Memory usage per processor = 27.5302 Mbytes Step Atoms AVEKE stressZZ 9895 5000 2.0078707e-11 2936046.9 9896 -0.00939249999999488 2935996.48911969 9896 5000 2.0077249e-11 2935996.5 Loop time of 0.017082 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:59 2021 Pair time (%) = 0.000931978 (5.45592) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187028) Outpt time (%) = 0.0160241 (93.8071) Other time (%) = 9.39369e-05 (0.549918) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:59 2021 Memory usage per processor = 27.5302 Mbytes Step Atoms AVEKE stressZZ 9896 5000 2.0077249e-11 2935986.5 9897 -0.00939249999999488 2935936.14820122 9897 5000 2.0075792e-11 2935936.1 Loop time of 0.016716 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:59 2021 Pair time (%) = 0.000932932 (5.58107) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.185418) Outpt time (%) = 0.015614 (93.4077) Other time (%) = 0.000138044 (0.825822) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:59 2021 Memory usage per processor = 27.5302 Mbytes Step Atoms AVEKE stressZZ 9897 5000 2.0075792e-11 2935926.2 9898 -0.00939249999999488 2935875.81028057 9898 5000 2.0074334e-11 2935875.8 Loop time of 0.0169361 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:59 2021 Pair time (%) = 0.00121284 (7.16126) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.218202) Outpt time (%) = 0.0155401 (91.7576) Other time (%) = 0.000146151 (0.862955) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:59 2021 Memory usage per processor = 27.5302 Mbytes Step Atoms AVEKE stressZZ 9898 5000 2.0074334e-11 2935865.9 9899 -0.00939249999999488 2935815.47535738 9899 5000 2.0072877e-11 2935815.5 Loop time of 0.0176201 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:59 2021 Pair time (%) = 0.00100112 (5.6817) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.193494) Outpt time (%) = 0.016453 (93.3765) Other time (%) = 0.000131845 (0.748268) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:59 2021 Memory usage per processor = 27.5302 Mbytes Step Atoms AVEKE stressZZ 9899 5000 2.0072877e-11 2935805.5 9900 -0.00939249999999488 2935755.14343133 9900 5000 2.0071419e-11 2935755.1 Loop time of 0.0193329 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:59 2021 Pair time (%) = 0.000956059 (4.94524) Neigh time (%) = 0 (0) Comm time (%) = 4.50611e-05 (0.23308) Outpt time (%) = 0.0181921 (94.099) Other time (%) = 0.000139713 (0.722672) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:59 2021 Memory usage per processor = 27.5302 Mbytes Step Atoms AVEKE stressZZ 9900 5000 2.0071419e-11 2935745.2 9901 -0.00939249999999488 2935694.81450206 9901 5000 2.0069962e-11 2935694.8 Loop time of 0.0166609 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:59 2021 Pair time (%) = 0.00097394 (5.84565) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191755) Outpt time (%) = 0.0155599 (93.3916) Other time (%) = 9.5129e-05 (0.570971) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:59 2021 Memory usage per processor = 27.5302 Mbytes Step Atoms AVEKE stressZZ 9901 5000 2.0069962e-11 2935684.9 9902 -0.00939249999999488 2935634.48856924 9902 5000 2.0068505e-11 2935634.5 Loop time of 0.0170691 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:59 2021 Pair time (%) = 0.00127411 (7.46442) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.210914) Outpt time (%) = 0.0155709 (91.2226) Other time (%) = 0.000188112 (1.10206) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:59 2021 Memory usage per processor = 27.5302 Mbytes Step Atoms AVEKE stressZZ 9902 5000 2.0068505e-11 2935624.5 9903 -0.00939249999999488 2935574.16563257 9903 5000 2.0067049e-11 2935574.2 Loop time of 0.017195 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:59 2021 Pair time (%) = 0.000931978 (5.42006) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180253) Outpt time (%) = 0.016144 (93.888) Other time (%) = 8.79765e-05 (0.51164) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:59 2021 Memory usage per processor = 27.5302 Mbytes Step Atoms AVEKE stressZZ 9903 5000 2.0067049e-11 2935564.2 9904 -0.00939249999999488 2935513.84569171 9904 5000 2.0065592e-11 2935513.8 Loop time of 0.0165169 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:59 2021 Pair time (%) = 0.000971079 (5.8793) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193426) Outpt time (%) = 0.01542 (93.3585) Other time (%) = 9.39369e-05 (0.568731) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:59 2021 Memory usage per processor = 27.5302 Mbytes Step Atoms AVEKE stressZZ 9904 5000 2.0065592e-11 2935503.9 9905 -0.00939249999999488 2935453.52874636 9905 5000 2.0064136e-11 2935453.5 Loop time of 0.01669 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:59 2021 Pair time (%) = 0.00111699 (6.69257) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.202848) Outpt time (%) = 0.01543 (92.4503) Other time (%) = 0.000109196 (0.654258) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:59 2021 Memory usage per processor = 27.5302 Mbytes Step Atoms AVEKE stressZZ 9905 5000 2.0064136e-11 2935443.6 9906 -0.00939249999999488 2935393.21479615 9906 5000 2.0062679e-11 2935393.2 Loop time of 0.0172641 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:59 2021 Pair time (%) = 0.00105691 (6.122) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179531) Outpt time (%) = 0.0160861 (93.1765) Other time (%) = 9.01222e-05 (0.52202) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:59 2021 Memory usage per processor = 27.5302 Mbytes Step Atoms AVEKE stressZZ 9906 5000 2.0062679e-11 2935383.3 9907 -0.00939249999999488 2935332.9038408 9907 5000 2.0061223e-11 2935332.9 Loop time of 0.0171778 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:59 2021 Pair time (%) = 0.000979185 (5.70029) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.267873) Outpt time (%) = 0.016042 (93.3878) Other time (%) = 0.000110626 (0.644006) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:59 2021 Memory usage per processor = 27.5302 Mbytes Step Atoms AVEKE stressZZ 9907 5000 2.0061223e-11 2935322.9 9908 -0.00939249999999488 2935272.59587999 9908 5000 2.0059767e-11 2935272.6 Loop time of 0.0165589 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:59 2021 Pair time (%) = 0.000931978 (5.62827) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.187177) Outpt time (%) = 0.015445 (93.2731) Other time (%) = 0.000150919 (0.911408) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:59 2021 Memory usage per processor = 27.5302 Mbytes Step Atoms AVEKE stressZZ 9908 5000 2.0059767e-11 2935262.6 9909 -0.00939249999999488 2935212.29091337 9909 5000 2.0058311e-11 2935212.3 Loop time of 0.0171962 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:59 2021 Pair time (%) = 0.00114894 (6.68136) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.225993) Outpt time (%) = 0.0158682 (92.2774) Other time (%) = 0.00014019 (0.81524) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:59 2021 Memory usage per processor = 27.5302 Mbytes Step Atoms AVEKE stressZZ 9909 5000 2.0058311e-11 2935202.3 9910 -0.00939249999999488 2935151.98897399 9910 5000 2.0056855e-11 2935152 Loop time of 0.0191209 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:21:59 2021 Pair time (%) = 0.000967979 (5.06241) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.167084) Outpt time (%) = 0.0180271 (94.2792) Other time (%) = 9.39369e-05 (0.491278) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:21:59 2021 Memory usage per processor = 27.5302 Mbytes Step Atoms AVEKE stressZZ 9910 5000 2.0056855e-11 2935142 9911 -0.00939249999999488 2935091.69008395 9911 5000 2.00554e-11 2935091.7 Loop time of 0.0175531 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:00 2021 Pair time (%) = 0.00109601 (6.24397) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.192875) Outpt time (%) = 0.0162671 (92.6735) Other time (%) = 0.000156164 (0.889668) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:00 2021 Memory usage per processor = 27.5302 Mbytes Step Atoms AVEKE stressZZ 9911 5000 2.00554e-11 2935081.7 9912 -0.00939249999999488 2935031.39421875 9912 5000 2.0053944e-11 2935031.4 Loop time of 0.0167768 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:00 2021 Pair time (%) = 0.000939846 (5.60206) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.196115) Outpt time (%) = 0.0156989 (93.5751) Other time (%) = 0.000105143 (0.626714) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:00 2021 Memory usage per processor = 27.5302 Mbytes Step Atoms AVEKE stressZZ 9912 5000 2.0053944e-11 2935021.4 9913 -0.00939249999999488 2934971.10137126 9913 5000 2.0052489e-11 2934971.1 Loop time of 0.017194 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:00 2021 Pair time (%) = 0.000993013 (5.77534) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198289) Outpt time (%) = 0.0159991 (93.0502) Other time (%) = 0.000167847 (0.976191) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:00 2021 Memory usage per processor = 27.5302 Mbytes Step Atoms AVEKE stressZZ 9913 5000 2.0052489e-11 2934961.1 9914 -0.00939249999999488 2934910.81153752 9914 5000 2.0051034e-11 2934910.8 Loop time of 0.0171349 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:00 2021 Pair time (%) = 0.000952005 (5.55594) Neigh time (%) = 0 (0) Comm time (%) = 6.19888e-05 (0.361769) Outpt time (%) = 0.0160189 (93.4868) Other time (%) = 0.000102043 (0.595528) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:00 2021 Memory usage per processor = 27.5302 Mbytes Step Atoms AVEKE stressZZ 9914 5000 2.0051034e-11 2934900.9 9915 -0.00939249999999488 2934850.52471482 9915 5000 2.0049579e-11 2934850.5 Loop time of 0.0173259 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:00 2021 Pair time (%) = 0.000998974 (5.76579) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.185771) Outpt time (%) = 0.0161769 (93.3687) Other time (%) = 0.000117779 (0.679785) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:00 2021 Memory usage per processor = 27.5302 Mbytes Step Atoms AVEKE stressZZ 9915 5000 2.0049579e-11 2934840.6 9916 -0.00939249999999488 2934790.24090118 9916 5000 2.0048124e-11 2934790.2 Loop time of 0.0167911 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:00 2021 Pair time (%) = 0.00100613 (5.99202) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.203047) Outpt time (%) = 0.0156281 (93.0737) Other time (%) = 0.000122786 (0.731254) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:00 2021 Memory usage per processor = 27.5302 Mbytes Step Atoms AVEKE stressZZ 9916 5000 2.0048124e-11 2934780.3 9917 -0.00939249999999488 2934729.96009492 9917 5000 2.004667e-11 2934730 Loop time of 0.0164862 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:00 2021 Pair time (%) = 0.0010798 (6.54972) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193787) Outpt time (%) = 0.0152512 (92.5088) Other time (%) = 0.000123262 (0.747672) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:00 2021 Memory usage per processor = 27.5302 Mbytes Step Atoms AVEKE stressZZ 9917 5000 2.004667e-11 2934720 9918 -0.00939249999999488 2934669.68229472 9918 5000 2.0045215e-11 2934669.7 Loop time of 0.016346 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:00 2021 Pair time (%) = 0.000931978 (5.70158) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.195449) Outpt time (%) = 0.0152919 (93.5516) Other time (%) = 9.01222e-05 (0.551342) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:00 2021 Memory usage per processor = 27.5302 Mbytes Step Atoms AVEKE stressZZ 9918 5000 2.0045215e-11 2934659.7 9919 -0.00939249999999488 2934609.40749938 9919 5000 2.0043761e-11 2934609.4 Loop time of 0.016223 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:00 2021 Pair time (%) = 0.000931025 (5.73893) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.191053) Outpt time (%) = 0.0151711 (93.516) Other time (%) = 8.98838e-05 (0.554053) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:00 2021 Memory usage per processor = 27.5302 Mbytes Step Atoms AVEKE stressZZ 9919 5000 2.0043761e-11 2934599.5 9920 -0.00939249999999488 2934549.1357079 9920 5000 2.0042306e-11 2934549.1 Loop time of 0.0199611 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:00 2021 Pair time (%) = 0.000932932 (4.67375) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.155274) Outpt time (%) = 0.0189071 (94.7195) Other time (%) = 9.01222e-05 (0.451489) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:00 2021 Memory usage per processor = 27.5302 Mbytes Step Atoms AVEKE stressZZ 9920 5000 2.0042306e-11 2934539.2 9921 -0.00939249999999488 2934488.86691933 9921 5000 2.0040852e-11 2934488.9 Loop time of 0.0169461 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:00 2021 Pair time (%) = 0.00118089 (6.9685) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.271537) Outpt time (%) = 0.0155392 (91.6977) Other time (%) = 0.000180006 (1.06223) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:00 2021 Memory usage per processor = 27.5302 Mbytes Step Atoms AVEKE stressZZ 9921 5000 2.0040852e-11 2934478.9 9922 -0.00939249999999488 2934428.60113298 9922 5000 2.0039398e-11 2934428.6 Loop time of 0.017087 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:00 2021 Pair time (%) = 0.000977993 (5.72361) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186973) Outpt time (%) = 0.015976 (93.4978) Other time (%) = 0.000101089 (0.591617) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:00 2021 Memory usage per processor = 27.5302 Mbytes Step Atoms AVEKE stressZZ 9922 5000 2.0039398e-11 2934418.6 9923 -0.00939249999999488 2934368.33834785 9923 5000 2.0037945e-11 2934368.3 Loop time of 0.0171759 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:00 2021 Pair time (%) = 0.000957966 (5.57738) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.187393) Outpt time (%) = 0.0160708 (93.5662) Other time (%) = 0.000114918 (0.669063) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:00 2021 Memory usage per processor = 27.5302 Mbytes Step Atoms AVEKE stressZZ 9923 5000 2.0037945e-11 2934358.4 9924 -0.00939249999999488 2934308.0785626 9924 5000 2.0036491e-11 2934308.1 Loop time of 0.0166619 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:00 2021 Pair time (%) = 0.00093317 (5.60063) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191744) Outpt time (%) = 0.015604 (93.651) Other time (%) = 9.27448e-05 (0.556629) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:00 2021 Memory usage per processor = 27.5302 Mbytes Step Atoms AVEKE stressZZ 9924 5000 2.0036491e-11 2934298.1 9925 -0.00939249999999488 2934247.82175837 9925 5000 2.0035037e-11 2934247.8 Loop time of 0.016777 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:00 2021 Pair time (%) = 0.0010941 (6.52143) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.214586) Outpt time (%) = 0.0155091 (92.4426) Other time (%) = 0.000137806 (0.821396) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:00 2021 Memory usage per processor = 27.5302 Mbytes Step Atoms AVEKE stressZZ 9925 5000 2.0035037e-11 2934237.9 9926 -0.00939249999999488 2934187.56795228 9926 5000 2.0033584e-11 2934187.6 Loop time of 0.0172009 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:00 2021 Pair time (%) = 0.00100994 (5.87143) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191279) Outpt time (%) = 0.016031 (93.1985) Other time (%) = 0.000127077 (0.73878) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:00 2021 Memory usage per processor = 27.5302 Mbytes Step Atoms AVEKE stressZZ 9926 5000 2.0033584e-11 2934177.6 9927 -0.00939249999999488 2934127.3171437 9927 5000 2.0032131e-11 2934127.3 Loop time of 0.0174088 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:00 2021 Pair time (%) = 0.00103998 (5.97387) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.194473) Outpt time (%) = 0.016228 (93.2167) Other time (%) = 0.00010705 (0.614917) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:00 2021 Memory usage per processor = 27.5302 Mbytes Step Atoms AVEKE stressZZ 9927 5000 2.0032131e-11 2934117.4 9928 -0.00939249999999488 2934067.06933221 9928 5000 2.0030678e-11 2934067.1 Loop time of 0.0164709 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:00 2021 Pair time (%) = 0.000985861 (5.98547) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.199757) Outpt time (%) = 0.0153539 (93.2184) Other time (%) = 9.82285e-05 (0.596375) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:00 2021 Memory usage per processor = 27.5302 Mbytes Step Atoms AVEKE stressZZ 9928 5000 2.0030678e-11 2934057.1 9929 -0.00939249999999488 2934006.8245173 9929 5000 2.0029225e-11 2934006.8 Loop time of 0.0173202 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:00 2021 Pair time (%) = 0.00129795 (7.49387) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.202351) Outpt time (%) = 0.0157888 (91.1585) Other time (%) = 0.000198364 (1.14528) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:00 2021 Memory usage per processor = 27.5302 Mbytes Step Atoms AVEKE stressZZ 9929 5000 2.0029225e-11 2933996.9 9930 -0.00939249999999488 2933946.58269846 9930 5000 2.0027772e-11 2933946.6 Loop time of 0.019263 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:00 2021 Pair time (%) = 0.000936985 (4.86416) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.160901) Outpt time (%) = 0.0181701 (94.3264) Other time (%) = 0.000124931 (0.648555) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:00 2021 Memory usage per processor = 27.5302 Mbytes Step Atoms AVEKE stressZZ 9930 5000 2.0027772e-11 2933936.6 9931 -0.00939249999999488 2933886.34387528 9931 5000 2.002632e-11 2933886.3 Loop time of 0.0172188 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:00 2021 Pair time (%) = 0.000960827 (5.58009) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185542) Outpt time (%) = 0.016129 (93.6708) Other time (%) = 9.70364e-05 (0.563548) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:00 2021 Memory usage per processor = 27.5302 Mbytes Step Atoms AVEKE stressZZ 9931 5000 2.002632e-11 2933876.4 9932 -0.00939249999999488 2933826.10804729 9932 5000 2.0024867e-11 2933826.1 Loop time of 0.0165329 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:00 2021 Pair time (%) = 0.000939846 (5.6847) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.204776) Outpt time (%) = 0.0154519 (93.4616) Other time (%) = 0.000107288 (0.648939) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:00 2021 Memory usage per processor = 27.5302 Mbytes Step Atoms AVEKE stressZZ 9932 5000 2.0024867e-11 2933816.2 9933 -0.00939249999999488 2933765.87521405 9933 5000 2.0023415e-11 2933765.9 Loop time of 0.0172181 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:00 2021 Pair time (%) = 0.00109386 (6.35299) Neigh time (%) = 0 (0) Comm time (%) = 4.88758e-05 (0.283863) Outpt time (%) = 0.0158901 (92.2872) Other time (%) = 0.000185251 (1.07591) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:00 2021 Memory usage per processor = 27.5302 Mbytes Step Atoms AVEKE stressZZ 9933 5000 2.0023415e-11 2933755.9 9934 -0.00939249999999488 2933705.64537508 9934 5000 2.0021963e-11 2933705.6 Loop time of 0.017354 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:00 2021 Pair time (%) = 0.000930071 (5.3594) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184096) Outpt time (%) = 0.016299 (93.9207) Other time (%) = 9.29832e-05 (0.535803) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:00 2021 Memory usage per processor = 27.5302 Mbytes Step Atoms AVEKE stressZZ 9934 5000 2.0021963e-11 2933695.7 9935 -0.00939249999999488 2933645.41853014 9935 5000 2.0020511e-11 2933645.4 Loop time of 0.016602 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:00 2021 Pair time (%) = 0.000931978 (5.61364) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.18669) Outpt time (%) = 0.0155442 (93.6281) Other time (%) = 9.48906e-05 (0.57156) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:00 2021 Memory usage per processor = 27.5302 Mbytes Step Atoms AVEKE stressZZ 9935 5000 2.0020511e-11 2933635.5 9936 -0.00939249999999488 2933585.19467865 9936 5000 2.0019059e-11 2933585.2 Loop time of 0.016958 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:00 2021 Pair time (%) = 0.00118804 (7.00578) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.21792) Outpt time (%) = 0.0155511 (91.7036) Other time (%) = 0.000181913 (1.07273) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:00 2021 Memory usage per processor = 27.5302 Mbytes Step Atoms AVEKE stressZZ 9936 5000 2.0019059e-11 2933575.2 9937 -0.00939249999999488 2933524.97382035 9937 5000 2.0017607e-11 2933525 Loop time of 0.0175231 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:00 2021 Pair time (%) = 0.000934124 (5.33083) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.176878) Outpt time (%) = 0.0164549 (93.9045) Other time (%) = 0.000102997 (0.587779) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:00 2021 Memory usage per processor = 27.5302 Mbytes Step Atoms AVEKE stressZZ 9937 5000 2.0017607e-11 2933515 9938 -0.00939249999999488 2933464.75595478 9938 5000 2.0016156e-11 2933464.8 Loop time of 0.0171671 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:00 2021 Pair time (%) = 0.000943899 (5.49831) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180546) Outpt time (%) = 0.0160918 (93.7365) Other time (%) = 0.000100374 (0.58469) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:22:00 2021 Memory usage per processor = 27.5302 Mbytes Step Atoms AVEKE stressZZ 9938 5000 2.0016156e-11 2933454.8 9939 -0.00939249999999488 2933394.40942069 9939 5000 3.9541671e-11 2933490.7 Loop time of 0.016304 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:00 2021 Pair time (%) = 0.000931978 (5.71625) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.203264) Outpt time (%) = 0.0151858 (93.1417) Other time (%) = 0.000153065 (0.938816) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:00 2021 Memory usage per processor = 27.5302 Mbytes Step Atoms AVEKE stressZZ 9939 5000 3.9541671e-11 2976286.6 9940 -0.00942499999999486 2976219.82913634 9940 5000 3.18919e-11 2976219.8 Loop time of 0.0191948 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:00 2021 Pair time (%) = 0.00102806 (5.35592) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.176378) Outpt time (%) = 0.018033 (93.9473) Other time (%) = 9.98974e-05 (0.520439) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:00 2021 Memory usage per processor = 27.5304 Mbytes Step Atoms AVEKE stressZZ 9940 5000 3.18919e-11 2976206.4 9941 -0.00942499999999486 2976145.40032198 9941 5000 2.7456734e-11 2976145.4 Loop time of 0.0172031 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:00 2021 Pair time (%) = 0.00095892 (5.57411) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192641) Outpt time (%) = 0.0161121 (93.6581) Other time (%) = 9.89437e-05 (0.575151) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:00 2021 Memory usage per processor = 27.5304 Mbytes Step Atoms AVEKE stressZZ 9941 5000 2.7456734e-11 2976133.2 9942 -0.00942499999999486 2976075.77830935 9942 5000 2.4810027e-11 2976075.8 Loop time of 0.0169299 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:00 2021 Pair time (%) = 0.00106215 (6.27385) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.242223) Outpt time (%) = 0.0157189 (92.8474) Other time (%) = 0.000107765 (0.636539) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:00 2021 Memory usage per processor = 27.5304 Mbytes Step Atoms AVEKE stressZZ 9942 5000 2.4810027e-11 2976064.3 9943 -0.00942499999999486 2976009.21218034 9943 5000 2.3197125e-11 2976009.2 Loop time of 0.016711 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:00 2021 Pair time (%) = 0.00097394 (5.82814) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.28677) Outpt time (%) = 0.0155721 (93.1846) Other time (%) = 0.000117064 (0.700518) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:00 2021 Memory usage per processor = 27.5304 Mbytes Step Atoms AVEKE stressZZ 9943 5000 2.3197125e-11 2975998.2 9944 -0.00942499999999486 2975944.58921078 9944 5000 2.2199703e-11 2975944.6 Loop time of 0.016968 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:00 2021 Pair time (%) = 0.000962973 (5.67522) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.193905) Outpt time (%) = 0.0158811 (93.5941) Other time (%) = 9.10759e-05 (0.536751) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:00 2021 Memory usage per processor = 27.5304 Mbytes Step Atoms AVEKE stressZZ 9944 5000 2.2199703e-11 2975933.9 9945 -0.00942499999999486 2975881.20225338 9945 5000 2.1576654e-11 2975881.2 Loop time of 0.017194 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:00 2021 Pair time (%) = 0.000976086 (5.67689) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180263) Outpt time (%) = 0.016093 (93.5965) Other time (%) = 9.39369e-05 (0.546334) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:00 2021 Memory usage per processor = 27.5304 Mbytes Step Atoms AVEKE stressZZ 9945 5000 2.1576654e-11 2975870.7 9946 -0.00942499999999486 2975818.60190826 9946 5000 2.1184751e-11 2975818.6 Loop time of 0.0163579 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:00 2021 Pair time (%) = 0.000934124 (5.71054) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.195307) Outpt time (%) = 0.0153 (93.533) Other time (%) = 9.17912e-05 (0.561143) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:00 2021 Memory usage per processor = 27.5304 Mbytes Step Atoms AVEKE stressZZ 9946 5000 2.1184751e-11 2975808.2 9947 -0.00942499999999486 2975756.50257666 9947 5000 2.0937005e-11 2975756.5 Loop time of 0.0171402 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:00 2021 Pair time (%) = 0.00117087 (6.83117) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198912) Outpt time (%) = 0.0157712 (92.0129) Other time (%) = 0.000164032 (0.957004) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:00 2021 Memory usage per processor = 27.5304 Mbytes Step Atoms AVEKE stressZZ 9947 5000 2.0937005e-11 2975746.2 9948 -0.00942499999999486 2975694.7227571 9948 5000 2.0779767e-11 2975694.7 Loop time of 0.017457 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:00 2021 Pair time (%) = 0.000981808 (5.62415) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.177547) Outpt time (%) = 0.0163479 (93.6465) Other time (%) = 9.63211e-05 (0.551762) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:00 2021 Memory usage per processor = 27.5304 Mbytes Step Atoms AVEKE stressZZ 9948 5000 2.0779767e-11 2975684.5 9949 -0.00942499999999486 2975633.14710328 9949 5000 2.06796e-11 2975633.1 Loop time of 0.0167549 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:00 2021 Pair time (%) = 0.00093317 (5.56955) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.184988) Outpt time (%) = 0.015667 (93.5069) Other time (%) = 0.000123739 (0.738527) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:00 2021 Memory usage per processor = 27.5304 Mbytes Step Atoms AVEKE stressZZ 9949 5000 2.06796e-11 2975622.9 9950 -0.00942499999999486 2975571.70231173 9950 5000 2.0615523e-11 2975571.7 Loop time of 0.19049 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:01 2021 Pair time (%) = 0.00110102 (0.577992) Neigh time (%) = 0 (0) Comm time (%) = 7.89165e-05 (0.0414282) Outpt time (%) = 0.189147 (99.295) Other time (%) = 0.000163078 (0.0856099) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:01 2021 Memory usage per processor = 27.5304 Mbytes Step Atoms AVEKE stressZZ 9950 5000 2.0615523e-11 2975561.5 9951 -0.00942499999999486 2975510.3418315 9951 5000 2.0574307e-11 2975510.3 Loop time of 0.0192928 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:01 2021 Pair time (%) = 0.00128889 (6.68067) Neigh time (%) = 0 (0) Comm time (%) = 4.41074e-05 (0.228621) Outpt time (%) = 0.0178149 (92.3393) Other time (%) = 0.000144958 (0.751359) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:01 2021 Memory usage per processor = 27.5304 Mbytes Step Atoms AVEKE stressZZ 9951 5000 2.0574307e-11 2975500.2 9952 -0.00942499999999486 2975449.0361061 9952 5000 2.054759e-11 2975449 Loop time of 0.016777 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:01 2021 Pair time (%) = 0.00113392 (6.75875) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.214586) Outpt time (%) = 0.0154898 (92.3275) Other time (%) = 0.000117302 (0.699181) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:01 2021 Memory usage per processor = 27.5304 Mbytes Step Atoms AVEKE stressZZ 9952 5000 2.054759e-11 2975438.9 9953 -0.00942499999999486 2975387.76628695 9953 5000 2.0530076e-11 2975387.8 Loop time of 0.016881 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:01 2021 Pair time (%) = 0.0010469 (6.20163) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.189255) Outpt time (%) = 0.0156941 (92.9693) Other time (%) = 0.000108004 (0.639794) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:01 2021 Memory usage per processor = 27.5304 Mbytes Step Atoms AVEKE stressZZ 9953 5000 2.0530076e-11 2975377.6 9954 -0.00942499999999486 2975326.52040386 9954 5000 2.0518406e-11 2975326.5 Loop time of 0.0163701 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:01 2021 Pair time (%) = 0.00100398 (6.13303) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.195162) Outpt time (%) = 0.0152411 (93.1038) Other time (%) = 9.29832e-05 (0.568008) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:01 2021 Memory usage per processor = 27.5304 Mbytes Step Atoms AVEKE stressZZ 9954 5000 2.0518406e-11 2975316.4 9955 -0.00942499999999486 2975265.29085139 9955 5000 2.0510447e-11 2975265.3 Loop time of 0.0162871 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:01 2021 Pair time (%) = 0.00093317 (5.72951) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.196156) Outpt time (%) = 0.015234 (93.5342) Other time (%) = 8.79765e-05 (0.540161) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:01 2021 Memory usage per processor = 27.5304 Mbytes Step Atoms AVEKE stressZZ 9955 5000 2.0510447e-11 2975255.1 9956 -0.00942499999999486 2975204.07279617 9956 5000 2.0504846e-11 2975204.1 Loop time of 0.0164099 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:01 2021 Pair time (%) = 0.00097394 (5.93508) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.188877) Outpt time (%) = 0.015317 (93.3399) Other time (%) = 8.79765e-05 (0.536119) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:01 2021 Memory usage per processor = 27.5304 Mbytes Step Atoms AVEKE stressZZ 9956 5000 2.0504846e-11 2975193.9 9957 -0.00942499999999486 2975142.86316602 9957 5000 2.0500743e-11 2975142.9 Loop time of 0.0167351 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:01 2021 Pair time (%) = 0.000936031 (5.59323) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.185206) Outpt time (%) = 0.0156801 (93.6959) Other time (%) = 8.79765e-05 (0.525701) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:01 2021 Memory usage per processor = 27.5304 Mbytes Step Atoms AVEKE stressZZ 9957 5000 2.0500743e-11 2975132.7 9958 -0.00942499999999486 2975081.66000815 9958 5000 2.0497592e-11 2975081.7 Loop time of 0.0169311 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:01 2021 Pair time (%) = 0.00099802 (5.89461) Neigh time (%) = 0 (0) Comm time (%) = 3.98159e-05 (0.235165) Outpt time (%) = 0.0157859 (93.2365) Other time (%) = 0.000107288 (0.633678) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:01 2021 Memory usage per processor = 27.5304 Mbytes Step Atoms AVEKE stressZZ 9958 5000 2.0497592e-11 2975071.5 9959 -0.00942499999999486 2975020.46208103 9959 5000 2.0495047e-11 2975020.5 Loop time of 0.0169141 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:01 2021 Pair time (%) = 0.00093317 (5.51711) Neigh time (%) = 0 (0) Comm time (%) = 6.58035e-05 (0.389045) Outpt time (%) = 0.0158222 (93.5441) Other time (%) = 9.29832e-05 (0.549737) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:01 2021 Memory usage per processor = 27.5304 Mbytes Step Atoms AVEKE stressZZ 9959 5000 2.0495047e-11 2975010.3 9960 -0.00942499999999486 2974959.26859528 9960 5000 2.0492886e-11 2974959.3 Loop time of 0.0190051 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:01 2021 Pair time (%) = 0.000935078 (4.92015) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.163085) Outpt time (%) = 0.017946 (94.4275) Other time (%) = 9.29832e-05 (0.489255) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:01 2021 Memory usage per processor = 27.5304 Mbytes Step Atoms AVEKE stressZZ 9960 5000 2.0492886e-11 2974949.1 9961 -0.00942499999999486 2974898.07904872 9961 5000 2.0490969e-11 2974898.1 Loop time of 0.016438 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:01 2021 Pair time (%) = 0.00095892 (5.83355) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.279929) Outpt time (%) = 0.015322 (93.2106) Other time (%) = 0.000111103 (0.675891) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:01 2021 Memory usage per processor = 27.5304 Mbytes Step Atoms AVEKE stressZZ 9961 5000 2.0490969e-11 2974887.9 9962 -0.00942499999999486 2974836.89310969 9962 5000 2.0489208e-11 2974836.9 Loop time of 0.0170751 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:01 2021 Pair time (%) = 0.00115395 (6.75808) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.216426) Outpt time (%) = 0.0157661 (92.3343) Other time (%) = 0.000118017 (0.691167) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:01 2021 Memory usage per processor = 27.5304 Mbytes Step Atoms AVEKE stressZZ 9962 5000 2.0489208e-11 2974826.7 9963 -0.00942499999999486 2974775.71057841 9963 5000 2.0487545e-11 2974775.7 Loop time of 0.0175171 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:01 2021 Pair time (%) = 0.000980139 (5.59533) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.176938) Outpt time (%) = 0.0164111 (93.686) Other time (%) = 9.48906e-05 (0.541703) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:01 2021 Memory usage per processor = 27.5304 Mbytes Step Atoms AVEKE stressZZ 9963 5000 2.0487545e-11 2974765.6 9964 -0.00942499999999486 2974714.53133229 9964 5000 2.0485945e-11 2974714.5 Loop time of 0.017473 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:01 2021 Pair time (%) = 0.00100303 (5.74045) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182843) Outpt time (%) = 0.016345 (93.5446) Other time (%) = 9.29832e-05 (0.532154) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:01 2021 Memory usage per processor = 27.5304 Mbytes Step Atoms AVEKE stressZZ 9964 5000 2.0485945e-11 2974704.4 9965 -0.00942499999999486 2974653.35528665 9965 5000 2.0484386e-11 2974653.4 Loop time of 0.0167081 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:01 2021 Pair time (%) = 0.00104189 (6.23582) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.204055) Outpt time (%) = 0.0155299 (92.948) Other time (%) = 0.000102282 (0.612166) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:01 2021 Memory usage per processor = 27.5304 Mbytes Step Atoms AVEKE stressZZ 9965 5000 2.0484386e-11 2974643.2 9966 -0.00942499999999486 2974592.18238486 9966 5000 2.0482852e-11 2974592.2 Loop time of 0.0168722 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:01 2021 Pair time (%) = 0.00101089 (5.99149) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.213376) Outpt time (%) = 0.0157101 (93.1126) Other time (%) = 0.000115156 (0.682522) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:01 2021 Memory usage per processor = 27.5304 Mbytes Step Atoms AVEKE stressZZ 9966 5000 2.0482852e-11 2974582 9967 -0.00942499999999486 2974531.01259866 9967 5000 2.0481334e-11 2974531 Loop time of 0.0172749 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:01 2021 Pair time (%) = 0.000988007 (5.71933) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18494) Outpt time (%) = 0.0161619 (93.5575) Other time (%) = 9.29832e-05 (0.538258) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:01 2021 Memory usage per processor = 27.5304 Mbytes Step Atoms AVEKE stressZZ 9967 5000 2.0481334e-11 2974520.9 9968 -0.00942499999999486 2974469.84590628 9968 5000 2.0479826e-11 2974469.8 Loop time of 0.016629 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:01 2021 Pair time (%) = 0.000934124 (5.61745) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192123) Outpt time (%) = 0.015569 (93.6255) Other time (%) = 9.39369e-05 (0.564899) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:01 2021 Memory usage per processor = 27.5304 Mbytes Step Atoms AVEKE stressZZ 9968 5000 2.0479826e-11 2974459.7 9969 -0.00942499999999486 2974408.68229371 9969 5000 2.0478325e-11 2974408.7 Loop time of 0.01684 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:01 2021 Pair time (%) = 0.00108004 (6.41352) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.22511) Outpt time (%) = 0.0156088 (92.6889) Other time (%) = 0.000113249 (0.6725) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:01 2021 Memory usage per processor = 27.5304 Mbytes Step Atoms AVEKE stressZZ 9969 5000 2.0478325e-11 2974398.5 9970 -0.00942499999999486 2974347.52175175 9970 5000 2.0476829e-11 2974347.5 Loop time of 0.0189319 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:01 2021 Pair time (%) = 0.000977039 (5.16082) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.163716) Outpt time (%) = 0.0178289 (94.1742) Other time (%) = 9.48906e-05 (0.501222) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:01 2021 Memory usage per processor = 27.5304 Mbytes Step Atoms AVEKE stressZZ 9970 5000 2.0476829e-11 2974337.4 9971 -0.00942499999999486 2974286.36427442 9971 5000 2.0475335e-11 2974286.4 Loop time of 0.017102 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:01 2021 Pair time (%) = 0.000936031 (5.47323) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.188203) Outpt time (%) = 0.0160429 (93.8074) Other time (%) = 9.08375e-05 (0.531151) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:01 2021 Memory usage per processor = 27.5304 Mbytes Step Atoms AVEKE stressZZ 9971 5000 2.0475335e-11 2974276.2 9972 -0.00942499999999486 2974225.20985764 9972 5000 2.0473843e-11 2974225.2 Loop time of 0.0165079 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:01 2021 Pair time (%) = 0.000934124 (5.65866) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193533) Outpt time (%) = 0.0154459 (93.5672) Other time (%) = 9.58443e-05 (0.580598) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:01 2021 Memory usage per processor = 27.5304 Mbytes Step Atoms AVEKE stressZZ 9972 5000 2.0473843e-11 2974215.1 9973 -0.00942499999999486 2974164.05849858 9973 5000 2.0472352e-11 2974164.1 Loop time of 0.0176821 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:01 2021 Pair time (%) = 0.00131297 (7.42544) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.203603) Outpt time (%) = 0.0161452 (91.3085) Other time (%) = 0.000187874 (1.06251) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:01 2021 Memory usage per processor = 27.5304 Mbytes Step Atoms AVEKE stressZZ 9973 5000 2.0472352e-11 2974153.9 9974 -0.00942499999999486 2974102.91019532 9974 5000 2.0470862e-11 2974102.9 Loop time of 0.017216 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:01 2021 Pair time (%) = 0.000936985 (5.44253) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185572) Outpt time (%) = 0.016155 (93.8373) Other time (%) = 9.20296e-05 (0.534559) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:01 2021 Memory usage per processor = 27.5304 Mbytes Step Atoms AVEKE stressZZ 9974 5000 2.0470862e-11 2974092.8 9975 -0.00942499999999486 2974041.76494633 9975 5000 2.0469373e-11 2974041.8 Loop time of 0.0166922 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:01 2021 Pair time (%) = 0.000978947 (5.86471) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.185682) Outpt time (%) = 0.015588 (93.3854) Other time (%) = 9.41753e-05 (0.564189) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:01 2021 Memory usage per processor = 27.5304 Mbytes Step Atoms AVEKE stressZZ 9975 5000 2.0469373e-11 2974031.6 9976 -0.00942499999999486 2973980.6227505 9976 5000 2.0467884e-11 2973980.6 Loop time of 0.016572 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:01 2021 Pair time (%) = 0.000976086 (5.88997) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211486) Outpt time (%) = 0.0154409 (93.1749) Other time (%) = 0.000119925 (0.723658) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:01 2021 Memory usage per processor = 27.5304 Mbytes Step Atoms AVEKE stressZZ 9976 5000 2.0467884e-11 2973970.5 9977 -0.00942499999999486 2973919.483607 9977 5000 2.0466395e-11 2973919.5 Loop time of 0.0172551 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:01 2021 Pair time (%) = 0.00103188 (5.98013) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.186534) Outpt time (%) = 0.0160961 (93.2834) Other time (%) = 9.48906e-05 (0.549929) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:01 2021 Memory usage per processor = 27.5304 Mbytes Step Atoms AVEKE stressZZ 9977 5000 2.0466395e-11 2973909.3 9978 -0.00942499999999486 2973858.34751496 9978 5000 2.0464906e-11 2973858.3 Loop time of 0.017071 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:01 2021 Pair time (%) = 0.000975132 (5.71221) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187148) Outpt time (%) = 0.0159709 (93.556) Other time (%) = 9.29832e-05 (0.544685) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:01 2021 Memory usage per processor = 27.5304 Mbytes Step Atoms AVEKE stressZZ 9978 5000 2.0464906e-11 2973848.2 9979 -0.00942499999999486 2973797.21447378 9979 5000 2.0463418e-11 2973797.2 Loop time of 0.0164621 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:01 2021 Pair time (%) = 0.000936031 (5.68598) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194071) Outpt time (%) = 0.0153711 (93.3726) Other time (%) = 0.000123024 (0.747317) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:01 2021 Memory usage per processor = 27.5304 Mbytes Step Atoms AVEKE stressZZ 9979 5000 2.0463418e-11 2973787.1 9980 -0.00942499999999486 2973736.08448282 9980 5000 2.046193e-11 2973736.1 Loop time of 0.019556 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:01 2021 Pair time (%) = 0.00131297 (6.71389) Neigh time (%) = 0 (0) Comm time (%) = 4.19617e-05 (0.214571) Outpt time (%) = 0.0180421 (92.2584) Other time (%) = 0.000159025 (0.813177) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:01 2021 Memory usage per processor = 27.5304 Mbytes Step Atoms AVEKE stressZZ 9980 5000 2.046193e-11 2973725.9 9981 -0.00942499999999486 2973674.95754151 9981 5000 2.0460443e-11 2973675 Loop time of 0.0174968 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:01 2021 Pair time (%) = 0.00114393 (6.53794) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.177143) Outpt time (%) = 0.016222 (92.714) Other time (%) = 9.98974e-05 (0.570946) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:01 2021 Memory usage per processor = 27.5304 Mbytes Step Atoms AVEKE stressZZ 9981 5000 2.0460443e-11 2973664.8 9982 -0.00942499999999486 2973613.83364934 9982 5000 2.0458955e-11 2973613.8 Loop time of 0.0171921 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:01 2021 Pair time (%) = 0.000941038 (5.47366) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18583) Outpt time (%) = 0.016083 (93.5487) Other time (%) = 0.000136137 (0.791857) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:01 2021 Memory usage per processor = 27.5304 Mbytes Step Atoms AVEKE stressZZ 9982 5000 2.0458955e-11 2973603.7 9983 -0.00942499999999486 2973552.71280578 9983 5000 2.0457467e-11 2973552.7 Loop time of 0.0166709 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:01 2021 Pair time (%) = 0.000933886 (5.60188) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.185919) Outpt time (%) = 0.0156169 (93.6773) Other time (%) = 8.91685e-05 (0.534874) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:01 2021 Memory usage per processor = 27.5304 Mbytes Step Atoms AVEKE stressZZ 9983 5000 2.0457467e-11 2973542.6 9984 -0.00942499999999486 2973491.59501037 9984 5000 2.045598e-11 2973491.6 Loop time of 0.0171392 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:01 2021 Pair time (%) = 0.00116897 (6.82043) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.22118) Outpt time (%) = 0.0158081 (92.2336) Other time (%) = 0.000124216 (0.724749) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:01 2021 Memory usage per processor = 27.5304 Mbytes Step Atoms AVEKE stressZZ 9984 5000 2.045598e-11 2973481.4 9985 -0.00942499999999486 2973430.48026258 9985 5000 2.0454493e-11 2973430.5 Loop time of 0.0172181 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:01 2021 Pair time (%) = 0.000936985 (5.44186) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180011) Outpt time (%) = 0.0161562 (93.8326) Other time (%) = 9.39369e-05 (0.54557) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:01 2021 Memory usage per processor = 27.5304 Mbytes Step Atoms AVEKE stressZZ 9985 5000 2.0454493e-11 2973420.3 9986 -0.00942499999999486 2973369.36856191 9986 5000 2.0453006e-11 2973369.4 Loop time of 0.0173061 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:01 2021 Pair time (%) = 0.000935078 (5.40317) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179095) Outpt time (%) = 0.0162449 (93.868) Other time (%) = 9.5129e-05 (0.549685) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:01 2021 Memory usage per processor = 27.5304 Mbytes Step Atoms AVEKE stressZZ 9986 5000 2.0453006e-11 2973359.2 9987 -0.00942499999999486 2973308.25990798 9987 5000 2.0451519e-11 2973308.3 Loop time of 0.016643 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:01 2021 Pair time (%) = 0.000943899 (5.67143) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.199123) Outpt time (%) = 0.0155659 (93.5278) Other time (%) = 0.000100136 (0.601667) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:01 2021 Memory usage per processor = 27.5304 Mbytes Step Atoms AVEKE stressZZ 9987 5000 2.0451519e-11 2973298.1 9988 -0.00942499999999486 2973247.15430028 9988 5000 2.0450033e-11 2973247.2 Loop time of 0.0173459 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:01 2021 Pair time (%) = 0.00102901 (5.93232) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184182) Outpt time (%) = 0.0161531 (93.1234) Other time (%) = 0.000131845 (0.760096) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:01 2021 Memory usage per processor = 27.5304 Mbytes Step Atoms AVEKE stressZZ 9988 5000 2.0450033e-11 2973237 9989 -0.00942499999999486 2973186.05173841 9989 5000 2.0448546e-11 2973186.1 Loop time of 0.0172291 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:01 2021 Pair time (%) = 0.000937939 (5.44393) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.186815) Outpt time (%) = 0.016134 (93.6441) Other time (%) = 0.000124931 (0.725119) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:01 2021 Memory usage per processor = 27.5304 Mbytes Step Atoms AVEKE stressZZ 9989 5000 2.0448546e-11 2973175.9 9990 -0.00942499999999486 2973124.95222188 9990 5000 2.044706e-11 2973125 Loop time of 0.018929 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:02 2021 Pair time (%) = 0.000941038 (4.97141) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.16374) Outpt time (%) = 0.0178602 (94.3535) Other time (%) = 9.67979e-05 (0.511374) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:02 2021 Memory usage per processor = 27.5304 Mbytes Step Atoms AVEKE stressZZ 9990 5000 2.044706e-11 2973114.8 9991 -0.00942499999999486 2973063.85575026 9991 5000 2.0445573e-11 2973063.9 Loop time of 0.016583 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:02 2021 Pair time (%) = 0.00104213 (6.28433) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.199845) Outpt time (%) = 0.0153441 (92.5295) Other time (%) = 0.000163555 (0.986284) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:02 2021 Memory usage per processor = 27.5304 Mbytes Step Atoms AVEKE stressZZ 9991 5000 2.0445573e-11 2973053.7 9992 -0.00942499999999486 2973002.76232315 9992 5000 2.0444087e-11 2973002.8 Loop time of 0.0170319 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:02 2021 Pair time (%) = 0.00102496 (6.01789) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.193177) Outpt time (%) = 0.0158761 (93.2136) Other time (%) = 9.799e-05 (0.575332) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:02 2021 Memory usage per processor = 27.5304 Mbytes Step Atoms AVEKE stressZZ 9992 5000 2.0444087e-11 2972992.6 9993 -0.00942499999999486 2972941.67194008 9993 5000 2.0442602e-11 2972941.7 Loop time of 0.0173829 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:02 2021 Pair time (%) = 0.000981808 (5.64814) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183791) Outpt time (%) = 0.0162749 (93.6263) Other time (%) = 9.41753e-05 (0.541771) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:02 2021 Memory usage per processor = 27.5304 Mbytes Step Atoms AVEKE stressZZ 9993 5000 2.0442602e-11 2972931.5 9994 -0.00942499999999486 2972880.58460066 9994 5000 2.0441116e-11 2972880.6 Loop time of 0.0164502 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:02 2021 Pair time (%) = 0.000939131 (5.70894) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194211) Outpt time (%) = 0.0153542 (93.3374) Other time (%) = 0.000124931 (0.759453) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:02 2021 Memory usage per processor = 27.5304 Mbytes Step Atoms AVEKE stressZZ 9994 5000 2.0441116e-11 2972870.4 9995 -0.00942499999999486 2972819.50030447 9995 5000 2.043963e-11 2972819.5 Loop time of 0.0171518 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:02 2021 Pair time (%) = 0.0011878 (6.92522) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.215457) Outpt time (%) = 0.0157769 (91.9836) Other time (%) = 0.000150204 (0.87573) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:02 2021 Memory usage per processor = 27.5304 Mbytes Step Atoms AVEKE stressZZ 9995 5000 2.043963e-11 2972809.4 9996 -0.00942499999999486 2972758.41905104 9996 5000 2.0438145e-11 2972758.4 Loop time of 0.017168 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:02 2021 Pair time (%) = 0.00093317 (5.43551) Neigh time (%) = 0 (0) Comm time (%) = 7.20024e-05 (0.419398) Outpt time (%) = 0.0160689 (93.5979) Other time (%) = 9.39369e-05 (0.547161) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:02 2021 Memory usage per processor = 27.5304 Mbytes Step Atoms AVEKE stressZZ 9996 5000 2.0438145e-11 2972748.3 9997 -0.00942499999999486 2972697.34084004 9997 5000 2.0436659e-11 2972697.3 Loop time of 0.0166111 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:02 2021 Pair time (%) = 0.000933886 (5.62206) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.193765) Outpt time (%) = 0.015553 (93.6302) Other time (%) = 9.20296e-05 (0.554025) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:02 2021 Memory usage per processor = 27.5304 Mbytes Step Atoms AVEKE stressZZ 9997 5000 2.0436659e-11 2972687.2 9998 -0.00942499999999486 2972636.26567105 9998 5000 2.0435174e-11 2972636.3 Loop time of 0.0164189 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:02 2021 Pair time (%) = 0.000977993 (5.9565) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.206198) Outpt time (%) = 0.015306 (93.2216) Other time (%) = 0.000101089 (0.615688) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:02 2021 Memory usage per processor = 27.5304 Mbytes Step Atoms AVEKE stressZZ 9998 5000 2.0435174e-11 2972626.1 9999 -0.00942499999999486 2972575.1935436 9999 5000 2.0433689e-11 2972575.2 Loop time of 0.0163169 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:02 2021 Pair time (%) = 0.000972033 (5.95722) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.189953) Outpt time (%) = 0.0152209 (93.283) Other time (%) = 9.29832e-05 (0.569859) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:02 2021 Memory usage per processor = 27.5304 Mbytes Step Atoms AVEKE stressZZ 9999 5000 2.0433689e-11 2972565 10000 -0.00942499999999486 2972514.12445735 10000 5000 2.0432205e-11 2972514.1 Loop time of 0.0183141 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:02 2021 Pair time (%) = 0.000934839 (5.10447) Neigh time (%) = 0 (0) Comm time (%) = 3.12328e-05 (0.17054) Outpt time (%) = 0.0172591 (94.2394) Other time (%) = 8.89301e-05 (0.485582) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:02 2021 Memory usage per processor = 27.5304 Mbytes Step Atoms AVEKE stressZZ 10000 5000 2.0432205e-11 2972504 10001 -0.00942499999999486 2972453.05841193 10001 5000 2.043072e-11 2972453.1 Loop time of 0.0165761 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:02 2021 Pair time (%) = 0.000934124 (5.63538) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192736) Outpt time (%) = 0.015522 (93.6411) Other time (%) = 8.79765e-05 (0.530744) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:02 2021 Memory usage per processor = 27.5304 Mbytes Step Atoms AVEKE stressZZ 10001 5000 2.043072e-11 2972442.9 10002 -0.00942499999999486 2972391.9954069 10002 5000 2.0429235e-11 2972392 Loop time of 0.0168328 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:02 2021 Pair time (%) = 0.00110793 (6.58197) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.226622) Outpt time (%) = 0.0155749 (92.5271) Other time (%) = 0.000111818 (0.664287) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:02 2021 Memory usage per processor = 27.5304 Mbytes Step Atoms AVEKE stressZZ 10002 5000 2.0429235e-11 2972381.8 10003 -0.00942499999999486 2972330.93544185 10003 5000 2.0427751e-11 2972330.9 Loop time of 0.0174079 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:02 2021 Pair time (%) = 0.00104499 (6.00296) Neigh time (%) = 0 (0) Comm time (%) = 4.50611e-05 (0.258854) Outpt time (%) = 0.0161788 (92.9397) Other time (%) = 0.000138998 (0.798477) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:02 2021 Memory usage per processor = 27.5304 Mbytes Step Atoms AVEKE stressZZ 10003 5000 2.0427751e-11 2972320.8 10004 -0.00942499999999486 2972269.87851645 10004 5000 2.0426267e-11 2972269.9 Loop time of 0.0170932 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:02 2021 Pair time (%) = 0.000931025 (5.44676) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181326) Outpt time (%) = 0.016036 (93.8154) Other time (%) = 9.5129e-05 (0.556532) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:02 2021 Memory usage per processor = 27.5304 Mbytes Step Atoms AVEKE stressZZ 10004 5000 2.0426267e-11 2972259.7 10005 -0.00942499999999486 2972208.82463029 10005 5000 2.0424783e-11 2972208.8 Loop time of 0.016603 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:02 2021 Pair time (%) = 0.000937939 (5.64921) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.19386) Outpt time (%) = 0.015533 (93.5552) Other time (%) = 9.98974e-05 (0.601683) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:02 2021 Memory usage per processor = 27.5304 Mbytes Step Atoms AVEKE stressZZ 10005 5000 2.0424783e-11 2972198.7 10006 -0.00942499999999486 2972147.77378296 10006 5000 2.0423299e-11 2972147.8 Loop time of 0.0172329 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:02 2021 Pair time (%) = 0.001127 (6.53985) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.20891) Outpt time (%) = 0.015929 (92.4336) Other time (%) = 0.000140905 (0.817654) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:02 2021 Memory usage per processor = 27.5304 Mbytes Step Atoms AVEKE stressZZ 10006 5000 2.0423299e-11 2972137.6 10007 -0.00942499999999486 2972086.72597413 10007 5000 2.0421815e-11 2972086.7 Loop time of 0.0172379 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:02 2021 Pair time (%) = 0.000936985 (5.43561) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192252) Outpt time (%) = 0.016165 (93.776) Other time (%) = 0.000102758 (0.596119) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:02 2021 Memory usage per processor = 27.5304 Mbytes Step Atoms AVEKE stressZZ 10007 5000 2.0421815e-11 2972076.6 10008 -0.00942499999999486 2972025.68120337 10008 5000 2.0420331e-11 2972025.7 Loop time of 0.016454 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:02 2021 Pair time (%) = 0.000936031 (5.68878) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.18837) Outpt time (%) = 0.0153921 (93.5461) Other time (%) = 9.48906e-05 (0.576703) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:02 2021 Memory usage per processor = 27.5304 Mbytes Step Atoms AVEKE stressZZ 10008 5000 2.0420331e-11 2972015.5 10009 -0.00942499999999486 2971964.63947038 10009 5000 2.0418848e-11 2971964.6 Loop time of 0.01668 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:02 2021 Pair time (%) = 0.00107503 (6.44502) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.215835) Outpt time (%) = 0.0154281 (92.4944) Other time (%) = 0.000140905 (0.844756) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:02 2021 Memory usage per processor = 27.5304 Mbytes Step Atoms AVEKE stressZZ 10009 5000 2.0418848e-11 2971954.5 10010 -0.00942499999999486 2971903.60077475 10010 5000 2.0417365e-11 2971903.6 Loop time of 0.0189669 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:02 2021 Pair time (%) = 0.000934124 (4.92502) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.163413) Outpt time (%) = 0.01791 (94.4276) Other time (%) = 9.17912e-05 (0.483954) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:02 2021 Memory usage per processor = 27.5304 Mbytes Step Atoms AVEKE stressZZ 10010 5000 2.0417365e-11 2971893.5 10011 -0.00942499999999486 2971842.56511606 10011 5000 2.0415882e-11 2971842.6 Loop time of 0.01721 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:02 2021 Pair time (%) = 0.000972986 (5.65361) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.187022) Outpt time (%) = 0.0161121 (93.6205) Other time (%) = 9.27448e-05 (0.538901) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:02 2021 Memory usage per processor = 27.5304 Mbytes Step Atoms AVEKE stressZZ 10011 5000 2.0415882e-11 2971832.4 10012 -0.00942499999999486 2971781.53249404 10012 5000 2.0414399e-11 2971781.5 Loop time of 0.0168991 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:02 2021 Pair time (%) = 0.000946999 (5.60384) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.189052) Outpt time (%) = 0.0158241 (93.6385) Other time (%) = 9.60827e-05 (0.568567) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:02 2021 Memory usage per processor = 27.5304 Mbytes Step Atoms AVEKE stressZZ 10012 5000 2.0414399e-11 2971771.4 10013 -0.00942499999999486 2971720.50290827 10013 5000 2.0412916e-11 2971720.5 Loop time of 0.0172281 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:02 2021 Pair time (%) = 0.00132084 (7.66676) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.203432) Outpt time (%) = 0.015645 (90.811) Other time (%) = 0.000227213 (1.31885) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:02 2021 Memory usage per processor = 27.5304 Mbytes Step Atoms AVEKE stressZZ 10013 5000 2.0412916e-11 2971710.4 10014 -0.00942499999999486 2971659.47635838 10014 5000 2.0411433e-11 2971659.5 Loop time of 0.017158 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:02 2021 Pair time (%) = 0.00105596 (6.1543) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186199) Outpt time (%) = 0.015969 (93.0703) Other time (%) = 0.000101089 (0.589167) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:02 2021 Memory usage per processor = 27.5304 Mbytes Step Atoms AVEKE stressZZ 10014 5000 2.0411433e-11 2971649.3 10015 -0.00942499999999486 2971598.45284398 10015 5000 2.0409951e-11 2971598.5 Loop time of 0.016685 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:02 2021 Pair time (%) = 0.000938892 (5.62716) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.185762) Outpt time (%) = 0.01562 (93.6169) Other time (%) = 9.5129e-05 (0.570147) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:02 2021 Memory usage per processor = 27.5304 Mbytes Step Atoms AVEKE stressZZ 10015 5000 2.0409951e-11 2971588.3 10016 -0.00942499999999486 2971537.43236478 10016 5000 2.0408468e-11 2971537.4 Loop time of 0.0168421 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:02 2021 Pair time (%) = 0.00101995 (6.05597) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.201016) Outpt time (%) = 0.0156691 (93.0352) Other time (%) = 0.000119209 (0.707804) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:02 2021 Memory usage per processor = 27.5304 Mbytes Step Atoms AVEKE stressZZ 10016 5000 2.0408468e-11 2971527.3 10017 -0.00942499999999486 2971476.41492041 10017 5000 2.0406986e-11 2971476.4 Loop time of 0.0171471 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:02 2021 Pair time (%) = 0.00102711 (5.98999) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186318) Outpt time (%) = 0.0159888 (93.2453) Other time (%) = 9.91821e-05 (0.57842) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:02 2021 Memory usage per processor = 27.5304 Mbytes Step Atoms AVEKE stressZZ 10017 5000 2.0406986e-11 2971466.3 10018 -0.00942499999999486 2971415.40051044 10018 5000 2.0405504e-11 2971415.4 Loop time of 0.017 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:02 2021 Pair time (%) = 0.000976801 (5.7459) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18793) Outpt time (%) = 0.0158989 (93.5234) Other time (%) = 9.2268e-05 (0.542754) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:02 2021 Memory usage per processor = 27.5304 Mbytes Step Atoms AVEKE stressZZ 10018 5000 2.0405504e-11 2971405.3 10019 -0.00942499999999486 2971354.38913462 10019 5000 2.0404022e-11 2971354.4 Loop time of 0.0165651 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:02 2021 Pair time (%) = 0.000936985 (5.65639) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.187107) Outpt time (%) = 0.015501 (93.5765) Other time (%) = 9.60827e-05 (0.580031) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:02 2021 Memory usage per processor = 27.5304 Mbytes Step Atoms AVEKE stressZZ 10019 5000 2.0404022e-11 2971344.2 10020 -0.00942499999999486 2971293.38079251 10020 5000 2.040254e-11 2971293.4 Loop time of 0.0193379 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:02 2021 Pair time (%) = 0.00129914 (6.71812) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.186169) Outpt time (%) = 0.0178161 (92.1303) Other time (%) = 0.000186682 (0.965368) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:02 2021 Memory usage per processor = 27.5304 Mbytes Step Atoms AVEKE stressZZ 10020 5000 2.040254e-11 2971283.2 10021 -0.00942499999999486 2971232.37548381 10021 5000 2.0401059e-11 2971232.4 Loop time of 0.0171769 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:02 2021 Pair time (%) = 0.00099206 (5.77556) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.187383) Outpt time (%) = 0.0160301 (93.3236) Other time (%) = 0.000122547 (0.713443) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:02 2021 Memory usage per processor = 27.5304 Mbytes Step Atoms AVEKE stressZZ 10021 5000 2.0401059e-11 2971222.2 10022 -0.00942499999999486 2971171.37320814 10022 5000 2.0399577e-11 2971171.4 Loop time of 0.017005 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:02 2021 Pair time (%) = 0.000967979 (5.69233) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.182267) Outpt time (%) = 0.0158648 (93.2954) Other time (%) = 0.000141144 (0.830015) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:02 2021 Memory usage per processor = 27.5304 Mbytes Step Atoms AVEKE stressZZ 10022 5000 2.0399577e-11 2971161.2 10023 -0.00942499999999486 2971110.37396518 10023 5000 2.0398096e-11 2971110.4 Loop time of 0.0164599 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:02 2021 Pair time (%) = 0.00098896 (6.00829) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.201338) Outpt time (%) = 0.015336 (93.1719) Other time (%) = 0.000101805 (0.6185) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:02 2021 Memory usage per processor = 27.5304 Mbytes Step Atoms AVEKE stressZZ 10023 5000 2.0398096e-11 2971100.2 10024 -0.00942499999999486 2971049.37775455 10024 5000 2.0396615e-11 2971049.4 Loop time of 0.0168762 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:02 2021 Pair time (%) = 0.00097394 (5.77108) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.194959) Outpt time (%) = 0.015769 (93.4392) Other time (%) = 0.000100374 (0.594767) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:02 2021 Memory usage per processor = 27.5304 Mbytes Step Atoms AVEKE stressZZ 10024 5000 2.0396615e-11 2971039.2 10025 -0.00942499999999486 2970988.38457594 10025 5000 2.0395134e-11 2970988.4 Loop time of 0.016964 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:02 2021 Pair time (%) = 0.000969887 (5.71734) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188329) Outpt time (%) = 0.0158689 (93.5448) Other time (%) = 9.32217e-05 (0.549528) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:02 2021 Memory usage per processor = 27.5304 Mbytes Step Atoms AVEKE stressZZ 10025 5000 2.0395134e-11 2970978.2 10026 -0.00942499999999486 2970927.39442897 10026 5000 2.0393653e-11 2970927.4 Loop time of 0.0165882 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:02 2021 Pair time (%) = 0.00093317 (5.6255) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.186846) Outpt time (%) = 0.0155258 (93.5955) Other time (%) = 9.82285e-05 (0.592158) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:02 2021 Memory usage per processor = 27.5304 Mbytes Step Atoms AVEKE stressZZ 10026 5000 2.0393653e-11 2970917.3 10027 -0.00942499999999486 2970866.40731331 10027 5000 2.0392172e-11 2970866.4 Loop time of 0.0168409 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:02 2021 Pair time (%) = 0.00115013 (6.82938) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.226513) Outpt time (%) = 0.0155349 (92.2447) Other time (%) = 0.000117779 (0.69936) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:02 2021 Memory usage per processor = 27.5304 Mbytes Step Atoms AVEKE stressZZ 10027 5000 2.0392172e-11 2970856.3 10028 -0.00942499999999486 2970805.42322868 10028 5000 2.0390692e-11 2970805.4 Loop time of 0.017628 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:02 2021 Pair time (%) = 0.00118923 (6.74628) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.261033) Outpt time (%) = 0.0162568 (92.2218) Other time (%) = 0.000135899 (0.770927) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:02 2021 Memory usage per processor = 27.5304 Mbytes Step Atoms AVEKE stressZZ 10028 5000 2.0390692e-11 2970795.3 10029 -0.00942499999999486 2970744.44217464 10029 5000 2.0389211e-11 2970744.4 Loop time of 0.0169709 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:02 2021 Pair time (%) = 0.000978947 (5.76839) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188252) Outpt time (%) = 0.0158648 (93.4828) Other time (%) = 9.5129e-05 (0.560543) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:02 2021 Memory usage per processor = 27.5304 Mbytes Step Atoms AVEKE stressZZ 10029 5000 2.0389211e-11 2970734.3 10030 -0.00942499999999486 2970683.46415095 10030 5000 2.0387731e-11 2970683.5 Loop time of 0.0185411 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:02 2021 Pair time (%) = 0.000945091 (5.09728) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.189026) Outpt time (%) = 0.0174191 (93.9486) Other time (%) = 0.000141859 (0.765106) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:02 2021 Memory usage per processor = 27.5304 Mbytes Step Atoms AVEKE stressZZ 10030 5000 2.0387731e-11 2970673.3 10031 -0.00942499999999486 2970622.48915718 10031 5000 2.0386251e-11 2970622.5 Loop time of 0.017154 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:02 2021 Pair time (%) = 0.0013411 (7.81804) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.209871) Outpt time (%) = 0.0155709 (90.7712) Other time (%) = 0.000205994 (1.20085) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:02 2021 Memory usage per processor = 27.5304 Mbytes Step Atoms AVEKE stressZZ 10031 5000 2.0386251e-11 2970612.3 10032 -0.00942499999999486 2970561.51719303 10032 5000 2.0384771e-11 2970561.5 Loop time of 0.0169921 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:02 2021 Pair time (%) = 0.000935078 (5.50302) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188017) Outpt time (%) = 0.0159311 (93.7561) Other time (%) = 9.39369e-05 (0.552827) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:02 2021 Memory usage per processor = 27.5304 Mbytes Step Atoms AVEKE stressZZ 10032 5000 2.0384771e-11 2970551.4 10033 -0.00942499999999486 2970500.54825818 10033 5000 2.0383291e-11 2970500.5 Loop time of 0.016531 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:02 2021 Pair time (%) = 0.000931978 (5.63776) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.187493) Outpt time (%) = 0.015475 (93.6123) Other time (%) = 9.29832e-05 (0.562478) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:02 2021 Memory usage per processor = 27.5304 Mbytes Step Atoms AVEKE stressZZ 10033 5000 2.0383291e-11 2970490.4 10034 -0.00942499999999486 2970439.58235226 10034 5000 2.0381812e-11 2970439.6 Loop time of 0.0167758 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:03 2021 Pair time (%) = 0.00108409 (6.4622) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208917) Outpt time (%) = 0.015516 (92.4904) Other time (%) = 0.000140667 (0.838509) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:03 2021 Memory usage per processor = 27.5304 Mbytes Step Atoms AVEKE stressZZ 10034 5000 2.0381812e-11 2970429.4 10035 -0.00942499999999486 2970378.61947498 10035 5000 2.0380332e-11 2970378.6 Loop time of 0.0170949 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:03 2021 Pair time (%) = 0.00105715 (6.18401) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186887) Outpt time (%) = 0.0159121 (93.081) Other time (%) = 9.36985e-05 (0.54811) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:03 2021 Memory usage per processor = 27.5304 Mbytes Step Atoms AVEKE stressZZ 10035 5000 2.0380332e-11 2970368.5 10036 -0.00942499999999486 2970317.65962599 10036 5000 2.0378853e-11 2970317.7 Loop time of 0.0171309 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:03 2021 Pair time (%) = 0.000971079 (5.6686) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186494) Outpt time (%) = 0.0160329 (93.591) Other time (%) = 9.48906e-05 (0.553916) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:03 2021 Memory usage per processor = 27.5304 Mbytes Step Atoms AVEKE stressZZ 10036 5000 2.0378853e-11 2970307.5 10037 -0.00942499999999486 2970256.70280494 10037 5000 2.0377374e-11 2970256.7 Loop time of 0.0167329 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:03 2021 Pair time (%) = 0.000937939 (5.60535) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.192354) Outpt time (%) = 0.0156679 (93.6352) Other time (%) = 9.48906e-05 (0.567089) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:03 2021 Memory usage per processor = 27.5304 Mbytes Step Atoms AVEKE stressZZ 10037 5000 2.0377374e-11 2970246.6 10038 -0.00942499999999486 2970195.74901153 10038 5000 2.0375895e-11 2970195.7 Loop time of 0.017261 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:03 2021 Pair time (%) = 0.00125599 (7.27644) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.203044) Outpt time (%) = 0.0158181 (91.6407) Other time (%) = 0.000151873 (0.879859) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:03 2021 Memory usage per processor = 27.5304 Mbytes Step Atoms AVEKE stressZZ 10038 5000 2.0375895e-11 2970185.6 10039 -0.00942499999999486 2970134.79824541 10039 5000 2.0374416e-11 2970134.8 Loop time of 0.017148 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:03 2021 Pair time (%) = 0.000936985 (5.4641) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180746) Outpt time (%) = 0.0160871 (93.8129) Other time (%) = 9.29832e-05 (0.542239) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:22:03 2021 Memory usage per processor = 27.5304 Mbytes Step Atoms AVEKE stressZZ 10039 5000 2.0374416e-11 2970124.7 10040 -0.00942499999999486 2970063.61018048 10040 5000 4.0249277e-11 2970161.1 Loop time of 0.0188239 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:03 2021 Pair time (%) = 0.000984192 (5.22843) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.169721) Outpt time (%) = 0.0176909 (93.9812) Other time (%) = 0.000116825 (0.620622) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:03 2021 Memory usage per processor = 27.5304 Mbytes Step Atoms AVEKE stressZZ 10040 5000 4.0249277e-11 3013201.7 10041 -0.00945749999999484 3013134.23134114 10041 5000 3.2461306e-11 3013134.2 Loop time of 0.016531 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:03 2021 Pair time (%) = 0.000946045 (5.72286) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.199031) Outpt time (%) = 0.015389 (93.0916) Other time (%) = 0.000163078 (0.986501) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:03 2021 Memory usage per processor = 27.5304 Mbytes Step Atoms AVEKE stressZZ 10041 5000 3.2461306e-11 3013120.6 10042 -0.00945749999999484 3013058.88852469 10042 5000 2.7946098e-11 3013058.9 Loop time of 0.017132 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:03 2021 Pair time (%) = 0.000999928 (5.83659) Neigh time (%) = 0 (0) Comm time (%) = 8.60691e-05 (0.502387) Outpt time (%) = 0.0158961 (92.7857) Other time (%) = 0.000149965 (0.87535) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:03 2021 Memory usage per processor = 27.5304 Mbytes Step Atoms AVEKE stressZZ 10042 5000 2.7946098e-11 3013046.4 10043 -0.00945749999999484 3012988.41513298 10043 5000 2.5251661e-11 3012988.4 Loop time of 0.0165541 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:03 2021 Pair time (%) = 0.000935078 (5.64861) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.194432) Outpt time (%) = 0.0154331 (93.228) Other time (%) = 0.00015378 (0.928953) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:03 2021 Memory usage per processor = 27.5304 Mbytes Step Atoms AVEKE stressZZ 10043 5000 2.5251661e-11 3012976.7 10044 -0.00945749999999484 3012921.03743145 10044 5000 2.3609688e-11 3012921 Loop time of 0.016407 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:03 2021 Pair time (%) = 0.000972986 (5.93031) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.196175) Outpt time (%) = 0.015311 (93.3199) Other time (%) = 9.08375e-05 (0.55365) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:03 2021 Memory usage per processor = 27.5304 Mbytes Step Atoms AVEKE stressZZ 10044 5000 2.3609688e-11 3012909.8 10045 -0.00945749999999484 3012855.62819615 10045 5000 2.2594294e-11 3012855.6 Loop time of 0.0162899 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:03 2021 Pair time (%) = 0.000933886 (5.73289) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.190267) Outpt time (%) = 0.0152349 (93.5236) Other time (%) = 9.01222e-05 (0.553238) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:03 2021 Memory usage per processor = 27.5304 Mbytes Step Atoms AVEKE stressZZ 10045 5000 2.2594294e-11 3012844.7 10046 -0.00945749999999484 3012791.47106477 10046 5000 2.1960022e-11 3012791.5 Loop time of 0.016264 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:03 2021 Pair time (%) = 0.000935793 (5.75378) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.190571) Outpt time (%) = 0.015208 (93.5074) Other time (%) = 8.91685e-05 (0.548258) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:03 2021 Memory usage per processor = 27.5304 Mbytes Step Atoms AVEKE stressZZ 10046 5000 2.1960022e-11 3012780.8 10047 -0.00945749999999484 3012728.11078127 10047 5000 2.156106e-11 3012728.1 Loop time of 0.0173829 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:03 2021 Pair time (%) = 0.00100684 (5.79215) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.178304) Outpt time (%) = 0.016237 (93.4082) Other time (%) = 0.000108004 (0.621322) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:03 2021 Memory usage per processor = 27.5304 Mbytes Step Atoms AVEKE stressZZ 10047 5000 2.156106e-11 3012717.5 10048 -0.00945749999999484 3012665.25802529 10048 5000 2.1308852e-11 3012665.3 Loop time of 0.017324 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:03 2021 Pair time (%) = 0.00110102 (6.35545) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191297) Outpt time (%) = 0.0160921 (92.889) Other time (%) = 9.77516e-05 (0.564256) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:03 2021 Memory usage per processor = 27.5304 Mbytes Step Atoms AVEKE stressZZ 10048 5000 2.1308852e-11 3012654.8 10049 -0.00945749999999484 3012602.72893023 10049 5000 2.1148781e-11 3012602.7 Loop time of 0.016933 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:03 2021 Pair time (%) = 0.000975132 (5.75878) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188674) Outpt time (%) = 0.0158341 (93.5105) Other time (%) = 9.17912e-05 (0.542086) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:03 2021 Memory usage per processor = 27.5304 Mbytes Step Atoms AVEKE stressZZ 10049 5000 2.1148781e-11 3012592.3 10050 -0.00945749999999484 3012540.40664665 10050 5000 2.1046811e-11 3012540.4 Loop time of 0.0190129 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:03 2021 Pair time (%) = 0.000937939 (4.93316) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.168034) Outpt time (%) = 0.017941 (94.3621) Other time (%) = 0.000102043 (0.536704) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:03 2021 Memory usage per processor = 27.5305 Mbytes Step Atoms AVEKE stressZZ 10050 5000 2.1046811e-11 3012530 10051 -0.00945749999999484 3012478.21691518 10051 5000 2.0981578e-11 3012478.2 Loop time of 0.017266 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:03 2021 Pair time (%) = 0.000972033 (5.62974) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185034) Outpt time (%) = 0.0161269 (93.4023) Other time (%) = 0.000135183 (0.782944) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:03 2021 Memory usage per processor = 27.5305 Mbytes Step Atoms AVEKE stressZZ 10051 5000 2.0981578e-11 3012467.8 10052 -0.00945749999999484 3012416.11254309 10052 5000 2.093962e-11 3012416.1 Loop time of 0.017601 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:03 2021 Pair time (%) = 0.000946999 (5.38036) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.181513) Outpt time (%) = 0.0165269 (93.8976) Other time (%) = 9.5129e-05 (0.540475) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:03 2021 Memory usage per processor = 27.5305 Mbytes Step Atoms AVEKE stressZZ 10052 5000 2.093962e-11 3012405.7 10053 -0.00945749999999484 3012354.06353872 10053 5000 2.0912421e-11 3012354.1 Loop time of 0.0165398 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:03 2021 Pair time (%) = 0.000981092 (5.9317) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.200366) Outpt time (%) = 0.0154109 (93.1746) Other time (%) = 0.000114679 (0.693353) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:03 2021 Memory usage per processor = 27.5305 Mbytes Step Atoms AVEKE stressZZ 10053 5000 2.0912421e-11 3012343.7 10054 -0.00945749999999484 3012292.05084183 10054 5000 2.0894591e-11 3012292.1 Loop time of 0.017185 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:03 2021 Pair time (%) = 0.00109291 (6.35969) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.203943) Outpt time (%) = 0.0158999 (92.5221) Other time (%) = 0.000157118 (0.914275) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:03 2021 Memory usage per processor = 27.5305 Mbytes Step Atoms AVEKE stressZZ 10054 5000 2.0894591e-11 3012281.7 10055 -0.00945749999999484 3012230.06233938 10055 5000 2.0882709e-11 3012230.1 Loop time of 0.017252 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:03 2021 Pair time (%) = 0.000983 (5.6979) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.186567) Outpt time (%) = 0.016145 (93.5835) Other time (%) = 9.17912e-05 (0.532062) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:03 2021 Memory usage per processor = 27.5305 Mbytes Step Atoms AVEKE stressZZ 10055 5000 2.0882709e-11 3012219.7 10056 -0.00945749999999484 3012168.09033317 10056 5000 2.0874606e-11 3012168.1 Loop time of 0.0165341 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:03 2021 Pair time (%) = 0.000936031 (5.66122) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.187458) Outpt time (%) = 0.0154581 (93.4923) Other time (%) = 0.000108957 (0.658986) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:03 2021 Memory usage per processor = 27.5305 Mbytes Step Atoms AVEKE stressZZ 10056 5000 2.0874606e-11 3012157.7 10057 -0.00945749999999484 3012106.12993096 10057 5000 2.0868904e-11 3012106.1 Loop time of 0.0168409 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:03 2021 Pair time (%) = 0.001055 (6.26451) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.219435) Outpt time (%) = 0.015595 (92.6015) Other time (%) = 0.000154018 (0.914548) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:03 2021 Memory usage per processor = 27.5305 Mbytes Step Atoms AVEKE stressZZ 10057 5000 2.0868904e-11 3012095.8 10058 -0.00945749999999484 3012044.17802337 10058 5000 2.0864726e-11 3012044.2 Loop time of 0.017246 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:03 2021 Pair time (%) = 0.000980854 (5.68743) Neigh time (%) = 0 (0) Comm time (%) = 3.12328e-05 (0.181102) Outpt time (%) = 0.01614 (93.5868) Other time (%) = 9.39369e-05 (0.544688) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:03 2021 Memory usage per processor = 27.5305 Mbytes Step Atoms AVEKE stressZZ 10058 5000 2.0864726e-11 3012033.8 10059 -0.00945749999999484 3011982.2326344 10059 5000 2.0861518e-11 3011982.2 Loop time of 0.017041 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:03 2021 Pair time (%) = 0.000932932 (5.47464) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187478) Outpt time (%) = 0.0159831 (93.7922) Other time (%) = 9.29832e-05 (0.545645) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:03 2021 Memory usage per processor = 27.5305 Mbytes Step Atoms AVEKE stressZZ 10059 5000 2.0861518e-11 3011971.9 10060 -0.00945749999999484 3011920.2925081 10060 5000 2.0858926e-11 3011920.3 Loop time of 0.01859 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:03 2021 Pair time (%) = 0.000945091 (5.08388) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.176987) Outpt time (%) = 0.0175121 (94.2018) Other time (%) = 9.98974e-05 (0.537372) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:03 2021 Memory usage per processor = 27.5305 Mbytes Step Atoms AVEKE stressZZ 10060 5000 2.0858926e-11 3011909.9 10061 -0.00945749999999484 3011858.35684617 10061 5000 2.0856725e-11 3011858.4 Loop time of 0.0173161 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:03 2021 Pair time (%) = 0.00124383 (7.18308) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.265734) Outpt time (%) = 0.0158651 (91.6204) Other time (%) = 0.000161171 (0.930758) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:03 2021 Memory usage per processor = 27.5305 Mbytes Step Atoms AVEKE stressZZ 10061 5000 2.0856725e-11 3011848 10062 -0.00945749999999484 3011796.42514119 10062 5000 2.0854773e-11 3011796.4 Loop time of 0.0169041 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:03 2021 Pair time (%) = 0.000933886 (5.5246) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.183354) Outpt time (%) = 0.0158448 (93.7335) Other time (%) = 9.44138e-05 (0.558525) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:03 2021 Memory usage per processor = 27.5305 Mbytes Step Atoms AVEKE stressZZ 10062 5000 2.0854773e-11 3011786.1 10063 -0.00945749999999484 3011734.49707064 10063 5000 2.0852979e-11 3011734.5 Loop time of 0.016722 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:03 2021 Pair time (%) = 0.00101209 (6.05244) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.203887) Outpt time (%) = 0.0155451 (92.9623) Other time (%) = 0.000130653 (0.781328) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:03 2021 Memory usage per processor = 27.5305 Mbytes Step Atoms AVEKE stressZZ 10063 5000 2.0852979e-11 3011724.2 10064 -0.00945749999999484 3011672.57242938 10064 5000 2.0851286e-11 3011672.6 Loop time of 0.01668 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:03 2021 Pair time (%) = 0.00110984 (6.65371) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.20297) Outpt time (%) = 0.015419 (92.4401) Other time (%) = 0.000117302 (0.703249) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:03 2021 Memory usage per processor = 27.5305 Mbytes Step Atoms AVEKE stressZZ 10064 5000 2.0851286e-11 3011662.2 10065 -0.00945749999999484 3011610.65108695 10065 5000 2.0849657e-11 3011610.7 Loop time of 0.017031 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:03 2021 Pair time (%) = 0.00103593 (6.08262) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181989) Outpt time (%) = 0.015873 (93.2006) Other time (%) = 9.10759e-05 (0.534767) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:03 2021 Memory usage per processor = 27.5305 Mbytes Step Atoms AVEKE stressZZ 10065 5000 2.0849657e-11 3011600.3 10066 -0.00945749999999484 3011548.73296033 10066 5000 2.0848068e-11 3011548.7 Loop time of 0.017118 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:03 2021 Pair time (%) = 0.0009799 (5.72439) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.188028) Outpt time (%) = 0.0160148 (93.5555) Other time (%) = 9.10759e-05 (0.532048) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:03 2021 Memory usage per processor = 27.5305 Mbytes Step Atoms AVEKE stressZZ 10066 5000 2.0848068e-11 3011538.4 10067 -0.00945749999999484 3011486.81799667 10067 5000 2.0846505e-11 3011486.8 Loop time of 0.0166759 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:03 2021 Pair time (%) = 0.000937939 (5.6245) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.185863) Outpt time (%) = 0.0156121 (93.6206) Other time (%) = 9.48906e-05 (0.569027) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:03 2021 Memory usage per processor = 27.5305 Mbytes Step Atoms AVEKE stressZZ 10067 5000 2.0846505e-11 3011476.5 10068 -0.00945749999999484 3011424.90616227 10068 5000 2.0844959e-11 3011424.9 Loop time of 0.017029 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:03 2021 Pair time (%) = 0.00130796 (7.68078) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.224011) Outpt time (%) = 0.0155241 (91.1628) Other time (%) = 0.000158787 (0.932447) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:03 2021 Memory usage per processor = 27.5305 Mbytes Step Atoms AVEKE stressZZ 10068 5000 2.0844959e-11 3011414.6 10069 -0.00945749999999484 3011362.99743557 10069 5000 2.0843424e-11 3011363 Loop time of 0.0174041 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:03 2021 Pair time (%) = 0.00101209 (5.81523) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183567) Outpt time (%) = 0.016263 (93.4437) Other time (%) = 9.70364e-05 (0.55755) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:03 2021 Memory usage per processor = 27.5305 Mbytes Step Atoms AVEKE stressZZ 10069 5000 2.0843424e-11 3011352.7 10070 -0.00945749999999484 3011301.09180285 10070 5000 2.0841895e-11 3011301.1 Loop time of 0.018934 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:03 2021 Pair time (%) = 0.000932932 (4.92728) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.163697) Outpt time (%) = 0.017875 (94.4066) Other time (%) = 9.5129e-05 (0.502424) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:03 2021 Memory usage per processor = 27.5305 Mbytes Step Atoms AVEKE stressZZ 10070 5000 2.0841895e-11 3011290.8 10071 -0.00945749999999484 3011239.18925516 10071 5000 2.0840371e-11 3011239.2 Loop time of 0.0164869 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:03 2021 Pair time (%) = 0.000983953 (5.9681) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.284884) Outpt time (%) = 0.0153079 (92.849) Other time (%) = 0.000148058 (0.898035) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:03 2021 Memory usage per processor = 27.5305 Mbytes Step Atoms AVEKE stressZZ 10071 5000 2.0840371e-11 3011228.8 10072 -0.00945749999999484 3011177.28978687 10072 5000 2.0838849e-11 3011177.3 Loop time of 0.0170951 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:03 2021 Pair time (%) = 0.000977039 (5.71532) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192463) Outpt time (%) = 0.0159841 (93.5009) Other time (%) = 0.000101089 (0.591336) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:03 2021 Memory usage per processor = 27.5305 Mbytes Step Atoms AVEKE stressZZ 10072 5000 2.0838849e-11 3011166.9 10073 -0.00945749999999484 3011115.39339405 10073 5000 2.0837329e-11 3011115.4 Loop time of 0.0171549 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:03 2021 Pair time (%) = 0.000957966 (5.5842) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180673) Outpt time (%) = 0.016072 (93.6875) Other time (%) = 9.39369e-05 (0.54758) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:03 2021 Memory usage per processor = 27.5305 Mbytes Step Atoms AVEKE stressZZ 10073 5000 2.0837329e-11 3011105.1 10074 -0.00945749999999484 3011053.50007436 10074 5000 2.0835811e-11 3011053.5 Loop time of 0.016691 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:03 2021 Pair time (%) = 0.000977039 (5.8537) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.192838) Outpt time (%) = 0.015589 (93.3978) Other time (%) = 9.27448e-05 (0.555659) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:03 2021 Memory usage per processor = 27.5305 Mbytes Step Atoms AVEKE stressZZ 10074 5000 2.0835811e-11 3011043.2 10075 -0.00945749999999484 3010991.60982602 10075 5000 2.0834293e-11 3010991.6 Loop time of 0.016659 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:03 2021 Pair time (%) = 0.0010581 (6.35152) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.216106) Outpt time (%) = 0.0154471 (92.7254) Other time (%) = 0.000117779 (0.706997) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:03 2021 Memory usage per processor = 27.5305 Mbytes Step Atoms AVEKE stressZZ 10075 5000 2.0834293e-11 3010981.3 10076 -0.00945749999999484 3010929.72264792 10076 5000 2.0832776e-11 3010929.7 Loop time of 0.0171101 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:03 2021 Pair time (%) = 0.00102091 (5.9667) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192294) Outpt time (%) = 0.0159152 (93.0161) Other time (%) = 0.000141144 (0.824915) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:03 2021 Memory usage per processor = 27.5305 Mbytes Step Atoms AVEKE stressZZ 10076 5000 2.0832776e-11 3010919.4 10077 -0.00945749999999484 3010867.8385391 10077 5000 2.083126e-11 3010867.8 Loop time of 0.017153 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:04 2021 Pair time (%) = 0.000978947 (5.70714) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186253) Outpt time (%) = 0.0160482 (93.559) Other time (%) = 9.39369e-05 (0.547641) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:04 2021 Memory usage per processor = 27.5305 Mbytes Step Atoms AVEKE stressZZ 10077 5000 2.083126e-11 3010857.5 10078 -0.00945749999999484 3010805.95749901 10078 5000 2.0829744e-11 3010806 Loop time of 0.016422 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:04 2021 Pair time (%) = 0.000935078 (5.69404) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194544) Outpt time (%) = 0.0153439 (93.4349) Other time (%) = 0.000111103 (0.676549) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:04 2021 Memory usage per processor = 27.5305 Mbytes Step Atoms AVEKE stressZZ 10078 5000 2.0829744e-11 3010795.6 10079 -0.00945749999999484 3010744.07952708 10079 5000 2.0828228e-11 3010744.1 Loop time of 0.017199 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:04 2021 Pair time (%) = 0.00104594 (6.0814) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.196845) Outpt time (%) = 0.016011 (93.0924) Other time (%) = 0.000108242 (0.629349) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:04 2021 Memory usage per processor = 27.5305 Mbytes Step Atoms AVEKE stressZZ 10079 5000 2.0828228e-11 3010733.7 10080 -0.00945749999999484 3010682.20462292 10080 5000 2.0826712e-11 3010682.2 Loop time of 0.019382 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:04 2021 Pair time (%) = 0.00101399 (5.23163) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.164834) Outpt time (%) = 0.0182409 (94.1127) Other time (%) = 9.5129e-05 (0.490811) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:04 2021 Memory usage per processor = 27.5305 Mbytes Step Atoms AVEKE stressZZ 10080 5000 2.0826712e-11 3010671.9 10081 -0.00945749999999484 3010620.3327861 10081 5000 2.0825196e-11 3010620.3 Loop time of 0.0169668 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:04 2021 Pair time (%) = 0.000935078 (5.51121) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188297) Outpt time (%) = 0.015913 (93.789) Other time (%) = 8.67844e-05 (0.511495) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:04 2021 Memory usage per processor = 27.5305 Mbytes Step Atoms AVEKE stressZZ 10081 5000 2.0825196e-11 3010610 10082 -0.00945749999999484 3010558.46401628 10082 5000 2.0823681e-11 3010558.5 Loop time of 0.016587 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:04 2021 Pair time (%) = 0.000999928 (6.02837) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.205545) Outpt time (%) = 0.0154521 (93.1581) Other time (%) = 0.000100851 (0.608012) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:04 2021 Memory usage per processor = 27.5305 Mbytes Step Atoms AVEKE stressZZ 10082 5000 2.0823681e-11 3010548.1 10083 -0.00945749999999484 3010496.59831315 10083 5000 2.0822166e-11 3010496.6 Loop time of 0.0172811 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:04 2021 Pair time (%) = 0.00104904 (6.07047) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.186253) Outpt time (%) = 0.0161071 (93.2066) Other time (%) = 9.27448e-05 (0.536685) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:04 2021 Memory usage per processor = 27.5305 Mbytes Step Atoms AVEKE stressZZ 10083 5000 2.0822166e-11 3010486.3 10084 -0.00945749999999484 3010434.73567637 10084 5000 2.0820651e-11 3010434.7 Loop time of 0.0171409 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:04 2021 Pair time (%) = 0.000941992 (5.49559) Neigh time (%) = 0 (0) Comm time (%) = 7.79629e-05 (0.454836) Outpt time (%) = 0.016001 (93.3499) Other time (%) = 0.000119925 (0.699641) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:04 2021 Memory usage per processor = 27.5305 Mbytes Step Atoms AVEKE stressZZ 10084 5000 2.0820651e-11 3010424.4 10085 -0.00945749999999484 3010372.87610568 10085 5000 2.0819136e-11 3010372.9 Loop time of 0.016367 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:04 2021 Pair time (%) = 0.000978947 (5.98124) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.195199) Outpt time (%) = 0.0152621 (93.2496) Other time (%) = 9.39369e-05 (0.573942) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:04 2021 Memory usage per processor = 27.5305 Mbytes Step Atoms AVEKE stressZZ 10085 5000 2.0819136e-11 3010362.5 10086 -0.00945749999999484 3010311.0196007 10086 5000 2.0817621e-11 3010311 Loop time of 0.0173409 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:04 2021 Pair time (%) = 0.00132608 (7.64715) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.19661) Outpt time (%) = 0.015806 (91.1484) Other time (%) = 0.000174761 (1.0078) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:04 2021 Memory usage per processor = 27.5305 Mbytes Step Atoms AVEKE stressZZ 10086 5000 2.0817621e-11 3010300.7 10087 -0.00945749999999484 3010249.1661612 10087 5000 2.0816107e-11 3010249.2 Loop time of 0.0169909 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:04 2021 Pair time (%) = 0.000936031 (5.50902) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188031) Outpt time (%) = 0.0159361 (93.7922) Other time (%) = 8.67844e-05 (0.51077) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:04 2021 Memory usage per processor = 27.5305 Mbytes Step Atoms AVEKE stressZZ 10087 5000 2.0816107e-11 3010238.8 10088 -0.00945749999999484 3010187.31578687 10088 5000 2.0814592e-11 3010187.3 Loop time of 0.016583 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:04 2021 Pair time (%) = 0.000983 (5.92777) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192656) Outpt time (%) = 0.015475 (93.3189) Other time (%) = 9.29832e-05 (0.560715) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:04 2021 Memory usage per processor = 27.5305 Mbytes Step Atoms AVEKE stressZZ 10088 5000 2.0814592e-11 3010177 10089 -0.00945749999999484 3010125.46847742 10089 5000 2.0813078e-11 3010125.5 Loop time of 0.0163651 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:04 2021 Pair time (%) = 0.000934839 (5.71241) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.195221) Outpt time (%) = 0.015311 (93.5591) Other time (%) = 8.72612e-05 (0.533217) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:04 2021 Memory usage per processor = 27.5305 Mbytes Step Atoms AVEKE stressZZ 10089 5000 2.0813078e-11 3010115.1 10090 -0.00945749999999484 3010063.62423257 10090 5000 2.0811564e-11 3010063.6 Loop time of 0.0184131 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:04 2021 Pair time (%) = 0.000941992 (5.11589) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.173508) Outpt time (%) = 0.0173509 (94.2315) Other time (%) = 8.82149e-05 (0.479088) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:04 2021 Memory usage per processor = 27.5305 Mbytes Step Atoms AVEKE stressZZ 10090 5000 2.0811564e-11 3010053.3 10091 -0.00945749999999484 3010001.78305202 10091 5000 2.081005e-11 3010001.8 Loop time of 0.0167332 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:04 2021 Pair time (%) = 0.000989914 (5.91588) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.192352) Outpt time (%) = 0.0156221 (93.3603) Other time (%) = 8.89301e-05 (0.53146) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:04 2021 Memory usage per processor = 27.5305 Mbytes Step Atoms AVEKE stressZZ 10091 5000 2.081005e-11 3009991.4 10092 -0.00945749999999484 3009939.94493547 10092 5000 2.0808536e-11 3009939.9 Loop time of 0.0167749 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:04 2021 Pair time (%) = 0.00100613 (5.99781) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.207507) Outpt time (%) = 0.0156271 (93.1579) Other time (%) = 0.000106812 (0.636734) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:04 2021 Memory usage per processor = 27.5305 Mbytes Step Atoms AVEKE stressZZ 10092 5000 2.0808536e-11 3009929.6 10093 -0.00945749999999484 3009878.10988266 10093 5000 2.0807023e-11 3009878.1 Loop time of 0.0175049 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:04 2021 Pair time (%) = 0.000935078 (5.3418) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182509) Outpt time (%) = 0.0164511 (93.9799) Other time (%) = 8.67844e-05 (0.495771) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:04 2021 Memory usage per processor = 27.5305 Mbytes Step Atoms AVEKE stressZZ 10093 5000 2.0807023e-11 3009867.8 10094 -0.00945749999999484 3009816.27789324 10094 5000 2.0805509e-11 3009816.3 Loop time of 0.0172172 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:04 2021 Pair time (%) = 0.000972033 (5.64572) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18556) Outpt time (%) = 0.016119 (93.6217) Other time (%) = 9.41753e-05 (0.546985) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:04 2021 Memory usage per processor = 27.5305 Mbytes Step Atoms AVEKE stressZZ 10094 5000 2.0805509e-11 3009805.9 10095 -0.00945749999999484 3009754.44896702 10095 5000 2.0803996e-11 3009754.4 Loop time of 0.0165939 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:04 2021 Pair time (%) = 0.000935078 (5.63506) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192529) Outpt time (%) = 0.0155289 (93.5819) Other time (%) = 9.799e-05 (0.590517) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:04 2021 Memory usage per processor = 27.5305 Mbytes Step Atoms AVEKE stressZZ 10095 5000 2.0803996e-11 3009744.1 10096 -0.00945749999999484 3009692.62310363 10096 5000 2.0802483e-11 3009692.6 Loop time of 0.0169499 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:04 2021 Pair time (%) = 0.00100708 (5.94151) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.201145) Outpt time (%) = 0.015805 (93.2455) Other time (%) = 0.000103712 (0.611875) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:04 2021 Memory usage per processor = 27.5305 Mbytes Step Atoms AVEKE stressZZ 10096 5000 2.0802483e-11 3009682.3 10097 -0.00945749999999484 3009630.8003028 10097 5000 2.080097e-11 3009630.8 Loop time of 0.0172679 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:04 2021 Pair time (%) = 0.000967026 (5.60012) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.186395) Outpt time (%) = 0.016175 (93.6709) Other time (%) = 9.36985e-05 (0.542615) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:04 2021 Memory usage per processor = 27.5305 Mbytes Step Atoms AVEKE stressZZ 10097 5000 2.080097e-11 3009620.5 10098 -0.00945749999999484 3009568.98056427 10098 5000 2.0799457e-11 3009569 Loop time of 0.0167041 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:04 2021 Pair time (%) = 0.000936985 (5.60932) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191259) Outpt time (%) = 0.0156419 (93.6413) Other time (%) = 9.32217e-05 (0.558077) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:04 2021 Memory usage per processor = 27.5305 Mbytes Step Atoms AVEKE stressZZ 10098 5000 2.0799457e-11 3009558.6 10099 -0.00945749999999484 3009507.16388777 10099 5000 2.0797944e-11 3009507.2 Loop time of 0.0169182 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:04 2021 Pair time (%) = 0.001086 (6.41911) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.212796) Outpt time (%) = 0.0156701 (92.6226) Other time (%) = 0.000126123 (0.74549) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:04 2021 Memory usage per processor = 27.5305 Mbytes Step Atoms AVEKE stressZZ 10099 5000 2.0797944e-11 3009496.8 10100 -0.00945749999999484 3009445.35027294 10100 5000 2.0796432e-11 3009445.4 Loop time of 0.0191741 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:04 2021 Pair time (%) = 0.00100803 (5.25727) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.182786) Outpt time (%) = 0.017987 (93.8089) Other time (%) = 0.000144005 (0.751038) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:04 2021 Memory usage per processor = 27.5305 Mbytes Step Atoms AVEKE stressZZ 10100 5000 2.0796432e-11 3009435 10101 -0.00945749999999484 3009383.53971958 10101 5000 2.079492e-11 3009383.5 Loop time of 0.0173821 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:04 2021 Pair time (%) = 0.0010221 (5.88017) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183798) Outpt time (%) = 0.0162351 (93.4011) Other time (%) = 9.29832e-05 (0.534935) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:04 2021 Memory usage per processor = 27.5305 Mbytes Step Atoms AVEKE stressZZ 10101 5000 2.079492e-11 3009373.2 10102 -0.00945749999999484 3009321.73222733 10102 5000 2.0793407e-11 3009321.7 Loop time of 0.016396 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:04 2021 Pair time (%) = 0.000936985 (5.7147) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.189036) Outpt time (%) = 0.0153401 (93.5597) Other time (%) = 8.79765e-05 (0.536571) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:04 2021 Memory usage per processor = 27.5305 Mbytes Step Atoms AVEKE stressZZ 10102 5000 2.0793407e-11 3009311.4 10103 -0.00945749999999484 3009259.92779597 10103 5000 2.0791895e-11 3009259.9 Loop time of 0.0170581 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:04 2021 Pair time (%) = 0.00116897 (6.85284) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.216641) Outpt time (%) = 0.0156782 (91.9102) Other time (%) = 0.000174046 (1.02031) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:04 2021 Memory usage per processor = 27.5305 Mbytes Step Atoms AVEKE stressZZ 10103 5000 2.0791895e-11 3009249.6 10104 -0.00945749999999484 3009198.12642513 10104 5000 2.0790384e-11 3009198.1 Loop time of 0.01719 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:04 2021 Pair time (%) = 0.000936031 (5.44521) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180305) Outpt time (%) = 0.0161312 (93.8405) Other time (%) = 9.17912e-05 (0.533981) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:04 2021 Memory usage per processor = 27.5305 Mbytes Step Atoms AVEKE stressZZ 10104 5000 2.0790384e-11 3009187.8 10105 -0.00945749999999484 3009136.32811459 10105 5000 2.0788872e-11 3009136.3 Loop time of 0.0166621 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:04 2021 Pair time (%) = 0.000934124 (5.60627) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.186017) Outpt time (%) = 0.0156081 (93.674) Other time (%) = 8.89301e-05 (0.533726) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:04 2021 Memory usage per processor = 27.5305 Mbytes Step Atoms AVEKE stressZZ 10105 5000 2.0788872e-11 3009126 10106 -0.00945749999999484 3009074.53286407 10106 5000 2.078736e-11 3009074.5 Loop time of 0.016588 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:04 2021 Pair time (%) = 0.000991106 (5.97485) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.205534) Outpt time (%) = 0.0154431 (93.0981) Other time (%) = 0.000119686 (0.721524) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:04 2021 Memory usage per processor = 27.5305 Mbytes Step Atoms AVEKE stressZZ 10106 5000 2.078736e-11 3009064.2 10107 -0.00945749999999484 3009012.74067324 10107 5000 2.0785849e-11 3009012.7 Loop time of 0.0169799 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:04 2021 Pair time (%) = 0.000962019 (5.66562) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188152) Outpt time (%) = 0.0158892 (93.5762) Other time (%) = 9.67979e-05 (0.570073) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:04 2021 Memory usage per processor = 27.5305 Mbytes Step Atoms AVEKE stressZZ 10107 5000 2.0785849e-11 3009002.4 10108 -0.00945749999999484 3008950.95154186 10108 5000 2.0784338e-11 3008951 Loop time of 0.017092 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:04 2021 Pair time (%) = 0.000936031 (5.47643) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186918) Outpt time (%) = 0.016031 (93.7926) Other time (%) = 9.29832e-05 (0.544017) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:04 2021 Memory usage per processor = 27.5305 Mbytes Step Atoms AVEKE stressZZ 10108 5000 2.0784338e-11 3008940.6 10109 -0.00945749999999484 3008889.16546963 10109 5000 2.0782827e-11 3008889.2 Loop time of 0.0163891 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:04 2021 Pair time (%) = 0.000971794 (5.9295) Neigh time (%) = 0 (0) Comm time (%) = 4.50611e-05 (0.274945) Outpt time (%) = 0.015259 (93.1046) Other time (%) = 0.000113249 (0.691) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:04 2021 Memory usage per processor = 27.5305 Mbytes Step Atoms AVEKE stressZZ 10109 5000 2.0782827e-11 3008878.8 10110 -0.00945749999999484 3008827.38245625 10110 5000 2.0781316e-11 3008827.4 Loop time of 0.019104 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:04 2021 Pair time (%) = 0.00121093 (6.33861) Neigh time (%) = 0 (0) Comm time (%) = 4.50611e-05 (0.235873) Outpt time (%) = 0.017683 (92.5619) Other time (%) = 0.000164986 (0.863618) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:04 2021 Memory usage per processor = 27.5305 Mbytes Step Atoms AVEKE stressZZ 10110 5000 2.0781316e-11 3008817 10111 -0.00945749999999484 3008765.60250144 10111 5000 2.0779805e-11 3008765.6 Loop time of 0.017472 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:04 2021 Pair time (%) = 0.000946045 (5.41463) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.177394) Outpt time (%) = 0.016402 (93.8758) Other time (%) = 9.29832e-05 (0.532183) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:04 2021 Memory usage per processor = 27.5305 Mbytes Step Atoms AVEKE stressZZ 10111 5000 2.0779805e-11 3008755.3 10112 -0.00945749999999484 3008703.82560495 10112 5000 2.0778294e-11 3008703.8 Loop time of 0.0172789 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:04 2021 Pair time (%) = 0.000933886 (5.40477) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184896) Outpt time (%) = 0.016221 (93.8777) Other time (%) = 9.20296e-05 (0.532612) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:04 2021 Memory usage per processor = 27.5305 Mbytes Step Atoms AVEKE stressZZ 10112 5000 2.0778294e-11 3008693.5 10113 -0.00945749999999484 3008642.05176649 10113 5000 2.0776784e-11 3008642.1 Loop time of 0.0164731 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:04 2021 Pair time (%) = 0.000937939 (5.69378) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.199731) Outpt time (%) = 0.015404 (93.5102) Other time (%) = 9.82285e-05 (0.596298) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:04 2021 Memory usage per processor = 27.5305 Mbytes Step Atoms AVEKE stressZZ 10113 5000 2.0776784e-11 3008631.7 10114 -0.00945749999999484 3008580.28098572 10114 5000 2.0775274e-11 3008580.3 Loop time of 0.017324 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:04 2021 Pair time (%) = 0.0010159 (5.86414) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.185792) Outpt time (%) = 0.016175 (93.3679) Other time (%) = 0.000100851 (0.582147) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:04 2021 Memory usage per processor = 27.5305 Mbytes Step Atoms AVEKE stressZZ 10114 5000 2.0775274e-11 3008569.9 10115 -0.00945749999999484 3008518.51326241 10115 5000 2.0773763e-11 3008518.5 Loop time of 0.0175211 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:04 2021 Pair time (%) = 0.000959873 (5.47837) Neigh time (%) = 0 (0) Comm time (%) = 4.48227e-05 (0.255821) Outpt time (%) = 0.016392 (93.5555) Other time (%) = 0.000124454 (0.71031) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:04 2021 Memory usage per processor = 27.5305 Mbytes Step Atoms AVEKE stressZZ 10115 5000 2.0773763e-11 3008508.2 10116 -0.00945749999999484 3008456.74860207 10116 5000 2.0772254e-11 3008456.7 Loop time of 0.0166922 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:04 2021 Pair time (%) = 0.000936031 (5.60761) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.185682) Outpt time (%) = 0.01563 (93.6368) Other time (%) = 9.5129e-05 (0.569902) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:04 2021 Memory usage per processor = 27.5305 Mbytes Step Atoms AVEKE stressZZ 10116 5000 2.0772254e-11 3008446.4 10117 -0.00945749999999484 3008394.98704211 10117 5000 2.0770744e-11 3008395 Loop time of 0.016706 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:04 2021 Pair time (%) = 0.00105405 (6.3094) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.228343) Outpt time (%) = 0.015497 (92.763) Other time (%) = 0.000116825 (0.699301) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:04 2021 Memory usage per processor = 27.5305 Mbytes Step Atoms AVEKE stressZZ 10117 5000 2.0770744e-11 3008384.7 10118 -0.00945749999999484 3008333.22856494 10118 5000 2.0769234e-11 3008333.2 Loop time of 0.0171361 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:04 2021 Pair time (%) = 0.000936031 (5.46234) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186437) Outpt time (%) = 0.016073 (93.7961) Other time (%) = 9.5129e-05 (0.555138) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:04 2021 Memory usage per processor = 27.5305 Mbytes Step Atoms AVEKE stressZZ 10118 5000 2.0769234e-11 3008322.9 10119 -0.00945749999999484 3008271.47316308 10119 5000 2.0767725e-11 3008271.5 Loop time of 0.017071 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:04 2021 Pair time (%) = 0.000941992 (5.51808) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187148) Outpt time (%) = 0.0160031 (93.7445) Other time (%) = 9.39369e-05 (0.550272) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:04 2021 Memory usage per processor = 27.5305 Mbytes Step Atoms AVEKE stressZZ 10119 5000 2.0767725e-11 3008261.1 10120 -0.00945749999999484 3008209.7208329 10120 5000 2.0766215e-11 3008209.7 Loop time of 0.0184278 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:04 2021 Pair time (%) = 0.000933886 (5.06779) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.174662) Outpt time (%) = 0.0173569 (94.1883) Other time (%) = 0.000104904 (0.56927) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:04 2021 Memory usage per processor = 27.5305 Mbytes Step Atoms AVEKE stressZZ 10120 5000 2.0766215e-11 3008199.4 10121 -0.00945749999999484 3008147.97157225 10121 5000 2.0764706e-11 3008148 Loop time of 0.017211 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:05 2021 Pair time (%) = 0.00118303 (6.87372) Neigh time (%) = 0 (0) Comm time (%) = 4.31538e-05 (0.250734) Outpt time (%) = 0.01583 (91.9765) Other time (%) = 0.000154734 (0.899041) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:05 2021 Memory usage per processor = 27.5305 Mbytes Step Atoms AVEKE stressZZ 10121 5000 2.0764706e-11 3008137.6 10122 -0.00945749999999484 3008086.22537947 10122 5000 2.0763197e-11 3008086.2 Loop time of 0.017133 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:05 2021 Pair time (%) = 0.00095892 (5.59692) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204562) Outpt time (%) = 0.0160449 (93.6488) Other time (%) = 9.41753e-05 (0.549672) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:05 2021 Memory usage per processor = 27.5305 Mbytes Step Atoms AVEKE stressZZ 10122 5000 2.0763197e-11 3008075.9 10123 -0.00945749999999484 3008024.48225314 10123 5000 2.0761688e-11 3008024.5 Loop time of 0.016521 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:05 2021 Pair time (%) = 0.000939131 (5.68447) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.187606) Outpt time (%) = 0.0154579 (93.5651) Other time (%) = 9.29832e-05 (0.562819) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:05 2021 Memory usage per processor = 27.5305 Mbytes Step Atoms AVEKE stressZZ 10123 5000 2.0761688e-11 3008014.2 10124 -0.00945749999999484 3007962.7421912 10124 5000 2.0760179e-11 3007962.7 Loop time of 0.0165071 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:05 2021 Pair time (%) = 0.000994205 (6.02288) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.212317) Outpt time (%) = 0.0153751 (93.1423) Other time (%) = 0.000102758 (0.622509) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:05 2021 Memory usage per processor = 27.5305 Mbytes Step Atoms AVEKE stressZZ 10124 5000 2.0760179e-11 3007952.4 10125 -0.00945749999999484 3007901.00518312 10125 5000 2.0758671e-11 3007901 Loop time of 0.0173008 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:05 2021 Pair time (%) = 0.00112891 (6.52518) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184662) Outpt time (%) = 0.0160289 (92.648) Other time (%) = 0.000111103 (0.642183) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:05 2021 Memory usage per processor = 27.5305 Mbytes Step Atoms AVEKE stressZZ 10125 5000 2.0758671e-11 3007890.7 10126 -0.00945749999999484 3007839.27123752 10126 5000 2.0757162e-11 3007839.3 Loop time of 0.016973 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:05 2021 Pair time (%) = 0.000935078 (5.5092) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.18261) Outpt time (%) = 0.0159121 (93.7491) Other time (%) = 9.48906e-05 (0.559067) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:05 2021 Memory usage per processor = 27.5305 Mbytes Step Atoms AVEKE stressZZ 10126 5000 2.0757162e-11 3007828.9 10127 -0.00945749999999484 3007777.5403537 10127 5000 2.0755654e-11 3007777.5 Loop time of 0.016428 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:05 2021 Pair time (%) = 0.000941992 (5.73406) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.200279) Outpt time (%) = 0.0153551 (93.4692) Other time (%) = 9.799e-05 (0.596482) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:05 2021 Memory usage per processor = 27.5305 Mbytes Step Atoms AVEKE stressZZ 10127 5000 2.0755654e-11 3007767.2 10128 -0.00945749999999484 3007715.81253106 10128 5000 2.0754146e-11 3007715.8 Loop time of 0.0172598 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:05 2021 Pair time (%) = 0.0012269 (7.10842) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190626) Outpt time (%) = 0.0158658 (91.9233) Other time (%) = 0.00013423 (0.7777) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:05 2021 Memory usage per processor = 27.5305 Mbytes Step Atoms AVEKE stressZZ 10128 5000 2.0754146e-11 3007705.5 10129 -0.00945749999999484 3007654.08776899 10129 5000 2.0752638e-11 3007654.1 Loop time of 0.0170059 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:05 2021 Pair time (%) = 0.00093317 (5.48733) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.182257) Outpt time (%) = 0.015949 (93.785) Other time (%) = 9.27448e-05 (0.545368) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:05 2021 Memory usage per processor = 27.5305 Mbytes Step Atoms AVEKE stressZZ 10129 5000 2.0752638e-11 3007643.8 10130 -0.00945749999999484 3007592.36606697 10130 5000 2.075113e-11 3007592.4 Loop time of 0.018836 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:05 2021 Pair time (%) = 0.000934839 (4.96304) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.170877) Outpt time (%) = 0.017777 (94.3775) Other time (%) = 9.20296e-05 (0.488583) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:05 2021 Memory usage per processor = 27.5305 Mbytes Step Atoms AVEKE stressZZ 10130 5000 2.075113e-11 3007582 10131 -0.00945749999999484 3007530.6474245 10131 5000 2.0749623e-11 3007530.6 Loop time of 0.0165279 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:05 2021 Pair time (%) = 0.000981808 (5.94031) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.204838) Outpt time (%) = 0.015409 (93.2302) Other time (%) = 0.000103235 (0.624612) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:05 2021 Memory usage per processor = 27.5305 Mbytes Step Atoms AVEKE stressZZ 10131 5000 2.0749623e-11 3007520.3 10132 -0.00945749999999484 3007468.93184108 10132 5000 2.0748115e-11 3007468.9 Loop time of 0.0170419 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:05 2021 Pair time (%) = 0.000993967 (5.83248) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.193064) Outpt time (%) = 0.0159011 (93.3057) Other time (%) = 0.000113964 (0.668728) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:05 2021 Memory usage per processor = 27.5305 Mbytes Step Atoms AVEKE stressZZ 10132 5000 2.0748115e-11 3007458.6 10133 -0.00945749999999484 3007407.21931622 10133 5000 2.0746608e-11 3007407.2 Loop time of 0.0163782 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:05 2021 Pair time (%) = 0.000935078 (5.70929) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.196521) Outpt time (%) = 0.0153179 (93.5265) Other time (%) = 9.29832e-05 (0.567727) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:05 2021 Memory usage per processor = 27.5305 Mbytes Step Atoms AVEKE stressZZ 10133 5000 2.0746608e-11 3007396.9 10134 -0.00945749999999484 3007345.50984954 10134 5000 2.0745101e-11 3007345.5 Loop time of 0.016176 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:05 2021 Pair time (%) = 0.000935078 (5.78065) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.197503) Outpt time (%) = 0.015125 (93.503) Other time (%) = 8.39233e-05 (0.518814) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:05 2021 Memory usage per processor = 27.5305 Mbytes Step Atoms AVEKE stressZZ 10134 5000 2.0745101e-11 3007335.2 10135 -0.00945749999999484 3007283.8034405 10135 5000 2.0743594e-11 3007283.8 Loop time of 0.016398 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:05 2021 Pair time (%) = 0.000932932 (5.68932) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.189014) Outpt time (%) = 0.0153461 (93.5852) Other time (%) = 8.79765e-05 (0.536509) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:05 2021 Memory usage per processor = 27.5305 Mbytes Step Atoms AVEKE stressZZ 10135 5000 2.0743594e-11 3007273.5 10136 -0.00945749999999484 3007222.10008868 10136 5000 2.0742087e-11 3007222.1 Loop time of 0.017004 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:05 2021 Pair time (%) = 0.000989914 (5.82165) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187886) Outpt time (%) = 0.0158942 (93.4731) Other time (%) = 8.79765e-05 (0.517386) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:05 2021 Memory usage per processor = 27.5305 Mbytes Step Atoms AVEKE stressZZ 10136 5000 2.0742087e-11 3007211.8 10137 -0.00945749999999484 3007160.39979376 10137 5000 2.074058e-11 3007160.4 Loop time of 0.0173259 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:05 2021 Pair time (%) = 0.000961065 (5.54699) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184395) Outpt time (%) = 0.016237 (93.7154) Other time (%) = 9.58443e-05 (0.553186) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:05 2021 Memory usage per processor = 27.5305 Mbytes Step Atoms AVEKE stressZZ 10137 5000 2.074058e-11 3007150.1 10138 -0.00945749999999484 3007098.70255521 10138 5000 2.0739074e-11 3007098.7 Loop time of 0.0165219 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:05 2021 Pair time (%) = 0.00103307 (6.25271) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.212127) Outpt time (%) = 0.015348 (92.8945) Other time (%) = 0.000105858 (0.640711) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:05 2021 Memory usage per processor = 27.5305 Mbytes Step Atoms AVEKE stressZZ 10138 5000 2.0739074e-11 3007088.4 10139 -0.00945749999999484 3007037.00837276 10139 5000 2.0737567e-11 3007037 Loop time of 0.017309 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:05 2021 Pair time (%) = 0.0010829 (6.25628) Neigh time (%) = 0 (0) Comm time (%) = 4.81606e-05 (0.278241) Outpt time (%) = 0.016047 (92.7093) Other time (%) = 0.000130892 (0.756209) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:05 2021 Memory usage per processor = 27.5305 Mbytes Step Atoms AVEKE stressZZ 10139 5000 2.0737567e-11 3007026.7 10140 -0.00945749999999484 3006975.3172459 10140 5000 2.0736061e-11 3006975.3 Loop time of 0.019439 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:05 2021 Pair time (%) = 0.000989914 (5.09242) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.159445) Outpt time (%) = 0.0183229 (94.2588) Other time (%) = 9.5129e-05 (0.489372) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:22:05 2021 Memory usage per processor = 27.5305 Mbytes Step Atoms AVEKE stressZZ 10140 5000 2.0736061e-11 3006965 10141 -0.00945749999999484 3006903.27874117 10141 5000 4.0963563e-11 3007001.9 Loop time of 0.0162909 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:05 2021 Pair time (%) = 0.000934839 (5.73841) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.19611) Outpt time (%) = 0.0152061 (93.341) Other time (%) = 0.000118017 (0.724436) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:05 2021 Memory usage per processor = 27.5305 Mbytes Step Atoms AVEKE stressZZ 10141 5000 4.0963563e-11 3050282 10142 -0.00948999999999482 3050213.81158387 10142 5000 3.3036092e-11 3050213.8 Loop time of 0.016784 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:05 2021 Pair time (%) = 0.00117707 (7.01308) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.22018) Outpt time (%) = 0.0154569 (92.0934) Other time (%) = 0.00011301 (0.673324) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:05 2021 Memory usage per processor = 27.5305 Mbytes Step Atoms AVEKE stressZZ 10142 5000 3.3036092e-11 3050199.9 10143 -0.00948999999999482 3050137.54574858 10143 5000 2.8440088e-11 3050137.5 Loop time of 0.017102 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:05 2021 Pair time (%) = 0.000936031 (5.47323) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181233) Outpt time (%) = 0.016042 (93.8018) Other time (%) = 9.29832e-05 (0.543698) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:05 2021 Memory usage per processor = 27.5305 Mbytes Step Atoms AVEKE stressZZ 10143 5000 2.8440088e-11 3050124.9 10144 -0.00948999999999482 3050066.2123812 10144 5000 2.5697472e-11 3050066.2 Loop time of 0.0170219 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:05 2021 Pair time (%) = 0.000983953 (5.78052) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187688) Outpt time (%) = 0.0159121 (93.4799) Other time (%) = 9.39369e-05 (0.551859) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:05 2021 Memory usage per processor = 27.5305 Mbytes Step Atoms AVEKE stressZZ 10144 5000 2.5697472e-11 3050054.3 10145 -0.00948999999999482 3049998.01478067 10145 5000 2.4026153e-11 3049998 Loop time of 0.0166991 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:05 2021 Pair time (%) = 0.000988007 (5.91653) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.208449) Outpt time (%) = 0.0155721 (93.2511) Other time (%) = 0.000104189 (0.62392) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:05 2021 Memory usage per processor = 27.5305 Mbytes Step Atoms AVEKE stressZZ 10145 5000 2.4026153e-11 3049986.6 10146 -0.00948999999999482 3049931.81112891 10146 5000 2.2992619e-11 3049931.8 Loop time of 0.016819 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:05 2021 Pair time (%) = 0.00102115 (6.07139) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.189952) Outpt time (%) = 0.0156651 (93.139) Other time (%) = 0.000100851 (0.599626) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:05 2021 Memory usage per processor = 27.5305 Mbytes Step Atoms AVEKE stressZZ 10146 5000 2.2992619e-11 3049920.7 10147 -0.00948999999999482 3049866.87578893 10147 5000 2.2347018e-11 3049866.9 Loop time of 0.0174251 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:05 2021 Pair time (%) = 0.00106597 (6.11745) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.188819) Outpt time (%) = 0.016196 (92.9467) Other time (%) = 0.000130177 (0.747065) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:05 2021 Memory usage per processor = 27.5305 Mbytes Step Atoms AVEKE stressZZ 10147 5000 2.2347018e-11 3049856 10148 -0.00948999999999482 3049802.74760689 10148 5000 2.194093e-11 3049802.7 Loop time of 0.0166969 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:05 2021 Pair time (%) = 0.000936985 (5.61172) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.185629) Outpt time (%) = 0.0156419 (93.6815) Other time (%) = 8.70228e-05 (0.52119) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:05 2021 Memory usage per processor = 27.5305 Mbytes Step Atoms AVEKE stressZZ 10148 5000 2.194093e-11 3049792 10149 -0.00948999999999482 3049739.13351641 10149 5000 2.1684218e-11 3049739.1 Loop time of 0.0167789 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:05 2021 Pair time (%) = 0.00104809 (6.24645) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.203194) Outpt time (%) = 0.0155909 (92.9195) Other time (%) = 0.000105858 (0.630897) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:05 2021 Memory usage per processor = 27.5305 Mbytes Step Atoms AVEKE stressZZ 10149 5000 2.1684218e-11 3049728.5 10150 -0.00948999999999482 3049675.84727035 10150 5000 2.1521289e-11 3049675.8 Loop time of 0.019115 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:05 2021 Pair time (%) = 0.000934124 (4.88687) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.162147) Outpt time (%) = 0.0180581 (94.4708) Other time (%) = 9.17912e-05 (0.480206) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:05 2021 Memory usage per processor = 27.5306 Mbytes Step Atoms AVEKE stressZZ 10150 5000 2.1521289e-11 3049665.2 10151 -0.00948999999999482 3049612.77050644 10151 5000 2.1417497e-11 3049612.8 Loop time of 0.017262 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:05 2021 Pair time (%) = 0.000936031 (5.4225) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179553) Outpt time (%) = 0.0161841 (93.7557) Other time (%) = 0.000110865 (0.642247) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:05 2021 Memory usage per processor = 27.5306 Mbytes Step Atoms AVEKE stressZZ 10151 5000 2.1417497e-11 3049602.2 10152 -0.00948999999999482 3049549.82800384 10152 5000 2.13511e-11 3049549.8 Loop time of 0.0166051 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:05 2021 Pair time (%) = 0.000931978 (5.61259) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192399) Outpt time (%) = 0.015516 (93.4412) Other time (%) = 0.00012517 (0.753801) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:05 2021 Memory usage per processor = 27.5306 Mbytes Step Atoms AVEKE stressZZ 10152 5000 2.13511e-11 3049539.3 10153 -0.00948999999999482 3049486.9719587 10153 5000 2.1308391e-11 3049487 Loop time of 0.01738 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:05 2021 Pair time (%) = 0.00127506 (7.33638) Neigh time (%) = 0 (0) Comm time (%) = 4.19617e-05 (0.241437) Outpt time (%) = 0.015897 (91.4674) Other time (%) = 0.000165939 (0.954772) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:05 2021 Memory usage per processor = 27.5306 Mbytes Step Atoms AVEKE stressZZ 10153 5000 2.1308391e-11 3049476.4 10154 -0.00948999999999482 3049424.17199105 10154 5000 2.1280707e-11 3049424.2 Loop time of 0.0172501 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:05 2021 Pair time (%) = 0.000971079 (5.62942) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185206) Outpt time (%) = 0.0161541 (93.6463) Other time (%) = 9.29832e-05 (0.539031) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:05 2021 Memory usage per processor = 27.5306 Mbytes Step Atoms AVEKE stressZZ 10154 5000 2.1280707e-11 3049413.6 10155 -0.00948999999999482 3049361.40879392 10155 5000 2.1262557e-11 3049361.4 Loop time of 0.0171828 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:05 2021 Pair time (%) = 0.00104904 (6.10518) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192868) Outpt time (%) = 0.0159941 (93.0817) Other time (%) = 0.000106573 (0.62023) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:05 2021 Memory usage per processor = 27.5306 Mbytes Step Atoms AVEKE stressZZ 10155 5000 2.1262557e-11 3049350.9 10156 -0.00948999999999482 3049298.67009736 10156 5000 2.1250463e-11 3049298.7 Loop time of 0.0164671 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:05 2021 Pair time (%) = 0.000957966 (5.81746) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.201251) Outpt time (%) = 0.0153749 (93.3674) Other time (%) = 0.000101089 (0.613888) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:05 2021 Memory usage per processor = 27.5306 Mbytes Step Atoms AVEKE stressZZ 10156 5000 2.1250463e-11 3049288.1 10157 -0.00948999999999482 3049235.94810365 10157 5000 2.1242215e-11 3049235.9 Loop time of 0.017308 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:05 2021 Pair time (%) = 0.00102806 (5.9398) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190096) Outpt time (%) = 0.0161459 (93.286) Other time (%) = 0.000101089 (0.584062) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:05 2021 Memory usage per processor = 27.5306 Mbytes Step Atoms AVEKE stressZZ 10157 5000 2.1242215e-11 3049225.4 10158 -0.00948999999999482 3049173.237857 10158 5000 2.123641e-11 3049173.2 Loop time of 0.017055 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:05 2021 Pair time (%) = 0.000941992 (5.52325) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187324) Outpt time (%) = 0.0159869 (93.7372) Other time (%) = 9.41753e-05 (0.552185) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:05 2021 Memory usage per processor = 27.5306 Mbytes Step Atoms AVEKE stressZZ 10158 5000 2.123641e-11 3049162.7 10159 -0.00948999999999482 3049110.53620791 10159 5000 2.1232157e-11 3049110.5 Loop time of 0.0170951 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:05 2021 Pair time (%) = 0.00102782 (6.01238) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192463) Outpt time (%) = 0.0158951 (92.9807) Other time (%) = 0.000139236 (0.814482) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:05 2021 Memory usage per processor = 27.5306 Mbytes Step Atoms AVEKE stressZZ 10159 5000 2.1232157e-11 3049100 10160 -0.00948999999999482 3049047.84115474 10160 5000 2.1228891e-11 3049047.8 Loop time of 0.484954 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:06 2021 Pair time (%) = 0.001122 (0.231362) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.00781694) Outpt time (%) = 0.483681 (99.7375) Other time (%) = 0.00011301 (0.0233033) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:06 2021 Memory usage per processor = 27.5306 Mbytes Step Atoms AVEKE stressZZ 10160 5000 2.1228891e-11 3049037.3 10161 -0.00948999999999482 3048985.15143201 10161 5000 2.1226251e-11 3048985.2 Loop time of 0.0169351 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:06 2021 Pair time (%) = 0.000926018 (5.46804) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.183019) Outpt time (%) = 0.015857 (93.6338) Other time (%) = 0.000121117 (0.715181) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:06 2021 Memory usage per processor = 27.5306 Mbytes Step Atoms AVEKE stressZZ 10161 5000 2.1226251e-11 3048974.6 10162 -0.00948999999999482 3048922.46631269 10162 5000 2.1224011e-11 3048922.5 Loop time of 0.0165389 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:06 2021 Pair time (%) = 0.000980854 (5.9306) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.198936) Outpt time (%) = 0.0154319 (93.3068) Other time (%) = 9.32217e-05 (0.563652) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:06 2021 Memory usage per processor = 27.5306 Mbytes Step Atoms AVEKE stressZZ 10162 5000 2.1224011e-11 3048911.9 10163 -0.00948999999999482 3048859.78525086 10163 5000 2.1222023e-11 3048859.8 Loop time of 0.016489 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:06 2021 Pair time (%) = 0.000912905 (5.53644) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.18797) Outpt time (%) = 0.0154581 (93.7478) Other time (%) = 8.70228e-05 (0.527762) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:06 2021 Memory usage per processor = 27.5306 Mbytes Step Atoms AVEKE stressZZ 10163 5000 2.1222023e-11 3048849.3 10164 -0.00948999999999482 3048797.10790333 10164 5000 2.1220197e-11 3048797.1 Loop time of 0.0170851 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:06 2021 Pair time (%) = 0.00114107 (6.67876) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.216299) Outpt time (%) = 0.0157909 (92.4253) Other time (%) = 0.00011611 (0.679598) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:06 2021 Memory usage per processor = 27.5306 Mbytes Step Atoms AVEKE stressZZ 10164 5000 2.1220197e-11 3048786.6 10165 -0.00948999999999482 3048734.43405529 10165 5000 2.1218473e-11 3048734.4 Loop time of 0.017107 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:06 2021 Pair time (%) = 0.00098896 (5.78102) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204872) Outpt time (%) = 0.01598 (93.412) Other time (%) = 0.000102997 (0.602074) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:06 2021 Memory usage per processor = 27.5306 Mbytes Step Atoms AVEKE stressZZ 10165 5000 2.1218473e-11 3048723.9 10166 -0.00948999999999482 3048671.76357026 10166 5000 2.1216813e-11 3048671.8 Loop time of 0.016541 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:06 2021 Pair time (%) = 0.000937939 (5.67039) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.194586) Outpt time (%) = 0.0154791 (93.5801) Other time (%) = 9.17912e-05 (0.554931) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:06 2021 Memory usage per processor = 27.5306 Mbytes Step Atoms AVEKE stressZZ 10166 5000 2.1216813e-11 3048661.2 10167 -0.00948999999999482 3048609.09636124 10167 5000 2.1215196e-11 3048609.1 Loop time of 0.0167661 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:06 2021 Pair time (%) = 0.00116706 (6.96084) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.227525) Outpt time (%) = 0.0154309 (92.0366) Other time (%) = 0.000129938 (0.775006) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:06 2021 Memory usage per processor = 27.5306 Mbytes Step Atoms AVEKE stressZZ 10167 5000 2.1215196e-11 3048598.6 10168 -0.00948999999999482 3048546.43237251 10168 5000 2.1213605e-11 3048546.4 Loop time of 0.0169799 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:06 2021 Pair time (%) = 0.000967979 (5.70073) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.189556) Outpt time (%) = 0.0158799 (93.5214) Other time (%) = 9.98974e-05 (0.588326) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:06 2021 Memory usage per processor = 27.5306 Mbytes Step Atoms AVEKE stressZZ 10168 5000 2.1213605e-11 3048535.9 10169 -0.00948999999999482 3048483.77156823 10169 5000 2.121203e-11 3048483.8 Loop time of 0.0168071 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:06 2021 Pair time (%) = 0.000934839 (5.56218) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190087) Outpt time (%) = 0.015748 (93.6988) Other time (%) = 9.2268e-05 (0.548983) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:06 2021 Memory usage per processor = 27.5306 Mbytes Step Atoms AVEKE stressZZ 10169 5000 2.121203e-11 3048473.2 10170 -0.00948999999999482 3048421.11392519 10170 5000 2.1210467e-11 3048421.1 Loop time of 0.018513 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:06 2021 Pair time (%) = 0.00100684 (5.43858) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.182874) Outpt time (%) = 0.0173531 (93.7346) Other time (%) = 0.000119209 (0.643923) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:06 2021 Memory usage per processor = 27.5306 Mbytes Step Atoms AVEKE stressZZ 10170 5000 2.1210467e-11 3048410.6 10171 -0.00948999999999482 3048358.45942828 10171 5000 2.120891e-11 3048358.5 Loop time of 0.0171599 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:06 2021 Pair time (%) = 0.0009799 (5.7104) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191736) Outpt time (%) = 0.0160439 (93.4963) Other time (%) = 0.000103235 (0.601606) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:06 2021 Memory usage per processor = 27.5306 Mbytes Step Atoms AVEKE stressZZ 10171 5000 2.120891e-11 3048347.9 10172 -0.00948999999999482 3048295.80806757 10172 5000 2.1207358e-11 3048295.8 Loop time of 0.0169859 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:06 2021 Pair time (%) = 0.000977993 (5.75768) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.182472) Outpt time (%) = 0.015882 (93.5012) Other time (%) = 9.48906e-05 (0.558644) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:06 2021 Memory usage per processor = 27.5306 Mbytes Step Atoms AVEKE stressZZ 10172 5000 2.1207358e-11 3048285.3 10173 -0.00948999999999482 3048233.15983637 10173 5000 2.1205808e-11 3048233.2 Loop time of 0.0165191 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:06 2021 Pair time (%) = 0.000938892 (5.68369) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.187628) Outpt time (%) = 0.0154562 (93.5658) Other time (%) = 9.29832e-05 (0.562884) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:06 2021 Memory usage per processor = 27.5306 Mbytes Step Atoms AVEKE stressZZ 10173 5000 2.1205808e-11 3048222.6 10174 -0.00948999999999482 3048170.51473021 10174 5000 2.1204261e-11 3048170.5 Loop time of 0.0167072 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:06 2021 Pair time (%) = 0.00100088 (5.99072) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.20264) Outpt time (%) = 0.0155671 (93.1759) Other time (%) = 0.000105381 (0.630753) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:06 2021 Memory usage per processor = 27.5306 Mbytes Step Atoms AVEKE stressZZ 10174 5000 2.1204261e-11 3048160 10175 -0.00948999999999482 3048107.87274587 10175 5000 2.1202715e-11 3048107.9 Loop time of 0.0171659 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:06 2021 Pair time (%) = 0.000934839 (5.44591) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180558) Outpt time (%) = 0.0161049 (93.8194) Other time (%) = 9.5129e-05 (0.554174) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28316 ave 28316 max 28316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28316 Ave neighs/atom = 5.6632 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:06 2021 Memory usage per processor = 27.5306 Mbytes Step Atoms AVEKE stressZZ 10175 5000 2.1202715e-11 3048097.3 10176 -0.00948999999999482 3048045.233881 10176 5000 2.1201169e-11 3048045.2 Loop time of 0.0170751 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:06 2021 Pair time (%) = 0.000937939 (5.49303) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.194085) Outpt time (%) = 0.016005 (93.7334) Other time (%) = 9.89437e-05 (0.579463) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:06 2021 Memory usage per processor = 27.5306 Mbytes Step Atoms AVEKE stressZZ 10176 5000 2.1201169e-11 3048034.7 10177 -0.00948999999999482 3047982.59813402 10177 5000 2.1199624e-11 3047982.6 Loop time of 0.0164711 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:06 2021 Pair time (%) = 0.000951052 (5.77405) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.206991) Outpt time (%) = 0.0153861 (93.4125) Other time (%) = 9.98974e-05 (0.606499) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:06 2021 Memory usage per processor = 27.5306 Mbytes Step Atoms AVEKE stressZZ 10177 5000 2.1199624e-11 3047972.1 10178 -0.00948999999999482 3047919.96549242 10178 5000 2.119808e-11 3047920 Loop time of 0.0172172 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:06 2021 Pair time (%) = 0.00102592 (5.95868) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191099) Outpt time (%) = 0.016057 (93.2617) Other time (%) = 0.000101328 (0.588529) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:06 2021 Memory usage per processor = 27.5306 Mbytes Step Atoms AVEKE stressZZ 10178 5000 2.119808e-11 3047909.4 10179 -0.00948999999999482 3047857.33594122 10179 5000 2.1196536e-11 3047857.3 Loop time of 0.0169539 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:06 2021 Pair time (%) = 0.000937939 (5.53227) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18844) Outpt time (%) = 0.0158908 (93.7294) Other time (%) = 9.32217e-05 (0.549852) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:06 2021 Memory usage per processor = 27.5306 Mbytes Step Atoms AVEKE stressZZ 10179 5000 2.1196536e-11 3047846.8 10180 -0.00948999999999482 3047794.70950261 10180 5000 2.1194992e-11 3047794.7 Loop time of 0.0185978 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:06 2021 Pair time (%) = 0.000981092 (5.2753) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.188449) Outpt time (%) = 0.0174539 (93.8491) Other time (%) = 0.000127792 (0.687135) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:06 2021 Memory usage per processor = 27.5306 Mbytes Step Atoms AVEKE stressZZ 10180 5000 2.1194992e-11 3047784.2 10181 -0.00948999999999482 3047732.08623434 10181 5000 2.1193449e-11 3047732.1 Loop time of 0.016675 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:06 2021 Pair time (%) = 0.00105095 (6.30255) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.21018) Outpt time (%) = 0.015486 (92.8696) Other time (%) = 0.000102997 (0.617672) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:06 2021 Memory usage per processor = 27.5306 Mbytes Step Atoms AVEKE stressZZ 10181 5000 2.1193449e-11 3047721.6 10182 -0.00948999999999482 3047669.4661365 10182 5000 2.1191906e-11 3047669.5 Loop time of 0.0172839 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:06 2021 Pair time (%) = 0.00108504 (6.27776) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179325) Outpt time (%) = 0.0160749 (93.0049) Other time (%) = 9.29832e-05 (0.537976) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:06 2021 Memory usage per processor = 27.5306 Mbytes Step Atoms AVEKE stressZZ 10182 5000 2.1191906e-11 3047658.9 10183 -0.00948999999999482 3047606.84918568 10183 5000 2.1190363e-11 3047606.8 Loop time of 0.017463 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:06 2021 Pair time (%) = 0.000965834 (5.53075) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.274421) Outpt time (%) = 0.0163012 (93.347) Other time (%) = 0.000148058 (0.847839) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:06 2021 Memory usage per processor = 27.5306 Mbytes Step Atoms AVEKE stressZZ 10183 5000 2.1190363e-11 3047596.3 10184 -0.00948999999999482 3047544.23537416 10184 5000 2.118882e-11 3047544.2 Loop time of 0.0163951 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:06 2021 Pair time (%) = 0.000939131 (5.72812) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194864) Outpt time (%) = 0.015295 (93.2903) Other time (%) = 0.000128984 (0.786726) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:06 2021 Memory usage per processor = 27.5306 Mbytes Step Atoms AVEKE stressZZ 10184 5000 2.118882e-11 3047533.7 10185 -0.00948999999999482 3047481.62469726 10185 5000 2.1187277e-11 3047481.6 Loop time of 0.017113 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:06 2021 Pair time (%) = 0.00127411 (7.44528) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.210374) Outpt time (%) = 0.0156672 (91.5516) Other time (%) = 0.00013566 (0.792733) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:06 2021 Memory usage per processor = 27.5306 Mbytes Step Atoms AVEKE stressZZ 10185 5000 2.1187277e-11 3047471.1 10186 -0.00948999999999482 3047419.01715173 10186 5000 2.1185734e-11 3047419 Loop time of 0.0170159 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:06 2021 Pair time (%) = 0.00105119 (6.17767) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.193359) Outpt time (%) = 0.015831 (93.0363) Other time (%) = 0.000100851 (0.592686) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:06 2021 Memory usage per processor = 27.5306 Mbytes Step Atoms AVEKE stressZZ 10186 5000 2.1185734e-11 3047408.5 10187 -0.00948999999999482 3047356.41273516 10187 5000 2.1184192e-11 3047356.4 Loop time of 0.0168371 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:06 2021 Pair time (%) = 0.000939846 (5.58199) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.191164) Outpt time (%) = 0.015774 (93.6859) Other time (%) = 9.10759e-05 (0.540923) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:06 2021 Memory usage per processor = 27.5306 Mbytes Step Atoms AVEKE stressZZ 10187 5000 2.1184192e-11 3047345.9 10188 -0.00948999999999482 3047293.81144541 10188 5000 2.118265e-11 3047293.8 Loop time of 0.0165658 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:07 2021 Pair time (%) = 0.000986814 (5.95694) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.204369) Outpt time (%) = 0.01544 (93.204) Other time (%) = 0.000105143 (0.634697) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:07 2021 Memory usage per processor = 27.5306 Mbytes Step Atoms AVEKE stressZZ 10188 5000 2.118265e-11 3047283.3 10189 -0.00948999999999482 3047231.21327527 10189 5000 2.1181107e-11 3047231.2 Loop time of 0.0172732 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:07 2021 Pair time (%) = 0.0010829 (6.26924) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.186338) Outpt time (%) = 0.016067 (93.0172) Other time (%) = 9.10759e-05 (0.527267) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:07 2021 Memory usage per processor = 27.5306 Mbytes Step Atoms AVEKE stressZZ 10189 5000 2.1181107e-11 3047220.7 10190 -0.00948999999999482 3047168.61821489 10190 5000 2.1179566e-11 3047168.6 Loop time of 0.0191071 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:07 2021 Pair time (%) = 0.00101304 (5.30191) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.167205) Outpt time (%) = 0.017926 (93.8184) Other time (%) = 0.000136137 (0.712494) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:07 2021 Memory usage per processor = 27.5306 Mbytes Step Atoms AVEKE stressZZ 10190 5000 2.1179566e-11 3047158.1 10191 -0.00948999999999482 3047106.02627501 10191 5000 2.1178024e-11 3047106 Loop time of 0.0166211 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:07 2021 Pair time (%) = 0.000934839 (5.62441) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192214) Outpt time (%) = 0.0155621 (93.6283) Other time (%) = 9.2268e-05 (0.555125) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:07 2021 Memory usage per processor = 27.5306 Mbytes Step Atoms AVEKE stressZZ 10191 5000 2.1178024e-11 3047095.5 10192 -0.00948999999999482 3047043.43745458 10192 5000 2.1176482e-11 3047043.4 Loop time of 0.01703 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:07 2021 Pair time (%) = 0.00115108 (6.75916) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.211399) Outpt time (%) = 0.0157189 (92.3014) Other time (%) = 0.000123978 (0.727996) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:07 2021 Memory usage per processor = 27.5306 Mbytes Step Atoms AVEKE stressZZ 10192 5000 2.1176482e-11 3047032.9 10193 -0.00948999999999482 3046980.85175264 10193 5000 2.1174941e-11 3046980.9 Loop time of 0.0171831 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:07 2021 Pair time (%) = 0.000953197 (5.54731) Neigh time (%) = 0 (0) Comm time (%) = 5.79357e-05 (0.337168) Outpt time (%) = 0.016077 (93.5633) Other time (%) = 9.48906e-05 (0.552233) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:07 2021 Memory usage per processor = 27.5306 Mbytes Step Atoms AVEKE stressZZ 10193 5000 2.1174941e-11 3046970.3 10194 -0.00948999999999482 3046918.26916825 10194 5000 2.1173399e-11 3046918.3 Loop time of 0.0172491 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:07 2021 Pair time (%) = 0.00106287 (6.16188) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.186598) Outpt time (%) = 0.0160508 (93.053) Other time (%) = 0.000103235 (0.598496) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:07 2021 Memory usage per processor = 27.5306 Mbytes Step Atoms AVEKE stressZZ 10194 5000 2.1173399e-11 3046907.7 10195 -0.00948999999999482 3046855.68970054 10195 5000 2.1171858e-11 3046855.7 Loop time of 0.016468 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:07 2021 Pair time (%) = 0.000941038 (5.71433) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.201239) Outpt time (%) = 0.015398 (93.5024) Other time (%) = 9.58443e-05 (0.582001) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:07 2021 Memory usage per processor = 27.5306 Mbytes Step Atoms AVEKE stressZZ 10195 5000 2.1171858e-11 3046845.2 10196 -0.00948999999999482 3046793.11334874 10196 5000 2.1170317e-11 3046793.1 Loop time of 0.017035 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:07 2021 Pair time (%) = 0.00101209 (5.94122) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.193142) Outpt time (%) = 0.0158341 (92.9503) Other time (%) = 0.000155926 (0.915325) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:07 2021 Memory usage per processor = 27.5306 Mbytes Step Atoms AVEKE stressZZ 10196 5000 2.1170317e-11 3046782.6 10197 -0.00948999999999482 3046730.54011208 10197 5000 2.1168776e-11 3046730.5 Loop time of 0.0173101 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:07 2021 Pair time (%) = 0.00105596 (6.10021) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.218996) Outpt time (%) = 0.0161128 (93.083) Other time (%) = 0.000103474 (0.597763) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:07 2021 Memory usage per processor = 27.5306 Mbytes Step Atoms AVEKE stressZZ 10197 5000 2.1168776e-11 3046720 10198 -0.00948999999999482 3046667.9699899 10198 5000 2.1167236e-11 3046668 Loop time of 0.016685 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:07 2021 Pair time (%) = 0.000942945 (5.65145) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191478) Outpt time (%) = 0.0156181 (93.6055) Other time (%) = 9.20296e-05 (0.55157) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:07 2021 Memory usage per processor = 27.5306 Mbytes Step Atoms AVEKE stressZZ 10198 5000 2.1167236e-11 3046657.4 10199 -0.00948999999999482 3046605.40298136 10199 5000 2.1165695e-11 3046605.4 Loop time of 0.0164738 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:07 2021 Pair time (%) = 0.00102806 (6.24059) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.206958) Outpt time (%) = 0.01531 (92.9359) Other time (%) = 0.000101566 (0.616534) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:07 2021 Memory usage per processor = 27.5306 Mbytes Step Atoms AVEKE stressZZ 10199 5000 2.1165695e-11 3046594.9 10200 -0.00948999999999482 3046542.83908594 10200 5000 2.1164155e-11 3046542.8 Loop time of 0.0193019 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:07 2021 Pair time (%) = 0.000935078 (4.84449) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.165518) Outpt time (%) = 0.018244 (94.5194) Other time (%) = 9.08375e-05 (0.470614) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:07 2021 Memory usage per processor = 27.5306 Mbytes Step Atoms AVEKE stressZZ 10200 5000 2.1164155e-11 3046532.3 10201 -0.00948999999999482 3046480.27830295 10201 5000 2.1162615e-11 3046480.3 Loop time of 0.0172982 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:07 2021 Pair time (%) = 0.000976086 (5.64269) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18469) Outpt time (%) = 0.016196 (93.6282) Other time (%) = 9.41753e-05 (0.544422) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:07 2021 Memory usage per processor = 27.5306 Mbytes Step Atoms AVEKE stressZZ 10201 5000 2.1162615e-11 3046469.8 10202 -0.00948999999999482 3046417.72063171 10202 5000 2.1161075e-11 3046417.7 Loop time of 0.0164971 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:07 2021 Pair time (%) = 0.000936985 (5.67968) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.187878) Outpt time (%) = 0.0154331 (93.55) Other time (%) = 9.60827e-05 (0.58242) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:07 2021 Memory usage per processor = 27.5306 Mbytes Step Atoms AVEKE stressZZ 10202 5000 2.1161075e-11 3046407.2 10203 -0.00948999999999482 3046355.1661172 10203 5000 2.1159535e-11 3046355.2 Loop time of 0.017014 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:07 2021 Pair time (%) = 0.001158 (6.80614) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.211597) Outpt time (%) = 0.0157049 (92.3054) Other time (%) = 0.000115156 (0.676831) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:07 2021 Memory usage per processor = 27.5306 Mbytes Step Atoms AVEKE stressZZ 10203 5000 2.1159535e-11 3046344.6 10204 -0.00948999999999482 3046292.61475512 10204 5000 2.1157995e-11 3046292.6 Loop time of 0.016607 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:07 2021 Pair time (%) = 0.000947952 (5.70813) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.199555) Outpt time (%) = 0.015496 (93.3099) Other time (%) = 0.000129938 (0.782428) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:07 2021 Memory usage per processor = 27.5306 Mbytes Step Atoms AVEKE stressZZ 10204 5000 2.1157995e-11 3046282.1 10205 -0.00948999999999482 3046230.06652939 10205 5000 2.1156456e-11 3046230.1 Loop time of 0.0162208 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:07 2021 Pair time (%) = 0.000936985 (5.77644) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.191078) Outpt time (%) = 0.015161 (93.4666) Other time (%) = 9.17912e-05 (0.565885) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:07 2021 Memory usage per processor = 27.5306 Mbytes Step Atoms AVEKE stressZZ 10205 5000 2.1156456e-11 3046219.5 10206 -0.00948999999999482 3046167.52143446 10206 5000 2.1154916e-11 3046167.5 Loop time of 0.0162802 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:07 2021 Pair time (%) = 0.000948906 (5.8286) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.190381) Outpt time (%) = 0.015214 (93.4509) Other time (%) = 8.63075e-05 (0.530139) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:07 2021 Memory usage per processor = 27.5306 Mbytes Step Atoms AVEKE stressZZ 10206 5000 2.1154916e-11 3046157 10207 -0.00948999999999482 3046104.9794668 10207 5000 2.1153377e-11 3046105 Loop time of 0.0173941 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:07 2021 Pair time (%) = 0.000936985 (5.38681) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183672) Outpt time (%) = 0.016336 (93.9169) Other time (%) = 8.91685e-05 (0.512638) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:07 2021 Memory usage per processor = 27.5306 Mbytes Step Atoms AVEKE stressZZ 10207 5000 2.1153377e-11 3046094.5 10208 -0.00948999999999482 3046042.44062389 10208 5000 2.1151838e-11 3046042.4 Loop time of 0.0170822 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:07 2021 Pair time (%) = 0.00114512 (6.70361) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.210753) Outpt time (%) = 0.0157709 (92.3236) Other time (%) = 0.000130177 (0.762059) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:07 2021 Memory usage per processor = 27.5306 Mbytes Step Atoms AVEKE stressZZ 10208 5000 2.1151838e-11 3046031.9 10209 -0.00948999999999482 3045979.9049038 10209 5000 2.1150299e-11 3045979.9 Loop time of 0.017127 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:07 2021 Pair time (%) = 0.00104904 (6.12506) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193496) Outpt time (%) = 0.015908 (92.8824) Other time (%) = 0.000136852 (0.799042) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:07 2021 Memory usage per processor = 27.5306 Mbytes Step Atoms AVEKE stressZZ 10209 5000 2.1150299e-11 3045969.4 10210 -0.00948999999999482 3045917.37230488 10210 5000 2.114876e-11 3045917.4 Loop time of 0.0189788 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:07 2021 Pair time (%) = 0.000974178 (5.13297) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.168335) Outpt time (%) = 0.0178809 (94.215) Other time (%) = 9.17912e-05 (0.48365) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:07 2021 Memory usage per processor = 27.5306 Mbytes Step Atoms AVEKE stressZZ 10210 5000 2.114876e-11 3045906.9 10211 -0.00948999999999482 3045854.84282576 10211 5000 2.1147222e-11 3045854.8 Loop time of 0.01684 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:07 2021 Pair time (%) = 0.000935078 (5.55272) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.184053) Outpt time (%) = 0.015779 (93.6997) Other time (%) = 9.48906e-05 (0.563484) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:07 2021 Memory usage per processor = 27.5306 Mbytes Step Atoms AVEKE stressZZ 10211 5000 2.1147222e-11 3045844.3 10212 -0.00948999999999482 3045792.31646517 10212 5000 2.1145683e-11 3045792.3 Loop time of 0.0165539 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:07 2021 Pair time (%) = 0.00108314 (6.54309) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.205957) Outpt time (%) = 0.0153041 (92.4502) Other time (%) = 0.000132561 (0.800784) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:07 2021 Memory usage per processor = 27.5306 Mbytes Step Atoms AVEKE stressZZ 10212 5000 2.1145683e-11 3045781.8 10213 -0.00948999999999482 3045729.79322208 10213 5000 2.1144145e-11 3045729.8 Loop time of 0.0170569 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:07 2021 Pair time (%) = 0.000961065 (5.63445) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187303) Outpt time (%) = 0.015965 (93.5982) Other time (%) = 9.89437e-05 (0.580079) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:07 2021 Memory usage per processor = 27.5306 Mbytes Step Atoms AVEKE stressZZ 10213 5000 2.1144145e-11 3045719.3 10214 -0.00948999999999482 3045667.27309544 10214 5000 2.1142607e-11 3045667.3 Loop time of 0.017206 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:07 2021 Pair time (%) = 0.000936985 (5.4457) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180138) Outpt time (%) = 0.016145 (93.8337) Other time (%) = 9.29832e-05 (0.540413) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:07 2021 Memory usage per processor = 27.5306 Mbytes Step Atoms AVEKE stressZZ 10214 5000 2.1142607e-11 3045656.8 10215 -0.00948999999999482 3045604.7560843 10215 5000 2.1141069e-11 3045604.8 Loop time of 0.0165808 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:07 2021 Pair time (%) = 0.000965118 (5.82069) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192681) Outpt time (%) = 0.0154769 (93.3424) Other time (%) = 0.000106812 (0.644187) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:07 2021 Memory usage per processor = 27.5306 Mbytes Step Atoms AVEKE stressZZ 10215 5000 2.1141069e-11 3045594.2 10216 -0.00948999999999482 3045542.24218899 10216 5000 2.1139531e-11 3045542.2 Loop time of 0.0170171 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:07 2021 Pair time (%) = 0.00117588 (6.90998) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.222767) Outpt time (%) = 0.015666 (92.0602) Other time (%) = 0.000137329 (0.807005) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:07 2021 Memory usage per processor = 27.5306 Mbytes Step Atoms AVEKE stressZZ 10216 5000 2.1139531e-11 3045531.7 10217 -0.00948999999999482 3045479.73147601 10217 5000 2.1137994e-11 3045479.7 Loop time of 0.017293 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:07 2021 Pair time (%) = 0.0010829 (6.26206) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197154) Outpt time (%) = 0.0160351 (92.726) Other time (%) = 0.000140905 (0.814813) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:07 2021 Memory usage per processor = 27.5306 Mbytes Step Atoms AVEKE stressZZ 10217 5000 2.1137994e-11 3045469.2 10218 -0.00948999999999482 3045417.22392603 10218 5000 2.1136456e-11 3045417.2 Loop time of 0.0174289 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:07 2021 Pair time (%) = 0.00107217 (6.15168) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183306) Outpt time (%) = 0.0162311 (93.1274) Other time (%) = 9.36985e-05 (0.537605) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:07 2021 Memory usage per processor = 27.5306 Mbytes Step Atoms AVEKE stressZZ 10218 5000 2.1136456e-11 3045406.7 10219 -0.00948999999999482 3045354.71952222 10219 5000 2.1134919e-11 3045354.7 Loop time of 0.0165601 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:07 2021 Pair time (%) = 0.00098896 (5.97195) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.20588) Outpt time (%) = 0.0154359 (93.2117) Other time (%) = 0.000101089 (0.610441) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:07 2021 Memory usage per processor = 27.5306 Mbytes Step Atoms AVEKE stressZZ 10219 5000 2.1134919e-11 3045344.2 10220 -0.00948999999999482 3045292.2182576 10220 5000 2.1133382e-11 3045292.2 Loop time of 0.0194001 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:07 2021 Pair time (%) = 0.000977039 (5.03625) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.169596) Outpt time (%) = 0.0182881 (94.2682) Other time (%) = 0.000102043 (0.525992) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:07 2021 Memory usage per processor = 27.5306 Mbytes Step Atoms AVEKE stressZZ 10220 5000 2.1133382e-11 3045281.7 10221 -0.00948999999999482 3045229.72012771 10221 5000 2.1131845e-11 3045229.7 Loop time of 0.0171962 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:07 2021 Pair time (%) = 0.000938892 (5.45989) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.18024) Outpt time (%) = 0.0161328 (93.8164) Other time (%) = 9.34601e-05 (0.543493) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:07 2021 Memory usage per processor = 27.5306 Mbytes Step Atoms AVEKE stressZZ 10221 5000 2.1131845e-11 3045219.2 10222 -0.00948999999999482 3045167.22512944 10222 5000 2.1130308e-11 3045167.2 Loop time of 0.0167229 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:07 2021 Pair time (%) = 0.000960827 (5.74557) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191044) Outpt time (%) = 0.015635 (93.4945) Other time (%) = 9.5129e-05 (0.568854) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:07 2021 Memory usage per processor = 27.5306 Mbytes Step Atoms AVEKE stressZZ 10222 5000 2.1130308e-11 3045156.7 10223 -0.00948999999999482 3045104.73325524 10223 5000 2.1128771e-11 3045104.7 Loop time of 0.016547 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:07 2021 Pair time (%) = 0.00104904 (6.33978) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.206043) Outpt time (%) = 0.0153611 (92.8332) Other time (%) = 0.000102758 (0.621011) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:07 2021 Memory usage per processor = 27.5306 Mbytes Step Atoms AVEKE stressZZ 10223 5000 2.1128771e-11 3045094.2 10224 -0.00948999999999482 3045042.24449006 10224 5000 2.1127235e-11 3045042.2 Loop time of 0.0170619 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:07 2021 Pair time (%) = 0.00105286 (6.17079) Neigh time (%) = 0 (0) Comm time (%) = 5.31673e-05 (0.311614) Outpt time (%) = 0.0157988 (92.5967) Other time (%) = 0.000157118 (0.920867) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:07 2021 Memory usage per processor = 27.5306 Mbytes Step Atoms AVEKE stressZZ 10224 5000 2.1127235e-11 3045031.7 10225 -0.00948999999999482 3044979.75884917 10225 5000 2.1125698e-11 3044979.8 Loop time of 0.017379 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:07 2021 Pair time (%) = 0.00100803 (5.80028) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.185203) Outpt time (%) = 0.0162439 (93.4685) Other time (%) = 9.48906e-05 (0.546006) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:07 2021 Memory usage per processor = 27.5306 Mbytes Step Atoms AVEKE stressZZ 10225 5000 2.1125698e-11 3044969.2 10226 -0.00948999999999482 3044917.27633112 10226 5000 2.1124162e-11 3044917.3 Loop time of 0.016639 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:07 2021 Pair time (%) = 0.000994921 (5.97945) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.19344) Outpt time (%) = 0.0155208 (93.2797) Other time (%) = 9.10759e-05 (0.547364) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:07 2021 Memory usage per processor = 27.5306 Mbytes Step Atoms AVEKE stressZZ 10226 5000 2.1124162e-11 3044906.8 10227 -0.00948999999999482 3044854.7969345 10227 5000 2.1122626e-11 3044854.8 Loop time of 0.0168571 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:07 2021 Pair time (%) = 0.00117111 (6.94727) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.23761) Outpt time (%) = 0.0155041 (91.9736) Other time (%) = 0.000141859 (0.841537) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:07 2021 Memory usage per processor = 27.5306 Mbytes Step Atoms AVEKE stressZZ 10227 5000 2.1122626e-11 3044844.3 10228 -0.00948999999999482 3044792.32065811 10228 5000 2.112109e-11 3044792.3 Loop time of 0.017307 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:07 2021 Pair time (%) = 0.000989914 (5.71972) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191484) Outpt time (%) = 0.0161488 (93.3077) Other time (%) = 0.000135183 (0.781089) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:07 2021 Memory usage per processor = 27.5306 Mbytes Step Atoms AVEKE stressZZ 10228 5000 2.112109e-11 3044781.8 10229 -0.00948999999999482 3044729.84750083 10229 5000 2.1119554e-11 3044729.8 Loop time of 0.0172081 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:07 2021 Pair time (%) = 0.000965118 (5.60851) Neigh time (%) = 0 (0) Comm time (%) = 6.19888e-05 (0.360231) Outpt time (%) = 0.0160291 (93.1487) Other time (%) = 0.000151873 (0.882565) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:07 2021 Memory usage per processor = 27.5306 Mbytes Step Atoms AVEKE stressZZ 10229 5000 2.1119554e-11 3044719.3 10230 -0.00948999999999482 3044667.3774616 10230 5000 2.1118019e-11 3044667.4 Loop time of 0.018362 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:07 2021 Pair time (%) = 0.000952005 (5.18464) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.190869) Outpt time (%) = 0.0172741 (94.0753) Other time (%) = 0.000100851 (0.549237) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:07 2021 Memory usage per processor = 27.5306 Mbytes Step Atoms AVEKE stressZZ 10230 5000 2.1118019e-11 3044656.9 10231 -0.00948999999999482 3044604.91053949 10231 5000 2.1116483e-11 3044604.9 Loop time of 0.0176749 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:07 2021 Pair time (%) = 0.00145006 (8.20406) Neigh time (%) = 0 (0) Comm time (%) = 6.19888e-05 (0.350716) Outpt time (%) = 0.0159471 (90.2245) Other time (%) = 0.000215769 (1.22076) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:07 2021 Memory usage per processor = 27.5306 Mbytes Step Atoms AVEKE stressZZ 10231 5000 2.1116483e-11 3044594.4 10232 -0.00948999999999482 3044542.44670897 10232 5000 2.1114948e-11 3044542.4 Loop time of 0.0172679 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:08 2021 Pair time (%) = 0.000937223 (5.42753) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185014) Outpt time (%) = 0.016211 (93.8794) Other time (%) = 8.7738e-05 (0.508098) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:08 2021 Memory usage per processor = 27.5306 Mbytes Step Atoms AVEKE stressZZ 10232 5000 2.1114948e-11 3044531.9 10233 -0.00948999999999482 3044479.98599044 10233 5000 2.1113413e-11 3044480 Loop time of 0.016469 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:08 2021 Pair time (%) = 0.000976086 (5.92681) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193989) Outpt time (%) = 0.0153689 (93.3204) Other time (%) = 9.20296e-05 (0.558805) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:08 2021 Memory usage per processor = 27.5306 Mbytes Step Atoms AVEKE stressZZ 10233 5000 2.1113413e-11 3044469.5 10234 -0.00948999999999482 3044417.52838476 10234 5000 2.1111878e-11 3044417.5 Loop time of 0.016649 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:08 2021 Pair time (%) = 0.00111198 (6.67898) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.227693) Outpt time (%) = 0.0153842 (92.4031) Other time (%) = 0.000114918 (0.690238) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:08 2021 Memory usage per processor = 27.5306 Mbytes Step Atoms AVEKE stressZZ 10234 5000 2.1111878e-11 3044407 10235 -0.00948999999999482 3044355.07389136 10235 5000 2.1110343e-11 3044355.1 Loop time of 0.017087 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:08 2021 Pair time (%) = 0.000937223 (5.48501) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181392) Outpt time (%) = 0.0160329 (93.8313) Other time (%) = 8.58307e-05 (0.502316) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:08 2021 Memory usage per processor = 27.5306 Mbytes Step Atoms AVEKE stressZZ 10235 5000 2.1110343e-11 3044344.6 10236 -0.00948999999999482 3044292.62250947 10236 5000 2.1108809e-11 3044292.6 Loop time of 0.01738 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:08 2021 Pair time (%) = 0.000982046 (5.65044) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183821) Outpt time (%) = 0.016273 (93.6307) Other time (%) = 9.29832e-05 (0.535001) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:08 2021 Memory usage per processor = 27.5306 Mbytes Step Atoms AVEKE stressZZ 10236 5000 2.1108809e-11 3044282.1 10237 -0.00948999999999482 3044230.1742384 10237 5000 2.1107274e-11 3044230.2 Loop time of 0.016495 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:08 2021 Pair time (%) = 0.000937939 (5.6862) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.195129) Outpt time (%) = 0.015399 (93.3555) Other time (%) = 0.000125885 (0.763171) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:08 2021 Memory usage per processor = 27.5306 Mbytes Step Atoms AVEKE stressZZ 10237 5000 2.1107274e-11 3044219.7 10238 -0.00948999999999482 3044167.72907753 10238 5000 2.110574e-11 3044167.7 Loop time of 0.0172691 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:08 2021 Pair time (%) = 0.00106502 (6.16716) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.215374) Outpt time (%) = 0.01601 (92.709) Other time (%) = 0.000156879 (0.908438) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:08 2021 Memory usage per processor = 27.5306 Mbytes Step Atoms AVEKE stressZZ 10238 5000 2.110574e-11 3044157.2 10239 -0.00948999999999482 3044105.2870262 10239 5000 2.1104206e-11 3044105.3 Loop time of 0.017046 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:08 2021 Pair time (%) = 0.000998974 (5.86047) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187423) Outpt time (%) = 0.0159221 (93.4066) Other time (%) = 9.29832e-05 (0.545485) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:08 2021 Memory usage per processor = 27.5306 Mbytes Step Atoms AVEKE stressZZ 10239 5000 2.1104206e-11 3044094.8 10240 -0.00948999999999482 3044042.84808375 10240 5000 2.1102672e-11 3044042.8 Loop time of 0.0185559 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:08 2021 Pair time (%) = 0.000940084 (5.06623) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.172172) Outpt time (%) = 0.0174909 (94.2605) Other time (%) = 9.29832e-05 (0.501099) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:08 2021 Memory usage per processor = 27.5306 Mbytes Step Atoms AVEKE stressZZ 10240 5000 2.1102672e-11 3044032.3 10241 -0.00948999999999482 3043980.41224962 10241 5000 2.1101138e-11 3043980.4 Loop time of 0.016783 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:08 2021 Pair time (%) = 0.000994921 (5.92815) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.203145) Outpt time (%) = 0.0156178 (93.0575) Other time (%) = 0.000136137 (0.81116) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:22:08 2021 Memory usage per processor = 27.5306 Mbytes Step Atoms AVEKE stressZZ 10241 5000 2.1101138e-11 3043969.9 10242 -0.00948999999999482 3043907.51804221 10242 5000 4.168462e-11 3044007.4 Loop time of 0.0169539 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:08 2021 Pair time (%) = 0.00117707 (6.94276) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.194066) Outpt time (%) = 0.0155852 (91.9266) Other time (%) = 0.000158787 (0.936577) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:08 2021 Memory usage per processor = 27.5306 Mbytes Step Atoms AVEKE stressZZ 10242 5000 4.168462e-11 3087527.6 10243 -0.0095224999999948 3087458.69190962 10243 5000 3.3616296e-11 3087458.7 Loop time of 0.0172019 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:08 2021 Pair time (%) = 0.00095892 (5.5745) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192654) Outpt time (%) = 0.016109 (93.6466) Other time (%) = 0.000100851 (0.586279) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:08 2021 Memory usage per processor = 27.5306 Mbytes Step Atoms AVEKE stressZZ 10243 5000 3.3616296e-11 3087444.5 10244 -0.0095224999999948 3087381.50987839 10244 5000 2.8938713e-11 3087381.5 Loop time of 0.0163081 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:08 2021 Pair time (%) = 0.000982046 (6.02184) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.190056) Outpt time (%) = 0.0151989 (93.1989) Other time (%) = 9.60827e-05 (0.589173) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:08 2021 Memory usage per processor = 27.5306 Mbytes Step Atoms AVEKE stressZZ 10244 5000 2.8938713e-11 3087368.6 10245 -0.0095224999999948 3087309.32324244 10245 5000 2.6147452e-11 3087309.3 Loop time of 0.0166769 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:08 2021 Pair time (%) = 0.00116396 (6.97947) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.221593) Outpt time (%) = 0.015342 (91.9955) Other time (%) = 0.000133991 (0.803454) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:08 2021 Memory usage per processor = 27.5306 Mbytes Step Atoms AVEKE stressZZ 10245 5000 2.6147452e-11 3087297.2 10246 -0.0095224999999948 3087240.31238407 10246 5000 2.4446506e-11 3087240.3 Loop time of 0.0170019 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:08 2021 Pair time (%) = 0.000938892 (5.52229) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.1823) Outpt time (%) = 0.0159068 (93.5592) Other time (%) = 0.00012517 (0.736212) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:08 2021 Memory usage per processor = 27.5306 Mbytes Step Atoms AVEKE stressZZ 10246 5000 2.4446506e-11 3087228.7 10247 -0.0095224999999948 3087173.3209201 10247 5000 2.3394656e-11 3087173.3 Loop time of 0.0168579 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:08 2021 Pair time (%) = 0.000938177 (5.56522) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.189514) Outpt time (%) = 0.015795 (93.6951) Other time (%) = 9.27448e-05 (0.550158) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:08 2021 Memory usage per processor = 27.5306 Mbytes Step Atoms AVEKE stressZZ 10247 5000 2.3394656e-11 3087162 10248 -0.0095224999999948 3087107.6139573 10248 5000 2.2737617e-11 3087107.6 Loop time of 0.0171351 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:08 2021 Pair time (%) = 0.00101089 (5.89954) Neigh time (%) = 0 (0) Comm time (%) = 4.81606e-05 (0.281063) Outpt time (%) = 0.0159481 (93.0722) Other time (%) = 0.000128031 (0.747182) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:08 2021 Memory usage per processor = 27.5306 Mbytes Step Atoms AVEKE stressZZ 10248 5000 2.2737617e-11 3087096.5 10249 -0.0095224999999948 3087042.72446307 10249 5000 2.2324335e-11 3087042.7 Loop time of 0.016515 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:08 2021 Pair time (%) = 0.000954151 (5.77748) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.199223) Outpt time (%) = 0.015434 (93.4545) Other time (%) = 9.39369e-05 (0.568797) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:08 2021 Memory usage per processor = 27.5306 Mbytes Step Atoms AVEKE stressZZ 10249 5000 2.2324335e-11 3087031.8 10250 -0.0095224999999948 3086978.35563281 10250 5000 2.2063075e-11 3086978.4 Loop time of 0.018136 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:08 2021 Pair time (%) = 0.000941038 (5.18878) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.1709) Outpt time (%) = 0.0170751 (94.15) Other time (%) = 8.89301e-05 (0.490351) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:08 2021 Memory usage per processor = 27.5308 Mbytes Step Atoms AVEKE stressZZ 10250 5000 2.2063075e-11 3086967.5 10251 -0.0095224999999948 3086914.31884374 10251 5000 2.1897259e-11 3086914.3 Loop time of 0.0163858 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:08 2021 Pair time (%) = 0.000941038 (5.74301) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.196429) Outpt time (%) = 0.0153248 (93.5251) Other time (%) = 8.7738e-05 (0.535452) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:08 2021 Memory usage per processor = 27.5308 Mbytes Step Atoms AVEKE stressZZ 10251 5000 2.1897259e-11 3086903.5 10252 -0.0095224999999948 3086850.49422381 10252 5000 2.1791628e-11 3086850.5 Loop time of 0.0171669 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:08 2021 Pair time (%) = 0.000936985 (5.45811) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180548) Outpt time (%) = 0.0161099 (93.8433) Other time (%) = 8.89301e-05 (0.518034) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:08 2021 Memory usage per processor = 27.5308 Mbytes Step Atoms AVEKE stressZZ 10252 5000 2.1791628e-11 3086839.7 10253 -0.0095224999999948 3086786.80559276 10253 5000 2.1724054e-11 3086786.8 Loop time of 0.016716 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:08 2021 Pair time (%) = 0.000965118 (5.77362) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.203959) Outpt time (%) = 0.01562 (93.4433) Other time (%) = 9.67979e-05 (0.579073) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:08 2021 Memory usage per processor = 27.5308 Mbytes Step Atoms AVEKE stressZZ 10253 5000 2.1724054e-11 3086776 10254 -0.0095224999999948 3086723.20453697 10254 5000 2.1680588e-11 3086723.2 Loop time of 0.0171778 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:08 2021 Pair time (%) = 0.00118184 (6.88004) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.20264) Outpt time (%) = 0.0158241 (92.1193) Other time (%) = 0.000137091 (0.798068) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:08 2021 Memory usage per processor = 27.5308 Mbytes Step Atoms AVEKE stressZZ 10254 5000 2.1680588e-11 3086712.5 10255 -0.0095224999999948 3086659.66028907 10255 5000 2.1652412e-11 3086659.7 Loop time of 0.0169749 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:08 2021 Pair time (%) = 0.000938892 (5.53105) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.182589) Outpt time (%) = 0.0159101 (93.7274) Other time (%) = 9.48906e-05 (0.559004) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:08 2021 Memory usage per processor = 27.5308 Mbytes Step Atoms AVEKE stressZZ 10255 5000 2.1652412e-11 3086648.9 10256 -0.0095224999999948 3086596.15329581 10256 5000 2.1633941e-11 3086596.2 Loop time of 0.0169051 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:08 2021 Pair time (%) = 0.000937939 (5.54827) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.183344) Outpt time (%) = 0.015846 (93.7353) Other time (%) = 9.01222e-05 (0.533108) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:08 2021 Memory usage per processor = 27.5308 Mbytes Step Atoms AVEKE stressZZ 10256 5000 2.1633941e-11 3086585.4 10257 -0.0095224999999948 3086532.67113078 10257 5000 2.1621631e-11 3086532.7 Loop time of 0.0164931 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:08 2021 Pair time (%) = 0.000965118 (5.85166) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.206716) Outpt time (%) = 0.015394 (93.3359) Other time (%) = 9.98974e-05 (0.605693) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:08 2021 Memory usage per processor = 27.5308 Mbytes Step Atoms AVEKE stressZZ 10257 5000 2.1621631e-11 3086521.9 10258 -0.0095224999999948 3086469.20589685 10258 5000 2.1613236e-11 3086469.2 Loop time of 0.016897 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:08 2021 Pair time (%) = 0.00096488 (5.71038) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.196131) Outpt time (%) = 0.0157971 (93.491) Other time (%) = 0.000101805 (0.602503) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:08 2021 Memory usage per processor = 27.5308 Mbytes Step Atoms AVEKE stressZZ 10258 5000 2.1613236e-11 3086458.5 10259 -0.0095224999999948 3086405.75257509 10259 5000 2.1607327e-11 3086405.8 Loop time of 0.0172329 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:08 2021 Pair time (%) = 0.00103211 (5.98921) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.196458) Outpt time (%) = 0.0160599 (93.1931) Other time (%) = 0.00010705 (0.621195) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:08 2021 Memory usage per processor = 27.5308 Mbytes Step Atoms AVEKE stressZZ 10259 5000 2.1607327e-11 3086395 10260 -0.0095224999999948 3086342.30797587 10260 5000 2.1602998e-11 3086342.3 Loop time of 0.0185621 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:08 2021 Pair time (%) = 0.000945091 (5.09152) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.172115) Outpt time (%) = 0.0174921 (94.2354) Other time (%) = 9.29832e-05 (0.500931) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:08 2021 Memory usage per processor = 27.5308 Mbytes Step Atoms AVEKE stressZZ 10260 5000 2.1602998e-11 3086331.6 10261 -0.0095224999999948 3086278.8700721 10261 5000 2.1599673e-11 3086278.9 Loop time of 0.0165451 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:08 2021 Pair time (%) = 0.000987053 (5.96585) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.206067) Outpt time (%) = 0.0154212 (93.207) Other time (%) = 0.000102758 (0.621082) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:08 2021 Memory usage per processor = 27.5308 Mbytes Step Atoms AVEKE stressZZ 10261 5000 2.1599673e-11 3086268.1 10262 -0.0095224999999948 3086215.43757544 10262 5000 2.1596986e-11 3086215.4 Loop time of 0.0171421 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:08 2021 Pair time (%) = 0.000980854 (5.72192) Neigh time (%) = 0 (0) Comm time (%) = 5.4121e-05 (0.315721) Outpt time (%) = 0.0159922 (93.292) Other time (%) = 0.000114918 (0.670385) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:08 2021 Memory usage per processor = 27.5308 Mbytes Step Atoms AVEKE stressZZ 10262 5000 2.1596986e-11 3086204.7 10263 -0.0095224999999948 3086152.00966703 10263 5000 2.1594705e-11 3086152 Loop time of 0.0171359 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:08 2021 Pair time (%) = 0.000964165 (5.62659) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18644) Outpt time (%) = 0.016046 (93.6402) Other time (%) = 9.36985e-05 (0.546798) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:08 2021 Memory usage per processor = 27.5308 Mbytes Step Atoms AVEKE stressZZ 10263 5000 2.1594705e-11 3086141.3 10264 -0.0095224999999948 3086088.5858266 10264 5000 2.1592681e-11 3086088.6 Loop time of 0.016592 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:08 2021 Pair time (%) = 0.000978947 (5.9001) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.199736) Outpt time (%) = 0.0154631 (93.1961) Other time (%) = 0.000116825 (0.704104) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:08 2021 Memory usage per processor = 27.5308 Mbytes Step Atoms AVEKE stressZZ 10264 5000 2.1592681e-11 3086077.9 10265 -0.0095224999999948 3086025.1657234 10265 5000 2.1590821e-11 3086025.2 Loop time of 0.0171759 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:08 2021 Pair time (%) = 0.00110412 (6.42828) Neigh time (%) = 0 (0) Comm time (%) = 6.31809e-05 (0.367846) Outpt time (%) = 0.0158679 (92.3849) Other time (%) = 0.000140667 (0.818978) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:08 2021 Memory usage per processor = 27.5308 Mbytes Step Atoms AVEKE stressZZ 10265 5000 2.1590821e-11 3086014.4 10266 -0.0095224999999948 3085961.74916868 10266 5000 2.1589066e-11 3085961.7 Loop time of 0.017504 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:08 2021 Pair time (%) = 0.000938892 (5.36388) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.177071) Outpt time (%) = 0.0164399 (93.921) Other time (%) = 9.41753e-05 (0.538023) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:08 2021 Memory usage per processor = 27.5308 Mbytes Step Atoms AVEKE stressZZ 10266 5000 2.1589066e-11 3085951 10267 -0.0095224999999948 3085898.33604509 10267 5000 2.1587377e-11 3085898.3 Loop time of 0.0165319 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:08 2021 Pair time (%) = 0.000940084 (5.68647) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193251) Outpt time (%) = 0.0154691 (93.5708) Other time (%) = 9.08375e-05 (0.549466) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:08 2021 Memory usage per processor = 27.5308 Mbytes Step Atoms AVEKE stressZZ 10267 5000 2.1587377e-11 3085887.6 10268 -0.0095224999999948 3085834.92624909 10268 5000 2.1585729e-11 3085834.9 Loop time of 0.0169568 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:08 2021 Pair time (%) = 0.00122404 (7.21858) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.212311) Outpt time (%) = 0.0155699 (91.8211) Other time (%) = 0.000126839 (0.74801) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:08 2021 Memory usage per processor = 27.5308 Mbytes Step Atoms AVEKE stressZZ 10268 5000 2.1585729e-11 3085824.2 10269 -0.0095224999999948 3085771.51972142 10269 5000 2.1584109e-11 3085771.5 Loop time of 0.017431 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:08 2021 Pair time (%) = 0.000984907 (5.65031) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.177812) Outpt time (%) = 0.0163231 (93.6439) Other time (%) = 9.20296e-05 (0.527964) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:08 2021 Memory usage per processor = 27.5308 Mbytes Step Atoms AVEKE stressZZ 10269 5000 2.1584109e-11 3085760.8 10270 -0.0095224999999948 3085708.11645858 10270 5000 2.1582506e-11 3085708.1 Loop time of 0.019212 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:08 2021 Pair time (%) = 0.000936985 (4.87708) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.161328) Outpt time (%) = 0.0181499 (94.4714) Other time (%) = 9.41753e-05 (0.49019) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:08 2021 Memory usage per processor = 27.5308 Mbytes Step Atoms AVEKE stressZZ 10270 5000 2.1582506e-11 3085697.4 10271 -0.0095224999999948 3085644.71644625 10271 5000 2.1580914e-11 3085644.7 Loop time of 0.0164521 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:08 2021 Pair time (%) = 0.000964165 (5.86044) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.199986) Outpt time (%) = 0.0153401 (93.2411) Other time (%) = 0.000114918 (0.6985) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:08 2021 Memory usage per processor = 27.5308 Mbytes Step Atoms AVEKE stressZZ 10271 5000 2.1580914e-11 3085634 10272 -0.0095224999999948 3085581.31965146 10272 5000 2.1579328e-11 3085581.3 Loop time of 0.0170391 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:08 2021 Pair time (%) = 0.00122786 (7.20612) Neigh time (%) = 0 (0) Comm time (%) = 4.29153e-05 (0.251864) Outpt time (%) = 0.0156171 (91.6549) Other time (%) = 0.000151157 (0.887123) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:08 2021 Memory usage per processor = 27.5308 Mbytes Step Atoms AVEKE stressZZ 10272 5000 2.1579328e-11 3085570.6 10273 -0.0095224999999948 3085517.92605926 10273 5000 2.1577748e-11 3085517.9 Loop time of 0.0169342 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:08 2021 Pair time (%) = 0.000936985 (5.53311) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188661) Outpt time (%) = 0.0158689 (93.7094) Other time (%) = 9.63211e-05 (0.568798) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:08 2021 Memory usage per processor = 27.5308 Mbytes Step Atoms AVEKE stressZZ 10273 5000 2.1577748e-11 3085507.2 10274 -0.0095224999999948 3085454.53566018 10274 5000 2.157617e-11 3085454.5 Loop time of 0.0172081 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:08 2021 Pair time (%) = 0.000937939 (5.45057) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185657) Outpt time (%) = 0.0161431 (93.811) Other time (%) = 9.5129e-05 (0.552815) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:08 2021 Memory usage per processor = 27.5308 Mbytes Step Atoms AVEKE stressZZ 10274 5000 2.157617e-11 3085443.8 10275 -0.0095224999999948 3085391.14844793 10275 5000 2.1574594e-11 3085391.1 Loop time of 0.0164301 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:09 2021 Pair time (%) = 0.000985146 (5.99597) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.201704) Outpt time (%) = 0.0153062 (93.1595) Other time (%) = 0.000105619 (0.64284) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:09 2021 Memory usage per processor = 27.5308 Mbytes Step Atoms AVEKE stressZZ 10275 5000 2.1574594e-11 3085380.4 10276 -0.0095224999999948 3085327.76442115 10276 5000 2.157302e-11 3085327.8 Loop time of 0.0171871 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:09 2021 Pair time (%) = 0.00105 (6.1092) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191433) Outpt time (%) = 0.015986 (93.0113) Other time (%) = 0.000118256 (0.688048) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:09 2021 Memory usage per processor = 27.5308 Mbytes Step Atoms AVEKE stressZZ 10276 5000 2.157302e-11 3085317 10277 -0.0095224999999948 3085264.38357556 10277 5000 2.1571446e-11 3085264.4 Loop time of 0.017055 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:09 2021 Pair time (%) = 0.000941038 (5.51766) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181732) Outpt time (%) = 0.0159669 (93.6198) Other time (%) = 0.00011611 (0.680795) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:09 2021 Memory usage per processor = 27.5308 Mbytes Step Atoms AVEKE stressZZ 10277 5000 2.1571446e-11 3085253.7 10278 -0.0095224999999948 3085201.00590667 10278 5000 2.1569873e-11 3085201 Loop time of 0.016479 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:09 2021 Pair time (%) = 0.000940084 (5.70474) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.195318) Outpt time (%) = 0.0154121 (93.5256) Other time (%) = 9.46522e-05 (0.57438) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:09 2021 Memory usage per processor = 27.5308 Mbytes Step Atoms AVEKE stressZZ 10278 5000 2.1569873e-11 3085190.3 10279 -0.0095224999999948 3085137.63141272 10279 5000 2.15683e-11 3085137.6 Loop time of 0.0168252 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:09 2021 Pair time (%) = 0.00106001 (6.30013) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.213972) Outpt time (%) = 0.0155699 (92.5393) Other time (%) = 0.000159264 (0.946578) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:09 2021 Memory usage per processor = 27.5308 Mbytes Step Atoms AVEKE stressZZ 10279 5000 2.15683e-11 3085126.9 10280 -0.0095224999999948 3085074.26008717 10280 5000 2.1566728e-11 3085074.3 Loop time of 0.0192671 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:09 2021 Pair time (%) = 0.000972033 (5.04504) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.175716) Outpt time (%) = 0.0181401 (94.1506) Other time (%) = 0.000121117 (0.62862) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:09 2021 Memory usage per processor = 27.5308 Mbytes Step Atoms AVEKE stressZZ 10280 5000 2.1566728e-11 3085063.5 10281 -0.0095224999999948 3085010.89192478 10281 5000 2.1565156e-11 3085010.9 Loop time of 0.0172181 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:09 2021 Pair time (%) = 0.000982046 (5.70356) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192473) Outpt time (%) = 0.0161009 (93.5113) Other time (%) = 0.000102043 (0.59265) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:09 2021 Memory usage per processor = 27.5308 Mbytes Step Atoms AVEKE stressZZ 10281 5000 2.1565156e-11 3085000.2 10282 -0.0095224999999948 3084947.5269326 10282 5000 2.1563584e-11 3084947.5 Loop time of 0.016546 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:09 2021 Pair time (%) = 0.000961065 (5.80844) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211819) Outpt time (%) = 0.015439 (93.3097) Other time (%) = 0.000110865 (0.670038) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:09 2021 Memory usage per processor = 27.5308 Mbytes Step Atoms AVEKE stressZZ 10282 5000 2.1563584e-11 3084936.8 10283 -0.0095224999999948 3084884.16510984 10283 5000 2.1562013e-11 3084884.2 Loop time of 0.0169899 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:09 2021 Pair time (%) = 0.00125909 (7.41079) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.211897) Outpt time (%) = 0.0154979 (91.2182) Other time (%) = 0.000196934 (1.15912) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:09 2021 Memory usage per processor = 27.5308 Mbytes Step Atoms AVEKE stressZZ 10283 5000 2.1562013e-11 3084873.4 10284 -0.0095224999999948 3084820.80645571 10284 5000 2.1560441e-11 3084820.8 Loop time of 0.0172131 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:09 2021 Pair time (%) = 0.000940084 (5.46145) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185603) Outpt time (%) = 0.0161471 (93.8072) Other time (%) = 9.39369e-05 (0.545729) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:09 2021 Memory usage per processor = 27.5308 Mbytes Step Atoms AVEKE stressZZ 10284 5000 2.1560441e-11 3084810.1 10285 -0.0095224999999948 3084757.45096048 10285 5000 2.155887e-11 3084757.5 Loop time of 0.016979 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:09 2021 Pair time (%) = 0.000936985 (5.5185) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.182546) Outpt time (%) = 0.0159171 (93.7457) Other time (%) = 9.39369e-05 (0.553254) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:09 2021 Memory usage per processor = 27.5308 Mbytes Step Atoms AVEKE stressZZ 10285 5000 2.155887e-11 3084746.7 10286 -0.0095224999999948 3084694.09862239 10286 5000 2.1557299e-11 3084694.1 Loop time of 0.0166099 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:09 2021 Pair time (%) = 0.00100684 (6.06169) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.209568) Outpt time (%) = 0.0154631 (93.0957) Other time (%) = 0.000105143 (0.633011) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:09 2021 Memory usage per processor = 27.5308 Mbytes Step Atoms AVEKE stressZZ 10286 5000 2.1557299e-11 3084683.4 10287 -0.0095224999999948 3084630.74944988 10287 5000 2.1555728e-11 3084630.7 Loop time of 0.0172369 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:09 2021 Pair time (%) = 0.00108981 (6.32253) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190879) Outpt time (%) = 0.016 (92.824) Other time (%) = 0.000114202 (0.662545) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:09 2021 Memory usage per processor = 27.5308 Mbytes Step Atoms AVEKE stressZZ 10287 5000 2.1555728e-11 3084620 10288 -0.0095224999999948 3084567.40344246 10288 5000 2.1554158e-11 3084567.4 Loop time of 0.0172279 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:09 2021 Pair time (%) = 0.000941992 (5.46783) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.186828) Outpt time (%) = 0.01616 (93.8015) Other time (%) = 9.36985e-05 (0.543877) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:09 2021 Memory usage per processor = 27.5308 Mbytes Step Atoms AVEKE stressZZ 10288 5000 2.1554158e-11 3084556.7 10289 -0.0095224999999948 3084504.06059967 10289 5000 2.1552587e-11 3084504.1 Loop time of 0.0164759 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:09 2021 Pair time (%) = 0.000965118 (5.85775) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.201143) Outpt time (%) = 0.015378 (93.3362) Other time (%) = 9.9659e-05 (0.604877) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:09 2021 Memory usage per processor = 27.5308 Mbytes Step Atoms AVEKE stressZZ 10289 5000 2.1552587e-11 3084493.3 10290 -0.0095224999999948 3084440.72092105 10290 5000 2.1551017e-11 3084440.7 Loop time of 0.019145 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:09 2021 Pair time (%) = 0.00124502 (6.50311) Neigh time (%) = 0 (0) Comm time (%) = 3.98159e-05 (0.20797) Outpt time (%) = 0.0177002 (92.4533) Other time (%) = 0.000159979 (0.835616) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:09 2021 Memory usage per processor = 27.5308 Mbytes Step Atoms AVEKE stressZZ 10290 5000 2.1551017e-11 3084430 10291 -0.0095224999999948 3084377.38440634 10291 5000 2.1549447e-11 3084377.4 Loop time of 0.0171771 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:09 2021 Pair time (%) = 0.00100398 (5.84488) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198484) Outpt time (%) = 0.0160341 (93.3459) Other time (%) = 0.000104904 (0.610721) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:09 2021 Memory usage per processor = 27.5308 Mbytes Step Atoms AVEKE stressZZ 10291 5000 2.1549447e-11 3084366.7 10292 -0.0095224999999948 3084314.05105523 10292 5000 2.1547877e-11 3084314.1 Loop time of 0.0172021 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:09 2021 Pair time (%) = 0.00100803 (5.85993) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185722) Outpt time (%) = 0.0160658 (93.3944) Other time (%) = 9.63211e-05 (0.559937) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:09 2021 Memory usage per processor = 27.5308 Mbytes Step Atoms AVEKE stressZZ 10292 5000 2.1547877e-11 3084303.3 10293 -0.0095224999999948 3084250.72086743 10293 5000 2.1546307e-11 3084250.7 Loop time of 0.016722 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:09 2021 Pair time (%) = 0.00108695 (6.50014) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.198184) Outpt time (%) = 0.0155008 (92.6971) Other time (%) = 0.000101089 (0.604531) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:09 2021 Memory usage per processor = 27.5308 Mbytes Step Atoms AVEKE stressZZ 10293 5000 2.1546307e-11 3084240 10294 -0.0095224999999948 3084187.39384284 10294 5000 2.1544737e-11 3084187.4 Loop time of 0.016299 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:09 2021 Pair time (%) = 0.000985861 (6.04859) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.196012) Outpt time (%) = 0.015192 (93.2083) Other time (%) = 8.91685e-05 (0.54708) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:09 2021 Memory usage per processor = 27.5308 Mbytes Step Atoms AVEKE stressZZ 10294 5000 2.1544737e-11 3084176.7 10295 -0.0095224999999948 3084124.06998152 10295 5000 2.1543168e-11 3084124.1 Loop time of 0.0163319 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:09 2021 Pair time (%) = 0.000939131 (5.75028) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.189778) Outpt time (%) = 0.0152729 (93.5154) Other time (%) = 8.89301e-05 (0.544518) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:09 2021 Memory usage per processor = 27.5308 Mbytes Step Atoms AVEKE stressZZ 10295 5000 2.1543168e-11 3084113.4 10296 -0.0095224999999948 3084060.74928373 10296 5000 2.1541598e-11 3084060.7 Loop time of 0.017184 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:09 2021 Pair time (%) = 0.000940084 (5.47069) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185917) Outpt time (%) = 0.016124 (93.8314) Other time (%) = 8.79765e-05 (0.511967) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:09 2021 Memory usage per processor = 27.5308 Mbytes Step Atoms AVEKE stressZZ 10296 5000 2.1541598e-11 3084050 10297 -0.0095224999999948 3083997.43175038 10297 5000 2.1540029e-11 3083997.4 Loop time of 0.0166171 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:09 2021 Pair time (%) = 0.00101089 (6.08348) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.203739) Outpt time (%) = 0.0154691 (93.0915) Other time (%) = 0.000103235 (0.621261) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:09 2021 Memory usage per processor = 27.5308 Mbytes Step Atoms AVEKE stressZZ 10297 5000 2.1540029e-11 3083986.7 10298 -0.0095224999999948 3083934.11738557 10298 5000 2.153846e-11 3083934.1 Loop time of 0.0168769 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:09 2021 Pair time (%) = 0.000998974 (5.91917) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.1893) Outpt time (%) = 0.0157442 (93.2883) Other time (%) = 0.000101805 (0.603218) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:09 2021 Memory usage per processor = 27.5308 Mbytes Step Atoms AVEKE stressZZ 10298 5000 2.153846e-11 3083923.4 10299 -0.0095224999999948 3083870.80618776 10299 5000 2.1536891e-11 3083870.8 Loop time of 0.017117 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:09 2021 Pair time (%) = 0.000974894 (5.69546) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181074) Outpt time (%) = 0.016016 (93.5677) Other time (%) = 9.5129e-05 (0.555757) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:09 2021 Memory usage per processor = 27.5308 Mbytes Step Atoms AVEKE stressZZ 10299 5000 2.1536891e-11 3083860.1 10300 -0.0095224999999948 3083807.49814607 10300 5000 2.1535322e-11 3083807.5 Loop time of 0.0187919 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:09 2021 Pair time (%) = 0.00107598 (5.72578) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.18016) Outpt time (%) = 0.017565 (93.4711) Other time (%) = 0.000117064 (0.622946) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:09 2021 Memory usage per processor = 27.5308 Mbytes Step Atoms AVEKE stressZZ 10300 5000 2.1535322e-11 3083796.8 10301 -0.0095224999999948 3083744.19326012 10301 5000 2.1533754e-11 3083744.2 Loop time of 0.016731 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:09 2021 Pair time (%) = 0.00107217 (6.40827) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.215176) Outpt time (%) = 0.015522 (92.7738) Other time (%) = 0.000100851 (0.602779) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:09 2021 Memory usage per processor = 27.5308 Mbytes Step Atoms AVEKE stressZZ 10301 5000 2.1533754e-11 3083733.5 10302 -0.0095224999999948 3083680.89152938 10302 5000 2.1532186e-11 3083680.9 Loop time of 0.016948 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:09 2021 Pair time (%) = 0.000936985 (5.52859) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188507) Outpt time (%) = 0.0158858 (93.7329) Other time (%) = 9.32217e-05 (0.550046) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:09 2021 Memory usage per processor = 27.5308 Mbytes Step Atoms AVEKE stressZZ 10302 5000 2.1532186e-11 3083670.2 10303 -0.0095224999999948 3083617.5929535 10303 5000 2.1530617e-11 3083617.6 Loop time of 0.0170109 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:09 2021 Pair time (%) = 0.000935078 (5.49692) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187809) Outpt time (%) = 0.0159521 (93.7757) Other time (%) = 9.17912e-05 (0.539601) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:09 2021 Memory usage per processor = 27.5308 Mbytes Step Atoms AVEKE stressZZ 10303 5000 2.1530617e-11 3083606.9 10304 -0.0095224999999948 3083554.29753195 10304 5000 2.1529049e-11 3083554.3 Loop time of 0.0164659 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:09 2021 Pair time (%) = 0.00106215 (6.45063) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.207057) Outpt time (%) = 0.015269 (92.7313) Other time (%) = 0.000100613 (0.611036) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:09 2021 Memory usage per processor = 27.5308 Mbytes Step Atoms AVEKE stressZZ 10304 5000 2.1529049e-11 3083543.6 10305 -0.0095224999999948 3083491.0052644 10305 5000 2.1527481e-11 3083491 Loop time of 0.017138 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:09 2021 Pair time (%) = 0.00103307 (6.02793) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193372) Outpt time (%) = 0.015969 (93.1791) Other time (%) = 0.000102758 (0.599594) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:09 2021 Memory usage per processor = 27.5308 Mbytes Step Atoms AVEKE stressZZ 10305 5000 2.1527481e-11 3083480.3 10306 -0.0095224999999948 3083427.71615034 10306 5000 2.1525914e-11 3083427.7 Loop time of 0.017168 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:09 2021 Pair time (%) = 0.000940084 (5.47578) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18609) Outpt time (%) = 0.0161042 (93.8035) Other time (%) = 9.17912e-05 (0.534663) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:09 2021 Memory usage per processor = 27.5308 Mbytes Step Atoms AVEKE stressZZ 10306 5000 2.1525914e-11 3083417 10307 -0.0095224999999948 3083364.43018949 10307 5000 2.1524346e-11 3083364.4 Loop time of 0.0165291 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:09 2021 Pair time (%) = 0.000988007 (5.97738) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.187514) Outpt time (%) = 0.0153861 (93.085) Other time (%) = 0.000123978 (0.750058) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:09 2021 Memory usage per processor = 27.5308 Mbytes Step Atoms AVEKE stressZZ 10307 5000 2.1524346e-11 3083353.7 10308 -0.0095224999999948 3083301.14738134 10308 5000 2.1522779e-11 3083301.1 Loop time of 0.0167611 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:09 2021 Pair time (%) = 0.00108886 (6.49635) Neigh time (%) = 0 (0) Comm time (%) = 5.22137e-05 (0.311518) Outpt time (%) = 0.015471 (92.3031) Other time (%) = 0.000149012 (0.889034) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:09 2021 Memory usage per processor = 27.5308 Mbytes Step Atoms AVEKE stressZZ 10308 5000 2.1522779e-11 3083290.4 10309 -0.0095224999999948 3083237.86772555 10309 5000 2.1521212e-11 3083237.9 Loop time of 0.0172448 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:09 2021 Pair time (%) = 0.000940084 (5.4514) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185262) Outpt time (%) = 0.0161819 (93.8366) Other time (%) = 9.08375e-05 (0.526752) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:09 2021 Memory usage per processor = 27.5308 Mbytes Step Atoms AVEKE stressZZ 10309 5000 2.1521212e-11 3083227.2 10310 -0.0095224999999948 3083174.59122167 10310 5000 2.1519645e-11 3083174.6 Loop time of 0.0194919 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:09 2021 Pair time (%) = 0.00104094 (5.34035) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.236071) Outpt time (%) = 0.0182509 (93.6334) Other time (%) = 0.000154018 (0.790166) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:09 2021 Memory usage per processor = 27.5308 Mbytes Step Atoms AVEKE stressZZ 10310 5000 2.1519645e-11 3083163.9 10311 -0.0095224999999948 3083111.31786934 10311 5000 2.1518078e-11 3083111.3 Loop time of 0.0167601 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:09 2021 Pair time (%) = 0.000937939 (5.59626) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.19062) Outpt time (%) = 0.015656 (93.4122) Other time (%) = 0.00013423 (0.800888) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:09 2021 Memory usage per processor = 27.5308 Mbytes Step Atoms AVEKE stressZZ 10311 5000 2.1518078e-11 3083100.6 10312 -0.0095224999999948 3083048.04766811 10312 5000 2.1516511e-11 3083048 Loop time of 0.0170779 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:09 2021 Pair time (%) = 0.00119209 (6.98032) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.210806) Outpt time (%) = 0.0156939 (91.8959) Other time (%) = 0.000155926 (0.913025) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:09 2021 Memory usage per processor = 27.5308 Mbytes Step Atoms AVEKE stressZZ 10312 5000 2.1516511e-11 3083037.3 10313 -0.0095224999999948 3082984.78061767 10313 5000 2.1514944e-11 3082984.8 Loop time of 0.0172989 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:09 2021 Pair time (%) = 0.000938177 (5.42332) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184682) Outpt time (%) = 0.016237 (93.8614) Other time (%) = 9.17912e-05 (0.530617) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:09 2021 Memory usage per processor = 27.5308 Mbytes Step Atoms AVEKE stressZZ 10313 5000 2.1514944e-11 3082974.1 10314 -0.0095224999999948 3082921.51671756 10314 5000 2.1513378e-11 3082921.5 Loop time of 0.01722 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:09 2021 Pair time (%) = 0.000936985 (5.44125) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192451) Outpt time (%) = 0.0161572 (93.8277) Other time (%) = 9.27448e-05 (0.538587) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:09 2021 Memory usage per processor = 27.5308 Mbytes Step Atoms AVEKE stressZZ 10314 5000 2.1513378e-11 3082910.8 10315 -0.0095224999999948 3082858.25596748 10315 5000 2.1511812e-11 3082858.3 Loop time of 0.0166111 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:09 2021 Pair time (%) = 0.00100493 (6.04978) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.205247) Outpt time (%) = 0.0154378 (92.9369) Other time (%) = 0.00013423 (0.808072) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:09 2021 Memory usage per processor = 27.5308 Mbytes Step Atoms AVEKE stressZZ 10315 5000 2.1511812e-11 3082847.5 10316 -0.0095224999999948 3082794.99836697 10316 5000 2.1510246e-11 3082795 Loop time of 0.0169759 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:09 2021 Pair time (%) = 0.00100589 (5.9254) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.195219) Outpt time (%) = 0.015816 (93.1673) Other time (%) = 0.000120878 (0.712059) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:09 2021 Memory usage per processor = 27.5308 Mbytes Step Atoms AVEKE stressZZ 10316 5000 2.1510246e-11 3082784.3 10317 -0.0095224999999948 3082731.74391566 10317 5000 2.150868e-11 3082731.7 Loop time of 0.0171399 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:09 2021 Pair time (%) = 0.000945091 (5.51398) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180832) Outpt time (%) = 0.0160701 (93.7585) Other time (%) = 9.36985e-05 (0.546669) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:09 2021 Memory usage per processor = 27.5308 Mbytes Step Atoms AVEKE stressZZ 10317 5000 2.150868e-11 3082721 10318 -0.0095224999999948 3082668.4926132 10318 5000 2.1507114e-11 3082668.5 Loop time of 0.0164771 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:09 2021 Pair time (%) = 0.00104904 (6.36666) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.195341) Outpt time (%) = 0.0153031 (92.8751) Other time (%) = 9.27448e-05 (0.562871) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:09 2021 Memory usage per processor = 27.5308 Mbytes Step Atoms AVEKE stressZZ 10318 5000 2.1507114e-11 3082657.8 10319 -0.0095224999999948 3082605.24445921 10319 5000 2.1505548e-11 3082605.2 Loop time of 0.0174429 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:10 2021 Pair time (%) = 0.00131798 (7.55594) Neigh time (%) = 0 (0) Comm time (%) = 4.41074e-05 (0.252867) Outpt time (%) = 0.015883 (91.0567) Other time (%) = 0.000197887 (1.13448) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:10 2021 Memory usage per processor = 27.5308 Mbytes Step Atoms AVEKE stressZZ 10319 5000 2.1505548e-11 3082594.5 10320 -0.0095224999999948 3082541.99945332 10320 5000 2.1503983e-11 3082542 Loop time of 0.0193591 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:10 2021 Pair time (%) = 0.000937939 (4.84495) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.165029) Outpt time (%) = 0.018296 (94.5085) Other time (%) = 9.32217e-05 (0.481539) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:10 2021 Memory usage per processor = 27.5308 Mbytes Step Atoms AVEKE stressZZ 10320 5000 2.1503983e-11 3082531.3 10321 -0.0095224999999948 3082478.75759518 10321 5000 2.1502418e-11 3082478.8 Loop time of 0.0170069 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:10 2021 Pair time (%) = 0.000939846 (5.52627) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187854) Outpt time (%) = 0.0159409 (93.7321) Other time (%) = 9.41753e-05 (0.553749) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:10 2021 Memory usage per processor = 27.5308 Mbytes Step Atoms AVEKE stressZZ 10321 5000 2.1502418e-11 3082468 10322 -0.0095224999999948 3082415.51888437 10322 5000 2.1500853e-11 3082415.5 Loop time of 0.0164959 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:10 2021 Pair time (%) = 0.000957966 (5.80728) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.200899) Outpt time (%) = 0.015408 (93.405) Other time (%) = 9.67979e-05 (0.586798) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:10 2021 Memory usage per processor = 27.5308 Mbytes Step Atoms AVEKE stressZZ 10322 5000 2.1500853e-11 3082404.8 10323 -0.0095224999999948 3082352.28332058 10323 5000 2.1499288e-11 3082352.3 Loop time of 0.0173159 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:10 2021 Pair time (%) = 0.00135493 (7.82481) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.213416) Outpt time (%) = 0.015774 (91.0957) Other time (%) = 0.000149965 (0.866057) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:10 2021 Memory usage per processor = 27.5308 Mbytes Step Atoms AVEKE stressZZ 10323 5000 2.1499288e-11 3082341.6 10324 -0.0095224999999948 3082289.05090346 10324 5000 2.1497723e-11 3082289.1 Loop time of 0.01738 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:10 2021 Pair time (%) = 0.000978947 (5.6326) Neigh time (%) = 0 (0) Comm time (%) = 6.19888e-05 (0.356668) Outpt time (%) = 0.0162339 (93.4058) Other time (%) = 0.000105143 (0.604963) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:10 2021 Memory usage per processor = 27.5308 Mbytes Step Atoms AVEKE stressZZ 10324 5000 2.1497723e-11 3082278.3 10325 -0.0095224999999948 3082225.82163258 10325 5000 2.1496158e-11 3082225.8 Loop time of 0.0169051 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:10 2021 Pair time (%) = 0.000937939 (5.54827) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.183344) Outpt time (%) = 0.0158422 (93.7127) Other time (%) = 9.39369e-05 (0.555673) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:10 2021 Memory usage per processor = 27.5308 Mbytes Step Atoms AVEKE stressZZ 10325 5000 2.1496158e-11 3082215.1 10326 -0.0095224999999948 3082162.59550764 10326 5000 2.1494594e-11 3082162.6 Loop time of 0.0166471 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:10 2021 Pair time (%) = 0.0009799 (5.88631) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.287871) Outpt time (%) = 0.0154972 (93.0925) Other time (%) = 0.00012207 (0.733283) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:10 2021 Memory usage per processor = 27.5308 Mbytes Step Atoms AVEKE stressZZ 10326 5000 2.1494594e-11 3082151.9 10327 -0.0095224999999948 3082099.37252824 10327 5000 2.1493029e-11 3082099.4 Loop time of 0.0170341 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:10 2021 Pair time (%) = 0.00113606 (6.66937) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.200151) Outpt time (%) = 0.015727 (92.3271) Other time (%) = 0.000136852 (0.803404) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:10 2021 Memory usage per processor = 27.5308 Mbytes Step Atoms AVEKE stressZZ 10327 5000 2.1493029e-11 3082088.7 10328 -0.0095224999999948 3082036.15269407 10328 5000 2.1491465e-11 3082036.2 Loop time of 0.017072 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:10 2021 Pair time (%) = 0.000936031 (5.48286) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181552) Outpt time (%) = 0.0159941 (93.6862) Other time (%) = 0.000110865 (0.649396) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:10 2021 Memory usage per processor = 27.5308 Mbytes Step Atoms AVEKE stressZZ 10328 5000 2.1491465e-11 3082025.4 10329 -0.0095224999999948 3081972.93600471 10329 5000 2.1489901e-11 3081972.9 Loop time of 0.016578 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:10 2021 Pair time (%) = 0.000960112 (5.79149) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.198467) Outpt time (%) = 0.015486 (93.4132) Other time (%) = 9.89437e-05 (0.596839) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:10 2021 Memory usage per processor = 27.5308 Mbytes Step Atoms AVEKE stressZZ 10329 5000 2.1489901e-11 3081962.2 10330 -0.0095224999999948 3081909.72245985 10330 5000 2.1488338e-11 3081909.7 Loop time of 0.0197411 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:10 2021 Pair time (%) = 0.0012939 (6.55435) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.182367) Outpt time (%) = 0.01824 (92.3961) Other time (%) = 0.000171185 (0.86715) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:10 2021 Memory usage per processor = 27.5308 Mbytes Step Atoms AVEKE stressZZ 10330 5000 2.1488338e-11 3081899 10331 -0.0095224999999948 3081846.51205915 10331 5000 2.1486774e-11 3081846.5 Loop time of 0.017463 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:10 2021 Pair time (%) = 0.00111008 (6.35675) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.189774) Outpt time (%) = 0.0161591 (92.5333) Other time (%) = 0.000160694 (0.920199) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:10 2021 Memory usage per processor = 27.5308 Mbytes Step Atoms AVEKE stressZZ 10331 5000 2.1486774e-11 3081835.8 10332 -0.0095224999999948 3081783.30480221 10332 5000 2.148521e-11 3081783.3 Loop time of 0.0168989 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:10 2021 Pair time (%) = 0.000940084 (5.563) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.189055) Outpt time (%) = 0.0158381 (93.7231) Other time (%) = 8.86917e-05 (0.524838) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:10 2021 Memory usage per processor = 27.5308 Mbytes Step Atoms AVEKE stressZZ 10332 5000 2.148521e-11 3081772.6 10333 -0.0095224999999948 3081720.10068877 10333 5000 2.1483647e-11 3081720.1 Loop time of 0.0164402 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:10 2021 Pair time (%) = 0.000990868 (6.02712) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.201581) Outpt time (%) = 0.0152872 (92.9867) Other time (%) = 0.000128984 (0.78457) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:10 2021 Memory usage per processor = 27.5308 Mbytes Step Atoms AVEKE stressZZ 10333 5000 2.1483647e-11 3081709.4 10334 -0.0095224999999948 3081656.89971844 10334 5000 2.1482084e-11 3081656.9 Loop time of 0.0171139 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:10 2021 Pair time (%) = 0.000986099 (5.76197) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186679) Outpt time (%) = 0.0159969 (93.4732) Other time (%) = 9.89437e-05 (0.578147) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:10 2021 Memory usage per processor = 27.5308 Mbytes Step Atoms AVEKE stressZZ 10334 5000 2.1482084e-11 3081646.2 10335 -0.0095224999999948 3081593.70189086 10335 5000 2.1480521e-11 3081593.7 Loop time of 0.017168 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:10 2021 Pair time (%) = 0.000959873 (5.59105) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.1972) Outpt time (%) = 0.0160749 (93.6327) Other time (%) = 9.94205e-05 (0.579102) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:10 2021 Memory usage per processor = 27.5308 Mbytes Step Atoms AVEKE stressZZ 10335 5000 2.1480521e-11 3081583 10336 -0.0095224999999948 3081530.50720569 10336 5000 2.1478958e-11 3081530.5 Loop time of 0.01634 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:10 2021 Pair time (%) = 0.000942945 (5.77077) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.195521) Outpt time (%) = 0.0152709 (93.4574) Other time (%) = 9.41753e-05 (0.576348) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:10 2021 Memory usage per processor = 27.5308 Mbytes Step Atoms AVEKE stressZZ 10336 5000 2.1478958e-11 3081519.8 10337 -0.0095224999999948 3081467.31566258 10337 5000 2.1477395e-11 3081467.3 Loop time of 0.016633 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:10 2021 Pair time (%) = 0.00111985 (6.7327) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.216444) Outpt time (%) = 0.0153241 (92.1306) Other time (%) = 0.000153065 (0.920245) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:10 2021 Memory usage per processor = 27.5308 Mbytes Step Atoms AVEKE stressZZ 10337 5000 2.1477395e-11 3081456.6 10338 -0.0095224999999948 3081404.12726122 10338 5000 2.1475833e-11 3081404.1 Loop time of 0.0163159 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:10 2021 Pair time (%) = 0.000936985 (5.74276) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.189964) Outpt time (%) = 0.0152631 (93.5471) Other time (%) = 8.4877e-05 (0.520209) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:10 2021 Memory usage per processor = 27.5308 Mbytes Step Atoms AVEKE stressZZ 10338 5000 2.1475833e-11 3081393.4 10339 -0.0095224999999948 3081340.9420012 10339 5000 2.1474271e-11 3081340.9 Loop time of 0.0165222 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:10 2021 Pair time (%) = 0.000938892 (5.68262) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.187593) Outpt time (%) = 0.0154622 (93.5843) Other time (%) = 9.01222e-05 (0.545462) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:10 2021 Memory usage per processor = 27.5308 Mbytes Step Atoms AVEKE stressZZ 10339 5000 2.1474271e-11 3081330.2 10340 -0.0095224999999948 3081277.75988227 10340 5000 2.1472708e-11 3081277.8 Loop time of 0.0194571 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:10 2021 Pair time (%) = 0.00100398 (5.15997) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.159296) Outpt time (%) = 0.018317 (94.1404) Other time (%) = 0.000105143 (0.540382) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:10 2021 Memory usage per processor = 27.5308 Mbytes Step Atoms AVEKE stressZZ 10340 5000 2.1472708e-11 3081267.1 10341 -0.0095224999999948 3081214.58090404 10341 5000 2.1471146e-11 3081214.6 Loop time of 0.0166421 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:10 2021 Pair time (%) = 0.000939846 (5.6474) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191972) Outpt time (%) = 0.015574 (93.5818) Other time (%) = 9.63211e-05 (0.57878) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:10 2021 Memory usage per processor = 27.5308 Mbytes Step Atoms AVEKE stressZZ 10341 5000 2.1471146e-11 3081203.9 10342 -0.0095224999999948 3081151.40506619 10342 5000 2.1469585e-11 3081151.4 Loop time of 0.017329 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:10 2021 Pair time (%) = 0.00129199 (7.45566) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191241) Outpt time (%) = 0.0158129 (91.251) Other time (%) = 0.000190973 (1.10205) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:22:10 2021 Memory usage per processor = 27.5308 Mbytes Step Atoms AVEKE stressZZ 10342 5000 2.1469585e-11 3081140.7 10343 -0.0095224999999948 3081077.66185727 10343 5000 4.2412325e-11 3081178.8 Loop time of 0.01669 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:10 2021 Pair time (%) = 0.000939846 (5.63119) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.19142) Outpt time (%) = 0.0156031 (93.4874) Other time (%) = 0.000115156 (0.68997) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28317 ave 28317 max 28317 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28317 Ave neighs/atom = 5.6634 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:10 2021 Memory usage per processor = 27.5308 Mbytes Step Atoms AVEKE stressZZ 10343 5000 4.2412325e-11 3124939.2 10344 -0.00955499999999479 3124869.54391865 10344 5000 3.4201837e-11 3124869.5 Loop time of 0.0166199 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:10 2021 Pair time (%) = 0.000941038 (5.66211) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192228) Outpt time (%) = 0.015553 (93.5805) Other time (%) = 9.39369e-05 (0.565207) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28318 ave 28318 max 28318 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28318 Ave neighs/atom = 5.6636 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:10 2021 Memory usage per processor = 27.5308 Mbytes Step Atoms AVEKE stressZZ 10344 5000 3.4201837e-11 3124855.1 10345 -0.00955499999999479 3124791.43540339 10345 5000 2.9441917e-11 3124791.4 Loop time of 0.0163989 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:10 2021 Pair time (%) = 0.00100207 (6.11061) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.207903) Outpt time (%) = 0.0152581 (93.0432) Other time (%) = 0.000104666 (0.638248) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28318 ave 28318 max 28318 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28318 Ave neighs/atom = 5.6636 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:10 2021 Memory usage per processor = 27.5308 Mbytes Step Atoms AVEKE stressZZ 10345 5000 2.9441917e-11 3124778.3 10346 -0.00955499999999479 3124718.38585049 10346 5000 2.6601559e-11 3124718.4 Loop time of 0.0171611 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:10 2021 Pair time (%) = 0.001122 (6.53802) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204226) Outpt time (%) = 0.0158529 (92.3769) Other time (%) = 0.000151157 (0.880812) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28318 ave 28318 max 28318 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28318 Ave neighs/atom = 5.6636 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:10 2021 Memory usage per processor = 27.5308 Mbytes Step Atoms AVEKE stressZZ 10346 5000 2.6601559e-11 3124706.1 10347 -0.00955499999999479 3124648.55249053 10347 5000 2.487071e-11 3124648.6 Loop time of 0.0169549 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:10 2021 Pair time (%) = 0.000941038 (5.55024) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.182805) Outpt time (%) = 0.015888 (93.7073) Other time (%) = 9.48906e-05 (0.559665) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28318 ave 28318 max 28318 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28318 Ave neighs/atom = 5.6636 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:10 2021 Memory usage per processor = 27.5308 Mbytes Step Atoms AVEKE stressZZ 10347 5000 2.487071e-11 3124636.7 10348 -0.00955499999999479 3124580.76422765 10348 5000 2.3800375e-11 3124580.8 Loop time of 0.0164371 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:10 2021 Pair time (%) = 0.000978947 (5.95573) Neigh time (%) = 0 (0) Comm time (%) = 4.48227e-05 (0.272693) Outpt time (%) = 0.0153029 (93.1) Other time (%) = 0.000110388 (0.671579) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28318 ave 28318 max 28318 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28318 Ave neighs/atom = 5.6636 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:10 2021 Memory usage per processor = 27.5308 Mbytes Step Atoms AVEKE stressZZ 10348 5000 2.3800375e-11 3124569.3 10349 -0.00955499999999479 3124514.27681872 10349 5000 2.3131791e-11 3124514.3 Loop time of 0.0170519 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:10 2021 Pair time (%) = 0.00128913 (7.56002) Neigh time (%) = 0 (0) Comm time (%) = 4.48227e-05 (0.26286) Outpt time (%) = 0.0155361 (91.1103) Other time (%) = 0.000181913 (1.06682) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28318 ave 28318 max 28318 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28318 Ave neighs/atom = 5.6636 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:10 2021 Memory usage per processor = 27.5308 Mbytes Step Atoms AVEKE stressZZ 10349 5000 2.3131791e-11 3124503 10350 -0.00955499999999479 3124448.61728912 10350 5000 2.2711248e-11 3124448.6 Loop time of 0.0193679 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:10 2021 Pair time (%) = 0.000938892 (4.84766) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.164954) Outpt time (%) = 0.0183032 (94.5024) Other time (%) = 9.39369e-05 (0.485013) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28318 ave 28318 max 28318 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28318 Ave neighs/atom = 5.6636 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:10 2021 Memory usage per processor = 27.5309 Mbytes Step Atoms AVEKE stressZZ 10350 5000 2.2711248e-11 3124437.5 10351 -0.00955499999999479 3124383.48505791 10351 5000 2.2445399e-11 3124383.5 Loop time of 0.0172238 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:10 2021 Pair time (%) = 0.000936031 (5.43451) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185488) Outpt time (%) = 0.0161629 (93.8401) Other time (%) = 9.29832e-05 (0.539852) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28318 ave 28318 max 28318 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28318 Ave neighs/atom = 5.6636 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:10 2021 Memory usage per processor = 27.5309 Mbytes Step Atoms AVEKE stressZZ 10351 5000 2.2445399e-11 3124372.4 10352 -0.00955499999999479 3124318.6891022 10352 5000 2.227667e-11 3124318.7 Loop time of 0.016809 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:10 2021 Pair time (%) = 0.000944853 (5.62112) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.197158) Outpt time (%) = 0.015732 (93.5931) Other time (%) = 9.89437e-05 (0.588636) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28318 ave 28318 max 28318 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28318 Ave neighs/atom = 5.6636 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:10 2021 Memory usage per processor = 27.5309 Mbytes Step Atoms AVEKE stressZZ 10352 5000 2.227667e-11 3124307.7 10353 -0.00955499999999479 3124254.10802444 10353 5000 2.2169183e-11 3124254.1 Loop time of 0.017596 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:10 2021 Pair time (%) = 0.00110316 (6.26939) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.186984) Outpt time (%) = 0.016351 (92.9244) Other time (%) = 0.000108957 (0.619216) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28318 ave 28318 max 28318 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28318 Ave neighs/atom = 5.6636 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:10 2021 Memory usage per processor = 27.5309 Mbytes Step Atoms AVEKE stressZZ 10353 5000 2.2169183e-11 3124243.1 10354 -0.00955499999999479 3124189.6646749 10354 5000 2.2100421e-11 3124189.7 Loop time of 0.0174079 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:10 2021 Pair time (%) = 0.000994921 (5.71534) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183526) Outpt time (%) = 0.0162709 (93.4684) Other time (%) = 0.000110149 (0.632755) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28318 ave 28318 max 28318 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28318 Ave neighs/atom = 5.6636 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:10 2021 Memory usage per processor = 27.5309 Mbytes Step Atoms AVEKE stressZZ 10354 5000 2.2100421e-11 3124178.7 10355 -0.00955499999999479 3124125.31002355 10355 5000 2.2056192e-11 3124125.3 Loop time of 0.0168579 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:10 2021 Pair time (%) = 0.000954866 (5.66422) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.195172) Outpt time (%) = 0.0157759 (93.582) Other time (%) = 9.41753e-05 (0.558643) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28318 ave 28318 max 28318 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28318 Ave neighs/atom = 5.6636 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:10 2021 Memory usage per processor = 27.5309 Mbytes Step Atoms AVEKE stressZZ 10355 5000 2.2056192e-11 3124114.4 10356 -0.00955499999999479 3124061.01291122 10356 5000 2.202752e-11 3124061 Loop time of 0.016778 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:10 2021 Pair time (%) = 0.000977993 (5.82902) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.201785) Outpt time (%) = 0.0156341 (93.1819) Other time (%) = 0.000132084 (0.787245) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28318 ave 28318 max 28318 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28318 Ave neighs/atom = 5.6636 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:10 2021 Memory usage per processor = 27.5309 Mbytes Step Atoms AVEKE stressZZ 10356 5000 2.202752e-11 3124050.1 10357 -0.00955499999999479 3123996.75353543 10357 5000 2.2008724e-11 3123996.8 Loop time of 0.0171931 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:10 2021 Pair time (%) = 0.00107193 (6.23466) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.187206) Outpt time (%) = 0.0159929 (93.0193) Other time (%) = 9.60827e-05 (0.558845) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28318 ave 28318 max 28318 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28318 Ave neighs/atom = 5.6636 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:10 2021 Memory usage per processor = 27.5309 Mbytes Step Atoms AVEKE stressZZ 10357 5000 2.2008724e-11 3123985.8 10358 -0.00955499999999479 3123932.51928559 10358 5000 2.1996197e-11 3123932.5 Loop time of 0.0198622 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:10 2021 Pair time (%) = 0.000972986 (4.89869) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.162049) Outpt time (%) = 0.0187531 (94.4159) Other time (%) = 0.000103951 (0.523359) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28318 ave 28318 max 28318 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28318 Ave neighs/atom = 5.6636 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:10 2021 Memory usage per processor = 27.5309 Mbytes Step Atoms AVEKE stressZZ 10358 5000 2.1996197e-11 3123921.6 10359 -0.00955499999999479 3123868.30218551 10359 5000 2.1987653e-11 3123868.3 Loop time of 0.0166879 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:10 2021 Pair time (%) = 0.000947952 (5.68049) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191445) Outpt time (%) = 0.015615 (93.5709) Other time (%) = 9.29832e-05 (0.557191) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28318 ave 28318 max 28318 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28318 Ave neighs/atom = 5.6636 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:10 2021 Memory usage per processor = 27.5309 Mbytes Step Atoms AVEKE stressZZ 10359 5000 2.1987653e-11 3123857.4 10360 -0.00955499999999479 3123804.09715458 10360 5000 2.198164e-11 3123804.1 Loop time of 0.0188692 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:10 2021 Pair time (%) = 0.0010891 (5.77183) Neigh time (%) = 0 (0) Comm time (%) = 7.10487e-05 (0.376534) Outpt time (%) = 0.017554 (93.0303) Other time (%) = 0.000154972 (0.821298) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28318 ave 28318 max 28318 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28318 Ave neighs/atom = 5.6636 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:10 2021 Memory usage per processor = 27.5309 Mbytes Step Atoms AVEKE stressZZ 10360 5000 2.198164e-11 3123793.2 10361 -0.00955499999999479 3123739.90096222 10361 5000 2.1977234e-11 3123739.9 Loop time of 0.016979 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:10 2021 Pair time (%) = 0.00097084 (5.7179) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188163) Outpt time (%) = 0.0158758 (93.5028) Other time (%) = 0.000100374 (0.591168) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28318 ave 28318 max 28318 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28318 Ave neighs/atom = 5.6636 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:10 2021 Memory usage per processor = 27.5309 Mbytes Step Atoms AVEKE stressZZ 10361 5000 2.1977234e-11 3123729 10362 -0.00955499999999479 3123675.71155528 10362 5000 2.197385e-11 3123675.7 Loop time of 0.0170121 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:11 2021 Pair time (%) = 0.000937939 (5.51336) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.189198) Outpt time (%) = 0.01595 (93.7565) Other time (%) = 9.20296e-05 (0.540965) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28318 ave 28318 max 28318 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28318 Ave neighs/atom = 5.6636 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:11 2021 Memory usage per processor = 27.5309 Mbytes Step Atoms AVEKE stressZZ 10362 5000 2.197385e-11 3123664.8 10363 -0.00955499999999479 3123611.52762873 10363 5000 2.1971115e-11 3123611.5 Loop time of 0.016403 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:11 2021 Pair time (%) = 0.000938892 (5.72392) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.196224) Outpt time (%) = 0.0153399 (93.5188) Other time (%) = 9.20296e-05 (0.561055) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28318 ave 28318 max 28318 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28318 Ave neighs/atom = 5.6636 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:11 2021 Memory usage per processor = 27.5309 Mbytes Step Atoms AVEKE stressZZ 10363 5000 2.1971115e-11 3123600.6 10364 -0.00955499999999479 3123547.34835304 10364 5000 2.1968793e-11 3123547.3 Loop time of 0.0175681 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:11 2021 Pair time (%) = 0.00153708 (8.74929) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.194067) Outpt time (%) = 0.01577 (89.7647) Other time (%) = 0.000226974 (1.29197) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28318 ave 28318 max 28318 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28318 Ave neighs/atom = 5.6636 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:11 2021 Memory usage per processor = 27.5309 Mbytes Step Atoms AVEKE stressZZ 10364 5000 2.1968793e-11 3123536.4 10365 -0.00955499999999479 3123483.17320077 10365 5000 2.1966733e-11 3123483.2 Loop time of 0.0173011 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:11 2021 Pair time (%) = 0.000938177 (5.42265) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184659) Outpt time (%) = 0.0162361 (93.8442) Other time (%) = 9.48906e-05 (0.548466) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28318 ave 28318 max 28318 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28318 Ave neighs/atom = 5.6636 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:11 2021 Memory usage per processor = 27.5309 Mbytes Step Atoms AVEKE stressZZ 10365 5000 2.1966733e-11 3123472.3 10366 -0.00955499999999479 3123419.00183666 10366 5000 2.196484e-11 3123419 Loop time of 0.0168898 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:11 2021 Pair time (%) = 0.000936985 (5.54763) Neigh time (%) = 0 (0) Comm time (%) = 4.50611e-05 (0.266795) Outpt time (%) = 0.0157669 (93.3513) Other time (%) = 0.000140905 (0.834263) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28318 ave 28318 max 28318 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28318 Ave neighs/atom = 5.6636 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:11 2021 Memory usage per processor = 27.5309 Mbytes Step Atoms AVEKE stressZZ 10366 5000 2.196484e-11 3123408.1 10367 -0.00955499999999479 3123354.83404744 10367 5000 2.1963053e-11 3123354.8 Loop time of 0.016654 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:11 2021 Pair time (%) = 0.000967979 (5.81229) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.282025) Outpt time (%) = 0.015522 (93.2028) Other time (%) = 0.000117064 (0.702915) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28318 ave 28318 max 28318 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28318 Ave neighs/atom = 5.6636 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:11 2021 Memory usage per processor = 27.5309 Mbytes Step Atoms AVEKE stressZZ 10367 5000 2.1963053e-11 3123343.9 10368 -0.00955499999999479 3123290.66969744 10368 5000 2.1961333e-11 3123290.7 Loop time of 0.0172591 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:11 2021 Pair time (%) = 0.00105906 (6.13621) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.18649) Outpt time (%) = 0.0160198 (92.8195) Other time (%) = 0.000148058 (0.857853) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28318 ave 28318 max 28318 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28318 Ave neighs/atom = 5.6636 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:11 2021 Memory usage per processor = 27.5309 Mbytes Step Atoms AVEKE stressZZ 10368 5000 2.1961333e-11 3123279.8 10369 -0.00955499999999479 3123226.50870016 10369 5000 2.1959656e-11 3123226.5 Loop time of 0.0172858 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:11 2021 Pair time (%) = 0.000939131 (5.43295) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184822) Outpt time (%) = 0.016222 (93.8457) Other time (%) = 9.27448e-05 (0.536537) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28318 ave 28318 max 28318 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28318 Ave neighs/atom = 5.6636 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:11 2021 Memory usage per processor = 27.5309 Mbytes Step Atoms AVEKE stressZZ 10369 5000 2.1959656e-11 3123215.6 10370 -0.00955499999999479 3123162.35100064 10370 5000 2.1958007e-11 3123162.4 Loop time of 0.0187459 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:11 2021 Pair time (%) = 0.00103903 (5.5427) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.16534) Outpt time (%) = 0.0175219 (93.4704) Other time (%) = 0.000154018 (0.821611) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28318 ave 28318 max 28318 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28318 Ave neighs/atom = 5.6636 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:11 2021 Memory usage per processor = 27.5309 Mbytes Step Atoms AVEKE stressZZ 10370 5000 2.1958007e-11 3123151.4 10371 -0.00955499999999479 3123098.1965636 10371 5000 2.1956375e-11 3123098.2 Loop time of 0.016778 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:11 2021 Pair time (%) = 0.00103998 (6.19849) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.201785) Outpt time (%) = 0.0155981 (92.9674) Other time (%) = 0.000106096 (0.632354) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28318 ave 28318 max 28318 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28318 Ave neighs/atom = 5.6636 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:11 2021 Memory usage per processor = 27.5309 Mbytes Step Atoms AVEKE stressZZ 10371 5000 2.1956375e-11 3123087.3 10372 -0.00955499999999479 3123034.04536664 10372 5000 2.1954754e-11 3123034 Loop time of 0.0174482 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:11 2021 Pair time (%) = 0.000939846 (5.3865) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.177637) Outpt time (%) = 0.0163932 (93.9535) Other time (%) = 8.41618e-05 (0.482352) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28318 ave 28318 max 28318 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28318 Ave neighs/atom = 5.6636 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:11 2021 Memory usage per processor = 27.5309 Mbytes Step Atoms AVEKE stressZZ 10372 5000 2.1954754e-11 3123023.1 10373 -0.00955499999999479 3122969.89739527 10373 5000 2.195314e-11 3122969.9 Loop time of 0.016762 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:11 2021 Pair time (%) = 0.000981092 (5.85307) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190598) Outpt time (%) = 0.0156548 (93.3945) Other time (%) = 9.41753e-05 (0.561838) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28318 ave 28318 max 28318 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28318 Ave neighs/atom = 5.6636 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:11 2021 Memory usage per processor = 27.5309 Mbytes Step Atoms AVEKE stressZZ 10373 5000 2.195314e-11 3122959 10374 -0.00955499999999479 3122905.75264016 10374 5000 2.1951531e-11 3122905.8 Loop time of 0.0165091 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:11 2021 Pair time (%) = 0.000962019 (5.82722) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.200739) Outpt time (%) = 0.0154099 (93.3424) Other time (%) = 0.000103951 (0.629657) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28318 ave 28318 max 28318 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28318 Ave neighs/atom = 5.6636 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:11 2021 Memory usage per processor = 27.5309 Mbytes Step Atoms AVEKE stressZZ 10374 5000 2.1951531e-11 3122894.8 10375 -0.00955499999999479 3122841.6111113 10375 5000 2.1949924e-11 3122841.6 Loop time of 0.017163 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:11 2021 Pair time (%) = 0.00104594 (6.09416) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198647) Outpt time (%) = 0.015928 (92.8043) Other time (%) = 0.000154972 (0.902941) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28318 ave 28318 max 28318 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28318 Ave neighs/atom = 5.6636 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:11 2021 Memory usage per processor = 27.5309 Mbytes Step Atoms AVEKE stressZZ 10375 5000 2.1949924e-11 3122830.7 10376 -0.00955499999999479 3122777.47281937 10376 5000 2.194832e-11 3122777.5 Loop time of 0.0171371 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:11 2021 Pair time (%) = 0.000988007 (5.76532) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186427) Outpt time (%) = 0.0160239 (93.5043) Other time (%) = 9.32217e-05 (0.543977) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28318 ave 28318 max 28318 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28318 Ave neighs/atom = 5.6636 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:11 2021 Memory usage per processor = 27.5309 Mbytes Step Atoms AVEKE stressZZ 10376 5000 2.194832e-11 3122766.6 10377 -0.00955499999999479 3122713.33774816 10377 5000 2.1946717e-11 3122713.3 Loop time of 0.016494 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:11 2021 Pair time (%) = 0.000942945 (5.71689) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193695) Outpt time (%) = 0.0154259 (93.5242) Other time (%) = 9.32217e-05 (0.565184) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28318 ave 28318 max 28318 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28318 Ave neighs/atom = 5.6636 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:11 2021 Memory usage per processor = 27.5309 Mbytes Step Atoms AVEKE stressZZ 10377 5000 2.1946717e-11 3122702.4 10378 -0.00955499999999479 3122649.20589199 10378 5000 2.1945115e-11 3122649.2 Loop time of 0.0172811 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:11 2021 Pair time (%) = 0.00113678 (6.57818) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.219365) Outpt time (%) = 0.0159271 (92.165) Other time (%) = 0.000179291 (1.0375) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28318 ave 28318 max 28318 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28318 Ave neighs/atom = 5.6636 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:11 2021 Memory usage per processor = 27.5309 Mbytes Step Atoms AVEKE stressZZ 10378 5000 2.1945115e-11 3122638.3 10379 -0.00955499999999479 3122585.07724749 10379 5000 2.1943514e-11 3122585.1 Loop time of 0.0171311 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:11 2021 Pair time (%) = 0.000966072 (5.63929) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186492) Outpt time (%) = 0.016046 (93.6662) Other time (%) = 8.70228e-05 (0.507982) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28318 ave 28318 max 28318 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28318 Ave neighs/atom = 5.6636 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:11 2021 Memory usage per processor = 27.5309 Mbytes Step Atoms AVEKE stressZZ 10379 5000 2.1943514e-11 3122574.2 10380 -0.00955499999999479 3122520.95181234 10380 5000 2.1941913e-11 3122521 Loop time of 0.019135 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:11 2021 Pair time (%) = 0.000982046 (5.1322) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.166962) Outpt time (%) = 0.0180278 (94.2137) Other time (%) = 9.32217e-05 (0.487179) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28318 ave 28318 max 28318 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28318 Ave neighs/atom = 5.6636 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:11 2021 Memory usage per processor = 27.5309 Mbytes Step Atoms AVEKE stressZZ 10380 5000 2.1941913e-11 3122510 10381 -0.00955499999999479 3122456.82958485 10381 5000 2.1940312e-11 3122456.8 Loop time of 0.016377 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:11 2021 Pair time (%) = 0.000940084 (5.74028) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.189256) Outpt time (%) = 0.015311 (93.491) Other time (%) = 9.48906e-05 (0.579415) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28318 ave 28318 max 28318 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28318 Ave neighs/atom = 5.6636 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:11 2021 Memory usage per processor = 27.5309 Mbytes Step Atoms AVEKE stressZZ 10381 5000 2.1940312e-11 3122445.9 10382 -0.00955499999999479 3122392.71056369 10382 5000 2.1938712e-11 3122392.7 Loop time of 0.0163958 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:11 2021 Pair time (%) = 0.000965834 (5.89074) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194855) Outpt time (%) = 0.0153029 (93.3342) Other time (%) = 9.5129e-05 (0.580203) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28318 ave 28318 max 28318 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28318 Ave neighs/atom = 5.6636 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:11 2021 Memory usage per processor = 27.5309 Mbytes Step Atoms AVEKE stressZZ 10382 5000 2.1938712e-11 3122381.8 10383 -0.00955499999999479 3122328.59474767 10383 5000 2.1937111e-11 3122328.6 Loop time of 0.0162301 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:11 2021 Pair time (%) = 0.000942945 (5.80985) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.198314) Outpt time (%) = 0.015172 (93.4806) Other time (%) = 8.29697e-05 (0.511208) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28318 ave 28318 max 28318 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28318 Ave neighs/atom = 5.6636 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:11 2021 Memory usage per processor = 27.5309 Mbytes Step Atoms AVEKE stressZZ 10383 5000 2.1937111e-11 3122317.7 10384 -0.00955499999999479 3122264.48213587 10384 5000 2.1935512e-11 3122264.5 Loop time of 0.0163941 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:11 2021 Pair time (%) = 0.000937939 (5.72118) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.189058) Outpt time (%) = 0.015336 (93.5459) Other time (%) = 8.91685e-05 (0.543905) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28318 ave 28318 max 28318 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28318 Ave neighs/atom = 5.6636 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:11 2021 Memory usage per processor = 27.5309 Mbytes Step Atoms AVEKE stressZZ 10384 5000 2.1935512e-11 3122253.6 10385 -0.00955499999999479 3122200.37272746 10385 5000 2.1933912e-11 3122200.4 Loop time of 0.01724 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:11 2021 Pair time (%) = 0.000941038 (5.45844) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179781) Outpt time (%) = 0.0161788 (93.8446) Other time (%) = 8.91685e-05 (0.517218) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28318 ave 28318 max 28318 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28318 Ave neighs/atom = 5.6636 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:11 2021 Memory usage per processor = 27.5309 Mbytes Step Atoms AVEKE stressZZ 10385 5000 2.1933912e-11 3122189.5 10386 -0.00955499999999479 3122136.26652165 10386 5000 2.1932312e-11 3122136.3 Loop time of 0.016891 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:11 2021 Pair time (%) = 0.00100589 (5.95517) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.201846) Outpt time (%) = 0.0157192 (93.0624) Other time (%) = 0.000131845 (0.780566) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28318 ave 28318 max 28318 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28318 Ave neighs/atom = 5.6636 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:11 2021 Memory usage per processor = 27.5309 Mbytes Step Atoms AVEKE stressZZ 10386 5000 2.1932312e-11 3122125.4 10387 -0.00955499999999479 3122072.16351779 10387 5000 2.1930713e-11 3122072.2 Loop time of 0.0170379 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:11 2021 Pair time (%) = 0.00117087 (6.87218) Neigh time (%) = 0 (0) Comm time (%) = 5.00679e-05 (0.293862) Outpt time (%) = 0.0156801 (92.0307) Other time (%) = 0.000136852 (0.803224) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28318 ave 28318 max 28318 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28318 Ave neighs/atom = 5.6636 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:11 2021 Memory usage per processor = 27.5309 Mbytes Step Atoms AVEKE stressZZ 10387 5000 2.1930713e-11 3122061.3 10388 -0.00955499999999479 3122008.06371518 10388 5000 2.1929114e-11 3122008.1 Loop time of 0.017566 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:11 2021 Pair time (%) = 0.000948906 (5.40196) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.181875) Outpt time (%) = 0.0164931 (93.8923) Other time (%) = 9.20296e-05 (0.523908) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28318 ave 28318 max 28318 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28318 Ave neighs/atom = 5.6636 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:11 2021 Memory usage per processor = 27.5309 Mbytes Step Atoms AVEKE stressZZ 10388 5000 2.1929114e-11 3121997.2 10389 -0.00955499999999479 3121943.96711322 10389 5000 2.1927515e-11 3121944 Loop time of 0.0173199 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:11 2021 Pair time (%) = 0.000936985 (5.40987) Neigh time (%) = 0 (0) Comm time (%) = 4.50611e-05 (0.260169) Outpt time (%) = 0.0162282 (93.6967) Other time (%) = 0.000109673 (0.633216) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28318 ave 28318 max 28318 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28318 Ave neighs/atom = 5.6636 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:11 2021 Memory usage per processor = 27.5309 Mbytes Step Atoms AVEKE stressZZ 10389 5000 2.1927515e-11 3121933.1 10390 -0.00955499999999479 3121879.87371139 10390 5000 2.1925916e-11 3121879.9 Loop time of 0.0185311 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:11 2021 Pair time (%) = 0.000948191 (5.11676) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.177549) Outpt time (%) = 0.017411 (93.9556) Other time (%) = 0.000138998 (0.75008) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28318 ave 28318 max 28318 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28318 Ave neighs/atom = 5.6636 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:11 2021 Memory usage per processor = 27.5309 Mbytes Step Atoms AVEKE stressZZ 10390 5000 2.1925916e-11 3121869 10391 -0.00955499999999479 3121815.78350985 10391 5000 2.1924317e-11 3121815.8 Loop time of 0.017133 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:11 2021 Pair time (%) = 0.00125003 (7.29603) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193429) Outpt time (%) = 0.0157149 (91.7229) Other time (%) = 0.000134945 (0.787632) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28318 ave 28318 max 28318 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28318 Ave neighs/atom = 5.6636 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:11 2021 Memory usage per processor = 27.5309 Mbytes Step Atoms AVEKE stressZZ 10391 5000 2.1924317e-11 3121804.9 10392 -0.00955499999999479 3121751.69650791 10392 5000 2.1922719e-11 3121751.7 Loop time of 0.0173061 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:11 2021 Pair time (%) = 0.00098896 (5.71452) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.185984) Outpt time (%) = 0.0161922 (93.5636) Other time (%) = 9.27448e-05 (0.535909) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28318 ave 28318 max 28318 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28318 Ave neighs/atom = 5.6636 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:11 2021 Memory usage per processor = 27.5309 Mbytes Step Atoms AVEKE stressZZ 10392 5000 2.1922719e-11 3121740.8 10393 -0.00955499999999479 3121687.61269643 10393 5000 2.1921121e-11 3121687.6 Loop time of 0.0166008 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:11 2021 Pair time (%) = 0.000980139 (5.90415) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.186704) Outpt time (%) = 0.0154948 (93.3375) Other time (%) = 9.48906e-05 (0.571601) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28318 ave 28318 max 28318 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28318 Ave neighs/atom = 5.6636 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:11 2021 Memory usage per processor = 27.5309 Mbytes Step Atoms AVEKE stressZZ 10393 5000 2.1921121e-11 3121676.7 10394 -0.00955499999999479 3121623.53207748 10394 5000 2.1919522e-11 3121623.5 Loop time of 0.0167239 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:11 2021 Pair time (%) = 0.00111699 (6.67902) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.305082) Outpt time (%) = 0.0153968 (92.065) Other time (%) = 0.000159025 (0.950887) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28318 ave 28318 max 28318 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28318 Ave neighs/atom = 5.6636 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:11 2021 Memory usage per processor = 27.5309 Mbytes Step Atoms AVEKE stressZZ 10394 5000 2.1919522e-11 3121612.6 10395 -0.00955499999999479 3121559.45465527 10395 5000 2.1917924e-11 3121559.5 Loop time of 0.0172071 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:11 2021 Pair time (%) = 0.00115108 (6.68957) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192595) Outpt time (%) = 0.0159311 (92.5844) Other time (%) = 9.17912e-05 (0.533448) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28318 ave 28318 max 28318 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28318 Ave neighs/atom = 5.6636 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:11 2021 Memory usage per processor = 27.5309 Mbytes Step Atoms AVEKE stressZZ 10395 5000 2.1917924e-11 3121548.5 10396 -0.00955499999999479 3121495.38042941 10396 5000 2.1916327e-11 3121495.4 Loop time of 0.017432 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:11 2021 Pair time (%) = 0.00103402 (5.93175) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.269439) Outpt time (%) = 0.016232 (93.1163) Other time (%) = 0.000118971 (0.682486) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28318 ave 28318 max 28318 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28318 Ave neighs/atom = 5.6636 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:11 2021 Memory usage per processor = 27.5309 Mbytes Step Atoms AVEKE stressZZ 10396 5000 2.1916327e-11 3121484.5 10397 -0.00955499999999479 3121431.30939941 10397 5000 2.1914729e-11 3121431.3 Loop time of 0.0165281 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:11 2021 Pair time (%) = 0.000940084 (5.68778) Neigh time (%) = 0 (0) Comm time (%) = 4.50611e-05 (0.272633) Outpt time (%) = 0.015403 (93.1928) Other time (%) = 0.000139952 (0.846749) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28318 ave 28318 max 28318 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28318 Ave neighs/atom = 5.6636 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:11 2021 Memory usage per processor = 27.5309 Mbytes Step Atoms AVEKE stressZZ 10397 5000 2.1914729e-11 3121420.4 10398 -0.00955499999999479 3121367.24156488 10398 5000 2.1913132e-11 3121367.2 Loop time of 0.016793 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:11 2021 Pair time (%) = 0.00120211 (7.15837) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.220061) Outpt time (%) = 0.015413 (91.7825) Other time (%) = 0.000140905 (0.839071) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28318 ave 28318 max 28318 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28318 Ave neighs/atom = 5.6636 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:11 2021 Memory usage per processor = 27.5309 Mbytes Step Atoms AVEKE stressZZ 10398 5000 2.1913132e-11 3121356.3 10399 -0.00955499999999479 3121303.17692528 10399 5000 2.1911534e-11 3121303.2 Loop time of 0.017071 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:11 2021 Pair time (%) = 0.000939131 (5.50132) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181562) Outpt time (%) = 0.0160081 (93.7738) Other time (%) = 9.27448e-05 (0.543289) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28318 ave 28318 max 28318 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28318 Ave neighs/atom = 5.6636 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:11 2021 Memory usage per processor = 27.5309 Mbytes Step Atoms AVEKE stressZZ 10399 5000 2.1911534e-11 3121292.3 10400 -0.00955499999999479 3121239.11548029 10400 5000 2.1909937e-11 3121239.1 Loop time of 0.019042 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:11 2021 Pair time (%) = 0.000938892 (4.93064) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.167777) Outpt time (%) = 0.0179472 (94.2505) Other time (%) = 0.000123978 (0.651074) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28318 ave 28318 max 28318 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28318 Ave neighs/atom = 5.6636 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:11 2021 Memory usage per processor = 27.5309 Mbytes Step Atoms AVEKE stressZZ 10400 5000 2.1909937e-11 3121228.2 10401 -0.00955499999999479 3121175.05722944 10401 5000 2.190834e-11 3121175.1 Loop time of 0.016499 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:11 2021 Pair time (%) = 0.000961065 (5.82498) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.206641) Outpt time (%) = 0.0153911 (93.2849) Other time (%) = 0.000112772 (0.683506) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28318 ave 28318 max 28318 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28318 Ave neighs/atom = 5.6636 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:11 2021 Memory usage per processor = 27.5309 Mbytes Step Atoms AVEKE stressZZ 10401 5000 2.190834e-11 3121164.1 10402 -0.00955499999999479 3121111.00217236 10402 5000 2.1906743e-11 3121111 Loop time of 0.0171621 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:11 2021 Pair time (%) = 0.00105596 (6.15284) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191712) Outpt time (%) = 0.01596 (92.9956) Other time (%) = 0.000113249 (0.659878) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28318 ave 28318 max 28318 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28318 Ave neighs/atom = 5.6636 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:11 2021 Memory usage per processor = 27.5309 Mbytes Step Atoms AVEKE stressZZ 10402 5000 2.1906743e-11 3121100.1 10403 -0.00955499999999479 3121046.95030862 10403 5000 2.1905147e-11 3121047 Loop time of 0.017175 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:11 2021 Pair time (%) = 0.000942945 (5.49023) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186016) Outpt time (%) = 0.0161068 (93.781) Other time (%) = 9.32217e-05 (0.542777) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28318 ave 28318 max 28318 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28318 Ave neighs/atom = 5.6636 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:11 2021 Memory usage per processor = 27.5309 Mbytes Step Atoms AVEKE stressZZ 10403 5000 2.1905147e-11 3121036 10404 -0.00955499999999479 3120982.90163778 10404 5000 2.190355e-11 3120982.9 Loop time of 0.0168271 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:11 2021 Pair time (%) = 0.000941038 (5.59239) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.184193) Outpt time (%) = 0.0157301 (93.481) Other time (%) = 0.000124931 (0.742441) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28318 ave 28318 max 28318 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28318 Ave neighs/atom = 5.6636 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:11 2021 Memory usage per processor = 27.5309 Mbytes Step Atoms AVEKE stressZZ 10404 5000 2.190355e-11 3120972 10405 -0.00955499999999479 3120918.85615944 10405 5000 2.1901954e-11 3120918.9 Loop time of 0.0165141 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:11 2021 Pair time (%) = 0.000977993 (5.92218) Neigh time (%) = 0 (0) Comm time (%) = 4.29153e-05 (0.259872) Outpt time (%) = 0.015388 (93.1813) Other time (%) = 0.000105143 (0.636685) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28318 ave 28318 max 28318 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28318 Ave neighs/atom = 5.6636 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:11 2021 Memory usage per processor = 27.5309 Mbytes Step Atoms AVEKE stressZZ 10405 5000 2.1901954e-11 3120907.9 10406 -0.00955499999999479 3120854.81391176 10406 5000 2.1900358e-11 3120854.8 Loop time of 0.017287 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:12 2021 Pair time (%) = 0.00113201 (6.54833) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18481) Outpt time (%) = 0.016021 (92.6766) Other time (%) = 0.000102043 (0.590288) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28318 ave 28318 max 28318 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28318 Ave neighs/atom = 5.6636 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:12 2021 Memory usage per processor = 27.5309 Mbytes Step Atoms AVEKE stressZZ 10406 5000 2.1900358e-11 3120843.9 10407 -0.00955499999999479 3120790.77499777 10407 5000 2.1898762e-11 3120790.8 Loop time of 0.0172741 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:12 2021 Pair time (%) = 0.000981092 (5.67954) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184947) Outpt time (%) = 0.0161521 (93.5048) Other time (%) = 0.000108957 (0.630754) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28318 ave 28318 max 28318 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28318 Ave neighs/atom = 5.6636 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:12 2021 Memory usage per processor = 27.5309 Mbytes Step Atoms AVEKE stressZZ 10407 5000 2.1898762e-11 3120779.9 10408 -0.00955499999999479 3120726.73935532 10408 5000 2.1897166e-11 3120726.7 Loop time of 0.0164149 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:12 2021 Pair time (%) = 0.000940084 (5.72703) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194629) Outpt time (%) = 0.015311 (93.2751) Other time (%) = 0.000131845 (0.803207) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28318 ave 28318 max 28318 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28318 Ave neighs/atom = 5.6636 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:12 2021 Memory usage per processor = 27.5309 Mbytes Step Atoms AVEKE stressZZ 10408 5000 2.1897166e-11 3120715.8 10409 -0.00955499999999479 3120662.70696411 10409 5000 2.189557e-11 3120662.7 Loop time of 0.0173368 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:12 2021 Pair time (%) = 0.00141501 (8.16189) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.196655) Outpt time (%) = 0.015676 (90.4203) Other time (%) = 0.000211716 (1.22119) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28318 ave 28318 max 28318 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28318 Ave neighs/atom = 5.6636 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:12 2021 Memory usage per processor = 27.5309 Mbytes Step Atoms AVEKE stressZZ 10409 5000 2.189557e-11 3120651.8 10410 -0.00955499999999479 3120598.67781394 10410 5000 2.1893975e-11 3120598.7 Loop time of 0.0191238 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:12 2021 Pair time (%) = 0.000989199 (5.17261) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.162073) Outpt time (%) = 0.018014 (94.1966) Other time (%) = 8.96454e-05 (0.468764) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28318 ave 28318 max 28318 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28318 Ave neighs/atom = 5.6636 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:12 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10410 5000 2.1893975e-11 3120587.8 10411 -0.00955499999999479 3120534.65189836 10411 5000 2.1892379e-11 3120534.7 Loop time of 0.01723 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:12 2021 Pair time (%) = 0.000941038 (5.46162) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.186805) Outpt time (%) = 0.0161419 (93.6846) Other time (%) = 0.000114918 (0.666962) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28318 ave 28318 max 28318 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28318 Ave neighs/atom = 5.6636 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:12 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10411 5000 2.1892379e-11 3120523.7 10412 -0.00955499999999479 3120470.62921269 10412 5000 2.1890784e-11 3120470.6 Loop time of 0.0164058 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:12 2021 Pair time (%) = 0.000977993 (5.96126) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.202003) Outpt time (%) = 0.0152779 (93.1246) Other time (%) = 0.000116825 (0.712095) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28318 ave 28318 max 28318 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28318 Ave neighs/atom = 5.6636 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:12 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10412 5000 2.1890784e-11 3120459.7 10413 -0.00955499999999479 3120406.60975332 10413 5000 2.1889189e-11 3120406.6 Loop time of 0.0173011 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:12 2021 Pair time (%) = 0.00105691 (6.10892) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.202574) Outpt time (%) = 0.0160282 (92.6426) Other time (%) = 0.00018096 (1.04594) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28318 ave 28318 max 28318 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28318 Ave neighs/atom = 5.6636 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:12 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10413 5000 2.1889189e-11 3120395.7 10414 -0.00955499999999479 3120342.59351723 10414 5000 2.1887594e-11 3120342.6 Loop time of 0.0171208 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:12 2021 Pair time (%) = 0.000938177 (5.47974) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186604) Outpt time (%) = 0.0160589 (93.7975) Other time (%) = 9.17912e-05 (0.536137) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28318 ave 28318 max 28318 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28318 Ave neighs/atom = 5.6636 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:12 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10414 5000 2.1887594e-11 3120331.7 10415 -0.00955499999999479 3120278.58050202 10415 5000 2.1886e-11 3120278.6 Loop time of 0.0164618 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:12 2021 Pair time (%) = 0.000986099 (5.99021) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194074) Outpt time (%) = 0.015353 (93.2639) Other time (%) = 9.08375e-05 (0.551806) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28318 ave 28318 max 28318 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28318 Ave neighs/atom = 5.6636 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:12 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10415 5000 2.1886e-11 3120267.7 10416 -0.00955499999999479 3120214.57070553 10416 5000 2.1884405e-11 3120214.6 Loop time of 0.0168922 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:12 2021 Pair time (%) = 0.00113797 (6.73667) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.224415) Outpt time (%) = 0.015553 (92.0721) Other time (%) = 0.000163317 (0.966818) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28318 ave 28318 max 28318 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28318 Ave neighs/atom = 5.6636 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:12 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10416 5000 2.1884405e-11 3120203.7 10417 -0.00955499999999479 3120150.56412593 10417 5000 2.1882811e-11 3120150.6 Loop time of 0.0170181 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:12 2021 Pair time (%) = 0.000936031 (5.50022) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.182126) Outpt time (%) = 0.01596 (93.7825) Other time (%) = 9.10759e-05 (0.535171) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28318 ave 28318 max 28318 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28318 Ave neighs/atom = 5.6636 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:12 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10417 5000 2.1882811e-11 3120139.7 10418 -0.00955499999999479 3120086.56076158 10418 5000 2.1881217e-11 3120086.6 Loop time of 0.0166831 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:12 2021 Pair time (%) = 0.00106287 (6.37094) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.198645) Outpt time (%) = 0.015485 (92.8188) Other time (%) = 0.000102043 (0.611656) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28318 ave 28318 max 28318 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28318 Ave neighs/atom = 5.6636 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:12 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10418 5000 2.1881217e-11 3120075.7 10419 -0.00955499999999479 3120022.56061094 10419 5000 2.1879623e-11 3120022.6 Loop time of 0.016542 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:12 2021 Pair time (%) = 0.000971079 (5.8704) Neigh time (%) = 0 (0) Comm time (%) = 4.72069e-05 (0.285377) Outpt time (%) = 0.0153911 (93.0429) Other time (%) = 0.000132561 (0.801361) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28318 ave 28318 max 28318 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28318 Ave neighs/atom = 5.6636 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:12 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10419 5000 2.1879623e-11 3120011.7 10420 -0.00955499999999479 3119958.56367269 10420 5000 2.1878029e-11 3119958.6 Loop time of 0.01948 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:12 2021 Pair time (%) = 0.00100207 (5.14412) Neigh time (%) = 0 (0) Comm time (%) = 8.10623e-05 (0.416131) Outpt time (%) = 0.0182831 (93.8559) Other time (%) = 0.000113726 (0.583808) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28318 ave 28318 max 28318 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28318 Ave neighs/atom = 5.6636 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:12 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10420 5000 2.1878029e-11 3119947.7 10421 -0.00955499999999479 3119894.56994558 10421 5000 2.1876435e-11 3119894.6 Loop time of 0.017272 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:12 2021 Pair time (%) = 0.000941038 (5.44835) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.186351) Outpt time (%) = 0.016207 (93.8339) Other time (%) = 9.17912e-05 (0.531445) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28318 ave 28318 max 28318 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28318 Ave neighs/atom = 5.6636 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:12 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10421 5000 2.1876435e-11 3119883.7 10422 -0.00955499999999479 3119830.57942846 10422 5000 2.1874842e-11 3119830.6 Loop time of 0.017065 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:12 2021 Pair time (%) = 0.00101995 (5.97686) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187214) Outpt time (%) = 0.015873 (93.0144) Other time (%) = 0.00014019 (0.821504) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28318 ave 28318 max 28318 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28318 Ave neighs/atom = 5.6636 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:12 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10422 5000 2.1874842e-11 3119819.7 10423 -0.00955499999999479 3119766.59212022 10423 5000 2.1873248e-11 3119766.6 Loop time of 0.0166268 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:12 2021 Pair time (%) = 0.00106192 (6.38676) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.210789) Outpt time (%) = 0.015424 (92.7658) Other time (%) = 0.000105858 (0.636669) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28318 ave 28318 max 28318 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28318 Ave neighs/atom = 5.6636 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:12 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10423 5000 2.1873248e-11 3119755.7 10424 -0.00955499999999479 3119702.60801985 10424 5000 2.1871655e-11 3119702.6 Loop time of 0.017283 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:12 2021 Pair time (%) = 0.00115204 (6.66575) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191751) Outpt time (%) = 0.015985 (92.49) Other time (%) = 0.000112772 (0.652504) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28318 ave 28318 max 28318 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28318 Ave neighs/atom = 5.6636 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:12 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10424 5000 2.1871655e-11 3119691.7 10425 -0.00955499999999479 3119638.6271264 10425 5000 2.1870062e-11 3119638.6 Loop time of 0.017065 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:12 2021 Pair time (%) = 0.000937939 (5.49626) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187214) Outpt time (%) = 0.0160031 (93.7772) Other time (%) = 9.20296e-05 (0.539287) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28318 ave 28318 max 28318 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28318 Ave neighs/atom = 5.6636 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:12 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10425 5000 2.1870062e-11 3119627.7 10426 -0.00955499999999479 3119574.6494506 10426 5000 2.1868469e-11 3119574.6 Loop time of 0.0163379 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:12 2021 Pair time (%) = 0.00098896 (6.05318) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.195546) Outpt time (%) = 0.015224 (93.1821) Other time (%) = 9.29832e-05 (0.569127) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28318 ave 28318 max 28318 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28318 Ave neighs/atom = 5.6636 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:12 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10426 5000 2.1868469e-11 3119563.7 10427 -0.00955499999999479 3119510.67506697 10427 5000 2.1866877e-11 3119510.7 Loop time of 0.0163031 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:12 2021 Pair time (%) = 0.000949144 (5.82188) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.195964) Outpt time (%) = 0.015233 (93.4367) Other time (%) = 8.89301e-05 (0.545481) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28318 ave 28318 max 28318 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28318 Ave neighs/atom = 5.6636 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:12 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10427 5000 2.1866877e-11 3119499.8 10428 -0.00955499999999479 3119446.70393984 10428 5000 2.1865284e-11 3119446.7 Loop time of 0.016258 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:12 2021 Pair time (%) = 0.000938892 (5.77496) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.197973) Outpt time (%) = 0.0152001 (93.4933) Other time (%) = 8.67844e-05 (0.533795) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28318 ave 28318 max 28318 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28318 Ave neighs/atom = 5.6636 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:12 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10428 5000 2.1865284e-11 3119435.8 10429 -0.00955499999999479 3119382.73605415 10429 5000 2.1863692e-11 3119382.7 Loop time of 0.0174708 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:12 2021 Pair time (%) = 0.00120997 (6.92568) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.195147) Outpt time (%) = 0.0160809 (92.044) Other time (%) = 0.000145912 (0.835176) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28318 ave 28318 max 28318 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28318 Ave neighs/atom = 5.6636 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:12 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10429 5000 2.1863692e-11 3119371.8 10430 -0.00955499999999479 3119318.77140269 10430 5000 2.18621e-11 3119318.8 Loop time of 0.0191031 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:12 2021 Pair time (%) = 0.00102401 (5.36044) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.177225) Outpt time (%) = 0.0179141 (93.7759) Other time (%) = 0.00013113 (0.686436) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28318 ave 28318 max 28318 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28318 Ave neighs/atom = 5.6636 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:12 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10430 5000 2.18621e-11 3119307.9 10431 -0.00955499999999479 3119254.80998076 10431 5000 2.1860508e-11 3119254.8 Loop time of 0.0167809 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:12 2021 Pair time (%) = 0.000941992 (5.61349) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190384) Outpt time (%) = 0.0157139 (93.642) Other time (%) = 9.29832e-05 (0.554103) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28318 ave 28318 max 28318 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28318 Ave neighs/atom = 5.6636 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:12 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10431 5000 2.1860508e-11 3119243.9 10432 -0.00955499999999479 3119190.85178483 10432 5000 2.1858916e-11 3119190.9 Loop time of 0.017302 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:12 2021 Pair time (%) = 0.00102687 (5.93496) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190161) Outpt time (%) = 0.0161281 (93.2148) Other time (%) = 0.000114202 (0.660052) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28318 ave 28318 max 28318 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28318 Ave neighs/atom = 5.6636 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:12 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10432 5000 2.1858916e-11 3119179.9 10433 -0.00955499999999479 3119126.8968122 10433 5000 2.1857324e-11 3119126.9 Loop time of 0.017314 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:12 2021 Pair time (%) = 0.000942945 (5.44616) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.185899) Outpt time (%) = 0.0162449 (93.8254) Other time (%) = 9.39369e-05 (0.54255) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28318 ave 28318 max 28318 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28318 Ave neighs/atom = 5.6636 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:12 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10433 5000 2.1857324e-11 3119116 10434 -0.00955499999999479 3119062.94506061 10434 5000 2.1855733e-11 3119062.9 Loop time of 0.0169501 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:12 2021 Pair time (%) = 0.000940084 (5.54618) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.182856) Outpt time (%) = 0.0158851 (93.7168) Other time (%) = 9.39369e-05 (0.554196) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28318 ave 28318 max 28318 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28318 Ave neighs/atom = 5.6636 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:12 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10434 5000 2.1855733e-11 3119052 10435 -0.00955499999999479 3118998.99652815 10435 5000 2.1854141e-11 3118999 Loop time of 0.016783 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:12 2021 Pair time (%) = 0.000957966 (5.70795) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.201725) Outpt time (%) = 0.0156751 (93.3985) Other time (%) = 0.00011611 (0.69183) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28318 ave 28318 max 28318 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28318 Ave neighs/atom = 5.6636 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:12 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10435 5000 2.1854141e-11 3118988.1 10436 -0.00955499999999479 3118935.05121308 10436 5000 2.185255e-11 3118935.1 Loop time of 0.0173559 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:12 2021 Pair time (%) = 0.00102592 (5.91104) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184076) Outpt time (%) = 0.016149 (93.0463) Other time (%) = 0.000149012 (0.858564) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28318 ave 28318 max 28318 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28318 Ave neighs/atom = 5.6636 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:12 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10436 5000 2.185255e-11 3118924.1 10437 -0.00955499999999479 3118871.10911389 10437 5000 2.1850959e-11 3118871.1 Loop time of 0.017174 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:12 2021 Pair time (%) = 0.000941038 (5.47943) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186026) Outpt time (%) = 0.016108 (93.7931) Other time (%) = 9.29832e-05 (0.541419) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28318 ave 28318 max 28318 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28318 Ave neighs/atom = 5.6636 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:12 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10437 5000 2.1850959e-11 3118860.2 10438 -0.00955499999999479 3118807.17022922 10438 5000 2.1849368e-11 3118807.2 Loop time of 0.0165071 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:12 2021 Pair time (%) = 0.000941038 (5.70079) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.187764) Outpt time (%) = 0.0154462 (93.5727) Other time (%) = 8.89301e-05 (0.538737) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28319 ave 28319 max 28319 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28319 Ave neighs/atom = 5.6638 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:12 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10438 5000 2.1849368e-11 3118796.3 10439 -0.00955499999999479 3118743.2345579 10439 5000 2.1847778e-11 3118743.2 Loop time of 0.0166788 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:12 2021 Pair time (%) = 0.00103593 (6.21105) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.202985) Outpt time (%) = 0.015502 (92.9441) Other time (%) = 0.00010705 (0.641832) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28319 ave 28319 max 28319 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28319 Ave neighs/atom = 5.6638 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:12 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10439 5000 2.1847778e-11 3118732.3 10440 -0.00955499999999479 3118679.30207283 10440 5000 2.1846187e-11 3118679.3 Loop time of 0.01912 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:12 2021 Pair time (%) = 0.000952959 (4.9841) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.162105) Outpt time (%) = 0.0180409 (94.3563) Other time (%) = 9.5129e-05 (0.497537) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28319 ave 28319 max 28319 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28319 Ave neighs/atom = 5.6638 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:12 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10440 5000 2.1846187e-11 3118668.4 10441 -0.00955499999999479 3118615.37279218 10441 5000 2.1844597e-11 3118615.4 Loop time of 0.0171881 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:12 2021 Pair time (%) = 0.000957012 (5.56789) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192809) Outpt time (%) = 0.0160961 (93.647) Other time (%) = 0.000101805 (0.592299) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28319 ave 28319 max 28319 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28319 Ave neighs/atom = 5.6638 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:12 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10441 5000 2.1844597e-11 3118604.5 10442 -0.00955499999999479 3118551.44671976 10442 5000 2.1843006e-11 3118551.4 Loop time of 0.016597 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:12 2021 Pair time (%) = 0.000972033 (5.85666) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.193929) Outpt time (%) = 0.01547 (93.2096) Other time (%) = 0.000122786 (0.739804) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28319 ave 28319 max 28319 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28319 Ave neighs/atom = 5.6638 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:12 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10442 5000 2.1843006e-11 3118540.5 10443 -0.00955499999999479 3118487.52385512 10443 5000 2.1841416e-11 3118487.5 Loop time of 0.0169981 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:12 2021 Pair time (%) = 0.00116515 (6.85462) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206186) Outpt time (%) = 0.0156782 (92.2351) Other time (%) = 0.000119686 (0.704117) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28319 ave 28319 max 28319 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28319 Ave neighs/atom = 5.6638 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:22:12 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10443 5000 2.1841416e-11 3118476.6 10444 -0.00955499999999479 3118412.92353394 10444 5000 4.3146709e-11 3118515.3 Loop time of 0.0170269 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:12 2021 Pair time (%) = 0.0009799 (5.75501) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187633) Outpt time (%) = 0.015897 (93.3642) Other time (%) = 0.000118017 (0.693122) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28319 ave 28319 max 28319 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28319 Ave neighs/atom = 5.6638 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:12 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10444 5000 4.3146709e-11 3162514.6 10445 -0.00958749999999477 3162444.2269475 10445 5000 3.4792733e-11 3162444.2 Loop time of 0.0166111 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:12 2021 Pair time (%) = 0.000939846 (5.65794) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.199506) Outpt time (%) = 0.015547 (93.5943) Other time (%) = 9.10759e-05 (0.548283) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:12 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10445 5000 3.4792733e-11 3162429.6 10446 -0.00958749999999477 3162365.19241742 10446 5000 2.9949711e-11 3162365.2 Loop time of 0.0165651 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:12 2021 Pair time (%) = 0.000993013 (5.99462) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.205818) Outpt time (%) = 0.0154321 (93.1605) Other time (%) = 0.000105858 (0.639042) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:12 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10446 5000 2.9949711e-11 3162351.8 10447 -0.00958749999999477 3162291.28048836 10447 5000 2.7059801e-11 3162291.3 Loop time of 0.017118 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:12 2021 Pair time (%) = 0.00105 (6.13388) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.19917) Outpt time (%) = 0.0159121 (92.9552) Other time (%) = 0.000121832 (0.711719) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:12 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10447 5000 2.7059801e-11 3162278.7 10448 -0.00958749999999477 3162220.62520724 10448 5000 2.5298771e-11 3162220.6 Loop time of 0.016999 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:12 2021 Pair time (%) = 0.000941038 (5.53584) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187941) Outpt time (%) = 0.0159349 (93.7404) Other time (%) = 9.10759e-05 (0.535772) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:12 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10448 5000 2.5298771e-11 3162208.6 10449 -0.00958749999999477 3162152.04074431 10449 5000 2.4209779e-11 3162152 Loop time of 0.0166779 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:13 2021 Pair time (%) = 0.000948906 (5.68962) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.19156) Outpt time (%) = 0.0156031 (93.5556) Other time (%) = 9.39369e-05 (0.563243) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:13 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10449 5000 2.4209779e-11 3162140.3 10450 -0.00958749999999477 3162084.77349276 10450 5000 2.3529544e-11 3162084.8 Loop time of 0.018894 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:13 2021 Pair time (%) = 0.00118208 (6.25639) Neigh time (%) = 0 (0) Comm time (%) = 6.41346e-05 (0.339445) Outpt time (%) = 0.0174909 (92.5739) Other time (%) = 0.000156879 (0.830315) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:13 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10450 5000 2.3529544e-11 3162073.3 10451 -0.00958749999999477 3162018.34452739 10451 5000 2.3101674e-11 3162018.3 Loop time of 0.017504 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:13 2021 Pair time (%) = 0.00127983 (7.31166) Neigh time (%) = 0 (0) Comm time (%) = 5.00679e-05 (0.286037) Outpt time (%) = 0.016037 (91.6191) Other time (%) = 0.000137091 (0.783197) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:13 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10451 5000 2.3101674e-11 3162007 10452 -0.00958749999999477 3161952.44948573 10452 5000 2.2831192e-11 3161952.4 Loop time of 0.0172319 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:13 2021 Pair time (%) = 0.000982046 (5.69899) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179866) Outpt time (%) = 0.016108 (93.4778) Other time (%) = 0.000110865 (0.643367) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:13 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10452 5000 2.2831192e-11 3161941.2 10453 -0.00958749999999477 3161886.89494185 10453 5000 2.2659523e-11 3161886.9 Loop time of 0.0165691 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:13 2021 Pair time (%) = 0.000941992 (5.68522) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.187061) Outpt time (%) = 0.015471 (93.3723) Other time (%) = 0.00012517 (0.755439) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:13 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10453 5000 2.2659523e-11 3161875.7 10454 -0.00958749999999477 3161821.55797123 10454 5000 2.2550163e-11 3161821.6 Loop time of 0.0170581 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:13 2021 Pair time (%) = 0.00130105 (7.62715) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205459) Outpt time (%) = 0.015548 (91.1471) Other time (%) = 0.000174046 (1.02031) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:13 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10454 5000 2.2550163e-11 3161810.4 10455 -0.00958749999999477 3161756.36045394 10455 5000 2.2480203e-11 3161756.4 Loop time of 0.0174251 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:13 2021 Pair time (%) = 0.00101185 (5.80686) Neigh time (%) = 0 (0) Comm time (%) = 5.98431e-05 (0.343431) Outpt time (%) = 0.016259 (93.3079) Other time (%) = 9.44138e-05 (0.541827) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:13 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10455 5000 2.2480203e-11 3161745.2 10456 -0.00958749999999477 3161691.25274356 10456 5000 2.2435202e-11 3161691.3 Loop time of 0.016695 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:13 2021 Pair time (%) = 0.000939131 (5.62521) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191363) Outpt time (%) = 0.0156322 (93.6336) Other time (%) = 9.17912e-05 (0.549811) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:13 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10456 5000 2.2435202e-11 3161680.1 10457 -0.00958749999999477 3161626.20328932 10457 5000 2.240603e-11 3161626.2 Loop time of 0.0167511 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:13 2021 Pair time (%) = 0.00118089 (7.04963) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.203533) Outpt time (%) = 0.015403 (91.9526) Other time (%) = 0.000133038 (0.794204) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:13 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10457 5000 2.240603e-11 3161615.1 10458 -0.00958749999999477 3161561.19204016 10458 5000 2.2386905e-11 3161561.2 Loop time of 0.01735 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:13 2021 Pair time (%) = 0.00106406 (6.13294) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184139) Outpt time (%) = 0.0161622 (93.1539) Other time (%) = 9.17912e-05 (0.529057) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:13 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10458 5000 2.2386905e-11 3161550.1 10459 -0.00958749999999477 3161496.20625343 10459 5000 2.237416e-11 3161496.2 Loop time of 0.0169179 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:13 2021 Pair time (%) = 0.000982046 (5.80476) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.183204) Outpt time (%) = 0.01581 (93.4511) Other time (%) = 9.48906e-05 (0.560887) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:13 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10459 5000 2.237416e-11 3161485.1 10460 -0.00958749999999477 3161431.23783078 10460 5000 2.2365466e-11 3161431.2 Loop time of 0.0190032 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:13 2021 Pair time (%) = 0.000945091 (4.97334) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.163101) Outpt time (%) = 0.017931 (94.3579) Other time (%) = 9.60827e-05 (0.505614) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:13 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10460 5000 2.2365466e-11 3161420.1 10461 -0.00958749999999477 3161366.28162583 10461 5000 2.2359347e-11 3161366.3 Loop time of 0.0167251 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:13 2021 Pair time (%) = 0.00104213 (6.23093) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.203849) Outpt time (%) = 0.0155029 (92.6928) Other time (%) = 0.000145912 (0.872416) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:13 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10461 5000 2.2359347e-11 3161355.2 10462 -0.00958749999999477 3161301.33436784 10462 5000 2.2354864e-11 3161301.3 Loop time of 0.0172911 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:13 2021 Pair time (%) = 0.00111985 (6.47648) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190282) Outpt time (%) = 0.016005 (92.5625) Other time (%) = 0.000133276 (0.770779) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:13 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10462 5000 2.2354864e-11 3161290.2 10463 -0.00958749999999477 3161236.39397824 10463 5000 2.235142e-11 3161236.4 Loop time of 0.0171719 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:13 2021 Pair time (%) = 0.000941038 (5.48012) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180495) Outpt time (%) = 0.0161119 (93.8271) Other time (%) = 8.79765e-05 (0.512329) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:13 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10463 5000 2.235142e-11 3161225.3 10464 -0.00958749999999477 3161171.45913604 10464 5000 2.2348637e-11 3161171.5 Loop time of 0.0165539 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:13 2021 Pair time (%) = 0.000983 (5.93818) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.198756) Outpt time (%) = 0.01544 (93.2711) Other time (%) = 9.799e-05 (0.591946) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:13 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10464 5000 2.2348637e-11 3161160.3 10465 -0.00958749999999477 3161106.5290018 10465 5000 2.2346273e-11 3161106.5 Loop time of 0.017555 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:13 2021 Pair time (%) = 0.00103307 (5.88475) Neigh time (%) = 0 (0) Comm time (%) = 5.31673e-05 (0.302862) Outpt time (%) = 0.0163162 (92.9432) Other time (%) = 0.000152588 (0.869199) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:13 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10465 5000 2.2346273e-11 3161095.4 10466 -0.00958749999999477 3161041.60304214 10466 5000 2.2344177e-11 3161041.6 Loop time of 0.0172029 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:13 2021 Pair time (%) = 0.000945091 (5.4938) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191258) Outpt time (%) = 0.016129 (93.7578) Other time (%) = 9.58443e-05 (0.557142) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:13 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10466 5000 2.2344177e-11 3161030.5 10467 -0.00958749999999477 3160976.68091816 10467 5000 2.234225e-11 3160976.7 Loop time of 0.016515 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:13 2021 Pair time (%) = 0.000940084 (5.6923) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.187674) Outpt time (%) = 0.0154541 (93.5758) Other time (%) = 8.98838e-05 (0.544255) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:13 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10467 5000 2.234225e-11 3160965.6 10468 -0.00958749999999477 3160911.7624148 10468 5000 2.2340431e-11 3160911.8 Loop time of 0.0166171 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:13 2021 Pair time (%) = 0.00113583 (6.8353) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.209478) Outpt time (%) = 0.0153332 (92.2737) Other time (%) = 0.000113249 (0.681521) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:13 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10468 5000 2.2340431e-11 3160900.7 10469 -0.00958749999999477 3160846.84739552 10469 5000 2.233868e-11 3160846.8 Loop time of 0.0169339 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:13 2021 Pair time (%) = 0.0009408 (5.55571) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188663) Outpt time (%) = 0.0158679 (93.7051) Other time (%) = 9.32217e-05 (0.550503) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:13 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10469 5000 2.233868e-11 3160835.7 10470 -0.00958749999999477 3160781.93577424 10470 5000 2.2336973e-11 3160781.9 Loop time of 0.0182071 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:13 2021 Pair time (%) = 0.000945091 (5.19079) Neigh time (%) = 0 (0) Comm time (%) = 7.79629e-05 (0.428201) Outpt time (%) = 0.0170901 (93.8651) Other time (%) = 9.39369e-05 (0.515936) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:13 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10470 5000 2.2336973e-11 3160770.8 10471 -0.00958749999999477 3160717.02749718 10471 5000 2.2335294e-11 3160717 Loop time of 0.0163722 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:13 2021 Pair time (%) = 0.000946045 (5.77836) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.189311) Outpt time (%) = 0.0153039 (93.4746) Other time (%) = 9.13143e-05 (0.55774) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:13 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10471 5000 2.2335294e-11 3160705.9 10472 -0.00958749999999477 3160652.12253296 10472 5000 2.2333633e-11 3160652.1 Loop time of 0.0171771 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:13 2021 Pair time (%) = 0.00117207 (6.82342) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.18044) Outpt time (%) = 0.0158842 (92.4729) Other time (%) = 8.98838e-05 (0.523277) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:13 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10472 5000 2.2333633e-11 3160641 10473 -0.00958749999999477 3160587.22087043 10473 5000 2.2331983e-11 3160587.2 Loop time of 0.0166101 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:13 2021 Pair time (%) = 0.000985861 (5.93529) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.199518) Outpt time (%) = 0.0154848 (93.225) Other time (%) = 0.000106335 (0.640179) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:13 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10473 5000 2.2331983e-11 3160576.1 10474 -0.00958749999999477 3160522.32247373 10474 5000 2.233034e-11 3160522.3 Loop time of 0.0173411 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:13 2021 Pair time (%) = 0.0009799 (5.65073) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.185608) Outpt time (%) = 0.016237 (93.633) Other time (%) = 9.20296e-05 (0.530701) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:13 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10474 5000 2.233034e-11 3160511.2 10475 -0.00958749999999477 3160457.42732779 10475 5000 2.2328702e-11 3160457.4 Loop time of 0.017045 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:13 2021 Pair time (%) = 0.000941038 (5.5209) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181839) Outpt time (%) = 0.0159779 (93.7392) Other time (%) = 9.5129e-05 (0.558104) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:13 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10475 5000 2.2328702e-11 3160446.3 10476 -0.00958749999999477 3160392.53542661 10476 5000 2.2327067e-11 3160392.5 Loop time of 0.017138 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:13 2021 Pair time (%) = 0.00100517 (5.86517) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191981) Outpt time (%) = 0.0159419 (93.0205) Other time (%) = 0.000158072 (0.922345) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:13 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10476 5000 2.2327067e-11 3160381.4 10477 -0.00958749999999477 3160327.6467661 10477 5000 2.2325434e-11 3160327.6 Loop time of 0.0172181 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:13 2021 Pair time (%) = 0.00110793 (6.43468) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198012) Outpt time (%) = 0.01597 (92.7511) Other time (%) = 0.000106096 (0.61619) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:13 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10477 5000 2.2325434e-11 3160316.5 10478 -0.00958749999999477 3160262.76134375 10478 5000 2.2323803e-11 3160262.8 Loop time of 0.017359 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:13 2021 Pair time (%) = 0.000941992 (5.42653) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.178549) Outpt time (%) = 0.016268 (93.7151) Other time (%) = 0.000118017 (0.679861) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:13 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10478 5000 2.2323803e-11 3160251.7 10479 -0.00958749999999477 3160197.8791577 10479 5000 2.2322172e-11 3160197.9 Loop time of 0.016624 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:13 2021 Pair time (%) = 0.00094986 (5.71379) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.193615) Outpt time (%) = 0.0155499 (93.539) Other time (%) = 9.20296e-05 (0.553596) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:13 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10479 5000 2.2322172e-11 3160186.8 10480 -0.00958749999999477 3160133.0002068 10480 5000 2.2320542e-11 3160133 Loop time of 0.0185719 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:13 2021 Pair time (%) = 0.00099802 (5.37383) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.183578) Outpt time (%) = 0.0174069 (93.7275) Other time (%) = 0.000132799 (0.715056) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:13 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10480 5000 2.2320542e-11 3160121.9 10481 -0.00958749999999477 3160068.12449007 10481 5000 2.2318912e-11 3160068.1 Loop time of 0.016957 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:13 2021 Pair time (%) = 0.000983 (5.797) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.199654) Outpt time (%) = 0.0158381 (93.4016) Other time (%) = 0.000102043 (0.601774) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:13 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10481 5000 2.2318912e-11 3160057 10482 -0.00958749999999477 3160003.25200681 10482 5000 2.2317283e-11 3160003.3 Loop time of 0.017292 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:13 2021 Pair time (%) = 0.000987053 (5.70814) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184756) Outpt time (%) = 0.01618 (93.5694) Other time (%) = 9.29832e-05 (0.537723) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:13 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10482 5000 2.2317283e-11 3159992.1 10483 -0.00958749999999477 3159938.38275656 10483 5000 2.2315654e-11 3159938.4 Loop time of 0.01648 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:13 2021 Pair time (%) = 0.000991821 (6.01834) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.188073) Outpt time (%) = 0.015362 (93.2163) Other time (%) = 9.5129e-05 (0.57724) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:13 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10483 5000 2.2315654e-11 3159927.3 10484 -0.00958749999999477 3159873.51673878 10484 5000 2.2314025e-11 3159873.5 Loop time of 0.017127 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:13 2021 Pair time (%) = 0.00114107 (6.6624) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.217161) Outpt time (%) = 0.0158241 (92.3924) Other time (%) = 0.000124693 (0.728047) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:13 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10484 5000 2.2314025e-11 3159862.4 10485 -0.00958749999999477 3159808.65395302 10485 5000 2.2312396e-11 3159808.7 Loop time of 0.0170779 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:13 2021 Pair time (%) = 0.000941992 (5.51585) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187072) Outpt time (%) = 0.016012 (93.7582) Other time (%) = 9.20296e-05 (0.53888) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:13 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10485 5000 2.2312396e-11 3159797.5 10486 -0.00958749999999477 3159743.79439902 10486 5000 2.2310768e-11 3159743.8 Loop time of 0.016957 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:13 2021 Pair time (%) = 0.000983 (5.797) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188406) Outpt time (%) = 0.015847 (93.4536) Other time (%) = 9.5129e-05 (0.561) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:13 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10486 5000 2.2310768e-11 3159732.7 10487 -0.00958749999999477 3159678.93807634 10487 5000 2.230914e-11 3159678.9 Loop time of 0.0165551 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:13 2021 Pair time (%) = 0.000947952 (5.72605) Neigh time (%) = 0 (0) Comm time (%) = 4.57764e-05 (0.27651) Outpt time (%) = 0.015456 (93.3609) Other time (%) = 0.000105381 (0.636548) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:13 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10487 5000 2.230914e-11 3159667.8 10488 -0.00958749999999477 3159614.08498471 10488 5000 2.2307512e-11 3159614.1 Loop time of 0.0168531 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:13 2021 Pair time (%) = 0.00099206 (5.88651) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.189568) Outpt time (%) = 0.015727 (93.3184) Other time (%) = 0.000102043 (0.605486) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:13 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10488 5000 2.2307512e-11 3159603 10489 -0.00958749999999477 3159549.23512374 10489 5000 2.2305884e-11 3159549.2 Loop time of 0.017184 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:13 2021 Pair time (%) = 0.000986814 (5.74263) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180368) Outpt time (%) = 0.016072 (93.529) Other time (%) = 9.41753e-05 (0.54804) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:13 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10489 5000 2.2305884e-11 3159538.1 10490 -0.00958749999999477 3159484.3884932 10490 5000 2.2304256e-11 3159484.4 Loop time of 0.0186481 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:13 2021 Pair time (%) = 0.000942945 (5.05651) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.166206) Outpt time (%) = 0.01758 (94.2723) Other time (%) = 9.41753e-05 (0.505012) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:13 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10490 5000 2.2304256e-11 3159473.3 10491 -0.00958749999999477 3159419.54509271 10491 5000 2.2302629e-11 3159419.5 Loop time of 0.0166259 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:13 2021 Pair time (%) = 0.00107002 (6.43588) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.216537) Outpt time (%) = 0.0154071 (92.6693) Other time (%) = 0.000112772 (0.678292) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:13 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10491 5000 2.2302629e-11 3159408.4 10492 -0.00958749999999477 3159354.70492202 10492 5000 2.2301002e-11 3159354.7 Loop time of 0.0170369 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:13 2021 Pair time (%) = 0.000941992 (5.52912) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181925) Outpt time (%) = 0.015974 (93.7614) Other time (%) = 8.98838e-05 (0.527583) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:13 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10492 5000 2.2301002e-11 3159343.6 10493 -0.00958749999999477 3159289.86798079 10493 5000 2.2299374e-11 3159289.9 Loop time of 0.0171461 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:14 2021 Pair time (%) = 0.0009799 (5.715) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180766) Outpt time (%) = 0.0160408 (93.5536) Other time (%) = 9.44138e-05 (0.550642) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:14 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10493 5000 2.2299374e-11 3159278.8 10494 -0.00958749999999477 3159225.03426869 10494 5000 2.2297748e-11 3159225 Loop time of 0.016504 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:14 2021 Pair time (%) = 0.000993967 (6.02256) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.199356) Outpt time (%) = 0.0153761 (93.1656) Other time (%) = 0.000101089 (0.612513) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:14 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10494 5000 2.2297748e-11 3159213.9 10495 -0.00958749999999477 3159160.20378542 10495 5000 2.2296121e-11 3159160.2 Loop time of 0.016923 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:14 2021 Pair time (%) = 0.00101995 (6.02705) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.194421) Outpt time (%) = 0.015758 (93.1164) Other time (%) = 0.000112057 (0.662158) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:14 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10495 5000 2.2296121e-11 3159149.1 10496 -0.00958749999999477 3159095.37653071 10496 5000 2.2294494e-11 3159095.4 Loop time of 0.017065 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:14 2021 Pair time (%) = 0.000947952 (5.55493) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187214) Outpt time (%) = 0.0159931 (93.7186) Other time (%) = 9.20296e-05 (0.539287) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:14 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10496 5000 2.2294494e-11 3159084.3 10497 -0.00958749999999477 3159030.55250425 10497 5000 2.2292868e-11 3159030.6 Loop time of 0.0166101 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:14 2021 Pair time (%) = 0.000941992 (5.67118) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192341) Outpt time (%) = 0.0155411 (93.5638) Other time (%) = 9.5129e-05 (0.572716) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:14 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10497 5000 2.2292868e-11 3159019.4 10498 -0.00958749999999477 3158965.7317057 10498 5000 2.2291241e-11 3158965.7 Loop time of 0.0166209 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:14 2021 Pair time (%) = 0.00107408 (6.46221) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.22234) Outpt time (%) = 0.015404 (92.6786) Other time (%) = 0.000105858 (0.636897) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:14 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10498 5000 2.2291241e-11 3158954.6 10499 -0.00958749999999477 3158900.91413485 10499 5000 2.2289615e-11 3158900.9 Loop time of 0.0169609 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:14 2021 Pair time (%) = 0.000941038 (5.54829) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.182741) Outpt time (%) = 0.015898 (93.7334) Other time (%) = 9.08375e-05 (0.535571) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:14 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10499 5000 2.2289615e-11 3158889.8 10500 -0.00958749999999477 3158836.09979128 10500 5000 2.2287989e-11 3158836.1 Loop time of 0.019037 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:14 2021 Pair time (%) = 0.000940084 (4.93819) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.162811) Outpt time (%) = 0.017971 (94.4005) Other time (%) = 9.48906e-05 (0.498453) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:14 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10500 5000 2.2287989e-11 3158825 10501 -0.00958749999999477 3158771.28867479 10501 5000 2.2286364e-11 3158771.3 Loop time of 0.016572 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:14 2021 Pair time (%) = 0.00100708 (6.077) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.187029) Outpt time (%) = 0.0154071 (92.9706) Other time (%) = 0.000126839 (0.76538) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:14 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10501 5000 2.2286364e-11 3158760.2 10502 -0.00958749999999477 3158706.48078501 10502 5000 2.2284738e-11 3158706.5 Loop time of 0.0173512 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:14 2021 Pair time (%) = 0.00132608 (7.64263) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.207486) Outpt time (%) = 0.0157919 (91.0135) Other time (%) = 0.000197172 (1.13636) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:14 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10502 5000 2.2284738e-11 3158695.4 10503 -0.00958749999999477 3158641.67612173 10503 5000 2.2283113e-11 3158641.7 Loop time of 0.017138 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:14 2021 Pair time (%) = 0.000940084 (5.48538) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180852) Outpt time (%) = 0.0160739 (93.7912) Other time (%) = 9.29832e-05 (0.542556) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:14 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10503 5000 2.2283113e-11 3158630.6 10504 -0.00958749999999477 3158576.87468455 10504 5000 2.2281488e-11 3158576.9 Loop time of 0.016587 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:14 2021 Pair time (%) = 0.000977993 (5.89613) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.186859) Outpt time (%) = 0.0154839 (93.3492) Other time (%) = 9.41753e-05 (0.567765) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:14 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10504 5000 2.2281488e-11 3158565.8 10505 -0.00958749999999477 3158512.07647321 10505 5000 2.2279862e-11 3158512.1 Loop time of 0.0167289 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:14 2021 Pair time (%) = 0.00111103 (6.64139) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.215204) Outpt time (%) = 0.01547 (92.475) Other time (%) = 0.000111818 (0.668415) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:14 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10505 5000 2.2279862e-11 3158501 10506 -0.00958749999999477 3158447.28148744 10506 5000 2.2278238e-11 3158447.3 Loop time of 0.0170722 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:14 2021 Pair time (%) = 0.00107193 (6.2788) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187135) Outpt time (%) = 0.015836 (92.759) Other time (%) = 0.000132322 (0.775075) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:14 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10506 5000 2.2278238e-11 3158436.2 10507 -0.00958749999999477 3158382.48972696 10507 5000 2.2276613e-11 3158382.5 Loop time of 0.0173271 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:14 2021 Pair time (%) = 0.00105 (6.05986) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.178879) Outpt time (%) = 0.01613 (93.0912) Other time (%) = 0.00011611 (0.670107) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:14 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10507 5000 2.2276613e-11 3158371.4 10508 -0.00958749999999477 3158317.70119138 10508 5000 2.2274988e-11 3158317.7 Loop time of 0.0164459 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:14 2021 Pair time (%) = 0.000941992 (5.72783) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.195712) Outpt time (%) = 0.015378 (93.5067) Other time (%) = 9.36985e-05 (0.569739) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:14 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10508 5000 2.2274988e-11 3158306.6 10509 -0.00958749999999477 3158252.9158805 10509 5000 2.2273364e-11 3158252.9 Loop time of 0.0170839 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:14 2021 Pair time (%) = 0.000971079 (5.68418) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.199567) Outpt time (%) = 0.0159321 (93.258) Other time (%) = 0.000146627 (0.858279) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:14 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10509 5000 2.2273364e-11 3158241.8 10510 -0.00958749999999477 3158188.13379399 10510 5000 2.227174e-11 3158188.1 Loop time of 0.019258 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:14 2021 Pair time (%) = 0.000941038 (4.88647) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.165895) Outpt time (%) = 0.0181911 (94.4599) Other time (%) = 9.39369e-05 (0.487781) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:14 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10510 5000 2.227174e-11 3158177 10511 -0.00958749999999477 3158123.35493158 10511 5000 2.2270116e-11 3158123.4 Loop time of 0.0170958 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:14 2021 Pair time (%) = 0.000939846 (5.49752) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181298) Outpt time (%) = 0.0160289 (93.7592) Other time (%) = 9.60827e-05 (0.562025) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:14 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10511 5000 2.2270116e-11 3158112.3 10512 -0.00958749999999477 3158058.57929298 10512 5000 2.2268492e-11 3158058.6 Loop time of 0.016403 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:14 2021 Pair time (%) = 0.000946999 (5.77334) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.200584) Outpt time (%) = 0.01528 (93.154) Other time (%) = 0.000143051 (0.872106) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:14 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10512 5000 2.2268492e-11 3158047.5 10513 -0.00958749999999477 3157993.80687784 10513 5000 2.2266868e-11 3157993.8 Loop time of 0.0170209 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:14 2021 Pair time (%) = 0.000980139 (5.75843) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187699) Outpt time (%) = 0.015908 (93.4614) Other time (%) = 0.000100851 (0.592512) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:14 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10513 5000 2.2266868e-11 3157982.7 10514 -0.00958749999999477 3157929.0376975 10514 5000 2.2265245e-11 3157929 Loop time of 0.0163891 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:14 2021 Pair time (%) = 0.000940084 (5.73602) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.189116) Outpt time (%) = 0.015326 (93.5133) Other time (%) = 9.20296e-05 (0.561528) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:14 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10514 5000 2.2265245e-11 3157917.9 10515 -0.00958749999999477 3157864.27176612 10515 5000 2.2263621e-11 3157864.3 Loop time of 0.0163131 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:14 2021 Pair time (%) = 0.000941038 (5.76861) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.189997) Outpt time (%) = 0.0152478 (93.4699) Other time (%) = 9.32217e-05 (0.571454) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:14 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10515 5000 2.2263621e-11 3157853.2 10516 -0.00958749999999477 3157799.50907196 10516 5000 2.2261998e-11 3157799.5 Loop time of 0.017163 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:14 2021 Pair time (%) = 0.00106812 (6.22335) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180588) Outpt time (%) = 0.01598 (93.1071) Other time (%) = 8.39233e-05 (0.488977) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:14 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10516 5000 2.2261998e-11 3157788.4 10517 -0.00958749999999477 3157734.74961136 10517 5000 2.2260375e-11 3157734.7 Loop time of 0.016681 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:14 2021 Pair time (%) = 0.00100398 (6.01872) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.210105) Outpt time (%) = 0.015537 (93.1423) Other time (%) = 0.000104904 (0.628886) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:14 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10517 5000 2.2260375e-11 3157723.6 10518 -0.00958749999999477 3157669.99338241 10518 5000 2.2258752e-11 3157670 Loop time of 0.0169439 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:14 2021 Pair time (%) = 0.000977993 (5.77194) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188552) Outpt time (%) = 0.0158081 (93.2966) Other time (%) = 0.000125885 (0.74295) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:14 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10518 5000 2.2258752e-11 3157658.9 10519 -0.00958749999999477 3157605.24038361 10519 5000 2.2257129e-11 3157605.2 Loop time of 0.0171301 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:14 2021 Pair time (%) = 0.000940084 (5.4879) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180935) Outpt time (%) = 0.0160661 (93.7884) Other time (%) = 9.29832e-05 (0.542805) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:14 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10519 5000 2.2257129e-11 3157594.1 10520 -0.00958749999999477 3157540.49061391 10520 5000 2.2255507e-11 3157540.5 Loop time of 0.0187199 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:14 2021 Pair time (%) = 0.000950098 (5.07533) Neigh time (%) = 0 (0) Comm time (%) = 4.50611e-05 (0.240712) Outpt time (%) = 0.017612 (94.0815) Other time (%) = 0.000112772 (0.602417) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:14 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10520 5000 2.2255507e-11 3157529.4 10521 -0.00958749999999477 3157475.74407244 10521 5000 2.2253885e-11 3157475.7 Loop time of 0.0166891 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:14 2021 Pair time (%) = 0.00112319 (6.7301) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.204289) Outpt time (%) = 0.0154109 (92.3413) Other time (%) = 0.000120878 (0.724296) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:14 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10521 5000 2.2253885e-11 3157464.6 10522 -0.00958749999999477 3157411.00075843 10522 5000 2.2252262e-11 3157411 Loop time of 0.017323 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:14 2021 Pair time (%) = 0.00106907 (6.17138) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189931) Outpt time (%) = 0.016053 (92.6684) Other time (%) = 0.000168085 (0.970299) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:14 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10522 5000 2.2252262e-11 3157399.9 10523 -0.00958749999999477 3157346.26067124 10523 5000 2.225064e-11 3157346.3 Loop time of 0.01724 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:14 2021 Pair time (%) = 0.00094223 (5.46536) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185313) Outpt time (%) = 0.0161731 (93.8114) Other time (%) = 9.27448e-05 (0.537962) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:14 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10523 5000 2.225064e-11 3157335.2 10524 -0.00958749999999477 3157281.52381026 10524 5000 2.2249019e-11 3157281.5 Loop time of 0.016536 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:14 2021 Pair time (%) = 0.00101304 (6.12627) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.187436) Outpt time (%) = 0.015358 (92.876) Other time (%) = 0.000133991 (0.8103) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:14 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10524 5000 2.2249019e-11 3157270.4 10525 -0.00958749999999477 3157216.79017488 10525 5000 2.2247397e-11 3157216.8 Loop time of 0.0169718 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:14 2021 Pair time (%) = 0.00107503 (6.3342) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.228981) Outpt time (%) = 0.0157211 (92.6305) Other time (%) = 0.000136852 (0.80635) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:14 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10525 5000 2.2247397e-11 3157205.7 10526 -0.00958749999999477 3157152.05976465 10526 5000 2.2245775e-11 3157152.1 Loop time of 0.017108 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:14 2021 Pair time (%) = 0.000940084 (5.49501) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186744) Outpt time (%) = 0.0160432 (93.7761) Other time (%) = 9.27448e-05 (0.542115) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:14 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10526 5000 2.2245775e-11 3157141 10527 -0.00958749999999477 3157087.33257903 10527 5000 2.2244154e-11 3157087.3 Loop time of 0.0166659 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:14 2021 Pair time (%) = 0.000941038 (5.64648) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191697) Outpt time (%) = 0.0156 (93.6039) Other time (%) = 9.29832e-05 (0.557924) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:14 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10527 5000 2.2244154e-11 3157076.2 10528 -0.00958749999999477 3157022.60861761 10528 5000 2.2242533e-11 3157022.6 Loop time of 0.0165901 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:14 2021 Pair time (%) = 0.00102019 (6.1494) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.205507) Outpt time (%) = 0.01543 (93.007) Other time (%) = 0.000105858 (0.638078) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:14 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10528 5000 2.2242533e-11 3157011.5 10529 -0.00958749999999477 3156957.8878799 10529 5000 2.2240912e-11 3156957.9 Loop time of 0.0172908 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:14 2021 Pair time (%) = 0.00109196 (6.31524) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197179) Outpt time (%) = 0.016046 (92.8009) Other time (%) = 0.000118732 (0.686679) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:14 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10529 5000 2.2240912e-11 3156946.8 10530 -0.00958749999999477 3156893.17036551 10530 5000 2.2239291e-11 3156893.2 Loop time of 0.0189099 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:14 2021 Pair time (%) = 0.000948191 (5.01425) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.163905) Outpt time (%) = 0.0178361 (94.3213) Other time (%) = 9.46522e-05 (0.500542) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:14 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10530 5000 2.2239291e-11 3156882.1 10531 -0.00958749999999477 3156828.45607403 10531 5000 2.223767e-11 3156828.5 Loop time of 0.0164118 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:14 2021 Pair time (%) = 0.0009408 (5.73247) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194666) Outpt time (%) = 0.0153439 (93.4932) Other time (%) = 9.5129e-05 (0.579639) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:14 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10531 5000 2.223767e-11 3156817.4 10532 -0.00958749999999477 3156763.74500513 10532 5000 2.223605e-11 3156763.7 Loop time of 0.0169621 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:14 2021 Pair time (%) = 0.00115609 (6.81575) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.217868) Outpt time (%) = 0.0156531 (92.2833) Other time (%) = 0.000115871 (0.683122) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:14 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10532 5000 2.223605e-11 3156752.6 10533 -0.00958749999999477 3156699.03715833 10533 5000 2.223443e-11 3156699 Loop time of 0.017025 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:14 2021 Pair time (%) = 0.000984907 (5.78507) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.189054) Outpt time (%) = 0.0159161 (93.4867) Other time (%) = 9.17912e-05 (0.539155) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:14 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10533 5000 2.223443e-11 3156687.9 10534 -0.00958749999999477 3156634.33253339 10534 5000 2.223281e-11 3156634.3 Loop time of 0.0170572 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:14 2021 Pair time (%) = 0.000941038 (5.51696) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.1873) Outpt time (%) = 0.01599 (93.7436) Other time (%) = 9.41753e-05 (0.552116) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:14 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10534 5000 2.223281e-11 3156623.2 10535 -0.00958749999999477 3156569.63112988 10535 5000 2.223119e-11 3156569.6 Loop time of 0.016655 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:14 2021 Pair time (%) = 0.000950098 (5.70459) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.197549) Outpt time (%) = 0.0155711 (93.4923) Other time (%) = 0.000100851 (0.605531) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:14 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10535 5000 2.223119e-11 3156558.5 10536 -0.00958749999999477 3156504.93294655 10536 5000 2.222957e-11 3156504.9 Loop time of 0.0170889 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:14 2021 Pair time (%) = 0.00102687 (6.00898) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.188348) Outpt time (%) = 0.0159051 (93.073) Other time (%) = 0.000124693 (0.729672) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:14 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10536 5000 2.222957e-11 3156493.8 10537 -0.00958749999999477 3156440.23798233 10537 5000 2.222795e-11 3156440.2 Loop time of 0.016948 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:15 2021 Pair time (%) = 0.000951052 (5.61159) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.189913) Outpt time (%) = 0.015871 (93.6456) Other time (%) = 9.36985e-05 (0.552859) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:15 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10537 5000 2.222795e-11 3156429.1 10538 -0.00958749999999477 3156375.54623775 10538 5000 2.2226331e-11 3156375.5 Loop time of 0.016403 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:15 2021 Pair time (%) = 0.00095892 (5.84602) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.207852) Outpt time (%) = 0.0153131 (93.356) Other time (%) = 9.67979e-05 (0.590125) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:15 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10538 5000 2.2226331e-11 3156364.4 10539 -0.00958749999999477 3156310.85771249 10539 5000 2.2224711e-11 3156310.9 Loop time of 0.016973 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:15 2021 Pair time (%) = 0.00119495 (7.04031) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.212108) Outpt time (%) = 0.015583 (91.8106) Other time (%) = 0.000159025 (0.936929) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:15 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10539 5000 2.2224711e-11 3156299.8 10540 -0.00958749999999477 3156246.17240621 10540 5000 2.2223092e-11 3156246.2 Loop time of 0.0190449 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:15 2021 Pair time (%) = 0.000941992 (4.94617) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.167752) Outpt time (%) = 0.017978 (94.3978) Other time (%) = 9.29832e-05 (0.488232) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:15 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10540 5000 2.2223092e-11 3156235.1 10541 -0.00958749999999477 3156181.49031864 10541 5000 2.2221473e-11 3156181.5 Loop time of 0.0172501 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:15 2021 Pair time (%) = 0.00106502 (6.17398) Neigh time (%) = 0 (0) Comm time (%) = 3.12328e-05 (0.181059) Outpt time (%) = 0.0160251 (92.8986) Other time (%) = 0.000128746 (0.746351) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:15 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10541 5000 2.2221473e-11 3156170.4 10542 -0.00958749999999477 3156116.81144953 10542 5000 2.2219854e-11 3156116.8 Loop time of 0.0166101 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:15 2021 Pair time (%) = 0.000942945 (5.67692) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192341) Outpt time (%) = 0.0155408 (93.5623) Other time (%) = 9.44138e-05 (0.56841) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:15 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10542 5000 2.2219854e-11 3156105.7 10543 -0.00958749999999477 3156052.13579858 10543 5000 2.2218236e-11 3156052.1 Loop time of 0.017163 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:15 2021 Pair time (%) = 0.00125408 (7.30687) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204204) Outpt time (%) = 0.015743 (91.7263) Other time (%) = 0.000130892 (0.762638) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:15 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10543 5000 2.2218236e-11 3156041 10544 -0.00958749999999477 3155987.46336549 10544 5000 2.2216617e-11 3155987.5 Loop time of 0.0169799 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:15 2021 Pair time (%) = 0.000942945 (5.55329) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.189556) Outpt time (%) = 0.0159168 (93.739) Other time (%) = 8.79765e-05 (0.51812) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:22:15 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10544 5000 2.2216617e-11 3155976.4 10545 -0.00958749999999477 3155912.00296806 10545 5000 4.3887741e-11 3156015.6 Loop time of 0.0163181 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:15 2021 Pair time (%) = 0.000941992 (5.77269) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.195783) Outpt time (%) = 0.015208 (93.1973) Other time (%) = 0.000136137 (0.834271) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:15 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10545 5000 4.3887741e-11 3200251.7 10546 -0.00961999999999475 3200180.5959764 10546 5000 3.5388974e-11 3200180.6 Loop time of 0.016875 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:15 2021 Pair time (%) = 0.00104308 (6.18121) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.202037) Outpt time (%) = 0.015677 (92.9004) Other time (%) = 0.000120878 (0.716314) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:15 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10546 5000 3.5388974e-11 3200165.7 10547 -0.00961999999999475 3200100.62841158 10547 5000 3.0462096e-11 3200100.6 Loop time of 0.0170958 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:15 2021 Pair time (%) = 0.00104403 (6.10697) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186877) Outpt time (%) = 0.0159299 (93.1804) Other time (%) = 8.98838e-05 (0.525765) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:15 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10547 5000 3.0462096e-11 3200087 10548 -0.00961999999999475 3200025.84754985 10548 5000 2.7522184e-11 3200025.8 Loop time of 0.017014 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:15 2021 Pair time (%) = 0.00102091 (6.00039) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.19338) Outpt time (%) = 0.0158601 (93.2177) Other time (%) = 0.000100136 (0.588549) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:15 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10548 5000 2.7522184e-11 3200013.1 10549 -0.00961999999999475 3199954.36409284 10549 5000 2.57307e-11 3199954.4 Loop time of 0.016418 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:15 2021 Pair time (%) = 0.000944853 (5.75499) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.188783) Outpt time (%) = 0.015348 (93.4826) Other time (%) = 9.41753e-05 (0.573611) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:15 2021 Memory usage per processor = 27.531 Mbytes Step Atoms AVEKE stressZZ 10549 5000 2.57307e-11 3199942.1 10550 -0.00961999999999475 3199884.97736704 10550 5000 2.4622882e-11 3199885 Loop time of 0.019208 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:15 2021 Pair time (%) = 0.00128913 (6.71143) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.192394) Outpt time (%) = 0.0176749 (92.0188) Other time (%) = 0.000206947 (1.0774) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:15 2021 Memory usage per processor = 27.5312 Mbytes Step Atoms AVEKE stressZZ 10550 5000 2.4622882e-11 3199873.1 10551 -0.00961999999999475 3199816.9243117 10551 5000 2.393089e-11 3199816.9 Loop time of 0.0171978 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:15 2021 Pair time (%) = 0.000942945 (5.48293) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185768) Outpt time (%) = 0.0161319 (93.8017) Other time (%) = 9.10759e-05 (0.529577) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:15 2021 Memory usage per processor = 27.5312 Mbytes Step Atoms AVEKE stressZZ 10551 5000 2.393089e-11 3199805.2 10552 -0.00961999999999475 3199749.72004412 10552 5000 2.3495625e-11 3199749.7 Loop time of 0.017035 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:15 2021 Pair time (%) = 0.000986814 (5.79286) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187544) Outpt time (%) = 0.0159221 (93.4668) Other time (%) = 9.41753e-05 (0.552834) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:15 2021 Memory usage per processor = 27.5312 Mbytes Step Atoms AVEKE stressZZ 10552 5000 2.3495625e-11 3199738.2 10553 -0.00961999999999475 3199683.05639292 10553 5000 2.3220469e-11 3199683.1 Loop time of 0.017077 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:15 2021 Pair time (%) = 0.000963926 (5.6446) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.194064) Outpt time (%) = 0.015981 (93.5819) Other time (%) = 9.89437e-05 (0.579399) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:15 2021 Memory usage per processor = 27.5312 Mbytes Step Atoms AVEKE stressZZ 10553 5000 2.3220469e-11 3199671.6 10554 -0.00961999999999475 3199616.7375114 10554 5000 2.3045834e-11 3199616.7 Loop time of 0.0173419 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:15 2021 Pair time (%) = 0.00100684 (5.80585) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189725) Outpt time (%) = 0.0161979 (93.4036) Other time (%) = 0.000104189 (0.600795) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:15 2021 Memory usage per processor = 27.5312 Mbytes Step Atoms AVEKE stressZZ 10554 5000 2.3045834e-11 3199605.3 10555 -0.00961999999999475 3199550.63893649 10555 5000 2.2934584e-11 3199550.6 Loop time of 0.0174632 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:15 2021 Pair time (%) = 0.000983 (5.62898) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.177484) Outpt time (%) = 0.0163548 (93.6529) Other time (%) = 9.44138e-05 (0.540644) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:15 2021 Memory usage per processor = 27.5312 Mbytes Step Atoms AVEKE stressZZ 10555 5000 2.2934584e-11 3199539.3 10556 -0.00961999999999475 3199484.68157025 10556 5000 2.2863414e-11 3199484.7 Loop time of 0.0166039 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:15 2021 Pair time (%) = 0.000947952 (5.7092) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.186669) Outpt time (%) = 0.0154889 (93.2842) Other time (%) = 0.000136137 (0.819908) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:15 2021 Memory usage per processor = 27.5312 Mbytes Step Atoms AVEKE stressZZ 10556 5000 2.2863414e-11 3199473.3 10557 -0.00961999999999475 3199418.81514478 10557 5000 2.2817635e-11 3199418.8 Loop time of 0.0167599 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:15 2021 Pair time (%) = 0.0010581 (6.3133) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.220496) Outpt time (%) = 0.0155389 (92.7151) Other time (%) = 0.000125885 (0.75111) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:15 2021 Memory usage per processor = 27.5312 Mbytes Step Atoms AVEKE stressZZ 10557 5000 2.2817635e-11 3199407.5 10558 -0.00961999999999475 3199353.00771404 10558 5000 2.2787958e-11 3199353 Loop time of 0.0163591 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:15 2021 Pair time (%) = 0.000952005 (5.81943) Neigh time (%) = 0 (0) Comm time (%) = 6.48499e-05 (0.396415) Outpt time (%) = 0.0152481 (93.2085) Other time (%) = 9.41753e-05 (0.575676) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:15 2021 Memory usage per processor = 27.5312 Mbytes Step Atoms AVEKE stressZZ 10558 5000 2.2787958e-11 3199341.7 10559 -0.00961999999999475 3199287.2389757 10559 5000 2.2768502e-11 3199287.2 Loop time of 0.016238 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:15 2021 Pair time (%) = 0.000942945 (5.80704) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.198218) Outpt time (%) = 0.0151761 (93.4603) Other time (%) = 8.67844e-05 (0.534453) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:15 2021 Memory usage per processor = 27.5312 Mbytes Step Atoms AVEKE stressZZ 10559 5000 2.2768502e-11 3199275.9 10560 -0.00961999999999475 3199221.49602727 10560 5000 2.2755536e-11 3199221.5 Loop time of 0.018398 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:15 2021 Pair time (%) = 0.00100112 (5.44145) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.173649) Outpt time (%) = 0.017278 (93.9119) Other time (%) = 8.70228e-05 (0.473) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:15 2021 Memory usage per processor = 27.5312 Mbytes Step Atoms AVEKE stressZZ 10560 5000 2.2755536e-11 3199210.2 10561 -0.00961999999999475 3199155.7706688 10561 5000 2.2746692e-11 3199155.8 Loop time of 0.017509 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:15 2021 Pair time (%) = 0.00105596 (6.03094) Neigh time (%) = 0 (0) Comm time (%) = 3.00407e-05 (0.171573) Outpt time (%) = 0.0163341 (93.2896) Other time (%) = 8.89301e-05 (0.507911) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:15 2021 Memory usage per processor = 27.5312 Mbytes Step Atoms AVEKE stressZZ 10561 5000 2.2746692e-11 3199144.5 10562 -0.00961999999999475 3199090.05769017 10562 5000 2.2740466e-11 3199090.1 Loop time of 0.017772 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:15 2021 Pair time (%) = 0.000965834 (5.43459) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.181108) Outpt time (%) = 0.016607 (93.4452) Other time (%) = 0.000166893 (0.939081) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:15 2021 Memory usage per processor = 27.5312 Mbytes Step Atoms AVEKE stressZZ 10562 5000 2.2740466e-11 3199078.7 10563 -0.00961999999999475 3199024.35377816 10563 5000 2.2735905e-11 3199024.4 Loop time of 0.0167348 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:15 2021 Pair time (%) = 0.000975132 (5.82696) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.20373) Outpt time (%) = 0.015625 (93.3681) Other time (%) = 0.000100613 (0.601217) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:15 2021 Memory usage per processor = 27.5312 Mbytes Step Atoms AVEKE stressZZ 10563 5000 2.2735905e-11 3199013 10564 -0.00961999999999475 3198958.65682777 10564 5000 2.2732401e-11 3198958.7 Loop time of 0.0173361 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:15 2021 Pair time (%) = 0.00119901 (6.91623) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.196664) Outpt time (%) = 0.0159972 (92.2765) Other time (%) = 0.000105858 (0.61062) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:15 2021 Memory usage per processor = 27.5312 Mbytes Step Atoms AVEKE stressZZ 10564 5000 2.2732401e-11 3198947.3 10565 -0.00961999999999475 3198892.96551696 10565 5000 2.2729569e-11 3198893 Loop time of 0.017338 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:15 2021 Pair time (%) = 0.000946045 (5.45647) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191141) Outpt time (%) = 0.0162039 (93.4586) Other time (%) = 0.000154972 (0.893827) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:15 2021 Memory usage per processor = 27.5312 Mbytes Step Atoms AVEKE stressZZ 10565 5000 2.2729569e-11 3198881.7 10566 -0.00961999999999475 3198827.27900123 10566 5000 2.2727164e-11 3198827.3 Loop time of 0.0169291 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:15 2021 Pair time (%) = 0.000986814 (5.82908) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188716) Outpt time (%) = 0.0158169 (93.4301) Other time (%) = 9.34601e-05 (0.552066) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:15 2021 Memory usage per processor = 27.5312 Mbytes Step Atoms AVEKE stressZZ 10566 5000 2.2727164e-11 3198816 10567 -0.00961999999999475 3198761.59673074 10567 5000 2.272503e-11 3198761.6 Loop time of 0.016536 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:15 2021 Pair time (%) = 0.000972986 (5.88405) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211947) Outpt time (%) = 0.0154271 (93.2941) Other time (%) = 0.000100851 (0.609888) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:15 2021 Memory usage per processor = 27.5312 Mbytes Step Atoms AVEKE stressZZ 10567 5000 2.272503e-11 3198750.3 10568 -0.00961999999999475 3198695.91835909 10568 5000 2.2723069e-11 3198695.9 Loop time of 0.0173681 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:15 2021 Pair time (%) = 0.00106215 (6.11556) Neigh time (%) = 0 (0) Comm time (%) = 7.10487e-05 (0.409077) Outpt time (%) = 0.0161369 (92.9112) Other time (%) = 9.799e-05 (0.564196) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:15 2021 Memory usage per processor = 27.5312 Mbytes Step Atoms AVEKE stressZZ 10568 5000 2.2723069e-11 3198684.6 10569 -0.00961999999999475 3198630.24366618 10569 5000 2.2721218e-11 3198630.2 Loop time of 0.0175979 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:15 2021 Pair time (%) = 0.000946045 (5.37589) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.1829) Outpt time (%) = 0.016526 (93.9088) Other time (%) = 9.36985e-05 (0.532441) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:15 2021 Memory usage per processor = 27.5312 Mbytes Step Atoms AVEKE stressZZ 10569 5000 2.2721218e-11 3198618.9 10570 -0.00961999999999475 3198564.57251193 10570 5000 2.2719436e-11 3198564.6 Loop time of 0.018574 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:15 2021 Pair time (%) = 0.000985861 (5.30775) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.172004) Outpt time (%) = 0.0174339 (93.8618) Other time (%) = 0.000122309 (0.658494) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:15 2021 Memory usage per processor = 27.5312 Mbytes Step Atoms AVEKE stressZZ 10570 5000 2.2719436e-11 3198553.3 10571 -0.00961999999999475 3198498.90480711 10571 5000 2.2717699e-11 3198498.9 Loop time of 0.0168869 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:15 2021 Pair time (%) = 0.00117898 (6.9816) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.237191) Outpt time (%) = 0.015532 (91.9765) Other time (%) = 0.000135899 (0.804755) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:15 2021 Memory usage per processor = 27.5312 Mbytes Step Atoms AVEKE stressZZ 10571 5000 2.2717699e-11 3198487.6 10572 -0.00961999999999475 3198433.24049466 10572 5000 2.271599e-11 3198433.2 Loop time of 0.01721 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:15 2021 Pair time (%) = 0.000955105 (5.54971) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180095) Outpt time (%) = 0.01613 (93.7244) Other time (%) = 9.39369e-05 (0.545827) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:15 2021 Memory usage per processor = 27.5312 Mbytes Step Atoms AVEKE stressZZ 10572 5000 2.271599e-11 3198421.9 10573 -0.00961999999999475 3198367.57953819 10573 5000 2.2714299e-11 3198367.6 Loop time of 0.017015 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:15 2021 Pair time (%) = 0.000952959 (5.60071) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.189166) Outpt time (%) = 0.0159369 (93.6636) Other time (%) = 9.29832e-05 (0.546479) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:15 2021 Memory usage per processor = 27.5312 Mbytes Step Atoms AVEKE stressZZ 10573 5000 2.2714299e-11 3198356.3 10574 -0.00961999999999475 3198301.9219143 10574 5000 2.271262e-11 3198301.9 Loop time of 0.0165269 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:15 2021 Pair time (%) = 0.000955105 (5.77908) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.206293) Outpt time (%) = 0.015398 (93.1693) Other time (%) = 0.000139713 (0.845367) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:15 2021 Memory usage per processor = 27.5312 Mbytes Step Atoms AVEKE stressZZ 10574 5000 2.271262e-11 3198290.6 10575 -0.00961999999999475 3198236.26760778 10575 5000 2.2710948e-11 3198236.3 Loop time of 0.017293 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:15 2021 Pair time (%) = 0.00104094 (6.01941) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.19164) Outpt time (%) = 0.0160859 (93.0196) Other time (%) = 0.000133038 (0.769316) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:15 2021 Memory usage per processor = 27.5312 Mbytes Step Atoms AVEKE stressZZ 10575 5000 2.2710948e-11 3198225 10576 -0.00961999999999475 3198170.61660888 10576 5000 2.2709281e-11 3198170.6 Loop time of 0.0170231 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:15 2021 Pair time (%) = 0.000968218 (5.68768) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.193277) Outpt time (%) = 0.015924 (93.5434) Other time (%) = 9.799e-05 (0.57563) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:15 2021 Memory usage per processor = 27.5312 Mbytes Step Atoms AVEKE stressZZ 10576 5000 2.2709281e-11 3198159.3 10577 -0.00961999999999475 3198104.96891115 10577 5000 2.2707617e-11 3198105 Loop time of 0.0166891 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:15 2021 Pair time (%) = 0.00101089 (6.05723) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.185717) Outpt time (%) = 0.015538 (93.1028) Other time (%) = 0.000109196 (0.654295) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:15 2021 Memory usage per processor = 27.5312 Mbytes Step Atoms AVEKE stressZZ 10577 5000 2.2707617e-11 3198093.7 10578 -0.00961999999999475 3198039.32451022 10578 5000 2.2705955e-11 3198039.3 Loop time of 0.0165999 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:15 2021 Pair time (%) = 0.00100994 (6.08402) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211131) Outpt time (%) = 0.015449 (93.0671) Other time (%) = 0.000105858 (0.637702) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:15 2021 Memory usage per processor = 27.5312 Mbytes Step Atoms AVEKE stressZZ 10578 5000 2.2705955e-11 3198028 10579 -0.00961999999999475 3197973.68340325 10579 5000 2.2704295e-11 3197973.7 Loop time of 0.0170672 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:15 2021 Pair time (%) = 0.000943184 (5.5263) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181602) Outpt time (%) = 0.0159991 (93.7417) Other time (%) = 9.39369e-05 (0.550395) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:15 2021 Memory usage per processor = 27.5312 Mbytes Step Atoms AVEKE stressZZ 10579 5000 2.2704295e-11 3197962.4 10580 -0.00961999999999475 3197908.04558803 10580 5000 2.2702635e-11 3197908 Loop time of 0.019022 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:16 2021 Pair time (%) = 0.000999928 (5.25669) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.177981) Outpt time (%) = 0.0178912 (94.0552) Other time (%) = 9.70364e-05 (0.510127) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:16 2021 Memory usage per processor = 27.5312 Mbytes Step Atoms AVEKE stressZZ 10580 5000 2.2702635e-11 3197896.7 10581 -0.00961999999999475 3197842.41106318 10581 5000 2.2700976e-11 3197842.4 Loop time of 0.0164349 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:16 2021 Pair time (%) = 0.000946999 (5.76212) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194392) Outpt time (%) = 0.0153618 (93.4705) Other time (%) = 9.41753e-05 (0.57302) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:16 2021 Memory usage per processor = 27.5312 Mbytes Step Atoms AVEKE stressZZ 10581 5000 2.2700976e-11 3197831.1 10582 -0.00961999999999475 3197776.77982748 10582 5000 2.2699317e-11 3197776.8 Loop time of 0.01706 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:16 2021 Pair time (%) = 0.00118589 (6.9513) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.269723) Outpt time (%) = 0.015666 (91.8287) Other time (%) = 0.000162125 (0.950318) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:16 2021 Memory usage per processor = 27.5312 Mbytes Step Atoms AVEKE stressZZ 10582 5000 2.2699317e-11 3197765.5 10583 -0.00961999999999475 3197711.1518801 10583 5000 2.2697659e-11 3197711.2 Loop time of 0.017122 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:16 2021 Pair time (%) = 0.000977993 (5.7119) Neigh time (%) = 0 (0) Comm time (%) = 4.50611e-05 (0.263176) Outpt time (%) = 0.0159469 (93.1365) Other time (%) = 0.000152111 (0.888394) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:16 2021 Memory usage per processor = 27.5312 Mbytes Step Atoms AVEKE stressZZ 10583 5000 2.2697659e-11 3197699.8 10584 -0.00961999999999475 3197645.52722021 10584 5000 2.2696001e-11 3197645.5 Loop time of 0.0169201 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:16 2021 Pair time (%) = 0.000941038 (5.56166) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.183181) Outpt time (%) = 0.015825 (93.5281) Other time (%) = 0.000123024 (0.727088) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:16 2021 Memory usage per processor = 27.5312 Mbytes Step Atoms AVEKE stressZZ 10584 5000 2.2696001e-11 3197634.2 10585 -0.00961999999999475 3197579.90584716 10585 5000 2.2694344e-11 3197579.9 Loop time of 0.0165391 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:16 2021 Pair time (%) = 0.001019 (6.16116) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.204699) Outpt time (%) = 0.015358 (92.8586) Other time (%) = 0.000128269 (0.775551) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:16 2021 Memory usage per processor = 27.5312 Mbytes Step Atoms AVEKE stressZZ 10585 5000 2.2694344e-11 3197568.6 10586 -0.00961999999999475 3197514.28776039 10586 5000 2.2692686e-11 3197514.3 Loop time of 0.0171831 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:16 2021 Pair time (%) = 0.00110483 (6.42977) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198415) Outpt time (%) = 0.0158889 (92.4685) Other time (%) = 0.00015521 (0.903276) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:16 2021 Memory usage per processor = 27.5312 Mbytes Step Atoms AVEKE stressZZ 10586 5000 2.2692686e-11 3197503 10587 -0.00961999999999475 3197448.6729594 10587 5000 2.2691029e-11 3197448.7 Loop time of 0.0170889 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:16 2021 Pair time (%) = 0.000943899 (5.52347) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186952) Outpt time (%) = 0.0160189 (93.7385) Other time (%) = 9.41753e-05 (0.551091) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:16 2021 Memory usage per processor = 27.5312 Mbytes Step Atoms AVEKE stressZZ 10587 5000 2.2691029e-11 3197437.4 10588 -0.00961999999999475 3197383.06143589 10588 5000 2.2689372e-11 3197383.1 Loop time of 0.0165429 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:16 2021 Pair time (%) = 0.000943184 (5.70144) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.187358) Outpt time (%) = 0.0154741 (93.539) Other time (%) = 9.46522e-05 (0.572162) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:16 2021 Memory usage per processor = 27.5312 Mbytes Step Atoms AVEKE stressZZ 10588 5000 2.2689372e-11 3197371.8 10589 -0.00961999999999475 3197317.45319368 10589 5000 2.2687715e-11 3197317.5 Loop time of 0.0168679 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:16 2021 Pair time (%) = 0.00113797 (6.74639) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.219084) Outpt time (%) = 0.0155718 (92.3165) Other time (%) = 0.000121117 (0.718031) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:16 2021 Memory usage per processor = 27.5312 Mbytes Step Atoms AVEKE stressZZ 10589 5000 2.2687715e-11 3197306.1 10590 -0.00961999999999475 3197251.84823523 10590 5000 2.2686058e-11 3197251.8 Loop time of 0.0193739 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:16 2021 Pair time (%) = 0.000941992 (4.86217) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.15998) Outpt time (%) = 0.018306 (94.4881) Other time (%) = 9.48906e-05 (0.489786) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:16 2021 Memory usage per processor = 27.5312 Mbytes Step Atoms AVEKE stressZZ 10590 5000 2.2686058e-11 3197240.5 10591 -0.00961999999999475 3197186.24656015 10591 5000 2.2684402e-11 3197186.2 Loop time of 0.0171428 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:16 2021 Pair time (%) = 0.000954866 (5.57008) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.197491) Outpt time (%) = 0.0160439 (93.5899) Other time (%) = 0.000110149 (0.642541) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:16 2021 Memory usage per processor = 27.5312 Mbytes Step Atoms AVEKE stressZZ 10591 5000 2.2684402e-11 3197174.9 10592 -0.00961999999999475 3197120.64816798 10592 5000 2.2682745e-11 3197120.6 Loop time of 0.0165179 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:16 2021 Pair time (%) = 0.000972033 (5.88473) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193415) Outpt time (%) = 0.0153739 (93.0746) Other time (%) = 0.000139952 (0.847274) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:16 2021 Memory usage per processor = 27.5312 Mbytes Step Atoms AVEKE stressZZ 10592 5000 2.2682745e-11 3197109.3 10593 -0.00961999999999475 3197055.05305829 10593 5000 2.2681089e-11 3197055.1 Loop time of 0.0170538 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:16 2021 Pair time (%) = 0.00129104 (7.57036) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.211103) Outpt time (%) = 0.0155289 (91.0582) Other time (%) = 0.000197887 (1.16037) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:16 2021 Memory usage per processor = 27.5312 Mbytes Step Atoms AVEKE stressZZ 10593 5000 2.2681089e-11 3197043.7 10594 -0.00961999999999475 3196989.46123069 10594 5000 2.2679433e-11 3196989.5 Loop time of 0.0170882 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:16 2021 Pair time (%) = 0.000946999 (5.54184) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181379) Outpt time (%) = 0.0159931 (93.5917) Other time (%) = 0.000117064 (0.685056) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:16 2021 Memory usage per processor = 27.5312 Mbytes Step Atoms AVEKE stressZZ 10594 5000 2.2679433e-11 3196978.2 10595 -0.00961999999999475 3196923.87268472 10595 5000 2.2677778e-11 3196923.9 Loop time of 0.0167081 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:16 2021 Pair time (%) = 0.000944138 (5.65077) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191213) Outpt time (%) = 0.0156372 (93.5901) Other time (%) = 9.48906e-05 (0.56793) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:16 2021 Memory usage per processor = 27.5312 Mbytes Step Atoms AVEKE stressZZ 10595 5000 2.2677778e-11 3196912.6 10596 -0.00961999999999475 3196858.28741992 10596 5000 2.2676122e-11 3196858.3 Loop time of 0.0168269 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:16 2021 Pair time (%) = 0.000997066 (5.92544) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.202616) Outpt time (%) = 0.0156889 (93.2372) Other time (%) = 0.000106812 (0.634768) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:16 2021 Memory usage per processor = 27.5312 Mbytes Step Atoms AVEKE stressZZ 10596 5000 2.2676122e-11 3196847 10597 -0.00961999999999475 3196792.705436 10597 5000 2.2674466e-11 3196792.7 Loop time of 0.0171111 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:16 2021 Pair time (%) = 0.00102711 (6.00259) Neigh time (%) = 0 (0) Comm time (%) = 7.89165e-05 (0.461202) Outpt time (%) = 0.015842 (92.5831) Other time (%) = 0.000163078 (0.953058) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:16 2021 Memory usage per processor = 27.5312 Mbytes Step Atoms AVEKE stressZZ 10597 5000 2.2674466e-11 3196781.4 10598 -0.00961999999999475 3196727.12673239 10598 5000 2.2672811e-11 3196727.1 Loop time of 0.0170488 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:16 2021 Pair time (%) = 0.000985146 (5.77837) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187392) Outpt time (%) = 0.015938 (93.4846) Other time (%) = 9.36985e-05 (0.549589) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:16 2021 Memory usage per processor = 27.5312 Mbytes Step Atoms AVEKE stressZZ 10598 5000 2.2672811e-11 3196715.8 10599 -0.00961999999999475 3196661.55130878 10599 5000 2.2671156e-11 3196661.6 Loop time of 0.0163369 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:16 2021 Pair time (%) = 0.000943899 (5.77771) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.197017) Outpt time (%) = 0.015269 (93.4634) Other time (%) = 9.17912e-05 (0.561863) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:16 2021 Memory usage per processor = 27.5312 Mbytes Step Atoms AVEKE stressZZ 10599 5000 2.2671156e-11 3196650.2 10600 -0.00961999999999475 3196595.97916474 10600 5000 2.2669501e-11 3196596 Loop time of 0.019376 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:16 2021 Pair time (%) = 0.00131202 (6.77134) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.200568) Outpt time (%) = 0.0178671 (92.2123) Other time (%) = 0.000158072 (0.815809) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:16 2021 Memory usage per processor = 27.5312 Mbytes Step Atoms AVEKE stressZZ 10600 5000 2.2669501e-11 3196584.7 10601 -0.00961999999999475 3196530.41029991 10601 5000 2.2667846e-11 3196530.4 Loop time of 0.0168872 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:16 2021 Pair time (%) = 0.000942945 (5.58379) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.189185) Outpt time (%) = 0.0158179 (93.6679) Other time (%) = 9.44138e-05 (0.559085) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:16 2021 Memory usage per processor = 27.5312 Mbytes Step Atoms AVEKE stressZZ 10601 5000 2.2667846e-11 3196519.1 10602 -0.00961999999999475 3196464.84471387 10602 5000 2.2666192e-11 3196464.8 Loop time of 0.0162909 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:16 2021 Pair time (%) = 0.000988007 (6.06477) Neigh time (%) = 0 (0) Comm time (%) = 5.50747e-05 (0.33807) Outpt time (%) = 0.01513 (92.8742) Other time (%) = 0.000117779 (0.722973) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:16 2021 Memory usage per processor = 27.5312 Mbytes Step Atoms AVEKE stressZZ 10602 5000 2.2666192e-11 3196453.5 10603 -0.00961999999999475 3196399.28240623 10603 5000 2.2664537e-11 3196399.3 Loop time of 0.016326 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:16 2021 Pair time (%) = 0.000948191 (5.80787) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.195689) Outpt time (%) = 0.0152588 (93.4634) Other time (%) = 8.70228e-05 (0.533033) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:16 2021 Memory usage per processor = 27.5312 Mbytes Step Atoms AVEKE stressZZ 10603 5000 2.2664537e-11 3196388 10604 -0.00961999999999475 3196333.72337656 10604 5000 2.2662883e-11 3196333.7 Loop time of 0.0163031 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:16 2021 Pair time (%) = 0.000946999 (5.80872) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.190114) Outpt time (%) = 0.0152359 (93.4542) Other time (%) = 8.91685e-05 (0.546944) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:16 2021 Memory usage per processor = 27.5312 Mbytes Step Atoms AVEKE stressZZ 10604 5000 2.2662883e-11 3196322.4 10605 -0.00961999999999475 3196268.16762453 10605 5000 2.2661229e-11 3196268.2 Loop time of 0.017019 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:16 2021 Pair time (%) = 0.0010469 (6.15132) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205931) Outpt time (%) = 0.0158331 (93.032) Other time (%) = 0.000103951 (0.61079) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:16 2021 Memory usage per processor = 27.5312 Mbytes Step Atoms AVEKE stressZZ 10605 5000 2.2661229e-11 3196256.9 10606 -0.00961999999999475 3196202.6151497 10606 5000 2.2659575e-11 3196202.6 Loop time of 0.0171351 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:16 2021 Pair time (%) = 0.000948906 (5.53778) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192013) Outpt time (%) = 0.0160389 (93.6023) Other time (%) = 0.000114441 (0.667873) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:16 2021 Memory usage per processor = 27.5312 Mbytes Step Atoms AVEKE stressZZ 10606 5000 2.2659575e-11 3196191.3 10607 -0.00961999999999475 3196137.06595174 10607 5000 2.2657921e-11 3196137.1 Loop time of 0.016654 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:16 2021 Pair time (%) = 0.000945091 (5.67486) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191834) Outpt time (%) = 0.015584 (93.575) Other time (%) = 9.29832e-05 (0.558323) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:16 2021 Memory usage per processor = 27.5312 Mbytes Step Atoms AVEKE stressZZ 10607 5000 2.2657921e-11 3196125.8 10608 -0.00961999999999475 3196071.52003028 10608 5000 2.2656268e-11 3196071.5 Loop time of 0.01651 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:16 2021 Pair time (%) = 0.00102592 (6.2139) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.200728) Outpt time (%) = 0.0153031 (92.69) Other time (%) = 0.00014782 (0.895333) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:16 2021 Memory usage per processor = 27.5312 Mbytes Step Atoms AVEKE stressZZ 10608 5000 2.2656268e-11 3196060.2 10609 -0.00961999999999475 3196005.97738495 10609 5000 2.2654615e-11 3196006 Loop time of 0.017328 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:16 2021 Pair time (%) = 0.0010438 (6.02375) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184372) Outpt time (%) = 0.01616 (93.2594) Other time (%) = 9.2268e-05 (0.532478) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:16 2021 Memory usage per processor = 27.5312 Mbytes Step Atoms AVEKE stressZZ 10609 5000 2.2654615e-11 3195994.7 10610 -0.00961999999999475 3195940.43801531 10610 5000 2.2652961e-11 3195940.4 Loop time of 0.0191979 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:16 2021 Pair time (%) = 0.000943184 (4.91294) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.166414) Outpt time (%) = 0.01811 (94.3332) Other time (%) = 0.000112772 (0.587417) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:16 2021 Memory usage per processor = 27.5312 Mbytes Step Atoms AVEKE stressZZ 10610 5000 2.2652961e-11 3195929.1 10611 -0.00961999999999475 3195874.90192104 10611 5000 2.2651308e-11 3195874.9 Loop time of 0.0164959 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:16 2021 Pair time (%) = 0.000965834 (5.85498) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193672) Outpt time (%) = 0.0153821 (93.2475) Other time (%) = 0.00011611 (0.703869) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:16 2021 Memory usage per processor = 27.5312 Mbytes Step Atoms AVEKE stressZZ 10611 5000 2.2651308e-11 3195863.6 10612 -0.00961999999999475 3195809.36910175 10612 5000 2.2649655e-11 3195809.4 Loop time of 0.016717 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:16 2021 Pair time (%) = 0.00111103 (6.64613) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.215357) Outpt time (%) = 0.0154111 (92.1887) Other time (%) = 0.000158787 (0.949855) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:16 2021 Memory usage per processor = 27.5312 Mbytes Step Atoms AVEKE stressZZ 10612 5000 2.2649655e-11 3195798.1 10613 -0.00961999999999475 3195743.83955709 10613 5000 2.2648003e-11 3195743.8 Loop time of 0.0169389 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:16 2021 Pair time (%) = 0.000941038 (5.55548) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188608) Outpt time (%) = 0.015872 (93.7014) Other time (%) = 9.39369e-05 (0.554562) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:16 2021 Memory usage per processor = 27.5312 Mbytes Step Atoms AVEKE stressZZ 10613 5000 2.2648003e-11 3195732.5 10614 -0.00961999999999475 3195678.31328669 10614 5000 2.264635e-11 3195678.3 Loop time of 0.017025 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:16 2021 Pair time (%) = 0.000946999 (5.5624) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187654) Outpt time (%) = 0.015959 (93.7388) Other time (%) = 8.70228e-05 (0.511147) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:16 2021 Memory usage per processor = 27.5312 Mbytes Step Atoms AVEKE stressZZ 10614 5000 2.264635e-11 3195667 10615 -0.00961999999999475 3195612.79029017 10615 5000 2.2644698e-11 3195612.8 Loop time of 0.0165601 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:16 2021 Pair time (%) = 0.000997066 (6.0209) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.283625) Outpt time (%) = 0.015342 (92.6445) Other time (%) = 0.000174046 (1.05099) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:16 2021 Memory usage per processor = 27.5312 Mbytes Step Atoms AVEKE stressZZ 10615 5000 2.2644698e-11 3195601.5 10616 -0.00961999999999475 3195547.27056722 10616 5000 2.2643046e-11 3195547.3 Loop time of 0.0174069 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:16 2021 Pair time (%) = 0.00105095 (6.03753) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.195864) Outpt time (%) = 0.0161881 (92.9982) Other time (%) = 0.000133753 (0.768388) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:16 2021 Memory usage per processor = 27.5312 Mbytes Step Atoms AVEKE stressZZ 10616 5000 2.2643046e-11 3195536 10617 -0.00961999999999475 3195481.75411745 10617 5000 2.2641394e-11 3195481.8 Loop time of 0.0173039 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:16 2021 Pair time (%) = 0.000942945 (5.44931) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179118) Outpt time (%) = 0.0162051 (93.6496) Other time (%) = 0.000124931 (0.721982) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:16 2021 Memory usage per processor = 27.5312 Mbytes Step Atoms AVEKE stressZZ 10617 5000 2.2641394e-11 3195470.5 10618 -0.00961999999999475 3195416.24094052 10618 5000 2.2639742e-11 3195416.2 Loop time of 0.0164871 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:16 2021 Pair time (%) = 0.000991106 (6.0114) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.187992) Outpt time (%) = 0.0153711 (93.2309) Other time (%) = 9.39369e-05 (0.569759) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:16 2021 Memory usage per processor = 27.5312 Mbytes Step Atoms AVEKE stressZZ 10618 5000 2.2639742e-11 3195404.9 10619 -0.00961999999999475 3195350.73103611 10619 5000 2.263809e-11 3195350.7 Loop time of 0.016721 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:16 2021 Pair time (%) = 0.00108695 (6.50051) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.228138) Outpt time (%) = 0.015486 (92.614) Other time (%) = 0.000109911 (0.657323) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:16 2021 Memory usage per processor = 27.5312 Mbytes Step Atoms AVEKE stressZZ 10619 5000 2.263809e-11 3195339.4 10620 -0.00961999999999475 3195285.22440725 10620 5000 2.2636439e-11 3195285.2 Loop time of 0.0190871 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:16 2021 Pair time (%) = 0.000944138 (4.94648) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.162384) Outpt time (%) = 0.0180151 (94.384) Other time (%) = 9.67979e-05 (0.507139) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:16 2021 Memory usage per processor = 27.5312 Mbytes Step Atoms AVEKE stressZZ 10620 5000 2.2636439e-11 3195273.9 10621 -0.00961999999999475 3195219.72105137 10621 5000 2.2634788e-11 3195219.7 Loop time of 0.0172319 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:16 2021 Pair time (%) = 0.000945091 (5.48453) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.1854) Outpt time (%) = 0.0161321 (93.6175) Other time (%) = 0.000122786 (0.712546) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:16 2021 Memory usage per processor = 27.5312 Mbytes Step Atoms AVEKE stressZZ 10621 5000 2.2634788e-11 3195208.4 10622 -0.00961999999999475 3195154.22096686 10622 5000 2.2633136e-11 3195154.2 Loop time of 0.0166781 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:16 2021 Pair time (%) = 0.000991106 (5.94256) Neigh time (%) = 0 (0) Comm time (%) = 5.4121e-05 (0.324504) Outpt time (%) = 0.015511 (93.0024) Other time (%) = 0.000121832 (0.73049) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:16 2021 Memory usage per processor = 27.5312 Mbytes Step Atoms AVEKE stressZZ 10622 5000 2.2633136e-11 3195142.9 10623 -0.00961999999999475 3195088.72415327 10623 5000 2.2631485e-11 3195088.7 Loop time of 0.017072 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:16 2021 Pair time (%) = 0.00132394 (7.75505) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.210879) Outpt time (%) = 0.0155628 (91.1598) Other time (%) = 0.00014925 (0.874241) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:16 2021 Memory usage per processor = 27.5312 Mbytes Step Atoms AVEKE stressZZ 10623 5000 2.2631485e-11 3195077.4 10624 -0.00961999999999475 3195023.23061023 10624 5000 2.2629835e-11 3195023.2 Loop time of 0.017077 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:17 2021 Pair time (%) = 0.000946999 (5.54547) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181498) Outpt time (%) = 0.016006 (93.7285) Other time (%) = 9.29832e-05 (0.544495) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:17 2021 Memory usage per processor = 27.5312 Mbytes Step Atoms AVEKE stressZZ 10624 5000 2.2629835e-11 3195011.9 10625 -0.00961999999999475 3194957.74033751 10625 5000 2.2628184e-11 3194957.7 Loop time of 0.0164812 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:17 2021 Pair time (%) = 0.000942945 (5.72135) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.18806) Outpt time (%) = 0.015413 (93.5192) Other time (%) = 9.41753e-05 (0.571412) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:17 2021 Memory usage per processor = 27.5312 Mbytes Step Atoms AVEKE stressZZ 10625 5000 2.2628184e-11 3194946.4 10626 -0.00961999999999475 3194892.25333462 10626 5000 2.2626534e-11 3194892.3 Loop time of 0.016572 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:17 2021 Pair time (%) = 0.00107479 (6.48558) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211486) Outpt time (%) = 0.0153582 (92.6757) Other time (%) = 0.000103951 (0.627266) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:17 2021 Memory usage per processor = 27.5312 Mbytes Step Atoms AVEKE stressZZ 10626 5000 2.2626534e-11 3194881 10627 -0.00961999999999475 3194826.7696014 10627 5000 2.2624883e-11 3194826.8 Loop time of 0.0173662 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:17 2021 Pair time (%) = 0.00102711 (5.91441) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183967) Outpt time (%) = 0.016156 (93.0312) Other time (%) = 0.000151157 (0.870413) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:17 2021 Memory usage per processor = 27.5312 Mbytes Step Atoms AVEKE stressZZ 10627 5000 2.2624883e-11 3194815.5 10628 -0.00961999999999475 3194761.28913737 10628 5000 2.2623233e-11 3194761.3 Loop time of 0.017339 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:17 2021 Pair time (%) = 0.000992775 (5.72568) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.195256) Outpt time (%) = 0.016212 (93.5002) Other time (%) = 0.000100374 (0.578893) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:17 2021 Memory usage per processor = 27.5312 Mbytes Step Atoms AVEKE stressZZ 10628 5000 2.2623233e-11 3194750 10629 -0.00961999999999475 3194695.81194232 10629 5000 2.2621583e-11 3194695.8 Loop time of 0.016645 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:17 2021 Pair time (%) = 0.00106215 (6.38124) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191939) Outpt time (%) = 0.015456 (92.8567) Other time (%) = 9.48906e-05 (0.570086) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:17 2021 Memory usage per processor = 27.5312 Mbytes Step Atoms AVEKE stressZZ 10629 5000 2.2621583e-11 3194684.5 10630 -0.00961999999999475 3194630.33801587 10630 5000 2.2619934e-11 3194630.3 Loop time of 0.019526 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:17 2021 Pair time (%) = 0.00123382 (6.31884) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.179492) Outpt time (%) = 0.0181091 (92.7434) Other time (%) = 0.000148058 (0.75826) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:17 2021 Memory usage per processor = 27.5312 Mbytes Step Atoms AVEKE stressZZ 10630 5000 2.2619934e-11 3194619 10631 -0.00961999999999475 3194564.86735763 10631 5000 2.2618284e-11 3194564.9 Loop time of 0.0173771 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:17 2021 Pair time (%) = 0.00115895 (6.66941) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.185223) Outpt time (%) = 0.0160589 (92.4141) Other time (%) = 0.000127077 (0.731289) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:17 2021 Memory usage per processor = 27.5312 Mbytes Step Atoms AVEKE stressZZ 10631 5000 2.2618284e-11 3194553.6 10632 -0.00961999999999475 3194499.39996736 10632 5000 2.2616635e-11 3194499.4 Loop time of 0.0175431 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:17 2021 Pair time (%) = 0.000983953 (5.60878) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.183471) Outpt time (%) = 0.016433 (93.6723) Other time (%) = 9.39369e-05 (0.535464) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:17 2021 Memory usage per processor = 27.5312 Mbytes Step Atoms AVEKE stressZZ 10632 5000 2.2616635e-11 3194488.1 10633 -0.00961999999999475 3194433.93584477 10633 5000 2.2614985e-11 3194433.9 Loop time of 0.0163689 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:17 2021 Pair time (%) = 0.0010221 (6.24417) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.195176) Outpt time (%) = 0.0152218 (92.9926) Other time (%) = 9.29832e-05 (0.568049) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:17 2021 Memory usage per processor = 27.5312 Mbytes Step Atoms AVEKE stressZZ 10633 5000 2.2614985e-11 3194422.6 10634 -0.00961999999999475 3194368.47498951 10634 5000 2.2613336e-11 3194368.5 Loop time of 0.017128 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:17 2021 Pair time (%) = 0.00128412 (7.49722) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.210189) Outpt time (%) = 0.0156572 (91.4129) Other time (%) = 0.000150681 (0.879733) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:17 2021 Memory usage per processor = 27.5312 Mbytes Step Atoms AVEKE stressZZ 10634 5000 2.2613336e-11 3194357.2 10635 -0.00961999999999475 3194303.01740124 10635 5000 2.2611688e-11 3194303 Loop time of 0.017401 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:17 2021 Pair time (%) = 0.0010128 (5.82037) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.178119) Outpt time (%) = 0.0162301 (93.2712) Other time (%) = 0.000127077 (0.730287) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:17 2021 Memory usage per processor = 27.5312 Mbytes Step Atoms AVEKE stressZZ 10635 5000 2.2611688e-11 3194291.7 10636 -0.00961999999999475 3194237.56307972 10636 5000 2.2610039e-11 3194237.6 Loop time of 0.0166862 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:17 2021 Pair time (%) = 0.000978947 (5.8668) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.185749) Outpt time (%) = 0.0155821 (93.3831) Other time (%) = 9.41753e-05 (0.564391) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:17 2021 Memory usage per processor = 27.5312 Mbytes Step Atoms AVEKE stressZZ 10636 5000 2.2610039e-11 3194226.3 10637 -0.00961999999999475 3194172.1120489 10637 5000 2.260839e-11 3194172.1 Loop time of 0.0165401 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:17 2021 Pair time (%) = 0.00100493 (6.07576) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.200363) Outpt time (%) = 0.015403 (93.1257) Other time (%) = 9.89437e-05 (0.598207) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:17 2021 Memory usage per processor = 27.5312 Mbytes Step Atoms AVEKE stressZZ 10637 5000 2.260839e-11 3194160.8 10638 -0.00961999999999475 3194106.66430823 10638 5000 2.2606742e-11 3194106.7 Loop time of 0.0174019 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:17 2021 Pair time (%) = 0.0010891 (6.25848) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.178109) Outpt time (%) = 0.0161941 (93.0592) Other time (%) = 8.7738e-05 (0.504186) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:17 2021 Memory usage per processor = 27.5312 Mbytes Step Atoms AVEKE stressZZ 10638 5000 2.2606742e-11 3194095.4 10639 -0.00961999999999475 3194041.21984827 10639 5000 2.2605094e-11 3194041.2 Loop time of 0.0170722 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:17 2021 Pair time (%) = 0.000988007 (5.78722) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187135) Outpt time (%) = 0.01596 (93.4852) Other time (%) = 9.2268e-05 (0.540458) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:17 2021 Memory usage per processor = 27.5312 Mbytes Step Atoms AVEKE stressZZ 10639 5000 2.2605094e-11 3194029.9 10640 -0.00961999999999475 3193975.77866584 10640 5000 2.2603446e-11 3193975.8 Loop time of 0.018898 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:17 2021 Pair time (%) = 0.000946999 (5.0111) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.170317) Outpt time (%) = 0.0178251 (94.3228) Other time (%) = 9.36985e-05 (0.495811) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:17 2021 Memory usage per processor = 27.5312 Mbytes Step Atoms AVEKE stressZZ 10640 5000 2.2603446e-11 3193964.5 10641 -0.00961999999999475 3193910.34075892 10641 5000 2.2601798e-11 3193910.3 Loop time of 0.0171051 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:17 2021 Pair time (%) = 0.00122094 (7.13788) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.269012) Outpt time (%) = 0.0156782 (91.6578) Other time (%) = 0.000159979 (0.93527) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:17 2021 Memory usage per processor = 27.5312 Mbytes Step Atoms AVEKE stressZZ 10641 5000 2.2601798e-11 3193899 10642 -0.00961999999999475 3193844.90612625 10642 5000 2.260015e-11 3193844.9 Loop time of 0.0172229 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:17 2021 Pair time (%) = 0.00103402 (6.00377) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.196572) Outpt time (%) = 0.0159929 (92.8583) Other time (%) = 0.000162125 (0.941333) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:17 2021 Memory usage per processor = 27.5312 Mbytes Step Atoms AVEKE stressZZ 10642 5000 2.260015e-11 3193833.6 10643 -0.00961999999999475 3193779.47476677 10643 5000 2.2598503e-11 3193779.5 Loop time of 0.0171869 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:17 2021 Pair time (%) = 0.000944138 (5.49336) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180338) Outpt time (%) = 0.0161171 (93.7756) Other time (%) = 9.46522e-05 (0.550723) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:17 2021 Memory usage per processor = 27.5312 Mbytes Step Atoms AVEKE stressZZ 10643 5000 2.2598503e-11 3193768.2 10644 -0.00961999999999475 3193714.0466796 10644 5000 2.2596855e-11 3193714 Loop time of 0.0164709 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:17 2021 Pair time (%) = 0.000962973 (5.84651) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.199757) Outpt time (%) = 0.015377 (93.3588) Other time (%) = 9.799e-05 (0.594928) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:17 2021 Memory usage per processor = 27.5312 Mbytes Step Atoms AVEKE stressZZ 10644 5000 2.2596855e-11 3193702.8 10645 -0.00961999999999475 3193648.62185821 10645 5000 2.2595208e-11 3193648.6 Loop time of 0.0170109 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:17 2021 Pair time (%) = 0.00101709 (5.97906) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.194817) Outpt time (%) = 0.0158551 (93.2052) Other time (%) = 0.000105619 (0.620892) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:22:17 2021 Memory usage per processor = 27.5312 Mbytes Step Atoms AVEKE stressZZ 10645 5000 2.2595208e-11 3193637.3 10646 -0.00961999999999475 3193572.2987159 10646 5000 4.4635459e-11 3193677.1 Loop time of 0.016098 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:17 2021 Pair time (%) = 0.000944853 (5.86937) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.19846) Outpt time (%) = 0.0149751 (93.0243) Other time (%) = 0.000146151 (0.907879) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:17 2021 Memory usage per processor = 27.5312 Mbytes Step Atoms AVEKE stressZZ 10646 5000 4.4635459e-11 3238150.4 10647 -0.00965249999999473 3238078.50923613 10647 5000 3.599058e-11 3238078.5 Loop time of 0.016274 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:17 2021 Pair time (%) = 0.000946999 (5.8191) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.196314) Outpt time (%) = 0.0152061 (93.4381) Other time (%) = 8.89301e-05 (0.546456) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:17 2021 Memory usage per processor = 27.5312 Mbytes Step Atoms AVEKE stressZZ 10647 5000 3.599058e-11 3238063.3 10648 -0.00965249999999473 3237997.6047424 10648 5000 3.0979082e-11 3237997.6 Loop time of 0.0164618 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:17 2021 Pair time (%) = 0.000947952 (5.75848) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.18828) Outpt time (%) = 0.015399 (93.5434) Other time (%) = 8.39233e-05 (0.509805) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:17 2021 Memory usage per processor = 27.5312 Mbytes Step Atoms AVEKE stressZZ 10648 5000 3.0979082e-11 3237983.8 10649 -0.00965249999999473 3237921.95141956 10649 5000 2.7988713e-11 3237922 Loop time of 0.0167298 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:17 2021 Pair time (%) = 0.00102687 (6.13795) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209491) Outpt time (%) = 0.0155618 (93.0184) Other time (%) = 0.000106096 (0.634174) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:17 2021 Memory usage per processor = 27.5312 Mbytes Step Atoms AVEKE stressZZ 10649 5000 2.7988713e-11 3237909 10650 -0.00965249999999473 3237849.63648314 10650 5000 2.6166498e-11 3237849.6 Loop time of 0.0190439 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:17 2021 Pair time (%) = 0.000946999 (4.97271) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.16776) Outpt time (%) = 0.017972 (94.3713) Other time (%) = 9.29832e-05 (0.488257) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:17 2021 Memory usage per processor = 27.5314 Mbytes Step Atoms AVEKE stressZZ 10650 5000 2.6166498e-11 3237837.2 10651 -0.00965249999999473 3237779.44434145 10651 5000 2.5039683e-11 3237779.4 Loop time of 0.0171239 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:17 2021 Pair time (%) = 0.000957966 (5.59431) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.215808) Outpt time (%) = 0.0160398 (93.6692) Other time (%) = 8.91685e-05 (0.520725) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:17 2021 Memory usage per processor = 27.5314 Mbytes Step Atoms AVEKE stressZZ 10651 5000 2.5039683e-11 3237767.3 10652 -0.00965249999999473 3237710.60247355 10652 5000 2.4335827e-11 3237710.6 Loop time of 0.0164511 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:17 2021 Pair time (%) = 0.000945091 (5.74484) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.1942) Outpt time (%) = 0.015379 (93.4827) Other time (%) = 9.5129e-05 (0.578252) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:17 2021 Memory usage per processor = 27.5314 Mbytes Step Atoms AVEKE stressZZ 10652 5000 2.4335827e-11 3237698.7 10653 -0.00965249999999473 3237642.6199338 10653 5000 2.3893101e-11 3237642.6 Loop time of 0.0172911 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:17 2021 Pair time (%) = 0.00132704 (7.6747) Neigh time (%) = 0 (0) Comm time (%) = 4.19617e-05 (0.242678) Outpt time (%) = 0.0157762 (91.2388) Other time (%) = 0.000145912 (0.843859) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:17 2021 Memory usage per processor = 27.5314 Mbytes Step Atoms AVEKE stressZZ 10653 5000 2.3893101e-11 3237630.9 10654 -0.00965249999999473 3237575.18472064 10654 5000 2.3613229e-11 3237575.2 Loop time of 0.0170841 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:17 2021 Pair time (%) = 0.000993013 (5.81249) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187005) Outpt time (%) = 0.01597 (93.4786) Other time (%) = 8.91685e-05 (0.521938) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:17 2021 Memory usage per processor = 27.5314 Mbytes Step Atoms AVEKE stressZZ 10654 5000 2.3613229e-11 3237563.5 10655 -0.00965249999999473 3237508.09855329 10655 5000 2.34356e-11 3237508.1 Loop time of 0.0167038 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:17 2021 Pair time (%) = 0.000945091 (5.65793) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191262) Outpt time (%) = 0.0156331 (93.5899) Other time (%) = 9.36985e-05 (0.56094) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:17 2021 Memory usage per processor = 27.5314 Mbytes Step Atoms AVEKE stressZZ 10655 5000 2.34356e-11 3237496.5 10656 -0.00965249999999473 3237441.2354218 10656 5000 2.3322442e-11 3237441.2 Loop time of 0.016716 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:17 2021 Pair time (%) = 0.00106287 (6.3584) Neigh time (%) = 0 (0) Comm time (%) = 4.81606e-05 (0.28811) Outpt time (%) = 0.015449 (92.4207) Other time (%) = 0.000155926 (0.932793) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:17 2021 Memory usage per processor = 27.5314 Mbytes Step Atoms AVEKE stressZZ 10656 5000 2.3322442e-11 3237429.7 10657 -0.00965249999999473 3237374.51524521 10657 5000 2.3250052e-11 3237374.5 Loop time of 0.0173202 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:17 2021 Pair time (%) = 0.00106287 (6.13661) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.195468) Outpt time (%) = 0.01612 (93.0705) Other time (%) = 0.000103474 (0.597418) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:17 2021 Memory usage per processor = 27.5314 Mbytes Step Atoms AVEKE stressZZ 10657 5000 2.3250052e-11 3237363 10658 -0.00965249999999473 3237307.88713097 10658 5000 2.3203488e-11 3237307.9 Loop time of 0.0172799 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:17 2021 Pair time (%) = 0.000946045 (5.47484) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184886) Outpt time (%) = 0.0162079 (93.7967) Other time (%) = 9.39369e-05 (0.543621) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:17 2021 Memory usage per processor = 27.5314 Mbytes Step Atoms AVEKE stressZZ 10658 5000 2.3203488e-11 3237296.4 10659 -0.00965249999999473 3237241.31873607 10659 5000 2.3173302e-11 3237241.3 Loop time of 0.0166299 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:17 2021 Pair time (%) = 0.00095892 (5.76623) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192112) Outpt time (%) = 0.0155439 (93.4696) Other time (%) = 9.5129e-05 (0.572035) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:17 2021 Memory usage per processor = 27.5314 Mbytes Step Atoms AVEKE stressZZ 10659 5000 2.3173302e-11 3237229.8 10660 -0.00965249999999473 3237174.789506 10660 5000 2.3153512e-11 3237174.8 Loop time of 0.019104 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:17 2021 Pair time (%) = 0.00111794 (5.85189) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.188448) Outpt time (%) = 0.017802 (93.1847) Other time (%) = 0.000148058 (0.77501) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:17 2021 Memory usage per processor = 27.5314 Mbytes Step Atoms AVEKE stressZZ 10660 5000 2.3153512e-11 3237163.3 10661 -0.00965249999999473 3237108.2863779 10661 5000 2.3140323e-11 3237108.3 Loop time of 0.0172939 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:17 2021 Pair time (%) = 0.00104904 (6.06595) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.186114) Outpt time (%) = 0.016118 (93.2006) Other time (%) = 9.46522e-05 (0.547314) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:17 2021 Memory usage per processor = 27.5314 Mbytes Step Atoms AVEKE stressZZ 10661 5000 2.3140323e-11 3237096.8 10662 -0.00965249999999473 3237041.80105013 10662 5000 2.3131326e-11 3237041.8 Loop time of 0.0169902 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:17 2021 Pair time (%) = 0.000946999 (5.5738) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.182425) Outpt time (%) = 0.015919 (93.6951) Other time (%) = 9.32217e-05 (0.54868) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:17 2021 Memory usage per processor = 27.5314 Mbytes Step Atoms AVEKE stressZZ 10662 5000 2.3131326e-11 3237030.3 10663 -0.00965249999999473 3236975.32824662 10663 5000 2.3124994e-11 3236975.3 Loop time of 0.0166349 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:17 2021 Pair time (%) = 0.00100803 (6.05974) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192054) Outpt time (%) = 0.01544 (92.8166) Other time (%) = 0.000154972 (0.931606) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:17 2021 Memory usage per processor = 27.5314 Mbytes Step Atoms AVEKE stressZZ 10663 5000 2.3124994e-11 3236963.8 10664 -0.00965249999999473 3236908.86461427 10664 5000 2.3120353e-11 3236908.9 Loop time of 0.017411 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:17 2021 Pair time (%) = 0.00124598 (7.15626) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.21225) Outpt time (%) = 0.0159349 (91.5223) Other time (%) = 0.000193119 (1.10918) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:17 2021 Memory usage per processor = 27.5314 Mbytes Step Atoms AVEKE stressZZ 10664 5000 2.3120353e-11 3236897.4 10665 -0.00965249999999473 3236842.40802203 10665 5000 2.3116788e-11 3236842.4 Loop time of 0.0172551 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:17 2021 Pair time (%) = 0.00102806 (5.95802) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192061) Outpt time (%) = 0.0160592 (93.0692) Other time (%) = 0.000134706 (0.780678) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:17 2021 Memory usage per processor = 27.5314 Mbytes Step Atoms AVEKE stressZZ 10665 5000 2.3116788e-11 3236830.9 10666 -0.00965249999999473 3236775.95711535 10666 5000 2.3113907e-11 3236776 Loop time of 0.016762 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:17 2021 Pair time (%) = 0.000946045 (5.64398) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190598) Outpt time (%) = 0.015692 (93.6164) Other time (%) = 9.20296e-05 (0.549036) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:17 2021 Memory usage per processor = 27.5314 Mbytes Step Atoms AVEKE stressZZ 10666 5000 2.3113907e-11 3236764.4 10667 -0.00965249999999473 3236709.51103338 10667 5000 2.311146e-11 3236709.5 Loop time of 0.0167389 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:18 2021 Pair time (%) = 0.00102115 (6.10044) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.202256) Outpt time (%) = 0.015542 (92.8498) Other time (%) = 0.000141859 (0.847482) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:18 2021 Memory usage per processor = 27.5314 Mbytes Step Atoms AVEKE stressZZ 10667 5000 2.311146e-11 3236698 10668 -0.00965249999999473 3236643.06922866 10668 5000 2.3109289e-11 3236643.1 Loop time of 0.0171621 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:18 2021 Pair time (%) = 0.000978947 (5.70412) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186155) Outpt time (%) = 0.0160561 (93.5554) Other time (%) = 9.5129e-05 (0.554298) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:18 2021 Memory usage per processor = 27.5314 Mbytes Step Atoms AVEKE stressZZ 10668 5000 2.3109289e-11 3236631.6 10669 -0.00965249999999473 3236576.63135341 10669 5000 2.3107294e-11 3236576.6 Loop time of 0.0170698 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:18 2021 Pair time (%) = 0.000945091 (5.53662) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181574) Outpt time (%) = 0.016005 (93.7622) Other time (%) = 8.86917e-05 (0.519582) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:18 2021 Memory usage per processor = 27.5314 Mbytes Step Atoms AVEKE stressZZ 10669 5000 2.3107294e-11 3236565.1 10670 -0.00965249999999473 3236510.19718629 10670 5000 2.310541e-11 3236510.2 Loop time of 0.018616 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:18 2021 Pair time (%) = 0.00101018 (5.42642) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.17674) Outpt time (%) = 0.0174749 (93.8705) Other time (%) = 9.799e-05 (0.526376) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:18 2021 Memory usage per processor = 27.5314 Mbytes Step Atoms AVEKE stressZZ 10670 5000 2.310541e-11 3236498.7 10671 -0.00965249999999473 3236443.76658649 10671 5000 2.3103597e-11 3236443.8 Loop time of 0.0166979 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:18 2021 Pair time (%) = 0.00108504 (6.49809) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209892) Outpt time (%) = 0.015471 (92.6524) Other time (%) = 0.000106812 (0.639671) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:18 2021 Memory usage per processor = 27.5314 Mbytes Step Atoms AVEKE stressZZ 10671 5000 2.3103597e-11 3236432.3 10672 -0.00965249999999473 3236377.3394644 10672 5000 2.310183e-11 3236377.3 Loop time of 0.0170271 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:18 2021 Pair time (%) = 0.000952959 (5.59671) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18763) Outpt time (%) = 0.0159512 (93.6808) Other time (%) = 9.10759e-05 (0.534887) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:18 2021 Memory usage per processor = 27.5314 Mbytes Step Atoms AVEKE stressZZ 10672 5000 2.310183e-11 3236365.8 10673 -0.00965249999999473 3236310.91576302 10673 5000 2.3100091e-11 3236310.9 Loop time of 0.017293 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:18 2021 Pair time (%) = 0.00102806 (5.94496) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190261) Outpt time (%) = 0.0160761 (92.9631) Other time (%) = 0.000155926 (0.901671) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:18 2021 Memory usage per processor = 27.5314 Mbytes Step Atoms AVEKE stressZZ 10673 5000 2.3100091e-11 3236299.4 10674 -0.00965249999999473 3236244.49544579 10674 5000 2.3098371e-11 3236244.5 Loop time of 0.0165131 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:18 2021 Pair time (%) = 0.000955105 (5.78392) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.205022) Outpt time (%) = 0.0154209 (93.3859) Other time (%) = 0.000103235 (0.625171) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:18 2021 Memory usage per processor = 27.5314 Mbytes Step Atoms AVEKE stressZZ 10674 5000 2.3098371e-11 3236233 10675 -0.00965249999999473 3236178.07848959 10675 5000 2.3096662e-11 3236178.1 Loop time of 0.017149 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:18 2021 Pair time (%) = 0.00105882 (6.17423) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.273885) Outpt time (%) = 0.015939 (92.9443) Other time (%) = 0.000104189 (0.607552) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:18 2021 Memory usage per processor = 27.5314 Mbytes Step Atoms AVEKE stressZZ 10675 5000 2.3096662e-11 3236166.6 10676 -0.00965249999999473 3236111.66487938 10676 5000 2.3094961e-11 3236111.7 Loop time of 0.0170939 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:18 2021 Pair time (%) = 0.000972986 (5.69201) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.198056) Outpt time (%) = 0.0159879 (93.5297) Other time (%) = 9.91821e-05 (0.58022) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:18 2021 Memory usage per processor = 27.5314 Mbytes Step Atoms AVEKE stressZZ 10676 5000 2.3094961e-11 3236100.2 10677 -0.00965249999999473 3236045.25460548 10677 5000 2.3093264e-11 3236045.3 Loop time of 0.016598 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:18 2021 Pair time (%) = 0.000946999 (5.7055) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192482) Outpt time (%) = 0.0155282 (93.5547) Other time (%) = 9.08375e-05 (0.54728) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:18 2021 Memory usage per processor = 27.5314 Mbytes Step Atoms AVEKE stressZZ 10677 5000 2.3093264e-11 3236033.7 10678 -0.00965249999999473 3235978.84766167 10678 5000 2.3091571e-11 3235978.8 Loop time of 0.0166039 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:18 2021 Pair time (%) = 0.00102997 (6.20315) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.21108) Outpt time (%) = 0.0154181 (92.8578) Other time (%) = 0.000120878 (0.728009) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:18 2021 Memory usage per processor = 27.5314 Mbytes Step Atoms AVEKE stressZZ 10678 5000 2.3091571e-11 3235967.3 10679 -0.00965249999999473 3235912.44404386 10679 5000 2.308988e-11 3235912.4 Loop time of 0.0172348 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:18 2021 Pair time (%) = 0.000945091 (5.48362) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179836) Outpt time (%) = 0.0161679 (93.8095) Other time (%) = 9.08375e-05 (0.527058) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:18 2021 Memory usage per processor = 27.5314 Mbytes Step Atoms AVEKE stressZZ 10679 5000 2.308988e-11 3235900.9 10680 -0.00965249999999473 3235846.04374924 10680 5000 2.308819e-11 3235846 Loop time of 0.019165 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:18 2021 Pair time (%) = 0.000947952 (4.94626) Neigh time (%) = 0 (0) Comm time (%) = 6.38962e-05 (0.3334) Outpt time (%) = 0.0180628 (94.2489) Other time (%) = 9.03606e-05 (0.471487) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:18 2021 Memory usage per processor = 27.5314 Mbytes Step Atoms AVEKE stressZZ 10680 5000 2.308819e-11 3235834.5 10681 -0.00965249999999473 3235779.64677591 10681 5000 2.3086501e-11 3235779.6 Loop time of 0.0164659 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:18 2021 Pair time (%) = 0.000947952 (5.75706) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194026) Outpt time (%) = 0.015332 (93.1135) Other time (%) = 0.000154018 (0.935378) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:18 2021 Memory usage per processor = 27.5314 Mbytes Step Atoms AVEKE stressZZ 10681 5000 2.3086501e-11 3235768.1 10682 -0.00965249999999473 3235713.25312257 10682 5000 2.3084813e-11 3235713.3 Loop time of 0.0169871 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:18 2021 Pair time (%) = 0.00119281 (7.02185) Neigh time (%) = 0 (0) Comm time (%) = 4.19617e-05 (0.247021) Outpt time (%) = 0.0155811 (91.7234) Other time (%) = 0.000171185 (1.00773) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:18 2021 Memory usage per processor = 27.5314 Mbytes Step Atoms AVEKE stressZZ 10682 5000 2.3084813e-11 3235701.7 10683 -0.00965249999999473 3235646.86278819 10683 5000 2.3083126e-11 3235646.9 Loop time of 0.017019 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:18 2021 Pair time (%) = 0.00115108 (6.76352) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.194724) Outpt time (%) = 0.0157039 (92.2727) Other time (%) = 0.000130892 (0.769091) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:18 2021 Memory usage per processor = 27.5314 Mbytes Step Atoms AVEKE stressZZ 10683 5000 2.3083126e-11 3235635.4 10684 -0.00965249999999473 3235580.47577208 10684 5000 2.3081438e-11 3235580.5 Loop time of 0.0172479 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:18 2021 Pair time (%) = 0.00110602 (6.41251) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.203199) Outpt time (%) = 0.0159991 (92.7595) Other time (%) = 0.000107765 (0.624801) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:18 2021 Memory usage per processor = 27.5314 Mbytes Step Atoms AVEKE stressZZ 10684 5000 2.3081438e-11 3235569 10685 -0.00965249999999473 3235514.09207355 10685 5000 2.3079751e-11 3235514.1 Loop time of 0.0167749 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:18 2021 Pair time (%) = 0.000952005 (5.67518) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.196137) Outpt time (%) = 0.015686 (93.509) Other time (%) = 0.000103951 (0.619679) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:18 2021 Memory usage per processor = 27.5314 Mbytes Step Atoms AVEKE stressZZ 10685 5000 2.3079751e-11 3235502.6 10686 -0.00965249999999473 3235447.71169209 10686 5000 2.3078064e-11 3235447.7 Loop time of 0.0171702 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:18 2021 Pair time (%) = 0.000988007 (5.7542) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186067) Outpt time (%) = 0.016048 (93.464) Other time (%) = 0.000102282 (0.595693) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:18 2021 Memory usage per processor = 27.5314 Mbytes Step Atoms AVEKE stressZZ 10686 5000 2.3078064e-11 3235436.2 10687 -0.00965249999999473 3235381.33462722 10687 5000 2.3076378e-11 3235381.3 Loop time of 0.0170641 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:18 2021 Pair time (%) = 0.000942945 (5.5259) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.188621) Outpt time (%) = 0.0159948 (93.7336) Other time (%) = 9.41753e-05 (0.551892) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:18 2021 Memory usage per processor = 27.5314 Mbytes Step Atoms AVEKE stressZZ 10687 5000 2.3076378e-11 3235369.8 10688 -0.00965249999999473 3235314.96087851 10688 5000 2.3074692e-11 3235315 Loop time of 0.0168118 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:18 2021 Pair time (%) = 0.000950098 (5.65136) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190033) Outpt time (%) = 0.0157378 (93.6112) Other time (%) = 9.20296e-05 (0.547409) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:18 2021 Memory usage per processor = 27.5314 Mbytes Step Atoms AVEKE stressZZ 10688 5000 2.3074692e-11 3235303.5 10689 -0.00965249999999473 3235248.59044553 10689 5000 2.3073006e-11 3235248.6 Loop time of 0.0166481 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:18 2021 Pair time (%) = 0.00106883 (6.42015) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.221977) Outpt time (%) = 0.0154171 (92.606) Other time (%) = 0.00012517 (0.751858) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:18 2021 Memory usage per processor = 27.5314 Mbytes Step Atoms AVEKE stressZZ 10689 5000 2.3073006e-11 3235237.1 10690 -0.00965249999999473 3235182.22332795 10690 5000 2.307132e-11 3235182.2 Loop time of 0.0182421 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:18 2021 Pair time (%) = 0.000946045 (5.18605) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.175134) Outpt time (%) = 0.0171502 (94.0141) Other time (%) = 0.000113964 (0.62473) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:18 2021 Memory usage per processor = 27.5314 Mbytes Step Atoms AVEKE stressZZ 10690 5000 2.307132e-11 3235170.7 10691 -0.00965249999999473 3235115.85952532 10691 5000 2.3069634e-11 3235115.9 Loop time of 0.0161932 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:18 2021 Pair time (%) = 0.000957012 (5.90998) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.198766) Outpt time (%) = 0.0151169 (93.3538) Other time (%) = 8.70228e-05 (0.537405) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:18 2021 Memory usage per processor = 27.5314 Mbytes Step Atoms AVEKE stressZZ 10691 5000 2.3069634e-11 3235104.4 10692 -0.00965249999999473 3235049.49903728 10692 5000 2.3067948e-11 3235049.5 Loop time of 0.0162861 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:18 2021 Pair time (%) = 0.000944138 (5.79719) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.196167) Outpt time (%) = 0.0152209 (93.4591) Other time (%) = 8.91685e-05 (0.547512) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:18 2021 Memory usage per processor = 27.5314 Mbytes Step Atoms AVEKE stressZZ 10692 5000 2.3067948e-11 3235038 10693 -0.00965249999999473 3234983.14186347 10693 5000 2.3066263e-11 3234983.1 Loop time of 0.0172908 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:18 2021 Pair time (%) = 0.001055 (6.10151) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184769) Outpt time (%) = 0.016115 (93.1994) Other time (%) = 8.89301e-05 (0.51432) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:18 2021 Memory usage per processor = 27.5314 Mbytes Step Atoms AVEKE stressZZ 10693 5000 2.3066263e-11 3234971.6 10694 -0.00965249999999473 3234916.78800347 10694 5000 2.3064578e-11 3234916.8 Loop time of 0.0164032 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:18 2021 Pair time (%) = 0.000947952 (5.77907) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194767) Outpt time (%) = 0.015336 (93.4942) Other time (%) = 8.72612e-05 (0.531977) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:18 2021 Memory usage per processor = 27.5314 Mbytes Step Atoms AVEKE stressZZ 10694 5000 2.3064578e-11 3234905.3 10695 -0.00965249999999473 3234850.437457 10695 5000 2.3062893e-11 3234850.4 Loop time of 0.0168591 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:18 2021 Pair time (%) = 0.00117207 (6.95214) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.22627) Outpt time (%) = 0.0155189 (92.0509) Other time (%) = 0.000129938 (0.770732) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:18 2021 Memory usage per processor = 27.5314 Mbytes Step Atoms AVEKE stressZZ 10695 5000 2.3062893e-11 3234838.9 10696 -0.00965249999999473 3234784.09022364 10696 5000 2.3061208e-11 3234784.1 Loop time of 0.0173821 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:18 2021 Pair time (%) = 0.00107479 (6.1833) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189285) Outpt time (%) = 0.016175 (93.0554) Other time (%) = 9.94205e-05 (0.571969) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:18 2021 Memory usage per processor = 27.5314 Mbytes Step Atoms AVEKE stressZZ 10696 5000 2.3061208e-11 3234772.6 10697 -0.00965249999999473 3234717.74630302 10697 5000 2.3059523e-11 3234717.7 Loop time of 0.017168 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:18 2021 Pair time (%) = 0.000943899 (5.498) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18609) Outpt time (%) = 0.0161002 (93.7799) Other time (%) = 9.20296e-05 (0.536052) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:18 2021 Memory usage per processor = 27.5314 Mbytes Step Atoms AVEKE stressZZ 10697 5000 2.3059523e-11 3234706.2 10698 -0.00965249999999473 3234651.4056948 10698 5000 2.3057839e-11 3234651.4 Loop time of 0.0166049 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:18 2021 Pair time (%) = 0.000952005 (5.73328) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.198145) Outpt time (%) = 0.015517 (93.4483) Other time (%) = 0.000102997 (0.62028) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:18 2021 Memory usage per processor = 27.5314 Mbytes Step Atoms AVEKE stressZZ 10698 5000 2.3057839e-11 3234639.9 10699 -0.00965249999999473 3234585.06839863 10699 5000 2.3056154e-11 3234585.1 Loop time of 0.0172179 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:18 2021 Pair time (%) = 0.00098896 (5.7438) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.186937) Outpt time (%) = 0.016103 (93.5251) Other time (%) = 9.36985e-05 (0.544193) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:18 2021 Memory usage per processor = 27.5314 Mbytes Step Atoms AVEKE stressZZ 10699 5000 2.3056154e-11 3234573.6 10700 -0.00965249999999473 3234518.73441418 10700 5000 2.305447e-11 3234518.7 Loop time of 0.0190542 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:18 2021 Pair time (%) = 0.000983 (5.15897) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.168921) Outpt time (%) = 0.0179479 (94.1941) Other time (%) = 9.10759e-05 (0.477984) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:18 2021 Memory usage per processor = 27.5314 Mbytes Step Atoms AVEKE stressZZ 10700 5000 2.305447e-11 3234507.2 10701 -0.00965249999999473 3234452.403741 10701 5000 2.3052786e-11 3234452.4 Loop time of 0.0166988 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:18 2021 Pair time (%) = 0.000942945 (5.64677) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.185608) Outpt time (%) = 0.0156291 (93.5937) Other time (%) = 9.58443e-05 (0.573958) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:18 2021 Memory usage per processor = 27.5314 Mbytes Step Atoms AVEKE stressZZ 10701 5000 2.3052786e-11 3234440.9 10702 -0.00965249999999473 3234386.07637882 10702 5000 2.3051102e-11 3234386.1 Loop time of 0.0164971 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:18 2021 Pair time (%) = 0.0010159 (6.15805) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.200884) Outpt time (%) = 0.0153131 (92.8231) Other time (%) = 0.000134945 (0.81799) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:18 2021 Memory usage per processor = 27.5314 Mbytes Step Atoms AVEKE stressZZ 10702 5000 2.3051102e-11 3234374.6 10703 -0.00965249999999473 3234319.75232726 10703 5000 2.3049419e-11 3234319.8 Loop time of 0.01723 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:18 2021 Pair time (%) = 0.00107408 (6.23374) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.186805) Outpt time (%) = 0.0160291 (93.0301) Other time (%) = 9.46522e-05 (0.549344) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:18 2021 Memory usage per processor = 27.5314 Mbytes Step Atoms AVEKE stressZZ 10703 5000 2.3049419e-11 3234308.3 10704 -0.00965249999999473 3234253.43158597 10704 5000 2.3047735e-11 3234253.4 Loop time of 0.016995 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:18 2021 Pair time (%) = 0.000946999 (5.57223) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187986) Outpt time (%) = 0.0158808 (93.4443) Other time (%) = 0.000135183 (0.795432) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:18 2021 Memory usage per processor = 27.5314 Mbytes Step Atoms AVEKE stressZZ 10704 5000 2.3047735e-11 3234241.9 10705 -0.00965249999999473 3234187.11415459 10705 5000 2.3046052e-11 3234187.1 Loop time of 0.0164862 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:18 2021 Pair time (%) = 0.000946999 (5.7442) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.199572) Outpt time (%) = 0.015353 (93.1263) Other time (%) = 0.000153303 (0.92989) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:18 2021 Memory usage per processor = 27.5314 Mbytes Step Atoms AVEKE stressZZ 10705 5000 2.3046052e-11 3234175.6 10706 -0.00965249999999473 3234120.80003276 10706 5000 2.3044369e-11 3234120.8 Loop time of 0.0172431 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:18 2021 Pair time (%) = 0.00118494 (6.87195) Neigh time (%) = 0 (0) Comm time (%) = 5.79357e-05 (0.335993) Outpt time (%) = 0.015821 (91.7523) Other time (%) = 0.000179291 (1.03978) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:18 2021 Memory usage per processor = 27.5314 Mbytes Step Atoms AVEKE stressZZ 10706 5000 2.3044369e-11 3234109.3 10707 -0.00965249999999473 3234054.48922013 10707 5000 2.3042686e-11 3234054.5 Loop time of 0.0170581 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:18 2021 Pair time (%) = 0.000942945 (5.52783) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187289) Outpt time (%) = 0.0159888 (93.7314) Other time (%) = 9.44138e-05 (0.553482) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:18 2021 Memory usage per processor = 27.5314 Mbytes Step Atoms AVEKE stressZZ 10707 5000 2.3042686e-11 3234043 10708 -0.00965249999999473 3233988.18171633 10708 5000 2.3041003e-11 3233988.2 Loop time of 0.0169361 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:18 2021 Pair time (%) = 0.000972986 (5.74506) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188639) Outpt time (%) = 0.0158231 (93.4286) Other time (%) = 0.000108004 (0.637714) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:18 2021 Memory usage per processor = 27.5314 Mbytes Step Atoms AVEKE stressZZ 10708 5000 2.3041003e-11 3233976.7 10709 -0.00965249999999473 3233921.87752111 10709 5000 2.3039321e-11 3233921.9 Loop time of 0.0166171 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:18 2021 Pair time (%) = 0.00096488 (5.80656) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.203739) Outpt time (%) = 0.0154729 (93.1145) Other time (%) = 0.000145435 (0.875217) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:18 2021 Memory usage per processor = 27.5314 Mbytes Step Atoms AVEKE stressZZ 10709 5000 2.3039321e-11 3233910.4 10710 -0.00965249999999473 3233855.57663402 10710 5000 2.3037639e-11 3233855.6 Loop time of 0.0190399 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:18 2021 Pair time (%) = 0.000985146 (5.17412) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.172805) Outpt time (%) = 0.0179169 (94.1021) Other time (%) = 0.000104904 (0.550971) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:18 2021 Memory usage per processor = 27.5314 Mbytes Step Atoms AVEKE stressZZ 10710 5000 2.3037639e-11 3233844.1 10711 -0.00965249999999473 3233789.27905473 10711 5000 2.3035956e-11 3233789.3 Loop time of 0.017117 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:19 2021 Pair time (%) = 0.000946999 (5.5325) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186645) Outpt time (%) = 0.0160449 (93.7362) Other time (%) = 9.32217e-05 (0.544614) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:19 2021 Memory usage per processor = 27.5314 Mbytes Step Atoms AVEKE stressZZ 10711 5000 2.3035956e-11 3233777.8 10712 -0.00965249999999473 3233722.98478287 10712 5000 2.3034274e-11 3233723 Loop time of 0.0164661 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:19 2021 Pair time (%) = 0.000942945 (5.72657) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.188231) Outpt time (%) = 0.0153971 (93.5075) Other time (%) = 9.5129e-05 (0.577725) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:19 2021 Memory usage per processor = 27.5314 Mbytes Step Atoms AVEKE stressZZ 10712 5000 2.3034274e-11 3233711.5 10713 -0.00965249999999473 3233656.6938182 10713 5000 2.3032592e-11 3233656.7 Loop time of 0.0167329 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:19 2021 Pair time (%) = 0.00112987 (6.75235) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.220851) Outpt time (%) = 0.0154519 (92.3443) Other time (%) = 0.000114202 (0.682501) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:19 2021 Memory usage per processor = 27.5314 Mbytes Step Atoms AVEKE stressZZ 10713 5000 2.3032592e-11 3233645.2 10714 -0.00965249999999473 3233590.40616026 10714 5000 2.3030911e-11 3233590.4 Loop time of 0.0171509 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:19 2021 Pair time (%) = 0.000987053 (5.75512) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186277) Outpt time (%) = 0.016041 (93.529) Other time (%) = 9.08375e-05 (0.529637) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:19 2021 Memory usage per processor = 27.5314 Mbytes Step Atoms AVEKE stressZZ 10714 5000 2.3030911e-11 3233578.9 10715 -0.00965249999999473 3233524.1218088 10715 5000 2.3029229e-11 3233524.1 Loop time of 0.0169852 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:19 2021 Pair time (%) = 0.000946999 (5.57544) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188094) Outpt time (%) = 0.0159118 (93.6806) Other time (%) = 9.44138e-05 (0.55586) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:19 2021 Memory usage per processor = 27.5314 Mbytes Step Atoms AVEKE stressZZ 10715 5000 2.3029229e-11 3233512.6 10716 -0.00965249999999473 3233457.84076336 10716 5000 2.3027548e-11 3233457.8 Loop time of 0.0166841 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:19 2021 Pair time (%) = 0.000948191 (5.68321) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.197205) Outpt time (%) = 0.015543 (93.1607) Other time (%) = 0.000159979 (0.958873) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:19 2021 Memory usage per processor = 27.5314 Mbytes Step Atoms AVEKE stressZZ 10716 5000 2.3027548e-11 3233446.3 10717 -0.00965249999999473 3233391.56302371 10717 5000 2.3025867e-11 3233391.6 Loop time of 0.01705 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:19 2021 Pair time (%) = 0.00106597 (6.25201) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192972) Outpt time (%) = 0.0158441 (92.9272) Other time (%) = 0.00010705 (0.627858) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:19 2021 Memory usage per processor = 27.5314 Mbytes Step Atoms AVEKE stressZZ 10717 5000 2.3025867e-11 3233380.1 10718 -0.00965249999999473 3233325.28858944 10718 5000 2.3024186e-11 3233325.3 Loop time of 0.017344 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:19 2021 Pair time (%) = 0.00101805 (5.86974) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189701) Outpt time (%) = 0.0161951 (93.3756) Other time (%) = 9.799e-05 (0.56498) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:19 2021 Memory usage per processor = 27.5314 Mbytes Step Atoms AVEKE stressZZ 10718 5000 2.3024186e-11 3233313.8 10719 -0.00965249999999473 3233259.01746028 10719 5000 2.3022505e-11 3233259 Loop time of 0.0167859 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:19 2021 Pair time (%) = 0.00098896 (5.89163) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.184646) Outpt time (%) = 0.015672 (93.3641) Other time (%) = 9.39369e-05 (0.559619) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:19 2021 Memory usage per processor = 27.5314 Mbytes Step Atoms AVEKE stressZZ 10719 5000 2.3022505e-11 3233247.5 10720 -0.00965249999999473 3233192.74963582 10720 5000 2.3020825e-11 3233192.7 Loop time of 0.0185349 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:19 2021 Pair time (%) = 0.00099206 (5.35239) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.253406) Outpt time (%) = 0.01738 (93.7691) Other time (%) = 0.000115871 (0.625153) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:19 2021 Memory usage per processor = 27.5314 Mbytes Step Atoms AVEKE stressZZ 10720 5000 2.3020825e-11 3233181.3 10721 -0.00965249999999473 3233126.48511575 10721 5000 2.3019144e-11 3233126.5 Loop time of 0.0170481 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:19 2021 Pair time (%) = 0.000967026 (5.67233) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187399) Outpt time (%) = 0.0159528 (93.5753) Other time (%) = 9.63211e-05 (0.564995) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:19 2021 Memory usage per processor = 27.5314 Mbytes Step Atoms AVEKE stressZZ 10721 5000 2.3019144e-11 3233115 10722 -0.00965249999999473 3233060.22389971 10722 5000 2.3017464e-11 3233060.2 Loop time of 0.0169871 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:19 2021 Pair time (%) = 0.000945807 (5.5678) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188073) Outpt time (%) = 0.015918 (93.7066) Other time (%) = 9.13143e-05 (0.537551) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:19 2021 Memory usage per processor = 27.5314 Mbytes Step Atoms AVEKE stressZZ 10722 5000 2.3017464e-11 3233048.7 10723 -0.00965249999999473 3232993.96598736 10723 5000 2.3015784e-11 3232994 Loop time of 0.016439 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:19 2021 Pair time (%) = 0.000948191 (5.76795) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.205946) Outpt time (%) = 0.0153589 (93.43) Other time (%) = 9.799e-05 (0.596084) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:19 2021 Memory usage per processor = 27.5314 Mbytes Step Atoms AVEKE stressZZ 10723 5000 2.3015784e-11 3232982.5 10724 -0.00965249999999473 3232927.71137833 10724 5000 2.3014104e-11 3232927.7 Loop time of 0.0169079 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:19 2021 Pair time (%) = 0.00117588 (6.95461) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.242537) Outpt time (%) = 0.015548 (91.9568) Other time (%) = 0.000143051 (0.846059) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:19 2021 Memory usage per processor = 27.5314 Mbytes Step Atoms AVEKE stressZZ 10724 5000 2.3014104e-11 3232916.2 10725 -0.00965249999999473 3232861.46007239 10725 5000 2.3012424e-11 3232861.5 Loop time of 0.0170829 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:19 2021 Pair time (%) = 0.000943184 (5.52121) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187018) Outpt time (%) = 0.016021 (93.7838) Other time (%) = 8.67844e-05 (0.508018) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:19 2021 Memory usage per processor = 27.5314 Mbytes Step Atoms AVEKE stressZZ 10725 5000 2.3012424e-11 3232850 10726 -0.00965249999999473 3232795.21206914 10726 5000 2.3010745e-11 3232795.2 Loop time of 0.0168149 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:19 2021 Pair time (%) = 0.000942945 (5.60778) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.184327) Outpt time (%) = 0.0157461 (93.6436) Other time (%) = 9.48906e-05 (0.564323) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:19 2021 Memory usage per processor = 27.5314 Mbytes Step Atoms AVEKE stressZZ 10726 5000 2.3010745e-11 3232783.7 10727 -0.00965249999999473 3232728.96736823 10727 5000 2.3009065e-11 3232729 Loop time of 0.0171039 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:19 2021 Pair time (%) = 0.00104594 (6.11522) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.19794) Outpt time (%) = 0.0159221 (93.0902) Other time (%) = 0.000102043 (0.596607) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:19 2021 Memory usage per processor = 27.5314 Mbytes Step Atoms AVEKE stressZZ 10727 5000 2.3009065e-11 3232717.5 10728 -0.00965249999999473 3232662.72596935 10728 5000 2.3007386e-11 3232662.7 Loop time of 0.016937 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:19 2021 Pair time (%) = 0.000955105 (5.63916) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188629) Outpt time (%) = 0.0158541 (93.6063) Other time (%) = 9.58443e-05 (0.565886) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:19 2021 Memory usage per processor = 27.5314 Mbytes Step Atoms AVEKE stressZZ 10728 5000 2.3007386e-11 3232651.2 10729 -0.00965249999999473 3232596.48787214 10729 5000 2.3005707e-11 3232596.5 Loop time of 0.017302 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:19 2021 Pair time (%) = 0.000967026 (5.58909) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179137) Outpt time (%) = 0.0162091 (93.6833) Other time (%) = 9.48906e-05 (0.548436) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:19 2021 Memory usage per processor = 27.5314 Mbytes Step Atoms AVEKE stressZZ 10729 5000 2.3005707e-11 3232585 10730 -0.00965249999999473 3232530.25307628 10730 5000 2.3004028e-11 3232530.3 Loop time of 0.0185959 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:19 2021 Pair time (%) = 0.000946999 (5.0925) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.171801) Outpt time (%) = 0.017525 (94.2408) Other time (%) = 9.20296e-05 (0.494891) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:19 2021 Memory usage per processor = 27.5314 Mbytes Step Atoms AVEKE stressZZ 10730 5000 2.3004028e-11 3232518.8 10731 -0.00965249999999473 3232464.02158146 10731 5000 2.300235e-11 3232464 Loop time of 0.016664 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:19 2021 Pair time (%) = 0.00104308 (6.25948) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.204596) Outpt time (%) = 0.0154529 (92.7319) Other time (%) = 0.000133991 (0.804075) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:19 2021 Memory usage per processor = 27.5314 Mbytes Step Atoms AVEKE stressZZ 10731 5000 2.300235e-11 3232452.5 10732 -0.00965249999999473 3232397.7933873 10732 5000 2.3000671e-11 3232397.8 Loop time of 0.017169 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:19 2021 Pair time (%) = 0.00108218 (6.30312) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18608) Outpt time (%) = 0.0159621 (92.9706) Other time (%) = 9.27448e-05 (0.540188) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:19 2021 Memory usage per processor = 27.5314 Mbytes Step Atoms AVEKE stressZZ 10732 5000 2.3000671e-11 3232386.3 10733 -0.00965249999999473 3232331.56849349 10733 5000 2.2998993e-11 3232331.6 Loop time of 0.017061 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:19 2021 Pair time (%) = 0.000951052 (5.57442) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187258) Outpt time (%) = 0.0159862 (93.7003) Other time (%) = 9.17912e-05 (0.538018) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:19 2021 Memory usage per processor = 27.5314 Mbytes Step Atoms AVEKE stressZZ 10733 5000 2.2998993e-11 3232320.1 10734 -0.00965249999999473 3232265.34689967 10734 5000 2.2997315e-11 3232265.3 Loop time of 0.0166371 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:19 2021 Pair time (%) = 0.00097084 (5.8354) Neigh time (%) = 0 (0) Comm time (%) = 4.48227e-05 (0.269414) Outpt time (%) = 0.015496 (93.1414) Other time (%) = 0.000125408 (0.753787) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:19 2021 Memory usage per processor = 27.5314 Mbytes Step Atoms AVEKE stressZZ 10734 5000 2.2997315e-11 3232253.9 10735 -0.00965249999999473 3232199.12860558 10735 5000 2.2995637e-11 3232199.1 Loop time of 0.016345 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:19 2021 Pair time (%) = 0.000991821 (6.06803) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.189626) Outpt time (%) = 0.0152318 (93.1895) Other time (%) = 9.03606e-05 (0.552833) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:19 2021 Memory usage per processor = 27.5314 Mbytes Step Atoms AVEKE stressZZ 10735 5000 2.2995637e-11 3232187.6 10736 -0.00965249999999473 3232132.91361083 10736 5000 2.2993959e-11 3232132.9 Loop time of 0.0164478 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:19 2021 Pair time (%) = 0.000946999 (5.75761) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.195689) Outpt time (%) = 0.0153809 (93.5133) Other time (%) = 8.7738e-05 (0.533434) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:19 2021 Memory usage per processor = 27.5314 Mbytes Step Atoms AVEKE stressZZ 10736 5000 2.2993959e-11 3232121.4 10737 -0.00965249999999473 3232066.70191507 10737 5000 2.2992281e-11 3232066.7 Loop time of 0.0170209 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:19 2021 Pair time (%) = 0.000941038 (5.52871) Neigh time (%) = 0 (0) Comm time (%) = 3.12328e-05 (0.183497) Outpt time (%) = 0.01596 (93.7667) Other time (%) = 8.86917e-05 (0.521074) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:19 2021 Memory usage per processor = 27.5314 Mbytes Step Atoms AVEKE stressZZ 10737 5000 2.2992281e-11 3232055.2 10738 -0.00965249999999473 3232000.49351804 10738 5000 2.2990604e-11 3232000.5 Loop time of 0.0165939 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:19 2021 Pair time (%) = 0.000982046 (5.9181) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.20546) Outpt time (%) = 0.0154719 (93.2385) Other time (%) = 0.000105858 (0.637931) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:19 2021 Memory usage per processor = 27.5314 Mbytes Step Atoms AVEKE stressZZ 10738 5000 2.2990604e-11 3231989 10739 -0.00965249999999473 3231934.28841932 10739 5000 2.2988927e-11 3231934.3 Loop time of 0.0169861 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:19 2021 Pair time (%) = 0.000980139 (5.77023) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188083) Outpt time (%) = 0.015877 (93.4704) Other time (%) = 9.70364e-05 (0.571268) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:19 2021 Memory usage per processor = 27.5314 Mbytes Step Atoms AVEKE stressZZ 10739 5000 2.2988927e-11 3231922.8 10740 -0.00965249999999473 3231868.08661871 10740 5000 2.298725e-11 3231868.1 Loop time of 0.0189421 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:19 2021 Pair time (%) = 0.000945091 (4.98936) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.168662) Outpt time (%) = 0.0178721 (94.3511) Other time (%) = 9.29832e-05 (0.490881) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:19 2021 Memory usage per processor = 27.5314 Mbytes Step Atoms AVEKE stressZZ 10740 5000 2.298725e-11 3231856.6 10741 -0.00965249999999473 3231801.88811575 10741 5000 2.2985573e-11 3231801.9 Loop time of 0.0167301 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:19 2021 Pair time (%) = 0.000988007 (5.90557) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.185262) Outpt time (%) = 0.015595 (93.2151) Other time (%) = 0.00011611 (0.694019) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:19 2021 Memory usage per processor = 27.5314 Mbytes Step Atoms AVEKE stressZZ 10741 5000 2.2985573e-11 3231790.4 10742 -0.00965249999999473 3231735.69291017 10742 5000 2.2983896e-11 3231735.7 Loop time of 0.0166891 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:19 2021 Pair time (%) = 0.00117087 (7.01581) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.240003) Outpt time (%) = 0.015362 (92.0485) Other time (%) = 0.00011611 (0.695724) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:19 2021 Memory usage per processor = 27.5314 Mbytes Step Atoms AVEKE stressZZ 10742 5000 2.2983896e-11 3231724.2 10743 -0.00965249999999473 3231669.50100165 10743 5000 2.2982219e-11 3231669.5 Loop time of 0.0170619 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:19 2021 Pair time (%) = 0.000970125 (5.6859) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.198427) Outpt time (%) = 0.0159609 (93.5469) Other time (%) = 9.70364e-05 (0.56873) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:19 2021 Memory usage per processor = 27.5314 Mbytes Step Atoms AVEKE stressZZ 10743 5000 2.2982219e-11 3231658 10744 -0.00965249999999473 3231603.31238983 10744 5000 2.2980543e-11 3231603.3 Loop time of 0.0173142 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:19 2021 Pair time (%) = 0.000982046 (5.67191) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18452) Outpt time (%) = 0.0162048 (93.5928) Other time (%) = 9.53674e-05 (0.550805) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:19 2021 Memory usage per processor = 27.5314 Mbytes Step Atoms AVEKE stressZZ 10744 5000 2.2980543e-11 3231591.8 10745 -0.00965249999999473 3231537.12707443 10745 5000 2.2978867e-11 3231537.1 Loop time of 0.016567 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:19 2021 Pair time (%) = 0.0010159 (6.13208) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.21155) Outpt time (%) = 0.015419 (93.0706) Other time (%) = 9.70364e-05 (0.585721) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:19 2021 Memory usage per processor = 27.5314 Mbytes Step Atoms AVEKE stressZZ 10745 5000 2.2978867e-11 3231525.6 10746 -0.00965249999999473 3231470.94505511 10746 5000 2.2977191e-11 3231470.9 Loop time of 0.017278 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:19 2021 Pair time (%) = 0.00102091 (5.90873) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191806) Outpt time (%) = 0.016119 (93.2923) Other time (%) = 0.000104904 (0.607156) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:22:19 2021 Memory usage per processor = 27.5314 Mbytes Step Atoms AVEKE stressZZ 10746 5000 2.2977191e-11 3231459.5 10747 -0.00965249999999473 3231393.75366591 10747 5000 4.5389869e-11 3231499.8 Loop time of 0.0169201 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:19 2021 Pair time (%) = 0.000945091 (5.58562) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188817) Outpt time (%) = 0.0158331 (93.576) Other time (%) = 0.000109911 (0.649589) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:19 2021 Memory usage per processor = 27.5314 Mbytes Step Atoms AVEKE stressZZ 10747 5000 4.5389869e-11 3276210.6 10748 -0.00968499999999472 3276138.05583749 10748 5000 3.6597548e-11 3276138.1 Loop time of 0.016448 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:19 2021 Pair time (%) = 0.000983 (5.9764) Neigh time (%) = 0 (0) Comm time (%) = 5.19753e-05 (0.315997) Outpt time (%) = 0.0153241 (93.1669) Other time (%) = 8.89301e-05 (0.540674) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:19 2021 Memory usage per processor = 27.5314 Mbytes Step Atoms AVEKE stressZZ 10748 5000 3.6597548e-11 3276122.6 10749 -0.00968499999999472 3276056.21733903 10749 5000 3.150066e-11 3276056.2 Loop time of 0.016715 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:19 2021 Pair time (%) = 0.00110316 (6.59982) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.245336) Outpt time (%) = 0.0154119 (92.2035) Other time (%) = 0.000159025 (0.951389) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:19 2021 Memory usage per processor = 27.5314 Mbytes Step Atoms AVEKE stressZZ 10749 5000 3.150066e-11 3276042.1 10750 -0.00968499999999472 3275979.69433869 10750 5000 2.8459376e-11 3275979.7 Loop time of 0.019063 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:19 2021 Pair time (%) = 0.00107193 (5.62309) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.162589) Outpt time (%) = 0.017869 (93.7366) Other time (%) = 9.10759e-05 (0.477763) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:19 2021 Memory usage per processor = 27.5315 Mbytes Step Atoms AVEKE stressZZ 10750 5000 2.8459376e-11 3275966.5 10751 -0.00968499999999472 3275906.55061809 10751 5000 2.6606152e-11 3275906.6 Loop time of 0.017168 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:19 2021 Pair time (%) = 0.000946045 (5.5105) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180535) Outpt time (%) = 0.0160971 (93.7618) Other time (%) = 9.39369e-05 (0.547161) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:19 2021 Memory usage per processor = 27.5315 Mbytes Step Atoms AVEKE stressZZ 10751 5000 2.6606152e-11 3275893.9 10752 -0.00968499999999472 3275835.55569302 10752 5000 2.5460168e-11 3275835.6 Loop time of 0.0166268 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:19 2021 Pair time (%) = 0.000948906 (5.70708) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192148) Outpt time (%) = 0.015553 (93.5415) Other time (%) = 9.29832e-05 (0.559236) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:19 2021 Memory usage per processor = 27.5315 Mbytes Step Atoms AVEKE stressZZ 10752 5000 2.5460168e-11 3275823.2 10753 -0.00968499999999472 3275765.92757824 10753 5000 2.474434e-11 3275765.9 Loop time of 0.0167241 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:19 2021 Pair time (%) = 0.00116301 (6.95407) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.215265) Outpt time (%) = 0.015377 (91.9454) Other time (%) = 0.000148058 (0.885296) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:19 2021 Memory usage per processor = 27.5315 Mbytes Step Atoms AVEKE stressZZ 10753 5000 2.474434e-11 3275753.8 10754 -0.00968499999999472 3275697.16931349 10754 5000 2.4294085e-11 3275697.2 Loop time of 0.017127 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:19 2021 Pair time (%) = 0.00095892 (5.59886) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.199065) Outpt time (%) = 0.0160351 (93.6244) Other time (%) = 9.89437e-05 (0.577705) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:19 2021 Memory usage per processor = 27.5315 Mbytes Step Atoms AVEKE stressZZ 10754 5000 2.4294085e-11 3275685.2 10755 -0.00968499999999472 3275628.96507485 10755 5000 2.4009453e-11 3275629 Loop time of 0.017231 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:20 2021 Pair time (%) = 0.000946045 (5.49037) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185411) Outpt time (%) = 0.016166 (93.8192) Other time (%) = 8.70228e-05 (0.505037) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:20 2021 Memory usage per processor = 27.5315 Mbytes Step Atoms AVEKE stressZZ 10755 5000 2.4009453e-11 3275617.1 10756 -0.00968499999999472 3275561.11415247 10756 5000 2.3828804e-11 3275561.1 Loop time of 0.0167611 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:20 2021 Pair time (%) = 0.00103617 (6.18199) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.203411) Outpt time (%) = 0.015542 (92.727) Other time (%) = 0.000148773 (0.887612) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:20 2021 Memory usage per processor = 27.5315 Mbytes Step Atoms AVEKE stressZZ 10756 5000 2.3828804e-11 3275549.3 10757 -0.00968499999999472 3275493.48899274 10757 5000 2.3713722e-11 3275493.5 Loop time of 0.017195 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:20 2021 Pair time (%) = 0.00100493 (5.84434) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185799) Outpt time (%) = 0.016057 (93.382) Other time (%) = 0.000101089 (0.587901) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:20 2021 Memory usage per processor = 27.5315 Mbytes Step Atoms AVEKE stressZZ 10757 5000 2.3713722e-11 3275481.7 10758 -0.00968499999999472 3275426.0085336 10758 5000 2.36401e-11 3275426 Loop time of 0.0174859 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:20 2021 Pair time (%) = 0.000944853 (5.40353) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182708) Outpt time (%) = 0.0164158 (93.8806) Other time (%) = 9.32217e-05 (0.533126) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:20 2021 Memory usage per processor = 27.5315 Mbytes Step Atoms AVEKE stressZZ 10758 5000 2.36401e-11 3275414.3 10759 -0.00968499999999472 3275358.6212592 10759 5000 2.3592744e-11 3275358.6 Loop time of 0.0165339 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:20 2021 Pair time (%) = 0.000947952 (5.7334) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.18746) Outpt time (%) = 0.015466 (93.5413) Other time (%) = 8.89301e-05 (0.537867) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:20 2021 Memory usage per processor = 27.5315 Mbytes Step Atoms AVEKE stressZZ 10759 5000 2.3592744e-11 3275346.9 10760 -0.00968499999999472 3275291.29443036 10760 5000 2.3562044e-11 3275291.3 Loop time of 0.018851 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:20 2021 Pair time (%) = 0.00117016 (6.20739) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.196036) Outpt time (%) = 0.017513 (92.9022) Other time (%) = 0.000130892 (0.694348) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:20 2021 Memory usage per processor = 27.5315 Mbytes Step Atoms AVEKE stressZZ 10760 5000 2.3562044e-11 3275279.6 10761 -0.00968499999999472 3275224.00724082 10761 5000 2.3541917e-11 3275224 Loop time of 0.0174429 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:20 2021 Pair time (%) = 0.00105715 (6.06061) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183158) Outpt time (%) = 0.0161738 (92.7243) Other time (%) = 0.000180006 (1.03197) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:20 2021 Memory usage per processor = 27.5315 Mbytes Step Atoms AVEKE stressZZ 10761 5000 2.3541917e-11 3275212.3 10762 -0.00968499999999472 3275156.74646787 10762 5000 2.3528503e-11 3275156.7 Loop time of 0.0172012 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:20 2021 Pair time (%) = 0.00099206 (5.76739) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185732) Outpt time (%) = 0.016083 (93.4994) Other time (%) = 9.41753e-05 (0.547493) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:20 2021 Memory usage per processor = 27.5315 Mbytes Step Atoms AVEKE stressZZ 10762 5000 2.3528503e-11 3275145 10763 -0.00968499999999472 3275089.50370816 10763 5000 2.3519353e-11 3275089.5 Loop time of 0.0166471 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:20 2021 Pair time (%) = 0.00107098 (6.43341) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191914) Outpt time (%) = 0.015451 (92.8147) Other time (%) = 9.32217e-05 (0.559987) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:20 2021 Memory usage per processor = 27.5315 Mbytes Step Atoms AVEKE stressZZ 10763 5000 2.3519353e-11 3275077.8 10764 -0.00968499999999472 3275022.27362118 10764 5000 2.3512912e-11 3275022.3 Loop time of 0.0168481 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:20 2021 Pair time (%) = 0.00118399 (7.02742) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.226417) Outpt time (%) = 0.015501 (92.0046) Other time (%) = 0.000124931 (0.741516) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:20 2021 Memory usage per processor = 27.5315 Mbytes Step Atoms AVEKE stressZZ 10764 5000 2.3512912e-11 3275010.6 10765 -0.00968499999999472 3274955.05281274 10765 5000 2.3508192e-11 3274955.1 Loop time of 0.017395 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:20 2021 Pair time (%) = 0.000981092 (5.64008) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183662) Outpt time (%) = 0.0162909 (93.6527) Other time (%) = 9.10759e-05 (0.523575) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:20 2021 Memory usage per processor = 27.5315 Mbytes Step Atoms AVEKE stressZZ 10765 5000 2.3508192e-11 3274943.3 10766 -0.00968499999999472 3274887.83912583 10766 5000 2.3504566e-11 3274887.8 Loop time of 0.0166161 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:20 2021 Pair time (%) = 0.000948906 (5.71076) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.186532) Outpt time (%) = 0.0155418 (93.5345) Other time (%) = 9.44138e-05 (0.568206) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:20 2021 Memory usage per processor = 27.5315 Mbytes Step Atoms AVEKE stressZZ 10766 5000 2.3504566e-11 3274876.1 10767 -0.00968499999999472 3274820.63118938 10767 5000 2.3501635e-11 3274820.6 Loop time of 0.0165999 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:20 2021 Pair time (%) = 0.0009799 (5.90305) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.198205) Outpt time (%) = 0.0154848 (93.2826) Other time (%) = 0.000102282 (0.616158) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:20 2021 Memory usage per processor = 27.5315 Mbytes Step Atoms AVEKE stressZZ 10767 5000 2.3501635e-11 3274808.9 10768 -0.00968499999999472 3274753.42813199 10768 5000 2.3499145e-11 3274753.4 Loop time of 0.017277 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:20 2021 Pair time (%) = 0.00105286 (6.09398) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.208376) Outpt time (%) = 0.0160351 (92.8117) Other time (%) = 0.000153065 (0.885945) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:20 2021 Memory usage per processor = 27.5315 Mbytes Step Atoms AVEKE stressZZ 10768 5000 2.3499145e-11 3274741.7 10769 -0.00968499999999472 3274686.2293997 10769 5000 2.3496937e-11 3274686.2 Loop time of 0.017462 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:20 2021 Pair time (%) = 0.000949144 (5.43548) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182958) Outpt time (%) = 0.016377 (93.7863) Other time (%) = 0.000103951 (0.595295) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:20 2021 Memory usage per processor = 27.5315 Mbytes Step Atoms AVEKE stressZZ 10769 5000 2.3496937e-11 3274674.5 10770 -0.00968499999999472 3274619.0346405 10770 5000 2.3494907e-11 3274619 Loop time of 0.0190902 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:20 2021 Pair time (%) = 0.000947952 (4.96566) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.167354) Outpt time (%) = 0.0180161 (94.3737) Other time (%) = 9.41753e-05 (0.493318) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:20 2021 Memory usage per processor = 27.5315 Mbytes Step Atoms AVEKE stressZZ 10770 5000 2.3494907e-11 3274607.3 10771 -0.00968499999999472 3274551.84363034 10771 5000 2.349299e-11 3274551.8 Loop time of 0.0170951 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:20 2021 Pair time (%) = 0.00126314 (7.38892) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192463) Outpt time (%) = 0.0156431 (91.5065) Other time (%) = 0.000155926 (0.912108) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:20 2021 Memory usage per processor = 27.5315 Mbytes Step Atoms AVEKE stressZZ 10771 5000 2.349299e-11 3274540.1 10772 -0.00968499999999472 3274484.65622682 10772 5000 2.3491146e-11 3274484.7 Loop time of 0.017216 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:20 2021 Pair time (%) = 0.000946999 (5.5007) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180033) Outpt time (%) = 0.0161431 (93.7681) Other time (%) = 9.48906e-05 (0.551178) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:20 2021 Memory usage per processor = 27.5315 Mbytes Step Atoms AVEKE stressZZ 10772 5000 2.3491146e-11 3274472.9 10773 -0.00968499999999472 3274417.47233934 10773 5000 2.3489348e-11 3274417.5 Loop time of 0.0171559 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:20 2021 Pair time (%) = 0.000942945 (5.49634) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186222) Outpt time (%) = 0.0160549 (93.5823) Other time (%) = 0.000126123 (0.735161) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:20 2021 Memory usage per processor = 27.5315 Mbytes Step Atoms AVEKE stressZZ 10773 5000 2.3489348e-11 3274405.8 10774 -0.00968499999999472 3274350.29191019 10774 5000 2.3487579e-11 3274350.3 Loop time of 0.0166321 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:20 2021 Pair time (%) = 0.000994205 (5.97764) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.197821) Outpt time (%) = 0.0155032 (93.2124) Other time (%) = 0.000101805 (0.612099) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:20 2021 Memory usage per processor = 27.5315 Mbytes Step Atoms AVEKE stressZZ 10774 5000 2.3487579e-11 3274338.6 10775 -0.00968499999999472 3274283.11492715 10775 5000 2.3485829e-11 3274283.1 Loop time of 0.017189 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:20 2021 Pair time (%) = 0.00099206 (5.77147) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191411) Outpt time (%) = 0.0160589 (93.4254) Other time (%) = 0.000105143 (0.611684) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:20 2021 Memory usage per processor = 27.5315 Mbytes Step Atoms AVEKE stressZZ 10775 5000 2.3485829e-11 3274271.4 10776 -0.00968499999999472 3274215.94139089 10776 5000 2.348409e-11 3274215.9 Loop time of 0.016964 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:20 2021 Pair time (%) = 0.000946999 (5.58242) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188329) Outpt time (%) = 0.0158911 (93.6755) Other time (%) = 9.39369e-05 (0.553744) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:20 2021 Memory usage per processor = 27.5315 Mbytes Step Atoms AVEKE stressZZ 10776 5000 2.348409e-11 3274204.2 10777 -0.00968499999999472 3274148.7712649 10777 5000 2.3482359e-11 3274148.8 Loop time of 0.016597 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:20 2021 Pair time (%) = 0.000983 (5.92274) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.186747) Outpt time (%) = 0.0154879 (93.3173) Other time (%) = 9.5129e-05 (0.573169) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:20 2021 Memory usage per processor = 27.5315 Mbytes Step Atoms AVEKE stressZZ 10777 5000 2.3482359e-11 3274137.1 10778 -0.00968499999999472 3274081.60453339 10778 5000 2.3480634e-11 3274081.6 Loop time of 0.0167511 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:20 2021 Pair time (%) = 0.00111794 (6.67388) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.214919) Outpt time (%) = 0.0154331 (92.132) Other time (%) = 0.000164032 (0.979234) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:20 2021 Memory usage per processor = 27.5315 Mbytes Step Atoms AVEKE stressZZ 10778 5000 2.3480634e-11 3274069.9 10779 -0.00968499999999472 3274014.44118688 10779 5000 2.3478911e-11 3274014.4 Loop time of 0.01649 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:20 2021 Pair time (%) = 0.000947952 (5.74866) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.187959) Outpt time (%) = 0.0154209 (93.5169) Other time (%) = 9.01222e-05 (0.546527) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:20 2021 Memory usage per processor = 27.5315 Mbytes Step Atoms AVEKE stressZZ 10779 5000 2.3478911e-11 3274002.7 10780 -0.00968499999999472 3273947.28121909 10780 5000 2.347719e-11 3273947.3 Loop time of 0.0181811 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:20 2021 Pair time (%) = 0.000947952 (5.21395) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.175722) Outpt time (%) = 0.017113 (94.1251) Other time (%) = 8.82149e-05 (0.485201) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:20 2021 Memory usage per processor = 27.5315 Mbytes Step Atoms AVEKE stressZZ 10780 5000 2.347719e-11 3273935.6 10781 -0.00968499999999472 3273880.12462589 10781 5000 2.3475471e-11 3273880.1 Loop time of 0.0162761 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:20 2021 Pair time (%) = 0.000951052 (5.84323) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.196288) Outpt time (%) = 0.0152061 (93.4258) Other time (%) = 8.70228e-05 (0.534665) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:20 2021 Memory usage per processor = 27.5315 Mbytes Step Atoms AVEKE stressZZ 10781 5000 2.3475471e-11 3273868.4 10782 -0.00968499999999472 3273812.97140423 10782 5000 2.3473753e-11 3273813 Loop time of 0.0172291 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:20 2021 Pair time (%) = 0.000946999 (5.49651) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179896) Outpt time (%) = 0.0161681 (93.842) Other time (%) = 8.29697e-05 (0.481568) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:20 2021 Memory usage per processor = 27.5315 Mbytes Step Atoms AVEKE stressZZ 10782 5000 2.3473753e-11 3273801.3 10783 -0.00968499999999472 3273745.82155197 10783 5000 2.3472035e-11 3273745.8 Loop time of 0.0166299 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:20 2021 Pair time (%) = 0.00102186 (6.14471) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.193546) Outpt time (%) = 0.0154829 (93.1026) Other time (%) = 9.29832e-05 (0.559132) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:20 2021 Memory usage per processor = 27.5315 Mbytes Step Atoms AVEKE stressZZ 10783 5000 2.3472035e-11 3273734.1 10784 -0.00968499999999472 3273678.67506731 10784 5000 2.3470318e-11 3273678.7 Loop time of 0.016623 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:20 2021 Pair time (%) = 0.00109196 (6.56895) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.228049) Outpt time (%) = 0.0153711 (92.4687) Other time (%) = 0.00012207 (0.734345) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:20 2021 Memory usage per processor = 27.5315 Mbytes Step Atoms AVEKE stressZZ 10784 5000 2.3470318e-11 3273667 10785 -0.00968499999999472 3273611.53194897 10785 5000 2.3468602e-11 3273611.5 Loop time of 0.0172861 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:20 2021 Pair time (%) = 0.000975847 (5.64528) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190337) Outpt time (%) = 0.0161781 (93.5906) Other time (%) = 9.91821e-05 (0.573769) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:20 2021 Memory usage per processor = 27.5315 Mbytes Step Atoms AVEKE stressZZ 10785 5000 2.3468602e-11 3273599.8 10786 -0.00968499999999472 3273544.39219582 10786 5000 2.3466885e-11 3273544.4 Loop time of 0.017314 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:20 2021 Pair time (%) = 0.000985146 (5.68989) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179014) Outpt time (%) = 0.0162032 (93.5844) Other time (%) = 9.46522e-05 (0.546681) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:20 2021 Memory usage per processor = 27.5315 Mbytes Step Atoms AVEKE stressZZ 10786 5000 2.3466885e-11 3273532.7 10787 -0.00968499999999472 3273477.25580694 10787 5000 2.3465169e-11 3273477.3 Loop time of 0.016597 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:20 2021 Pair time (%) = 0.000951052 (5.73025) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.282993) Outpt time (%) = 0.0154431 (93.0473) Other time (%) = 0.000155926 (0.93948) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:20 2021 Memory usage per processor = 27.5315 Mbytes Step Atoms AVEKE stressZZ 10787 5000 2.3465169e-11 3273465.6 10788 -0.00968499999999472 3273410.12276702 10788 5000 2.3463453e-11 3273410.1 Loop time of 0.017174 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:20 2021 Pair time (%) = 0.00107908 (6.28323) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191579) Outpt time (%) = 0.015954 (92.8963) Other time (%) = 0.000108004 (0.628878) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:20 2021 Memory usage per processor = 27.5315 Mbytes Step Atoms AVEKE stressZZ 10788 5000 2.3463453e-11 3273398.4 10789 -0.00968499999999472 3273342.99308792 10789 5000 2.3461738e-11 3273343 Loop time of 0.0172231 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:20 2021 Pair time (%) = 0.00105381 (6.11858) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191033) Outpt time (%) = 0.0160348 (93.1007) Other time (%) = 0.000101566 (0.589709) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:20 2021 Memory usage per processor = 27.5315 Mbytes Step Atoms AVEKE stressZZ 10789 5000 2.3461738e-11 3273331.3 10790 -0.00968499999999472 3273275.86677276 10790 5000 2.3460022e-11 3273275.9 Loop time of 0.0187809 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:20 2021 Pair time (%) = 0.00098896 (5.26576) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.170109) Outpt time (%) = 0.0176661 (94.064) Other time (%) = 9.39369e-05 (0.500171) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:20 2021 Memory usage per processor = 27.5315 Mbytes Step Atoms AVEKE stressZZ 10790 5000 2.3460022e-11 3273264.2 10791 -0.00968499999999472 3273208.74382695 10791 5000 2.3458307e-11 3273208.7 Loop time of 0.016567 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:20 2021 Pair time (%) = 0.000967026 (5.83706) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.200037) Outpt time (%) = 0.015466 (93.3542) Other time (%) = 0.000100851 (0.608747) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:20 2021 Memory usage per processor = 27.5315 Mbytes Step Atoms AVEKE stressZZ 10791 5000 2.3458307e-11 3273197 10792 -0.00968499999999472 3273141.62424582 10792 5000 2.3456592e-11 3273141.6 Loop time of 0.0172031 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:20 2021 Pair time (%) = 0.000983 (5.71409) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185711) Outpt time (%) = 0.016088 (93.5181) Other time (%) = 0.000100136 (0.58208) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:20 2021 Memory usage per processor = 27.5315 Mbytes Step Atoms AVEKE stressZZ 10792 5000 2.3456592e-11 3273129.9 10793 -0.00968499999999472 3273074.50802773 10793 5000 2.3454877e-11 3273074.5 Loop time of 0.0173039 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:20 2021 Pair time (%) = 0.000946045 (5.46722) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184629) Outpt time (%) = 0.0162339 (93.8163) Other time (%) = 9.20296e-05 (0.531842) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:20 2021 Memory usage per processor = 27.5315 Mbytes Step Atoms AVEKE stressZZ 10793 5000 2.3454877e-11 3273062.8 10794 -0.00968499999999472 3273007.39517153 10794 5000 2.3453162e-11 3273007.4 Loop time of 0.019752 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:20 2021 Pair time (%) = 0.000972033 (4.92118) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.156918) Outpt time (%) = 0.018661 (94.4765) Other time (%) = 8.79765e-05 (0.445405) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:20 2021 Memory usage per processor = 27.5315 Mbytes Step Atoms AVEKE stressZZ 10794 5000 2.3453162e-11 3272995.7 10795 -0.00968499999999472 3272940.28567633 10795 5000 2.3451448e-11 3272940.3 Loop time of 0.0166662 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:20 2021 Pair time (%) = 0.00105906 (6.35452) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.203139) Outpt time (%) = 0.0154541 (92.7271) Other time (%) = 0.000119209 (0.715277) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:20 2021 Memory usage per processor = 27.5315 Mbytes Step Atoms AVEKE stressZZ 10795 5000 2.3451448e-11 3272928.6 10796 -0.00968499999999472 3272873.17954139 10796 5000 2.3449733e-11 3272873.2 Loop time of 0.0174711 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:20 2021 Pair time (%) = 0.001122 (6.42203) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.184227) Outpt time (%) = 0.0162239 (92.8615) Other time (%) = 9.29832e-05 (0.532213) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:20 2021 Memory usage per processor = 27.5315 Mbytes Step Atoms AVEKE stressZZ 10796 5000 2.3449733e-11 3272861.5 10797 -0.00968499999999472 3272806.07676601 10797 5000 2.3448019e-11 3272806.1 Loop time of 0.017164 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:20 2021 Pair time (%) = 0.000977039 (5.69238) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186134) Outpt time (%) = 0.0160019 (93.2297) Other time (%) = 0.000153065 (0.891778) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:20 2021 Memory usage per processor = 27.5315 Mbytes Step Atoms AVEKE stressZZ 10797 5000 2.3448019e-11 3272794.4 10798 -0.00968499999999472 3272738.97734954 10798 5000 2.3446305e-11 3272739 Loop time of 0.016489 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:21 2021 Pair time (%) = 0.000988007 (5.9919) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193754) Outpt time (%) = 0.0153151 (92.8803) Other time (%) = 0.000154018 (0.934066) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:21 2021 Memory usage per processor = 27.5315 Mbytes Step Atoms AVEKE stressZZ 10798 5000 2.3446305e-11 3272727.3 10799 -0.00968499999999472 3272671.88129136 10799 5000 2.3444591e-11 3272671.9 Loop time of 0.0168781 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:21 2021 Pair time (%) = 0.00119805 (7.09826) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207651) Outpt time (%) = 0.0154831 (91.7349) Other time (%) = 0.000161886 (0.959148) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:21 2021 Memory usage per processor = 27.5315 Mbytes Step Atoms AVEKE stressZZ 10799 5000 2.3444591e-11 3272660.2 10800 -0.00968499999999472 3272604.78859099 10800 5000 2.3442878e-11 3272604.8 Loop time of 0.0193341 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:21 2021 Pair time (%) = 0.000949144 (4.90918) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.165242) Outpt time (%) = 0.0182509 (94.3978) Other time (%) = 0.000102043 (0.527789) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:21 2021 Memory usage per processor = 27.5315 Mbytes Step Atoms AVEKE stressZZ 10800 5000 2.3442878e-11 3272593.1 10801 -0.00968499999999472 3272537.6992478 10801 5000 2.3441164e-11 3272537.7 Loop time of 0.017287 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:21 2021 Pair time (%) = 0.000946045 (5.47258) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.186189) Outpt time (%) = 0.016217 (93.8103) Other time (%) = 9.17912e-05 (0.530983) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:21 2021 Memory usage per processor = 27.5315 Mbytes Step Atoms AVEKE stressZZ 10801 5000 2.3441164e-11 3272526 10802 -0.00968499999999472 3272470.61326135 10802 5000 2.3439451e-11 3272470.6 Loop time of 0.0165882 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:21 2021 Pair time (%) = 0.00101805 (6.13717) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192595) Outpt time (%) = 0.0154281 (93.0062) Other time (%) = 0.000110149 (0.664022) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:21 2021 Memory usage per processor = 27.5315 Mbytes Step Atoms AVEKE stressZZ 10802 5000 2.3439451e-11 3272458.9 10803 -0.00968499999999472 3272403.53063098 10803 5000 2.3437738e-11 3272403.5 Loop time of 0.0172081 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:21 2021 Pair time (%) = 0.00112081 (6.51325) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.202283) Outpt time (%) = 0.015842 (92.0611) Other time (%) = 0.000210524 (1.2234) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:21 2021 Memory usage per processor = 27.5315 Mbytes Step Atoms AVEKE stressZZ 10803 5000 2.3437738e-11 3272391.8 10804 -0.00968499999999472 3272336.45135517 10804 5000 2.3436025e-11 3272336.5 Loop time of 0.0170152 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:21 2021 Pair time (%) = 0.000946045 (5.55999) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187762) Outpt time (%) = 0.015944 (93.7044) Other time (%) = 9.32217e-05 (0.547872) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:21 2021 Memory usage per processor = 27.5315 Mbytes Step Atoms AVEKE stressZZ 10804 5000 2.3436025e-11 3272324.7 10805 -0.00968499999999472 3272269.37543459 10805 5000 2.3434312e-11 3272269.4 Loop time of 0.0164249 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:21 2021 Pair time (%) = 0.000947952 (5.77144) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.19451) Outpt time (%) = 0.015353 (93.4737) Other time (%) = 9.20296e-05 (0.560305) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:21 2021 Memory usage per processor = 27.5315 Mbytes Step Atoms AVEKE stressZZ 10805 5000 2.3434312e-11 3272257.7 10806 -0.00968499999999472 3272202.30286862 10806 5000 2.34326e-11 3272202.3 Loop time of 0.0166249 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:21 2021 Pair time (%) = 0.00112796 (6.78474) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.222286) Outpt time (%) = 0.015343 (92.2888) Other time (%) = 0.000117064 (0.704145) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:21 2021 Memory usage per processor = 27.5315 Mbytes Step Atoms AVEKE stressZZ 10806 5000 2.34326e-11 3272190.6 10807 -0.00968499999999472 3272135.2336569 10807 5000 2.3430888e-11 3272135.2 Loop time of 0.0171471 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:21 2021 Pair time (%) = 0.000946045 (5.51724) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186318) Outpt time (%) = 0.0160789 (93.7709) Other time (%) = 9.01222e-05 (0.525584) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:21 2021 Memory usage per processor = 27.5315 Mbytes Step Atoms AVEKE stressZZ 10807 5000 2.3430888e-11 3272123.5 10808 -0.00968499999999472 3272068.16779893 10808 5000 2.3429175e-11 3272068.2 Loop time of 0.0173378 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:21 2021 Pair time (%) = 0.00105691 (6.09598) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191144) Outpt time (%) = 0.0161479 (93.1367) Other time (%) = 9.98974e-05 (0.576183) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:21 2021 Memory usage per processor = 27.5315 Mbytes Step Atoms AVEKE stressZZ 10808 5000 2.3429175e-11 3272056.5 10809 -0.00968499999999472 3272001.10529433 10809 5000 2.3427463e-11 3272001.1 Loop time of 0.0169709 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:21 2021 Pair time (%) = 0.00111318 (6.55933) Neigh time (%) = 0 (0) Comm time (%) = 4.48227e-05 (0.264115) Outpt time (%) = 0.0157011 (92.5177) Other time (%) = 0.000111818 (0.658884) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:21 2021 Memory usage per processor = 27.5315 Mbytes Step Atoms AVEKE stressZZ 10809 5000 2.3427463e-11 3271989.4 10810 -0.00968499999999472 3271934.04614266 10810 5000 2.3425752e-11 3271934 Loop time of 0.0194061 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:21 2021 Pair time (%) = 0.00128794 (6.63677) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.246944) Outpt time (%) = 0.017869 (92.0794) Other time (%) = 0.000201225 (1.03692) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:21 2021 Memory usage per processor = 27.5315 Mbytes Step Atoms AVEKE stressZZ 10810 5000 2.3425752e-11 3271922.3 10811 -0.00968499999999472 3271866.99034345 10811 5000 2.342404e-11 3271867 Loop time of 0.0169358 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:21 2021 Pair time (%) = 0.000962973 (5.68601) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188642) Outpt time (%) = 0.015847 (93.5707) Other time (%) = 9.39369e-05 (0.554664) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:21 2021 Memory usage per processor = 27.5315 Mbytes Step Atoms AVEKE stressZZ 10811 5000 2.342404e-11 3271855.3 10812 -0.00968499999999472 3271799.93789627 10812 5000 2.3422328e-11 3271799.9 Loop time of 0.017163 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:21 2021 Pair time (%) = 0.000948191 (5.52461) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186145) Outpt time (%) = 0.016089 (93.7419) Other time (%) = 9.39369e-05 (0.547321) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:21 2021 Memory usage per processor = 27.5315 Mbytes Step Atoms AVEKE stressZZ 10812 5000 2.3422328e-11 3271788.2 10813 -0.00968499999999472 3271732.88880076 10813 5000 2.3420617e-11 3271732.9 Loop time of 0.0169561 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:21 2021 Pair time (%) = 0.0011549 (6.81112) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.194041) Outpt time (%) = 0.015651 (92.303) Other time (%) = 0.000117302 (0.691798) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:21 2021 Memory usage per processor = 27.5315 Mbytes Step Atoms AVEKE stressZZ 10813 5000 2.3420617e-11 3271721.2 10814 -0.00968499999999472 3271665.84305649 10814 5000 2.3418906e-11 3271665.8 Loop time of 0.0170231 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:21 2021 Pair time (%) = 0.000983 (5.77451) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.193277) Outpt time (%) = 0.0159061 (93.4384) Other time (%) = 0.000101089 (0.593838) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:21 2021 Memory usage per processor = 27.5315 Mbytes Step Atoms AVEKE stressZZ 10814 5000 2.3418906e-11 3271654.1 10815 -0.00968499999999472 3271598.80066304 10815 5000 2.3417195e-11 3271598.8 Loop time of 0.0172939 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:21 2021 Pair time (%) = 0.00098896 (5.71854) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179221) Outpt time (%) = 0.01618 (93.5591) Other time (%) = 9.39369e-05 (0.543179) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:21 2021 Memory usage per processor = 27.5315 Mbytes Step Atoms AVEKE stressZZ 10815 5000 2.3417195e-11 3271587.1 10816 -0.00968499999999472 3271531.76162 10816 5000 2.3415484e-11 3271531.8 Loop time of 0.0166528 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:21 2021 Pair time (%) = 0.000948191 (5.69387) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.186121) Outpt time (%) = 0.0155809 (93.5631) Other time (%) = 9.27448e-05 (0.556932) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:21 2021 Memory usage per processor = 27.5315 Mbytes Step Atoms AVEKE stressZZ 10816 5000 2.3415484e-11 3271520.1 10817 -0.00968499999999472 3271464.72592696 10817 5000 2.3413774e-11 3271464.7 Loop time of 0.0167 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:21 2021 Pair time (%) = 0.00109792 (6.57435) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.221286) Outpt time (%) = 0.015455 (92.5448) Other time (%) = 0.000110149 (0.659576) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:21 2021 Memory usage per processor = 27.5315 Mbytes Step Atoms AVEKE stressZZ 10817 5000 2.3413774e-11 3271453 10818 -0.00968499999999472 3271397.69358359 10818 5000 2.3412064e-11 3271397.7 Loop time of 0.0173972 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:21 2021 Pair time (%) = 0.00104213 (5.99022) Neigh time (%) = 0 (0) Comm time (%) = 5.6982e-05 (0.327536) Outpt time (%) = 0.016166 (92.923) Other time (%) = 0.000132084 (0.759227) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:21 2021 Memory usage per processor = 27.5315 Mbytes Step Atoms AVEKE stressZZ 10818 5000 2.3412064e-11 3271386 10819 -0.00968499999999472 3271330.66458943 10819 5000 2.3410353e-11 3271330.7 Loop time of 0.0172479 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:21 2021 Pair time (%) = 0.000951052 (5.51401) Neigh time (%) = 0 (0) Comm time (%) = 3.12328e-05 (0.181082) Outpt time (%) = 0.016125 (93.4893) Other time (%) = 0.000140667 (0.815559) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:21 2021 Memory usage per processor = 27.5315 Mbytes Step Atoms AVEKE stressZZ 10819 5000 2.3410353e-11 3271319 10820 -0.00968499999999472 3271263.63894408 10820 5000 2.3408643e-11 3271263.6 Loop time of 0.0184112 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:21 2021 Pair time (%) = 0.000957012 (5.198) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.180001) Outpt time (%) = 0.0173178 (94.0613) Other time (%) = 0.000103235 (0.560721) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:21 2021 Memory usage per processor = 27.5315 Mbytes Step Atoms AVEKE stressZZ 10820 5000 2.3408643e-11 3271251.9 10821 -0.00968499999999472 3271196.6166472 10821 5000 2.3406933e-11 3271196.6 Loop time of 0.0169349 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:21 2021 Pair time (%) = 0.00122404 (7.22793) Neigh time (%) = 0 (0) Comm time (%) = 4.3869e-05 (0.259045) Outpt time (%) = 0.0155411 (91.7697) Other time (%) = 0.000125885 (0.743348) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:21 2021 Memory usage per processor = 27.5315 Mbytes Step Atoms AVEKE stressZZ 10821 5000 2.3406933e-11 3271184.9 10822 -0.00968499999999472 3271129.59769837 10822 5000 2.3405224e-11 3271129.6 Loop time of 0.0170848 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:21 2021 Pair time (%) = 0.000957966 (5.60711) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186997) Outpt time (%) = 0.0160019 (93.6616) Other time (%) = 9.29832e-05 (0.544244) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:21 2021 Memory usage per processor = 27.5315 Mbytes Step Atoms AVEKE stressZZ 10822 5000 2.3405224e-11 3271117.9 10823 -0.00968499999999472 3271062.58209722 10823 5000 2.3403514e-11 3271062.6 Loop time of 0.0162392 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:21 2021 Pair time (%) = 0.000946999 (5.83157) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.190862) Outpt time (%) = 0.0151682 (93.405) Other time (%) = 9.29832e-05 (0.572586) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:21 2021 Memory usage per processor = 27.5315 Mbytes Step Atoms AVEKE stressZZ 10823 5000 2.3403514e-11 3271050.9 10824 -0.00968499999999472 3270995.56984339 10824 5000 2.3401805e-11 3270995.6 Loop time of 0.016237 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:21 2021 Pair time (%) = 0.000947952 (5.83822) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.190887) Outpt time (%) = 0.0151691 (93.4232) Other time (%) = 8.89301e-05 (0.5477) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:21 2021 Memory usage per processor = 27.5315 Mbytes Step Atoms AVEKE stressZZ 10824 5000 2.3401805e-11 3270983.9 10825 -0.00968499999999472 3270928.56093643 10825 5000 2.3400096e-11 3270928.6 Loop time of 0.0162241 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:21 2021 Pair time (%) = 0.000952005 (5.86783) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.191039) Outpt time (%) = 0.015152 (93.3915) Other time (%) = 8.91685e-05 (0.549604) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:21 2021 Memory usage per processor = 27.5315 Mbytes Step Atoms AVEKE stressZZ 10825 5000 2.3400096e-11 3270916.9 10826 -0.00968499999999472 3270861.55537603 10826 5000 2.3398387e-11 3270861.6 Loop time of 0.017072 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:21 2021 Pair time (%) = 0.000946999 (5.5471) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181552) Outpt time (%) = 0.016005 (93.7504) Other time (%) = 8.89301e-05 (0.520913) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:21 2021 Memory usage per processor = 27.5315 Mbytes Step Atoms AVEKE stressZZ 10826 5000 2.3398387e-11 3270849.9 10827 -0.00968499999999472 3270794.55316178 10827 5000 2.3396678e-11 3270794.6 Loop time of 0.017066 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:21 2021 Pair time (%) = 0.00108695 (6.3691) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187203) Outpt time (%) = 0.0158401 (92.8164) Other time (%) = 0.00010705 (0.62727) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:21 2021 Memory usage per processor = 27.5315 Mbytes Step Atoms AVEKE stressZZ 10827 5000 2.3396678e-11 3270782.9 10828 -0.00968499999999472 3270727.55429341 10828 5000 2.339497e-11 3270727.6 Loop time of 0.016505 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:21 2021 Pair time (%) = 0.00105691 (6.40357) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.205122) Outpt time (%) = 0.015311 (92.7658) Other time (%) = 0.000103235 (0.625478) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:21 2021 Memory usage per processor = 27.5315 Mbytes Step Atoms AVEKE stressZZ 10828 5000 2.339497e-11 3270715.9 10829 -0.00968499999999472 3270660.55877041 10829 5000 2.3393261e-11 3270660.6 Loop time of 0.0170529 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:21 2021 Pair time (%) = 0.000994921 (5.83432) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187347) Outpt time (%) = 0.0159249 (93.3855) Other time (%) = 0.000101089 (0.5928) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:21 2021 Memory usage per processor = 27.5315 Mbytes Step Atoms AVEKE stressZZ 10829 5000 2.3393261e-11 3270648.9 10830 -0.00968499999999472 3270593.56659247 10830 5000 2.3391553e-11 3270593.6 Loop time of 0.0193939 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:21 2021 Pair time (%) = 0.00100398 (5.17678) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.170879) Outpt time (%) = 0.018259 (94.1483) Other time (%) = 9.77516e-05 (0.504032) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:21 2021 Memory usage per processor = 27.5315 Mbytes Step Atoms AVEKE stressZZ 10830 5000 2.3391553e-11 3270581.9 10831 -0.00968499999999472 3270526.57775925 10831 5000 2.3389845e-11 3270526.6 Loop time of 0.0165989 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:21 2021 Pair time (%) = 0.000946999 (5.70518) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192471) Outpt time (%) = 0.015528 (93.5479) Other time (%) = 9.20296e-05 (0.55443) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:21 2021 Memory usage per processor = 27.5315 Mbytes Step Atoms AVEKE stressZZ 10831 5000 2.3389845e-11 3270514.9 10832 -0.00968499999999472 3270459.59227035 10832 5000 2.3388137e-11 3270459.6 Loop time of 0.0166481 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:21 2021 Pair time (%) = 0.00100303 (6.02489) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.20336) Outpt time (%) = 0.0155051 (93.1345) Other time (%) = 0.000106096 (0.637289) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:21 2021 Memory usage per processor = 27.5315 Mbytes Step Atoms AVEKE stressZZ 10832 5000 2.3388137e-11 3270447.9 10833 -0.00968499999999472 3270392.61012543 10833 5000 2.338643e-11 3270392.6 Loop time of 0.0172548 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:21 2021 Pair time (%) = 0.00108194 (6.27038) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185154) Outpt time (%) = 0.0160429 (92.9766) Other time (%) = 9.799e-05 (0.567899) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:21 2021 Memory usage per processor = 27.5315 Mbytes Step Atoms AVEKE stressZZ 10833 5000 2.338643e-11 3270380.9 10834 -0.00968499999999472 3270325.63132412 10834 5000 2.3384722e-11 3270325.6 Loop time of 0.017067 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:21 2021 Pair time (%) = 0.000951052 (5.57247) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.18859) Outpt time (%) = 0.0159919 (93.7011) Other time (%) = 9.17912e-05 (0.53783) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:21 2021 Memory usage per processor = 27.5315 Mbytes Step Atoms AVEKE stressZZ 10834 5000 2.3384722e-11 3270313.9 10835 -0.00968499999999472 3270258.65586605 10835 5000 2.3383015e-11 3270258.7 Loop time of 0.016387 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:21 2021 Pair time (%) = 0.000946999 (5.77897) Neigh time (%) = 0 (0) Comm time (%) = 4.50611e-05 (0.274981) Outpt time (%) = 0.0152881 (93.2942) Other time (%) = 0.000106812 (0.651807) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:21 2021 Memory usage per processor = 27.5315 Mbytes Step Atoms AVEKE stressZZ 10835 5000 2.3383015e-11 3270247 10836 -0.00968499999999472 3270191.68375083 10836 5000 2.3381308e-11 3270191.7 Loop time of 0.0178041 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:21 2021 Pair time (%) = 0.00151515 (8.5101) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.180781) Outpt time (%) = 0.01596 (89.6419) Other time (%) = 0.000296831 (1.6672) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:21 2021 Memory usage per processor = 27.5315 Mbytes Step Atoms AVEKE stressZZ 10836 5000 2.3381308e-11 3270180 10837 -0.00968499999999472 3270124.71497814 10837 5000 2.3379601e-11 3270124.7 Loop time of 0.0172579 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:21 2021 Pair time (%) = 0.000945091 (5.47627) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185121) Outpt time (%) = 0.0161781 (93.7432) Other time (%) = 0.000102758 (0.595427) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:21 2021 Memory usage per processor = 27.5315 Mbytes Step Atoms AVEKE stressZZ 10837 5000 2.3379601e-11 3270113 10838 -0.00968499999999472 3270057.74954759 10838 5000 2.3377894e-11 3270057.7 Loop time of 0.0169871 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:21 2021 Pair time (%) = 0.00107193 (6.31026) Neigh time (%) = 0 (0) Comm time (%) = 5.38826e-05 (0.317197) Outpt time (%) = 0.0157082 (92.4715) Other time (%) = 0.000153065 (0.901065) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:21 2021 Memory usage per processor = 27.5315 Mbytes Step Atoms AVEKE stressZZ 10838 5000 2.3377894e-11 3270046.1 10839 -0.00968499999999472 3269990.78745889 10839 5000 2.3376187e-11 3269990.8 Loop time of 0.016619 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:21 2021 Pair time (%) = 0.00102282 (6.15451) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.210889) Outpt time (%) = 0.0154519 (92.9775) Other time (%) = 0.000109196 (0.657055) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:21 2021 Memory usage per processor = 27.5315 Mbytes Step Atoms AVEKE stressZZ 10839 5000 2.3376187e-11 3269979.1 10840 -0.00968499999999472 3269923.82871165 10840 5000 2.3374481e-11 3269923.8 Loop time of 0.0193639 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:21 2021 Pair time (%) = 0.00116992 (6.04176) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.166219) Outpt time (%) = 0.0180659 (93.2971) Other time (%) = 9.58443e-05 (0.494964) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:21 2021 Memory usage per processor = 27.5315 Mbytes Step Atoms AVEKE stressZZ 10840 5000 2.3374481e-11 3269912.1 10841 -0.00968499999999472 3269856.87330549 10841 5000 2.3372775e-11 3269856.9 Loop time of 0.0172019 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:22 2021 Pair time (%) = 0.000945091 (5.49411) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.18018) Outpt time (%) = 0.0161319 (93.7796) Other time (%) = 9.39369e-05 (0.546085) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:22 2021 Memory usage per processor = 27.5315 Mbytes Step Atoms AVEKE stressZZ 10841 5000 2.3372775e-11 3269845.2 10842 -0.00968499999999472 3269789.92124014 10842 5000 2.3371069e-11 3269789.9 Loop time of 0.0166831 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:22 2021 Pair time (%) = 0.00103784 (6.22088) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.197216) Outpt time (%) = 0.0155039 (92.9317) Other time (%) = 0.00010848 (0.650242) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:22 2021 Memory usage per processor = 27.5315 Mbytes Step Atoms AVEKE stressZZ 10842 5000 2.3371069e-11 3269778.2 10843 -0.00968499999999472 3269722.97251517 10843 5000 2.3369363e-11 3269723 Loop time of 0.016793 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:22 2021 Pair time (%) = 0.00114703 (6.83041) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208703) Outpt time (%) = 0.015496 (92.2766) Other time (%) = 0.000114918 (0.684319) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:22 2021 Memory usage per processor = 27.5315 Mbytes Step Atoms AVEKE stressZZ 10843 5000 2.3369363e-11 3269711.3 10844 -0.00968499999999472 3269656.02713024 10844 5000 2.3367657e-11 3269656 Loop time of 0.0173941 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:22 2021 Pair time (%) = 0.000994921 (5.71989) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183672) Outpt time (%) = 0.0162749 (93.566) Other time (%) = 9.2268e-05 (0.530457) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:22 2021 Memory usage per processor = 27.5315 Mbytes Step Atoms AVEKE stressZZ 10844 5000 2.3367657e-11 3269644.3 10845 -0.00968499999999472 3269589.08508504 10845 5000 2.3365951e-11 3269589.1 Loop time of 0.017019 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:22 2021 Pair time (%) = 0.000947952 (5.56995) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.189121) Outpt time (%) = 0.0159452 (93.6904) Other time (%) = 9.36985e-05 (0.550551) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:22 2021 Memory usage per processor = 27.5315 Mbytes Step Atoms AVEKE stressZZ 10845 5000 2.3365951e-11 3269577.4 10846 -0.00968499999999472 3269522.14637919 10846 5000 2.3364246e-11 3269522.1 Loop time of 0.0165541 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:22 2021 Pair time (%) = 0.000949144 (5.73358) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192992) Outpt time (%) = 0.0154738 (93.4743) Other time (%) = 9.91821e-05 (0.599139) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:22 2021 Memory usage per processor = 27.5315 Mbytes Step Atoms AVEKE stressZZ 10846 5000 2.3364246e-11 3269510.5 10847 -0.00968499999999472 3269455.21101236 10847 5000 2.3362541e-11 3269455.2 Loop time of 0.0171578 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:22 2021 Pair time (%) = 0.001158 (6.74911) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193149) Outpt time (%) = 0.0158579 (92.4241) Other time (%) = 0.000108719 (0.633641) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:22:22 2021 Memory usage per processor = 27.5315 Mbytes Step Atoms AVEKE stressZZ 10847 5000 2.3362541e-11 3269443.5 10848 -0.00968499999999472 3269377.15626644 10848 5000 4.6150921e-11 3269484.5 Loop time of 0.0170622 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:22 2021 Pair time (%) = 0.000946999 (5.55028) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187245) Outpt time (%) = 0.0159719 (93.6099) Other time (%) = 0.000111341 (0.652563) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:22 2021 Memory usage per processor = 27.5315 Mbytes Step Atoms AVEKE stressZZ 10848 5000 4.6150921e-11 3314432.1 10849 -0.0097174999999947 3314358.7881419 10849 5000 3.7209842e-11 3314358.8 Loop time of 0.016345 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:22 2021 Pair time (%) = 0.000946999 (5.7938) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.189626) Outpt time (%) = 0.0152721 (93.436) Other time (%) = 9.48906e-05 (0.580547) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:22 2021 Memory usage per processor = 27.5315 Mbytes Step Atoms AVEKE stressZZ 10849 5000 3.7209842e-11 3314343.1 10850 -0.0097174999999947 3314276.00965318 10850 5000 3.2026804e-11 3314276 Loop time of 0.018322 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:22 2021 Pair time (%) = 0.00104403 (5.69826) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.18478) Outpt time (%) = 0.0171402 (93.5496) Other time (%) = 0.000103951 (0.567354) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:22 2021 Memory usage per processor = 27.5316 Mbytes Step Atoms AVEKE stressZZ 10850 5000 3.2026804e-11 3314261.7 10851 -0.0097174999999947 3314198.61145088 10851 5000 2.8934153e-11 3314198.6 Loop time of 0.0170031 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:22 2021 Pair time (%) = 0.00108099 (6.35762) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187896) Outpt time (%) = 0.0157661 (92.7253) Other time (%) = 0.000123978 (0.729149) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:22 2021 Memory usage per processor = 27.5316 Mbytes Step Atoms AVEKE stressZZ 10851 5000 2.8934153e-11 3314185.2 10852 -0.0097174999999947 3314124.63371878 10852 5000 2.7049643e-11 3314124.6 Loop time of 0.016916 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:22 2021 Pair time (%) = 0.000948906 (5.60951) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.1945) Outpt time (%) = 0.0157959 (93.3785) Other time (%) = 0.000138283 (0.817466) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:22 2021 Memory usage per processor = 27.5316 Mbytes Step Atoms AVEKE stressZZ 10852 5000 2.7049643e-11 3314111.7 10853 -0.0097174999999947 3314052.83097617 10853 5000 2.5884319e-11 3314052.8 Loop time of 0.016381 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:22 2021 Pair time (%) = 0.000947952 (5.78689) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.189209) Outpt time (%) = 0.0153079 (93.449) Other time (%) = 9.41753e-05 (0.574905) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:22 2021 Memory usage per processor = 27.5316 Mbytes Step Atoms AVEKE stressZZ 10853 5000 2.5884319e-11 3314040.3 10854 -0.0097174999999947 3313982.41170727 10854 5000 2.5156414e-11 3313982.4 Loop time of 0.0169678 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:22 2021 Pair time (%) = 0.00126004 (7.42609) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.199528) Outpt time (%) = 0.0155349 (91.5552) Other time (%) = 0.000138998 (0.819188) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:22 2021 Memory usage per processor = 27.5316 Mbytes Step Atoms AVEKE stressZZ 10854 5000 2.5156414e-11 3313970.1 10855 -0.0097174999999947 3313912.87289513 10855 5000 2.4698563e-11 3313912.9 Loop time of 0.0170751 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:22 2021 Pair time (%) = 0.000944853 (5.53353) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181519) Outpt time (%) = 0.016005 (93.7334) Other time (%) = 9.41753e-05 (0.551537) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:22 2021 Memory usage per processor = 27.5316 Mbytes Step Atoms AVEKE stressZZ 10855 5000 2.4698563e-11 3313900.7 10856 -0.0097174999999947 3313843.89486678 10856 5000 2.440913e-11 3313843.9 Loop time of 0.0165498 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:22 2021 Pair time (%) = 0.000946045 (5.71634) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.187279) Outpt time (%) = 0.0154788 (93.5288) Other time (%) = 9.39369e-05 (0.567601) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:22 2021 Memory usage per processor = 27.5316 Mbytes Step Atoms AVEKE stressZZ 10856 5000 2.440913e-11 3313831.8 10857 -0.0097174999999947 3313775.27446598 10857 5000 2.4225433e-11 3313775.3 Loop time of 0.017041 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:22 2021 Pair time (%) = 0.000991106 (5.81602) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205666) Outpt time (%) = 0.0158899 (93.2452) Other time (%) = 0.000124931 (0.733123) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:22 2021 Memory usage per processor = 27.5316 Mbytes Step Atoms AVEKE stressZZ 10857 5000 2.4225433e-11 3313763.3 10858 -0.0097174999999947 3313706.88258465 10858 5000 2.4108409e-11 3313706.9 Loop time of 0.017519 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:22 2021 Pair time (%) = 0.00109696 (6.26157) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182363) Outpt time (%) = 0.0162821 (92.9396) Other time (%) = 0.000108004 (0.616494) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:22 2021 Memory usage per processor = 27.5316 Mbytes Step Atoms AVEKE stressZZ 10858 5000 2.4108409e-11 3313694.9 10859 -0.0097174999999947 3313638.63717275 10859 5000 2.4033546e-11 3313638.6 Loop time of 0.0173521 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:22 2021 Pair time (%) = 0.000947952 (5.46304) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184117) Outpt time (%) = 0.0162799 (93.8211) Other time (%) = 9.2268e-05 (0.531739) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:22 2021 Memory usage per processor = 27.5316 Mbytes Step Atoms AVEKE stressZZ 10859 5000 2.4033546e-11 3313626.7 10860 -0.0097174999999947 3313570.48608637 10860 5000 2.398539e-11 3313570.5 Loop time of 0.018743 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:22 2021 Pair time (%) = 0.000947952 (5.05762) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.170453) Outpt time (%) = 0.0176699 (94.2746) Other time (%) = 9.32217e-05 (0.497367) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:22 2021 Memory usage per processor = 27.5316 Mbytes Step Atoms AVEKE stressZZ 10860 5000 2.398539e-11 3313558.5 10861 -0.0097174999999947 3313502.3961873 10861 5000 2.3954172e-11 3313502.4 Loop time of 0.0168672 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:22 2021 Pair time (%) = 0.00110602 (6.55726) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.220507) Outpt time (%) = 0.015589 (92.4222) Other time (%) = 0.000134945 (0.800045) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:22 2021 Memory usage per processor = 27.5316 Mbytes Step Atoms AVEKE stressZZ 10861 5000 2.3954172e-11 3313490.5 10862 -0.0097174999999947 3313434.34641568 10862 5000 2.3933705e-11 3313434.3 Loop time of 0.0175321 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:22 2021 Pair time (%) = 0.0010581 (6.03522) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.189026) Outpt time (%) = 0.0163391 (93.1951) Other time (%) = 0.000101805 (0.580676) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:22 2021 Memory usage per processor = 27.5316 Mbytes Step Atoms AVEKE stressZZ 10862 5000 2.3933705e-11 3313422.4 10863 -0.0097174999999947 3313366.32338742 10863 5000 2.3920064e-11 3313366.3 Loop time of 0.017247 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:22 2021 Pair time (%) = 0.000988007 (5.72858) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179709) Outpt time (%) = 0.016135 (93.5526) Other time (%) = 9.29832e-05 (0.539128) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:22 2021 Memory usage per processor = 27.5316 Mbytes Step Atoms AVEKE stressZZ 10863 5000 2.3920064e-11 3313354.4 10864 -0.0097174999999947 3313298.31859677 10864 5000 2.3910759e-11 3313298.3 Loop time of 0.016459 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:22 2021 Pair time (%) = 0.000952005 (5.78411) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.199901) Outpt time (%) = 0.015317 (93.0614) Other time (%) = 0.000157118 (0.954602) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:22 2021 Memory usage per processor = 27.5316 Mbytes Step Atoms AVEKE stressZZ 10864 5000 2.3910759e-11 3313286.4 10865 -0.0097174999999947 3313230.32663796 10865 5000 2.3904208e-11 3313230.3 Loop time of 0.0172381 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:22 2021 Pair time (%) = 0.00102496 (5.94589) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.186717) Outpt time (%) = 0.0160551 (93.1371) Other time (%) = 0.000125885 (0.73027) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:22 2021 Memory usage per processor = 27.5316 Mbytes Step Atoms AVEKE stressZZ 10865 5000 2.3904208e-11 3313218.4 10866 -0.0097174999999947 3313162.34407552 10866 5000 2.3899408e-11 3313162.3 Loop time of 0.0172331 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:22 2021 Pair time (%) = 0.000981092 (5.69306) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.186771) Outpt time (%) = 0.0160871 (93.3496) Other time (%) = 0.000132799 (0.770604) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:22 2021 Memory usage per processor = 27.5316 Mbytes Step Atoms AVEKE stressZZ 10866 5000 2.3899408e-11 3313150.4 10867 -0.0097174999999947 3313094.36872585 10867 5000 2.389572e-11 3313094.4 Loop time of 0.0164249 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:22 2021 Pair time (%) = 0.000974178 (5.93111) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.19451) Outpt time (%) = 0.0153129 (93.2299) Other time (%) = 0.000105858 (0.644496) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:22 2021 Memory usage per processor = 27.5316 Mbytes Step Atoms AVEKE stressZZ 10867 5000 2.389572e-11 3313082.5 10868 -0.0097174999999947 3313026.3992012 10868 5000 2.3892739e-11 3313026.4 Loop time of 0.016283 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:22 2021 Pair time (%) = 0.000947952 (5.82172) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.190348) Outpt time (%) = 0.0152152 (93.4418) Other time (%) = 8.89301e-05 (0.546152) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:22 2021 Memory usage per processor = 27.5316 Mbytes Step Atoms AVEKE stressZZ 10868 5000 2.3892739e-11 3313014.5 10869 -0.0097174999999947 3312958.43461954 10869 5000 2.3890207e-11 3312958.4 Loop time of 0.016248 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:22 2021 Pair time (%) = 0.000948191 (5.83574) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.190758) Outpt time (%) = 0.015178 (93.4144) Other time (%) = 9.08375e-05 (0.559069) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:22 2021 Memory usage per processor = 27.5316 Mbytes Step Atoms AVEKE stressZZ 10869 5000 2.3890207e-11 3312946.5 10870 -0.0097174999999947 3312890.47442005 10870 5000 2.3887961e-11 3312890.5 Loop time of 0.019253 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:22 2021 Pair time (%) = 0.00120616 (6.26478) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.170891) Outpt time (%) = 0.017909 (93.0195) Other time (%) = 0.000104904 (0.544871) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:22 2021 Memory usage per processor = 27.5316 Mbytes Step Atoms AVEKE stressZZ 10870 5000 2.3887961e-11 3312878.6 10871 -0.0097174999999947 3312822.51824621 10871 5000 2.3885896e-11 3312822.5 Loop time of 0.0171101 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:22 2021 Pair time (%) = 0.000957012 (5.59326) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193688) Outpt time (%) = 0.016021 (93.6348) Other time (%) = 9.89437e-05 (0.578276) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:22 2021 Memory usage per processor = 27.5316 Mbytes Step Atoms AVEKE stressZZ 10871 5000 2.3885896e-11 3312810.6 10872 -0.0097174999999947 3312754.56587139 10872 5000 2.3883947e-11 3312754.6 Loop time of 0.0166368 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:22 2021 Pair time (%) = 0.000949144 (5.70507) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.1863) Outpt time (%) = 0.015563 (93.5454) Other time (%) = 9.36985e-05 (0.563199) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:22 2021 Memory usage per processor = 27.5316 Mbytes Step Atoms AVEKE stressZZ 10872 5000 2.3883947e-11 3312742.7 10873 -0.0097174999999947 3312686.61715126 10873 5000 2.3882071e-11 3312686.6 Loop time of 0.0164649 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:22 2021 Pair time (%) = 0.00102091 (6.2005) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.207069) Outpt time (%) = 0.0153041 (92.9495) Other time (%) = 0.000105858 (0.642929) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:22 2021 Memory usage per processor = 27.5316 Mbytes Step Atoms AVEKE stressZZ 10873 5000 2.3882071e-11 3312674.7 10874 -0.0097174999999947 3312618.671994 10874 5000 2.3880242e-11 3312618.7 Loop time of 0.0171902 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:22 2021 Pair time (%) = 0.000947952 (5.51449) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.187237) Outpt time (%) = 0.0161209 (93.7796) Other time (%) = 8.91685e-05 (0.518717) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:22 2021 Memory usage per processor = 27.5316 Mbytes Step Atoms AVEKE stressZZ 10874 5000 2.3880242e-11 3312606.8 10875 -0.0097174999999947 3312550.73034128 10875 5000 2.3878442e-11 3312550.7 Loop time of 0.0170629 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:22 2021 Pair time (%) = 0.000948191 (5.55703) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187237) Outpt time (%) = 0.01599 (93.7122) Other time (%) = 9.27448e-05 (0.543547) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:22 2021 Memory usage per processor = 27.5316 Mbytes Step Atoms AVEKE stressZZ 10875 5000 2.3878442e-11 3312538.8 10876 -0.0097174999999947 3312482.79215563 10876 5000 2.3876662e-11 3312482.8 Loop time of 0.016499 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:22 2021 Pair time (%) = 0.00101018 (6.12266) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.199416) Outpt time (%) = 0.015353 (93.0537) Other time (%) = 0.000102997 (0.624259) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:22 2021 Memory usage per processor = 27.5316 Mbytes Step Atoms AVEKE stressZZ 10876 5000 2.3876662e-11 3312470.9 10877 -0.0097174999999947 3312414.85741325 10877 5000 2.3874893e-11 3312414.9 Loop time of 0.0169601 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:22 2021 Pair time (%) = 0.000994921 (5.86623) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.193995) Outpt time (%) = 0.01581 (93.2186) Other time (%) = 0.000122309 (0.721154) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:22 2021 Memory usage per processor = 27.5316 Mbytes Step Atoms AVEKE stressZZ 10877 5000 2.3874893e-11 3312402.9 10878 -0.0097174999999947 3312346.9260988 10878 5000 2.3873133e-11 3312346.9 Loop time of 0.017164 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:22 2021 Pair time (%) = 0.000955105 (5.56458) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191691) Outpt time (%) = 0.016078 (93.6728) Other time (%) = 9.799e-05 (0.570905) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:22 2021 Memory usage per processor = 27.5316 Mbytes Step Atoms AVEKE stressZZ 10878 5000 2.3873133e-11 3312335 10879 -0.0097174999999947 3312278.9982024 10879 5000 2.3871377e-11 3312279 Loop time of 0.016639 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:22 2021 Pair time (%) = 0.000981092 (5.89634) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192007) Outpt time (%) = 0.015533 (93.3528) Other time (%) = 9.29832e-05 (0.558827) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:22 2021 Memory usage per processor = 27.5316 Mbytes Step Atoms AVEKE stressZZ 10879 5000 2.3871377e-11 3312267.1 10880 -0.0097174999999947 3312211.07371767 10880 5000 2.3869625e-11 3312211.1 Loop time of 0.0187881 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:22 2021 Pair time (%) = 0.00102806 (5.47187) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.181465) Outpt time (%) = 0.0176201 (93.7832) Other time (%) = 0.000105858 (0.56343) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:22 2021 Memory usage per processor = 27.5316 Mbytes Step Atoms AVEKE stressZZ 10880 5000 2.3869625e-11 3312199.2 10881 -0.0097174999999947 3312143.15264038 10881 5000 2.3867874e-11 3312143.2 Loop time of 0.0173762 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:22 2021 Pair time (%) = 0.00117016 (6.73427) Neigh time (%) = 0 (0) Comm time (%) = 7.10487e-05 (0.408886) Outpt time (%) = 0.0159438 (91.7564) Other time (%) = 0.000191212 (1.10042) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:22 2021 Memory usage per processor = 27.5316 Mbytes Step Atoms AVEKE stressZZ 10881 5000 2.3867874e-11 3312131.2 10882 -0.0097174999999947 3312075.23496771 10882 5000 2.3866126e-11 3312075.2 Loop time of 0.0171299 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:22 2021 Pair time (%) = 0.000948191 (5.5353) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186505) Outpt time (%) = 0.016058 (93.7423) Other time (%) = 9.17912e-05 (0.535853) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:22 2021 Memory usage per processor = 27.5316 Mbytes Step Atoms AVEKE stressZZ 10882 5000 2.3866126e-11 3312063.3 10883 -0.0097174999999947 3312007.32069769 10883 5000 2.3864378e-11 3312007.3 Loop time of 0.0166831 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:22 2021 Pair time (%) = 0.000946045 (5.67068) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.1915) Outpt time (%) = 0.0156181 (93.6162) Other time (%) = 8.70228e-05 (0.521622) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:22 2021 Memory usage per processor = 27.5316 Mbytes Step Atoms AVEKE stressZZ 10883 5000 2.3864378e-11 3311995.4 10884 -0.0097174999999947 3311939.40982896 10884 5000 2.3862631e-11 3311939.4 Loop time of 0.0166841 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:22 2021 Pair time (%) = 0.0011642 (6.97791) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.221498) Outpt time (%) = 0.0153542 (92.0289) Other time (%) = 0.000128746 (0.771671) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:22 2021 Memory usage per processor = 27.5316 Mbytes Step Atoms AVEKE stressZZ 10884 5000 2.3862631e-11 3311927.5 10885 -0.0097174999999947 3311871.50236052 10885 5000 2.3860884e-11 3311871.5 Loop time of 0.017102 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:23 2021 Pair time (%) = 0.000946999 (5.53735) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186809) Outpt time (%) = 0.0160301 (93.7321) Other time (%) = 9.29832e-05 (0.543698) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:23 2021 Memory usage per processor = 27.5316 Mbytes Step Atoms AVEKE stressZZ 10885 5000 2.3860884e-11 3311859.6 10886 -0.0097174999999947 3311803.59829159 10886 5000 2.3859138e-11 3311803.6 Loop time of 0.0170181 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:23 2021 Pair time (%) = 0.000952005 (5.59408) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.189131) Outpt time (%) = 0.01594 (93.6648) Other time (%) = 9.39369e-05 (0.551983) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:23 2021 Memory usage per processor = 27.5316 Mbytes Step Atoms AVEKE stressZZ 10886 5000 2.3859138e-11 3311791.7 10887 -0.0097174999999947 3311735.69762152 10887 5000 2.3857392e-11 3311735.7 Loop time of 0.016536 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:23 2021 Pair time (%) = 0.00097394 (5.88982) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.204738) Outpt time (%) = 0.0154052 (93.1615) Other time (%) = 0.000123024 (0.743977) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:23 2021 Memory usage per processor = 27.5316 Mbytes Step Atoms AVEKE stressZZ 10887 5000 2.3857392e-11 3311723.8 10888 -0.0097174999999947 3311667.80034977 10888 5000 2.3855646e-11 3311667.8 Loop time of 0.0173481 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:23 2021 Pair time (%) = 0.00114489 (6.59951) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.195154) Outpt time (%) = 0.0160661 (92.6103) Other time (%) = 0.000103235 (0.595083) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:23 2021 Memory usage per processor = 27.5316 Mbytes Step Atoms AVEKE stressZZ 10888 5000 2.3855646e-11 3311655.9 10889 -0.0097174999999947 3311599.90647587 10889 5000 2.3853901e-11 3311599.9 Loop time of 0.017102 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:23 2021 Pair time (%) = 0.000946045 (5.53178) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181233) Outpt time (%) = 0.016032 (93.7433) Other time (%) = 9.29832e-05 (0.543698) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:23 2021 Memory usage per processor = 27.5316 Mbytes Step Atoms AVEKE stressZZ 10889 5000 2.3853901e-11 3311588 10890 -0.0097174999999947 3311532.01599936 10890 5000 2.3852156e-11 3311532 Loop time of 0.018544 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:23 2021 Pair time (%) = 0.000946045 (5.10163) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.172283) Outpt time (%) = 0.0174711 (94.2144) Other time (%) = 9.48906e-05 (0.511706) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:23 2021 Memory usage per processor = 27.5316 Mbytes Step Atoms AVEKE stressZZ 10890 5000 2.3852156e-11 3311520.1 10891 -0.0097174999999947 3311464.12891986 10891 5000 2.3850411e-11 3311464.1 Loop time of 0.0165679 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:23 2021 Pair time (%) = 0.00101089 (6.10151) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.205782) Outpt time (%) = 0.015404 (92.9746) Other time (%) = 0.000118971 (0.718079) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:23 2021 Memory usage per processor = 27.5316 Mbytes Step Atoms AVEKE stressZZ 10891 5000 2.3850411e-11 3311452.2 10892 -0.0097174999999947 3311396.24523689 10892 5000 2.3848666e-11 3311396.2 Loop time of 0.017283 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:23 2021 Pair time (%) = 0.000981092 (5.67665) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179335) Outpt time (%) = 0.01618 (93.6184) Other time (%) = 9.08375e-05 (0.52559) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:23 2021 Memory usage per processor = 27.5316 Mbytes Step Atoms AVEKE stressZZ 10892 5000 2.3848666e-11 3311384.3 10893 -0.0097174999999947 3311328.36495011 10893 5000 2.3846921e-11 3311328.4 Loop time of 0.017015 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:23 2021 Pair time (%) = 0.000946045 (5.56007) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.18216) Outpt time (%) = 0.01595 (93.7407) Other time (%) = 8.79765e-05 (0.517053) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:23 2021 Memory usage per processor = 27.5316 Mbytes Step Atoms AVEKE stressZZ 10893 5000 2.3846921e-11 3311316.5 10894 -0.0097174999999947 3311260.48805911 10894 5000 2.3845177e-11 3311260.5 Loop time of 0.016655 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:23 2021 Pair time (%) = 0.000954866 (5.73322) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191823) Outpt time (%) = 0.0155709 (93.4909) Other time (%) = 9.72748e-05 (0.584059) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:23 2021 Memory usage per processor = 27.5316 Mbytes Step Atoms AVEKE stressZZ 10894 5000 2.3845177e-11 3311248.6 10895 -0.0097174999999947 3311192.61456352 10895 5000 2.3843433e-11 3311192.6 Loop time of 0.0175579 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:23 2021 Pair time (%) = 0.00111198 (6.33326) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.187391) Outpt time (%) = 0.016304 (92.8588) Other time (%) = 0.000108957 (0.620561) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:23 2021 Memory usage per processor = 27.5316 Mbytes Step Atoms AVEKE stressZZ 10895 5000 2.3843433e-11 3311180.7 10896 -0.0097174999999947 3311124.74446298 10896 5000 2.3841688e-11 3311124.7 Loop time of 0.017272 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:23 2021 Pair time (%) = 0.00099206 (5.74375) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18497) Outpt time (%) = 0.016155 (93.5329) Other time (%) = 9.29832e-05 (0.538347) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:23 2021 Memory usage per processor = 27.5316 Mbytes Step Atoms AVEKE stressZZ 10896 5000 2.3841688e-11 3311112.8 10897 -0.0097174999999947 3311056.87775709 10897 5000 2.3839945e-11 3311056.9 Loop time of 0.0166728 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:23 2021 Pair time (%) = 0.000948191 (5.68703) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191617) Outpt time (%) = 0.0156019 (93.5765) Other time (%) = 9.08375e-05 (0.544823) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:23 2021 Memory usage per processor = 27.5316 Mbytes Step Atoms AVEKE stressZZ 10897 5000 2.3839945e-11 3311045 10898 -0.0097174999999947 3310989.01444544 10898 5000 2.3838201e-11 3310989 Loop time of 0.016546 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:23 2021 Pair time (%) = 0.000990868 (5.98856) Neigh time (%) = 0 (0) Comm time (%) = 6.19888e-05 (0.374645) Outpt time (%) = 0.015363 (92.85) Other time (%) = 0.000130177 (0.786755) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:23 2021 Memory usage per processor = 27.5316 Mbytes Step Atoms AVEKE stressZZ 10898 5000 2.3838201e-11 3310977.1 10899 -0.0097174999999947 3310921.15452772 10899 5000 2.3836457e-11 3310921.2 Loop time of 0.0170171 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:23 2021 Pair time (%) = 0.0010972 (6.44764) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.193345) Outpt time (%) = 0.0157678 (92.6585) Other time (%) = 0.000119209 (0.700525) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:23 2021 Memory usage per processor = 27.5316 Mbytes Step Atoms AVEKE stressZZ 10899 5000 2.3836457e-11 3310909.2 10900 -0.0097174999999947 3310853.29800357 10900 5000 2.3834714e-11 3310853.3 Loop time of 0.019119 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:23 2021 Pair time (%) = 0.000947952 (4.95816) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.168348) Outpt time (%) = 0.0180471 (94.3934) Other time (%) = 9.17912e-05 (0.480104) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:23 2021 Memory usage per processor = 27.5316 Mbytes Step Atoms AVEKE stressZZ 10900 5000 2.3834714e-11 3310841.4 10901 -0.0097174999999947 3310785.44494821 10901 5000 2.3832971e-11 3310785.4 Loop time of 0.0170538 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:23 2021 Pair time (%) = 0.000953913 (5.59354) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187337) Outpt time (%) = 0.015974 (93.6683) Other time (%) = 9.39369e-05 (0.550826) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:23 2021 Memory usage per processor = 27.5316 Mbytes Step Atoms AVEKE stressZZ 10901 5000 2.3832971e-11 3310773.5 10902 -0.0097174999999947 3310717.59540909 10902 5000 2.3831228e-11 3310717.6 Loop time of 0.0172131 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:23 2021 Pair time (%) = 0.00129795 (7.54048) Neigh time (%) = 0 (0) Comm time (%) = 4.3869e-05 (0.254858) Outpt time (%) = 0.0156939 (91.1741) Other time (%) = 0.000177383 (1.03051) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:23 2021 Memory usage per processor = 27.5316 Mbytes Step Atoms AVEKE stressZZ 10902 5000 2.3831228e-11 3310705.7 10903 -0.0097174999999947 3310649.74932943 10903 5000 2.3829485e-11 3310649.7 Loop time of 0.0170469 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:23 2021 Pair time (%) = 0.000956059 (5.60839) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181818) Outpt time (%) = 0.0159659 (93.6587) Other time (%) = 9.39369e-05 (0.551049) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:23 2021 Memory usage per processor = 27.5316 Mbytes Step Atoms AVEKE stressZZ 10903 5000 2.3829485e-11 3310637.8 10904 -0.0097174999999947 3310581.90669262 10904 5000 2.3827743e-11 3310581.9 Loop time of 0.01705 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:23 2021 Pair time (%) = 0.000989914 (5.80594) Neigh time (%) = 0 (0) Comm time (%) = 4.48227e-05 (0.262889) Outpt time (%) = 0.0158949 (93.225) Other time (%) = 0.000120401 (0.706165) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:23 2021 Memory usage per processor = 27.5316 Mbytes Step Atoms AVEKE stressZZ 10904 5000 2.3827743e-11 3310570 10905 -0.0097174999999947 3310514.06749271 10905 5000 2.3826e-11 3310514.1 Loop time of 0.0165319 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:23 2021 Pair time (%) = 0.00100517 (6.08018) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.20623) Outpt time (%) = 0.015389 (93.0862) Other time (%) = 0.000103712 (0.627344) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:23 2021 Memory usage per processor = 27.5316 Mbytes Step Atoms AVEKE stressZZ 10905 5000 2.3826e-11 3310502.2 10906 -0.0097174999999947 3310446.23172428 10906 5000 2.3824258e-11 3310446.2 Loop time of 0.0170119 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:23 2021 Pair time (%) = 0.000993967 (5.84278) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187799) Outpt time (%) = 0.0158849 (93.3752) Other time (%) = 0.000101089 (0.594229) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:23 2021 Memory usage per processor = 27.5316 Mbytes Step Atoms AVEKE stressZZ 10906 5000 2.3824258e-11 3310434.3 10907 -0.0097174999999947 3310378.39938332 10907 5000 2.3822516e-11 3310378.4 Loop time of 0.017086 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:23 2021 Pair time (%) = 0.000984192 (5.76021) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186984) Outpt time (%) = 0.0159781 (93.5156) Other time (%) = 9.17912e-05 (0.537229) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:23 2021 Memory usage per processor = 27.5316 Mbytes Step Atoms AVEKE stressZZ 10907 5000 2.3822516e-11 3310366.5 10908 -0.0097174999999947 3310310.57046672 10908 5000 2.3820774e-11 3310310.6 Loop time of 0.0165741 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:23 2021 Pair time (%) = 0.000972986 (5.87051) Neigh time (%) = 0 (0) Comm time (%) = 4.50611e-05 (0.271876) Outpt time (%) = 0.0153859 (92.8305) Other time (%) = 0.000170231 (1.02709) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:23 2021 Memory usage per processor = 27.5316 Mbytes Step Atoms AVEKE stressZZ 10908 5000 2.3820774e-11 3310298.7 10909 -0.0097174999999947 3310242.74497633 10909 5000 2.3819033e-11 3310242.7 Loop time of 0.016619 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:23 2021 Pair time (%) = 0.00113893 (6.85317) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.222366) Outpt time (%) = 0.015332 (92.2559) Other time (%) = 0.000111103 (0.668532) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:23 2021 Memory usage per processor = 27.5316 Mbytes Step Atoms AVEKE stressZZ 10909 5000 2.3819033e-11 3310230.8 10910 -0.0097174999999947 3310174.92292412 10910 5000 2.3817291e-11 3310174.9 Loop time of 0.019176 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:23 2021 Pair time (%) = 0.00095892 (5.00062) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.171578) Outpt time (%) = 0.018086 (94.3156) Other time (%) = 9.82285e-05 (0.512247) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:23 2021 Memory usage per processor = 27.5317 Mbytes Step Atoms AVEKE stressZZ 10910 5000 2.3817291e-11 3310163 10911 -0.0097174999999947 3310107.10430008 10911 5000 2.381555e-11 3310107.1 Loop time of 0.0163589 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:23 2021 Pair time (%) = 0.00094986 (5.8064) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.195295) Outpt time (%) = 0.0152848 (93.4343) Other time (%) = 9.2268e-05 (0.564025) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:23 2021 Memory usage per processor = 27.5317 Mbytes Step Atoms AVEKE stressZZ 10911 5000 2.381555e-11 3310095.2 10912 -0.0097174999999947 3310039.28909979 10912 5000 2.3813809e-11 3310039.3 Loop time of 0.016216 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:23 2021 Pair time (%) = 0.000947952 (5.84577) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.191134) Outpt time (%) = 0.0151229 (93.2588) Other time (%) = 0.000114202 (0.704256) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:23 2021 Memory usage per processor = 27.5317 Mbytes Step Atoms AVEKE stressZZ 10912 5000 2.3813809e-11 3310027.4 10913 -0.0097174999999947 3309971.47732049 10913 5000 2.3812068e-11 3309971.5 Loop time of 0.0162489 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:23 2021 Pair time (%) = 0.000947952 (5.83393) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.196616) Outpt time (%) = 0.0151861 (93.4588) Other time (%) = 8.29697e-05 (0.510616) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:23 2021 Memory usage per processor = 27.5317 Mbytes Step Atoms AVEKE stressZZ 10913 5000 2.3812068e-11 3309959.6 10914 -0.0097174999999947 3309903.66895994 10914 5000 2.3810327e-11 3309903.7 Loop time of 0.0166731 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:23 2021 Pair time (%) = 0.000948906 (5.69124) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.185895) Outpt time (%) = 0.015604 (93.5881) Other time (%) = 8.91685e-05 (0.534805) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:23 2021 Memory usage per processor = 27.5317 Mbytes Step Atoms AVEKE stressZZ 10914 5000 2.3810327e-11 3309891.8 10915 -0.0097174999999947 3309835.86401636 10915 5000 2.3808586e-11 3309835.9 Loop time of 0.0167789 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:23 2021 Pair time (%) = 0.00100899 (6.01341) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.201773) Outpt time (%) = 0.0156291 (93.1468) Other time (%) = 0.00010705 (0.638002) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:23 2021 Memory usage per processor = 27.5317 Mbytes Step Atoms AVEKE stressZZ 10915 5000 2.3808586e-11 3309824 10916 -0.0097174999999947 3309768.06248815 10916 5000 2.3806846e-11 3309768.1 Loop time of 0.0170829 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:23 2021 Pair time (%) = 0.00116301 (6.808) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187018) Outpt time (%) = 0.0157909 (92.437) Other time (%) = 9.70364e-05 (0.568031) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:23 2021 Memory usage per processor = 27.5317 Mbytes Step Atoms AVEKE stressZZ 10916 5000 2.3806846e-11 3309756.2 10917 -0.0097174999999947 3309700.26437386 10917 5000 2.3805106e-11 3309700.3 Loop time of 0.0173149 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:23 2021 Pair time (%) = 0.000946999 (5.46927) Neigh time (%) = 0 (0) Comm time (%) = 6.38962e-05 (0.369024) Outpt time (%) = 0.0161481 (93.2612) Other time (%) = 0.000155926 (0.900529) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:23 2021 Memory usage per processor = 27.5317 Mbytes Step Atoms AVEKE stressZZ 10917 5000 2.3805106e-11 3309688.4 10918 -0.0097174999999947 3309632.4696722 10918 5000 2.3803366e-11 3309632.5 Loop time of 0.016422 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:23 2021 Pair time (%) = 0.000952005 (5.79712) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.201803) Outpt time (%) = 0.0153461 (93.4479) Other time (%) = 9.08375e-05 (0.553144) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:23 2021 Memory usage per processor = 27.5317 Mbytes Step Atoms AVEKE stressZZ 10918 5000 2.3803366e-11 3309620.6 10919 -0.0097174999999947 3309564.67838196 10919 5000 2.3801626e-11 3309564.7 Loop time of 0.0169611 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:23 2021 Pair time (%) = 0.00126481 (7.45713) Neigh time (%) = 0 (0) Comm time (%) = 4.19617e-05 (0.247399) Outpt time (%) = 0.015476 (91.244) Other time (%) = 0.000178337 (1.05145) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:23 2021 Memory usage per processor = 27.5317 Mbytes Step Atoms AVEKE stressZZ 10919 5000 2.3801626e-11 3309552.8 10920 -0.0097174999999947 3309496.89050202 10920 5000 2.3799886e-11 3309496.9 Loop time of 0.019171 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:23 2021 Pair time (%) = 0.000969887 (5.05914) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.167892) Outpt time (%) = 0.018054 (94.1735) Other time (%) = 0.000114918 (0.599435) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:23 2021 Memory usage per processor = 27.5317 Mbytes Step Atoms AVEKE stressZZ 10920 5000 2.3799886e-11 3309485 10921 -0.0097174999999947 3309429.10603137 10921 5000 2.3798147e-11 3309429.1 Loop time of 0.0171299 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:23 2021 Pair time (%) = 0.000985861 (5.75521) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186505) Outpt time (%) = 0.016017 (93.503) Other time (%) = 9.5129e-05 (0.555339) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:23 2021 Memory usage per processor = 27.5317 Mbytes Step Atoms AVEKE stressZZ 10921 5000 2.3798147e-11 3309417.2 10922 -0.0097174999999947 3309361.32496907 10922 5000 2.3796407e-11 3309361.3 Loop time of 0.0164299 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:23 2021 Pair time (%) = 0.000990152 (6.02653) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.200255) Outpt time (%) = 0.015305 (93.1536) Other time (%) = 0.000101805 (0.619631) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:23 2021 Memory usage per processor = 27.5317 Mbytes Step Atoms AVEKE stressZZ 10922 5000 2.3796407e-11 3309349.4 10923 -0.0097174999999947 3309293.54731405 10923 5000 2.3794668e-11 3309293.5 Loop time of 0.017293 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:23 2021 Pair time (%) = 0.00112796 (6.52264) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197154) Outpt time (%) = 0.015996 (92.4999) Other time (%) = 0.000134945 (0.780345) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:23 2021 Memory usage per processor = 27.5317 Mbytes Step Atoms AVEKE stressZZ 10923 5000 2.3794668e-11 3309281.6 10924 -0.0097174999999947 3309225.77306559 10924 5000 2.3792929e-11 3309225.8 Loop time of 0.0171599 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:23 2021 Pair time (%) = 0.000951052 (5.54228) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.27371) Outpt time (%) = 0.0160549 (93.5602) Other time (%) = 0.00010705 (0.623836) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:23 2021 Memory usage per processor = 27.5317 Mbytes Step Atoms AVEKE stressZZ 10924 5000 2.3792929e-11 3309213.9 10925 -0.0097174999999947 3309158.00222274 10925 5000 2.3791191e-11 3309158 Loop time of 0.0165381 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:23 2021 Pair time (%) = 0.000997066 (6.02889) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193178) Outpt time (%) = 0.0154128 (93.1955) Other time (%) = 9.63211e-05 (0.582418) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:23 2021 Memory usage per processor = 27.5317 Mbytes Step Atoms AVEKE stressZZ 10925 5000 2.3791191e-11 3309146.1 10926 -0.0097174999999947 3309090.2347847 10926 5000 2.3789452e-11 3309090.2 Loop time of 0.0166719 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:23 2021 Pair time (%) = 0.00105596 (6.33375) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.210219) Outpt time (%) = 0.0154729 (92.8082) Other time (%) = 0.000108004 (0.647818) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:23 2021 Memory usage per processor = 27.5317 Mbytes Step Atoms AVEKE stressZZ 10926 5000 2.3789452e-11 3309078.3 10927 -0.0097174999999947 3309022.47075072 10927 5000 2.3787714e-11 3309022.5 Loop time of 0.0171299 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:23 2021 Pair time (%) = 0.000950813 (5.55061) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186505) Outpt time (%) = 0.0160549 (93.7243) Other time (%) = 9.2268e-05 (0.538637) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:23 2021 Memory usage per processor = 27.5317 Mbytes Step Atoms AVEKE stressZZ 10927 5000 2.3787714e-11 3309010.6 10928 -0.0097174999999947 3308954.71012004 10928 5000 2.3785976e-11 3308954.7 Loop time of 0.0172791 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:23 2021 Pair time (%) = 0.000951052 (5.50404) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179375) Outpt time (%) = 0.0162022 (93.7674) Other time (%) = 9.48906e-05 (0.549162) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:23 2021 Memory usage per processor = 27.5317 Mbytes Step Atoms AVEKE stressZZ 10928 5000 2.3785976e-11 3308942.8 10929 -0.0097174999999947 3308886.95289189 10929 5000 2.3784238e-11 3308887 Loop time of 0.0165191 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:24 2021 Pair time (%) = 0.00094986 (5.75008) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.199174) Outpt time (%) = 0.0154369 (93.4489) Other time (%) = 9.94205e-05 (0.601853) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:24 2021 Memory usage per processor = 27.5317 Mbytes Step Atoms AVEKE stressZZ 10929 5000 2.3784238e-11 3308875.1 10930 -0.0097174999999947 3308819.19906559 10930 5000 2.37825e-11 3308819.2 Loop time of 0.0192349 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:24 2021 Pair time (%) = 0.00107622 (5.59515) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.171052) Outpt time (%) = 0.0180171 (93.6686) Other time (%) = 0.000108719 (0.565217) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:24 2021 Memory usage per processor = 27.5317 Mbytes Step Atoms AVEKE stressZZ 10930 5000 2.37825e-11 3308807.3 10931 -0.0097174999999947 3308751.44864048 10931 5000 2.3780762e-11 3308751.4 Loop time of 0.017175 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:24 2021 Pair time (%) = 0.000951052 (5.53743) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180463) Outpt time (%) = 0.0160999 (93.7407) Other time (%) = 9.29832e-05 (0.541388) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:24 2021 Memory usage per processor = 27.5317 Mbytes Step Atoms AVEKE stressZZ 10931 5000 2.3780762e-11 3308739.5 10932 -0.0097174999999947 3308683.70161589 10932 5000 2.3779025e-11 3308683.7 Loop time of 0.0166659 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:24 2021 Pair time (%) = 0.000949144 (5.69512) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.185975) Outpt time (%) = 0.0155921 (93.5567) Other time (%) = 9.36985e-05 (0.562216) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:24 2021 Memory usage per processor = 27.5317 Mbytes Step Atoms AVEKE stressZZ 10932 5000 2.3779025e-11 3308671.8 10933 -0.0097174999999947 3308615.95799113 10933 5000 2.3777287e-11 3308616 Loop time of 0.016546 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:24 2021 Pair time (%) = 0.00106502 (6.43669) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.283866) Outpt time (%) = 0.0153 (92.4696) Other time (%) = 0.000133991 (0.80981) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:24 2021 Memory usage per processor = 27.5317 Mbytes Step Atoms AVEKE stressZZ 10933 5000 2.3777287e-11 3308604.1 10934 -0.0097174999999947 3308548.21776559 10934 5000 2.377555e-11 3308548.2 Loop time of 0.0171471 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:24 2021 Pair time (%) = 0.000983 (5.73276) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198832) Outpt time (%) = 0.016027 (93.4677) Other time (%) = 0.000102997 (0.600667) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:24 2021 Memory usage per processor = 27.5317 Mbytes Step Atoms AVEKE stressZZ 10934 5000 2.377555e-11 3308536.3 10935 -0.0097174999999947 3308480.48093863 10935 5000 2.3773813e-11 3308480.5 Loop time of 0.0171921 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:24 2021 Pair time (%) = 0.00101089 (5.87999) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18583) Outpt time (%) = 0.0160608 (93.4197) Other time (%) = 8.84533e-05 (0.514499) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:24 2021 Memory usage per processor = 27.5317 Mbytes Step Atoms AVEKE stressZZ 10935 5000 2.3773813e-11 3308468.6 10936 -0.0097174999999947 3308412.74750966 10936 5000 2.3772077e-11 3308412.7 Loop time of 0.01636 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:24 2021 Pair time (%) = 0.00098896 (6.04497) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.196739) Outpt time (%) = 0.015245 (93.1841) Other time (%) = 9.39369e-05 (0.574185) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:24 2021 Memory usage per processor = 27.5317 Mbytes Step Atoms AVEKE stressZZ 10936 5000 2.3772077e-11 3308400.8 10937 -0.0097174999999947 3308345.01747806 10937 5000 2.377034e-11 3308345 Loop time of 0.017134 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:24 2021 Pair time (%) = 0.00117493 (6.8573) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.226814) Outpt time (%) = 0.015794 (92.1798) Other time (%) = 0.000126123 (0.736102) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:24 2021 Memory usage per processor = 27.5317 Mbytes Step Atoms AVEKE stressZZ 10937 5000 2.377034e-11 3308333.1 10938 -0.0097174999999947 3308277.29084326 10938 5000 2.3768604e-11 3308277.3 Loop time of 0.0170648 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:24 2021 Pair time (%) = 0.000950098 (5.56759) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187216) Outpt time (%) = 0.0159919 (93.7129) Other time (%) = 9.08375e-05 (0.532309) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:24 2021 Memory usage per processor = 27.5317 Mbytes Step Atoms AVEKE stressZZ 10938 5000 2.3768604e-11 3308265.4 10939 -0.0097174999999947 3308209.5676034 10939 5000 2.3766868e-11 3308209.6 Loop time of 0.0171762 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:24 2021 Pair time (%) = 0.000987053 (5.74665) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.18045) Outpt time (%) = 0.016062 (93.5135) Other time (%) = 9.60827e-05 (0.559396) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:24 2021 Memory usage per processor = 27.5317 Mbytes Step Atoms AVEKE stressZZ 10939 5000 2.3766868e-11 3308197.7 10940 -0.0097174999999947 3308141.84775251 10940 5000 2.3765132e-11 3308141.8 Loop time of 0.018496 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:24 2021 Pair time (%) = 0.000972986 (5.26051) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.253938) Outpt time (%) = 0.017329 (93.6902) Other time (%) = 0.000147104 (0.795329) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:24 2021 Memory usage per processor = 27.5317 Mbytes Step Atoms AVEKE stressZZ 10940 5000 2.3765132e-11 3308130 10941 -0.0097174999999947 3308074.13129656 10941 5000 2.3763396e-11 3308074.1 Loop time of 0.017338 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:24 2021 Pair time (%) = 0.00123382 (7.11624) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.202142) Outpt time (%) = 0.015856 (91.4523) Other time (%) = 0.000213146 (1.22936) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:24 2021 Memory usage per processor = 27.5317 Mbytes Step Atoms AVEKE stressZZ 10941 5000 2.3763396e-11 3308062.2 10942 -0.0097174999999947 3308006.4182349 10942 5000 2.376166e-11 3308006.4 Loop time of 0.0172379 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:24 2021 Pair time (%) = 0.000946999 (5.4937) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185336) Outpt time (%) = 0.0161669 (93.7871) Other time (%) = 9.20296e-05 (0.533879) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:24 2021 Memory usage per processor = 27.5317 Mbytes Step Atoms AVEKE stressZZ 10942 5000 2.376166e-11 3307994.5 10943 -0.0097174999999947 3307938.70856706 10943 5000 2.3759925e-11 3307938.7 Loop time of 0.0168688 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:24 2021 Pair time (%) = 0.000946999 (5.6139) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.189391) Outpt time (%) = 0.015795 (93.6342) Other time (%) = 9.48906e-05 (0.56252) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:24 2021 Memory usage per processor = 27.5317 Mbytes Step Atoms AVEKE stressZZ 10943 5000 2.3759925e-11 3307926.8 10944 -0.0097174999999947 3307871.00229247 10944 5000 2.3758189e-11 3307871 Loop time of 0.017122 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:24 2021 Pair time (%) = 0.00102401 (5.98064) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.274316) Outpt time (%) = 0.015882 (92.7578) Other time (%) = 0.000169039 (0.987259) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:24 2021 Memory usage per processor = 27.5317 Mbytes Step Atoms AVEKE stressZZ 10944 5000 2.3758189e-11 3307859.1 10945 -0.0097174999999947 3307803.29941066 10945 5000 2.3756454e-11 3307803.3 Loop time of 0.0170789 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:24 2021 Pair time (%) = 0.00102687 (6.01251) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187062) Outpt time (%) = 0.015924 (93.2378) Other time (%) = 9.60827e-05 (0.562582) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:24 2021 Memory usage per processor = 27.5317 Mbytes Step Atoms AVEKE stressZZ 10945 5000 2.3756454e-11 3307791.4 10946 -0.0097174999999947 3307735.59992102 10946 5000 2.3754719e-11 3307735.6 Loop time of 0.0171101 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:24 2021 Pair time (%) = 0.000950098 (5.55285) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186721) Outpt time (%) = 0.0160351 (93.717) Other time (%) = 9.29832e-05 (0.54344) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:24 2021 Memory usage per processor = 27.5317 Mbytes Step Atoms AVEKE stressZZ 10946 5000 2.3754719e-11 3307723.7 10947 -0.0097174999999947 3307667.90382315 10947 5000 2.3752985e-11 3307667.9 Loop time of 0.0164979 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:24 2021 Pair time (%) = 0.000948906 (5.75169) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.187869) Outpt time (%) = 0.0154278 (93.5142) Other time (%) = 9.01222e-05 (0.546266) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:24 2021 Memory usage per processor = 27.5317 Mbytes Step Atoms AVEKE stressZZ 10947 5000 2.3752985e-11 3307656 10948 -0.0097174999999947 3307600.21111653 10948 5000 2.375125e-11 3307600.2 Loop time of 0.0168591 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:24 2021 Pair time (%) = 0.00113893 (6.75557) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.220613) Outpt time (%) = 0.0155571 (92.2771) Other time (%) = 0.000125885 (0.746691) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:22:24 2021 Memory usage per processor = 27.5317 Mbytes Step Atoms AVEKE stressZZ 10948 5000 2.375125e-11 3307588.3 10949 -0.0097174999999947 3307521.28869269 10949 5000 4.69186e-11 3307629.8 Loop time of 0.0168259 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:24 2021 Pair time (%) = 0.000945091 (5.61688) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.189874) Outpt time (%) = 0.015733 (93.5046) Other time (%) = 0.000115871 (0.688649) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28320 ave 28320 max 28320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28320 Ave neighs/atom = 5.664 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:24 2021 Memory usage per processor = 27.5317 Mbytes Step Atoms AVEKE stressZZ 10949 5000 4.69186e-11 3352813.7 10950 -0.00974999999999468 3352739.70914078 10950 5000 3.7827444e-11 3352739.7 Loop time of 0.01929 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:24 2021 Pair time (%) = 0.00103307 (5.35547) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.160676) Outpt time (%) = 0.0181301 (93.987) Other time (%) = 9.58443e-05 (0.496861) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:24 2021 Memory usage per processor = 27.5318 Mbytes Step Atoms AVEKE stressZZ 10950 5000 3.7827444e-11 3352723.7 10951 -0.00974999999999468 3352655.99270128 10951 5000 3.2557494e-11 3352656 Loop time of 0.016356 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:24 2021 Pair time (%) = 0.000977993 (5.97942) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.208449) Outpt time (%) = 0.0152431 (93.1955) Other time (%) = 0.000100851 (0.6166) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:24 2021 Memory usage per processor = 27.5318 Mbytes Step Atoms AVEKE stressZZ 10951 5000 3.2557494e-11 3352641.4 10952 -0.00974999999999468 3352577.72147287 10952 5000 2.9413021e-11 3352577.7 Loop time of 0.0171411 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:24 2021 Pair time (%) = 0.00126219 (7.36352) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204465) Outpt time (%) = 0.015692 (91.546) Other time (%) = 0.000151873 (0.886014) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:24 2021 Memory usage per processor = 27.5318 Mbytes Step Atoms AVEKE stressZZ 10952 5000 2.9413021e-11 3352564 10953 -0.00974999999999468 3352502.91199116 10953 5000 2.7496949e-11 3352502.9 Loop time of 0.0169261 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:24 2021 Pair time (%) = 0.00104308 (6.16258) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.201428) Outpt time (%) = 0.0157499 (93.0514) Other time (%) = 9.89437e-05 (0.584565) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:24 2021 Memory usage per processor = 27.5318 Mbytes Step Atoms AVEKE stressZZ 10953 5000 2.7496949e-11 3352489.8 10954 -0.00974999999999468 3352430.30374739 10954 5000 2.6312116e-11 3352430.3 Loop time of 0.0166578 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:24 2021 Pair time (%) = 0.000950098 (5.70361) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.19179) Outpt time (%) = 0.015583 (93.5478) Other time (%) = 9.27448e-05 (0.556764) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:24 2021 Memory usage per processor = 27.5318 Mbytes Step Atoms AVEKE stressZZ 10954 5000 2.6312116e-11 3352417.5 10955 -0.00974999999999468 3352359.09567549 10955 5000 2.5572027e-11 3352359.1 Loop time of 0.0165851 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:24 2021 Pair time (%) = 0.000987053 (5.95144) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.205569) Outpt time (%) = 0.0154622 (93.2292) Other time (%) = 0.000101805 (0.613832) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:24 2021 Memory usage per processor = 27.5318 Mbytes Step Atoms AVEKE stressZZ 10955 5000 2.5572027e-11 3352346.6 10956 -0.00974999999999468 3352288.77868931 10956 5000 2.5106513e-11 3352288.8 Loop time of 0.0166309 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:24 2021 Pair time (%) = 0.00104713 (6.29632) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192101) Outpt time (%) = 0.01546 (92.9596) Other time (%) = 9.17912e-05 (0.551932) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:24 2021 Memory usage per processor = 27.5318 Mbytes Step Atoms AVEKE stressZZ 10956 5000 2.5106513e-11 3352276.4 10957 -0.00974999999999468 3352219.02925863 10957 5000 2.4812236e-11 3352219 Loop time of 0.016434 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:24 2021 Pair time (%) = 0.000950098 (5.78131) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.1886) Outpt time (%) = 0.0153589 (93.4585) Other time (%) = 9.39369e-05 (0.571603) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:24 2021 Memory usage per processor = 27.5318 Mbytes Step Atoms AVEKE stressZZ 10957 5000 2.4812236e-11 3352206.7 10958 -0.00974999999999468 3352149.64177618 10958 5000 2.4625465e-11 3352149.6 Loop time of 0.016567 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:24 2021 Pair time (%) = 0.000952959 (5.75216) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.194281) Outpt time (%) = 0.0154932 (93.5182) Other time (%) = 8.86917e-05 (0.535352) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:24 2021 Memory usage per processor = 27.5318 Mbytes Step Atoms AVEKE stressZZ 10958 5000 2.4625465e-11 3352137.4 10959 -0.00974999999999468 3352080.48557578 10959 5000 2.4506483e-11 3352080.5 Loop time of 0.0168409 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:24 2021 Pair time (%) = 0.000951052 (5.64726) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.184042) Outpt time (%) = 0.0157769 (93.6817) Other time (%) = 8.2016e-05 (0.487004) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:24 2021 Memory usage per processor = 27.5318 Mbytes Step Atoms AVEKE stressZZ 10959 5000 2.4506483e-11 3352068.3 10960 -0.00974999999999468 3352011.47761752 10960 5000 2.4430366e-11 3352011.5 Loop time of 0.0194049 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:24 2021 Pair time (%) = 0.00112009 (5.77221) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.175697) Outpt time (%) = 0.018137 (93.466) Other time (%) = 0.000113726 (0.586067) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:24 2021 Memory usage per processor = 27.5318 Mbytes Step Atoms AVEKE stressZZ 10960 5000 2.4430366e-11 3351999.3 10961 -0.00974999999999468 3351942.56512823 10961 5000 2.4381404e-11 3351942.6 Loop time of 0.0173669 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:24 2021 Pair time (%) = 0.000951052 (5.47624) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18396) Outpt time (%) = 0.0162919 (93.8099) Other time (%) = 9.20296e-05 (0.529914) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:24 2021 Memory usage per processor = 27.5318 Mbytes Step Atoms AVEKE stressZZ 10961 5000 2.4381404e-11 3351930.4 10962 -0.00974999999999468 3351873.71456977 10962 5000 2.4349663e-11 3351873.7 Loop time of 0.0171311 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:24 2021 Pair time (%) = 0.000990868 (5.78403) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.187884) Outpt time (%) = 0.0160151 (93.4853) Other time (%) = 9.29832e-05 (0.542775) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:24 2021 Memory usage per processor = 27.5318 Mbytes Step Atoms AVEKE stressZZ 10962 5000 2.4349663e-11 3351861.6 10963 -0.00974999999999468 3351804.90462802 10963 5000 2.4328853e-11 3351804.9 Loop time of 0.01683 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:24 2021 Pair time (%) = 0.00100303 (5.95977) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.201162) Outpt time (%) = 0.015662 (93.0599) Other time (%) = 0.00013113 (0.779147) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:24 2021 Memory usage per processor = 27.5318 Mbytes Step Atoms AVEKE stressZZ 10963 5000 2.4328853e-11 3351792.8 10964 -0.00974999999999468 3351736.12175752 10964 5000 2.4314983e-11 3351736.1 Loop time of 0.0170052 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:24 2021 Pair time (%) = 0.00101495 (5.96845) Neigh time (%) = 0 (0) Comm time (%) = 6.29425e-05 (0.370137) Outpt time (%) = 0.0157862 (92.8314) Other time (%) = 0.000141144 (0.830004) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:24 2021 Memory usage per processor = 27.5318 Mbytes Step Atoms AVEKE stressZZ 10964 5000 2.4314983e-11 3351724 10965 -0.00974999999999468 3351667.35734968 10965 5000 2.4305521e-11 3351667.4 Loop time of 0.0172341 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:24 2021 Pair time (%) = 0.00102305 (5.93622) Neigh time (%) = 0 (0) Comm time (%) = 4.81606e-05 (0.279449) Outpt time (%) = 0.0160019 (92.8505) Other time (%) = 0.000160933 (0.933804) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:24 2021 Memory usage per processor = 27.5318 Mbytes Step Atoms AVEKE stressZZ 10965 5000 2.4305521e-11 3351655.2 10966 -0.00974999999999468 3351598.60593354 10966 5000 2.4298861e-11 3351598.6 Loop time of 0.016669 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:24 2021 Pair time (%) = 0.00101304 (6.07738) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.197383) Outpt time (%) = 0.0155261 (93.1431) Other time (%) = 9.70364e-05 (0.582135) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:24 2021 Memory usage per processor = 27.5318 Mbytes Step Atoms AVEKE stressZZ 10966 5000 2.4298861e-11 3351586.5 10967 -0.00974999999999468 3351529.86403204 10967 5000 2.429398e-11 3351529.9 Loop time of 0.0167592 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:24 2021 Pair time (%) = 0.0010922 (6.51701) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.220506) Outpt time (%) = 0.015506 (92.5227) Other time (%) = 0.000123978 (0.739761) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:24 2021 Memory usage per processor = 27.5318 Mbytes Step Atoms AVEKE stressZZ 10967 5000 2.429398e-11 3351517.7 10968 -0.00974999999999468 3351461.12943522 10968 5000 2.4290229e-11 3351461.1 Loop time of 0.016984 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:24 2021 Pair time (%) = 0.000950813 (5.59829) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.182492) Outpt time (%) = 0.0159099 (93.676) Other time (%) = 9.2268e-05 (0.543265) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:24 2021 Memory usage per processor = 27.5318 Mbytes Step Atoms AVEKE stressZZ 10968 5000 2.4290229e-11 3351449 10969 -0.00974999999999468 3351392.40073851 10969 5000 2.4287198e-11 3351392.4 Loop time of 0.017071 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:24 2021 Pair time (%) = 0.00100803 (5.90495) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181562) Outpt time (%) = 0.015938 (93.3632) Other time (%) = 9.39369e-05 (0.550272) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:24 2021 Memory usage per processor = 27.5318 Mbytes Step Atoms AVEKE stressZZ 10969 5000 2.4287198e-11 3351380.3 10970 -0.00974999999999468 3351323.67704916 10970 5000 2.4284623e-11 3351323.7 Loop time of 0.018487 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:24 2021 Pair time (%) = 0.000990868 (5.35981) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.184421) Outpt time (%) = 0.0173609 (93.909) Other time (%) = 0.000101089 (0.546815) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:24 2021 Memory usage per processor = 27.5318 Mbytes Step Atoms AVEKE stressZZ 10970 5000 2.4284623e-11 3351311.6 10971 -0.00974999999999468 3351254.95779957 10971 5000 2.4282338e-11 3351255 Loop time of 0.01719 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:24 2021 Pair time (%) = 0.00129986 (7.56172) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.203883) Outpt time (%) = 0.0156329 (90.9417) Other time (%) = 0.000222206 (1.29265) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:24 2021 Memory usage per processor = 27.5318 Mbytes Step Atoms AVEKE stressZZ 10971 5000 2.4282338e-11 3351242.8 10972 -0.00974999999999468 3351186.2426289 10972 5000 2.4280238e-11 3351186.2 Loop time of 0.0174839 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:25 2021 Pair time (%) = 0.00097394 (5.57048) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182728) Outpt time (%) = 0.0163829 (93.7027) Other time (%) = 9.5129e-05 (0.544093) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:25 2021 Memory usage per processor = 27.5318 Mbytes Step Atoms AVEKE stressZZ 10972 5000 2.4280238e-11 3351174.1 10973 -0.00974999999999468 3351117.53132603 10973 5000 2.4278256e-11 3351117.5 Loop time of 0.0165441 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:25 2021 Pair time (%) = 0.00094986 (5.74138) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193109) Outpt time (%) = 0.0154698 (93.5064) Other time (%) = 9.25064e-05 (0.55915) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:25 2021 Memory usage per processor = 27.5318 Mbytes Step Atoms AVEKE stressZZ 10973 5000 2.4278256e-11 3351105.4 10974 -0.00974999999999468 3351048.82375946 10974 5000 2.4276348e-11 3351048.8 Loop time of 0.0167091 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:25 2021 Pair time (%) = 0.00115299 (6.90039) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.196909) Outpt time (%) = 0.015404 (92.1893) Other time (%) = 0.000119209 (0.71344) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:25 2021 Memory usage per processor = 27.5318 Mbytes Step Atoms AVEKE stressZZ 10974 5000 2.4276348e-11 3351036.7 10975 -0.00974999999999468 3350980.11981542 10975 5000 2.4274487e-11 3350980.1 Loop time of 0.017128 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:25 2021 Pair time (%) = 0.00108194 (6.31682) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.187918) Outpt time (%) = 0.0159249 (92.9761) Other time (%) = 8.89301e-05 (0.519209) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:25 2021 Memory usage per processor = 27.5318 Mbytes Step Atoms AVEKE stressZZ 10975 5000 2.4274487e-11 3350968 10976 -0.00974999999999468 3350911.41943558 10976 5000 2.4272657e-11 3350911.4 Loop time of 0.017231 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:25 2021 Pair time (%) = 0.00105214 (6.1061) Neigh time (%) = 0 (0) Comm time (%) = 5.50747e-05 (0.319626) Outpt time (%) = 0.0160189 (92.9655) Other time (%) = 0.000104904 (0.608811) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:25 2021 Memory usage per processor = 27.5318 Mbytes Step Atoms AVEKE stressZZ 10976 5000 2.4272657e-11 3350899.3 10977 -0.00974999999999468 3350842.72258123 10977 5000 2.4270846e-11 3350842.7 Loop time of 0.0166211 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:25 2021 Pair time (%) = 0.000953913 (5.73916) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192214) Outpt time (%) = 0.0155332 (93.4547) Other time (%) = 0.000102043 (0.613937) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:25 2021 Memory usage per processor = 27.5318 Mbytes Step Atoms AVEKE stressZZ 10977 5000 2.4270846e-11 3350830.6 10978 -0.00974999999999468 3350774.02922675 10978 5000 2.4269047e-11 3350774 Loop time of 0.0169718 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:25 2021 Pair time (%) = 0.00116897 (6.88769) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.223362) Outpt time (%) = 0.0156329 (92.1107) Other time (%) = 0.000132084 (0.778254) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:25 2021 Memory usage per processor = 27.5318 Mbytes Step Atoms AVEKE stressZZ 10978 5000 2.4269047e-11 3350761.9 10979 -0.00974999999999468 3350705.33935563 10979 5000 2.4267257e-11 3350705.3 Loop time of 0.0172231 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:25 2021 Pair time (%) = 0.000946999 (5.49841) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.18688) Outpt time (%) = 0.016151 (93.7748) Other time (%) = 9.29832e-05 (0.539875) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:25 2021 Memory usage per processor = 27.5318 Mbytes Step Atoms AVEKE stressZZ 10979 5000 2.4267257e-11 3350693.2 10980 -0.00974999999999468 3350636.6529571 10980 5000 2.4265471e-11 3350636.7 Loop time of 0.0190809 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:25 2021 Pair time (%) = 0.000952005 (4.98932) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.162437) Outpt time (%) = 0.018003 (94.3509) Other time (%) = 9.48906e-05 (0.497307) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:25 2021 Memory usage per processor = 27.5318 Mbytes Step Atoms AVEKE stressZZ 10980 5000 2.4265471e-11 3350624.5 10981 -0.00974999999999468 3350567.97001995 10981 5000 2.4263689e-11 3350568 Loop time of 0.0167549 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:25 2021 Pair time (%) = 0.00098896 (5.90253) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.207755) Outpt time (%) = 0.01563 (93.2864) Other time (%) = 0.000101089 (0.603344) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:25 2021 Memory usage per processor = 27.5318 Mbytes Step Atoms AVEKE stressZZ 10981 5000 2.4263689e-11 3350555.9 10982 -0.00974999999999468 3350499.29053749 10982 5000 2.4261909e-11 3350499.3 Loop time of 0.0171289 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:25 2021 Pair time (%) = 0.001019 (5.949) Neigh time (%) = 0 (0) Comm time (%) = 7.89165e-05 (0.46072) Outpt time (%) = 0.0158751 (92.68) Other time (%) = 0.000155926 (0.910306) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:25 2021 Memory usage per processor = 27.5318 Mbytes Step Atoms AVEKE stressZZ 10982 5000 2.4261909e-11 3350487.2 10983 -0.00974999999999468 3350430.61452184 10983 5000 2.426013e-11 3350430.6 Loop time of 0.0175111 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:25 2021 Pair time (%) = 0.000999928 (5.71024) Neigh time (%) = 0 (0) Comm time (%) = 4.81606e-05 (0.275028) Outpt time (%) = 0.01632 (93.1978) Other time (%) = 0.000143051 (0.816916) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:25 2021 Memory usage per processor = 27.5318 Mbytes Step Atoms AVEKE stressZZ 10983 5000 2.426013e-11 3350418.5 10984 -0.00974999999999468 3350361.94199545 10984 5000 2.4258352e-11 3350361.9 Loop time of 0.016973 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:25 2021 Pair time (%) = 0.000952005 (5.60893) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188229) Outpt time (%) = 0.0158949 (93.648) Other time (%) = 9.41753e-05 (0.554853) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:25 2021 Memory usage per processor = 27.5318 Mbytes Step Atoms AVEKE stressZZ 10984 5000 2.4258352e-11 3350349.8 10985 -0.00974999999999468 3350293.27294126 10985 5000 2.4256575e-11 3350293.3 Loop time of 0.0165169 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:25 2021 Pair time (%) = 0.00099802 (6.04241) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.212192) Outpt time (%) = 0.015384 (93.1406) Other time (%) = 9.98974e-05 (0.604818) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:25 2021 Memory usage per processor = 27.5318 Mbytes Step Atoms AVEKE stressZZ 10985 5000 2.4256575e-11 3350281.2 10986 -0.00974999999999468 3350224.60735316 10986 5000 2.4254799e-11 3350224.6 Loop time of 0.0173569 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:25 2021 Pair time (%) = 0.000953913 (5.49588) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184066) Outpt time (%) = 0.0162799 (93.7953) Other time (%) = 9.10759e-05 (0.524725) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:25 2021 Memory usage per processor = 27.5318 Mbytes Step Atoms AVEKE stressZZ 10986 5000 2.4254799e-11 3350212.5 10987 -0.00974999999999468 3350155.94522771 10987 5000 2.4253023e-11 3350155.9 Loop time of 0.0174489 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:25 2021 Pair time (%) = 0.000951052 (5.4505) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.188561) Outpt time (%) = 0.0162599 (93.1859) Other time (%) = 0.00020504 (1.17509) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:25 2021 Memory usage per processor = 27.5318 Mbytes Step Atoms AVEKE stressZZ 10987 5000 2.4253023e-11 3350143.8 10988 -0.00974999999999468 3350087.28656258 10988 5000 2.4251247e-11 3350087.3 Loop time of 0.0169449 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:25 2021 Pair time (%) = 0.00095582 (5.64076) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.199797) Outpt time (%) = 0.015795 (93.2139) Other time (%) = 0.000160217 (0.94552) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:25 2021 Memory usage per processor = 27.5318 Mbytes Step Atoms AVEKE stressZZ 10988 5000 2.4251247e-11 3350075.2 10989 -0.00974999999999468 3350018.63135595 10989 5000 2.4249471e-11 3350018.6 Loop time of 0.0172009 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:25 2021 Pair time (%) = 0.00105095 (6.10983) Neigh time (%) = 0 (0) Comm time (%) = 6.98566e-05 (0.406121) Outpt time (%) = 0.015975 (92.8728) Other time (%) = 0.000105143 (0.61126) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:25 2021 Memory usage per processor = 27.5318 Mbytes Step Atoms AVEKE stressZZ 10989 5000 2.4249471e-11 3350006.5 10990 -0.00974999999999468 3349949.97960632 10990 5000 2.4247696e-11 3349950 Loop time of 0.0191588 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:25 2021 Pair time (%) = 0.000950813 (4.96279) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.161776) Outpt time (%) = 0.0180819 (94.3789) Other time (%) = 9.5129e-05 (0.496528) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:25 2021 Memory usage per processor = 27.5318 Mbytes Step Atoms AVEKE stressZZ 10990 5000 2.4247696e-11 3349937.9 10991 -0.00974999999999468 3349881.33131608 10991 5000 2.4245921e-11 3349881.3 Loop time of 0.0170801 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:25 2021 Pair time (%) = 0.000947952 (5.55005) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187049) Outpt time (%) = 0.016006 (93.7115) Other time (%) = 9.41753e-05 (0.551376) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:25 2021 Memory usage per processor = 27.5318 Mbytes Step Atoms AVEKE stressZZ 10991 5000 2.4245921e-11 3349869.2 10992 -0.00974999999999468 3349812.68649928 10992 5000 2.4244146e-11 3349812.7 Loop time of 0.0165751 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:25 2021 Pair time (%) = 0.000990152 (5.97373) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.198501) Outpt time (%) = 0.0154212 (93.0381) Other time (%) = 0.000130892 (0.789689) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:25 2021 Memory usage per processor = 27.5318 Mbytes Step Atoms AVEKE stressZZ 10992 5000 2.4244146e-11 3349800.6 10993 -0.00974999999999468 3349744.04514715 10993 5000 2.4242371e-11 3349744 Loop time of 0.0172758 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:25 2021 Pair time (%) = 0.00101399 (5.86945) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.18631) Outpt time (%) = 0.0161281 (93.3563) Other time (%) = 0.000101566 (0.587911) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:25 2021 Memory usage per processor = 27.5318 Mbytes Step Atoms AVEKE stressZZ 10993 5000 2.4242371e-11 3349731.9 10994 -0.00974999999999468 3349675.40725592 10994 5000 2.4240597e-11 3349675.4 Loop time of 0.017256 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:25 2021 Pair time (%) = 0.000952005 (5.51695) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179615) Outpt time (%) = 0.0161791 (93.7591) Other time (%) = 9.39369e-05 (0.544372) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:25 2021 Memory usage per processor = 27.5318 Mbytes Step Atoms AVEKE stressZZ 10994 5000 2.4240597e-11 3349663.3 10995 -0.00974999999999468 3349606.77282333 10995 5000 2.4238823e-11 3349606.8 Loop time of 0.0164418 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:25 2021 Pair time (%) = 0.000955105 (5.809) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.19431) Outpt time (%) = 0.0153668 (93.4616) Other time (%) = 8.79765e-05 (0.535077) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:25 2021 Memory usage per processor = 27.5318 Mbytes Step Atoms AVEKE stressZZ 10995 5000 2.4238823e-11 3349594.7 10996 -0.00974999999999468 3349538.14184784 10996 5000 2.4237049e-11 3349538.1 Loop time of 0.016696 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:25 2021 Pair time (%) = 0.00111413 (6.67305) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.215628) Outpt time (%) = 0.0154111 (92.3045) Other time (%) = 0.000134706 (0.80682) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:25 2021 Memory usage per processor = 27.5318 Mbytes Step Atoms AVEKE stressZZ 10996 5000 2.4237049e-11 3349526 10997 -0.00974999999999468 3349469.5143281 10997 5000 2.4235275e-11 3349469.5 Loop time of 0.0173371 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:25 2021 Pair time (%) = 0.000946999 (5.46227) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184276) Outpt time (%) = 0.0162671 (93.8281) Other time (%) = 9.10759e-05 (0.525324) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:25 2021 Memory usage per processor = 27.5318 Mbytes Step Atoms AVEKE stressZZ 10997 5000 2.4235275e-11 3349457.4 10998 -0.00974999999999468 3349400.890263 10998 5000 2.4233501e-11 3349400.9 Loop time of 0.017041 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:25 2021 Pair time (%) = 0.000950098 (5.57538) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187478) Outpt time (%) = 0.0159662 (93.6929) Other time (%) = 9.27448e-05 (0.544246) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:25 2021 Memory usage per processor = 27.5318 Mbytes Step Atoms AVEKE stressZZ 10998 5000 2.4233501e-11 3349388.8 10999 -0.00974999999999468 3349332.26965151 10999 5000 2.4231727e-11 3349332.3 Loop time of 0.0166912 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:25 2021 Pair time (%) = 0.000957012 (5.73363) Neigh time (%) = 0 (0) Comm time (%) = 6.31809e-05 (0.378528) Outpt time (%) = 0.0155232 (93.0022) Other time (%) = 0.00014782 (0.885613) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:25 2021 Memory usage per processor = 27.5318 Mbytes Step Atoms AVEKE stressZZ 10999 5000 2.4231727e-11 3349320.2 11000 -0.00974999999999468 3349263.65249272 11000 5000 2.4229954e-11 3349263.7 Loop time of 0.019222 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:25 2021 Pair time (%) = 0.00101614 (5.28633) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.172407) Outpt time (%) = 0.018013 (93.7102) Other time (%) = 0.00015974 (0.831028) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:25 2021 Memory usage per processor = 27.5318 Mbytes Step Atoms AVEKE stressZZ 11000 5000 2.4229954e-11 3349251.5 11001 -0.00974999999999468 3349195.03878572 11001 5000 2.4228181e-11 3349195 Loop time of 0.0163209 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:25 2021 Pair time (%) = 0.00100803 (6.17632) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.195749) Outpt time (%) = 0.0151889 (93.0641) Other time (%) = 9.20296e-05 (0.563874) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:25 2021 Memory usage per processor = 27.5318 Mbytes Step Atoms AVEKE stressZZ 11001 5000 2.4228181e-11 3349182.9 11002 -0.00974999999999468 3349126.42852974 11002 5000 2.4226408e-11 3349126.4 Loop time of 0.0164781 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:25 2021 Pair time (%) = 0.000948906 (5.7586) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.195329) Outpt time (%) = 0.015408 (93.5064) Other time (%) = 8.89301e-05 (0.539688) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:25 2021 Memory usage per processor = 27.5318 Mbytes Step Atoms AVEKE stressZZ 11002 5000 2.4226408e-11 3349114.3 11003 -0.00974999999999468 3349057.82172138 11003 5000 2.4224635e-11 3349057.8 Loop time of 0.0170369 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:25 2021 Pair time (%) = 0.00101304 (5.94615) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181925) Outpt time (%) = 0.0159039 (93.3499) Other time (%) = 8.89301e-05 (0.521985) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:25 2021 Memory usage per processor = 27.5318 Mbytes Step Atoms AVEKE stressZZ 11003 5000 2.4224635e-11 3349045.7 11004 -0.00974999999999468 3348989.21835078 11004 5000 2.4222863e-11 3348989.2 Loop time of 0.0165892 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:25 2021 Pair time (%) = 0.00106096 (6.39552) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211268) Outpt time (%) = 0.0153892 (92.7666) Other time (%) = 0.000103951 (0.626617) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:25 2021 Memory usage per processor = 27.5318 Mbytes Step Atoms AVEKE stressZZ 11004 5000 2.4222863e-11 3348977.1 11005 -0.00974999999999468 3348920.61842837 11005 5000 2.422109e-11 3348920.6 Loop time of 0.0174391 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:25 2021 Pair time (%) = 0.00108314 (6.21095) Neigh time (%) = 0 (0) Comm time (%) = 7.00951e-05 (0.401941) Outpt time (%) = 0.0161881 (92.8266) Other time (%) = 9.77516e-05 (0.56053) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:25 2021 Memory usage per processor = 27.5318 Mbytes Step Atoms AVEKE stressZZ 11005 5000 2.422109e-11 3348908.5 11006 -0.00974999999999468 3348852.02195351 11006 5000 2.4219318e-11 3348852 Loop time of 0.0170488 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:25 2021 Pair time (%) = 0.000952959 (5.58958) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187392) Outpt time (%) = 0.0159729 (93.6888) Other time (%) = 9.10759e-05 (0.534206) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:25 2021 Memory usage per processor = 27.5318 Mbytes Step Atoms AVEKE stressZZ 11006 5000 2.4219318e-11 3348839.9 11007 -0.00974999999999468 3348783.42892551 11007 5000 2.4217546e-11 3348783.4 Loop time of 0.0163572 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:25 2021 Pair time (%) = 0.000952959 (5.82594) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.195315) Outpt time (%) = 0.01528 (93.4147) Other time (%) = 9.2268e-05 (0.564082) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:25 2021 Memory usage per processor = 27.5318 Mbytes Step Atoms AVEKE stressZZ 11007 5000 2.4217546e-11 3348771.3 11008 -0.00974999999999468 3348714.83934385 11008 5000 2.4215774e-11 3348714.8 Loop time of 0.017242 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:25 2021 Pair time (%) = 0.0012641 (7.33151) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197738) Outpt time (%) = 0.0158038 (91.6591) Other time (%) = 0.000139952 (0.811693) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:25 2021 Memory usage per processor = 27.5318 Mbytes Step Atoms AVEKE stressZZ 11008 5000 2.4215774e-11 3348702.7 11009 -0.00974999999999468 3348646.2532079 11009 5000 2.4214003e-11 3348646.3 Loop time of 0.017235 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:25 2021 Pair time (%) = 0.000952005 (5.52366) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185367) Outpt time (%) = 0.01616 (93.7625) Other time (%) = 9.10759e-05 (0.528434) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:25 2021 Memory usage per processor = 27.5318 Mbytes Step Atoms AVEKE stressZZ 11009 5000 2.4214003e-11 3348634.1 11010 -0.00974999999999468 3348577.67051706 11010 5000 2.4212231e-11 3348577.7 Loop time of 0.0189559 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:25 2021 Pair time (%) = 0.000994921 (5.24859) Neigh time (%) = 0 (0) Comm time (%) = 4.50611e-05 (0.237715) Outpt time (%) = 0.0177979 (93.8911) Other time (%) = 0.000118017 (0.622587) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:25 2021 Memory usage per processor = 27.5318 Mbytes Step Atoms AVEKE stressZZ 11010 5000 2.4212231e-11 3348565.6 11011 -0.00974999999999468 3348509.09127079 11011 5000 2.421046e-11 3348509.1 Loop time of 0.0165861 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:25 2021 Pair time (%) = 0.000977993 (5.89647) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.28318) Outpt time (%) = 0.0154121 (92.9219) Other time (%) = 0.000149012 (0.898414) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:25 2021 Memory usage per processor = 27.5318 Mbytes Step Atoms AVEKE stressZZ 11011 5000 2.421046e-11 3348497 11012 -0.00974999999999468 3348440.5154685 11012 5000 2.4208689e-11 3348440.5 Loop time of 0.019093 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:25 2021 Pair time (%) = 0.00104094 (5.45191) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.183562) Outpt time (%) = 0.0178699 (93.5941) Other time (%) = 0.000147104 (0.77046) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:25 2021 Memory usage per processor = 27.5318 Mbytes Step Atoms AVEKE stressZZ 11012 5000 2.4208689e-11 3348428.4 11013 -0.00974999999999468 3348371.94310968 11013 5000 2.4206918e-11 3348371.9 Loop time of 0.0170572 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:25 2021 Pair time (%) = 0.000952005 (5.58126) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.1873) Outpt time (%) = 0.0159779 (93.6723) Other time (%) = 9.53674e-05 (0.559104) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:25 2021 Memory usage per processor = 27.5318 Mbytes Step Atoms AVEKE stressZZ 11013 5000 2.4206918e-11 3348359.8 11014 -0.00974999999999468 3348303.37419383 11014 5000 2.4205147e-11 3348303.4 Loop time of 0.0165861 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:25 2021 Pair time (%) = 0.000971079 (5.85479) Neigh time (%) = 0 (0) Comm time (%) = 4.50611e-05 (0.271681) Outpt time (%) = 0.015445 (93.1203) Other time (%) = 0.000124931 (0.753231) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:25 2021 Memory usage per processor = 27.5318 Mbytes Step Atoms AVEKE stressZZ 11014 5000 2.4205147e-11 3348291.3 11015 -0.00974999999999468 3348234.80871767 11015 5000 2.4203377e-11 3348234.8 Loop time of 0.0167949 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:25 2021 Pair time (%) = 0.00112081 (6.67348) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208679) Outpt time (%) = 0.0155029 (92.3073) Other time (%) = 0.000136137 (0.810584) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:25 2021 Memory usage per processor = 27.5318 Mbytes Step Atoms AVEKE stressZZ 11015 5000 2.4203377e-11 3348222.7 11016 -0.00974999999999468 3348166.24669305 11016 5000 2.4201606e-11 3348166.2 Loop time of 0.0173759 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:26 2021 Pair time (%) = 0.00106001 (6.10044) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.185236) Outpt time (%) = 0.0161469 (92.9267) Other time (%) = 0.000136852 (0.787596) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:26 2021 Memory usage per processor = 27.5318 Mbytes Step Atoms AVEKE stressZZ 11016 5000 2.4201606e-11 3348154.1 11017 -0.00974999999999468 3348097.68811561 11017 5000 2.4199836e-11 3348097.7 Loop time of 0.0171039 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:26 2021 Pair time (%) = 0.00100613 (5.88243) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181212) Outpt time (%) = 0.0159719 (93.3816) Other time (%) = 9.48906e-05 (0.554789) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:26 2021 Memory usage per processor = 27.5318 Mbytes Step Atoms AVEKE stressZZ 11017 5000 2.4199836e-11 3348085.6 11018 -0.00974999999999468 3348029.13298341 11018 5000 2.4198066e-11 3348029.1 Loop time of 0.0167441 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:26 2021 Pair time (%) = 0.000957012 (5.71551) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.185106) Outpt time (%) = 0.01563 (93.3461) Other time (%) = 0.000126123 (0.753239) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:26 2021 Memory usage per processor = 27.5318 Mbytes Step Atoms AVEKE stressZZ 11018 5000 2.4198066e-11 3348017 11019 -0.00974999999999468 3347960.58129526 11019 5000 2.4196297e-11 3347960.6 Loop time of 0.0170648 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:26 2021 Pair time (%) = 0.00133085 (7.79881) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.203982) Outpt time (%) = 0.0154989 (90.8236) Other time (%) = 0.000200272 (1.17359) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:26 2021 Memory usage per processor = 27.5318 Mbytes Step Atoms AVEKE stressZZ 11019 5000 2.4196297e-11 3347948.5 11020 -0.00974999999999468 3347892.03305016 11020 5000 2.4194527e-11 3347892 Loop time of 0.0193729 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:26 2021 Pair time (%) = 0.00110912 (5.72512) Neigh time (%) = 0 (0) Comm time (%) = 4.81606e-05 (0.248597) Outpt time (%) = 0.018065 (93.2485) Other time (%) = 0.000150681 (0.777789) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:26 2021 Memory usage per processor = 27.5319 Mbytes Step Atoms AVEKE stressZZ 11020 5000 2.4194527e-11 3347879.9 11021 -0.00974999999999468 3347823.48824778 11021 5000 2.4192758e-11 3347823.5 Loop time of 0.0171552 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:26 2021 Pair time (%) = 0.000952005 (5.54938) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.18762) Outpt time (%) = 0.016084 (93.7557) Other time (%) = 8.70228e-05 (0.507269) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:26 2021 Memory usage per processor = 27.5319 Mbytes Step Atoms AVEKE stressZZ 11021 5000 2.4192758e-11 3347811.4 11022 -0.00974999999999468 3347754.94688749 11022 5000 2.4190988e-11 3347754.9 Loop time of 0.0165741 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:26 2021 Pair time (%) = 0.00101495 (6.12368) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211459) Outpt time (%) = 0.015424 (93.0607) Other time (%) = 0.000100136 (0.604169) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:26 2021 Memory usage per processor = 27.5319 Mbytes Step Atoms AVEKE stressZZ 11022 5000 2.4190988e-11 3347742.8 11023 -0.00974999999999468 3347686.40896824 11023 5000 2.4189219e-11 3347686.4 Loop time of 0.017185 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:26 2021 Pair time (%) = 0.00099206 (5.77283) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.187294) Outpt time (%) = 0.0160601 (93.4544) Other time (%) = 0.000100613 (0.585469) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:26 2021 Memory usage per processor = 27.5319 Mbytes Step Atoms AVEKE stressZZ 11023 5000 2.4189219e-11 3347674.3 11024 -0.00974999999999468 3347617.87448939 11024 5000 2.418745e-11 3347617.9 Loop time of 0.017096 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:26 2021 Pair time (%) = 0.000950813 (5.5616) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186874) Outpt time (%) = 0.0160198 (93.7049) Other time (%) = 9.34601e-05 (0.546677) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:26 2021 Memory usage per processor = 27.5319 Mbytes Step Atoms AVEKE stressZZ 11024 5000 2.418745e-11 3347605.8 11025 -0.00974999999999468 3347549.34345027 11025 5000 2.4185682e-11 3347549.3 Loop time of 0.016468 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:26 2021 Pair time (%) = 0.000962019 (5.84173) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194) Outpt time (%) = 0.0153551 (93.2418) Other time (%) = 0.000118971 (0.722435) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:26 2021 Memory usage per processor = 27.5319 Mbytes Step Atoms AVEKE stressZZ 11025 5000 2.4185682e-11 3347537.2 11026 -0.00974999999999468 3347480.81585041 11026 5000 2.4183913e-11 3347480.8 Loop time of 0.016829 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:26 2021 Pair time (%) = 0.00116205 (6.90505) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.230924) Outpt time (%) = 0.0154841 (92.0083) Other time (%) = 0.000144005 (0.855694) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:26 2021 Memory usage per processor = 27.5319 Mbytes Step Atoms AVEKE stressZZ 11026 5000 2.4183913e-11 3347468.7 11027 -0.00974999999999468 3347412.29168919 11027 5000 2.4182145e-11 3347412.3 Loop time of 0.017174 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:26 2021 Pair time (%) = 0.000948906 (5.52525) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.187414) Outpt time (%) = 0.0161009 (93.7515) Other time (%) = 9.20296e-05 (0.535866) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:26 2021 Memory usage per processor = 27.5319 Mbytes Step Atoms AVEKE stressZZ 11027 5000 2.4182145e-11 3347400.2 11028 -0.00974999999999468 3347343.77096605 11028 5000 2.4180377e-11 3347343.8 Loop time of 0.017252 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:26 2021 Pair time (%) = 0.000952959 (5.52377) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179657) Outpt time (%) = 0.0161369 (93.5365) Other time (%) = 0.00013113 (0.760088) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:26 2021 Memory usage per processor = 27.5319 Mbytes Step Atoms AVEKE stressZZ 11028 5000 2.4180377e-11 3347331.7 11029 -0.00974999999999468 3347275.25368054 11029 5000 2.4178609e-11 3347275.3 Loop time of 0.016535 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:26 2021 Pair time (%) = 0.00100088 (6.05309) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.194656) Outpt time (%) = 0.015362 (92.9059) Other time (%) = 0.000139952 (0.846395) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:26 2021 Memory usage per processor = 27.5319 Mbytes Step Atoms AVEKE stressZZ 11029 5000 2.4178609e-11 3347263.1 11030 -0.00974999999999468 3347206.73983209 11030 5000 2.4176841e-11 3347206.7 Loop time of 0.0190809 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:26 2021 Pair time (%) = 0.000999928 (5.24047) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.167435) Outpt time (%) = 0.0179439 (94.0411) Other time (%) = 0.000105143 (0.551036) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:26 2021 Memory usage per processor = 27.5319 Mbytes Step Atoms AVEKE stressZZ 11030 5000 2.4176841e-11 3347194.6 11031 -0.00974999999999468 3347138.22942025 11031 5000 2.4175074e-11 3347138.2 Loop time of 0.0173948 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:26 2021 Pair time (%) = 0.000960112 (5.51954) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183665) Outpt time (%) = 0.0163078 (93.7513) Other time (%) = 9.48906e-05 (0.545512) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:26 2021 Memory usage per processor = 27.5319 Mbytes Step Atoms AVEKE stressZZ 11031 5000 2.4175074e-11 3347126.1 11032 -0.00974999999999468 3347069.72244449 11032 5000 2.4173306e-11 3347069.7 Loop time of 0.0171258 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:26 2021 Pair time (%) = 0.00110507 (6.45265) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.18098) Outpt time (%) = 0.015893 (92.8012) Other time (%) = 9.67979e-05 (0.565216) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:26 2021 Memory usage per processor = 27.5319 Mbytes Step Atoms AVEKE stressZZ 11032 5000 2.4173306e-11 3347057.6 11033 -0.00974999999999468 3347001.21890436 11033 5000 2.4171539e-11 3347001.2 Loop time of 0.016578 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:26 2021 Pair time (%) = 0.00105309 (6.35238) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.21141) Outpt time (%) = 0.0153699 (92.7128) Other time (%) = 0.000119925 (0.723398) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:26 2021 Memory usage per processor = 27.5319 Mbytes Step Atoms AVEKE stressZZ 11033 5000 2.4171539e-11 3346989.1 11034 -0.00974999999999468 3346932.71880432 11034 5000 2.4169772e-11 3346932.7 Loop time of 0.0171061 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:26 2021 Pair time (%) = 0.00107098 (6.2608) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.18119) Outpt time (%) = 0.0159101 (93.0089) Other time (%) = 9.39369e-05 (0.549144) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:26 2021 Memory usage per processor = 27.5319 Mbytes Step Atoms AVEKE stressZZ 11034 5000 2.4169772e-11 3346920.6 11035 -0.00974999999999468 3346864.22221983 11035 5000 2.4168006e-11 3346864.2 Loop time of 0.0169659 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:26 2021 Pair time (%) = 0.000950098 (5.60006) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188308) Outpt time (%) = 0.0158901 (93.6594) Other time (%) = 9.36985e-05 (0.552277) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:26 2021 Memory usage per processor = 27.5319 Mbytes Step Atoms AVEKE stressZZ 11035 5000 2.4168006e-11 3346852.1 11036 -0.00974999999999468 3346795.72912233 11036 5000 2.4166239e-11 3346795.7 Loop time of 0.0165381 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:26 2021 Pair time (%) = 0.000969172 (5.86022) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.198945) Outpt time (%) = 0.0153608 (92.8812) Other time (%) = 0.000175238 (1.0596) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:26 2021 Memory usage per processor = 27.5319 Mbytes Step Atoms AVEKE stressZZ 11036 5000 2.4166239e-11 3346783.6 11037 -0.00974999999999468 3346727.23949573 11037 5000 2.4164473e-11 3346727.2 Loop time of 0.0171931 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:26 2021 Pair time (%) = 0.00130391 (7.58393) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.1983) Outpt time (%) = 0.0156772 (91.1833) Other time (%) = 0.00017786 (1.03449) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:26 2021 Memory usage per processor = 27.5319 Mbytes Step Atoms AVEKE stressZZ 11037 5000 2.4164473e-11 3346715.1 11038 -0.00974999999999468 3346658.75333278 11038 5000 2.4162706e-11 3346658.8 Loop time of 0.017252 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:26 2021 Pair time (%) = 0.000962019 (5.57629) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.196241) Outpt time (%) = 0.016155 (93.6415) Other time (%) = 0.000101089 (0.585959) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:26 2021 Memory usage per processor = 27.5319 Mbytes Step Atoms AVEKE stressZZ 11038 5000 2.4162706e-11 3346646.6 11039 -0.00974999999999468 3346590.27062917 11039 5000 2.416094e-11 3346590.3 Loop time of 0.0168669 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:26 2021 Pair time (%) = 0.000950098 (5.63291) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.189413) Outpt time (%) = 0.0157919 (93.6264) Other time (%) = 9.29832e-05 (0.551276) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:26 2021 Memory usage per processor = 27.5319 Mbytes Step Atoms AVEKE stressZZ 11039 5000 2.416094e-11 3346578.2 11040 -0.00974999999999468 3346521.79138172 11040 5000 2.4159174e-11 3346521.8 Loop time of 0.0185139 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:26 2021 Pair time (%) = 0.000990868 (5.35201) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.182865) Outpt time (%) = 0.01737 (93.8212) Other time (%) = 0.000119209 (0.64389) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:26 2021 Memory usage per processor = 27.5319 Mbytes Step Atoms AVEKE stressZZ 11040 5000 2.4159174e-11 3346509.7 11041 -0.00974999999999468 3346453.31558794 11041 5000 2.4157409e-11 3346453.3 Loop time of 0.0172391 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:26 2021 Pair time (%) = 0.00107598 (6.24153) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197771) Outpt time (%) = 0.0160139 (92.8927) Other time (%) = 0.000115156 (0.667994) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:26 2021 Memory usage per processor = 27.5319 Mbytes Step Atoms AVEKE stressZZ 11041 5000 2.4157409e-11 3346441.2 11042 -0.00974999999999468 3346384.8432458 11042 5000 2.4155643e-11 3346384.8 Loop time of 0.0172908 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:26 2021 Pair time (%) = 0.00100398 (5.80643) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184769) Outpt time (%) = 0.0161309 (93.2918) Other time (%) = 0.000123978 (0.717014) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:26 2021 Memory usage per processor = 27.5319 Mbytes Step Atoms AVEKE stressZZ 11042 5000 2.4155643e-11 3346372.7 11043 -0.00974999999999468 3346316.37434621 11043 5000 2.4153878e-11 3346316.4 Loop time of 0.016562 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:26 2021 Pair time (%) = 0.000959158 (5.79132) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.187142) Outpt time (%) = 0.0154459 (93.2615) Other time (%) = 0.000125885 (0.760084) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:26 2021 Memory usage per processor = 27.5319 Mbytes Step Atoms AVEKE stressZZ 11043 5000 2.4153878e-11 3346304.3 11044 -0.00974999999999468 3346247.90888229 11044 5000 2.4152113e-11 3346247.9 Loop time of 0.016758 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:26 2021 Pair time (%) = 0.00111198 (6.63556) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.220521) Outpt time (%) = 0.0155001 (92.4937) Other time (%) = 0.000108957 (0.650182) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:26 2021 Memory usage per processor = 27.5319 Mbytes Step Atoms AVEKE stressZZ 11044 5000 2.4152113e-11 3346235.8 11045 -0.00974999999999468 3346179.44687096 11045 5000 2.4150348e-11 3346179.4 Loop time of 0.016417 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:26 2021 Pair time (%) = 0.00100303 (6.10967) Neigh time (%) = 0 (0) Comm time (%) = 4.72069e-05 (0.287548) Outpt time (%) = 0.0152419 (92.8418) Other time (%) = 0.000124931 (0.760986) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:26 2021 Memory usage per processor = 27.5319 Mbytes Step Atoms AVEKE stressZZ 11045 5000 2.4150348e-11 3346167.3 11046 -0.00974999999999468 3346110.98830774 11046 5000 2.4148583e-11 3346111 Loop time of 0.0162141 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:26 2021 Pair time (%) = 0.000950098 (5.85969) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.197039) Outpt time (%) = 0.0151451 (93.4066) Other time (%) = 8.70228e-05 (0.536709) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:26 2021 Memory usage per processor = 27.5319 Mbytes Step Atoms AVEKE stressZZ 11046 5000 2.4148583e-11 3346098.9 11047 -0.00974999999999468 3346042.53319072 11047 5000 2.4146819e-11 3346042.5 Loop time of 0.01648 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:26 2021 Pair time (%) = 0.00101614 (6.16591) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.188073) Outpt time (%) = 0.0153449 (93.1122) Other time (%) = 8.79765e-05 (0.533839) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:26 2021 Memory usage per processor = 27.5319 Mbytes Step Atoms AVEKE stressZZ 11047 5000 2.4146819e-11 3346030.4 11048 -0.00974999999999468 3345974.08151847 11048 5000 2.4145054e-11 3345974.1 Loop time of 0.0171301 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:26 2021 Pair time (%) = 0.000949144 (5.54079) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186502) Outpt time (%) = 0.0160611 (93.7591) Other time (%) = 8.79765e-05 (0.513577) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:26 2021 Memory usage per processor = 27.5319 Mbytes Step Atoms AVEKE stressZZ 11048 5000 2.4145054e-11 3345962 11049 -0.00974999999999468 3345905.63328983 11049 5000 2.414329e-11 3345905.6 Loop time of 0.016613 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:26 2021 Pair time (%) = 0.000952005 (5.73048) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192308) Outpt time (%) = 0.015537 (93.5232) Other time (%) = 9.20296e-05 (0.553961) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:22:26 2021 Memory usage per processor = 27.5319 Mbytes Step Atoms AVEKE stressZZ 11049 5000 2.414329e-11 3345893.5 11050 -0.00974999999999468 3345825.84710378 11050 5000 4.7692847e-11 3345935.7 Loop time of 0.0184629 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:26 2021 Pair time (%) = 0.00103188 (5.58892) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.189827) Outpt time (%) = 0.017246 (93.409) Other time (%) = 0.000149965 (0.812252) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:26 2021 Memory usage per processor = 27.5319 Mbytes Step Atoms AVEKE stressZZ 11050 5000 4.7692847e-11 3391355.3 11051 -0.00978249999999466 3391280.53111924 11051 5000 3.8450304e-11 3391280.5 Loop time of 0.017081 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:26 2021 Pair time (%) = 0.0010581 (6.1946) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.194018) Outpt time (%) = 0.0158482 (92.7823) Other time (%) = 0.000141621 (0.829111) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:26 2021 Memory usage per processor = 27.5319 Mbytes Step Atoms AVEKE stressZZ 11051 5000 3.8450304e-11 3391264.2 11052 -0.00978249999999466 3391195.87751227 11052 5000 3.3092685e-11 3391195.9 Loop time of 0.0174291 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:26 2021 Pair time (%) = 0.000952959 (5.46763) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.177831) Outpt time (%) = 0.016351 (93.8142) Other time (%) = 9.41753e-05 (0.540334) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:26 2021 Memory usage per processor = 27.5319 Mbytes Step Atoms AVEKE stressZZ 11052 5000 3.3092685e-11 3391181 11053 -0.00978249999999466 3391116.73416868 11053 5000 2.989594e-11 3391116.7 Loop time of 0.0164368 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:26 2021 Pair time (%) = 0.000956059 (5.81657) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194369) Outpt time (%) = 0.015358 (93.4364) Other time (%) = 9.08375e-05 (0.552646) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:26 2021 Memory usage per processor = 27.5319 Mbytes Step Atoms AVEKE stressZZ 11053 5000 2.989594e-11 3391102.8 11054 -0.00978249999999466 3391041.09393805 11054 5000 2.7948033e-11 3391041.1 Loop time of 0.0167258 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:26 2021 Pair time (%) = 0.00114489 (6.84504) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.220946) Outpt time (%) = 0.015424 (92.217) Other time (%) = 0.000119925 (0.717004) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:26 2021 Memory usage per processor = 27.5319 Mbytes Step Atoms AVEKE stressZZ 11054 5000 2.7948033e-11 3391027.7 11055 -0.00978249999999466 3390967.68124036 11055 5000 2.674352e-11 3390967.7 Loop time of 0.0170081 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:26 2021 Pair time (%) = 0.00094986 (5.58476) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187841) Outpt time (%) = 0.015934 (93.6849) Other time (%) = 9.2268e-05 (0.542495) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:26 2021 Memory usage per processor = 27.5319 Mbytes Step Atoms AVEKE stressZZ 11055 5000 2.674352e-11 3390954.7 11056 -0.00978249999999466 3390895.68546698 11056 5000 2.5991141e-11 3390895.7 Loop time of 0.0170891 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:26 2021 Pair time (%) = 0.00099802 (5.84009) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.188345) Outpt time (%) = 0.0159559 (93.3689) Other time (%) = 0.000102997 (0.602704) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:26 2021 Memory usage per processor = 27.5319 Mbytes Step Atoms AVEKE stressZZ 11056 5000 2.5991141e-11 3390882.9 11057 -0.00978249999999466 3390824.59145171 11057 5000 2.5517898e-11 3390824.6 Loop time of 0.0165918 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:26 2021 Pair time (%) = 0.000982046 (5.91887) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.204049) Outpt time (%) = 0.015481 (93.3052) Other time (%) = 9.48906e-05 (0.571913) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:26 2021 Memory usage per processor = 27.5319 Mbytes Step Atoms AVEKE stressZZ 11057 5000 2.5517898e-11 3390812 11058 -0.00978249999999466 3390754.0718004 11058 5000 2.5218735e-11 3390754.1 Loop time of 0.0174241 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:26 2021 Pair time (%) = 0.00108004 (6.19852) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.188829) Outpt time (%) = 0.0161901 (92.9175) Other time (%) = 0.000121117 (0.69511) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:26 2021 Memory usage per processor = 27.5319 Mbytes Step Atoms AVEKE stressZZ 11058 5000 2.5218735e-11 3390741.6 11059 -0.00978249999999466 3390683.91844985 11059 5000 2.5028863e-11 3390683.9 Loop time of 0.0172491 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:27 2021 Pair time (%) = 0.00103688 (6.01122) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192127) Outpt time (%) = 0.0160799 (93.2217) Other time (%) = 9.91821e-05 (0.574999) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:27 2021 Memory usage per processor = 27.5319 Mbytes Step Atoms AVEKE stressZZ 11059 5000 2.5028863e-11 3390671.5 11060 -0.00978249999999466 3390613.99917326 11060 5000 2.4907905e-11 3390614 Loop time of 0.0191309 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:27 2021 Pair time (%) = 0.000959873 (5.01739) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.166997) Outpt time (%) = 0.0180459 (94.3283) Other time (%) = 9.32217e-05 (0.487282) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:27 2021 Memory usage per processor = 27.532 Mbytes Step Atoms AVEKE stressZZ 11060 5000 2.4907905e-11 3390601.6 11061 -0.00978249999999466 3390544.22993786 11061 5000 2.4830524e-11 3390544.2 Loop time of 0.0167918 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:27 2021 Pair time (%) = 0.00101089 (6.02016) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.203038) Outpt time (%) = 0.0156178 (93.0087) Other time (%) = 0.000128984 (0.768139) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:27 2021 Memory usage per processor = 27.532 Mbytes Step Atoms AVEKE stressZZ 11061 5000 2.4830524e-11 3390531.9 11062 -0.00978249999999466 3390474.55734025 11062 5000 2.4780748e-11 3390474.6 Loop time of 0.017333 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:27 2021 Pair time (%) = 0.00109291 (6.30536) Neigh time (%) = 0 (0) Comm time (%) = 4.81606e-05 (0.277854) Outpt time (%) = 0.0160122 (92.3796) Other time (%) = 0.000179768 (1.03714) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:27 2021 Memory usage per processor = 27.532 Mbytes Step Atoms AVEKE stressZZ 11062 5000 2.4780748e-11 3390462.2 11063 -0.00978249999999466 3390404.9474415 11063 5000 2.474848e-11 3390404.9 Loop time of 0.0168769 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:27 2021 Pair time (%) = 0.000953913 (5.65217) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.18365) Outpt time (%) = 0.015785 (93.5299) Other time (%) = 0.00010705 (0.634297) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:27 2021 Memory usage per processor = 27.532 Mbytes Step Atoms AVEKE stressZZ 11063 5000 2.474848e-11 3390392.6 11064 -0.00978249999999466 3390335.37867251 11064 5000 2.4727323e-11 3390335.4 Loop time of 0.0164449 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:27 2021 Pair time (%) = 0.00103307 (6.28199) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194273) Outpt time (%) = 0.015276 (92.8916) Other time (%) = 0.000103951 (0.632113) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:27 2021 Memory usage per processor = 27.532 Mbytes Step Atoms AVEKE stressZZ 11064 5000 2.4727323e-11 3390323 11065 -0.00978249999999466 3390265.83732555 11065 5000 2.4713223e-11 3390265.8 Loop time of 0.016768 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:27 2021 Pair time (%) = 0.00116706 (6.96005) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.226077) Outpt time (%) = 0.01542 (91.9608) Other time (%) = 0.000143051 (0.853121) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:27 2021 Memory usage per processor = 27.532 Mbytes Step Atoms AVEKE stressZZ 11065 5000 2.4713223e-11 3390253.5 11066 -0.00978249999999466 3390196.31468884 11066 5000 2.4703603e-11 3390196.3 Loop time of 0.0170791 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:27 2021 Pair time (%) = 0.000955105 (5.59224) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187059) Outpt time (%) = 0.0159991 (93.6763) Other time (%) = 9.29832e-05 (0.544427) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:27 2021 Memory usage per processor = 27.532 Mbytes Step Atoms AVEKE stressZZ 11066 5000 2.4703603e-11 3390184 11067 -0.00978249999999466 3390126.80522566 11067 5000 2.4696832e-11 3390126.8 Loop time of 0.017102 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:27 2021 Pair time (%) = 0.000952005 (5.56663) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186809) Outpt time (%) = 0.0160019 (93.5676) Other time (%) = 0.00011611 (0.678925) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:27 2021 Memory usage per processor = 27.532 Mbytes Step Atoms AVEKE stressZZ 11067 5000 2.4696832e-11 3390114.5 11068 -0.00978249999999466 3390057.30541697 11068 5000 2.4691869e-11 3390057.3 Loop time of 0.0164931 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:27 2021 Pair time (%) = 0.000957012 (5.80251) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.205271) Outpt time (%) = 0.0153861 (93.2882) Other time (%) = 0.00011611 (0.703991) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:27 2021 Memory usage per processor = 27.532 Mbytes Step Atoms AVEKE stressZZ 11068 5000 2.4691869e-11 3390045 11069 -0.00978249999999466 3389987.81302618 11069 5000 2.4688055e-11 3389987.8 Loop time of 0.01717 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:27 2021 Pair time (%) = 0.00107503 (6.26111) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.197178) Outpt time (%) = 0.015944 (92.8599) Other time (%) = 0.000117064 (0.681793) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:27 2021 Memory usage per processor = 27.532 Mbytes Step Atoms AVEKE stressZZ 11069 5000 2.4688055e-11 3389975.5 11070 -0.00978249999999466 3389918.3266315 11070 5000 2.4684973e-11 3389918.3 Loop time of 0.0193191 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:27 2021 Pair time (%) = 0.000985861 (5.10305) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.165371) Outpt time (%) = 0.0182078 (94.2478) Other time (%) = 9.34601e-05 (0.483771) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:27 2021 Memory usage per processor = 27.532 Mbytes Step Atoms AVEKE stressZZ 11070 5000 2.4684973e-11 3389906 11071 -0.00978249999999466 3389848.84533252 11071 5000 2.4682354e-11 3389848.8 Loop time of 0.0169089 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:27 2021 Pair time (%) = 0.000957012 (5.65982) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.183303) Outpt time (%) = 0.0158329 (93.6366) Other time (%) = 8.79765e-05 (0.520297) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:27 2021 Memory usage per processor = 27.532 Mbytes Step Atoms AVEKE stressZZ 11071 5000 2.4682354e-11 3389836.5 11072 -0.00978249999999466 3389779.36856647 11072 5000 2.4680031e-11 3389779.4 Loop time of 0.016607 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:27 2021 Pair time (%) = 0.00104403 (6.2867) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.203862) Outpt time (%) = 0.0154128 (92.8088) Other time (%) = 0.000116348 (0.700596) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:27 2021 Memory usage per processor = 27.532 Mbytes Step Atoms AVEKE stressZZ 11072 5000 2.4680031e-11 3389767 11073 -0.00978249999999466 3389709.89596137 11073 5000 2.4677895e-11 3389709.9 Loop time of 0.0172591 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:27 2021 Pair time (%) = 0.00111008 (6.43183) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185108) Outpt time (%) = 0.0159929 (92.6634) Other time (%) = 0.000124216 (0.719713) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:27 2021 Memory usage per processor = 27.532 Mbytes Step Atoms AVEKE stressZZ 11073 5000 2.4677895e-11 3389697.6 11074 -0.00978249999999466 3389640.4272824 11074 5000 2.4675879e-11 3389640.4 Loop time of 0.017163 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:27 2021 Pair time (%) = 0.000966072 (5.62879) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186145) Outpt time (%) = 0.0160699 (93.6308) Other time (%) = 9.5129e-05 (0.554267) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:27 2021 Memory usage per processor = 27.532 Mbytes Step Atoms AVEKE stressZZ 11074 5000 2.4675879e-11 3389628.1 11075 -0.00978249999999466 3389570.96238048 11075 5000 2.4673939e-11 3389571 Loop time of 0.016854 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:27 2021 Pair time (%) = 0.000986099 (5.85082) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.189557) Outpt time (%) = 0.015717 (93.2537) Other time (%) = 0.000118971 (0.705889) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:27 2021 Memory usage per processor = 27.532 Mbytes Step Atoms AVEKE stressZZ 11075 5000 2.4673939e-11 3389558.6 11076 -0.00978249999999466 3389501.50116056 11076 5000 2.4672046e-11 3389501.5 Loop time of 0.017103 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:27 2021 Pair time (%) = 0.00128484 (7.51237) Neigh time (%) = 0 (0) Comm time (%) = 4.3869e-05 (0.2565) Outpt time (%) = 0.0156059 (91.247) Other time (%) = 0.000168324 (0.984178) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:27 2021 Memory usage per processor = 27.532 Mbytes Step Atoms AVEKE stressZZ 11076 5000 2.4672046e-11 3389489.2 11077 -0.00978249999999466 3389432.04356201 11077 5000 2.4670185e-11 3389432 Loop time of 0.017261 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:27 2021 Pair time (%) = 0.000952005 (5.51535) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179563) Outpt time (%) = 0.016186 (93.7719) Other time (%) = 9.20296e-05 (0.533164) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:27 2021 Memory usage per processor = 27.532 Mbytes Step Atoms AVEKE stressZZ 11077 5000 2.4670185e-11 3389419.7 11078 -0.00978249999999466 3389362.58954593 11078 5000 2.4668343e-11 3389362.6 Loop time of 0.0172949 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:27 2021 Pair time (%) = 0.000952959 (5.51006) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.186104) Outpt time (%) = 0.0162148 (93.7552) Other time (%) = 9.48906e-05 (0.548663) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:27 2021 Memory usage per processor = 27.532 Mbytes Step Atoms AVEKE stressZZ 11078 5000 2.4668343e-11 3389350.3 11079 -0.00978249999999466 3389293.13908735 11079 5000 2.4666514e-11 3389293.1 Loop time of 0.0169301 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:27 2021 Pair time (%) = 0.00108504 (6.40896) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.271793) Outpt time (%) = 0.0156472 (92.4222) Other time (%) = 0.000151873 (0.897057) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:27 2021 Memory usage per processor = 27.532 Mbytes Step Atoms AVEKE stressZZ 11079 5000 2.4666514e-11 3389280.8 11080 -0.00978249999999466 3389223.69217184 11080 5000 2.4664693e-11 3389223.7 Loop time of 0.019264 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:27 2021 Pair time (%) = 0.00116706 (6.05824) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.172032) Outpt time (%) = 0.0179551 (93.2054) Other time (%) = 0.000108719 (0.564363) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:27 2021 Memory usage per processor = 27.532 Mbytes Step Atoms AVEKE stressZZ 11080 5000 2.4664693e-11 3389211.4 11081 -0.00978249999999466 3389154.24878779 11081 5000 2.4662877e-11 3389154.2 Loop time of 0.017319 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:27 2021 Pair time (%) = 0.00106311 (6.13841) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.196859) Outpt time (%) = 0.0160918 (92.9145) Other time (%) = 0.000129938 (0.750265) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:27 2021 Memory usage per processor = 27.532 Mbytes Step Atoms AVEKE stressZZ 11081 5000 2.4662877e-11 3389141.9 11082 -0.00978249999999466 3389084.80892773 11082 5000 2.4661064e-11 3389084.8 Loop time of 0.017101 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:27 2021 Pair time (%) = 0.00099802 (5.83602) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181243) Outpt time (%) = 0.015934 (93.1755) Other time (%) = 0.000138044 (0.807227) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:27 2021 Memory usage per processor = 27.532 Mbytes Step Atoms AVEKE stressZZ 11082 5000 2.4661064e-11 3389072.5 11083 -0.00978249999999466 3389015.37258695 11083 5000 2.4659254e-11 3389015.4 Loop time of 0.0166359 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:27 2021 Pair time (%) = 0.0009799 (5.89028) Neigh time (%) = 0 (0) Comm time (%) = 5.6982e-05 (0.342525) Outpt time (%) = 0.015456 (92.9073) Other time (%) = 0.000143051 (0.859895) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:27 2021 Memory usage per processor = 27.532 Mbytes Step Atoms AVEKE stressZZ 11083 5000 2.4659254e-11 3389003 11084 -0.00978249999999466 3388945.93976218 11084 5000 2.4657445e-11 3388945.9 Loop time of 0.017276 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:27 2021 Pair time (%) = 0.000979185 (5.66788) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184927) Outpt time (%) = 0.0161681 (93.5869) Other time (%) = 9.67979e-05 (0.560301) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:27 2021 Memory usage per processor = 27.532 Mbytes Step Atoms AVEKE stressZZ 11084 5000 2.4657445e-11 3388933.6 11085 -0.00978249999999466 3388876.51045105 11085 5000 2.4655637e-11 3388876.5 Loop time of 0.017108 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:27 2021 Pair time (%) = 0.00100398 (5.8685) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186744) Outpt time (%) = 0.01598 (93.4068) Other time (%) = 9.20296e-05 (0.537934) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:27 2021 Memory usage per processor = 27.532 Mbytes Step Atoms AVEKE stressZZ 11085 5000 2.4655637e-11 3388864.2 11086 -0.00978249999999466 3388807.08465189 11086 5000 2.4653829e-11 3388807.1 Loop time of 0.016969 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:27 2021 Pair time (%) = 0.000967026 (5.69879) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.182654) Outpt time (%) = 0.01583 (93.2882) Other time (%) = 0.000140905 (0.830371) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:27 2021 Memory usage per processor = 27.532 Mbytes Step Atoms AVEKE stressZZ 11086 5000 2.4653829e-11 3388794.8 11087 -0.00978249999999466 3388737.66236335 11087 5000 2.4652023e-11 3388737.7 Loop time of 0.0166819 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:27 2021 Pair time (%) = 0.00111985 (6.71297) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.221527) Outpt time (%) = 0.0153749 (92.1651) Other time (%) = 0.000150204 (0.900399) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:27 2021 Memory usage per processor = 27.532 Mbytes Step Atoms AVEKE stressZZ 11087 5000 2.4652023e-11 3388725.3 11088 -0.00978249999999466 3388668.24358431 11088 5000 2.4650216e-11 3388668.2 Loop time of 0.0171051 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:27 2021 Pair time (%) = 0.0010941 (6.39635) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.19932) Outpt time (%) = 0.0158792 (92.8329) Other time (%) = 9.77516e-05 (0.571476) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:27 2021 Memory usage per processor = 27.532 Mbytes Step Atoms AVEKE stressZZ 11088 5000 2.4650216e-11 3388655.9 11089 -0.00978249999999466 3388598.82831385 11089 5000 2.464841e-11 3388598.8 Loop time of 0.0165551 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:27 2021 Pair time (%) = 0.00101304 (6.11922) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.18722) Outpt time (%) = 0.0154161 (93.1204) Other time (%) = 9.48906e-05 (0.573181) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:27 2021 Memory usage per processor = 27.532 Mbytes Step Atoms AVEKE stressZZ 11089 5000 2.464841e-11 3388586.5 11090 -0.00978249999999466 3388529.41657413 11090 5000 2.4646604e-11 3388529.4 Loop time of 0.0181649 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:27 2021 Pair time (%) = 0.000953913 (5.25141) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.175878) Outpt time (%) = 0.0170901 (94.0831) Other time (%) = 8.89301e-05 (0.489572) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:27 2021 Memory usage per processor = 27.532 Mbytes Step Atoms AVEKE stressZZ 11090 5000 2.4646604e-11 3388517.1 11091 -0.00978249999999466 3388460.0083603 11091 5000 2.4644799e-11 3388460 Loop time of 0.0162051 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:27 2021 Pair time (%) = 0.000953913 (5.88651) Neigh time (%) = 0 (0) Comm time (%) = 3.12328e-05 (0.192735) Outpt time (%) = 0.01513 (93.3661) Other time (%) = 8.98838e-05 (0.554665) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:27 2021 Memory usage per processor = 27.532 Mbytes Step Atoms AVEKE stressZZ 11091 5000 2.4644799e-11 3388447.7 11092 -0.00978249999999466 3388390.6036652 11092 5000 2.4642994e-11 3388390.6 Loop time of 0.016278 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:27 2021 Pair time (%) = 0.000953913 (5.86012) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.196265) Outpt time (%) = 0.015203 (93.3958) Other time (%) = 8.91685e-05 (0.547785) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:27 2021 Memory usage per processor = 27.532 Mbytes Step Atoms AVEKE stressZZ 11092 5000 2.4642994e-11 3388378.3 11093 -0.00978249999999466 3388321.2024857 11093 5000 2.4641189e-11 3388321.2 Loop time of 0.017626 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:27 2021 Pair time (%) = 0.000952959 (5.40654) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.175844) Outpt time (%) = 0.0165532 (93.9131) Other time (%) = 8.89301e-05 (0.504538) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:27 2021 Memory usage per processor = 27.532 Mbytes Step Atoms AVEKE stressZZ 11093 5000 2.4641189e-11 3388308.9 11094 -0.00978249999999466 3388251.80481982 11094 5000 2.4639384e-11 3388251.8 Loop time of 0.0171299 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:27 2021 Pair time (%) = 0.00101089 (5.90135) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180938) Outpt time (%) = 0.015939 (93.0478) Other time (%) = 0.000149012 (0.869892) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:27 2021 Memory usage per processor = 27.532 Mbytes Step Atoms AVEKE stressZZ 11094 5000 2.4639384e-11 3388239.5 11095 -0.00978249999999466 3388182.41066607 11095 5000 2.4637579e-11 3388182.4 Loop time of 0.0164452 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:27 2021 Pair time (%) = 0.00100708 (6.12387) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.207318) Outpt time (%) = 0.0153048 (93.0657) Other time (%) = 9.91821e-05 (0.603108) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:27 2021 Memory usage per processor = 27.532 Mbytes Step Atoms AVEKE stressZZ 11095 5000 2.4637579e-11 3388170.1 11096 -0.00978249999999466 3388113.0200691 11096 5000 2.4635775e-11 3388113 Loop time of 0.0170929 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:27 2021 Pair time (%) = 0.00101304 (5.92666) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.280362) Outpt time (%) = 0.0159128 (93.0956) Other time (%) = 0.000119209 (0.697418) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:27 2021 Memory usage per processor = 27.532 Mbytes Step Atoms AVEKE stressZZ 11096 5000 2.4635775e-11 3388100.7 11097 -0.00978249999999466 3388043.63303237 11097 5000 2.463397e-11 3388043.6 Loop time of 0.016983 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:27 2021 Pair time (%) = 0.000952959 (5.61124) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.182502) Outpt time (%) = 0.0159049 (93.6517) Other time (%) = 9.41753e-05 (0.554526) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:27 2021 Memory usage per processor = 27.532 Mbytes Step Atoms AVEKE stressZZ 11097 5000 2.463397e-11 3388031.3 11098 -0.00978249999999466 3387974.24953583 11098 5000 2.4632166e-11 3387974.2 Loop time of 0.0164928 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:27 2021 Pair time (%) = 0.000995874 (6.03822) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193709) Outpt time (%) = 0.0153699 (93.1913) Other time (%) = 9.5129e-05 (0.57679) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:27 2021 Memory usage per processor = 27.532 Mbytes Step Atoms AVEKE stressZZ 11098 5000 2.4632166e-11 3387961.9 11099 -0.00978249999999466 3387904.86957218 11099 5000 2.4630362e-11 3387904.9 Loop time of 0.0170369 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:27 2021 Pair time (%) = 0.00114894 (6.74382) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.21831) Outpt time (%) = 0.015728 (92.3172) Other time (%) = 0.000122786 (0.720703) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:27 2021 Memory usage per processor = 27.532 Mbytes Step Atoms AVEKE stressZZ 11099 5000 2.4630362e-11 3387892.5 11100 -0.00978249999999466 3387835.49313706 11100 5000 2.4628558e-11 3387835.5 Loop time of 0.0191481 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:27 2021 Pair time (%) = 0.000952959 (4.97678) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.168092) Outpt time (%) = 0.0180771 (94.4069) Other time (%) = 8.58307e-05 (0.448246) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:27 2021 Memory usage per processor = 27.532 Mbytes Step Atoms AVEKE stressZZ 11100 5000 2.4628558e-11 3387823.2 11101 -0.00978249999999466 3387766.12022719 11101 5000 2.4626755e-11 3387766.1 Loop time of 0.0173221 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:27 2021 Pair time (%) = 0.00104189 (6.01481) Neigh time (%) = 0 (0) Comm time (%) = 6.29425e-05 (0.363366) Outpt time (%) = 0.016052 (92.668) Other time (%) = 0.000165224 (0.953836) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:27 2021 Memory usage per processor = 27.532 Mbytes Step Atoms AVEKE stressZZ 11101 5000 2.4626755e-11 3387753.8 11102 -0.00978249999999466 3387696.75084011 11102 5000 2.4624952e-11 3387696.8 Loop time of 0.0164812 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:27 2021 Pair time (%) = 0.000952005 (5.77632) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.195293) Outpt time (%) = 0.015404 (93.4642) Other time (%) = 9.29832e-05 (0.564179) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:27 2021 Memory usage per processor = 27.532 Mbytes Step Atoms AVEKE stressZZ 11102 5000 2.4624952e-11 3387684.4 11103 -0.00978249999999466 3387627.38497378 11103 5000 2.4623148e-11 3387627.4 Loop time of 0.016856 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:28 2021 Pair time (%) = 0.00119901 (7.11325) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.237627) Outpt time (%) = 0.0154819 (91.8485) Other time (%) = 0.000134945 (0.800577) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:28 2021 Memory usage per processor = 27.532 Mbytes Step Atoms AVEKE stressZZ 11103 5000 2.4623148e-11 3387615.1 11104 -0.00978249999999466 3387558.02262634 11104 5000 2.4621345e-11 3387558 Loop time of 0.0171301 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:28 2021 Pair time (%) = 0.000954151 (5.57001) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186502) Outpt time (%) = 0.0160511 (93.7007) Other time (%) = 9.29832e-05 (0.542805) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:28 2021 Memory usage per processor = 27.532 Mbytes Step Atoms AVEKE stressZZ 11104 5000 2.4621345e-11 3387545.7 11105 -0.00978249999999466 3387488.66379631 11105 5000 2.4619543e-11 3387488.7 Loop time of 0.0166531 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:28 2021 Pair time (%) = 0.00103283 (6.20204) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.193277) Outpt time (%) = 0.015496 (93.0521) Other time (%) = 9.20296e-05 (0.552629) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:28 2021 Memory usage per processor = 27.532 Mbytes Step Atoms AVEKE stressZZ 11105 5000 2.4619543e-11 3387476.3 11106 -0.00978249999999466 3387419.30848219 11106 5000 2.461774e-11 3387419.3 Loop time of 0.016763 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:28 2021 Pair time (%) = 0.00106311 (6.342) Neigh time (%) = 0 (0) Comm time (%) = 4.31538e-05 (0.257435) Outpt time (%) = 0.0155511 (92.7705) Other time (%) = 0.000105619 (0.630076) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:28 2021 Memory usage per processor = 27.532 Mbytes Step Atoms AVEKE stressZZ 11106 5000 2.461774e-11 3387407 11107 -0.00978249999999466 3387349.9566828 11107 5000 2.4615938e-11 3387350 Loop time of 0.0169232 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:28 2021 Pair time (%) = 0.000978947 (5.78465) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188783) Outpt time (%) = 0.015815 (93.4518) Other time (%) = 9.72748e-05 (0.574802) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:28 2021 Memory usage per processor = 27.532 Mbytes Step Atoms AVEKE stressZZ 11107 5000 2.4615938e-11 3387337.6 11108 -0.00978249999999466 3387280.60839683 11108 5000 2.4614136e-11 3387280.6 Loop time of 0.017309 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:28 2021 Pair time (%) = 0.00104284 (6.02488) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.196972) Outpt time (%) = 0.0161319 (93.1996) Other time (%) = 0.000100136 (0.57852) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:28 2021 Memory usage per processor = 27.532 Mbytes Step Atoms AVEKE stressZZ 11108 5000 2.4614136e-11 3387268.3 11109 -0.00978249999999466 3387211.26362322 11109 5000 2.4612334e-11 3387211.3 Loop time of 0.0167322 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:28 2021 Pair time (%) = 0.000953197 (5.69678) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.185238) Outpt time (%) = 0.0156529 (93.5494) Other time (%) = 9.5129e-05 (0.568538) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:28 2021 Memory usage per processor = 27.532 Mbytes Step Atoms AVEKE stressZZ 11109 5000 2.4612334e-11 3387198.9 11110 -0.00978249999999466 3387141.92234815 11110 5000 2.4610532e-11 3387141.9 Loop time of 0.018862 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:28 2021 Pair time (%) = 0.00113797 (6.03314) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.190866) Outpt time (%) = 0.0175691 (93.1452) Other time (%) = 0.000118971 (0.630743) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:28 2021 Memory usage per processor = 27.532 Mbytes Step Atoms AVEKE stressZZ 11110 5000 2.4610532e-11 3387129.6 11111 -0.00978249999999466 3387072.58458071 11111 5000 2.460873e-11 3387072.6 Loop time of 0.0172291 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:28 2021 Pair time (%) = 0.0010469 (6.07633) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.186815) Outpt time (%) = 0.0160539 (93.1792) Other time (%) = 9.60827e-05 (0.557677) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:28 2021 Memory usage per processor = 27.532 Mbytes Step Atoms AVEKE stressZZ 11111 5000 2.460873e-11 3387060.3 11112 -0.00978249999999466 3387003.25032173 11112 5000 2.4606929e-11 3387003.3 Loop time of 0.0168028 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:28 2021 Pair time (%) = 0.00099206 (5.90414) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190136) Outpt time (%) = 0.0156848 (93.3467) Other time (%) = 9.39369e-05 (0.559056) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:28 2021 Memory usage per processor = 27.532 Mbytes Step Atoms AVEKE stressZZ 11112 5000 2.4606929e-11 3386990.9 11113 -0.00978249999999466 3386933.91957043 11113 5000 2.4605127e-11 3386933.9 Loop time of 0.016537 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:28 2021 Pair time (%) = 0.000953913 (5.76837) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.198959) Outpt time (%) = 0.0153708 (92.9485) Other time (%) = 0.000179291 (1.08418) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:28 2021 Memory usage per processor = 27.532 Mbytes Step Atoms AVEKE stressZZ 11113 5000 2.4605127e-11 3386921.6 11114 -0.00978249999999466 3386864.59232591 11114 5000 2.4603326e-11 3386864.6 Loop time of 0.017087 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:28 2021 Pair time (%) = 0.00127006 (7.43288) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.239996) Outpt time (%) = 0.015583 (91.1983) Other time (%) = 0.000192881 (1.12882) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:28 2021 Memory usage per processor = 27.532 Mbytes Step Atoms AVEKE stressZZ 11114 5000 2.4603326e-11 3386852.3 11115 -0.00978249999999466 3386795.26858736 11115 5000 2.4601525e-11 3386795.3 Loop time of 0.017318 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:28 2021 Pair time (%) = 0.000993967 (5.7395) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.178972) Outpt time (%) = 0.016197 (93.5267) Other time (%) = 9.60827e-05 (0.554814) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:28 2021 Memory usage per processor = 27.532 Mbytes Step Atoms AVEKE stressZZ 11115 5000 2.4601525e-11 3386782.9 11116 -0.00978249999999466 3386725.94835404 11116 5000 2.4599725e-11 3386725.9 Loop time of 0.0165281 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:28 2021 Pair time (%) = 0.000960827 (5.81328) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.194738) Outpt time (%) = 0.0154431 (93.4352) Other time (%) = 9.20296e-05 (0.556806) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:28 2021 Memory usage per processor = 27.532 Mbytes Step Atoms AVEKE stressZZ 11116 5000 2.4599725e-11 3386713.6 11117 -0.00978249999999466 3386656.63162519 11117 5000 2.4597924e-11 3386656.6 Loop time of 0.0165071 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:28 2021 Pair time (%) = 0.00100112 (6.06476) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.212317) Outpt time (%) = 0.0153692 (93.1062) Other time (%) = 0.000101805 (0.616731) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:28 2021 Memory usage per processor = 27.532 Mbytes Step Atoms AVEKE stressZZ 11117 5000 2.4597924e-11 3386644.3 11118 -0.00978249999999466 3386587.31840013 11118 5000 2.4596124e-11 3386587.3 Loop time of 0.017272 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:28 2021 Pair time (%) = 0.000989199 (5.72718) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190492) Outpt time (%) = 0.016114 (93.2955) Other time (%) = 0.000135899 (0.786815) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:28 2021 Memory usage per processor = 27.532 Mbytes Step Atoms AVEKE stressZZ 11118 5000 2.4596124e-11 3386575 11119 -0.00978249999999466 3386518.00867802 11119 5000 2.4594324e-11 3386518 Loop time of 0.0173321 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:28 2021 Pair time (%) = 0.001019 (5.87928) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.19671) Outpt time (%) = 0.0161581 (93.2266) Other time (%) = 0.000120878 (0.697425) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:28 2021 Memory usage per processor = 27.532 Mbytes Step Atoms AVEKE stressZZ 11119 5000 2.4594324e-11 3386505.7 11120 -0.00978249999999466 3386448.70245832 11120 5000 2.4592524e-11 3386448.7 Loop time of 0.0186341 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:28 2021 Pair time (%) = 0.000952005 (5.10895) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.17145) Outpt time (%) = 0.0175569 (94.2193) Other time (%) = 9.32217e-05 (0.500275) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:28 2021 Memory usage per processor = 27.532 Mbytes Step Atoms AVEKE stressZZ 11120 5000 2.4592524e-11 3386436.4 11121 -0.00978249999999466 3386379.39975747 11121 5000 2.4590724e-11 3386379.4 Loop time of 0.016855 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:28 2021 Pair time (%) = 0.00108695 (6.44883) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207935) Outpt time (%) = 0.015609 (92.6077) Other time (%) = 0.000123978 (0.735554) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:28 2021 Memory usage per processor = 27.532 Mbytes Step Atoms AVEKE stressZZ 11121 5000 2.4590724e-11 3386367.1 11122 -0.00978249999999466 3386310.10058604 11122 5000 2.4588925e-11 3386310.1 Loop time of 0.0173149 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:28 2021 Pair time (%) = 0.00110483 (6.38081) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.185889) Outpt time (%) = 0.0160828 (92.8839) Other time (%) = 9.5129e-05 (0.549405) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:28 2021 Memory usage per processor = 27.532 Mbytes Step Atoms AVEKE stressZZ 11122 5000 2.4588925e-11 3386297.8 11123 -0.00978249999999466 3386240.80493111 11123 5000 2.4587125e-11 3386240.8 Loop time of 0.017122 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:28 2021 Pair time (%) = 0.000995874 (5.81633) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186591) Outpt time (%) = 0.0160019 (93.4582) Other time (%) = 9.2268e-05 (0.538885) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:28 2021 Memory usage per processor = 27.532 Mbytes Step Atoms AVEKE stressZZ 11123 5000 2.4587125e-11 3386228.5 11124 -0.00978249999999466 3386171.51278855 11124 5000 2.4585326e-11 3386171.5 Loop time of 0.016711 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:28 2021 Pair time (%) = 0.000952959 (5.70259) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.19118) Outpt time (%) = 0.0156209 (93.4771) Other time (%) = 0.000105143 (0.629182) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:28 2021 Memory usage per processor = 27.532 Mbytes Step Atoms AVEKE stressZZ 11124 5000 2.4585326e-11 3386159.2 11125 -0.00978249999999466 3386102.22415587 11125 5000 2.4583527e-11 3386102.2 Loop time of 0.017508 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:28 2021 Pair time (%) = 0.00135684 (7.74982) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.205627) Outpt time (%) = 0.0159221 (90.9415) Other time (%) = 0.000193119 (1.10303) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:28 2021 Memory usage per processor = 27.532 Mbytes Step Atoms AVEKE stressZZ 11125 5000 2.4583527e-11 3386089.9 11126 -0.00978249999999466 3386032.93903119 11126 5000 2.4581728e-11 3386032.9 Loop time of 0.0171909 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:28 2021 Pair time (%) = 0.000954151 (5.55032) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185843) Outpt time (%) = 0.016118 (93.759) Other time (%) = 8.67844e-05 (0.504826) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:28 2021 Memory usage per processor = 27.532 Mbytes Step Atoms AVEKE stressZZ 11126 5000 2.4581728e-11 3386020.6 11127 -0.00978249999999466 3385963.65741308 11127 5000 2.457993e-11 3385963.7 Loop time of 0.0167191 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:28 2021 Pair time (%) = 0.000996113 (5.95793) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.185383) Outpt time (%) = 0.0155971 (93.2891) Other time (%) = 9.48906e-05 (0.567558) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:28 2021 Memory usage per processor = 27.532 Mbytes Step Atoms AVEKE stressZZ 11127 5000 2.457993e-11 3385951.3 11128 -0.00978249999999466 3385894.37930026 11128 5000 2.4578131e-11 3385894.4 Loop time of 0.0164969 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:28 2021 Pair time (%) = 0.00099802 (6.04974) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.206668) Outpt time (%) = 0.015363 (93.1265) Other time (%) = 0.000101805 (0.617114) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:28 2021 Memory usage per processor = 27.532 Mbytes Step Atoms AVEKE stressZZ 11128 5000 2.4578131e-11 3385882.1 11129 -0.00978249999999466 3385825.10469155 11129 5000 2.4576333e-11 3385825.1 Loop time of 0.017307 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:28 2021 Pair time (%) = 0.00105286 (6.0834) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179086) Outpt time (%) = 0.016134 (93.2223) Other time (%) = 8.91685e-05 (0.515215) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:28 2021 Memory usage per processor = 27.532 Mbytes Step Atoms AVEKE stressZZ 11129 5000 2.4576333e-11 3385812.8 11130 -0.00978249999999466 3385755.83358594 11130 5000 2.4574535e-11 3385755.8 Loop time of 0.0191312 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:28 2021 Pair time (%) = 0.00100303 (5.24289) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.166995) Outpt time (%) = 0.0180042 (94.1091) Other time (%) = 9.20296e-05 (0.481045) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:28 2021 Memory usage per processor = 27.532 Mbytes Step Atoms AVEKE stressZZ 11130 5000 2.4574535e-11 3385743.5 11131 -0.00978249999999466 3385686.56598247 11131 5000 2.4572737e-11 3385686.6 Loop time of 0.0165639 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:28 2021 Pair time (%) = 0.00105095 (6.34482) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.200075) Outpt time (%) = 0.015373 (92.8103) Other time (%) = 0.000106812 (0.644846) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:28 2021 Memory usage per processor = 27.532 Mbytes Step Atoms AVEKE stressZZ 11131 5000 2.4572737e-11 3385674.2 11132 -0.00978249999999466 3385617.30188029 11132 5000 2.4570939e-11 3385617.3 Loop time of 0.0169761 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:28 2021 Pair time (%) = 0.00122595 (7.22161) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.21207) Outpt time (%) = 0.0155501 (91.6001) Other time (%) = 0.000164032 (0.966251) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:28 2021 Memory usage per processor = 27.532 Mbytes Step Atoms AVEKE stressZZ 11132 5000 2.4570939e-11 3385605 11133 -0.00978249999999466 3385548.0412785 11133 5000 2.4569142e-11 3385548 Loop time of 0.016995 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:28 2021 Pair time (%) = 0.000956059 (5.62554) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187986) Outpt time (%) = 0.015914 (93.6393) Other time (%) = 9.29832e-05 (0.547123) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:28 2021 Memory usage per processor = 27.532 Mbytes Step Atoms AVEKE stressZZ 11133 5000 2.4569142e-11 3385535.7 11134 -0.00978249999999466 3385478.7841764 11134 5000 2.4567345e-11 3385478.8 Loop time of 0.0165029 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:28 2021 Pair time (%) = 0.000953197 (5.77595) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193591) Outpt time (%) = 0.015424 (93.4627) Other time (%) = 9.36985e-05 (0.567771) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:28 2021 Memory usage per processor = 27.532 Mbytes Step Atoms AVEKE stressZZ 11134 5000 2.4567345e-11 3385466.5 11135 -0.00978249999999466 3385409.5305732 11135 5000 2.4565548e-11 3385409.5 Loop time of 0.0162821 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:28 2021 Pair time (%) = 0.000952959 (5.85281) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.196216) Outpt time (%) = 0.015162 (93.1207) Other time (%) = 0.000135183 (0.830258) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:28 2021 Memory usage per processor = 27.532 Mbytes Step Atoms AVEKE stressZZ 11135 5000 2.4565548e-11 3385397.2 11136 -0.00978249999999466 3385340.28046808 11136 5000 2.4563751e-11 3385340.3 Loop time of 0.016453 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:28 2021 Pair time (%) = 0.000950813 (5.77896) Neigh time (%) = 0 (0) Comm time (%) = 4.48227e-05 (0.272428) Outpt time (%) = 0.015336 (93.211) Other time (%) = 0.000121355 (0.737585) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:28 2021 Memory usage per processor = 27.532 Mbytes Step Atoms AVEKE stressZZ 11136 5000 2.4563751e-11 3385328 11137 -0.00978249999999466 3385271.03386039 11137 5000 2.4561954e-11 3385271 Loop time of 0.016638 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:28 2021 Pair time (%) = 0.000953913 (5.73332) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.186286) Outpt time (%) = 0.015564 (93.5445) Other time (%) = 8.91685e-05 (0.535932) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:28 2021 Memory usage per processor = 27.532 Mbytes Step Atoms AVEKE stressZZ 11137 5000 2.4561954e-11 3385258.7 11138 -0.00978249999999466 3385201.79074945 11138 5000 2.4560158e-11 3385201.8 Loop time of 0.016669 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:28 2021 Pair time (%) = 0.00108099 (6.48502) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.210255) Outpt time (%) = 0.0154471 (92.6697) Other time (%) = 0.000105858 (0.635057) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:28 2021 Memory usage per processor = 27.532 Mbytes Step Atoms AVEKE stressZZ 11138 5000 2.4560158e-11 3385189.5 11139 -0.00978249999999466 3385132.55113457 11139 5000 2.4558361e-11 3385132.6 Loop time of 0.017256 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:28 2021 Pair time (%) = 0.00101185 (5.86374) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185142) Outpt time (%) = 0.01612 (93.4164) Other time (%) = 9.2268e-05 (0.5347) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:28 2021 Memory usage per processor = 27.532 Mbytes Step Atoms AVEKE stressZZ 11139 5000 2.4558361e-11 3385120.2 11140 -0.00978249999999466 3385063.31501508 11140 5000 2.4556565e-11 3385063.3 Loop time of 0.0190299 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:28 2021 Pair time (%) = 0.000956059 (5.02399) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.162873) Outpt time (%) = 0.0179501 (94.3258) Other time (%) = 9.27448e-05 (0.487365) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:28 2021 Memory usage per processor = 27.532 Mbytes Step Atoms AVEKE stressZZ 11140 5000 2.4556565e-11 3385051 11141 -0.00978249999999466 3384994.08239038 11141 5000 2.4554769e-11 3384994.1 Loop time of 0.0163651 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:28 2021 Pair time (%) = 0.00100017 (6.1116) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.195221) Outpt time (%) = 0.015239 (93.1192) Other time (%) = 9.39369e-05 (0.574009) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:28 2021 Memory usage per processor = 27.532 Mbytes Step Atoms AVEKE stressZZ 11141 5000 2.4554769e-11 3384981.8 11142 -0.00978249999999466 3384924.85325981 11142 5000 2.4552973e-11 3384924.9 Loop time of 0.017206 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:28 2021 Pair time (%) = 0.00142288 (8.26971) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.21478) Outpt time (%) = 0.0155702 (90.4929) Other time (%) = 0.000175953 (1.02263) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:28 2021 Memory usage per processor = 27.532 Mbytes Step Atoms AVEKE stressZZ 11142 5000 2.4552973e-11 3384912.5 11143 -0.00978249999999466 3384855.62762279 11143 5000 2.4551178e-11 3384855.6 Loop time of 0.0173819 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:28 2021 Pair time (%) = 0.000957012 (5.5058) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.178314) Outpt time (%) = 0.0162981 (93.7645) Other time (%) = 9.58443e-05 (0.551403) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:28 2021 Memory usage per processor = 27.532 Mbytes Step Atoms AVEKE stressZZ 11143 5000 2.4551178e-11 3384843.3 11144 -0.00978249999999466 3384786.40547866 11144 5000 2.4549382e-11 3384786.4 Loop time of 0.0168471 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:28 2021 Pair time (%) = 0.000988007 (5.86454) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.183974) Outpt time (%) = 0.015734 (93.3925) Other time (%) = 9.41753e-05 (0.558999) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:28 2021 Memory usage per processor = 27.532 Mbytes Step Atoms AVEKE stressZZ 11144 5000 2.4549382e-11 3384774.1 11145 -0.00978249999999466 3384717.18682689 11145 5000 2.4547587e-11 3384717.2 Loop time of 0.0165319 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:28 2021 Pair time (%) = 0.00103903 (6.28497) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.204788) Outpt time (%) = 0.0153561 (92.8872) Other time (%) = 0.000102997 (0.623017) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:28 2021 Memory usage per processor = 27.532 Mbytes Step Atoms AVEKE stressZZ 11145 5000 2.4547587e-11 3384704.9 11146 -0.00978249999999466 3384647.97166682 11146 5000 2.4545792e-11 3384648 Loop time of 0.017468 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:29 2021 Pair time (%) = 0.00115299 (6.60061) Neigh time (%) = 0 (0) Comm time (%) = 4.48227e-05 (0.256599) Outpt time (%) = 0.0161269 (92.3225) Other time (%) = 0.00014329 (0.820299) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:29 2021 Memory usage per processor = 27.532 Mbytes Step Atoms AVEKE stressZZ 11146 5000 2.4545792e-11 3384635.7 11147 -0.00978249999999466 3384578.75999796 11147 5000 2.4543997e-11 3384578.8 Loop time of 0.0169411 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:29 2021 Pair time (%) = 0.000955105 (5.63781) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188584) Outpt time (%) = 0.015862 (93.6304) Other time (%) = 9.20296e-05 (0.543234) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:29 2021 Memory usage per processor = 27.532 Mbytes Step Atoms AVEKE stressZZ 11147 5000 2.4543997e-11 3384566.4 11148 -0.00978249999999466 3384509.55181971 11148 5000 2.4542203e-11 3384509.6 Loop time of 0.0168469 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:29 2021 Pair time (%) = 0.000963211 (5.71744) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.183977) Outpt time (%) = 0.015713 (93.2693) Other time (%) = 0.000139713 (0.829312) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:29 2021 Memory usage per processor = 27.532 Mbytes Step Atoms AVEKE stressZZ 11148 5000 2.4542203e-11 3384497.2 11149 -0.00978249999999466 3384440.34712137 11149 5000 2.4540408e-11 3384440.3 Loop time of 0.016818 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:29 2021 Pair time (%) = 0.00117087 (6.96201) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.214063) Outpt time (%) = 0.015471 (91.9904) Other time (%) = 0.00014019 (0.83357) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:29 2021 Memory usage per processor = 27.532 Mbytes Step Atoms AVEKE stressZZ 11149 5000 2.4540408e-11 3384428 11150 -0.00978249999999466 3384371.14590683 11150 5000 2.4538614e-11 3384371.1 Loop time of 0.019444 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:29 2021 Pair time (%) = 0.00106597 (5.48226) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.169213) Outpt time (%) = 0.0182219 (93.7146) Other time (%) = 0.000123262 (0.633936) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:22:29 2021 Memory usage per processor = 27.532 Mbytes Step Atoms AVEKE stressZZ 11150 5000 2.4538614e-11 3384358.8 11151 -0.00978249999999466 3384290.49942463 11151 5000 4.8473571e-11 3384401.6 Loop time of 0.0168779 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:29 2021 Pair time (%) = 0.00095582 (5.66315) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.183639) Outpt time (%) = 0.0157719 (93.4469) Other time (%) = 0.000119209 (0.706304) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:29 2021 Memory usage per processor = 27.532 Mbytes Step Atoms AVEKE stressZZ 11151 5000 4.8473571e-11 3430058.5 11152 -0.00981499999999464 3429983.03057883 11152 5000 3.9078342e-11 3429983 Loop time of 0.0163841 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:29 2021 Pair time (%) = 0.000957012 (5.84109) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.196449) Outpt time (%) = 0.0152709 (93.2058) Other time (%) = 0.000123978 (0.756694) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:29 2021 Memory usage per processor = 27.532 Mbytes Step Atoms AVEKE stressZZ 11152 5000 3.9078342e-11 3429966.4 11153 -0.00981499999999464 3429897.43878236 11153 5000 3.3632303e-11 3429897.4 Loop time of 0.0170972 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:29 2021 Pair time (%) = 0.00104499 (6.11203) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204989) Outpt time (%) = 0.0159049 (93.0262) Other time (%) = 0.000112295 (0.656803) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:29 2021 Memory usage per processor = 27.532 Mbytes Step Atoms AVEKE stressZZ 11153 5000 3.3632303e-11 3429882.3 11154 -0.00981499999999464 3429817.42234266 11154 5000 3.0382839e-11 3429817.4 Loop time of 0.01723 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:29 2021 Pair time (%) = 0.00105619 (6.12996) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197875) Outpt time (%) = 0.016031 (93.0412) Other time (%) = 0.000108719 (0.630985) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:29 2021 Memory usage per processor = 27.532 Mbytes Step Atoms AVEKE stressZZ 11154 5000 3.0382839e-11 3429803.2 11155 -0.00981499999999464 3429740.95039048 11155 5000 2.8402825e-11 3429741 Loop time of 0.0165942 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:29 2021 Pair time (%) = 0.000956059 (5.76141) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.186779) Outpt time (%) = 0.015512 (93.4785) Other time (%) = 9.5129e-05 (0.573268) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:29 2021 Memory usage per processor = 27.532 Mbytes Step Atoms AVEKE stressZZ 11155 5000 2.8402825e-11 3429727.4 11156 -0.00981499999999464 3429666.73229046 11156 5000 2.7178465e-11 3429666.7 Loop time of 0.016592 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:29 2021 Pair time (%) = 0.00102901 (6.20186) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211231) Outpt time (%) = 0.0154231 (92.9546) Other time (%) = 0.000104904 (0.632257) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:29 2021 Memory usage per processor = 27.532 Mbytes Step Atoms AVEKE stressZZ 11156 5000 2.7178465e-11 3429653.5 11157 -0.00981499999999464 3429593.94783077 11157 5000 2.6413693e-11 3429593.9 Loop time of 0.017405 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:29 2021 Pair time (%) = 0.000967026 (5.55601) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.178077) Outpt time (%) = 0.016315 (93.7372) Other time (%) = 9.20296e-05 (0.528753) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:29 2021 Memory usage per processor = 27.532 Mbytes Step Atoms AVEKE stressZZ 11157 5000 2.6413693e-11 3429581 11158 -0.00981499999999464 3429522.07575789 11158 5000 2.5932654e-11 3429522.1 Loop time of 0.0172088 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:29 2021 Pair time (%) = 0.000964165 (5.60274) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180108) Outpt time (%) = 0.016119 (93.6671) Other time (%) = 9.46522e-05 (0.550021) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:29 2021 Memory usage per processor = 27.532 Mbytes Step Atoms AVEKE stressZZ 11158 5000 2.5932654e-11 3429509.3 11159 -0.00981499999999464 3429450.78480929 11159 5000 2.5628564e-11 3429450.8 Loop time of 0.016567 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:29 2021 Pair time (%) = 0.000957012 (5.77662) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.198598) Outpt time (%) = 0.0154769 (93.4204) Other time (%) = 0.000100136 (0.60443) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:29 2021 Memory usage per processor = 27.532 Mbytes Step Atoms AVEKE stressZZ 11159 5000 2.5628564e-11 3429438.1 11160 -0.00981499999999464 3429379.86446365 11160 5000 2.5435564e-11 3429379.9 Loop time of 0.019491 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:29 2021 Pair time (%) = 0.00100899 (5.1767) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.168805) Outpt time (%) = 0.0183311 (94.049) Other time (%) = 0.000118017 (0.605497) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:29 2021 Memory usage per processor = 27.5322 Mbytes Step Atoms AVEKE stressZZ 11160 5000 2.5435564e-11 3429367.2 11161 -0.00981499999999464 3429309.18093213 11161 5000 2.5312614e-11 3429309.2 Loop time of 0.0174952 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:29 2021 Pair time (%) = 0.000996113 (5.69365) Neigh time (%) = 0 (0) Comm time (%) = 4.41074e-05 (0.252112) Outpt time (%) = 0.0163391 (93.3919) Other time (%) = 0.000115871 (0.662306) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:29 2021 Memory usage per processor = 27.5322 Mbytes Step Atoms AVEKE stressZZ 11161 5000 2.5312614e-11 3429296.6 11162 -0.00981499999999464 3429238.64919016 11162 5000 2.5233958e-11 3429238.6 Loop time of 0.0171189 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:29 2021 Pair time (%) = 0.00102806 (6.0054) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181053) Outpt time (%) = 0.015929 (93.0489) Other time (%) = 0.000130892 (0.764603) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:29 2021 Memory usage per processor = 27.5322 Mbytes Step Atoms AVEKE stressZZ 11162 5000 2.5233958e-11 3429226.1 11163 -0.00981499999999464 3429168.21520349 11163 5000 2.5183362e-11 3429168.2 Loop time of 0.0171502 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:29 2021 Pair time (%) = 0.00124598 (7.26509) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204357) Outpt time (%) = 0.0157132 (91.6214) Other time (%) = 0.000155926 (0.909179) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:29 2021 Memory usage per processor = 27.5322 Mbytes Step Atoms AVEKE stressZZ 11163 5000 2.5183362e-11 3429155.6 11164 -0.00981499999999464 3429097.84463261 11164 5000 2.5150561e-11 3429097.8 Loop time of 0.0175762 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:29 2021 Pair time (%) = 0.00104308 (5.93462) Neigh time (%) = 0 (0) Comm time (%) = 6.60419e-05 (0.375746) Outpt time (%) = 0.0163479 (93.0114) Other time (%) = 0.000119209 (0.678242) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:29 2021 Memory usage per processor = 27.5322 Mbytes Step Atoms AVEKE stressZZ 11164 5000 2.5150561e-11 3429085.3 11165 -0.00981499999999464 3429027.51565407 11165 5000 2.5129056e-11 3429027.5 Loop time of 0.0164368 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:29 2021 Pair time (%) = 0.000985146 (5.99353) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194369) Outpt time (%) = 0.015332 (93.2783) Other time (%) = 8.7738e-05 (0.53379) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:29 2021 Memory usage per processor = 27.5322 Mbytes Step Atoms AVEKE stressZZ 11165 5000 2.5129056e-11 3429015 11166 -0.00981499999999464 3428957.21439885 11166 5000 2.5114722e-11 3428957.2 Loop time of 0.016232 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:29 2021 Pair time (%) = 0.000957966 (5.90171) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.190946) Outpt time (%) = 0.0151529 (93.3521) Other time (%) = 9.01222e-05 (0.555213) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:29 2021 Memory usage per processor = 27.5322 Mbytes Step Atoms AVEKE stressZZ 11166 5000 2.5114722e-11 3428944.7 11167 -0.00981499999999464 3428886.93205275 11167 5000 2.5104943e-11 3428886.9 Loop time of 0.0161459 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:29 2021 Pair time (%) = 0.000991106 (6.13842) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.191964) Outpt time (%) = 0.0150352 (93.1203) Other time (%) = 8.86917e-05 (0.549313) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:29 2021 Memory usage per processor = 27.5322 Mbytes Step Atoms AVEKE stressZZ 11167 5000 2.5104943e-11 3428874.4 11168 -0.00981499999999464 3428816.66301413 11168 5000 2.5098059e-11 3428816.7 Loop time of 0.0161769 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:29 2021 Pair time (%) = 0.000957012 (5.9159) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.197492) Outpt time (%) = 0.0151 (93.3428) Other time (%) = 8.79765e-05 (0.543839) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:29 2021 Memory usage per processor = 27.5322 Mbytes Step Atoms AVEKE stressZZ 11168 5000 2.5098059e-11 3428804.1 11169 -0.00981499999999464 3428746.40372299 11169 5000 2.5093014e-11 3428746.4 Loop time of 0.0163631 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:29 2021 Pair time (%) = 0.000979185 (5.98409) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.195244) Outpt time (%) = 0.0152502 (93.1985) Other time (%) = 0.000101805 (0.622159) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:29 2021 Memory usage per processor = 27.5322 Mbytes Step Atoms AVEKE stressZZ 11169 5000 2.5093014e-11 3428733.9 11170 -0.00981499999999464 3428676.15191664 11170 5000 2.5089137e-11 3428676.2 Loop time of 0.0181799 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:29 2021 Pair time (%) = 0.000957966 (5.26937) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.177045) Outpt time (%) = 0.017103 (94.0762) Other time (%) = 8.67844e-05 (0.477365) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:29 2021 Memory usage per processor = 27.5322 Mbytes Step Atoms AVEKE stressZZ 11170 5000 2.5089137e-11 3428663.6 11171 -0.00981499999999464 3428605.90615716 11171 5000 2.5086003e-11 3428605.9 Loop time of 0.0161641 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:29 2021 Pair time (%) = 0.000932932 (5.77164) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.191749) Outpt time (%) = 0.0151191 (93.5351) Other time (%) = 8.10623e-05 (0.501497) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:29 2021 Memory usage per processor = 27.5322 Mbytes Step Atoms AVEKE stressZZ 11171 5000 2.5086003e-11 3428593.4 11172 -0.00981499999999464 3428535.66553037 11172 5000 2.508334e-11 3428535.7 Loop time of 0.0162408 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:29 2021 Pair time (%) = 0.000959873 (5.91025) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.190842) Outpt time (%) = 0.0151629 (93.3631) Other time (%) = 8.70228e-05 (0.535827) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:29 2021 Memory usage per processor = 27.5322 Mbytes Step Atoms AVEKE stressZZ 11172 5000 2.508334e-11 3428523.1 11173 -0.00981499999999464 3428465.42945538 11173 5000 2.5080978e-11 3428465.4 Loop time of 0.016017 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:29 2021 Pair time (%) = 0.000968933 (6.04942) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.19351) Outpt time (%) = 0.0149021 (93.0396) Other time (%) = 0.000114918 (0.717475) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:29 2021 Memory usage per processor = 27.5322 Mbytes Step Atoms AVEKE stressZZ 11173 5000 2.5080978e-11 3428452.9 11174 -0.00981499999999464 3428395.19756271 11174 5000 2.5078807e-11 3428395.2 Loop time of 0.0161631 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:29 2021 Pair time (%) = 0.000966072 (5.97702) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.19176) Outpt time (%) = 0.0150809 (93.3046) Other time (%) = 8.51154e-05 (0.526603) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:29 2021 Memory usage per processor = 27.5322 Mbytes Step Atoms AVEKE stressZZ 11174 5000 2.5078807e-11 3428382.7 11175 -0.00981499999999464 3428324.96961748 11175 5000 2.5076756e-11 3428325 Loop time of 0.016248 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:29 2021 Pair time (%) = 0.000932932 (5.74183) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.190758) Outpt time (%) = 0.0151989 (93.5436) Other time (%) = 8.51154e-05 (0.523852) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:29 2021 Memory usage per processor = 27.5322 Mbytes Step Atoms AVEKE stressZZ 11175 5000 2.5076756e-11 3428312.4 11176 -0.00981499999999464 3428254.7454703 11176 5000 2.5074783e-11 3428254.7 Loop time of 0.0170851 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:29 2021 Pair time (%) = 0.000934839 (5.47167) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181412) Outpt time (%) = 0.0160379 (93.8711) Other time (%) = 8.13007e-05 (0.475858) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:29 2021 Memory usage per processor = 27.5322 Mbytes Step Atoms AVEKE stressZZ 11176 5000 2.5074783e-11 3428242.2 11177 -0.00981499999999464 3428184.52502606 11177 5000 2.5072859e-11 3428184.5 Loop time of 0.0170081 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:29 2021 Pair time (%) = 0.000985146 (5.79223) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206064) Outpt time (%) = 0.0158861 (93.4031) Other time (%) = 0.000101805 (0.598567) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:29 2021 Memory usage per processor = 27.5322 Mbytes Step Atoms AVEKE stressZZ 11177 5000 2.5072859e-11 3428172 11178 -0.00981499999999464 3428114.30822417 11178 5000 2.5070966e-11 3428114.3 Loop time of 0.017071 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:29 2021 Pair time (%) = 0.00108218 (6.3393) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181562) Outpt time (%) = 0.0158291 (92.725) Other time (%) = 0.000128746 (0.754179) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:29 2021 Memory usage per processor = 27.5322 Mbytes Step Atoms AVEKE stressZZ 11178 5000 2.5070966e-11 3428101.8 11179 -0.00981499999999464 3428044.09502609 11179 5000 2.5069093e-11 3428044.1 Loop time of 0.017493 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:29 2021 Pair time (%) = 0.000947952 (5.41903) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.177182) Outpt time (%) = 0.0164051 (93.7809) Other time (%) = 0.000108957 (0.622862) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:29 2021 Memory usage per processor = 27.5322 Mbytes Step Atoms AVEKE stressZZ 11179 5000 2.5069093e-11 3428031.5 11180 -0.00981499999999464 3427973.885407 11180 5000 2.5067233e-11 3427973.9 Loop time of 0.0190022 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:29 2021 Pair time (%) = 0.000981092 (5.16305) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.168128) Outpt time (%) = 0.0179012 (94.2058) Other time (%) = 8.79765e-05 (0.46298) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:29 2021 Memory usage per processor = 27.5322 Mbytes Step Atoms AVEKE stressZZ 11180 5000 2.5067233e-11 3427961.3 11181 -0.00981499999999464 3427903.67935118 11181 5000 2.5065381e-11 3427903.7 Loop time of 0.0166638 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:29 2021 Pair time (%) = 0.00101113 (6.06785) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.185999) Outpt time (%) = 0.0155249 (93.1653) Other time (%) = 9.67979e-05 (0.580888) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:29 2021 Memory usage per processor = 27.5322 Mbytes Step Atoms AVEKE stressZZ 11181 5000 2.5065381e-11 3427891.1 11182 -0.00981499999999464 3427833.47684829 11182 5000 2.5063535e-11 3427833.5 Loop time of 0.0164518 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:29 2021 Pair time (%) = 0.00102496 (6.23007) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194192) Outpt time (%) = 0.0152819 (92.8888) Other time (%) = 0.00011301 (0.686917) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:29 2021 Memory usage per processor = 27.5322 Mbytes Step Atoms AVEKE stressZZ 11182 5000 2.5063535e-11 3427820.9 11183 -0.00981499999999464 3427763.27789191 11183 5000 2.5061691e-11 3427763.3 Loop time of 0.017391 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:29 2021 Pair time (%) = 0.000957012 (5.50293) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.178221) Outpt time (%) = 0.016314 (93.8075) Other time (%) = 8.89301e-05 (0.511358) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:29 2021 Memory usage per processor = 27.5322 Mbytes Step Atoms AVEKE stressZZ 11183 5000 2.5061691e-11 3427750.7 11184 -0.00981499999999464 3427693.08247757 11184 5000 2.505985e-11 3427693.1 Loop time of 0.0172989 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:29 2021 Pair time (%) = 0.00105214 (6.08211) Neigh time (%) = 0 (0) Comm time (%) = 5.81741e-05 (0.336287) Outpt time (%) = 0.0160661 (92.8732) Other time (%) = 0.000122547 (0.708409) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:29 2021 Memory usage per processor = 27.5322 Mbytes Step Atoms AVEKE stressZZ 11184 5000 2.505985e-11 3427680.5 11185 -0.00981499999999464 3427622.89060241 11185 5000 2.5058011e-11 3427622.9 Loop time of 0.0166531 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:29 2021 Pair time (%) = 0.000995874 (5.98013) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.216184) Outpt time (%) = 0.0155189 (93.1895) Other time (%) = 0.000102282 (0.614191) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:29 2021 Memory usage per processor = 27.5322 Mbytes Step Atoms AVEKE stressZZ 11185 5000 2.5058011e-11 3427610.3 11186 -0.00981499999999464 3427552.70226444 11186 5000 2.5056172e-11 3427552.7 Loop time of 0.0172989 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:29 2021 Pair time (%) = 0.00112605 (6.50937) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.271511) Outpt time (%) = 0.016001 (92.4969) Other time (%) = 0.000124931 (0.722191) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:29 2021 Memory usage per processor = 27.5322 Mbytes Step Atoms AVEKE stressZZ 11186 5000 2.5056172e-11 3427540.2 11187 -0.00981499999999464 3427482.51746227 11187 5000 2.5054334e-11 3427482.5 Loop time of 0.0171788 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:29 2021 Pair time (%) = 0.000953913 (5.55286) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185974) Outpt time (%) = 0.0160999 (93.7199) Other time (%) = 9.29832e-05 (0.541268) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:29 2021 Memory usage per processor = 27.5322 Mbytes Step Atoms AVEKE stressZZ 11187 5000 2.5054334e-11 3427470 11188 -0.00981499999999464 3427412.33619485 11188 5000 2.5052497e-11 3427412.3 Loop time of 0.0166211 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:29 2021 Pair time (%) = 0.000957012 (5.75781) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.186476) Outpt time (%) = 0.015517 (93.3571) Other time (%) = 0.00011611 (0.698568) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:29 2021 Memory usage per processor = 27.5322 Mbytes Step Atoms AVEKE stressZZ 11188 5000 2.5052497e-11 3427399.8 11189 -0.00981499999999464 3427342.1584614 11189 5000 2.505066e-11 3427342.2 Loop time of 0.0165081 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:29 2021 Pair time (%) = 0.00104403 (6.32438) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.205084) Outpt time (%) = 0.0153251 (92.8336) Other time (%) = 0.000105143 (0.636915) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:29 2021 Memory usage per processor = 27.5322 Mbytes Step Atoms AVEKE stressZZ 11189 5000 2.505066e-11 3427329.6 11190 -0.00981499999999464 3427271.98426139 11190 5000 2.5048824e-11 3427272 Loop time of 0.0193639 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:30 2021 Pair time (%) = 0.000956059 (4.93733) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.164988) Outpt time (%) = 0.018286 (94.4335) Other time (%) = 8.98838e-05 (0.464183) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:30 2021 Memory usage per processor = 27.5322 Mbytes Step Atoms AVEKE stressZZ 11190 5000 2.5048824e-11 3427259.4 11191 -0.00981499999999464 3427201.81359417 11191 5000 2.5046988e-11 3427201.8 Loop time of 0.017195 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:30 2021 Pair time (%) = 0.000955105 (5.55455) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180253) Outpt time (%) = 0.016114 (93.7133) Other time (%) = 9.48906e-05 (0.55185) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:30 2021 Memory usage per processor = 27.5322 Mbytes Step Atoms AVEKE stressZZ 11191 5000 2.5046988e-11 3427189.3 11192 -0.00981499999999464 3427131.64645924 11192 5000 2.5045152e-11 3427131.6 Loop time of 0.0164409 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:30 2021 Pair time (%) = 0.000954866 (5.80788) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.195771) Outpt time (%) = 0.0153589 (93.4192) Other time (%) = 9.48906e-05 (0.577163) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:30 2021 Memory usage per processor = 27.5322 Mbytes Step Atoms AVEKE stressZZ 11192 5000 2.5045152e-11 3427119.1 11193 -0.00981499999999464 3427061.48285629 11193 5000 2.5043316e-11 3427061.5 Loop time of 0.0173221 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:30 2021 Pair time (%) = 0.001194 (6.89294) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.225727) Outpt time (%) = 0.0159681 (92.1835) Other time (%) = 0.000120878 (0.697828) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:30 2021 Memory usage per processor = 27.5322 Mbytes Step Atoms AVEKE stressZZ 11193 5000 2.5043316e-11 3427048.9 11194 -0.00981499999999464 3426991.3227848 11194 5000 2.504148e-11 3426991.3 Loop time of 0.0172091 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:30 2021 Pair time (%) = 0.00100279 (5.8271) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185647) Outpt time (%) = 0.016077 (93.422) Other time (%) = 9.72748e-05 (0.565254) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:30 2021 Memory usage per processor = 27.5322 Mbytes Step Atoms AVEKE stressZZ 11194 5000 2.504148e-11 3426978.8 11195 -0.00981499999999464 3426921.16624443 11195 5000 2.5039645e-11 3426921.2 Loop time of 0.0171421 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:30 2021 Pair time (%) = 0.000952959 (5.55919) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186373) Outpt time (%) = 0.016062 (93.6995) Other time (%) = 9.5129e-05 (0.554945) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:30 2021 Memory usage per processor = 27.5322 Mbytes Step Atoms AVEKE stressZZ 11195 5000 2.5039645e-11 3426908.6 11196 -0.00981499999999464 3426851.01323477 11196 5000 2.503781e-11 3426851 Loop time of 0.0166111 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:30 2021 Pair time (%) = 0.000957966 (5.76702) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.198071) Outpt time (%) = 0.0154891 (93.2455) Other time (%) = 0.00013113 (0.789413) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:30 2021 Memory usage per processor = 27.5322 Mbytes Step Atoms AVEKE stressZZ 11196 5000 2.503781e-11 3426838.5 11197 -0.00981499999999464 3426780.86375547 11197 5000 2.5035975e-11 3426780.9 Loop time of 0.017334 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:30 2021 Pair time (%) = 0.00116396 (6.7149) Neigh time (%) = 0 (0) Comm time (%) = 5.50747e-05 (0.317727) Outpt time (%) = 0.0159941 (92.27) Other time (%) = 0.000120878 (0.697348) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:30 2021 Memory usage per processor = 27.5322 Mbytes Step Atoms AVEKE stressZZ 11197 5000 2.5035975e-11 3426768.3 11198 -0.00981499999999464 3426710.7178061 11198 5000 2.503414e-11 3426710.7 Loop time of 0.0171399 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:30 2021 Pair time (%) = 0.000954866 (5.57101) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186396) Outpt time (%) = 0.0160608 (93.7043) Other time (%) = 9.2268e-05 (0.538322) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:30 2021 Memory usage per processor = 27.5322 Mbytes Step Atoms AVEKE stressZZ 11198 5000 2.503414e-11 3426698.2 11199 -0.00981499999999464 3426640.57538633 11199 5000 2.5032305e-11 3426640.6 Loop time of 0.0165761 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:30 2021 Pair time (%) = 0.000971079 (5.85832) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.19849) Outpt time (%) = 0.015451 (93.2125) Other time (%) = 0.000121117 (0.730672) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:30 2021 Memory usage per processor = 27.5322 Mbytes Step Atoms AVEKE stressZZ 11199 5000 2.5032305e-11 3426628 11200 -0.00981499999999464 3426570.4364958 11200 5000 2.5030471e-11 3426570.4 Loop time of 0.018739 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:30 2021 Pair time (%) = 0.00106502 (5.68342) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.197209) Outpt time (%) = 0.017499 (93.3827) Other time (%) = 0.000138044 (0.736669) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:30 2021 Memory usage per processor = 27.5322 Mbytes Step Atoms AVEKE stressZZ 11200 5000 2.5030471e-11 3426557.9 11201 -0.00981499999999464 3426500.30113413 11201 5000 2.5028637e-11 3426500.3 Loop time of 0.01737 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:30 2021 Pair time (%) = 0.00116301 (6.69549) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183927) Outpt time (%) = 0.0160789 (92.5674) Other time (%) = 9.60827e-05 (0.553154) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:30 2021 Memory usage per processor = 27.5322 Mbytes Step Atoms AVEKE stressZZ 11201 5000 2.5028637e-11 3426487.8 11202 -0.00981499999999464 3426430.16931727 11202 5000 2.5026803e-11 3426430.2 Loop time of 0.017175 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:30 2021 Pair time (%) = 0.00102592 (5.97332) Neigh time (%) = 0 (0) Comm time (%) = 4.50611e-05 (0.262365) Outpt time (%) = 0.0160081 (93.2063) Other time (%) = 9.58443e-05 (0.558047) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:30 2021 Memory usage per processor = 27.5322 Mbytes Step Atoms AVEKE stressZZ 11202 5000 2.5026803e-11 3426417.6 11203 -0.00981499999999464 3426360.0411496 11203 5000 2.5024969e-11 3426360 Loop time of 0.0168452 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:30 2021 Pair time (%) = 0.000995874 (5.91191) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.183995) Outpt time (%) = 0.0157101 (93.2615) Other time (%) = 0.000108242 (0.642568) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:30 2021 Memory usage per processor = 27.5322 Mbytes Step Atoms AVEKE stressZZ 11203 5000 2.5024969e-11 3426347.5 11204 -0.00981499999999464 3426289.91658236 11204 5000 2.5023136e-11 3426289.9 Loop time of 0.0170231 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:30 2021 Pair time (%) = 0.00118208 (6.94398) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.217087) Outpt time (%) = 0.0156791 (92.105) Other time (%) = 0.000124931 (0.733894) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:30 2021 Memory usage per processor = 27.5322 Mbytes Step Atoms AVEKE stressZZ 11204 5000 2.5023136e-11 3426277.4 11205 -0.00981499999999464 3426219.79559524 11205 5000 2.5021302e-11 3426219.8 Loop time of 0.0172038 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:30 2021 Pair time (%) = 0.00104785 (6.0908) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198176) Outpt time (%) = 0.0159769 (92.8684) Other time (%) = 0.000144958 (0.842595) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:30 2021 Memory usage per processor = 27.5322 Mbytes Step Atoms AVEKE stressZZ 11205 5000 2.5021302e-11 3426207.3 11206 -0.00981499999999464 3426149.67817881 11206 5000 2.5019469e-11 3426149.7 Loop time of 0.0169299 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:30 2021 Pair time (%) = 0.000957012 (5.6528) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188708) Outpt time (%) = 0.0158279 (93.491) Other time (%) = 0.00011301 (0.667521) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:30 2021 Memory usage per processor = 27.5322 Mbytes Step Atoms AVEKE stressZZ 11206 5000 2.5019469e-11 3426137.1 11207 -0.00981499999999464 3426079.56432727 11207 5000 2.5017636e-11 3426079.6 Loop time of 0.0170381 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:30 2021 Pair time (%) = 0.001194 (7.00782) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.235087) Outpt time (%) = 0.015667 (91.9525) Other time (%) = 0.000137091 (0.804612) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:30 2021 Memory usage per processor = 27.5322 Mbytes Step Atoms AVEKE stressZZ 11207 5000 2.5017636e-11 3426067 11208 -0.00981499999999464 3426009.45403634 11208 5000 2.5015803e-11 3426009.5 Loop time of 0.017411 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:30 2021 Pair time (%) = 0.00114202 (6.55922) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.188971) Outpt time (%) = 0.0161309 (92.6479) Other time (%) = 0.000105143 (0.603886) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:30 2021 Memory usage per processor = 27.5322 Mbytes Step Atoms AVEKE stressZZ 11208 5000 2.5015803e-11 3425996.9 11209 -0.00981499999999464 3425939.34730285 11209 5000 2.5013971e-11 3425939.3 Loop time of 0.017046 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:30 2021 Pair time (%) = 0.000960827 (5.63668) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187423) Outpt time (%) = 0.01596 (93.629) Other time (%) = 9.32217e-05 (0.546884) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:30 2021 Memory usage per processor = 27.5322 Mbytes Step Atoms AVEKE stressZZ 11209 5000 2.5013971e-11 3425926.8 11210 -0.00981499999999464 3425869.2441242 11210 5000 2.5012138e-11 3425869.2 Loop time of 0.018667 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:30 2021 Pair time (%) = 0.000990868 (5.30813) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.171148) Outpt time (%) = 0.0175509 (94.0213) Other time (%) = 9.32217e-05 (0.499393) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:30 2021 Memory usage per processor = 27.5322 Mbytes Step Atoms AVEKE stressZZ 11210 5000 2.5012138e-11 3425856.7 11211 -0.00981499999999464 3425799.14449821 11211 5000 2.5010306e-11 3425799.1 Loop time of 0.0166841 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:30 2021 Pair time (%) = 0.000982046 (5.88614) Neigh time (%) = 0 (0) Comm time (%) = 4.72069e-05 (0.282946) Outpt time (%) = 0.0155301 (93.0835) Other time (%) = 0.000124693 (0.747378) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:30 2021 Memory usage per processor = 27.5322 Mbytes Step Atoms AVEKE stressZZ 11211 5000 2.5010306e-11 3425786.6 11212 -0.00981499999999464 3425729.04842291 11212 5000 2.5008474e-11 3425729 Loop time of 0.0173512 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:30 2021 Pair time (%) = 0.00120902 (6.96796) Neigh time (%) = 0 (0) Comm time (%) = 6.10352e-05 (0.351764) Outpt time (%) = 0.015898 (91.625) Other time (%) = 0.000183105 (1.05529) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:30 2021 Memory usage per processor = 27.5322 Mbytes Step Atoms AVEKE stressZZ 11212 5000 2.5008474e-11 3425716.5 11213 -0.00981499999999464 3425658.95589677 11213 5000 2.5006642e-11 3425659 Loop time of 0.0173171 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:30 2021 Pair time (%) = 0.0010519 (6.07437) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.19688) Outpt time (%) = 0.0160801 (92.8572) Other time (%) = 0.000150919 (0.871505) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:30 2021 Memory usage per processor = 27.5322 Mbytes Step Atoms AVEKE stressZZ 11213 5000 2.5006642e-11 3425646.4 11214 -0.00981499999999464 3425588.86688282 11214 5000 2.500481e-11 3425588.9 Loop time of 0.0168891 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:30 2021 Pair time (%) = 0.000956059 (5.6608) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.189164) Outpt time (%) = 0.015805 (93.5811) Other time (%) = 9.60827e-05 (0.568904) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:30 2021 Memory usage per processor = 27.5322 Mbytes Step Atoms AVEKE stressZZ 11214 5000 2.500481e-11 3425576.3 11215 -0.00981499999999464 3425518.78140768 11215 5000 2.5002979e-11 3425518.8 Loop time of 0.0165582 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:30 2021 Pair time (%) = 0.00105214 (6.35421) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211663) Outpt time (%) = 0.0153649 (92.7934) Other time (%) = 0.000106096 (0.640749) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:30 2021 Memory usage per processor = 27.5322 Mbytes Step Atoms AVEKE stressZZ 11215 5000 2.5002979e-11 3425506.2 11216 -0.00981499999999464 3425448.69947467 11216 5000 2.5001148e-11 3425448.7 Loop time of 0.017204 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:30 2021 Pair time (%) = 0.00102305 (5.94659) Neigh time (%) = 0 (0) Comm time (%) = 6.31809e-05 (0.367245) Outpt time (%) = 0.0159571 (92.7521) Other time (%) = 0.000160694 (0.934048) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:30 2021 Memory usage per processor = 27.5322 Mbytes Step Atoms AVEKE stressZZ 11216 5000 2.5001148e-11 3425436.2 11217 -0.00981499999999464 3425378.62108271 11217 5000 2.4999317e-11 3425378.6 Loop time of 0.0171518 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:30 2021 Pair time (%) = 0.000953197 (5.55741) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180706) Outpt time (%) = 0.016072 (93.7045) Other time (%) = 9.56059e-05 (0.557409) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:30 2021 Memory usage per processor = 27.5322 Mbytes Step Atoms AVEKE stressZZ 11217 5000 2.4999317e-11 3425366.1 11218 -0.00981499999999464 3425308.54623098 11218 5000 2.4997486e-11 3425308.5 Loop time of 0.0165529 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:30 2021 Pair time (%) = 0.000957966 (5.78729) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193006) Outpt time (%) = 0.0154178 (93.1425) Other time (%) = 0.000145197 (0.877168) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:30 2021 Memory usage per processor = 27.5322 Mbytes Step Atoms AVEKE stressZZ 11218 5000 2.4997486e-11 3425296 11219 -0.00981499999999464 3425238.4749186 11219 5000 2.4995655e-11 3425238.5 Loop time of 0.0174708 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:30 2021 Pair time (%) = 0.00111413 (6.37708) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.189689) Outpt time (%) = 0.016201 (92.7318) Other time (%) = 0.000122547 (0.701438) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:30 2021 Memory usage per processor = 27.5322 Mbytes Step Atoms AVEKE stressZZ 11219 5000 2.4995655e-11 3425225.9 11220 -0.00981499999999464 3425168.40714472 11220 5000 2.4993824e-11 3425168.4 Loop time of 0.019208 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:30 2021 Pair time (%) = 0.000966072 (5.02954) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.161362) Outpt time (%) = 0.018117 (94.32) Other time (%) = 9.39369e-05 (0.489052) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:30 2021 Memory usage per processor = 27.5322 Mbytes Step Atoms AVEKE stressZZ 11220 5000 2.4993824e-11 3425155.9 11221 -0.00981499999999464 3425098.34290857 11221 5000 2.4991994e-11 3425098.3 Loop time of 0.016593 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:30 2021 Pair time (%) = 0.000999928 (6.02621) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.19254) Outpt time (%) = 0.0154669 (93.2137) Other time (%) = 9.41753e-05 (0.567561) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:30 2021 Memory usage per processor = 27.5322 Mbytes Step Atoms AVEKE stressZZ 11221 5000 2.4991994e-11 3425085.8 11222 -0.00981499999999464 3425028.28220935 11222 5000 2.4990164e-11 3425028.3 Loop time of 0.0167181 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:30 2021 Pair time (%) = 0.00111604 (6.6756) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209638) Outpt time (%) = 0.015445 (92.3846) Other time (%) = 0.00012207 (0.730166) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:30 2021 Memory usage per processor = 27.5322 Mbytes Step Atoms AVEKE stressZZ 11222 5000 2.4990164e-11 3425015.7 11223 -0.00981499999999464 3424958.22504639 11223 5000 2.4988334e-11 3424958.2 Loop time of 0.0171399 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:30 2021 Pair time (%) = 0.000985861 (5.75184) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193351) Outpt time (%) = 0.0160251 (93.4956) Other time (%) = 9.58443e-05 (0.559188) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:30 2021 Memory usage per processor = 27.5322 Mbytes Step Atoms AVEKE stressZZ 11223 5000 2.4988334e-11 3424945.7 11224 -0.00981499999999464 3424888.17141896 11224 5000 2.4986504e-11 3424888.2 Loop time of 0.0164471 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:30 2021 Pair time (%) = 0.000993967 (6.04343) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.195698) Outpt time (%) = 0.015327 (93.1897) Other time (%) = 9.39369e-05 (0.571147) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:30 2021 Memory usage per processor = 27.5322 Mbytes Step Atoms AVEKE stressZZ 11224 5000 2.4986504e-11 3424875.6 11225 -0.00981499999999464 3424818.1213264 11225 5000 2.4984675e-11 3424818.1 Loop time of 0.0162849 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:30 2021 Pair time (%) = 0.000952959 (5.85178) Neigh time (%) = 0 (0) Comm time (%) = 3.12328e-05 (0.19179) Outpt time (%) = 0.0152111 (93.4059) Other time (%) = 8.96454e-05 (0.55048) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:30 2021 Memory usage per processor = 27.5322 Mbytes Step Atoms AVEKE stressZZ 11225 5000 2.4984675e-11 3424805.6 11226 -0.00981499999999464 3424748.07476807 11226 5000 2.4982845e-11 3424748.1 Loop time of 0.016443 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:30 2021 Pair time (%) = 0.000993013 (6.03912) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.195746) Outpt time (%) = 0.0153289 (93.2243) Other time (%) = 8.89301e-05 (0.540838) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:30 2021 Memory usage per processor = 27.5322 Mbytes Step Atoms AVEKE stressZZ 11226 5000 2.4982845e-11 3424735.5 11227 -0.00981499999999464 3424678.03174335 11227 5000 2.4981016e-11 3424678 Loop time of 0.0171609 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:30 2021 Pair time (%) = 0.000954866 (5.5642) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.187557) Outpt time (%) = 0.016084 (93.7245) Other time (%) = 8.98838e-05 (0.523771) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:30 2021 Memory usage per processor = 27.5322 Mbytes Step Atoms AVEKE stressZZ 11227 5000 2.4981016e-11 3424665.5 11228 -0.00981499999999464 3424607.99225868 11228 5000 2.4979187e-11 3424608 Loop time of 0.0166829 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:30 2021 Pair time (%) = 0.000963926 (5.77794) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.281537) Outpt time (%) = 0.0154891 (92.8444) Other time (%) = 0.000182867 (1.09614) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:30 2021 Memory usage per processor = 27.5322 Mbytes Step Atoms AVEKE stressZZ 11228 5000 2.4979187e-11 3424595.5 11229 -0.00981499999999464 3424537.95636895 11229 5000 2.4977359e-11 3424538 Loop time of 0.0171609 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:30 2021 Pair time (%) = 0.00107002 (6.23524) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186168) Outpt time (%) = 0.0159268 (92.8089) Other time (%) = 0.000132084 (0.76968) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:30 2021 Memory usage per processor = 27.5322 Mbytes Step Atoms AVEKE stressZZ 11229 5000 2.4977359e-11 3424525.4 11230 -0.00981499999999464 3424467.92404927 11230 5000 2.497553e-11 3424467.9 Loop time of 1.20459 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:32 2021 Pair time (%) = 0.000963926 (0.0800212) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.00257303) Outpt time (%) = 1.2035 (99.9096) Other time (%) = 9.41753e-05 (0.00781805) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:32 2021 Memory usage per processor = 27.5322 Mbytes Step Atoms AVEKE stressZZ 11230 5000 2.497553e-11 3424455.4 11231 -0.00981499999999464 3424397.8952884 11231 5000 2.4973702e-11 3424397.9 Loop time of 0.0170672 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:32 2021 Pair time (%) = 0.00099802 (5.84759) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18719) Outpt time (%) = 0.0159421 (93.4078) Other time (%) = 9.5129e-05 (0.557379) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:32 2021 Memory usage per processor = 27.5322 Mbytes Step Atoms AVEKE stressZZ 11231 5000 2.4973702e-11 3424385.4 11232 -0.00981499999999464 3424327.87008093 11232 5000 2.4971873e-11 3424327.9 Loop time of 0.017189 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:32 2021 Pair time (%) = 0.00103688 (6.03223) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185863) Outpt time (%) = 0.01596 (92.8498) Other time (%) = 0.000160217 (0.932091) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:32 2021 Memory usage per processor = 27.5322 Mbytes Step Atoms AVEKE stressZZ 11232 5000 2.4971873e-11 3424315.3 11233 -0.00981499999999464 3424257.84842342 11233 5000 2.4970045e-11 3424257.8 Loop time of 0.01632 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:32 2021 Pair time (%) = 0.000952959 (5.83921) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.19576) Outpt time (%) = 0.0152431 (93.4011) Other time (%) = 9.20296e-05 (0.563907) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:32 2021 Memory usage per processor = 27.5322 Mbytes Step Atoms AVEKE stressZZ 11233 5000 2.4970045e-11 3424245.3 11234 -0.00981499999999464 3424187.83031335 11234 5000 2.4968218e-11 3424187.8 Loop time of 0.0163412 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:32 2021 Pair time (%) = 0.00096488 (5.90458) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.196965) Outpt time (%) = 0.0152562 (93.3601) Other time (%) = 8.79765e-05 (0.538372) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:32 2021 Memory usage per processor = 27.5322 Mbytes Step Atoms AVEKE stressZZ 11234 5000 2.4968218e-11 3424175.3 11235 -0.00981499999999464 3424117.81574866 11235 5000 2.496639e-11 3424117.8 Loop time of 0.016464 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:32 2021 Pair time (%) = 0.000956059 (5.80697) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194048) Outpt time (%) = 0.0153871 (93.4588) Other time (%) = 8.89301e-05 (0.540149) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:32 2021 Memory usage per processor = 27.5322 Mbytes Step Atoms AVEKE stressZZ 11235 5000 2.496639e-11 3424105.3 11236 -0.00981499999999464 3424047.8047276 11236 5000 2.4964563e-11 3424047.8 Loop time of 0.0170531 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:32 2021 Pair time (%) = 0.001055 (6.18656) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.194335) Outpt time (%) = 0.0158119 (92.7215) Other time (%) = 0.000153065 (0.897576) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:32 2021 Memory usage per processor = 27.5322 Mbytes Step Atoms AVEKE stressZZ 11236 5000 2.4964563e-11 3424035.3 11237 -0.00981499999999464 3423977.79724876 11237 5000 2.4962735e-11 3423977.8 Loop time of 0.0173831 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:32 2021 Pair time (%) = 0.00104117 (5.98958) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189274) Outpt time (%) = 0.01618 (93.0791) Other time (%) = 0.000128984 (0.742011) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:32 2021 Memory usage per processor = 27.5322 Mbytes Step Atoms AVEKE stressZZ 11237 5000 2.4962735e-11 3423965.3 11238 -0.00981499999999464 3423907.79331088 11238 5000 2.4960908e-11 3423907.8 Loop time of 0.0168829 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:32 2021 Pair time (%) = 0.00095582 (5.66147) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.189233) Outpt time (%) = 0.015801 (93.5915) Other time (%) = 9.41753e-05 (0.557815) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:32 2021 Memory usage per processor = 27.5322 Mbytes Step Atoms AVEKE stressZZ 11238 5000 2.4960908e-11 3423895.3 11239 -0.00981499999999464 3423837.79291268 11239 5000 2.4959081e-11 3423837.8 Loop time of 0.01687 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:32 2021 Pair time (%) = 0.000993013 (5.88626) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.278414) Outpt time (%) = 0.0156801 (92.9464) Other time (%) = 0.000149965 (0.888945) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:32 2021 Memory usage per processor = 27.5322 Mbytes Step Atoms AVEKE stressZZ 11239 5000 2.4959081e-11 3423825.3 11240 -0.00981499999999464 3423767.7960531 11240 5000 2.4957255e-11 3423767.8 Loop time of 0.0190561 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:32 2021 Pair time (%) = 0.00113893 (5.9767) Neigh time (%) = 0 (0) Comm time (%) = 6.50883e-05 (0.341562) Outpt time (%) = 0.017756 (93.1775) Other time (%) = 9.60827e-05 (0.50421) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:32 2021 Memory usage per processor = 27.5322 Mbytes Step Atoms AVEKE stressZZ 11240 5000 2.4957255e-11 3423755.3 11241 -0.00981499999999464 3423697.80273121 11241 5000 2.4955428e-11 3423697.8 Loop time of 0.017293 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:32 2021 Pair time (%) = 0.000999928 (5.78228) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.19164) Outpt time (%) = 0.0161519 (93.4015) Other time (%) = 0.000108004 (0.624552) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:32 2021 Memory usage per processor = 27.5322 Mbytes Step Atoms AVEKE stressZZ 11241 5000 2.4955428e-11 3423685.3 11242 -0.00981499999999464 3423627.81294605 11242 5000 2.4953602e-11 3423627.8 Loop time of 0.0170851 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:32 2021 Pair time (%) = 0.000985861 (5.7703) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192576) Outpt time (%) = 0.0159719 (93.4845) Other time (%) = 9.44138e-05 (0.55261) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:32 2021 Memory usage per processor = 27.5322 Mbytes Step Atoms AVEKE stressZZ 11242 5000 2.4953602e-11 3423615.3 11243 -0.00981499999999464 3423557.82669672 11243 5000 2.4951776e-11 3423557.8 Loop time of 0.0167141 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:32 2021 Pair time (%) = 0.00117803 (7.0481) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.2211) Outpt time (%) = 0.015379 (92.0119) Other time (%) = 0.000120163 (0.718932) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:32 2021 Memory usage per processor = 27.5322 Mbytes Step Atoms AVEKE stressZZ 11243 5000 2.4951776e-11 3423545.3 11244 -0.00981499999999464 3423487.84398242 11244 5000 2.494995e-11 3423487.8 Loop time of 0.01702 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:32 2021 Pair time (%) = 0.000957966 (5.62848) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187709) Outpt time (%) = 0.0159361 (93.6319) Other time (%) = 9.39369e-05 (0.551921) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:32 2021 Memory usage per processor = 27.5322 Mbytes Step Atoms AVEKE stressZZ 11244 5000 2.494995e-11 3423475.3 11245 -0.00981499999999464 3423417.86480231 11245 5000 2.4948124e-11 3423417.9 Loop time of 0.0170841 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:32 2021 Pair time (%) = 0.000952005 (5.57246) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187005) Outpt time (%) = 0.01601 (93.713) Other time (%) = 9.01222e-05 (0.52752) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:32 2021 Memory usage per processor = 27.5322 Mbytes Step Atoms AVEKE stressZZ 11245 5000 2.4948124e-11 3423405.3 11246 -0.00981499999999464 3423347.8891405 11246 5000 2.4946299e-11 3423347.9 Loop time of 0.016732 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:32 2021 Pair time (%) = 0.00100207 (5.98897) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.19664) Outpt time (%) = 0.015595 (93.2045) Other time (%) = 0.000102043 (0.609869) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:32 2021 Memory usage per processor = 27.5322 Mbytes Step Atoms AVEKE stressZZ 11246 5000 2.4946299e-11 3423335.4 11247 -0.00981499999999464 3423277.9170066 11247 5000 2.4944474e-11 3423277.9 Loop time of 0.017041 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:32 2021 Pair time (%) = 0.00100708 (5.90976) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.193075) Outpt time (%) = 0.0159011 (93.3109) Other time (%) = 9.98974e-05 (0.586219) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:32 2021 Memory usage per processor = 27.5322 Mbytes Step Atoms AVEKE stressZZ 11247 5000 2.4944474e-11 3423265.4 11248 -0.00981499999999464 3423207.9484037 11248 5000 2.4942648e-11 3423207.9 Loop time of 0.0171509 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:32 2021 Pair time (%) = 0.000955105 (5.56884) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186277) Outpt time (%) = 0.0160391 (93.5178) Other time (%) = 0.000124693 (0.727035) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:32 2021 Memory usage per processor = 27.5322 Mbytes Step Atoms AVEKE stressZZ 11248 5000 2.4942648e-11 3423195.4 11249 -0.00981499999999464 3423137.9833312 11249 5000 2.4940824e-11 3423138 Loop time of 0.0167599 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:32 2021 Pair time (%) = 0.000999928 (5.9662) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190623) Outpt time (%) = 0.015635 (93.2884) Other time (%) = 9.29832e-05 (0.554797) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:32 2021 Memory usage per processor = 27.5322 Mbytes Step Atoms AVEKE stressZZ 11249 5000 2.4940824e-11 3423125.5 11250 -0.00981499999999464 3423068.02178844 11250 5000 2.4938999e-11 3423068 Loop time of 0.0186551 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:32 2021 Pair time (%) = 0.00107694 (5.77289) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.199374) Outpt time (%) = 0.017427 (93.4168) Other time (%) = 0.000113964 (0.610902) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:32 2021 Memory usage per processor = 27.5322 Mbytes Step Atoms AVEKE stressZZ 11250 5000 2.4938999e-11 3423055.5 11251 -0.00981499999999464 3422998.06377481 11251 5000 2.4937174e-11 3422998.1 Loop time of 0.0172229 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:32 2021 Pair time (%) = 0.00115895 (6.72915) Neigh time (%) = 0 (0) Comm time (%) = 6.38962e-05 (0.370996) Outpt time (%) = 0.0158799 (92.2022) Other time (%) = 0.000120163 (0.697694) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:22:32 2021 Memory usage per processor = 27.5322 Mbytes Step Atoms AVEKE stressZZ 11251 5000 2.4937174e-11 3422985.5 11252 -0.00981499999999464 3422916.55260341 11252 5000 4.9260678e-11 3423028.9 Loop time of 0.0169981 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:32 2021 Pair time (%) = 0.000957012 (5.63013) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.182341) Outpt time (%) = 0.015872 (93.3754) Other time (%) = 0.000138044 (0.812119) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2571 ave 2571 max 2571 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28321 ave 28321 max 28321 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28321 Ave neighs/atom = 5.6642 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:32 2021 Memory usage per processor = 27.5322 Mbytes Step Atoms AVEKE stressZZ 11252 5000 4.9260678e-11 3468919.3 11253 -0.00984749999999463 3468843.13424718 11253 5000 3.9711521e-11 3468843.1 Loop time of 0.016345 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:32 2021 Pair time (%) = 0.000961065 (5.87986) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.195461) Outpt time (%) = 0.0152581 (93.35) Other time (%) = 9.39369e-05 (0.574713) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28322 ave 28322 max 28322 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28322 Ave neighs/atom = 5.6644 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:32 2021 Memory usage per processor = 27.5322 Mbytes Step Atoms AVEKE stressZZ 11253 5000 3.9711521e-11 3468826.3 11254 -0.00984749999999463 3468756.59545928 11254 5000 3.4176343e-11 3468756.6 Loop time of 0.0170691 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:32 2021 Pair time (%) = 0.00124598 (7.2996) Neigh time (%) = 0 (0) Comm time (%) = 4.29153e-05 (0.251421) Outpt time (%) = 0.015594 (91.3581) Other time (%) = 0.000186205 (1.09089) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28322 ave 28322 max 28322 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28322 Ave neighs/atom = 5.6644 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:32 2021 Memory usage per processor = 27.5322 Mbytes Step Atoms AVEKE stressZZ 11254 5000 3.4176343e-11 3468741.2 11255 -0.00984749999999463 3468675.69775788 11255 5000 3.0873732e-11 3468675.7 Loop time of 0.0168431 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:32 2021 Pair time (%) = 0.000955105 (5.67061) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.184019) Outpt time (%) = 0.015763 (93.5877) Other time (%) = 9.39369e-05 (0.557718) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28322 ave 28322 max 28322 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28322 Ave neighs/atom = 5.6644 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:32 2021 Memory usage per processor = 27.5322 Mbytes Step Atoms AVEKE stressZZ 11255 5000 3.0873732e-11 3468661.3 11256 -0.00984749999999463 3468598.38632941 11256 5000 2.886135e-11 3468598.4 Loop time of 0.0166309 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:32 2021 Pair time (%) = 0.000968933 (5.82611) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.20357) Outpt time (%) = 0.015527 (93.3625) Other time (%) = 0.000101089 (0.607842) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28322 ave 28322 max 28322 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28322 Ave neighs/atom = 5.6644 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:32 2021 Memory usage per processor = 27.5322 Mbytes Step Atoms AVEKE stressZZ 11256 5000 2.886135e-11 3468584.6 11257 -0.00984749999999463 3468523.35532147 11257 5000 2.7616982e-11 3468523.4 Loop time of 0.0164869 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:32 2021 Pair time (%) = 0.00101113 (6.13296) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.206794) Outpt time (%) = 0.0153129 (92.8794) Other time (%) = 0.000128746 (0.7809) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28322 ave 28322 max 28322 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28322 Ave neighs/atom = 5.6644 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:32 2021 Memory usage per processor = 27.5322 Mbytes Step Atoms AVEKE stressZZ 11257 5000 2.7616982e-11 3468509.9 11258 -0.00984749999999463 3468449.77485152 11258 5000 2.6839713e-11 3468449.8 Loop time of 0.0168929 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:32 2021 Pair time (%) = 0.000977993 (5.78937) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.189121) Outpt time (%) = 0.0157869 (93.4527) Other time (%) = 9.60827e-05 (0.568775) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28322 ave 28322 max 28322 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28322 Ave neighs/atom = 5.6644 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:32 2021 Memory usage per processor = 27.5322 Mbytes Step Atoms AVEKE stressZZ 11258 5000 2.6839713e-11 3468436.6 11259 -0.00984749999999463 3468377.11752022 11259 5000 2.6350817e-11 3468377.1 Loop time of 0.017117 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:32 2021 Pair time (%) = 0.000963926 (5.63139) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181074) Outpt time (%) = 0.0160251 (93.6206) Other time (%) = 9.70364e-05 (0.5669) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28322 ave 28322 max 28322 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28322 Ave neighs/atom = 5.6644 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:32 2021 Memory usage per processor = 27.5322 Mbytes Step Atoms AVEKE stressZZ 11259 5000 2.6350817e-11 3468364.1 11260 -0.00984749999999463 3468305.04815916 11260 5000 2.6041759e-11 3468305 Loop time of 0.0187421 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:32 2021 Pair time (%) = 0.00099206 (5.29322) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.171734) Outpt time (%) = 0.0176241 (94.0351) Other time (%) = 9.36985e-05 (0.499936) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28322 ave 28322 max 28322 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28322 Ave neighs/atom = 5.6644 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:32 2021 Memory usage per processor = 27.5323 Mbytes Step Atoms AVEKE stressZZ 11260 5000 2.6041759e-11 3468292.1 11261 -0.00984749999999463 3468233.35376488 11261 5000 2.5845606e-11 3468233.4 Loop time of 0.016818 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:32 2021 Pair time (%) = 0.00110292 (6.55798) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.214063) Outpt time (%) = 0.0155721 (92.5914) Other time (%) = 0.00010705 (0.636518) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28322 ave 28322 max 28322 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28322 Ave neighs/atom = 5.6644 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:32 2021 Memory usage per processor = 27.5323 Mbytes Step Atoms AVEKE stressZZ 11261 5000 2.5845606e-11 3468220.5 11262 -0.00984749999999463 3468161.898971 11262 5000 2.5720647e-11 3468161.9 Loop time of 0.0172598 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:32 2021 Pair time (%) = 0.00100899 (5.84587) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192008) Outpt time (%) = 0.0161169 (93.3778) Other time (%) = 0.000100851 (0.584311) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28322 ave 28322 max 28322 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28322 Ave neighs/atom = 5.6644 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:32 2021 Memory usage per processor = 27.5323 Mbytes Step Atoms AVEKE stressZZ 11262 5000 2.5720647e-11 3468149.1 11263 -0.00984749999999463 3468090.59775051 11263 5000 2.5640706e-11 3468090.6 Loop time of 0.0174019 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:32 2021 Pair time (%) = 0.000957012 (5.49946) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.184959) Outpt time (%) = 0.0163209 (93.7881) Other time (%) = 9.17912e-05 (0.527477) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28322 ave 28322 max 28322 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28322 Ave neighs/atom = 5.6644 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:32 2021 Memory usage per processor = 27.5323 Mbytes Step Atoms AVEKE stressZZ 11263 5000 2.5640706e-11 3468077.8 11264 -0.00984749999999463 3468019.39543206 11264 5000 2.5589283e-11 3468019.4 Loop time of 0.0166509 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:32 2021 Pair time (%) = 0.000971794 (5.83628) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.197597) Outpt time (%) = 0.0155449 (93.3576) Other time (%) = 0.000101328 (0.608543) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28322 ave 28322 max 28322 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28322 Ave neighs/atom = 5.6644 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:32 2021 Memory usage per processor = 27.5323 Mbytes Step Atoms AVEKE stressZZ 11264 5000 2.5589283e-11 3468006.6 11265 -0.00984749999999463 3467948.25727123 11265 5000 2.5555946e-11 3467948.3 Loop time of 0.0173628 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:32 2021 Pair time (%) = 0.00104308 (6.00755) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.190869) Outpt time (%) = 0.016181 (93.1933) Other time (%) = 0.000105619 (0.608308) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28322 ave 28322 max 28322 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28322 Ave neighs/atom = 5.6644 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:32 2021 Memory usage per processor = 27.5323 Mbytes Step Atoms AVEKE stressZZ 11265 5000 2.5555946e-11 3467935.5 11266 -0.00984749999999463 3467877.16118734 11266 5000 2.5534089e-11 3467877.2 Loop time of 0.01723 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:32 2021 Pair time (%) = 0.000994921 (5.77434) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185421) Outpt time (%) = 0.016103 (93.4591) Other time (%) = 0.000100136 (0.58117) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28322 ave 28322 max 28322 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28322 Ave neighs/atom = 5.6644 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:32 2021 Memory usage per processor = 27.5323 Mbytes Step Atoms AVEKE stressZZ 11266 5000 2.5534089e-11 3467864.4 11267 -0.00984749999999463 3467806.09314781 11267 5000 2.551952e-11 3467806.1 Loop time of 0.0168519 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:32 2021 Pair time (%) = 0.000957012 (5.67896) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.183922) Outpt time (%) = 0.015743 (93.4198) Other time (%) = 0.000120878 (0.717297) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28322 ave 28322 max 28322 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28322 Ave neighs/atom = 5.6644 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:32 2021 Memory usage per processor = 27.5323 Mbytes Step Atoms AVEKE stressZZ 11267 5000 2.551952e-11 3467793.3 11268 -0.00984749999999463 3467735.04423452 11268 5000 2.5509581e-11 3467735 Loop time of 0.0164909 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:32 2021 Pair time (%) = 0.000989914 (6.00278) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.206743) Outpt time (%) = 0.015363 (93.1601) Other time (%) = 0.000103951 (0.630349) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28322 ave 28322 max 28322 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28322 Ave neighs/atom = 5.6644 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:32 2021 Memory usage per processor = 27.5323 Mbytes Step Atoms AVEKE stressZZ 11268 5000 2.5509581e-11 3467722.3 11269 -0.00984749999999463 3467664.00877987 11269 5000 2.5502584e-11 3467664 Loop time of 0.016957 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:33 2021 Pair time (%) = 0.000994921 (5.8673) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.182782) Outpt time (%) = 0.015841 (93.4184) Other time (%) = 9.01222e-05 (0.531474) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28322 ave 28322 max 28322 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28322 Ave neighs/atom = 5.6644 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:33 2021 Memory usage per processor = 27.5323 Mbytes Step Atoms AVEKE stressZZ 11269 5000 2.5502584e-11 3467651.2 11270 -0.00984749999999463 3467592.9831926 11270 5000 2.5497456e-11 3467593 Loop time of 0.018965 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:33 2021 Pair time (%) = 0.000964165 (5.08391) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.16343) Outpt time (%) = 0.0178759 (94.2573) Other time (%) = 9.39369e-05 (0.495317) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28322 ave 28322 max 28322 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28322 Ave neighs/atom = 5.6644 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:33 2021 Memory usage per processor = 27.5323 Mbytes Step Atoms AVEKE stressZZ 11270 5000 2.5497456e-11 3467580.2 11271 -0.00984749999999463 3467521.96518758 11271 5000 2.5493515e-11 3467522 Loop time of 0.016428 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:33 2021 Pair time (%) = 0.000958204 (5.83275) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194473) Outpt time (%) = 0.015336 (93.3531) Other time (%) = 0.000101805 (0.619703) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28322 ave 28322 max 28322 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28322 Ave neighs/atom = 5.6644 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:33 2021 Memory usage per processor = 27.5323 Mbytes Step Atoms AVEKE stressZZ 11271 5000 2.5493515e-11 3467509.2 11272 -0.00984749999999463 3467450.95330361 11272 5000 2.5490329e-11 3467451 Loop time of 0.0171711 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:33 2021 Pair time (%) = 0.001266 (7.37285) Neigh time (%) = 0 (0) Comm time (%) = 4.19617e-05 (0.244373) Outpt time (%) = 0.0157111 (91.4969) Other time (%) = 0.000152111 (0.885853) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28322 ave 28322 max 28322 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28322 Ave neighs/atom = 5.6644 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:33 2021 Memory usage per processor = 27.5323 Mbytes Step Atoms AVEKE stressZZ 11272 5000 2.5490329e-11 3467438.2 11273 -0.00984749999999463 3467379.94661402 11273 5000 2.5487622e-11 3467379.9 Loop time of 0.0173621 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:33 2021 Pair time (%) = 0.000957966 (5.51756) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18401) Outpt time (%) = 0.016278 (93.756) Other time (%) = 9.41753e-05 (0.542418) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28322 ave 28322 max 28322 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28322 Ave neighs/atom = 5.6644 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:33 2021 Memory usage per processor = 27.5323 Mbytes Step Atoms AVEKE stressZZ 11273 5000 2.5487622e-11 3467367.2 11274 -0.00984749999999463 3467308.94453 11274 5000 2.5485221e-11 3467308.9 Loop time of 0.0171292 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:33 2021 Pair time (%) = 0.00105286 (6.14657) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.187905) Outpt time (%) = 0.015873 (92.6662) Other time (%) = 0.000171185 (0.999374) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28322 ave 28322 max 28322 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28322 Ave neighs/atom = 5.6644 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:33 2021 Memory usage per processor = 27.5323 Mbytes Step Atoms AVEKE stressZZ 11274 5000 2.5485221e-11 3467296.2 11275 -0.00984749999999463 3467237.94667722 11275 5000 2.5483013e-11 3467237.9 Loop time of 0.0164769 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:33 2021 Pair time (%) = 0.000982046 (5.96015) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.20692) Outpt time (%) = 0.0153589 (93.2151) Other time (%) = 0.000101805 (0.617865) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28322 ave 28322 max 28322 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28322 Ave neighs/atom = 5.6644 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:33 2021 Memory usage per processor = 27.5323 Mbytes Step Atoms AVEKE stressZZ 11275 5000 2.5483013e-11 3467225.2 11276 -0.00984749999999463 3467166.9528175 11276 5000 2.5480928e-11 3467167 Loop time of 0.0173001 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:33 2021 Pair time (%) = 0.00100613 (5.81572) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18467) Outpt time (%) = 0.0161672 (93.4511) Other time (%) = 9.48906e-05 (0.548496) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28322 ave 28322 max 28322 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28322 Ave neighs/atom = 5.6644 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:33 2021 Memory usage per processor = 27.5323 Mbytes Step Atoms AVEKE stressZZ 11276 5000 2.5480928e-11 3467154.2 11277 -0.00984749999999463 3467095.96279939 11277 5000 2.5478922e-11 3467096 Loop time of 0.016362 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:33 2021 Pair time (%) = 0.00100398 (6.13607) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.195258) Outpt time (%) = 0.015234 (93.1062) Other time (%) = 9.20296e-05 (0.562461) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28322 ave 28322 max 28322 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28322 Ave neighs/atom = 5.6644 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:33 2021 Memory usage per processor = 27.5323 Mbytes Step Atoms AVEKE stressZZ 11277 5000 2.5478922e-11 3467083.2 11278 -0.00984749999999463 3467024.9765264 11278 5000 2.5476966e-11 3467025 Loop time of 0.0162411 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:33 2021 Pair time (%) = 0.000958204 (5.89988) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.196712) Outpt time (%) = 0.0151651 (93.3749) Other time (%) = 8.58307e-05 (0.528479) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28322 ave 28322 max 28322 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28322 Ave neighs/atom = 5.6644 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:33 2021 Memory usage per processor = 27.5323 Mbytes Step Atoms AVEKE stressZZ 11278 5000 2.5476966e-11 3467012.2 11279 -0.00984749999999463 3466953.99393696 11279 5000 2.5475042e-11 3466954 Loop time of 0.0165241 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:33 2021 Pair time (%) = 0.000959873 (5.80894) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.187571) Outpt time (%) = 0.0154431 (93.4581) Other time (%) = 9.01222e-05 (0.545399) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28322 ave 28322 max 28322 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28322 Ave neighs/atom = 5.6644 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:33 2021 Memory usage per processor = 27.5323 Mbytes Step Atoms AVEKE stressZZ 11279 5000 2.5475042e-11 3466941.2 11280 -0.00984749999999463 3466883.01499189 11280 5000 2.5473138e-11 3466883 Loop time of 0.0194042 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:33 2021 Pair time (%) = 0.0010438 (5.37924) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.174475) Outpt time (%) = 0.0182202 (93.8983) Other time (%) = 0.000106335 (0.547999) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28322 ave 28322 max 28322 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28322 Ave neighs/atom = 5.6644 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:33 2021 Memory usage per processor = 27.5323 Mbytes Step Atoms AVEKE stressZZ 11280 5000 2.5473138e-11 3466870.3 11281 -0.00984749999999463 3466812.03966596 11281 5000 2.5471246e-11 3466812 Loop time of 0.0172429 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:33 2021 Pair time (%) = 0.000980139 (5.6843) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190813) Outpt time (%) = 0.016084 (93.2787) Other time (%) = 0.000145912 (0.846216) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28322 ave 28322 max 28322 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28322 Ave neighs/atom = 5.6644 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:33 2021 Memory usage per processor = 27.5323 Mbytes Step Atoms AVEKE stressZZ 11281 5000 2.5471246e-11 3466799.3 11282 -0.00984749999999463 3466741.06794314 11282 5000 2.5469364e-11 3466741.1 Loop time of 0.016715 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:33 2021 Pair time (%) = 0.000957966 (5.73116) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.185428) Outpt time (%) = 0.0156288 (93.5015) Other time (%) = 9.72748e-05 (0.581959) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28322 ave 28322 max 28322 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28322 Ave neighs/atom = 5.6644 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:33 2021 Memory usage per processor = 27.5323 Mbytes Step Atoms AVEKE stressZZ 11282 5000 2.5469364e-11 3466728.3 11283 -0.00984749999999463 3466670.09981296 11283 5000 2.5467486e-11 3466670.1 Loop time of 0.0165641 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:33 2021 Pair time (%) = 0.00102401 (6.18208) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.205829) Outpt time (%) = 0.0154002 (92.973) Other time (%) = 0.000105858 (0.639079) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28322 ave 28322 max 28322 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28322 Ave neighs/atom = 5.6644 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:33 2021 Memory usage per processor = 27.5323 Mbytes Step Atoms AVEKE stressZZ 11283 5000 2.5467486e-11 3466657.3 11284 -0.00984749999999463 3466599.13526855 11284 5000 2.5465612e-11 3466599.1 Loop time of 0.0171521 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:33 2021 Pair time (%) = 0.000957012 (5.57957) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186264) Outpt time (%) = 0.0160739 (93.7143) Other time (%) = 8.91685e-05 (0.51987) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28322 ave 28322 max 28322 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28322 Ave neighs/atom = 5.6644 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:33 2021 Memory usage per processor = 27.5323 Mbytes Step Atoms AVEKE stressZZ 11284 5000 2.5465612e-11 3466586.4 11285 -0.00984749999999463 3466528.17430051 11285 5000 2.546374e-11 3466528.2 Loop time of 0.0168629 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:33 2021 Pair time (%) = 0.000954866 (5.66254) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.190872) Outpt time (%) = 0.0157819 (93.5895) Other time (%) = 9.39369e-05 (0.557064) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28322 ave 28322 max 28322 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28322 Ave neighs/atom = 5.6644 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:33 2021 Memory usage per processor = 27.5323 Mbytes Step Atoms AVEKE stressZZ 11285 5000 2.546374e-11 3466515.4 11286 -0.00984749999999463 3466457.21690987 11286 5000 2.546187e-11 3466457.2 Loop time of 0.016917 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:33 2021 Pair time (%) = 0.000997066 (5.89388) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.195899) Outpt time (%) = 0.0157852 (93.3098) Other time (%) = 0.000101566 (0.600381) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28322 ave 28322 max 28322 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28322 Ave neighs/atom = 5.6644 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:33 2021 Memory usage per processor = 27.5323 Mbytes Step Atoms AVEKE stressZZ 11286 5000 2.546187e-11 3466444.5 11287 -0.00984749999999463 3466386.26309516 11287 5000 2.5460001e-11 3466386.3 Loop time of 0.0172522 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:33 2021 Pair time (%) = 0.001122 (6.5035) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.272246) Outpt time (%) = 0.015914 (92.2431) Other time (%) = 0.000169277 (0.981192) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28322 ave 28322 max 28322 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28322 Ave neighs/atom = 5.6644 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:33 2021 Memory usage per processor = 27.5323 Mbytes Step Atoms AVEKE stressZZ 11287 5000 2.5460001e-11 3466373.5 11288 -0.00984749999999463 3466315.31285501 11288 5000 2.5458132e-11 3466315.3 Loop time of 0.0169702 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:33 2021 Pair time (%) = 0.000978947 (5.76864) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.182641) Outpt time (%) = 0.0158651 (93.4882) Other time (%) = 9.5129e-05 (0.560566) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28322 ave 28322 max 28322 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28322 Ave neighs/atom = 5.6644 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:33 2021 Memory usage per processor = 27.5323 Mbytes Step Atoms AVEKE stressZZ 11288 5000 2.5458132e-11 3466302.6 11289 -0.00984749999999463 3466244.36619422 11289 5000 2.5456264e-11 3466244.4 Loop time of 0.016623 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:33 2021 Pair time (%) = 0.000957012 (5.75715) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.186455) Outpt time (%) = 0.0155029 (93.2618) Other time (%) = 0.000132084 (0.794584) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28322 ave 28322 max 28322 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28322 Ave neighs/atom = 5.6644 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:33 2021 Memory usage per processor = 27.5323 Mbytes Step Atoms AVEKE stressZZ 11289 5000 2.5456264e-11 3466231.6 11290 -0.00984749999999463 3466173.42311174 11290 5000 2.5454397e-11 3466173.4 Loop time of 0.0185869 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:33 2021 Pair time (%) = 0.00103307 (5.55805) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.18343) Outpt time (%) = 0.017416 (93.7005) Other time (%) = 0.000103712 (0.557986) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28322 ave 28322 max 28322 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28322 Ave neighs/atom = 5.6644 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:33 2021 Memory usage per processor = 27.5323 Mbytes Step Atoms AVEKE stressZZ 11290 5000 2.5454397e-11 3466160.7 11291 -0.00984749999999463 3466102.48360478 11291 5000 2.545253e-11 3466102.5 Loop time of 0.016968 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:33 2021 Pair time (%) = 0.00102997 (6.07006) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188284) Outpt time (%) = 0.015806 (93.1515) Other time (%) = 0.000100136 (0.590145) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28322 ave 28322 max 28322 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28322 Ave neighs/atom = 5.6644 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:33 2021 Memory usage per processor = 27.5323 Mbytes Step Atoms AVEKE stressZZ 11291 5000 2.545253e-11 3466089.7 11292 -0.00984749999999463 3466031.547672 11292 5000 2.5450663e-11 3466031.5 Loop time of 0.0172799 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:33 2021 Pair time (%) = 0.000963926 (5.57832) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.277329) Outpt time (%) = 0.0160909 (93.1192) Other time (%) = 0.000177145 (1.02515) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28322 ave 28322 max 28322 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28322 Ave neighs/atom = 5.6644 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:33 2021 Memory usage per processor = 27.5323 Mbytes Step Atoms AVEKE stressZZ 11292 5000 2.5450663e-11 3466018.8 11293 -0.00984749999999463 3465960.61531253 11293 5000 2.5448796e-11 3465960.6 Loop time of 0.0164559 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:33 2021 Pair time (%) = 0.00095892 (5.82721) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.188348) Outpt time (%) = 0.015327 (93.1398) Other time (%) = 0.000138998 (0.84467) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28322 ave 28322 max 28322 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28322 Ave neighs/atom = 5.6644 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:33 2021 Memory usage per processor = 27.5323 Mbytes Step Atoms AVEKE stressZZ 11293 5000 2.5448796e-11 3465947.9 11294 -0.00984749999999463 3465889.68652572 11294 5000 2.544693e-11 3465889.7 Loop time of 0.0169032 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:33 2021 Pair time (%) = 0.00120711 (7.14135) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.218627) Outpt time (%) = 0.015537 (91.9179) Other time (%) = 0.00012207 (0.722174) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28322 ave 28322 max 28322 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28322 Ave neighs/atom = 5.6644 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:33 2021 Memory usage per processor = 27.5323 Mbytes Step Atoms AVEKE stressZZ 11294 5000 2.544693e-11 3465876.9 11295 -0.00984749999999463 3465818.76131085 11295 5000 2.5445063e-11 3465818.8 Loop time of 0.0174849 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:33 2021 Pair time (%) = 0.00100803 (5.76517) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182718) Outpt time (%) = 0.016355 (93.5381) Other time (%) = 8.98838e-05 (0.514065) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28322 ave 28322 max 28322 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28322 Ave neighs/atom = 5.6644 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:33 2021 Memory usage per processor = 27.5323 Mbytes Step Atoms AVEKE stressZZ 11295 5000 2.5445063e-11 3465806 11296 -0.00984749999999463 3465747.83966739 11296 5000 2.5443197e-11 3465747.8 Loop time of 0.0169959 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:33 2021 Pair time (%) = 0.000981092 (5.77252) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.193586) Outpt time (%) = 0.015877 (93.4167) Other time (%) = 0.000104904 (0.617232) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28322 ave 28322 max 28322 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28322 Ave neighs/atom = 5.6644 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:33 2021 Memory usage per processor = 27.5323 Mbytes Step Atoms AVEKE stressZZ 11296 5000 2.5443197e-11 3465735.1 11297 -0.00984749999999463 3465676.92159477 11297 5000 2.5441332e-11 3465676.9 Loop time of 0.0167589 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:33 2021 Pair time (%) = 0.00100994 (6.02629) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.203437) Outpt time (%) = 0.0156119 (93.1557) Other time (%) = 0.000102997 (0.614579) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28322 ave 28322 max 28322 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28322 Ave neighs/atom = 5.6644 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:33 2021 Memory usage per processor = 27.5323 Mbytes Step Atoms AVEKE stressZZ 11297 5000 2.5441332e-11 3465664.2 11298 -0.00984749999999463 3465606.00709256 11298 5000 2.5439466e-11 3465606 Loop time of 0.0172951 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:33 2021 Pair time (%) = 0.00103688 (5.99523) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190237) Outpt time (%) = 0.0160429 (92.76) Other time (%) = 0.00018239 (1.05458) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28322 ave 28322 max 28322 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28322 Ave neighs/atom = 5.6644 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:33 2021 Memory usage per processor = 27.5323 Mbytes Step Atoms AVEKE stressZZ 11298 5000 2.5439466e-11 3465593.2 11299 -0.00984749999999463 3465535.09616027 11299 5000 2.5437601e-11 3465535.1 Loop time of 0.017024 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:33 2021 Pair time (%) = 0.000995874 (5.84981) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187665) Outpt time (%) = 0.0159018 (93.4079) Other time (%) = 9.44138e-05 (0.554591) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28322 ave 28322 max 28322 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28322 Ave neighs/atom = 5.6644 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:33 2021 Memory usage per processor = 27.5323 Mbytes Step Atoms AVEKE stressZZ 11299 5000 2.5437601e-11 3465522.3 11300 -0.00984749999999463 3465464.1887974 11300 5000 2.5435735e-11 3465464.2 Loop time of 0.018858 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:33 2021 Pair time (%) = 0.00111985 (5.93835) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.249064) Outpt time (%) = 0.017565 (93.1438) Other time (%) = 0.000126123 (0.668808) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28322 ave 28322 max 28322 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28322 Ave neighs/atom = 5.6644 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:33 2021 Memory usage per processor = 27.5323 Mbytes Step Atoms AVEKE stressZZ 11300 5000 2.5435735e-11 3465451.4 11301 -0.00984749999999463 3465393.28500353 11301 5000 2.543387e-11 3465393.3 Loop time of 0.0165339 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:33 2021 Pair time (%) = 0.00102592 (6.20494) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.204764) Outpt time (%) = 0.0153539 (92.8635) Other time (%) = 0.000120163 (0.726769) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28322 ave 28322 max 28322 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28322 Ave neighs/atom = 5.6644 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:33 2021 Memory usage per processor = 27.5323 Mbytes Step Atoms AVEKE stressZZ 11301 5000 2.543387e-11 3465380.5 11302 -0.00984749999999463 3465322.38477826 11302 5000 2.5432006e-11 3465322.4 Loop time of 0.0171471 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:33 2021 Pair time (%) = 0.0009799 (5.71468) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.187709) Outpt time (%) = 0.0160379 (93.5317) Other time (%) = 9.70364e-05 (0.565907) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28322 ave 28322 max 28322 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28322 Ave neighs/atom = 5.6644 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:33 2021 Memory usage per processor = 27.5323 Mbytes Step Atoms AVEKE stressZZ 11302 5000 2.5432006e-11 3465309.6 11303 -0.00984749999999463 3465251.48812117 11303 5000 2.5430141e-11 3465251.5 Loop time of 0.017179 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:33 2021 Pair time (%) = 0.000957012 (5.57082) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185972) Outpt time (%) = 0.0161028 (93.7353) Other time (%) = 8.72612e-05 (0.507952) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28322 ave 28322 max 28322 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28322 Ave neighs/atom = 5.6644 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:33 2021 Memory usage per processor = 27.5323 Mbytes Step Atoms AVEKE stressZZ 11303 5000 2.5430141e-11 3465238.7 11304 -0.00984749999999463 3465180.59503175 11304 5000 2.5428277e-11 3465180.6 Loop time of 0.0164239 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:33 2021 Pair time (%) = 0.000994921 (6.05775) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194521) Outpt time (%) = 0.0153041 (93.1816) Other time (%) = 9.29832e-05 (0.566145) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28322 ave 28322 max 28322 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28322 Ave neighs/atom = 5.6644 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:33 2021 Memory usage per processor = 27.5323 Mbytes Step Atoms AVEKE stressZZ 11304 5000 2.5428277e-11 3465167.8 11305 -0.00984749999999463 3465109.70550966 11305 5000 2.5426413e-11 3465109.7 Loop time of 0.0168121 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:33 2021 Pair time (%) = 0.00115991 (6.89924) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.214139) Outpt time (%) = 0.015497 (92.1776) Other time (%) = 0.000119209 (0.709069) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28322 ave 28322 max 28322 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28322 Ave neighs/atom = 5.6644 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:33 2021 Memory usage per processor = 27.5323 Mbytes Step Atoms AVEKE stressZZ 11305 5000 2.5426413e-11 3465096.9 11306 -0.00984749999999463 3465038.8195545 11306 5000 2.5424549e-11 3465038.8 Loop time of 0.0172441 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:33 2021 Pair time (%) = 0.00104809 (6.07795) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18527) Outpt time (%) = 0.0160611 (93.1395) Other time (%) = 0.000102997 (0.597287) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28322 ave 28322 max 28322 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28322 Ave neighs/atom = 5.6644 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:33 2021 Memory usage per processor = 27.5323 Mbytes Step Atoms AVEKE stressZZ 11306 5000 2.5424549e-11 3465026.1 11307 -0.00984749999999463 3464967.93716612 11307 5000 2.5422685e-11 3464967.9 Loop time of 0.017071 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:33 2021 Pair time (%) = 0.000998974 (5.85187) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187148) Outpt time (%) = 0.0159461 (93.4107) Other time (%) = 9.39369e-05 (0.550272) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28322 ave 28322 max 28322 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28322 Ave neighs/atom = 5.6644 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:33 2021 Memory usage per processor = 27.5323 Mbytes Step Atoms AVEKE stressZZ 11307 5000 2.5422685e-11 3464955.2 11308 -0.00984749999999463 3464897.05834725 11308 5000 2.5420821e-11 3464897.1 Loop time of 0.0164599 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:33 2021 Pair time (%) = 0.00100899 (6.12996) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.205684) Outpt time (%) = 0.0153129 (93.0314) Other time (%) = 0.000104189 (0.632985) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28322 ave 28322 max 28322 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28322 Ave neighs/atom = 5.6644 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:33 2021 Memory usage per processor = 27.5323 Mbytes Step Atoms AVEKE stressZZ 11308 5000 2.5420821e-11 3464884.3 11309 -0.00984749999999463 3464826.18309426 11309 5000 2.5418958e-11 3464826.2 Loop time of 0.0171082 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:33 2021 Pair time (%) = 0.00103188 (6.03147) Neigh time (%) = 0 (0) Comm time (%) = 7.70092e-05 (0.45013) Outpt time (%) = 0.015877 (92.8035) Other time (%) = 0.000122309 (0.714913) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28322 ave 28322 max 28322 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28322 Ave neighs/atom = 5.6644 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:33 2021 Memory usage per processor = 27.5323 Mbytes Step Atoms AVEKE stressZZ 11309 5000 2.5418958e-11 3464813.4 11310 -0.00984749999999463 3464755.31140683 11310 5000 2.5417095e-11 3464755.3 Loop time of 0.0192521 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:33 2021 Pair time (%) = 0.000977993 (5.07994) Neigh time (%) = 0 (0) Comm time (%) = 6.8903e-05 (0.357899) Outpt time (%) = 0.0181019 (94.0259) Other time (%) = 0.000103235 (0.53623) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28322 ave 28322 max 28322 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28322 Ave neighs/atom = 5.6644 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:33 2021 Memory usage per processor = 27.5323 Mbytes Step Atoms AVEKE stressZZ 11310 5000 2.5417095e-11 3464742.6 11311 -0.00984749999999463 3464684.44328456 11311 5000 2.5415232e-11 3464684.4 Loop time of 0.0169299 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:33 2021 Pair time (%) = 0.000957012 (5.6528) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.183075) Outpt time (%) = 0.015847 (93.6036) Other time (%) = 9.48906e-05 (0.560492) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28322 ave 28322 max 28322 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28322 Ave neighs/atom = 5.6644 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:33 2021 Memory usage per processor = 27.5323 Mbytes Step Atoms AVEKE stressZZ 11311 5000 2.5415232e-11 3464671.7 11312 -0.00984749999999463 3464613.57872703 11312 5000 2.5413369e-11 3464613.6 Loop time of 0.0165842 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:33 2021 Pair time (%) = 0.00102592 (6.18612) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211331) Outpt time (%) = 0.015414 (92.9441) Other time (%) = 0.000109196 (0.658434) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28322 ave 28322 max 28322 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28322 Ave neighs/atom = 5.6644 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:33 2021 Memory usage per processor = 27.5323 Mbytes Step Atoms AVEKE stressZZ 11312 5000 2.5413369e-11 3464600.8 11313 -0.00984749999999463 3464542.71773391 11313 5000 2.5411506e-11 3464542.7 Loop time of 0.0169661 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:34 2021 Pair time (%) = 0.000957012 (5.64073) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.182684) Outpt time (%) = 0.015888 (93.6454) Other time (%) = 9.01222e-05 (0.53119) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28322 ave 28322 max 28322 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28322 Ave neighs/atom = 5.6644 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:34 2021 Memory usage per processor = 27.5323 Mbytes Step Atoms AVEKE stressZZ 11313 5000 2.5411506e-11 3464530 11314 -0.00984749999999463 3464471.86030478 11314 5000 2.5409644e-11 3464471.9 Loop time of 0.017 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:34 2021 Pair time (%) = 0.000956774 (5.62809) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18793) Outpt time (%) = 0.015923 (93.6651) Other time (%) = 8.82149e-05 (0.518912) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28322 ave 28322 max 28322 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28322 Ave neighs/atom = 5.6644 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:34 2021 Memory usage per processor = 27.5323 Mbytes Step Atoms AVEKE stressZZ 11314 5000 2.5409644e-11 3464459.1 11315 -0.00984749999999463 3464401.00643932 11315 5000 2.5407781e-11 3464401 Loop time of 0.016746 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:34 2021 Pair time (%) = 0.00100803 (6.01953) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.197899) Outpt time (%) = 0.015604 (93.1803) Other time (%) = 0.000100851 (0.602238) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28322 ave 28322 max 28322 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28322 Ave neighs/atom = 5.6644 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:34 2021 Memory usage per processor = 27.5323 Mbytes Step Atoms AVEKE stressZZ 11315 5000 2.5407781e-11 3464388.3 11316 -0.00984749999999463 3464330.15613715 11316 5000 2.5405919e-11 3464330.2 Loop time of 0.0171719 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:34 2021 Pair time (%) = 0.0010221 (5.95218) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191603) Outpt time (%) = 0.0160141 (93.2578) Other time (%) = 0.000102758 (0.598412) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28322 ave 28322 max 28322 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28322 Ave neighs/atom = 5.6644 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:34 2021 Memory usage per processor = 27.5323 Mbytes Step Atoms AVEKE stressZZ 11316 5000 2.5405919e-11 3464317.4 11317 -0.00984749999999463 3464259.30939786 11317 5000 2.5404058e-11 3464259.3 Loop time of 0.0171781 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:34 2021 Pair time (%) = 0.00102806 (5.98473) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.238723) Outpt time (%) = 0.0160079 (93.1881) Other time (%) = 0.000101089 (0.58848) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28322 ave 28322 max 28322 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28322 Ave neighs/atom = 5.6644 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:34 2021 Memory usage per processor = 27.5323 Mbytes Step Atoms AVEKE stressZZ 11317 5000 2.5404058e-11 3464246.6 11318 -0.00984749999999463 3464188.46622109 11318 5000 2.5402196e-11 3464188.5 Loop time of 0.016783 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:34 2021 Pair time (%) = 0.000957966 (5.70795) Neigh time (%) = 0 (0) Comm time (%) = 5.38826e-05 (0.321055) Outpt time (%) = 0.0156491 (93.2436) Other time (%) = 0.00012207 (0.727345) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28322 ave 28322 max 28322 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28322 Ave neighs/atom = 5.6644 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:34 2021 Memory usage per processor = 27.5323 Mbytes Step Atoms AVEKE stressZZ 11318 5000 2.5402196e-11 3464175.7 11319 -0.00984749999999463 3464117.62660653 11319 5000 2.5400335e-11 3464117.6 Loop time of 0.016597 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:34 2021 Pair time (%) = 0.00104403 (6.29049) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.205421) Outpt time (%) = 0.015373 (92.6249) Other time (%) = 0.000145912 (0.879146) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28322 ave 28322 max 28322 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28322 Ave neighs/atom = 5.6644 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:34 2021 Memory usage per processor = 27.5323 Mbytes Step Atoms AVEKE stressZZ 11319 5000 2.5400335e-11 3464104.9 11320 -0.00984749999999463 3464046.79055381 11320 5000 2.5398473e-11 3464046.8 Loop time of 0.0186939 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:34 2021 Pair time (%) = 0.000956059 (5.11427) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.170901) Outpt time (%) = 0.017616 (94.234) Other time (%) = 8.98838e-05 (0.480818) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28322 ave 28322 max 28322 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28322 Ave neighs/atom = 5.6644 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:34 2021 Memory usage per processor = 27.5323 Mbytes Step Atoms AVEKE stressZZ 11320 5000 2.5398473e-11 3464034 11321 -0.00984749999999463 3463975.95806258 11321 5000 2.5396612e-11 3463976 Loop time of 0.0163908 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:34 2021 Pair time (%) = 0.000953197 (5.81544) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194915) Outpt time (%) = 0.0153139 (93.4296) Other time (%) = 9.17912e-05 (0.560016) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28322 ave 28322 max 28322 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28322 Ave neighs/atom = 5.6644 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:34 2021 Memory usage per processor = 27.5323 Mbytes Step Atoms AVEKE stressZZ 11321 5000 2.5396612e-11 3463963.2 11322 -0.00984749999999463 3463905.12913249 11322 5000 2.5394752e-11 3463905.1 Loop time of 0.0164511 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:34 2021 Pair time (%) = 0.00097394 (5.9202) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.188403) Outpt time (%) = 0.0153549 (93.3363) Other time (%) = 9.13143e-05 (0.555064) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28322 ave 28322 max 28322 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28322 Ave neighs/atom = 5.6644 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:34 2021 Memory usage per processor = 27.5323 Mbytes Step Atoms AVEKE stressZZ 11322 5000 2.5394752e-11 3463892.4 11323 -0.00984749999999463 3463834.30376323 11323 5000 2.5392891e-11 3463834.3 Loop time of 0.0172081 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:34 2021 Pair time (%) = 0.000962973 (5.59604) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180115) Outpt time (%) = 0.0161231 (93.6946) Other time (%) = 9.10759e-05 (0.529262) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28322 ave 28322 max 28322 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28322 Ave neighs/atom = 5.6644 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:34 2021 Memory usage per processor = 27.5323 Mbytes Step Atoms AVEKE stressZZ 11323 5000 2.5392891e-11 3463821.6 11324 -0.00984749999999463 3463763.4819544 11324 5000 2.539103e-11 3463763.5 Loop time of 0.0172648 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:34 2021 Pair time (%) = 0.00130796 (7.57588) Neigh time (%) = 0 (0) Comm time (%) = 4.50611e-05 (0.260999) Outpt time (%) = 0.015733 (91.1274) Other time (%) = 0.000178814 (1.03571) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28322 ave 28322 max 28322 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28322 Ave neighs/atom = 5.6644 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:34 2021 Memory usage per processor = 27.5323 Mbytes Step Atoms AVEKE stressZZ 11324 5000 2.539103e-11 3463750.7 11325 -0.00984749999999463 3463692.66370573 11325 5000 2.538917e-11 3463692.7 Loop time of 0.0173879 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:34 2021 Pair time (%) = 0.001194 (6.86686) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183738) Outpt time (%) = 0.0160649 (92.3913) Other time (%) = 9.70364e-05 (0.558069) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28322 ave 28322 max 28322 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28322 Ave neighs/atom = 5.6644 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:34 2021 Memory usage per processor = 27.5323 Mbytes Step Atoms AVEKE stressZZ 11325 5000 2.538917e-11 3463679.9 11326 -0.00984749999999463 3463621.84901676 11326 5000 2.538731e-11 3463621.8 Loop time of 0.017122 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:34 2021 Pair time (%) = 0.000954866 (5.57683) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186591) Outpt time (%) = 0.016042 (93.6921) Other time (%) = 9.32217e-05 (0.544455) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28322 ave 28322 max 28322 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28322 Ave neighs/atom = 5.6644 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:34 2021 Memory usage per processor = 27.5323 Mbytes Step Atoms AVEKE stressZZ 11326 5000 2.538731e-11 3463609.1 11327 -0.00984749999999463 3463551.03788729 11327 5000 2.538545e-11 3463551 Loop time of 0.0165832 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:34 2021 Pair time (%) = 0.000998974 (6.02401) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.198404) Outpt time (%) = 0.015456 (93.2025) Other time (%) = 9.53674e-05 (0.575084) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28322 ave 28322 max 28322 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28322 Ave neighs/atom = 5.6644 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:34 2021 Memory usage per processor = 27.5323 Mbytes Step Atoms AVEKE stressZZ 11327 5000 2.538545e-11 3463538.3 11328 -0.00984749999999463 3463480.23031701 11328 5000 2.5383591e-11 3463480.2 Loop time of 0.0171211 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:34 2021 Pair time (%) = 0.00132704 (7.7509) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204704) Outpt time (%) = 0.0155821 (91.0111) Other time (%) = 0.000176907 (1.03327) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28322 ave 28322 max 28322 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28322 Ave neighs/atom = 5.6644 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:34 2021 Memory usage per processor = 27.5323 Mbytes Step Atoms AVEKE stressZZ 11328 5000 2.5383591e-11 3463467.5 11329 -0.00984749999999463 3463409.42630721 11329 5000 2.5381731e-11 3463409.4 Loop time of 0.0178061 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:34 2021 Pair time (%) = 0.00114512 (6.4311) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.202185) Outpt time (%) = 0.016463 (92.4576) Other time (%) = 0.000161886 (0.909164) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28322 ave 28322 max 28322 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28322 Ave neighs/atom = 5.6644 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:34 2021 Memory usage per processor = 27.5323 Mbytes Step Atoms AVEKE stressZZ 11329 5000 2.5381731e-11 3463396.7 11330 -0.00984749999999463 3463338.6258586 11330 5000 2.5379872e-11 3463338.6 Loop time of 0.0192609 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:34 2021 Pair time (%) = 0.000972986 (5.05162) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.177011) Outpt time (%) = 0.018121 (94.0819) Other time (%) = 0.000132799 (0.689476) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28322 ave 28322 max 28322 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28322 Ave neighs/atom = 5.6644 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:34 2021 Memory usage per processor = 27.5323 Mbytes Step Atoms AVEKE stressZZ 11330 5000 2.5379872e-11 3463325.9 11331 -0.00984749999999463 3463267.82896793 11331 5000 2.5378013e-11 3463267.8 Loop time of 0.0163321 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:34 2021 Pair time (%) = 0.000959873 (5.8772) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.195615) Outpt time (%) = 0.015244 (93.3374) Other time (%) = 9.63211e-05 (0.589764) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28322 ave 28322 max 28322 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28322 Ave neighs/atom = 5.6644 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:34 2021 Memory usage per processor = 27.5323 Mbytes Step Atoms AVEKE stressZZ 11331 5000 2.5378013e-11 3463255.1 11332 -0.00984749999999463 3463197.03563488 11332 5000 2.5376154e-11 3463197 Loop time of 0.0170829 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:34 2021 Pair time (%) = 0.00139308 (8.15481) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.216326) Outpt time (%) = 0.0155079 (90.7803) Other time (%) = 0.000144958 (0.848558) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28322 ave 28322 max 28322 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28322 Ave neighs/atom = 5.6644 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:34 2021 Memory usage per processor = 27.5323 Mbytes Step Atoms AVEKE stressZZ 11332 5000 2.5376154e-11 3463184.3 11333 -0.00984749999999463 3463126.24585919 11333 5000 2.5374295e-11 3463126.2 Loop time of 0.017097 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:34 2021 Pair time (%) = 0.000972986 (5.69098) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.188258) Outpt time (%) = 0.0159941 (93.549) Other time (%) = 9.77516e-05 (0.571747) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28322 ave 28322 max 28322 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28322 Ave neighs/atom = 5.6644 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:34 2021 Memory usage per processor = 27.5323 Mbytes Step Atoms AVEKE stressZZ 11333 5000 2.5374295e-11 3463113.5 11334 -0.00984749999999463 3463055.45964053 11334 5000 2.5372437e-11 3463055.5 Loop time of 0.0166261 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:34 2021 Pair time (%) = 0.000962019 (5.78619) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.19359) Outpt time (%) = 0.0155392 (93.4624) Other time (%) = 9.27448e-05 (0.557826) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28322 ave 28322 max 28322 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28322 Ave neighs/atom = 5.6644 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:34 2021 Memory usage per processor = 27.5323 Mbytes Step Atoms AVEKE stressZZ 11334 5000 2.5372437e-11 3463042.7 11335 -0.00984749999999463 3462984.67697861 11335 5000 2.5370579e-11 3462984.7 Loop time of 0.0166352 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:34 2021 Pair time (%) = 0.00101709 (6.11411) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.210683) Outpt time (%) = 0.0154779 (93.0432) Other time (%) = 0.000105143 (0.63205) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28322 ave 28322 max 28322 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28322 Ave neighs/atom = 5.6644 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:34 2021 Memory usage per processor = 27.5323 Mbytes Step Atoms AVEKE stressZZ 11335 5000 2.5370579e-11 3462971.9 11336 -0.00984749999999463 3462913.8978732 11336 5000 2.5368721e-11 3462913.9 Loop time of 0.017374 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:34 2021 Pair time (%) = 0.00110793 (6.37693) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.178395) Outpt time (%) = 0.0161409 (92.9026) Other time (%) = 9.41753e-05 (0.542046) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28322 ave 28322 max 28322 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28322 Ave neighs/atom = 5.6644 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:34 2021 Memory usage per processor = 27.5323 Mbytes Step Atoms AVEKE stressZZ 11336 5000 2.5368721e-11 3462901.1 11337 -0.00984749999999463 3462843.12232406 11337 5000 2.5366863e-11 3462843.1 Loop time of 0.0173631 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:34 2021 Pair time (%) = 0.000957966 (5.51726) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184) Outpt time (%) = 0.0162282 (93.4639) Other time (%) = 0.000144958 (0.834867) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28322 ave 28322 max 28322 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28322 Ave neighs/atom = 5.6644 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:34 2021 Memory usage per processor = 27.5323 Mbytes Step Atoms AVEKE stressZZ 11337 5000 2.5366863e-11 3462830.4 11338 -0.00984749999999463 3462772.35033094 11338 5000 2.5365005e-11 3462772.4 Loop time of 0.0166149 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:34 2021 Pair time (%) = 0.00099206 (5.9709) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.186546) Outpt time (%) = 0.0154929 (93.247) Other time (%) = 9.89437e-05 (0.595511) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28322 ave 28322 max 28322 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28322 Ave neighs/atom = 5.6644 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:34 2021 Memory usage per processor = 27.5323 Mbytes Step Atoms AVEKE stressZZ 11338 5000 2.5365005e-11 3462759.6 11339 -0.00984749999999463 3462701.58189369 11339 5000 2.5363148e-11 3462701.6 Loop time of 0.017369 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:34 2021 Pair time (%) = 0.00129604 (7.46181) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.225117) Outpt time (%) = 0.015888 (91.473) Other time (%) = 0.000145912 (0.840071) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28322 ave 28322 max 28322 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28322 Ave neighs/atom = 5.6644 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:34 2021 Memory usage per processor = 27.5323 Mbytes Step Atoms AVEKE stressZZ 11339 5000 2.5363148e-11 3462688.8 11340 -0.00984749999999463 3462630.81701208 11340 5000 2.536129e-11 3462630.8 Loop time of 0.0193138 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:34 2021 Pair time (%) = 0.000960827 (4.97482) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.165416) Outpt time (%) = 0.0182269 (94.3722) Other time (%) = 9.41753e-05 (0.487606) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28322 ave 28322 max 28322 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28322 Ave neighs/atom = 5.6644 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:34 2021 Memory usage per processor = 27.5323 Mbytes Step Atoms AVEKE stressZZ 11340 5000 2.536129e-11 3462618.1 11341 -0.00984749999999463 3462560.0556861 11341 5000 2.5359433e-11 3462560.1 Loop time of 0.0173972 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:34 2021 Pair time (%) = 0.001127 (6.47809) Neigh time (%) = 0 (0) Comm time (%) = 5.19753e-05 (0.298757) Outpt time (%) = 0.0161171 (92.6421) Other time (%) = 0.000101089 (0.581069) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28322 ave 28322 max 28322 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28322 Ave neighs/atom = 5.6644 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:34 2021 Memory usage per processor = 27.5323 Mbytes Step Atoms AVEKE stressZZ 11341 5000 2.5359433e-11 3462547.3 11342 -0.00984749999999463 3462489.29791569 11342 5000 2.5357576e-11 3462489.3 Loop time of 0.0166328 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:34 2021 Pair time (%) = 0.000965118 (5.8025) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192079) Outpt time (%) = 0.0155439 (93.4535) Other time (%) = 9.17912e-05 (0.551868) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28322 ave 28322 max 28322 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28322 Ave neighs/atom = 5.6644 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:34 2021 Memory usage per processor = 27.5323 Mbytes Step Atoms AVEKE stressZZ 11342 5000 2.5357576e-11 3462476.6 11343 -0.00984749999999463 3462418.54370114 11343 5000 2.535572e-11 3462418.5 Loop time of 0.0171702 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:34 2021 Pair time (%) = 0.00138497 (8.06615) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.20273) Outpt time (%) = 0.0155931 (90.8147) Other time (%) = 0.000157356 (0.91645) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28322 ave 28322 max 28322 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28322 Ave neighs/atom = 5.6644 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:34 2021 Memory usage per processor = 27.5323 Mbytes Step Atoms AVEKE stressZZ 11343 5000 2.535572e-11 3462405.8 11344 -0.00984749999999463 3462347.79304299 11344 5000 2.5353863e-11 3462347.8 Loop time of 0.017122 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:34 2021 Pair time (%) = 0.000995874 (5.81633) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186591) Outpt time (%) = 0.016 (93.4471) Other time (%) = 9.41753e-05 (0.550024) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28322 ave 28322 max 28322 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28322 Ave neighs/atom = 5.6644 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:34 2021 Memory usage per processor = 27.5323 Mbytes Step Atoms AVEKE stressZZ 11344 5000 2.5353863e-11 3462335 11345 -0.00984749999999463 3462277.04594353 11345 5000 2.5352007e-11 3462277 Loop time of 0.0166001 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:34 2021 Pair time (%) = 0.000957966 (5.77083) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.186712) Outpt time (%) = 0.015471 (93.1979) Other time (%) = 0.00014019 (0.844512) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28322 ave 28322 max 28322 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28322 Ave neighs/atom = 5.6644 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:34 2021 Memory usage per processor = 27.5323 Mbytes Step Atoms AVEKE stressZZ 11345 5000 2.5352007e-11 3462264.3 11346 -0.00984749999999463 3462206.30240442 11346 5000 2.5350151e-11 3462206.3 Loop time of 0.0166261 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:34 2021 Pair time (%) = 0.00107598 (6.47164) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.216534) Outpt time (%) = 0.015409 (92.6794) Other time (%) = 0.000105143 (0.632394) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28322 ave 28322 max 28322 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28322 Ave neighs/atom = 5.6644 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:34 2021 Memory usage per processor = 27.5323 Mbytes Step Atoms AVEKE stressZZ 11346 5000 2.5350151e-11 3462193.6 11347 -0.00984749999999463 3462135.56241562 11347 5000 2.5348295e-11 3462135.6 Loop time of 0.017009 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:34 2021 Pair time (%) = 0.00111389 (6.54883) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18783) Outpt time (%) = 0.0157702 (92.7167) Other time (%) = 9.29832e-05 (0.54667) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28322 ave 28322 max 28322 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28322 Ave neighs/atom = 5.6644 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:34 2021 Memory usage per processor = 27.5323 Mbytes Step Atoms AVEKE stressZZ 11347 5000 2.5348295e-11 3462122.8 11348 -0.00984749999999463 3462064.82597674 11348 5000 2.5346439e-11 3462064.8 Loop time of 0.017287 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:34 2021 Pair time (%) = 0.00108099 (6.25319) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191706) Outpt time (%) = 0.0160098 (92.6117) Other time (%) = 0.000163078 (0.943357) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28322 ave 28322 max 28322 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28322 Ave neighs/atom = 5.6644 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:34 2021 Memory usage per processor = 27.5323 Mbytes Step Atoms AVEKE stressZZ 11348 5000 2.5346439e-11 3462052.1 11349 -0.00984749999999463 3461994.09308744 11349 5000 2.5344584e-11 3461994.1 Loop time of 0.0167842 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:34 2021 Pair time (%) = 0.000956059 (5.69618) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.191767) Outpt time (%) = 0.0156739 (93.3848) Other time (%) = 0.00012207 (0.727293) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28322 ave 28322 max 28322 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28322 Ave neighs/atom = 5.6644 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:34 2021 Memory usage per processor = 27.5323 Mbytes Step Atoms AVEKE stressZZ 11349 5000 2.5344584e-11 3461981.3 11350 -0.00984749999999463 3461923.36374727 11350 5000 2.5342728e-11 3461923.4 Loop time of 0.018862 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:34 2021 Pair time (%) = 0.0011909 (6.31375) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.195922) Outpt time (%) = 0.017473 (92.6358) Other time (%) = 0.000161171 (0.854474) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28322 ave 28322 max 28322 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28322 Ave neighs/atom = 5.6644 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:34 2021 Memory usage per processor = 27.5323 Mbytes Step Atoms AVEKE stressZZ 11350 5000 2.5342728e-11 3461910.6 11351 -0.00984749999999463 3461852.63795595 11351 5000 2.5340873e-11 3461852.6 Loop time of 0.017185 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:34 2021 Pair time (%) = 0.000955105 (5.55779) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185907) Outpt time (%) = 0.0161049 (93.7152) Other time (%) = 9.29832e-05 (0.541073) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28322 ave 28322 max 28322 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28322 Ave neighs/atom = 5.6644 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:34 2021 Memory usage per processor = 27.5323 Mbytes Step Atoms AVEKE stressZZ 11351 5000 2.5340873e-11 3461839.9 11352 -0.00984749999999463 3461781.91571307 11352 5000 2.5339018e-11 3461781.9 Loop time of 0.0169048 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:34 2021 Pair time (%) = 0.000997066 (5.89812) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188988) Outpt time (%) = 0.0157828 (93.3629) Other time (%) = 9.29832e-05 (0.550039) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28322 ave 28322 max 28322 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28322 Ave neighs/atom = 5.6644 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:22:34 2021 Memory usage per processor = 27.5323 Mbytes Step Atoms AVEKE stressZZ 11352 5000 2.5339018e-11 3461769.2 11353 -0.00984749999999463 3461699.53118428 11353 5000 5.005426e-11 3461813.2 Loop time of 0.0163388 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:34 2021 Pair time (%) = 0.000984907 (6.02802) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.207209) Outpt time (%) = 0.0151789 (92.9009) Other time (%) = 0.000141144 (0.863855) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28322 ave 28322 max 28322 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28322 Ave neighs/atom = 5.6644 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:34 2021 Memory usage per processor = 27.5323 Mbytes Step Atoms AVEKE stressZZ 11353 5000 5.005426e-11 3507934.6 11354 -0.00987999999999461 3507857.64003047 11354 5000 4.0349909e-11 3507857.6 Loop time of 0.0172369 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:34 2021 Pair time (%) = 0.00104594 (6.06802) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190879) Outpt time (%) = 0.0160549 (93.1422) Other time (%) = 0.000103235 (0.598918) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:34 2021 Memory usage per processor = 27.5323 Mbytes Step Atoms AVEKE stressZZ 11354 5000 4.0349909e-11 3507840.5 11355 -0.00987999999999461 3507770.14737644 11355 5000 3.4724861e-11 3507770.1 Loop time of 0.0170429 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:34 2021 Pair time (%) = 0.000980854 (5.75521) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187457) Outpt time (%) = 0.0159199 (93.411) Other time (%) = 0.000110149 (0.646308) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:34 2021 Memory usage per processor = 27.5323 Mbytes Step Atoms AVEKE stressZZ 11355 5000 3.4724861e-11 3507754.5 11356 -0.00987999999999461 3507688.36193022 11356 5000 3.1368665e-11 3507688.4 Loop time of 0.0168281 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:35 2021 Pair time (%) = 0.000960112 (5.70542) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.184183) Outpt time (%) = 0.0157421 (93.5465) Other time (%) = 9.48906e-05 (0.563883) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:35 2021 Memory usage per processor = 27.5323 Mbytes Step Atoms AVEKE stressZZ 11356 5000 3.1368665e-11 3507673.7 11357 -0.00987999999999461 3507610.20479018 11357 5000 2.9323648e-11 3507610.2 Loop time of 0.016669 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:35 2021 Pair time (%) = 0.00111413 (6.68383) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.210255) Outpt time (%) = 0.0153971 (92.3693) Other time (%) = 0.000122786 (0.736609) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:35 2021 Memory usage per processor = 27.5323 Mbytes Step Atoms AVEKE stressZZ 11357 5000 2.9323648e-11 3507596.2 11358 -0.00987999999999461 3507534.35479566 11358 5000 2.8059108e-11 3507534.4 Loop time of 0.0170832 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:35 2021 Pair time (%) = 0.00107384 (6.28594) Neigh time (%) = 0 (0) Comm time (%) = 3.12328e-05 (0.182828) Outpt time (%) = 0.015888 (93.0037) Other time (%) = 9.01222e-05 (0.52755) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:35 2021 Memory usage per processor = 27.5323 Mbytes Step Atoms AVEKE stressZZ 11358 5000 2.8059108e-11 3507520.7 11359 -0.00987999999999461 3507459.97233545 11359 5000 2.7269242e-11 3507460 Loop time of 0.0174611 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:35 2021 Pair time (%) = 0.00108695 (6.225) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.263528) Outpt time (%) = 0.0162082 (92.8247) Other time (%) = 0.000119925 (0.686811) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:35 2021 Memory usage per processor = 27.5323 Mbytes Step Atoms AVEKE stressZZ 11359 5000 2.7269242e-11 3507446.6 11360 -0.00987999999999461 3507386.52382754 11360 5000 2.6772422e-11 3507386.5 Loop time of 0.0190191 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:35 2021 Pair time (%) = 0.000960112 (5.04814) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.162964) Outpt time (%) = 0.017904 (94.137) Other time (%) = 0.000123978 (0.651858) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:35 2021 Memory usage per processor = 27.5325 Mbytes Step Atoms AVEKE stressZZ 11360 5000 2.6772422e-11 3507373.3 11361 -0.00987999999999461 3507313.67017428 11361 5000 2.6458356e-11 3507313.7 Loop time of 0.0168521 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:35 2021 Pair time (%) = 0.00115204 (6.83616) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.21363) Outpt time (%) = 0.015553 (92.2909) Other time (%) = 0.000111103 (0.659282) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:35 2021 Memory usage per processor = 27.5325 Mbytes Step Atoms AVEKE stressZZ 11361 5000 2.6458356e-11 3507300.5 11362 -0.00987999999999461 3507241.19587512 11362 5000 2.6259025e-11 3507241.2 Loop time of 0.0174122 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:35 2021 Pair time (%) = 0.000960112 (5.51402) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183481) Outpt time (%) = 0.0163281 (93.774) Other time (%) = 9.20296e-05 (0.528535) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:35 2021 Memory usage per processor = 27.5325 Mbytes Step Atoms AVEKE stressZZ 11362 5000 2.6259025e-11 3507228.1 11363 -0.00987999999999461 3507168.96397668 11363 5000 2.6132041e-11 3507169 Loop time of 0.0172479 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:35 2021 Pair time (%) = 0.000959873 (5.56515) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179699) Outpt time (%) = 0.0161629 (93.7091) Other time (%) = 9.41753e-05 (0.54601) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:35 2021 Memory usage per processor = 27.5325 Mbytes Step Atoms AVEKE stressZZ 11363 5000 2.6132041e-11 3507155.9 11364 -0.00987999999999461 3507096.88744355 11364 5000 2.6050804e-11 3507096.9 Loop time of 0.0165999 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:35 2021 Pair time (%) = 0.000961065 (5.78959) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.198205) Outpt time (%) = 0.0155029 (93.3917) Other time (%) = 0.000102997 (0.620467) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:35 2021 Memory usage per processor = 27.5325 Mbytes Step Atoms AVEKE stressZZ 11364 5000 2.6050804e-11 3507083.9 11365 -0.00987999999999461 3507024.91096331 11365 5000 2.5998547e-11 3507024.9 Loop time of 0.0165451 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:35 2021 Pair time (%) = 0.000971794 (5.87362) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.198862) Outpt time (%) = 0.0154169 (93.1811) Other time (%) = 0.000123501 (0.746451) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:35 2021 Memory usage per processor = 27.5325 Mbytes Step Atoms AVEKE stressZZ 11365 5000 2.5998547e-11 3507011.9 11366 -0.00987999999999461 3506952.99938426 11366 5000 2.596467e-11 3506953 Loop time of 0.0163631 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:35 2021 Pair time (%) = 0.000960112 (5.86753) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.195244) Outpt time (%) = 0.0152831 (93.3996) Other time (%) = 8.79765e-05 (0.53765) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:35 2021 Memory usage per processor = 27.5325 Mbytes Step Atoms AVEKE stressZZ 11366 5000 2.596467e-11 3506940 11367 -0.00987999999999461 3506881.13036691 11367 5000 2.5942458e-11 3506881.1 Loop time of 0.0163131 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:35 2021 Pair time (%) = 0.00107718 (6.60314) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.189997) Outpt time (%) = 0.015116 (92.6617) Other time (%) = 8.89301e-05 (0.545146) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:35 2021 Memory usage per processor = 27.5325 Mbytes Step Atoms AVEKE stressZZ 11367 5000 2.5942458e-11 3506868.1 11368 -0.00987999999999461 3506809.28971408 11368 5000 2.5927653e-11 3506809.3 Loop time of 0.0173919 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:35 2021 Pair time (%) = 0.000957012 (5.50263) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.185066) Outpt time (%) = 0.0163209 (93.8421) Other time (%) = 8.17776e-05 (0.470204) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:35 2021 Memory usage per processor = 27.5325 Mbytes Step Atoms AVEKE stressZZ 11368 5000 2.5927653e-11 3506796.3 11369 -0.00987999999999461 3506737.46840324 11369 5000 2.5917553e-11 3506737.5 Loop time of 0.016911 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:35 2021 Pair time (%) = 0.000980139 (5.79586) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.194558) Outpt time (%) = 0.0157521 (93.1468) Other time (%) = 0.000145912 (0.862823) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:35 2021 Memory usage per processor = 27.5325 Mbytes Step Atoms AVEKE stressZZ 11369 5000 2.5917553e-11 3506724.5 11370 -0.00987999999999461 3506665.6607002 11370 5000 2.5910441e-11 3506665.7 Loop time of 0.0190871 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:35 2021 Pair time (%) = 0.00120687 (6.32299) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.183619) Outpt time (%) = 0.017678 (92.6178) Other time (%) = 0.000167131 (0.875626) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:35 2021 Memory usage per processor = 27.5325 Mbytes Step Atoms AVEKE stressZZ 11370 5000 2.5910441e-11 3506652.7 11371 -0.00987999999999461 3506593.86296082 11371 5000 2.5905229e-11 3506593.9 Loop time of 0.0172329 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:35 2021 Pair time (%) = 0.000996828 (5.78445) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190924) Outpt time (%) = 0.0161009 (93.4311) Other time (%) = 0.000102282 (0.593525) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:35 2021 Memory usage per processor = 27.5325 Mbytes Step Atoms AVEKE stressZZ 11371 5000 2.5905229e-11 3506580.9 11372 -0.00987999999999461 3506522.07286905 11372 5000 2.5901224e-11 3506522.1 Loop time of 0.017035 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:35 2021 Pair time (%) = 0.000996113 (5.84745) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187544) Outpt time (%) = 0.0159149 (93.4248) Other time (%) = 9.20296e-05 (0.540238) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:35 2021 Memory usage per processor = 27.5325 Mbytes Step Atoms AVEKE stressZZ 11372 5000 2.5901224e-11 3506509.1 11373 -0.00987999999999461 3506450.28895283 11373 5000 2.5897986e-11 3506450.3 Loop time of 0.017642 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:35 2021 Pair time (%) = 0.00132799 (7.52743) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.181091) Outpt time (%) = 0.016093 (91.2198) Other time (%) = 0.000189066 (1.07168) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:35 2021 Memory usage per processor = 27.5325 Mbytes Step Atoms AVEKE stressZZ 11373 5000 2.5897986e-11 3506437.3 11374 -0.00987999999999461 3506378.51027646 11374 5000 2.5895235e-11 3506378.5 Loop time of 0.01685 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:35 2021 Pair time (%) = 0.00116611 (6.92051) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.213657) Outpt time (%) = 0.015518 (92.0947) Other time (%) = 0.000129938 (0.771146) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:35 2021 Memory usage per processor = 27.5325 Mbytes Step Atoms AVEKE stressZZ 11374 5000 2.5895235e-11 3506365.5 11375 -0.00987999999999461 3506306.73624528 11375 5000 2.5892794e-11 3506306.7 Loop time of 0.016959 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:35 2021 Pair time (%) = 0.000956059 (5.63749) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188385) Outpt time (%) = 0.0158789 (93.6315) Other time (%) = 9.20296e-05 (0.542661) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:35 2021 Memory usage per processor = 27.5325 Mbytes Step Atoms AVEKE stressZZ 11375 5000 2.5892794e-11 3506293.8 11376 -0.00987999999999461 3506234.96648121 11376 5000 2.589055e-11 3506235 Loop time of 0.0171359 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:35 2021 Pair time (%) = 0.000957012 (5.58485) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18644) Outpt time (%) = 0.0160499 (93.6624) Other time (%) = 9.70364e-05 (0.566277) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:35 2021 Memory usage per processor = 27.5325 Mbytes Step Atoms AVEKE stressZZ 11376 5000 2.589055e-11 3506222 11377 -0.00987999999999461 3506163.20074382 11377 5000 2.5888432e-11 3506163.2 Loop time of 0.0165842 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:35 2021 Pair time (%) = 0.00102997 (6.21056) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.19983) Outpt time (%) = 0.0153432 (92.5171) Other time (%) = 0.00017786 (1.07247) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:35 2021 Memory usage per processor = 27.5325 Mbytes Step Atoms AVEKE stressZZ 11377 5000 2.5888432e-11 3506150.2 11378 -0.00987999999999461 3506091.43888024 11378 5000 2.5886392e-11 3506091.4 Loop time of 0.0170829 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:35 2021 Pair time (%) = 0.00109982 (6.43815) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.198183) Outpt time (%) = 0.015837 (92.7063) Other time (%) = 0.000112295 (0.657353) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:35 2021 Memory usage per processor = 27.5325 Mbytes Step Atoms AVEKE stressZZ 11378 5000 2.5886392e-11 3506078.5 11379 -0.00987999999999461 3506019.68079308 11379 5000 2.5884404e-11 3506019.7 Loop time of 0.0171108 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:35 2021 Pair time (%) = 0.000958204 (5.59999) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181139) Outpt time (%) = 0.016027 (93.6657) Other time (%) = 9.46522e-05 (0.553171) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:35 2021 Memory usage per processor = 27.5325 Mbytes Step Atoms AVEKE stressZZ 11379 5000 2.5884404e-11 3506006.7 11380 -0.00987999999999461 3505947.92642044 11380 5000 2.5882448e-11 3505947.9 Loop time of 0.018481 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:35 2021 Pair time (%) = 0.000995159 (5.38476) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.17287) Outpt time (%) = 0.0173612 (93.9405) Other time (%) = 9.27448e-05 (0.501838) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:35 2021 Memory usage per processor = 27.5325 Mbytes Step Atoms AVEKE stressZZ 11380 5000 2.5882448e-11 3505934.9 11381 -0.00987999999999461 3505876.17572276 11381 5000 2.5880513e-11 3505876.2 Loop time of 0.0168018 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:35 2021 Pair time (%) = 0.00107884 (6.42099) Neigh time (%) = 0 (0) Comm time (%) = 4.29153e-05 (0.255421) Outpt time (%) = 0.0155599 (92.6084) Other time (%) = 0.000120163 (0.715178) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:35 2021 Memory usage per processor = 27.5325 Mbytes Step Atoms AVEKE stressZZ 11381 5000 2.5880513e-11 3505863.2 11382 -0.00987999999999461 3505804.42867483 11382 5000 2.587859e-11 3505804.4 Loop time of 0.017298 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:35 2021 Pair time (%) = 0.000986099 (5.70066) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191584) Outpt time (%) = 0.016185 (93.5661) Other time (%) = 9.36985e-05 (0.541673) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:35 2021 Memory usage per processor = 27.5325 Mbytes Step Atoms AVEKE stressZZ 11382 5000 2.587859e-11 3505791.5 11383 -0.00987999999999461 3505732.68526045 11383 5000 2.5876676e-11 3505732.7 Loop time of 0.0174038 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:35 2021 Pair time (%) = 0.000957966 (5.50434) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.17809) Outpt time (%) = 0.0162599 (93.4271) Other time (%) = 0.000154972 (0.890448) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:35 2021 Memory usage per processor = 27.5325 Mbytes Step Atoms AVEKE stressZZ 11383 5000 2.5876676e-11 3505719.7 11384 -0.00987999999999461 3505660.94546931 11384 5000 2.5874768e-11 3505660.9 Loop time of 0.0165591 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:35 2021 Pair time (%) = 0.000957012 (5.77936) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192933) Outpt time (%) = 0.015481 (93.4892) Other time (%) = 8.91685e-05 (0.538486) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:35 2021 Memory usage per processor = 27.5325 Mbytes Step Atoms AVEKE stressZZ 11384 5000 2.5874768e-11 3505648 11385 -0.00987999999999461 3505589.20929457 11385 5000 2.5872863e-11 3505589.2 Loop time of 0.0168741 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:35 2021 Pair time (%) = 0.00115585 (6.84988) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.224656) Outpt time (%) = 0.0155561 (92.1893) Other time (%) = 0.000124216 (0.736136) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:35 2021 Memory usage per processor = 27.5325 Mbytes Step Atoms AVEKE stressZZ 11385 5000 2.5872863e-11 3505576.2 11386 -0.00987999999999461 3505517.47673186 11386 5000 2.587096e-11 3505517.5 Loop time of 0.0172389 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:35 2021 Pair time (%) = 0.000964165 (5.59297) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179794) Outpt time (%) = 0.016151 (93.6892) Other time (%) = 9.27448e-05 (0.537999) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:35 2021 Memory usage per processor = 27.5325 Mbytes Step Atoms AVEKE stressZZ 11386 5000 2.587096e-11 3505504.5 11387 -0.00987999999999461 3505445.7477783 11387 5000 2.5869059e-11 3505445.7 Loop time of 0.016989 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:35 2021 Pair time (%) = 0.000961065 (5.65699) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188052) Outpt time (%) = 0.015902 (93.602) Other time (%) = 9.39369e-05 (0.552928) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:35 2021 Memory usage per processor = 27.5325 Mbytes Step Atoms AVEKE stressZZ 11387 5000 2.5869059e-11 3505432.8 11388 -0.00987999999999461 3505374.02243182 11388 5000 2.5867159e-11 3505374 Loop time of 0.016613 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:35 2021 Pair time (%) = 0.000963926 (5.80224) Neigh time (%) = 0 (0) Comm time (%) = 8.10623e-05 (0.487945) Outpt time (%) = 0.0154481 (92.9879) Other time (%) = 0.000119925 (0.721871) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:35 2021 Memory usage per processor = 27.5325 Mbytes Step Atoms AVEKE stressZZ 11388 5000 2.5867159e-11 3505361 11389 -0.00987999999999461 3505302.30069106 11389 5000 2.586526e-11 3505302.3 Loop time of 0.0170388 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:35 2021 Pair time (%) = 0.00100994 (5.92729) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187502) Outpt time (%) = 0.0158339 (92.9281) Other time (%) = 0.000163078 (0.957098) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:35 2021 Memory usage per processor = 27.5325 Mbytes Step Atoms AVEKE stressZZ 11389 5000 2.586526e-11 3505289.3 11390 -0.00987999999999461 3505230.58255495 11390 5000 2.5863361e-11 3505230.6 Loop time of 0.019275 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:35 2021 Pair time (%) = 0.00096488 (5.00588) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.166986) Outpt time (%) = 0.018183 (94.3348) Other time (%) = 9.48906e-05 (0.4923) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:35 2021 Memory usage per processor = 27.5325 Mbytes Step Atoms AVEKE stressZZ 11390 5000 2.5863361e-11 3505217.6 11391 -0.00987999999999461 3505158.8680228 11391 5000 2.5861463e-11 3505158.9 Loop time of 0.0167191 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:35 2021 Pair time (%) = 0.000984907 (5.89091) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.221034) Outpt time (%) = 0.015594 (93.2706) Other time (%) = 0.000103235 (0.617469) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:35 2021 Memory usage per processor = 27.5325 Mbytes Step Atoms AVEKE stressZZ 11391 5000 2.5861463e-11 3505145.9 11392 -0.00987999999999461 3505087.15709403 11392 5000 2.5859565e-11 3505087.2 Loop time of 0.016614 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:35 2021 Pair time (%) = 0.00103116 (6.20659) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.198037) Outpt time (%) = 0.015444 (92.9582) Other time (%) = 0.000105858 (0.637162) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:35 2021 Memory usage per processor = 27.5325 Mbytes Step Atoms AVEKE stressZZ 11392 5000 2.5859565e-11 3505074.2 11393 -0.00987999999999461 3505015.44976833 11393 5000 2.5857667e-11 3505015.4 Loop time of 0.017556 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:35 2021 Pair time (%) = 0.00112104 (6.38555) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.188769) Outpt time (%) = 0.0163059 (92.8797) Other time (%) = 9.58443e-05 (0.545936) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:35 2021 Memory usage per processor = 27.5325 Mbytes Step Atoms AVEKE stressZZ 11393 5000 2.5857667e-11 3505002.5 11394 -0.00987999999999461 3504943.74605178 11394 5000 2.585577e-11 3504943.7 Loop time of 0.0172749 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:35 2021 Pair time (%) = 0.000967979 (5.6034) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.18632) Outpt time (%) = 0.01618 (93.6624) Other time (%) = 9.46522e-05 (0.547919) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:35 2021 Memory usage per processor = 27.5325 Mbytes Step Atoms AVEKE stressZZ 11394 5000 2.585577e-11 3504930.8 11395 -0.00987999999999461 3504872.04594178 11395 5000 2.5853873e-11 3504872 Loop time of 0.016551 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:35 2021 Pair time (%) = 0.00095892 (5.79372) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193028) Outpt time (%) = 0.01542 (93.1662) Other time (%) = 0.00014019 (0.847018) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:35 2021 Memory usage per processor = 27.5325 Mbytes Step Atoms AVEKE stressZZ 11395 5000 2.5853873e-11 3504859.1 11396 -0.00987999999999461 3504800.34943828 11396 5000 2.5851976e-11 3504800.3 Loop time of 0.392848 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:36 2021 Pair time (%) = 0.00137091 (0.348966) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.00886071) Outpt time (%) = 0.391258 (99.5953) Other time (%) = 0.000184298 (0.0469132) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:36 2021 Memory usage per processor = 27.5325 Mbytes Step Atoms AVEKE stressZZ 11396 5000 2.5851976e-11 3504787.4 11397 -0.00987999999999461 3504728.6565393 11397 5000 2.5850079e-11 3504728.7 Loop time of 0.018888 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:36 2021 Pair time (%) = 0.00131607 (6.96776) Neigh time (%) = 0 (0) Comm time (%) = 4.3869e-05 (0.232259) Outpt time (%) = 0.0174019 (92.1322) Other time (%) = 0.000126123 (0.667744) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:36 2021 Memory usage per processor = 27.5325 Mbytes Step Atoms AVEKE stressZZ 11397 5000 2.5850079e-11 3504715.7 11398 -0.00987999999999461 3504656.96724336 11398 5000 2.5848183e-11 3504657 Loop time of 0.0164149 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:36 2021 Pair time (%) = 0.000977993 (5.95797) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.201891) Outpt time (%) = 0.0153091 (93.2635) Other time (%) = 9.46522e-05 (0.576624) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:36 2021 Memory usage per processor = 27.5325 Mbytes Step Atoms AVEKE stressZZ 11398 5000 2.5848183e-11 3504644 11399 -0.00987999999999461 3504585.28154982 11399 5000 2.5846286e-11 3504585.3 Loop time of 0.016377 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:36 2021 Pair time (%) = 0.000956059 (5.83782) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.189256) Outpt time (%) = 0.0152981 (93.4124) Other time (%) = 9.17912e-05 (0.560489) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:36 2021 Memory usage per processor = 27.5325 Mbytes Step Atoms AVEKE stressZZ 11399 5000 2.5846286e-11 3504572.3 11400 -0.00987999999999461 3504513.59945818 11400 5000 2.584439e-11 3504513.6 Loop time of 0.018225 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:36 2021 Pair time (%) = 0.000957966 (5.25634) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.170066) Outpt time (%) = 0.0171471 (94.0856) Other time (%) = 8.89301e-05 (0.487958) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:36 2021 Memory usage per processor = 27.5325 Mbytes Step Atoms AVEKE stressZZ 11400 5000 2.584439e-11 3504500.6 11401 -0.00987999999999461 3504441.92096797 11401 5000 2.5842494e-11 3504441.9 Loop time of 0.017252 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:36 2021 Pair time (%) = 0.000956059 (5.54174) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185185) Outpt time (%) = 0.016176 (93.7631) Other time (%) = 8.79765e-05 (0.50995) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:36 2021 Memory usage per processor = 27.5325 Mbytes Step Atoms AVEKE stressZZ 11401 5000 2.5842494e-11 3504428.9 11402 -0.00987999999999461 3504370.2460787 11402 5000 2.5840599e-11 3504370.2 Loop time of 0.016866 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:36 2021 Pair time (%) = 0.000957012 (5.67422) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.189423) Outpt time (%) = 0.015754 (93.4069) Other time (%) = 0.000123024 (0.729421) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:36 2021 Memory usage per processor = 27.5325 Mbytes Step Atoms AVEKE stressZZ 11402 5000 2.5840599e-11 3504357.3 11403 -0.00987999999999461 3504298.57478996 11403 5000 2.5838703e-11 3504298.6 Loop time of 0.0170171 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:36 2021 Pair time (%) = 0.00108194 (6.35797) Neigh time (%) = 0 (0) Comm time (%) = 8.58307e-05 (0.504378) Outpt time (%) = 0.0157061 (92.2956) Other time (%) = 0.00014329 (0.842032) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:36 2021 Memory usage per processor = 27.5325 Mbytes Step Atoms AVEKE stressZZ 11403 5000 2.5838703e-11 3504285.6 11404 -0.00987999999999461 3504226.90710135 11404 5000 2.5836808e-11 3504226.9 Loop time of 0.0174799 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:36 2021 Pair time (%) = 0.00099802 (5.70953) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18277) Outpt time (%) = 0.016356 (93.5703) Other time (%) = 9.39369e-05 (0.5374) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:36 2021 Memory usage per processor = 27.5325 Mbytes Step Atoms AVEKE stressZZ 11404 5000 2.5836808e-11 3504213.9 11405 -0.00987999999999461 3504155.2430125 11405 5000 2.5834913e-11 3504155.2 Loop time of 0.0170858 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:36 2021 Pair time (%) = 0.000957966 (5.6068) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181405) Outpt time (%) = 0.0160029 (93.662) Other time (%) = 9.39369e-05 (0.549796) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:36 2021 Memory usage per processor = 27.5325 Mbytes Step Atoms AVEKE stressZZ 11405 5000 2.5834913e-11 3504142.3 11406 -0.00987999999999461 3504083.58252304 11406 5000 2.5833018e-11 3504083.6 Loop time of 0.0165322 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:36 2021 Pair time (%) = 0.000983 (5.94598) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.284103) Outpt time (%) = 0.0153542 (92.8743) Other time (%) = 0.000148058 (0.895574) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:36 2021 Memory usage per processor = 27.5325 Mbytes Step Atoms AVEKE stressZZ 11406 5000 2.5833018e-11 3504070.6 11407 -0.00987999999999461 3504011.92563271 11407 5000 2.5831123e-11 3504011.9 Loop time of 0.0173271 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:36 2021 Pair time (%) = 0.00113201 (6.5332) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189886) Outpt time (%) = 0.0160341 (92.538) Other time (%) = 0.000128031 (0.738906) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:36 2021 Memory usage per processor = 27.5325 Mbytes Step Atoms AVEKE stressZZ 11407 5000 2.5831123e-11 3503999 11408 -0.00987999999999461 3503940.27234099 11408 5000 2.5829229e-11 3503940.3 Loop time of 0.016978 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:36 2021 Pair time (%) = 0.00105596 (6.21954) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.195195) Outpt time (%) = 0.0157881 (92.9913) Other time (%) = 0.000100851 (0.594009) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:36 2021 Memory usage per processor = 27.5325 Mbytes Step Atoms AVEKE stressZZ 11408 5000 2.5829229e-11 3503927.3 11409 -0.00987999999999461 3503868.6226475 11409 5000 2.5827335e-11 3503868.6 Loop time of 0.016854 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:36 2021 Pair time (%) = 0.000957012 (5.67823) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.190972) Outpt time (%) = 0.01577 (93.5678) Other time (%) = 9.48906e-05 (0.563014) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:36 2021 Memory usage per processor = 27.5325 Mbytes Step Atoms AVEKE stressZZ 11409 5000 2.5827335e-11 3503855.7 11410 -0.00987999999999461 3503796.97655186 11410 5000 2.5825441e-11 3503797 Loop time of 0.019067 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:36 2021 Pair time (%) = 0.00101113 (5.30304) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.172558) Outpt time (%) = 0.0178869 (93.8104) Other time (%) = 0.000136137 (0.713991) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:36 2021 Memory usage per processor = 27.5325 Mbytes Step Atoms AVEKE stressZZ 11410 5000 2.5825441e-11 3503784 11411 -0.00987999999999461 3503725.3340537 11411 5000 2.5823547e-11 3503725.3 Loop time of 0.0170441 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:36 2021 Pair time (%) = 0.00100493 (5.89609) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.194438) Outpt time (%) = 0.0159059 (93.322) Other time (%) = 0.000100136 (0.587511) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:36 2021 Memory usage per processor = 27.5325 Mbytes Step Atoms AVEKE stressZZ 11411 5000 2.5823547e-11 3503712.4 11412 -0.00987999999999461 3503653.69515271 11412 5000 2.5821653e-11 3503653.7 Loop time of 0.0169442 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:36 2021 Pair time (%) = 0.000963926 (5.68884) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188549) Outpt time (%) = 0.015856 (93.5781) Other time (%) = 9.2268e-05 (0.544541) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:36 2021 Memory usage per processor = 27.5325 Mbytes Step Atoms AVEKE stressZZ 11412 5000 2.5821653e-11 3503640.7 11413 -0.00987999999999461 3503582.05984996 11413 5000 2.581976e-11 3503582.1 Loop time of 0.016686 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:36 2021 Pair time (%) = 0.00101018 (6.05407) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.185751) Outpt time (%) = 0.015552 (93.2044) Other time (%) = 9.27448e-05 (0.555825) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:36 2021 Memory usage per processor = 27.5325 Mbytes Step Atoms AVEKE stressZZ 11413 5000 2.581976e-11 3503569.1 11414 -0.00987999999999461 3503510.42814568 11414 5000 2.5817866e-11 3503510.4 Loop time of 0.0165601 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:36 2021 Pair time (%) = 0.00105 (6.34052) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.289384) Outpt time (%) = 0.0153339 (92.5955) Other time (%) = 0.000128269 (0.774569) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:36 2021 Memory usage per processor = 27.5325 Mbytes Step Atoms AVEKE stressZZ 11414 5000 2.5817866e-11 3503497.5 11415 -0.00987999999999461 3503438.80003748 11415 5000 2.5815973e-11 3503438.8 Loop time of 0.017103 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:36 2021 Pair time (%) = 0.000967979 (5.65972) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181223) Outpt time (%) = 0.0160129 (93.6265) Other time (%) = 9.10759e-05 (0.532516) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:36 2021 Memory usage per processor = 27.5325 Mbytes Step Atoms AVEKE stressZZ 11415 5000 2.5815973e-11 3503425.8 11416 -0.00987999999999461 3503367.175525 11416 5000 2.581408e-11 3503367.2 Loop time of 0.0169878 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:36 2021 Pair time (%) = 0.00100493 (5.91562) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188065) Outpt time (%) = 0.0158579 (93.349) Other time (%) = 9.29832e-05 (0.547353) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:36 2021 Memory usage per processor = 27.5325 Mbytes Step Atoms AVEKE stressZZ 11416 5000 2.581408e-11 3503354.2 11417 -0.00987999999999461 3503295.55460794 11417 5000 2.5812188e-11 3503295.6 Loop time of 0.0165319 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:36 2021 Pair time (%) = 0.00101686 (6.15085) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.20623) Outpt time (%) = 0.015362 (92.9233) Other time (%) = 0.000118971 (0.719642) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:36 2021 Memory usage per processor = 27.5325 Mbytes Step Atoms AVEKE stressZZ 11417 5000 2.5812188e-11 3503282.6 11418 -0.00987999999999461 3503223.93728583 11418 5000 2.5810295e-11 3503223.9 Loop time of 0.0171981 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:36 2021 Pair time (%) = 0.0010519 (6.11639) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.278648) Outpt time (%) = 0.01598 (92.9173) Other time (%) = 0.000118256 (0.687609) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:36 2021 Memory usage per processor = 27.5325 Mbytes Step Atoms AVEKE stressZZ 11418 5000 2.5810295e-11 3503211 11419 -0.00987999999999461 3503152.32355854 11419 5000 2.5808403e-11 3503152.3 Loop time of 0.017101 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:36 2021 Pair time (%) = 0.000996828 (5.82905) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186819) Outpt time (%) = 0.0159791 (93.439) Other time (%) = 9.32217e-05 (0.545122) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:36 2021 Memory usage per processor = 27.5325 Mbytes Step Atoms AVEKE stressZZ 11419 5000 2.5808403e-11 3503139.4 11420 -0.00987999999999461 3503080.71342569 11420 5000 2.5806511e-11 3503080.7 Loop time of 0.0187898 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:36 2021 Pair time (%) = 0.000963211 (5.12625) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.164954) Outpt time (%) = 0.0177009 (94.2051) Other time (%) = 9.46522e-05 (0.503743) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:36 2021 Memory usage per processor = 27.5325 Mbytes Step Atoms AVEKE stressZZ 11420 5000 2.5806511e-11 3503067.7 11421 -0.00987999999999461 3503009.10688698 11421 5000 2.5804619e-11 3503009.1 Loop time of 0.0165279 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:36 2021 Pair time (%) = 0.00104499 (6.32258) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.199068) Outpt time (%) = 0.0153439 (92.8364) Other time (%) = 0.000106096 (0.641923) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:36 2021 Memory usage per processor = 27.5325 Mbytes Step Atoms AVEKE stressZZ 11421 5000 2.5804619e-11 3502996.1 11422 -0.00987999999999461 3502937.50394218 11422 5000 2.5802727e-11 3502937.5 Loop time of 0.0173571 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:36 2021 Pair time (%) = 0.00110292 (6.35431) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.276095) Outpt time (%) = 0.016082 (92.6539) Other time (%) = 0.000124216 (0.71565) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:36 2021 Memory usage per processor = 27.5325 Mbytes Step Atoms AVEKE stressZZ 11422 5000 2.5802727e-11 3502924.5 11423 -0.00987999999999461 3502865.90460391 11423 5000 2.5800836e-11 3502865.9 Loop time of 0.0171752 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:36 2021 Pair time (%) = 0.000957966 (5.57761) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186013) Outpt time (%) = 0.0160968 (93.7214) Other time (%) = 8.84533e-05 (0.515006) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:36 2021 Memory usage per processor = 27.5325 Mbytes Step Atoms AVEKE stressZZ 11423 5000 2.5800836e-11 3502852.9 11424 -0.00987999999999461 3502794.30892555 11424 5000 2.5798945e-11 3502794.3 Loop time of 0.016408 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:36 2021 Pair time (%) = 0.000998974 (6.08835) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194711) Outpt time (%) = 0.0152581 (92.9919) Other time (%) = 0.000118971 (0.72508) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:36 2021 Memory usage per processor = 27.5325 Mbytes Step Atoms AVEKE stressZZ 11424 5000 2.5798945e-11 3502781.3 11425 -0.00987999999999461 3502722.71687888 11425 5000 2.5797054e-11 3502722.7 Loop time of 0.016999 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:36 2021 Pair time (%) = 0.00117111 (6.8893) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.224407) Outpt time (%) = 0.0156541 (92.0882) Other time (%) = 0.00013566 (0.798048) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:36 2021 Memory usage per processor = 27.5325 Mbytes Step Atoms AVEKE stressZZ 11425 5000 2.5797054e-11 3502709.8 11426 -0.00987999999999461 3502651.12845389 11426 5000 2.5795163e-11 3502651.1 Loop time of 0.0173769 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:36 2021 Pair time (%) = 0.000960827 (5.52933) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183854) Outpt time (%) = 0.0162909 (93.7503) Other time (%) = 9.32217e-05 (0.536469) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:36 2021 Memory usage per processor = 27.5325 Mbytes Step Atoms AVEKE stressZZ 11426 5000 2.5795163e-11 3502638.2 11427 -0.00987999999999461 3502579.54364616 11427 5000 2.5793272e-11 3502579.5 Loop time of 0.0167079 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:37 2021 Pair time (%) = 0.000957966 (5.73361) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.185508) Outpt time (%) = 0.015625 (93.5187) Other time (%) = 9.39369e-05 (0.562231) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:37 2021 Memory usage per processor = 27.5325 Mbytes Step Atoms AVEKE stressZZ 11427 5000 2.5793272e-11 3502566.6 11428 -0.00987999999999461 3502507.96245444 11428 5000 2.5791382e-11 3502508 Loop time of 0.016856 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:37 2021 Pair time (%) = 0.00102496 (6.08071) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.196608) Outpt time (%) = 0.0156651 (92.9348) Other time (%) = 0.000132799 (0.787847) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:37 2021 Memory usage per processor = 27.5325 Mbytes Step Atoms AVEKE stressZZ 11428 5000 2.5791382e-11 3502495 11429 -0.00987999999999461 3502436.38487321 11429 5000 2.5789491e-11 3502436.4 Loop time of 0.0172951 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:37 2021 Pair time (%) = 0.000993013 (5.74158) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184723) Outpt time (%) = 0.0161719 (93.5057) Other time (%) = 9.82285e-05 (0.567955) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:37 2021 Memory usage per processor = 27.5325 Mbytes Step Atoms AVEKE stressZZ 11429 5000 2.5789491e-11 3502423.4 11430 -0.00987999999999461 3502364.81089892 11430 5000 2.5787601e-11 3502364.8 Loop time of 0.019067 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:37 2021 Pair time (%) = 0.000957012 (5.01919) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.162555) Outpt time (%) = 0.0179901 (94.3518) Other time (%) = 8.89301e-05 (0.466407) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:37 2021 Memory usage per processor = 27.5325 Mbytes Step Atoms AVEKE stressZZ 11430 5000 2.5787601e-11 3502351.8 11431 -0.00987999999999461 3502293.24053012 11431 5000 2.5785712e-11 3502293.2 Loop time of 0.016552 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:37 2021 Pair time (%) = 0.000962973 (5.81787) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.194457) Outpt time (%) = 0.015461 (93.4086) Other time (%) = 9.58443e-05 (0.57905) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:37 2021 Memory usage per processor = 27.5325 Mbytes Step Atoms AVEKE stressZZ 11431 5000 2.5785712e-11 3502280.3 11432 -0.00987999999999461 3502221.67376537 11432 5000 2.5783822e-11 3502221.7 Loop time of 0.0168519 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:37 2021 Pair time (%) = 0.00114298 (6.78249) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207974) Outpt time (%) = 0.0155299 (92.155) Other time (%) = 0.000144005 (0.854532) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:37 2021 Memory usage per processor = 27.5325 Mbytes Step Atoms AVEKE stressZZ 11432 5000 2.5783822e-11 3502208.7 11433 -0.00987999999999461 3502150.11060355 11433 5000 2.5781932e-11 3502150.1 Loop time of 0.017175 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:37 2021 Pair time (%) = 0.00098896 (5.75815) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186016) Outpt time (%) = 0.016062 (93.52) Other time (%) = 9.20296e-05 (0.535836) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:37 2021 Memory usage per processor = 27.5325 Mbytes Step Atoms AVEKE stressZZ 11433 5000 2.5781932e-11 3502137.1 11434 -0.00987999999999461 3502078.55104362 11434 5000 2.5780043e-11 3502078.6 Loop time of 0.0172 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:37 2021 Pair time (%) = 0.00100517 (5.84403) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185745) Outpt time (%) = 0.0160589 (93.3659) Other time (%) = 0.000103951 (0.604364) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:37 2021 Memory usage per processor = 27.5325 Mbytes Step Atoms AVEKE stressZZ 11434 5000 2.5780043e-11 3502065.6 11435 -0.00987999999999461 3502006.9950846 11435 5000 2.5778154e-11 3502007 Loop time of 0.0164831 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:37 2021 Pair time (%) = 0.000959873 (5.82339) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193824) Outpt time (%) = 0.0153949 (93.3984) Other time (%) = 9.63211e-05 (0.584364) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:37 2021 Memory usage per processor = 27.5325 Mbytes Step Atoms AVEKE stressZZ 11435 5000 2.5778154e-11 3501994 11436 -0.00987999999999461 3501935.44271789 11436 5000 2.5776265e-11 3501935.4 Loop time of 0.0169868 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:37 2021 Pair time (%) = 0.00112486 (6.62194) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206322) Outpt time (%) = 0.0157161 (92.5191) Other time (%) = 0.000110865 (0.65265) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:37 2021 Memory usage per processor = 27.5325 Mbytes Step Atoms AVEKE stressZZ 11436 5000 2.5776265e-11 3501922.5 11437 -0.00987999999999461 3501863.89393422 11437 5000 2.5774377e-11 3501863.9 Loop time of 0.0171468 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:37 2021 Pair time (%) = 0.000957012 (5.58128) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186321) Outpt time (%) = 0.016063 (93.679) Other time (%) = 9.48906e-05 (0.5534) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:37 2021 Memory usage per processor = 27.5325 Mbytes Step Atoms AVEKE stressZZ 11437 5000 2.5774377e-11 3501850.9 11438 -0.00987999999999461 3501792.34874744 11438 5000 2.5772488e-11 3501792.3 Loop time of 0.0165479 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:37 2021 Pair time (%) = 0.00095892 (5.7948) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.187301) Outpt time (%) = 0.015465 (93.456) Other time (%) = 9.29832e-05 (0.561903) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:37 2021 Memory usage per processor = 27.5325 Mbytes Step Atoms AVEKE stressZZ 11438 5000 2.5772488e-11 3501779.4 11439 -0.00987999999999461 3501720.80715692 11439 5000 2.57706e-11 3501720.8 Loop time of 0.0167179 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:37 2021 Pair time (%) = 0.00113583 (6.79407) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.226754) Outpt time (%) = 0.015429 (92.2904) Other time (%) = 0.000115156 (0.688819) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:37 2021 Memory usage per processor = 27.5325 Mbytes Step Atoms AVEKE stressZZ 11439 5000 2.57706e-11 3501707.8 11440 -0.00987999999999461 3501649.26916204 11440 5000 2.5768712e-11 3501649.3 Loop time of 0.01898 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:37 2021 Pair time (%) = 0.00095892 (5.05226) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.1633) Outpt time (%) = 0.017899 (94.3046) Other time (%) = 9.10759e-05 (0.479851) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:37 2021 Memory usage per processor = 27.5325 Mbytes Step Atoms AVEKE stressZZ 11440 5000 2.5768712e-11 3501636.3 11441 -0.00987999999999461 3501577.73479492 11441 5000 2.5766824e-11 3501577.7 Loop time of 0.017514 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:37 2021 Pair time (%) = 0.000972033 (5.55003) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182415) Outpt time (%) = 0.0164211 (93.7598) Other time (%) = 8.89301e-05 (0.507766) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:37 2021 Memory usage per processor = 27.5325 Mbytes Step Atoms AVEKE stressZZ 11441 5000 2.5766824e-11 3501564.8 11442 -0.00987999999999461 3501506.20404953 11442 5000 2.5764936e-11 3501506.2 Loop time of 0.0165939 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:37 2021 Pair time (%) = 0.000958204 (5.77443) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192529) Outpt time (%) = 0.0154481 (93.0948) Other time (%) = 0.000155687 (0.938218) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:37 2021 Memory usage per processor = 27.5325 Mbytes Step Atoms AVEKE stressZZ 11442 5000 2.5764936e-11 3501493.2 11443 -0.00987999999999461 3501434.67691577 11443 5000 2.5763049e-11 3501434.7 Loop time of 0.0163209 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:37 2021 Pair time (%) = 0.00101089 (6.19385) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.189906) Outpt time (%) = 0.0151889 (93.0641) Other time (%) = 9.01222e-05 (0.552188) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:37 2021 Memory usage per processor = 27.5325 Mbytes Step Atoms AVEKE stressZZ 11443 5000 2.5763049e-11 3501421.7 11444 -0.00987999999999461 3501363.15338977 11444 5000 2.5761162e-11 3501363.2 Loop time of 0.016335 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:37 2021 Pair time (%) = 0.000957012 (5.85866) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.19704) Outpt time (%) = 0.015259 (93.413) Other time (%) = 8.67844e-05 (0.531278) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:37 2021 Memory usage per processor = 27.5325 Mbytes Step Atoms AVEKE stressZZ 11444 5000 2.5761162e-11 3501350.2 11445 -0.00987999999999461 3501291.63346901 11445 5000 2.5759275e-11 3501291.6 Loop time of 0.01706 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:37 2021 Pair time (%) = 0.000958204 (5.61666) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187269) Outpt time (%) = 0.015981 (93.6748) Other time (%) = 8.89301e-05 (0.521277) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:37 2021 Memory usage per processor = 27.5325 Mbytes Step Atoms AVEKE stressZZ 11445 5000 2.5759275e-11 3501278.7 11446 -0.00987999999999461 3501220.1171517 11446 5000 2.5757388e-11 3501220.1 Loop time of 0.0174479 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:37 2021 Pair time (%) = 0.00098896 (5.66806) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.195403) Outpt time (%) = 0.0163238 (93.5572) Other time (%) = 0.000101089 (0.579377) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:37 2021 Memory usage per processor = 27.5325 Mbytes Step Atoms AVEKE stressZZ 11446 5000 2.5757388e-11 3501207.2 11447 -0.00987999999999461 3501148.60445441 11447 5000 2.5755501e-11 3501148.6 Loop time of 0.01721 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:37 2021 Pair time (%) = 0.00107312 (6.23545) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185637) Outpt time (%) = 0.015995 (92.9403) Other time (%) = 0.000109911 (0.638646) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:37 2021 Memory usage per processor = 27.5325 Mbytes Step Atoms AVEKE stressZZ 11447 5000 2.5755501e-11 3501135.6 11448 -0.00987999999999461 3501077.09538063 11448 5000 2.5753615e-11 3501077.1 Loop time of 0.0171149 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:37 2021 Pair time (%) = 0.000971794 (5.67807) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192241) Outpt time (%) = 0.015976 (93.3454) Other time (%) = 0.00013423 (0.784286) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:37 2021 Memory usage per processor = 27.5325 Mbytes Step Atoms AVEKE stressZZ 11448 5000 2.5753615e-11 3501064.1 11449 -0.00987999999999461 3501005.58991996 11449 5000 2.5751729e-11 3501005.6 Loop time of 0.016418 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:37 2021 Pair time (%) = 0.00100899 (6.14562) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.196044) Outpt time (%) = 0.0152798 (93.0673) Other time (%) = 9.70364e-05 (0.591037) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:37 2021 Memory usage per processor = 27.5325 Mbytes Step Atoms AVEKE stressZZ 11449 5000 2.5751729e-11 3500992.6 11450 -0.00987999999999461 3500934.08806862 11450 5000 2.5749843e-11 3500934.1 Loop time of 0.0193861 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:37 2021 Pair time (%) = 0.00129008 (6.6547) Neigh time (%) = 0 (0) Comm time (%) = 4.3869e-05 (0.226292) Outpt time (%) = 0.0178752 (92.2065) Other time (%) = 0.000176907 (0.912546) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:37 2021 Memory usage per processor = 27.5325 Mbytes Step Atoms AVEKE stressZZ 11450 5000 2.5749843e-11 3500921.1 11451 -0.00987999999999461 3500862.5898243 11451 5000 2.5747957e-11 3500862.6 Loop time of 0.0170491 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:37 2021 Pair time (%) = 0.00103498 (6.07056) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181795) Outpt time (%) = 0.015888 (93.1897) Other time (%) = 9.5129e-05 (0.557972) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:37 2021 Memory usage per processor = 27.5325 Mbytes Step Atoms AVEKE stressZZ 11451 5000 2.5747957e-11 3500849.6 11452 -0.00987999999999461 3500791.09518523 11452 5000 2.5746071e-11 3500791.1 Loop time of 0.017318 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:37 2021 Pair time (%) = 0.00096488 (5.57154) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189986) Outpt time (%) = 0.0162179 (93.6479) Other time (%) = 0.000102282 (0.590608) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:37 2021 Memory usage per processor = 27.5325 Mbytes Step Atoms AVEKE stressZZ 11452 5000 2.5746071e-11 3500778.1 11453 -0.00987999999999461 3500719.60414992 11453 5000 2.5744186e-11 3500719.6 Loop time of 0.0165889 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:37 2021 Pair time (%) = 0.000988007 (5.95582) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.199773) Outpt time (%) = 0.015449 (93.1287) Other time (%) = 0.000118732 (0.715733) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:22:37 2021 Memory usage per processor = 27.5325 Mbytes Step Atoms AVEKE stressZZ 11453 5000 2.5744186e-11 3500706.6 11454 -0.00987999999999461 3500636.34096953 11454 5000 5.0854396e-11 3500751.3 Loop time of 0.0170259 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:37 2021 Pair time (%) = 0.00113082 (6.64174) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.193245) Outpt time (%) = 0.015732 (92.4004) Other time (%) = 0.000130177 (0.764577) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:37 2021 Memory usage per processor = 27.5325 Mbytes Step Atoms AVEKE stressZZ 11454 5000 5.0854396e-11 3547103.6 11455 -0.00991249999999459 3547025.91729386 11455 5000 4.0993559e-11 3547025.9 Loop time of 0.0170419 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:37 2021 Pair time (%) = 0.000974894 (5.72056) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181872) Outpt time (%) = 0.0159419 (93.545) Other time (%) = 9.41753e-05 (0.55261) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:37 2021 Memory usage per processor = 27.5325 Mbytes Step Atoms AVEKE stressZZ 11455 5000 4.0993559e-11 3547008.5 11456 -0.00991249999999459 3546937.47012614 11456 5000 3.5277892e-11 3546937.5 Loop time of 0.0163341 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:37 2021 Pair time (%) = 0.000968218 (5.9276) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.195592) Outpt time (%) = 0.01524 (93.3017) Other time (%) = 9.39369e-05 (0.575099) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:37 2021 Memory usage per processor = 27.5325 Mbytes Step Atoms AVEKE stressZZ 11456 5000 3.5277892e-11 3546921.6 11457 -0.00991249999999459 3546854.79641275 11457 5000 3.1867667e-11 3546854.8 Loop time of 0.016715 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:37 2021 Pair time (%) = 0.00112891 (6.75387) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.221087) Outpt time (%) = 0.0154352 (92.3432) Other time (%) = 0.000113964 (0.681805) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:37 2021 Memory usage per processor = 27.5325 Mbytes Step Atoms AVEKE stressZZ 11457 5000 3.1867667e-11 3546839.9 11458 -0.00991249999999459 3546775.7931229 11458 5000 2.9789745e-11 3546775.8 Loop time of 0.017107 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:37 2021 Pair time (%) = 0.00117612 (6.87507) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193723) Outpt time (%) = 0.0157931 (92.3194) Other time (%) = 0.000104666 (0.61183) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:37 2021 Memory usage per processor = 27.5325 Mbytes Step Atoms AVEKE stressZZ 11458 5000 2.9789745e-11 3546761.5 11459 -0.00991249999999459 3546699.12376166 11459 5000 2.8504864e-11 3546699.1 Loop time of 0.0172012 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:37 2021 Pair time (%) = 0.000991106 (5.76185) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185732) Outpt time (%) = 0.016083 (93.4994) Other time (%) = 9.5129e-05 (0.553038) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:37 2021 Memory usage per processor = 27.5325 Mbytes Step Atoms AVEKE stressZZ 11459 5000 2.8504864e-11 3546685.2 11460 -0.00991249999999459 3546623.93897311 11460 5000 2.7702296e-11 3546623.9 Loop time of 0.0186501 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:37 2021 Pair time (%) = 0.000964165 (5.16977) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.166189) Outpt time (%) = 0.0175629 (94.1706) Other time (%) = 9.20296e-05 (0.493455) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:37 2021 Memory usage per processor = 27.5326 Mbytes Step Atoms AVEKE stressZZ 11460 5000 2.7702296e-11 3546610.3 11461 -0.00991249999999459 3546549.69898219 11461 5000 2.7197488e-11 3546549.7 Loop time of 0.0169752 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:37 2021 Pair time (%) = 0.001194 (7.03381) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.2177) Outpt time (%) = 0.0156121 (91.9704) Other time (%) = 0.000132084 (0.778101) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:37 2021 Memory usage per processor = 27.5326 Mbytes Step Atoms AVEKE stressZZ 11461 5000 2.7197488e-11 3546536.2 11462 -0.00991249999999459 3546476.06075573 11462 5000 2.6878372e-11 3546476.1 Loop time of 0.0170829 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:37 2021 Pair time (%) = 0.000965834 (5.65379) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181435) Outpt time (%) = 0.0159929 (93.6191) Other time (%) = 9.32217e-05 (0.545701) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:37 2021 Memory usage per processor = 27.5326 Mbytes Step Atoms AVEKE stressZZ 11462 5000 2.6878372e-11 3546462.7 11463 -0.00991249999999459 3546402.80629196 11463 5000 2.6675836e-11 3546402.8 Loop time of 0.0169039 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:37 2021 Pair time (%) = 0.000959873 (5.67842) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188999) Outpt time (%) = 0.0157809 (93.3568) Other time (%) = 0.00013113 (0.77574) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:37 2021 Memory usage per processor = 27.5326 Mbytes Step Atoms AVEKE stressZZ 11463 5000 2.6675836e-11 3546389.5 11464 -0.00991249999999459 3546329.79704821 11464 5000 2.654681e-11 3546329.8 Loop time of 0.0167301 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:37 2021 Pair time (%) = 0.00107312 (6.41433) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209488) Outpt time (%) = 0.015517 (92.7491) Other time (%) = 0.000104904 (0.62704) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:37 2021 Memory usage per processor = 27.5326 Mbytes Step Atoms AVEKE stressZZ 11464 5000 2.654681e-11 3546316.5 11465 -0.00991249999999459 3546256.94497869 11465 5000 2.6464267e-11 3546256.9 Loop time of 0.017313 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:37 2021 Pair time (%) = 0.000989914 (5.71775) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190041) Outpt time (%) = 0.016192 (93.5248) Other time (%) = 9.82285e-05 (0.567368) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:37 2021 Memory usage per processor = 27.5326 Mbytes Step Atoms AVEKE stressZZ 11465 5000 2.6464267e-11 3546243.7 11466 -0.00991249999999459 3546184.19412922 11466 5000 2.641117e-11 3546184.2 Loop time of 0.017386 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:37 2021 Pair time (%) = 0.00106001 (6.09693) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183758) Outpt time (%) = 0.0161991 (93.1735) Other time (%) = 9.48906e-05 (0.545789) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:37 2021 Memory usage per processor = 27.5326 Mbytes Step Atoms AVEKE stressZZ 11466 5000 2.641117e-11 3546171 11467 -0.00991249999999459 3546111.50894004 11467 5000 2.6376747e-11 3546111.5 Loop time of 0.0166249 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:37 2021 Pair time (%) = 0.00103498 (6.22544) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.186433) Outpt time (%) = 0.0154359 (92.8481) Other time (%) = 0.000123024 (0.739997) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:37 2021 Memory usage per processor = 27.5326 Mbytes Step Atoms AVEKE stressZZ 11467 5000 2.6376747e-11 3546098.3 11468 -0.00991249999999459 3546038.86681242 11468 5000 2.6354177e-11 3546038.9 Loop time of 0.0168738 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:37 2021 Pair time (%) = 0.00118518 (7.02377) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.219007) Outpt time (%) = 0.015527 (92.0183) Other time (%) = 0.000124693 (0.738972) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:37 2021 Memory usage per processor = 27.5326 Mbytes Step Atoms AVEKE stressZZ 11468 5000 2.6354177e-11 3546025.7 11469 -0.00991249999999459 3545966.25338441 11469 5000 2.6339134e-11 3545966.3 Loop time of 0.0172949 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:37 2021 Pair time (%) = 0.00103402 (5.97877) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197133) Outpt time (%) = 0.0160739 (92.9404) Other time (%) = 0.000152826 (0.88365) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:37 2021 Memory usage per processor = 27.5326 Mbytes Step Atoms AVEKE stressZZ 11469 5000 2.6339134e-11 3545953.1 11470 -0.00991249999999459 3545893.65952865 11470 5000 2.6328871e-11 3545893.7 Loop time of 0.019264 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:38 2021 Pair time (%) = 0.00100899 (5.23769) Neigh time (%) = 0 (0) Comm time (%) = 6.48499e-05 (0.336638) Outpt time (%) = 0.0180681 (93.792) Other time (%) = 0.00012207 (0.633671) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:38 2021 Memory usage per processor = 27.5326 Mbytes Step Atoms AVEKE stressZZ 11470 5000 2.6328871e-11 3545880.5 11471 -0.00991249999999459 3545821.07944449 11471 5000 2.6321645e-11 3545821.1 Loop time of 0.0165019 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:38 2021 Pair time (%) = 0.000983 (5.95689) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.200826) Outpt time (%) = 0.0153871 (93.2441) Other time (%) = 9.87053e-05 (0.598145) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:38 2021 Memory usage per processor = 27.5326 Mbytes Step Atoms AVEKE stressZZ 11471 5000 2.6321645e-11 3545807.9 11472 -0.00991249999999459 3545748.50944539 11472 5000 2.6316349e-11 3545748.5 Loop time of 0.0174079 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:38 2021 Pair time (%) = 0.00101399 (5.82491) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183526) Outpt time (%) = 0.0161989 (93.0548) Other time (%) = 0.000163078 (0.936807) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:38 2021 Memory usage per processor = 27.5326 Mbytes Step Atoms AVEKE stressZZ 11472 5000 2.6316349e-11 3545735.3 11473 -0.00991249999999459 3545675.94718836 11473 5000 2.6312278e-11 3545675.9 Loop time of 0.0173662 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:38 2021 Pair time (%) = 0.000962019 (5.53961) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183967) Outpt time (%) = 0.0162802 (93.7465) Other time (%) = 9.20296e-05 (0.529936) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:38 2021 Memory usage per processor = 27.5326 Mbytes Step Atoms AVEKE stressZZ 11473 5000 2.6312278e-11 3545662.8 11474 -0.00991249999999459 3545603.39118428 11474 5000 2.6308988e-11 3545603.4 Loop time of 0.01648 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:38 2021 Pair time (%) = 0.000981808 (5.95758) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.188073) Outpt time (%) = 0.015378 (93.3133) Other time (%) = 8.91685e-05 (0.541072) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:38 2021 Memory usage per processor = 27.5326 Mbytes Step Atoms AVEKE stressZZ 11474 5000 2.6308988e-11 3545590.2 11475 -0.00991249999999459 3545530.84048664 11475 5000 2.6306192e-11 3545530.8 Loop time of 0.0169861 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:38 2021 Pair time (%) = 0.00120807 (7.11208) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.211945) Outpt time (%) = 0.0156009 (91.845) Other time (%) = 0.000141144 (0.830936) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:38 2021 Memory usage per processor = 27.5326 Mbytes Step Atoms AVEKE stressZZ 11475 5000 2.6306192e-11 3545517.6 11476 -0.00991249999999459 3545458.29449376 11476 5000 2.6303711e-11 3545458.3 Loop time of 0.016866 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:38 2021 Pair time (%) = 0.000962019 (5.70391) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.189423) Outpt time (%) = 0.0157819 (93.5723) Other time (%) = 9.01222e-05 (0.534344) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:38 2021 Memory usage per processor = 27.5326 Mbytes Step Atoms AVEKE stressZZ 11476 5000 2.6303711e-11 3545445.1 11477 -0.00991249999999459 3545385.75282319 11477 5000 2.6301431e-11 3545385.8 Loop time of 0.017144 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:38 2021 Pair time (%) = 0.00104904 (6.11901) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.197477) Outpt time (%) = 0.015955 (93.0647) Other time (%) = 0.000106096 (0.618855) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:38 2021 Memory usage per processor = 27.5326 Mbytes Step Atoms AVEKE stressZZ 11477 5000 2.6301431e-11 3545372.6 11478 -0.00991249999999459 3545313.21523163 11478 5000 2.6299278e-11 3545313.2 Loop time of 0.0166109 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:38 2021 Pair time (%) = 0.00100899 (6.07426) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.198074) Outpt time (%) = 0.015424 (92.855) Other time (%) = 0.000144958 (0.872673) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:38 2021 Memory usage per processor = 27.5326 Mbytes Step Atoms AVEKE stressZZ 11478 5000 2.6299278e-11 3545300 11479 -0.00991249999999459 3545240.68156445 11479 5000 2.6297205e-11 3545240.7 Loop time of 0.0170269 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:38 2021 Pair time (%) = 0.00103807 (6.09667) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.193234) Outpt time (%) = 0.0158069 (92.8349) Other time (%) = 0.000149012 (0.875154) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:38 2021 Memory usage per processor = 27.5326 Mbytes Step Atoms AVEKE stressZZ 11479 5000 2.6297205e-11 3545227.5 11480 -0.00991249999999459 3545168.15172312 11480 5000 2.6295184e-11 3545168.2 Loop time of 0.018995 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:38 2021 Pair time (%) = 0.000959158 (5.04952) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.163171) Outpt time (%) = 0.0179179 (94.3292) Other time (%) = 8.70228e-05 (0.458134) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:38 2021 Memory usage per processor = 27.5326 Mbytes Step Atoms AVEKE stressZZ 11480 5000 2.6295184e-11 3545155 11481 -0.00991249999999459 3545095.62564493 11481 5000 2.6293196e-11 3545095.6 Loop time of 0.0167029 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:38 2021 Pair time (%) = 0.000964165 (5.77244) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.185563) Outpt time (%) = 0.01561 (93.4568) Other time (%) = 9.77516e-05 (0.585238) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:38 2021 Memory usage per processor = 27.5326 Mbytes Step Atoms AVEKE stressZZ 11481 5000 2.6293196e-11 3545082.4 11482 -0.00991249999999459 3545023.10328989 11482 5000 2.6291229e-11 3545023.1 Loop time of 0.016526 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:38 2021 Pair time (%) = 0.00102806 (6.22088) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.212075) Outpt time (%) = 0.0153642 (92.9698) Other time (%) = 9.87053e-05 (0.597273) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:38 2021 Memory usage per processor = 27.5326 Mbytes Step Atoms AVEKE stressZZ 11482 5000 2.6291229e-11 3545009.9 11483 -0.00991249999999459 3544950.58463242 11483 5000 2.6289275e-11 3544950.6 Loop time of 0.0170691 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:38 2021 Pair time (%) = 0.001055 (6.18077) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187169) Outpt time (%) = 0.0158851 (93.0636) Other time (%) = 9.70364e-05 (0.568491) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:38 2021 Memory usage per processor = 27.5326 Mbytes Step Atoms AVEKE stressZZ 11483 5000 2.6289275e-11 3544937.4 11484 -0.00991249999999459 3544878.06965621 11484 5000 2.628733e-11 3544878.1 Loop time of 0.0172479 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:38 2021 Pair time (%) = 0.00104618 (6.06555) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.196287) Outpt time (%) = 0.016067 (93.1534) Other time (%) = 0.000100851 (0.584714) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:38 2021 Memory usage per processor = 27.5326 Mbytes Step Atoms AVEKE stressZZ 11484 5000 2.628733e-11 3544864.9 11485 -0.00991249999999459 3544805.55835067 11485 5000 2.6285391e-11 3544805.6 Loop time of 0.0164931 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:38 2021 Pair time (%) = 0.000965118 (5.85166) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193706) Outpt time (%) = 0.0154011 (93.3793) Other time (%) = 9.48906e-05 (0.575336) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:38 2021 Memory usage per processor = 27.5326 Mbytes Step Atoms AVEKE stressZZ 11485 5000 2.6285391e-11 3544792.4 11486 -0.00991249999999459 3544733.05070894 11486 5000 2.6283455e-11 3544733.1 Loop time of 0.01718 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:38 2021 Pair time (%) = 0.00123882 (7.21086) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204002) Outpt time (%) = 0.0157359 (91.5943) Other time (%) = 0.000170231 (0.990868) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:38 2021 Memory usage per processor = 27.5326 Mbytes Step Atoms AVEKE stressZZ 11486 5000 2.6283455e-11 3544719.9 11487 -0.00991249999999459 3544660.54672651 11487 5000 2.6281521e-11 3544660.5 Loop time of 0.016664 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:38 2021 Pair time (%) = 0.000969887 (5.82024) Neigh time (%) = 0 (0) Comm time (%) = 3.12328e-05 (0.187427) Outpt time (%) = 0.015523 (93.1525) Other time (%) = 0.000139952 (0.839843) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:38 2021 Memory usage per processor = 27.5326 Mbytes Step Atoms AVEKE stressZZ 11487 5000 2.6281521e-11 3544647.4 11488 -0.00991249999999459 3544588.04640037 11488 5000 2.6279589e-11 3544588 Loop time of 0.0162609 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:38 2021 Pair time (%) = 0.00095892 (5.8971) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.196472) Outpt time (%) = 0.0151861 (93.3903) Other time (%) = 8.39233e-05 (0.516106) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:38 2021 Memory usage per processor = 27.5326 Mbytes Step Atoms AVEKE stressZZ 11488 5000 2.6279589e-11 3544574.9 11489 -0.00991249999999459 3544515.54972857 11489 5000 2.6277658e-11 3544515.5 Loop time of 0.0163729 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:38 2021 Pair time (%) = 0.000957012 (5.84509) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.195128) Outpt time (%) = 0.0152969 (93.4283) Other time (%) = 8.70228e-05 (0.531504) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:38 2021 Memory usage per processor = 27.5326 Mbytes Step Atoms AVEKE stressZZ 11489 5000 2.6277658e-11 3544502.4 11490 -0.00991249999999459 3544443.05670961 11490 5000 2.6275728e-11 3544443.1 Loop time of 0.0185869 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:38 2021 Pair time (%) = 0.000985146 (5.30022) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.171885) Outpt time (%) = 0.0174809 (94.0494) Other time (%) = 8.89301e-05 (0.478457) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:38 2021 Memory usage per processor = 27.5326 Mbytes Step Atoms AVEKE stressZZ 11490 5000 2.6275728e-11 3544429.9 11491 -0.00991249999999459 3544370.5673425 11491 5000 2.6273798e-11 3544370.6 Loop time of 0.0181389 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:38 2021 Pair time (%) = 0.00128603 (7.08991) Neigh time (%) = 0 (0) Comm time (%) = 8.58307e-05 (0.473186) Outpt time (%) = 0.0165899 (91.4603) Other time (%) = 0.000177145 (0.976604) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:38 2021 Memory usage per processor = 27.5326 Mbytes Step Atoms AVEKE stressZZ 11491 5000 2.6273798e-11 3544357.4 11492 -0.00991249999999459 3544298.08162632 11492 5000 2.6271868e-11 3544298.1 Loop time of 0.0170181 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:38 2021 Pair time (%) = 0.000957012 (5.6235) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.182126) Outpt time (%) = 0.0159411 (93.6718) Other time (%) = 8.89301e-05 (0.522563) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:38 2021 Memory usage per processor = 27.5326 Mbytes Step Atoms AVEKE stressZZ 11492 5000 2.6271868e-11 3544284.9 11493 -0.00991249999999459 3544225.59956052 11493 5000 2.626994e-11 3544225.6 Loop time of 0.0172598 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:38 2021 Pair time (%) = 0.00100112 (5.80028) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185101) Outpt time (%) = 0.0161331 (93.4717) Other time (%) = 9.36985e-05 (0.54287) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:38 2021 Memory usage per processor = 27.5326 Mbytes Step Atoms AVEKE stressZZ 11493 5000 2.626994e-11 3544212.4 11494 -0.00991249999999459 3544153.12114446 11494 5000 2.6268011e-11 3544153.1 Loop time of 0.0166881 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:38 2021 Pair time (%) = 0.00118804 (7.11908) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.197157) Outpt time (%) = 0.015367 (92.0837) Other time (%) = 0.000100136 (0.600043) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:38 2021 Memory usage per processor = 27.5326 Mbytes Step Atoms AVEKE stressZZ 11494 5000 2.6268011e-11 3544139.9 11495 -0.00991249999999459 3544080.64637776 11495 5000 2.6266082e-11 3544080.6 Loop time of 0.0172441 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:38 2021 Pair time (%) = 0.00120997 (7.01674) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197713) Outpt time (%) = 0.0158541 (91.9394) Other time (%) = 0.000145912 (0.846157) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:38 2021 Memory usage per processor = 27.5326 Mbytes Step Atoms AVEKE stressZZ 11495 5000 2.6266082e-11 3544067.5 11496 -0.00991249999999459 3544008.17525988 11496 5000 2.6264154e-11 3544008.2 Loop time of 0.0170989 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:38 2021 Pair time (%) = 0.00100279 (5.86464) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186843) Outpt time (%) = 0.0159709 (93.4033) Other time (%) = 9.32217e-05 (0.545191) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:38 2021 Memory usage per processor = 27.5326 Mbytes Step Atoms AVEKE stressZZ 11496 5000 2.6264154e-11 3543995 11497 -0.00991249999999459 3543935.70779048 11497 5000 2.6262226e-11 3543935.7 Loop time of 0.0167491 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:38 2021 Pair time (%) = 0.000959873 (5.73088) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.185051) Outpt time (%) = 0.0156331 (93.3367) Other time (%) = 0.00012517 (0.74732) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:38 2021 Memory usage per processor = 27.5326 Mbytes Step Atoms AVEKE stressZZ 11497 5000 2.6262226e-11 3543922.5 11498 -0.00991249999999459 3543863.2439691 11498 5000 2.6260299e-11 3543863.2 Loop time of 0.0166059 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:38 2021 Pair time (%) = 0.00112391 (6.76813) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.203877) Outpt time (%) = 0.0153408 (92.3819) Other time (%) = 0.000107288 (0.646088) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:38 2021 Memory usage per processor = 27.5326 Mbytes Step Atoms AVEKE stressZZ 11498 5000 2.6260299e-11 3543850.1 11499 -0.00991249999999459 3543790.78379531 11499 5000 2.6258371e-11 3543790.8 Loop time of 0.0169559 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:38 2021 Pair time (%) = 0.00100183 (5.90849) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188419) Outpt time (%) = 0.0158079 (93.2296) Other time (%) = 0.000114202 (0.673529) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:38 2021 Memory usage per processor = 27.5326 Mbytes Step Atoms AVEKE stressZZ 11499 5000 2.6258371e-11 3543777.6 11500 -0.00991249999999459 3543718.32726884 11500 5000 2.6256444e-11 3543718.3 Loop time of 0.0190341 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:38 2021 Pair time (%) = 0.000960112 (5.04415) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.162836) Outpt time (%) = 0.017947 (94.2882) Other time (%) = 9.60827e-05 (0.504791) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:38 2021 Memory usage per processor = 27.5326 Mbytes Step Atoms AVEKE stressZZ 11500 5000 2.6256444e-11 3543705.1 11501 -0.00991249999999459 3543645.8743892 11501 5000 2.6254517e-11 3543645.9 Loop time of 0.0165679 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:38 2021 Pair time (%) = 0.000999928 (6.03531) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192831) Outpt time (%) = 0.0154431 (93.2106) Other time (%) = 9.29832e-05 (0.561224) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:38 2021 Memory usage per processor = 27.5326 Mbytes Step Atoms AVEKE stressZZ 11501 5000 2.6254517e-11 3543632.7 11502 -0.00991249999999459 3543573.42515603 11502 5000 2.625259e-11 3543573.4 Loop time of 0.0168071 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:38 2021 Pair time (%) = 0.00119019 (7.08145) Neigh time (%) = 0 (0) Comm time (%) = 5.00679e-05 (0.297898) Outpt time (%) = 0.0154109 (91.6929) Other time (%) = 0.000155926 (0.927739) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:38 2021 Memory usage per processor = 27.5326 Mbytes Step Atoms AVEKE stressZZ 11502 5000 2.625259e-11 3543560.2 11503 -0.00991249999999459 3543500.979569 11503 5000 2.6250663e-11 3543501 Loop time of 0.0172579 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:38 2021 Pair time (%) = 0.00105214 (6.09657) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190647) Outpt time (%) = 0.016073 (93.1339) Other time (%) = 9.98974e-05 (0.578849) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:38 2021 Memory usage per processor = 27.5326 Mbytes Step Atoms AVEKE stressZZ 11503 5000 2.6250663e-11 3543487.8 11504 -0.00991249999999459 3543428.53762771 11504 5000 2.6248737e-11 3543428.5 Loop time of 0.0168741 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:38 2021 Pair time (%) = 0.00095892 (5.6828) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.183681) Outpt time (%) = 0.015789 (93.5698) Other time (%) = 9.5129e-05 (0.563758) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:38 2021 Memory usage per processor = 27.5326 Mbytes Step Atoms AVEKE stressZZ 11504 5000 2.6248737e-11 3543415.4 11505 -0.00991249999999459 3543356.09933175 11505 5000 2.6246811e-11 3543356.1 Loop time of 0.0165861 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:38 2021 Pair time (%) = 0.0010159 (6.12503) Neigh time (%) = 0 (0) Comm time (%) = 4.81606e-05 (0.290368) Outpt time (%) = 0.0153761 (92.7049) Other time (%) = 0.000145912 (0.879727) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:38 2021 Memory usage per processor = 27.5326 Mbytes Step Atoms AVEKE stressZZ 11505 5000 2.6246811e-11 3543342.9 11506 -0.00991249999999459 3543283.66468083 11506 5000 2.6244885e-11 3543283.7 Loop time of 0.0172632 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:38 2021 Pair time (%) = 0.000990868 (5.73978) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185065) Outpt time (%) = 0.0161402 (93.4951) Other time (%) = 0.000100136 (0.580054) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:38 2021 Memory usage per processor = 27.5326 Mbytes Step Atoms AVEKE stressZZ 11506 5000 2.6244885e-11 3543270.5 11507 -0.00991249999999459 3543211.23367446 11507 5000 2.6242959e-11 3543211.2 Loop time of 0.017158 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:38 2021 Pair time (%) = 0.000962973 (5.61237) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186199) Outpt time (%) = 0.0160711 (93.6651) Other time (%) = 9.20296e-05 (0.536364) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:38 2021 Memory usage per processor = 27.5326 Mbytes Step Atoms AVEKE stressZZ 11507 5000 2.6242959e-11 3543198 11508 -0.00991249999999459 3543138.80631235 11508 5000 2.6241033e-11 3543138.8 Loop time of 0.0166831 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:38 2021 Pair time (%) = 0.00100017 (5.99508) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.185783) Outpt time (%) = 0.0155551 (93.2389) Other time (%) = 9.67979e-05 (0.580216) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:38 2021 Memory usage per processor = 27.5326 Mbytes Step Atoms AVEKE stressZZ 11508 5000 2.6241033e-11 3543125.6 11509 -0.00991249999999459 3543066.3825941 11509 5000 2.6239108e-11 3543066.4 Loop time of 0.0165479 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:38 2021 Pair time (%) = 0.00107098 (6.47197) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.230524) Outpt time (%) = 0.0153251 (92.6103) Other time (%) = 0.000113726 (0.687251) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:38 2021 Memory usage per processor = 27.5326 Mbytes Step Atoms AVEKE stressZZ 11509 5000 2.6239108e-11 3543053.2 11510 -0.00991249999999459 3542993.96251941 11510 5000 2.6237182e-11 3542994 Loop time of 0.018908 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:38 2021 Pair time (%) = 0.00103998 (5.50021) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.17401) Outpt time (%) = 0.017741 (93.8277) Other time (%) = 9.41753e-05 (0.498071) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:38 2021 Memory usage per processor = 27.5326 Mbytes Step Atoms AVEKE stressZZ 11510 5000 2.6237182e-11 3542980.8 11511 -0.00991249999999459 3542921.54608784 11511 5000 2.6235257e-11 3542921.5 Loop time of 0.017271 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:38 2021 Pair time (%) = 0.000959158 (5.55356) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184981) Outpt time (%) = 0.016186 (93.7176) Other time (%) = 9.39369e-05 (0.543898) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:38 2021 Memory usage per processor = 27.5326 Mbytes Step Atoms AVEKE stressZZ 11511 5000 2.6235257e-11 3542908.4 11512 -0.00991249999999459 3542849.13329902 11512 5000 2.6233333e-11 3542849.1 Loop time of 0.016582 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:38 2021 Pair time (%) = 0.00095892 (5.78289) Neigh time (%) = 0 (0) Comm time (%) = 6.19888e-05 (0.373832) Outpt time (%) = 0.0154099 (92.9317) Other time (%) = 0.000151157 (0.911574) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:38 2021 Memory usage per processor = 27.5326 Mbytes Step Atoms AVEKE stressZZ 11512 5000 2.6233333e-11 3542835.9 11513 -0.00991249999999459 3542776.7241526 11513 5000 2.6231408e-11 3542776.7 Loop time of 0.0170581 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:38 2021 Pair time (%) = 0.00119591 (7.01078) Neigh time (%) = 0 (0) Comm time (%) = 7.39098e-05 (0.433282) Outpt time (%) = 0.0156682 (91.8515) Other time (%) = 0.000120163 (0.704432) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:38 2021 Memory usage per processor = 27.5326 Mbytes Step Atoms AVEKE stressZZ 11513 5000 2.6231408e-11 3542763.5 11514 -0.00991249999999459 3542704.3186482 11514 5000 2.6229484e-11 3542704.3 Loop time of 0.0171039 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:39 2021 Pair time (%) = 0.00100017 (5.84759) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.19794) Outpt time (%) = 0.0159719 (93.3816) Other time (%) = 9.799e-05 (0.57291) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:39 2021 Memory usage per processor = 27.5326 Mbytes Step Atoms AVEKE stressZZ 11514 5000 2.6229484e-11 3542691.1 11515 -0.00991249999999459 3542631.91678541 11515 5000 2.6227559e-11 3542631.9 Loop time of 0.0172629 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:39 2021 Pair time (%) = 0.000957966 (5.54926) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.186449) Outpt time (%) = 0.0161791 (93.7215) Other time (%) = 9.36985e-05 (0.542773) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:39 2021 Memory usage per processor = 27.5326 Mbytes Step Atoms AVEKE stressZZ 11515 5000 2.6227559e-11 3542618.7 11516 -0.00991249999999459 3542559.51856393 11516 5000 2.6225635e-11 3542559.5 Loop time of 0.016485 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:39 2021 Pair time (%) = 0.000963926 (5.8473) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.201033) Outpt time (%) = 0.0153918 (93.3688) Other time (%) = 9.60827e-05 (0.58285) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:39 2021 Memory usage per processor = 27.5326 Mbytes Step Atoms AVEKE stressZZ 11516 5000 2.6225635e-11 3542546.3 11517 -0.00991249999999459 3542487.12398339 11517 5000 2.6223712e-11 3542487.1 Loop time of 0.0172391 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:39 2021 Pair time (%) = 0.00106096 (6.1544) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197771) Outpt time (%) = 0.0160391 (93.0393) Other time (%) = 0.000104904 (0.608525) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:39 2021 Memory usage per processor = 27.5326 Mbytes Step Atoms AVEKE stressZZ 11517 5000 2.6223712e-11 3542473.9 11518 -0.00991249999999459 3542414.73304342 11518 5000 2.6221788e-11 3542414.7 Loop time of 0.01754 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:39 2021 Pair time (%) = 0.00103903 (5.92377) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.187582) Outpt time (%) = 0.0163021 (92.9426) Other time (%) = 0.000165939 (0.946064) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:39 2021 Memory usage per processor = 27.5326 Mbytes Step Atoms AVEKE stressZZ 11518 5000 2.6221788e-11 3542401.5 11519 -0.00991249999999459 3542342.34574364 11519 5000 2.6219865e-11 3542342.3 Loop time of 0.0166519 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:39 2021 Pair time (%) = 0.000959158 (5.76006) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191859) Outpt time (%) = 0.0155699 (93.5026) Other time (%) = 9.08375e-05 (0.545509) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:39 2021 Memory usage per processor = 27.5326 Mbytes Step Atoms AVEKE stressZZ 11519 5000 2.6219865e-11 3542329.2 11520 -0.00991249999999459 3542269.96209106 11520 5000 2.6217942e-11 3542270 Loop time of 0.018631 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:39 2021 Pair time (%) = 0.00112081 (6.01582) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.203471) Outpt time (%) = 0.017364 (93.1997) Other time (%) = 0.000108242 (0.580979) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:39 2021 Memory usage per processor = 27.5326 Mbytes Step Atoms AVEKE stressZZ 11520 5000 2.6217942e-11 3542256.8 11521 -0.00991249999999459 3542197.5820963 11521 5000 2.6216019e-11 3542197.6 Loop time of 0.017 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:39 2021 Pair time (%) = 0.00106287 (6.25219) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18793) Outpt time (%) = 0.0158179 (93.0466) Other time (%) = 8.72612e-05 (0.513302) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:39 2021 Memory usage per processor = 27.5326 Mbytes Step Atoms AVEKE stressZZ 11521 5000 2.6216019e-11 3542184.4 11522 -0.00991249999999459 3542125.20575076 11522 5000 2.6214096e-11 3542125.2 Loop time of 0.016963 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:39 2021 Pair time (%) = 0.00100088 (5.90038) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.182718) Outpt time (%) = 0.015836 (93.3561) Other time (%) = 9.5129e-05 (0.560803) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:39 2021 Memory usage per processor = 27.5326 Mbytes Step Atoms AVEKE stressZZ 11522 5000 2.6214096e-11 3542112 11523 -0.00991249999999459 3542052.83305187 11523 5000 2.6212173e-11 3542052.8 Loop time of 0.0164549 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:39 2021 Pair time (%) = 0.000983 (5.97389) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.199951) Outpt time (%) = 0.0153389 (93.2176) Other time (%) = 0.000100136 (0.608546) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:39 2021 Memory usage per processor = 27.5326 Mbytes Step Atoms AVEKE stressZZ 11523 5000 2.6212173e-11 3542039.7 11524 -0.00991249999999459 3541980.46399788 11524 5000 2.6210251e-11 3541980.5 Loop time of 0.0172999 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:39 2021 Pair time (%) = 0.00135207 (7.81549) Neigh time (%) = 0 (0) Comm time (%) = 5.22137e-05 (0.301815) Outpt time (%) = 0.015748 (91.0296) Other time (%) = 0.000147581 (0.853075) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:39 2021 Memory usage per processor = 27.5326 Mbytes Step Atoms AVEKE stressZZ 11524 5000 2.6210251e-11 3541967.3 11525 -0.00991249999999459 3541908.0985878 11525 5000 2.6208329e-11 3541908.1 Loop time of 0.0173991 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:39 2021 Pair time (%) = 0.00099802 (5.73605) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183619) Outpt time (%) = 0.016273 (93.5281) Other time (%) = 9.60827e-05 (0.552229) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:39 2021 Memory usage per processor = 27.5326 Mbytes Step Atoms AVEKE stressZZ 11525 5000 2.6208329e-11 3541894.9 11526 -0.00991249999999459 3541835.73682065 11526 5000 2.6206407e-11 3541835.7 Loop time of 0.0165401 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:39 2021 Pair time (%) = 0.000959873 (5.80333) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.18739) Outpt time (%) = 0.015455 (93.4399) Other time (%) = 9.41753e-05 (0.569378) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:39 2021 Memory usage per processor = 27.5326 Mbytes Step Atoms AVEKE stressZZ 11526 5000 2.6206407e-11 3541822.6 11527 -0.00991249999999459 3541763.37869563 11527 5000 2.6204485e-11 3541763.4 Loop time of 0.0166731 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:39 2021 Pair time (%) = 0.00114703 (6.87954) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.281702) Outpt time (%) = 0.015377 (92.2267) Other time (%) = 0.000102043 (0.612023) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:39 2021 Memory usage per processor = 27.5326 Mbytes Step Atoms AVEKE stressZZ 11527 5000 2.6204485e-11 3541750.2 11528 -0.00991249999999459 3541691.02421211 11528 5000 2.6202564e-11 3541691 Loop time of 0.0170269 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:39 2021 Pair time (%) = 0.00105381 (6.18909) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187633) Outpt time (%) = 0.0158479 (93.0758) Other time (%) = 9.32217e-05 (0.547496) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:39 2021 Memory usage per processor = 27.5326 Mbytes Step Atoms AVEKE stressZZ 11528 5000 2.6202564e-11 3541677.8 11529 -0.00991249999999459 3541618.67336717 11529 5000 2.6200642e-11 3541618.7 Loop time of 0.0172651 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:39 2021 Pair time (%) = 0.00106788 (6.18518) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.196092) Outpt time (%) = 0.016062 (93.0318) Other time (%) = 0.000101328 (0.586895) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:39 2021 Memory usage per processor = 27.5326 Mbytes Step Atoms AVEKE stressZZ 11529 5000 2.6200642e-11 3541605.5 11530 -0.00991249999999459 3541546.32615991 11530 5000 2.6198721e-11 3541546.3 Loop time of 0.019027 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:39 2021 Pair time (%) = 0.000955105 (5.01974) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.167909) Outpt time (%) = 0.017947 (94.3237) Other time (%) = 9.29832e-05 (0.488691) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:39 2021 Memory usage per processor = 27.5326 Mbytes Step Atoms AVEKE stressZZ 11530 5000 2.6198721e-11 3541533.1 11531 -0.00991249999999459 3541473.98259187 11531 5000 2.61968e-11 3541474 Loop time of 0.0167711 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:39 2021 Pair time (%) = 0.00115299 (6.87488) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.220349) Outpt time (%) = 0.0154669 (92.2238) Other time (%) = 0.000114202 (0.680949) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:39 2021 Memory usage per processor = 27.5326 Mbytes Step Atoms AVEKE stressZZ 11531 5000 2.61968e-11 3541460.8 11532 -0.00991249999999459 3541401.64266261 11532 5000 2.6194879e-11 3541401.6 Loop time of 0.0161619 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:39 2021 Pair time (%) = 0.000961781 (5.95091) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.197675) Outpt time (%) = 0.0150769 (93.2864) Other time (%) = 9.13143e-05 (0.564997) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:39 2021 Memory usage per processor = 27.5326 Mbytes Step Atoms AVEKE stressZZ 11532 5000 2.6194879e-11 3541388.5 11533 -0.00991249999999459 3541329.30637163 11533 5000 2.6192959e-11 3541329.3 Loop time of 0.01651 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:39 2021 Pair time (%) = 0.000959873 (5.81389) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193507) Outpt time (%) = 0.015429 (93.4525) Other time (%) = 8.91685e-05 (0.540088) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:39 2021 Memory usage per processor = 27.5326 Mbytes Step Atoms AVEKE stressZZ 11533 5000 2.6192959e-11 3541316.1 11534 -0.00991249999999459 3541256.97371849 11534 5000 2.6191039e-11 3541257 Loop time of 0.0164261 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:39 2021 Pair time (%) = 0.000957966 (5.83198) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194496) Outpt time (%) = 0.0153489 (93.4423) Other time (%) = 8.72612e-05 (0.531235) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:39 2021 Memory usage per processor = 27.5326 Mbytes Step Atoms AVEKE stressZZ 11534 5000 2.6191039e-11 3541243.8 11535 -0.00991249999999459 3541184.64470267 11535 5000 2.6189119e-11 3541184.6 Loop time of 0.0172589 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:39 2021 Pair time (%) = 0.0011971 (6.93614) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197544) Outpt time (%) = 0.0158761 (91.9877) Other time (%) = 0.000151634 (0.878587) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:39 2021 Memory usage per processor = 27.5326 Mbytes Step Atoms AVEKE stressZZ 11535 5000 2.6189119e-11 3541171.5 11536 -0.00991249999999459 3541112.31932538 11536 5000 2.6187199e-11 3541112.3 Loop time of 0.017107 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:39 2021 Pair time (%) = 0.000965834 (5.64584) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193723) Outpt time (%) = 0.0160081 (93.5765) Other time (%) = 9.98974e-05 (0.583956) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:39 2021 Memory usage per processor = 27.5326 Mbytes Step Atoms AVEKE stressZZ 11536 5000 2.6187199e-11 3541099.1 11537 -0.00991249999999459 3541039.99758466 11537 5000 2.6185279e-11 3541040 Loop time of 0.016629 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:39 2021 Pair time (%) = 0.000960827 (5.77803) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.186388) Outpt time (%) = 0.015542 (93.4635) Other time (%) = 9.5129e-05 (0.572068) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:39 2021 Memory usage per processor = 27.5326 Mbytes Step Atoms AVEKE stressZZ 11537 5000 2.6185279e-11 3541026.8 11538 -0.00991249999999459 3540967.67948067 11538 5000 2.6183359e-11 3540967.7 Loop time of 0.016607 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:39 2021 Pair time (%) = 0.00102901 (6.19625) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.21104) Outpt time (%) = 0.0154409 (92.9782) Other time (%) = 0.000102043 (0.614457) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:39 2021 Memory usage per processor = 27.5326 Mbytes Step Atoms AVEKE stressZZ 11538 5000 2.6183359e-11 3540954.5 11539 -0.00991249999999459 3540895.36503264 11539 5000 2.618144e-11 3540895.4 Loop time of 0.0174899 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:39 2021 Pair time (%) = 0.000961065 (5.49497) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.177213) Outpt time (%) = 0.0164061 (93.803) Other time (%) = 9.17912e-05 (0.524823) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:39 2021 Memory usage per processor = 27.5326 Mbytes Step Atoms AVEKE stressZZ 11539 5000 2.618144e-11 3540882.2 11540 -0.00991249999999459 3540823.05423375 11540 5000 2.6179521e-11 3540823.1 Loop time of 0.01928 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:39 2021 Pair time (%) = 0.000959873 (4.97861) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.16076) Outpt time (%) = 0.018193 (94.3623) Other time (%) = 9.60827e-05 (0.498355) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:39 2021 Memory usage per processor = 27.5326 Mbytes Step Atoms AVEKE stressZZ 11540 5000 2.6179521e-11 3540809.9 11541 -0.00991249999999459 3540750.74707927 11541 5000 2.6177602e-11 3540750.7 Loop time of 0.01647 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:39 2021 Pair time (%) = 0.00100207 (6.08425) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193978) Outpt time (%) = 0.0153298 (93.0776) Other time (%) = 0.000106096 (0.644181) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:39 2021 Memory usage per processor = 27.5326 Mbytes Step Atoms AVEKE stressZZ 11541 5000 2.6177602e-11 3540737.6 11542 -0.00991249999999459 3540678.44356703 11542 5000 2.6175684e-11 3540678.4 Loop time of 0.0169668 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:39 2021 Pair time (%) = 0.00127316 (7.50379) Neigh time (%) = 0 (0) Comm time (%) = 4.50611e-05 (0.265584) Outpt time (%) = 0.015491 (91.3018) Other time (%) = 0.000157595 (0.92884) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:39 2021 Memory usage per processor = 27.5326 Mbytes Step Atoms AVEKE stressZZ 11542 5000 2.6175684e-11 3540665.3 11543 -0.00991249999999459 3540606.14369557 11543 5000 2.6173765e-11 3540606.1 Loop time of 0.0170121 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:39 2021 Pair time (%) = 0.00095892 (5.63668) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.18219) Outpt time (%) = 0.015934 (93.6626) Other time (%) = 8.82149e-05 (0.518541) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:39 2021 Memory usage per processor = 27.5326 Mbytes Step Atoms AVEKE stressZZ 11543 5000 2.6173765e-11 3540593 11544 -0.00991249999999459 3540533.84746372 11544 5000 2.6171847e-11 3540533.8 Loop time of 0.0170941 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:39 2021 Pair time (%) = 0.000959158 (5.61104) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181316) Outpt time (%) = 0.016005 (93.6288) Other time (%) = 9.89437e-05 (0.578817) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:39 2021 Memory usage per processor = 27.5326 Mbytes Step Atoms AVEKE stressZZ 11544 5000 2.6171847e-11 3540520.7 11545 -0.00991249999999459 3540461.55487067 11545 5000 2.6169929e-11 3540461.6 Loop time of 0.0167091 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:39 2021 Pair time (%) = 0.00100589 (6.02) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.204044) Outpt time (%) = 0.0155401 (93.004) Other time (%) = 0.000128984 (0.771942) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:39 2021 Memory usage per processor = 27.5326 Mbytes Step Atoms AVEKE stressZZ 11545 5000 2.6169929e-11 3540448.4 11546 -0.00991249999999459 3540389.26591554 11546 5000 2.6168011e-11 3540389.3 Loop time of 0.0175209 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:39 2021 Pair time (%) = 0.0010891 (6.21598) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.200033) Outpt time (%) = 0.0161989 (92.4546) Other time (%) = 0.000197887 (1.12944) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:39 2021 Memory usage per processor = 27.5326 Mbytes Step Atoms AVEKE stressZZ 11546 5000 2.6168011e-11 3540376.1 11547 -0.00991249999999459 3540316.98059764 11547 5000 2.6166093e-11 3540317 Loop time of 0.0172 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:39 2021 Pair time (%) = 0.000957966 (5.56957) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.1802) Outpt time (%) = 0.0161171 (93.7041) Other time (%) = 9.39369e-05 (0.546145) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:39 2021 Memory usage per processor = 27.5326 Mbytes Step Atoms AVEKE stressZZ 11547 5000 2.6166093e-11 3540303.8 11548 -0.00991249999999459 3540244.69891626 11548 5000 2.6164176e-11 3540244.7 Loop time of 0.0165071 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:39 2021 Pair time (%) = 0.00103307 (6.2583) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.187764) Outpt time (%) = 0.0153551 (93.021) Other time (%) = 8.79765e-05 (0.53296) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:39 2021 Memory usage per processor = 27.5326 Mbytes Step Atoms AVEKE stressZZ 11548 5000 2.6164176e-11 3540231.5 11549 -0.00991249999999459 3540172.42087092 11549 5000 2.6162259e-11 3540172.4 Loop time of 0.016876 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:39 2021 Pair time (%) = 0.00102091 (6.04948) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207677) Outpt time (%) = 0.0157151 (93.1212) Other time (%) = 0.000104904 (0.621618) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:39 2021 Memory usage per processor = 27.5326 Mbytes Step Atoms AVEKE stressZZ 11549 5000 2.6162259e-11 3540159.2 11550 -0.00991249999999459 3540100.14646095 11550 5000 2.6160342e-11 3540100.1 Loop time of 0.01912 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:39 2021 Pair time (%) = 0.000962973 (5.03647) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.167093) Outpt time (%) = 0.0180378 (94.34) Other time (%) = 8.72612e-05 (0.456388) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:39 2021 Memory usage per processor = 27.5326 Mbytes Step Atoms AVEKE stressZZ 11550 5000 2.6160342e-11 3540087 11551 -0.00991249999999459 3540027.87568579 11551 5000 2.6158425e-11 3540027.9 Loop time of 0.0170381 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:39 2021 Pair time (%) = 0.000961065 (5.64068) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181912) Outpt time (%) = 0.015893 (93.279) Other time (%) = 0.000153065 (0.898367) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:39 2021 Memory usage per processor = 27.5326 Mbytes Step Atoms AVEKE stressZZ 11551 5000 2.6158425e-11 3540014.7 11552 -0.00991249999999459 3539955.60854501 11552 5000 2.6156508e-11 3539955.6 Loop time of 0.016547 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:39 2021 Pair time (%) = 0.000960112 (5.80234) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193075) Outpt time (%) = 0.015461 (93.4369) Other time (%) = 9.39369e-05 (0.567699) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:39 2021 Memory usage per processor = 27.5326 Mbytes Step Atoms AVEKE stressZZ 11552 5000 2.6156508e-11 3539942.4 11553 -0.00991249999999459 3539883.34503803 11553 5000 2.6154592e-11 3539883.3 Loop time of 0.0171452 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:39 2021 Pair time (%) = 0.00117612 (6.85977) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.215541) Outpt time (%) = 0.01581 (92.2127) Other time (%) = 0.00012207 (0.711981) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:39 2021 Memory usage per processor = 27.5326 Mbytes Step Atoms AVEKE stressZZ 11553 5000 2.6154592e-11 3539870.2 11554 -0.00991249999999459 3539811.08516444 11554 5000 2.6152676e-11 3539811.1 Loop time of 0.0169349 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:39 2021 Pair time (%) = 0.000957012 (5.65113) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.183021) Outpt time (%) = 0.0158529 (93.6112) Other time (%) = 9.39369e-05 (0.554695) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:22:39 2021 Memory usage per processor = 27.5326 Mbytes Step Atoms AVEKE stressZZ 11554 5000 2.6152676e-11 3539797.9 11555 -0.00991249999999459 3539726.94328057 11555 5000 5.1661083e-11 3539843.1 Loop time of 0.016959 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:39 2021 Pair time (%) = 0.000962019 (5.67263) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.189791) Outpt time (%) = 0.0158489 (93.4543) Other time (%) = 0.000115871 (0.683246) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:39 2021 Memory usage per processor = 27.5326 Mbytes Step Atoms AVEKE stressZZ 11555 5000 5.1661083e-11 3586425.3 11556 -0.00994499999999457 3586346.89770997 11556 5000 4.1642458e-11 3586346.9 Loop time of 0.0163581 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:39 2021 Pair time (%) = 0.00101304 (6.19288) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.206964) Outpt time (%) = 0.015182 (92.8102) Other time (%) = 0.000129223 (0.789961) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:39 2021 Memory usage per processor = 27.5326 Mbytes Step Atoms AVEKE stressZZ 11556 5000 4.1642458e-11 3586329.2 11557 -0.00994499999999457 3586257.49358685 11557 5000 3.5835419e-11 3586257.5 Loop time of 0.016942 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:40 2021 Pair time (%) = 0.00106192 (6.26794) Neigh time (%) = 0 (0) Comm time (%) = 5.31673e-05 (0.313819) Outpt time (%) = 0.0157011 (92.6752) Other time (%) = 0.000125885 (0.743034) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:40 2021 Memory usage per processor = 27.5326 Mbytes Step Atoms AVEKE stressZZ 11557 5000 3.5835419e-11 3586241.3 11558 -0.00994499999999457 3586173.92939728 11558 5000 3.2370716e-11 3586173.9 Loop time of 0.0170629 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:40 2021 Pair time (%) = 0.000960827 (5.63109) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187237) Outpt time (%) = 0.0159779 (93.6409) Other time (%) = 9.2268e-05 (0.540752) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:40 2021 Memory usage per processor = 27.5326 Mbytes Step Atoms AVEKE stressZZ 11558 5000 3.2370716e-11 3586158.8 11559 -0.00994499999999457 3586094.07789577 11559 5000 3.0259616e-11 3586094.1 Loop time of 0.0164759 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:40 2021 Pair time (%) = 0.00110316 (6.69561) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.18812) Outpt time (%) = 0.0152471 (92.5418) Other time (%) = 9.46522e-05 (0.574488) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:40 2021 Memory usage per processor = 27.5326 Mbytes Step Atoms AVEKE stressZZ 11559 5000 3.0259616e-11 3586079.6 11560 -0.00994499999999457 3586016.58719871 11560 5000 2.8954226e-11 3586016.6 Loop time of 0.0190241 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:40 2021 Pair time (%) = 0.00109315 (5.74612) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.18924) Outpt time (%) = 0.0177829 (93.4756) Other time (%) = 0.000112057 (0.589024) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:40 2021 Memory usage per processor = 27.5327 Mbytes Step Atoms AVEKE stressZZ 11560 5000 2.8954226e-11 3586002.5 11561 -0.00994499999999457 3585940.59817034 11561 5000 2.8138851e-11 3585940.6 Loop time of 0.017247 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:40 2021 Pair time (%) = 0.00109696 (6.36033) Neigh time (%) = 0 (0) Comm time (%) = 4.50611e-05 (0.26127) Outpt time (%) = 0.0159869 (92.6941) Other time (%) = 0.000118017 (0.684278) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:40 2021 Memory usage per processor = 27.5327 Mbytes Step Atoms AVEKE stressZZ 11561 5000 2.8138851e-11 3585926.7 11562 -0.00994499999999457 3585865.56482047 11562 5000 2.7625988e-11 3585865.6 Loop time of 0.0170949 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:40 2021 Pair time (%) = 0.000962973 (5.63312) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186887) Outpt time (%) = 0.0160069 (93.6361) Other time (%) = 9.29832e-05 (0.543925) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:40 2021 Memory usage per processor = 27.5327 Mbytes Step Atoms AVEKE stressZZ 11562 5000 2.7625988e-11 3585851.9 11563 -0.00994499999999457 3585791.14016602 11563 5000 2.730178e-11 3585791.1 Loop time of 0.016443 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:40 2021 Pair time (%) = 0.000961065 (5.84482) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194296) Outpt time (%) = 0.0153551 (93.3838) Other time (%) = 9.48906e-05 (0.577088) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:40 2021 Memory usage per processor = 27.5327 Mbytes Step Atoms AVEKE stressZZ 11563 5000 2.730178e-11 3585777.5 11564 -0.00994499999999457 3585717.10369506 11564 5000 2.7096013e-11 3585717.1 Loop time of 0.0169389 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:40 2021 Pair time (%) = 0.00117993 (6.96581) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.212535) Outpt time (%) = 0.0155919 (92.0475) Other time (%) = 0.00013113 (0.774135) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:40 2021 Memory usage per processor = 27.5327 Mbytes Step Atoms AVEKE stressZZ 11564 5000 2.7096013e-11 3585703.6 11565 -0.00994499999999457 3585643.31526955 11565 5000 2.6964928e-11 3585643.3 Loop time of 0.0176442 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:40 2021 Pair time (%) = 0.000963926 (5.46314) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.181069) Outpt time (%) = 0.016557 (93.8383) Other time (%) = 9.13143e-05 (0.517533) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:40 2021 Memory usage per processor = 27.5327 Mbytes Step Atoms AVEKE stressZZ 11565 5000 2.6964928e-11 3585629.8 11566 -0.00994499999999457 3585569.68582996 11566 5000 2.6881068e-11 3585569.7 Loop time of 0.01723 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:40 2021 Pair time (%) = 0.000959873 (5.57093) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179886) Outpt time (%) = 0.016144 (93.6971) Other time (%) = 9.5129e-05 (0.552112) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:40 2021 Memory usage per processor = 27.5327 Mbytes Step Atoms AVEKE stressZZ 11566 5000 2.6881068e-11 3585556.2 11567 -0.00994499999999457 3585496.15877762 11567 5000 2.6827123e-11 3585496.2 Loop time of 0.016696 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:40 2021 Pair time (%) = 0.000967979 (5.79768) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.197064) Outpt time (%) = 0.0155981 (93.4241) Other time (%) = 9.70364e-05 (0.581196) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:40 2021 Memory usage per processor = 27.5327 Mbytes Step Atoms AVEKE stressZZ 11567 5000 2.6827123e-11 3585482.7 11568 -0.00994499999999457 3585422.69814345 11568 5000 2.6792151e-11 3585422.7 Loop time of 0.0171361 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:40 2021 Pair time (%) = 0.00108814 (6.35) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192003) Outpt time (%) = 0.0159142 (92.8695) Other time (%) = 0.000100851 (0.58853) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:40 2021 Memory usage per processor = 27.5327 Mbytes Step Atoms AVEKE stressZZ 11568 5000 2.6792151e-11 3585409.3 11569 -0.00994499999999457 3585349.2810683 11569 5000 2.6769221e-11 3585349.3 Loop time of 0.0171559 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:40 2021 Pair time (%) = 0.00104213 (6.07446) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191781) Outpt time (%) = 0.0159781 (93.1348) Other time (%) = 0.000102758 (0.598969) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:40 2021 Memory usage per processor = 27.5327 Mbytes Step Atoms AVEKE stressZZ 11569 5000 2.6769221e-11 3585335.9 11570 -0.00994499999999457 3585275.89302488 11570 5000 2.6753937e-11 3585275.9 Loop time of 0.0187619 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:40 2021 Pair time (%) = 0.000972033 (5.18089) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.170282) Outpt time (%) = 0.0176649 (94.1532) Other time (%) = 9.29832e-05 (0.495597) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:40 2021 Memory usage per processor = 27.5327 Mbytes Step Atoms AVEKE stressZZ 11570 5000 2.6753937e-11 3585262.5 11571 -0.00994499999999457 3585202.52478073 11571 5000 2.674351e-11 3585202.5 Loop time of 0.0165541 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:40 2021 Pair time (%) = 0.00100613 (6.0778) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.205954) Outpt time (%) = 0.0154102 (93.0897) Other time (%) = 0.000103712 (0.626503) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:40 2021 Memory usage per processor = 27.5327 Mbytes Step Atoms AVEKE stressZZ 11571 5000 2.674351e-11 3585189.1 11572 -0.00994499999999457 3585129.17046827 11572 5000 2.6736168e-11 3585129.2 Loop time of 0.0170431 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:40 2021 Pair time (%) = 0.0010612 (6.22657) Neigh time (%) = 0 (0) Comm time (%) = 4.50611e-05 (0.264395) Outpt time (%) = 0.0158191 (92.818) Other time (%) = 0.000117779 (0.691064) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:40 2021 Memory usage per processor = 27.5327 Mbytes Step Atoms AVEKE stressZZ 11572 5000 2.6736168e-11 3585115.8 11573 -0.00994499999999457 3585055.82635855 11573 5000 2.6730787e-11 3585055.8 Loop time of 0.017138 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:40 2021 Pair time (%) = 0.000962019 (5.61337) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186417) Outpt time (%) = 0.016052 (93.6632) Other time (%) = 9.20296e-05 (0.536991) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:40 2021 Memory usage per processor = 27.5327 Mbytes Step Atoms AVEKE stressZZ 11573 5000 2.6730787e-11 3585042.4 11574 -0.00994499999999457 3584982.49008152 11574 5000 2.6726651e-11 3584982.5 Loop time of 0.0170491 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:40 2021 Pair time (%) = 0.000984907 (5.7769) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.188787) Outpt time (%) = 0.015934 (93.4596) Other time (%) = 9.799e-05 (0.574753) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:40 2021 Memory usage per processor = 27.5327 Mbytes Step Atoms AVEKE stressZZ 11574 5000 2.6726651e-11 3584969.1 11575 -0.00994499999999457 3584909.16013093 11575 5000 2.6723308e-11 3584909.2 Loop time of 0.0171661 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:40 2021 Pair time (%) = 0.00141287 (8.23056) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.215278) Outpt time (%) = 0.0155621 (90.6556) Other time (%) = 0.000154257 (0.898611) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:40 2021 Memory usage per processor = 27.5327 Mbytes Step Atoms AVEKE stressZZ 11575 5000 2.6723308e-11 3584895.7 11576 -0.00994499999999457 3584835.83554926 11576 5000 2.6720467e-11 3584835.8 Loop time of 0.0164461 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:40 2021 Pair time (%) = 0.00100398 (6.10467) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.18846) Outpt time (%) = 0.0153179 (93.14) Other time (%) = 9.32217e-05 (0.566831) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:40 2021 Memory usage per processor = 27.5327 Mbytes Step Atoms AVEKE stressZZ 11576 5000 2.6720467e-11 3584822.4 11577 -0.00994499999999457 3584762.51572788 11577 5000 2.6717946e-11 3584762.5 Loop time of 0.0163689 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:40 2021 Pair time (%) = 0.000957966 (5.85237) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.195176) Outpt time (%) = 0.0152879 (93.3961) Other time (%) = 9.10759e-05 (0.556397) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:40 2021 Memory usage per processor = 27.5327 Mbytes Step Atoms AVEKE stressZZ 11577 5000 2.6717946e-11 3584749.1 11578 -0.00994499999999457 3584689.2002799 11578 5000 2.6715629e-11 3584689.2 Loop time of 0.0162442 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:40 2021 Pair time (%) = 0.000959873 (5.90903) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.190803) Outpt time (%) = 0.0151632 (93.3454) Other time (%) = 9.01222e-05 (0.554797) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:40 2021 Memory usage per processor = 27.5327 Mbytes Step Atoms AVEKE stressZZ 11578 5000 2.6715629e-11 3584675.8 11579 -0.00994499999999457 3584615.88895923 11579 5000 2.6713441e-11 3584615.9 Loop time of 0.0163059 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:40 2021 Pair time (%) = 0.000962973 (5.90566) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.190081) Outpt time (%) = 0.015223 (93.3589) Other time (%) = 8.89301e-05 (0.545385) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:40 2021 Memory usage per processor = 27.5327 Mbytes Step Atoms AVEKE stressZZ 11579 5000 2.6713441e-11 3584602.5 11580 -0.00994499999999457 3584542.58160937 11580 5000 2.6711335e-11 3584542.6 Loop time of 0.0195289 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:40 2021 Pair time (%) = 0.00116205 (5.95043) Neigh time (%) = 0 (0) Comm time (%) = 4.41074e-05 (0.225858) Outpt time (%) = 0.0182059 (93.2255) Other time (%) = 0.000116825 (0.598218) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:40 2021 Memory usage per processor = 27.5327 Mbytes Step Atoms AVEKE stressZZ 11580 5000 2.6711335e-11 3584529.2 11581 -0.00994499999999457 3584469.27813062 11581 5000 2.6709281e-11 3584469.3 Loop time of 0.0172691 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:40 2021 Pair time (%) = 0.000961065 (5.56522) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185001) Outpt time (%) = 0.0161822 (93.7058) Other time (%) = 9.39369e-05 (0.543958) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:40 2021 Memory usage per processor = 27.5327 Mbytes Step Atoms AVEKE stressZZ 11581 5000 2.6709281e-11 3584455.9 11582 -0.00994499999999457 3584395.97845958 11582 5000 2.6707261e-11 3584396 Loop time of 0.017226 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:40 2021 Pair time (%) = 0.000959873 (5.57224) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179928) Outpt time (%) = 0.016113 (93.5392) Other time (%) = 0.00012207 (0.708641) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:40 2021 Memory usage per processor = 27.5327 Mbytes Step Atoms AVEKE stressZZ 11582 5000 2.6707261e-11 3584382.6 11583 -0.00994499999999457 3584322.68255575 11583 5000 2.6705262e-11 3584322.7 Loop time of 0.0165071 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:40 2021 Pair time (%) = 0.00101089 (6.12398) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.20654) Outpt time (%) = 0.015363 (93.0686) Other time (%) = 9.91821e-05 (0.600843) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:40 2021 Memory usage per processor = 27.5327 Mbytes Step Atoms AVEKE stressZZ 11583 5000 2.6705262e-11 3584309.3 11584 -0.00994499999999457 3584249.39039322 11584 5000 2.6703276e-11 3584249.4 Loop time of 0.0170121 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:40 2021 Pair time (%) = 0.00102997 (6.05432) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.200409) Outpt time (%) = 0.0158439 (93.1328) Other time (%) = 0.000104189 (0.612439) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:40 2021 Memory usage per processor = 27.5327 Mbytes Step Atoms AVEKE stressZZ 11584 5000 2.6703276e-11 3584236 11585 -0.00994499999999457 3584176.10195542 11585 5000 2.67013e-11 3584176.1 Loop time of 0.0170321 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:40 2021 Pair time (%) = 0.000961065 (5.64266) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181976) Outpt time (%) = 0.0159461 (93.6238) Other time (%) = 9.39369e-05 (0.551527) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:40 2021 Memory usage per processor = 27.5327 Mbytes Step Atoms AVEKE stressZZ 11585 5000 2.67013e-11 3584162.7 11586 -0.00994499999999457 3584102.81723156 11586 5000 2.6699329e-11 3584102.8 Loop time of 0.016499 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:40 2021 Pair time (%) = 0.00100398 (6.08508) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193636) Outpt time (%) = 0.015352 (93.0479) Other time (%) = 0.000111103 (0.673391) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:40 2021 Memory usage per processor = 27.5327 Mbytes Step Atoms AVEKE stressZZ 11586 5000 2.6699329e-11 3584089.4 11587 -0.00994499999999457 3584029.53621481 11587 5000 2.6697361e-11 3584029.5 Loop time of 0.0166762 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:40 2021 Pair time (%) = 0.00110388 (6.61949) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.227321) Outpt time (%) = 0.0154228 (92.4841) Other time (%) = 0.00011158 (0.669097) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:40 2021 Memory usage per processor = 27.5327 Mbytes Step Atoms AVEKE stressZZ 11587 5000 2.6697361e-11 3584016.1 11588 -0.00994499999999457 3583956.25890052 11588 5000 2.6695396e-11 3583956.3 Loop time of 0.0169539 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:40 2021 Pair time (%) = 0.000961065 (5.66868) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.182815) Outpt time (%) = 0.015871 (93.6127) Other time (%) = 9.08375e-05 (0.53579) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:40 2021 Memory usage per processor = 27.5327 Mbytes Step Atoms AVEKE stressZZ 11588 5000 2.6695396e-11 3583942.8 11589 -0.00994499999999457 3583882.98528567 11589 5000 2.6693433e-11 3583883 Loop time of 0.0171101 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:40 2021 Pair time (%) = 0.000962973 (5.62809) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186721) Outpt time (%) = 0.015995 (93.4829) Other time (%) = 0.000120163 (0.702292) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:40 2021 Memory usage per processor = 27.5327 Mbytes Step Atoms AVEKE stressZZ 11589 5000 2.6693433e-11 3583869.6 11590 -0.00994499999999457 3583809.71536811 11590 5000 2.669147e-11 3583809.7 Loop time of 0.0187449 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:40 2021 Pair time (%) = 0.000969887 (5.17412) Neigh time (%) = 0 (0) Comm time (%) = 7.58171e-05 (0.404467) Outpt time (%) = 0.0175269 (93.5018) Other time (%) = 0.000172377 (0.91959) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:40 2021 Memory usage per processor = 27.5327 Mbytes Step Atoms AVEKE stressZZ 11590 5000 2.669147e-11 3583796.3 11591 -0.00994499999999457 3583736.44914636 11591 5000 2.6689509e-11 3583736.4 Loop time of 0.0171859 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:40 2021 Pair time (%) = 0.00128508 (7.47749) Neigh time (%) = 0 (0) Comm time (%) = 7.60555e-05 (0.442545) Outpt time (%) = 0.0156331 (90.9646) Other time (%) = 0.000191689 (1.11538) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:40 2021 Memory usage per processor = 27.5327 Mbytes Step Atoms AVEKE stressZZ 11591 5000 2.6689509e-11 3583723 11592 -0.00994499999999457 3583663.18661942 11592 5000 2.6687548e-11 3583663.2 Loop time of 0.0171041 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:40 2021 Pair time (%) = 0.00104904 (6.13326) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192361) Outpt time (%) = 0.0159161 (93.0541) Other time (%) = 0.000106096 (0.620296) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:40 2021 Memory usage per processor = 27.5327 Mbytes Step Atoms AVEKE stressZZ 11592 5000 2.6687548e-11 3583649.8 11593 -0.00994499999999457 3583589.92778637 11593 5000 2.6685587e-11 3583589.9 Loop time of 0.016614 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:40 2021 Pair time (%) = 0.000960112 (5.77894) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192297) Outpt time (%) = 0.015532 (93.4877) Other time (%) = 8.98838e-05 (0.541014) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:40 2021 Memory usage per processor = 27.5327 Mbytes Step Atoms AVEKE stressZZ 11593 5000 2.6685587e-11 3583576.5 11594 -0.00994499999999457 3583516.67264659 11594 5000 2.6683627e-11 3583516.7 Loop time of 0.0166039 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:40 2021 Pair time (%) = 0.00103998 (6.26346) Neigh time (%) = 0 (0) Comm time (%) = 4.72069e-05 (0.284311) Outpt time (%) = 0.0154018 (92.7601) Other time (%) = 0.000114918 (0.692111) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:40 2021 Memory usage per processor = 27.5327 Mbytes Step Atoms AVEKE stressZZ 11594 5000 2.6683627e-11 3583503.3 11595 -0.00994499999999457 3583443.42119944 11595 5000 2.6681667e-11 3583443.4 Loop time of 0.0172169 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:40 2021 Pair time (%) = 0.00111294 (6.46421) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.296346) Outpt time (%) = 0.015907 (92.392) Other time (%) = 0.000145912 (0.847493) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:40 2021 Memory usage per processor = 27.5327 Mbytes Step Atoms AVEKE stressZZ 11595 5000 2.6681667e-11 3583430 11596 -0.00994499999999457 3583370.17344447 11596 5000 2.6679707e-11 3583370.2 Loop time of 0.0170629 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:40 2021 Pair time (%) = 0.000962019 (5.63807) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.188634) Outpt time (%) = 0.015975 (93.6242) Other time (%) = 9.36985e-05 (0.549136) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:40 2021 Memory usage per processor = 27.5327 Mbytes Step Atoms AVEKE stressZZ 11596 5000 2.6679707e-11 3583356.8 11597 -0.00994499999999457 3583296.9293811 11597 5000 2.6677748e-11 3583296.9 Loop time of 0.019552 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:40 2021 Pair time (%) = 0.000962973 (4.92519) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.163401) Outpt time (%) = 0.0184312 (94.2676) Other time (%) = 0.000125885 (0.643847) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:40 2021 Memory usage per processor = 27.5327 Mbytes Step Atoms AVEKE stressZZ 11597 5000 2.6677748e-11 3583283.5 11598 -0.00994499999999457 3583223.68900896 11598 5000 2.6675789e-11 3583223.7 Loop time of 0.0165489 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:40 2021 Pair time (%) = 0.00101709 (6.146) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211782) Outpt time (%) = 0.0153909 (93.0026) Other time (%) = 0.000105858 (0.639668) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:40 2021 Memory usage per processor = 27.5327 Mbytes Step Atoms AVEKE stressZZ 11598 5000 2.6675789e-11 3583210.3 11599 -0.00994499999999457 3583150.45232758 11599 5000 2.667383e-11 3583150.5 Loop time of 0.0172379 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:40 2021 Pair time (%) = 0.000959873 (5.56839) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185336) Outpt time (%) = 0.016156 (93.7235) Other time (%) = 9.01222e-05 (0.522814) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:40 2021 Memory usage per processor = 27.5327 Mbytes Step Atoms AVEKE stressZZ 11599 5000 2.667383e-11 3583137 11600 -0.00994499999999457 3583077.21933653 11600 5000 2.6671871e-11 3583077.2 Loop time of 0.0193031 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:40 2021 Pair time (%) = 0.000970125 (5.02575) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.165508) Outpt time (%) = 0.018168 (94.1195) Other time (%) = 0.000133038 (0.689204) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:40 2021 Memory usage per processor = 27.5327 Mbytes Step Atoms AVEKE stressZZ 11600 5000 2.6671871e-11 3583063.8 11601 -0.00994499999999457 3583003.99003541 11601 5000 2.6669913e-11 3583004 Loop time of 0.01651 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:41 2021 Pair time (%) = 0.000962973 (5.83266) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.200728) Outpt time (%) = 0.0154152 (93.3688) Other time (%) = 9.87053e-05 (0.597851) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:41 2021 Memory usage per processor = 27.5327 Mbytes Step Atoms AVEKE stressZZ 11601 5000 2.6669913e-11 3582990.6 11602 -0.00994499999999457 3582930.7644238 11602 5000 2.6667954e-11 3582930.8 Loop time of 0.016974 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:41 2021 Pair time (%) = 0.00119495 (7.03992) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.217715) Outpt time (%) = 0.015599 (91.8996) Other time (%) = 0.000143051 (0.842768) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:41 2021 Memory usage per processor = 27.5327 Mbytes Step Atoms AVEKE stressZZ 11602 5000 2.6667954e-11 3582917.4 11603 -0.00994499999999457 3582857.54250133 11603 5000 2.6665996e-11 3582857.5 Loop time of 0.017091 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:41 2021 Pair time (%) = 0.000969887 (5.67483) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.188324) Outpt time (%) = 0.015996 (93.5928) Other time (%) = 9.29832e-05 (0.544047) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:41 2021 Memory usage per processor = 27.5327 Mbytes Step Atoms AVEKE stressZZ 11603 5000 2.6665996e-11 3582844.1 11604 -0.00994499999999457 3582784.32426757 11604 5000 2.6664038e-11 3582784.3 Loop time of 0.0171411 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:41 2021 Pair time (%) = 0.00105596 (6.16037) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186383) Outpt time (%) = 0.0159512 (93.0579) Other time (%) = 0.000102043 (0.595313) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:41 2021 Memory usage per processor = 27.5327 Mbytes Step Atoms AVEKE stressZZ 11604 5000 2.6664038e-11 3582770.9 11605 -0.00994499999999457 3582711.10972216 11605 5000 2.6662081e-11 3582711.1 Loop time of 0.0164402 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:41 2021 Pair time (%) = 0.00099206 (6.03437) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.207382) Outpt time (%) = 0.0153098 (93.1245) Other time (%) = 0.000104189 (0.633747) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:41 2021 Memory usage per processor = 27.5327 Mbytes Step Atoms AVEKE stressZZ 11605 5000 2.6662081e-11 3582697.7 11606 -0.00994499999999457 3582637.89886458 11606 5000 2.6660123e-11 3582637.9 Loop time of 0.0170679 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:41 2021 Pair time (%) = 0.00100899 (5.91161) Neigh time (%) = 0 (0) Comm time (%) = 7.51019e-05 (0.440018) Outpt time (%) = 0.0158241 (92.7125) Other time (%) = 0.00015974 (0.935911) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:41 2021 Memory usage per processor = 27.5327 Mbytes Step Atoms AVEKE stressZZ 11606 5000 2.6660123e-11 3582624.5 11607 -0.00994499999999457 3582564.69169458 11607 5000 2.6658166e-11 3582564.7 Loop time of 0.0171728 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:41 2021 Pair time (%) = 0.00100994 (5.88105) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192981) Outpt time (%) = 0.0160308 (93.3498) Other time (%) = 9.89437e-05 (0.576165) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:41 2021 Memory usage per processor = 27.5327 Mbytes Step Atoms AVEKE stressZZ 11607 5000 2.6658166e-11 3582551.3 11608 -0.00994499999999457 3582491.48821164 11608 5000 2.6656209e-11 3582491.5 Loop time of 0.0170062 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:41 2021 Pair time (%) = 0.000960112 (5.64567) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187862) Outpt time (%) = 0.0159211 (93.6197) Other time (%) = 9.29832e-05 (0.546762) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:41 2021 Memory usage per processor = 27.5327 Mbytes Step Atoms AVEKE stressZZ 11608 5000 2.6656209e-11 3582478.1 11609 -0.00994499999999457 3582418.28841543 11609 5000 2.6654252e-11 3582418.3 Loop time of 0.016475 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:41 2021 Pair time (%) = 0.0010581 (6.42248) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.212732) Outpt time (%) = 0.01528 (92.7468) Other time (%) = 0.000101805 (0.617936) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:41 2021 Memory usage per processor = 27.5327 Mbytes Step Atoms AVEKE stressZZ 11609 5000 2.6654252e-11 3582404.9 11610 -0.00994499999999457 3582345.09230554 11610 5000 2.6652295e-11 3582345.1 Loop time of 0.0193532 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:41 2021 Pair time (%) = 0.000962019 (4.97086) Neigh time (%) = 0 (0) Comm time (%) = 4.50611e-05 (0.232836) Outpt time (%) = 0.0182371 (94.2333) Other time (%) = 0.000108957 (0.562995) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:41 2021 Memory usage per processor = 27.5327 Mbytes Step Atoms AVEKE stressZZ 11610 5000 2.6652295e-11 3582331.7 11611 -0.00994499999999457 3582271.89988157 11611 5000 2.6650339e-11 3582271.9 Loop time of 0.016957 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:41 2021 Pair time (%) = 0.000962019 (5.67327) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188406) Outpt time (%) = 0.0158701 (93.59) Other time (%) = 9.29832e-05 (0.548346) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:41 2021 Memory usage per processor = 27.5327 Mbytes Step Atoms AVEKE stressZZ 11611 5000 2.6650339e-11 3582258.5 11612 -0.00994499999999457 3582198.71114316 11612 5000 2.6648383e-11 3582198.7 Loop time of 0.016557 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:41 2021 Pair time (%) = 0.00104094 (6.28699) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.289438) Outpt time (%) = 0.0153408 (92.6546) Other time (%) = 0.000127316 (0.768954) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:41 2021 Memory usage per processor = 27.5327 Mbytes Step Atoms AVEKE stressZZ 11612 5000 2.6648383e-11 3582185.3 11613 -0.00994499999999457 3582125.52608986 11613 5000 2.6646427e-11 3582125.5 Loop time of 0.0168581 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:41 2021 Pair time (%) = 0.00118685 (7.04022) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.219211) Outpt time (%) = 0.0154841 (91.8496) Other time (%) = 0.000150204 (0.890988) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:41 2021 Memory usage per processor = 27.5327 Mbytes Step Atoms AVEKE stressZZ 11613 5000 2.6646427e-11 3582112.1 11614 -0.00994499999999457 3582052.34472132 11614 5000 2.6644471e-11 3582052.3 Loop time of 0.0174382 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:41 2021 Pair time (%) = 0.00101209 (5.80386) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183208) Outpt time (%) = 0.0162692 (93.2965) Other time (%) = 0.000124931 (0.716424) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:41 2021 Memory usage per processor = 27.5327 Mbytes Step Atoms AVEKE stressZZ 11614 5000 2.6644471e-11 3582038.9 11615 -0.00994499999999457 3581979.16703711 11615 5000 2.6642515e-11 3581979.2 Loop time of 0.0170381 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:41 2021 Pair time (%) = 0.00095892 (5.62809) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181912) Outpt time (%) = 0.0159531 (93.6317) Other time (%) = 9.5129e-05 (0.558331) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:41 2021 Memory usage per processor = 27.5327 Mbytes Step Atoms AVEKE stressZZ 11615 5000 2.6642515e-11 3581965.8 11616 -0.00994499999999457 3581905.99303688 11616 5000 2.664056e-11 3581906 Loop time of 0.017014 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:41 2021 Pair time (%) = 0.00103617 (6.09008) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.276057) Outpt time (%) = 0.0157971 (92.8477) Other time (%) = 0.000133753 (0.786133) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:41 2021 Memory usage per processor = 27.5327 Mbytes Step Atoms AVEKE stressZZ 11616 5000 2.664056e-11 3581892.6 11617 -0.00994499999999457 3581832.82272022 11617 5000 2.6638605e-11 3581832.8 Loop time of 0.0170898 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:41 2021 Pair time (%) = 0.000996113 (5.82868) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192522) Outpt time (%) = 0.0159631 (93.4068) Other time (%) = 9.77516e-05 (0.571987) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:41 2021 Memory usage per processor = 27.5327 Mbytes Step Atoms AVEKE stressZZ 11617 5000 2.6638605e-11 3581819.4 11618 -0.00994499999999457 3581759.65608671 11618 5000 2.663665e-11 3581759.7 Loop time of 0.017071 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:41 2021 Pair time (%) = 0.00100088 (5.86305) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.188545) Outpt time (%) = 0.0159411 (93.3814) Other time (%) = 9.67979e-05 (0.567031) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:41 2021 Memory usage per processor = 27.5327 Mbytes Step Atoms AVEKE stressZZ 11618 5000 2.663665e-11 3581746.3 11619 -0.00994499999999457 3581686.49313602 11619 5000 2.6634695e-11 3581686.5 Loop time of 0.017298 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:41 2021 Pair time (%) = 0.00096488 (5.57799) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179179) Outpt time (%) = 0.016207 (93.6929) Other time (%) = 9.5129e-05 (0.549943) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:41 2021 Memory usage per processor = 27.5327 Mbytes Step Atoms AVEKE stressZZ 11619 5000 2.6634695e-11 3581673.1 11620 -0.00994499999999457 3581613.33386773 11620 5000 2.6632741e-11 3581613.3 Loop time of 0.018734 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:41 2021 Pair time (%) = 0.00102186 (5.45459) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.185807) Outpt time (%) = 0.0175731 (93.8035) Other time (%) = 0.000104189 (0.556149) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:41 2021 Memory usage per processor = 27.5327 Mbytes Step Atoms AVEKE stressZZ 11620 5000 2.6632741e-11 3581599.9 11621 -0.00994499999999457 3581540.17828147 11621 5000 2.6630786e-11 3581540.2 Loop time of 0.0162711 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:41 2021 Pair time (%) = 0.000962019 (5.91243) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.190487) Outpt time (%) = 0.0151861 (93.3315) Other time (%) = 9.20296e-05 (0.565601) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:41 2021 Memory usage per processor = 27.5327 Mbytes Step Atoms AVEKE stressZZ 11621 5000 2.6630786e-11 3581526.8 11622 -0.00994499999999457 3581467.02637686 11622 5000 2.6628832e-11 3581467 Loop time of 0.016263 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:41 2021 Pair time (%) = 0.00104499 (6.42556) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.196446) Outpt time (%) = 0.0150979 (92.8356) Other time (%) = 8.82149e-05 (0.542427) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:41 2021 Memory usage per processor = 27.5327 Mbytes Step Atoms AVEKE stressZZ 11622 5000 2.6628832e-11 3581453.6 11623 -0.00994499999999457 3581393.87815343 11623 5000 2.6626878e-11 3581393.9 Loop time of 0.016269 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:41 2021 Pair time (%) = 0.000962973 (5.91908) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.196374) Outpt time (%) = 0.0151858 (93.3423) Other time (%) = 8.82149e-05 (0.542228) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:41 2021 Memory usage per processor = 27.5327 Mbytes Step Atoms AVEKE stressZZ 11623 5000 2.6626878e-11 3581380.5 11624 -0.00994499999999457 3581320.73361096 11624 5000 2.6624924e-11 3581320.7 Loop time of 0.0173371 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:41 2021 Pair time (%) = 0.00100398 (5.79094) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184276) Outpt time (%) = 0.0162129 (93.516) Other time (%) = 8.82149e-05 (0.508822) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:41 2021 Memory usage per processor = 27.5327 Mbytes Step Atoms AVEKE stressZZ 11624 5000 2.6624924e-11 3581307.3 11625 -0.00994499999999457 3581247.59274887 11625 5000 2.6622971e-11 3581247.6 Loop time of 0.0165808 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:41 2021 Pair time (%) = 0.000977993 (5.89834) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.198433) Outpt time (%) = 0.0154729 (93.318) Other time (%) = 9.70364e-05 (0.585233) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:41 2021 Memory usage per processor = 27.5327 Mbytes Step Atoms AVEKE stressZZ 11625 5000 2.6622971e-11 3581234.2 11626 -0.00994499999999457 3581174.45556686 11626 5000 2.6621018e-11 3581174.5 Loop time of 0.0173681 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:41 2021 Pair time (%) = 0.00103021 (5.93161) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189438) Outpt time (%) = 0.0161662 (93.08) Other time (%) = 0.00013876 (0.798935) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:41 2021 Memory usage per processor = 27.5327 Mbytes Step Atoms AVEKE stressZZ 11626 5000 2.6621018e-11 3581161.1 11627 -0.00994499999999457 3581101.32206459 11627 5000 2.6619065e-11 3581101.3 Loop time of 0.0174191 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:41 2021 Pair time (%) = 0.00106215 (6.09764) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.177934) Outpt time (%) = 0.0162141 (93.0825) Other time (%) = 0.000111818 (0.641929) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:41 2021 Memory usage per processor = 27.5327 Mbytes Step Atoms AVEKE stressZZ 11627 5000 2.6619065e-11 3581087.9 11628 -0.00994499999999457 3581028.1922416 11628 5000 2.6617112e-11 3581028.2 Loop time of 0.0166681 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:41 2021 Pair time (%) = 0.00103784 (6.22649) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.197394) Outpt time (%) = 0.0154841 (92.8967) Other time (%) = 0.000113249 (0.679435) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:41 2021 Memory usage per processor = 27.5327 Mbytes Step Atoms AVEKE stressZZ 11628 5000 2.6617112e-11 3581014.8 11629 -0.00994499999999457 3580955.06609757 11629 5000 2.6615159e-11 3580955.1 Loop time of 0.0165269 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:41 2021 Pair time (%) = 0.00106502 (6.44412) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.21062) Outpt time (%) = 0.0153229 (92.7148) Other time (%) = 0.000104189 (0.630419) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:41 2021 Memory usage per processor = 27.5327 Mbytes Step Atoms AVEKE stressZZ 11629 5000 2.6615159e-11 3580941.7 11630 -0.00994499999999457 3580881.94363209 11630 5000 2.6613207e-11 3580881.9 Loop time of 0.019361 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:41 2021 Pair time (%) = 0.00106502 (5.50083) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.165012) Outpt time (%) = 0.0181739 (93.8687) Other time (%) = 9.01222e-05 (0.465483) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:41 2021 Memory usage per processor = 27.5327 Mbytes Step Atoms AVEKE stressZZ 11630 5000 2.6613207e-11 3580868.5 11631 -0.00994499999999457 3580808.82484479 11631 5000 2.6611254e-11 3580808.8 Loop time of 0.0173461 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:41 2021 Pair time (%) = 0.000968933 (5.58587) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191052) Outpt time (%) = 0.0162489 (93.6747) Other time (%) = 9.5129e-05 (0.548416) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:41 2021 Memory usage per processor = 27.5327 Mbytes Step Atoms AVEKE stressZZ 11631 5000 2.6611254e-11 3580795.4 11632 -0.00994499999999457 3580735.70973527 11632 5000 2.6609302e-11 3580735.7 Loop time of 0.0166311 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:41 2021 Pair time (%) = 0.000962019 (5.78445) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.186364) Outpt time (%) = 0.0155501 (93.5002) Other time (%) = 8.79765e-05 (0.528987) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:41 2021 Memory usage per processor = 27.5327 Mbytes Step Atoms AVEKE stressZZ 11632 5000 2.6609302e-11 3580722.3 11633 -0.00994499999999457 3580662.59830317 11633 5000 2.660735e-11 3580662.6 Loop time of 0.016742 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:41 2021 Pair time (%) = 0.00116014 (6.92955) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.215035) Outpt time (%) = 0.0154338 (92.1861) Other time (%) = 0.000112057 (0.669315) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:41 2021 Memory usage per processor = 27.5327 Mbytes Step Atoms AVEKE stressZZ 11633 5000 2.660735e-11 3580649.2 11634 -0.00994499999999457 3580589.49054812 11634 5000 2.6605399e-11 3580589.5 Loop time of 0.016983 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:41 2021 Pair time (%) = 0.000961065 (5.65897) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188118) Outpt time (%) = 0.015898 (93.611) Other time (%) = 9.20296e-05 (0.541891) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:41 2021 Memory usage per processor = 27.5327 Mbytes Step Atoms AVEKE stressZZ 11634 5000 2.6605399e-11 3580576.1 11635 -0.00994499999999457 3580516.38646966 11635 5000 2.6603447e-11 3580516.4 Loop time of 0.017103 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:41 2021 Pair time (%) = 0.000961065 (5.61929) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186799) Outpt time (%) = 0.016016 (93.6447) Other time (%) = 9.39369e-05 (0.549244) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:41 2021 Memory usage per processor = 27.5327 Mbytes Step Atoms AVEKE stressZZ 11635 5000 2.6603447e-11 3580503 11636 -0.00994499999999457 3580443.28606753 11636 5000 2.6601496e-11 3580443.3 Loop time of 0.0165291 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:41 2021 Pair time (%) = 0.00103283 (6.24856) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.199054) Outpt time (%) = 0.0153589 (92.9206) Other time (%) = 0.000104427 (0.631779) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:41 2021 Memory usage per processor = 27.5327 Mbytes Step Atoms AVEKE stressZZ 11636 5000 2.6601496e-11 3580429.9 11637 -0.00994499999999457 3580370.18934128 11637 5000 2.6599545e-11 3580370.2 Loop time of 0.0171578 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:41 2021 Pair time (%) = 0.00110197 (6.42257) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193149) Outpt time (%) = 0.015924 (92.809) Other time (%) = 9.87053e-05 (0.57528) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:41 2021 Memory usage per processor = 27.5327 Mbytes Step Atoms AVEKE stressZZ 11637 5000 2.6599545e-11 3580356.8 11638 -0.00994499999999457 3580297.09629054 11638 5000 2.6597594e-11 3580297.1 Loop time of 0.0170519 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:41 2021 Pair time (%) = 0.000984907 (5.77593) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.194349) Outpt time (%) = 0.015898 (93.2328) Other time (%) = 0.000135899 (0.796969) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:41 2021 Memory usage per processor = 27.5327 Mbytes Step Atoms AVEKE stressZZ 11638 5000 2.6597594e-11 3580283.7 11639 -0.00994499999999457 3580224.00691492 11639 5000 2.6595644e-11 3580224 Loop time of 0.0168729 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:41 2021 Pair time (%) = 0.00099802 (5.91494) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.189346) Outpt time (%) = 0.015749 (93.339) Other time (%) = 9.39369e-05 (0.556733) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:41 2021 Memory usage per processor = 27.5327 Mbytes Step Atoms AVEKE stressZZ 11639 5000 2.6595644e-11 3580210.6 11640 -0.00994499999999457 3580150.92121412 11640 5000 2.6593693e-11 3580150.9 Loop time of 0.0185981 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:41 2021 Pair time (%) = 0.00110292 (5.93031) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.182037) Outpt time (%) = 0.017355 (93.3159) Other time (%) = 0.000106335 (0.571751) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:41 2021 Memory usage per processor = 27.5327 Mbytes Step Atoms AVEKE stressZZ 11640 5000 2.6593693e-11 3580137.5 11641 -0.00994499999999457 3580077.83918767 11641 5000 2.6591743e-11 3580077.8 Loop time of 0.0171962 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:41 2021 Pair time (%) = 0.00110507 (6.42625) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.273133) Outpt time (%) = 0.0159099 (92.52) Other time (%) = 0.00013423 (0.780578) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:41 2021 Memory usage per processor = 27.5327 Mbytes Step Atoms AVEKE stressZZ 11641 5000 2.6591743e-11 3580064.4 11642 -0.00994499999999457 3580004.76083524 11642 5000 2.6589793e-11 3580004.8 Loop time of 0.017004 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:41 2021 Pair time (%) = 0.000963926 (5.66882) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.189288) Outpt time (%) = 0.0159159 (93.6007) Other time (%) = 9.20296e-05 (0.541223) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:41 2021 Memory usage per processor = 27.5327 Mbytes Step Atoms AVEKE stressZZ 11642 5000 2.6589793e-11 3579991.4 11643 -0.00994499999999457 3579931.68615647 11643 5000 2.6587843e-11 3579931.7 Loop time of 0.016403 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:41 2021 Pair time (%) = 0.000970125 (5.91433) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.188956) Outpt time (%) = 0.0153069 (93.3182) Other time (%) = 9.48906e-05 (0.578497) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:41 2021 Memory usage per processor = 27.5327 Mbytes Step Atoms AVEKE stressZZ 11643 5000 2.6587843e-11 3579918.3 11644 -0.00994499999999457 3579858.61515089 11644 5000 2.6585894e-11 3579858.6 Loop time of 0.0171618 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:42 2021 Pair time (%) = 0.00123811 (7.2143) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191715) Outpt time (%) = 0.0157449 (91.7438) Other time (%) = 0.000145912 (0.850213) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:42 2021 Memory usage per processor = 27.5327 Mbytes Step Atoms AVEKE stressZZ 11644 5000 2.6585894e-11 3579845.2 11645 -0.00994499999999457 3579785.54781824 11645 5000 2.6583945e-11 3579785.5 Loop time of 0.01723 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:42 2021 Pair time (%) = 0.000962019 (5.58338) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185421) Outpt time (%) = 0.0161431 (93.6915) Other time (%) = 9.29832e-05 (0.539658) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:42 2021 Memory usage per processor = 27.5327 Mbytes Step Atoms AVEKE stressZZ 11645 5000 2.6583945e-11 3579772.2 11646 -0.00994499999999457 3579712.48415809 11646 5000 2.6581995e-11 3579712.5 Loop time of 0.0167539 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:42 2021 Pair time (%) = 0.000962973 (5.74775) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.19069) Outpt time (%) = 0.0156701 (93.5308) Other time (%) = 8.89301e-05 (0.530802) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:42 2021 Memory usage per processor = 27.5327 Mbytes Step Atoms AVEKE stressZZ 11646 5000 2.6581995e-11 3579699.1 11647 -0.00994499999999457 3579639.42417008 11647 5000 2.6580047e-11 3579639.4 Loop time of 0.016609 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:42 2021 Pair time (%) = 0.00101495 (6.11085) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.203838) Outpt time (%) = 0.015456 (93.058) Other time (%) = 0.000104189 (0.627306) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:42 2021 Memory usage per processor = 27.5327 Mbytes Step Atoms AVEKE stressZZ 11647 5000 2.6580047e-11 3579626 11648 -0.00994499999999457 3579566.36785387 11648 5000 2.6578098e-11 3579566.4 Loop time of 0.0172491 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:42 2021 Pair time (%) = 0.00112104 (6.49914) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190745) Outpt time (%) = 0.0159502 (92.4697) Other time (%) = 0.000144958 (0.840383) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:42 2021 Memory usage per processor = 27.5327 Mbytes Step Atoms AVEKE stressZZ 11648 5000 2.6578098e-11 3579553 11649 -0.00994499999999457 3579493.31520901 11649 5000 2.6576149e-11 3579493.3 Loop time of 0.017108 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:42 2021 Pair time (%) = 0.000960112 (5.61207) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.18117) Outpt time (%) = 0.016022 (93.6521) Other time (%) = 9.48906e-05 (0.554657) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:42 2021 Memory usage per processor = 27.5327 Mbytes Step Atoms AVEKE stressZZ 11649 5000 2.6576149e-11 3579479.9 11650 -0.00994499999999457 3579420.26623521 11650 5000 2.6574201e-11 3579420.3 Loop time of 0.0185339 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:42 2021 Pair time (%) = 0.00099802 (5.38482) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.172376) Outpt time (%) = 0.0173781 (93.7636) Other time (%) = 0.000125885 (0.679213) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:42 2021 Memory usage per processor = 27.5327 Mbytes Step Atoms AVEKE stressZZ 11650 5000 2.6574201e-11 3579406.9 11651 -0.00994499999999457 3579347.22093205 11651 5000 2.6572253e-11 3579347.2 Loop time of 0.0169561 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:42 2021 Pair time (%) = 0.00118899 (7.01219) Neigh time (%) = 0 (0) Comm time (%) = 5.00679e-05 (0.29528) Outpt time (%) = 0.015548 (91.6956) Other time (%) = 0.000169039 (0.996921) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:42 2021 Memory usage per processor = 27.5327 Mbytes Step Atoms AVEKE stressZZ 11651 5000 2.6572253e-11 3579333.8 11652 -0.00994499999999457 3579274.17929917 11652 5000 2.6570305e-11 3579274.2 Loop time of 0.0173581 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:42 2021 Pair time (%) = 0.00100303 (5.77845) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.185427) Outpt time (%) = 0.0162311 (93.5073) Other time (%) = 9.17912e-05 (0.52881) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:42 2021 Memory usage per processor = 27.5327 Mbytes Step Atoms AVEKE stressZZ 11652 5000 2.6570305e-11 3579260.8 11653 -0.00994499999999457 3579201.14135344 11653 5000 2.6568357e-11 3579201.1 Loop time of 0.017144 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:42 2021 Pair time (%) = 0.000961065 (5.60585) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186352) Outpt time (%) = 0.0159881 (93.258) Other time (%) = 0.00016284 (0.949838) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:42 2021 Memory usage per processor = 27.5327 Mbytes Step Atoms AVEKE stressZZ 11653 5000 2.6568357e-11 3579187.7 11654 -0.00994499999999457 3579128.10712308 11654 5000 2.656641e-11 3579128.1 Loop time of 0.0169361 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:42 2021 Pair time (%) = 0.000962019 (5.6803) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.19427) Outpt time (%) = 0.0157812 (93.1808) Other time (%) = 0.000159979 (0.944605) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:42 2021 Memory usage per processor = 27.5327 Mbytes Step Atoms AVEKE stressZZ 11654 5000 2.656641e-11 3579114.7 11655 -0.00994499999999457 3579055.07658731 11655 5000 2.6564463e-11 3579055.1 Loop time of 0.017133 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:42 2021 Pair time (%) = 0.00106311 (6.20503) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193429) Outpt time (%) = 0.0159099 (92.8612) Other time (%) = 0.000126839 (0.740318) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:22:42 2021 Memory usage per processor = 27.5327 Mbytes Step Atoms AVEKE stressZZ 11655 5000 2.6564463e-11 3579041.7 11656 -0.00994499999999457 3578970.05461938 11656 5000 5.2474271e-11 3579087.5 Loop time of 0.0171471 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:42 2021 Pair time (%) = 0.00104499 (6.09427) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.19327) Outpt time (%) = 0.015945 (92.9894) Other time (%) = 0.000123978 (0.723026) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28323 ave 28323 max 28323 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28323 Ave neighs/atom = 5.6646 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:42 2021 Memory usage per processor = 27.5327 Mbytes Step Atoms AVEKE stressZZ 11656 5000 5.2474271e-11 3625898.2 11657 -0.00997749999999456 3625819.06476879 11657 5000 4.2296577e-11 3625819.1 Loop time of 0.016398 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:42 2021 Pair time (%) = 0.000960827 (5.85943) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.19483) Outpt time (%) = 0.0153129 (93.3831) Other time (%) = 9.2268e-05 (0.56268) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28324 ave 28324 max 28324 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28324 Ave neighs/atom = 5.6648 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:42 2021 Memory usage per processor = 27.5327 Mbytes Step Atoms AVEKE stressZZ 11657 5000 4.2296577e-11 3625801 11658 -0.00997749999999456 3625728.69729971 11658 5000 3.6397425e-11 3625728.7 Loop time of 0.0165651 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:42 2021 Pair time (%) = 0.00103188 (6.22922) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.210135) Outpt time (%) = 0.0153949 (92.936) Other time (%) = 0.000103474 (0.624649) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28324 ave 28324 max 28324 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28324 Ave neighs/atom = 5.6648 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:42 2021 Memory usage per processor = 27.5327 Mbytes Step Atoms AVEKE stressZZ 11658 5000 3.6397425e-11 3625712.3 11659 -0.00997749999999456 3625644.23658931 11659 5000 3.2877802e-11 3625644.2 Loop time of 0.017143 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:42 2021 Pair time (%) = 0.000990152 (5.77584) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186362) Outpt time (%) = 0.01601 (93.3911) Other time (%) = 0.000110865 (0.646705) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28324 ave 28324 max 28324 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28324 Ave neighs/atom = 5.6648 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:42 2021 Memory usage per processor = 27.5327 Mbytes Step Atoms AVEKE stressZZ 11659 5000 3.2877802e-11 3625628.8 11660 -0.00997749999999456 3625563.53104598 11660 5000 3.0733256e-11 3625563.5 Loop time of 0.0189981 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:42 2021 Pair time (%) = 0.000962019 (5.06375) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.168164) Outpt time (%) = 0.0179121 (94.2837) Other time (%) = 9.20296e-05 (0.484413) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28324 ave 28324 max 28324 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28324 Ave neighs/atom = 5.6648 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:42 2021 Memory usage per processor = 27.5328 Mbytes Step Atoms AVEKE stressZZ 11660 5000 3.0733256e-11 3625548.8 11661 -0.00997749999999456 3625485.21331373 11661 5000 2.9407192e-11 3625485.2 Loop time of 0.0169532 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:42 2021 Pair time (%) = 0.00101781 (6.00363) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.194074) Outpt time (%) = 0.015805 (93.2271) Other time (%) = 9.75132e-05 (0.57519) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28324 ave 28324 max 28324 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28324 Ave neighs/atom = 5.6648 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:42 2021 Memory usage per processor = 27.5328 Mbytes Step Atoms AVEKE stressZZ 11661 5000 2.9407192e-11 3625470.9 11662 -0.00997749999999456 3625408.414424 11662 5000 2.8578905e-11 3625408.4 Loop time of 0.0173552 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:42 2021 Pair time (%) = 0.00137401 (7.91697) Neigh time (%) = 0 (0) Comm time (%) = 3.57628e-05 (0.206064) Outpt time (%) = 0.0157881 (90.9703) Other time (%) = 0.000157356 (0.906681) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28324 ave 28324 max 28324 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28324 Ave neighs/atom = 5.6648 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:42 2021 Memory usage per processor = 27.5328 Mbytes Step Atoms AVEKE stressZZ 11662 5000 2.8578905e-11 3625394.3 11663 -0.00997749999999456 3625332.58213766 11663 5000 2.8057922e-11 3625332.6 Loop time of 0.0174098 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:42 2021 Pair time (%) = 0.000962019 (5.52573) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.178029) Outpt time (%) = 0.0163291 (93.7923) Other time (%) = 8.7738e-05 (0.503958) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28324 ave 28324 max 28324 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28324 Ave neighs/atom = 5.6648 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:42 2021 Memory usage per processor = 27.5328 Mbytes Step Atoms AVEKE stressZZ 11663 5000 2.8057922e-11 3625318.7 11664 -0.00997749999999456 3625257.36550048 11664 5000 2.7728582e-11 3625257.4 Loop time of 0.0167181 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:42 2021 Pair time (%) = 0.00101399 (6.06523) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.185394) Outpt time (%) = 0.015579 (93.1861) Other time (%) = 9.41753e-05 (0.563312) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28324 ave 28324 max 28324 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28324 Ave neighs/atom = 5.6648 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:42 2021 Memory usage per processor = 27.5328 Mbytes Step Atoms AVEKE stressZZ 11664 5000 2.7728582e-11 3625243.5 11665 -0.00997749999999456 3625182.5414767 11665 5000 2.7519557e-11 3625182.5 Loop time of 0.0164502 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:42 2021 Pair time (%) = 0.000962019 (5.84808) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194211) Outpt time (%) = 0.0153329 (93.2084) Other time (%) = 0.000123262 (0.749308) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28324 ave 28324 max 28324 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28324 Ave neighs/atom = 5.6648 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:42 2021 Memory usage per processor = 27.5328 Mbytes Step Atoms AVEKE stressZZ 11665 5000 2.7519557e-11 3625168.8 11666 -0.00997749999999456 3625107.96832457 11666 5000 2.7386397e-11 3625108 Loop time of 0.0163391 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:42 2021 Pair time (%) = 0.000959873 (5.87471) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.189695) Outpt time (%) = 0.0152581 (93.384) Other time (%) = 9.01222e-05 (0.551575) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28324 ave 28324 max 28324 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28324 Ave neighs/atom = 5.6648 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:42 2021 Memory usage per processor = 27.5328 Mbytes Step Atoms AVEKE stressZZ 11666 5000 2.7386397e-11 3625094.3 11667 -0.00997749999999456 3625033.55596517 11667 5000 2.7301209e-11 3625033.6 Loop time of 0.0165548 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:42 2021 Pair time (%) = 0.00108695 (6.56576) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.194424) Outpt time (%) = 0.015347 (92.7041) Other time (%) = 8.86917e-05 (0.535745) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28324 ave 28324 max 28324 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28324 Ave neighs/atom = 5.6648 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:42 2021 Memory usage per processor = 27.5328 Mbytes Step Atoms AVEKE stressZZ 11667 5000 2.7301209e-11 3625019.9 11668 -0.00997749999999456 3624959.2471523 11668 5000 2.7246411e-11 3624959.2 Loop time of 0.0177941 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:42 2021 Pair time (%) = 0.000963926 (5.4171) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.174183) Outpt time (%) = 0.016711 (93.913) Other time (%) = 8.82149e-05 (0.495753) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28324 ave 28324 max 28324 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28324 Ave neighs/atom = 5.6648 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:42 2021 Memory usage per processor = 27.5328 Mbytes Step Atoms AVEKE stressZZ 11668 5000 2.7246411e-11 3624945.6 11669 -0.00997749999999456 3624885.00550509 11669 5000 2.7210885e-11 3624885 Loop time of 0.0167649 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:42 2021 Pair time (%) = 0.00106311 (6.34128) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190566) Outpt time (%) = 0.0155759 (92.9078) Other time (%) = 9.39369e-05 (0.56032) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28324 ave 28324 max 28324 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28324 Ave neighs/atom = 5.6648 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:42 2021 Memory usage per processor = 27.5328 Mbytes Step Atoms AVEKE stressZZ 11669 5000 2.7210885e-11 3624871.4 11670 -0.00997749999999456 3624810.807903 11670 5000 2.7187591e-11 3624810.8 Loop time of 0.0185421 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:42 2021 Pair time (%) = 0.00110888 (5.98038) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.204446) Outpt time (%) = 0.0172782 (93.1838) Other time (%) = 0.000117064 (0.631341) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28324 ave 28324 max 28324 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28324 Ave neighs/atom = 5.6648 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:42 2021 Memory usage per processor = 27.5328 Mbytes Step Atoms AVEKE stressZZ 11670 5000 2.7187591e-11 3624797.2 11671 -0.00997749999999456 3624736.6396525 11671 5000 2.7172065e-11 3624736.6 Loop time of 0.0169468 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:42 2021 Pair time (%) = 0.00103998 (6.13675) Neigh time (%) = 0 (0) Comm time (%) = 6.60419e-05 (0.389702) Outpt time (%) = 0.015743 (92.8967) Other time (%) = 9.77516e-05 (0.576815) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28324 ave 28324 max 28324 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28324 Ave neighs/atom = 5.6648 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:42 2021 Memory usage per processor = 27.5328 Mbytes Step Atoms AVEKE stressZZ 11671 5000 2.7172065e-11 3624723 11672 -0.00997749999999456 3624662.49141546 11672 5000 2.7161472e-11 3624662.5 Loop time of 0.0170989 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:42 2021 Pair time (%) = 0.00096488 (5.64293) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181266) Outpt time (%) = 0.0160151 (93.6613) Other time (%) = 8.79765e-05 (0.514515) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28324 ave 28324 max 28324 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28324 Ave neighs/atom = 5.6648 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:42 2021 Memory usage per processor = 27.5328 Mbytes Step Atoms AVEKE stressZZ 11672 5000 2.7161472e-11 3624648.9 11673 -0.00997749999999456 3624588.35725744 11673 5000 2.7154014e-11 3624588.4 Loop time of 0.0166039 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:42 2021 Pair time (%) = 0.00108695 (6.54634) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.277132) Outpt time (%) = 0.015347 (92.4299) Other time (%) = 0.000123978 (0.746676) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28324 ave 28324 max 28324 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28324 Ave neighs/atom = 5.6648 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:42 2021 Memory usage per processor = 27.5328 Mbytes Step Atoms AVEKE stressZZ 11673 5000 2.7154014e-11 3624574.7 11674 -0.00997749999999456 3624514.23340667 11674 5000 2.7148547e-11 3624514.2 Loop time of 0.0170209 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:42 2021 Pair time (%) = 0.00128508 (7.54997) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.217114) Outpt time (%) = 0.015583 (91.5522) Other time (%) = 0.000115871 (0.680758) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28324 ave 28324 max 28324 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28324 Ave neighs/atom = 5.6648 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:42 2021 Memory usage per processor = 27.5328 Mbytes Step Atoms AVEKE stressZZ 11674 5000 2.7148547e-11 3624500.6 11675 -0.00997749999999456 3624440.1174662 11675 5000 2.7144346e-11 3624440.1 Loop time of 0.01741 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:42 2021 Pair time (%) = 0.00102687 (5.89814) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183504) Outpt time (%) = 0.0162461 (93.3144) Other time (%) = 0.000105143 (0.603919) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28324 ave 28324 max 28324 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28324 Ave neighs/atom = 5.6648 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:42 2021 Memory usage per processor = 27.5328 Mbytes Step Atoms AVEKE stressZZ 11675 5000 2.7144346e-11 3624426.5 11676 -0.00997749999999456 3624366.00791253 11676 5000 2.7140949e-11 3624366 Loop time of 0.0165961 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:42 2021 Pair time (%) = 0.000962973 (5.80241) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.186757) Outpt time (%) = 0.015507 (93.4376) Other time (%) = 9.5129e-05 (0.573202) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28324 ave 28324 max 28324 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28324 Ave neighs/atom = 5.6648 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:42 2021 Memory usage per processor = 27.5328 Mbytes Step Atoms AVEKE stressZZ 11676 5000 2.7140949e-11 3624352.4 11677 -0.00997749999999456 3624291.90377848 11677 5000 2.7138063e-11 3624291.9 Loop time of 0.016834 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:42 2021 Pair time (%) = 0.00113916 (6.76703) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.195448) Outpt time (%) = 0.0154991 (92.0702) Other time (%) = 0.00016284 (0.967326) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28324 ave 28324 max 28324 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28324 Ave neighs/atom = 5.6648 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:42 2021 Memory usage per processor = 27.5328 Mbytes Step Atoms AVEKE stressZZ 11677 5000 2.7138063e-11 3624278.3 11678 -0.00997749999999456 3624217.80449638 11678 5000 2.7135502e-11 3624217.8 Loop time of 0.0177548 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:42 2021 Pair time (%) = 0.000995874 (5.60905) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.179941) Outpt time (%) = 0.0166178 (93.596) Other time (%) = 0.000109196 (0.615021) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28324 ave 28324 max 28324 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28324 Ave neighs/atom = 5.6648 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:42 2021 Memory usage per processor = 27.5328 Mbytes Step Atoms AVEKE stressZZ 11678 5000 2.7135502e-11 3624204.2 11679 -0.00997749999999456 3624143.70966101 11679 5000 2.7133147e-11 3624143.7 Loop time of 0.01703 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:42 2021 Pair time (%) = 0.000966072 (5.67277) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.188999) Outpt time (%) = 0.015938 (93.588) Other time (%) = 9.36985e-05 (0.550197) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28324 ave 28324 max 28324 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28324 Ave neighs/atom = 5.6648 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:42 2021 Memory usage per processor = 27.5328 Mbytes Step Atoms AVEKE stressZZ 11679 5000 2.7133147e-11 3624130.1 11680 -0.00997749999999456 3624069.61901241 11680 5000 2.7130924e-11 3624069.6 Loop time of 0.0185881 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:42 2021 Pair time (%) = 0.00096488 (5.19086) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.166744) Outpt time (%) = 0.0174968 (94.1293) Other time (%) = 9.53674e-05 (0.513057) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28324 ave 28324 max 28324 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28324 Ave neighs/atom = 5.6648 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:42 2021 Memory usage per processor = 27.5328 Mbytes Step Atoms AVEKE stressZZ 11680 5000 2.7130924e-11 3624056 11681 -0.00997749999999456 3623995.53238792 11681 5000 2.7128785e-11 3623995.5 Loop time of 0.0166912 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:42 2021 Pair time (%) = 0.00112009 (6.71066) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209976) Outpt time (%) = 0.0154212 (92.3909) Other time (%) = 0.000114918 (0.688493) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28324 ave 28324 max 28324 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28324 Ave neighs/atom = 5.6648 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:42 2021 Memory usage per processor = 27.5328 Mbytes Step Atoms AVEKE stressZZ 11681 5000 2.7128785e-11 3623981.9 11682 -0.00997749999999456 3623921.44968422 11682 5000 2.7126698e-11 3623921.4 Loop time of 0.0171399 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:42 2021 Pair time (%) = 0.000990868 (5.78105) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.187787) Outpt time (%) = 0.0159969 (93.3315) Other time (%) = 0.000119925 (0.69968) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28324 ave 28324 max 28324 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28324 Ave neighs/atom = 5.6648 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:42 2021 Memory usage per processor = 27.5328 Mbytes Step Atoms AVEKE stressZZ 11682 5000 2.7126698e-11 3623907.8 11683 -0.00997749999999456 3623847.37083552 11683 5000 2.7124646e-11 3623847.4 Loop time of 0.0171461 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:42 2021 Pair time (%) = 0.000967979 (5.64548) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180766) Outpt time (%) = 0.0160501 (93.6078) Other time (%) = 9.70364e-05 (0.565938) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28324 ave 28324 max 28324 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28324 Ave neighs/atom = 5.6648 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:42 2021 Memory usage per processor = 27.5328 Mbytes Step Atoms AVEKE stressZZ 11683 5000 2.7124646e-11 3623833.7 11684 -0.00997749999999456 3623773.29579949 11684 5000 2.7122615e-11 3623773.3 Loop time of 0.0164969 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:42 2021 Pair time (%) = 0.000975847 (5.91534) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.199442) Outpt time (%) = 0.0153868 (93.271) Other time (%) = 0.000101328 (0.614224) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28324 ave 28324 max 28324 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28324 Ave neighs/atom = 5.6648 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:42 2021 Memory usage per processor = 27.5328 Mbytes Step Atoms AVEKE stressZZ 11684 5000 2.7122615e-11 3623759.7 11685 -0.00997749999999456 3623699.22454911 11685 5000 2.7120597e-11 3623699.2 Loop time of 0.0171521 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:42 2021 Pair time (%) = 0.00104904 (6.11612) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191824) Outpt time (%) = 0.015934 (92.8983) Other time (%) = 0.000136137 (0.793706) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28324 ave 28324 max 28324 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28324 Ave neighs/atom = 5.6648 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:42 2021 Memory usage per processor = 27.5328 Mbytes Step Atoms AVEKE stressZZ 11685 5000 2.7120597e-11 3623685.6 11686 -0.00997749999999456 3623625.15706681 11686 5000 2.7118589e-11 3623625.2 Loop time of 0.017242 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:42 2021 Pair time (%) = 0.00100517 (5.82981) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185293) Outpt time (%) = 0.0160811 (93.2672) Other time (%) = 0.000123739 (0.717664) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28324 ave 28324 max 28324 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28324 Ave neighs/atom = 5.6648 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:42 2021 Memory usage per processor = 27.5328 Mbytes Step Atoms AVEKE stressZZ 11686 5000 2.7118589e-11 3623611.5 11687 -0.00997749999999456 3623551.09333246 11687 5000 2.7116586e-11 3623551.1 Loop time of 0.0166419 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:42 2021 Pair time (%) = 0.000962973 (5.78645) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.186244) Outpt time (%) = 0.0155549 (93.4686) Other time (%) = 9.29832e-05 (0.558731) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28324 ave 28324 max 28324 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28324 Ave neighs/atom = 5.6648 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:42 2021 Memory usage per processor = 27.5328 Mbytes Step Atoms AVEKE stressZZ 11687 5000 2.7116586e-11 3623537.5 11688 -0.00997749999999456 3623477.03334502 11688 5000 2.7114587e-11 3623477 Loop time of 0.016818 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:43 2021 Pair time (%) = 0.00109506 (6.5112) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208392) Outpt time (%) = 0.015578 (92.6269) Other time (%) = 0.000109911 (0.65353) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28324 ave 28324 max 28324 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28324 Ave neighs/atom = 5.6648 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:43 2021 Memory usage per processor = 27.5328 Mbytes Step Atoms AVEKE stressZZ 11688 5000 2.7114587e-11 3623463.4 11689 -0.00997749999999456 3623402.97710074 11689 5000 2.7112591e-11 3623403 Loop time of 0.0171111 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:43 2021 Pair time (%) = 0.00111604 (6.52231) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.188103) Outpt time (%) = 0.015866 (92.7239) Other time (%) = 9.67979e-05 (0.565704) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28324 ave 28324 max 28324 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28324 Ave neighs/atom = 5.6648 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:43 2021 Memory usage per processor = 27.5328 Mbytes Step Atoms AVEKE stressZZ 11689 5000 2.7112591e-11 3623389.4 11690 -0.00997749999999456 3623328.92459627 11690 5000 2.7110596e-11 3623328.9 Loop time of 0.019109 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:43 2021 Pair time (%) = 0.000962973 (5.03936) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.167189) Outpt time (%) = 0.018018 (94.2906) Other time (%) = 9.60827e-05 (0.502814) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28324 ave 28324 max 28324 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28324 Ave neighs/atom = 5.6648 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:43 2021 Memory usage per processor = 27.5328 Mbytes Step Atoms AVEKE stressZZ 11690 5000 2.7110596e-11 3623315.3 11691 -0.00997749999999456 3623254.87582921 11691 5000 2.7108602e-11 3623254.9 Loop time of 0.0165241 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:43 2021 Pair time (%) = 0.000995159 (6.02248) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.278471) Outpt time (%) = 0.0153501 (92.8954) Other time (%) = 0.000132799 (0.803671) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28324 ave 28324 max 28324 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28324 Ave neighs/atom = 5.6648 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:43 2021 Memory usage per processor = 27.5328 Mbytes Step Atoms AVEKE stressZZ 11691 5000 2.7108602e-11 3623241.2 11692 -0.00997749999999456 3623180.83079782 11692 5000 2.7106609e-11 3623180.8 Loop time of 0.0169289 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:43 2021 Pair time (%) = 0.00116611 (6.88825) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.219703) Outpt time (%) = 0.015584 (92.0555) Other time (%) = 0.000141621 (0.836561) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28324 ave 28324 max 28324 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28324 Ave neighs/atom = 5.6648 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:43 2021 Memory usage per processor = 27.5328 Mbytes Step Atoms AVEKE stressZZ 11692 5000 2.7106609e-11 3623167.2 11693 -0.00997749999999456 3623106.78950084 11693 5000 2.7104617e-11 3623106.8 Loop time of 0.01705 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:43 2021 Pair time (%) = 0.000960827 (5.63534) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.188777) Outpt time (%) = 0.015964 (93.6305) Other time (%) = 9.29832e-05 (0.545355) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28324 ave 28324 max 28324 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28324 Ave neighs/atom = 5.6648 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:43 2021 Memory usage per processor = 27.5328 Mbytes Step Atoms AVEKE stressZZ 11693 5000 2.7104617e-11 3623093.2 11694 -0.00997749999999456 3623032.75193723 11694 5000 2.7102625e-11 3623032.8 Loop time of 0.0169291 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:43 2021 Pair time (%) = 0.000990868 (5.85303) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188716) Outpt time (%) = 0.0157928 (93.2879) Other time (%) = 0.000113487 (0.670366) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28324 ave 28324 max 28324 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28324 Ave neighs/atom = 5.6648 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:43 2021 Memory usage per processor = 27.5328 Mbytes Step Atoms AVEKE stressZZ 11694 5000 2.7102625e-11 3623019.1 11695 -0.00997749999999456 3622958.71810611 11695 5000 2.7100633e-11 3622958.7 Loop time of 0.0164571 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:43 2021 Pair time (%) = 0.00097084 (5.89923) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.199925) Outpt time (%) = 0.0153501 (93.2735) Other time (%) = 0.000103235 (0.6273) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28324 ave 28324 max 28324 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28324 Ave neighs/atom = 5.6648 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:43 2021 Memory usage per processor = 27.5328 Mbytes Step Atoms AVEKE stressZZ 11695 5000 2.7100633e-11 3622945.1 11696 -0.00997749999999456 3622884.68800679 11696 5000 2.7098642e-11 3622884.7 Loop time of 0.0170441 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:43 2021 Pair time (%) = 0.0010128 (5.94226) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.193039) Outpt time (%) = 0.0158961 (93.2646) Other time (%) = 0.000102282 (0.600101) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28324 ave 28324 max 28324 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28324 Ave neighs/atom = 5.6648 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:43 2021 Memory usage per processor = 27.5328 Mbytes Step Atoms AVEKE stressZZ 11696 5000 2.7098642e-11 3622871.1 11697 -0.00997749999999456 3622810.66163864 11697 5000 2.7096651e-11 3622810.7 Loop time of 0.0171068 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:43 2021 Pair time (%) = 0.000997066 (5.82849) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181182) Outpt time (%) = 0.0159848 (93.4412) Other time (%) = 9.39369e-05 (0.549121) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28324 ave 28324 max 28324 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28324 Ave neighs/atom = 5.6648 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:43 2021 Memory usage per processor = 27.5328 Mbytes Step Atoms AVEKE stressZZ 11697 5000 2.7096651e-11 3622797 11698 -0.00997749999999456 3622736.63900102 11698 5000 2.709466e-11 3622736.6 Loop time of 0.0165241 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:43 2021 Pair time (%) = 0.000967026 (5.85222) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193343) Outpt time (%) = 0.0154309 (93.3845) Other time (%) = 9.41753e-05 (0.569928) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28324 ave 28324 max 28324 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28324 Ave neighs/atom = 5.6648 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:43 2021 Memory usage per processor = 27.5328 Mbytes Step Atoms AVEKE stressZZ 11698 5000 2.709466e-11 3622723 11699 -0.00997749999999456 3622662.62009344 11699 5000 2.709267e-11 3622662.6 Loop time of 0.016717 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:43 2021 Pair time (%) = 0.00114298 (6.83724) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.215357) Outpt time (%) = 0.01542 (92.2414) Other time (%) = 0.000118017 (0.705973) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28324 ave 28324 max 28324 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28324 Ave neighs/atom = 5.6648 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:43 2021 Memory usage per processor = 27.5328 Mbytes Step Atoms AVEKE stressZZ 11699 5000 2.709267e-11 3622649 11700 -0.00997749999999456 3622588.60491537 11700 5000 2.7090679e-11 3622588.6 Loop time of 0.0190761 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:43 2021 Pair time (%) = 0.000999928 (5.24178) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.167477) Outpt time (%) = 0.017952 (94.1071) Other time (%) = 9.2268e-05 (0.483683) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28324 ave 28324 max 28324 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28324 Ave neighs/atom = 5.6648 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:43 2021 Memory usage per processor = 27.5328 Mbytes Step Atoms AVEKE stressZZ 11700 5000 2.7090679e-11 3622575 11701 -0.00997749999999456 3622514.59346624 11701 5000 2.7088689e-11 3622514.6 Loop time of 0.017061 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:43 2021 Pair time (%) = 0.000986814 (5.78404) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187258) Outpt time (%) = 0.015954 (93.5116) Other time (%) = 8.82149e-05 (0.517056) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28324 ave 28324 max 28324 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28324 Ave neighs/atom = 5.6648 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:43 2021 Memory usage per processor = 27.5328 Mbytes Step Atoms AVEKE stressZZ 11701 5000 2.7088689e-11 3622501 11702 -0.00997749999999456 3622440.58574564 11702 5000 2.7086699e-11 3622440.6 Loop time of 0.0165181 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:43 2021 Pair time (%) = 0.00101185 (6.12569) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.199186) Outpt time (%) = 0.0153751 (93.0805) Other time (%) = 9.82285e-05 (0.594671) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28324 ave 28324 max 28324 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28324 Ave neighs/atom = 5.6648 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:43 2021 Memory usage per processor = 27.5328 Mbytes Step Atoms AVEKE stressZZ 11702 5000 2.7086699e-11 3622427 11703 -0.00997749999999456 3622366.5817531 11703 5000 2.708471e-11 3622366.6 Loop time of 0.0171928 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:43 2021 Pair time (%) = 0.0013268 (7.71716) Neigh time (%) = 0 (0) Comm time (%) = 5.88894e-05 (0.342523) Outpt time (%) = 0.015671 (91.1485) Other time (%) = 0.000136137 (0.791824) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28324 ave 28324 max 28324 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28324 Ave neighs/atom = 5.6648 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:43 2021 Memory usage per processor = 27.5328 Mbytes Step Atoms AVEKE stressZZ 11703 5000 2.708471e-11 3622353 11704 -0.00997749999999456 3622292.58148812 11704 5000 2.708272e-11 3622292.6 Loop time of 0.017277 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:43 2021 Pair time (%) = 0.00102305 (5.92148) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197337) Outpt time (%) = 0.0161159 (93.2795) Other time (%) = 0.000103951 (0.60167) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28324 ave 28324 max 28324 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28324 Ave neighs/atom = 5.6648 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:43 2021 Memory usage per processor = 27.5328 Mbytes Step Atoms AVEKE stressZZ 11704 5000 2.708272e-11 3622279 11705 -0.00997749999999456 3622218.58495027 11705 5000 2.7080731e-11 3622218.6 Loop time of 0.0167642 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:43 2021 Pair time (%) = 0.000963926 (5.74992) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.197685) Outpt time (%) = 0.0156329 (93.2517) Other time (%) = 0.00013423 (0.800694) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28324 ave 28324 max 28324 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28324 Ave neighs/atom = 5.6648 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:43 2021 Memory usage per processor = 27.5328 Mbytes Step Atoms AVEKE stressZZ 11705 5000 2.7080731e-11 3622205 11706 -0.00997749999999456 3622144.59213914 11706 5000 2.7078742e-11 3622144.6 Loop time of 0.016618 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:43 2021 Pair time (%) = 0.00102186 (6.14912) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.210901) Outpt time (%) = 0.0154569 (93.013) Other time (%) = 0.000104189 (0.626964) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28324 ave 28324 max 28324 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28324 Ave neighs/atom = 5.6648 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:43 2021 Memory usage per processor = 27.5328 Mbytes Step Atoms AVEKE stressZZ 11706 5000 2.7078742e-11 3622131 11707 -0.00997749999999456 3622070.60305418 11707 5000 2.7076753e-11 3622070.6 Loop time of 0.01724 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:43 2021 Pair time (%) = 0.00117397 (6.80957) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.186696) Outpt time (%) = 0.015939 (92.4533) Other time (%) = 9.48906e-05 (0.550408) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28324 ave 28324 max 28324 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28324 Ave neighs/atom = 5.6648 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:43 2021 Memory usage per processor = 27.5328 Mbytes Step Atoms AVEKE stressZZ 11707 5000 2.7076753e-11 3622057 11708 -0.00997749999999456 3621996.61769512 11708 5000 2.7074765e-11 3621996.6 Loop time of 0.017199 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:43 2021 Pair time (%) = 0.000960827 (5.58651) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.18021) Outpt time (%) = 0.016118 (93.7148) Other time (%) = 8.91685e-05 (0.518451) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28324 ave 28324 max 28324 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28324 Ave neighs/atom = 5.6648 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:43 2021 Memory usage per processor = 27.5328 Mbytes Step Atoms AVEKE stressZZ 11708 5000 2.7074765e-11 3621983 11709 -0.00997749999999456 3621922.63606141 11709 5000 2.7072776e-11 3621922.6 Loop time of 0.0166249 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:43 2021 Pair time (%) = 0.00109601 (6.59257) Neigh time (%) = 0 (0) Comm time (%) = 4.50611e-05 (0.271045) Outpt time (%) = 0.015342 (92.2831) Other time (%) = 0.000141859 (0.853291) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28324 ave 28324 max 28324 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28324 Ave neighs/atom = 5.6648 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:43 2021 Memory usage per processor = 27.5328 Mbytes Step Atoms AVEKE stressZZ 11709 5000 2.7072776e-11 3621909 11710 -0.00997749999999456 3621848.65815275 11710 5000 2.7070788e-11 3621848.7 Loop time of 0.018424 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:43 2021 Pair time (%) = 0.000967026 (5.24872) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.173404) Outpt time (%) = 0.0173302 (94.0628) Other time (%) = 9.48906e-05 (0.515037) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28324 ave 28324 max 28324 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28324 Ave neighs/atom = 5.6648 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:43 2021 Memory usage per processor = 27.5328 Mbytes Step Atoms AVEKE stressZZ 11710 5000 2.7070788e-11 3621835 11711 -0.00997749999999456 3621774.68396858 11711 5000 2.70688e-11 3621774.7 Loop time of 0.0162978 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:43 2021 Pair time (%) = 0.000961065 (5.8969) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.190175) Outpt time (%) = 0.015213 (93.3439) Other time (%) = 9.27448e-05 (0.569063) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28324 ave 28324 max 28324 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28324 Ave neighs/atom = 5.6648 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:43 2021 Memory usage per processor = 27.5328 Mbytes Step Atoms AVEKE stressZZ 11711 5000 2.70688e-11 3621761.1 11712 -0.00997749999999456 3621700.71350862 11712 5000 2.7066813e-11 3621700.7 Loop time of 0.016371 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:43 2021 Pair time (%) = 0.00101686 (6.21132) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.196607) Outpt time (%) = 0.0152328 (93.0474) Other time (%) = 8.91685e-05 (0.544673) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28324 ave 28324 max 28324 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28324 Ave neighs/atom = 5.6648 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:43 2021 Memory usage per processor = 27.5328 Mbytes Step Atoms AVEKE stressZZ 11712 5000 2.7066813e-11 3621687.1 11713 -0.00997749999999456 3621626.74677238 11713 5000 2.7064825e-11 3621626.7 Loop time of 0.01722 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:43 2021 Pair time (%) = 0.000962019 (5.58663) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179991) Outpt time (%) = 0.0161359 (93.7045) Other time (%) = 9.10759e-05 (0.528895) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28324 ave 28324 max 28324 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28324 Ave neighs/atom = 5.6648 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:43 2021 Memory usage per processor = 27.5328 Mbytes Step Atoms AVEKE stressZZ 11713 5000 2.7064825e-11 3621613.1 11714 -0.00997749999999456 3621552.78375953 11714 5000 2.7062838e-11 3621552.8 Loop time of 0.016696 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:43 2021 Pair time (%) = 0.00100207 (6.00188) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209916) Outpt time (%) = 0.0155389 (93.0699) Other time (%) = 0.000119925 (0.718284) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28324 ave 28324 max 28324 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28324 Ave neighs/atom = 5.6648 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:43 2021 Memory usage per processor = 27.5328 Mbytes Step Atoms AVEKE stressZZ 11714 5000 2.7062838e-11 3621539.2 11715 -0.00997749999999456 3621478.82446965 11715 5000 2.7060851e-11 3621478.8 Loop time of 0.0170839 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:43 2021 Pair time (%) = 0.0012598 (7.37422) Neigh time (%) = 0 (0) Comm time (%) = 4.19617e-05 (0.245621) Outpt time (%) = 0.0156379 (91.5358) Other time (%) = 0.000144243 (0.844323) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28324 ave 28324 max 28324 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28324 Ave neighs/atom = 5.6648 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:43 2021 Memory usage per processor = 27.5328 Mbytes Step Atoms AVEKE stressZZ 11715 5000 2.7060851e-11 3621465.2 11716 -0.00997749999999456 3621404.86890236 11716 5000 2.7058864e-11 3621404.9 Loop time of 0.016978 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:43 2021 Pair time (%) = 0.000963926 (5.67749) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.189577) Outpt time (%) = 0.0158901 (93.5923) Other time (%) = 9.17912e-05 (0.540647) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28324 ave 28324 max 28324 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28324 Ave neighs/atom = 5.6648 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:43 2021 Memory usage per processor = 27.5328 Mbytes Step Atoms AVEKE stressZZ 11716 5000 2.7058864e-11 3621391.2 11717 -0.00997749999999456 3621330.91705724 11717 5000 2.7056877e-11 3621330.9 Loop time of 0.0167849 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:43 2021 Pair time (%) = 0.000963926 (5.74282) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.184656) Outpt time (%) = 0.015696 (93.5129) Other time (%) = 9.39369e-05 (0.559651) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28324 ave 28324 max 28324 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28324 Ave neighs/atom = 5.6648 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:43 2021 Memory usage per processor = 27.5328 Mbytes Step Atoms AVEKE stressZZ 11717 5000 2.7056877e-11 3621317.3 11718 -0.00997749999999456 3621256.96893391 11718 5000 2.7054891e-11 3621257 Loop time of 0.0164649 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:43 2021 Pair time (%) = 0.000986814 (5.99343) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.207069) Outpt time (%) = 0.015342 (93.1797) Other time (%) = 0.000102043 (0.61976) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28324 ave 28324 max 28324 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28324 Ave neighs/atom = 5.6648 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:43 2021 Memory usage per processor = 27.5328 Mbytes Step Atoms AVEKE stressZZ 11718 5000 2.7054891e-11 3621243.3 11719 -0.00997749999999456 3621183.024532 11719 5000 2.7052904e-11 3621183 Loop time of 0.0172 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:43 2021 Pair time (%) = 0.000995159 (5.78581) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.196834) Outpt time (%) = 0.016068 (93.4185) Other time (%) = 0.000102997 (0.598819) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28324 ave 28324 max 28324 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28324 Ave neighs/atom = 5.6648 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:43 2021 Memory usage per processor = 27.5328 Mbytes Step Atoms AVEKE stressZZ 11719 5000 2.7052904e-11 3621169.4 11720 -0.00997749999999456 3621109.08385117 11720 5000 2.7050918e-11 3621109.1 Loop time of 0.0192289 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:43 2021 Pair time (%) = 0.00107813 (5.6068) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.177305) Outpt time (%) = 0.018012 (93.6716) Other time (%) = 0.000104666 (0.544314) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28324 ave 28324 max 28324 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28324 Ave neighs/atom = 5.6648 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:43 2021 Memory usage per processor = 27.5328 Mbytes Step Atoms AVEKE stressZZ 11720 5000 2.7050918e-11 3621095.5 11721 -0.00997749999999456 3621035.14689103 11721 5000 2.7048933e-11 3621035.1 Loop time of 0.0166259 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:43 2021 Pair time (%) = 0.000967026 (5.81639) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192159) Outpt time (%) = 0.015533 (93.4264) Other time (%) = 9.39369e-05 (0.565004) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28324 ave 28324 max 28324 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28324 Ave neighs/atom = 5.6648 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:43 2021 Memory usage per processor = 27.5328 Mbytes Step Atoms AVEKE stressZZ 11721 5000 2.7048933e-11 3621021.5 11722 -0.00997749999999456 3620961.21365122 11722 5000 2.7046947e-11 3620961.2 Loop time of 0.0165241 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:43 2021 Pair time (%) = 0.00104809 (6.34279) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.2121) Outpt time (%) = 0.015321 (92.7194) Other time (%) = 0.000119925 (0.725756) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28324 ave 28324 max 28324 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28324 Ave neighs/atom = 5.6648 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:43 2021 Memory usage per processor = 27.5328 Mbytes Step Atoms AVEKE stressZZ 11722 5000 2.7046947e-11 3620947.6 11723 -0.00997749999999456 3620887.28413129 11723 5000 2.7044962e-11 3620887.3 Loop time of 0.017164 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:43 2021 Pair time (%) = 0.00109196 (6.36191) Neigh time (%) = 0 (0) Comm time (%) = 9.32217e-05 (0.543123) Outpt time (%) = 0.015877 (92.5018) Other time (%) = 0.000101805 (0.59313) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28324 ave 28324 max 28324 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28324 Ave neighs/atom = 5.6648 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:43 2021 Memory usage per processor = 27.5328 Mbytes Step Atoms AVEKE stressZZ 11723 5000 2.7044962e-11 3620873.7 11724 -0.00997749999999456 3620813.35833101 11724 5000 2.7042976e-11 3620813.4 Loop time of 0.017293 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:43 2021 Pair time (%) = 0.000967026 (5.59201) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179231) Outpt time (%) = 0.016196 (93.6566) Other time (%) = 9.89437e-05 (0.572161) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28324 ave 28324 max 28324 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28324 Ave neighs/atom = 5.6648 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:43 2021 Memory usage per processor = 27.5328 Mbytes Step Atoms AVEKE stressZZ 11724 5000 2.7042976e-11 3620799.7 11725 -0.00997749999999456 3620739.43624995 11725 5000 2.7040991e-11 3620739.4 Loop time of 0.0168099 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:43 2021 Pair time (%) = 0.000965118 (5.74136) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.191473) Outpt time (%) = 0.01566 (93.1594) Other time (%) = 0.000152588 (0.907724) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28324 ave 28324 max 28324 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28324 Ave neighs/atom = 5.6648 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:43 2021 Memory usage per processor = 27.5328 Mbytes Step Atoms AVEKE stressZZ 11725 5000 2.7040991e-11 3620725.8 11726 -0.00997749999999456 3620665.51788777 11726 5000 2.7039007e-11 3620665.5 Loop time of 0.0177009 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:43 2021 Pair time (%) = 0.00143814 (8.12467) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.197998) Outpt time (%) = 0.0160258 (90.5365) Other time (%) = 0.000201941 (1.14085) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28324 ave 28324 max 28324 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28324 Ave neighs/atom = 5.6648 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:43 2021 Memory usage per processor = 27.5328 Mbytes Step Atoms AVEKE stressZZ 11726 5000 2.7039007e-11 3620651.9 11727 -0.00997749999999456 3620591.60324414 11727 5000 2.7037022e-11 3620591.6 Loop time of 0.0173471 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:43 2021 Pair time (%) = 0.000985146 (5.67902) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18417) Outpt time (%) = 0.0162382 (93.6077) Other time (%) = 9.17912e-05 (0.529144) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28324 ave 28324 max 28324 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28324 Ave neighs/atom = 5.6648 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:43 2021 Memory usage per processor = 27.5328 Mbytes Step Atoms AVEKE stressZZ 11727 5000 2.7037022e-11 3620578 11728 -0.00997749999999456 3620517.69231868 11728 5000 2.7035038e-11 3620517.7 Loop time of 0.0165529 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:43 2021 Pair time (%) = 0.00100493 (6.07104) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.187244) Outpt time (%) = 0.0154228 (93.1728) Other time (%) = 9.41753e-05 (0.568935) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28324 ave 28324 max 28324 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28324 Ave neighs/atom = 5.6648 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:43 2021 Memory usage per processor = 27.5328 Mbytes Step Atoms AVEKE stressZZ 11728 5000 2.7035038e-11 3620504.1 11729 -0.00997749999999456 3620443.78511107 11729 5000 2.7033054e-11 3620443.8 Loop time of 0.016753 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:43 2021 Pair time (%) = 0.001158 (6.91221) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.203509) Outpt time (%) = 0.015455 (92.2524) Other time (%) = 0.000105858 (0.631876) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28324 ave 28324 max 28324 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28324 Ave neighs/atom = 5.6648 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:43 2021 Memory usage per processor = 27.5328 Mbytes Step Atoms AVEKE stressZZ 11729 5000 2.7033054e-11 3620430.2 11730 -0.00997749999999456 3620369.881623 11730 5000 2.703107e-11 3620369.9 Loop time of 0.01911 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:43 2021 Pair time (%) = 0.00106287 (5.56186) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.16718) Outpt time (%) = 0.0179229 (93.7881) Other time (%) = 9.2268e-05 (0.482827) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28324 ave 28324 max 28324 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28324 Ave neighs/atom = 5.6648 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:43 2021 Memory usage per processor = 27.5328 Mbytes Step Atoms AVEKE stressZZ 11730 5000 2.703107e-11 3620356.3 11731 -0.00997749999999456 3620295.98185955 11731 5000 2.7029086e-11 3620296 Loop time of 0.0174031 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:44 2021 Pair time (%) = 0.000983953 (5.65389) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.194537) Outpt time (%) = 0.016257 (93.4145) Other time (%) = 0.000128269 (0.737047) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28324 ave 28324 max 28324 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28324 Ave neighs/atom = 5.6648 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:44 2021 Memory usage per processor = 27.5328 Mbytes Step Atoms AVEKE stressZZ 11731 5000 2.7029086e-11 3620282.4 11732 -0.00997749999999456 3620222.08581253 11732 5000 2.7027103e-11 3620222.1 Loop time of 0.016711 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:44 2021 Pair time (%) = 0.000965118 (5.77535) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.19118) Outpt time (%) = 0.0156209 (93.4771) Other time (%) = 9.29832e-05 (0.55642) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28324 ave 28324 max 28324 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28324 Ave neighs/atom = 5.6648 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:44 2021 Memory usage per processor = 27.5328 Mbytes Step Atoms AVEKE stressZZ 11732 5000 2.7027103e-11 3620208.5 11733 -0.00997749999999456 3620148.19348169 11733 5000 2.7025119e-11 3620148.2 Loop time of 0.0166759 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:44 2021 Pair time (%) = 0.00107503 (6.44659) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.210168) Outpt time (%) = 0.0154259 (92.504) Other time (%) = 0.000139952 (0.839243) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28324 ave 28324 max 28324 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28324 Ave neighs/atom = 5.6648 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:44 2021 Memory usage per processor = 27.5328 Mbytes Step Atoms AVEKE stressZZ 11733 5000 2.7025119e-11 3620134.6 11734 -0.00997749999999456 3620074.30486667 11734 5000 2.7023136e-11 3620074.3 Loop time of 0.017153 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:44 2021 Pair time (%) = 0.000963926 (5.61957) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186253) Outpt time (%) = 0.016067 (93.6688) Other time (%) = 9.01222e-05 (0.525401) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28324 ave 28324 max 28324 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28324 Ave neighs/atom = 5.6648 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:44 2021 Memory usage per processor = 27.5328 Mbytes Step Atoms AVEKE stressZZ 11734 5000 2.7023136e-11 3620060.7 11735 -0.00997749999999456 3620000.41996716 11735 5000 2.7021153e-11 3620000.4 Loop time of 0.016762 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:44 2021 Pair time (%) = 0.000963926 (5.75066) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190598) Outpt time (%) = 0.0156741 (93.5097) Other time (%) = 9.20296e-05 (0.549036) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28324 ave 28324 max 28324 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28324 Ave neighs/atom = 5.6648 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:44 2021 Memory usage per processor = 27.5328 Mbytes Step Atoms AVEKE stressZZ 11735 5000 2.7021153e-11 3619986.8 11736 -0.00997749999999456 3619926.53881433 11736 5000 2.7019171e-11 3619926.5 Loop time of 0.0167809 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:44 2021 Pair time (%) = 0.00109196 (6.50716) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.279893) Outpt time (%) = 0.0154948 (92.3363) Other time (%) = 0.000147104 (0.87662) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28324 ave 28324 max 28324 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28324 Ave neighs/atom = 5.6648 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:44 2021 Memory usage per processor = 27.5328 Mbytes Step Atoms AVEKE stressZZ 11736 5000 2.7019171e-11 3619912.9 11737 -0.00997749999999456 3619852.66141182 11737 5000 2.7017188e-11 3619852.7 Loop time of 0.017138 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:44 2021 Pair time (%) = 0.00100803 (5.88186) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191981) Outpt time (%) = 0.0159979 (93.3474) Other time (%) = 9.91821e-05 (0.578726) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28324 ave 28324 max 28324 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28324 Ave neighs/atom = 5.6648 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:44 2021 Memory usage per processor = 27.5328 Mbytes Step Atoms AVEKE stressZZ 11737 5000 2.7017188e-11 3619839 11738 -0.00997749999999456 3619778.78774515 11738 5000 2.7015206e-11 3619778.8 Loop time of 0.0173621 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:44 2021 Pair time (%) = 0.000963926 (5.55189) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.185384) Outpt time (%) = 0.0162742 (93.734) Other time (%) = 9.17912e-05 (0.528686) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28324 ave 28324 max 28324 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28324 Ave neighs/atom = 5.6648 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:44 2021 Memory usage per processor = 27.5328 Mbytes Step Atoms AVEKE stressZZ 11738 5000 2.7015206e-11 3619765.2 11739 -0.00997749999999456 3619704.91780981 11739 5000 2.7013224e-11 3619704.9 Loop time of 0.0164568 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:44 2021 Pair time (%) = 0.000962019 (5.84571) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194133) Outpt time (%) = 0.0153759 (93.4314) Other time (%) = 8.70228e-05 (0.528794) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28324 ave 28324 max 28324 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28324 Ave neighs/atom = 5.6648 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:44 2021 Memory usage per processor = 27.5328 Mbytes Step Atoms AVEKE stressZZ 11739 5000 2.7013224e-11 3619691.3 11740 -0.00997749999999456 3619631.05160304 11740 5000 2.7011242e-11 3619631.1 Loop time of 0.0189371 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:44 2021 Pair time (%) = 0.00119305 (6.30005) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.190109) Outpt time (%) = 0.017554 (92.6965) Other time (%) = 0.000154018 (0.813315) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28324 ave 28324 max 28324 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28324 Ave neighs/atom = 5.6648 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:44 2021 Memory usage per processor = 27.5328 Mbytes Step Atoms AVEKE stressZZ 11740 5000 2.7011242e-11 3619617.4 11741 -0.00997749999999456 3619557.189123 11741 5000 2.7009261e-11 3619557.2 Loop time of 0.01703 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:44 2021 Pair time (%) = 0.00112295 (6.59396) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181999) Outpt time (%) = 0.0157781 (92.6486) Other time (%) = 9.799e-05 (0.575397) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28324 ave 28324 max 28324 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28324 Ave neighs/atom = 5.6648 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:44 2021 Memory usage per processor = 27.5328 Mbytes Step Atoms AVEKE stressZZ 11741 5000 2.7009261e-11 3619543.6 11742 -0.00997749999999456 3619483.33036826 11742 5000 2.7007279e-11 3619483.3 Loop time of 0.0169761 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:44 2021 Pair time (%) = 0.00096488 (5.68375) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.189599) Outpt time (%) = 0.0158441 (93.3317) Other time (%) = 0.000134945 (0.79491) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28324 ave 28324 max 28324 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28324 Ave neighs/atom = 5.6648 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:44 2021 Memory usage per processor = 27.5328 Mbytes Step Atoms AVEKE stressZZ 11742 5000 2.7007279e-11 3619469.7 11743 -0.00997749999999456 3619409.47534667 11743 5000 2.7005298e-11 3619409.5 Loop time of 0.0167801 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:44 2021 Pair time (%) = 0.00108194 (6.44776) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.196076) Outpt time (%) = 0.015537 (92.5918) Other time (%) = 0.000128269 (0.764411) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28324 ave 28324 max 28324 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28324 Ave neighs/atom = 5.6648 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:44 2021 Memory usage per processor = 27.5328 Mbytes Step Atoms AVEKE stressZZ 11743 5000 2.7005298e-11 3619395.9 11744 -0.00997749999999456 3619335.62407116 11744 5000 2.7003317e-11 3619335.6 Loop time of 0.0172348 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:44 2021 Pair time (%) = 0.00123215 (7.14918) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.237937) Outpt time (%) = 0.015805 (91.704) Other time (%) = 0.000156641 (0.908865) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28324 ave 28324 max 28324 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28324 Ave neighs/atom = 5.6648 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:44 2021 Memory usage per processor = 27.5328 Mbytes Step Atoms AVEKE stressZZ 11744 5000 2.7003317e-11 3619322 11745 -0.00997749999999456 3619261.77653082 11745 5000 2.7001337e-11 3619261.8 Loop time of 0.0173399 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:44 2021 Pair time (%) = 0.000995874 (5.74324) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184246) Outpt time (%) = 0.0162189 (93.5349) Other time (%) = 9.32217e-05 (0.537612) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28324 ave 28324 max 28324 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28324 Ave neighs/atom = 5.6648 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:44 2021 Memory usage per processor = 27.5328 Mbytes Step Atoms AVEKE stressZZ 11745 5000 2.7001337e-11 3619248.2 11746 -0.00997749999999456 3619187.93272205 11746 5000 2.6999356e-11 3619187.9 Loop time of 0.0165949 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:44 2021 Pair time (%) = 0.00096488 (5.81432) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.193954) Outpt time (%) = 0.0155039 (93.4257) Other time (%) = 9.39369e-05 (0.566059) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28324 ave 28324 max 28324 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28324 Ave neighs/atom = 5.6648 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:44 2021 Memory usage per processor = 27.5328 Mbytes Step Atoms AVEKE stressZZ 11746 5000 2.6999356e-11 3619174.3 11747 -0.00997749999999456 3619114.09264267 11747 5000 2.6997376e-11 3619114.1 Loop time of 0.0169849 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:44 2021 Pair time (%) = 0.00101209 (5.95873) Neigh time (%) = 0 (0) Comm time (%) = 6.29425e-05 (0.370578) Outpt time (%) = 0.0157921 (92.9773) Other time (%) = 0.000117779 (0.693431) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28324 ave 28324 max 28324 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28324 Ave neighs/atom = 5.6648 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:44 2021 Memory usage per processor = 27.5328 Mbytes Step Atoms AVEKE stressZZ 11747 5000 2.6997376e-11 3619100.5 11748 -0.00997749999999456 3619040.25629124 11748 5000 2.6995396e-11 3619040.3 Loop time of 0.0169899 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:44 2021 Pair time (%) = 0.00099802 (5.87418) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.199267) Outpt time (%) = 0.015857 (93.3316) Other time (%) = 0.000101089 (0.594996) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28324 ave 28324 max 28324 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28324 Ave neighs/atom = 5.6648 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:44 2021 Memory usage per processor = 27.5328 Mbytes Step Atoms AVEKE stressZZ 11748 5000 2.6995396e-11 3619026.6 11749 -0.00997749999999456 3618966.42366669 11749 5000 2.6993416e-11 3618966.4 Loop time of 0.0170369 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:44 2021 Pair time (%) = 0.0010159 (5.96294) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187523) Outpt time (%) = 0.0159001 (93.3275) Other time (%) = 8.89301e-05 (0.521985) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28324 ave 28324 max 28324 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28324 Ave neighs/atom = 5.6648 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:44 2021 Memory usage per processor = 27.5328 Mbytes Step Atoms AVEKE stressZZ 11749 5000 2.6993416e-11 3618952.8 11750 -0.00997749999999456 3618892.5947683 11750 5000 2.6991436e-11 3618892.6 Loop time of 0.0188131 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:44 2021 Pair time (%) = 0.00107002 (5.68764) Neigh time (%) = 0 (0) Comm time (%) = 5.60284e-05 (0.297815) Outpt time (%) = 0.0175772 (93.4303) Other time (%) = 0.000109911 (0.584225) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28324 ave 28324 max 28324 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28324 Ave neighs/atom = 5.6648 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:44 2021 Memory usage per processor = 27.5328 Mbytes Step Atoms AVEKE stressZZ 11750 5000 2.6991436e-11 3618879 11751 -0.00997749999999456 3618818.76959552 11751 5000 2.6989457e-11 3618818.8 Loop time of 0.016592 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:44 2021 Pair time (%) = 0.00107598 (6.48494) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211231) Outpt time (%) = 0.0153761 (92.6716) Other time (%) = 0.000104904 (0.632257) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28324 ave 28324 max 28324 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28324 Ave neighs/atom = 5.6648 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:44 2021 Memory usage per processor = 27.5328 Mbytes Step Atoms AVEKE stressZZ 11751 5000 2.6989457e-11 3618805.2 11752 -0.00997749999999456 3618744.94814817 11752 5000 2.6987478e-11 3618744.9 Loop time of 0.017009 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:44 2021 Pair time (%) = 0.000972033 (5.71481) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18783) Outpt time (%) = 0.015913 (93.5563) Other time (%) = 9.20296e-05 (0.541063) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28324 ave 28324 max 28324 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28324 Ave neighs/atom = 5.6648 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:44 2021 Memory usage per processor = 27.5328 Mbytes Step Atoms AVEKE stressZZ 11752 5000 2.6987478e-11 3618731.3 11753 -0.00997749999999456 3618671.13042646 11753 5000 2.6985498e-11 3618671.1 Loop time of 0.017276 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:44 2021 Pair time (%) = 0.000962019 (5.56851) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184927) Outpt time (%) = 0.0161891 (93.7083) Other time (%) = 9.29832e-05 (0.538221) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28324 ave 28324 max 28324 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28324 Ave neighs/atom = 5.6648 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:44 2021 Memory usage per processor = 27.5328 Mbytes Step Atoms AVEKE stressZZ 11753 5000 2.6985498e-11 3618657.5 11754 -0.00997749999999456 3618597.31643107 11754 5000 2.698352e-11 3618597.3 Loop time of 0.0165379 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:44 2021 Pair time (%) = 0.00099206 (5.9987) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.200389) Outpt time (%) = 0.015413 (93.1983) Other time (%) = 9.9659e-05 (0.602609) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28324 ave 28324 max 28324 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28324 Ave neighs/atom = 5.6648 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:44 2021 Memory usage per processor = 27.5328 Mbytes Step Atoms AVEKE stressZZ 11754 5000 2.698352e-11 3618583.7 11755 -0.00997749999999456 3618523.50615544 11755 5000 2.6981541e-11 3618523.5 Loop time of 0.0161579 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:44 2021 Pair time (%) = 0.000962019 (5.95387) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.191822) Outpt time (%) = 0.015074 (93.2921) Other time (%) = 9.08375e-05 (0.562187) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28324 ave 28324 max 28324 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28324 Ave neighs/atom = 5.6648 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:44 2021 Memory usage per processor = 27.5328 Mbytes Step Atoms AVEKE stressZZ 11755 5000 2.6981541e-11 3618509.9 11756 -0.00997749999999456 3618449.69960491 11756 5000 2.6979563e-11 3618449.7 Loop time of 0.0162032 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:44 2021 Pair time (%) = 0.000967979 (5.97401) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.191286) Outpt time (%) = 0.015115 (93.2844) Other time (%) = 8.91685e-05 (0.550316) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28324 ave 28324 max 28324 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28324 Ave neighs/atom = 5.6648 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:22:44 2021 Memory usage per processor = 27.5328 Mbytes Step Atoms AVEKE stressZZ 11756 5000 2.6979563e-11 3618436.1 11757 -0.00997749999999456 3618363.79077657 11757 5000 5.3293992e-11 3618482.6 Loop time of 0.0170579 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:44 2021 Pair time (%) = 0.000963926 (5.65091) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187292) Outpt time (%) = 0.0159118 (93.2812) Other time (%) = 0.000150204 (0.880552) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28324 ave 28324 max 28324 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28324 Ave neighs/atom = 5.6648 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:44 2021 Memory usage per processor = 27.5328 Mbytes Step Atoms AVEKE stressZZ 11757 5000 5.3293992e-11 3665522 11758 -0.0100099999999945 3665442.14653325 11758 5000 4.2955948e-11 3665442.1 Loop time of 0.0165932 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:44 2021 Pair time (%) = 0.00100613 (6.06348) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192537) Outpt time (%) = 0.0154612 (93.1779) Other time (%) = 9.39369e-05 (0.566116) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28325 ave 28325 max 28325 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28325 Ave neighs/atom = 5.665 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:44 2021 Memory usage per processor = 27.5328 Mbytes Step Atoms AVEKE stressZZ 11758 5000 4.2955948e-11 3665423.8 11759 -0.0100099999999945 3665350.81175022 11759 5000 3.6963942e-11 3665350.8 Loop time of 0.016685 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:44 2021 Pair time (%) = 0.00114918 (6.88749) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.21577) Outpt time (%) = 0.0153899 (92.238) Other time (%) = 0.000109911 (0.658741) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28325 ave 28325 max 28325 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28325 Ave neighs/atom = 5.665 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:44 2021 Memory usage per processor = 27.5328 Mbytes Step Atoms AVEKE stressZZ 11759 5000 3.6963942e-11 3665334.1 11760 -0.0100099999999945 3665265.45092529 11760 5000 3.3388958e-11 3665265.5 Loop time of 0.0193181 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:44 2021 Pair time (%) = 0.00102496 (5.3057) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.176487) Outpt time (%) = 0.0181291 (93.8452) Other time (%) = 0.000129938 (0.672624) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28325 ave 28325 max 28325 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28325 Ave neighs/atom = 5.665 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:44 2021 Memory usage per processor = 27.5329 Mbytes Step Atoms AVEKE stressZZ 11760 5000 3.3388958e-11 3665249.8 11761 -0.0100099999999945 3665183.88798738 11761 5000 3.1210696e-11 3665183.9 Loop time of 0.0172429 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:44 2021 Pair time (%) = 0.000965118 (5.59719) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185282) Outpt time (%) = 0.0161538 (93.6838) Other time (%) = 9.20296e-05 (0.533724) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28325 ave 28325 max 28325 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28325 Ave neighs/atom = 5.665 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:44 2021 Memory usage per processor = 27.5329 Mbytes Step Atoms AVEKE stressZZ 11761 5000 3.1210696e-11 3665168.9 11762 -0.0100099999999945 3665104.74002357 11762 5000 2.9863791e-11 3665104.7 Loop time of 0.016361 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:44 2021 Pair time (%) = 0.00096488 (5.89744) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.19527) Outpt time (%) = 0.015269 (93.3259) Other time (%) = 9.5129e-05 (0.581438) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28325 ave 28325 max 28325 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28325 Ave neighs/atom = 5.665 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:44 2021 Memory usage per processor = 27.5329 Mbytes Step Atoms AVEKE stressZZ 11762 5000 2.9863791e-11 3665090.2 11763 -0.0100099999999945 3665027.12817853 11763 5000 2.902249e-11 3665027.1 Loop time of 0.0174019 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:44 2021 Pair time (%) = 0.0010581 (6.08037) Neigh time (%) = 0 (0) Comm time (%) = 6.29425e-05 (0.361698) Outpt time (%) = 0.0161569 (92.8455) Other time (%) = 0.000123978 (0.712436) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28325 ave 28325 max 28325 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28325 Ave neighs/atom = 5.665 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:44 2021 Memory usage per processor = 27.5329 Mbytes Step Atoms AVEKE stressZZ 11763 5000 2.902249e-11 3665012.8 11764 -0.0100099999999945 3664950.49392996 11764 5000 2.8493322e-11 3664950.5 Loop time of 0.017204 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:44 2021 Pair time (%) = 0.000963926 (5.6029) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.187087) Outpt time (%) = 0.0161161 (93.6765) Other time (%) = 9.17912e-05 (0.533544) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28325 ave 28325 max 28325 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28325 Ave neighs/atom = 5.665 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:44 2021 Memory usage per processor = 27.5329 Mbytes Step Atoms AVEKE stressZZ 11764 5000 2.8493322e-11 3664936.3 11765 -0.0100099999999945 3664874.48233065 11765 5000 2.8158808e-11 3664874.5 Loop time of 0.0169251 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:44 2021 Pair time (%) = 0.000971079 (5.73751) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188762) Outpt time (%) = 0.0158272 (93.5131) Other time (%) = 9.48906e-05 (0.56065) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28325 ave 28325 max 28325 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28325 Ave neighs/atom = 5.665 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:44 2021 Memory usage per processor = 27.5329 Mbytes Step Atoms AVEKE stressZZ 11765 5000 2.8158808e-11 3664860.4 11766 -0.0100099999999945 3664798.86780726 11766 5000 2.79465e-11 3664798.9 Loop time of 0.0167561 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:44 2021 Pair time (%) = 0.00102592 (6.12265) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.203472) Outpt time (%) = 0.01559 (93.0407) Other time (%) = 0.000106096 (0.633182) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28325 ave 28325 max 28325 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28325 Ave neighs/atom = 5.665 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:44 2021 Memory usage per processor = 27.5329 Mbytes Step Atoms AVEKE stressZZ 11766 5000 2.79465e-11 3664784.9 11767 -0.0100099999999945 3664723.50700523 11767 5000 2.7811248e-11 3664723.5 Loop time of 0.0173361 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:44 2021 Pair time (%) = 0.00113606 (6.55316) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184286) Outpt time (%) = 0.016068 (92.6849) Other time (%) = 0.000100136 (0.577613) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28325 ave 28325 max 28325 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28325 Ave neighs/atom = 5.665 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:44 2021 Memory usage per processor = 27.5329 Mbytes Step Atoms AVEKE stressZZ 11767 5000 2.7811248e-11 3664709.6 11768 -0.0100099999999945 3664648.30882086 11768 5000 2.7724722e-11 3664648.3 Loop time of 0.0172489 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:44 2021 Pair time (%) = 0.000960827 (5.57038) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185218) Outpt time (%) = 0.0161629 (93.704) Other time (%) = 9.32217e-05 (0.540451) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28325 ave 28325 max 28325 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28325 Ave neighs/atom = 5.665 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:44 2021 Memory usage per processor = 27.5329 Mbytes Step Atoms AVEKE stressZZ 11768 5000 2.7724722e-11 3664634.4 11769 -0.0100099999999945 3664573.21535651 11769 5000 2.7669062e-11 3664573.2 Loop time of 0.0167711 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:44 2021 Pair time (%) = 0.000959873 (5.72338) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.191917) Outpt time (%) = 0.015692 (93.5658) Other time (%) = 8.70228e-05 (0.518886) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28325 ave 28325 max 28325 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28325 Ave neighs/atom = 5.665 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:44 2021 Memory usage per processor = 27.5329 Mbytes Step Atoms AVEKE stressZZ 11769 5000 2.7669062e-11 3664559.3 11770 -0.0100099999999945 3664498.18981737 11770 5000 2.7632978e-11 3664498.2 Loop time of 0.0195329 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:44 2021 Pair time (%) = 0.0013752 (7.04041) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.174546) Outpt time (%) = 0.0179191 (91.7378) Other time (%) = 0.000204563 (1.04727) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28325 ave 28325 max 28325 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28325 Ave neighs/atom = 5.665 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:44 2021 Memory usage per processor = 27.5329 Mbytes Step Atoms AVEKE stressZZ 11770 5000 2.7632978e-11 3664484.3 11771 -0.0100099999999945 3664423.20881987 11771 5000 2.7609318e-11 3664423.2 Loop time of 0.017024 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:44 2021 Pair time (%) = 0.000977039 (5.73917) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.189065) Outpt time (%) = 0.0159221 (93.527) Other time (%) = 9.27448e-05 (0.544787) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28325 ave 28325 max 28325 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28325 Ave neighs/atom = 5.665 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:44 2021 Memory usage per processor = 27.5329 Mbytes Step Atoms AVEKE stressZZ 11771 5000 2.7609318e-11 3664409.3 11772 -0.0100099999999945 3664348.2575032 11772 5000 2.7593548e-11 3664348.3 Loop time of 0.017122 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:44 2021 Pair time (%) = 0.00104403 (6.09761) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181021) Outpt time (%) = 0.0159359 (93.0725) Other time (%) = 0.000111103 (0.64889) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28325 ave 28325 max 28325 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28325 Ave neighs/atom = 5.665 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:44 2021 Memory usage per processor = 27.5329 Mbytes Step Atoms AVEKE stressZZ 11772 5000 2.7593548e-11 3664334.4 11773 -0.0100099999999945 3664273.32642312 11773 5000 2.7582789e-11 3664273.3 Loop time of 0.016974 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:44 2021 Pair time (%) = 0.00107598 (6.33902) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.20086) Outpt time (%) = 0.015749 (92.7831) Other time (%) = 0.000114918 (0.677023) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28325 ave 28325 max 28325 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28325 Ave neighs/atom = 5.665 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:44 2021 Memory usage per processor = 27.5329 Mbytes Step Atoms AVEKE stressZZ 11773 5000 2.7582789e-11 3664259.5 11774 -0.0100099999999945 3664198.40957747 11774 5000 2.7575213e-11 3664198.4 Loop time of 0.017123 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:44 2021 Pair time (%) = 0.00103211 (6.02765) Neigh time (%) = 0 (0) Comm time (%) = 6.19888e-05 (0.362021) Outpt time (%) = 0.0158939 (92.8222) Other time (%) = 0.000134945 (0.788092) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28325 ave 28325 max 28325 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28325 Ave neighs/atom = 5.665 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:44 2021 Memory usage per processor = 27.5329 Mbytes Step Atoms AVEKE stressZZ 11774 5000 2.7575213e-11 3664184.6 11775 -0.0100099999999945 3664123.50315171 11775 5000 2.756966e-11 3664123.5 Loop time of 0.0173512 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:45 2021 Pair time (%) = 0.000966072 (5.56777) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.17863) Outpt time (%) = 0.0162659 (93.7452) Other time (%) = 8.82149e-05 (0.508409) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28325 ave 28325 max 28325 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28325 Ave neighs/atom = 5.665 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:45 2021 Memory usage per processor = 27.5329 Mbytes Step Atoms AVEKE stressZZ 11775 5000 2.756966e-11 3664109.6 11776 -0.0100099999999945 3664048.6047216 11776 5000 2.7565392e-11 3664048.6 Loop time of 0.0165439 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:45 2021 Pair time (%) = 0.00101495 (6.13489) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.187347) Outpt time (%) = 0.0154009 (93.0912) Other time (%) = 9.70364e-05 (0.58654) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28325 ave 28325 max 28325 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28325 Ave neighs/atom = 5.665 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:45 2021 Memory usage per processor = 27.5329 Mbytes Step Atoms AVEKE stressZZ 11776 5000 2.7565392e-11 3664034.8 11777 -0.0100099999999945 3663973.7127462 11777 5000 2.7561941e-11 3663973.7 Loop time of 0.0166459 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:45 2021 Pair time (%) = 0.00108886 (6.54129) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.222006) Outpt time (%) = 0.015403 (92.5334) Other time (%) = 0.000117064 (0.703257) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28325 ave 28325 max 28325 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28325 Ave neighs/atom = 5.665 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:45 2021 Memory usage per processor = 27.5329 Mbytes Step Atoms AVEKE stressZZ 11777 5000 2.7561941e-11 3663959.9 11778 -0.0100099999999945 3663898.82624622 11778 5000 2.755901e-11 3663898.8 Loop time of 0.016953 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:45 2021 Pair time (%) = 0.000972033 (5.73369) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188451) Outpt time (%) = 0.015857 (93.535) Other time (%) = 9.20296e-05 (0.542852) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28325 ave 28325 max 28325 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28325 Ave neighs/atom = 5.665 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:45 2021 Memory usage per processor = 27.5329 Mbytes Step Atoms AVEKE stressZZ 11778 5000 2.755901e-11 3663885 11779 -0.0100099999999945 3663823.94459918 11779 5000 2.7556408e-11 3663823.9 Loop time of 0.016974 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:45 2021 Pair time (%) = 0.00100207 (5.90359) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188218) Outpt time (%) = 0.0158191 (93.1961) Other time (%) = 0.000120878 (0.712139) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28325 ave 28325 max 28325 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28325 Ave neighs/atom = 5.665 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:45 2021 Memory usage per processor = 27.5329 Mbytes Step Atoms AVEKE stressZZ 11779 5000 2.7556408e-11 3663810.1 11780 -0.0100099999999945 3663749.06740925 11780 5000 2.7554017e-11 3663749.1 Loop time of 0.0186648 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:45 2021 Pair time (%) = 0.000972033 (5.20783) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.177554) Outpt time (%) = 0.0175569 (94.0641) Other time (%) = 0.000102758 (0.550545) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28325 ave 28325 max 28325 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28325 Ave neighs/atom = 5.665 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:45 2021 Memory usage per processor = 27.5329 Mbytes Step Atoms AVEKE stressZZ 11780 5000 2.7554017e-11 3663735.2 11781 -0.0100099999999945 3663674.19442481 11781 5000 2.7551758e-11 3663674.2 Loop time of 0.0173321 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:45 2021 Pair time (%) = 0.00130796 (7.54649) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.207714) Outpt time (%) = 0.0157909 (91.1082) Other time (%) = 0.000197172 (1.13761) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28325 ave 28325 max 28325 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28325 Ave neighs/atom = 5.665 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:45 2021 Memory usage per processor = 27.5329 Mbytes Step Atoms AVEKE stressZZ 11781 5000 2.7551758e-11 3663660.3 11782 -0.0100099999999945 3663599.32548581 11782 5000 2.7549585e-11 3663599.3 Loop time of 0.0172381 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:45 2021 Pair time (%) = 0.000972033 (5.63885) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185334) Outpt time (%) = 0.0161421 (93.6419) Other time (%) = 9.20296e-05 (0.533872) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28325 ave 28325 max 28325 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28325 Ave neighs/atom = 5.665 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:45 2021 Memory usage per processor = 27.5329 Mbytes Step Atoms AVEKE stressZZ 11782 5000 2.7549585e-11 3663585.5 11783 -0.0100099999999945 3663524.46049042 11783 5000 2.7547465e-11 3663524.5 Loop time of 0.0166922 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:45 2021 Pair time (%) = 0.0010221 (6.12324) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.185682) Outpt time (%) = 0.015548 (93.1455) Other time (%) = 9.10759e-05 (0.545621) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28325 ave 28325 max 28325 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28325 Ave neighs/atom = 5.665 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:45 2021 Memory usage per processor = 27.5329 Mbytes Step Atoms AVEKE stressZZ 11783 5000 2.7547465e-11 3663510.6 11784 -0.0100099999999945 3663449.59937377 11784 5000 2.754538e-11 3663449.6 Loop time of 0.0165119 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:45 2021 Pair time (%) = 0.00100493 (6.08612) Neigh time (%) = 0 (0) Comm time (%) = 5.6982e-05 (0.345096) Outpt time (%) = 0.015343 (92.9205) Other time (%) = 0.00010705 (0.648319) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28325 ave 28325 max 28325 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28325 Ave neighs/atom = 5.665 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:45 2021 Memory usage per processor = 27.5329 Mbytes Step Atoms AVEKE stressZZ 11784 5000 2.754538e-11 3663435.8 11785 -0.0100099999999945 3663374.74209456 11785 5000 2.7543317e-11 3663374.7 Loop time of 0.0170491 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:45 2021 Pair time (%) = 0.00108099 (6.34046) Neigh time (%) = 0 (0) Comm time (%) = 4.98295e-05 (0.292271) Outpt time (%) = 0.0157862 (92.5925) Other time (%) = 0.000132084 (0.774728) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28325 ave 28325 max 28325 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28325 Ave neighs/atom = 5.665 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:45 2021 Memory usage per processor = 27.5329 Mbytes Step Atoms AVEKE stressZZ 11785 5000 2.7543317e-11 3663360.9 11786 -0.0100099999999945 3663299.88862628 11786 5000 2.7541268e-11 3663299.9 Loop time of 0.0173159 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:45 2021 Pair time (%) = 0.000961065 (5.5502) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184502) Outpt time (%) = 0.0162308 (93.7338) Other time (%) = 9.20296e-05 (0.531475) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28325 ave 28325 max 28325 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28325 Ave neighs/atom = 5.665 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:45 2021 Memory usage per processor = 27.5329 Mbytes Step Atoms AVEKE stressZZ 11786 5000 2.7541268e-11 3663286 11787 -0.0100099999999945 3663225.03895207 11787 5000 2.7539228e-11 3663225 Loop time of 0.016494 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:45 2021 Pair time (%) = 0.000967026 (5.86288) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193695) Outpt time (%) = 0.0153999 (93.3667) Other time (%) = 9.5129e-05 (0.576748) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28325 ave 28325 max 28325 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28325 Ave neighs/atom = 5.665 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:45 2021 Memory usage per processor = 27.5329 Mbytes Step Atoms AVEKE stressZZ 11787 5000 2.7539228e-11 3663211.2 11788 -0.0100099999999945 3663150.19306105 11788 5000 2.7537193e-11 3663150.2 Loop time of 0.017014 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:45 2021 Pair time (%) = 0.00121093 (7.11723) Neigh time (%) = 0 (0) Comm time (%) = 5.6982e-05 (0.334912) Outpt time (%) = 0.0156081 (91.7365) Other time (%) = 0.000138044 (0.811356) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28325 ave 28325 max 28325 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28325 Ave neighs/atom = 5.665 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:45 2021 Memory usage per processor = 27.5329 Mbytes Step Atoms AVEKE stressZZ 11788 5000 2.7537193e-11 3663136.3 11789 -0.0100099999999945 3663075.35094614 11789 5000 2.7535163e-11 3663075.4 Loop time of 0.017154 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:45 2021 Pair time (%) = 0.000963926 (5.61926) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180684) Outpt time (%) = 0.016067 (93.6636) Other time (%) = 9.20296e-05 (0.536491) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28325 ave 28325 max 28325 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28325 Ave neighs/atom = 5.665 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:45 2021 Memory usage per processor = 27.5329 Mbytes Step Atoms AVEKE stressZZ 11789 5000 2.7535163e-11 3663061.5 11790 -0.0100099999999945 3663000.51260272 11790 5000 2.7533135e-11 3663000.5 Loop time of 0.0193889 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:45 2021 Pair time (%) = 0.000966072 (4.9826) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.164775) Outpt time (%) = 0.018266 (94.2083) Other time (%) = 0.000124931 (0.644344) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28325 ave 28325 max 28325 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28325 Ave neighs/atom = 5.665 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:45 2021 Memory usage per processor = 27.5329 Mbytes Step Atoms AVEKE stressZZ 11790 5000 2.7533135e-11 3662986.7 11791 -0.0100099999999945 3662925.67802777 11791 5000 2.7531108e-11 3662925.7 Loop time of 0.0169539 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:45 2021 Pair time (%) = 0.000963926 (5.68556) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.195472) Outpt time (%) = 0.0158579 (93.5354) Other time (%) = 9.89437e-05 (0.583603) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28325 ave 28325 max 28325 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28325 Ave neighs/atom = 5.665 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:45 2021 Memory usage per processor = 27.5329 Mbytes Step Atoms AVEKE stressZZ 11791 5000 2.7531108e-11 3662911.8 11792 -0.0100099999999945 3662850.84721919 11792 5000 2.7529083e-11 3662850.8 Loop time of 0.0169849 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:45 2021 Pair time (%) = 0.00102806 (6.05278) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206345) Outpt time (%) = 0.0157802 (92.9071) Other time (%) = 0.000141621 (0.833801) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28325 ave 28325 max 28325 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28325 Ave neighs/atom = 5.665 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:45 2021 Memory usage per processor = 27.5329 Mbytes Step Atoms AVEKE stressZZ 11792 5000 2.7529083e-11 3662837 11793 -0.0100099999999945 3662776.02017551 11793 5000 2.7527058e-11 3662776 Loop time of 0.0171549 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:45 2021 Pair time (%) = 0.00100589 (5.86355) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186233) Outpt time (%) = 0.0160248 (93.4124) Other time (%) = 9.2268e-05 (0.537851) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28325 ave 28325 max 28325 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28325 Ave neighs/atom = 5.665 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:45 2021 Memory usage per processor = 27.5329 Mbytes Step Atoms AVEKE stressZZ 11793 5000 2.7527058e-11 3662762.2 11794 -0.0100099999999945 3662701.19689571 11794 5000 2.7525034e-11 3662701.2 Loop time of 0.0165319 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:45 2021 Pair time (%) = 0.00095892 (5.8004) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193251) Outpt time (%) = 0.0154481 (93.4439) Other time (%) = 9.29832e-05 (0.562446) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28325 ave 28325 max 28325 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28325 Ave neighs/atom = 5.665 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:45 2021 Memory usage per processor = 27.5329 Mbytes Step Atoms AVEKE stressZZ 11794 5000 2.7525034e-11 3662687.4 11795 -0.0100099999999945 3662626.37737893 11795 5000 2.7523011e-11 3662626.4 Loop time of 0.0168529 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:45 2021 Pair time (%) = 0.00110912 (6.58122) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.213621) Outpt time (%) = 0.0155618 (92.3394) Other time (%) = 0.000145912 (0.865801) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28325 ave 28325 max 28325 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28325 Ave neighs/atom = 5.665 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:45 2021 Memory usage per processor = 27.5329 Mbytes Step Atoms AVEKE stressZZ 11795 5000 2.7523011e-11 3662612.5 11796 -0.0100099999999945 3662551.5616246 11796 5000 2.7520987e-11 3662551.6 Loop time of 0.0174539 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:45 2021 Pair time (%) = 0.00101995 (5.8437) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.177579) Outpt time (%) = 0.016304 (93.4118) Other time (%) = 9.89437e-05 (0.566886) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28325 ave 28325 max 28325 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28325 Ave neighs/atom = 5.665 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:45 2021 Memory usage per processor = 27.5329 Mbytes Step Atoms AVEKE stressZZ 11796 5000 2.7520987e-11 3662537.7 11797 -0.0100099999999945 3662476.74963213 11797 5000 2.7518965e-11 3662476.7 Loop time of 0.0171139 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:45 2021 Pair time (%) = 0.000999928 (5.84277) Neigh time (%) = 0 (0) Comm time (%) = 4.3869e-05 (0.256335) Outpt time (%) = 0.0159509 (93.2043) Other time (%) = 0.000119209 (0.696563) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28325 ave 28325 max 28325 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28325 Ave neighs/atom = 5.665 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:45 2021 Memory usage per processor = 27.5329 Mbytes Step Atoms AVEKE stressZZ 11797 5000 2.7518965e-11 3662462.9 11798 -0.0100099999999945 3662401.94140106 11798 5000 2.7516942e-11 3662401.9 Loop time of 0.016403 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:45 2021 Pair time (%) = 0.000972033 (5.92596) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.19477) Outpt time (%) = 0.015305 (93.3066) Other time (%) = 9.39369e-05 (0.572683) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28325 ave 28325 max 28325 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28325 Ave neighs/atom = 5.665 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:45 2021 Memory usage per processor = 27.5329 Mbytes Step Atoms AVEKE stressZZ 11798 5000 2.7516942e-11 3662388.1 11799 -0.0100099999999945 3662327.13693095 11799 5000 2.751492e-11 3662327.1 Loop time of 0.0163488 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:45 2021 Pair time (%) = 0.00100803 (6.16578) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.195415) Outpt time (%) = 0.0152199 (93.0948) Other time (%) = 8.89301e-05 (0.543954) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28325 ave 28325 max 28325 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28325 Ave neighs/atom = 5.665 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:45 2021 Memory usage per processor = 27.5329 Mbytes Step Atoms AVEKE stressZZ 11799 5000 2.751492e-11 3662313.3 11800 -0.0100099999999945 3662252.3362214 11800 5000 2.7512898e-11 3662252.3 Loop time of 0.0184939 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:45 2021 Pair time (%) = 0.000962973 (5.20698) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.167593) Outpt time (%) = 0.0174119 (94.1497) Other time (%) = 8.79765e-05 (0.475706) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28325 ave 28325 max 28325 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28325 Ave neighs/atom = 5.665 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:45 2021 Memory usage per processor = 27.5329 Mbytes Step Atoms AVEKE stressZZ 11800 5000 2.7512898e-11 3662238.5 11801 -0.0100099999999945 3662177.53927198 11801 5000 2.7510876e-11 3662177.5 Loop time of 0.016382 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:45 2021 Pair time (%) = 0.000963926 (5.88407) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.19502) Outpt time (%) = 0.0152981 (93.3839) Other time (%) = 8.79765e-05 (0.537032) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28325 ave 28325 max 28325 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28325 Ave neighs/atom = 5.665 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:45 2021 Memory usage per processor = 27.5329 Mbytes Step Atoms AVEKE stressZZ 11801 5000 2.7510876e-11 3662163.7 11802 -0.0100099999999945 3662102.74608236 11802 5000 2.7508854e-11 3662102.7 Loop time of 0.0171471 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:45 2021 Pair time (%) = 0.00131607 (7.67519) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.297553) Outpt time (%) = 0.0156071 (91.0192) Other time (%) = 0.000172853 (1.00806) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28325 ave 28325 max 28325 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28325 Ave neighs/atom = 5.665 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:45 2021 Memory usage per processor = 27.5329 Mbytes Step Atoms AVEKE stressZZ 11802 5000 2.7508854e-11 3662088.9 11803 -0.0100099999999945 3662027.95665216 11803 5000 2.7506833e-11 3662028 Loop time of 0.016978 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:45 2021 Pair time (%) = 0.000966072 (5.69013) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.182556) Outpt time (%) = 0.0158861 (93.5684) Other time (%) = 9.48906e-05 (0.558902) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28325 ave 28325 max 28325 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28325 Ave neighs/atom = 5.665 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:45 2021 Memory usage per processor = 27.5329 Mbytes Step Atoms AVEKE stressZZ 11803 5000 2.7506833e-11 3662014.1 11804 -0.0100099999999945 3661953.17098099 11804 5000 2.7504812e-11 3661953.2 Loop time of 0.016932 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:45 2021 Pair time (%) = 0.000988007 (5.83514) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188685) Outpt time (%) = 0.0158169 (93.4143) Other time (%) = 9.5129e-05 (0.561829) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28325 ave 28325 max 28325 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28325 Ave neighs/atom = 5.665 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:45 2021 Memory usage per processor = 27.5329 Mbytes Step Atoms AVEKE stressZZ 11804 5000 2.7504812e-11 3661939.3 11805 -0.0100099999999945 3661878.38906853 11805 5000 2.7502791e-11 3661878.4 Loop time of 0.0165391 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:45 2021 Pair time (%) = 0.000984907 (5.95502) Neigh time (%) = 0 (0) Comm time (%) = 4.81606e-05 (0.291192) Outpt time (%) = 0.0153861 (93.0287) Other time (%) = 0.000119925 (0.725097) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28325 ave 28325 max 28325 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28325 Ave neighs/atom = 5.665 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:45 2021 Memory usage per processor = 27.5329 Mbytes Step Atoms AVEKE stressZZ 11805 5000 2.7502791e-11 3661864.5 11806 -0.0100099999999945 3661803.61091438 11806 5000 2.750077e-11 3661803.6 Loop time of 0.0173709 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:45 2021 Pair time (%) = 0.00108194 (6.22847) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.190779) Outpt time (%) = 0.0161059 (92.7174) Other time (%) = 0.000149965 (0.863311) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28325 ave 28325 max 28325 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28325 Ave neighs/atom = 5.665 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:45 2021 Memory usage per processor = 27.5329 Mbytes Step Atoms AVEKE stressZZ 11806 5000 2.750077e-11 3661789.8 11807 -0.0100099999999945 3661728.83651819 11807 5000 2.7498749e-11 3661728.8 Loop time of 0.0171809 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:45 2021 Pair time (%) = 0.000968933 (5.63959) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.1804) Outpt time (%) = 0.016088 (93.6388) Other time (%) = 9.29832e-05 (0.541201) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28325 ave 28325 max 28325 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28325 Ave neighs/atom = 5.665 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:45 2021 Memory usage per processor = 27.5329 Mbytes Step Atoms AVEKE stressZZ 11807 5000 2.7498749e-11 3661715 11808 -0.0100099999999945 3661654.0658796 11808 5000 2.7496729e-11 3661654.1 Loop time of 0.0162911 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:45 2021 Pair time (%) = 0.000989199 (6.072) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.196107) Outpt time (%) = 0.0151761 (93.1553) Other time (%) = 9.39369e-05 (0.576613) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28325 ave 28325 max 28325 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28325 Ave neighs/atom = 5.665 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:45 2021 Memory usage per processor = 27.5329 Mbytes Step Atoms AVEKE stressZZ 11808 5000 2.7496729e-11 3661640.2 11809 -0.0100099999999945 3661579.29899823 11809 5000 2.7494709e-11 3661579.3 Loop time of 0.017221 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:45 2021 Pair time (%) = 0.00128818 (7.48027) Neigh time (%) = 0 (0) Comm time (%) = 4.19617e-05 (0.243666) Outpt time (%) = 0.0157089 (91.2197) Other time (%) = 0.000181913 (1.05635) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28325 ave 28325 max 28325 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28325 Ave neighs/atom = 5.665 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:45 2021 Memory usage per processor = 27.5329 Mbytes Step Atoms AVEKE stressZZ 11809 5000 2.7494709e-11 3661565.5 11810 -0.0100099999999945 3661504.53587374 11810 5000 2.7492689e-11 3661504.5 Loop time of 0.0192292 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:45 2021 Pair time (%) = 0.00102186 (5.31412) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.166144) Outpt time (%) = 0.0180242 (93.7336) Other time (%) = 0.000151157 (0.786084) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28325 ave 28325 max 28325 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28325 Ave neighs/atom = 5.665 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:45 2021 Memory usage per processor = 27.5329 Mbytes Step Atoms AVEKE stressZZ 11810 5000 2.7492689e-11 3661490.7 11811 -0.0100099999999945 3661429.77650582 11811 5000 2.749067e-11 3661429.8 Loop time of 0.0171301 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:45 2021 Pair time (%) = 0.00100303 (5.85534) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186502) Outpt time (%) = 0.0160022 (93.4154) Other time (%) = 9.29832e-05 (0.542805) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28325 ave 28325 max 28325 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28325 Ave neighs/atom = 5.665 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:45 2021 Memory usage per processor = 27.5329 Mbytes Step Atoms AVEKE stressZZ 11811 5000 2.749067e-11 3661415.9 11812 -0.0100099999999945 3661355.020894 11812 5000 2.748865e-11 3661355 Loop time of 0.0168891 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:45 2021 Pair time (%) = 0.00116777 (6.91437) Neigh time (%) = 0 (0) Comm time (%) = 5.00679e-05 (0.296451) Outpt time (%) = 0.0155311 (91.9591) Other time (%) = 0.00014019 (0.830063) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28325 ave 28325 max 28325 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28325 Ave neighs/atom = 5.665 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:45 2021 Memory usage per processor = 27.5329 Mbytes Step Atoms AVEKE stressZZ 11812 5000 2.748865e-11 3661341.2 11813 -0.0100099999999945 3661280.26903797 11813 5000 2.7486631e-11 3661280.3 Loop time of 0.017365 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:45 2021 Pair time (%) = 0.00134706 (7.75737) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.214186) Outpt time (%) = 0.0158269 (91.1429) Other time (%) = 0.00015378 (0.885575) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28325 ave 28325 max 28325 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28325 Ave neighs/atom = 5.665 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:45 2021 Memory usage per processor = 27.5329 Mbytes Step Atoms AVEKE stressZZ 11813 5000 2.7486631e-11 3661266.4 11814 -0.0100099999999945 3661205.52093745 11814 5000 2.7484612e-11 3661205.5 Loop time of 0.0455132 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:45 2021 Pair time (%) = 0.00096488 (2.12) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.0707191) Outpt time (%) = 0.0444238 (97.6066) Other time (%) = 9.2268e-05 (0.202728) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28325 ave 28325 max 28325 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28325 Ave neighs/atom = 5.665 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:45 2021 Memory usage per processor = 27.5329 Mbytes Step Atoms AVEKE stressZZ 11814 5000 2.7484612e-11 3661191.7 11815 -0.0100099999999945 3661130.77659196 11815 5000 2.7482593e-11 3661130.8 Loop time of 0.02507 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:45 2021 Pair time (%) = 0.00248098 (9.89624) Neigh time (%) = 0 (0) Comm time (%) = 8.41618e-05 (0.335708) Outpt time (%) = 0.0222721 (88.8399) Other time (%) = 0.000232697 (0.928189) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28325 ave 28325 max 28325 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28325 Ave neighs/atom = 5.665 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:45 2021 Memory usage per processor = 27.5329 Mbytes Step Atoms AVEKE stressZZ 11815 5000 2.7482593e-11 3661116.9 11816 -0.0100099999999945 3661056.03600127 11816 5000 2.7480575e-11 3661056 Loop time of 0.016896 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:46 2021 Pair time (%) = 0.000987053 (5.84193) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.190498) Outpt time (%) = 0.01578 (93.3947) Other time (%) = 9.67979e-05 (0.572904) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28325 ave 28325 max 28325 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28325 Ave neighs/atom = 5.665 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:46 2021 Memory usage per processor = 27.5329 Mbytes Step Atoms AVEKE stressZZ 11816 5000 2.7480575e-11 3661042.2 11817 -0.0100099999999945 3660981.29916489 11817 5000 2.7478556e-11 3660981.3 Loop time of 0.016578 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:46 2021 Pair time (%) = 0.000988007 (5.95976) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.20422) Outpt time (%) = 0.015425 (93.045) Other time (%) = 0.00013113 (0.790991) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28325 ave 28325 max 28325 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28325 Ave neighs/atom = 5.665 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:46 2021 Memory usage per processor = 27.5329 Mbytes Step Atoms AVEKE stressZZ 11817 5000 2.7478556e-11 3660967.5 11818 -0.0100099999999945 3660906.56608256 11818 5000 2.7476538e-11 3660906.6 Loop time of 0.0173008 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:46 2021 Pair time (%) = 0.00119591 (6.91242) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.276993) Outpt time (%) = 0.0158999 (91.9024) Other time (%) = 0.000157118 (0.908151) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28325 ave 28325 max 28325 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28325 Ave neighs/atom = 5.665 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:46 2021 Memory usage per processor = 27.5329 Mbytes Step Atoms AVEKE stressZZ 11818 5000 2.7476538e-11 3660892.7 11819 -0.0100099999999945 3660831.83675387 11819 5000 2.747452e-11 3660831.8 Loop time of 0.0173581 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:46 2021 Pair time (%) = 0.0010159 (5.85262) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.178559) Outpt time (%) = 0.0162158 (93.4194) Other time (%) = 9.53674e-05 (0.549413) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28325 ave 28325 max 28325 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28325 Ave neighs/atom = 5.665 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:46 2021 Memory usage per processor = 27.5329 Mbytes Step Atoms AVEKE stressZZ 11819 5000 2.747452e-11 3660818 11820 -0.0100099999999945 3660757.11117849 11820 5000 2.7472502e-11 3660757.1 Loop time of 0.018718 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:46 2021 Pair time (%) = 0.000965118 (5.1561) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.170681) Outpt time (%) = 0.017628 (94.1765) Other time (%) = 9.29832e-05 (0.496758) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28325 ave 28325 max 28325 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28325 Ave neighs/atom = 5.665 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:46 2021 Memory usage per processor = 27.5329 Mbytes Step Atoms AVEKE stressZZ 11820 5000 2.7472502e-11 3660743.3 11821 -0.0100099999999945 3660682.38935608 11821 5000 2.7470485e-11 3660682.4 Loop time of 0.0166531 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:46 2021 Pair time (%) = 0.00104904 (6.29939) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.199004) Outpt time (%) = 0.0154519 (92.7872) Other time (%) = 0.000118971 (0.714408) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28325 ave 28325 max 28325 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28325 Ave neighs/atom = 5.665 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:46 2021 Memory usage per processor = 27.5329 Mbytes Step Atoms AVEKE stressZZ 11821 5000 2.7470485e-11 3660668.6 11822 -0.0100099999999945 3660607.67128626 11822 5000 2.7468468e-11 3660607.7 Loop time of 0.016922 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:46 2021 Pair time (%) = 0.00100899 (5.96258) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188796) Outpt time (%) = 0.015784 (93.2752) Other time (%) = 9.70364e-05 (0.573433) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28325 ave 28325 max 28325 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28325 Ave neighs/atom = 5.665 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:46 2021 Memory usage per processor = 27.5329 Mbytes Step Atoms AVEKE stressZZ 11822 5000 2.7468468e-11 3660593.8 11823 -0.0100099999999945 3660532.95696864 11823 5000 2.7466451e-11 3660533 Loop time of 0.016942 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:46 2021 Pair time (%) = 0.000985146 (5.8148) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.199831) Outpt time (%) = 0.015806 (93.2944) Other time (%) = 0.000117064 (0.690965) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28325 ave 28325 max 28325 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28325 Ave neighs/atom = 5.665 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:46 2021 Memory usage per processor = 27.5329 Mbytes Step Atoms AVEKE stressZZ 11823 5000 2.7466451e-11 3660519.1 11824 -0.0100099999999945 3660458.24640291 11824 5000 2.7464434e-11 3660458.2 Loop time of 0.0164061 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:46 2021 Pair time (%) = 0.00098896 (6.02802) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194733) Outpt time (%) = 0.0152612 (93.0216) Other time (%) = 0.000123978 (0.755682) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28325 ave 28325 max 28325 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28325 Ave neighs/atom = 5.665 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:46 2021 Memory usage per processor = 27.5329 Mbytes Step Atoms AVEKE stressZZ 11824 5000 2.7464434e-11 3660444.4 11825 -0.0100099999999945 3660383.53958875 11825 5000 2.7462417e-11 3660383.5 Loop time of 0.017195 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:46 2021 Pair time (%) = 0.00123596 (7.18792) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.216303) Outpt time (%) = 0.0157721 (91.725) Other time (%) = 0.000149727 (0.870759) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28325 ave 28325 max 28325 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28325 Ave neighs/atom = 5.665 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:46 2021 Memory usage per processor = 27.5329 Mbytes Step Atoms AVEKE stressZZ 11825 5000 2.7462417e-11 3660369.7 11826 -0.0100099999999945 3660308.83652572 11826 5000 2.7460401e-11 3660308.8 Loop time of 0.0172019 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:46 2021 Pair time (%) = 0.000968933 (5.63271) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185724) Outpt time (%) = 0.0161109 (93.6577) Other time (%) = 9.01222e-05 (0.523909) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28325 ave 28325 max 28325 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28325 Ave neighs/atom = 5.665 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:46 2021 Memory usage per processor = 27.5329 Mbytes Step Atoms AVEKE stressZZ 11826 5000 2.7460401e-11 3660295 11827 -0.0100099999999945 3660234.13721353 11827 5000 2.7458385e-11 3660234.1 Loop time of 0.0173981 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:46 2021 Pair time (%) = 0.00101495 (5.83366) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18363) Outpt time (%) = 0.016257 (93.4414) Other time (%) = 9.41753e-05 (0.541296) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28325 ave 28325 max 28325 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28325 Ave neighs/atom = 5.665 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:46 2021 Memory usage per processor = 27.5329 Mbytes Step Atoms AVEKE stressZZ 11827 5000 2.7458385e-11 3660220.3 11828 -0.0100099999999945 3660159.44165294 11828 5000 2.7456369e-11 3660159.4 Loop time of 0.0168359 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:46 2021 Pair time (%) = 0.00110888 (6.58642) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.20109) Outpt time (%) = 0.015589 (92.5936) Other time (%) = 0.000104189 (0.618849) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28325 ave 28325 max 28325 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28325 Ave neighs/atom = 5.665 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:46 2021 Memory usage per processor = 27.5329 Mbytes Step Atoms AVEKE stressZZ 11828 5000 2.7456369e-11 3660145.6 11829 -0.0100099999999945 3660084.74984849 11829 5000 2.7454353e-11 3660084.7 Loop time of 0.0171678 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:46 2021 Pair time (%) = 0.001019 (5.93553) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186093) Outpt time (%) = 0.0160129 (93.2729) Other time (%) = 0.000103951 (0.605497) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28325 ave 28325 max 28325 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28325 Ave neighs/atom = 5.665 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:46 2021 Memory usage per processor = 27.5329 Mbytes Step Atoms AVEKE stressZZ 11829 5000 2.7454353e-11 3660070.9 11830 -0.0100099999999945 3660010.06179741 11830 5000 2.7452337e-11 3660010.1 Loop time of 0.0194409 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:46 2021 Pair time (%) = 0.000963926 (4.95824) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.164335) Outpt time (%) = 0.0183539 (94.4089) Other time (%) = 9.10759e-05 (0.468476) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28325 ave 28325 max 28325 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28325 Ave neighs/atom = 5.665 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:46 2021 Memory usage per processor = 27.5329 Mbytes Step Atoms AVEKE stressZZ 11830 5000 2.7452337e-11 3659996.2 11831 -0.0100099999999945 3659935.37749832 11831 5000 2.7450322e-11 3659935.4 Loop time of 0.0166931 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:46 2021 Pair time (%) = 0.000968933 (5.80439) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191385) Outpt time (%) = 0.0155661 (93.2487) Other time (%) = 0.000126123 (0.755542) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28325 ave 28325 max 28325 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28325 Ave neighs/atom = 5.665 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:46 2021 Memory usage per processor = 27.5329 Mbytes Step Atoms AVEKE stressZZ 11831 5000 2.7450322e-11 3659921.5 11832 -0.0100099999999945 3659860.69695045 11832 5000 2.7448307e-11 3659860.7 Loop time of 0.017019 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:46 2021 Pair time (%) = 0.0010581 (6.21717) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.198927) Outpt time (%) = 0.01582 (92.9549) Other time (%) = 0.00010705 (0.629001) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28325 ave 28325 max 28325 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28325 Ave neighs/atom = 5.665 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:46 2021 Memory usage per processor = 27.5329 Mbytes Step Atoms AVEKE stressZZ 11832 5000 2.7448307e-11 3659846.9 11833 -0.0100099999999945 3659786.02015321 11833 5000 2.7446292e-11 3659786 Loop time of 0.017267 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:46 2021 Pair time (%) = 0.00114298 (6.61944) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.208497) Outpt time (%) = 0.0159721 (92.501) Other time (%) = 0.000115871 (0.671058) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28325 ave 28325 max 28325 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28325 Ave neighs/atom = 5.665 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:46 2021 Memory usage per processor = 27.5329 Mbytes Step Atoms AVEKE stressZZ 11833 5000 2.7446292e-11 3659772.2 11834 -0.0100099999999945 3659711.34710599 11834 5000 2.7444277e-11 3659711.3 Loop time of 0.0170979 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:46 2021 Pair time (%) = 0.000962019 (5.62652) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186853) Outpt time (%) = 0.016011 (93.6428) Other time (%) = 9.29832e-05 (0.543827) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28325 ave 28325 max 28325 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28325 Ave neighs/atom = 5.665 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:46 2021 Memory usage per processor = 27.5329 Mbytes Step Atoms AVEKE stressZZ 11834 5000 2.7444277e-11 3659697.5 11835 -0.0100099999999945 3659636.67780837 11835 5000 2.7442263e-11 3659636.7 Loop time of 0.0165892 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:46 2021 Pair time (%) = 0.000962973 (5.80483) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.186835) Outpt time (%) = 0.0154572 (93.1762) Other time (%) = 0.000138044 (0.832136) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28325 ave 28325 max 28325 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28325 Ave neighs/atom = 5.665 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:46 2021 Memory usage per processor = 27.5329 Mbytes Step Atoms AVEKE stressZZ 11835 5000 2.7442263e-11 3659622.8 11836 -0.0100099999999945 3659562.0122598 11836 5000 2.7440249e-11 3659562 Loop time of 0.0172961 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:46 2021 Pair time (%) = 0.00123191 (7.12248) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.226067) Outpt time (%) = 0.0158832 (91.8313) Other time (%) = 0.000141859 (0.820181) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28325 ave 28325 max 28325 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28325 Ave neighs/atom = 5.665 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:46 2021 Memory usage per processor = 27.5329 Mbytes Step Atoms AVEKE stressZZ 11836 5000 2.7440249e-11 3659548.2 11837 -0.0100099999999945 3659487.35045992 11837 5000 2.7438235e-11 3659487.4 Loop time of 0.0174458 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:46 2021 Pair time (%) = 0.000975132 (5.58949) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.177661) Outpt time (%) = 0.016345 (93.6903) Other time (%) = 9.46522e-05 (0.54255) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28325 ave 28325 max 28325 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28325 Ave neighs/atom = 5.665 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:46 2021 Memory usage per processor = 27.5329 Mbytes Step Atoms AVEKE stressZZ 11837 5000 2.7438235e-11 3659473.5 11838 -0.0100099999999945 3659412.69240828 11838 5000 2.7436221e-11 3659412.7 Loop time of 0.0171559 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:46 2021 Pair time (%) = 0.000967026 (5.6367) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186222) Outpt time (%) = 0.0160658 (93.6462) Other time (%) = 9.10759e-05 (0.530873) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28325 ave 28325 max 28325 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28325 Ave neighs/atom = 5.665 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:46 2021 Memory usage per processor = 27.5329 Mbytes Step Atoms AVEKE stressZZ 11838 5000 2.7436221e-11 3659398.9 11839 -0.0100099999999945 3659338.0381044 11839 5000 2.7434207e-11 3659338 Loop time of 0.0166719 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:46 2021 Pair time (%) = 0.000993967 (5.96193) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.197349) Outpt time (%) = 0.0155439 (93.2344) Other time (%) = 0.000101089 (0.606347) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28325 ave 28325 max 28325 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28325 Ave neighs/atom = 5.665 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:46 2021 Memory usage per processor = 27.5329 Mbytes Step Atoms AVEKE stressZZ 11839 5000 2.7434207e-11 3659324.2 11840 -0.0100099999999945 3659263.38754798 11840 5000 2.7432194e-11 3659263.4 Loop time of 0.0192049 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:46 2021 Pair time (%) = 0.00105596 (5.49838) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.17132) Outpt time (%) = 0.0180149 (93.8039) Other time (%) = 0.000101089 (0.526375) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28325 ave 28325 max 28325 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28325 Ave neighs/atom = 5.665 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:46 2021 Memory usage per processor = 27.5329 Mbytes Step Atoms AVEKE stressZZ 11840 5000 2.7432194e-11 3659249.6 11841 -0.0100099999999945 3659188.74073852 11841 5000 2.7430181e-11 3659188.7 Loop time of 0.016396 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:46 2021 Pair time (%) = 0.000971079 (5.92264) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194852) Outpt time (%) = 0.0152991 (93.3096) Other time (%) = 9.39369e-05 (0.572924) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28325 ave 28325 max 28325 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28325 Ave neighs/atom = 5.665 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:46 2021 Memory usage per processor = 27.5329 Mbytes Step Atoms AVEKE stressZZ 11841 5000 2.7430181e-11 3659174.9 11842 -0.0100099999999945 3659114.09767568 11842 5000 2.7428168e-11 3659114.1 Loop time of 0.0162048 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:46 2021 Pair time (%) = 0.00096488 (5.95427) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.197152) Outpt time (%) = 0.015121 (93.3116) Other time (%) = 8.70228e-05 (0.537017) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28325 ave 28325 max 28325 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28325 Ave neighs/atom = 5.665 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:46 2021 Memory usage per processor = 27.5329 Mbytes Step Atoms AVEKE stressZZ 11842 5000 2.7428168e-11 3659100.3 11843 -0.0100099999999945 3659039.45835909 11843 5000 2.7426155e-11 3659039.5 Loop time of 0.016484 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:46 2021 Pair time (%) = 0.00104499 (6.3394) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193812) Outpt time (%) = 0.015317 (92.9201) Other time (%) = 9.01222e-05 (0.546725) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28325 ave 28325 max 28325 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28325 Ave neighs/atom = 5.665 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:46 2021 Memory usage per processor = 27.5329 Mbytes Step Atoms AVEKE stressZZ 11843 5000 2.7426155e-11 3659025.6 11844 -0.0100099999999945 3658964.82278833 11844 5000 2.7424143e-11 3658964.8 Loop time of 0.0171399 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:46 2021 Pair time (%) = 0.000967026 (5.64195) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180832) Outpt time (%) = 0.016053 (93.6584) Other time (%) = 8.89301e-05 (0.518848) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28325 ave 28325 max 28325 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28325 Ave neighs/atom = 5.665 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:46 2021 Memory usage per processor = 27.5329 Mbytes Step Atoms AVEKE stressZZ 11844 5000 2.7424143e-11 3658951 11845 -0.0100099999999945 3658890.19096302 11845 5000 2.742213e-11 3658890.2 Loop time of 0.016907 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:46 2021 Pair time (%) = 0.00096488 (5.70699) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.183323) Outpt time (%) = 0.0157731 (93.2932) Other time (%) = 0.000138044 (0.816493) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28325 ave 28325 max 28325 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28325 Ave neighs/atom = 5.665 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:46 2021 Memory usage per processor = 27.5329 Mbytes Step Atoms AVEKE stressZZ 11845 5000 2.742213e-11 3658876.4 11846 -0.0100099999999945 3658815.56288277 11846 5000 2.7420118e-11 3658815.6 Loop time of 0.016829 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:46 2021 Pair time (%) = 0.00114012 (6.77471) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.213923) Outpt time (%) = 0.0155101 (92.1628) Other time (%) = 0.000142813 (0.84861) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28325 ave 28325 max 28325 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28325 Ave neighs/atom = 5.665 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:46 2021 Memory usage per processor = 27.5329 Mbytes Step Atoms AVEKE stressZZ 11846 5000 2.7420118e-11 3658801.7 11847 -0.0100099999999945 3658740.93854724 11847 5000 2.7418106e-11 3658740.9 Loop time of 0.01723 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:46 2021 Pair time (%) = 0.000963926 (5.59445) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.186805) Outpt time (%) = 0.01614 (93.6735) Other time (%) = 9.39369e-05 (0.545193) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28325 ave 28325 max 28325 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28325 Ave neighs/atom = 5.665 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:46 2021 Memory usage per processor = 27.5329 Mbytes Step Atoms AVEKE stressZZ 11847 5000 2.7418106e-11 3658727.1 11848 -0.0100099999999945 3658666.31795603 11848 5000 2.7416095e-11 3658666.3 Loop time of 0.0170629 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:46 2021 Pair time (%) = 0.00106883 (6.26406) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.188634) Outpt time (%) = 0.0158548 (92.9199) Other time (%) = 0.00010705 (0.627384) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28325 ave 28325 max 28325 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28325 Ave neighs/atom = 5.665 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:46 2021 Memory usage per processor = 27.5329 Mbytes Step Atoms AVEKE stressZZ 11848 5000 2.7416095e-11 3658652.5 11849 -0.0100099999999945 3658591.70110876 11849 5000 2.7414083e-11 3658591.7 Loop time of 0.0165429 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:46 2021 Pair time (%) = 0.000993013 (6.00265) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.206093) Outpt time (%) = 0.015415 (93.1816) Other time (%) = 0.000100851 (0.609633) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28325 ave 28325 max 28325 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28325 Ave neighs/atom = 5.665 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:46 2021 Memory usage per processor = 27.5329 Mbytes Step Atoms AVEKE stressZZ 11849 5000 2.7414083e-11 3658577.9 11850 -0.0100099999999945 3658517.08800505 11850 5000 2.7412072e-11 3658517.1 Loop time of 0.0190699 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:46 2021 Pair time (%) = 0.00110602 (5.79984) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.167531) Outpt time (%) = 0.0177848 (93.2612) Other time (%) = 0.000147104 (0.771395) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28325 ave 28325 max 28325 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28325 Ave neighs/atom = 5.665 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:46 2021 Memory usage per processor = 27.5329 Mbytes Step Atoms AVEKE stressZZ 11850 5000 2.7412072e-11 3658503.3 11851 -0.0100099999999945 3658442.47864457 11851 5000 2.7410061e-11 3658442.5 Loop time of 0.0174139 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:46 2021 Pair time (%) = 0.000990868 (5.69011) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.195786) Outpt time (%) = 0.0162878 (93.5336) Other time (%) = 0.000101089 (0.580512) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28325 ave 28325 max 28325 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28325 Ave neighs/atom = 5.665 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:46 2021 Memory usage per processor = 27.5329 Mbytes Step Atoms AVEKE stressZZ 11851 5000 2.7410061e-11 3658428.6 11852 -0.0100099999999945 3658367.87302696 11852 5000 2.740805e-11 3658367.9 Loop time of 0.0169849 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:46 2021 Pair time (%) = 0.00106597 (6.27597) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.270915) Outpt time (%) = 0.0157318 (92.6221) Other time (%) = 0.000141144 (0.830994) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28325 ave 28325 max 28325 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28325 Ave neighs/atom = 5.665 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:46 2021 Memory usage per processor = 27.5329 Mbytes Step Atoms AVEKE stressZZ 11852 5000 2.740805e-11 3658354 11853 -0.0100099999999945 3658293.27115175 11853 5000 2.740604e-11 3658293.3 Loop time of 0.0165029 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:46 2021 Pair time (%) = 0.00100899 (6.11402) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.210928) Outpt time (%) = 0.0153551 (93.0452) Other time (%) = 0.000103951 (0.629894) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28325 ave 28325 max 28325 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28325 Ave neighs/atom = 5.665 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:46 2021 Memory usage per processor = 27.5329 Mbytes Step Atoms AVEKE stressZZ 11853 5000 2.740604e-11 3658279.4 11854 -0.0100099999999945 3658218.67301871 11854 5000 2.7404029e-11 3658218.7 Loop time of 0.0172591 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:46 2021 Pair time (%) = 0.0010519 (6.09476) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179583) Outpt time (%) = 0.0160871 (93.209) Other time (%) = 8.91685e-05 (0.516646) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28325 ave 28325 max 28325 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28325 Ave neighs/atom = 5.665 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:46 2021 Memory usage per processor = 27.5329 Mbytes Step Atoms AVEKE stressZZ 11854 5000 2.7404029e-11 3658204.8 11855 -0.0100099999999945 3658144.07862739 11855 5000 2.7402019e-11 3658144.1 Loop time of 0.0168369 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:46 2021 Pair time (%) = 0.00101686 (6.03945) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.189751) Outpt time (%) = 0.0156939 (93.2115) Other time (%) = 9.41753e-05 (0.55934) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28325 ave 28325 max 28325 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28325 Ave neighs/atom = 5.665 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:46 2021 Memory usage per processor = 27.5329 Mbytes Step Atoms AVEKE stressZZ 11855 5000 2.7402019e-11 3658130.2 11856 -0.0100099999999945 3658069.48797747 11856 5000 2.7400009e-11 3658069.5 Loop time of 0.0168269 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:46 2021 Pair time (%) = 0.00114107 (6.78125) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.213951) Outpt time (%) = 0.0155299 (92.2921) Other time (%) = 0.000119925 (0.712697) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28325 ave 28325 max 28325 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28325 Ave neighs/atom = 5.665 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:46 2021 Memory usage per processor = 27.5329 Mbytes Step Atoms AVEKE stressZZ 11856 5000 2.7400009e-11 3658055.7 11857 -0.0100099999999945 3657994.90106857 11857 5000 2.7398e-11 3657994.9 Loop time of 0.0170951 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:46 2021 Pair time (%) = 0.00126815 (7.4182) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.22733) Outpt time (%) = 0.0156159 (91.3475) Other time (%) = 0.000172138 (1.00695) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28325 ave 28325 max 28325 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28325 Ave neighs/atom = 5.665 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:22:46 2021 Memory usage per processor = 27.5329 Mbytes Step Atoms AVEKE stressZZ 11857 5000 2.7398e-11 3657981.1 11858 -0.0100099999999945 3657908.10073448 11858 5000 5.4120292e-11 3658028.2 Loop time of 0.0169389 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:46 2021 Pair time (%) = 0.000962019 (5.67934) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188608) Outpt time (%) = 0.0158041 (93.3002) Other time (%) = 0.000140905 (0.831844) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28325 ave 28325 max 28325 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28325 Ave neighs/atom = 5.665 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:46 2021 Memory usage per processor = 27.5329 Mbytes Step Atoms AVEKE stressZZ 11858 5000 5.4120292e-11 3705293.7 11859 -0.0100424999999945 3705213.1012512 11859 5000 4.3620609e-11 3705213.1 Loop time of 0.0169101 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:46 2021 Pair time (%) = 0.00100994 (5.97242) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.18329) Outpt time (%) = 0.015774 (93.2817) Other time (%) = 9.5129e-05 (0.562558) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:46 2021 Memory usage per processor = 27.5329 Mbytes Step Atoms AVEKE stressZZ 11859 5000 4.3620609e-11 3705194.5 11860 -0.0100424999999945 3705120.79148798 11860 5000 3.7535003e-11 3705120.8 Loop time of 0.018414 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:47 2021 Pair time (%) = 0.00101614 (5.5183) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.189036) Outpt time (%) = 0.0172598 (93.732) Other time (%) = 0.000103235 (0.560634) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:47 2021 Memory usage per processor = 27.533 Mbytes Step Atoms AVEKE stressZZ 11860 5000 3.7535003e-11 3705103.8 11861 -0.0100424999999945 3705034.52340494 11861 5000 3.3904214e-11 3705034.5 Loop time of 0.0173662 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:47 2021 Pair time (%) = 0.0013411 (7.72251) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.207307) Outpt time (%) = 0.0157909 (90.9293) Other time (%) = 0.000198126 (1.14087) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:47 2021 Memory usage per processor = 27.533 Mbytes Step Atoms AVEKE stressZZ 11861 5000 3.3904214e-11 3705018.6 11862 -0.0100424999999945 3704952.09626434 11862 5000 3.1691967e-11 3704952.1 Loop time of 0.016875 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:47 2021 Pair time (%) = 0.000966787 (5.7291) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.194973) Outpt time (%) = 0.01578 (93.5108) Other time (%) = 9.53674e-05 (0.565139) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:47 2021 Memory usage per processor = 27.533 Mbytes Step Atoms AVEKE stressZZ 11862 5000 3.1691967e-11 3704936.9 11863 -0.0100424999999945 3704872.11147755 11863 5000 3.0324054e-11 3704872.1 Loop time of 0.016897 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:47 2021 Pair time (%) = 0.000983 (5.81761) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.190487) Outpt time (%) = 0.0157912 (93.4557) Other time (%) = 9.05991e-05 (0.536185) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:47 2021 Memory usage per processor = 27.533 Mbytes Step Atoms AVEKE stressZZ 11863 5000 3.0324054e-11 3704857.3 11864 -0.0100424999999945 3704793.68022732 11864 5000 2.9469633e-11 3704793.7 Loop time of 0.0166891 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:47 2021 Pair time (%) = 0.00101709 (6.09437) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.20286) Outpt time (%) = 0.015533 (93.0728) Other time (%) = 0.000105143 (0.630009) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:47 2021 Memory usage per processor = 27.533 Mbytes Step Atoms AVEKE stressZZ 11864 5000 2.9469633e-11 3704779.1 11865 -0.0100424999999945 3704716.23766028 11865 5000 2.8932215e-11 3704716.2 Loop time of 0.0173399 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:47 2021 Pair time (%) = 0.00121999 (7.03571) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184246) Outpt time (%) = 0.0159891 (92.2094) Other time (%) = 9.89437e-05 (0.570611) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:47 2021 Memory usage per processor = 27.533 Mbytes Step Atoms AVEKE stressZZ 11865 5000 2.8932215e-11 3704701.9 11866 -0.0100424999999945 3704639.42480568 11866 5000 2.8592486e-11 3704639.4 Loop time of 0.0173759 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:47 2021 Pair time (%) = 0.000965834 (5.55845) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183864) Outpt time (%) = 0.0162849 (93.7212) Other time (%) = 9.32217e-05 (0.536498) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:47 2021 Memory usage per processor = 27.533 Mbytes Step Atoms AVEKE stressZZ 11866 5000 2.8592486e-11 3704625.2 11867 -0.0100424999999945 3704563.01353317 11867 5000 2.8376868e-11 3704563 Loop time of 0.016659 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:47 2021 Pair time (%) = 0.00100517 (6.0338) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191777) Outpt time (%) = 0.0155251 (93.1934) Other time (%) = 9.67979e-05 (0.581054) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:47 2021 Memory usage per processor = 27.533 Mbytes Step Atoms AVEKE stressZZ 11867 5000 2.8376868e-11 3704548.8 11868 -0.0100424999999945 3704486.85886304 11868 5000 2.8239507e-11 3704486.9 Loop time of 0.0172269 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:47 2021 Pair time (%) = 0.00129604 (7.52335) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.296173) Outpt time (%) = 0.015739 (91.3625) Other time (%) = 0.000140905 (0.817936) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:47 2021 Memory usage per processor = 27.533 Mbytes Step Atoms AVEKE stressZZ 11868 5000 2.8239507e-11 3704472.7 11869 -0.0100424999999945 3704410.8686587 11869 5000 2.8151632e-11 3704410.9 Loop time of 0.017678 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:47 2021 Pair time (%) = 0.000969887 (5.4864) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.180722) Outpt time (%) = 0.0165839 (93.8109) Other time (%) = 9.2268e-05 (0.521936) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:47 2021 Memory usage per processor = 27.533 Mbytes Step Atoms AVEKE stressZZ 11869 5000 2.8151632e-11 3704396.7 11870 -0.0100424999999945 3704334.98436612 11870 5000 2.8095105e-11 3704335 Loop time of 0.019114 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:47 2021 Pair time (%) = 0.000972033 (5.08544) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.167145) Outpt time (%) = 0.0180151 (94.251) Other time (%) = 9.48906e-05 (0.496445) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:47 2021 Memory usage per processor = 27.533 Mbytes Step Atoms AVEKE stressZZ 11870 5000 2.8095105e-11 3704320.9 11871 -0.0100424999999945 3704259.1687732 11871 5000 2.8058458e-11 3704259.2 Loop time of 0.016448 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:47 2021 Pair time (%) = 0.000968933 (5.89088) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.195686) Outpt time (%) = 0.0153401 (93.264) Other time (%) = 0.000106812 (0.649388) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:47 2021 Memory usage per processor = 27.533 Mbytes Step Atoms AVEKE stressZZ 11871 5000 2.8058458e-11 3704245.1 11872 -0.0100424999999945 3704183.39823098 11872 5000 2.8034429e-11 3704183.4 Loop time of 0.017168 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:47 2021 Pair time (%) = 0.00122094 (7.11171) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.226364) Outpt time (%) = 0.0157909 (91.9787) Other time (%) = 0.000117302 (0.683257) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:47 2021 Memory usage per processor = 27.533 Mbytes Step Atoms AVEKE stressZZ 11872 5000 2.8034429e-11 3704169.3 11873 -0.0100424999999945 3704107.6577102 11873 5000 2.8018413e-11 3704107.7 Loop time of 0.0173261 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:47 2021 Pair time (%) = 0.000967026 (5.58132) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184393) Outpt time (%) = 0.0162342 (93.6976) Other time (%) = 9.29832e-05 (0.536665) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:47 2021 Memory usage per processor = 27.533 Mbytes Step Atoms AVEKE stressZZ 11873 5000 2.8018413e-11 3704093.6 11874 -0.0100424999999945 3704031.9376592 11874 5000 2.8007486e-11 3704031.9 Loop time of 0.0174611 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:47 2021 Pair time (%) = 0.00101781 (5.82902) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.184333) Outpt time (%) = 0.0163169 (93.4473) Other time (%) = 9.41753e-05 (0.539345) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:47 2021 Memory usage per processor = 27.533 Mbytes Step Atoms AVEKE stressZZ 11874 5000 2.8007486e-11 3704017.9 11875 -0.0100424999999945 3703956.23200768 11875 5000 2.7999792e-11 3703956.2 Loop time of 0.0169101 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:47 2021 Pair time (%) = 0.00102091 (6.03728) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.200209) Outpt time (%) = 0.0157411 (93.0872) Other time (%) = 0.000114202 (0.675352) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:47 2021 Memory usage per processor = 27.533 Mbytes Step Atoms AVEKE stressZZ 11875 5000 2.7999792e-11 3703942.2 11876 -0.0100424999999945 3703880.53689768 11876 5000 2.7994152e-11 3703880.5 Loop time of 0.017241 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:47 2021 Pair time (%) = 0.000975132 (5.65589) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190834) Outpt time (%) = 0.0161331 (93.5739) Other time (%) = 9.98974e-05 (0.579418) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:47 2021 Memory usage per processor = 27.533 Mbytes Step Atoms AVEKE stressZZ 11876 5000 2.7994152e-11 3703866.5 11877 -0.0100424999999945 3703804.84987715 11877 5000 2.7989818e-11 3703804.8 Loop time of 0.0171771 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:47 2021 Pair time (%) = 0.000968933 (5.64084) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185992) Outpt time (%) = 0.016083 (93.6305) Other time (%) = 9.32217e-05 (0.542709) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:47 2021 Memory usage per processor = 27.533 Mbytes Step Atoms AVEKE stressZZ 11877 5000 2.7989818e-11 3703790.8 11878 -0.0100424999999945 3703729.16938773 11878 5000 2.7986313e-11 3703729.2 Loop time of 0.0166891 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:47 2021 Pair time (%) = 0.00100613 (6.02866) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.198574) Outpt time (%) = 0.0155551 (93.2056) Other time (%) = 9.46522e-05 (0.567151) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:47 2021 Memory usage per processor = 27.533 Mbytes Step Atoms AVEKE stressZZ 11878 5000 2.7986313e-11 3703715.1 11879 -0.0100424999999945 3703653.49443876 11879 5000 2.7983336e-11 3703653.5 Loop time of 0.016573 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:47 2021 Pair time (%) = 0.00102997 (6.21475) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.20572) Outpt time (%) = 0.015403 (92.9408) Other time (%) = 0.000105858 (0.638739) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:47 2021 Memory usage per processor = 27.533 Mbytes Step Atoms AVEKE stressZZ 11879 5000 2.7983336e-11 3703639.4 11880 -0.0100424999999945 3703577.82440043 11880 5000 2.7980694e-11 3703577.8 Loop time of 0.020031 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:47 2021 Pair time (%) = 0.00118399 (5.91078) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.184489) Outpt time (%) = 0.0186701 (93.2061) Other time (%) = 0.000139952 (0.698676) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:47 2021 Memory usage per processor = 27.533 Mbytes Step Atoms AVEKE stressZZ 11880 5000 2.7980694e-11 3703563.8 11881 -0.0100424999999945 3703502.15887243 11881 5000 2.7978265e-11 3703502.2 Loop time of 0.0170381 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:47 2021 Pair time (%) = 0.00096488 (5.66307) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18751) Outpt time (%) = 0.01595 (93.6135) Other time (%) = 9.13143e-05 (0.535942) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:47 2021 Memory usage per processor = 27.533 Mbytes Step Atoms AVEKE stressZZ 11881 5000 2.7978265e-11 3703488.1 11882 -0.0100424999999945 3703426.4976001 11882 5000 2.7975971e-11 3703426.5 Loop time of 0.0168841 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:47 2021 Pair time (%) = 0.000985146 (5.83476) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18922) Outpt time (%) = 0.0157702 (93.4027) Other time (%) = 9.67979e-05 (0.573309) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:47 2021 Memory usage per processor = 27.533 Mbytes Step Atoms AVEKE stressZZ 11882 5000 2.7975971e-11 3703412.4 11883 -0.0100424999999945 3703350.84042546 11883 5000 2.7973763e-11 3703350.8 Loop time of 0.0167711 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:47 2021 Pair time (%) = 0.00114989 (6.8564) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.214662) Outpt time (%) = 0.0154321 (92.0163) Other time (%) = 0.000153065 (0.912671) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:47 2021 Memory usage per processor = 27.533 Mbytes Step Atoms AVEKE stressZZ 11883 5000 2.7973763e-11 3703336.8 11884 -0.0100424999999945 3703275.18729694 11884 5000 2.7971611e-11 3703275.2 Loop time of 0.0172188 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:47 2021 Pair time (%) = 0.00100398 (5.83071) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185542) Outpt time (%) = 0.0160921 (93.4562) Other time (%) = 9.08375e-05 (0.527547) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:47 2021 Memory usage per processor = 27.533 Mbytes Step Atoms AVEKE stressZZ 11884 5000 2.7971611e-11 3703261.1 11885 -0.0100424999999945 3703199.53812901 11885 5000 2.7969493e-11 3703199.5 Loop time of 0.016299 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:47 2021 Pair time (%) = 0.000967026 (5.93303) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.196012) Outpt time (%) = 0.0152071 (93.3005) Other time (%) = 9.29832e-05 (0.570484) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:47 2021 Memory usage per processor = 27.533 Mbytes Step Atoms AVEKE stressZZ 11885 5000 2.7969493e-11 3703185.5 11886 -0.0100424999999945 3703123.89286922 11886 5000 2.7967397e-11 3703123.9 Loop time of 0.0162029 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:47 2021 Pair time (%) = 0.000975132 (6.01825) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.197175) Outpt time (%) = 0.0151069 (93.2357) Other time (%) = 8.89301e-05 (0.548852) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:47 2021 Memory usage per processor = 27.533 Mbytes Step Atoms AVEKE stressZZ 11886 5000 2.7967397e-11 3703109.8 11887 -0.0100424999999945 3703048.2514862 11887 5000 2.7965316e-11 3703048.3 Loop time of 0.016489 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:47 2021 Pair time (%) = 0.000963926 (5.84586) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193754) Outpt time (%) = 0.0154059 (93.4312) Other time (%) = 8.72612e-05 (0.529208) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:47 2021 Memory usage per processor = 27.533 Mbytes Step Atoms AVEKE stressZZ 11887 5000 2.7965316e-11 3703034.2 11888 -0.0100424999999945 3702972.61396005 11888 5000 2.7963244e-11 3702972.6 Loop time of 0.0169179 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:47 2021 Pair time (%) = 0.00103807 (6.13594) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.195888) Outpt time (%) = 0.0157409 (93.0425) Other time (%) = 0.000105858 (0.625713) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:47 2021 Memory usage per processor = 27.533 Mbytes Step Atoms AVEKE stressZZ 11888 5000 2.7963244e-11 3702958.5 11889 -0.0100424999999945 3702896.98027772 11889 5000 2.7961178e-11 3702897 Loop time of 0.0174689 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:47 2021 Pair time (%) = 0.00102186 (5.8496) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.188344) Outpt time (%) = 0.0163131 (93.3834) Other time (%) = 0.000101089 (0.578682) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:47 2021 Memory usage per processor = 27.533 Mbytes Step Atoms AVEKE stressZZ 11889 5000 2.7961178e-11 3702882.9 11890 -0.0100424999999945 3702821.35043065 11890 5000 2.7959115e-11 3702821.4 Loop time of 0.0192349 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:47 2021 Pair time (%) = 0.00106907 (5.55797) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.166094) Outpt time (%) = 0.018039 (93.7826) Other time (%) = 9.48906e-05 (0.493325) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:47 2021 Memory usage per processor = 27.5331 Mbytes Step Atoms AVEKE stressZZ 11890 5000 2.7959115e-11 3702807.3 11891 -0.0100424999999945 3702745.72441299 11891 5000 2.7957056e-11 3702745.7 Loop time of 0.0166171 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:47 2021 Pair time (%) = 0.00102592 (6.17387) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.198) Outpt time (%) = 0.015456 (93.0126) Other time (%) = 0.000102282 (0.615521) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:47 2021 Memory usage per processor = 27.5331 Mbytes Step Atoms AVEKE stressZZ 11891 5000 2.7957056e-11 3702731.7 11892 -0.0100424999999945 3702670.10222059 11892 5000 2.7954997e-11 3702670.1 Loop time of 0.0169108 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:47 2021 Pair time (%) = 0.00103283 (6.10752) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188921) Outpt time (%) = 0.0157468 (93.1171) Other time (%) = 9.91821e-05 (0.586502) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:47 2021 Memory usage per processor = 27.5331 Mbytes Step Atoms AVEKE stressZZ 11892 5000 2.7954997e-11 3702656 11893 -0.0100424999999945 3702594.48385058 11893 5000 2.795294e-11 3702594.5 Loop time of 0.0170472 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:47 2021 Pair time (%) = 0.000962973 (5.64887) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18741) Outpt time (%) = 0.0159578 (93.6099) Other time (%) = 9.44138e-05 (0.553838) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:47 2021 Memory usage per processor = 27.5331 Mbytes Step Atoms AVEKE stressZZ 11893 5000 2.795294e-11 3702580.4 11894 -0.0100424999999945 3702518.86930083 11894 5000 2.7950884e-11 3702518.9 Loop time of 0.0164189 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:47 2021 Pair time (%) = 0.00100183 (6.1017) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.188772) Outpt time (%) = 0.01529 (93.1243) Other time (%) = 9.60827e-05 (0.585194) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:47 2021 Memory usage per processor = 27.5331 Mbytes Step Atoms AVEKE stressZZ 11894 5000 2.7950884e-11 3702504.8 11895 -0.0100424999999945 3702443.25856421 11895 5000 2.7948828e-11 3702443.3 Loop time of 0.017221 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:47 2021 Pair time (%) = 0.00141788 (8.23342) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.214592) Outpt time (%) = 0.0156081 (90.6341) Other time (%) = 0.000158072 (0.917901) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:47 2021 Memory usage per processor = 27.5331 Mbytes Step Atoms AVEKE stressZZ 11895 5000 2.7948828e-11 3702429.2 11896 -0.0100424999999945 3702367.65163861 11896 5000 2.7946773e-11 3702367.7 Loop time of 0.0171249 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:47 2021 Pair time (%) = 0.000971079 (5.67057) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186559) Outpt time (%) = 0.016032 (93.618) Other time (%) = 8.98838e-05 (0.524872) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:47 2021 Memory usage per processor = 27.5331 Mbytes Step Atoms AVEKE stressZZ 11896 5000 2.7946773e-11 3702353.6 11897 -0.0100424999999945 3702292.04852808 11897 5000 2.7944718e-11 3702292 Loop time of 0.016772 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:47 2021 Pair time (%) = 0.000967026 (5.7657) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.184798) Outpt time (%) = 0.0156391 (93.2449) Other time (%) = 0.000134945 (0.804583) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:47 2021 Memory usage per processor = 27.5331 Mbytes Step Atoms AVEKE stressZZ 11897 5000 2.7944718e-11 3702278 11898 -0.0100424999999945 3702216.44923176 11898 5000 2.7942664e-11 3702216.4 Loop time of 0.016763 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:47 2021 Pair time (%) = 0.0010159 (6.06039) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.201966) Outpt time (%) = 0.0156081 (93.1104) Other time (%) = 0.000105143 (0.627231) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:47 2021 Memory usage per processor = 27.5331 Mbytes Step Atoms AVEKE stressZZ 11898 5000 2.7942664e-11 3702202.4 11899 -0.0100424999999945 3702140.85374878 11899 5000 2.794061e-11 3702140.9 Loop time of 0.017046 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:47 2021 Pair time (%) = 0.00101781 (5.97096) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.188822) Outpt time (%) = 0.0159011 (93.2835) Other time (%) = 9.48906e-05 (0.556674) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:47 2021 Memory usage per processor = 27.5331 Mbytes Step Atoms AVEKE stressZZ 11899 5000 2.794061e-11 3702126.8 11900 -0.0100424999999945 3702065.26207839 11900 5000 2.7938556e-11 3702065.3 Loop time of 0.019187 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:47 2021 Pair time (%) = 0.000967026 (5.04001) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.161539) Outpt time (%) = 0.0180962 (94.3151) Other time (%) = 9.27448e-05 (0.483374) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:47 2021 Memory usage per processor = 27.5331 Mbytes Step Atoms AVEKE stressZZ 11900 5000 2.7938556e-11 3702051.2 11901 -0.0100424999999945 3701989.67421976 11901 5000 2.7936502e-11 3701989.7 Loop time of 0.01684 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:47 2021 Pair time (%) = 0.000966072 (5.73678) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.184053) Outpt time (%) = 0.0157459 (93.5029) Other time (%) = 9.70364e-05 (0.576226) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:47 2021 Memory usage per processor = 27.5331 Mbytes Step Atoms AVEKE stressZZ 11901 5000 2.7936502e-11 3701975.6 11902 -0.0100424999999945 3701914.09017231 11902 5000 2.7934448e-11 3701914.1 Loop time of 0.016762 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:47 2021 Pair time (%) = 0.0010829 (6.46042) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.19771) Outpt time (%) = 0.0155151 (92.561) Other time (%) = 0.000130892 (0.780883) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:47 2021 Memory usage per processor = 27.5331 Mbytes Step Atoms AVEKE stressZZ 11902 5000 2.7934448e-11 3701900 11903 -0.0100424999999945 3701838.50993526 11903 5000 2.7932395e-11 3701838.5 Loop time of 0.017292 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:48 2021 Pair time (%) = 0.00112891 (6.52851) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.19165) Outpt time (%) = 0.016027 (92.6842) Other time (%) = 0.000102997 (0.595632) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:48 2021 Memory usage per processor = 27.5331 Mbytes Step Atoms AVEKE stressZZ 11903 5000 2.7932395e-11 3701824.4 11904 -0.0100424999999945 3701762.93350804 11904 5000 2.7930342e-11 3701762.9 Loop time of 0.0170519 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:48 2021 Pair time (%) = 0.000967026 (5.67106) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181765) Outpt time (%) = 0.01596 (93.5963) Other time (%) = 9.39369e-05 (0.550887) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:48 2021 Memory usage per processor = 27.5331 Mbytes Step Atoms AVEKE stressZZ 11904 5000 2.7930342e-11 3701748.9 11905 -0.0100424999999945 3701687.36089003 11905 5000 2.7928289e-11 3701687.4 Loop time of 0.016412 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:48 2021 Pair time (%) = 0.000970125 (5.91107) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.188852) Outpt time (%) = 0.015316 (93.3219) Other time (%) = 9.48906e-05 (0.578177) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:48 2021 Memory usage per processor = 27.5331 Mbytes Step Atoms AVEKE stressZZ 11905 5000 2.7928289e-11 3701673.3 11906 -0.0100424999999945 3701611.79208062 11906 5000 2.7926237e-11 3701611.8 Loop time of 0.017652 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:48 2021 Pair time (%) = 0.0014348 (8.12826) Neigh time (%) = 0 (0) Comm time (%) = 6.8903e-05 (0.39034) Outpt time (%) = 0.015991 (90.59) Other time (%) = 0.000157356 (0.891434) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:48 2021 Memory usage per processor = 27.5331 Mbytes Step Atoms AVEKE stressZZ 11906 5000 2.7926237e-11 3701597.7 11907 -0.0100424999999945 3701536.22707915 11907 5000 2.7924184e-11 3701536.2 Loop time of 0.017132 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:48 2021 Pair time (%) = 0.000967979 (5.65011) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180915) Outpt time (%) = 0.0160389 (93.6193) Other time (%) = 9.41753e-05 (0.549703) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:48 2021 Memory usage per processor = 27.5331 Mbytes Step Atoms AVEKE stressZZ 11907 5000 2.7924184e-11 3701522.2 11908 -0.0100424999999945 3701460.66588516 11908 5000 2.7922132e-11 3701460.7 Loop time of 0.016809 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:48 2021 Pair time (%) = 0.00097084 (5.77572) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.191484) Outpt time (%) = 0.0156829 (93.3009) Other time (%) = 0.000123024 (0.731894) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:48 2021 Memory usage per processor = 27.5331 Mbytes Step Atoms AVEKE stressZZ 11908 5000 2.7922132e-11 3701446.6 11909 -0.0100424999999945 3701385.10849802 11909 5000 2.792008e-11 3701385.1 Loop time of 0.0165079 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:48 2021 Pair time (%) = 0.000993967 (6.02117) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.200754) Outpt time (%) = 0.015379 (93.1614) Other time (%) = 0.000101805 (0.616704) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:48 2021 Memory usage per processor = 27.5331 Mbytes Step Atoms AVEKE stressZZ 11909 5000 2.792008e-11 3701371 11910 -0.0100424999999945 3701309.55491715 11910 5000 2.7918028e-11 3701309.6 Loop time of 0.0196412 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:48 2021 Pair time (%) = 0.00112104 (5.70763) Neigh time (%) = 0 (0) Comm time (%) = 6.00815e-05 (0.305896) Outpt time (%) = 0.018306 (93.2023) Other time (%) = 0.000154018 (0.784161) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:48 2021 Memory usage per processor = 27.5331 Mbytes Step Atoms AVEKE stressZZ 11910 5000 2.7918028e-11 3701295.5 11911 -0.0100424999999945 3701234.00514199 11911 5000 2.7915977e-11 3701234 Loop time of 0.0171311 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:48 2021 Pair time (%) = 0.000962973 (5.6212) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186492) Outpt time (%) = 0.0160489 (93.6829) Other time (%) = 8.72612e-05 (0.509373) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:48 2021 Memory usage per processor = 27.5331 Mbytes Step Atoms AVEKE stressZZ 11911 5000 2.7915977e-11 3701219.9 11912 -0.0100424999999945 3701158.4591721 11912 5000 2.7913926e-11 3701158.5 Loop time of 0.0165279 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:48 2021 Pair time (%) = 0.00100589 (6.086) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193298) Outpt time (%) = 0.0153959 (93.1509) Other time (%) = 9.41753e-05 (0.569796) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:48 2021 Memory usage per processor = 27.5331 Mbytes Step Atoms AVEKE stressZZ 11912 5000 2.7913926e-11 3701144.4 11913 -0.0100424999999945 3701082.91700684 11913 5000 2.7911875e-11 3701082.9 Loop time of 0.0169091 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:48 2021 Pair time (%) = 0.00121999 (7.21497) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.28341) Outpt time (%) = 0.0155001 (91.6669) Other time (%) = 0.000141144 (0.83472) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:48 2021 Memory usage per processor = 27.5331 Mbytes Step Atoms AVEKE stressZZ 11913 5000 2.7911875e-11 3701068.9 11914 -0.0100424999999945 3701007.3786458 11914 5000 2.7909824e-11 3701007.4 Loop time of 0.017324 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:48 2021 Pair time (%) = 0.000985861 (5.69073) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.178911) Outpt time (%) = 0.0162129 (93.5867) Other time (%) = 9.41753e-05 (0.543613) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:48 2021 Memory usage per processor = 27.5331 Mbytes Step Atoms AVEKE stressZZ 11914 5000 2.7909824e-11 3700993.3 11915 -0.0100424999999945 3700931.84408837 11915 5000 2.7907773e-11 3700931.8 Loop time of 0.0173838 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:48 2021 Pair time (%) = 0.00110507 (6.35689) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.275671) Outpt time (%) = 0.016082 (92.5116) Other time (%) = 0.000148773 (0.855814) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:48 2021 Memory usage per processor = 27.5331 Mbytes Step Atoms AVEKE stressZZ 11915 5000 2.7907773e-11 3700917.8 11916 -0.0100424999999945 3700856.31333404 11916 5000 2.7905723e-11 3700856.3 Loop time of 0.016639 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:48 2021 Pair time (%) = 0.00100994 (6.06972) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192007) Outpt time (%) = 0.015502 (93.1665) Other time (%) = 9.5129e-05 (0.571723) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:48 2021 Memory usage per processor = 27.5331 Mbytes Step Atoms AVEKE stressZZ 11916 5000 2.7905723e-11 3700842.3 11917 -0.0100424999999945 3700780.78638239 11917 5000 2.7903673e-11 3700780.8 Loop time of 0.0170581 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:48 2021 Pair time (%) = 0.00135994 (7.97238) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.199869) Outpt time (%) = 0.015497 (90.848) Other time (%) = 0.000167131 (0.979776) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:48 2021 Memory usage per processor = 27.5331 Mbytes Step Atoms AVEKE stressZZ 11917 5000 2.7903673e-11 3700766.7 11918 -0.0100424999999945 3700705.26323288 11918 5000 2.7901623e-11 3700705.3 Loop time of 0.017283 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:48 2021 Pair time (%) = 0.00097084 (5.61733) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179335) Outpt time (%) = 0.016186 (93.6529) Other time (%) = 9.5129e-05 (0.550421) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:48 2021 Memory usage per processor = 27.5331 Mbytes Step Atoms AVEKE stressZZ 11918 5000 2.7901623e-11 3700691.2 11919 -0.0100424999999945 3700629.74388496 11919 5000 2.7899573e-11 3700629.7 Loop time of 0.0173869 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:48 2021 Pair time (%) = 0.00100493 (5.77983) Neigh time (%) = 0 (0) Comm time (%) = 4.48227e-05 (0.257796) Outpt time (%) = 0.016227 (93.3289) Other time (%) = 0.000110149 (0.633519) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:48 2021 Memory usage per processor = 27.5331 Mbytes Step Atoms AVEKE stressZZ 11919 5000 2.7899573e-11 3700615.7 11920 -0.0100424999999945 3700554.22833814 11920 5000 2.7897524e-11 3700554.2 Loop time of 0.0190759 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:48 2021 Pair time (%) = 0.0012989 (6.80915) Neigh time (%) = 0 (0) Comm time (%) = 4.48227e-05 (0.234971) Outpt time (%) = 0.0175719 (92.116) Other time (%) = 0.000160217 (0.839895) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:48 2021 Memory usage per processor = 27.5331 Mbytes Step Atoms AVEKE stressZZ 11920 5000 2.7897524e-11 3700540.2 11921 -0.0100424999999945 3700478.71659201 11921 5000 2.7895474e-11 3700478.7 Loop time of 0.0174711 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:48 2021 Pair time (%) = 0.00103903 (5.94713) Neigh time (%) = 0 (0) Comm time (%) = 8.39233e-05 (0.480356) Outpt time (%) = 0.0161221 (92.2788) Other time (%) = 0.000226021 (1.29369) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:48 2021 Memory usage per processor = 27.5331 Mbytes Step Atoms AVEKE stressZZ 11921 5000 2.7895474e-11 3700464.7 11922 -0.0100424999999945 3700403.20864608 11922 5000 2.7893425e-11 3700403.2 Loop time of 0.0174441 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:48 2021 Pair time (%) = 0.00101304 (5.80734) Neigh time (%) = 0 (0) Comm time (%) = 4.91142e-05 (0.281552) Outpt time (%) = 0.0162702 (93.2701) Other time (%) = 0.000111818 (0.641008) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:48 2021 Memory usage per processor = 27.5331 Mbytes Step Atoms AVEKE stressZZ 11922 5000 2.7893425e-11 3700389.1 11923 -0.0100424999999945 3700327.70449979 11923 5000 2.7891376e-11 3700327.7 Loop time of 0.0165429 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:48 2021 Pair time (%) = 0.000978947 (5.91762) Neigh time (%) = 0 (0) Comm time (%) = 6.07967e-05 (0.367509) Outpt time (%) = 0.0153399 (92.7276) Other time (%) = 0.000163317 (0.987231) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:48 2021 Memory usage per processor = 27.5331 Mbytes Step Atoms AVEKE stressZZ 11923 5000 2.7891376e-11 3700313.6 11924 -0.0100424999999945 3700252.20415277 11924 5000 2.7889328e-11 3700252.2 Loop time of 0.0167189 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:48 2021 Pair time (%) = 0.001019 (6.09492) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.203924) Outpt time (%) = 0.015533 (92.9069) Other time (%) = 0.000132799 (0.794307) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:48 2021 Memory usage per processor = 27.5331 Mbytes Step Atoms AVEKE stressZZ 11924 5000 2.7889328e-11 3700238.1 11925 -0.0100424999999945 3700176.70760444 11925 5000 2.7887279e-11 3700176.7 Loop time of 0.017283 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:48 2021 Pair time (%) = 0.00111794 (6.46848) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.266244) Outpt time (%) = 0.0160089 (92.6279) Other time (%) = 0.000110149 (0.637329) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:48 2021 Memory usage per processor = 27.5331 Mbytes Step Atoms AVEKE stressZZ 11925 5000 2.7887279e-11 3700162.6 11926 -0.0100424999999945 3700101.21485442 11926 5000 2.7885231e-11 3700101.2 Loop time of 0.01702 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:48 2021 Pair time (%) = 0.000968933 (5.69291) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.182106) Outpt time (%) = 0.015924 (93.5605) Other time (%) = 9.60827e-05 (0.564529) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:48 2021 Memory usage per processor = 27.5331 Mbytes Step Atoms AVEKE stressZZ 11926 5000 2.7885231e-11 3700087.2 11927 -0.0100424999999945 3700025.72590222 11927 5000 2.7883183e-11 3700025.7 Loop time of 0.016686 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:48 2021 Pair time (%) = 0.000967979 (5.80116) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.198611) Outpt time (%) = 0.0155551 (93.2229) Other time (%) = 0.0001297 (0.777298) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:48 2021 Memory usage per processor = 27.5331 Mbytes Step Atoms AVEKE stressZZ 11927 5000 2.7883183e-11 3700011.7 11928 -0.0100424999999945 3699950.24076702 11928 5000 2.7881135e-11 3699950.2 Loop time of 0.0165241 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:48 2021 Pair time (%) = 0.000982046 (5.94312) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193343) Outpt time (%) = 0.015414 (93.2821) Other time (%) = 9.60827e-05 (0.581471) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:48 2021 Memory usage per processor = 27.5331 Mbytes Step Atoms AVEKE stressZZ 11928 5000 2.7881135e-11 3699936.2 11929 -0.0100424999999945 3699874.75948171 11929 5000 2.7879088e-11 3699874.8 Loop time of 0.0162961 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:48 2021 Pair time (%) = 0.000966072 (5.92822) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.19751) Outpt time (%) = 0.015208 (93.3227) Other time (%) = 8.98838e-05 (0.551565) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:48 2021 Memory usage per processor = 27.5331 Mbytes Step Atoms AVEKE stressZZ 11929 5000 2.7879088e-11 3699860.7 11930 -0.0100424999999945 3699799.28202239 11930 5000 2.7877041e-11 3699799.3 Loop time of 0.018719 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:48 2021 Pair time (%) = 0.00096488 (5.15456) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.165578) Outpt time (%) = 0.0176342 (94.2048) Other time (%) = 8.89301e-05 (0.475081) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:48 2021 Memory usage per processor = 27.5331 Mbytes Step Atoms AVEKE stressZZ 11930 5000 2.7877041e-11 3699785.2 11931 -0.0100424999999945 3699723.80838164 11931 5000 2.7874993e-11 3699723.8 Loop time of 0.0176258 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:48 2021 Pair time (%) = 0.001086 (6.1614) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.18261) Outpt time (%) = 0.0164249 (93.1866) Other time (%) = 8.27312e-05 (0.469376) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:48 2021 Memory usage per processor = 27.5331 Mbytes Step Atoms AVEKE stressZZ 11931 5000 2.7874993e-11 3699709.7 11932 -0.0100424999999945 3699648.33855544 11932 5000 2.7872947e-11 3699648.3 Loop time of 0.0168359 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:48 2021 Pair time (%) = 0.00102997 (6.11768) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208171) Outpt time (%) = 0.015666 (93.0511) Other time (%) = 0.000104904 (0.623097) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:48 2021 Memory usage per processor = 27.5331 Mbytes Step Atoms AVEKE stressZZ 11932 5000 2.7872947e-11 3699634.3 11933 -0.0100424999999945 3699572.87254118 11933 5000 2.78709e-11 3699572.9 Loop time of 0.017458 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:48 2021 Pair time (%) = 0.00124502 (7.13154) Neigh time (%) = 0 (0) Comm time (%) = 4.88758e-05 (0.279963) Outpt time (%) = 0.0160279 (91.8087) Other time (%) = 0.000136137 (0.779799) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:48 2021 Memory usage per processor = 27.5331 Mbytes Step Atoms AVEKE stressZZ 11933 5000 2.78709e-11 3699558.8 11934 -0.0100424999999945 3699497.41033267 11934 5000 2.7868854e-11 3699497.4 Loop time of 0.017272 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:48 2021 Pair time (%) = 0.000977039 (5.65678) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18497) Outpt time (%) = 0.0161688 (93.613) Other time (%) = 9.41753e-05 (0.545249) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:48 2021 Memory usage per processor = 27.5331 Mbytes Step Atoms AVEKE stressZZ 11934 5000 2.7868854e-11 3699483.4 11935 -0.0100424999999945 3699421.9519249 11935 5000 2.7866807e-11 3699422 Loop time of 0.017365 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:48 2021 Pair time (%) = 0.00100899 (5.81047) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18398) Outpt time (%) = 0.016228 (93.4522) Other time (%) = 9.60827e-05 (0.553313) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:48 2021 Memory usage per processor = 27.5331 Mbytes Step Atoms AVEKE stressZZ 11935 5000 2.7866807e-11 3699407.9 11936 -0.0100424999999945 3699346.49732252 11936 5000 2.7864761e-11 3699346.5 Loop time of 0.016469 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:48 2021 Pair time (%) = 0.000972033 (5.90219) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.19978) Outpt time (%) = 0.015363 (93.2842) Other time (%) = 0.000101089 (0.613817) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:48 2021 Memory usage per processor = 27.5331 Mbytes Step Atoms AVEKE stressZZ 11936 5000 2.7864761e-11 3699332.4 11937 -0.0100424999999945 3699271.04652444 11937 5000 2.7862716e-11 3699271 Loop time of 0.0172429 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:48 2021 Pair time (%) = 0.00106812 (6.19452) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197727) Outpt time (%) = 0.016036 (93.0007) Other time (%) = 0.000104666 (0.607008) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:48 2021 Memory usage per processor = 27.5331 Mbytes Step Atoms AVEKE stressZZ 11937 5000 2.7862716e-11 3699257 11938 -0.0100424999999945 3699195.59952954 11938 5000 2.786067e-11 3699195.6 Loop time of 0.0170441 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:48 2021 Pair time (%) = 0.000967026 (5.67368) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187444) Outpt time (%) = 0.0159531 (93.5989) Other time (%) = 9.20296e-05 (0.539951) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:48 2021 Memory usage per processor = 27.5331 Mbytes Step Atoms AVEKE stressZZ 11938 5000 2.786067e-11 3699181.5 11939 -0.0100424999999945 3699120.15633706 11939 5000 2.7858625e-11 3699120.2 Loop time of 0.0166779 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:48 2021 Pair time (%) = 0.00099206 (5.94836) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.19156) Outpt time (%) = 0.0155599 (93.2968) Other time (%) = 9.39369e-05 (0.563243) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:48 2021 Memory usage per processor = 27.5331 Mbytes Step Atoms AVEKE stressZZ 11939 5000 2.7858625e-11 3699106.1 11940 -0.0100424999999945 3699044.71694605 11940 5000 2.785658e-11 3699044.7 Loop time of 0.019129 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:48 2021 Pair time (%) = 0.00120902 (6.32034) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.183216) Outpt time (%) = 0.0177212 (92.6402) Other time (%) = 0.000163794 (0.856256) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:48 2021 Memory usage per processor = 27.5331 Mbytes Step Atoms AVEKE stressZZ 11940 5000 2.785658e-11 3699030.7 11941 -0.0100424999999945 3698969.28135576 11941 5000 2.7854535e-11 3698969.3 Loop time of 0.0171671 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:48 2021 Pair time (%) = 0.00100112 (5.83162) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186101) Outpt time (%) = 0.0160348 (93.4045) Other time (%) = 9.91821e-05 (0.577746) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:48 2021 Memory usage per processor = 27.5331 Mbytes Step Atoms AVEKE stressZZ 11941 5000 2.7854535e-11 3698955.2 11942 -0.0100424999999945 3698893.84956538 11942 5000 2.785249e-11 3698893.8 Loop time of 0.017195 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:48 2021 Pair time (%) = 0.00105596 (6.14107) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191345) Outpt time (%) = 0.01596 (92.8176) Other time (%) = 0.000146151 (0.84996) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:48 2021 Memory usage per processor = 27.5331 Mbytes Step Atoms AVEKE stressZZ 11942 5000 2.785249e-11 3698879.8 11943 -0.0100424999999945 3698818.42157422 11943 5000 2.7850446e-11 3698818.4 Loop time of 0.016499 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:48 2021 Pair time (%) = 0.00101709 (6.16456) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193636) Outpt time (%) = 0.0153551 (93.0667) Other time (%) = 9.48906e-05 (0.575128) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:48 2021 Memory usage per processor = 27.5331 Mbytes Step Atoms AVEKE stressZZ 11943 5000 2.7850446e-11 3698804.4 11944 -0.0100424999999945 3698742.99738158 11944 5000 2.7848401e-11 3698743 Loop time of 0.0167711 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:48 2021 Pair time (%) = 0.00121617 (7.25161) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.220349) Outpt time (%) = 0.0153811 (91.712) Other time (%) = 0.000136852 (0.816002) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:48 2021 Memory usage per processor = 27.5331 Mbytes Step Atoms AVEKE stressZZ 11944 5000 2.7848401e-11 3698728.9 11945 -0.0100424999999945 3698667.57698679 11945 5000 2.7846357e-11 3698667.6 Loop time of 0.017127 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:48 2021 Pair time (%) = 0.000967979 (5.65176) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186536) Outpt time (%) = 0.016041 (93.6592) Other time (%) = 8.60691e-05 (0.502534) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:48 2021 Memory usage per processor = 27.5331 Mbytes Step Atoms AVEKE stressZZ 11945 5000 2.7846357e-11 3698653.5 11946 -0.0100424999999945 3698592.16038922 11946 5000 2.7844313e-11 3698592.2 Loop time of 0.0170281 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:49 2021 Pair time (%) = 0.00102997 (6.04864) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18762) Outpt time (%) = 0.015873 (93.2163) Other time (%) = 9.32217e-05 (0.547458) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:49 2021 Memory usage per processor = 27.5331 Mbytes Step Atoms AVEKE stressZZ 11946 5000 2.7844313e-11 3698578.1 11947 -0.0100424999999945 3698516.74758928 11947 5000 2.784227e-11 3698516.7 Loop time of 0.0165579 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:49 2021 Pair time (%) = 0.0010221 (6.17288) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.205906) Outpt time (%) = 0.0153549 (92.7342) Other time (%) = 0.000146866 (0.886982) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:49 2021 Memory usage per processor = 27.5331 Mbytes Step Atoms AVEKE stressZZ 11947 5000 2.784227e-11 3698502.7 11948 -0.0100424999999945 3698441.33862431 11948 5000 2.7840227e-11 3698441.3 Loop time of 0.0170891 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:49 2021 Pair time (%) = 0.001091 (6.3842) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18695) Outpt time (%) = 0.0158639 (92.8303) Other time (%) = 0.000102282 (0.598518) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:49 2021 Memory usage per processor = 27.5331 Mbytes Step Atoms AVEKE stressZZ 11948 5000 2.7840227e-11 3698427.3 11949 -0.0100424999999945 3698365.93354183 11949 5000 2.7838183e-11 3698365.9 Loop time of 0.017257 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:49 2021 Pair time (%) = 0.00102401 (5.93388) Neigh time (%) = 0 (0) Comm time (%) = 5.19753e-05 (0.301184) Outpt time (%) = 0.0160801 (93.1805) Other time (%) = 0.000100851 (0.584408) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:49 2021 Memory usage per processor = 27.5331 Mbytes Step Atoms AVEKE stressZZ 11949 5000 2.7838183e-11 3698351.9 11950 -0.0100424999999945 3698290.53230642 11950 5000 2.783614e-11 3698290.5 Loop time of 0.0189381 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:49 2021 Pair time (%) = 0.000966072 (5.10122) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.163662) Outpt time (%) = 0.0178471 (94.2391) Other time (%) = 9.39369e-05 (0.496022) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:49 2021 Memory usage per processor = 27.5331 Mbytes Step Atoms AVEKE stressZZ 11950 5000 2.783614e-11 3698276.5 11951 -0.0100424999999945 3698215.13490481 11951 5000 2.7834098e-11 3698215.1 Loop time of 0.016516 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:49 2021 Pair time (%) = 0.00102496 (6.20588) Neigh time (%) = 0 (0) Comm time (%) = 4.29153e-05 (0.259841) Outpt time (%) = 0.0153461 (92.9164) Other time (%) = 0.000102043 (0.617845) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:49 2021 Memory usage per processor = 27.5331 Mbytes Step Atoms AVEKE stressZZ 11951 5000 2.7834098e-11 3698201.1 11952 -0.0100424999999945 3698139.74133021 11952 5000 2.7832055e-11 3698139.7 Loop time of 0.0174279 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:49 2021 Pair time (%) = 0.00112009 (6.42699) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183316) Outpt time (%) = 0.0161841 (92.863) Other time (%) = 9.17912e-05 (0.52669) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:49 2021 Memory usage per processor = 27.5331 Mbytes Step Atoms AVEKE stressZZ 11952 5000 2.7832055e-11 3698125.7 11953 -0.0100424999999945 3698064.35157813 11953 5000 2.7830013e-11 3698064.4 Loop time of 0.0170808 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:49 2021 Pair time (%) = 0.000969887 (5.67823) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187041) Outpt time (%) = 0.0159848 (93.5834) Other time (%) = 9.41753e-05 (0.551353) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:49 2021 Memory usage per processor = 27.5331 Mbytes Step Atoms AVEKE stressZZ 11953 5000 2.7830013e-11 3698050.3 11954 -0.0100424999999945 3697988.96564223 11954 5000 2.7827971e-11 3697989 Loop time of 0.0163901 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:49 2021 Pair time (%) = 0.000967979 (5.90588) Neigh time (%) = 0 (0) Comm time (%) = 4.50611e-05 (0.274929) Outpt time (%) = 0.0152819 (93.2388) Other time (%) = 9.5129e-05 (0.580406) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:49 2021 Memory usage per processor = 27.5331 Mbytes Step Atoms AVEKE stressZZ 11954 5000 2.7827971e-11 3697974.9 11955 -0.0100424999999945 3697913.58351886 11955 5000 2.7825929e-11 3697913.6 Loop time of 0.016871 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:49 2021 Pair time (%) = 0.00121093 (7.17758) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.23035) Outpt time (%) = 0.01548 (91.7555) Other time (%) = 0.000141144 (0.836607) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:49 2021 Memory usage per processor = 27.5331 Mbytes Step Atoms AVEKE stressZZ 11955 5000 2.7825929e-11 3697899.5 11956 -0.0100424999999945 3697838.20520892 11956 5000 2.7823887e-11 3697838.2 Loop time of 0.0170779 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:49 2021 Pair time (%) = 0.000968933 (5.6736) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.188469) Outpt time (%) = 0.01598 (93.5711) Other time (%) = 9.67979e-05 (0.566802) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:49 2021 Memory usage per processor = 27.5331 Mbytes Step Atoms AVEKE stressZZ 11956 5000 2.7823887e-11 3697824.2 11957 -0.0100424999999945 3697762.83071066 11957 5000 2.7821846e-11 3697762.8 Loop time of 0.0172851 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:49 2021 Pair time (%) = 0.00112414 (6.50354) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190347) Outpt time (%) = 0.015969 (92.3861) Other time (%) = 0.000159025 (0.920013) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:49 2021 Memory usage per processor = 27.5331 Mbytes Step Atoms AVEKE stressZZ 11957 5000 2.7821846e-11 3697748.8 11958 -0.0100424999999945 3697687.46002244 11958 5000 2.7819805e-11 3697687.5 Loop time of 0.0165288 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:49 2021 Pair time (%) = 0.000997066 (6.03228) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.223578) Outpt time (%) = 0.0153949 (93.1398) Other time (%) = 9.98974e-05 (0.604382) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:22:49 2021 Memory usage per processor = 27.5331 Mbytes Step Atoms AVEKE stressZZ 11958 5000 2.7819805e-11 3697673.4 11959 -0.0100424999999945 3697599.76460871 11959 5000 5.4953232e-11 3697721.2 Loop time of 0.0168409 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:49 2021 Pair time (%) = 0.00106692 (6.3353) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.196784) Outpt time (%) = 0.015589 (92.5661) Other time (%) = 0.000151873 (0.901806) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:49 2021 Memory usage per processor = 27.5331 Mbytes Step Atoms AVEKE stressZZ 11959 5000 5.4953232e-11 3745212 11960 -0.0100749999999945 3745130.70334683 11960 5000 4.4290582e-11 3745130.7 Loop time of 0.0188909 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:49 2021 Pair time (%) = 0.000969172 (5.13037) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.169119) Outpt time (%) = 0.0177979 (94.2146) Other time (%) = 9.17912e-05 (0.485903) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:49 2021 Memory usage per processor = 27.5332 Mbytes Step Atoms AVEKE stressZZ 11960 5000 4.4290582e-11 3745111.8 11961 -0.0100749999999945 3745037.42483793 11961 5000 3.8110609e-11 3745037.4 Loop time of 0.016737 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:49 2021 Pair time (%) = 0.000969172 (5.7906) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190883) Outpt time (%) = 0.0156419 (93.4573) Other time (%) = 9.39369e-05 (0.561254) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:49 2021 Memory usage per processor = 27.5332 Mbytes Step Atoms AVEKE stressZZ 11961 5000 3.8110609e-11 3745020.2 11962 -0.0100749999999945 3744950.25561652 11962 5000 3.4423558e-11 3744950.3 Loop time of 0.016855 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:49 2021 Pair time (%) = 0.00102592 (6.08671) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.202277) Outpt time (%) = 0.0156589 (92.9033) Other time (%) = 0.000136137 (0.807695) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:49 2021 Memory usage per processor = 27.5332 Mbytes Step Atoms AVEKE stressZZ 11962 5000 3.4423558e-11 3744934.1 11963 -0.0100749999999945 3744866.97032435 11963 5000 3.2177046e-11 3744867 Loop time of 0.017045 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:49 2021 Pair time (%) = 0.00120711 (7.08191) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.211212) Outpt time (%) = 0.0156741 (91.9571) Other time (%) = 0.000127792 (0.749734) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:49 2021 Memory usage per processor = 27.5332 Mbytes Step Atoms AVEKE stressZZ 11963 5000 3.2177046e-11 3744851.5 11964 -0.0100749999999945 3744786.15472052 11964 5000 3.0787954e-11 3744786.2 Loop time of 0.0171402 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:49 2021 Pair time (%) = 0.000969887 (5.65857) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180829) Outpt time (%) = 0.0160449 (93.6098) Other time (%) = 9.44138e-05 (0.550834) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:49 2021 Memory usage per processor = 27.5332 Mbytes Step Atoms AVEKE stressZZ 11964 5000 3.0787954e-11 3744771.1 11965 -0.0100749999999945 3744706.91004053 11965 5000 2.9920307e-11 3744706.9 Loop time of 0.0164039 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:49 2021 Pair time (%) = 0.000972986 (5.93143) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.196212) Outpt time (%) = 0.015306 (93.307) Other time (%) = 9.27448e-05 (0.565382) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:49 2021 Memory usage per processor = 27.5332 Mbytes Step Atoms AVEKE stressZZ 11965 5000 2.9920307e-11 3744692.1 11966 -0.0100749999999945 3744628.66510971 11966 5000 2.9374571e-11 3744628.7 Loop time of 0.016994 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:49 2021 Pair time (%) = 0.00130796 (7.69662) Neigh time (%) = 0 (0) Comm time (%) = 4.3869e-05 (0.258144) Outpt time (%) = 0.0154629 (90.9902) Other time (%) = 0.000179291 (1.05502) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:49 2021 Memory usage per processor = 27.5332 Mbytes Step Atoms AVEKE stressZZ 11966 5000 2.9374571e-11 3744614.1 11967 -0.0100749999999945 3744551.05693991 11967 5000 2.9029584e-11 3744551.1 Loop time of 0.0172749 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:49 2021 Pair time (%) = 0.00106311 (6.15408) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.202882) Outpt time (%) = 0.0160711 (93.0316) Other time (%) = 0.000105619 (0.611406) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:49 2021 Memory usage per processor = 27.5332 Mbytes Step Atoms AVEKE stressZZ 11967 5000 2.9029584e-11 3744536.6 11968 -0.0100749999999945 3744473.85484776 11968 5000 2.8810629e-11 3744473.9 Loop time of 0.0172 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:49 2021 Pair time (%) = 0.000967979 (5.62779) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.267528) Outpt time (%) = 0.0160749 (93.4587) Other time (%) = 0.000111103 (0.645948) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:49 2021 Memory usage per processor = 27.5332 Mbytes Step Atoms AVEKE stressZZ 11968 5000 2.8810629e-11 3744459.4 11969 -0.0100749999999945 3744396.91223119 11969 5000 2.8671143e-11 3744396.9 Loop time of 0.0165441 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:49 2021 Pair time (%) = 0.000971079 (5.86964) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.200314) Outpt time (%) = 0.0154412 (93.3334) Other time (%) = 9.87053e-05 (0.596619) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:49 2021 Memory usage per processor = 27.5332 Mbytes Step Atoms AVEKE stressZZ 11969 5000 2.8671143e-11 3744382.5 11970 -0.0100749999999945 3744320.1359226 11970 5000 2.8581907e-11 3744320.1 Loop time of 0.0194581 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:49 2021 Pair time (%) = 0.0010879 (5.59102) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.175217) Outpt time (%) = 0.0182312 (93.6946) Other time (%) = 0.000104904 (0.53913) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:49 2021 Memory usage per processor = 27.5332 Mbytes Step Atoms AVEKE stressZZ 11970 5000 2.8581907e-11 3744305.8 11971 -0.0100749999999945 3744243.46671271 11971 5000 2.8524505e-11 3744243.5 Loop time of 0.016624 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:49 2021 Pair time (%) = 0.000967026 (5.81706) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192181) Outpt time (%) = 0.015532 (93.4314) Other time (%) = 9.29832e-05 (0.559332) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:49 2021 Memory usage per processor = 27.5332 Mbytes Step Atoms AVEKE stressZZ 11971 5000 2.8524505e-11 3744229.1 11972 -0.0100749999999945 3744166.86697316 11972 5000 2.8487291e-11 3744166.9 Loop time of 0.016458 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:49 2021 Pair time (%) = 0.000967979 (5.8815) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.188324) Outpt time (%) = 0.015332 (93.158) Other time (%) = 0.000127077 (0.772128) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:49 2021 Memory usage per processor = 27.5332 Mbytes Step Atoms AVEKE stressZZ 11972 5000 2.8487291e-11 3744152.5 11973 -0.0100749999999945 3744090.31279055 11973 5000 2.846289e-11 3744090.3 Loop time of 0.0164549 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:49 2021 Pair time (%) = 0.000965834 (5.86957) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.195604) Outpt time (%) = 0.0153739 (93.4306) Other time (%) = 8.29697e-05 (0.504224) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:49 2021 Memory usage per processor = 27.5332 Mbytes Step Atoms AVEKE stressZZ 11973 5000 2.846289e-11 3744076 11974 -0.0100749999999945 3744013.78896737 11974 5000 2.8446626e-11 3744013.8 Loop time of 0.0163748 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:49 2021 Pair time (%) = 0.000971079 (5.93032) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.189281) Outpt time (%) = 0.0152838 (93.3373) Other time (%) = 8.89301e-05 (0.543091) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:49 2021 Memory usage per processor = 27.5332 Mbytes Step Atoms AVEKE stressZZ 11974 5000 2.8446626e-11 3743999.5 11975 -0.0100749999999945 3743937.28584528 11975 5000 2.8435529e-11 3743937.3 Loop time of 0.0174081 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:49 2021 Pair time (%) = 0.00121188 (6.96158) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.206807) Outpt time (%) = 0.0159831 (91.814) Other time (%) = 0.000177145 (1.0176) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:49 2021 Memory usage per processor = 27.5332 Mbytes Step Atoms AVEKE stressZZ 11975 5000 2.8435529e-11 3743923 11976 -0.0100749999999945 3743860.7972862 11976 5000 2.8427716e-11 3743860.8 Loop time of 0.0171659 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:49 2021 Pair time (%) = 0.00100398 (5.84869) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191669) Outpt time (%) = 0.0159829 (93.1082) Other time (%) = 0.000146151 (0.851401) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:49 2021 Memory usage per processor = 27.5332 Mbytes Step Atoms AVEKE stressZZ 11976 5000 2.8427716e-11 3743846.5 11977 -0.0100749999999945 3743784.31938902 11977 5000 2.8421988e-11 3743784.3 Loop time of 0.0164568 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:49 2021 Pair time (%) = 0.00100994 (6.13691) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.199928) Outpt time (%) = 0.0153148 (93.0605) Other time (%) = 9.91821e-05 (0.60268) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:49 2021 Memory usage per processor = 27.5332 Mbytes Step Atoms AVEKE stressZZ 11977 5000 2.8421988e-11 3743770 11978 -0.0100749999999945 3743707.84967445 11978 5000 2.8417587e-11 3743707.8 Loop time of 0.017149 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:49 2021 Pair time (%) = 0.00132608 (7.73273) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204371) Outpt time (%) = 0.0156171 (91.0675) Other time (%) = 0.000170708 (0.99544) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:49 2021 Memory usage per processor = 27.5332 Mbytes Step Atoms AVEKE stressZZ 11978 5000 2.8417587e-11 3743693.5 11979 -0.0100749999999945 3743631.38656671 11979 5000 2.8414028e-11 3743631.4 Loop time of 0.0173721 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:49 2021 Pair time (%) = 0.00096488 (5.55418) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.185277) Outpt time (%) = 0.0162489 (93.5345) Other time (%) = 0.000126123 (0.72601) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:49 2021 Memory usage per processor = 27.5332 Mbytes Step Atoms AVEKE stressZZ 11979 5000 2.8414028e-11 3743617.1 11980 -0.0100749999999945 3743554.92906415 11980 5000 2.8411004e-11 3743554.9 Loop time of 0.0191951 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:49 2021 Pair time (%) = 0.00100684 (5.24531) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.161471) Outpt time (%) = 0.0180628 (94.1014) Other time (%) = 9.44138e-05 (0.491864) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:49 2021 Memory usage per processor = 27.5332 Mbytes Step Atoms AVEKE stressZZ 11980 5000 2.8411004e-11 3743540.6 11981 -0.0100749999999945 3743478.47653019 11981 5000 2.840832e-11 3743478.5 Loop time of 0.016978 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:49 2021 Pair time (%) = 0.000974178 (5.73788) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.19379) Outpt time (%) = 0.015871 (93.4799) Other time (%) = 9.98974e-05 (0.588392) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:49 2021 Memory usage per processor = 27.5332 Mbytes Step Atoms AVEKE stressZZ 11981 5000 2.840832e-11 3743464.2 11982 -0.0100749999999945 3743402.02855991 11982 5000 2.8405853e-11 3743402 Loop time of 0.017087 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:49 2021 Pair time (%) = 0.00105906 (6.19802) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192555) Outpt time (%) = 0.0158861 (92.9718) Other time (%) = 0.000108957 (0.637663) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:49 2021 Memory usage per processor = 27.5332 Mbytes Step Atoms AVEKE stressZZ 11982 5000 2.8405853e-11 3743387.7 11983 -0.0100749999999945 3743325.58489598 11983 5000 2.8403524e-11 3743325.6 Loop time of 0.0171392 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:49 2021 Pair time (%) = 0.000967979 (5.64775) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186404) Outpt time (%) = 0.0160289 (93.5218) Other time (%) = 0.000110388 (0.644066) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:49 2021 Memory usage per processor = 27.5332 Mbytes Step Atoms AVEKE stressZZ 11983 5000 2.8403524e-11 3743311.3 11984 -0.0100749999999945 3743249.1453746 11984 5000 2.8401282e-11 3743249.1 Loop time of 0.0165951 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:49 2021 Pair time (%) = 0.00096488 (5.81424) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.186768) Outpt time (%) = 0.0155048 (93.4301) Other time (%) = 9.44138e-05 (0.568925) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:49 2021 Memory usage per processor = 27.5332 Mbytes Step Atoms AVEKE stressZZ 11984 5000 2.8401282e-11 3743234.8 11985 -0.0100749999999945 3743172.70989165 11985 5000 2.8399095e-11 3743172.7 Loop time of 0.0167959 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:49 2021 Pair time (%) = 0.00106692 (6.35229) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.20157) Outpt time (%) = 0.0155909 (92.8258) Other time (%) = 0.000104189 (0.620324) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:49 2021 Memory usage per processor = 27.5332 Mbytes Step Atoms AVEKE stressZZ 11985 5000 2.8399095e-11 3743158.4 11986 -0.0100749999999945 3743096.2783806 11986 5000 2.8396945e-11 3743096.3 Loop time of 0.017206 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:49 2021 Pair time (%) = 0.00100684 (5.85171) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180138) Outpt time (%) = 0.0160768 (93.4374) Other time (%) = 9.13143e-05 (0.530713) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:49 2021 Memory usage per processor = 27.5332 Mbytes Step Atoms AVEKE stressZZ 11986 5000 2.8396945e-11 3743082 11987 -0.0100749999999945 3743019.8507992 11987 5000 2.8394816e-11 3743019.9 Loop time of 0.0172861 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:49 2021 Pair time (%) = 0.000963211 (5.57218) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179303) Outpt time (%) = 0.016139 (93.3644) Other time (%) = 0.000152826 (0.884101) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:49 2021 Memory usage per processor = 27.5332 Mbytes Step Atoms AVEKE stressZZ 11987 5000 2.8394816e-11 3743005.6 11988 -0.0100749999999945 3742943.42712036 11988 5000 2.8392703e-11 3742943.4 Loop time of 0.0167508 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:49 2021 Pair time (%) = 0.00100398 (5.99362) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190726) Outpt time (%) = 0.0155568 (92.872) Other time (%) = 0.000158072 (0.943665) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:49 2021 Memory usage per processor = 27.5332 Mbytes Step Atoms AVEKE stressZZ 11988 5000 2.8392703e-11 3742929.1 11989 -0.0100749999999945 3742867.007327 11989 5000 2.8390598e-11 3742867 Loop time of 0.0174551 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:49 2021 Pair time (%) = 0.00113988 (6.53035) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.18986) Outpt time (%) = 0.0161731 (92.6556) Other time (%) = 0.000108957 (0.624215) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:49 2021 Memory usage per processor = 27.5332 Mbytes Step Atoms AVEKE stressZZ 11989 5000 2.8390598e-11 3742852.7 11990 -0.0100749999999945 3742790.59141253 11990 5000 2.83885e-11 3742790.6 Loop time of 0.0190499 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:50 2021 Pair time (%) = 0.000969172 (5.08755) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.162701) Outpt time (%) = 0.01793 (94.1215) Other time (%) = 0.000119686 (0.628277) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:50 2021 Memory usage per processor = 27.5332 Mbytes Step Atoms AVEKE stressZZ 11990 5000 2.83885e-11 3742776.3 11991 -0.0100749999999945 3742714.17936804 11991 5000 2.8386405e-11 3742714.2 Loop time of 0.016721 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:50 2021 Pair time (%) = 0.00100803 (6.02855) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191066) Outpt time (%) = 0.0155871 (93.2186) Other time (%) = 9.39369e-05 (0.56179) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:50 2021 Memory usage per processor = 27.5332 Mbytes Step Atoms AVEKE stressZZ 11991 5000 2.8386405e-11 3742699.9 11992 -0.0100749999999945 3742637.77118778 11992 5000 2.8384313e-11 3742637.8 Loop time of 0.0168312 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:50 2021 Pair time (%) = 0.00100207 (5.95368) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.202564) Outpt time (%) = 0.0156751 (93.1312) Other time (%) = 0.000119925 (0.712515) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:50 2021 Memory usage per processor = 27.5332 Mbytes Step Atoms AVEKE stressZZ 11992 5000 2.8384313e-11 3742623.5 11993 -0.0100749999999945 3742561.36686815 11993 5000 2.8382223e-11 3742561.4 Loop time of 0.0176008 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:50 2021 Pair time (%) = 0.000984907 (5.59582) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.188288) Outpt time (%) = 0.016464 (93.5413) Other time (%) = 0.000118732 (0.674587) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:50 2021 Memory usage per processor = 27.5332 Mbytes Step Atoms AVEKE stressZZ 11993 5000 2.8382223e-11 3742547.1 11994 -0.0100749999999945 3742484.96640679 11994 5000 2.8380133e-11 3742485 Loop time of 0.0173111 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:50 2021 Pair time (%) = 0.000993967 (5.74179) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191439) Outpt time (%) = 0.0161901 (93.5241) Other time (%) = 9.39369e-05 (0.54264) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:50 2021 Memory usage per processor = 27.5332 Mbytes Step Atoms AVEKE stressZZ 11994 5000 2.8380133e-11 3742470.7 11995 -0.0100749999999945 3742408.56980185 11995 5000 2.8378045e-11 3742408.6 Loop time of 0.0167539 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:50 2021 Pair time (%) = 0.000966072 (5.76625) Neigh time (%) = 0 (0) Comm time (%) = 4.91142e-05 (0.293151) Outpt time (%) = 0.01562 (93.2319) Other time (%) = 0.000118732 (0.708685) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:50 2021 Memory usage per processor = 27.5332 Mbytes Step Atoms AVEKE stressZZ 11995 5000 2.8378045e-11 3742394.3 11996 -0.0100749999999945 3742332.17705224 11996 5000 2.8375957e-11 3742332.2 Loop time of 0.016593 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:50 2021 Pair time (%) = 0.00110197 (6.64119) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.216966) Outpt time (%) = 0.0153329 (92.4062) Other time (%) = 0.00012207 (0.735674) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:50 2021 Memory usage per processor = 27.5332 Mbytes Step Atoms AVEKE stressZZ 11996 5000 2.8375957e-11 3742317.9 11997 -0.0100749999999945 3742255.78815691 11997 5000 2.837387e-11 3742255.8 Loop time of 0.0171981 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:50 2021 Pair time (%) = 0.000969887 (5.6395) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185765) Outpt time (%) = 0.016103 (93.6327) Other time (%) = 9.32217e-05 (0.542047) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:50 2021 Memory usage per processor = 27.5332 Mbytes Step Atoms AVEKE stressZZ 11997 5000 2.837387e-11 3742241.5 11998 -0.0100749999999945 3742179.40311503 11998 5000 2.8371783e-11 3742179.4 Loop time of 0.016952 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:50 2021 Pair time (%) = 0.000969172 (5.71714) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188462) Outpt time (%) = 0.015857 (93.5403) Other time (%) = 9.39369e-05 (0.554133) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:50 2021 Memory usage per processor = 27.5332 Mbytes Step Atoms AVEKE stressZZ 11998 5000 2.8371783e-11 3742165.1 11999 -0.0100749999999945 3742103.02192605 11999 5000 2.8369696e-11 3742103 Loop time of 0.0167649 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:50 2021 Pair time (%) = 0.00104594 (6.23889) Neigh time (%) = 0 (0) Comm time (%) = 6.41346e-05 (0.382553) Outpt time (%) = 0.015523 (92.5921) Other time (%) = 0.000131845 (0.786439) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:50 2021 Memory usage per processor = 27.5332 Mbytes Step Atoms AVEKE stressZZ 11999 5000 2.8369696e-11 3742088.7 12000 -0.0100749999999945 3742026.64458932 12000 5000 2.836761e-11 3742026.6 Loop time of 0.0193429 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:50 2021 Pair time (%) = 0.00111198 (5.7488) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.17133) Outpt time (%) = 0.0180759 (93.45) Other time (%) = 0.000121832 (0.629853) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:50 2021 Memory usage per processor = 27.5332 Mbytes Step Atoms AVEKE stressZZ 12000 5000 2.836761e-11 3742012.3 12001 -0.0100749999999945 3741950.27110434 12001 5000 2.8365524e-11 3741950.3 Loop time of 0.0172579 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:50 2021 Pair time (%) = 0.00108218 (6.27064) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190647) Outpt time (%) = 0.0160189 (92.8203) Other time (%) = 0.000123978 (0.718381) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:50 2021 Memory usage per processor = 27.5332 Mbytes Step Atoms AVEKE stressZZ 12001 5000 2.8365524e-11 3741936 12002 -0.0100749999999945 3741873.9014705 12002 5000 2.8363438e-11 3741873.9 Loop time of 0.0167429 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:50 2021 Pair time (%) = 0.000967979 (5.78142) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190815) Outpt time (%) = 0.015651 (93.4781) Other time (%) = 9.20296e-05 (0.549662) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:50 2021 Memory usage per processor = 27.5332 Mbytes Step Atoms AVEKE stressZZ 12002 5000 2.8363438e-11 3741859.6 12003 -0.0100749999999945 3741797.53568745 12003 5000 2.8361353e-11 3741797.5 Loop time of 0.016706 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:50 2021 Pair time (%) = 0.000989914 (5.9255) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.196946) Outpt time (%) = 0.015578 (93.2482) Other time (%) = 0.000105143 (0.629371) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:50 2021 Memory usage per processor = 27.5332 Mbytes Step Atoms AVEKE stressZZ 12003 5000 2.8361353e-11 3741783.2 12004 -0.0100749999999945 3741721.17375464 12004 5000 2.8359267e-11 3741721.2 Loop time of 0.0171311 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:50 2021 Pair time (%) = 0.00113201 (6.60794) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192059) Outpt time (%) = 0.0158601 (92.5807) Other time (%) = 0.000106096 (0.61932) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:50 2021 Memory usage per processor = 27.5332 Mbytes Step Atoms AVEKE stressZZ 12004 5000 2.8359267e-11 3741706.9 12005 -0.0100749999999945 3741644.81567163 12005 5000 2.8357182e-11 3741644.8 Loop time of 0.0171242 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:50 2021 Pair time (%) = 0.00097394 (5.68751) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.187959) Outpt time (%) = 0.0160239 (93.5746) Other time (%) = 9.41753e-05 (0.549955) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:50 2021 Memory usage per processor = 27.5332 Mbytes Step Atoms AVEKE stressZZ 12005 5000 2.8357182e-11 3741630.5 12006 -0.0100749999999945 3741568.46143802 12006 5000 2.8355097e-11 3741568.5 Loop time of 0.017118 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:50 2021 Pair time (%) = 0.000967979 (5.65475) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.188028) Outpt time (%) = 0.0160241 (93.6098) Other time (%) = 9.36985e-05 (0.547369) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:50 2021 Memory usage per processor = 27.5332 Mbytes Step Atoms AVEKE stressZZ 12006 5000 2.8355097e-11 3741554.2 12007 -0.0100749999999945 3741492.11105335 12007 5000 2.8353013e-11 3741492.1 Loop time of 0.0172641 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:50 2021 Pair time (%) = 0.00128889 (7.46572) Neigh time (%) = 0 (0) Comm time (%) = 4.3869e-05 (0.254105) Outpt time (%) = 0.0157559 (91.2638) Other time (%) = 0.000175476 (1.01642) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:50 2021 Memory usage per processor = 27.5332 Mbytes Step Atoms AVEKE stressZZ 12007 5000 2.8353013e-11 3741477.8 12008 -0.0100749999999945 3741415.76451714 12008 5000 2.8350928e-11 3741415.8 Loop time of 0.017139 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:50 2021 Pair time (%) = 0.00101209 (5.90518) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186406) Outpt time (%) = 0.0159998 (93.3534) Other time (%) = 9.5129e-05 (0.555045) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:50 2021 Memory usage per processor = 27.5332 Mbytes Step Atoms AVEKE stressZZ 12008 5000 2.8350928e-11 3741401.5 12009 -0.0100749999999945 3741339.42182905 12009 5000 2.8348844e-11 3741339.4 Loop time of 0.0169611 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:50 2021 Pair time (%) = 0.000967026 (5.70143) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188361) Outpt time (%) = 0.0158691 (93.562) Other time (%) = 9.29832e-05 (0.548215) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:50 2021 Memory usage per processor = 27.5332 Mbytes Step Atoms AVEKE stressZZ 12009 5000 2.8348844e-11 3741325.1 12010 -0.0100749999999945 3741263.08298854 12010 5000 2.834676e-11 3741263.1 Loop time of 0.018502 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:50 2021 Pair time (%) = 0.000976086 (5.27557) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.177828) Outpt time (%) = 0.0173891 (93.9848) Other time (%) = 0.000103951 (0.561834) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:50 2021 Memory usage per processor = 27.5332 Mbytes Step Atoms AVEKE stressZZ 12010 5000 2.834676e-11 3741248.8 12011 -0.0100749999999945 3741186.74799526 12011 5000 2.8344676e-11 3741186.7 Loop time of 0.017076 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:50 2021 Pair time (%) = 0.00134993 (7.90539) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.216414) Outpt time (%) = 0.0155191 (90.8827) Other time (%) = 0.000169992 (0.995504) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:50 2021 Memory usage per processor = 27.5332 Mbytes Step Atoms AVEKE stressZZ 12011 5000 2.8344676e-11 3741172.5 12012 -0.0100749999999945 3741110.41684879 12012 5000 2.8342593e-11 3741110.4 Loop time of 0.017153 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:50 2021 Pair time (%) = 0.000977039 (5.69602) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180694) Outpt time (%) = 0.016057 (93.6104) Other time (%) = 8.79765e-05 (0.512892) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:50 2021 Memory usage per processor = 27.5332 Mbytes Step Atoms AVEKE stressZZ 12012 5000 2.8342593e-11 3741096.1 12013 -0.0100749999999945 3741034.08954872 12013 5000 2.8340509e-11 3741034.1 Loop time of 0.0165479 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:50 2021 Pair time (%) = 0.0010159 (6.13915) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.194505) Outpt time (%) = 0.0154068 (93.1044) Other time (%) = 9.29832e-05 (0.561903) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:50 2021 Memory usage per processor = 27.5332 Mbytes Step Atoms AVEKE stressZZ 12013 5000 2.8340509e-11 3741019.8 12014 -0.0100749999999945 3740957.76609462 12014 5000 2.8338426e-11 3740957.8 Loop time of 0.016983 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:50 2021 Pair time (%) = 0.00100493 (5.91728) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.200752) Outpt time (%) = 0.0158021 (93.0467) Other time (%) = 0.000141859 (0.835299) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:50 2021 Memory usage per processor = 27.5332 Mbytes Step Atoms AVEKE stressZZ 12014 5000 2.8338426e-11 3740943.5 12015 -0.0100749999999945 3740881.446486 12015 5000 2.8336343e-11 3740881.4 Loop time of 0.01719 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:50 2021 Pair time (%) = 0.00108886 (6.33426) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.267684) Outpt time (%) = 0.015934 (92.6935) Other time (%) = 0.000121117 (0.704577) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:50 2021 Memory usage per processor = 27.5332 Mbytes Step Atoms AVEKE stressZZ 12015 5000 2.8336343e-11 3740867.2 12016 -0.0100749999999945 3740805.13072254 12016 5000 2.8334261e-11 3740805.1 Loop time of 0.0165591 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:50 2021 Pair time (%) = 0.00100613 (6.07596) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192933) Outpt time (%) = 0.0154271 (93.1638) Other time (%) = 9.39369e-05 (0.567282) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:50 2021 Memory usage per processor = 27.5332 Mbytes Step Atoms AVEKE stressZZ 12016 5000 2.8334261e-11 3740790.8 12017 -0.0100749999999945 3740728.81880379 12017 5000 2.8332178e-11 3740728.8 Loop time of 0.0162868 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:50 2021 Pair time (%) = 0.000967979 (5.94332) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.196159) Outpt time (%) = 0.015198 (93.3145) Other time (%) = 8.89301e-05 (0.546024) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:50 2021 Memory usage per processor = 27.5332 Mbytes Step Atoms AVEKE stressZZ 12017 5000 2.8332178e-11 3740714.5 12018 -0.0100749999999945 3740652.51072937 12018 5000 2.8330096e-11 3740652.5 Loop time of 0.016422 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:50 2021 Pair time (%) = 0.00102901 (6.26606) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194544) Outpt time (%) = 0.015274 (93.0095) Other time (%) = 8.70228e-05 (0.529915) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:50 2021 Memory usage per processor = 27.5332 Mbytes Step Atoms AVEKE stressZZ 12018 5000 2.8330096e-11 3740638.2 12019 -0.0100749999999945 3740576.20649878 12019 5000 2.8328014e-11 3740576.2 Loop time of 0.016295 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:50 2021 Pair time (%) = 0.000971079 (5.95938) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.196061) Outpt time (%) = 0.015204 (93.3047) Other time (%) = 8.79765e-05 (0.5399) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:50 2021 Memory usage per processor = 27.5332 Mbytes Step Atoms AVEKE stressZZ 12019 5000 2.8328014e-11 3740561.9 12020 -0.0100749999999945 3740499.90611166 12020 5000 2.8325932e-11 3740499.9 Loop time of 0.019403 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:50 2021 Pair time (%) = 0.00132298 (6.81846) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.18063) Outpt time (%) = 0.0179019 (92.2636) Other time (%) = 0.000143051 (0.737264) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:50 2021 Memory usage per processor = 27.5332 Mbytes Step Atoms AVEKE stressZZ 12020 5000 2.8325932e-11 3740485.6 12021 -0.0100749999999945 3740423.60956764 12021 5000 2.8323851e-11 3740423.6 Loop time of 0.0171759 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:50 2021 Pair time (%) = 0.00102997 (5.99659) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180453) Outpt time (%) = 0.015991 (93.1012) Other time (%) = 0.000123978 (0.721811) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:50 2021 Memory usage per processor = 27.5332 Mbytes Step Atoms AVEKE stressZZ 12021 5000 2.8323851e-11 3740409.3 12022 -0.0100749999999945 3740347.31686629 12022 5000 2.832177e-11 3740347.3 Loop time of 0.017266 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:50 2021 Pair time (%) = 0.00101805 (5.89624) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185034) Outpt time (%) = 0.0161221 (93.3747) Other time (%) = 9.39369e-05 (0.544056) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:50 2021 Memory usage per processor = 27.5332 Mbytes Step Atoms AVEKE stressZZ 12022 5000 2.832177e-11 3740333 12023 -0.0100749999999945 3740271.02800717 12023 5000 2.8319689e-11 3740271 Loop time of 0.016515 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:50 2021 Pair time (%) = 0.00101185 (6.12684) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.278624) Outpt time (%) = 0.0153341 (92.8496) Other time (%) = 0.000123024 (0.744922) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:50 2021 Memory usage per processor = 27.5332 Mbytes Step Atoms AVEKE stressZZ 12023 5000 2.8319689e-11 3740256.7 12024 -0.0100749999999945 3740194.74298994 12024 5000 2.8317608e-11 3740194.7 Loop time of 0.0171211 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:50 2021 Pair time (%) = 0.00114512 (6.68839) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204704) Outpt time (%) = 0.0157678 (92.0959) Other time (%) = 0.000173092 (1.01099) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:50 2021 Memory usage per processor = 27.5332 Mbytes Step Atoms AVEKE stressZZ 12024 5000 2.8317608e-11 3740180.5 12025 -0.0100749999999945 3740118.46181413 12025 5000 2.8315527e-11 3740118.5 Loop time of 0.0169239 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:50 2021 Pair time (%) = 0.000972986 (5.74918) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.18314) Outpt time (%) = 0.015826 (93.5126) Other time (%) = 9.39369e-05 (0.555055) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:50 2021 Memory usage per processor = 27.5332 Mbytes Step Atoms AVEKE stressZZ 12025 5000 2.8315527e-11 3740104.2 12026 -0.0100749999999945 3740042.18447936 12026 5000 2.8313447e-11 3740042.2 Loop time of 0.0166931 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:50 2021 Pair time (%) = 0.00097394 (5.83438) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.185672) Outpt time (%) = 0.015599 (93.4458) Other time (%) = 8.91685e-05 (0.534164) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:50 2021 Memory usage per processor = 27.5332 Mbytes Step Atoms AVEKE stressZZ 12026 5000 2.8313447e-11 3740027.9 12027 -0.0100749999999945 3739965.91098523 12027 5000 2.8311367e-11 3739965.9 Loop time of 0.0166512 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:50 2021 Pair time (%) = 0.00109601 (6.58219) Neigh time (%) = 0 (0) Comm time (%) = 5.00679e-05 (0.300687) Outpt time (%) = 0.0153842 (92.3912) Other time (%) = 0.000120878 (0.725945) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:50 2021 Memory usage per processor = 27.5332 Mbytes Step Atoms AVEKE stressZZ 12027 5000 2.8311367e-11 3739951.6 12028 -0.0100749999999945 3739889.64133138 12028 5000 2.8309287e-11 3739889.6 Loop time of 0.0171881 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:50 2021 Pair time (%) = 0.000980139 (5.70244) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185874) Outpt time (%) = 0.0160561 (93.414) Other time (%) = 0.000119925 (0.69772) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:50 2021 Memory usage per processor = 27.5332 Mbytes Step Atoms AVEKE stressZZ 12028 5000 2.8309287e-11 3739875.4 12029 -0.0100749999999945 3739813.37551733 12029 5000 2.8307207e-11 3739813.4 Loop time of 0.017312 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:50 2021 Pair time (%) = 0.000968933 (5.59687) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179034) Outpt time (%) = 0.01616 (93.3455) Other time (%) = 0.000152111 (0.878643) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:50 2021 Memory usage per processor = 27.5332 Mbytes Step Atoms AVEKE stressZZ 12029 5000 2.8307207e-11 3739799.1 12030 -0.0100749999999945 3739737.11354272 12030 5000 2.8305127e-11 3739737.1 Loop time of 0.01876 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:50 2021 Pair time (%) = 0.000976086 (5.20302) Neigh time (%) = 0 (0) Comm time (%) = 5.00679e-05 (0.266887) Outpt time (%) = 0.0176249 (93.9493) Other time (%) = 0.000108957 (0.580797) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:50 2021 Memory usage per processor = 27.5332 Mbytes Step Atoms AVEKE stressZZ 12030 5000 2.8305127e-11 3739722.8 12031 -0.0100749999999945 3739660.85540716 12031 5000 2.8303048e-11 3739660.9 Loop time of 0.0167329 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:50 2021 Pair time (%) = 0.00113916 (6.80792) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.215152) Outpt time (%) = 0.0154409 (92.2788) Other time (%) = 0.000116825 (0.698175) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:50 2021 Memory usage per processor = 27.5332 Mbytes Step Atoms AVEKE stressZZ 12031 5000 2.8303048e-11 3739646.6 12032 -0.0100749999999945 3739584.60111023 12032 5000 2.8300969e-11 3739584.6 Loop time of 0.0172 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:50 2021 Pair time (%) = 0.00100708 (5.85512) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.187131) Outpt time (%) = 0.016067 (93.413) Other time (%) = 9.36985e-05 (0.544759) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:50 2021 Memory usage per processor = 27.5332 Mbytes Step Atoms AVEKE stressZZ 12032 5000 2.8300969e-11 3739570.3 12033 -0.0100749999999945 3739508.35065154 12033 5000 2.829889e-11 3739508.4 Loop time of 0.0171778 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:51 2021 Pair time (%) = 0.000967026 (5.6295) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191536) Outpt time (%) = 0.016084 (93.6321) Other time (%) = 9.39369e-05 (0.54685) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:51 2021 Memory usage per processor = 27.5332 Mbytes Step Atoms AVEKE stressZZ 12033 5000 2.829889e-11 3739494.1 12034 -0.0100749999999945 3739432.1040282 12034 5000 2.8296812e-11 3739432.1 Loop time of 0.0166211 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:51 2021 Pair time (%) = 0.000978947 (5.88978) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.203689) Outpt time (%) = 0.0154281 (92.8221) Other time (%) = 0.000180244 (1.08443) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:51 2021 Memory usage per processor = 27.5332 Mbytes Step Atoms AVEKE stressZZ 12034 5000 2.8296812e-11 3739417.8 12035 -0.0100749999999945 3739355.86124183 12035 5000 2.8294733e-11 3739355.9 Loop time of 0.0171149 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:51 2021 Pair time (%) = 0.00103402 (6.04165) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.188062) Outpt time (%) = 0.0159299 (93.0765) Other time (%) = 0.000118732 (0.693738) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:51 2021 Memory usage per processor = 27.5332 Mbytes Step Atoms AVEKE stressZZ 12035 5000 2.8294733e-11 3739341.6 12036 -0.0100749999999945 3739279.62229247 12036 5000 2.8292655e-11 3739279.6 Loop time of 0.0172 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:51 2021 Pair time (%) = 0.000970125 (5.64027) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185745) Outpt time (%) = 0.0161052 (93.6348) Other time (%) = 9.27448e-05 (0.539214) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:51 2021 Memory usage per processor = 27.5332 Mbytes Step Atoms AVEKE stressZZ 12036 5000 2.8292655e-11 3739265.3 12037 -0.0100749999999945 3739203.38717975 12037 5000 2.8290577e-11 3739203.4 Loop time of 0.016741 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:51 2021 Pair time (%) = 0.000969887 (5.79347) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.192261) Outpt time (%) = 0.0156469 (93.4645) Other time (%) = 9.20296e-05 (0.549724) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:51 2021 Memory usage per processor = 27.5332 Mbytes Step Atoms AVEKE stressZZ 12037 5000 2.8290577e-11 3739189.1 12038 -0.0100749999999945 3739127.15590319 12038 5000 2.8288499e-11 3739127.2 Loop time of 0.016717 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:51 2021 Pair time (%) = 0.00107813 (6.44931) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209653) Outpt time (%) = 0.015445 (92.3912) Other time (%) = 0.000158787 (0.949855) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:51 2021 Memory usage per processor = 27.5332 Mbytes Step Atoms AVEKE stressZZ 12038 5000 2.8288499e-11 3739112.9 12039 -0.0100749999999945 3739050.92846245 12039 5000 2.8286422e-11 3739050.9 Loop time of 0.0173359 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:51 2021 Pair time (%) = 0.00106883 (6.16542) Neigh time (%) = 0 (0) Comm time (%) = 9.41753e-05 (0.543239) Outpt time (%) = 0.016063 (92.6573) Other time (%) = 0.000109911 (0.634008) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:51 2021 Memory usage per processor = 27.5332 Mbytes Step Atoms AVEKE stressZZ 12039 5000 2.8286422e-11 3739036.6 12040 -0.0100749999999945 3738974.70485716 12040 5000 2.8284345e-11 3738974.7 Loop time of 0.0189619 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:51 2021 Pair time (%) = 0.000978947 (5.1627) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.163456) Outpt time (%) = 0.017858 (94.1784) Other time (%) = 9.39369e-05 (0.495398) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:51 2021 Memory usage per processor = 27.5332 Mbytes Step Atoms AVEKE stressZZ 12040 5000 2.8284345e-11 3738960.4 12041 -0.0100749999999945 3738898.48508684 12041 5000 2.8282268e-11 3738898.5 Loop time of 0.016443 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:51 2021 Pair time (%) = 0.00101089 (6.14787) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194296) Outpt time (%) = 0.015306 (93.0851) Other time (%) = 9.41753e-05 (0.572738) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:51 2021 Memory usage per processor = 27.5332 Mbytes Step Atoms AVEKE stressZZ 12041 5000 2.8282268e-11 3738884.2 12042 -0.0100749999999945 3738822.26915123 12042 5000 2.8280191e-11 3738822.3 Loop time of 0.0175178 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:51 2021 Pair time (%) = 0.00137997 (7.87751) Neigh time (%) = 0 (0) Comm time (%) = 7.20024e-05 (0.411024) Outpt time (%) = 0.0158949 (90.7356) Other time (%) = 0.000170946 (0.975842) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:51 2021 Memory usage per processor = 27.5332 Mbytes Step Atoms AVEKE stressZZ 12042 5000 2.8280191e-11 3738808 12043 -0.0100749999999945 3738746.05704985 12043 5000 2.8278114e-11 3738746.1 Loop time of 0.01705 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:51 2021 Pair time (%) = 0.000974178 (5.71365) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187379) Outpt time (%) = 0.0159562 (93.5844) Other time (%) = 8.7738e-05 (0.514592) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:51 2021 Memory usage per processor = 27.5332 Mbytes Step Atoms AVEKE stressZZ 12043 5000 2.8278114e-11 3738731.8 12044 -0.0100749999999945 3738669.84878234 12044 5000 2.8276038e-11 3738669.8 Loop time of 0.01666 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:51 2021 Pair time (%) = 0.00100708 (6.04491) Neigh time (%) = 0 (0) Comm time (%) = 6.19888e-05 (0.372082) Outpt time (%) = 0.0154979 (93.0249) Other time (%) = 9.29832e-05 (0.558124) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:51 2021 Memory usage per processor = 27.5332 Mbytes Step Atoms AVEKE stressZZ 12044 5000 2.8276038e-11 3738655.6 12045 -0.0100749999999945 3738593.64434835 12045 5000 2.8273962e-11 3738593.6 Loop time of 0.0165241 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:51 2021 Pair time (%) = 0.00100803 (6.10039) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.204886) Outpt time (%) = 0.015352 (92.9069) Other time (%) = 0.000130177 (0.787799) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:51 2021 Memory usage per processor = 27.5332 Mbytes Step Atoms AVEKE stressZZ 12045 5000 2.8273962e-11 3738579.4 12046 -0.0100749999999945 3738517.44374738 12046 5000 2.8271886e-11 3738517.4 Loop time of 0.017113 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:51 2021 Pair time (%) = 0.00103712 (6.06044) Neigh time (%) = 0 (0) Comm time (%) = 7.70092e-05 (0.450005) Outpt time (%) = 0.0158479 (92.6077) Other time (%) = 0.000150919 (0.881898) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:51 2021 Memory usage per processor = 27.5332 Mbytes Step Atoms AVEKE stressZZ 12046 5000 2.8271886e-11 3738503.2 12047 -0.0100749999999945 3738441.24697913 12047 5000 2.826981e-11 3738441.2 Loop time of 0.017206 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:51 2021 Pair time (%) = 0.00100899 (5.86418) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18568) Outpt time (%) = 0.0160701 (93.3986) Other time (%) = 9.48906e-05 (0.551499) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:51 2021 Memory usage per processor = 27.5332 Mbytes Step Atoms AVEKE stressZZ 12047 5000 2.826981e-11 3738427 12048 -0.0100749999999945 3738365.05404323 12048 5000 2.8267735e-11 3738365.1 Loop time of 0.0165031 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:51 2021 Pair time (%) = 0.000968933 (5.87122) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193588) Outpt time (%) = 0.015379 (93.1883) Other time (%) = 0.000123262 (0.746905) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:51 2021 Memory usage per processor = 27.5332 Mbytes Step Atoms AVEKE stressZZ 12048 5000 2.8267735e-11 3738350.8 12049 -0.0100749999999945 3738288.86493923 12049 5000 2.8265659e-11 3738288.9 Loop time of 0.0176971 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:51 2021 Pair time (%) = 0.00128794 (7.27768) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.198041) Outpt time (%) = 0.016232 (91.7213) Other time (%) = 0.000142097 (0.802942) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:51 2021 Memory usage per processor = 27.5332 Mbytes Step Atoms AVEKE stressZZ 12049 5000 2.8265659e-11 3738274.6 12050 -0.0100749999999945 3738212.67966675 12050 5000 2.8263584e-11 3738212.7 Loop time of 0.0190251 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:51 2021 Pair time (%) = 0.000967026 (5.0829) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.162913) Outpt time (%) = 0.0179331 (94.2604) Other time (%) = 9.39369e-05 (0.493753) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:51 2021 Memory usage per processor = 27.5332 Mbytes Step Atoms AVEKE stressZZ 12050 5000 2.8263584e-11 3738198.4 12051 -0.0100749999999945 3738136.49822546 12051 5000 2.8261509e-11 3738136.5 Loop time of 0.017014 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:51 2021 Pair time (%) = 0.000968933 (5.69491) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187775) Outpt time (%) = 0.0159171 (93.5526) Other time (%) = 9.60827e-05 (0.564726) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:51 2021 Memory usage per processor = 27.5332 Mbytes Step Atoms AVEKE stressZZ 12051 5000 2.8261509e-11 3738122.2 12052 -0.0100749999999945 3738060.32061495 12052 5000 2.8259435e-11 3738060.3 Loop time of 0.0164649 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:51 2021 Pair time (%) = 0.000968933 (5.88482) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.207069) Outpt time (%) = 0.0153618 (93.2999) Other time (%) = 0.000100136 (0.608176) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:51 2021 Memory usage per processor = 27.5332 Mbytes Step Atoms AVEKE stressZZ 12052 5000 2.8259435e-11 3738046 12053 -0.0100749999999945 3737984.14683479 12053 5000 2.825736e-11 3737984.1 Loop time of 0.017544 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:51 2021 Pair time (%) = 0.00143909 (8.20276) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.187538) Outpt time (%) = 0.0159171 (90.7264) Other time (%) = 0.000154972 (0.883332) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:51 2021 Memory usage per processor = 27.5332 Mbytes Step Atoms AVEKE stressZZ 12053 5000 2.825736e-11 3737969.9 12054 -0.0100749999999945 3737907.97688467 12054 5000 2.8255286e-11 3737908 Loop time of 0.017257 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:51 2021 Pair time (%) = 0.00097084 (5.62579) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179605) Outpt time (%) = 0.0161619 (93.6544) Other time (%) = 9.32217e-05 (0.540197) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:51 2021 Memory usage per processor = 27.5332 Mbytes Step Atoms AVEKE stressZZ 12054 5000 2.8255286e-11 3737893.7 12055 -0.0100749999999945 3737831.81076412 12055 5000 2.8253212e-11 3737831.8 Loop time of 0.0167959 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:51 2021 Pair time (%) = 0.000965834 (5.75042) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.184536) Outpt time (%) = 0.0157049 (93.5043) Other time (%) = 9.41753e-05 (0.560705) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:51 2021 Memory usage per processor = 27.5332 Mbytes Step Atoms AVEKE stressZZ 12055 5000 2.8253212e-11 3737817.5 12056 -0.0100749999999945 3737755.64847288 12056 5000 2.8251139e-11 3737755.6 Loop time of 0.0166328 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:51 2021 Pair time (%) = 0.00112486 (6.7629) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.203546) Outpt time (%) = 0.0153718 (92.4186) Other time (%) = 0.000102282 (0.614939) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:51 2021 Memory usage per processor = 27.5332 Mbytes Step Atoms AVEKE stressZZ 12056 5000 2.8251139e-11 3737741.4 12057 -0.0100749999999945 3737679.49001046 12057 5000 2.8249065e-11 3737679.5 Loop time of 0.017262 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:51 2021 Pair time (%) = 0.00107002 (6.19872) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185078) Outpt time (%) = 0.0160658 (93.0706) Other time (%) = 9.41753e-05 (0.545565) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:51 2021 Memory usage per processor = 27.5332 Mbytes Step Atoms AVEKE stressZZ 12057 5000 2.8249065e-11 3737665.2 12058 -0.0100749999999945 3737603.3353765 12058 5000 2.8246992e-11 3737603.3 Loop time of 0.017467 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:51 2021 Pair time (%) = 0.00108004 (6.18329) Neigh time (%) = 0 (0) Comm time (%) = 5.91278e-05 (0.338511) Outpt time (%) = 0.0161479 (92.4477) Other time (%) = 0.000180006 (1.03055) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:51 2021 Memory usage per processor = 27.5332 Mbytes Step Atoms AVEKE stressZZ 12058 5000 2.8246992e-11 3737589.1 12059 -0.0100749999999945 3737527.18457065 12059 5000 2.8244919e-11 3737527.2 Loop time of 0.0165851 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:51 2021 Pair time (%) = 0.00097394 (5.87237) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.186881) Outpt time (%) = 0.0154889 (93.3902) Other time (%) = 9.13143e-05 (0.55058) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:22:51 2021 Memory usage per processor = 27.5332 Mbytes Step Atoms AVEKE stressZZ 12059 5000 2.8244919e-11 3737512.9 12060 -0.0100749999999945 3737438.59988318 12060 5000 5.5792694e-11 3737561.3 Loop time of 0.0187509 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:51 2021 Pair time (%) = 0.00119901 (6.3944) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.218699) Outpt time (%) = 0.017345 (92.5019) Other time (%) = 0.000165939 (0.884967) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28326 ave 28326 max 28326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28326 Ave neighs/atom = 5.6652 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:51 2021 Memory usage per processor = 27.5333 Mbytes Step Atoms AVEKE stressZZ 12060 5000 5.5792694e-11 3785276.2 12061 -0.0101074999999945 3785194.16325642 12061 5000 4.4965793e-11 3785194.2 Loop time of 0.0162129 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:51 2021 Pair time (%) = 0.00100303 (6.18658) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.198524) Outpt time (%) = 0.0150869 (93.0546) Other time (%) = 9.08375e-05 (0.560278) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:51 2021 Memory usage per processor = 27.5333 Mbytes Step Atoms AVEKE stressZZ 12061 5000 4.4965793e-11 3785174.9 12062 -0.0101074999999945 3785099.90600767 12062 5000 3.8690709e-11 3785099.9 Loop time of 0.0160129 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:51 2021 Pair time (%) = 0.000969887 (6.05691) Neigh time (%) = 0 (0) Comm time (%) = 3.12328e-05 (0.195048) Outpt time (%) = 0.014924 (93.2001) Other time (%) = 8.7738e-05 (0.547921) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:51 2021 Memory usage per processor = 27.5333 Mbytes Step Atoms AVEKE stressZZ 12062 5000 3.8690709e-11 3785082.4 12063 -0.0101074999999945 3785011.82621945 12063 5000 3.4946953e-11 3785011.8 Loop time of 0.0161419 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:51 2021 Pair time (%) = 0.000971079 (6.01589) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.192012) Outpt time (%) = 0.0150509 (93.2412) Other time (%) = 8.89301e-05 (0.550928) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:51 2021 Memory usage per processor = 27.5333 Mbytes Step Atoms AVEKE stressZZ 12063 5000 3.4946953e-11 3784995.4 12064 -0.0101074999999945 3784927.67369297 12064 5000 3.2665908e-11 3784927.7 Loop time of 0.0172391 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:51 2021 Pair time (%) = 0.000971079 (5.633) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179791) Outpt time (%) = 0.0161529 (93.699) Other time (%) = 8.41618e-05 (0.488203) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:51 2021 Memory usage per processor = 27.5333 Mbytes Step Atoms AVEKE stressZZ 12064 5000 3.2665908e-11 3784911.9 12065 -0.0101074999999945 3784846.01839657 12065 5000 3.1255469e-11 3784846 Loop time of 0.0166471 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:51 2021 Pair time (%) = 0.00101805 (6.11546) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191914) Outpt time (%) = 0.0155041 (93.1341) Other time (%) = 9.29832e-05 (0.558555) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:51 2021 Memory usage per processor = 27.5333 Mbytes Step Atoms AVEKE stressZZ 12065 5000 3.1255469e-11 3784830.7 12066 -0.0101074999999945 3784765.95154351 12066 5000 3.0374492e-11 3784766 Loop time of 0.016542 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:51 2021 Pair time (%) = 0.00101089 (6.1111) Neigh time (%) = 0 (0) Comm time (%) = 4.81606e-05 (0.291142) Outpt time (%) = 0.0153251 (92.6436) Other time (%) = 0.000157833 (0.954138) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:51 2021 Memory usage per processor = 27.5333 Mbytes Step Atoms AVEKE stressZZ 12066 5000 3.0374492e-11 3784750.9 12067 -0.0101074999999945 3784686.89559198 12067 5000 2.9820373e-11 3784686.9 Loop time of 0.0170531 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:51 2021 Pair time (%) = 0.00103188 (6.05095) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.198529) Outpt time (%) = 0.0158799 (93.12) Other time (%) = 0.000107527 (0.63054) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:51 2021 Memory usage per processor = 27.5333 Mbytes Step Atoms AVEKE stressZZ 12067 5000 2.9820373e-11 3784672.1 12068 -0.0101074999999945 3784608.48349892 12068 5000 2.9470087e-11 3784608.5 Loop time of 0.017411 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:51 2021 Pair time (%) = 0.000998974 (5.7376) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.188971) Outpt time (%) = 0.016284 (93.5271) Other time (%) = 9.5129e-05 (0.546373) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:51 2021 Memory usage per processor = 27.5333 Mbytes Step Atoms AVEKE stressZZ 12068 5000 2.9470087e-11 3784593.8 12069 -0.0101074999999945 3784530.48200707 12069 5000 2.9247769e-11 3784530.5 Loop time of 0.0164781 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:51 2021 Pair time (%) = 0.00101209 (6.14203) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193883) Outpt time (%) = 0.0153391 (93.0882) Other time (%) = 9.48906e-05 (0.57586) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:51 2021 Memory usage per processor = 27.5333 Mbytes Step Atoms AVEKE stressZZ 12069 5000 2.9247769e-11 3784515.8 12070 -0.0101074999999945 3784452.74287849 12070 5000 2.910614e-11 3784452.7 Loop time of 0.0195699 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:51 2021 Pair time (%) = 0.00105214 (5.37633) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.163251) Outpt time (%) = 0.018379 (93.9146) Other time (%) = 0.000106812 (0.545796) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:51 2021 Memory usage per processor = 27.5333 Mbytes Step Atoms AVEKE stressZZ 12070 5000 2.910614e-11 3784438.1 12071 -0.0101074999999945 3784375.17190622 12071 5000 2.9015535e-11 3784375.2 Loop time of 0.0173168 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:51 2021 Pair time (%) = 0.000972033 (5.61323) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.178984) Outpt time (%) = 0.016222 (93.6777) Other time (%) = 9.17912e-05 (0.530069) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:51 2021 Memory usage per processor = 27.5333 Mbytes Step Atoms AVEKE stressZZ 12071 5000 2.9015535e-11 3784360.6 12072 -0.0101074999999945 3784297.70922034 12072 5000 2.895725e-11 3784297.7 Loop time of 0.016803 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:51 2021 Pair time (%) = 0.000971079 (5.77919) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190133) Outpt time (%) = 0.015707 (93.4773) Other time (%) = 9.29832e-05 (0.553372) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:51 2021 Memory usage per processor = 27.5333 Mbytes Step Atoms AVEKE stressZZ 12072 5000 2.895725e-11 3784283.1 12073 -0.0101074999999945 3784220.31677269 12073 5000 2.8919465e-11 3784220.3 Loop time of 0.0165591 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:51 2021 Pair time (%) = 0.00103879 (6.27322) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211651) Outpt time (%) = 0.0153801 (92.8802) Other time (%) = 0.000105143 (0.634953) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:51 2021 Memory usage per processor = 27.5333 Mbytes Step Atoms AVEKE stressZZ 12073 5000 2.8919465e-11 3784205.8 12074 -0.0101074999999945 3784142.97038321 12074 5000 2.8894689e-11 3784143 Loop time of 0.0173528 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:51 2021 Pair time (%) = 0.001261 (7.26681) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189605) Outpt time (%) = 0.0158911 (91.5763) Other time (%) = 0.000167847 (0.967259) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:51 2021 Memory usage per processor = 27.5333 Mbytes Step Atoms AVEKE stressZZ 12074 5000 2.8894689e-11 3784128.4 12075 -0.0101074999999945 3784065.65468499 12075 5000 2.8878175e-11 3784065.7 Loop time of 0.017236 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:51 2021 Pair time (%) = 0.000968933 (5.62157) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179824) Outpt time (%) = 0.0161412 (93.6481) Other time (%) = 9.48906e-05 (0.550537) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:51 2021 Memory usage per processor = 27.5333 Mbytes Step Atoms AVEKE stressZZ 12075 5000 2.8878175e-11 3784051.1 12076 -0.0101074999999945 3783988.35991203 12076 5000 2.8866908e-11 3783988.4 Loop time of 0.0167749 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:51 2021 Pair time (%) = 0.00115204 (6.86764) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190452) Outpt time (%) = 0.0154309 (91.9882) Other time (%) = 0.000159979 (0.95368) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:51 2021 Memory usage per processor = 27.5333 Mbytes Step Atoms AVEKE stressZZ 12076 5000 2.8866908e-11 3783973.8 12077 -0.0101074999999945 3783911.07985778 12077 5000 2.8858974e-11 3783911.1 Loop time of 0.016928 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:52 2021 Pair time (%) = 0.00115514 (6.82385) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207039) Outpt time (%) = 0.0156019 (92.1663) Other time (%) = 0.000135899 (0.802806) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:52 2021 Memory usage per processor = 27.5333 Mbytes Step Atoms AVEKE stressZZ 12077 5000 2.8858974e-11 3783896.5 12078 -0.0101074999999945 3783833.81057792 12078 5000 2.8853159e-11 3783833.8 Loop time of 0.0171349 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:52 2021 Pair time (%) = 0.00100899 (5.88849) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180885) Outpt time (%) = 0.0160069 (93.4172) Other time (%) = 8.79765e-05 (0.513434) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:52 2021 Memory usage per processor = 27.5333 Mbytes Step Atoms AVEKE stressZZ 12078 5000 2.8853159e-11 3783819.3 12079 -0.0101074999999945 3783756.54956563 12079 5000 2.884869e-11 3783756.5 Loop time of 0.01704 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:52 2021 Pair time (%) = 0.000975847 (5.7268) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181892) Outpt time (%) = 0.015938 (93.533) Other time (%) = 9.5129e-05 (0.558268) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:52 2021 Memory usage per processor = 27.5333 Mbytes Step Atoms AVEKE stressZZ 12079 5000 2.884869e-11 3783742 12080 -0.0101074999999945 3783679.29522765 12080 5000 2.8845076e-11 3783679.3 Loop time of 0.0184669 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:52 2021 Pair time (%) = 0.00097394 (5.27396) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.178166) Outpt time (%) = 0.01736 (94.0056) Other time (%) = 0.000100136 (0.542243) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:52 2021 Memory usage per processor = 27.5333 Mbytes Step Atoms AVEKE stressZZ 12080 5000 2.8845076e-11 3783664.8 12081 -0.0101074999999945 3783602.04655142 12081 5000 2.8842005e-11 3783602 Loop time of 0.0171058 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:52 2021 Pair time (%) = 0.00137401 (8.03239) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.199311) Outpt time (%) = 0.0155089 (90.6644) Other time (%) = 0.000188828 (1.10388) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:52 2021 Memory usage per processor = 27.5333 Mbytes Step Atoms AVEKE stressZZ 12081 5000 2.8842005e-11 3783587.5 12082 -0.0101074999999945 3783524.80289327 12082 5000 2.8839281e-11 3783524.8 Loop time of 0.0172331 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:52 2021 Pair time (%) = 0.000970125 (5.62942) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179854) Outpt time (%) = 0.0161381 (93.6456) Other time (%) = 9.39369e-05 (0.545095) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:52 2021 Memory usage per processor = 27.5333 Mbytes Step Atoms AVEKE stressZZ 12082 5000 2.8839281e-11 3783510.3 12083 -0.0101074999999945 3783447.5638441 12083 5000 2.8836776e-11 3783447.6 Loop time of 0.0167551 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:52 2021 Pair time (%) = 0.00101805 (6.07604) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190677) Outpt time (%) = 0.0156121 (93.1783) Other time (%) = 9.29832e-05 (0.554955) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:52 2021 Memory usage per processor = 27.5333 Mbytes Step Atoms AVEKE stressZZ 12083 5000 2.8836776e-11 3783433 12084 -0.0101074999999945 3783370.32914394 12084 5000 2.883441e-11 3783370.3 Loop time of 0.0168478 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:52 2021 Pair time (%) = 0.00102496 (6.08363) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.284441) Outpt time (%) = 0.015625 (92.7418) Other time (%) = 0.000149965 (0.890115) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:52 2021 Memory usage per processor = 27.5333 Mbytes Step Atoms AVEKE stressZZ 12084 5000 2.883441e-11 3783355.8 12085 -0.0101074999999945 3783293.09862736 12085 5000 2.8832134e-11 3783293.1 Loop time of 0.0172219 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:52 2021 Pair time (%) = 0.00112319 (6.52186) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185508) Outpt time (%) = 0.0159581 (92.6614) Other time (%) = 0.000108719 (0.631282) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:52 2021 Memory usage per processor = 27.5333 Mbytes Step Atoms AVEKE stressZZ 12085 5000 2.8832134e-11 3783278.6 12086 -0.0101074999999945 3783215.87218929 12086 5000 2.8829914e-11 3783215.9 Loop time of 0.0173311 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:52 2021 Pair time (%) = 0.00100684 (5.80944) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184339) Outpt time (%) = 0.0162048 (93.5013) Other time (%) = 8.74996e-05 (0.50487) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:52 2021 Memory usage per processor = 27.5333 Mbytes Step Atoms AVEKE stressZZ 12086 5000 2.8829914e-11 3783201.3 12087 -0.0101074999999945 3783138.64976286 12087 5000 2.882773e-11 3783138.6 Loop time of 0.0163991 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:52 2021 Pair time (%) = 0.00100803 (6.14687) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194816) Outpt time (%) = 0.0152662 (93.0913) Other time (%) = 9.29832e-05 (0.567001) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:52 2021 Memory usage per processor = 27.5333 Mbytes Step Atoms AVEKE stressZZ 12087 5000 2.882773e-11 3783124.1 12088 -0.0101074999999945 3783061.43130554 12088 5000 2.8825569e-11 3783061.4 Loop time of 0.0170879 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:52 2021 Pair time (%) = 0.00135803 (7.94732) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.210682) Outpt time (%) = 0.015533 (90.9002) Other time (%) = 0.000160933 (0.94179) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:52 2021 Memory usage per processor = 27.5333 Mbytes Step Atoms AVEKE stressZZ 12088 5000 2.8825569e-11 3783046.9 12089 -0.0101074999999945 3782984.21679034 12089 5000 2.8823422e-11 3782984.2 Loop time of 0.0172019 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:52 2021 Pair time (%) = 0.000970125 (5.63964) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185724) Outpt time (%) = 0.0161121 (93.6646) Other time (%) = 8.7738e-05 (0.510049) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:52 2021 Memory usage per processor = 27.5333 Mbytes Step Atoms AVEKE stressZZ 12089 5000 2.8823422e-11 3782969.7 12090 -0.0101074999999945 3782907.00620019 12090 5000 2.8821286e-11 3782907 Loop time of 0.0189152 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:52 2021 Pair time (%) = 0.00101495 (5.36579) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.168902) Outpt time (%) = 0.0177748 (93.9712) Other time (%) = 9.34601e-05 (0.494101) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:52 2021 Memory usage per processor = 27.5333 Mbytes Step Atoms AVEKE stressZZ 12090 5000 2.8821286e-11 3782892.5 12091 -0.0101074999999945 3782829.79952419 12091 5000 2.8819155e-11 3782829.8 Loop time of 0.0167739 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:52 2021 Pair time (%) = 0.00100803 (6.00952) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.191884) Outpt time (%) = 0.015605 (93.0311) Other time (%) = 0.000128746 (0.767536) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:52 2021 Memory usage per processor = 27.5333 Mbytes Step Atoms AVEKE stressZZ 12091 5000 2.8819155e-11 3782815.3 12092 -0.0101074999999945 3782752.59675562 12092 5000 2.8817028e-11 3782752.6 Loop time of 0.017205 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:52 2021 Pair time (%) = 0.00108314 (6.29547) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191234) Outpt time (%) = 0.015974 (92.8454) Other time (%) = 0.000114918 (0.667932) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:52 2021 Memory usage per processor = 27.5333 Mbytes Step Atoms AVEKE stressZZ 12092 5000 2.8817028e-11 3782738.1 12093 -0.0101074999999945 3782675.39789044 12093 5000 2.8814904e-11 3782675.4 Loop time of 0.017015 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:52 2021 Pair time (%) = 0.00118208 (6.94729) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.21719) Outpt time (%) = 0.0156741 (92.1195) Other time (%) = 0.000121832 (0.716027) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:52 2021 Memory usage per processor = 27.5333 Mbytes Step Atoms AVEKE stressZZ 12093 5000 2.8814904e-11 3782660.9 12094 -0.0101074999999945 3782598.2029264 12094 5000 2.8812781e-11 3782598.2 Loop time of 0.0167439 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:52 2021 Pair time (%) = 0.00100589 (6.00749) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.202196) Outpt time (%) = 0.0156009 (93.1738) Other time (%) = 0.000103235 (0.616554) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:52 2021 Memory usage per processor = 27.5333 Mbytes Step Atoms AVEKE stressZZ 12094 5000 2.8812781e-11 3782583.7 12095 -0.0101074999999945 3782521.01186274 12095 5000 2.881066e-11 3782521 Loop time of 0.01686 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:52 2021 Pair time (%) = 0.00122499 (7.26568) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.200803) Outpt time (%) = 0.0154691 (91.7501) Other time (%) = 0.000132084 (0.783415) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:52 2021 Memory usage per processor = 27.5333 Mbytes Step Atoms AVEKE stressZZ 12095 5000 2.881066e-11 3782506.5 12096 -0.0101074999999945 3782443.82470042 12096 5000 2.8808539e-11 3782443.8 Loop time of 0.0173481 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:52 2021 Pair time (%) = 0.0011251 (6.48544) Neigh time (%) = 0 (0) Comm time (%) = 4.81606e-05 (0.277614) Outpt time (%) = 0.0160122 (92.2997) Other time (%) = 0.000162601 (0.93729) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:52 2021 Memory usage per processor = 27.5333 Mbytes Step Atoms AVEKE stressZZ 12096 5000 2.8808539e-11 3782429.3 12097 -0.0101074999999945 3782366.64144439 12097 5000 2.8806419e-11 3782366.6 Loop time of 0.0172529 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:52 2021 Pair time (%) = 0.000967979 (5.61052) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185175) Outpt time (%) = 0.01616 (93.6654) Other time (%) = 9.29832e-05 (0.538942) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:52 2021 Memory usage per processor = 27.5333 Mbytes Step Atoms AVEKE stressZZ 12097 5000 2.8806419e-11 3782352.1 12098 -0.0101074999999945 3782289.46210139 12098 5000 2.88043e-11 3782289.5 Loop time of 0.0163958 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:52 2021 Pair time (%) = 0.000969172 (5.91109) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194855) Outpt time (%) = 0.0153 (93.3168) Other time (%) = 9.46522e-05 (0.577295) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:52 2021 Memory usage per processor = 27.5333 Mbytes Step Atoms AVEKE stressZZ 12098 5000 2.88043e-11 3782274.9 12099 -0.0101074999999945 3782212.28664469 12099 5000 2.8802181e-11 3782212.3 Loop time of 0.0171549 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:52 2021 Pair time (%) = 0.00121188 (7.06433) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.20291) Outpt time (%) = 0.0157671 (91.91) Other time (%) = 0.000141144 (0.822759) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:52 2021 Memory usage per processor = 27.5333 Mbytes Step Atoms AVEKE stressZZ 12099 5000 2.8802181e-11 3782197.8 12100 -0.0101074999999945 3782135.11507319 12100 5000 2.8800062e-11 3782135.1 Loop time of 0.0196431 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:52 2021 Pair time (%) = 0.00101304 (5.15724) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.163857) Outpt time (%) = 0.0185051 (94.2068) Other time (%) = 9.27448e-05 (0.47215) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:52 2021 Memory usage per processor = 27.5333 Mbytes Step Atoms AVEKE stressZZ 12100 5000 2.8800062e-11 3782120.6 12101 -0.0101074999999945 3782057.94738642 12101 5000 2.8797943e-11 3782057.9 Loop time of 0.016999 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:52 2021 Pair time (%) = 0.000967026 (5.68872) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.182331) Outpt time (%) = 0.0159049 (93.5637) Other time (%) = 9.60827e-05 (0.565225) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:52 2021 Memory usage per processor = 27.5333 Mbytes Step Atoms AVEKE stressZZ 12101 5000 2.8797943e-11 3782043.4 12102 -0.0101074999999945 3781980.78358385 12102 5000 2.8795825e-11 3781980.8 Loop time of 0.0165939 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:52 2021 Pair time (%) = 0.00110102 (6.63506) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.204023) Outpt time (%) = 0.0153449 (92.4727) Other time (%) = 0.000114202 (0.688218) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:52 2021 Memory usage per processor = 27.5333 Mbytes Step Atoms AVEKE stressZZ 12102 5000 2.8795825e-11 3781966.3 12103 -0.0101074999999945 3781903.62366522 12103 5000 2.8793707e-11 3781903.6 Loop time of 0.0170858 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:52 2021 Pair time (%) = 0.00109792 (6.42591) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193963) Outpt time (%) = 0.015846 (92.7438) Other time (%) = 0.000108719 (0.636312) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:52 2021 Memory usage per processor = 27.5333 Mbytes Step Atoms AVEKE stressZZ 12103 5000 2.8793707e-11 3781889.1 12104 -0.0101074999999945 3781826.46762997 12104 5000 2.879159e-11 3781826.5 Loop time of 0.0174849 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:52 2021 Pair time (%) = 0.00109291 (6.2506) Neigh time (%) = 0 (0) Comm time (%) = 5.48363e-05 (0.313621) Outpt time (%) = 0.016216 (92.7431) Other time (%) = 0.000121117 (0.692693) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:52 2021 Memory usage per processor = 27.5333 Mbytes Step Atoms AVEKE stressZZ 12104 5000 2.879159e-11 3781811.9 12105 -0.0101074999999945 3781749.31547788 12105 5000 2.8789472e-11 3781749.3 Loop time of 0.016439 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:52 2021 Pair time (%) = 0.000977039 (5.94344) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.279913) Outpt time (%) = 0.015306 (93.108) Other time (%) = 0.000109911 (0.6686) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:52 2021 Memory usage per processor = 27.5333 Mbytes Step Atoms AVEKE stressZZ 12105 5000 2.8789472e-11 3781734.8 12106 -0.0101074999999945 3781672.16720843 12106 5000 2.8787355e-11 3781672.2 Loop time of 0.0163758 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:52 2021 Pair time (%) = 0.000969887 (5.92269) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.195094) Outpt time (%) = 0.015286 (93.345) Other time (%) = 8.79765e-05 (0.537235) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:52 2021 Memory usage per processor = 27.5333 Mbytes Step Atoms AVEKE stressZZ 12106 5000 2.8787355e-11 3781657.6 12107 -0.0101074999999945 3781595.02282136 12107 5000 2.8785238e-11 3781595 Loop time of 0.0162342 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:52 2021 Pair time (%) = 0.000969887 (5.97436) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.196795) Outpt time (%) = 0.0151432 (93.2796) Other time (%) = 8.91685e-05 (0.549265) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:52 2021 Memory usage per processor = 27.5333 Mbytes Step Atoms AVEKE stressZZ 12107 5000 2.8785238e-11 3781580.5 12108 -0.0101074999999945 3781517.88231631 12108 5000 2.8783121e-11 3781517.9 Loop time of 0.01633 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:52 2021 Pair time (%) = 0.000969172 (5.93491) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.19564) Outpt time (%) = 0.0152419 (93.3365) Other time (%) = 8.70228e-05 (0.532901) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:52 2021 Memory usage per processor = 27.5333 Mbytes Step Atoms AVEKE stressZZ 12108 5000 2.8783121e-11 3781503.4 12109 -0.0101074999999945 3781440.74569288 12109 5000 2.8781005e-11 3781440.7 Loop time of 0.0172219 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:52 2021 Pair time (%) = 0.000972033 (5.64416) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185508) Outpt time (%) = 0.016129 (93.654) Other time (%) = 8.89301e-05 (0.516377) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:52 2021 Memory usage per processor = 27.5333 Mbytes Step Atoms AVEKE stressZZ 12109 5000 2.8781005e-11 3781426.2 12110 -0.0101074999999945 3781363.61295076 12110 5000 2.8778888e-11 3781363.6 Loop time of 0.0195079 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:52 2021 Pair time (%) = 0.00099802 (5.11598) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.16377) Outpt time (%) = 0.018374 (94.1874) Other time (%) = 0.000103951 (0.532864) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:52 2021 Memory usage per processor = 27.5333 Mbytes Step Atoms AVEKE stressZZ 12110 5000 2.8778888e-11 3781349.1 12111 -0.0101074999999945 3781286.48408954 12111 5000 2.8776772e-11 3781286.5 Loop time of 0.0164371 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:52 2021 Pair time (%) = 0.00101709 (6.18781) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.188564) Outpt time (%) = 0.0152962 (93.0594) Other time (%) = 9.27448e-05 (0.564242) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:52 2021 Memory usage per processor = 27.5333 Mbytes Step Atoms AVEKE stressZZ 12111 5000 2.8776772e-11 3781272 12112 -0.0101074999999945 3781209.35910896 12112 5000 2.8774657e-11 3781209.4 Loop time of 0.0170488 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:52 2021 Pair time (%) = 0.001194 (7.00341) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.223751) Outpt time (%) = 0.0156939 (92.0526) Other time (%) = 0.000122786 (0.720199) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:52 2021 Memory usage per processor = 27.5333 Mbytes Step Atoms AVEKE stressZZ 12112 5000 2.8774657e-11 3781194.8 12113 -0.0101074999999945 3781132.2380086 12113 5000 2.8772541e-11 3781132.2 Loop time of 0.0173311 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:52 2021 Pair time (%) = 0.000969887 (5.59621) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.185715) Outpt time (%) = 0.0162082 (93.5206) Other time (%) = 0.000120878 (0.697463) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:52 2021 Memory usage per processor = 27.5333 Mbytes Step Atoms AVEKE stressZZ 12113 5000 2.8772541e-11 3781117.7 12114 -0.0101074999999945 3781055.12078817 12114 5000 2.8770426e-11 3781055.1 Loop time of 0.0170269 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:52 2021 Pair time (%) = 0.00104499 (6.13728) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187633) Outpt time (%) = 0.015857 (93.129) Other time (%) = 9.29832e-05 (0.546096) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:52 2021 Memory usage per processor = 27.5333 Mbytes Step Atoms AVEKE stressZZ 12114 5000 2.8770426e-11 3781040.6 12115 -0.0101074999999945 3780978.00744736 12115 5000 2.876831e-11 3780978 Loop time of 0.0165021 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:52 2021 Pair time (%) = 0.00103998 (6.3021) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.205158) Outpt time (%) = 0.0152991 (92.7097) Other time (%) = 0.000129223 (0.783067) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:52 2021 Memory usage per processor = 27.5333 Mbytes Step Atoms AVEKE stressZZ 12115 5000 2.876831e-11 3780963.5 12116 -0.0101074999999945 3780900.89798577 12116 5000 2.8766196e-11 3780900.9 Loop time of 0.017051 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:52 2021 Pair time (%) = 0.00105691 (6.19853) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192961) Outpt time (%) = 0.0158322 (92.852) Other time (%) = 0.000128984 (0.756463) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:52 2021 Memory usage per processor = 27.5333 Mbytes Step Atoms AVEKE stressZZ 12116 5000 2.8766196e-11 3780886.4 12117 -0.0101074999999945 3780823.79240314 12117 5000 2.8764081e-11 3780823.8 Loop time of 0.0170569 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:52 2021 Pair time (%) = 0.00100613 (5.89863) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192894) Outpt time (%) = 0.0159171 (93.3172) Other time (%) = 0.000100851 (0.591261) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:52 2021 Memory usage per processor = 27.5333 Mbytes Step Atoms AVEKE stressZZ 12117 5000 2.8764081e-11 3780809.3 12118 -0.0101074999999945 3780746.69069912 12118 5000 2.8761966e-11 3780746.7 Loop time of 0.016849 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:52 2021 Pair time (%) = 0.00101304 (6.01245) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.183954) Outpt time (%) = 0.0157111 (93.2461) Other time (%) = 9.39369e-05 (0.557521) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:52 2021 Memory usage per processor = 27.5333 Mbytes Step Atoms AVEKE stressZZ 12118 5000 2.8761966e-11 3780732.2 12119 -0.0101074999999945 3780669.59287342 12119 5000 2.8759852e-11 3780669.6 Loop time of 0.0166421 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:52 2021 Pair time (%) = 0.00106406 (6.3938) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.204865) Outpt time (%) = 0.015434 (92.7409) Other time (%) = 0.000109911 (0.66044) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:52 2021 Memory usage per processor = 27.5333 Mbytes Step Atoms AVEKE stressZZ 12119 5000 2.8759852e-11 3780655.1 12120 -0.0101074999999945 3780592.49892575 12120 5000 2.8757738e-11 3780592.5 Loop time of 0.0194311 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:53 2021 Pair time (%) = 0.000979185 (5.03926) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.159509) Outpt time (%) = 0.0183291 (94.3288) Other time (%) = 9.17912e-05 (0.472393) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:53 2021 Memory usage per processor = 27.5333 Mbytes Step Atoms AVEKE stressZZ 12120 5000 2.8757738e-11 3780578 12121 -0.0101074999999945 3780515.40885565 12121 5000 2.8755624e-11 3780515.4 Loop time of 0.0172808 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:53 2021 Pair time (%) = 0.000967026 (5.59595) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184876) Outpt time (%) = 0.0161891 (93.6825) Other time (%) = 9.27448e-05 (0.536692) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:53 2021 Memory usage per processor = 27.5333 Mbytes Step Atoms AVEKE stressZZ 12121 5000 2.8755624e-11 3780500.9 12122 -0.0101074999999945 3780438.322663 12122 5000 2.8753511e-11 3780438.3 Loop time of 0.0165751 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:53 2021 Pair time (%) = 0.000996113 (6.00969) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.194186) Outpt time (%) = 0.0154531 (93.2308) Other time (%) = 9.36985e-05 (0.565297) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:53 2021 Memory usage per processor = 27.5333 Mbytes Step Atoms AVEKE stressZZ 12122 5000 2.8753511e-11 3780423.8 12123 -0.0101074999999945 3780361.24034746 12123 5000 2.8751397e-11 3780361.2 Loop time of 0.0172291 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:53 2021 Pair time (%) = 0.00131512 (7.63312) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.214491) Outpt time (%) = 0.015713 (91.2003) Other time (%) = 0.000164032 (0.952065) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:53 2021 Memory usage per processor = 27.5333 Mbytes Step Atoms AVEKE stressZZ 12123 5000 2.8751397e-11 3780346.7 12124 -0.0101074999999945 3780284.16190869 12124 5000 2.8749284e-11 3780284.2 Loop time of 0.0171781 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:53 2021 Pair time (%) = 0.000982046 (5.71686) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185982) Outpt time (%) = 0.0160699 (93.5489) Other time (%) = 9.41753e-05 (0.54823) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:53 2021 Memory usage per processor = 27.5333 Mbytes Step Atoms AVEKE stressZZ 12124 5000 2.8749284e-11 3780269.6 12125 -0.0101074999999945 3780207.08734647 12125 5000 2.8747172e-11 3780207.1 Loop time of 0.0165629 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:53 2021 Pair time (%) = 0.000972033 (5.86872) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.194328) Outpt time (%) = 0.0154381 (93.2086) Other time (%) = 0.00012064 (0.728372) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:53 2021 Memory usage per processor = 27.5333 Mbytes Step Atoms AVEKE stressZZ 12125 5000 2.8747172e-11 3780192.6 12126 -0.0101074999999945 3780130.01666059 12126 5000 2.8745059e-11 3780130 Loop time of 0.016618 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:53 2021 Pair time (%) = 0.00101185 (6.08887) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.205162) Outpt time (%) = 0.0154531 (92.9901) Other time (%) = 0.000118971 (0.715915) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:53 2021 Memory usage per processor = 27.5333 Mbytes Step Atoms AVEKE stressZZ 12126 5000 2.8745059e-11 3780115.5 12127 -0.0101074999999945 3780052.94985069 12127 5000 2.8742946e-11 3780052.9 Loop time of 0.017169 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:53 2021 Pair time (%) = 0.00102305 (5.95873) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193023) Outpt time (%) = 0.0160158 (93.2831) Other time (%) = 9.70364e-05 (0.565184) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:53 2021 Memory usage per processor = 27.5333 Mbytes Step Atoms AVEKE stressZZ 12127 5000 2.8742946e-11 3780038.4 12128 -0.0101074999999945 3779975.88692264 12128 5000 2.8740834e-11 3779975.9 Loop time of 0.017153 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:53 2021 Pair time (%) = 0.00097084 (5.65988) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180694) Outpt time (%) = 0.016058 (93.616) Other time (%) = 9.32217e-05 (0.543471) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:53 2021 Memory usage per processor = 27.5333 Mbytes Step Atoms AVEKE stressZZ 12128 5000 2.8740834e-11 3779961.4 12129 -0.0101074999999945 3779898.82787089 12129 5000 2.8738722e-11 3779898.8 Loop time of 0.0168951 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:53 2021 Pair time (%) = 0.000969172 (5.73642) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.189097) Outpt time (%) = 0.015805 (93.5481) Other time (%) = 8.89301e-05 (0.526368) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:53 2021 Memory usage per processor = 27.5333 Mbytes Step Atoms AVEKE stressZZ 12129 5000 2.8738722e-11 3779884.3 12130 -0.0101074999999945 3779821.77269394 12130 5000 2.8736611e-11 3779821.8 Loop time of 0.0189691 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:53 2021 Pair time (%) = 0.00116181 (6.12478) Neigh time (%) = 0 (0) Comm time (%) = 5.48363e-05 (0.289083) Outpt time (%) = 0.0176101 (92.8358) Other time (%) = 0.000142336 (0.750358) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:53 2021 Memory usage per processor = 27.5333 Mbytes Step Atoms AVEKE stressZZ 12130 5000 2.8736611e-11 3779807.3 12131 -0.0101074999999945 3779744.72139157 12131 5000 2.8734499e-11 3779744.7 Loop time of 0.0174408 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:53 2021 Pair time (%) = 0.00115514 (6.6232) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18318) Outpt time (%) = 0.0161648 (92.6837) Other time (%) = 8.89301e-05 (0.509897) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:53 2021 Memory usage per processor = 27.5333 Mbytes Step Atoms AVEKE stressZZ 12131 5000 2.8734499e-11 3779730.2 12132 -0.0101074999999945 3779667.67396353 12132 5000 2.8732388e-11 3779667.7 Loop time of 0.0172529 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:53 2021 Pair time (%) = 0.000980854 (5.68515) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192084) Outpt time (%) = 0.016094 (93.2826) Other time (%) = 0.000144958 (0.840197) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:53 2021 Memory usage per processor = 27.5333 Mbytes Step Atoms AVEKE stressZZ 12132 5000 2.8732388e-11 3779653.2 12133 -0.0101074999999945 3779590.63040979 12133 5000 2.8730277e-11 3779590.6 Loop time of 0.0164118 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:53 2021 Pair time (%) = 0.0010128 (6.17119) Neigh time (%) = 0 (0) Comm time (%) = 4.48227e-05 (0.273113) Outpt time (%) = 0.0152559 (92.9572) Other time (%) = 9.82285e-05 (0.598524) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:53 2021 Memory usage per processor = 27.5333 Mbytes Step Atoms AVEKE stressZZ 12133 5000 2.8730277e-11 3779576.1 12134 -0.0101074999999945 3779513.59073008 12134 5000 2.8728166e-11 3779513.6 Loop time of 0.017092 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:53 2021 Pair time (%) = 0.00119305 (6.98015) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.210632) Outpt time (%) = 0.015722 (91.9848) Other time (%) = 0.000140905 (0.824394) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:53 2021 Memory usage per processor = 27.5333 Mbytes Step Atoms AVEKE stressZZ 12134 5000 2.8728166e-11 3779499.1 12135 -0.0101074999999945 3779436.55492447 12135 5000 2.8726055e-11 3779436.6 Loop time of 0.017215 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:53 2021 Pair time (%) = 0.000967026 (5.61734) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.186968) Outpt time (%) = 0.01613 (93.6971) Other time (%) = 8.58307e-05 (0.49858) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:53 2021 Memory usage per processor = 27.5333 Mbytes Step Atoms AVEKE stressZZ 12135 5000 2.8726055e-11 3779422 12136 -0.0101074999999945 3779359.52299289 12136 5000 2.8723945e-11 3779359.5 Loop time of 0.017365 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:53 2021 Pair time (%) = 0.00103307 (5.94914) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.196337) Outpt time (%) = 0.0161691 (93.1131) Other time (%) = 0.000128746 (0.741412) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:53 2021 Memory usage per processor = 27.5333 Mbytes Step Atoms AVEKE stressZZ 12136 5000 2.8723945e-11 3779345 12137 -0.0101074999999945 3779282.4949355 12137 5000 2.8721835e-11 3779282.5 Loop time of 0.0170059 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:53 2021 Pair time (%) = 0.000969172 (5.69902) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187865) Outpt time (%) = 0.0159121 (93.5677) Other time (%) = 9.27448e-05 (0.545368) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:53 2021 Memory usage per processor = 27.5333 Mbytes Step Atoms AVEKE stressZZ 12137 5000 2.8721835e-11 3779268 12138 -0.0101074999999945 3779205.47075253 12138 5000 2.8719725e-11 3779205.5 Loop time of 0.017385 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:53 2021 Pair time (%) = 0.00103307 (5.94229) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.264681) Outpt time (%) = 0.0161359 (92.8152) Other time (%) = 0.000169992 (0.977811) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:53 2021 Memory usage per processor = 27.5333 Mbytes Step Atoms AVEKE stressZZ 12138 5000 2.8719725e-11 3779191 12139 -0.0101074999999945 3779128.45044466 12139 5000 2.8717615e-11 3779128.5 Loop time of 0.0170891 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:53 2021 Pair time (%) = 0.000967979 (5.6643) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.188345) Outpt time (%) = 0.0160031 (93.6451) Other time (%) = 8.58307e-05 (0.502253) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:53 2021 Memory usage per processor = 27.5333 Mbytes Step Atoms AVEKE stressZZ 12139 5000 2.8717615e-11 3779113.9 12140 -0.0101074999999945 3779051.4340131 12140 5000 2.8715506e-11 3779051.4 Loop time of 0.018755 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:53 2021 Pair time (%) = 0.00101399 (5.40654) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.170345) Outpt time (%) = 0.017586 (93.7672) Other time (%) = 0.000123024 (0.655954) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:53 2021 Memory usage per processor = 27.5333 Mbytes Step Atoms AVEKE stressZZ 12140 5000 2.8715506e-11 3779036.9 12141 -0.0101074999999945 3778974.42146127 12141 5000 2.8713397e-11 3778974.4 Loop time of 0.016562 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:53 2021 Pair time (%) = 0.0010879 (6.56868) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.205856) Outpt time (%) = 0.0153239 (92.5244) Other time (%) = 0.00011611 (0.701062) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:53 2021 Memory usage per processor = 27.5333 Mbytes Step Atoms AVEKE stressZZ 12141 5000 2.8713397e-11 3778959.9 12142 -0.0101074999999945 3778897.41279587 12142 5000 2.8711288e-11 3778897.4 Loop time of 0.0171309 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:53 2021 Pair time (%) = 0.00107384 (6.26844) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.22268) Outpt time (%) = 0.0158589 (92.575) Other time (%) = 0.000159979 (0.933864) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:53 2021 Memory usage per processor = 27.5333 Mbytes Step Atoms AVEKE stressZZ 12142 5000 2.8711288e-11 3778882.9 12143 -0.0101074999999945 3778820.40800021 12143 5000 2.8709179e-11 3778820.4 Loop time of 0.0170619 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:53 2021 Pair time (%) = 0.000971079 (5.69149) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187248) Outpt time (%) = 0.0159671 (93.5833) Other time (%) = 9.17912e-05 (0.537988) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:53 2021 Memory usage per processor = 27.5333 Mbytes Step Atoms AVEKE stressZZ 12143 5000 2.8709179e-11 3778805.9 12144 -0.0101074999999945 3778743.40711676 12144 5000 2.870707e-11 3778743.4 Loop time of 0.016485 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:53 2021 Pair time (%) = 0.000972033 (5.89648) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.199586) Outpt time (%) = 0.0153799 (93.2965) Other time (%) = 0.000100136 (0.607437) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:53 2021 Memory usage per processor = 27.5333 Mbytes Step Atoms AVEKE stressZZ 12144 5000 2.870707e-11 3778728.9 12145 -0.0101074999999945 3778666.41012965 12145 5000 2.8704962e-11 3778666.4 Loop time of 0.0174799 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:53 2021 Pair time (%) = 0.00106406 (6.08735) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.188226) Outpt time (%) = 0.016257 (93.0043) Other time (%) = 0.000125885 (0.72017) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:53 2021 Memory usage per processor = 27.5333 Mbytes Step Atoms AVEKE stressZZ 12145 5000 2.8704962e-11 3778651.9 12146 -0.0101074999999945 3778589.41706942 12146 5000 2.8702854e-11 3778589.4 Loop time of 0.0170209 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:53 2021 Pair time (%) = 0.000977993 (5.74582) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.189099) Outpt time (%) = 0.015918 (93.5202) Other time (%) = 9.27448e-05 (0.544887) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:53 2021 Memory usage per processor = 27.5333 Mbytes Step Atoms AVEKE stressZZ 12146 5000 2.8702854e-11 3778574.9 12147 -0.0101074999999945 3778512.42793501 12147 5000 2.8700746e-11 3778512.4 Loop time of 0.016645 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:53 2021 Pair time (%) = 0.000967979 (5.81545) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191939) Outpt time (%) = 0.0155499 (93.4211) Other time (%) = 9.5129e-05 (0.571519) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:53 2021 Memory usage per processor = 27.5333 Mbytes Step Atoms AVEKE stressZZ 12147 5000 2.8700746e-11 3778497.9 12148 -0.0101074999999945 3778435.44270661 12148 5000 2.8698638e-11 3778435.4 Loop time of 0.016561 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:53 2021 Pair time (%) = 0.00101399 (6.12277) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.200109) Outpt time (%) = 0.0153818 (92.8796) Other time (%) = 0.000132084 (0.797558) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:53 2021 Memory usage per processor = 27.5333 Mbytes Step Atoms AVEKE stressZZ 12148 5000 2.8698638e-11 3778420.9 12149 -0.0101074999999945 3778358.46137699 12149 5000 2.8696531e-11 3778358.5 Loop time of 0.016428 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:53 2021 Pair time (%) = 0.000999928 (6.08673) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.207535) Outpt time (%) = 0.0152969 (93.1151) Other time (%) = 9.70364e-05 (0.590677) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:53 2021 Memory usage per processor = 27.5333 Mbytes Step Atoms AVEKE stressZZ 12149 5000 2.8696531e-11 3778344 12150 -0.0101074999999945 3778281.48394163 12150 5000 2.8694424e-11 3778281.5 Loop time of 0.0183198 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:53 2021 Pair time (%) = 0.000980139 (5.35015) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.169185) Outpt time (%) = 0.0172229 (94.0122) Other time (%) = 8.58307e-05 (0.468512) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:53 2021 Memory usage per processor = 27.5333 Mbytes Step Atoms AVEKE stressZZ 12150 5000 2.8694424e-11 3778267 12151 -0.0101074999999945 3778204.5103972 12151 5000 2.8692317e-11 3778204.5 Loop time of 0.0162661 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:53 2021 Pair time (%) = 0.00097084 (5.96849) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.190546) Outpt time (%) = 0.0151761 (93.2986) Other time (%) = 8.82149e-05 (0.542323) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:53 2021 Memory usage per processor = 27.5333 Mbytes Step Atoms AVEKE stressZZ 12151 5000 2.8692317e-11 3778190 12152 -0.0101074999999945 3778127.54074119 12152 5000 2.869021e-11 3778127.5 Loop time of 0.016324 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:53 2021 Pair time (%) = 0.000977039 (5.98528) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.195712) Outpt time (%) = 0.0152261 (93.2742) Other time (%) = 8.89301e-05 (0.54478) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:53 2021 Memory usage per processor = 27.5333 Mbytes Step Atoms AVEKE stressZZ 12152 5000 2.869021e-11 3778113 12153 -0.0101074999999945 3778050.57497148 12153 5000 2.8688104e-11 3778050.6 Loop time of 0.016336 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:53 2021 Pair time (%) = 0.0010128 (6.19983) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.197029) Outpt time (%) = 0.015202 (93.0588) Other time (%) = 8.89301e-05 (0.544382) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:53 2021 Memory usage per processor = 27.5333 Mbytes Step Atoms AVEKE stressZZ 12153 5000 2.8688104e-11 3778036.1 12154 -0.0101074999999945 3777973.61308632 12154 5000 2.8685997e-11 3777973.6 Loop time of 0.0163572 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:53 2021 Pair time (%) = 0.000947952 (5.79533) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.189485) Outpt time (%) = 0.015291 (93.4817) Other time (%) = 8.72612e-05 (0.533473) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:53 2021 Memory usage per processor = 27.5333 Mbytes Step Atoms AVEKE stressZZ 12154 5000 2.8685997e-11 3777959.1 12155 -0.0101074999999945 3777896.65508409 12155 5000 2.8683891e-11 3777896.7 Loop time of 0.0163701 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:53 2021 Pair time (%) = 0.00103807 (6.3413) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.195162) Outpt time (%) = 0.015198 (92.8402) Other time (%) = 0.000102043 (0.623352) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:53 2021 Memory usage per processor = 27.5333 Mbytes Step Atoms AVEKE stressZZ 12155 5000 2.8683891e-11 3777882.1 12156 -0.0101074999999945 3777819.70096343 12156 5000 2.8681786e-11 3777819.7 Loop time of 0.0169761 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:53 2021 Pair time (%) = 0.00137806 (8.11764) Neigh time (%) = 0 (0) Comm time (%) = 4.29153e-05 (0.252798) Outpt time (%) = 0.0153649 (90.5088) Other time (%) = 0.000190258 (1.12074) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:53 2021 Memory usage per processor = 27.5333 Mbytes Step Atoms AVEKE stressZZ 12156 5000 2.8681786e-11 3777805.2 12157 -0.0101074999999945 3777742.75072312 12157 5000 2.867968e-11 3777742.8 Loop time of 0.0161688 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:53 2021 Pair time (%) = 0.000948906 (5.86873) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.191692) Outpt time (%) = 0.0150669 (93.1846) Other time (%) = 0.00012207 (0.754973) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:53 2021 Memory usage per processor = 27.5333 Mbytes Step Atoms AVEKE stressZZ 12157 5000 2.867968e-11 3777728.2 12158 -0.0101074999999945 3777665.80436195 12158 5000 2.8677575e-11 3777665.8 Loop time of 0.0163431 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:53 2021 Pair time (%) = 0.000971079 (5.94182) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.195483) Outpt time (%) = 0.0152531 (93.3302) Other time (%) = 8.70228e-05 (0.532474) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:53 2021 Memory usage per processor = 27.5333 Mbytes Step Atoms AVEKE stressZZ 12158 5000 2.8677575e-11 3777651.3 12159 -0.0101074999999945 3777588.86187894 12159 5000 2.8675469e-11 3777588.9 Loop time of 0.016443 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:53 2021 Pair time (%) = 0.000969172 (5.89412) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.188496) Outpt time (%) = 0.0153599 (93.4128) Other time (%) = 8.29697e-05 (0.504589) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:53 2021 Memory usage per processor = 27.5333 Mbytes Step Atoms AVEKE stressZZ 12159 5000 2.8675469e-11 3777574.4 12160 -0.0101074999999945 3777511.92327305 12160 5000 2.8673365e-11 3777511.9 Loop time of 0.019439 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:53 2021 Pair time (%) = 0.00123501 (6.35326) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.210958) Outpt time (%) = 0.017998 (92.5871) Other time (%) = 0.000164986 (0.848736) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:22:53 2021 Memory usage per processor = 27.5333 Mbytes Step Atoms AVEKE stressZZ 12160 5000 2.8673365e-11 3777497.4 12161 -0.0101074999999945 3777422.43960005 12161 5000 5.6638724e-11 3777546.5 Loop time of 0.0172889 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:53 2021 Pair time (%) = 0.00106788 (6.17665) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.186168) Outpt time (%) = 0.015985 (92.4581) Other time (%) = 0.000203848 (1.17907) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:53 2021 Memory usage per processor = 27.5333 Mbytes Step Atoms AVEKE stressZZ 12161 5000 5.6638724e-11 3825483.7 12162 -0.0101399999999945 3825400.86689795 12162 5000 4.5646287e-11 3825400.9 Loop time of 0.016916 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:53 2021 Pair time (%) = 0.00100708 (5.9534) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188863) Outpt time (%) = 0.0157821 (93.2968) Other time (%) = 9.48906e-05 (0.560951) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:53 2021 Memory usage per processor = 27.5333 Mbytes Step Atoms AVEKE stressZZ 12162 5000 4.5646287e-11 3825381.3 12163 -0.0101399999999945 3825305.62595533 12163 5000 3.9275349e-11 3825305.6 Loop time of 0.0165591 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:53 2021 Pair time (%) = 0.000981092 (5.92478) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192933) Outpt time (%) = 0.0154371 (93.2243) Other time (%) = 0.000108957 (0.657989) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:53 2021 Memory usage per processor = 27.5333 Mbytes Step Atoms AVEKE stressZZ 12163 5000 3.9275349e-11 3825287.8 12164 -0.0101399999999945 3825216.63098798 12164 5000 3.5474445e-11 3825216.6 Loop time of 0.0169981 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:54 2021 Pair time (%) = 0.00125217 (7.36658) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206186) Outpt time (%) = 0.0155361 (91.3991) Other time (%) = 0.000174761 (1.02812) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:54 2021 Memory usage per processor = 27.5333 Mbytes Step Atoms AVEKE stressZZ 12164 5000 3.5474445e-11 3825199.9 12165 -0.0101399999999945 3825131.60683832 12165 5000 3.3158597e-11 3825131.6 Loop time of 0.0172999 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:54 2021 Pair time (%) = 0.00100589 (5.81442) Neigh time (%) = 0 (0) Comm time (%) = 5.38826e-05 (0.311462) Outpt time (%) = 0.0160761 (92.926) Other time (%) = 0.000164032 (0.948168) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:54 2021 Memory usage per processor = 27.5333 Mbytes Step Atoms AVEKE stressZZ 12165 5000 3.3158597e-11 3825115.6 12166 -0.0101399999999945 3825049.10762774 12166 5000 3.1726645e-11 3825049.1 Loop time of 0.01667 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:54 2021 Pair time (%) = 0.000970125 (5.81959) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.19165) Outpt time (%) = 0.0155721 (93.4138) Other time (%) = 9.58443e-05 (0.574951) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:54 2021 Memory usage per processor = 27.5333 Mbytes Step Atoms AVEKE stressZZ 12166 5000 3.1726645e-11 3825033.6 12167 -0.0101399999999945 3824968.21448027 12167 5000 3.0832234e-11 3824968.2 Loop time of 0.016536 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:54 2021 Pair time (%) = 0.00100994 (6.10753) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.198971) Outpt time (%) = 0.0153449 (92.7967) Other time (%) = 0.000148296 (0.896809) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:54 2021 Memory usage per processor = 27.5333 Mbytes Step Atoms AVEKE stressZZ 12167 5000 3.0832234e-11 3824953 12168 -0.0101399999999945 3824888.34344012 12168 5000 3.0269666e-11 3824888.3 Loop time of 0.0173621 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:54 2021 Pair time (%) = 0.00121188 (6.98003) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.201862) Outpt time (%) = 0.0159681 (91.9708) Other time (%) = 0.000147104 (0.847271) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:54 2021 Memory usage per processor = 27.5333 Mbytes Step Atoms AVEKE stressZZ 12168 5000 3.0269666e-11 3824873.3 12169 -0.0101399999999945 3824809.12339654 12169 5000 2.991404e-11 3824809.1 Loop time of 0.0171192 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:54 2021 Pair time (%) = 0.00101495 (5.92872) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.188014) Outpt time (%) = 0.0159788 (93.3387) Other time (%) = 9.32217e-05 (0.544545) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:54 2021 Memory usage per processor = 27.5333 Mbytes Step Atoms AVEKE stressZZ 12169 5000 2.991404e-11 3824794.2 12170 -0.0101399999999945 3824730.3185042 12170 5000 2.9688332e-11 3824730.3 Loop time of 0.0187671 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:54 2021 Pair time (%) = 0.000969887 (5.16801) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.170234) Outpt time (%) = 0.017674 (94.1752) Other time (%) = 9.13143e-05 (0.486565) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:54 2021 Memory usage per processor = 27.5335 Mbytes Step Atoms AVEKE stressZZ 12170 5000 2.9688332e-11 3824715.4 12171 -0.0101399999999945 3824651.77888046 12171 5000 2.9544545e-11 3824651.8 Loop time of 0.01687 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:54 2021 Pair time (%) = 0.00114608 (6.79358) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.213403) Outpt time (%) = 0.0155759 (92.3288) Other time (%) = 0.000112057 (0.664236) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:54 2021 Memory usage per processor = 27.5335 Mbytes Step Atoms AVEKE stressZZ 12171 5000 2.9544545e-11 3824636.9 12172 -0.0101399999999945 3824573.40927294 12172 5000 2.9452558e-11 3824573.4 Loop time of 0.0176849 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:54 2021 Pair time (%) = 0.000969887 (5.48425) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.180651) Outpt time (%) = 0.016593 (93.8255) Other time (%) = 9.01222e-05 (0.509599) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:54 2021 Memory usage per processor = 27.5335 Mbytes Step Atoms AVEKE stressZZ 12172 5000 2.9452558e-11 3824558.6 12173 -0.0101399999999945 3824495.14914745 12173 5000 2.9393385e-11 3824495.1 Loop time of 0.0175469 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:54 2021 Pair time (%) = 0.000971794 (5.53827) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182073) Outpt time (%) = 0.0164499 (93.7484) Other time (%) = 9.32217e-05 (0.531272) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:54 2021 Memory usage per processor = 27.5335 Mbytes Step Atoms AVEKE stressZZ 12173 5000 2.9393385e-11 3824480.4 12174 -0.0101399999999945 3824416.96003374 12174 5000 2.9355024e-11 3824417 Loop time of 0.0165341 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:54 2021 Pair time (%) = 0.00097394 (5.8905) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.198993) Outpt time (%) = 0.015419 (93.2559) Other time (%) = 0.000108242 (0.65466) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:54 2021 Memory usage per processor = 27.5335 Mbytes Step Atoms AVEKE stressZZ 12174 5000 2.9355024e-11 3824402.2 12175 -0.0101399999999945 3824338.81748318 12175 5000 2.932987e-11 3824338.8 Loop time of 0.017272 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:54 2021 Pair time (%) = 0.00107694 (6.23516) Neigh time (%) = 0 (0) Comm time (%) = 6.69956e-05 (0.387886) Outpt time (%) = 0.016021 (92.7572) Other time (%) = 0.00010705 (0.619789) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:54 2021 Memory usage per processor = 27.5335 Mbytes Step Atoms AVEKE stressZZ 12175 5000 2.932987e-11 3824324 12176 -0.0101399999999945 3824260.70595823 12176 5000 2.9313104e-11 3824260.7 Loop time of 0.017283 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:54 2021 Pair time (%) = 0.000970125 (5.61319) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184853) Outpt time (%) = 0.016187 (93.6584) Other time (%) = 9.39369e-05 (0.543523) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:54 2021 Memory usage per processor = 27.5335 Mbytes Step Atoms AVEKE stressZZ 12176 5000 2.9313104e-11 3824245.9 12177 -0.0101399999999945 3824182.61558471 12177 5000 2.9301665e-11 3824182.6 Loop time of 0.0167558 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:54 2021 Pair time (%) = 0.00097084 (5.79405) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.192092) Outpt time (%) = 0.0156329 (93.2981) Other time (%) = 0.000119925 (0.715719) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:54 2021 Memory usage per processor = 27.5335 Mbytes Step Atoms AVEKE stressZZ 12177 5000 2.9301665e-11 3824167.9 12178 -0.0101399999999945 3824104.54008698 12178 5000 2.9293611e-11 3824104.5 Loop time of 0.0169179 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:54 2021 Pair time (%) = 0.0012002 (7.09424) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.22971) Outpt time (%) = 0.015559 (91.9672) Other time (%) = 0.000119925 (0.70886) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:54 2021 Memory usage per processor = 27.5335 Mbytes Step Atoms AVEKE stressZZ 12178 5000 2.9293611e-11 3824089.8 12179 -0.0101399999999945 3824026.47547682 12179 5000 2.9287707e-11 3824026.5 Loop time of 0.0169549 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:54 2021 Pair time (%) = 0.00101089 (5.96226) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.182805) Outpt time (%) = 0.0158179 (93.2939) Other time (%) = 9.5129e-05 (0.561071) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:54 2021 Memory usage per processor = 27.5335 Mbytes Step Atoms AVEKE stressZZ 12179 5000 2.9287707e-11 3824011.7 12180 -0.0101399999999945 3823948.41921948 12180 5000 2.9283169e-11 3823948.4 Loop time of 0.0195088 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:54 2021 Pair time (%) = 0.000969887 (4.97152) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.158874) Outpt time (%) = 0.0183358 (93.9872) Other time (%) = 0.000172138 (0.88236) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:54 2021 Memory usage per processor = 27.5335 Mbytes Step Atoms AVEKE stressZZ 12180 5000 2.9283169e-11 3823933.7 12181 -0.0101399999999945 3823870.36970393 12181 5000 2.92795e-11 3823870.4 Loop time of 0.0172062 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:54 2021 Pair time (%) = 0.00108504 (6.30612) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.19122) Outpt time (%) = 0.015959 (92.7516) Other time (%) = 0.000129223 (0.751025) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:54 2021 Memory usage per processor = 27.5335 Mbytes Step Atoms AVEKE stressZZ 12181 5000 2.92795e-11 3823855.6 12182 -0.0101399999999945 3823792.3259062 12182 5000 2.9276383e-11 3823792.3 Loop time of 0.016772 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:54 2021 Pair time (%) = 0.00120997 (7.21424) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.226022) Outpt time (%) = 0.0153532 (91.5405) Other time (%) = 0.000170946 (1.01923) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:54 2021 Memory usage per processor = 27.5335 Mbytes Step Atoms AVEKE stressZZ 12182 5000 2.9276383e-11 3823777.6 12183 -0.0101399999999945 3823714.28717548 12183 5000 2.9273616e-11 3823714.3 Loop time of 0.0172861 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:54 2021 Pair time (%) = 0.000972033 (5.62322) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.186199) Outpt time (%) = 0.0161929 (93.6761) Other time (%) = 8.89301e-05 (0.514461) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:54 2021 Memory usage per processor = 27.5335 Mbytes Step Atoms AVEKE stressZZ 12183 5000 2.9273616e-11 3823699.5 12184 -0.0101399999999945 3823636.25309785 12184 5000 2.9271073e-11 3823636.3 Loop time of 0.01669 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:54 2021 Pair time (%) = 0.000968933 (5.80547) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.185706) Outpt time (%) = 0.015595 (93.4389) Other time (%) = 9.5129e-05 (0.569976) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:54 2021 Memory usage per processor = 27.5335 Mbytes Step Atoms AVEKE stressZZ 12184 5000 2.9271073e-11 3823621.5 12185 -0.0101399999999945 3823558.22341031 12185 5000 2.9268672e-11 3823558.2 Loop time of 0.016654 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:54 2021 Pair time (%) = 0.00106716 (6.40783) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.197561) Outpt time (%) = 0.0154181 (92.5786) Other time (%) = 0.000135899 (0.816011) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:54 2021 Memory usage per processor = 27.5335 Mbytes Step Atoms AVEKE stressZZ 12185 5000 2.9268672e-11 3823543.5 12186 -0.0101399999999945 3823480.19794545 12186 5000 2.926636e-11 3823480.2 Loop time of 0.0174041 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:54 2021 Pair time (%) = 0.00119495 (6.86594) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.194526) Outpt time (%) = 0.016016 (92.0244) Other time (%) = 0.000159264 (0.915094) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:54 2021 Memory usage per processor = 27.5335 Mbytes Step Atoms AVEKE stressZZ 12186 5000 2.926636e-11 3823465.4 12187 -0.0101399999999945 3823402.17659672 12187 5000 2.9264106e-11 3823402.2 Loop time of 0.0175021 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:54 2021 Pair time (%) = 0.00097084 (5.547) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182539) Outpt time (%) = 0.0164049 (93.731) Other time (%) = 9.44138e-05 (0.539443) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:54 2021 Memory usage per processor = 27.5335 Mbytes Step Atoms AVEKE stressZZ 12187 5000 2.9264106e-11 3823387.4 12188 -0.0101399999999945 3823324.15929638 12188 5000 2.9261889e-11 3823324.2 Loop time of 0.0165091 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:54 2021 Pair time (%) = 0.00097084 (5.88065) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.187742) Outpt time (%) = 0.0154111 (93.3496) Other time (%) = 9.60827e-05 (0.582) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:54 2021 Memory usage per processor = 27.5335 Mbytes Step Atoms AVEKE stressZZ 12188 5000 2.9261889e-11 3823309.4 12189 -0.0101399999999945 3823246.14600111 12189 5000 2.9259695e-11 3823246.1 Loop time of 0.0170739 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:54 2021 Pair time (%) = 0.00114703 (6.71805) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.210856) Outpt time (%) = 0.0157769 (92.4036) Other time (%) = 0.000113964 (0.667477) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:54 2021 Memory usage per processor = 27.5335 Mbytes Step Atoms AVEKE stressZZ 12189 5000 2.9259695e-11 3823231.4 12190 -0.0101399999999945 3823168.13668328 12190 5000 2.9257516e-11 3823168.1 Loop time of 0.0194192 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:54 2021 Pair time (%) = 0.00100493 (5.17495) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.164518) Outpt time (%) = 0.0182879 (94.1743) Other time (%) = 9.44138e-05 (0.486188) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:54 2021 Memory usage per processor = 27.5335 Mbytes Step Atoms AVEKE stressZZ 12190 5000 2.9257516e-11 3823153.4 12191 -0.0101399999999945 3823090.13132519 12191 5000 2.9255346e-11 3823090.1 Loop time of 0.01721 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:54 2021 Pair time (%) = 0.000966072 (5.61343) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185637) Outpt time (%) = 0.0160668 (93.3573) Other time (%) = 0.000145197 (0.843677) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:54 2021 Memory usage per processor = 27.5335 Mbytes Step Atoms AVEKE stressZZ 12191 5000 2.9255346e-11 3823075.4 12192 -0.0101399999999945 3823012.12991548 12192 5000 2.9253183e-11 3823012.1 Loop time of 0.016458 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:54 2021 Pair time (%) = 0.00101185 (6.14805) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.188324) Outpt time (%) = 0.015276 (92.8176) Other time (%) = 0.000139236 (0.846009) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:54 2021 Memory usage per processor = 27.5335 Mbytes Step Atoms AVEKE stressZZ 12192 5000 2.9253183e-11 3822997.4 12193 -0.0101399999999945 3822934.13244673 12193 5000 2.9251024e-11 3822934.1 Loop time of 0.0171959 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:54 2021 Pair time (%) = 0.00142789 (8.30364) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.221837) Outpt time (%) = 0.015547 (90.4111) Other time (%) = 0.000182867 (1.06343) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:54 2021 Memory usage per processor = 27.5335 Mbytes Step Atoms AVEKE stressZZ 12193 5000 2.9251024e-11 3822919.4 12194 -0.0101399999999945 3822856.13891406 12194 5000 2.9248867e-11 3822856.1 Loop time of 0.0171092 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:54 2021 Pair time (%) = 0.000972986 (5.68693) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186731) Outpt time (%) = 0.0160172 (93.6177) Other time (%) = 8.70228e-05 (0.508633) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:54 2021 Memory usage per processor = 27.5335 Mbytes Step Atoms AVEKE stressZZ 12194 5000 2.9248867e-11 3822841.4 12195 -0.0101399999999945 3822778.1493144 12195 5000 2.9246712e-11 3822778.1 Loop time of 0.016762 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:54 2021 Pair time (%) = 0.00101304 (6.04367) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190598) Outpt time (%) = 0.015625 (93.2167) Other time (%) = 9.20296e-05 (0.549036) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:54 2021 Memory usage per processor = 27.5335 Mbytes Step Atoms AVEKE stressZZ 12195 5000 2.9246712e-11 3822763.4 12196 -0.0101399999999945 3822700.16364536 12196 5000 2.9244558e-11 3822700.2 Loop time of 0.0166662 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:54 2021 Pair time (%) = 0.00104713 (6.28299) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.210291) Outpt time (%) = 0.01548 (92.883) Other time (%) = 0.000103951 (0.623721) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:54 2021 Memory usage per processor = 27.5335 Mbytes Step Atoms AVEKE stressZZ 12196 5000 2.9244558e-11 3822685.4 12197 -0.0101399999999945 3822622.18190554 12197 5000 2.9242405e-11 3822622.2 Loop time of 0.0169928 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:54 2021 Pair time (%) = 0.00100803 (5.93212) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188009) Outpt time (%) = 0.0158548 (93.3032) Other time (%) = 9.799e-05 (0.576656) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:54 2021 Memory usage per processor = 27.5335 Mbytes Step Atoms AVEKE stressZZ 12197 5000 2.9242405e-11 3822607.4 12198 -0.0101399999999945 3822544.2040938 12198 5000 2.9240253e-11 3822544.2 Loop time of 0.0171981 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:54 2021 Pair time (%) = 0.00100899 (5.86686) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.187152) Outpt time (%) = 0.0160642 (93.4067) Other time (%) = 9.27448e-05 (0.539274) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:54 2021 Memory usage per processor = 27.5335 Mbytes Step Atoms AVEKE stressZZ 12198 5000 2.9240253e-11 3822529.5 12199 -0.0101399999999945 3822466.23020927 12199 5000 2.9238101e-11 3822466.2 Loop time of 0.016449 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:54 2021 Pair time (%) = 0.00103688 (6.30363) Neigh time (%) = 0 (0) Comm time (%) = 4.3869e-05 (0.266698) Outpt time (%) = 0.0152559 (92.747) Other time (%) = 0.000112295 (0.682688) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:54 2021 Memory usage per processor = 27.5335 Mbytes Step Atoms AVEKE stressZZ 12199 5000 2.9238101e-11 3822451.5 12200 -0.0101399999999945 3822388.26025127 12200 5000 2.923595e-11 3822388.3 Loop time of 0.0183432 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:54 2021 Pair time (%) = 0.00097394 (5.30954) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.174168) Outpt time (%) = 0.0172482 (94.0302) Other time (%) = 8.91685e-05 (0.486112) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:54 2021 Memory usage per processor = 27.5335 Mbytes Step Atoms AVEKE stressZZ 12200 5000 2.923595e-11 3822373.5 12201 -0.0101399999999945 3822310.29421917 12201 5000 2.9233798e-11 3822310.3 Loop time of 0.016211 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:54 2021 Pair time (%) = 0.000970125 (5.98435) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.197076) Outpt time (%) = 0.0151269 (93.3126) Other time (%) = 8.2016e-05 (0.505927) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:54 2021 Memory usage per processor = 27.5335 Mbytes Step Atoms AVEKE stressZZ 12201 5000 2.9233798e-11 3822295.5 12202 -0.0101399999999945 3822232.3321126 12202 5000 2.9231648e-11 3822232.3 Loop time of 0.01635 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:54 2021 Pair time (%) = 0.000972986 (5.95097) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.195401) Outpt time (%) = 0.0152581 (93.3214) Other time (%) = 8.70228e-05 (0.532248) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:54 2021 Memory usage per processor = 27.5335 Mbytes Step Atoms AVEKE stressZZ 12202 5000 2.9231648e-11 3822217.6 12203 -0.0101399999999945 3822154.37393092 12203 5000 2.9229497e-11 3822154.4 Loop time of 0.017482 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:54 2021 Pair time (%) = 0.00097084 (5.55336) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182748) Outpt time (%) = 0.016391 (93.7593) Other time (%) = 8.82149e-05 (0.504603) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:54 2021 Memory usage per processor = 27.5335 Mbytes Step Atoms AVEKE stressZZ 12203 5000 2.9229497e-11 3822139.6 12204 -0.0101399999999945 3822076.41971424 12204 5000 2.9227347e-11 3822076.4 Loop time of 0.0167918 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:54 2021 Pair time (%) = 0.00100303 (5.97331) Neigh time (%) = 0 (0) Comm time (%) = 4.72069e-05 (0.28113) Outpt time (%) = 0.015584 (92.807) Other time (%) = 0.000157595 (0.938521) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:54 2021 Memory usage per processor = 27.5335 Mbytes Step Atoms AVEKE stressZZ 12204 5000 2.9227347e-11 3822061.7 12205 -0.0101399999999945 3821998.46951065 12205 5000 2.9225197e-11 3821998.5 Loop time of 0.0168481 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:54 2021 Pair time (%) = 0.00123882 (7.3529) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.225002) Outpt time (%) = 0.0154572 (91.7443) Other time (%) = 0.000114202 (0.677837) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:54 2021 Memory usage per processor = 27.5335 Mbytes Step Atoms AVEKE stressZZ 12205 5000 2.9225197e-11 3821983.7 12206 -0.0101399999999945 3821920.52328035 12206 5000 2.9223047e-11 3821920.5 Loop time of 0.0170789 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:54 2021 Pair time (%) = 0.00097084 (5.68445) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187062) Outpt time (%) = 0.0159888 (93.6176) Other time (%) = 8.72612e-05 (0.510931) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:54 2021 Memory usage per processor = 27.5335 Mbytes Step Atoms AVEKE stressZZ 12206 5000 2.9223047e-11 3821905.8 12207 -0.0101399999999945 3821842.58101176 12207 5000 2.9220897e-11 3821842.6 Loop time of 0.0170691 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:55 2021 Pair time (%) = 0.000969887 (5.68212) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181582) Outpt time (%) = 0.015974 (93.5846) Other time (%) = 9.41753e-05 (0.55173) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:55 2021 Memory usage per processor = 27.5335 Mbytes Step Atoms AVEKE stressZZ 12207 5000 2.9220897e-11 3821827.8 12208 -0.0101399999999945 3821764.64269851 12208 5000 2.9218748e-11 3821764.6 Loop time of 0.016525 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:55 2021 Pair time (%) = 0.00105715 (6.39725) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.284226) Outpt time (%) = 0.01529 (92.5264) Other time (%) = 0.000130892 (0.792082) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:55 2021 Memory usage per processor = 27.5335 Mbytes Step Atoms AVEKE stressZZ 12208 5000 2.9218748e-11 3821749.9 12209 -0.0101399999999945 3821686.70833654 12209 5000 2.9216599e-11 3821686.7 Loop time of 0.0171521 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:55 2021 Pair time (%) = 0.00103092 (6.01048) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198774) Outpt time (%) = 0.0159831 (93.1847) Other time (%) = 0.000103951 (0.606052) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:55 2021 Memory usage per processor = 27.5335 Mbytes Step Atoms AVEKE stressZZ 12209 5000 2.9216599e-11 3821672 12210 -0.0101399999999945 3821608.77792276 12210 5000 2.921445e-11 3821608.8 Loop time of 0.0191851 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:55 2021 Pair time (%) = 0.000975847 (5.08649) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.166526) Outpt time (%) = 0.0180829 (94.2549) Other time (%) = 9.44138e-05 (0.492121) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:55 2021 Memory usage per processor = 27.5335 Mbytes Step Atoms AVEKE stressZZ 12210 5000 2.921445e-11 3821594 12211 -0.0101399999999945 3821530.85145462 12211 5000 2.9212301e-11 3821530.9 Loop time of 0.0165231 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:55 2021 Pair time (%) = 0.000968933 (5.8641) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.187582) Outpt time (%) = 0.0154281 (93.3726) Other time (%) = 9.5129e-05 (0.575733) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:55 2021 Memory usage per processor = 27.5335 Mbytes Step Atoms AVEKE stressZZ 12211 5000 2.9212301e-11 3821516.1 12212 -0.0101399999999945 3821452.92893016 12212 5000 2.9210153e-11 3821452.9 Loop time of 0.0175669 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:55 2021 Pair time (%) = 0.00114202 (6.501) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.19408) Outpt time (%) = 0.016242 (92.458) Other time (%) = 0.000148773 (0.846894) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:55 2021 Memory usage per processor = 27.5335 Mbytes Step Atoms AVEKE stressZZ 12212 5000 2.9210153e-11 3821438.2 12213 -0.0101399999999945 3821375.01034763 12213 5000 2.9208005e-11 3821375 Loop time of 0.0172071 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:55 2021 Pair time (%) = 0.00103092 (5.99124) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198138) Outpt time (%) = 0.0160301 (93.1594) Other time (%) = 0.000112057 (0.651222) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:55 2021 Memory usage per processor = 27.5335 Mbytes Step Atoms AVEKE stressZZ 12213 5000 2.9208005e-11 3821360.3 12214 -0.0101399999999945 3821297.09567583 12214 5000 2.9205857e-11 3821297.1 Loop time of 0.0173838 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:55 2021 Pair time (%) = 0.000972986 (5.59708) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183781) Outpt time (%) = 0.0162859 (93.6843) Other time (%) = 9.29832e-05 (0.534884) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:55 2021 Memory usage per processor = 27.5335 Mbytes Step Atoms AVEKE stressZZ 12214 5000 2.9205857e-11 3821282.3 12215 -0.0101399999999945 3821219.1849395 12215 5000 2.9203709e-11 3821219.2 Loop time of 0.0164239 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:55 2021 Pair time (%) = 0.000993013 (6.04613) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194521) Outpt time (%) = 0.015276 (93.0103) Other time (%) = 0.000123024 (0.749053) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:55 2021 Memory usage per processor = 27.5335 Mbytes Step Atoms AVEKE stressZZ 12215 5000 2.9203709e-11 3821204.4 12216 -0.0101399999999945 3821141.27813835 12216 5000 2.9201562e-11 3821141.3 Loop time of 0.0169201 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:55 2021 Pair time (%) = 0.00120878 (7.14406) Neigh time (%) = 0 (0) Comm time (%) = 5.38826e-05 (0.318453) Outpt time (%) = 0.0155251 (91.7554) Other time (%) = 0.000132322 (0.782043) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:55 2021 Memory usage per processor = 27.5335 Mbytes Step Atoms AVEKE stressZZ 12216 5000 2.9201562e-11 3821126.5 12217 -0.0101399999999945 3821063.37527147 12217 5000 2.9199415e-11 3821063.4 Loop time of 0.0173862 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:55 2021 Pair time (%) = 0.00100994 (5.80887) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183755) Outpt time (%) = 0.0162508 (93.4698) Other time (%) = 9.34601e-05 (0.537553) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:55 2021 Memory usage per processor = 27.5335 Mbytes Step Atoms AVEKE stressZZ 12217 5000 2.9199415e-11 3821048.6 12218 -0.0101399999999945 3820985.47633802 12218 5000 2.9197268e-11 3820985.5 Loop time of 0.0172291 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:55 2021 Pair time (%) = 0.000968933 (5.62382) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.186815) Outpt time (%) = 0.0161338 (93.6428) Other time (%) = 9.41753e-05 (0.546607) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:55 2021 Memory usage per processor = 27.5335 Mbytes Step Atoms AVEKE stressZZ 12218 5000 2.9197268e-11 3820970.7 12219 -0.0101399999999945 3820907.58133704 12219 5000 2.9195121e-11 3820907.6 Loop time of 0.0164971 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:55 2021 Pair time (%) = 0.000977039 (5.92248) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.206665) Outpt time (%) = 0.0153852 (93.2595) Other time (%) = 0.000100851 (0.611325) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:55 2021 Memory usage per processor = 27.5335 Mbytes Step Atoms AVEKE stressZZ 12219 5000 2.9195121e-11 3820892.8 12220 -0.0101399999999945 3820829.69026782 12220 5000 2.9192974e-11 3820829.7 Loop time of 0.0197031 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:55 2021 Pair time (%) = 0.001086 (5.51179) Neigh time (%) = 0 (0) Comm time (%) = 4.81606e-05 (0.244431) Outpt time (%) = 0.018434 (93.5589) Other time (%) = 0.000134945 (0.68489) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:55 2021 Memory usage per processor = 27.5335 Mbytes Step Atoms AVEKE stressZZ 12220 5000 2.9192974e-11 3820814.9 12221 -0.0101399999999945 3820751.80312953 12221 5000 2.9190828e-11 3820751.8 Loop time of 0.0173669 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:55 2021 Pair time (%) = 0.000968933 (5.5792) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.178468) Outpt time (%) = 0.0162749 (93.7124) Other time (%) = 9.20296e-05 (0.529914) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:55 2021 Memory usage per processor = 27.5335 Mbytes Step Atoms AVEKE stressZZ 12221 5000 2.9190828e-11 3820737.1 12222 -0.0101399999999945 3820673.91992147 12222 5000 2.9188682e-11 3820673.9 Loop time of 0.0167179 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:55 2021 Pair time (%) = 0.000968933 (5.79578) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191101) Outpt time (%) = 0.01563 (93.4926) Other time (%) = 8.70228e-05 (0.520536) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:55 2021 Memory usage per processor = 27.5335 Mbytes Step Atoms AVEKE stressZZ 12222 5000 2.9188682e-11 3820659.2 12223 -0.0101399999999945 3820596.04064287 12223 5000 2.9186536e-11 3820596 Loop time of 0.0169771 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:55 2021 Pair time (%) = 0.00107098 (6.30837) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.199419) Outpt time (%) = 0.015723 (92.6131) Other time (%) = 0.00014925 (0.879127) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:55 2021 Memory usage per processor = 27.5335 Mbytes Step Atoms AVEKE stressZZ 12223 5000 2.9186536e-11 3820581.3 12224 -0.0101399999999945 3820518.16529318 12224 5000 2.918439e-11 3820518.2 Loop time of 0.0171461 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:55 2021 Pair time (%) = 0.00110197 (6.42694) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.279493) Outpt time (%) = 0.015831 (92.3299) Other time (%) = 0.000165224 (0.963624) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:55 2021 Memory usage per processor = 27.5335 Mbytes Step Atoms AVEKE stressZZ 12224 5000 2.918439e-11 3820503.4 12225 -0.0101399999999945 3820440.29387162 12225 5000 2.9182245e-11 3820440.3 Loop time of 0.0170729 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:55 2021 Pair time (%) = 0.000970125 (5.68225) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187127) Outpt time (%) = 0.0159781 (93.5874) Other time (%) = 9.27448e-05 (0.543228) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:55 2021 Memory usage per processor = 27.5335 Mbytes Step Atoms AVEKE stressZZ 12225 5000 2.9182245e-11 3820425.5 12226 -0.0101399999999945 3820362.42637751 12226 5000 2.91801e-11 3820362.4 Loop time of 0.0164728 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:55 2021 Pair time (%) = 0.00101614 (6.16859) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193944) Outpt time (%) = 0.0153019 (92.8921) Other time (%) = 0.000122786 (0.745383) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:55 2021 Memory usage per processor = 27.5335 Mbytes Step Atoms AVEKE stressZZ 12226 5000 2.91801e-11 3820347.7 12227 -0.0101399999999945 3820284.56281033 12227 5000 2.9177955e-11 3820284.6 Loop time of 0.017246 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:55 2021 Pair time (%) = 0.00131416 (7.6201) Neigh time (%) = 0 (0) Comm time (%) = 4.19617e-05 (0.243312) Outpt time (%) = 0.015727 (91.1924) Other time (%) = 0.00016284 (0.944218) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:55 2021 Memory usage per processor = 27.5335 Mbytes Step Atoms AVEKE stressZZ 12227 5000 2.9177955e-11 3820269.8 12228 -0.0101399999999945 3820206.7031694 12228 5000 2.917581e-11 3820206.7 Loop time of 0.0173271 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:55 2021 Pair time (%) = 0.00109005 (6.29102) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.178879) Outpt time (%) = 0.016113 (92.9935) Other time (%) = 9.29832e-05 (0.536636) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:55 2021 Memory usage per processor = 27.5335 Mbytes Step Atoms AVEKE stressZZ 12228 5000 2.917581e-11 3820192 12229 -0.0101399999999945 3820128.84745419 12229 5000 2.9173666e-11 3820128.8 Loop time of 0.017117 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:55 2021 Pair time (%) = 0.000969887 (5.66621) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186645) Outpt time (%) = 0.0160189 (93.5844) Other time (%) = 9.63211e-05 (0.562721) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:55 2021 Memory usage per processor = 27.5335 Mbytes Step Atoms AVEKE stressZZ 12229 5000 2.9173666e-11 3820114.1 12230 -0.0101399999999945 3820050.99566408 12230 5000 2.9171521e-11 3820051 Loop time of 0.0186422 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:55 2021 Pair time (%) = 0.000993967 (5.33182) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.182885) Outpt time (%) = 0.0175152 (93.9545) Other time (%) = 9.89437e-05 (0.530752) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:55 2021 Memory usage per processor = 27.5335 Mbytes Step Atoms AVEKE stressZZ 12230 5000 2.9171521e-11 3820036.3 12231 -0.0101399999999945 3819973.14779847 12231 5000 2.9169377e-11 3819973.1 Loop time of 0.017313 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:55 2021 Pair time (%) = 0.00141096 (8.14972) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.224468) Outpt time (%) = 0.0156679 (90.498) Other time (%) = 0.000195265 (1.12785) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:55 2021 Memory usage per processor = 27.5335 Mbytes Step Atoms AVEKE stressZZ 12231 5000 2.9169377e-11 3819958.4 12232 -0.0101399999999945 3819895.30385685 12232 5000 2.9167234e-11 3819895.3 Loop time of 0.0171471 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:55 2021 Pair time (%) = 0.000972033 (5.6688) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186318) Outpt time (%) = 0.0160489 (93.5957) Other time (%) = 9.41753e-05 (0.549221) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:55 2021 Memory usage per processor = 27.5335 Mbytes Step Atoms AVEKE stressZZ 12232 5000 2.9167234e-11 3819880.6 12233 -0.0101399999999945 3819817.46383867 12233 5000 2.916509e-11 3819817.5 Loop time of 0.016531 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:55 2021 Pair time (%) = 0.00097394 (5.8916) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.187493) Outpt time (%) = 0.0153959 (93.1334) Other time (%) = 0.000130177 (0.78747) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:55 2021 Memory usage per processor = 27.5335 Mbytes Step Atoms AVEKE stressZZ 12233 5000 2.916509e-11 3819802.7 12234 -0.0101399999999945 3819739.62774333 12234 5000 2.9162947e-11 3819739.6 Loop time of 0.0166361 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:55 2021 Pair time (%) = 0.00113392 (6.816) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.203505) Outpt time (%) = 0.015363 (92.347) Other time (%) = 0.000105381 (0.633447) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:55 2021 Memory usage per processor = 27.5335 Mbytes Step Atoms AVEKE stressZZ 12234 5000 2.9162947e-11 3819724.9 12235 -0.0101399999999945 3819661.79557036 12235 5000 2.9160804e-11 3819661.8 Loop time of 0.01717 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:55 2021 Pair time (%) = 0.00111914 (6.518) Neigh time (%) = 0 (0) Comm time (%) = 5.19753e-05 (0.302711) Outpt time (%) = 0.0158582 (92.36) Other time (%) = 0.000140667 (0.819262) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:55 2021 Memory usage per processor = 27.5335 Mbytes Step Atoms AVEKE stressZZ 12235 5000 2.9160804e-11 3819647.1 12236 -0.0101399999999945 3819583.96731917 12236 5000 2.9158661e-11 3819584 Loop time of 0.017288 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:55 2021 Pair time (%) = 0.00101495 (5.87083) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.1848) Outpt time (%) = 0.01614 (93.3596) Other time (%) = 0.000101089 (0.584739) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:55 2021 Memory usage per processor = 27.5335 Mbytes Step Atoms AVEKE stressZZ 12236 5000 2.9158661e-11 3819569.2 12237 -0.0101399999999945 3819506.14298929 12237 5000 2.9156518e-11 3819506.1 Loop time of 0.0165119 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:55 2021 Pair time (%) = 0.00099206 (6.00814) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.200705) Outpt time (%) = 0.0153971 (93.2482) Other time (%) = 8.96454e-05 (0.542913) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:55 2021 Memory usage per processor = 27.5335 Mbytes Step Atoms AVEKE stressZZ 12237 5000 2.9156518e-11 3819491.4 12238 -0.0101399999999945 3819428.32258025 12238 5000 2.9154376e-11 3819428.3 Loop time of 0.0171239 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:55 2021 Pair time (%) = 0.00119901 (7.00194) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.210239) Outpt time (%) = 0.015749 (91.9705) Other time (%) = 0.000139952 (0.817287) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:55 2021 Memory usage per processor = 27.5335 Mbytes Step Atoms AVEKE stressZZ 12238 5000 2.9154376e-11 3819413.6 12239 -0.0101399999999945 3819350.50609147 12239 5000 2.9152234e-11 3819350.5 Loop time of 0.0170939 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:55 2021 Pair time (%) = 0.000972033 (5.68643) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186898) Outpt time (%) = 0.0159981 (93.5897) Other time (%) = 9.17912e-05 (0.536982) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:55 2021 Memory usage per processor = 27.5335 Mbytes Step Atoms AVEKE stressZZ 12239 5000 2.9152234e-11 3819335.8 12240 -0.0101399999999945 3819272.69352241 12240 5000 2.9150092e-11 3819272.7 Loop time of 0.019192 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:55 2021 Pair time (%) = 0.00102782 (5.35548) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.171435) Outpt time (%) = 0.0180299 (93.9451) Other time (%) = 0.000101328 (0.52797) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:55 2021 Memory usage per processor = 27.5335 Mbytes Step Atoms AVEKE stressZZ 12240 5000 2.9150092e-11 3819258 12241 -0.0101399999999945 3819194.88487274 12241 5000 2.914795e-11 3819194.9 Loop time of 0.0163989 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:55 2021 Pair time (%) = 0.000971079 (5.92161) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.200634) Outpt time (%) = 0.0152988 (93.2918) Other time (%) = 9.60827e-05 (0.585909) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:55 2021 Memory usage per processor = 27.5335 Mbytes Step Atoms AVEKE stressZZ 12241 5000 2.914795e-11 3819180.1 12242 -0.0101399999999945 3819117.08014185 12242 5000 2.9145809e-11 3819117.1 Loop time of 0.0174191 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:55 2021 Pair time (%) = 0.00134993 (7.74969) Neigh time (%) = 0 (0) Comm time (%) = 5.00679e-05 (0.287431) Outpt time (%) = 0.015856 (91.0267) Other time (%) = 0.000163078 (0.936204) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:55 2021 Memory usage per processor = 27.5335 Mbytes Step Atoms AVEKE stressZZ 12242 5000 2.9145809e-11 3819102.3 12243 -0.0101399999999945 3819039.279346 12243 5000 2.9143667e-11 3819039.3 Loop time of 0.017045 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:55 2021 Pair time (%) = 0.000974894 (5.71952) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187434) Outpt time (%) = 0.0159469 (93.5573) Other time (%) = 9.13143e-05 (0.535724) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:55 2021 Memory usage per processor = 27.5335 Mbytes Step Atoms AVEKE stressZZ 12243 5000 2.9143667e-11 3819024.5 12244 -0.0101399999999945 3818961.48252763 12244 5000 2.9141526e-11 3818961.5 Loop time of 0.0163441 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:55 2021 Pair time (%) = 0.000971079 (5.94148) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.201307) Outpt time (%) = 0.0152481 (93.2941) Other time (%) = 9.20296e-05 (0.563076) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:55 2021 Memory usage per processor = 27.5335 Mbytes Step Atoms AVEKE stressZZ 12244 5000 2.9141526e-11 3818946.7 12245 -0.0101399999999945 3818883.68966008 12245 5000 2.9139385e-11 3818883.7 Loop time of 0.016186 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:55 2021 Pair time (%) = 0.000979185 (6.04958) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.197381) Outpt time (%) = 0.0150871 (93.211) Other time (%) = 8.7738e-05 (0.542061) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:55 2021 Memory usage per processor = 27.5335 Mbytes Step Atoms AVEKE stressZZ 12245 5000 2.9139385e-11 3818868.9 12246 -0.0101399999999945 3818805.90073472 12246 5000 2.9137245e-11 3818805.9 Loop time of 0.016439 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:55 2021 Pair time (%) = 0.00105214 (6.40029) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194344) Outpt time (%) = 0.0152678 (92.876) Other time (%) = 8.70228e-05 (0.529369) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:55 2021 Memory usage per processor = 27.5335 Mbytes Step Atoms AVEKE stressZZ 12246 5000 2.9137245e-11 3818791.2 12247 -0.0101399999999945 3818728.11574696 12247 5000 2.9135105e-11 3818728.1 Loop time of 0.0205688 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:55 2021 Pair time (%) = 0.000969887 (4.71532) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.156482) Outpt time (%) = 0.019479 (94.7016) Other time (%) = 8.7738e-05 (0.426558) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:55 2021 Memory usage per processor = 27.5335 Mbytes Step Atoms AVEKE stressZZ 12247 5000 2.9135105e-11 3818713.4 12248 -0.0101399999999945 3818650.33469378 12248 5000 2.9132965e-11 3818650.3 Loop time of 0.0169609 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:55 2021 Pair time (%) = 0.000972986 (5.73666) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.193986) Outpt time (%) = 0.0158629 (93.5268) Other time (%) = 9.20296e-05 (0.5426) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:55 2021 Memory usage per processor = 27.5335 Mbytes Step Atoms AVEKE stressZZ 12248 5000 2.9132965e-11 3818635.6 12249 -0.0101399999999945 3818572.55757292 12249 5000 2.9130825e-11 3818572.6 Loop time of 0.0168259 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:55 2021 Pair time (%) = 0.00111699 (6.63852) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208295) Outpt time (%) = 0.0155191 (92.2336) Other time (%) = 0.000154734 (0.919615) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:55 2021 Memory usage per processor = 27.5335 Mbytes Step Atoms AVEKE stressZZ 12249 5000 2.9130825e-11 3818557.8 12250 -0.0101399999999945 3818494.78438259 12250 5000 2.9128685e-11 3818494.8 Loop time of 0.01932 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:55 2021 Pair time (%) = 0.001122 (5.80744) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.160426) Outpt time (%) = 0.0180702 (93.5311) Other time (%) = 9.67979e-05 (0.501024) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:55 2021 Memory usage per processor = 27.5335 Mbytes Step Atoms AVEKE stressZZ 12250 5000 2.9128685e-11 3818480 12251 -0.0101399999999945 3818417.01511104 12251 5000 2.9126546e-11 3818417 Loop time of 0.017318 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:56 2021 Pair time (%) = 0.00109696 (6.33424) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.196869) Outpt time (%) = 0.0160859 (92.8852) Other time (%) = 0.000101089 (0.583725) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:56 2021 Memory usage per processor = 27.5335 Mbytes Step Atoms AVEKE stressZZ 12251 5000 2.9126546e-11 3818402.3 12252 -0.0101399999999945 3818339.24975893 12252 5000 2.9124406e-11 3818339.2 Loop time of 0.0167959 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:56 2021 Pair time (%) = 0.0009799 (5.83417) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.184536) Outpt time (%) = 0.0156579 (93.2247) Other time (%) = 0.000127077 (0.756597) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:56 2021 Memory usage per processor = 27.5335 Mbytes Step Atoms AVEKE stressZZ 12252 5000 2.9124406e-11 3818324.5 12253 -0.0101399999999945 3818261.4883315 12253 5000 2.9122268e-11 3818261.5 Loop time of 0.0171549 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:56 2021 Pair time (%) = 0.0011642 (6.78637) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.2043) Outpt time (%) = 0.0157609 (91.8739) Other time (%) = 0.000194788 (1.13546) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:56 2021 Memory usage per processor = 27.5335 Mbytes Step Atoms AVEKE stressZZ 12253 5000 2.9122268e-11 3818246.7 12254 -0.0101399999999945 3818183.73082775 12254 5000 2.9120129e-11 3818183.7 Loop time of 0.017477 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:56 2021 Pair time (%) = 0.000974178 (5.57405) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.177344) Outpt time (%) = 0.0163801 (93.7234) Other time (%) = 9.17912e-05 (0.52521) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:56 2021 Memory usage per processor = 27.5335 Mbytes Step Atoms AVEKE stressZZ 12254 5000 2.9120129e-11 3818169 12255 -0.0101399999999945 3818105.97724681 12255 5000 2.911799e-11 3818106 Loop time of 0.0174499 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:56 2021 Pair time (%) = 0.00108004 (6.18937) Neigh time (%) = 0 (0) Comm time (%) = 4.48227e-05 (0.256866) Outpt time (%) = 0.016211 (92.9007) Other time (%) = 0.000113964 (0.653095) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:56 2021 Memory usage per processor = 27.5335 Mbytes Step Atoms AVEKE stressZZ 12255 5000 2.911799e-11 3818091.2 12256 -0.0101399999999945 3818028.2275879 12256 5000 2.9115852e-11 3818028.2 Loop time of 0.0165918 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:56 2021 Pair time (%) = 0.000972986 (5.86426) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192554) Outpt time (%) = 0.0154929 (93.377) Other time (%) = 9.39369e-05 (0.566165) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:56 2021 Memory usage per processor = 27.5335 Mbytes Step Atoms AVEKE stressZZ 12256 5000 2.9115852e-11 3818013.5 12257 -0.0101399999999945 3817950.48185014 12257 5000 2.9113714e-11 3817950.5 Loop time of 0.0173841 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:56 2021 Pair time (%) = 0.00137091 (7.886) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.207093) Outpt time (%) = 0.015732 (90.497) Other time (%) = 0.000245094 (1.40988) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:56 2021 Memory usage per processor = 27.5335 Mbytes Step Atoms AVEKE stressZZ 12257 5000 2.9113714e-11 3817935.7 12258 -0.0101399999999945 3817872.74003286 12258 5000 2.9111576e-11 3817872.7 Loop time of 0.017411 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:56 2021 Pair time (%) = 0.000982046 (5.64038) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183494) Outpt time (%) = 0.016305 (93.6476) Other time (%) = 9.20296e-05 (0.528572) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:56 2021 Memory usage per processor = 27.5335 Mbytes Step Atoms AVEKE stressZZ 12258 5000 2.9111576e-11 3817858 12259 -0.0101399999999945 3817795.00213535 12259 5000 2.9109439e-11 3817795 Loop time of 0.016475 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:56 2021 Pair time (%) = 0.00101185 (6.14173) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193919) Outpt time (%) = 0.0153351 (93.0811) Other time (%) = 9.60827e-05 (0.583204) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:56 2021 Memory usage per processor = 27.5335 Mbytes Step Atoms AVEKE stressZZ 12259 5000 2.9109439e-11 3817780.3 12260 -0.0101399999999945 3817717.26816693 12260 5000 2.9107301e-11 3817717.3 Loop time of 0.01875 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:56 2021 Pair time (%) = 0.00101304 (5.4029) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.181834) Outpt time (%) = 0.017597 (93.8507) Other time (%) = 0.000105858 (0.564577) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:56 2021 Memory usage per processor = 27.5335 Mbytes Step Atoms AVEKE stressZZ 12260 5000 2.9107301e-11 3817702.5 12261 -0.0101399999999945 3817639.5381714 12261 5000 2.9105164e-11 3817639.5 Loop time of 0.0174229 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:56 2021 Pair time (%) = 0.00104117 (5.97589) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.188842) Outpt time (%) = 0.016247 (93.251) Other time (%) = 0.000101805 (0.584315) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:22:56 2021 Memory usage per processor = 27.5335 Mbytes Step Atoms AVEKE stressZZ 12261 5000 2.9105164e-11 3817624.8 12262 -0.0101399999999945 3817549.15208594 12262 5000 5.7491366e-11 3817674.5 Loop time of 0.017029 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:56 2021 Pair time (%) = 0.000969887 (5.69548) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187609) Outpt time (%) = 0.015913 (93.4463) Other time (%) = 0.000114202 (0.670634) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:56 2021 Memory usage per processor = 27.5335 Mbytes Step Atoms AVEKE stressZZ 12262 5000 5.7491366e-11 3865837.5 12263 -0.0101724999999944 3865753.94314315 12263 5000 4.6332074e-11 3865753.9 Loop time of 0.0167241 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:56 2021 Pair time (%) = 0.00108004 (6.45796) Neigh time (%) = 0 (0) Comm time (%) = 5.19753e-05 (0.31078) Outpt time (%) = 0.015476 (92.537) Other time (%) = 0.00011611 (0.694266) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:56 2021 Memory usage per processor = 27.5335 Mbytes Step Atoms AVEKE stressZZ 12263 5000 4.6332074e-11 3865734.1 12264 -0.0101724999999944 3865657.72395796 12264 5000 3.9864521e-11 3865657.7 Loop time of 0.0164599 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:56 2021 Pair time (%) = 0.00110507 (6.71369) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.23755) Outpt time (%) = 0.015208 (92.394) Other time (%) = 0.000107765 (0.654712) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:56 2021 Memory usage per processor = 27.5335 Mbytes Step Atoms AVEKE stressZZ 12264 5000 3.9864521e-11 3865639.7 12265 -0.0101724999999944 3865567.81912905 12265 5000 3.6006015e-11 3865567.8 Loop time of 0.0171549 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:56 2021 Pair time (%) = 0.000974178 (5.67871) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186233) Outpt time (%) = 0.0160589 (93.6111) Other time (%) = 8.98838e-05 (0.523953) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:56 2021 Memory usage per processor = 27.5335 Mbytes Step Atoms AVEKE stressZZ 12265 5000 3.6006015e-11 3865550.9 12266 -0.0101724999999944 3865481.92859534 12266 5000 3.3655087e-11 3865481.9 Loop time of 0.016845 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:56 2021 Pair time (%) = 0.000972986 (5.77612) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.189659) Outpt time (%) = 0.0157471 (93.4822) Other time (%) = 9.29832e-05 (0.551994) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:56 2021 Memory usage per processor = 27.5335 Mbytes Step Atoms AVEKE stressZZ 12266 5000 3.3655087e-11 3865465.7 12267 -0.0101724999999944 3865398.59064719 12267 5000 3.2201453e-11 3865398.6 Loop time of 0.016938 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:56 2021 Pair time (%) = 0.00106192 (6.26944) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.194249) Outpt time (%) = 0.015697 (92.6735) Other time (%) = 0.000146151 (0.862858) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:56 2021 Memory usage per processor = 27.5335 Mbytes Step Atoms AVEKE stressZZ 12267 5000 3.2201453e-11 3865382.8 12268 -0.0101724999999944 3865316.87635336 12268 5000 3.1293501e-11 3865316.9 Loop time of 0.0172689 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:56 2021 Pair time (%) = 0.00121212 (7.01909) Neigh time (%) = 0 (0) Comm time (%) = 3.98159e-05 (0.230564) Outpt time (%) = 0.015908 (92.1194) Other time (%) = 0.000108957 (0.630945) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:56 2021 Memory usage per processor = 27.5335 Mbytes Step Atoms AVEKE stressZZ 12268 5000 3.1293501e-11 3865301.4 12269 -0.0101724999999944 3865236.1953677 12269 5000 3.0722417e-11 3865236.2 Loop time of 0.0173099 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:56 2021 Pair time (%) = 0.000972986 (5.62098) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179056) Outpt time (%) = 0.016212 (93.6573) Other time (%) = 9.39369e-05 (0.542677) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:56 2021 Memory usage per processor = 27.5335 Mbytes Step Atoms AVEKE stressZZ 12269 5000 3.0722417e-11 3865220.9 12270 -0.0101724999999944 3865156.17251846 12270 5000 3.0361408e-11 3865156.2 Loop time of 0.0191948 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:56 2021 Pair time (%) = 0.000975132 (5.08018) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.161473) Outpt time (%) = 0.0181019 (94.3062) Other time (%) = 8.67844e-05 (0.452123) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:56 2021 Memory usage per processor = 27.5337 Mbytes Step Atoms AVEKE stressZZ 12270 5000 3.0361408e-11 3865141 12271 -0.0101724999999944 3865076.56937283 12271 5000 3.0132285e-11 3865076.6 Loop time of 0.0170071 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:56 2021 Pair time (%) = 0.001019 (5.99162) Neigh time (%) = 0 (0) Comm time (%) = 3.98159e-05 (0.234113) Outpt time (%) = 0.0158339 (93.1014) Other time (%) = 0.000114441 (0.6729) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:56 2021 Memory usage per processor = 27.5337 Mbytes Step Atoms AVEKE stressZZ 12271 5000 3.0132285e-11 3865061.4 12272 -0.0101724999999944 3864997.23441131 12272 5000 2.9986321e-11 3864997.2 Loop time of 0.0173969 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:56 2021 Pair time (%) = 0.00112104 (6.44392) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189124) Outpt time (%) = 0.016139 (92.7694) Other time (%) = 0.000103951 (0.597522) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:56 2021 Memory usage per processor = 27.5337 Mbytes Step Atoms AVEKE stressZZ 12272 5000 2.9986321e-11 3864982.2 12273 -0.0101724999999944 3864918.07134219 12273 5000 2.9892942e-11 3864918.1 Loop time of 0.0173311 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:56 2021 Pair time (%) = 0.00101304 (5.84521) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.178837) Outpt time (%) = 0.0161932 (93.4339) Other time (%) = 9.39369e-05 (0.542013) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:56 2021 Memory usage per processor = 27.5337 Mbytes Step Atoms AVEKE stressZZ 12273 5000 2.9892942e-11 3864903 12274 -0.0101724999999944 3864839.01896866 12274 5000 2.9832873e-11 3864839 Loop time of 0.0167089 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:56 2021 Pair time (%) = 0.000998974 (5.97871) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191205) Outpt time (%) = 0.015573 (93.2022) Other time (%) = 0.000104904 (0.627836) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:56 2021 Memory usage per processor = 27.5337 Mbytes Step Atoms AVEKE stressZZ 12274 5000 2.9832873e-11 3864824 12275 -0.0101724999999944 3864760.03839929 12275 5000 2.9793931e-11 3864760 Loop time of 0.016959 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:56 2021 Pair time (%) = 0.00109911 (6.481) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206661) Outpt time (%) = 0.015687 (92.4998) Other time (%) = 0.000137806 (0.812585) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:56 2021 Memory usage per processor = 27.5337 Mbytes Step Atoms AVEKE stressZZ 12275 5000 2.9793931e-11 3864745 12276 -0.0101724999999944 3864681.10491802 12276 5000 2.9768397e-11 3864681.1 Loop time of 0.0174839 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:56 2021 Pair time (%) = 0.00115585 (6.61094) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182728) Outpt time (%) = 0.016171 (92.4904) Other time (%) = 0.00012517 (0.715912) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:56 2021 Memory usage per processor = 27.5337 Mbytes Step Atoms AVEKE stressZZ 12276 5000 2.9768397e-11 3864666.1 12277 -0.0101724999999944 3864602.20281714 12277 5000 2.9751376e-11 3864602.2 Loop time of 0.0172992 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:56 2021 Pair time (%) = 0.00097394 (5.62998) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.186058) Outpt time (%) = 0.0161378 (93.2867) Other time (%) = 0.00015521 (0.897213) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:56 2021 Memory usage per processor = 27.5337 Mbytes Step Atoms AVEKE stressZZ 12277 5000 2.9751376e-11 3864587.2 12278 -0.0101724999999944 3864523.32211417 12278 5000 2.9739764e-11 3864523.3 Loop time of 0.016403 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:56 2021 Pair time (%) = 0.00101209 (6.17015) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.19477) Outpt time (%) = 0.015239 (92.904) Other time (%) = 0.000119925 (0.731115) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:56 2021 Memory usage per processor = 27.5337 Mbytes Step Atoms AVEKE stressZZ 12278 5000 2.9739764e-11 3864508.3 12279 -0.0101724999999944 3864444.45646484 12279 5000 2.9731588e-11 3864444.5 Loop time of 0.0172648 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:56 2021 Pair time (%) = 0.00120807 (6.99727) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.201618) Outpt time (%) = 0.0158861 (92.014) Other time (%) = 0.000135899 (0.787141) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:56 2021 Memory usage per processor = 27.5337 Mbytes Step Atoms AVEKE stressZZ 12279 5000 2.9731588e-11 3864429.5 12280 -0.0101724999999944 3864365.60183718 12280 5000 2.9725594e-11 3864365.6 Loop time of 0.01915 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:56 2021 Pair time (%) = 0.000989914 (5.16926) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.168076) Outpt time (%) = 0.0180349 (94.1771) Other time (%) = 9.29832e-05 (0.485552) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:56 2021 Memory usage per processor = 27.5337 Mbytes Step Atoms AVEKE stressZZ 12280 5000 2.9725594e-11 3864350.6 12281 -0.0101724999999944 3864286.75566859 12281 5000 2.9720987e-11 3864286.8 Loop time of 0.0170169 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:56 2021 Pair time (%) = 0.000968933 (5.69395) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187743) Outpt time (%) = 0.015892 (93.3897) Other time (%) = 0.000123978 (0.728557) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:56 2021 Memory usage per processor = 27.5337 Mbytes Step Atoms AVEKE stressZZ 12281 5000 2.9720987e-11 3864271.8 12282 -0.0101724999999944 3864207.91633039 12282 5000 2.9717263e-11 3864207.9 Loop time of 0.0164859 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:56 2021 Pair time (%) = 0.000998974 (6.05955) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.206806) Outpt time (%) = 0.0153508 (93.1147) Other time (%) = 0.000102043 (0.618971) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:56 2021 Memory usage per processor = 27.5337 Mbytes Step Atoms AVEKE stressZZ 12282 5000 2.9717263e-11 3864192.9 12283 -0.0101724999999944 3864129.0828042 12283 5000 2.9714098e-11 3864129.1 Loop time of 0.0172801 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:56 2021 Pair time (%) = 0.0012939 (7.48779) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.20282) Outpt time (%) = 0.0157878 (91.3643) Other time (%) = 0.000163317 (0.945114) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:56 2021 Memory usage per processor = 27.5337 Mbytes Step Atoms AVEKE stressZZ 12283 5000 2.9714098e-11 3864114.1 12284 -0.0101724999999944 3864050.25445191 12284 5000 2.9711289e-11 3864050.3 Loop time of 0.017091 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:56 2021 Pair time (%) = 0.000995874 (5.82688) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.188324) Outpt time (%) = 0.015969 (93.4352) Other time (%) = 9.39369e-05 (0.549627) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:56 2021 Memory usage per processor = 27.5337 Mbytes Step Atoms AVEKE stressZZ 12284 5000 2.9711289e-11 3864035.3 12285 -0.0101724999999944 3863971.43083872 12285 5000 2.9708707e-11 3863971.4 Loop time of 0.0169599 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:56 2021 Pair time (%) = 0.000972033 (5.73136) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.182751) Outpt time (%) = 0.0158329 (93.3549) Other time (%) = 0.000123978 (0.731004) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:56 2021 Memory usage per processor = 27.5337 Mbytes Step Atoms AVEKE stressZZ 12285 5000 2.9708707e-11 3863956.4 12286 -0.0101724999999944 3863892.61169393 12286 5000 2.9706269e-11 3863892.6 Loop time of 0.0167389 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:56 2021 Pair time (%) = 0.00100088 (5.97938) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.196559) Outpt time (%) = 0.0155699 (93.0165) Other time (%) = 0.000135183 (0.8076) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:56 2021 Memory usage per processor = 27.5337 Mbytes Step Atoms AVEKE stressZZ 12286 5000 2.9706269e-11 3863877.6 12287 -0.0101724999999944 3863813.79684592 12287 5000 2.9703923e-11 3863813.8 Loop time of 0.0171602 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:56 2021 Pair time (%) = 0.00119805 (6.98159) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.279264) Outpt time (%) = 0.0157938 (92.0375) Other time (%) = 0.000120401 (0.701633) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:56 2021 Memory usage per processor = 27.5337 Mbytes Step Atoms AVEKE stressZZ 12287 5000 2.9703923e-11 3863798.8 12288 -0.0101724999999944 3863734.9861853 12288 5000 2.9701635e-11 3863735 Loop time of 0.0165811 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:56 2021 Pair time (%) = 0.000980854 (5.91551) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192678) Outpt time (%) = 0.015476 (93.3353) Other time (%) = 9.2268e-05 (0.556466) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:56 2021 Memory usage per processor = 27.5337 Mbytes Step Atoms AVEKE stressZZ 12288 5000 2.9701635e-11 3863720 12289 -0.0101724999999944 3863656.17964239 12289 5000 2.9699383e-11 3863656.2 Loop time of 0.016294 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:56 2021 Pair time (%) = 0.00101399 (6.22311) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.196073) Outpt time (%) = 0.015157 (93.0219) Other time (%) = 9.10759e-05 (0.558953) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:56 2021 Memory usage per processor = 27.5337 Mbytes Step Atoms AVEKE stressZZ 12289 5000 2.9699383e-11 3863641.2 12290 -0.0101724999999944 3863577.37717243 12290 5000 2.9697156e-11 3863577.4 Loop time of 0.0185981 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:56 2021 Pair time (%) = 0.00097394 (5.23678) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.171782) Outpt time (%) = 0.017504 (94.1171) Other time (%) = 8.82149e-05 (0.474322) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:56 2021 Memory usage per processor = 27.5337 Mbytes Step Atoms AVEKE stressZZ 12290 5000 2.9697156e-11 3863562.4 12291 -0.0101724999999944 3863498.5787468 12291 5000 2.9694944e-11 3863498.6 Loop time of 0.016341 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:56 2021 Pair time (%) = 0.000976086 (5.97324) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.189673) Outpt time (%) = 0.015245 (93.2929) Other time (%) = 8.89301e-05 (0.544216) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:56 2021 Memory usage per processor = 27.5337 Mbytes Step Atoms AVEKE stressZZ 12291 5000 2.9694944e-11 3863483.6 12292 -0.0101724999999944 3863419.784347 12292 5000 2.9692741e-11 3863419.8 Loop time of 0.017405 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:56 2021 Pair time (%) = 0.00111985 (6.43407) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.293143) Outpt time (%) = 0.016113 (92.5769) Other time (%) = 0.000121117 (0.695871) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:56 2021 Memory usage per processor = 27.5337 Mbytes Step Atoms AVEKE stressZZ 12292 5000 2.9692741e-11 3863404.8 12293 -0.0101724999999944 3863340.9939609 12293 5000 2.9690545e-11 3863341 Loop time of 0.0172751 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:56 2021 Pair time (%) = 0.00100803 (5.83519) Neigh time (%) = 0 (0) Comm time (%) = 6.69956e-05 (0.387816) Outpt time (%) = 0.0161052 (93.2277) Other time (%) = 9.48906e-05 (0.549291) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:56 2021 Memory usage per processor = 27.5337 Mbytes Step Atoms AVEKE stressZZ 12293 5000 2.9690545e-11 3863326 12294 -0.0101724999999944 3863262.20758061 12294 5000 2.9688352e-11 3863262.2 Loop time of 0.0172291 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:57 2021 Pair time (%) = 0.000977993 (5.67641) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185431) Outpt time (%) = 0.016125 (93.5916) Other time (%) = 9.41753e-05 (0.546607) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:57 2021 Memory usage per processor = 27.5337 Mbytes Step Atoms AVEKE stressZZ 12294 5000 2.9688352e-11 3863247.2 12295 -0.0101724999999944 3863183.42520083 12295 5000 2.9686163e-11 3863183.4 Loop time of 0.0166471 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:57 2021 Pair time (%) = 0.00101686 (6.1083) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.197643) Outpt time (%) = 0.0154321 (92.7015) Other time (%) = 0.000165224 (0.99251) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:57 2021 Memory usage per processor = 27.5337 Mbytes Step Atoms AVEKE stressZZ 12295 5000 2.9686163e-11 3863168.4 12296 -0.0101724999999944 3863104.64681793 12296 5000 2.9683975e-11 3863104.6 Loop time of 0.0172019 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:57 2021 Pair time (%) = 0.00109911 (6.38947) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198198) Outpt time (%) = 0.015918 (92.5364) Other time (%) = 0.000150681 (0.875953) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:57 2021 Memory usage per processor = 27.5337 Mbytes Step Atoms AVEKE stressZZ 12296 5000 2.9683975e-11 3863089.7 12297 -0.0101724999999944 3863025.87242586 12297 5000 2.9681788e-11 3863025.9 Loop time of 0.017267 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:57 2021 Pair time (%) = 0.001019 (5.90144) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185024) Outpt time (%) = 0.0161231 (93.375) Other time (%) = 9.29832e-05 (0.538503) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:57 2021 Memory usage per processor = 27.5337 Mbytes Step Atoms AVEKE stressZZ 12297 5000 2.9681788e-11 3863010.9 12298 -0.0101724999999944 3862947.10202209 12298 5000 2.9679602e-11 3862947.1 Loop time of 0.0165219 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:57 2021 Pair time (%) = 0.0009799 (5.93091) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193368) Outpt time (%) = 0.0154159 (93.3057) Other time (%) = 9.41753e-05 (0.570002) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:57 2021 Memory usage per processor = 27.5337 Mbytes Step Atoms AVEKE stressZZ 12298 5000 2.9679602e-11 3862932.1 12299 -0.0101724999999944 3862868.33565456 12299 5000 2.9677417e-11 3862868.3 Loop time of 0.0167041 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:57 2021 Pair time (%) = 0.00117183 (7.01522) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.215523) Outpt time (%) = 0.015357 (91.9357) Other time (%) = 0.000139236 (0.833547) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:57 2021 Memory usage per processor = 27.5337 Mbytes Step Atoms AVEKE stressZZ 12299 5000 2.9677417e-11 3862853.4 12300 -0.0101724999999944 3862789.57330722 12300 5000 2.9675233e-11 3862789.6 Loop time of 0.0193038 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:57 2021 Pair time (%) = 0.00101805 (5.27382) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.165502) Outpt time (%) = 0.0181599 (94.0741) Other time (%) = 9.39369e-05 (0.486624) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:57 2021 Memory usage per processor = 27.5337 Mbytes Step Atoms AVEKE stressZZ 12300 5000 2.9675233e-11 3862774.6 12301 -0.0101724999999944 3862710.81496976 12301 5000 2.9673048e-11 3862710.8 Loop time of 0.0171208 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:57 2021 Pair time (%) = 0.000975132 (5.69559) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181033) Outpt time (%) = 0.016027 (93.6109) Other time (%) = 8.7738e-05 (0.512463) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:57 2021 Memory usage per processor = 27.5337 Mbytes Step Atoms AVEKE stressZZ 12301 5000 2.9673048e-11 3862695.8 12302 -0.0101724999999944 3862632.06063752 12302 5000 2.9670864e-11 3862632.1 Loop time of 0.0166461 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:57 2021 Pair time (%) = 0.00111103 (6.6744) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.210544) Outpt time (%) = 0.015368 (92.3216) Other time (%) = 0.000132084 (0.79348) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:57 2021 Memory usage per processor = 27.5337 Mbytes Step Atoms AVEKE stressZZ 12302 5000 2.9670864e-11 3862617.1 12303 -0.0101724999999944 3862553.31030751 12303 5000 2.9668681e-11 3862553.3 Loop time of 0.01702 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:57 2021 Pair time (%) = 0.00120211 (7.06291) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.22413) Outpt time (%) = 0.015661 (92.0154) Other time (%) = 0.000118732 (0.697606) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:57 2021 Memory usage per processor = 27.5337 Mbytes Step Atoms AVEKE stressZZ 12303 5000 2.9668681e-11 3862538.3 12304 -0.0101724999999944 3862474.56397741 12304 5000 2.9666497e-11 3862474.6 Loop time of 0.017267 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:57 2021 Pair time (%) = 0.000982046 (5.68742) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179501) Outpt time (%) = 0.01616 (93.5891) Other time (%) = 9.39369e-05 (0.544026) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:57 2021 Memory usage per processor = 27.5337 Mbytes Step Atoms AVEKE stressZZ 12304 5000 2.9666497e-11 3862459.6 12305 -0.0101724999999944 3862395.82164545 12305 5000 2.9664314e-11 3862395.8 Loop time of 0.0169258 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:57 2021 Pair time (%) = 0.000974178 (5.75558) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.183119) Outpt time (%) = 0.0158319 (93.5373) Other time (%) = 8.86917e-05 (0.524003) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:57 2021 Memory usage per processor = 27.5337 Mbytes Step Atoms AVEKE stressZZ 12305 5000 2.9664314e-11 3862380.8 12306 -0.0101724999999944 3862317.08331027 12306 5000 2.9662131e-11 3862317.1 Loop time of 0.0165539 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:57 2021 Pair time (%) = 0.00102615 (6.19887) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.200196) Outpt time (%) = 0.0153899 (92.9687) Other time (%) = 0.000104666 (0.632273) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:57 2021 Memory usage per processor = 27.5337 Mbytes Step Atoms AVEKE stressZZ 12306 5000 2.9662131e-11 3862302.1 12307 -0.0101724999999944 3862238.34897044 12307 5000 2.9659949e-11 3862238.3 Loop time of 0.0170689 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:57 2021 Pair time (%) = 0.00104094 (6.09845) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.188569) Outpt time (%) = 0.0158949 (93.1221) Other time (%) = 0.000100851 (0.590848) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:57 2021 Memory usage per processor = 27.5337 Mbytes Step Atoms AVEKE stressZZ 12307 5000 2.9659949e-11 3862223.4 12308 -0.0101724999999944 3862159.61862482 12308 5000 2.9657767e-11 3862159.6 Loop time of 0.0170522 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:57 2021 Pair time (%) = 0.000976086 (5.72411) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181762) Outpt time (%) = 0.0159559 (93.5712) Other time (%) = 8.91685e-05 (0.522916) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:57 2021 Memory usage per processor = 27.5337 Mbytes Step Atoms AVEKE stressZZ 12308 5000 2.9657767e-11 3862144.6 12309 -0.0101724999999944 3862080.89227234 12309 5000 2.9655584e-11 3862080.9 Loop time of 0.0167279 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:57 2021 Pair time (%) = 0.00101995 (6.09732) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190987) Outpt time (%) = 0.0155749 (93.1074) Other time (%) = 0.000101089 (0.604316) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:57 2021 Memory usage per processor = 27.5337 Mbytes Step Atoms AVEKE stressZZ 12309 5000 2.9655584e-11 3862065.9 12310 -0.0101724999999944 3862002.16991206 12310 5000 2.9653403e-11 3862002.2 Loop time of 0.0193028 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:57 2021 Pair time (%) = 0.00117803 (6.10286) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.191448) Outpt time (%) = 0.0179338 (92.9078) Other time (%) = 0.000154018 (0.797905) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:57 2021 Memory usage per processor = 27.5337 Mbytes Step Atoms AVEKE stressZZ 12310 5000 2.9653403e-11 3861987.2 12311 -0.0101724999999944 3861923.45154305 12311 5000 2.9651221e-11 3861923.5 Loop time of 0.017462 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:57 2021 Pair time (%) = 0.00108409 (6.20827) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.19388) Outpt time (%) = 0.016243 (93.0189) Other time (%) = 0.000101089 (0.578911) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:57 2021 Memory usage per processor = 27.5337 Mbytes Step Atoms AVEKE stressZZ 12311 5000 2.9651221e-11 3861908.5 12312 -0.0101724999999944 3861844.73716445 12312 5000 2.964904e-11 3861844.7 Loop time of 0.0172989 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:57 2021 Pair time (%) = 0.00100899 (5.83266) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184682) Outpt time (%) = 0.01615 (93.3583) Other time (%) = 0.000108004 (0.624337) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:57 2021 Memory usage per processor = 27.5337 Mbytes Step Atoms AVEKE stressZZ 12312 5000 2.964904e-11 3861829.8 12313 -0.0101724999999944 3861766.02677537 12313 5000 2.9646858e-11 3861766 Loop time of 0.0164518 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:57 2021 Pair time (%) = 0.00097394 (5.91995) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194192) Outpt time (%) = 0.0153558 (93.3381) Other time (%) = 9.01222e-05 (0.547794) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:57 2021 Memory usage per processor = 27.5337 Mbytes Step Atoms AVEKE stressZZ 12313 5000 2.9646858e-11 3861751 12314 -0.0101724999999944 3861687.32037515 12314 5000 2.9644677e-11 3861687.3 Loop time of 0.0170891 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:57 2021 Pair time (%) = 0.00118518 (6.93528) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.227409) Outpt time (%) = 0.0157471 (92.1467) Other time (%) = 0.000118017 (0.690598) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:57 2021 Memory usage per processor = 27.5337 Mbytes Step Atoms AVEKE stressZZ 12314 5000 2.9644677e-11 3861672.3 12315 -0.0101724999999944 3861608.61801038 12315 5000 2.9642497e-11 3861608.6 Loop time of 0.0170939 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:57 2021 Pair time (%) = 0.00097394 (5.69759) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186898) Outpt time (%) = 0.0159578 (93.354) Other time (%) = 0.000130177 (0.761538) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:57 2021 Memory usage per processor = 27.5337 Mbytes Step Atoms AVEKE stressZZ 12315 5000 2.9642497e-11 3861593.6 12316 -0.0101724999999944 3861529.91978158 12316 5000 2.9640316e-11 3861529.9 Loop time of 0.0171599 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:57 2021 Pair time (%) = 0.00102496 (5.97299) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186178) Outpt time (%) = 0.0159659 (93.0419) Other time (%) = 0.000137091 (0.7989) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:57 2021 Memory usage per processor = 27.5337 Mbytes Step Atoms AVEKE stressZZ 12316 5000 2.9640316e-11 3861514.9 12317 -0.0101724999999944 3861451.22562245 12317 5000 2.9638136e-11 3861451.2 Loop time of 0.0164611 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:57 2021 Pair time (%) = 0.00099802 (6.06289) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.207117) Outpt time (%) = 0.0153289 (93.1217) Other time (%) = 0.000100136 (0.608317) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:57 2021 Memory usage per processor = 27.5337 Mbytes Step Atoms AVEKE stressZZ 12317 5000 2.9638136e-11 3861436.2 12318 -0.0101724999999944 3861372.53551227 12318 5000 2.9635956e-11 3861372.5 Loop time of 0.0173321 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:57 2021 Pair time (%) = 0.00100994 (5.82701) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184329) Outpt time (%) = 0.016197 (93.4508) Other time (%) = 9.32217e-05 (0.537856) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:57 2021 Memory usage per processor = 27.5337 Mbytes Step Atoms AVEKE stressZZ 12318 5000 2.9635956e-11 3861357.6 12319 -0.0101724999999944 3861293.84942714 12319 5000 2.9633776e-11 3861293.8 Loop time of 0.0170951 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:57 2021 Pair time (%) = 0.00102997 (6.02494) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181306) Outpt time (%) = 0.0159409 (93.2484) Other time (%) = 9.32217e-05 (0.545313) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:57 2021 Memory usage per processor = 27.5337 Mbytes Step Atoms AVEKE stressZZ 12319 5000 2.9633776e-11 3861278.9 12320 -0.0101724999999944 3861215.16736807 12320 5000 2.9631597e-11 3861215.2 Loop time of 0.019068 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:57 2021 Pair time (%) = 0.000978947 (5.13398) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.167548) Outpt time (%) = 0.017962 (94.1996) Other time (%) = 9.5129e-05 (0.498893) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:57 2021 Memory usage per processor = 27.5337 Mbytes Step Atoms AVEKE stressZZ 12320 5000 2.9631597e-11 3861200.2 12321 -0.0101724999999944 3861136.48933441 12321 5000 2.9629417e-11 3861136.5 Loop time of 0.016562 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:57 2021 Pair time (%) = 0.0010519 (6.35131) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.205856) Outpt time (%) = 0.0153451 (92.6525) Other time (%) = 0.000130892 (0.790315) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:57 2021 Memory usage per processor = 27.5337 Mbytes Step Atoms AVEKE stressZZ 12321 5000 2.9629417e-11 3861121.5 12322 -0.0101724999999944 3861057.81532117 12322 5000 2.9627238e-11 3861057.8 Loop time of 0.017103 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:57 2021 Pair time (%) = 0.00110602 (6.46686) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193769) Outpt time (%) = 0.015825 (92.5281) Other time (%) = 0.00013876 (0.811319) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:57 2021 Memory usage per processor = 27.5337 Mbytes Step Atoms AVEKE stressZZ 12322 5000 2.9627238e-11 3861042.8 12323 -0.0101724999999944 3860979.14529 12323 5000 2.962506e-11 3860979.1 Loop time of 0.0171611 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:57 2021 Pair time (%) = 0.000974894 (5.68082) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186165) Outpt time (%) = 0.0160611 (93.5898) Other time (%) = 9.32217e-05 (0.543214) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:57 2021 Memory usage per processor = 27.5337 Mbytes Step Atoms AVEKE stressZZ 12323 5000 2.962506e-11 3860964.2 12324 -0.0101724999999944 3860900.47926996 12324 5000 2.9622881e-11 3860900.5 Loop time of 0.0170181 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:57 2021 Pair time (%) = 0.00111604 (6.55795) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.193334) Outpt time (%) = 0.0157461 (92.5258) Other time (%) = 0.000123024 (0.722902) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:57 2021 Memory usage per processor = 27.5337 Mbytes Step Atoms AVEKE stressZZ 12324 5000 2.9622881e-11 3860885.5 12325 -0.0101724999999944 3860821.81725896 12325 5000 2.9620703e-11 3860821.8 Loop time of 0.01689 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:57 2021 Pair time (%) = 0.00121188 (7.17512) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.218797) Outpt time (%) = 0.0155051 (91.8001) Other time (%) = 0.000136137 (0.806019) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:57 2021 Memory usage per processor = 27.5337 Mbytes Step Atoms AVEKE stressZZ 12325 5000 2.9620703e-11 3860806.8 12326 -0.0101724999999944 3860743.15925509 12326 5000 2.9618524e-11 3860743.2 Loop time of 0.0173209 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:57 2021 Pair time (%) = 0.000972986 (5.61742) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184449) Outpt time (%) = 0.0162249 (93.6723) Other time (%) = 9.10759e-05 (0.525816) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:57 2021 Memory usage per processor = 27.5337 Mbytes Step Atoms AVEKE stressZZ 12326 5000 2.9618524e-11 3860728.2 12327 -0.0101724999999944 3860664.50525664 12327 5000 2.9616347e-11 3860664.5 Loop time of 0.016917 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:57 2021 Pair time (%) = 0.000975847 (5.76844) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.190261) Outpt time (%) = 0.0158169 (93.4973) Other time (%) = 9.20296e-05 (0.544007) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:57 2021 Memory usage per processor = 27.5337 Mbytes Step Atoms AVEKE stressZZ 12327 5000 2.9616347e-11 3860649.5 12328 -0.0101724999999944 3860585.8552621 12328 5000 2.9614169e-11 3860585.9 Loop time of 0.016649 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:57 2021 Pair time (%) = 0.00104189 (6.25797) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.20478) Outpt time (%) = 0.015455 (92.8284) Other time (%) = 0.000118017 (0.708854) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:57 2021 Memory usage per processor = 27.5337 Mbytes Step Atoms AVEKE stressZZ 12328 5000 2.9614169e-11 3860570.9 12329 -0.0101724999999944 3860507.20927005 12329 5000 2.9611991e-11 3860507.2 Loop time of 0.017102 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:57 2021 Pair time (%) = 0.00110221 (6.44491) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.197962) Outpt time (%) = 0.0158389 (92.6141) Other time (%) = 0.000127077 (0.743054) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:57 2021 Memory usage per processor = 27.5337 Mbytes Step Atoms AVEKE stressZZ 12329 5000 2.9611991e-11 3860492.2 12330 -0.0101724999999944 3860428.56727908 12330 5000 2.9609814e-11 3860428.6 Loop time of 0.019176 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:57 2021 Pair time (%) = 0.000981092 (5.11625) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.166605) Outpt time (%) = 0.018069 (94.2273) Other time (%) = 9.39369e-05 (0.489867) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:57 2021 Memory usage per processor = 27.5337 Mbytes Step Atoms AVEKE stressZZ 12330 5000 2.9609814e-11 3860413.6 12331 -0.0101724999999944 3860349.92928793 12331 5000 2.9607637e-11 3860349.9 Loop time of 0.016541 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:57 2021 Pair time (%) = 0.00097394 (5.88803) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.187379) Outpt time (%) = 0.01544 (93.3437) Other time (%) = 9.60827e-05 (0.580876) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:57 2021 Memory usage per processor = 27.5337 Mbytes Step Atoms AVEKE stressZZ 12331 5000 2.9607637e-11 3860335 12332 -0.0101724999999944 3860271.2952955 12332 5000 2.960546e-11 3860271.3 Loop time of 0.0167551 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:57 2021 Pair time (%) = 0.00111198 (6.63669) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.220559) Outpt time (%) = 0.015476 (92.3658) Other time (%) = 0.000130177 (0.776937) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:57 2021 Memory usage per processor = 27.5337 Mbytes Step Atoms AVEKE stressZZ 12332 5000 2.960546e-11 3860256.3 12333 -0.0101724999999944 3860192.66530057 12333 5000 2.9603284e-11 3860192.7 Loop time of 0.0162678 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:57 2021 Pair time (%) = 0.00101614 (6.24634) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.196389) Outpt time (%) = 0.0151279 (92.993) Other time (%) = 9.17912e-05 (0.564251) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:57 2021 Memory usage per processor = 27.5337 Mbytes Step Atoms AVEKE stressZZ 12333 5000 2.9603284e-11 3860177.7 12334 -0.0101724999999944 3860114.03930207 12334 5000 2.9601108e-11 3860114 Loop time of 0.016366 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:57 2021 Pair time (%) = 0.000972986 (5.94517) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.19521) Outpt time (%) = 0.015274 (93.3279) Other time (%) = 8.70228e-05 (0.531729) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:57 2021 Memory usage per processor = 27.5337 Mbytes Step Atoms AVEKE stressZZ 12334 5000 2.9601108e-11 3860099.1 12335 -0.0101724999999944 3860035.41729898 12335 5000 2.9598932e-11 3860035.4 Loop time of 0.0162868 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:57 2021 Pair time (%) = 0.000972033 (5.9682) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.197623) Outpt time (%) = 0.0151699 (93.1418) Other time (%) = 0.000112772 (0.692411) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:57 2021 Memory usage per processor = 27.5337 Mbytes Step Atoms AVEKE stressZZ 12335 5000 2.9598932e-11 3860020.4 12336 -0.0101724999999944 3859956.7992903 12336 5000 2.9596756e-11 3859956.8 Loop time of 0.017272 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:57 2021 Pair time (%) = 0.0010829 (6.26967) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179449) Outpt time (%) = 0.016068 (93.0291) Other time (%) = 9.01222e-05 (0.521782) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:57 2021 Memory usage per processor = 27.5337 Mbytes Step Atoms AVEKE stressZZ 12336 5000 2.9596756e-11 3859941.8 12337 -0.0101724999999944 3859878.18527517 12337 5000 2.959458e-11 3859878.2 Loop time of 0.016572 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:58 2021 Pair time (%) = 0.00102115 (6.16188) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192784) Outpt time (%) = 0.015425 (93.0785) Other time (%) = 9.39369e-05 (0.566841) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:58 2021 Memory usage per processor = 27.5337 Mbytes Step Atoms AVEKE stressZZ 12337 5000 2.959458e-11 3859863.2 12338 -0.0101724999999944 3859799.57525258 12338 5000 2.9592405e-11 3859799.6 Loop time of 0.0171399 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:58 2021 Pair time (%) = 0.00104117 (6.07456) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186396) Outpt time (%) = 0.0159631 (93.134) Other time (%) = 0.000103712 (0.605091) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:58 2021 Memory usage per processor = 27.5337 Mbytes Step Atoms AVEKE stressZZ 12338 5000 2.9592405e-11 3859784.6 12339 -0.0101724999999944 3859720.96922164 12339 5000 2.959023e-11 3859721 Loop time of 0.0169809 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:58 2021 Pair time (%) = 0.000983953 (5.79448) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.182525) Outpt time (%) = 0.015872 (93.4698) Other time (%) = 9.39369e-05 (0.553192) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:58 2021 Memory usage per processor = 27.5337 Mbytes Step Atoms AVEKE stressZZ 12339 5000 2.959023e-11 3859706 12340 -0.0101724999999944 3859642.36718145 12340 5000 2.9588055e-11 3859642.4 Loop time of 0.019068 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:58 2021 Pair time (%) = 0.00101709 (5.33403) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.162547) Outpt time (%) = 0.0179241 (94.0008) Other time (%) = 9.58443e-05 (0.502645) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:58 2021 Memory usage per processor = 27.5337 Mbytes Step Atoms AVEKE stressZZ 12340 5000 2.9588055e-11 3859627.4 12341 -0.0101724999999944 3859563.76913127 12341 5000 2.958588e-11 3859563.8 Loop time of 0.0165331 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:58 2021 Pair time (%) = 0.000991821 (5.99899) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.206215) Outpt time (%) = 0.0154071 (93.1891) Other time (%) = 0.000100136 (0.605667) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:58 2021 Memory usage per processor = 27.5337 Mbytes Step Atoms AVEKE stressZZ 12341 5000 2.958588e-11 3859548.8 12342 -0.0101724999999944 3859485.17507024 12342 5000 2.9583706e-11 3859485.2 Loop time of 0.0169439 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:58 2021 Pair time (%) = 0.00105 (6.19688) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.195587) Outpt time (%) = 0.0157609 (93.018) Other time (%) = 9.98974e-05 (0.589576) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:58 2021 Memory usage per processor = 27.5337 Mbytes Step Atoms AVEKE stressZZ 12342 5000 2.9583706e-11 3859470.2 12343 -0.0101724999999944 3859406.58499761 12343 5000 2.9581532e-11 3859406.6 Loop time of 0.0170689 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:58 2021 Pair time (%) = 0.000974178 (5.70734) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181585) Outpt time (%) = 0.01597 (93.5621) Other time (%) = 9.36985e-05 (0.548944) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:58 2021 Memory usage per processor = 27.5337 Mbytes Step Atoms AVEKE stressZZ 12343 5000 2.9581532e-11 3859391.6 12344 -0.0101724999999944 3859327.9989125 12344 5000 2.9579358e-11 3859328 Loop time of 0.016521 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:58 2021 Pair time (%) = 0.000975132 (5.90239) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.187606) Outpt time (%) = 0.0154221 (93.3486) Other time (%) = 9.27448e-05 (0.561376) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:58 2021 Memory usage per processor = 27.5337 Mbytes Step Atoms AVEKE stressZZ 12344 5000 2.9579358e-11 3859313 12345 -0.0101724999999944 3859249.41681418 12345 5000 2.9577184e-11 3859249.4 Loop time of 0.016901 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:58 2021 Pair time (%) = 0.00121903 (7.21279) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.224297) Outpt time (%) = 0.015501 (91.7165) Other time (%) = 0.000143051 (0.846406) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:58 2021 Memory usage per processor = 27.5337 Mbytes Step Atoms AVEKE stressZZ 12345 5000 2.9577184e-11 3859234.4 12346 -0.0101724999999944 3859170.83870197 12346 5000 2.9575011e-11 3859170.8 Loop time of 0.0170238 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:58 2021 Pair time (%) = 0.000972986 (5.71545) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.182065) Outpt time (%) = 0.0159249 (93.5451) Other time (%) = 9.48906e-05 (0.5574) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:58 2021 Memory usage per processor = 27.5337 Mbytes Step Atoms AVEKE stressZZ 12346 5000 2.9575011e-11 3859155.9 12347 -0.0101724999999944 3859092.2645751 12347 5000 2.9572837e-11 3859092.3 Loop time of 0.016567 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:58 2021 Pair time (%) = 0.00097394 (5.8788) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192842) Outpt time (%) = 0.0154681 (93.3671) Other time (%) = 9.29832e-05 (0.561256) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:58 2021 Memory usage per processor = 27.5337 Mbytes Step Atoms AVEKE stressZZ 12347 5000 2.9572837e-11 3859077.3 12348 -0.0101724999999944 3859013.69443288 12348 5000 2.9570664e-11 3859013.7 Loop time of 0.016758 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:58 2021 Pair time (%) = 0.00111198 (6.63556) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.21483) Outpt time (%) = 0.0154889 (92.4269) Other time (%) = 0.000121117 (0.722741) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:58 2021 Memory usage per processor = 27.5337 Mbytes Step Atoms AVEKE stressZZ 12348 5000 2.9570664e-11 3858998.7 12349 -0.0101724999999944 3858935.12827457 12349 5000 2.9568492e-11 3858935.1 Loop time of 0.0172651 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:58 2021 Pair time (%) = 0.000999928 (5.79162) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190568) Outpt time (%) = 0.0161369 (93.4654) Other time (%) = 9.53674e-05 (0.552372) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:58 2021 Memory usage per processor = 27.5337 Mbytes Step Atoms AVEKE stressZZ 12349 5000 2.9568492e-11 3858920.2 12350 -0.0101724999999944 3858856.56609953 12350 5000 2.9566319e-11 3858856.6 Loop time of 0.0194571 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:58 2021 Pair time (%) = 0.00113606 (5.83882) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.246296) Outpt time (%) = 0.0181329 (93.1944) Other time (%) = 0.00014019 (0.720509) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:58 2021 Memory usage per processor = 27.5337 Mbytes Step Atoms AVEKE stressZZ 12350 5000 2.9566319e-11 3858841.6 12351 -0.0101724999999944 3858778.00790704 12351 5000 2.9564147e-11 3858778 Loop time of 0.016701 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:58 2021 Pair time (%) = 0.000972986 (5.82592) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.185584) Outpt time (%) = 0.0156019 (93.4189) Other time (%) = 9.5129e-05 (0.569601) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:58 2021 Memory usage per processor = 27.5337 Mbytes Step Atoms AVEKE stressZZ 12351 5000 2.9564147e-11 3858763 12352 -0.0101724999999944 3858699.45369644 12352 5000 2.9561975e-11 3858699.5 Loop time of 0.0165939 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:58 2021 Pair time (%) = 0.00104117 (6.27443) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211207) Outpt time (%) = 0.015414 (92.8894) Other time (%) = 0.000103712 (0.625) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:58 2021 Memory usage per processor = 27.5337 Mbytes Step Atoms AVEKE stressZZ 12352 5000 2.9561975e-11 3858684.5 12353 -0.0101724999999944 3858620.90346707 12353 5000 2.9559803e-11 3858620.9 Loop time of 0.0171781 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:58 2021 Pair time (%) = 0.00101304 (5.89729) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185982) Outpt time (%) = 0.0160432 (93.3935) Other time (%) = 8.98838e-05 (0.523248) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:58 2021 Memory usage per processor = 27.5337 Mbytes Step Atoms AVEKE stressZZ 12353 5000 2.9559803e-11 3858605.9 12354 -0.0101724999999944 3858542.35721829 12354 5000 2.9557631e-11 3858542.4 Loop time of 0.0175428 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:58 2021 Pair time (%) = 0.0012002 (6.84153) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.205219) Outpt time (%) = 0.0161681 (92.1636) Other time (%) = 0.000138521 (0.789617) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:58 2021 Memory usage per processor = 27.5337 Mbytes Step Atoms AVEKE stressZZ 12354 5000 2.9557631e-11 3858527.4 12355 -0.0101724999999944 3858463.81494947 12355 5000 2.955546e-11 3858463.8 Loop time of 0.016921 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:58 2021 Pair time (%) = 0.000977993 (5.77974) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.190216) Outpt time (%) = 0.0158138 (93.4566) Other time (%) = 9.70364e-05 (0.573466) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:58 2021 Memory usage per processor = 27.5337 Mbytes Step Atoms AVEKE stressZZ 12355 5000 2.955546e-11 3858448.8 12356 -0.0101724999999944 3858385.27665997 12356 5000 2.9553289e-11 3858385.3 Loop time of 0.0174501 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:58 2021 Pair time (%) = 0.00144792 (8.29747) Neigh time (%) = 0 (0) Comm time (%) = 6.31809e-05 (0.362066) Outpt time (%) = 0.0156951 (89.9428) Other time (%) = 0.000243902 (1.39771) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:58 2021 Memory usage per processor = 27.5337 Mbytes Step Atoms AVEKE stressZZ 12356 5000 2.9553289e-11 3858370.3 12357 -0.0101724999999944 3858306.74234916 12357 5000 2.9551118e-11 3858306.7 Loop time of 0.017592 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:58 2021 Pair time (%) = 0.00097394 (5.53628) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.176185) Outpt time (%) = 0.016463 (93.5828) Other time (%) = 0.000123978 (0.704741) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:58 2021 Memory usage per processor = 27.5337 Mbytes Step Atoms AVEKE stressZZ 12357 5000 2.9551118e-11 3858291.8 12358 -0.0101724999999944 3858228.21201642 12358 5000 2.9548947e-11 3858228.2 Loop time of 0.0169721 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:58 2021 Pair time (%) = 0.000974894 (5.74411) Neigh time (%) = 0 (0) Comm time (%) = 3.12328e-05 (0.184025) Outpt time (%) = 0.0158708 (93.5114) Other time (%) = 9.5129e-05 (0.560503) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:58 2021 Memory usage per processor = 27.5337 Mbytes Step Atoms AVEKE stressZZ 12358 5000 2.9548947e-11 3858213.2 12359 -0.0101724999999944 3858149.68566114 12359 5000 2.9546777e-11 3858149.7 Loop time of 0.0169392 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:58 2021 Pair time (%) = 0.00101113 (5.9692) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.194235) Outpt time (%) = 0.0157628 (93.0554) Other time (%) = 0.000132322 (0.781162) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:58 2021 Memory usage per processor = 27.5337 Mbytes Step Atoms AVEKE stressZZ 12359 5000 2.9546777e-11 3858134.7 12360 -0.0101724999999944 3858071.16328274 12360 5000 2.9544607e-11 3858071.2 Loop time of 0.0196931 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:58 2021 Pair time (%) = 0.00103211 (5.24098) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.167072) Outpt time (%) = 0.0185258 (94.0726) Other time (%) = 0.000102282 (0.519377) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:58 2021 Memory usage per processor = 27.5337 Mbytes Step Atoms AVEKE stressZZ 12360 5000 2.9544607e-11 3858056.2 12361 -0.0101724999999944 3857992.64488059 12361 5000 2.9542437e-11 3857992.6 Loop time of 0.017158 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:58 2021 Pair time (%) = 0.00101018 (5.8875) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180641) Outpt time (%) = 0.0160229 (93.3844) Other time (%) = 9.39369e-05 (0.547481) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:58 2021 Memory usage per processor = 27.5337 Mbytes Step Atoms AVEKE stressZZ 12361 5000 2.9542437e-11 3857977.7 12362 -0.0101724999999944 3857914.13045418 12362 5000 2.9540267e-11 3857914.1 Loop time of 0.016978 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:58 2021 Pair time (%) = 0.000975132 (5.74349) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188173) Outpt time (%) = 0.0158792 (93.5277) Other time (%) = 9.17912e-05 (0.540647) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:22:58 2021 Memory usage per processor = 27.5337 Mbytes Step Atoms AVEKE stressZZ 12362 5000 2.9540267e-11 3857899.2 12363 -0.0101724999999944 3857822.85089157 12363 5000 5.8350516e-11 3857949.5 Loop time of 0.0162921 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:58 2021 Pair time (%) = 0.00102592 (6.29701) Neigh time (%) = 0 (0) Comm time (%) = 4.91142e-05 (0.30146) Outpt time (%) = 0.0150559 (92.4123) Other time (%) = 0.000161171 (0.989259) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:58 2021 Memory usage per processor = 27.5337 Mbytes Step Atoms AVEKE stressZZ 12363 5000 5.8350516e-11 3906338.6 12364 -0.0102049999999944 3906254.35926934 12364 5000 4.7023065e-11 3906254.4 Loop time of 0.0169611 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:58 2021 Pair time (%) = 0.00109386 (6.44925) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.21788) Outpt time (%) = 0.015713 (92.6413) Other time (%) = 0.000117302 (0.691594) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:58 2021 Memory usage per processor = 27.5337 Mbytes Step Atoms AVEKE stressZZ 12364 5000 4.7023065e-11 3906234.2 12365 -0.0102049999999944 3906157.15881576 12365 5000 4.0458143e-11 3906157.2 Loop time of 0.01719 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:58 2021 Pair time (%) = 0.000972986 (5.66019) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185853) Outpt time (%) = 0.016093 (93.6186) Other time (%) = 9.20296e-05 (0.535368) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:58 2021 Memory usage per processor = 27.5337 Mbytes Step Atoms AVEKE stressZZ 12365 5000 4.0458143e-11 3906138.8 12366 -0.0102049999999944 3906066.34141431 12366 5000 3.6541587e-11 3906066.3 Loop time of 0.0163658 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:58 2021 Pair time (%) = 0.000975132 (5.95836) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.195213) Outpt time (%) = 0.0152659 (93.2797) Other time (%) = 9.27448e-05 (0.5667) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:58 2021 Memory usage per processor = 27.5337 Mbytes Step Atoms AVEKE stressZZ 12366 5000 3.6541587e-11 3906049.1 12367 -0.0102049999999944 3905979.58197815 12367 5000 3.4155308e-11 3905979.6 Loop time of 0.0170121 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:58 2021 Pair time (%) = 0.00103188 (6.06553) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.270482) Outpt time (%) = 0.0157821 (92.7699) Other time (%) = 0.000152111 (0.894133) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:58 2021 Memory usage per processor = 27.5337 Mbytes Step Atoms AVEKE stressZZ 12367 5000 3.4155308e-11 3905963.1 12368 -0.0102049999999944 3905895.40289348 12368 5000 3.2679822e-11 3905895.4 Loop time of 0.016952 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:58 2021 Pair time (%) = 0.000978947 (5.7748) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188462) Outpt time (%) = 0.0158491 (93.4939) Other time (%) = 9.20296e-05 (0.542882) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:58 2021 Memory usage per processor = 27.5337 Mbytes Step Atoms AVEKE stressZZ 12368 5000 3.2679822e-11 3905879.4 12369 -0.0102049999999944 3905812.86512156 12369 5000 3.1758225e-11 3905812.9 Loop time of 0.0166619 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:58 2021 Pair time (%) = 0.000991821 (5.95264) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.204622) Outpt time (%) = 0.0155339 (93.2303) Other time (%) = 0.000102043 (0.612435) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:58 2021 Memory usage per processor = 27.5337 Mbytes Step Atoms AVEKE stressZZ 12369 5000 3.1758225e-11 3905797.1 12370 -0.0102049999999944 3905731.37189293 12370 5000 3.1178559e-11 3905731.4 Loop time of 0.0187938 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:58 2021 Pair time (%) = 0.00100517 (5.34842) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.180141) Outpt time (%) = 0.017652 (93.9247) Other time (%) = 0.000102758 (0.546767) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:58 2021 Memory usage per processor = 27.5338 Mbytes Step Atoms AVEKE stressZZ 12370 5000 3.1178559e-11 3905715.8 12371 -0.0102049999999944 3905650.54395363 12371 5000 3.0812125e-11 3905650.5 Loop time of 0.0173261 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:58 2021 Pair time (%) = 0.00109315 (6.30926) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184393) Outpt time (%) = 0.0160909 (92.8706) Other time (%) = 0.000110149 (0.635742) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:58 2021 Memory usage per processor = 27.5338 Mbytes Step Atoms AVEKE stressZZ 12371 5000 3.0812125e-11 3905635.1 12372 -0.0102049999999944 3905570.14028325 12372 5000 3.0579559e-11 3905570.1 Loop time of 0.0172579 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:58 2021 Pair time (%) = 0.000974894 (5.64896) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.186503) Outpt time (%) = 0.0161588 (93.6313) Other time (%) = 9.20296e-05 (0.53326) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:58 2021 Memory usage per processor = 27.5338 Mbytes Step Atoms AVEKE stressZZ 12372 5000 3.0579559e-11 3905554.8 12373 -0.0102049999999944 3905490.00771033 12373 5000 3.0431402e-11 3905490 Loop time of 0.0166781 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:58 2021 Pair time (%) = 0.00101495 (6.08551) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.185839) Outpt time (%) = 0.015538 (93.164) Other time (%) = 9.41753e-05 (0.564665) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:58 2021 Memory usage per processor = 27.5338 Mbytes Step Atoms AVEKE stressZZ 12373 5000 3.0431402e-11 3905474.7 12374 -0.0102049999999944 3905410.04889245 12374 5000 3.033662e-11 3905410 Loop time of 0.0166781 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:58 2021 Pair time (%) = 0.00109506 (6.56584) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.204423) Outpt time (%) = 0.015419 (92.4506) Other time (%) = 0.000129938 (0.779095) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:58 2021 Memory usage per processor = 27.5338 Mbytes Step Atoms AVEKE stressZZ 12374 5000 3.033662e-11 3905394.8 12375 -0.0102049999999944 3905330.20196708 12375 5000 3.0275649e-11 3905330.2 Loop time of 0.017493 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:58 2021 Pair time (%) = 0.00111198 (6.35673) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.1949) Outpt time (%) = 0.016248 (92.8827) Other time (%) = 9.89437e-05 (0.565619) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:58 2021 Memory usage per processor = 27.5338 Mbytes Step Atoms AVEKE stressZZ 12375 5000 3.0275649e-11 3905314.9 12376 -0.0102049999999944 3905250.42761977 12376 5000 3.0236121e-11 3905250.4 Loop time of 0.017483 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:58 2021 Pair time (%) = 0.00102019 (5.83534) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.188193) Outpt time (%) = 0.016305 (93.2619) Other time (%) = 0.000124931 (0.714588) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:58 2021 Memory usage per processor = 27.5338 Mbytes Step Atoms AVEKE stressZZ 12376 5000 3.0236121e-11 3905235.2 12377 -0.0102049999999944 3905170.70086548 12377 5000 3.0210203e-11 3905170.7 Loop time of 0.016506 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:58 2021 Pair time (%) = 0.001019 (6.17353) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193555) Outpt time (%) = 0.015348 (92.9844) Other time (%) = 0.00010705 (0.648553) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:58 2021 Memory usage per processor = 27.5338 Mbytes Step Atoms AVEKE stressZZ 12377 5000 3.0210203e-11 3905155.5 12378 -0.0102049999999944 3905091.00582589 12378 5000 3.0192927e-11 3905091 Loop time of 0.016283 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:58 2021 Pair time (%) = 0.00097394 (5.98132) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.197669) Outpt time (%) = 0.0151889 (93.2807) Other time (%) = 8.79765e-05 (0.540295) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:58 2021 Memory usage per processor = 27.5338 Mbytes Step Atoms AVEKE stressZZ 12378 5000 3.0192927e-11 3905075.8 12379 -0.0102049999999944 3905011.33240979 12379 5000 3.018114e-11 3905011.3 Loop time of 0.0940731 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:59 2021 Pair time (%) = 0.000972986 (1.03429) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.0329472) Outpt time (%) = 0.0929749 (98.8327) Other time (%) = 9.41753e-05 (0.100109) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:59 2021 Memory usage per processor = 27.5338 Mbytes Step Atoms AVEKE stressZZ 12379 5000 3.018114e-11 3904996.1 12380 -0.0102049999999944 3904931.67420407 12380 5000 3.0172841e-11 3904931.7 Loop time of 0.0203319 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:59 2021 Pair time (%) = 0.00131893 (6.48702) Neigh time (%) = 0 (0) Comm time (%) = 4.29153e-05 (0.211074) Outpt time (%) = 0.0188498 (92.7109) Other time (%) = 0.000120163 (0.591008) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:59 2021 Memory usage per processor = 27.5338 Mbytes Step Atoms AVEKE stressZZ 12380 5000 3.0172841e-11 3904916.4 12381 -0.0102049999999944 3904852.0271329 12381 5000 3.0166757e-11 3904852 Loop time of 0.016572 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:59 2021 Pair time (%) = 0.00097394 (5.87702) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.194222) Outpt time (%) = 0.0154722 (93.3634) Other time (%) = 9.36985e-05 (0.565403) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:59 2021 Memory usage per processor = 27.5338 Mbytes Step Atoms AVEKE stressZZ 12381 5000 3.0166757e-11 3904836.8 12382 -0.0102049999999944 3904772.3886059 12382 5000 3.0162081e-11 3904772.4 Loop time of 0.084249 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:59 2021 Pair time (%) = 0.00122499 (1.45402) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.0415999) Outpt time (%) = 0.0828621 (98.3538) Other time (%) = 0.000126839 (0.150552) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:59 2021 Memory usage per processor = 27.5338 Mbytes Step Atoms AVEKE stressZZ 12382 5000 3.0162081e-11 3904757.2 12383 -0.0102049999999944 3904692.75697668 12383 5000 3.01583e-11 3904692.8 Loop time of 0.032943 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:59 2021 Pair time (%) = 0.0042398 (12.8701) Neigh time (%) = 0 (0) Comm time (%) = 0.000152826 (0.463911) Outpt time (%) = 0.0281711 (85.5145) Other time (%) = 0.000379324 (1.15146) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:59 2021 Memory usage per processor = 27.5338 Mbytes Step Atoms AVEKE stressZZ 12383 5000 3.01583e-11 3904677.5 12384 -0.0102049999999944 3904613.13119884 12384 5000 3.0155087e-11 3904613.1 Loop time of 0.016928 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:59 2021 Pair time (%) = 0.00111508 (6.58723) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.219715) Outpt time (%) = 0.0156682 (92.5579) Other time (%) = 0.000107527 (0.635202) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:59 2021 Memory usage per processor = 27.5338 Mbytes Step Atoms AVEKE stressZZ 12384 5000 3.0155087e-11 3904597.9 12385 -0.0102049999999944 3904533.51060713 12385 5000 3.0152237e-11 3904533.5 Loop time of 0.017509 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:59 2021 Pair time (%) = 0.00097394 (5.56252) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182467) Outpt time (%) = 0.016408 (93.7117) Other time (%) = 9.5129e-05 (0.543315) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:59 2021 Memory usage per processor = 27.5338 Mbytes Step Atoms AVEKE stressZZ 12385 5000 3.0152237e-11 3904518.3 12386 -0.0102049999999944 3904453.89477873 12386 5000 3.0149615e-11 3904453.9 Loop time of 0.016536 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:59 2021 Pair time (%) = 0.00103807 (6.27766) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193203) Outpt time (%) = 0.0153539 (92.8515) Other time (%) = 0.000112057 (0.677653) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:59 2021 Memory usage per processor = 27.5338 Mbytes Step Atoms AVEKE stressZZ 12386 5000 3.0149615e-11 3904438.7 12387 -0.0102049999999944 3904374.28344463 12387 5000 3.0147141e-11 3904374.3 Loop time of 0.0170372 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:59 2021 Pair time (%) = 0.00117302 (6.88507) Neigh time (%) = 0 (0) Comm time (%) = 7.70092e-05 (0.452007) Outpt time (%) = 0.0156722 (91.9884) Other time (%) = 0.000114918 (0.674513) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:59 2021 Memory usage per processor = 27.5338 Mbytes Step Atoms AVEKE stressZZ 12387 5000 3.0147141e-11 3904359.1 12388 -0.0102049999999944 3904294.67643383 12388 5000 3.0144759e-11 3904294.7 Loop time of 0.0172031 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:59 2021 Pair time (%) = 0.000972033 (5.65034) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.187097) Outpt time (%) = 0.0161061 (93.6234) Other time (%) = 9.27448e-05 (0.539117) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:59 2021 Memory usage per processor = 27.5338 Mbytes Step Atoms AVEKE stressZZ 12388 5000 3.0144759e-11 3904279.5 12389 -0.0102049999999944 3904215.07363749 12389 5000 3.0142436e-11 3904215.1 Loop time of 0.0171831 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:59 2021 Pair time (%) = 0.00103188 (6.00519) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180378) Outpt time (%) = 0.0159931 (93.0749) Other time (%) = 0.000127077 (0.739549) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:59 2021 Memory usage per processor = 27.5338 Mbytes Step Atoms AVEKE stressZZ 12389 5000 3.0142436e-11 3904199.8 12390 -0.0102049999999944 3904135.4749862 12390 5000 3.0140151e-11 3904135.5 Loop time of 0.019145 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:59 2021 Pair time (%) = 0.0012641 (6.60274) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.199253) Outpt time (%) = 0.0177059 (92.4832) Other time (%) = 0.000136852 (0.714819) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:59 2021 Memory usage per processor = 27.5338 Mbytes Step Atoms AVEKE stressZZ 12390 5000 3.0140151e-11 3904120.3 12391 -0.0102049999999944 3904055.88043579 12391 5000 3.0137889e-11 3904055.9 Loop time of 0.0174239 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:59 2021 Pair time (%) = 0.00111103 (6.37649) Neigh time (%) = 0 (0) Comm time (%) = 6.38962e-05 (0.366716) Outpt time (%) = 0.016115 (92.4878) Other time (%) = 0.000133991 (0.76901) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:59 2021 Memory usage per processor = 27.5338 Mbytes Step Atoms AVEKE stressZZ 12391 5000 3.0137889e-11 3904040.7 12392 -0.0102049999999944 3903976.28995801 12392 5000 3.0135644e-11 3903976.3 Loop time of 0.016973 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:59 2021 Pair time (%) = 0.000983953 (5.79716) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188229) Outpt time (%) = 0.0158641 (93.4668) Other time (%) = 9.29832e-05 (0.54783) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:59 2021 Memory usage per processor = 27.5338 Mbytes Step Atoms AVEKE stressZZ 12392 5000 3.0135644e-11 3903961.1 12393 -0.0102049999999944 3903896.70353465 12393 5000 3.0133408e-11 3903896.7 Loop time of 0.0165451 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:59 2021 Pair time (%) = 0.00102496 (6.19497) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.194539) Outpt time (%) = 0.0153599 (92.8367) Other time (%) = 0.000128031 (0.773831) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:59 2021 Memory usage per processor = 27.5338 Mbytes Step Atoms AVEKE stressZZ 12393 5000 3.0133408e-11 3903881.5 12394 -0.0102049999999944 3903817.12115417 12394 5000 3.0131178e-11 3903817.1 Loop time of 0.0166879 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:59 2021 Pair time (%) = 0.00114298 (6.84916) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.221448) Outpt time (%) = 0.015388 (92.2108) Other time (%) = 0.000119925 (0.718633) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:59 2021 Memory usage per processor = 27.5338 Mbytes Step Atoms AVEKE stressZZ 12394 5000 3.0131178e-11 3903801.9 12395 -0.0102049999999944 3903737.54280891 12395 5000 3.0128953e-11 3903737.5 Loop time of 0.0171111 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:59 2021 Pair time (%) = 0.000975132 (5.69884) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18671) Outpt time (%) = 0.016012 (93.5766) Other time (%) = 9.20296e-05 (0.537837) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:59 2021 Memory usage per processor = 27.5338 Mbytes Step Atoms AVEKE stressZZ 12395 5000 3.0128953e-11 3903722.3 12396 -0.0102049999999944 3903657.96849397 12396 5000 3.012673e-11 3903658 Loop time of 0.0170209 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:59 2021 Pair time (%) = 0.00101185 (5.94473) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.189099) Outpt time (%) = 0.015883 (93.3143) Other time (%) = 9.39369e-05 (0.55189) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:59 2021 Memory usage per processor = 27.5338 Mbytes Step Atoms AVEKE stressZZ 12396 5000 3.012673e-11 3903642.7 12397 -0.0102049999999944 3903578.39820601 12397 5000 3.0124509e-11 3903578.4 Loop time of 0.016696 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:59 2021 Pair time (%) = 0.00100303 (6.0076) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.204204) Outpt time (%) = 0.0155559 (93.1713) Other time (%) = 0.000102997 (0.616896) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:59 2021 Memory usage per processor = 27.5338 Mbytes Step Atoms AVEKE stressZZ 12397 5000 3.0124509e-11 3903563.2 12398 -0.0102049999999944 3903498.83194271 12398 5000 3.0122289e-11 3903498.8 Loop time of 0.0170491 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:59 2021 Pair time (%) = 0.00103498 (6.07056) Neigh time (%) = 0 (0) Comm time (%) = 4.72069e-05 (0.276888) Outpt time (%) = 0.0158081 (92.7212) Other time (%) = 0.000158787 (0.931351) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:59 2021 Memory usage per processor = 27.5338 Mbytes Step Atoms AVEKE stressZZ 12398 5000 3.0122289e-11 3903483.6 12399 -0.0102049999999944 3903419.2697026 12399 5000 3.012007e-11 3903419.3 Loop time of 0.0169802 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:59 2021 Pair time (%) = 0.000988007 (5.81859) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.217635) Outpt time (%) = 0.0158451 (93.3151) Other time (%) = 0.000110149 (0.648694) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:59 2021 Memory usage per processor = 27.5338 Mbytes Step Atoms AVEKE stressZZ 12399 5000 3.012007e-11 3903404 12400 -0.0102049999999944 3903339.71148445 12400 5000 3.0117852e-11 3903339.7 Loop time of 0.0189111 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:59 2021 Pair time (%) = 0.000977993 (5.17152) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.168938) Outpt time (%) = 0.0178089 (94.1716) Other time (%) = 9.2268e-05 (0.487903) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:59 2021 Memory usage per processor = 27.5338 Mbytes Step Atoms AVEKE stressZZ 12400 5000 3.0117852e-11 3903324.5 12401 -0.0102049999999944 3903260.15728741 12401 5000 3.0115635e-11 3903260.2 Loop time of 0.0165701 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:59 2021 Pair time (%) = 0.00107718 (6.50072) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.205755) Outpt time (%) = 0.0153539 (92.6604) Other time (%) = 0.000104904 (0.633094) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:59 2021 Memory usage per processor = 27.5338 Mbytes Step Atoms AVEKE stressZZ 12401 5000 3.0115635e-11 3903244.9 12402 -0.0102049999999944 3903180.60716278 12402 5000 3.0113417e-11 3903180.6 Loop time of 0.017211 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:59 2021 Pair time (%) = 0.00110292 (6.40827) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192553) Outpt time (%) = 0.01597 (92.7897) Other time (%) = 0.000104904 (0.60952) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:59 2021 Memory usage per processor = 27.5338 Mbytes Step Atoms AVEKE stressZZ 12402 5000 3.0113417e-11 3903165.4 12403 -0.0102049999999944 3903101.06111317 12403 5000 3.01112e-11 3903101.1 Loop time of 0.0175571 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:59 2021 Pair time (%) = 0.000975132 (5.55405) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.181966) Outpt time (%) = 0.016428 (93.5687) Other time (%) = 0.00012207 (0.695274) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:59 2021 Memory usage per processor = 27.5338 Mbytes Step Atoms AVEKE stressZZ 12403 5000 3.01112e-11 3903085.8 12404 -0.0102049999999944 3903021.51911644 12404 5000 3.0108984e-11 3903021.5 Loop time of 0.0166738 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:59 2021 Pair time (%) = 0.000986099 (5.91406) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191606) Outpt time (%) = 0.0155618 (93.331) Other time (%) = 9.39369e-05 (0.56338) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:59 2021 Memory usage per processor = 27.5338 Mbytes Step Atoms AVEKE stressZZ 12404 5000 3.0108984e-11 3903006.3 12405 -0.0102049999999944 3902941.98116534 12405 5000 3.0106767e-11 3902942 Loop time of 0.0173249 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:59 2021 Pair time (%) = 0.001194 (6.89181) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.220186) Outpt time (%) = 0.015945 (92.0348) Other time (%) = 0.00014782 (0.853219) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:59 2021 Memory usage per processor = 27.5338 Mbytes Step Atoms AVEKE stressZZ 12405 5000 3.0106767e-11 3902926.8 12406 -0.0102049999999944 3902862.44725565 12406 5000 3.0104551e-11 3902862.4 Loop time of 0.017242 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:59 2021 Pair time (%) = 0.000974894 (5.65419) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185293) Outpt time (%) = 0.01614 (93.6088) Other time (%) = 9.5129e-05 (0.55173) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:59 2021 Memory usage per processor = 27.5338 Mbytes Step Atoms AVEKE stressZZ 12406 5000 3.0104551e-11 3902847.2 12407 -0.0102049999999944 3902782.91738437 12407 5000 3.0102335e-11 3902782.9 Loop time of 0.017046 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:59 2021 Pair time (%) = 0.000972986 (5.70801) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187423) Outpt time (%) = 0.0159481 (93.5591) Other time (%) = 9.29832e-05 (0.545485) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:59 2021 Memory usage per processor = 27.5338 Mbytes Step Atoms AVEKE stressZZ 12407 5000 3.0102335e-11 3902767.7 12408 -0.0102049999999944 3902703.39154924 12408 5000 3.010012e-11 3902703.4 Loop time of 0.0165932 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:59 2021 Pair time (%) = 0.000987053 (5.94853) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.204032) Outpt time (%) = 0.0154722 (93.244) Other time (%) = 0.000100136 (0.603474) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:59 2021 Memory usage per processor = 27.5338 Mbytes Step Atoms AVEKE stressZZ 12408 5000 3.010012e-11 3902688.2 12409 -0.0102049999999944 3902623.86974843 12409 5000 3.0097905e-11 3902623.9 Loop time of 0.0172191 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:59 2021 Pair time (%) = 0.00102687 (5.96356) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185539) Outpt time (%) = 0.016057 (93.2514) Other time (%) = 0.000103235 (0.59954) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:59 2021 Memory usage per processor = 27.5338 Mbytes Step Atoms AVEKE stressZZ 12409 5000 3.0097905e-11 3902608.7 12410 -0.0102049999999944 3902544.35198033 12410 5000 3.0095689e-11 3902544.4 Loop time of 0.019165 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:59 2021 Pair time (%) = 0.000972986 (5.07688) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.161724) Outpt time (%) = 0.0180681 (94.2762) Other time (%) = 9.29832e-05 (0.485171) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:59 2021 Memory usage per processor = 27.5338 Mbytes Step Atoms AVEKE stressZZ 12410 5000 3.0095689e-11 3902529.1 12411 -0.0102049999999944 3902464.83824361 12411 5000 3.0093475e-11 3902464.8 Loop time of 0.0167692 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:59 2021 Pair time (%) = 0.000974178 (5.80934) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190517) Outpt time (%) = 0.015667 (93.4272) Other time (%) = 9.60827e-05 (0.572972) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:59 2021 Memory usage per processor = 27.5338 Mbytes Step Atoms AVEKE stressZZ 12411 5000 3.0093475e-11 3902449.6 12412 -0.0102049999999944 3902385.32854955 12412 5000 3.009126e-11 3902385.3 Loop time of 0.0165539 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:59 2021 Pair time (%) = 0.00102592 (6.19743) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.210278) Outpt time (%) = 0.0153749 (92.8779) Other time (%) = 0.000118256 (0.714368) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:59 2021 Memory usage per processor = 27.5338 Mbytes Step Atoms AVEKE stressZZ 12412 5000 3.009126e-11 3902370.1 12413 -0.0102049999999944 3902305.82290041 12413 5000 3.0089046e-11 3902305.8 Loop time of 0.0171049 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:59 2021 Pair time (%) = 0.00113702 (6.64734) Neigh time (%) = 0 (0) Comm time (%) = 8.51154e-05 (0.49761) Outpt time (%) = 0.0157809 (92.2599) Other time (%) = 0.000101805 (0.59518) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:59 2021 Memory usage per processor = 27.5338 Mbytes Step Atoms AVEKE stressZZ 12413 5000 3.0089046e-11 3902290.6 12414 -0.0102049999999944 3902226.32131097 12414 5000 3.0086831e-11 3902226.3 Loop time of 0.0166919 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:59 2021 Pair time (%) = 0.00107408 (6.4347) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.185685) Outpt time (%) = 0.0154581 (92.6083) Other time (%) = 0.000128746 (0.771307) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:59 2021 Memory usage per processor = 27.5338 Mbytes Step Atoms AVEKE stressZZ 12414 5000 3.0086831e-11 3902211.1 12415 -0.0102049999999944 3902146.8237695 12415 5000 3.0084618e-11 3902146.8 Loop time of 0.016227 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:59 2021 Pair time (%) = 0.00097394 (6.00197) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.191005) Outpt time (%) = 0.0151291 (93.234) Other time (%) = 9.29832e-05 (0.573015) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:59 2021 Memory usage per processor = 27.5338 Mbytes Step Atoms AVEKE stressZZ 12415 5000 3.0084618e-11 3902131.6 12416 -0.0102049999999944 3902067.33027016 12416 5000 3.0082404e-11 3902067.3 Loop time of 0.0163279 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:22:59 2021 Pair time (%) = 0.000976086 (5.97804) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.189825) Outpt time (%) = 0.015224 (93.2393) Other time (%) = 9.67979e-05 (0.592839) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:22:59 2021 Memory usage per processor = 27.5338 Mbytes Step Atoms AVEKE stressZZ 12416 5000 3.0082404e-11 3902052.1 12417 -0.0102049999999944 3901987.84080974 12417 5000 3.0080191e-11 3901987.8 Loop time of 0.0163741 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:00 2021 Pair time (%) = 0.00097394 (5.94805) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.189289) Outpt time (%) = 0.0152791 (93.3123) Other time (%) = 9.01222e-05 (0.550395) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:00 2021 Memory usage per processor = 27.5338 Mbytes Step Atoms AVEKE stressZZ 12417 5000 3.0080191e-11 3901972.6 12418 -0.0102049999999944 3901908.3553859 12418 5000 3.0077977e-11 3901908.4 Loop time of 0.017632 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:00 2021 Pair time (%) = 0.001122 (6.36342) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.175785) Outpt time (%) = 0.0163789 (92.8929) Other time (%) = 0.000100136 (0.567921) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:00 2021 Memory usage per processor = 27.5338 Mbytes Step Atoms AVEKE stressZZ 12418 5000 3.0077977e-11 3901893.1 12419 -0.0102049999999944 3901828.87399683 12419 5000 3.0075764e-11 3901828.9 Loop time of 0.0174048 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:00 2021 Pair time (%) = 0.00111103 (6.38347) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.190408) Outpt time (%) = 0.0161588 (92.8412) Other time (%) = 0.000101805 (0.584923) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:00 2021 Memory usage per processor = 27.5338 Mbytes Step Atoms AVEKE stressZZ 12419 5000 3.0075764e-11 3901813.7 12420 -0.0102049999999944 3901749.39664089 12420 5000 3.0073552e-11 3901749.4 Loop time of 0.0194941 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:00 2021 Pair time (%) = 0.000977039 (5.01199) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.163886) Outpt time (%) = 0.0183909 (94.341) Other time (%) = 9.41753e-05 (0.483098) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:00 2021 Memory usage per processor = 27.5338 Mbytes Step Atoms AVEKE stressZZ 12420 5000 3.0073552e-11 3901734.2 12421 -0.0102049999999944 3901669.92332293 12421 5000 3.0071339e-11 3901669.9 Loop time of 0.0171812 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:00 2021 Pair time (%) = 0.00102496 (5.96561) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185948) Outpt time (%) = 0.0160251 (93.2712) Other time (%) = 9.91821e-05 (0.577273) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:00 2021 Memory usage per processor = 27.5338 Mbytes Step Atoms AVEKE stressZZ 12421 5000 3.0071339e-11 3901654.7 12422 -0.0102049999999944 3901590.45410999 12422 5000 3.0069127e-11 3901590.5 Loop time of 0.0171609 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:00 2021 Pair time (%) = 0.000974178 (5.67673) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186168) Outpt time (%) = 0.0160611 (93.5911) Other time (%) = 9.36985e-05 (0.546) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:00 2021 Memory usage per processor = 27.5338 Mbytes Step Atoms AVEKE stressZZ 12422 5000 3.0069127e-11 3901575.2 12423 -0.0102049999999944 3901510.98897378 12423 5000 3.0066915e-11 3901511 Loop time of 0.0165658 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:00 2021 Pair time (%) = 0.000985146 (5.94686) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.187099) Outpt time (%) = 0.01546 (93.3249) Other time (%) = 8.96454e-05 (0.541147) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:00 2021 Memory usage per processor = 27.5338 Mbytes Step Atoms AVEKE stressZZ 12423 5000 3.0066915e-11 3901495.8 12424 -0.0102049999999944 3901431.52789952 12424 5000 3.0064703e-11 3901431.5 Loop time of 0.0167391 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:00 2021 Pair time (%) = 0.00104499 (6.24279) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.196556) Outpt time (%) = 0.0155301 (92.7773) Other time (%) = 0.00013113 (0.783375) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:00 2021 Memory usage per processor = 27.5338 Mbytes Step Atoms AVEKE stressZZ 12424 5000 3.0064703e-11 3901416.3 12425 -0.0102049999999944 3901352.07088029 12425 5000 3.0062492e-11 3901352.1 Loop time of 0.0171769 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:00 2021 Pair time (%) = 0.00111914 (6.51537) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204039) Outpt time (%) = 0.0158699 (92.3909) Other time (%) = 0.000152826 (0.889722) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:00 2021 Memory usage per processor = 27.5338 Mbytes Step Atoms AVEKE stressZZ 12425 5000 3.0062492e-11 3901336.9 12426 -0.0102049999999944 3901272.61791169 12426 5000 3.006028e-11 3901272.6 Loop time of 0.0171731 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:00 2021 Pair time (%) = 0.00097394 (5.67133) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180483) Outpt time (%) = 0.0160751 (93.6067) Other time (%) = 9.29832e-05 (0.541449) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:00 2021 Memory usage per processor = 27.5338 Mbytes Step Atoms AVEKE stressZZ 12426 5000 3.006028e-11 3901257.4 12427 -0.0102049999999944 3901193.16899033 12427 5000 3.0058069e-11 3901193.2 Loop time of 0.0163958 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:00 2021 Pair time (%) = 0.000979185 (5.97217) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194855) Outpt time (%) = 0.0152919 (93.2673) Other time (%) = 9.27448e-05 (0.565662) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:00 2021 Memory usage per processor = 27.5338 Mbytes Step Atoms AVEKE stressZZ 12427 5000 3.0058069e-11 3901178 12428 -0.0102049999999944 3901113.72411362 12428 5000 3.0055859e-11 3901113.7 Loop time of 0.016753 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:00 2021 Pair time (%) = 0.001194 (7.1271) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.214895) Outpt time (%) = 0.0153859 (91.8397) Other time (%) = 0.000137091 (0.818307) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:00 2021 Memory usage per processor = 27.5338 Mbytes Step Atoms AVEKE stressZZ 12428 5000 3.0055859e-11 3901098.5 12429 -0.0102049999999944 3901034.28326669 12429 5000 3.0053648e-11 3901034.3 Loop time of 0.0172231 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:00 2021 Pair time (%) = 0.000974894 (5.66038) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185495) Outpt time (%) = 0.016094 (93.444) Other time (%) = 0.000122309 (0.710143) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:00 2021 Memory usage per processor = 27.5338 Mbytes Step Atoms AVEKE stressZZ 12429 5000 3.0053648e-11 3901019.1 12430 -0.0102049999999944 3900954.846455 12430 5000 3.0051438e-11 3900954.8 Loop time of 0.0192699 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:00 2021 Pair time (%) = 0.000975847 (5.06409) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.160843) Outpt time (%) = 0.0181749 (94.3173) Other time (%) = 8.82149e-05 (0.457785) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:00 2021 Memory usage per processor = 27.5338 Mbytes Step Atoms AVEKE stressZZ 12430 5000 3.0051438e-11 3900939.6 12431 -0.0102049999999944 3900875.41368039 12431 5000 3.0049228e-11 3900875.4 Loop time of 0.0164342 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:00 2021 Pair time (%) = 0.000978947 (5.95677) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.201654) Outpt time (%) = 0.0153222 (93.2337) Other time (%) = 9.98974e-05 (0.607863) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:00 2021 Memory usage per processor = 27.5338 Mbytes Step Atoms AVEKE stressZZ 12431 5000 3.0049228e-11 3900860.2 12432 -0.0102049999999944 3900795.98494137 12432 5000 3.0047018e-11 3900796 Loop time of 0.01791 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:00 2021 Pair time (%) = 0.00138688 (7.74361) Neigh time (%) = 0 (0) Comm time (%) = 8.2016e-05 (0.457934) Outpt time (%) = 0.016252 (90.7428) Other time (%) = 0.000189066 (1.05564) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:00 2021 Memory usage per processor = 27.5338 Mbytes Step Atoms AVEKE stressZZ 12432 5000 3.0047018e-11 3900780.8 12433 -0.0102049999999944 3900716.56023666 12433 5000 3.0044808e-11 3900716.6 Loop time of 0.0169439 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:00 2021 Pair time (%) = 0.00099802 (5.89013) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.212473) Outpt time (%) = 0.0158141 (93.3317) Other time (%) = 9.58443e-05 (0.565655) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:00 2021 Memory usage per processor = 27.5338 Mbytes Step Atoms AVEKE stressZZ 12433 5000 3.0044808e-11 3900701.3 12434 -0.0102049999999944 3900637.13956512 12434 5000 3.0042599e-11 3900637.1 Loop time of 0.0165911 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:00 2021 Pair time (%) = 0.000991106 (5.97373) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.19831) Outpt time (%) = 0.015466 (93.2187) Other time (%) = 0.000101089 (0.6093) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:00 2021 Memory usage per processor = 27.5338 Mbytes Step Atoms AVEKE stressZZ 12434 5000 3.0042599e-11 3900621.9 12435 -0.0102049999999944 3900557.7229214 12435 5000 3.004039e-11 3900557.7 Loop time of 0.0166781 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:00 2021 Pair time (%) = 0.00117397 (7.03901) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.287336) Outpt time (%) = 0.0153091 (91.7916) Other time (%) = 0.000147104 (0.882021) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:00 2021 Memory usage per processor = 27.5338 Mbytes Step Atoms AVEKE stressZZ 12435 5000 3.004039e-11 3900542.5 12436 -0.0102049999999944 3900478.3103029 12436 5000 3.0038181e-11 3900478.3 Loop time of 0.017081 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:00 2021 Pair time (%) = 0.00101805 (5.96011) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187039) Outpt time (%) = 0.015934 (93.2848) Other time (%) = 9.70364e-05 (0.568095) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:00 2021 Memory usage per processor = 27.5338 Mbytes Step Atoms AVEKE stressZZ 12436 5000 3.0038181e-11 3900463.1 12437 -0.0102049999999944 3900398.90171389 12437 5000 3.0035972e-11 3900398.9 Loop time of 0.0171239 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:00 2021 Pair time (%) = 0.00101781 (5.94378) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18657) Outpt time (%) = 0.0159791 (93.3141) Other time (%) = 9.5129e-05 (0.555532) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:00 2021 Memory usage per processor = 27.5338 Mbytes Step Atoms AVEKE stressZZ 12437 5000 3.0035972e-11 3900383.7 12438 -0.0102049999999944 3900319.49715339 12438 5000 3.0033764e-11 3900319.5 Loop time of 0.0165501 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:00 2021 Pair time (%) = 0.000972986 (5.87905) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.19448) Outpt time (%) = 0.0154488 (93.3459) Other time (%) = 9.60827e-05 (0.580558) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:00 2021 Memory usage per processor = 27.5338 Mbytes Step Atoms AVEKE stressZZ 12438 5000 3.0033764e-11 3900304.3 12439 -0.0102049999999944 3900240.09662054 12439 5000 3.0031556e-11 3900240.1 Loop time of 0.0170531 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:00 2021 Pair time (%) = 0.0012939 (7.58745) Neigh time (%) = 0 (0) Comm time (%) = 4.50611e-05 (0.26424) Outpt time (%) = 0.0155349 (91.0969) Other time (%) = 0.000179291 (1.05137) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:00 2021 Memory usage per processor = 27.5338 Mbytes Step Atoms AVEKE stressZZ 12439 5000 3.0031556e-11 3900224.9 12440 -0.0102049999999944 3900160.70011442 12440 5000 3.0029348e-11 3900160.7 Loop time of 0.019496 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:00 2021 Pair time (%) = 0.00101399 (5.20105) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.16387) Outpt time (%) = 0.018358 (94.163) Other time (%) = 9.20296e-05 (0.472044) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:00 2021 Memory usage per processor = 27.5338 Mbytes Step Atoms AVEKE stressZZ 12440 5000 3.0029348e-11 3900145.5 12441 -0.0102049999999944 3900081.30763423 12441 5000 3.002714e-11 3900081.3 Loop time of 0.0172281 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:00 2021 Pair time (%) = 0.000975847 (5.66427) Neigh time (%) = 0 (0) Comm time (%) = 3.12328e-05 (0.18129) Outpt time (%) = 0.0161259 (93.6023) Other time (%) = 9.5129e-05 (0.552173) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:00 2021 Memory usage per processor = 27.5338 Mbytes Step Atoms AVEKE stressZZ 12441 5000 3.002714e-11 3900066.1 12442 -0.0102049999999944 3900001.91917911 12442 5000 3.0024932e-11 3900001.9 Loop time of 0.0164051 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:00 2021 Pair time (%) = 0.000978947 (5.96733) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.207825) Outpt time (%) = 0.0152922 (93.2159) Other time (%) = 9.98974e-05 (0.608941) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:00 2021 Memory usage per processor = 27.5338 Mbytes Step Atoms AVEKE stressZZ 12442 5000 3.0024932e-11 3899986.7 12443 -0.0102049999999944 3899922.53474834 12443 5000 3.0022725e-11 3899922.5 Loop time of 0.017175 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:00 2021 Pair time (%) = 0.00101686 (5.92057) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191568) Outpt time (%) = 0.0160239 (93.2979) Other time (%) = 0.000101328 (0.589975) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:00 2021 Memory usage per processor = 27.5338 Mbytes Step Atoms AVEKE stressZZ 12443 5000 3.0022725e-11 3899907.3 12444 -0.0102049999999944 3899843.15434105 12444 5000 3.0020518e-11 3899843.2 Loop time of 0.0172939 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:00 2021 Pair time (%) = 0.000977039 (5.64961) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184736) Outpt time (%) = 0.0161901 (93.617) Other time (%) = 9.48906e-05 (0.548693) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:00 2021 Memory usage per processor = 27.5338 Mbytes Step Atoms AVEKE stressZZ 12444 5000 3.0020518e-11 3899827.9 12445 -0.0102049999999944 3899763.77794991 12445 5000 3.0018311e-11 3899763.8 Loop time of 0.0164888 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:00 2021 Pair time (%) = 0.000972033 (5.89511) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.187973) Outpt time (%) = 0.015393 (93.3544) Other time (%) = 9.27448e-05 (0.562472) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:00 2021 Memory usage per processor = 27.5338 Mbytes Step Atoms AVEKE stressZZ 12445 5000 3.0018311e-11 3899748.6 12446 -0.0102049999999944 3899684.40557863 12446 5000 3.0016105e-11 3899684.4 Loop time of 0.0172632 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:00 2021 Pair time (%) = 0.00129199 (7.48408) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.215449) Outpt time (%) = 0.01578 (91.4083) Other time (%) = 0.000154018 (0.892179) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:00 2021 Memory usage per processor = 27.5338 Mbytes Step Atoms AVEKE stressZZ 12446 5000 3.0016105e-11 3899669.2 12447 -0.0102049999999944 3899605.03722841 12447 5000 3.0013899e-11 3899605 Loop time of 0.017036 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:00 2021 Pair time (%) = 0.000977993 (5.74076) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181935) Outpt time (%) = 0.015933 (93.5259) Other time (%) = 9.39369e-05 (0.551404) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:00 2021 Memory usage per processor = 27.5338 Mbytes Step Atoms AVEKE stressZZ 12447 5000 3.0013899e-11 3899589.8 12448 -0.0102049999999944 3899525.67289864 12448 5000 3.0011693e-11 3899525.7 Loop time of 0.017149 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:00 2021 Pair time (%) = 0.00105906 (6.17562) Neigh time (%) = 0 (0) Comm time (%) = 5.60284e-05 (0.326716) Outpt time (%) = 0.0159278 (92.879) Other time (%) = 0.000106096 (0.618674) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:00 2021 Memory usage per processor = 27.5338 Mbytes Step Atoms AVEKE stressZZ 12448 5000 3.0011693e-11 3899510.5 12449 -0.0102049999999944 3899446.31258857 12449 5000 3.0009487e-11 3899446.3 Loop time of 0.016562 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:00 2021 Pair time (%) = 0.00101709 (6.14113) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.198658) Outpt time (%) = 0.015415 (93.0743) Other time (%) = 9.70364e-05 (0.585898) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:00 2021 Memory usage per processor = 27.5338 Mbytes Step Atoms AVEKE stressZZ 12449 5000 3.0009487e-11 3899431.1 12450 -0.0102049999999944 3899366.95631008 12450 5000 3.0007281e-11 3899367 Loop time of 0.0195689 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:00 2021 Pair time (%) = 0.00120401 (6.15268) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.169351) Outpt time (%) = 0.018213 (93.0712) Other time (%) = 0.000118732 (0.60674) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:00 2021 Memory usage per processor = 27.5338 Mbytes Step Atoms AVEKE stressZZ 12450 5000 3.0007281e-11 3899351.7 12451 -0.0102049999999944 3899287.60411026 12451 5000 3.0005076e-11 3899287.6 Loop time of 0.0171261 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:00 2021 Pair time (%) = 0.00101113 (5.90405) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180978) Outpt time (%) = 0.01599 (93.3665) Other time (%) = 9.39369e-05 (0.548502) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:00 2021 Memory usage per processor = 27.5338 Mbytes Step Atoms AVEKE stressZZ 12451 5000 3.0005076e-11 3899272.4 12452 -0.0102049999999944 3899208.25596272 12452 5000 3.0002871e-11 3899208.3 Loop time of 0.016999 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:00 2021 Pair time (%) = 0.000974894 (5.735) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.189343) Outpt time (%) = 0.0158999 (93.5343) Other time (%) = 9.20296e-05 (0.541382) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:00 2021 Memory usage per processor = 27.5338 Mbytes Step Atoms AVEKE stressZZ 12452 5000 3.0002871e-11 3899193 12453 -0.0102049999999944 3899128.91185415 12453 5000 3.0000666e-11 3899128.9 Loop time of 0.0169199 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:00 2021 Pair time (%) = 0.00100803 (5.9577) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.200093) Outpt time (%) = 0.015758 (93.1334) Other time (%) = 0.000119925 (0.70878) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:00 2021 Memory usage per processor = 27.5338 Mbytes Step Atoms AVEKE stressZZ 12453 5000 3.0000666e-11 3899113.7 12454 -0.0102049999999944 3899049.57177464 12454 5000 2.9998461e-11 3899049.6 Loop time of 0.0173409 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:00 2021 Pair time (%) = 0.00111294 (6.41799) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.19661) Outpt time (%) = 0.0160871 (92.7694) Other time (%) = 0.000106812 (0.615951) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:00 2021 Memory usage per processor = 27.5338 Mbytes Step Atoms AVEKE stressZZ 12454 5000 2.9998461e-11 3899034.4 12455 -0.0102049999999944 3898970.23572726 12455 5000 2.9996257e-11 3898970.2 Loop time of 0.017194 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:00 2021 Pair time (%) = 0.001019 (5.92648) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180263) Outpt time (%) = 0.0160491 (93.3414) Other time (%) = 9.48906e-05 (0.551881) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:00 2021 Memory usage per processor = 27.5338 Mbytes Step Atoms AVEKE stressZZ 12455 5000 2.9996257e-11 3898955 12456 -0.0102049999999944 3898890.90370984 12456 5000 2.9994053e-11 3898890.9 Loop time of 0.016382 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:00 2021 Pair time (%) = 0.000972986 (5.93937) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.19502) Outpt time (%) = 0.0152831 (93.2922) Other time (%) = 9.39369e-05 (0.573416) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:00 2021 Memory usage per processor = 27.5338 Mbytes Step Atoms AVEKE stressZZ 12456 5000 2.9994053e-11 3898875.7 12457 -0.0102049999999944 3898811.57572065 12457 5000 2.9991849e-11 3898811.6 Loop time of 0.0170522 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:00 2021 Pair time (%) = 0.00121903 (7.14885) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.216717) Outpt time (%) = 0.0156698 (91.8934) Other time (%) = 0.000126362 (0.741031) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:00 2021 Memory usage per processor = 27.5338 Mbytes Step Atoms AVEKE stressZZ 12457 5000 2.9991849e-11 3898796.4 12458 -0.0102049999999944 3898732.25175819 12458 5000 2.9989645e-11 3898732.3 Loop time of 0.0172269 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:00 2021 Pair time (%) = 0.000995159 (5.77676) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185454) Outpt time (%) = 0.016089 (93.3942) Other time (%) = 0.000110865 (0.643554) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:00 2021 Memory usage per processor = 27.5338 Mbytes Step Atoms AVEKE stressZZ 12458 5000 2.9989645e-11 3898717 12459 -0.0102049999999944 3898652.93182109 12459 5000 2.9987442e-11 3898652.9 Loop time of 0.016398 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:00 2021 Pair time (%) = 0.000976086 (5.95248) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.19483) Outpt time (%) = 0.0152969 (93.2856) Other time (%) = 9.29832e-05 (0.567042) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:00 2021 Memory usage per processor = 27.5338 Mbytes Step Atoms AVEKE stressZZ 12459 5000 2.9987442e-11 3898637.7 12460 -0.0102049999999944 3898573.61590814 12460 5000 2.9985239e-11 3898573.6 Loop time of 0.018383 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:01 2021 Pair time (%) = 0.000975132 (5.30452) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.168603) Outpt time (%) = 0.0172939 (94.0755) Other time (%) = 8.29697e-05 (0.451338) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:01 2021 Memory usage per processor = 27.5338 Mbytes Step Atoms AVEKE stressZZ 12460 5000 2.9985239e-11 3898558.4 12461 -0.0102049999999944 3898494.30401829 12461 5000 2.9983036e-11 3898494.3 Loop time of 0.016382 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:01 2021 Pair time (%) = 0.000999928 (6.10383) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.19502) Outpt time (%) = 0.0152669 (93.1932) Other time (%) = 8.32081e-05 (0.507924) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:01 2021 Memory usage per processor = 27.5338 Mbytes Step Atoms AVEKE stressZZ 12461 5000 2.9983036e-11 3898479.1 12462 -0.0102049999999944 3898414.99615047 12462 5000 2.9980833e-11 3898415 Loop time of 0.016288 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:01 2021 Pair time (%) = 0.000976086 (5.99265) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.196144) Outpt time (%) = 0.015193 (93.2769) Other time (%) = 8.70228e-05 (0.534274) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:01 2021 Memory usage per processor = 27.5338 Mbytes Step Atoms AVEKE stressZZ 12462 5000 2.9980833e-11 3898399.8 12463 -0.0102049999999944 3898335.69230368 12463 5000 2.997863e-11 3898335.7 Loop time of 0.017102 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:01 2021 Pair time (%) = 0.00142908 (8.35622) Neigh time (%) = 0 (0) Comm time (%) = 4.3869e-05 (0.256514) Outpt time (%) = 0.0154631 (90.417) Other time (%) = 0.000165939 (0.970292) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:23:01 2021 Memory usage per processor = 27.5338 Mbytes Step Atoms AVEKE stressZZ 12463 5000 2.997863e-11 3898320.5 12464 -0.0102049999999944 3898243.51376478 12464 5000 5.9216094e-11 3898371.5 Loop time of 0.0169079 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:01 2021 Pair time (%) = 0.00101113 (5.98023) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188953) Outpt time (%) = 0.0157468 (93.1328) Other time (%) = 0.000118017 (0.697999) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:01 2021 Memory usage per processor = 27.5338 Mbytes Step Atoms AVEKE stressZZ 12464 5000 5.9216094e-11 3946984.4 12465 -0.0102374999999944 3946899.41834019 12465 5000 4.7719213e-11 3946899.4 Loop time of 0.017144 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:01 2021 Pair time (%) = 0.000976086 (5.69347) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186352) Outpt time (%) = 0.0160129 (93.4026) Other time (%) = 0.000123024 (0.717594) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:01 2021 Memory usage per processor = 27.5338 Mbytes Step Atoms AVEKE stressZZ 12465 5000 4.7719213e-11 3946878.9 12466 -0.0102374999999944 3946801.23693095 12466 5000 4.1056188e-11 3946801.2 Loop time of 0.0164182 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:01 2021 Pair time (%) = 0.00100708 (6.13392) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.207659) Outpt time (%) = 0.0152721 (93.0195) Other time (%) = 0.000104904 (0.63895) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:01 2021 Memory usage per processor = 27.5338 Mbytes Step Atoms AVEKE stressZZ 12466 5000 4.1056188e-11 3946782.6 12467 -0.0102374999999944 3946709.50728237 12467 5000 3.7081145e-11 3946709.5 Loop time of 0.0170729 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:01 2021 Pair time (%) = 0.00109005 (6.38467) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205281) Outpt time (%) = 0.0158079 (92.5903) Other time (%) = 0.000139952 (0.819729) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:01 2021 Memory usage per processor = 27.5338 Mbytes Step Atoms AVEKE stressZZ 12467 5000 3.7081145e-11 3946692 12468 -0.0102374999999944 3946621.87927919 12468 5000 3.4659248e-11 3946621.9 Loop time of 0.0168719 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:01 2021 Pair time (%) = 0.000979185 (5.80363) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.183704) Outpt time (%) = 0.015769 (93.463) Other time (%) = 9.27448e-05 (0.549699) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:01 2021 Memory usage per processor = 27.5338 Mbytes Step Atoms AVEKE stressZZ 12468 5000 3.4659248e-11 3946605.1 12469 -0.0102374999999944 3946536.85940196 12469 5000 3.3161746e-11 3946536.9 Loop time of 0.016479 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:01 2021 Pair time (%) = 0.00106692 (6.47444) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193871) Outpt time (%) = 0.0152709 (92.6691) Other time (%) = 0.000109196 (0.662635) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:01 2021 Memory usage per processor = 27.5338 Mbytes Step Atoms AVEKE stressZZ 12469 5000 3.3161746e-11 3946520.6 12470 -0.0102374999999944 3946453.49850376 12470 5000 3.22264e-11 3946453.5 Loop time of 0.0191469 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:01 2021 Pair time (%) = 0.00120497 (6.29327) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.188026) Outpt time (%) = 0.0177848 (92.8861) Other time (%) = 0.000121117 (0.632565) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:01 2021 Memory usage per processor = 27.5339 Mbytes Step Atoms AVEKE stressZZ 12470 5000 3.22264e-11 3946437.5 12471 -0.0102374999999944 3946371.19339134 12471 5000 3.1638088e-11 3946371.2 Loop time of 0.0172951 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:01 2021 Pair time (%) = 0.000981092 (5.67265) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179209) Outpt time (%) = 0.0161881 (93.5995) Other time (%) = 9.48906e-05 (0.548655) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:01 2021 Memory usage per processor = 27.5339 Mbytes Step Atoms AVEKE stressZZ 12471 5000 3.1638088e-11 3946355.4 12472 -0.0102374999999944 3946289.5607285 12472 5000 3.1266189e-11 3946289.6 Loop time of 0.016983 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:01 2021 Pair time (%) = 0.000976086 (5.74742) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.182502) Outpt time (%) = 0.015882 (93.517) Other time (%) = 9.39369e-05 (0.553122) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:01 2021 Memory usage per processor = 27.5339 Mbytes Step Atoms AVEKE stressZZ 12472 5000 3.1266189e-11 3946273.9 12473 -0.0102374999999944 3946208.35690044 12473 5000 3.1030155e-11 3946208.4 Loop time of 0.0166011 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:01 2021 Pair time (%) = 0.00102615 (6.18124) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.19819) Outpt time (%) = 0.0154431 (93.0246) Other time (%) = 9.89437e-05 (0.596007) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:01 2021 Memory usage per processor = 27.5339 Mbytes Step Atoms AVEKE stressZZ 12473 5000 3.1030155e-11 3946192.8 12474 -0.0102374999999944 3946127.42708696 12474 5000 3.0879788e-11 3946127.4 Loop time of 0.0171189 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:01 2021 Pair time (%) = 0.00111604 (6.51932) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.199159) Outpt time (%) = 0.0158591 (92.6409) Other time (%) = 0.000109673 (0.640651) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:01 2021 Memory usage per processor = 27.5339 Mbytes Step Atoms AVEKE stressZZ 12474 5000 3.0879788e-11 3946111.9 12475 -0.0102374999999944 3946046.67289783 12475 5000 3.0783592e-11 3946046.7 Loop time of 0.017514 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:01 2021 Pair time (%) = 0.000985861 (5.62899) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.176969) Outpt time (%) = 0.0164061 (93.674) Other time (%) = 9.10759e-05 (0.520018) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:01 2021 Memory usage per processor = 27.5339 Mbytes Step Atoms AVEKE stressZZ 12475 5000 3.0783592e-11 3946031.2 12476 -0.0102374999999944 3945966.03180473 12476 5000 3.0721712e-11 3945966 Loop time of 0.0172598 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:01 2021 Pair time (%) = 0.000980139 (5.67873) Neigh time (%) = 0 (0) Comm time (%) = 5.91278e-05 (0.342575) Outpt time (%) = 0.016125 (93.4248) Other time (%) = 9.56059e-05 (0.553921) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:01 2021 Memory usage per processor = 27.5339 Mbytes Step Atoms AVEKE stressZZ 12476 5000 3.0721712e-11 3945950.5 12477 -0.0102374999999944 3945885.46407005 12477 5000 3.0681594e-11 3945885.5 Loop time of 0.01671 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:01 2021 Pair time (%) = 0.00108695 (6.50477) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.204032) Outpt time (%) = 0.015485 (92.6691) Other time (%) = 0.000103951 (0.622084) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:01 2021 Memory usage per processor = 27.5339 Mbytes Step Atoms AVEKE stressZZ 12477 5000 3.0681594e-11 3945870 12478 -0.0102374999999944 3945804.94443987 12478 5000 3.065529e-11 3945804.9 Loop time of 0.0173068 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:01 2021 Pair time (%) = 0.00110507 (6.38518) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184598) Outpt time (%) = 0.0160768 (92.893) Other time (%) = 9.29832e-05 (0.537264) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:01 2021 Memory usage per processor = 27.5339 Mbytes Step Atoms AVEKE stressZZ 12478 5000 3.065529e-11 3945789.5 12479 -0.0102374999999944 3945724.45686491 12479 5000 3.0637756e-11 3945724.5 Loop time of 0.0172181 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:01 2021 Pair time (%) = 0.000973225 (5.65233) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180011) Outpt time (%) = 0.0160899 (93.4476) Other time (%) = 0.000123978 (0.720042) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:01 2021 Memory usage per processor = 27.5339 Mbytes Step Atoms AVEKE stressZZ 12479 5000 3.0637756e-11 3945709 12480 -0.0102374999999944 3945643.99114544 12480 5000 3.0625793e-11 3945644 Loop time of 0.018805 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:01 2021 Pair time (%) = 0.00101304 (5.38707) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.171159) Outpt time (%) = 0.017668 (93.9536) Other time (%) = 9.17912e-05 (0.48812) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:01 2021 Memory usage per processor = 27.5339 Mbytes Step Atoms AVEKE stressZZ 12480 5000 3.0625793e-11 3945628.5 12481 -0.0102374999999944 3945563.54079934 12481 5000 3.0617369e-11 3945563.5 Loop time of 0.0167751 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:01 2021 Pair time (%) = 0.00107789 (6.42553) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.225981) Outpt time (%) = 0.0155342 (92.6023) Other time (%) = 0.00012517 (0.746163) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:01 2021 Memory usage per processor = 27.5339 Mbytes Step Atoms AVEKE stressZZ 12481 5000 3.0617369e-11 3945548.1 12482 -0.0102374999999944 3945483.10170693 12482 5000 3.0611194e-11 3945483.1 Loop time of 0.0174589 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:01 2021 Pair time (%) = 0.00122309 (7.00552) Neigh time (%) = 0 (0) Comm time (%) = 8.98838e-05 (0.51483) Outpt time (%) = 0.016032 (91.8269) Other time (%) = 0.000113964 (0.652756) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:01 2021 Memory usage per processor = 27.5339 Mbytes Step Atoms AVEKE stressZZ 12482 5000 3.0611194e-11 3945467.6 12483 -0.0102374999999944 3945402.67124994 12483 5000 3.0606448e-11 3945402.7 Loop time of 0.017184 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:01 2021 Pair time (%) = 0.000977039 (5.68574) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.187305) Outpt time (%) = 0.0160661 (93.4943) Other time (%) = 0.000108719 (0.632674) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:01 2021 Memory usage per processor = 27.5339 Mbytes Step Atoms AVEKE stressZZ 12483 5000 3.0606448e-11 3945387.2 12484 -0.0102374999999944 3945322.24776438 12484 5000 3.0602611e-11 3945322.2 Loop time of 0.01648 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:01 2021 Pair time (%) = 0.000977039 (5.92865) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.195307) Outpt time (%) = 0.0153701 (93.2655) Other time (%) = 0.000100613 (0.610515) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:01 2021 Memory usage per processor = 27.5339 Mbytes Step Atoms AVEKE stressZZ 12484 5000 3.0602611e-11 3945306.8 12485 -0.0102374999999944 3945241.8301925 12485 5000 3.059935e-11 3945241.8 Loop time of 0.017154 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:01 2021 Pair time (%) = 0.00107622 (6.27389) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.202922) Outpt time (%) = 0.0159199 (92.806) Other time (%) = 0.000123024 (0.717175) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:01 2021 Memory usage per processor = 27.5339 Mbytes Step Atoms AVEKE stressZZ 12485 5000 3.059935e-11 3945226.4 12486 -0.0102374999999944 3945161.41786196 12486 5000 3.0596457e-11 3945161.4 Loop time of 0.0171099 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:01 2021 Pair time (%) = 0.00102782 (6.00719) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181149) Outpt time (%) = 0.0159559 (93.2557) Other time (%) = 9.5129e-05 (0.555989) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:01 2021 Memory usage per processor = 27.5339 Mbytes Step Atoms AVEKE stressZZ 12486 5000 3.0596457e-11 3945146 12487 -0.0102374999999944 3945081.01034542 12487 5000 3.0593796e-11 3945081 Loop time of 0.0165391 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:01 2021 Pair time (%) = 0.000977039 (5.90745) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.187401) Outpt time (%) = 0.0154381 (93.3429) Other time (%) = 9.29832e-05 (0.562203) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:01 2021 Memory usage per processor = 27.5339 Mbytes Step Atoms AVEKE stressZZ 12487 5000 3.0593796e-11 3945065.5 12488 -0.0102374999999944 3945000.60737103 12488 5000 3.0591284e-11 3945000.6 Loop time of 0.0168769 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:01 2021 Pair time (%) = 0.00120282 (7.12701) Neigh time (%) = 0 (0) Comm time (%) = 6.38962e-05 (0.378601) Outpt time (%) = 0.01544 (91.4857) Other time (%) = 0.000170231 (1.00866) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:01 2021 Memory usage per processor = 27.5339 Mbytes Step Atoms AVEKE stressZZ 12488 5000 3.0591284e-11 3944985.1 12489 -0.0102374999999944 3944920.20876595 12489 5000 3.0588866e-11 3944920.2 Loop time of 0.017082 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:01 2021 Pair time (%) = 0.00110602 (6.4748) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187028) Outpt time (%) = 0.0158479 (92.7757) Other time (%) = 9.60827e-05 (0.56248) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:01 2021 Memory usage per processor = 27.5339 Mbytes Step Atoms AVEKE stressZZ 12489 5000 3.0588866e-11 3944904.7 12490 -0.0102374999999944 3944839.81442014 12490 5000 3.0586509e-11 3944839.8 Loop time of 0.01898 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:01 2021 Pair time (%) = 0.000976801 (5.14647) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.168325) Outpt time (%) = 0.0178781 (94.1941) Other time (%) = 9.32217e-05 (0.491157) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:01 2021 Memory usage per processor = 27.5339 Mbytes Step Atoms AVEKE stressZZ 12490 5000 3.0586509e-11 3944824.4 12491 -0.0102374999999944 3944759.42426355 12491 5000 3.0584189e-11 3944759.4 Loop time of 0.016706 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:01 2021 Pair time (%) = 0.00103307 (6.18382) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191237) Outpt time (%) = 0.015517 (92.8828) Other time (%) = 0.000123978 (0.742115) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:01 2021 Memory usage per processor = 27.5339 Mbytes Step Atoms AVEKE stressZZ 12491 5000 3.0584189e-11 3944744 12492 -0.0102374999999944 3944679.03825151 12492 5000 3.0581894e-11 3944679 Loop time of 0.016911 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:01 2021 Pair time (%) = 0.00119686 (7.0774) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.218525) Outpt time (%) = 0.0155439 (91.916) Other time (%) = 0.000133276 (0.788101) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:01 2021 Memory usage per processor = 27.5339 Mbytes Step Atoms AVEKE stressZZ 12492 5000 3.0581894e-11 3944663.6 12493 -0.0102374999999944 3944598.6563555 12493 5000 3.0579615e-11 3944598.7 Loop time of 0.016762 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:01 2021 Pair time (%) = 0.000977993 (5.83458) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190598) Outpt time (%) = 0.01566 (93.4258) Other time (%) = 9.20296e-05 (0.549036) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:01 2021 Memory usage per processor = 27.5339 Mbytes Step Atoms AVEKE stressZZ 12493 5000 3.0579615e-11 3944583.2 12494 -0.0102374999999944 3944518.27855714 12494 5000 3.0577345e-11 3944518.3 Loop time of 0.016937 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:01 2021 Pair time (%) = 0.00101781 (6.00938) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.190036) Outpt time (%) = 0.015769 (93.1038) Other time (%) = 0.000118017 (0.6968) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:01 2021 Memory usage per processor = 27.5339 Mbytes Step Atoms AVEKE stressZZ 12494 5000 3.0577345e-11 3944502.8 12495 -0.0102374999999944 3944437.90484477 12495 5000 3.0575082e-11 3944437.9 Loop time of 0.016516 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:01 2021 Pair time (%) = 0.000982046 (5.94604) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.20643) Outpt time (%) = 0.0153379 (92.8674) Other time (%) = 0.000161886 (0.98018) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:01 2021 Memory usage per processor = 27.5339 Mbytes Step Atoms AVEKE stressZZ 12495 5000 3.0575082e-11 3944422.4 12496 -0.0102374999999944 3944357.53521072 12496 5000 3.0572823e-11 3944357.5 Loop time of 0.0170429 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:01 2021 Pair time (%) = 0.00102687 (6.02521) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.193053) Outpt time (%) = 0.0158789 (93.1704) Other time (%) = 0.000104189 (0.611334) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:01 2021 Memory usage per processor = 27.5339 Mbytes Step Atoms AVEKE stressZZ 12496 5000 3.0572823e-11 3944342.1 12497 -0.0102374999999944 3944277.16964998 12497 5000 3.0570567e-11 3944277.2 Loop time of 0.0171208 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:01 2021 Pair time (%) = 0.001019 (5.95182) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181033) Outpt time (%) = 0.015976 (93.3129) Other time (%) = 9.48906e-05 (0.55424) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:01 2021 Memory usage per processor = 27.5339 Mbytes Step Atoms AVEKE stressZZ 12497 5000 3.0570567e-11 3944261.7 12498 -0.0102374999999944 3944196.80815917 12498 5000 3.0568313e-11 3944196.8 Loop time of 0.0165269 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:01 2021 Pair time (%) = 0.000977039 (5.9118) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193309) Outpt time (%) = 0.015425 (93.3323) Other time (%) = 9.29832e-05 (0.562616) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:01 2021 Memory usage per processor = 27.5339 Mbytes Step Atoms AVEKE stressZZ 12498 5000 3.0568313e-11 3944181.3 12499 -0.0102374999999944 3944116.45073618 12499 5000 3.056606e-11 3944116.5 Loop time of 0.017056 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:01 2021 Pair time (%) = 0.00117803 (6.90682) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.216668) Outpt time (%) = 0.015713 (92.1259) Other time (%) = 0.000128031 (0.75065) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:01 2021 Memory usage per processor = 27.5339 Mbytes Step Atoms AVEKE stressZZ 12499 5000 3.056606e-11 3944101 12500 -0.0102374999999944 3944036.09737927 12500 5000 3.0563808e-11 3944036.1 Loop time of 0.0194829 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:01 2021 Pair time (%) = 0.000979185 (5.02588) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.163981) Outpt time (%) = 0.018379 (94.3341) Other time (%) = 9.27448e-05 (0.476033) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:01 2021 Memory usage per processor = 27.5339 Mbytes Step Atoms AVEKE stressZZ 12500 5000 3.0563808e-11 3944020.6 12501 -0.0102374999999944 3943955.74808731 12501 5000 3.0561556e-11 3943955.7 Loop time of 0.0172441 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:01 2021 Pair time (%) = 0.00106812 (6.19409) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197713) Outpt time (%) = 0.0159969 (92.7676) Other time (%) = 0.000144958 (0.840627) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:01 2021 Memory usage per processor = 27.5339 Mbytes Step Atoms AVEKE stressZZ 12501 5000 3.0561556e-11 3943940.3 12502 -0.0102374999999944 3943875.40285944 12502 5000 3.0559305e-11 3943875.4 Loop time of 0.016505 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:01 2021 Pair time (%) = 0.000977993 (5.92543) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193566) Outpt time (%) = 0.015408 (93.3537) Other time (%) = 8.70228e-05 (0.527251) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:01 2021 Memory usage per processor = 27.5339 Mbytes Step Atoms AVEKE stressZZ 12502 5000 3.0559305e-11 3943859.9 12503 -0.0102374999999944 3943795.06169498 12503 5000 3.0557055e-11 3943795.1 Loop time of 0.0167408 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:02 2021 Pair time (%) = 0.00117087 (6.99413) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.215051) Outpt time (%) = 0.015409 (92.0445) Other time (%) = 0.000124931 (0.746269) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:02 2021 Memory usage per processor = 27.5339 Mbytes Step Atoms AVEKE stressZZ 12503 5000 3.0557055e-11 3943779.6 12504 -0.0102374999999944 3943714.72459334 12504 5000 3.0554805e-11 3943714.7 Loop time of 0.0165119 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:02 2021 Pair time (%) = 0.000979185 (5.93017) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.187709) Outpt time (%) = 0.0154109 (93.332) Other time (%) = 9.08375e-05 (0.550133) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:02 2021 Memory usage per processor = 27.5339 Mbytes Step Atoms AVEKE stressZZ 12504 5000 3.0554805e-11 3943699.3 12505 -0.0102374999999944 3943634.39155393 12505 5000 3.0552555e-11 3943634.4 Loop time of 0.016403 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:02 2021 Pair time (%) = 0.00101495 (6.18759) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.213666) Outpt time (%) = 0.0152621 (93.045) Other time (%) = 9.08375e-05 (0.553787) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:02 2021 Memory usage per processor = 27.5339 Mbytes Step Atoms AVEKE stressZZ 12505 5000 3.0552555e-11 3943618.9 12506 -0.0102374999999944 3943554.06257631 12506 5000 3.0550305e-11 3943554.1 Loop time of 0.0164671 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:02 2021 Pair time (%) = 0.000978947 (5.94487) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194012) Outpt time (%) = 0.015368 (93.3254) Other time (%) = 8.82149e-05 (0.535704) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:02 2021 Memory usage per processor = 27.5339 Mbytes Step Atoms AVEKE stressZZ 12506 5000 3.0550305e-11 3943538.6 12507 -0.0102374999999944 3943473.73765999 12507 5000 3.0548056e-11 3943473.7 Loop time of 0.016638 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:02 2021 Pair time (%) = 0.00104809 (6.29935) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.186286) Outpt time (%) = 0.01547 (92.9799) Other time (%) = 8.89301e-05 (0.534499) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:02 2021 Memory usage per processor = 27.5339 Mbytes Step Atoms AVEKE stressZZ 12507 5000 3.0548056e-11 3943458.3 12508 -0.0102374999999944 3943393.41680456 12508 5000 3.0545807e-11 3943393.4 Loop time of 0.0174279 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:02 2021 Pair time (%) = 0.00113797 (6.52959) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.206572) Outpt time (%) = 0.0161221 (92.5073) Other time (%) = 0.000131845 (0.756519) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:02 2021 Memory usage per processor = 27.5339 Mbytes Step Atoms AVEKE stressZZ 12508 5000 3.0545807e-11 3943378 12509 -0.0102374999999944 3943313.1000096 12509 5000 3.0543558e-11 3943313.1 Loop time of 0.0175731 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:02 2021 Pair time (%) = 0.00100708 (5.7308) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.181801) Outpt time (%) = 0.0163808 (93.215) Other time (%) = 0.000153303 (0.872373) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:02 2021 Memory usage per processor = 27.5339 Mbytes Step Atoms AVEKE stressZZ 12509 5000 3.0543558e-11 3943297.6 12510 -0.0102374999999944 3943232.78727468 12510 5000 3.0541309e-11 3943232.8 Loop time of 0.019233 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:02 2021 Pair time (%) = 0.000977039 (5.08002) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.167351) Outpt time (%) = 0.0181019 (94.1192) Other time (%) = 0.000121832 (0.633453) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:02 2021 Memory usage per processor = 27.5339 Mbytes Step Atoms AVEKE stressZZ 12510 5000 3.0541309e-11 3943217.3 12511 -0.0102374999999944 3943152.47859936 12511 5000 3.0539061e-11 3943152.5 Loop time of 0.0165679 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:02 2021 Pair time (%) = 0.000974894 (5.88422) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.187075) Outpt time (%) = 0.01544 (93.1919) Other time (%) = 0.00012207 (0.736786) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:02 2021 Memory usage per processor = 27.5339 Mbytes Step Atoms AVEKE stressZZ 12511 5000 3.0539061e-11 3943137 12512 -0.0102374999999944 3943072.17398319 12512 5000 3.0536813e-11 3943072.2 Loop time of 0.0173948 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:02 2021 Pair time (%) = 0.00132298 (7.60564) Neigh time (%) = 0 (0) Comm time (%) = 5.19753e-05 (0.298798) Outpt time (%) = 0.0158429 (91.0786) Other time (%) = 0.000176907 (1.01701) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:02 2021 Memory usage per processor = 27.5339 Mbytes Step Atoms AVEKE stressZZ 12512 5000 3.0536813e-11 3943056.7 12513 -0.0102374999999944 3942991.87342589 12513 5000 3.0534565e-11 3942991.9 Loop time of 0.017252 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:02 2021 Pair time (%) = 0.0010581 (6.13322) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192095) Outpt time (%) = 0.0160549 (93.0611) Other time (%) = 0.000105858 (0.613599) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:02 2021 Memory usage per processor = 27.5339 Mbytes Step Atoms AVEKE stressZZ 12513 5000 3.0534565e-11 3942976.4 12514 -0.0102374999999944 3942911.57692694 12514 5000 3.0532317e-11 3942911.6 Loop time of 0.0166941 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:02 2021 Pair time (%) = 0.0010159 (6.0854) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191374) Outpt time (%) = 0.015554 (93.1705) Other time (%) = 9.2268e-05 (0.552699) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:02 2021 Memory usage per processor = 27.5339 Mbytes Step Atoms AVEKE stressZZ 12514 5000 3.0532317e-11 3942896.1 12515 -0.0102374999999944 3942831.28448602 12515 5000 3.053007e-11 3942831.3 Loop time of 0.0165701 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:02 2021 Pair time (%) = 0.00102997 (6.21583) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.204317) Outpt time (%) = 0.0153441 (92.6014) Other time (%) = 0.000162125 (0.978417) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:02 2021 Memory usage per processor = 27.5339 Mbytes Step Atoms AVEKE stressZZ 12515 5000 3.053007e-11 3942815.8 12516 -0.0102374999999944 3942750.9961027 12516 5000 3.0527823e-11 3942751 Loop time of 0.017199 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:02 2021 Pair time (%) = 0.0010891 (6.33231) Neigh time (%) = 0 (0) Comm time (%) = 5.50747e-05 (0.32022) Outpt time (%) = 0.0158999 (92.4464) Other time (%) = 0.000154972 (0.901051) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:02 2021 Memory usage per processor = 27.5339 Mbytes Step Atoms AVEKE stressZZ 12516 5000 3.0527823e-11 3942735.5 12517 -0.0102374999999944 3942670.71177651 12517 5000 3.0525576e-11 3942670.7 Loop time of 0.017436 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:02 2021 Pair time (%) = 0.00101399 (5.81551) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18323) Outpt time (%) = 0.0162981 (93.4734) Other time (%) = 9.20296e-05 (0.527813) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:02 2021 Memory usage per processor = 27.5339 Mbytes Step Atoms AVEKE stressZZ 12517 5000 3.0525576e-11 3942655.3 12518 -0.0102374999999944 3942590.43150725 12518 5000 3.0523329e-11 3942590.4 Loop time of 0.0163829 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:02 2021 Pair time (%) = 0.000974894 (5.95067) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.196464) Outpt time (%) = 0.0152829 (93.2853) Other time (%) = 9.29832e-05 (0.567562) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:02 2021 Memory usage per processor = 27.5339 Mbytes Step Atoms AVEKE stressZZ 12518 5000 3.0523329e-11 3942575 12519 -0.0102374999999944 3942510.15536279 12519 5000 3.0521083e-11 3942510.2 Loop time of 0.0172942 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:02 2021 Pair time (%) = 0.00128198 (7.41277) Neigh time (%) = 0 (0) Comm time (%) = 4.22001e-05 (0.244013) Outpt time (%) = 0.015795 (91.3313) Other time (%) = 0.000174999 (1.0119) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:02 2021 Memory usage per processor = 27.5339 Mbytes Step Atoms AVEKE stressZZ 12519 5000 3.0521083e-11 3942494.7 12520 -0.0102374999999944 3942429.88337692 12520 5000 3.0518837e-11 3942429.9 Loop time of 0.019253 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:02 2021 Pair time (%) = 0.0009799 (5.08959) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.160985) Outpt time (%) = 0.018153 (94.2863) Other time (%) = 8.91685e-05 (0.463141) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:02 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12520 5000 3.0518837e-11 3942414.4 12521 -0.0102374999999944 3942349.61553222 12521 5000 3.0516591e-11 3942349.6 Loop time of 0.016886 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:02 2021 Pair time (%) = 0.000977039 (5.78609) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.189199) Outpt time (%) = 0.0157521 (93.2849) Other time (%) = 0.000124931 (0.739852) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:02 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12521 5000 3.0516591e-11 3942334.2 12522 -0.0102374999999944 3942269.35180337 12522 5000 3.0514345e-11 3942269.4 Loop time of 0.0164728 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:02 2021 Pair time (%) = 0.000981092 (5.95583) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.201181) Outpt time (%) = 0.0153608 (93.2496) Other time (%) = 9.77516e-05 (0.593412) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:02 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12522 5000 3.0514345e-11 3942253.9 12523 -0.0102374999999944 3942189.09217949 12523 5000 3.05121e-11 3942189.1 Loop time of 0.0175118 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:02 2021 Pair time (%) = 0.00133395 (7.61743) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.200136) Outpt time (%) = 0.0159531 (91.0987) Other time (%) = 0.000189781 (1.08373) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:02 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12523 5000 3.05121e-11 3942173.6 12524 -0.0102374999999944 3942108.83665386 12524 5000 3.0509855e-11 3942108.8 Loop time of 0.0172861 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:02 2021 Pair time (%) = 0.000977993 (5.6577) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18482) Outpt time (%) = 0.0161831 (93.6196) Other time (%) = 9.29832e-05 (0.537909) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:02 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12524 5000 3.0509855e-11 3942093.4 12525 -0.0102374999999944 3942028.58522181 12525 5000 3.050761e-11 3942028.6 Loop time of 0.0172329 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:02 2021 Pair time (%) = 0.000977993 (5.67515) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179856) Outpt time (%) = 0.0161309 (93.6054) Other time (%) = 9.29832e-05 (0.539568) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:02 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12525 5000 3.050761e-11 3942013.1 12526 -0.0102374999999944 3941948.33787962 12526 5000 3.0505365e-11 3941948.3 Loop time of 0.0166371 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:02 2021 Pair time (%) = 0.00100899 (6.06469) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.197762) Outpt time (%) = 0.0154481 (92.8534) Other time (%) = 0.000147104 (0.884195) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:02 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12526 5000 3.0505365e-11 3941932.9 12527 -0.0102374999999944 3941868.09462437 12527 5000 3.0503121e-11 3941868.1 Loop time of 0.0168979 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:02 2021 Pair time (%) = 0.00103807 (6.14321) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.194709) Outpt time (%) = 0.015728 (93.0765) Other time (%) = 9.89437e-05 (0.585538) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:02 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12527 5000 3.0503121e-11 3941852.6 12528 -0.0102374999999944 3941787.85545362 12528 5000 3.0500876e-11 3941787.9 Loop time of 0.0173218 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:02 2021 Pair time (%) = 0.000976086 (5.635) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184438) Outpt time (%) = 0.0162199 (93.6383) Other time (%) = 9.39369e-05 (0.542304) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:02 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12528 5000 3.0500876e-11 3941772.4 12529 -0.0102374999999944 3941707.6203652 12529 5000 3.0498632e-11 3941707.6 Loop time of 0.0163832 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:02 2021 Pair time (%) = 0.000985146 (6.01316) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.195006) Outpt time (%) = 0.0152731 (93.2243) Other time (%) = 9.29832e-05 (0.567553) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:02 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12529 5000 3.0498632e-11 3941692.2 12530 -0.0102374999999944 3941627.38935723 12530 5000 3.0496389e-11 3941627.4 Loop time of 0.01947 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:02 2021 Pair time (%) = 0.00128293 (6.58928) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.184906) Outpt time (%) = 0.018002 (92.4605) Other time (%) = 0.000149012 (0.76534) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:02 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12530 5000 3.0496389e-11 3941611.9 12531 -0.0102374999999944 3941547.16241799 12531 5000 3.0494145e-11 3941547.2 Loop time of 0.0171471 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:02 2021 Pair time (%) = 0.00107813 (6.28754) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180756) Outpt time (%) = 0.015945 (92.9894) Other time (%) = 9.29832e-05 (0.542269) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:02 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12531 5000 3.0494145e-11 3941531.7 12532 -0.0102374999999944 3941466.93954251 12532 5000 3.0491902e-11 3941466.9 Loop time of 0.017457 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:02 2021 Pair time (%) = 0.00104284 (5.97378) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.184376) Outpt time (%) = 0.016288 (93.3037) Other time (%) = 9.39369e-05 (0.538104) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:02 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12532 5000 3.0491902e-11 3941451.5 12533 -0.0102374999999944 3941386.72074129 12533 5000 3.0489659e-11 3941386.7 Loop time of 0.0165021 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:02 2021 Pair time (%) = 0.000977039 (5.92068) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.195044) Outpt time (%) = 0.0154021 (93.3338) Other time (%) = 9.08375e-05 (0.550459) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:02 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12533 5000 3.0489659e-11 3941371.3 12534 -0.0102374999999944 3941306.50601306 12534 5000 3.0487416e-11 3941306.5 Loop time of 0.0170929 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:02 2021 Pair time (%) = 0.00120997 (7.07879) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.21062) Outpt time (%) = 0.0157268 (92.0076) Other time (%) = 0.000120163 (0.702998) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:02 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12534 5000 3.0487416e-11 3941291.1 12535 -0.0102374999999944 3941226.29535684 12535 5000 3.0485174e-11 3941226.3 Loop time of 0.017272 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:02 2021 Pair time (%) = 0.000977039 (5.65678) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18497) Outpt time (%) = 0.016176 (93.6544) Other time (%) = 8.70228e-05 (0.503837) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:02 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12535 5000 3.0485174e-11 3941210.8 12536 -0.0102374999999944 3941146.08877144 12536 5000 3.0482931e-11 3941146.1 Loop time of 0.0169902 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:02 2021 Pair time (%) = 0.00101995 (6.0032) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188039) Outpt time (%) = 0.0158439 (93.2531) Other time (%) = 9.44138e-05 (0.555696) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:02 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12536 5000 3.0482931e-11 3941130.6 12537 -0.0102374999999944 3941065.88625593 12537 5000 3.0480689e-11 3941065.9 Loop time of 0.016814 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:02 2021 Pair time (%) = 0.00102592 (6.10156) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.202771) Outpt time (%) = 0.0156491 (93.0718) Other time (%) = 0.000104904 (0.62391) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:02 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12537 5000 3.0480689e-11 3941050.4 12538 -0.0102374999999944 3940985.68780923 12538 5000 3.0478448e-11 3940985.7 Loop time of 0.017082 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:02 2021 Pair time (%) = 0.00104189 (6.09935) Neigh time (%) = 0 (0) Comm time (%) = 5.38826e-05 (0.315435) Outpt time (%) = 0.015883 (92.9809) Other time (%) = 0.000103235 (0.604352) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:02 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12538 5000 3.0478448e-11 3940970.2 12539 -0.0102374999999944 3940905.49343061 12539 5000 3.0476206e-11 3940905.5 Loop time of 0.0171359 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:02 2021 Pair time (%) = 0.000997066 (5.8186) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198962) Outpt time (%) = 0.0160079 (93.4176) Other time (%) = 9.67979e-05 (0.564885) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:02 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12539 5000 3.0476206e-11 3940890 12540 -0.0102374999999944 3940825.30311421 12540 5000 3.0473965e-11 3940825.3 Loop time of 0.0188069 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:02 2021 Pair time (%) = 0.00101686 (5.40681) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.169874) Outpt time (%) = 0.017664 (93.9226) Other time (%) = 9.41753e-05 (0.500748) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:02 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12540 5000 3.0473965e-11 3940809.9 12541 -0.0102374999999944 3940745.11684864 12541 5000 3.0471724e-11 3940745.1 Loop time of 0.0165691 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:02 2021 Pair time (%) = 0.00103903 (6.27086) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.210084) Outpt time (%) = 0.015383 (92.8413) Other time (%) = 0.000112295 (0.677737) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:02 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12541 5000 3.0471724e-11 3940729.7 12542 -0.0102374999999944 3940664.93464766 12542 5000 3.0469483e-11 3940664.9 Loop time of 0.0174701 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:02 2021 Pair time (%) = 0.00114179 (6.53565) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182873) Outpt time (%) = 0.016201 (92.7356) Other time (%) = 9.53674e-05 (0.545889) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:02 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12542 5000 3.0469483e-11 3940649.5 12543 -0.0102374999999944 3940584.75651044 12543 5000 3.0467242e-11 3940584.8 Loop time of 0.017139 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:02 2021 Pair time (%) = 0.000977993 (5.70626) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186406) Outpt time (%) = 0.016037 (93.5704) Other time (%) = 9.20296e-05 (0.536961) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:02 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12543 5000 3.0467242e-11 3940569.3 12544 -0.0102374999999944 3940504.58243634 12544 5000 3.0465002e-11 3940504.6 Loop time of 0.0165601 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:02 2021 Pair time (%) = 0.00100589 (6.07417) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.277866) Outpt time (%) = 0.0153971 (92.9771) Other time (%) = 0.000111103 (0.670909) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:02 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12544 5000 3.0465002e-11 3940489.1 12545 -0.0102374999999944 3940424.41242461 12545 5000 3.0462762e-11 3940424.4 Loop time of 0.0170412 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:02 2021 Pair time (%) = 0.00124097 (7.28216) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.235044) Outpt time (%) = 0.0156109 (91.607) Other time (%) = 0.00014925 (0.875818) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:02 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12545 5000 3.0462762e-11 3940409 12546 -0.0102374999999944 3940344.24647454 12546 5000 3.0460522e-11 3940344.2 Loop time of 0.0173399 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:02 2021 Pair time (%) = 0.000974894 (5.62224) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.19112) Outpt time (%) = 0.0162361 (93.6339) Other time (%) = 9.58443e-05 (0.552737) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:02 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12546 5000 3.0460522e-11 3940328.8 12547 -0.0102374999999944 3940264.08457434 12547 5000 3.0458282e-11 3940264.1 Loop time of 0.016964 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:03 2021 Pair time (%) = 0.000977039 (5.7595) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188329) Outpt time (%) = 0.015862 (93.504) Other time (%) = 9.29832e-05 (0.548122) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:03 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12547 5000 3.0458282e-11 3940248.6 12548 -0.0102374999999944 3940183.92673345 12548 5000 3.0456043e-11 3940183.9 Loop time of 0.016526 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:03 2021 Pair time (%) = 0.000982046 (5.94244) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.206305) Outpt time (%) = 0.0154119 (93.2583) Other time (%) = 9.799e-05 (0.592945) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:03 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12548 5000 3.0456043e-11 3940168.5 12549 -0.0102374999999944 3940103.77295179 12549 5000 3.0453804e-11 3940103.8 Loop time of 0.0165341 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:03 2021 Pair time (%) = 0.00107503 (6.5019) Neigh time (%) = 0 (0) Comm time (%) = 5.38826e-05 (0.325888) Outpt time (%) = 0.0152822 (92.4282) Other time (%) = 0.000123024 (0.744063) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:03 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12549 5000 3.0453804e-11 3940088.3 12550 -0.0102374999999944 3940023.62322878 12550 5000 3.0451565e-11 3940023.6 Loop time of 0.018357 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:03 2021 Pair time (%) = 0.000978947 (5.33281) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.168842) Outpt time (%) = 0.0172639 (94.0451) Other time (%) = 8.32081e-05 (0.453276) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:03 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12550 5000 3.0451565e-11 3940008.2 12551 -0.0102374999999944 3939943.47756375 12551 5000 3.0449326e-11 3939943.5 Loop time of 0.016263 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:03 2021 Pair time (%) = 0.000976801 (6.00627) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.190582) Outpt time (%) = 0.0151701 (93.2798) Other time (%) = 8.51154e-05 (0.523368) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:03 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12551 5000 3.0449326e-11 3939928 12552 -0.0102374999999944 3939863.33595616 12552 5000 3.0447088e-11 3939863.3 Loop time of 0.017175 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:03 2021 Pair time (%) = 0.000975847 (5.6818) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.187404) Outpt time (%) = 0.0160792 (93.6199) Other time (%) = 8.7738e-05 (0.510849) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:03 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12552 5000 3.0447088e-11 3939847.9 12553 -0.0102374999999944 3939783.19840535 12553 5000 3.044485e-11 3939783.2 Loop time of 0.016772 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:03 2021 Pair time (%) = 0.00100303 (5.98035) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.203278) Outpt time (%) = 0.0156178 (93.1184) Other time (%) = 0.000117064 (0.697969) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:03 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12553 5000 3.044485e-11 3939767.8 12554 -0.0102374999999944 3939703.06491076 12554 5000 3.0442612e-11 3939703.1 Loop time of 0.016746 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:03 2021 Pair time (%) = 0.00115705 (6.90937) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.214983) Outpt time (%) = 0.0154152 (92.0527) Other time (%) = 0.000137806 (0.822916) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:03 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12554 5000 3.0442612e-11 3939687.6 12555 -0.0102374999999944 3939622.93547177 12555 5000 3.0440374e-11 3939622.9 Loop time of 0.0171909 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:03 2021 Pair time (%) = 0.00105596 (6.14252) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198325) Outpt time (%) = 0.016 (93.0725) Other time (%) = 0.000100851 (0.586653) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:03 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12555 5000 3.0440374e-11 3939607.5 12556 -0.0102374999999944 3939542.81008788 12556 5000 3.0438137e-11 3939542.8 Loop time of 0.0174251 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:03 2021 Pair time (%) = 0.00097394 (5.58931) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.177873) Outpt time (%) = 0.016326 (93.6924) Other time (%) = 9.41753e-05 (0.540459) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:03 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12556 5000 3.0438137e-11 3939527.4 12557 -0.0102374999999944 3939462.68875847 12557 5000 3.04359e-11 3939462.7 Loop time of 0.0165012 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:03 2021 Pair time (%) = 0.000980854 (5.94414) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.200835) Outpt time (%) = 0.0153902 (93.267) Other time (%) = 9.70364e-05 (0.588057) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:03 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12557 5000 3.04359e-11 3939447.2 12558 -0.0102374999999944 3939382.57148304 12558 5000 3.0433663e-11 3939382.6 Loop time of 0.017179 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:03 2021 Pair time (%) = 0.00117779 (6.85597) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191523) Outpt time (%) = 0.01581 (92.031) Other time (%) = 0.00015831 (0.921531) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:03 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12558 5000 3.0433663e-11 3939367.1 12559 -0.0102374999999944 3939302.45826097 12559 5000 3.0431426e-11 3939302.5 Loop time of 0.0174761 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:03 2021 Pair time (%) = 0.001086 (6.21419) Neigh time (%) = 0 (0) Comm time (%) = 4.72069e-05 (0.270123) Outpt time (%) = 0.016197 (92.6808) Other time (%) = 0.000145912 (0.834925) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:03 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12559 5000 3.0431426e-11 3939287 12560 -0.0102374999999944 3939222.34909173 12560 5000 3.042919e-11 3939222.3 Loop time of 0.0189261 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:03 2021 Pair time (%) = 0.000977993 (5.16742) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.168804) Outpt time (%) = 0.0178208 (94.1599) Other time (%) = 9.53674e-05 (0.503893) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:03 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12560 5000 3.042919e-11 3939206.9 12561 -0.0102374999999944 3939142.24397479 12561 5000 3.0426953e-11 3939142.2 Loop time of 0.016712 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:03 2021 Pair time (%) = 0.001055 (6.31286) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.204009) Outpt time (%) = 0.015521 (92.874) Other time (%) = 0.000101805 (0.609173) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:03 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12561 5000 3.0426953e-11 3939126.8 12562 -0.0102374999999944 3939062.14290959 12562 5000 3.0424717e-11 3939062.1 Loop time of 0.0172791 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:03 2021 Pair time (%) = 0.00101304 (5.86279) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184894) Outpt time (%) = 0.016139 (93.4018) Other time (%) = 9.5129e-05 (0.550542) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:03 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12562 5000 3.0424717e-11 3939046.7 12563 -0.0102374999999944 3938982.04589564 12563 5000 3.0422482e-11 3938982 Loop time of 0.0172019 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:03 2021 Pair time (%) = 0.00101209 (5.88358) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192654) Outpt time (%) = 0.016022 (93.1407) Other time (%) = 0.000134706 (0.783091) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:03 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12563 5000 3.0422482e-11 3938966.6 12564 -0.0102374999999944 3938901.95293234 12564 5000 3.0420246e-11 3938902 Loop time of 0.0165751 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:03 2021 Pair time (%) = 0.000982046 (5.92483) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192748) Outpt time (%) = 0.0154672 (93.3157) Other time (%) = 9.39369e-05 (0.566735) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:23:03 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12564 5000 3.0420246e-11 3938886.5 12565 -0.0102374999999944 3938808.87597237 12565 5000 6.008808e-11 3938938.2 Loop time of 0.0170209 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:03 2021 Pair time (%) = 0.00127506 (7.49114) Neigh time (%) = 0 (0) Comm time (%) = 5.72205e-05 (0.336177) Outpt time (%) = 0.015538 (91.2874) Other time (%) = 0.000150681 (0.885266) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:03 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12565 5000 6.008808e-11 3987772.6 12566 -0.0102699999999944 3987686.84897335 12566 5000 4.842051e-11 3987686.8 Loop time of 0.0173509 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:03 2021 Pair time (%) = 0.000984192 (5.67228) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.178633) Outpt time (%) = 0.016243 (93.6146) Other time (%) = 9.27448e-05 (0.534524) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:03 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12566 5000 4.842051e-11 3987666.1 12567 -0.0102699999999944 3987587.67867037 12567 5000 4.1658651e-11 3987587.7 Loop time of 0.017416 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:03 2021 Pair time (%) = 0.000976086 (5.60453) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183441) Outpt time (%) = 0.0163131 (93.6672) Other time (%) = 9.48906e-05 (0.544847) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:03 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12567 5000 4.1658651e-11 3987568.7 12568 -0.0102699999999944 3987495.02947129 12568 5000 3.7624687e-11 3987495 Loop time of 0.0167339 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:03 2021 Pair time (%) = 0.00100398 (5.99969) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.198042) Outpt time (%) = 0.0155389 (92.8591) Other time (%) = 0.000157833 (0.943195) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:03 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12568 5000 3.7624687e-11 3987477.3 12569 -0.0102699999999944 3987406.52600113 12569 5000 3.5166908e-11 3987406.5 Loop time of 0.0171342 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:03 2021 Pair time (%) = 0.00107908 (6.29783) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192024) Outpt time (%) = 0.0158961 (92.7741) Other time (%) = 0.000126123 (0.736092) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:03 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12569 5000 3.5166908e-11 3987389.5 12570 -0.0102699999999944 3987320.65868736 12570 5000 3.3647226e-11 3987320.7 Loop time of 0.0193319 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:03 2021 Pair time (%) = 0.000974894 (5.04292) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.165261) Outpt time (%) = 0.0182261 (94.28) Other time (%) = 9.89437e-05 (0.511815) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:03 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12570 5000 3.3647226e-11 3987304.1 12571 -0.0102699999999944 3987236.4681811 12571 5000 3.269803e-11 3987236.5 Loop time of 0.0168269 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:03 2021 Pair time (%) = 0.00101781 (6.04871) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.184196) Outpt time (%) = 0.0156839 (93.2074) Other time (%) = 9.41753e-05 (0.559672) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:03 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12571 5000 3.269803e-11 3987220.2 12572 -0.0102699999999944 3987153.34480562 12572 5000 3.2101008e-11 3987153.3 Loop time of 0.016536 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:03 2021 Pair time (%) = 0.00107598 (6.50691) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.204738) Outpt time (%) = 0.0152981 (92.5141) Other time (%) = 0.000128031 (0.774255) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:03 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12572 5000 3.2101008e-11 3987137.3 12573 -0.0102699999999944 3987070.90110433 12573 5000 3.1723603e-11 3987070.9 Loop time of 0.0173259 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:03 2021 Pair time (%) = 0.00100398 (5.79469) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.185771) Outpt time (%) = 0.0161901 (93.4443) Other time (%) = 9.9659e-05 (0.575203) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:03 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12573 5000 3.1723603e-11 3987055 12574 -0.0102699999999944 3986988.89084379 12574 5000 3.1484074e-11 3986988.9 Loop time of 0.017319 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:03 2021 Pair time (%) = 0.000977993 (5.64695) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.178962) Outpt time (%) = 0.016221 (93.6606) Other time (%) = 8.89301e-05 (0.513484) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:03 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12574 5000 3.1484074e-11 3986973 12575 -0.0102699999999944 3986907.15753974 12575 5000 3.1331482e-11 3986907.2 Loop time of 0.0167022 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:03 2021 Pair time (%) = 0.00103498 (6.19665) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191281) Outpt time (%) = 0.0155098 (92.8612) Other time (%) = 0.000125408 (0.750849) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:03 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12575 5000 3.1331482e-11 3986891.4 12576 -0.0102699999999944 3986825.60174435 12576 5000 3.1233862e-11 3986825.6 Loop time of 0.017081 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:03 2021 Pair time (%) = 0.00119901 (7.01953) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.216351) Outpt time (%) = 0.0156898 (91.8554) Other time (%) = 0.00015521 (0.908672) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:03 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12576 5000 3.1233862e-11 3986809.8 12577 -0.0102699999999944 3986744.16025718 12577 5000 3.1171066e-11 3986744.2 Loop time of 0.0170469 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:03 2021 Pair time (%) = 0.000978947 (5.74266) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187413) Outpt time (%) = 0.0159431 (93.5245) Other time (%) = 9.29832e-05 (0.545455) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:03 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12577 5000 3.1171066e-11 3986728.4 12578 -0.0102699999999944 3986662.79291352 12578 5000 3.1130354e-11 3986662.8 Loop time of 0.0172429 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:03 2021 Pair time (%) = 0.000976801 (5.66494) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185282) Outpt time (%) = 0.0161469 (93.6437) Other time (%) = 8.72612e-05 (0.50607) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:03 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12578 5000 3.1130354e-11 3986647.1 12579 -0.0102699999999944 3986581.47418801 12579 5000 3.110366e-11 3986581.5 Loop time of 0.0166121 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:03 2021 Pair time (%) = 0.00102615 (6.17716) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.2038) Outpt time (%) = 0.0154521 (93.0177) Other time (%) = 9.98974e-05 (0.601355) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:03 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12579 5000 3.110366e-11 3986565.8 12580 -0.0102699999999944 3986500.18786194 12580 5000 3.1085867e-11 3986500.2 Loop time of 0.01984 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:03 2021 Pair time (%) = 0.00102997 (5.19137) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.161029) Outpt time (%) = 0.018676 (94.1333) Other time (%) = 0.000102043 (0.51433) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:03 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12580 5000 3.1085867e-11 3986484.5 12581 -0.0102699999999944 3986418.92362469 12581 5000 3.1073727e-11 3986418.9 Loop time of 0.0172839 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:03 2021 Pair time (%) = 0.0010159 (5.87773) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184843) Outpt time (%) = 0.0161431 (93.3995) Other time (%) = 9.29832e-05 (0.537976) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:03 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12581 5000 3.1073727e-11 3986403.2 12582 -0.0102699999999944 3986337.67492242 12582 5000 3.1065178e-11 3986337.7 Loop time of 0.016618 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:03 2021 Pair time (%) = 0.000975847 (5.87223) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.186511) Outpt time (%) = 0.015516 (93.3688) Other time (%) = 9.5129e-05 (0.572445) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:03 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12582 5000 3.1065178e-11 3986322 12583 -0.0102699999999944 3986256.43759134 12583 5000 3.1058912e-11 3986256.4 Loop time of 0.016582 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:03 2021 Pair time (%) = 0.00100088 (6.03595) Neigh time (%) = 0 (0) Comm time (%) = 4.81606e-05 (0.290439) Outpt time (%) = 0.0153692 (92.6858) Other time (%) = 0.000163794 (0.987779) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:03 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12583 5000 3.1058912e-11 3986240.7 12584 -0.0102699999999944 3986175.20898495 12584 5000 3.1054096e-11 3986175.2 Loop time of 0.017442 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:03 2021 Pair time (%) = 0.00111699 (6.40404) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.184535) Outpt time (%) = 0.016201 (92.8852) Other time (%) = 9.17912e-05 (0.526265) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:03 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12584 5000 3.1054096e-11 3986159.5 12585 -0.0102699999999944 3986093.98742136 12585 5000 3.1050201e-11 3986094 Loop time of 0.0171919 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:03 2021 Pair time (%) = 0.000978947 (5.69424) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185832) Outpt time (%) = 0.016088 (93.5791) Other time (%) = 9.29832e-05 (0.540855) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:03 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12585 5000 3.1050201e-11 3986078.3 12586 -0.0102699999999944 3986012.77183163 12586 5000 3.1046892e-11 3986012.8 Loop time of 0.0164289 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:03 2021 Pair time (%) = 0.000978947 (5.95867) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194462) Outpt time (%) = 0.0153229 (93.2678) Other time (%) = 9.5129e-05 (0.579033) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:03 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12586 5000 3.1046892e-11 3985997.1 12587 -0.0102699999999944 3985931.56153614 12587 5000 3.1043956e-11 3985931.6 Loop time of 0.0170822 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:03 2021 Pair time (%) = 0.00119305 (6.98414) Neigh time (%) = 0 (0) Comm time (%) = 5.19753e-05 (0.304265) Outpt time (%) = 0.0156679 (91.7206) Other time (%) = 0.000169277 (0.990956) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:03 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12587 5000 3.1043956e-11 3985915.9 12588 -0.0102699999999944 3985850.35610301 12588 5000 3.1041256e-11 3985850.4 Loop time of 0.017235 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:03 2021 Pair time (%) = 0.00101995 (5.91791) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185367) Outpt time (%) = 0.0160868 (93.3379) Other time (%) = 9.63211e-05 (0.558868) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:03 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12588 5000 3.1041256e-11 3985834.7 12589 -0.0102699999999944 3985769.15525752 12589 5000 3.1038707e-11 3985769.2 Loop time of 0.01686 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:03 2021 Pair time (%) = 0.0011642 (6.90509) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.183834) Outpt time (%) = 0.015538 (92.1588) Other time (%) = 0.000126839 (0.752305) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:03 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12589 5000 3.1038707e-11 3985753.5 12590 -0.0102699999999944 3985687.95882502 12590 5000 3.1036253e-11 3985688 Loop time of 0.018688 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:04 2021 Pair time (%) = 0.00104213 (5.57646) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.177334) Outpt time (%) = 0.0174699 (93.482) Other time (%) = 0.000142813 (0.764196) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:04 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12590 5000 3.1036253e-11 3985672.3 12591 -0.0102699999999944 3985606.76669448 12591 5000 3.103386e-11 3985606.8 Loop time of 0.017355 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:04 2021 Pair time (%) = 0.00130987 (7.54753) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.190955) Outpt time (%) = 0.015909 (91.668) Other time (%) = 0.000102997 (0.593472) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:04 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12591 5000 3.103386e-11 3985591.1 12592 -0.0102699999999944 3985525.57879507 12592 5000 3.1031506e-11 3985525.6 Loop time of 0.0172789 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:04 2021 Pair time (%) = 0.000995159 (5.75939) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190416) Outpt time (%) = 0.016151 (93.4721) Other time (%) = 9.98974e-05 (0.578146) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:04 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12592 5000 3.1031506e-11 3985509.9 12593 -0.0102699999999944 3985444.3950817 12593 5000 3.1029177e-11 3985444.4 Loop time of 0.0164099 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:04 2021 Pair time (%) = 0.000977039 (5.95397) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.188877) Outpt time (%) = 0.0153089 (93.2905) Other time (%) = 9.29832e-05 (0.56663) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:04 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12593 5000 3.1029177e-11 3985428.7 12594 -0.0102699999999944 3985363.21552569 12594 5000 3.1026864e-11 3985363.2 Loop time of 0.0163159 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:04 2021 Pair time (%) = 0.000977993 (5.9941) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.189964) Outpt time (%) = 0.0152178 (93.2694) Other time (%) = 8.91685e-05 (0.546512) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:04 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12594 5000 3.1026864e-11 3985347.5 12595 -0.0102699999999944 3985282.04010864 12595 5000 3.1024561e-11 3985282 Loop time of 0.016367 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:04 2021 Pair time (%) = 0.000983 (6.006) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.196655) Outpt time (%) = 0.015264 (93.2613) Other time (%) = 8.7738e-05 (0.536068) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:04 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12595 5000 3.1024561e-11 3985266.3 12596 -0.0102699999999944 3985200.86881887 12596 5000 3.1022264e-11 3985200.9 Loop time of 0.0164371 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:04 2021 Pair time (%) = 0.000978947 (5.95573) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.188564) Outpt time (%) = 0.0153391 (93.3205) Other time (%) = 8.79765e-05 (0.535233) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:04 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12596 5000 3.1022264e-11 3985185.2 12597 -0.0102699999999944 3985119.70164882 12597 5000 3.1019972e-11 3985119.7 Loop time of 0.017082 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:04 2021 Pair time (%) = 0.00116491 (6.81955) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.203777) Outpt time (%) = 0.0157681 (92.3081) Other time (%) = 0.000114202 (0.668556) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:04 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12597 5000 3.1019972e-11 3985104 12598 -0.0102699999999944 3985038.53859375 12598 5000 3.1017682e-11 3985038.5 Loop time of 0.0176599 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:04 2021 Pair time (%) = 0.00105095 (5.95105) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.187658) Outpt time (%) = 0.0164239 (93.0013) Other time (%) = 0.000151873 (0.859986) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:04 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12598 5000 3.1017682e-11 3985022.8 12599 -0.0102699999999944 3984957.3796505 12599 5000 3.1015394e-11 3984957.4 Loop time of 0.0167611 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:04 2021 Pair time (%) = 0.000987053 (5.88896) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190609) Outpt time (%) = 0.01565 (93.3714) Other time (%) = 9.20296e-05 (0.549068) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:04 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12599 5000 3.1015394e-11 3984941.7 12600 -0.0102699999999944 3984876.22481748 12600 5000 3.1013108e-11 3984876.2 Loop time of 0.018769 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:04 2021 Pair time (%) = 0.00107718 (5.73911) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.196893) Outpt time (%) = 0.017498 (93.2282) Other time (%) = 0.000156879 (0.835842) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:04 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12600 5000 3.1013108e-11 3984860.5 12601 -0.0102699999999944 3984795.07409383 12601 5000 3.1010822e-11 3984795.1 Loop time of 0.0172212 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:04 2021 Pair time (%) = 0.00108504 (6.30062) Neigh time (%) = 0 (0) Comm time (%) = 5.50747e-05 (0.319807) Outpt time (%) = 0.0159688 (92.7275) Other time (%) = 0.000112295 (0.652075) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:04 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12601 5000 3.1010822e-11 3984779.4 12602 -0.0102699999999944 3984713.92748103 12602 5000 3.1008538e-11 3984713.9 Loop time of 0.0171139 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:04 2021 Pair time (%) = 0.000976086 (5.70346) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181106) Outpt time (%) = 0.016012 (93.561) Other time (%) = 9.48906e-05 (0.554464) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:04 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12602 5000 3.1008538e-11 3984698.2 12603 -0.0102699999999944 3984632.78497974 12603 5000 3.1006253e-11 3984632.8 Loop time of 0.016407 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:04 2021 Pair time (%) = 0.000978947 (5.96664) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194722) Outpt time (%) = 0.0153029 (93.2705) Other time (%) = 9.32217e-05 (0.568182) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:04 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12603 5000 3.1006253e-11 3984617.1 12604 -0.0102699999999944 3984551.64658041 12604 5000 3.1003969e-11 3984551.6 Loop time of 0.016892 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:04 2021 Pair time (%) = 0.00120902 (7.15737) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207481) Outpt time (%) = 0.0155311 (91.9435) Other time (%) = 0.000116825 (0.691602) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:04 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12604 5000 3.1003969e-11 3984535.9 12605 -0.0102699999999944 3984470.51228239 12605 5000 3.1001686e-11 3984470.5 Loop time of 0.0171809 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:04 2021 Pair time (%) = 0.000974894 (5.67428) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.1804) Outpt time (%) = 0.0160789 (93.5861) Other time (%) = 9.60827e-05 (0.559241) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:04 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12605 5000 3.1001686e-11 3984454.8 12606 -0.0102699999999944 3984389.38208516 12606 5000 3.0999402e-11 3984389.4 Loop time of 0.0171161 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:04 2021 Pair time (%) = 0.000976086 (5.70274) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.188048) Outpt time (%) = 0.0160151 (93.5673) Other time (%) = 9.27448e-05 (0.541858) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:04 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12606 5000 3.0999402e-11 3984373.7 12607 -0.0102699999999944 3984308.25598813 12607 5000 3.0997119e-11 3984308.3 Loop time of 0.017293 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:04 2021 Pair time (%) = 0.00117683 (6.80527) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184746) Outpt time (%) = 0.0159779 (92.3951) Other time (%) = 0.000106335 (0.614901) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:04 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12607 5000 3.0997119e-11 3984292.6 12608 -0.0102699999999944 3984227.13399101 12608 5000 3.0994837e-11 3984227.1 Loop time of 0.0174661 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:04 2021 Pair time (%) = 0.00108695 (6.22321) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182915) Outpt time (%) = 0.0162461 (93.0151) Other time (%) = 0.000101089 (0.578776) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:04 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12608 5000 3.0994837e-11 3984211.4 12609 -0.0102699999999944 3984146.01609321 12609 5000 3.0992554e-11 3984146 Loop time of 0.017333 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:04 2021 Pair time (%) = 0.000977039 (5.63686) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.185695) Outpt time (%) = 0.016232 (93.6479) Other time (%) = 9.17912e-05 (0.529574) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:04 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12609 5000 3.0992554e-11 3984130.3 12610 -0.0102699999999944 3984064.90229439 12610 5000 3.0990272e-11 3984064.9 Loop time of 0.0185349 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:04 2021 Pair time (%) = 0.000976086 (5.2662) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.172367) Outpt time (%) = 0.0174351 (94.0662) Other time (%) = 9.17912e-05 (0.495234) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:04 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12610 5000 3.0990272e-11 3984049.2 12611 -0.0102699999999944 3983983.79260815 12611 5000 3.098799e-11 3983983.8 Loop time of 0.01667 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:04 2021 Pair time (%) = 0.001019 (6.11279) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.198801) Outpt time (%) = 0.015455 (92.7116) Other time (%) = 0.00016284 (0.976845) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:04 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12611 5000 3.098799e-11 3983968.1 12612 -0.0102699999999944 3983902.68709102 12612 5000 3.0985708e-11 3983902.7 Loop time of 0.01704 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:04 2021 Pair time (%) = 0.00106597 (6.25568) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181892) Outpt time (%) = 0.015846 (92.993) Other time (%) = 9.70364e-05 (0.569462) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:04 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12612 5000 3.0985708e-11 3983887 12613 -0.0102699999999944 3983821.58571255 12613 5000 3.0983427e-11 3983821.6 Loop time of 0.017148 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:04 2021 Pair time (%) = 0.000985861 (5.74912) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186308) Outpt time (%) = 0.016036 (93.5154) Other time (%) = 9.41753e-05 (0.549191) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:04 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12613 5000 3.0983427e-11 3983805.9 12614 -0.0102699999999944 3983740.48849419 12614 5000 3.0981146e-11 3983740.5 Loop time of 0.0166049 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:04 2021 Pair time (%) = 0.00099206 (5.9745) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.193837) Outpt time (%) = 0.015471 (93.1712) Other time (%) = 0.000109673 (0.660483) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:04 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12614 5000 3.0981146e-11 3983724.8 12615 -0.0102699999999944 3983659.39547887 12615 5000 3.0978865e-11 3983659.4 Loop time of 0.017185 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:04 2021 Pair time (%) = 0.00131488 (7.65133) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.221979) Outpt time (%) = 0.0156729 (91.2013) Other time (%) = 0.000159025 (0.925374) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:04 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12615 5000 3.0978865e-11 3983643.7 12616 -0.0102699999999944 3983578.30662712 12616 5000 3.0976584e-11 3983578.3 Loop time of 0.0171139 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:04 2021 Pair time (%) = 0.00102496 (5.98905) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181106) Outpt time (%) = 0.0159628 (93.274) Other time (%) = 9.5129e-05 (0.555857) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:04 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12616 5000 3.0976584e-11 3983562.6 12617 -0.0102699999999944 3983497.22192597 12617 5000 3.0974304e-11 3983497.2 Loop time of 0.0166461 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:04 2021 Pair time (%) = 0.000981092 (5.89381) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191925) Outpt time (%) = 0.0155382 (93.3442) Other time (%) = 9.48906e-05 (0.570045) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:04 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12617 5000 3.0974304e-11 3983481.5 12618 -0.0102699999999944 3983416.14136802 12618 5000 3.0972023e-11 3983416.1 Loop time of 0.0167291 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:04 2021 Pair time (%) = 0.00105405 (6.30068) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.2095) Outpt time (%) = 0.0155351 (92.8627) Other time (%) = 0.000104904 (0.627075) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:04 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12618 5000 3.0972023e-11 3983400.4 12619 -0.0102699999999944 3983335.06494162 12619 5000 3.0969743e-11 3983335.1 Loop time of 0.0174181 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:04 2021 Pair time (%) = 0.00117803 (6.76321) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.195738) Outpt time (%) = 0.0160799 (92.317) Other time (%) = 0.000126123 (0.724092) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:04 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12619 5000 3.0969743e-11 3983319.4 12620 -0.0102699999999944 3983253.99264519 12620 5000 3.0967464e-11 3983254 Loop time of 0.019228 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:04 2021 Pair time (%) = 0.00101089 (5.25741) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.171114) Outpt time (%) = 0.0180738 (93.9974) Other time (%) = 0.000110388 (0.5741) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:04 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12620 5000 3.0967464e-11 3983238.3 12621 -0.0102699999999944 3983172.92447827 12621 5000 3.0965184e-11 3983172.9 Loop time of 0.0166199 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:04 2021 Pair time (%) = 0.000979185 (5.89164) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192228) Outpt time (%) = 0.0155151 (93.3524) Other time (%) = 9.36985e-05 (0.563772) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:04 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12621 5000 3.0965184e-11 3983157.2 12622 -0.0102699999999944 3983091.86043843 12622 5000 3.0962905e-11 3983091.9 Loop time of 0.0166988 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:04 2021 Pair time (%) = 0.0011909 (7.13164) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.228441) Outpt time (%) = 0.0153589 (91.976) Other time (%) = 0.000110865 (0.663906) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:04 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12622 5000 3.0962905e-11 3983076.2 12623 -0.0102699999999944 3983010.80052095 12623 5000 3.0960626e-11 3983010.8 Loop time of 0.0174868 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:04 2021 Pair time (%) = 0.000976086 (5.58184) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.177245) Outpt time (%) = 0.016387 (93.7105) Other time (%) = 9.27448e-05 (0.53037) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:04 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12623 5000 3.0960626e-11 3982995.1 12624 -0.0102699999999944 3982929.74470786 12624 5000 3.0958347e-11 3982929.7 Loop time of 0.0172241 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:04 2021 Pair time (%) = 0.000984907 (5.7182) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185485) Outpt time (%) = 0.016113 (93.5495) Other time (%) = 9.41753e-05 (0.546766) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:04 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12624 5000 3.0958347e-11 3982914.1 12625 -0.0102699999999944 3982848.69301453 12625 5000 3.0956069e-11 3982848.7 Loop time of 0.0166841 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:04 2021 Pair time (%) = 0.00110602 (6.62923) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.20435) Outpt time (%) = 0.015336 (91.9203) Other time (%) = 0.000207901 (1.24611) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:04 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12625 5000 3.0956069e-11 3982833 12626 -0.0102699999999944 3982767.64543947 12626 5000 3.095379e-11 3982767.6 Loop time of 0.01721 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:04 2021 Pair time (%) = 0.00109911 (6.38646) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185637) Outpt time (%) = 0.015974 (92.8184) Other time (%) = 0.000104904 (0.609553) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:04 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12626 5000 3.095379e-11 3982752 12627 -0.0102699999999944 3982686.60198138 12627 5000 3.0951512e-11 3982686.6 Loop time of 0.0171392 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:04 2021 Pair time (%) = 0.000977993 (5.70618) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180839) Outpt time (%) = 0.0160348 (93.5566) Other time (%) = 9.53674e-05 (0.556429) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:04 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12627 5000 3.0951512e-11 3982670.9 12628 -0.0102699999999944 3982605.56263892 12628 5000 3.0949235e-11 3982605.6 Loop time of 0.016645 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:04 2021 Pair time (%) = 0.000975847 (5.86272) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191939) Outpt time (%) = 0.015543 (93.3796) Other time (%) = 9.41753e-05 (0.565789) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:04 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12628 5000 3.0949235e-11 3982589.9 12629 -0.0102699999999944 3982524.52741102 12629 5000 3.0946957e-11 3982524.5 Loop time of 0.0165942 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:04 2021 Pair time (%) = 0.001086 (6.54445) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.19971) Outpt time (%) = 0.0153389 (92.4355) Other time (%) = 0.000136137 (0.820391) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:04 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12629 5000 3.0946957e-11 3982508.8 12630 -0.0102699999999944 3982443.49629653 12630 5000 3.094468e-11 3982443.5 Loop time of 0.0193362 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:04 2021 Pair time (%) = 0.0009799 (5.06769) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.237972) Outpt time (%) = 0.018167 (93.9533) Other time (%) = 0.00014329 (0.741042) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:04 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12630 5000 3.094468e-11 3982427.8 12631 -0.0102699999999944 3982362.46929439 12631 5000 3.0942403e-11 3982362.5 Loop time of 0.0174029 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:04 2021 Pair time (%) = 0.00101399 (5.82659) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183579) Outpt time (%) = 0.016263 (93.4501) Other time (%) = 9.39369e-05 (0.539778) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:04 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12631 5000 3.0942403e-11 3982346.8 12632 -0.0102699999999944 3982281.44640369 12632 5000 3.0940126e-11 3982281.4 Loop time of 0.016391 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:04 2021 Pair time (%) = 0.000993967 (6.06409) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194912) Outpt time (%) = 0.01524 (92.9774) Other time (%) = 0.00012517 (0.763647) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:04 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12632 5000 3.0940126e-11 3982265.8 12633 -0.0102699999999944 3982200.42762337 12633 5000 3.093785e-11 3982200.4 Loop time of 0.017112 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:05 2021 Pair time (%) = 0.00130296 (7.61428) Neigh time (%) = 0 (0) Comm time (%) = 4.31538e-05 (0.252184) Outpt time (%) = 0.015584 (91.0705) Other time (%) = 0.000181913 (1.06307) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:05 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12633 5000 3.093785e-11 3982184.7 12634 -0.0102699999999944 3982119.41295259 12634 5000 3.0935573e-11 3982119.4 Loop time of 0.017297 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:05 2021 Pair time (%) = 0.0010078 (5.82641) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179189) Outpt time (%) = 0.0161638 (93.4486) Other time (%) = 9.44138e-05 (0.545838) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:05 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12634 5000 3.0935573e-11 3982103.7 12635 -0.0102699999999944 3982038.40239051 12635 5000 3.0933297e-11 3982038.4 Loop time of 0.016784 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:05 2021 Pair time (%) = 0.00103092 (6.14231) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190349) Outpt time (%) = 0.0156121 (93.0182) Other time (%) = 0.000108957 (0.649175) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:05 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12635 5000 3.0933297e-11 3982022.7 12636 -0.0102699999999944 3981957.39593628 12636 5000 3.0931022e-11 3981957.4 Loop time of 0.016571 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:05 2021 Pair time (%) = 0.00103903 (6.27014) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.204305) Outpt time (%) = 0.0153961 (92.9098) Other time (%) = 0.000102043 (0.615792) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:05 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12636 5000 3.0931022e-11 3981941.7 12637 -0.0102699999999944 3981876.39358907 12637 5000 3.0928746e-11 3981876.4 Loop time of 0.016577 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:05 2021 Pair time (%) = 0.00104809 (6.32254) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192725) Outpt time (%) = 0.015342 (92.5499) Other time (%) = 0.000154972 (0.934862) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:05 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12637 5000 3.0928746e-11 3981860.7 12638 -0.0102699999999944 3981795.39534805 12638 5000 3.0926471e-11 3981795.4 Loop time of 0.016264 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:05 2021 Pair time (%) = 0.00101423 (6.23607) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.196435) Outpt time (%) = 0.0151279 (93.0148) Other time (%) = 8.98838e-05 (0.552656) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:05 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12638 5000 3.0926471e-11 3981779.7 12639 -0.0102699999999944 3981714.4012126 12639 5000 3.0924196e-11 3981714.4 Loop time of 0.0164709 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:05 2021 Pair time (%) = 0.000980139 (5.95073) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193967) Outpt time (%) = 0.0153699 (93.3154) Other time (%) = 8.89301e-05 (0.539922) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:05 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12639 5000 3.0924196e-11 3981698.7 12640 -0.0102699999999944 3981633.41118182 12640 5000 3.0921921e-11 3981633.4 Loop time of 0.0195639 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:05 2021 Pair time (%) = 0.00104904 (5.36213) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.163301) Outpt time (%) = 0.018399 (94.0456) Other time (%) = 8.39233e-05 (0.42897) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:05 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12640 5000 3.0921921e-11 3981617.7 12641 -0.0102699999999944 3981552.42525509 12641 5000 3.0919646e-11 3981552.4 Loop time of 0.0166879 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:05 2021 Pair time (%) = 0.001091 (6.5377) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.204303) Outpt time (%) = 0.015456 (92.6179) Other time (%) = 0.000106812 (0.640055) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:05 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12641 5000 3.0919646e-11 3981536.7 12642 -0.0102699999999944 3981471.44343163 12642 5000 3.0917372e-11 3981471.4 Loop time of 0.0172751 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:05 2021 Pair time (%) = 0.00111198 (6.43692) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190458) Outpt time (%) = 0.015985 (92.5321) Other time (%) = 0.000145197 (0.840499) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:05 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12642 5000 3.0917372e-11 3981455.8 12643 -0.0102699999999944 3981390.46571081 12643 5000 3.0915098e-11 3981390.5 Loop time of 0.017081 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:05 2021 Pair time (%) = 0.000979185 (5.73259) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187039) Outpt time (%) = 0.0159631 (93.455) Other time (%) = 0.000106812 (0.625323) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:05 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12643 5000 3.0915098e-11 3981374.8 12644 -0.0102699999999944 3981309.49209192 12644 5000 3.0912824e-11 3981309.5 Loop time of 0.0168581 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:05 2021 Pair time (%) = 0.000975847 (5.7886) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.189512) Outpt time (%) = 0.0157549 (93.4562) Other time (%) = 9.53674e-05 (0.565707) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:05 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12644 5000 3.0912824e-11 3981293.8 12645 -0.0102699999999944 3981228.52257433 12645 5000 3.0910551e-11 3981228.5 Loop time of 0.01665 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:05 2021 Pair time (%) = 0.0010879 (6.53397) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.210496) Outpt time (%) = 0.0154071 (92.5353) Other time (%) = 0.000119925 (0.720269) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:05 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12645 5000 3.0910551e-11 3981212.8 12646 -0.0102699999999944 3981147.55715734 12646 5000 3.0908277e-11 3981147.6 Loop time of 0.0172961 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:05 2021 Pair time (%) = 0.0011251 (6.50493) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184713) Outpt time (%) = 0.0160339 (92.7025) Other time (%) = 0.000105143 (0.607899) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:05 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12646 5000 3.0908277e-11 3981131.9 12647 -0.0102699999999944 3981066.59584034 12647 5000 3.0906004e-11 3981066.6 Loop time of 0.017266 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:05 2021 Pair time (%) = 0.001055 (6.11027) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185034) Outpt time (%) = 0.016042 (92.9107) Other time (%) = 0.000137091 (0.793991) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:05 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12647 5000 3.0906004e-11 3981050.9 12648 -0.0102699999999944 3980985.63862273 12648 5000 3.0903731e-11 3980985.6 Loop time of 0.017036 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:05 2021 Pair time (%) = 0.000978947 (5.74635) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181935) Outpt time (%) = 0.015887 (93.2558) Other time (%) = 0.000138998 (0.81591) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:05 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12648 5000 3.0903731e-11 3980970 12649 -0.0102699999999944 3980904.68550387 12649 5000 3.0901459e-11 3980904.7 Loop time of 0.017493 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:05 2021 Pair time (%) = 0.0014329 (8.19125) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.205803) Outpt time (%) = 0.015867 (90.7048) Other time (%) = 0.000157118 (0.898175) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:05 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12649 5000 3.0901459e-11 3980889 12650 -0.0102699999999944 3980823.7364831 12650 5000 3.0899187e-11 3980823.7 Loop time of 0.0193238 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:05 2021 Pair time (%) = 0.00105309 (5.44972) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.171499) Outpt time (%) = 0.018122 (93.7804) Other time (%) = 0.000115633 (0.598396) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:05 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12650 5000 3.0899187e-11 3980808.1 12651 -0.0102699999999944 3980742.79155991 12651 5000 3.0896914e-11 3980742.8 Loop time of 0.016876 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:05 2021 Pair time (%) = 0.000982046 (5.81919) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.189311) Outpt time (%) = 0.0157731 (93.4645) Other time (%) = 8.89301e-05 (0.526963) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:05 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12651 5000 3.0896914e-11 3980727.1 12652 -0.0102699999999944 3980661.85073363 12652 5000 3.0894643e-11 3980661.9 Loop time of 0.0164001 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:05 2021 Pair time (%) = 0.001019 (6.21338) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194804) Outpt time (%) = 0.01525 (92.987) Other time (%) = 9.91821e-05 (0.604765) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:05 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12652 5000 3.0894643e-11 3980646.2 12653 -0.0102699999999944 3980580.91400372 12653 5000 3.0892371e-11 3980580.9 Loop time of 0.0169401 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:05 2021 Pair time (%) = 0.0010221 (6.03361) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.194224) Outpt time (%) = 0.0157828 (93.1684) Other time (%) = 0.000102282 (0.603783) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:05 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12653 5000 3.0892371e-11 3980565.2 12654 -0.0102699999999944 3980499.9813696 12654 5000 3.08901e-11 3980500 Loop time of 0.0174811 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:05 2021 Pair time (%) = 0.0009799 (5.60549) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182758) Outpt time (%) = 0.0163541 (93.553) Other time (%) = 0.000115156 (0.658747) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:05 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12654 5000 3.08901e-11 3980484.3 12655 -0.0102699999999944 3980419.05283068 12655 5000 3.0887829e-11 3980419.1 Loop time of 0.0166378 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:05 2021 Pair time (%) = 0.00102091 (6.13608) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.186289) Outpt time (%) = 0.0154901 (93.1016) Other time (%) = 9.58443e-05 (0.576063) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:05 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12655 5000 3.0887829e-11 3980403.4 12656 -0.0102699999999944 3980338.12838641 12656 5000 3.0885558e-11 3980338.1 Loop time of 0.0170939 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:05 2021 Pair time (%) = 0.00118613 (6.93892) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.216188) Outpt time (%) = 0.0157509 (92.1433) Other time (%) = 0.000119925 (0.701564) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:05 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12656 5000 3.0885558e-11 3980322.4 12657 -0.0102699999999944 3980257.20803624 12657 5000 3.0883287e-11 3980257.2 Loop time of 0.0170789 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:05 2021 Pair time (%) = 0.000977993 (5.72633) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187062) Outpt time (%) = 0.0159779 (93.5533) Other time (%) = 9.10759e-05 (0.533266) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:05 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12657 5000 3.0883287e-11 3980241.5 12658 -0.0102699999999944 3980176.29177961 12658 5000 3.0881017e-11 3980176.3 Loop time of 0.017277 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:05 2021 Pair time (%) = 0.0010879 (6.29683) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197337) Outpt time (%) = 0.0160511 (92.9042) Other time (%) = 0.000103951 (0.60167) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:05 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12658 5000 3.0881017e-11 3980160.6 12659 -0.0102699999999944 3980095.37961597 12659 5000 3.0878747e-11 3980095.4 Loop time of 0.0166981 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:05 2021 Pair time (%) = 0.00102115 (6.11534) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191327) Outpt time (%) = 0.0155449 (93.0937) Other time (%) = 0.000100136 (0.599683) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:05 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12659 5000 3.0878747e-11 3980079.7 12660 -0.0102699999999944 3980014.47154472 12660 5000 3.0876477e-11 3980014.5 Loop time of 0.0193849 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:05 2021 Pair time (%) = 0.00116801 (6.02539) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.169729) Outpt time (%) = 0.0180628 (93.1801) Other time (%) = 0.000121117 (0.6248) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:05 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12660 5000 3.0876477e-11 3979998.8 12661 -0.0102699999999944 3979933.56756542 12661 5000 3.0874207e-11 3979933.6 Loop time of 0.0172 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:05 2021 Pair time (%) = 0.000976086 (5.67492) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.1802) Outpt time (%) = 0.0161011 (93.6112) Other time (%) = 9.17912e-05 (0.53367) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:05 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12661 5000 3.0874207e-11 3979917.9 12662 -0.0102699999999944 3979852.6676775 12662 5000 3.0871938e-11 3979852.7 Loop time of 0.0167489 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:05 2021 Pair time (%) = 0.000980139 (5.85196) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190747) Outpt time (%) = 0.015645 (93.4093) Other time (%) = 9.17912e-05 (0.548043) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:05 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12662 5000 3.0871938e-11 3979837 12663 -0.0102699999999944 3979771.77188049 12663 5000 3.0869669e-11 3979771.8 Loop time of 0.0166371 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:05 2021 Pair time (%) = 0.00103617 (6.22806) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.204927) Outpt time (%) = 0.015419 (92.6785) Other time (%) = 0.00014782 (0.888494) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:05 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12663 5000 3.0869669e-11 3979756.1 12664 -0.0102699999999944 3979690.88017372 12664 5000 3.08674e-11 3979690.9 Loop time of 0.017221 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:05 2021 Pair time (%) = 0.00102401 (5.94628) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192441) Outpt time (%) = 0.0160661 (93.2936) Other time (%) = 9.77516e-05 (0.567631) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:05 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12664 5000 3.08674e-11 3979675.2 12665 -0.0102699999999944 3979609.99255676 12665 5000 3.0865131e-11 3979610 Loop time of 0.0172079 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:05 2021 Pair time (%) = 0.000977993 (5.68341) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180118) Outpt time (%) = 0.0161021 (93.574) Other time (%) = 9.67979e-05 (0.562522) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:23:05 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12665 5000 3.0865131e-11 3979594.3 12666 -0.0102699999999944 3979516.01140951 12666 5000 6.0966508e-11 3979646.7 Loop time of 0.0161688 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:05 2021 Pair time (%) = 0.000976801 (6.04126) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.197591) Outpt time (%) = 0.015048 (93.0681) Other time (%) = 0.000112057 (0.693042) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:05 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12666 5000 6.0966508e-11 4028699.8 12667 -0.0103024999999944 4028613.35015646 12667 5000 4.9126986e-11 4028613.4 Loop time of 0.017082 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:05 2021 Pair time (%) = 0.00132585 (7.76166) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.298687) Outpt time (%) = 0.0155721 (91.1608) Other time (%) = 0.000133038 (0.778818) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:05 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12667 5000 4.9126986e-11 4028592.2 12668 -0.0103024999999944 4028513.18771812 12668 5000 4.2265564e-11 4028513.2 Loop time of 0.016984 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:05 2021 Pair time (%) = 0.000978947 (5.76394) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188107) Outpt time (%) = 0.015878 (93.4878) Other time (%) = 9.5129e-05 (0.56011) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:05 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12668 5000 4.2265564e-11 4028494 12669 -0.0103024999999944 4028419.61585562 12669 5000 3.8172242e-11 4028419.6 Loop time of 0.0171669 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:05 2021 Pair time (%) = 0.00107288 (6.24974) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198603) Outpt time (%) = 0.0158889 (92.5559) Other time (%) = 0.000170946 (0.995792) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:05 2021 Memory usage per processor = 27.534 Mbytes Step Atoms AVEKE stressZZ 12669 5000 3.8172242e-11 4028401.6 12670 -0.0103024999999944 4028330.23388768 12670 5000 3.5678316e-11 4028330.2 Loop time of 0.0184829 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:05 2021 Pair time (%) = 0.00103092 (5.5777) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.178012) Outpt time (%) = 0.0173161 (93.687) Other time (%) = 0.000102997 (0.557254) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:05 2021 Memory usage per processor = 27.5342 Mbytes Step Atoms AVEKE stressZZ 12670 5000 3.5678316e-11 4028313 12671 -0.0103024999999944 4028243.51615962 12671 5000 3.4136291e-11 4028243.5 Loop time of 0.017108 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:05 2021 Pair time (%) = 0.00138497 (8.09549) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.210435) Outpt time (%) = 0.015517 (90.7004) Other time (%) = 0.000169992 (0.993645) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:05 2021 Memory usage per processor = 27.5342 Mbytes Step Atoms AVEKE stressZZ 12671 5000 3.4136291e-11 4028226.7 12672 -0.0103024999999944 4028158.49310216 12672 5000 3.3173142e-11 4028158.5 Loop time of 0.0173991 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:05 2021 Pair time (%) = 0.00103211 (5.93201) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183619) Outpt time (%) = 0.016238 (93.3267) Other time (%) = 9.70364e-05 (0.55771) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:05 2021 Memory usage per processor = 27.5342 Mbytes Step Atoms AVEKE stressZZ 12672 5000 3.3173142e-11 4028142 12673 -0.0103024999999944 4028074.54854343 12673 5000 3.2567345e-11 4028074.5 Loop time of 0.480435 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:06 2021 Pair time (%) = 0.000983 (0.204606) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.00664983) Outpt time (%) = 0.479325 (99.769) Other time (%) = 9.48906e-05 (0.019751) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:06 2021 Memory usage per processor = 27.5342 Mbytes Step Atoms AVEKE stressZZ 12673 5000 3.2567345e-11 4028058.3 12674 -0.0103024999999944 4027991.29089906 12674 5000 3.2184395e-11 4027991.3 Loop time of 0.0165191 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:06 2021 Pair time (%) = 0.00104213 (6.30863) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193401) Outpt time (%) = 0.0153232 (92.7604) Other time (%) = 0.000121832 (0.737523) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:06 2021 Memory usage per processor = 27.5342 Mbytes Step Atoms AVEKE stressZZ 12674 5000 3.2184395e-11 4027975.1 12675 -0.0103024999999944 4027908.47131257 12675 5000 3.1941346e-11 4027908.5 Loop time of 0.0167809 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:06 2021 Pair time (%) = 0.00107598 (6.41197) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.191805) Outpt time (%) = 0.0155859 (92.8791) Other time (%) = 8.67844e-05 (0.517163) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:06 2021 Memory usage per processor = 27.5342 Mbytes Step Atoms AVEKE stressZZ 12675 5000 3.1941346e-11 4027892.4 12676 -0.0103024999999944 4027825.9316325 12676 5000 3.1786512e-11 4027825.9 Loop time of 0.0171409 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:06 2021 Pair time (%) = 0.00102592 (5.9852) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186386) Outpt time (%) = 0.0159669 (93.151) Other time (%) = 0.00011611 (0.677386) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:06 2021 Memory usage per processor = 27.5342 Mbytes Step Atoms AVEKE stressZZ 12676 5000 3.1786512e-11 4027809.9 12677 -0.0103024999999944 4027743.57135149 12677 5000 3.1687457e-11 4027743.6 Loop time of 0.017225 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:06 2021 Pair time (%) = 0.00106382 (6.17603) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.203469) Outpt time (%) = 0.0160179 (92.9921) Other time (%) = 0.000108242 (0.6284) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:06 2021 Memory usage per processor = 27.5342 Mbytes Step Atoms AVEKE stressZZ 12677 5000 3.1687457e-11 4027727.6 12678 -0.0103024999999944 4027661.3265959 12678 5000 3.1623738e-11 4027661.3 Loop time of 0.0172591 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:06 2021 Pair time (%) = 0.00100899 (5.84611) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.19616) Outpt time (%) = 0.0161202 (93.401) Other time (%) = 9.60827e-05 (0.556707) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:06 2021 Memory usage per processor = 27.5342 Mbytes Step Atoms AVEKE stressZZ 12678 5000 3.1623738e-11 4027645.3 12679 -0.0103024999999944 4027579.156773 12679 5000 3.1582428e-11 4027579.2 Loop time of 0.0170889 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:06 2021 Pair time (%) = 0.00104499 (6.11502) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192533) Outpt time (%) = 0.0159171 (93.1428) Other time (%) = 9.39369e-05 (0.549696) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:06 2021 Memory usage per processor = 27.5342 Mbytes Step Atoms AVEKE stressZZ 12679 5000 3.1582428e-11 4027563.2 12680 -0.0103024999999944 4027497.03608551 12680 5000 3.1555342e-11 4027497 Loop time of 0.018785 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:06 2021 Pair time (%) = 0.00102592 (5.46135) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.186572) Outpt time (%) = 0.017621 (93.8038) Other time (%) = 0.000102997 (0.548293) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:06 2021 Memory usage per processor = 27.5342 Mbytes Step Atoms AVEKE stressZZ 12680 5000 3.1555342e-11 4027481.1 12681 -0.0103024999999944 4027414.94813878 12681 5000 3.1537287e-11 4027414.9 Loop time of 0.0171211 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:06 2021 Pair time (%) = 0.00122309 (7.14375) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.228377) Outpt time (%) = 0.0157261 (91.8522) Other time (%) = 0.000132799 (0.775647) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:06 2021 Memory usage per processor = 27.5342 Mbytes Step Atoms AVEKE stressZZ 12681 5000 3.1537287e-11 4027399 12682 -0.0103024999999944 4027332.88251552 12682 5000 3.1524968e-11 4027332.9 Loop time of 0.016983 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:06 2021 Pair time (%) = 0.00104094 (6.12927) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206368) Outpt time (%) = 0.015806 (93.0691) Other time (%) = 0.000101089 (0.595238) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:06 2021 Memory usage per processor = 27.5342 Mbytes Step Atoms AVEKE stressZZ 12682 5000 3.1524968e-11 4027316.9 12683 -0.0103024999999944 4027250.83269287 12683 5000 3.1516294e-11 4027250.8 Loop time of 0.0173159 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:06 2021 Pair time (%) = 0.00101495 (5.86138) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.196894) Outpt time (%) = 0.0161729 (93.3992) Other time (%) = 9.39369e-05 (0.54249) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:06 2021 Memory usage per processor = 27.5342 Mbytes Step Atoms AVEKE stressZZ 12683 5000 3.1516294e-11 4027234.9 12684 -0.0103024999999944 4027168.79443539 12684 5000 3.1509936e-11 4027168.8 Loop time of 0.0165529 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:06 2021 Pair time (%) = 0.00100613 (6.07824) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.205969) Outpt time (%) = 0.0153699 (92.853) Other time (%) = 0.000142813 (0.862764) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:06 2021 Memory usage per processor = 27.5342 Mbytes Step Atoms AVEKE stressZZ 12684 5000 3.1509936e-11 4027152.8 12685 -0.0103024999999944 4027086.76504464 12685 5000 3.1505049e-11 4027086.8 Loop time of 0.0174069 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:06 2021 Pair time (%) = 0.00117278 (6.73743) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189015) Outpt time (%) = 0.016042 (92.1586) Other time (%) = 0.000159264 (0.914943) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:06 2021 Memory usage per processor = 27.5342 Mbytes Step Atoms AVEKE stressZZ 12685 5000 3.1505049e-11 4027070.8 12686 -0.0103024999999944 4027004.74281155 12686 5000 3.1501097e-11 4027004.7 Loop time of 0.0172741 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:06 2021 Pair time (%) = 0.000998974 (5.78306) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190468) Outpt time (%) = 0.0161481 (93.4813) Other time (%) = 9.41753e-05 (0.545181) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:06 2021 Memory usage per processor = 27.5342 Mbytes Step Atoms AVEKE stressZZ 12686 5000 3.1501097e-11 4026988.8 12687 -0.0103024999999944 4026922.72665018 12687 5000 3.149774e-11 4026922.7 Loop time of 0.0167351 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:06 2021 Pair time (%) = 0.000999928 (5.97504) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.196604) Outpt time (%) = 0.015609 (93.2713) Other time (%) = 9.32217e-05 (0.557044) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:06 2021 Memory usage per processor = 27.5342 Mbytes Step Atoms AVEKE stressZZ 12687 5000 3.149774e-11 4026906.8 12688 -0.0103024999999944 4026840.71587011 12688 5000 3.149476e-11 4026840.7 Loop time of 0.0165899 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:06 2021 Pair time (%) = 0.00111008 (6.69129) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211258) Outpt time (%) = 0.0153389 (92.4594) Other time (%) = 0.000105858 (0.638087) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:06 2021 Memory usage per processor = 27.5342 Mbytes Step Atoms AVEKE stressZZ 12688 5000 3.149476e-11 4026824.8 12689 -0.0103024999999944 4026758.7100319 12689 5000 3.149202e-11 4026758.7 Loop time of 0.0172188 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:06 2021 Pair time (%) = 0.000999212 (5.80302) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.19108) Outpt time (%) = 0.0160968 (93.4839) Other time (%) = 8.98838e-05 (0.522009) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:06 2021 Memory usage per processor = 27.5342 Mbytes Step Atoms AVEKE stressZZ 12689 5000 3.149202e-11 4026742.8 12690 -0.0103024999999944 4026676.70885591 12690 5000 3.1489434e-11 4026676.7 Loop time of 0.0192671 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:06 2021 Pair time (%) = 0.00100207 (5.20096) Neigh time (%) = 0 (0) Comm time (%) = 9.60827e-05 (0.498688) Outpt time (%) = 0.0180588 (93.7287) Other time (%) = 0.000110149 (0.571697) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:06 2021 Memory usage per processor = 27.5342 Mbytes Step Atoms AVEKE stressZZ 12690 5000 3.1489434e-11 4026660.8 12691 -0.0103024999999944 4026594.71216378 12691 5000 3.1486944e-11 4026594.7 Loop time of 0.016494 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:06 2021 Pair time (%) = 0.00100303 (6.08115) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.205259) Outpt time (%) = 0.01531 (92.8217) Other time (%) = 0.000147104 (0.891863) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:06 2021 Memory usage per processor = 27.5342 Mbytes Step Atoms AVEKE stressZZ 12691 5000 3.1486944e-11 4026578.8 12692 -0.0103024999999944 4026512.71984171 12692 5000 3.1484516e-11 4026512.7 Loop time of 0.017184 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:06 2021 Pair time (%) = 0.00134897 (7.85016) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.215054) Outpt time (%) = 0.015636 (90.9913) Other time (%) = 0.000162125 (0.943462) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:06 2021 Memory usage per processor = 27.5342 Mbytes Step Atoms AVEKE stressZZ 12692 5000 3.1484516e-11 4026496.8 12693 -0.0103024999999944 4026430.73181691 12693 5000 3.1482127e-11 4026430.7 Loop time of 0.0172331 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:06 2021 Pair time (%) = 0.00100493 (5.83141) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197839) Outpt time (%) = 0.016063 (93.2098) Other time (%) = 0.00013113 (0.760919) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:06 2021 Memory usage per processor = 27.5342 Mbytes Step Atoms AVEKE stressZZ 12693 5000 3.1482127e-11 4026414.8 12694 -0.0103024999999944 4026348.7480428 12694 5000 3.1479764e-11 4026348.7 Loop time of 0.0169442 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:06 2021 Pair time (%) = 0.00103617 (6.11518) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.194177) Outpt time (%) = 0.015779 (93.1236) Other time (%) = 9.60827e-05 (0.567055) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:06 2021 Memory usage per processor = 27.5342 Mbytes Step Atoms AVEKE stressZZ 12694 5000 3.1479764e-11 4026332.8 12695 -0.0103024999999944 4026266.76848922 12695 5000 3.1477417e-11 4026266.8 Loop time of 0.0164931 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:06 2021 Pair time (%) = 0.00102186 (6.1957) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.205271) Outpt time (%) = 0.0153332 (92.9673) Other time (%) = 0.000104189 (0.631713) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:06 2021 Memory usage per processor = 27.5342 Mbytes Step Atoms AVEKE stressZZ 12695 5000 3.1477417e-11 4026250.8 12696 -0.0103024999999944 4026184.79313671 12696 5000 3.147508e-11 4026184.8 Loop time of 0.017364 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:06 2021 Pair time (%) = 0.00111294 (6.40945) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.207332) Outpt time (%) = 0.0161011 (92.7269) Other time (%) = 0.000113964 (0.656323) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:06 2021 Memory usage per processor = 27.5342 Mbytes Step Atoms AVEKE stressZZ 12696 5000 3.147508e-11 4026168.9 12697 -0.0103024999999944 4026102.8219726 12697 5000 3.1472749e-11 4026102.8 Loop time of 0.017271 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:06 2021 Pair time (%) = 0.00100398 (5.81309) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191883) Outpt time (%) = 0.016139 (93.4456) Other time (%) = 9.48906e-05 (0.54942) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:06 2021 Memory usage per processor = 27.5342 Mbytes Step Atoms AVEKE stressZZ 12697 5000 3.1472749e-11 4026086.9 12698 -0.0103024999999944 4026020.85498837 12698 5000 3.1470423e-11 4026020.9 Loop time of 0.016788 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:06 2021 Pair time (%) = 0.00109601 (6.52853) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.195984) Outpt time (%) = 0.015564 (92.7088) Other time (%) = 9.5129e-05 (0.566649) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:06 2021 Memory usage per processor = 27.5342 Mbytes Step Atoms AVEKE stressZZ 12698 5000 3.1470423e-11 4026004.9 12699 -0.0103024999999944 4025938.89215397 12699 5000 3.14681e-11 4025938.9 Loop time of 0.017179 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:06 2021 Pair time (%) = 0.0012331 (7.17795) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.233158) Outpt time (%) = 0.015774 (91.8214) Other time (%) = 0.000131845 (0.76748) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:06 2021 Memory usage per processor = 27.5342 Mbytes Step Atoms AVEKE stressZZ 12699 5000 3.14681e-11 4025923 12700 -0.0103024999999944 4025856.93346692 12700 5000 3.1465778e-11 4025856.9 Loop time of 0.0197031 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:07 2021 Pair time (%) = 0.00104499 (5.30366) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.173038) Outpt time (%) = 0.0185308 (94.0502) Other time (%) = 9.32217e-05 (0.473131) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:07 2021 Memory usage per processor = 27.5342 Mbytes Step Atoms AVEKE stressZZ 12700 5000 3.1465778e-11 4025841 12701 -0.0103024999999944 4025774.97894485 12701 5000 3.1463458e-11 4025775 Loop time of 0.0172601 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:07 2021 Pair time (%) = 0.001086 (6.29196) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.196149) Outpt time (%) = 0.0160451 (92.9607) Other time (%) = 9.5129e-05 (0.551151) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:07 2021 Memory usage per processor = 27.5342 Mbytes Step Atoms AVEKE stressZZ 12701 5000 3.1463458e-11 4025759 12702 -0.0103024999999944 4025693.0285858 12702 5000 3.1461139e-11 4025693 Loop time of 0.0165079 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:07 2021 Pair time (%) = 0.00100303 (6.07606) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.200754) Outpt time (%) = 0.015378 (93.1556) Other time (%) = 9.36985e-05 (0.567599) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:07 2021 Memory usage per processor = 27.5342 Mbytes Step Atoms AVEKE stressZZ 12702 5000 3.1461139e-11 4025677.1 12703 -0.0103024999999944 4025611.0823883 12703 5000 3.1458821e-11 4025611.1 Loop time of 0.017035 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:07 2021 Pair time (%) = 0.00121403 (7.12666) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.223933) Outpt time (%) = 0.0156529 (91.8866) Other time (%) = 0.000129938 (0.762771) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:07 2021 Memory usage per processor = 27.5342 Mbytes Step Atoms AVEKE stressZZ 12703 5000 3.1458821e-11 4025595.1 12704 -0.0103024999999944 4025529.14035108 12704 5000 3.1456503e-11 4025529.1 Loop time of 0.0173199 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:07 2021 Pair time (%) = 0.00100493 (5.80219) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191341) Outpt time (%) = 0.016187 (93.4586) Other time (%) = 9.48906e-05 (0.54787) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:07 2021 Memory usage per processor = 27.5342 Mbytes Step Atoms AVEKE stressZZ 12704 5000 3.1456503e-11 4025513.2 12705 -0.0103024999999944 4025447.20247323 12705 5000 3.1454185e-11 4025447.2 Loop time of 0.0172429 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:07 2021 Pair time (%) = 0.00103807 (6.0203) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192196) Outpt time (%) = 0.0160758 (93.2317) Other time (%) = 9.58443e-05 (0.555847) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:07 2021 Memory usage per processor = 27.5342 Mbytes Step Atoms AVEKE stressZZ 12705 5000 3.1454185e-11 4025431.3 12706 -0.0103024999999944 4025365.2687538 12706 5000 3.1451868e-11 4025365.3 Loop time of 0.0165021 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:07 2021 Pair time (%) = 0.00103402 (6.26598) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.218161) Outpt time (%) = 0.015332 (92.9091) Other time (%) = 0.000100136 (0.606805) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:07 2021 Memory usage per processor = 27.5342 Mbytes Step Atoms AVEKE stressZZ 12706 5000 3.1451868e-11 4025349.3 12707 -0.0103024999999944 4025283.33919203 12707 5000 3.1449551e-11 4025283.3 Loop time of 0.0170391 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:07 2021 Pair time (%) = 0.00106192 (6.23225) Neigh time (%) = 0 (0) Comm time (%) = 6.41346e-05 (0.376397) Outpt time (%) = 0.015779 (92.605) Other time (%) = 0.000133991 (0.786377) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:07 2021 Memory usage per processor = 27.5342 Mbytes Step Atoms AVEKE stressZZ 12707 5000 3.1449551e-11 4025267.4 12708 -0.0103024999999944 4025201.41378719 12708 5000 3.1447234e-11 4025201.4 Loop time of 0.017097 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:07 2021 Pair time (%) = 0.00100303 (5.86669) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.26914) Outpt time (%) = 0.015933 (93.192) Other time (%) = 0.000114918 (0.672152) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:07 2021 Memory usage per processor = 27.5342 Mbytes Step Atoms AVEKE stressZZ 12708 5000 3.1447234e-11 4025185.5 12709 -0.0103024999999944 4025119.49253853 12709 5000 3.1444918e-11 4025119.5 Loop time of 0.0164878 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:07 2021 Pair time (%) = 0.00100493 (6.095) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.199552) Outpt time (%) = 0.015357 (93.1415) Other time (%) = 9.29832e-05 (0.563951) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:07 2021 Memory usage per processor = 27.5342 Mbytes Step Atoms AVEKE stressZZ 12709 5000 3.1444918e-11 4025103.6 12710 -0.0103024999999944 4025037.57544766 12710 5000 3.1442602e-11 4025037.6 Loop time of 0.019084 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:07 2021 Pair time (%) = 0.00120115 (6.29404) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.19989) Outpt time (%) = 0.0177081 (92.7902) Other time (%) = 0.000136614 (0.715856) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:07 2021 Memory usage per processor = 27.5342 Mbytes Step Atoms AVEKE stressZZ 12710 5000 3.1442602e-11 4025021.6 12711 -0.0103024999999944 4024955.66251929 12711 5000 3.1440286e-11 4024955.7 Loop time of 0.017143 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:07 2021 Pair time (%) = 0.00111008 (6.47539) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193316) Outpt time (%) = 0.015903 (92.7666) Other time (%) = 9.67979e-05 (0.56465) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:07 2021 Memory usage per processor = 27.5342 Mbytes Step Atoms AVEKE stressZZ 12711 5000 3.1440286e-11 4024939.7 12712 -0.0103024999999944 4024873.75374944 12712 5000 3.1437971e-11 4024873.8 Loop time of 0.0171821 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:07 2021 Pair time (%) = 0.00100303 (5.83762) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.197039) Outpt time (%) = 0.0160551 (93.4408) Other time (%) = 9.01222e-05 (0.524512) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:07 2021 Memory usage per processor = 27.5342 Mbytes Step Atoms AVEKE stressZZ 12712 5000 3.1437971e-11 4024857.8 12713 -0.0103024999999944 4024791.84913654 12713 5000 3.1435655e-11 4024791.8 Loop time of 0.0168109 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:07 2021 Pair time (%) = 0.00100207 (5.96086) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.195717) Outpt time (%) = 0.0156391 (93.0294) Other time (%) = 0.000136852 (0.814069) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:07 2021 Memory usage per processor = 27.5342 Mbytes Step Atoms AVEKE stressZZ 12713 5000 3.1435655e-11 4024775.9 12714 -0.0103024999999944 4024709.94867952 12714 5000 3.143334e-11 4024709.9 Loop time of 0.0171199 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:07 2021 Pair time (%) = 0.00130486 (7.62193) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.298025) Outpt time (%) = 0.0155818 (91.0161) Other time (%) = 0.000182152 (1.06398) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:07 2021 Memory usage per processor = 27.5342 Mbytes Step Atoms AVEKE stressZZ 12714 5000 3.143334e-11 4024694 12715 -0.0103024999999944 4024628.05237739 12715 5000 3.1431026e-11 4024628.1 Loop time of 0.0169399 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:07 2021 Pair time (%) = 0.00100207 (5.91547) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.195634) Outpt time (%) = 0.01581 (93.3301) Other time (%) = 9.46522e-05 (0.558754) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:07 2021 Memory usage per processor = 27.5342 Mbytes Step Atoms AVEKE stressZZ 12715 5000 3.1431026e-11 4024612.1 12716 -0.0103024999999944 4024546.16022946 12716 5000 3.1428711e-11 4024546.2 Loop time of 0.017154 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:07 2021 Pair time (%) = 0.00104189 (6.07375) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.197362) Outpt time (%) = 0.0159848 (93.1841) Other time (%) = 9.34601e-05 (0.54483) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:07 2021 Memory usage per processor = 27.5342 Mbytes Step Atoms AVEKE stressZZ 12716 5000 3.1428711e-11 4024530.2 12717 -0.0103024999999944 4024464.27223491 12717 5000 3.1426397e-11 4024464.3 Loop time of 0.016732 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:07 2021 Pair time (%) = 0.00115299 (6.89095) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.220864) Outpt time (%) = 0.015394 (92.0033) Other time (%) = 0.000148058 (0.88488) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:07 2021 Memory usage per processor = 27.5342 Mbytes Step Atoms AVEKE stressZZ 12717 5000 3.1426397e-11 4024448.3 12718 -0.0103024999999944 4024382.38839314 12718 5000 3.1424083e-11 4024382.4 Loop time of 0.0163379 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:07 2021 Pair time (%) = 0.00100207 (6.13344) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.202843) Outpt time (%) = 0.015209 (93.0902) Other time (%) = 9.36985e-05 (0.573505) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:07 2021 Memory usage per processor = 27.5342 Mbytes Step Atoms AVEKE stressZZ 12718 5000 3.1424083e-11 4024366.5 12719 -0.0103024999999944 4024300.50870345 12719 5000 3.1421769e-11 4024300.5 Loop time of 0.0162139 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:07 2021 Pair time (%) = 0.000998974 (6.16122) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.204394) Outpt time (%) = 0.015099 (93.1241) Other time (%) = 8.27312e-05 (0.510249) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:07 2021 Memory usage per processor = 27.5342 Mbytes Step Atoms AVEKE stressZZ 12719 5000 3.1421769e-11 4024284.6 12720 -0.0103024999999944 4024218.63316518 12720 5000 3.1419456e-11 4024218.6 Loop time of 0.018893 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:07 2021 Pair time (%) = 0.00100398 (5.31403) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.174148) Outpt time (%) = 0.017767 (94.0399) Other time (%) = 8.91685e-05 (0.471966) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:07 2021 Memory usage per processor = 27.5342 Mbytes Step Atoms AVEKE stressZZ 12720 5000 3.1419456e-11 4024202.7 12721 -0.0103024999999944 4024136.76177777 12721 5000 3.1417142e-11 4024136.8 Loop time of 0.0167201 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:07 2021 Pair time (%) = 0.00106692 (6.3811) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.215317) Outpt time (%) = 0.0154951 (92.6735) Other time (%) = 0.00012207 (0.730083) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:07 2021 Memory usage per processor = 27.5342 Mbytes Step Atoms AVEKE stressZZ 12721 5000 3.1417142e-11 4024120.8 12722 -0.0103024999999944 4024054.8945406 12722 5000 3.1414829e-11 4024054.9 Loop time of 0.0170829 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:07 2021 Pair time (%) = 0.00108409 (6.34604) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193996) Outpt time (%) = 0.0158679 (92.8877) Other time (%) = 9.77516e-05 (0.572218) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:07 2021 Memory usage per processor = 27.5342 Mbytes Step Atoms AVEKE stressZZ 12722 5000 3.1414829e-11 4024039 12723 -0.0103024999999944 4023973.03145311 12723 5000 3.1412517e-11 4023973 Loop time of 0.0172069 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:07 2021 Pair time (%) = 0.00100207 (5.82367) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192598) Outpt time (%) = 0.016082 (93.4627) Other time (%) = 8.96454e-05 (0.520985) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:07 2021 Memory usage per processor = 27.5342 Mbytes Step Atoms AVEKE stressZZ 12723 5000 3.1412517e-11 4023957.1 12724 -0.0103024999999944 4023891.17251471 12724 5000 3.1410204e-11 4023891.2 Loop time of 0.0168381 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:07 2021 Pair time (%) = 0.00114703 (6.81213) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.213808) Outpt time (%) = 0.015552 (92.3624) Other time (%) = 0.000102997 (0.61169) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:07 2021 Memory usage per processor = 27.5342 Mbytes Step Atoms AVEKE stressZZ 12724 5000 3.1410204e-11 4023875.2 12725 -0.0103024999999944 4023809.31772487 12725 5000 3.1407892e-11 4023809.3 Loop time of 0.0169771 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:07 2021 Pair time (%) = 0.00123811 (7.29282) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.212058) Outpt time (%) = 0.0155392 (91.5303) Other time (%) = 0.000163794 (0.964793) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:07 2021 Memory usage per processor = 27.5342 Mbytes Step Atoms AVEKE stressZZ 12725 5000 3.1407892e-11 4023793.4 12726 -0.0103024999999944 4023727.46708302 12726 5000 3.140558e-11 4023727.5 Loop time of 0.017324 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:07 2021 Pair time (%) = 0.00100517 (5.80221) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.18992) Outpt time (%) = 0.016191 (93.4601) Other time (%) = 9.48906e-05 (0.547742) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:07 2021 Memory usage per processor = 27.5342 Mbytes Step Atoms AVEKE stressZZ 12726 5000 3.140558e-11 4023711.5 12727 -0.0103024999999944 4023645.62058867 12727 5000 3.1403268e-11 4023645.6 Loop time of 0.0168228 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:07 2021 Pair time (%) = 0.00100112 (5.95096) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.195578) Outpt time (%) = 0.015697 (93.3078) Other time (%) = 9.17912e-05 (0.545635) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:07 2021 Memory usage per processor = 27.5342 Mbytes Step Atoms AVEKE stressZZ 12727 5000 3.1403268e-11 4023629.7 12728 -0.0103024999999944 4023563.77824116 12728 5000 3.1400957e-11 4023563.8 Loop time of 0.0165939 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:07 2021 Pair time (%) = 0.00104308 (6.28592) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211207) Outpt time (%) = 0.015394 (92.7687) Other time (%) = 0.000121832 (0.734195) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:07 2021 Memory usage per processor = 27.5342 Mbytes Step Atoms AVEKE stressZZ 12728 5000 3.1400957e-11 4023547.8 12729 -0.0103024999999944 4023481.9400401 12729 5000 3.1398645e-11 4023481.9 Loop time of 0.0169609 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:07 2021 Pair time (%) = 0.00106716 (6.29191) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.199609) Outpt time (%) = 0.015758 (92.9083) Other time (%) = 0.000101805 (0.600233) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:07 2021 Memory usage per processor = 27.5342 Mbytes Step Atoms AVEKE stressZZ 12729 5000 3.1398645e-11 4023466 12730 -0.0103024999999944 4023400.10598492 12730 5000 3.1396334e-11 4023400.1 Loop time of 0.0188708 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:07 2021 Pair time (%) = 0.00100112 (5.30512) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.174352) Outpt time (%) = 0.0177429 (94.0227) Other time (%) = 9.39369e-05 (0.497789) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:07 2021 Memory usage per processor = 27.5342 Mbytes Step Atoms AVEKE stressZZ 12730 5000 3.1396334e-11 4023384.2 12731 -0.0103024999999944 4023318.27607511 12731 5000 3.1394023e-11 4023318.3 Loop time of 0.0168769 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:07 2021 Pair time (%) = 0.00100398 (5.94883) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.194951) Outpt time (%) = 0.015744 (93.2869) Other time (%) = 9.60827e-05 (0.569314) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:07 2021 Memory usage per processor = 27.5342 Mbytes Step Atoms AVEKE stressZZ 12731 5000 3.1394023e-11 4023302.3 12732 -0.0103024999999944 4023236.4503102 12732 5000 3.1391713e-11 4023236.5 Loop time of 0.0166779 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:07 2021 Pair time (%) = 0.00118089 (7.08057) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.208715) Outpt time (%) = 0.0153279 (91.9059) Other time (%) = 0.00013423 (0.804838) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:07 2021 Memory usage per processor = 27.5342 Mbytes Step Atoms AVEKE stressZZ 12732 5000 3.1391713e-11 4023220.5 12733 -0.0103024999999944 4023154.62868966 12733 5000 3.1389403e-11 4023154.6 Loop time of 0.017071 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:07 2021 Pair time (%) = 0.00116301 (6.81275) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192735) Outpt time (%) = 0.0157812 (92.4442) Other time (%) = 9.39369e-05 (0.550272) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:07 2021 Memory usage per processor = 27.5342 Mbytes Step Atoms AVEKE stressZZ 12733 5000 3.1389403e-11 4023138.7 12734 -0.0103024999999944 4023072.81121299 12734 5000 3.1387093e-11 4023072.8 Loop time of 0.0168941 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:07 2021 Pair time (%) = 0.000999928 (5.9188) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.196164) Outpt time (%) = 0.0157681 (93.3347) Other time (%) = 9.29832e-05 (0.550389) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:07 2021 Memory usage per processor = 27.5342 Mbytes Step Atoms AVEKE stressZZ 12734 5000 3.1387093e-11 4023056.9 12735 -0.0103024999999944 4022990.9978797 12735 5000 3.1384783e-11 4022991 Loop time of 0.016901 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:07 2021 Pair time (%) = 0.00099802 (5.90509) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.194673) Outpt time (%) = 0.0157759 (93.343) Other time (%) = 9.41753e-05 (0.557217) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:07 2021 Memory usage per processor = 27.5342 Mbytes Step Atoms AVEKE stressZZ 12735 5000 3.1384783e-11 4022975.1 12736 -0.0103024999999944 4022909.18868931 12736 5000 3.1382473e-11 4022909.2 Loop time of 0.017252 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:07 2021 Pair time (%) = 0.00134897 (7.81924) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.203151) Outpt time (%) = 0.0157061 (91.0392) Other time (%) = 0.000161886 (0.938364) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:07 2021 Memory usage per processor = 27.5342 Mbytes Step Atoms AVEKE stressZZ 12736 5000 3.1382473e-11 4022893.3 12737 -0.0103024999999944 4022827.38364134 12737 5000 3.1380164e-11 4022827.4 Loop time of 0.017175 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:07 2021 Pair time (%) = 0.00100207 (5.8345) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192956) Outpt time (%) = 0.016048 (93.4381) Other time (%) = 9.17912e-05 (0.534448) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:07 2021 Memory usage per processor = 27.5342 Mbytes Step Atoms AVEKE stressZZ 12737 5000 3.1380164e-11 4022811.5 12738 -0.0103024999999944 4022745.5827353 12738 5000 3.1377855e-11 4022745.6 Loop time of 0.0169911 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:07 2021 Pair time (%) = 0.00100017 (5.8864) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.193641) Outpt time (%) = 0.0158641 (93.3671) Other time (%) = 9.39369e-05 (0.552858) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:07 2021 Memory usage per processor = 27.5342 Mbytes Step Atoms AVEKE stressZZ 12738 5000 3.1377855e-11 4022729.7 12739 -0.0103024999999944 4022663.78597073 12739 5000 3.1375546e-11 4022663.8 Loop time of 0.016484 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:07 2021 Pair time (%) = 0.00105309 (6.38858) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.212615) Outpt time (%) = 0.015286 (92.732) Other time (%) = 0.000109911 (0.666773) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:07 2021 Memory usage per processor = 27.5342 Mbytes Step Atoms AVEKE stressZZ 12739 5000 3.1375546e-11 4022647.9 12740 -0.0103024999999944 4022581.99334718 12740 5000 3.1373238e-11 4022582 Loop time of 0.0192761 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:07 2021 Pair time (%) = 0.00113797 (5.90353) Neigh time (%) = 0 (0) Comm time (%) = 5.00679e-05 (0.25974) Outpt time (%) = 0.0179691 (93.2195) Other time (%) = 0.000118971 (0.617192) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:07 2021 Memory usage per processor = 27.5342 Mbytes Step Atoms AVEKE stressZZ 12740 5000 3.1373238e-11 4022566.1 12741 -0.0103024999999944 4022500.20486418 12741 5000 3.137093e-11 4022500.2 Loop time of 0.017307 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:07 2021 Pair time (%) = 0.00103879 (6.00212) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190106) Outpt time (%) = 0.016109 (93.0777) Other time (%) = 0.000126362 (0.730118) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:07 2021 Memory usage per processor = 27.5342 Mbytes Step Atoms AVEKE stressZZ 12741 5000 3.137093e-11 4022484.3 12742 -0.0103024999999944 4022418.42052128 12742 5000 3.1368622e-11 4022418.4 Loop time of 0.01649 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:07 2021 Pair time (%) = 0.00100112 (6.07108) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.206755) Outpt time (%) = 0.0153651 (93.1785) Other time (%) = 8.96454e-05 (0.543635) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:07 2021 Memory usage per processor = 27.5342 Mbytes Step Atoms AVEKE stressZZ 12742 5000 3.1368622e-11 4022402.5 12743 -0.0103024999999944 4022336.64031794 12743 5000 3.1366314e-11 4022336.6 Loop time of 0.0170479 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:08 2021 Pair time (%) = 0.00123382 (7.23736) Neigh time (%) = 0 (0) Comm time (%) = 4.07696e-05 (0.239147) Outpt time (%) = 0.0156291 (91.6774) Other time (%) = 0.000144243 (0.846107) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:08 2021 Memory usage per processor = 27.5342 Mbytes Step Atoms AVEKE stressZZ 12743 5000 3.1366314e-11 4022320.7 12744 -0.0103024999999944 4022254.86425384 12744 5000 3.1364006e-11 4022254.9 Loop time of 0.017303 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:08 2021 Pair time (%) = 0.00100398 (5.80235) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191529) Outpt time (%) = 0.0161741 (93.4756) Other time (%) = 9.17912e-05 (0.530493) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:08 2021 Memory usage per processor = 27.5342 Mbytes Step Atoms AVEKE stressZZ 12744 5000 3.1364006e-11 4022238.9 12745 -0.0103024999999944 4022173.09232839 12745 5000 3.1361699e-11 4022173.1 Loop time of 0.017076 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:08 2021 Pair time (%) = 0.00104213 (6.10287) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.199659) Outpt time (%) = 0.015907 (93.1543) Other time (%) = 9.27448e-05 (0.543129) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:08 2021 Memory usage per processor = 27.5342 Mbytes Step Atoms AVEKE stressZZ 12745 5000 3.1361699e-11 4022157.2 12746 -0.0103024999999944 4022091.32454126 12746 5000 3.1359392e-11 4022091.3 Loop time of 0.0165989 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:08 2021 Pair time (%) = 0.00100207 (6.03697) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.205398) Outpt time (%) = 0.0154161 (92.8743) Other time (%) = 0.000146627 (0.883354) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:08 2021 Memory usage per processor = 27.5342 Mbytes Step Atoms AVEKE stressZZ 12746 5000 3.1359392e-11 4022075.4 12747 -0.0103024999999944 4022009.560892 12747 5000 3.1357085e-11 4022009.6 Loop time of 0.01736 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:08 2021 Pair time (%) = 0.00112081 (6.45626) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.196394) Outpt time (%) = 0.0160959 (92.7183) Other time (%) = 0.000109196 (0.629009) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:08 2021 Memory usage per processor = 27.5342 Mbytes Step Atoms AVEKE stressZZ 12747 5000 3.1357085e-11 4021993.6 12748 -0.0103024999999944 4021927.80138016 12748 5000 3.1354779e-11 4021927.8 Loop time of 0.0172601 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:08 2021 Pair time (%) = 0.0010469 (6.06542) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.19753) Outpt time (%) = 0.0160861 (93.1983) Other time (%) = 9.29832e-05 (0.538719) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:08 2021 Memory usage per processor = 27.5342 Mbytes Step Atoms AVEKE stressZZ 12748 5000 3.1354779e-11 4021911.9 12749 -0.0103024999999944 4021846.04600258 12749 5000 3.1352473e-11 4021846 Loop time of 0.0165269 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:08 2021 Pair time (%) = 0.00100207 (6.06327) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.19908) Outpt time (%) = 0.015399 (93.175) Other time (%) = 9.29832e-05 (0.562616) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:08 2021 Memory usage per processor = 27.5342 Mbytes Step Atoms AVEKE stressZZ 12749 5000 3.1352473e-11 4021830.1 12750 -0.0103024999999944 4021764.29476115 12750 5000 3.1350167e-11 4021764.3 Loop time of 0.0189509 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:08 2021 Pair time (%) = 0.00113106 (5.96835) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.184938) Outpt time (%) = 0.0176809 (93.2982) Other time (%) = 0.000103951 (0.548524) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:08 2021 Memory usage per processor = 27.5342 Mbytes Step Atoms AVEKE stressZZ 12750 5000 3.1350167e-11 4021748.4 12751 -0.0103024999999944 4021682.54765577 12751 5000 3.1347861e-11 4021682.5 Loop time of 0.017128 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:08 2021 Pair time (%) = 0.00103784 (6.0593) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192094) Outpt time (%) = 0.015959 (93.1751) Other time (%) = 9.82285e-05 (0.573497) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:08 2021 Memory usage per processor = 27.5342 Mbytes Step Atoms AVEKE stressZZ 12751 5000 3.1347861e-11 4021666.6 12752 -0.0103024999999944 4021600.80468605 12752 5000 3.1345556e-11 4021600.8 Loop time of 0.017153 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:08 2021 Pair time (%) = 0.000998974 (5.82389) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193203) Outpt time (%) = 0.016027 (93.4353) Other time (%) = 9.39369e-05 (0.547641) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:08 2021 Memory usage per processor = 27.5342 Mbytes Step Atoms AVEKE stressZZ 12752 5000 3.1345556e-11 4021584.9 12753 -0.0103024999999944 4021519.06585153 12753 5000 3.134325e-11 4021519.1 Loop time of 0.016418 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:08 2021 Pair time (%) = 0.00100112 (6.0977) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.225088) Outpt time (%) = 0.0152628 (92.9642) Other time (%) = 0.000117064 (0.71302) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:08 2021 Memory usage per processor = 27.5342 Mbytes Step Atoms AVEKE stressZZ 12753 5000 3.134325e-11 4021503.1 12754 -0.0103024999999944 4021437.33115638 12754 5000 3.1340945e-11 4021437.3 Loop time of 0.0170021 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:08 2021 Pair time (%) = 0.00123501 (7.26385) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.229975) Outpt time (%) = 0.015589 (91.6886) Other time (%) = 0.000138998 (0.817534) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:08 2021 Memory usage per processor = 27.5342 Mbytes Step Atoms AVEKE stressZZ 12754 5000 3.1340945e-11 4021421.4 12755 -0.0103024999999944 4021355.6005986 12755 5000 3.1338641e-11 4021355.6 Loop time of 0.017132 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:08 2021 Pair time (%) = 0.00100207 (5.84912) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192048) Outpt time (%) = 0.016005 (93.4217) Other time (%) = 9.20296e-05 (0.537178) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:08 2021 Memory usage per processor = 27.5342 Mbytes Step Atoms AVEKE stressZZ 12755 5000 3.1338641e-11 4021339.7 12756 -0.0103024999999944 4021273.8741745 12756 5000 3.1336336e-11 4021273.9 Loop time of 0.016866 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:08 2021 Pair time (%) = 0.00100517 (5.95977) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.195078) Outpt time (%) = 0.015732 (93.2769) Other time (%) = 9.58443e-05 (0.56827) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:08 2021 Memory usage per processor = 27.5342 Mbytes Step Atoms AVEKE stressZZ 12756 5000 3.1336336e-11 4021258 12757 -0.0103024999999944 4021192.15188367 12757 5000 3.1334032e-11 4021192.2 Loop time of 0.016818 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:08 2021 Pair time (%) = 0.00105906 (6.29714) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208392) Outpt time (%) = 0.01559 (92.6978) Other time (%) = 0.000133991 (0.796711) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:08 2021 Memory usage per processor = 27.5342 Mbytes Step Atoms AVEKE stressZZ 12757 5000 3.1334032e-11 4021176.2 12758 -0.0103024999999944 4021110.43372576 12758 5000 3.1331728e-11 4021110.4 Loop time of 0.0170341 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:08 2021 Pair time (%) = 0.00125098 (7.34401) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.198752) Outpt time (%) = 0.015645 (91.8456) Other time (%) = 0.000104189 (0.611651) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:08 2021 Memory usage per processor = 27.5342 Mbytes Step Atoms AVEKE stressZZ 12758 5000 3.1331728e-11 4021094.5 12759 -0.0103024999999944 4021028.71970029 12759 5000 3.1329424e-11 4021028.7 Loop time of 0.0170801 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:08 2021 Pair time (%) = 0.00100589 (5.88925) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.194028) Outpt time (%) = 0.0159519 (93.3947) Other time (%) = 8.91685e-05 (0.522062) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:08 2021 Memory usage per processor = 27.5342 Mbytes Step Atoms AVEKE stressZZ 12759 5000 3.1329424e-11 4021012.8 12760 -0.0103024999999944 4020947.00980693 12760 5000 3.1327121e-11 4020947 Loop time of 0.019278 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:08 2021 Pair time (%) = 0.0010469 (5.43051) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.171906) Outpt time (%) = 0.0181041 (93.9103) Other time (%) = 9.39369e-05 (0.487274) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:08 2021 Memory usage per processor = 27.5342 Mbytes Step Atoms AVEKE stressZZ 12760 5000 3.1327121e-11 4020931.1 12761 -0.0103024999999944 4020865.30404532 12761 5000 3.1324817e-11 4020865.3 Loop time of 0.0164111 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:08 2021 Pair time (%) = 0.00100708 (6.13659) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.207749) Outpt time (%) = 0.0152669 (93.0281) Other time (%) = 0.000102997 (0.627606) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:08 2021 Memory usage per processor = 27.5342 Mbytes Step Atoms AVEKE stressZZ 12761 5000 3.1324817e-11 4020849.4 12762 -0.0103024999999944 4020783.60241507 12762 5000 3.1322514e-11 4020783.6 Loop time of 0.0161629 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:08 2021 Pair time (%) = 0.00100112 (6.19395) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.203564) Outpt time (%) = 0.015038 (93.0405) Other time (%) = 9.08375e-05 (0.562013) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:08 2021 Memory usage per processor = 27.5342 Mbytes Step Atoms AVEKE stressZZ 12762 5000 3.1322514e-11 4020767.7 12763 -0.0103024999999944 4020701.90491584 12763 5000 3.1320212e-11 4020701.9 Loop time of 0.016458 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:08 2021 Pair time (%) = 0.00100088 (6.08141) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.199913) Outpt time (%) = 0.0153351 (93.1769) Other time (%) = 8.91685e-05 (0.541793) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:08 2021 Memory usage per processor = 27.5342 Mbytes Step Atoms AVEKE stressZZ 12763 5000 3.1320212e-11 4020686 12764 -0.0103024999999944 4020620.21154725 12764 5000 3.1317909e-11 4020620.2 Loop time of 0.0174561 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:08 2021 Pair time (%) = 0.0010891 (6.23907) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.193947) Outpt time (%) = 0.0162439 (93.0562) Other time (%) = 8.91685e-05 (0.510817) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:08 2021 Memory usage per processor = 27.5342 Mbytes Step Atoms AVEKE stressZZ 12764 5000 3.1317909e-11 4020604.3 12765 -0.0103024999999944 4020538.5223187 12765 5000 3.1315607e-11 4020538.5 Loop time of 0.0167921 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:08 2021 Pair time (%) = 0.00100398 (5.9789) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.195936) Outpt time (%) = 0.0156598 (93.2572) Other time (%) = 9.53674e-05 (0.567932) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:08 2021 Memory usage per processor = 27.5342 Mbytes Step Atoms AVEKE stressZZ 12765 5000 3.1315607e-11 4020522.6 12766 -0.0103024999999944 4020456.83724307 12766 5000 3.1313305e-11 4020456.8 Loop time of 0.016649 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:08 2021 Pair time (%) = 0.00106406 (6.39114) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.210508) Outpt time (%) = 0.0154421 (92.7511) Other time (%) = 0.000107765 (0.647277) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:23:08 2021 Memory usage per processor = 27.5342 Mbytes Step Atoms AVEKE stressZZ 12766 5000 3.1313305e-11 4020440.9 12767 -0.0103024999999944 4020361.94837724 12767 5000 6.1851416e-11 4020494 Loop time of 0.016794 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:08 2021 Pair time (%) = 0.00111604 (6.64547) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.203013) Outpt time (%) = 0.0154998 (92.294) Other time (%) = 0.000144005 (0.85748) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28328 ave 28328 max 28328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28328 Ave neighs/atom = 5.6656 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:08 2021 Memory usage per processor = 27.5342 Mbytes Step Atoms AVEKE stressZZ 12767 5000 6.1851416e-11 4069765 12768 -0.0103349999999944 4069677.84789862 12768 5000 4.983866e-11 4069677.8 Loop time of 0.0167038 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:08 2021 Pair time (%) = 0.00100398 (6.01048) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.196971) Outpt time (%) = 0.0155592 (93.1474) Other time (%) = 0.000107765 (0.645152) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:08 2021 Memory usage per processor = 27.5342 Mbytes Step Atoms AVEKE stressZZ 12768 5000 4.983866e-11 4069656.4 12769 -0.0103349999999944 4069576.69133412 12769 5000 4.2876933e-11 4069576.7 Loop time of 0.016412 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:08 2021 Pair time (%) = 0.00104713 (6.38029) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.213548) Outpt time (%) = 0.0152259 (92.7728) Other time (%) = 0.000103951 (0.63338) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:08 2021 Memory usage per processor = 27.5342 Mbytes Step Atoms AVEKE stressZZ 12769 5000 4.2876933e-11 4069557.2 12770 -0.0103349999999944 4069482.19517963 12770 5000 3.8723813e-11 4069482.2 Loop time of 0.0194631 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:08 2021 Pair time (%) = 0.00108194 (5.55896) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.175172) Outpt time (%) = 0.0182462 (93.7477) Other time (%) = 0.000100851 (0.518166) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:08 2021 Memory usage per processor = 27.5343 Mbytes Step Atoms AVEKE stressZZ 12770 5000 3.8723813e-11 4069463.9 12771 -0.0103349999999944 4069391.93332742 12771 5000 3.619347e-11 4069391.9 Loop time of 0.017323 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:08 2021 Pair time (%) = 0.0010469 (6.04338) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189931) Outpt time (%) = 0.01612 (93.0551) Other time (%) = 0.000123262 (0.711553) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:08 2021 Memory usage per processor = 27.5343 Mbytes Step Atoms AVEKE stressZZ 12771 5000 3.619347e-11 4069374.4 12772 -0.0103349999999944 4069304.36396246 12772 5000 3.4628936e-11 4069304.4 Loop time of 0.0164881 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:08 2021 Pair time (%) = 0.00100398 (6.08913) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.199549) Outpt time (%) = 0.015357 (93.1401) Other time (%) = 9.41753e-05 (0.571172) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:08 2021 Memory usage per processor = 27.5343 Mbytes Step Atoms AVEKE stressZZ 12772 5000 3.4628936e-11 4069287.3 12773 -0.0103349999999944 4069218.50724545 12773 5000 3.3651731e-11 4069218.5 Loop time of 0.0166819 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:08 2021 Pair time (%) = 0.001091 (6.54004) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.210093) Outpt time (%) = 0.015439 (92.5496) Other time (%) = 0.000116825 (0.70031) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:08 2021 Memory usage per processor = 27.5343 Mbytes Step Atoms AVEKE stressZZ 12773 5000 3.3651731e-11 4069201.8 12774 -0.0103349999999944 4069133.74047766 12774 5000 3.3037094e-11 4069133.7 Loop time of 0.017132 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:08 2021 Pair time (%) = 0.00110006 (6.42109) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.19344) Outpt time (%) = 0.0159039 (92.8316) Other time (%) = 9.48906e-05 (0.553878) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:08 2021 Memory usage per processor = 27.5343 Mbytes Step Atoms AVEKE stressZZ 12774 5000 3.3037094e-11 4069117.2 12775 -0.0103349999999944 4069049.66792676 12775 5000 3.2648556e-11 4069049.7 Loop time of 0.0171988 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:08 2021 Pair time (%) = 0.00100398 (5.8375) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191303) Outpt time (%) = 0.016068 (93.425) Other time (%) = 9.39369e-05 (0.546183) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:08 2021 Memory usage per processor = 27.5343 Mbytes Step Atoms AVEKE stressZZ 12775 5000 3.2648556e-11 4069033.3 12776 -0.0103349999999944 4068966.03809991 12776 5000 3.2401961e-11 4068966 Loop time of 0.0167749 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:08 2021 Pair time (%) = 0.00100899 (6.01487) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.203243) Outpt time (%) = 0.0155799 (92.8765) Other time (%) = 0.000151873 (0.905357) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:08 2021 Memory usage per processor = 27.5343 Mbytes Step Atoms AVEKE stressZZ 12776 5000 3.2401961e-11 4068949.7 12777 -0.0103349999999944 4068882.69117032 12777 5000 3.2244867e-11 4068882.7 Loop time of 0.016818 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:08 2021 Pair time (%) = 0.0012219 (7.26538) Neigh time (%) = 0 (0) Comm time (%) = 3.98159e-05 (0.236745) Outpt time (%) = 0.0154281 (91.7352) Other time (%) = 0.000128269 (0.762688) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:08 2021 Memory usage per processor = 27.5343 Mbytes Step Atoms AVEKE stressZZ 12777 5000 3.2244867e-11 4068866.4 12778 -0.0103349999999944 4068799.52556579 12778 5000 3.2144368e-11 4068799.5 Loop time of 0.017483 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:08 2021 Pair time (%) = 0.00114202 (6.5322) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.200466) Outpt time (%) = 0.0162001 (92.6618) Other time (%) = 0.000105858 (0.60549) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:08 2021 Memory usage per processor = 27.5343 Mbytes Step Atoms AVEKE stressZZ 12778 5000 3.2144368e-11 4068783.3 12779 -0.0103349999999944 4068716.47673573 12779 5000 3.2079719e-11 4068716.5 Loop time of 0.0171869 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:08 2021 Pair time (%) = 0.00100303 (5.836) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192823) Outpt time (%) = 0.0160561 (93.4205) Other time (%) = 9.46522e-05 (0.550723) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:08 2021 Memory usage per processor = 27.5343 Mbytes Step Atoms AVEKE stressZZ 12779 5000 3.2079719e-11 4068700.3 12780 -0.0103349999999944 4068633.50365732 12780 5000 3.2037806e-11 4068633.5 Loop time of 0.0187562 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:08 2021 Pair time (%) = 0.00103807 (5.53458) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.191943) Outpt time (%) = 0.0175781 (93.7193) Other time (%) = 0.000103951 (0.554221) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:08 2021 Memory usage per processor = 27.5343 Mbytes Step Atoms AVEKE stressZZ 12780 5000 3.2037806e-11 4068617.3 12781 -0.0103349999999944 4068550.58025958 12781 5000 3.2010325e-11 4068550.6 Loop time of 0.0172069 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:08 2021 Pair time (%) = 0.00141406 (8.21798) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.214768) Outpt time (%) = 0.015599 (90.6555) Other time (%) = 0.000156879 (0.911724) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:08 2021 Memory usage per processor = 27.5343 Mbytes Step Atoms AVEKE stressZZ 12781 5000 3.2010325e-11 4068534.4 12782 -0.0103349999999944 4068467.68997393 12782 5000 3.1992006e-11 4068467.7 Loop time of 0.017045 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:08 2021 Pair time (%) = 0.00100303 (5.88457) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.194427) Outpt time (%) = 0.0159161 (93.3769) Other time (%) = 9.27448e-05 (0.544117) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:08 2021 Memory usage per processor = 27.5343 Mbytes Step Atoms AVEKE stressZZ 12782 5000 3.1992006e-11 4068451.5 12783 -0.0103349999999944 4068384.82227069 12783 5000 3.1979508e-11 4068384.8 Loop time of 0.0166149 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:08 2021 Pair time (%) = 0.00100493 (6.04839) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.307083) Outpt time (%) = 0.0154529 (93.006) Other time (%) = 0.000106096 (0.63856) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:08 2021 Memory usage per processor = 27.5343 Mbytes Step Atoms AVEKE stressZZ 12783 5000 3.1979508e-11 4068368.6 12784 -0.0103349999999944 4068301.97045768 12784 5000 3.1970707e-11 4068302 Loop time of 0.016674 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:08 2021 Pair time (%) = 0.00118804 (7.12509) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.227351) Outpt time (%) = 0.0153339 (91.9627) Other time (%) = 0.000114202 (0.684912) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:08 2021 Memory usage per processor = 27.5343 Mbytes Step Atoms AVEKE stressZZ 12784 5000 3.1970707e-11 4068285.8 12785 -0.0103349999999944 4068219.13028178 12785 5000 3.1964255e-11 4068219.1 Loop time of 0.0173519 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:08 2021 Pair time (%) = 0.00117588 (6.77668) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189615) Outpt time (%) = 0.016017 (92.3068) Other time (%) = 0.000126123 (0.726858) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:08 2021 Memory usage per processor = 27.5343 Mbytes Step Atoms AVEKE stressZZ 12785 5000 3.1964255e-11 4068202.9 12786 -0.0103349999999944 4068136.29903985 12786 5000 3.1959297e-11 4068136.3 Loop time of 0.0171292 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:08 2021 Pair time (%) = 0.00100613 (5.87376) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.19208) Outpt time (%) = 0.016001 (93.4136) Other time (%) = 8.91685e-05 (0.520565) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:08 2021 Memory usage per processor = 27.5343 Mbytes Step Atoms AVEKE stressZZ 12786 5000 3.1959297e-11 4068120.1 12787 -0.0103349999999944 4068053.47501371 12787 5000 3.1955287e-11 4068053.5 Loop time of 0.016746 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:09 2021 Pair time (%) = 0.00104094 (6.21601) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.196475) Outpt time (%) = 0.0155611 (92.9241) Other time (%) = 0.000111103 (0.663459) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:09 2021 Memory usage per processor = 27.5343 Mbytes Step Atoms AVEKE stressZZ 12787 5000 3.1955287e-11 4068037.3 12788 -0.0103349999999944 4067970.65711124 12788 5000 3.1951881e-11 4067970.7 Loop time of 0.017019 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:09 2021 Pair time (%) = 0.00125718 (7.38691) Neigh time (%) = 0 (0) Comm time (%) = 6.79493e-05 (0.399255) Outpt time (%) = 0.0155199 (91.1912) Other time (%) = 0.000174046 (1.02265) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:09 2021 Memory usage per processor = 27.5343 Mbytes Step Atoms AVEKE stressZZ 12788 5000 3.1951881e-11 4067954.5 12789 -0.0103349999999944 4067887.84463806 12789 5000 3.1948857e-11 4067887.8 Loop time of 0.017179 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:09 2021 Pair time (%) = 0.00112891 (6.57146) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204014) Outpt time (%) = 0.015914 (92.6361) Other time (%) = 0.000101089 (0.588448) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:09 2021 Memory usage per processor = 27.5343 Mbytes Step Atoms AVEKE stressZZ 12789 5000 3.1948857e-11 4067871.7 12790 -0.0103349999999944 4067805.03715275 12790 5000 3.1946077e-11 4067805 Loop time of 0.019361 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:09 2021 Pair time (%) = 0.00100613 (5.19666) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.174864) Outpt time (%) = 0.018234 (94.179) Other time (%) = 8.70228e-05 (0.449474) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:09 2021 Memory usage per processor = 27.5343 Mbytes Step Atoms AVEKE stressZZ 12790 5000 3.1946077e-11 4067788.9 12791 -0.0103349999999944 4067722.23437452 12791 5000 3.1943453e-11 4067722.2 Loop time of 0.0164461 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:09 2021 Pair time (%) = 0.00100613 (6.11772) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.28559) Outpt time (%) = 0.0152841 (92.9342) Other time (%) = 0.000108957 (0.662511) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:09 2021 Memory usage per processor = 27.5343 Mbytes Step Atoms AVEKE stressZZ 12791 5000 3.1943453e-11 4067706 12792 -0.0103349999999944 4067639.43612609 12792 5000 3.1940926e-11 4067639.4 Loop time of 0.0173652 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:09 2021 Pair time (%) = 0.00118899 (6.84698) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.207318) Outpt time (%) = 0.0159621 (91.9201) Other time (%) = 0.000178099 (1.02561) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:09 2021 Memory usage per processor = 27.5343 Mbytes Step Atoms AVEKE stressZZ 12792 5000 3.1940926e-11 4067623.3 12793 -0.0103349999999944 4067556.64229931 12793 5000 3.1938463e-11 4067556.6 Loop time of 0.017107 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:09 2021 Pair time (%) = 0.00104117 (6.08624) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192329) Outpt time (%) = 0.01594 (93.1779) Other time (%) = 9.29832e-05 (0.543539) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:09 2021 Memory usage per processor = 27.5343 Mbytes Step Atoms AVEKE stressZZ 12793 5000 3.1938463e-11 4067540.5 12794 -0.0103349999999944 4067473.85281857 12794 5000 3.1936039e-11 4067473.9 Loop time of 0.0164142 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:09 2021 Pair time (%) = 0.00100303 (6.11074) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.200447) Outpt time (%) = 0.015285 (93.1209) Other time (%) = 9.32217e-05 (0.567934) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:09 2021 Memory usage per processor = 27.5343 Mbytes Step Atoms AVEKE stressZZ 12794 5000 3.1936039e-11 4067457.7 12795 -0.0103349999999944 4067391.06763655 12795 5000 3.1933641e-11 4067391.1 Loop time of 0.016731 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:09 2021 Pair time (%) = 0.00116992 (6.99252) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.215176) Outpt time (%) = 0.015419 (92.1582) Other time (%) = 0.000106096 (0.634129) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:09 2021 Memory usage per processor = 27.5343 Mbytes Step Atoms AVEKE stressZZ 12795 5000 3.1933641e-11 4067374.9 12796 -0.0103349999999944 4067308.28672296 12796 5000 3.1931259e-11 4067308.3 Loop time of 0.017175 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:09 2021 Pair time (%) = 0.0011282 (6.56885) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191568) Outpt time (%) = 0.015903 (92.5941) Other time (%) = 0.000110865 (0.645502) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:09 2021 Memory usage per processor = 27.5343 Mbytes Step Atoms AVEKE stressZZ 12796 5000 3.1931259e-11 4067292.1 12797 -0.0103349999999944 4067225.51005853 12797 5000 3.1928888e-11 4067225.5 Loop time of 0.0171511 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:09 2021 Pair time (%) = 0.00109601 (6.39031) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.202955) Outpt time (%) = 0.0159121 (92.7756) Other time (%) = 0.000108242 (0.631108) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:09 2021 Memory usage per processor = 27.5343 Mbytes Step Atoms AVEKE stressZZ 12797 5000 3.1928888e-11 4067209.3 12798 -0.0103349999999944 4067142.73763061 12798 5000 3.1926523e-11 4067142.7 Loop time of 0.016479 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:09 2021 Pair time (%) = 0.00100708 (6.11129) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.201105) Outpt time (%) = 0.015343 (93.106) Other time (%) = 9.58443e-05 (0.581614) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:09 2021 Memory usage per processor = 27.5343 Mbytes Step Atoms AVEKE stressZZ 12798 5000 3.1926523e-11 4067126.6 12799 -0.0103349999999944 4067059.96943101 12799 5000 3.1924163e-11 4067060 Loop time of 0.0171981 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:09 2021 Pair time (%) = 0.00132108 (7.68154) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.214878) Outpt time (%) = 0.0156679 (91.1027) Other time (%) = 0.000172138 (1.00091) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:09 2021 Memory usage per processor = 27.5343 Mbytes Step Atoms AVEKE stressZZ 12799 5000 3.1924163e-11 4067043.8 12800 -0.0103349999999944 4066977.20545415 12800 5000 3.1921806e-11 4066977.2 Loop time of 0.019129 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:09 2021 Pair time (%) = 0.00100303 (5.24348) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.173245) Outpt time (%) = 0.0179989 (94.0922) Other time (%) = 9.39369e-05 (0.49107) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:09 2021 Memory usage per processor = 27.5343 Mbytes Step Atoms AVEKE stressZZ 12800 5000 3.1921806e-11 4066961 12801 -0.0103349999999944 4066894.44569651 12801 5000 3.191945e-11 4066894.4 Loop time of 0.016907 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:09 2021 Pair time (%) = 0.00104094 (6.15684) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.196015) Outpt time (%) = 0.015738 (93.0859) Other time (%) = 9.48906e-05 (0.561251) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:09 2021 Memory usage per processor = 27.5343 Mbytes Step Atoms AVEKE stressZZ 12801 5000 3.191945e-11 4066878.3 12802 -0.0103349999999944 4066811.69015527 12802 5000 3.1917096e-11 4066811.7 Loop time of 0.0165281 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:09 2021 Pair time (%) = 0.00103498 (6.2619) Neigh time (%) = 0 (0) Comm time (%) = 6.79493e-05 (0.411113) Outpt time (%) = 0.0153031 (92.5884) Other time (%) = 0.00012207 (0.738561) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:09 2021 Memory usage per processor = 27.5343 Mbytes Step Atoms AVEKE stressZZ 12802 5000 3.1917096e-11 4066795.5 12803 -0.0103349999999944 4066728.93882863 12803 5000 3.1914743e-11 4066728.9 Loop time of 0.0173171 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:09 2021 Pair time (%) = 0.00110483 (6.38002) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.195503) Outpt time (%) = 0.0160739 (92.8214) Other time (%) = 0.000104427 (0.603032) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:09 2021 Memory usage per processor = 27.5343 Mbytes Step Atoms AVEKE stressZZ 12803 5000 3.1914743e-11 4066712.8 12804 -0.0103349999999944 4066646.19171526 12804 5000 3.191239e-11 4066646.2 Loop time of 0.0172031 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:09 2021 Pair time (%) = 0.00106287 (6.17837) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.203728) Outpt time (%) = 0.0159841 (92.9139) Other time (%) = 0.000121117 (0.70404) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:09 2021 Memory usage per processor = 27.5343 Mbytes Step Atoms AVEKE stressZZ 12804 5000 3.191239e-11 4066630 12805 -0.0103349999999944 4066563.4488138 12805 5000 3.1910038e-11 4066563.4 Loop time of 0.0165532 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:09 2021 Pair time (%) = 0.00106406 (6.42815) Neigh time (%) = 0 (0) Comm time (%) = 4.81606e-05 (0.290945) Outpt time (%) = 0.015296 (92.4052) Other time (%) = 0.000144958 (0.875715) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:09 2021 Memory usage per processor = 27.5343 Mbytes Step Atoms AVEKE stressZZ 12805 5000 3.1910038e-11 4066547.3 12806 -0.0103349999999944 4066480.71012352 12806 5000 3.1907687e-11 4066480.7 Loop time of 0.016391 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:09 2021 Pair time (%) = 0.00100207 (6.11354) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.20073) Outpt time (%) = 0.0152662 (93.1374) Other time (%) = 8.98838e-05 (0.548372) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:09 2021 Memory usage per processor = 27.5343 Mbytes Step Atoms AVEKE stressZZ 12806 5000 3.1907687e-11 4066464.5 12807 -0.0103349999999944 4066397.97564348 12807 5000 3.1905336e-11 4066398 Loop time of 0.0163181 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:09 2021 Pair time (%) = 0.00100589 (6.16425) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.203089) Outpt time (%) = 0.0151892 (93.0818) Other time (%) = 8.98838e-05 (0.550823) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:09 2021 Memory usage per processor = 27.5343 Mbytes Step Atoms AVEKE stressZZ 12807 5000 3.1905336e-11 4066381.8 12808 -0.0103349999999944 4066315.2453729 12808 5000 3.1902985e-11 4066315.2 Loop time of 0.0173531 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:09 2021 Pair time (%) = 0.00100207 (5.77462) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.190976) Outpt time (%) = 0.016228 (93.5164) Other time (%) = 8.98838e-05 (0.517971) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:09 2021 Memory usage per processor = 27.5343 Mbytes Step Atoms AVEKE stressZZ 12808 5000 3.1902985e-11 4066299.1 12809 -0.0103349999999944 4066232.51931119 12809 5000 3.1900634e-11 4066232.5 Loop time of 0.0166481 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:09 2021 Pair time (%) = 0.00100613 (6.04351) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.204792) Outpt time (%) = 0.0155082 (93.1531) Other time (%) = 9.9659e-05 (0.598622) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:09 2021 Memory usage per processor = 27.5343 Mbytes Step Atoms AVEKE stressZZ 12809 5000 3.1900634e-11 4066216.3 12810 -0.0103349999999944 4066149.79745856 12810 5000 3.1898284e-11 4066149.8 Loop time of 0.01947 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:09 2021 Pair time (%) = 0.00108695 (5.5827) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.17511) Outpt time (%) = 0.018244 (93.7034) Other time (%) = 0.000104904 (0.5388) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:09 2021 Memory usage per processor = 27.5343 Mbytes Step Atoms AVEKE stressZZ 12810 5000 3.1898284e-11 4066133.6 12811 -0.0103349999999944 4066067.07981506 12811 5000 3.1895934e-11 4066067.1 Loop time of 0.0169349 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:09 2021 Pair time (%) = 0.00100183 (5.91581) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.195692) Outpt time (%) = 0.0158069 (93.3394) Other time (%) = 9.29832e-05 (0.549064) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:09 2021 Memory usage per processor = 27.5343 Mbytes Step Atoms AVEKE stressZZ 12811 5000 3.1895934e-11 4066050.9 12812 -0.0103349999999944 4065984.36637862 12812 5000 3.1893584e-11 4065984.4 Loop time of 0.016923 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:09 2021 Pair time (%) = 0.00100589 (5.94393) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.19583) Outpt time (%) = 0.0157471 (93.0516) Other time (%) = 0.000136852 (0.808679) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:09 2021 Memory usage per processor = 27.5343 Mbytes Step Atoms AVEKE stressZZ 12812 5000 3.1893584e-11 4065968.2 12813 -0.0103349999999944 4065901.65714859 12813 5000 3.1891234e-11 4065901.7 Loop time of 0.0165 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:09 2021 Pair time (%) = 0.00106001 (6.4243) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.218189) Outpt time (%) = 0.0152981 (92.7159) Other time (%) = 0.000105858 (0.641563) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:09 2021 Memory usage per processor = 27.5343 Mbytes Step Atoms AVEKE stressZZ 12813 5000 3.1891234e-11 4065885.5 12814 -0.0103349999999944 4065818.95212443 12814 5000 3.1888885e-11 4065819 Loop time of 0.017184 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:09 2021 Pair time (%) = 0.00113201 (6.58758) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.203954) Outpt time (%) = 0.0159149 (92.6146) Other time (%) = 0.000102043 (0.593826) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:09 2021 Memory usage per processor = 27.5343 Mbytes Step Atoms AVEKE stressZZ 12814 5000 3.1888885e-11 4065802.8 12815 -0.0103349999999944 4065736.25130553 12815 5000 3.1886536e-11 4065736.3 Loop time of 0.017262 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:09 2021 Pair time (%) = 0.00104403 (6.04818) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191984) Outpt time (%) = 0.0160902 (93.2115) Other time (%) = 9.46522e-05 (0.548327) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:09 2021 Memory usage per processor = 27.5343 Mbytes Step Atoms AVEKE stressZZ 12815 5000 3.1886536e-11 4065720.1 12816 -0.0103349999999944 4065653.55469129 12816 5000 3.1884187e-11 4065653.6 Loop time of 0.0163791 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:09 2021 Pair time (%) = 0.00100303 (6.12382) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.200876) Outpt time (%) = 0.0152481 (93.0945) Other time (%) = 9.5129e-05 (0.580794) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:09 2021 Memory usage per processor = 27.5343 Mbytes Step Atoms AVEKE stressZZ 12816 5000 3.1884187e-11 4065637.4 12817 -0.0103349999999944 4065570.86228117 12817 5000 3.1881839e-11 4065570.9 Loop time of 0.0171049 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:09 2021 Pair time (%) = 0.00125098 (7.31361) Neigh time (%) = 0 (0) Comm time (%) = 5.6982e-05 (0.333134) Outpt time (%) = 0.0156469 (91.4765) Other time (%) = 0.000149965 (0.876741) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:09 2021 Memory usage per processor = 27.5343 Mbytes Step Atoms AVEKE stressZZ 12817 5000 3.1881839e-11 4065554.7 12818 -0.0103349999999944 4065488.17407457 12818 5000 3.1879491e-11 4065488.2 Loop time of 0.0170391 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:09 2021 Pair time (%) = 0.00103617 (6.08113) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.198693) Outpt time (%) = 0.0158751 (93.1689) Other time (%) = 9.39369e-05 (0.551303) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:09 2021 Memory usage per processor = 27.5343 Mbytes Step Atoms AVEKE stressZZ 12818 5000 3.1879491e-11 4065472 12819 -0.0103349999999944 4065405.49007096 12819 5000 3.1877143e-11 4065405.5 Loop time of 0.0175378 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:09 2021 Pair time (%) = 0.00100303 (5.71922) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.187605) Outpt time (%) = 0.0164061 (93.5467) Other time (%) = 9.58443e-05 (0.5465) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:09 2021 Memory usage per processor = 27.5343 Mbytes Step Atoms AVEKE stressZZ 12819 5000 3.1877143e-11 4065389.3 12820 -0.0103349999999944 4065322.81026968 12820 5000 3.1874795e-11 4065322.8 Loop time of 0.0186141 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:09 2021 Pair time (%) = 0.00100899 (5.42057) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.183162) Outpt time (%) = 0.0174701 (93.8545) Other time (%) = 0.000100851 (0.541801) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:09 2021 Memory usage per processor = 27.5343 Mbytes Step Atoms AVEKE stressZZ 12820 5000 3.1874795e-11 4065306.6 12821 -0.0103349999999944 4065240.13467025 12821 5000 3.1872447e-11 4065240.1 Loop time of 0.017226 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:09 2021 Pair time (%) = 0.00125408 (7.28018) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.226986) Outpt time (%) = 0.0157909 (91.6693) Other time (%) = 0.000141859 (0.823518) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:09 2021 Memory usage per processor = 27.5343 Mbytes Step Atoms AVEKE stressZZ 12821 5000 3.1872447e-11 4065224 12822 -0.0103349999999944 4065157.46327215 12822 5000 3.18701e-11 4065157.5 Loop time of 0.017097 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:09 2021 Pair time (%) = 0.00100207 (5.86111) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192442) Outpt time (%) = 0.015969 (93.4026) Other time (%) = 9.29832e-05 (0.543857) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:09 2021 Memory usage per processor = 27.5343 Mbytes Step Atoms AVEKE stressZZ 12822 5000 3.18701e-11 4065141.3 12823 -0.0103349999999944 4065074.79607482 12823 5000 3.1867753e-11 4065074.8 Loop time of 0.0170951 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:09 2021 Pair time (%) = 0.00100303 (5.86734) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.199437) Outpt time (%) = 0.0159652 (93.3907) Other time (%) = 9.27448e-05 (0.542523) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:09 2021 Memory usage per processor = 27.5343 Mbytes Step Atoms AVEKE stressZZ 12823 5000 3.1867753e-11 4065058.6 12824 -0.0103349999999944 4064992.13307763 12824 5000 3.1865406e-11 4064992.1 Loop time of 0.0164342 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:09 2021 Pair time (%) = 0.00102305 (6.22516) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.207457) Outpt time (%) = 0.015275 (92.9465) Other time (%) = 0.000102043 (0.62092) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:09 2021 Memory usage per processor = 27.5343 Mbytes Step Atoms AVEKE stressZZ 12824 5000 3.1865406e-11 4064976 12825 -0.0103349999999944 4064909.47428013 12825 5000 3.186306e-11 4064909.5 Loop time of 0.0169749 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:09 2021 Pair time (%) = 0.00105691 (6.2263) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206466) Outpt time (%) = 0.015753 (92.8018) Other time (%) = 0.000129938 (0.765471) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:09 2021 Memory usage per processor = 27.5343 Mbytes Step Atoms AVEKE stressZZ 12825 5000 3.186306e-11 4064893.3 12826 -0.0103349999999944 4064826.81968168 12826 5000 3.1860714e-11 4064826.8 Loop time of 0.017344 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:09 2021 Pair time (%) = 0.001091 (6.29038) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.202073) Outpt time (%) = 0.0161171 (92.9261) Other time (%) = 0.000100851 (0.581475) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:09 2021 Memory usage per processor = 27.5343 Mbytes Step Atoms AVEKE stressZZ 12826 5000 3.1860714e-11 4064810.6 12827 -0.0103349999999944 4064744.16928177 12827 5000 3.1858368e-11 4064744.2 Loop time of 0.0167429 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:09 2021 Pair time (%) = 0.00100493 (6.00214) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190815) Outpt time (%) = 0.0156171 (93.2759) Other time (%) = 8.89301e-05 (0.53115) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:09 2021 Memory usage per processor = 27.5343 Mbytes Step Atoms AVEKE stressZZ 12827 5000 3.1858368e-11 4064728 12828 -0.0103349999999944 4064661.52307999 12828 5000 3.1856022e-11 4064661.5 Loop time of 0.0166559 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:09 2021 Pair time (%) = 0.00112295 (6.74206) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.216147) Outpt time (%) = 0.0153899 (92.3991) Other time (%) = 0.00010705 (0.642714) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:09 2021 Memory usage per processor = 27.5343 Mbytes Step Atoms AVEKE stressZZ 12828 5000 3.1856022e-11 4064645.3 12829 -0.0103349999999944 4064578.88107568 12829 5000 3.1853677e-11 4064578.9 Loop time of 0.017123 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:09 2021 Pair time (%) = 0.00101614 (5.93436) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.199112) Outpt time (%) = 0.0159729 (93.2831) Other time (%) = 9.98974e-05 (0.583411) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:09 2021 Memory usage per processor = 27.5343 Mbytes Step Atoms AVEKE stressZZ 12829 5000 3.1853677e-11 4064562.7 12830 -0.0103349999999944 4064496.24326831 12830 5000 3.1851332e-11 4064496.2 Loop time of 0.0195081 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:10 2021 Pair time (%) = 0.00100613 (5.15747) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.173545) Outpt time (%) = 0.0183761 (94.1972) Other time (%) = 9.20296e-05 (0.47175) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:10 2021 Memory usage per processor = 27.5343 Mbytes Step Atoms AVEKE stressZZ 12830 5000 3.1851332e-11 4064480.1 12831 -0.0103349999999944 4064413.60965741 12831 5000 3.1848987e-11 4064413.6 Loop time of 0.0165739 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:10 2021 Pair time (%) = 0.00100303 (6.05184) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.198515) Outpt time (%) = 0.0154159 (93.0131) Other time (%) = 0.00012207 (0.736521) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:10 2021 Memory usage per processor = 27.5343 Mbytes Step Atoms AVEKE stressZZ 12831 5000 3.1848987e-11 4064397.4 12832 -0.0103349999999944 4064330.98024242 12832 5000 3.1846642e-11 4064331 Loop time of 0.0170372 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:10 2021 Pair time (%) = 0.00133705 (7.84786) Neigh time (%) = 0 (0) Comm time (%) = 4.88758e-05 (0.286878) Outpt time (%) = 0.015481 (90.8661) Other time (%) = 0.000170231 (0.999174) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:10 2021 Memory usage per processor = 27.5343 Mbytes Step Atoms AVEKE stressZZ 12832 5000 3.1846642e-11 4064314.8 12833 -0.0103349999999944 4064248.35502279 12833 5000 3.1844297e-11 4064248.4 Loop time of 0.0171051 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:10 2021 Pair time (%) = 0.00100398 (5.86948) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192351) Outpt time (%) = 0.015974 (93.3876) Other time (%) = 9.41753e-05 (0.550569) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:10 2021 Memory usage per processor = 27.5343 Mbytes Step Atoms AVEKE stressZZ 12833 5000 3.1844297e-11 4064232.2 12834 -0.0103349999999944 4064165.73399806 12834 5000 3.1841953e-11 4064165.7 Loop time of 0.016993 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:10 2021 Pair time (%) = 0.00103998 (6.12004) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.195022) Outpt time (%) = 0.015825 (93.1265) Other time (%) = 9.48906e-05 (0.558408) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:10 2021 Memory usage per processor = 27.5343 Mbytes Step Atoms AVEKE stressZZ 12834 5000 3.1841953e-11 4064149.6 12835 -0.0103349999999944 4064083.11716769 12835 5000 3.1839609e-11 4064083.1 Loop time of 0.0164909 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:10 2021 Pair time (%) = 0.00105715 (6.41048) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.212526) Outpt time (%) = 0.015296 (92.7539) Other time (%) = 0.000102758 (0.623121) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:10 2021 Memory usage per processor = 27.5343 Mbytes Step Atoms AVEKE stressZZ 12835 5000 3.1839609e-11 4064066.9 12836 -0.0103349999999944 4064000.50453115 12836 5000 3.1837266e-11 4064000.5 Loop time of 0.0168409 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:10 2021 Pair time (%) = 0.00105095 (6.24044) Neigh time (%) = 0 (0) Comm time (%) = 5.48363e-05 (0.325613) Outpt time (%) = 0.0156319 (92.8209) Other time (%) = 0.000103235 (0.613002) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:10 2021 Memory usage per processor = 27.5343 Mbytes Step Atoms AVEKE stressZZ 12836 5000 3.1837266e-11 4063984.3 12837 -0.0103349999999944 4063917.8960879 12837 5000 3.1834922e-11 4063917.9 Loop time of 0.017164 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:10 2021 Pair time (%) = 0.00105596 (6.15216) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198636) Outpt time (%) = 0.0159731 (93.0616) Other time (%) = 0.000100851 (0.587573) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:10 2021 Memory usage per processor = 27.5343 Mbytes Step Atoms AVEKE stressZZ 12837 5000 3.1834922e-11 4063901.7 12838 -0.0103349999999944 4063835.29183751 12838 5000 3.1832579e-11 4063835.3 Loop time of 0.0166419 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:10 2021 Pair time (%) = 0.00100279 (6.0257) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.203435) Outpt time (%) = 0.015461 (92.9041) Other time (%) = 0.000144243 (0.86675) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:10 2021 Memory usage per processor = 27.5343 Mbytes Step Atoms AVEKE stressZZ 12838 5000 3.1832579e-11 4063819.1 12839 -0.0103349999999944 4063752.69177937 12839 5000 3.1830236e-11 4063752.7 Loop time of 0.016623 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:10 2021 Pair time (%) = 0.00110793 (6.66504) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.210837) Outpt time (%) = 0.0153441 (92.3066) Other time (%) = 0.000135899 (0.817532) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:10 2021 Memory usage per processor = 27.5343 Mbytes Step Atoms AVEKE stressZZ 12839 5000 3.1830236e-11 4063736.5 12840 -0.0103349999999944 4063670.09591304 12840 5000 3.1827894e-11 4063670.1 Loop time of 0.019542 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:10 2021 Pair time (%) = 0.00104189 (5.33154) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.169585) Outpt time (%) = 0.0183759 (94.0328) Other time (%) = 9.10759e-05 (0.466053) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:10 2021 Memory usage per processor = 27.5343 Mbytes Step Atoms AVEKE stressZZ 12840 5000 3.1827894e-11 4063653.9 12841 -0.0103349999999944 4063587.50423797 12841 5000 3.1825551e-11 4063587.5 Loop time of 0.0171211 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:10 2021 Pair time (%) = 0.00100613 (5.87654) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.199134) Outpt time (%) = 0.0159869 (93.3757) Other time (%) = 9.39369e-05 (0.548662) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:10 2021 Memory usage per processor = 27.5343 Mbytes Step Atoms AVEKE stressZZ 12841 5000 3.1825551e-11 4063571.3 12842 -0.0103349999999944 4063504.91675378 12842 5000 3.1823209e-11 4063504.9 Loop time of 0.0165091 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:10 2021 Pair time (%) = 0.00105596 (6.39622) Neigh time (%) = 0 (0) Comm time (%) = 4.91142e-05 (0.297499) Outpt time (%) = 0.015295 (92.6463) Other time (%) = 0.000108957 (0.659985) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:10 2021 Memory usage per processor = 27.5343 Mbytes Step Atoms AVEKE stressZZ 12842 5000 3.1823209e-11 4063488.7 12843 -0.0103349999999944 4063422.33345977 12843 5000 3.1820867e-11 4063422.3 Loop time of 0.0168161 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:10 2021 Pair time (%) = 0.00126004 (7.49305) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.243861) Outpt time (%) = 0.0153978 (91.5655) Other time (%) = 0.000117302 (0.697556) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:10 2021 Memory usage per processor = 27.5343 Mbytes Step Atoms AVEKE stressZZ 12843 5000 3.1820867e-11 4063406.2 12844 -0.0103349999999944 4063339.75435558 12844 5000 3.1818525e-11 4063339.8 Loop time of 0.0174501 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:10 2021 Pair time (%) = 0.00100279 (5.74661) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.188548) Outpt time (%) = 0.0163181 (93.5129) Other time (%) = 9.63211e-05 (0.55198) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:10 2021 Memory usage per processor = 27.5343 Mbytes Step Atoms AVEKE stressZZ 12844 5000 3.1818525e-11 4063323.6 12845 -0.0103349999999944 4063257.1794406 12845 5000 3.1816184e-11 4063257.2 Loop time of 0.0172648 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:10 2021 Pair time (%) = 0.00100493 (5.8207) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191952) Outpt time (%) = 0.0161378 (93.4723) Other time (%) = 8.89301e-05 (0.515094) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:10 2021 Memory usage per processor = 27.5343 Mbytes Step Atoms AVEKE stressZZ 12845 5000 3.1816184e-11 4063241 12846 -0.0103349999999944 4063174.60871448 12846 5000 3.1813843e-11 4063174.6 Loop time of 0.0168879 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:10 2021 Pair time (%) = 0.00104594 (6.19344) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.200472) Outpt time (%) = 0.0157058 (93.0004) Other time (%) = 0.000102282 (0.60565) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:10 2021 Memory usage per processor = 27.5343 Mbytes Step Atoms AVEKE stressZZ 12846 5000 3.1813843e-11 4063158.4 12847 -0.0103349999999944 4063092.04217664 12847 5000 3.1811502e-11 4063092 Loop time of 0.0174201 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:10 2021 Pair time (%) = 0.00112891 (6.48053) Neigh time (%) = 0 (0) Comm time (%) = 6.41346e-05 (0.368165) Outpt time (%) = 0.0161061 (92.4574) Other time (%) = 0.000120878 (0.693903) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:10 2021 Memory usage per processor = 27.5343 Mbytes Step Atoms AVEKE stressZZ 12847 5000 3.1811502e-11 4063075.9 12848 -0.0103349999999944 4063009.47982655 12848 5000 3.1809161e-11 4063009.5 Loop time of 0.0169561 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:10 2021 Pair time (%) = 0.00100112 (5.90419) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188417) Outpt time (%) = 0.0158281 (93.3478) Other time (%) = 9.48906e-05 (0.559625) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:10 2021 Memory usage per processor = 27.5343 Mbytes Step Atoms AVEKE stressZZ 12848 5000 3.1809161e-11 4062993.3 12849 -0.0103349999999944 4062926.92166379 12849 5000 3.1806821e-11 4062926.9 Loop time of 0.016366 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:10 2021 Pair time (%) = 0.0010128 (6.18845) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.201037) Outpt time (%) = 0.015224 (93.022) Other time (%) = 9.63211e-05 (0.588544) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:10 2021 Memory usage per processor = 27.5343 Mbytes Step Atoms AVEKE stressZZ 12849 5000 3.1806821e-11 4062910.8 12850 -0.0103349999999944 4062844.36768777 12850 5000 3.1804481e-11 4062844.4 Loop time of 0.0184169 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:10 2021 Pair time (%) = 0.00100493 (5.45659) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.185123) Outpt time (%) = 0.0172889 (93.8754) Other time (%) = 8.89301e-05 (0.482873) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:10 2021 Memory usage per processor = 27.5343 Mbytes Step Atoms AVEKE stressZZ 12850 5000 3.1804481e-11 4062828.2 12851 -0.0103349999999944 4062761.81789813 12851 5000 3.1802141e-11 4062761.8 Loop time of 0.0164499 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:10 2021 Pair time (%) = 0.00100398 (6.10325) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.200012) Outpt time (%) = 0.0153239 (93.1547) Other time (%) = 8.91685e-05 (0.54206) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:10 2021 Memory usage per processor = 27.5343 Mbytes Step Atoms AVEKE stressZZ 12851 5000 3.1802141e-11 4062745.7 12852 -0.0103349999999944 4062679.27229431 12852 5000 3.1799801e-11 4062679.3 Loop time of 0.017292 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:10 2021 Pair time (%) = 0.00100613 (5.81844) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190271) Outpt time (%) = 0.016165 (93.4825) Other time (%) = 8.79765e-05 (0.508769) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:10 2021 Memory usage per processor = 27.5343 Mbytes Step Atoms AVEKE stressZZ 12852 5000 3.1799801e-11 4062663.1 12853 -0.0103349999999944 4062596.73087583 12853 5000 3.1797462e-11 4062596.7 Loop time of 0.0170262 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:10 2021 Pair time (%) = 0.00104117 (6.11513) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.193242) Outpt time (%) = 0.0158539 (93.1147) Other time (%) = 9.82285e-05 (0.576926) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:10 2021 Memory usage per processor = 27.5343 Mbytes Step Atoms AVEKE stressZZ 12853 5000 3.1797462e-11 4062580.6 12854 -0.0103349999999944 4062514.1936422 12854 5000 3.1795123e-11 4062514.2 Loop time of 0.0165899 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:10 2021 Pair time (%) = 0.00103593 (6.24434) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211258) Outpt time (%) = 0.015414 (92.9121) Other time (%) = 0.000104904 (0.632338) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:10 2021 Memory usage per processor = 27.5343 Mbytes Step Atoms AVEKE stressZZ 12854 5000 3.1795123e-11 4062498 12855 -0.0103349999999944 4062431.66059293 12855 5000 3.1792784e-11 4062431.7 Loop time of 0.016948 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:10 2021 Pair time (%) = 0.00106406 (6.2784) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.201168) Outpt time (%) = 0.0157471 (92.9141) Other time (%) = 0.000102758 (0.606316) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:10 2021 Memory usage per processor = 27.5343 Mbytes Step Atoms AVEKE stressZZ 12855 5000 3.1792784e-11 4062415.5 12856 -0.0103349999999944 4062349.13172753 12856 5000 3.1790446e-11 4062349.1 Loop time of 0.017205 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:10 2021 Pair time (%) = 0.00100493 (5.84094) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191234) Outpt time (%) = 0.016031 (93.1766) Other time (%) = 0.000136137 (0.791264) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:10 2021 Memory usage per processor = 27.5343 Mbytes Step Atoms AVEKE stressZZ 12856 5000 3.1790446e-11 4062333 12857 -0.0103349999999944 4062266.60704558 12857 5000 3.1788107e-11 4062266.6 Loop time of 0.0165489 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:10 2021 Pair time (%) = 0.00100303 (6.061) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.200256) Outpt time (%) = 0.015389 (92.991) Other time (%) = 0.000123739 (0.74772) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:10 2021 Memory usage per processor = 27.5343 Mbytes Step Atoms AVEKE stressZZ 12857 5000 3.1788107e-11 4062250.4 12858 -0.0103349999999944 4062184.08654652 12858 5000 3.1785769e-11 4062184.1 Loop time of 0.0169542 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:10 2021 Pair time (%) = 0.00124598 (7.34907) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.241875) Outpt time (%) = 0.0155289 (91.5934) Other time (%) = 0.000138283 (0.815626) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:10 2021 Memory usage per processor = 27.5343 Mbytes Step Atoms AVEKE stressZZ 12858 5000 3.1785769e-11 4062167.9 12859 -0.0103349999999944 4062101.5702299 12859 5000 3.1783431e-11 4062101.6 Loop time of 0.0172031 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:10 2021 Pair time (%) = 0.00100183 (5.82357) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191255) Outpt time (%) = 0.016016 (93.0996) Other time (%) = 0.000152349 (0.885594) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:10 2021 Memory usage per processor = 27.5343 Mbytes Step Atoms AVEKE stressZZ 12859 5000 3.1783431e-11 4062085.4 12860 -0.0103349999999944 4062019.05809525 12860 5000 3.1781094e-11 4062019.1 Loop time of 0.0195389 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:10 2021 Pair time (%) = 0.00105786 (5.41414) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.169611) Outpt time (%) = 0.018353 (93.9306) Other time (%) = 9.48906e-05 (0.48565) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:10 2021 Memory usage per processor = 27.5343 Mbytes Step Atoms AVEKE stressZZ 12860 5000 3.1781094e-11 4062002.9 12861 -0.0103349999999944 4061936.55014218 12861 5000 3.1778756e-11 4061936.6 Loop time of 0.0165012 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:10 2021 Pair time (%) = 0.00100493 (6.09007) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.19939) Outpt time (%) = 0.0153742 (93.1702) Other time (%) = 8.91685e-05 (0.540377) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:10 2021 Memory usage per processor = 27.5343 Mbytes Step Atoms AVEKE stressZZ 12861 5000 3.1778756e-11 4061920.4 12862 -0.0103349999999944 4061854.04637007 12862 5000 3.1776419e-11 4061854 Loop time of 0.0171571 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:10 2021 Pair time (%) = 0.00127101 (7.40808) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.22234) Outpt time (%) = 0.015703 (91.5247) Other time (%) = 0.000144958 (0.84489) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:10 2021 Memory usage per processor = 27.5343 Mbytes Step Atoms AVEKE stressZZ 12862 5000 3.1776419e-11 4061837.9 12863 -0.0103349999999944 4061771.54677846 12863 5000 3.1774082e-11 4061771.5 Loop time of 0.017194 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:10 2021 Pair time (%) = 0.00100398 (5.83912) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191356) Outpt time (%) = 0.016063 (93.4218) Other time (%) = 9.41753e-05 (0.547721) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:10 2021 Memory usage per processor = 27.5343 Mbytes Step Atoms AVEKE stressZZ 12863 5000 3.1774082e-11 4061755.4 12864 -0.0103349999999944 4061689.05136697 12864 5000 3.1771746e-11 4061689.1 Loop time of 0.0171461 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:10 2021 Pair time (%) = 0.00100303 (5.84988) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.203015) Outpt time (%) = 0.016 (93.3158) Other time (%) = 0.000108242 (0.631292) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:10 2021 Memory usage per processor = 27.5343 Mbytes Step Atoms AVEKE stressZZ 12864 5000 3.1771746e-11 4061672.9 12865 -0.0103349999999944 4061606.56013507 12865 5000 3.1769409e-11 4061606.6 Loop time of 0.0168459 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:10 2021 Pair time (%) = 0.00100517 (5.96685) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.202386) Outpt time (%) = 0.0156441 (92.8655) Other time (%) = 0.000162601 (0.965226) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:10 2021 Memory usage per processor = 27.5343 Mbytes Step Atoms AVEKE stressZZ 12865 5000 3.1769409e-11 4061590.4 12866 -0.0103349999999944 4061524.07308232 12866 5000 3.1767073e-11 4061524.1 Loop time of 0.0174191 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:10 2021 Pair time (%) = 0.00117803 (6.76284) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.190252) Outpt time (%) = 0.016103 (92.4447) Other time (%) = 0.000104904 (0.602236) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:10 2021 Memory usage per processor = 27.5343 Mbytes Step Atoms AVEKE stressZZ 12866 5000 3.1767073e-11 4061507.9 12867 -0.0103349999999944 4061441.59020821 12867 5000 3.1764738e-11 4061441.6 Loop time of 0.0173211 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:10 2021 Pair time (%) = 0.00100112 (5.77977) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191328) Outpt time (%) = 0.0161932 (93.488) Other time (%) = 9.36985e-05 (0.54095) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:23:10 2021 Memory usage per processor = 27.5343 Mbytes Step Atoms AVEKE stressZZ 12867 5000 3.1764738e-11 4061425.4 12868 -0.0103349999999944 4061345.79424143 12868 5000 6.2742745e-11 4061479.2 Loop time of 0.0163591 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:10 2021 Pair time (%) = 0.00107098 (6.54667) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.20258) Outpt time (%) = 0.01509 (92.2422) Other time (%) = 0.000164986 (1.00853) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:10 2021 Memory usage per processor = 27.5343 Mbytes Step Atoms AVEKE stressZZ 12868 5000 6.2742745e-11 4110968.7 12869 -0.0103674999999943 4110880.78181576 12869 5000 5.0555461e-11 4110880.8 Loop time of 0.0167851 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:10 2021 Pair time (%) = 0.00119209 (7.10207) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.231528) Outpt time (%) = 0.0154231 (91.8852) Other time (%) = 0.00013113 (0.781228) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:10 2021 Memory usage per processor = 27.5343 Mbytes Step Atoms AVEKE stressZZ 12869 5000 5.0555461e-11 4110859 12870 -0.0103674999999943 4110778.64161594 12870 5000 4.3492683e-11 4110778.6 Loop time of 0.021059 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:10 2021 Pair time (%) = 0.0010078 (4.78557) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.156236) Outpt time (%) = 0.019927 (94.6246) Other time (%) = 9.13143e-05 (0.433611) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:10 2021 Memory usage per processor = 27.5344 Mbytes Step Atoms AVEKE stressZZ 12870 5000 4.3492683e-11 4110758.8 12871 -0.0103674999999943 4110683.23117936 12871 5000 3.9279319e-11 4110683.2 Loop time of 0.0169601 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:10 2021 Pair time (%) = 0.00102305 (6.03211) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206646) Outpt time (%) = 0.0158 (93.1596) Other time (%) = 0.000102043 (0.601664) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:10 2021 Memory usage per processor = 27.5344 Mbytes Step Atoms AVEKE stressZZ 12871 5000 3.9279319e-11 4110664.6 12872 -0.0103674999999943 4110592.09913452 12872 5000 3.6712291e-11 4110592.1 Loop time of 0.016484 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:10 2021 Pair time (%) = 0.00100207 (6.07906) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.199598) Outpt time (%) = 0.0153542 (93.1457) Other time (%) = 9.48906e-05 (0.575652) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:10 2021 Memory usage per processor = 27.5344 Mbytes Step Atoms AVEKE stressZZ 12872 5000 3.6712291e-11 4110574.3 12873 -0.0103674999999943 4110503.68761296 12873 5000 3.512508e-11 4110503.7 Loop time of 0.016809 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:10 2021 Pair time (%) = 0.00118995 (7.07923) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.225526) Outpt time (%) = 0.015466 (92.0102) Other time (%) = 0.000115156 (0.685087) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:10 2021 Memory usage per processor = 27.5344 Mbytes Step Atoms AVEKE stressZZ 12873 5000 3.512508e-11 4110486.4 12874 -0.0103674999999943 4110417.00657337 12874 5000 3.4133715e-11 4110417 Loop time of 0.0174389 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:11 2021 Pair time (%) = 0.00109196 (6.26162) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.206442) Outpt time (%) = 0.016202 (92.9071) Other time (%) = 0.000108957 (0.624795) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:11 2021 Memory usage per processor = 27.5344 Mbytes Step Atoms AVEKE stressZZ 12874 5000 3.4133715e-11 4110400 12875 -0.0103674999999943 4110331.42683385 12875 5000 3.3510173e-11 4110331.4 Loop time of 0.0170181 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:11 2021 Pair time (%) = 0.00100899 (5.92891) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.194735) Outpt time (%) = 0.0158811 (93.3188) Other time (%) = 9.48906e-05 (0.557587) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:11 2021 Memory usage per processor = 27.5344 Mbytes Step Atoms AVEKE stressZZ 12875 5000 3.3510173e-11 4110314.6 12876 -0.0103674999999943 4110246.54854192 12876 5000 3.3116005e-11 4110246.5 Loop time of 0.016505 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:11 2021 Pair time (%) = 0.00101495 (6.14933) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.206567) Outpt time (%) = 0.0153551 (93.0331) Other time (%) = 0.000100851 (0.611033) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:11 2021 Memory usage per processor = 27.5344 Mbytes Step Atoms AVEKE stressZZ 12876 5000 3.3116005e-11 4110229.9 12877 -0.0103674999999943 4110162.11758664 12877 5000 3.2865838e-11 4110162.1 Loop time of 0.0171452 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:11 2021 Pair time (%) = 0.00114799 (6.69568) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.221104) Outpt time (%) = 0.0158331 (92.3476) Other time (%) = 0.000126123 (0.735621) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:11 2021 Memory usage per processor = 27.5344 Mbytes Step Atoms AVEKE stressZZ 12877 5000 3.2865838e-11 4110145.5 12878 -0.0103674999999943 4110077.9724773 12878 5000 3.2706468e-11 4110078 Loop time of 0.017535 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:11 2021 Pair time (%) = 0.0010941 (6.23955) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.187635) Outpt time (%) = 0.0163069 (92.9963) Other time (%) = 0.000101089 (0.576502) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:11 2021 Memory usage per processor = 27.5344 Mbytes Step Atoms AVEKE stressZZ 12878 5000 3.2706468e-11 4110061.4 12879 -0.0103674999999943 4109994.01058449 12879 5000 3.2604513e-11 4109994 Loop time of 0.0167401 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:11 2021 Pair time (%) = 0.00100803 (6.02168) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.196545) Outpt time (%) = 0.015604 (93.2135) Other time (%) = 9.5129e-05 (0.568271) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:11 2021 Memory usage per processor = 27.5344 Mbytes Step Atoms AVEKE stressZZ 12879 5000 3.2604513e-11 4109977.5 12880 -0.0103674999999943 4109910.16668568 12880 5000 3.2538927e-11 4109910.2 Loop time of 0.019001 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:11 2021 Pair time (%) = 0.00127196 (6.69419) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.200763) Outpt time (%) = 0.017581 (92.5266) Other time (%) = 0.000109911 (0.578448) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:11 2021 Memory usage per processor = 27.5344 Mbytes Step Atoms AVEKE stressZZ 12880 5000 3.2538927e-11 4109893.7 12881 -0.0103674999999943 4109826.3993311 12881 5000 3.2496407e-11 4109826.4 Loop time of 0.017065 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:11 2021 Pair time (%) = 0.00110197 (6.45747) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192802) Outpt time (%) = 0.0158339 (92.7853) Other time (%) = 9.63211e-05 (0.564435) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:11 2021 Memory usage per processor = 27.5344 Mbytes Step Atoms AVEKE stressZZ 12881 5000 3.2496407e-11 4109809.9 12882 -0.0103674999999943 4109742.6821786 12882 5000 3.2468527e-11 4109742.7 Loop time of 0.0172341 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:11 2021 Pair time (%) = 0.001019 (5.91271) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.208895) Outpt time (%) = 0.016067 (93.2282) Other time (%) = 0.000112057 (0.650204) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:11 2021 Memory usage per processor = 27.5344 Mbytes Step Atoms AVEKE stressZZ 12882 5000 3.2468527e-11 4109726.2 12883 -0.0103674999999943 4109658.99848731 12883 5000 3.2449943e-11 4109659 Loop time of 0.016551 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:11 2021 Pair time (%) = 0.00104594 (6.3195) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.20023) Outpt time (%) = 0.0153499 (92.7427) Other time (%) = 0.00012207 (0.73754) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:11 2021 Memory usage per processor = 27.5344 Mbytes Step Atoms AVEKE stressZZ 12883 5000 3.2449943e-11 4109642.6 12884 -0.0103674999999943 4109575.33761799 12884 5000 3.2437263e-11 4109575.3 Loop time of 0.0171349 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:11 2021 Pair time (%) = 0.00122881 (7.17138) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.233759) Outpt time (%) = 0.015743 (91.8769) Other time (%) = 0.000123024 (0.717973) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:11 2021 Memory usage per processor = 27.5344 Mbytes Step Atoms AVEKE stressZZ 12884 5000 3.2437263e-11 4109558.9 12885 -0.0103674999999943 4109491.69280901 12885 5000 3.2428334e-11 4109491.7 Loop time of 0.0167859 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:11 2021 Pair time (%) = 0.00101709 (6.05923) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.197429) Outpt time (%) = 0.0156429 (93.1908) Other time (%) = 9.27448e-05 (0.552518) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:11 2021 Memory usage per processor = 27.5344 Mbytes Step Atoms AVEKE stressZZ 12885 5000 3.2428334e-11 4109475.3 12886 -0.0103674999999943 4109408.05976304 12886 5000 3.2421789e-11 4109408.1 Loop time of 0.0172088 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:11 2021 Pair time (%) = 0.00104284 (6.05993) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191191) Outpt time (%) = 0.016037 (93.1905) Other time (%) = 9.60827e-05 (0.558334) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:11 2021 Memory usage per processor = 27.5344 Mbytes Step Atoms AVEKE stressZZ 12886 5000 3.2421789e-11 4109391.6 12887 -0.0103674999999943 4109324.435749 12887 5000 3.2416758e-11 4109324.4 Loop time of 0.016741 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:11 2021 Pair time (%) = 0.00103283 (6.16945) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209351) Outpt time (%) = 0.015568 (92.9931) Other time (%) = 0.000105143 (0.628053) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:11 2021 Memory usage per processor = 27.5344 Mbytes Step Atoms AVEKE stressZZ 12887 5000 3.2416758e-11 4109308 12888 -0.0103674999999943 4109240.819031 12888 5000 3.241269e-11 4109240.8 Loop time of 0.0170898 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:11 2021 Pair time (%) = 0.00107288 (6.2779) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.199498) Outpt time (%) = 0.0158818 (92.9311) Other time (%) = 0.000101089 (0.591518) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:11 2021 Memory usage per processor = 27.5344 Mbytes Step Atoms AVEKE stressZZ 12888 5000 3.241269e-11 4109224.4 12889 -0.0103674999999943 4109157.2085056 12889 5000 3.2409234e-11 4109157.2 Loop time of 0.016999 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:11 2021 Pair time (%) = 0.0010078 (5.92855) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.193551) Outpt time (%) = 0.01582 (93.0644) Other time (%) = 0.000138283 (0.813476) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:11 2021 Memory usage per processor = 27.5344 Mbytes Step Atoms AVEKE stressZZ 12889 5000 3.2409234e-11 4109140.8 12890 -0.0103674999999943 4109073.60347139 12890 5000 3.2406166e-11 4109073.6 Loop time of 0.0194769 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:11 2021 Pair time (%) = 0.00101089 (5.19023) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.170151) Outpt time (%) = 0.018338 (94.1524) Other time (%) = 9.48906e-05 (0.487196) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:11 2021 Memory usage per processor = 27.5344 Mbytes Step Atoms AVEKE stressZZ 12890 5000 3.2406166e-11 4109057.2 12891 -0.0103674999999943 4108990.00348241 12891 5000 3.2403346e-11 4108990 Loop time of 0.0166099 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:11 2021 Pair time (%) = 0.00106192 (6.39327) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.216745) Outpt time (%) = 0.015379 (92.589) Other time (%) = 0.000133038 (0.800953) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:11 2021 Memory usage per processor = 27.5344 Mbytes Step Atoms AVEKE stressZZ 12891 5000 3.2403346e-11 4108973.6 12892 -0.0103674999999943 4108906.40825502 12892 5000 3.2400683e-11 4108906.4 Loop time of 0.016582 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:11 2021 Pair time (%) = 0.00103211 (6.2243) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.199856) Outpt time (%) = 0.0153821 (92.7635) Other time (%) = 0.000134706 (0.812365) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:11 2021 Memory usage per processor = 27.5344 Mbytes Step Atoms AVEKE stressZZ 12892 5000 3.2400683e-11 4108890 12893 -0.0103674999999943 4108822.81760884 12893 5000 3.239812e-11 4108822.8 Loop time of 0.0163171 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:11 2021 Pair time (%) = 0.00100708 (6.17192) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.201639) Outpt time (%) = 0.0151851 (93.0624) Other time (%) = 9.20296e-05 (0.564006) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:11 2021 Memory usage per processor = 27.5344 Mbytes Step Atoms AVEKE stressZZ 12893 5000 3.239812e-11 4108806.4 12894 -0.0103674999999943 4108739.23142898 12894 5000 3.239562e-11 4108739.2 Loop time of 0.0167179 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:11 2021 Pair time (%) = 0.00100994 (6.04107) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.196805) Outpt time (%) = 0.0155499 (93.0134) Other time (%) = 0.00012517 (0.748716) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:11 2021 Memory usage per processor = 27.5344 Mbytes Step Atoms AVEKE stressZZ 12894 5000 3.239562e-11 4108722.8 12895 -0.0103674999999943 4108655.64964219 12895 5000 3.2393161e-11 4108655.6 Loop time of 0.0171101 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:11 2021 Pair time (%) = 0.00100493 (5.87334) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193688) Outpt time (%) = 0.01598 (93.3951) Other time (%) = 9.20296e-05 (0.537867) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:11 2021 Memory usage per processor = 27.5344 Mbytes Step Atoms AVEKE stressZZ 12895 5000 3.2393161e-11 4108639.2 12896 -0.0103674999999943 4108572.07220183 12896 5000 3.2390728e-11 4108572.1 Loop time of 0.0169401 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:11 2021 Pair time (%) = 0.00123692 (7.30169) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.229409) Outpt time (%) = 0.015543 (91.7525) Other time (%) = 0.000121355 (0.716377) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:11 2021 Memory usage per processor = 27.5344 Mbytes Step Atoms AVEKE stressZZ 12896 5000 3.2390728e-11 4108555.6 12897 -0.0103674999999943 4108488.49907791 12897 5000 3.2388311e-11 4108488.5 Loop time of 0.0173402 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:11 2021 Pair time (%) = 0.00116897 (6.74137) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189743) Outpt time (%) = 0.0160391 (92.4969) Other time (%) = 9.91821e-05 (0.571979) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:11 2021 Memory usage per processor = 27.5344 Mbytes Step Atoms AVEKE stressZZ 12897 5000 3.2388311e-11 4108472.1 12898 -0.0103674999999943 4108404.93025139 12898 5000 3.2385905e-11 4108404.9 Loop time of 0.0170679 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:11 2021 Pair time (%) = 0.00100303 (5.87668) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.19277) Outpt time (%) = 0.0158939 (93.1218) Other time (%) = 0.000138044 (0.808795) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:11 2021 Memory usage per processor = 27.5344 Mbytes Step Atoms AVEKE stressZZ 12898 5000 3.2385905e-11 4108388.5 12899 -0.0103674999999943 4108321.36570975 12899 5000 3.2383506e-11 4108321.4 Loop time of 0.0166161 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:11 2021 Pair time (%) = 0.00100803 (6.06661) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.203751) Outpt time (%) = 0.0154271 (92.8443) Other time (%) = 0.000147104 (0.885311) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:11 2021 Memory usage per processor = 27.5344 Mbytes Step Atoms AVEKE stressZZ 12899 5000 3.2383506e-11 4108304.9 12900 -0.0103674999999943 4108237.80544499 12900 5000 3.2381111e-11 4108237.8 Loop time of 0.0196311 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:11 2021 Pair time (%) = 0.00134611 (6.85702) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.183388) Outpt time (%) = 0.0180418 (91.9042) Other time (%) = 0.000207186 (1.05539) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:11 2021 Memory usage per processor = 27.5344 Mbytes Step Atoms AVEKE stressZZ 12900 5000 3.2381111e-11 4108221.4 12901 -0.0103674999999943 4108154.24945177 12901 5000 3.237872e-11 4108154.2 Loop time of 0.0176239 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:11 2021 Pair time (%) = 0.00104403 (5.92397) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.193452) Outpt time (%) = 0.0164518 (93.3496) Other time (%) = 9.39369e-05 (0.533009) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:11 2021 Memory usage per processor = 27.5344 Mbytes Step Atoms AVEKE stressZZ 12901 5000 3.237872e-11 4108137.8 12902 -0.0103674999999943 4108070.69772652 12902 5000 3.237633e-11 4108070.7 Loop time of 0.0172851 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:11 2021 Pair time (%) = 0.00100398 (5.80836) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190347) Outpt time (%) = 0.0161271 (93.3006) Other time (%) = 0.000121117 (0.700699) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:11 2021 Memory usage per processor = 27.5344 Mbytes Step Atoms AVEKE stressZZ 12902 5000 3.237633e-11 4108054.3 12903 -0.0103674999999943 4107987.15027919 12903 5000 3.2373941e-11 4107987.2 Loop time of 0.0166581 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:11 2021 Pair time (%) = 0.00100589 (6.03844) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.203237) Outpt time (%) = 0.0154951 (93.0184) Other time (%) = 0.000123262 (0.739956) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:11 2021 Memory usage per processor = 27.5344 Mbytes Step Atoms AVEKE stressZZ 12903 5000 3.2373941e-11 4107970.7 12904 -0.0103674999999943 4107903.60720015 12904 5000 3.2371553e-11 4107903.6 Loop time of 0.0176189 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:11 2021 Pair time (%) = 0.00141621 (8.038) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.220571) Outpt time (%) = 0.016032 (90.9931) Other time (%) = 0.000131845 (0.748319) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:11 2021 Memory usage per processor = 27.5344 Mbytes Step Atoms AVEKE stressZZ 12904 5000 3.2371553e-11 4107887.2 12905 -0.0103674999999943 4107820.06844729 12905 5000 3.2369167e-11 4107820.1 Loop time of 0.017113 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:11 2021 Pair time (%) = 0.00100589 (5.87793) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193655) Outpt time (%) = 0.0159771 (93.3628) Other time (%) = 9.67979e-05 (0.565641) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:11 2021 Memory usage per processor = 27.5344 Mbytes Step Atoms AVEKE stressZZ 12905 5000 3.2369167e-11 4107803.6 12906 -0.0103674999999943 4107736.5340018 12906 5000 3.236678e-11 4107736.5 Loop time of 0.016808 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:11 2021 Pair time (%) = 0.00101709 (6.05124) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.19575) Outpt time (%) = 0.0156622 (93.1828) Other time (%) = 9.58443e-05 (0.570229) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:11 2021 Memory usage per processor = 27.5344 Mbytes Step Atoms AVEKE stressZZ 12906 5000 3.236678e-11 4107720.1 12907 -0.0103674999999943 4107653.00385491 12907 5000 3.2364394e-11 4107653 Loop time of 0.0167608 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:11 2021 Pair time (%) = 0.00109005 (6.50356) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.214794) Outpt time (%) = 0.0155308 (92.6615) Other time (%) = 0.000103951 (0.620199) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:11 2021 Memory usage per processor = 27.5344 Mbytes Step Atoms AVEKE stressZZ 12907 5000 3.2364394e-11 4107636.6 12908 -0.0103674999999943 4107569.47800098 12908 5000 3.2362009e-11 4107569.5 Loop time of 0.01741 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:11 2021 Pair time (%) = 0.00109696 (6.30075) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.195829) Outpt time (%) = 0.0161791 (92.9296) Other time (%) = 9.98974e-05 (0.573792) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:11 2021 Memory usage per processor = 27.5344 Mbytes Step Atoms AVEKE stressZZ 12908 5000 3.2362009e-11 4107553 12909 -0.0103674999999943 4107485.95643508 12909 5000 3.2359623e-11 4107486 Loop time of 0.0176589 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:11 2021 Pair time (%) = 0.00106716 (6.04318) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.193068) Outpt time (%) = 0.0164289 (93.0347) Other time (%) = 0.000128746 (0.72907) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:11 2021 Memory usage per processor = 27.5344 Mbytes Step Atoms AVEKE stressZZ 12909 5000 3.2359623e-11 4107469.5 12910 -0.0103674999999943 4107402.43915136 12910 5000 3.2357238e-11 4107402.4 Loop time of 0.0193849 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:11 2021 Pair time (%) = 0.0010519 (5.42641) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.175879) Outpt time (%) = 0.0181799 (93.784) Other time (%) = 0.000118971 (0.613731) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:11 2021 Memory usage per processor = 27.5345 Mbytes Step Atoms AVEKE stressZZ 12910 5000 3.2357238e-11 4107386 12911 -0.0103674999999943 4107318.92615046 12911 5000 3.2354854e-11 4107318.9 Loop time of 0.0167131 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:11 2021 Pair time (%) = 0.0010488 (6.27532) Neigh time (%) = 0 (0) Comm time (%) = 8.2016e-05 (0.490728) Outpt time (%) = 0.0154741 (92.5863) Other time (%) = 0.000108242 (0.647646) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:11 2021 Memory usage per processor = 27.5345 Mbytes Step Atoms AVEKE stressZZ 12911 5000 3.2354854e-11 4107302.5 12912 -0.0103674999999943 4107235.41743029 12912 5000 3.2352469e-11 4107235.4 Loop time of 0.0172908 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:11 2021 Pair time (%) = 0.00121903 (7.05018) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197179) Outpt time (%) = 0.015914 (92.037) Other time (%) = 0.000123739 (0.715635) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:11 2021 Memory usage per processor = 27.5345 Mbytes Step Atoms AVEKE stressZZ 12912 5000 3.2352469e-11 4107219 12913 -0.0103674999999943 4107151.91298896 12913 5000 3.2350085e-11 4107151.9 Loop time of 0.017601 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:11 2021 Pair time (%) = 0.00105596 (5.9994) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.193704) Outpt time (%) = 0.0164158 (93.2664) Other time (%) = 9.5129e-05 (0.540475) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:11 2021 Memory usage per processor = 27.5345 Mbytes Step Atoms AVEKE stressZZ 12913 5000 3.2350085e-11 4107135.5 12914 -0.0103674999999943 4107068.41282493 12914 5000 3.2347701e-11 4107068.4 Loop time of 0.016907 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:11 2021 Pair time (%) = 0.00109601 (6.48259) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.196015) Outpt time (%) = 0.0156088 (92.3216) Other time (%) = 0.000169039 (0.999817) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:11 2021 Memory usage per processor = 27.5345 Mbytes Step Atoms AVEKE stressZZ 12914 5000 3.2347701e-11 4107052 12915 -0.0103674999999943 4106984.91693671 12915 5000 3.2345318e-11 4106984.9 Loop time of 0.0169861 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:11 2021 Pair time (%) = 0.00113893 (6.70503) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.211945) Outpt time (%) = 0.0157061 (92.464) Other time (%) = 0.000105143 (0.618991) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:11 2021 Memory usage per processor = 27.5345 Mbytes Step Atoms AVEKE stressZZ 12915 5000 3.2345318e-11 4106968.5 12916 -0.0103674999999943 4106901.42532301 12916 5000 3.2342934e-11 4106901.4 Loop time of 0.0175681 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:11 2021 Pair time (%) = 0.00117707 (6.70005) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.188638) Outpt time (%) = 0.0162392 (92.4355) Other time (%) = 0.000118732 (0.675841) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:11 2021 Memory usage per processor = 27.5345 Mbytes Step Atoms AVEKE stressZZ 12916 5000 3.2342934e-11 4106885 12917 -0.0103674999999943 4106817.93798256 12917 5000 3.2340551e-11 4106817.9 Loop time of 0.017226 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:12 2021 Pair time (%) = 0.00100589 (5.83937) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192385) Outpt time (%) = 0.016093 (93.4229) Other time (%) = 9.39369e-05 (0.545321) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:12 2021 Memory usage per processor = 27.5345 Mbytes Step Atoms AVEKE stressZZ 12917 5000 3.2340551e-11 4106801.5 12918 -0.0103674999999943 4106734.45491415 12918 5000 3.2338168e-11 4106734.5 Loop time of 0.0167439 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:12 2021 Pair time (%) = 0.00104904 (6.26522) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.202196) Outpt time (%) = 0.0155649 (92.9587) Other time (%) = 9.60827e-05 (0.573837) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:12 2021 Memory usage per processor = 27.5345 Mbytes Step Atoms AVEKE stressZZ 12918 5000 3.2338168e-11 4106718 12919 -0.0103674999999943 4106650.97611678 12919 5000 3.2335786e-11 4106651 Loop time of 0.017133 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:12 2021 Pair time (%) = 0.00122404 (7.14435) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.228218) Outpt time (%) = 0.015739 (91.8635) Other time (%) = 0.000130892 (0.763975) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:12 2021 Memory usage per processor = 27.5345 Mbytes Step Atoms AVEKE stressZZ 12919 5000 3.2335786e-11 4106634.6 12920 -0.0103674999999943 4106567.50158929 12920 5000 3.2333403e-11 4106567.5 Loop time of 0.0195739 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:12 2021 Pair time (%) = 0.00104713 (5.34964) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.16809) Outpt time (%) = 0.0183949 (93.9768) Other time (%) = 9.89437e-05 (0.505487) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:12 2021 Memory usage per processor = 27.5345 Mbytes Step Atoms AVEKE stressZZ 12920 5000 3.2333403e-11 4106551.1 12921 -0.0103674999999943 4106484.03133085 12921 5000 3.2331021e-11 4106484 Loop time of 0.0175889 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:12 2021 Pair time (%) = 0.0010469 (5.95204) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.188416) Outpt time (%) = 0.0164139 (93.32) Other time (%) = 9.48906e-05 (0.539493) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:12 2021 Memory usage per processor = 27.5345 Mbytes Step Atoms AVEKE stressZZ 12921 5000 3.2331021e-11 4106467.6 12922 -0.0103674999999943 4106400.5653404 12922 5000 3.2328639e-11 4106400.6 Loop time of 0.0170081 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:12 2021 Pair time (%) = 0.00100708 (5.92119) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.19485) Outpt time (%) = 0.0158291 (93.0681) Other time (%) = 0.00013876 (0.815846) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:12 2021 Memory usage per processor = 27.5345 Mbytes Step Atoms AVEKE stressZZ 12922 5000 3.2328639e-11 4106384.1 12923 -0.0103674999999943 4106317.10361709 12923 5000 3.2326258e-11 4106317.1 Loop time of 0.0168431 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:12 2021 Pair time (%) = 0.00118995 (7.0649) Neigh time (%) = 0 (0) Comm time (%) = 5.19753e-05 (0.308585) Outpt time (%) = 0.0154772 (91.8904) Other time (%) = 0.000123978 (0.736075) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:12 2021 Memory usage per processor = 27.5345 Mbytes Step Atoms AVEKE stressZZ 12923 5000 3.2326258e-11 4106300.7 12924 -0.0103674999999943 4106233.64616002 12924 5000 3.2323877e-11 4106233.6 Loop time of 0.0173361 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:12 2021 Pair time (%) = 0.00107408 (6.19559) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191163) Outpt time (%) = 0.016124 (93.0081) Other time (%) = 0.000104904 (0.605119) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:12 2021 Memory usage per processor = 27.5345 Mbytes Step Atoms AVEKE stressZZ 12924 5000 3.2323877e-11 4106217.2 12925 -0.0103674999999943 4106150.19296835 12925 5000 3.2321496e-11 4106150.2 Loop time of 0.0170009 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:12 2021 Pair time (%) = 0.00101304 (5.95874) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.200541) Outpt time (%) = 0.015825 (93.0834) Other time (%) = 0.000128746 (0.757289) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:12 2021 Memory usage per processor = 27.5345 Mbytes Step Atoms AVEKE stressZZ 12925 5000 3.2321496e-11 4106133.8 12926 -0.0103674999999943 4106066.74404125 12926 5000 3.2319115e-11 4106066.7 Loop time of 0.016768 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:12 2021 Pair time (%) = 0.00116897 (6.97142) Neigh time (%) = 0 (0) Comm time (%) = 4.81606e-05 (0.287217) Outpt time (%) = 0.0154018 (91.8527) Other time (%) = 0.000149012 (0.888668) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:12 2021 Memory usage per processor = 27.5345 Mbytes Step Atoms AVEKE stressZZ 12926 5000 3.2319115e-11 4106050.3 12927 -0.0103674999999943 4105983.29937792 12927 5000 3.2316734e-11 4105983.3 Loop time of 0.017359 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:12 2021 Pair time (%) = 0.0010891 (6.27395) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.201898) Outpt time (%) = 0.0161302 (92.9212) Other time (%) = 0.000104666 (0.602947) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:12 2021 Memory usage per processor = 27.5345 Mbytes Step Atoms AVEKE stressZZ 12927 5000 3.2316734e-11 4105966.9 12928 -0.0103674999999943 4105899.85897759 12928 5000 3.2314354e-11 4105899.9 Loop time of 0.017694 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:12 2021 Pair time (%) = 0.00109601 (6.19425) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.192686) Outpt time (%) = 0.016449 (92.9636) Other time (%) = 0.000114918 (0.649473) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:12 2021 Memory usage per processor = 27.5345 Mbytes Step Atoms AVEKE stressZZ 12928 5000 3.2314354e-11 4105883.4 12929 -0.0103674999999943 4105816.42283948 12929 5000 3.2311974e-11 4105816.4 Loop time of 0.0168521 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:12 2021 Pair time (%) = 0.00104713 (6.21366) Neigh time (%) = 0 (0) Comm time (%) = 6.38962e-05 (0.379158) Outpt time (%) = 0.015645 (92.837) Other time (%) = 9.60827e-05 (0.570151) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:12 2021 Memory usage per processor = 27.5345 Mbytes Step Atoms AVEKE stressZZ 12929 5000 3.2311974e-11 4105800 12930 -0.0103674999999943 4105732.99096285 12930 5000 3.2309594e-11 4105733 Loop time of 0.018774 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:12 2021 Pair time (%) = 0.00124097 (6.61003) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.191761) Outpt time (%) = 0.0173919 (92.6382) Other time (%) = 0.000105143 (0.560043) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:12 2021 Memory usage per processor = 27.5345 Mbytes Step Atoms AVEKE stressZZ 12930 5000 3.2309594e-11 4105716.6 12931 -0.0103674999999943 4105649.56334696 12931 5000 3.2307215e-11 4105649.6 Loop time of 0.0174971 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:12 2021 Pair time (%) = 0.00109887 (6.28032) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.193492) Outpt time (%) = 0.016258 (92.9185) Other time (%) = 0.000106335 (0.607729) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:12 2021 Memory usage per processor = 27.5345 Mbytes Step Atoms AVEKE stressZZ 12931 5000 3.2307215e-11 4105633.1 12932 -0.0103674999999943 4105566.13999113 12932 5000 3.2304836e-11 4105566.1 Loop time of 0.0171869 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:12 2021 Pair time (%) = 0.00100493 (5.8471) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191435) Outpt time (%) = 0.0160251 (93.2401) Other time (%) = 0.000123978 (0.721351) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:12 2021 Memory usage per processor = 27.5345 Mbytes Step Atoms AVEKE stressZZ 12932 5000 3.2304836e-11 4105549.7 12933 -0.0103674999999943 4105482.72089461 12933 5000 3.2302457e-11 4105482.7 Loop time of 0.016824 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:12 2021 Pair time (%) = 0.00100398 (5.96755) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.196982) Outpt time (%) = 0.015691 (93.2658) Other time (%) = 9.58443e-05 (0.569688) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:12 2021 Memory usage per processor = 27.5345 Mbytes Step Atoms AVEKE stressZZ 12933 5000 3.2302457e-11 4105466.3 12934 -0.0103674999999943 4105399.30605672 12934 5000 3.2300078e-11 4105399.3 Loop time of 0.017369 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:12 2021 Pair time (%) = 0.00138807 (7.99165) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.236098) Outpt time (%) = 0.0157661 (90.7716) Other time (%) = 0.000173807 (1.00067) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:12 2021 Memory usage per processor = 27.5345 Mbytes Step Atoms AVEKE stressZZ 12934 5000 3.2300078e-11 4105382.9 12935 -0.0103674999999943 4105315.89547676 12935 5000 3.22977e-11 4105315.9 Loop time of 0.017236 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:12 2021 Pair time (%) = 0.00103712 (6.01718) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185357) Outpt time (%) = 0.016073 (93.2525) Other time (%) = 9.39369e-05 (0.545004) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:12 2021 Memory usage per processor = 27.5345 Mbytes Step Atoms AVEKE stressZZ 12935 5000 3.22977e-11 4105299.5 12936 -0.0103674999999943 4105232.48915414 12936 5000 3.2295321e-11 4105232.5 Loop time of 0.0164969 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:12 2021 Pair time (%) = 0.00100899 (6.11623) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.200887) Outpt time (%) = 0.0153639 (93.1323) Other time (%) = 9.08375e-05 (0.550634) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:12 2021 Memory usage per processor = 27.5345 Mbytes Step Atoms AVEKE stressZZ 12936 5000 3.2295321e-11 4105216.1 12937 -0.0103674999999943 4105149.08708816 12937 5000 3.2292943e-11 4105149.1 Loop time of 0.0163689 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:12 2021 Pair time (%) = 0.00104308 (6.37235) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.195176) Outpt time (%) = 0.015208 (92.9081) Other time (%) = 8.58307e-05 (0.524353) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:12 2021 Memory usage per processor = 27.5345 Mbytes Step Atoms AVEKE stressZZ 12937 5000 3.2292943e-11 4105132.7 12938 -0.0103674999999943 4105065.6892781 12938 5000 3.2290566e-11 4105065.7 Loop time of 0.016572 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:12 2021 Pair time (%) = 0.00100589 (6.0698) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.199977) Outpt time (%) = 0.0154438 (93.1922) Other time (%) = 8.91685e-05 (0.538068) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:12 2021 Memory usage per processor = 27.5345 Mbytes Step Atoms AVEKE stressZZ 12938 5000 3.2290566e-11 4105049.3 12939 -0.0103674999999943 4104982.29572339 12939 5000 3.2288188e-11 4104982.3 Loop time of 0.0176399 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:12 2021 Pair time (%) = 0.00115204 (6.53088) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.209496) Outpt time (%) = 0.0163419 (92.642) Other time (%) = 0.000108957 (0.617676) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:12 2021 Memory usage per processor = 27.5345 Mbytes Step Atoms AVEKE stressZZ 12939 5000 3.2288188e-11 4104965.9 12940 -0.0103674999999943 4104898.90642335 12940 5000 3.2285811e-11 4104898.9 Loop time of 0.0193951 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:12 2021 Pair time (%) = 0.0010159 (5.23793) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.180703) Outpt time (%) = 0.018249 (94.0909) Other time (%) = 9.5129e-05 (0.490479) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:12 2021 Memory usage per processor = 27.5345 Mbytes Step Atoms AVEKE stressZZ 12940 5000 3.2285811e-11 4104882.5 12941 -0.0103674999999943 4104815.52137735 12941 5000 3.2283434e-11 4104815.5 Loop time of 0.0168428 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:12 2021 Pair time (%) = 0.00100517 (5.96795) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.201008) Outpt time (%) = 0.0157111 (93.2804) Other time (%) = 9.27448e-05 (0.550648) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:12 2021 Memory usage per processor = 27.5345 Mbytes Step Atoms AVEKE stressZZ 12941 5000 3.2283434e-11 4104799.1 12942 -0.0103674999999943 4104732.14058577 12942 5000 3.2281058e-11 4104732.1 Loop time of 0.0168061 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:12 2021 Pair time (%) = 0.00102592 (6.10441) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.202866) Outpt time (%) = 0.015594 (92.7876) Other time (%) = 0.000152111 (0.905093) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:12 2021 Memory usage per processor = 27.5345 Mbytes Step Atoms AVEKE stressZZ 12942 5000 3.2281058e-11 4104715.7 12943 -0.0103674999999943 4104648.76404799 12943 5000 3.2278681e-11 4104648.8 Loop time of 0.017283 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:12 2021 Pair time (%) = 0.00105405 (6.09877) Neigh time (%) = 0 (0) Comm time (%) = 6.31809e-05 (0.365568) Outpt time (%) = 0.0160382 (92.7976) Other time (%) = 0.000127554 (0.738033) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:12 2021 Memory usage per processor = 27.5345 Mbytes Step Atoms AVEKE stressZZ 12943 5000 3.2278681e-11 4104632.3 12944 -0.0103674999999943 4104565.39176242 12944 5000 3.2276305e-11 4104565.4 Loop time of 0.0174539 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:12 2021 Pair time (%) = 0.00105405 (6.03904) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.189873) Outpt time (%) = 0.0162709 (93.222) Other time (%) = 9.58443e-05 (0.549128) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:12 2021 Memory usage per processor = 27.5345 Mbytes Step Atoms AVEKE stressZZ 12944 5000 3.2276305e-11 4104549 12945 -0.0103674999999943 4104482.0237285 12945 5000 3.2273929e-11 4104482 Loop time of 0.017081 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:12 2021 Pair time (%) = 0.0010941 (6.40537) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.199601) Outpt time (%) = 0.0158501 (92.7934) Other time (%) = 0.000102758 (0.601594) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:12 2021 Memory usage per processor = 27.5345 Mbytes Step Atoms AVEKE stressZZ 12945 5000 3.2273929e-11 4104465.6 12946 -0.0103674999999943 4104398.65994557 12946 5000 3.2271554e-11 4104398.7 Loop time of 0.016758 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:12 2021 Pair time (%) = 0.00124002 (7.39956) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.221944) Outpt time (%) = 0.015367 (91.6999) Other time (%) = 0.000113726 (0.678636) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:12 2021 Memory usage per processor = 27.5345 Mbytes Step Atoms AVEKE stressZZ 12946 5000 3.2271554e-11 4104382.2 12947 -0.0103674999999943 4104315.30041308 12947 5000 3.2269178e-11 4104315.3 Loop time of 0.0172169 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:12 2021 Pair time (%) = 0.00100207 (5.82028) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191101) Outpt time (%) = 0.016089 (93.4485) Other time (%) = 9.29832e-05 (0.540069) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:12 2021 Memory usage per processor = 27.5345 Mbytes Step Atoms AVEKE stressZZ 12947 5000 3.2269178e-11 4104298.9 12948 -0.0103674999999943 4104231.94513044 12948 5000 3.2266803e-11 4104231.9 Loop time of 0.0171111 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:12 2021 Pair time (%) = 0.00105 (6.13635) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193677) Outpt time (%) = 0.015934 (93.121) Other time (%) = 9.39369e-05 (0.548984) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:12 2021 Memory usage per processor = 27.5345 Mbytes Step Atoms AVEKE stressZZ 12948 5000 3.2266803e-11 4104215.5 12949 -0.0103674999999943 4104148.59410325 12949 5000 3.2264428e-11 4104148.6 Loop time of 0.0166039 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:12 2021 Pair time (%) = 0.00100899 (6.07679) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.205336) Outpt time (%) = 0.015461 (93.1162) Other time (%) = 9.98974e-05 (0.601648) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:12 2021 Memory usage per processor = 27.5345 Mbytes Step Atoms AVEKE stressZZ 12949 5000 3.2264428e-11 4104132.2 12950 -0.0103674999999943 4104065.24736883 12950 5000 3.2262054e-11 4104065.2 Loop time of 0.019387 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:12 2021 Pair time (%) = 0.00109196 (5.63242) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.175859) Outpt time (%) = 0.0181551 (93.6457) Other time (%) = 0.000105858 (0.546025) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:12 2021 Memory usage per processor = 27.5345 Mbytes Step Atoms AVEKE stressZZ 12950 5000 3.2262054e-11 4104048.8 12951 -0.0103674999999943 4103981.90490895 12951 5000 3.2259679e-11 4103981.9 Loop time of 0.0173609 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:12 2021 Pair time (%) = 0.00110197 (6.34742) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.196383) Outpt time (%) = 0.0160689 (92.5581) Other time (%) = 0.000155926 (0.898142) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:12 2021 Memory usage per processor = 27.5345 Mbytes Step Atoms AVEKE stressZZ 12951 5000 3.2259679e-11 4103965.5 12952 -0.0103674999999943 4103898.56671582 12952 5000 3.2257305e-11 4103898.6 Loop time of 0.0169539 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:12 2021 Pair time (%) = 0.00104189 (6.14541) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.195472) Outpt time (%) = 0.0157812 (93.0825) Other time (%) = 9.77516e-05 (0.576572) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:12 2021 Memory usage per processor = 27.5345 Mbytes Step Atoms AVEKE stressZZ 12952 5000 3.2257305e-11 4103882.2 12953 -0.0103674999999943 4103815.23278555 12953 5000 3.2254932e-11 4103815.2 Loop time of 0.016772 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:12 2021 Pair time (%) = 0.001127 (6.71955) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.21465) Outpt time (%) = 0.015502 (92.4275) Other time (%) = 0.00010705 (0.638265) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:12 2021 Memory usage per processor = 27.5345 Mbytes Step Atoms AVEKE stressZZ 12953 5000 3.2254932e-11 4103798.8 12954 -0.0103674999999943 4103731.90311562 12954 5000 3.2252558e-11 4103731.9 Loop time of 0.017163 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:12 2021 Pair time (%) = 0.0010829 (6.30947) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.202814) Outpt time (%) = 0.015939 (92.8682) Other time (%) = 0.000106335 (0.619556) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:12 2021 Memory usage per processor = 27.5345 Mbytes Step Atoms AVEKE stressZZ 12954 5000 3.2252558e-11 4103715.5 12955 -0.0103674999999943 4103648.57770406 12955 5000 3.2250185e-11 4103648.6 Loop time of 0.017184 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:12 2021 Pair time (%) = 0.00100493 (5.84807) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198404) Outpt time (%) = 0.016053 (93.418) Other time (%) = 9.20296e-05 (0.535553) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:12 2021 Memory usage per processor = 27.5345 Mbytes Step Atoms AVEKE stressZZ 12955 5000 3.2250185e-11 4103632.2 12956 -0.0103674999999943 4103565.25654919 12956 5000 3.2247812e-11 4103565.3 Loop time of 0.0164092 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:12 2021 Pair time (%) = 0.00101113 (6.16201) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.200509) Outpt time (%) = 0.01527 (93.0578) Other time (%) = 9.5129e-05 (0.579731) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:12 2021 Memory usage per processor = 27.5345 Mbytes Step Atoms AVEKE stressZZ 12956 5000 3.2247812e-11 4103548.8 12957 -0.0103674999999943 4103481.93964969 12957 5000 3.2245439e-11 4103481.9 Loop time of 0.0170832 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:12 2021 Pair time (%) = 0.00122786 (7.18752) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.221906) Outpt time (%) = 0.0156741 (91.7518) Other time (%) = 0.00014329 (0.838776) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:12 2021 Memory usage per processor = 27.5345 Mbytes Step Atoms AVEKE stressZZ 12957 5000 3.2245439e-11 4103465.5 12958 -0.0103674999999943 4103398.62700434 12958 5000 3.2243066e-11 4103398.6 Loop time of 0.016973 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:12 2021 Pair time (%) = 0.00100398 (5.91516) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.195252) Outpt time (%) = 0.0158441 (93.3488) Other time (%) = 9.17912e-05 (0.540806) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:12 2021 Memory usage per processor = 27.5345 Mbytes Step Atoms AVEKE stressZZ 12958 5000 3.2243066e-11 4103382.2 12959 -0.0103674999999943 4103315.31861207 12959 5000 3.2240694e-11 4103315.3 Loop time of 0.0169799 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:12 2021 Pair time (%) = 0.00100589 (5.92398) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.193769) Outpt time (%) = 0.015846 (93.322) Other time (%) = 9.5129e-05 (0.560244) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:12 2021 Memory usage per processor = 27.5345 Mbytes Step Atoms AVEKE stressZZ 12959 5000 3.2240694e-11 4103298.9 12960 -0.0103674999999943 4103232.01447179 12960 5000 3.2238322e-11 4103232 Loop time of 0.0186181 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:13 2021 Pair time (%) = 0.00100899 (5.41939) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.183122) Outpt time (%) = 0.017472 (93.8443) Other time (%) = 0.000102997 (0.553208) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:13 2021 Memory usage per processor = 27.5345 Mbytes Step Atoms AVEKE stressZZ 12960 5000 3.2238322e-11 4103215.6 12961 -0.0103674999999943 4103148.71458261 12961 5000 3.223595e-11 4103148.7 Loop time of 0.0170839 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:13 2021 Pair time (%) = 0.00142407 (8.33578) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.210732) Outpt time (%) = 0.0154541 (90.4598) Other time (%) = 0.000169754 (0.99365) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:13 2021 Memory usage per processor = 27.5345 Mbytes Step Atoms AVEKE stressZZ 12961 5000 3.223595e-11 4103132.3 12962 -0.0103674999999943 4103065.4189436 12962 5000 3.2233579e-11 4103065.4 Loop time of 0.0172391 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:13 2021 Pair time (%) = 0.00100493 (5.82939) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190856) Outpt time (%) = 0.0161071 (93.4335) Other time (%) = 9.41753e-05 (0.546289) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:13 2021 Memory usage per processor = 27.5345 Mbytes Step Atoms AVEKE stressZZ 12962 5000 3.2233579e-11 4103049 12963 -0.0103674999999943 4102982.12755395 12963 5000 3.2231208e-11 4102982.1 Loop time of 0.0165341 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:13 2021 Pair time (%) = 0.00105309 (6.36923) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.198993) Outpt time (%) = 0.0153542 (92.8636) Other time (%) = 9.39369e-05 (0.568141) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:13 2021 Memory usage per processor = 27.5345 Mbytes Step Atoms AVEKE stressZZ 12963 5000 3.2231208e-11 4102965.7 12964 -0.0103674999999943 4102898.84040335 12964 5000 3.2228837e-11 4102898.8 Loop time of 0.0166512 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:13 2021 Pair time (%) = 0.00118685 (7.12772) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.216208) Outpt time (%) = 0.0153081 (91.9344) Other time (%) = 0.000120163 (0.721649) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:13 2021 Memory usage per processor = 27.5345 Mbytes Step Atoms AVEKE stressZZ 12964 5000 3.2228837e-11 4102882.4 12965 -0.0103674999999943 4102815.55749499 12965 5000 3.2226466e-11 4102815.6 Loop time of 0.0171318 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:13 2021 Pair time (%) = 0.00113988 (6.65358) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.197617) Outpt time (%) = 0.0158708 (92.6394) Other time (%) = 8.72612e-05 (0.509352) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:13 2021 Memory usage per processor = 27.5345 Mbytes Step Atoms AVEKE stressZZ 12965 5000 3.2226466e-11 4102799.1 12966 -0.0103674999999943 4102732.27883282 12966 5000 3.2224095e-11 4102732.3 Loop time of 0.017318 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:13 2021 Pair time (%) = 0.00112987 (6.52422) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.196869) Outpt time (%) = 0.016052 (92.6897) Other time (%) = 0.000102043 (0.589231) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:13 2021 Memory usage per processor = 27.5345 Mbytes Step Atoms AVEKE stressZZ 12966 5000 3.2224095e-11 4102715.9 12967 -0.0103674999999943 4102649.00441602 12967 5000 3.2221725e-11 4102649 Loop time of 0.0167289 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:13 2021 Pair time (%) = 0.00100493 (6.00718) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.198102) Outpt time (%) = 0.015564 (93.0365) Other time (%) = 0.000126839 (0.758202) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:13 2021 Memory usage per processor = 27.5345 Mbytes Step Atoms AVEKE stressZZ 12967 5000 3.2221725e-11 4102632.6 12968 -0.0103674999999943 4102565.73424393 12968 5000 3.2219355e-11 4102565.7 Loop time of 0.016819 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:13 2021 Pair time (%) = 0.00120902 (7.18842) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.231061) Outpt time (%) = 0.0154462 (91.8377) Other time (%) = 0.000124931 (0.742799) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:23:13 2021 Memory usage per processor = 27.5345 Mbytes Step Atoms AVEKE stressZZ 12968 5000 3.2219355e-11 4102549.3 12969 -0.0103674999999943 4102469.04447666 12969 5000 6.3640348e-11 4102603.8 Loop time of 0.016983 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:13 2021 Pair time (%) = 0.00100613 (5.9243) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.193733) Outpt time (%) = 0.015805 (93.0635) Other time (%) = 0.000138998 (0.818452) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:13 2021 Memory usage per processor = 27.5345 Mbytes Step Atoms AVEKE stressZZ 12969 5000 6.3640348e-11 4152314 12970 -0.0103999999999943 4152225.39246275 12970 5000 5.1277273e-11 4152225.4 Loop time of 0.0190971 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:13 2021 Pair time (%) = 0.00109196 (5.71792) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.178529) Outpt time (%) = 0.0178769 (93.6104) Other time (%) = 9.41753e-05 (0.49314) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:13 2021 Memory usage per processor = 27.5346 Mbytes Step Atoms AVEKE stressZZ 12970 5000 5.1277273e-11 4152203.3 12971 -0.0103999999999943 4152122.26452157 12971 5000 4.4112714e-11 4152122.3 Loop time of 0.016506 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:13 2021 Pair time (%) = 0.00102901 (6.2342) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.210888) Outpt time (%) = 0.0153401 (92.9367) Other time (%) = 0.000102043 (0.61822) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:13 2021 Memory usage per processor = 27.5346 Mbytes Step Atoms AVEKE stressZZ 12971 5000 4.4112714e-11 4152102.1 12972 -0.0103999999999943 4152025.9360122 12972 5000 3.9838674e-11 4152025.9 Loop time of 0.0170882 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:13 2021 Pair time (%) = 0.00137591 (8.05185) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.217655) Outpt time (%) = 0.0155382 (90.9296) Other time (%) = 0.000136852 (0.800859) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:13 2021 Memory usage per processor = 27.5346 Mbytes Step Atoms AVEKE stressZZ 12972 5000 3.9838674e-11 4152007.1 12973 -0.0103999999999943 4151933.93019316 12973 5000 3.7234695e-11 4151933.9 Loop time of 0.017081 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:13 2021 Pair time (%) = 0.00100708 (5.8959) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.194018) Outpt time (%) = 0.0159152 (93.1745) Other time (%) = 0.000125647 (0.735592) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:13 2021 Memory usage per processor = 27.5346 Mbytes Step Atoms AVEKE stressZZ 12973 5000 3.7234695e-11 4151915.9 12974 -0.0103999999999943 4151844.67307733 12974 5000 3.5624646e-11 4151844.7 Loop time of 0.0168419 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:13 2021 Pair time (%) = 0.00104785 (6.22169) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.196772) Outpt time (%) = 0.0156641 (93.0068) Other time (%) = 9.67979e-05 (0.574745) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:13 2021 Memory usage per processor = 27.5346 Mbytes Step Atoms AVEKE stressZZ 12974 5000 3.5624646e-11 4151827.1 12975 -0.0103999999999943 4151757.16434351 12975 5000 3.4619019e-11 4151757.2 Loop time of 0.01666 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:13 2021 Pair time (%) = 0.0010829 (6.49999) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.208939) Outpt time (%) = 0.0154121 (92.5097) Other time (%) = 0.000130177 (0.781373) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:13 2021 Memory usage per processor = 27.5346 Mbytes Step Atoms AVEKE stressZZ 12975 5000 3.4619019e-11 4151739.9 12976 -0.0103999999999943 4151670.76833307 12976 5000 3.3986508e-11 4151670.8 Loop time of 0.0173521 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:13 2021 Pair time (%) = 0.00117302 (6.7601) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.196483) Outpt time (%) = 0.0160429 (92.4553) Other time (%) = 0.000102043 (0.588074) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:13 2021 Memory usage per processor = 27.5346 Mbytes Step Atoms AVEKE stressZZ 12976 5000 3.3986508e-11 4151653.7 12977 -0.0103999999999943 4151585.08105424 12977 5000 3.3586671e-11 4151585.1 Loop time of 0.017102 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:13 2021 Pair time (%) = 0.00100517 (5.87751) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192385) Outpt time (%) = 0.01597 (93.3808) Other time (%) = 9.39369e-05 (0.549274) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:13 2021 Memory usage per processor = 27.5346 Mbytes Step Atoms AVEKE stressZZ 12977 5000 3.3586671e-11 4151568.2 12978 -0.0103999999999943 4151499.84576542 12978 5000 3.3332906e-11 4151499.8 Loop time of 0.016526 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:13 2021 Pair time (%) = 0.00104403 (6.31754) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.200534) Outpt time (%) = 0.0153561 (92.9207) Other time (%) = 9.27448e-05 (0.561206) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:13 2021 Memory usage per processor = 27.5346 Mbytes Step Atoms AVEKE stressZZ 12978 5000 3.3332906e-11 4151483 12979 -0.0103999999999943 4151414.89930376 12979 5000 3.3171244e-11 4151414.9 Loop time of 0.0173872 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:13 2021 Pair time (%) = 0.00142193 (8.17804) Neigh time (%) = 0 (0) Comm time (%) = 5.19753e-05 (0.298929) Outpt time (%) = 0.0157189 (90.4055) Other time (%) = 0.000194311 (1.11756) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:13 2021 Memory usage per processor = 27.5346 Mbytes Step Atoms AVEKE stressZZ 12979 5000 3.3171244e-11 4151398.1 12980 -0.0103999999999943 4151330.13797676 12980 5000 3.3067822e-11 4151330.1 Loop time of 0.018827 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:13 2021 Pair time (%) = 0.00100708 (5.34914) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.176025) Outpt time (%) = 0.017695 (93.9873) Other time (%) = 9.17912e-05 (0.487552) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:13 2021 Memory usage per processor = 27.5346 Mbytes Step Atoms AVEKE stressZZ 12980 5000 3.3067822e-11 4151313.4 12981 -0.0103999999999943 4151245.49588626 12981 5000 3.3001293e-11 4151245.5 Loop time of 0.016418 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:13 2021 Pair time (%) = 0.00100899 (6.14562) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.201853) Outpt time (%) = 0.015286 (93.1051) Other time (%) = 8.98838e-05 (0.547472) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:13 2021 Memory usage per processor = 27.5346 Mbytes Step Atoms AVEKE stressZZ 12981 5000 3.3001293e-11 4151228.8 12982 -0.0103999999999943 4151160.9311526 12982 5000 3.2958162e-11 4151160.9 Loop time of 0.0164731 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:13 2021 Pair time (%) = 0.00100994 (6.13087) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.199731) Outpt time (%) = 0.0152781 (92.746) Other time (%) = 0.000152111 (0.923393) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:13 2021 Memory usage per processor = 27.5346 Mbytes Step Atoms AVEKE stressZZ 12982 5000 3.2958162e-11 4151144.2 12983 -0.0103999999999943 4151076.41716044 12983 5000 3.2929881e-11 4151076.4 Loop time of 0.0167799 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:13 2021 Pair time (%) = 0.00100708 (6.00171) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.197499) Outpt time (%) = 0.0156519 (93.2779) Other time (%) = 8.7738e-05 (0.522876) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:13 2021 Memory usage per processor = 27.5346 Mbytes Step Atoms AVEKE stressZZ 12983 5000 3.2929881e-11 4151059.7 12984 -0.0103999999999943 4150991.9369948 12984 5000 3.2911029e-11 4150991.9 Loop time of 0.0177419 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:13 2021 Pair time (%) = 0.00109386 (6.16542) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.197541) Outpt time (%) = 0.016475 (92.859) Other time (%) = 0.000138044 (0.778069) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:13 2021 Memory usage per processor = 27.5346 Mbytes Step Atoms AVEKE stressZZ 12984 5000 3.2911029e-11 4150975.2 12985 -0.0103999999999943 4150907.47990569 12985 5000 3.2898167e-11 4150907.5 Loop time of 0.017112 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:13 2021 Pair time (%) = 0.00111508 (6.51638) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.199239) Outpt time (%) = 0.0158701 (92.7424) Other time (%) = 9.27448e-05 (0.541987) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:13 2021 Memory usage per processor = 27.5346 Mbytes Step Atoms AVEKE stressZZ 12985 5000 3.2898167e-11 4150890.8 12986 -0.0103999999999943 4150823.03906088 12986 5000 3.2889109e-11 4150823 Loop time of 0.0171812 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:13 2021 Pair time (%) = 0.00104904 (6.10577) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191499) Outpt time (%) = 0.016005 (93.1546) Other time (%) = 9.41753e-05 (0.548131) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:13 2021 Memory usage per processor = 27.5346 Mbytes Step Atoms AVEKE stressZZ 12986 5000 3.2889109e-11 4150806.4 12987 -0.0103999999999943 4150738.61011814 12987 5000 3.288247e-11 4150738.6 Loop time of 0.0165701 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:13 2021 Pair time (%) = 0.00100899 (6.08921) Neigh time (%) = 0 (0) Comm time (%) = 6.29425e-05 (0.379856) Outpt time (%) = 0.0153632 (92.7165) Other time (%) = 0.000134945 (0.814388) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:13 2021 Memory usage per processor = 27.5346 Mbytes Step Atoms AVEKE stressZZ 12987 5000 3.288247e-11 4150721.9 12988 -0.0103999999999943 4150654.19031739 12988 5000 3.2877367e-11 4150654.2 Loop time of 0.017045 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:13 2021 Pair time (%) = 0.00145102 (8.51284) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.222403) Outpt time (%) = 0.015409 (90.4017) Other time (%) = 0.000147104 (0.863034) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:13 2021 Memory usage per processor = 27.5346 Mbytes Step Atoms AVEKE stressZZ 12988 5000 3.2877367e-11 4150637.5 12989 -0.0103999999999943 4150569.77790391 12989 5000 3.287324e-11 4150569.8 Loop time of 0.017463 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:13 2021 Pair time (%) = 0.00104809 (6.00177) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.189774) Outpt time (%) = 0.0162508 (93.0589) Other time (%) = 0.000130892 (0.749539) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:13 2021 Memory usage per processor = 27.5346 Mbytes Step Atoms AVEKE stressZZ 12989 5000 3.287324e-11 4150553.1 12990 -0.0103999999999943 4150485.37176237 12990 5000 3.2869734e-11 4150485.4 Loop time of 0.0190361 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:13 2021 Pair time (%) = 0.001055 (5.54213) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.174092) Outpt time (%) = 0.017853 (93.7853) Other time (%) = 9.48906e-05 (0.498478) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:13 2021 Memory usage per processor = 27.5346 Mbytes Step Atoms AVEKE stressZZ 12990 5000 3.2869734e-11 4150468.7 12991 -0.0103999999999943 4150400.97118399 12991 5000 3.2866622e-11 4150401 Loop time of 0.016474 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:13 2021 Pair time (%) = 0.00102997 (6.25208) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.206955) Outpt time (%) = 0.015305 (92.9042) Other time (%) = 0.000104904 (0.636786) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:13 2021 Memory usage per processor = 27.5346 Mbytes Step Atoms AVEKE stressZZ 12991 5000 3.2866622e-11 4150384.3 12992 -0.0103999999999943 4150316.57571777 12992 5000 3.2863761e-11 4150316.6 Loop time of 0.017369 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:13 2021 Pair time (%) = 0.00106907 (6.15503) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.194918) Outpt time (%) = 0.016165 (93.068) Other time (%) = 0.000101089 (0.58201) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:13 2021 Memory usage per processor = 27.5346 Mbytes Step Atoms AVEKE stressZZ 12992 5000 3.2863761e-11 4150299.9 12993 -0.0103999999999943 4150232.18507663 12993 5000 3.2861059e-11 4150232.2 Loop time of 0.0171041 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:13 2021 Pair time (%) = 0.00100899 (5.89908) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192361) Outpt time (%) = 0.0159681 (93.358) Other time (%) = 9.41753e-05 (0.550599) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:13 2021 Memory usage per processor = 27.5346 Mbytes Step Atoms AVEKE stressZZ 12993 5000 3.2861059e-11 4150215.5 12994 -0.0103999999999943 4150147.79907811 12994 5000 3.2858459e-11 4150147.8 Loop time of 0.016675 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:13 2021 Pair time (%) = 0.00100994 (6.05662) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.275951) Outpt time (%) = 0.0154719 (92.7852) Other time (%) = 0.000147104 (0.882185) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:13 2021 Memory usage per processor = 27.5346 Mbytes Step Atoms AVEKE stressZZ 12994 5000 3.2858459e-11 4150131.1 12995 -0.0103999999999943 4150063.41760556 12995 5000 3.2855924e-11 4150063.4 Loop time of 0.0168211 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:13 2021 Pair time (%) = 0.00118899 (7.06844) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.232449) Outpt time (%) = 0.0154819 (92.0386) Other time (%) = 0.000111103 (0.660496) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:13 2021 Memory usage per processor = 27.5346 Mbytes Step Atoms AVEKE stressZZ 12995 5000 3.2855924e-11 4150046.7 12996 -0.0103999999999943 4149979.0405848 12996 5000 3.2853429e-11 4149979 Loop time of 0.017168 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:13 2021 Pair time (%) = 0.00106001 (6.17431) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204144) Outpt time (%) = 0.0159709 (93.0272) Other time (%) = 0.000102043 (0.594378) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:13 2021 Memory usage per processor = 27.5346 Mbytes Step Atoms AVEKE stressZZ 12996 5000 3.2853429e-11 4149962.4 12997 -0.0103999999999943 4149894.66796827 12997 5000 3.2850961e-11 4149894.7 Loop time of 0.0172019 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:13 2021 Pair time (%) = 0.00100493 (5.842) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191268) Outpt time (%) = 0.0160689 (93.4137) Other time (%) = 9.5129e-05 (0.553015) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:13 2021 Memory usage per processor = 27.5346 Mbytes Step Atoms AVEKE stressZZ 12997 5000 3.2850961e-11 4149878 12998 -0.0103999999999943 4149810.29972548 12998 5000 3.2848509e-11 4149810.3 Loop time of 0.01652 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:13 2021 Pair time (%) = 0.00101113 (6.12065) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.206379) Outpt time (%) = 0.015317 (92.7176) Other time (%) = 0.000157833 (0.955405) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:13 2021 Memory usage per processor = 27.5346 Mbytes Step Atoms AVEKE stressZZ 12998 5000 3.2848509e-11 4149793.6 12999 -0.0103999999999943 4149725.93583677 12999 5000 3.2846069e-11 4149725.9 Loop time of 0.017185 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:13 2021 Pair time (%) = 0.00111508 (6.48871) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.197006) Outpt time (%) = 0.015933 (92.7149) Other time (%) = 0.000102997 (0.599342) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:13 2021 Memory usage per processor = 27.5346 Mbytes Step Atoms AVEKE stressZZ 12999 5000 3.2846069e-11 4149709.3 13000 -0.0103999999999943 4149641.57628927 13000 5000 3.2843635e-11 4149641.6 Loop time of 0.0193129 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:13 2021 Pair time (%) = 0.00100684 (5.21332) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.170362) Outpt time (%) = 0.0181789 (94.1287) Other time (%) = 9.41753e-05 (0.48763) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:13 2021 Memory usage per processor = 27.5346 Mbytes Step Atoms AVEKE stressZZ 13000 5000 3.2843635e-11 4149624.9 13001 -0.0103999999999943 4149557.22107455 13001 5000 3.2841205e-11 4149557.2 Loop time of 0.016947 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:13 2021 Pair time (%) = 0.00100803 (5.94814) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.194145) Outpt time (%) = 0.015811 (93.2964) Other time (%) = 9.5129e-05 (0.561331) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:13 2021 Memory usage per processor = 27.5346 Mbytes Step Atoms AVEKE stressZZ 13001 5000 3.2841205e-11 4149540.5 13002 -0.0103999999999943 4149472.87018708 13002 5000 3.2838779e-11 4149472.9 Loop time of 0.016516 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:13 2021 Pair time (%) = 0.00102687 (6.21743) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.204986) Outpt time (%) = 0.0153499 (92.9395) Other time (%) = 0.000105381 (0.638055) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:13 2021 Memory usage per processor = 27.5346 Mbytes Step Atoms AVEKE stressZZ 13002 5000 3.2838779e-11 4149456.2 13003 -0.0103999999999943 4149388.52362291 13003 5000 3.2836355e-11 4149388.5 Loop time of 0.0170488 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:14 2021 Pair time (%) = 0.00104618 (6.13638) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.198579) Outpt time (%) = 0.0158639 (93.0497) Other time (%) = 0.000104904 (0.615316) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:14 2021 Memory usage per processor = 27.5346 Mbytes Step Atoms AVEKE stressZZ 13003 5000 3.2836355e-11 4149371.8 13004 -0.0103999999999943 4149304.18137933 13004 5000 3.2833932e-11 4149304.2 Loop time of 0.017179 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:14 2021 Pair time (%) = 0.00105405 (6.13568) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191523) Outpt time (%) = 0.0159981 (93.126) Other time (%) = 9.39369e-05 (0.546812) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:14 2021 Memory usage per processor = 27.5346 Mbytes Step Atoms AVEKE stressZZ 13004 5000 3.2833932e-11 4149287.5 13005 -0.0103999999999943 4149219.8434544 13005 5000 3.2831509e-11 4149219.8 Loop time of 0.0164349 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:14 2021 Pair time (%) = 0.00100803 (6.13349) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.200194) Outpt time (%) = 0.0152359 (92.7045) Other time (%) = 0.000158072 (0.961803) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:14 2021 Memory usage per processor = 27.5346 Mbytes Step Atoms AVEKE stressZZ 13005 5000 3.2831509e-11 4149203.2 13006 -0.0103999999999943 4149135.50984654 13006 5000 3.2829088e-11 4149135.5 Loop time of 0.017379 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:14 2021 Pair time (%) = 0.0012691 (7.30248) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.224987) Outpt time (%) = 0.0158951 (91.4615) Other time (%) = 0.000175714 (1.01107) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:14 2021 Memory usage per processor = 27.5346 Mbytes Step Atoms AVEKE stressZZ 13006 5000 3.2829088e-11 4149118.8 13007 -0.0103999999999943 4149051.18055454 13007 5000 3.2826667e-11 4149051.2 Loop time of 0.0170422 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:14 2021 Pair time (%) = 0.00100708 (5.90935) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.193061) Outpt time (%) = 0.0159092 (93.352) Other time (%) = 9.29832e-05 (0.545607) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:14 2021 Memory usage per processor = 27.5346 Mbytes Step Atoms AVEKE stressZZ 13007 5000 3.2826667e-11 4149034.5 13008 -0.0103999999999943 4148966.85557729 13008 5000 3.2824247e-11 4148966.9 Loop time of 0.0170631 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:14 2021 Pair time (%) = 0.0010891 (6.38274) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192824) Outpt time (%) = 0.015842 (92.8432) Other time (%) = 9.91821e-05 (0.581265) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:14 2021 Memory usage per processor = 27.5346 Mbytes Step Atoms AVEKE stressZZ 13008 5000 3.2824247e-11 4148950.2 13009 -0.0103999999999943 4148882.53491391 13009 5000 3.2821827e-11 4148882.5 Loop time of 0.0165088 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:14 2021 Pair time (%) = 0.00101185 (6.12914) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.212296) Outpt time (%) = 0.0153599 (93.0405) Other time (%) = 0.000102043 (0.618113) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:14 2021 Memory usage per processor = 27.5346 Mbytes Step Atoms AVEKE stressZZ 13009 5000 3.2821827e-11 4148865.9 13010 -0.0103999999999943 4148798.21856357 13010 5000 3.2819407e-11 4148798.2 Loop time of 0.0194271 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:14 2021 Pair time (%) = 0.00106597 (5.48703) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.174269) Outpt time (%) = 0.018199 (93.6784) Other time (%) = 0.000128269 (0.66026) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:14 2021 Memory usage per processor = 27.5346 Mbytes Step Atoms AVEKE stressZZ 13010 5000 3.2819407e-11 4148781.5 13011 -0.0103999999999943 4148713.90652544 13011 5000 3.2816988e-11 4148713.9 Loop time of 0.017324 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:14 2021 Pair time (%) = 0.00101805 (5.87652) Neigh time (%) = 0 (0) Comm time (%) = 6.29425e-05 (0.363326) Outpt time (%) = 0.0160861 (92.8546) Other time (%) = 0.000156879 (0.905563) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:14 2021 Memory usage per processor = 27.5346 Mbytes Step Atoms AVEKE stressZZ 13011 5000 3.2816988e-11 4148697.2 13012 -0.0103999999999943 4148629.59879881 13012 5000 3.2814568e-11 4148629.6 Loop time of 0.0171068 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:14 2021 Pair time (%) = 0.00109792 (6.41803) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.21045) Outpt time (%) = 0.0158689 (92.7639) Other time (%) = 0.000103951 (0.607657) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:14 2021 Memory usage per processor = 27.5346 Mbytes Step Atoms AVEKE stressZZ 13012 5000 3.2814568e-11 4148612.9 13013 -0.0103999999999943 4148545.29538299 13013 5000 3.281215e-11 4148545.3 Loop time of 0.0166841 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:14 2021 Pair time (%) = 0.00107312 (6.43202) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.215782) Outpt time (%) = 0.015429 (92.4776) Other time (%) = 0.000145912 (0.874561) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:14 2021 Memory usage per processor = 27.5346 Mbytes Step Atoms AVEKE stressZZ 13013 5000 3.281215e-11 4148528.6 13014 -0.0103999999999943 4148460.99627729 13014 5000 3.2809731e-11 4148461 Loop time of 0.0170169 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:14 2021 Pair time (%) = 0.00114894 (6.75176) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.200353) Outpt time (%) = 0.0157371 (92.4791) Other time (%) = 9.67979e-05 (0.568835) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:14 2021 Memory usage per processor = 27.5346 Mbytes Step Atoms AVEKE stressZZ 13014 5000 3.2809731e-11 4148444.3 13015 -0.0103999999999943 4148376.70148091 13015 5000 3.2807313e-11 4148376.7 Loop time of 0.01736 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:14 2021 Pair time (%) = 0.00103998 (5.99069) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.201887) Outpt time (%) = 0.016186 (93.2375) Other time (%) = 9.89437e-05 (0.569953) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:14 2021 Memory usage per processor = 27.5346 Mbytes Step Atoms AVEKE stressZZ 13015 5000 3.2807313e-11 4148360 13016 -0.0103999999999943 4148292.4109933 13016 5000 3.2804895e-11 4148292.4 Loop time of 0.0165758 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:14 2021 Pair time (%) = 0.00101089 (6.09861) Neigh time (%) = 0 (0) Comm time (%) = 4.72069e-05 (0.284794) Outpt time (%) = 0.0153658 (92.7004) Other time (%) = 0.000151873 (0.91623) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:14 2021 Memory usage per processor = 27.5346 Mbytes Step Atoms AVEKE stressZZ 13016 5000 3.2804895e-11 4148275.7 13017 -0.0103999999999943 4148208.1248138 13017 5000 3.2802477e-11 4148208.1 Loop time of 0.0167451 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:14 2021 Pair time (%) = 0.00112605 (6.72466) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.22781) Outpt time (%) = 0.0154381 (92.1947) Other time (%) = 0.000142813 (0.852863) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:14 2021 Memory usage per processor = 27.5346 Mbytes Step Atoms AVEKE stressZZ 13017 5000 3.2802477e-11 4148191.5 13018 -0.0103999999999943 4148123.84294171 13018 5000 3.2800059e-11 4148123.8 Loop time of 0.017344 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:14 2021 Pair time (%) = 0.001055 (6.08281) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191076) Outpt time (%) = 0.01616 (93.1735) Other time (%) = 9.58443e-05 (0.552608) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:14 2021 Memory usage per processor = 27.5346 Mbytes Step Atoms AVEKE stressZZ 13018 5000 3.2800059e-11 4148107.2 13019 -0.0103999999999943 4148039.56537635 13019 5000 3.2797642e-11 4148039.6 Loop time of 0.0171909 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:14 2021 Pair time (%) = 0.00105405 (6.13142) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.203872) Outpt time (%) = 0.0160031 (93.0905) Other time (%) = 9.87053e-05 (0.574171) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:14 2021 Memory usage per processor = 27.5346 Mbytes Step Atoms AVEKE stressZZ 13019 5000 3.2797642e-11 4148022.9 13020 -0.0103999999999943 4147955.29211707 13020 5000 3.2795225e-11 4147955.3 Loop time of 0.0192471 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:14 2021 Pair time (%) = 0.00100589 (5.22619) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.172183) Outpt time (%) = 0.0181129 (94.1074) Other time (%) = 9.5129e-05 (0.494252) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:14 2021 Memory usage per processor = 27.5346 Mbytes Step Atoms AVEKE stressZZ 13020 5000 3.2795225e-11 4147938.6 13021 -0.0103999999999943 4147871.02316335 13021 5000 3.2792809e-11 4147871 Loop time of 0.0166328 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:14 2021 Pair time (%) = 0.00117207 (7.04672) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.235082) Outpt time (%) = 0.0153089 (92.0402) Other time (%) = 0.000112772 (0.67801) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:14 2021 Memory usage per processor = 27.5346 Mbytes Step Atoms AVEKE stressZZ 13021 5000 3.2792809e-11 4147854.4 13022 -0.0103999999999943 4147786.75851447 13022 5000 3.2790392e-11 4147786.8 Loop time of 0.0169458 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:14 2021 Pair time (%) = 0.00101089 (5.96545) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.201193) Outpt time (%) = 0.0158088 (93.2903) Other time (%) = 9.20296e-05 (0.543081) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:14 2021 Memory usage per processor = 27.5346 Mbytes Step Atoms AVEKE stressZZ 13022 5000 3.2790392e-11 4147770.1 13023 -0.0103999999999943 4147702.49816982 13023 5000 3.2787976e-11 4147702.5 Loop time of 0.0166709 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:14 2021 Pair time (%) = 0.00104308 (6.25688) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.19879) Outpt time (%) = 0.0155001 (92.9766) Other time (%) = 9.46522e-05 (0.567767) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:14 2021 Memory usage per processor = 27.5346 Mbytes Step Atoms AVEKE stressZZ 13023 5000 3.2787976e-11 4147685.8 13024 -0.0103999999999943 4147618.2421288 13024 5000 3.278556e-11 4147618.2 Loop time of 0.016453 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:14 2021 Pair time (%) = 0.00101495 (6.16876) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.207219) Outpt time (%) = 0.0152309 (92.572) Other time (%) = 0.000173092 (1.05204) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:14 2021 Memory usage per processor = 27.5346 Mbytes Step Atoms AVEKE stressZZ 13024 5000 3.278556e-11 4147601.6 13025 -0.0103999999999943 4147533.9903908 13025 5000 3.2783144e-11 4147534 Loop time of 0.016247 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:14 2021 Pair time (%) = 0.00100493 (6.18534) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.202509) Outpt time (%) = 0.015105 (92.9709) Other time (%) = 0.000104189 (0.64128) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:14 2021 Memory usage per processor = 27.5346 Mbytes Step Atoms AVEKE stressZZ 13025 5000 3.2783144e-11 4147517.3 13026 -0.0103999999999943 4147449.74295515 13026 5000 3.2780729e-11 4147449.7 Loop time of 0.0164099 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:14 2021 Pair time (%) = 0.00100923 (6.15011) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.2005) Outpt time (%) = 0.0152779 (93.1016) Other time (%) = 8.98838e-05 (0.547742) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:14 2021 Memory usage per processor = 27.5346 Mbytes Step Atoms AVEKE stressZZ 13026 5000 3.2780729e-11 4147433.1 13027 -0.0103999999999943 4147365.49982131 13027 5000 3.2778314e-11 4147365.5 Loop time of 0.0177059 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:14 2021 Pair time (%) = 0.00107694 (6.08235) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.185824) Outpt time (%) = 0.016506 (93.2228) Other time (%) = 9.01222e-05 (0.508995) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:14 2021 Memory usage per processor = 27.5346 Mbytes Step Atoms AVEKE stressZZ 13027 5000 3.2778314e-11 4147348.8 13028 -0.0103999999999943 4147281.26098869 13028 5000 3.2775899e-11 4147281.3 Loop time of 0.016876 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:14 2021 Pair time (%) = 0.00105381 (6.24444) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.200613) Outpt time (%) = 0.0156319 (92.6282) Other time (%) = 0.000156403 (0.926776) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:14 2021 Memory usage per processor = 27.5346 Mbytes Step Atoms AVEKE stressZZ 13028 5000 3.2775899e-11 4147264.6 13029 -0.0103999999999943 4147197.02645661 13029 5000 3.2773484e-11 4147197 Loop time of 0.0170228 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:14 2021 Pair time (%) = 0.0012269 (7.20738) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.229695) Outpt time (%) = 0.015615 (91.7296) Other time (%) = 0.000141859 (0.833345) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:14 2021 Memory usage per processor = 27.5346 Mbytes Step Atoms AVEKE stressZZ 13029 5000 3.2773484e-11 4147180.4 13030 -0.0103999999999943 4147112.79622457 13030 5000 3.277107e-11 4147112.8 Loop time of 0.0192881 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:14 2021 Pair time (%) = 0.00105309 (5.45983) Neigh time (%) = 0 (0) Comm time (%) = 4.50611e-05 (0.233622) Outpt time (%) = 0.0180819 (93.7466) Other time (%) = 0.000108004 (0.559951) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:14 2021 Memory usage per processor = 27.5346 Mbytes Step Atoms AVEKE stressZZ 13030 5000 3.277107e-11 4147096.1 13031 -0.0103999999999943 4147028.57029195 13031 5000 3.2768656e-11 4147028.6 Loop time of 0.0178258 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:14 2021 Pair time (%) = 0.00116301 (6.52427) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.201961) Outpt time (%) = 0.016506 (92.5957) Other time (%) = 0.000120878 (0.678107) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:14 2021 Memory usage per processor = 27.5346 Mbytes Step Atoms AVEKE stressZZ 13031 5000 3.2768656e-11 4147011.9 13032 -0.0103999999999943 4146944.34865811 13032 5000 3.2766242e-11 4146944.3 Loop time of 0.016567 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:14 2021 Pair time (%) = 0.00102496 (6.18677) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.204355) Outpt time (%) = 0.0153539 (92.6778) Other time (%) = 0.000154257 (0.931109) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:14 2021 Memory usage per processor = 27.5346 Mbytes Step Atoms AVEKE stressZZ 13032 5000 3.2766242e-11 4146927.7 13033 -0.0103999999999943 4146860.13132259 13033 5000 3.2763829e-11 4146860.1 Loop time of 0.017195 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:14 2021 Pair time (%) = 0.001369 (7.96162) Neigh time (%) = 0 (0) Comm time (%) = 4.81606e-05 (0.280085) Outpt time (%) = 0.015569 (90.5437) Other time (%) = 0.000208855 (1.21463) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:14 2021 Memory usage per processor = 27.5346 Mbytes Step Atoms AVEKE stressZZ 13033 5000 3.2763829e-11 4146843.5 13034 -0.0103999999999943 4146775.91828465 13034 5000 3.2761415e-11 4146775.9 Loop time of 0.0173571 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:14 2021 Pair time (%) = 0.00100493 (5.78976) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.190931) Outpt time (%) = 0.0161998 (93.3325) Other time (%) = 0.000119209 (0.686804) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:14 2021 Memory usage per processor = 27.5346 Mbytes Step Atoms AVEKE stressZZ 13034 5000 3.2761415e-11 4146759.2 13035 -0.0103999999999943 4146691.70954384 13035 5000 3.2759002e-11 4146691.7 Loop time of 0.016644 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:14 2021 Pair time (%) = 0.00112009 (6.72969) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.199112) Outpt time (%) = 0.0153821 (92.418) Other time (%) = 0.000108719 (0.653202) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:14 2021 Memory usage per processor = 27.5346 Mbytes Step Atoms AVEKE stressZZ 13035 5000 3.2759002e-11 4146675 13036 -0.0103999999999943 4146607.50509954 13036 5000 3.275659e-11 4146607.5 Loop time of 0.0167048 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:14 2021 Pair time (%) = 0.00107694 (6.44687) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.215514) Outpt time (%) = 0.015487 (92.7096) Other time (%) = 0.000104904 (0.627988) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:14 2021 Memory usage per processor = 27.5346 Mbytes Step Atoms AVEKE stressZZ 13036 5000 3.275659e-11 4146590.8 13037 -0.0103999999999943 4146523.30495123 13037 5000 3.2754177e-11 4146523.3 Loop time of 0.017282 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:14 2021 Pair time (%) = 0.00110602 (6.39986) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190382) Outpt time (%) = 0.0160501 (92.8717) Other time (%) = 9.29832e-05 (0.538035) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:14 2021 Memory usage per processor = 27.5346 Mbytes Step Atoms AVEKE stressZZ 13037 5000 3.2754177e-11 4146506.6 13038 -0.0103999999999943 4146439.10909824 13038 5000 3.2751765e-11 4146439.1 Loop time of 0.0172641 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:14 2021 Pair time (%) = 0.00109601 (6.34848) Neigh time (%) = 0 (0) Comm time (%) = 6.48499e-05 (0.375634) Outpt time (%) = 0.0159931 (92.6379) Other time (%) = 0.000110149 (0.638025) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:14 2021 Memory usage per processor = 27.5346 Mbytes Step Atoms AVEKE stressZZ 13038 5000 3.2751765e-11 4146422.4 13039 -0.0103999999999943 4146354.91754012 13039 5000 3.2749353e-11 4146354.9 Loop time of 0.0164471 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:14 2021 Pair time (%) = 0.00100708 (6.12316) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.200046) Outpt time (%) = 0.015312 (93.0984) Other time (%) = 9.5129e-05 (0.578395) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:14 2021 Memory usage per processor = 27.5346 Mbytes Step Atoms AVEKE stressZZ 13039 5000 3.2749353e-11 4146338.3 13040 -0.0103999999999943 4146270.73027624 13040 5000 3.2746941e-11 4146270.7 Loop time of 0.019275 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:14 2021 Pair time (%) = 0.00124192 (6.44319) Neigh time (%) = 0 (0) Comm time (%) = 4.48227e-05 (0.232544) Outpt time (%) = 0.0178201 (92.4522) Other time (%) = 0.000168085 (0.872039) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:14 2021 Memory usage per processor = 27.5346 Mbytes Step Atoms AVEKE stressZZ 13040 5000 3.2746941e-11 4146254.1 13041 -0.0103999999999943 4146186.54730606 13041 5000 3.274453e-11 4146186.5 Loop time of 0.0169289 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:14 2021 Pair time (%) = 0.00101399 (5.98972) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.195761) Outpt time (%) = 0.0157878 (93.2596) Other time (%) = 9.39369e-05 (0.554891) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:14 2021 Memory usage per processor = 27.5346 Mbytes Step Atoms AVEKE stressZZ 13041 5000 3.274453e-11 4146169.9 13042 -0.0103999999999943 4146102.36862905 13042 5000 3.2742118e-11 4146102.4 Loop time of 0.0171289 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:14 2021 Pair time (%) = 0.00118995 (6.947) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.199042) Outpt time (%) = 0.015785 (92.1538) Other time (%) = 0.000119925 (0.700128) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:14 2021 Memory usage per processor = 27.5346 Mbytes Step Atoms AVEKE stressZZ 13042 5000 3.2742118e-11 4146085.7 13043 -0.0103999999999943 4146018.19424466 13043 5000 3.2739708e-11 4146018.2 Loop time of 0.0165141 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:14 2021 Pair time (%) = 0.001055 (6.38851) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.212228) Outpt time (%) = 0.015322 (92.7813) Other time (%) = 0.000102043 (0.617917) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:14 2021 Memory usage per processor = 27.5346 Mbytes Step Atoms AVEKE stressZZ 13043 5000 3.2739708e-11 4146001.5 13044 -0.0103999999999943 4145934.02416162 13044 5000 3.2737297e-11 4145934 Loop time of 0.016937 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:14 2021 Pair time (%) = 0.00108695 (6.4176) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.201298) Outpt time (%) = 0.015707 (92.7378) Other time (%) = 0.000108957 (0.643309) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:14 2021 Memory usage per processor = 27.5346 Mbytes Step Atoms AVEKE stressZZ 13044 5000 3.2737297e-11 4145917.4 13045 -0.0103999999999943 4145849.85838586 13045 5000 3.2734886e-11 4145849.9 Loop time of 0.016994 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:14 2021 Pair time (%) = 0.00100589 (5.91908) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.193608) Outpt time (%) = 0.0158632 (93.3458) Other time (%) = 9.20296e-05 (0.541542) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:14 2021 Memory usage per processor = 27.5346 Mbytes Step Atoms AVEKE stressZZ 13045 5000 3.2734886e-11 4145833.2 13046 -0.0103999999999943 4145765.69690999 13046 5000 3.2732476e-11 4145765.7 Loop time of 0.0167501 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:14 2021 Pair time (%) = 0.001122 (6.69846) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.196427) Outpt time (%) = 0.0154901 (92.4774) Other time (%) = 0.000105143 (0.627713) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:14 2021 Memory usage per processor = 27.5346 Mbytes Step Atoms AVEKE stressZZ 13046 5000 3.2732476e-11 4145749 13047 -0.0103999999999943 4145681.53973149 13047 5000 3.2730066e-11 4145681.5 Loop time of 0.016809 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:15 2021 Pair time (%) = 0.00120711 (7.18136) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.226944) Outpt time (%) = 0.015394 (91.5818) Other time (%) = 0.000169754 (1.0099) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:15 2021 Memory usage per processor = 27.5346 Mbytes Step Atoms AVEKE stressZZ 13047 5000 3.2730066e-11 4145664.9 13048 -0.0103999999999943 4145597.38684887 13048 5000 3.2727657e-11 4145597.4 Loop time of 0.0171499 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:15 2021 Pair time (%) = 0.00109816 (6.40327) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191848) Outpt time (%) = 0.0159211 (92.8349) Other time (%) = 9.77516e-05 (0.569983) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:15 2021 Memory usage per processor = 27.5346 Mbytes Step Atoms AVEKE stressZZ 13048 5000 3.2727657e-11 4145580.7 13049 -0.0103999999999943 4145513.23826079 13049 5000 3.2725247e-11 4145513.2 Loop time of 0.01736 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:15 2021 Pair time (%) = 0.00104809 (6.03738) Neigh time (%) = 0 (0) Comm time (%) = 6.41346e-05 (0.36944) Outpt time (%) = 0.016125 (92.8859) Other time (%) = 0.000122786 (0.707291) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:15 2021 Memory usage per processor = 27.5346 Mbytes Step Atoms AVEKE stressZZ 13049 5000 3.2725247e-11 4145496.6 13050 -0.0103999999999943 4145429.09396634 13050 5000 3.2722838e-11 4145429.1 Loop time of 0.0191381 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:15 2021 Pair time (%) = 0.00105906 (5.53375) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.178147) Outpt time (%) = 0.0179329 (93.7026) Other time (%) = 0.000112057 (0.585517) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:15 2021 Memory usage per processor = 27.5346 Mbytes Step Atoms AVEKE stressZZ 13050 5000 3.2722838e-11 4145412.4 13051 -0.0103999999999943 4145344.95396461 13051 5000 3.272043e-11 4145345 Loop time of 0.0170989 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:15 2021 Pair time (%) = 0.00125003 (7.31058) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.234251) Outpt time (%) = 0.0156529 (91.5433) Other time (%) = 0.000155926 (0.911905) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:15 2021 Memory usage per processor = 27.5346 Mbytes Step Atoms AVEKE stressZZ 13051 5000 3.272043e-11 4145328.3 13052 -0.0103999999999943 4145260.81825472 13052 5000 3.2718021e-11 4145260.8 Loop time of 0.017076 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:15 2021 Pair time (%) = 0.00104499 (6.11963) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.194074) Outpt time (%) = 0.0159039 (93.1362) Other time (%) = 9.39369e-05 (0.55011) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:15 2021 Memory usage per processor = 27.5346 Mbytes Step Atoms AVEKE stressZZ 13052 5000 3.2718021e-11 4145244.2 13053 -0.0103999999999943 4145176.68683588 13053 5000 3.2715613e-11 4145176.7 Loop time of 0.0171292 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:15 2021 Pair time (%) = 0.00100613 (5.87376) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.19208) Outpt time (%) = 0.015996 (93.3844) Other time (%) = 9.41753e-05 (0.549795) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:15 2021 Memory usage per processor = 27.5346 Mbytes Step Atoms AVEKE stressZZ 13053 5000 3.2715613e-11 4145160 13054 -0.0103999999999943 4145092.55970743 13054 5000 3.2713205e-11 4145092.6 Loop time of 0.0167329 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:15 2021 Pair time (%) = 0.00101995 (6.09549) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209452) Outpt time (%) = 0.0155759 (93.0852) Other time (%) = 0.000102043 (0.609834) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:15 2021 Memory usage per processor = 27.5346 Mbytes Step Atoms AVEKE stressZZ 13054 5000 3.2713205e-11 4145075.9 13055 -0.0103999999999943 4145008.43686865 13055 5000 3.2710797e-11 4145008.4 Loop time of 0.0175209 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:15 2021 Pair time (%) = 0.00106692 (6.08943) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.19459) Outpt time (%) = 0.0163031 (93.0492) Other time (%) = 0.000116825 (0.666776) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:15 2021 Memory usage per processor = 27.5346 Mbytes Step Atoms AVEKE stressZZ 13055 5000 3.2710797e-11 4144991.8 13056 -0.0103999999999943 4144924.31831881 13056 5000 3.2708389e-11 4144924.3 Loop time of 0.01718 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:15 2021 Pair time (%) = 0.00105 (6.11174) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.197063) Outpt time (%) = 0.0159969 (93.1139) Other time (%) = 9.91821e-05 (0.577313) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:15 2021 Memory usage per processor = 27.5346 Mbytes Step Atoms AVEKE stressZZ 13056 5000 3.2708389e-11 4144907.7 13057 -0.0103999999999943 4144840.20405731 13057 5000 3.2705982e-11 4144840.2 Loop time of 0.0168099 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:15 2021 Pair time (%) = 0.0010159 (6.04346) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.195728) Outpt time (%) = 0.0156658 (93.1935) Other time (%) = 9.53674e-05 (0.567328) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:15 2021 Memory usage per processor = 27.5346 Mbytes Step Atoms AVEKE stressZZ 13057 5000 3.2705982e-11 4144823.5 13058 -0.0103999999999943 4144756.09408351 13058 5000 3.2703575e-11 4144756.1 Loop time of 0.016768 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:15 2021 Pair time (%) = 0.00118399 (7.061) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.233186) Outpt time (%) = 0.015419 (91.9551) Other time (%) = 0.000125885 (0.750746) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:15 2021 Memory usage per processor = 27.5346 Mbytes Step Atoms AVEKE stressZZ 13058 5000 3.2703575e-11 4144739.4 13059 -0.0103999999999943 4144671.98839669 13059 5000 3.2701168e-11 4144672 Loop time of 0.017206 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:15 2021 Pair time (%) = 0.00105214 (6.11498) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198152) Outpt time (%) = 0.016017 (93.0896) Other time (%) = 0.000102758 (0.597226) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:15 2021 Memory usage per processor = 27.5346 Mbytes Step Atoms AVEKE stressZZ 13059 5000 3.2701168e-11 4144655.3 13060 -0.0103999999999943 4144587.88699634 13060 5000 3.2698762e-11 4144587.9 Loop time of 0.019578 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:15 2021 Pair time (%) = 0.00105 (5.36314) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.168055) Outpt time (%) = 0.0184009 (93.9878) Other time (%) = 9.41753e-05 (0.481027) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:15 2021 Memory usage per processor = 27.5346 Mbytes Step Atoms AVEKE stressZZ 13060 5000 3.2698762e-11 4144571.2 13061 -0.0103999999999943 4144503.7899059 13061 5000 3.2696356e-11 4144503.8 Loop time of 0.0167599 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:15 2021 Pair time (%) = 0.00100899 (6.02026) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.196313) Outpt time (%) = 0.0156291 (93.2528) Other time (%) = 8.89301e-05 (0.530613) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:15 2021 Memory usage per processor = 27.5346 Mbytes Step Atoms AVEKE stressZZ 13061 5000 3.2696356e-11 4144487.1 13062 -0.0103999999999943 4144419.69712105 13062 5000 3.269395e-11 4144419.7 Loop time of 0.0169051 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:15 2021 Pair time (%) = 0.00122404 (7.24067) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.229885) Outpt time (%) = 0.015517 (91.789) Other time (%) = 0.00012517 (0.740427) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:15 2021 Memory usage per processor = 27.5346 Mbytes Step Atoms AVEKE stressZZ 13062 5000 3.269395e-11 4144403 13063 -0.0103999999999943 4144335.608634 13063 5000 3.2691544e-11 4144335.6 Loop time of 0.0172989 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:15 2021 Pair time (%) = 0.00106907 (6.17997) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.202599) Outpt time (%) = 0.016031 (92.6706) Other time (%) = 0.000163794 (0.946842) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:15 2021 Memory usage per processor = 27.5346 Mbytes Step Atoms AVEKE stressZZ 13063 5000 3.2691544e-11 4144318.9 13064 -0.0103999999999943 4144251.52444189 13064 5000 3.2689139e-11 4144251.5 Loop time of 0.0170288 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:15 2021 Pair time (%) = 0.00109696 (6.44181) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.194612) Outpt time (%) = 0.0157609 (92.5543) Other time (%) = 0.000137806 (0.809252) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:15 2021 Memory usage per processor = 27.5346 Mbytes Step Atoms AVEKE stressZZ 13064 5000 3.2689139e-11 4144234.9 13065 -0.0103999999999943 4144167.44454243 13065 5000 3.2686733e-11 4144167.4 Loop time of 0.0167201 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:15 2021 Pair time (%) = 0.00101399 (6.06454) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.202484) Outpt time (%) = 0.0155301 (92.8831) Other time (%) = 0.000142097 (0.849862) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:15 2021 Memory usage per processor = 27.5346 Mbytes Step Atoms AVEKE stressZZ 13065 5000 3.2686733e-11 4144150.8 13066 -0.0103999999999943 4144083.36893416 13066 5000 3.2684328e-11 4144083.4 Loop time of 0.0172751 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:15 2021 Pair time (%) = 0.00117302 (6.79023) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197358) Outpt time (%) = 0.0159612 (92.3941) Other time (%) = 0.000106812 (0.618298) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:15 2021 Memory usage per processor = 27.5346 Mbytes Step Atoms AVEKE stressZZ 13066 5000 3.2684328e-11 4144066.7 13067 -0.0103999999999943 4143999.29761579 13067 5000 3.2681924e-11 4143999.3 Loop time of 0.016253 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:15 2021 Pair time (%) = 0.00100899 (6.20801) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.203902) Outpt time (%) = 0.0151181 (93.0175) Other time (%) = 9.27448e-05 (0.570632) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:15 2021 Memory usage per processor = 27.5346 Mbytes Step Atoms AVEKE stressZZ 13067 5000 3.2681924e-11 4143982.6 13068 -0.0103999999999943 4143915.23058617 13068 5000 3.2679519e-11 4143915.2 Loop time of 0.0161672 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:15 2021 Pair time (%) = 0.00100803 (6.23507) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.204985) Outpt time (%) = 0.0150392 (93.0232) Other time (%) = 8.67844e-05 (0.536794) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:15 2021 Memory usage per processor = 27.5346 Mbytes Step Atoms AVEKE stressZZ 13068 5000 3.2679519e-11 4143898.6 13069 -0.0103999999999943 4143831.16784436 13069 5000 3.2677115e-11 4143831.2 Loop time of 0.0162671 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:15 2021 Pair time (%) = 0.00100684 (6.18945) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.20226) Outpt time (%) = 0.0151341 (93.0352) Other time (%) = 9.32217e-05 (0.57307) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:23:15 2021 Memory usage per processor = 27.5346 Mbytes Step Atoms AVEKE stressZZ 13069 5000 3.2677115e-11 4143814.5 13070 -0.0103999999999943 4143733.57810558 13070 5000 6.454414e-11 4143869.7 Loop time of 0.0182519 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:15 2021 Pair time (%) = 0.00103021 (5.64438) Neigh time (%) = 0 (0) Comm time (%) = 6.19888e-05 (0.33963) Outpt time (%) = 0.0170469 (93.3981) Other time (%) = 0.000112772 (0.617865) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:15 2021 Memory usage per processor = 27.5347 Mbytes Step Atoms AVEKE stressZZ 13070 5000 6.454414e-11 4193800.4 13071 -0.0104324999999943 4193711.06852002 13071 5000 5.2004055e-11 4193711.1 Loop time of 0.016818 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:15 2021 Pair time (%) = 0.00123191 (7.32492) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.225404) Outpt time (%) = 0.0154302 (91.7479) Other time (%) = 0.000118017 (0.70173) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:15 2021 Memory usage per processor = 27.5347 Mbytes Step Atoms AVEKE stressZZ 13071 5000 5.2004055e-11 4193688.6 13072 -0.0104324999999943 4193606.95072295 13072 5000 4.4737011e-11 4193607 Loop time of 0.0174761 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:15 2021 Pair time (%) = 0.00103307 (5.91132) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.188267) Outpt time (%) = 0.0163002 (93.2715) Other time (%) = 0.000109911 (0.628922) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:15 2021 Memory usage per processor = 27.5347 Mbytes Step Atoms AVEKE stressZZ 13072 5000 4.4737011e-11 4193586.5 13073 -0.0104324999999943 4193509.70209866 13073 5000 4.0401874e-11 4193509.7 Loop time of 0.01737 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:15 2021 Pair time (%) = 0.00104308 (6.00508) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189417) Outpt time (%) = 0.0161879 (93.1947) Other time (%) = 0.000106096 (0.610802) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:15 2021 Memory usage per processor = 27.5347 Mbytes Step Atoms AVEKE stressZZ 13073 5000 4.0401874e-11 4193490.5 13074 -0.0104324999999943 4193416.82048876 13074 5000 3.776069e-11 4193416.8 Loop time of 0.016449 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:15 2021 Pair time (%) = 0.00103283 (6.27899) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.205821) Outpt time (%) = 0.0152671 (92.8151) Other time (%) = 0.000115156 (0.700081) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:15 2021 Memory usage per processor = 27.5347 Mbytes Step Atoms AVEKE stressZZ 13074 5000 3.776069e-11 4193398.5 13075 -0.0104324999999943 4193326.71574895 13075 5000 3.6127645e-11 4193326.7 Loop time of 0.0171218 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:15 2021 Pair time (%) = 0.0011301 (6.60038) Neigh time (%) = 0 (0) Comm time (%) = 6.69956e-05 (0.391289) Outpt time (%) = 0.015729 (91.8651) Other time (%) = 0.000195742 (1.14323) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:15 2021 Memory usage per processor = 27.5347 Mbytes Step Atoms AVEKE stressZZ 13075 5000 3.6127645e-11 4193308.9 13076 -0.0104324999999943 4193238.37732634 13076 5000 3.5107657e-11 4193238.4 Loop time of 0.0171669 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:15 2021 Pair time (%) = 0.00106096 (6.1803) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191659) Outpt time (%) = 0.0159841 (93.11) Other time (%) = 8.89301e-05 (0.518034) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:15 2021 Memory usage per processor = 27.5347 Mbytes Step Atoms AVEKE stressZZ 13076 5000 3.5107657e-11 4193220.9 13077 -0.0104324999999943 4193151.16300354 13077 5000 3.4466115e-11 4193151.2 Loop time of 0.016562 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:15 2021 Pair time (%) = 0.00100708 (6.08067) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.200098) Outpt time (%) = 0.0154271 (93.1477) Other time (%) = 9.46522e-05 (0.571503) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:15 2021 Memory usage per processor = 27.5347 Mbytes Step Atoms AVEKE stressZZ 13077 5000 3.4466115e-11 4193133.9 13078 -0.0104324999999943 4193064.66464387 13078 5000 3.406057e-11 4193064.7 Loop time of 0.0169868 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:15 2021 Pair time (%) = 0.00121498 (7.15248) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.228778) Outpt time (%) = 0.0156131 (91.9128) Other time (%) = 0.000119925 (0.705985) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:15 2021 Memory usage per processor = 27.5347 Mbytes Step Atoms AVEKE stressZZ 13078 5000 3.406057e-11 4193047.5 13079 -0.0104324999999943 4192978.62287174 13079 5000 3.3803182e-11 4192978.6 Loop time of 0.017225 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:15 2021 Pair time (%) = 0.00100994 (5.86322) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191011) Outpt time (%) = 0.0160909 (93.4156) Other time (%) = 9.13143e-05 (0.530126) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:15 2021 Memory usage per processor = 27.5347 Mbytes Step Atoms AVEKE stressZZ 13079 5000 3.3803182e-11 4192961.5 13080 -0.0104324999999943 4192892.87285069 13080 5000 3.3639212e-11 4192892.9 Loop time of 0.0192628 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:15 2021 Pair time (%) = 0.00104594 (5.42986) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.170805) Outpt time (%) = 0.0180891 (93.9067) Other time (%) = 9.48906e-05 (0.492611) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:15 2021 Memory usage per processor = 27.5348 Mbytes Step Atoms AVEKE stressZZ 13080 5000 3.3639212e-11 4192875.8 13081 -0.0104324999999943 4192807.30982504 13081 5000 3.3534314e-11 4192807.3 Loop time of 0.0166671 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:15 2021 Pair time (%) = 0.00101113 (6.06663) Neigh time (%) = 0 (0) Comm time (%) = 5.6982e-05 (0.341883) Outpt time (%) = 0.015491 (92.9435) Other time (%) = 0.000108004 (0.648004) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:15 2021 Memory usage per processor = 27.5348 Mbytes Step Atoms AVEKE stressZZ 13081 5000 3.3534314e-11 4192790.3 13082 -0.0104324999999943 4192721.86722116 13082 5000 3.3466835e-11 4192721.9 Loop time of 0.0172341 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:15 2021 Pair time (%) = 0.00125003 (7.25323) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.232413) Outpt time (%) = 0.0158119 (91.7479) Other time (%) = 0.000132084 (0.766411) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:15 2021 Memory usage per processor = 27.5348 Mbytes Step Atoms AVEKE stressZZ 13082 5000 3.3466835e-11 4192704.9 13083 -0.0104324999999943 4192636.50273047 13083 5000 3.3423088e-11 4192636.5 Loop time of 0.017225 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:15 2021 Pair time (%) = 0.00100708 (5.84661) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191011) Outpt time (%) = 0.0160959 (93.4447) Other time (%) = 8.91685e-05 (0.517669) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:15 2021 Memory usage per processor = 27.5348 Mbytes Step Atoms AVEKE stressZZ 13083 5000 3.3423088e-11 4192619.5 13084 -0.0104324999999943 4192551.18946531 13084 5000 3.3394403e-11 4192551.2 Loop time of 0.0170271 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:15 2021 Pair time (%) = 0.00100899 (5.92576) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.194632) Outpt time (%) = 0.0158918 (93.3321) Other time (%) = 9.32217e-05 (0.547489) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:15 2021 Memory usage per processor = 27.5348 Mbytes Step Atoms AVEKE stressZZ 13084 5000 3.3394403e-11 4192534.2 13085 -0.0104324999999943 4192465.9103379 13085 5000 3.3375282e-11 4192465.9 Loop time of 0.0165071 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:15 2021 Pair time (%) = 0.00103498 (6.26986) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.20654) Outpt time (%) = 0.0153389 (92.9228) Other time (%) = 9.91821e-05 (0.600843) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:15 2021 Memory usage per processor = 27.5348 Mbytes Step Atoms AVEKE stressZZ 13085 5000 3.3375282e-11 4192449 13086 -0.0104324999999943 4192380.65448878 13086 5000 3.3362236e-11 4192380.7 Loop time of 0.017359 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:15 2021 Pair time (%) = 0.00109196 (6.29043) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.196404) Outpt time (%) = 0.0161309 (92.9253) Other time (%) = 0.000102043 (0.587839) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:15 2021 Memory usage per processor = 27.5348 Mbytes Step Atoms AVEKE stressZZ 13086 5000 3.3362236e-11 4192363.7 13087 -0.0104324999999943 4192295.41501631 13087 5000 3.3353049e-11 4192295.4 Loop time of 0.0173941 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:15 2021 Pair time (%) = 0.00107002 (6.15165) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189155) Outpt time (%) = 0.0161951 (93.1068) Other time (%) = 9.60827e-05 (0.552388) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:15 2021 Memory usage per processor = 27.5348 Mbytes Step Atoms AVEKE stressZZ 13087 5000 3.3353049e-11 4192278.5 13088 -0.0104324999999943 4192210.18753422 13088 5000 3.3346315e-11 4192210.2 Loop time of 0.016609 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:15 2021 Pair time (%) = 0.00100803 (6.06922) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.199532) Outpt time (%) = 0.0154729 (93.1599) Other time (%) = 9.48906e-05 (0.571322) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:15 2021 Memory usage per processor = 27.5348 Mbytes Step Atoms AVEKE stressZZ 13088 5000 3.3346315e-11 4192193.3 13089 -0.0104324999999943 4192124.96925498 13089 5000 3.3341139e-11 4192125 Loop time of 0.0170369 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:15 2021 Pair time (%) = 0.00125313 (7.35537) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.222508) Outpt time (%) = 0.015626 (91.7182) Other time (%) = 0.000119925 (0.70391) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:15 2021 Memory usage per processor = 27.5348 Mbytes Step Atoms AVEKE stressZZ 13089 5000 3.3341139e-11 4192108 13090 -0.0104324999999943 4192039.75840683 13090 5000 3.3336953e-11 4192039.8 Loop time of 0.019398 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:16 2021 Pair time (%) = 0.00100803 (5.19659) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.169614) Outpt time (%) = 0.018224 (93.948) Other time (%) = 0.000133038 (0.685832) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:16 2021 Memory usage per processor = 27.5348 Mbytes Step Atoms AVEKE stressZZ 13090 5000 3.3336953e-11 4192022.8 13091 -0.0104324999999943 4191954.55386354 13091 5000 3.3333397e-11 4191954.6 Loop time of 0.0169489 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:16 2021 Pair time (%) = 0.00100994 (5.95873) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.19553) Outpt time (%) = 0.0158119 (93.2915) Other time (%) = 9.39369e-05 (0.554235) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:16 2021 Memory usage per processor = 27.5348 Mbytes Step Atoms AVEKE stressZZ 13091 5000 3.3333397e-11 4191937.6 13092 -0.0104324999999943 4191869.35490928 13092 5000 3.333024e-11 4191869.4 Loop time of 0.0168569 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:16 2021 Pair time (%) = 0.00104713 (6.2119) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.195183) Outpt time (%) = 0.0156221 (92.675) Other time (%) = 0.000154734 (0.917924) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:16 2021 Memory usage per processor = 27.5348 Mbytes Step Atoms AVEKE stressZZ 13092 5000 3.333024e-11 4191852.4 13093 -0.0104324999999943 4191784.16108898 13093 5000 3.3327338e-11 4191784.2 Loop time of 0.0169351 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:16 2021 Pair time (%) = 0.00119901 (7.08001) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.223846) Outpt time (%) = 0.0155602 (91.881) Other time (%) = 0.000138044 (0.815137) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:16 2021 Memory usage per processor = 27.5348 Mbytes Step Atoms AVEKE stressZZ 13093 5000 3.3327338e-11 4191767.2 13094 -0.0104324999999943 4191698.97211321 13094 5000 3.3324598e-11 4191699 Loop time of 0.0170951 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:16 2021 Pair time (%) = 0.00101018 (5.90918) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192463) Outpt time (%) = 0.015959 (93.3544) Other time (%) = 9.29832e-05 (0.543918) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:16 2021 Memory usage per processor = 27.5348 Mbytes Step Atoms AVEKE stressZZ 13094 5000 3.3324598e-11 4191682 13095 -0.0104324999999943 4191613.78779798 13095 5000 3.3321961e-11 4191613.8 Loop time of 0.017029 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:16 2021 Pair time (%) = 0.00104213 (6.11971) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.19461) Outpt time (%) = 0.0158591 (93.1299) Other time (%) = 9.46522e-05 (0.555828) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:16 2021 Memory usage per processor = 27.5348 Mbytes Step Atoms AVEKE stressZZ 13095 5000 3.3321961e-11 4191596.9 13096 -0.0104324999999943 4191528.60802607 13096 5000 3.3319389e-11 4191528.6 Loop time of 0.016639 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:16 2021 Pair time (%) = 0.0010581 (6.35917) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.204903) Outpt time (%) = 0.01543 (92.7338) Other time (%) = 0.000116825 (0.702116) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:16 2021 Memory usage per processor = 27.5348 Mbytes Step Atoms AVEKE stressZZ 13096 5000 3.3319389e-11 4191511.7 13097 -0.0104324999999943 4191443.43272289 13097 5000 3.3316859e-11 4191443.4 Loop time of 0.0170312 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:16 2021 Pair time (%) = 0.00106096 (6.22953) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.198785) Outpt time (%) = 0.01583 (92.9473) Other time (%) = 0.000106335 (0.624353) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:16 2021 Memory usage per processor = 27.5348 Mbytes Step Atoms AVEKE stressZZ 13097 5000 3.3316859e-11 4191426.5 13098 -0.0104324999999943 4191358.26184079 13098 5000 3.3314355e-11 4191358.3 Loop time of 0.0170119 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:16 2021 Pair time (%) = 0.00100803 (5.92547) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.193405) Outpt time (%) = 0.015878 (93.3345) Other time (%) = 9.29832e-05 (0.546578) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:16 2021 Memory usage per processor = 27.5348 Mbytes Step Atoms AVEKE stressZZ 13098 5000 3.3314355e-11 4191341.3 13099 -0.0104324999999943 4191273.09535556 13099 5000 3.3311869e-11 4191273.1 Loop time of 0.016459 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:16 2021 Pair time (%) = 0.00104618 (6.35629) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.199901) Outpt time (%) = 0.015286 (92.8731) Other time (%) = 9.39369e-05 (0.570733) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:16 2021 Memory usage per processor = 27.5348 Mbytes Step Atoms AVEKE stressZZ 13099 5000 3.3311869e-11 4191256.2 13100 -0.0104324999999943 4191187.93330067 13100 5000 3.3309393e-11 4191187.9 Loop time of 0.0192029 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:16 2021 Pair time (%) = 0.00128007 (6.666) Neigh time (%) = 0 (0) Comm time (%) = 4.22001e-05 (0.219758) Outpt time (%) = 0.0177579 (92.4748) Other time (%) = 0.000122786 (0.63941) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:16 2021 Memory usage per processor = 27.5348 Mbytes Step Atoms AVEKE stressZZ 13100 5000 3.3309393e-11 4191171 13101 -0.0104324999999943 4191102.77564093 13101 5000 3.3306924e-11 4191102.8 Loop time of 0.0171089 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:16 2021 Pair time (%) = 0.00108194 (6.32386) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193701) Outpt time (%) = 0.015872 (92.7703) Other time (%) = 0.000121832 (0.712096) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:16 2021 Memory usage per processor = 27.5348 Mbytes Step Atoms AVEKE stressZZ 13101 5000 3.3306924e-11 4191085.8 13102 -0.0104324999999943 4191017.62235794 13102 5000 3.330446e-11 4191017.6 Loop time of 0.0172901 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:16 2021 Pair time (%) = 0.00109887 (6.35549) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.195808) Outpt time (%) = 0.0160091 (92.591) Other time (%) = 0.000148296 (0.857694) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:16 2021 Memory usage per processor = 27.5348 Mbytes Step Atoms AVEKE stressZZ 13102 5000 3.330446e-11 4191000.7 13103 -0.0104324999999943 4190932.47344181 13103 5000 3.3301999e-11 4190932.5 Loop time of 0.0164511 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:16 2021 Pair time (%) = 0.00101209 (6.15208) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.199997) Outpt time (%) = 0.015312 (93.0755) Other time (%) = 9.41753e-05 (0.572455) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:16 2021 Memory usage per processor = 27.5348 Mbytes Step Atoms AVEKE stressZZ 13103 5000 3.3301999e-11 4190915.5 13104 -0.0104324999999943 4190847.32888609 13104 5000 3.329954e-11 4190847.3 Loop time of 0.0168009 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:16 2021 Pair time (%) = 0.00125003 (7.44026) Neigh time (%) = 0 (0) Comm time (%) = 4.41074e-05 (0.262531) Outpt time (%) = 0.0153699 (91.4827) Other time (%) = 0.000136852 (0.814554) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:16 2021 Memory usage per processor = 27.5348 Mbytes Step Atoms AVEKE stressZZ 13104 5000 3.329954e-11 4190830.4 13105 -0.0104324999999943 4190762.18868655 13105 5000 3.3297082e-11 4190762.2 Loop time of 0.0171299 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:16 2021 Pair time (%) = 0.00102615 (5.99042) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.199031) Outpt time (%) = 0.0159678 (93.2162) Other time (%) = 0.000101805 (0.59431) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:16 2021 Memory usage per processor = 27.5348 Mbytes Step Atoms AVEKE stressZZ 13105 5000 3.3297082e-11 4190745.3 13106 -0.0104324999999943 4190677.05284001 13106 5000 3.3294625e-11 4190677.1 Loop time of 0.017216 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:16 2021 Pair time (%) = 0.00100899 (5.86077) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192497) Outpt time (%) = 0.0160789 (93.3956) Other time (%) = 9.48906e-05 (0.551178) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:16 2021 Memory usage per processor = 27.5348 Mbytes Step Atoms AVEKE stressZZ 13106 5000 3.3294625e-11 4190660.1 13107 -0.0104324999999943 4190591.92135792 13107 5000 3.3292169e-11 4190591.9 Loop time of 0.016808 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:16 2021 Pair time (%) = 0.00123405 (7.34205) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.225538) Outpt time (%) = 0.0154061 (91.6593) Other time (%) = 0.000129938 (0.773072) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:16 2021 Memory usage per processor = 27.5348 Mbytes Step Atoms AVEKE stressZZ 13107 5000 3.3292169e-11 4190575 13108 -0.0104324999999943 4190506.79425087 13108 5000 3.3289714e-11 4190506.8 Loop time of 0.0171189 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:16 2021 Pair time (%) = 0.001194 (6.97474) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.199159) Outpt time (%) = 0.0157621 (92.074) Other time (%) = 0.000128746 (0.752068) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:16 2021 Memory usage per processor = 27.5348 Mbytes Step Atoms AVEKE stressZZ 13108 5000 3.3289714e-11 4190489.9 13109 -0.0104324999999943 4190421.67150585 13109 5000 3.3287259e-11 4190421.7 Loop time of 0.0171859 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:16 2021 Pair time (%) = 0.00100589 (5.85298) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198382) Outpt time (%) = 0.016058 (93.4367) Other time (%) = 8.79765e-05 (0.51191) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:16 2021 Memory usage per processor = 27.5348 Mbytes Step Atoms AVEKE stressZZ 13109 5000 3.3287259e-11 4190404.7 13110 -0.0104324999999943 4190336.55311829 13110 5000 3.3284804e-11 4190336.6 Loop time of 0.0190129 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:16 2021 Pair time (%) = 0.001055 (5.54887) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.174303) Outpt time (%) = 0.017772 (93.473) Other time (%) = 0.000152826 (0.803802) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:16 2021 Memory usage per processor = 27.5348 Mbytes Step Atoms AVEKE stressZZ 13110 5000 3.3284804e-11 4190319.6 13111 -0.0104324999999943 4190251.4390853 13111 5000 3.328235e-11 4190251.4 Loop time of 0.0166011 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:16 2021 Pair time (%) = 0.00102997 (6.20422) Neigh time (%) = 0 (0) Comm time (%) = 4.91142e-05 (0.295849) Outpt time (%) = 0.015403 (92.7833) Other time (%) = 0.000118971 (0.716645) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:16 2021 Memory usage per processor = 27.5348 Mbytes Step Atoms AVEKE stressZZ 13111 5000 3.328235e-11 4190234.5 13112 -0.0104324999999943 4190166.32940479 13112 5000 3.3279896e-11 4190166.3 Loop time of 0.0163369 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:16 2021 Pair time (%) = 0.0010078 (6.16882) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.201395) Outpt time (%) = 0.015204 (93.065) Other time (%) = 9.2268e-05 (0.564782) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:16 2021 Memory usage per processor = 27.5348 Mbytes Step Atoms AVEKE stressZZ 13112 5000 3.3279896e-11 4190149.4 13113 -0.0104324999999943 4190081.22406223 13113 5000 3.3277442e-11 4190081.2 Loop time of 0.0164671 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:16 2021 Pair time (%) = 0.00100899 (6.12729) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.201251) Outpt time (%) = 0.0153341 (93.1198) Other time (%) = 9.08375e-05 (0.55163) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:16 2021 Memory usage per processor = 27.5348 Mbytes Step Atoms AVEKE stressZZ 13113 5000 3.3277442e-11 4190064.3 13114 -0.0104324999999943 4189996.12306125 13114 5000 3.3274989e-11 4189996.1 Loop time of 0.0172811 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:16 2021 Pair time (%) = 0.00100613 (5.82214) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190392) Outpt time (%) = 0.0161521 (93.4673) Other time (%) = 8.98838e-05 (0.520129) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:16 2021 Memory usage per processor = 27.5348 Mbytes Step Atoms AVEKE stressZZ 13114 5000 3.3274989e-11 4189979.2 13115 -0.0104324999999943 4189911.02640696 13115 5000 3.3272536e-11 4189911 Loop time of 0.016906 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:16 2021 Pair time (%) = 0.00101209 (5.98655) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.201667) Outpt time (%) = 0.015722 (92.9967) Other time (%) = 0.000137806 (0.815129) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:16 2021 Memory usage per processor = 27.5348 Mbytes Step Atoms AVEKE stressZZ 13115 5000 3.3272536e-11 4189894.1 13116 -0.0104324999999943 4189825.93409819 13116 5000 3.3270083e-11 4189825.9 Loop time of 0.0172029 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:16 2021 Pair time (%) = 0.00120807 (7.02248) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.227292) Outpt time (%) = 0.0158329 (92.0365) Other time (%) = 0.000122786 (0.713751) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:16 2021 Memory usage per processor = 27.5348 Mbytes Step Atoms AVEKE stressZZ 13116 5000 3.3270083e-11 4189809 13117 -0.0104324999999943 4189740.84613398 13117 5000 3.326763e-11 4189740.8 Loop time of 0.0169859 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:16 2021 Pair time (%) = 0.00101113 (5.95278) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.199315) Outpt time (%) = 0.0158491 (93.3075) Other time (%) = 9.17912e-05 (0.540396) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:16 2021 Memory usage per processor = 27.5348 Mbytes Step Atoms AVEKE stressZZ 13117 5000 3.326763e-11 4189723.9 13118 -0.0104324999999943 4189655.76251339 13118 5000 3.3265178e-11 4189655.8 Loop time of 0.0173309 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:16 2021 Pair time (%) = 0.00100684 (5.80952) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189845) Outpt time (%) = 0.016196 (93.4517) Other time (%) = 9.5129e-05 (0.548899) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:16 2021 Memory usage per processor = 27.5348 Mbytes Step Atoms AVEKE stressZZ 13118 5000 3.3265178e-11 4189638.8 13119 -0.0104324999999943 4189570.6832355 13119 5000 3.3262726e-11 4189570.7 Loop time of 0.0166368 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:16 2021 Pair time (%) = 0.00101304 (6.08914) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.210662) Outpt time (%) = 0.015491 (93.1126) Other time (%) = 9.77516e-05 (0.587561) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:16 2021 Memory usage per processor = 27.5348 Mbytes Step Atoms AVEKE stressZZ 13119 5000 3.3262726e-11 4189553.8 13120 -0.0104324999999943 4189485.60829947 13120 5000 3.3260274e-11 4189485.6 Loop time of 0.019315 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:16 2021 Pair time (%) = 0.00117922 (6.10519) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.181452) Outpt time (%) = 0.017961 (92.99) Other time (%) = 0.000139713 (0.723341) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:16 2021 Memory usage per processor = 27.5348 Mbytes Step Atoms AVEKE stressZZ 13120 5000 3.3260274e-11 4189468.7 13121 -0.0104324999999943 4189400.53770441 13121 5000 3.3257822e-11 4189400.5 Loop time of 0.0172782 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:16 2021 Pair time (%) = 0.00100899 (5.83966) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190424) Outpt time (%) = 0.0161419 (93.4235) Other time (%) = 9.44138e-05 (0.546433) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:16 2021 Memory usage per processor = 27.5348 Mbytes Step Atoms AVEKE stressZZ 13121 5000 3.3257822e-11 4189383.6 13122 -0.0104324999999943 4189315.4714497 13122 5000 3.3255371e-11 4189315.5 Loop time of 0.016912 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:16 2021 Pair time (%) = 0.00105095 (6.21423) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.201596) Outpt time (%) = 0.015703 (92.8511) Other time (%) = 0.000123978 (0.733076) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:16 2021 Memory usage per processor = 27.5348 Mbytes Step Atoms AVEKE stressZZ 13122 5000 3.3255371e-11 4189298.5 13123 -0.0104324999999943 4189230.40953444 13123 5000 3.325292e-11 4189230.4 Loop time of 0.016479 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:16 2021 Pair time (%) = 0.00102901 (6.24439) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.21268) Outpt time (%) = 0.015311 (92.9121) Other time (%) = 0.000103951 (0.630805) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:16 2021 Memory usage per processor = 27.5348 Mbytes Step Atoms AVEKE stressZZ 13123 5000 3.325292e-11 4189213.5 13124 -0.0104324999999943 4189145.35195799 13124 5000 3.3250469e-11 4189145.4 Loop time of 0.01718 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:16 2021 Pair time (%) = 0.00106597 (6.20472) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198451) Outpt time (%) = 0.0159891 (93.0681) Other time (%) = 9.08375e-05 (0.528741) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:16 2021 Memory usage per processor = 27.5348 Mbytes Step Atoms AVEKE stressZZ 13124 5000 3.3250469e-11 4189128.4 13125 -0.0104324999999943 4189060.29871968 13125 5000 3.3248019e-11 4189060.3 Loop time of 0.016988 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:16 2021 Pair time (%) = 0.001055 (6.21026) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.200693) Outpt time (%) = 0.0158041 (93.0305) Other time (%) = 9.48906e-05 (0.558573) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:16 2021 Memory usage per processor = 27.5348 Mbytes Step Atoms AVEKE stressZZ 13125 5000 3.3248019e-11 4189043.4 13126 -0.0104324999999943 4188975.24981876 13126 5000 3.3245569e-11 4188975.2 Loop time of 0.0164189 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:16 2021 Pair time (%) = 0.00101209 (6.16414) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.20765) Outpt time (%) = 0.015275 (93.0328) Other time (%) = 9.77516e-05 (0.595359) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:16 2021 Memory usage per processor = 27.5348 Mbytes Step Atoms AVEKE stressZZ 13126 5000 3.3245569e-11 4188958.3 13127 -0.0104324999999943 4188890.20525454 13127 5000 3.3243119e-11 4188890.2 Loop time of 0.0169911 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:16 2021 Pair time (%) = 0.00122905 (7.23346) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.223108) Outpt time (%) = 0.015609 (91.8657) Other time (%) = 0.000115156 (0.677743) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:16 2021 Memory usage per processor = 27.5348 Mbytes Step Atoms AVEKE stressZZ 13127 5000 3.3243119e-11 4188873.3 13128 -0.0104324999999943 4188805.16502639 13128 5000 3.3240669e-11 4188805.2 Loop time of 0.0172181 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:16 2021 Pair time (%) = 0.00100994 (5.86557) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198012) Outpt time (%) = 0.016041 (93.1638) Other time (%) = 0.000133038 (0.772661) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:16 2021 Memory usage per processor = 27.5348 Mbytes Step Atoms AVEKE stressZZ 13128 5000 3.3240669e-11 4188788.2 13129 -0.0104324999999943 4188720.12913376 13129 5000 3.323822e-11 4188720.1 Loop time of 0.0170312 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:16 2021 Pair time (%) = 0.00112987 (6.6341) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.200185) Outpt time (%) = 0.0157719 (92.6058) Other time (%) = 9.53674e-05 (0.559957) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:16 2021 Memory usage per processor = 27.5348 Mbytes Step Atoms AVEKE stressZZ 13129 5000 3.323822e-11 4188703.2 13130 -0.0104324999999943 4188635.0975759 13130 5000 3.3235771e-11 4188635.1 Loop time of 0.0186961 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:16 2021 Pair time (%) = 0.00104213 (5.57405) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.19256) Outpt time (%) = 0.0175149 (93.6825) Other time (%) = 0.000102997 (0.550901) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:16 2021 Memory usage per processor = 27.5348 Mbytes Step Atoms AVEKE stressZZ 13130 5000 3.3235771e-11 4188618.2 13131 -0.0104324999999943 4188550.07035225 13131 5000 3.3233322e-11 4188550.1 Loop time of 0.0171859 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:16 2021 Pair time (%) = 0.00131989 (7.68004) Neigh time (%) = 0 (0) Comm time (%) = 7.20024e-05 (0.418961) Outpt time (%) = 0.0155709 (90.6025) Other time (%) = 0.00022316 (1.2985) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:16 2021 Memory usage per processor = 27.5348 Mbytes Step Atoms AVEKE stressZZ 13131 5000 3.3233322e-11 4188533.2 13132 -0.0104324999999943 4188465.04746221 13132 5000 3.3230873e-11 4188465 Loop time of 0.0171421 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:16 2021 Pair time (%) = 0.00100994 (5.8916) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191936) Outpt time (%) = 0.016006 (93.3726) Other time (%) = 9.32217e-05 (0.543818) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:16 2021 Memory usage per processor = 27.5348 Mbytes Step Atoms AVEKE stressZZ 13132 5000 3.3230873e-11 4188448.1 13133 -0.0104324999999943 4188380.02889786 13133 5000 3.3228425e-11 4188380 Loop time of 0.0169251 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:17 2021 Pair time (%) = 0.00101304 (5.98543) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.195805) Outpt time (%) = 0.0157871 (93.2764) Other time (%) = 9.17912e-05 (0.542338) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:17 2021 Memory usage per processor = 27.5348 Mbytes Step Atoms AVEKE stressZZ 13133 5000 3.3228425e-11 4188363.1 13134 -0.0104324999999943 4188295.01465955 13134 5000 3.3225977e-11 4188295 Loop time of 0.0166042 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:17 2021 Pair time (%) = 0.00107408 (6.4687) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211076) Outpt time (%) = 0.015389 (92.6812) Other time (%) = 0.000106096 (0.638973) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:17 2021 Memory usage per processor = 27.5348 Mbytes Step Atoms AVEKE stressZZ 13134 5000 3.3225977e-11 4188278.1 13135 -0.0104324999999943 4188210.00475263 13135 5000 3.3223529e-11 4188210 Loop time of 0.0171549 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:17 2021 Pair time (%) = 0.00114012 (6.64601) Neigh time (%) = 0 (0) Comm time (%) = 7.10487e-05 (0.414159) Outpt time (%) = 0.0158448 (92.3631) Other time (%) = 9.89437e-05 (0.576765) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:17 2021 Memory usage per processor = 27.5348 Mbytes Step Atoms AVEKE stressZZ 13135 5000 3.3223529e-11 4188193.1 13136 -0.0104324999999943 4188124.99917647 13136 5000 3.3221081e-11 4188125 Loop time of 0.0172961 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:17 2021 Pair time (%) = 0.00107384 (6.20856) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197119) Outpt time (%) = 0.016089 (93.0209) Other time (%) = 9.91821e-05 (0.573437) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:17 2021 Memory usage per processor = 27.5348 Mbytes Step Atoms AVEKE stressZZ 13136 5000 3.3221081e-11 4188108.1 13137 -0.0104324999999943 4188039.99793059 13137 5000 3.3218634e-11 4188040 Loop time of 0.016557 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:17 2021 Pair time (%) = 0.00101113 (6.10699) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.200158) Outpt time (%) = 0.015419 (93.1269) Other time (%) = 9.36985e-05 (0.565915) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:17 2021 Memory usage per processor = 27.5348 Mbytes Step Atoms AVEKE stressZZ 13137 5000 3.3218634e-11 4188023.1 13138 -0.0104324999999943 4187955.00101434 13138 5000 3.3216187e-11 4187955 Loop time of 0.0170739 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:17 2021 Pair time (%) = 0.0012989 (7.60756) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.222027) Outpt time (%) = 0.015609 (91.4206) Other time (%) = 0.000128031 (0.749864) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:17 2021 Memory usage per processor = 27.5348 Mbytes Step Atoms AVEKE stressZZ 13138 5000 3.3216187e-11 4187938.1 13139 -0.0104324999999943 4187870.00842735 13139 5000 3.321374e-11 4187870 Loop time of 0.017369 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:17 2021 Pair time (%) = 0.00100994 (5.81461) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.1908) Outpt time (%) = 0.0162332 (93.4606) Other time (%) = 9.27448e-05 (0.533967) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:17 2021 Memory usage per processor = 27.5348 Mbytes Step Atoms AVEKE stressZZ 13139 5000 3.321374e-11 4187853.1 13140 -0.0104324999999943 4187785.02016892 13140 5000 3.3211294e-11 4187785 Loop time of 0.019522 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:17 2021 Pair time (%) = 0.0010159 (5.20389) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.168537) Outpt time (%) = 0.0183771 (94.1354) Other time (%) = 9.60827e-05 (0.492178) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:17 2021 Memory usage per processor = 27.5348 Mbytes Step Atoms AVEKE stressZZ 13140 5000 3.3211294e-11 4187768.1 13141 -0.0104324999999943 4187700.03623854 13141 5000 3.3208848e-11 4187700 Loop time of 0.0165219 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:17 2021 Pair time (%) = 0.00110912 (6.71304) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.212127) Outpt time (%) = 0.015276 (92.4587) Other time (%) = 0.000101805 (0.616179) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:17 2021 Memory usage per processor = 27.5348 Mbytes Step Atoms AVEKE stressZZ 13141 5000 3.3208848e-11 4187683.1 13142 -0.0104324999999943 4187615.05663578 13142 5000 3.3206402e-11 4187615.1 Loop time of 0.0175362 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:17 2021 Pair time (%) = 0.00155711 (8.87943) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.216174) Outpt time (%) = 0.0157852 (90.0152) Other time (%) = 0.000155926 (0.889167) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:17 2021 Memory usage per processor = 27.5348 Mbytes Step Atoms AVEKE stressZZ 13142 5000 3.3206402e-11 4187598.1 13143 -0.0104324999999943 4187530.08135987 13143 5000 3.3203956e-11 4187530.1 Loop time of 0.0172119 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:17 2021 Pair time (%) = 0.00101113 (5.87461) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198083) Outpt time (%) = 0.0160749 (93.394) Other time (%) = 9.17912e-05 (0.5333) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:17 2021 Memory usage per processor = 27.5348 Mbytes Step Atoms AVEKE stressZZ 13143 5000 3.3203956e-11 4187513.2 13144 -0.0104324999999943 4187445.11040944 13144 5000 3.3201511e-11 4187445.1 Loop time of 0.0172951 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:17 2021 Pair time (%) = 0.00101304 (5.85738) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190237) Outpt time (%) = 0.016156 (93.4134) Other time (%) = 9.32217e-05 (0.539006) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:17 2021 Memory usage per processor = 27.5348 Mbytes Step Atoms AVEKE stressZZ 13144 5000 3.3201511e-11 4187428.2 13145 -0.0104324999999943 4187360.14378507 13145 5000 3.3199066e-11 4187360.1 Loop time of 0.0167298 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:17 2021 Pair time (%) = 0.00105906 (6.33034) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.215192) Outpt time (%) = 0.0155318 (92.8388) Other time (%) = 0.000102997 (0.615648) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:17 2021 Memory usage per processor = 27.5348 Mbytes Step Atoms AVEKE stressZZ 13145 5000 3.3199066e-11 4187343.2 13146 -0.0104324999999943 4187275.18148619 13146 5000 3.3196621e-11 4187275.2 Loop time of 0.017329 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:17 2021 Pair time (%) = 0.00118089 (6.81452) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.224262) Outpt time (%) = 0.015991 (92.2788) Other time (%) = 0.000118256 (0.682415) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:17 2021 Memory usage per processor = 27.5348 Mbytes Step Atoms AVEKE stressZZ 13146 5000 3.3196621e-11 4187258.3 13147 -0.0104324999999943 4187190.22351232 13147 5000 3.3194176e-11 4187190.2 Loop time of 0.0173159 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:17 2021 Pair time (%) = 0.00101209 (5.84485) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190009) Outpt time (%) = 0.0161788 (93.4337) Other time (%) = 9.20296e-05 (0.531475) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:17 2021 Memory usage per processor = 27.5348 Mbytes Step Atoms AVEKE stressZZ 13147 5000 3.3194176e-11 4187173.3 13148 -0.0104324999999943 4187105.26986296 13148 5000 3.3191732e-11 4187105.3 Loop time of 0.0166299 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:17 2021 Pair time (%) = 0.00105 (6.31389) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.203581) Outpt time (%) = 0.015451 (92.9105) Other time (%) = 9.5129e-05 (0.572035) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:17 2021 Memory usage per processor = 27.5348 Mbytes Step Atoms AVEKE stressZZ 13148 5000 3.3191732e-11 4187088.4 13149 -0.0104324999999943 4187020.32053754 13149 5000 3.3189288e-11 4187020.3 Loop time of 0.0174649 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:17 2021 Pair time (%) = 0.00114012 (6.52806) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.223882) Outpt time (%) = 0.016166 (92.5628) Other time (%) = 0.000119686 (0.685296) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:17 2021 Memory usage per processor = 27.5348 Mbytes Step Atoms AVEKE stressZZ 13149 5000 3.3189288e-11 4187003.4 13150 -0.0104324999999943 4186935.37553565 13150 5000 3.3186844e-11 4186935.4 Loop time of 0.019556 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:17 2021 Pair time (%) = 0.00121093 (6.19209) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.174339) Outpt time (%) = 0.0182142 (93.1386) Other time (%) = 9.67979e-05 (0.494977) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:17 2021 Memory usage per processor = 27.5348 Mbytes Step Atoms AVEKE stressZZ 13150 5000 3.3186844e-11 4186918.5 13151 -0.0104324999999943 4186850.43485678 13151 5000 3.31844e-11 4186850.4 Loop time of 0.0172691 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:17 2021 Pair time (%) = 0.00101113 (5.85515) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190524) Outpt time (%) = 0.016129 (93.3979) Other time (%) = 9.60827e-05 (0.556384) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:17 2021 Memory usage per processor = 27.5348 Mbytes Step Atoms AVEKE stressZZ 13151 5000 3.31844e-11 4186833.5 13152 -0.0104324999999943 4186765.49850032 13152 5000 3.3181957e-11 4186765.5 Loop time of 0.0170672 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:17 2021 Pair time (%) = 0.00103021 (6.03618) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192778) Outpt time (%) = 0.0158799 (93.0432) Other time (%) = 0.000124216 (0.727806) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:17 2021 Memory usage per processor = 27.5348 Mbytes Step Atoms AVEKE stressZZ 13152 5000 3.3181957e-11 4186748.6 13153 -0.0104324999999943 4186680.56646595 13153 5000 3.3179514e-11 4186680.6 Loop time of 0.016737 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:17 2021 Pair time (%) = 0.00115108 (6.87749) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.2151) Outpt time (%) = 0.015445 (92.2806) Other time (%) = 0.000104904 (0.626781) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:17 2021 Memory usage per processor = 27.5348 Mbytes Step Atoms AVEKE stressZZ 13153 5000 3.3179514e-11 4186663.7 13154 -0.0104324999999943 4186595.63875309 13154 5000 3.3177071e-11 4186595.6 Loop time of 0.017276 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:17 2021 Pair time (%) = 0.00114393 (6.62149) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.195967) Outpt time (%) = 0.015991 (92.5615) Other time (%) = 0.000107288 (0.621024) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:17 2021 Memory usage per processor = 27.5348 Mbytes Step Atoms AVEKE stressZZ 13154 5000 3.3177071e-11 4186578.7 13155 -0.0104324999999943 4186510.71536121 13155 5000 3.3174629e-11 4186510.7 Loop time of 0.0168719 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:17 2021 Pair time (%) = 0.00100708 (5.96897) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.196422) Outpt time (%) = 0.015738 (93.2793) Other time (%) = 9.36985e-05 (0.555351) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:17 2021 Memory usage per processor = 27.5348 Mbytes Step Atoms AVEKE stressZZ 13155 5000 3.3174629e-11 4186493.8 13156 -0.0104324999999943 4186425.79628995 13156 5000 3.3172187e-11 4186425.8 Loop time of 0.0165589 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:17 2021 Pair time (%) = 0.0010078 (6.08613) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.198696) Outpt time (%) = 0.015363 (92.7778) Other time (%) = 0.00015521 (0.937325) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:17 2021 Memory usage per processor = 27.5348 Mbytes Step Atoms AVEKE stressZZ 13156 5000 3.3172187e-11 4186408.9 13157 -0.0104324999999943 4186340.8815387 13157 5000 3.3169745e-11 4186340.9 Loop time of 0.0165329 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:17 2021 Pair time (%) = 0.00104403 (6.31489) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.199008) Outpt time (%) = 0.0153658 (92.941) Other time (%) = 9.01222e-05 (0.545108) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:17 2021 Memory usage per processor = 27.5348 Mbytes Step Atoms AVEKE stressZZ 13157 5000 3.3169745e-11 4186324 13158 -0.0104324999999943 4186255.9711071 13158 5000 3.3167303e-11 4186256 Loop time of 0.0168109 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:17 2021 Pair time (%) = 0.00101304 (6.0261) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.195717) Outpt time (%) = 0.015681 (93.279) Other time (%) = 8.39233e-05 (0.49922) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:17 2021 Memory usage per processor = 27.5348 Mbytes Step Atoms AVEKE stressZZ 13158 5000 3.3167303e-11 4186239.1 13159 -0.0104324999999943 4186171.0649946 13159 5000 3.3164862e-11 4186171.1 Loop time of 0.0174592 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:17 2021 Pair time (%) = 0.00129795 (7.43421) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.211665) Outpt time (%) = 0.0159912 (91.5921) Other time (%) = 0.000133038 (0.761993) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:17 2021 Memory usage per processor = 27.5348 Mbytes Step Atoms AVEKE stressZZ 13159 5000 3.3164862e-11 4186154.2 13160 -0.0104324999999943 4186086.16320076 13160 5000 3.3162421e-11 4186086.2 Loop time of 0.0193889 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:17 2021 Pair time (%) = 0.00106001 (5.46709) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.174612) Outpt time (%) = 0.0181949 (93.8418) Other time (%) = 0.000100136 (0.516459) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:17 2021 Memory usage per processor = 27.5348 Mbytes Step Atoms AVEKE stressZZ 13160 5000 3.3162421e-11 4186069.3 13161 -0.0104324999999943 4186001.26572509 13161 5000 3.315998e-11 4186001.3 Loop time of 0.017276 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:17 2021 Pair time (%) = 0.00106311 (6.15366) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.195967) Outpt time (%) = 0.016052 (92.9148) Other time (%) = 0.000127077 (0.735568) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:17 2021 Memory usage per processor = 27.5348 Mbytes Step Atoms AVEKE stressZZ 13161 5000 3.315998e-11 4185984.4 13162 -0.0104324999999943 4185916.37256709 13162 5000 3.3157539e-11 4185916.4 Loop time of 0.0167022 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:17 2021 Pair time (%) = 0.0010612 (6.35367) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209838) Outpt time (%) = 0.0155032 (92.8213) Other time (%) = 0.000102758 (0.61524) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:17 2021 Memory usage per processor = 27.5348 Mbytes Step Atoms AVEKE stressZZ 13162 5000 3.3157539e-11 4185899.5 13163 -0.0104324999999943 4185831.48373395 13163 5000 3.3155099e-11 4185831.5 Loop time of 0.01721 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:17 2021 Pair time (%) = 0.00117922 (6.85193) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.202261) Outpt time (%) = 0.0158391 (92.0342) Other time (%) = 0.000156879 (0.911559) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:17 2021 Memory usage per processor = 27.5348 Mbytes Step Atoms AVEKE stressZZ 13163 5000 3.3155099e-11 4185814.6 13164 -0.0104324999999943 4185746.59923765 13164 5000 3.3152659e-11 4185746.6 Loop time of 0.0171051 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:17 2021 Pair time (%) = 0.00100589 (5.88063) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192351) Outpt time (%) = 0.01597 (93.3639) Other time (%) = 9.63211e-05 (0.563113) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:17 2021 Memory usage per processor = 27.5348 Mbytes Step Atoms AVEKE stressZZ 13164 5000 3.3152659e-11 4185729.7 13165 -0.0104324999999943 4185661.71906885 13165 5000 3.3150219e-11 4185661.7 Loop time of 0.0169709 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:17 2021 Pair time (%) = 0.00117207 (6.90634) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.212135) Outpt time (%) = 0.0156629 (92.2929) Other time (%) = 9.98974e-05 (0.58864) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:17 2021 Memory usage per processor = 27.5348 Mbytes Step Atoms AVEKE stressZZ 13165 5000 3.3150219e-11 4185644.8 13166 -0.0104324999999943 4185576.84322449 13166 5000 3.3147779e-11 4185576.8 Loop time of 0.0168681 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:17 2021 Pair time (%) = 0.00119996 (7.11378) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207774) Outpt time (%) = 0.0154991 (91.8841) Other time (%) = 0.000133991 (0.794346) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:17 2021 Memory usage per processor = 27.5348 Mbytes Step Atoms AVEKE stressZZ 13166 5000 3.3147779e-11 4185559.9 13167 -0.0104324999999943 4185491.97170266 13167 5000 3.314534e-11 4185492 Loop time of 0.017247 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:17 2021 Pair time (%) = 0.00119996 (6.95752) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.196298) Outpt time (%) = 0.015918 (92.2946) Other time (%) = 9.5129e-05 (0.55157) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:17 2021 Memory usage per processor = 27.5348 Mbytes Step Atoms AVEKE stressZZ 13167 5000 3.314534e-11 4185475.1 13168 -0.0104324999999943 4185407.10450219 13168 5000 3.3142901e-11 4185407.1 Loop time of 0.0171778 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:17 2021 Pair time (%) = 0.00101399 (5.90293) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191536) Outpt time (%) = 0.016036 (93.3531) Other time (%) = 9.48906e-05 (0.552402) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:17 2021 Memory usage per processor = 27.5348 Mbytes Step Atoms AVEKE stressZZ 13168 5000 3.3142901e-11 4185390.2 13169 -0.0104324999999943 4185322.24162192 13169 5000 3.3140462e-11 4185322.2 Loop time of 0.0170679 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:17 2021 Pair time (%) = 0.00114989 (6.73716) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.203945) Outpt time (%) = 0.015733 (92.1789) Other time (%) = 0.000150204 (0.880036) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:17 2021 Memory usage per processor = 27.5348 Mbytes Step Atoms AVEKE stressZZ 13169 5000 3.3140462e-11 4185305.3 13170 -0.0104324999999943 4185237.38306099 13170 5000 3.3138024e-11 4185237.4 Loop time of 0.019604 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:17 2021 Pair time (%) = 0.00127292 (6.49316) Neigh time (%) = 0 (0) Comm time (%) = 5.07832e-05 (0.259045) Outpt time (%) = 0.0180709 (92.18) Other time (%) = 0.000209332 (1.0678) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:23:17 2021 Memory usage per processor = 27.5348 Mbytes Step Atoms AVEKE stressZZ 13170 5000 3.3138024e-11 4185220.5 13171 -0.0104324999999943 4185138.88977184 13171 5000 6.5454135e-11 4185276.3 Loop time of 0.0170271 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:17 2021 Pair time (%) = 0.00115108 (6.7603) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.275845) Outpt time (%) = 0.015691 (92.1531) Other time (%) = 0.000138044 (0.810731) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:17 2021 Memory usage per processor = 27.5348 Mbytes Step Atoms AVEKE stressZZ 13171 5000 6.5454135e-11 4235426.1 13172 -0.0104649999999943 4235336.01690679 13172 5000 5.2735832e-11 4235336 Loop time of 0.0170991 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:17 2021 Pair time (%) = 0.00106096 (6.20477) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193812) Outpt time (%) = 0.0159171 (93.0869) Other time (%) = 8.79765e-05 (0.514508) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:17 2021 Memory usage per processor = 27.5348 Mbytes Step Atoms AVEKE stressZZ 13172 5000 5.2735832e-11 4235313.3 13173 -0.0104649999999943 4235230.89934657 13173 5000 4.5365603e-11 4235230.9 Loop time of 0.0166769 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:17 2021 Pair time (%) = 0.00108695 (6.5177) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.197289) Outpt time (%) = 0.0154591 (92.6974) Other time (%) = 9.799e-05 (0.587579) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:17 2021 Memory usage per processor = 27.5348 Mbytes Step Atoms AVEKE stressZZ 13173 5000 4.5365603e-11 4235210.2 13174 -0.0104649999999943 4235132.72142635 13174 5000 4.0968954e-11 4235132.7 Loop time of 0.0166199 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:17 2021 Pair time (%) = 0.00123 (7.40077) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.235264) Outpt time (%) = 0.0152249 (91.6065) Other time (%) = 0.000125885 (0.757434) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:17 2021 Memory usage per processor = 27.5348 Mbytes Step Atoms AVEKE stressZZ 13174 5000 4.0968954e-11 4235113.3 13175 -0.0104649999999943 4235038.95531514 13175 5000 3.8290311e-11 4235039 Loop time of 0.0171931 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:17 2021 Pair time (%) = 0.00110698 (6.43851) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.203847) Outpt time (%) = 0.0159471 (92.753) Other time (%) = 0.000103951 (0.604607) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:17 2021 Memory usage per processor = 27.5348 Mbytes Step Atoms AVEKE stressZZ 13175 5000 3.8290311e-11 4235020.3 13176 -0.0104649999999943 4234947.99455327 13176 5000 3.6634112e-11 4234948 Loop time of 0.017349 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:18 2021 Pair time (%) = 0.00107598 (6.20199) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.270727) Outpt time (%) = 0.016114 (92.8814) Other time (%) = 0.000112057 (0.645897) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:18 2021 Memory usage per processor = 27.5348 Mbytes Step Atoms AVEKE stressZZ 13176 5000 3.6634112e-11 4234929.9 13177 -0.0104649999999943 4234858.81821913 13177 5000 3.5599666e-11 4234858.8 Loop time of 0.0166881 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:18 2021 Pair time (%) = 0.001019 (6.10615) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.2043) Outpt time (%) = 0.015533 (93.0781) Other time (%) = 0.000102043 (0.611472) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:18 2021 Memory usage per processor = 27.5348 Mbytes Step Atoms AVEKE stressZZ 13177 5000 3.5599666e-11 4234841.1 13178 -0.0104649999999943 4234770.77750582 13178 5000 3.4949031e-11 4234770.8 Loop time of 0.017566 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:18 2021 Pair time (%) = 0.00111294 (6.33576) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.192733) Outpt time (%) = 0.0163059 (92.8268) Other time (%) = 0.000113249 (0.644706) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:18 2021 Memory usage per processor = 27.5348 Mbytes Step Atoms AVEKE stressZZ 13178 5000 3.4949031e-11 4234753.2 13179 -0.0104649999999943 4234683.46008912 13179 5000 3.4537739e-11 4234683.5 Loop time of 0.017319 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:18 2021 Pair time (%) = 0.00104713 (6.04617) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191352) Outpt time (%) = 0.0161431 (93.2104) Other time (%) = 9.56059e-05 (0.55203) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:18 2021 Memory usage per processor = 27.5348 Mbytes Step Atoms AVEKE stressZZ 13179 5000 3.4537739e-11 4234666 13180 -0.0104649999999943 4234596.603932 13180 5000 3.4276703e-11 4234596.6 Loop time of 0.0197401 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:18 2021 Pair time (%) = 0.00100708 (5.1017) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.167883) Outpt time (%) = 0.0185728 (94.0867) Other time (%) = 0.000127077 (0.643751) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:18 2021 Memory usage per processor = 27.5349 Mbytes Step Atoms AVEKE stressZZ 13180 5000 3.4276703e-11 4234579.3 13181 -0.0104649999999943 4234510.04250672 13181 5000 3.4110411e-11 4234510 Loop time of 0.0168369 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:18 2021 Pair time (%) = 0.00107408 (6.3793) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208159) Outpt time (%) = 0.015625 (92.8022) Other time (%) = 0.000102758 (0.610317) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:18 2021 Memory usage per processor = 27.5349 Mbytes Step Atoms AVEKE stressZZ 13181 5000 3.4110411e-11 4234492.8 13182 -0.0104649999999943 4234423.66998277 13182 5000 3.4004026e-11 4234423.7 Loop time of 0.0174561 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:18 2021 Pair time (%) = 0.00137997 (7.90538) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.200776) Outpt time (%) = 0.0158911 (91.0347) Other time (%) = 0.000149965 (0.859102) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:18 2021 Memory usage per processor = 27.5349 Mbytes Step Atoms AVEKE stressZZ 13182 5000 3.4004026e-11 4234406.4 13183 -0.0104649999999943 4234337.41910343 13183 5000 3.3935591e-11 4234337.4 Loop time of 0.0173481 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:18 2021 Pair time (%) = 0.00104499 (6.02367) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191031) Outpt time (%) = 0.016175 (93.2383) Other time (%) = 9.48906e-05 (0.546981) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:18 2021 Memory usage per processor = 27.5349 Mbytes Step Atoms AVEKE stressZZ 13183 5000 3.3935591e-11 4234320.2 13184 -0.0104649999999943 4234251.24712607 13184 5000 3.3891224e-11 4234251.2 Loop time of 0.0166609 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:18 2021 Pair time (%) = 0.00100994 (6.06173) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.197479) Outpt time (%) = 0.015523 (93.1698) Other time (%) = 9.5129e-05 (0.570971) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:18 2021 Memory usage per processor = 27.5349 Mbytes Step Atoms AVEKE stressZZ 13184 5000 3.3891224e-11 4234234 13185 -0.0104649999999943 4234165.12688718 13185 5000 3.3862132e-11 4234165.1 Loop time of 0.016789 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:18 2021 Pair time (%) = 0.0011189 (6.66449) Neigh time (%) = 0 (0) Comm time (%) = 4.88758e-05 (0.291119) Outpt time (%) = 0.015476 (92.1796) Other time (%) = 0.000145197 (0.864836) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:18 2021 Memory usage per processor = 27.5349 Mbytes Step Atoms AVEKE stressZZ 13185 5000 3.3862132e-11 4234147.9 13186 -0.0104649999999943 4234079.04112378 13186 5000 3.3842741e-11 4234079 Loop time of 0.0174749 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:18 2021 Pair time (%) = 0.00119281 (6.82584) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.18828) Outpt time (%) = 0.0161541 (92.4415) Other time (%) = 9.5129e-05 (0.544375) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:18 2021 Memory usage per processor = 27.5349 Mbytes Step Atoms AVEKE stressZZ 13186 5000 3.3842741e-11 4234061.8 13187 -0.0104649999999943 4233992.97886493 13187 5000 3.382951e-11 4233993 Loop time of 0.0174482 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:18 2021 Pair time (%) = 0.00111818 (6.40859) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.195401) Outpt time (%) = 0.0161741 (92.6978) Other time (%) = 0.000121832 (0.69825) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:18 2021 Memory usage per processor = 27.5349 Mbytes Step Atoms AVEKE stressZZ 13187 5000 3.382951e-11 4233975.8 13188 -0.0104649999999943 4233906.93313822 13188 5000 3.3820193e-11 4233906.9 Loop time of 0.0167341 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:18 2021 Pair time (%) = 0.00101018 (6.03664) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.196615) Outpt time (%) = 0.0156021 (93.2353) Other time (%) = 8.89301e-05 (0.53143) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:18 2021 Memory usage per processor = 27.5349 Mbytes Step Atoms AVEKE stressZZ 13188 5000 3.3820193e-11 4233889.7 13189 -0.0104649999999943 4233820.89951255 13189 5000 3.3813364e-11 4233820.9 Loop time of 0.0169299 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:18 2021 Pair time (%) = 0.00121903 (7.2005) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.23659) Outpt time (%) = 0.015502 (91.5659) Other time (%) = 0.0001688 (0.997057) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:18 2021 Memory usage per processor = 27.5349 Mbytes Step Atoms AVEKE stressZZ 13189 5000 3.3813364e-11 4233803.7 13190 -0.0104649999999943 4233734.87517174 13190 5000 3.3808114e-11 4233734.9 Loop time of 0.0195551 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:18 2021 Pair time (%) = 0.00100899 (5.15972) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.169471) Outpt time (%) = 0.01842 (94.1953) Other time (%) = 9.29832e-05 (0.475494) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:18 2021 Memory usage per processor = 27.5349 Mbytes Step Atoms AVEKE stressZZ 13190 5000 3.3808114e-11 4233717.7 13191 -0.0104649999999943 4233648.85832584 13191 5000 3.3803869e-11 4233648.9 Loop time of 0.0174332 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:18 2021 Pair time (%) = 0.00105095 (6.02845) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.188731) Outpt time (%) = 0.0162551 (93.2426) Other time (%) = 9.41753e-05 (0.540208) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:18 2021 Memory usage per processor = 27.5349 Mbytes Step Atoms AVEKE stressZZ 13191 5000 3.3803869e-11 4233631.7 13192 -0.0104649999999943 4233562.8478373 13192 5000 3.3800263e-11 4233562.8 Loop time of 0.0171971 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:18 2021 Pair time (%) = 0.00104713 (6.08901) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.196867) Outpt time (%) = 0.0160198 (93.154) Other time (%) = 9.63211e-05 (0.5601) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:18 2021 Memory usage per processor = 27.5349 Mbytes Step Atoms AVEKE stressZZ 13192 5000 3.3800263e-11 4233545.7 13193 -0.0104649999999943 4233476.84298292 13193 5000 3.3797062e-11 4233476.8 Loop time of 0.0172172 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:18 2021 Pair time (%) = 0.00103998 (6.04038) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.203562) Outpt time (%) = 0.015985 (92.8435) Other time (%) = 0.000157118 (0.912565) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:18 2021 Memory usage per processor = 27.5349 Mbytes Step Atoms AVEKE stressZZ 13193 5000 3.3797062e-11 4233459.7 13194 -0.0104649999999943 4233390.84330288 13194 5000 3.3794119e-11 4233390.8 Loop time of 0.0170228 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:18 2021 Pair time (%) = 0.00100994 (5.93286) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.19328) Outpt time (%) = 0.0158851 (93.3164) Other time (%) = 9.48906e-05 (0.557431) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:18 2021 Memory usage per processor = 27.5349 Mbytes Step Atoms AVEKE stressZZ 13194 5000 3.3794119e-11 4233373.7 13195 -0.0104649999999943 4233304.84850509 13195 5000 3.379134e-11 4233304.8 Loop time of 0.0171411 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:18 2021 Pair time (%) = 0.00109506 (6.38848) Neigh time (%) = 0 (0) Comm time (%) = 4.91142e-05 (0.286529) Outpt time (%) = 0.0158911 (92.7074) Other time (%) = 0.000105858 (0.617567) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:18 2021 Memory usage per processor = 27.5349 Mbytes Step Atoms AVEKE stressZZ 13195 5000 3.379134e-11 4233287.7 13196 -0.0104649999999943 4233218.85840351 13196 5000 3.3788665e-11 4233218.9 Loop time of 0.0167291 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:18 2021 Pair time (%) = 0.00107098 (6.40187) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.2095) Outpt time (%) = 0.0155182 (92.7616) Other time (%) = 0.000104904 (0.627075) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:18 2021 Memory usage per processor = 27.5349 Mbytes Step Atoms AVEKE stressZZ 13196 5000 3.3788665e-11 4233201.7 13197 -0.0104649999999943 4233132.87287983 13197 5000 3.3786057e-11 4233132.9 Loop time of 0.0170779 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:18 2021 Pair time (%) = 0.0010972 (6.42468) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192657) Outpt time (%) = 0.015847 (92.7921) Other time (%) = 0.000100851 (0.590535) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:18 2021 Memory usage per processor = 27.5349 Mbytes Step Atoms AVEKE stressZZ 13197 5000 3.3786057e-11 4233115.7 13198 -0.0104649999999943 4233046.89185875 13198 5000 3.3783491e-11 4233046.9 Loop time of 0.016983 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:18 2021 Pair time (%) = 0.0010469 (6.16436) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.199349) Outpt time (%) = 0.015801 (93.0396) Other time (%) = 0.000101328 (0.596642) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:18 2021 Memory usage per processor = 27.5349 Mbytes Step Atoms AVEKE stressZZ 13198 5000 3.3783491e-11 4233029.7 13199 -0.0104649999999943 4232960.91529214 13199 5000 3.3780952e-11 4232960.9 Loop time of 0.016412 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:18 2021 Pair time (%) = 0.00104308 (6.35559) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.206284) Outpt time (%) = 0.01524 (92.8585) Other time (%) = 9.5129e-05 (0.57963) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:18 2021 Memory usage per processor = 27.5349 Mbytes Step Atoms AVEKE stressZZ 13199 5000 3.3780952e-11 4232943.7 13200 -0.0104649999999943 4232874.94314948 13200 5000 3.377843e-11 4232874.9 Loop time of 0.018487 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:18 2021 Pair time (%) = 0.00101209 (5.47459) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.179262) Outpt time (%) = 0.0173519 (93.8599) Other time (%) = 8.98838e-05 (0.486201) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:18 2021 Memory usage per processor = 27.5349 Mbytes Step Atoms AVEKE stressZZ 13200 5000 3.377843e-11 4232857.8 13201 -0.0104649999999943 4232788.97541098 13201 5000 3.3775919e-11 4232789 Loop time of 0.016295 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:18 2021 Pair time (%) = 0.00100803 (6.18617) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.201914) Outpt time (%) = 0.0151641 (93.0603) Other time (%) = 8.98838e-05 (0.551605) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:18 2021 Memory usage per processor = 27.5349 Mbytes Step Atoms AVEKE stressZZ 13201 5000 3.3775919e-11 4232771.8 13202 -0.0104649999999943 4232703.01206413 13202 5000 3.3773416e-11 4232703 Loop time of 0.016361 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:18 2021 Pair time (%) = 0.00101113 (6.18014) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.201099) Outpt time (%) = 0.0152271 (93.0694) Other time (%) = 8.98838e-05 (0.549378) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:18 2021 Memory usage per processor = 27.5349 Mbytes Step Atoms AVEKE stressZZ 13202 5000 3.3773416e-11 4232685.8 13203 -0.0104649999999943 4232617.05310063 13203 5000 3.3770917e-11 4232617.1 Loop time of 0.0172899 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:18 2021 Pair time (%) = 0.00121212 (7.01058) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.202705) Outpt time (%) = 0.0159311 (92.1414) Other time (%) = 0.00011158 (0.645348) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:18 2021 Memory usage per processor = 27.5349 Mbytes Step Atoms AVEKE stressZZ 13203 5000 3.3770917e-11 4232599.9 13204 -0.0104649999999943 4232531.09851524 13204 5000 3.3768421e-11 4232531.1 Loop time of 0.017204 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:18 2021 Pair time (%) = 0.00103903 (6.03944) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.203717) Outpt time (%) = 0.016031 (93.1817) Other time (%) = 9.89437e-05 (0.575119) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:18 2021 Memory usage per processor = 27.5349 Mbytes Step Atoms AVEKE stressZZ 13204 5000 3.3768421e-11 4232513.9 13205 -0.0104649999999943 4232445.14830429 13205 5000 3.3765927e-11 4232445.1 Loop time of 0.016603 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:18 2021 Pair time (%) = 0.00106502 (6.4146) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.198168) Outpt time (%) = 0.015408 (92.8028) Other time (%) = 9.70364e-05 (0.584451) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:18 2021 Memory usage per processor = 27.5349 Mbytes Step Atoms AVEKE stressZZ 13205 5000 3.3765927e-11 4232428 13206 -0.0104649999999943 4232359.20246545 13206 5000 3.3763435e-11 4232359.2 Loop time of 0.0168231 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:18 2021 Pair time (%) = 0.00115895 (6.88907) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.231006) Outpt time (%) = 0.015517 (92.2365) Other time (%) = 0.000108242 (0.643415) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:18 2021 Memory usage per processor = 27.5349 Mbytes Step Atoms AVEKE stressZZ 13206 5000 3.3763435e-11 4232342 13207 -0.0104649999999943 4232273.26099701 13207 5000 3.3760943e-11 4232273.3 Loop time of 0.0175049 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:18 2021 Pair time (%) = 0.00102878 (5.87707) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.193405) Outpt time (%) = 0.0163369 (93.3275) Other time (%) = 0.000105381 (0.602008) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:18 2021 Memory usage per processor = 27.5349 Mbytes Step Atoms AVEKE stressZZ 13207 5000 3.3760943e-11 4232256.1 13208 -0.0104649999999943 4232187.32389779 13208 5000 3.3758452e-11 4232187.3 Loop time of 0.0171101 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:18 2021 Pair time (%) = 0.00101018 (5.90399) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.197868) Outpt time (%) = 0.0159771 (93.3784) Other time (%) = 8.89301e-05 (0.519752) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:18 2021 Memory usage per processor = 27.5349 Mbytes Step Atoms AVEKE stressZZ 13208 5000 3.3758452e-11 4232170.1 13209 -0.0104649999999943 4232101.39116681 13209 5000 3.3755962e-11 4232101.4 Loop time of 0.01666 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:18 2021 Pair time (%) = 0.00105095 (6.30823) Neigh time (%) = 0 (0) Comm time (%) = 4.91142e-05 (0.294804) Outpt time (%) = 0.015414 (92.5211) Other time (%) = 0.000145912 (0.875825) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:18 2021 Memory usage per processor = 27.5349 Mbytes Step Atoms AVEKE stressZZ 13209 5000 3.3755962e-11 4232084.2 13210 -0.0104649999999943 4232015.46280332 13210 5000 3.3753473e-11 4232015.5 Loop time of 0.0196381 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:18 2021 Pair time (%) = 0.00140095 (7.13384) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.173611) Outpt time (%) = 0.0180621 (91.975) Other time (%) = 0.000140905 (0.717512) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:18 2021 Memory usage per processor = 27.5349 Mbytes Step Atoms AVEKE stressZZ 13210 5000 3.3753473e-11 4231998.3 13211 -0.0104649999999943 4231929.53880682 13211 5000 3.3750983e-11 4231929.5 Loop time of 0.0170729 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:18 2021 Pair time (%) = 0.00104594 (6.12632) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192713) Outpt time (%) = 0.015898 (93.1182) Other time (%) = 9.60827e-05 (0.562778) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:18 2021 Memory usage per processor = 27.5349 Mbytes Step Atoms AVEKE stressZZ 13211 5000 3.3750983e-11 4231912.4 13212 -0.0104649999999943 4231843.6191766 13212 5000 3.3748494e-11 4231843.6 Loop time of 0.0170519 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:18 2021 Pair time (%) = 0.00101089 (5.92833) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.19295) Outpt time (%) = 0.015913 (93.3208) Other time (%) = 9.5129e-05 (0.557878) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:18 2021 Memory usage per processor = 27.5349 Mbytes Step Atoms AVEKE stressZZ 13212 5000 3.3748494e-11 4231826.4 13213 -0.0104649999999943 4231757.70391235 13213 5000 3.3746005e-11 4231757.7 Loop time of 0.016577 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:18 2021 Pair time (%) = 0.00108814 (6.56417) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.289088) Outpt time (%) = 0.0153391 (92.5326) Other time (%) = 0.000101805 (0.614132) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:18 2021 Memory usage per processor = 27.5349 Mbytes Step Atoms AVEKE stressZZ 13213 5000 3.3746005e-11 4231740.5 13214 -0.0104649999999943 4231671.79301339 13214 5000 3.3743517e-11 4231671.8 Loop time of 0.0175979 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:18 2021 Pair time (%) = 0.00128508 (7.30243) Neigh time (%) = 0 (0) Comm time (%) = 4.88758e-05 (0.277736) Outpt time (%) = 0.0160818 (91.3848) Other time (%) = 0.000182152 (1.03508) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:18 2021 Memory usage per processor = 27.5349 Mbytes Step Atoms AVEKE stressZZ 13214 5000 3.3743517e-11 4231654.6 13215 -0.0104649999999943 4231585.8864794 13215 5000 3.3741029e-11 4231585.9 Loop time of 0.0173991 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:18 2021 Pair time (%) = 0.00105906 (6.08685) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.190471) Outpt time (%) = 0.016212 (93.1773) Other time (%) = 9.48906e-05 (0.545377) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:18 2021 Memory usage per processor = 27.5349 Mbytes Step Atoms AVEKE stressZZ 13215 5000 3.3741029e-11 4231568.7 13216 -0.0104649999999943 4231499.98430997 13216 5000 3.3738541e-11 4231500 Loop time of 0.016448 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:18 2021 Pair time (%) = 0.00100994 (6.1402) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.200035) Outpt time (%) = 0.0153089 (93.0742) Other time (%) = 9.63211e-05 (0.585609) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:18 2021 Memory usage per processor = 27.5349 Mbytes Step Atoms AVEKE stressZZ 13216 5000 3.3738541e-11 4231482.8 13217 -0.0104649999999943 4231414.08650459 13217 5000 3.3736054e-11 4231414.1 Loop time of 0.016952 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:18 2021 Pair time (%) = 0.00114417 (6.74946) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.223622) Outpt time (%) = 0.0156581 (92.3673) Other time (%) = 0.000111818 (0.659616) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:18 2021 Memory usage per processor = 27.5349 Mbytes Step Atoms AVEKE stressZZ 13217 5000 3.3736054e-11 4231396.9 13218 -0.0104649999999943 4231328.19306286 13218 5000 3.3733566e-11 4231328.2 Loop time of 0.0172229 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:18 2021 Pair time (%) = 0.00100899 (5.85841) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191035) Outpt time (%) = 0.0160871 (93.4051) Other time (%) = 9.39369e-05 (0.545419) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:18 2021 Memory usage per processor = 27.5349 Mbytes Step Atoms AVEKE stressZZ 13218 5000 3.3733566e-11 4231311 13219 -0.0104649999999943 4231242.30398439 13219 5000 3.3731079e-11 4231242.3 Loop time of 0.01706 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:19 2021 Pair time (%) = 0.0010519 (6.16589) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.194256) Outpt time (%) = 0.015883 (93.1004) Other time (%) = 9.20296e-05 (0.539445) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:19 2021 Memory usage per processor = 27.5349 Mbytes Step Atoms AVEKE stressZZ 13219 5000 3.3731079e-11 4231225.1 13220 -0.0104649999999943 4231156.41927294 13220 5000 3.3728593e-11 4231156.4 Loop time of 0.0187252 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:19 2021 Pair time (%) = 0.00101089 (5.39859) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.182075) Outpt time (%) = 0.0175841 (93.9062) Other time (%) = 9.60827e-05 (0.513121) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:19 2021 Memory usage per processor = 27.5349 Mbytes Step Atoms AVEKE stressZZ 13220 5000 3.3728593e-11 4231139.2 13221 -0.0104649999999943 4231070.53893299 13221 5000 3.3726106e-11 4231070.5 Loop time of 0.0167201 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:19 2021 Pair time (%) = 0.00124621 (7.45341) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.226725) Outpt time (%) = 0.0153081 (91.5556) Other time (%) = 0.000127792 (0.764306) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:19 2021 Memory usage per processor = 27.5349 Mbytes Step Atoms AVEKE stressZZ 13221 5000 3.3726106e-11 4231053.4 13222 -0.0104649999999943 4230984.66296019 13222 5000 3.372362e-11 4230984.7 Loop time of 0.0173519 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:19 2021 Pair time (%) = 0.00109386 (6.30402) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.201981) Outpt time (%) = 0.0161159 (92.8771) Other time (%) = 0.00010705 (0.616936) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:19 2021 Memory usage per processor = 27.5349 Mbytes Step Atoms AVEKE stressZZ 13222 5000 3.372362e-11 4230967.5 13223 -0.0104649999999943 4230898.79135291 13223 5000 3.3721134e-11 4230898.8 Loop time of 0.0168922 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:19 2021 Pair time (%) = 0.00101018 (5.98016) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.194775) Outpt time (%) = 0.0157521 (93.2506) Other time (%) = 9.70364e-05 (0.574445) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:19 2021 Memory usage per processor = 27.5349 Mbytes Step Atoms AVEKE stressZZ 13223 5000 3.3721134e-11 4230881.6 13224 -0.0104649999999943 4230812.9241102 13224 5000 3.3718649e-11 4230812.9 Loop time of 0.0165241 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:19 2021 Pair time (%) = 0.00103617 (6.27065) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.210657) Outpt time (%) = 0.0153081 (92.6414) Other time (%) = 0.000144958 (0.877256) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:19 2021 Memory usage per processor = 27.5349 Mbytes Step Atoms AVEKE stressZZ 13224 5000 3.3718649e-11 4230795.8 13225 -0.0104649999999943 4230727.06123124 13225 5000 3.3716163e-11 4230727.1 Loop time of 0.017154 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:19 2021 Pair time (%) = 0.00106192 (6.1905) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.197362) Outpt time (%) = 0.0159571 (93.0228) Other time (%) = 0.000101089 (0.589306) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:19 2021 Memory usage per processor = 27.5349 Mbytes Step Atoms AVEKE stressZZ 13225 5000 3.3716163e-11 4230709.9 13226 -0.0104649999999943 4230641.20271525 13226 5000 3.3713678e-11 4230641.2 Loop time of 0.0173218 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:19 2021 Pair time (%) = 0.00100899 (5.82495) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.271152) Outpt time (%) = 0.0161269 (93.1015) Other time (%) = 0.000138998 (0.802444) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:19 2021 Memory usage per processor = 27.5349 Mbytes Step Atoms AVEKE stressZZ 13226 5000 3.3713678e-11 4230624 13227 -0.0104649999999943 4230555.34856173 13227 5000 3.3711193e-11 4230555.3 Loop time of 0.0165811 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:19 2021 Pair time (%) = 0.0010128 (6.10819) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.19843) Outpt time (%) = 0.015439 (93.1125) Other time (%) = 9.63211e-05 (0.58091) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:19 2021 Memory usage per processor = 27.5349 Mbytes Step Atoms AVEKE stressZZ 13227 5000 3.3711193e-11 4230538.2 13228 -0.0104649999999943 4230469.49877005 13228 5000 3.3708709e-11 4230469.5 Loop time of 0.017076 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:19 2021 Pair time (%) = 0.00119495 (6.99785) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.223395) Outpt time (%) = 0.0157189 (92.0527) Other time (%) = 0.000123978 (0.726034) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:19 2021 Memory usage per processor = 27.5349 Mbytes Step Atoms AVEKE stressZZ 13228 5000 3.3708709e-11 4230452.3 13229 -0.0104649999999943 4230383.65333963 13229 5000 3.3706225e-11 4230383.7 Loop time of 0.0171971 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:19 2021 Pair time (%) = 0.00101113 (5.87966) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192708) Outpt time (%) = 0.0160589 (93.3814) Other time (%) = 9.39369e-05 (0.546236) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:19 2021 Memory usage per processor = 27.5349 Mbytes Step Atoms AVEKE stressZZ 13229 5000 3.3706225e-11 4230366.5 13230 -0.0104649999999943 4230297.81227004 13230 5000 3.3703741e-11 4230297.8 Loop time of 0.0191929 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:19 2021 Pair time (%) = 0.00101113 (5.26826) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.177638) Outpt time (%) = 0.018054 (94.0659) Other time (%) = 9.36985e-05 (0.488193) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:19 2021 Memory usage per processor = 27.5349 Mbytes Step Atoms AVEKE stressZZ 13230 5000 3.3703741e-11 4230280.6 13231 -0.0104649999999943 4230211.97555945 13231 5000 3.3701257e-11 4230212 Loop time of 0.0167551 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:19 2021 Pair time (%) = 0.00100994 (6.02766) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.197792) Outpt time (%) = 0.015588 (93.0346) Other time (%) = 0.000123978 (0.73994) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:19 2021 Memory usage per processor = 27.5349 Mbytes Step Atoms AVEKE stressZZ 13231 5000 3.3701257e-11 4230194.8 13232 -0.0104649999999943 4230126.14320808 13232 5000 3.3698774e-11 4230126.1 Loop time of 0.0169721 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:19 2021 Pair time (%) = 0.00121307 (7.14747) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.223359) Outpt time (%) = 0.0155959 (91.8917) Other time (%) = 0.00012517 (0.737505) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:19 2021 Memory usage per processor = 27.5349 Mbytes Step Atoms AVEKE stressZZ 13232 5000 3.3698774e-11 4230109 13233 -0.0104649999999943 4230040.31521582 13233 5000 3.369629e-11 4230040.3 Loop time of 0.017107 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:19 2021 Pair time (%) = 0.00100994 (5.90367) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192329) Outpt time (%) = 0.0159688 (93.3465) Other time (%) = 9.53674e-05 (0.557476) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:19 2021 Memory usage per processor = 27.5349 Mbytes Step Atoms AVEKE stressZZ 13233 5000 3.369629e-11 4230023.1 13234 -0.0104649999999943 4229954.49158231 13234 5000 3.3693807e-11 4229954.5 Loop time of 0.016952 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:19 2021 Pair time (%) = 0.0010519 (6.20517) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.194087) Outpt time (%) = 0.015774 (93.0508) Other time (%) = 9.32217e-05 (0.549914) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:19 2021 Memory usage per processor = 27.5349 Mbytes Step Atoms AVEKE stressZZ 13234 5000 3.3693807e-11 4229937.3 13235 -0.0104649999999943 4229868.67230703 13235 5000 3.3691325e-11 4229868.7 Loop time of 0.0169921 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:19 2021 Pair time (%) = 0.00102901 (6.05584) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.21187) Outpt time (%) = 0.015794 (92.9493) Other time (%) = 0.000133038 (0.782938) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:19 2021 Memory usage per processor = 27.5349 Mbytes Step Atoms AVEKE stressZZ 13235 5000 3.3691325e-11 4229851.5 13236 -0.0104649999999943 4229782.85738951 13236 5000 3.3688843e-11 4229782.9 Loop time of 0.0169458 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:19 2021 Pair time (%) = 0.00103283 (6.09488) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206821) Outpt time (%) = 0.015775 (93.0905) Other time (%) = 0.000102997 (0.6078) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:19 2021 Memory usage per processor = 27.5349 Mbytes Step Atoms AVEKE stressZZ 13236 5000 3.3688843e-11 4229765.7 13237 -0.0104649999999943 4229697.04682932 13237 5000 3.368636e-11 4229697 Loop time of 0.0176091 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:19 2021 Pair time (%) = 0.00121713 (6.91191) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.199031) Outpt time (%) = 0.0162518 (92.292) Other time (%) = 0.000105143 (0.597092) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:19 2021 Memory usage per processor = 27.5349 Mbytes Step Atoms AVEKE stressZZ 13237 5000 3.368636e-11 4229679.9 13238 -0.0104649999999943 4229611.24062603 13238 5000 3.3683879e-11 4229611.2 Loop time of 0.016906 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:19 2021 Pair time (%) = 0.00105214 (6.22347) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.194616) Outpt time (%) = 0.015723 (93.0023) Other time (%) = 9.799e-05 (0.579616) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:19 2021 Memory usage per processor = 27.5349 Mbytes Step Atoms AVEKE stressZZ 13238 5000 3.3683879e-11 4229594.1 13239 -0.0104649999999943 4229525.43877914 13239 5000 3.3681397e-11 4229525.4 Loop time of 0.016629 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:19 2021 Pair time (%) = 0.00106907 (6.42895) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.210762) Outpt time (%) = 0.0153801 (92.49) Other time (%) = 0.00014472 (0.870288) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:19 2021 Memory usage per processor = 27.5349 Mbytes Step Atoms AVEKE stressZZ 13239 5000 3.3681397e-11 4229508.3 13240 -0.0104649999999943 4229439.64128826 13240 5000 3.3678916e-11 4229439.6 Loop time of 0.0194051 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:19 2021 Pair time (%) = 0.0011301 (5.82374) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.169552) Outpt time (%) = 0.0181179 (93.3666) Other time (%) = 0.000124216 (0.64012) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:19 2021 Memory usage per processor = 27.5349 Mbytes Step Atoms AVEKE stressZZ 13240 5000 3.3678916e-11 4229422.5 13241 -0.0104649999999943 4229353.84815291 13241 5000 3.3676435e-11 4229353.8 Loop time of 0.0170188 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:19 2021 Pair time (%) = 0.00101018 (5.93567) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.193326) Outpt time (%) = 0.0158799 (93.3078) Other time (%) = 9.58443e-05 (0.563167) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:19 2021 Memory usage per processor = 27.5349 Mbytes Step Atoms AVEKE stressZZ 13241 5000 3.3676435e-11 4229336.7 13242 -0.0104649999999943 4229268.05937273 13242 5000 3.3673954e-11 4229268.1 Loop time of 0.0164881 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:19 2021 Pair time (%) = 0.00100994 (6.12528) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.200995) Outpt time (%) = 0.0153511 (93.104) Other time (%) = 9.39369e-05 (0.569726) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:19 2021 Memory usage per processor = 27.5349 Mbytes Step Atoms AVEKE stressZZ 13242 5000 3.3673954e-11 4229250.9 13243 -0.0104649999999943 4229182.27494725 13243 5000 3.3671474e-11 4229182.3 Loop time of 0.016732 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:19 2021 Pair time (%) = 0.00116205 (6.9451) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.239388) Outpt time (%) = 0.0153971 (92.0218) Other time (%) = 0.000132799 (0.793685) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:19 2021 Memory usage per processor = 27.5349 Mbytes Step Atoms AVEKE stressZZ 13243 5000 3.3671474e-11 4229165.1 13244 -0.0104649999999943 4229096.49487602 13244 5000 3.3668993e-11 4229096.5 Loop time of 0.0161579 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:19 2021 Pair time (%) = 0.00100994 (6.25046) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.211005) Outpt time (%) = 0.0150239 (92.9822) Other time (%) = 8.98838e-05 (0.556285) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:19 2021 Memory usage per processor = 27.5349 Mbytes Step Atoms AVEKE stressZZ 13244 5000 3.3668993e-11 4229079.3 13245 -0.0104649999999943 4229010.71915862 13245 5000 3.3666514e-11 4229010.7 Loop time of 0.0163119 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:19 2021 Pair time (%) = 0.00101519 (6.2236) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.201704) Outpt time (%) = 0.0151799 (93.0602) Other time (%) = 8.39233e-05 (0.514492) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:19 2021 Memory usage per processor = 27.5349 Mbytes Step Atoms AVEKE stressZZ 13245 5000 3.3666514e-11 4228993.6 13246 -0.0104649999999943 4228924.94779462 13246 5000 3.3664034e-11 4228924.9 Loop time of 0.017204 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:19 2021 Pair time (%) = 0.00101304 (5.88839) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191244) Outpt time (%) = 0.016068 (93.3965) Other time (%) = 9.01222e-05 (0.523843) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:19 2021 Memory usage per processor = 27.5349 Mbytes Step Atoms AVEKE stressZZ 13246 5000 3.3664034e-11 4228907.8 13247 -0.0104649999999943 4228839.18078359 13247 5000 3.3661555e-11 4228839.2 Loop time of 0.016845 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:19 2021 Pair time (%) = 0.00102615 (6.09174) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.213721) Outpt time (%) = 0.0156801 (93.0845) Other time (%) = 0.000102758 (0.610024) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:19 2021 Memory usage per processor = 27.5349 Mbytes Step Atoms AVEKE stressZZ 13247 5000 3.3661555e-11 4228822 13248 -0.0104649999999943 4228753.41812515 13248 5000 3.3659076e-11 4228753.4 Loop time of 0.017561 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:19 2021 Pair time (%) = 0.00115895 (6.5996) Neigh time (%) = 0 (0) Comm time (%) = 6.31809e-05 (0.359781) Outpt time (%) = 0.016191 (92.1989) Other time (%) = 0.00014782 (0.841751) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:19 2021 Memory usage per processor = 27.5349 Mbytes Step Atoms AVEKE stressZZ 13248 5000 3.3659076e-11 4228736.3 13249 -0.0104649999999943 4228667.65981883 13249 5000 3.3656597e-11 4228667.7 Loop time of 0.0172079 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:19 2021 Pair time (%) = 0.00103879 (6.03672) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191202) Outpt time (%) = 0.0160151 (93.0682) Other time (%) = 0.000121117 (0.703845) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:19 2021 Memory usage per processor = 27.5349 Mbytes Step Atoms AVEKE stressZZ 13249 5000 3.3656597e-11 4228650.5 13250 -0.0104649999999943 4228581.90586427 13250 5000 3.3654118e-11 4228581.9 Loop time of 0.0190818 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:19 2021 Pair time (%) = 0.00100994 (5.29268) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.172425) Outpt time (%) = 0.0179451 (94.0426) Other time (%) = 9.39369e-05 (0.492285) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:19 2021 Memory usage per processor = 27.5349 Mbytes Step Atoms AVEKE stressZZ 13250 5000 3.3654118e-11 4228564.7 13251 -0.0104649999999943 4228496.15626101 13251 5000 3.365164e-11 4228496.2 Loop time of 0.0169659 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:19 2021 Pair time (%) = 0.00108409 (6.38983) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206577) Outpt time (%) = 0.0157459 (92.8092) Other time (%) = 0.000100851 (0.594435) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:19 2021 Memory usage per processor = 27.5349 Mbytes Step Atoms AVEKE stressZZ 13251 5000 3.365164e-11 4228479 13252 -0.0104649999999943 4228410.41100855 13252 5000 3.3649162e-11 4228410.4 Loop time of 0.0170221 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:19 2021 Pair time (%) = 0.00105309 (6.18662) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.200291) Outpt time (%) = 0.015825 (92.9674) Other time (%) = 0.000109911 (0.645694) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:19 2021 Memory usage per processor = 27.5349 Mbytes Step Atoms AVEKE stressZZ 13252 5000 3.3649162e-11 4228393.2 13253 -0.0104649999999943 4228324.67010662 13253 5000 3.3646684e-11 4228324.7 Loop time of 0.0171869 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:19 2021 Pair time (%) = 0.00100994 (5.87623) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192823) Outpt time (%) = 0.0160499 (93.3844) Other time (%) = 9.39369e-05 (0.546562) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:19 2021 Memory usage per processor = 27.5349 Mbytes Step Atoms AVEKE stressZZ 13253 5000 3.3646684e-11 4228307.5 13254 -0.0104649999999943 4228238.93355472 13254 5000 3.3644207e-11 4228238.9 Loop time of 0.016381 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:19 2021 Pair time (%) = 0.00100899 (6.15949) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.200853) Outpt time (%) = 0.015209 (92.845) Other time (%) = 0.000130177 (0.794679) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:19 2021 Memory usage per processor = 27.5349 Mbytes Step Atoms AVEKE stressZZ 13254 5000 3.3644207e-11 4228221.8 13255 -0.0104649999999943 4228153.20135248 13255 5000 3.3641729e-11 4228153.2 Loop time of 0.017211 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:19 2021 Pair time (%) = 0.00130606 (7.58852) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.209176) Outpt time (%) = 0.015712 (91.2908) Other time (%) = 0.000156879 (0.911509) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:19 2021 Memory usage per processor = 27.5349 Mbytes Step Atoms AVEKE stressZZ 13255 5000 3.3641729e-11 4228136 13256 -0.0104649999999943 4228067.47349941 13256 5000 3.3639253e-11 4228067.5 Loop time of 0.0171919 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:19 2021 Pair time (%) = 0.00101209 (5.887) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192766) Outpt time (%) = 0.016053 (93.3752) Other time (%) = 9.36985e-05 (0.545016) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:19 2021 Memory usage per processor = 27.5349 Mbytes Step Atoms AVEKE stressZZ 13256 5000 3.3639253e-11 4228050.3 13257 -0.0104649999999943 4227981.74999521 13257 5000 3.3636776e-11 4227981.7 Loop time of 0.017159 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:19 2021 Pair time (%) = 0.00101686 (5.92608) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191747) Outpt time (%) = 0.016012 (93.3153) Other time (%) = 9.72748e-05 (0.566903) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:19 2021 Memory usage per processor = 27.5349 Mbytes Step Atoms AVEKE stressZZ 13257 5000 3.3636776e-11 4227964.6 13258 -0.0104649999999943 4227896.03083939 13258 5000 3.36343e-11 4227896 Loop time of 0.0166109 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:19 2021 Pair time (%) = 0.00103498 (6.23071) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.210992) Outpt time (%) = 0.015394 (92.6741) Other time (%) = 0.000146866 (0.884156) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:19 2021 Memory usage per processor = 27.5349 Mbytes Step Atoms AVEKE stressZZ 13258 5000 3.36343e-11 4227878.9 13259 -0.0104649999999943 4227810.31603156 13259 5000 3.3631823e-11 4227810.3 Loop time of 0.0170882 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:19 2021 Pair time (%) = 0.00113797 (6.65941) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.199517) Outpt time (%) = 0.0157831 (92.3625) Other time (%) = 0.000133038 (0.778536) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:19 2021 Memory usage per processor = 27.5349 Mbytes Step Atoms AVEKE stressZZ 13259 5000 3.3631823e-11 4227793.2 13260 -0.0104649999999943 4227724.60557129 13260 5000 3.3629348e-11 4227724.6 Loop time of 0.019289 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:19 2021 Pair time (%) = 0.00103688 (5.37551) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.176753) Outpt time (%) = 0.0180869 (93.7679) Other time (%) = 0.00013113 (0.679818) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:19 2021 Memory usage per processor = 27.5349 Mbytes Step Atoms AVEKE stressZZ 13260 5000 3.3629348e-11 4227707.4 13261 -0.0104649999999943 4227638.89945821 13261 5000 3.3626872e-11 4227638.9 Loop time of 0.016706 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:19 2021 Pair time (%) = 0.00101089 (6.05109) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.198373) Outpt time (%) = 0.015568 (93.1882) Other time (%) = 9.39369e-05 (0.562295) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:19 2021 Memory usage per processor = 27.5349 Mbytes Step Atoms AVEKE stressZZ 13261 5000 3.3626872e-11 4227621.7 13262 -0.0104649999999943 4227553.19769193 13262 5000 3.3624397e-11 4227553.2 Loop time of 0.016614 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:19 2021 Pair time (%) = 0.00105691 (6.36158) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.216692) Outpt time (%) = 0.0154159 (92.7889) Other time (%) = 0.000105143 (0.632857) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:19 2021 Memory usage per processor = 27.5349 Mbytes Step Atoms AVEKE stressZZ 13262 5000 3.3624397e-11 4227536 13263 -0.0104649999999943 4227467.50027194 13263 5000 3.3621922e-11 4227467.5 Loop time of 0.017452 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:20 2021 Pair time (%) = 0.0012641 (7.24327) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.193992) Outpt time (%) = 0.0160549 (91.9944) Other time (%) = 9.91821e-05 (0.568314) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:20 2021 Memory usage per processor = 27.5349 Mbytes Step Atoms AVEKE stressZZ 13263 5000 3.3621922e-11 4227450.3 13264 -0.0104649999999943 4227381.80719792 13264 5000 3.3619447e-11 4227381.8 Loop time of 0.0172782 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:20 2021 Pair time (%) = 0.00108504 (6.27984) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191804) Outpt time (%) = 0.016046 (92.8688) Other time (%) = 0.000113964 (0.659583) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:20 2021 Memory usage per processor = 27.5349 Mbytes Step Atoms AVEKE stressZZ 13264 5000 3.3619447e-11 4227364.6 13265 -0.0104649999999943 4227296.11846945 13265 5000 3.3616972e-11 4227296.1 Loop time of 0.016511 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:20 2021 Pair time (%) = 0.00107408 (6.50523) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.200716) Outpt time (%) = 0.0153091 (92.7208) Other time (%) = 9.46522e-05 (0.573269) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:20 2021 Memory usage per processor = 27.5349 Mbytes Step Atoms AVEKE stressZZ 13265 5000 3.3616972e-11 4227279 13266 -0.0104649999999943 4227210.4340861 13266 5000 3.3614498e-11 4227210.4 Loop time of 0.0171878 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:20 2021 Pair time (%) = 0.00134897 (7.84841) Neigh time (%) = 0 (0) Comm time (%) = 4.29153e-05 (0.249684) Outpt time (%) = 0.0156178 (90.8657) Other time (%) = 0.000178099 (1.03619) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:20 2021 Memory usage per processor = 27.5349 Mbytes Step Atoms AVEKE stressZZ 13266 5000 3.3614498e-11 4227193.3 13267 -0.0104649999999943 4227124.75404748 13267 5000 3.3612024e-11 4227124.8 Loop time of 0.017009 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:20 2021 Pair time (%) = 0.001055 (6.2026) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.199044) Outpt time (%) = 0.0158269 (93.0503) Other time (%) = 9.32217e-05 (0.548072) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:20 2021 Memory usage per processor = 27.5349 Mbytes Step Atoms AVEKE stressZZ 13267 5000 3.3612024e-11 4227107.6 13268 -0.0104649999999943 4227039.07835325 13268 5000 3.3609551e-11 4227039.1 Loop time of 0.0166988 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:20 2021 Pair time (%) = 0.00100899 (6.04226) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.204169) Outpt time (%) = 0.0155611 (93.1868) Other time (%) = 9.46522e-05 (0.566819) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:20 2021 Memory usage per processor = 27.5349 Mbytes Step Atoms AVEKE stressZZ 13268 5000 3.3609551e-11 4227021.9 13269 -0.0104649999999943 4226953.40700289 13269 5000 3.3607077e-11 4226953.4 Loop time of 0.0169308 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:20 2021 Pair time (%) = 0.00107002 (6.31997) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207004) Outpt time (%) = 0.0157039 (92.7534) Other time (%) = 0.000121832 (0.719587) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:20 2021 Memory usage per processor = 27.5349 Mbytes Step Atoms AVEKE stressZZ 13269 5000 3.3607077e-11 4226936.3 13270 -0.0104649999999943 4226867.7399961 13270 5000 3.3604604e-11 4226867.7 Loop time of 0.0191221 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:20 2021 Pair time (%) = 0.0010519 (5.50097) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.173308) Outpt time (%) = 0.0179222 (93.7248) Other time (%) = 0.000114918 (0.600968) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:20 2021 Memory usage per processor = 27.5349 Mbytes Step Atoms AVEKE stressZZ 13270 5000 3.3604604e-11 4226850.6 13271 -0.0104649999999943 4226782.07733243 13271 5000 3.3602131e-11 4226782.1 Loop time of 0.0171762 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:20 2021 Pair time (%) = 0.00100899 (5.87435) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191555) Outpt time (%) = 0.0160401 (93.3858) Other time (%) = 9.41753e-05 (0.548291) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:23:20 2021 Memory usage per processor = 27.5349 Mbytes Step Atoms AVEKE stressZZ 13271 5000 3.3602131e-11 4226764.9 13272 -0.0104649999999943 4226682.67071721 13272 5000 6.6370429e-11 4226821.5 Loop time of 0.0163889 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:20 2021 Pair time (%) = 0.00101113 (6.16962) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.202211) Outpt time (%) = 0.0151551 (92.4716) Other time (%) = 0.000189543 (1.15653) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28329 ave 28329 max 28329 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28329 Ave neighs/atom = 5.6658 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:20 2021 Memory usage per processor = 27.5349 Mbytes Step Atoms AVEKE stressZZ 13272 5000 6.6370429e-11 4277188.2 13273 -0.0104974999999943 4277097.37132918 13273 5000 5.3472679e-11 4277097.4 Loop time of 0.0164862 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:20 2021 Pair time (%) = 0.00110292 (6.69) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.212587) Outpt time (%) = 0.0152411 (92.4481) Other time (%) = 0.00010705 (0.649332) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:20 2021 Memory usage per processor = 27.5349 Mbytes Step Atoms AVEKE stressZZ 13273 5000 5.3472679e-11 4277074.3 13274 -0.0104974999999943 4276991.25313511 13274 5000 4.5998554e-11 4276991.3 Loop time of 0.017113 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:20 2021 Pair time (%) = 0.00106788 (6.24016) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.199228) Outpt time (%) = 0.0158939 (92.8765) Other time (%) = 0.000117064 (0.684063) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:20 2021 Memory usage per processor = 27.5349 Mbytes Step Atoms AVEKE stressZZ 13274 5000 4.5998554e-11 4276970.2 13275 -0.0104974999999943 4276892.14510607 13275 5000 4.1539967e-11 4276892.1 Loop time of 0.0169048 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:20 2021 Pair time (%) = 0.00100994 (5.97428) Neigh time (%) = 0 (0) Comm time (%) = 6.07967e-05 (0.359641) Outpt time (%) = 0.015718 (92.9792) Other time (%) = 0.00011611 (0.686844) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:20 2021 Memory usage per processor = 27.5349 Mbytes Step Atoms AVEKE stressZZ 13275 5000 4.1539967e-11 4276872.4 13276 -0.0104974999999943 4276797.49372707 13276 5000 3.8823606e-11 4276797.5 Loop time of 0.0164518 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:20 2021 Pair time (%) = 0.00105596 (6.41847) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.207234) Outpt time (%) = 0.0152299 (92.5729) Other time (%) = 0.000131845 (0.801403) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:20 2021 Memory usage per processor = 27.5349 Mbytes Step Atoms AVEKE stressZZ 13276 5000 3.8823606e-11 4276778.6 13277 -0.0104974999999943 4276705.67621603 13277 5000 3.7144094e-11 4276705.7 Loop time of 0.0171158 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:20 2021 Pair time (%) = 0.0011301 (6.60268) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.197802) Outpt time (%) = 0.015842 (92.5574) Other time (%) = 0.000109911 (0.64216) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:20 2021 Memory usage per processor = 27.5349 Mbytes Step Atoms AVEKE stressZZ 13277 5000 3.7144094e-11 4276687.3 13278 -0.0104974999999943 4276615.66127847 13278 5000 3.609509e-11 4276615.7 Loop time of 0.017405 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:20 2021 Pair time (%) = 0.00121093 (6.95734) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.195885) Outpt time (%) = 0.016067 (92.3125) Other time (%) = 9.29832e-05 (0.534232) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:20 2021 Memory usage per processor = 27.5349 Mbytes Step Atoms AVEKE stressZZ 13278 5000 3.609509e-11 4276597.6 13279 -0.0104974999999943 4276526.79351523 13279 5000 3.54353e-11 4276526.8 Loop time of 0.017261 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:20 2021 Pair time (%) = 0.00111198 (6.44217) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.266582) Outpt time (%) = 0.01599 (92.6365) Other time (%) = 0.00011301 (0.654714) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:20 2021 Memory usage per processor = 27.5349 Mbytes Step Atoms AVEKE stressZZ 13279 5000 3.54353e-11 4276509 13280 -0.0104974999999943 4276438.65641273 13280 5000 3.5018221e-11 4276438.7 Loop time of 0.0190308 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:20 2021 Pair time (%) = 0.00118303 (6.21641) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.194184) Outpt time (%) = 0.017652 (92.755) Other time (%) = 0.000158787 (0.834367) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:20 2021 Memory usage per processor = 27.535 Mbytes Step Atoms AVEKE stressZZ 13280 5000 3.5018221e-11 4276421 13281 -0.0104974999999943 4276350.98527148 13281 5000 3.4753513e-11 4276351 Loop time of 0.017102 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:20 2021 Pair time (%) = 0.00103402 (6.0462) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204932) Outpt time (%) = 0.0159321 (93.1592) Other time (%) = 0.000100851 (0.589703) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:20 2021 Memory usage per processor = 27.535 Mbytes Step Atoms AVEKE stressZZ 13281 5000 3.4753513e-11 4276333.4 13282 -0.0104974999999943 4276263.6118716 13282 5000 3.4584881e-11 4276263.6 Loop time of 0.017451 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:20 2021 Pair time (%) = 0.00105095 (6.02227) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.189904) Outpt time (%) = 0.0162718 (93.2427) Other time (%) = 9.5129e-05 (0.545119) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:20 2021 Memory usage per processor = 27.535 Mbytes Step Atoms AVEKE stressZZ 13282 5000 3.4584881e-11 4276246.1 13283 -0.0104974999999943 4276176.42930714 13283 5000 3.4476999e-11 4276176.4 Loop time of 0.0169969 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:20 2021 Pair time (%) = 0.00101995 (6.00084) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.200589) Outpt time (%) = 0.0158498 (93.2515) Other time (%) = 9.29832e-05 (0.547061) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:20 2021 Memory usage per processor = 27.535 Mbytes Step Atoms AVEKE stressZZ 13283 5000 3.4476999e-11 4276158.9 13284 -0.0104974999999943 4276089.36963793 13284 5000 3.4407602e-11 4276089.4 Loop time of 0.0169029 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:20 2021 Pair time (%) = 0.00129509 (7.66193) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.21863) Outpt time (%) = 0.01546 (91.4636) Other time (%) = 0.000110865 (0.65589) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:20 2021 Memory usage per processor = 27.535 Mbytes Step Atoms AVEKE stressZZ 13284 5000 3.4407602e-11 4276071.9 13285 -0.0104974999999943 4276002.38968684 13285 5000 3.4362611e-11 4276002.4 Loop time of 0.017096 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:20 2021 Pair time (%) = 0.00101304 (5.92559) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193847) Outpt time (%) = 0.0159581 (93.3437) Other time (%) = 9.17912e-05 (0.536915) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:20 2021 Memory usage per processor = 27.535 Mbytes Step Atoms AVEKE stressZZ 13285 5000 3.4362611e-11 4275984.9 13286 -0.0104974999999943 4275915.46201423 13286 5000 3.433311e-11 4275915.5 Loop time of 0.0169749 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:20 2021 Pair time (%) = 0.00101399 (5.97348) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.19523) Outpt time (%) = 0.015831 (93.261) Other time (%) = 9.67979e-05 (0.570241) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:20 2021 Memory usage per processor = 27.535 Mbytes Step Atoms AVEKE stressZZ 13286 5000 3.433311e-11 4275898 13287 -0.0104974999999943 4275828.56918153 13287 5000 3.4313446e-11 4275828.6 Loop time of 0.0166621 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:20 2021 Pair time (%) = 0.00101614 (6.0985) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.210343) Outpt time (%) = 0.0154681 (92.834) Other time (%) = 0.000142813 (0.85711) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:20 2021 Memory usage per processor = 27.535 Mbytes Step Atoms AVEKE stressZZ 13287 5000 3.4313446e-11 4275811.1 13288 -0.0104974999999943 4275741.70010613 13288 5000 3.4300029e-11 4275741.7 Loop time of 0.016376 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:20 2021 Pair time (%) = 0.0010159 (6.20359) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.200914) Outpt time (%) = 0.0152361 (93.0393) Other time (%) = 9.10759e-05 (0.556154) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:20 2021 Memory usage per processor = 27.535 Mbytes Step Atoms AVEKE stressZZ 13288 5000 3.4300029e-11 4275724.3 13289 -0.0104974999999943 4275654.84774468 13289 5000 3.4290581e-11 4275654.8 Loop time of 0.0162241 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:20 2021 Pair time (%) = 0.0010128 (6.24256) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.202795) Outpt time (%) = 0.0150902 (93.0109) Other time (%) = 8.82149e-05 (0.543726) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:20 2021 Memory usage per processor = 27.535 Mbytes Step Atoms AVEKE stressZZ 13289 5000 3.4290581e-11 4275637.4 13290 -0.0104974999999943 4275568.0076208 13290 5000 3.4283656e-11 4275568 Loop time of 0.0184588 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:20 2021 Pair time (%) = 0.00101304 (5.4881) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.178244) Outpt time (%) = 0.017323 (93.8467) Other time (%) = 8.98838e-05 (0.486942) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:20 2021 Memory usage per processor = 27.535 Mbytes Step Atoms AVEKE stressZZ 13290 5000 3.4283656e-11 4275550.6 13291 -0.0104974999999943 4275481.17688956 13291 5000 3.4278333e-11 4275481.2 Loop time of 0.0172658 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:20 2021 Pair time (%) = 0.00118685 (6.87398) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.201607) Outpt time (%) = 0.015923 (92.2229) Other time (%) = 0.000121117 (0.701483) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:20 2021 Memory usage per processor = 27.535 Mbytes Step Atoms AVEKE stressZZ 13291 5000 3.4278333e-11 4275463.7 13292 -0.0104974999999943 4275394.35374272 13292 5000 3.4274028e-11 4275394.4 Loop time of 0.0171611 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:20 2021 Pair time (%) = 0.00109696 (6.39214) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198669) Outpt time (%) = 0.0159249 (92.7965) Other time (%) = 0.000105143 (0.612679) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:20 2021 Memory usage per processor = 27.535 Mbytes Step Atoms AVEKE stressZZ 13292 5000 3.4274028e-11 4275376.9 13293 -0.0104974999999943 4275307.53703087 13293 5000 3.4270371e-11 4275307.5 Loop time of 0.0166891 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:20 2021 Pair time (%) = 0.00100899 (6.0458) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.198574) Outpt time (%) = 0.0155518 (93.1856) Other time (%) = 9.5129e-05 (0.570008) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:20 2021 Memory usage per processor = 27.535 Mbytes Step Atoms AVEKE stressZZ 13293 5000 3.4270371e-11 4275290.1 13294 -0.0104974999999943 4275220.72602342 13294 5000 3.4267125e-11 4275220.7 Loop time of 0.01668 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:20 2021 Pair time (%) = 0.00120306 (7.21259) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.228699) Outpt time (%) = 0.015311 (91.7926) Other time (%) = 0.000127792 (0.766141) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:20 2021 Memory usage per processor = 27.535 Mbytes Step Atoms AVEKE stressZZ 13294 5000 3.4267125e-11 4275203.3 13295 -0.0104974999999943 4275133.92025577 13295 5000 3.426414e-11 4275133.9 Loop time of 0.0172298 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:20 2021 Pair time (%) = 0.0010488 (6.08715) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190959) Outpt time (%) = 0.0160539 (93.1753) Other time (%) = 9.41753e-05 (0.546584) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:20 2021 Memory usage per processor = 27.535 Mbytes Step Atoms AVEKE stressZZ 13295 5000 3.426414e-11 4275116.5 13296 -0.0104974999999943 4275047.11943252 13296 5000 3.4261322e-11 4275047.1 Loop time of 0.0169539 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:20 2021 Pair time (%) = 0.00101089 (5.96259) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.195472) Outpt time (%) = 0.015815 (93.2822) Other time (%) = 9.48906e-05 (0.559696) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:20 2021 Memory usage per processor = 27.535 Mbytes Step Atoms AVEKE stressZZ 13296 5000 3.4261322e-11 4275029.7 13297 -0.0104974999999943 4274960.32336577 13297 5000 3.425861e-11 4274960.3 Loop time of 0.0164609 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:20 2021 Pair time (%) = 0.00103498 (6.28748) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.212914) Outpt time (%) = 0.0152769 (92.8073) Other time (%) = 0.000113964 (0.692332) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:20 2021 Memory usage per processor = 27.535 Mbytes Step Atoms AVEKE stressZZ 13297 5000 3.425861e-11 4274942.9 13298 -0.0104974999999943 4274873.53193575 13298 5000 3.4255965e-11 4274873.5 Loop time of 0.0171499 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:20 2021 Pair time (%) = 0.00106406 (6.20447) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.20436) Outpt time (%) = 0.015919 (92.8224) Other time (%) = 0.000131845 (0.768782) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:20 2021 Memory usage per processor = 27.535 Mbytes Step Atoms AVEKE stressZZ 13298 5000 3.4255965e-11 4274856.1 13299 -0.0104974999999943 4274786.74506634 13299 5000 3.4253363e-11 4274786.7 Loop time of 0.0172138 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:20 2021 Pair time (%) = 0.00108218 (6.2867) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.203601) Outpt time (%) = 0.0159969 (92.9307) Other time (%) = 9.9659e-05 (0.578947) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:20 2021 Memory usage per processor = 27.535 Mbytes Step Atoms AVEKE stressZZ 13299 5000 3.4253363e-11 4274769.3 13300 -0.0104974999999943 4274699.96270873 13300 5000 3.4250789e-11 4274700 Loop time of 0.019022 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:20 2021 Pair time (%) = 0.00101399 (5.33064) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.177981) Outpt time (%) = 0.0178781 (93.9863) Other time (%) = 9.60827e-05 (0.505114) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:20 2021 Memory usage per processor = 27.535 Mbytes Step Atoms AVEKE stressZZ 13300 5000 3.4250789e-11 4274682.5 13301 -0.0104974999999943 4274613.18483194 13301 5000 3.4248231e-11 4274613.2 Loop time of 0.0167089 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:20 2021 Pair time (%) = 0.00107002 (6.40393) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.208327) Outpt time (%) = 0.015497 (92.7471) Other time (%) = 0.00010705 (0.640678) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:20 2021 Memory usage per processor = 27.535 Mbytes Step Atoms AVEKE stressZZ 13301 5000 3.4248231e-11 4274595.8 13302 -0.0104974999999943 4274526.41141594 13302 5000 3.4245685e-11 4274526.4 Loop time of 0.017494 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:20 2021 Pair time (%) = 0.00124502 (7.11687) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.194889) Outpt time (%) = 0.0161099 (92.0886) Other time (%) = 0.000104904 (0.599659) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:20 2021 Memory usage per processor = 27.535 Mbytes Step Atoms AVEKE stressZZ 13302 5000 3.4245685e-11 4274509 13303 -0.0104974999999943 4274439.64244788 13303 5000 3.4243147e-11 4274439.6 Loop time of 0.017257 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:20 2021 Pair time (%) = 0.00101209 (5.8648) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190658) Outpt time (%) = 0.0161178 (93.3988) Other time (%) = 9.41753e-05 (0.545723) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:20 2021 Memory usage per processor = 27.535 Mbytes Step Atoms AVEKE stressZZ 13303 5000 3.4243147e-11 4274422.2 13304 -0.0104974999999943 4274352.87791931 13304 5000 3.4240613e-11 4274352.9 Loop time of 0.0164299 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:20 2021 Pair time (%) = 0.00101495 (6.17744) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.207511) Outpt time (%) = 0.0152881 (93.0506) Other time (%) = 9.27448e-05 (0.564488) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:20 2021 Memory usage per processor = 27.535 Mbytes Step Atoms AVEKE stressZZ 13304 5000 3.4240613e-11 4274335.4 13305 -0.0104974999999943 4274266.11782474 13305 5000 3.4238082e-11 4274266.1 Loop time of 0.0169981 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:20 2021 Pair time (%) = 0.001266 (7.44793) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.23003) Outpt time (%) = 0.0155561 (91.5169) Other time (%) = 0.000136852 (0.805106) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:20 2021 Memory usage per processor = 27.535 Mbytes Step Atoms AVEKE stressZZ 13305 5000 3.4238082e-11 4274248.7 13306 -0.0104974999999943 4274179.36216049 13306 5000 3.4235553e-11 4274179.4 Loop time of 0.017519 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:21 2021 Pair time (%) = 0.00111985 (6.39222) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.205498) Outpt time (%) = 0.0162461 (92.7341) Other time (%) = 0.000117064 (0.668209) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:21 2021 Memory usage per processor = 27.535 Mbytes Step Atoms AVEKE stressZZ 13306 5000 3.4235553e-11 4274161.9 13307 -0.0104974999999943 4274092.61092394 13307 5000 3.4233025e-11 4274092.6 Loop time of 0.0172501 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:21 2021 Pair time (%) = 0.00100899 (5.84918) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.196263) Outpt time (%) = 0.0161121 (93.4031) Other time (%) = 9.5129e-05 (0.551471) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:21 2021 Memory usage per processor = 27.535 Mbytes Step Atoms AVEKE stressZZ 13307 5000 3.4233025e-11 4274075.2 13308 -0.0104974999999943 4274005.86411328 13308 5000 3.4230499e-11 4274005.9 Loop time of 0.01653 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:21 2021 Pair time (%) = 0.00101519 (6.14146) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.212023) Outpt time (%) = 0.0153341 (92.7652) Other time (%) = 0.000145674 (0.881267) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:21 2021 Memory usage per processor = 27.535 Mbytes Step Atoms AVEKE stressZZ 13308 5000 3.4230499e-11 4273988.4 13309 -0.0104974999999943 4273919.12172722 13309 5000 3.4227973e-11 4273919.1 Loop time of 0.017108 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:21 2021 Pair time (%) = 0.00110579 (6.46357) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.203467) Outpt time (%) = 0.0158632 (92.724) Other time (%) = 0.000104189 (0.609008) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:21 2021 Memory usage per processor = 27.535 Mbytes Step Atoms AVEKE stressZZ 13309 5000 3.4227973e-11 4273901.7 13310 -0.0104974999999943 4273832.38376471 13310 5000 3.4225448e-11 4273832.4 Loop time of 0.0194738 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:21 2021 Pair time (%) = 0.00110507 (5.67465) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.18487) Outpt time (%) = 0.018229 (93.6079) Other time (%) = 0.000103712 (0.532573) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:21 2021 Memory usage per processor = 27.535 Mbytes Step Atoms AVEKE stressZZ 13310 5000 3.4225448e-11 4273815 13311 -0.0104974999999943 4273745.6502248 13311 5000 3.4222923e-11 4273745.7 Loop time of 0.0167611 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:21 2021 Pair time (%) = 0.00104594 (6.24031) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.197721) Outpt time (%) = 0.015588 (93.0015) Other time (%) = 9.39369e-05 (0.560447) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:21 2021 Memory usage per processor = 27.535 Mbytes Step Atoms AVEKE stressZZ 13311 5000 3.4222923e-11 4273728.2 13312 -0.0104974999999943 4273658.92110687 13312 5000 3.4220399e-11 4273658.9 Loop time of 0.0165229 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:21 2021 Pair time (%) = 0.00108409 (6.56114) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.210672) Outpt time (%) = 0.015306 (92.6351) Other time (%) = 9.799e-05 (0.593056) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:21 2021 Memory usage per processor = 27.535 Mbytes Step Atoms AVEKE stressZZ 13312 5000 3.4220399e-11 4273641.5 13313 -0.0104974999999943 4273572.19641022 13313 5000 3.4217875e-11 4273572.2 Loop time of 0.0171461 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:21 2021 Pair time (%) = 0.00117087 (6.8288) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193281) Outpt time (%) = 0.0158491 (92.4356) Other time (%) = 9.29832e-05 (0.542299) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:21 2021 Memory usage per processor = 27.535 Mbytes Step Atoms AVEKE stressZZ 13313 5000 3.4217875e-11 4273554.8 13314 -0.0104974999999943 4273485.47613428 13314 5000 3.4215351e-11 4273485.5 Loop time of 0.0171912 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:21 2021 Pair time (%) = 0.00101495 (5.90389) Neigh time (%) = 0 (0) Comm time (%) = 5.50747e-05 (0.320366) Outpt time (%) = 0.016005 (93.1003) Other time (%) = 0.00011611 (0.675404) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:21 2021 Memory usage per processor = 27.535 Mbytes Step Atoms AVEKE stressZZ 13314 5000 3.4215351e-11 4273468.1 13315 -0.0104974999999943 4273398.76027847 13315 5000 3.4212828e-11 4273398.8 Loop time of 0.016464 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:21 2021 Pair time (%) = 0.00107789 (6.54696) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.205633) Outpt time (%) = 0.015249 (92.6204) Other time (%) = 0.000103235 (0.627036) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:21 2021 Memory usage per processor = 27.535 Mbytes Step Atoms AVEKE stressZZ 13315 5000 3.4212828e-11 4273381.3 13316 -0.0104974999999943 4273312.04884219 13316 5000 3.4210305e-11 4273312 Loop time of 0.0170429 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:21 2021 Pair time (%) = 0.00123596 (7.25207) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.229425) Outpt time (%) = 0.0156369 (91.7505) Other time (%) = 0.000130892 (0.768015) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:21 2021 Memory usage per processor = 27.535 Mbytes Step Atoms AVEKE stressZZ 13316 5000 3.4210305e-11 4273294.6 13317 -0.0104974999999943 4273225.34182494 13317 5000 3.4207782e-11 4273225.3 Loop time of 0.0172579 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:21 2021 Pair time (%) = 0.00101209 (5.86447) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190647) Outpt time (%) = 0.01612 (93.4061) Other time (%) = 9.29832e-05 (0.538786) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:21 2021 Memory usage per processor = 27.535 Mbytes Step Atoms AVEKE stressZZ 13317 5000 3.4207782e-11 4273207.9 13318 -0.0104974999999943 4273138.63922615 13318 5000 3.420526e-11 4273138.6 Loop time of 0.017019 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:21 2021 Pair time (%) = 0.00105095 (6.17514) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.194724) Outpt time (%) = 0.0158401 (93.0726) Other time (%) = 9.48906e-05 (0.557556) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:21 2021 Memory usage per processor = 27.535 Mbytes Step Atoms AVEKE stressZZ 13318 5000 3.420526e-11 4273121.2 13319 -0.0104974999999943 4273051.94104537 13319 5000 3.4202738e-11 4273051.9 Loop time of 0.016506 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:21 2021 Pair time (%) = 0.00106406 (6.44653) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.212333) Outpt time (%) = 0.0152891 (92.6276) Other time (%) = 0.000117779 (0.713553) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:21 2021 Memory usage per processor = 27.535 Mbytes Step Atoms AVEKE stressZZ 13319 5000 3.4202738e-11 4273034.5 13320 -0.0104974999999943 4272965.24728201 13320 5000 3.4200216e-11 4272965.2 Loop time of 0.0192599 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:21 2021 Pair time (%) = 0.00106907 (5.55074) Neigh time (%) = 0 (0) Comm time (%) = 5.00679e-05 (0.259959) Outpt time (%) = 0.018013 (93.5258) Other time (%) = 0.000127792 (0.663514) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:21 2021 Memory usage per processor = 27.535 Mbytes Step Atoms AVEKE stressZZ 13320 5000 3.4200216e-11 4272947.8 13321 -0.0104974999999943 4272878.55793561 13321 5000 3.4197694e-11 4272878.6 Loop time of 0.017091 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:21 2021 Pair time (%) = 0.00103498 (6.05566) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.198089) Outpt time (%) = 0.015872 (92.8674) Other time (%) = 0.000150204 (0.878845) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:21 2021 Memory usage per processor = 27.535 Mbytes Step Atoms AVEKE stressZZ 13321 5000 3.4197694e-11 4272861.1 13322 -0.0104974999999943 4272791.87300572 13322 5000 3.4195173e-11 4272791.9 Loop time of 0.0170798 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:21 2021 Pair time (%) = 0.0010128 (5.92981) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.194031) Outpt time (%) = 0.015939 (93.3206) Other time (%) = 9.48906e-05 (0.555571) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:21 2021 Memory usage per processor = 27.535 Mbytes Step Atoms AVEKE stressZZ 13322 5000 3.4195173e-11 4272774.4 13323 -0.0104974999999943 4272705.19249172 13323 5000 3.4192652e-11 4272705.2 Loop time of 0.01685 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:21 2021 Pair time (%) = 0.00101399 (6.01777) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.196678) Outpt time (%) = 0.0156951 (93.146) Other time (%) = 0.000107765 (0.639556) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:21 2021 Memory usage per processor = 27.535 Mbytes Step Atoms AVEKE stressZZ 13323 5000 3.4192652e-11 4272687.8 13324 -0.0104974999999943 4272618.51639314 13324 5000 3.4190131e-11 4272618.5 Loop time of 0.0173051 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:21 2021 Pair time (%) = 0.0010922 (6.3114) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.195638) Outpt time (%) = 0.016057 (92.7876) Other time (%) = 0.00012207 (0.705399) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:21 2021 Memory usage per processor = 27.535 Mbytes Step Atoms AVEKE stressZZ 13324 5000 3.4190131e-11 4272601.1 13325 -0.0104974999999943 4272531.84470952 13325 5000 3.418761e-11 4272531.8 Loop time of 0.017328 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:21 2021 Pair time (%) = 0.00101209 (5.84075) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.19538) Outpt time (%) = 0.0161879 (93.4204) Other time (%) = 9.41753e-05 (0.543486) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:21 2021 Memory usage per processor = 27.535 Mbytes Step Atoms AVEKE stressZZ 13325 5000 3.418761e-11 4272514.4 13326 -0.0104974999999943 4272445.17744034 13326 5000 3.418509e-11 4272445.2 Loop time of 0.0168262 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:21 2021 Pair time (%) = 0.00110793 (6.58458) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.195539) Outpt time (%) = 0.0155599 (92.4746) Other time (%) = 0.000125408 (0.745317) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:21 2021 Memory usage per processor = 27.535 Mbytes Step Atoms AVEKE stressZZ 13326 5000 3.418509e-11 4272427.8 13327 -0.0104974999999943 4272358.5145851 13327 5000 3.418257e-11 4272358.5 Loop time of 0.0170898 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:21 2021 Pair time (%) = 0.00120306 (7.03962) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.223214) Outpt time (%) = 0.0157349 (92.0717) Other time (%) = 0.000113726 (0.665458) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:21 2021 Memory usage per processor = 27.535 Mbytes Step Atoms AVEKE stressZZ 13327 5000 3.418257e-11 4272341.1 13328 -0.0104974999999943 4272271.85614335 13328 5000 3.418005e-11 4272271.9 Loop time of 0.0172522 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:21 2021 Pair time (%) = 0.00109911 (6.37084) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.19071) Outpt time (%) = 0.0160029 (92.7585) Other time (%) = 0.000117302 (0.679924) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:21 2021 Memory usage per processor = 27.535 Mbytes Step Atoms AVEKE stressZZ 13328 5000 3.418005e-11 4272254.4 13329 -0.0104974999999943 4272185.20211449 13329 5000 3.4177531e-11 4272185.2 Loop time of 0.0171492 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:21 2021 Pair time (%) = 0.00100994 (5.88914) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191856) Outpt time (%) = 0.016012 (93.3685) Other time (%) = 9.44138e-05 (0.550543) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:21 2021 Memory usage per processor = 27.535 Mbytes Step Atoms AVEKE stressZZ 13329 5000 3.4177531e-11 4272167.8 13330 -0.0104974999999943 4272098.55249811 13330 5000 3.4175012e-11 4272098.6 Loop time of 0.0188229 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:21 2021 Pair time (%) = 0.0010581 (5.62135) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.186196) Outpt time (%) = 0.0176241 (93.6313) Other time (%) = 0.000105619 (0.561122) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:21 2021 Memory usage per processor = 27.535 Mbytes Step Atoms AVEKE stressZZ 13330 5000 3.4175012e-11 4272081.1 13331 -0.0104974999999943 4272011.90729368 13331 5000 3.4172493e-11 4272011.9 Loop time of 0.0163569 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:21 2021 Pair time (%) = 0.00101495 (6.205) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.202606) Outpt time (%) = 0.015214 (93.0123) Other time (%) = 9.48906e-05 (0.580124) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:21 2021 Memory usage per processor = 27.535 Mbytes Step Atoms AVEKE stressZZ 13331 5000 3.4172493e-11 4271994.5 13332 -0.0104974999999943 4271925.26650076 13332 5000 3.4169974e-11 4271925.3 Loop time of 0.0161932 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:21 2021 Pair time (%) = 0.00101304 (6.25598) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.204656) Outpt time (%) = 0.015063 (93.0211) Other time (%) = 8.39233e-05 (0.518264) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:21 2021 Memory usage per processor = 27.535 Mbytes Step Atoms AVEKE stressZZ 13332 5000 3.4169974e-11 4271907.8 13333 -0.0104974999999943 4271838.63011878 13333 5000 3.4167456e-11 4271838.6 Loop time of 0.0165281 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:21 2021 Pair time (%) = 0.00100803 (6.0989) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.200508) Outpt time (%) = 0.015394 (93.138) Other time (%) = 9.29832e-05 (0.562576) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:21 2021 Memory usage per processor = 27.535 Mbytes Step Atoms AVEKE stressZZ 13333 5000 3.4167456e-11 4271821.2 13334 -0.0104974999999943 4271751.99814733 13334 5000 3.4164938e-11 4271752 Loop time of 0.0169852 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:21 2021 Pair time (%) = 0.00101185 (5.95724) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.195112) Outpt time (%) = 0.015852 (93.3283) Other time (%) = 8.82149e-05 (0.519364) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:21 2021 Memory usage per processor = 27.535 Mbytes Step Atoms AVEKE stressZZ 13334 5000 3.4164938e-11 4271734.6 13335 -0.0104974999999943 4271665.37058589 13335 5000 3.416242e-11 4271665.4 Loop time of 0.0166769 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:21 2021 Pair time (%) = 0.00103092 (6.18174) Neigh time (%) = 0 (0) Comm time (%) = 4.50611e-05 (0.270201) Outpt time (%) = 0.015507 (92.9848) Other time (%) = 9.39369e-05 (0.563276) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:21 2021 Memory usage per processor = 27.535 Mbytes Step Atoms AVEKE stressZZ 13335 5000 3.416242e-11 4271648 13336 -0.0104974999999943 4271578.74743398 13336 5000 3.4159903e-11 4271578.7 Loop time of 0.016902 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:21 2021 Pair time (%) = 0.0012331 (7.2956) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.224285) Outpt time (%) = 0.0154889 (91.6394) Other time (%) = 0.000142097 (0.840715) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:21 2021 Memory usage per processor = 27.535 Mbytes Step Atoms AVEKE stressZZ 13336 5000 3.4159903e-11 4271561.3 13337 -0.0104974999999943 4271492.12869115 13337 5000 3.4157386e-11 4271492.1 Loop time of 0.0175951 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:21 2021 Pair time (%) = 0.00112987 (6.4215) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.216805) Outpt time (%) = 0.0163221 (92.7655) Other time (%) = 0.000104904 (0.596214) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:21 2021 Memory usage per processor = 27.535 Mbytes Step Atoms AVEKE stressZZ 13337 5000 3.4157386e-11 4271474.7 13338 -0.0104974999999943 4271405.5143568 13338 5000 3.4154869e-11 4271405.5 Loop time of 0.017323 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:21 2021 Pair time (%) = 0.000985861 (5.69105) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189931) Outpt time (%) = 0.0161531 (93.2464) Other time (%) = 0.000151157 (0.872581) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:21 2021 Memory usage per processor = 27.535 Mbytes Step Atoms AVEKE stressZZ 13338 5000 3.4154869e-11 4271388.1 13339 -0.0104974999999943 4271318.90443057 13339 5000 3.4152352e-11 4271318.9 Loop time of 0.0164711 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:21 2021 Pair time (%) = 0.00102091 (6.19816) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.212781) Outpt time (%) = 0.0152938 (92.8523) Other time (%) = 0.000121355 (0.736774) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:21 2021 Memory usage per processor = 27.535 Mbytes Step Atoms AVEKE stressZZ 13339 5000 3.4152352e-11 4271301.5 13340 -0.0104974999999943 4271232.29891196 13340 5000 3.4149836e-11 4271232.3 Loop time of 0.019218 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:21 2021 Pair time (%) = 0.00109887 (5.71794) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.177406) Outpt time (%) = 0.017983 (93.5737) Other time (%) = 0.000102043 (0.530978) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:21 2021 Memory usage per processor = 27.535 Mbytes Step Atoms AVEKE stressZZ 13340 5000 3.4149836e-11 4271214.9 13341 -0.0104974999999943 4271145.69780045 13341 5000 3.4147319e-11 4271145.7 Loop time of 0.016911 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:21 2021 Pair time (%) = 0.00105 (6.20894) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.195968) Outpt time (%) = 0.015734 (93.0396) Other time (%) = 9.39369e-05 (0.555477) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:21 2021 Memory usage per processor = 27.535 Mbytes Step Atoms AVEKE stressZZ 13341 5000 3.4147319e-11 4271128.3 13342 -0.0104974999999943 4271059.10109557 13342 5000 3.4144804e-11 4271059.1 Loop time of 0.0166609 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:21 2021 Pair time (%) = 0.00101995 (6.12184) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.210358) Outpt time (%) = 0.015506 (93.0682) Other time (%) = 9.98974e-05 (0.599591) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:21 2021 Memory usage per processor = 27.535 Mbytes Step Atoms AVEKE stressZZ 13342 5000 3.4144804e-11 4271041.7 13343 -0.0104974999999943 4270972.50879684 13343 5000 3.4142288e-11 4270972.5 Loop time of 0.0165558 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:21 2021 Pair time (%) = 0.00105095 (6.34793) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211694) Outpt time (%) = 0.0153399 (92.6555) Other time (%) = 0.000129938 (0.78485) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:21 2021 Memory usage per processor = 27.535 Mbytes Step Atoms AVEKE stressZZ 13343 5000 3.4142288e-11 4270955.1 13344 -0.0104974999999943 4270885.92090384 13344 5000 3.4139773e-11 4270885.9 Loop time of 0.0171528 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:21 2021 Pair time (%) = 0.00106692 (6.22012) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198766) Outpt time (%) = 0.0159528 (93.0043) Other time (%) = 9.89437e-05 (0.576838) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:21 2021 Memory usage per processor = 27.535 Mbytes Step Atoms AVEKE stressZZ 13344 5000 3.4139773e-11 4270868.5 13345 -0.0104974999999943 4270799.337416 13345 5000 3.4137258e-11 4270799.3 Loop time of 0.0173211 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:21 2021 Pair time (%) = 0.0011282 (6.51342) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.20234) Outpt time (%) = 0.016021 (92.4942) Other time (%) = 0.000136852 (0.790089) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:21 2021 Memory usage per processor = 27.535 Mbytes Step Atoms AVEKE stressZZ 13345 5000 3.4137258e-11 4270781.9 13346 -0.0104974999999943 4270712.75833294 13346 5000 3.4134743e-11 4270712.8 Loop time of 0.0165181 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:21 2021 Pair time (%) = 0.00101089 (6.11992) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.200629) Outpt time (%) = 0.0153499 (92.9275) Other time (%) = 0.000124216 (0.751999) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:21 2021 Memory usage per processor = 27.535 Mbytes Step Atoms AVEKE stressZZ 13346 5000 3.4134743e-11 4270695.3 13347 -0.0104974999999943 4270626.18365409 13347 5000 3.4132229e-11 4270626.2 Loop time of 0.016854 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:21 2021 Pair time (%) = 0.00128698 (7.63605) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.231996) Outpt time (%) = 0.0153742 (91.2195) Other time (%) = 0.00015378 (0.912422) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:21 2021 Memory usage per processor = 27.535 Mbytes Step Atoms AVEKE stressZZ 13347 5000 3.4132229e-11 4270608.8 13348 -0.0104974999999943 4270539.61337907 13348 5000 3.4129714e-11 4270539.6 Loop time of 0.0173552 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:21 2021 Pair time (%) = 0.00103402 (5.95799) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.201942) Outpt time (%) = 0.0161898 (93.2851) Other time (%) = 9.63211e-05 (0.554998) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:21 2021 Memory usage per processor = 27.535 Mbytes Step Atoms AVEKE stressZZ 13348 5000 3.4129714e-11 4270522.2 13349 -0.0104974999999943 4270453.04750731 13349 5000 3.41272e-11 4270453 Loop time of 0.017143 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:22 2021 Pair time (%) = 0.00105906 (6.17777) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186362) Outpt time (%) = 0.0159559 (93.0754) Other time (%) = 9.60827e-05 (0.560477) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:22 2021 Memory usage per processor = 27.535 Mbytes Step Atoms AVEKE stressZZ 13349 5000 3.41272e-11 4270435.6 13350 -0.0104974999999943 4270366.48603846 13350 5000 3.4124687e-11 4270366.5 Loop time of 0.018611 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:22 2021 Pair time (%) = 0.00104904 (5.63669) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.188317) Outpt time (%) = 0.017426 (93.6331) Other time (%) = 0.000100851 (0.541891) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:22 2021 Memory usage per processor = 27.535 Mbytes Step Atoms AVEKE stressZZ 13350 5000 3.4124687e-11 4270349.1 13351 -0.0104974999999943 4270279.92897193 13351 5000 3.4122173e-11 4270279.9 Loop time of 0.017123 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:22 2021 Pair time (%) = 0.00131392 (7.67346) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.217213) Outpt time (%) = 0.0155871 (91.0302) Other time (%) = 0.000184774 (1.0791) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:22 2021 Memory usage per processor = 27.535 Mbytes Step Atoms AVEKE stressZZ 13351 5000 3.4122173e-11 4270262.5 13352 -0.0104974999999943 4270193.37630734 13352 5000 3.411966e-11 4270193.4 Loop time of 0.0169668 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:22 2021 Pair time (%) = 0.00101709 (5.9946) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.200944) Outpt time (%) = 0.015816 (93.2171) Other time (%) = 9.9659e-05 (0.587376) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:22 2021 Memory usage per processor = 27.535 Mbytes Step Atoms AVEKE stressZZ 13352 5000 3.411966e-11 4270176 13353 -0.0104974999999943 4270106.82804417 13353 5000 3.4117147e-11 4270106.8 Loop time of 0.016644 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:22 2021 Pair time (%) = 0.00101089 (6.07363) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.197679) Outpt time (%) = 0.0155051 (93.1571) Other time (%) = 9.5129e-05 (0.571551) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:22 2021 Memory usage per processor = 27.535 Mbytes Step Atoms AVEKE stressZZ 13353 5000 3.4117147e-11 4270089.4 13354 -0.0104974999999943 4270020.28418199 13354 5000 3.4114635e-11 4270020.3 Loop time of 0.0165939 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:22 2021 Pair time (%) = 0.00105214 (6.34052) Neigh time (%) = 0 (0) Comm time (%) = 5.98431e-05 (0.360632) Outpt time (%) = 0.0153461 (92.4799) Other time (%) = 0.000135899 (0.818966) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:22 2021 Memory usage per processor = 27.535 Mbytes Step Atoms AVEKE stressZZ 13354 5000 3.4114635e-11 4270002.9 13355 -0.0104974999999943 4269933.74473326 13355 5000 3.4112123e-11 4269933.7 Loop time of 0.017647 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:22 2021 Pair time (%) = 0.00122309 (6.93084) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.186444) Outpt time (%) = 0.0162659 (92.1734) Other time (%) = 0.00012517 (0.709297) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:22 2021 Memory usage per processor = 27.535 Mbytes Step Atoms AVEKE stressZZ 13355 5000 3.4112123e-11 4269916.3 13356 -0.0104974999999943 4269847.20970239 13356 5000 3.4109611e-11 4269847.2 Loop time of 0.0171661 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:22 2021 Pair time (%) = 0.00101113 (5.89028) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191667) Outpt time (%) = 0.0160291 (93.3764) Other time (%) = 9.29832e-05 (0.541667) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:22 2021 Memory usage per processor = 27.535 Mbytes Step Atoms AVEKE stressZZ 13356 5000 3.4109611e-11 4269829.8 13357 -0.0104974999999943 4269760.67908145 13357 5000 3.4107099e-11 4269760.7 Loop time of 0.0164061 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:22 2021 Pair time (%) = 0.0010128 (6.17334) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.206359) Outpt time (%) = 0.015265 (93.0448) Other time (%) = 9.44138e-05 (0.575481) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:22 2021 Memory usage per processor = 27.535 Mbytes Step Atoms AVEKE stressZZ 13357 5000 3.4107099e-11 4269743.3 13358 -0.0104974999999943 4269674.1528678 13358 5000 3.4104587e-11 4269674.2 Loop time of 0.016948 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:22 2021 Pair time (%) = 0.00125003 (7.37568) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.218049) Outpt time (%) = 0.015496 (91.4328) Other time (%) = 0.000164986 (0.973482) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:22 2021 Memory usage per processor = 27.535 Mbytes Step Atoms AVEKE stressZZ 13358 5000 3.4104587e-11 4269656.7 13359 -0.0104974999999943 4269587.63105982 13359 5000 3.4102076e-11 4269587.6 Loop time of 0.0170441 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:22 2021 Pair time (%) = 0.00100994 (5.92547) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.193039) Outpt time (%) = 0.015907 (93.329) Other time (%) = 9.41753e-05 (0.55254) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:22 2021 Memory usage per processor = 27.535 Mbytes Step Atoms AVEKE stressZZ 13359 5000 3.4102076e-11 4269570.2 13360 -0.0104974999999943 4269501.11365625 13360 5000 3.4099565e-11 4269501.1 Loop time of 0.0193541 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:22 2021 Pair time (%) = 0.00101209 (5.22931) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.171231) Outpt time (%) = 0.018214 (94.1092) Other time (%) = 9.48906e-05 (0.490287) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:22 2021 Memory usage per processor = 27.535 Mbytes Step Atoms AVEKE stressZZ 13360 5000 3.4099565e-11 4269483.7 13361 -0.0104974999999943 4269414.60065599 13361 5000 3.4097055e-11 4269414.6 Loop time of 0.0164592 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:22 2021 Pair time (%) = 0.00103688 (6.2997) Neigh time (%) = 0 (0) Comm time (%) = 7.29561e-05 (0.443253) Outpt time (%) = 0.015238 (92.5806) Other time (%) = 0.000111341 (0.676468) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:22 2021 Memory usage per processor = 27.535 Mbytes Step Atoms AVEKE stressZZ 13361 5000 3.4097055e-11 4269397.2 13362 -0.0104974999999943 4269328.09205825 13362 5000 3.4094544e-11 4269328.1 Loop time of 0.017148 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:22 2021 Pair time (%) = 0.0014019 (8.1753) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.221067) Outpt time (%) = 0.015559 (90.7333) Other time (%) = 0.00014925 (0.870363) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:22 2021 Memory usage per processor = 27.535 Mbytes Step Atoms AVEKE stressZZ 13362 5000 3.4094544e-11 4269310.7 13363 -0.0104974999999943 4269241.58786214 13363 5000 3.4092034e-11 4269241.6 Loop time of 0.0172999 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:22 2021 Pair time (%) = 0.00110602 (6.39324) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191563) Outpt time (%) = 0.016067 (92.8736) Other time (%) = 9.36985e-05 (0.541613) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:22 2021 Memory usage per processor = 27.535 Mbytes Step Atoms AVEKE stressZZ 13363 5000 3.4092034e-11 4269224.2 13364 -0.0104974999999943 4269155.08806697 13364 5000 3.4089525e-11 4269155.1 Loop time of 0.016583 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:22 2021 Pair time (%) = 0.00105309 (6.35046) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.198407) Outpt time (%) = 0.0154009 (92.8717) Other time (%) = 9.60827e-05 (0.579406) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:22 2021 Memory usage per processor = 27.535 Mbytes Step Atoms AVEKE stressZZ 13364 5000 3.4089525e-11 4269137.7 13365 -0.0104974999999943 4269068.59268008 13365 5000 3.4087015e-11 4269068.6 Loop time of 0.0170841 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:22 2021 Pair time (%) = 0.00106978 (6.26186) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.210729) Outpt time (%) = 0.015871 (92.8994) Other time (%) = 0.000107288 (0.628) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:22 2021 Memory usage per processor = 27.535 Mbytes Step Atoms AVEKE stressZZ 13365 5000 3.4087015e-11 4269051.2 13366 -0.0104974999999943 4268982.10169347 13366 5000 3.4084506e-11 4268982.1 Loop time of 0.01719 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:22 2021 Pair time (%) = 0.00106502 (6.19556) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.209431) Outpt time (%) = 0.015929 (92.6644) Other time (%) = 0.000159979 (0.930652) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:22 2021 Memory usage per processor = 27.535 Mbytes Step Atoms AVEKE stressZZ 13366 5000 3.4084506e-11 4268964.7 13367 -0.0104974999999943 4268895.61510649 13367 5000 3.4081997e-11 4268895.6 Loop time of 0.0175369 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:22 2021 Pair time (%) = 0.00101209 (5.77119) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.187615) Outpt time (%) = 0.0163829 (93.4199) Other time (%) = 0.000108957 (0.621304) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:22 2021 Memory usage per processor = 27.535 Mbytes Step Atoms AVEKE stressZZ 13367 5000 3.4081997e-11 4268878.2 13368 -0.0104974999999943 4268809.13291843 13368 5000 3.4079488e-11 4268809.1 Loop time of 0.0165641 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:22 2021 Pair time (%) = 0.00106597 (6.43541) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211587) Outpt time (%) = 0.0153542 (92.6952) Other time (%) = 0.000108957 (0.657791) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:22 2021 Memory usage per processor = 27.535 Mbytes Step Atoms AVEKE stressZZ 13368 5000 3.4079488e-11 4268791.7 13369 -0.0104974999999943 4268722.65512869 13369 5000 3.407698e-11 4268722.7 Loop time of 0.0168781 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:22 2021 Pair time (%) = 0.00126696 (7.5065) Neigh time (%) = 0 (0) Comm time (%) = 4.41074e-05 (0.261329) Outpt time (%) = 0.015398 (91.2306) Other time (%) = 0.000169039 (1.00153) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:22 2021 Memory usage per processor = 27.535 Mbytes Step Atoms AVEKE stressZZ 13369 5000 3.407698e-11 4268705.2 13370 -0.0104974999999943 4268636.18173672 13370 5000 3.4074471e-11 4268636.2 Loop time of 0.0192761 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:22 2021 Pair time (%) = 0.00101614 (5.27149) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.170686) Outpt time (%) = 0.0181351 (94.0804) Other time (%) = 9.20296e-05 (0.477427) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:22 2021 Memory usage per processor = 27.535 Mbytes Step Atoms AVEKE stressZZ 13370 5000 3.4074471e-11 4268618.8 13371 -0.0104974999999943 4268549.7127418 13371 5000 3.4071964e-11 4268549.7 Loop time of 0.0174639 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:22 2021 Pair time (%) = 0.00101304 (5.80076) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.188398) Outpt time (%) = 0.016293 (93.2955) Other time (%) = 0.000124931 (0.715368) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:22 2021 Memory usage per processor = 27.535 Mbytes Step Atoms AVEKE stressZZ 13371 5000 3.4071964e-11 4268532.3 13372 -0.0104974999999943 4268463.24815836 13372 5000 3.4069456e-11 4268463.2 Loop time of 0.0165591 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:22 2021 Pair time (%) = 0.00101304 (6.11772) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211651) Outpt time (%) = 0.015414 (93.0846) Other time (%) = 9.70364e-05 (0.585999) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:23:22 2021 Memory usage per processor = 27.535 Mbytes Step Atoms AVEKE stressZZ 13372 5000 3.4069456e-11 4268445.8 13373 -0.0104974999999943 4268362.93109658 13373 5000 6.7293059e-11 4268503.1 Loop time of 0.01669 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:22 2021 Pair time (%) = 0.00109601 (6.56686) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.204277) Outpt time (%) = 0.015409 (92.3246) Other time (%) = 0.000150919 (0.904247) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:22 2021 Memory usage per processor = 27.535 Mbytes Step Atoms AVEKE stressZZ 13373 5000 6.7293059e-11 4319087.3 13374 -0.0105299999999943 4318995.76608097 13374 5000 5.4214601e-11 4318995.8 Loop time of 0.016432 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:22 2021 Pair time (%) = 0.00101519 (6.17809) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.200229) Outpt time (%) = 0.0152891 (93.0442) Other time (%) = 9.48906e-05 (0.577473) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:22 2021 Memory usage per processor = 27.535 Mbytes Step Atoms AVEKE stressZZ 13374 5000 5.4214601e-11 4318972.3 13375 -0.0105299999999943 4318888.64242299 13375 5000 4.6635851e-11 4318888.6 Loop time of 0.016238 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:22 2021 Pair time (%) = 0.00101399 (6.24459) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.202622) Outpt time (%) = 0.0150981 (92.9802) Other time (%) = 9.29832e-05 (0.572628) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:22 2021 Memory usage per processor = 27.535 Mbytes Step Atoms AVEKE stressZZ 13375 5000 4.6635851e-11 4318867.3 13376 -0.0105299999999943 4318788.59965679 13376 5000 4.2114892e-11 4318788.6 Loop time of 0.0163162 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:22 2021 Pair time (%) = 0.0010159 (6.22635) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.203112) Outpt time (%) = 0.015178 (93.024) Other time (%) = 8.91685e-05 (0.546504) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:22 2021 Memory usage per processor = 27.535 Mbytes Step Atoms AVEKE stressZZ 13376 5000 4.2114892e-11 4318768.6 13377 -0.0105299999999943 4318693.05854534 13377 5000 3.936055e-11 4318693.1 Loop time of 0.0162492 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:22 2021 Pair time (%) = 0.00100899 (6.20947) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.20395) Outpt time (%) = 0.0151231 (93.0701) Other time (%) = 8.39233e-05 (0.516477) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:22 2021 Memory usage per processor = 27.535 Mbytes Step Atoms AVEKE stressZZ 13377 5000 3.936055e-11 4318673.9 13378 -0.0105299999999943 4318600.37992735 13378 5000 3.7657562e-11 4318600.4 Loop time of 0.017879 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:22 2021 Pair time (%) = 0.00137115 (7.66902) Neigh time (%) = 0 (0) Comm time (%) = 4.31538e-05 (0.241366) Outpt time (%) = 0.016299 (91.1628) Other time (%) = 0.000165701 (0.92679) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:22 2021 Memory usage per processor = 27.535 Mbytes Step Atoms AVEKE stressZZ 13378 5000 3.7657562e-11 4318581.8 13379 -0.0105299999999943 4318509.52209042 13379 5000 3.6593898e-11 4318509.5 Loop time of 0.017591 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:22 2021 Pair time (%) = 0.00104189 (5.92285) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.193814) Outpt time (%) = 0.0164149 (93.3141) Other time (%) = 0.000100136 (0.569245) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:22 2021 Memory usage per processor = 27.535 Mbytes Step Atoms AVEKE stressZZ 13379 5000 3.6593898e-11 4318491.2 13380 -0.0105299999999943 4318419.82301479 13380 5000 3.5924889e-11 4318419.8 Loop time of 0.0194819 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:22 2021 Pair time (%) = 0.000993013 (5.09711) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.168884) Outpt time (%) = 0.018302 (93.9434) Other time (%) = 0.000154018 (0.790572) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:22 2021 Memory usage per processor = 27.5352 Mbytes Step Atoms AVEKE stressZZ 13380 5000 3.5924889e-11 4318401.8 13381 -0.0105299999999943 4318330.86197919 13381 5000 3.5501983e-11 4318330.9 Loop time of 0.0168519 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:22 2021 Pair time (%) = 0.00103498 (6.14159) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.206559) Outpt time (%) = 0.015667 (92.9685) Other time (%) = 0.000115156 (0.683342) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:22 2021 Memory usage per processor = 27.5352 Mbytes Step Atoms AVEKE stressZZ 13381 5000 3.5501983e-11 4318312.9 13382 -0.0105299999999943 4318242.37161017 13382 5000 3.5233577e-11 4318242.4 Loop time of 0.0174491 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:22 2021 Pair time (%) = 0.00150394 (8.61902) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.211786) Outpt time (%) = 0.0157421 (90.2168) Other time (%) = 0.000166178 (0.952355) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:22 2021 Memory usage per processor = 27.5352 Mbytes Step Atoms AVEKE stressZZ 13382 5000 3.5233577e-11 4318224.5 13383 -0.0105299999999943 4318154.18198863 13383 5000 3.5062589e-11 4318154.2 Loop time of 0.017405 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:22 2021 Pair time (%) = 0.00113606 (6.52722) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.195885) Outpt time (%) = 0.0161331 (92.692) Other time (%) = 0.000101805 (0.584915) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:22 2021 Memory usage per processor = 27.5352 Mbytes Step Atoms AVEKE stressZZ 13383 5000 3.5062589e-11 4318136.4 13384 -0.0105299999999943 4318066.18512871 13384 5000 3.49532e-11 4318066.2 Loop time of 0.01722 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:22 2021 Pair time (%) = 0.00101399 (5.88846) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191067) Outpt time (%) = 0.0160789 (93.3736) Other time (%) = 9.41753e-05 (0.546894) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:22 2021 Memory usage per processor = 27.5352 Mbytes Step Atoms AVEKE stressZZ 13384 5000 3.49532e-11 4318048.4 13385 -0.0105299999999943 4317978.31240386 13385 5000 3.4882833e-11 4317978.3 Loop time of 0.0165348 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:22 2021 Pair time (%) = 0.00102615 (6.20602) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.21052) Outpt time (%) = 0.0153718 (92.9663) Other time (%) = 0.000102043 (0.617142) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:22 2021 Memory usage per processor = 27.5352 Mbytes Step Atoms AVEKE stressZZ 13385 5000 3.4882833e-11 4317960.6 13386 -0.0105299999999943 4317890.52020091 13386 5000 3.4837214e-11 4317890.5 Loop time of 0.0173321 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:22 2021 Pair time (%) = 0.00110102 (6.35248) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.195334) Outpt time (%) = 0.0160959 (92.8676) Other time (%) = 0.000101328 (0.584626) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:22 2021 Memory usage per processor = 27.5352 Mbytes Step Atoms AVEKE stressZZ 13386 5000 3.4837214e-11 4317872.8 13387 -0.0105299999999943 4317802.78080304 13387 5000 3.4807301e-11 4317802.8 Loop time of 0.0175509 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:22 2021 Pair time (%) = 0.00101805 (5.80053) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.188823) Outpt time (%) = 0.0164099 (93.4985) Other time (%) = 8.98838e-05 (0.512131) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:22 2021 Memory usage per processor = 27.5352 Mbytes Step Atoms AVEKE stressZZ 13387 5000 3.4807301e-11 4317785.1 13388 -0.0105299999999943 4317715.07659549 13388 5000 3.4787362e-11 4317715.1 Loop time of 0.0167792 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:22 2021 Pair time (%) = 0.00105119 (6.26483) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.20177) Outpt time (%) = 0.015599 (92.9665) Other time (%) = 9.5129e-05 (0.566947) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:22 2021 Memory usage per processor = 27.5352 Mbytes Step Atoms AVEKE stressZZ 13388 5000 3.4787362e-11 4317697.4 13389 -0.0105299999999943 4317627.39638383 13389 5000 3.4773758e-11 4317627.4 Loop time of 0.016901 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:22 2021 Pair time (%) = 0.00119305 (7.05902) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207369) Outpt time (%) = 0.015568 (92.1129) Other time (%) = 0.000104904 (0.620697) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:22 2021 Memory usage per processor = 27.5352 Mbytes Step Atoms AVEKE stressZZ 13389 5000 3.4773758e-11 4317609.7 13390 -0.0105299999999943 4317539.73306314 13390 5000 3.4764179e-11 4317539.7 Loop time of 0.0195379 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:22 2021 Pair time (%) = 0.0012331 (6.31132) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.173281) Outpt time (%) = 0.0181749 (93.0236) Other time (%) = 9.60827e-05 (0.491775) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:22 2021 Memory usage per processor = 27.5352 Mbytes Step Atoms AVEKE stressZZ 13390 5000 3.4764179e-11 4317522 13391 -0.0105299999999943 4317452.08213911 13391 5000 3.4757157e-11 4317452.1 Loop time of 0.0173378 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:22 2021 Pair time (%) = 0.00113297 (6.53465) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.196645) Outpt time (%) = 0.0160699 (92.687) Other time (%) = 0.000100851 (0.581683) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:22 2021 Memory usage per processor = 27.5352 Mbytes Step Atoms AVEKE stressZZ 13391 5000 3.4757157e-11 4317434.4 13392 -0.0105299999999943 4317364.44072204 13392 5000 3.4751759e-11 4317364.4 Loop time of 0.0169079 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:22 2021 Pair time (%) = 0.00101519 (6.0042) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.194594) Outpt time (%) = 0.015764 (93.2343) Other time (%) = 9.58443e-05 (0.56686) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:22 2021 Memory usage per processor = 27.5352 Mbytes Step Atoms AVEKE stressZZ 13392 5000 3.4751759e-11 4317346.8 13393 -0.0105299999999943 4317276.80698027 13393 5000 3.4747395e-11 4317276.8 Loop time of 0.016777 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:23 2021 Pair time (%) = 0.00109792 (6.54417) Neigh time (%) = 0 (0) Comm time (%) = 5.4121e-05 (0.32259) Outpt time (%) = 0.0155199 (92.5065) Other time (%) = 0.000105143 (0.626705) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:23 2021 Memory usage per processor = 27.5352 Mbytes Step Atoms AVEKE stressZZ 13393 5000 3.4747395e-11 4317259.1 13394 -0.0105299999999943 4317189.17975043 13394 5000 3.4743686e-11 4317189.2 Loop time of 0.017472 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:23 2021 Pair time (%) = 0.0010128 (5.79671) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.188311) Outpt time (%) = 0.0163329 (93.4801) Other time (%) = 9.34601e-05 (0.534913) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:23 2021 Memory usage per processor = 27.5352 Mbytes Step Atoms AVEKE stressZZ 13394 5000 3.4743686e-11 4317171.5 13395 -0.0105299999999943 4317101.55829298 13395 5000 3.4740395e-11 4317101.6 Loop time of 0.0170209 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:23 2021 Pair time (%) = 0.00101304 (5.95173) Neigh time (%) = 0 (0) Comm time (%) = 7.10487e-05 (0.41742) Outpt time (%) = 0.0158422 (93.0748) Other time (%) = 9.46522e-05 (0.556093) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:23 2021 Memory usage per processor = 27.5352 Mbytes Step Atoms AVEKE stressZZ 13395 5000 3.4740395e-11 4317083.9 13396 -0.0105299999999943 4317013.94213752 13396 5000 3.4737369e-11 4317013.9 Loop time of 0.016793 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:23 2021 Pair time (%) = 0.00103903 (6.18726) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.203024) Outpt time (%) = 0.015619 (93.0092) Other time (%) = 0.000100851 (0.600554) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:23 2021 Memory usage per processor = 27.5352 Mbytes Step Atoms AVEKE stressZZ 13396 5000 3.4737369e-11 4316996.3 13397 -0.0105299999999943 4316926.33098496 13397 5000 3.4734512e-11 4316926.3 Loop time of 0.017385 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:23 2021 Pair time (%) = 0.00146317 (8.4163) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.212568) Outpt time (%) = 0.0157301 (90.4811) Other time (%) = 0.000154734 (0.890041) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:23 2021 Memory usage per processor = 27.5352 Mbytes Step Atoms AVEKE stressZZ 13397 5000 3.4734512e-11 4316908.6 13398 -0.0105299999999943 4316838.7246448 13398 5000 3.4731762e-11 4316838.7 Loop time of 0.017406 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:23 2021 Pair time (%) = 0.00108314 (6.22278) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.201353) Outpt time (%) = 0.016186 (92.991) Other time (%) = 0.000101805 (0.584883) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:23 2021 Memory usage per processor = 27.5352 Mbytes Step Atoms AVEKE stressZZ 13398 5000 3.4731762e-11 4316821 13399 -0.0105299999999943 4316751.12299576 13399 5000 3.472908e-11 4316751.1 Loop time of 0.017061 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:23 2021 Pair time (%) = 0.00110412 (6.47158) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.198438) Outpt time (%) = 0.01583 (92.785) Other time (%) = 9.29832e-05 (0.545005) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:23 2021 Memory usage per processor = 27.5352 Mbytes Step Atoms AVEKE stressZZ 13399 5000 3.472908e-11 4316733.4 13400 -0.0105299999999943 4316663.52596037 13400 5000 3.4726442e-11 4316663.5 Loop time of 0.019048 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:23 2021 Pair time (%) = 0.00104094 (5.46481) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.183996) Outpt time (%) = 0.0178702 (93.8167) Other time (%) = 0.000101805 (0.534465) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:23 2021 Memory usage per processor = 27.5352 Mbytes Step Atoms AVEKE stressZZ 13400 5000 3.4726442e-11 4316645.8 13401 -0.0105299999999943 4316575.93348921 13401 5000 3.4723832e-11 4316575.9 Loop time of 0.017447 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:23 2021 Pair time (%) = 0.00148606 (8.51759) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.206346) Outpt time (%) = 0.015733 (90.176) Other time (%) = 0.000191927 (1.10006) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:23 2021 Memory usage per processor = 27.5352 Mbytes Step Atoms AVEKE stressZZ 13401 5000 3.4723832e-11 4316558.3 13402 -0.0105299999999943 4316488.34554328 13402 5000 3.4721239e-11 4316488.3 Loop time of 0.0172389 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:23 2021 Pair time (%) = 0.00101089 (5.86405) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192241) Outpt time (%) = 0.0160999 (93.3933) Other time (%) = 9.48906e-05 (0.550446) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:23 2021 Memory usage per processor = 27.5352 Mbytes Step Atoms AVEKE stressZZ 13402 5000 3.4721239e-11 4316470.7 13403 -0.0105299999999943 4316400.76210507 13403 5000 3.4718657e-11 4316400.8 Loop time of 0.0168829 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:23 2021 Pair time (%) = 0.00101209 (5.99475) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.196294) Outpt time (%) = 0.015743 (93.2483) Other time (%) = 9.46522e-05 (0.560639) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:23 2021 Memory usage per processor = 27.5352 Mbytes Step Atoms AVEKE stressZZ 13403 5000 3.4718657e-11 4316383.1 13404 -0.0105299999999943 4316313.18316498 13404 5000 3.4716083e-11 4316313.2 Loop time of 0.016643 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:23 2021 Pair time (%) = 0.0010488 (6.30175) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.216314) Outpt time (%) = 0.0154359 (92.747) Other time (%) = 0.000122309 (0.734894) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:23 2021 Memory usage per processor = 27.5352 Mbytes Step Atoms AVEKE stressZZ 13404 5000 3.4716083e-11 4316295.5 13405 -0.0105299999999943 4316225.60871441 13405 5000 3.4713514e-11 4316225.6 Loop time of 0.017416 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:23 2021 Pair time (%) = 0.00111222 (6.38621) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.194393) Outpt time (%) = 0.0161669 (92.828) Other time (%) = 0.000102997 (0.591392) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:23 2021 Memory usage per processor = 27.5352 Mbytes Step Atoms AVEKE stressZZ 13405 5000 3.4713514e-11 4316207.9 13406 -0.0105299999999943 4316138.03874769 13406 5000 3.4710948e-11 4316138 Loop time of 0.0173631 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:23 2021 Pair time (%) = 0.00101399 (5.83995) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.196358) Outpt time (%) = 0.016221 (93.4227) Other time (%) = 9.39369e-05 (0.541016) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:23 2021 Memory usage per processor = 27.5352 Mbytes Step Atoms AVEKE stressZZ 13406 5000 3.4710948e-11 4316120.4 13407 -0.0105299999999943 4316050.47326104 13407 5000 3.4708384e-11 4316050.5 Loop time of 0.0168331 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:23 2021 Pair time (%) = 0.0010519 (6.24903) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.195459) Outpt time (%) = 0.0156491 (92.9663) Other time (%) = 9.91821e-05 (0.58921) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:23 2021 Memory usage per processor = 27.5352 Mbytes Step Atoms AVEKE stressZZ 13407 5000 3.4708384e-11 4316032.8 13408 -0.0105299999999943 4315962.91225179 13408 5000 3.4705821e-11 4315962.9 Loop time of 0.017313 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:23 2021 Pair time (%) = 0.00119305 (6.89104) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.225846) Outpt time (%) = 0.0159681 (92.2317) Other time (%) = 0.000112772 (0.651372) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:23 2021 Memory usage per processor = 27.5352 Mbytes Step Atoms AVEKE stressZZ 13408 5000 3.4705821e-11 4315945.2 13409 -0.0105299999999943 4315875.35571805 13409 5000 3.470326e-11 4315875.4 Loop time of 0.0174921 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:23 2021 Pair time (%) = 0.00106907 (6.11174) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.200363) Outpt time (%) = 0.016268 (93.0023) Other time (%) = 0.000119925 (0.685594) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:23 2021 Memory usage per processor = 27.5352 Mbytes Step Atoms AVEKE stressZZ 13409 5000 3.470326e-11 4315857.7 13410 -0.0105299999999943 4315787.80365854 13410 5000 3.4700699e-11 4315787.8 Loop time of 0.0198951 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:23 2021 Pair time (%) = 0.0010159 (5.1063) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.165376) Outpt time (%) = 0.01875 (94.2442) Other time (%) = 9.63211e-05 (0.484145) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:23 2021 Memory usage per processor = 27.5352 Mbytes Step Atoms AVEKE stressZZ 13410 5000 3.4700699e-11 4315770.1 13411 -0.0105299999999943 4315700.25607212 13411 5000 3.4698138e-11 4315700.3 Loop time of 0.0168622 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:23 2021 Pair time (%) = 0.00105 (6.22694) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.195122) Outpt time (%) = 0.0156841 (93.0138) Other time (%) = 9.5129e-05 (0.564157) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:23 2021 Memory usage per processor = 27.5352 Mbytes Step Atoms AVEKE stressZZ 13411 5000 3.4698138e-11 4315682.6 13412 -0.0105299999999943 4315612.71295792 13412 5000 3.4695579e-11 4315612.7 Loop time of 0.016675 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:23 2021 Pair time (%) = 0.00111485 (6.68573) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.233057) Outpt time (%) = 0.015378 (92.2219) Other time (%) = 0.00014329 (0.859308) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:23 2021 Memory usage per processor = 27.5352 Mbytes Step Atoms AVEKE stressZZ 13412 5000 3.4695579e-11 4315595 13413 -0.0105299999999943 4315525.17433377 13413 5000 3.4693019e-11 4315525.2 Loop time of 0.0174 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:23 2021 Pair time (%) = 0.00112987 (6.49347) Neigh time (%) = 0 (0) Comm time (%) = 7.31945e-05 (0.420657) Outpt time (%) = 0.016077 (92.3967) Other time (%) = 0.000119925 (0.68922) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:23 2021 Memory usage per processor = 27.5352 Mbytes Step Atoms AVEKE stressZZ 13413 5000 3.4693019e-11 4315507.5 13414 -0.0105299999999943 4315437.6401814 13414 5000 3.469046e-11 4315437.6 Loop time of 0.0170619 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:23 2021 Pair time (%) = 0.00101209 (5.93184) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.194234) Outpt time (%) = 0.0159259 (93.3415) Other time (%) = 9.08375e-05 (0.532398) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:23 2021 Memory usage per processor = 27.5352 Mbytes Step Atoms AVEKE stressZZ 13414 5000 3.469046e-11 4315420 13415 -0.0105299999999943 4315350.11049853 13415 5000 3.4687901e-11 4315350.1 Loop time of 0.0167181 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:23 2021 Pair time (%) = 0.00110698 (6.62141) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.203933) Outpt time (%) = 0.0154722 (92.5472) Other time (%) = 0.000104904 (0.627487) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:23 2021 Memory usage per processor = 27.5352 Mbytes Step Atoms AVEKE stressZZ 13415 5000 3.4687901e-11 4315332.4 13416 -0.0105299999999943 4315262.5852846 13416 5000 3.4685343e-11 4315262.6 Loop time of 0.017457 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:23 2021 Pair time (%) = 0.00120997 (6.93117) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.195302) Outpt time (%) = 0.0160539 (91.9626) Other time (%) = 0.000159025 (0.910953) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:23 2021 Memory usage per processor = 27.5352 Mbytes Step Atoms AVEKE stressZZ 13416 5000 3.4685343e-11 4315244.9 13417 -0.0105299999999943 4315175.06453916 13417 5000 3.4682785e-11 4315175.1 Loop time of 0.0171249 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:23 2021 Pair time (%) = 0.00101209 (5.91003) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193521) Outpt time (%) = 0.015985 (93.3437) Other time (%) = 9.46522e-05 (0.552717) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:23 2021 Memory usage per processor = 27.5352 Mbytes Step Atoms AVEKE stressZZ 13417 5000 3.4682785e-11 4315157.4 13418 -0.0105299999999943 4315087.54826164 13418 5000 3.4680227e-11 4315087.5 Loop time of 0.016654 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:23 2021 Pair time (%) = 0.00101113 (6.07141) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.197561) Outpt time (%) = 0.015516 (93.167) Other time (%) = 9.39369e-05 (0.56405) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:23 2021 Memory usage per processor = 27.5352 Mbytes Step Atoms AVEKE stressZZ 13418 5000 3.4680227e-11 4315069.9 13419 -0.0105299999999943 4315000.03645163 13419 5000 3.4677669e-11 4315000 Loop time of 0.0164959 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:23 2021 Pair time (%) = 0.00105 (6.36517) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.199454) Outpt time (%) = 0.015321 (92.8775) Other time (%) = 9.20296e-05 (0.557892) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:23 2021 Memory usage per processor = 27.5352 Mbytes Step Atoms AVEKE stressZZ 13419 5000 3.4677669e-11 4314982.4 13420 -0.0105299999999943 4314912.52910864 13420 5000 3.4675112e-11 4314912.5 Loop time of 0.018935 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:23 2021 Pair time (%) = 0.00101781 (5.37529) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.175021) Outpt time (%) = 0.0177948 (93.9788) Other time (%) = 8.91685e-05 (0.47092) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:23 2021 Memory usage per processor = 27.5352 Mbytes Step Atoms AVEKE stressZZ 13420 5000 3.4675112e-11 4314894.9 13421 -0.0105299999999943 4314825.02623235 13421 5000 3.4672555e-11 4314825 Loop time of 0.0171351 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:23 2021 Pair time (%) = 0.00109506 (6.39071) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204536) Outpt time (%) = 0.0158989 (92.7856) Other time (%) = 0.000106096 (0.619174) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:23 2021 Memory usage per processor = 27.5352 Mbytes Step Atoms AVEKE stressZZ 13421 5000 3.4672555e-11 4314807.4 13422 -0.0105299999999943 4314737.52782224 13422 5000 3.4669998e-11 4314737.5 Loop time of 0.01706 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:23 2021 Pair time (%) = 0.0011301 (6.62428) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.194256) Outpt time (%) = 0.0158 (92.6141) Other time (%) = 9.67979e-05 (0.567396) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:23 2021 Memory usage per processor = 27.5352 Mbytes Step Atoms AVEKE stressZZ 13422 5000 3.4669998e-11 4314719.9 13423 -0.0105299999999943 4314650.03387802 13423 5000 3.4667442e-11 4314650 Loop time of 0.0172849 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:23 2021 Pair time (%) = 0.00101304 (5.86085) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191729) Outpt time (%) = 0.0161431 (93.3943) Other time (%) = 9.56059e-05 (0.553119) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:23 2021 Memory usage per processor = 27.5352 Mbytes Step Atoms AVEKE stressZZ 13423 5000 3.4667442e-11 4314632.4 13424 -0.0105299999999943 4314562.5443993 13424 5000 3.4664886e-11 4314562.5 Loop time of 0.016696 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:23 2021 Pair time (%) = 0.00101709 (6.09185) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.197064) Outpt time (%) = 0.015558 (93.1842) Other time (%) = 8.79765e-05 (0.526932) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:23 2021 Memory usage per processor = 27.5352 Mbytes Step Atoms AVEKE stressZZ 13424 5000 3.4664886e-11 4314544.9 13425 -0.0105299999999943 4314475.05938573 13425 5000 3.466233e-11 4314475.1 Loop time of 0.0171802 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:23 2021 Pair time (%) = 0.00135398 (7.88104) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.215102) Outpt time (%) = 0.0156388 (91.0282) Other time (%) = 0.000150442 (0.875671) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:23 2021 Memory usage per processor = 27.5352 Mbytes Step Atoms AVEKE stressZZ 13425 5000 3.466233e-11 4314457.4 13426 -0.0105299999999943 4314387.57883707 13426 5000 3.4659774e-11 4314387.6 Loop time of 0.0172241 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:23 2021 Pair time (%) = 0.00105095 (6.10163) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192406) Outpt time (%) = 0.0160351 (93.0969) Other time (%) = 0.000104904 (0.609056) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:23 2021 Memory usage per processor = 27.5352 Mbytes Step Atoms AVEKE stressZZ 13426 5000 3.4659774e-11 4314369.9 13427 -0.0105299999999943 4314300.10275314 13427 5000 3.4657219e-11 4314300.1 Loop time of 0.016953 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:23 2021 Pair time (%) = 0.00108004 (6.37077) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206734) Outpt time (%) = 0.0157039 (92.6321) Other time (%) = 0.000133991 (0.790369) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:23 2021 Memory usage per processor = 27.5352 Mbytes Step Atoms AVEKE stressZZ 13427 5000 3.4657219e-11 4314282.4 13428 -0.0105299999999943 4314212.63113353 13428 5000 3.4654664e-11 4314212.6 Loop time of 0.0168271 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:23 2021 Pair time (%) = 0.00105405 (6.26399) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.20828) Outpt time (%) = 0.0156329 (92.9029) Other time (%) = 0.000105143 (0.624841) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:23 2021 Memory usage per processor = 27.5352 Mbytes Step Atoms AVEKE stressZZ 13428 5000 3.4654664e-11 4314195 13429 -0.0105299999999943 4314125.16397814 13429 5000 3.4652109e-11 4314125.2 Loop time of 0.0173678 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:23 2021 Pair time (%) = 0.00108099 (6.22409) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189441) Outpt time (%) = 0.0161541 (93.0113) Other time (%) = 9.98974e-05 (0.575186) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:23 2021 Memory usage per processor = 27.5352 Mbytes Step Atoms AVEKE stressZZ 13429 5000 3.4652109e-11 4314107.5 13430 -0.0105299999999943 4314037.70128687 13430 5000 3.4649555e-11 4314037.7 Loop time of 0.0199299 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:23 2021 Pair time (%) = 0.00115299 (5.78524) Neigh time (%) = 0 (0) Comm time (%) = 6.50883e-05 (0.326586) Outpt time (%) = 0.0185571 (93.1118) Other time (%) = 0.000154734 (0.77639) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:23 2021 Memory usage per processor = 27.5352 Mbytes Step Atoms AVEKE stressZZ 13430 5000 3.4649555e-11 4314020 13431 -0.0105299999999943 4313950.24305975 13431 5000 3.4647e-11 4313950.2 Loop time of 0.017024 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:23 2021 Pair time (%) = 0.00104499 (6.13831) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.200269) Outpt time (%) = 0.015811 (92.8743) Other time (%) = 0.000133991 (0.787071) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:23 2021 Memory usage per processor = 27.5352 Mbytes Step Atoms AVEKE stressZZ 13431 5000 3.4647e-11 4313932.6 13432 -0.0105299999999943 4313862.78929686 13432 5000 3.4644447e-11 4313862.8 Loop time of 0.0167551 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:23 2021 Pair time (%) = 0.00114894 (6.85725) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.214867) Outpt time (%) = 0.015466 (92.3061) Other time (%) = 0.000104189 (0.621834) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:23 2021 Memory usage per processor = 27.5352 Mbytes Step Atoms AVEKE stressZZ 13432 5000 3.4644447e-11 4313845.1 13433 -0.0105299999999943 4313775.33999836 13433 5000 3.4641893e-11 4313775.3 Loop time of 0.0171831 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:23 2021 Pair time (%) = 0.00111103 (6.46585) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.197028) Outpt time (%) = 0.0159411 (92.7724) Other time (%) = 9.70364e-05 (0.564721) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:23 2021 Memory usage per processor = 27.5352 Mbytes Step Atoms AVEKE stressZZ 13433 5000 3.4641893e-11 4313757.7 13434 -0.0105299999999943 4313687.89516482 13434 5000 3.463934e-11 4313687.9 Loop time of 0.017082 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:23 2021 Pair time (%) = 0.00101089 (5.9179) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.194007) Outpt time (%) = 0.015945 (93.3438) Other time (%) = 9.29832e-05 (0.544335) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:23 2021 Memory usage per processor = 27.5352 Mbytes Step Atoms AVEKE stressZZ 13434 5000 3.463934e-11 4313670.2 13435 -0.0105299999999943 4313600.45479705 13435 5000 3.4636786e-11 4313600.5 Loop time of 0.0165529 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:23 2021 Pair time (%) = 0.00108814 (6.57372) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.200207) Outpt time (%) = 0.015306 (92.467) Other time (%) = 0.000125647 (0.75906) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:23 2021 Memory usage per processor = 27.5352 Mbytes Step Atoms AVEKE stressZZ 13435 5000 3.4636786e-11 4313582.8 13436 -0.0105299999999943 4313513.01889665 13436 5000 3.4634234e-11 4313513 Loop time of 0.01722 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:24 2021 Pair time (%) = 0.00135398 (7.86282) Neigh time (%) = 0 (0) Comm time (%) = 4.31538e-05 (0.250602) Outpt time (%) = 0.0156729 (91.0157) Other time (%) = 0.000149965 (0.870878) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:24 2021 Memory usage per processor = 27.5352 Mbytes Step Atoms AVEKE stressZZ 13436 5000 3.4634234e-11 4313495.3 13437 -0.0105299999999943 4313425.58746672 13437 5000 3.4631681e-11 4313425.6 Loop time of 0.0173049 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:24 2021 Pair time (%) = 0.00101495 (5.86509) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191508) Outpt time (%) = 0.0161629 (93.4006) Other time (%) = 9.39369e-05 (0.542834) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:24 2021 Memory usage per processor = 27.5352 Mbytes Step Atoms AVEKE stressZZ 13437 5000 3.4631681e-11 4313407.9 13438 -0.0105299999999943 4313338.16051887 13438 5000 3.4629129e-11 4313338.2 Loop time of 0.016593 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:24 2021 Pair time (%) = 0.00101399 (6.11098) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.199724) Outpt time (%) = 0.01542 (92.9306) Other time (%) = 0.000125885 (0.758664) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:24 2021 Memory usage per processor = 27.5352 Mbytes Step Atoms AVEKE stressZZ 13438 5000 3.4629129e-11 4313320.5 13439 -0.0105299999999943 4313250.73804969 13439 5000 3.4626577e-11 4313250.7 Loop time of 0.016607 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:24 2021 Pair time (%) = 0.00111103 (6.69012) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.216783) Outpt time (%) = 0.015357 (92.4729) Other time (%) = 0.000102997 (0.6202) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:24 2021 Memory usage per processor = 27.5352 Mbytes Step Atoms AVEKE stressZZ 13439 5000 3.4626577e-11 4313233.1 13440 -0.0105299999999943 4313163.32003104 13440 5000 3.4624025e-11 4313163.3 Loop time of 0.0194418 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:24 2021 Pair time (%) = 0.00104403 (5.37004) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.175363) Outpt time (%) = 0.0182669 (93.9567) Other time (%) = 9.67979e-05 (0.497885) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:24 2021 Memory usage per processor = 27.5352 Mbytes Step Atoms AVEKE stressZZ 13440 5000 3.4624025e-11 4313145.7 13441 -0.0105299999999943 4313075.90646243 13441 5000 3.4621474e-11 4313075.9 Loop time of 0.0173459 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:24 2021 Pair time (%) = 0.001055 (6.08214) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.18968) Outpt time (%) = 0.016161 (93.1688) Other time (%) = 9.70364e-05 (0.559419) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:24 2021 Memory usage per processor = 27.5352 Mbytes Step Atoms AVEKE stressZZ 13441 5000 3.4621474e-11 4313058.2 13442 -0.0105299999999943 4312988.49734343 13442 5000 3.4618923e-11 4312988.5 Loop time of 0.0167611 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:24 2021 Pair time (%) = 0.00101399 (6.0497) Neigh time (%) = 0 (0) Comm time (%) = 4.72069e-05 (0.281646) Outpt time (%) = 0.015542 (92.727) Other time (%) = 0.000157833 (0.941665) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:24 2021 Memory usage per processor = 27.5352 Mbytes Step Atoms AVEKE stressZZ 13442 5000 3.4618923e-11 4312970.8 13443 -0.0105299999999943 4312901.09267348 13443 5000 3.4616372e-11 4312901.1 Loop time of 0.0165708 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:24 2021 Pair time (%) = 0.00113893 (6.87308) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.217257) Outpt time (%) = 0.0152869 (92.2521) Other time (%) = 0.000108957 (0.657526) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:24 2021 Memory usage per processor = 27.5352 Mbytes Step Atoms AVEKE stressZZ 13443 5000 3.4616372e-11 4312883.4 13444 -0.0105299999999943 4312813.69245206 13444 5000 3.4613821e-11 4312813.7 Loop time of 0.017065 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:24 2021 Pair time (%) = 0.00101399 (5.94194) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192802) Outpt time (%) = 0.0159268 (93.3302) Other time (%) = 9.13143e-05 (0.535096) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:24 2021 Memory usage per processor = 27.5352 Mbytes Step Atoms AVEKE stressZZ 13444 5000 3.4613821e-11 4312796 13445 -0.0105299999999943 4312726.2966787 13445 5000 3.4611271e-11 4312726.3 Loop time of 0.017391 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:24 2021 Pair time (%) = 0.00118303 (6.80257) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.19056) Outpt time (%) = 0.0160768 (92.4434) Other time (%) = 9.799e-05 (0.563454) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:24 2021 Memory usage per processor = 27.5352 Mbytes Step Atoms AVEKE stressZZ 13445 5000 3.4611271e-11 4312708.6 13446 -0.0105299999999943 4312638.90535279 13446 5000 3.4608721e-11 4312638.9 Loop time of 0.0164809 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:24 2021 Pair time (%) = 0.00103498 (6.27984) Neigh time (%) = 0 (0) Comm time (%) = 4.91142e-05 (0.298007) Outpt time (%) = 0.0152812 (92.7205) Other time (%) = 0.000115633 (0.701617) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:24 2021 Memory usage per processor = 27.5352 Mbytes Step Atoms AVEKE stressZZ 13446 5000 3.4608721e-11 4312621.2 13447 -0.0105299999999943 4312551.51847398 13447 5000 3.4606171e-11 4312551.5 Loop time of 0.017101 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:24 2021 Pair time (%) = 0.00113392 (6.6307) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.199367) Outpt time (%) = 0.015826 (92.544) Other time (%) = 0.00010705 (0.625985) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:24 2021 Memory usage per processor = 27.5352 Mbytes Step Atoms AVEKE stressZZ 13447 5000 3.4606171e-11 4312533.9 13448 -0.0105299999999943 4312464.13604171 13448 5000 3.4603622e-11 4312464.1 Loop time of 0.0173061 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:24 2021 Pair time (%) = 0.00101995 (5.89362) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.195627) Outpt time (%) = 0.016151 (93.3253) Other time (%) = 0.000101328 (0.585504) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:24 2021 Memory usage per processor = 27.5352 Mbytes Step Atoms AVEKE stressZZ 13448 5000 3.4603622e-11 4312446.5 13449 -0.0105299999999943 4312376.75805541 13449 5000 3.4601073e-11 4312376.8 Loop time of 0.016454 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:24 2021 Pair time (%) = 0.00105786 (6.42922) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.201411) Outpt time (%) = 0.0152681 (92.7927) Other time (%) = 9.48906e-05 (0.576703) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:24 2021 Memory usage per processor = 27.5352 Mbytes Step Atoms AVEKE stressZZ 13449 5000 3.4601073e-11 4312359.1 13450 -0.0105299999999943 4312289.38451468 13450 5000 3.4598524e-11 4312289.4 Loop time of 0.0190382 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:24 2021 Pair time (%) = 0.00106812 (5.61038) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.184091) Outpt time (%) = 0.0178289 (93.6482) Other time (%) = 0.000106096 (0.557281) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:24 2021 Memory usage per processor = 27.5352 Mbytes Step Atoms AVEKE stressZZ 13450 5000 3.4598524e-11 4312271.7 13451 -0.0105299999999943 4312202.01542336 13451 5000 3.4595975e-11 4312202 Loop time of 0.0168712 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:24 2021 Pair time (%) = 0.00109386 (6.48361) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.202083) Outpt time (%) = 0.0156441 (92.7264) Other time (%) = 9.91821e-05 (0.587878) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:24 2021 Memory usage per processor = 27.5352 Mbytes Step Atoms AVEKE stressZZ 13451 5000 3.4595975e-11 4312184.4 13452 -0.0105299999999943 4312114.65087662 13452 5000 3.4593427e-11 4312114.7 Loop time of 0.0171428 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:24 2021 Pair time (%) = 0.0010941 (6.3823) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204445) Outpt time (%) = 0.015908 (92.7971) Other time (%) = 0.000105619 (0.616116) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:24 2021 Memory usage per processor = 27.5352 Mbytes Step Atoms AVEKE stressZZ 13452 5000 3.4593427e-11 4312097 13453 -0.0105299999999943 4312027.29084179 13453 5000 3.4590879e-11 4312027.3 Loop time of 0.016362 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:24 2021 Pair time (%) = 0.0010128 (6.18998) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.201087) Outpt time (%) = 0.0152211 (93.0275) Other time (%) = 9.5129e-05 (0.581404) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:24 2021 Memory usage per processor = 27.5352 Mbytes Step Atoms AVEKE stressZZ 13453 5000 3.4590879e-11 4312009.6 13454 -0.0105299999999943 4311939.93529754 13454 5000 3.4588331e-11 4311939.9 Loop time of 0.01688 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:24 2021 Pair time (%) = 0.00121188 (7.17938) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.224576) Outpt time (%) = 0.0154619 (91.5989) Other time (%) = 0.000168324 (0.997175) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:24 2021 Memory usage per processor = 27.5352 Mbytes Step Atoms AVEKE stressZZ 13454 5000 3.4588331e-11 4311922.3 13455 -0.0105299999999943 4311852.58423481 13455 5000 3.4585784e-11 4311852.6 Loop time of 0.0171061 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:24 2021 Pair time (%) = 0.00101399 (5.92769) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193734) Outpt time (%) = 0.0159652 (93.3308) Other time (%) = 9.36985e-05 (0.54775) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:24 2021 Memory usage per processor = 27.5352 Mbytes Step Atoms AVEKE stressZZ 13455 5000 3.4585784e-11 4311834.9 13456 -0.0105299999999943 4311765.23764811 13456 5000 3.4583236e-11 4311765.2 Loop time of 0.016948 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:24 2021 Pair time (%) = 0.00101209 (5.97172) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.195541) Outpt time (%) = 0.0158081 (93.2742) Other time (%) = 9.46522e-05 (0.558486) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:24 2021 Memory usage per processor = 27.5352 Mbytes Step Atoms AVEKE stressZZ 13456 5000 3.4583236e-11 4311747.6 13457 -0.0105299999999943 4311677.8955334 13457 5000 3.4580689e-11 4311677.9 Loop time of 0.016531 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:24 2021 Pair time (%) = 0.00102305 (6.1887) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.206242) Outpt time (%) = 0.015372 (92.9892) Other time (%) = 0.000101805 (0.615842) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:24 2021 Memory usage per processor = 27.5352 Mbytes Step Atoms AVEKE stressZZ 13457 5000 3.4580689e-11 4311660.2 13458 -0.0105299999999943 4311590.5578877 13458 5000 3.4578143e-11 4311590.6 Loop time of 0.017128 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:24 2021 Pair time (%) = 0.00107408 (6.27088) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.197661) Outpt time (%) = 0.015918 (92.9357) Other time (%) = 0.000102043 (0.595768) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:24 2021 Memory usage per processor = 27.5352 Mbytes Step Atoms AVEKE stressZZ 13458 5000 3.4578143e-11 4311572.9 13459 -0.0105299999999943 4311503.22470851 13459 5000 3.4575596e-11 4311503.2 Loop time of 0.0170872 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:24 2021 Pair time (%) = 0.00101399 (5.93423) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192552) Outpt time (%) = 0.0159471 (93.3277) Other time (%) = 9.32217e-05 (0.545564) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:24 2021 Memory usage per processor = 27.5352 Mbytes Step Atoms AVEKE stressZZ 13459 5000 3.4575596e-11 4311485.6 13460 -0.0105299999999943 4311415.89599366 13460 5000 3.457305e-11 4311415.9 Loop time of 0.0189309 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:24 2021 Pair time (%) = 0.00101399 (5.35629) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.168761) Outpt time (%) = 0.0177429 (93.7243) Other time (%) = 0.000142097 (0.750611) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:24 2021 Memory usage per processor = 27.5352 Mbytes Step Atoms AVEKE stressZZ 13460 5000 3.457305e-11 4311398.2 13461 -0.0105299999999943 4311328.57174149 13461 5000 3.4570504e-11 4311328.6 Loop time of 0.0166571 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:24 2021 Pair time (%) = 0.00105882 (6.35654) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.208974) Outpt time (%) = 0.0154569 (92.7947) Other time (%) = 0.000106573 (0.639805) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:24 2021 Memory usage per processor = 27.5352 Mbytes Step Atoms AVEKE stressZZ 13461 5000 3.4570504e-11 4311310.9 13462 -0.0105299999999943 4311241.25194821 13462 5000 3.4567959e-11 4311241.3 Loop time of 0.0170979 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:24 2021 Pair time (%) = 0.00114989 (6.72533) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193825) Outpt time (%) = 0.0158191 (92.5203) Other time (%) = 9.58443e-05 (0.56056) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:24 2021 Memory usage per processor = 27.5352 Mbytes Step Atoms AVEKE stressZZ 13462 5000 3.4567959e-11 4311223.6 13463 -0.0105299999999943 4311153.93660795 13463 5000 3.4565414e-11 4311153.9 Loop time of 0.0163751 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:24 2021 Pair time (%) = 0.00101304 (6.18648) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.20675) Outpt time (%) = 0.015234 (93.0317) Other time (%) = 9.41753e-05 (0.575114) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:24 2021 Memory usage per processor = 27.5352 Mbytes Step Atoms AVEKE stressZZ 13463 5000 3.4565414e-11 4311136.3 13464 -0.0105299999999943 4311066.62573653 13464 5000 3.4562869e-11 4311066.6 Loop time of 0.016295 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:24 2021 Pair time (%) = 0.00101495 (6.2286) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.203377) Outpt time (%) = 0.0151629 (93.053) Other time (%) = 8.39233e-05 (0.515026) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:24 2021 Memory usage per processor = 27.5352 Mbytes Step Atoms AVEKE stressZZ 13464 5000 3.4562869e-11 4311049 13465 -0.0105299999999943 4310979.31932931 13465 5000 3.4560324e-11 4310979.3 Loop time of 0.016407 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:24 2021 Pair time (%) = 0.00101113 (6.16281) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.201988) Outpt time (%) = 0.015274 (93.0946) Other time (%) = 8.86917e-05 (0.540572) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:24 2021 Memory usage per processor = 27.5352 Mbytes Step Atoms AVEKE stressZZ 13465 5000 3.4560324e-11 4310961.7 13466 -0.0105299999999943 4310892.01738358 13466 5000 3.4557779e-11 4310892 Loop time of 0.0171361 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:24 2021 Pair time (%) = 0.0012579 (7.34062) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.21009) Outpt time (%) = 0.0157011 (91.6256) Other time (%) = 0.000141144 (0.823664) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:24 2021 Memory usage per processor = 27.5352 Mbytes Step Atoms AVEKE stressZZ 13466 5000 3.4557779e-11 4310874.4 13467 -0.0105299999999943 4310804.71989736 13467 5000 3.4555235e-11 4310804.7 Loop time of 0.01738 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:24 2021 Pair time (%) = 0.00102019 (5.86993) Neigh time (%) = 0 (0) Comm time (%) = 6.79493e-05 (0.390963) Outpt time (%) = 0.0161941 (93.1767) Other time (%) = 9.77516e-05 (0.562437) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:24 2021 Memory usage per processor = 27.5352 Mbytes Step Atoms AVEKE stressZZ 13467 5000 3.4555235e-11 4310787.1 13468 -0.0105299999999943 4310717.42686896 13468 5000 3.4552691e-11 4310717.4 Loop time of 0.016547 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:24 2021 Pair time (%) = 0.00106001 (6.40606) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.20028) Outpt time (%) = 0.0153589 (92.8202) Other time (%) = 9.48906e-05 (0.573462) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:24 2021 Memory usage per processor = 27.5352 Mbytes Step Atoms AVEKE stressZZ 13468 5000 3.4552691e-11 4310699.8 13469 -0.0105299999999943 4310630.13829699 13469 5000 3.4550148e-11 4310630.1 Loop time of 0.0167439 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:24 2021 Pair time (%) = 0.00106788 (6.37771) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.215011) Outpt time (%) = 0.0155389 (92.8035) Other time (%) = 0.000101089 (0.603739) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:24 2021 Memory usage per processor = 27.5352 Mbytes Step Atoms AVEKE stressZZ 13469 5000 3.4550148e-11 4310612.5 13470 -0.0105299999999943 4310542.85418024 13470 5000 3.4547604e-11 4310542.9 Loop time of 0.01931 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:24 2021 Pair time (%) = 0.00114083 (5.90799) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.175326) Outpt time (%) = 0.018038 (93.4129) Other time (%) = 9.72748e-05 (0.503753) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:24 2021 Memory usage per processor = 27.5352 Mbytes Step Atoms AVEKE stressZZ 13470 5000 3.4547604e-11 4310525.2 13471 -0.0105299999999943 4310455.57451745 13471 5000 3.4545061e-11 4310455.6 Loop time of 0.017036 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:24 2021 Pair time (%) = 0.0010128 (5.94508) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.193131) Outpt time (%) = 0.0158949 (93.302) Other time (%) = 9.53674e-05 (0.559801) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:24 2021 Memory usage per processor = 27.5352 Mbytes Step Atoms AVEKE stressZZ 13471 5000 3.4545061e-11 4310437.9 13472 -0.0105299999999943 4310368.29930766 13472 5000 3.4542519e-11 4310368.3 Loop time of 0.016582 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:24 2021 Pair time (%) = 0.00101495 (6.12078) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.199856) Outpt time (%) = 0.01544 (93.1129) Other time (%) = 9.39369e-05 (0.566499) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:24 2021 Memory usage per processor = 27.5352 Mbytes Step Atoms AVEKE stressZZ 13472 5000 3.4542519e-11 4310350.6 13473 -0.0105299999999943 4310281.02854977 13473 5000 3.4539976e-11 4310281 Loop time of 0.016808 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:24 2021 Pair time (%) = 0.00120187 (7.15056) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.231212) Outpt time (%) = 0.015445 (91.8906) Other time (%) = 0.000122309 (0.72768) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:23:24 2021 Memory usage per processor = 27.5352 Mbytes Step Atoms AVEKE stressZZ 13473 5000 3.4539976e-11 4310263.4 13474 -0.0105299999999943 4310179.79612367 13474 5000 6.8221982e-11 4310321.4 Loop time of 0.0169811 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:24 2021 Pair time (%) = 0.00101709 (5.98955) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.193755) Outpt time (%) = 0.015816 (93.1385) Other time (%) = 0.000115156 (0.678142) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28331 ave 28331 max 28331 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28331 Ave neighs/atom = 5.6662 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:24 2021 Memory usage per processor = 27.5352 Mbytes Step Atoms AVEKE stressZZ 13474 5000 6.8221982e-11 4361122.2 13475 -0.0105624999999942 4361029.90915794 13475 5000 5.4961569e-11 4361029.9 Loop time of 0.016855 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:24 2021 Pair time (%) = 0.00101614 (6.02871) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.195205) Outpt time (%) = 0.0157161 (93.2428) Other time (%) = 8.98838e-05 (0.533277) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:24 2021 Memory usage per processor = 27.5352 Mbytes Step Atoms AVEKE stressZZ 13475 5000 5.4961569e-11 4361006.1 13476 -0.0105624999999942 4360921.78260263 13476 5000 4.7277473e-11 4360921.8 Loop time of 0.0166919 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:24 2021 Pair time (%) = 0.00106192 (6.36186) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.202825) Outpt time (%) = 0.0154929 (92.8168) Other time (%) = 0.000103235 (0.618474) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:24 2021 Memory usage per processor = 27.5352 Mbytes Step Atoms AVEKE stressZZ 13476 5000 4.7277473e-11 4360900.1 13477 -0.0105624999999942 4360820.8079858 13477 5000 4.2693714e-11 4360820.8 Loop time of 0.0168281 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:24 2021 Pair time (%) = 0.00107718 (6.40107) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.202601) Outpt time (%) = 0.0156131 (92.78) Other time (%) = 0.000103712 (0.616304) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:24 2021 Memory usage per processor = 27.5352 Mbytes Step Atoms AVEKE stressZZ 13477 5000 4.2693714e-11 4360800.5 13478 -0.0105624999999942 4360724.38014957 13478 5000 3.9901129e-11 4360724.4 Loop time of 0.0172331 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:24 2021 Pair time (%) = 0.00103617 (6.01265) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.196456) Outpt time (%) = 0.0160632 (93.2112) Other time (%) = 9.98974e-05 (0.579682) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:24 2021 Memory usage per processor = 27.5352 Mbytes Step Atoms AVEKE stressZZ 13478 5000 3.9901129e-11 4360704.9 13479 -0.0105624999999942 4360630.84349676 13479 5000 3.8174503e-11 4360630.8 Loop time of 0.0166821 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:25 2021 Pair time (%) = 0.00111723 (6.69716) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.22724) Outpt time (%) = 0.0154321 (92.5068) Other time (%) = 9.48906e-05 (0.568815) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:25 2021 Memory usage per processor = 27.5352 Mbytes Step Atoms AVEKE stressZZ 13479 5000 3.8174503e-11 4360611.9 13480 -0.0105624999999942 4360539.14587937 13480 5000 3.7096079e-11 4360539.1 Loop time of 0.0187879 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:25 2021 Pair time (%) = 0.00113606 (6.0468) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.19162) Outpt time (%) = 0.0175021 (93.1563) Other time (%) = 0.000113726 (0.605315) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:25 2021 Memory usage per processor = 27.5353 Mbytes Step Atoms AVEKE stressZZ 13480 5000 3.7096079e-11 4360520.6 13481 -0.0105624999999942 4360448.6186458 13481 5000 3.6417788e-11 4360448.6 Loop time of 0.0173719 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:25 2021 Pair time (%) = 0.00109792 (6.32008) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.27037) Outpt time (%) = 0.0161111 (92.7425) Other time (%) = 0.000115871 (0.667005) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:25 2021 Memory usage per processor = 27.5353 Mbytes Step Atoms AVEKE stressZZ 13481 5000 3.6417788e-11 4360430.3 13482 -0.0105624999999942 4360358.83686021 13482 5000 3.5989014e-11 4360358.8 Loop time of 0.0172541 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:25 2021 Pair time (%) = 0.00101614 (5.88926) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192071) Outpt time (%) = 0.0161109 (93.3742) Other time (%) = 9.39369e-05 (0.544432) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:25 2021 Memory usage per processor = 27.5353 Mbytes Step Atoms AVEKE stressZZ 13482 5000 3.5989014e-11 4360340.6 13483 -0.0105624999999942 4360269.53047082 13483 5000 3.5716884e-11 4360269.5 Loop time of 0.016665 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:25 2021 Pair time (%) = 0.00101805 (6.1089) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.198861) Outpt time (%) = 0.0155191 (93.1243) Other time (%) = 9.46522e-05 (0.56797) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:25 2021 Memory usage per processor = 27.5353 Mbytes Step Atoms AVEKE stressZZ 13483 5000 3.5716884e-11 4360251.4 13484 -0.0105624999999942 4360180.527856 13484 5000 3.5543524e-11 4360180.5 Loop time of 0.0169868 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:25 2021 Pair time (%) = 0.00123501 (7.27038) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.230182) Outpt time (%) = 0.0155799 (91.7177) Other time (%) = 0.000132799 (0.781776) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:25 2021 Memory usage per processor = 27.5353 Mbytes Step Atoms AVEKE stressZZ 13484 5000 3.5543524e-11 4360162.5 13485 -0.0105624999999942 4360091.71994804 13485 5000 3.5432618e-11 4360091.7 Loop time of 0.0175881 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:25 2021 Pair time (%) = 0.00105405 (5.99295) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.193846) Outpt time (%) = 0.0164101 (93.3022) Other time (%) = 8.98838e-05 (0.511048) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:25 2021 Memory usage per processor = 27.5353 Mbytes Step Atoms AVEKE stressZZ 13485 5000 3.5432618e-11 4360073.7 13486 -0.0105624999999942 4360003.03743263 13486 5000 3.5361275e-11 4360003 Loop time of 0.017452 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:25 2021 Pair time (%) = 0.00106096 (6.07932) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.189893) Outpt time (%) = 0.0162041 (92.8496) Other time (%) = 0.00015378 (0.88116) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:25 2021 Memory usage per processor = 27.5353 Mbytes Step Atoms AVEKE stressZZ 13486 5000 3.5361275e-11 4359985.1 13487 -0.0105624999999942 4359914.43625953 13487 5000 3.5315023e-11 4359914.4 Loop time of 0.0171759 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:25 2021 Pair time (%) = 0.00101209 (5.89248) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198498) Outpt time (%) = 0.015986 (93.072) Other time (%) = 0.000143766 (0.837023) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:25 2021 Memory usage per processor = 27.5353 Mbytes Step Atoms AVEKE stressZZ 13487 5000 3.5315023e-11 4359896.5 13488 -0.0105624999999942 4359825.88843388 13488 5000 3.5284696e-11 4359825.9 Loop time of 0.017288 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:25 2021 Pair time (%) = 0.0014298 (8.27047) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.208244) Outpt time (%) = 0.015671 (90.6469) Other time (%) = 0.000151157 (0.87435) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:25 2021 Memory usage per processor = 27.5353 Mbytes Step Atoms AVEKE stressZZ 13488 5000 3.5284696e-11 4359807.9 13489 -0.0105624999999942 4359737.37616432 13489 5000 3.526448e-11 4359737.4 Loop time of 0.0173261 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:25 2021 Pair time (%) = 0.00101399 (5.8524) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191273) Outpt time (%) = 0.016186 (93.4197) Other time (%) = 9.29832e-05 (0.536665) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:25 2021 Memory usage per processor = 27.5353 Mbytes Step Atoms AVEKE stressZZ 13489 5000 3.526448e-11 4359719.4 13490 -0.0105624999999942 4359648.88814387 13490 5000 3.5250687e-11 4359648.9 Loop time of 0.0193191 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:25 2021 Pair time (%) = 0.00105309 (5.45107) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.170307) Outpt time (%) = 0.018136 (93.8763) Other time (%) = 9.70364e-05 (0.502283) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:25 2021 Memory usage per processor = 27.5353 Mbytes Step Atoms AVEKE stressZZ 13490 5000 3.5250687e-11 4359630.9 13491 -0.0105624999999942 4359560.41718662 13491 5000 3.5240975e-11 4359560.4 Loop time of 0.016705 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:25 2021 Pair time (%) = 0.0010469 (6.26695) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.215511) Outpt time (%) = 0.015506 (92.8225) Other time (%) = 0.00011611 (0.695059) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:25 2021 Memory usage per processor = 27.5353 Mbytes Step Atoms AVEKE stressZZ 13491 5000 3.5240975e-11 4359542.5 13492 -0.0105624999999942 4359471.95872551 13492 5000 3.5233855e-11 4359472 Loop time of 0.0170791 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:25 2021 Pair time (%) = 0.00123096 (7.20737) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.210791) Outpt time (%) = 0.0156901 (91.8671) Other time (%) = 0.00012207 (0.714734) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:25 2021 Memory usage per processor = 27.5353 Mbytes Step Atoms AVEKE stressZZ 13492 5000 3.5233855e-11 4359454 13493 -0.0105624999999942 4359383.50985782 13493 5000 3.5228383e-11 4359383.5 Loop time of 0.0173531 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:25 2021 Pair time (%) = 0.00105596 (6.08513) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189602) Outpt time (%) = 0.016171 (93.1881) Other time (%) = 9.32217e-05 (0.537206) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:25 2021 Memory usage per processor = 27.5353 Mbytes Step Atoms AVEKE stressZZ 13493 5000 3.5228383e-11 4359365.6 13494 -0.0105624999999942 4359295.06873856 13494 5000 3.5223958e-11 4359295.1 Loop time of 0.0165169 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:25 2021 Pair time (%) = 0.00101304 (6.13335) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.1992) Outpt time (%) = 0.015377 (93.0987) Other time (%) = 9.39369e-05 (0.568731) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:25 2021 Memory usage per processor = 27.5353 Mbytes Step Atoms AVEKE stressZZ 13494 5000 3.5223958e-11 4359277.1 13495 -0.0105624999999942 4359206.63419492 13495 5000 3.5220198e-11 4359206.6 Loop time of 0.0170629 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:25 2021 Pair time (%) = 0.00106788 (6.25847) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.204005) Outpt time (%) = 0.0158279 (92.762) Other time (%) = 0.000132322 (0.775497) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:25 2021 Memory usage per processor = 27.5353 Mbytes Step Atoms AVEKE stressZZ 13495 5000 3.5220198e-11 4359188.7 13496 -0.0105624999999942 4359118.20548143 13496 5000 3.5216861e-11 4359118.2 Loop time of 0.01724 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:25 2021 Pair time (%) = 0.00117993 (6.84414) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190845) Outpt time (%) = 0.0158701 (92.0537) Other time (%) = 0.000157118 (0.911354) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:25 2021 Memory usage per processor = 27.5353 Mbytes Step Atoms AVEKE stressZZ 13496 5000 3.5216861e-11 4359100.3 13497 -0.0105624999999942 4359029.78212394 13497 5000 3.5213793e-11 4359029.8 Loop time of 0.0172238 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:25 2021 Pair time (%) = 0.001055 (6.12525) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197946) Outpt time (%) = 0.0160398 (93.1259) Other time (%) = 9.48906e-05 (0.550926) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:25 2021 Memory usage per processor = 27.5353 Mbytes Step Atoms AVEKE stressZZ 13497 5000 3.5213793e-11 4359011.8 13498 -0.0105624999999942 4358941.36380621 13498 5000 3.5210897e-11 4358941.4 Loop time of 0.0163951 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:25 2021 Pair time (%) = 0.00102711 (6.26472) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.200681) Outpt time (%) = 0.0152411 (92.9616) Other time (%) = 9.39369e-05 (0.572958) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:25 2021 Memory usage per processor = 27.5353 Mbytes Step Atoms AVEKE stressZZ 13498 5000 3.5210897e-11 4358923.4 13499 -0.0105624999999942 4358852.95034507 13499 5000 3.5208108e-11 4358853 Loop time of 0.0171659 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:25 2021 Pair time (%) = 0.00124216 (7.23621) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.238892) Outpt time (%) = 0.0157449 (91.7221) Other time (%) = 0.000137806 (0.802789) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:25 2021 Memory usage per processor = 27.5353 Mbytes Step Atoms AVEKE stressZZ 13499 5000 3.5208108e-11 4358835 13500 -0.0105624999999942 4358764.5416235 13500 5000 3.520539e-11 4358764.5 Loop time of 0.0194371 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:25 2021 Pair time (%) = 0.00101805 (5.23766) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.169273) Outpt time (%) = 0.018235 (93.8154) Other time (%) = 0.000151157 (0.777676) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:25 2021 Memory usage per processor = 27.5353 Mbytes Step Atoms AVEKE stressZZ 13500 5000 3.520539e-11 4358746.6 13501 -0.0105624999999942 4358676.13756361 13501 5000 3.5202715e-11 4358676.1 Loop time of 0.016933 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:25 2021 Pair time (%) = 0.0010159 (5.99955) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.195714) Outpt time (%) = 0.01579 (93.25) Other time (%) = 9.39369e-05 (0.554758) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:25 2021 Memory usage per processor = 27.5353 Mbytes Step Atoms AVEKE stressZZ 13501 5000 3.5202715e-11 4358658.2 13502 -0.0105624999999942 4358587.73811572 13502 5000 3.5200068e-11 4358587.7 Loop time of 0.01666 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:25 2021 Pair time (%) = 0.00106096 (6.36833) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.204645) Outpt time (%) = 0.015471 (92.8632) Other time (%) = 9.39369e-05 (0.563848) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:25 2021 Memory usage per processor = 27.5353 Mbytes Step Atoms AVEKE stressZZ 13502 5000 3.5200068e-11 4358569.8 13503 -0.0105624999999942 4358499.34326563 13503 5000 3.5197439e-11 4358499.3 Loop time of 0.017185 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:25 2021 Pair time (%) = 0.00142217 (8.27564) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.215042) Outpt time (%) = 0.0155649 (90.5728) Other time (%) = 0.000160933 (0.936472) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:25 2021 Memory usage per processor = 27.5353 Mbytes Step Atoms AVEKE stressZZ 13503 5000 3.5197439e-11 4358481.4 13504 -0.0105624999999942 4358410.953015 13504 5000 3.5194822e-11 4358411 Loop time of 0.0173481 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:25 2021 Pair time (%) = 0.00109887 (6.33426) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.276239) Outpt time (%) = 0.016073 (92.6501) Other time (%) = 0.000128269 (0.739387) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:25 2021 Memory usage per processor = 27.5353 Mbytes Step Atoms AVEKE stressZZ 13504 5000 3.5194822e-11 4358393 13505 -0.0105624999999942 4358322.56733295 13505 5000 3.5192212e-11 4358322.6 Loop time of 0.016731 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:25 2021 Pair time (%) = 0.00101614 (6.07339) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.202351) Outpt time (%) = 0.015588 (93.1685) Other time (%) = 9.29832e-05 (0.555753) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:25 2021 Memory usage per processor = 27.5353 Mbytes Step Atoms AVEKE stressZZ 13505 5000 3.5192212e-11 4358304.6 13506 -0.0105624999999942 4358234.18620574 13506 5000 3.5189607e-11 4358234.2 Loop time of 0.0165188 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:25 2021 Pair time (%) = 0.0010519 (6.3679) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.212167) Outpt time (%) = 0.0153279 (92.7906) Other time (%) = 0.000103951 (0.629285) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:25 2021 Memory usage per processor = 27.5353 Mbytes Step Atoms AVEKE stressZZ 13506 5000 3.5189607e-11 4358216.2 13507 -0.0105624999999942 4358145.80962512 13507 5000 3.5187006e-11 4358145.8 Loop time of 0.016259 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:25 2021 Pair time (%) = 0.00102091 (6.27905) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.203827) Outpt time (%) = 0.0151141 (92.9584) Other time (%) = 9.08375e-05 (0.558692) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:25 2021 Memory usage per processor = 27.5353 Mbytes Step Atoms AVEKE stressZZ 13507 5000 3.5187006e-11 4358127.9 13508 -0.0105624999999942 4358057.43758545 13508 5000 3.5184406e-11 4358057.4 Loop time of 0.0161891 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:25 2021 Pair time (%) = 0.0010519 (6.4976) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.204707) Outpt time (%) = 0.0150151 (92.7484) Other time (%) = 8.89301e-05 (0.549321) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:25 2021 Memory usage per processor = 27.5353 Mbytes Step Atoms AVEKE stressZZ 13508 5000 3.5184406e-11 4358039.5 13509 -0.0105624999999942 4357969.07008296 13509 5000 3.5181808e-11 4357969.1 Loop time of 0.0163541 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:25 2021 Pair time (%) = 0.00101805 (6.22503) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.202642) Outpt time (%) = 0.0152149 (93.0344) Other time (%) = 8.79765e-05 (0.537948) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:25 2021 Memory usage per processor = 27.5353 Mbytes Step Atoms AVEKE stressZZ 13509 5000 3.5181808e-11 4357951.1 13510 -0.0105624999999942 4357880.70711474 13510 5000 3.5179211e-11 4357880.7 Loop time of 0.019367 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:25 2021 Pair time (%) = 0.001019 (5.26154) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.169886) Outpt time (%) = 0.0182259 (94.1082) Other time (%) = 8.91685e-05 (0.460415) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:25 2021 Memory usage per processor = 27.5353 Mbytes Step Atoms AVEKE stressZZ 13510 5000 3.5179211e-11 4357862.8 13511 -0.0105624999999942 4357792.3486786 13511 5000 3.5176614e-11 4357792.3 Loop time of 0.016762 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:25 2021 Pair time (%) = 0.00101686 (6.06642) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.19771) Outpt time (%) = 0.0156231 (93.2053) Other time (%) = 8.89301e-05 (0.530545) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:25 2021 Memory usage per processor = 27.5353 Mbytes Step Atoms AVEKE stressZZ 13511 5000 3.5176614e-11 4357774.4 13512 -0.0105624999999942 4357703.99477288 13512 5000 3.5174018e-11 4357704 Loop time of 0.016974 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:25 2021 Pair time (%) = 0.00118899 (7.0048) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.212097) Outpt time (%) = 0.0155959 (91.8813) Other time (%) = 0.000153065 (0.901761) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:25 2021 Memory usage per processor = 27.5353 Mbytes Step Atoms AVEKE stressZZ 13512 5000 3.5174018e-11 4357686.1 13513 -0.0105624999999942 4357615.64539608 13513 5000 3.5171423e-11 4357615.6 Loop time of 0.0174649 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:25 2021 Pair time (%) = 0.00113702 (6.51031) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.189753) Outpt time (%) = 0.0161989 (92.7512) Other time (%) = 9.58443e-05 (0.548783) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:25 2021 Memory usage per processor = 27.5353 Mbytes Step Atoms AVEKE stressZZ 13513 5000 3.5171423e-11 4357597.7 13514 -0.0105624999999942 4357527.30054695 13514 5000 3.5168828e-11 4357527.3 Loop time of 0.017626 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:25 2021 Pair time (%) = 0.00110698 (6.28035) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.193429) Outpt time (%) = 0.0163069 (92.5158) Other time (%) = 0.000178099 (1.01043) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:25 2021 Memory usage per processor = 27.5353 Mbytes Step Atoms AVEKE stressZZ 13514 5000 3.5168828e-11 4357509.4 13515 -0.0105624999999942 4357438.96022446 13515 5000 3.5166233e-11 4357439 Loop time of 0.0166299 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:25 2021 Pair time (%) = 0.00101805 (6.12178) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.205015) Outpt time (%) = 0.0154831 (93.104) Other time (%) = 9.46522e-05 (0.569167) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:25 2021 Memory usage per processor = 27.5353 Mbytes Step Atoms AVEKE stressZZ 13515 5000 3.5166233e-11 4357421 13516 -0.0105624999999942 4357350.62442754 13516 5000 3.5163639e-11 4357350.6 Loop time of 0.016809 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:25 2021 Pair time (%) = 0.00128198 (7.62673) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.243965) Outpt time (%) = 0.0153191 (91.1364) Other time (%) = 0.000166893 (0.99288) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:25 2021 Memory usage per processor = 27.5353 Mbytes Step Atoms AVEKE stressZZ 13516 5000 3.5163639e-11 4357332.7 13517 -0.0105624999999942 4357262.29315534 13517 5000 3.5161045e-11 4357262.3 Loop time of 0.017169 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:25 2021 Pair time (%) = 0.0010159 (5.91707) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.197189) Outpt time (%) = 0.016026 (93.3428) Other time (%) = 9.32217e-05 (0.542965) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:25 2021 Memory usage per processor = 27.5353 Mbytes Step Atoms AVEKE stressZZ 13517 5000 3.5161045e-11 4357244.4 13518 -0.0105624999999942 4357173.9664069 13518 5000 3.5158452e-11 4357174 Loop time of 0.0202541 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:25 2021 Pair time (%) = 0.00101709 (5.02166) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.162445) Outpt time (%) = 0.019109 (94.3462) Other time (%) = 9.5129e-05 (0.469677) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:25 2021 Memory usage per processor = 27.5353 Mbytes Step Atoms AVEKE stressZZ 13518 5000 3.5158452e-11 4357156 13519 -0.0105624999999942 4357085.64418145 13519 5000 3.5155858e-11 4357085.6 Loop time of 0.016499 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:25 2021 Pair time (%) = 0.00102997 (6.24259) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.231207) Outpt time (%) = 0.015332 (92.9265) Other time (%) = 9.89437e-05 (0.599694) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:25 2021 Memory usage per processor = 27.5353 Mbytes Step Atoms AVEKE stressZZ 13519 5000 3.5155858e-11 4357067.7 13520 -0.0105624999999942 4356997.32647812 13520 5000 3.5153265e-11 4356997.3 Loop time of 0.019356 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:25 2021 Pair time (%) = 0.00125504 (6.48396) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.206935) Outpt time (%) = 0.0179169 (92.5651) Other time (%) = 0.000144005 (0.74398) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:25 2021 Memory usage per processor = 27.5353 Mbytes Step Atoms AVEKE stressZZ 13520 5000 3.5153265e-11 4356979.4 13521 -0.0105624999999942 4356909.01329617 13521 5000 3.5150672e-11 4356909 Loop time of 0.0170391 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:25 2021 Pair time (%) = 0.00115514 (6.77935) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.193096) Outpt time (%) = 0.015754 (92.4581) Other time (%) = 9.70364e-05 (0.569494) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:25 2021 Memory usage per processor = 27.5353 Mbytes Step Atoms AVEKE stressZZ 13521 5000 3.5150672e-11 4356891.1 13522 -0.0105624999999942 4356820.70463492 13522 5000 3.514808e-11 4356820.7 Loop time of 0.017293 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:26 2021 Pair time (%) = 0.00110602 (6.3958) Neigh time (%) = 0 (0) Comm time (%) = 7.9155e-05 (0.457729) Outpt time (%) = 0.015964 (92.3151) Other time (%) = 0.000143766 (0.831357) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:26 2021 Memory usage per processor = 27.5353 Mbytes Step Atoms AVEKE stressZZ 13522 5000 3.514808e-11 4356802.8 13523 -0.0105624999999942 4356732.40049347 13523 5000 3.5145488e-11 4356732.4 Loop time of 0.016475 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:26 2021 Pair time (%) = 0.001086 (6.5918) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.205496) Outpt time (%) = 0.0152609 (92.6311) Other time (%) = 9.41753e-05 (0.571627) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:26 2021 Memory usage per processor = 27.5353 Mbytes Step Atoms AVEKE stressZZ 13523 5000 3.5145488e-11 4356714.5 13524 -0.0105624999999942 4356644.10087126 13524 5000 3.5142896e-11 4356644.1 Loop time of 0.0171719 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:26 2021 Pair time (%) = 0.00125813 (7.32672) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.222148) Outpt time (%) = 0.015734 (91.6264) Other time (%) = 0.000141621 (0.824725) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:26 2021 Memory usage per processor = 27.5353 Mbytes Step Atoms AVEKE stressZZ 13524 5000 3.5142896e-11 4356626.2 13525 -0.0105624999999942 4356555.8057675 13525 5000 3.5140304e-11 4356555.8 Loop time of 0.0172529 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:26 2021 Pair time (%) = 0.00102019 (5.91316) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.19623) Outpt time (%) = 0.016104 (93.3406) Other time (%) = 9.48906e-05 (0.549997) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:26 2021 Memory usage per processor = 27.5353 Mbytes Step Atoms AVEKE stressZZ 13525 5000 3.5140304e-11 4356537.9 13526 -0.0105624999999942 4356467.51517554 13526 5000 3.5137713e-11 4356467.5 Loop time of 0.0173669 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:26 2021 Pair time (%) = 0.00106716 (6.14481) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.196315) Outpt time (%) = 0.0161719 (93.1194) Other time (%) = 9.36985e-05 (0.539524) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:26 2021 Memory usage per processor = 27.5353 Mbytes Step Atoms AVEKE stressZZ 13526 5000 3.5137713e-11 4356449.6 13527 -0.0105624999999942 4356379.22908665 13527 5000 3.5135122e-11 4356379.2 Loop time of 0.016463 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:26 2021 Pair time (%) = 0.00102186 (6.20701) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.205645) Outpt time (%) = 0.0152981 (92.9241) Other time (%) = 0.000109196 (0.663278) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:26 2021 Memory usage per processor = 27.5353 Mbytes Step Atoms AVEKE stressZZ 13527 5000 3.5135122e-11 4356361.3 13528 -0.0105624999999942 4356290.94751343 13528 5000 3.5132531e-11 4356290.9 Loop time of 0.0172141 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:26 2021 Pair time (%) = 0.00111794 (6.49437) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.202213) Outpt time (%) = 0.0159471 (92.64) Other time (%) = 0.000114202 (0.663426) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:26 2021 Memory usage per processor = 27.5353 Mbytes Step Atoms AVEKE stressZZ 13528 5000 3.5132531e-11 4356273 13529 -0.0105624999999942 4356202.67045518 13529 5000 3.5129941e-11 4356202.7 Loop time of 0.0173318 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:26 2021 Pair time (%) = 0.00105095 (6.06369) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189834) Outpt time (%) = 0.0161531 (93.199) Other time (%) = 9.48906e-05 (0.547493) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:26 2021 Memory usage per processor = 27.5353 Mbytes Step Atoms AVEKE stressZZ 13529 5000 3.5129941e-11 4356184.7 13530 -0.0105624999999942 4356114.39791124 13530 5000 3.512735e-11 4356114.4 Loop time of 0.0188251 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:26 2021 Pair time (%) = 0.00101805 (5.40794) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.16971) Outpt time (%) = 0.017657 (93.7954) Other time (%) = 0.000118017 (0.626916) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:26 2021 Memory usage per processor = 27.5353 Mbytes Step Atoms AVEKE stressZZ 13530 5000 3.512735e-11 4356096.5 13531 -0.0105624999999942 4356026.1298811 13531 5000 3.512476e-11 4356026.1 Loop time of 0.016727 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:26 2021 Pair time (%) = 0.00108194 (6.46826) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.215228) Outpt time (%) = 0.0154989 (92.658) Other time (%) = 0.000110149 (0.658514) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:26 2021 Memory usage per processor = 27.5353 Mbytes Step Atoms AVEKE stressZZ 13531 5000 3.512476e-11 4356008.2 13532 -0.0105624999999942 4355937.86636403 13532 5000 3.5122171e-11 4355937.9 Loop time of 0.0170391 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:26 2021 Pair time (%) = 0.00109601 (6.43234) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.20429) Outpt time (%) = 0.0157809 (92.6162) Other time (%) = 0.000127316 (0.747198) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:26 2021 Memory usage per processor = 27.5353 Mbytes Step Atoms AVEKE stressZZ 13532 5000 3.5122171e-11 4355919.9 13533 -0.0105624999999942 4355849.60735953 13533 5000 3.5119581e-11 4355849.6 Loop time of 0.017231 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:26 2021 Pair time (%) = 0.00101686 (5.90132) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.19648) Outpt time (%) = 0.0160868 (93.3598) Other time (%) = 9.34601e-05 (0.542395) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:26 2021 Memory usage per processor = 27.5353 Mbytes Step Atoms AVEKE stressZZ 13533 5000 3.5119581e-11 4355831.7 13534 -0.0105624999999942 4355761.35286692 13534 5000 3.5116992e-11 4355761.4 Loop time of 0.0164058 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:26 2021 Pair time (%) = 0.00101495 (6.18651) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.207816) Outpt time (%) = 0.01526 (93.0157) Other time (%) = 9.67979e-05 (0.590022) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:26 2021 Memory usage per processor = 27.5353 Mbytes Step Atoms AVEKE stressZZ 13534 5000 3.5116992e-11 4355743.4 13535 -0.0105624999999942 4355673.10290738 13535 5000 3.5114404e-11 4355673.1 Loop time of 0.0168729 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:26 2021 Pair time (%) = 0.00122404 (7.25449) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.224671) Outpt time (%) = 0.015486 (91.7804) Other time (%) = 0.000124931 (0.740427) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:26 2021 Memory usage per processor = 27.5353 Mbytes Step Atoms AVEKE stressZZ 13535 5000 3.5114404e-11 4355655.2 13536 -0.0105624999999942 4355584.85749435 13536 5000 3.5111815e-11 4355584.9 Loop time of 0.01706 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:26 2021 Pair time (%) = 0.00101709 (5.96185) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192859) Outpt time (%) = 0.0159159 (93.2933) Other time (%) = 9.41753e-05 (0.552023) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:26 2021 Memory usage per processor = 27.5353 Mbytes Step Atoms AVEKE stressZZ 13536 5000 3.5111815e-11 4355566.9 13537 -0.0105624999999942 4355496.61665683 13537 5000 3.5109227e-11 4355496.6 Loop time of 0.016937 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:26 2021 Pair time (%) = 0.00101399 (5.98685) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.194259) Outpt time (%) = 0.015801 (93.2924) Other time (%) = 8.91685e-05 (0.526471) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:26 2021 Memory usage per processor = 27.5353 Mbytes Step Atoms AVEKE stressZZ 13537 5000 3.5109227e-11 4355478.7 13538 -0.0105624999999942 4355408.38036988 13538 5000 3.5106639e-11 4355408.4 Loop time of 0.0168209 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:26 2021 Pair time (%) = 0.00105786 (6.28898) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.202687) Outpt time (%) = 0.015624 (92.8847) Other time (%) = 0.000104904 (0.623653) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:26 2021 Memory usage per processor = 27.5353 Mbytes Step Atoms AVEKE stressZZ 13538 5000 3.5106639e-11 4355390.5 13539 -0.0105624999999942 4355320.14862366 13539 5000 3.5104051e-11 4355320.1 Loop time of 0.017081 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:26 2021 Pair time (%) = 0.00107789 (6.31046) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205184) Outpt time (%) = 0.0158651 (92.8814) Other time (%) = 0.000102997 (0.60299) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:26 2021 Memory usage per processor = 27.5353 Mbytes Step Atoms AVEKE stressZZ 13539 5000 3.5104051e-11 4355302.2 13540 -0.0105624999999942 4355231.92141298 13540 5000 3.5101464e-11 4355231.9 Loop time of 0.019417 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:26 2021 Pair time (%) = 0.001019 (5.24797) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.169448) Outpt time (%) = 0.0182719 (94.1025) Other time (%) = 9.32217e-05 (0.480102) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:26 2021 Memory usage per processor = 27.5353 Mbytes Step Atoms AVEKE stressZZ 13540 5000 3.5101464e-11 4355214 13541 -0.0105624999999942 4355143.69873417 13541 5000 3.5098877e-11 4355143.7 Loop time of 0.0166609 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:26 2021 Pair time (%) = 0.00101495 (6.09178) Neigh time (%) = 0 (0) Comm time (%) = 6.31809e-05 (0.379216) Outpt time (%) = 0.0154269 (92.5931) Other time (%) = 0.000155926 (0.935877) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:26 2021 Memory usage per processor = 27.5353 Mbytes Step Atoms AVEKE stressZZ 13541 5000 3.5098877e-11 4355125.8 13542 -0.0105624999999942 4355055.48058449 13542 5000 3.509629e-11 4355055.5 Loop time of 0.0165389 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:26 2021 Pair time (%) = 0.00107002 (6.46975) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.217676) Outpt time (%) = 0.0153279 (92.6783) Other time (%) = 0.000104904 (0.634289) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:26 2021 Memory usage per processor = 27.5353 Mbytes Step Atoms AVEKE stressZZ 13542 5000 3.509629e-11 4355037.6 13543 -0.0105624999999942 4354967.26696168 13543 5000 3.5093703e-11 4354967.3 Loop time of 0.017035 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:26 2021 Pair time (%) = 0.00115895 (6.80336) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.211337) Outpt time (%) = 0.0156901 (92.105) Other time (%) = 0.000149965 (0.880336) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:26 2021 Memory usage per processor = 27.5353 Mbytes Step Atoms AVEKE stressZZ 13543 5000 3.5093703e-11 4354949.3 13544 -0.0105624999999942 4354879.05785933 13544 5000 3.5091117e-11 4354879.1 Loop time of 0.0169151 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:26 2021 Pair time (%) = 0.00106001 (6.26665) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.194511) Outpt time (%) = 0.015728 (92.9821) Other time (%) = 9.41753e-05 (0.556754) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:26 2021 Memory usage per processor = 27.5353 Mbytes Step Atoms AVEKE stressZZ 13544 5000 3.5091117e-11 4354861.1 13545 -0.0105624999999942 4354790.85327543 13545 5000 3.5088531e-11 4354790.9 Loop time of 0.0164549 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:26 2021 Pair time (%) = 0.00101709 (6.18109) Neigh time (%) = 0 (0) Comm time (%) = 5.29289e-05 (0.32166) Outpt time (%) = 0.015291 (92.9264) Other time (%) = 9.39369e-05 (0.570874) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:26 2021 Memory usage per processor = 27.5353 Mbytes Step Atoms AVEKE stressZZ 13545 5000 3.5088531e-11 4354772.9 13546 -0.0105624999999942 4354702.65321249 13546 5000 3.5085946e-11 4354702.7 Loop time of 0.017061 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:26 2021 Pair time (%) = 0.00127602 (7.47914) Neigh time (%) = 0 (0) Comm time (%) = 4.88758e-05 (0.286477) Outpt time (%) = 0.0155609 (91.2073) Other time (%) = 0.000175238 (1.02712) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:26 2021 Memory usage per processor = 27.5353 Mbytes Step Atoms AVEKE stressZZ 13546 5000 3.5085946e-11 4354684.7 13547 -0.0105624999999942 4354614.45766927 13547 5000 3.508336e-11 4354614.5 Loop time of 0.0173261 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:26 2021 Pair time (%) = 0.00111008 (6.40696) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191273) Outpt time (%) = 0.0160809 (92.8128) Other time (%) = 0.000102043 (0.588956) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:26 2021 Memory usage per processor = 27.5353 Mbytes Step Atoms AVEKE stressZZ 13547 5000 3.508336e-11 4354596.5 13548 -0.0105624999999942 4354526.26664455 13548 5000 3.5080775e-11 4354526.3 Loop time of 0.016577 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:26 2021 Pair time (%) = 0.00101495 (6.12263) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.198478) Outpt time (%) = 0.015435 (93.1108) Other time (%) = 9.41753e-05 (0.568108) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:26 2021 Memory usage per processor = 27.5353 Mbytes Step Atoms AVEKE stressZZ 13548 5000 3.5080775e-11 4354508.3 13549 -0.0105624999999942 4354438.08013719 13549 5000 3.507819e-11 4354438.1 Loop time of 0.016659 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:26 2021 Pair time (%) = 0.00104904 (6.29714) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.216106) Outpt time (%) = 0.0154271 (92.6052) Other time (%) = 0.000146866 (0.881599) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:26 2021 Memory usage per processor = 27.5353 Mbytes Step Atoms AVEKE stressZZ 13549 5000 3.507819e-11 4354420.2 13550 -0.0105624999999942 4354349.8981461 13550 5000 3.5075606e-11 4354349.9 Loop time of 0.019393 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:26 2021 Pair time (%) = 0.001091 (5.62577) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.170888) Outpt time (%) = 0.0181739 (93.714) Other time (%) = 9.48906e-05 (0.489304) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:26 2021 Memory usage per processor = 27.5353 Mbytes Step Atoms AVEKE stressZZ 13550 5000 3.5075606e-11 4354332 13551 -0.0105624999999942 4354261.72068048 13551 5000 3.5073021e-11 4354261.7 Loop time of 0.016274 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:26 2021 Pair time (%) = 0.00101495 (6.23663) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.202174) Outpt time (%) = 0.015132 (92.9825) Other time (%) = 9.41753e-05 (0.578687) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:26 2021 Memory usage per processor = 27.5353 Mbytes Step Atoms AVEKE stressZZ 13551 5000 3.5073021e-11 4354243.8 13552 -0.0105624999999942 4354173.5477314 13552 5000 3.5070437e-11 4354173.5 Loop time of 0.0163829 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:26 2021 Pair time (%) = 0.00101185 (6.17624) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.20083) Outpt time (%) = 0.0152481 (93.0728) Other time (%) = 9.01222e-05 (0.550098) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:26 2021 Memory usage per processor = 27.5353 Mbytes Step Atoms AVEKE stressZZ 13552 5000 3.5070437e-11 4354155.6 13553 -0.0105624999999942 4354085.37929648 13553 5000 3.5067854e-11 4354085.4 Loop time of 0.016376 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:26 2021 Pair time (%) = 0.00101614 (6.20505) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.200914) Outpt time (%) = 0.0151961 (92.7947) Other time (%) = 0.000130892 (0.79929) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:26 2021 Memory usage per processor = 27.5353 Mbytes Step Atoms AVEKE stressZZ 13553 5000 3.5067854e-11 4354067.5 13554 -0.0105624999999942 4353997.21537484 13554 5000 3.506527e-11 4353997.2 Loop time of 0.0171449 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:26 2021 Pair time (%) = 0.00138998 (8.10724) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.216935) Outpt time (%) = 0.015559 (90.7497) Other time (%) = 0.000158787 (0.926145) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:26 2021 Memory usage per processor = 27.5353 Mbytes Step Atoms AVEKE stressZZ 13554 5000 3.506527e-11 4353979.3 13555 -0.0105624999999942 4353909.05596551 13555 5000 3.5062687e-11 4353909.1 Loop time of 0.0170059 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:26 2021 Pair time (%) = 0.00101709 (5.98082) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.193472) Outpt time (%) = 0.015856 (93.2383) Other time (%) = 9.98974e-05 (0.587427) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:26 2021 Memory usage per processor = 27.5353 Mbytes Step Atoms AVEKE stressZZ 13555 5000 3.5062687e-11 4353891.1 13556 -0.0105624999999942 4353820.90106768 13556 5000 3.5060104e-11 4353820.9 Loop time of 0.016639 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:26 2021 Pair time (%) = 0.00101709 (6.11271) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.199172) Outpt time (%) = 0.0155001 (93.1551) Other time (%) = 8.86917e-05 (0.533035) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:26 2021 Memory usage per processor = 27.5353 Mbytes Step Atoms AVEKE stressZZ 13556 5000 3.5060104e-11 4353803 13557 -0.0105624999999942 4353732.75068052 13557 5000 3.5057522e-11 4353732.8 Loop time of 0.0166161 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:26 2021 Pair time (%) = 0.00109005 (6.5602) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.205186) Outpt time (%) = 0.0153511 (92.3866) Other time (%) = 0.000140905 (0.848005) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:26 2021 Memory usage per processor = 27.5353 Mbytes Step Atoms AVEKE stressZZ 13557 5000 3.5057522e-11 4353714.8 13558 -0.0105624999999942 4353644.6048032 13558 5000 3.5054939e-11 4353644.6 Loop time of 0.0173771 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:26 2021 Pair time (%) = 0.00125599 (7.22782) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.194827) Outpt time (%) = 0.0159879 (92.0052) Other time (%) = 9.94205e-05 (0.572134) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:26 2021 Memory usage per processor = 27.5353 Mbytes Step Atoms AVEKE stressZZ 13558 5000 3.5054939e-11 4353626.7 13559 -0.0105624999999942 4353556.4634349 13559 5000 3.5052357e-11 4353556.5 Loop time of 0.017087 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:26 2021 Pair time (%) = 0.00101495 (5.93989) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.19395) Outpt time (%) = 0.0159459 (93.322) Other time (%) = 9.29832e-05 (0.544176) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:26 2021 Memory usage per processor = 27.5353 Mbytes Step Atoms AVEKE stressZZ 13559 5000 3.5052357e-11 4353538.5 13560 -0.0105624999999942 4353468.32657497 13560 5000 3.5049776e-11 4353468.3 Loop time of 0.01864 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:26 2021 Pair time (%) = 0.0010581 (5.6765) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.182907) Outpt time (%) = 0.017452 (93.6264) Other time (%) = 9.58443e-05 (0.514185) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:26 2021 Memory usage per processor = 27.5353 Mbytes Step Atoms AVEKE stressZZ 13560 5000 3.5049776e-11 4353450.4 13561 -0.0105624999999942 4353380.19422258 13561 5000 3.5047194e-11 4353380.2 Loop time of 0.0168259 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:26 2021 Pair time (%) = 0.001122 (6.66827) Neigh time (%) = 0 (0) Comm time (%) = 5.4121e-05 (0.321653) Outpt time (%) = 0.015492 (92.072) Other time (%) = 0.000157833 (0.938036) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:26 2021 Memory usage per processor = 27.5353 Mbytes Step Atoms AVEKE stressZZ 13561 5000 3.5047194e-11 4353362.3 13562 -0.0105624999999942 4353292.06637695 13562 5000 3.5044613e-11 4353292.1 Loop time of 0.0173049 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:26 2021 Pair time (%) = 0.0010519 (6.07864) Neigh time (%) = 0 (0) Comm time (%) = 6.38962e-05 (0.369238) Outpt time (%) = 0.016094 (93.0024) Other time (%) = 9.5129e-05 (0.549723) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:26 2021 Memory usage per processor = 27.5353 Mbytes Step Atoms AVEKE stressZZ 13562 5000 3.5044613e-11 4353274.1 13563 -0.0105624999999942 4353203.94303752 13563 5000 3.5042032e-11 4353203.9 Loop time of 0.0173039 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:26 2021 Pair time (%) = 0.00101614 (5.8723) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.19014) Outpt time (%) = 0.016161 (93.3947) Other time (%) = 9.39369e-05 (0.542864) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:26 2021 Memory usage per processor = 27.5353 Mbytes Step Atoms AVEKE stressZZ 13563 5000 3.5042032e-11 4353186 13564 -0.0105624999999942 4353115.82420343 13564 5000 3.5039452e-11 4353115.8 Loop time of 0.0167401 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:26 2021 Pair time (%) = 0.0012219 (7.29922) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.274878) Outpt time (%) = 0.015363 (91.7736) Other time (%) = 0.000109196 (0.652301) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:26 2021 Memory usage per processor = 27.5353 Mbytes Step Atoms AVEKE stressZZ 13564 5000 3.5039452e-11 4353097.9 13565 -0.0105624999999942 4353027.70987404 13565 5000 3.5036871e-11 4353027.7 Loop time of 0.017189 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:26 2021 Pair time (%) = 0.00141883 (8.25427) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.209443) Outpt time (%) = 0.01559 (90.6971) Other time (%) = 0.000144243 (0.839159) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:26 2021 Memory usage per processor = 27.5353 Mbytes Step Atoms AVEKE stressZZ 13565 5000 3.5036871e-11 4353009.8 13566 -0.0105624999999942 4352939.60004866 13566 5000 3.5034291e-11 4352939.6 Loop time of 0.0172069 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:27 2021 Pair time (%) = 0.00105691 (6.14236) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192598) Outpt time (%) = 0.0160239 (93.1247) Other time (%) = 9.29832e-05 (0.540383) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:27 2021 Memory usage per processor = 27.5353 Mbytes Step Atoms AVEKE stressZZ 13566 5000 3.5034291e-11 4352921.7 13567 -0.0105624999999942 4352851.49472664 13567 5000 3.5031712e-11 4352851.5 Loop time of 0.0168629 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:27 2021 Pair time (%) = 0.00101781 (6.0358) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.195114) Outpt time (%) = 0.015718 (93.2106) Other time (%) = 9.41753e-05 (0.558478) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:27 2021 Memory usage per processor = 27.5353 Mbytes Step Atoms AVEKE stressZZ 13567 5000 3.5031712e-11 4352833.6 13568 -0.0105624999999942 4352763.39390723 13568 5000 3.5029132e-11 4352763.4 Loop time of 0.0166321 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:27 2021 Pair time (%) = 0.00108504 (6.5238) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.216456) Outpt time (%) = 0.0154049 (92.6218) Other time (%) = 0.000106096 (0.637901) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:27 2021 Memory usage per processor = 27.5353 Mbytes Step Atoms AVEKE stressZZ 13568 5000 3.5029132e-11 4352745.5 13569 -0.0105624999999942 4352675.29758982 13569 5000 3.5026553e-11 4352675.3 Loop time of 0.0177321 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:27 2021 Pair time (%) = 0.00132298 (7.46094) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.19765) Outpt time (%) = 0.016274 (91.7767) Other time (%) = 0.000100136 (0.564713) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:27 2021 Memory usage per processor = 27.5353 Mbytes Step Atoms AVEKE stressZZ 13569 5000 3.5026553e-11 4352657.4 13570 -0.0105624999999942 4352587.20577383 13570 5000 3.5023974e-11 4352587.2 Loop time of 0.0192978 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:27 2021 Pair time (%) = 0.001055 (5.46695) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.170495) Outpt time (%) = 0.018116 (93.8758) Other time (%) = 9.39369e-05 (0.486774) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:27 2021 Memory usage per processor = 27.5353 Mbytes Step Atoms AVEKE stressZZ 13570 5000 3.5023974e-11 4352569.3 13571 -0.0105624999999942 4352499.11845849 13571 5000 3.5021395e-11 4352499.1 Loop time of 0.016561 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:27 2021 Pair time (%) = 0.00101614 (6.13573) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.19867) Outpt time (%) = 0.015419 (93.1041) Other time (%) = 9.29832e-05 (0.561458) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:27 2021 Memory usage per processor = 27.5353 Mbytes Step Atoms AVEKE stressZZ 13571 5000 3.5021395e-11 4352481.2 13572 -0.0105624999999942 4352411.03564331 13572 5000 3.5018817e-11 4352411 Loop time of 0.0169952 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:27 2021 Pair time (%) = 0.00147891 (8.70193) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.23568) Outpt time (%) = 0.0153358 (90.2361) Other time (%) = 0.000140429 (0.826284) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:27 2021 Memory usage per processor = 27.5353 Mbytes Step Atoms AVEKE stressZZ 13572 5000 3.5018817e-11 4352393.1 13573 -0.0105624999999942 4352322.95732752 13573 5000 3.5016239e-11 4352323 Loop time of 0.0176549 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:27 2021 Pair time (%) = 0.00101399 (5.74342) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.187711) Outpt time (%) = 0.016515 (93.5436) Other time (%) = 9.27448e-05 (0.525321) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:27 2021 Memory usage per processor = 27.5353 Mbytes Step Atoms AVEKE stressZZ 13573 5000 3.5016239e-11 4352305 13574 -0.0105624999999942 4352234.88351057 13574 5000 3.5013661e-11 4352234.9 Loop time of 0.0170901 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:27 2021 Pair time (%) = 0.00101519 (5.94021) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186939) Outpt time (%) = 0.015949 (93.3232) Other time (%) = 9.39369e-05 (0.549658) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:23:27 2021 Memory usage per processor = 27.5353 Mbytes Step Atoms AVEKE stressZZ 13574 5000 3.5013661e-11 4352217 13575 -0.0105624999999942 4352132.74073565 13575 5000 6.9157136e-11 4352275.7 Loop time of 0.016248 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:27 2021 Pair time (%) = 0.00102496 (6.30824) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.203965) Outpt time (%) = 0.0150268 (92.4841) Other time (%) = 0.000163078 (1.00368) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:27 2021 Memory usage per processor = 27.5353 Mbytes Step Atoms AVEKE stressZZ 13575 5000 6.9157136e-11 4403291.4 13576 -0.0105949999999942 4403198.43790347 13576 5000 5.5713525e-11 4403198.4 Loop time of 0.016865 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:27 2021 Pair time (%) = 0.00138497 (8.21211) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.22619) Outpt time (%) = 0.0152891 (90.6555) Other time (%) = 0.000152826 (0.906174) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:27 2021 Memory usage per processor = 27.5353 Mbytes Step Atoms AVEKE stressZZ 13576 5000 5.5713525e-11 4403174.3 13577 -0.0105949999999942 4403089.3100698 13577 5000 4.7923363e-11 4403089.3 Loop time of 0.0168259 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:27 2021 Pair time (%) = 0.00101709 (6.0448) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.196959) Outpt time (%) = 0.015681 (93.1957) Other time (%) = 9.46522e-05 (0.562538) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:27 2021 Memory usage per processor = 27.5353 Mbytes Step Atoms AVEKE stressZZ 13577 5000 4.7923363e-11 4403067.3 13578 -0.0105949999999942 4402987.40498628 13578 5000 4.3276376e-11 4402987.4 Loop time of 0.0165689 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:27 2021 Pair time (%) = 0.00101805 (6.14433) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.200014) Outpt time (%) = 0.015429 (93.1204) Other time (%) = 8.86917e-05 (0.53529) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:27 2021 Memory usage per processor = 27.5353 Mbytes Step Atoms AVEKE stressZZ 13578 5000 4.3276376e-11 4402966.8 13579 -0.0105949999999942 4402890.09170026 13579 5000 4.0445289e-11 4402890.1 Loop time of 0.016638 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:27 2021 Pair time (%) = 0.00112605 (6.76793) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.216379) Outpt time (%) = 0.0153711 (92.3852) Other time (%) = 0.000104904 (0.630508) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:27 2021 Memory usage per processor = 27.5353 Mbytes Step Atoms AVEKE stressZZ 13579 5000 4.0445289e-11 4402870.4 13580 -0.0105949999999942 4402795.69821799 13580 5000 3.8694865e-11 4402795.7 Loop time of 0.019444 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:27 2021 Pair time (%) = 0.00110102 (5.66251) Neigh time (%) = 0 (0) Comm time (%) = 6.29425e-05 (0.323712) Outpt time (%) = 0.0181921 (93.5613) Other time (%) = 8.79765e-05 (0.452461) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:27 2021 Memory usage per processor = 27.5354 Mbytes Step Atoms AVEKE stressZZ 13580 5000 3.8694865e-11 4402776.5 13581 -0.0105949999999942 4402703.16197034 13581 5000 3.760158e-11 4402703.2 Loop time of 0.017256 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:27 2021 Pair time (%) = 0.001055 (6.11382) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190668) Outpt time (%) = 0.016073 (93.1442) Other time (%) = 9.5129e-05 (0.55128) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:27 2021 Memory usage per processor = 27.5354 Mbytes Step Atoms AVEKE stressZZ 13581 5000 3.760158e-11 4402684.3 13582 -0.0105949999999942 4402611.8076834 13582 5000 3.6913943e-11 4402611.8 Loop time of 0.017138 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:27 2021 Pair time (%) = 0.001019 (5.94586) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.197546) Outpt time (%) = 0.01599 (93.3015) Other time (%) = 9.5129e-05 (0.555076) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:27 2021 Memory usage per processor = 27.5354 Mbytes Step Atoms AVEKE stressZZ 13582 5000 3.6913943e-11 4402593.2 13583 -0.0105949999999942 4402521.20621267 13583 5000 3.6479263e-11 4402521.2 Loop time of 0.0171258 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:27 2021 Pair time (%) = 0.00137186 (8.01047) Neigh time (%) = 0 (0) Comm time (%) = 4.98295e-05 (0.290961) Outpt time (%) = 0.015564 (90.88) Other time (%) = 0.00014019 (0.818588) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:27 2021 Memory usage per processor = 27.5354 Mbytes Step Atoms AVEKE stressZZ 13583 5000 3.6479263e-11 4402502.8 13584 -0.0105949999999942 4402431.08483179 13584 5000 3.6203384e-11 4402431.1 Loop time of 0.0172119 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:27 2021 Pair time (%) = 0.00101709 (5.90924) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192542) Outpt time (%) = 0.016068 (93.3538) Other time (%) = 9.36985e-05 (0.544382) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:27 2021 Memory usage per processor = 27.5354 Mbytes Step Atoms AVEKE stressZZ 13584 5000 3.6203384e-11 4402412.7 13585 -0.0105949999999942 4402341.27021979 13585 5000 3.6027636e-11 4402341.3 Loop time of 0.017472 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:27 2021 Pair time (%) = 0.00105786 (6.05461) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.189676) Outpt time (%) = 0.0162871 (93.2181) Other time (%) = 9.39369e-05 (0.537642) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:27 2021 Memory usage per processor = 27.5354 Mbytes Step Atoms AVEKE stressZZ 13585 5000 3.6027636e-11 4402323 13586 -0.0105949999999942 4402251.652229 13586 5000 3.5915203e-11 4402251.7 Loop time of 0.0166681 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:27 2021 Pair time (%) = 0.00102115 (6.12636) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.204546) Outpt time (%) = 0.015517 (93.0941) Other time (%) = 9.58443e-05 (0.575017) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:27 2021 Memory usage per processor = 27.5354 Mbytes Step Atoms AVEKE stressZZ 13586 5000 3.5915203e-11 4402233.4 13587 -0.0105949999999942 4402162.16085907 13587 5000 3.5842877e-11 4402162.2 Loop time of 0.017647 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:27 2021 Pair time (%) = 0.00113702 (6.44311) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.193199) Outpt time (%) = 0.0163519 (92.6611) Other time (%) = 0.000123978 (0.702541) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:27 2021 Memory usage per processor = 27.5354 Mbytes Step Atoms AVEKE stressZZ 13587 5000 3.5842877e-11 4402143.9 13588 -0.0105949999999942 4402072.75162383 13588 5000 3.5795988e-11 4402072.8 Loop time of 0.0171621 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:27 2021 Pair time (%) = 0.00101614 (5.92084) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191712) Outpt time (%) = 0.0160182 (93.3345) Other time (%) = 9.48906e-05 (0.552908) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:27 2021 Memory usage per processor = 27.5354 Mbytes Step Atoms AVEKE stressZZ 13588 5000 3.5795988e-11 4402054.5 13589 -0.0105949999999942 4401983.39625144 13589 5000 3.5765242e-11 4401983.4 Loop time of 0.016546 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:27 2021 Pair time (%) = 0.00107312 (6.48568) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.204614) Outpt time (%) = 0.015347 (92.7535) Other time (%) = 9.20296e-05 (0.556204) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:27 2021 Memory usage per processor = 27.5354 Mbytes Step Atoms AVEKE stressZZ 13589 5000 3.5765242e-11 4401965.2 13590 -0.0105949999999942 4401894.07677476 13590 5000 3.5744748e-11 4401894.1 Loop time of 0.0192649 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:27 2021 Pair time (%) = 0.00120401 (6.24977) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.193062) Outpt time (%) = 0.0178649 (92.7329) Other time (%) = 0.000158787 (0.824227) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:27 2021 Memory usage per processor = 27.5354 Mbytes Step Atoms AVEKE stressZZ 13590 5000 3.5744748e-11 4401875.9 13591 -0.0105949999999942 4401804.78177523 13591 5000 3.5730766e-11 4401804.8 Loop time of 0.0172551 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:27 2021 Pair time (%) = 0.00107384 (6.22332) Neigh time (%) = 0 (0) Comm time (%) = 6.00815e-05 (0.348196) Outpt time (%) = 0.016001 (92.7321) Other time (%) = 0.000120163 (0.696392) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:27 2021 Memory usage per processor = 27.5354 Mbytes Step Atoms AVEKE stressZZ 13591 5000 3.5730766e-11 4401786.6 13592 -0.0105949999999942 4401715.50399701 13592 5000 3.572092e-11 4401715.5 Loop time of 0.0174251 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:27 2021 Pair time (%) = 0.00109982 (6.31174) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.19566) Outpt time (%) = 0.016161 (92.7455) Other time (%) = 0.000130177 (0.747065) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:27 2021 Memory usage per processor = 27.5354 Mbytes Step Atoms AVEKE stressZZ 13592 5000 3.572092e-11 4401697.3 13593 -0.0105949999999942 4401626.23884414 13593 5000 3.5713702e-11 4401626.2 Loop time of 0.016995 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:27 2021 Pair time (%) = 0.00101805 (5.99029) Neigh time (%) = 0 (0) Comm time (%) = 4.81606e-05 (0.283381) Outpt time (%) = 0.0158191 (93.081) Other time (%) = 0.000109673 (0.645324) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:27 2021 Memory usage per processor = 27.5354 Mbytes Step Atoms AVEKE stressZZ 13593 5000 3.5713702e-11 4401608 13594 -0.0105949999999942 4401536.98337972 13594 5000 3.5708154e-11 4401537 Loop time of 0.0165739 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:27 2021 Pair time (%) = 0.00111604 (6.7337) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.217216) Outpt time (%) = 0.0153151 (92.4046) Other time (%) = 0.000106812 (0.644456) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:27 2021 Memory usage per processor = 27.5354 Mbytes Step Atoms AVEKE stressZZ 13594 5000 3.5708154e-11 4401518.8 13595 -0.0105949999999942 4401447.73573739 13595 5000 3.5703668e-11 4401447.7 Loop time of 0.0166061 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:27 2021 Pair time (%) = 0.00101686 (6.12339) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.198131) Outpt time (%) = 0.0154662 (93.1358) Other time (%) = 9.01222e-05 (0.542706) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:27 2021 Memory usage per processor = 27.5354 Mbytes Step Atoms AVEKE stressZZ 13595 5000 3.5703668e-11 4401429.5 13596 -0.0105949999999942 4401358.4947317 13596 5000 3.5699857e-11 4401358.5 Loop time of 0.0161881 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:27 2021 Pair time (%) = 0.00101686 (6.28148) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.204719) Outpt time (%) = 0.0150459 (92.9438) Other time (%) = 9.2268e-05 (0.569973) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:27 2021 Memory usage per processor = 27.5354 Mbytes Step Atoms AVEKE stressZZ 13596 5000 3.5699857e-11 4401340.3 13597 -0.0105949999999942 4401269.25962845 13597 5000 3.5696474e-11 4401269.3 Loop time of 0.016345 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:27 2021 Pair time (%) = 0.00101805 (6.22848) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.201295) Outpt time (%) = 0.0152018 (93.0057) Other time (%) = 9.2268e-05 (0.564502) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:27 2021 Memory usage per processor = 27.5354 Mbytes Step Atoms AVEKE stressZZ 13597 5000 3.5696474e-11 4401251.1 13598 -0.0105949999999942 4401180.02994465 13598 5000 3.5693364e-11 4401180 Loop time of 0.0171402 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:27 2021 Pair time (%) = 0.00101495 (5.92146) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191957) Outpt time (%) = 0.0160029 (93.365) Other time (%) = 8.9407e-05 (0.521623) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:27 2021 Memory usage per processor = 27.5354 Mbytes Step Atoms AVEKE stressZZ 13598 5000 3.5693364e-11 4401161.8 13599 -0.0105949999999942 4401090.80537012 13599 5000 3.5690427e-11 4401090.8 Loop time of 0.017235 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:27 2021 Pair time (%) = 0.00133109 (7.72317) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.208884) Outpt time (%) = 0.0157368 (91.3071) Other time (%) = 0.00013113 (0.760835) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:27 2021 Memory usage per processor = 27.5354 Mbytes Step Atoms AVEKE stressZZ 13599 5000 3.5690427e-11 4401072.6 13600 -0.0105949999999942 4401001.58570914 13600 5000 3.5687601e-11 4401001.6 Loop time of 0.0197399 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:27 2021 Pair time (%) = 0.00116396 (5.89649) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.172716) Outpt time (%) = 0.018445 (93.4404) Other time (%) = 9.67979e-05 (0.490368) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:27 2021 Memory usage per processor = 27.5354 Mbytes Step Atoms AVEKE stressZZ 13600 5000 3.5687601e-11 4400983.4 13601 -0.0105949999999942 4400912.37083713 13601 5000 3.5684845e-11 4400912.4 Loop time of 0.0172179 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:27 2021 Pair time (%) = 0.000994921 (5.77842) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185552) Outpt time (%) = 0.016046 (93.1941) Other time (%) = 0.000144958 (0.841907) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:27 2021 Memory usage per processor = 27.5354 Mbytes Step Atoms AVEKE stressZZ 13601 5000 3.5684845e-11 4400894.2 13602 -0.0105949999999942 4400823.16067453 13602 5000 3.5682133e-11 4400823.2 Loop time of 0.016958 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:27 2021 Pair time (%) = 0.00100684 (5.93727) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.194019) Outpt time (%) = 0.01581 (93.2304) Other time (%) = 0.000108242 (0.638295) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:27 2021 Memory usage per processor = 27.5354 Mbytes Step Atoms AVEKE stressZZ 13602 5000 3.5682133e-11 4400805 13603 -0.0105949999999942 4400733.95516803 13603 5000 3.567945e-11 4400734 Loop time of 0.016799 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:27 2021 Pair time (%) = 0.00127697 (7.60148) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208629) Outpt time (%) = 0.0153401 (91.3156) Other time (%) = 0.000146866 (0.874255) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:27 2021 Memory usage per processor = 27.5354 Mbytes Step Atoms AVEKE stressZZ 13603 5000 3.567945e-11 4400715.8 13604 -0.0105949999999942 4400644.75428499 13604 5000 3.5676785e-11 4400644.8 Loop time of 0.0174589 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:27 2021 Pair time (%) = 0.00125885 (7.21036) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.292238) Outpt time (%) = 0.0160041 (91.6671) Other time (%) = 0.000144958 (0.830283) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:27 2021 Memory usage per processor = 27.5354 Mbytes Step Atoms AVEKE stressZZ 13604 5000 3.5676785e-11 4400626.6 13605 -0.0105949999999942 4400555.55801066 13605 5000 3.5674132e-11 4400555.6 Loop time of 0.016861 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:27 2021 Pair time (%) = 0.00105309 (6.24576) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.19655) Outpt time (%) = 0.0156801 (92.9963) Other time (%) = 9.46522e-05 (0.561369) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:27 2021 Memory usage per processor = 27.5354 Mbytes Step Atoms AVEKE stressZZ 13605 5000 3.5674132e-11 4400537.4 13606 -0.0105949999999942 4400466.36633083 13606 5000 3.5671486e-11 4400466.4 Loop time of 0.0164521 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:27 2021 Pair time (%) = 0.00104785 (6.3691) Neigh time (%) = 0 (0) Comm time (%) = 4.57764e-05 (0.278241) Outpt time (%) = 0.0152311 (92.5788) Other time (%) = 0.000127316 (0.773857) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:27 2021 Memory usage per processor = 27.5354 Mbytes Step Atoms AVEKE stressZZ 13606 5000 3.5671486e-11 4400448.2 13607 -0.0105949999999942 4400377.17923379 13607 5000 3.5668846e-11 4400377.2 Loop time of 0.017427 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:27 2021 Pair time (%) = 0.00134492 (7.71746) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.206583) Outpt time (%) = 0.0158319 (90.8474) Other time (%) = 0.0002141 (1.22856) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:27 2021 Memory usage per processor = 27.5354 Mbytes Step Atoms AVEKE stressZZ 13607 5000 3.5668846e-11 4400359 13608 -0.0105949999999942 4400287.99671353 13608 5000 3.5666208e-11 4400288 Loop time of 0.0169289 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:27 2021 Pair time (%) = 0.0010581 (6.25026) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.195761) Outpt time (%) = 0.015743 (92.9949) Other time (%) = 9.46522e-05 (0.559116) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:27 2021 Memory usage per processor = 27.5354 Mbytes Step Atoms AVEKE stressZZ 13608 5000 3.5666208e-11 4400269.8 13609 -0.0105949999999942 4400198.81876609 13609 5000 3.5663573e-11 4400198.8 Loop time of 0.0167181 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:28 2021 Pair time (%) = 0.00101709 (6.08377) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.196803) Outpt time (%) = 0.015573 (93.1504) Other time (%) = 9.5129e-05 (0.569016) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:28 2021 Memory usage per processor = 27.5354 Mbytes Step Atoms AVEKE stressZZ 13609 5000 3.5663573e-11 4400180.6 13610 -0.0105949999999942 4400109.64538864 13610 5000 3.5660939e-11 4400109.6 Loop time of 0.0186341 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:28 2021 Pair time (%) = 0.00106215 (5.70007) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.182965) Outpt time (%) = 0.0174351 (93.5655) Other time (%) = 0.000102758 (0.551454) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:28 2021 Memory usage per processor = 27.5354 Mbytes Step Atoms AVEKE stressZZ 13610 5000 3.5660939e-11 4400091.5 13611 -0.0105949999999942 4400020.47657904 13611 5000 3.5658306e-11 4400020.5 Loop time of 0.016995 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:28 2021 Pair time (%) = 0.00107408 (6.31997) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206223) Outpt time (%) = 0.0157821 (92.8636) Other time (%) = 0.000103712 (0.610252) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:28 2021 Memory usage per processor = 27.5354 Mbytes Step Atoms AVEKE stressZZ 13611 5000 3.5658306e-11 4400002.3 13612 -0.0105949999999942 4399931.31233578 13612 5000 3.5655674e-11 4399931.3 Loop time of 0.0172379 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:28 2021 Pair time (%) = 0.00102091 (5.92246) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192252) Outpt time (%) = 0.0160909 (93.3459) Other time (%) = 9.29832e-05 (0.539412) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:28 2021 Memory usage per processor = 27.5354 Mbytes Step Atoms AVEKE stressZZ 13612 5000 3.5655674e-11 4399913.1 13613 -0.0105949999999942 4399842.15265766 13613 5000 3.5653043e-11 4399842.2 Loop time of 0.016557 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:28 2021 Pair time (%) = 0.00106597 (6.43819) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.200158) Outpt time (%) = 0.0153639 (92.7943) Other time (%) = 9.39369e-05 (0.567355) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:28 2021 Memory usage per processor = 27.5354 Mbytes Step Atoms AVEKE stressZZ 13613 5000 3.5653043e-11 4399824 13614 -0.0105949999999942 4399752.99754362 13614 5000 3.5650412e-11 4399753 Loop time of 0.0170679 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:28 2021 Pair time (%) = 0.00124693 (7.30569) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.227692) Outpt time (%) = 0.0156488 (91.6858) Other time (%) = 0.000133276 (0.780857) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:28 2021 Memory usage per processor = 27.5354 Mbytes Step Atoms AVEKE stressZZ 13614 5000 3.5650412e-11 4399734.8 13615 -0.0105949999999942 4399663.84699285 13615 5000 3.5647781e-11 4399663.8 Loop time of 0.017107 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:28 2021 Pair time (%) = 0.00101614 (5.9399) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193723) Outpt time (%) = 0.015965 (93.3242) Other time (%) = 9.27448e-05 (0.542145) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:28 2021 Memory usage per processor = 27.5354 Mbytes Step Atoms AVEKE stressZZ 13615 5000 3.5647781e-11 4399645.7 13616 -0.0105949999999942 4399574.70100452 13616 5000 3.5645151e-11 4399574.7 Loop time of 0.0171881 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:28 2021 Pair time (%) = 0.00110888 (6.45148) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192809) Outpt time (%) = 0.015938 (92.7273) Other time (%) = 0.000108004 (0.628364) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:28 2021 Memory usage per processor = 27.5354 Mbytes Step Atoms AVEKE stressZZ 13616 5000 3.5645151e-11 4399556.5 13617 -0.0105949999999942 4399485.559578 13617 5000 3.5642521e-11 4399485.6 Loop time of 0.0167129 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:28 2021 Pair time (%) = 0.00101614 (6.07997) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.198291) Outpt time (%) = 0.0155339 (92.9457) Other time (%) = 0.0001297 (0.776045) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:28 2021 Memory usage per processor = 27.5354 Mbytes Step Atoms AVEKE stressZZ 13617 5000 3.5642521e-11 4399467.4 13618 -0.0105949999999942 4399396.42271247 13618 5000 3.5639891e-11 4399396.4 Loop time of 0.017024 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:28 2021 Pair time (%) = 0.00114417 (6.72091) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.218475) Outpt time (%) = 0.015681 (92.1111) Other time (%) = 0.000161648 (0.949527) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:28 2021 Memory usage per processor = 27.5354 Mbytes Step Atoms AVEKE stressZZ 13618 5000 3.5639891e-11 4399378.2 13619 -0.0105949999999942 4399307.29044013 13619 5000 3.5637262e-11 4399307.3 Loop time of 0.0171521 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:28 2021 Pair time (%) = 0.00101709 (5.92986) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193214) Outpt time (%) = 0.0160091 (93.3362) Other time (%) = 9.27448e-05 (0.540721) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:28 2021 Memory usage per processor = 27.5354 Mbytes Step Atoms AVEKE stressZZ 13619 5000 3.5637262e-11 4399289.1 13620 -0.0105949999999942 4399218.16283644 13620 5000 3.5634633e-11 4399218.2 Loop time of 0.019191 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:28 2021 Pair time (%) = 0.00104499 (5.44519) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.171443) Outpt time (%) = 0.0179951 (93.7684) Other time (%) = 0.000118017 (0.61496) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:28 2021 Memory usage per processor = 27.5354 Mbytes Step Atoms AVEKE stressZZ 13620 5000 3.5634633e-11 4399200 13621 -0.0105949999999942 4399129.03985297 13621 5000 3.5632004e-11 4399129 Loop time of 0.016865 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:28 2021 Pair time (%) = 0.00106788 (6.33191) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207812) Outpt time (%) = 0.0156329 (92.6941) Other time (%) = 0.000129223 (0.766219) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:28 2021 Memory usage per processor = 27.5354 Mbytes Step Atoms AVEKE stressZZ 13621 5000 3.5632004e-11 4399110.9 13622 -0.0105949999999942 4399039.92147428 13622 5000 3.5629376e-11 4399039.9 Loop time of 0.016974 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:28 2021 Pair time (%) = 0.00109982 (6.47948) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.199455) Outpt time (%) = 0.015738 (92.7185) Other time (%) = 0.000102282 (0.602579) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:28 2021 Memory usage per processor = 27.5354 Mbytes Step Atoms AVEKE stressZZ 13622 5000 3.5629376e-11 4399021.7 13623 -0.0105949999999942 4398950.80769231 13623 5000 3.5626748e-11 4398950.8 Loop time of 0.0171959 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:28 2021 Pair time (%) = 0.00107002 (6.22253) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198267) Outpt time (%) = 0.015964 (92.836) Other time (%) = 0.000127792 (0.743154) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:28 2021 Memory usage per processor = 27.5354 Mbytes Step Atoms AVEKE stressZZ 13623 5000 3.5626748e-11 4398932.6 13624 -0.0105949999999942 4398861.69850189 13624 5000 3.562412e-11 4398861.7 Loop time of 0.0166318 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:28 2021 Pair time (%) = 0.00102186 (6.14401) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.199257) Outpt time (%) = 0.0154819 (93.0862) Other time (%) = 9.48906e-05 (0.570536) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:28 2021 Memory usage per processor = 27.5354 Mbytes Step Atoms AVEKE stressZZ 13624 5000 3.562412e-11 4398843.5 13625 -0.0105949999999942 4398772.59389911 13625 5000 3.5621493e-11 4398772.6 Loop time of 0.0173671 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:28 2021 Pair time (%) = 0.001158 (6.66776) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.201804) Outpt time (%) = 0.016067 (92.514) Other time (%) = 0.00010705 (0.616394) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:28 2021 Memory usage per processor = 27.5354 Mbytes Step Atoms AVEKE stressZZ 13625 5000 3.5621493e-11 4398754.4 13626 -0.0105949999999942 4398683.49388088 13626 5000 3.5618865e-11 4398683.5 Loop time of 0.0175409 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:28 2021 Pair time (%) = 0.00105095 (5.99141) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.188931) Outpt time (%) = 0.01636 (93.2678) Other time (%) = 9.67979e-05 (0.55184) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:28 2021 Memory usage per processor = 27.5354 Mbytes Step Atoms AVEKE stressZZ 13626 5000 3.5618865e-11 4398665.3 13627 -0.0105949999999942 4398594.39844473 13627 5000 3.5616238e-11 4398594.4 Loop time of 0.0172641 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:28 2021 Pair time (%) = 0.00101995 (5.90794) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190579) Outpt time (%) = 0.016113 (93.3325) Other time (%) = 9.82285e-05 (0.568974) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:28 2021 Memory usage per processor = 27.5354 Mbytes Step Atoms AVEKE stressZZ 13627 5000 3.5616238e-11 4398576.2 13628 -0.0105949999999942 4398505.30758348 13628 5000 3.5613612e-11 4398505.3 Loop time of 0.0166249 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:28 2021 Pair time (%) = 0.00102496 (6.16521) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.205077) Outpt time (%) = 0.0154619 (93.0044) Other time (%) = 0.000103951 (0.625269) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:28 2021 Memory usage per processor = 27.5354 Mbytes Step Atoms AVEKE stressZZ 13628 5000 3.5613612e-11 4398487.1 13629 -0.0105949999999942 4398416.22129457 13629 5000 3.5610985e-11 4398416.2 Loop time of 0.0171981 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:28 2021 Pair time (%) = 0.00130796 (7.60529) Neigh time (%) = 0 (0) Comm time (%) = 4.19617e-05 (0.24399) Outpt time (%) = 0.015697 (91.2718) Other time (%) = 0.000151157 (0.87892) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:28 2021 Memory usage per processor = 27.5354 Mbytes Step Atoms AVEKE stressZZ 13629 5000 3.5610985e-11 4398398 13630 -0.0105949999999942 4398327.13958104 13630 5000 3.5608359e-11 4398327.1 Loop time of 0.0193391 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:28 2021 Pair time (%) = 0.00102091 (5.27899) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.175062) Outpt time (%) = 0.018189 (94.0528) Other time (%) = 9.53674e-05 (0.493133) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:28 2021 Memory usage per processor = 27.5354 Mbytes Step Atoms AVEKE stressZZ 13630 5000 3.5608359e-11 4398309 13631 -0.0105949999999942 4398238.06244129 13631 5000 3.5605734e-11 4398238.1 Loop time of 0.0172379 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:28 2021 Pair time (%) = 0.00101781 (5.90448) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.196401) Outpt time (%) = 0.016094 (93.3639) Other time (%) = 9.2268e-05 (0.535262) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:28 2021 Memory usage per processor = 27.5354 Mbytes Step Atoms AVEKE stressZZ 13631 5000 3.5605734e-11 4398219.9 13632 -0.0105949999999942 4398148.98987402 13632 5000 3.5603108e-11 4398149 Loop time of 0.0165591 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:28 2021 Pair time (%) = 0.00106001 (6.40136) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192933) Outpt time (%) = 0.015377 (92.8615) Other time (%) = 9.01222e-05 (0.544245) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:28 2021 Memory usage per processor = 27.5354 Mbytes Step Atoms AVEKE stressZZ 13632 5000 3.5603108e-11 4398130.8 13633 -0.0105949999999942 4398059.92187794 13633 5000 3.5600483e-11 4398059.9 Loop time of 0.0171978 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:28 2021 Pair time (%) = 0.00138712 (8.06566) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.227358) Outpt time (%) = 0.0156219 (90.8364) Other time (%) = 0.000149727 (0.870614) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:28 2021 Memory usage per processor = 27.5354 Mbytes Step Atoms AVEKE stressZZ 13633 5000 3.5600483e-11 4398041.7 13634 -0.0105949999999942 4397970.85845189 13634 5000 3.5597858e-11 4397970.9 Loop time of 0.0172961 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:28 2021 Pair time (%) = 0.00111294 (6.43463) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191605) Outpt time (%) = 0.0160449 (92.7659) Other time (%) = 0.000105143 (0.607899) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:28 2021 Memory usage per processor = 27.5354 Mbytes Step Atoms AVEKE stressZZ 13634 5000 3.5597858e-11 4397952.7 13635 -0.0105949999999942 4397881.79959474 13635 5000 3.5595233e-11 4397881.8 Loop time of 0.0167341 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:28 2021 Pair time (%) = 0.00101495 (6.06514) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.19804) Outpt time (%) = 0.0155919 (93.174) Other time (%) = 9.41753e-05 (0.562774) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:28 2021 Memory usage per processor = 27.5354 Mbytes Step Atoms AVEKE stressZZ 13635 5000 3.5595233e-11 4397863.6 13636 -0.0105949999999942 4397792.74530541 13636 5000 3.5592609e-11 4397792.7 Loop time of 0.016825 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:28 2021 Pair time (%) = 0.00129199 (7.67901) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208307) Outpt time (%) = 0.0153949 (91.5005) Other time (%) = 0.000102997 (0.612167) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:28 2021 Memory usage per processor = 27.5354 Mbytes Step Atoms AVEKE stressZZ 13636 5000 3.5592609e-11 4397774.6 13637 -0.0105949999999942 4397703.69558283 13637 5000 3.5589985e-11 4397703.7 Loop time of 0.0172279 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:28 2021 Pair time (%) = 0.00115609 (6.71058) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192364) Outpt time (%) = 0.0159481 (92.5712) Other time (%) = 9.05991e-05 (0.525886) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:28 2021 Memory usage per processor = 27.5354 Mbytes Step Atoms AVEKE stressZZ 13637 5000 3.5589985e-11 4397685.5 13638 -0.0105949999999942 4397614.65042607 13638 5000 3.5587361e-11 4397614.7 Loop time of 0.0172989 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:28 2021 Pair time (%) = 0.00101805 (5.88503) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.195708) Outpt time (%) = 0.0161541 (93.3818) Other time (%) = 9.29832e-05 (0.537508) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:28 2021 Memory usage per processor = 27.5354 Mbytes Step Atoms AVEKE stressZZ 13638 5000 3.5587361e-11 4397596.5 13639 -0.0105949999999942 4397525.6098342 13639 5000 3.5584738e-11 4397525.6 Loop time of 0.016609 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:28 2021 Pair time (%) = 0.00102496 (6.17114) Neigh time (%) = 0 (0) Comm time (%) = 7.10487e-05 (0.427774) Outpt time (%) = 0.0154181 (92.8298) Other time (%) = 9.48906e-05 (0.571322) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:28 2021 Memory usage per processor = 27.5354 Mbytes Step Atoms AVEKE stressZZ 13639 5000 3.5584738e-11 4397507.4 13640 -0.0105949999999942 4397436.57380628 13640 5000 3.5582115e-11 4397436.6 Loop time of 0.0186441 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:28 2021 Pair time (%) = 0.00106621 (5.71874) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.176473) Outpt time (%) = 0.0174551 (93.6227) Other time (%) = 8.98838e-05 (0.482103) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:28 2021 Memory usage per processor = 27.5354 Mbytes Step Atoms AVEKE stressZZ 13640 5000 3.5582115e-11 4397418.4 13641 -0.0105949999999942 4397347.54234147 13641 5000 3.5579492e-11 4397347.5 Loop time of 0.0167029 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:28 2021 Pair time (%) = 0.00101805 (6.09504) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.202692) Outpt time (%) = 0.0155611 (93.1641) Other time (%) = 8.98838e-05 (0.538133) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:28 2021 Memory usage per processor = 27.5354 Mbytes Step Atoms AVEKE stressZZ 13641 5000 3.5579492e-11 4397329.4 13642 -0.0105949999999942 4397258.51543889 13642 5000 3.5576869e-11 4397258.5 Loop time of 0.017288 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:28 2021 Pair time (%) = 0.00101805 (5.88876) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190316) Outpt time (%) = 0.0161471 (93.401) Other time (%) = 8.98838e-05 (0.519921) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:28 2021 Memory usage per processor = 27.5354 Mbytes Step Atoms AVEKE stressZZ 13642 5000 3.5576869e-11 4397240.3 13643 -0.0105949999999942 4397169.49309771 13643 5000 3.5574247e-11 4397169.5 Loop time of 0.017134 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:28 2021 Pair time (%) = 0.00108099 (6.30905) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193418) Outpt time (%) = 0.015892 (92.7517) Other time (%) = 0.000127792 (0.745843) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:28 2021 Memory usage per processor = 27.5354 Mbytes Step Atoms AVEKE stressZZ 13643 5000 3.5574247e-11 4397151.3 13644 -0.0105949999999942 4397080.47531714 13644 5000 3.5571625e-11 4397080.5 Loop time of 0.0174539 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:28 2021 Pair time (%) = 0.001472 (8.43362) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.217192) Outpt time (%) = 0.015805 (90.5528) Other time (%) = 0.000138998 (0.796372) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:28 2021 Memory usage per processor = 27.5354 Mbytes Step Atoms AVEKE stressZZ 13644 5000 3.5571625e-11 4397062.3 13645 -0.0105949999999942 4396991.46209631 13645 5000 3.5569003e-11 4396991.5 Loop time of 0.0171392 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:28 2021 Pair time (%) = 0.00101495 (5.92179) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191968) Outpt time (%) = 0.0159979 (93.3409) Other time (%) = 9.34601e-05 (0.5453) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:28 2021 Memory usage per processor = 27.5354 Mbytes Step Atoms AVEKE stressZZ 13645 5000 3.5569003e-11 4396973.3 13646 -0.0105949999999942 4396902.45343457 13646 5000 3.5566381e-11 4396902.5 Loop time of 0.0167751 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:28 2021 Pair time (%) = 0.00105715 (6.30188) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.196134) Outpt time (%) = 0.0155911 (92.942) Other time (%) = 9.39369e-05 (0.559977) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:28 2021 Memory usage per processor = 27.5354 Mbytes Step Atoms AVEKE stressZZ 13646 5000 3.5566381e-11 4396884.3 13647 -0.0105949999999942 4396813.44933108 13647 5000 3.556376e-11 4396813.4 Loop time of 0.0165751 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:28 2021 Pair time (%) = 0.00106096 (6.40094) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.217201) Outpt time (%) = 0.015316 (92.4037) Other time (%) = 0.000162125 (0.978122) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:28 2021 Memory usage per processor = 27.5354 Mbytes Step Atoms AVEKE stressZZ 13647 5000 3.556376e-11 4396795.3 13648 -0.0105949999999942 4396724.44978512 13648 5000 3.5561139e-11 4396724.4 Loop time of 0.017385 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:28 2021 Pair time (%) = 0.00111294 (6.40171) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.185139) Outpt time (%) = 0.0161431 (92.8564) Other time (%) = 9.67979e-05 (0.55679) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:28 2021 Memory usage per processor = 27.5354 Mbytes Step Atoms AVEKE stressZZ 13648 5000 3.5561139e-11 4396706.3 13649 -0.0105949999999942 4396635.45479593 13649 5000 3.5558519e-11 4396635.5 Loop time of 0.0171161 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:28 2021 Pair time (%) = 0.00109315 (6.38668) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192227) Outpt time (%) = 0.0158961 (92.8723) Other time (%) = 9.39369e-05 (0.548823) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:28 2021 Memory usage per processor = 27.5354 Mbytes Step Atoms AVEKE stressZZ 13649 5000 3.5558519e-11 4396617.3 13650 -0.0105949999999942 4396546.46436279 13650 5000 3.5555898e-11 4396546.5 Loop time of 0.018652 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:28 2021 Pair time (%) = 0.00102592 (5.50031) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.177677) Outpt time (%) = 0.017499 (93.8184) Other time (%) = 9.39369e-05 (0.50363) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:28 2021 Memory usage per processor = 27.5354 Mbytes Step Atoms AVEKE stressZZ 13650 5000 3.5555898e-11 4396528.3 13651 -0.0105949999999942 4396457.47848514 13651 5000 3.5553278e-11 4396457.5 Loop time of 0.0170131 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:28 2021 Pair time (%) = 0.00130701 (7.68239) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.235433) Outpt time (%) = 0.015527 (91.2652) Other time (%) = 0.000138998 (0.817007) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:28 2021 Memory usage per processor = 27.5354 Mbytes Step Atoms AVEKE stressZZ 13651 5000 3.5553278e-11 4396439.3 13652 -0.0105949999999942 4396368.49716203 13652 5000 3.5550659e-11 4396368.5 Loop time of 0.0171621 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:29 2021 Pair time (%) = 0.00102282 (5.95974) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191712) Outpt time (%) = 0.016012 (93.2984) Other time (%) = 9.44138e-05 (0.55013) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:29 2021 Memory usage per processor = 27.5354 Mbytes Step Atoms AVEKE stressZZ 13652 5000 3.5550659e-11 4396350.3 13653 -0.0105949999999942 4396279.520393 13653 5000 3.5548039e-11 4396279.5 Loop time of 0.0170491 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:29 2021 Pair time (%) = 0.00102401 (6.00624) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.194381) Outpt time (%) = 0.0159001 (93.261) Other time (%) = 9.17912e-05 (0.538394) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:29 2021 Memory usage per processor = 27.5354 Mbytes Step Atoms AVEKE stressZZ 13653 5000 3.5548039e-11 4396261.3 13654 -0.0105949999999942 4396190.54817729 13654 5000 3.554542e-11 4396190.5 Loop time of 0.0166879 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:29 2021 Pair time (%) = 0.00108099 (6.4777) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.208589) Outpt time (%) = 0.0154729 (92.7194) Other time (%) = 9.91821e-05 (0.594337) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:29 2021 Memory usage per processor = 27.5354 Mbytes Step Atoms AVEKE stressZZ 13654 5000 3.554542e-11 4396172.4 13655 -0.0105949999999942 4396101.58051422 13655 5000 3.5542801e-11 4396101.6 Loop time of 0.017344 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:29 2021 Pair time (%) = 0.00115395 (6.65329) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.200698) Outpt time (%) = 0.0159831 (92.1535) Other time (%) = 0.000172138 (0.992494) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:29 2021 Memory usage per processor = 27.5354 Mbytes Step Atoms AVEKE stressZZ 13655 5000 3.5542801e-11 4396083.4 13656 -0.0105949999999942 4396012.61740309 13656 5000 3.5540183e-11 4396012.6 Loop time of 0.0172162 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:29 2021 Pair time (%) = 0.00105095 (6.10442) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.196649) Outpt time (%) = 0.0160382 (93.1575) Other time (%) = 9.32217e-05 (0.541476) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:29 2021 Memory usage per processor = 27.5354 Mbytes Step Atoms AVEKE stressZZ 13656 5000 3.5540183e-11 4395994.4 13657 -0.0105949999999942 4395923.65884339 13657 5000 3.5537564e-11 4395923.7 Loop time of 0.0167501 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:29 2021 Pair time (%) = 0.0010159 (6.06505) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.197851) Outpt time (%) = 0.0155458 (92.8105) Other time (%) = 0.00015521 (0.926624) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:29 2021 Memory usage per processor = 27.5354 Mbytes Step Atoms AVEKE stressZZ 13657 5000 3.5537564e-11 4395905.5 13658 -0.0105949999999942 4395834.7048343 13658 5000 3.5534946e-11 4395834.7 Loop time of 0.017102 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:29 2021 Pair time (%) = 0.00120592 (7.05134) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.210509) Outpt time (%) = 0.015753 (92.1122) Other time (%) = 0.00010705 (0.62595) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:29 2021 Memory usage per processor = 27.5354 Mbytes Step Atoms AVEKE stressZZ 13658 5000 3.5534946e-11 4395816.5 13659 -0.0105949999999942 4395745.75537535 13659 5000 3.5532329e-11 4395745.8 Loop time of 0.0174339 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:29 2021 Pair time (%) = 0.00112796 (6.46992) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.188723) Outpt time (%) = 0.0161829 (92.8244) Other time (%) = 9.01222e-05 (0.516937) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:29 2021 Memory usage per processor = 27.5354 Mbytes Step Atoms AVEKE stressZZ 13659 5000 3.5532329e-11 4395727.6 13660 -0.0105949999999942 4395656.8104658 13660 5000 3.5529711e-11 4395656.8 Loop time of 0.0196412 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:29 2021 Pair time (%) = 0.00101805 (5.18323) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.17237) Outpt time (%) = 0.0184958 (94.1686) Other time (%) = 9.34601e-05 (0.475838) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:29 2021 Memory usage per processor = 27.5354 Mbytes Step Atoms AVEKE stressZZ 13660 5000 3.5529711e-11 4395638.6 13661 -0.0105949999999942 4395567.87010499 13661 5000 3.5527094e-11 4395567.9 Loop time of 0.016639 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:29 2021 Pair time (%) = 0.00105906 (6.3649) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.199172) Outpt time (%) = 0.0154541 (92.8785) Other time (%) = 9.27448e-05 (0.557394) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:29 2021 Memory usage per processor = 27.5354 Mbytes Step Atoms AVEKE stressZZ 13661 5000 3.5527094e-11 4395549.7 13662 -0.0105949999999942 4395478.93429249 13662 5000 3.5524477e-11 4395478.9 Loop time of 0.0167441 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:29 2021 Pair time (%) = 0.00105691 (6.31212) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209312) Outpt time (%) = 0.0155361 (92.7851) Other time (%) = 0.00011611 (0.693436) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:29 2021 Memory usage per processor = 27.5354 Mbytes Step Atoms AVEKE stressZZ 13662 5000 3.5524477e-11 4395460.8 13663 -0.0105949999999942 4395390.00302751 13663 5000 3.5521861e-11 4395390 Loop time of 0.0173168 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:29 2021 Pair time (%) = 0.00112796 (6.51366) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191376) Outpt time (%) = 0.0160639 (92.7649) Other time (%) = 9.17912e-05 (0.530069) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:29 2021 Memory usage per processor = 27.5354 Mbytes Step Atoms AVEKE stressZZ 13663 5000 3.5521861e-11 4395371.8 13664 -0.0105949999999942 4395301.07630946 13664 5000 3.5519244e-11 4395301.1 Loop time of 0.0175371 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:29 2021 Pair time (%) = 0.00108695 (6.198) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.187612) Outpt time (%) = 0.0163231 (93.0774) Other time (%) = 9.41753e-05 (0.537006) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:29 2021 Memory usage per processor = 27.5354 Mbytes Step Atoms AVEKE stressZZ 13664 5000 3.5519244e-11 4395282.9 13665 -0.0105949999999942 4395212.15413778 13665 5000 3.5516628e-11 4395212.2 Loop time of 0.016583 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:29 2021 Pair time (%) = 0.00106311 (6.41085) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.199845) Outpt time (%) = 0.015377 (92.728) Other time (%) = 0.000109673 (0.661357) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:29 2021 Memory usage per processor = 27.5354 Mbytes Step Atoms AVEKE stressZZ 13665 5000 3.5516628e-11 4395194 13666 -0.0105949999999942 4395123.23651185 13666 5000 3.5514013e-11 4395123.2 Loop time of 0.017529 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:29 2021 Pair time (%) = 0.00148106 (8.44917) Neigh time (%) = 0 (0) Comm time (%) = 3.98159e-05 (0.227143) Outpt time (%) = 0.0158119 (90.2043) Other time (%) = 0.000196218 (1.11939) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:29 2021 Memory usage per processor = 27.5354 Mbytes Step Atoms AVEKE stressZZ 13666 5000 3.5514013e-11 4395105.1 13667 -0.0105949999999942 4395034.3234311 13667 5000 3.5511397e-11 4395034.3 Loop time of 0.0177629 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:29 2021 Pair time (%) = 0.001019 (5.73668) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.191939) Outpt time (%) = 0.0166159 (93.5425) Other time (%) = 9.39369e-05 (0.528838) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:29 2021 Memory usage per processor = 27.5354 Mbytes Step Atoms AVEKE stressZZ 13667 5000 3.5511397e-11 4395016.2 13668 -0.0105949999999942 4394945.41489492 13668 5000 3.5508782e-11 4394945.4 Loop time of 0.016952 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:29 2021 Pair time (%) = 0.00101495 (5.98717) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.195494) Outpt time (%) = 0.0158138 (93.2857) Other time (%) = 9.01222e-05 (0.531631) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:29 2021 Memory usage per processor = 27.5354 Mbytes Step Atoms AVEKE stressZZ 13668 5000 3.5508782e-11 4394927.2 13669 -0.0105949999999942 4394856.51090645 13669 5000 3.5506167e-11 4394856.5 Loop time of 0.017206 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:29 2021 Pair time (%) = 0.00110722 (6.43507) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198152) Outpt time (%) = 0.015929 (92.5783) Other time (%) = 0.00013566 (0.788449) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:29 2021 Memory usage per processor = 27.5354 Mbytes Step Atoms AVEKE stressZZ 13669 5000 3.5506167e-11 4394838.3 13670 -0.0105949999999942 4394767.6115272 13670 5000 3.5503553e-11 4394767.6 Loop time of 0.0195138 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:29 2021 Pair time (%) = 0.001127 (5.77541) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.179603) Outpt time (%) = 0.018235 (93.4463) Other time (%) = 0.000116825 (0.598678) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:29 2021 Memory usage per processor = 27.5354 Mbytes Step Atoms AVEKE stressZZ 13670 5000 3.5503553e-11 4394749.4 13671 -0.0105949999999942 4394678.71673422 13671 5000 3.5500938e-11 4394678.7 Loop time of 0.0170081 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:29 2021 Pair time (%) = 0.00101805 (5.98567) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.193448) Outpt time (%) = 0.015861 (93.256) Other time (%) = 9.60827e-05 (0.564924) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:29 2021 Memory usage per processor = 27.5354 Mbytes Step Atoms AVEKE stressZZ 13671 5000 3.5500938e-11 4394660.5 13672 -0.0105949999999942 4394589.82651556 13672 5000 3.5498324e-11 4394589.8 Loop time of 0.0166602 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:29 2021 Pair time (%) = 0.00110102 (6.60866) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.210367) Outpt time (%) = 0.0153742 (92.2808) Other time (%) = 0.000149965 (0.90014) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:29 2021 Memory usage per processor = 27.5354 Mbytes Step Atoms AVEKE stressZZ 13672 5000 3.5498324e-11 4394571.7 13673 -0.0105949999999942 4394500.94089658 13673 5000 3.5495711e-11 4394500.9 Loop time of 0.016649 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:29 2021 Pair time (%) = 0.00120282 (7.22459) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.216236) Outpt time (%) = 0.015306 (91.9334) Other time (%) = 0.000104189 (0.625797) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:29 2021 Memory usage per processor = 27.5354 Mbytes Step Atoms AVEKE stressZZ 13673 5000 3.5495711e-11 4394482.8 13674 -0.0105949999999942 4394412.05986252 13674 5000 3.5493097e-11 4394412.1 Loop time of 0.0174751 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:29 2021 Pair time (%) = 0.00117803 (6.74116) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.188278) Outpt time (%) = 0.0161688 (92.5248) Other time (%) = 9.53674e-05 (0.545732) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:29 2021 Memory usage per processor = 27.5354 Mbytes Step Atoms AVEKE stressZZ 13674 5000 3.5493097e-11 4394393.9 13675 -0.0105949999999942 4394323.18340385 13675 5000 3.5490484e-11 4394323.2 Loop time of 0.0172551 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:29 2021 Pair time (%) = 0.00103283 (5.98566) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.203114) Outpt time (%) = 0.016068 (93.1204) Other time (%) = 0.000119209 (0.690865) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:23:29 2021 Memory usage per processor = 27.5354 Mbytes Step Atoms AVEKE stressZZ 13675 5000 3.5490484e-11 4394305 13676 -0.0105949999999942 4394220.13013658 13676 5000 7.0098468e-11 4394364.5 Loop time of 0.0165842 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:29 2021 Pair time (%) = 0.00106692 (6.43339) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.19983) Outpt time (%) = 0.015337 (92.4798) Other time (%) = 0.000147104 (0.887017) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:29 2021 Memory usage per processor = 27.5354 Mbytes Step Atoms AVEKE stressZZ 13676 5000 7.0098468e-11 4445597.4 13677 -0.0106274999999942 4445503.69991454 13677 5000 5.6470423e-11 4445503.7 Loop time of 0.0161879 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:29 2021 Pair time (%) = 0.00102019 (6.30219) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.203249) Outpt time (%) = 0.015043 (92.9275) Other time (%) = 9.17912e-05 (0.567035) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:29 2021 Memory usage per processor = 27.5354 Mbytes Step Atoms AVEKE stressZZ 13677 5000 5.6470423e-11 4445479.2 13678 -0.0106274999999942 4445393.57024416 13678 5000 4.8573484e-11 4445393.6 Loop time of 0.0162649 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:29 2021 Pair time (%) = 0.00101805 (6.25916) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.202287) Outpt time (%) = 0.0150931 (92.7954) Other time (%) = 0.000120878 (0.743184) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:29 2021 Memory usage per processor = 27.5354 Mbytes Step Atoms AVEKE stressZZ 13678 5000 4.8573484e-11 4445371.3 13679 -0.0106274999999942 4445290.734155 13679 5000 4.3862845e-11 4445290.7 Loop time of 0.0162599 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:29 2021 Pair time (%) = 0.0010488 (6.45024) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.196484) Outpt time (%) = 0.015089 (92.799) Other time (%) = 9.01222e-05 (0.55426) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:29 2021 Memory usage per processor = 27.5354 Mbytes Step Atoms AVEKE stressZZ 13679 5000 4.3862845e-11 4445269.9 13680 -0.0106274999999942 4445192.53489022 13680 5000 4.0992997e-11 4445192.5 Loop time of 0.0185111 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:29 2021 Pair time (%) = 0.00105596 (5.70446) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.179029) Outpt time (%) = 0.0173321 (93.6309) Other time (%) = 8.98838e-05 (0.485568) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:29 2021 Memory usage per processor = 27.5355 Mbytes Step Atoms AVEKE stressZZ 13680 5000 4.0992997e-11 4445172.5 13681 -0.0106274999999942 4445097.28405688 13681 5000 3.9218616e-11 4445097.3 Loop time of 0.016135 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:29 2021 Pair time (%) = 0.00103116 (6.39084) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.198005) Outpt time (%) = 0.0149829 (92.86) Other time (%) = 8.89301e-05 (0.551164) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:29 2021 Memory usage per processor = 27.5355 Mbytes Step Atoms AVEKE stressZZ 13681 5000 3.9218616e-11 4445077.8 13682 -0.0106274999999942 4445003.90866412 13682 5000 3.8110371e-11 4445003.9 Loop time of 0.0163178 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:29 2021 Pair time (%) = 0.000994921 (6.09713) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.197247) Outpt time (%) = 0.015209 (93.2045) Other time (%) = 8.17776e-05 (0.501154) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:29 2021 Memory usage per processor = 27.5355 Mbytes Step Atoms AVEKE stressZZ 13682 5000 3.8110371e-11 4444984.8 13683 -0.0106274999999942 4444911.72681468 13683 5000 3.7413326e-11 4444911.7 Loop time of 0.0170581 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:29 2021 Pair time (%) = 0.000995159 (5.83393) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.19288) Outpt time (%) = 0.0159452 (93.4756) Other time (%) = 8.4877e-05 (0.497575) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:29 2021 Memory usage per processor = 27.5355 Mbytes Step Atoms AVEKE stressZZ 13683 5000 3.7413326e-11 4444892.9 13684 -0.0106274999999942 4444820.30515492 13684 5000 3.6972699e-11 4444820.3 Loop time of 0.017134 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:29 2021 Pair time (%) = 0.00104499 (6.09894) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.197593) Outpt time (%) = 0.0159621 (93.1608) Other time (%) = 9.29832e-05 (0.542684) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:29 2021 Memory usage per processor = 27.5355 Mbytes Step Atoms AVEKE stressZZ 13684 5000 3.6972699e-11 4444801.6 13685 -0.0106274999999942 4444729.36828343 13685 5000 3.6693047e-11 4444729.4 Loop time of 0.0167899 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:29 2021 Pair time (%) = 0.00102115 (6.08191) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.201642) Outpt time (%) = 0.015635 (93.1215) Other time (%) = 9.98974e-05 (0.594985) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:29 2021 Memory usage per processor = 27.5355 Mbytes Step Atoms AVEKE stressZZ 13685 5000 3.6693047e-11 4444710.8 13686 -0.0106274999999942 4444638.74117932 13686 5000 3.6514895e-11 4444638.7 Loop time of 0.0164709 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:29 2021 Pair time (%) = 0.001019 (6.18667) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.201204) Outpt time (%) = 0.015327 (93.0548) Other time (%) = 9.17912e-05 (0.557293) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:29 2021 Memory usage per processor = 27.5355 Mbytes Step Atoms AVEKE stressZZ 13686 5000 3.6514895e-11 4444620.2 13687 -0.0106274999999942 4444548.31261451 13687 5000 3.6400923e-11 4444548.3 Loop time of 0.016351 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:29 2021 Pair time (%) = 0.00101781 (6.22476) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.201222) Outpt time (%) = 0.0152159 (93.0578) Other time (%) = 8.44002e-05 (0.516178) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:29 2021 Memory usage per processor = 27.5355 Mbytes Step Atoms AVEKE stressZZ 13687 5000 3.6400923e-11 4444529.8 13688 -0.0106274999999942 4444458.01190207 13688 5000 3.6327608e-11 4444458 Loop time of 0.0164511 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:29 2021 Pair time (%) = 0.00101995 (6.19991) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.201446) Outpt time (%) = 0.0153081 (93.0523) Other time (%) = 8.98838e-05 (0.546369) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:29 2021 Memory usage per processor = 27.5355 Mbytes Step Atoms AVEKE stressZZ 13688 5000 3.6327608e-11 4444439.5 13689 -0.0106274999999942 4444367.79411947 13689 5000 3.6280078e-11 4444367.8 Loop time of 0.017534 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:29 2021 Pair time (%) = 0.00101709 (5.80069) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182206) Outpt time (%) = 0.0163949 (93.5031) Other time (%) = 9.01222e-05 (0.513985) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:29 2021 Memory usage per processor = 27.5355 Mbytes Step Atoms AVEKE stressZZ 13689 5000 3.6280078e-11 4444349.3 13690 -0.0106274999999942 4444277.63071769 13690 5000 3.6248912e-11 4444277.6 Loop time of 0.019521 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:29 2021 Pair time (%) = 0.00105 (5.3788) Neigh time (%) = 0 (0) Comm time (%) = 5.4121e-05 (0.277245) Outpt time (%) = 0.0183091 (93.7919) Other time (%) = 0.000107765 (0.552048) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:29 2021 Memory usage per processor = 27.5355 Mbytes Step Atoms AVEKE stressZZ 13690 5000 3.6248912e-11 4444259.2 13691 -0.0106274999999942 4444187.50355334 13691 5000 3.6228138e-11 4444187.5 Loop time of 0.016504 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:29 2021 Pair time (%) = 0.00101805 (6.16847) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.206579) Outpt time (%) = 0.015336 (92.9229) Other time (%) = 0.000115871 (0.702079) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:29 2021 Memory usage per processor = 27.5355 Mbytes Step Atoms AVEKE stressZZ 13691 5000 3.6228138e-11 4444169 13692 -0.0106274999999942 4444097.40109594 13692 5000 3.6213965e-11 4444097.4 Loop time of 0.016999 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:29 2021 Pair time (%) = 0.00135303 (7.95944) Neigh time (%) = 0 (0) Comm time (%) = 4.19617e-05 (0.246848) Outpt time (%) = 0.0154541 (90.9115) Other time (%) = 0.000149965 (0.8822) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:29 2021 Memory usage per processor = 27.5355 Mbytes Step Atoms AVEKE stressZZ 13692 5000 3.6213965e-11 4444078.9 13693 -0.0106274999999942 4444007.31601742 13693 5000 3.6203984e-11 4444007.3 Loop time of 0.016968 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:29 2021 Pair time (%) = 0.00102186 (6.02228) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.20093) Outpt time (%) = 0.01581 (93.1754) Other time (%) = 0.000102043 (0.601385) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:29 2021 Memory usage per processor = 27.5355 Mbytes Step Atoms AVEKE stressZZ 13693 5000 3.6203984e-11 4443988.9 13694 -0.0106274999999942 4443917.24366069 13694 5000 3.6196668e-11 4443917.2 Loop time of 0.0167501 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:29 2021 Pair time (%) = 0.00101399 (6.05366) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.196427) Outpt time (%) = 0.015609 (93.1877) Other time (%) = 9.41753e-05 (0.562238) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:29 2021 Memory usage per processor = 27.5355 Mbytes Step Atoms AVEKE stressZZ 13694 5000 3.6196668e-11 4443898.8 13695 -0.0106274999999942 4443827.18106581 13695 5000 3.6191045e-11 4443827.2 Loop time of 0.0165989 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:29 2021 Pair time (%) = 0.00106907 (6.44059) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211143) Outpt time (%) = 0.015373 (92.6143) Other time (%) = 0.000121832 (0.733974) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:29 2021 Memory usage per processor = 27.5355 Mbytes Step Atoms AVEKE stressZZ 13695 5000 3.6191045e-11 4443808.7 13696 -0.0106274999999942 4443737.12635162 13696 5000 3.6186497e-11 4443737.1 Loop time of 0.0175049 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:30 2021 Pair time (%) = 0.00124907 (7.13556) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.189319) Outpt time (%) = 0.016119 (92.0826) Other time (%) = 0.000103712 (0.592474) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:30 2021 Memory usage per processor = 27.5355 Mbytes Step Atoms AVEKE stressZZ 13696 5000 3.6186497e-11 4443718.7 13697 -0.0106274999999942 4443647.07832239 13697 5000 3.6182634e-11 4443647.1 Loop time of 0.017107 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:30 2021 Pair time (%) = 0.00101995 (5.9622) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193723) Outpt time (%) = 0.01596 (93.295) Other time (%) = 9.39369e-05 (0.549114) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:30 2021 Memory usage per processor = 27.5355 Mbytes Step Atoms AVEKE stressZZ 13697 5000 3.6182634e-11 4443628.6 13698 -0.0106274999999942 4443557.03621803 13698 5000 3.6179205e-11 4443557 Loop time of 0.0164509 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:30 2021 Pair time (%) = 0.00102115 (6.20725) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.201449) Outpt time (%) = 0.0153019 (93.0159) Other time (%) = 9.46522e-05 (0.575362) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:30 2021 Memory usage per processor = 27.5355 Mbytes Step Atoms AVEKE stressZZ 13698 5000 3.6179205e-11 4443538.6 13699 -0.0106274999999942 4443466.99955544 13699 5000 3.6176053e-11 4443467 Loop time of 0.0169969 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:30 2021 Pair time (%) = 0.00139689 (8.21854) Neigh time (%) = 0 (0) Comm time (%) = 4.19617e-05 (0.246879) Outpt time (%) = 0.0154068 (90.6453) Other time (%) = 0.000151157 (0.889325) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:30 2021 Memory usage per processor = 27.5355 Mbytes Step Atoms AVEKE stressZZ 13699 5000 3.6176053e-11 4443448.5 13700 -0.0106274999999942 4443376.96802724 13700 5000 3.6173076e-11 4443377 Loop time of 0.0194468 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:30 2021 Pair time (%) = 0.00102091 (5.24974) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.170414) Outpt time (%) = 0.0183001 (94.1029) Other time (%) = 9.27448e-05 (0.476914) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:30 2021 Memory usage per processor = 27.5355 Mbytes Step Atoms AVEKE stressZZ 13700 5000 3.6173076e-11 4443358.5 13701 -0.0106274999999942 4443286.94143811 13701 5000 3.6170211e-11 4443286.9 Loop time of 0.0170732 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:30 2021 Pair time (%) = 0.00105405 (6.17372) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192711) Outpt time (%) = 0.015892 (93.082) Other time (%) = 9.41753e-05 (0.551599) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:30 2021 Memory usage per processor = 27.5355 Mbytes Step Atoms AVEKE stressZZ 13701 5000 3.6170211e-11 4443268.5 13702 -0.0106274999999942 4443196.91973355 13702 5000 3.6167417e-11 4443196.9 Loop time of 0.0164802 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:30 2021 Pair time (%) = 0.00108194 (6.56511) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.206878) Outpt time (%) = 0.0152621 (92.6088) Other time (%) = 0.000102043 (0.619186) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:30 2021 Memory usage per processor = 27.5355 Mbytes Step Atoms AVEKE stressZZ 13702 5000 3.6167417e-11 4443178.5 13703 -0.0106274999999942 4443106.90284249 13703 5000 3.6164669e-11 4443106.9 Loop time of 0.0171001 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:30 2021 Pair time (%) = 0.00139189 (8.13965) Neigh time (%) = 0 (0) Comm time (%) = 5.79357e-05 (0.338803) Outpt time (%) = 0.01544 (90.2918) Other time (%) = 0.000210285 (1.22973) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:30 2021 Memory usage per processor = 27.5355 Mbytes Step Atoms AVEKE stressZZ 13703 5000 3.6164669e-11 4443088.5 13704 -0.0106274999999942 4443016.8906836 13704 5000 3.6161949e-11 4443016.9 Loop time of 0.0173459 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:30 2021 Pair time (%) = 0.00102186 (5.89109) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.18968) Outpt time (%) = 0.0161989 (93.3873) Other time (%) = 9.2268e-05 (0.53193) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:30 2021 Memory usage per processor = 27.5355 Mbytes Step Atoms AVEKE stressZZ 13704 5000 3.6161949e-11 4442998.4 13705 -0.0106274999999942 4442926.88321489 13705 5000 3.6159248e-11 4442926.9 Loop time of 0.0165961 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:30 2021 Pair time (%) = 0.001055 (6.35694) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.19825) Outpt time (%) = 0.0154121 (92.8659) Other time (%) = 9.60827e-05 (0.578948) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:30 2021 Memory usage per processor = 27.5355 Mbytes Step Atoms AVEKE stressZZ 13705 5000 3.6159248e-11 4442908.4 13706 -0.0106274999999942 4442836.88041047 13706 5000 3.6156559e-11 4442836.9 Loop time of 0.0167699 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:30 2021 Pair time (%) = 0.00106096 (6.32659) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.214678) Outpt time (%) = 0.015568 (92.8332) Other time (%) = 0.000104904 (0.625551) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:30 2021 Memory usage per processor = 27.5355 Mbytes Step Atoms AVEKE stressZZ 13706 5000 3.6156559e-11 4442818.4 13707 -0.0106274999999942 4442746.88225339 13707 5000 3.6153877e-11 4442746.9 Loop time of 0.0170381 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:30 2021 Pair time (%) = 0.0010488 (6.15563) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.198704) Outpt time (%) = 0.0158579 (93.0733) Other time (%) = 9.75132e-05 (0.572324) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:30 2021 Memory usage per processor = 27.5355 Mbytes Step Atoms AVEKE stressZZ 13707 5000 3.6153877e-11 4442728.4 13708 -0.0106274999999942 4442656.88873258 13708 5000 3.6151201e-11 4442656.9 Loop time of 0.0172069 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:30 2021 Pair time (%) = 0.001019 (5.92205) Neigh time (%) = 0 (0) Comm time (%) = 7.29561e-05 (0.423993) Outpt time (%) = 0.0160189 (93.0956) Other time (%) = 9.60827e-05 (0.558396) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:30 2021 Memory usage per processor = 27.5355 Mbytes Step Atoms AVEKE stressZZ 13708 5000 3.6151201e-11 4442638.4 13709 -0.0106274999999942 4442566.89984019 13709 5000 3.6148527e-11 4442566.9 Loop time of 0.0164659 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:30 2021 Pair time (%) = 0.00108814 (6.60846) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.201266) Outpt time (%) = 0.0152059 (92.3476) Other time (%) = 0.00013876 (0.842709) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:30 2021 Memory usage per processor = 27.5355 Mbytes Step Atoms AVEKE stressZZ 13709 5000 3.6148527e-11 4442548.5 13710 -0.0106274999999942 4442476.91557105 13710 5000 3.6145856e-11 4442476.9 Loop time of 0.0191 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:30 2021 Pair time (%) = 0.00121713 (6.37241) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.198475) Outpt time (%) = 0.017714 (92.7438) Other time (%) = 0.000130892 (0.685299) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:30 2021 Memory usage per processor = 27.5355 Mbytes Step Atoms AVEKE stressZZ 13710 5000 3.6145856e-11 4442458.5 13711 -0.0106274999999942 4442386.93592116 13711 5000 3.6143186e-11 4442386.9 Loop time of 0.0172729 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:30 2021 Pair time (%) = 0.00123096 (7.12649) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191862) Outpt time (%) = 0.0159111 (92.1157) Other time (%) = 9.77516e-05 (0.565923) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:30 2021 Memory usage per processor = 27.5355 Mbytes Step Atoms AVEKE stressZZ 13711 5000 3.6143186e-11 4442368.5 13712 -0.0106274999999942 4442296.9608587 13712 5000 3.6140518e-11 4442297 Loop time of 0.0173099 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:30 2021 Pair time (%) = 0.00116515 (6.73113) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.218999) Outpt time (%) = 0.015995 (92.4039) Other time (%) = 0.000111818 (0.645979) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:30 2021 Memory usage per processor = 27.5355 Mbytes Step Atoms AVEKE stressZZ 13712 5000 3.6140518e-11 4442278.5 13713 -0.0106274999999942 4442206.99040522 13713 5000 3.613785e-11 4442207 Loop time of 0.0164621 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:30 2021 Pair time (%) = 0.00102305 (6.21461) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.207105) Outpt time (%) = 0.0153031 (92.9599) Other time (%) = 0.000101805 (0.618419) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:30 2021 Memory usage per processor = 27.5355 Mbytes Step Atoms AVEKE stressZZ 13713 5000 3.613785e-11 4442188.5 13714 -0.0106274999999942 4442117.02456124 13714 5000 3.6135182e-11 4442117 Loop time of 0.0170281 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:30 2021 Pair time (%) = 0.0012939 (7.59861) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.228224) Outpt time (%) = 0.015547 (91.3023) Other time (%) = 0.000148296 (0.870892) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:30 2021 Memory usage per processor = 27.5355 Mbytes Step Atoms AVEKE stressZZ 13714 5000 3.6135182e-11 4442098.6 13715 -0.0106274999999942 4442027.06332552 13715 5000 3.6132516e-11 4442027.1 Loop time of 0.017179 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:30 2021 Pair time (%) = 0.00106502 (6.19952) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191523) Outpt time (%) = 0.0159869 (93.0608) Other time (%) = 9.41753e-05 (0.5482) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:30 2021 Memory usage per processor = 27.5355 Mbytes Step Atoms AVEKE stressZZ 13715 5000 3.6132516e-11 4442008.6 13716 -0.0106274999999942 4441937.10669685 13716 5000 3.6129849e-11 4441937.1 Loop time of 0.0171468 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:30 2021 Pair time (%) = 0.00101995 (5.94836) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191883) Outpt time (%) = 0.016 (93.3119) Other time (%) = 9.39369e-05 (0.547839) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:30 2021 Memory usage per processor = 27.5355 Mbytes Step Atoms AVEKE stressZZ 13716 5000 3.6129849e-11 4441918.7 13717 -0.0106274999999942 4441847.15467411 13717 5000 3.6127183e-11 4441847.2 Loop time of 0.016649 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:30 2021 Pair time (%) = 0.00102401 (6.15056) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.20478) Outpt time (%) = 0.0154619 (92.8699) Other time (%) = 0.000128984 (0.774728) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:30 2021 Memory usage per processor = 27.5355 Mbytes Step Atoms AVEKE stressZZ 13717 5000 3.6127183e-11 4441828.7 13718 -0.0106274999999942 4441757.20725633 13718 5000 3.6124517e-11 4441757.2 Loop time of 0.017144 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:30 2021 Pair time (%) = 0.00110912 (6.46947) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198868) Outpt time (%) = 0.0158999 (92.7434) Other time (%) = 0.000100851 (0.58826) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:30 2021 Memory usage per processor = 27.5355 Mbytes Step Atoms AVEKE stressZZ 13718 5000 3.6124517e-11 4441738.8 13719 -0.0106274999999942 4441667.26444259 13719 5000 3.6121852e-11 4441667.3 Loop time of 0.0172541 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:30 2021 Pair time (%) = 0.00104308 (6.04541) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190689) Outpt time (%) = 0.0160782 (93.1849) Other time (%) = 9.98974e-05 (0.578977) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:30 2021 Memory usage per processor = 27.5355 Mbytes Step Atoms AVEKE stressZZ 13719 5000 3.6121852e-11 4441648.8 13720 -0.0106274999999942 4441577.32623208 13720 5000 3.6119187e-11 4441577.3 Loop time of 0.01896 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:30 2021 Pair time (%) = 0.0010159 (5.35813) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.173533) Outpt time (%) = 0.0178158 (93.9653) Other time (%) = 9.53674e-05 (0.502993) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:30 2021 Memory usage per processor = 27.5355 Mbytes Step Atoms AVEKE stressZZ 13720 5000 3.6119187e-11 4441558.9 13721 -0.0106274999999942 4441487.39262386 13721 5000 3.6116522e-11 4441487.4 Loop time of 0.016526 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:30 2021 Pair time (%) = 0.00105405 (6.37813) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.212075) Outpt time (%) = 0.0152922 (92.5341) Other time (%) = 0.00014472 (0.875712) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:30 2021 Memory usage per processor = 27.5355 Mbytes Step Atoms AVEKE stressZZ 13721 5000 3.6116522e-11 4441468.9 13722 -0.0106274999999942 4441397.46361725 13722 5000 3.6113858e-11 4441397.5 Loop time of 0.017236 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:30 2021 Pair time (%) = 0.00112009 (6.49855) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192273) Outpt time (%) = 0.0159581 (92.5857) Other time (%) = 0.000124693 (0.723445) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:30 2021 Memory usage per processor = 27.5355 Mbytes Step Atoms AVEKE stressZZ 13722 5000 3.6113858e-11 4441379 13723 -0.0106274999999942 4441307.53921149 13723 5000 3.6111194e-11 4441307.5 Loop time of 0.017297 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:30 2021 Pair time (%) = 0.00104403 (6.03592) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197108) Outpt time (%) = 0.016108 (93.126) Other time (%) = 0.000110865 (0.640946) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:30 2021 Memory usage per processor = 27.5355 Mbytes Step Atoms AVEKE stressZZ 13723 5000 3.6111194e-11 4441289.1 13724 -0.0106274999999942 4441217.61940573 13724 5000 3.610853e-11 4441217.6 Loop time of 0.0166402 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:30 2021 Pair time (%) = 0.0010221 (6.14236) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.197725) Outpt time (%) = 0.0154521 (92.8604) Other time (%) = 0.000133038 (0.799496) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:30 2021 Memory usage per processor = 27.5355 Mbytes Step Atoms AVEKE stressZZ 13724 5000 3.610853e-11 4441199.2 13725 -0.0106274999999942 4441127.70419936 13725 5000 3.6105866e-11 4441127.7 Loop time of 0.017199 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:30 2021 Pair time (%) = 0.00124407 (7.23336) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.232887) Outpt time (%) = 0.0157921 (91.8198) Other time (%) = 0.000122786 (0.713909) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:30 2021 Memory usage per processor = 27.5355 Mbytes Step Atoms AVEKE stressZZ 13725 5000 3.6105866e-11 4441109.3 13726 -0.0106274999999942 4441037.79359171 13726 5000 3.6103203e-11 4441037.8 Loop time of 0.017108 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:30 2021 Pair time (%) = 0.00101686 (5.94375) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192318) Outpt time (%) = 0.0159659 (93.3246) Other time (%) = 9.2268e-05 (0.539328) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:30 2021 Memory usage per processor = 27.5355 Mbytes Step Atoms AVEKE stressZZ 13726 5000 3.6103203e-11 4441019.4 13727 -0.0106274999999942 4440947.88758201 13727 5000 3.610054e-11 4440947.9 Loop time of 0.017539 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:30 2021 Pair time (%) = 0.00105405 (6.00973) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.187592) Outpt time (%) = 0.0163569 (93.2603) Other time (%) = 9.5129e-05 (0.542385) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:30 2021 Memory usage per processor = 27.5355 Mbytes Step Atoms AVEKE stressZZ 13727 5000 3.610054e-11 4440929.4 13728 -0.0106274999999942 4440857.98616956 13728 5000 3.6097877e-11 4440858 Loop time of 0.0166249 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:30 2021 Pair time (%) = 0.00106192 (6.38749) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.203643) Outpt time (%) = 0.0154269 (92.7936) Other time (%) = 0.000102282 (0.61523) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:30 2021 Memory usage per processor = 27.5355 Mbytes Step Atoms AVEKE stressZZ 13728 5000 3.6097877e-11 4440839.5 13729 -0.0106274999999942 4440768.08935379 13729 5000 3.6095215e-11 4440768.1 Loop time of 0.0171309 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:30 2021 Pair time (%) = 0.00120282 (7.02138) Neigh time (%) = 0 (0) Comm time (%) = 4.88758e-05 (0.285309) Outpt time (%) = 0.015728 (91.8109) Other time (%) = 0.000151157 (0.882369) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:30 2021 Memory usage per processor = 27.5355 Mbytes Step Atoms AVEKE stressZZ 13729 5000 3.6095215e-11 4440749.6 13730 -0.0106274999999942 4440678.19713401 13730 5000 3.6092553e-11 4440678.2 Loop time of 0.018595 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:30 2021 Pair time (%) = 0.00101709 (5.46972) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.178221) Outpt time (%) = 0.017451 (93.8482) Other time (%) = 9.36985e-05 (0.503891) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:30 2021 Memory usage per processor = 27.5355 Mbytes Step Atoms AVEKE stressZZ 13730 5000 3.6092553e-11 4440659.8 13731 -0.0106274999999942 4440588.3095095 13731 5000 3.6089891e-11 4440588.3 Loop time of 0.0163319 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:30 2021 Pair time (%) = 0.00101995 (6.24516) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.202917) Outpt time (%) = 0.015188 (92.9957) Other time (%) = 9.08375e-05 (0.556196) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:30 2021 Memory usage per processor = 27.5355 Mbytes Step Atoms AVEKE stressZZ 13731 5000 3.6089891e-11 4440569.9 13732 -0.0106274999999942 4440498.42647977 13732 5000 3.608723e-11 4440498.4 Loop time of 0.0165381 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:30 2021 Pair time (%) = 0.00107098 (6.4758) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.200386) Outpt time (%) = 0.0153451 (92.7861) Other time (%) = 8.89301e-05 (0.537727) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:30 2021 Memory usage per processor = 27.5355 Mbytes Step Atoms AVEKE stressZZ 13732 5000 3.608723e-11 4440480 13733 -0.0106274999999942 4440408.5480441 13733 5000 3.6084568e-11 4440408.5 Loop time of 0.016412 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:30 2021 Pair time (%) = 0.00101805 (6.20306) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.196115) Outpt time (%) = 0.0152709 (93.0473) Other time (%) = 9.08375e-05 (0.553481) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:30 2021 Memory usage per processor = 27.5355 Mbytes Step Atoms AVEKE stressZZ 13733 5000 3.6084568e-11 4440390.1 13734 -0.0106274999999942 4440318.67420198 13734 5000 3.6081907e-11 4440318.7 Loop time of 0.0175562 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:30 2021 Pair time (%) = 0.00128388 (7.313) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.210495) Outpt time (%) = 0.016114 (91.7853) Other time (%) = 0.000121355 (0.691238) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:30 2021 Memory usage per processor = 27.5355 Mbytes Step Atoms AVEKE stressZZ 13734 5000 3.6081907e-11 4440300.2 13735 -0.0106274999999942 4440228.80495268 13735 5000 3.6079247e-11 4440228.8 Loop time of 0.0171499 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:30 2021 Pair time (%) = 0.00105309 (6.14052) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.268309) Outpt time (%) = 0.015939 (92.9392) Other time (%) = 0.000111818 (0.652005) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:30 2021 Memory usage per processor = 27.5355 Mbytes Step Atoms AVEKE stressZZ 13735 5000 3.6079247e-11 4440210.4 13736 -0.0106274999999942 4440138.94029563 13736 5000 3.6076586e-11 4440138.9 Loop time of 0.0166402 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:30 2021 Pair time (%) = 0.00102115 (6.13663) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.197725) Outpt time (%) = 0.0154932 (93.1069) Other time (%) = 9.29832e-05 (0.558787) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:30 2021 Memory usage per processor = 27.5355 Mbytes Step Atoms AVEKE stressZZ 13736 5000 3.6076586e-11 4440120.5 13737 -0.0106274999999942 4440049.0802303 13737 5000 3.6073926e-11 4440049.1 Loop time of 0.016722 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:30 2021 Pair time (%) = 0.00106597 (6.37467) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.20959) Outpt time (%) = 0.0155158 (92.787) Other time (%) = 0.000105143 (0.628769) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:30 2021 Memory usage per processor = 27.5355 Mbytes Step Atoms AVEKE stressZZ 13737 5000 3.6073926e-11 4440030.6 13738 -0.0106274999999942 4439959.22475603 13738 5000 3.6071267e-11 4439959.2 Loop time of 0.0171859 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:30 2021 Pair time (%) = 0.00112486 (6.54523) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.203932) Outpt time (%) = 0.0158949 (92.4878) Other time (%) = 0.00013113 (0.763009) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:30 2021 Memory usage per processor = 27.5355 Mbytes Step Atoms AVEKE stressZZ 13738 5000 3.6071267e-11 4439940.8 13739 -0.0106274999999942 4439869.37387238 13739 5000 3.6068607e-11 4439869.4 Loop time of 0.017215 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:31 2021 Pair time (%) = 0.0010581 (6.14639) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191122) Outpt time (%) = 0.0160289 (93.1099) Other time (%) = 9.5129e-05 (0.552593) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:31 2021 Memory usage per processor = 27.5355 Mbytes Step Atoms AVEKE stressZZ 13739 5000 3.6068607e-11 4439850.9 13740 -0.0106274999999942 4439779.5275785 13740 5000 3.6065948e-11 4439779.5 Loop time of 0.0187469 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:31 2021 Pair time (%) = 0.00101709 (5.42541) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.176777) Outpt time (%) = 0.0176029 (93.898) Other time (%) = 9.36985e-05 (0.499809) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:31 2021 Memory usage per processor = 27.5355 Mbytes Step Atoms AVEKE stressZZ 13740 5000 3.6065948e-11 4439761.1 13741 -0.0106274999999942 4439689.68587413 13741 5000 3.6063289e-11 4439689.7 Loop time of 0.016726 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:31 2021 Pair time (%) = 0.00117111 (7.00174) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.226644) Outpt time (%) = 0.0153959 (92.0475) Other time (%) = 0.000121117 (0.724121) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:31 2021 Memory usage per processor = 27.5355 Mbytes Step Atoms AVEKE stressZZ 13741 5000 3.6063289e-11 4439671.2 13742 -0.0106274999999942 4439599.84875844 13742 5000 3.6060631e-11 4439599.8 Loop time of 0.017405 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:31 2021 Pair time (%) = 0.00113106 (6.49845) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.190406) Outpt time (%) = 0.016144 (92.755) Other time (%) = 9.67979e-05 (0.556149) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:31 2021 Memory usage per processor = 27.5355 Mbytes Step Atoms AVEKE stressZZ 13742 5000 3.6060631e-11 4439581.4 13743 -0.0106274999999942 4439510.01623105 13743 5000 3.6057972e-11 4439510 Loop time of 0.0170829 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:31 2021 Pair time (%) = 0.00101495 (5.9413) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.1926) Outpt time (%) = 0.0159402 (93.3106) Other time (%) = 9.48906e-05 (0.55547) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:31 2021 Memory usage per processor = 27.5355 Mbytes Step Atoms AVEKE stressZZ 13743 5000 3.6057972e-11 4439491.6 13744 -0.0106274999999942 4439420.18829129 13744 5000 3.6055314e-11 4439420.2 Loop time of 0.0164931 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:31 2021 Pair time (%) = 0.00105405 (6.39085) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.206716) Outpt time (%) = 0.0153079 (92.8141) Other time (%) = 9.70364e-05 (0.588346) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:31 2021 Memory usage per processor = 27.5355 Mbytes Step Atoms AVEKE stressZZ 13744 5000 3.6055314e-11 4439401.8 13745 -0.0106274999999942 4439330.36493866 13745 5000 3.6052657e-11 4439330.4 Loop time of 0.016886 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:31 2021 Pair time (%) = 0.00124002 (7.34345) Neigh time (%) = 0 (0) Comm time (%) = 5.38826e-05 (0.319096) Outpt time (%) = 0.0154281 (91.366) Other time (%) = 0.000164032 (0.971408) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:31 2021 Memory usage per processor = 27.5355 Mbytes Step Atoms AVEKE stressZZ 13745 5000 3.6052657e-11 4439311.9 13746 -0.0106274999999942 4439240.54617258 13746 5000 3.6049999e-11 4439240.5 Loop time of 0.0173602 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:31 2021 Pair time (%) = 0.00101805 (5.86426) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189524) Outpt time (%) = 0.0161998 (93.3158) Other time (%) = 0.000109434 (0.630373) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:31 2021 Memory usage per processor = 27.5355 Mbytes Step Atoms AVEKE stressZZ 13746 5000 3.6049999e-11 4439222.1 13747 -0.0106274999999942 4439150.73199257 13747 5000 3.6047342e-11 4439150.7 Loop time of 0.016582 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:31 2021 Pair time (%) = 0.00101995 (6.15097) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.198418) Outpt time (%) = 0.015434 (93.0769) Other time (%) = 9.5129e-05 (0.573688) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:31 2021 Memory usage per processor = 27.5355 Mbytes Step Atoms AVEKE stressZZ 13747 5000 3.6047342e-11 4439132.3 13748 -0.0106274999999942 4439060.92239798 13748 5000 3.6044685e-11 4439060.9 Loop time of 0.016623 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:31 2021 Pair time (%) = 0.0010829 (6.51444) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.209403) Outpt time (%) = 0.0153999 (92.6422) Other time (%) = 0.000105381 (0.633946) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:31 2021 Memory usage per processor = 27.5355 Mbytes Step Atoms AVEKE stressZZ 13748 5000 3.6044685e-11 4439042.5 13749 -0.0106274999999942 4438971.11738832 13749 5000 3.6042029e-11 4438971.1 Loop time of 0.0170879 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:31 2021 Pair time (%) = 0.00106215 (6.21582) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.19952) Outpt time (%) = 0.0158911 (92.9959) Other time (%) = 0.000100613 (0.588793) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:31 2021 Memory usage per processor = 27.5355 Mbytes Step Atoms AVEKE stressZZ 13749 5000 3.6042029e-11 4438952.7 13750 -0.0106274999999942 4438881.31696307 13750 5000 3.6039372e-11 4438881.3 Loop time of 0.01929 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:31 2021 Pair time (%) = 0.00101805 (5.2776) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.1718) Outpt time (%) = 0.0181448 (94.0636) Other time (%) = 9.39369e-05 (0.486973) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:31 2021 Memory usage per processor = 27.5355 Mbytes Step Atoms AVEKE stressZZ 13750 5000 3.6039372e-11 4438862.9 13751 -0.0106274999999942 4438791.52112165 13751 5000 3.6036716e-11 4438791.5 Loop time of 0.0168791 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:31 2021 Pair time (%) = 0.00101614 (6.02011) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.200576) Outpt time (%) = 0.015734 (93.2157) Other time (%) = 9.5129e-05 (0.563591) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:31 2021 Memory usage per processor = 27.5355 Mbytes Step Atoms AVEKE stressZZ 13751 5000 3.6036716e-11 4438773.1 13752 -0.0106274999999942 4438701.7298636 13752 5000 3.6034061e-11 4438701.7 Loop time of 0.0168591 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:31 2021 Pair time (%) = 0.00119185 (7.06952) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.206471) Outpt time (%) = 0.0154951 (91.9094) Other time (%) = 0.000137329 (0.814572) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:31 2021 Memory usage per processor = 27.5355 Mbytes Step Atoms AVEKE stressZZ 13752 5000 3.6034061e-11 4438683.3 13753 -0.0106274999999942 4438611.9431883 13753 5000 3.6031405e-11 4438611.9 Loop time of 0.017375 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:31 2021 Pair time (%) = 0.00120807 (6.95291) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.196224) Outpt time (%) = 0.016037 (92.2992) Other time (%) = 9.58443e-05 (0.551622) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:31 2021 Memory usage per processor = 27.5355 Mbytes Step Atoms AVEKE stressZZ 13753 5000 3.6031405e-11 4438593.5 13754 -0.0106274999999942 4438522.16109527 13754 5000 3.602875e-11 4438522.2 Loop time of 0.016938 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:31 2021 Pair time (%) = 0.00106502 (6.28774) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.195656) Outpt time (%) = 0.0157449 (92.9564) Other time (%) = 9.48906e-05 (0.560224) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:31 2021 Memory usage per processor = 27.5355 Mbytes Step Atoms AVEKE stressZZ 13754 5000 3.602875e-11 4438503.7 13755 -0.0106274999999942 4438432.38358401 13755 5000 3.6026095e-11 4438432.4 Loop time of 0.016984 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:31 2021 Pair time (%) = 0.00106096 (6.24684) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.211971) Outpt time (%) = 0.015785 (92.9404) Other time (%) = 0.000102043 (0.60082) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:31 2021 Memory usage per processor = 27.5355 Mbytes Step Atoms AVEKE stressZZ 13755 5000 3.6026095e-11 4438414 13756 -0.0106274999999942 4438342.61065392 13756 5000 3.6023441e-11 4438342.6 Loop time of 0.01717 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:31 2021 Pair time (%) = 0.00107288 (6.24861) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.209676) Outpt time (%) = 0.015924 (92.7433) Other time (%) = 0.000137091 (0.798434) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:31 2021 Memory usage per processor = 27.5355 Mbytes Step Atoms AVEKE stressZZ 13756 5000 3.6023441e-11 4438324.2 13757 -0.0106274999999942 4438252.8423045 13757 5000 3.6020787e-11 4438252.8 Loop time of 0.0170858 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:31 2021 Pair time (%) = 0.00105691 (6.1859) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192568) Outpt time (%) = 0.015902 (93.0717) Other time (%) = 9.39369e-05 (0.549796) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:31 2021 Memory usage per processor = 27.5355 Mbytes Step Atoms AVEKE stressZZ 13757 5000 3.6020787e-11 4438234.4 13758 -0.0106274999999942 4438163.07853534 13758 5000 3.6018133e-11 4438163.1 Loop time of 0.0165341 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:31 2021 Pair time (%) = 0.00101995 (6.1688) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.198993) Outpt time (%) = 0.015388 (93.0684) Other time (%) = 9.32217e-05 (0.563815) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:31 2021 Memory usage per processor = 27.5355 Mbytes Step Atoms AVEKE stressZZ 13758 5000 3.6018133e-11 4438144.6 13759 -0.0106274999999942 4438073.31934575 13759 5000 3.6015479e-11 4438073.3 Loop time of 0.0165579 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:31 2021 Pair time (%) = 0.00106382 (6.42486) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.210226) Outpt time (%) = 0.015357 (92.7472) Other time (%) = 0.000102282 (0.617719) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:31 2021 Memory usage per processor = 27.5355 Mbytes Step Atoms AVEKE stressZZ 13759 5000 3.6015479e-11 4438054.9 13760 -0.0106274999999942 4437983.56473531 13760 5000 3.6012826e-11 4437983.6 Loop time of 0.0194099 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:31 2021 Pair time (%) = 0.00108409 (5.58524) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.170739) Outpt time (%) = 0.018194 (93.7355) Other time (%) = 9.87053e-05 (0.508531) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:31 2021 Memory usage per processor = 27.5355 Mbytes Step Atoms AVEKE stressZZ 13760 5000 3.6012826e-11 4437965.1 13761 -0.0106274999999942 4437893.81470355 13761 5000 3.6010173e-11 4437893.8 Loop time of 0.0173171 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:31 2021 Pair time (%) = 0.00101995 (5.88988) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184489) Outpt time (%) = 0.0161741 (93.3997) Other time (%) = 9.10759e-05 (0.525932) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:31 2021 Memory usage per processor = 27.5355 Mbytes Step Atoms AVEKE stressZZ 13761 5000 3.6010173e-11 4437875.4 13762 -0.0106274999999942 4437804.06924985 13762 5000 3.600752e-11 4437804.1 Loop time of 0.016613 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:31 2021 Pair time (%) = 0.00105906 (6.37486) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.199483) Outpt time (%) = 0.0154262 (92.8559) Other time (%) = 9.46522e-05 (0.569747) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:31 2021 Memory usage per processor = 27.5355 Mbytes Step Atoms AVEKE stressZZ 13762 5000 3.600752e-11 4437785.6 13763 -0.0106274999999942 4437714.3283738 13763 5000 3.6004868e-11 4437714.3 Loop time of 0.0168231 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:31 2021 Pair time (%) = 0.00117397 (6.97836) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.232423) Outpt time (%) = 0.015497 (92.1175) Other time (%) = 0.00011301 (0.671759) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:31 2021 Memory usage per processor = 27.5355 Mbytes Step Atoms AVEKE stressZZ 13763 5000 3.6004868e-11 4437695.9 13764 -0.0106274999999942 4437624.59207484 13764 5000 3.6002215e-11 4437624.6 Loop time of 0.0170081 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:31 2021 Pair time (%) = 0.00114298 (6.72022) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.19485) Outpt time (%) = 0.0157421 (92.5565) Other time (%) = 8.98838e-05 (0.528478) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:31 2021 Memory usage per processor = 27.5355 Mbytes Step Atoms AVEKE stressZZ 13764 5000 3.6002215e-11 4437606.2 13765 -0.0106274999999942 4437534.86035248 13765 5000 3.5999564e-11 4437534.9 Loop time of 0.0172381 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:31 2021 Pair time (%) = 0.0011189 (6.49083) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192249) Outpt time (%) = 0.0159838 (92.7236) Other time (%) = 0.000102282 (0.593345) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:31 2021 Memory usage per processor = 27.5355 Mbytes Step Atoms AVEKE stressZZ 13765 5000 3.5999564e-11 4437516.4 13766 -0.0106274999999942 4437445.13320623 13766 5000 3.5996912e-11 4437445.1 Loop time of 0.0164561 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:31 2021 Pair time (%) = 0.00102687 (6.24004) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.199936) Outpt time (%) = 0.0153 (92.9747) Other time (%) = 9.63211e-05 (0.585321) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:31 2021 Memory usage per processor = 27.5355 Mbytes Step Atoms AVEKE stressZZ 13766 5000 3.5996912e-11 4437426.7 13767 -0.0106274999999942 4437355.41063551 13767 5000 3.5994261e-11 4437355.4 Loop time of 0.017103 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:31 2021 Pair time (%) = 0.00140405 (8.20938) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.216073) Outpt time (%) = 0.0155001 (90.628) Other time (%) = 0.000161886 (0.946539) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:31 2021 Memory usage per processor = 27.5355 Mbytes Step Atoms AVEKE stressZZ 13767 5000 3.5994261e-11 4437337 13768 -0.0106274999999942 4437265.6926399 13768 5000 3.599161e-11 4437265.7 Loop time of 0.01718 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:31 2021 Pair time (%) = 0.001019 (5.93133) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191512) Outpt time (%) = 0.016036 (93.3415) Other time (%) = 9.20296e-05 (0.53568) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:31 2021 Memory usage per processor = 27.5355 Mbytes Step Atoms AVEKE stressZZ 13768 5000 3.599161e-11 4437247.3 13769 -0.0106274999999942 4437175.97921889 13769 5000 3.5988959e-11 4437176 Loop time of 0.0165451 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:31 2021 Pair time (%) = 0.00105786 (6.39383) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.198862) Outpt time (%) = 0.0153589 (92.8309) Other time (%) = 9.53674e-05 (0.57641) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:31 2021 Memory usage per processor = 27.5355 Mbytes Step Atoms AVEKE stressZZ 13769 5000 3.5988959e-11 4437157.6 13770 -0.0106274999999942 4437086.27037196 13770 5000 3.5986309e-11 4437086.3 Loop time of 0.018832 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:31 2021 Pair time (%) = 0.00118613 (6.2985) Neigh time (%) = 0 (0) Comm time (%) = 4.91142e-05 (0.260802) Outpt time (%) = 0.0174928 (92.8887) Other time (%) = 0.000103951 (0.55199) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:31 2021 Memory usage per processor = 27.5355 Mbytes Step Atoms AVEKE stressZZ 13770 5000 3.5986309e-11 4437067.8 13771 -0.0106274999999942 4436996.56609867 13771 5000 3.5983658e-11 4436996.6 Loop time of 0.0168681 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:31 2021 Pair time (%) = 0.0010941 (6.48622) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.200707) Outpt time (%) = 0.0156119 (92.5527) Other time (%) = 0.000128269 (0.760424) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:31 2021 Memory usage per processor = 27.5355 Mbytes Step Atoms AVEKE stressZZ 13771 5000 3.5983658e-11 4436978.1 13772 -0.0106274999999942 4436906.8663984 13772 5000 3.5981009e-11 4436906.9 Loop time of 0.0172219 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:31 2021 Pair time (%) = 0.00106311 (6.17299) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.203505) Outpt time (%) = 0.0160229 (93.0379) Other time (%) = 0.000100851 (0.585597) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:31 2021 Memory usage per processor = 27.5355 Mbytes Step Atoms AVEKE stressZZ 13772 5000 3.5981009e-11 4436888.4 13773 -0.0106274999999942 4436817.17127081 13773 5000 3.5978359e-11 4436817.2 Loop time of 0.016587 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:31 2021 Pair time (%) = 0.001019 (6.14336) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.199796) Outpt time (%) = 0.0154459 (93.1207) Other time (%) = 8.89301e-05 (0.536143) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:31 2021 Memory usage per processor = 27.5355 Mbytes Step Atoms AVEKE stressZZ 13773 5000 3.5978359e-11 4436798.7 13774 -0.0106274999999942 4436727.48071525 13774 5000 3.597571e-11 4436727.5 Loop time of 0.0167081 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:31 2021 Pair time (%) = 0.00115895 (6.93646) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.234022) Outpt time (%) = 0.0153971 (92.1531) Other time (%) = 0.00011301 (0.67638) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:31 2021 Memory usage per processor = 27.5355 Mbytes Step Atoms AVEKE stressZZ 13774 5000 3.597571e-11 4436709.1 13775 -0.0106274999999942 4436637.7947313 13775 5000 3.5973061e-11 4436637.8 Loop time of 0.0164769 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:31 2021 Pair time (%) = 0.001019 (6.18443) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.199685) Outpt time (%) = 0.0153329 (93.0573) Other time (%) = 9.20296e-05 (0.558538) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:31 2021 Memory usage per processor = 27.5355 Mbytes Step Atoms AVEKE stressZZ 13775 5000 3.5973061e-11 4436619.4 13776 -0.0106274999999942 4436548.11331852 13776 5000 3.5970412e-11 4436548.1 Loop time of 0.016233 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:31 2021 Pair time (%) = 0.00101805 (6.27148) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.204154) Outpt time (%) = 0.0150909 (92.9648) Other time (%) = 9.08375e-05 (0.559586) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:23:31 2021 Memory usage per processor = 27.5355 Mbytes Step Atoms AVEKE stressZZ 13776 5000 3.5970412e-11 4436529.7 13777 -0.0106274999999942 4436444.14703141 13777 5000 7.1045913e-11 4436589.9 Loop time of 0.0159729 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:31 2021 Pair time (%) = 0.001019 (6.37958) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.205986) Outpt time (%) = 0.014807 (92.7009) Other time (%) = 0.000113964 (0.713486) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:31 2021 Memory usage per processor = 27.5355 Mbytes Step Atoms AVEKE stressZZ 13777 5000 7.1045913e-11 4488038.9 13778 -0.0106599999999942 4487944.4784956 13778 5000 5.7232242e-11 4487944.5 Loop time of 0.0162079 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:31 2021 Pair time (%) = 0.001019 (6.28705) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.202998) Outpt time (%) = 0.0150659 (92.9539) Other time (%) = 9.01222e-05 (0.556038) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:31 2021 Memory usage per processor = 27.5355 Mbytes Step Atoms AVEKE stressZZ 13778 5000 5.7232242e-11 4487919.7 13779 -0.0106599999999942 4487833.34049688 13779 5000 4.9227835e-11 4487833.3 Loop time of 0.0174172 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:31 2021 Pair time (%) = 0.00118089 (6.78001) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.21765) Outpt time (%) = 0.0160589 (92.2016) Other time (%) = 0.000139475 (0.800788) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:31 2021 Memory usage per processor = 27.5355 Mbytes Step Atoms AVEKE stressZZ 13779 5000 4.9227835e-11 4487810.8 13780 -0.0106599999999942 4487729.56739435 13780 5000 4.4453132e-11 4487729.6 Loop time of 0.019165 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:31 2021 Pair time (%) = 0.001019 (5.31698) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.171676) Outpt time (%) = 0.018014 (93.9938) Other time (%) = 9.91821e-05 (0.517516) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:31 2021 Memory usage per processor = 27.5356 Mbytes Step Atoms AVEKE stressZZ 13780 5000 4.4453132e-11 4487708.4 13781 -0.0106599999999942 4487630.47645202 13781 5000 4.1544273e-11 4487630.5 Loop time of 0.0171239 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:31 2021 Pair time (%) = 0.00104904 (6.12617) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.20467) Outpt time (%) = 0.0159411 (93.0927) Other time (%) = 9.87053e-05 (0.576417) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:31 2021 Memory usage per processor = 27.5356 Mbytes Step Atoms AVEKE stressZZ 13781 5000 4.1544273e-11 4487610.2 13782 -0.0106599999999942 4487534.36276713 13782 5000 3.974578e-11 4487534.4 Loop time of 0.016639 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:32 2021 Pair time (%) = 0.00103593 (6.22591) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.210635) Outpt time (%) = 0.0154688 (92.9674) Other time (%) = 9.91821e-05 (0.596082) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:32 2021 Memory usage per processor = 27.5356 Mbytes Step Atoms AVEKE stressZZ 13782 5000 3.974578e-11 4487514.7 13783 -0.0106599999999942 4487440.14285666 13783 5000 3.8622478e-11 4487440.1 Loop time of 0.0172241 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:32 2021 Pair time (%) = 0.00138497 (8.04092) Neigh time (%) = 0 (0) Comm time (%) = 5.79357e-05 (0.336365) Outpt time (%) = 0.0155759 (90.4309) Other time (%) = 0.000205278 (1.19181) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:32 2021 Memory usage per processor = 27.5356 Mbytes Step Atoms AVEKE stressZZ 13783 5000 3.8622478e-11 4487420.8 13784 -0.0106599999999942 4487347.12815525 13784 5000 3.7915965e-11 4487347.1 Loop time of 0.0172489 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:32 2021 Pair time (%) = 0.00106192 (6.15644) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190747) Outpt time (%) = 0.0160599 (93.1068) Other time (%) = 9.41753e-05 (0.54598) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:32 2021 Memory usage per processor = 27.5356 Mbytes Step Atoms AVEKE stressZZ 13784 5000 3.7915965e-11 4487328 13785 -0.0106599999999942 4487254.88107176 13785 5000 3.7469353e-11 4487254.9 Loop time of 0.0167131 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:32 2021 Pair time (%) = 0.0010159 (6.07846) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.196862) Outpt time (%) = 0.0155699 (93.1598) Other time (%) = 9.44138e-05 (0.564907) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:32 2021 Memory usage per processor = 27.5356 Mbytes Step Atoms AVEKE stressZZ 13785 5000 3.7469353e-11 4487235.9 13786 -0.0106599999999942 4487163.12351187 13786 5000 3.7185902e-11 4487163.1 Loop time of 0.0166762 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:32 2021 Pair time (%) = 0.00105286 (6.31353) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.208735) Outpt time (%) = 0.0154512 (92.6542) Other time (%) = 0.000137329 (0.823504) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:32 2021 Memory usage per processor = 27.5356 Mbytes Step Atoms AVEKE stressZZ 13786 5000 3.7185902e-11 4487144.2 13787 -0.0106599999999942 4487071.67874322 13787 5000 3.7005331e-11 4487071.7 Loop time of 0.017303 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:32 2021 Pair time (%) = 0.00116897 (6.75586) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.202552) Outpt time (%) = 0.0159888 (92.405) Other time (%) = 0.000110149 (0.636592) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:32 2021 Memory usage per processor = 27.5356 Mbytes Step Atoms AVEKE stressZZ 13787 5000 3.7005331e-11 4487052.9 13788 -0.0106599999999942 4486980.43444999 13788 5000 3.6889812e-11 4486980.4 Loop time of 0.0172811 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:32 2021 Pair time (%) = 0.00102091 (5.90767) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191772) Outpt time (%) = 0.016134 (93.3625) Other time (%) = 9.29832e-05 (0.538065) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:32 2021 Memory usage per processor = 27.5356 Mbytes Step Atoms AVEKE stressZZ 13788 5000 3.6889812e-11 4486961.7 13789 -0.0106599999999942 4486889.31925415 13789 5000 3.6815502e-11 4486889.3 Loop time of 0.016494 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:32 2021 Pair time (%) = 0.00102091 (6.18956) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.200922) Outpt time (%) = 0.0153461 (93.04) Other time (%) = 9.39369e-05 (0.569521) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:32 2021 Memory usage per processor = 27.5356 Mbytes Step Atoms AVEKE stressZZ 13789 5000 3.6815502e-11 4486870.6 13790 -0.0106599999999942 4486798.28779387 13790 5000 3.6767326e-11 4486798.3 Loop time of 0.019562 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:32 2021 Pair time (%) = 0.00131893 (6.74231) Neigh time (%) = 0 (0) Comm time (%) = 4.48227e-05 (0.229131) Outpt time (%) = 0.0180271 (92.1535) Other time (%) = 0.000171185 (0.875087) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:32 2021 Memory usage per processor = 27.5356 Mbytes Step Atoms AVEKE stressZZ 13790 5000 3.6767326e-11 4486779.5 13791 -0.0106599999999942 4486707.31124093 13791 5000 3.6735738e-11 4486707.3 Loop time of 0.0175741 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:32 2021 Pair time (%) = 0.0011971 (6.81174) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.194001) Outpt time (%) = 0.0162468 (92.4475) Other time (%) = 9.60827e-05 (0.54673) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:32 2021 Memory usage per processor = 27.5356 Mbytes Step Atoms AVEKE stressZZ 13791 5000 3.6735738e-11 4486688.6 13792 -0.0106599999999942 4486616.37127453 13792 5000 3.6714682e-11 4486616.4 Loop time of 0.0169981 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:32 2021 Pair time (%) = 0.00101995 (6.00042) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.199172) Outpt time (%) = 0.0158501 (93.2464) Other time (%) = 9.41753e-05 (0.554036) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:32 2021 Memory usage per processor = 27.5356 Mbytes Step Atoms AVEKE stressZZ 13792 5000 3.6714682e-11 4486597.6 13793 -0.0106599999999942 4486525.45625138 13793 5000 3.6700316e-11 4486525.5 Loop time of 0.016608 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:32 2021 Pair time (%) = 0.00102806 (6.19015) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.20385) Outpt time (%) = 0.015451 (93.0332) Other time (%) = 9.5129e-05 (0.57279) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:32 2021 Memory usage per processor = 27.5356 Mbytes Step Atoms AVEKE stressZZ 13793 5000 3.6700316e-11 4486506.7 13794 -0.0106599999999942 4486434.55877193 13794 5000 3.66902e-11 4486434.6 Loop time of 0.01685 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:32 2021 Pair time (%) = 0.00123 (7.29971) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.219317) Outpt time (%) = 0.015445 (91.6617) Other time (%) = 0.000138044 (0.819255) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:32 2021 Memory usage per processor = 27.5356 Mbytes Step Atoms AVEKE stressZZ 13794 5000 3.66902e-11 4486415.8 13795 -0.0106599999999942 4486343.67413341 13795 5000 3.6682784e-11 4486343.7 Loop time of 0.0174391 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:32 2021 Pair time (%) = 0.00110912 (6.35997) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.200971) Outpt time (%) = 0.0161848 (92.8074) Other time (%) = 0.000110149 (0.631622) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:32 2021 Memory usage per processor = 27.5356 Mbytes Step Atoms AVEKE stressZZ 13795 5000 3.6682784e-11 4486325 13796 -0.0106599999999942 4486252.79934702 13796 5000 3.6677085e-11 4486252.8 Loop time of 0.017333 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:32 2021 Pair time (%) = 0.00102615 (5.92022) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189821) Outpt time (%) = 0.01618 (93.348) Other time (%) = 9.39369e-05 (0.541953) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:32 2021 Memory usage per processor = 27.5356 Mbytes Step Atoms AVEKE stressZZ 13796 5000 3.6677085e-11 4486234.1 13797 -0.0106599999999942 4486161.93251306 13797 5000 3.6672476e-11 4486161.9 Loop time of 0.0164831 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:32 2021 Pair time (%) = 0.00101686 (6.16909) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.205395) Outpt time (%) = 0.0153019 (92.8343) Other time (%) = 0.000130415 (0.791206) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:32 2021 Memory usage per processor = 27.5356 Mbytes Step Atoms AVEKE stressZZ 13797 5000 3.6672476e-11 4486143.2 13798 -0.0106599999999942 4486071.07242426 13798 5000 3.6668561e-11 4486071.1 Loop time of 0.0176179 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:32 2021 Pair time (%) = 0.00112581 (6.39015) Neigh time (%) = 0 (0) Comm time (%) = 5.00679e-05 (0.284187) Outpt time (%) = 0.0163178 (92.6206) Other time (%) = 0.000124216 (0.705054) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:32 2021 Memory usage per processor = 27.5356 Mbytes Step Atoms AVEKE stressZZ 13798 5000 3.6668561e-11 4486052.4 13799 -0.0106599999999942 4485980.21831303 13799 5000 3.6665086e-11 4485980.2 Loop time of 0.0171669 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:32 2021 Pair time (%) = 0.00112605 (6.55945) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204158) Outpt time (%) = 0.0158968 (92.6017) Other time (%) = 0.000108957 (0.634696) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:32 2021 Memory usage per processor = 27.5356 Mbytes Step Atoms AVEKE stressZZ 13799 5000 3.6665086e-11 4485961.5 13800 -0.0106599999999942 4485889.36969158 13800 5000 3.6661891e-11 4485889.4 Loop time of 0.0195339 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:32 2021 Pair time (%) = 0.0010469 (5.35939) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.178199) Outpt time (%) = 0.0183499 (93.9388) Other time (%) = 0.000102282 (0.523611) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:32 2021 Memory usage per processor = 27.5356 Mbytes Step Atoms AVEKE stressZZ 13800 5000 3.6661891e-11 4485870.7 13801 -0.0106599999999942 4485798.52624954 13801 5000 3.6658874e-11 4485798.5 Loop time of 0.016541 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:32 2021 Pair time (%) = 0.00104809 (6.3363) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.206117) Outpt time (%) = 0.0153558 (92.8349) Other time (%) = 0.000102997 (0.622676) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:32 2021 Memory usage per processor = 27.5356 Mbytes Step Atoms AVEKE stressZZ 13801 5000 3.6658874e-11 4485779.8 13802 -0.0106599999999942 4485707.68778958 13802 5000 3.665597e-11 4485707.7 Loop time of 0.0168929 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:32 2021 Pair time (%) = 0.0010879 (6.44) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.206058) Outpt time (%) = 0.015662 (92.7132) Other time (%) = 0.000108242 (0.640754) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:32 2021 Memory usage per processor = 27.5356 Mbytes Step Atoms AVEKE stressZZ 13802 5000 3.665597e-11 4485689 13803 -0.0106599999999942 4485616.85418616 13803 5000 3.6653139e-11 4485616.9 Loop time of 0.0171468 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:32 2021 Pair time (%) = 0.00114918 (6.70198) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.203006) Outpt time (%) = 0.015862 (92.5068) Other time (%) = 0.000100851 (0.588162) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:32 2021 Memory usage per processor = 27.5356 Mbytes Step Atoms AVEKE stressZZ 13803 5000 3.6653139e-11 4485598.1 13804 -0.0106599999999942 4485526.02535923 13804 5000 3.6650353e-11 4485526 Loop time of 0.016686 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:32 2021 Pair time (%) = 0.00102901 (6.16695) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.198611) Outpt time (%) = 0.015516 (92.9886) Other time (%) = 0.000107765 (0.645843) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:32 2021 Memory usage per processor = 27.5356 Mbytes Step Atoms AVEKE stressZZ 13804 5000 3.6650353e-11 4485507.3 13805 -0.0106599999999942 4485435.20125784 13805 5000 3.6647597e-11 4485435.2 Loop time of 0.016639 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:32 2021 Pair time (%) = 0.00110412 (6.63572) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.216366) Outpt time (%) = 0.0153792 (92.4286) Other time (%) = 0.000119686 (0.719311) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:32 2021 Memory usage per processor = 27.5356 Mbytes Step Atoms AVEKE stressZZ 13805 5000 3.6647597e-11 4485416.5 13806 -0.0106599999999942 4485344.38184928 13806 5000 3.664486e-11 4485344.4 Loop time of 0.0171931 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:32 2021 Pair time (%) = 0.00101995 (5.93236) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191366) Outpt time (%) = 0.0160501 (93.3521) Other time (%) = 9.01222e-05 (0.524177) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:32 2021 Memory usage per processor = 27.5356 Mbytes Step Atoms AVEKE stressZZ 13806 5000 3.664486e-11 4485325.7 13807 -0.0106599999999942 4485253.56711282 13807 5000 3.6642134e-11 4485253.6 Loop time of 0.016906 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:32 2021 Pair time (%) = 0.00102305 (6.05142) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.201667) Outpt time (%) = 0.0157571 (93.204) Other time (%) = 9.17912e-05 (0.542949) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:32 2021 Memory usage per processor = 27.5356 Mbytes Step Atoms AVEKE stressZZ 13807 5000 3.6642134e-11 4485234.9 13808 -0.0106599999999942 4485162.75703493 13808 5000 3.6639416e-11 4485162.8 Loop time of 0.016798 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:32 2021 Pair time (%) = 0.00105309 (6.26916) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208641) Outpt time (%) = 0.0156059 (92.9034) Other time (%) = 0.000103951 (0.618826) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:32 2021 Memory usage per processor = 27.5356 Mbytes Step Atoms AVEKE stressZZ 13808 5000 3.6639416e-11 4485144.1 13809 -0.0106599999999942 4485071.95160693 13809 5000 3.6636704e-11 4485072 Loop time of 0.017086 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:32 2021 Pair time (%) = 0.00116992 (6.84723) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.199542) Outpt time (%) = 0.0157218 (92.0155) Other time (%) = 0.000160217 (0.937709) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:32 2021 Memory usage per processor = 27.5356 Mbytes Step Atoms AVEKE stressZZ 13809 5000 3.6636704e-11 4485053.2 13810 -0.0106599999999942 4484981.15082302 13810 5000 3.6633994e-11 4484981.2 Loop time of 0.019454 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:32 2021 Pair time (%) = 0.001019 (5.238) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.169126) Outpt time (%) = 0.0183139 (94.1394) Other time (%) = 8.82149e-05 (0.453454) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:32 2021 Memory usage per processor = 27.5356 Mbytes Step Atoms AVEKE stressZZ 13810 5000 3.6633994e-11 4484962.4 13811 -0.0106599999999942 4484890.35467952 13811 5000 3.6631287e-11 4484890.4 Loop time of 0.0172541 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:32 2021 Pair time (%) = 0.00101805 (5.90032) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192071) Outpt time (%) = 0.016062 (93.091) Other time (%) = 0.000140905 (0.816648) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:32 2021 Memory usage per processor = 27.5356 Mbytes Step Atoms AVEKE stressZZ 13811 5000 3.6631287e-11 4484871.6 13812 -0.0106599999999942 4484799.56317369 13812 5000 3.6628581e-11 4484799.6 Loop time of 0.016768 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:32 2021 Pair time (%) = 0.00106406 (6.3458) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.214702) Outpt time (%) = 0.0155659 (92.8309) Other time (%) = 0.000102043 (0.60856) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:32 2021 Memory usage per processor = 27.5356 Mbytes Step Atoms AVEKE stressZZ 13812 5000 3.6628581e-11 4484780.9 13813 -0.0106599999999942 4484708.77630384 13813 5000 3.6625877e-11 4484708.8 Loop time of 0.0174241 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:32 2021 Pair time (%) = 0.00114417 (6.5666) Neigh time (%) = 0 (0) Comm time (%) = 5.91278e-05 (0.339345) Outpt time (%) = 0.016103 (92.4181) Other time (%) = 0.000117779 (0.675953) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:32 2021 Memory usage per processor = 27.5356 Mbytes Step Atoms AVEKE stressZZ 13813 5000 3.6625877e-11 4484690.1 13814 -0.0106599999999942 4484617.99406862 13814 5000 3.6623173e-11 4484618 Loop time of 0.0171771 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:32 2021 Pair time (%) = 0.00106096 (6.17661) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.18738) Outpt time (%) = 0.0159888 (93.0822) Other time (%) = 9.5129e-05 (0.553813) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:32 2021 Memory usage per processor = 27.5356 Mbytes Step Atoms AVEKE stressZZ 13814 5000 3.6623173e-11 4484599.3 13815 -0.0106599999999942 4484527.21646695 13815 5000 3.662047e-11 4484527.2 Loop time of 0.0163331 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:32 2021 Pair time (%) = 0.00102115 (6.25201) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.207281) Outpt time (%) = 0.0151842 (92.9656) Other time (%) = 9.39369e-05 (0.575132) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:32 2021 Memory usage per processor = 27.5356 Mbytes Step Atoms AVEKE stressZZ 13815 5000 3.662047e-11 4484508.5 13816 -0.0106599999999942 4484436.44349808 13816 5000 3.6617767e-11 4484436.4 Loop time of 0.0170391 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:32 2021 Pair time (%) = 0.0011518 (6.75976) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.22248) Outpt time (%) = 0.0157011 (92.1474) Other time (%) = 0.000148296 (0.870332) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:32 2021 Memory usage per processor = 27.5356 Mbytes Step Atoms AVEKE stressZZ 13816 5000 3.6617767e-11 4484417.7 13817 -0.0106599999999942 4484345.67516128 13817 5000 3.6615065e-11 4484345.7 Loop time of 0.0176232 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:32 2021 Pair time (%) = 0.00105786 (6.00268) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.186696) Outpt time (%) = 0.0164371 (93.2695) Other time (%) = 9.53674e-05 (0.541148) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:32 2021 Memory usage per processor = 27.5356 Mbytes Step Atoms AVEKE stressZZ 13817 5000 3.6615065e-11 4484327 13818 -0.0106599999999942 4484254.91145585 13818 5000 3.6612363e-11 4484254.9 Loop time of 0.017189 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:32 2021 Pair time (%) = 0.00107598 (6.25971) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192798) Outpt time (%) = 0.0159709 (92.9136) Other time (%) = 0.000108957 (0.633877) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:32 2021 Memory usage per processor = 27.5356 Mbytes Step Atoms AVEKE stressZZ 13818 5000 3.6612363e-11 4484236.2 13819 -0.0106599999999942 4484164.15238144 13819 5000 3.6609661e-11 4484164.2 Loop time of 0.016448 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:32 2021 Pair time (%) = 0.00101995 (6.20108) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.200035) Outpt time (%) = 0.0153 (93.0205) Other time (%) = 9.5129e-05 (0.578361) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:32 2021 Memory usage per processor = 27.5356 Mbytes Step Atoms AVEKE stressZZ 13819 5000 3.6609661e-11 4484145.5 13820 -0.0106599999999942 4484073.39793737 13820 5000 3.660696e-11 4484073.4 Loop time of 0.0185752 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:32 2021 Pair time (%) = 0.00102615 (5.52432) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.178411) Outpt time (%) = 0.017426 (93.8134) Other time (%) = 8.98838e-05 (0.483892) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:32 2021 Memory usage per processor = 27.5356 Mbytes Step Atoms AVEKE stressZZ 13820 5000 3.660696e-11 4484054.7 13821 -0.0106599999999942 4483982.64812318 13821 5000 3.6604259e-11 4483982.6 Loop time of 0.0163879 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:32 2021 Pair time (%) = 0.00102115 (6.23109) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.200768) Outpt time (%) = 0.015245 (93.0255) Other time (%) = 8.89301e-05 (0.542656) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:32 2021 Memory usage per processor = 27.5356 Mbytes Step Atoms AVEKE stressZZ 13821 5000 3.6604259e-11 4483963.9 13822 -0.0106599999999942 4483891.90293832 13822 5000 3.6601558e-11 4483891.9 Loop time of 0.017267 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:32 2021 Pair time (%) = 0.00101805 (5.89592) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191928) Outpt time (%) = 0.0161271 (93.3985) Other time (%) = 8.86917e-05 (0.513649) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:32 2021 Memory usage per processor = 27.5356 Mbytes Step Atoms AVEKE stressZZ 13822 5000 3.6601558e-11 4483873.2 13823 -0.0106599999999942 4483801.16238235 13823 5000 3.6598858e-11 4483801.2 Loop time of 0.0172529 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:32 2021 Pair time (%) = 0.00105596 (6.12045) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192084) Outpt time (%) = 0.0160661 (93.1209) Other time (%) = 9.77516e-05 (0.56658) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:32 2021 Memory usage per processor = 27.5356 Mbytes Step Atoms AVEKE stressZZ 13823 5000 3.6598858e-11 4483782.5 13824 -0.0106599999999942 4483710.42645484 13824 5000 3.6596158e-11 4483710.4 Loop time of 0.0166371 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:32 2021 Pair time (%) = 0.00102282 (6.14781) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.203494) Outpt time (%) = 0.0154312 (92.7516) Other time (%) = 0.00014925 (0.897092) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:32 2021 Memory usage per processor = 27.5356 Mbytes Step Atoms AVEKE stressZZ 13824 5000 3.6596158e-11 4483691.7 13825 -0.0106599999999942 4483619.69515526 13825 5000 3.6593458e-11 4483619.7 Loop time of 0.017303 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:32 2021 Pair time (%) = 0.00118399 (6.84267) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.294871) Outpt time (%) = 0.0159471 (92.1639) Other time (%) = 0.000120878 (0.698597) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:32 2021 Memory usage per processor = 27.5356 Mbytes Step Atoms AVEKE stressZZ 13825 5000 3.6593458e-11 4483601 13826 -0.0106599999999942 4483528.96848314 13826 5000 3.6590759e-11 4483529 Loop time of 0.0173931 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:33 2021 Pair time (%) = 0.00102305 (5.88195) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.190536) Outpt time (%) = 0.0162439 (93.3929) Other time (%) = 9.29832e-05 (0.534598) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:33 2021 Memory usage per processor = 27.5356 Mbytes Step Atoms AVEKE stressZZ 13826 5000 3.6590759e-11 4483510.3 13827 -0.0106599999999942 4483438.24643798 13827 5000 3.658806e-11 4483438.2 Loop time of 0.0165229 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:33 2021 Pair time (%) = 0.00101805 (6.16144) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193357) Outpt time (%) = 0.015378 (93.0709) Other time (%) = 9.48906e-05 (0.574298) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:33 2021 Memory usage per processor = 27.5356 Mbytes Step Atoms AVEKE stressZZ 13827 5000 3.658806e-11 4483419.5 13828 -0.0106599999999942 4483347.52901946 13828 5000 3.6585361e-11 4483347.5 Loop time of 0.0168989 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:33 2021 Pair time (%) = 0.00120211 (7.11353) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.237024) Outpt time (%) = 0.015507 (91.7634) Other time (%) = 0.000149727 (0.886017) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:33 2021 Memory usage per processor = 27.5356 Mbytes Step Atoms AVEKE stressZZ 13828 5000 3.6585361e-11 4483328.8 13829 -0.0106599999999942 4483256.81622687 13829 5000 3.6582662e-11 4483256.8 Loop time of 0.0171211 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:33 2021 Pair time (%) = 0.00106406 (6.21493) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193564) Outpt time (%) = 0.0159309 (93.0484) Other time (%) = 9.29832e-05 (0.543092) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:33 2021 Memory usage per processor = 27.5356 Mbytes Step Atoms AVEKE stressZZ 13829 5000 3.6582662e-11 4483238.1 13830 -0.0106599999999942 4483166.10806 13830 5000 3.6579964e-11 4483166.1 Loop time of 0.0196488 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:33 2021 Pair time (%) = 0.00114393 (5.8219) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.177157) Outpt time (%) = 0.0183499 (93.3894) Other time (%) = 0.000120163 (0.611554) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:33 2021 Memory usage per processor = 27.5356 Mbytes Step Atoms AVEKE stressZZ 13830 5000 3.6579964e-11 4483147.4 13831 -0.0106599999999942 4483075.40451809 13831 5000 3.6577266e-11 4483075.4 Loop time of 0.016722 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:33 2021 Pair time (%) = 0.00105309 (6.29767) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.202461) Outpt time (%) = 0.0155089 (92.7456) Other time (%) = 0.000126123 (0.754238) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:33 2021 Memory usage per processor = 27.5356 Mbytes Step Atoms AVEKE stressZZ 13831 5000 3.6577266e-11 4483056.7 13832 -0.0106599999999942 4482984.70560091 13832 5000 3.6574569e-11 4482984.7 Loop time of 0.0166621 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:33 2021 Pair time (%) = 0.00117898 (7.07581) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.240391) Outpt time (%) = 0.0153289 (91.9984) Other time (%) = 0.000114202 (0.685402) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:33 2021 Memory usage per processor = 27.5356 Mbytes Step Atoms AVEKE stressZZ 13832 5000 3.6574569e-11 4482966 13833 -0.0106599999999942 4482894.01130795 13833 5000 3.6571871e-11 4482894 Loop time of 0.016855 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:33 2021 Pair time (%) = 0.0010221 (6.06408) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.195205) Outpt time (%) = 0.015708 (93.1947) Other time (%) = 9.20296e-05 (0.546007) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:33 2021 Memory usage per processor = 27.5356 Mbytes Step Atoms AVEKE stressZZ 13833 5000 3.6571871e-11 4482875.3 13834 -0.0106599999999942 4482803.32163866 13834 5000 3.6569174e-11 4482803.3 Loop time of 0.0170469 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:33 2021 Pair time (%) = 0.00105906 (6.21259) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.194406) Outpt time (%) = 0.0158601 (93.0378) Other time (%) = 9.46522e-05 (0.555245) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:33 2021 Memory usage per processor = 27.5356 Mbytes Step Atoms AVEKE stressZZ 13834 5000 3.6569174e-11 4482784.6 13835 -0.0106599999999942 4482712.63659267 13835 5000 3.6566477e-11 4482712.6 Loop time of 0.0167968 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:33 2021 Pair time (%) = 0.00104403 (6.21567) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208656) Outpt time (%) = 0.0155969 (92.856) Other time (%) = 0.000120878 (0.719649) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:33 2021 Memory usage per processor = 27.5356 Mbytes Step Atoms AVEKE stressZZ 13835 5000 3.6566477e-11 4482693.9 13836 -0.0106599999999942 4482621.95616943 13836 5000 3.6563781e-11 4482622 Loop time of 0.01703 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:33 2021 Pair time (%) = 0.001086 (6.37696) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205799) Outpt time (%) = 0.015806 (92.8124) Other time (%) = 0.000102997 (0.604796) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:33 2021 Memory usage per processor = 27.5356 Mbytes Step Atoms AVEKE stressZZ 13836 5000 3.6563781e-11 4482603.3 13837 -0.0106599999999942 4482531.28036852 13837 5000 3.6561085e-11 4482531.3 Loop time of 0.017314 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:33 2021 Pair time (%) = 0.00101805 (5.87992) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.19003) Outpt time (%) = 0.0161688 (93.3861) Other time (%) = 9.41753e-05 (0.543927) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:33 2021 Memory usage per processor = 27.5356 Mbytes Step Atoms AVEKE stressZZ 13837 5000 3.6561085e-11 4482512.6 13838 -0.0106599999999942 4482440.60918952 13838 5000 3.6558389e-11 4482440.6 Loop time of 0.0167971 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:33 2021 Pair time (%) = 0.00106192 (6.32203) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.202975) Outpt time (%) = 0.015605 (92.903) Other time (%) = 9.60827e-05 (0.572021) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:33 2021 Memory usage per processor = 27.5356 Mbytes Step Atoms AVEKE stressZZ 13838 5000 3.6558389e-11 4482421.9 13839 -0.0106599999999942 4482349.94263189 13839 5000 3.6555693e-11 4482349.9 Loop time of 0.0165589 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:33 2021 Pair time (%) = 0.00114918 (6.93994) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.223173) Outpt time (%) = 0.0152669 (92.1976) Other time (%) = 0.000105858 (0.639281) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:33 2021 Memory usage per processor = 27.5356 Mbytes Step Atoms AVEKE stressZZ 13839 5000 3.6555693e-11 4482331.2 13840 -0.0106599999999942 4482259.2806952 13840 5000 3.6552998e-11 4482259.3 Loop time of 0.019501 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:33 2021 Pair time (%) = 0.00106597 (5.46624) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.168719) Outpt time (%) = 0.0182991 (93.8369) Other time (%) = 0.000102997 (0.528163) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:33 2021 Memory usage per processor = 27.5356 Mbytes Step Atoms AVEKE stressZZ 13840 5000 3.6552998e-11 4482240.6 13841 -0.0106599999999942 4482168.62337903 13841 5000 3.6550303e-11 4482168.6 Loop time of 0.017103 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:33 2021 Pair time (%) = 0.00101876 (5.95665) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192375) Outpt time (%) = 0.0159571 (93.3003) Other time (%) = 9.41753e-05 (0.550638) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:33 2021 Memory usage per processor = 27.5356 Mbytes Step Atoms AVEKE stressZZ 13841 5000 3.6550303e-11 4482149.9 13842 -0.0106599999999942 4482077.97068284 13842 5000 3.6547609e-11 4482078 Loop time of 0.0169051 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:33 2021 Pair time (%) = 0.00102377 (6.05599) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.200268) Outpt time (%) = 0.0157502 (93.1683) Other time (%) = 9.72748e-05 (0.575418) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:33 2021 Memory usage per processor = 27.5356 Mbytes Step Atoms AVEKE stressZZ 13842 5000 3.6547609e-11 4482059.3 13843 -0.0106599999999942 4481987.32260621 13843 5000 3.6544914e-11 4481987.3 Loop time of 0.0171149 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:33 2021 Pair time (%) = 0.001302 (7.60744) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204778) Outpt time (%) = 0.0156379 (91.3701) Other time (%) = 0.000139952 (0.81772) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:33 2021 Memory usage per processor = 27.5356 Mbytes Step Atoms AVEKE stressZZ 13843 5000 3.6544914e-11 4481968.6 13844 -0.0106599999999942 4481896.6791487 13844 5000 3.654222e-11 4481896.7 Loop time of 0.0174298 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:33 2021 Pair time (%) = 0.00113797 (6.52888) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.201078) Outpt time (%) = 0.016156 (92.6914) Other time (%) = 0.000100851 (0.578612) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:33 2021 Memory usage per processor = 27.5356 Mbytes Step Atoms AVEKE stressZZ 13844 5000 3.654222e-11 4481878 13845 -0.0106599999999942 4481806.04030978 13845 5000 3.6539526e-11 4481806 Loop time of 0.017128 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:33 2021 Pair time (%) = 0.0010159 (5.93124) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192094) Outpt time (%) = 0.015985 (93.3268) Other time (%) = 9.41753e-05 (0.549833) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:33 2021 Memory usage per processor = 27.5356 Mbytes Step Atoms AVEKE stressZZ 13845 5000 3.6539526e-11 4481787.3 13846 -0.0106599999999942 4481715.40608903 13846 5000 3.6536833e-11 4481715.4 Loop time of 0.0164421 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:33 2021 Pair time (%) = 0.00102091 (6.20913) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.207358) Outpt time (%) = 0.015286 (92.9687) Other time (%) = 0.000101089 (0.614822) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:33 2021 Memory usage per processor = 27.5356 Mbytes Step Atoms AVEKE stressZZ 13846 5000 3.6536833e-11 4481696.7 13847 -0.0106599999999942 4481624.77648605 13847 5000 3.653414e-11 4481624.8 Loop time of 0.0170009 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:33 2021 Pair time (%) = 0.00115108 (6.77072) Neigh time (%) = 0 (0) Comm time (%) = 8.2016e-05 (0.482421) Outpt time (%) = 0.015662 (92.1242) Other time (%) = 0.000105858 (0.62266) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:33 2021 Memory usage per processor = 27.5356 Mbytes Step Atoms AVEKE stressZZ 13847 5000 3.653414e-11 4481606.1 13848 -0.0106599999999942 4481534.15150024 13848 5000 3.6531447e-11 4481534.2 Loop time of 0.0171199 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:33 2021 Pair time (%) = 0.00101995 (5.95772) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192184) Outpt time (%) = 0.0159721 (93.2958) Other time (%) = 9.48906e-05 (0.554271) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:33 2021 Memory usage per processor = 27.5356 Mbytes Step Atoms AVEKE stressZZ 13848 5000 3.6531447e-11 4481515.5 13849 -0.0106599999999942 4481443.5311313 13849 5000 3.6528754e-11 4481443.5 Loop time of 0.0167489 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:33 2021 Pair time (%) = 0.00103593 (6.18505) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.203559) Outpt time (%) = 0.0155859 (93.0562) Other time (%) = 9.29832e-05 (0.55516) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:33 2021 Memory usage per processor = 27.5356 Mbytes Step Atoms AVEKE stressZZ 13849 5000 3.6528754e-11 4481424.8 13850 -0.0106599999999942 4481352.91537866 13850 5000 3.6526062e-11 4481352.9 Loop time of 0.018935 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:33 2021 Pair time (%) = 0.00122905 (6.49089) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.201463) Outpt time (%) = 0.0175409 (92.6378) Other time (%) = 0.000126839 (0.669865) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:33 2021 Memory usage per processor = 27.5356 Mbytes Step Atoms AVEKE stressZZ 13850 5000 3.6526062e-11 4481334.2 13851 -0.0106599999999942 4481262.30424188 13851 5000 3.652337e-11 4481262.3 Loop time of 0.0169809 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:33 2021 Pair time (%) = 0.00107193 (6.31257) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.21201) Outpt time (%) = 0.0157721 (92.8815) Other time (%) = 0.000100851 (0.593909) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:33 2021 Memory usage per processor = 27.5356 Mbytes Step Atoms AVEKE stressZZ 13851 5000 3.652337e-11 4481243.6 13852 -0.0106599999999942 4481171.6977205 13852 5000 3.6520678e-11 4481171.7 Loop time of 0.0172369 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:33 2021 Pair time (%) = 0.00101805 (5.90619) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192262) Outpt time (%) = 0.0160949 (93.3746) Other time (%) = 9.08375e-05 (0.526993) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:33 2021 Memory usage per processor = 27.5356 Mbytes Step Atoms AVEKE stressZZ 13852 5000 3.6520678e-11 4481153 13853 -0.0106599999999942 4481081.09581414 13853 5000 3.6517987e-11 4481081.1 Loop time of 0.016484 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:33 2021 Pair time (%) = 0.00106192 (6.44209) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.199598) Outpt time (%) = 0.015296 (92.7928) Other time (%) = 9.32217e-05 (0.565527) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:33 2021 Memory usage per processor = 27.5356 Mbytes Step Atoms AVEKE stressZZ 13853 5000 3.6517987e-11 4481062.4 13854 -0.0106599999999942 4480990.4985222 13854 5000 3.6515296e-11 4480990.5 Loop time of 0.0172319 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:33 2021 Pair time (%) = 0.00129795 (7.53224) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.214456) Outpt time (%) = 0.0157309 (91.2889) Other time (%) = 0.000166178 (0.964359) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:33 2021 Memory usage per processor = 27.5356 Mbytes Step Atoms AVEKE stressZZ 13854 5000 3.6515296e-11 4480971.8 13855 -0.0106599999999942 4480899.90584432 13855 5000 3.6512605e-11 4480899.9 Loop time of 0.017122 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:33 2021 Pair time (%) = 0.00102091 (5.96254) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.19216) Outpt time (%) = 0.015975 (93.3008) Other time (%) = 9.32217e-05 (0.544455) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:33 2021 Memory usage per processor = 27.5356 Mbytes Step Atoms AVEKE stressZZ 13855 5000 3.6512605e-11 4480881.2 13856 -0.0106599999999942 4480809.31778006 13856 5000 3.6509915e-11 4480809.3 Loop time of 0.0171189 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:33 2021 Pair time (%) = 0.001019 (5.95248) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193588) Outpt time (%) = 0.0159769 (93.3289) Other time (%) = 8.98838e-05 (0.525055) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:33 2021 Memory usage per processor = 27.5356 Mbytes Step Atoms AVEKE stressZZ 13856 5000 3.6509915e-11 4480790.6 13857 -0.0106599999999942 4480718.7343289 13857 5000 3.6507224e-11 4480718.7 Loop time of 0.016644 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:33 2021 Pair time (%) = 0.00102806 (6.17677) Neigh time (%) = 0 (0) Comm time (%) = 7.10487e-05 (0.426873) Outpt time (%) = 0.015439 (92.7603) Other time (%) = 0.000105858 (0.636012) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:33 2021 Memory usage per processor = 27.5356 Mbytes Step Atoms AVEKE stressZZ 13857 5000 3.6507224e-11 4480700 13858 -0.0106599999999942 4480628.15549042 13858 5000 3.6504534e-11 4480628.2 Loop time of 0.0170388 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:33 2021 Pair time (%) = 0.0011251 (6.60314) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.216886) Outpt time (%) = 0.0157399 (92.3768) Other time (%) = 0.000136852 (0.803179) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:33 2021 Memory usage per processor = 27.5356 Mbytes Step Atoms AVEKE stressZZ 13858 5000 3.6504534e-11 4480609.5 13859 -0.0106599999999942 4480537.58126408 13859 5000 3.6501845e-11 4480537.6 Loop time of 0.0173788 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:33 2021 Pair time (%) = 0.00111198 (6.39851) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.196181) Outpt time (%) = 0.0161319 (92.825) Other time (%) = 0.000100851 (0.580311) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:33 2021 Memory usage per processor = 27.5356 Mbytes Step Atoms AVEKE stressZZ 13859 5000 3.6501845e-11 4480518.9 13860 -0.0106599999999942 4480447.01164954 13860 5000 3.6499155e-11 4480447 Loop time of 0.019557 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:33 2021 Pair time (%) = 0.00102305 (5.23114) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.168235) Outpt time (%) = 0.0183771 (93.9667) Other time (%) = 0.000123978 (0.63393) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:33 2021 Memory usage per processor = 27.5356 Mbytes Step Atoms AVEKE stressZZ 13860 5000 3.6499155e-11 4480428.3 13861 -0.0106599999999942 4480356.44664639 13861 5000 3.6496466e-11 4480356.4 Loop time of 0.0165949 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:33 2021 Pair time (%) = 0.00105715 (6.37032) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211195) Outpt time (%) = 0.0153849 (92.7088) Other time (%) = 0.000117779 (0.709729) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:33 2021 Memory usage per processor = 27.5356 Mbytes Step Atoms AVEKE stressZZ 13861 5000 3.6496466e-11 4480337.8 13862 -0.0106599999999942 4480265.88625398 13862 5000 3.6493778e-11 4480265.9 Loop time of 0.01719 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:33 2021 Pair time (%) = 0.00105596 (6.14286) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191401) Outpt time (%) = 0.0159829 (92.9778) Other time (%) = 0.000118256 (0.687933) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:33 2021 Memory usage per processor = 27.5356 Mbytes Step Atoms AVEKE stressZZ 13862 5000 3.6493778e-11 4480247.2 13863 -0.0106599999999942 4480175.33047201 13863 5000 3.6491089e-11 4480175.3 Loop time of 0.0166669 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:33 2021 Pair time (%) = 0.001019 (6.11392) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.197408) Outpt time (%) = 0.015492 (92.9505) Other time (%) = 0.000123024 (0.738134) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:33 2021 Memory usage per processor = 27.5356 Mbytes Step Atoms AVEKE stressZZ 13863 5000 3.6491089e-11 4480156.6 13864 -0.0106599999999942 4480084.77929992 13864 5000 3.6488401e-11 4480084.8 Loop time of 0.016392 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:33 2021 Pair time (%) = 0.00102019 (6.22373) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.200719) Outpt time (%) = 0.015249 (93.0272) Other time (%) = 8.98838e-05 (0.54834) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:33 2021 Memory usage per processor = 27.5356 Mbytes Step Atoms AVEKE stressZZ 13864 5000 3.6488401e-11 4480066.1 13865 -0.0106599999999942 4479994.23274778 13865 5000 3.6485713e-11 4479994.2 Loop time of 0.016227 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:33 2021 Pair time (%) = 0.0010221 (6.29876) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.204229) Outpt time (%) = 0.0150881 (92.9813) Other time (%) = 8.36849e-05 (0.515714) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:33 2021 Memory usage per processor = 27.5356 Mbytes Step Atoms AVEKE stressZZ 13865 5000 3.6485713e-11 4479975.5 13866 -0.0106599999999942 4479903.69086846 13866 5000 3.6483026e-11 4479903.7 Loop time of 0.0165751 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:33 2021 Pair time (%) = 0.001019 (6.14778) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192748) Outpt time (%) = 0.015434 (93.1157) Other time (%) = 9.01222e-05 (0.543721) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:33 2021 Memory usage per processor = 27.5356 Mbytes Step Atoms AVEKE stressZZ 13866 5000 3.6483026e-11 4479885 13867 -0.0106599999999942 4479813.15363522 13867 5000 3.6480339e-11 4479813.2 Loop time of 0.0170641 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:33 2021 Pair time (%) = 0.00120282 (7.04885) Neigh time (%) = 0 (0) Comm time (%) = 5.29289e-05 (0.310177) Outpt time (%) = 0.0156682 (91.8194) Other time (%) = 0.00014019 (0.82155) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:33 2021 Memory usage per processor = 27.5356 Mbytes Step Atoms AVEKE stressZZ 13867 5000 3.6480339e-11 4479794.5 13868 -0.0106599999999942 4479722.62103757 13868 5000 3.6477652e-11 4479722.6 Loop time of 0.0168531 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:33 2021 Pair time (%) = 0.00102019 (6.05345) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.195227) Outpt time (%) = 0.0157061 (93.1939) Other time (%) = 9.39369e-05 (0.557387) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:33 2021 Memory usage per processor = 27.5356 Mbytes Step Atoms AVEKE stressZZ 13868 5000 3.6477652e-11 4479703.9 13869 -0.0106599999999942 4479632.09307045 13869 5000 3.6474965e-11 4479632.1 Loop time of 0.17711 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:34 2021 Pair time (%) = 0.001019 (0.575349) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.0187116) Outpt time (%) = 0.175961 (99.3513) Other time (%) = 9.67979e-05 (0.0546542) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:34 2021 Memory usage per processor = 27.5356 Mbytes Step Atoms AVEKE stressZZ 13869 5000 3.6474965e-11 4479613.4 13870 -0.0106599999999942 4479541.5697305 13870 5000 3.6472279e-11 4479541.6 Loop time of 0.0196109 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:34 2021 Pair time (%) = 0.00125384 (6.39361) Neigh time (%) = 0 (0) Comm time (%) = 4.29153e-05 (0.218834) Outpt time (%) = 0.0181639 (92.6216) Other time (%) = 0.000150204 (0.76592) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:34 2021 Memory usage per processor = 27.5356 Mbytes Step Atoms AVEKE stressZZ 13870 5000 3.6472279e-11 4479522.9 13871 -0.0106599999999942 4479451.05101537 13871 5000 3.6469592e-11 4479451.1 Loop time of 0.0172851 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:34 2021 Pair time (%) = 0.000996113 (5.76284) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18483) Outpt time (%) = 0.016135 (93.3461) Other time (%) = 0.00012207 (0.706217) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:34 2021 Memory usage per processor = 27.5356 Mbytes Step Atoms AVEKE stressZZ 13871 5000 3.6469592e-11 4479432.4 13872 -0.0106599999999942 4479360.53692296 13872 5000 3.6466907e-11 4479360.5 Loop time of 0.0167499 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:34 2021 Pair time (%) = 0.00113702 (6.78823) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.203547) Outpt time (%) = 0.0154529 (92.2567) Other time (%) = 0.000125885 (0.751559) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:34 2021 Memory usage per processor = 27.5356 Mbytes Step Atoms AVEKE stressZZ 13872 5000 3.6466907e-11 4479341.9 13873 -0.0106599999999942 4479270.02745171 13873 5000 3.6464221e-11 4479270 Loop time of 0.0176978 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:34 2021 Pair time (%) = 0.00122595 (6.92712) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.20881) Outpt time (%) = 0.0162969 (92.0841) Other time (%) = 0.000138044 (0.780008) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:34 2021 Memory usage per processor = 27.5356 Mbytes Step Atoms AVEKE stressZZ 13873 5000 3.6464221e-11 4479251.3 13874 -0.0106599999999942 4479179.52260029 13874 5000 3.6461536e-11 4479179.5 Loop time of 0.017338 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:34 2021 Pair time (%) = 0.00102115 (5.88963) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191141) Outpt time (%) = 0.016191 (93.3843) Other time (%) = 9.27448e-05 (0.534921) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:34 2021 Memory usage per processor = 27.5356 Mbytes Step Atoms AVEKE stressZZ 13874 5000 3.6461536e-11 4479160.8 13875 -0.0106599999999942 4479089.02236613 13875 5000 3.6458851e-11 4479089 Loop time of 0.0168729 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:34 2021 Pair time (%) = 0.00106001 (6.28232) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.196411) Outpt time (%) = 0.0156851 (92.9603) Other time (%) = 9.46522e-05 (0.560972) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:34 2021 Memory usage per processor = 27.5356 Mbytes Step Atoms AVEKE stressZZ 13875 5000 3.6458851e-11 4479070.3 13876 -0.0106599999999942 4478998.5267298 13876 5000 3.6456167e-11 4478998.5 Loop time of 0.0167911 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:34 2021 Pair time (%) = 0.00108194 (6.44355) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.214406) Outpt time (%) = 0.0155671 (92.7102) Other time (%) = 0.000106096 (0.63186) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:34 2021 Memory usage per processor = 27.5356 Mbytes Step Atoms AVEKE stressZZ 13876 5000 3.6456167e-11 4478979.8 13877 -0.0106599999999942 4478908.03570812 13877 5000 3.6453482e-11 4478908 Loop time of 0.0172679 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:34 2021 Pair time (%) = 0.00113201 (6.55557) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191917) Outpt time (%) = 0.0160041 (92.6809) Other time (%) = 9.87053e-05 (0.57161) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:23:34 2021 Memory usage per processor = 27.5356 Mbytes Step Atoms AVEKE stressZZ 13877 5000 3.6453482e-11 4478889.4 13878 -0.0106599999999942 4478803.15107595 13878 5000 7.1999543e-11 4478950.3 Loop time of 0.017128 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:34 2021 Pair time (%) = 0.00111198 (6.4922) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.210189) Outpt time (%) = 0.015831 (92.4276) Other time (%) = 0.000149012 (0.869989) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:34 2021 Memory usage per processor = 27.5356 Mbytes Step Atoms AVEKE stressZZ 13878 5000 7.1999543e-11 4530612.7 13879 -0.0106924999999942 4530517.5760636 13879 5000 5.7999035e-11 4530517.6 Loop time of 0.016556 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:34 2021 Pair time (%) = 0.00106096 (6.40832) Neigh time (%) = 0 (0) Comm time (%) = 5.79357e-05 (0.349937) Outpt time (%) = 0.0153332 (92.6139) Other time (%) = 0.000103951 (0.627871) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:34 2021 Memory usage per processor = 27.5356 Mbytes Step Atoms AVEKE stressZZ 13879 5000 5.7999035e-11 4530492.4 13880 -0.0106924999999942 4530405.4224729 13880 5000 4.988646e-11 4530405.4 Loop time of 0.0192318 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:34 2021 Pair time (%) = 0.00127292 (6.61881) Neigh time (%) = 0 (0) Comm time (%) = 3.98159e-05 (0.207032) Outpt time (%) = 0.0177798 (92.4502) Other time (%) = 0.000139236 (0.723991) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:34 2021 Memory usage per processor = 27.5357 Mbytes Step Atoms AVEKE stressZZ 13880 5000 4.988646e-11 4530382.5 13881 -0.0106924999999942 4530300.70555622 13881 5000 4.5047275e-11 4530300.7 Loop time of 0.0172849 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:34 2021 Pair time (%) = 0.00119305 (6.90226) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.202764) Outpt time (%) = 0.0159419 (92.2301) Other time (%) = 0.000114918 (0.664846) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:34 2021 Memory usage per processor = 27.5357 Mbytes Step Atoms AVEKE stressZZ 13881 5000 4.5047275e-11 4530279.2 13882 -0.0106924999999942 4530200.71642968 13882 5000 4.2099151e-11 4530200.7 Loop time of 0.0170379 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:34 2021 Pair time (%) = 0.00102186 (5.99759) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205704) Outpt time (%) = 0.015888 (93.251) Other time (%) = 9.29832e-05 (0.545745) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:34 2021 Memory usage per processor = 27.5357 Mbytes Step Atoms AVEKE stressZZ 13882 5000 4.2099151e-11 4530180.2 13883 -0.0106924999999942 4530103.73357277 13883 5000 4.0276388e-11 4530103.7 Loop time of 0.016458 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:34 2021 Pair time (%) = 0.00104904 (6.37404) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.207156) Outpt time (%) = 0.015275 (92.8118) Other time (%) = 9.98974e-05 (0.606982) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:34 2021 Memory usage per processor = 27.5357 Mbytes Step Atoms AVEKE stressZZ 13883 5000 4.0276388e-11 4530083.8 13884 -0.0106924999999942 4530008.66294162 13884 5000 3.9137932e-11 4530008.7 Loop time of 0.017684 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:34 2021 Pair time (%) = 0.00116801 (6.60492) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.19684) Outpt time (%) = 0.016371 (92.5754) Other time (%) = 0.000110149 (0.622877) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:34 2021 Memory usage per processor = 27.5357 Mbytes Step Atoms AVEKE stressZZ 13884 5000 3.9137932e-11 4529989 13885 -0.0106924999999942 4529914.80925946 13885 5000 3.8421888e-11 4529914.8 Loop time of 0.017565 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:34 2021 Pair time (%) = 0.00105596 (6.0117) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.188672) Outpt time (%) = 0.0163872 (93.2947) Other time (%) = 8.86917e-05 (0.504934) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:34 2021 Memory usage per processor = 27.5357 Mbytes Step Atoms AVEKE stressZZ 13885 5000 3.8421888e-11 4529895.4 13886 -0.0106924999999942 4529821.73066984 13886 5000 3.7969253e-11 4529821.7 Loop time of 0.016845 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:34 2021 Pair time (%) = 0.00106287 (6.30971) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.195321) Outpt time (%) = 0.0156369 (92.8283) Other time (%) = 0.000112295 (0.666638) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:34 2021 Memory usage per processor = 27.5357 Mbytes Step Atoms AVEKE stressZZ 13886 5000 3.7969253e-11 4529802.5 13887 -0.0106924999999942 4529729.14636772 13887 5000 3.768198e-11 4529729.1 Loop time of 0.0171258 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:34 2021 Pair time (%) = 0.00117707 (6.87308) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.215784) Outpt time (%) = 0.0157869 (92.1816) Other time (%) = 0.000124931 (0.72949) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:34 2021 Memory usage per processor = 27.5357 Mbytes Step Atoms AVEKE stressZZ 13887 5000 3.768198e-11 4529710 13888 -0.0106924999999942 4529636.87789798 13888 5000 3.7498973e-11 4529636.9 Loop time of 0.017369 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:34 2021 Pair time (%) = 0.00110602 (6.36779) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.200409) Outpt time (%) = 0.0161281 (92.8553) Other time (%) = 0.000100136 (0.576519) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:34 2021 Memory usage per processor = 27.5357 Mbytes Step Atoms AVEKE stressZZ 13888 5000 3.7498973e-11 4529617.8 13889 -0.0106924999999942 4529544.81185022 13889 5000 3.7381897e-11 4529544.8 Loop time of 0.0166638 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:34 2021 Pair time (%) = 0.00101995 (6.12078) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.204598) Outpt time (%) = 0.0155158 (93.1109) Other time (%) = 9.39369e-05 (0.563719) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:34 2021 Memory usage per processor = 27.5357 Mbytes Step Atoms AVEKE stressZZ 13889 5000 3.7381897e-11 4529525.8 13890 -0.0106924999999942 4529452.87615058 13890 5000 3.7306585e-11 4529452.9 Loop time of 0.018929 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:34 2021 Pair time (%) = 0.00105691 (5.58355) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.175076) Outpt time (%) = 0.01775 (93.7716) Other time (%) = 8.89301e-05 (0.469809) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:34 2021 Memory usage per processor = 27.5357 Mbytes Step Atoms AVEKE stressZZ 13890 5000 3.7306585e-11 4529433.9 13891 -0.0106924999999942 4529361.02499497 13891 5000 3.725776e-11 4529361 Loop time of 0.0168149 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:34 2021 Pair time (%) = 0.00119495 (7.1065) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.231117) Outpt time (%) = 0.0154669 (91.9832) Other time (%) = 0.000114202 (0.679173) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:34 2021 Memory usage per processor = 27.5357 Mbytes Step Atoms AVEKE stressZZ 13891 5000 3.725776e-11 4529342 13892 -0.0106924999999942 4529269.22927433 13892 5000 3.7225745e-11 4529269.2 Loop time of 0.0169129 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:34 2021 Pair time (%) = 0.001019 (6.02498) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.194536) Outpt time (%) = 0.015764 (93.2067) Other time (%) = 9.70364e-05 (0.57374) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:34 2021 Memory usage per processor = 27.5357 Mbytes Step Atoms AVEKE stressZZ 13892 5000 3.7225745e-11 4529250.2 13893 -0.0106924999999942 4529177.47048919 13893 5000 3.7204406e-11 4529177.5 Loop time of 0.017442 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:34 2021 Pair time (%) = 0.00102305 (5.86547) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.190002) Outpt time (%) = 0.016269 (93.2747) Other time (%) = 0.000116825 (0.669792) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:34 2021 Memory usage per processor = 27.5357 Mbytes Step Atoms AVEKE stressZZ 13893 5000 3.7204406e-11 4529158.5 13894 -0.0106924999999942 4529085.73688288 13894 5000 3.7189847e-11 4529085.7 Loop time of 0.016556 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:34 2021 Pair time (%) = 0.00102401 (6.18511) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.21025) Outpt time (%) = 0.0153511 (92.7219) Other time (%) = 0.000146151 (0.882764) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:34 2021 Memory usage per processor = 27.5357 Mbytes Step Atoms AVEKE stressZZ 13894 5000 3.7189847e-11 4529066.8 13895 -0.0106924999999942 4528994.02098364 13895 5000 3.7179595e-11 4528994 Loop time of 0.017154 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:34 2021 Pair time (%) = 0.00115395 (6.72699) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.209871) Outpt time (%) = 0.0158479 (92.3863) Other time (%) = 0.00011611 (0.676868) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:34 2021 Memory usage per processor = 27.5357 Mbytes Step Atoms AVEKE stressZZ 13895 5000 3.7179595e-11 4528975 13896 -0.0106924999999942 4528902.31804286 13896 5000 3.717208e-11 4528902.3 Loop time of 0.0171609 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:34 2021 Pair time (%) = 0.00102115 (5.95043) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191725) Outpt time (%) = 0.016012 (93.3049) Other time (%) = 9.48906e-05 (0.552947) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:34 2021 Memory usage per processor = 27.5357 Mbytes Step Atoms AVEKE stressZZ 13896 5000 3.717208e-11 4528883.3 13897 -0.0106924999999942 4528810.62504266 13897 5000 3.7166304e-11 4528810.6 Loop time of 0.016463 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:34 2021 Pair time (%) = 0.00106001 (6.43872) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.199852) Outpt time (%) = 0.015276 (92.7894) Other time (%) = 9.41753e-05 (0.572041) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:34 2021 Memory usage per processor = 27.5357 Mbytes Step Atoms AVEKE stressZZ 13897 5000 3.7166304e-11 4528791.7 13898 -0.0106924999999942 4528718.94006496 13898 5000 3.7161634e-11 4528718.9 Loop time of 0.0169311 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:34 2021 Pair time (%) = 0.00115418 (6.81697) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.242206) Outpt time (%) = 0.015625 (92.286) Other time (%) = 0.000110865 (0.6548) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:34 2021 Memory usage per processor = 27.5357 Mbytes Step Atoms AVEKE stressZZ 13898 5000 3.7161634e-11 4528700 13899 -0.0106924999999942 4528627.26189056 13899 5000 3.7157665e-11 4528627.3 Loop time of 0.0171568 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:34 2021 Pair time (%) = 0.00102496 (5.97407) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.268201) Outpt time (%) = 0.0159738 (93.1046) Other time (%) = 0.000112057 (0.653132) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:34 2021 Memory usage per processor = 27.5357 Mbytes Step Atoms AVEKE stressZZ 13899 5000 3.7157665e-11 4528608.3 13900 -0.0106924999999942 4528535.58974457 13900 5000 3.7154144e-11 4528535.6 Loop time of 0.0186989 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:34 2021 Pair time (%) = 0.00105906 (5.66372) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.182331) Outpt time (%) = 0.0175111 (93.6478) Other time (%) = 9.46522e-05 (0.50619) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:34 2021 Memory usage per processor = 27.5357 Mbytes Step Atoms AVEKE stressZZ 13900 5000 3.7154144e-11 4528516.6 13901 -0.0106924999999942 4528443.92313423 13901 5000 3.7150906e-11 4528443.9 Loop time of 0.016361 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:34 2021 Pair time (%) = 0.00113201 (6.91896) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.19527) Outpt time (%) = 0.0151062 (92.3306) Other time (%) = 9.08375e-05 (0.555207) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:34 2021 Memory usage per processor = 27.5357 Mbytes Step Atoms AVEKE stressZZ 13901 5000 3.7150906e-11 4528425 13902 -0.0106924999999942 4528352.26174631 13902 5000 3.7147849e-11 4528352.3 Loop time of 0.0163679 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:34 2021 Pair time (%) = 0.0010221 (6.24454) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.195187) Outpt time (%) = 0.015223 (93.0053) Other time (%) = 9.08375e-05 (0.554973) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:34 2021 Memory usage per processor = 27.5357 Mbytes Step Atoms AVEKE stressZZ 13902 5000 3.7147849e-11 4528333.3 13903 -0.0106924999999942 4528260.60538163 13903 5000 3.7144907e-11 4528260.6 Loop time of 0.0169189 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:34 2021 Pair time (%) = 0.00107312 (6.34274) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.200104) Outpt time (%) = 0.0157239 (92.9372) Other time (%) = 8.79765e-05 (0.519989) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:34 2021 Memory usage per processor = 27.5357 Mbytes Step Atoms AVEKE stressZZ 13903 5000 3.7144907e-11 4528241.6 13904 -0.0106924999999942 4528168.95391333 13904 5000 3.7142038e-11 4528169 Loop time of 0.016824 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:34 2021 Pair time (%) = 0.00111413 (6.62226) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208319) Outpt time (%) = 0.0155718 (92.5572) Other time (%) = 0.000102997 (0.612202) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:34 2021 Memory usage per processor = 27.5357 Mbytes Step Atoms AVEKE stressZZ 13904 5000 3.7142038e-11 4528150 13905 -0.0106924999999942 4528077.30726061 13905 5000 3.7139215e-11 4528077.3 Loop time of 0.0170939 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:35 2021 Pair time (%) = 0.00110602 (6.47028) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193871) Outpt time (%) = 0.0158601 (92.7821) Other time (%) = 9.46522e-05 (0.553719) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:35 2021 Memory usage per processor = 27.5357 Mbytes Step Atoms AVEKE stressZZ 13905 5000 3.7139215e-11 4528058.3 13906 -0.0106924999999942 4527985.66537205 13906 5000 3.7136422e-11 4527985.7 Loop time of 0.017014 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:35 2021 Pair time (%) = 0.00101709 (5.97797) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.200387) Outpt time (%) = 0.0158689 (93.2695) Other time (%) = 9.39369e-05 (0.552115) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:35 2021 Memory usage per processor = 27.5357 Mbytes Step Atoms AVEKE stressZZ 13906 5000 3.7136422e-11 4527966.7 13907 -0.0106924999999942 4527894.02821477 13907 5000 3.7133648e-11 4527894 Loop time of 0.0165851 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:35 2021 Pair time (%) = 0.00121188 (7.30705) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.204132) Outpt time (%) = 0.015239 (91.8836) Other time (%) = 0.000100374 (0.605207) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:35 2021 Memory usage per processor = 27.5357 Mbytes Step Atoms AVEKE stressZZ 13907 5000 3.7133648e-11 4527875.1 13908 -0.0106924999999942 4527802.39576767 13908 5000 3.7130886e-11 4527802.4 Loop time of 0.0172598 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:35 2021 Pair time (%) = 0.00137496 (7.96624) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.219634) Outpt time (%) = 0.0156939 (90.9273) Other time (%) = 0.000153065 (0.886826) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:35 2021 Memory usage per processor = 27.5357 Mbytes Step Atoms AVEKE stressZZ 13908 5000 3.7130886e-11 4527783.4 13909 -0.0106924999999942 4527710.76801713 13909 5000 3.7128132e-11 4527710.8 Loop time of 0.0176401 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:35 2021 Pair time (%) = 0.00121617 (6.89436) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.186517) Outpt time (%) = 0.0162711 (92.2393) Other time (%) = 0.000119925 (0.67984) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:35 2021 Memory usage per processor = 27.5357 Mbytes Step Atoms AVEKE stressZZ 13909 5000 3.7128132e-11 4527691.8 13910 -0.0106924999999942 4527619.14495443 13910 5000 3.7125383e-11 4527619.1 Loop time of 0.019362 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:35 2021 Pair time (%) = 0.00101995 (5.26782) Neigh time (%) = 0 (0) Comm time (%) = 6.41346e-05 (0.33124) Outpt time (%) = 0.0181849 (93.9207) Other time (%) = 9.29832e-05 (0.480236) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:35 2021 Memory usage per processor = 27.5357 Mbytes Step Atoms AVEKE stressZZ 13910 5000 3.7125383e-11 4527600.2 13911 -0.0106924999999942 4527527.52657375 13911 5000 3.7122638e-11 4527527.5 Loop time of 0.0165191 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:35 2021 Pair time (%) = 0.00102186 (6.18595) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.199174) Outpt time (%) = 0.0153689 (93.0376) Other time (%) = 9.53674e-05 (0.577317) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:35 2021 Memory usage per processor = 27.5357 Mbytes Step Atoms AVEKE stressZZ 13911 5000 3.7122638e-11 4527508.6 13912 -0.0106924999999942 4527435.91287135 13912 5000 3.7119894e-11 4527435.9 Loop time of 0.0172591 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:35 2021 Pair time (%) = 0.00143313 (8.30363) Neigh time (%) = 0 (0) Comm time (%) = 7.60555e-05 (0.440669) Outpt time (%) = 0.0156202 (90.5042) Other time (%) = 0.0001297 (0.751485) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:35 2021 Memory usage per processor = 27.5357 Mbytes Step Atoms AVEKE stressZZ 13912 5000 3.7119894e-11 4527417 13913 -0.0106924999999942 4527344.30384455 13913 5000 3.7117152e-11 4527344.3 Loop time of 0.016984 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:35 2021 Pair time (%) = 0.00102091 (6.01101) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.193722) Outpt time (%) = 0.0158348 (93.2338) Other time (%) = 9.53674e-05 (0.561514) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:35 2021 Memory usage per processor = 27.5357 Mbytes Step Atoms AVEKE stressZZ 13913 5000 3.7117152e-11 4527325.3 13914 -0.0106924999999942 4527252.69949158 13914 5000 3.7114412e-11 4527252.7 Loop time of 0.0167639 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:35 2021 Pair time (%) = 0.001019 (6.07853) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.197687) Outpt time (%) = 0.0156169 (93.1577) Other time (%) = 9.48906e-05 (0.56604) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:35 2021 Memory usage per processor = 27.5357 Mbytes Step Atoms AVEKE stressZZ 13914 5000 3.7114412e-11 4527233.7 13915 -0.0106924999999942 4527161.09981116 13915 5000 3.7111672e-11 4527161.1 Loop time of 0.0166469 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:35 2021 Pair time (%) = 0.00107408 (6.45212) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.210535) Outpt time (%) = 0.0154309 (92.6957) Other time (%) = 0.000106812 (0.641632) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:35 2021 Memory usage per processor = 27.5357 Mbytes Step Atoms AVEKE stressZZ 13915 5000 3.7111672e-11 4527142.1 13916 -0.0106924999999942 4527069.50480211 13916 5000 3.7108933e-11 4527069.5 Loop time of 0.0169461 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:35 2021 Pair time (%) = 0.0010469 (6.17781) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.20119) Outpt time (%) = 0.0157681 (93.0484) Other time (%) = 9.70364e-05 (0.572618) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:35 2021 Memory usage per processor = 27.5357 Mbytes Step Atoms AVEKE stressZZ 13916 5000 3.7108933e-11 4527050.5 13917 -0.0106924999999942 4526977.91446368 13917 5000 3.7106194e-11 4526977.9 Loop time of 0.0170569 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:35 2021 Pair time (%) = 0.00101995 (5.9797) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192894) Outpt time (%) = 0.0159111 (93.2823) Other time (%) = 9.29832e-05 (0.545134) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:35 2021 Memory usage per processor = 27.5357 Mbytes Step Atoms AVEKE stressZZ 13917 5000 3.7106194e-11 4526959 13918 -0.0106924999999942 4526886.32879531 13918 5000 3.7103455e-11 4526886.3 Loop time of 0.016686 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:35 2021 Pair time (%) = 0.00102496 (6.14266) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.204327) Outpt time (%) = 0.015533 (93.09) Other time (%) = 9.39369e-05 (0.56297) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:35 2021 Memory usage per processor = 27.5357 Mbytes Step Atoms AVEKE stressZZ 13918 5000 3.7103455e-11 4526867.4 13919 -0.0106924999999942 4526794.74779625 13919 5000 3.7100718e-11 4526794.7 Loop time of 0.016675 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:35 2021 Pair time (%) = 0.00120592 (7.23191) Neigh time (%) = 0 (0) Comm time (%) = 3.98159e-05 (0.238776) Outpt time (%) = 0.0153189 (91.8673) Other time (%) = 0.000110388 (0.661996) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:35 2021 Memory usage per processor = 27.5357 Mbytes Step Atoms AVEKE stressZZ 13919 5000 3.7100718e-11 4526775.8 13920 -0.0106924999999942 4526703.1714661 13920 5000 3.709798e-11 4526703.2 Loop time of 0.0193059 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:35 2021 Pair time (%) = 0.00116205 (6.01914) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.181538) Outpt time (%) = 0.017977 (93.1164) Other time (%) = 0.000131845 (0.682927) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:35 2021 Memory usage per processor = 27.5357 Mbytes Step Atoms AVEKE stressZZ 13920 5000 3.709798e-11 4526684.2 13921 -0.0106924999999942 4526611.59980419 13921 5000 3.7095243e-11 4526611.6 Loop time of 0.017267 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:35 2021 Pair time (%) = 0.00117183 (6.78652) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.201593) Outpt time (%) = 0.0159039 (92.1061) Other time (%) = 0.000156403 (0.90579) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:35 2021 Memory usage per processor = 27.5357 Mbytes Step Atoms AVEKE stressZZ 13921 5000 3.7095243e-11 4526592.6 13922 -0.0106924999999942 4526520.03281009 13922 5000 3.7092506e-11 4526520 Loop time of 0.016428 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:35 2021 Pair time (%) = 0.00102091 (6.21444) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.200279) Outpt time (%) = 0.015275 (92.9815) Other time (%) = 9.91821e-05 (0.603739) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:35 2021 Memory usage per processor = 27.5357 Mbytes Step Atoms AVEKE stressZZ 13922 5000 3.7092506e-11 4526501.1 13923 -0.0106924999999942 4526428.47048327 13923 5000 3.7089769e-11 4526428.5 Loop time of 0.017087 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:35 2021 Pair time (%) = 0.00125194 (7.32684) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.228833) Outpt time (%) = 0.015655 (91.6197) Other time (%) = 0.000140905 (0.824636) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:35 2021 Memory usage per processor = 27.5357 Mbytes Step Atoms AVEKE stressZZ 13923 5000 3.7089769e-11 4526409.5 13924 -0.0106924999999942 4526336.91282329 13924 5000 3.7087033e-11 4526336.9 Loop time of 0.017163 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:35 2021 Pair time (%) = 0.00102901 (5.99553) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.19309) Outpt time (%) = 0.0160069 (93.2641) Other time (%) = 9.39369e-05 (0.547321) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:35 2021 Memory usage per processor = 27.5357 Mbytes Step Atoms AVEKE stressZZ 13924 5000 3.7087033e-11 4526318 13925 -0.0106924999999942 4526245.35982966 13925 5000 3.7084297e-11 4526245.4 Loop time of 0.0175409 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:35 2021 Pair time (%) = 0.00103498 (5.90034) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.194367) Outpt time (%) = 0.016382 (93.3929) Other time (%) = 8.98838e-05 (0.512423) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:35 2021 Memory usage per processor = 27.5357 Mbytes Step Atoms AVEKE stressZZ 13925 5000 3.7084297e-11 4526226.4 13926 -0.0106924999999942 4526153.81150196 13926 5000 3.7081561e-11 4526153.8 Loop time of 0.016721 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:35 2021 Pair time (%) = 0.00102901 (6.15402) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.286598) Outpt time (%) = 0.0154679 (92.5057) Other time (%) = 0.000176191 (1.05371) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:35 2021 Memory usage per processor = 27.5357 Mbytes Step Atoms AVEKE stressZZ 13926 5000 3.7081561e-11 4526134.9 13927 -0.0106924999999942 4526062.26783969 13927 5000 3.7078826e-11 4526062.3 Loop time of 0.0176148 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:35 2021 Pair time (%) = 0.00118399 (6.72153) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.198966) Outpt time (%) = 0.0162849 (92.4501) Other time (%) = 0.000110865 (0.629382) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:35 2021 Memory usage per processor = 27.5357 Mbytes Step Atoms AVEKE stressZZ 13927 5000 3.7078826e-11 4526043.3 13928 -0.0106924999999942 4525970.72884239 13928 5000 3.707609e-11 4525970.7 Loop time of 0.017159 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:35 2021 Pair time (%) = 0.00102186 (5.95526) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198694) Outpt time (%) = 0.0160098 (93.3028) Other time (%) = 9.32217e-05 (0.543282) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:35 2021 Memory usage per processor = 27.5357 Mbytes Step Atoms AVEKE stressZZ 13928 5000 3.707609e-11 4525951.8 13929 -0.0106924999999942 4525879.1945096 13929 5000 3.7073356e-11 4525879.2 Loop time of 0.0172808 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:35 2021 Pair time (%) = 0.0010519 (6.08711) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.271795) Outpt time (%) = 0.0160699 (92.9926) Other time (%) = 0.000112057 (0.648446) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:35 2021 Memory usage per processor = 27.5357 Mbytes Step Atoms AVEKE stressZZ 13929 5000 3.7073356e-11 4525860.2 13930 -0.0106924999999942 4525787.66484088 13930 5000 3.7070621e-11 4525787.7 Loop time of 0.018821 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:35 2021 Pair time (%) = 0.00105715 (5.61685) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.186215) Outpt time (%) = 0.017581 (93.4115) Other time (%) = 0.00014782 (0.785397) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:35 2021 Memory usage per processor = 27.5357 Mbytes Step Atoms AVEKE stressZZ 13930 5000 3.7070621e-11 4525768.7 13931 -0.0106924999999942 4525696.13983568 13931 5000 3.7067887e-11 4525696.1 Loop time of 0.0171111 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:35 2021 Pair time (%) = 0.00107908 (6.30634) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.19925) Outpt time (%) = 0.0158789 (92.7991) Other time (%) = 0.000118971 (0.695286) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:35 2021 Memory usage per processor = 27.5357 Mbytes Step Atoms AVEKE stressZZ 13931 5000 3.7067887e-11 4525677.2 13932 -0.0106924999999942 4525604.61949364 13932 5000 3.7065153e-11 4525604.6 Loop time of 0.017065 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:35 2021 Pair time (%) = 0.00107694 (6.31077) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192802) Outpt time (%) = 0.015861 (92.9446) Other time (%) = 9.41753e-05 (0.551861) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:35 2021 Memory usage per processor = 27.5357 Mbytes Step Atoms AVEKE stressZZ 13932 5000 3.7065153e-11 4525585.7 13933 -0.0106924999999942 4525513.10381429 13933 5000 3.7062419e-11 4525513.1 Loop time of 0.0167198 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:35 2021 Pair time (%) = 0.00109386 (6.54232) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.202487) Outpt time (%) = 0.0154979 (92.6919) Other time (%) = 9.41753e-05 (0.563256) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:35 2021 Memory usage per processor = 27.5357 Mbytes Step Atoms AVEKE stressZZ 13933 5000 3.7062419e-11 4525494.1 13934 -0.0106924999999942 4525421.59279717 13934 5000 3.7059686e-11 4525421.6 Loop time of 0.017102 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:35 2021 Pair time (%) = 0.00122619 (7.16984) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.210509) Outpt time (%) = 0.0156801 (91.6856) Other time (%) = 0.00015974 (0.934045) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:35 2021 Memory usage per processor = 27.5357 Mbytes Step Atoms AVEKE stressZZ 13934 5000 3.7059686e-11 4525402.6 13935 -0.0106924999999942 4525330.08644173 13935 5000 3.7056953e-11 4525330.1 Loop time of 0.017288 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:35 2021 Pair time (%) = 0.00105619 (6.10942) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.195832) Outpt time (%) = 0.0161049 (93.1569) Other time (%) = 9.29832e-05 (0.537849) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:35 2021 Memory usage per processor = 27.5357 Mbytes Step Atoms AVEKE stressZZ 13935 5000 3.7056953e-11 4525311.1 13936 -0.0106924999999942 4525238.58474762 13936 5000 3.705422e-11 4525238.6 Loop time of 0.0173779 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:35 2021 Pair time (%) = 0.00106788 (6.14504) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.190704) Outpt time (%) = 0.0161729 (93.0661) Other time (%) = 0.000103951 (0.598178) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:35 2021 Memory usage per processor = 27.5357 Mbytes Step Atoms AVEKE stressZZ 13936 5000 3.705422e-11 4525219.6 13937 -0.0106924999999942 4525147.08771433 13937 5000 3.7051488e-11 4525147.1 Loop time of 0.01705 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:35 2021 Pair time (%) = 0.00101995 (5.98213) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192972) Outpt time (%) = 0.0158489 (92.9551) Other time (%) = 0.000148296 (0.869772) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:35 2021 Memory usage per processor = 27.5357 Mbytes Step Atoms AVEKE stressZZ 13937 5000 3.7051488e-11 4525128.1 13938 -0.0106924999999942 4525055.59534146 13938 5000 3.7048756e-11 4525055.6 Loop time of 0.017262 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:35 2021 Pair time (%) = 0.00137401 (7.95972) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.220988) Outpt time (%) = 0.0156519 (90.6729) Other time (%) = 0.000197887 (1.14638) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:35 2021 Memory usage per processor = 27.5357 Mbytes Step Atoms AVEKE stressZZ 13938 5000 3.7048756e-11 4525036.6 13939 -0.0106924999999942 4524964.10762852 13939 5000 3.7046024e-11 4524964.1 Loop time of 0.017313 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:35 2021 Pair time (%) = 0.0010221 (5.90366) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.195549) Outpt time (%) = 0.0161629 (93.3568) Other time (%) = 9.41753e-05 (0.543957) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:35 2021 Memory usage per processor = 27.5357 Mbytes Step Atoms AVEKE stressZZ 13939 5000 3.7046024e-11 4524945.2 13940 -0.0106924999999942 4524872.62457496 13940 5000 3.7043293e-11 4524872.6 Loop time of 0.019222 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:35 2021 Pair time (%) = 0.00102186 (5.3161) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.171167) Outpt time (%) = 0.018074 (94.0278) Other time (%) = 9.32217e-05 (0.484973) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:35 2021 Memory usage per processor = 27.5357 Mbytes Step Atoms AVEKE stressZZ 13940 5000 3.7043293e-11 4524853.7 13941 -0.0106924999999942 4524781.14618046 13941 5000 3.7040561e-11 4524781.1 Loop time of 0.0166161 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:35 2021 Pair time (%) = 0.00110412 (6.64486) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.210925) Outpt time (%) = 0.0153711 (92.5071) Other time (%) = 0.000105858 (0.63708) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:35 2021 Memory usage per processor = 27.5357 Mbytes Step Atoms AVEKE stressZZ 13941 5000 3.7040561e-11 4524762.2 13942 -0.0106924999999942 4524689.67244457 13942 5000 3.7037831e-11 4524689.7 Loop time of 0.0170801 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:35 2021 Pair time (%) = 0.00115395 (6.7561) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.29872) Outpt time (%) = 0.015717 (92.0197) Other time (%) = 0.000158072 (0.925474) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:35 2021 Memory usage per processor = 27.5357 Mbytes Step Atoms AVEKE stressZZ 13942 5000 3.7037831e-11 4524670.7 13943 -0.0106924999999942 4524598.20336675 13943 5000 3.70351e-11 4524598.2 Loop time of 0.0171881 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:35 2021 Pair time (%) = 0.00102592 (5.96876) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.296843) Outpt time (%) = 0.0159819 (92.9826) Other time (%) = 0.000129223 (0.751817) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:35 2021 Memory usage per processor = 27.5357 Mbytes Step Atoms AVEKE stressZZ 13943 5000 3.70351e-11 4524579.3 13944 -0.0106924999999942 4524506.73894654 13944 5000 3.703237e-11 4524506.7 Loop time of 0.293334 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:36 2021 Pair time (%) = 0.001055 (0.359659) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.0112165) Outpt time (%) = 0.292156 (99.5984) Other time (%) = 9.01222e-05 (0.0307234) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:36 2021 Memory usage per processor = 27.5357 Mbytes Step Atoms AVEKE stressZZ 13944 5000 3.703237e-11 4524487.8 13945 -0.0106924999999942 4524415.27918355 13945 5000 3.702964e-11 4524415.3 Loop time of 0.0171289 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:36 2021 Pair time (%) = 0.00104499 (6.10072) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.187907) Outpt time (%) = 0.0159111 (92.8902) Other time (%) = 0.000140667 (0.821224) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:36 2021 Memory usage per processor = 27.5357 Mbytes Step Atoms AVEKE stressZZ 13945 5000 3.702964e-11 4524396.3 13946 -0.0106924999999942 4524323.82407735 13946 5000 3.702691e-11 4524323.8 Loop time of 0.0171602 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:36 2021 Pair time (%) = 0.0010798 (6.29246) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186176) Outpt time (%) = 0.0159211 (92.7794) Other time (%) = 0.000127316 (0.741924) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:36 2021 Memory usage per processor = 27.5357 Mbytes Step Atoms AVEKE stressZZ 13946 5000 3.702691e-11 4524304.9 13947 -0.0106924999999942 4524232.37362737 13947 5000 3.7024181e-11 4524232.4 Loop time of 0.0172029 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:36 2021 Pair time (%) = 0.00101995 (5.92899) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191258) Outpt time (%) = 0.0160511 (93.3046) Other time (%) = 9.89437e-05 (0.575159) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:36 2021 Memory usage per processor = 27.5357 Mbytes Step Atoms AVEKE stressZZ 13947 5000 3.7024181e-11 4524213.4 13948 -0.0106924999999942 4524140.92783324 13948 5000 3.7021452e-11 4524140.9 Loop time of 0.0165269 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:36 2021 Pair time (%) = 0.00100589 (6.08635) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193309) Outpt time (%) = 0.0153658 (92.9745) Other time (%) = 0.000123262 (0.745827) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:36 2021 Memory usage per processor = 27.5357 Mbytes Step Atoms AVEKE stressZZ 13948 5000 3.7021452e-11 4524122 13949 -0.0106924999999942 4524049.48669452 13949 5000 3.7018723e-11 4524049.5 Loop time of 0.0170341 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:36 2021 Pair time (%) = 0.00115895 (6.80374) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.222546) Outpt time (%) = 0.0157249 (92.3145) Other time (%) = 0.000112295 (0.659239) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:36 2021 Memory usage per processor = 27.5357 Mbytes Step Atoms AVEKE stressZZ 13949 5000 3.7018723e-11 4524030.5 13950 -0.0106924999999942 4523958.05021064 13950 5000 3.7015994e-11 4523958.1 Loop time of 0.019186 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:36 2021 Pair time (%) = 0.00100517 (5.23909) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.171488) Outpt time (%) = 0.0180252 (93.9494) Other time (%) = 0.000122786 (0.639974) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:36 2021 Memory usage per processor = 27.5357 Mbytes Step Atoms AVEKE stressZZ 13950 5000 3.7015994e-11 4523939.1 13951 -0.0106924999999942 4523866.61838125 13951 5000 3.7013266e-11 4523866.6 Loop time of 0.0170209 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:36 2021 Pair time (%) = 0.00105 (6.16884) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.182096) Outpt time (%) = 0.015846 (93.0972) Other time (%) = 9.39369e-05 (0.55189) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:36 2021 Memory usage per processor = 27.5357 Mbytes Step Atoms AVEKE stressZZ 13951 5000 3.7013266e-11 4523847.7 13952 -0.0106924999999942 4523775.19120589 13952 5000 3.7010538e-11 4523775.2 Loop time of 0.0166919 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:36 2021 Pair time (%) = 0.00100589 (6.0262) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.185685) Outpt time (%) = 0.0155611 (93.2254) Other time (%) = 9.39369e-05 (0.562769) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:36 2021 Memory usage per processor = 27.5357 Mbytes Step Atoms AVEKE stressZZ 13952 5000 3.7010538e-11 4523756.2 13953 -0.0106924999999942 4523683.76868405 13953 5000 3.7007811e-11 4523683.8 Loop time of 0.0171499 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:36 2021 Pair time (%) = 0.0012691 (7.40004) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193238) Outpt time (%) = 0.0157142 (91.6282) Other time (%) = 0.000133514 (0.778513) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:36 2021 Memory usage per processor = 27.5357 Mbytes Step Atoms AVEKE stressZZ 13953 5000 3.7007811e-11 4523664.8 13954 -0.0106924999999942 4523592.35081535 13954 5000 3.7005084e-11 4523592.4 Loop time of 0.0174229 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:36 2021 Pair time (%) = 0.00110602 (6.3481) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.188842) Outpt time (%) = 0.016129 (92.5736) Other time (%) = 0.000154972 (0.889473) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:36 2021 Memory usage per processor = 27.5357 Mbytes Step Atoms AVEKE stressZZ 13954 5000 3.7005084e-11 4523573.4 13955 -0.0106924999999942 4523500.93759928 13955 5000 3.7002357e-11 4523500.9 Loop time of 0.0170932 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:36 2021 Pair time (%) = 0.00100303 (5.86799) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181326) Outpt time (%) = 0.0159628 (93.3872) Other time (%) = 9.63211e-05 (0.563506) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:36 2021 Memory usage per processor = 27.5357 Mbytes Step Atoms AVEKE stressZZ 13955 5000 3.7002357e-11 4523482 13956 -0.0106924999999942 4523409.52903544 13956 5000 3.699963e-11 4523409.5 Loop time of 0.016469 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:36 2021 Pair time (%) = 0.00101185 (6.14396) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.19978) Outpt time (%) = 0.0153239 (93.0468) Other time (%) = 0.000100374 (0.609474) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:36 2021 Memory usage per processor = 27.5357 Mbytes Step Atoms AVEKE stressZZ 13956 5000 3.699963e-11 4523390.6 13957 -0.0106924999999942 4523318.12512335 13957 5000 3.6996904e-11 4523318.1 Loop time of 0.0170071 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:36 2021 Pair time (%) = 0.00106502 (6.26218) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.200468) Outpt time (%) = 0.0157881 (92.8322) Other time (%) = 0.000119925 (0.705143) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:36 2021 Memory usage per processor = 27.5357 Mbytes Step Atoms AVEKE stressZZ 13957 5000 3.6996904e-11 4523299.2 13958 -0.0106924999999942 4523226.72586258 13958 5000 3.6994177e-11 4523226.7 Loop time of 0.017206 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:36 2021 Pair time (%) = 0.00103807 (6.03323) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180138) Outpt time (%) = 0.0160451 (93.2531) Other time (%) = 9.17912e-05 (0.533485) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:36 2021 Memory usage per processor = 27.5357 Mbytes Step Atoms AVEKE stressZZ 13958 5000 3.6994177e-11 4523207.8 13959 -0.0106924999999942 4523135.33125266 13959 5000 3.6991452e-11 4523135.3 Loop time of 0.016489 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:36 2021 Pair time (%) = 0.00100398 (6.08878) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193754) Outpt time (%) = 0.015358 (93.1405) Other time (%) = 9.5129e-05 (0.576923) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:36 2021 Memory usage per processor = 27.5357 Mbytes Step Atoms AVEKE stressZZ 13959 5000 3.6991452e-11 4523116.4 13960 -0.0106924999999942 4523043.94129309 13960 5000 3.6988726e-11 4523043.9 Loop time of 0.0191998 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:36 2021 Pair time (%) = 0.00113702 (5.92202) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.181299) Outpt time (%) = 0.0178609 (93.0262) Other time (%) = 0.000167131 (0.870483) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:36 2021 Memory usage per processor = 27.5357 Mbytes Step Atoms AVEKE stressZZ 13960 5000 3.6988726e-11 4523025 13961 -0.0106924999999942 4522952.55598349 13961 5000 3.6986001e-11 4522952.6 Loop time of 0.016958 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:36 2021 Pair time (%) = 0.00105596 (6.22689) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188395) Outpt time (%) = 0.0157731 (93.0125) Other time (%) = 9.70364e-05 (0.572216) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:36 2021 Memory usage per processor = 27.5357 Mbytes Step Atoms AVEKE stressZZ 13961 5000 3.6986001e-11 4522933.6 13962 -0.0106924999999942 4522861.17532344 13962 5000 3.6983276e-11 4522861.2 Loop time of 0.0172341 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:36 2021 Pair time (%) = 0.00100398 (5.82555) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.186761) Outpt time (%) = 0.0161052 (93.4495) Other time (%) = 9.27448e-05 (0.538148) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:36 2021 Memory usage per processor = 27.5357 Mbytes Step Atoms AVEKE stressZZ 13962 5000 3.6983276e-11 4522842.2 13963 -0.0106924999999942 4522769.7993124 13963 5000 3.6980552e-11 4522769.8 Loop time of 0.0166979 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:36 2021 Pair time (%) = 0.00100398 (6.01262) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.281284) Outpt time (%) = 0.0155361 (93.0421) Other time (%) = 0.000110865 (0.663944) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:36 2021 Memory usage per processor = 27.5357 Mbytes Step Atoms AVEKE stressZZ 13963 5000 3.6980552e-11 4522750.9 13964 -0.0106924999999942 4522678.42794994 13964 5000 3.6977827e-11 4522678.4 Loop time of 0.016669 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:36 2021 Pair time (%) = 0.00120807 (7.24737) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.228849) Outpt time (%) = 0.0153081 (91.8358) Other time (%) = 0.000114679 (0.687978) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:36 2021 Memory usage per processor = 27.5357 Mbytes Step Atoms AVEKE stressZZ 13964 5000 3.6977827e-11 4522659.5 13965 -0.0106924999999942 4522587.06123563 13965 5000 3.6975103e-11 4522587.1 Loop time of 0.0171831 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:36 2021 Pair time (%) = 0.00106597 (6.2036) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192865) Outpt time (%) = 0.015985 (93.0277) Other time (%) = 9.89437e-05 (0.575821) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:36 2021 Memory usage per processor = 27.5357 Mbytes Step Atoms AVEKE stressZZ 13965 5000 3.6975103e-11 4522568.1 13966 -0.0106924999999942 4522495.69916905 13966 5000 3.697238e-11 4522495.7 Loop time of 0.0170431 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:36 2021 Pair time (%) = 0.00100279 (5.88383) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181859) Outpt time (%) = 0.0159228 (93.4265) Other time (%) = 8.65459e-05 (0.507806) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:36 2021 Memory usage per processor = 27.5357 Mbytes Step Atoms AVEKE stressZZ 13966 5000 3.697238e-11 4522476.8 13967 -0.0106924999999942 4522404.34174971 13967 5000 3.6969656e-11 4522404.3 Loop time of 0.0167089 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:36 2021 Pair time (%) = 0.00103307 (6.18276) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.204047) Outpt time (%) = 0.0154948 (92.7342) Other time (%) = 0.000146866 (0.87897) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:36 2021 Memory usage per processor = 27.5357 Mbytes Step Atoms AVEKE stressZZ 13967 5000 3.6969656e-11 4522385.4 13968 -0.0106924999999942 4522312.9889772 13968 5000 3.6966933e-11 4522313 Loop time of 0.017097 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:36 2021 Pair time (%) = 0.00104809 (6.13025) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193836) Outpt time (%) = 0.0159161 (93.093) Other time (%) = 9.9659e-05 (0.582903) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:36 2021 Memory usage per processor = 27.5357 Mbytes Step Atoms AVEKE stressZZ 13968 5000 3.6966933e-11 4522294 13969 -0.0106924999999942 4522221.64085098 13969 5000 3.6964211e-11 4522221.6 Loop time of 0.016907 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:36 2021 Pair time (%) = 0.00100207 (5.92698) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.190374) Outpt time (%) = 0.015779 (93.3284) Other time (%) = 9.36985e-05 (0.5542) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:36 2021 Memory usage per processor = 27.5357 Mbytes Step Atoms AVEKE stressZZ 13969 5000 3.6964211e-11 4522202.7 13970 -0.0106924999999942 4522130.2973707 13970 5000 3.6961488e-11 4522130.3 Loop time of 0.0186999 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:36 2021 Pair time (%) = 0.00100303 (5.36381) Neigh time (%) = 0 (0) Comm time (%) = 4.50611e-05 (0.24097) Outpt time (%) = 0.0175321 (93.7552) Other time (%) = 0.000119686 (0.640037) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:36 2021 Memory usage per processor = 27.5357 Mbytes Step Atoms AVEKE stressZZ 13970 5000 3.6961488e-11 4522111.4 13971 -0.0106924999999942 4522038.95853588 13971 5000 3.6958766e-11 4522039 Loop time of 0.0165372 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:36 2021 Pair time (%) = 0.00103593 (6.26424) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.206165) Outpt time (%) = 0.0153031 (92.5377) Other time (%) = 0.000164032 (0.991898) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:36 2021 Memory usage per processor = 27.5357 Mbytes Step Atoms AVEKE stressZZ 13971 5000 3.6958766e-11 4522020 13972 -0.0106924999999942 4521947.62434604 13972 5000 3.6956044e-11 4521947.6 Loop time of 0.0169652 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:36 2021 Pair time (%) = 0.00117397 (6.91991) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.199559) Outpt time (%) = 0.0156531 (92.2664) Other time (%) = 0.000104189 (0.614135) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:36 2021 Memory usage per processor = 27.5357 Mbytes Step Atoms AVEKE stressZZ 13972 5000 3.6956044e-11 4521928.7 13973 -0.0106924999999942 4521856.29480082 13973 5000 3.6953323e-11 4521856.3 Loop time of 0.0171769 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:36 2021 Pair time (%) = 0.00100303 (5.83941) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185995) Outpt time (%) = 0.016048 (93.4277) Other time (%) = 9.39369e-05 (0.54688) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:36 2021 Memory usage per processor = 27.5357 Mbytes Step Atoms AVEKE stressZZ 13973 5000 3.6953323e-11 4521837.4 13974 -0.0106924999999942 4521764.96989969 13974 5000 3.6950601e-11 4521765 Loop time of 0.0164058 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:36 2021 Pair time (%) = 0.00100303 (6.11385) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.188923) Outpt time (%) = 0.0152829 (93.1552) Other time (%) = 8.89301e-05 (0.542064) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:36 2021 Memory usage per processor = 27.5357 Mbytes Step Atoms AVEKE stressZZ 13974 5000 3.6950601e-11 4521746 13975 -0.0106924999999942 4521673.64964367 13975 5000 3.694788e-11 4521673.6 Loop time of 0.0172429 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:36 2021 Pair time (%) = 0.00142598 (8.26996) Neigh time (%) = 0 (0) Comm time (%) = 4.50611e-05 (0.261331) Outpt time (%) = 0.0156012 (90.4787) Other time (%) = 0.000170708 (0.990017) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:36 2021 Memory usage per processor = 27.5357 Mbytes Step Atoms AVEKE stressZZ 13975 5000 3.694788e-11 4521654.7 13976 -0.0106924999999942 4521582.33405991 13976 5000 3.694516e-11 4521582.3 Loop time of 0.0163732 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:36 2021 Pair time (%) = 0.00100398 (6.13187) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.195125) Outpt time (%) = 0.015245 (93.1095) Other time (%) = 9.2268e-05 (0.563532) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:36 2021 Memory usage per processor = 27.5357 Mbytes Step Atoms AVEKE stressZZ 13976 5000 3.694516e-11 4521563.4 13977 -0.0106924999999942 4521491.02313828 13977 5000 3.6942439e-11 4521491 Loop time of 0.0164409 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:36 2021 Pair time (%) = 0.00100398 (6.10662) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.188521) Outpt time (%) = 0.015317 (93.164) Other time (%) = 8.89301e-05 (0.540909) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:36 2021 Memory usage per processor = 27.5357 Mbytes Step Atoms AVEKE stressZZ 13977 5000 3.6942439e-11 4521472.1 13978 -0.0106924999999942 4521399.71687247 13978 5000 3.6939719e-11 4521399.7 Loop time of 0.016855 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:36 2021 Pair time (%) = 0.00100398 (5.95657) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.190961) Outpt time (%) = 0.0157139 (93.2301) Other time (%) = 0.000104904 (0.622392) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:23:36 2021 Memory usage per processor = 27.5357 Mbytes Step Atoms AVEKE stressZZ 13978 5000 3.6939719e-11 4521380.8 13979 -0.0106924999999942 4521293.90747679 13979 5000 7.2959406e-11 4521442.4 Loop time of 0.016645 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:37 2021 Pair time (%) = 0.00106812 (6.41705) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.20483) Outpt time (%) = 0.015414 (92.6046) Other time (%) = 0.000128746 (0.773484) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:37 2021 Memory usage per processor = 27.5357 Mbytes Step Atoms AVEKE stressZZ 13979 5000 7.2959406e-11 4573317.4 13980 -0.0107249999999941 4573221.47132019 13980 5000 5.8770846e-11 4573221.5 Loop time of 0.019377 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:37 2021 Pair time (%) = 0.00103784 (5.35602) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.164876) Outpt time (%) = 0.018183 (93.8381) Other time (%) = 0.000124216 (0.641049) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:37 2021 Memory usage per processor = 27.5358 Mbytes Step Atoms AVEKE stressZZ 13980 5000 5.8770846e-11 4573196 13981 -0.0107249999999941 4573108.29733198 13981 5000 5.0549398e-11 4573108.3 Loop time of 0.0168831 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:37 2021 Pair time (%) = 0.00100493 (5.9523) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.189231) Outpt time (%) = 0.015754 (93.312) Other time (%) = 9.2268e-05 (0.54651) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:37 2021 Memory usage per processor = 27.5358 Mbytes Step Atoms AVEKE stressZZ 13981 5000 5.0549398e-11 4573085.1 13982 -0.0107249999999941 4573002.63202989 13982 5000 4.5645313e-11 4573002.6 Loop time of 0.0165441 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:37 2021 Pair time (%) = 0.00104213 (6.29909) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193109) Outpt time (%) = 0.0153761 (92.94) Other time (%) = 9.39369e-05 (0.567797) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:37 2021 Memory usage per processor = 27.5358 Mbytes Step Atoms AVEKE stressZZ 13982 5000 4.5645313e-11 4572980.9 13983 -0.0107249999999941 4572901.74030089 13983 5000 4.2657668e-11 4572901.7 Loop time of 0.0169659 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:37 2021 Pair time (%) = 0.001369 (8.06914) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.212198) Outpt time (%) = 0.015393 (90.7293) Other time (%) = 0.000167847 (0.98932) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:37 2021 Memory usage per processor = 27.5358 Mbytes Step Atoms AVEKE stressZZ 13983 5000 4.2657668e-11 4572880.9 13984 -0.0107249999999941 4572803.88395614 13984 5000 4.0810478e-11 4572803.9 Loop time of 0.0170901 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:37 2021 Pair time (%) = 0.0010829 (6.33641) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.199495) Outpt time (%) = 0.0158491 (92.7387) Other time (%) = 0.000123978 (0.725436) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:37 2021 Memory usage per processor = 27.5358 Mbytes Step Atoms AVEKE stressZZ 13984 5000 4.0810478e-11 4572783.6 13985 -0.0107249999999941 4572707.95835916 13985 5000 3.9656769e-11 4572708 Loop time of 0.0167801 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:37 2021 Pair time (%) = 0.00103998 (6.1977) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190392) Outpt time (%) = 0.0156121 (93.0393) Other time (%) = 9.60827e-05 (0.572598) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:37 2021 Memory usage per processor = 27.5358 Mbytes Step Atoms AVEKE stressZZ 13985 5000 3.9656769e-11 4572688.1 13986 -0.0107249999999941 4572613.26150129 13986 5000 3.8931133e-11 4572613.3 Loop time of 0.0166509 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:37 2021 Pair time (%) = 0.001091 (6.55221) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.209052) Outpt time (%) = 0.0154221 (92.6202) Other time (%) = 0.000102997 (0.618566) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:37 2021 Memory usage per processor = 27.5358 Mbytes Step Atoms AVEKE stressZZ 13986 5000 3.8931133e-11 4572593.6 13987 -0.0107249999999941 4572519.34724787 13987 5000 3.8472434e-11 4572519.3 Loop time of 0.0172331 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:37 2021 Pair time (%) = 0.00116897 (6.78325) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.196456) Outpt time (%) = 0.0158691 (92.0851) Other time (%) = 0.000161171 (0.935239) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:37 2021 Memory usage per processor = 27.5358 Mbytes Step Atoms AVEKE stressZZ 13987 5000 3.8472434e-11 4572499.9 13988 -0.0107249999999941 4572425.93207514 13988 5000 3.8181314e-11 4572425.9 Loop time of 0.017262 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:37 2021 Pair time (%) = 0.00100398 (5.81614) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179553) Outpt time (%) = 0.0161378 (93.4877) Other time (%) = 8.91685e-05 (0.51656) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:37 2021 Memory usage per processor = 27.5358 Mbytes Step Atoms AVEKE stressZZ 13988 5000 3.8181314e-11 4572406.5 13989 -0.0107249999999941 4572332.83580014 13989 5000 3.7995857e-11 4572332.8 Loop time of 0.0166039 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:37 2021 Pair time (%) = 0.0010488 (6.31659) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192413) Outpt time (%) = 0.015429 (92.9238) Other time (%) = 9.41753e-05 (0.567186) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:37 2021 Memory usage per processor = 27.5358 Mbytes Step Atoms AVEKE stressZZ 13989 5000 3.7995857e-11 4572313.5 13990 -0.0107249999999941 4572239.9439142 13990 5000 3.7877213e-11 4572239.9 Loop time of 0.0195239 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:37 2021 Pair time (%) = 0.00133705 (6.84829) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.189281) Outpt time (%) = 0.0180049 (92.22) Other time (%) = 0.000144958 (0.742468) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:37 2021 Memory usage per processor = 27.5358 Mbytes Step Atoms AVEKE stressZZ 13990 5000 3.7877213e-11 4572220.6 13991 -0.0107249999999941 4572147.18364563 13991 5000 3.7800893e-11 4572147.2 Loop time of 0.0171909 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:37 2021 Pair time (%) = 0.00104308 (6.06762) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.19139) Outpt time (%) = 0.0160179 (93.1765) Other time (%) = 9.70364e-05 (0.564462) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:37 2021 Memory usage per processor = 27.5358 Mbytes Step Atoms AVEKE stressZZ 13991 5000 3.7800893e-11 4572127.9 13992 -0.0107249999999941 4572054.50874688 13992 5000 3.7751414e-11 4572054.5 Loop time of 0.0174661 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:37 2021 Pair time (%) = 0.00100613 (5.76046) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182915) Outpt time (%) = 0.016335 (93.5243) Other time (%) = 9.29832e-05 (0.532365) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:37 2021 Memory usage per processor = 27.5358 Mbytes Step Atoms AVEKE stressZZ 13992 5000 3.7751414e-11 4572035.3 13993 -0.0107249999999941 4571961.88982666 13993 5000 3.7718972e-11 4571961.9 Loop time of 0.0167139 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:37 2021 Pair time (%) = 0.00100207 (5.99546) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191147) Outpt time (%) = 0.0155549 (93.0659) Other time (%) = 0.000124931 (0.747472) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:37 2021 Memory usage per processor = 27.5358 Mbytes Step Atoms AVEKE stressZZ 13993 5000 3.7718972e-11 4571942.6 13994 -0.0107249999999941 4571869.30820635 13994 5000 3.7697347e-11 4571869.3 Loop time of 0.0171292 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:37 2021 Pair time (%) = 0.00116396 (6.79518) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193472) Outpt time (%) = 0.0158131 (92.3168) Other time (%) = 0.000118971 (0.694551) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:37 2021 Memory usage per processor = 27.5358 Mbytes Step Atoms AVEKE stressZZ 13994 5000 3.7697347e-11 4571850.1 13995 -0.0107249999999941 4571776.75201546 13995 5000 3.7682593e-11 4571776.8 Loop time of 0.0173578 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:37 2021 Pair time (%) = 0.00105 (6.04912) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184056) Outpt time (%) = 0.0161819 (93.2256) Other time (%) = 9.39369e-05 (0.541179) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:37 2021 Memory usage per processor = 27.5358 Mbytes Step Atoms AVEKE stressZZ 13995 5000 3.7682593e-11 4571757.5 13996 -0.0107249999999941 4571684.21370964 13996 5000 3.7672205e-11 4571684.2 Loop time of 0.0170009 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:37 2021 Pair time (%) = 0.00100303 (5.89984) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.18231) Outpt time (%) = 0.0158739 (93.3709) Other time (%) = 9.29832e-05 (0.546931) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:37 2021 Memory usage per processor = 27.5358 Mbytes Step Atoms AVEKE stressZZ 13996 5000 3.7672205e-11 4571665 13997 -0.0107249999999941 4571591.68849423 13997 5000 3.766459e-11 4571591.7 Loop time of 0.0166349 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:37 2021 Pair time (%) = 0.00116706 (7.01571) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.223585) Outpt time (%) = 0.0153148 (92.0642) Other time (%) = 0.000115871 (0.696554) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:37 2021 Memory usage per processor = 27.5358 Mbytes Step Atoms AVEKE stressZZ 13997 5000 3.766459e-11 4571572.5 13998 -0.0107249999999941 4571499.1733221 13998 5000 3.7658737e-11 4571499.2 Loop time of 0.0173252 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:37 2021 Pair time (%) = 0.00109291 (6.30823) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.178898) Outpt time (%) = 0.016103 (92.9459) Other time (%) = 9.82285e-05 (0.56697) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:37 2021 Memory usage per processor = 27.5358 Mbytes Step Atoms AVEKE stressZZ 13998 5000 3.7658737e-11 4571479.9 13999 -0.0107249999999941 4571406.66625637 13999 5000 3.7654005e-11 4571406.7 Loop time of 0.0172138 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:37 2021 Pair time (%) = 0.00104403 (6.0651) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185596) Outpt time (%) = 0.0160439 (93.2036) Other time (%) = 9.39369e-05 (0.545706) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:37 2021 Memory usage per processor = 27.5358 Mbytes Step Atoms AVEKE stressZZ 13999 5000 3.7654005e-11 4571387.4 14000 -0.0107249999999941 4571314.16606606 14000 5000 3.7649984e-11 4571314.2 Loop time of 0.018563 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:37 2021 Pair time (%) = 0.00103498 (5.57546) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.177243) Outpt time (%) = 0.0173988 (93.7284) Other time (%) = 9.63211e-05 (0.518887) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:37 2021 Memory usage per processor = 27.5358 Mbytes Step Atoms AVEKE stressZZ 14000 5000 3.7649984e-11 4571294.9 14001 -0.0107249999999941 4571221.67196851 14001 5000 3.7646416e-11 4571221.7 Loop time of 0.0168049 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:37 2021 Pair time (%) = 0.00125408 (7.46258) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.226999) Outpt time (%) = 0.015383 (91.5386) Other time (%) = 0.0001297 (0.771795) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:37 2021 Memory usage per processor = 27.5358 Mbytes Step Atoms AVEKE stressZZ 14001 5000 3.7646416e-11 4571202.4 14002 -0.0107249999999941 4571129.1834663 14002 5000 3.7643136e-11 4571129.2 Loop time of 0.0171909 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:37 2021 Pair time (%) = 0.00100493 (5.84572) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180295) Outpt time (%) = 0.016058 (93.4095) Other time (%) = 9.70364e-05 (0.564462) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:37 2021 Memory usage per processor = 27.5358 Mbytes Step Atoms AVEKE stressZZ 14002 5000 3.7643136e-11 4571110 14003 -0.0107249999999941 4571036.700243 14003 5000 3.7640038e-11 4571036.7 Loop time of 0.0170341 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:37 2021 Pair time (%) = 0.00100684 (5.91076) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187554) Outpt time (%) = 0.0159049 (93.3712) Other time (%) = 9.03606e-05 (0.530471) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:37 2021 Memory usage per processor = 27.5358 Mbytes Step Atoms AVEKE stressZZ 14003 5000 3.7640038e-11 4571017.5 14004 -0.0107249999999941 4570944.22209735 14004 5000 3.7637057e-11 4570944.2 Loop time of 0.016892 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:37 2021 Pair time (%) = 0.00113511 (6.71983) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.194778) Outpt time (%) = 0.0155501 (92.0565) Other time (%) = 0.000173807 (1.02893) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:37 2021 Memory usage per processor = 27.5358 Mbytes Step Atoms AVEKE stressZZ 14004 5000 3.7637057e-11 4570925 14005 -0.0107249999999941 4570851.7489012 14005 5000 3.763415e-11 4570851.7 Loop time of 0.017138 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:37 2021 Pair time (%) = 0.00107098 (6.24913) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191981) Outpt time (%) = 0.0159311 (92.9579) Other time (%) = 0.000102997 (0.600985) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:37 2021 Memory usage per processor = 27.5358 Mbytes Step Atoms AVEKE stressZZ 14005 5000 3.763415e-11 4570832.5 14006 -0.0107249999999941 4570759.28057305 14006 5000 3.763129e-11 4570759.3 Loop time of 0.0172229 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:37 2021 Pair time (%) = 0.00100112 (5.81273) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185498) Outpt time (%) = 0.0160651 (93.2778) Other time (%) = 0.000124693 (0.723996) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:37 2021 Memory usage per processor = 27.5358 Mbytes Step Atoms AVEKE stressZZ 14006 5000 3.763129e-11 4570740.1 14007 -0.0107249999999941 4570666.81706078 14007 5000 3.762846e-11 4570666.8 Loop time of 0.016459 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:37 2021 Pair time (%) = 0.00100613 (6.11293) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194107) Outpt time (%) = 0.0153282 (93.1295) Other time (%) = 9.27448e-05 (0.56349) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:37 2021 Memory usage per processor = 27.5358 Mbytes Step Atoms AVEKE stressZZ 14007 5000 3.762846e-11 4570647.6 14008 -0.0107249999999941 4570574.35833108 14008 5000 3.7625649e-11 4570574.4 Loop time of 0.0167229 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:37 2021 Pair time (%) = 0.00123978 (7.41364) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.220983) Outpt time (%) = 0.0153251 (91.6411) Other time (%) = 0.000121117 (0.724255) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:37 2021 Memory usage per processor = 27.5358 Mbytes Step Atoms AVEKE stressZZ 14008 5000 3.7625649e-11 4570555.1 14009 -0.0107249999999941 4570481.90436267 14009 5000 3.7622851e-11 4570481.9 Loop time of 0.0170269 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:37 2021 Pair time (%) = 0.00100398 (5.89644) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.270248) Outpt time (%) = 0.015871 (93.2116) Other time (%) = 0.000105858 (0.621709) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:37 2021 Memory usage per processor = 27.5358 Mbytes Step Atoms AVEKE stressZZ 14009 5000 3.7622851e-11 4570462.7 14010 -0.0107249999999941 4570389.45514178 14010 5000 3.7620061e-11 4570389.5 Loop time of 0.0190282 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:37 2021 Pair time (%) = 0.00100303 (5.27127) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.169152) Outpt time (%) = 0.0179009 (94.0759) Other time (%) = 9.20296e-05 (0.483649) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:37 2021 Memory usage per processor = 27.5358 Mbytes Step Atoms AVEKE stressZZ 14010 5000 3.7620061e-11 4570370.2 14011 -0.0107249999999941 4570297.01065945 14011 5000 3.7617276e-11 4570297 Loop time of 0.016573 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:37 2021 Pair time (%) = 0.00110006 (6.6377) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.204281) Outpt time (%) = 0.0153301 (92.5006) Other time (%) = 0.000108957 (0.65744) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:37 2021 Memory usage per processor = 27.5358 Mbytes Step Atoms AVEKE stressZZ 14011 5000 3.7617276e-11 4570277.8 14012 -0.0107249999999941 4570204.5709099 14012 5000 3.7614494e-11 4570204.6 Loop time of 0.0170038 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:37 2021 Pair time (%) = 0.00124002 (7.29259) Neigh time (%) = 0 (0) Comm time (%) = 5.19753e-05 (0.305669) Outpt time (%) = 0.0155718 (91.5787) Other time (%) = 0.000139952 (0.823063) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:37 2021 Memory usage per processor = 27.5358 Mbytes Step Atoms AVEKE stressZZ 14012 5000 3.7614494e-11 4570185.4 14013 -0.0107249999999941 4570112.13588922 14013 5000 3.7611714e-11 4570112.1 Loop time of 0.0173249 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:37 2021 Pair time (%) = 0.00104904 (6.0551) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.178901) Outpt time (%) = 0.016151 (93.2238) Other time (%) = 9.39369e-05 (0.542207) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:37 2021 Memory usage per processor = 27.5358 Mbytes Step Atoms AVEKE stressZZ 14013 5000 3.7611714e-11 4570092.9 14014 -0.0107249999999941 4570019.70559463 14014 5000 3.7608936e-11 4570019.7 Loop time of 0.016516 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:37 2021 Pair time (%) = 0.00100303 (6.07307) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193438) Outpt time (%) = 0.015388 (93.1705) Other time (%) = 9.29832e-05 (0.56299) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:37 2021 Memory usage per processor = 27.5358 Mbytes Step Atoms AVEKE stressZZ 14014 5000 3.7608936e-11 4570000.5 14015 -0.0107249999999941 4569927.28002435 14015 5000 3.7606159e-11 4569927.3 Loop time of 0.0167971 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:37 2021 Pair time (%) = 0.00104213 (6.20422) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.202975) Outpt time (%) = 0.015599 (92.8675) Other time (%) = 0.000121832 (0.725317) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:37 2021 Memory usage per processor = 27.5358 Mbytes Step Atoms AVEKE stressZZ 14015 5000 3.7606159e-11 4569908.1 14016 -0.0107249999999941 4569834.85917697 14016 5000 3.7603383e-11 4569834.9 Loop time of 0.017148 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:37 2021 Pair time (%) = 0.00108194 (6.30944) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186308) Outpt time (%) = 0.0159371 (92.9384) Other time (%) = 9.70364e-05 (0.565875) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:37 2021 Memory usage per processor = 27.5358 Mbytes Step Atoms AVEKE stressZZ 14016 5000 3.7603383e-11 4569815.6 14017 -0.0107249999999941 4569742.44305145 14017 5000 3.7600608e-11 4569742.4 Loop time of 0.0170958 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:37 2021 Pair time (%) = 0.00100303 (5.86709) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186877) Outpt time (%) = 0.0159678 (93.4021) Other time (%) = 9.29832e-05 (0.543895) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:37 2021 Memory usage per processor = 27.5358 Mbytes Step Atoms AVEKE stressZZ 14017 5000 3.7600608e-11 4569723.2 14018 -0.0107249999999941 4569650.03164697 14018 5000 3.7597833e-11 4569650 Loop time of 0.0163538 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:37 2021 Pair time (%) = 0.0010078 (6.16244) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.195355) Outpt time (%) = 0.0152209 (93.0722) Other time (%) = 9.32217e-05 (0.570029) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:37 2021 Memory usage per processor = 27.5358 Mbytes Step Atoms AVEKE stressZZ 14018 5000 3.7597833e-11 4569630.8 14019 -0.0107249999999941 4569557.6249628 14019 5000 3.7595059e-11 4569557.6 Loop time of 0.0163941 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:37 2021 Pair time (%) = 0.00107598 (6.56322) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194875) Outpt time (%) = 0.015193 (92.6733) Other time (%) = 9.32217e-05 (0.568628) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:37 2021 Memory usage per processor = 27.5358 Mbytes Step Atoms AVEKE stressZZ 14019 5000 3.7595059e-11 4569538.4 14020 -0.0107249999999941 4569465.22299823 14020 5000 3.7592285e-11 4569465.2 Loop time of 0.018559 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:37 2021 Pair time (%) = 0.00100303 (5.40454) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.172144) Outpt time (%) = 0.017436 (93.9493) Other time (%) = 8.79765e-05 (0.474037) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:37 2021 Memory usage per processor = 27.5358 Mbytes Step Atoms AVEKE stressZZ 14020 5000 3.7592285e-11 4569446 14021 -0.0107249999999941 4569372.82575277 14021 5000 3.7589511e-11 4569372.8 Loop time of 0.016408 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:37 2021 Pair time (%) = 0.00100207 (6.10724) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194711) Outpt time (%) = 0.0152879 (93.1735) Other time (%) = 8.60691e-05 (0.524557) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:37 2021 Memory usage per processor = 27.5358 Mbytes Step Atoms AVEKE stressZZ 14021 5000 3.7589511e-11 4569353.6 14022 -0.0107249999999941 4569280.43322591 14022 5000 3.7586738e-11 4569280.4 Loop time of 0.0178218 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:38 2021 Pair time (%) = 0.00100994 (5.66689) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.173913) Outpt time (%) = 0.0166919 (93.6602) Other time (%) = 8.89301e-05 (0.498997) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:38 2021 Memory usage per processor = 27.5358 Mbytes Step Atoms AVEKE stressZZ 14022 5000 3.7586738e-11 4569261.2 14023 -0.0107249999999941 4569188.045417 14023 5000 3.7583964e-11 4569188 Loop time of 0.0171859 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:38 2021 Pair time (%) = 0.00103807 (6.04026) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185897) Outpt time (%) = 0.01599 (93.0414) Other time (%) = 0.000125885 (0.732489) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:38 2021 Memory usage per processor = 27.5358 Mbytes Step Atoms AVEKE stressZZ 14023 5000 3.7583964e-11 4569168.8 14024 -0.0107249999999941 4569095.66232576 14024 5000 3.7581192e-11 4569095.7 Loop time of 0.0165482 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:38 2021 Pair time (%) = 0.00101686 (6.14482) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.198824) Outpt time (%) = 0.0153952 (93.0325) Other time (%) = 0.000103235 (0.623847) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:38 2021 Memory usage per processor = 27.5358 Mbytes Step Atoms AVEKE stressZZ 14024 5000 3.7581192e-11 4569076.4 14025 -0.0107249999999941 4569003.28395149 14025 5000 3.7578419e-11 4569003.3 Loop time of 0.0172598 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:38 2021 Pair time (%) = 0.00106502 (6.17049) Neigh time (%) = 0 (0) Comm time (%) = 5.60284e-05 (0.324617) Outpt time (%) = 0.0160279 (92.8626) Other time (%) = 0.000110865 (0.642327) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:38 2021 Memory usage per processor = 27.5358 Mbytes Step Atoms AVEKE stressZZ 14025 5000 3.7578419e-11 4568984.1 14026 -0.0107249999999941 4568910.91029383 14026 5000 3.7575647e-11 4568910.9 Loop time of 0.0171921 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:38 2021 Pair time (%) = 0.00105 (6.10742) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18583) Outpt time (%) = 0.0160148 (93.152) Other time (%) = 9.53674e-05 (0.554716) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:38 2021 Memory usage per processor = 27.5358 Mbytes Step Atoms AVEKE stressZZ 14026 5000 3.7575647e-11 4568891.7 14027 -0.0107249999999941 4568818.54135232 14027 5000 3.7572875e-11 4568818.5 Loop time of 0.016376 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:38 2021 Pair time (%) = 0.00100303 (6.12497) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.189267) Outpt time (%) = 0.015249 (93.118) Other time (%) = 9.29832e-05 (0.567801) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:38 2021 Memory usage per processor = 27.5358 Mbytes Step Atoms AVEKE stressZZ 14027 5000 3.7572875e-11 4568799.3 14028 -0.0107249999999941 4568726.17712647 14028 5000 3.7570104e-11 4568726.2 Loop time of 0.01738 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:38 2021 Pair time (%) = 0.00146985 (8.45714) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.264757) Outpt time (%) = 0.0156641 (90.1272) Other time (%) = 0.000200033 (1.15094) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:38 2021 Memory usage per processor = 27.5358 Mbytes Step Atoms AVEKE stressZZ 14028 5000 3.7570104e-11 4568707 14029 -0.0107249999999941 4568633.81761576 14029 5000 3.7567333e-11 4568633.8 Loop time of 0.0171111 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:38 2021 Pair time (%) = 0.00101113 (5.90924) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18671) Outpt time (%) = 0.015974 (93.3551) Other time (%) = 9.39369e-05 (0.548984) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:38 2021 Memory usage per processor = 27.5358 Mbytes Step Atoms AVEKE stressZZ 14029 5000 3.7567333e-11 4568614.6 14030 -0.0107249999999941 4568541.46281984 14030 5000 3.7564562e-11 4568541.5 Loop time of 0.019253 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:38 2021 Pair time (%) = 0.00100493 (5.21962) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.160985) Outpt time (%) = 0.018086 (93.9383) Other time (%) = 0.00013113 (0.681089) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:38 2021 Memory usage per processor = 27.5358 Mbytes Step Atoms AVEKE stressZZ 14030 5000 3.7564562e-11 4568522.3 14031 -0.0107249999999941 4568449.11273825 14031 5000 3.7561791e-11 4568449.1 Loop time of 0.0165989 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:38 2021 Pair time (%) = 0.00103712 (6.24811) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192471) Outpt time (%) = 0.0154359 (92.9935) Other time (%) = 9.39369e-05 (0.565921) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:38 2021 Memory usage per processor = 27.5358 Mbytes Step Atoms AVEKE stressZZ 14031 5000 3.7561791e-11 4568429.9 14032 -0.0107249999999941 4568356.76737043 14032 5000 3.7559021e-11 4568356.8 Loop time of 0.0172541 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:38 2021 Pair time (%) = 0.00151491 (8.78) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.208653) Outpt time (%) = 0.0155392 (90.0607) Other time (%) = 0.000164032 (0.950683) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:38 2021 Memory usage per processor = 27.5358 Mbytes Step Atoms AVEKE stressZZ 14032 5000 3.7559021e-11 4568337.6 14033 -0.0107249999999941 4568264.42671613 14033 5000 3.7556251e-11 4568264.4 Loop time of 0.0171649 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:38 2021 Pair time (%) = 0.00100684 (5.86569) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186124) Outpt time (%) = 0.0160348 (93.4162) Other time (%) = 9.13143e-05 (0.531981) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:38 2021 Memory usage per processor = 27.5358 Mbytes Step Atoms AVEKE stressZZ 14033 5000 3.7556251e-11 4568245.2 14034 -0.0107249999999941 4568172.09077471 14034 5000 3.7553482e-11 4568172.1 Loop time of 0.016516 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:38 2021 Pair time (%) = 0.00101209 (6.12793) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193438) Outpt time (%) = 0.0153809 (93.1272) Other time (%) = 9.10759e-05 (0.551441) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:38 2021 Memory usage per processor = 27.5358 Mbytes Step Atoms AVEKE stressZZ 14034 5000 3.7553482e-11 4568152.9 14035 -0.0107249999999941 4568079.75954594 14035 5000 3.7550712e-11 4568079.8 Loop time of 0.016669 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:38 2021 Pair time (%) = 0.00111508 (6.68955) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.203104) Outpt time (%) = 0.015414 (92.4709) Other time (%) = 0.000106096 (0.636487) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:38 2021 Memory usage per processor = 27.5358 Mbytes Step Atoms AVEKE stressZZ 14035 5000 3.7550712e-11 4568060.6 14036 -0.0107249999999941 4567987.43304644 14036 5000 3.7547943e-11 4567987.4 Loop time of 0.01737 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:38 2021 Pair time (%) = 0.00116801 (6.72432) Neigh time (%) = 0 (0) Comm time (%) = 4.91142e-05 (0.282753) Outpt time (%) = 0.0160348 (92.3135) Other time (%) = 0.000118017 (0.679432) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:38 2021 Memory usage per processor = 27.5358 Mbytes Step Atoms AVEKE stressZZ 14036 5000 3.7547943e-11 4567968.2 14037 -0.0107249999999941 4567895.11130278 14037 5000 3.7545175e-11 4567895.1 Loop time of 0.0171971 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:38 2021 Pair time (%) = 0.00100303 (5.83252) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185776) Outpt time (%) = 0.0160701 (93.4466) Other time (%) = 9.20296e-05 (0.535145) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:38 2021 Memory usage per processor = 27.5358 Mbytes Step Atoms AVEKE stressZZ 14037 5000 3.7545175e-11 4567875.9 14038 -0.0107249999999941 4567802.79429499 14038 5000 3.7542406e-11 4567802.8 Loop time of 0.0163839 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:38 2021 Pair time (%) = 0.00103807 (6.33595) Neigh time (%) = 0 (0) Comm time (%) = 5.19753e-05 (0.317234) Outpt time (%) = 0.0151958 (92.7487) Other time (%) = 9.799e-05 (0.598088) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:38 2021 Memory usage per processor = 27.5358 Mbytes Step Atoms AVEKE stressZZ 14038 5000 3.7542406e-11 4567783.6 14039 -0.0107249999999941 4567710.48201693 14039 5000 3.7539638e-11 4567710.5 Loop time of 0.017323 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:38 2021 Pair time (%) = 0.00123596 (7.1348) Neigh time (%) = 0 (0) Comm time (%) = 7.20024e-05 (0.415646) Outpt time (%) = 0.015857 (91.5371) Other time (%) = 0.000158072 (0.912494) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:38 2021 Memory usage per processor = 27.5358 Mbytes Step Atoms AVEKE stressZZ 14039 5000 3.7539638e-11 4567691.3 14040 -0.0107249999999941 4567618.17446531 14040 5000 3.753687e-11 4567618.2 Loop time of 0.019165 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:38 2021 Pair time (%) = 0.00100398 (5.2386) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.167944) Outpt time (%) = 0.0179999 (93.9204) Other time (%) = 0.000128984 (0.67302) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:38 2021 Memory usage per processor = 27.5358 Mbytes Step Atoms AVEKE stressZZ 14040 5000 3.753687e-11 4567599 14041 -0.0107249999999941 4567525.8716378 14041 5000 3.7534103e-11 4567525.9 Loop time of 0.017103 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:38 2021 Pair time (%) = 0.00100517 (5.87719) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186799) Outpt time (%) = 0.0159731 (93.3937) Other time (%) = 9.27448e-05 (0.542274) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:38 2021 Memory usage per processor = 27.5358 Mbytes Step Atoms AVEKE stressZZ 14041 5000 3.7534103e-11 4567506.7 14042 -0.0107249999999941 4567433.57353277 14042 5000 3.7531335e-11 4567433.6 Loop time of 0.016557 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:38 2021 Pair time (%) = 0.00101018 (6.10123) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192958) Outpt time (%) = 0.0153499 (92.7093) Other time (%) = 0.000164986 (0.996472) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:38 2021 Memory usage per processor = 27.5358 Mbytes Step Atoms AVEKE stressZZ 14042 5000 3.7531335e-11 4567414.4 14043 -0.0107249999999941 4567341.28014866 14043 5000 3.7528569e-11 4567341.3 Loop time of 0.017554 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:38 2021 Pair time (%) = 0.00111413 (6.34686) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.194222) Outpt time (%) = 0.0163021 (92.8681) Other time (%) = 0.000103712 (0.590816) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:38 2021 Memory usage per processor = 27.5358 Mbytes Step Atoms AVEKE stressZZ 14043 5000 3.7528569e-11 4567322.1 14044 -0.0107249999999941 4567248.9914844 14044 5000 3.7525802e-11 4567249 Loop time of 0.0173099 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:38 2021 Pair time (%) = 0.0010469 (6.04796) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184565) Outpt time (%) = 0.0161378 (93.2289) Other time (%) = 9.32217e-05 (0.538545) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:38 2021 Memory usage per processor = 27.5358 Mbytes Step Atoms AVEKE stressZZ 14044 5000 3.7525802e-11 4567229.8 14045 -0.0107249999999941 4567156.70753896 14045 5000 3.7523036e-11 4567156.7 Loop time of 0.016705 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:38 2021 Pair time (%) = 0.00100899 (6.04002) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191248) Outpt time (%) = 0.0155709 (93.2107) Other time (%) = 9.32217e-05 (0.558045) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:38 2021 Memory usage per processor = 27.5358 Mbytes Step Atoms AVEKE stressZZ 14045 5000 3.7523036e-11 4567137.5 14046 -0.0107249999999941 4567064.42831141 14046 5000 3.752027e-11 4567064.4 Loop time of 0.016619 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:38 2021 Pair time (%) = 0.00118494 (7.13005) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.20515) Outpt time (%) = 0.0152831 (91.9618) Other time (%) = 0.000116825 (0.702962) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:38 2021 Memory usage per processor = 27.5358 Mbytes Step Atoms AVEKE stressZZ 14046 5000 3.752027e-11 4567045.2 14047 -0.0107249999999941 4566972.15380096 14047 5000 3.7517504e-11 4566972.2 Loop time of 0.0174699 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:38 2021 Pair time (%) = 0.00108886 (6.23277) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.193793) Outpt time (%) = 0.0162439 (92.9825) Other time (%) = 0.000103235 (0.590933) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:38 2021 Memory usage per processor = 27.5358 Mbytes Step Atoms AVEKE stressZZ 14047 5000 3.7517504e-11 4566952.9 14048 -0.0107249999999941 4566879.88399645 14048 5000 3.7514739e-11 4566879.9 Loop time of 0.0169461 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:38 2021 Pair time (%) = 0.00104189 (6.14826) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.189935) Outpt time (%) = 0.0157771 (93.1018) Other time (%) = 9.48906e-05 (0.559956) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:38 2021 Memory usage per processor = 27.5358 Mbytes Step Atoms AVEKE stressZZ 14048 5000 3.7514739e-11 4566860.7 14049 -0.0107249999999941 4566787.61890509 14049 5000 3.7511974e-11 4566787.6 Loop time of 0.0165079 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:38 2021 Pair time (%) = 0.00102806 (6.2277) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.206531) Outpt time (%) = 0.0153451 (92.9563) Other time (%) = 0.000100613 (0.609483) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:38 2021 Memory usage per processor = 27.5358 Mbytes Step Atoms AVEKE stressZZ 14049 5000 3.7511974e-11 4566768.4 14050 -0.0107249999999941 4566695.35852781 14050 5000 3.7509209e-11 4566695.4 Loop time of 0.019459 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:38 2021 Pair time (%) = 0.00109386 (5.62138) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.169082) Outpt time (%) = 0.018225 (93.6582) Other time (%) = 0.000107288 (0.551356) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:38 2021 Memory usage per processor = 27.5358 Mbytes Step Atoms AVEKE stressZZ 14050 5000 3.7509209e-11 4566676.2 14051 -0.0107249999999941 4566603.1028689 14051 5000 3.7506445e-11 4566603.1 Loop time of 0.017091 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:38 2021 Pair time (%) = 0.00100684 (5.89105) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.188324) Outpt time (%) = 0.015959 (93.3766) Other time (%) = 9.29832e-05 (0.544047) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:38 2021 Memory usage per processor = 27.5358 Mbytes Step Atoms AVEKE stressZZ 14051 5000 3.7506445e-11 4566583.9 14052 -0.0107249999999941 4566510.85194158 14052 5000 3.750368e-11 4566510.9 Loop time of 0.016891 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:38 2021 Pair time (%) = 0.000999928 (5.91988) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.189143) Outpt time (%) = 0.0157659 (93.3391) Other time (%) = 9.32217e-05 (0.551901) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:38 2021 Memory usage per processor = 27.5358 Mbytes Step Atoms AVEKE stressZZ 14052 5000 3.750368e-11 4566491.6 14053 -0.0107249999999941 4566418.60572575 14053 5000 3.7500917e-11 4566418.6 Loop time of 0.0165401 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:38 2021 Pair time (%) = 0.00108409 (6.55433) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.204688) Outpt time (%) = 0.0153189 (92.6168) Other time (%) = 0.000103235 (0.624153) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:38 2021 Memory usage per processor = 27.5358 Mbytes Step Atoms AVEKE stressZZ 14053 5000 3.7500917e-11 4566399.4 14054 -0.0107249999999941 4566326.36422085 14054 5000 3.7498153e-11 4566326.4 Loop time of 0.017256 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:38 2021 Pair time (%) = 0.00103998 (6.02678) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.19205) Outpt time (%) = 0.016082 (93.1967) Other time (%) = 0.000100851 (0.58444) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:38 2021 Memory usage per processor = 27.5358 Mbytes Step Atoms AVEKE stressZZ 14054 5000 3.7498153e-11 4566307.2 14055 -0.0107249999999941 4566234.12742645 14055 5000 3.749539e-11 4566234.1 Loop time of 0.017082 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:38 2021 Pair time (%) = 0.00100994 (5.91232) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187028) Outpt time (%) = 0.0159459 (93.3493) Other time (%) = 9.41753e-05 (0.551314) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:38 2021 Memory usage per processor = 27.5358 Mbytes Step Atoms AVEKE stressZZ 14055 5000 3.749539e-11 4566214.9 14056 -0.0107249999999941 4566141.89534209 14056 5000 3.7492627e-11 4566141.9 Loop time of 0.016356 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:38 2021 Pair time (%) = 0.00100613 (6.15142) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.19533) Outpt time (%) = 0.0152252 (93.0862) Other time (%) = 9.27448e-05 (0.567039) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:38 2021 Memory usage per processor = 27.5358 Mbytes Step Atoms AVEKE stressZZ 14056 5000 3.7492627e-11 4566122.7 14057 -0.0107249999999941 4566049.66796742 14057 5000 3.7489864e-11 4566049.7 Loop time of 0.0169642 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:38 2021 Pair time (%) = 0.00123596 (7.28571) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.229084) Outpt time (%) = 0.0155492 (91.6588) Other time (%) = 0.00014019 (0.826388) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:38 2021 Memory usage per processor = 27.5358 Mbytes Step Atoms AVEKE stressZZ 14057 5000 3.7489864e-11 4566030.5 14058 -0.0107249999999941 4565957.44530218 14058 5000 3.7487102e-11 4565957.4 Loop time of 0.016984 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:38 2021 Pair time (%) = 0.00100207 (5.90011) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.189511) Outpt time (%) = 0.015857 (93.3643) Other time (%) = 9.27448e-05 (0.546072) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:38 2021 Memory usage per processor = 27.5358 Mbytes Step Atoms AVEKE stressZZ 14058 5000 3.7487102e-11 4565938.2 14059 -0.0107249999999941 4565865.22734584 14059 5000 3.748434e-11 4565865.2 Loop time of 0.0171351 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:38 2021 Pair time (%) = 0.00100207 (5.84806) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186448) Outpt time (%) = 0.0160069 (93.4159) Other time (%) = 9.41753e-05 (0.549603) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:38 2021 Memory usage per processor = 27.5358 Mbytes Step Atoms AVEKE stressZZ 14059 5000 3.748434e-11 4565846 14060 -0.0107249999999941 4565773.0140983 14060 5000 3.7481578e-11 4565773 Loop time of 0.0186522 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:38 2021 Pair time (%) = 0.00105596 (5.66129) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.177674) Outpt time (%) = 0.0174611 (93.6139) Other time (%) = 0.000102043 (0.547084) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:38 2021 Memory usage per processor = 27.5358 Mbytes Step Atoms AVEKE stressZZ 14060 5000 3.7481578e-11 4565753.8 14061 -0.0107249999999941 4565680.80555924 14061 5000 3.7478817e-11 4565680.8 Loop time of 0.0170281 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:38 2021 Pair time (%) = 0.00135112 (7.93464) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.211422) Outpt time (%) = 0.0154581 (90.78) Other time (%) = 0.000182867 (1.07391) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:38 2021 Memory usage per processor = 27.5358 Mbytes Step Atoms AVEKE stressZZ 14061 5000 3.7478817e-11 4565661.6 14062 -0.0107249999999941 4565588.60172845 14062 5000 3.7476056e-11 4565588.6 Loop time of 0.0165021 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:38 2021 Pair time (%) = 0.00104499 (6.33244) Neigh time (%) = 0 (0) Comm time (%) = 4.50611e-05 (0.273062) Outpt time (%) = 0.015286 (92.6302) Other time (%) = 0.000126123 (0.764285) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:38 2021 Memory usage per processor = 27.5358 Mbytes Step Atoms AVEKE stressZZ 14062 5000 3.7476056e-11 4565569.4 14063 -0.0107249999999941 4565496.40260592 14063 5000 3.7473295e-11 4565496.4 Loop time of 0.016233 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:38 2021 Pair time (%) = 0.00100207 (6.17308) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.190935) Outpt time (%) = 0.0151091 (93.0764) Other time (%) = 9.08375e-05 (0.559586) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:38 2021 Memory usage per processor = 27.5358 Mbytes Step Atoms AVEKE stressZZ 14063 5000 3.7473295e-11 4565477.2 14064 -0.0107249999999941 4565404.20819156 14064 5000 3.7470535e-11 4565404.2 Loop time of 0.0163078 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:38 2021 Pair time (%) = 0.00100398 (6.15643) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.195906) Outpt time (%) = 0.0151839 (93.1082) Other time (%) = 8.79765e-05 (0.539474) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:38 2021 Memory usage per processor = 27.5358 Mbytes Step Atoms AVEKE stressZZ 14064 5000 3.7470535e-11 4565385 14065 -0.0107249999999941 4565312.0184854 14065 5000 3.7467774e-11 4565312 Loop time of 0.0163729 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:38 2021 Pair time (%) = 0.00100493 (6.13778) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.196584) Outpt time (%) = 0.015254 (93.1662) Other time (%) = 8.17776e-05 (0.499468) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:38 2021 Memory usage per processor = 27.5358 Mbytes Step Atoms AVEKE stressZZ 14065 5000 3.7467774e-11 4565292.8 14066 -0.0107249999999941 4565219.83348763 14066 5000 3.7465015e-11 4565219.8 Loop time of 0.0175121 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:39 2021 Pair time (%) = 0.00114393 (6.53225) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.217832) Outpt time (%) = 0.0162032 (92.5256) Other time (%) = 0.000126839 (0.724292) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:39 2021 Memory usage per processor = 27.5358 Mbytes Step Atoms AVEKE stressZZ 14066 5000 3.7465015e-11 4565200.6 14067 -0.0107249999999941 4565127.65319863 14067 5000 3.7462255e-11 4565127.7 Loop time of 0.0172911 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:39 2021 Pair time (%) = 0.00100183 (5.79394) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179251) Outpt time (%) = 0.0161471 (93.3843) Other time (%) = 0.000111103 (0.642546) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:39 2021 Memory usage per processor = 27.5358 Mbytes Step Atoms AVEKE stressZZ 14067 5000 3.7462255e-11 4565108.5 14068 -0.0107249999999941 4565035.47761897 14068 5000 3.7459496e-11 4565035.5 Loop time of 0.01741 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:39 2021 Pair time (%) = 0.00100589 (5.77763) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.190351) Outpt time (%) = 0.016279 (93.5034) Other time (%) = 9.20296e-05 (0.528601) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:39 2021 Memory usage per processor = 27.5358 Mbytes Step Atoms AVEKE stressZZ 14068 5000 3.7459496e-11 4565016.3 14069 -0.0107249999999941 4564943.30674959 14069 5000 3.7456737e-11 4564943.3 Loop time of 0.0168309 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:39 2021 Pair time (%) = 0.00124788 (7.41423) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.202567) Outpt time (%) = 0.0154459 (91.7713) Other time (%) = 0.000102997 (0.61195) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:39 2021 Memory usage per processor = 27.5358 Mbytes Step Atoms AVEKE stressZZ 14069 5000 3.7456737e-11 4564924.1 14070 -0.0107249999999941 4564851.14059214 14070 5000 3.7453978e-11 4564851.1 Loop time of 0.0194139 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:39 2021 Pair time (%) = 0.00110817 (5.70811) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.18544) Outpt time (%) = 0.0181451 (93.4642) Other time (%) = 0.000124693 (0.642285) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:39 2021 Memory usage per processor = 27.5358 Mbytes Step Atoms AVEKE stressZZ 14070 5000 3.7453978e-11 4564831.9 14071 -0.0107249999999941 4564758.97914936 14071 5000 3.745122e-11 4564759 Loop time of 0.0171659 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:39 2021 Pair time (%) = 0.00100398 (5.84869) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186114) Outpt time (%) = 0.016037 (93.4235) Other time (%) = 9.29832e-05 (0.541674) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:39 2021 Memory usage per processor = 27.5358 Mbytes Step Atoms AVEKE stressZZ 14071 5000 3.745122e-11 4564739.8 14072 -0.0107249999999941 4564666.82242707 14072 5000 3.7448462e-11 4564666.8 Loop time of 0.0166399 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:39 2021 Pair time (%) = 0.00100493 (6.03929) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.193429) Outpt time (%) = 0.0155101 (93.2099) Other time (%) = 9.27448e-05 (0.557362) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:39 2021 Memory usage per processor = 27.5358 Mbytes Step Atoms AVEKE stressZZ 14072 5000 3.7448462e-11 4564647.6 14073 -0.0107249999999941 4564574.67044695 14073 5000 3.7445704e-11 4564574.7 Loop time of 0.016572 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:39 2021 Pair time (%) = 0.00106001 (6.39639) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.204293) Outpt time (%) = 0.0153739 (92.7706) Other time (%) = 0.000104189 (0.628705) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:39 2021 Memory usage per processor = 27.5358 Mbytes Step Atoms AVEKE stressZZ 14073 5000 3.7445704e-11 4564555.5 14074 -0.0107249999999941 4564482.52317939 14074 5000 3.7442947e-11 4564482.5 Loop time of 0.0171418 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:39 2021 Pair time (%) = 0.00103307 (6.02659) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193329) Outpt time (%) = 0.01598 (93.2223) Other time (%) = 9.56059e-05 (0.557735) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:39 2021 Memory usage per processor = 27.5358 Mbytes Step Atoms AVEKE stressZZ 14074 5000 3.7442947e-11 4564463.3 14075 -0.0107249999999941 4564390.38060289 14075 5000 3.744019e-11 4564390.4 Loop time of 0.01705 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:39 2021 Pair time (%) = 0.00100207 (5.87725) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.188777) Outpt time (%) = 0.015923 (93.39) Other time (%) = 9.27448e-05 (0.543957) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:39 2021 Memory usage per processor = 27.5358 Mbytes Step Atoms AVEKE stressZZ 14075 5000 3.744019e-11 4564371.2 14076 -0.0107249999999941 4564298.24271691 14076 5000 3.7437433e-11 4564298.2 Loop time of 0.0169232 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:39 2021 Pair time (%) = 0.00104499 (6.17489) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188783) Outpt time (%) = 0.015754 (93.0911) Other time (%) = 9.2268e-05 (0.545216) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:39 2021 Memory usage per processor = 27.5358 Mbytes Step Atoms AVEKE stressZZ 14076 5000 3.7437433e-11 4564279 14077 -0.0107249999999941 4564206.10952093 14077 5000 3.7434676e-11 4564206.1 Loop time of 0.0166659 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:39 2021 Pair time (%) = 0.00124907 (7.49478) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.228892) Outpt time (%) = 0.0152311 (91.3908) Other time (%) = 0.000147581 (0.885525) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:39 2021 Memory usage per processor = 27.5358 Mbytes Step Atoms AVEKE stressZZ 14077 5000 3.7434676e-11 4564186.9 14078 -0.0107249999999941 4564113.98101442 14078 5000 3.743192e-11 4564114 Loop time of 0.0173042 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:39 2021 Pair time (%) = 0.0011282 (6.51979) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190138) Outpt time (%) = 0.016 (92.4634) Other time (%) = 0.000143051 (0.826685) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:39 2021 Memory usage per processor = 27.5358 Mbytes Step Atoms AVEKE stressZZ 14078 5000 3.743192e-11 4564094.8 14079 -0.0107249999999941 4564021.85719685 14079 5000 3.7429164e-11 4564021.9 Loop time of 0.0170059 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:39 2021 Pair time (%) = 0.00100422 (5.90511) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187865) Outpt time (%) = 0.0158761 (93.356) Other time (%) = 9.36985e-05 (0.550976) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:23:39 2021 Memory usage per processor = 27.5358 Mbytes Step Atoms AVEKE stressZZ 14079 5000 3.7429164e-11 4564002.7 14080 -0.0107249999999941 4563915.11983951 14080 5000 7.3925583e-11 4564065.1 Loop time of 0.0182691 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:39 2021 Pair time (%) = 0.00101089 (5.53337) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.181401) Outpt time (%) = 0.0170989 (93.5949) Other time (%) = 0.000126123 (0.690366) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28333 ave 28333 max 28333 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28333 Ave neighs/atom = 5.6666 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:39 2021 Memory usage per processor = 27.5359 Mbytes Step Atoms AVEKE stressZZ 14080 5000 7.3925583e-11 4616152.3 14081 -0.0107574999999941 4616055.67498184 14081 5000 5.9547718e-11 4616055.7 Loop time of 0.0169079 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:39 2021 Pair time (%) = 0.00145197 (8.5875) Neigh time (%) = 0 (0) Comm time (%) = 5.19753e-05 (0.307402) Outpt time (%) = 0.015264 (90.2774) Other time (%) = 0.000139952 (0.827728) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:39 2021 Memory usage per processor = 27.5359 Mbytes Step Atoms AVEKE stressZZ 14081 5000 5.9547718e-11 4616029.8 14082 -0.0107574999999941 4615941.48459976 14082 5000 5.1216673e-11 4615941.5 Loop time of 0.0171518 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:39 2021 Pair time (%) = 0.00104284 (6.08007) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191827) Outpt time (%) = 0.0159829 (93.1846) Other time (%) = 9.32217e-05 (0.543508) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:39 2021 Memory usage per processor = 27.5359 Mbytes Step Atoms AVEKE stressZZ 14082 5000 5.1216673e-11 4615918 14083 -0.0107574999999941 4615834.87462266 14083 5000 4.6247254e-11 4615834.9 Loop time of 0.0165579 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:39 2021 Pair time (%) = 0.00100708 (6.08216) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192947) Outpt time (%) = 0.015425 (93.1576) Other time (%) = 9.39369e-05 (0.567323) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:39 2021 Memory usage per processor = 27.5359 Mbytes Step Atoms AVEKE stressZZ 14083 5000 4.6247254e-11 4615812.8 14084 -0.0107574999999941 4615733.08381667 14084 5000 4.3219826e-11 4615733.1 Loop time of 0.0165131 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:39 2021 Pair time (%) = 0.00105882 (6.41198) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.212241) Outpt time (%) = 0.0152981 (92.6423) Other time (%) = 0.000121117 (0.733458) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:39 2021 Memory usage per processor = 27.5359 Mbytes Step Atoms AVEKE stressZZ 14084 5000 4.3219826e-11 4615712 14085 -0.0107574999999941 4615634.35739314 14085 5000 4.1348048e-11 4615634.4 Loop time of 0.0171001 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:39 2021 Pair time (%) = 0.00118995 (6.95872) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18683) Outpt time (%) = 0.0157862 (92.3163) Other time (%) = 9.20296e-05 (0.538182) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:39 2021 Memory usage per processor = 27.5359 Mbytes Step Atoms AVEKE stressZZ 14085 5000 4.1348048e-11 4615613.8 14086 -0.0107574999999941 4615537.58016511 14086 5000 4.0178984e-11 4615537.6 Loop time of 0.0170369 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:39 2021 Pair time (%) = 0.00100613 (5.90557) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187523) Outpt time (%) = 0.0159061 (93.3625) Other time (%) = 9.27448e-05 (0.544376) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:39 2021 Memory usage per processor = 27.5359 Mbytes Step Atoms AVEKE stressZZ 14086 5000 4.0178984e-11 4615517.4 14087 -0.0107574999999941 4615442.04341944 14087 5000 3.9443692e-11 4615442 Loop time of 0.016592 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:39 2021 Pair time (%) = 0.00100517 (6.05817) Neigh time (%) = 0 (0) Comm time (%) = 4.50611e-05 (0.271583) Outpt time (%) = 0.0153921 (92.7678) Other time (%) = 0.000149727 (0.902403) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:39 2021 Memory usage per processor = 27.5359 Mbytes Step Atoms AVEKE stressZZ 14087 5000 3.9443692e-11 4615422.1 14088 -0.0107574999999941 4615347.29676058 14088 5000 3.8978891e-11 4615347.3 Loop time of 0.0172541 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:39 2021 Pair time (%) = 0.00137711 (7.98132) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.208653) Outpt time (%) = 0.0157101 (91.0514) Other time (%) = 0.000130892 (0.758612) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:39 2021 Memory usage per processor = 27.5359 Mbytes Step Atoms AVEKE stressZZ 14088 5000 3.8978891e-11 4615327.5 14089 -0.0107574999999941 4615253.05395686 14089 5000 3.8683897e-11 4615253.1 Loop time of 0.0171661 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:39 2021 Pair time (%) = 0.00100398 (5.84861) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180556) Outpt time (%) = 0.016037 (93.4222) Other time (%) = 9.41753e-05 (0.548611) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:39 2021 Memory usage per processor = 27.5359 Mbytes Step Atoms AVEKE stressZZ 14089 5000 3.8683897e-11 4615233.4 14090 -0.0107574999999941 4615159.13310081 14090 5000 3.8495974e-11 4615159.1 Loop time of 0.019171 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:39 2021 Pair time (%) = 0.00100398 (5.23698) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.166648) Outpt time (%) = 0.018043 (94.1163) Other time (%) = 9.20296e-05 (0.480046) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:39 2021 Memory usage per processor = 27.5359 Mbytes Step Atoms AVEKE stressZZ 14090 5000 3.8495974e-11 4615139.5 14091 -0.0107574999999941 4615065.4185896 14091 5000 3.8375751e-11 4615065.4 Loop time of 0.0166891 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:39 2021 Pair time (%) = 0.00105 (6.29152) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.204289) Outpt time (%) = 0.015501 (92.8813) Other time (%) = 0.000103951 (0.622866) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:39 2021 Memory usage per processor = 27.5359 Mbytes Step Atoms AVEKE stressZZ 14091 5000 3.8375751e-11 4615045.9 14092 -0.0107574999999941 4614971.83696026 14092 5000 3.8298416e-11 4614971.8 Loop time of 0.0173299 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:39 2021 Pair time (%) = 0.00120306 (6.94209) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189855) Outpt time (%) = 0.0159891 (92.2627) Other time (%) = 0.000104904 (0.605335) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:39 2021 Memory usage per processor = 27.5359 Mbytes Step Atoms AVEKE stressZZ 14092 5000 3.8298416e-11 4614952.3 14093 -0.0107574999999941 4614878.34152349 14093 5000 3.824828e-11 4614878.3 Loop time of 0.0173082 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:39 2021 Pair time (%) = 0.00104713 (6.04992) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.196981) Outpt time (%) = 0.0161269 (93.1746) Other time (%) = 0.000100136 (0.578544) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:39 2021 Memory usage per processor = 27.5359 Mbytes Step Atoms AVEKE stressZZ 14093 5000 3.824828e-11 4614858.8 14094 -0.0107574999999941 4614784.90260738 14094 5000 3.8215407e-11 4614784.9 Loop time of 0.0168431 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:39 2021 Pair time (%) = 0.00105 (6.23399) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.189681) Outpt time (%) = 0.015666 (93.0115) Other time (%) = 9.5129e-05 (0.564796) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:39 2021 Memory usage per processor = 27.5359 Mbytes Step Atoms AVEKE stressZZ 14094 5000 3.8215407e-11 4614765.4 14095 -0.0107574999999941 4614691.50135495 14095 5000 3.8193495e-11 4614691.5 Loop time of 0.0165889 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:39 2021 Pair time (%) = 0.00103998 (6.26913) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.283131) Outpt time (%) = 0.0153379 (92.4589) Other time (%) = 0.000164032 (0.988804) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:39 2021 Memory usage per processor = 27.5359 Mbytes Step Atoms AVEKE stressZZ 14095 5000 3.8193495e-11 4614672 14096 -0.0107574999999941 4614598.12579996 14096 5000 3.8178545e-11 4614598.1 Loop time of 0.017174 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:39 2021 Pair time (%) = 0.00100708 (5.86398) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180473) Outpt time (%) = 0.0160441 (93.4211) Other time (%) = 9.17912e-05 (0.534477) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:39 2021 Memory usage per processor = 27.5359 Mbytes Step Atoms AVEKE stressZZ 14096 5000 3.8178545e-11 4614578.6 14097 -0.0107574999999941 4614504.76837909 14097 5000 3.8168019e-11 4614504.8 Loop time of 0.0173509 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:39 2021 Pair time (%) = 0.00104809 (6.04054) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184129) Outpt time (%) = 0.0161772 (93.2353) Other time (%) = 9.36985e-05 (0.540021) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:39 2021 Memory usage per processor = 27.5359 Mbytes Step Atoms AVEKE stressZZ 14097 5000 3.8168019e-11 4614485.3 14098 -0.0107574999999941 4614411.42422118 14098 5000 3.8160303e-11 4614411.4 Loop time of 0.016542 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:39 2021 Pair time (%) = 0.00106096 (6.41377) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.206105) Outpt time (%) = 0.0152669 (92.2919) Other time (%) = 0.000180006 (1.08818) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:39 2021 Memory usage per processor = 27.5359 Mbytes Step Atoms AVEKE stressZZ 14098 5000 3.8160303e-11 4614391.9 14099 -0.0107574999999941 4614318.0902396 14099 5000 3.8154373e-11 4614318.1 Loop time of 0.0172639 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:39 2021 Pair time (%) = 0.00140285 (8.12595) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.208535) Outpt time (%) = 0.0156219 (90.4889) Other time (%) = 0.000203133 (1.17663) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:39 2021 Memory usage per processor = 27.5359 Mbytes Step Atoms AVEKE stressZZ 14099 5000 3.8154373e-11 4614298.6 14100 -0.0107574999999941 4614224.76447428 14100 5000 3.8149578e-11 4614224.8 Loop time of 0.0193439 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:39 2021 Pair time (%) = 0.00101614 (5.25304) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.170089) Outpt time (%) = 0.018194 (94.0555) Other time (%) = 0.000100851 (0.52136) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:39 2021 Memory usage per processor = 27.536 Mbytes Step Atoms AVEKE stressZZ 14100 5000 3.8149578e-11 4614205.3 14101 -0.0107574999999941 4614131.44567924 14101 5000 3.8145505e-11 4614131.4 Loop time of 0.0172741 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:39 2021 Pair time (%) = 0.00111794 (6.47178) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190468) Outpt time (%) = 0.0160081 (92.6711) Other time (%) = 0.000115156 (0.666639) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:39 2021 Memory usage per processor = 27.536 Mbytes Step Atoms AVEKE stressZZ 14101 5000 3.8145505e-11 4614112 14102 -0.0107574999999941 4614038.13306224 14102 5000 3.814189e-11 4614038.1 Loop time of 0.0166621 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:39 2021 Pair time (%) = 0.00101304 (6.0799) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.197464) Outpt time (%) = 0.015486 (92.9414) Other time (%) = 0.000130177 (0.781272) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:39 2021 Memory usage per processor = 27.536 Mbytes Step Atoms AVEKE stressZZ 14102 5000 3.814189e-11 4614018.7 14103 -0.0107574999999941 4613944.8261194 14103 5000 3.8138566e-11 4613944.8 Loop time of 0.0173059 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:39 2021 Pair time (%) = 0.00144506 (8.3501) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190119) Outpt time (%) = 0.0156341 (90.3397) Other time (%) = 0.000193834 (1.12005) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:39 2021 Memory usage per processor = 27.536 Mbytes Step Atoms AVEKE stressZZ 14103 5000 3.8138566e-11 4613925.3 14104 -0.0107574999999941 4613851.52452994 14104 5000 3.8135428e-11 4613851.5 Loop time of 0.0172 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:39 2021 Pair time (%) = 0.00104189 (6.0575) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.187131) Outpt time (%) = 0.016031 (93.2037) Other time (%) = 9.48906e-05 (0.55169) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:39 2021 Memory usage per processor = 27.536 Mbytes Step Atoms AVEKE stressZZ 14104 5000 3.8135428e-11 4613832 14105 -0.0107574999999941 4613758.2280897 14105 5000 3.8132408e-11 4613758.2 Loop time of 0.0167422 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:39 2021 Pair time (%) = 0.00100613 (6.00951) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.185127) Outpt time (%) = 0.0156112 (93.2443) Other time (%) = 9.39369e-05 (0.561078) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:39 2021 Memory usage per processor = 27.536 Mbytes Step Atoms AVEKE stressZZ 14105 5000 3.8132408e-11 4613738.8 14106 -0.0107574999999941 4613664.93666829 14106 5000 3.8129462e-11 4613664.9 Loop time of 0.0166631 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:39 2021 Pair time (%) = 0.00105214 (6.31421) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.281872) Outpt time (%) = 0.015445 (92.6899) Other time (%) = 0.000118971 (0.713979) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:39 2021 Memory usage per processor = 27.536 Mbytes Step Atoms AVEKE stressZZ 14106 5000 3.8129462e-11 4613645.5 14107 -0.0107574999999941 4613571.65018275 14107 5000 3.8126565e-11 4613571.7 Loop time of 0.016438 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:39 2021 Pair time (%) = 0.00101209 (6.15699) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194355) Outpt time (%) = 0.015301 (93.083) Other time (%) = 9.29832e-05 (0.56566) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:39 2021 Memory usage per processor = 27.536 Mbytes Step Atoms AVEKE stressZZ 14107 5000 3.8126565e-11 4613552.2 14108 -0.0107574999999941 4613478.36857971 14108 5000 3.8123698e-11 4613478.4 Loop time of 0.0161829 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:39 2021 Pair time (%) = 0.00100398 (6.20396) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.197419) Outpt time (%) = 0.015059 (93.055) Other time (%) = 8.79765e-05 (0.543638) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:39 2021 Memory usage per processor = 27.536 Mbytes Step Atoms AVEKE stressZZ 14108 5000 3.8123698e-11 4613458.9 14109 -0.0107574999999941 4613385.09182312 14109 5000 3.812085e-11 4613385.1 Loop time of 0.0166121 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:40 2021 Pair time (%) = 0.00105405 (6.34508) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.186578) Outpt time (%) = 0.0154371 (92.9273) Other time (%) = 8.98838e-05 (0.541076) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:40 2021 Memory usage per processor = 27.536 Mbytes Step Atoms AVEKE stressZZ 14109 5000 3.812085e-11 4613365.6 14110 -0.0107574999999941 4613291.81986981 14110 5000 3.8118015e-11 4613291.8 Loop time of 0.019501 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:40 2021 Pair time (%) = 0.00100517 (5.15448) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.163828) Outpt time (%) = 0.018374 (94.2208) Other time (%) = 8.98838e-05 (0.46092) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:40 2021 Memory usage per processor = 27.536 Mbytes Step Atoms AVEKE stressZZ 14110 5000 3.8118015e-11 4613272.3 14111 -0.0107574999999941 4613198.5527268 14111 5000 3.8115189e-11 4613198.6 Loop time of 0.0169911 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:40 2021 Pair time (%) = 0.00105 (6.17966) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.189431) Outpt time (%) = 0.0158172 (93.0907) Other time (%) = 9.17912e-05 (0.54023) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:40 2021 Memory usage per processor = 27.536 Mbytes Step Atoms AVEKE stressZZ 14111 5000 3.8115189e-11 4613179.1 14112 -0.0107574999999941 4613105.29038472 14112 5000 3.8112367e-11 4613105.3 Loop time of 0.0165892 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:40 2021 Pair time (%) = 0.00102878 (6.20149) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.20983) Outpt time (%) = 0.015378 (92.6991) Other time (%) = 0.000147581 (0.889623) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:40 2021 Memory usage per processor = 27.536 Mbytes Step Atoms AVEKE stressZZ 14112 5000 3.8112367e-11 4613085.8 14113 -0.0107574999999941 4613012.03283732 14113 5000 3.8109549e-11 4613012 Loop time of 0.017261 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:40 2021 Pair time (%) = 0.00121593 (7.04439) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197519) Outpt time (%) = 0.0158949 (92.0854) Other time (%) = 0.00011611 (0.672671) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:40 2021 Memory usage per processor = 27.536 Mbytes Step Atoms AVEKE stressZZ 14113 5000 3.8109549e-11 4612992.6 14114 -0.0107574999999941 4612918.78008041 14114 5000 3.8106733e-11 4612918.8 Loop time of 0.016844 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:40 2021 Pair time (%) = 0.00103688 (6.15578) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18967) Outpt time (%) = 0.015681 (93.0954) Other time (%) = 9.41753e-05 (0.559102) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:40 2021 Memory usage per processor = 27.536 Mbytes Step Atoms AVEKE stressZZ 14114 5000 3.8106733e-11 4612899.3 14115 -0.0107574999999941 4612825.53211104 14115 5000 3.8103918e-11 4612825.5 Loop time of 0.016489 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:40 2021 Pair time (%) = 0.00100994 (6.12493) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.279063) Outpt time (%) = 0.015341 (93.0379) Other time (%) = 9.20296e-05 (0.558126) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:40 2021 Memory usage per processor = 27.536 Mbytes Step Atoms AVEKE stressZZ 14115 5000 3.8103918e-11 4612806.1 14116 -0.0107574999999941 4612732.2889271 14116 5000 3.8101105e-11 4612732.3 Loop time of 0.017154 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:40 2021 Pair time (%) = 0.00137591 (8.02096) Neigh time (%) = 0 (0) Comm time (%) = 4.29153e-05 (0.250177) Outpt time (%) = 0.0155401 (90.5919) Other time (%) = 0.000195026 (1.13692) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:40 2021 Memory usage per processor = 27.536 Mbytes Step Atoms AVEKE stressZZ 14116 5000 3.8101105e-11 4612712.8 14117 -0.0107574999999941 4612639.05052693 14117 5000 3.8098293e-11 4612639.1 Loop time of 0.016984 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:40 2021 Pair time (%) = 0.00100398 (5.91134) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188107) Outpt time (%) = 0.0158229 (93.1636) Other time (%) = 0.00012517 (0.736987) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:40 2021 Memory usage per processor = 27.536 Mbytes Step Atoms AVEKE stressZZ 14117 5000 3.8098293e-11 4612619.6 14118 -0.0107574999999941 4612545.81690923 14118 5000 3.8095481e-11 4612545.8 Loop time of 0.0165639 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:40 2021 Pair time (%) = 0.00100398 (6.06126) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192878) Outpt time (%) = 0.0154328 (93.1715) Other time (%) = 9.5129e-05 (0.574316) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:40 2021 Memory usage per processor = 27.536 Mbytes Step Atoms AVEKE stressZZ 14118 5000 3.8095481e-11 4612526.3 14119 -0.0107574999999941 4612452.588073 14119 5000 3.8092669e-11 4612452.6 Loop time of 0.0166991 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:40 2021 Pair time (%) = 0.00106215 (6.36056) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209877) Outpt time (%) = 0.0154989 (92.8128) Other time (%) = 0.000102997 (0.616782) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:40 2021 Memory usage per processor = 27.536 Mbytes Step Atoms AVEKE stressZZ 14119 5000 3.8092669e-11 4612433.1 14120 -0.0107574999999941 4612359.36401728 14120 5000 3.8089859e-11 4612359.4 Loop time of 0.0193219 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:40 2021 Pair time (%) = 0.00103807 (5.37252) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.165346) Outpt time (%) = 0.0181561 (93.9661) Other time (%) = 9.58443e-05 (0.496039) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:40 2021 Memory usage per processor = 27.536 Mbytes Step Atoms AVEKE stressZZ 14120 5000 3.8089859e-11 4612339.9 14121 -0.0107574999999941 4612266.14474133 14121 5000 3.8087048e-11 4612266.1 Loop time of 0.017262 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:40 2021 Pair time (%) = 0.00100708 (5.83409) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185078) Outpt time (%) = 0.016135 (93.4712) Other time (%) = 8.79765e-05 (0.509654) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:40 2021 Memory usage per processor = 27.536 Mbytes Step Atoms AVEKE stressZZ 14121 5000 3.8087048e-11 4612246.7 14122 -0.0107574999999941 4612172.93024436 14122 5000 3.8084238e-11 4612172.9 Loop time of 0.016443 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:40 2021 Pair time (%) = 0.00100398 (6.10582) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.195746) Outpt time (%) = 0.0153151 (93.1402) Other time (%) = 9.17912e-05 (0.558238) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:40 2021 Memory usage per processor = 27.536 Mbytes Step Atoms AVEKE stressZZ 14122 5000 3.8084238e-11 4612153.5 14123 -0.0107574999999941 4612079.72052569 14123 5000 3.8081428e-11 4612079.7 Loop time of 0.016552 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:40 2021 Pair time (%) = 0.0011189 (6.75991) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.198779) Outpt time (%) = 0.015295 (92.4061) Other time (%) = 0.000105143 (0.635227) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:40 2021 Memory usage per processor = 27.536 Mbytes Step Atoms AVEKE stressZZ 14123 5000 3.8081428e-11 4612060.3 14124 -0.0107574999999941 4611986.51558466 14124 5000 3.8078619e-11 4611986.5 Loop time of 0.0172229 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:40 2021 Pair time (%) = 0.00100899 (5.85841) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.186882) Outpt time (%) = 0.016089 (93.4162) Other time (%) = 9.27448e-05 (0.538498) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:40 2021 Memory usage per processor = 27.536 Mbytes Step Atoms AVEKE stressZZ 14124 5000 3.8078619e-11 4611967 14125 -0.0107574999999941 4611893.31542061 14125 5000 3.807581e-11 4611893.3 Loop time of 0.017067 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:40 2021 Pair time (%) = 0.00100589 (5.89378) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187193) Outpt time (%) = 0.0159361 (93.3742) Other time (%) = 9.29832e-05 (0.544814) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:40 2021 Memory usage per processor = 27.536 Mbytes Step Atoms AVEKE stressZZ 14125 5000 3.807581e-11 4611873.8 14126 -0.0107574999999941 4611800.12003294 14126 5000 3.8073001e-11 4611800.1 Loop time of 0.0169499 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:40 2021 Pair time (%) = 0.00103402 (6.10046) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.194112) Outpt time (%) = 0.015785 (93.1273) Other time (%) = 9.799e-05 (0.578116) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:40 2021 Memory usage per processor = 27.536 Mbytes Step Atoms AVEKE stressZZ 14126 5000 3.8073001e-11 4611780.7 14127 -0.0107574999999941 4611706.92942103 14127 5000 3.8070193e-11 4611706.9 Loop time of 0.016974 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:40 2021 Pair time (%) = 0.00111508 (6.56937) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.20086) Outpt time (%) = 0.0157158 (92.5879) Other time (%) = 0.000108957 (0.641908) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:40 2021 Memory usage per processor = 27.536 Mbytes Step Atoms AVEKE stressZZ 14127 5000 3.8070193e-11 4611687.5 14128 -0.0107574999999941 4611613.74358434 14128 5000 3.8067384e-11 4611613.7 Loop time of 0.0172791 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:40 2021 Pair time (%) = 0.00100493 (5.81588) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184894) Outpt time (%) = 0.0161479 (93.4528) Other time (%) = 9.44138e-05 (0.546403) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:40 2021 Memory usage per processor = 27.536 Mbytes Step Atoms AVEKE stressZZ 14128 5000 3.8067384e-11 4611594.3 14129 -0.0107574999999941 4611520.56252217 14129 5000 3.8064577e-11 4611520.6 Loop time of 0.01652 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:40 2021 Pair time (%) = 0.00100493 (6.08313) Neigh time (%) = 0 (0) Comm time (%) = 5.50747e-05 (0.333381) Outpt time (%) = 0.0153379 (92.8446) Other time (%) = 0.00012207 (0.738923) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:40 2021 Memory usage per processor = 27.536 Mbytes Step Atoms AVEKE stressZZ 14129 5000 3.8064577e-11 4611501.1 14130 -0.0107574999999941 4611427.38623716 14130 5000 3.8061769e-11 4611427.4 Loop time of 0.018925 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:40 2021 Pair time (%) = 0.00110006 (5.81277) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.178893) Outpt time (%) = 0.0176859 (93.4528) Other time (%) = 0.000105143 (0.555577) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:40 2021 Memory usage per processor = 27.536 Mbytes Step Atoms AVEKE stressZZ 14130 5000 3.8061769e-11 4611407.9 14131 -0.0107574999999941 4611334.21473136 14131 5000 3.8058962e-11 4611334.2 Loop time of 0.0168769 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:40 2021 Pair time (%) = 0.00107694 (6.38112) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.190713) Outpt time (%) = 0.0156701 (92.849) Other time (%) = 9.77516e-05 (0.579202) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:40 2021 Memory usage per processor = 27.536 Mbytes Step Atoms AVEKE stressZZ 14131 5000 3.8058962e-11 4611314.7 14132 -0.0107574999999941 4611241.04799813 14132 5000 3.8056155e-11 4611241 Loop time of 0.0170729 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:40 2021 Pair time (%) = 0.00100493 (5.88613) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192713) Outpt time (%) = 0.015944 (93.3877) Other time (%) = 9.10759e-05 (0.533452) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:40 2021 Memory usage per processor = 27.536 Mbytes Step Atoms AVEKE stressZZ 14132 5000 3.8056155e-11 4611221.6 14133 -0.0107574999999941 4611147.88603689 14133 5000 3.8053348e-11 4611147.9 Loop time of 0.0163519 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:40 2021 Pair time (%) = 0.00100994 (6.17628) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.195378) Outpt time (%) = 0.0152159 (93.0524) Other time (%) = 9.41753e-05 (0.575928) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:40 2021 Memory usage per processor = 27.536 Mbytes Step Atoms AVEKE stressZZ 14133 5000 3.8053348e-11 4611128.4 14134 -0.0107574999999941 4611054.72884708 14134 5000 3.8050542e-11 4611054.7 Loop time of 0.017087 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:40 2021 Pair time (%) = 0.00138211 (8.08869) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205112) Outpt time (%) = 0.0155239 (90.8523) Other time (%) = 0.000145912 (0.853938) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:40 2021 Memory usage per processor = 27.536 Mbytes Step Atoms AVEKE stressZZ 14134 5000 3.8050542e-11 4611035.3 14135 -0.0107574999999941 4610961.57642821 14135 5000 3.8047736e-11 4610961.6 Loop time of 0.0170841 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:40 2021 Pair time (%) = 0.00100613 (5.88925) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187005) Outpt time (%) = 0.015954 (93.3851) Other time (%) = 9.20296e-05 (0.538685) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:40 2021 Memory usage per processor = 27.536 Mbytes Step Atoms AVEKE stressZZ 14135 5000 3.8047736e-11 4610942.1 14136 -0.0107574999999941 4610868.42877981 14136 5000 3.8044931e-11 4610868.4 Loop time of 0.016674 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:40 2021 Pair time (%) = 0.00100493 (6.02694) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191604) Outpt time (%) = 0.0155151 (93.0494) Other time (%) = 0.00012207 (0.732098) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:40 2021 Memory usage per processor = 27.536 Mbytes Step Atoms AVEKE stressZZ 14136 5000 3.8044931e-11 4610849 14137 -0.0107574999999941 4610775.28590126 14137 5000 3.8042125e-11 4610775.3 Loop time of 0.01689 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:40 2021 Pair time (%) = 0.00122499 (7.25276) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207504) Outpt time (%) = 0.0155032 (91.7888) Other time (%) = 0.000126839 (0.750967) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:40 2021 Memory usage per processor = 27.536 Mbytes Step Atoms AVEKE stressZZ 14137 5000 3.8042125e-11 4610755.8 14138 -0.0107574999999941 4610682.1477922 14138 5000 3.803932e-11 4610682.1 Loop time of 0.017122 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:40 2021 Pair time (%) = 0.00105 (6.13242) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.187983) Outpt time (%) = 0.015939 (93.0906) Other time (%) = 0.000100851 (0.589013) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:40 2021 Memory usage per processor = 27.536 Mbytes Step Atoms AVEKE stressZZ 14138 5000 3.803932e-11 4610662.7 14139 -0.0107574999999941 4610589.01445209 14139 5000 3.8036516e-11 4610589 Loop time of 0.0171099 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:40 2021 Pair time (%) = 0.00100589 (5.87899) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186723) Outpt time (%) = 0.015976 (93.3727) Other time (%) = 9.60827e-05 (0.561563) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:40 2021 Memory usage per processor = 27.536 Mbytes Step Atoms AVEKE stressZZ 14139 5000 3.8036516e-11 4610569.6 14140 -0.0107574999999941 4610495.88588046 14140 5000 3.8033711e-11 4610495.9 Loop time of 0.0186288 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:40 2021 Pair time (%) = 0.00100708 (5.40603) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.171498) Outpt time (%) = 0.0174339 (93.5855) Other time (%) = 0.000155926 (0.837013) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:40 2021 Memory usage per processor = 27.536 Mbytes Step Atoms AVEKE stressZZ 14140 5000 3.8033711e-11 4610476.4 14141 -0.0107574999999941 4610402.76207684 14141 5000 3.8030907e-11 4610402.8 Loop time of 0.016948 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:40 2021 Pair time (%) = 0.00126195 (7.44602) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.225083) Outpt time (%) = 0.0155301 (91.634) Other time (%) = 0.000117779 (0.694943) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:40 2021 Memory usage per processor = 27.536 Mbytes Step Atoms AVEKE stressZZ 14141 5000 3.8030907e-11 4610383.3 14142 -0.0107574999999941 4610309.64304087 14142 5000 3.8028103e-11 4610309.6 Loop time of 0.01735 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:40 2021 Pair time (%) = 0.00100803 (5.81001) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.178643) Outpt time (%) = 0.0161881 (93.3037) Other time (%) = 0.000122786 (0.707699) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:40 2021 Memory usage per processor = 27.536 Mbytes Step Atoms AVEKE stressZZ 14142 5000 3.8028103e-11 4610290.2 14143 -0.0107574999999941 4610216.52877208 14143 5000 3.80253e-11 4610216.5 Loop time of 0.0170939 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:40 2021 Pair time (%) = 0.00104594 (6.11881) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186898) Outpt time (%) = 0.0159221 (93.1448) Other time (%) = 9.39369e-05 (0.549535) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:40 2021 Memory usage per processor = 27.536 Mbytes Step Atoms AVEKE stressZZ 14143 5000 3.80253e-11 4610197.1 14144 -0.0107574999999941 4610123.41927012 14144 5000 3.8022497e-11 4610123.4 Loop time of 0.0166311 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:40 2021 Pair time (%) = 0.00100303 (6.03102) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.197832) Outpt time (%) = 0.0154982 (93.1877) Other time (%) = 9.70364e-05 (0.583462) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:40 2021 Memory usage per processor = 27.536 Mbytes Step Atoms AVEKE stressZZ 14144 5000 3.8022497e-11 4610104 14145 -0.0107574999999941 4610030.31453461 14145 5000 3.8019694e-11 4610030.3 Loop time of 0.0170181 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:40 2021 Pair time (%) = 0.00117707 (6.9166) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.194735) Outpt time (%) = 0.0157001 (92.2554) Other time (%) = 0.000107765 (0.633239) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:40 2021 Memory usage per processor = 27.536 Mbytes Step Atoms AVEKE stressZZ 14145 5000 3.8019694e-11 4610010.9 14146 -0.0107574999999941 4609937.21456528 14146 5000 3.8016891e-11 4609937.2 Loop time of 0.017344 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:40 2021 Pair time (%) = 0.00108099 (6.23265) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.1952) Outpt time (%) = 0.0161281 (92.9893) Other time (%) = 0.000101089 (0.58285) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:40 2021 Memory usage per processor = 27.536 Mbytes Step Atoms AVEKE stressZZ 14146 5000 3.8016891e-11 4609917.8 14147 -0.0107574999999941 4609844.11936185 14147 5000 3.8014089e-11 4609844.1 Loop time of 0.016638 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:40 2021 Pair time (%) = 0.00104785 (6.29792) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.186286) Outpt time (%) = 0.0154679 (92.967) Other time (%) = 9.13143e-05 (0.548829) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:40 2021 Memory usage per processor = 27.536 Mbytes Step Atoms AVEKE stressZZ 14147 5000 3.8014089e-11 4609824.7 14148 -0.0107574999999941 4609751.02892406 14148 5000 3.8011287e-11 4609751 Loop time of 0.016495 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:40 2021 Pair time (%) = 0.00106716 (6.46961) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.212474) Outpt time (%) = 0.015291 (92.7007) Other time (%) = 0.000101805 (0.617186) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:40 2021 Memory usage per processor = 27.536 Mbytes Step Atoms AVEKE stressZZ 14148 5000 3.8011287e-11 4609731.6 14149 -0.0107574999999941 4609657.94326216 14149 5000 3.8008485e-11 4609657.9 Loop time of 0.106953 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:41 2021 Pair time (%) = 0.00100589 (0.940494) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.0298711) Outpt time (%) = 0.10583 (98.9501) Other time (%) = 8.51154e-05 (0.079582) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:41 2021 Memory usage per processor = 27.536 Mbytes Step Atoms AVEKE stressZZ 14149 5000 3.8008485e-11 4609638.5 14150 -0.0107574999999941 4609564.8623884 14150 5000 3.8005684e-11 4609564.9 Loop time of 0.019805 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:41 2021 Pair time (%) = 0.00100589 (5.07897) Neigh time (%) = 0 (0) Comm time (%) = 6.10352e-05 (0.308181) Outpt time (%) = 0.018626 (94.047) Other time (%) = 0.000112057 (0.565802) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:41 2021 Memory usage per processor = 27.536 Mbytes Step Atoms AVEKE stressZZ 14150 5000 3.8005684e-11 4609545.4 14151 -0.0107574999999941 4609471.78629318 14151 5000 3.8002883e-11 4609471.8 Loop time of 0.017323 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:41 2021 Pair time (%) = 0.00120807 (6.97377) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.213328) Outpt time (%) = 0.0159659 (92.166) Other time (%) = 0.000112057 (0.646866) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:41 2021 Memory usage per processor = 27.536 Mbytes Step Atoms AVEKE stressZZ 14151 5000 3.8002883e-11 4609452.3 14152 -0.0107574999999941 4609378.71497486 14152 5000 3.8000082e-11 4609378.7 Loop time of 0.017246 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:41 2021 Pair time (%) = 0.00100994 (5.85609) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185249) Outpt time (%) = 0.0161109 (93.4181) Other time (%) = 9.32217e-05 (0.540541) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:41 2021 Memory usage per processor = 27.536 Mbytes Step Atoms AVEKE stressZZ 14152 5000 3.8000082e-11 4609359.3 14153 -0.0107574999999941 4609285.64843679 14153 5000 3.7997282e-11 4609285.6 Loop time of 0.0167611 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:41 2021 Pair time (%) = 0.00100899 (6.01983) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190609) Outpt time (%) = 0.0156271 (93.2348) Other time (%) = 9.29832e-05 (0.554757) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:41 2021 Memory usage per processor = 27.536 Mbytes Step Atoms AVEKE stressZZ 14153 5000 3.7997282e-11 4609266.2 14154 -0.0107574999999941 4609192.58667633 14154 5000 3.7994482e-11 4609192.6 Loop time of 0.016664 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:41 2021 Pair time (%) = 0.00106001 (6.36106) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.281855) Outpt time (%) = 0.015415 (92.5044) Other time (%) = 0.000142097 (0.85272) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:41 2021 Memory usage per processor = 27.536 Mbytes Step Atoms AVEKE stressZZ 14154 5000 3.7994482e-11 4609173.1 14155 -0.0107574999999941 4609099.52967988 14155 5000 3.7991682e-11 4609099.5 Loop time of 0.017319 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:41 2021 Pair time (%) = 0.00122595 (7.07865) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.195482) Outpt time (%) = 0.015903 (91.8242) Other time (%) = 0.000156164 (0.901695) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:41 2021 Memory usage per processor = 27.536 Mbytes Step Atoms AVEKE stressZZ 14155 5000 3.7991682e-11 4609080.1 14156 -0.0107574999999941 4609006.47744634 14156 5000 3.7988883e-11 4609006.5 Loop time of 0.0173409 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:41 2021 Pair time (%) = 0.00100684 (5.80617) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189735) Outpt time (%) = 0.0162089 (93.472) Other time (%) = 9.2268e-05 (0.532083) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:41 2021 Memory usage per processor = 27.536 Mbytes Step Atoms AVEKE stressZZ 14156 5000 3.7988883e-11 4608987 14157 -0.0107574999999941 4608913.42997489 14157 5000 3.7986084e-11 4608913.4 Loop time of 0.0164239 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:41 2021 Pair time (%) = 0.00100589 (6.12452) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194521) Outpt time (%) = 0.0152919 (93.1076) Other time (%) = 9.41753e-05 (0.573403) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:41 2021 Memory usage per processor = 27.536 Mbytes Step Atoms AVEKE stressZZ 14157 5000 3.7986084e-11 4608894 14158 -0.0107574999999941 4608820.38726452 14158 5000 3.7983285e-11 4608820.4 Loop time of 0.016722 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:41 2021 Pair time (%) = 0.00113988 (6.81666) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.226699) Outpt time (%) = 0.0154331 (92.2922) Other time (%) = 0.000111103 (0.664414) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:41 2021 Memory usage per processor = 27.536 Mbytes Step Atoms AVEKE stressZZ 14158 5000 3.7983285e-11 4608800.9 14159 -0.0107574999999941 4608727.34931461 14159 5000 3.7980486e-11 4608727.3 Loop time of 0.0172172 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:41 2021 Pair time (%) = 0.00100708 (5.84928) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18556) Outpt time (%) = 0.0160849 (93.4237) Other time (%) = 9.32217e-05 (0.541446) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:41 2021 Memory usage per processor = 27.536 Mbytes Step Atoms AVEKE stressZZ 14159 5000 3.7980486e-11 4608707.9 14160 -0.0107574999999941 4608634.31612436 14160 5000 3.7977688e-11 4608634.3 Loop time of 0.0193529 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:41 2021 Pair time (%) = 0.00100517 (5.19391) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.170009) Outpt time (%) = 0.018223 (94.1618) Other time (%) = 9.17912e-05 (0.474301) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:41 2021 Memory usage per processor = 27.536 Mbytes Step Atoms AVEKE stressZZ 14160 5000 3.7977688e-11 4608614.9 14161 -0.0107574999999941 4608541.28769301 14161 5000 3.797489e-11 4608541.3 Loop time of 0.0165141 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:41 2021 Pair time (%) = 0.00100589 (6.0911) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.194904) Outpt time (%) = 0.0153821 (93.1452) Other time (%) = 9.39369e-05 (0.56883) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:41 2021 Memory usage per processor = 27.536 Mbytes Step Atoms AVEKE stressZZ 14161 5000 3.797489e-11 4608521.8 14162 -0.0107574999999941 4608448.26401994 14162 5000 3.7972093e-11 4608448.3 Loop time of 0.016794 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:41 2021 Pair time (%) = 0.00121999 (7.26444) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.225727) Outpt time (%) = 0.0153968 (91.6807) Other time (%) = 0.000139236 (0.829086) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:41 2021 Memory usage per processor = 27.536 Mbytes Step Atoms AVEKE stressZZ 14162 5000 3.7972093e-11 4608428.8 14163 -0.0107574999999941 4608355.24510444 14163 5000 3.7969295e-11 4608355.2 Loop time of 0.017307 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:41 2021 Pair time (%) = 0.00110817 (6.403) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.196994) Outpt time (%) = 0.0160658 (92.8283) Other time (%) = 9.89437e-05 (0.571696) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:41 2021 Memory usage per processor = 27.536 Mbytes Step Atoms AVEKE stressZZ 14163 5000 3.7969295e-11 4608335.8 14164 -0.0107574999999941 4608262.23094594 14164 5000 3.7966498e-11 4608262.2 Loop time of 0.017097 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:41 2021 Pair time (%) = 0.00104594 (6.1177) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186864) Outpt time (%) = 0.0159252 (93.146) Other time (%) = 9.39369e-05 (0.549435) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:41 2021 Memory usage per processor = 27.536 Mbytes Step Atoms AVEKE stressZZ 14164 5000 3.7966498e-11 4608242.8 14165 -0.0107574999999941 4608169.22154374 14165 5000 3.7963702e-11 4608169.2 Loop time of 0.016875 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:41 2021 Pair time (%) = 0.00103998 (6.16284) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.194973) Outpt time (%) = 0.0156591 (92.7945) Other time (%) = 0.000143051 (0.847709) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:41 2021 Memory usage per processor = 27.536 Mbytes Step Atoms AVEKE stressZZ 14165 5000 3.7963702e-11 4608149.8 14166 -0.0107574999999941 4608076.21689724 14166 5000 3.7960905e-11 4608076.2 Loop time of 0.016994 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:41 2021 Pair time (%) = 0.00102091 (6.00746) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187996) Outpt time (%) = 0.0158439 (93.2321) Other time (%) = 9.72748e-05 (0.572407) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:41 2021 Memory usage per processor = 27.536 Mbytes Step Atoms AVEKE stressZZ 14166 5000 3.7960905e-11 4608056.8 14167 -0.0107574999999941 4607983.2170059 14167 5000 3.7958109e-11 4607983.2 Loop time of 0.017102 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:41 2021 Pair time (%) = 0.00100803 (5.89424) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.188203) Outpt time (%) = 0.015969 (93.3752) Other time (%) = 9.27448e-05 (0.542304) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:41 2021 Memory usage per processor = 27.536 Mbytes Step Atoms AVEKE stressZZ 14167 5000 3.7958109e-11 4607963.8 14168 -0.0107574999999941 4607890.22186905 14168 5000 3.7955314e-11 4607890.2 Loop time of 0.0167532 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:41 2021 Pair time (%) = 0.00104809 (6.25605) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190698) Outpt time (%) = 0.0155628 (92.8943) Other time (%) = 0.000110388 (0.658906) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:41 2021 Memory usage per processor = 27.536 Mbytes Step Atoms AVEKE stressZZ 14168 5000 3.7955314e-11 4607870.8 14169 -0.0107574999999941 4607797.23148617 14169 5000 3.7952518e-11 4607797.2 Loop time of 0.0166571 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:41 2021 Pair time (%) = 0.0011971 (7.18672) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.221856) Outpt time (%) = 0.0152969 (91.8343) Other time (%) = 0.000126123 (0.757175) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:41 2021 Memory usage per processor = 27.536 Mbytes Step Atoms AVEKE stressZZ 14169 5000 3.7952518e-11 4607777.8 14170 -0.0107574999999941 4607704.24585668 14170 5000 3.7949723e-11 4607704.2 Loop time of 0.0190589 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:41 2021 Pair time (%) = 0.00104117 (5.46292) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.177635) Outpt time (%) = 0.0178859 (93.8453) Other time (%) = 9.799e-05 (0.514142) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:41 2021 Memory usage per processor = 27.536 Mbytes Step Atoms AVEKE stressZZ 14170 5000 3.7949723e-11 4607684.8 14171 -0.0107574999999941 4607611.26498001 14171 5000 3.7946928e-11 4607611.3 Loop time of 0.017303 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:41 2021 Pair time (%) = 0.00100899 (5.83129) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184639) Outpt time (%) = 0.01612 (93.1628) Other time (%) = 0.000142097 (0.821231) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:41 2021 Memory usage per processor = 27.536 Mbytes Step Atoms AVEKE stressZZ 14171 5000 3.7946928e-11 4607591.8 14172 -0.0107574999999941 4607518.28884714 14172 5000 3.7944134e-11 4607518.3 Loop time of 0.0163391 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:41 2021 Pair time (%) = 0.00100589 (6.15634) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.195532) Outpt time (%) = 0.0152049 (93.0586) Other time (%) = 9.63211e-05 (0.589514) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:41 2021 Memory usage per processor = 27.536 Mbytes Step Atoms AVEKE stressZZ 14172 5000 3.7944134e-11 4607498.8 14173 -0.0107574999999941 4607425.31746376 14173 5000 3.794134e-11 4607425.3 Loop time of 0.0171161 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:41 2021 Pair time (%) = 0.0011282 (6.59145) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192227) Outpt time (%) = 0.015815 (92.3987) Other time (%) = 0.000139952 (0.817663) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:41 2021 Memory usage per processor = 27.536 Mbytes Step Atoms AVEKE stressZZ 14173 5000 3.794134e-11 4607405.9 14174 -0.0107574999999941 4607332.35083123 14174 5000 3.7938546e-11 4607332.4 Loop time of 0.017251 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:41 2021 Pair time (%) = 0.00100708 (5.8378) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179667) Outpt time (%) = 0.01612 (93.4435) Other time (%) = 9.29832e-05 (0.539002) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:41 2021 Memory usage per processor = 27.536 Mbytes Step Atoms AVEKE stressZZ 14174 5000 3.7938546e-11 4607312.9 14175 -0.0107574999999941 4607239.38894896 14175 5000 3.7935752e-11 4607239.4 Loop time of 0.016376 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:41 2021 Pair time (%) = 0.00100398 (6.1308) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.195091) Outpt time (%) = 0.0152452 (93.0947) Other time (%) = 9.48906e-05 (0.579449) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:41 2021 Memory usage per processor = 27.536 Mbytes Step Atoms AVEKE stressZZ 14175 5000 3.7935752e-11 4607219.9 14176 -0.0107574999999941 4607146.4318164 14176 5000 3.7932959e-11 4607146.4 Loop time of 0.0168059 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:41 2021 Pair time (%) = 0.00120401 (7.16424) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.219892) Outpt time (%) = 0.0154269 (91.7945) Other time (%) = 0.000138044 (0.821405) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:41 2021 Memory usage per processor = 27.536 Mbytes Step Atoms AVEKE stressZZ 14176 5000 3.7932959e-11 4607127 14177 -0.0107574999999941 4607053.4794331 14177 5000 3.7930166e-11 4607053.5 Loop time of 0.0169909 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:41 2021 Pair time (%) = 0.00100613 (5.92156) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188031) Outpt time (%) = 0.015861 (93.3502) Other time (%) = 9.17912e-05 (0.540237) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:41 2021 Memory usage per processor = 27.536 Mbytes Step Atoms AVEKE stressZZ 14177 5000 3.7930166e-11 4607034 14178 -0.0107574999999941 4606960.53179858 14178 5000 3.7927373e-11 4606960.5 Loop time of 0.0170732 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:41 2021 Pair time (%) = 0.00110507 (6.47256) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187125) Outpt time (%) = 0.0158331 (92.737) Other time (%) = 0.000102997 (0.603268) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:41 2021 Memory usage per processor = 27.536 Mbytes Step Atoms AVEKE stressZZ 14178 5000 3.7927373e-11 4606941.1 14179 -0.0107574999999941 4606867.58891227 14179 5000 3.7924581e-11 4606867.6 Loop time of 0.0164559 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:41 2021 Pair time (%) = 0.00104308 (6.33865) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.199939) Outpt time (%) = 0.0152838 (92.8775) Other time (%) = 9.60827e-05 (0.58388) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:41 2021 Memory usage per processor = 27.536 Mbytes Step Atoms AVEKE stressZZ 14179 5000 3.7924581e-11 4606848.1 14180 -0.0107574999999941 4606774.65077368 14180 5000 3.7921789e-11 4606774.7 Loop time of 0.019207 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:41 2021 Pair time (%) = 0.00110197 (5.73734) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.176266) Outpt time (%) = 0.0179641 (93.529) Other time (%) = 0.00010705 (0.557349) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:23:41 2021 Memory usage per processor = 27.536 Mbytes Step Atoms AVEKE stressZZ 14180 5000 3.7921789e-11 4606755.2 14181 -0.0107574999999941 4606666.98909932 14181 5000 7.4898019e-11 4606818.3 Loop time of 0.0168049 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:41 2021 Pair time (%) = 0.00100589 (5.98567) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.19153) Outpt time (%) = 0.01565 (93.1276) Other time (%) = 0.000116825 (0.695183) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:41 2021 Memory usage per processor = 27.536 Mbytes Step Atoms AVEKE stressZZ 14181 5000 7.4898019e-11 4659121.5 14182 -0.0107899999999941 4659024.11805294 14182 5000 6.0329584e-11 4659024.1 Loop time of 0.016423 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:41 2021 Pair time (%) = 0.00100899 (6.14375) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.20034) Outpt time (%) = 0.0152378 (92.7834) Other time (%) = 0.00014329 (0.872494) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:41 2021 Memory usage per processor = 27.536 Mbytes Step Atoms AVEKE stressZZ 14182 5000 6.0329584e-11 4658997.9 14183 -0.0107899999999941 4658908.91553156 14183 5000 5.1888214e-11 4658908.9 Loop time of 0.0165398 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:41 2021 Pair time (%) = 0.00110507 (6.68127) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211898) Outpt time (%) = 0.015296 (92.4798) Other time (%) = 0.000103712 (0.627045) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:41 2021 Memory usage per processor = 27.536 Mbytes Step Atoms AVEKE stressZZ 14183 5000 5.1888214e-11 4658885.1 14184 -0.0107899999999941 4658801.36509584 14184 5000 4.685303e-11 4658801.4 Loop time of 0.0170929 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:41 2021 Pair time (%) = 0.00103593 (6.06056) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186908) Outpt time (%) = 0.0159299 (93.196) Other time (%) = 9.5129e-05 (0.55654) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:41 2021 Memory usage per processor = 27.536 Mbytes Step Atoms AVEKE stressZZ 14184 5000 4.685303e-11 4658779 14185 -0.0107899999999941 4658698.67939675 14185 5000 4.3785556e-11 4658698.7 Loop time of 0.0172601 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:41 2021 Pair time (%) = 0.00107217 (6.21184) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185098) Outpt time (%) = 0.0160561 (93.0243) Other time (%) = 9.98974e-05 (0.578777) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:41 2021 Memory usage per processor = 27.536 Mbytes Step Atoms AVEKE stressZZ 14185 5000 4.3785556e-11 4658677.3 14186 -0.0107899999999941 4658599.08704873 14186 5000 4.1889025e-11 4658599.1 Loop time of 0.016468 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:41 2021 Pair time (%) = 0.00100684 (6.11391) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.201239) Outpt time (%) = 0.0153329 (93.1072) Other time (%) = 9.5129e-05 (0.577658) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:41 2021 Memory usage per processor = 27.536 Mbytes Step Atoms AVEKE stressZZ 14186 5000 4.1889025e-11 4658578.3 14187 -0.0107899999999941 4658501.46231866 14187 5000 4.0704506e-11 4658501.5 Loop time of 0.016794 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:41 2021 Pair time (%) = 0.00123096 (7.32975) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.227147) Outpt time (%) = 0.0154049 (91.729) Other time (%) = 0.000119925 (0.714093) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:41 2021 Memory usage per processor = 27.536 Mbytes Step Atoms AVEKE stressZZ 14187 5000 4.0704506e-11 4658481.1 14188 -0.0107899999999941 4658405.08979077 14188 5000 3.9959494e-11 4658405.1 Loop time of 0.0170591 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:41 2021 Pair time (%) = 0.00100708 (5.90348) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.188677) Outpt time (%) = 0.015929 (93.3754) Other time (%) = 9.08375e-05 (0.532487) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:41 2021 Memory usage per processor = 27.536 Mbytes Step Atoms AVEKE stressZZ 14188 5000 3.9959494e-11 4658384.9 14189 -0.0107899999999941 4658309.51481004 14189 5000 3.948855e-11 4658309.5 Loop time of 0.01666 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:41 2021 Pair time (%) = 0.00100994 (6.06208) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.186041) Outpt time (%) = 0.0155299 (93.2167) Other time (%) = 8.91685e-05 (0.535226) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:41 2021 Memory usage per processor = 27.536 Mbytes Step Atoms AVEKE stressZZ 14189 5000 3.948855e-11 4658289.5 14190 -0.0107899999999941 4658214.44843793 14190 5000 3.9189658e-11 4658214.4 Loop time of 0.0187259 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:41 2021 Pair time (%) = 0.00110722 (5.91276) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.250821) Outpt time (%) = 0.017468 (93.2826) Other time (%) = 0.000103712 (0.553844) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:41 2021 Memory usage per processor = 27.5361 Mbytes Step Atoms AVEKE stressZZ 14190 5000 3.9189658e-11 4658194.5 14191 -0.0107899999999941 4658119.70705054 14191 5000 3.8999251e-11 4658119.7 Loop time of 0.017282 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:41 2021 Pair time (%) = 0.00114608 (6.63163) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.277295) Outpt time (%) = 0.0159268 (92.1585) Other time (%) = 0.000161171 (0.932594) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:41 2021 Memory usage per processor = 27.5361 Mbytes Step Atoms AVEKE stressZZ 14191 5000 3.8999251e-11 4658099.9 14192 -0.0107899999999941 4658025.17395235 14192 5000 3.887744e-11 4658025.2 Loop time of 0.016449 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:42 2021 Pair time (%) = 0.0010469 (6.36451) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.195675) Outpt time (%) = 0.015276 (92.8687) Other time (%) = 9.39369e-05 (0.571081) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:42 2021 Memory usage per processor = 27.5361 Mbytes Step Atoms AVEKE stressZZ 14192 5000 3.887744e-11 4658005.4 14193 -0.0107899999999941 4657930.77498189 14193 5000 3.8799083e-11 4657930.8 Loop time of 0.01634 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:42 2021 Pair time (%) = 0.00100303 (6.13847) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.195521) Outpt time (%) = 0.015214 (93.1086) Other time (%) = 9.10759e-05 (0.557379) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:42 2021 Memory usage per processor = 27.5361 Mbytes Step Atoms AVEKE stressZZ 14193 5000 3.8799083e-11 4657911 14194 -0.0107899999999941 4657836.46300849 14194 5000 3.8748285e-11 4657836.5 Loop time of 0.0162711 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:42 2021 Pair time (%) = 0.00100613 (6.18351) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.196349) Outpt time (%) = 0.0151451 (93.0794) Other time (%) = 8.79765e-05 (0.540691) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:42 2021 Memory usage per processor = 27.5361 Mbytes Step Atoms AVEKE stressZZ 14194 5000 3.8748285e-11 4657816.7 14195 -0.0107899999999941 4657742.20807984 14195 5000 3.8714978e-11 4657742.2 Loop time of 0.0170929 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:42 2021 Pair time (%) = 0.00100398 (5.87366) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181329) Outpt time (%) = 0.015975 (93.4596) Other time (%) = 8.29697e-05 (0.485403) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:42 2021 Memory usage per processor = 27.5361 Mbytes Step Atoms AVEKE stressZZ 14195 5000 3.8714978e-11 4657722.5 14196 -0.0107899999999941 4657647.99116067 14196 5000 3.8692777e-11 4657648 Loop time of 0.016659 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:42 2021 Pair time (%) = 0.00105095 (6.30859) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.186052) Outpt time (%) = 0.0154548 (92.7712) Other time (%) = 0.000122309 (0.734189) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:42 2021 Memory usage per processor = 27.5361 Mbytes Step Atoms AVEKE stressZZ 14196 5000 3.8692777e-11 4657628.2 14197 -0.0107899999999941 4657553.80015371 14197 5000 3.867763e-11 4657553.8 Loop time of 0.0173371 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:42 2021 Pair time (%) = 0.00130796 (7.54432) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189777) Outpt time (%) = 0.0158691 (91.5329) Other time (%) = 0.000127077 (0.732979) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:42 2021 Memory usage per processor = 27.5361 Mbytes Step Atoms AVEKE stressZZ 14197 5000 3.867763e-11 4657534.1 14198 -0.0107899999999941 4657459.62737086 14198 5000 3.8666965e-11 4657459.6 Loop time of 0.0171969 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:42 2021 Pair time (%) = 0.0010221 (5.94352) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191324) Outpt time (%) = 0.016047 (93.3134) Other time (%) = 9.48906e-05 (0.551789) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:42 2021 Memory usage per processor = 27.5361 Mbytes Step Atoms AVEKE stressZZ 14198 5000 3.8666965e-11 4657439.9 14199 -0.0107899999999941 4657365.46792583 14199 5000 3.8659148e-11 4657365.5 Loop time of 0.0165949 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:42 2021 Pair time (%) = 0.00100708 (6.06862) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.186771) Outpt time (%) = 0.0154641 (93.1857) Other time (%) = 9.27448e-05 (0.558876) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:42 2021 Memory usage per processor = 27.5361 Mbytes Step Atoms AVEKE stressZZ 14199 5000 3.8659148e-11 4657345.7 14200 -0.0107899999999941 4657271.31871341 14200 5000 3.865314e-11 4657271.3 Loop time of 0.018966 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:42 2021 Pair time (%) = 0.00109005 (5.7474) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.247646) Outpt time (%) = 0.0176811 (93.2256) Other time (%) = 0.00014782 (0.779394) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:42 2021 Memory usage per processor = 27.5361 Mbytes Step Atoms AVEKE stressZZ 14200 5000 3.865314e-11 4657251.6 14201 -0.0107899999999941 4657177.17776161 14201 5000 3.8648283e-11 4657177.2 Loop time of 0.01723 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:42 2021 Pair time (%) = 0.0010519 (6.10505) Neigh time (%) = 0 (0) Comm time (%) = 7.00951e-05 (0.406819) Outpt time (%) = 0.0159998 (92.8599) Other time (%) = 0.000108242 (0.628217) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:42 2021 Memory usage per processor = 27.5361 Mbytes Step Atoms AVEKE stressZZ 14201 5000 3.8648283e-11 4657157.4 14202 -0.0107899999999941 4657083.04385658 14202 5000 3.8644156e-11 4657083 Loop time of 0.0172369 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:42 2021 Pair time (%) = 0.0010519 (6.1026) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185347) Outpt time (%) = 0.0160589 (93.1657) Other time (%) = 9.41753e-05 (0.546357) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:42 2021 Memory usage per processor = 27.5361 Mbytes Step Atoms AVEKE stressZZ 14202 5000 3.8644156e-11 4657063.3 14203 -0.0107899999999941 4656988.91618734 14203 5000 3.8640493e-11 4656988.9 Loop time of 0.0165689 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:42 2021 Pair time (%) = 0.00101018 (6.09684) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.198575) Outpt time (%) = 0.0154269 (93.1074) Other time (%) = 9.89437e-05 (0.597165) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:42 2021 Memory usage per processor = 27.5361 Mbytes Step Atoms AVEKE stressZZ 14203 5000 3.8640493e-11 4656969.2 14204 -0.0107899999999941 4656894.79423813 14204 5000 3.8637126e-11 4656894.8 Loop time of 0.0169649 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:42 2021 Pair time (%) = 0.00118899 (7.00854) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.21221) Outpt time (%) = 0.0155928 (91.9121) Other time (%) = 0.000147104 (0.867109) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:42 2021 Memory usage per processor = 27.5361 Mbytes Step Atoms AVEKE stressZZ 14204 5000 3.8637126e-11 4656875.1 14205 -0.0107899999999941 4656800.6776829 14205 5000 3.8633947e-11 4656800.7 Loop time of 0.01724 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:42 2021 Pair time (%) = 0.00100708 (5.84152) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185313) Outpt time (%) = 0.0160909 (93.3343) Other time (%) = 0.000110149 (0.638916) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:42 2021 Memory usage per processor = 27.5361 Mbytes Step Atoms AVEKE stressZZ 14205 5000 3.8633947e-11 4656780.9 14206 -0.0107899999999941 4656706.56631441 14206 5000 3.8630888e-11 4656706.6 Loop time of 0.0169129 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:42 2021 Pair time (%) = 0.0010438 (6.17159) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188897) Outpt time (%) = 0.0157249 (92.9756) Other time (%) = 0.000112295 (0.66396) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:42 2021 Memory usage per processor = 27.5361 Mbytes Step Atoms AVEKE stressZZ 14206 5000 3.8630888e-11 4656686.8 14207 -0.0107899999999941 4656612.46000079 14207 5000 3.8627904e-11 4656612.5 Loop time of 0.0165071 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:42 2021 Pair time (%) = 0.00104499 (6.33052) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.200763) Outpt time (%) = 0.015327 (92.8505) Other time (%) = 0.000102043 (0.618176) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:42 2021 Memory usage per processor = 27.5361 Mbytes Step Atoms AVEKE stressZZ 14207 5000 3.8627904e-11 4656592.7 14208 -0.0107899999999941 4656518.35865777 14208 5000 3.8624969e-11 4656518.4 Loop time of 0.017277 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:42 2021 Pair time (%) = 0.00109196 (6.32029) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190437) Outpt time (%) = 0.0160439 (92.8628) Other time (%) = 0.000108242 (0.626509) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:42 2021 Memory usage per processor = 27.5361 Mbytes Step Atoms AVEKE stressZZ 14208 5000 3.8624969e-11 4656498.6 14209 -0.0107899999999941 4656424.26224825 14209 5000 3.8622064e-11 4656424.3 Loop time of 0.017473 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:42 2021 Pair time (%) = 0.00107598 (6.15798) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.195123) Outpt time (%) = 0.0162141 (92.7954) Other time (%) = 0.000148773 (0.851447) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:42 2021 Memory usage per processor = 27.5361 Mbytes Step Atoms AVEKE stressZZ 14209 5000 3.8622064e-11 4656404.5 14210 -0.0107899999999941 4656330.17074606 14210 5000 3.861918e-11 4656330.2 Loop time of 0.018718 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:42 2021 Pair time (%) = 0.00100899 (5.39046) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.170681) Outpt time (%) = 0.0175271 (93.6377) Other time (%) = 0.000149965 (0.801182) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:42 2021 Memory usage per processor = 27.5361 Mbytes Step Atoms AVEKE stressZZ 14210 5000 3.861918e-11 4656310.4 14211 -0.0107899999999941 4656236.08411816 14211 5000 3.8616308e-11 4656236.1 Loop time of 0.016701 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:42 2021 Pair time (%) = 0.00109816 (6.5754) Neigh time (%) = 0 (0) Comm time (%) = 5.00679e-05 (0.29979) Outpt time (%) = 0.0154369 (92.431) Other time (%) = 0.000115871 (0.6938) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:42 2021 Memory usage per processor = 27.5361 Mbytes Step Atoms AVEKE stressZZ 14211 5000 3.8616308e-11 4656216.4 14212 -0.0107899999999941 4656142.00234707 14212 5000 3.8613444e-11 4656142 Loop time of 0.0171101 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:42 2021 Pair time (%) = 0.00103402 (6.04334) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186721) Outpt time (%) = 0.015945 (93.1903) Other time (%) = 9.91821e-05 (0.57967) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:42 2021 Memory usage per processor = 27.5361 Mbytes Step Atoms AVEKE stressZZ 14212 5000 3.8613444e-11 4656122.3 14213 -0.0107899999999941 4656047.9254216 14213 5000 3.8610586e-11 4656047.9 Loop time of 0.0174801 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:42 2021 Pair time (%) = 0.00100589 (5.75446) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.184132) Outpt time (%) = 0.0163498 (93.5336) Other time (%) = 9.2268e-05 (0.527845) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:42 2021 Memory usage per processor = 27.5361 Mbytes Step Atoms AVEKE stressZZ 14213 5000 3.8610586e-11 4656028.2 14214 -0.0107899999999941 4655953.8533344 14214 5000 3.8607731e-11 4655953.9 Loop time of 0.0166309 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:42 2021 Pair time (%) = 0.00100589 (6.04831) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.186367) Outpt time (%) = 0.0155048 (93.2292) Other time (%) = 8.91685e-05 (0.536162) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:42 2021 Memory usage per processor = 27.5361 Mbytes Step Atoms AVEKE stressZZ 14214 5000 3.8607731e-11 4655934.1 14215 -0.0107899999999941 4655859.78608048 14215 5000 3.8604878e-11 4655859.8 Loop time of 0.0169659 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:42 2021 Pair time (%) = 0.0012939 (7.62648) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.22344) Outpt time (%) = 0.0154989 (91.3533) Other time (%) = 0.000135183 (0.796796) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:42 2021 Memory usage per processor = 27.5361 Mbytes Step Atoms AVEKE stressZZ 14215 5000 3.8604878e-11 4655840.1 14216 -0.0107899999999941 4655765.72365527 14216 5000 3.8602027e-11 4655765.7 Loop time of 0.017431 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:42 2021 Pair time (%) = 0.00100708 (5.77752) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183283) Outpt time (%) = 0.016269 (93.3334) Other time (%) = 0.000123024 (0.705776) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:42 2021 Memory usage per processor = 27.5361 Mbytes Step Atoms AVEKE stressZZ 14216 5000 3.8602027e-11 4655746 14217 -0.0107899999999941 4655671.66604123 14217 5000 3.8599177e-11 4655671.7 Loop time of 0.0171821 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:42 2021 Pair time (%) = 0.00107503 (6.25668) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191488) Outpt time (%) = 0.015974 (92.969) Other time (%) = 0.000100136 (0.582791) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:42 2021 Memory usage per processor = 27.5361 Mbytes Step Atoms AVEKE stressZZ 14217 5000 3.8599177e-11 4655651.9 14218 -0.0107899999999941 4655577.61325109 14218 5000 3.8596328e-11 4655577.6 Loop time of 0.016434 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:42 2021 Pair time (%) = 0.00101805 (6.19478) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.213263) Outpt time (%) = 0.0152781 (92.9667) Other time (%) = 0.000102758 (0.625281) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:42 2021 Memory usage per processor = 27.5361 Mbytes Step Atoms AVEKE stressZZ 14218 5000 3.8596328e-11 4655557.9 14219 -0.0107899999999941 4655483.56528337 14219 5000 3.8593479e-11 4655483.6 Loop time of 0.0173051 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:42 2021 Pair time (%) = 0.0013721 (7.92885) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190127) Outpt time (%) = 0.0157001 (90.7251) Other time (%) = 0.000200033 (1.15592) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:42 2021 Memory usage per processor = 27.5361 Mbytes Step Atoms AVEKE stressZZ 14219 5000 3.8593479e-11 4655463.8 14220 -0.0107899999999941 4655389.52213493 14220 5000 3.8590632e-11 4655389.5 Loop time of 0.0193889 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:42 2021 Pair time (%) = 0.00102401 (5.28141) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.174612) Outpt time (%) = 0.0182338 (94.0423) Other time (%) = 9.72748e-05 (0.501703) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:42 2021 Memory usage per processor = 27.5361 Mbytes Step Atoms AVEKE stressZZ 14220 5000 3.8590632e-11 4655369.8 14221 -0.0107899999999941 4655295.48379915 14221 5000 3.8587784e-11 4655295.5 Loop time of 0.017086 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:42 2021 Pair time (%) = 0.0010469 (6.1272) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186984) Outpt time (%) = 0.015914 (93.1402) Other time (%) = 9.32217e-05 (0.545602) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:42 2021 Memory usage per processor = 27.5361 Mbytes Step Atoms AVEKE stressZZ 14221 5000 3.8587784e-11 4655275.8 14222 -0.0107899999999941 4655201.45028174 14222 5000 3.8584937e-11 4655201.5 Loop time of 0.0165541 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:42 2021 Pair time (%) = 0.00103402 (6.24631) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.205954) Outpt time (%) = 0.015377 (92.8895) Other time (%) = 0.000108957 (0.658188) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:42 2021 Memory usage per processor = 27.5361 Mbytes Step Atoms AVEKE stressZZ 14222 5000 3.8584937e-11 4655181.7 14223 -0.0107899999999941 4655107.4215817 14223 5000 3.858209e-11 4655107.4 Loop time of 0.0173309 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:42 2021 Pair time (%) = 0.00114012 (6.57853) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.196723) Outpt time (%) = 0.0160389 (92.5452) Other time (%) = 0.000117779 (0.679589) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:42 2021 Memory usage per processor = 27.5361 Mbytes Step Atoms AVEKE stressZZ 14223 5000 3.858209e-11 4655087.7 14224 -0.0107899999999941 4655013.39769837 14224 5000 3.8579244e-11 4655013.4 Loop time of 0.017447 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:42 2021 Pair time (%) = 0.00100899 (5.78316) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.184482) Outpt time (%) = 0.0162811 (93.3177) Other time (%) = 0.000124693 (0.714696) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:42 2021 Memory usage per processor = 27.5361 Mbytes Step Atoms AVEKE stressZZ 14224 5000 3.8579244e-11 4654993.7 14225 -0.0107899999999941 4654919.37863084 14225 5000 3.8576398e-11 4654919.4 Loop time of 0.016515 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:42 2021 Pair time (%) = 0.00105095 (6.3636) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.187674) Outpt time (%) = 0.0153389 (92.8785) Other time (%) = 9.41753e-05 (0.570241) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:42 2021 Memory usage per processor = 27.5361 Mbytes Step Atoms AVEKE stressZZ 14225 5000 3.8576398e-11 4654899.7 14226 -0.0107899999999941 4654825.36437849 14226 5000 3.8573552e-11 4654825.4 Loop time of 0.016799 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:42 2021 Pair time (%) = 0.00114679 (6.82657) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.231337) Outpt time (%) = 0.0154922 (92.2211) Other time (%) = 0.000121117 (0.720976) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:42 2021 Memory usage per processor = 27.5361 Mbytes Step Atoms AVEKE stressZZ 14226 5000 3.8573552e-11 4654805.6 14227 -0.0107899999999941 4654731.35494054 14227 5000 3.8570707e-11 4654731.4 Loop time of 0.0171921 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:42 2021 Pair time (%) = 0.00100803 (5.86335) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18583) Outpt time (%) = 0.0160592 (93.41) Other time (%) = 9.29832e-05 (0.540848) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:42 2021 Memory usage per processor = 27.5361 Mbytes Step Atoms AVEKE stressZZ 14227 5000 3.8570707e-11 4654711.6 14228 -0.0107899999999941 4654637.35031632 14228 5000 3.8567862e-11 4654637.4 Loop time of 0.0170271 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:42 2021 Pair time (%) = 0.00104499 (6.13719) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.189031) Outpt time (%) = 0.0158579 (93.1333) Other time (%) = 9.20296e-05 (0.540488) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:42 2021 Memory usage per processor = 27.5361 Mbytes Step Atoms AVEKE stressZZ 14228 5000 3.8567862e-11 4654617.6 14229 -0.0107899999999941 4654543.35050517 14229 5000 3.8565017e-11 4654543.4 Loop time of 0.016454 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:42 2021 Pair time (%) = 0.00101089 (6.14377) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.201411) Outpt time (%) = 0.0153122 (93.0607) Other time (%) = 9.77516e-05 (0.594091) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:42 2021 Memory usage per processor = 27.5361 Mbytes Step Atoms AVEKE stressZZ 14229 5000 3.8565017e-11 4654523.6 14230 -0.0107899999999941 4654449.35550641 14230 5000 3.8562173e-11 4654449.4 Loop time of 0.0196061 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:42 2021 Pair time (%) = 0.00113702 (5.7993) Neigh time (%) = 0 (0) Comm time (%) = 5.6982e-05 (0.290634) Outpt time (%) = 0.018271 (93.1902) Other time (%) = 0.000141144 (0.719897) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:42 2021 Memory usage per processor = 27.5361 Mbytes Step Atoms AVEKE stressZZ 14230 5000 3.8562173e-11 4654429.6 14231 -0.0107899999999941 4654355.36531937 14231 5000 3.8559329e-11 4654355.4 Loop time of 0.017113 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:42 2021 Pair time (%) = 0.00100613 (5.87932) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186689) Outpt time (%) = 0.01598 (93.3795) Other time (%) = 9.48906e-05 (0.554495) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:42 2021 Memory usage per processor = 27.5361 Mbytes Step Atoms AVEKE stressZZ 14231 5000 3.8559329e-11 4654335.6 14232 -0.0107899999999941 4654261.37994346 14232 5000 3.8556485e-11 4654261.4 Loop time of 0.01671 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:42 2021 Pair time (%) = 0.00100684 (6.02537) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.185484) Outpt time (%) = 0.0155771 (93.2199) Other time (%) = 9.5129e-05 (0.569292) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:42 2021 Memory usage per processor = 27.5361 Mbytes Step Atoms AVEKE stressZZ 14232 5000 3.8556485e-11 4654241.7 14233 -0.0107899999999941 4654167.39937801 14233 5000 3.8553641e-11 4654167.4 Loop time of 0.01686 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:42 2021 Pair time (%) = 0.00103807 (6.15702) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.278579) Outpt time (%) = 0.015641 (92.7697) Other time (%) = 0.000133991 (0.794728) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:42 2021 Memory usage per processor = 27.5361 Mbytes Step Atoms AVEKE stressZZ 14233 5000 3.8553641e-11 4654147.7 14234 -0.0107899999999941 4654073.42362242 14234 5000 3.8550798e-11 4654073.4 Loop time of 0.0171518 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:42 2021 Pair time (%) = 0.00108695 (6.33723) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.187656) Outpt time (%) = 0.0159318 (92.8871) Other time (%) = 0.000100851 (0.58799) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:42 2021 Memory usage per processor = 27.5361 Mbytes Step Atoms AVEKE stressZZ 14234 5000 3.8550798e-11 4654053.7 14235 -0.0107899999999941 4653979.45272684 14235 5000 3.8547955e-11 4653979.5 Loop time of 0.0171628 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:42 2021 Pair time (%) = 0.00100803 (5.87336) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180591) Outpt time (%) = 0.0160298 (93.3987) Other time (%) = 9.39369e-05 (0.547329) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:42 2021 Memory usage per processor = 27.5361 Mbytes Step Atoms AVEKE stressZZ 14235 5000 3.8547955e-11 4653959.7 14236 -0.0107899999999941 4653885.48683555 14236 5000 3.8545113e-11 4653885.5 Loop time of 0.016403 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:43 2021 Pair time (%) = 0.00100899 (6.15125) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.19477) Outpt time (%) = 0.015276 (93.1293) Other time (%) = 8.60691e-05 (0.524717) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:43 2021 Memory usage per processor = 27.5361 Mbytes Step Atoms AVEKE stressZZ 14236 5000 3.8545113e-11 4653865.8 14237 -0.0107899999999941 4653791.52586284 14237 5000 3.8542271e-11 4653791.5 Loop time of 0.0163591 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:43 2021 Pair time (%) = 0.00101209 (6.18669) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.20258) Outpt time (%) = 0.0152211 (93.0438) Other time (%) = 9.27448e-05 (0.566931) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:43 2021 Memory usage per processor = 27.5361 Mbytes Step Atoms AVEKE stressZZ 14237 5000 3.8542271e-11 4653771.8 14238 -0.0107899999999941 4653697.56978056 14238 5000 3.8539429e-11 4653697.6 Loop time of 0.0162039 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:43 2021 Pair time (%) = 0.00100994 (6.23271) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.197163) Outpt time (%) = 0.015079 (93.0581) Other time (%) = 8.29697e-05 (0.512036) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:43 2021 Memory usage per processor = 27.5361 Mbytes Step Atoms AVEKE stressZZ 14238 5000 3.8539429e-11 4653677.8 14239 -0.0107899999999941 4653603.61856123 14239 5000 3.8536587e-11 4653603.6 Loop time of 0.016433 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:43 2021 Pair time (%) = 0.00100803 (6.1342) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194414) Outpt time (%) = 0.0153039 (93.1288) Other time (%) = 8.91685e-05 (0.542619) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:43 2021 Memory usage per processor = 27.5361 Mbytes Step Atoms AVEKE stressZZ 14239 5000 3.8536587e-11 4653583.9 14240 -0.0107899999999941 4653509.67219658 14240 5000 3.8533746e-11 4653509.7 Loop time of 0.019839 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:43 2021 Pair time (%) = 0.00100493 (5.06544) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.156229) Outpt time (%) = 0.01862 (93.8554) Other time (%) = 0.000183105 (0.922955) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:43 2021 Memory usage per processor = 27.5361 Mbytes Step Atoms AVEKE stressZZ 14240 5000 3.8533746e-11 4653490 14241 -0.0107899999999941 4653415.73068865 14241 5000 3.8530905e-11 4653415.7 Loop time of 0.016856 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:43 2021 Pair time (%) = 0.00107622 (6.38481) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.206509) Outpt time (%) = 0.0156422 (92.799) Other time (%) = 0.000102758 (0.609627) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:43 2021 Memory usage per processor = 27.5361 Mbytes Step Atoms AVEKE stressZZ 14241 5000 3.8530905e-11 4653396 14242 -0.0107899999999941 4653321.79403265 14242 5000 3.8528064e-11 4653321.8 Loop time of 0.0167019 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:43 2021 Pair time (%) = 0.00123096 (7.37013) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.221261) Outpt time (%) = 0.015295 (91.5764) Other time (%) = 0.000138998 (0.832227) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:43 2021 Memory usage per processor = 27.5361 Mbytes Step Atoms AVEKE stressZZ 14242 5000 3.8528064e-11 4653302.1 14243 -0.0107899999999941 4653227.86222482 14243 5000 3.8525224e-11 4653227.9 Loop time of 0.0169828 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:43 2021 Pair time (%) = 0.00104403 (6.1476) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.193736) Outpt time (%) = 0.0158041 (93.0592) Other time (%) = 0.000101805 (0.599458) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:43 2021 Memory usage per processor = 27.5361 Mbytes Step Atoms AVEKE stressZZ 14243 5000 3.8525224e-11 4653208.1 14244 -0.0107899999999941 4653133.93526212 14244 5000 3.8522384e-11 4653133.9 Loop time of 0.0172749 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:43 2021 Pair time (%) = 0.00100899 (5.84079) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18494) Outpt time (%) = 0.016139 (93.425) Other time (%) = 9.48906e-05 (0.549299) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:43 2021 Memory usage per processor = 27.5361 Mbytes Step Atoms AVEKE stressZZ 14244 5000 3.8522384e-11 4653114.2 14245 -0.0107899999999941 4653040.01314163 14245 5000 3.8519544e-11 4653040 Loop time of 0.0164869 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:43 2021 Pair time (%) = 0.00104284 (6.32529) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.284884) Outpt time (%) = 0.015285 (92.7102) Other time (%) = 0.000112057 (0.679672) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:43 2021 Memory usage per processor = 27.5361 Mbytes Step Atoms AVEKE stressZZ 14245 5000 3.8519544e-11 4653020.3 14246 -0.0107899999999941 4652946.09586097 14246 5000 3.8516705e-11 4652946.1 Loop time of 0.0172081 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:43 2021 Pair time (%) = 0.00122595 (7.12425) Neigh time (%) = 0 (0) Comm time (%) = 6.19888e-05 (0.360231) Outpt time (%) = 0.0157959 (91.7937) Other time (%) = 0.000124216 (0.721847) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:43 2021 Memory usage per processor = 27.5361 Mbytes Step Atoms AVEKE stressZZ 14246 5000 3.8516705e-11 4652926.4 14247 -0.0107899999999941 4652852.18341803 14247 5000 3.8513866e-11 4652852.2 Loop time of 0.01719 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:43 2021 Pair time (%) = 0.00104499 (6.07906) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185853) Outpt time (%) = 0.0160179 (93.1817) Other time (%) = 9.5129e-05 (0.553398) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:43 2021 Memory usage per processor = 27.5361 Mbytes Step Atoms AVEKE stressZZ 14247 5000 3.8513866e-11 4652832.5 14248 -0.0107899999999941 4652758.2758107 14248 5000 3.8511027e-11 4652758.3 Loop time of 0.0164609 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:43 2021 Pair time (%) = 0.00100708 (6.11802) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.188291) Outpt time (%) = 0.0153291 (93.1245) Other time (%) = 9.36985e-05 (0.569219) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:43 2021 Memory usage per processor = 27.5361 Mbytes Step Atoms AVEKE stressZZ 14248 5000 3.8511027e-11 4652738.6 14249 -0.0107899999999941 4652664.3730373 14249 5000 3.8508189e-11 4652664.4 Loop time of 0.0168388 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:43 2021 Pair time (%) = 0.00120592 (7.16157) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.219463) Outpt time (%) = 0.0154669 (91.853) Other time (%) = 0.000128984 (0.765996) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:43 2021 Memory usage per processor = 27.5361 Mbytes Step Atoms AVEKE stressZZ 14249 5000 3.8508189e-11 4652644.7 14250 -0.0107899999999941 4652570.4750959 14250 5000 3.8505351e-11 4652570.5 Loop time of 0.0192509 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:43 2021 Pair time (%) = 0.00110102 (5.71931) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.165957) Outpt time (%) = 0.0180039 (93.5227) Other time (%) = 0.000113964 (0.591994) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:43 2021 Memory usage per processor = 27.5361 Mbytes Step Atoms AVEKE stressZZ 14250 5000 3.8505351e-11 4652550.8 14251 -0.0107899999999941 4652476.5819852 14251 5000 3.8502513e-11 4652476.6 Loop time of 0.0172632 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:43 2021 Pair time (%) = 0.00117302 (6.79492) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.196114) Outpt time (%) = 0.0159602 (92.4524) Other time (%) = 9.60827e-05 (0.556576) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:43 2021 Memory usage per processor = 27.5361 Mbytes Step Atoms AVEKE stressZZ 14251 5000 3.8502513e-11 4652456.9 14252 -0.0107899999999941 4652382.69370355 14252 5000 3.8499675e-11 4652382.7 Loop time of 0.017081 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:43 2021 Pair time (%) = 0.00101304 (5.9308) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187039) Outpt time (%) = 0.0159419 (93.3308) Other time (%) = 9.41753e-05 (0.551345) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:43 2021 Memory usage per processor = 27.5361 Mbytes Step Atoms AVEKE stressZZ 14252 5000 3.8499675e-11 4652363 14253 -0.0107899999999941 4652288.81028137 14253 5000 3.8496838e-11 4652288.8 Loop time of 0.0168309 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:43 2021 Pair time (%) = 0.001266 (7.52189) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.219565) Outpt time (%) = 0.015403 (91.5163) Other time (%) = 0.000124931 (0.742273) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:43 2021 Memory usage per processor = 27.5361 Mbytes Step Atoms AVEKE stressZZ 14253 5000 3.8496838e-11 4652269.1 14254 -0.0107899999999941 4652194.93173301 14254 5000 3.8494001e-11 4652194.9 Loop time of 0.0171709 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:43 2021 Pair time (%) = 0.00110006 (6.40655) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198556) Outpt time (%) = 0.0159309 (92.7784) Other time (%) = 0.000105858 (0.616495) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:43 2021 Memory usage per processor = 27.5361 Mbytes Step Atoms AVEKE stressZZ 14254 5000 3.8494001e-11 4652175.2 14255 -0.0107899999999941 4652101.05803695 14255 5000 3.8491165e-11 4652101.1 Loop time of 0.0170579 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:43 2021 Pair time (%) = 0.00100803 (5.90948) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187292) Outpt time (%) = 0.015924 (93.3525) Other time (%) = 9.39369e-05 (0.550695) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:43 2021 Memory usage per processor = 27.5361 Mbytes Step Atoms AVEKE stressZZ 14255 5000 3.8491165e-11 4652081.3 14256 -0.0107899999999941 4652007.18918623 14256 5000 3.8488328e-11 4652007.2 Loop time of 0.0166569 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:43 2021 Pair time (%) = 0.00113297 (6.80179) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.210409) Outpt time (%) = 0.0153871 (92.3766) Other time (%) = 0.000101805 (0.611187) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:43 2021 Memory usage per processor = 27.5361 Mbytes Step Atoms AVEKE stressZZ 14256 5000 3.8488328e-11 4651987.5 14257 -0.0107899999999941 4651913.32517643 14257 5000 3.8485492e-11 4651913.3 Loop time of 0.0173318 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:43 2021 Pair time (%) = 0.00115085 (6.64007) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.207717) Outpt time (%) = 0.0160379 (92.5346) Other time (%) = 0.00010705 (0.617649) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:43 2021 Memory usage per processor = 27.5361 Mbytes Step Atoms AVEKE stressZZ 14257 5000 3.8485492e-11 4651893.6 14258 -0.0107899999999941 4651819.46599706 14258 5000 3.8482657e-11 4651819.5 Loop time of 0.0173621 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:43 2021 Pair time (%) = 0.00100803 (5.80594) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.185384) Outpt time (%) = 0.0162292 (93.4745) Other time (%) = 9.27448e-05 (0.534179) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:43 2021 Memory usage per processor = 27.5361 Mbytes Step Atoms AVEKE stressZZ 14258 5000 3.8482657e-11 4651799.8 14259 -0.0107899999999941 4651725.61165261 14259 5000 3.8479821e-11 4651725.6 Loop time of 0.0166099 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:43 2021 Pair time (%) = 0.00100803 (6.06887) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.193779) Outpt time (%) = 0.015475 (93.1675) Other time (%) = 9.46522e-05 (0.569854) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:43 2021 Memory usage per processor = 27.5361 Mbytes Step Atoms AVEKE stressZZ 14259 5000 3.8479821e-11 4651705.9 14260 -0.0107899999999941 4651631.76214049 14260 5000 3.8476986e-11 4651631.8 Loop time of 0.0189521 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:43 2021 Pair time (%) = 0.00119901 (6.3265) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.200023) Outpt time (%) = 0.017592 (92.8231) Other time (%) = 0.000123262 (0.650388) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:43 2021 Memory usage per processor = 27.5361 Mbytes Step Atoms AVEKE stressZZ 14260 5000 3.8476986e-11 4651612 14261 -0.0107899999999941 4651537.91745868 14261 5000 3.8474152e-11 4651537.9 Loop time of 0.0172708 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:43 2021 Pair time (%) = 0.00123405 (7.14532) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184983) Outpt time (%) = 0.015908 (92.1092) Other time (%) = 9.67979e-05 (0.560472) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:43 2021 Memory usage per processor = 27.5361 Mbytes Step Atoms AVEKE stressZZ 14261 5000 3.8474152e-11 4651518.2 14262 -0.0107899999999941 4651444.07760558 14262 5000 3.8471317e-11 4651444.1 Loop time of 0.0172431 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:43 2021 Pair time (%) = 0.00104403 (6.05478) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18528) Outpt time (%) = 0.016073 (93.2138) Other time (%) = 9.41753e-05 (0.546161) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:43 2021 Memory usage per processor = 27.5361 Mbytes Step Atoms AVEKE stressZZ 14262 5000 3.8471317e-11 4651424.4 14263 -0.0107899999999941 4651350.24257969 14263 5000 3.8468483e-11 4651350.2 Loop time of 0.0164149 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:43 2021 Pair time (%) = 0.00100708 (6.13517) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.280324) Outpt time (%) = 0.0152519 (92.9149) Other time (%) = 0.000109911 (0.669581) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:43 2021 Memory usage per processor = 27.5361 Mbytes Step Atoms AVEKE stressZZ 14263 5000 3.8468483e-11 4651330.5 14264 -0.0107899999999941 4651256.41237959 14264 5000 3.846565e-11 4651256.4 Loop time of 0.0174439 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:43 2021 Pair time (%) = 0.00136709 (7.83708) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.206383) Outpt time (%) = 0.01582 (90.6909) Other time (%) = 0.000220776 (1.26563) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:43 2021 Memory usage per processor = 27.5361 Mbytes Step Atoms AVEKE stressZZ 14264 5000 3.846565e-11 4651236.7 14265 -0.0107899999999941 4651162.58700395 14265 5000 3.8462816e-11 4651162.6 Loop time of 0.0169969 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:43 2021 Pair time (%) = 0.00100684 (5.92369) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187965) Outpt time (%) = 0.0158658 (93.3455) Other time (%) = 9.2268e-05 (0.542853) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:43 2021 Memory usage per processor = 27.5361 Mbytes Step Atoms AVEKE stressZZ 14265 5000 3.8462816e-11 4651142.9 14266 -0.0107899999999941 4651068.7664514 14266 5000 3.8459983e-11 4651068.8 Loop time of 0.0165811 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:43 2021 Pair time (%) = 0.00104094 (6.27786) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.186927) Outpt time (%) = 0.0154161 (92.9744) Other time (%) = 9.29832e-05 (0.56078) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:43 2021 Memory usage per processor = 27.5361 Mbytes Step Atoms AVEKE stressZZ 14266 5000 3.8459983e-11 4651049.1 14267 -0.0107899999999941 4650974.95072092 14267 5000 3.845715e-11 4650975 Loop time of 0.016798 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:43 2021 Pair time (%) = 0.00104904 (6.24503) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.202964) Outpt time (%) = 0.015569 (92.6834) Other time (%) = 0.000145912 (0.868627) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:43 2021 Memory usage per processor = 27.5361 Mbytes Step Atoms AVEKE stressZZ 14267 5000 3.845715e-11 4650955.2 14268 -0.0107899999999941 4650881.13981129 14268 5000 3.8454318e-11 4650881.1 Loop time of 0.0174611 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:43 2021 Pair time (%) = 0.00114298 (6.54587) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182968) Outpt time (%) = 0.016196 (92.755) Other time (%) = 9.01222e-05 (0.516133) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:43 2021 Memory usage per processor = 27.5361 Mbytes Step Atoms AVEKE stressZZ 14268 5000 3.8454318e-11 4650861.4 14269 -0.0107899999999941 4650787.33372143 14269 5000 3.8451485e-11 4650787.3 Loop time of 0.0170338 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:43 2021 Pair time (%) = 0.00103998 (6.1054) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181958) Outpt time (%) = 0.0158679 (93.1556) Other time (%) = 9.48906e-05 (0.557072) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:43 2021 Memory usage per processor = 27.5361 Mbytes Step Atoms AVEKE stressZZ 14269 5000 3.8451485e-11 4650767.6 14270 -0.0107899999999941 4650693.53245028 14270 5000 3.8448654e-11 4650693.5 Loop time of 0.0186698 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:43 2021 Pair time (%) = 0.00101113 (5.41586) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.171121) Outpt time (%) = 0.0175331 (93.9111) Other time (%) = 9.36985e-05 (0.501871) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:43 2021 Memory usage per processor = 27.5361 Mbytes Step Atoms AVEKE stressZZ 14270 5000 3.8448654e-11 4650673.8 14271 -0.0107899999999941 4650599.73599686 14271 5000 3.8445822e-11 4650599.7 Loop time of 0.0165699 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:43 2021 Pair time (%) = 0.00111699 (6.7411) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.205758) Outpt time (%) = 0.015312 (92.4085) Other time (%) = 0.000106812 (0.644614) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:43 2021 Memory usage per processor = 27.5361 Mbytes Step Atoms AVEKE stressZZ 14271 5000 3.8445822e-11 4650580 14272 -0.0107899999999941 4650505.9443601 14272 5000 3.8442991e-11 4650505.9 Loop time of 0.0170519 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:43 2021 Pair time (%) = 0.00100899 (5.91714) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.188756) Outpt time (%) = 0.0158839 (93.1503) Other time (%) = 0.000126839 (0.743837) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:43 2021 Memory usage per processor = 27.5361 Mbytes Step Atoms AVEKE stressZZ 14272 5000 3.8442991e-11 4650486.2 14273 -0.0107899999999941 4650412.15753915 14273 5000 3.844016e-11 4650412.2 Loop time of 0.0169771 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:43 2021 Pair time (%) = 0.00100994 (5.94885) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188184) Outpt time (%) = 0.0158408 (93.3068) Other time (%) = 9.44138e-05 (0.556125) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:43 2021 Memory usage per processor = 27.5361 Mbytes Step Atoms AVEKE stressZZ 14273 5000 3.844016e-11 4650392.4 14274 -0.0107899999999941 4650318.3755331 14274 5000 3.8437329e-11 4650318.4 Loop time of 0.0165699 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:43 2021 Pair time (%) = 0.0010581 (6.3857) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211514) Outpt time (%) = 0.0153749 (92.7884) Other time (%) = 0.000101805 (0.614397) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:43 2021 Memory usage per processor = 27.5361 Mbytes Step Atoms AVEKE stressZZ 14274 5000 3.8437329e-11 4650298.7 14275 -0.0107899999999941 4650224.59834093 14275 5000 3.8434499e-11 4650224.6 Loop time of 0.017297 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:43 2021 Pair time (%) = 0.00114989 (6.64792) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197108) Outpt time (%) = 0.0159521 (92.2246) Other time (%) = 0.000160933 (0.930406) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:43 2021 Memory usage per processor = 27.5361 Mbytes Step Atoms AVEKE stressZZ 14275 5000 3.8434499e-11 4650204.9 14276 -0.0107899999999941 4650130.82596182 14276 5000 3.8431669e-11 4650130.8 Loop time of 0.0172341 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:43 2021 Pair time (%) = 0.00100803 (5.84907) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.186761) Outpt time (%) = 0.0160999 (93.4191) Other time (%) = 9.39369e-05 (0.545065) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:43 2021 Memory usage per processor = 27.5361 Mbytes Step Atoms AVEKE stressZZ 14276 5000 3.8431669e-11 4650111.1 14277 -0.0107899999999941 4650037.05839498 14277 5000 3.8428839e-11 4650037.1 Loop time of 0.0165532 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:43 2021 Pair time (%) = 0.00100803 (6.08967) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.187242) Outpt time (%) = 0.0154028 (93.0505) Other time (%) = 0.000111341 (0.67263) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:43 2021 Memory usage per processor = 27.5361 Mbytes Step Atoms AVEKE stressZZ 14277 5000 3.8428839e-11 4650017.4 14278 -0.0107899999999941 4649943.29563961 14278 5000 3.842601e-11 4649943.3 Loop time of 0.016783 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:43 2021 Pair time (%) = 0.00119615 (7.12713) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.220192) Outpt time (%) = 0.0154381 (91.9864) Other time (%) = 0.000111818 (0.666259) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:43 2021 Memory usage per processor = 27.5361 Mbytes Step Atoms AVEKE stressZZ 14278 5000 3.842601e-11 4649923.6 14279 -0.0107899999999941 4649849.53769482 14279 5000 3.8423181e-11 4649849.5 Loop time of 0.0170841 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:44 2021 Pair time (%) = 0.00100899 (5.906) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193982) Outpt time (%) = 0.0159512 (93.3683) Other time (%) = 9.08375e-05 (0.531707) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:44 2021 Memory usage per processor = 27.5361 Mbytes Step Atoms AVEKE stressZZ 14279 5000 3.8423181e-11 4649829.8 14280 -0.0107899999999941 4649755.78455996 14280 5000 3.8420352e-11 4649755.8 Loop time of 0.0194981 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:44 2021 Pair time (%) = 0.00109911 (5.63701) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.174857) Outpt time (%) = 0.0182121 (93.4043) Other time (%) = 0.000152826 (0.783801) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:44 2021 Memory usage per processor = 27.5361 Mbytes Step Atoms AVEKE stressZZ 14280 5000 3.8420352e-11 4649736.1 14281 -0.0107899999999941 4649662.03623429 14281 5000 3.8417524e-11 4649662 Loop time of 0.016408 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:44 2021 Pair time (%) = 0.00101018 (6.15664) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194711) Outpt time (%) = 0.0152719 (93.0761) Other time (%) = 9.39369e-05 (0.572508) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:23:44 2021 Memory usage per processor = 27.5361 Mbytes Step Atoms AVEKE stressZZ 14281 5000 3.8417524e-11 4649642.3 14282 -0.0107899999999941 4649553.45635579 14282 5000 7.5876573e-11 4649706.2 Loop time of 0.0161021 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:44 2021 Pair time (%) = 0.00105715 (6.56529) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.192487) Outpt time (%) = 0.014874 (92.3731) Other time (%) = 0.000139952 (0.869153) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:44 2021 Memory usage per processor = 27.5361 Mbytes Step Atoms AVEKE stressZZ 14282 5000 7.5876573e-11 4702224.2 14283 -0.0108224999999941 4702126.08367391 14283 5000 6.1116352e-11 4702126.1 Loop time of 0.0162649 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:44 2021 Pair time (%) = 0.00100803 (6.1976) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.197889) Outpt time (%) = 0.015137 (93.0651) Other time (%) = 8.7738e-05 (0.539431) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:44 2021 Memory usage per processor = 27.5361 Mbytes Step Atoms AVEKE stressZZ 14283 5000 6.1116352e-11 4702099.5 14284 -0.0108224999999941 4702009.86525629 14284 5000 5.2563952e-11 4702009.9 Loop time of 0.0170259 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:44 2021 Pair time (%) = 0.00100994 (5.93178) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.182042) Outpt time (%) = 0.0158939 (93.3513) Other time (%) = 9.10759e-05 (0.534924) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:44 2021 Memory usage per processor = 27.5361 Mbytes Step Atoms AVEKE stressZZ 14284 5000 5.2563952e-11 4701985.7 14285 -0.0108224999999941 4701901.37098077 14285 5000 4.7462584e-11 4701901.4 Loop time of 0.0169261 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:44 2021 Pair time (%) = 0.00104189 (6.15554) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.19016) Outpt time (%) = 0.015754 (93.0754) Other time (%) = 9.799e-05 (0.57893) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:44 2021 Memory usage per processor = 27.5361 Mbytes Step Atoms AVEKE stressZZ 14285 5000 4.7462584e-11 4701878.7 14286 -0.0108224999999941 4701797.78726291 14286 5000 4.4354808e-11 4701797.8 Loop time of 0.016381 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:44 2021 Pair time (%) = 0.00101495 (6.19588) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.200853) Outpt time (%) = 0.0152299 (92.9731) Other time (%) = 0.000103235 (0.630212) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:44 2021 Memory usage per processor = 27.5361 Mbytes Step Atoms AVEKE stressZZ 14286 5000 4.4354808e-11 4701776.1 14287 -0.0108224999999941 4701697.32603533 14287 5000 4.2433369e-11 4701697.3 Loop time of 0.017169 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:44 2021 Pair time (%) = 0.00113392 (6.60445) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191635) Outpt time (%) = 0.015898 (92.5971) Other time (%) = 0.000104189 (0.606843) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:44 2021 Memory usage per processor = 27.5361 Mbytes Step Atoms AVEKE stressZZ 14287 5000 4.2433369e-11 4701676.3 14288 -0.0108224999999941 4701598.85094932 14288 5000 4.1233296e-11 4701598.9 Loop time of 0.017246 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:44 2021 Pair time (%) = 0.00103116 (5.97912) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.196309) Outpt time (%) = 0.0160811 (93.2453) Other time (%) = 9.98974e-05 (0.579249) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:44 2021 Memory usage per processor = 27.5361 Mbytes Step Atoms AVEKE stressZZ 14288 5000 4.1233296e-11 4701578.2 14289 -0.0108224999999941 4701501.63985931 14289 5000 4.0478503e-11 4701501.6 Loop time of 0.0165241 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:44 2021 Pair time (%) = 0.00104308 (6.31249) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.187571) Outpt time (%) = 0.0153201 (92.7136) Other time (%) = 0.000129938 (0.786356) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:44 2021 Memory usage per processor = 27.5361 Mbytes Step Atoms AVEKE stressZZ 14289 5000 4.0478503e-11 4701481.2 14290 -0.0108224999999941 4701405.23383459 14290 5000 4.0001376e-11 4701405.2 Loop time of 0.019208 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:44 2021 Pair time (%) = 0.00123501 (6.42967) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.197359) Outpt time (%) = 0.017813 (92.7375) Other time (%) = 0.00012207 (0.63552) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:44 2021 Memory usage per processor = 27.5362 Mbytes Step Atoms AVEKE stressZZ 14290 5000 4.0001376e-11 4701385 14291 -0.0108224999999941 4701309.34121496 14291 5000 3.9698561e-11 4701309.3 Loop time of 0.017401 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:44 2021 Pair time (%) = 0.00112605 (6.47119) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183599) Outpt time (%) = 0.0161471 (92.7944) Other time (%) = 9.58443e-05 (0.550798) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:44 2021 Memory usage per processor = 27.5362 Mbytes Step Atoms AVEKE stressZZ 14291 5000 3.9698561e-11 4701289.2 14292 -0.0108224999999941 4701213.77664668 14292 5000 3.9505655e-11 4701213.8 Loop time of 0.017293 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:44 2021 Pair time (%) = 0.00100803 (5.82915) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184746) Outpt time (%) = 0.01616 (93.4484) Other time (%) = 9.29832e-05 (0.537694) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:44 2021 Memory usage per processor = 27.5362 Mbytes Step Atoms AVEKE stressZZ 14292 5000 3.9505655e-11 4701193.7 14293 -0.0108224999999941 4701118.42233507 14293 5000 3.9382246e-11 4701118.4 Loop time of 0.016634 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:44 2021 Pair time (%) = 0.0010469 (6.29372) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192065) Outpt time (%) = 0.0154479 (92.8692) Other time (%) = 0.000107288 (0.644995) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:44 2021 Memory usage per processor = 27.5362 Mbytes Step Atoms AVEKE stressZZ 14293 5000 3.9382246e-11 4701098.3 14294 -0.0108224999999941 4701023.20341988 14294 5000 3.9302861e-11 4701023.2 Loop time of 0.016917 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:44 2021 Pair time (%) = 0.00123191 (7.28208) Neigh time (%) = 0 (0) Comm time (%) = 5.22137e-05 (0.308646) Outpt time (%) = 0.0154679 (91.434) Other time (%) = 0.000164986 (0.975266) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:44 2021 Memory usage per processor = 27.5362 Mbytes Step Atoms AVEKE stressZZ 14294 5000 3.9302861e-11 4701003.2 14295 -0.0108224999999941 4700928.07232635 14295 5000 3.9251397e-11 4700928.1 Loop time of 0.0174639 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:44 2021 Pair time (%) = 0.001122 (6.42466) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.184303) Outpt time (%) = 0.0162029 (92.7794) Other time (%) = 0.000106812 (0.611612) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:44 2021 Memory usage per processor = 27.5362 Mbytes Step Atoms AVEKE stressZZ 14295 5000 3.9251397e-11 4700908 14296 -0.0108224999999941 4700832.99881984 14296 5000 3.9217653e-11 4700833 Loop time of 0.0169981 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:44 2021 Pair time (%) = 0.00120401 (7.08325) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.211796) Outpt time (%) = 0.0156341 (91.9756) Other time (%) = 0.000123978 (0.729364) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:44 2021 Memory usage per processor = 27.5362 Mbytes Step Atoms AVEKE stressZZ 14296 5000 3.9217653e-11 4700813 14297 -0.0108224999999941 4700737.9636857 14297 5000 3.9195161e-11 4700738 Loop time of 0.0166318 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:44 2021 Pair time (%) = 0.00116491 (7.00411) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.204991) Outpt time (%) = 0.0153179 (92.0999) Other time (%) = 0.000114918 (0.69095) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:44 2021 Memory usage per processor = 27.5362 Mbytes Step Atoms AVEKE stressZZ 14297 5000 3.9195161e-11 4700717.9 14298 -0.0108224999999941 4700642.95471249 14298 5000 3.9179816e-11 4700643 Loop time of 0.017204 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:44 2021 Pair time (%) = 0.00115609 (6.71988) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.196788) Outpt time (%) = 0.015908 (92.4666) Other time (%) = 0.000106096 (0.616694) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:44 2021 Memory usage per processor = 27.5362 Mbytes Step Atoms AVEKE stressZZ 14298 5000 3.9179816e-11 4700622.9 14299 -0.0108224999999941 4700547.96413952 14299 5000 3.9169011e-11 4700548 Loop time of 0.0172241 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:44 2021 Pair time (%) = 0.00101209 (5.876) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.186869) Outpt time (%) = 0.016088 (93.4042) Other time (%) = 9.17912e-05 (0.532924) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:44 2021 Memory usage per processor = 27.5362 Mbytes Step Atoms AVEKE stressZZ 14299 5000 3.9169011e-11 4700528 14300 -0.0108224999999941 4700452.98703449 14300 5000 3.9161092e-11 4700453 Loop time of 0.0187759 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:44 2021 Pair time (%) = 0.00100899 (5.37383) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.170154) Outpt time (%) = 0.0176411 (93.9557) Other time (%) = 9.39369e-05 (0.500305) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:44 2021 Memory usage per processor = 27.5362 Mbytes Step Atoms AVEKE stressZZ 14300 5000 3.9161092e-11 4700433 14301 -0.0108224999999941 4700358.0202626 14301 5000 3.9155006e-11 4700358 Loop time of 0.016968 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:44 2021 Pair time (%) = 0.00107002 (6.30612) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.205145) Outpt time (%) = 0.0157442 (92.7876) Other time (%) = 0.000118971 (0.701148) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:44 2021 Memory usage per processor = 27.5362 Mbytes Step Atoms AVEKE stressZZ 14301 5000 3.9155006e-11 4700338 14302 -0.0108224999999941 4700263.06183153 14302 5000 3.9150085e-11 4700263.1 Loop time of 0.017251 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:44 2021 Pair time (%) = 0.00112414 (6.51639) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185195) Outpt time (%) = 0.0159941 (92.7138) Other time (%) = 0.000100851 (0.584609) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:44 2021 Memory usage per processor = 27.5362 Mbytes Step Atoms AVEKE stressZZ 14302 5000 3.9150085e-11 4700243.1 14303 -0.0108224999999941 4700168.11047485 14303 5000 3.9145904e-11 4700168.1 Loop time of 0.0171051 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:44 2021 Pair time (%) = 0.00105405 (6.16219) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.188169) Outpt time (%) = 0.0159259 (93.106) Other time (%) = 9.29832e-05 (0.543599) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:44 2021 Memory usage per processor = 27.5362 Mbytes Step Atoms AVEKE stressZZ 14303 5000 3.9145904e-11 4700148.1 14304 -0.0108224999999941 4700073.16538747 14304 5000 3.9142194e-11 4700073.2 Loop time of 0.0166299 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:44 2021 Pair time (%) = 0.00100589 (6.04866) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192112) Outpt time (%) = 0.0154989 (93.1987) Other time (%) = 9.32217e-05 (0.560565) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:44 2021 Memory usage per processor = 27.5362 Mbytes Step Atoms AVEKE stressZZ 14304 5000 3.9142194e-11 4700053.2 14305 -0.0108224999999941 4699978.22616593 14305 5000 3.9138784e-11 4699978.2 Loop time of 0.0167372 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:44 2021 Pair time (%) = 0.00118494 (7.07967) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.215097) Outpt time (%) = 0.015362 (91.7836) Other time (%) = 0.000154257 (0.921639) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:44 2021 Memory usage per processor = 27.5362 Mbytes Step Atoms AVEKE stressZZ 14305 5000 3.9138784e-11 4699958.2 14306 -0.0108224999999941 4699883.29260035 14306 5000 3.9135563e-11 4699883.3 Loop time of 0.0173628 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:44 2021 Pair time (%) = 0.001158 (6.66941) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.196361) Outpt time (%) = 0.016027 (92.3062) Other time (%) = 0.000143766 (0.828012) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:44 2021 Memory usage per processor = 27.5362 Mbytes Step Atoms AVEKE stressZZ 14306 5000 3.9135563e-11 4699863.3 14307 -0.0108224999999941 4699788.36438486 14307 5000 3.9132464e-11 4699788.4 Loop time of 0.0171568 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:44 2021 Pair time (%) = 0.00104713 (6.10331) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186212) Outpt time (%) = 0.0159841 (93.1644) Other time (%) = 9.36985e-05 (0.546129) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:44 2021 Memory usage per processor = 27.5362 Mbytes Step Atoms AVEKE stressZZ 14307 5000 3.9132464e-11 4699768.4 14308 -0.0108224999999941 4699693.44135947 14308 5000 3.9129441e-11 4699693.4 Loop time of 0.016463 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:44 2021 Pair time (%) = 0.00103402 (6.28086) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.205645) Outpt time (%) = 0.01528 (92.814) Other time (%) = 0.000115156 (0.699483) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:44 2021 Memory usage per processor = 27.5362 Mbytes Step Atoms AVEKE stressZZ 14308 5000 3.9129441e-11 4699673.4 14309 -0.0108224999999941 4699598.52341131 14309 5000 3.9126468e-11 4699598.5 Loop time of 0.0170529 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:44 2021 Pair time (%) = 0.00105095 (6.16288) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.19294) Outpt time (%) = 0.0158751 (93.0933) Other time (%) = 9.39369e-05 (0.550856) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:44 2021 Memory usage per processor = 27.5362 Mbytes Step Atoms AVEKE stressZZ 14309 5000 3.9126468e-11 4699578.5 14310 -0.0108224999999941 4699503.61048784 14310 5000 3.9123526e-11 4699503.6 Loop time of 0.01947 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:44 2021 Pair time (%) = 0.00105405 (5.41371) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.159191) Outpt time (%) = 0.0182929 (93.9544) Other time (%) = 9.20296e-05 (0.472674) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:44 2021 Memory usage per processor = 27.5362 Mbytes Step Atoms AVEKE stressZZ 14310 5000 3.9123526e-11 4699483.6 14311 -0.0108224999999941 4699408.70254894 14311 5000 3.9120604e-11 4699408.7 Loop time of 0.0169721 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:44 2021 Pair time (%) = 0.00100803 (5.93937) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.18262) Outpt time (%) = 0.0158451 (93.3596) Other time (%) = 8.79765e-05 (0.51836) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:44 2021 Memory usage per processor = 27.5362 Mbytes Step Atoms AVEKE stressZZ 14311 5000 3.9120604e-11 4699388.7 14312 -0.0108224999999941 4699313.79956768 14312 5000 3.9117695e-11 4699313.8 Loop time of 0.0165601 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:44 2021 Pair time (%) = 0.00106907 (6.4557) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.200121) Outpt time (%) = 0.0153539 (92.7165) Other time (%) = 0.000103951 (0.627717) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:44 2021 Memory usage per processor = 27.5362 Mbytes Step Atoms AVEKE stressZZ 14312 5000 3.9117695e-11 4699293.8 14313 -0.0108224999999941 4699218.90152589 14313 5000 3.9114794e-11 4699218.9 Loop time of 0.017302 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:44 2021 Pair time (%) = 0.00105786 (6.1141) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191539) Outpt time (%) = 0.0160501 (92.7642) Other time (%) = 0.000160933 (0.930136) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:44 2021 Memory usage per processor = 27.5362 Mbytes Step Atoms AVEKE stressZZ 14313 5000 3.9114794e-11 4699198.9 14314 -0.0108224999999941 4699124.00841115 14314 5000 3.9111899e-11 4699124 Loop time of 0.017184 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:44 2021 Pair time (%) = 0.00100613 (5.85501) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180368) Outpt time (%) = 0.016052 (93.4124) Other time (%) = 9.48906e-05 (0.552203) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:44 2021 Memory usage per processor = 27.5362 Mbytes Step Atoms AVEKE stressZZ 14314 5000 3.9111899e-11 4699104 14315 -0.0108224999999941 4699029.12021473 14315 5000 3.9109007e-11 4699029.1 Loop time of 0.0165379 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:44 2021 Pair time (%) = 0.00100899 (6.10106) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193181) Outpt time (%) = 0.015408 (93.168) Other time (%) = 8.89301e-05 (0.537735) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:44 2021 Memory usage per processor = 27.5362 Mbytes Step Atoms AVEKE stressZZ 14315 5000 3.9109007e-11 4699009.1 14316 -0.0108224999999941 4698934.23693012 14316 5000 3.9106117e-11 4698934.2 Loop time of 0.0170391 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:44 2021 Pair time (%) = 0.00125098 (7.34185) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.20429) Outpt time (%) = 0.01559 (91.4954) Other time (%) = 0.000163317 (0.958484) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:44 2021 Memory usage per processor = 27.5362 Mbytes Step Atoms AVEKE stressZZ 14316 5000 3.9106117e-11 4698914.2 14317 -0.0108224999999941 4698839.35855264 14317 5000 3.9103229e-11 4698839.4 Loop time of 0.0170269 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:44 2021 Pair time (%) = 0.00100899 (5.92584) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.182032) Outpt time (%) = 0.0158949 (93.3516) Other time (%) = 9.20296e-05 (0.540495) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:44 2021 Memory usage per processor = 27.5362 Mbytes Step Atoms AVEKE stressZZ 14317 5000 3.9103229e-11 4698819.4 14318 -0.0108224999999941 4698744.4850785 14318 5000 3.9100342e-11 4698744.5 Loop time of 0.017 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:44 2021 Pair time (%) = 0.00103211 (6.07127) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.194943) Outpt time (%) = 0.0158401 (93.177) Other time (%) = 9.46522e-05 (0.556779) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:44 2021 Memory usage per processor = 27.5362 Mbytes Step Atoms AVEKE stressZZ 14318 5000 3.9100342e-11 4698724.5 14319 -0.0108224999999941 4698649.61650463 14319 5000 3.9097456e-11 4698649.6 Loop time of 0.0165629 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:44 2021 Pair time (%) = 0.00102901 (6.21275) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.205844) Outpt time (%) = 0.0153711 (92.8041) Other time (%) = 0.000128746 (0.777314) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:44 2021 Memory usage per processor = 27.5362 Mbytes Step Atoms AVEKE stressZZ 14319 5000 3.9097456e-11 4698629.6 14320 -0.0108224999999941 4698554.75282847 14320 5000 3.9094571e-11 4698554.8 Loop time of 0.019341 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:44 2021 Pair time (%) = 0.00109601 (5.66677) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.170114) Outpt time (%) = 0.0181088 (93.6293) Other time (%) = 0.000103235 (0.533764) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:44 2021 Memory usage per processor = 27.5362 Mbytes Step Atoms AVEKE stressZZ 14320 5000 3.9094571e-11 4698534.8 14321 -0.0108224999999941 4698459.89404789 14321 5000 3.9091686e-11 4698459.9 Loop time of 0.0170732 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:44 2021 Pair time (%) = 0.00105 (6.14998) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187125) Outpt time (%) = 0.0158992 (93.1239) Other time (%) = 9.20296e-05 (0.539031) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:44 2021 Memory usage per processor = 27.5362 Mbytes Step Atoms AVEKE stressZZ 14321 5000 3.9091686e-11 4698439.9 14322 -0.0108224999999941 4698365.04016086 14322 5000 3.9088802e-11 4698365 Loop time of 0.0166662 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:45 2021 Pair time (%) = 0.00100708 (6.04266) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191694) Outpt time (%) = 0.015533 (93.2006) Other time (%) = 9.41753e-05 (0.565069) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:45 2021 Memory usage per processor = 27.5362 Mbytes Step Atoms AVEKE stressZZ 14322 5000 3.9088802e-11 4698345 14323 -0.0108224999999941 4698270.19116575 14323 5000 3.9085918e-11 4698270.2 Loop time of 0.0166759 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:45 2021 Pair time (%) = 0.00105286 (6.31362) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.204449) Outpt time (%) = 0.015449 (92.6427) Other time (%) = 0.000139952 (0.839243) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:45 2021 Memory usage per processor = 27.5362 Mbytes Step Atoms AVEKE stressZZ 14323 5000 3.9085918e-11 4698250.2 14324 -0.0108224999999941 4698175.34706084 14324 5000 3.9083034e-11 4698175.3 Loop time of 0.0172629 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:45 2021 Pair time (%) = 0.00107789 (6.24396) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185068) Outpt time (%) = 0.0160489 (92.9674) Other time (%) = 0.000104189 (0.603541) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:45 2021 Memory usage per processor = 27.5362 Mbytes Step Atoms AVEKE stressZZ 14324 5000 3.9083034e-11 4698155.4 14325 -0.0108224999999941 4698080.5078446 14325 5000 3.9080151e-11 4698080.5 Loop time of 0.016572 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:45 2021 Pair time (%) = 0.00101089 (6.10002) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192784) Outpt time (%) = 0.0154371 (93.1519) Other time (%) = 9.20296e-05 (0.555332) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:45 2021 Memory usage per processor = 27.5362 Mbytes Step Atoms AVEKE stressZZ 14325 5000 3.9080151e-11 4698060.5 14326 -0.0108224999999941 4697985.67351573 14326 5000 3.9077268e-11 4697985.7 Loop time of 0.0163109 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:45 2021 Pair time (%) = 0.00101209 (6.20496) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.195869) Outpt time (%) = 0.0151789 (93.0598) Other time (%) = 8.79765e-05 (0.539371) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:45 2021 Memory usage per processor = 27.5362 Mbytes Step Atoms AVEKE stressZZ 14326 5000 3.9077268e-11 4697965.7 14327 -0.0108224999999941 4697890.84407276 14327 5000 3.9074385e-11 4697890.8 Loop time of 0.0162199 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:45 2021 Pair time (%) = 0.00100899 (6.22069) Neigh time (%) = 0 (0) Comm time (%) = 3.12328e-05 (0.192559) Outpt time (%) = 0.01509 (93.0341) Other time (%) = 8.96454e-05 (0.552689) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:45 2021 Memory usage per processor = 27.5362 Mbytes Step Atoms AVEKE stressZZ 14327 5000 3.9074385e-11 4697870.9 14328 -0.0108224999999941 4697796.01951444 14328 5000 3.9071503e-11 4697796 Loop time of 0.016304 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:45 2021 Pair time (%) = 0.00100899 (6.18858) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.197415) Outpt time (%) = 0.0151751 (93.0759) Other time (%) = 8.7738e-05 (0.538138) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:45 2021 Memory usage per processor = 27.5362 Mbytes Step Atoms AVEKE stressZZ 14328 5000 3.9071503e-11 4697776 14329 -0.0108224999999941 4697701.1998396 14329 5000 3.9068621e-11 4697701.2 Loop time of 0.0170882 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:45 2021 Pair time (%) = 0.001158 (6.77661) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.21626) Outpt time (%) = 0.0157712 (92.2928) Other time (%) = 0.00012207 (0.714355) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:45 2021 Memory usage per processor = 27.5362 Mbytes Step Atoms AVEKE stressZZ 14329 5000 3.9068621e-11 4697681.2 14330 -0.0108224999999941 4697606.38504706 14330 5000 3.906574e-11 4697606.4 Loop time of 0.019485 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:45 2021 Pair time (%) = 0.00109696 (5.62979) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.179869) Outpt time (%) = 0.0182519 (93.6715) Other time (%) = 0.000101089 (0.518807) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:45 2021 Memory usage per processor = 27.5362 Mbytes Step Atoms AVEKE stressZZ 14330 5000 3.906574e-11 4697586.4 14331 -0.0108224999999941 4697511.57513565 14331 5000 3.9062858e-11 4697511.6 Loop time of 0.0165892 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:45 2021 Pair time (%) = 0.00105715 (6.37252) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192584) Outpt time (%) = 0.0154049 (92.8615) Other time (%) = 9.5129e-05 (0.573441) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:45 2021 Memory usage per processor = 27.5362 Mbytes Step Atoms AVEKE stressZZ 14331 5000 3.9062858e-11 4697491.6 14332 -0.0108224999999941 4697416.77010421 14332 5000 3.9059977e-11 4697416.8 Loop time of 0.016772 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:45 2021 Pair time (%) = 0.00110006 (6.55892) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.203278) Outpt time (%) = 0.0155182 (92.5242) Other time (%) = 0.000119686 (0.713605) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:45 2021 Memory usage per processor = 27.5362 Mbytes Step Atoms AVEKE stressZZ 14332 5000 3.9059977e-11 4697396.8 14333 -0.0108224999999941 4697321.96995178 14333 5000 3.9057097e-11 4697322 Loop time of 0.017174 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:45 2021 Pair time (%) = 0.00110602 (6.4401) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186026) Outpt time (%) = 0.0159459 (92.8491) Other time (%) = 9.01222e-05 (0.524759) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:45 2021 Memory usage per processor = 27.5362 Mbytes Step Atoms AVEKE stressZZ 14333 5000 3.9057097e-11 4697302 14334 -0.0108224999999941 4697227.17467726 14334 5000 3.9054217e-11 4697227.2 Loop time of 0.0169969 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:45 2021 Pair time (%) = 0.00104809 (6.16636) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.182354) Outpt time (%) = 0.015825 (93.1056) Other time (%) = 9.27448e-05 (0.545659) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:45 2021 Memory usage per processor = 27.5362 Mbytes Step Atoms AVEKE stressZZ 14334 5000 3.9054217e-11 4697207.2 14335 -0.0108224999999941 4697132.38427964 14335 5000 3.9051337e-11 4697132.4 Loop time of 0.0165298 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:45 2021 Pair time (%) = 0.0010128 (6.12713) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193276) Outpt time (%) = 0.0153899 (93.1041) Other time (%) = 9.5129e-05 (0.5755) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:45 2021 Memory usage per processor = 27.5362 Mbytes Step Atoms AVEKE stressZZ 14335 5000 3.9051337e-11 4697112.4 14336 -0.0108224999999941 4697037.59875794 14336 5000 3.9048457e-11 4697037.6 Loop time of 0.0168269 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:45 2021 Pair time (%) = 0.0012331 (7.32817) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.230953) Outpt time (%) = 0.015435 (91.7282) Other time (%) = 0.000119925 (0.712697) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:45 2021 Memory usage per processor = 27.5362 Mbytes Step Atoms AVEKE stressZZ 14336 5000 3.9048457e-11 4697017.6 14337 -0.0108224999999941 4696942.81813362 14337 5000 3.9045577e-11 4696942.8 Loop time of 0.0170991 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:45 2021 Pair time (%) = 0.00106192 (6.21035) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18684) Outpt time (%) = 0.015908 (93.0339) Other time (%) = 9.72748e-05 (0.568887) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:45 2021 Memory usage per processor = 27.5362 Mbytes Step Atoms AVEKE stressZZ 14337 5000 3.9045577e-11 4696922.8 14338 -0.0108224999999941 4696848.04246938 14338 5000 3.9042698e-11 4696848 Loop time of 0.016675 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:45 2021 Pair time (%) = 0.00101113 (6.06377) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191593) Outpt time (%) = 0.0155389 (93.187) Other time (%) = 9.29832e-05 (0.557621) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:45 2021 Memory usage per processor = 27.5362 Mbytes Step Atoms AVEKE stressZZ 14338 5000 3.9042698e-11 4696828.1 14339 -0.0108224999999941 4696753.27174161 14339 5000 3.903982e-11 4696753.3 Loop time of 0.016979 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:45 2021 Pair time (%) = 0.00109196 (6.43123) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.199396) Outpt time (%) = 0.015749 (92.7557) Other time (%) = 0.000104189 (0.613635) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:45 2021 Memory usage per processor = 27.5362 Mbytes Step Atoms AVEKE stressZZ 14339 5000 3.903982e-11 4696733.3 14340 -0.0108224999999941 4696658.50592974 14340 5000 3.9036941e-11 4696658.5 Loop time of 0.019284 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:45 2021 Pair time (%) = 0.00103211 (5.35218) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.166908) Outpt time (%) = 0.0181251 (93.9901) Other time (%) = 9.46522e-05 (0.490832) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:45 2021 Memory usage per processor = 27.5362 Mbytes Step Atoms AVEKE stressZZ 14340 5000 3.9036941e-11 4696638.5 14341 -0.0108224999999941 4696563.74502519 14341 5000 3.9034063e-11 4696563.7 Loop time of 0.017076 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:45 2021 Pair time (%) = 0.00100803 (5.90321) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187093) Outpt time (%) = 0.0159431 (93.3652) Other time (%) = 9.29832e-05 (0.544525) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:45 2021 Memory usage per processor = 27.5362 Mbytes Step Atoms AVEKE stressZZ 14341 5000 3.9034063e-11 4696543.8 14342 -0.0108224999999941 4696468.98902255 14342 5000 3.9031185e-11 4696469 Loop time of 0.0166152 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:45 2021 Pair time (%) = 0.00101209 (6.09135) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192283) Outpt time (%) = 0.0154781 (93.1567) Other time (%) = 9.29832e-05 (0.559629) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:45 2021 Memory usage per processor = 27.5362 Mbytes Step Atoms AVEKE stressZZ 14342 5000 3.9031185e-11 4696449 14343 -0.0108224999999941 4696374.23791759 14343 5000 3.9028308e-11 4696374.2 Loop time of 0.0166571 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:45 2021 Pair time (%) = 0.00114107 (6.85035) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.210406) Outpt time (%) = 0.0153458 (92.1277) Other time (%) = 0.000135183 (0.811565) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:45 2021 Memory usage per processor = 27.5362 Mbytes Step Atoms AVEKE stressZZ 14343 5000 3.9028308e-11 4696354.3 14344 -0.0108224999999941 4696279.49170729 14344 5000 3.9025431e-11 4696279.5 Loop time of 0.0171418 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:45 2021 Pair time (%) = 0.00108504 (6.3298) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204456) Outpt time (%) = 0.015919 (92.8663) Other time (%) = 0.000102758 (0.59946) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:45 2021 Memory usage per processor = 27.5362 Mbytes Step Atoms AVEKE stressZZ 14344 5000 3.9025431e-11 4696259.5 14345 -0.0108224999999941 4696184.75038892 14345 5000 3.9022554e-11 4696184.8 Loop time of 0.0172949 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:45 2021 Pair time (%) = 0.00100899 (5.83402) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179211) Outpt time (%) = 0.0161679 (93.4836) Other time (%) = 8.70228e-05 (0.503171) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:45 2021 Memory usage per processor = 27.5362 Mbytes Step Atoms AVEKE stressZZ 14345 5000 3.9022554e-11 4696164.8 14346 -0.0108224999999941 4696090.01396014 14346 5000 3.9019678e-11 4696090 Loop time of 0.0164151 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:45 2021 Pair time (%) = 0.00101089 (6.15832) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.200436) Outpt time (%) = 0.0152428 (92.8584) Other time (%) = 0.000128508 (0.782861) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:45 2021 Memory usage per processor = 27.5362 Mbytes Step Atoms AVEKE stressZZ 14346 5000 3.9019678e-11 4696070 14347 -0.0108224999999941 4695995.28241889 14347 5000 3.9016801e-11 4695995.3 Loop time of 0.017184 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:45 2021 Pair time (%) = 0.00108385 (6.30732) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191467) Outpt time (%) = 0.0159209 (92.6493) Other time (%) = 0.000146389 (0.85189) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:45 2021 Memory usage per processor = 27.5362 Mbytes Step Atoms AVEKE stressZZ 14347 5000 3.9016801e-11 4695975.3 14348 -0.0108224999999941 4695900.55576338 14348 5000 3.9013926e-11 4695900.6 Loop time of 0.016876 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:45 2021 Pair time (%) = 0.00101686 (6.02546) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.189311) Outpt time (%) = 0.0157359 (93.2441) Other time (%) = 9.13143e-05 (0.54109) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:45 2021 Memory usage per processor = 27.5362 Mbytes Step Atoms AVEKE stressZZ 14348 5000 3.9013926e-11 4695880.6 14349 -0.0108224999999941 4695805.83399179 14349 5000 3.901105e-11 4695805.8 Loop time of 0.0167189 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:45 2021 Pair time (%) = 0.00104499 (6.25036) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.19109) Outpt time (%) = 0.015517 (92.8113) Other time (%) = 0.000124931 (0.747248) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:45 2021 Memory usage per processor = 27.5362 Mbytes Step Atoms AVEKE stressZZ 14349 5000 3.901105e-11 4695785.9 14350 -0.0108224999999941 4695711.11710272 14350 5000 3.9008175e-11 4695711.1 Loop time of 0.0188241 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:45 2021 Pair time (%) = 0.00120211 (6.386) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.181118) Outpt time (%) = 0.017452 (92.7109) Other time (%) = 0.000135899 (0.721939) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:45 2021 Memory usage per processor = 27.5362 Mbytes Step Atoms AVEKE stressZZ 14350 5000 3.9008175e-11 4695691.1 14351 -0.0108224999999941 4695616.40508833 14351 5000 3.90053e-11 4695616.4 Loop time of 0.017031 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:45 2021 Pair time (%) = 0.00107312 (6.30101) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.194588) Outpt time (%) = 0.0157881 (92.7023) Other time (%) = 0.000136614 (0.80215) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:45 2021 Memory usage per processor = 27.5362 Mbytes Step Atoms AVEKE stressZZ 14351 5000 3.90053e-11 4695596.4 14352 -0.0108224999999941 4695521.69792899 14352 5000 3.9002425e-11 4695521.7 Loop time of 0.0170119 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:45 2021 Pair time (%) = 0.00100899 (5.93108) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.1892) Outpt time (%) = 0.0158761 (93.3233) Other time (%) = 9.46522e-05 (0.556389) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:45 2021 Memory usage per processor = 27.5362 Mbytes Step Atoms AVEKE stressZZ 14352 5000 3.9002425e-11 4695501.7 14353 -0.0108224999999941 4695426.99564593 14353 5000 3.8999551e-11 4695427 Loop time of 0.0164139 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:45 2021 Pair time (%) = 0.00100684 (6.13407) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.18883) Outpt time (%) = 0.0152819 (93.1033) Other time (%) = 9.41753e-05 (0.573753) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:45 2021 Memory usage per processor = 27.5362 Mbytes Step Atoms AVEKE stressZZ 14353 5000 3.8999551e-11 4695407 14354 -0.0108224999999941 4695332.29823803 14354 5000 3.8996677e-11 4695332.3 Loop time of 0.0169089 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:45 2021 Pair time (%) = 0.00122118 (7.22212) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.218553) Outpt time (%) = 0.0155139 (91.75) Other time (%) = 0.000136852 (0.809351) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:45 2021 Memory usage per processor = 27.5362 Mbytes Step Atoms AVEKE stressZZ 14354 5000 3.8996677e-11 4695312.3 14355 -0.0108224999999941 4695237.60570415 14355 5000 3.8993803e-11 4695237.6 Loop time of 0.0171599 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:45 2021 Pair time (%) = 0.00101209 (5.89796) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186178) Outpt time (%) = 0.0160239 (93.3796) Other time (%) = 9.20296e-05 (0.536305) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:45 2021 Memory usage per processor = 27.5362 Mbytes Step Atoms AVEKE stressZZ 14355 5000 3.8993803e-11 4695217.6 14356 -0.0108224999999941 4695142.91804331 14356 5000 3.899093e-11 4695142.9 Loop time of 0.017113 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:45 2021 Pair time (%) = 0.00100899 (5.89604) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181117) Outpt time (%) = 0.0159481 (93.1928) Other time (%) = 0.000124931 (0.730039) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:45 2021 Memory usage per processor = 27.5362 Mbytes Step Atoms AVEKE stressZZ 14356 5000 3.899093e-11 4695122.9 14357 -0.0108224999999941 4695048.23525434 14357 5000 3.8988057e-11 4695048.2 Loop time of 0.0165401 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:45 2021 Pair time (%) = 0.00103903 (6.28189) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.198922) Outpt time (%) = 0.015367 (92.908) Other time (%) = 0.000101089 (0.61118) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:45 2021 Memory usage per processor = 27.5362 Mbytes Step Atoms AVEKE stressZZ 14357 5000 3.8988057e-11 4695028.3 14358 -0.0108224999999941 4694953.55733626 14358 5000 3.8985184e-11 4694953.6 Loop time of 0.017493 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:45 2021 Pair time (%) = 0.00110817 (6.33493) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.188085) Outpt time (%) = 0.0162501 (92.895) Other time (%) = 0.000101805 (0.581974) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:45 2021 Memory usage per processor = 27.5362 Mbytes Step Atoms AVEKE stressZZ 14358 5000 3.8985184e-11 4694933.6 14359 -0.0108224999999941 4694858.88428808 14359 5000 3.8982312e-11 4694858.9 Loop time of 0.017195 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:45 2021 Pair time (%) = 0.00100398 (5.8388) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185799) Outpt time (%) = 0.0160658 (93.4333) Other time (%) = 9.32217e-05 (0.542144) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:45 2021 Memory usage per processor = 27.5362 Mbytes Step Atoms AVEKE stressZZ 14359 5000 3.8982312e-11 4694838.9 14360 -0.0108224999999941 4694764.21610883 14360 5000 3.897944e-11 4694764.2 Loop time of 0.018996 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:45 2021 Pair time (%) = 0.00101089 (5.32162) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.168183) Outpt time (%) = 0.017859 (94.0144) Other time (%) = 9.41753e-05 (0.495764) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:45 2021 Memory usage per processor = 27.5362 Mbytes Step Atoms AVEKE stressZZ 14360 5000 3.897944e-11 4694744.2 14361 -0.0108224999999941 4694669.5527976 14361 5000 3.8976568e-11 4694669.6 Loop time of 0.016799 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:45 2021 Pair time (%) = 0.00112605 (6.70309) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208629) Outpt time (%) = 0.0155189 (92.3801) Other time (%) = 0.000118971 (0.708203) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:45 2021 Memory usage per processor = 27.5362 Mbytes Step Atoms AVEKE stressZZ 14361 5000 3.8976568e-11 4694649.6 14362 -0.0108224999999941 4694574.89435345 14362 5000 3.8973697e-11 4694574.9 Loop time of 0.549588 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:46 2021 Pair time (%) = 0.00115299 (0.209792) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.0058131) Outpt time (%) = 0.548306 (99.7667) Other time (%) = 9.70364e-05 (0.0176562) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:46 2021 Memory usage per processor = 27.5362 Mbytes Step Atoms AVEKE stressZZ 14362 5000 3.8973697e-11 4694554.9 14363 -0.0108224999999941 4694480.24077543 14363 5000 3.8970826e-11 4694480.2 Loop time of 0.017488 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:46 2021 Pair time (%) = 0.00114489 (6.54669) Neigh time (%) = 0 (0) Comm time (%) = 4.50611e-05 (0.257669) Outpt time (%) = 0.016192 (92.589) Other time (%) = 0.000106096 (0.60668) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:46 2021 Memory usage per processor = 27.5362 Mbytes Step Atoms AVEKE stressZZ 14363 5000 3.8970826e-11 4694460.3 14364 -0.0108224999999941 4694385.59206281 14364 5000 3.8967955e-11 4694385.6 Loop time of 0.0176921 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:46 2021 Pair time (%) = 0.00132203 (7.47244) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.208878) Outpt time (%) = 0.016176 (91.4306) Other time (%) = 0.000157118 (0.888068) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:46 2021 Memory usage per processor = 27.5362 Mbytes Step Atoms AVEKE stressZZ 14364 5000 3.8967955e-11 4694365.6 14365 -0.0108224999999941 4694290.94821457 14365 5000 3.8965084e-11 4694290.9 Loop time of 0.0173299 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:46 2021 Pair time (%) = 0.00103283 (5.9598) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.196734) Outpt time (%) = 0.01615 (93.1914) Other time (%) = 0.00011301 (0.652111) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:46 2021 Memory usage per processor = 27.5362 Mbytes Step Atoms AVEKE stressZZ 14365 5000 3.8965084e-11 4694271 14366 -0.0108224999999941 4694196.30922996 14366 5000 3.8962214e-11 4694196.3 Loop time of 0.0171628 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:46 2021 Pair time (%) = 0.00107694 (6.27483) Neigh time (%) = 0 (0) Comm time (%) = 6.8903e-05 (0.401467) Outpt time (%) = 0.015909 (92.6944) Other time (%) = 0.000108004 (0.629289) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:46 2021 Memory usage per processor = 27.5362 Mbytes Step Atoms AVEKE stressZZ 14366 5000 3.8962214e-11 4694176.3 14367 -0.0108224999999941 4694101.67510805 14367 5000 3.8959344e-11 4694101.7 Loop time of 0.016597 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:46 2021 Pair time (%) = 0.0010469 (6.30773) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.198239) Outpt time (%) = 0.015383 (92.6853) Other time (%) = 0.00013423 (0.808757) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:46 2021 Memory usage per processor = 27.5362 Mbytes Step Atoms AVEKE stressZZ 14367 5000 3.8959344e-11 4694081.7 14368 -0.0108224999999941 4694007.04584808 14368 5000 3.8956475e-11 4694007 Loop time of 0.0172279 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:46 2021 Pair time (%) = 0.00121498 (7.05241) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.19098) Outpt time (%) = 0.0158811 (92.1823) Other time (%) = 9.89437e-05 (0.574323) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:46 2021 Memory usage per processor = 27.5362 Mbytes Step Atoms AVEKE stressZZ 14368 5000 3.8956475e-11 4693987.1 14369 -0.0108224999999941 4693912.42144923 14369 5000 3.8953606e-11 4693912.4 Loop time of 0.0170031 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:46 2021 Pair time (%) = 0.00104594 (6.15149) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.189298) Outpt time (%) = 0.015831 (93.1067) Other time (%) = 9.39369e-05 (0.552471) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:46 2021 Memory usage per processor = 27.5362 Mbytes Step Atoms AVEKE stressZZ 14369 5000 3.8953606e-11 4693892.4 14370 -0.0108224999999941 4693817.80191067 14370 5000 3.8950737e-11 4693817.8 Loop time of 0.018626 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:46 2021 Pair time (%) = 0.00100899 (5.4171) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.171524) Outpt time (%) = 0.017494 (93.9224) Other time (%) = 9.10759e-05 (0.488973) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:46 2021 Memory usage per processor = 27.5362 Mbytes Step Atoms AVEKE stressZZ 14370 5000 3.8950737e-11 4693797.8 14371 -0.0108224999999941 4693723.18723169 14371 5000 3.8947868e-11 4693723.2 Loop time of 0.0167439 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:46 2021 Pair time (%) = 0.00125003 (7.46558) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.244913) Outpt time (%) = 0.015336 (91.5918) Other time (%) = 0.000116825 (0.697717) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:46 2021 Memory usage per processor = 27.5362 Mbytes Step Atoms AVEKE stressZZ 14371 5000 3.8947868e-11 4693703.2 14372 -0.0108224999999941 4693628.57741142 14372 5000 3.8945e-11 4693628.6 Loop time of 0.0168741 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:46 2021 Pair time (%) = 0.00100708 (5.96821) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.189332) Outpt time (%) = 0.015744 (93.3027) Other time (%) = 9.10759e-05 (0.539739) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:46 2021 Memory usage per processor = 27.5362 Mbytes Step Atoms AVEKE stressZZ 14372 5000 3.8945e-11 4693608.6 14373 -0.0108224999999941 4693533.9724492 14373 5000 3.8942132e-11 4693534 Loop time of 0.0167432 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:46 2021 Pair time (%) = 0.00100803 (6.02056) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190813) Outpt time (%) = 0.0156121 (93.2447) Other time (%) = 9.10759e-05 (0.543958) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:46 2021 Memory usage per processor = 27.5362 Mbytes Step Atoms AVEKE stressZZ 14373 5000 3.8942132e-11 4693514 14374 -0.0108224999999941 4693439.37234412 14374 5000 3.8939265e-11 4693439.4 Loop time of 0.0166512 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:46 2021 Pair time (%) = 0.00105095 (6.31157) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.282073) Outpt time (%) = 0.0154221 (92.6188) Other time (%) = 0.00013113 (0.787514) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:46 2021 Memory usage per processor = 27.5362 Mbytes Step Atoms AVEKE stressZZ 14374 5000 3.8939265e-11 4693419.4 14375 -0.0108224999999941 4693344.77709562 14375 5000 3.8936397e-11 4693344.8 Loop time of 0.0170801 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:46 2021 Pair time (%) = 0.00121307 (7.10228) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205195) Outpt time (%) = 0.0157189 (92.0309) Other time (%) = 0.00011301 (0.661651) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:46 2021 Memory usage per processor = 27.5362 Mbytes Step Atoms AVEKE stressZZ 14375 5000 3.8936397e-11 4693324.8 14376 -0.0108224999999941 4693250.18670276 14376 5000 3.893353e-11 4693250.2 Loop time of 0.0170591 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:46 2021 Pair time (%) = 0.00100803 (5.90907) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187279) Outpt time (%) = 0.015928 (93.3698) Other time (%) = 9.10759e-05 (0.533885) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:46 2021 Memory usage per processor = 27.5362 Mbytes Step Atoms AVEKE stressZZ 14376 5000 3.893353e-11 4693230.2 14377 -0.0108224999999941 4693155.60116496 14377 5000 3.8930664e-11 4693155.6 Loop time of 0.016578 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:46 2021 Pair time (%) = 0.00104713 (6.31643) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192714) Outpt time (%) = 0.0153461 (92.569) Other time (%) = 0.000152826 (0.921864) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:46 2021 Memory usage per processor = 27.5362 Mbytes Step Atoms AVEKE stressZZ 14377 5000 3.8930664e-11 4693135.6 14378 -0.0108224999999941 4693061.02048144 14378 5000 3.8927797e-11 4693061 Loop time of 0.0169439 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:46 2021 Pair time (%) = 0.00106597 (6.29116) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.201216) Outpt time (%) = 0.0157042 (92.6831) Other time (%) = 0.000139713 (0.824562) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:46 2021 Memory usage per processor = 27.5362 Mbytes Step Atoms AVEKE stressZZ 14378 5000 3.8927797e-11 4693041.1 14379 -0.0108224999999941 4692966.44465138 14379 5000 3.8924931e-11 4692966.4 Loop time of 0.0171731 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:46 2021 Pair time (%) = 0.00124097 (7.22626) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.187425) Outpt time (%) = 0.015805 (92.0338) Other time (%) = 9.48906e-05 (0.552555) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:46 2021 Memory usage per processor = 27.5362 Mbytes Step Atoms AVEKE stressZZ 14379 5000 3.8924931e-11 4692946.5 14380 -0.0108224999999941 4692871.87367427 14380 5000 3.8922066e-11 4692871.9 Loop time of 0.019311 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:46 2021 Pair time (%) = 0.00102496 (5.30767) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.180256) Outpt time (%) = 0.018151 (93.9935) Other time (%) = 0.000100136 (0.518544) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:46 2021 Memory usage per processor = 27.5362 Mbytes Step Atoms AVEKE stressZZ 14380 5000 3.8922066e-11 4692851.9 14381 -0.0108224999999941 4692777.30754928 14381 5000 3.89192e-11 4692777.3 Loop time of 0.016628 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:46 2021 Pair time (%) = 0.00100708 (6.05652) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192134) Outpt time (%) = 0.015486 (93.1319) Other time (%) = 0.000102997 (0.619417) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:46 2021 Memory usage per processor = 27.5362 Mbytes Step Atoms AVEKE stressZZ 14381 5000 3.89192e-11 4692757.3 14382 -0.0108224999999941 4692682.7462757 14382 5000 3.8916335e-11 4692682.7 Loop time of 0.016736 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:46 2021 Pair time (%) = 0.00123405 (7.37364) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.22081) Outpt time (%) = 0.0153341 (91.6235) Other time (%) = 0.000130892 (0.782096) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:23:46 2021 Memory usage per processor = 27.5362 Mbytes Step Atoms AVEKE stressZZ 14382 5000 3.8916335e-11 4692662.8 14383 -0.0108224999999941 4692573.24581227 14383 5000 7.6861181e-11 4692727.4 Loop time of 0.0168149 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:46 2021 Pair time (%) = 0.0010519 (6.25576) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.19567) Outpt time (%) = 0.015615 (92.8637) Other time (%) = 0.000115156 (0.684844) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28334 ave 28334 max 28334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28334 Ave neighs/atom = 5.6668 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:46 2021 Memory usage per processor = 27.5362 Mbytes Step Atoms AVEKE stressZZ 14383 5000 7.6861181e-11 4745457.5 14384 -0.0108549999999941 4745358.70738554 14384 5000 6.1907977e-11 4745358.7 Loop time of 0.017097 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:46 2021 Pair time (%) = 0.00103498 (6.05355) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192442) Outpt time (%) = 0.0159299 (93.1739) Other time (%) = 9.91821e-05 (0.580114) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28335 ave 28335 max 28335 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28335 Ave neighs/atom = 5.667 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:46 2021 Memory usage per processor = 27.5362 Mbytes Step Atoms AVEKE stressZZ 14384 5000 6.1907977e-11 4745331.8 14385 -0.0108549999999941 4745241.47307483 14385 5000 5.3243857e-11 4745241.5 Loop time of 0.0163772 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:46 2021 Pair time (%) = 0.00104213 (6.36328) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.202355) Outpt time (%) = 0.0151851 (92.721) Other time (%) = 0.000116825 (0.713339) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28335 ave 28335 max 28335 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28335 Ave neighs/atom = 5.667 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:46 2021 Memory usage per processor = 27.5362 Mbytes Step Atoms AVEKE stressZZ 14385 5000 5.3243857e-11 4745217 14386 -0.0108549999999941 4745132.03505769 14386 5000 4.8075893e-11 4745132 Loop time of 0.0171041 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:47 2021 Pair time (%) = 0.00111413 (6.5138) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.274603) Outpt time (%) = 0.0158088 (92.4268) Other time (%) = 0.00013423 (0.784778) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28335 ave 28335 max 28335 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28335 Ave neighs/atom = 5.667 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:47 2021 Memory usage per processor = 27.5362 Mbytes Step Atoms AVEKE stressZZ 14386 5000 4.8075893e-11 4745109.1 14387 -0.0108549999999941 4745027.55345592 14387 5000 4.4927565e-11 4745027.6 Loop time of 0.0170619 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:47 2021 Pair time (%) = 0.00101113 (5.92625) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181658) Outpt time (%) = 0.0159261 (93.3429) Other time (%) = 9.36985e-05 (0.549166) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28335 ave 28335 max 28335 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28335 Ave neighs/atom = 5.667 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:47 2021 Memory usage per processor = 27.5362 Mbytes Step Atoms AVEKE stressZZ 14387 5000 4.4927565e-11 4745005.6 14388 -0.0108549999999941 4744926.2235016 14388 5000 4.2981062e-11 4744926.2 Loop time of 0.0168002 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:47 2021 Pair time (%) = 0.0010078 (5.99872) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190165) Outpt time (%) = 0.0156641 (93.2378) Other time (%) = 9.63211e-05 (0.573334) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28335 ave 28335 max 28335 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28335 Ave neighs/atom = 5.667 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:47 2021 Memory usage per processor = 27.5362 Mbytes Step Atoms AVEKE stressZZ 14388 5000 4.2981062e-11 4744904.9 14389 -0.0108549999999941 4744826.89824638 14389 5000 4.1765338e-11 4744826.9 Loop time of 0.0166972 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:47 2021 Pair time (%) = 0.00118899 (7.12093) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.215613) Outpt time (%) = 0.0153649 (92.0209) Other time (%) = 0.000107288 (0.642554) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28335 ave 28335 max 28335 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28335 Ave neighs/atom = 5.667 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:47 2021 Memory usage per processor = 27.5362 Mbytes Step Atoms AVEKE stressZZ 14389 5000 4.1765338e-11 4744805.9 14390 -0.0108549999999941 4744728.84879206 14390 5000 4.1000703e-11 4744728.8 Loop time of 0.0193789 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:47 2021 Pair time (%) = 0.00110316 (5.6926) Neigh time (%) = 0 (0) Comm time (%) = 5.50747e-05 (0.284199) Outpt time (%) = 0.018117 (93.488) Other time (%) = 0.000103712 (0.53518) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28335 ave 28335 max 28335 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28335 Ave neighs/atom = 5.667 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:47 2021 Memory usage per processor = 27.5363 Mbytes Step Atoms AVEKE stressZZ 14390 5000 4.1000703e-11 4744708.1 14391 -0.0108549999999941 4744631.61191567 14391 5000 4.0517356e-11 4744631.6 Loop time of 0.0172501 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:47 2021 Pair time (%) = 0.0010078 (5.84227) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190734) Outpt time (%) = 0.0160799 (93.2165) Other time (%) = 0.000129461 (0.750498) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28335 ave 28335 max 28335 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28335 Ave neighs/atom = 5.667 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:47 2021 Memory usage per processor = 27.5363 Mbytes Step Atoms AVEKE stressZZ 14391 5000 4.0517356e-11 4744611.1 14392 -0.0108549999999941 4744534.8932334 14392 5000 4.0210593e-11 4744534.9 Loop time of 0.016578 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:47 2021 Pair time (%) = 0.0010519 (6.34519) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.194152) Outpt time (%) = 0.0154009 (92.8998) Other time (%) = 9.29832e-05 (0.560885) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28335 ave 28335 max 28335 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28335 Ave neighs/atom = 5.667 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:47 2021 Memory usage per processor = 27.5363 Mbytes Step Atoms AVEKE stressZZ 14392 5000 4.0210593e-11 4744514.4 14393 -0.0108549999999941 4744438.50566085 14393 5000 4.0015172e-11 4744438.5 Loop time of 0.016902 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:47 2021 Pair time (%) = 0.00121093 (7.16442) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.218642) Outpt time (%) = 0.0155401 (91.9427) Other time (%) = 0.000113964 (0.674265) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28335 ave 28335 max 28335 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28335 Ave neighs/atom = 5.667 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:47 2021 Memory usage per processor = 27.5363 Mbytes Step Atoms AVEKE stressZZ 14393 5000 4.0015172e-11 4744418.1 14394 -0.0108549999999941 4744342.3303034 14394 5000 3.9890155e-11 4744342.3 Loop time of 0.017204 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:47 2021 Pair time (%) = 0.00100684 (5.85235) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.19263) Outpt time (%) = 0.0160739 (93.4312) Other time (%) = 9.01222e-05 (0.523843) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28335 ave 28335 max 28335 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28335 Ave neighs/atom = 5.667 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:47 2021 Memory usage per processor = 27.5363 Mbytes Step Atoms AVEKE stressZZ 14394 5000 3.9890155e-11 4744322 14395 -0.0108549999999941 4744246.29160195 14395 5000 3.9809736e-11 4744246.3 Loop time of 0.0170381 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:47 2021 Pair time (%) = 0.00104713 (6.14584) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181912) Outpt time (%) = 0.0158651 (93.1153) Other time (%) = 9.48906e-05 (0.556932) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28335 ave 28335 max 28335 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28335 Ave neighs/atom = 5.667 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:47 2021 Memory usage per processor = 27.5363 Mbytes Step Atoms AVEKE stressZZ 14395 5000 3.9809736e-11 4744226 14396 -0.0108549999999941 4744150.3415377 14396 5000 3.9757601e-11 4744150.3 Loop time of 0.0165808 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:47 2021 Pair time (%) = 0.00109506 (6.60436) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211374) Outpt time (%) = 0.0153179 (92.3833) Other time (%) = 0.000132799 (0.80092) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28335 ave 28335 max 28335 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28335 Ave neighs/atom = 5.667 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:47 2021 Memory usage per processor = 27.5363 Mbytes Step Atoms AVEKE stressZZ 14396 5000 3.9757601e-11 4744130 14397 -0.0108549999999941 4744054.44959382 14397 5000 3.9723417e-11 4744054.4 Loop time of 0.0172629 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:47 2021 Pair time (%) = 0.00105906 (6.13485) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190592) Outpt time (%) = 0.016067 (93.0724) Other time (%) = 0.000103951 (0.60216) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28335 ave 28335 max 28335 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28335 Ave neighs/atom = 5.667 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:47 2021 Memory usage per processor = 27.5363 Mbytes Step Atoms AVEKE stressZZ 14397 5000 3.9723417e-11 4744034.2 14398 -0.0108549999999941 4743958.59637641 14398 5000 3.9700633e-11 4743958.6 Loop time of 0.0169871 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:47 2021 Pair time (%) = 0.0010128 (5.96219) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.193687) Outpt time (%) = 0.0158479 (93.2939) Other time (%) = 9.34601e-05 (0.550183) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28335 ave 28335 max 28335 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28335 Ave neighs/atom = 5.667 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:47 2021 Memory usage per processor = 27.5363 Mbytes Step Atoms AVEKE stressZZ 14398 5000 3.9700633e-11 4743938.3 14399 -0.0108549999999941 4743862.76956018 14399 5000 3.9685088e-11 4743862.8 Loop time of 0.0165789 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:47 2021 Pair time (%) = 0.00104499 (6.30312) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192703) Outpt time (%) = 0.0154071 (92.9318) Other time (%) = 9.48906e-05 (0.572357) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28335 ave 28335 max 28335 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28335 Ave neighs/atom = 5.667 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:47 2021 Memory usage per processor = 27.5363 Mbytes Step Atoms AVEKE stressZZ 14399 5000 3.9685088e-11 4743842.5 14400 -0.0108549999999941 4743766.96131217 14400 5000 3.9674143e-11 4743767 Loop time of 0.019222 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:47 2021 Pair time (%) = 0.00122786 (6.38776) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.187291) Outpt time (%) = 0.017832 (92.7688) Other time (%) = 0.000126123 (0.65614) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28335 ave 28335 max 28335 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28335 Ave neighs/atom = 5.667 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:47 2021 Memory usage per processor = 27.5363 Mbytes Step Atoms AVEKE stressZZ 14400 5000 3.9674143e-11 4743746.7 14401 -0.0108549999999941 4743671.16665421 14401 5000 3.9666121e-11 4743671.2 Loop time of 0.0171099 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:47 2021 Pair time (%) = 0.00112414 (6.57015) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.274511) Outpt time (%) = 0.015806 (92.3792) Other time (%) = 0.000132799 (0.776155) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28335 ave 28335 max 28335 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28335 Ave neighs/atom = 5.667 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:47 2021 Memory usage per processor = 27.5363 Mbytes Step Atoms AVEKE stressZZ 14401 5000 3.9666121e-11 4743650.9 14402 -0.0108549999999941 4743575.38242236 14402 5000 3.9659956e-11 4743575.4 Loop time of 0.017046 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:47 2021 Pair time (%) = 0.00103903 (6.09545) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.194416) Outpt time (%) = 0.0158761 (93.1367) Other time (%) = 9.77516e-05 (0.573459) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28335 ave 28335 max 28335 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28335 Ave neighs/atom = 5.667 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:47 2021 Memory usage per processor = 27.5363 Mbytes Step Atoms AVEKE stressZZ 14402 5000 3.9659956e-11 4743555.1 14403 -0.0108549999999941 4743479.60660578 14403 5000 3.9654972e-11 4743479.6 Loop time of 0.0171661 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:47 2021 Pair time (%) = 0.00100803 (5.87222) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186111) Outpt time (%) = 0.0160322 (93.3944) Other time (%) = 9.39369e-05 (0.547222) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28335 ave 28335 max 28335 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28335 Ave neighs/atom = 5.667 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:47 2021 Memory usage per processor = 27.5363 Mbytes Step Atoms AVEKE stressZZ 14403 5000 3.9654972e-11 4743459.3 14404 -0.0108549999999941 4743383.83792643 14404 5000 3.9650737e-11 4743383.8 Loop time of 0.017231 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:47 2021 Pair time (%) = 0.00125909 (7.30712) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197864) Outpt time (%) = 0.0158031 (91.7132) Other time (%) = 0.000134706 (0.781769) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28335 ave 28335 max 28335 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28335 Ave neighs/atom = 5.667 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:47 2021 Memory usage per processor = 27.5363 Mbytes Step Atoms AVEKE stressZZ 14404 5000 3.9650737e-11 4743363.6 14405 -0.0108549999999941 4743288.07557188 14405 5000 3.9646979e-11 4743288.1 Loop time of 0.016526 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:47 2021 Pair time (%) = 0.00104117 (6.30022) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.18755) Outpt time (%) = 0.0153131 (92.661) Other time (%) = 0.000140667 (0.851187) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28335 ave 28335 max 28335 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28335 Ave neighs/atom = 5.667 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:47 2021 Memory usage per processor = 27.5363 Mbytes Step Atoms AVEKE stressZZ 14405 5000 3.9646979e-11 4743267.8 14406 -0.0108549999999941 4743192.31902561 14406 5000 3.9643525e-11 4743192.3 Loop time of 0.016176 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:47 2021 Pair time (%) = 0.00100994 (6.24346) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.198977) Outpt time (%) = 0.0150471 (93.0211) Other time (%) = 8.67844e-05 (0.536501) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28335 ave 28335 max 28335 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28335 Ave neighs/atom = 5.667 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:47 2021 Memory usage per processor = 27.5363 Mbytes Step Atoms AVEKE stressZZ 14406 5000 3.9643525e-11 4743172.1 14407 -0.0108549999999941 4743096.56795928 14407 5000 3.9640263e-11 4743096.6 Loop time of 0.0162239 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:47 2021 Pair time (%) = 0.00100899 (6.21914) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.191042) Outpt time (%) = 0.015095 (93.0417) Other time (%) = 8.89301e-05 (0.548142) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28335 ave 28335 max 28335 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28335 Ave neighs/atom = 5.667 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:47 2021 Memory usage per processor = 27.5363 Mbytes Step Atoms AVEKE stressZZ 14407 5000 3.9640263e-11 4743076.3 14408 -0.0108549999999941 4743000.82216396 14408 5000 3.9637123e-11 4743000.8 Loop time of 0.017411 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:47 2021 Pair time (%) = 0.00100899 (5.79512) Neigh time (%) = 0 (0) Comm time (%) = 3.12328e-05 (0.179386) Outpt time (%) = 0.016288 (93.5503) Other time (%) = 8.27312e-05 (0.475167) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28335 ave 28335 max 28335 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28335 Ave neighs/atom = 5.667 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:47 2021 Memory usage per processor = 27.5363 Mbytes Step Atoms AVEKE stressZZ 14408 5000 3.9637123e-11 4742980.6 14409 -0.0108549999999941 4742905.08150681 14409 5000 3.9634062e-11 4742905.1 Loop time of 0.0167539 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:47 2021 Pair time (%) = 0.00105 (6.26717) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.19069) Outpt time (%) = 0.0155461 (92.7908) Other time (%) = 0.000125885 (0.751377) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28335 ave 28335 max 28335 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28335 Ave neighs/atom = 5.667 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:47 2021 Memory usage per processor = 27.5363 Mbytes Step Atoms AVEKE stressZZ 14409 5000 3.9634062e-11 4742884.8 14410 -0.0108549999999941 4742809.34590306 14410 5000 3.9631051e-11 4742809.3 Loop time of 0.0189641 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:47 2021 Pair time (%) = 0.00115013 (6.0648) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.194868) Outpt time (%) = 0.0176611 (93.1293) Other time (%) = 0.000115871 (0.611006) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28335 ave 28335 max 28335 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28335 Ave neighs/atom = 5.667 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:47 2021 Memory usage per processor = 27.5363 Mbytes Step Atoms AVEKE stressZZ 14410 5000 3.9631051e-11 4742789.1 14411 -0.0108549999999941 4742713.61529891 14411 5000 3.9628071e-11 4742713.6 Loop time of 0.017436 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:47 2021 Pair time (%) = 0.00108886 (6.24487) Neigh time (%) = 0 (0) Comm time (%) = 6.60419e-05 (0.378767) Outpt time (%) = 0.016166 (92.7159) Other time (%) = 0.000115156 (0.66045) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28335 ave 28335 max 28335 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28335 Ave neighs/atom = 5.667 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:47 2021 Memory usage per processor = 27.5363 Mbytes Step Atoms AVEKE stressZZ 14411 5000 3.9628071e-11 4742693.4 14412 -0.0108549999999941 4742617.88965975 14412 5000 3.9625111e-11 4742617.9 Loop time of 0.0172122 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:47 2021 Pair time (%) = 0.00101399 (5.89115) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180073) Outpt time (%) = 0.0160229 (93.0907) Other time (%) = 0.000144243 (0.838031) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28335 ave 28335 max 28335 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28335 Ave neighs/atom = 5.667 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:47 2021 Memory usage per processor = 27.5363 Mbytes Step Atoms AVEKE stressZZ 14412 5000 3.9625111e-11 4742597.6 14413 -0.0108549999999941 4742522.1689636 14413 5000 3.9622165e-11 4742522.2 Loop time of 0.016382 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:47 2021 Pair time (%) = 0.00101113 (6.17223) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.19502) Outpt time (%) = 0.0152462 (93.0666) Other time (%) = 9.27448e-05 (0.566139) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28335 ave 28335 max 28335 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28335 Ave neighs/atom = 5.667 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:47 2021 Memory usage per processor = 27.5363 Mbytes Step Atoms AVEKE stressZZ 14413 5000 3.9622165e-11 4742501.9 14414 -0.0108549999999941 4742426.45319629 14414 5000 3.9619227e-11 4742426.5 Loop time of 0.017494 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:47 2021 Pair time (%) = 0.00139904 (7.99727) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.194889) Outpt time (%) = 0.0158911 (90.8375) Other time (%) = 0.000169754 (0.970358) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28335 ave 28335 max 28335 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28335 Ave neighs/atom = 5.667 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:47 2021 Memory usage per processor = 27.5363 Mbytes Step Atoms AVEKE stressZZ 14414 5000 3.9619227e-11 4742406.2 14415 -0.0108549999999941 4742330.74234851 14415 5000 3.9616294e-11 4742330.7 Loop time of 0.0171502 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:47 2021 Pair time (%) = 0.00104904 (6.1168) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186284) Outpt time (%) = 0.0159762 (93.1547) Other time (%) = 9.29832e-05 (0.542171) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28335 ave 28335 max 28335 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28335 Ave neighs/atom = 5.667 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:47 2021 Memory usage per processor = 27.5363 Mbytes Step Atoms AVEKE stressZZ 14415 5000 3.9616294e-11 4742310.5 14416 -0.0108549999999941 4742235.03641446 14416 5000 3.9613365e-11 4742235 Loop time of 0.0168438 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:47 2021 Pair time (%) = 0.00102782 (6.10208) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.195335) Outpt time (%) = 0.0156519 (92.9241) Other time (%) = 0.00013113 (0.778508) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28335 ave 28335 max 28335 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28335 Ave neighs/atom = 5.667 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:47 2021 Memory usage per processor = 27.5363 Mbytes Step Atoms AVEKE stressZZ 14416 5000 3.9613365e-11 4742214.8 14417 -0.0108549999999941 4742139.33539 14417 5000 3.9610438e-11 4742139.3 Loop time of 0.0166249 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:47 2021 Pair time (%) = 0.00105786 (6.36311) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.209379) Outpt time (%) = 0.015398 (92.6201) Other time (%) = 0.00013423 (0.8074) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28335 ave 28335 max 28335 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28335 Ave neighs/atom = 5.667 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:47 2021 Memory usage per processor = 27.5363 Mbytes Step Atoms AVEKE stressZZ 14417 5000 3.9610438e-11 4742119.1 14418 -0.0108549999999941 4742043.6392725 14418 5000 3.9607513e-11 4742043.6 Loop time of 0.017498 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:47 2021 Pair time (%) = 0.00110698 (6.3263) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182581) Outpt time (%) = 0.0162659 (92.9584) Other time (%) = 9.32217e-05 (0.532756) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28335 ave 28335 max 28335 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28335 Ave neighs/atom = 5.667 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:47 2021 Memory usage per processor = 27.5363 Mbytes Step Atoms AVEKE stressZZ 14418 5000 3.9607513e-11 4742023.4 14419 -0.0108549999999941 4741947.94806007 14419 5000 3.9604589e-11 4741947.9 Loop time of 0.016871 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:47 2021 Pair time (%) = 0.00101089 (5.99192) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.19078) Outpt time (%) = 0.0157359 (93.2718) Other time (%) = 9.20296e-05 (0.545491) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28335 ave 28335 max 28335 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28335 Ave neighs/atom = 5.667 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:47 2021 Memory usage per processor = 27.5363 Mbytes Step Atoms AVEKE stressZZ 14419 5000 3.9604589e-11 4741927.7 14420 -0.0108549999999941 4741852.26175144 14420 5000 3.9601666e-11 4741852.3 Loop time of 0.0188091 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:47 2021 Pair time (%) = 0.00103784 (5.51774) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.254782) Outpt time (%) = 0.017561 (93.3643) Other time (%) = 0.000162363 (0.863216) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28335 ave 28335 max 28335 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28335 Ave neighs/atom = 5.667 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:47 2021 Memory usage per processor = 27.5363 Mbytes Step Atoms AVEKE stressZZ 14420 5000 3.9601666e-11 4741832 14421 -0.0108549999999941 4741756.58034552 14421 5000 3.9598743e-11 4741756.6 Loop time of 0.0169849 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:47 2021 Pair time (%) = 0.00116396 (6.85289) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.230208) Outpt time (%) = 0.0156701 (92.2586) Other time (%) = 0.000111818 (0.658338) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28335 ave 28335 max 28335 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28335 Ave neighs/atom = 5.667 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:47 2021 Memory usage per processor = 27.5363 Mbytes Step Atoms AVEKE stressZZ 14421 5000 3.9598743e-11 4741736.3 14422 -0.0108549999999941 4741660.9038416 14422 5000 3.9595821e-11 4741660.9 Loop time of 0.0171521 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:47 2021 Pair time (%) = 0.00100899 (5.8826) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186264) Outpt time (%) = 0.0160191 (93.3946) Other time (%) = 9.20296e-05 (0.536551) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28335 ave 28335 max 28335 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28335 Ave neighs/atom = 5.667 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:47 2021 Memory usage per processor = 27.5363 Mbytes Step Atoms AVEKE stressZZ 14422 5000 3.9595821e-11 4741640.6 14423 -0.0108549999999941 4741565.23223899 14423 5000 3.95929e-11 4741565.2 Loop time of 0.0172911 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:47 2021 Pair time (%) = 0.001019 (5.89322) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184766) Outpt time (%) = 0.0161459 (93.3774) Other time (%) = 9.41753e-05 (0.544647) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28335 ave 28335 max 28335 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28335 Ave neighs/atom = 5.667 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:47 2021 Memory usage per processor = 27.5363 Mbytes Step Atoms AVEKE stressZZ 14423 5000 3.95929e-11 4741545 14424 -0.0108549999999941 4741469.5655371 14424 5000 3.9589979e-11 4741469.6 Loop time of 0.0164309 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:47 2021 Pair time (%) = 0.00106406 (6.476) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.200244) Outpt time (%) = 0.0152349 (92.7216) Other time (%) = 9.89437e-05 (0.602182) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28335 ave 28335 max 28335 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28335 Ave neighs/atom = 5.667 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:47 2021 Memory usage per processor = 27.5363 Mbytes Step Atoms AVEKE stressZZ 14424 5000 3.9589979e-11 4741449.3 14425 -0.0108549999999941 4741373.90373613 14425 5000 3.9587058e-11 4741373.9 Loop time of 0.0169921 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:47 2021 Pair time (%) = 0.00123501 (7.26814) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.199242) Outpt time (%) = 0.015584 (91.7132) Other time (%) = 0.000139236 (0.819419) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28335 ave 28335 max 28335 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28335 Ave neighs/atom = 5.667 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:47 2021 Memory usage per processor = 27.5363 Mbytes Step Atoms AVEKE stressZZ 14425 5000 3.9587058e-11 4741353.6 14426 -0.0108549999999941 4741278.24684286 14426 5000 3.9584138e-11 4741278.2 Loop time of 0.017159 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:47 2021 Pair time (%) = 0.00100994 (5.88579) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186189) Outpt time (%) = 0.0160301 (93.4209) Other time (%) = 8.70228e-05 (0.507156) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28335 ave 28335 max 28335 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28335 Ave neighs/atom = 5.667 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:47 2021 Memory usage per processor = 27.5363 Mbytes Step Atoms AVEKE stressZZ 14426 5000 3.9584138e-11 4741258 14427 -0.0108549999999941 4741182.59485935 14427 5000 3.9581218e-11 4741182.6 Loop time of 0.0166979 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:47 2021 Pair time (%) = 0.00106215 (6.36101) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.19133) Outpt time (%) = 0.0155101 (92.8865) Other time (%) = 9.36985e-05 (0.56114) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28335 ave 28335 max 28335 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28335 Ave neighs/atom = 5.667 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:47 2021 Memory usage per processor = 27.5363 Mbytes Step Atoms AVEKE stressZZ 14427 5000 3.9581218e-11 4741162.3 14428 -0.0108549999999941 4741086.9477855 14428 5000 3.9578298e-11 4741086.9 Loop time of 0.0165811 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:47 2021 Pair time (%) = 0.001127 (6.79694) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.217122) Outpt time (%) = 0.015301 (92.2799) Other time (%) = 0.000117064 (0.706008) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28335 ave 28335 max 28335 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28335 Ave neighs/atom = 5.667 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:47 2021 Memory usage per processor = 27.5363 Mbytes Step Atoms AVEKE stressZZ 14428 5000 3.9578298e-11 4741066.7 14429 -0.0108549999999941 4740991.30561662 14429 5000 3.9575379e-11 4740991.3 Loop time of 0.0170569 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:47 2021 Pair time (%) = 0.00100994 (5.921) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181711) Outpt time (%) = 0.015924 (93.3577) Other time (%) = 9.20296e-05 (0.539543) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28335 ave 28335 max 28335 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28335 Ave neighs/atom = 5.667 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:47 2021 Memory usage per processor = 27.5363 Mbytes Step Atoms AVEKE stressZZ 14429 5000 3.9575379e-11 4740971.1 14430 -0.0108549999999941 4740895.66835095 14430 5000 3.957246e-11 4740895.7 Loop time of 0.0193369 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:48 2021 Pair time (%) = 0.00104499 (5.40411) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.171383) Outpt time (%) = 0.0181649 (93.9387) Other time (%) = 9.39369e-05 (0.48579) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28335 ave 28335 max 28335 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28335 Ave neighs/atom = 5.667 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:48 2021 Memory usage per processor = 27.5363 Mbytes Step Atoms AVEKE stressZZ 14430 5000 3.957246e-11 4740875.4 14431 -0.0108549999999941 4740800.03598738 14431 5000 3.9569541e-11 4740800 Loop time of 0.0168619 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:48 2021 Pair time (%) = 0.00101709 (6.0319) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.189469) Outpt time (%) = 0.0157192 (93.223) Other time (%) = 9.36985e-05 (0.555681) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28335 ave 28335 max 28335 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28335 Ave neighs/atom = 5.667 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:48 2021 Memory usage per processor = 27.5363 Mbytes Step Atoms AVEKE stressZZ 14431 5000 3.9569541e-11 4740779.8 14432 -0.0108549999999941 4740704.40852507 14432 5000 3.9566623e-11 4740704.4 Loop time of 0.0169821 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:48 2021 Pair time (%) = 0.00118804 (6.99584) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.204976) Outpt time (%) = 0.0155849 (91.7729) Other time (%) = 0.000174284 (1.02628) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28335 ave 28335 max 28335 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28335 Ave neighs/atom = 5.667 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:48 2021 Memory usage per processor = 27.5363 Mbytes Step Atoms AVEKE stressZZ 14432 5000 3.9566623e-11 4740684.2 14433 -0.0108549999999941 4740608.7859632 14433 5000 3.9563705e-11 4740608.8 Loop time of 0.017451 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:48 2021 Pair time (%) = 0.00114393 (6.55509) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.194002) Outpt time (%) = 0.0161722 (92.6716) Other time (%) = 0.000101089 (0.579275) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28335 ave 28335 max 28335 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28335 Ave neighs/atom = 5.667 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:48 2021 Memory usage per processor = 27.5363 Mbytes Step Atoms AVEKE stressZZ 14433 5000 3.9563705e-11 4740588.5 14434 -0.0108549999999941 4740513.16830129 14434 5000 3.9560788e-11 4740513.2 Loop time of 0.0170221 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:48 2021 Pair time (%) = 0.00100899 (5.9275) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187686) Outpt time (%) = 0.015888 (93.3372) Other time (%) = 9.32217e-05 (0.54765) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28335 ave 28335 max 28335 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28335 Ave neighs/atom = 5.667 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:48 2021 Memory usage per processor = 27.5363 Mbytes Step Atoms AVEKE stressZZ 14434 5000 3.9560788e-11 4740492.9 14435 -0.0108549999999941 4740417.55553878 14435 5000 3.955787e-11 4740417.6 Loop time of 0.01647 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:48 2021 Pair time (%) = 0.001019 (6.18703) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.201216) Outpt time (%) = 0.0153151 (92.9878) Other time (%) = 0.000102758 (0.623914) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28335 ave 28335 max 28335 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28335 Ave neighs/atom = 5.667 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:48 2021 Memory usage per processor = 27.5363 Mbytes Step Atoms AVEKE stressZZ 14435 5000 3.955787e-11 4740397.3 14436 -0.0108549999999941 4740321.94767455 14436 5000 3.9554953e-11 4740321.9 Loop time of 0.0170059 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:48 2021 Pair time (%) = 0.00112295 (6.6033) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.20609) Outpt time (%) = 0.015743 (92.5737) Other time (%) = 0.000104904 (0.616869) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28335 ave 28335 max 28335 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28335 Ave neighs/atom = 5.667 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:48 2021 Memory usage per processor = 27.5363 Mbytes Step Atoms AVEKE stressZZ 14436 5000 3.9554953e-11 4740301.7 14437 -0.0108549999999941 4740226.34470647 14437 5000 3.9552037e-11 4740226.3 Loop time of 0.0173981 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:48 2021 Pair time (%) = 0.00101495 (5.83366) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18363) Outpt time (%) = 0.016258 (93.4469) Other time (%) = 9.32217e-05 (0.535815) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28335 ave 28335 max 28335 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28335 Ave neighs/atom = 5.667 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:48 2021 Memory usage per processor = 27.5363 Mbytes Step Atoms AVEKE stressZZ 14437 5000 3.9552037e-11 4740206.1 14438 -0.0108549999999941 4740130.74663632 14438 5000 3.954912e-11 4740130.7 Loop time of 0.0166531 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:48 2021 Pair time (%) = 0.00100708 (6.04742) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191845) Outpt time (%) = 0.0154891 (93.0105) Other time (%) = 0.000124931 (0.7502) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28335 ave 28335 max 28335 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28335 Ave neighs/atom = 5.667 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:48 2021 Memory usage per processor = 27.5363 Mbytes Step Atoms AVEKE stressZZ 14438 5000 3.954912e-11 4740110.5 14439 -0.0108549999999941 4740035.1534639 14439 5000 3.9546204e-11 4740035.2 Loop time of 0.0172241 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:48 2021 Pair time (%) = 0.001297 (7.53014) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.20348) Outpt time (%) = 0.0157702 (91.559) Other time (%) = 0.000121832 (0.707335) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28335 ave 28335 max 28335 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28335 Ave neighs/atom = 5.667 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:48 2021 Memory usage per processor = 27.5363 Mbytes Step Atoms AVEKE stressZZ 14439 5000 3.9546204e-11 4740014.9 14440 -0.0108549999999941 4739939.56518903 14440 5000 3.9543288e-11 4739939.6 Loop time of 0.0195849 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:48 2021 Pair time (%) = 0.00117397 (5.99428) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.169213) Outpt time (%) = 0.018266 (93.2656) Other time (%) = 0.000111818 (0.570942) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28335 ave 28335 max 28335 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28335 Ave neighs/atom = 5.667 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:48 2021 Memory usage per processor = 27.5363 Mbytes Step Atoms AVEKE stressZZ 14440 5000 3.9543288e-11 4739919.3 14441 -0.0108549999999941 4739843.98181179 14441 5000 3.9540373e-11 4739844 Loop time of 0.0171461 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:48 2021 Pair time (%) = 0.00101089 (5.89577) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186328) Outpt time (%) = 0.01601 (93.3742) Other time (%) = 9.32217e-05 (0.54369) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28335 ave 28335 max 28335 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28335 Ave neighs/atom = 5.667 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:48 2021 Memory usage per processor = 27.5363 Mbytes Step Atoms AVEKE stressZZ 14441 5000 3.9540373e-11 4739823.7 14442 -0.0108549999999941 4739748.40333223 14442 5000 3.9537458e-11 4739748.4 Loop time of 0.0168259 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:48 2021 Pair time (%) = 0.00104499 (6.21059) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.184206) Outpt time (%) = 0.015655 (93.0412) Other time (%) = 9.48906e-05 (0.563955) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28335 ave 28335 max 28335 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28335 Ave neighs/atom = 5.667 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:48 2021 Memory usage per processor = 27.5363 Mbytes Step Atoms AVEKE stressZZ 14442 5000 3.9537458e-11 4739728.2 14443 -0.0108549999999941 4739652.82975073 14443 5000 3.9534543e-11 4739652.8 Loop time of 0.0167761 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:48 2021 Pair time (%) = 0.00121403 (7.23666) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.214598) Outpt time (%) = 0.0154061 (91.8339) Other time (%) = 0.000119925 (0.714854) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28335 ave 28335 max 28335 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28335 Ave neighs/atom = 5.667 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:48 2021 Memory usage per processor = 27.5363 Mbytes Step Atoms AVEKE stressZZ 14443 5000 3.9534543e-11 4739632.6 14444 -0.0108549999999941 4739557.26106809 14444 5000 3.9531629e-11 4739557.3 Loop time of 0.017065 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:48 2021 Pair time (%) = 0.00101113 (5.92517) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187214) Outpt time (%) = 0.0159311 (93.3553) Other time (%) = 9.08375e-05 (0.532301) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28335 ave 28335 max 28335 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28335 Ave neighs/atom = 5.667 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:48 2021 Memory usage per processor = 27.5363 Mbytes Step Atoms AVEKE stressZZ 14444 5000 3.9531629e-11 4739537 14445 -0.0108549999999941 4739461.69728597 14445 5000 3.9528715e-11 4739461.7 Loop time of 0.0169091 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:48 2021 Pair time (%) = 0.00103092 (6.09684) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.1833) Outpt time (%) = 0.015743 (93.1037) Other time (%) = 0.000104189 (0.61617) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28335 ave 28335 max 28335 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28335 Ave neighs/atom = 5.667 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:48 2021 Memory usage per processor = 27.5363 Mbytes Step Atoms AVEKE stressZZ 14445 5000 3.9528715e-11 4739441.4 14446 -0.0108549999999941 4739366.13840854 14446 5000 3.9525801e-11 4739366.1 Loop time of 0.017065 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:48 2021 Pair time (%) = 0.00109005 (6.38762) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187214) Outpt time (%) = 0.015826 (92.7392) Other time (%) = 0.000117064 (0.685984) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28335 ave 28335 max 28335 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28335 Ave neighs/atom = 5.667 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:48 2021 Memory usage per processor = 27.5363 Mbytes Step Atoms AVEKE stressZZ 14446 5000 3.9525801e-11 4739345.9 14447 -0.0108549999999941 4739270.58444783 14447 5000 3.9522888e-11 4739270.6 Loop time of 0.0171671 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:48 2021 Pair time (%) = 0.0012989 (7.56625) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204155) Outpt time (%) = 0.015728 (91.6171) Other time (%) = 0.000105143 (0.612466) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28335 ave 28335 max 28335 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28335 Ave neighs/atom = 5.667 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:48 2021 Memory usage per processor = 27.5363 Mbytes Step Atoms AVEKE stressZZ 14447 5000 3.9522888e-11 4739250.3 14448 -0.0108549999999941 4739175.03537787 14448 5000 3.9519975e-11 4739175 Loop time of 0.0166991 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:48 2021 Pair time (%) = 0.00101399 (6.07216) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.192744) Outpt time (%) = 0.015559 (93.1726) Other time (%) = 9.39369e-05 (0.562528) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28335 ave 28335 max 28335 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28335 Ave neighs/atom = 5.667 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:48 2021 Memory usage per processor = 27.5363 Mbytes Step Atoms AVEKE stressZZ 14448 5000 3.9519975e-11 4739154.8 14449 -0.0108549999999941 4739079.49119326 14449 5000 3.9517062e-11 4739079.5 Loop time of 0.0163908 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:48 2021 Pair time (%) = 0.00105 (6.406) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194915) Outpt time (%) = 0.0152168 (92.8376) Other time (%) = 9.20296e-05 (0.561471) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28335 ave 28335 max 28335 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28335 Ave neighs/atom = 5.667 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:48 2021 Memory usage per processor = 27.5363 Mbytes Step Atoms AVEKE stressZZ 14449 5000 3.9517062e-11 4739059.2 14450 -0.0108549999999941 4738983.95189342 14450 5000 3.9514149e-11 4738984 Loop time of 0.0185142 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:48 2021 Pair time (%) = 0.00100803 (5.44466) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.173848) Outpt time (%) = 0.017385 (93.9012) Other time (%) = 8.89301e-05 (0.480336) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28335 ave 28335 max 28335 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28335 Ave neighs/atom = 5.667 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:48 2021 Memory usage per processor = 27.5363 Mbytes Step Atoms AVEKE stressZZ 14450 5000 3.9514149e-11 4738963.7 14451 -0.0108549999999941 4738888.41747789 14451 5000 3.9511237e-11 4738888.4 Loop time of 0.0166059 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:48 2021 Pair time (%) = 0.00101113 (6.08902) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192391) Outpt time (%) = 0.0154748 (93.1888) Other time (%) = 8.79765e-05 (0.529792) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28335 ave 28335 max 28335 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28335 Ave neighs/atom = 5.667 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:48 2021 Memory usage per processor = 27.5363 Mbytes Step Atoms AVEKE stressZZ 14451 5000 3.9511237e-11 4738868.2 14452 -0.0108549999999941 4738792.887946 14452 5000 3.9508325e-11 4738792.9 Loop time of 0.0172789 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:48 2021 Pair time (%) = 0.00116396 (6.7363) Neigh time (%) = 0 (0) Comm time (%) = 5.22137e-05 (0.302182) Outpt time (%) = 0.01595 (92.3089) Other time (%) = 0.000112772 (0.652657) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28335 ave 28335 max 28335 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28335 Ave neighs/atom = 5.667 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:48 2021 Memory usage per processor = 27.5363 Mbytes Step Atoms AVEKE stressZZ 14452 5000 3.9508325e-11 4738772.6 14453 -0.0108549999999941 4738697.36329733 14453 5000 3.9505414e-11 4738697.4 Loop time of 0.017118 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:48 2021 Pair time (%) = 0.00100899 (5.89431) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.26881) Outpt time (%) = 0.0159461 (93.1544) Other time (%) = 0.000116825 (0.68247) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28335 ave 28335 max 28335 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28335 Ave neighs/atom = 5.667 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:48 2021 Memory usage per processor = 27.5363 Mbytes Step Atoms AVEKE stressZZ 14453 5000 3.9505414e-11 4738677.1 14454 -0.0108549999999941 4738601.84353136 14454 5000 3.9502503e-11 4738601.8 Loop time of 0.0170259 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:48 2021 Pair time (%) = 0.00105405 (6.19084) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.189044) Outpt time (%) = 0.0158432 (93.053) Other time (%) = 9.65595e-05 (0.567132) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28335 ave 28335 max 28335 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28335 Ave neighs/atom = 5.667 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:48 2021 Memory usage per processor = 27.5363 Mbytes Step Atoms AVEKE stressZZ 14454 5000 3.9502503e-11 4738581.6 14455 -0.0108549999999941 4738506.32864756 14455 5000 3.9499592e-11 4738506.3 Loop time of 0.0168011 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:48 2021 Pair time (%) = 0.00120902 (7.19607) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.202926) Outpt time (%) = 0.015456 (91.9936) Other time (%) = 0.000102043 (0.607359) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28335 ave 28335 max 28335 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28335 Ave neighs/atom = 5.667 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:48 2021 Memory usage per processor = 27.5363 Mbytes Step Atoms AVEKE stressZZ 14455 5000 3.9499592e-11 4738486.1 14456 -0.0108549999999941 4738410.81864534 14456 5000 3.9496681e-11 4738410.8 Loop time of 0.0172482 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:48 2021 Pair time (%) = 0.00106406 (6.16914) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192138) Outpt time (%) = 0.0160482 (93.043) Other time (%) = 0.000102758 (0.595765) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28335 ave 28335 max 28335 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28335 Ave neighs/atom = 5.667 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:48 2021 Memory usage per processor = 27.5363 Mbytes Step Atoms AVEKE stressZZ 14456 5000 3.9496681e-11 4738390.6 14457 -0.0108549999999941 4738315.31352424 14457 5000 3.9493771e-11 4738315.3 Loop time of 0.0171039 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:48 2021 Pair time (%) = 0.00104213 (6.09292) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181212) Outpt time (%) = 0.0159371 (93.178) Other time (%) = 9.36985e-05 (0.547819) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28335 ave 28335 max 28335 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28335 Ave neighs/atom = 5.667 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:48 2021 Memory usage per processor = 27.5363 Mbytes Step Atoms AVEKE stressZZ 14457 5000 3.9493771e-11 4738295.1 14458 -0.0108549999999941 4738219.81328373 14458 5000 3.9490861e-11 4738219.8 Loop time of 0.0165241 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:48 2021 Pair time (%) = 0.00100899 (6.10617) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.187571) Outpt time (%) = 0.0153902 (93.1378) Other time (%) = 9.39369e-05 (0.568485) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28335 ave 28335 max 28335 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28335 Ave neighs/atom = 5.667 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:48 2021 Memory usage per processor = 27.5363 Mbytes Step Atoms AVEKE stressZZ 14458 5000 3.9490861e-11 4738199.6 14459 -0.0108549999999941 4738124.31792333 14459 5000 3.9487952e-11 4738124.3 Loop time of 0.0167072 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:48 2021 Pair time (%) = 0.00117803 (7.05102) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.215483) Outpt time (%) = 0.0153558 (91.9115) Other time (%) = 0.000137329 (0.821976) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28335 ave 28335 max 28335 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28335 Ave neighs/atom = 5.667 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:48 2021 Memory usage per processor = 27.5363 Mbytes Step Atoms AVEKE stressZZ 14459 5000 3.9487952e-11 4738104.1 14460 -0.0108549999999941 4738028.82744246 14460 5000 3.9485043e-11 4738028.8 Loop time of 0.0193419 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:48 2021 Pair time (%) = 0.00100803 (5.21165) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.165175) Outpt time (%) = 0.0182118 (94.1572) Other time (%) = 9.01222e-05 (0.465942) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28335 ave 28335 max 28335 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28335 Ave neighs/atom = 5.667 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:48 2021 Memory usage per processor = 27.5363 Mbytes Step Atoms AVEKE stressZZ 14460 5000 3.9485043e-11 4738008.6 14461 -0.0108549999999941 4737933.34184068 14461 5000 3.9482134e-11 4737933.3 Loop time of 0.0169659 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:48 2021 Pair time (%) = 0.00100899 (5.94716) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188308) Outpt time (%) = 0.0158319 (93.3165) Other time (%) = 9.29832e-05 (0.548061) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28335 ave 28335 max 28335 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28335 Ave neighs/atom = 5.667 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:48 2021 Memory usage per processor = 27.5363 Mbytes Step Atoms AVEKE stressZZ 14461 5000 3.9482134e-11 4737913.1 14462 -0.0108549999999941 4737837.86111747 14462 5000 3.9479225e-11 4737837.9 Loop time of 0.0166781 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:48 2021 Pair time (%) = 0.00114608 (6.87176) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.197275) Outpt time (%) = 0.015398 (92.3248) Other time (%) = 0.000101089 (0.606121) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28335 ave 28335 max 28335 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28335 Ave neighs/atom = 5.667 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:48 2021 Memory usage per processor = 27.5363 Mbytes Step Atoms AVEKE stressZZ 14462 5000 3.9479225e-11 4737817.6 14463 -0.0108549999999941 4737742.38527225 14463 5000 3.9476317e-11 4737742.4 Loop time of 0.0170989 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:48 2021 Pair time (%) = 0.00127196 (7.43886) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.298391) Outpt time (%) = 0.0156589 (91.5781) Other time (%) = 0.000117064 (0.684626) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28335 ave 28335 max 28335 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28335 Ave neighs/atom = 5.667 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:48 2021 Memory usage per processor = 27.5363 Mbytes Step Atoms AVEKE stressZZ 14463 5000 3.9476317e-11 4737722.1 14464 -0.0108549999999941 4737646.91430457 14464 5000 3.9473409e-11 4737646.9 Loop time of 0.017077 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:48 2021 Pair time (%) = 0.00100994 (5.91405) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187083) Outpt time (%) = 0.0159431 (93.36) Other time (%) = 9.20296e-05 (0.53891) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28335 ave 28335 max 28335 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28335 Ave neighs/atom = 5.667 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:48 2021 Memory usage per processor = 27.5363 Mbytes Step Atoms AVEKE stressZZ 14464 5000 3.9473409e-11 4737626.7 14465 -0.0108549999999941 4737551.44821388 14465 5000 3.9470501e-11 4737551.4 Loop time of 0.0172291 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:48 2021 Pair time (%) = 0.00100994 (5.86184) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.19235) Outpt time (%) = 0.0160551 (93.1861) Other time (%) = 0.000130892 (0.759714) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28335 ave 28335 max 28335 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28335 Ave neighs/atom = 5.667 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:48 2021 Memory usage per processor = 27.5363 Mbytes Step Atoms AVEKE stressZZ 14465 5000 3.9470501e-11 4737531.2 14466 -0.0108549999999941 4737455.98699985 14466 5000 3.9467594e-11 4737456 Loop time of 0.0164709 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:48 2021 Pair time (%) = 0.00103092 (6.25905) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.199757) Outpt time (%) = 0.0153069 (92.9332) Other time (%) = 0.000100136 (0.607956) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28335 ave 28335 max 28335 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28335 Ave neighs/atom = 5.667 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:48 2021 Memory usage per processor = 27.5363 Mbytes Step Atoms AVEKE stressZZ 14466 5000 3.9467594e-11 4737435.7 14467 -0.0108549999999941 4737360.53066177 14467 5000 3.9464687e-11 4737360.5 Loop time of 0.017215 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:48 2021 Pair time (%) = 0.00105405 (6.12284) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191122) Outpt time (%) = 0.016027 (93.0988) Other time (%) = 0.000101089 (0.587217) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28335 ave 28335 max 28335 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28335 Ave neighs/atom = 5.667 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:48 2021 Memory usage per processor = 27.5363 Mbytes Step Atoms AVEKE stressZZ 14467 5000 3.9464687e-11 4737340.3 14468 -0.0108549999999941 4737265.07919917 14468 5000 3.946178e-11 4737265.1 Loop time of 0.0169721 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:48 2021 Pair time (%) = 0.00100803 (5.93937) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188239) Outpt time (%) = 0.0158379 (93.3175) Other time (%) = 9.41753e-05 (0.554884) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28335 ave 28335 max 28335 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28335 Ave neighs/atom = 5.667 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:48 2021 Memory usage per processor = 27.5363 Mbytes Step Atoms AVEKE stressZZ 14468 5000 3.946178e-11 4737244.8 14469 -0.0108549999999941 4737169.6326116 14469 5000 3.9458874e-11 4737169.6 Loop time of 0.0166278 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:48 2021 Pair time (%) = 0.00101709 (6.11683) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192137) Outpt time (%) = 0.0154848 (93.1261) Other time (%) = 9.39369e-05 (0.564939) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28335 ave 28335 max 28335 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28335 Ave neighs/atom = 5.667 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:48 2021 Memory usage per processor = 27.5363 Mbytes Step Atoms AVEKE stressZZ 14469 5000 3.9458874e-11 4737149.4 14470 -0.0108549999999941 4737074.19089857 14470 5000 3.9455968e-11 4737074.2 Loop time of 0.018899 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:48 2021 Pair time (%) = 0.00120711 (6.38719) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.190493) Outpt time (%) = 0.0175109 (92.6553) Other time (%) = 0.000144958 (0.767018) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28335 ave 28335 max 28335 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28335 Ave neighs/atom = 5.667 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:48 2021 Memory usage per processor = 27.5363 Mbytes Step Atoms AVEKE stressZZ 14470 5000 3.9455968e-11 4737054 14471 -0.0108549999999941 4736978.75405953 14471 5000 3.9453062e-11 4736978.8 Loop time of 0.017411 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:48 2021 Pair time (%) = 0.00117207 (6.73176) Neigh time (%) = 0 (0) Comm time (%) = 4.91142e-05 (0.282087) Outpt time (%) = 0.0160739 (92.3206) Other time (%) = 0.000115871 (0.665507) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28335 ave 28335 max 28335 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28335 Ave neighs/atom = 5.667 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:48 2021 Memory usage per processor = 27.5363 Mbytes Step Atoms AVEKE stressZZ 14471 5000 3.9453062e-11 4736958.5 14472 -0.0108549999999941 4736883.322094 14472 5000 3.9450157e-11 4736883.3 Loop time of 0.017153 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:48 2021 Pair time (%) = 0.00105381 (6.14358) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.187643) Outpt time (%) = 0.015974 (93.1267) Other time (%) = 9.29832e-05 (0.542081) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28335 ave 28335 max 28335 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28335 Ave neighs/atom = 5.667 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:48 2021 Memory usage per processor = 27.5363 Mbytes Step Atoms AVEKE stressZZ 14472 5000 3.9450157e-11 4736863.1 14473 -0.0108549999999941 4736787.89500153 14473 5000 3.9447252e-11 4736787.9 Loop time of 0.017024 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:49 2021 Pair time (%) = 0.00100994 (5.93244) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.189065) Outpt time (%) = 0.0158591 (93.1572) Other time (%) = 0.000122786 (0.721248) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28335 ave 28335 max 28335 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28335 Ave neighs/atom = 5.667 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:49 2021 Memory usage per processor = 27.5363 Mbytes Step Atoms AVEKE stressZZ 14473 5000 3.9447252e-11 4736767.7 14474 -0.0108549999999941 4736692.47278154 14474 5000 3.9444347e-11 4736692.5 Loop time of 0.016896 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:49 2021 Pair time (%) = 0.00126314 (7.47598) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.21872) Outpt time (%) = 0.0154431 (91.4008) Other time (%) = 0.000152826 (0.904511) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28335 ave 28335 max 28335 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28335 Ave neighs/atom = 5.667 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:49 2021 Memory usage per processor = 27.5363 Mbytes Step Atoms AVEKE stressZZ 14474 5000 3.9444347e-11 4736672.2 14475 -0.0108549999999941 4736597.0554336 14475 5000 3.9441443e-11 4736597.1 Loop time of 0.0170288 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:49 2021 Pair time (%) = 0.00101113 (5.93778) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187612) Outpt time (%) = 0.015898 (93.3594) Other time (%) = 8.7738e-05 (0.515233) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28335 ave 28335 max 28335 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28335 Ave neighs/atom = 5.667 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:49 2021 Memory usage per processor = 27.5363 Mbytes Step Atoms AVEKE stressZZ 14475 5000 3.9441443e-11 4736576.8 14476 -0.0108549999999941 4736501.64295716 14476 5000 3.9438539e-11 4736501.6 Loop time of 0.0175869 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:49 2021 Pair time (%) = 0.00124812 (7.09686) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.181658) Outpt time (%) = 0.0161991 (92.1087) Other time (%) = 0.000107765 (0.612757) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28335 ave 28335 max 28335 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28335 Ave neighs/atom = 5.667 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:49 2021 Memory usage per processor = 27.5363 Mbytes Step Atoms AVEKE stressZZ 14476 5000 3.9438539e-11 4736481.4 14477 -0.0108549999999941 4736406.23535177 14477 5000 3.9435635e-11 4736406.2 Loop time of 0.0164719 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:49 2021 Pair time (%) = 0.00105 (6.37448) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.201193) Outpt time (%) = 0.0152869 (92.8063) Other time (%) = 0.000101805 (0.618052) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28335 ave 28335 max 28335 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28335 Ave neighs/atom = 5.667 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:49 2021 Memory usage per processor = 27.5363 Mbytes Step Atoms AVEKE stressZZ 14477 5000 3.9435635e-11 4736386 14478 -0.0108549999999941 4736310.83261689 14478 5000 3.9432732e-11 4736310.8 Loop time of 0.0169239 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:49 2021 Pair time (%) = 0.00107312 (6.34087) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.200045) Outpt time (%) = 0.0157158 (92.8618) Other time (%) = 0.000101089 (0.597318) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28335 ave 28335 max 28335 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28335 Ave neighs/atom = 5.667 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:49 2021 Memory usage per processor = 27.5363 Mbytes Step Atoms AVEKE stressZZ 14478 5000 3.9432732e-11 4736290.6 14479 -0.0108549999999941 4736215.43475203 14479 5000 3.9429829e-11 4736215.4 Loop time of 0.0171621 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:49 2021 Pair time (%) = 0.00100994 (5.88472) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.187544) Outpt time (%) = 0.0160272 (93.3873) Other time (%) = 9.27448e-05 (0.540405) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28335 ave 28335 max 28335 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28335 Ave neighs/atom = 5.667 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:49 2021 Memory usage per processor = 27.5363 Mbytes Step Atoms AVEKE stressZZ 14479 5000 3.9429829e-11 4736195.2 14480 -0.0108549999999941 4736120.04175672 14480 5000 3.9426926e-11 4736120 Loop time of 0.018723 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:49 2021 Pair time (%) = 0.00104594 (5.5864) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.170635) Outpt time (%) = 0.017549 (93.7298) Other time (%) = 9.60827e-05 (0.51318) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28335 ave 28335 max 28335 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28335 Ave neighs/atom = 5.667 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:49 2021 Memory usage per processor = 27.5363 Mbytes Step Atoms AVEKE stressZZ 14480 5000 3.9426926e-11 4736099.8 14481 -0.0108549999999941 4736024.65363054 14481 5000 3.9424023e-11 4736024.7 Loop time of 0.016567 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:49 2021 Pair time (%) = 0.00108194 (6.53072) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.198598) Outpt time (%) = 0.015348 (92.6418) Other time (%) = 0.000104189 (0.628895) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28335 ave 28335 max 28335 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28335 Ave neighs/atom = 5.667 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:49 2021 Memory usage per processor = 27.5363 Mbytes Step Atoms AVEKE stressZZ 14481 5000 3.9424023e-11 4736004.4 14482 -0.0108549999999941 4735929.2703728 14482 5000 3.9421121e-11 4735929.3 Loop time of 0.0171258 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:49 2021 Pair time (%) = 0.00113583 (6.63223) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.187941) Outpt time (%) = 0.0158601 (92.609) Other time (%) = 9.77516e-05 (0.570784) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28335 ave 28335 max 28335 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28335 Ave neighs/atom = 5.667 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:49 2021 Memory usage per processor = 27.5363 Mbytes Step Atoms AVEKE stressZZ 14482 5000 3.9421121e-11 4735909 14483 -0.0108549999999941 4735833.89198327 14483 5000 3.9418219e-11 4735833.9 Loop time of 0.017504 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:49 2021 Pair time (%) = 0.00100899 (5.76433) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.177071) Outpt time (%) = 0.0163689 (93.5151) Other time (%) = 9.5129e-05 (0.543471) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28335 ave 28335 max 28335 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28335 Ave neighs/atom = 5.667 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:23:49 2021 Memory usage per processor = 27.5363 Mbytes Step Atoms AVEKE stressZZ 14483 5000 3.9418219e-11 4735813.7 14484 -0.0108549999999941 4735723.46584039 14484 5000 7.7851833e-11 4735879.1 Loop time of 0.0160899 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:49 2021 Pair time (%) = 0.00101399 (6.30205) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.19856) Outpt time (%) = 0.0149069 (92.6474) Other time (%) = 0.000137091 (0.852029) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28335 ave 28335 max 28335 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28335 Ave neighs/atom = 5.667 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:49 2021 Memory usage per processor = 27.5363 Mbytes Step Atoms AVEKE stressZZ 14484 5000 7.7851833e-11 4788818.5 14485 -0.0108874999999941 4788718.90356927 14485 5000 6.2704478e-11 4788718.9 Loop time of 0.016973 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:49 2021 Pair time (%) = 0.00112319 (6.6175) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.200871) Outpt time (%) = 0.0157089 (92.5523) Other time (%) = 0.000106812 (0.629302) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28337 ave 28337 max 28337 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28337 Ave neighs/atom = 5.6674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:49 2021 Memory usage per processor = 27.5363 Mbytes Step Atoms AVEKE stressZZ 14485 5000 6.2704478e-11 4788691.7 14486 -0.0108874999999941 4788600.64233674 14486 5000 5.392796e-11 4788600.6 Loop time of 0.017159 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:49 2021 Pair time (%) = 0.00101209 (5.89829) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.187578) Outpt time (%) = 0.016021 (93.3681) Other time (%) = 9.36985e-05 (0.546061) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28337 ave 28337 max 28337 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28337 Ave neighs/atom = 5.6674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:49 2021 Memory usage per processor = 27.5363 Mbytes Step Atoms AVEKE stressZZ 14486 5000 5.392796e-11 4788575.8 14487 -0.0108874999999941 4788490.25022549 14487 5000 4.8692996e-11 4788490.3 Loop time of 0.016463 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:49 2021 Pair time (%) = 0.00101185 (6.14618) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194059) Outpt time (%) = 0.015327 (93.0993) Other time (%) = 9.2268e-05 (0.560455) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28337 ave 28337 max 28337 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28337 Ave neighs/atom = 5.6674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:49 2021 Memory usage per processor = 27.5363 Mbytes Step Atoms AVEKE stressZZ 14487 5000 4.8692996e-11 4788467 14488 -0.0108874999999941 4788384.86082501 14488 5000 4.5503871e-11 4788384.9 Loop time of 0.0167561 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:49 2021 Pair time (%) = 0.00108004 (6.44565) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.203472) Outpt time (%) = 0.015542 (92.7547) Other time (%) = 9.98974e-05 (0.596187) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28337 ave 28337 max 28337 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28337 Ave neighs/atom = 5.6674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:49 2021 Memory usage per processor = 27.5363 Mbytes Step Atoms AVEKE stressZZ 14488 5000 4.5503871e-11 4788362.6 14489 -0.0108874999999941 4788282.65250556 14489 5000 4.3532152e-11 4788282.7 Loop time of 0.017195 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:49 2021 Pair time (%) = 0.00104594 (6.08283) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192732) Outpt time (%) = 0.0160191 (93.1615) Other time (%) = 9.67979e-05 (0.562943) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28337 ave 28337 max 28337 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28337 Ave neighs/atom = 5.6674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:49 2021 Memory usage per processor = 27.5363 Mbytes Step Atoms AVEKE stressZZ 14489 5000 4.3532152e-11 4788261 14490 -0.0108874999999941 4788182.46760305 14490 5000 4.2300683e-11 4788182.5 Loop time of 0.019387 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:49 2021 Pair time (%) = 0.00110698 (5.70989) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.242268) Outpt time (%) = 0.018116 (93.444) Other time (%) = 0.000117064 (0.603825) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28337 ave 28337 max 28337 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28337 Ave neighs/atom = 5.6674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:49 2021 Memory usage per processor = 27.5364 Mbytes Step Atoms AVEKE stressZZ 14490 5000 4.2300683e-11 4788161.2 14491 -0.0108874999999941 4788083.57040911 14491 5000 4.1526146e-11 4788083.6 Loop time of 0.016505 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:49 2021 Pair time (%) = 0.00101614 (6.15656) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193566) Outpt time (%) = 0.015362 (93.075) Other time (%) = 9.48906e-05 (0.57492) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28337 ave 28337 max 28337 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28337 Ave neighs/atom = 5.6674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:49 2021 Memory usage per processor = 27.5364 Mbytes Step Atoms AVEKE stressZZ 14491 5000 4.1526146e-11 4788062.6 14492 -0.0108874999999941 4787985.49337275 14492 5000 4.1036541e-11 4787985.5 Loop time of 0.0164969 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:49 2021 Pair time (%) = 0.00101495 (6.15236) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.199442) Outpt time (%) = 0.015322 (92.8779) Other time (%) = 0.000127077 (0.770309) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28337 ave 28337 max 28337 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28337 Ave neighs/atom = 5.6674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:49 2021 Memory usage per processor = 27.5364 Mbytes Step Atoms AVEKE stressZZ 14492 5000 4.1036541e-11 4787964.7 14493 -0.0108874999999941 4787887.93935967 14493 5000 4.0725807e-11 4787887.9 Loop time of 0.016248 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:49 2021 Pair time (%) = 0.00101185 (6.22753) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.196628) Outpt time (%) = 0.0151141 (93.0212) Other time (%) = 9.01222e-05 (0.554667) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28337 ave 28337 max 28337 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28337 Ave neighs/atom = 5.6674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:49 2021 Memory usage per processor = 27.5364 Mbytes Step Atoms AVEKE stressZZ 14493 5000 4.0725807e-11 4787867.2 14494 -0.0108874999999941 4787790.71953741 14494 5000 4.0527857e-11 4787790.7 Loop time of 0.0164831 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:49 2021 Pair time (%) = 0.00101089 (6.13293) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193824) Outpt time (%) = 0.0153511 (93.1323) Other time (%) = 8.91685e-05 (0.540971) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28337 ave 28337 max 28337 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28337 Ave neighs/atom = 5.6674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:49 2021 Memory usage per processor = 27.5364 Mbytes Step Atoms AVEKE stressZZ 14494 5000 4.0527857e-11 4787770.1 14495 -0.0108874999999941 4787693.71390046 14495 5000 4.0401221e-11 4787693.7 Loop time of 0.017617 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:49 2021 Pair time (%) = 0.00101089 (5.73818) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.181348) Outpt time (%) = 0.0164862 (93.5811) Other time (%) = 8.79765e-05 (0.499384) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28337 ave 28337 max 28337 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28337 Ave neighs/atom = 5.6674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:49 2021 Memory usage per processor = 27.5364 Mbytes Step Atoms AVEKE stressZZ 14495 5000 4.0401221e-11 4787673.1 14496 -0.0108874999999941 4787596.8461838 14496 5000 4.0319762e-11 4787596.8 Loop time of 0.016762 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:49 2021 Pair time (%) = 0.00109887 (6.55572) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.203399) Outpt time (%) = 0.0155289 (92.6435) Other time (%) = 0.000100136 (0.597397) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28337 ave 28337 max 28337 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28337 Ave neighs/atom = 5.6674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:49 2021 Memory usage per processor = 27.5364 Mbytes Step Atoms AVEKE stressZZ 14496 5000 4.0319762e-11 4787576.3 14497 -0.0108874999999941 4787500.06801172 14497 5000 4.0266952e-11 4787500.1 Loop time of 0.0175278 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:49 2021 Pair time (%) = 0.00132608 (7.5656) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.187712) Outpt time (%) = 0.0160298 (91.4537) Other time (%) = 0.000138998 (0.793014) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28337 ave 28337 max 28337 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28337 Ave neighs/atom = 5.6674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:49 2021 Memory usage per processor = 27.5364 Mbytes Step Atoms AVEKE stressZZ 14497 5000 4.0266952e-11 4787479.5 14498 -0.0108874999999941 4787403.34856435 14498 5000 4.0232327e-11 4787403.3 Loop time of 0.0174229 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:49 2021 Pair time (%) = 0.00104809 (6.01557) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.177895) Outpt time (%) = 0.016252 (93.2797) Other time (%) = 9.17912e-05 (0.526842) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28337 ave 28337 max 28337 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28337 Ave neighs/atom = 5.6674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:49 2021 Memory usage per processor = 27.5364 Mbytes Step Atoms AVEKE stressZZ 14498 5000 4.0232327e-11 4787382.8 14499 -0.0108874999999941 4787306.66824102 14499 5000 4.0209248e-11 4787306.7 Loop time of 0.0168538 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:49 2021 Pair time (%) = 0.001055 (6.25973) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.183902) Outpt time (%) = 0.0156729 (92.9934) Other time (%) = 9.48906e-05 (0.563022) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28337 ave 28337 max 28337 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28337 Ave neighs/atom = 5.6674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:49 2021 Memory usage per processor = 27.5364 Mbytes Step Atoms AVEKE stressZZ 14499 5000 4.0209248e-11 4787286.1 14500 -0.0108874999999941 4787210.01459203 14500 5000 4.0193503e-11 4787210 Loop time of 0.018851 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:49 2021 Pair time (%) = 0.00103903 (5.51178) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.179595) Outpt time (%) = 0.017662 (93.6927) Other time (%) = 0.00011611 (0.615933) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28337 ave 28337 max 28337 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28337 Ave neighs/atom = 5.6674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:49 2021 Memory usage per processor = 27.5364 Mbytes Step Atoms AVEKE stressZZ 14500 5000 4.0193503e-11 4787189.5 14501 -0.0108874999999941 4787113.37970562 14501 5000 4.0182418e-11 4787113.4 Loop time of 0.0170929 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:49 2021 Pair time (%) = 0.0010922 (6.38975) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186908) Outpt time (%) = 0.0158379 (92.6576) Other time (%) = 0.000130892 (0.765765) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28337 ave 28337 max 28337 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28337 Ave neighs/atom = 5.6674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:49 2021 Memory usage per processor = 27.5364 Mbytes Step Atoms AVEKE stressZZ 14501 5000 4.0182418e-11 4787092.8 14502 -0.0108874999999941 4787016.75855364 14502 5000 4.0174292e-11 4787016.8 Loop time of 0.0170269 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:49 2021 Pair time (%) = 0.00102186 (6.00146) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.189033) Outpt time (%) = 0.0158808 (93.269) Other time (%) = 9.20296e-05 (0.540495) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28337 ave 28337 max 28337 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28337 Ave neighs/atom = 5.6674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:49 2021 Memory usage per processor = 27.5364 Mbytes Step Atoms AVEKE stressZZ 14502 5000 4.0174292e-11 4786996.2 14503 -0.0108874999999941 4786920.14793994 14503 5000 4.0168048e-11 4786920.1 Loop time of 0.0167429 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:49 2021 Pair time (%) = 0.00101185 (6.04343) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190815) Outpt time (%) = 0.015605 (93.2033) Other time (%) = 9.41753e-05 (0.562478) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28337 ave 28337 max 28337 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28337 Ave neighs/atom = 5.6674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:49 2021 Memory usage per processor = 27.5364 Mbytes Step Atoms AVEKE stressZZ 14503 5000 4.0168048e-11 4786899.6 14504 -0.0108874999999941 4786823.54583262 14504 5000 4.0163e-11 4786823.5 Loop time of 0.017014 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:49 2021 Pair time (%) = 0.00114894 (6.75289) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205992) Outpt time (%) = 0.0157161 (92.3713) Other time (%) = 0.000113964 (0.669824) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28337 ave 28337 max 28337 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28337 Ave neighs/atom = 5.6674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:49 2021 Memory usage per processor = 27.5364 Mbytes Step Atoms AVEKE stressZZ 14504 5000 4.0163e-11 4786803 14505 -0.0108874999999941 4786726.95094004 14505 5000 4.0158711e-11 4786727 Loop time of 0.0175231 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:49 2021 Pair time (%) = 0.00106406 (6.07236) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.176878) Outpt time (%) = 0.0163341 (93.2147) Other time (%) = 9.39369e-05 (0.536076) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28337 ave 28337 max 28337 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28337 Ave neighs/atom = 5.6674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:49 2021 Memory usage per processor = 27.5364 Mbytes Step Atoms AVEKE stressZZ 14505 5000 4.0158711e-11 4786706.4 14506 -0.0108874999999941 4786630.36242798 14506 5000 4.0154906e-11 4786630.4 Loop time of 0.0171258 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:49 2021 Pair time (%) = 0.0010128 (5.91388) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186549) Outpt time (%) = 0.0159888 (93.3608) Other time (%) = 9.2268e-05 (0.538765) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28337 ave 28337 max 28337 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28337 Ave neighs/atom = 5.6674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:49 2021 Memory usage per processor = 27.5364 Mbytes Step Atoms AVEKE stressZZ 14506 5000 4.0154906e-11 4786609.8 14507 -0.0108874999999941 4786533.77976282 14507 5000 4.0151407e-11 4786533.8 Loop time of 0.01652 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:49 2021 Pair time (%) = 0.00104713 (6.33858) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.206379) Outpt time (%) = 0.0153091 (92.6699) Other time (%) = 0.0001297 (0.785106) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28337 ave 28337 max 28337 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28337 Ave neighs/atom = 5.6674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:49 2021 Memory usage per processor = 27.5364 Mbytes Step Atoms AVEKE stressZZ 14507 5000 4.0151407e-11 4786513.2 14508 -0.0108874999999941 4786437.2026328 14508 5000 4.0148104e-11 4786437.2 Loop time of 0.0172861 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:49 2021 Pair time (%) = 0.00135207 (7.82175) Neigh time (%) = 0 (0) Comm time (%) = 5.19753e-05 (0.300677) Outpt time (%) = 0.0157092 (90.8776) Other time (%) = 0.000172853 (0.999959) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28337 ave 28337 max 28337 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28337 Ave neighs/atom = 5.6674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:49 2021 Memory usage per processor = 27.5364 Mbytes Step Atoms AVEKE stressZZ 14508 5000 4.0148104e-11 4786416.7 14509 -0.0108874999999941 4786340.63082625 14509 5000 4.0144925e-11 4786340.6 Loop time of 0.0172122 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:49 2021 Pair time (%) = 0.00101304 (5.88561) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192539) Outpt time (%) = 0.016073 (93.3816) Other time (%) = 9.29832e-05 (0.540219) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28337 ave 28337 max 28337 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28337 Ave neighs/atom = 5.6674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:49 2021 Memory usage per processor = 27.5364 Mbytes Step Atoms AVEKE stressZZ 14509 5000 4.0144925e-11 4786320.1 14510 -0.0108874999999941 4786244.06420852 14510 5000 4.0141825e-11 4786244.1 Loop time of 0.018784 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:49 2021 Pair time (%) = 0.00101709 (5.41467) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.170081) Outpt time (%) = 0.017642 (93.9202) Other time (%) = 9.29832e-05 (0.495012) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28337 ave 28337 max 28337 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28337 Ave neighs/atom = 5.6674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:49 2021 Memory usage per processor = 27.5364 Mbytes Step Atoms AVEKE stressZZ 14510 5000 4.0141825e-11 4786223.5 14511 -0.0108874999999941 4786147.50269342 14511 5000 4.0138775e-11 4786147.5 Loop time of 0.0165021 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:49 2021 Pair time (%) = 0.00109005 (6.6055) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.206603) Outpt time (%) = 0.015259 (92.467) Other time (%) = 0.000118971 (0.720942) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28337 ave 28337 max 28337 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28337 Ave neighs/atom = 5.6674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:49 2021 Memory usage per processor = 27.5364 Mbytes Step Atoms AVEKE stressZZ 14511 5000 4.0138775e-11 4786127 14512 -0.0108874999999941 4786050.94622611 14512 5000 4.0135757e-11 4786050.9 Loop time of 0.017184 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:49 2021 Pair time (%) = 0.00104499 (6.08117) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191467) Outpt time (%) = 0.0160089 (93.1613) Other time (%) = 9.72748e-05 (0.566077) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28337 ave 28337 max 28337 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28337 Ave neighs/atom = 5.6674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:49 2021 Memory usage per processor = 27.5364 Mbytes Step Atoms AVEKE stressZZ 14512 5000 4.0135757e-11 4786030.4 14513 -0.0108874999999941 4785954.39477111 14513 5000 4.013276e-11 4785954.4 Loop time of 0.0170619 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:49 2021 Pair time (%) = 0.00104308 (6.11349) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.188645) Outpt time (%) = 0.015893 (93.1487) Other time (%) = 9.36985e-05 (0.549166) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28337 ave 28337 max 28337 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28337 Ave neighs/atom = 5.6674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:49 2021 Memory usage per processor = 27.5364 Mbytes Step Atoms AVEKE stressZZ 14513 5000 4.013276e-11 4785933.9 14514 -0.0108874999999941 4785857.84830583 14514 5000 4.0129776e-11 4785857.8 Loop time of 0.0165391 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:49 2021 Pair time (%) = 0.0010891 (6.58498) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.198933) Outpt time (%) = 0.0153151 (92.5991) Other time (%) = 0.000102043 (0.616981) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28337 ave 28337 max 28337 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28337 Ave neighs/atom = 5.6674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:49 2021 Memory usage per processor = 27.5364 Mbytes Step Atoms AVEKE stressZZ 14514 5000 4.0129776e-11 4785837.3 14515 -0.0108874999999941 4785761.30681552 14515 5000 4.0126801e-11 4785761.3 Loop time of 0.0170748 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:49 2021 Pair time (%) = 0.00123 (7.2036) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.222014) Outpt time (%) = 0.0156901 (91.8902) Other time (%) = 0.000116825 (0.684195) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28337 ave 28337 max 28337 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28337 Ave neighs/atom = 5.6674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:49 2021 Memory usage per processor = 27.5364 Mbytes Step Atoms AVEKE stressZZ 14515 5000 4.0126801e-11 4785740.8 14516 -0.0108874999999941 4785664.77029036 14516 5000 4.0123831e-11 4785664.8 Loop time of 0.0171518 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:50 2021 Pair time (%) = 0.00101209 (5.90075) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180706) Outpt time (%) = 0.0160151 (93.3723) Other time (%) = 9.36985e-05 (0.546289) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28337 ave 28337 max 28337 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28337 Ave neighs/atom = 5.6674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:50 2021 Memory usage per processor = 27.5364 Mbytes Step Atoms AVEKE stressZZ 14516 5000 4.0123831e-11 4785644.2 14517 -0.0108874999999941 4785568.23872404 14517 5000 4.0120864e-11 4785568.2 Loop time of 0.0170591 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:50 2021 Pair time (%) = 0.00104403 (6.12011) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181689) Outpt time (%) = 0.015888 (93.135) Other time (%) = 9.60827e-05 (0.563235) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28337 ave 28337 max 28337 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28337 Ave neighs/atom = 5.6674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:50 2021 Memory usage per processor = 27.5364 Mbytes Step Atoms AVEKE stressZZ 14517 5000 4.0120864e-11 4785547.7 14518 -0.0108874999999941 4785471.71211214 14518 5000 4.0117901e-11 4785471.7 Loop time of 0.016696 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:50 2021 Pair time (%) = 0.00113416 (6.793) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209916) Outpt time (%) = 0.0153649 (92.0275) Other time (%) = 0.000161886 (0.969612) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28337 ave 28337 max 28337 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28337 Ave neighs/atom = 5.6674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:50 2021 Memory usage per processor = 27.5364 Mbytes Step Atoms AVEKE stressZZ 14518 5000 4.0117901e-11 4785451.2 14519 -0.0108874999999941 4785375.19045159 14519 5000 4.0114938e-11 4785375.2 Loop time of 0.0172341 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:50 2021 Pair time (%) = 0.00107288 (6.22536) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197828) Outpt time (%) = 0.016026 (92.9902) Other time (%) = 0.000101089 (0.586567) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28337 ave 28337 max 28337 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28337 Ave neighs/atom = 5.6674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:50 2021 Memory usage per processor = 27.5364 Mbytes Step Atoms AVEKE stressZZ 14519 5000 4.0114938e-11 4785354.7 14520 -0.0108874999999941 4785278.67374018 14520 5000 4.0111977e-11 4785278.7 Loop time of 0.0192389 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:50 2021 Pair time (%) = 0.0010128 (5.26433) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.166059) Outpt time (%) = 0.0181 (94.0801) Other time (%) = 9.41753e-05 (0.489504) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28337 ave 28337 max 28337 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28337 Ave neighs/atom = 5.6674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:50 2021 Memory usage per processor = 27.5364 Mbytes Step Atoms AVEKE stressZZ 14520 5000 4.0111977e-11 4785258.1 14521 -0.0108874999999941 4785182.16197623 14521 5000 4.0109017e-11 4785182.2 Loop time of 0.0166941 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:50 2021 Pair time (%) = 0.00101209 (6.06255) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191374) Outpt time (%) = 0.0155551 (93.1777) Other time (%) = 9.48906e-05 (0.568409) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28337 ave 28337 max 28337 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28337 Ave neighs/atom = 5.6674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:50 2021 Memory usage per processor = 27.5364 Mbytes Step Atoms AVEKE stressZZ 14521 5000 4.0109017e-11 4785161.6 14522 -0.0108874999999941 4785085.65515837 14522 5000 4.0106058e-11 4785085.7 Loop time of 0.0164969 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:50 2021 Pair time (%) = 0.00105 (6.36481) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.205223) Outpt time (%) = 0.015312 (92.8172) Other time (%) = 0.000101089 (0.612779) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28337 ave 28337 max 28337 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28337 Ave neighs/atom = 5.6674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:50 2021 Memory usage per processor = 27.5364 Mbytes Step Atoms AVEKE stressZZ 14522 5000 4.0106058e-11 4785065.1 14523 -0.0108874999999941 4784989.1532857 14523 5000 4.0103099e-11 4784989.2 Loop time of 0.0173628 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:50 2021 Pair time (%) = 0.00119686 (6.89324) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.293855) Outpt time (%) = 0.015969 (91.9725) Other time (%) = 0.000145912 (0.840371) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28337 ave 28337 max 28337 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28337 Ave neighs/atom = 5.6674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:50 2021 Memory usage per processor = 27.5364 Mbytes Step Atoms AVEKE stressZZ 14523 5000 4.0103099e-11 4784968.6 14524 -0.0108874999999941 4784892.65635701 14524 5000 4.010014e-11 4784892.7 Loop time of 0.0171099 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:50 2021 Pair time (%) = 0.00100899 (5.89711) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.188117) Outpt time (%) = 0.015974 (93.3616) Other time (%) = 9.46522e-05 (0.553202) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28337 ave 28337 max 28337 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28337 Ave neighs/atom = 5.6674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:50 2021 Memory usage per processor = 27.5364 Mbytes Step Atoms AVEKE stressZZ 14524 5000 4.010014e-11 4784872.1 14525 -0.0108874999999941 4784796.16437156 14525 5000 4.0097182e-11 4784796.2 Loop time of 0.0164509 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:50 2021 Pair time (%) = 0.0010128 (6.15652) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.188406) Outpt time (%) = 0.0153189 (93.1188) Other time (%) = 8.82149e-05 (0.536232) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28337 ave 28337 max 28337 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28337 Ave neighs/atom = 5.6674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:50 2021 Memory usage per processor = 27.5364 Mbytes Step Atoms AVEKE stressZZ 14525 5000 4.0097182e-11 4784775.6 14526 -0.0108874999999941 4784699.67732853 14526 5000 4.0094224e-11 4784699.7 Loop time of 0.017164 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:50 2021 Pair time (%) = 0.00122809 (7.15506) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.216694) Outpt time (%) = 0.0157719 (91.8893) Other time (%) = 0.000126839 (0.738981) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28337 ave 28337 max 28337 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28337 Ave neighs/atom = 5.6674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:50 2021 Memory usage per processor = 27.5364 Mbytes Step Atoms AVEKE stressZZ 14526 5000 4.0094224e-11 4784679.2 14527 -0.0108874999999941 4784603.19522717 14527 5000 4.0091267e-11 4784603.2 Loop time of 0.0171919 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:50 2021 Pair time (%) = 0.0010128 (5.89116) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185832) Outpt time (%) = 0.0160549 (93.3863) Other time (%) = 9.2268e-05 (0.536695) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28337 ave 28337 max 28337 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28337 Ave neighs/atom = 5.6674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:50 2021 Memory usage per processor = 27.5364 Mbytes Step Atoms AVEKE stressZZ 14527 5000 4.0091267e-11 4784582.7 14528 -0.0108874999999941 4784506.71806679 14528 5000 4.008831e-11 4784506.7 Loop time of 0.0170288 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:50 2021 Pair time (%) = 0.00100994 (5.93078) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187612) Outpt time (%) = 0.0158939 (93.3356) Other time (%) = 9.29832e-05 (0.546035) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28337 ave 28337 max 28337 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28337 Ave neighs/atom = 5.6674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:50 2021 Memory usage per processor = 27.5364 Mbytes Step Atoms AVEKE stressZZ 14528 5000 4.008831e-11 4784486.2 14529 -0.0108874999999941 4784410.24584673 14529 5000 4.0085353e-11 4784410.2 Loop time of 0.016443 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:50 2021 Pair time (%) = 0.00102401 (6.22762) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.201546) Outpt time (%) = 0.015285 (92.9575) Other time (%) = 0.000100851 (0.613337) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28337 ave 28337 max 28337 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28337 Ave neighs/atom = 5.6674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:50 2021 Memory usage per processor = 27.5364 Mbytes Step Atoms AVEKE stressZZ 14529 5000 4.0085353e-11 4784389.7 14530 -0.0108874999999941 4784313.7786096 14530 5000 4.0082397e-11 4784313.8 Loop time of 0.0197089 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:50 2021 Pair time (%) = 0.00105906 (5.3735) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.166939) Outpt time (%) = 0.018517 (93.9527) Other time (%) = 9.98974e-05 (0.506865) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28337 ave 28337 max 28337 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28337 Ave neighs/atom = 5.6674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:50 2021 Memory usage per processor = 27.5364 Mbytes Step Atoms AVEKE stressZZ 14530 5000 4.0082397e-11 4784293.3 14531 -0.0108874999999941 4784217.31641214 14531 5000 4.0079441e-11 4784217.3 Loop time of 0.017252 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:50 2021 Pair time (%) = 0.00101209 (5.8665) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185185) Outpt time (%) = 0.0161152 (93.4107) Other time (%) = 9.27448e-05 (0.53759) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28337 ave 28337 max 28337 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28337 Ave neighs/atom = 5.6674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:50 2021 Memory usage per processor = 27.5364 Mbytes Step Atoms AVEKE stressZZ 14531 5000 4.0079441e-11 4784196.8 14532 -0.0108874999999941 4784120.85920906 14532 5000 4.0076485e-11 4784120.9 Loop time of 0.0170989 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:50 2021 Pair time (%) = 0.00105095 (6.1463) Neigh time (%) = 0 (0) Comm time (%) = 6.19888e-05 (0.362531) Outpt time (%) = 0.0158908 (92.9348) Other time (%) = 9.5129e-05 (0.556346) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28337 ave 28337 max 28337 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28337 Ave neighs/atom = 5.6674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:50 2021 Memory usage per processor = 27.5364 Mbytes Step Atoms AVEKE stressZZ 14532 5000 4.0076485e-11 4784100.3 14533 -0.0108874999999941 4784024.40698687 14533 5000 4.007353e-11 4784024.4 Loop time of 0.0169392 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:50 2021 Pair time (%) = 0.00107813 (6.36471) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.199865) Outpt time (%) = 0.015681 (92.5726) Other time (%) = 0.000146151 (0.862797) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28337 ave 28337 max 28337 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28337 Ave neighs/atom = 5.6674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:50 2021 Memory usage per processor = 27.5364 Mbytes Step Atoms AVEKE stressZZ 14533 5000 4.007353e-11 4784003.9 14534 -0.0108874999999941 4783927.95973832 14534 5000 4.0070575e-11 4783928 Loop time of 0.017396 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:50 2021 Pair time (%) = 0.00104094 (5.98377) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.190505) Outpt time (%) = 0.0162251 (93.2693) Other time (%) = 9.67979e-05 (0.556439) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28337 ave 28337 max 28337 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28337 Ave neighs/atom = 5.6674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:50 2021 Memory usage per processor = 27.5364 Mbytes Step Atoms AVEKE stressZZ 14534 5000 4.0070575e-11 4783907.4 14535 -0.0108874999999941 4783831.51745843 14535 5000 4.006762e-11 4783831.5 Loop time of 0.017035 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:50 2021 Pair time (%) = 0.00100994 (5.92862) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187544) Outpt time (%) = 0.0158999 (93.3366) Other time (%) = 9.32217e-05 (0.547236) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28337 ave 28337 max 28337 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28337 Ave neighs/atom = 5.6674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:50 2021 Memory usage per processor = 27.5364 Mbytes Step Atoms AVEKE stressZZ 14535 5000 4.006762e-11 4783811 14536 -0.0108874999999941 4783735.08014355 14536 5000 4.0064666e-11 4783735.1 Loop time of 0.016412 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:50 2021 Pair time (%) = 0.00105691 (6.43985) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.196115) Outpt time (%) = 0.0152299 (92.7975) Other time (%) = 9.29832e-05 (0.566556) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28337 ave 28337 max 28337 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28337 Ave neighs/atom = 5.6674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:50 2021 Memory usage per processor = 27.5364 Mbytes Step Atoms AVEKE stressZZ 14536 5000 4.0064666e-11 4783714.6 14537 -0.0108874999999941 4783638.64780518 14537 5000 4.0061712e-11 4783638.6 Loop time of 0.0163171 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:50 2021 Pair time (%) = 0.00101304 (6.20845) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.195795) Outpt time (%) = 0.0151851 (93.0624) Other time (%) = 8.70228e-05 (0.533322) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28337 ave 28337 max 28337 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28337 Ave neighs/atom = 5.6674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:50 2021 Memory usage per processor = 27.5364 Mbytes Step Atoms AVEKE stressZZ 14537 5000 4.0061712e-11 4783618.1 14538 -0.0108874999999941 4783542.22046783 14538 5000 4.0058758e-11 4783542.2 Loop time of 0.016355 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:50 2021 Pair time (%) = 0.00101304 (6.19406) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.195341) Outpt time (%) = 0.0152221 (93.0727) Other time (%) = 8.79765e-05 (0.537917) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28337 ave 28337 max 28337 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28337 Ave neighs/atom = 5.6674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:50 2021 Memory usage per processor = 27.5364 Mbytes Step Atoms AVEKE stressZZ 14538 5000 4.0058758e-11 4783521.7 14539 -0.0108874999999941 4783445.79809198 14539 5000 4.0055805e-11 4783445.8 Loop time of 0.0174119 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:50 2021 Pair time (%) = 0.00106001 (6.08783) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183484) Outpt time (%) = 0.01618 (92.9249) Other time (%) = 0.000139952 (0.803768) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28337 ave 28337 max 28337 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28337 Ave neighs/atom = 5.6674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:50 2021 Memory usage per processor = 27.5364 Mbytes Step Atoms AVEKE stressZZ 14539 5000 4.0055805e-11 4783425.3 14540 -0.0108874999999941 4783349.38068999 14540 5000 4.0052852e-11 4783349.4 Loop time of 0.019788 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:50 2021 Pair time (%) = 0.00115108 (5.81708) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.166271) Outpt time (%) = 0.0184581 (93.2793) Other time (%) = 0.000145912 (0.737376) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28337 ave 28337 max 28337 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28337 Ave neighs/atom = 5.6674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:50 2021 Memory usage per processor = 27.5364 Mbytes Step Atoms AVEKE stressZZ 14540 5000 4.0052852e-11 4783328.9 14541 -0.0108874999999941 4783252.96825693 14541 5000 4.0049899e-11 4783253 Loop time of 0.016367 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:50 2021 Pair time (%) = 0.00101304 (6.18955) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.189372) Outpt time (%) = 0.0152299 (93.053) Other time (%) = 9.29832e-05 (0.568116) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28337 ave 28337 max 28337 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28337 Ave neighs/atom = 5.6674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:50 2021 Memory usage per processor = 27.5364 Mbytes Step Atoms AVEKE stressZZ 14541 5000 4.0049899e-11 4783232.5 14542 -0.0108874999999941 4783156.5607894 14542 5000 4.0046947e-11 4783156.6 Loop time of 0.016855 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:50 2021 Pair time (%) = 0.00122809 (7.28623) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.213594) Outpt time (%) = 0.0154679 (91.7703) Other time (%) = 0.000123024 (0.729896) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28337 ave 28337 max 28337 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28337 Ave neighs/atom = 5.6674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:50 2021 Memory usage per processor = 27.5364 Mbytes Step Atoms AVEKE stressZZ 14542 5000 4.0046947e-11 4783136 14543 -0.0108874999999941 4783060.15828448 14543 5000 4.0043995e-11 4783060.2 Loop time of 0.017005 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:50 2021 Pair time (%) = 0.00101113 (5.94611) Neigh time (%) = 0 (0) Comm time (%) = 7.29561e-05 (0.429028) Outpt time (%) = 0.0158241 (93.0556) Other time (%) = 9.67979e-05 (0.569233) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28337 ave 28337 max 28337 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28337 Ave neighs/atom = 5.6674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:50 2021 Memory usage per processor = 27.5364 Mbytes Step Atoms AVEKE stressZZ 14543 5000 4.0043995e-11 4783039.6 14544 -0.0108874999999941 4782963.76073986 14544 5000 4.0041043e-11 4782963.8 Loop time of 0.0171871 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:50 2021 Pair time (%) = 0.00101399 (5.89973) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180335) Outpt time (%) = 0.0160458 (93.3595) Other time (%) = 9.63211e-05 (0.560426) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28337 ave 28337 max 28337 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28337 Ave neighs/atom = 5.6674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:50 2021 Memory usage per processor = 27.5364 Mbytes Step Atoms AVEKE stressZZ 14544 5000 4.0041043e-11 4782943.2 14545 -0.0108874999999941 4782867.36815355 14545 5000 4.0038092e-11 4782867.4 Loop time of 0.016597 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:50 2021 Pair time (%) = 0.00106096 (6.39248) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.205421) Outpt time (%) = 0.015384 (92.691) Other time (%) = 0.000118017 (0.711074) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28337 ave 28337 max 28337 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28337 Ave neighs/atom = 5.6674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:50 2021 Memory usage per processor = 27.5364 Mbytes Step Atoms AVEKE stressZZ 14545 5000 4.0038092e-11 4782846.9 14546 -0.0108874999999941 4782770.98052361 14546 5000 4.0035141e-11 4782771 Loop time of 0.01717 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:50 2021 Pair time (%) = 0.00123119 (7.17063) Neigh time (%) = 0 (0) Comm time (%) = 6.29425e-05 (0.366585) Outpt time (%) = 0.015733 (91.631) Other time (%) = 0.000142813 (0.83176) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28337 ave 28337 max 28337 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28337 Ave neighs/atom = 5.6674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:50 2021 Memory usage per processor = 27.5364 Mbytes Step Atoms AVEKE stressZZ 14546 5000 4.0035141e-11 4782750.5 14547 -0.0108874999999941 4782674.59784845 14547 5000 4.003219e-11 4782674.6 Loop time of 0.0170538 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:50 2021 Pair time (%) = 0.00106311 (6.23384) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187337) Outpt time (%) = 0.015867 (93.0406) Other time (%) = 9.17912e-05 (0.538243) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28337 ave 28337 max 28337 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28337 Ave neighs/atom = 5.6674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:50 2021 Memory usage per processor = 27.5364 Mbytes Step Atoms AVEKE stressZZ 14547 5000 4.003219e-11 4782654.1 14548 -0.0108874999999941 4782578.22012098 14548 5000 4.002924e-11 4782578.2 Loop time of 0.0165401 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:50 2021 Pair time (%) = 0.00102019 (6.16802) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193156) Outpt time (%) = 0.015393 (93.0651) Other time (%) = 9.48906e-05 (0.573702) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28337 ave 28337 max 28337 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28337 Ave neighs/atom = 5.6674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:50 2021 Memory usage per processor = 27.5364 Mbytes Step Atoms AVEKE stressZZ 14548 5000 4.002924e-11 4782557.7 14549 -0.0108874999999941 4782481.8473337 14549 5000 4.0026289e-11 4782481.8 Loop time of 0.0166631 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:50 2021 Pair time (%) = 0.00119996 (7.20132) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.221777) Outpt time (%) = 0.015305 (91.8501) Other time (%) = 0.000121117 (0.726856) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28337 ave 28337 max 28337 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28337 Ave neighs/atom = 5.6674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:50 2021 Memory usage per processor = 27.5364 Mbytes Step Atoms AVEKE stressZZ 14549 5000 4.0026289e-11 4782461.3 14550 -0.0108874999999941 4782385.4794956 14550 5000 4.002334e-11 4782385.5 Loop time of 0.019604 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:50 2021 Pair time (%) = 0.00103307 (5.26969) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.169048) Outpt time (%) = 0.0184159 (93.9398) Other time (%) = 0.000121832 (0.621465) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28337 ave 28337 max 28337 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28337 Ave neighs/atom = 5.6674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:50 2021 Memory usage per processor = 27.5364 Mbytes Step Atoms AVEKE stressZZ 14550 5000 4.002334e-11 4782365 14551 -0.0108874999999941 4782289.1166056 14551 5000 4.002039e-11 4782289.1 Loop time of 0.0171049 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:50 2021 Pair time (%) = 0.0010078 (5.89186) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186778) Outpt time (%) = 0.0159729 (93.3819) Other time (%) = 9.2268e-05 (0.539425) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28337 ave 28337 max 28337 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28337 Ave neighs/atom = 5.6674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:50 2021 Memory usage per processor = 27.5364 Mbytes Step Atoms AVEKE stressZZ 14551 5000 4.002039e-11 4782268.6 14552 -0.0108874999999941 4782192.75866242 14552 5000 4.0017441e-11 4782192.8 Loop time of 0.0167601 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:50 2021 Pair time (%) = 0.00100899 (6.02017) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.19631) Outpt time (%) = 0.015624 (93.2216) Other time (%) = 9.41753e-05 (0.561902) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28337 ave 28337 max 28337 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28337 Ave neighs/atom = 5.6674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:50 2021 Memory usage per processor = 27.5364 Mbytes Step Atoms AVEKE stressZZ 14552 5000 4.0017441e-11 4782172.2 14553 -0.0108874999999941 4782096.40566517 14553 5000 4.0014492e-11 4782096.4 Loop time of 0.01717 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:50 2021 Pair time (%) = 0.00128198 (7.4664) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.267996) Outpt time (%) = 0.0156729 (91.2811) Other time (%) = 0.000169039 (0.984503) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28337 ave 28337 max 28337 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28337 Ave neighs/atom = 5.6674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:50 2021 Memory usage per processor = 27.5364 Mbytes Step Atoms AVEKE stressZZ 14553 5000 4.0014492e-11 4782075.9 14554 -0.0108874999999941 4782000.05761267 14554 5000 4.0011544e-11 4782000.1 Loop time of 0.017241 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:50 2021 Pair time (%) = 0.00100708 (5.84119) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179772) Outpt time (%) = 0.016109 (93.4342) Other time (%) = 9.39369e-05 (0.544846) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28337 ave 28337 max 28337 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28337 Ave neighs/atom = 5.6674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:50 2021 Memory usage per processor = 27.5364 Mbytes Step Atoms AVEKE stressZZ 14554 5000 4.0011544e-11 4781979.5 14555 -0.0108874999999941 4781903.71450396 14555 5000 4.0008596e-11 4781903.7 Loop time of 0.01653 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:50 2021 Pair time (%) = 0.00101423 (6.13569) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193273) Outpt time (%) = 0.0153899 (93.1028) Other time (%) = 9.39369e-05 (0.56828) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28337 ave 28337 max 28337 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28337 Ave neighs/atom = 5.6674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:50 2021 Memory usage per processor = 27.5364 Mbytes Step Atoms AVEKE stressZZ 14555 5000 4.0008596e-11 4781883.2 14556 -0.0108874999999941 4781807.37633816 14556 5000 4.0005648e-11 4781807.4 Loop time of 0.0188191 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:50 2021 Pair time (%) = 0.00105286 (5.59462) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.179899) Outpt time (%) = 0.017627 (93.6655) Other time (%) = 0.000105381 (0.559969) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28337 ave 28337 max 28337 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28337 Ave neighs/atom = 5.6674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:50 2021 Memory usage per processor = 27.5364 Mbytes Step Atoms AVEKE stressZZ 14556 5000 4.0005648e-11 4781786.9 14557 -0.0108874999999941 4781711.04311418 14557 5000 4.00027e-11 4781711 Loop time of 0.0172021 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:50 2021 Pair time (%) = 0.001158 (6.73172) Neigh time (%) = 0 (0) Comm time (%) = 7.10487e-05 (0.413023) Outpt time (%) = 0.0158639 (92.2205) Other time (%) = 0.000109196 (0.63478) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28337 ave 28337 max 28337 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28337 Ave neighs/atom = 5.6674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:50 2021 Memory usage per processor = 27.5364 Mbytes Step Atoms AVEKE stressZZ 14557 5000 4.00027e-11 4781690.5 14558 -0.0108874999999941 4781614.71483115 14558 5000 3.9999753e-11 4781614.7 Loop time of 0.0173292 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:50 2021 Pair time (%) = 0.00100994 (5.82797) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18436) Outpt time (%) = 0.0161841 (93.3919) Other time (%) = 0.000103235 (0.595729) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28337 ave 28337 max 28337 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28337 Ave neighs/atom = 5.6674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:50 2021 Memory usage per processor = 27.5364 Mbytes Step Atoms AVEKE stressZZ 14558 5000 3.9999753e-11 4781594.2 14559 -0.0108874999999941 4781518.39148826 14559 5000 3.9996806e-11 4781518.4 Loop time of 0.016499 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:50 2021 Pair time (%) = 0.00105095 (6.36976) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.187856) Outpt time (%) = 0.0152938 (92.6953) Other time (%) = 0.000123262 (0.747088) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28337 ave 28337 max 28337 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28337 Ave neighs/atom = 5.6674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:50 2021 Memory usage per processor = 27.5364 Mbytes Step Atoms AVEKE stressZZ 14559 5000 3.9996806e-11 4781497.9 14560 -0.0108874999999941 4781422.0730846 14560 5000 3.999386e-11 4781422.1 Loop time of 0.018914 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:51 2021 Pair time (%) = 0.00114512 (6.05438) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.180257) Outpt time (%) = 0.017617 (93.1427) Other time (%) = 0.000117779 (0.622707) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28337 ave 28337 max 28337 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28337 Ave neighs/atom = 5.6674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:51 2021 Memory usage per processor = 27.5364 Mbytes Step Atoms AVEKE stressZZ 14560 5000 3.999386e-11 4781401.6 14561 -0.0108874999999941 4781325.75961925 14561 5000 3.9990914e-11 4781325.8 Loop time of 0.0170879 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:51 2021 Pair time (%) = 0.00103998 (6.08606) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186963) Outpt time (%) = 0.0159171 (93.148) Other time (%) = 9.89437e-05 (0.579027) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28337 ave 28337 max 28337 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28337 Ave neighs/atom = 5.6674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:51 2021 Memory usage per processor = 27.5364 Mbytes Step Atoms AVEKE stressZZ 14561 5000 3.9990914e-11 4781305.3 14562 -0.0108874999999941 4781229.45109149 14562 5000 3.9987968e-11 4781229.5 Loop time of 0.0172238 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:51 2021 Pair time (%) = 0.00101113 (5.87055) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185488) Outpt time (%) = 0.016088 (93.4055) Other time (%) = 9.27448e-05 (0.538468) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28337 ave 28337 max 28337 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28337 Ave neighs/atom = 5.6674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:51 2021 Memory usage per processor = 27.5364 Mbytes Step Atoms AVEKE stressZZ 14562 5000 3.9987968e-11 4781208.9 14563 -0.0108874999999941 4781133.14750044 14563 5000 3.9985022e-11 4781133.1 Loop time of 0.0163891 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:51 2021 Pair time (%) = 0.00101304 (6.18117) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194935) Outpt time (%) = 0.0152512 (93.0565) Other time (%) = 9.29832e-05 (0.567347) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28337 ave 28337 max 28337 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28337 Ave neighs/atom = 5.6674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:51 2021 Memory usage per processor = 27.5364 Mbytes Step Atoms AVEKE stressZZ 14563 5000 3.9985022e-11 4781112.6 14564 -0.0108874999999941 4781036.84884526 14564 5000 3.9982077e-11 4781036.8 Loop time of 0.0169959 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:51 2021 Pair time (%) = 0.00117493 (6.913) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206212) Outpt time (%) = 0.01566 (92.1401) Other time (%) = 0.000125885 (0.740678) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28337 ave 28337 max 28337 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28337 Ave neighs/atom = 5.6674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:51 2021 Memory usage per processor = 27.5364 Mbytes Step Atoms AVEKE stressZZ 14564 5000 3.9982077e-11 4781016.3 14565 -0.0108874999999941 4780940.55512524 14565 5000 3.9979132e-11 4780940.6 Loop time of 0.017427 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:51 2021 Pair time (%) = 0.00101209 (5.80759) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183326) Outpt time (%) = 0.016247 (93.2293) Other time (%) = 0.000135899 (0.779818) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28337 ave 28337 max 28337 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28337 Ave neighs/atom = 5.6674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:51 2021 Memory usage per processor = 27.5364 Mbytes Step Atoms AVEKE stressZZ 14565 5000 3.9979132e-11 4780920 14566 -0.0108874999999941 4780844.26633957 14566 5000 3.9976188e-11 4780844.3 Loop time of 0.0170319 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:51 2021 Pair time (%) = 0.00101399 (5.9535) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.188978) Outpt time (%) = 0.0158911 (93.3018) Other time (%) = 9.46522e-05 (0.555734) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28337 ave 28337 max 28337 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28337 Ave neighs/atom = 5.6674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:51 2021 Memory usage per processor = 27.5364 Mbytes Step Atoms AVEKE stressZZ 14566 5000 3.9976188e-11 4780823.8 14567 -0.0108874999999941 4780747.98248746 14567 5000 3.9973244e-11 4780748 Loop time of 0.0166841 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:51 2021 Pair time (%) = 0.0010159 (6.08906) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.197205) Outpt time (%) = 0.0154929 (92.8606) Other time (%) = 0.000142336 (0.853125) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28337 ave 28337 max 28337 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28337 Ave neighs/atom = 5.6674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:51 2021 Memory usage per processor = 27.5364 Mbytes Step Atoms AVEKE stressZZ 14567 5000 3.9973244e-11 4780727.5 14568 -0.0108874999999941 4780651.7035682 14568 5000 3.99703e-11 4780651.7 Loop time of 0.01719 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:51 2021 Pair time (%) = 0.00112605 (6.55062) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192788) Outpt time (%) = 0.0159309 (92.6755) Other time (%) = 9.98974e-05 (0.581137) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28337 ave 28337 max 28337 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28337 Ave neighs/atom = 5.6674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:51 2021 Memory usage per processor = 27.5364 Mbytes Step Atoms AVEKE stressZZ 14568 5000 3.99703e-11 4780631.2 14569 -0.0108874999999941 4780555.42958104 14569 5000 3.9967356e-11 4780555.4 Loop time of 0.0174859 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:51 2021 Pair time (%) = 0.00100994 (5.77576) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182708) Outpt time (%) = 0.0163519 (93.5152) Other time (%) = 9.20296e-05 (0.526309) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28337 ave 28337 max 28337 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28337 Ave neighs/atom = 5.6674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:51 2021 Memory usage per processor = 27.5364 Mbytes Step Atoms AVEKE stressZZ 14569 5000 3.9967356e-11 4780534.9 14570 -0.0108874999999941 4780459.16052528 14570 5000 3.9964413e-11 4780459.2 Loop time of 0.0186961 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:51 2021 Pair time (%) = 0.00101089 (5.40699) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.170881) Outpt time (%) = 0.01756 (93.9235) Other time (%) = 9.32217e-05 (0.498616) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28337 ave 28337 max 28337 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28337 Ave neighs/atom = 5.6674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:51 2021 Memory usage per processor = 27.5364 Mbytes Step Atoms AVEKE stressZZ 14570 5000 3.9964413e-11 4780438.7 14571 -0.0108874999999941 4780362.89640013 14571 5000 3.996147e-11 4780362.9 Loop time of 0.016619 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:51 2021 Pair time (%) = 0.00107312 (6.45721) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.210889) Outpt time (%) = 0.0154071 (92.7078) Other time (%) = 0.000103712 (0.624059) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28337 ave 28337 max 28337 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28337 Ave neighs/atom = 5.6674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:51 2021 Memory usage per processor = 27.5364 Mbytes Step Atoms AVEKE stressZZ 14571 5000 3.996147e-11 4780342.4 14572 -0.0108874999999941 4780266.6372049 14572 5000 3.9958527e-11 4780266.6 Loop time of 0.0174341 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:51 2021 Pair time (%) = 0.00128698 (7.38198) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.195558) Outpt time (%) = 0.01601 (91.8317) Other time (%) = 0.000102997 (0.590777) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28337 ave 28337 max 28337 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28337 Ave neighs/atom = 5.6674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:51 2021 Memory usage per processor = 27.5364 Mbytes Step Atoms AVEKE stressZZ 14572 5000 3.9958527e-11 4780246.1 14573 -0.0108874999999941 4780170.38293896 14573 5000 3.9955585e-11 4780170.4 Loop time of 0.0169728 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:51 2021 Pair time (%) = 0.00101304 (5.96862) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188231) Outpt time (%) = 0.0158348 (93.2953) Other time (%) = 9.29832e-05 (0.547837) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28337 ave 28337 max 28337 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28337 Ave neighs/atom = 5.6674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:51 2021 Memory usage per processor = 27.5364 Mbytes Step Atoms AVEKE stressZZ 14573 5000 3.9955585e-11 4780149.9 14574 -0.0108874999999941 4780074.13360151 14574 5000 3.9952643e-11 4780074.1 Loop time of 0.0163519 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:51 2021 Pair time (%) = 0.001055 (6.45185) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.196836) Outpt time (%) = 0.0151708 (92.7768) Other time (%) = 9.39369e-05 (0.57447) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28337 ave 28337 max 28337 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28337 Ave neighs/atom = 5.6674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:51 2021 Memory usage per processor = 27.5364 Mbytes Step Atoms AVEKE stressZZ 14574 5000 3.9952643e-11 4780053.6 14575 -0.0108874999999941 4779977.88919193 14575 5000 3.9949701e-11 4779977.9 Loop time of 0.0170741 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:51 2021 Pair time (%) = 0.001297 (7.59628) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.198285) Outpt time (%) = 0.0155971 (91.3495) Other time (%) = 0.000146151 (0.855978) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28337 ave 28337 max 28337 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28337 Ave neighs/atom = 5.6674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:51 2021 Memory usage per processor = 27.5364 Mbytes Step Atoms AVEKE stressZZ 14575 5000 3.9949701e-11 4779957.4 14576 -0.0108874999999941 4779881.6497095 14576 5000 3.994676e-11 4779881.6 Loop time of 0.017235 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:51 2021 Pair time (%) = 0.00132799 (7.70518) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.232401) Outpt time (%) = 0.0157099 (91.1508) Other time (%) = 0.000157118 (0.911619) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28337 ave 28337 max 28337 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28337 Ave neighs/atom = 5.6674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:51 2021 Memory usage per processor = 27.5364 Mbytes Step Atoms AVEKE stressZZ 14576 5000 3.994676e-11 4779861.1 14577 -0.0108874999999941 4779785.41515355 14577 5000 3.9943819e-11 4779785.4 Loop time of 0.0167849 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:51 2021 Pair time (%) = 0.00104403 (6.22008) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.201702) Outpt time (%) = 0.0156021 (92.9532) Other time (%) = 0.000104904 (0.624991) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28337 ave 28337 max 28337 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28337 Ave neighs/atom = 5.6674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:51 2021 Memory usage per processor = 27.5364 Mbytes Step Atoms AVEKE stressZZ 14577 5000 3.9943819e-11 4779764.9 14578 -0.0108874999999941 4779689.18552339 14578 5000 3.9940879e-11 4779689.2 Loop time of 0.0167701 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:51 2021 Pair time (%) = 0.00124788 (7.44111) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.203301) Outpt time (%) = 0.0153589 (91.585) Other time (%) = 0.000129223 (0.770554) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28337 ave 28337 max 28337 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28337 Ave neighs/atom = 5.6674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:51 2021 Memory usage per processor = 27.5364 Mbytes Step Atoms AVEKE stressZZ 14578 5000 3.9940879e-11 4779668.7 14579 -0.0108874999999941 4779592.9608184 14579 5000 3.9937938e-11 4779593 Loop time of 0.0169661 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:51 2021 Pair time (%) = 0.0010519 (6.20003) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.195332) Outpt time (%) = 0.015784 (93.0327) Other time (%) = 9.70364e-05 (0.571942) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28337 ave 28337 max 28337 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28337 Ave neighs/atom = 5.6674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:51 2021 Memory usage per processor = 27.5364 Mbytes Step Atoms AVEKE stressZZ 14579 5000 3.9937938e-11 4779572.5 14580 -0.0108874999999941 4779496.74103789 14580 5000 3.9934998e-11 4779496.7 Loop time of 0.0184479 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:51 2021 Pair time (%) = 0.00101209 (5.4862) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.168011) Outpt time (%) = 0.017312 (93.8431) Other time (%) = 9.27448e-05 (0.50274) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28337 ave 28337 max 28337 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28337 Ave neighs/atom = 5.6674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:51 2021 Memory usage per processor = 27.5364 Mbytes Step Atoms AVEKE stressZZ 14580 5000 3.9934998e-11 4779476.2 14581 -0.0108874999999941 4779400.52618126 14581 5000 3.9932059e-11 4779400.5 Loop time of 0.0163341 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:51 2021 Pair time (%) = 0.00100899 (6.1772) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.197052) Outpt time (%) = 0.015121 (92.5733) Other time (%) = 0.0001719 (1.0524) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28337 ave 28337 max 28337 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28337 Ave neighs/atom = 5.6674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:51 2021 Memory usage per processor = 27.5364 Mbytes Step Atoms AVEKE stressZZ 14581 5000 3.9932059e-11 4779380 14582 -0.0108874999999941 4779304.31624781 14582 5000 3.9929119e-11 4779304.3 Loop time of 0.0168128 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:51 2021 Pair time (%) = 0.00101495 (6.03676) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.19144) Outpt time (%) = 0.0156829 (93.2797) Other time (%) = 8.27312e-05 (0.492073) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28337 ave 28337 max 28337 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28337 Ave neighs/atom = 5.6674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:51 2021 Memory usage per processor = 27.5364 Mbytes Step Atoms AVEKE stressZZ 14582 5000 3.9929119e-11 4779283.8 14583 -0.0108874999999941 4779208.11123692 14583 5000 3.992618e-11 4779208.1 Loop time of 0.017117 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:51 2021 Pair time (%) = 0.00123692 (7.22623) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.215895) Outpt time (%) = 0.0157161 (91.8155) Other time (%) = 0.000127077 (0.742402) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28337 ave 28337 max 28337 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28337 Ave neighs/atom = 5.6674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:51 2021 Memory usage per processor = 27.5364 Mbytes Step Atoms AVEKE stressZZ 14583 5000 3.992618e-11 4779187.6 14584 -0.0108874999999941 4779111.91114796 14584 5000 3.9923242e-11 4779111.9 Loop time of 0.017117 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:51 2021 Pair time (%) = 0.00101399 (5.92389) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186645) Outpt time (%) = 0.015981 (93.363) Other time (%) = 9.01222e-05 (0.526506) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28337 ave 28337 max 28337 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28337 Ave neighs/atom = 5.6674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:23:51 2021 Memory usage per processor = 27.5364 Mbytes Step Atoms AVEKE stressZZ 14584 5000 3.9923242e-11 4779091.4 14585 -0.0108874999999941 4779000.55468021 14585 5000 7.8848659e-11 4779157.6 Loop time of 0.016885 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:51 2021 Pair time (%) = 0.00105715 (6.26085) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.189209) Outpt time (%) = 0.0156789 (92.8566) Other time (%) = 0.000117064 (0.693297) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28337 ave 28337 max 28337 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28337 Ave neighs/atom = 5.6674 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:51 2021 Memory usage per processor = 27.5364 Mbytes Step Atoms AVEKE stressZZ 14585 5000 7.8848659e-11 4832306.3 14586 -0.010919999999994 4832206.05194583 14586 5000 6.3505905e-11 4832206.1 Loop time of 0.016783 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:51 2021 Pair time (%) = 0.00107503 (6.40547) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.201725) Outpt time (%) = 0.015476 (92.2123) Other time (%) = 0.000198126 (1.18052) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28338 ave 28338 max 28338 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28338 Ave neighs/atom = 5.6676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:51 2021 Memory usage per processor = 27.5364 Mbytes Step Atoms AVEKE stressZZ 14586 5000 6.3505905e-11 4832178.4 14587 -0.010919999999994 4832086.77710408 14587 5000 5.4616269e-11 4832086.8 Loop time of 0.0169451 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:51 2021 Pair time (%) = 0.00113821 (6.71704) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.199795) Outpt time (%) = 0.0156629 (92.4331) Other time (%) = 0.000110149 (0.650036) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28338 ave 28338 max 28338 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28338 Ave neighs/atom = 5.6676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:51 2021 Memory usage per processor = 27.5364 Mbytes Step Atoms AVEKE stressZZ 14587 5000 5.4616269e-11 4832061.6 14588 -0.010919999999994 4831975.44367758 14588 5000 4.9313877e-11 4831975.4 Loop time of 0.017231 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:51 2021 Pair time (%) = 0.00103593 (6.01201) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185411) Outpt time (%) = 0.0160332 (93.0485) Other time (%) = 0.000129938 (0.754096) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28338 ave 28338 max 28338 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28338 Ave neighs/atom = 5.6676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:51 2021 Memory usage per processor = 27.5364 Mbytes Step Atoms AVEKE stressZZ 14588 5000 4.9313877e-11 4831951.9 14589 -0.010919999999994 4831869.15893209 14589 5000 4.6083694e-11 4831869.2 Loop time of 0.016624 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:51 2021 Pair time (%) = 0.00105596 (6.35201) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192181) Outpt time (%) = 0.015444 (92.9022) Other time (%) = 9.20296e-05 (0.553596) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28338 ave 28338 max 28338 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28338 Ave neighs/atom = 5.6676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:51 2021 Memory usage per processor = 27.5364 Mbytes Step Atoms AVEKE stressZZ 14589 5000 4.6083694e-11 4831846.6 14590 -0.010919999999994 4831766.0845094 14590 5000 4.4086598e-11 4831766.1 Loop time of 0.0185571 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:51 2021 Pair time (%) = 0.00106788 (5.75455) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.183724) Outpt time (%) = 0.0173531 (93.5118) Other time (%) = 0.000102043 (0.549888) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28338 ave 28338 max 28338 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28338 Ave neighs/atom = 5.6676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:51 2021 Memory usage per processor = 27.5366 Mbytes Step Atoms AVEKE stressZZ 14590 5000 4.4086598e-11 4831744.2 14591 -0.010919999999994 4831665.05211471 14591 5000 4.2839282e-11 4831665.1 Loop time of 0.0170448 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:51 2021 Pair time (%) = 0.00105596 (6.19519) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.200025) Outpt time (%) = 0.015852 (93.0019) Other time (%) = 0.000102758 (0.602873) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28338 ave 28338 max 28338 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28338 Ave neighs/atom = 5.6676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:51 2021 Memory usage per processor = 27.5366 Mbytes Step Atoms AVEKE stressZZ 14591 5000 4.2839282e-11 4831643.5 14592 -0.010919999999994 4831565.31928405 14592 5000 4.2054781e-11 4831565.3 Loop time of 0.0171962 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:51 2021 Pair time (%) = 0.00101995 (5.93129) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185786) Outpt time (%) = 0.0160511 (93.3408) Other time (%) = 9.32217e-05 (0.542107) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28338 ave 28338 max 28338 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28338 Ave neighs/atom = 5.6676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:51 2021 Memory usage per processor = 27.5366 Mbytes Step Atoms AVEKE stressZZ 14592 5000 4.2054781e-11 4831544.1 14593 -0.010919999999994 4831466.4141731 14593 5000 4.1558877e-11 4831466.4 Loop time of 0.0164499 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:51 2021 Pair time (%) = 0.00101304 (6.15833) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.195664) Outpt time (%) = 0.015311 (93.0764) Other time (%) = 9.36985e-05 (0.569598) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28338 ave 28338 max 28338 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28338 Ave neighs/atom = 5.6676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:51 2021 Memory usage per processor = 27.5366 Mbytes Step Atoms AVEKE stressZZ 14593 5000 4.1558877e-11 4831445.3 14594 -0.010919999999994 4831368.03691929 14594 5000 4.1244146e-11 4831368 Loop time of 0.0170929 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:51 2021 Pair time (%) = 0.00123405 (7.21967) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.2162) Outpt time (%) = 0.0156879 (91.7802) Other time (%) = 0.000133991 (0.783898) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28338 ave 28338 max 28338 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28338 Ave neighs/atom = 5.6676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:51 2021 Memory usage per processor = 27.5366 Mbytes Step Atoms AVEKE stressZZ 14594 5000 4.1244146e-11 4831347 14595 -0.010919999999994 4831269.99695627 14595 5000 4.104365e-11 4831270 Loop time of 0.0174761 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:51 2021 Pair time (%) = 0.00101113 (5.78581) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18281) Outpt time (%) = 0.0163391 (93.4939) Other time (%) = 9.39369e-05 (0.537517) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28338 ave 28338 max 28338 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28338 Ave neighs/atom = 5.6676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:51 2021 Memory usage per processor = 27.5366 Mbytes Step Atoms AVEKE stressZZ 14595 5000 4.104365e-11 4831249.1 14596 -0.010919999999994 4831172.1731767 14596 5000 4.0915386e-11 4831172.2 Loop time of 0.0171981 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:51 2021 Pair time (%) = 0.00106215 (6.17601) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198242) Outpt time (%) = 0.0160019 (93.0449) Other time (%) = 9.98974e-05 (0.580863) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28338 ave 28338 max 28338 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28338 Ave neighs/atom = 5.6676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:51 2021 Memory usage per processor = 27.5366 Mbytes Step Atoms AVEKE stressZZ 14596 5000 4.0915386e-11 4831151.3 14597 -0.010919999999994 4831074.48861511 14597 5000 4.0832879e-11 4831074.5 Loop time of 0.0167301 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:51 2021 Pair time (%) = 0.00103498 (6.18632) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.198088) Outpt time (%) = 0.015559 (93) Other time (%) = 0.000102997 (0.615639) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28338 ave 28338 max 28338 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28338 Ave neighs/atom = 5.6676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:51 2021 Memory usage per processor = 27.5366 Mbytes Step Atoms AVEKE stressZZ 14597 5000 4.0832879e-11 4831053.6 14598 -0.010919999999994 4830976.89435885 14598 5000 4.077939e-11 4830976.9 Loop time of 0.0172369 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:51 2021 Pair time (%) = 0.00137806 (7.9948) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.221309) Outpt time (%) = 0.015671 (90.9153) Other time (%) = 0.000149727 (0.868639) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28338 ave 28338 max 28338 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28338 Ave neighs/atom = 5.6676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:51 2021 Memory usage per processor = 27.5366 Mbytes Step Atoms AVEKE stressZZ 14598 5000 4.077939e-11 4830956.1 14599 -0.010919999999994 4830879.35932314 14599 5000 4.074432e-11 4830879.4 Loop time of 0.017195 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:51 2021 Pair time (%) = 0.00101709 (5.91506) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185799) Outpt time (%) = 0.016053 (93.3584) Other time (%) = 9.29832e-05 (0.540758) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28338 ave 28338 max 28338 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28338 Ave neighs/atom = 5.6676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:51 2021 Memory usage per processor = 27.5366 Mbytes Step Atoms AVEKE stressZZ 14599 5000 4.074432e-11 4830858.5 14600 -0.010919999999994 4830781.86375306 14600 5000 4.0720945e-11 4830781.9 Loop time of 0.0191338 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:51 2021 Pair time (%) = 0.00101304 (5.29451) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.166972) Outpt time (%) = 0.0179939 (94.0426) Other time (%) = 9.48906e-05 (0.495932) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28338 ave 28338 max 28338 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28338 Ave neighs/atom = 5.6676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:51 2021 Memory usage per processor = 27.5366 Mbytes Step Atoms AVEKE stressZZ 14600 5000 4.0720945e-11 4830761 14601 -0.010919999999994 4830684.39509379 14601 5000 4.0704997e-11 4830684.4 Loop time of 0.016449 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:51 2021 Pair time (%) = 0.00108814 (6.61526) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.205821) Outpt time (%) = 0.0152252 (92.56) Other time (%) = 0.000101805 (0.618912) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28338 ave 28338 max 28338 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28338 Ave neighs/atom = 5.6676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:51 2021 Memory usage per processor = 27.5366 Mbytes Step Atoms AVEKE stressZZ 14601 5000 4.0704997e-11 4830663.6 14602 -0.010919999999994 4830586.94536634 14602 5000 4.0693769e-11 4830586.9 Loop time of 0.017108 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:51 2021 Pair time (%) = 0.00113487 (6.63359) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193712) Outpt time (%) = 0.015841 (92.5943) Other time (%) = 9.89437e-05 (0.578349) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28338 ave 28338 max 28338 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28338 Ave neighs/atom = 5.6676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:51 2021 Memory usage per processor = 27.5366 Mbytes Step Atoms AVEKE stressZZ 14602 5000 4.0693769e-11 4830566.1 14603 -0.010919999999994 4830489.5094998 14603 5000 4.068554e-11 4830489.5 Loop time of 0.017134 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:52 2021 Pair time (%) = 0.00105691 (6.16851) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.197593) Outpt time (%) = 0.015945 (93.0606) Other time (%) = 9.82285e-05 (0.573297) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28338 ave 28338 max 28338 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28338 Ave neighs/atom = 5.6676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:52 2021 Memory usage per processor = 27.5366 Mbytes Step Atoms AVEKE stressZZ 14603 5000 4.068554e-11 4830468.7 14604 -0.010919999999994 4830392.08427132 14604 5000 4.0679216e-11 4830392.1 Loop time of 0.01667 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:52 2021 Pair time (%) = 0.00104904 (6.293) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.19165) Outpt time (%) = 0.015497 (92.9633) Other time (%) = 9.20296e-05 (0.552067) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28338 ave 28338 max 28338 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28338 Ave neighs/atom = 5.6676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:52 2021 Memory usage per processor = 27.5366 Mbytes Step Atoms AVEKE stressZZ 14604 5000 4.0679216e-11 4830371.3 14605 -0.010919999999994 4830294.66763251 14605 5000 4.0674103e-11 4830294.7 Loop time of 0.0165641 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:52 2021 Pair time (%) = 0.001127 (6.80389) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.205829) Outpt time (%) = 0.0152841 (92.272) Other time (%) = 0.000118971 (0.718244) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28338 ave 28338 max 28338 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28338 Ave neighs/atom = 5.6676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:52 2021 Memory usage per processor = 27.5366 Mbytes Step Atoms AVEKE stressZZ 14605 5000 4.0674103e-11 4830273.9 14606 -0.010919999999994 4830197.2582813 14606 5000 4.0669759e-11 4830197.3 Loop time of 0.017138 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:52 2021 Pair time (%) = 0.00100994 (5.89299) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180852) Outpt time (%) = 0.016012 (93.4295) Other time (%) = 8.51154e-05 (0.496647) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28338 ave 28338 max 28338 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28338 Ave neighs/atom = 5.6676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:52 2021 Memory usage per processor = 27.5366 Mbytes Step Atoms AVEKE stressZZ 14606 5000 4.0669759e-11 4830176.5 14607 -0.010919999999994 4830099.85539002 14607 5000 4.0665905e-11 4830099.9 Loop time of 0.0171449 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:52 2021 Pair time (%) = 0.00104713 (6.10755) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.268387) Outpt time (%) = 0.0159171 (92.8384) Other time (%) = 0.000134706 (0.785693) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28338 ave 28338 max 28338 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28338 Ave neighs/atom = 5.6676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:52 2021 Memory usage per processor = 27.5366 Mbytes Step Atoms AVEKE stressZZ 14607 5000 4.0665905e-11 4830079.1 14608 -0.010919999999994 4830002.45843238 14608 5000 4.0662362e-11 4830002.5 Loop time of 0.016655 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:52 2021 Pair time (%) = 0.00110984 (6.66371) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.203275) Outpt time (%) = 0.0153489 (92.1582) Other time (%) = 0.000162363 (0.974863) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28338 ave 28338 max 28338 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28338 Ave neighs/atom = 5.6676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:52 2021 Memory usage per processor = 27.5366 Mbytes Step Atoms AVEKE stressZZ 14608 5000 4.0662362e-11 4829981.7 14609 -0.010919999999994 4829905.06707387 14609 5000 4.0659016e-11 4829905.1 Loop time of 0.017287 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:52 2021 Pair time (%) = 0.00113297 (6.55385) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190326) Outpt time (%) = 0.0159819 (92.4504) Other time (%) = 0.000139236 (0.805439) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28338 ave 28338 max 28338 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28338 Ave neighs/atom = 5.6676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:52 2021 Memory usage per processor = 27.5366 Mbytes Step Atoms AVEKE stressZZ 14609 5000 4.0659016e-11 4829884.3 14610 -0.010919999999994 4829807.68110142 14610 5000 4.0655796e-11 4829807.7 Loop time of 0.019429 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:52 2021 Pair time (%) = 0.00102496 (5.27543) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.170571) Outpt time (%) = 0.0182722 (94.046) Other time (%) = 9.87053e-05 (0.508032) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28338 ave 28338 max 28338 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28338 Ave neighs/atom = 5.6676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:52 2021 Memory usage per processor = 27.5366 Mbytes Step Atoms AVEKE stressZZ 14610 5000 4.0655796e-11 4829786.9 14611 -0.010919999999994 4829710.30037956 14611 5000 4.0652656e-11 4829710.3 Loop time of 0.017344 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:52 2021 Pair time (%) = 0.00101185 (5.834) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184203) Outpt time (%) = 0.0162051 (93.4333) Other time (%) = 9.5129e-05 (0.548484) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28338 ave 28338 max 28338 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28338 Ave neighs/atom = 5.6676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:52 2021 Memory usage per processor = 27.5366 Mbytes Step Atoms AVEKE stressZZ 14611 5000 4.0652656e-11 4829689.5 14612 -0.010919999999994 4829612.92482196 14612 5000 4.0649568e-11 4829612.9 Loop time of 0.016505 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:52 2021 Pair time (%) = 0.00104213 (6.31401) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.206567) Outpt time (%) = 0.0153251 (92.8511) Other time (%) = 0.000103712 (0.628368) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28338 ave 28338 max 28338 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28338 Ave neighs/atom = 5.6676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:52 2021 Memory usage per processor = 27.5366 Mbytes Step Atoms AVEKE stressZZ 14612 5000 4.0649568e-11 4829592.1 14613 -0.010919999999994 4829515.55437356 14613 5000 4.0646512e-11 4829515.6 Loop time of 0.0172069 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:52 2021 Pair time (%) = 0.00117898 (6.85178) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.221696) Outpt time (%) = 0.0158529 (92.1312) Other time (%) = 0.000136852 (0.795333) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28338 ave 28338 max 28338 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28338 Ave neighs/atom = 5.6676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:52 2021 Memory usage per processor = 27.5366 Mbytes Step Atoms AVEKE stressZZ 14613 5000 4.0646512e-11 4829494.8 14614 -0.010919999999994 4829418.18899899 14614 5000 4.0643476e-11 4829418.2 Loop time of 0.017287 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:52 2021 Pair time (%) = 0.00101089 (5.84771) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18481) Outpt time (%) = 0.01615 (93.4227) Other time (%) = 9.41753e-05 (0.544775) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28338 ave 28338 max 28338 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28338 Ave neighs/atom = 5.6676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:52 2021 Memory usage per processor = 27.5366 Mbytes Step Atoms AVEKE stressZZ 14614 5000 4.0643476e-11 4829397.4 14615 -0.010919999999994 4829320.8286757 14615 5000 4.0640454e-11 4829320.8 Loop time of 0.01684 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:52 2021 Pair time (%) = 0.00101209 (6.01002) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.189716) Outpt time (%) = 0.015671 (93.0584) Other time (%) = 0.000124931 (0.741873) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28338 ave 28338 max 28338 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28338 Ave neighs/atom = 5.6676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:52 2021 Memory usage per processor = 27.5366 Mbytes Step Atoms AVEKE stressZZ 14615 5000 4.0640454e-11 4829300 14616 -0.010919999999994 4829223.47338904 14616 5000 4.0637441e-11 4829223.5 Loop time of 0.0167098 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:52 2021 Pair time (%) = 0.00113106 (6.76883) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209742) Outpt time (%) = 0.01544 (92.4008) Other time (%) = 0.000103712 (0.620666) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28338 ave 28338 max 28338 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28338 Ave neighs/atom = 5.6676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:52 2021 Memory usage per processor = 27.5366 Mbytes Step Atoms AVEKE stressZZ 14616 5000 4.0637441e-11 4829202.7 14617 -0.010919999999994 4829126.12312953 14617 5000 4.0634433e-11 4829126.1 Loop time of 0.0175059 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:52 2021 Pair time (%) = 0.001127 (6.43786) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.194757) Outpt time (%) = 0.016242 (92.7804) Other time (%) = 0.000102758 (0.586994) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28338 ave 28338 max 28338 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28338 Ave neighs/atom = 5.6676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:52 2021 Memory usage per processor = 27.5366 Mbytes Step Atoms AVEKE stressZZ 14617 5000 4.0634433e-11 4829105.3 14618 -0.010919999999994 4829028.77789312 14618 5000 4.0631429e-11 4829028.8 Loop time of 0.0171962 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:52 2021 Pair time (%) = 0.00101209 (5.88553) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185786) Outpt time (%) = 0.016058 (93.381) Other time (%) = 9.41753e-05 (0.547653) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28338 ave 28338 max 28338 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28338 Ave neighs/atom = 5.6676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:52 2021 Memory usage per processor = 27.5366 Mbytes Step Atoms AVEKE stressZZ 14618 5000 4.0631429e-11 4829008 14619 -0.010919999999994 4828931.43768531 14619 5000 4.0628427e-11 4828931.4 Loop time of 0.0167789 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:52 2021 Pair time (%) = 0.00101805 (6.06741) Neigh time (%) = 0 (0) Comm time (%) = 4.81606e-05 (0.28703) Outpt time (%) = 0.015547 (92.658) Other time (%) = 0.000165701 (0.987553) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28338 ave 28338 max 28338 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28338 Ave neighs/atom = 5.6676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:52 2021 Memory usage per processor = 27.5366 Mbytes Step Atoms AVEKE stressZZ 14619 5000 4.0628427e-11 4828910.6 14620 -0.010919999999994 4828834.1024983 14620 5000 4.0625427e-11 4828834.1 Loop time of 0.019578 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:52 2021 Pair time (%) = 0.00117397 (5.9964) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.179015) Outpt time (%) = 0.0182199 (93.0635) Other time (%) = 0.000149012 (0.761118) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28338 ave 28338 max 28338 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28338 Ave neighs/atom = 5.6676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:52 2021 Memory usage per processor = 27.5366 Mbytes Step Atoms AVEKE stressZZ 14620 5000 4.0625427e-11 4828813.3 14621 -0.010919999999994 4828736.77232824 14621 5000 4.0622428e-11 4828736.8 Loop time of 0.0172029 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:52 2021 Pair time (%) = 0.00101304 (5.88879) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.1871) Outpt time (%) = 0.0160639 (93.3794) Other time (%) = 9.36985e-05 (0.544668) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28338 ave 28338 max 28338 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28338 Ave neighs/atom = 5.6676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:52 2021 Memory usage per processor = 27.5366 Mbytes Step Atoms AVEKE stressZZ 14621 5000 4.0622428e-11 4828716 14622 -0.010919999999994 4828639.44717264 14622 5000 4.061943e-11 4828639.4 Loop time of 0.0166578 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:52 2021 Pair time (%) = 0.00101399 (6.08719) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.19179) Outpt time (%) = 0.015518 (93.1571) Other time (%) = 9.39369e-05 (0.563921) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28338 ave 28338 max 28338 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28338 Ave neighs/atom = 5.6676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:52 2021 Memory usage per processor = 27.5366 Mbytes Step Atoms AVEKE stressZZ 14622 5000 4.061943e-11 4828618.7 14623 -0.010919999999994 4828542.12702987 14623 5000 4.0616433e-11 4828542.1 Loop time of 0.0164549 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:52 2021 Pair time (%) = 0.00116014 (7.05044) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.207195) Outpt time (%) = 0.0151639 (92.1541) Other time (%) = 9.67979e-05 (0.588261) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28338 ave 28338 max 28338 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28338 Ave neighs/atom = 5.6676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:52 2021 Memory usage per processor = 27.5366 Mbytes Step Atoms AVEKE stressZZ 14623 5000 4.0616433e-11 4828521.3 14624 -0.010919999999994 4828444.81189845 14624 5000 4.0613436e-11 4828444.8 Loop time of 0.0161159 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:52 2021 Pair time (%) = 0.00101399 (6.29189) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.192322) Outpt time (%) = 0.0149801 (92.9521) Other time (%) = 9.08375e-05 (0.563651) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28338 ave 28338 max 28338 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28338 Ave neighs/atom = 5.6676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:52 2021 Memory usage per processor = 27.5366 Mbytes Step Atoms AVEKE stressZZ 14624 5000 4.0613436e-11 4828424 14625 -0.010919999999994 4828347.50177741 14625 5000 4.061044e-11 4828347.5 Loop time of 0.0163889 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:52 2021 Pair time (%) = 0.00105882 (6.46058) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.206576) Outpt time (%) = 0.0152061 (92.783) Other time (%) = 9.01222e-05 (0.549898) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28338 ave 28338 max 28338 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28338 Ave neighs/atom = 5.6676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:52 2021 Memory usage per processor = 27.5366 Mbytes Step Atoms AVEKE stressZZ 14625 5000 4.061044e-11 4828326.7 14626 -0.010919999999994 4828250.19666568 14626 5000 4.0607444e-11 4828250.2 Loop time of 0.0171659 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:52 2021 Pair time (%) = 0.00101399 (5.90703) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180558) Outpt time (%) = 0.016031 (93.3888) Other time (%) = 8.98838e-05 (0.523618) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28338 ave 28338 max 28338 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28338 Ave neighs/atom = 5.6676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:52 2021 Memory usage per processor = 27.5366 Mbytes Step Atoms AVEKE stressZZ 14626 5000 4.0607444e-11 4828229.4 14627 -0.010919999999994 4828152.89656243 14627 5000 4.0604448e-11 4828152.9 Loop time of 0.016571 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:52 2021 Pair time (%) = 0.0010159 (6.13058) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.18704) Outpt time (%) = 0.015429 (93.1083) Other time (%) = 9.5129e-05 (0.574068) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28338 ave 28338 max 28338 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28338 Ave neighs/atom = 5.6676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:52 2021 Memory usage per processor = 27.5366 Mbytes Step Atoms AVEKE stressZZ 14627 5000 4.0604448e-11 4828132.1 14628 -0.010919999999994 4828055.60146683 14628 5000 4.0601453e-11 4828055.6 Loop time of 0.016546 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:52 2021 Pair time (%) = 0.00108099 (6.53324) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.19885) Outpt time (%) = 0.015327 (92.6325) Other time (%) = 0.000105143 (0.635456) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28338 ave 28338 max 28338 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28338 Ave neighs/atom = 5.6676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:52 2021 Memory usage per processor = 27.5366 Mbytes Step Atoms AVEKE stressZZ 14628 5000 4.0601453e-11 4828034.8 14629 -0.010919999999994 4827958.31140568 14629 5000 4.0598458e-11 4827958.3 Loop time of 0.0170808 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:52 2021 Pair time (%) = 0.00103688 (6.07046) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.188437) Outpt time (%) = 0.0159099 (93.1451) Other time (%) = 0.000101805 (0.596019) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28338 ave 28338 max 28338 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28338 Ave neighs/atom = 5.6676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:52 2021 Memory usage per processor = 27.5366 Mbytes Step Atoms AVEKE stressZZ 14629 5000 4.0598458e-11 4827937.5 14630 -0.010919999999994 4827861.02646768 14630 5000 4.0595464e-11 4827861 Loop time of 0.0194352 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:52 2021 Pair time (%) = 0.00111604 (5.74236) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.175424) Outpt time (%) = 0.018183 (93.5572) Other time (%) = 0.000102043 (0.525044) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28338 ave 28338 max 28338 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28338 Ave neighs/atom = 5.6676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:52 2021 Memory usage per processor = 27.5366 Mbytes Step Atoms AVEKE stressZZ 14630 5000 4.0595464e-11 4827840.2 14631 -0.010919999999994 4827763.74660167 14631 5000 4.059247e-11 4827763.7 Loop time of 0.0168228 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:52 2021 Pair time (%) = 0.00101519 (6.03458) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.18424) Outpt time (%) = 0.015682 (93.2185) Other time (%) = 9.46522e-05 (0.562642) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28338 ave 28338 max 28338 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28338 Ave neighs/atom = 5.6676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:52 2021 Memory usage per processor = 27.5366 Mbytes Step Atoms AVEKE stressZZ 14631 5000 4.059247e-11 4827743 14632 -0.010919999999994 4827666.47179021 14632 5000 4.0589476e-11 4827666.5 Loop time of 0.0164888 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:52 2021 Pair time (%) = 0.00106382 (6.4518) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.19954) Outpt time (%) = 0.015245 (92.4565) Other time (%) = 0.000147104 (0.892147) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28338 ave 28338 max 28338 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28338 Ave neighs/atom = 5.6676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:52 2021 Memory usage per processor = 27.5366 Mbytes Step Atoms AVEKE stressZZ 14632 5000 4.0589476e-11 4827645.7 14633 -0.010919999999994 4827569.20202299 14633 5000 4.0586483e-11 4827569.2 Loop time of 0.0173829 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:52 2021 Pair time (%) = 0.00105381 (6.06235) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.178304) Outpt time (%) = 0.0162058 (93.2285) Other time (%) = 9.2268e-05 (0.530799) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28338 ave 28338 max 28338 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28338 Ave neighs/atom = 5.6676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:52 2021 Memory usage per processor = 27.5366 Mbytes Step Atoms AVEKE stressZZ 14633 5000 4.0586483e-11 4827548.4 14634 -0.010919999999994 4827471.93729262 14634 5000 4.058349e-11 4827471.9 Loop time of 0.0171759 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:52 2021 Pair time (%) = 0.00105309 (6.13123) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186005) Outpt time (%) = 0.0159981 (93.1428) Other time (%) = 9.27448e-05 (0.53997) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28338 ave 28338 max 28338 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28338 Ave neighs/atom = 5.6676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:52 2021 Memory usage per processor = 27.5366 Mbytes Step Atoms AVEKE stressZZ 14634 5000 4.058349e-11 4827451.1 14635 -0.010919999999994 4827374.67759776 14635 5000 4.0580497e-11 4827374.7 Loop time of 0.0165122 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:52 2021 Pair time (%) = 0.00102186 (6.18854) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.200702) Outpt time (%) = 0.01529 (92.5986) Other time (%) = 0.000167131 (1.01217) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28338 ave 28338 max 28338 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28338 Ave neighs/atom = 5.6676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:52 2021 Memory usage per processor = 27.5366 Mbytes Step Atoms AVEKE stressZZ 14635 5000 4.0580497e-11 4827353.9 14636 -0.010919999999994 4827277.42293491 14636 5000 4.0577505e-11 4827277.4 Loop time of 0.01705 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:52 2021 Pair time (%) = 0.00113201 (6.63935) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.199964) Outpt time (%) = 0.015708 (92.1287) Other time (%) = 0.000175953 (1.03198) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28338 ave 28338 max 28338 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28338 Ave neighs/atom = 5.6676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:52 2021 Memory usage per processor = 27.5366 Mbytes Step Atoms AVEKE stressZZ 14636 5000 4.0577505e-11 4827256.6 14637 -0.010919999999994 4827180.17330148 14637 5000 4.0574513e-11 4827180.2 Loop time of 0.0174239 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:52 2021 Pair time (%) = 0.001055 (6.05493) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.188832) Outpt time (%) = 0.0162439 (93.2281) Other time (%) = 9.20296e-05 (0.528181) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:52 2021 Memory usage per processor = 27.5366 Mbytes Step Atoms AVEKE stressZZ 14637 5000 4.0574513e-11 4827159.4 14638 -0.010919999999994 4827082.92871637 14638 5000 4.0571521e-11 4827082.9 Loop time of 0.0164511 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:52 2021 Pair time (%) = 0.00101495 (6.16948) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.195649) Outpt time (%) = 0.015311 (93.0697) Other time (%) = 9.29832e-05 (0.565209) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:52 2021 Memory usage per processor = 27.5366 Mbytes Step Atoms AVEKE stressZZ 14638 5000 4.0571521e-11 4827062.1 14639 -0.010919999999994 4826985.68927899 14639 5000 4.0568529e-11 4826985.7 Loop time of 0.016921 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:52 2021 Pair time (%) = 0.00106382 (6.28699) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.200079) Outpt time (%) = 0.0157189 (92.8958) Other time (%) = 0.000104427 (0.617145) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:52 2021 Memory usage per processor = 27.5366 Mbytes Step Atoms AVEKE stressZZ 14639 5000 4.0568529e-11 4826964.9 14640 -0.010919999999994 4826888.4549253 14640 5000 4.0565538e-11 4826888.5 Loop time of 0.0191958 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:52 2021 Pair time (%) = 0.00105309 (5.48607) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.166433) Outpt time (%) = 0.018019 (93.8693) Other time (%) = 9.17912e-05 (0.478184) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:52 2021 Memory usage per processor = 27.5366 Mbytes Step Atoms AVEKE stressZZ 14640 5000 4.0565538e-11 4826867.7 14641 -0.010919999999994 4826791.22564699 14641 5000 4.0562548e-11 4826791.2 Loop time of 0.017087 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:52 2021 Pair time (%) = 0.00101209 (5.92315) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186973) Outpt time (%) = 0.0159512 (93.3527) Other time (%) = 9.17912e-05 (0.537199) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:52 2021 Memory usage per processor = 27.5366 Mbytes Step Atoms AVEKE stressZZ 14641 5000 4.0562548e-11 4826770.4 14642 -0.010919999999994 4826694.00143799 14642 5000 4.0559557e-11 4826694 Loop time of 0.016434 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:52 2021 Pair time (%) = 0.00106001 (6.45012) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194403) Outpt time (%) = 0.01525 (92.7955) Other time (%) = 9.20296e-05 (0.559997) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:52 2021 Memory usage per processor = 27.5366 Mbytes Step Atoms AVEKE stressZZ 14642 5000 4.0559557e-11 4826673.2 14643 -0.010919999999994 4826596.78237504 14643 5000 4.0556567e-11 4826596.8 Loop time of 0.0169251 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:52 2021 Pair time (%) = 0.00141311 (8.34918) Neigh time (%) = 0 (0) Comm time (%) = 4.31538e-05 (0.254969) Outpt time (%) = 0.015286 (90.3154) Other time (%) = 0.000182867 (1.08045) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:52 2021 Memory usage per processor = 27.5366 Mbytes Step Atoms AVEKE stressZZ 14643 5000 4.0556567e-11 4826576 14644 -0.010919999999994 4826499.56842313 14644 5000 4.0553577e-11 4826499.6 Loop time of 0.017261 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:52 2021 Pair time (%) = 0.00101495 (5.88) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185088) Outpt time (%) = 0.01612 (93.3893) Other time (%) = 9.41753e-05 (0.545595) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:52 2021 Memory usage per processor = 27.5366 Mbytes Step Atoms AVEKE stressZZ 14644 5000 4.0553577e-11 4826478.8 14645 -0.010919999999994 4826402.35956018 14645 5000 4.0550588e-11 4826402.4 Loop time of 0.016613 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:52 2021 Pair time (%) = 0.00100994 (6.07922) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192308) Outpt time (%) = 0.0154788 (93.1731) Other time (%) = 9.2268e-05 (0.555396) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:52 2021 Memory usage per processor = 27.5366 Mbytes Step Atoms AVEKE stressZZ 14645 5000 4.0550588e-11 4826381.6 14646 -0.010919999999994 4826305.15577112 14646 5000 4.0547599e-11 4826305.2 Loop time of 0.017153 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:53 2021 Pair time (%) = 0.00106692 (6.22003) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198763) Outpt time (%) = 0.015934 (92.8932) Other time (%) = 0.000118017 (0.688026) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:53 2021 Memory usage per processor = 27.5366 Mbytes Step Atoms AVEKE stressZZ 14646 5000 4.0547599e-11 4826284.4 14647 -0.010919999999994 4826207.95704084 14647 5000 4.054461e-11 4826208 Loop time of 0.017108 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:53 2021 Pair time (%) = 0.00106096 (6.20157) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193712) Outpt time (%) = 0.0159121 (93.0096) Other time (%) = 0.000101805 (0.595072) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:53 2021 Memory usage per processor = 27.5366 Mbytes Step Atoms AVEKE stressZZ 14647 5000 4.054461e-11 4826187.2 14648 -0.010919999999994 4826110.76337262 14648 5000 4.0541622e-11 4826110.8 Loop time of 0.017072 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:53 2021 Pair time (%) = 0.00101304 (5.93394) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181552) Outpt time (%) = 0.015934 (93.3343) Other time (%) = 9.39369e-05 (0.550241) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:53 2021 Memory usage per processor = 27.5366 Mbytes Step Atoms AVEKE stressZZ 14648 5000 4.0541622e-11 4826090 14649 -0.010919999999994 4826013.57475848 14649 5000 4.0538633e-11 4826013.6 Loop time of 0.016443 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:53 2021 Pair time (%) = 0.00101805 (6.19137) Neigh time (%) = 0 (0) Comm time (%) = 6.60419e-05 (0.401641) Outpt time (%) = 0.015265 (92.8357) Other time (%) = 9.39369e-05 (0.571288) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:53 2021 Memory usage per processor = 27.5366 Mbytes Step Atoms AVEKE stressZZ 14649 5000 4.0538633e-11 4825992.8 14650 -0.010919999999994 4825916.39116977 14650 5000 4.0535646e-11 4825916.4 Loop time of 0.0191081 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:53 2021 Pair time (%) = 0.00125098 (6.54688) Neigh time (%) = 0 (0) Comm time (%) = 5.48363e-05 (0.28698) Outpt time (%) = 0.0176549 (92.395) Other time (%) = 0.000147343 (0.771102) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:53 2021 Memory usage per processor = 27.5366 Mbytes Step Atoms AVEKE stressZZ 14650 5000 4.0535646e-11 4825895.6 14651 -0.010919999999994 4825819.21262942 14651 5000 4.0532658e-11 4825819.2 Loop time of 0.017153 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:53 2021 Pair time (%) = 0.00106311 (6.19779) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180694) Outpt time (%) = 0.0159349 (92.8987) Other time (%) = 0.000123978 (0.722774) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:53 2021 Memory usage per processor = 27.5366 Mbytes Step Atoms AVEKE stressZZ 14651 5000 4.0532658e-11 4825798.4 14652 -0.010919999999994 4825722.03913474 14652 5000 4.0529671e-11 4825722 Loop time of 0.0169849 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:53 2021 Pair time (%) = 0.00101614 (5.98259) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188097) Outpt time (%) = 0.0158451 (93.2889) Other time (%) = 9.17912e-05 (0.540427) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:53 2021 Memory usage per processor = 27.5366 Mbytes Step Atoms AVEKE stressZZ 14652 5000 4.0529671e-11 4825701.3 14653 -0.010919999999994 4825624.87068315 14653 5000 4.0526684e-11 4825624.9 Loop time of 0.016603 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:53 2021 Pair time (%) = 0.00101304 (6.10155) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.203912) Outpt time (%) = 0.0154591 (93.1101) Other time (%) = 9.70364e-05 (0.584451) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:53 2021 Memory usage per processor = 27.5366 Mbytes Step Atoms AVEKE stressZZ 14653 5000 4.0526684e-11 4825604.1 14654 -0.010919999999994 4825527.70727245 14654 5000 4.0523698e-11 4825527.7 Loop time of 0.0171599 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:53 2021 Pair time (%) = 0.00114512 (6.67324) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191736) Outpt time (%) = 0.0158739 (92.5056) Other time (%) = 0.000108004 (0.629394) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:53 2021 Memory usage per processor = 27.5366 Mbytes Step Atoms AVEKE stressZZ 14654 5000 4.0523698e-11 4825506.9 14655 -0.010919999999994 4825430.54890054 14655 5000 4.0520712e-11 4825430.5 Loop time of 0.017055 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:53 2021 Pair time (%) = 0.00106311 (6.2334) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187324) Outpt time (%) = 0.0158679 (93.0397) Other time (%) = 9.20296e-05 (0.539604) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:53 2021 Memory usage per processor = 27.5366 Mbytes Step Atoms AVEKE stressZZ 14655 5000 4.0520712e-11 4825409.8 14656 -0.010919999999994 4825333.39556552 14656 5000 4.0517726e-11 4825333.4 Loop time of 0.0168478 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:53 2021 Pair time (%) = 0.00101304 (6.01288) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.189627) Outpt time (%) = 0.0157099 (93.2456) Other time (%) = 9.29832e-05 (0.5519) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:53 2021 Memory usage per processor = 27.5366 Mbytes Step Atoms AVEKE stressZZ 14656 5000 4.0517726e-11 4825312.6 14657 -0.010919999999994 4825236.24726546 14657 5000 4.051474e-11 4825236.2 Loop time of 0.0165331 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:53 2021 Pair time (%) = 0.00105309 (6.3696) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.199005) Outpt time (%) = 0.0152881 (92.4695) Other time (%) = 0.000159025 (0.961857) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:53 2021 Memory usage per processor = 27.5366 Mbytes Step Atoms AVEKE stressZZ 14657 5000 4.051474e-11 4825215.5 14658 -0.010919999999994 4825139.10400071 14658 5000 4.0511755e-11 4825139.1 Loop time of 0.01724 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:53 2021 Pair time (%) = 0.00117493 (6.8151) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192228) Outpt time (%) = 0.0159271 (92.3842) Other time (%) = 0.000104904 (0.608491) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:53 2021 Memory usage per processor = 27.5366 Mbytes Step Atoms AVEKE stressZZ 14658 5000 4.0511755e-11 4825118.3 14659 -0.010919999999994 4825041.96576998 14659 5000 4.050877e-11 4825042 Loop time of 0.0172839 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:53 2021 Pair time (%) = 0.00101089 (5.84876) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184843) Outpt time (%) = 0.0161469 (93.4215) Other time (%) = 9.41753e-05 (0.544873) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:53 2021 Memory usage per processor = 27.5366 Mbytes Step Atoms AVEKE stressZZ 14659 5000 4.050877e-11 4825021.2 14660 -0.010919999999994 4824944.83256931 14660 5000 4.0505786e-11 4824944.8 Loop time of 0.0185678 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:53 2021 Pair time (%) = 0.00101519 (5.46746) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.172062) Outpt time (%) = 0.0173969 (93.6941) Other time (%) = 0.000123739 (0.666418) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:53 2021 Memory usage per processor = 27.5366 Mbytes Step Atoms AVEKE stressZZ 14660 5000 4.0505786e-11 4824924.1 14661 -0.010919999999994 4824847.70439716 14661 5000 4.0502802e-11 4824847.7 Loop time of 0.016947 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:53 2021 Pair time (%) = 0.00123405 (7.28183) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.218061) Outpt time (%) = 0.0155249 (91.6082) Other time (%) = 0.000151157 (0.89194) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:53 2021 Memory usage per processor = 27.5366 Mbytes Step Atoms AVEKE stressZZ 14661 5000 4.0502802e-11 4824826.9 14662 -0.010919999999994 4824750.58125207 14662 5000 4.0499818e-11 4824750.6 Loop time of 0.0170381 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:53 2021 Pair time (%) = 0.00101614 (5.96393) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18751) Outpt time (%) = 0.015898 (93.3084) Other time (%) = 9.20296e-05 (0.54014) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:53 2021 Memory usage per processor = 27.5366 Mbytes Step Atoms AVEKE stressZZ 14662 5000 4.0499818e-11 4824729.8 14663 -0.010919999999994 4824653.46313265 14663 5000 4.0496834e-11 4824653.5 Loop time of 0.0170722 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:53 2021 Pair time (%) = 0.00127816 (7.4868) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.229031) Outpt time (%) = 0.01563 (91.5524) Other time (%) = 0.000124931 (0.731782) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:53 2021 Memory usage per processor = 27.5366 Mbytes Step Atoms AVEKE stressZZ 14663 5000 4.0496834e-11 4824632.7 14664 -0.010919999999994 4824556.35003765 14664 5000 4.0493851e-11 4824556.4 Loop time of 0.01665 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:53 2021 Pair time (%) = 0.00103712 (6.22897) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.203336) Outpt time (%) = 0.015476 (92.9491) Other time (%) = 0.000102997 (0.618601) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:53 2021 Memory usage per processor = 27.5366 Mbytes Step Atoms AVEKE stressZZ 14664 5000 4.0493851e-11 4824535.6 14665 -0.010919999999994 4824459.24196577 14665 5000 4.0490868e-11 4824459.2 Loop time of 0.0171919 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:53 2021 Pair time (%) = 0.00113916 (6.62617) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.19138) Outpt time (%) = 0.015909 (92.5376) Other time (%) = 0.000110865 (0.644866) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:53 2021 Memory usage per processor = 27.5366 Mbytes Step Atoms AVEKE stressZZ 14665 5000 4.0490868e-11 4824438.5 14666 -0.010919999999994 4824362.13891573 14666 5000 4.0487886e-11 4824362.1 Loop time of 0.0169551 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:53 2021 Pair time (%) = 0.00101185 (5.9678) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.189833) Outpt time (%) = 0.0158179 (93.2926) Other time (%) = 9.32217e-05 (0.549814) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:53 2021 Memory usage per processor = 27.5366 Mbytes Step Atoms AVEKE stressZZ 14666 5000 4.0487886e-11 4824341.4 14667 -0.010919999999994 4824265.04088632 14667 5000 4.0484903e-11 4824265 Loop time of 0.0164449 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:53 2021 Pair time (%) = 0.00101304 (6.1602) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194273) Outpt time (%) = 0.015306 (93.0743) Other time (%) = 9.39369e-05 (0.571221) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:53 2021 Memory usage per processor = 27.5366 Mbytes Step Atoms AVEKE stressZZ 14667 5000 4.0484903e-11 4824244.3 14668 -0.010919999999994 4824167.94787642 14668 5000 4.0481922e-11 4824167.9 Loop time of 0.016181 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:53 2021 Pair time (%) = 0.00101399 (6.26658) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.197442) Outpt time (%) = 0.0150471 (92.9923) Other time (%) = 8.79765e-05 (0.543702) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:53 2021 Memory usage per processor = 27.5366 Mbytes Step Atoms AVEKE stressZZ 14668 5000 4.0481922e-11 4824147.2 14669 -0.010919999999994 4824070.85988487 14669 5000 4.047894e-11 4824070.9 Loop time of 0.0162799 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:53 2021 Pair time (%) = 0.00101304 (6.22263) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.196242) Outpt time (%) = 0.015147 (93.0407) Other time (%) = 8.79765e-05 (0.540398) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:53 2021 Memory usage per processor = 27.5366 Mbytes Step Atoms AVEKE stressZZ 14669 5000 4.047894e-11 4824050.1 14670 -0.010919999999994 4823973.77691057 14670 5000 4.0475959e-11 4823973.8 Loop time of 0.0197451 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:53 2021 Pair time (%) = 0.00106597 (5.39865) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.161803) Outpt time (%) = 0.0185511 (93.9529) Other time (%) = 9.60827e-05 (0.486615) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:53 2021 Memory usage per processor = 27.5366 Mbytes Step Atoms AVEKE stressZZ 14670 5000 4.0475959e-11 4823953 14671 -0.010919999999994 4823876.69895239 14671 5000 4.0472978e-11 4823876.7 Loop time of 0.0170009 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:53 2021 Pair time (%) = 0.00108099 (6.35842) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18792) Outpt time (%) = 0.0157881 (92.8661) Other time (%) = 9.98974e-05 (0.5876) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:53 2021 Memory usage per processor = 27.5366 Mbytes Step Atoms AVEKE stressZZ 14671 5000 4.0472978e-11 4823855.9 14672 -0.010919999999994 4823779.62600929 14672 5000 4.0469997e-11 4823779.6 Loop time of 0.016387 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:53 2021 Pair time (%) = 0.00101089 (6.16889) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.196415) Outpt time (%) = 0.0152519 (93.0731) Other time (%) = 9.20296e-05 (0.561602) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:53 2021 Memory usage per processor = 27.5366 Mbytes Step Atoms AVEKE stressZZ 14672 5000 4.0469997e-11 4823758.9 14673 -0.010919999999994 4823682.55808034 14673 5000 4.0467017e-11 4823682.6 Loop time of 0.0168691 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:53 2021 Pair time (%) = 0.00123715 (7.33386) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.237442) Outpt time (%) = 0.01546 (91.6471) Other time (%) = 0.000131845 (0.781581) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:53 2021 Memory usage per processor = 27.5366 Mbytes Step Atoms AVEKE stressZZ 14673 5000 4.0467017e-11 4823661.8 14674 -0.010919999999994 4823585.49516437 14674 5000 4.0464037e-11 4823585.5 Loop time of 0.0171909 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:53 2021 Pair time (%) = 0.00105786 (6.15361) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.18723) Outpt time (%) = 0.0160098 (93.1294) Other time (%) = 9.10759e-05 (0.52979) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:53 2021 Memory usage per processor = 27.5366 Mbytes Step Atoms AVEKE stressZZ 14674 5000 4.0464037e-11 4823564.7 14675 -0.010919999999994 4823488.43726046 14675 5000 4.0461058e-11 4823488.4 Loop time of 0.0165119 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:53 2021 Pair time (%) = 0.00101089 (6.12221) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193485) Outpt time (%) = 0.0153759 (93.1197) Other time (%) = 9.32217e-05 (0.564572) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:53 2021 Memory usage per processor = 27.5366 Mbytes Step Atoms AVEKE stressZZ 14675 5000 4.0461058e-11 4823467.7 14676 -0.010919999999994 4823391.38436769 14676 5000 4.0458078e-11 4823391.4 Loop time of 0.016696 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:53 2021 Pair time (%) = 0.00103879 (6.2218) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.287028) Outpt time (%) = 0.0154579 (92.5844) Other time (%) = 0.000151396 (0.90678) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:53 2021 Memory usage per processor = 27.5366 Mbytes Step Atoms AVEKE stressZZ 14676 5000 4.0458078e-11 4823370.6 14677 -0.010919999999994 4823294.33648504 14677 5000 4.04551e-11 4823294.3 Loop time of 0.0170732 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:53 2021 Pair time (%) = 0.00107598 (6.30219) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187125) Outpt time (%) = 0.015867 (92.9353) Other time (%) = 9.82285e-05 (0.575339) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:53 2021 Memory usage per processor = 27.5366 Mbytes Step Atoms AVEKE stressZZ 14677 5000 4.04551e-11 4823273.6 14678 -0.010919999999994 4823197.29361152 14678 5000 4.0452121e-11 4823197.3 Loop time of 0.01702 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:53 2021 Pair time (%) = 0.00102091 (5.99829) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187709) Outpt time (%) = 0.015872 (93.2551) Other time (%) = 9.5129e-05 (0.558925) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:53 2021 Memory usage per processor = 27.5366 Mbytes Step Atoms AVEKE stressZZ 14678 5000 4.0452121e-11 4823176.5 14679 -0.010919999999994 4823100.25574625 14679 5000 4.0449143e-11 4823100.3 Loop time of 0.0163951 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:53 2021 Pair time (%) = 0.00101209 (6.17311) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.202135) Outpt time (%) = 0.0152581 (93.0649) Other time (%) = 9.17912e-05 (0.55987) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:53 2021 Memory usage per processor = 27.5366 Mbytes Step Atoms AVEKE stressZZ 14679 5000 4.0449143e-11 4823079.5 14680 -0.010919999999994 4823003.22288837 14680 5000 4.0446165e-11 4823003.2 Loop time of 0.019506 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:53 2021 Pair time (%) = 0.00125909 (6.45489) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.184565) Outpt time (%) = 0.018085 (92.7152) Other time (%) = 0.000125885 (0.645366) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:53 2021 Memory usage per processor = 27.5366 Mbytes Step Atoms AVEKE stressZZ 14680 5000 4.0446165e-11 4822982.5 14681 -0.010919999999994 4822906.19503684 14681 5000 4.0443187e-11 4822906.2 Loop time of 0.0176389 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:53 2021 Pair time (%) = 0.00134706 (7.63689) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.182474) Outpt time (%) = 0.0161152 (91.3615) Other time (%) = 0.000144482 (0.819107) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:53 2021 Memory usage per processor = 27.5366 Mbytes Step Atoms AVEKE stressZZ 14681 5000 4.0443187e-11 4822885.4 14682 -0.010919999999994 4822809.17219093 14682 5000 4.044021e-11 4822809.2 Loop time of 0.0171759 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:53 2021 Pair time (%) = 0.00101089 (5.88554) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186005) Outpt time (%) = 0.0160401 (93.3871) Other time (%) = 9.29832e-05 (0.541358) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:53 2021 Memory usage per processor = 27.5366 Mbytes Step Atoms AVEKE stressZZ 14682 5000 4.044021e-11 4822788.4 14683 -0.010919999999994 4822712.15434971 14683 5000 4.0437233e-11 4822712.2 Loop time of 0.0164239 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:53 2021 Pair time (%) = 0.00101495 (6.17969) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.200328) Outpt time (%) = 0.0152569 (92.8942) Other time (%) = 0.000119209 (0.725826) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:53 2021 Memory usage per processor = 27.5366 Mbytes Step Atoms AVEKE stressZZ 14683 5000 4.0437233e-11 4822691.4 14684 -0.010919999999994 4822615.1415123 14684 5000 4.0434256e-11 4822615.1 Loop time of 0.0172238 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:53 2021 Pair time (%) = 0.00151801 (8.81343) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.20902) Outpt time (%) = 0.015537 (90.2065) Other time (%) = 0.000132799 (0.77102) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:53 2021 Memory usage per processor = 27.5366 Mbytes Step Atoms AVEKE stressZZ 14684 5000 4.0434256e-11 4822594.4 14685 -0.010919999999994 4822518.13367784 14685 5000 4.043128e-11 4822518.1 Loop time of 0.0171618 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:53 2021 Pair time (%) = 0.00102496 (5.97233) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180601) Outpt time (%) = 0.0160079 (93.2761) Other time (%) = 9.799e-05 (0.570976) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:23:53 2021 Memory usage per processor = 27.5366 Mbytes Step Atoms AVEKE stressZZ 14685 5000 4.043128e-11 4822497.4 14686 -0.010919999999994 4822405.86464316 14686 5000 7.9851416e-11 4822564.3 Loop time of 0.0163929 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:53 2021 Pair time (%) = 0.00101614 (6.19864) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194889) Outpt time (%) = 0.015228 (92.8938) Other time (%) = 0.000116825 (0.712655) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:53 2021 Memory usage per processor = 27.5366 Mbytes Step Atoms AVEKE stressZZ 14686 5000 7.9851416e-11 4875923.1 14687 -0.010952499999994 4875822.12061288 14687 5000 6.4312065e-11 4875822.1 Loop time of 0.0163491 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:53 2021 Pair time (%) = 0.00110912 (6.78401) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.21437) Outpt time (%) = 0.0151029 (92.3775) Other time (%) = 0.000102043 (0.624152) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:53 2021 Memory usage per processor = 27.5366 Mbytes Step Atoms AVEKE stressZZ 14687 5000 6.4312065e-11 4875794.1 14688 -0.010952499999994 4875701.83653866 14688 5000 5.5308621e-11 4875701.8 Loop time of 0.017139 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:53 2021 Pair time (%) = 0.00110292 (6.43519) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180842) Outpt time (%) = 0.0159099 (92.8289) Other time (%) = 9.5129e-05 (0.555045) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:53 2021 Memory usage per processor = 27.5366 Mbytes Step Atoms AVEKE stressZZ 14688 5000 5.5308621e-11 4875676.4 14689 -0.010952499999994 4875589.56603255 14689 5000 4.993839e-11 4875589.6 Loop time of 0.017138 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:53 2021 Pair time (%) = 0.00101495 (5.92221) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186417) Outpt time (%) = 0.0159979 (93.3474) Other time (%) = 9.32217e-05 (0.543947) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:53 2021 Memory usage per processor = 27.5366 Mbytes Step Atoms AVEKE stressZZ 14689 5000 4.993839e-11 4875565.7 14690 -0.010952499999994 4875482.39012877 14690 5000 4.6666899e-11 4875482.4 Loop time of 0.018887 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:54 2021 Pair time (%) = 0.001055 (5.58585) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.169153) Outpt time (%) = 0.017674 (93.5772) Other time (%) = 0.000126123 (0.667778) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:54 2021 Memory usage per processor = 27.5367 Mbytes Step Atoms AVEKE stressZZ 14690 5000 4.6666899e-11 4875459.5 14691 -0.010952499999994 4875378.45377593 14691 5000 4.4644272e-11 4875378.5 Loop time of 0.0166502 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:54 2021 Pair time (%) = 0.00117207 (7.03935) Neigh time (%) = 0 (0) Comm time (%) = 4.91142e-05 (0.294977) Outpt time (%) = 0.0152912 (91.838) Other time (%) = 0.000137806 (0.827653) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:54 2021 Memory usage per processor = 27.5367 Mbytes Step Atoms AVEKE stressZZ 14691 5000 4.4644272e-11 4875356.2 14692 -0.010952499999994 4875276.57805785 14692 5000 4.3381014e-11 4875276.6 Loop time of 0.017189 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:54 2021 Pair time (%) = 0.00112295 (6.53296) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192798) Outpt time (%) = 0.015933 (92.6931) Other time (%) = 9.98974e-05 (0.58117) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:54 2021 Memory usage per processor = 27.5367 Mbytes Step Atoms AVEKE stressZZ 14692 5000 4.3381014e-11 4875254.8 14693 -0.010952499999994 4875176.0137657 14693 5000 4.2586488e-11 4875176 Loop time of 0.0172508 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:54 2021 Pair time (%) = 0.00101304 (5.87243) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185198) Outpt time (%) = 0.0161109 (93.3923) Other time (%) = 9.48906e-05 (0.550066) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:54 2021 Memory usage per processor = 27.5367 Mbytes Step Atoms AVEKE stressZZ 14693 5000 4.2586488e-11 4875154.5 14694 -0.010952499999994 4875076.28476921 14694 5000 4.2084247e-11 4875076.3 Loop time of 0.0164618 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:54 2021 Pair time (%) = 0.00102496 (6.22628) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.199867) Outpt time (%) = 0.0153039 (92.9656) Other time (%) = 0.000100136 (0.60829) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:54 2021 Memory usage per processor = 27.5367 Mbytes Step Atoms AVEKE stressZZ 14694 5000 4.2084247e-11 4875054.9 14695 -0.010952499999994 4874977.088482 14695 5000 4.1765494e-11 4874977.1 Loop time of 0.0171549 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:54 2021 Pair time (%) = 0.00112605 (6.56401) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198741) Outpt time (%) = 0.0158911 (92.6327) Other time (%) = 0.000103712 (0.604561) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:54 2021 Memory usage per processor = 27.5367 Mbytes Step Atoms AVEKE stressZZ 14695 5000 4.1765494e-11 4874955.8 14696 -0.010952499999994 4874878.23260665 14696 5000 4.1562436e-11 4874878.2 Loop time of 0.017463 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:54 2021 Pair time (%) = 0.00101805 (5.82975) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182948) Outpt time (%) = 0.01632 (93.4548) Other time (%) = 9.29832e-05 (0.53246) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:54 2021 Memory usage per processor = 27.5367 Mbytes Step Atoms AVEKE stressZZ 14696 5000 4.1562436e-11 4874857 14697 -0.010952499999994 4874779.5949352 14697 5000 4.1432533e-11 4874779.6 Loop time of 0.0167408 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:54 2021 Pair time (%) = 0.00101423 (6.05845) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.196536) Outpt time (%) = 0.0156019 (93.1967) Other time (%) = 9.17912e-05 (0.548308) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:54 2021 Memory usage per processor = 27.5367 Mbytes Step Atoms AVEKE stressZZ 14697 5000 4.1432533e-11 4874758.4 14698 -0.010952499999994 4874681.09780286 14698 5000 4.1348972e-11 4874681.1 Loop time of 0.0167272 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:54 2021 Pair time (%) = 0.00115705 (6.91715) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.233755) Outpt time (%) = 0.0154152 (92.1564) Other time (%) = 0.000115871 (0.692712) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:54 2021 Memory usage per processor = 27.5367 Mbytes Step Atoms AVEKE stressZZ 14698 5000 4.1348972e-11 4874660 14699 -0.010952499999994 4874582.69185208 14699 5000 4.12948e-11 4874582.7 Loop time of 0.0173299 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:54 2021 Pair time (%) = 0.0010581 (6.10563) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184352) Outpt time (%) = 0.01615 (93.1914) Other time (%) = 8.98838e-05 (0.518662) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:54 2021 Memory usage per processor = 27.5367 Mbytes Step Atoms AVEKE stressZZ 14699 5000 4.12948e-11 4874561.6 14700 -0.010952499999994 4874484.34571511 14700 5000 4.1259282e-11 4874484.3 Loop time of 0.0194111 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:54 2021 Pair time (%) = 0.00101399 (5.22379) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.159674) Outpt time (%) = 0.018271 (94.1265) Other time (%) = 9.5129e-05 (0.490076) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:54 2021 Memory usage per processor = 27.5367 Mbytes Step Atoms AVEKE stressZZ 14700 5000 4.1259282e-11 4874463.2 14701 -0.010952499999994 4874386.03945691 14701 5000 4.1235608e-11 4874386 Loop time of 0.0163939 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:54 2021 Pair time (%) = 0.00107217 (6.54004) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194878) Outpt time (%) = 0.015198 (92.7052) Other time (%) = 9.17912e-05 (0.55991) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:54 2021 Memory usage per processor = 27.5367 Mbytes Step Atoms AVEKE stressZZ 14701 5000 4.1235608e-11 4874364.9 14702 -0.010952499999994 4874287.76040806 14702 5000 4.1219457e-11 4874287.8 Loop time of 0.0175169 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:54 2021 Pair time (%) = 0.00145721 (8.31893) Neigh time (%) = 0 (0) Comm time (%) = 6.41346e-05 (0.366131) Outpt time (%) = 0.01577 (90.0274) Other time (%) = 0.000225544 (1.28758) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:54 2021 Memory usage per processor = 27.5367 Mbytes Step Atoms AVEKE stressZZ 14702 5000 4.1219457e-11 4874266.7 14703 -0.010952499999994 4874189.50051656 14703 5000 4.1208085e-11 4874189.5 Loop time of 0.0171421 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:54 2021 Pair time (%) = 0.0010128 (5.90829) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186373) Outpt time (%) = 0.0160091 (93.3907) Other time (%) = 8.82149e-05 (0.514611) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:54 2021 Memory usage per processor = 27.5367 Mbytes Step Atoms AVEKE stressZZ 14703 5000 4.1208085e-11 4874168.4 14704 -0.010952499999994 4874091.25466473 14704 5000 4.1199751e-11 4874091.3 Loop time of 0.016577 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:54 2021 Pair time (%) = 0.00106692 (6.43616) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192725) Outpt time (%) = 0.015383 (92.7973) Other time (%) = 9.5129e-05 (0.573861) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:54 2021 Memory usage per processor = 27.5367 Mbytes Step Atoms AVEKE stressZZ 14704 5000 4.1199751e-11 4874070.2 14705 -0.010952499999994 4873993.01959994 14705 5000 4.1193346e-11 4873993 Loop time of 0.016732 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:54 2021 Pair time (%) = 0.00111294 (6.65156) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209464) Outpt time (%) = 0.0154779 (92.5049) Other time (%) = 0.000106096 (0.634093) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:54 2021 Memory usage per processor = 27.5367 Mbytes Step Atoms AVEKE stressZZ 14705 5000 4.1193346e-11 4873971.9 14706 -0.010952499999994 4873894.79325453 14706 5000 4.1188167e-11 4873894.8 Loop time of 0.017267 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:54 2021 Pair time (%) = 0.00112009 (6.48689) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.186405) Outpt time (%) = 0.0160201 (92.7785) Other time (%) = 9.46522e-05 (0.548168) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:54 2021 Memory usage per processor = 27.5367 Mbytes Step Atoms AVEKE stressZZ 14706 5000 4.1188167e-11 4873873.7 14707 -0.010952499999994 4873796.57431418 14707 5000 4.1183768e-11 4873796.6 Loop time of 0.0174048 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:54 2021 Pair time (%) = 0.00112987 (6.49169) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.199997) Outpt time (%) = 0.0161321 (92.6878) Other time (%) = 0.000108004 (0.620539) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:54 2021 Memory usage per processor = 27.5367 Mbytes Step Atoms AVEKE stressZZ 14707 5000 4.1183768e-11 4873775.5 14708 -0.010952499999994 4873698.36194316 14708 5000 4.1179865e-11 4873698.4 Loop time of 0.0167489 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:54 2021 Pair time (%) = 0.00104022 (6.21068) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.196441) Outpt time (%) = 0.0155821 (93.0335) Other time (%) = 9.36985e-05 (0.559431) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:54 2021 Memory usage per processor = 27.5367 Mbytes Step Atoms AVEKE stressZZ 14708 5000 4.1179865e-11 4873677.3 14709 -0.010952499999994 4873600.15560998 14709 5000 4.1176276e-11 4873600.2 Loop time of 0.016958 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:54 2021 Pair time (%) = 0.00124002 (7.31227) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.21792) Outpt time (%) = 0.0155358 (91.6136) Other time (%) = 0.000145197 (0.856215) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:54 2021 Memory usage per processor = 27.5367 Mbytes Step Atoms AVEKE stressZZ 14709 5000 4.1176276e-11 4873579.1 14710 -0.010952499999994 4873501.95497648 14710 5000 4.1172888e-11 4873502 Loop time of 0.0193591 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:54 2021 Pair time (%) = 0.00101614 (5.2489) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.165029) Outpt time (%) = 0.018218 (94.1058) Other time (%) = 9.29832e-05 (0.480307) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:54 2021 Memory usage per processor = 27.5367 Mbytes Step Atoms AVEKE stressZZ 14710 5000 4.1172888e-11 4873480.9 14711 -0.010952499999994 4873403.75982733 14711 5000 4.1169627e-11 4873403.8 Loop time of 0.016356 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:54 2021 Pair time (%) = 0.00101709 (6.21848) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.189499) Outpt time (%) = 0.015214 (93.0177) Other time (%) = 9.39369e-05 (0.574327) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:54 2021 Memory usage per processor = 27.5367 Mbytes Step Atoms AVEKE stressZZ 14711 5000 4.1169627e-11 4873382.7 14712 -0.010952499999994 4873305.5700253 14712 5000 4.1166447e-11 4873305.6 Loop time of 0.016458 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:54 2021 Pair time (%) = 0.00101709 (6.17992) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.188324) Outpt time (%) = 0.015322 (93.0972) Other time (%) = 8.79765e-05 (0.53455) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:54 2021 Memory usage per processor = 27.5367 Mbytes Step Atoms AVEKE stressZZ 14712 5000 4.1166447e-11 4873284.5 14713 -0.010952499999994 4873207.3854827 14713 5000 4.1163319e-11 4873207.4 Loop time of 0.0165291 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:54 2021 Pair time (%) = 0.00101495 (6.14038) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.187514) Outpt time (%) = 0.015394 (93.1326) Other time (%) = 8.91685e-05 (0.539465) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:54 2021 Memory usage per processor = 27.5367 Mbytes Step Atoms AVEKE stressZZ 14713 5000 4.1163319e-11 4873186.3 14714 -0.010952499999994 4873109.20612591 14714 5000 4.1160224e-11 4873109.2 Loop time of 0.0173762 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:54 2021 Pair time (%) = 0.001261 (7.25704) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.19621) Outpt time (%) = 0.01595 (91.7921) Other time (%) = 0.00013113 (0.754655) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:54 2021 Memory usage per processor = 27.5367 Mbytes Step Atoms AVEKE stressZZ 14714 5000 4.1160224e-11 4873088.1 14715 -0.010952499999994 4873011.03193601 14715 5000 4.115715e-11 4873011 Loop time of 0.017314 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:54 2021 Pair time (%) = 0.00103998 (6.00661) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191407) Outpt time (%) = 0.016113 (93.0639) Other time (%) = 0.000127792 (0.738089) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:54 2021 Memory usage per processor = 27.5367 Mbytes Step Atoms AVEKE stressZZ 14715 5000 4.115715e-11 4872990 14716 -0.010952499999994 4872912.86288977 14716 5000 4.1154089e-11 4872912.9 Loop time of 0.0170469 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:54 2021 Pair time (%) = 0.00114512 (6.71748) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181818) Outpt time (%) = 0.0157819 (92.579) Other time (%) = 8.89301e-05 (0.521678) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:54 2021 Memory usage per processor = 27.5367 Mbytes Step Atoms AVEKE stressZZ 14716 5000 4.1154089e-11 4872891.8 14717 -0.010952499999994 4872814.69897223 14717 5000 4.1151037e-11 4872814.7 Loop time of 0.016876 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:54 2021 Pair time (%) = 0.0011301 (6.69652) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.200613) Outpt time (%) = 0.015605 (92.4685) Other time (%) = 0.00010705 (0.634333) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:54 2021 Memory usage per processor = 27.5367 Mbytes Step Atoms AVEKE stressZZ 14717 5000 4.1151037e-11 4872793.6 14718 -0.010952499999994 4872716.54017326 14718 5000 4.1147991e-11 4872716.5 Loop time of 0.0170269 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:54 2021 Pair time (%) = 0.00101399 (5.95525) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187633) Outpt time (%) = 0.015887 (93.3054) Other time (%) = 9.39369e-05 (0.551697) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:54 2021 Memory usage per processor = 27.5367 Mbytes Step Atoms AVEKE stressZZ 14718 5000 4.1147991e-11 4872695.5 14719 -0.010952499999994 4872618.38648634 14719 5000 4.1144948e-11 4872618.4 Loop time of 0.0168412 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:54 2021 Pair time (%) = 0.0010221 (6.06906) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.18404) Outpt time (%) = 0.015692 (93.1764) Other time (%) = 9.60827e-05 (0.570523) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:54 2021 Memory usage per processor = 27.5367 Mbytes Step Atoms AVEKE stressZZ 14719 5000 4.1144948e-11 4872597.3 14720 -0.010952499999994 4872520.23790699 14720 5000 4.1141908e-11 4872520.2 Loop time of 0.018671 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:54 2021 Pair time (%) = 0.00110579 (5.92246) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.186434) Outpt time (%) = 0.017427 (93.3369) Other time (%) = 0.000103474 (0.554193) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:54 2021 Memory usage per processor = 27.5367 Mbytes Step Atoms AVEKE stressZZ 14720 5000 4.1141908e-11 4872499.2 14721 -0.010952499999994 4872422.09443179 14721 5000 4.1138869e-11 4872422.1 Loop time of 0.0168419 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:54 2021 Pair time (%) = 0.00125313 (7.44054) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.225085) Outpt time (%) = 0.015425 (91.5869) Other time (%) = 0.000125885 (0.747452) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:54 2021 Memory usage per processor = 27.5367 Mbytes Step Atoms AVEKE stressZZ 14721 5000 4.1138869e-11 4872401 14722 -0.010952499999994 4872323.95605843 14722 5000 4.1135832e-11 4872324 Loop time of 0.0175211 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:54 2021 Pair time (%) = 0.0010159 (5.79815) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.176897) Outpt time (%) = 0.0163798 (93.4861) Other time (%) = 9.44138e-05 (0.538856) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:54 2021 Memory usage per processor = 27.5367 Mbytes Step Atoms AVEKE stressZZ 14722 5000 4.1135832e-11 4872302.9 14723 -0.010952499999994 4872225.82278513 14723 5000 4.1132796e-11 4872225.8 Loop time of 0.0166881 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:54 2021 Pair time (%) = 0.00101995 (6.11187) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191442) Outpt time (%) = 0.0155411 (93.1267) Other time (%) = 9.5129e-05 (0.570041) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:54 2021 Memory usage per processor = 27.5367 Mbytes Step Atoms AVEKE stressZZ 14723 5000 4.1132796e-11 4872204.8 14724 -0.010952499999994 4872127.69461027 14724 5000 4.112976e-11 4872127.7 Loop time of 0.016572 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:54 2021 Pair time (%) = 0.00110912 (6.69275) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.198538) Outpt time (%) = 0.0153239 (92.4685) Other time (%) = 0.000106096 (0.640214) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:54 2021 Memory usage per processor = 27.5367 Mbytes Step Atoms AVEKE stressZZ 14724 5000 4.112976e-11 4872106.6 14725 -0.010952499999994 4872029.57153272 14725 5000 4.1126725e-11 4872029.6 Loop time of 0.0171471 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:54 2021 Pair time (%) = 0.00108886 (6.35011) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.19327) Outpt time (%) = 0.0159299 (92.9018) Other time (%) = 9.5129e-05 (0.554783) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:54 2021 Memory usage per processor = 27.5367 Mbytes Step Atoms AVEKE stressZZ 14725 5000 4.1126725e-11 4872008.5 14726 -0.010952499999994 4871931.45355126 14726 5000 4.1123691e-11 4871931.5 Loop time of 0.0168998 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:54 2021 Pair time (%) = 0.00101304 (5.99439) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.189044) Outpt time (%) = 0.0157628 (93.272) Other time (%) = 9.20296e-05 (0.544559) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:54 2021 Memory usage per processor = 27.5367 Mbytes Step Atoms AVEKE stressZZ 14726 5000 4.1123691e-11 4871910.4 14727 -0.010952499999994 4871833.34066488 14727 5000 4.1120656e-11 4871833.3 Loop time of 0.0165401 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:54 2021 Pair time (%) = 0.00101495 (6.1363) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.18739) Outpt time (%) = 0.0153999 (93.1069) Other time (%) = 9.41753e-05 (0.569378) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:54 2021 Memory usage per processor = 27.5367 Mbytes Step Atoms AVEKE stressZZ 14727 5000 4.1120656e-11 4871812.3 14728 -0.010952499999994 4871735.23287259 14728 5000 4.1117623e-11 4871735.2 Loop time of 0.016721 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:54 2021 Pair time (%) = 0.00121093 (7.24195) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.215305) Outpt time (%) = 0.015332 (91.6929) Other time (%) = 0.000142097 (0.849814) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:54 2021 Memory usage per processor = 27.5367 Mbytes Step Atoms AVEKE stressZZ 14728 5000 4.1117623e-11 4871714.2 14729 -0.010952499999994 4871637.13017358 14729 5000 4.1114589e-11 4871637.1 Loop time of 0.017168 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:54 2021 Pair time (%) = 0.00101399 (5.90629) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18609) Outpt time (%) = 0.0160151 (93.2841) Other time (%) = 0.00010705 (0.623542) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:54 2021 Memory usage per processor = 27.5367 Mbytes Step Atoms AVEKE stressZZ 14729 5000 4.1114589e-11 4871616.1 14730 -0.010952499999994 4871539.03256682 14730 5000 4.1111556e-11 4871539 Loop time of 0.019428 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:54 2021 Pair time (%) = 0.00101399 (5.21924) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.164443) Outpt time (%) = 0.0182879 (94.1316) Other time (%) = 9.41753e-05 (0.48474) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:54 2021 Memory usage per processor = 27.5367 Mbytes Step Atoms AVEKE stressZZ 14730 5000 4.1111556e-11 4871518 14731 -0.010952499999994 4871440.94005156 14731 5000 4.1108523e-11 4871440.9 Loop time of 0.0163782 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:54 2021 Pair time (%) = 0.00105906 (6.46626) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.202344) Outpt time (%) = 0.0151839 (92.7083) Other time (%) = 0.000102043 (0.623044) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:54 2021 Memory usage per processor = 27.5367 Mbytes Step Atoms AVEKE stressZZ 14731 5000 4.1108523e-11 4871419.9 14732 -0.010952499999994 4871342.85262686 14732 5000 4.1105491e-11 4871342.9 Loop time of 0.0172088 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:54 2021 Pair time (%) = 0.00145507 (8.45537) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.214744) Outpt time (%) = 0.0155621 (90.4307) Other time (%) = 0.000154734 (0.899153) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:54 2021 Memory usage per processor = 27.5367 Mbytes Step Atoms AVEKE stressZZ 14732 5000 4.1105491e-11 4871321.8 14733 -0.010952499999994 4871244.77029188 14733 5000 4.1102459e-11 4871244.8 Loop time of 0.0174711 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:55 2021 Pair time (%) = 0.00117016 (6.69769) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182863) Outpt time (%) = 0.0161669 (92.5354) Other time (%) = 0.000102043 (0.584069) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:55 2021 Memory usage per processor = 27.5367 Mbytes Step Atoms AVEKE stressZZ 14733 5000 4.1102459e-11 4871223.7 14734 -0.010952499999994 4871146.69304577 14734 5000 4.1099427e-11 4871146.7 Loop time of 0.0167201 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:55 2021 Pair time (%) = 0.00103116 (6.16721) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209614) Outpt time (%) = 0.0155392 (92.9373) Other time (%) = 0.000114679 (0.685879) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:55 2021 Memory usage per processor = 27.5367 Mbytes Step Atoms AVEKE stressZZ 14734 5000 4.1099427e-11 4871125.6 14735 -0.010952499999994 4871048.62088776 14735 5000 4.1096396e-11 4871048.6 Loop time of 0.0167232 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:55 2021 Pair time (%) = 0.00112796 (6.74489) Neigh time (%) = 0 (0) Comm time (%) = 4.91142e-05 (0.29369) Outpt time (%) = 0.0153801 (91.9691) Other time (%) = 0.000165939 (0.992273) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:55 2021 Memory usage per processor = 27.5367 Mbytes Step Atoms AVEKE stressZZ 14735 5000 4.1096396e-11 4871027.6 14736 -0.010952499999994 4870950.55381705 14736 5000 4.1093365e-11 4870950.6 Loop time of 0.0172441 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:55 2021 Pair time (%) = 0.00111103 (6.44296) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.196331) Outpt time (%) = 0.015995 (92.7565) Other time (%) = 0.000104189 (0.6042) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:55 2021 Memory usage per processor = 27.5367 Mbytes Step Atoms AVEKE stressZZ 14736 5000 4.1093365e-11 4870929.5 14737 -0.010952499999994 4870852.49183999 14737 5000 4.1090334e-11 4870852.5 Loop time of 0.0170169 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:55 2021 Pair time (%) = 0.00101399 (5.95875) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187743) Outpt time (%) = 0.015878 (93.3071) Other time (%) = 9.29832e-05 (0.546417) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:55 2021 Memory usage per processor = 27.5367 Mbytes Step Atoms AVEKE stressZZ 14737 5000 4.1090334e-11 4870831.4 14738 -0.010952499999994 4870754.43495599 14738 5000 4.1087304e-11 4870754.4 Loop time of 0.0163591 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:55 2021 Pair time (%) = 0.00105405 (6.4432) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.195293) Outpt time (%) = 0.0151811 (92.799) Other time (%) = 9.20296e-05 (0.562559) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:55 2021 Memory usage per processor = 27.5367 Mbytes Step Atoms AVEKE stressZZ 14738 5000 4.1087304e-11 4870733.4 14739 -0.010952499999994 4870656.38316161 14739 5000 4.1084274e-11 4870656.4 Loop time of 0.016907 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:55 2021 Pair time (%) = 0.00132608 (7.84341) Neigh time (%) = 0 (0) Comm time (%) = 4.31538e-05 (0.255242) Outpt time (%) = 0.015377 (90.9509) Other time (%) = 0.000160694 (0.95046) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:55 2021 Memory usage per processor = 27.5367 Mbytes Step Atoms AVEKE stressZZ 14739 5000 4.1084274e-11 4870635.3 14740 -0.010952499999994 4870558.33645485 14740 5000 4.1081244e-11 4870558.3 Loop time of 0.019304 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:55 2021 Pair time (%) = 0.00101495 (5.2577) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.1655) Outpt time (%) = 0.0181651 (94.1001) Other time (%) = 9.20296e-05 (0.476737) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:55 2021 Memory usage per processor = 27.5367 Mbytes Step Atoms AVEKE stressZZ 14740 5000 4.1081244e-11 4870537.3 14741 -0.010952499999994 4870460.2948346 14741 5000 4.1078215e-11 4870460.3 Loop time of 0.017292 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:55 2021 Pair time (%) = 0.00105214 (6.08455) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184756) Outpt time (%) = 0.016115 (93.193) Other time (%) = 9.29832e-05 (0.537723) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:55 2021 Memory usage per processor = 27.5367 Mbytes Step Atoms AVEKE stressZZ 14741 5000 4.1078215e-11 4870439.2 14742 -0.010952499999994 4870362.25829961 14742 5000 4.1075186e-11 4870362.3 Loop time of 0.016469 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:55 2021 Pair time (%) = 0.00101614 (6.17002) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193989) Outpt time (%) = 0.0153201 (93.0236) Other time (%) = 0.000100851 (0.612369) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:55 2021 Memory usage per processor = 27.5367 Mbytes Step Atoms AVEKE stressZZ 14742 5000 4.1075186e-11 4870341.2 14743 -0.010952499999994 4870264.22684894 14743 5000 4.1072157e-11 4870264.2 Loop time of 0.0174041 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:55 2021 Pair time (%) = 0.00119901 (6.88923) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189046) Outpt time (%) = 0.016062 (92.2888) Other time (%) = 0.000110149 (0.632894) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:55 2021 Memory usage per processor = 27.5367 Mbytes Step Atoms AVEKE stressZZ 14743 5000 4.1072157e-11 4870243.2 14744 -0.010952499999994 4870166.20048155 14744 5000 4.1069129e-11 4870166.2 Loop time of 0.017072 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:55 2021 Pair time (%) = 0.00101399 (5.93953) Neigh time (%) = 0 (0) Comm time (%) = 6.19888e-05 (0.363103) Outpt time (%) = 0.0159011 (93.1415) Other time (%) = 9.48906e-05 (0.555827) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:55 2021 Memory usage per processor = 27.5367 Mbytes Step Atoms AVEKE stressZZ 14744 5000 4.1069129e-11 4870145.1 14745 -0.010952499999994 4870068.17919658 14745 5000 4.1066101e-11 4870068.2 Loop time of 0.0169699 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:55 2021 Pair time (%) = 0.00101304 (5.96963) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188263) Outpt time (%) = 0.015784 (93.0118) Other time (%) = 0.000140905 (0.830324) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:55 2021 Memory usage per processor = 27.5367 Mbytes Step Atoms AVEKE stressZZ 14745 5000 4.1066101e-11 4870047.1 14746 -0.010952499999994 4869970.16299306 14746 5000 4.1063073e-11 4869970.2 Loop time of 0.01669 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:55 2021 Pair time (%) = 0.00125098 (7.49539) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.198563) Outpt time (%) = 0.0153019 (91.6832) Other time (%) = 0.000103951 (0.62283) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:55 2021 Memory usage per processor = 27.5367 Mbytes Step Atoms AVEKE stressZZ 14746 5000 4.1063073e-11 4869949.1 14747 -0.010952499999994 4869872.15187017 14747 5000 4.1060046e-11 4869872.2 Loop time of 0.0173781 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:55 2021 Pair time (%) = 0.00118804 (6.83642) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.190701) Outpt time (%) = 0.0160511 (92.3637) Other time (%) = 0.000105858 (0.609145) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:55 2021 Memory usage per processor = 27.5367 Mbytes Step Atoms AVEKE stressZZ 14747 5000 4.1060046e-11 4869851.1 14748 -0.010952499999994 4869774.14582705 14748 5000 4.1057019e-11 4869774.1 Loop time of 0.0169311 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:55 2021 Pair time (%) = 0.00101495 (5.99459) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188695) Outpt time (%) = 0.0157921 (93.2732) Other time (%) = 9.20296e-05 (0.543555) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:55 2021 Memory usage per processor = 27.5367 Mbytes Step Atoms AVEKE stressZZ 14748 5000 4.1057019e-11 4869753.1 14749 -0.010952499999994 4869676.14486296 14749 5000 4.1053992e-11 4869676.1 Loop time of 0.0169759 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:55 2021 Pair time (%) = 0.00101519 (5.98017) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188197) Outpt time (%) = 0.0158041 (93.0971) Other time (%) = 0.000124693 (0.73453) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:55 2021 Memory usage per processor = 27.5367 Mbytes Step Atoms AVEKE stressZZ 14749 5000 4.1053992e-11 4869655.1 14750 -0.010952499999994 4869578.14897689 14750 5000 4.1050966e-11 4869578.1 Loop time of 0.0191312 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:55 2021 Pair time (%) = 0.001019 (5.32639) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.17198) Outpt time (%) = 0.0179789 (93.977) Other time (%) = 0.000100374 (0.524663) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:55 2021 Memory usage per processor = 27.5367 Mbytes Step Atoms AVEKE stressZZ 14750 5000 4.1050966e-11 4869557.1 14751 -0.010952499999994 4869480.15816818 14751 5000 4.104794e-11 4869480.2 Loop time of 0.017359 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:55 2021 Pair time (%) = 0.00101304 (5.83582) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.185417) Outpt time (%) = 0.0162201 (93.439) Other time (%) = 9.36985e-05 (0.539768) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:55 2021 Memory usage per processor = 27.5367 Mbytes Step Atoms AVEKE stressZZ 14751 5000 4.104794e-11 4869459.1 14752 -0.010952499999994 4869382.17243605 14752 5000 4.1044914e-11 4869382.2 Loop time of 0.0172021 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:55 2021 Pair time (%) = 0.00101495 (5.90013) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180178) Outpt time (%) = 0.016062 (93.3722) Other time (%) = 9.41753e-05 (0.547463) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:55 2021 Memory usage per processor = 27.5367 Mbytes Step Atoms AVEKE stressZZ 14752 5000 4.1044914e-11 4869361.1 14753 -0.010952499999994 4869284.19177964 14753 5000 4.1041889e-11 4869284.2 Loop time of 0.016587 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:55 2021 Pair time (%) = 0.00107598 (6.4869) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.205545) Outpt time (%) = 0.0153759 (92.6981) Other time (%) = 0.000101089 (0.609449) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:55 2021 Memory usage per processor = 27.5367 Mbytes Step Atoms AVEKE stressZZ 14753 5000 4.1041889e-11 4869263.1 14754 -0.010952499999994 4869186.21621183 14754 5000 4.1038864e-11 4869186.2 Loop time of 0.016891 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:55 2021 Pair time (%) = 0.00106978 (6.33346) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.194789) Outpt time (%) = 0.015666 (92.7476) Other time (%) = 0.000122309 (0.724106) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:55 2021 Memory usage per processor = 27.5367 Mbytes Step Atoms AVEKE stressZZ 14754 5000 4.1038864e-11 4869165.2 14755 -0.010952499999994 4869088.2457487 14755 5000 4.1035839e-11 4869088.2 Loop time of 0.0162911 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:55 2021 Pair time (%) = 0.00101495 (6.23006) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.196107) Outpt time (%) = 0.015152 (93.0075) Other time (%) = 9.2268e-05 (0.566369) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:55 2021 Memory usage per processor = 27.5367 Mbytes Step Atoms AVEKE stressZZ 14755 5000 4.1035839e-11 4869067.2 14756 -0.010952499999994 4868990.28037598 14756 5000 4.1032815e-11 4868990.3 Loop time of 0.0164502 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:55 2021 Pair time (%) = 0.0010159 (6.17563) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.195661) Outpt time (%) = 0.0153131 (93.0881) Other time (%) = 8.89301e-05 (0.540603) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:55 2021 Memory usage per processor = 27.5367 Mbytes Step Atoms AVEKE stressZZ 14756 5000 4.1032815e-11 4868969.2 14757 -0.010952499999994 4868892.32008898 14757 5000 4.1029791e-11 4868892.3 Loop time of 0.0172541 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:55 2021 Pair time (%) = 0.00101089 (5.85886) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185162) Outpt time (%) = 0.0161221 (93.4392) Other time (%) = 8.91685e-05 (0.516796) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:55 2021 Memory usage per processor = 27.5367 Mbytes Step Atoms AVEKE stressZZ 14757 5000 4.1029791e-11 4868871.3 14758 -0.010952499999994 4868794.364885 14758 5000 4.1026767e-11 4868794.4 Loop time of 0.0170009 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:55 2021 Pair time (%) = 0.00123692 (7.27558) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.199139) Outpt time (%) = 0.01561 (91.8185) Other time (%) = 0.000120163 (0.706803) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:55 2021 Memory usage per processor = 27.5367 Mbytes Step Atoms AVEKE stressZZ 14758 5000 4.1026767e-11 4868773.3 14759 -0.010952499999994 4868696.41476212 14759 5000 4.1023744e-11 4868696.4 Loop time of 0.016891 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:55 2021 Pair time (%) = 0.00105596 (6.25159) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.194789) Outpt time (%) = 0.0156999 (92.9481) Other time (%) = 0.000102282 (0.605539) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:55 2021 Memory usage per processor = 27.5367 Mbytes Step Atoms AVEKE stressZZ 14759 5000 4.1023744e-11 4868675.4 14760 -0.010952499999994 4868598.46971904 14760 5000 4.1020721e-11 4868598.5 Loop time of 0.01963 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:55 2021 Pair time (%) = 0.00101614 (5.17648) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.162752) Outpt time (%) = 0.0184891 (94.1883) Other time (%) = 9.27448e-05 (0.472466) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:55 2021 Memory usage per processor = 27.5367 Mbytes Step Atoms AVEKE stressZZ 14760 5000 4.1020721e-11 4868577.4 14761 -0.010952499999994 4868500.52975384 14761 5000 4.1017698e-11 4868500.5 Loop time of 0.0166459 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:55 2021 Pair time (%) = 0.00106001 (6.36799) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191928) Outpt time (%) = 0.0154591 (92.87) Other time (%) = 9.48906e-05 (0.570054) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:55 2021 Memory usage per processor = 27.5367 Mbytes Step Atoms AVEKE stressZZ 14761 5000 4.1017698e-11 4868479.5 14762 -0.010952499999994 4868402.59486517 14762 5000 4.1014676e-11 4868402.6 Loop time of 0.0165811 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:55 2021 Pair time (%) = 0.00111389 (6.71786) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.205619) Outpt time (%) = 0.0153291 (92.4496) Other time (%) = 0.000103951 (0.626923) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:55 2021 Memory usage per processor = 27.5367 Mbytes Step Atoms AVEKE stressZZ 14762 5000 4.1014676e-11 4868381.5 14763 -0.010952499999994 4868304.6650538 14763 5000 4.1011654e-11 4868304.7 Loop time of 0.0172961 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:55 2021 Pair time (%) = 0.00108385 (6.26646) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.208147) Outpt time (%) = 0.0160651 (92.883) Other time (%) = 0.000111103 (0.64236) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:55 2021 Memory usage per processor = 27.5367 Mbytes Step Atoms AVEKE stressZZ 14763 5000 4.1011654e-11 4868283.6 14764 -0.010952499999994 4868206.7403195 14764 5000 4.1008632e-11 4868206.7 Loop time of 0.017489 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:55 2021 Pair time (%) = 0.00116706 (6.67312) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182676) Outpt time (%) = 0.0161691 (92.453) Other time (%) = 0.000120878 (0.691169) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:55 2021 Memory usage per processor = 27.5367 Mbytes Step Atoms AVEKE stressZZ 14764 5000 4.1008632e-11 4868185.7 14765 -0.010952499999994 4868108.82065864 14765 5000 4.1005611e-11 4868108.8 Loop time of 0.0171592 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:55 2021 Pair time (%) = 0.0010519 (6.13025) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186186) Outpt time (%) = 0.0159531 (92.9708) Other time (%) = 0.000122309 (0.712787) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:55 2021 Memory usage per processor = 27.5367 Mbytes Step Atoms AVEKE stressZZ 14765 5000 4.1005611e-11 4868087.8 14766 -0.010952499999994 4868010.9060702 14766 5000 4.100259e-11 4868010.9 Loop time of 0.016834 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:55 2021 Pair time (%) = 0.0011909 (7.07437) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.279009) Outpt time (%) = 0.0154891 (92.0107) Other time (%) = 0.00010705 (0.635914) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:55 2021 Memory usage per processor = 27.5367 Mbytes Step Atoms AVEKE stressZZ 14766 5000 4.100259e-11 4867989.9 14767 -0.010952499999994 4867912.99655311 14767 5000 4.0999569e-11 4867913 Loop time of 0.0169499 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:55 2021 Pair time (%) = 0.00101709 (6.00059) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.195519) Outpt time (%) = 0.015806 (93.2511) Other time (%) = 9.36985e-05 (0.552797) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:55 2021 Memory usage per processor = 27.5367 Mbytes Step Atoms AVEKE stressZZ 14767 5000 4.0999569e-11 4867891.9 14768 -0.010952499999994 4867815.09210658 14768 5000 4.0996549e-11 4867815.1 Loop time of 0.0169871 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:55 2021 Pair time (%) = 0.0010159 (5.98043) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188073) Outpt time (%) = 0.015846 (93.2827) Other time (%) = 9.32217e-05 (0.54878) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:55 2021 Memory usage per processor = 27.5367 Mbytes Step Atoms AVEKE stressZZ 14768 5000 4.0996549e-11 4867794 14769 -0.010952499999994 4867717.1927297 14769 5000 4.0993529e-11 4867717.2 Loop time of 0.016618 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:55 2021 Pair time (%) = 0.00106382 (6.40163) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.197989) Outpt time (%) = 0.015425 (92.8208) Other time (%) = 9.63211e-05 (0.579619) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:55 2021 Memory usage per processor = 27.5367 Mbytes Step Atoms AVEKE stressZZ 14769 5000 4.0993529e-11 4867696.1 14770 -0.010952499999994 4867619.29842146 14770 5000 4.0990509e-11 4867619.3 Loop time of 0.0194261 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:55 2021 Pair time (%) = 0.00114584 (5.89845) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.169369) Outpt time (%) = 0.018136 (93.359) Other time (%) = 0.000111341 (0.573154) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:55 2021 Memory usage per processor = 27.5367 Mbytes Step Atoms AVEKE stressZZ 14770 5000 4.0990509e-11 4867598.2 14771 -0.010952499999994 4867521.40918117 14771 5000 4.098749e-11 4867521.4 Loop time of 0.0169818 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:55 2021 Pair time (%) = 0.00101805 (5.99492) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188131) Outpt time (%) = 0.015835 (93.2469) Other time (%) = 9.67979e-05 (0.570009) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:55 2021 Memory usage per processor = 27.5367 Mbytes Step Atoms AVEKE stressZZ 14771 5000 4.098749e-11 4867500.4 14772 -0.010952499999994 4867423.52500789 14772 5000 4.0984471e-11 4867423.5 Loop time of 0.0167241 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:55 2021 Pair time (%) = 0.00101709 (6.0816) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.19103) Outpt time (%) = 0.0155821 (93.1714) Other time (%) = 9.29832e-05 (0.555983) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:55 2021 Memory usage per processor = 27.5367 Mbytes Step Atoms AVEKE stressZZ 14772 5000 4.0984471e-11 4867402.5 14773 -0.010952499999994 4867325.64590074 14773 5000 4.0981452e-11 4867325.6 Loop time of 0.016649 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:55 2021 Pair time (%) = 0.00103784 (6.23362) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.20478) Outpt time (%) = 0.0154421 (92.7511) Other time (%) = 0.000134945 (0.810528) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:55 2021 Memory usage per processor = 27.5367 Mbytes Step Atoms AVEKE stressZZ 14773 5000 4.0981452e-11 4867304.6 14774 -0.010952499999994 4867227.77185896 14774 5000 4.0978434e-11 4867227.8 Loop time of 0.0169449 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:55 2021 Pair time (%) = 0.00109196 (6.44417) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.201204) Outpt time (%) = 0.0157011 (92.6596) Other time (%) = 0.000117779 (0.69507) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:55 2021 Memory usage per processor = 27.5367 Mbytes Step Atoms AVEKE stressZZ 14774 5000 4.0978434e-11 4867206.7 14775 -0.010952499999994 4867129.9028818 14775 5000 4.0975416e-11 4867129.9 Loop time of 0.017055 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:55 2021 Pair time (%) = 0.00101399 (5.94542) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187324) Outpt time (%) = 0.0159159 (93.3207) Other time (%) = 9.32217e-05 (0.546593) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:55 2021 Memory usage per processor = 27.5367 Mbytes Step Atoms AVEKE stressZZ 14775 5000 4.0975416e-11 4867108.9 14776 -0.010952499999994 4867032.0389588 14776 5000 4.0972398e-11 4867032 Loop time of 0.01635 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:56 2021 Pair time (%) = 0.00101709 (6.22074) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.195401) Outpt time (%) = 0.0152121 (93.0399) Other time (%) = 8.89301e-05 (0.543914) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:56 2021 Memory usage per processor = 27.5367 Mbytes Step Atoms AVEKE stressZZ 14776 5000 4.0972398e-11 4867011 14777 -0.010952499999994 4866934.18009495 14777 5000 4.0969381e-11 4866934.2 Loop time of 0.0172019 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:56 2021 Pair time (%) = 0.00131392 (7.63825) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.227304) Outpt time (%) = 0.0157099 (91.3264) Other time (%) = 0.000138998 (0.808039) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:56 2021 Memory usage per processor = 27.5367 Mbytes Step Atoms AVEKE stressZZ 14777 5000 4.0969381e-11 4866913.1 14778 -0.010952499999994 4866836.32629287 14778 5000 4.0966364e-11 4866836.3 Loop time of 0.0172331 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:56 2021 Pair time (%) = 0.00101495 (5.88951) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185388) Outpt time (%) = 0.0160918 (93.3772) Other time (%) = 9.44138e-05 (0.547862) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:56 2021 Memory usage per processor = 27.5367 Mbytes Step Atoms AVEKE stressZZ 14778 5000 4.0966364e-11 4866815.3 14779 -0.010952499999994 4866738.47755164 14779 5000 4.0963347e-11 4866738.5 Loop time of 0.0172548 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:56 2021 Pair time (%) = 0.00101805 (5.90007) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185154) Outpt time (%) = 0.0161109 (93.3704) Other time (%) = 9.39369e-05 (0.544409) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:56 2021 Memory usage per processor = 27.5367 Mbytes Step Atoms AVEKE stressZZ 14779 5000 4.0963347e-11 4866717.4 14780 -0.010952499999994 4866640.63387057 14780 5000 4.0960331e-11 4866640.6 Loop time of 0.0189359 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:56 2021 Pair time (%) = 0.00103402 (5.46063) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.175012) Outpt time (%) = 0.017766 (93.8217) Other time (%) = 0.000102758 (0.542664) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:56 2021 Memory usage per processor = 27.5367 Mbytes Step Atoms AVEKE stressZZ 14780 5000 4.0960331e-11 4866619.6 14781 -0.010952499999994 4866542.79524906 14781 5000 4.0957315e-11 4866542.8 Loop time of 0.017117 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:56 2021 Pair time (%) = 0.00138187 (8.0731) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.217288) Outpt time (%) = 0.015553 (90.8627) Other time (%) = 0.000144958 (0.846867) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:56 2021 Memory usage per processor = 27.5367 Mbytes Step Atoms AVEKE stressZZ 14781 5000 4.0957315e-11 4866521.8 14782 -0.010952499999994 4866444.96168619 14782 5000 4.0954299e-11 4866445 Loop time of 0.017678 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:56 2021 Pair time (%) = 0.00101781 (5.75748) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.260294) Outpt time (%) = 0.016443 (93.0139) Other time (%) = 0.000171185 (0.968347) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:56 2021 Memory usage per processor = 27.5367 Mbytes Step Atoms AVEKE stressZZ 14782 5000 4.0954299e-11 4866423.9 14783 -0.010952499999994 4866347.13318137 14783 5000 4.0951284e-11 4866347.1 Loop time of 0.016732 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:56 2021 Pair time (%) = 0.00116301 (6.9508) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.192365) Outpt time (%) = 0.015444 (92.3025) Other time (%) = 9.27448e-05 (0.554297) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:56 2021 Memory usage per processor = 27.5367 Mbytes Step Atoms AVEKE stressZZ 14783 5000 4.0951284e-11 4866326.1 14784 -0.010952499999994 4866249.30973381 14784 5000 4.0948269e-11 4866249.3 Loop time of 0.0167 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:56 2021 Pair time (%) = 0.00111699 (6.68856) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209865) Outpt time (%) = 0.015445 (92.4848) Other time (%) = 0.000102997 (0.616746) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:56 2021 Memory usage per processor = 27.5367 Mbytes Step Atoms AVEKE stressZZ 14784 5000 4.0948269e-11 4866228.3 14785 -0.010952499999994 4866151.49134285 14785 5000 4.0945255e-11 4866151.5 Loop time of 0.0170891 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:56 2021 Pair time (%) = 0.00105119 (6.15121) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.19253) Outpt time (%) = 0.015908 (93.0884) Other time (%) = 9.70364e-05 (0.567825) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:56 2021 Memory usage per processor = 27.5367 Mbytes Step Atoms AVEKE stressZZ 14785 5000 4.0945255e-11 4866130.4 14786 -0.010952499999994 4866053.67800774 14786 5000 4.094224e-11 4866053.7 Loop time of 0.0174038 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:56 2021 Pair time (%) = 0.00109005 (6.26327) Neigh time (%) = 0 (0) Comm time (%) = 6.31809e-05 (0.363029) Outpt time (%) = 0.01614 (92.7381) Other time (%) = 0.000110626 (0.635643) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:23:56 2021 Memory usage per processor = 27.5367 Mbytes Step Atoms AVEKE stressZZ 14786 5000 4.094224e-11 4866032.6 14787 -0.010952499999994 4865940.49941404 14787 5000 8.0859916e-11 4866100.4 Loop time of 0.0162208 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:56 2021 Pair time (%) = 0.00101519 (6.25854) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.196957) Outpt time (%) = 0.0150578 (92.8302) Other time (%) = 0.000115871 (0.714338) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28340 ave 28340 max 28340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28340 Ave neighs/atom = 5.668 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:56 2021 Memory usage per processor = 27.5367 Mbytes Step Atoms AVEKE stressZZ 14787 5000 8.0859916e-11 4919668.8 14788 -0.010984999999994 4919567.17746848 14788 5000 6.512282e-11 4919567.2 Loop time of 0.016706 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:56 2021 Pair time (%) = 0.00125909 (7.53675) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.234052) Outpt time (%) = 0.015285 (91.4942) Other time (%) = 0.000122786 (0.734979) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:56 2021 Memory usage per processor = 27.5367 Mbytes Step Atoms AVEKE stressZZ 14788 5000 6.512282e-11 4919538.8 14789 -0.010984999999994 4919445.87878065 14789 5000 5.6004904e-11 4919445.9 Loop time of 0.0172541 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:56 2021 Pair time (%) = 0.0010159 (5.88788) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185162) Outpt time (%) = 0.0160818 (93.2057) Other time (%) = 0.000124454 (0.721303) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:56 2021 Memory usage per processor = 27.5367 Mbytes Step Atoms AVEKE stressZZ 14789 5000 5.6004904e-11 4919420.1 14790 -0.010984999999994 4919332.66614245 14790 5000 5.056644e-11 4919332.7 Loop time of 0.019088 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:56 2021 Pair time (%) = 0.00101686 (5.32719) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.167372) Outpt time (%) = 0.0179448 (94.0108) Other time (%) = 9.44138e-05 (0.494623) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:56 2021 Memory usage per processor = 27.5368 Mbytes Step Atoms AVEKE stressZZ 14790 5000 5.056644e-11 4919308.5 14791 -0.010984999999994 4919224.59413176 14791 5000 4.7253401e-11 4919224.6 Loop time of 0.016315 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:56 2021 Pair time (%) = 0.00101614 (6.22826) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.201666) Outpt time (%) = 0.015168 (92.9695) Other time (%) = 9.799e-05 (0.600614) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:56 2021 Memory usage per processor = 27.5368 Mbytes Step Atoms AVEKE stressZZ 14791 5000 4.7253401e-11 4919201.4 14792 -0.010984999999994 4919119.79091261 14792 5000 4.5205096e-11 4919119.8 Loop time of 0.0176151 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:56 2021 Pair time (%) = 0.00122094 (6.93123) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.198963) Outpt time (%) = 0.0162158 (92.0564) Other time (%) = 0.00014329 (0.813448) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:56 2021 Memory usage per processor = 27.5368 Mbytes Step Atoms AVEKE stressZZ 14792 5000 4.5205096e-11 4919097.3 14793 -0.010984999999994 4919017.06691531 14793 5000 4.3925803e-11 4919017.1 Loop time of 0.017839 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:56 2021 Pair time (%) = 0.00106907 (5.99289) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.184438) Outpt time (%) = 0.0166349 (93.2506) Other time (%) = 0.000102043 (0.572024) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:56 2021 Memory usage per processor = 27.5368 Mbytes Step Atoms AVEKE stressZZ 14793 5000 4.3925803e-11 4918995 14794 -0.010984999999994 4918915.66615577 14794 5000 4.3121193e-11 4918915.7 Loop time of 0.0165091 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:56 2021 Pair time (%) = 0.00105786 (6.40778) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.194963) Outpt time (%) = 0.015327 (92.8398) Other time (%) = 9.20296e-05 (0.557449) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:56 2021 Memory usage per processor = 27.5368 Mbytes Step Atoms AVEKE stressZZ 14794 5000 4.3121193e-11 4918893.8 14795 -0.010984999999994 4918815.10819746 14795 5000 4.2612579e-11 4918815.1 Loop time of 0.0165532 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:56 2021 Pair time (%) = 0.00109005 (6.58514) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211727) Outpt time (%) = 0.0153251 (92.5809) Other time (%) = 0.000102997 (0.622218) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:56 2021 Memory usage per processor = 27.5368 Mbytes Step Atoms AVEKE stressZZ 14795 5000 4.2612579e-11 4918793.5 14796 -0.010984999999994 4918715.0877174 14796 5000 4.2289782e-11 4918715.1 Loop time of 0.0175681 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:56 2021 Pair time (%) = 0.00131297 (7.4736) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.188638) Outpt time (%) = 0.0160899 (91.5859) Other time (%) = 0.000132084 (0.751839) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:56 2021 Memory usage per processor = 27.5368 Mbytes Step Atoms AVEKE stressZZ 14796 5000 4.2289782e-11 4918693.5 14797 -0.010984999999994 4918615.41067895 14797 5000 4.2084147e-11 4918615.4 Loop time of 0.0171082 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:56 2021 Pair time (%) = 0.00105214 (6.14992) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186741) Outpt time (%) = 0.0159299 (93.1129) Other time (%) = 9.41753e-05 (0.550469) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:56 2021 Memory usage per processor = 27.5368 Mbytes Step Atoms AVEKE stressZZ 14797 5000 4.2084147e-11 4918593.9 14798 -0.010984999999994 4918515.95376926 14798 5000 4.1952596e-11 4918516 Loop time of 0.016494 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:56 2021 Pair time (%) = 0.00108719 (6.59141) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193695) Outpt time (%) = 0.0152819 (92.6512) Other time (%) = 9.29832e-05 (0.563739) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:56 2021 Memory usage per processor = 27.5368 Mbytes Step Atoms AVEKE stressZZ 14798 5000 4.1952596e-11 4918494.5 14799 -0.010984999999994 4918416.6386214 14799 5000 4.1867975e-11 4918416.6 Loop time of 0.0164249 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:56 2021 Pair time (%) = 0.00101805 (6.1982) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.188704) Outpt time (%) = 0.0152869 (93.0717) Other time (%) = 8.89301e-05 (0.541435) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:56 2021 Memory usage per processor = 27.5368 Mbytes Step Atoms AVEKE stressZZ 14799 5000 4.1867975e-11 4918395.2 14800 -0.010984999999994 4918317.41544775 14800 5000 4.1813116e-11 4918317.4 Loop time of 0.0187271 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:56 2021 Pair time (%) = 0.00101686 (5.42987) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.170598) Outpt time (%) = 0.01759 (93.9285) Other time (%) = 8.82149e-05 (0.471056) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:56 2021 Memory usage per processor = 27.5368 Mbytes Step Atoms AVEKE stressZZ 14800 5000 4.1813116e-11 4918296 14801 -0.010984999999994 4918218.25260887 14801 5000 4.1777148e-11 4918218.3 Loop time of 0.017478 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:56 2021 Pair time (%) = 0.00101686 (5.81792) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.184155) Outpt time (%) = 0.0163422 (93.5014) Other time (%) = 8.67844e-05 (0.496535) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:56 2021 Memory usage per processor = 27.5368 Mbytes Step Atoms AVEKE stressZZ 14801 5000 4.1777148e-11 4918196.9 14802 -0.010984999999994 4918119.12997801 14802 5000 4.1753173e-11 4918119.1 Loop time of 0.017189 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:56 2021 Pair time (%) = 0.00107098 (6.23058) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192798) Outpt time (%) = 0.01598 (92.9663) Other time (%) = 0.000104904 (0.610297) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:56 2021 Memory usage per processor = 27.5368 Mbytes Step Atoms AVEKE stressZZ 14802 5000 4.1753173e-11 4918097.8 14803 -0.010984999999994 4918020.0347684 14803 5000 4.1736818e-11 4918020 Loop time of 0.0167279 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:56 2021 Pair time (%) = 0.001019 (6.09162) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.202389) Outpt time (%) = 0.0155818 (93.1487) Other time (%) = 9.32217e-05 (0.557282) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:56 2021 Memory usage per processor = 27.5368 Mbytes Step Atoms AVEKE stressZZ 14803 5000 4.1736818e-11 4917998.7 14804 -0.010984999999994 4917920.9588508 14804 5000 4.1725302e-11 4917921 Loop time of 0.017247 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:56 2021 Pair time (%) = 0.00124598 (7.22432) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190768) Outpt time (%) = 0.015846 (91.8771) Other time (%) = 0.00012207 (0.707779) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:56 2021 Memory usage per processor = 27.5368 Mbytes Step Atoms AVEKE stressZZ 14804 5000 4.1725302e-11 4917899.6 14805 -0.010984999999994 4917821.89705684 14805 5000 4.1716862e-11 4917821.9 Loop time of 0.0172172 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:56 2021 Pair time (%) = 0.00101805 (5.91298) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191099) Outpt time (%) = 0.0160742 (93.3614) Other time (%) = 9.20296e-05 (0.534522) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:56 2021 Memory usage per processor = 27.5368 Mbytes Step Atoms AVEKE stressZZ 14805 5000 4.1716862e-11 4917800.5 14806 -0.010984999999994 4917722.84611047 14806 5000 4.1710376e-11 4917722.8 Loop time of 0.0168109 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:56 2021 Pair time (%) = 0.0010159 (6.04311) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190044) Outpt time (%) = 0.015651 (93.1003) Other time (%) = 0.000112057 (0.666572) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:56 2021 Memory usage per processor = 27.5368 Mbytes Step Atoms AVEKE stressZZ 14806 5000 4.1710376e-11 4917701.5 14807 -0.010984999999994 4917623.80392508 14807 5000 4.1705132e-11 4917623.8 Loop time of 0.0166399 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:56 2021 Pair time (%) = 0.001055 (6.34018) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.197728) Outpt time (%) = 0.015435 (92.7586) Other time (%) = 0.000117064 (0.703509) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:56 2021 Memory usage per processor = 27.5368 Mbytes Step Atoms AVEKE stressZZ 14807 5000 4.1705132e-11 4917602.5 14808 -0.010984999999994 4917524.7691746 14808 5000 4.1700678e-11 4917524.8 Loop time of 0.0175571 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:56 2021 Pair time (%) = 0.001055 (6.00896) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.181966) Outpt time (%) = 0.0163798 (93.2944) Other time (%) = 9.03606e-05 (0.514666) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:56 2021 Memory usage per processor = 27.5368 Mbytes Step Atoms AVEKE stressZZ 14808 5000 4.1700678e-11 4917503.4 14809 -0.010984999999994 4917425.74101565 14809 5000 4.1696725e-11 4917425.7 Loop time of 0.0171711 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:56 2021 Pair time (%) = 0.00101709 (5.92327) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186057) Outpt time (%) = 0.0160301 (93.3547) Other time (%) = 9.20296e-05 (0.535955) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:56 2021 Memory usage per processor = 27.5368 Mbytes Step Atoms AVEKE stressZZ 14809 5000 4.1696725e-11 4917404.4 14810 -0.010984999999994 4917326.71891054 14810 5000 4.1693091e-11 4917326.7 Loop time of 0.018625 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:56 2021 Pair time (%) = 0.0010159 (5.4545) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.171533) Outpt time (%) = 0.0174809 (93.8568) Other time (%) = 9.63211e-05 (0.51716) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:56 2021 Memory usage per processor = 27.5368 Mbytes Step Atoms AVEKE stressZZ 14810 5000 4.1693091e-11 4917305.4 14811 -0.010984999999994 4917227.70251914 14811 5000 4.168966e-11 4917227.7 Loop time of 0.0169981 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:56 2021 Pair time (%) = 0.00140214 (8.24883) Neigh time (%) = 0 (0) Comm time (%) = 4.50611e-05 (0.265096) Outpt time (%) = 0.0154011 (90.6052) Other time (%) = 0.000149727 (0.880847) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:56 2021 Memory usage per processor = 27.5368 Mbytes Step Atoms AVEKE stressZZ 14811 5000 4.168966e-11 4917206.4 14812 -0.010984999999994 4917128.69162483 14812 5000 4.1686358e-11 4917128.7 Loop time of 0.0171292 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:56 2021 Pair time (%) = 0.00113797 (6.64347) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186513) Outpt time (%) = 0.0158601 (92.591) Other time (%) = 9.91821e-05 (0.579024) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:56 2021 Memory usage per processor = 27.5368 Mbytes Step Atoms AVEKE stressZZ 14812 5000 4.1686358e-11 4917107.3 14813 -0.010984999999994 4917029.68608937 14813 5000 4.1683138e-11 4917029.7 Loop time of 0.0171139 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:56 2021 Pair time (%) = 0.001019 (5.95422) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181106) Outpt time (%) = 0.015955 (93.228) Other time (%) = 0.000108957 (0.636659) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:56 2021 Memory usage per processor = 27.5368 Mbytes Step Atoms AVEKE stressZZ 14813 5000 4.1683138e-11 4917008.3 14814 -0.010984999999994 4916930.68582457 14814 5000 4.1679971e-11 4916930.7 Loop time of 0.016711 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:56 2021 Pair time (%) = 0.00116014 (6.9424) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.281063) Outpt time (%) = 0.0153561 (91.892) Other time (%) = 0.00014782 (0.884564) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:56 2021 Memory usage per processor = 27.5368 Mbytes Step Atoms AVEKE stressZZ 14814 5000 4.1679971e-11 4916909.3 14815 -0.010984999999994 4916831.69077418 14815 5000 4.1676837e-11 4916831.7 Loop time of 0.01723 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:56 2021 Pair time (%) = 0.00110698 (6.4247) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.202026) Outpt time (%) = 0.015949 (92.5652) Other time (%) = 0.000139236 (0.808103) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:56 2021 Memory usage per processor = 27.5368 Mbytes Step Atoms AVEKE stressZZ 14815 5000 4.1676837e-11 4916810.3 14816 -0.010984999999994 4916732.70090209 14816 5000 4.1673724e-11 4916732.7 Loop time of 0.017185 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:56 2021 Pair time (%) = 0.00101709 (5.91851) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185907) Outpt time (%) = 0.0160429 (93.3545) Other time (%) = 9.29832e-05 (0.541073) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:56 2021 Memory usage per processor = 27.5368 Mbytes Step Atoms AVEKE stressZZ 14816 5000 4.1673724e-11 4916711.4 14817 -0.010984999999994 4916633.71618521 14817 5000 4.1670624e-11 4916633.7 Loop time of 0.0167859 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:56 2021 Pair time (%) = 0.00105381 (6.27796) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190327) Outpt time (%) = 0.015605 (92.965) Other time (%) = 9.5129e-05 (0.566721) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:56 2021 Memory usage per processor = 27.5368 Mbytes Step Atoms AVEKE stressZZ 14817 5000 4.1670624e-11 4916612.4 14818 -0.010984999999994 4916534.73660836 14818 5000 4.1667534e-11 4916534.7 Loop time of 0.0167551 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:56 2021 Pair time (%) = 0.00115204 (6.87575) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209175) Outpt time (%) = 0.0154381 (92.1396) Other time (%) = 0.000129938 (0.775514) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:56 2021 Memory usage per processor = 27.5368 Mbytes Step Atoms AVEKE stressZZ 14818 5000 4.1667534e-11 4916513.4 14819 -0.010984999999994 4916435.76216189 14819 5000 4.1664449e-11 4916435.8 Loop time of 0.0169749 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:56 2021 Pair time (%) = 0.00101709 (5.99174) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188208) Outpt time (%) = 0.015835 (93.2849) Other time (%) = 9.08375e-05 (0.535127) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:56 2021 Memory usage per processor = 27.5368 Mbytes Step Atoms AVEKE stressZZ 14819 5000 4.1664449e-11 4916414.4 14820 -0.010984999999994 4916336.7928392 14820 5000 4.1661368e-11 4916336.8 Loop time of 0.019392 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:57 2021 Pair time (%) = 0.00102496 (5.28548) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.165978) Outpt time (%) = 0.018203 (93.8686) Other time (%) = 0.000131845 (0.679896) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:57 2021 Memory usage per processor = 27.5368 Mbytes Step Atoms AVEKE stressZZ 14820 5000 4.1661368e-11 4916315.4 14821 -0.010984999999994 4916237.82863593 14821 5000 4.165829e-11 4916237.8 Loop time of 0.016609 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:57 2021 Pair time (%) = 0.00101495 (6.11085) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.199532) Outpt time (%) = 0.0154688 (93.1355) Other time (%) = 9.20296e-05 (0.554096) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:57 2021 Memory usage per processor = 27.5368 Mbytes Step Atoms AVEKE stressZZ 14821 5000 4.165829e-11 4916216.5 14822 -0.010984999999994 4916138.86954907 14822 5000 4.1655213e-11 4916138.9 Loop time of 0.0169752 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:57 2021 Pair time (%) = 0.00128579 (7.57454) Neigh time (%) = 0 (0) Comm time (%) = 8.08239e-05 (0.47613) Outpt time (%) = 0.015461 (91.0799) Other time (%) = 0.000147581 (0.869394) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:57 2021 Memory usage per processor = 27.5368 Mbytes Step Atoms AVEKE stressZZ 14822 5000 4.1655213e-11 4916117.5 14823 -0.010984999999994 4916039.91557645 14823 5000 4.1652138e-11 4916039.9 Loop time of 0.0171199 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:57 2021 Pair time (%) = 0.00105906 (6.18611) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.188007) Outpt time (%) = 0.0159359 (93.0841) Other time (%) = 9.27448e-05 (0.541737) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:57 2021 Memory usage per processor = 27.5368 Mbytes Step Atoms AVEKE stressZZ 14823 5000 4.1652138e-11 4916018.6 14824 -0.010984999999994 4915940.96671634 14824 5000 4.1649063e-11 4915941 Loop time of 0.0170631 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:57 2021 Pair time (%) = 0.00101495 (5.94819) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181645) Outpt time (%) = 0.015924 (93.3238) Other time (%) = 9.32217e-05 (0.546334) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:57 2021 Memory usage per processor = 27.5368 Mbytes Step Atoms AVEKE stressZZ 14824 5000 4.1649063e-11 4915919.6 14825 -0.010984999999994 4915842.02296755 14825 5000 4.164599e-11 4915842 Loop time of 0.016521 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:57 2021 Pair time (%) = 0.00108504 (6.56767) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.217912) Outpt time (%) = 0.0153019 (92.6213) Other time (%) = 9.799e-05 (0.593125) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:57 2021 Memory usage per processor = 27.5368 Mbytes Step Atoms AVEKE stressZZ 14825 5000 4.164599e-11 4915820.7 14826 -0.010984999999994 4915743.08432887 14826 5000 4.1642916e-11 4915743.1 Loop time of 0.0172079 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:57 2021 Pair time (%) = 0.00111413 (6.47454) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.272948) Outpt time (%) = 0.0159059 (92.4337) Other time (%) = 0.000140905 (0.818843) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:57 2021 Memory usage per processor = 27.5368 Mbytes Step Atoms AVEKE stressZZ 14826 5000 4.1642916e-11 4915721.7 14827 -0.010984999999994 4915644.15079946 14827 5000 4.1639843e-11 4915644.2 Loop time of 0.0170381 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:57 2021 Pair time (%) = 0.00101614 (5.96393) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18751) Outpt time (%) = 0.0158961 (93.2972) Other time (%) = 9.39369e-05 (0.551334) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:57 2021 Memory usage per processor = 27.5368 Mbytes Step Atoms AVEKE stressZZ 14827 5000 4.1639843e-11 4915622.8 14828 -0.010984999999994 4915545.22237853 14828 5000 4.1636771e-11 4915545.2 Loop time of 0.0167191 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:57 2021 Pair time (%) = 0.00101614 (6.07772) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191087) Outpt time (%) = 0.0155141 (92.7929) Other time (%) = 0.000156879 (0.938324) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:57 2021 Memory usage per processor = 27.5368 Mbytes Step Atoms AVEKE stressZZ 14828 5000 4.1636771e-11 4915523.9 14829 -0.010984999999994 4915446.29906523 14829 5000 4.1633699e-11 4915446.3 Loop time of 0.016876 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:57 2021 Pair time (%) = 0.00115299 (6.83215) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.218979) Outpt time (%) = 0.0155749 (92.2905) Other time (%) = 0.000111103 (0.65835) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:57 2021 Memory usage per processor = 27.5368 Mbytes Step Atoms AVEKE stressZZ 14829 5000 4.1633699e-11 4915425 14830 -0.010984999999994 4915347.38085888 14830 5000 4.1630628e-11 4915347.4 Loop time of 0.0195169 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:57 2021 Pair time (%) = 0.0010581 (5.42145) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.163694) Outpt time (%) = 0.0183339 (93.9384) Other time (%) = 9.29832e-05 (0.476423) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:57 2021 Memory usage per processor = 27.5368 Mbytes Step Atoms AVEKE stressZZ 14830 5000 4.1630628e-11 4915326 14831 -0.010984999999994 4915248.4677588 14831 5000 4.1627556e-11 4915248.5 Loop time of 0.0170951 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:57 2021 Pair time (%) = 0.0010159 (5.94265) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.274748) Outpt time (%) = 0.0158951 (92.9807) Other time (%) = 0.000137091 (0.80193) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:57 2021 Memory usage per processor = 27.5368 Mbytes Step Atoms AVEKE stressZZ 14831 5000 4.1627556e-11 4915227.1 14832 -0.010984999999994 4915149.55976423 14832 5000 4.1624485e-11 4915149.6 Loop time of 0.016417 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:57 2021 Pair time (%) = 0.00106001 (6.45677) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194603) Outpt time (%) = 0.0152321 (92.7822) Other time (%) = 9.29832e-05 (0.566383) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:57 2021 Memory usage per processor = 27.5368 Mbytes Step Atoms AVEKE stressZZ 14832 5000 4.1624485e-11 4915128.2 14833 -0.010984999999994 4915050.65687461 14833 5000 4.1621415e-11 4915050.7 Loop time of 0.016933 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:57 2021 Pair time (%) = 0.00127792 (7.54696) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.21261) Outpt time (%) = 0.015461 (91.3069) Other time (%) = 0.000158072 (0.933514) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:57 2021 Memory usage per processor = 27.5368 Mbytes Step Atoms AVEKE stressZZ 14833 5000 4.1621415e-11 4915029.3 14834 -0.010984999999994 4914951.7590892 14834 5000 4.1618345e-11 4914951.8 Loop time of 0.0169079 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:57 2021 Pair time (%) = 0.0010159 (6.00843) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188953) Outpt time (%) = 0.0157659 (93.2456) Other time (%) = 9.41753e-05 (0.556989) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:57 2021 Memory usage per processor = 27.5368 Mbytes Step Atoms AVEKE stressZZ 14834 5000 4.1618345e-11 4914930.4 14835 -0.010984999999994 4914852.86640732 14835 5000 4.1615275e-11 4914852.9 Loop time of 0.017184 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:57 2021 Pair time (%) = 0.0010581 (6.15747) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185917) Outpt time (%) = 0.016 (93.11) Other time (%) = 9.39369e-05 (0.546653) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:57 2021 Memory usage per processor = 27.5368 Mbytes Step Atoms AVEKE stressZZ 14835 5000 4.1615275e-11 4914831.5 14836 -0.010984999999994 4914753.97882842 14836 5000 4.1612205e-11 4914754 Loop time of 0.017055 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:57 2021 Pair time (%) = 0.00103307 (6.05726) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.194313) Outpt time (%) = 0.015841 (92.8817) Other time (%) = 0.00014782 (0.866721) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:57 2021 Memory usage per processor = 27.5368 Mbytes Step Atoms AVEKE stressZZ 14836 5000 4.1612205e-11 4914732.6 14837 -0.010984999999994 4914655.09635178 14837 5000 4.1609136e-11 4914655.1 Loop time of 0.017288 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:57 2021 Pair time (%) = 0.00103498 (5.98668) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.1848) Outpt time (%) = 0.0161171 (93.2272) Other time (%) = 0.000103951 (0.601288) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:57 2021 Memory usage per processor = 27.5368 Mbytes Step Atoms AVEKE stressZZ 14837 5000 4.1609136e-11 4914633.8 14838 -0.010984999999994 4914556.21897681 14838 5000 4.1606068e-11 4914556.2 Loop time of 0.0171552 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:57 2021 Pair time (%) = 0.00101614 (5.92323) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180671) Outpt time (%) = 0.0160191 (93.3777) Other time (%) = 8.89301e-05 (0.518387) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:57 2021 Memory usage per processor = 27.5368 Mbytes Step Atoms AVEKE stressZZ 14838 5000 4.1606068e-11 4914534.9 14839 -0.010984999999994 4914457.34670293 14839 5000 4.1602999e-11 4914457.3 Loop time of 0.0164518 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:57 2021 Pair time (%) = 0.00102997 (6.26051) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.195641) Outpt time (%) = 0.015285 (92.9077) Other time (%) = 0.000104666 (0.636195) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:57 2021 Memory usage per processor = 27.5368 Mbytes Step Atoms AVEKE stressZZ 14839 5000 4.1602999e-11 4914436 14840 -0.010984999999994 4914358.4795983 14840 5000 4.1599931e-11 4914358.5 Loop time of 0.0193679 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:57 2021 Pair time (%) = 0.00122213 (6.31009) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.18588) Outpt time (%) = 0.017988 (92.875) Other time (%) = 0.000121832 (0.629039) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:57 2021 Memory usage per processor = 27.5368 Mbytes Step Atoms AVEKE stressZZ 14840 5000 4.1599931e-11 4914337.1 14841 -0.010984999999994 4914259.61766491 14841 5000 4.1596863e-11 4914259.6 Loop time of 0.0171461 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:57 2021 Pair time (%) = 0.00109005 (6.35742) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186328) Outpt time (%) = 0.0159261 (92.8848) Other time (%) = 9.799e-05 (0.5715) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:57 2021 Memory usage per processor = 27.5368 Mbytes Step Atoms AVEKE stressZZ 14841 5000 4.1596863e-11 4914238.3 14842 -0.010984999999994 4914160.76087438 14842 5000 4.1593796e-11 4914160.8 Loop time of 0.0163021 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:57 2021 Pair time (%) = 0.0010159 (6.23172) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.190125) Outpt time (%) = 0.0151601 (92.9946) Other time (%) = 9.5129e-05 (0.583538) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:57 2021 Memory usage per processor = 27.5368 Mbytes Step Atoms AVEKE stressZZ 14842 5000 4.1593796e-11 4914139.4 14843 -0.010984999999994 4914061.90921752 14843 5000 4.1590729e-11 4914061.9 Loop time of 0.016171 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:57 2021 Pair time (%) = 0.00101805 (6.29552) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.197564) Outpt time (%) = 0.0150321 (92.957) Other time (%) = 8.89301e-05 (0.549937) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:57 2021 Memory usage per processor = 27.5368 Mbytes Step Atoms AVEKE stressZZ 14843 5000 4.1590729e-11 4914040.6 14844 -0.010984999999994 4913963.06268867 14844 5000 4.1587662e-11 4913963.1 Loop time of 0.0163951 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:57 2021 Pair time (%) = 0.00106907 (6.52066) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194864) Outpt time (%) = 0.0152001 (92.7115) Other time (%) = 9.39369e-05 (0.572958) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:57 2021 Memory usage per processor = 27.5368 Mbytes Step Atoms AVEKE stressZZ 14844 5000 4.1587662e-11 4913941.7 14845 -0.010984999999994 4913864.22128402 14845 5000 4.1584595e-11 4913864.2 Loop time of 0.01718 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:57 2021 Pair time (%) = 0.00106883 (6.22138) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185961) Outpt time (%) = 0.0159891 (93.0681) Other time (%) = 9.01222e-05 (0.524577) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:57 2021 Memory usage per processor = 27.5368 Mbytes Step Atoms AVEKE stressZZ 14845 5000 4.1584595e-11 4913842.9 14846 -0.010984999999994 4913765.38500051 14846 5000 4.1581529e-11 4913765.4 Loop time of 0.016813 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:57 2021 Pair time (%) = 0.00101995 (6.06645) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.19002) Outpt time (%) = 0.0156689 (93.1947) Other time (%) = 9.2268e-05 (0.548788) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:57 2021 Memory usage per processor = 27.5368 Mbytes Step Atoms AVEKE stressZZ 14846 5000 4.1581529e-11 4913744.1 14847 -0.010984999999994 4913666.55383565 14847 5000 4.1578464e-11 4913666.6 Loop time of 0.0167391 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:57 2021 Pair time (%) = 0.001194 (7.13299) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.207951) Outpt time (%) = 0.0153902 (91.9412) Other time (%) = 0.000120163 (0.717857) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:57 2021 Memory usage per processor = 27.5368 Mbytes Step Atoms AVEKE stressZZ 14847 5000 4.1578464e-11 4913645.2 14848 -0.010984999999994 4913567.72778747 14848 5000 4.1575398e-11 4913567.7 Loop time of 0.0172799 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:57 2021 Pair time (%) = 0.00111508 (6.45308) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179367) Outpt time (%) = 0.016042 (92.8363) Other time (%) = 9.17912e-05 (0.531203) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:57 2021 Memory usage per processor = 27.5368 Mbytes Step Atoms AVEKE stressZZ 14848 5000 4.1575398e-11 4913546.4 14849 -0.010984999999994 4913468.90685397 14849 5000 4.1572333e-11 4913468.9 Loop time of 0.0175281 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:57 2021 Pair time (%) = 0.0011251 (6.41884) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.19451) Outpt time (%) = 0.016268 (92.8113) Other time (%) = 0.000100851 (0.575369) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:57 2021 Memory usage per processor = 27.5368 Mbytes Step Atoms AVEKE stressZZ 14849 5000 4.1572333e-11 4913447.6 14850 -0.010984999999994 4913370.09103368 14850 5000 4.1569268e-11 4913370.1 Loop time of 0.018867 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:57 2021 Pair time (%) = 0.00103903 (5.50711) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.164278) Outpt time (%) = 0.017689 (93.7562) Other time (%) = 0.000108004 (0.572447) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:57 2021 Memory usage per processor = 27.5368 Mbytes Step Atoms AVEKE stressZZ 14850 5000 4.1569268e-11 4913348.8 14851 -0.010984999999994 4913271.28032499 14851 5000 4.1566204e-11 4913271.3 Loop time of 0.0165651 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:57 2021 Pair time (%) = 0.00111508 (6.73153) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.204378) Outpt time (%) = 0.0152891 (92.297) Other time (%) = 0.000127077 (0.767138) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:57 2021 Memory usage per processor = 27.5368 Mbytes Step Atoms AVEKE stressZZ 14851 5000 4.1566204e-11 4913249.9 14852 -0.010984999999994 4913172.4747266 14852 5000 4.156314e-11 4913172.5 Loop time of 0.0174301 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:57 2021 Pair time (%) = 0.00101805 (5.84075) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183293) Outpt time (%) = 0.0162902 (93.4603) Other time (%) = 8.98838e-05 (0.515682) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:57 2021 Memory usage per processor = 27.5368 Mbytes Step Atoms AVEKE stressZZ 14852 5000 4.156314e-11 4913151.1 14853 -0.010984999999994 4913073.67423718 14853 5000 4.1560076e-11 4913073.7 Loop time of 0.0170472 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:57 2021 Pair time (%) = 0.00101805 (5.97194) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18741) Outpt time (%) = 0.015902 (93.2826) Other time (%) = 9.5129e-05 (0.558034) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:57 2021 Memory usage per processor = 27.5368 Mbytes Step Atoms AVEKE stressZZ 14853 5000 4.1560076e-11 4913052.3 14854 -0.010984999999994 4912974.87885565 14854 5000 4.1557013e-11 4912974.9 Loop time of 0.016634 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:57 2021 Pair time (%) = 0.00103712 (6.23495) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.203532) Outpt time (%) = 0.01545 (92.8821) Other time (%) = 0.00011301 (0.679395) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:57 2021 Memory usage per processor = 27.5368 Mbytes Step Atoms AVEKE stressZZ 14854 5000 4.1557013e-11 4912953.5 14855 -0.010984999999994 4912876.08858064 14855 5000 4.155395e-11 4912876.1 Loop time of 0.01756 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:57 2021 Pair time (%) = 0.00125694 (7.15799) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.19823) Outpt time (%) = 0.0161591 (92.0219) Other time (%) = 0.000109196 (0.621843) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:57 2021 Memory usage per processor = 27.5368 Mbytes Step Atoms AVEKE stressZZ 14855 5000 4.155395e-11 4912854.8 14856 -0.010984999999994 4912777.30341127 14856 5000 4.1550887e-11 4912777.3 Loop time of 0.0175309 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:57 2021 Pair time (%) = 0.00101614 (5.79627) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182239) Outpt time (%) = 0.0163891 (93.487) Other time (%) = 9.36985e-05 (0.534476) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:57 2021 Memory usage per processor = 27.5368 Mbytes Step Atoms AVEKE stressZZ 14856 5000 4.1550887e-11 4912756 14857 -0.010984999999994 4912678.52334645 14857 5000 4.1547825e-11 4912678.5 Loop time of 0.0164788 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:57 2021 Pair time (%) = 0.00101399 (6.15333) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193874) Outpt time (%) = 0.0153389 (93.0827) Other time (%) = 9.39369e-05 (0.570048) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:57 2021 Memory usage per processor = 27.5368 Mbytes Step Atoms AVEKE stressZZ 14857 5000 4.1547825e-11 4912657.2 14858 -0.010984999999994 4912579.74837119 14858 5000 4.1544763e-11 4912579.7 Loop time of 0.0165889 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:57 2021 Pair time (%) = 0.00105095 (6.33524) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.199773) Outpt time (%) = 0.0154061 (92.87) Other time (%) = 9.87053e-05 (0.595007) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:57 2021 Memory usage per processor = 27.5368 Mbytes Step Atoms AVEKE stressZZ 14858 5000 4.1544763e-11 4912558.4 14859 -0.010984999999994 4912480.97847137 14859 5000 4.1541701e-11 4912481 Loop time of 0.0172858 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:57 2021 Pair time (%) = 0.00134802 (7.79841) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.19034) Outpt time (%) = 0.0158129 (91.4789) Other time (%) = 9.20296e-05 (0.532399) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:57 2021 Memory usage per processor = 27.5368 Mbytes Step Atoms AVEKE stressZZ 14859 5000 4.1541701e-11 4912459.6 14860 -0.010984999999994 4912382.21367429 14860 5000 4.153864e-11 4912382.2 Loop time of 0.0194018 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:57 2021 Pair time (%) = 0.00106096 (5.46838) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.17081) Outpt time (%) = 0.018209 (93.8521) Other time (%) = 9.87053e-05 (0.508743) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:57 2021 Memory usage per processor = 27.5368 Mbytes Step Atoms AVEKE stressZZ 14860 5000 4.153864e-11 4912360.9 14861 -0.010984999999994 4912283.4540013 14861 5000 4.1535579e-11 4912283.5 Loop time of 0.0165792 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:57 2021 Pair time (%) = 0.0010519 (6.34473) Neigh time (%) = 0 (0) Comm time (%) = 4.50611e-05 (0.271794) Outpt time (%) = 0.015357 (92.6285) Other time (%) = 0.00012517 (0.754983) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:57 2021 Memory usage per processor = 27.5368 Mbytes Step Atoms AVEKE stressZZ 14861 5000 4.1535579e-11 4912262.1 14862 -0.010984999999994 4912184.69945156 14862 5000 4.1532518e-11 4912184.7 Loop time of 0.0166459 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:57 2021 Pair time (%) = 0.00116396 (6.99247) Neigh time (%) = 0 (0) Comm time (%) = 3.98159e-05 (0.239193) Outpt time (%) = 0.0153329 (92.1123) Other time (%) = 0.000109196 (0.655991) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:57 2021 Memory usage per processor = 27.5368 Mbytes Step Atoms AVEKE stressZZ 14862 5000 4.1532518e-11 4912163.4 14863 -0.010984999999994 4912085.95006185 14863 5000 4.1529458e-11 4912086 Loop time of 0.0170991 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:58 2021 Pair time (%) = 0.0010159 (5.94124) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.188235) Outpt time (%) = 0.0159569 (93.3198) Other time (%) = 9.41753e-05 (0.550761) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:58 2021 Memory usage per processor = 27.5368 Mbytes Step Atoms AVEKE stressZZ 14863 5000 4.1529458e-11 4912064.6 14864 -0.010984999999994 4911987.20580754 14864 5000 4.1526398e-11 4911987.2 Loop time of 0.0170839 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:58 2021 Pair time (%) = 0.00105405 (6.16984) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.188403) Outpt time (%) = 0.0159049 (93.0989) Other time (%) = 9.27448e-05 (0.542879) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:58 2021 Memory usage per processor = 27.5368 Mbytes Step Atoms AVEKE stressZZ 14864 5000 4.1526398e-11 4911965.9 14865 -0.010984999999994 4911888.46667894 14865 5000 4.1523338e-11 4911888.5 Loop time of 0.016464 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:58 2021 Pair time (%) = 0.00107789 (6.54696) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.205633) Outpt time (%) = 0.0152521 (92.6392) Other time (%) = 0.000100136 (0.608211) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:58 2021 Memory usage per processor = 27.5368 Mbytes Step Atoms AVEKE stressZZ 14865 5000 4.1523338e-11 4911867.1 14866 -0.010984999999994 4911789.73267079 14866 5000 4.1520279e-11 4911789.7 Loop time of 0.017309 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:58 2021 Pair time (%) = 0.00118399 (6.84031) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.202482) Outpt time (%) = 0.015924 (91.9985) Other time (%) = 0.000165939 (0.958691) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:58 2021 Memory usage per processor = 27.5368 Mbytes Step Atoms AVEKE stressZZ 14866 5000 4.1520279e-11 4911768.4 14867 -0.010984999999994 4911691.00377949 14867 5000 4.151722e-11 4911691 Loop time of 0.0171199 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:58 2021 Pair time (%) = 0.00102305 (5.97582) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186614) Outpt time (%) = 0.0159731 (93.3014) Other time (%) = 9.17912e-05 (0.536167) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:58 2021 Memory usage per processor = 27.5368 Mbytes Step Atoms AVEKE stressZZ 14867 5000 4.151722e-11 4911669.7 14868 -0.010984999999994 4911592.2800022 14868 5000 4.1514161e-11 4911592.3 Loop time of 0.0165319 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:58 2021 Pair time (%) = 0.00105715 (6.39458) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.187482) Outpt time (%) = 0.0153511 (92.8569) Other time (%) = 9.27448e-05 (0.561004) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:58 2021 Memory usage per processor = 27.5368 Mbytes Step Atoms AVEKE stressZZ 14868 5000 4.1514161e-11 4911571 14869 -0.010984999999994 4911493.56133653 14869 5000 4.1511103e-11 4911493.6 Loop time of 0.0166352 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:58 2021 Pair time (%) = 0.00108981 (6.55124) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.210683) Outpt time (%) = 0.015383 (92.4727) Other time (%) = 0.000127316 (0.765339) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:58 2021 Memory usage per processor = 27.5368 Mbytes Step Atoms AVEKE stressZZ 14869 5000 4.1511103e-11 4911472.2 14870 -0.010984999999994 4911394.84778065 14870 5000 4.1508045e-11 4911394.8 Loop time of 0.019346 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:58 2021 Pair time (%) = 0.00101495 (5.24629) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.166373) Outpt time (%) = 0.0182071 (94.1129) Other time (%) = 9.17912e-05 (0.474471) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:58 2021 Memory usage per processor = 27.5368 Mbytes Step Atoms AVEKE stressZZ 14870 5000 4.1508045e-11 4911373.5 14871 -0.010984999999994 4911296.13933265 14871 5000 4.1504987e-11 4911296.1 Loop time of 0.0171051 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:58 2021 Pair time (%) = 0.00101495 (5.9336) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186775) Outpt time (%) = 0.015964 (93.3291) Other time (%) = 9.41753e-05 (0.550569) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:58 2021 Memory usage per processor = 27.5368 Mbytes Step Atoms AVEKE stressZZ 14871 5000 4.1504987e-11 4911274.8 14872 -0.010984999999994 4911197.43599198 14872 5000 4.150193e-11 4911197.4 Loop time of 0.0163951 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:58 2021 Pair time (%) = 0.00101519 (6.19201) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.189047) Outpt time (%) = 0.015254 (93.0402) Other time (%) = 9.48906e-05 (0.578774) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:58 2021 Memory usage per processor = 27.5368 Mbytes Step Atoms AVEKE stressZZ 14872 5000 4.150193e-11 4911176.1 14873 -0.010984999999994 4911098.73775749 14873 5000 4.1498873e-11 4911098.7 Loop time of 0.017081 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:58 2021 Pair time (%) = 0.00137711 (8.0622) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.216351) Outpt time (%) = 0.015516 (90.8379) Other time (%) = 0.000150919 (0.883548) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:58 2021 Memory usage per processor = 27.5368 Mbytes Step Atoms AVEKE stressZZ 14873 5000 4.1498873e-11 4911077.4 14874 -0.010984999999994 4911000.04462677 14874 5000 4.1495817e-11 4911000 Loop time of 0.0171931 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:58 2021 Pair time (%) = 0.0010941 (6.36362) Neigh time (%) = 0 (0) Comm time (%) = 4.50611e-05 (0.262089) Outpt time (%) = 0.015898 (92.4674) Other time (%) = 0.000155926 (0.90691) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:58 2021 Memory usage per processor = 27.5368 Mbytes Step Atoms AVEKE stressZZ 14874 5000 4.1495817e-11 4910978.7 14875 -0.010984999999994 4910901.35659856 14875 5000 4.149276e-11 4910901.4 Loop time of 0.0168362 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:58 2021 Pair time (%) = 0.001019 (6.05245) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.189759) Outpt time (%) = 0.0156908 (93.197) Other time (%) = 9.44138e-05 (0.560779) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:58 2021 Memory usage per processor = 27.5368 Mbytes Step Atoms AVEKE stressZZ 14875 5000 4.149276e-11 4910880 14876 -0.010984999999994 4910802.67367148 14876 5000 4.1489704e-11 4910802.7 Loop time of 0.0166721 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:58 2021 Pair time (%) = 0.00119209 (7.15021) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.210216) Outpt time (%) = 0.015327 (91.9317) Other time (%) = 0.000118017 (0.707871) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:58 2021 Memory usage per processor = 27.5368 Mbytes Step Atoms AVEKE stressZZ 14876 5000 4.1489704e-11 4910781.4 14877 -0.010984999999994 4910703.99584461 14877 5000 4.1486649e-11 4910704 Loop time of 0.0173528 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:58 2021 Pair time (%) = 0.00114703 (6.61006) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184109) Outpt time (%) = 0.016082 (92.6769) Other time (%) = 9.17912e-05 (0.52897) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:58 2021 Memory usage per processor = 27.5368 Mbytes Step Atoms AVEKE stressZZ 14877 5000 4.1486649e-11 4910682.7 14878 -0.010984999999994 4910605.32310754 14878 5000 4.1483594e-11 4910605.3 Loop time of 0.0172629 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:58 2021 Pair time (%) = 0.00101709 (5.89178) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185068) Outpt time (%) = 0.016093 (93.2229) Other time (%) = 0.000120878 (0.700218) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:58 2021 Memory usage per processor = 27.5368 Mbytes Step Atoms AVEKE stressZZ 14878 5000 4.1483594e-11 4910584 14879 -0.010984999999994 4910506.6554597 14879 5000 4.1480539e-11 4910506.7 Loop time of 0.0171871 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:58 2021 Pair time (%) = 0.00101995 (5.93441) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185884) Outpt time (%) = 0.0160451 (93.3553) Other time (%) = 9.01222e-05 (0.524359) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:58 2021 Memory usage per processor = 27.5368 Mbytes Step Atoms AVEKE stressZZ 14879 5000 4.1480539e-11 4910485.3 14880 -0.010984999999994 4910407.99290786 14880 5000 4.1477484e-11 4910408 Loop time of 0.0189722 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:58 2021 Pair time (%) = 0.00105906 (5.58216) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.173421) Outpt time (%) = 0.0177839 (93.7367) Other time (%) = 9.63211e-05 (0.507697) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:58 2021 Memory usage per processor = 27.5368 Mbytes Step Atoms AVEKE stressZZ 14880 5000 4.1477484e-11 4910386.7 14881 -0.010984999999994 4910309.33545101 14881 5000 4.147443e-11 4910309.3 Loop time of 0.017349 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:58 2021 Pair time (%) = 0.00116682 (6.72558) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.195143) Outpt time (%) = 0.016027 (92.3798) Other time (%) = 0.000121355 (0.699493) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:58 2021 Memory usage per processor = 27.5368 Mbytes Step Atoms AVEKE stressZZ 14881 5000 4.147443e-11 4910288 14882 -0.010984999999994 4910210.68308824 14882 5000 4.1471376e-11 4910210.7 Loop time of 0.017175 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:58 2021 Pair time (%) = 0.001055 (6.14268) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186016) Outpt time (%) = 0.015995 (93.1299) Other time (%) = 9.29832e-05 (0.541388) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:58 2021 Memory usage per processor = 27.5368 Mbytes Step Atoms AVEKE stressZZ 14882 5000 4.1471376e-11 4910189.4 14883 -0.010984999999994 4910112.0358383 14883 5000 4.1468322e-11 4910112 Loop time of 0.016468 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:58 2021 Pair time (%) = 0.00105309 (6.39478) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.199792) Outpt time (%) = 0.0152681 (92.7134) Other time (%) = 0.000113964 (0.692032) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:58 2021 Memory usage per processor = 27.5368 Mbytes Step Atoms AVEKE stressZZ 14883 5000 4.1468322e-11 4910090.7 14884 -0.010984999999994 4910013.39373915 14884 5000 4.1465269e-11 4910013.4 Loop time of 0.017128 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:58 2021 Pair time (%) = 0.00117707 (6.87222) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193486) Outpt time (%) = 0.0157781 (92.1186) Other time (%) = 0.000139713 (0.815702) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:58 2021 Memory usage per processor = 27.5368 Mbytes Step Atoms AVEKE stressZZ 14884 5000 4.1465269e-11 4909992.1 14885 -0.010984999999994 4909914.75676413 14885 5000 4.1462216e-11 4909914.8 Loop time of 0.0171208 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:58 2021 Pair time (%) = 0.00101614 (5.93511) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186604) Outpt time (%) = 0.0159869 (93.377) Other time (%) = 8.58307e-05 (0.501323) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:58 2021 Memory usage per processor = 27.5368 Mbytes Step Atoms AVEKE stressZZ 14885 5000 4.1462216e-11 4909893.4 14886 -0.010984999999994 4909816.12491984 14886 5000 4.1459164e-11 4909816.1 Loop time of 0.0168629 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:58 2021 Pair time (%) = 0.00105381 (6.24929) Neigh time (%) = 0 (0) Comm time (%) = 6.38962e-05 (0.378916) Outpt time (%) = 0.015595 (92.4811) Other time (%) = 0.000150204 (0.890736) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:58 2021 Memory usage per processor = 27.5368 Mbytes Step Atoms AVEKE stressZZ 14886 5000 4.1459164e-11 4909794.8 14887 -0.010984999999994 4909717.49828411 14887 5000 4.1456112e-11 4909717.5 Loop time of 0.0162911 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:58 2021 Pair time (%) = 0.0010159 (6.23591) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.196107) Outpt time (%) = 0.0151532 (93.0148) Other time (%) = 9.01222e-05 (0.553198) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:23:58 2021 Memory usage per processor = 27.5368 Mbytes Step Atoms AVEKE stressZZ 14887 5000 4.1456112e-11 4909696.2 14888 -0.010984999999994 4909603.40154907 14888 5000 8.1874141e-11 4909764.7 Loop time of 0.0160379 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:58 2021 Pair time (%) = 0.00101995 (6.35964) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.193257) Outpt time (%) = 0.0148749 (92.7484) Other time (%) = 0.000112057 (0.698698) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:58 2021 Memory usage per processor = 27.5368 Mbytes Step Atoms AVEKE stressZZ 14888 5000 8.1874141e-11 4963541.6 14889 -0.011017499999994 4963439.24878938 14889 5000 6.5938185e-11 4963439.2 Loop time of 0.016943 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:58 2021 Pair time (%) = 0.00101805 (6.00867) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.182934) Outpt time (%) = 0.0158041 (93.2779) Other time (%) = 8.98838e-05 (0.530508) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:58 2021 Memory usage per processor = 27.5368 Mbytes Step Atoms AVEKE stressZZ 14889 5000 6.5938185e-11 4963410.5 14890 -0.011017499999994 4963316.93402608 14890 5000 5.6705151e-11 4963316.9 Loop time of 0.0189099 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:58 2021 Pair time (%) = 0.00104403 (5.52109) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.253423) Outpt time (%) = 0.0177019 (93.6115) Other time (%) = 0.00011611 (0.614015) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:58 2021 Memory usage per processor = 27.537 Mbytes Step Atoms AVEKE stressZZ 14890 5000 5.6705151e-11 4963290.8 14891 -0.011017499999994 4963202.77809485 14891 5000 5.1198069e-11 4963202.8 Loop time of 0.0170791 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:58 2021 Pair time (%) = 0.00111413 (6.52335) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.194039) Outpt time (%) = 0.015826 (92.6628) Other time (%) = 0.000105858 (0.619809) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:58 2021 Memory usage per processor = 27.537 Mbytes Step Atoms AVEKE stressZZ 14891 5000 5.1198069e-11 4963178.3 14892 -0.011017499999994 4963093.80907334 14892 5000 4.7843248e-11 4963093.8 Loop time of 0.0170939 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:58 2021 Pair time (%) = 0.00103688 (6.0658) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186898) Outpt time (%) = 0.015883 (92.916) Other time (%) = 0.000142097 (0.831276) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:58 2021 Memory usage per processor = 27.537 Mbytes Step Atoms AVEKE stressZZ 14892 5000 4.7843248e-11 4963070.4 14893 -0.011017499999994 4962988.1382785 14893 5000 4.5769119e-11 4962988.1 Loop time of 0.0165 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:58 2021 Pair time (%) = 0.00101686 (6.16276) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193625) Outpt time (%) = 0.015358 (93.0786) Other time (%) = 9.32217e-05 (0.56498) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:58 2021 Memory usage per processor = 27.537 Mbytes Step Atoms AVEKE stressZZ 14893 5000 4.5769119e-11 4962965.3 14894 -0.011017499999994 4962884.56543334 14894 5000 4.4473701e-11 4962884.6 Loop time of 0.0167739 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:58 2021 Pair time (%) = 0.00131798 (7.8573) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.20894) Outpt time (%) = 0.0153151 (91.3027) Other time (%) = 0.000105858 (0.631085) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:58 2021 Memory usage per processor = 27.537 Mbytes Step Atoms AVEKE stressZZ 14894 5000 4.4473701e-11 4962862.2 14895 -0.011017499999994 4962782.32774898 14895 5000 4.3658951e-11 4962782.3 Loop time of 0.0172639 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:58 2021 Pair time (%) = 0.00117207 (6.78912) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190581) Outpt time (%) = 0.0159631 (92.4651) Other time (%) = 9.58443e-05 (0.555172) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:58 2021 Memory usage per processor = 27.537 Mbytes Step Atoms AVEKE stressZZ 14895 5000 4.3658951e-11 4962760.2 14896 -0.011017499999994 4962680.94046422 14896 5000 4.3143927e-11 4962680.9 Loop time of 0.0173159 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:58 2021 Pair time (%) = 0.00106406 (6.14501) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.178994) Outpt time (%) = 0.016129 (93.1459) Other time (%) = 9.17912e-05 (0.530099) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:58 2021 Memory usage per processor = 27.537 Mbytes Step Atoms AVEKE stressZZ 14896 5000 4.3143927e-11 4962659 14897 -0.011017499999994 4962580.09550774 14897 5000 4.2817062e-11 4962580.1 Loop time of 0.016444 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:58 2021 Pair time (%) = 0.00101805 (6.19101) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194285) Outpt time (%) = 0.015301 (93.0493) Other time (%) = 9.29832e-05 (0.565455) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:58 2021 Memory usage per processor = 27.537 Mbytes Step Atoms AVEKE stressZZ 14897 5000 4.2817062e-11 4962558.3 14898 -0.011017499999994 4962479.59709622 14898 5000 4.2608837e-11 4962479.6 Loop time of 0.0171881 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:58 2021 Pair time (%) = 0.00145006 (8.43644) Neigh time (%) = 0 (0) Comm time (%) = 4.31538e-05 (0.251068) Outpt time (%) = 0.015527 (90.336) Other time (%) = 0.000167847 (0.97653) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:58 2021 Memory usage per processor = 27.537 Mbytes Step Atoms AVEKE stressZZ 14898 5000 4.2608837e-11 4962457.8 14899 -0.011017499999994 4962379.32080689 14899 5000 4.2475629e-11 4962379.3 Loop time of 0.0172329 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:58 2021 Pair time (%) = 0.00101995 (5.91865) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.186774) Outpt time (%) = 0.016088 (93.3564) Other time (%) = 9.27448e-05 (0.538185) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:58 2021 Memory usage per processor = 27.537 Mbytes Step Atoms AVEKE stressZZ 14899 5000 4.2475629e-11 4962357.6 14900 -0.011017499999994 4962279.18756725 14900 5000 4.2389941e-11 4962279.2 Loop time of 0.0194452 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:58 2021 Pair time (%) = 0.00105906 (5.44636) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.164298) Outpt time (%) = 0.01826 (93.905) Other time (%) = 9.41753e-05 (0.484312) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:58 2021 Memory usage per processor = 27.537 Mbytes Step Atoms AVEKE stressZZ 14900 5000 4.2389941e-11 4962257.5 14901 -0.011017499999994 4962179.14712567 14901 5000 4.2334392e-11 4962179.1 Loop time of 0.0165699 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:58 2021 Pair time (%) = 0.0010221 (6.16843) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.200003) Outpt time (%) = 0.0154219 (93.0718) Other time (%) = 9.27448e-05 (0.55972) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:58 2021 Memory usage per processor = 27.537 Mbytes Step Atoms AVEKE stressZZ 14901 5000 4.2334392e-11 4962157.5 14902 -0.011017499999994 4962079.16754622 14902 5000 4.229797e-11 4962079.2 Loop time of 0.0174079 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:58 2021 Pair time (%) = 0.00118613 (6.81376) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189005) Outpt time (%) = 0.016083 (92.3891) Other time (%) = 0.000105858 (0.608103) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:58 2021 Memory usage per processor = 27.537 Mbytes Step Atoms AVEKE stressZZ 14902 5000 4.229797e-11 4962057.5 14903 -0.011017499999994 4961979.22853289 14903 5000 4.2273694e-11 4961979.2 Loop time of 0.0168021 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:58 2021 Pair time (%) = 0.00101495 (6.04061) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.191563) Outpt time (%) = 0.015661 (93.2087) Other time (%) = 9.39369e-05 (0.559079) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:58 2021 Memory usage per processor = 27.537 Mbytes Step Atoms AVEKE stressZZ 14903 5000 4.2273694e-11 4961957.6 14904 -0.011017499999994 4961879.31718714 14904 5000 4.2257132e-11 4961879.3 Loop time of 0.0166819 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:58 2021 Pair time (%) = 0.00101686 (6.09556) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.185797) Outpt time (%) = 0.0155439 (93.1784) Other time (%) = 9.01222e-05 (0.540239) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:58 2021 Memory usage per processor = 27.537 Mbytes Step Atoms AVEKE stressZZ 14904 5000 4.2257132e-11 4961857.7 14905 -0.011017499999994 4961779.42531162 14905 5000 4.2245472e-11 4961779.4 Loop time of 0.016634 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:58 2021 Pair time (%) = 0.00110912 (6.66781) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.204965) Outpt time (%) = 0.015358 (92.3289) Other time (%) = 0.000132799 (0.79836) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:58 2021 Memory usage per processor = 27.537 Mbytes Step Atoms AVEKE stressZZ 14905 5000 4.2245472e-11 4961757.8 14906 -0.011017499999994 4961679.54769635 14906 5000 4.2236926e-11 4961679.5 Loop time of 0.0172279 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:59 2021 Pair time (%) = 0.00115991 (6.73273) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.19098) Outpt time (%) = 0.0159299 (92.466) Other time (%) = 0.000105143 (0.610305) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:59 2021 Memory usage per processor = 27.537 Mbytes Step Atoms AVEKE stressZZ 14906 5000 4.2236926e-11 4961657.9 14907 -0.011017499999994 4961579.68103012 14907 5000 4.2230358e-11 4961579.7 Loop time of 0.0170381 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:59 2021 Pair time (%) = 0.00101805 (5.97512) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181912) Outpt time (%) = 0.0158942 (93.286) Other time (%) = 9.48906e-05 (0.556932) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:59 2021 Memory usage per processor = 27.537 Mbytes Step Atoms AVEKE stressZZ 14907 5000 4.2230358e-11 4961558 14908 -0.011017499999994 4961479.82320831 14908 5000 4.2225049e-11 4961479.8 Loop time of 0.01647 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:59 2021 Pair time (%) = 0.001019 (6.18703) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.195426) Outpt time (%) = 0.0153239 (93.0414) Other time (%) = 9.48906e-05 (0.576144) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:59 2021 Memory usage per processor = 27.537 Mbytes Step Atoms AVEKE stressZZ 14908 5000 4.2225049e-11 4961458.2 14909 -0.011017499999994 4961379.97289323 14909 5000 4.2220538e-11 4961380 Loop time of 0.0173578 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:59 2021 Pair time (%) = 0.00115108 (6.6315) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.18955) Outpt time (%) = 0.0160639 (92.5457) Other time (%) = 0.000109911 (0.633207) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:59 2021 Memory usage per processor = 27.537 Mbytes Step Atoms AVEKE stressZZ 14909 5000 4.2220538e-11 4961358.3 14910 -0.011017499999994 4961280.12923435 14910 5000 4.2216536e-11 4961280.1 Loop time of 0.0193789 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:59 2021 Pair time (%) = 0.0010159 (5.24231) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.16609) Outpt time (%) = 0.0182369 (94.1069) Other time (%) = 9.39369e-05 (0.484738) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:59 2021 Memory usage per processor = 27.537 Mbytes Step Atoms AVEKE stressZZ 14910 5000 4.2216536e-11 4961258.5 14911 -0.011017499999994 4961180.29169098 14911 5000 4.2212856e-11 4961180.3 Loop time of 0.0166731 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:59 2021 Pair time (%) = 0.001019 (6.11165) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.281702) Outpt time (%) = 0.015496 (92.9403) Other time (%) = 0.000111103 (0.666362) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:59 2021 Memory usage per processor = 27.537 Mbytes Step Atoms AVEKE stressZZ 14911 5000 4.2212856e-11 4961158.7 14912 -0.011017499999994 4961080.45991918 14912 5000 4.2209382e-11 4961080.5 Loop time of 0.016753 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:59 2021 Pair time (%) = 0.00109386 (6.52938) Neigh time (%) = 0 (0) Comm time (%) = 4.88758e-05 (0.291744) Outpt time (%) = 0.0154879 (92.4488) Other time (%) = 0.000122309 (0.730072) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:59 2021 Memory usage per processor = 27.537 Mbytes Step Atoms AVEKE stressZZ 14912 5000 4.2209382e-11 4961058.8 14913 -0.011017499999994 4960980.6337318 14913 5000 4.2206039e-11 4960980.6 Loop time of 0.0171919 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:59 2021 Pair time (%) = 0.00105 (6.10751) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185832) Outpt time (%) = 0.0159929 (93.0257) Other time (%) = 0.000117064 (0.680923) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:59 2021 Memory usage per processor = 27.537 Mbytes Step Atoms AVEKE stressZZ 14913 5000 4.2206039e-11 4960959 14914 -0.011017499999994 4960880.81298636 14914 5000 4.2202778e-11 4960880.8 Loop time of 0.0174551 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:59 2021 Pair time (%) = 0.00117898 (6.75436) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.188494) Outpt time (%) = 0.016099 (92.2308) Other time (%) = 0.000144243 (0.826367) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:59 2021 Memory usage per processor = 27.537 Mbytes Step Atoms AVEKE stressZZ 14914 5000 4.2202778e-11 4960859.2 14915 -0.011017499999994 4960780.99758359 14915 5000 4.2199571e-11 4960781 Loop time of 0.016556 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:59 2021 Pair time (%) = 0.00102115 (6.16783) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.19297) Outpt time (%) = 0.0154121 (93.0905) Other time (%) = 9.08375e-05 (0.548667) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:59 2021 Memory usage per processor = 27.537 Mbytes Step Atoms AVEKE stressZZ 14915 5000 4.2199571e-11 4960759.4 14916 -0.011017499999994 4960681.18746334 14916 5000 4.2196398e-11 4960681.2 Loop time of 0.0167429 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:59 2021 Pair time (%) = 0.00122285 (7.30367) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.220719) Outpt time (%) = 0.0153582 (91.7294) Other time (%) = 0.000124931 (0.746173) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:59 2021 Memory usage per processor = 27.537 Mbytes Step Atoms AVEKE stressZZ 14916 5000 4.2196398e-11 4960659.6 14917 -0.011017499999994 4960581.38258729 14917 5000 4.2193246e-11 4960581.4 Loop time of 0.017204 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:59 2021 Pair time (%) = 0.001055 (6.13229) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.19263) Outpt time (%) = 0.0160241 (93.1415) Other time (%) = 9.17912e-05 (0.533544) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:59 2021 Memory usage per processor = 27.537 Mbytes Step Atoms AVEKE stressZZ 14917 5000 4.2193246e-11 4960559.8 14918 -0.011017499999994 4960481.58293073 14918 5000 4.2190108e-11 4960481.6 Loop time of 0.0170131 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:59 2021 Pair time (%) = 0.00102401 (6.01895) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.189187) Outpt time (%) = 0.0158629 (93.2397) Other time (%) = 9.39369e-05 (0.552146) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:59 2021 Memory usage per processor = 27.537 Mbytes Step Atoms AVEKE stressZZ 14918 5000 4.2190108e-11 4960460 14919 -0.011017499999994 4960381.78847758 14919 5000 4.2186978e-11 4960381.8 Loop time of 0.016463 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:59 2021 Pair time (%) = 0.00105 (6.37789) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.207093) Outpt time (%) = 0.0152788 (92.8068) Other time (%) = 0.000100136 (0.608246) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:59 2021 Memory usage per processor = 27.537 Mbytes Step Atoms AVEKE stressZZ 14919 5000 4.2186978e-11 4960360.2 14920 -0.011017499999994 4960281.99921732 14920 5000 4.2183855e-11 4960282 Loop time of 0.019516 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:59 2021 Pair time (%) = 0.00116992 (5.99467) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.173475) Outpt time (%) = 0.0181558 (93.0304) Other time (%) = 0.000156403 (0.801407) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:59 2021 Memory usage per processor = 27.537 Mbytes Step Atoms AVEKE stressZZ 14920 5000 4.2183855e-11 4960260.4 14921 -0.011017499999994 4960182.21514261 14921 5000 4.2180735e-11 4960182.2 Loop time of 0.0171459 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:59 2021 Pair time (%) = 0.00101686 (5.93061) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186331) Outpt time (%) = 0.016006 (93.3519) Other time (%) = 9.10759e-05 (0.531183) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:59 2021 Memory usage per processor = 27.537 Mbytes Step Atoms AVEKE stressZZ 14921 5000 4.2180735e-11 4960160.6 14922 -0.011017499999994 4960082.4362488 14922 5000 4.2177618e-11 4960082.4 Loop time of 0.0167038 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:59 2021 Pair time (%) = 0.00101805 (6.09469) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191262) Outpt time (%) = 0.015568 (93.2002) Other time (%) = 8.58307e-05 (0.513838) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:59 2021 Memory usage per processor = 27.537 Mbytes Step Atoms AVEKE stressZZ 14922 5000 4.2177618e-11 4960060.8 14923 -0.011017499999994 4959982.66253222 14923 5000 4.2174503e-11 4959982.7 Loop time of 0.0171349 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:59 2021 Pair time (%) = 0.00108194 (6.31427) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.203147) Outpt time (%) = 0.0159149 (92.8801) Other time (%) = 0.000103235 (0.602485) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:59 2021 Memory usage per processor = 27.537 Mbytes Step Atoms AVEKE stressZZ 14923 5000 4.2174503e-11 4959961 14924 -0.011017499999994 4959882.89399051 14924 5000 4.2171389e-11 4959882.9 Loop time of 0.0172741 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:59 2021 Pair time (%) = 0.00125194 (7.24746) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.20289) Outpt time (%) = 0.0158789 (91.923) Other time (%) = 0.000108242 (0.626613) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:59 2021 Memory usage per processor = 27.537 Mbytes Step Atoms AVEKE stressZZ 14924 5000 4.2171389e-11 4959861.3 14925 -0.011017499999994 4959783.13062153 14925 5000 4.2168276e-11 4959783.1 Loop time of 0.0170228 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:59 2021 Pair time (%) = 0.00102115 (5.99868) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187678) Outpt time (%) = 0.015877 (93.2688) Other time (%) = 9.27448e-05 (0.544826) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:59 2021 Memory usage per processor = 27.537 Mbytes Step Atoms AVEKE stressZZ 14925 5000 4.2168276e-11 4959761.5 14926 -0.011017499999994 4959683.37242374 14926 5000 4.2165164e-11 4959683.4 Loop time of 0.0164251 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:59 2021 Pair time (%) = 0.00102282 (6.22714) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194507) Outpt time (%) = 0.0152781 (93.0166) Other time (%) = 9.2268e-05 (0.561749) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:59 2021 Memory usage per processor = 27.537 Mbytes Step Atoms AVEKE stressZZ 14926 5000 4.2165164e-11 4959661.7 14927 -0.011017499999994 4959583.61939586 14927 5000 4.2162052e-11 4959583.6 Loop time of 0.0172429 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:59 2021 Pair time (%) = 0.0013299 (7.71273) Neigh time (%) = 0 (0) Comm time (%) = 5.6982e-05 (0.330467) Outpt time (%) = 0.0156369 (90.6861) Other time (%) = 0.000219107 (1.27071) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:59 2021 Memory usage per processor = 27.537 Mbytes Step Atoms AVEKE stressZZ 14927 5000 4.2162052e-11 4959562 14928 -0.011017499999994 4959483.8715367 14928 5000 4.215894e-11 4959483.9 Loop time of 0.0173059 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:59 2021 Pair time (%) = 0.001019 (5.88819) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184609) Outpt time (%) = 0.0161629 (93.3954) Other time (%) = 9.20296e-05 (0.531783) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:59 2021 Memory usage per processor = 27.537 Mbytes Step Atoms AVEKE stressZZ 14928 5000 4.215894e-11 4959462.2 14929 -0.011017499999994 4959384.12884527 14929 5000 4.215583e-11 4959384.1 Loop time of 0.0165 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:59 2021 Pair time (%) = 0.00101614 (6.15843) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193625) Outpt time (%) = 0.0153601 (93.0916) Other time (%) = 9.17912e-05 (0.55631) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:59 2021 Memory usage per processor = 27.537 Mbytes Step Atoms AVEKE stressZZ 14929 5000 4.215583e-11 4959362.5 14930 -0.011017499999994 4959284.3913206 14930 5000 4.2152719e-11 4959284.4 Loop time of 0.0188041 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:59 2021 Pair time (%) = 0.00108886 (5.79054) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.186383) Outpt time (%) = 0.0175731 (93.4538) Other time (%) = 0.00010705 (0.569291) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:59 2021 Memory usage per processor = 27.537 Mbytes Step Atoms AVEKE stressZZ 14930 5000 4.2152719e-11 4959262.8 14931 -0.011017499999994 4959184.65895501 14931 5000 4.2149609e-11 4959184.7 Loop time of 0.0163422 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:59 2021 Pair time (%) = 0.0010159 (6.21644) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.196954) Outpt time (%) = 0.015203 (93.0293) Other time (%) = 9.10759e-05 (0.557306) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:59 2021 Memory usage per processor = 27.537 Mbytes Step Atoms AVEKE stressZZ 14931 5000 4.2149609e-11 4959163 14932 -0.011017499999994 4959084.93174553 14932 5000 4.2146499e-11 4959084.9 Loop time of 0.0162501 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:59 2021 Pair time (%) = 0.00102401 (6.30153) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.196602) Outpt time (%) = 0.0151069 (92.9649) Other time (%) = 8.72612e-05 (0.536988) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:59 2021 Memory usage per processor = 27.537 Mbytes Step Atoms AVEKE stressZZ 14932 5000 4.2146499e-11 4959063.3 14933 -0.011017499999994 4958985.20969948 14933 5000 4.214339e-11 4958985.2 Loop time of 0.016386 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:59 2021 Pair time (%) = 0.00102091 (6.23036) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.189151) Outpt time (%) = 0.015245 (93.0363) Other time (%) = 8.91685e-05 (0.544174) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:59 2021 Memory usage per processor = 27.537 Mbytes Step Atoms AVEKE stressZZ 14933 5000 4.214339e-11 4958963.6 14934 -0.011017499999994 4958885.49281596 14934 5000 4.2140281e-11 4958885.5 Loop time of 0.017441 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:59 2021 Pair time (%) = 0.00120592 (6.91428) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.200949) Outpt time (%) = 0.0160899 (92.2532) Other time (%) = 0.000110149 (0.631553) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:59 2021 Memory usage per processor = 27.537 Mbytes Step Atoms AVEKE stressZZ 14934 5000 4.2140281e-11 4958863.9 14935 -0.011017499999994 4958785.78109428 14935 5000 4.2137172e-11 4958785.8 Loop time of 0.0173519 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:59 2021 Pair time (%) = 0.00103688 (5.97562) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.195111) Outpt time (%) = 0.016181 (93.2522) Other time (%) = 0.000100136 (0.57709) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:59 2021 Memory usage per processor = 27.537 Mbytes Step Atoms AVEKE stressZZ 14935 5000 4.2137172e-11 4958764.2 14936 -0.011017499999994 4958686.07453367 14936 5000 4.2134064e-11 4958686.1 Loop time of 0.016567 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:59 2021 Pair time (%) = 0.001019 (6.15079) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192842) Outpt time (%) = 0.0154278 (93.1239) Other time (%) = 8.82149e-05 (0.532474) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:59 2021 Memory usage per processor = 27.537 Mbytes Step Atoms AVEKE stressZZ 14936 5000 4.2134064e-11 4958664.5 14937 -0.011017499999994 4958586.3731333 14937 5000 4.2130956e-11 4958586.4 Loop time of 0.0174422 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:59 2021 Pair time (%) = 0.00115895 (6.64452) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.218705) Outpt time (%) = 0.0161362 (92.5121) Other time (%) = 0.000108957 (0.624675) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:59 2021 Memory usage per processor = 27.537 Mbytes Step Atoms AVEKE stressZZ 14937 5000 4.2130956e-11 4958564.8 14938 -0.011017499999994 4958486.67689249 14938 5000 4.2127848e-11 4958486.7 Loop time of 0.017617 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:59 2021 Pair time (%) = 0.00106096 (6.02238) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.261196) Outpt time (%) = 0.0163739 (92.9437) Other time (%) = 0.000136137 (0.77276) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:59 2021 Memory usage per processor = 27.537 Mbytes Step Atoms AVEKE stressZZ 14938 5000 4.2127848e-11 4958465.1 14939 -0.011017499999994 4958386.98581049 14939 5000 4.2124741e-11 4958387 Loop time of 0.017565 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:59 2021 Pair time (%) = 0.00101805 (5.79588) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.181885) Outpt time (%) = 0.016422 (93.4929) Other time (%) = 9.29832e-05 (0.529366) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:59 2021 Memory usage per processor = 27.537 Mbytes Step Atoms AVEKE stressZZ 14939 5000 4.2124741e-11 4958365.4 14940 -0.011017499999994 4958287.29988651 14940 5000 4.2121634e-11 4958287.3 Loop time of 0.0187228 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:59 2021 Pair time (%) = 0.00107384 (5.73546) Neigh time (%) = 0 (0) Comm time (%) = 6.98566e-05 (0.373111) Outpt time (%) = 0.0174768 (93.3451) Other time (%) = 0.000102282 (0.546295) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:59 2021 Memory usage per processor = 27.537 Mbytes Step Atoms AVEKE stressZZ 14940 5000 4.2121634e-11 4958265.7 14941 -0.011017499999994 4958187.61911993 14941 5000 4.2118527e-11 4958187.6 Loop time of 0.0171769 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:59 2021 Pair time (%) = 0.00124002 (7.2191) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.209591) Outpt time (%) = 0.015754 (91.7163) Other time (%) = 0.000146866 (0.855021) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:59 2021 Memory usage per processor = 27.537 Mbytes Step Atoms AVEKE stressZZ 14941 5000 4.2118527e-11 4958166 14942 -0.011017499999994 4958087.94351005 14942 5000 4.2115421e-11 4958087.9 Loop time of 0.0171411 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:59 2021 Pair time (%) = 0.00102615 (5.98651) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186383) Outpt time (%) = 0.01599 (93.2847) Other time (%) = 9.29832e-05 (0.542458) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:59 2021 Memory usage per processor = 27.537 Mbytes Step Atoms AVEKE stressZZ 14942 5000 4.2115421e-11 4958066.3 14943 -0.011017499999994 4957988.27305605 14943 5000 4.2112315e-11 4957988.3 Loop time of 0.0171211 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:59 2021 Pair time (%) = 0.00101709 (5.94059) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.187993) Outpt time (%) = 0.0159791 (93.3297) Other time (%) = 9.27448e-05 (0.5417) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:59 2021 Memory usage per processor = 27.537 Mbytes Step Atoms AVEKE stressZZ 14943 5000 4.2112315e-11 4957966.7 14944 -0.011017499999994 4957888.60775725 14944 5000 4.2109209e-11 4957888.6 Loop time of 0.016412 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:59 2021 Pair time (%) = 0.00102711 (6.25826) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.206284) Outpt time (%) = 0.0152521 (92.9326) Other time (%) = 9.89437e-05 (0.602873) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:59 2021 Memory usage per processor = 27.537 Mbytes Step Atoms AVEKE stressZZ 14944 5000 4.2109209e-11 4957867 14945 -0.011017499999994 4957788.947613 14945 5000 4.2106104e-11 4957788.9 Loop time of 0.0172989 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:59 2021 Pair time (%) = 0.0010829 (6.25991) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197086) Outpt time (%) = 0.016077 (92.9366) Other time (%) = 0.000104904 (0.60642) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:59 2021 Memory usage per processor = 27.537 Mbytes Step Atoms AVEKE stressZZ 14945 5000 4.2106104e-11 4957767.3 14946 -0.011017499999994 4957689.2926226 14946 5000 4.2102999e-11 4957689.3 Loop time of 0.0172379 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:59 2021 Pair time (%) = 0.00101709 (5.90033) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185336) Outpt time (%) = 0.016098 (93.3874) Other time (%) = 9.08375e-05 (0.526964) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:59 2021 Memory usage per processor = 27.537 Mbytes Step Atoms AVEKE stressZZ 14946 5000 4.2102999e-11 4957667.7 14947 -0.011017499999994 4957589.64278542 14947 5000 4.2099895e-11 4957589.6 Loop time of 0.0164719 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:59 2021 Pair time (%) = 0.00101781 (6.17908) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193956) Outpt time (%) = 0.0153279 (93.0552) Other time (%) = 9.41753e-05 (0.571735) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:59 2021 Memory usage per processor = 27.537 Mbytes Step Atoms AVEKE stressZZ 14947 5000 4.2099895e-11 4957568 14948 -0.011017499999994 4957489.9981006 14948 5000 4.209679e-11 4957490 Loop time of 0.0167651 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:59 2021 Pair time (%) = 0.00122094 (7.28263) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.214739) Outpt time (%) = 0.0153801 (91.739) Other time (%) = 0.000128031 (0.763674) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:59 2021 Memory usage per processor = 27.537 Mbytes Step Atoms AVEKE stressZZ 14948 5000 4.209679e-11 4957468.4 14949 -0.011017499999994 4957390.35856759 14949 5000 4.2093687e-11 4957390.4 Loop time of 0.0170779 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:23:59 2021 Pair time (%) = 0.00101995 (5.97236) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187072) Outpt time (%) = 0.0159359 (93.3129) Other time (%) = 9.01222e-05 (0.527712) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:23:59 2021 Memory usage per processor = 27.537 Mbytes Step Atoms AVEKE stressZZ 14949 5000 4.2093687e-11 4957368.7 14950 -0.011017499999994 4957290.72418567 14950 5000 4.2090583e-11 4957290.7 Loop time of 0.0190561 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:00 2021 Pair time (%) = 0.00103092 (5.40994) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.167653) Outpt time (%) = 0.0179 (93.9332) Other time (%) = 9.32217e-05 (0.489196) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:00 2021 Memory usage per processor = 27.537 Mbytes Step Atoms AVEKE stressZZ 14950 5000 4.2090583e-11 4957269.1 14951 -0.011017499999994 4957191.09495419 14951 5000 4.208748e-11 4957191.1 Loop time of 0.0165451 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:00 2021 Pair time (%) = 0.00101709 (6.14742) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193097) Outpt time (%) = 0.015403 (93.0975) Other time (%) = 9.29832e-05 (0.562) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:00 2021 Memory usage per processor = 27.537 Mbytes Step Atoms AVEKE stressZZ 14951 5000 4.208748e-11 4957169.5 14952 -0.011017499999994 4957091.47087248 14952 5000 4.2084377e-11 4957091.5 Loop time of 0.0173821 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:00 2021 Pair time (%) = 0.00121808 (7.00765) Neigh time (%) = 0 (0) Comm time (%) = 5.29289e-05 (0.304502) Outpt time (%) = 0.0160091 (92.1008) Other time (%) = 0.000102043 (0.587057) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:00 2021 Memory usage per processor = 27.537 Mbytes Step Atoms AVEKE stressZZ 14952 5000 4.2084377e-11 4957069.9 14953 -0.011017499999994 4956991.85193986 14953 5000 4.2081275e-11 4956991.9 Loop time of 0.0173171 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:00 2021 Pair time (%) = 0.00106502 (6.1501) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.185866) Outpt time (%) = 0.0161281 (93.134) Other time (%) = 9.17912e-05 (0.530062) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:00 2021 Memory usage per processor = 27.537 Mbytes Step Atoms AVEKE stressZZ 14953 5000 4.2081275e-11 4956970.2 14954 -0.011017499999994 4956892.23815563 14954 5000 4.2078172e-11 4956892.2 Loop time of 0.0174041 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:00 2021 Pair time (%) = 0.00101995 (5.86043) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183567) Outpt time (%) = 0.016259 (93.4204) Other time (%) = 9.32217e-05 (0.535631) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:00 2021 Memory usage per processor = 27.537 Mbytes Step Atoms AVEKE stressZZ 14954 5000 4.2078172e-11 4956870.6 14955 -0.011017499999994 4956792.6295192 14955 5000 4.2075071e-11 4956792.6 Loop time of 0.016547 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:00 2021 Pair time (%) = 0.00110793 (6.69568) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.210366) Outpt time (%) = 0.0152969 (92.4456) Other time (%) = 0.000107288 (0.648387) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:00 2021 Memory usage per processor = 27.537 Mbytes Step Atoms AVEKE stressZZ 14955 5000 4.2075071e-11 4956771 14956 -0.011017499999994 4956693.02602987 14956 5000 4.2071969e-11 4956693 Loop time of 0.017504 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:00 2021 Pair time (%) = 0.00112605 (6.43311) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182519) Outpt time (%) = 0.016253 (92.8532) Other time (%) = 9.29832e-05 (0.531212) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:00 2021 Memory usage per processor = 27.537 Mbytes Step Atoms AVEKE stressZZ 14956 5000 4.2071969e-11 4956671.4 14957 -0.011017499999994 4956593.42768695 14957 5000 4.2068868e-11 4956593.4 Loop time of 0.0172582 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:00 2021 Pair time (%) = 0.0010581 (6.13102) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185119) Outpt time (%) = 0.0160751 (93.1451) Other time (%) = 9.29832e-05 (0.538778) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:00 2021 Memory usage per processor = 27.537 Mbytes Step Atoms AVEKE stressZZ 14957 5000 4.2068868e-11 4956571.8 14958 -0.011017499999994 4956493.83448992 14958 5000 4.2065767e-11 4956493.8 Loop time of 0.0164561 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:00 2021 Pair time (%) = 0.0010221 (6.21106) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194141) Outpt time (%) = 0.0153072 (93.0182) Other time (%) = 9.48906e-05 (0.576628) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:00 2021 Memory usage per processor = 27.537 Mbytes Step Atoms AVEKE stressZZ 14958 5000 4.2065767e-11 4956472.2 14959 -0.011017499999994 4956394.24643799 14959 5000 4.2062667e-11 4956394.2 Loop time of 0.0171301 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:00 2021 Pair time (%) = 0.00127292 (7.43086) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.21573) Outpt time (%) = 0.015681 (91.5406) Other time (%) = 0.000139236 (0.812816) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:00 2021 Memory usage per processor = 27.537 Mbytes Step Atoms AVEKE stressZZ 14959 5000 4.2062667e-11 4956372.6 14960 -0.011017499999994 4956294.66353056 14960 5000 4.2059567e-11 4956294.7 Loop time of 0.019357 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:00 2021 Pair time (%) = 0.0010972 (5.66826) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.165047) Outpt time (%) = 0.0181301 (93.6617) Other time (%) = 9.77516e-05 (0.504995) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:00 2021 Memory usage per processor = 27.537 Mbytes Step Atoms AVEKE stressZZ 14960 5000 4.2059567e-11 4956273.1 14961 -0.011017499999994 4956195.08576701 14961 5000 4.2056467e-11 4956195.1 Loop time of 0.0170619 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:00 2021 Pair time (%) = 0.00101805 (5.96677) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192837) Outpt time (%) = 0.015918 (93.2954) Other time (%) = 9.29832e-05 (0.544974) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:00 2021 Memory usage per processor = 27.537 Mbytes Step Atoms AVEKE stressZZ 14961 5000 4.2056467e-11 4956173.5 14962 -0.011017499999994 4956095.51314666 14962 5000 4.2053368e-11 4956095.5 Loop time of 0.016767 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:00 2021 Pair time (%) = 0.00125098 (7.46097) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.191963) Outpt time (%) = 0.0153899 (91.7868) Other time (%) = 9.39369e-05 (0.560248) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:00 2021 Memory usage per processor = 27.537 Mbytes Step Atoms AVEKE stressZZ 14962 5000 4.2053368e-11 4956073.9 14963 -0.011017499999994 4955995.94566892 14963 5000 4.2050269e-11 4955995.9 Loop time of 0.0171762 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:00 2021 Pair time (%) = 0.00135899 (7.91205) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.2096) Outpt time (%) = 0.0156269 (90.9803) Other time (%) = 0.000154257 (0.898087) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:00 2021 Memory usage per processor = 27.537 Mbytes Step Atoms AVEKE stressZZ 14963 5000 4.2050269e-11 4955974.3 14964 -0.011017499999994 4955896.38333305 14964 5000 4.204717e-11 4955896.4 Loop time of 0.0172389 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:00 2021 Pair time (%) = 0.00101781 (5.90416) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185326) Outpt time (%) = 0.0160959 (93.3698) Other time (%) = 9.32217e-05 (0.540765) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:00 2021 Memory usage per processor = 27.537 Mbytes Step Atoms AVEKE stressZZ 14964 5000 4.204717e-11 4955874.8 14965 -0.011017499999994 4955796.82613856 14965 5000 4.2044071e-11 4955796.8 Loop time of 0.016572 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:00 2021 Pair time (%) = 0.00101709 (6.13742) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192784) Outpt time (%) = 0.0154319 (93.1202) Other time (%) = 9.10759e-05 (0.549577) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:00 2021 Memory usage per processor = 27.537 Mbytes Step Atoms AVEKE stressZZ 14965 5000 4.2044071e-11 4955775.2 14966 -0.011017499999994 4955697.27408473 14966 5000 4.2040973e-11 4955697.3 Loop time of 0.017101 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:00 2021 Pair time (%) = 0.00106192 (6.20966) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204944) Outpt time (%) = 0.0158331 (92.5858) Other time (%) = 0.000170946 (0.999624) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:00 2021 Memory usage per processor = 27.537 Mbytes Step Atoms AVEKE stressZZ 14966 5000 4.2040973e-11 4955675.7 14967 -0.011017499999994 4955597.72717098 14967 5000 4.2037876e-11 4955597.7 Loop time of 0.01721 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:00 2021 Pair time (%) = 0.00117707 (6.83947) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185637) Outpt time (%) = 0.0159061 (92.4235) Other time (%) = 9.48906e-05 (0.551369) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:00 2021 Memory usage per processor = 27.537 Mbytes Step Atoms AVEKE stressZZ 14967 5000 4.2037876e-11 4955576.1 14968 -0.011017499999994 4955498.1853966 14968 5000 4.2034778e-11 4955498.2 Loop time of 0.0169919 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:00 2021 Pair time (%) = 0.00101781 (5.98998) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18802) Outpt time (%) = 0.0158489 (93.2734) Other time (%) = 9.32217e-05 (0.548626) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:00 2021 Memory usage per processor = 27.537 Mbytes Step Atoms AVEKE stressZZ 14968 5000 4.2034778e-11 4955476.6 14969 -0.011017499999994 4955398.64876103 14969 5000 4.2031681e-11 4955398.6 Loop time of 0.0163319 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:00 2021 Pair time (%) = 0.00101686 (6.22619) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.197077) Outpt time (%) = 0.0151939 (93.0322) Other time (%) = 8.89301e-05 (0.544518) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:00 2021 Memory usage per processor = 27.537 Mbytes Step Atoms AVEKE stressZZ 14969 5000 4.2031681e-11 4955377 14970 -0.011017499999994 4955299.11726358 14970 5000 4.2028585e-11 4955299.1 Loop time of 0.0195069 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:00 2021 Pair time (%) = 0.00132704 (6.8029) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.245667) Outpt time (%) = 0.017998 (92.2645) Other time (%) = 0.000133991 (0.68689) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:00 2021 Memory usage per processor = 27.537 Mbytes Step Atoms AVEKE stressZZ 14970 5000 4.2028585e-11 4955277.5 14971 -0.011017499999994 4955199.59090372 14971 5000 4.2025488e-11 4955199.6 Loop time of 0.0175819 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:00 2021 Pair time (%) = 0.00124407 (7.07583) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.187134) Outpt time (%) = 0.0161991 (92.135) Other time (%) = 0.000105858 (0.602083) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:00 2021 Memory usage per processor = 27.537 Mbytes Step Atoms AVEKE stressZZ 14971 5000 4.2025488e-11 4955178 14972 -0.011017499999994 4955100.06968078 14972 5000 4.2022392e-11 4955100.1 Loop time of 0.0172889 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:00 2021 Pair time (%) = 0.001019 (5.89395) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184789) Outpt time (%) = 0.0161521 (93.4248) Other time (%) = 8.58307e-05 (0.496449) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:00 2021 Memory usage per processor = 27.537 Mbytes Step Atoms AVEKE stressZZ 14972 5000 4.2022392e-11 4955078.5 14973 -0.011017499999994 4955000.55359411 14973 5000 4.2019297e-11 4955000.6 Loop time of 0.016495 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:00 2021 Pair time (%) = 0.00106001 (6.42625) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.200911) Outpt time (%) = 0.0152688 (92.5663) Other time (%) = 0.000133038 (0.806533) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:00 2021 Memory usage per processor = 27.537 Mbytes Step Atoms AVEKE stressZZ 14973 5000 4.2019297e-11 4954978.9 14974 -0.011017499999994 4954901.04268507 14974 5000 4.2016202e-11 4954901 Loop time of 0.017051 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:00 2021 Pair time (%) = 0.00123978 (7.271) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.211139) Outpt time (%) = 0.015631 (91.6719) Other time (%) = 0.000144243 (0.845953) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:00 2021 Memory usage per processor = 27.537 Mbytes Step Atoms AVEKE stressZZ 14974 5000 4.2016202e-11 4954879.4 14975 -0.011017499999994 4954801.53695136 14975 5000 4.2013107e-11 4954801.5 Loop time of 0.0161619 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:00 2021 Pair time (%) = 0.001019 (6.30495) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.197675) Outpt time (%) = 0.0150189 (92.928) Other time (%) = 9.20296e-05 (0.569422) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:00 2021 Memory usage per processor = 27.537 Mbytes Step Atoms AVEKE stressZZ 14975 5000 4.2013107e-11 4954779.9 14976 -0.011017499999994 4954702.03637736 14976 5000 4.2010012e-11 4954702 Loop time of 0.0165579 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:00 2021 Pair time (%) = 0.00102401 (6.18439) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192947) Outpt time (%) = 0.0154121 (93.0798) Other time (%) = 8.98838e-05 (0.542844) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:00 2021 Memory usage per processor = 27.537 Mbytes Step Atoms AVEKE stressZZ 14976 5000 4.2010012e-11 4954680.4 14977 -0.011017499999994 4954602.54095741 14977 5000 4.2006918e-11 4954602.5 Loop time of 0.016969 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:00 2021 Pair time (%) = 0.00102019 (6.01211) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188274) Outpt time (%) = 0.0158279 (93.2755) Other time (%) = 8.89301e-05 (0.524075) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:00 2021 Memory usage per processor = 27.537 Mbytes Step Atoms AVEKE stressZZ 14977 5000 4.2006918e-11 4954580.9 14978 -0.011017499999994 4954503.05068809 14978 5000 4.2003824e-11 4954503.1 Loop time of 0.0168629 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:00 2021 Pair time (%) = 0.00109696 (6.5052) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.200769) Outpt time (%) = 0.0156288 (92.6818) Other time (%) = 0.000103235 (0.612205) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:00 2021 Memory usage per processor = 27.537 Mbytes Step Atoms AVEKE stressZZ 14978 5000 4.2003824e-11 4954481.4 14979 -0.011017499999994 4954403.56556696 14979 5000 4.200073e-11 4954403.6 Loop time of 0.017117 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:00 2021 Pair time (%) = 0.00111389 (6.50751) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186645) Outpt time (%) = 0.015877 (92.7557) Other time (%) = 9.41753e-05 (0.550185) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:00 2021 Memory usage per processor = 27.537 Mbytes Step Atoms AVEKE stressZZ 14979 5000 4.200073e-11 4954382 14980 -0.011017499999994 4954304.08559201 14980 5000 4.1997637e-11 4954304.1 Loop time of 0.0193839 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:00 2021 Pair time (%) = 0.001019 (5.25694) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.164818) Outpt time (%) = 0.01824 (94.0985) Other time (%) = 9.29832e-05 (0.479693) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:00 2021 Memory usage per processor = 27.537 Mbytes Step Atoms AVEKE stressZZ 14980 5000 4.1997637e-11 4954282.5 14981 -0.011017499999994 4954204.61076152 14981 5000 4.1994544e-11 4954204.6 Loop time of 0.0168371 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:00 2021 Pair time (%) = 0.00111294 (6.61003) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.189748) Outpt time (%) = 0.0155981 (92.6409) Other time (%) = 9.41753e-05 (0.559332) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:00 2021 Memory usage per processor = 27.537 Mbytes Step Atoms AVEKE stressZZ 14981 5000 4.1994544e-11 4954183 14982 -0.011017499999994 4954105.14107414 14982 5000 4.1991452e-11 4954105.1 Loop time of 0.0165608 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:00 2021 Pair time (%) = 0.00114608 (6.92043) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.21019) Outpt time (%) = 0.0152769 (92.2474) Other time (%) = 0.000102997 (0.621932) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:00 2021 Memory usage per processor = 27.537 Mbytes Step Atoms AVEKE stressZZ 14982 5000 4.1991452e-11 4954083.5 14983 -0.011017499999994 4954005.67652847 14983 5000 4.198836e-11 4954005.7 Loop time of 0.017221 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:00 2021 Pair time (%) = 0.0011971 (6.95141) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191056) Outpt time (%) = 0.0158601 (92.0975) Other time (%) = 0.000130892 (0.760072) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:00 2021 Memory usage per processor = 27.537 Mbytes Step Atoms AVEKE stressZZ 14983 5000 4.198836e-11 4953984.1 14984 -0.011017499999994 4953906.21712339 14984 5000 4.1985268e-11 4953906.2 Loop time of 0.017168 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:00 2021 Pair time (%) = 0.00102496 (5.97017) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180535) Outpt time (%) = 0.0159929 (93.1549) Other time (%) = 0.000119209 (0.694367) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:00 2021 Memory usage per processor = 27.537 Mbytes Step Atoms AVEKE stressZZ 14984 5000 4.1985268e-11 4953884.6 14985 -0.011017499999994 4953806.76285773 14985 5000 4.1982176e-11 4953806.8 Loop time of 0.0164511 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:00 2021 Pair time (%) = 0.00106287 (6.46078) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.201446) Outpt time (%) = 0.0152562 (92.7363) Other time (%) = 9.89437e-05 (0.601441) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:00 2021 Memory usage per processor = 27.537 Mbytes Step Atoms AVEKE stressZZ 14985 5000 4.1982176e-11 4953785.2 14986 -0.011017499999994 4953707.31373039 14986 5000 4.1979085e-11 4953707.3 Loop time of 0.0170619 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:00 2021 Pair time (%) = 0.00136185 (7.98178) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.211003) Outpt time (%) = 0.015512 (90.9157) Other time (%) = 0.000152111 (0.891522) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:00 2021 Memory usage per processor = 27.537 Mbytes Step Atoms AVEKE stressZZ 14986 5000 4.1979085e-11 4953685.7 14987 -0.011017499999994 4953607.86974053 14987 5000 4.1975994e-11 4953607.9 Loop time of 0.017185 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:00 2021 Pair time (%) = 0.00101614 (5.91296) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185907) Outpt time (%) = 0.0160451 (93.367) Other time (%) = 9.17912e-05 (0.534136) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:00 2021 Memory usage per processor = 27.537 Mbytes Step Atoms AVEKE stressZZ 14987 5000 4.1975994e-11 4953586.3 14988 -0.011017499999994 4953508.43088708 14988 5000 4.1972904e-11 4953508.4 Loop time of 0.0165899 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:00 2021 Pair time (%) = 0.001055 (6.35931) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.198324) Outpt time (%) = 0.0153799 (92.7066) Other time (%) = 0.00012207 (0.735812) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:24:00 2021 Memory usage per processor = 27.537 Mbytes Step Atoms AVEKE stressZZ 14988 5000 4.1972904e-11 4953486.8 14989 -0.011017499999994 4953393.41824649 14989 5000 8.2894107e-11 4953556.2 Loop time of 0.016458 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:00 2021 Pair time (%) = 0.00107884 (6.55512) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.218745) Outpt time (%) = 0.0151591 (92.1078) Other time (%) = 0.000184059 (1.11835) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:00 2021 Memory usage per processor = 27.537 Mbytes Step Atoms AVEKE stressZZ 14989 5000 8.2894107e-11 5007539.8 14990 -0.011049999999994 5007436.73644815 14990 5000 6.6758166e-11 5007436.7 Loop time of 0.0193141 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:00 2021 Pair time (%) = 0.00118804 (6.15117) Neigh time (%) = 0 (0) Comm time (%) = 4.72069e-05 (0.244417) Outpt time (%) = 0.0179629 (93.0045) Other time (%) = 0.000115871 (0.599933) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:00 2021 Memory usage per processor = 27.5371 Mbytes Step Atoms AVEKE stressZZ 14990 5000 6.6758166e-11 5007407.6 14991 -0.011049999999994 5007313.39489891 14991 5000 5.7409365e-11 5007313.4 Loop time of 0.0171561 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:00 2021 Pair time (%) = 0.0010159 (5.92151) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198727) Outpt time (%) = 0.0160151 (93.3489) Other time (%) = 9.10759e-05 (0.530865) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:00 2021 Memory usage per processor = 27.5371 Mbytes Step Atoms AVEKE stressZZ 14991 5000 5.7409365e-11 5007286.9 14992 -0.011049999999994 5007198.28561699 14992 5000 5.1833276e-11 5007198.3 Loop time of 0.0165401 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:00 2021 Pair time (%) = 0.00102091 (6.17234) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193156) Outpt time (%) = 0.0154009 (93.1127) Other time (%) = 8.63075e-05 (0.521809) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:00 2021 Memory usage per processor = 27.5371 Mbytes Step Atoms AVEKE stressZZ 14992 5000 5.1833276e-11 5007173.5 14993 -0.011049999999994 5007088.40991744 14993 5000 4.8436438e-11 5007088.4 Loop time of 0.0168092 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:01 2021 Pair time (%) = 0.00125599 (7.47202) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.219849) Outpt time (%) = 0.0154092 (91.6713) Other time (%) = 0.00010705 (0.636852) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:01 2021 Memory usage per processor = 27.5371 Mbytes Step Atoms AVEKE stressZZ 14993 5000 4.8436438e-11 5007064.6 14994 -0.011049999999994 5006981.86210917 14994 5000 4.6336339e-11 5006981.9 Loop time of 0.0173061 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:01 2021 Pair time (%) = 0.001019 (5.88811) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184606) Outpt time (%) = 0.0161631 (93.3955) Other time (%) = 9.20296e-05 (0.531776) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:01 2021 Memory usage per processor = 27.5371 Mbytes Step Atoms AVEKE stressZZ 14994 5000 4.6336339e-11 5006958.8 14995 -0.011049999999994 5006877.43110638 14995 5000 4.5024705e-11 5006877.4 Loop time of 0.0171201 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:01 2021 Pair time (%) = 0.0010221 (5.97017) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186611) Outpt time (%) = 0.0159721 (93.2945) Other time (%) = 9.39369e-05 (0.548693) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:01 2021 Memory usage per processor = 27.5371 Mbytes Step Atoms AVEKE stressZZ 14995 5000 4.5024705e-11 5006854.8 14996 -0.011049999999994 5006774.34725075 14996 5000 4.4199758e-11 5006774.3 Loop time of 0.0166659 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:01 2021 Pair time (%) = 0.00102782 (6.16721) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.287545) Outpt time (%) = 0.0154159 (92.4995) Other time (%) = 0.000174284 (1.04575) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:01 2021 Memory usage per processor = 27.5371 Mbytes Step Atoms AVEKE stressZZ 14996 5000 4.4199758e-11 5006752 14997 -0.011049999999994 5006672.12141586 14997 5000 4.3678289e-11 5006672.1 Loop time of 0.0171421 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:01 2021 Pair time (%) = 0.00118899 (6.93612) Neigh time (%) = 0 (0) Comm time (%) = 4.88758e-05 (0.285122) Outpt time (%) = 0.0157471 (91.8622) Other time (%) = 0.000157118 (0.916564) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:01 2021 Memory usage per processor = 27.5371 Mbytes Step Atoms AVEKE stressZZ 14997 5000 4.3678289e-11 5006649.9 14998 -0.011049999999994 5006570.44275592 14998 5000 4.3347334e-11 5006570.4 Loop time of 0.017134 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:01 2021 Pair time (%) = 0.00108814 (6.3508) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.215682) Outpt time (%) = 0.0158589 (92.5583) Other time (%) = 0.000149965 (0.875252) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:01 2021 Memory usage per processor = 27.5371 Mbytes Step Atoms AVEKE stressZZ 14998 5000 4.3347334e-11 5006548.3 14999 -0.011049999999994 5006469.11372471 14999 5000 4.3136503e-11 5006469.1 Loop time of 0.0171208 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:01 2021 Pair time (%) = 0.00101519 (5.92954) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181033) Outpt time (%) = 0.01598 (93.3366) Other time (%) = 9.46522e-05 (0.552848) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:01 2021 Memory usage per processor = 27.5371 Mbytes Step Atoms AVEKE stressZZ 14999 5000 4.3136503e-11 5006447.1 15000 -0.011049999999994 5006368.00877915 15000 5000 4.3001629e-11 5006368 Loop time of 0.019114 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:01 2021 Pair time (%) = 0.00104809 (5.48335) Neigh time (%) = 0 (0) Comm time (%) = 5.00679e-05 (0.261943) Outpt time (%) = 0.0178409 (93.3392) Other time (%) = 0.000174999 (0.915554) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:01 2021 Memory usage per processor = 27.5371 Mbytes Step Atoms AVEKE stressZZ 15000 5000 4.3001629e-11 5006346 15001 -0.011049999999994 5006267.04813488 15001 5000 4.291487e-11 5006267 Loop time of 0.017123 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:01 2021 Pair time (%) = 0.00123715 (7.22511) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.197719) Outpt time (%) = 0.015733 (91.8824) Other time (%) = 0.000118971 (0.694802) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:01 2021 Memory usage per processor = 27.5371 Mbytes Step Atoms AVEKE stressZZ 15001 5000 4.291487e-11 5006245.1 15002 -0.011049999999994 5006166.18108784 15002 5000 4.2858625e-11 5006166.2 Loop time of 0.017055 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:01 2021 Pair time (%) = 0.0010159 (5.95661) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187324) Outpt time (%) = 0.0159149 (93.3151) Other time (%) = 9.2268e-05 (0.541001) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:01 2021 Memory usage per processor = 27.5371 Mbytes Step Atoms AVEKE stressZZ 15002 5000 4.2858625e-11 5006144.2 15003 -0.011049999999994 5006065.37541468 15003 5000 4.2821748e-11 5006065.4 Loop time of 0.017025 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:01 2021 Pair time (%) = 0.001055 (6.19678) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187654) Outpt time (%) = 0.0158429 (93.0568) Other time (%) = 9.5129e-05 (0.558761) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:01 2021 Memory usage per processor = 27.5371 Mbytes Step Atoms AVEKE stressZZ 15003 5000 4.2821748e-11 5006043.4 15004 -0.011049999999994 5005964.61063704 15004 5000 4.2797169e-11 5005964.6 Loop time of 0.0165219 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:01 2021 Pair time (%) = 0.00109196 (6.60914) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.212127) Outpt time (%) = 0.0152919 (92.5553) Other time (%) = 0.000102997 (0.623395) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:01 2021 Memory usage per processor = 27.5371 Mbytes Step Atoms AVEKE stressZZ 15004 5000 4.2797169e-11 5005942.7 15005 -0.011049999999994 5005863.87374043 15005 5000 4.2780401e-11 5005863.9 Loop time of 0.017374 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:01 2021 Pair time (%) = 0.00110102 (6.33714) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.185256) Outpt time (%) = 0.0161459 (92.9314) Other time (%) = 9.48906e-05 (0.546163) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:01 2021 Memory usage per processor = 27.5371 Mbytes Step Atoms AVEKE stressZZ 15005 5000 4.2780401e-11 5005841.9 15006 -0.011049999999994 5005763.15645372 15006 5000 4.2768595e-11 5005763.2 Loop time of 0.0174751 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:01 2021 Pair time (%) = 0.00102091 (5.84207) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.184185) Outpt time (%) = 0.01632 (93.3898) Other time (%) = 0.000102043 (0.583934) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:01 2021 Memory usage per processor = 27.5371 Mbytes Step Atoms AVEKE stressZZ 15006 5000 4.2768595e-11 5005741.2 15007 -0.011049999999994 5005662.45352042 15007 5000 4.2759942e-11 5005662.5 Loop time of 0.0164449 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:01 2021 Pair time (%) = 0.00106382 (6.46901) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.188474) Outpt time (%) = 0.015255 (92.764) Other time (%) = 9.5129e-05 (0.57847) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:01 2021 Memory usage per processor = 27.5371 Mbytes Step Atoms AVEKE stressZZ 15007 5000 4.2759942e-11 5005640.5 15008 -0.011049999999994 5005561.76159967 15008 5000 4.2753293e-11 5005561.8 Loop time of 0.017226 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:01 2021 Pair time (%) = 0.00145602 (8.45248) Neigh time (%) = 0 (0) Comm time (%) = 4.22001e-05 (0.244979) Outpt time (%) = 0.0155602 (90.3295) Other time (%) = 0.000167608 (0.972997) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:01 2021 Memory usage per processor = 27.5371 Mbytes Step Atoms AVEKE stressZZ 15008 5000 4.2753293e-11 5005539.8 15009 -0.011049999999994 5005461.07856825 15009 5000 4.2747918e-11 5005461.1 Loop time of 0.017097 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:01 2021 Pair time (%) = 0.0010252 (5.99637) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186864) Outpt time (%) = 0.015949 (93.2855) Other time (%) = 9.08375e-05 (0.531307) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:01 2021 Memory usage per processor = 27.5371 Mbytes Step Atoms AVEKE stressZZ 15009 5000 4.2747918e-11 5005439.2 15010 -0.011049999999994 5005360.40307641 15010 5000 4.2743351e-11 5005360.4 Loop time of 0.0197611 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:01 2021 Pair time (%) = 0.00123906 (6.27021) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.197867) Outpt time (%) = 0.018363 (92.9251) Other time (%) = 0.000119925 (0.606872) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:01 2021 Memory usage per processor = 27.5371 Mbytes Step Atoms AVEKE stressZZ 15010 5000 4.2743351e-11 5005338.5 15011 -0.011049999999994 5005259.73426759 15011 5000 4.2739299e-11 5005259.7 Loop time of 0.0165141 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:01 2021 Pair time (%) = 0.00106597 (6.45492) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.200679) Outpt time (%) = 0.0152562 (92.3829) Other time (%) = 0.000158787 (0.961525) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:01 2021 Memory usage per processor = 27.5371 Mbytes Step Atoms AVEKE stressZZ 15011 5000 4.2739299e-11 5005237.8 15012 -0.011049999999994 5005159.07163686 15012 5000 4.2735574e-11 5005159.1 Loop time of 0.017118 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:01 2021 Pair time (%) = 0.00120711 (7.05173) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204741) Outpt time (%) = 0.0157361 (91.9274) Other time (%) = 0.000139713 (0.816179) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:01 2021 Memory usage per processor = 27.5371 Mbytes Step Atoms AVEKE stressZZ 15012 5000 4.2735574e-11 5005137.2 15013 -0.011049999999994 5005058.41482523 15013 5000 4.2732057e-11 5005058.4 Loop time of 0.0173271 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:01 2021 Pair time (%) = 0.001019 (5.88098) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184383) Outpt time (%) = 0.016156 (93.2411) Other time (%) = 0.000120163 (0.693498) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:01 2021 Memory usage per processor = 27.5371 Mbytes Step Atoms AVEKE stressZZ 15013 5000 4.2732057e-11 5005036.5 15014 -0.011049999999994 5004957.76360289 15014 5000 4.2728673e-11 5004957.8 Loop time of 0.016952 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:01 2021 Pair time (%) = 0.00106287 (6.26987) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.182836) Outpt time (%) = 0.015769 (93.0213) Other time (%) = 8.91685e-05 (0.526005) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:01 2021 Memory usage per processor = 27.5371 Mbytes Step Atoms AVEKE stressZZ 15014 5000 4.2728673e-11 5004935.9 15015 -0.011049999999994 5004857.11782557 15015 5000 4.2725372e-11 5004857.1 Loop time of 0.0165498 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:01 2021 Pair time (%) = 0.00103116 (6.23064) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.206007) Outpt time (%) = 0.015383 (92.9497) Other time (%) = 0.000101566 (0.6137) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:01 2021 Memory usage per processor = 27.5371 Mbytes Step Atoms AVEKE stressZZ 15015 5000 4.2725372e-11 5004835.2 15016 -0.011049999999994 5004756.47740176 15016 5000 4.2722125e-11 5004756.5 Loop time of 0.0170209 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:01 2021 Pair time (%) = 0.00109696 (6.44479) Neigh time (%) = 0 (0) Comm time (%) = 6.91414e-05 (0.406214) Outpt time (%) = 0.0157528 (92.5495) Other time (%) = 0.000102043 (0.599515) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:01 2021 Memory usage per processor = 27.5371 Mbytes Step Atoms AVEKE stressZZ 15016 5000 4.2722125e-11 5004734.6 15017 -0.011049999999994 5004655.84227297 15017 5000 4.2718913e-11 5004655.8 Loop time of 0.0171828 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:01 2021 Pair time (%) = 0.00102091 (5.94145) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18593) Outpt time (%) = 0.0159719 (92.9527) Other time (%) = 0.000158072 (0.919939) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:01 2021 Memory usage per processor = 27.5371 Mbytes Step Atoms AVEKE stressZZ 15017 5000 4.2718913e-11 5004633.9 15018 -0.011049999999994 5004555.21240163 15018 5000 4.2715722e-11 5004555.2 Loop time of 0.0163631 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:01 2021 Pair time (%) = 0.00101709 (6.21576) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.196701) Outpt time (%) = 0.0152211 (93.0207) Other time (%) = 9.27448e-05 (0.566791) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:01 2021 Memory usage per processor = 27.5371 Mbytes Step Atoms AVEKE stressZZ 15018 5000 4.2715722e-11 5004533.3 15019 -0.011049999999994 5004454.58776352 15019 5000 4.2712545e-11 5004454.6 Loop time of 0.0162308 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:01 2021 Pair time (%) = 0.00101995 (6.28406) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.198305) Outpt time (%) = 0.0150909 (92.9771) Other time (%) = 8.7738e-05 (0.540564) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:01 2021 Memory usage per processor = 27.5371 Mbytes Step Atoms AVEKE stressZZ 15019 5000 4.2712545e-11 5004432.7 15020 -0.011049999999994 5004353.96834297 15020 5000 4.2709377e-11 5004354 Loop time of 0.018631 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:01 2021 Pair time (%) = 0.00102115 (5.48091) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.171478) Outpt time (%) = 0.0174909 (93.8805) Other time (%) = 8.70228e-05 (0.467086) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:01 2021 Memory usage per processor = 27.5371 Mbytes Step Atoms AVEKE stressZZ 15020 5000 4.2709377e-11 5004332.1 15021 -0.011049999999994 5004253.35412969 15021 5000 4.2706215e-11 5004253.4 Loop time of 0.0172868 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:01 2021 Pair time (%) = 0.00121403 (7.02287) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.208259) Outpt time (%) = 0.0159009 (91.9827) Other time (%) = 0.000135899 (0.786142) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:01 2021 Memory usage per processor = 27.5371 Mbytes Step Atoms AVEKE stressZZ 15021 5000 4.2706215e-11 5004231.4 15022 -0.011049999999994 5004152.74511671 15022 5000 4.2703057e-11 5004152.7 Loop time of 0.0173938 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:01 2021 Pair time (%) = 0.00103998 (5.97903) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189158) Outpt time (%) = 0.0162199 (93.2506) Other time (%) = 0.000101089 (0.58118) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:01 2021 Memory usage per processor = 27.5371 Mbytes Step Atoms AVEKE stressZZ 15022 5000 4.2703057e-11 5004130.8 15023 -0.011049999999994 5004052.1412994 15023 5000 4.2699902e-11 5004052.1 Loop time of 0.016592 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:01 2021 Pair time (%) = 0.00102019 (6.1487) Neigh time (%) = 0 (0) Comm time (%) = 6.10352e-05 (0.367858) Outpt time (%) = 0.0153711 (92.6414) Other time (%) = 0.000139713 (0.842051) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:01 2021 Memory usage per processor = 27.5371 Mbytes Step Atoms AVEKE stressZZ 15023 5000 4.2699902e-11 5004030.2 15024 -0.011049999999994 5003951.54267447 15024 5000 4.2696748e-11 5003951.5 Loop time of 0.0169959 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:01 2021 Pair time (%) = 0.00107098 (6.30138) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.2006) Outpt time (%) = 0.0157869 (92.8864) Other time (%) = 0.000103951 (0.611621) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:01 2021 Memory usage per processor = 27.5371 Mbytes Step Atoms AVEKE stressZZ 15024 5000 4.2696748e-11 5003929.6 15025 -0.011049999999994 5003850.94923959 15025 5000 4.2693596e-11 5003850.9 Loop time of 0.0173349 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:01 2021 Pair time (%) = 0.00123 (7.09551) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.185674) Outpt time (%) = 0.015945 (91.9816) Other time (%) = 0.000127792 (0.737195) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:01 2021 Memory usage per processor = 27.5371 Mbytes Step Atoms AVEKE stressZZ 15025 5000 4.2693596e-11 5003829 15026 -0.011049999999994 5003750.360993 15026 5000 4.2690444e-11 5003750.4 Loop time of 0.0180421 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:01 2021 Pair time (%) = 0.001019 (5.64791) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.177075) Outpt time (%) = 0.0168989 (93.6636) Other time (%) = 9.2268e-05 (0.511404) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:01 2021 Memory usage per processor = 27.5371 Mbytes Step Atoms AVEKE stressZZ 15026 5000 4.2690444e-11 5003728.5 15027 -0.011049999999994 5003649.7779333 15027 5000 4.2687294e-11 5003649.8 Loop time of 0.0164039 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:01 2021 Pair time (%) = 0.00103498 (6.30932) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194759) Outpt time (%) = 0.0152268 (92.8244) Other time (%) = 0.000110149 (0.671482) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:01 2021 Memory usage per processor = 27.5371 Mbytes Step Atoms AVEKE stressZZ 15027 5000 4.2687294e-11 5003627.9 15028 -0.011049999999994 5003549.20005932 15028 5000 4.2684143e-11 5003549.2 Loop time of 0.0171762 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:01 2021 Pair time (%) = 0.0014081 (8.198) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.226257) Outpt time (%) = 0.0155878 (90.7526) Other time (%) = 0.000141382 (0.823131) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:01 2021 Memory usage per processor = 27.5371 Mbytes Step Atoms AVEKE stressZZ 15028 5000 4.2684143e-11 5003527.3 15029 -0.011049999999994 5003448.62737003 15029 5000 4.2680994e-11 5003448.6 Loop time of 0.017278 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:01 2021 Pair time (%) = 0.00109506 (6.33788) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179387) Outpt time (%) = 0.016057 (92.9335) Other time (%) = 9.48906e-05 (0.5492) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:01 2021 Memory usage per processor = 27.5371 Mbytes Step Atoms AVEKE stressZZ 15029 5000 4.2680994e-11 5003426.7 15030 -0.011049999999994 5003348.05986464 15030 5000 4.2677845e-11 5003348.1 Loop time of 0.018924 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:01 2021 Pair time (%) = 0.00103307 (5.45904) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.168823) Outpt time (%) = 0.017766 (93.8808) Other time (%) = 9.29832e-05 (0.491351) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:01 2021 Memory usage per processor = 27.5371 Mbytes Step Atoms AVEKE stressZZ 15030 5000 4.2677845e-11 5003326.2 15031 -0.011049999999994 5003247.49753247 15031 5000 4.2674696e-11 5003247.5 Loop time of 0.0164521 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:01 2021 Pair time (%) = 0.00104785 (6.3691) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.199986) Outpt time (%) = 0.0152471 (92.6759) Other time (%) = 0.000124216 (0.755018) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:01 2021 Memory usage per processor = 27.5371 Mbytes Step Atoms AVEKE stressZZ 15031 5000 4.2674696e-11 5003225.6 15032 -0.011049999999994 5003146.94037168 15032 5000 4.2671547e-11 5003146.9 Loop time of 0.017133 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:01 2021 Pair time (%) = 0.00107098 (6.25096) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193429) Outpt time (%) = 0.015929 (92.9725) Other time (%) = 9.98974e-05 (0.58307) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:01 2021 Memory usage per processor = 27.5371 Mbytes Step Atoms AVEKE stressZZ 15032 5000 4.2671547e-11 5003125 15033 -0.011049999999994 5003046.38839153 15033 5000 4.2668399e-11 5003046.4 Loop time of 0.017029 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:01 2021 Pair time (%) = 0.001019 (5.9839) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.189009) Outpt time (%) = 0.0158851 (93.2825) Other time (%) = 9.27448e-05 (0.544627) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:01 2021 Memory usage per processor = 27.5371 Mbytes Step Atoms AVEKE stressZZ 15033 5000 4.2668399e-11 5003024.5 15034 -0.011049999999994 5002945.84159129 15034 5000 4.2665251e-11 5002945.8 Loop time of 0.016788 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:01 2021 Pair time (%) = 0.00116801 (6.95742) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208765) Outpt time (%) = 0.015466 (92.1251) Other time (%) = 0.000118971 (0.708666) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:01 2021 Memory usage per processor = 27.5371 Mbytes Step Atoms AVEKE stressZZ 15034 5000 4.2665251e-11 5002923.9 15035 -0.011049999999994 5002845.29997038 15035 5000 4.2662104e-11 5002845.3 Loop time of 0.0166922 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:01 2021 Pair time (%) = 0.00118804 (7.11735) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209964) Outpt time (%) = 0.0153458 (91.9342) Other time (%) = 0.000123262 (0.738445) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:01 2021 Memory usage per processor = 27.5371 Mbytes Step Atoms AVEKE stressZZ 15035 5000 4.2662104e-11 5002823.4 15036 -0.011049999999994 5002744.7635281 15036 5000 4.2658957e-11 5002744.8 Loop time of 0.0171092 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:02 2021 Pair time (%) = 0.001019 (5.95588) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.188124) Outpt time (%) = 0.0159678 (93.3292) Other time (%) = 9.01222e-05 (0.526749) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:02 2021 Memory usage per processor = 27.5371 Mbytes Step Atoms AVEKE stressZZ 15036 5000 4.2658957e-11 5002722.9 15037 -0.011049999999994 5002644.23226384 15037 5000 4.265581e-11 5002644.2 Loop time of 0.0170391 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:02 2021 Pair time (%) = 0.0010221 (5.99857) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187499) Outpt time (%) = 0.015893 (93.2738) Other time (%) = 9.20296e-05 (0.540109) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:02 2021 Memory usage per processor = 27.5371 Mbytes Step Atoms AVEKE stressZZ 15037 5000 4.265581e-11 5002622.3 15038 -0.011049999999994 5002543.70617704 15038 5000 4.2652664e-11 5002543.7 Loop time of 0.016727 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:02 2021 Pair time (%) = 0.0010848 (6.48536) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.196699) Outpt time (%) = 0.0155098 (92.7236) Other time (%) = 9.94205e-05 (0.594373) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:02 2021 Memory usage per processor = 27.5371 Mbytes Step Atoms AVEKE stressZZ 15038 5000 4.2652664e-11 5002521.8 15039 -0.011049999999994 5002443.18526705 15039 5000 4.2649518e-11 5002443.2 Loop time of 0.0170159 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:02 2021 Pair time (%) = 0.00111508 (6.55317) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.193359) Outpt time (%) = 0.015759 (92.6131) Other time (%) = 0.000108957 (0.640325) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:02 2021 Memory usage per processor = 27.5371 Mbytes Step Atoms AVEKE stressZZ 15039 5000 4.2649518e-11 5002421.3 15040 -0.011049999999994 5002342.66953325 15040 5000 4.2646373e-11 5002342.7 Loop time of 0.019362 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:02 2021 Pair time (%) = 0.00103498 (5.3454) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.165004) Outpt time (%) = 0.0182002 (93.9995) Other time (%) = 9.48906e-05 (0.490087) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:02 2021 Memory usage per processor = 27.5371 Mbytes Step Atoms AVEKE stressZZ 15040 5000 4.2646373e-11 5002320.8 15041 -0.011049999999994 5002242.158975 15041 5000 4.2643227e-11 5002242.2 Loop time of 0.0167761 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:02 2021 Pair time (%) = 0.00102806 (6.12813) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190438) Outpt time (%) = 0.0156229 (93.1257) Other time (%) = 9.32217e-05 (0.555682) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:02 2021 Memory usage per processor = 27.5371 Mbytes Step Atoms AVEKE stressZZ 15041 5000 4.2643227e-11 5002220.3 15042 -0.011049999999994 5002141.65359183 15042 5000 4.2640083e-11 5002141.7 Loop time of 0.0165639 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:02 2021 Pair time (%) = 0.00105095 (6.34482) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.289317) Outpt time (%) = 0.015347 (92.6534) Other time (%) = 0.000118017 (0.712497) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:02 2021 Memory usage per processor = 27.5371 Mbytes Step Atoms AVEKE stressZZ 15042 5000 4.2640083e-11 5002119.8 15043 -0.011049999999994 5002041.153383 15043 5000 4.2636938e-11 5002041.2 Loop time of 0.0172529 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:02 2021 Pair time (%) = 0.00123215 (7.14167) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185175) Outpt time (%) = 0.0158961 (92.1356) Other time (%) = 9.27448e-05 (0.53756) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:02 2021 Memory usage per processor = 27.5371 Mbytes Step Atoms AVEKE stressZZ 15043 5000 4.2636938e-11 5002019.3 15044 -0.011049999999994 5001940.65834806 15044 5000 4.2633794e-11 5001940.7 Loop time of 0.0170372 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:02 2021 Pair time (%) = 0.0010221 (5.99924) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18752) Outpt time (%) = 0.0158911 (93.2731) Other time (%) = 9.20296e-05 (0.54017) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:02 2021 Memory usage per processor = 27.5371 Mbytes Step Atoms AVEKE stressZZ 15044 5000 4.2633794e-11 5001918.8 15045 -0.011049999999994 5001840.1684863 15045 5000 4.263065e-11 5001840.2 Loop time of 0.0163462 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:02 2021 Pair time (%) = 0.001019 (6.23386) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.189612) Outpt time (%) = 0.0152068 (93.0296) Other time (%) = 8.9407e-05 (0.546958) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:02 2021 Memory usage per processor = 27.5371 Mbytes Step Atoms AVEKE stressZZ 15045 5000 4.263065e-11 5001818.3 15046 -0.011049999999994 5001739.68379722 15046 5000 4.2627507e-11 5001739.7 Loop time of 0.017338 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:02 2021 Pair time (%) = 0.0013752 (7.93168) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.294275) Outpt time (%) = 0.0157511 (90.8472) Other time (%) = 0.000160694 (0.92683) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:02 2021 Memory usage per processor = 27.5371 Mbytes Step Atoms AVEKE stressZZ 15046 5000 4.2627507e-11 5001717.8 15047 -0.011049999999994 5001639.20429196 15047 5000 4.2624363e-11 5001639.2 Loop time of 0.0172369 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:02 2021 Pair time (%) = 0.00102305 (5.93524) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185347) Outpt time (%) = 0.016089 (93.34) Other time (%) = 9.29832e-05 (0.539441) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:02 2021 Memory usage per processor = 27.5371 Mbytes Step Atoms AVEKE stressZZ 15047 5000 4.2624363e-11 5001617.3 15048 -0.011049999999994 5001538.72999613 15048 5000 4.2621221e-11 5001538.7 Loop time of 0.016649 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:02 2021 Pair time (%) = 0.00102115 (6.13338) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191892) Outpt time (%) = 0.0155032 (93.1177) Other time (%) = 9.27448e-05 (0.557059) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:02 2021 Memory usage per processor = 27.5371 Mbytes Step Atoms AVEKE stressZZ 15048 5000 4.2621221e-11 5001516.8 15049 -0.011049999999994 5001438.2608924 15049 5000 4.2618078e-11 5001438.3 Loop time of 0.01653 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:02 2021 Pair time (%) = 0.00113893 (6.89004) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.204812) Outpt time (%) = 0.015255 (92.2864) Other time (%) = 0.000102282 (0.618762) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:02 2021 Memory usage per processor = 27.5371 Mbytes Step Atoms AVEKE stressZZ 15049 5000 4.2618078e-11 5001416.4 15050 -0.011049999999994 5001337.79697504 15050 5000 4.2614936e-11 5001337.8 Loop time of 0.0192931 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:02 2021 Pair time (%) = 0.00114393 (5.92924) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.165594) Outpt time (%) = 0.018023 (93.417) Other time (%) = 9.41753e-05 (0.48813) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:02 2021 Memory usage per processor = 27.5371 Mbytes Step Atoms AVEKE stressZZ 15050 5000 4.2614936e-11 5001315.9 15051 -0.011049999999994 5001237.338241 15051 5000 4.2611794e-11 5001237.3 Loop time of 0.0171909 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:02 2021 Pair time (%) = 0.00109696 (6.38106) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.196938) Outpt time (%) = 0.0159609 (92.8451) Other time (%) = 9.91821e-05 (0.576944) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:02 2021 Memory usage per processor = 27.5371 Mbytes Step Atoms AVEKE stressZZ 15051 5000 4.2611794e-11 5001215.4 15052 -0.011049999999994 5001136.88468804 15052 5000 4.2608653e-11 5001136.9 Loop time of 0.016624 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:02 2021 Pair time (%) = 0.00101995 (6.13544) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.186444) Outpt time (%) = 0.015435 (92.8477) Other time (%) = 0.000138044 (0.830393) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:02 2021 Memory usage per processor = 27.5371 Mbytes Step Atoms AVEKE stressZZ 15052 5000 4.2608653e-11 5001115 15053 -0.011049999999994 5001036.43631445 15053 5000 4.2605512e-11 5001036.4 Loop time of 0.0171938 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:02 2021 Pair time (%) = 0.00110197 (6.40912) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.273171) Outpt time (%) = 0.0158808 (92.3637) Other time (%) = 0.000164032 (0.954019) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:02 2021 Memory usage per processor = 27.5371 Mbytes Step Atoms AVEKE stressZZ 15053 5000 4.2605512e-11 5001014.5 15054 -0.011049999999994 5000935.99311879 15054 5000 4.2602371e-11 5000936 Loop time of 0.0169861 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:02 2021 Pair time (%) = 0.0010221 (6.01726) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188083) Outpt time (%) = 0.0158391 (93.2472) Other time (%) = 9.29832e-05 (0.547407) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:02 2021 Memory usage per processor = 27.5371 Mbytes Step Atoms AVEKE stressZZ 15054 5000 4.2602371e-11 5000914.1 15055 -0.011049999999994 5000835.55509979 15055 5000 4.2599231e-11 5000835.6 Loop time of 0.0171769 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:02 2021 Pair time (%) = 0.00106406 (6.19474) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185995) Outpt time (%) = 0.0159888 (93.0835) Other time (%) = 9.20296e-05 (0.535776) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:02 2021 Memory usage per processor = 27.5371 Mbytes Step Atoms AVEKE stressZZ 15055 5000 4.2599231e-11 5000813.7 15056 -0.011049999999994 5000735.12225636 15056 5000 4.2596091e-11 5000735.1 Loop time of 0.016645 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:02 2021 Pair time (%) = 0.00103903 (6.2423) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.210559) Outpt time (%) = 0.0154669 (92.9226) Other time (%) = 0.000103951 (0.624517) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:02 2021 Memory usage per processor = 27.5371 Mbytes Step Atoms AVEKE stressZZ 15056 5000 4.2596091e-11 5000713.2 15057 -0.011049999999994 5000634.69458751 15057 5000 4.2592951e-11 5000634.7 Loop time of 0.0173399 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:02 2021 Pair time (%) = 0.00112104 (6.4651) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.265369) Outpt time (%) = 0.016062 (92.6302) Other time (%) = 0.000110865 (0.63936) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:02 2021 Memory usage per processor = 27.5371 Mbytes Step Atoms AVEKE stressZZ 15057 5000 4.2592951e-11 5000612.8 15058 -0.011049999999994 5000534.27209219 15058 5000 4.2589812e-11 5000534.3 Loop time of 0.0170691 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:02 2021 Pair time (%) = 0.00101805 (5.96427) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.188566) Outpt time (%) = 0.0159259 (93.3024) Other time (%) = 9.29832e-05 (0.544746) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:02 2021 Memory usage per processor = 27.5371 Mbytes Step Atoms AVEKE stressZZ 15058 5000 4.2589812e-11 5000512.4 15059 -0.011049999999994 5000433.85476963 15059 5000 4.2586673e-11 5000433.9 Loop time of 0.016531 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:02 2021 Pair time (%) = 0.00107193 (6.48437) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.278355) Outpt time (%) = 0.0153019 (92.5652) Other time (%) = 0.000111103 (0.67209) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:02 2021 Memory usage per processor = 27.5371 Mbytes Step Atoms AVEKE stressZZ 15059 5000 4.2586673e-11 5000412 15060 -0.011049999999994 5000333.44261878 15060 5000 4.2583535e-11 5000333.4 Loop time of 0.018857 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:02 2021 Pair time (%) = 0.00107217 (5.68578) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.17448) Outpt time (%) = 0.0176489 (93.5935) Other time (%) = 0.000102997 (0.546199) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:02 2021 Memory usage per processor = 27.5371 Mbytes Step Atoms AVEKE stressZZ 15060 5000 4.2583535e-11 5000311.6 15061 -0.011049999999994 5000233.03563518 15061 5000 4.2580396e-11 5000233 Loop time of 0.016963 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:02 2021 Pair time (%) = 0.00110388 (6.50756) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18834) Outpt time (%) = 0.0157299 (92.7306) Other time (%) = 9.72748e-05 (0.573453) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:02 2021 Memory usage per processor = 27.5371 Mbytes Step Atoms AVEKE stressZZ 15061 5000 4.2580396e-11 5000211.1 15062 -0.011049999999994 5000132.63381361 15062 5000 4.2577258e-11 5000132.6 Loop time of 0.0164101 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:02 2021 Pair time (%) = 0.00101995 (6.2154) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194685) Outpt time (%) = 0.015265 (93.0218) Other time (%) = 9.32217e-05 (0.568075) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:02 2021 Memory usage per processor = 27.5371 Mbytes Step Atoms AVEKE stressZZ 15062 5000 4.2577258e-11 5000110.7 15063 -0.011049999999994 5000032.23716081 15063 5000 4.2574121e-11 5000032.2 Loop time of 0.016284 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:02 2021 Pair time (%) = 0.00106502 (6.54026) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.196193) Outpt time (%) = 0.015099 (92.7233) Other time (%) = 8.79765e-05 (0.540264) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:02 2021 Memory usage per processor = 27.5371 Mbytes Step Atoms AVEKE stressZZ 15063 5000 4.2574121e-11 5000010.3 15064 -0.011049999999994 4999931.84567597 15064 5000 4.2570984e-11 4999931.8 Loop time of 0.0164168 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:02 2021 Pair time (%) = 0.00101995 (6.21288) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.188797) Outpt time (%) = 0.0152729 (93.0319) Other time (%) = 9.29832e-05 (0.566391) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:02 2021 Memory usage per processor = 27.5371 Mbytes Step Atoms AVEKE stressZZ 15064 5000 4.2570984e-11 4999910 15065 -0.011049999999994 4999831.4593584 15065 5000 4.2567847e-11 4999831.5 Loop time of 0.016356 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:02 2021 Pair time (%) = 0.00102401 (6.26075) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.19533) Outpt time (%) = 0.0152109 (92.9987) Other time (%) = 8.91685e-05 (0.545174) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:02 2021 Memory usage per processor = 27.5371 Mbytes Step Atoms AVEKE stressZZ 15065 5000 4.2567847e-11 4999809.6 15066 -0.011049999999994 4999731.07822886 15066 5000 4.256471e-11 4999731.1 Loop time of 0.0169361 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:02 2021 Pair time (%) = 0.00134802 (7.95946) Neigh time (%) = 0 (0) Comm time (%) = 4.22001e-05 (0.249173) Outpt time (%) = 0.0153809 (90.8172) Other time (%) = 0.000164986 (0.974168) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:02 2021 Memory usage per processor = 27.5371 Mbytes Step Atoms AVEKE stressZZ 15066 5000 4.256471e-11 4999709.2 15067 -0.011049999999994 4999630.70230068 15067 5000 4.2561574e-11 4999630.7 Loop time of 0.017369 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:02 2021 Pair time (%) = 0.00102091 (5.87775) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.178446) Outpt time (%) = 0.016222 (93.3961) Other time (%) = 9.5129e-05 (0.547693) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:02 2021 Memory usage per processor = 27.5371 Mbytes Step Atoms AVEKE stressZZ 15067 5000 4.2561574e-11 4999608.8 15068 -0.011049999999994 4999530.33155786 15068 5000 4.2558438e-11 4999530.3 Loop time of 0.0165641 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:02 2021 Pair time (%) = 0.00103307 (6.23678) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.20439) Outpt time (%) = 0.015378 (92.8392) Other time (%) = 0.000119209 (0.719683) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:02 2021 Memory usage per processor = 27.5371 Mbytes Step Atoms AVEKE stressZZ 15068 5000 4.2558438e-11 4999508.4 15069 -0.011049999999994 4999429.96599533 15069 5000 4.2555303e-11 4999430 Loop time of 0.0166929 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:02 2021 Pair time (%) = 0.00105119 (6.29722) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.197101) Outpt time (%) = 0.015507 (92.8958) Other time (%) = 0.000101805 (0.609869) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:02 2021 Memory usage per processor = 27.5371 Mbytes Step Atoms AVEKE stressZZ 15069 5000 4.2555303e-11 4999408.1 15070 -0.011049999999994 4999329.60561024 15070 5000 4.2552168e-11 4999329.6 Loop time of 0.0194302 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:02 2021 Pair time (%) = 0.0010469 (5.38799) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.164425) Outpt time (%) = 0.018254 (93.9469) Other time (%) = 9.72748e-05 (0.500638) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:02 2021 Memory usage per processor = 27.5371 Mbytes Step Atoms AVEKE stressZZ 15070 5000 4.2552168e-11 4999307.7 15071 -0.011049999999994 4999229.25040038 15071 5000 4.2549033e-11 4999229.3 Loop time of 0.0172858 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:02 2021 Pair time (%) = 0.00103378 (5.98052) Neigh time (%) = 0 (0) Comm time (%) = 6.19888e-05 (0.358611) Outpt time (%) = 0.0160289 (92.7285) Other time (%) = 0.000161171 (0.932388) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:02 2021 Memory usage per processor = 27.5371 Mbytes Step Atoms AVEKE stressZZ 15071 5000 4.2549033e-11 4999207.4 15072 -0.011049999999994 4999128.90036395 15072 5000 4.2545899e-11 4999128.9 Loop time of 0.0166969 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:02 2021 Pair time (%) = 0.00101995 (6.10864) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191341) Outpt time (%) = 0.0155511 (93.1374) Other time (%) = 9.39369e-05 (0.5626) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:02 2021 Memory usage per processor = 27.5371 Mbytes Step Atoms AVEKE stressZZ 15072 5000 4.2545899e-11 4999107 15073 -0.011049999999994 4999028.55549955 15073 5000 4.2542765e-11 4999028.6 Loop time of 0.0166981 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:02 2021 Pair time (%) = 0.00116301 (6.96489) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.2156) Outpt time (%) = 0.015377 (92.0885) Other time (%) = 0.00012207 (0.731042) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:02 2021 Memory usage per processor = 27.5371 Mbytes Step Atoms AVEKE stressZZ 15073 5000 4.2542765e-11 4999006.7 15074 -0.011049999999994 4998928.21580662 15074 5000 4.2539631e-11 4998928.2 Loop time of 0.017041 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:02 2021 Pair time (%) = 0.00115108 (6.75481) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187478) Outpt time (%) = 0.015759 (92.4771) Other time (%) = 9.89437e-05 (0.580623) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:02 2021 Memory usage per processor = 27.5371 Mbytes Step Atoms AVEKE stressZZ 15074 5000 4.2539631e-11 4998906.3 15075 -0.011049999999994 4998827.8812835 15075 5000 4.2536498e-11 4998827.9 Loop time of 0.0170078 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:02 2021 Pair time (%) = 0.001019 (5.99136) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.182236) Outpt time (%) = 0.015862 (93.2629) Other time (%) = 9.58443e-05 (0.56353) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:02 2021 Memory usage per processor = 27.5371 Mbytes Step Atoms AVEKE stressZZ 15075 5000 4.2536498e-11 4998806 15076 -0.011049999999994 4998727.55192899 15076 5000 4.2533365e-11 4998727.6 Loop time of 0.0164559 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:02 2021 Pair time (%) = 0.00103116 (6.26621) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.205734) Outpt time (%) = 0.0152919 (92.9268) Other time (%) = 9.89437e-05 (0.601266) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:02 2021 Memory usage per processor = 27.5371 Mbytes Step Atoms AVEKE stressZZ 15076 5000 4.2533365e-11 4998705.7 15077 -0.011049999999994 4998627.22774206 15077 5000 4.2530232e-11 4998627.2 Loop time of 0.0173819 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:02 2021 Pair time (%) = 0.00144291 (8.30121) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189287) Outpt time (%) = 0.0157399 (90.5535) Other time (%) = 0.000166178 (0.956039) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:02 2021 Memory usage per processor = 27.5371 Mbytes Step Atoms AVEKE stressZZ 15077 5000 4.2530232e-11 4998605.3 15078 -0.011049999999994 4998526.90872168 15078 5000 4.25271e-11 4998526.9 Loop time of 0.0172021 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:02 2021 Pair time (%) = 0.00101995 (5.92923) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185722) Outpt time (%) = 0.0160558 (93.3362) Other time (%) = 9.44138e-05 (0.548849) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:02 2021 Memory usage per processor = 27.5371 Mbytes Step Atoms AVEKE stressZZ 15078 5000 4.25271e-11 4998505 15079 -0.011049999999994 4998426.594867 15079 5000 4.2523968e-11 4998426.6 Loop time of 0.016814 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:02 2021 Pair time (%) = 0.00101709 (6.04909) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190009) Outpt time (%) = 0.0156741 (93.2207) Other time (%) = 9.08375e-05 (0.540249) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:02 2021 Memory usage per processor = 27.5371 Mbytes Step Atoms AVEKE stressZZ 15079 5000 4.2523968e-11 4998404.7 15080 -0.011049999999994 4998326.28617712 15080 5000 4.2520836e-11 4998326.3 Loop time of 0.0186341 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:03 2021 Pair time (%) = 0.00108123 (5.80242) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.188083) Outpt time (%) = 0.0173972 (93.3621) Other time (%) = 0.00012064 (0.647415) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:03 2021 Memory usage per processor = 27.5371 Mbytes Step Atoms AVEKE stressZZ 15080 5000 4.2520836e-11 4998304.4 15081 -0.011049999999994 4998225.98265128 15081 5000 4.2517705e-11 4998226 Loop time of 0.017216 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:03 2021 Pair time (%) = 0.00107503 (6.24437) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192497) Outpt time (%) = 0.0160029 (92.9538) Other time (%) = 0.000104904 (0.609342) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:03 2021 Memory usage per processor = 27.5371 Mbytes Step Atoms AVEKE stressZZ 15081 5000 4.2517705e-11 4998204.1 15082 -0.011049999999994 4998125.68428866 15082 5000 4.2514574e-11 4998125.7 Loop time of 0.0170641 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:03 2021 Pair time (%) = 0.00109291 (6.40474) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.198402) Outpt time (%) = 0.0158188 (92.7025) Other time (%) = 0.000118494 (0.694406) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:03 2021 Memory usage per processor = 27.5371 Mbytes Step Atoms AVEKE stressZZ 15082 5000 4.2514574e-11 4998103.8 15083 -0.011049999999994 4998025.39108838 15083 5000 4.2511443e-11 4998025.4 Loop time of 0.016782 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:03 2021 Pair time (%) = 0.00106001 (6.31633) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190371) Outpt time (%) = 0.015595 (92.9265) Other time (%) = 9.5129e-05 (0.56685) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:03 2021 Memory usage per processor = 27.5371 Mbytes Step Atoms AVEKE stressZZ 15083 5000 4.2511443e-11 4998003.5 15084 -0.011049999999994 4997925.10304973 15084 5000 4.2508313e-11 4997925.1 Loop time of 0.0165958 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:03 2021 Pair time (%) = 0.00111914 (6.74348) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.28876) Outpt time (%) = 0.0153239 (92.3357) Other time (%) = 0.000104904 (0.632111) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:03 2021 Memory usage per processor = 27.5371 Mbytes Step Atoms AVEKE stressZZ 15084 5000 4.2508313e-11 4997903.2 15085 -0.011049999999994 4997824.82017201 15085 5000 4.2505183e-11 4997824.8 Loop time of 0.0172858 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:03 2021 Pair time (%) = 0.00102305 (5.91846) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.19034) Outpt time (%) = 0.0161309 (93.3188) Other time (%) = 9.89437e-05 (0.572398) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:03 2021 Memory usage per processor = 27.5371 Mbytes Step Atoms AVEKE stressZZ 15085 5000 4.2505183e-11 4997802.9 15086 -0.011049999999994 4997724.54245442 15086 5000 4.2502054e-11 4997724.5 Loop time of 0.0171111 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:03 2021 Pair time (%) = 0.001019 (5.95522) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18671) Outpt time (%) = 0.0159369 (93.1377) Other time (%) = 0.000123262 (0.720367) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:03 2021 Memory usage per processor = 27.5371 Mbytes Step Atoms AVEKE stressZZ 15086 5000 4.2502054e-11 4997702.7 15087 -0.011049999999994 4997624.26989621 15087 5000 4.2498924e-11 4997624.3 Loop time of 0.0163839 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:03 2021 Pair time (%) = 0.001055 (6.43927) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.189176) Outpt time (%) = 0.015162 (92.5421) Other time (%) = 0.000135899 (0.829465) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:03 2021 Memory usage per processor = 27.5371 Mbytes Step Atoms AVEKE stressZZ 15087 5000 4.2498924e-11 4997602.4 15088 -0.011049999999994 4997524.00249681 15088 5000 4.2495796e-11 4997524 Loop time of 0.0173929 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:03 2021 Pair time (%) = 0.00126505 (7.27338) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.196022) Outpt time (%) = 0.015933 (91.6067) Other time (%) = 0.000160694 (0.923908) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:03 2021 Memory usage per processor = 27.5371 Mbytes Step Atoms AVEKE stressZZ 15088 5000 4.2495796e-11 4997502.1 15089 -0.011049999999994 4997423.74025531 15089 5000 4.2492667e-11 4997423.7 Loop time of 0.0170569 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:03 2021 Pair time (%) = 0.00101805 (5.96852) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187303) Outpt time (%) = 0.015913 (93.2935) Other time (%) = 9.39369e-05 (0.550725) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:24:03 2021 Memory usage per processor = 27.5371 Mbytes Step Atoms AVEKE stressZZ 15089 5000 4.2492667e-11 4997401.9 15090 -0.011049999999994 4997307.79806521 15090 5000 8.3919915e-11 4997472 Loop time of 0.0190558 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:03 2021 Pair time (%) = 0.00108194 (5.67775) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.241473) Outpt time (%) = 0.0177641 (93.2212) Other time (%) = 0.000163794 (0.859545) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28341 ave 28341 max 28341 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28341 Ave neighs/atom = 5.6682 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:03 2021 Memory usage per processor = 27.5372 Mbytes Step Atoms AVEKE stressZZ 15090 5000 8.3919915e-11 5051660.8 15091 -0.011082499999994 5051557.03452859 15091 5000 6.7582861e-11 5051557 Loop time of 0.016849 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:03 2021 Pair time (%) = 0.00104094 (6.17801) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.202349) Outpt time (%) = 0.015672 (93.014) Other time (%) = 0.000102043 (0.605632) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:03 2021 Memory usage per processor = 27.5372 Mbytes Step Atoms AVEKE stressZZ 15091 5000 6.7582861e-11 5051527.6 15092 -0.011082499999994 5051432.66290023 15092 5000 5.8117638e-11 5051432.7 Loop time of 0.0172391 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:03 2021 Pair time (%) = 0.00117898 (6.83899) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.20192) Outpt time (%) = 0.0158811 (92.1224) Other time (%) = 0.000144243 (0.836722) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:03 2021 Memory usage per processor = 27.5372 Mbytes Step Atoms AVEKE stressZZ 15092 5000 5.8117638e-11 5051405.8 15093 -0.011082499999994 5051316.59730091 15093 5000 5.2472153e-11 5051316.6 Loop time of 0.0173421 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:03 2021 Pair time (%) = 0.00106096 (6.11785) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.185598) Outpt time (%) = 0.0161419 (93.0793) Other time (%) = 0.00010705 (0.617284) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:03 2021 Memory usage per processor = 27.5372 Mbytes Step Atoms AVEKE stressZZ 15093 5000 5.2472153e-11 5051291.5 15094 -0.011082499999994 5051205.81216697 15094 5000 4.9033059e-11 5051205.8 Loop time of 0.0166481 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:03 2021 Pair time (%) = 0.00102305 (6.14519) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191903) Outpt time (%) = 0.01547 (92.9239) Other time (%) = 0.000123024 (0.738969) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:03 2021 Memory usage per processor = 27.5372 Mbytes Step Atoms AVEKE stressZZ 15094 5000 4.9033059e-11 5051181.7 15095 -0.011082499999994 5051098.38474655 15095 5000 4.6906844e-11 5051098.4 Loop time of 0.01685 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:03 2021 Pair time (%) = 0.00117517 (6.97428) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.219317) Outpt time (%) = 0.0154979 (91.9758) Other time (%) = 0.000139952 (0.830574) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:03 2021 Memory usage per processor = 27.5372 Mbytes Step Atoms AVEKE stressZZ 15095 5000 4.6906844e-11 5051075 15096 -0.011082499999994 5050993.09310253 15096 5000 4.5578903e-11 5050993.1 Loop time of 0.0169809 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:03 2021 Pair time (%) = 0.00103784 (6.11179) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.193758) Outpt time (%) = 0.015815 (93.1342) Other time (%) = 9.5129e-05 (0.560212) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:03 2021 Memory usage per processor = 27.5372 Mbytes Step Atoms AVEKE stressZZ 15096 5000 4.5578903e-11 5050970.1 15097 -0.011082499999994 5050889.16068066 15097 5000 4.4743701e-11 5050889.2 Loop time of 0.017242 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:03 2021 Pair time (%) = 0.00120091 (6.96507) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.203269) Outpt time (%) = 0.0158501 (91.9273) Other time (%) = 0.000155926 (0.904339) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:03 2021 Memory usage per processor = 27.5372 Mbytes Step Atoms AVEKE stressZZ 15097 5000 4.4743701e-11 5050866.5 15098 -0.011082499999994 5050786.09397178 15098 5000 4.421575e-11 5050786.1 Loop time of 0.0167871 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:03 2021 Pair time (%) = 0.00108504 (6.46357) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.203096) Outpt time (%) = 0.0155671 (92.7326) Other time (%) = 0.000100851 (0.600767) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:03 2021 Memory usage per processor = 27.5372 Mbytes Step Atoms AVEKE stressZZ 15098 5000 4.421575e-11 5050763.6 15099 -0.011082499999994 5050683.57934479 15099 5000 4.3880683e-11 5050683.6 Loop time of 0.017247 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:03 2021 Pair time (%) = 0.00144196 (8.36064) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.20321) Outpt time (%) = 0.0156 (90.4505) Other time (%) = 0.000169992 (0.985637) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:03 2021 Memory usage per processor = 27.5372 Mbytes Step Atoms AVEKE stressZZ 15099 5000 4.3880683e-11 5050661.2 15100 -0.011082499999994 5050581.41748352 15100 5000 4.3667232e-11 5050581.4 Loop time of 0.0193391 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:03 2021 Pair time (%) = 0.001019 (5.26913) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.166432) Outpt time (%) = 0.0181952 (94.0849) Other time (%) = 9.27448e-05 (0.479572) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:03 2021 Memory usage per processor = 27.5372 Mbytes Step Atoms AVEKE stressZZ 15100 5000 4.3667232e-11 5050559.1 15101 -0.011082499999994 5050479.48171946 15101 5000 4.3530682e-11 5050479.5 Loop time of 0.0171058 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:03 2021 Pair time (%) = 0.00102091 (5.96819) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186767) Outpt time (%) = 0.015928 (93.1147) Other time (%) = 0.000124931 (0.730344) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:03 2021 Memory usage per processor = 27.5372 Mbytes Step Atoms AVEKE stressZZ 15101 5000 4.3530682e-11 5050457.2 15102 -0.011082499999994 5050377.6915534 15102 5000 4.3442845e-11 5050377.7 Loop time of 0.0166452 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:03 2021 Pair time (%) = 0.001055 (6.33818) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.203395) Outpt time (%) = 0.015425 (92.6692) Other time (%) = 0.000131369 (0.789229) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:03 2021 Memory usage per processor = 27.5372 Mbytes Step Atoms AVEKE stressZZ 15102 5000 4.3442845e-11 5050355.4 15103 -0.011082499999994 5050275.99582667 15103 5000 4.3385903e-11 5050276 Loop time of 0.017354 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:03 2021 Pair time (%) = 0.00112391 (6.47634) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184096) Outpt time (%) = 0.0160639 (92.5661) Other time (%) = 0.00013423 (0.773479) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:03 2021 Memory usage per processor = 27.5372 Mbytes Step Atoms AVEKE stressZZ 15103 5000 4.3385903e-11 5050253.8 15104 -0.011082499999994 5050174.36202719 15104 5000 4.3348568e-11 5050174.4 Loop time of 0.017082 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:03 2021 Pair time (%) = 0.001019 (5.96536) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187028) Outpt time (%) = 0.015938 (93.3033) Other time (%) = 9.29832e-05 (0.544335) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:03 2021 Memory usage per processor = 27.5372 Mbytes Step Atoms AVEKE stressZZ 15104 5000 4.3348568e-11 5050152.1 15105 -0.011082499999994 5050072.76949273 15105 5000 4.3323684e-11 5050072.8 Loop time of 0.0165288 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:03 2021 Pair time (%) = 0.00102115 (6.17797) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193287) Outpt time (%) = 0.0153849 (93.0792) Other time (%) = 9.08375e-05 (0.549569) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:03 2021 Memory usage per processor = 27.5372 Mbytes Step Atoms AVEKE stressZZ 15105 5000 4.3323684e-11 5050050.6 15106 -0.011082499999994 5049971.20509201 15106 5000 4.3306708e-11 5049971.2 Loop time of 0.0166838 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:03 2021 Pair time (%) = 0.00116205 (6.96515) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.227218) Outpt time (%) = 0.0153749 (92.1546) Other time (%) = 0.000108957 (0.653072) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:03 2021 Memory usage per processor = 27.5372 Mbytes Step Atoms AVEKE stressZZ 15106 5000 4.3306708e-11 5049949 15107 -0.011082499999994 5049869.66047962 15107 5000 4.3294756e-11 5049869.7 Loop time of 0.0162082 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:03 2021 Pair time (%) = 0.00102305 (6.31196) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.197111) Outpt time (%) = 0.0150621 (92.929) Other time (%) = 9.10759e-05 (0.561913) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:03 2021 Memory usage per processor = 27.5372 Mbytes Step Atoms AVEKE stressZZ 15107 5000 4.3294756e-11 5049847.5 15108 -0.011082499999994 5049768.13035193 15108 5000 4.3285997e-11 5049768.1 Loop time of 0.0163221 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:03 2021 Pair time (%) = 0.00102496 (6.27958) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.195735) Outpt time (%) = 0.0151751 (92.9725) Other time (%) = 9.01222e-05 (0.552147) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:03 2021 Memory usage per processor = 27.5372 Mbytes Step Atoms AVEKE stressZZ 15108 5000 4.3285997e-11 5049745.9 15109 -0.011082499999994 5049666.61133779 15109 5000 4.3279266e-11 5049666.6 Loop time of 0.017267 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:03 2021 Pair time (%) = 0.00102496 (5.93596) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179501) Outpt time (%) = 0.0161211 (93.364) Other time (%) = 8.98838e-05 (0.520553) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:03 2021 Memory usage per processor = 27.5372 Mbytes Step Atoms AVEKE stressZZ 15109 5000 4.3279266e-11 5049644.4 15110 -0.011082499999994 5049565.10130694 15110 5000 4.3273824e-11 5049565.1 Loop time of 0.019037 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:03 2021 Pair time (%) = 0.00102401 (5.37904) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.167821) Outpt time (%) = 0.0178869 (93.9584) Other time (%) = 9.41753e-05 (0.494696) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:03 2021 Memory usage per processor = 27.5373 Mbytes Step Atoms AVEKE stressZZ 15110 5000 4.3273824e-11 5049542.9 15111 -0.011082499999994 5049463.5989002 15111 5000 4.3269202e-11 5049463.6 Loop time of 0.0166819 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:03 2021 Pair time (%) = 0.00113201 (6.78586) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.202947) Outpt time (%) = 0.0154109 (92.3809) Other time (%) = 0.000105143 (0.630279) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:03 2021 Memory usage per processor = 27.5373 Mbytes Step Atoms AVEKE stressZZ 15111 5000 4.3269202e-11 5049441.4 15112 -0.011082499999994 5049362.10324583 15112 5000 4.32651e-11 5049362.1 Loop time of 0.0172439 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:03 2021 Pair time (%) = 0.00105309 (6.10707) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197716) Outpt time (%) = 0.016058 (93.1228) Other time (%) = 9.87053e-05 (0.572408) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:03 2021 Memory usage per processor = 27.5373 Mbytes Step Atoms AVEKE stressZZ 15112 5000 4.32651e-11 5049339.9 15113 -0.011082499999994 5049260.61379162 15113 5000 4.326133e-11 5049260.6 Loop time of 0.0169919 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:03 2021 Pair time (%) = 0.00101995 (6.00261) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18802) Outpt time (%) = 0.0158451 (93.2509) Other time (%) = 9.48906e-05 (0.558448) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:03 2021 Memory usage per processor = 27.5373 Mbytes Step Atoms AVEKE stressZZ 15113 5000 4.326133e-11 5049238.4 15114 -0.011082499999994 5049159.13018647 15114 5000 4.325777e-11 5049159.1 Loop time of 0.0166321 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:03 2021 Pair time (%) = 0.00105596 (6.34891) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.204989) Outpt time (%) = 0.0154419 (92.844) Other time (%) = 0.000100136 (0.602064) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:03 2021 Memory usage per processor = 27.5373 Mbytes Step Atoms AVEKE stressZZ 15114 5000 4.325777e-11 5049136.9 15115 -0.011082499999994 5049057.6522071 15115 5000 4.3254344e-11 5049057.7 Loop time of 0.0171311 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:03 2021 Pair time (%) = 0.00123191 (7.19107) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193451) Outpt time (%) = 0.0156889 (91.5814) Other time (%) = 0.000177145 (1.03406) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:03 2021 Memory usage per processor = 27.5373 Mbytes Step Atoms AVEKE stressZZ 15115 5000 4.3254344e-11 5049035.5 15116 -0.011082499999994 5048956.17971129 15116 5000 4.3251003e-11 5048956.2 Loop time of 0.017066 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:03 2021 Pair time (%) = 0.00108695 (6.3691) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.199776) Outpt time (%) = 0.0158429 (92.8332) Other time (%) = 0.000102043 (0.597932) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:03 2021 Memory usage per processor = 27.5373 Mbytes Step Atoms AVEKE stressZZ 15116 5000 4.3251003e-11 5048934 15117 -0.011082499999994 5048854.71260838 15117 5000 4.3247717e-11 5048854.7 Loop time of 0.016629 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:03 2021 Pair time (%) = 0.00104904 (6.30852) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.199292) Outpt time (%) = 0.01543 (92.7897) Other time (%) = 0.000116825 (0.702539) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:03 2021 Memory usage per processor = 27.5373 Mbytes Step Atoms AVEKE stressZZ 15117 5000 4.3247717e-11 5048832.5 15118 -0.011082499999994 5048753.25084033 15118 5000 4.3244465e-11 5048753.3 Loop time of 0.0168879 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:03 2021 Pair time (%) = 0.00110793 (6.5605) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.201883) Outpt time (%) = 0.0156341 (92.5755) Other time (%) = 0.000111818 (0.662121) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:03 2021 Memory usage per processor = 27.5373 Mbytes Step Atoms AVEKE stressZZ 15118 5000 4.3244465e-11 5048731.1 15119 -0.011082499999994 5048651.79437012 15119 5000 4.3241235e-11 5048651.8 Loop time of 0.017611 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:03 2021 Pair time (%) = 0.00116611 (6.62145) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.186825) Outpt time (%) = 0.0162928 (92.5148) Other time (%) = 0.000119209 (0.676901) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:03 2021 Memory usage per processor = 27.5373 Mbytes Step Atoms AVEKE stressZZ 15119 5000 4.3241235e-11 5048629.6 15120 -0.011082499999994 5048550.34317384 15120 5000 4.3238019e-11 5048550.3 Loop time of 0.0196519 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:03 2021 Pair time (%) = 0.00102305 (5.20588) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.16257) Outpt time (%) = 0.018501 (94.1438) Other time (%) = 9.58443e-05 (0.48771) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:03 2021 Memory usage per processor = 27.5373 Mbytes Step Atoms AVEKE stressZZ 15120 5000 4.3238019e-11 5048528.1 15121 -0.011082499999994 5048448.897236 15121 5000 4.3234813e-11 5048448.9 Loop time of 0.0165071 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:03 2021 Pair time (%) = 0.00101686 (6.16009) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.194985) Outpt time (%) = 0.0153651 (93.0816) Other time (%) = 9.29832e-05 (0.563291) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:03 2021 Memory usage per processor = 27.5373 Mbytes Step Atoms AVEKE stressZZ 15121 5000 4.3234813e-11 5048426.7 15122 -0.011082499999994 5048347.45654665 15122 5000 4.3231613e-11 5048347.5 Loop time of 0.0169752 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:03 2021 Pair time (%) = 0.00131297 (7.73466) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.228936) Outpt time (%) = 0.0154872 (91.2344) Other time (%) = 0.000136137 (0.801978) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:03 2021 Memory usage per processor = 27.5373 Mbytes Step Atoms AVEKE stressZZ 15122 5000 4.3231613e-11 5048325.3 15123 -0.011082499999994 5048246.02109901 15123 5000 4.3228416e-11 5048246 Loop time of 0.017324 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:04 2021 Pair time (%) = 0.00102091 (5.89304) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.178911) Outpt time (%) = 0.0161781 (93.3858) Other time (%) = 9.39369e-05 (0.542237) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:04 2021 Memory usage per processor = 27.5373 Mbytes Step Atoms AVEKE stressZZ 15123 5000 4.3228416e-11 5048223.8 15124 -0.011082499999994 5048144.59088795 15124 5000 4.3225222e-11 5048144.6 Loop time of 0.017154 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:04 2021 Pair time (%) = 0.00106406 (6.203) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186243) Outpt time (%) = 0.015965 (93.0687) Other time (%) = 9.29832e-05 (0.542051) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:04 2021 Memory usage per processor = 27.5373 Mbytes Step Atoms AVEKE stressZZ 15124 5000 4.3225222e-11 5048122.4 15125 -0.011082499999994 5048043.16590543 15125 5000 4.322203e-11 5048043.2 Loop time of 0.0165091 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:04 2021 Pair time (%) = 0.0010891 (6.59696) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.212293) Outpt time (%) = 0.0152669 (92.4759) Other time (%) = 0.000118017 (0.714863) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:04 2021 Memory usage per processor = 27.5373 Mbytes Step Atoms AVEKE stressZZ 15125 5000 4.322203e-11 5048021 15126 -0.011082499999994 5047941.7461545 15126 5000 4.3218839e-11 5047941.7 Loop time of 0.0172069 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:04 2021 Pair time (%) = 0.00112581 (6.54279) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.196755) Outpt time (%) = 0.0158839 (92.3113) Other time (%) = 0.000163317 (0.949135) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:04 2021 Memory usage per processor = 27.5373 Mbytes Step Atoms AVEKE stressZZ 15126 5000 4.3218839e-11 5047919.6 15127 -0.011082499999994 5047840.33163334 15127 5000 4.3215649e-11 5047840.3 Loop time of 0.017174 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:04 2021 Pair time (%) = 0.00107002 (6.23048) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.215179) Outpt time (%) = 0.015939 (92.8089) Other time (%) = 0.000128031 (0.745492) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:04 2021 Memory usage per processor = 27.5373 Mbytes Step Atoms AVEKE stressZZ 15127 5000 4.3215649e-11 5047818.1 15128 -0.011082499999994 5047738.92234076 15128 5000 4.321246e-11 5047738.9 Loop time of 0.0172431 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:04 2021 Pair time (%) = 0.00109696 (6.36174) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179749) Outpt time (%) = 0.0159578 (92.5459) Other time (%) = 0.000157356 (0.912573) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:04 2021 Memory usage per processor = 27.5373 Mbytes Step Atoms AVEKE stressZZ 15128 5000 4.321246e-11 5047716.7 15129 -0.011082499999994 5047637.51827567 15129 5000 4.3209272e-11 5047637.5 Loop time of 0.016525 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:04 2021 Pair time (%) = 0.0010829 (6.55307) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.210645) Outpt time (%) = 0.0153 (92.587) Other time (%) = 0.000107288 (0.649248) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:04 2021 Memory usage per processor = 27.5373 Mbytes Step Atoms AVEKE stressZZ 15129 5000 4.3209272e-11 5047615.3 15130 -0.011082499999994 5047536.11943717 15130 5000 4.3206084e-11 5047536.1 Loop time of 0.019531 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:04 2021 Pair time (%) = 0.00128794 (6.59432) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.163576) Outpt time (%) = 0.0181229 (92.7904) Other time (%) = 8.82149e-05 (0.451666) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:04 2021 Memory usage per processor = 27.5373 Mbytes Step Atoms AVEKE stressZZ 15130 5000 4.3206084e-11 5047513.9 15131 -0.011082499999994 5047434.72582449 15131 5000 4.3202896e-11 5047434.7 Loop time of 0.0171521 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:04 2021 Pair time (%) = 0.00102282 (5.96322) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186264) Outpt time (%) = 0.0160038 (93.3056) Other time (%) = 9.34601e-05 (0.544891) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:04 2021 Memory usage per processor = 27.5373 Mbytes Step Atoms AVEKE stressZZ 15131 5000 4.3202896e-11 5047412.5 15132 -0.011082499999994 5047333.33743674 15132 5000 4.3199709e-11 5047333.3 Loop time of 0.0165191 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:04 2021 Pair time (%) = 0.00102496 (6.20472) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193401) Outpt time (%) = 0.0153749 (93.0736) Other time (%) = 8.72612e-05 (0.528245) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:04 2021 Memory usage per processor = 27.5373 Mbytes Step Atoms AVEKE stressZZ 15132 5000 4.3199709e-11 5047311.1 15133 -0.011082499999994 5047231.95427329 15133 5000 4.3196522e-11 5047232 Loop time of 0.016999 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:04 2021 Pair time (%) = 0.00122404 (7.20066) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.217394) Outpt time (%) = 0.015604 (91.7937) Other time (%) = 0.000133991 (0.78823) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:04 2021 Memory usage per processor = 27.5373 Mbytes Step Atoms AVEKE stressZZ 15133 5000 4.3196522e-11 5047209.8 15134 -0.011082499999994 5047130.57633356 15134 5000 4.3193335e-11 5047130.6 Loop time of 0.0171909 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:04 2021 Pair time (%) = 0.00101995 (5.9331) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180295) Outpt time (%) = 0.016047 (93.3457) Other time (%) = 9.29832e-05 (0.540885) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:04 2021 Memory usage per processor = 27.5373 Mbytes Step Atoms AVEKE stressZZ 15134 5000 4.3193335e-11 5047108.4 15135 -0.011082499999994 5047029.20361671 15135 5000 4.3190149e-11 5047029.2 Loop time of 0.0169702 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:04 2021 Pair time (%) = 0.00102115 (6.01731) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18826) Outpt time (%) = 0.0158231 (93.2409) Other time (%) = 9.39369e-05 (0.553542) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:04 2021 Memory usage per processor = 27.5373 Mbytes Step Atoms AVEKE stressZZ 15135 5000 4.3190149e-11 5047007 15136 -0.011082499999994 5046927.83612221 15136 5000 4.3186964e-11 5046927.8 Loop time of 0.0165341 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:04 2021 Pair time (%) = 0.00104284 (6.30723) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.198993) Outpt time (%) = 0.0153558 (92.8737) Other time (%) = 0.00010252 (0.620052) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:04 2021 Memory usage per processor = 27.5373 Mbytes Step Atoms AVEKE stressZZ 15136 5000 4.3186964e-11 5046905.6 15137 -0.011082499999994 5046826.47384926 15137 5000 4.3183778e-11 5046826.5 Loop time of 0.017103 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:04 2021 Pair time (%) = 0.00112581 (6.58256) Neigh time (%) = 0 (0) Comm time (%) = 4.81606e-05 (0.281592) Outpt time (%) = 0.015811 (92.4458) Other time (%) = 0.000118017 (0.69004) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:04 2021 Memory usage per processor = 27.5373 Mbytes Step Atoms AVEKE stressZZ 15137 5000 4.3183778e-11 5046804.3 15138 -0.011082499999994 5046725.11679743 15138 5000 4.3180593e-11 5046725.1 Loop time of 0.0171602 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:04 2021 Pair time (%) = 0.00102282 (5.9604) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.19868) Outpt time (%) = 0.016006 (93.2741) Other time (%) = 9.72748e-05 (0.566863) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:04 2021 Memory usage per processor = 27.5373 Mbytes Step Atoms AVEKE stressZZ 15138 5000 4.3180593e-11 5046702.9 15139 -0.011082499999994 5046623.764966 15139 5000 4.3177409e-11 5046623.8 Loop time of 0.0168719 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:04 2021 Pair time (%) = 0.00101995 (6.04528) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.183704) Outpt time (%) = 0.015727 (93.2143) Other time (%) = 9.39369e-05 (0.556765) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:04 2021 Memory usage per processor = 27.5373 Mbytes Step Atoms AVEKE stressZZ 15139 5000 4.3177409e-11 5046601.6 15140 -0.011082499999994 5046522.41835437 15140 5000 4.3174224e-11 5046522.4 Loop time of 0.0191929 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:04 2021 Pair time (%) = 0.00105691 (5.50676) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.1677) Outpt time (%) = 0.0180099 (93.8361) Other time (%) = 9.39369e-05 (0.489435) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:04 2021 Memory usage per processor = 27.5373 Mbytes Step Atoms AVEKE stressZZ 15140 5000 4.3174224e-11 5046500.2 15141 -0.011082499999994 5046421.0769618 15141 5000 4.3171041e-11 5046421.1 Loop time of 0.0173619 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:04 2021 Pair time (%) = 0.00116897 (6.73295) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184013) Outpt time (%) = 0.0160639 (92.5241) Other time (%) = 9.70364e-05 (0.558905) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:04 2021 Memory usage per processor = 27.5373 Mbytes Step Atoms AVEKE stressZZ 15141 5000 4.3171041e-11 5046398.9 15142 -0.011082499999994 5046319.74078786 15142 5000 4.3167857e-11 5046319.7 Loop time of 0.017282 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:04 2021 Pair time (%) = 0.00106287 (6.15015) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184863) Outpt time (%) = 0.016094 (93.1256) Other time (%) = 9.32217e-05 (0.539415) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:04 2021 Memory usage per processor = 27.5373 Mbytes Step Atoms AVEKE stressZZ 15142 5000 4.3167857e-11 5046297.6 15143 -0.011082499999994 5046218.40983187 15143 5000 4.3164674e-11 5046218.4 Loop time of 0.0164201 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:04 2021 Pair time (%) = 0.00107288 (6.53395) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.200375) Outpt time (%) = 0.0152142 (92.6558) Other time (%) = 0.000100136 (0.609836) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:04 2021 Memory usage per processor = 27.5373 Mbytes Step Atoms AVEKE stressZZ 15143 5000 4.3164674e-11 5046196.2 15144 -0.011082499999994 5046117.08409327 15144 5000 4.3161491e-11 5046117.1 Loop time of 0.017266 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:04 2021 Pair time (%) = 0.00151896 (8.79742) Neigh time (%) = 0 (0) Comm time (%) = 5.29289e-05 (0.306549) Outpt time (%) = 0.0155241 (89.9115) Other time (%) = 0.000169992 (0.984548) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:04 2021 Memory usage per processor = 27.5373 Mbytes Step Atoms AVEKE stressZZ 15144 5000 4.3161491e-11 5046094.9 15145 -0.011082499999994 5046015.76357132 15145 5000 4.3158308e-11 5046015.8 Loop time of 0.0171471 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:04 2021 Pair time (%) = 0.00102091 (5.95384) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.187709) Outpt time (%) = 0.016001 (93.3162) Other time (%) = 9.29832e-05 (0.542269) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:04 2021 Memory usage per processor = 27.5373 Mbytes Step Atoms AVEKE stressZZ 15145 5000 4.3158308e-11 5045993.6 15146 -0.011082499999994 5045914.4482655 15146 5000 4.3155126e-11 5045914.4 Loop time of 0.0164621 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:04 2021 Pair time (%) = 0.0010581 (6.42751) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.188278) Outpt time (%) = 0.0152781 (92.8078) Other time (%) = 9.48906e-05 (0.576419) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:04 2021 Memory usage per processor = 27.5373 Mbytes Step Atoms AVEKE stressZZ 15146 5000 4.3155126e-11 5045892.3 15147 -0.011082499999994 5045813.13817519 15147 5000 4.3151945e-11 5045813.1 Loop time of 0.0165861 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:04 2021 Pair time (%) = 0.00109315 (6.59077) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211307) Outpt time (%) = 0.0153542 (92.5726) Other time (%) = 0.000103712 (0.625296) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:04 2021 Memory usage per processor = 27.5373 Mbytes Step Atoms AVEKE stressZZ 15147 5000 4.3151945e-11 5045791 15148 -0.011082499999994 5045711.83329984 15148 5000 4.3148763e-11 5045711.8 Loop time of 0.0171912 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:04 2021 Pair time (%) = 0.00113297 (6.59039) Neigh time (%) = 0 (0) Comm time (%) = 6.19888e-05 (0.360585) Outpt time (%) = 0.0158939 (92.4541) Other time (%) = 0.000102282 (0.594966) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:04 2021 Memory usage per processor = 27.5373 Mbytes Step Atoms AVEKE stressZZ 15148 5000 4.3148763e-11 5045689.7 15149 -0.011082499999994 5045610.53363888 15149 5000 4.3145582e-11 5045610.5 Loop time of 0.016463 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:04 2021 Pair time (%) = 0.00105906 (6.43293) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.188267) Outpt time (%) = 0.0152791 (92.8082) Other time (%) = 9.39369e-05 (0.570593) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:04 2021 Memory usage per processor = 27.5373 Mbytes Step Atoms AVEKE stressZZ 15149 5000 4.3145582e-11 5045588.4 15150 -0.011082499999994 5045509.23919162 15150 5000 4.3142401e-11 5045509.2 Loop time of 0.018419 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:04 2021 Pair time (%) = 0.00102091 (5.54268) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.173452) Outpt time (%) = 0.017278 (93.8049) Other time (%) = 8.82149e-05 (0.478933) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:04 2021 Memory usage per processor = 27.5373 Mbytes Step Atoms AVEKE stressZZ 15150 5000 4.3142401e-11 5045487.1 15151 -0.011082499999994 5045407.94995746 15151 5000 4.3139221e-11 5045407.9 Loop time of 0.0163159 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:04 2021 Pair time (%) = 0.00102401 (6.27612) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.195809) Outpt time (%) = 0.015172 (92.9889) Other time (%) = 8.79765e-05 (0.539206) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:04 2021 Memory usage per processor = 27.5373 Mbytes Step Atoms AVEKE stressZZ 15151 5000 4.3139221e-11 5045385.8 15152 -0.011082499999994 5045306.66599878 15152 5000 4.3136041e-11 5045306.7 Loop time of 0.016511 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:04 2021 Pair time (%) = 0.00106096 (6.42581) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193496) Outpt time (%) = 0.0153291 (92.8421) Other time (%) = 8.89301e-05 (0.538613) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:04 2021 Memory usage per processor = 27.5373 Mbytes Step Atoms AVEKE stressZZ 15152 5000 4.3136041e-11 5045284.5 15153 -0.011082499999994 5045205.38731743 15153 5000 4.3132861e-11 5045205.4 Loop time of 0.016974 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:04 2021 Pair time (%) = 0.00125194 (7.37562) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.300587) Outpt time (%) = 0.015552 (91.6229) Other time (%) = 0.000118971 (0.700902) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:04 2021 Memory usage per processor = 27.5373 Mbytes Step Atoms AVEKE stressZZ 15153 5000 4.3132861e-11 5045183.2 15154 -0.011082499999994 5045104.11388751 15154 5000 4.3129682e-11 5045104.1 Loop time of 0.0170958 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:04 2021 Pair time (%) = 0.00103593 (6.05955) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.19385) Outpt time (%) = 0.0159159 (93.0981) Other time (%) = 0.000110865 (0.64849) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:04 2021 Memory usage per processor = 27.5373 Mbytes Step Atoms AVEKE stressZZ 15154 5000 4.3129682e-11 5045081.9 15155 -0.011082499999994 5045002.8457005 15155 5000 4.3126503e-11 5045002.8 Loop time of 0.0169811 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:04 2021 Pair time (%) = 0.00102091 (6.01202) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.189543) Outpt time (%) = 0.015836 (93.2565) Other time (%) = 9.20296e-05 (0.541952) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:04 2021 Memory usage per processor = 27.5373 Mbytes Step Atoms AVEKE stressZZ 15155 5000 4.3126503e-11 5044980.7 15156 -0.011082499999994 5044901.58275129 15156 5000 4.3123324e-11 5044901.6 Loop time of 0.016531 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:04 2021 Pair time (%) = 0.00106692 (6.45408) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.200473) Outpt time (%) = 0.0153301 (92.7354) Other time (%) = 0.000100851 (0.610073) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:04 2021 Memory usage per processor = 27.5373 Mbytes Step Atoms AVEKE stressZZ 15156 5000 4.3123324e-11 5044879.4 15157 -0.011082499999994 5044800.32503632 15157 5000 4.3120146e-11 5044800.3 Loop time of 0.017458 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:04 2021 Pair time (%) = 0.00117302 (6.71911) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.189828) Outpt time (%) = 0.0160949 (92.1925) Other time (%) = 0.000156879 (0.898612) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:04 2021 Memory usage per processor = 27.5373 Mbytes Step Atoms AVEKE stressZZ 15157 5000 4.3120146e-11 5044778.1 15158 -0.011082499999994 5044699.07254472 15158 5000 4.3116968e-11 5044699.1 Loop time of 0.0171001 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:04 2021 Pair time (%) = 0.0010221 (5.97716) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18683) Outpt time (%) = 0.0159531 (93.2922) Other time (%) = 9.29832e-05 (0.543759) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:04 2021 Memory usage per processor = 27.5373 Mbytes Step Atoms AVEKE stressZZ 15158 5000 4.3116968e-11 5044676.9 15159 -0.011082499999994 5044597.82526736 15159 5000 4.3113791e-11 5044597.8 Loop time of 0.0165131 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:04 2021 Pair time (%) = 0.00105906 (6.41342) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193471) Outpt time (%) = 0.0153291 (92.83) Other time (%) = 9.29832e-05 (0.563087) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:04 2021 Memory usage per processor = 27.5373 Mbytes Step Atoms AVEKE stressZZ 15159 5000 4.3113791e-11 5044575.6 15160 -0.011082499999994 5044496.58321458 15160 5000 4.3110614e-11 5044496.6 Loop time of 0.019294 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:04 2021 Pair time (%) = 0.00126195 (6.54062) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.191535) Outpt time (%) = 0.01788 (92.671) Other time (%) = 0.000115156 (0.596849) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:04 2021 Memory usage per processor = 27.5373 Mbytes Step Atoms AVEKE stressZZ 15160 5000 4.3110614e-11 5044474.4 15161 -0.011082499999994 5044395.34638483 15161 5000 4.3107437e-11 5044395.3 Loop time of 0.017133 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:04 2021 Pair time (%) = 0.00108194 (6.31497) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198995) Outpt time (%) = 0.0159149 (92.8904) Other time (%) = 0.000102043 (0.595594) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:04 2021 Memory usage per processor = 27.5373 Mbytes Step Atoms AVEKE stressZZ 15161 5000 4.3107437e-11 5044373.2 15162 -0.011082499999994 5044294.11477675 15162 5000 4.310426e-11 5044294.1 Loop time of 0.0172288 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:04 2021 Pair time (%) = 0.00106502 (6.18159) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185434) Outpt time (%) = 0.0160351 (93.0711) Other time (%) = 9.67979e-05 (0.561837) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:04 2021 Memory usage per processor = 27.5373 Mbytes Step Atoms AVEKE stressZZ 15162 5000 4.310426e-11 5044271.9 15163 -0.011082499999994 5044192.88838921 15163 5000 4.3101084e-11 5044192.9 Loop time of 0.0170639 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:04 2021 Pair time (%) = 0.00121212 (7.10344) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192816) Outpt time (%) = 0.015723 (92.1421) Other time (%) = 9.58443e-05 (0.56168) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:04 2021 Memory usage per processor = 27.5373 Mbytes Step Atoms AVEKE stressZZ 15163 5000 4.3101084e-11 5044170.7 15164 -0.011082499999994 5044091.66722098 15164 5000 4.3097908e-11 5044091.7 Loop time of 0.0166869 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:04 2021 Pair time (%) = 0.00110292 (6.60952) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.204315) Outpt time (%) = 0.0154159 (92.3832) Other time (%) = 0.000133991 (0.802972) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:04 2021 Memory usage per processor = 27.5373 Mbytes Step Atoms AVEKE stressZZ 15164 5000 4.3097908e-11 5044069.5 15165 -0.011082499999994 5043990.45127097 15165 5000 4.3094733e-11 5043990.5 Loop time of 0.0173159 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:04 2021 Pair time (%) = 0.00102401 (5.9137) Neigh time (%) = 0 (0) Comm time (%) = 6.38962e-05 (0.369004) Outpt time (%) = 0.0161328 (93.1679) Other time (%) = 9.5129e-05 (0.549375) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:04 2021 Memory usage per processor = 27.5373 Mbytes Step Atoms AVEKE stressZZ 15165 5000 4.3094733e-11 5043968.3 15166 -0.011082499999994 5043889.24053831 15166 5000 4.3091558e-11 5043889.2 Loop time of 0.0170238 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:05 2021 Pair time (%) = 0.00107288 (6.30226) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187667) Outpt time (%) = 0.0158238 (92.9513) Other time (%) = 9.5129e-05 (0.5588) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:05 2021 Memory usage per processor = 27.5373 Mbytes Step Atoms AVEKE stressZZ 15166 5000 4.3091558e-11 5043867.1 15167 -0.011082499999994 5043788.0350218 15167 5000 4.3088383e-11 5043788 Loop time of 0.016475 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:05 2021 Pair time (%) = 0.00106406 (6.45866) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.199708) Outpt time (%) = 0.0152791 (92.7411) Other time (%) = 9.89437e-05 (0.60057) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:05 2021 Memory usage per processor = 27.5373 Mbytes Step Atoms AVEKE stressZZ 15167 5000 4.3088383e-11 5043765.9 15168 -0.011082499999994 5043686.83472056 15168 5000 4.3085209e-11 5043686.8 Loop time of 0.0171008 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:05 2021 Pair time (%) = 0.0011909 (6.964) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.210523) Outpt time (%) = 0.0157161 (91.9025) Other time (%) = 0.000157833 (0.922957) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:05 2021 Memory usage per processor = 27.5373 Mbytes Step Atoms AVEKE stressZZ 15168 5000 4.3085209e-11 5043664.7 15169 -0.011082499999994 5043585.63963373 15169 5000 4.3082035e-11 5043585.6 Loop time of 0.017509 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:05 2021 Pair time (%) = 0.00104403 (5.96285) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.183829) Outpt time (%) = 0.0163221 (93.2215) Other time (%) = 0.000110626 (0.631825) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:05 2021 Memory usage per processor = 27.5373 Mbytes Step Atoms AVEKE stressZZ 15169 5000 4.3082035e-11 5043563.5 15170 -0.011082499999994 5043484.44976046 15170 5000 4.3078861e-11 5043484.4 Loop time of 0.0187249 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:05 2021 Pair time (%) = 0.00102401 (5.46869) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.170618) Outpt time (%) = 0.017535 (93.6451) Other time (%) = 0.000133991 (0.715577) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:05 2021 Memory usage per processor = 27.5373 Mbytes Step Atoms AVEKE stressZZ 15170 5000 4.3078861e-11 5043462.3 15171 -0.011082499999994 5043383.26509985 15171 5000 4.3075688e-11 5043383.3 Loop time of 0.0166299 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:05 2021 Pair time (%) = 0.00108504 (6.52464) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.205015) Outpt time (%) = 0.015408 (92.6524) Other time (%) = 0.000102758 (0.617912) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:05 2021 Memory usage per processor = 27.5373 Mbytes Step Atoms AVEKE stressZZ 15171 5000 4.3075688e-11 5043361.1 15172 -0.011082499999994 5043282.08565104 15172 5000 4.3072515e-11 5043282.1 Loop time of 0.0172691 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:05 2021 Pair time (%) = 0.00104499 (6.05119) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185001) Outpt time (%) = 0.0160961 (93.2074) Other time (%) = 9.60827e-05 (0.556384) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:05 2021 Memory usage per processor = 27.5373 Mbytes Step Atoms AVEKE stressZZ 15172 5000 4.3072515e-11 5043259.9 15173 -0.011082499999994 5043180.91141326 15173 5000 4.3069342e-11 5043180.9 Loop time of 0.016974 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:05 2021 Pair time (%) = 0.00102401 (6.03281) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188218) Outpt time (%) = 0.015826 (93.2368) Other time (%) = 9.20296e-05 (0.542181) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:05 2021 Memory usage per processor = 27.5373 Mbytes Step Atoms AVEKE stressZZ 15173 5000 4.3069342e-11 5043158.7 15174 -0.011082499999994 5043079.74238574 15174 5000 4.306617e-11 5043079.7 Loop time of 0.0164881 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:05 2021 Pair time (%) = 0.00102687 (6.22795) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193765) Outpt time (%) = 0.015337 (93.0187) Other time (%) = 9.2268e-05 (0.559604) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:05 2021 Memory usage per processor = 27.5373 Mbytes Step Atoms AVEKE stressZZ 15174 5000 4.306617e-11 5043057.6 15175 -0.011082499999994 5042978.57856762 15175 5000 4.3062998e-11 5042978.6 Loop time of 0.0167251 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:05 2021 Pair time (%) = 0.00125217 (7.48681) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.226657) Outpt time (%) = 0.0152979 (91.4669) Other time (%) = 0.000137091 (0.819672) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:05 2021 Memory usage per processor = 27.5373 Mbytes Step Atoms AVEKE stressZZ 15175 5000 4.3062998e-11 5042956.4 15176 -0.011082499999994 5042877.41995823 15176 5000 4.3059827e-11 5042877.4 Loop time of 0.0170932 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:05 2021 Pair time (%) = 0.001055 (6.17206) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181326) Outpt time (%) = 0.015914 (93.1012) Other time (%) = 9.32217e-05 (0.545373) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:05 2021 Memory usage per processor = 27.5373 Mbytes Step Atoms AVEKE stressZZ 15176 5000 4.3059827e-11 5042855.3 15177 -0.011082499999994 5042776.26655672 15177 5000 4.3056656e-11 5042776.3 Loop time of 0.016736 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:05 2021 Pair time (%) = 0.00101805 (6.08297) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.185196) Outpt time (%) = 0.0155921 (93.1649) Other time (%) = 9.48906e-05 (0.566984) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:05 2021 Memory usage per processor = 27.5373 Mbytes Step Atoms AVEKE stressZZ 15177 5000 4.3056656e-11 5042754.1 15178 -0.011082499999994 5042675.11836251 15178 5000 4.3053485e-11 5042675.1 Loop time of 0.0164721 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:05 2021 Pair time (%) = 0.0011158 (6.77387) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.212769) Outpt time (%) = 0.0152149 (92.3678) Other time (%) = 0.000106335 (0.645544) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:05 2021 Memory usage per processor = 27.5373 Mbytes Step Atoms AVEKE stressZZ 15178 5000 4.3053485e-11 5042653 15179 -0.011082499999994 5042573.97537474 15179 5000 4.3050314e-11 5042574 Loop time of 0.0172999 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:05 2021 Pair time (%) = 0.00127482 (7.36897) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197076) Outpt time (%) = 0.0158679 (91.7228) Other time (%) = 0.000123024 (0.711126) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:05 2021 Memory usage per processor = 27.5373 Mbytes Step Atoms AVEKE stressZZ 15179 5000 4.3050314e-11 5042551.8 15180 -0.011082499999994 5042472.83759274 15180 5000 4.3047144e-11 5042472.8 Loop time of 0.01931 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:05 2021 Pair time (%) = 0.00101805 (5.27213) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.171622) Outpt time (%) = 0.018167 (94.0809) Other time (%) = 9.17912e-05 (0.475356) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:05 2021 Memory usage per processor = 27.5373 Mbytes Step Atoms AVEKE stressZZ 15180 5000 4.3047144e-11 5042450.7 15181 -0.011082499999994 5042371.70501583 15181 5000 4.3043974e-11 5042371.7 Loop time of 0.016614 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:05 2021 Pair time (%) = 0.00102115 (6.14632) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.282705) Outpt time (%) = 0.015429 (92.8678) Other time (%) = 0.000116825 (0.703174) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:05 2021 Memory usage per processor = 27.5373 Mbytes Step Atoms AVEKE stressZZ 15181 5000 4.3043974e-11 5042349.5 15182 -0.011082499999994 5042270.57764326 15182 5000 4.3040805e-11 5042270.6 Loop time of 0.0166509 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:05 2021 Pair time (%) = 0.00117993 (7.0863) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.197597) Outpt time (%) = 0.0153039 (91.91) Other time (%) = 0.00013423 (0.80614) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:05 2021 Memory usage per processor = 27.5373 Mbytes Step Atoms AVEKE stressZZ 15182 5000 4.3040805e-11 5042248.4 15183 -0.011082499999994 5042169.45547438 15183 5000 4.3037636e-11 5042169.5 Loop time of 0.0175321 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:05 2021 Pair time (%) = 0.00144291 (8.23009) Neigh time (%) = 0 (0) Comm time (%) = 4.48227e-05 (0.255661) Outpt time (%) = 0.0158682 (90.5093) Other time (%) = 0.000176191 (1.00496) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:05 2021 Memory usage per processor = 27.5373 Mbytes Step Atoms AVEKE stressZZ 15183 5000 4.3037636e-11 5042147.3 15184 -0.011082499999994 5042068.33850858 15184 5000 4.3034467e-11 5042068.3 Loop time of 0.01722 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:05 2021 Pair time (%) = 0.00107288 (6.23044) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.19799) Outpt time (%) = 0.01601 (92.9734) Other time (%) = 0.000102997 (0.598123) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:05 2021 Memory usage per processor = 27.5373 Mbytes Step Atoms AVEKE stressZZ 15184 5000 4.3034467e-11 5042046.2 15185 -0.011082499999994 5041967.22674498 15185 5000 4.3031299e-11 5041967.2 Loop time of 0.0165582 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:05 2021 Pair time (%) = 0.00102901 (6.21454) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.277898) Outpt time (%) = 0.0153501 (92.7041) Other time (%) = 0.000133038 (0.803456) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:05 2021 Memory usage per processor = 27.5373 Mbytes Step Atoms AVEKE stressZZ 15185 5000 4.3031299e-11 5041945.1 15186 -0.011082499999994 5041866.12018309 15186 5000 4.3028131e-11 5041866.1 Loop time of 0.0172541 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:05 2021 Pair time (%) = 0.00106001 (6.14351) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185162) Outpt time (%) = 0.0160608 (93.0841) Other time (%) = 0.000101328 (0.587268) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:05 2021 Memory usage per processor = 27.5373 Mbytes Step Atoms AVEKE stressZZ 15186 5000 4.3028131e-11 5041844 15187 -0.011082499999994 5041765.01882218 15187 5000 4.3024963e-11 5041765 Loop time of 0.0173109 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:05 2021 Pair time (%) = 0.00103092 (5.95535) Neigh time (%) = 0 (0) Comm time (%) = 4.50611e-05 (0.260305) Outpt time (%) = 0.0161178 (93.1081) Other time (%) = 0.000117064 (0.676243) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:05 2021 Memory usage per processor = 27.5373 Mbytes Step Atoms AVEKE stressZZ 15187 5000 4.3024963e-11 5041742.9 15188 -0.011082499999994 5041663.92266154 15188 5000 4.3021796e-11 5041663.9 Loop time of 0.016521 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:05 2021 Pair time (%) = 0.00107694 (6.5186) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.187606) Outpt time (%) = 0.015317 (92.7122) Other time (%) = 9.60827e-05 (0.58158) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:05 2021 Memory usage per processor = 27.5373 Mbytes Step Atoms AVEKE stressZZ 15188 5000 4.3021796e-11 5041641.8 15189 -0.011082499999994 5041562.8317007 15189 5000 4.3018629e-11 5041562.8 Loop time of 0.016933 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:05 2021 Pair time (%) = 0.00122309 (7.22311) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.218242) Outpt time (%) = 0.0155389 (91.7673) Other time (%) = 0.000133991 (0.791304) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:05 2021 Memory usage per processor = 27.5373 Mbytes Step Atoms AVEKE stressZZ 15189 5000 4.3018629e-11 5041540.7 15190 -0.011082499999994 5041461.74593879 15190 5000 4.3015462e-11 5041461.7 Loop time of 0.019295 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:05 2021 Pair time (%) = 0.00102496 (5.31206) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.165577) Outpt time (%) = 0.018146 (94.0454) Other time (%) = 9.20296e-05 (0.476961) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:24:05 2021 Memory usage per processor = 27.5373 Mbytes Step Atoms AVEKE stressZZ 15190 5000 4.3015462e-11 5041439.6 15191 -0.011082499999994 5041344.87483549 15191 5000 8.4951682e-11 5041510.6 Loop time of 0.0172019 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:05 2021 Pair time (%) = 0.00106692 (6.20236) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198198) Outpt time (%) = 0.0159359 (92.6403) Other time (%) = 0.000164986 (0.959113) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:05 2021 Memory usage per processor = 27.5373 Mbytes Step Atoms AVEKE stressZZ 15191 5000 8.4951682e-11 5095904.8 15192 -0.0111149999999939 5095800.32296757 15192 5000 6.8412335e-11 5095800.3 Loop time of 0.016423 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:05 2021 Pair time (%) = 0.00103211 (6.28457) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.195984) Outpt time (%) = 0.0152659 (92.9547) Other time (%) = 9.27448e-05 (0.564726) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:05 2021 Memory usage per processor = 27.5373 Mbytes Step Atoms AVEKE stressZZ 15192 5000 6.8412335e-11 5095770.5 15193 -0.0111149999999939 5095674.91729296 15193 5000 5.8830008e-11 5095674.9 Loop time of 0.0168149 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:05 2021 Pair time (%) = 0.00123096 (7.3206) Neigh time (%) = 0 (0) Comm time (%) = 4.19617e-05 (0.24955) Outpt time (%) = 0.0153871 (91.5082) Other time (%) = 0.000154972 (0.921633) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:05 2021 Memory usage per processor = 27.5373 Mbytes Step Atoms AVEKE stressZZ 15193 5000 5.8830008e-11 5095647.7 15194 -0.0111149999999939 5095557.89170429 15194 5000 5.3114722e-11 5095557.9 Loop time of 0.0162439 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:05 2021 Pair time (%) = 0.00102186 (6.29073) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.198145) Outpt time (%) = 0.0151 (92.9578) Other time (%) = 8.98838e-05 (0.553338) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:05 2021 Memory usage per processor = 27.5373 Mbytes Step Atoms AVEKE stressZZ 15194 5000 5.3114722e-11 5095532.4 15195 -0.0111149999999939 5095446.19366863 15195 5000 4.9633125e-11 5095446.2 Loop time of 0.0161879 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:05 2021 Pair time (%) = 0.00102305 (6.31987) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.197358) Outpt time (%) = 0.0150239 (92.8097) Other time (%) = 0.000108957 (0.673078) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:05 2021 Memory usage per processor = 27.5373 Mbytes Step Atoms AVEKE stressZZ 15195 5000 4.9633125e-11 5095421.8 15196 -0.0111149999999939 5095337.8832737 15196 5000 4.7480642e-11 5095337.9 Loop time of 0.0163088 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:05 2021 Pair time (%) = 0.00102592 (6.29057) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.197357) Outpt time (%) = 0.0151629 (92.9741) Other time (%) = 8.7738e-05 (0.53798) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:05 2021 Memory usage per processor = 27.5373 Mbytes Step Atoms AVEKE stressZZ 15196 5000 4.7480642e-11 5095314.2 15197 -0.0111149999999939 5095231.72768546 15197 5000 4.6136298e-11 5095231.7 Loop time of 0.016269 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:05 2021 Pair time (%) = 0.00102615 (6.30743) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.196374) Outpt time (%) = 0.0151241 (92.9628) Other time (%) = 8.67844e-05 (0.533435) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:05 2021 Memory usage per processor = 27.5373 Mbytes Step Atoms AVEKE stressZZ 15197 5000 4.6136298e-11 5095208.5 15198 -0.0111149999999939 5095126.94342447 15198 5000 4.5290781e-11 5095126.9 Loop time of 0.0169199 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:05 2021 Pair time (%) = 0.00131083 (7.74726) Neigh time (%) = 0 (0) Comm time (%) = 4.22001e-05 (0.249412) Outpt time (%) = 0.0153971 (91) Other time (%) = 0.000169754 (1.00328) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:05 2021 Memory usage per processor = 27.5373 Mbytes Step Atoms AVEKE stressZZ 15198 5000 4.5290781e-11 5095104 15199 -0.0111149999999939 5095023.03258057 15199 5000 4.4756311e-11 5095023 Loop time of 0.017097 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:05 2021 Pair time (%) = 0.00103498 (6.05355) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192442) Outpt time (%) = 0.0159171 (93.0986) Other time (%) = 0.000112057 (0.655418) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:05 2021 Memory usage per processor = 27.5373 Mbytes Step Atoms AVEKE stressZZ 15199 5000 4.4756311e-11 5095000.2 15200 -0.0111149999999939 5094919.67872599 15200 5000 4.4417106e-11 5094919.7 Loop time of 0.019289 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:05 2021 Pair time (%) = 0.0010221 (5.29887) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.165628) Outpt time (%) = 0.018141 (94.0485) Other time (%) = 9.39369e-05 (0.486997) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:05 2021 Memory usage per processor = 27.5374 Mbytes Step Atoms AVEKE stressZZ 15200 5000 4.4417106e-11 5094897 15201 -0.0111149999999939 5094816.68076691 15201 5000 4.4201021e-11 5094816.7 Loop time of 0.016901 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:05 2021 Pair time (%) = 0.00102401 (6.05885) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.190441) Outpt time (%) = 0.0157161 (92.9889) Other time (%) = 0.000128746 (0.761765) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:05 2021 Memory usage per processor = 27.5374 Mbytes Step Atoms AVEKE stressZZ 15201 5000 4.4201021e-11 5094794.1 15202 -0.0111149999999939 5094713.91090567 15202 5000 4.4062785e-11 5094713.9 Loop time of 0.0173712 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:05 2021 Pair time (%) = 0.00146103 (8.41065) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.201757) Outpt time (%) = 0.015702 (90.3912) Other time (%) = 0.000173092 (0.996432) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:05 2021 Memory usage per processor = 27.5374 Mbytes Step Atoms AVEKE stressZZ 15202 5000 4.4062785e-11 5094691.3 15203 -0.0111149999999939 5094611.28795241 15203 5000 4.3973865e-11 5094611.3 Loop time of 0.017266 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:05 2021 Pair time (%) = 0.00107193 (6.20832) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.186415) Outpt time (%) = 0.0160642 (93.0391) Other time (%) = 9.77516e-05 (0.56615) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:05 2021 Memory usage per processor = 27.5374 Mbytes Step Atoms AVEKE stressZZ 15203 5000 4.3973865e-11 5094588.8 15204 -0.0111149999999939 5094508.76032245 15204 5000 4.391622e-11 5094508.8 Loop time of 0.0169339 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:05 2021 Pair time (%) = 0.00102592 (6.05834) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188663) Outpt time (%) = 0.0157821 (93.1983) Other time (%) = 9.39369e-05 (0.554726) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:05 2021 Memory usage per processor = 27.5374 Mbytes Step Atoms AVEKE stressZZ 15204 5000 4.391622e-11 5094486.2 15205 -0.0111149999999939 5094406.29518858 15205 5000 4.3878425e-11 5094406.3 Loop time of 0.0165651 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:05 2021 Pair time (%) = 0.00106001 (6.39906) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.204378) Outpt time (%) = 0.0153379 (92.592) Other time (%) = 0.000133276 (0.80456) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:05 2021 Memory usage per processor = 27.5374 Mbytes Step Atoms AVEKE stressZZ 15205 5000 4.3878425e-11 5094383.8 15206 -0.0111149999999939 5094303.87169719 15206 5000 4.3853235e-11 5094303.9 Loop time of 0.0174322 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:05 2021 Pair time (%) = 0.00119209 (6.83845) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.292686) Outpt time (%) = 0.016042 (92.025) Other time (%) = 0.000147104 (0.843865) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:05 2021 Memory usage per processor = 27.5374 Mbytes Step Atoms AVEKE stressZZ 15206 5000 4.3853235e-11 5094281.4 15207 -0.0111149999999939 5094201.47659635 15207 5000 4.383605e-11 5094201.5 Loop time of 0.0172231 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:05 2021 Pair time (%) = 0.00106311 (6.17257) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179958) Outpt time (%) = 0.0160351 (93.1021) Other time (%) = 9.39369e-05 (0.545412) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:05 2021 Memory usage per processor = 27.5374 Mbytes Step Atoms AVEKE stressZZ 15207 5000 4.383605e-11 5094179 15208 -0.0111149999999939 5094099.10145824 15208 5000 4.3823951e-11 5094099.1 Loop time of 0.0165801 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:05 2021 Pair time (%) = 0.00102401 (6.17612) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192689) Outpt time (%) = 0.0154309 (93.0689) Other time (%) = 9.32217e-05 (0.56225) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:05 2021 Memory usage per processor = 27.5374 Mbytes Step Atoms AVEKE stressZZ 15208 5000 4.3823951e-11 5094076.6 15209 -0.0111149999999939 5093996.74092586 15209 5000 4.3815085e-11 5093996.7 Loop time of 0.0167899 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:05 2021 Pair time (%) = 0.00126815 (7.55304) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.221522) Outpt time (%) = 0.0153592 (91.4785) Other time (%) = 0.000125408 (0.746926) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:05 2021 Memory usage per processor = 27.5374 Mbytes Step Atoms AVEKE stressZZ 15209 5000 4.3815085e-11 5093974.3 15210 -0.0111149999999939 5093894.39160487 15210 5000 4.3808272e-11 5093894.4 Loop time of 0.0194421 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:06 2021 Pair time (%) = 0.00113201 (5.82248) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.175361) Outpt time (%) = 0.0181751 (93.4834) Other time (%) = 0.000100851 (0.518726) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:06 2021 Memory usage per processor = 27.5374 Mbytes Step Atoms AVEKE stressZZ 15210 5000 4.3808272e-11 5093871.9 15211 -0.0111149999999939 5093792.05133296 15211 5000 4.3802763e-11 5093792.1 Loop time of 0.017134 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:06 2021 Pair time (%) = 0.00102592 (5.98762) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192027) Outpt time (%) = 0.0159822 (93.2777) Other time (%) = 9.29832e-05 (0.542684) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:06 2021 Memory usage per processor = 27.5374 Mbytes Step Atoms AVEKE stressZZ 15211 5000 4.3802763e-11 5093769.6 15212 -0.0111149999999939 5093689.71873546 15212 5000 4.3798085e-11 5093689.7 Loop time of 0.0163729 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:06 2021 Pair time (%) = 0.00102687 (6.27175) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.196584) Outpt time (%) = 0.0152221 (92.971) Other time (%) = 9.17912e-05 (0.560628) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:06 2021 Memory usage per processor = 27.5374 Mbytes Step Atoms AVEKE stressZZ 15212 5000 4.3798085e-11 5093667.2 15213 -0.0111149999999939 5093587.3929386 15213 5000 4.3793933e-11 5093587.4 Loop time of 0.017107 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:06 2021 Pair time (%) = 0.00134397 (7.85623) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204872) Outpt time (%) = 0.015543 (90.8574) Other time (%) = 0.000185013 (1.0815) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:06 2021 Memory usage per processor = 27.5374 Mbytes Step Atoms AVEKE stressZZ 15213 5000 4.3793933e-11 5093564.9 15214 -0.0111149999999939 5093485.07338651 15214 5000 4.3790117e-11 5093485.1 Loop time of 0.0172179 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:06 2021 Pair time (%) = 0.00102305 (5.94181) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180013) Outpt time (%) = 0.0160711 (93.3395) Other time (%) = 9.27448e-05 (0.538654) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:06 2021 Memory usage per processor = 27.5374 Mbytes Step Atoms AVEKE stressZZ 15214 5000 4.3790117e-11 5093462.6 15215 -0.0111149999999939 5093382.75972582 15215 5000 4.3786514e-11 5093382.8 Loop time of 0.016753 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:06 2021 Pair time (%) = 0.001019 (6.08251) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.185009) Outpt time (%) = 0.015609 (93.1718) Other time (%) = 9.39369e-05 (0.560718) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:06 2021 Memory usage per processor = 27.5374 Mbytes Step Atoms AVEKE stressZZ 15215 5000 4.3786514e-11 5093360.3 15216 -0.0111149999999939 5093280.45173146 15216 5000 4.3783047e-11 5093280.5 Loop time of 0.016664 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:06 2021 Pair time (%) = 0.00109887 (6.59427) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.203165) Outpt time (%) = 0.0153821 (92.3069) Other time (%) = 0.00014925 (0.895642) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:06 2021 Memory usage per processor = 27.5374 Mbytes Step Atoms AVEKE stressZZ 15216 5000 4.3783047e-11 5093258 15217 -0.0111149999999939 5093178.14926014 15217 5000 4.3779665e-11 5093178.1 Loop time of 0.017257 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:06 2021 Pair time (%) = 0.0012188 (7.06263) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.272171) Outpt time (%) = 0.015857 (91.8874) Other time (%) = 0.00013423 (0.777828) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:06 2021 Memory usage per processor = 27.5374 Mbytes Step Atoms AVEKE stressZZ 15217 5000 4.3779665e-11 5093155.7 15218 -0.0111149999999939 5093075.85222058 15218 5000 4.3776339e-11 5093075.9 Loop time of 0.0173249 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:06 2021 Pair time (%) = 0.00111294 (6.42391) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.195415) Outpt time (%) = 0.016072 (92.7683) Other time (%) = 0.000106096 (0.612391) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:06 2021 Memory usage per processor = 27.5374 Mbytes Step Atoms AVEKE stressZZ 15218 5000 4.3776339e-11 5093053.4 15219 -0.0111149999999939 5092973.56055432 15219 5000 4.3773048e-11 5092973.6 Loop time of 0.0164709 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:06 2021 Pair time (%) = 0.00106001 (6.43564) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193967) Outpt time (%) = 0.015285 (92.8001) Other time (%) = 9.39369e-05 (0.57032) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:06 2021 Memory usage per processor = 27.5374 Mbytes Step Atoms AVEKE stressZZ 15219 5000 4.3773048e-11 5092951.1 15220 -0.0111149999999939 5092871.2742241 15220 5000 4.3769779e-11 5092871.3 Loop time of 0.019155 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:06 2021 Pair time (%) = 0.00124192 (6.48353) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.182968) Outpt time (%) = 0.0177629 (92.7323) Other time (%) = 0.000115156 (0.60118) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:06 2021 Memory usage per processor = 27.5374 Mbytes Step Atoms AVEKE stressZZ 15220 5000 4.3769779e-11 5092848.8 15221 -0.0111149999999939 5092768.99320577 15221 5000 4.3766525e-11 5092769 Loop time of 0.0173311 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:06 2021 Pair time (%) = 0.00113106 (6.52617) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189842) Outpt time (%) = 0.0160539 (92.6306) Other time (%) = 0.000113249 (0.653442) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:06 2021 Memory usage per processor = 27.5374 Mbytes Step Atoms AVEKE stressZZ 15221 5000 4.3766525e-11 5092746.5 15222 -0.0111149999999939 5092666.71748386 15222 5000 4.376328e-11 5092666.7 Loop time of 0.0174019 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:06 2021 Pair time (%) = 0.00118804 (6.82706) Neigh time (%) = 0 (0) Comm time (%) = 5.50747e-05 (0.316486) Outpt time (%) = 0.016022 (92.07) Other time (%) = 0.000136852 (0.78642) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:06 2021 Memory usage per processor = 27.5374 Mbytes Step Atoms AVEKE stressZZ 15222 5000 4.376328e-11 5092644.2 15223 -0.0111149999999939 5092564.44704813 15223 5000 4.3760041e-11 5092564.4 Loop time of 0.016572 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:06 2021 Pair time (%) = 0.00102115 (6.16188) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192784) Outpt time (%) = 0.015425 (93.0785) Other time (%) = 9.39369e-05 (0.566841) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:06 2021 Memory usage per processor = 27.5374 Mbytes Step Atoms AVEKE stressZZ 15223 5000 4.3760041e-11 5092542 15224 -0.0111149999999939 5092462.18189201 15224 5000 4.3756806e-11 5092462.2 Loop time of 0.01682 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:06 2021 Pair time (%) = 0.00124002 (7.37229) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.232466) Outpt time (%) = 0.015415 (91.6468) Other time (%) = 0.000125885 (0.748427) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:06 2021 Memory usage per processor = 27.5374 Mbytes Step Atoms AVEKE stressZZ 15224 5000 4.3756806e-11 5092439.7 15225 -0.0111149999999939 5092359.92201089 15225 5000 4.3753573e-11 5092359.9 Loop time of 0.0172541 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:06 2021 Pair time (%) = 0.0010221 (5.92381) Neigh time (%) = 0 (0) Comm time (%) = 5.29289e-05 (0.306761) Outpt time (%) = 0.016072 (93.149) Other time (%) = 0.00010705 (0.620431) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:06 2021 Memory usage per processor = 27.5374 Mbytes Step Atoms AVEKE stressZZ 15225 5000 4.3753573e-11 5092337.4 15226 -0.0111149999999939 5092257.66740156 15226 5000 4.3750342e-11 5092257.7 Loop time of 0.0168781 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:06 2021 Pair time (%) = 0.00107408 (6.36371) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.1907) Outpt time (%) = 0.0156779 (92.889) Other time (%) = 9.39369e-05 (0.55656) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:06 2021 Memory usage per processor = 27.5374 Mbytes Step Atoms AVEKE stressZZ 15226 5000 4.3750342e-11 5092235.2 15227 -0.0111149999999939 5092155.41806193 15227 5000 4.3747113e-11 5092155.4 Loop time of 0.0172241 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:06 2021 Pair time (%) = 0.00112295 (6.51966) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191022) Outpt time (%) = 0.015949 (92.5972) Other time (%) = 0.000119209 (0.692109) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:06 2021 Memory usage per processor = 27.5374 Mbytes Step Atoms AVEKE stressZZ 15227 5000 4.3747113e-11 5092132.9 15228 -0.0111149999999939 5092053.17399014 15228 5000 4.3743885e-11 5092053.2 Loop time of 0.017123 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:06 2021 Pair time (%) = 0.00110316 (6.44258) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204681) Outpt time (%) = 0.0158639 (92.6468) Other time (%) = 0.000120878 (0.705941) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:06 2021 Memory usage per processor = 27.5374 Mbytes Step Atoms AVEKE stressZZ 15228 5000 4.3743885e-11 5092030.7 15229 -0.0111149999999939 5091950.93518501 15229 5000 4.3740657e-11 5091950.9 Loop time of 0.0173531 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:06 2021 Pair time (%) = 0.00102305 (5.89553) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184106) Outpt time (%) = 0.016206 (93.39) Other time (%) = 9.20296e-05 (0.530336) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:06 2021 Memory usage per processor = 27.5374 Mbytes Step Atoms AVEKE stressZZ 15229 5000 4.3740657e-11 5091928.5 15230 -0.0111149999999939 5091848.70164538 15230 5000 4.373743e-11 5091848.7 Loop time of 0.018749 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:06 2021 Pair time (%) = 0.00110912 (5.91564) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.170399) Outpt time (%) = 0.0175149 (93.418) Other time (%) = 9.29832e-05 (0.495937) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:06 2021 Memory usage per processor = 27.5374 Mbytes Step Atoms AVEKE stressZZ 15230 5000 4.373743e-11 5091826.2 15231 -0.0111149999999939 5091746.47337035 15231 5000 4.3734203e-11 5091746.5 Loop time of 0.0166519 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:06 2021 Pair time (%) = 0.00107884 (6.47882) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.20904) Outpt time (%) = 0.0154309 (92.6678) Other time (%) = 0.000107288 (0.644302) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:06 2021 Memory usage per processor = 27.5374 Mbytes Step Atoms AVEKE stressZZ 15231 5000 4.3734203e-11 5091724 15232 -0.0111149999999939 5091644.25035908 15232 5000 4.3730977e-11 5091644.3 Loop time of 0.0170219 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:06 2021 Pair time (%) = 0.00112796 (6.62651) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.193291) Outpt time (%) = 0.0157659 (92.6213) Other time (%) = 9.5129e-05 (0.558863) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:06 2021 Memory usage per processor = 27.5374 Mbytes Step Atoms AVEKE stressZZ 15232 5000 4.3730977e-11 5091621.8 15233 -0.0111149999999939 5091542.03261079 15233 5000 4.3727751e-11 5091542 Loop time of 0.0172961 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:06 2021 Pair time (%) = 0.00102901 (5.94941) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179199) Outpt time (%) = 0.0161409 (93.3214) Other time (%) = 9.5129e-05 (0.550003) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:06 2021 Memory usage per processor = 27.5374 Mbytes Step Atoms AVEKE stressZZ 15233 5000 4.3727751e-11 5091519.6 15234 -0.0111149999999939 5091439.82012487 15234 5000 4.3724526e-11 5091439.8 Loop time of 0.0165532 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:06 2021 Pair time (%) = 0.00102115 (6.16889) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193003) Outpt time (%) = 0.0154061 (93.0706) Other time (%) = 9.39369e-05 (0.567486) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:06 2021 Memory usage per processor = 27.5374 Mbytes Step Atoms AVEKE stressZZ 15234 5000 4.3724526e-11 5091417.3 15235 -0.0111149999999939 5091337.61290041 15235 5000 4.3721301e-11 5091337.6 Loop time of 0.0168788 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:06 2021 Pair time (%) = 0.00131416 (7.78586) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.213292) Outpt time (%) = 0.015404 (91.2621) Other time (%) = 0.000124693 (0.738753) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:06 2021 Memory usage per processor = 27.5374 Mbytes Step Atoms AVEKE stressZZ 15235 5000 4.3721301e-11 5091315.1 15236 -0.0111149999999939 5091235.41093691 15236 5000 4.3718076e-11 5091235.4 Loop time of 0.017226 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:06 2021 Pair time (%) = 0.00111103 (6.44974) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179928) Outpt time (%) = 0.01598 (92.7669) Other time (%) = 0.000103951 (0.603452) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:06 2021 Memory usage per processor = 27.5374 Mbytes Step Atoms AVEKE stressZZ 15236 5000 4.3718076e-11 5091212.9 15237 -0.0111149999999939 5091133.21423363 15237 5000 4.3714852e-11 5091133.2 Loop time of 0.016716 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:06 2021 Pair time (%) = 0.00102592 (6.13732) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.192549) Outpt time (%) = 0.015564 (93.1082) Other time (%) = 9.39369e-05 (0.561958) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:06 2021 Memory usage per processor = 27.5374 Mbytes Step Atoms AVEKE stressZZ 15237 5000 4.3714852e-11 5091110.7 15238 -0.0111149999999939 5091031.02278996 15238 5000 4.3711628e-11 5091031 Loop time of 0.016459 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:06 2021 Pair time (%) = 0.0010612 (6.44755) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.188313) Outpt time (%) = 0.015274 (92.8006) Other time (%) = 9.27448e-05 (0.56349) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:06 2021 Memory usage per processor = 27.5374 Mbytes Step Atoms AVEKE stressZZ 15238 5000 4.3711628e-11 5091008.6 15239 -0.0111149999999939 5090928.83660522 15239 5000 4.3708405e-11 5090928.8 Loop time of 0.016253 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:06 2021 Pair time (%) = 0.00102401 (6.30043) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.196567) Outpt time (%) = 0.0151069 (92.9485) Other time (%) = 9.01222e-05 (0.554496) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:06 2021 Memory usage per processor = 27.5374 Mbytes Step Atoms AVEKE stressZZ 15239 5000 4.3708405e-11 5090906.4 15240 -0.0111149999999939 5090826.65567879 15240 5000 4.3705182e-11 5090826.7 Loop time of 0.0187011 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:06 2021 Pair time (%) = 0.00108695 (5.81223) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.170836) Outpt time (%) = 0.017494 (93.5452) Other time (%) = 8.82149e-05 (0.47171) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:06 2021 Memory usage per processor = 27.5374 Mbytes Step Atoms AVEKE stressZZ 15240 5000 4.3705182e-11 5090804.2 15241 -0.0111149999999939 5090724.48001003 15241 5000 4.3701959e-11 5090724.5 Loop time of 0.017302 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:06 2021 Pair time (%) = 0.00105906 (6.12099) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184649) Outpt time (%) = 0.0161231 (93.1859) Other time (%) = 8.79765e-05 (0.508475) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:06 2021 Memory usage per processor = 27.5374 Mbytes Step Atoms AVEKE stressZZ 15241 5000 4.3701959e-11 5090702 15242 -0.0111149999999939 5090622.30959835 15242 5000 4.3698737e-11 5090622.3 Loop time of 0.0165679 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:06 2021 Pair time (%) = 0.00106692 (6.43968) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192831) Outpt time (%) = 0.0153761 (92.8063) Other time (%) = 9.29832e-05 (0.561224) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:06 2021 Memory usage per processor = 27.5374 Mbytes Step Atoms AVEKE stressZZ 15242 5000 4.3698737e-11 5090599.8 15243 -0.0111149999999939 5090520.14444308 15243 5000 4.3695515e-11 5090520.1 Loop time of 0.0166478 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:06 2021 Pair time (%) = 0.00105 (6.30711) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.203363) Outpt time (%) = 0.015434 (92.709) Other time (%) = 0.000129938 (0.780512) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:06 2021 Memory usage per processor = 27.5374 Mbytes Step Atoms AVEKE stressZZ 15243 5000 4.3695515e-11 5090497.7 15244 -0.0111149999999939 5090417.98454367 15244 5000 4.3692293e-11 5090418 Loop time of 0.01723 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:06 2021 Pair time (%) = 0.00123811 (7.18575) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190956) Outpt time (%) = 0.015811 (91.764) Other time (%) = 0.000148058 (0.859301) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:06 2021 Memory usage per processor = 27.5374 Mbytes Step Atoms AVEKE stressZZ 15244 5000 4.3692293e-11 5090395.5 15245 -0.0111149999999939 5090315.82989938 15245 5000 4.3689072e-11 5090315.8 Loop time of 0.0171261 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:06 2021 Pair time (%) = 0.00106001 (6.18944) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186546) Outpt time (%) = 0.0159111 (92.9057) Other time (%) = 0.000123024 (0.718343) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:06 2021 Memory usage per processor = 27.5374 Mbytes Step Atoms AVEKE stressZZ 15245 5000 4.3689072e-11 5090293.4 15246 -0.0111149999999939 5090213.68050977 15246 5000 4.3685851e-11 5090213.7 Loop time of 0.0167799 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:06 2021 Pair time (%) = 0.00102186 (6.0898) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.184712) Outpt time (%) = 0.0156319 (93.1586) Other time (%) = 9.5129e-05 (0.566922) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:06 2021 Memory usage per processor = 27.5374 Mbytes Step Atoms AVEKE stressZZ 15246 5000 4.3685851e-11 5090191.2 15247 -0.0111149999999939 5090111.53637411 15247 5000 4.368263e-11 5090111.5 Loop time of 0.0165889 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:06 2021 Pair time (%) = 0.00120187 (7.245) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.224206) Outpt time (%) = 0.015239 (91.8625) Other time (%) = 0.000110865 (0.668305) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:06 2021 Memory usage per processor = 27.5374 Mbytes Step Atoms AVEKE stressZZ 15247 5000 4.368263e-11 5090089.1 15248 -0.0111149999999939 5090009.39749183 15248 5000 4.367941e-11 5090009.4 Loop time of 0.017132 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:06 2021 Pair time (%) = 0.00103188 (6.02307) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192048) Outpt time (%) = 0.0159712 (93.224) Other time (%) = 9.60827e-05 (0.560836) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:06 2021 Memory usage per processor = 27.5374 Mbytes Step Atoms AVEKE stressZZ 15248 5000 4.367941e-11 5089986.9 15249 -0.0111149999999939 5089907.26386232 15249 5000 4.367619e-11 5089907.3 Loop time of 0.0172169 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:06 2021 Pair time (%) = 0.00105691 (6.13878) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185562) Outpt time (%) = 0.015975 (92.7866) Other time (%) = 0.000153065 (0.889037) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:06 2021 Memory usage per processor = 27.5374 Mbytes Step Atoms AVEKE stressZZ 15249 5000 4.367619e-11 5089884.8 15250 -0.0111149999999939 5089805.13548502 15250 5000 4.3672971e-11 5089805.1 Loop time of 0.0185962 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:06 2021 Pair time (%) = 0.00103211 (5.55014) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.183338) Outpt time (%) = 0.0174301 (93.7293) Other time (%) = 9.98974e-05 (0.537193) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:06 2021 Memory usage per processor = 27.5374 Mbytes Step Atoms AVEKE stressZZ 15250 5000 4.3672971e-11 5089782.7 15251 -0.0111149999999939 5089703.01235926 15251 5000 4.3669751e-11 5089703 Loop time of 0.01717 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:06 2021 Pair time (%) = 0.00134897 (7.85659) Neigh time (%) = 0 (0) Comm time (%) = 6.31809e-05 (0.367974) Outpt time (%) = 0.0155671 (90.6646) Other time (%) = 0.000190735 (1.11086) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:06 2021 Memory usage per processor = 27.5374 Mbytes Step Atoms AVEKE stressZZ 15251 5000 4.3669751e-11 5089680.5 15252 -0.0111149999999939 5089600.89448453 15252 5000 4.3666533e-11 5089600.9 Loop time of 0.017092 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:06 2021 Pair time (%) = 0.0010221 (5.98) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186918) Outpt time (%) = 0.0159469 (93.3002) Other time (%) = 9.10759e-05 (0.532857) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:06 2021 Memory usage per processor = 27.5374 Mbytes Step Atoms AVEKE stressZZ 15252 5000 4.3666533e-11 5089578.4 15253 -0.0111149999999939 5089498.78186028 15253 5000 4.3663314e-11 5089498.8 Loop time of 0.016499 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:07 2021 Pair time (%) = 0.00103188 (6.25415) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193636) Outpt time (%) = 0.015342 (92.9872) Other time (%) = 9.32217e-05 (0.565013) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:07 2021 Memory usage per processor = 27.5374 Mbytes Step Atoms AVEKE stressZZ 15253 5000 4.3663314e-11 5089476.3 15254 -0.0111149999999939 5089396.67448577 15254 5000 4.3660096e-11 5089396.7 Loop time of 0.0165622 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:07 2021 Pair time (%) = 0.00114989 (6.94286) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211611) Outpt time (%) = 0.0152721 (92.2107) Other time (%) = 0.000105143 (0.634834) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:07 2021 Memory usage per processor = 27.5374 Mbytes Step Atoms AVEKE stressZZ 15254 5000 4.3660096e-11 5089374.2 15255 -0.0111149999999939 5089294.57236051 15255 5000 4.3656879e-11 5089294.6 Loop time of 0.017061 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:07 2021 Pair time (%) = 0.00115299 (6.75806) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187258) Outpt time (%) = 0.0157821 (92.5041) Other time (%) = 9.39369e-05 (0.550595) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:07 2021 Memory usage per processor = 27.5374 Mbytes Step Atoms AVEKE stressZZ 15255 5000 4.3656879e-11 5089272.1 15256 -0.0111149999999939 5089192.4754839 15256 5000 4.3653661e-11 5089192.5 Loop time of 0.0170751 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:07 2021 Pair time (%) = 0.00104189 (6.10182) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192689) Outpt time (%) = 0.0159011 (93.1246) Other time (%) = 9.91821e-05 (0.58086) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:07 2021 Memory usage per processor = 27.5374 Mbytes Step Atoms AVEKE stressZZ 15256 5000 4.3653661e-11 5089170 15257 -0.0111149999999939 5089090.38385533 15257 5000 4.3650444e-11 5089090.4 Loop time of 0.0166528 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:07 2021 Pair time (%) = 0.00106311 (6.38395) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191848) Outpt time (%) = 0.0154638 (92.8601) Other time (%) = 9.39369e-05 (0.56409) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:07 2021 Memory usage per processor = 27.5374 Mbytes Step Atoms AVEKE stressZZ 15257 5000 4.3650444e-11 5089067.9 15258 -0.0111149999999939 5088988.29747422 15258 5000 4.3647228e-11 5088988.3 Loop time of 0.0167351 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:07 2021 Pair time (%) = 0.00126004 (7.52935) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.23222) Outpt time (%) = 0.0152991 (91.4193) Other time (%) = 0.000137091 (0.819182) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:07 2021 Memory usage per processor = 27.5374 Mbytes Step Atoms AVEKE stressZZ 15258 5000 4.3647228e-11 5088965.8 15259 -0.0111149999999939 5088886.21634001 15259 5000 4.3644011e-11 5088886.2 Loop time of 0.0171731 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:07 2021 Pair time (%) = 0.00102401 (5.96288) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.187425) Outpt time (%) = 0.0160241 (93.3096) Other time (%) = 9.27448e-05 (0.54006) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:07 2021 Memory usage per processor = 27.5374 Mbytes Step Atoms AVEKE stressZZ 15259 5000 4.3644011e-11 5088863.8 15260 -0.0111149999999939 5088784.14045209 15260 5000 4.3640795e-11 5088784.1 Loop time of 0.0191081 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:07 2021 Pair time (%) = 0.00101805 (5.32784) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.162206) Outpt time (%) = 0.0179701 (94.0445) Other time (%) = 8.89301e-05 (0.465406) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:07 2021 Memory usage per processor = 27.5374 Mbytes Step Atoms AVEKE stressZZ 15260 5000 4.3640795e-11 5088761.7 15261 -0.0111149999999939 5088682.06980996 15261 5000 4.363758e-11 5088682.1 Loop time of 0.0165019 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:07 2021 Pair time (%) = 0.00108099 (6.5507) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.206606) Outpt time (%) = 0.015285 (92.6258) Other time (%) = 0.000101805 (0.616927) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:07 2021 Memory usage per processor = 27.5374 Mbytes Step Atoms AVEKE stressZZ 15261 5000 4.363758e-11 5088659.6 15262 -0.0111149999999939 5088580.00441297 15262 5000 4.3634365e-11 5088580 Loop time of 0.017041 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:07 2021 Pair time (%) = 0.00119805 (7.03043) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.216859) Outpt time (%) = 0.0156789 (92.007) Other time (%) = 0.000127077 (0.745715) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:07 2021 Memory usage per processor = 27.5374 Mbytes Step Atoms AVEKE stressZZ 15262 5000 4.3634365e-11 5088557.5 15263 -0.0111149999999939 5088477.9442606 15263 5000 4.363115e-11 5088477.9 Loop time of 0.0171869 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:07 2021 Pair time (%) = 0.00107098 (6.23136) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185886) Outpt time (%) = 0.0159929 (93.0528) Other time (%) = 9.10759e-05 (0.529915) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:07 2021 Memory usage per processor = 27.5374 Mbytes Step Atoms AVEKE stressZZ 15263 5000 4.363115e-11 5088455.5 15264 -0.0111149999999939 5088375.88935229 15264 5000 4.3627935e-11 5088375.9 Loop time of 0.0165451 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:07 2021 Pair time (%) = 0.00102901 (6.21947) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193097) Outpt time (%) = 0.015389 (93.0125) Other time (%) = 9.5129e-05 (0.574969) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:07 2021 Memory usage per processor = 27.5374 Mbytes Step Atoms AVEKE stressZZ 15264 5000 4.3627935e-11 5088353.4 15265 -0.0111149999999939 5088273.83968742 15265 5000 4.3624721e-11 5088273.8 Loop time of 0.0168459 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:07 2021 Pair time (%) = 0.00118399 (7.02832) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.21937) Outpt time (%) = 0.015512 (92.0815) Other time (%) = 0.00011301 (0.670846) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:07 2021 Memory usage per processor = 27.5374 Mbytes Step Atoms AVEKE stressZZ 15265 5000 4.3624721e-11 5088251.4 15266 -0.0111149999999939 5088171.7952654 15266 5000 4.3621507e-11 5088171.8 Loop time of 0.0171909 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:07 2021 Pair time (%) = 0.00106502 (6.19522) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185843) Outpt time (%) = 0.0160029 (93.0891) Other time (%) = 9.10759e-05 (0.52979) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:07 2021 Memory usage per processor = 27.5374 Mbytes Step Atoms AVEKE stressZZ 15266 5000 4.3621507e-11 5088149.3 15267 -0.0111149999999939 5088069.75608573 15267 5000 4.3618294e-11 5088069.8 Loop time of 0.0169332 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:07 2021 Pair time (%) = 0.00102305 (6.0417) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.183039) Outpt time (%) = 0.015784 (93.2135) Other time (%) = 9.5129e-05 (0.56179) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:07 2021 Memory usage per processor = 27.5374 Mbytes Step Atoms AVEKE stressZZ 15267 5000 4.3618294e-11 5088047.3 15268 -0.0111149999999939 5087967.72214777 15268 5000 4.3615081e-11 5087967.7 Loop time of 0.0166781 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:07 2021 Pair time (%) = 0.0010221 (6.1284) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.197275) Outpt time (%) = 0.0155101 (92.9967) Other time (%) = 0.00011301 (0.677598) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:07 2021 Memory usage per processor = 27.5374 Mbytes Step Atoms AVEKE stressZZ 15268 5000 4.3615081e-11 5087945.3 15269 -0.0111149999999939 5087865.69345109 15269 5000 4.3611868e-11 5087865.7 Loop time of 0.017154 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:07 2021 Pair time (%) = 0.00118589 (6.91323) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198752) Outpt time (%) = 0.0158162 (92.2014) Other time (%) = 0.000117779 (0.686597) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:07 2021 Memory usage per processor = 27.5374 Mbytes Step Atoms AVEKE stressZZ 15269 5000 4.3611868e-11 5087843.2 15270 -0.0111149999999939 5087763.66999497 15270 5000 4.3608656e-11 5087763.7 Loop time of 0.0195429 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:07 2021 Pair time (%) = 0.00114012 (5.83391) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.174456) Outpt time (%) = 0.0182621 (93.4463) Other time (%) = 0.000106573 (0.545328) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:07 2021 Memory usage per processor = 27.5374 Mbytes Step Atoms AVEKE stressZZ 15270 5000 4.3608656e-11 5087741.2 15271 -0.0111149999999939 5087661.65177885 15271 5000 4.3605444e-11 5087661.7 Loop time of 0.016953 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:07 2021 Pair time (%) = 0.00102592 (6.05153) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188451) Outpt time (%) = 0.0158012 (93.2059) Other time (%) = 9.39369e-05 (0.554102) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:07 2021 Memory usage per processor = 27.5374 Mbytes Step Atoms AVEKE stressZZ 15271 5000 4.3605444e-11 5087639.2 15272 -0.0111149999999939 5087559.63880235 15272 5000 4.3602233e-11 5087559.6 Loop time of 0.0164399 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:07 2021 Pair time (%) = 0.00102305 (6.22299) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.200133) Outpt time (%) = 0.0152838 (92.9678) Other time (%) = 0.000100136 (0.609102) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:07 2021 Memory usage per processor = 27.5374 Mbytes Step Atoms AVEKE stressZZ 15272 5000 4.3602233e-11 5087537.2 15273 -0.0111149999999939 5087457.63106474 15273 5000 4.3599021e-11 5087457.6 Loop time of 0.017184 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:07 2021 Pair time (%) = 0.00113297 (6.59313) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191467) Outpt time (%) = 0.015913 (92.6035) Other time (%) = 0.000105143 (0.611863) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:07 2021 Memory usage per processor = 27.5374 Mbytes Step Atoms AVEKE stressZZ 15273 5000 4.3599021e-11 5087435.2 15274 -0.0111149999999939 5087355.62856558 15274 5000 4.359581e-11 5087355.6 Loop time of 0.0170462 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:07 2021 Pair time (%) = 0.00102401 (6.00725) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18742) Outpt time (%) = 0.0158982 (93.2655) Other time (%) = 9.20296e-05 (0.539883) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:07 2021 Memory usage per processor = 27.5374 Mbytes Step Atoms AVEKE stressZZ 15274 5000 4.359581e-11 5087333.2 15275 -0.0111149999999939 5087253.63130425 15275 5000 4.35926e-11 5087253.6 Loop time of 0.016813 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:07 2021 Pair time (%) = 0.00109196 (6.4947) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208454) Outpt time (%) = 0.0155859 (92.7013) Other time (%) = 0.000100136 (0.595584) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:07 2021 Memory usage per processor = 27.5374 Mbytes Step Atoms AVEKE stressZZ 15275 5000 4.35926e-11 5087231.2 15276 -0.0111149999999939 5087151.63928016 15276 5000 4.358939e-11 5087151.6 Loop time of 0.016597 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:07 2021 Pair time (%) = 0.00117111 (7.05615) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.205421) Outpt time (%) = 0.0152831 (92.0834) Other time (%) = 0.000108719 (0.65505) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:07 2021 Memory usage per processor = 27.5374 Mbytes Step Atoms AVEKE stressZZ 15276 5000 4.358939e-11 5087129.2 15277 -0.0111149999999939 5087049.65249285 15277 5000 4.358618e-11 5087049.7 Loop time of 0.016818 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:07 2021 Pair time (%) = 0.00102401 (6.08874) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.184293) Outpt time (%) = 0.0156698 (93.1727) Other time (%) = 9.32217e-05 (0.554295) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:07 2021 Memory usage per processor = 27.5374 Mbytes Step Atoms AVEKE stressZZ 15277 5000 4.358618e-11 5087027.2 15278 -0.0111149999999939 5086947.67094169 15278 5000 4.358297e-11 5086947.7 Loop time of 0.017101 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:07 2021 Pair time (%) = 0.00102305 (5.98241) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186819) Outpt time (%) = 0.015933 (93.1699) Other time (%) = 0.00011301 (0.660839) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:07 2021 Memory usage per processor = 27.5374 Mbytes Step Atoms AVEKE stressZZ 15278 5000 4.358297e-11 5086925.2 15279 -0.0111149999999939 5086845.69462613 15279 5000 4.3579761e-11 5086845.7 Loop time of 0.016413 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:07 2021 Pair time (%) = 0.00106192 (6.46998) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.196104) Outpt time (%) = 0.0152051 (92.641) Other time (%) = 0.000113726 (0.692901) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:07 2021 Memory usage per processor = 27.5374 Mbytes Step Atoms AVEKE stressZZ 15279 5000 4.3579761e-11 5086823.2 15280 -0.0111149999999939 5086743.7235457 15280 5000 4.3576553e-11 5086743.7 Loop time of 0.0194728 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:07 2021 Pair time (%) = 0.00111508 (5.72635) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.175084) Outpt time (%) = 0.018158 (93.2476) Other time (%) = 0.000165701 (0.850934) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:07 2021 Memory usage per processor = 27.5374 Mbytes Step Atoms AVEKE stressZZ 15280 5000 4.3576553e-11 5086721.3 15281 -0.0111149999999939 5086641.75769971 15281 5000 4.3573344e-11 5086641.8 Loop time of 0.0166309 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:07 2021 Pair time (%) = 0.00106001 (6.37374) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.186367) Outpt time (%) = 0.0154469 (92.8808) Other time (%) = 9.29832e-05 (0.5591) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:07 2021 Memory usage per processor = 27.5374 Mbytes Step Atoms AVEKE stressZZ 15281 5000 4.3573344e-11 5086619.3 15282 -0.0111149999999939 5086539.79708778 15282 5000 4.3570136e-11 5086539.8 Loop time of 0.0164111 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:07 2021 Pair time (%) = 0.00102401 (6.23974) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.206296) Outpt time (%) = 0.0152299 (92.8029) Other time (%) = 0.000123262 (0.751093) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:07 2021 Memory usage per processor = 27.5374 Mbytes Step Atoms AVEKE stressZZ 15282 5000 4.3570136e-11 5086517.3 15283 -0.0111149999999939 5086437.84170918 15283 5000 4.3566929e-11 5086437.8 Loop time of 0.016324 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:07 2021 Pair time (%) = 0.00102615 (6.28615) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.18987) Outpt time (%) = 0.015178 (92.9792) Other time (%) = 8.89301e-05 (0.54478) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:07 2021 Memory usage per processor = 27.5374 Mbytes Step Atoms AVEKE stressZZ 15283 5000 4.3566929e-11 5086415.4 15284 -0.0111149999999939 5086335.8915635 15284 5000 4.3563721e-11 5086335.9 Loop time of 0.016377 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:07 2021 Pair time (%) = 0.00102305 (6.24691) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.189256) Outpt time (%) = 0.0152349 (93.0266) Other time (%) = 8.79765e-05 (0.537196) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:07 2021 Memory usage per processor = 27.5374 Mbytes Step Atoms AVEKE stressZZ 15284 5000 4.3563721e-11 5086313.4 15285 -0.0111149999999939 5086233.94667029 15285 5000 4.3560514e-11 5086233.9 Loop time of 0.017657 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:07 2021 Pair time (%) = 0.00124192 (7.03358) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.210643) Outpt time (%) = 0.0162239 (91.8835) Other time (%) = 0.000154018 (0.872278) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:07 2021 Memory usage per processor = 27.5374 Mbytes Step Atoms AVEKE stressZZ 15285 5000 4.3560514e-11 5086211.5 15286 -0.0111149999999939 5086132.0071494 15286 5000 4.3557308e-11 5086132 Loop time of 0.0170829 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:07 2021 Pair time (%) = 0.00105906 (6.19949) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187018) Outpt time (%) = 0.015866 (92.8766) Other time (%) = 0.000125885 (0.736905) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:07 2021 Memory usage per processor = 27.5374 Mbytes Step Atoms AVEKE stressZZ 15286 5000 4.3557308e-11 5086109.6 15287 -0.0111149999999939 5086030.0729435 15287 5000 4.3554102e-11 5086030.1 Loop time of 0.0164342 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:07 2021 Pair time (%) = 0.00102186 (6.2179) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.200203) Outpt time (%) = 0.015285 (93.0074) Other time (%) = 9.44138e-05 (0.574496) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:07 2021 Memory usage per processor = 27.5374 Mbytes Step Atoms AVEKE stressZZ 15287 5000 4.3554102e-11 5086007.6 15288 -0.0111149999999939 5085928.14402931 15288 5000 4.3550896e-11 5085928.1 Loop time of 0.0167332 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:07 2021 Pair time (%) = 0.00125313 (7.48889) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.232247) Outpt time (%) = 0.0152922 (91.3884) Other time (%) = 0.000149012 (0.890516) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:07 2021 Memory usage per processor = 27.5374 Mbytes Step Atoms AVEKE stressZZ 15288 5000 4.3550896e-11 5085905.7 15289 -0.0111149999999939 5085826.22039592 15289 5000 4.354769e-11 5085826.2 Loop time of 0.01737 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:07 2021 Pair time (%) = 0.00116897 (6.72981) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.201771) Outpt time (%) = 0.0160611 (92.4645) Other time (%) = 0.000104904 (0.603939) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:07 2021 Memory usage per processor = 27.5374 Mbytes Step Atoms AVEKE stressZZ 15289 5000 4.354769e-11 5085803.8 15290 -0.0111149999999939 5085724.30203634 15290 5000 4.3544485e-11 5085724.3 Loop time of 0.0193121 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:07 2021 Pair time (%) = 0.00101995 (5.28142) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.16543) Outpt time (%) = 0.018168 (94.0754) Other time (%) = 9.2268e-05 (0.477772) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:07 2021 Memory usage per processor = 27.5374 Mbytes Step Atoms AVEKE stressZZ 15290 5000 4.3544485e-11 5085701.9 15291 -0.0111149999999939 5085622.38894561 15291 5000 4.354128e-11 5085622.4 Loop time of 0.016366 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:07 2021 Pair time (%) = 0.00102091 (6.23798) Neigh time (%) = 0 (0) Comm time (%) = 6.38962e-05 (0.39042) Outpt time (%) = 0.0151849 (92.7831) Other time (%) = 9.63211e-05 (0.588544) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:24:07 2021 Memory usage per processor = 27.5374 Mbytes Step Atoms AVEKE stressZZ 15291 5000 4.354128e-11 5085599.9 15292 -0.0111149999999939 5085504.58470912 15292 5000 8.598939e-11 5085671.7 Loop time of 0.0168049 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:07 2021 Pair time (%) = 0.00150299 (8.94375) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.221324) Outpt time (%) = 0.015074 (89.6999) Other time (%) = 0.000190735 (1.13499) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:07 2021 Memory usage per processor = 27.5374 Mbytes Step Atoms AVEKE stressZZ 15292 5000 8.598939e-11 5140269.8 15293 -0.0111474999999939 5140164.54173681 15293 5000 6.9246587e-11 5140164.5 Loop time of 0.0170279 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:07 2021 Pair time (%) = 0.00102377 (6.01232) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187623) Outpt time (%) = 0.015877 (93.2414) Other time (%) = 9.5129e-05 (0.558667) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:07 2021 Memory usage per processor = 27.5374 Mbytes Step Atoms AVEKE stressZZ 15293 5000 6.9246587e-11 5140134.3 15294 -0.0111474999999939 5140038.09845546 15294 5000 5.9546484e-11 5140038.1 Loop time of 0.016582 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:07 2021 Pair time (%) = 0.00106597 (6.42847) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.198418) Outpt time (%) = 0.0153899 (92.8109) Other time (%) = 9.32217e-05 (0.562185) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:07 2021 Memory usage per processor = 27.5374 Mbytes Step Atoms AVEKE stressZZ 15294 5000 5.9546484e-11 5140010.6 15295 -0.0111474999999939 5139920.10949564 15295 5000 5.3760995e-11 5139920.1 Loop time of 0.0163572 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:07 2021 Pair time (%) = 0.001086 (6.63926) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.214264) Outpt time (%) = 0.0151291 (92.492) Other time (%) = 0.00010705 (0.654452) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:07 2021 Memory usage per processor = 27.5374 Mbytes Step Atoms AVEKE stressZZ 15295 5000 5.3760995e-11 5139894.3 15296 -0.0111474999999939 5139807.49531221 15296 5000 5.0236652e-11 5139807.5 Loop time of 0.0172281 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:07 2021 Pair time (%) = 0.00131607 (7.63908) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190977) Outpt time (%) = 0.015759 (91.4725) Other time (%) = 0.000120163 (0.697481) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:07 2021 Memory usage per processor = 27.5374 Mbytes Step Atoms AVEKE stressZZ 15296 5000 5.0236652e-11 5139782.8 15297 -0.0111474999999939 5139698.29879685 15297 5000 4.8057749e-11 5139698.3 Loop time of 0.017267 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:08 2021 Pair time (%) = 0.00106907 (6.1914) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185024) Outpt time (%) = 0.016072 (93.0795) Other time (%) = 9.39369e-05 (0.544026) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:08 2021 Memory usage per processor = 27.5374 Mbytes Step Atoms AVEKE stressZZ 15297 5000 4.8057749e-11 5139674.3 15298 -0.0111474999999939 5139591.27618738 15298 5000 4.6696909e-11 5139591.3 Loop time of 0.016381 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:08 2021 Pair time (%) = 0.00105286 (6.42729) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.195031) Outpt time (%) = 0.015183 (92.6863) Other time (%) = 0.000113249 (0.691341) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:08 2021 Memory usage per processor = 27.5374 Mbytes Step Atoms AVEKE stressZZ 15298 5000 4.6696909e-11 5139567.7 15299 -0.0111474999999939 5139485.63705931 15299 5000 4.5841017e-11 5139485.6 Loop time of 0.0171421 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:08 2021 Pair time (%) = 0.00137496 (8.02097) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.19889) Outpt time (%) = 0.015589 (90.9401) Other time (%) = 0.000144005 (0.840067) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:08 2021 Memory usage per processor = 27.5374 Mbytes Step Atoms AVEKE stressZZ 15299 5000 4.5841017e-11 5139462.4 15300 -0.0111474999999939 5139380.87908887 15300 5000 4.5299991e-11 5139380.9 Loop time of 0.019454 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:08 2021 Pair time (%) = 0.00102592 (5.27354) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.165449) Outpt time (%) = 0.018302 (94.0781) Other time (%) = 9.39369e-05 (0.482867) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:08 2021 Memory usage per processor = 27.5374 Mbytes Step Atoms AVEKE stressZZ 15300 5000 4.5299991e-11 5139357.8 15301 -0.0111474999999939 5139276.68304327 15301 5000 4.4956626e-11 5139276.7 Loop time of 0.017055 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:08 2021 Pair time (%) = 0.00102305 (5.99855) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.188721) Outpt time (%) = 0.015907 (93.2689) Other time (%) = 9.27448e-05 (0.543797) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:08 2021 Memory usage per processor = 27.5374 Mbytes Step Atoms AVEKE stressZZ 15301 5000 4.4956626e-11 5139253.7 15302 -0.0111474999999939 5139172.84604608 15302 5000 4.473789e-11 5139172.8 Loop time of 0.0165739 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:08 2021 Pair time (%) = 0.00103617 (6.2518) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.198515) Outpt time (%) = 0.0154018 (92.9282) Other time (%) = 0.000102997 (0.62144) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:08 2021 Memory usage per processor = 27.5374 Mbytes Step Atoms AVEKE stressZZ 15302 5000 4.473789e-11 5139149.9 15303 -0.0111474999999939 5139069.2391668 15303 5000 4.459796e-11 5139069.2 Loop time of 0.017395 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:08 2021 Pair time (%) = 0.00107598 (6.18558) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183662) Outpt time (%) = 0.016129 (92.722) Other time (%) = 0.000158072 (0.908717) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:08 2021 Memory usage per processor = 27.5374 Mbytes Step Atoms AVEKE stressZZ 15303 5000 4.459796e-11 5139046.4 15304 -0.0111474999999939 5138965.78046829 15304 5000 4.4507949e-11 5138965.8 Loop time of 0.017204 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:08 2021 Pair time (%) = 0.00102305 (5.94659) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185701) Outpt time (%) = 0.0160551 (93.3217) Other time (%) = 9.39369e-05 (0.546016) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:08 2021 Memory usage per processor = 27.5374 Mbytes Step Atoms AVEKE stressZZ 15304 5000 4.4507949e-11 5138943 15305 -0.0111474999999939 5138862.41787833 15305 5000 4.4449598e-11 5138862.4 Loop time of 0.0170369 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:08 2021 Pair time (%) = 0.00102592 (6.02172) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187523) Outpt time (%) = 0.0158839 (93.2324) Other time (%) = 9.5129e-05 (0.55837) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:08 2021 Memory usage per processor = 27.5374 Mbytes Step Atoms AVEKE stressZZ 15305 5000 4.4449598e-11 5138839.6 15306 -0.0111474999999939 5138759.11830405 15306 5000 4.441134e-11 5138759.1 Loop time of 0.016778 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:08 2021 Pair time (%) = 0.00127387 (7.59251) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.196101) Outpt time (%) = 0.015353 (91.5066) Other time (%) = 0.000118256 (0.704826) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:08 2021 Memory usage per processor = 27.5374 Mbytes Step Atoms AVEKE stressZZ 15306 5000 4.441134e-11 5138736.3 15307 -0.0111474999999939 5138655.8607146 15307 5000 4.4385842e-11 5138655.9 Loop time of 0.0172739 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:08 2021 Pair time (%) = 0.0011332 (6.56021) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190471) Outpt time (%) = 0.0160079 (92.671) Other time (%) = 9.98974e-05 (0.578314) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:08 2021 Memory usage per processor = 27.5374 Mbytes Step Atoms AVEKE stressZZ 15307 5000 4.4385842e-11 5138633.1 15308 -0.0111474999999939 5138552.63174405 15308 5000 4.4368447e-11 5138552.6 Loop time of 0.0170519 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:08 2021 Pair time (%) = 0.00102592 (6.01641) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.194349) Outpt time (%) = 0.0159009 (93.2495) Other time (%) = 9.20296e-05 (0.539702) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:08 2021 Memory usage per processor = 27.5374 Mbytes Step Atoms AVEKE stressZZ 15308 5000 4.4368447e-11 5138529.9 15309 -0.0111474999999939 5138449.42289813 15309 5000 4.4356201e-11 5138449.4 Loop time of 0.0166669 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:08 2021 Pair time (%) = 0.00102592 (6.15541) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.193116) Outpt time (%) = 0.0154469 (92.6802) Other time (%) = 0.000161886 (0.971304) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:08 2021 Memory usage per processor = 27.5374 Mbytes Step Atoms AVEKE stressZZ 15309 5000 4.4356201e-11 5138426.6 15310 -0.0111474999999939 5138346.22877837 15310 5000 4.4347227e-11 5138346.2 Loop time of 0.0196071 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:08 2021 Pair time (%) = 0.00121713 (6.20759) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.178749) Outpt time (%) = 0.0182199 (92.9254) Other time (%) = 0.000134945 (0.688246) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:08 2021 Memory usage per processor = 27.5374 Mbytes Step Atoms AVEKE stressZZ 15310 5000 4.4347227e-11 5138323.5 15311 -0.0111474999999939 5138243.04595379 15311 5000 4.4340331e-11 5138243 Loop time of 0.0171449 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:08 2021 Pair time (%) = 0.00102687 (5.98935) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186341) Outpt time (%) = 0.0159919 (93.275) Other time (%) = 9.41753e-05 (0.54929) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:08 2021 Memory usage per processor = 27.5374 Mbytes Step Atoms AVEKE stressZZ 15311 5000 4.4340331e-11 5138220.3 15312 -0.0111474999999939 5138139.87224497 15312 5000 4.4334756e-11 5138139.9 Loop time of 0.0168371 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:08 2021 Pair time (%) = 0.00102496 (6.08751) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.189748) Outpt time (%) = 0.015671 (93.0742) Other time (%) = 0.000109196 (0.648541) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:08 2021 Memory usage per processor = 27.5374 Mbytes Step Atoms AVEKE stressZZ 15312 5000 4.4334756e-11 5138117.1 15313 -0.0111474999999939 5138036.70636015 15313 5000 4.4330021e-11 5138036.7 Loop time of 0.0169342 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:08 2021 Pair time (%) = 0.00112891 (6.66648) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206964) Outpt time (%) = 0.0156639 (92.4986) Other time (%) = 0.000106335 (0.62793) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:08 2021 Memory usage per processor = 27.5374 Mbytes Step Atoms AVEKE stressZZ 15313 5000 4.4330021e-11 5138013.9 15314 -0.0111474999999939 5137933.54739532 15314 5000 4.4325819e-11 5137933.5 Loop time of 0.017205 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:08 2021 Pair time (%) = 0.00103903 (6.03911) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185691) Outpt time (%) = 0.0160379 (93.2167) Other time (%) = 9.60827e-05 (0.558458) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:08 2021 Memory usage per processor = 27.5374 Mbytes Step Atoms AVEKE stressZZ 15314 5000 4.4325819e-11 5137910.8 15315 -0.0111474999999939 5137830.39484557 15315 5000 4.4321957e-11 5137830.4 Loop time of 0.017019 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:08 2021 Pair time (%) = 0.00103498 (6.08128) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.189121) Outpt time (%) = 0.0158579 (93.1776) Other time (%) = 9.39369e-05 (0.551952) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:08 2021 Memory usage per processor = 27.5374 Mbytes Step Atoms AVEKE stressZZ 15315 5000 4.4321957e-11 5137807.6 15316 -0.0111474999999939 5137727.24832437 15316 5000 4.4318311e-11 5137727.2 Loop time of 0.0168049 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:08 2021 Pair time (%) = 0.00105691 (6.28928) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.19153) Outpt time (%) = 0.0155818 (92.7219) Other time (%) = 0.000133991 (0.797333) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:08 2021 Memory usage per processor = 27.5374 Mbytes Step Atoms AVEKE stressZZ 15316 5000 4.4318311e-11 5137704.5 15317 -0.0111474999999939 5137624.10758071 15317 5000 4.4314802e-11 5137624.1 Loop time of 0.0167809 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:08 2021 Pair time (%) = 0.00122714 (7.31274) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208854) Outpt time (%) = 0.015399 (91.7652) Other time (%) = 0.000119686 (0.71323) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:08 2021 Memory usage per processor = 27.5374 Mbytes Step Atoms AVEKE stressZZ 15317 5000 4.4314802e-11 5137601.3 15318 -0.0111474999999939 5137520.9724518 15318 5000 4.431138e-11 5137521 Loop time of 0.017185 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:08 2021 Pair time (%) = 0.00102615 (5.97123) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185907) Outpt time (%) = 0.0160351 (93.3087) Other time (%) = 9.17912e-05 (0.534136) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:08 2021 Memory usage per processor = 27.5374 Mbytes Step Atoms AVEKE stressZZ 15318 5000 4.431138e-11 5137498.2 15319 -0.0111474999999939 5137417.84284008 15319 5000 4.4308014e-11 5137417.8 Loop time of 0.016953 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:08 2021 Pair time (%) = 0.00102496 (6.0459) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.189857) Outpt time (%) = 0.015801 (93.2045) Other time (%) = 9.48906e-05 (0.559728) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:08 2021 Memory usage per processor = 27.5374 Mbytes Step Atoms AVEKE stressZZ 15319 5000 4.4308014e-11 5137395.1 15320 -0.0111474999999939 5137314.718686 15320 5000 4.4304683e-11 5137314.7 Loop time of 0.0188432 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:08 2021 Pair time (%) = 0.00107789 (5.72032) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.175874) Outpt time (%) = 0.0176308 (93.5661) Other time (%) = 0.000101328 (0.537743) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:08 2021 Memory usage per processor = 27.5375 Mbytes Step Atoms AVEKE stressZZ 15320 5000 4.4304683e-11 5137292 15321 -0.0111474999999939 5137211.59994854 15321 5000 4.4301375e-11 5137211.6 Loop time of 0.017112 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:08 2021 Pair time (%) = 0.00125694 (7.34538) Neigh time (%) = 0 (0) Comm time (%) = 9.5129e-05 (0.555919) Outpt time (%) = 0.0156281 (91.3282) Other time (%) = 0.000131845 (0.770485) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:08 2021 Memory usage per processor = 27.5375 Mbytes Step Atoms AVEKE stressZZ 15321 5000 4.4301375e-11 5137188.8 15322 -0.0111474999999939 5137108.48660088 15322 5000 4.4298082e-11 5137108.5 Loop time of 0.0173659 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:08 2021 Pair time (%) = 0.00108719 (6.26047) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18397) Outpt time (%) = 0.016155 (93.027) Other time (%) = 9.17912e-05 (0.52857) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:08 2021 Memory usage per processor = 27.5375 Mbytes Step Atoms AVEKE stressZZ 15322 5000 4.4298082e-11 5137085.7 15323 -0.0111474999999939 5137005.37859305 15323 5000 4.4294797e-11 5137005.4 Loop time of 0.017 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:08 2021 Pair time (%) = 0.00102806 (6.04743) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18793) Outpt time (%) = 0.0158432 (93.1952) Other time (%) = 9.67979e-05 (0.569401) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:08 2021 Memory usage per processor = 27.5375 Mbytes Step Atoms AVEKE stressZZ 15323 5000 4.4294797e-11 5136982.6 15324 -0.0111474999999939 5136902.27593655 15324 5000 4.4291519e-11 5136902.3 Loop time of 0.016649 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:08 2021 Pair time (%) = 0.00103092 (6.19209) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.19762) Outpt time (%) = 0.0154538 (92.8212) Other time (%) = 0.000131369 (0.789048) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:08 2021 Memory usage per processor = 27.5375 Mbytes Step Atoms AVEKE stressZZ 15324 5000 4.4291519e-11 5136879.5 15325 -0.0111474999999939 5136799.17862843 15325 5000 4.4288245e-11 5136799.2 Loop time of 0.017014 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:08 2021 Pair time (%) = 0.00109291 (6.42359) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.200387) Outpt time (%) = 0.015784 (92.7707) Other time (%) = 0.000102997 (0.605364) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:08 2021 Memory usage per processor = 27.5375 Mbytes Step Atoms AVEKE stressZZ 15325 5000 4.4288245e-11 5136776.4 15326 -0.0111474999999939 5136696.08666299 15326 5000 4.4284974e-11 5136696.1 Loop time of 0.0162621 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:08 2021 Pair time (%) = 0.00102711 (6.31597) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.196458) Outpt time (%) = 0.0151122 (92.929) Other time (%) = 9.08375e-05 (0.558586) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:08 2021 Memory usage per processor = 27.5375 Mbytes Step Atoms AVEKE stressZZ 15326 5000 4.4284974e-11 5136673.3 15327 -0.0111474999999939 5136593.00031673 15327 5000 4.4281705e-11 5136593 Loop time of 0.0163319 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:08 2021 Pair time (%) = 0.00102091 (6.251) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.197077) Outpt time (%) = 0.015197 (93.0512) Other time (%) = 8.17776e-05 (0.500723) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:08 2021 Memory usage per processor = 27.5375 Mbytes Step Atoms AVEKE stressZZ 15327 5000 4.4281705e-11 5136570.2 15328 -0.0111474999999939 5136489.91976444 15328 5000 4.4278436e-11 5136489.9 Loop time of 0.0164139 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:08 2021 Pair time (%) = 0.00102592 (6.25027) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.196093) Outpt time (%) = 0.015274 (93.0554) Other time (%) = 8.17776e-05 (0.498221) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:08 2021 Memory usage per processor = 27.5375 Mbytes Step Atoms AVEKE stressZZ 15328 5000 4.4278436e-11 5136467.2 15329 -0.0111474999999939 5136386.84480536 15329 5000 4.4275169e-11 5136386.8 Loop time of 0.0172441 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:08 2021 Pair time (%) = 0.00141621 (8.2127) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.208774) Outpt time (%) = 0.0156012 (90.4724) Other time (%) = 0.000190735 (1.10609) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:08 2021 Memory usage per processor = 27.5375 Mbytes Step Atoms AVEKE stressZZ 15329 5000 4.4275169e-11 5136364.1 15330 -0.0111474999999939 5136283.77538154 15330 5000 4.4271903e-11 5136283.8 Loop time of 0.019304 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:08 2021 Pair time (%) = 0.00102282 (5.29845) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.1655) Outpt time (%) = 0.0181501 (94.0223) Other time (%) = 9.91821e-05 (0.51379) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:08 2021 Memory usage per processor = 27.5375 Mbytes Step Atoms AVEKE stressZZ 15330 5000 4.4271903e-11 5136261 15331 -0.0111474999999939 5136180.71144228 15331 5000 4.4268637e-11 5136180.7 Loop time of 0.0166299 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:08 2021 Pair time (%) = 0.00102615 (6.17052) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.186377) Outpt time (%) = 0.0154791 (93.0797) Other time (%) = 9.36985e-05 (0.563433) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:08 2021 Memory usage per processor = 27.5375 Mbytes Step Atoms AVEKE stressZZ 15331 5000 4.4268637e-11 5136158 15332 -0.0111474999999939 5136077.65296221 15332 5000 4.4265371e-11 5136077.7 Loop time of 0.0650771 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:08 2021 Pair time (%) = 0.00107098 (1.6457) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.0520236) Outpt time (%) = 0.063868 (98.1422) Other time (%) = 0.000104189 (0.160101) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:08 2021 Memory usage per processor = 27.5375 Mbytes Step Atoms AVEKE stressZZ 15332 5000 4.4265371e-11 5136054.9 15333 -0.0111474999999939 5135974.59994186 15333 5000 4.4262106e-11 5135974.6 Loop time of 0.0318711 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:08 2021 Pair time (%) = 0.00420403 (13.1908) Neigh time (%) = 0 (0) Comm time (%) = 0.000159025 (0.498964) Outpt time (%) = 0.0271471 (85.1777) Other time (%) = 0.000360966 (1.13258) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:08 2021 Memory usage per processor = 27.5375 Mbytes Step Atoms AVEKE stressZZ 15333 5000 4.4262106e-11 5135951.8 15334 -0.0111474999999939 5135871.55236984 15334 5000 4.4258842e-11 5135871.6 Loop time of 0.655022 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:09 2021 Pair time (%) = 0.00120211 (0.183522) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.00535059) Outpt time (%) = 0.653675 (99.7944) Other time (%) = 0.000109673 (0.0167433) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:09 2021 Memory usage per processor = 27.5375 Mbytes Step Atoms AVEKE stressZZ 15334 5000 4.4258842e-11 5135848.8 15335 -0.0111474999999939 5135768.51025129 15335 5000 4.4255578e-11 5135768.5 Loop time of 2.40717 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:12 2021 Pair time (%) = 0.00106788 (0.0443623) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.00136682) Outpt time (%) = 2.40598 (99.9502) Other time (%) = 9.70364e-05 (0.00403113) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:12 2021 Memory usage per processor = 27.5375 Mbytes Step Atoms AVEKE stressZZ 15335 5000 4.4255578e-11 5135745.8 15336 -0.0111474999999939 5135665.47360895 15336 5000 4.4252314e-11 5135665.5 Loop time of 0.693264 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:12 2021 Pair time (%) = 0.0010519 (0.151732) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.00460836) Outpt time (%) = 0.692036 (99.8229) Other time (%) = 0.000144243 (0.0208064) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:12 2021 Memory usage per processor = 27.5375 Mbytes Step Atoms AVEKE stressZZ 15336 5000 4.4252314e-11 5135642.7 15337 -0.0111474999999939 5135562.44241609 15337 5000 4.4249051e-11 5135562.4 Loop time of 0.0175991 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:12 2021 Pair time (%) = 0.00104904 (5.96077) Neigh time (%) = 0 (0) Comm time (%) = 4.88758e-05 (0.277718) Outpt time (%) = 0.0163682 (93.0056) Other time (%) = 0.000133038 (0.755934) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:12 2021 Memory usage per processor = 27.5375 Mbytes Step Atoms AVEKE stressZZ 15337 5000 4.4249051e-11 5135539.7 15338 -0.0111474999999939 5135459.41666066 15338 5000 4.4245787e-11 5135459.4 Loop time of 0.017163 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:12 2021 Pair time (%) = 0.00106096 (6.18167) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191701) Outpt time (%) = 0.0159268 (92.7973) Other time (%) = 0.000142336 (0.829316) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:12 2021 Memory usage per processor = 27.5375 Mbytes Step Atoms AVEKE stressZZ 15338 5000 4.4245787e-11 5135436.7 15339 -0.0111474999999939 5135356.39633439 15339 5000 4.4242525e-11 5135356.4 Loop time of 0.017545 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:12 2021 Pair time (%) = 0.0010798 (6.15445) Neigh time (%) = 0 (0) Comm time (%) = 4.88758e-05 (0.278574) Outpt time (%) = 0.0163231 (93.0356) Other time (%) = 9.32217e-05 (0.531329) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:12 2021 Memory usage per processor = 27.5375 Mbytes Step Atoms AVEKE stressZZ 15339 5000 4.4242525e-11 5135333.6 15340 -0.0111474999999939 5135253.38143054 15340 5000 4.4239263e-11 5135253.4 Loop time of 0.0192859 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:12 2021 Pair time (%) = 0.00106311 (5.51236) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.175545) Outpt time (%) = 0.0180941 (93.8201) Other time (%) = 9.48906e-05 (0.49202) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:12 2021 Memory usage per processor = 27.5375 Mbytes Step Atoms AVEKE stressZZ 15340 5000 4.4239263e-11 5135230.6 15341 -0.0111474999999939 5135150.3719435 15341 5000 4.4236001e-11 5135150.4 Loop time of 0.0167639 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:12 2021 Pair time (%) = 0.00109792 (6.54929) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.203376) Outpt time (%) = 0.015528 (92.6273) Other time (%) = 0.000103951 (0.620084) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:12 2021 Memory usage per processor = 27.5375 Mbytes Step Atoms AVEKE stressZZ 15341 5000 4.4236001e-11 5135127.6 15342 -0.0111474999999939 5135047.36786824 15342 5000 4.4232739e-11 5135047.4 Loop time of 0.017344 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:12 2021 Pair time (%) = 0.00111079 (6.40448) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.207572) Outpt time (%) = 0.0160351 (92.4532) Other time (%) = 0.000162125 (0.934759) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:12 2021 Memory usage per processor = 27.5375 Mbytes Step Atoms AVEKE stressZZ 15342 5000 4.4232739e-11 5135024.6 15343 -0.0111474999999939 5134944.36920034 15343 5000 4.4229478e-11 5134944.4 Loop time of 0.0168848 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:12 2021 Pair time (%) = 0.00104284 (6.17622) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.196272) Outpt time (%) = 0.0157149 (93.0712) Other time (%) = 9.39369e-05 (0.55634) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:12 2021 Memory usage per processor = 27.5375 Mbytes Step Atoms AVEKE stressZZ 15343 5000 4.4229478e-11 5134921.6 15344 -0.0111474999999939 5134841.37593591 15344 5000 4.4226217e-11 5134841.4 Loop time of 0.016845 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:12 2021 Pair time (%) = 0.00107694 (6.39322) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.202398) Outpt time (%) = 0.01561 (92.6684) Other time (%) = 0.000123978 (0.735991) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:12 2021 Memory usage per processor = 27.5375 Mbytes Step Atoms AVEKE stressZZ 15344 5000 4.4226217e-11 5134818.6 15345 -0.0111474999999939 5134738.38807098 15345 5000 4.4222956e-11 5134738.4 Loop time of 0.0165191 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:12 2021 Pair time (%) = 0.00117993 (7.14286) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.217937) Outpt time (%) = 0.0151951 (91.9854) Other time (%) = 0.000108004 (0.653812) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:12 2021 Memory usage per processor = 27.5375 Mbytes Step Atoms AVEKE stressZZ 15345 5000 4.4222956e-11 5134715.6 15346 -0.0111474999999939 5134635.40560244 15346 5000 4.4219696e-11 5134635.4 Loop time of 0.0171311 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:12 2021 Pair time (%) = 0.001122 (6.54948) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.203193) Outpt time (%) = 0.015872 (92.6503) Other time (%) = 0.000102282 (0.597052) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:12 2021 Memory usage per processor = 27.5375 Mbytes Step Atoms AVEKE stressZZ 15346 5000 4.4219696e-11 5134612.7 15347 -0.0111474999999939 5134532.42852692 15347 5000 4.4216436e-11 5134532.4 Loop time of 0.0169191 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:12 2021 Pair time (%) = 0.00107884 (6.37647) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.194465) Outpt time (%) = 0.0157108 (92.8584) Other time (%) = 9.65595e-05 (0.570712) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:12 2021 Memory usage per processor = 27.5375 Mbytes Step Atoms AVEKE stressZZ 15347 5000 4.4216436e-11 5134509.7 15348 -0.0111474999999939 5134429.45684144 15348 5000 4.4213177e-11 5134429.5 Loop time of 0.0165648 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:12 2021 Pair time (%) = 0.00106502 (6.42937) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211578) Outpt time (%) = 0.0153611 (92.733) Other time (%) = 0.000103712 (0.626097) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:12 2021 Memory usage per processor = 27.5375 Mbytes Step Atoms AVEKE stressZZ 15348 5000 4.4213177e-11 5134406.7 15349 -0.0111474999999939 5134326.49054338 15349 5000 4.4209918e-11 5134326.5 Loop time of 0.017163 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:13 2021 Pair time (%) = 0.00111413 (6.49145) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.215317) Outpt time (%) = 0.015866 (92.4431) Other time (%) = 0.000145912 (0.850153) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:13 2021 Memory usage per processor = 27.5375 Mbytes Step Atoms AVEKE stressZZ 15349 5000 4.4209918e-11 5134303.7 15350 -0.0111474999999939 5134223.52962993 15350 5000 4.4206659e-11 5134223.5 Loop time of 0.0196359 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:13 2021 Pair time (%) = 0.00104403 (5.31697) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.168773) Outpt time (%) = 0.018465 (94.0371) Other time (%) = 9.36985e-05 (0.477179) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:13 2021 Memory usage per processor = 27.5375 Mbytes Step Atoms AVEKE stressZZ 15350 5000 4.4206659e-11 5134200.8 15351 -0.0111474999999939 5134120.57409866 15351 5000 4.4203401e-11 5134120.6 Loop time of 0.0167279 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:13 2021 Pair time (%) = 0.0010438 (6.23984) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.202389) Outpt time (%) = 0.0155571 (93.0005) Other time (%) = 9.32217e-05 (0.557282) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:13 2021 Memory usage per processor = 27.5375 Mbytes Step Atoms AVEKE stressZZ 15351 5000 4.4203401e-11 5134097.8 15352 -0.0111474999999939 5134017.62394717 15352 5000 4.4200143e-11 5134017.6 Loop time of 0.0170419 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:13 2021 Pair time (%) = 0.00120997 (7.09999) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.216847) Outpt time (%) = 0.0156889 (92.0606) Other time (%) = 0.000106096 (0.62256) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:13 2021 Memory usage per processor = 27.5375 Mbytes Step Atoms AVEKE stressZZ 15352 5000 4.4200143e-11 5133994.9 15353 -0.0111474999999939 5133914.67917317 15353 5000 4.4196885e-11 5133914.7 Loop time of 0.0172572 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:13 2021 Pair time (%) = 0.00111794 (6.47813) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197563) Outpt time (%) = 0.0160072 (92.7565) Other time (%) = 9.799e-05 (0.567821) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:13 2021 Memory usage per processor = 27.5375 Mbytes Step Atoms AVEKE stressZZ 15353 5000 4.4196885e-11 5133891.9 15354 -0.0111474999999939 5133811.73977454 15354 5000 4.4193628e-11 5133811.7 Loop time of 0.0170171 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:13 2021 Pair time (%) = 0.00104809 (6.15902) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.194746) Outpt time (%) = 0.0158379 (93.0704) Other time (%) = 9.799e-05 (0.575832) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:13 2021 Memory usage per processor = 27.5375 Mbytes Step Atoms AVEKE stressZZ 15354 5000 4.4193628e-11 5133789 15355 -0.0111474999999939 5133708.8057491 15355 5000 4.4190371e-11 5133708.8 Loop time of 0.016686 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:13 2021 Pair time (%) = 0.00108004 (6.47272) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.198611) Outpt time (%) = 0.0154772 (92.7557) Other time (%) = 9.56059e-05 (0.572972) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:13 2021 Memory usage per processor = 27.5375 Mbytes Step Atoms AVEKE stressZZ 15355 5000 4.4190371e-11 5133686.1 15356 -0.0111474999999939 5133605.8770949 15356 5000 4.4187114e-11 5133605.9 Loop time of 0.016825 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:13 2021 Pair time (%) = 0.00126004 (7.48912) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.23098) Outpt time (%) = 0.015377 (91.3942) Other time (%) = 0.000149012 (0.885658) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:13 2021 Memory usage per processor = 27.5375 Mbytes Step Atoms AVEKE stressZZ 15356 5000 4.4187114e-11 5133583.1 15357 -0.0111474999999939 5133502.95381013 15357 5000 4.4183858e-11 5133503 Loop time of 0.0171499 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:13 2021 Pair time (%) = 0.00111294 (6.48946) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.20436) Outpt time (%) = 0.015903 (92.7292) Other time (%) = 9.89437e-05 (0.576934) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:13 2021 Memory usage per processor = 27.5375 Mbytes Step Atoms AVEKE stressZZ 15357 5000 4.4183858e-11 5133480.2 15358 -0.0111474999999939 5133400.03594744 15358 5000 4.4180602e-11 5133400 Loop time of 0.016947 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:13 2021 Pair time (%) = 0.00105309 (6.21404) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.194145) Outpt time (%) = 0.0157669 (93.0361) Other time (%) = 9.41753e-05 (0.555704) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:13 2021 Memory usage per processor = 27.5375 Mbytes Step Atoms AVEKE stressZZ 15358 5000 4.4180602e-11 5133377.3 15359 -0.0111474999999939 5133297.1235917 15359 5000 4.4177347e-11 5133297.1 Loop time of 0.0164599 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:13 2021 Pair time (%) = 0.00104904 (6.3733) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.207132) Outpt time (%) = 0.015275 (92.8011) Other time (%) = 0.000101805 (0.6185) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:13 2021 Memory usage per processor = 27.5375 Mbytes Step Atoms AVEKE stressZZ 15359 5000 4.4177347e-11 5133274.4 15360 -0.0111474999999939 5133194.21667863 15360 5000 4.4174092e-11 5133194.2 Loop time of 0.0197132 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:13 2021 Pair time (%) = 0.00110793 (5.62026) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.17295) Outpt time (%) = 0.0184731 (93.7097) Other time (%) = 9.799e-05 (0.497079) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:13 2021 Memory usage per processor = 27.5375 Mbytes Step Atoms AVEKE stressZZ 15360 5000 4.4174092e-11 5133171.5 15361 -0.0111474999999939 5133091.31518811 15361 5000 4.4170837e-11 5133091.3 Loop time of 0.017575 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:13 2021 Pair time (%) = 0.00107503 (6.1168) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.187207) Outpt time (%) = 0.016371 (93.1493) Other time (%) = 9.60827e-05 (0.5467) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:13 2021 Memory usage per processor = 27.5375 Mbytes Step Atoms AVEKE stressZZ 15361 5000 4.4170837e-11 5133068.6 15362 -0.0111474999999939 5132988.41910916 15362 5000 4.4167583e-11 5132988.4 Loop time of 0.0167689 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:13 2021 Pair time (%) = 0.00107503 (6.41084) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.197628) Outpt time (%) = 0.0155649 (92.82) Other time (%) = 9.58443e-05 (0.571559) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:13 2021 Memory usage per processor = 27.5375 Mbytes Step Atoms AVEKE stressZZ 15362 5000 4.4167583e-11 5132965.7 15363 -0.0111474999999939 5132885.52840794 15363 5000 4.4164328e-11 5132885.5 Loop time of 0.0166681 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:13 2021 Pair time (%) = 0.00114417 (6.86444) Neigh time (%) = 0 (0) Comm time (%) = 4.88758e-05 (0.29323) Outpt time (%) = 0.0153711 (92.2187) Other time (%) = 0.000103951 (0.62365) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:13 2021 Memory usage per processor = 27.5375 Mbytes Step Atoms AVEKE stressZZ 15363 5000 4.4164328e-11 5132862.8 15364 -0.0111474999999939 5132782.64307948 15364 5000 4.4161075e-11 5132782.6 Loop time of 0.0168741 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:13 2021 Pair time (%) = 0.00106001 (6.28188) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.200636) Outpt time (%) = 0.0156839 (92.9467) Other time (%) = 9.63211e-05 (0.570823) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:13 2021 Memory usage per processor = 27.5375 Mbytes Step Atoms AVEKE stressZZ 15364 5000 4.4161075e-11 5132759.9 15365 -0.0111474999999939 5132679.76312047 15365 5000 4.4157821e-11 5132679.8 Loop time of 0.0175169 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:13 2021 Pair time (%) = 0.001194 (6.81629) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.200079) Outpt time (%) = 0.0161579 (92.2418) Other time (%) = 0.000129938 (0.741789) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:13 2021 Memory usage per processor = 27.5375 Mbytes Step Atoms AVEKE stressZZ 15365 5000 4.4157821e-11 5132657 15366 -0.0111474999999939 5132576.88854454 15366 5000 4.4154568e-11 5132576.9 Loop time of 0.016927 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:13 2021 Pair time (%) = 0.00104809 (6.19181) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.194374) Outpt time (%) = 0.0157561 (93.0828) Other time (%) = 8.98838e-05 (0.531008) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:13 2021 Memory usage per processor = 27.5375 Mbytes Step Atoms AVEKE stressZZ 15366 5000 4.4154568e-11 5132554.1 15367 -0.0111474999999939 5132474.01934858 15367 5000 4.4151316e-11 5132474 Loop time of 0.017395 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:13 2021 Pair time (%) = 0.00136495 (7.84677) Neigh time (%) = 0 (0) Comm time (%) = 4.48227e-05 (0.257675) Outpt time (%) = 0.01582 (90.9457) Other time (%) = 0.000165224 (0.949836) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:13 2021 Memory usage per processor = 27.5375 Mbytes Step Atoms AVEKE stressZZ 15367 5000 4.4151316e-11 5132451.3 15368 -0.0111474999999939 5132371.15552979 15368 5000 4.4148063e-11 5132371.2 Loop time of 0.0176299 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:13 2021 Pair time (%) = 0.00114512 (6.49537) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.193387) Outpt time (%) = 0.016331 (92.6324) Other time (%) = 0.000119686 (0.678883) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:13 2021 Memory usage per processor = 27.5375 Mbytes Step Atoms AVEKE stressZZ 15368 5000 4.4148063e-11 5132348.4 15369 -0.0111474999999939 5132268.29708563 15369 5000 4.4144812e-11 5132268.3 Loop time of 0.017091 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:13 2021 Pair time (%) = 0.00104213 (6.09751) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192509) Outpt time (%) = 0.0159221 (93.1604) Other time (%) = 9.39369e-05 (0.549627) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:13 2021 Memory usage per processor = 27.5375 Mbytes Step Atoms AVEKE stressZZ 15369 5000 4.4144812e-11 5132245.6 15370 -0.0111474999999939 5132165.44401363 15370 5000 4.414156e-11 5132165.4 Loop time of 0.018935 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:13 2021 Pair time (%) = 0.00104308 (5.50876) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.173762) Outpt time (%) = 0.01773 (93.6363) Other time (%) = 0.000128984 (0.681197) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:13 2021 Memory usage per processor = 27.5375 Mbytes Step Atoms AVEKE stressZZ 15370 5000 4.414156e-11 5132142.7 15371 -0.0111474999999939 5132062.5963116 15371 5000 4.4138309e-11 5132062.6 Loop time of 0.016835 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:13 2021 Pair time (%) = 0.00116205 (6.90261) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208183) Outpt time (%) = 0.0155301 (92.2491) Other time (%) = 0.000107765 (0.640127) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:13 2021 Memory usage per processor = 27.5375 Mbytes Step Atoms AVEKE stressZZ 15371 5000 4.4138309e-11 5132039.9 15372 -0.0111474999999939 5131959.75397752 15372 5000 4.4135058e-11 5131959.8 Loop time of 0.0171051 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:13 2021 Pair time (%) = 0.00104809 (6.12734) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.197926) Outpt time (%) = 0.0159309 (93.1353) Other time (%) = 9.2268e-05 (0.539418) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:13 2021 Memory usage per processor = 27.5375 Mbytes Step Atoms AVEKE stressZZ 15372 5000 4.4135058e-11 5131937 15373 -0.0111474999999939 5131856.91700927 15373 5000 4.4131807e-11 5131856.9 Loop time of 0.017189 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:13 2021 Pair time (%) = 0.00104308 (6.0683) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191411) Outpt time (%) = 0.0160179 (93.1869) Other time (%) = 9.5129e-05 (0.553429) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:13 2021 Memory usage per processor = 27.5375 Mbytes Step Atoms AVEKE stressZZ 15373 5000 4.4131807e-11 5131834.2 15374 -0.0111474999999939 5131754.08540492 15374 5000 4.4128557e-11 5131754.1 Loop time of 0.016886 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:13 2021 Pair time (%) = 0.00111008 (6.57395) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.196258) Outpt time (%) = 0.0156429 (92.6382) Other time (%) = 9.98974e-05 (0.591599) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:13 2021 Memory usage per processor = 27.5375 Mbytes Step Atoms AVEKE stressZZ 15374 5000 4.4128557e-11 5131731.3 15375 -0.0111474999999939 5131651.25916278 15375 5000 4.4125307e-11 5131651.3 Loop time of 0.0176349 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:13 2021 Pair time (%) = 0.00147796 (8.38088) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.220372) Outpt time (%) = 0.0159109 (90.2239) Other time (%) = 0.000207186 (1.17486) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:13 2021 Memory usage per processor = 27.5375 Mbytes Step Atoms AVEKE stressZZ 15375 5000 4.4125307e-11 5131628.5 15376 -0.0111474999999939 5131548.43832115 15376 5000 4.4122058e-11 5131548.4 Loop time of 0.017302 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:13 2021 Pair time (%) = 0.00105095 (6.07414) Neigh time (%) = 0 (0) Comm time (%) = 7.10487e-05 (0.410638) Outpt time (%) = 0.016084 (92.9599) Other time (%) = 9.60827e-05 (0.555326) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:13 2021 Memory usage per processor = 27.5375 Mbytes Step Atoms AVEKE stressZZ 15376 5000 4.4122058e-11 5131525.7 15377 -0.0111474999999939 5131445.62287522 15377 5000 4.4118809e-11 5131445.6 Loop time of 0.0166841 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:13 2021 Pair time (%) = 0.00104189 (6.24482) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.197205) Outpt time (%) = 0.015516 (92.9992) Other time (%) = 9.32217e-05 (0.558747) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:13 2021 Memory usage per processor = 27.5375 Mbytes Step Atoms AVEKE stressZZ 15377 5000 4.4118809e-11 5131422.9 15378 -0.0111474999999939 5131342.81280991 15378 5000 4.411556e-11 5131342.8 Loop time of 0.0169098 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:13 2021 Pair time (%) = 0.00118589 (7.01304) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207261) Outpt time (%) = 0.0155809 (92.141) Other time (%) = 0.000108004 (0.638703) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:13 2021 Memory usage per processor = 27.5375 Mbytes Step Atoms AVEKE stressZZ 15378 5000 4.411556e-11 5131320.1 15379 -0.0111474999999939 5131240.00811881 15379 5000 4.4112312e-11 5131240 Loop time of 0.0165498 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:13 2021 Pair time (%) = 0.00104594 (6.31996) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.198804) Outpt time (%) = 0.015378 (92.9194) Other time (%) = 9.29832e-05 (0.561838) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:13 2021 Memory usage per processor = 27.5375 Mbytes Step Atoms AVEKE stressZZ 15379 5000 4.4112312e-11 5131217.3 15380 -0.0111474999999939 5131137.20880788 15380 5000 4.4109064e-11 5131137.2 Loop time of 0.0189471 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:13 2021 Pair time (%) = 0.00107503 (5.67384) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.17365) Outpt time (%) = 0.0177491 (93.6769) Other time (%) = 9.01222e-05 (0.475651) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:13 2021 Memory usage per processor = 27.5375 Mbytes Step Atoms AVEKE stressZZ 15380 5000 4.4109064e-11 5131114.5 15381 -0.0111474999999939 5131034.41487562 15381 5000 4.4105816e-11 5131034.4 Loop time of 0.017503 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:13 2021 Pair time (%) = 0.00104403 (5.96488) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.187978) Outpt time (%) = 0.0163372 (93.3391) Other time (%) = 8.89301e-05 (0.508084) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:13 2021 Memory usage per processor = 27.5375 Mbytes Step Atoms AVEKE stressZZ 15381 5000 4.4105816e-11 5131011.7 15382 -0.0111474999999939 5130931.62631538 15382 5000 4.4102569e-11 5130931.6 Loop time of 0.0168509 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:13 2021 Pair time (%) = 0.00104189 (6.18297) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.196667) Outpt time (%) = 0.015682 (93.0629) Other time (%) = 9.39369e-05 (0.557458) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:13 2021 Memory usage per processor = 27.5375 Mbytes Step Atoms AVEKE stressZZ 15382 5000 4.4102569e-11 5130908.9 15383 -0.0111474999999939 5130828.84312311 15383 5000 4.4099322e-11 5130828.8 Loop time of 0.0167758 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:13 2021 Pair time (%) = 0.00110912 (6.61143) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.214601) Outpt time (%) = 0.015527 (92.5557) Other time (%) = 0.000103712 (0.618223) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:13 2021 Memory usage per processor = 27.5375 Mbytes Step Atoms AVEKE stressZZ 15383 5000 4.4099322e-11 5130806.1 15384 -0.0111474999999939 5130726.06529579 15384 5000 4.4096075e-11 5130726.1 Loop time of 0.0175931 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:13 2021 Pair time (%) = 0.0011251 (6.39509) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.193791) Outpt time (%) = 0.0163238 (92.785) Other time (%) = 0.000110149 (0.626093) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:13 2021 Memory usage per processor = 27.5375 Mbytes Step Atoms AVEKE stressZZ 15384 5000 4.4096075e-11 5130703.3 15385 -0.0111474999999939 5130623.29283076 15385 5000 4.4092829e-11 5130623.3 Loop time of 0.0173049 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:13 2021 Pair time (%) = 0.00104403 (6.03318) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191508) Outpt time (%) = 0.0161319 (93.2215) Other time (%) = 9.58443e-05 (0.553856) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:13 2021 Memory usage per processor = 27.5375 Mbytes Step Atoms AVEKE stressZZ 15385 5000 4.4092829e-11 5130600.6 15386 -0.0111474999999939 5130520.5257257 15386 5000 4.4089583e-11 5130520.5 Loop time of 0.0169339 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:13 2021 Pair time (%) = 0.00107598 (6.35401) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.194295) Outpt time (%) = 0.015729 (92.8843) Other time (%) = 9.60827e-05 (0.567398) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:13 2021 Memory usage per processor = 27.5375 Mbytes Step Atoms AVEKE stressZZ 15386 5000 4.4089583e-11 5130497.8 15387 -0.0111474999999939 5130417.76397863 15387 5000 4.4086338e-11 5130417.8 Loop time of 0.0168691 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:13 2021 Pair time (%) = 0.00113082 (6.70351) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.213415) Outpt time (%) = 0.0155959 (92.4527) Other time (%) = 0.000106335 (0.630353) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:13 2021 Memory usage per processor = 27.5375 Mbytes Step Atoms AVEKE stressZZ 15387 5000 4.4086338e-11 5130395 15388 -0.0111474999999939 5130315.0076159 15388 5000 4.4083093e-11 5130315 Loop time of 0.017354 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:13 2021 Pair time (%) = 0.00104904 (6.04495) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189592) Outpt time (%) = 0.016181 (93.2406) Other time (%) = 9.10759e-05 (0.524812) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:13 2021 Memory usage per processor = 27.5375 Mbytes Step Atoms AVEKE stressZZ 15388 5000 4.4083093e-11 5130292.3 15389 -0.0111474999999939 5130212.25671211 15389 5000 4.4079848e-11 5130212.3 Loop time of 0.0171371 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:13 2021 Pair time (%) = 0.00104713 (6.11035) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198948) Outpt time (%) = 0.0159631 (93.1495) Other time (%) = 9.27448e-05 (0.541195) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:13 2021 Memory usage per processor = 27.5375 Mbytes Step Atoms AVEKE stressZZ 15389 5000 4.4079848e-11 5130189.5 15390 -0.0111474999999939 5130109.51121984 15390 5000 4.4076603e-11 5130109.5 Loop time of 0.0188651 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:13 2021 Pair time (%) = 0.00105786 (5.60751) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.18578) Outpt time (%) = 0.0176251 (93.4269) Other time (%) = 0.000147104 (0.779769) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:13 2021 Memory usage per processor = 27.5375 Mbytes Step Atoms AVEKE stressZZ 15390 5000 4.4076603e-11 5130086.8 15391 -0.0111474999999939 5130006.77112272 15391 5000 4.4073359e-11 5130006.8 Loop time of 0.0173049 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:13 2021 Pair time (%) = 0.00122595 (7.0844) Neigh time (%) = 0 (0) Comm time (%) = 5.00679e-05 (0.289328) Outpt time (%) = 0.0158689 (91.7018) Other time (%) = 0.000159979 (0.924472) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:13 2021 Memory usage per processor = 27.5375 Mbytes Step Atoms AVEKE stressZZ 15391 5000 4.4073359e-11 5129984 15392 -0.0111474999999939 5129904.03641209 15392 5000 4.4070116e-11 5129904 Loop time of 0.0172422 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:14 2021 Pair time (%) = 0.00109196 (6.33305) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190821) Outpt time (%) = 0.0160208 (92.9161) Other time (%) = 9.65595e-05 (0.560019) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:24:14 2021 Memory usage per processor = 27.5375 Mbytes Step Atoms AVEKE stressZZ 15392 5000 4.4070116e-11 5129881.3 15393 -0.0111474999999939 5129785.30660519 15393 5000 8.7033028e-11 5129953.9 Loop time of 0.0171449 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:14 2021 Pair time (%) = 0.00111294 (6.49136) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191904) Outpt time (%) = 0.0158379 (92.3767) Other time (%) = 0.000161171 (0.940051) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:14 2021 Memory usage per processor = 27.5375 Mbytes Step Atoms AVEKE stressZZ 15393 5000 8.7033028e-11 5184756.6 15394 -0.0111799999999939 5184650.70565389 15394 5000 7.0085549e-11 5184650.7 Loop time of 0.0166881 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:14 2021 Pair time (%) = 0.00107598 (6.4476) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.192871) Outpt time (%) = 0.015471 (92.7066) Other time (%) = 0.000108957 (0.652904) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:14 2021 Memory usage per processor = 27.5375 Mbytes Step Atoms AVEKE stressZZ 15394 5000 7.0085549e-11 5184620.1 15395 -0.0111799999999939 5184523.24230784 15395 5000 6.0266966e-11 5184523.2 Loop time of 0.0174949 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:14 2021 Pair time (%) = 0.00154495 (8.83086) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.223497) Outpt time (%) = 0.0157268 (89.8936) Other time (%) = 0.000184059 (1.05207) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:14 2021 Memory usage per processor = 27.5375 Mbytes Step Atoms AVEKE stressZZ 15395 5000 6.0266966e-11 5184495.4 15396 -0.0111799999999939 5184404.30697417 15396 5000 5.4410857e-11 5184404.3 Loop time of 0.017216 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:14 2021 Pair time (%) = 0.00104499 (6.06988) Neigh time (%) = 0 (0) Comm time (%) = 4.91142e-05 (0.285283) Outpt time (%) = 0.0160029 (92.9538) Other time (%) = 0.000118971 (0.69105) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:14 2021 Memory usage per processor = 27.5375 Mbytes Step Atoms AVEKE stressZZ 15396 5000 5.4410857e-11 5184378.2 15397 -0.0111799999999939 5184290.79324874 15397 5000 5.0843514e-11 5184290.8 Loop time of 0.0171871 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:14 2021 Pair time (%) = 0.00104213 (6.06342) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191433) Outpt time (%) = 0.0159881 (93.0238) Other time (%) = 0.000123978 (0.721341) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:14 2021 Memory usage per processor = 27.5375 Mbytes Step Atoms AVEKE stressZZ 15397 5000 5.0843514e-11 5184265.8 15398 -0.0111799999999939 5184180.72702049 15398 5000 4.8638034e-11 5184180.7 Loop time of 0.016762 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:14 2021 Pair time (%) = 0.00110698 (6.60408) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209089) Outpt time (%) = 0.015487 (92.3931) Other time (%) = 0.000133038 (0.793685) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:14 2021 Memory usage per processor = 27.5375 Mbytes Step Atoms AVEKE stressZZ 15398 5000 4.8638034e-11 5184156.4 15399 -0.0111799999999939 5184072.85373753 15399 5000 4.7260598e-11 5184072.9 Loop time of 0.016917 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:14 2021 Pair time (%) = 0.00111413 (6.58586) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.201536) Outpt time (%) = 0.0156701 (92.6291) Other time (%) = 9.87053e-05 (0.583468) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:14 2021 Memory usage per processor = 27.5375 Mbytes Step Atoms AVEKE stressZZ 15399 5000 4.7260598e-11 5184049 15400 -0.0111799999999939 5183966.37605964 15400 5000 4.6394271e-11 5183966.4 Loop time of 0.0193291 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:14 2021 Pair time (%) = 0.0010581 (5.47415) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.176386) Outpt time (%) = 0.0181351 (93.8228) Other time (%) = 0.000101805 (0.526692) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:14 2021 Memory usage per processor = 27.5376 Mbytes Step Atoms AVEKE stressZZ 15400 5000 4.6394271e-11 5183942.8 15401 -0.0111799999999939 5183860.78728026 15401 5000 4.5846649e-11 5183860.8 Loop time of 0.0171781 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:14 2021 Pair time (%) = 0.00104904 (6.10687) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192922) Outpt time (%) = 0.0159481 (92.8397) Other time (%) = 0.00014782 (0.860514) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:14 2021 Memory usage per processor = 27.5376 Mbytes Step Atoms AVEKE stressZZ 15401 5000 4.5846649e-11 5183837.4 15402 -0.0111799999999939 5183755.76538326 15402 5000 4.5499097e-11 5183755.8 Loop time of 0.01688 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:14 2021 Pair time (%) = 0.00110793 (6.56356) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.213277) Outpt time (%) = 0.0156291 (92.589) Other time (%) = 0.00010705 (0.634181) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:14 2021 Memory usage per processor = 27.5376 Mbytes Step Atoms AVEKE stressZZ 15402 5000 4.5499097e-11 5183732.5 15403 -0.0111799999999939 5183651.10572288 15403 5000 4.5277695e-11 5183651.1 Loop time of 0.01772 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:14 2021 Pair time (%) = 0.00133681 (7.5441) Neigh time (%) = 0 (0) Comm time (%) = 6.69956e-05 (0.378079) Outpt time (%) = 0.0161822 (91.3217) Other time (%) = 0.000133991 (0.756159) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:14 2021 Memory usage per processor = 27.5376 Mbytes Step Atoms AVEKE stressZZ 15403 5000 4.5277695e-11 5183627.9 15404 -0.0111799999999939 5183546.67824428 15404 5000 4.5136059e-11 5183546.7 Loop time of 0.0169849 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:14 2021 Pair time (%) = 0.00104594 (6.15806) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.20073) Outpt time (%) = 0.015811 (93.0882) Other time (%) = 9.39369e-05 (0.55306) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:14 2021 Memory usage per processor = 27.5376 Mbytes Step Atoms AVEKE stressZZ 15404 5000 4.5136059e-11 5183523.5 15405 -0.0111799999999939 5183442.40029539 15405 5000 4.5044951e-11 5183442.4 Loop time of 0.016628 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:14 2021 Pair time (%) = 0.00104499 (6.2845) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.197869) Outpt time (%) = 0.0154569 (92.957) Other time (%) = 9.32217e-05 (0.56063) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:14 2021 Memory usage per processor = 27.5376 Mbytes Step Atoms AVEKE stressZZ 15405 5000 4.5044951e-11 5183419.3 15406 -0.0111799999999939 5183338.21934936 15406 5000 4.4985889e-11 5183338.2 Loop time of 0.0167232 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:14 2021 Pair time (%) = 0.00120497 (7.20538) Neigh time (%) = 0 (0) Comm time (%) = 3.98159e-05 (0.238088) Outpt time (%) = 0.0153608 (91.8537) Other time (%) = 0.00011754 (0.70286) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:14 2021 Memory usage per processor = 27.5376 Mbytes Step Atoms AVEKE stressZZ 15406 5000 4.4985889e-11 5183315.1 15407 -0.0111799999999939 5183234.10202431 15407 5000 4.4947164e-11 5183234.1 Loop time of 0.017189 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:14 2021 Pair time (%) = 0.00104713 (6.09188) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191411) Outpt time (%) = 0.0160191 (93.1938) Other time (%) = 8.98838e-05 (0.522914) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:14 2021 Memory usage per processor = 27.5376 Mbytes Step Atoms AVEKE stressZZ 15407 5000 4.4947164e-11 5183211 15408 -0.0111799999999939 5183130.02710493 15408 5000 4.4921355e-11 5183130 Loop time of 0.0169649 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:14 2021 Pair time (%) = 0.0010438 (6.15268) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.19394) Outpt time (%) = 0.0157931 (93.0926) Other time (%) = 9.5129e-05 (0.56074) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:14 2021 Memory usage per processor = 27.5376 Mbytes Step Atoms AVEKE stressZZ 15408 5000 4.4921355e-11 5183106.9 15409 -0.0111799999999939 5183025.98110851 15409 5000 4.4903748e-11 5183026 Loop time of 0.0168171 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:14 2021 Pair time (%) = 0.00105 (6.24362) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.202733) Outpt time (%) = 0.0156331 (92.9596) Other time (%) = 9.98974e-05 (0.594023) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:14 2021 Memory usage per processor = 27.5376 Mbytes Step Atoms AVEKE stressZZ 15409 5000 4.4903748e-11 5183002.9 15410 -0.0111799999999939 5182921.95546717 15410 5000 4.4891353e-11 5182922 Loop time of 0.0194941 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:14 2021 Pair time (%) = 0.00115108 (5.9048) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.174894) Outpt time (%) = 0.018204 (93.3822) Other time (%) = 0.000104904 (0.538134) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:14 2021 Memory usage per processor = 27.5376 Mbytes Step Atoms AVEKE stressZZ 15410 5000 4.4891353e-11 5182898.9 15411 -0.0111799999999939 5182817.94473408 15411 5000 4.4882269e-11 5182817.9 Loop time of 0.017133 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:14 2021 Pair time (%) = 0.00104094 (6.07562) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193429) Outpt time (%) = 0.015964 (93.1771) Other time (%) = 9.48906e-05 (0.553847) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:14 2021 Memory usage per processor = 27.5376 Mbytes Step Atoms AVEKE stressZZ 15411 5000 4.4882269e-11 5182794.9 15412 -0.0111799999999939 5182713.94544708 15412 5000 4.4875289e-11 5182713.9 Loop time of 0.0168431 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:14 2021 Pair time (%) = 0.00108719 (6.45481) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.195343) Outpt time (%) = 0.0156291 (92.7921) Other time (%) = 9.39369e-05 (0.557718) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:14 2021 Memory usage per processor = 27.5376 Mbytes Step Atoms AVEKE stressZZ 15412 5000 4.4875289e-11 5182690.9 15413 -0.0111799999999939 5182609.95542021 15413 5000 4.4869646e-11 5182610 Loop time of 0.01665 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:14 2021 Pair time (%) = 0.00107193 (6.43803) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.209064) Outpt time (%) = 0.015379 (92.3663) Other time (%) = 0.00016427 (0.986611) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:14 2021 Memory usage per processor = 27.5376 Mbytes Step Atoms AVEKE stressZZ 15413 5000 4.4869646e-11 5182586.9 15414 -0.0111799999999939 5182505.97331051 15414 5000 4.4864853e-11 5182506 Loop time of 0.0170209 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:14 2021 Pair time (%) = 0.001091 (6.40977) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.198905) Outpt time (%) = 0.0157731 (92.6685) Other time (%) = 0.000123024 (0.72278) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:14 2021 Memory usage per processor = 27.5376 Mbytes Step Atoms AVEKE stressZZ 15414 5000 4.4864853e-11 5182482.9 15415 -0.0111799999999939 5182401.99819886 15415 5000 4.48606e-11 5182402 Loop time of 0.0169332 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:14 2021 Pair time (%) = 0.00107098 (6.32471) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.195711) Outpt time (%) = 0.0157149 (92.8051) Other time (%) = 0.000114202 (0.674429) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:14 2021 Memory usage per processor = 27.5376 Mbytes Step Atoms AVEKE stressZZ 15415 5000 4.48606e-11 5182378.9 15416 -0.0111799999999939 5182298.02950939 15416 5000 4.4856691e-11 5182298 Loop time of 0.0163879 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:14 2021 Pair time (%) = 0.00104713 (6.38966) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.202223) Outpt time (%) = 0.015214 (92.8364) Other time (%) = 9.36985e-05 (0.571753) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:14 2021 Memory usage per processor = 27.5376 Mbytes Step Atoms AVEKE stressZZ 15416 5000 4.4856691e-11 5182275 15417 -0.0111799999999939 5182194.06687229 15417 5000 4.4853e-11 5182194.1 Loop time of 0.01719 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:14 2021 Pair time (%) = 0.0012579 (7.31761) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.226075) Outpt time (%) = 0.0157509 (91.6283) Other time (%) = 0.000142336 (0.828017) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:14 2021 Memory usage per processor = 27.5376 Mbytes Step Atoms AVEKE stressZZ 15417 5000 4.4853e-11 5182171 15418 -0.0111799999999939 5182090.11002917 15418 5000 4.4849448e-11 5182090.1 Loop time of 0.016912 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:14 2021 Pair time (%) = 0.0010469 (6.19026) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.195957) Outpt time (%) = 0.015743 (93.0879) Other time (%) = 8.89301e-05 (0.525841) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:14 2021 Memory usage per processor = 27.5376 Mbytes Step Atoms AVEKE stressZZ 15418 5000 4.4849448e-11 5182067 15419 -0.0111799999999939 5181986.15886647 15419 5000 4.4845984e-11 5181986.2 Loop time of 0.0168891 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:14 2021 Pair time (%) = 0.0010829 (6.41181) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.194811) Outpt time (%) = 0.0156791 (92.8358) Other time (%) = 9.41753e-05 (0.55761) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:14 2021 Memory usage per processor = 27.5376 Mbytes Step Atoms AVEKE stressZZ 15419 5000 4.4845984e-11 5181963.1 15420 -0.0111799999999939 5181882.21329177 15420 5000 4.4842577e-11 5181882.2 Loop time of 0.0187521 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:14 2021 Pair time (%) = 0.00106001 (5.65275) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.186899) Outpt time (%) = 0.0175571 (93.6276) Other time (%) = 9.98974e-05 (0.532726) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:14 2021 Memory usage per processor = 27.5377 Mbytes Step Atoms AVEKE stressZZ 15420 5000 4.4842577e-11 5181859.2 15421 -0.0111799999999939 5181778.27323886 15421 5000 4.4839205e-11 5181778.3 Loop time of 0.017282 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:14 2021 Pair time (%) = 0.00144815 (8.37955) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.226251) Outpt time (%) = 0.0156419 (90.5099) Other time (%) = 0.000152826 (0.884309) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:14 2021 Memory usage per processor = 27.5377 Mbytes Step Atoms AVEKE stressZZ 15421 5000 4.4839205e-11 5181755.2 15422 -0.0111799999999939 5181674.3386685 15422 5000 4.4835857e-11 5181674.3 Loop time of 0.0163538 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:14 2021 Pair time (%) = 0.00104499 (6.38986) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.201187) Outpt time (%) = 0.015182 (92.8345) Other time (%) = 9.39369e-05 (0.574403) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:14 2021 Memory usage per processor = 27.5377 Mbytes Step Atoms AVEKE stressZZ 15422 5000 4.4835857e-11 5181651.3 15423 -0.0111799999999939 5181570.40955536 15423 5000 4.4832523e-11 5181570.4 Loop time of 0.0165558 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:14 2021 Pair time (%) = 0.00108218 (6.53658) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.198733) Outpt time (%) = 0.0153489 (92.7103) Other time (%) = 9.17912e-05 (0.554435) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:14 2021 Memory usage per processor = 27.5377 Mbytes Step Atoms AVEKE stressZZ 15423 5000 4.4832523e-11 5181547.4 15424 -0.0111799999999939 5181466.48588265 15424 5000 4.4829199e-11 5181466.5 Loop time of 0.0173509 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:14 2021 Pair time (%) = 0.00104594 (6.02817) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189626) Outpt time (%) = 0.0161841 (93.2752) Other time (%) = 8.79765e-05 (0.507042) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:14 2021 Memory usage per processor = 27.5377 Mbytes Step Atoms AVEKE stressZZ 15424 5000 4.4829199e-11 5181443.4 15425 -0.0111799999999939 5181362.5676392 15425 5000 4.4825881e-11 5181362.6 Loop time of 0.01669 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:14 2021 Pair time (%) = 0.00105 (6.29116) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.204277) Outpt time (%) = 0.01547 (92.6903) Other time (%) = 0.000135899 (0.814251) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:14 2021 Memory usage per processor = 27.5377 Mbytes Step Atoms AVEKE stressZZ 15425 5000 4.4825881e-11 5181339.5 15426 -0.0111799999999939 5181258.65481753 15426 5000 4.4822567e-11 5181258.7 Loop time of 0.017215 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:14 2021 Pair time (%) = 0.00117612 (6.83194) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.196662) Outpt time (%) = 0.0158961 (92.3385) Other time (%) = 0.000108957 (0.63292) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:14 2021 Memory usage per processor = 27.5377 Mbytes Step Atoms AVEKE stressZZ 15426 5000 4.4822567e-11 5181235.6 15427 -0.0111799999999939 5181154.74741242 15427 5000 4.4819255e-11 5181154.7 Loop time of 0.0170591 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:14 2021 Pair time (%) = 0.00109196 (6.40103) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.19846) Outpt time (%) = 0.0158322 (92.8079) Other time (%) = 0.000101089 (0.592584) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:14 2021 Memory usage per processor = 27.5377 Mbytes Step Atoms AVEKE stressZZ 15427 5000 4.4819255e-11 5181131.7 15428 -0.0111799999999939 5181050.84542004 15428 5000 4.4815946e-11 5181050.8 Loop time of 0.016614 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:14 2021 Pair time (%) = 0.00104809 (6.30848) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.203777) Outpt time (%) = 0.015439 (92.9281) Other time (%) = 9.29832e-05 (0.559669) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:14 2021 Memory usage per processor = 27.5377 Mbytes Step Atoms AVEKE stressZZ 15428 5000 4.4815946e-11 5181027.8 15429 -0.0111799999999939 5180946.94884277 15429 5000 4.4812638e-11 5180946.9 Loop time of 0.016732 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:14 2021 Pair time (%) = 0.00126505 (7.56067) Neigh time (%) = 0 (0) Comm time (%) = 3.57628e-05 (0.213739) Outpt time (%) = 0.015327 (91.6029) Other time (%) = 0.000104189 (0.622693) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:14 2021 Memory usage per processor = 27.5377 Mbytes Step Atoms AVEKE stressZZ 15429 5000 4.4812638e-11 5180923.9 15430 -0.0111799999999939 5180843.05768505 15430 5000 4.4809331e-11 5180843.1 Loop time of 0.0194039 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:14 2021 Pair time (%) = 0.00122094 (6.29224) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.175706) Outpt time (%) = 0.0180449 (92.9963) Other time (%) = 0.000103951 (0.535719) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:14 2021 Memory usage per processor = 27.5377 Mbytes Step Atoms AVEKE stressZZ 15430 5000 4.4809331e-11 5180820 15431 -0.0111799999999939 5180739.17193987 15431 5000 4.4806024e-11 5180739.2 Loop time of 0.017164 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:14 2021 Pair time (%) = 0.00113487 (6.61194) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.197247) Outpt time (%) = 0.015892 (92.5894) Other time (%) = 0.000103235 (0.601464) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:14 2021 Memory usage per processor = 27.5377 Mbytes Step Atoms AVEKE stressZZ 15431 5000 4.4806024e-11 5180716.1 15432 -0.0111799999999939 5180635.29160427 15432 5000 4.4802718e-11 5180635.3 Loop time of 0.016675 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:14 2021 Pair time (%) = 0.0010829 (6.49414) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.204461) Outpt time (%) = 0.015465 (92.7438) Other time (%) = 9.29832e-05 (0.557621) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:14 2021 Memory usage per processor = 27.5377 Mbytes Step Atoms AVEKE stressZZ 15432 5000 4.4802718e-11 5180612.2 15433 -0.0111799999999939 5180531.41667616 15433 5000 4.4799413e-11 5180531.4 Loop time of 0.0166981 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:14 2021 Pair time (%) = 0.00120401 (7.21047) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.2156) Outpt time (%) = 0.0153508 (91.9314) Other time (%) = 0.000107288 (0.642518) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:14 2021 Memory usage per processor = 27.5377 Mbytes Step Atoms AVEKE stressZZ 15433 5000 4.4799413e-11 5180508.4 15434 -0.0111799999999939 5180427.54715368 15434 5000 4.4796108e-11 5180427.5 Loop time of 0.0171301 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:14 2021 Pair time (%) = 0.00105691 (6.16988) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.199029) Outpt time (%) = 0.015939 (93.0465) Other time (%) = 0.000100136 (0.584559) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:14 2021 Memory usage per processor = 27.5377 Mbytes Step Atoms AVEKE stressZZ 15434 5000 4.4796108e-11 5180404.5 15435 -0.0111799999999939 5180323.68303549 15435 5000 4.4792804e-11 5180323.7 Loop time of 0.0172 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:15 2021 Pair time (%) = 0.00104403 (6.06997) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191289) Outpt time (%) = 0.0160291 (93.1926) Other time (%) = 9.39369e-05 (0.546145) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:15 2021 Memory usage per processor = 27.5377 Mbytes Step Atoms AVEKE stressZZ 15435 5000 4.4792804e-11 5180300.6 15436 -0.0111799999999939 5180219.8243201 15436 5000 4.47895e-11 5180219.8 Loop time of 0.0165229 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:15 2021 Pair time (%) = 0.00106692 (6.45725) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.2049) Outpt time (%) = 0.01528 (92.4779) Other time (%) = 0.000142097 (0.860004) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:15 2021 Memory usage per processor = 27.5377 Mbytes Step Atoms AVEKE stressZZ 15436 5000 4.47895e-11 5180196.8 15437 -0.0111799999999939 5180115.97100355 15437 5000 4.4786196e-11 5180116 Loop time of 0.0174601 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:15 2021 Pair time (%) = 0.00114107 (6.53531) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.193902) Outpt time (%) = 0.0161779 (92.6563) Other time (%) = 0.000107288 (0.614477) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:15 2021 Memory usage per processor = 27.5377 Mbytes Step Atoms AVEKE stressZZ 15437 5000 4.4786196e-11 5180092.9 15438 -0.0111799999999939 5180012.12308668 15438 5000 4.4782893e-11 5180012.1 Loop time of 0.0170209 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:15 2021 Pair time (%) = 0.00104213 (6.12262) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.193302) Outpt time (%) = 0.0158191 (92.9389) Other time (%) = 0.000126839 (0.745192) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:15 2021 Memory usage per processor = 27.5377 Mbytes Step Atoms AVEKE stressZZ 15438 5000 4.4782893e-11 5179989.1 15439 -0.0111799999999939 5179908.28056885 15439 5000 4.477959e-11 5179908.3 Loop time of 0.01667 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:15 2021 Pair time (%) = 0.00104284 (6.25581) Neigh time (%) = 0 (0) Comm time (%) = 7.10487e-05 (0.426207) Outpt time (%) = 0.0154591 (92.7359) Other time (%) = 9.70364e-05 (0.582102) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:15 2021 Memory usage per processor = 27.5377 Mbytes Step Atoms AVEKE stressZZ 15439 5000 4.477959e-11 5179885.2 15440 -0.0111799999999939 5179804.44344894 15440 5000 4.4776288e-11 5179804.4 Loop time of 0.0187681 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:15 2021 Pair time (%) = 0.00113821 (6.06461) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.191822) Outpt time (%) = 0.017487 (93.1745) Other time (%) = 0.000106812 (0.569113) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:15 2021 Memory usage per processor = 27.5377 Mbytes Step Atoms AVEKE stressZZ 15440 5000 4.4776288e-11 5179781.4 15441 -0.0111799999999939 5179700.61172606 15441 5000 4.4772986e-11 5179700.6 Loop time of 0.0170591 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:15 2021 Pair time (%) = 0.00116897 (6.85245) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.199857) Outpt time (%) = 0.0157521 (92.3383) Other time (%) = 0.000103951 (0.609356) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:15 2021 Memory usage per processor = 27.5377 Mbytes Step Atoms AVEKE stressZZ 15441 5000 4.4772986e-11 5179677.6 15442 -0.0111799999999939 5179596.78539918 15442 5000 4.4769684e-11 5179596.8 Loop time of 0.0173111 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:15 2021 Pair time (%) = 0.00104713 (6.04892) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190062) Outpt time (%) = 0.0161371 (93.2184) Other time (%) = 9.39369e-05 (0.54264) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:15 2021 Memory usage per processor = 27.5377 Mbytes Step Atoms AVEKE stressZZ 15442 5000 4.4769684e-11 5179573.7 15443 -0.0111799999999939 5179492.96446732 15443 5000 4.4766383e-11 5179493 Loop time of 0.0164971 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:15 2021 Pair time (%) = 0.00104499 (6.33436) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.199439) Outpt time (%) = 0.015326 (92.9011) Other time (%) = 9.32217e-05 (0.565078) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:15 2021 Memory usage per processor = 27.5377 Mbytes Step Atoms AVEKE stressZZ 15443 5000 4.4766383e-11 5179469.9 15444 -0.0111799999999939 5179389.14892966 15444 5000 4.4763082e-11 5179389.1 Loop time of 0.0171201 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:15 2021 Pair time (%) = 0.00130105 (7.59954) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.23396) Outpt time (%) = 0.01564 (91.3546) Other time (%) = 0.000138998 (0.811899) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:15 2021 Memory usage per processor = 27.5377 Mbytes Step Atoms AVEKE stressZZ 15444 5000 4.4763082e-11 5179366.1 15445 -0.0111799999999939 5179285.33878517 15445 5000 4.4759781e-11 5179285.3 Loop time of 0.017154 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:15 2021 Pair time (%) = 0.00108409 (6.31975) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191803) Outpt time (%) = 0.015945 (92.952) Other time (%) = 9.20296e-05 (0.536491) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:15 2021 Memory usage per processor = 27.5377 Mbytes Step Atoms AVEKE stressZZ 15445 5000 4.4759781e-11 5179262.3 15446 -0.0111799999999939 5179181.53403305 15446 5000 4.4756481e-11 5179181.5 Loop time of 0.0174668 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:15 2021 Pair time (%) = 0.00118399 (6.7785) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.206112) Outpt time (%) = 0.0161309 (92.352) Other time (%) = 0.000115871 (0.663382) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:15 2021 Memory usage per processor = 27.5377 Mbytes Step Atoms AVEKE stressZZ 15446 5000 4.4756481e-11 5179158.5 15447 -0.0111799999999939 5179077.73467242 15447 5000 4.4753181e-11 5179077.7 Loop time of 0.0165389 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:15 2021 Pair time (%) = 0.00106287 (6.4265) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.21191) Outpt time (%) = 0.015326 (92.6668) Other time (%) = 0.000114918 (0.694835) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:15 2021 Memory usage per processor = 27.5377 Mbytes Step Atoms AVEKE stressZZ 15447 5000 4.4753181e-11 5179054.7 15448 -0.0111799999999939 5178973.9407025 15448 5000 4.4749881e-11 5178973.9 Loop time of 0.0171621 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:15 2021 Pair time (%) = 0.00118613 (6.91135) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204215) Outpt time (%) = 0.015836 (92.2732) Other time (%) = 0.000104904 (0.611255) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:15 2021 Memory usage per processor = 27.5377 Mbytes Step Atoms AVEKE stressZZ 15448 5000 4.4749881e-11 5178950.9 15449 -0.0111799999999939 5178870.15212232 15449 5000 4.4746582e-11 5178870.2 Loop time of 0.016952 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:15 2021 Pair time (%) = 0.00108504 (6.40066) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.195494) Outpt time (%) = 0.015739 (92.8441) Other time (%) = 9.48906e-05 (0.559759) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:15 2021 Memory usage per processor = 27.5377 Mbytes Step Atoms AVEKE stressZZ 15449 5000 4.4746582e-11 5178847.1 15450 -0.0111799999999939 5178766.36893138 15450 5000 4.4743283e-11 5178766.4 Loop time of 0.019357 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:15 2021 Pair time (%) = 0.00120997 (6.25085) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.171205) Outpt time (%) = 0.0180039 (93.0101) Other time (%) = 0.000109911 (0.567811) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:15 2021 Memory usage per processor = 27.5377 Mbytes Step Atoms AVEKE stressZZ 15450 5000 4.4743283e-11 5178743.3 15451 -0.0111799999999939 5178662.59112873 15451 5000 4.4739985e-11 5178662.6 Loop time of 0.0167708 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:15 2021 Pair time (%) = 0.00114799 (6.84513) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.214665) Outpt time (%) = 0.0154839 (92.3261) Other time (%) = 0.000102997 (0.614142) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:15 2021 Memory usage per processor = 27.5377 Mbytes Step Atoms AVEKE stressZZ 15451 5000 4.4739985e-11 5178639.5 15452 -0.0111799999999939 5178558.818714 15452 5000 4.4736687e-11 5178558.8 Loop time of 0.017087 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:15 2021 Pair time (%) = 0.00123405 (7.22219) Neigh time (%) = 0 (0) Comm time (%) = 5.19753e-05 (0.30418) Outpt time (%) = 0.0156651 (91.6783) Other time (%) = 0.000135899 (0.795334) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:15 2021 Memory usage per processor = 27.5377 Mbytes Step Atoms AVEKE stressZZ 15452 5000 4.4736687e-11 5178535.8 15453 -0.0111799999999939 5178455.05168721 15453 5000 4.4733389e-11 5178455.1 Loop time of 0.0170541 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:15 2021 Pair time (%) = 0.00110412 (6.47421) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205508) Outpt time (%) = 0.0157969 (92.6283) Other time (%) = 0.000118017 (0.692017) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:15 2021 Memory usage per processor = 27.5377 Mbytes Step Atoms AVEKE stressZZ 15453 5000 4.4733389e-11 5178432 15454 -0.0111799999999939 5178351.29004708 15454 5000 4.4730092e-11 5178351.3 Loop time of 0.0166881 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:15 2021 Pair time (%) = 0.00120592 (7.22623) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.202872) Outpt time (%) = 0.0153129 (91.7594) Other time (%) = 0.000135422 (0.811487) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:15 2021 Memory usage per processor = 27.5377 Mbytes Step Atoms AVEKE stressZZ 15454 5000 4.4730092e-11 5178328.2 15455 -0.0111799999999939 5178247.53379092 15455 5000 4.4726795e-11 5178247.5 Loop time of 0.016721 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:15 2021 Pair time (%) = 0.00119996 (7.17636) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.215305) Outpt time (%) = 0.015373 (91.9382) Other time (%) = 0.000112057 (0.670155) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:15 2021 Memory usage per processor = 27.5377 Mbytes Step Atoms AVEKE stressZZ 15455 5000 4.4726795e-11 5178224.5 15456 -0.0111799999999939 5178143.78291796 15456 5000 4.4723498e-11 5178143.8 Loop time of 0.0170112 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:15 2021 Pair time (%) = 0.00104523 (6.14436) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.193413) Outpt time (%) = 0.0158451 (93.1451) Other time (%) = 8.79765e-05 (0.517169) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:15 2021 Memory usage per processor = 27.5377 Mbytes Step Atoms AVEKE stressZZ 15456 5000 4.4723498e-11 5178120.7 15457 -0.0111799999999939 5178040.03742729 15457 5000 4.4720202e-11 5178040 Loop time of 0.0171089 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:15 2021 Pair time (%) = 0.00104499 (6.10786) Neigh time (%) = 0 (0) Comm time (%) = 6.29425e-05 (0.367893) Outpt time (%) = 0.0159061 (92.9696) Other time (%) = 9.48906e-05 (0.554627) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:15 2021 Memory usage per processor = 27.5377 Mbytes Step Atoms AVEKE stressZZ 15457 5000 4.4720202e-11 5178017 15458 -0.0111799999999939 5177936.29731821 15458 5000 4.4716906e-11 5177936.3 Loop time of 0.016768 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:15 2021 Pair time (%) = 0.00104403 (6.22636) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.201905) Outpt time (%) = 0.0155911 (92.9817) Other time (%) = 9.89437e-05 (0.590075) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:15 2021 Memory usage per processor = 27.5377 Mbytes Step Atoms AVEKE stressZZ 15458 5000 4.4716906e-11 5177913.3 15459 -0.0111799999999939 5177832.56258991 15459 5000 4.4713611e-11 5177832.6 Loop time of 0.017081 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:15 2021 Pair time (%) = 0.00115609 (6.76828) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.198205) Outpt time (%) = 0.0156999 (91.9141) Other time (%) = 0.000191212 (1.11944) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:15 2021 Memory usage per processor = 27.5377 Mbytes Step Atoms AVEKE stressZZ 15459 5000 4.4713611e-11 5177809.5 15460 -0.0111799999999939 5177728.83324156 15460 5000 4.4710316e-11 5177728.8 Loop time of 0.0196812 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:15 2021 Pair time (%) = 0.00123596 (6.27991) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.167173) Outpt time (%) = 0.018301 (92.9872) Other time (%) = 0.000111341 (0.565725) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:15 2021 Memory usage per processor = 27.5377 Mbytes Step Atoms AVEKE stressZZ 15460 5000 4.4710316e-11 5177705.8 15461 -0.0111799999999939 5177625.10927247 15461 5000 4.4707021e-11 5177625.1 Loop time of 0.017235 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:15 2021 Pair time (%) = 0.00108409 (6.29003) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192284) Outpt time (%) = 0.0160239 (92.9727) Other time (%) = 9.39369e-05 (0.545035) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:15 2021 Memory usage per processor = 27.5377 Mbytes Step Atoms AVEKE stressZZ 15461 5000 4.4707021e-11 5177602.1 15462 -0.0111799999999939 5177521.39068174 15462 5000 4.4703727e-11 5177521.4 Loop time of 0.0164671 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:15 2021 Pair time (%) = 0.0010519 (6.38791) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.205594) Outpt time (%) = 0.015208 (92.3539) Other time (%) = 0.00017333 (1.05259) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:15 2021 Memory usage per processor = 27.5377 Mbytes Step Atoms AVEKE stressZZ 15462 5000 4.4703727e-11 5177498.3 15463 -0.0111799999999939 5177417.6774687 15463 5000 4.4700432e-11 5177417.7 Loop time of 0.0172069 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:15 2021 Pair time (%) = 0.0010941 (6.35851) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.196755) Outpt time (%) = 0.0159781 (92.8586) Other time (%) = 0.000100851 (0.586108) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:15 2021 Memory usage per processor = 27.5377 Mbytes Step Atoms AVEKE stressZZ 15463 5000 4.4700432e-11 5177394.6 15464 -0.0111799999999939 5177313.96963262 15464 5000 4.4697139e-11 5177314 Loop time of 0.0171258 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:15 2021 Pair time (%) = 0.00107503 (6.27723) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192118) Outpt time (%) = 0.015923 (92.9766) Other time (%) = 9.48906e-05 (0.554078) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:15 2021 Memory usage per processor = 27.5377 Mbytes Step Atoms AVEKE stressZZ 15464 5000 4.4697139e-11 5177290.9 15465 -0.0111799999999939 5177210.26717263 15465 5000 4.4693846e-11 5177210.3 Loop time of 0.0164239 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:15 2021 Pair time (%) = 0.00110102 (6.70373) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.206135) Outpt time (%) = 0.0151939 (92.5109) Other time (%) = 9.5129e-05 (0.579209) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:15 2021 Memory usage per processor = 27.5377 Mbytes Step Atoms AVEKE stressZZ 15465 5000 4.4693846e-11 5177187.2 15466 -0.0111799999999939 5177106.57008808 15466 5000 4.4690553e-11 5177106.6 Loop time of 0.016391 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:15 2021 Pair time (%) = 0.00104499 (6.37537) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.20073) Outpt time (%) = 0.015224 (92.8799) Other time (%) = 8.91685e-05 (0.544008) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:15 2021 Memory usage per processor = 27.5377 Mbytes Step Atoms AVEKE stressZZ 15466 5000 4.4690553e-11 5177083.5 15467 -0.0111799999999939 5177002.8783781 15467 5000 4.468726e-11 5177002.9 Loop time of 0.0164831 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:15 2021 Pair time (%) = 0.00105 (6.37015) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.199609) Outpt time (%) = 0.01531 (92.8835) Other time (%) = 9.01222e-05 (0.546756) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:15 2021 Memory usage per processor = 27.5377 Mbytes Step Atoms AVEKE stressZZ 15467 5000 4.468726e-11 5176979.8 15468 -0.0111799999999939 5176899.19204205 15468 5000 4.4683968e-11 5176899.2 Loop time of 0.0166559 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:15 2021 Pair time (%) = 0.00116992 (7.02405) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.197538) Outpt time (%) = 0.015362 (92.2316) Other time (%) = 9.10759e-05 (0.546808) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:15 2021 Memory usage per processor = 27.5377 Mbytes Step Atoms AVEKE stressZZ 15468 5000 4.4683968e-11 5176876.2 15469 -0.0111799999999939 5176795.51107917 15469 5000 4.4680676e-11 5176795.5 Loop time of 0.0168669 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:15 2021 Pair time (%) = 0.00111914 (6.6351) Neigh time (%) = 0 (0) Comm time (%) = 4.91142e-05 (0.291187) Outpt time (%) = 0.015574 (92.3344) Other time (%) = 0.000124693 (0.739275) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:15 2021 Memory usage per processor = 27.5377 Mbytes Step Atoms AVEKE stressZZ 15469 5000 4.4680676e-11 5176772.5 15470 -0.0111799999999939 5176691.83548869 15470 5000 4.4677385e-11 5176691.8 Loop time of 0.0195811 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:15 2021 Pair time (%) = 0.00104499 (5.33673) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.172899) Outpt time (%) = 0.018405 (93.9936) Other time (%) = 9.72748e-05 (0.496779) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:15 2021 Memory usage per processor = 27.5377 Mbytes Step Atoms AVEKE stressZZ 15470 5000 4.4677385e-11 5176668.8 15471 -0.0111799999999939 5176588.1652699 15471 5000 4.4674093e-11 5176588.2 Loop time of 0.0169799 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:15 2021 Pair time (%) = 0.00104594 (6.15987) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.193769) Outpt time (%) = 0.015806 (93.0861) Other time (%) = 9.5129e-05 (0.560244) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:15 2021 Memory usage per processor = 27.5377 Mbytes Step Atoms AVEKE stressZZ 15471 5000 4.4674093e-11 5176565.1 15472 -0.0111799999999939 5176484.50042214 15472 5000 4.4670803e-11 5176484.5 Loop time of 0.0166781 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:15 2021 Pair time (%) = 0.001091 (6.54154) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.197275) Outpt time (%) = 0.01546 (92.6965) Other time (%) = 9.41753e-05 (0.564665) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:15 2021 Memory usage per processor = 27.5377 Mbytes Step Atoms AVEKE stressZZ 15472 5000 4.4670803e-11 5176461.5 15473 -0.0111799999999939 5176380.84094456 15473 5000 4.4667512e-11 5176380.8 Loop time of 0.016762 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:15 2021 Pair time (%) = 0.00123501 (7.3679) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.304388) Outpt time (%) = 0.0153511 (91.5824) Other time (%) = 0.000124931 (0.745324) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:15 2021 Memory usage per processor = 27.5377 Mbytes Step Atoms AVEKE stressZZ 15473 5000 4.4667512e-11 5176357.8 15474 -0.0111799999999939 5176277.18683653 15474 5000 4.4664222e-11 5176277.2 Loop time of 0.0171731 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:15 2021 Pair time (%) = 0.00113392 (6.6029) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.209638) Outpt time (%) = 0.0158999 (92.5863) Other time (%) = 0.000103235 (0.601147) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:15 2021 Memory usage per processor = 27.5377 Mbytes Step Atoms AVEKE stressZZ 15474 5000 4.4664222e-11 5176254.2 15475 -0.0111799999999939 5176173.53809727 15475 5000 4.4660933e-11 5176173.5 Loop time of 0.0167379 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:15 2021 Pair time (%) = 0.001086 (6.48823) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.192297) Outpt time (%) = 0.0155301 (92.7839) Other time (%) = 8.96454e-05 (0.535582) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:15 2021 Memory usage per processor = 27.5377 Mbytes Step Atoms AVEKE stressZZ 15475 5000 4.4660933e-11 5176150.5 15476 -0.0111799999999939 5176069.89472614 15476 5000 4.4657643e-11 5176069.9 Loop time of 0.016557 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:15 2021 Pair time (%) = 0.00110292 (6.66139) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211678) Outpt time (%) = 0.0152829 (92.3047) Other time (%) = 0.000136137 (0.822233) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:15 2021 Memory usage per processor = 27.5377 Mbytes Step Atoms AVEKE stressZZ 15476 5000 4.4657643e-11 5176046.9 15477 -0.0111799999999939 5175966.25672235 15477 5000 4.4654354e-11 5175966.3 Loop time of 0.0170281 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:15 2021 Pair time (%) = 0.00109291 (6.41828) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.19322) Outpt time (%) = 0.015801 (92.7934) Other time (%) = 0.000101328 (0.595063) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:15 2021 Memory usage per processor = 27.5377 Mbytes Step Atoms AVEKE stressZZ 15477 5000 4.4654354e-11 5175943.2 15478 -0.0111799999999939 5175862.62408526 15478 5000 4.4651066e-11 5175862.6 Loop time of 0.017329 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:15 2021 Pair time (%) = 0.00104523 (6.03167) Neigh time (%) = 0 (0) Comm time (%) = 5.79357e-05 (0.334329) Outpt time (%) = 0.016119 (93.0176) Other time (%) = 0.000106812 (0.616375) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:15 2021 Memory usage per processor = 27.5377 Mbytes Step Atoms AVEKE stressZZ 15478 5000 4.4651066e-11 5175839.6 15479 -0.0111799999999939 5175758.99681411 15479 5000 4.4647778e-11 5175759 Loop time of 0.0166268 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:16 2021 Pair time (%) = 0.00111103 (6.68215) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.197884) Outpt time (%) = 0.0153608 (92.3858) Other time (%) = 0.00012207 (0.734176) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:16 2021 Memory usage per processor = 27.5377 Mbytes Step Atoms AVEKE stressZZ 15479 5000 4.4647778e-11 5175736 15480 -0.0111799999999939 5175655.37490822 15480 5000 4.464449e-11 5175655.4 Loop time of 0.018842 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:16 2021 Pair time (%) = 0.00108695 (5.76877) Neigh time (%) = 0 (0) Comm time (%) = 4.88758e-05 (0.259398) Outpt time (%) = 0.0175872 (93.3404) Other time (%) = 0.000118971 (0.631414) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:16 2021 Memory usage per processor = 27.5377 Mbytes Step Atoms AVEKE stressZZ 15480 5000 4.464449e-11 5175632.3 15481 -0.0111799999999939 5175551.75836695 15481 5000 4.4641203e-11 5175551.8 Loop time of 0.0173581 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:16 2021 Pair time (%) = 0.001122 (6.46384) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.195042) Outpt time (%) = 0.0160892 (92.6901) Other time (%) = 0.00011301 (0.651054) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:16 2021 Memory usage per processor = 27.5377 Mbytes Step Atoms AVEKE stressZZ 15481 5000 4.4641203e-11 5175528.7 15482 -0.0111799999999939 5175448.14718948 15482 5000 4.4637915e-11 5175448.1 Loop time of 0.0169921 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:16 2021 Pair time (%) = 0.00104499 (6.14985) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.19363) Outpt time (%) = 0.0158191 (93.0967) Other time (%) = 9.5129e-05 (0.559843) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:16 2021 Memory usage per processor = 27.5377 Mbytes Step Atoms AVEKE stressZZ 15482 5000 4.4637915e-11 5175425.1 15483 -0.0111799999999939 5175344.54137526 15483 5000 4.4634629e-11 5175344.5 Loop time of 0.016427 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:16 2021 Pair time (%) = 0.00104403 (6.35559) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.201742) Outpt time (%) = 0.0152552 (92.8665) Other time (%) = 9.46522e-05 (0.576197) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:16 2021 Memory usage per processor = 27.5377 Mbytes Step Atoms AVEKE stressZZ 15483 5000 4.4634629e-11 5175321.5 15484 -0.0111799999999939 5175240.9409235 15484 5000 4.4631342e-11 5175240.9 Loop time of 0.0169201 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:16 2021 Pair time (%) = 0.00132704 (7.84297) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.271954) Outpt time (%) = 0.015408 (91.0636) Other time (%) = 0.000138998 (0.821497) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:16 2021 Memory usage per processor = 27.5377 Mbytes Step Atoms AVEKE stressZZ 15484 5000 4.4631342e-11 5175217.9 15485 -0.0111799999999939 5175137.34583352 15485 5000 4.4628056e-11 5175137.3 Loop time of 0.017163 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:16 2021 Pair time (%) = 0.00104213 (6.07193) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198647) Outpt time (%) = 0.0159941 (93.189) Other time (%) = 9.27448e-05 (0.540375) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:16 2021 Memory usage per processor = 27.5377 Mbytes Step Atoms AVEKE stressZZ 15485 5000 4.4628056e-11 5175114.3 15486 -0.0111799999999939 5175033.75610469 15486 5000 4.4624771e-11 5175033.8 Loop time of 0.016825 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:16 2021 Pair time (%) = 0.00104284 (6.19819) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.195553) Outpt time (%) = 0.015656 (93.0522) Other time (%) = 9.32217e-05 (0.554068) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:16 2021 Memory usage per processor = 27.5377 Mbytes Step Atoms AVEKE stressZZ 15486 5000 4.4624771e-11 5175010.7 15487 -0.0111799999999939 5174930.17173626 15487 5000 4.4621486e-11 5174930.2 Loop time of 0.016706 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:16 2021 Pair time (%) = 0.00107813 (6.45355) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.202654) Outpt time (%) = 0.0154922 (92.7344) Other time (%) = 0.000101805 (0.609391) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:16 2021 Memory usage per processor = 27.5377 Mbytes Step Atoms AVEKE stressZZ 15487 5000 4.4621486e-11 5174907.1 15488 -0.0111799999999939 5174826.59272757 15488 5000 4.4618201e-11 5174826.6 Loop time of 0.0171471 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:16 2021 Pair time (%) = 0.00113392 (6.6129) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198832) Outpt time (%) = 0.015873 (92.5695) Other time (%) = 0.000106096 (0.618743) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:16 2021 Memory usage per processor = 27.5377 Mbytes Step Atoms AVEKE stressZZ 15488 5000 4.4618201e-11 5174803.6 15489 -0.0111799999999939 5174723.01907803 15489 5000 4.4614916e-11 5174723 Loop time of 0.01702 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:16 2021 Pair time (%) = 0.00104403 (6.13417) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.193313) Outpt time (%) = 0.0158489 (93.1192) Other time (%) = 9.41753e-05 (0.553322) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:16 2021 Memory usage per processor = 27.5377 Mbytes Step Atoms AVEKE stressZZ 15489 5000 4.4614916e-11 5174700 15490 -0.0111799999999939 5174619.45078685 15490 5000 4.4611632e-11 5174619.5 Loop time of 0.018837 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:16 2021 Pair time (%) = 0.0010438 (5.54121) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.174666) Outpt time (%) = 0.017633 (93.6082) Other time (%) = 0.000127316 (0.675881) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:16 2021 Memory usage per processor = 27.5377 Mbytes Step Atoms AVEKE stressZZ 15490 5000 4.4611632e-11 5174596.4 15491 -0.0111799999999939 5174515.88785337 15491 5000 4.4608348e-11 5174515.9 Loop time of 0.0169621 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:16 2021 Pair time (%) = 0.00121117 (7.14045) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.212246) Outpt time (%) = 0.0156009 (91.9754) Other time (%) = 0.000113964 (0.671877) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:16 2021 Memory usage per processor = 27.5377 Mbytes Step Atoms AVEKE stressZZ 15491 5000 4.4608348e-11 5174492.9 15492 -0.0111799999999939 5174412.33027696 15492 5000 4.4605065e-11 5174412.3 Loop time of 0.0174549 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:16 2021 Pair time (%) = 0.00125599 (7.19564) Neigh time (%) = 0 (0) Comm time (%) = 6.29425e-05 (0.360602) Outpt time (%) = 0.016011 (91.728) Other time (%) = 0.000124931 (0.715739) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:16 2021 Memory usage per processor = 27.5377 Mbytes Step Atoms AVEKE stressZZ 15492 5000 4.4605065e-11 5174389.3 15493 -0.0111799999999939 5174308.77805694 15493 5000 4.4601782e-11 5174308.8 Loop time of 0.0176301 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:16 2021 Pair time (%) = 0.00114298 (6.48311) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.210965) Outpt time (%) = 0.01632 (92.5689) Other time (%) = 0.000129938 (0.737024) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:24:16 2021 Memory usage per processor = 27.5377 Mbytes Step Atoms AVEKE stressZZ 15493 5000 4.4601782e-11 5174285.8 15494 -0.0111799999999939 5174189.1287163 15494 5000 8.8082226e-11 5174359.2 Loop time of 0.01615 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:16 2021 Pair time (%) = 0.00108314 (6.70672) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.203726) Outpt time (%) = 0.0148849 (92.1669) Other time (%) = 0.000149012 (0.922673) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:16 2021 Memory usage per processor = 27.5377 Mbytes Step Atoms AVEKE stressZZ 15494 5000 8.8082226e-11 5229368.4 15495 -0.0112124999999939 5229261.7649382 15495 5000 7.0928979e-11 5229261.8 Loop time of 0.0170109 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:16 2021 Pair time (%) = 0.00127196 (7.47733) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.235462) Outpt time (%) = 0.0155749 (91.5584) Other time (%) = 0.000123978 (0.728812) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:16 2021 Memory usage per processor = 27.5377 Mbytes Step Atoms AVEKE stressZZ 15495 5000 7.0928979e-11 5229230.7 15496 -0.0112124999999939 5229133.27410379 15496 5000 6.0991286e-11 5229133.3 Loop time of 0.0170109 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:16 2021 Pair time (%) = 0.00106788 (6.27759) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.20603) Outpt time (%) = 0.0158069 (92.9221) Other time (%) = 0.000101089 (0.594262) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:16 2021 Memory usage per processor = 27.5377 Mbytes Step Atoms AVEKE stressZZ 15496 5000 6.0991286e-11 5229105 15497 -0.0112124999999939 5229013.38530826 15497 5000 5.506418e-11 5229013.4 Loop time of 0.017153 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:16 2021 Pair time (%) = 0.00104403 (6.08659) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193203) Outpt time (%) = 0.0159822 (93.174) Other time (%) = 9.36985e-05 (0.546251) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:16 2021 Memory usage per processor = 27.5377 Mbytes Step Atoms AVEKE stressZZ 15497 5000 5.506418e-11 5228986.9 15498 -0.0112124999999939 5228898.9651778 15498 5000 5.1453608e-11 5228899 Loop time of 0.0164402 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:16 2021 Pair time (%) = 0.00109506 (6.66087) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.213183) Outpt time (%) = 0.0151801 (92.3356) Other time (%) = 0.000129938 (0.790371) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:16 2021 Memory usage per processor = 27.5377 Mbytes Step Atoms AVEKE stressZZ 15498 5000 5.1453608e-11 5228873.6 15499 -0.0112124999999939 5228788.02242566 15499 5000 4.9221411e-11 5228788 Loop time of 0.0169308 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:16 2021 Pair time (%) = 0.00109911 (6.49177) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.194331) Outpt time (%) = 0.015696 (92.707) Other time (%) = 0.000102758 (0.606931) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:16 2021 Memory usage per processor = 27.5377 Mbytes Step Atoms AVEKE stressZZ 15499 5000 4.9221411e-11 5228763.4 15500 -0.0112124999999939 5228679.29156927 15500 5000 4.7827292e-11 5228679.3 Loop time of 0.0191779 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:16 2021 Pair time (%) = 0.0010488 (5.46881) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.171561) Outpt time (%) = 0.018007 (93.8947) Other time (%) = 8.91685e-05 (0.464954) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:16 2021 Memory usage per processor = 27.5378 Mbytes Step Atoms AVEKE stressZZ 15500 5000 4.7827292e-11 5228655.1 15501 -0.0112124999999939 5228571.96838094 15501 5000 4.6950474e-11 5228572 Loop time of 0.0168679 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:16 2021 Pair time (%) = 0.00104809 (6.21352) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.196469) Outpt time (%) = 0.015692 (93.0289) Other time (%) = 9.46522e-05 (0.561139) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:16 2021 Memory usage per processor = 27.5378 Mbytes Step Atoms AVEKE stressZZ 15501 5000 4.6950474e-11 5228548.1 15502 -0.0112124999999939 5228465.54176496 15502 5000 4.6396221e-11 5228465.5 Loop time of 0.016619 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:16 2021 Pair time (%) = 0.00113106 (6.80582) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.210889) Outpt time (%) = 0.0153499 (92.3635) Other time (%) = 0.000102997 (0.619755) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:16 2021 Memory usage per processor = 27.5378 Mbytes Step Atoms AVEKE stressZZ 15502 5000 4.6396221e-11 5228441.9 15503 -0.0112124999999939 5228359.6869139 15503 5000 4.6044462e-11 5228359.7 Loop time of 0.017226 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:16 2021 Pair time (%) = 0.00114179 (6.62828) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.196537) Outpt time (%) = 0.0159562 (92.6285) Other time (%) = 9.41753e-05 (0.546705) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:16 2021 Memory usage per processor = 27.5378 Mbytes Step Atoms AVEKE stressZZ 15503 5000 4.6044462e-11 5228336.1 15504 -0.0112124999999939 5228254.19740863 15504 5000 4.5820379e-11 5228254.2 Loop time of 0.0176129 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:16 2021 Pair time (%) = 0.00104499 (5.93308) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.186805) Outpt time (%) = 0.0164411 (93.3468) Other time (%) = 9.39369e-05 (0.533341) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:16 2021 Memory usage per processor = 27.5378 Mbytes Step Atoms AVEKE stressZZ 15504 5000 4.5820379e-11 5228230.7 15505 -0.0112124999999939 5228148.9420673 15505 5000 4.5677029e-11 5228148.9 Loop time of 0.0165541 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:16 2021 Pair time (%) = 0.00104499 (6.31256) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.198753) Outpt time (%) = 0.0153811 (92.914) Other time (%) = 9.5129e-05 (0.574655) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:16 2021 Memory usage per processor = 27.5378 Mbytes Step Atoms AVEKE stressZZ 15505 5000 4.5677029e-11 5228125.5 15506 -0.0112124999999939 5228043.83752193 15506 5000 4.5584818e-11 5228043.8 Loop time of 0.0169232 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:16 2021 Pair time (%) = 0.00126696 (7.48651) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.224004) Outpt time (%) = 0.0154529 (91.3118) Other time (%) = 0.000165462 (0.977726) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:16 2021 Memory usage per processor = 27.5378 Mbytes Step Atoms AVEKE stressZZ 15506 5000 4.5584818e-11 5228020.4 15507 -0.0112124999999939 5227938.83079111 15507 5000 4.5525041e-11 5227938.8 Loop time of 0.017271 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:16 2021 Pair time (%) = 0.00107813 (6.24241) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197405) Outpt time (%) = 0.016053 (92.9473) Other time (%) = 0.000105858 (0.612921) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:16 2021 Memory usage per processor = 27.5378 Mbytes Step Atoms AVEKE stressZZ 15507 5000 4.5525041e-11 5227915.4 15508 -0.0112124999999939 5227833.88820414 15508 5000 4.5485849e-11 5227833.9 Loop time of 0.0173032 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:16 2021 Pair time (%) = 0.00117993 (6.81915) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.19566) Outpt time (%) = 0.0159762 (92.3307) Other time (%) = 0.000113249 (0.654495) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:16 2021 Memory usage per processor = 27.5378 Mbytes Step Atoms AVEKE stressZZ 15508 5000 4.5485849e-11 5227810.5 15509 -0.0112124999999939 5227728.98836267 15509 5000 4.5459727e-11 5227729 Loop time of 0.0166111 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:16 2021 Pair time (%) = 0.00104594 (6.29665) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.205247) Outpt time (%) = 0.0154319 (92.901) Other time (%) = 9.91821e-05 (0.597083) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:16 2021 Memory usage per processor = 27.5378 Mbytes Step Atoms AVEKE stressZZ 15509 5000 4.5459727e-11 5227705.6 15510 -0.0112124999999939 5227624.11766763 15510 5000 4.5441908e-11 5227624.1 Loop time of 0.01858 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:16 2021 Pair time (%) = 0.0010798 (5.81163) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.171949) Outpt time (%) = 0.0173759 (93.5198) Other time (%) = 9.2268e-05 (0.4966) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:16 2021 Memory usage per processor = 27.5378 Mbytes Step Atoms AVEKE stressZZ 15510 5000 4.5441908e-11 5227600.8 15511 -0.0112124999999939 5227519.26747638 15511 5000 4.5429363e-11 5227519.3 Loop time of 0.0162699 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:16 2021 Pair time (%) = 0.00104904 (6.44774) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.202224) Outpt time (%) = 0.015099 (92.8034) Other time (%) = 8.89301e-05 (0.546592) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:16 2021 Memory usage per processor = 27.5378 Mbytes Step Atoms AVEKE stressZZ 15511 5000 4.5429363e-11 5227495.9 15512 -0.0112124999999939 5227414.43229608 15512 5000 4.5420169e-11 5227414.4 Loop time of 0.0162439 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:16 2021 Pair time (%) = 0.00104403 (6.42723) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.202548) Outpt time (%) = 0.0150771 (92.8169) Other time (%) = 8.98838e-05 (0.553338) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:16 2021 Memory usage per processor = 27.5378 Mbytes Step Atoms AVEKE stressZZ 15512 5000 4.5420169e-11 5227391.1 15513 -0.0112124999999939 5227309.60863582 15513 5000 4.5413105e-11 5227309.6 Loop time of 0.017638 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:16 2021 Pair time (%) = 0.00130701 (7.41021) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.186539) Outpt time (%) = 0.0161881 (91.7801) Other time (%) = 0.000109911 (0.62315) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:16 2021 Memory usage per processor = 27.5378 Mbytes Step Atoms AVEKE stressZZ 15513 5000 4.5413105e-11 5227286.2 15514 -0.0112124999999939 5227204.79427685 15514 5000 4.5407394e-11 5227204.8 Loop time of 0.0175281 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:16 2021 Pair time (%) = 0.00118494 (6.76025) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.199951) Outpt time (%) = 0.0161619 (92.206) Other time (%) = 0.000146151 (0.833809) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:16 2021 Memory usage per processor = 27.5378 Mbytes Step Atoms AVEKE stressZZ 15514 5000 4.5407394e-11 5227181.4 15515 -0.0112124999999939 5227099.98781644 15515 5000 4.5402544e-11 5227100 Loop time of 0.0164752 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:16 2021 Pair time (%) = 0.00104904 (6.3674) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.199705) Outpt time (%) = 0.0152969 (92.8483) Other time (%) = 9.63211e-05 (0.584643) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:16 2021 Memory usage per processor = 27.5378 Mbytes Step Atoms AVEKE stressZZ 15515 5000 4.5402544e-11 5227076.6 15516 -0.0112124999999939 5226995.18846193 15516 5000 4.539824e-11 5226995.2 Loop time of 0.0168841 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:16 2021 Pair time (%) = 0.00131297 (7.77638) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.225934) Outpt time (%) = 0.015389 (91.1448) Other time (%) = 0.000144005 (0.852903) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:16 2021 Memory usage per processor = 27.5378 Mbytes Step Atoms AVEKE stressZZ 15516 5000 4.539824e-11 5226971.8 15517 -0.0112124999999939 5226890.39560426 15517 5000 4.5394284e-11 5226890.4 Loop time of 0.0172319 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:16 2021 Pair time (%) = 0.00105 (6.09331) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190935) Outpt time (%) = 0.0160348 (93.053) Other time (%) = 0.000114202 (0.662737) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:16 2021 Memory usage per processor = 27.5378 Mbytes Step Atoms AVEKE stressZZ 15517 5000 4.5394284e-11 5226867 15518 -0.0112124999999939 5226785.60885941 15518 5000 4.5390549e-11 5226785.6 Loop time of 0.0164881 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:16 2021 Pair time (%) = 0.0010922 (6.62415) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.199549) Outpt time (%) = 0.0152659 (92.5878) Other time (%) = 9.70364e-05 (0.588524) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:16 2021 Memory usage per processor = 27.5378 Mbytes Step Atoms AVEKE stressZZ 15518 5000 4.5390549e-11 5226762.3 15519 -0.0112124999999939 5226680.82798781 15519 5000 4.5386954e-11 5226680.8 Loop time of 0.0166371 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:16 2021 Pair time (%) = 0.00112987 (6.79125) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.216391) Outpt time (%) = 0.0153642 (92.3489) Other time (%) = 0.00010705 (0.643442) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:16 2021 Memory usage per processor = 27.5378 Mbytes Step Atoms AVEKE stressZZ 15519 5000 4.5386954e-11 5226657.5 15520 -0.0112124999999939 5226576.05283714 15520 5000 4.5383449e-11 5226576.1 Loop time of 0.019352 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:16 2021 Pair time (%) = 0.00111294 (5.75103) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.176178) Outpt time (%) = 0.0181081 (93.5726) Other time (%) = 9.67979e-05 (0.500197) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:16 2021 Memory usage per processor = 27.5378 Mbytes Step Atoms AVEKE stressZZ 15520 5000 4.5383449e-11 5226552.7 15521 -0.0112124999999939 5226471.28331032 15521 5000 4.5380001e-11 5226471.3 Loop time of 0.0170321 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:16 2021 Pair time (%) = 0.00108385 (6.36356) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205773) Outpt time (%) = 0.0157712 (92.5964) Other time (%) = 0.000142097 (0.83429) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:16 2021 Memory usage per processor = 27.5378 Mbytes Step Atoms AVEKE stressZZ 15521 5000 4.5380001e-11 5226447.9 15522 -0.0112124999999939 5226366.51934467 15522 5000 4.5376589e-11 5226366.5 Loop time of 0.0168581 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:17 2021 Pair time (%) = 0.00105214 (6.24116) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.200826) Outpt time (%) = 0.0156791 (93.0064) Other time (%) = 9.29832e-05 (0.551564) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:17 2021 Memory usage per processor = 27.5378 Mbytes Step Atoms AVEKE stressZZ 15522 5000 4.5376589e-11 5226343.2 15523 -0.0112124999999939 5226261.76090001 15523 5000 4.5373201e-11 5226261.8 Loop time of 0.016609 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:17 2021 Pair time (%) = 0.00112605 (6.77978) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.20958) Outpt time (%) = 0.015342 (92.3718) Other time (%) = 0.000106096 (0.63879) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:17 2021 Memory usage per processor = 27.5378 Mbytes Step Atoms AVEKE stressZZ 15523 5000 4.5373201e-11 5226238.4 15524 -0.0112124999999939 5226157.00795007 15524 5000 4.5369827e-11 5226157 Loop time of 0.0171771 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:17 2021 Pair time (%) = 0.00116515 (6.78317) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191544) Outpt time (%) = 0.015883 (92.4659) Other time (%) = 9.60827e-05 (0.559365) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:17 2021 Memory usage per processor = 27.5378 Mbytes Step Atoms AVEKE stressZZ 15524 5000 4.5369827e-11 5226133.7 15525 -0.0112124999999939 5226052.26047753 15525 5000 4.5366463e-11 5226052.3 Loop time of 0.0172341 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:17 2021 Pair time (%) = 0.00105 (6.09255) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192294) Outpt time (%) = 0.0160582 (93.177) Other time (%) = 9.27448e-05 (0.538148) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:17 2021 Memory usage per processor = 27.5378 Mbytes Step Atoms AVEKE stressZZ 15525 5000 4.5366463e-11 5226028.9 15526 -0.0112124999999939 5225947.51847099 15526 5000 4.5363105e-11 5225947.5 Loop time of 0.016609 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:17 2021 Pair time (%) = 0.00104904 (6.31612) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.199532) Outpt time (%) = 0.015389 (92.6546) Other time (%) = 0.000137806 (0.829709) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:17 2021 Memory usage per processor = 27.5378 Mbytes Step Atoms AVEKE stressZZ 15526 5000 4.5363105e-11 5225924.2 15527 -0.0112124999999939 5225842.78192254 15527 5000 4.5359752e-11 5225842.8 Loop time of 0.0168738 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:17 2021 Pair time (%) = 0.00129795 (7.69209) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.230311) Outpt time (%) = 0.0154021 (91.2779) Other time (%) = 0.000134945 (0.799729) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:17 2021 Memory usage per processor = 27.5378 Mbytes Step Atoms AVEKE stressZZ 15527 5000 4.5359752e-11 5225819.4 15528 -0.0112124999999939 5225738.05082672 15528 5000 4.5356401e-11 5225738.1 Loop time of 0.017164 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:17 2021 Pair time (%) = 0.00105214 (6.12993) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.197247) Outpt time (%) = 0.0159822 (93.1144) Other time (%) = 9.58443e-05 (0.558403) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:17 2021 Memory usage per processor = 27.5378 Mbytes Step Atoms AVEKE stressZZ 15528 5000 4.5356401e-11 5225714.7 15529 -0.0112124999999939 5225633.32517958 15529 5000 4.5353052e-11 5225633.3 Loop time of 0.0173061 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:17 2021 Pair time (%) = 0.00104809 (6.05618) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190117) Outpt time (%) = 0.0161321 (93.2164) Other time (%) = 9.29832e-05 (0.537286) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:17 2021 Memory usage per processor = 27.5378 Mbytes Step Atoms AVEKE stressZZ 15529 5000 4.5353052e-11 5225610 15530 -0.0112124999999939 5225528.60497831 15530 5000 4.5349704e-11 5225528.6 Loop time of 0.0187891 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:17 2021 Pair time (%) = 0.00107908 (5.74314) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.181456) Outpt time (%) = 0.0175302 (93.3001) Other time (%) = 0.000145674 (0.775312) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:17 2021 Memory usage per processor = 27.5378 Mbytes Step Atoms AVEKE stressZZ 15530 5000 4.5349704e-11 5225505.3 15531 -0.0112124999999939 5225423.89022048 15531 5000 4.5346358e-11 5225423.9 Loop time of 0.017179 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:17 2021 Pair time (%) = 0.00144291 (8.39926) Neigh time (%) = 0 (0) Comm time (%) = 4.41074e-05 (0.256752) Outpt time (%) = 0.015527 (90.3836) Other time (%) = 0.000164986 (0.960391) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:17 2021 Memory usage per processor = 27.5378 Mbytes Step Atoms AVEKE stressZZ 15531 5000 4.5346358e-11 5225400.5 15532 -0.0112124999999939 5225319.18090426 15532 5000 4.5343012e-11 5225319.2 Loop time of 0.0169551 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:17 2021 Pair time (%) = 0.00104403 (6.15763) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188427) Outpt time (%) = 0.0157921 (93.1407) Other time (%) = 8.70228e-05 (0.513253) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:17 2021 Memory usage per processor = 27.5378 Mbytes Step Atoms AVEKE stressZZ 15532 5000 4.5343012e-11 5225295.8 15533 -0.0112124999999939 5225214.47702807 15533 5000 4.5339666e-11 5225214.5 Loop time of 0.0169442 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:17 2021 Pair time (%) = 0.00108409 (6.39801) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.195585) Outpt time (%) = 0.0157192 (92.7704) Other time (%) = 0.000107765 (0.636002) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:17 2021 Memory usage per processor = 27.5378 Mbytes Step Atoms AVEKE stressZZ 15533 5000 4.5339666e-11 5225191.1 15534 -0.0112124999999939 5225109.77859044 15534 5000 4.5336322e-11 5225109.8 Loop time of 0.01652 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:17 2021 Pair time (%) = 0.00106788 (6.46414) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.210709) Outpt time (%) = 0.015286 (92.5299) Other time (%) = 0.000131369 (0.795209) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:17 2021 Memory usage per processor = 27.5378 Mbytes Step Atoms AVEKE stressZZ 15534 5000 4.5336322e-11 5225086.4 15535 -0.0112124999999939 5225005.08559021 15535 5000 4.5332977e-11 5225005.1 Loop time of 0.017102 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:17 2021 Pair time (%) = 0.00133801 (7.82367) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.210509) Outpt time (%) = 0.0156031 (91.2353) Other time (%) = 0.000124931 (0.730507) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:17 2021 Memory usage per processor = 27.5378 Mbytes Step Atoms AVEKE stressZZ 15535 5000 4.5332977e-11 5224981.7 15536 -0.0112124999999939 5224900.39802621 15536 5000 4.5329633e-11 5224900.4 Loop time of 0.0170469 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:17 2021 Pair time (%) = 0.00108194 (6.34685) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205594) Outpt time (%) = 0.015835 (92.8909) Other time (%) = 9.48906e-05 (0.556643) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:17 2021 Memory usage per processor = 27.5378 Mbytes Step Atoms AVEKE stressZZ 15536 5000 4.5329633e-11 5224877.1 15537 -0.0112124999999939 5224795.71589729 15537 5000 4.532629e-11 5224795.7 Loop time of 0.0167689 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:17 2021 Pair time (%) = 0.00108314 (6.45918) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.196207) Outpt time (%) = 0.0155151 (92.5228) Other time (%) = 0.000137806 (0.821793) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:17 2021 Memory usage per processor = 27.5378 Mbytes Step Atoms AVEKE stressZZ 15537 5000 4.532629e-11 5224772.4 15538 -0.0112124999999939 5224691.03920254 15538 5000 4.5322947e-11 5224691 Loop time of 0.0173399 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:17 2021 Pair time (%) = 0.00124812 (7.19795) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.219995) Outpt time (%) = 0.0159321 (91.8808) Other time (%) = 0.000121593 (0.701233) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:17 2021 Memory usage per processor = 27.5378 Mbytes Step Atoms AVEKE stressZZ 15538 5000 4.5322947e-11 5224667.7 15539 -0.0112124999999939 5224586.36794084 15539 5000 4.5319604e-11 5224586.4 Loop time of 0.017132 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:17 2021 Pair time (%) = 0.0012579 (7.34236) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.19344) Outpt time (%) = 0.0156991 (91.6362) Other time (%) = 0.000141859 (0.828033) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:17 2021 Memory usage per processor = 27.5378 Mbytes Step Atoms AVEKE stressZZ 15539 5000 4.5319604e-11 5224563 15540 -0.0112124999999939 5224481.70211122 15540 5000 4.5316262e-11 5224481.7 Loop time of 0.0194402 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:17 2021 Pair time (%) = 0.00104713 (5.38645) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.164341) Outpt time (%) = 0.018271 (93.9856) Other time (%) = 9.01222e-05 (0.463588) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:17 2021 Memory usage per processor = 27.5378 Mbytes Step Atoms AVEKE stressZZ 15540 5000 4.5316262e-11 5224458.4 15541 -0.0112124999999939 5224377.04171279 15541 5000 4.531292e-11 5224377 Loop time of 0.016669 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:17 2021 Pair time (%) = 0.00104713 (6.28191) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.197383) Outpt time (%) = 0.0154941 (92.9514) Other time (%) = 9.48906e-05 (0.569263) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:17 2021 Memory usage per processor = 27.5378 Mbytes Step Atoms AVEKE stressZZ 15541 5000 4.531292e-11 5224353.7 15542 -0.0112124999999939 5224272.38674468 15542 5000 4.5309578e-11 5224272.4 Loop time of 0.0170512 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:17 2021 Pair time (%) = 0.00116706 (6.84443) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.299225) Outpt time (%) = 0.0156932 (92.0356) Other time (%) = 0.000139952 (0.820772) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:17 2021 Memory usage per processor = 27.5378 Mbytes Step Atoms AVEKE stressZZ 15542 5000 4.5309578e-11 5224249 15543 -0.0112124999999939 5224167.73720591 15543 5000 4.5306237e-11 5224167.7 Loop time of 0.0173368 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:17 2021 Pair time (%) = 0.00105405 (6.07982) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.196655) Outpt time (%) = 0.016156 (93.1886) Other time (%) = 9.27448e-05 (0.534958) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:17 2021 Memory usage per processor = 27.5378 Mbytes Step Atoms AVEKE stressZZ 15543 5000 4.5306237e-11 5224144.4 15544 -0.0112124999999939 5224063.0930956 15544 5000 4.5302897e-11 5224063.1 Loop time of 0.0170419 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:17 2021 Pair time (%) = 0.00109005 (6.39628) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.194463) Outpt time (%) = 0.0158069 (92.7531) Other time (%) = 0.000111818 (0.656137) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:17 2021 Memory usage per processor = 27.5378 Mbytes Step Atoms AVEKE stressZZ 15544 5000 4.5302897e-11 5224039.8 15545 -0.0112124999999939 5223958.45441288 15545 5000 4.5299556e-11 5223958.5 Loop time of 0.0167229 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:17 2021 Pair time (%) = 0.00104594 (6.25454) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.202449) Outpt time (%) = 0.0155408 (92.9314) Other time (%) = 0.000102282 (0.611625) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:17 2021 Memory usage per processor = 27.5378 Mbytes Step Atoms AVEKE stressZZ 15545 5000 4.5299556e-11 5223935.1 15546 -0.0112124999999939 5223853.82115701 15546 5000 4.5296216e-11 5223853.8 Loop time of 0.017354 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:17 2021 Pair time (%) = 0.00117111 (6.74837) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.201956) Outpt time (%) = 0.0159841 (92.1058) Other time (%) = 0.000163794 (0.943837) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:17 2021 Memory usage per processor = 27.5378 Mbytes Step Atoms AVEKE stressZZ 15546 5000 4.5296216e-11 5223830.5 15547 -0.0112124999999939 5223749.19332704 15547 5000 4.5292876e-11 5223749.2 Loop time of 0.0171409 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:17 2021 Pair time (%) = 0.00113702 (6.63338) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204468) Outpt time (%) = 0.0158439 (92.4333) Other time (%) = 0.000124931 (0.728851) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:17 2021 Memory usage per processor = 27.5378 Mbytes Step Atoms AVEKE stressZZ 15547 5000 4.5292876e-11 5223725.9 15548 -0.0112124999999939 5223644.57092225 15548 5000 4.5289537e-11 5223644.6 Loop time of 0.0166521 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:17 2021 Pair time (%) = 0.00108409 (6.51022) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.197583) Outpt time (%) = 0.015439 (92.7152) Other time (%) = 9.60827e-05 (0.577) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:17 2021 Memory usage per processor = 27.5378 Mbytes Step Atoms AVEKE stressZZ 15548 5000 4.5289537e-11 5223621.2 15549 -0.0112124999999939 5223539.95394168 15549 5000 4.5286198e-11 5223540 Loop time of 0.016686 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:17 2021 Pair time (%) = 0.00121307 (7.27003) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.305775) Outpt time (%) = 0.015291 (91.6398) Other time (%) = 0.000130892 (0.784443) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:17 2021 Memory usage per processor = 27.5378 Mbytes Step Atoms AVEKE stressZZ 15549 5000 4.5286198e-11 5223516.6 15550 -0.0112124999999939 5223435.34238457 15550 5000 4.528286e-11 5223435.3 Loop time of 0.019475 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:17 2021 Pair time (%) = 0.00104904 (5.38661) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.170168) Outpt time (%) = 0.018302 (93.9768) Other time (%) = 9.08375e-05 (0.466432) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:17 2021 Memory usage per processor = 27.5378 Mbytes Step Atoms AVEKE stressZZ 15550 5000 4.528286e-11 5223412 15551 -0.0112124999999939 5223330.7362502 15551 5000 4.5279521e-11 5223330.7 Loop time of 0.017097 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:17 2021 Pair time (%) = 0.0010488 (6.13443) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192442) Outpt time (%) = 0.015923 (93.1335) Other time (%) = 9.2268e-05 (0.539674) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:17 2021 Memory usage per processor = 27.5378 Mbytes Step Atoms AVEKE stressZZ 15551 5000 4.5279521e-11 5223307.4 15552 -0.0112124999999939 5223226.13553775 15552 5000 4.5276184e-11 5223226.1 Loop time of 0.016443 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:17 2021 Pair time (%) = 0.00104618 (6.36246) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.200096) Outpt time (%) = 0.015275 (92.8966) Other time (%) = 8.89301e-05 (0.540838) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:17 2021 Memory usage per processor = 27.5378 Mbytes Step Atoms AVEKE stressZZ 15552 5000 4.5276184e-11 5223202.8 15553 -0.0112124999999939 5223121.54024642 15553 5000 4.5272846e-11 5223121.5 Loop time of 0.016839 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:17 2021 Pair time (%) = 0.00130105 (7.7264) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.213796) Outpt time (%) = 0.0153549 (91.1862) Other time (%) = 0.000147104 (0.873591) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:17 2021 Memory usage per processor = 27.5378 Mbytes Step Atoms AVEKE stressZZ 15553 5000 4.5272846e-11 5223098.2 15554 -0.0112124999999939 5223016.95037544 15554 5000 4.5269509e-11 5223017 Loop time of 0.0161362 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:17 2021 Pair time (%) = 0.00104499 (6.47606) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.203901) Outpt time (%) = 0.014966 (92.7482) Other time (%) = 9.2268e-05 (0.571809) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:17 2021 Memory usage per processor = 27.5378 Mbytes Step Atoms AVEKE stressZZ 15554 5000 4.5269509e-11 5222993.6 15555 -0.0112124999999939 5222912.36592413 15555 5000 4.5266173e-11 5222912.4 Loop time of 0.0162749 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:17 2021 Pair time (%) = 0.00105095 (6.45747) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.202162) Outpt time (%) = 0.0151 (92.7808) Other time (%) = 9.10759e-05 (0.559609) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:17 2021 Memory usage per processor = 27.5378 Mbytes Step Atoms AVEKE stressZZ 15555 5000 4.5266173e-11 5222889 15556 -0.0112124999999939 5222807.78689159 15556 5000 4.5262836e-11 5222807.8 Loop time of 0.0172012 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:17 2021 Pair time (%) = 0.00104785 (6.09173) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192662) Outpt time (%) = 0.016031 (93.1972) Other time (%) = 8.91685e-05 (0.518386) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:17 2021 Memory usage per processor = 27.5378 Mbytes Step Atoms AVEKE stressZZ 15556 5000 4.5262836e-11 5222784.5 15557 -0.0112124999999939 5222703.21327717 15557 5000 4.52595e-11 5222703.2 Loop time of 0.0169392 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:17 2021 Pair time (%) = 0.00119591 (7.06002) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.205495) Outpt time (%) = 0.015563 (91.8759) Other time (%) = 0.000145435 (0.858574) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:17 2021 Memory usage per processor = 27.5378 Mbytes Step Atoms AVEKE stressZZ 15557 5000 4.52595e-11 5222679.9 15558 -0.0112124999999939 5222598.64508009 15558 5000 4.5256165e-11 5222598.6 Loop time of 0.0171878 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:17 2021 Pair time (%) = 0.00113201 (6.58612) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.19836) Outpt time (%) = 0.0159209 (92.6288) Other time (%) = 0.000100851 (0.586758) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:17 2021 Memory usage per processor = 27.5378 Mbytes Step Atoms AVEKE stressZZ 15558 5000 4.5256165e-11 5222575.3 15559 -0.0112124999999939 5222494.08229957 15559 5000 4.525283e-11 5222494.1 Loop time of 0.017092 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:17 2021 Pair time (%) = 0.0010469 (6.12507) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192498) Outpt time (%) = 0.0159192 (93.1384) Other time (%) = 9.29832e-05 (0.544017) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:17 2021 Memory usage per processor = 27.5378 Mbytes Step Atoms AVEKE stressZZ 15559 5000 4.525283e-11 5222470.7 15560 -0.0112124999999939 5222389.52493496 15560 5000 4.5249495e-11 5222389.5 Loop time of 0.0191319 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:17 2021 Pair time (%) = 0.00120497 (6.29821) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.176958) Outpt time (%) = 0.017791 (92.9915) Other time (%) = 0.000102043 (0.533367) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:17 2021 Memory usage per processor = 27.5378 Mbytes Step Atoms AVEKE stressZZ 15560 5000 4.5249495e-11 5222366.2 15561 -0.0112124999999939 5222284.97298539 15561 5000 4.524616e-11 5222285 Loop time of 0.016561 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:17 2021 Pair time (%) = 0.00117803 (7.11324) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211627) Outpt time (%) = 0.0152431 (92.0417) Other time (%) = 0.000104904 (0.63344) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:17 2021 Memory usage per processor = 27.5378 Mbytes Step Atoms AVEKE stressZZ 15561 5000 4.524616e-11 5222261.6 15562 -0.0112124999999939 5222180.42645036 15562 5000 4.5242826e-11 5222180.4 Loop time of 0.0171249 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:17 2021 Pair time (%) = 0.00108409 (6.33049) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.199089) Outpt time (%) = 0.015908 (92.894) Other time (%) = 9.87053e-05 (0.576385) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:17 2021 Memory usage per processor = 27.5378 Mbytes Step Atoms AVEKE stressZZ 15562 5000 4.5242826e-11 5222157.1 15563 -0.0112124999999939 5222075.88532901 15563 5000 4.5239492e-11 5222075.9 Loop time of 0.017113 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:17 2021 Pair time (%) = 0.00104284 (6.09387) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193655) Outpt time (%) = 0.0159481 (93.1928) Other time (%) = 8.89301e-05 (0.519665) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:17 2021 Memory usage per processor = 27.5378 Mbytes Step Atoms AVEKE stressZZ 15563 5000 4.5239492e-11 5222052.6 15564 -0.0112124999999939 5221971.3496206 15564 5000 4.5236159e-11 5221971.3 Loop time of 0.0168741 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:17 2021 Pair time (%) = 0.00107908 (6.39491) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.202049) Outpt time (%) = 0.0156131 (92.527) Other time (%) = 0.00014782 (0.876016) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:17 2021 Memory usage per processor = 27.5378 Mbytes Step Atoms AVEKE stressZZ 15564 5000 4.5236159e-11 5221948 15565 -0.0112124999999939 5221866.81932443 15565 5000 4.5232826e-11 5221866.8 Loop time of 0.0167511 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:18 2021 Pair time (%) = 0.00125194 (7.47378) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.220612) Outpt time (%) = 0.015311 (91.4032) Other time (%) = 0.000151157 (0.902375) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:18 2021 Memory usage per processor = 27.5378 Mbytes Step Atoms AVEKE stressZZ 15565 5000 4.5232826e-11 5221843.5 15566 -0.0112124999999939 5221762.29443988 15566 5000 4.5229494e-11 5221762.3 Loop time of 0.017333 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:18 2021 Pair time (%) = 0.00115895 (6.68638) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.202201) Outpt time (%) = 0.016006 (92.3439) Other time (%) = 0.000133038 (0.767538) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:18 2021 Memory usage per processor = 27.5378 Mbytes Step Atoms AVEKE stressZZ 15566 5000 4.5229494e-11 5221739 15567 -0.0112124999999939 5221657.77496616 15567 5000 4.5226161e-11 5221657.8 Loop time of 0.016907 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:18 2021 Pair time (%) = 0.00104499 (6.18081) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.194605) Outpt time (%) = 0.0157342 (93.0633) Other time (%) = 9.48906e-05 (0.561251) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:18 2021 Memory usage per processor = 27.5378 Mbytes Step Atoms AVEKE stressZZ 15567 5000 4.5226161e-11 5221634.4 15568 -0.0112124999999939 5221553.26090264 15568 5000 4.5222829e-11 5221553.3 Loop time of 0.0165122 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:18 2021 Pair time (%) = 0.00107121 (6.48743) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.206477) Outpt time (%) = 0.015286 (92.574) Other time (%) = 0.000120878 (0.732056) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:18 2021 Memory usage per processor = 27.5378 Mbytes Step Atoms AVEKE stressZZ 15568 5000 4.5222829e-11 5221529.9 15569 -0.0112124999999939 5221448.75224857 15569 5000 4.5219498e-11 5221448.8 Loop time of 0.0168629 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:18 2021 Pair time (%) = 0.00113392 (6.72435) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.213494) Outpt time (%) = 0.015574 (92.3566) Other time (%) = 0.000118971 (0.70552) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:18 2021 Memory usage per processor = 27.5378 Mbytes Step Atoms AVEKE stressZZ 15569 5000 4.5219498e-11 5221425.4 15570 -0.0112124999999939 5221344.24900328 15570 5000 4.5216167e-11 5221344.2 Loop time of 0.0194519 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:18 2021 Pair time (%) = 0.00114679 (5.89555) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.185079) Outpt time (%) = 0.0181649 (93.3837) Other time (%) = 0.000104189 (0.535625) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:18 2021 Memory usage per processor = 27.5378 Mbytes Step Atoms AVEKE stressZZ 15570 5000 4.5216167e-11 5221320.9 15571 -0.0112124999999939 5221239.75116616 15571 5000 4.5212836e-11 5221239.8 Loop time of 0.016993 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:18 2021 Pair time (%) = 0.00104499 (6.14951) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.193619) Outpt time (%) = 0.01582 (93.0971) Other time (%) = 9.5129e-05 (0.559811) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:18 2021 Memory usage per processor = 27.5378 Mbytes Step Atoms AVEKE stressZZ 15571 5000 4.5212836e-11 5221216.4 15572 -0.0112124999999939 5221135.25873636 15572 5000 4.5209506e-11 5221135.3 Loop time of 0.0165651 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:18 2021 Pair time (%) = 0.00110316 (6.65957) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.217332) Outpt time (%) = 0.0153201 (92.4841) Other time (%) = 0.000105858 (0.639042) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:18 2021 Memory usage per processor = 27.5378 Mbytes Step Atoms AVEKE stressZZ 15572 5000 4.5209506e-11 5221111.9 15573 -0.0112124999999939 5221030.77171329 15573 5000 4.5206176e-11 5221030.8 Loop time of 0.0172992 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:18 2021 Pair time (%) = 0.00106907 (6.17988) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197084) Outpt time (%) = 0.0160742 (92.9188) Other time (%) = 0.000121832 (0.704264) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:18 2021 Memory usage per processor = 27.5378 Mbytes Step Atoms AVEKE stressZZ 15573 5000 4.5206176e-11 5221007.4 15574 -0.0112124999999939 5220926.29009628 15574 5000 4.5202846e-11 5220926.3 Loop time of 0.0171251 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:18 2021 Pair time (%) = 0.00109005 (6.36521) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193518) Outpt time (%) = 0.015908 (92.8927) Other time (%) = 9.39369e-05 (0.548533) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:18 2021 Memory usage per processor = 27.5378 Mbytes Step Atoms AVEKE stressZZ 15574 5000 4.5202846e-11 5220903 15575 -0.0112124999999939 5220821.81388467 15575 5000 4.5199517e-11 5220821.8 Loop time of 0.016613 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:18 2021 Pair time (%) = 0.00107908 (6.49541) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.205224) Outpt time (%) = 0.015377 (92.5603) Other time (%) = 0.000122786 (0.739093) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:18 2021 Memory usage per processor = 27.5378 Mbytes Step Atoms AVEKE stressZZ 15575 5000 4.5199517e-11 5220798.5 15576 -0.0112124999999939 5220717.34307772 15576 5000 4.5196188e-11 5220717.3 Loop time of 0.0172288 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:18 2021 Pair time (%) = 0.00136709 (7.9349) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.226949) Outpt time (%) = 0.0156879 (91.0563) Other time (%) = 0.000134706 (0.781866) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:18 2021 Memory usage per processor = 27.5378 Mbytes Step Atoms AVEKE stressZZ 15576 5000 4.5196188e-11 5220694 15577 -0.0112124999999939 5220612.87767478 15577 5000 4.519286e-11 5220612.9 Loop time of 0.0172369 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:18 2021 Pair time (%) = 0.00104809 (6.08047) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192262) Outpt time (%) = 0.016021 (92.9458) Other time (%) = 0.000134706 (0.781499) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:18 2021 Memory usage per processor = 27.5378 Mbytes Step Atoms AVEKE stressZZ 15577 5000 4.519286e-11 5220589.6 15578 -0.0112124999999939 5220508.41767525 15578 5000 4.5189531e-11 5220508.4 Loop time of 0.017292 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:18 2021 Pair time (%) = 0.00117016 (6.76704) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.20268) Outpt time (%) = 0.0159299 (92.123) Other time (%) = 0.000156879 (0.907236) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:18 2021 Memory usage per processor = 27.5378 Mbytes Step Atoms AVEKE stressZZ 15578 5000 4.5189531e-11 5220485.1 15579 -0.0112124999999939 5220403.96307851 15579 5000 4.5186204e-11 5220404 Loop time of 0.016583 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:18 2021 Pair time (%) = 0.0010469 (6.31308) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.204158) Outpt time (%) = 0.0154011 (92.8732) Other time (%) = 0.000101089 (0.609598) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:18 2021 Memory usage per processor = 27.5378 Mbytes Step Atoms AVEKE stressZZ 15579 5000 4.5186204e-11 5220380.6 15580 -0.0112124999999939 5220299.51388372 15580 5000 4.5182876e-11 5220299.5 Loop time of 0.01946 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:18 2021 Pair time (%) = 0.00113893 (5.85266) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.1752) Outpt time (%) = 0.018177 (93.4073) Other time (%) = 0.000109911 (0.564806) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:18 2021 Memory usage per processor = 27.5378 Mbytes Step Atoms AVEKE stressZZ 15580 5000 4.5182876e-11 5220276.2 15581 -0.0112124999999939 5220195.07009027 15581 5000 4.5179549e-11 5220195.1 Loop time of 0.0173621 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:18 2021 Pair time (%) = 0.00104785 (6.03526) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189503) Outpt time (%) = 0.016186 (93.2259) Other time (%) = 9.53674e-05 (0.549285) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:18 2021 Memory usage per processor = 27.5378 Mbytes Step Atoms AVEKE stressZZ 15581 5000 4.5179549e-11 5220171.7 15582 -0.0112124999999939 5220090.63169761 15582 5000 4.5176223e-11 5220090.6 Loop time of 0.0175319 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:18 2021 Pair time (%) = 0.00136995 (7.81407) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.233905) Outpt time (%) = 0.0159409 (90.9253) Other time (%) = 0.000180006 (1.02674) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:18 2021 Memory usage per processor = 27.5378 Mbytes Step Atoms AVEKE stressZZ 15582 5000 4.5176223e-11 5220067.3 15583 -0.0112124999999939 5219986.19870498 15583 5000 4.5172896e-11 5219986.2 Loop time of 0.0164521 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:18 2021 Pair time (%) = 0.0010581 (6.43142) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.213028) Outpt time (%) = 0.0152571 (92.7368) Other time (%) = 0.000101805 (0.618796) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:18 2021 Memory usage per processor = 27.5378 Mbytes Step Atoms AVEKE stressZZ 15583 5000 4.5172896e-11 5219962.9 15584 -0.0112124999999939 5219881.77111174 15584 5000 4.516957e-11 5219881.8 Loop time of 0.0172341 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:18 2021 Pair time (%) = 0.00119901 (6.95718) Neigh time (%) = 0 (0) Comm time (%) = 5.00679e-05 (0.290517) Outpt time (%) = 0.0158122 (91.7493) Other time (%) = 0.000172853 (1.00297) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:18 2021 Memory usage per processor = 27.5378 Mbytes Step Atoms AVEKE stressZZ 15584 5000 4.516957e-11 5219858.4 15585 -0.0112124999999939 5219777.34891731 15585 5000 4.5166245e-11 5219777.3 Loop time of 0.0173941 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:18 2021 Pair time (%) = 0.00104594 (6.01321) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.190526) Outpt time (%) = 0.0162208 (93.2548) Other time (%) = 9.41753e-05 (0.541422) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:18 2021 Memory usage per processor = 27.5378 Mbytes Step Atoms AVEKE stressZZ 15585 5000 4.5166245e-11 5219754 15586 -0.0112124999999939 5219672.93212092 15586 5000 4.516292e-11 5219672.9 Loop time of 0.0167341 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:18 2021 Pair time (%) = 0.00104499 (6.24466) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.203739) Outpt time (%) = 0.0155621 (92.996) Other time (%) = 9.29832e-05 (0.555651) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:18 2021 Memory usage per processor = 27.5378 Mbytes Step Atoms AVEKE stressZZ 15586 5000 4.516292e-11 5219649.6 15587 -0.0112124999999939 5219568.52072203 15587 5000 4.5159595e-11 5219568.5 Loop time of 0.016809 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:18 2021 Pair time (%) = 0.00113821 (6.77144) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.231199) Outpt time (%) = 0.0155039 (92.2357) Other time (%) = 0.000128031 (0.761681) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:18 2021 Memory usage per processor = 27.5378 Mbytes Step Atoms AVEKE stressZZ 15587 5000 4.5159595e-11 5219545.2 15588 -0.0112124999999939 5219464.11471995 15588 5000 4.515627e-11 5219464.1 Loop time of 0.017133 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:18 2021 Pair time (%) = 0.00111985 (6.53623) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193429) Outpt time (%) = 0.015887 (92.7276) Other time (%) = 9.29832e-05 (0.542714) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:18 2021 Memory usage per processor = 27.5378 Mbytes Step Atoms AVEKE stressZZ 15588 5000 4.515627e-11 5219440.8 15589 -0.0112124999999939 5219359.71411407 15589 5000 4.5152946e-11 5219359.7 Loop time of 0.0172789 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:18 2021 Pair time (%) = 0.00104594 (6.05329) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191796) Outpt time (%) = 0.0161049 (93.2057) Other time (%) = 9.48906e-05 (0.54917) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:18 2021 Memory usage per processor = 27.5378 Mbytes Step Atoms AVEKE stressZZ 15589 5000 4.5152946e-11 5219336.4 15590 -0.0112124999999939 5219255.31890373 15590 5000 4.5149623e-11 5219255.3 Loop time of 0.018863 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:18 2021 Pair time (%) = 0.00106597 (5.65112) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.179481) Outpt time (%) = 0.0176499 (93.569) Other time (%) = 0.000113249 (0.600377) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:18 2021 Memory usage per processor = 27.5378 Mbytes Step Atoms AVEKE stressZZ 15590 5000 4.5149623e-11 5219232 15591 -0.0112124999999939 5219150.92908828 15591 5000 4.5146299e-11 5219150.9 Loop time of 0.0169871 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:18 2021 Pair time (%) = 0.00127482 (7.50467) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.241407) Outpt time (%) = 0.015542 (91.4932) Other time (%) = 0.000129223 (0.760712) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:18 2021 Memory usage per processor = 27.5378 Mbytes Step Atoms AVEKE stressZZ 15591 5000 4.5146299e-11 5219127.6 15592 -0.0112124999999939 5219046.54466704 15592 5000 4.5142976e-11 5219046.5 Loop time of 0.017293 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:18 2021 Pair time (%) = 0.00106406 (6.15315) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197154) Outpt time (%) = 0.0160861 (93.021) Other time (%) = 0.000108719 (0.628688) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:18 2021 Memory usage per processor = 27.5378 Mbytes Step Atoms AVEKE stressZZ 15592 5000 4.5142976e-11 5219023.2 15593 -0.0112124999999939 5218942.1656395 15593 5000 4.5139654e-11 5218942.2 Loop time of 0.0170829 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:18 2021 Pair time (%) = 0.00104809 (6.13529) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193996) Outpt time (%) = 0.0159051 (93.1055) Other time (%) = 9.65595e-05 (0.56524) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:18 2021 Memory usage per processor = 27.5378 Mbytes Step Atoms AVEKE stressZZ 15593 5000 4.5139654e-11 5218918.8 15594 -0.0112124999999939 5218837.79200492 15594 5000 4.5136332e-11 5218837.8 Loop time of 0.0169029 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:18 2021 Pair time (%) = 0.00118208 (6.99334) Neigh time (%) = 0 (0) Comm time (%) = 4.88758e-05 (0.289156) Outpt time (%) = 0.0155089 (91.7527) Other time (%) = 0.000163078 (0.964794) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:24:18 2021 Memory usage per processor = 27.5378 Mbytes Step Atoms AVEKE stressZZ 15594 5000 4.5136332e-11 5218814.5 15595 -0.0112124999999939 5218717.21802609 15595 5000 8.913709e-11 5218888.8 Loop time of 0.0167692 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:18 2021 Pair time (%) = 0.00115919 (6.91263) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.203313) Outpt time (%) = 0.0154271 (91.9969) Other time (%) = 0.000148773 (0.887183) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:18 2021 Memory usage per processor = 27.5378 Mbytes Step Atoms AVEKE stressZZ 15595 5000 8.913709e-11 5274103.8 15596 -0.0112449999999939 5273996.51710386 15596 5000 7.1776965e-11 5273996.5 Loop time of 0.017133 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:18 2021 Pair time (%) = 0.00104904 (6.12293) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192037) Outpt time (%) = 0.0159259 (92.9545) Other time (%) = 0.00012517 (0.730577) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:18 2021 Memory usage per processor = 27.5378 Mbytes Step Atoms AVEKE stressZZ 15596 5000 7.1776965e-11 5273965.1 15597 -0.0112449999999939 5273866.99282179 15597 5000 6.1719518e-11 5273867 Loop time of 0.0164311 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:18 2021 Pair time (%) = 0.00104189 (6.34096) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.201692) Outpt time (%) = 0.0152681 (92.9219) Other time (%) = 8.79765e-05 (0.535427) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:18 2021 Memory usage per processor = 27.5378 Mbytes Step Atoms AVEKE stressZZ 15597 5000 6.1719518e-11 5273838.4 15598 -0.0112449999999939 5273746.14485955 15598 5000 5.5721034e-11 5273746.1 Loop time of 0.0163019 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:18 2021 Pair time (%) = 0.00104499 (6.41024) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.201828) Outpt time (%) = 0.015099 (92.6216) Other time (%) = 0.000124931 (0.766362) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:18 2021 Memory usage per processor = 27.5378 Mbytes Step Atoms AVEKE stressZZ 15598 5000 5.5721034e-11 5273719.4 15599 -0.0112449999999939 5273630.81278022 15599 5000 5.2067e-11 5273630.8 Loop time of 0.0161109 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:18 2021 Pair time (%) = 0.00104904 (6.51138) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.2057) Outpt time (%) = 0.0149419 (92.7443) Other time (%) = 8.67844e-05 (0.538669) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:18 2021 Memory usage per processor = 27.5378 Mbytes Step Atoms AVEKE stressZZ 15599 5000 5.2067e-11 5273605.2 15600 -0.0112449999999939 5273518.9880982 15600 5000 4.9807941e-11 5273519 Loop time of 0.018681 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:18 2021 Pair time (%) = 0.0010488 (5.61426) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.176124) Outpt time (%) = 0.0175102 (93.7323) Other time (%) = 8.91685e-05 (0.477321) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:18 2021 Memory usage per processor = 27.5379 Mbytes Step Atoms AVEKE stressZZ 15600 5000 4.9807941e-11 5273494.1 15601 -0.0112449999999939 5273409.39440067 15601 5000 4.8397051e-11 5273409.4 Loop time of 0.0182869 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:18 2021 Pair time (%) = 0.00104499 (5.7144) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.179919) Outpt time (%) = 0.017118 (93.6076) Other time (%) = 9.10759e-05 (0.498038) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:18 2021 Memory usage per processor = 27.5379 Mbytes Step Atoms AVEKE stressZZ 15601 5000 4.8397051e-11 5273384.9 15602 -0.0112449999999939 5273301.22051362 15602 5000 4.7509685e-11 5273301.2 Loop time of 0.017478 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:18 2021 Pair time (%) = 0.00108695 (6.21897) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.189611) Outpt time (%) = 0.016201 (92.6938) Other time (%) = 0.000156879 (0.897583) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:18 2021 Memory usage per processor = 27.5379 Mbytes Step Atoms AVEKE stressZZ 15602 5000 4.7509685e-11 5273277.1 15603 -0.0112449999999939 5273193.95092671 15603 5000 4.6948766e-11 5273194 Loop time of 0.0170431 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:18 2021 Pair time (%) = 0.001055 (6.1902) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.200045) Outpt time (%) = 0.015847 (92.9816) Other time (%) = 0.00010705 (0.628113) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:18 2021 Memory usage per processor = 27.5379 Mbytes Step Atoms AVEKE stressZZ 15603 5000 4.6948766e-11 5273170 15604 -0.0112449999999939 5273087.258027 15604 5000 4.6592777e-11 5273087.3 Loop time of 0.0173681 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:18 2021 Pair time (%) = 0.00133586 (7.69146) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.194929) Outpt time (%) = 0.0158732 (91.3929) Other time (%) = 0.00012517 (0.720689) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:18 2021 Memory usage per processor = 27.5379 Mbytes Step Atoms AVEKE stressZZ 15604 5000 4.6592777e-11 5273063.4 15605 -0.0112449999999939 5272980.93362713 15605 5000 4.6366e-11 5272980.9 Loop time of 0.0173092 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:18 2021 Pair time (%) = 0.00104904 (6.06061) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190083) Outpt time (%) = 0.0161328 (93.2039) Other time (%) = 9.44138e-05 (0.545455) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:18 2021 Memory usage per processor = 27.5379 Mbytes Step Atoms AVEKE stressZZ 15605 5000 4.6366e-11 5272957.1 15606 -0.0112449999999939 5272874.84541073 15606 5000 4.6220926e-11 5272874.8 Loop time of 0.016906 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:18 2021 Pair time (%) = 0.00112295 (6.64232) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.196026) Outpt time (%) = 0.015656 (92.606) Other time (%) = 9.39369e-05 (0.555642) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:18 2021 Memory usage per processor = 27.5379 Mbytes Step Atoms AVEKE stressZZ 15606 5000 4.6220926e-11 5272851.1 15607 -0.0112449999999939 5272768.9092849 15607 5000 4.6127607e-11 5272768.9 Loop time of 0.017298 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:18 2021 Pair time (%) = 0.00136089 (7.86735) Neigh time (%) = 0 (0) Comm time (%) = 4.19617e-05 (0.242581) Outpt time (%) = 0.0157449 (91.0217) Other time (%) = 0.000150204 (0.868331) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:18 2021 Memory usage per processor = 27.5379 Mbytes Step Atoms AVEKE stressZZ 15607 5000 4.6127607e-11 5272745.2 15608 -0.0112449999999939 5272663.07180872 15608 5000 4.6067112e-11 5272663.1 Loop time of 0.017555 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:19 2021 Pair time (%) = 0.00123096 (7.01199) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.188779) Outpt time (%) = 0.0161941 (92.2478) Other time (%) = 9.67979e-05 (0.551398) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:19 2021 Memory usage per processor = 27.5379 Mbytes Step Atoms AVEKE stressZZ 15608 5000 4.6067112e-11 5272639.4 15609 -0.0112449999999939 5272557.29902 15609 5000 4.6027449e-11 5272557.3 Loop time of 0.0172181 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:19 2021 Pair time (%) = 0.00104713 (6.08159) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191088) Outpt time (%) = 0.0160441 (93.1818) Other time (%) = 9.39369e-05 (0.54557) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:19 2021 Memory usage per processor = 27.5379 Mbytes Step Atoms AVEKE stressZZ 15609 5000 4.6027449e-11 5272533.6 15610 -0.0112449999999939 5272451.56933481 15610 5000 4.6001014e-11 5272451.6 Loop time of 0.0190699 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:19 2021 Pair time (%) = 0.0011251 (5.89986) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.178784) Outpt time (%) = 0.0178189 (93.44) Other time (%) = 9.17912e-05 (0.48134) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:19 2021 Memory usage per processor = 27.5379 Mbytes Step Atoms AVEKE stressZZ 15610 5000 4.6001014e-11 5272427.9 15611 -0.0112449999999939 5272345.86903626 15611 5000 4.5982981e-11 5272345.9 Loop time of 0.016916 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:19 2021 Pair time (%) = 0.00114989 (6.79765) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.212823) Outpt time (%) = 0.0156219 (92.3496) Other time (%) = 0.000108242 (0.639878) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:19 2021 Memory usage per processor = 27.5379 Mbytes Step Atoms AVEKE stressZZ 15611 5000 4.5982981e-11 5272322.2 15612 -0.0112449999999939 5272240.18940753 15612 5000 4.5970286e-11 5272240.2 Loop time of 0.017581 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:19 2021 Pair time (%) = 0.0010879 (6.18796) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.1885) Outpt time (%) = 0.0163651 (93.0838) Other time (%) = 9.48906e-05 (0.539734) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:19 2021 Memory usage per processor = 27.5379 Mbytes Step Atoms AVEKE stressZZ 15612 5000 4.5970286e-11 5272216.5 15613 -0.0112449999999939 5272134.52491242 15613 5000 4.5960983e-11 5272134.5 Loop time of 0.0171649 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:19 2021 Pair time (%) = 0.00104809 (6.10598) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.197236) Outpt time (%) = 0.0159731 (93.0565) Other time (%) = 0.000109911 (0.640322) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:19 2021 Memory usage per processor = 27.5379 Mbytes Step Atoms AVEKE stressZZ 15613 5000 4.5960983e-11 5272110.9 15614 -0.0112449999999939 5272028.87202422 15614 5000 4.5953835e-11 5272028.9 Loop time of 0.0168362 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:19 2021 Pair time (%) = 0.00109291 (6.49145) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.195423) Outpt time (%) = 0.015583 (92.5569) Other time (%) = 0.000127316 (0.756203) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:19 2021 Memory usage per processor = 27.5379 Mbytes Step Atoms AVEKE stressZZ 15614 5000 4.5953835e-11 5272005.2 15615 -0.0112449999999939 5271923.22850488 15615 5000 4.5948056e-11 5271923.2 Loop time of 0.0174038 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:19 2021 Pair time (%) = 0.00147009 (8.44692) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.212337) Outpt time (%) = 0.015722 (90.3366) Other time (%) = 0.000174761 (1.00415) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:19 2021 Memory usage per processor = 27.5379 Mbytes Step Atoms AVEKE stressZZ 15615 5000 4.5948056e-11 5271899.6 15616 -0.0112449999999939 5271817.59293179 15616 5000 4.5943148e-11 5271817.6 Loop time of 0.0174849 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:19 2021 Pair time (%) = 0.00120997 (6.92011) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.200445) Outpt time (%) = 0.0161359 (92.2849) Other time (%) = 0.000103951 (0.594516) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:19 2021 Memory usage per processor = 27.5379 Mbytes Step Atoms AVEKE stressZZ 15616 5000 4.5943148e-11 5271793.9 15617 -0.0112449999999939 5271711.96440068 15617 5000 4.5938793e-11 5271712 Loop time of 0.0171192 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:19 2021 Pair time (%) = 0.00104713 (6.11674) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192193) Outpt time (%) = 0.015944 (93.1354) Other time (%) = 9.5129e-05 (0.555687) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:19 2021 Memory usage per processor = 27.5379 Mbytes Step Atoms AVEKE stressZZ 15617 5000 4.5938793e-11 5271688.3 15618 -0.0112449999999939 5271606.3423365 15618 5000 4.5934791e-11 5271606.3 Loop time of 0.016726 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:19 2021 Pair time (%) = 0.00106311 (6.35602) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.203837) Outpt time (%) = 0.01546 (92.4309) Other time (%) = 0.0001688 (1.00921) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:19 2021 Memory usage per processor = 27.5379 Mbytes Step Atoms AVEKE stressZZ 15618 5000 4.5934791e-11 5271582.7 15619 -0.0112449999999939 5271500.72637375 15619 5000 4.5931011e-11 5271500.7 Loop time of 0.0176201 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:19 2021 Pair time (%) = 0.00127196 (7.21882) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.198907) Outpt time (%) = 0.0162029 (91.9571) Other time (%) = 0.000110149 (0.625135) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:19 2021 Memory usage per processor = 27.5379 Mbytes Step Atoms AVEKE stressZZ 15619 5000 4.5931011e-11 5271477.1 15620 -0.0112449999999939 5271395.11627991 15620 5000 4.5927374e-11 5271395.1 Loop time of 0.0197539 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:19 2021 Pair time (%) = 0.0011301 (5.72091) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.172593) Outpt time (%) = 0.01847 (93.5006) Other time (%) = 0.000119686 (0.605885) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:19 2021 Memory usage per processor = 27.5379 Mbytes Step Atoms AVEKE stressZZ 15620 5000 4.5927374e-11 5271371.5 15621 -0.0112449999999939 5271289.51190694 15621 5000 4.5923828e-11 5271289.5 Loop time of 0.017164 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:19 2021 Pair time (%) = 0.00104785 (6.10493) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198636) Outpt time (%) = 0.0159869 (93.1422) Other time (%) = 9.5129e-05 (0.554236) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:19 2021 Memory usage per processor = 27.5379 Mbytes Step Atoms AVEKE stressZZ 15621 5000 4.5923828e-11 5271265.9 15622 -0.0112449999999939 5271183.91316059 15622 5000 4.5920339e-11 5271183.9 Loop time of 0.0167389 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:19 2021 Pair time (%) = 0.00106001 (6.33261) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209378) Outpt time (%) = 0.0155001 (92.5991) Other time (%) = 0.000143766 (0.858876) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:19 2021 Memory usage per processor = 27.5379 Mbytes Step Atoms AVEKE stressZZ 15622 5000 4.5920339e-11 5271160.3 15623 -0.0112449999999939 5271078.31998092 15623 5000 4.5916887e-11 5271078.3 Loop time of 0.017643 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:19 2021 Pair time (%) = 0.00121713 (6.89865) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.191892) Outpt time (%) = 0.0162811 (92.2811) Other time (%) = 0.000110865 (0.628378) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:19 2021 Memory usage per processor = 27.5379 Mbytes Step Atoms AVEKE stressZZ 15623 5000 4.5916887e-11 5271054.7 15624 -0.0112449999999939 5270972.73232957 15624 5000 4.5913459e-11 5270972.7 Loop time of 0.0172908 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:19 2021 Pair time (%) = 0.00104618 (6.05049) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.1958) Outpt time (%) = 0.016119 (93.2228) Other time (%) = 9.17912e-05 (0.530866) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:19 2021 Memory usage per processor = 27.5379 Mbytes Step Atoms AVEKE stressZZ 15624 5000 4.5913459e-11 5270949.1 15625 -0.0112449999999939 5270867.15018223 15625 5000 4.5910046e-11 5270867.2 Loop time of 0.0174448 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:19 2021 Pair time (%) = 0.00108218 (6.20345) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.195438) Outpt time (%) = 0.016238 (93.0818) Other time (%) = 9.05991e-05 (0.519346) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:19 2021 Memory usage per processor = 27.5379 Mbytes Step Atoms AVEKE stressZZ 15625 5000 4.5910046e-11 5270843.5 15626 -0.0112449999999939 5270761.57352199 15626 5000 4.5906642e-11 5270761.6 Loop time of 0.0167332 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:19 2021 Pair time (%) = 0.00118303 (7.06999) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.215149) Outpt time (%) = 0.0154102 (92.0936) Other time (%) = 0.000103951 (0.621224) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:19 2021 Memory usage per processor = 27.5379 Mbytes Step Atoms AVEKE stressZZ 15626 5000 4.5906642e-11 5270737.9 15627 -0.0112449999999939 5270656.00233418 15627 5000 4.5903245e-11 5270656 Loop time of 0.0169671 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:19 2021 Pair time (%) = 0.00111103 (6.54816) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.199536) Outpt time (%) = 0.015722 (92.6621) Other time (%) = 0.000100136 (0.590178) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:19 2021 Memory usage per processor = 27.5379 Mbytes Step Atoms AVEKE stressZZ 15627 5000 4.5903245e-11 5270632.4 15628 -0.0112449999999939 5270550.43666142 15628 5000 4.5899852e-11 5270550.4 Loop time of 0.01724 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:19 2021 Pair time (%) = 0.00105405 (6.11395) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190845) Outpt time (%) = 0.0160592 (93.1503) Other time (%) = 9.39369e-05 (0.544876) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:19 2021 Memory usage per processor = 27.5379 Mbytes Step Atoms AVEKE stressZZ 15628 5000 4.5899852e-11 5270526.8 15629 -0.0112449999999939 5270444.87655016 15629 5000 4.5896462e-11 5270444.9 Loop time of 0.0167439 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:19 2021 Pair time (%) = 0.00108194 (6.46172) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.197924) Outpt time (%) = 0.0154891 (92.5059) Other time (%) = 0.000139713 (0.834413) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:19 2021 Memory usage per processor = 27.5379 Mbytes Step Atoms AVEKE stressZZ 15629 5000 4.5896462e-11 5270421.2 15630 -0.0112449999999939 5270339.3219727 15630 5000 4.5893073e-11 5270339.3 Loop time of 0.0200479 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:19 2021 Pair time (%) = 0.00148201 (7.39234) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.185522) Outpt time (%) = 0.0183809 (91.6848) Other time (%) = 0.00014782 (0.737332) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:19 2021 Memory usage per processor = 27.5379 Mbytes Step Atoms AVEKE stressZZ 15630 5000 4.5893073e-11 5270315.7 15631 -0.0112449999999939 5270233.77296231 15631 5000 4.5889686e-11 5270233.8 Loop time of 0.017441 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:19 2021 Pair time (%) = 0.00105286 (6.03666) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.190013) Outpt time (%) = 0.0162609 (93.2334) Other time (%) = 9.41753e-05 (0.539964) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:19 2021 Memory usage per processor = 27.5379 Mbytes Step Atoms AVEKE stressZZ 15631 5000 4.5889686e-11 5270210.1 15632 -0.0112449999999939 5270128.22947243 15632 5000 4.58863e-11 5270128.2 Loop time of 0.016861 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:19 2021 Pair time (%) = 0.00105 (6.22738) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.195136) Outpt time (%) = 0.0156841 (93.0204) Other time (%) = 9.39369e-05 (0.557127) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:19 2021 Memory usage per processor = 27.5379 Mbytes Step Atoms AVEKE stressZZ 15632 5000 4.58863e-11 5270104.6 15633 -0.0112449999999939 5270022.69148949 15633 5000 4.5882915e-11 5270022.7 Loop time of 0.0166581 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:19 2021 Pair time (%) = 0.00110102 (6.60951) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.210394) Outpt time (%) = 0.01542 (92.5675) Other time (%) = 0.000102043 (0.612575) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:19 2021 Memory usage per processor = 27.5379 Mbytes Step Atoms AVEKE stressZZ 15633 5000 4.5882915e-11 5269999.1 15634 -0.0112449999999939 5269917.15900569 15634 5000 4.587953e-11 5269917.2 Loop time of 0.0176651 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:19 2021 Pair time (%) = 0.00124097 (7.02496) Neigh time (%) = 0 (0) Comm time (%) = 5.19753e-05 (0.294225) Outpt time (%) = 0.016176 (91.5701) Other time (%) = 0.000196218 (1.11077) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:19 2021 Memory usage per processor = 27.5379 Mbytes Step Atoms AVEKE stressZZ 15634 5000 4.587953e-11 5269893.5 15635 -0.0112449999999939 5269811.63201555 15635 5000 4.5876146e-11 5269811.6 Loop time of 0.0171931 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:19 2021 Pair time (%) = 0.00112391 (6.53696) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191366) Outpt time (%) = 0.0159409 (92.717) Other time (%) = 9.53674e-05 (0.554685) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:19 2021 Memory usage per processor = 27.5379 Mbytes Step Atoms AVEKE stressZZ 15635 5000 4.5876146e-11 5269788 15636 -0.0112449999999939 5269706.1105147 15636 5000 4.5872762e-11 5269706.1 Loop time of 0.0166879 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:19 2021 Pair time (%) = 0.00105786 (6.33911) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.198588) Outpt time (%) = 0.015501 (92.888) Other time (%) = 9.58443e-05 (0.574335) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:19 2021 Memory usage per processor = 27.5379 Mbytes Step Atoms AVEKE stressZZ 15636 5000 4.5872762e-11 5269682.5 15637 -0.0112449999999939 5269600.59449981 15637 5000 4.5869379e-11 5269600.6 Loop time of 0.0169439 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:19 2021 Pair time (%) = 0.00120401 (7.10587) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.230765) Outpt time (%) = 0.0155809 (91.9556) Other time (%) = 0.000119925 (0.707773) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:19 2021 Memory usage per processor = 27.5379 Mbytes Step Atoms AVEKE stressZZ 15637 5000 4.5869379e-11 5269577 15638 -0.0112449999999939 5269495.08396792 15638 5000 4.5865996e-11 5269495.1 Loop time of 0.017288 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:19 2021 Pair time (%) = 0.00109601 (6.33973) Neigh time (%) = 0 (0) Comm time (%) = 6.00815e-05 (0.347533) Outpt time (%) = 0.0160079 (92.5956) Other time (%) = 0.000123978 (0.717133) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:19 2021 Memory usage per processor = 27.5379 Mbytes Step Atoms AVEKE stressZZ 15638 5000 4.5865996e-11 5269471.4 15639 -0.0112449999999939 5269389.57891657 15639 5000 4.5862614e-11 5269389.6 Loop time of 0.0171411 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:19 2021 Pair time (%) = 0.001086 (6.33563) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191947) Outpt time (%) = 0.015928 (92.923) Other time (%) = 9.41753e-05 (0.549412) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:19 2021 Memory usage per processor = 27.5379 Mbytes Step Atoms AVEKE stressZZ 15639 5000 4.5862614e-11 5269365.9 15640 -0.0112449999999939 5269284.0793435 15640 5000 4.5859232e-11 5269284.1 Loop time of 0.0190871 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:19 2021 Pair time (%) = 0.00108004 (5.65847) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.183619) Outpt time (%) = 0.017818 (93.351) Other time (%) = 0.000154018 (0.806925) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:19 2021 Memory usage per processor = 27.5379 Mbytes Step Atoms AVEKE stressZZ 15640 5000 4.5859232e-11 5269260.4 15641 -0.0112449999999939 5269178.58524375 15641 5000 4.585585e-11 5269178.6 Loop time of 0.016911 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:19 2021 Pair time (%) = 0.00114703 (6.78274) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.212886) Outpt time (%) = 0.0156212 (92.3728) Other time (%) = 0.000106812 (0.631609) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:19 2021 Memory usage per processor = 27.5379 Mbytes Step Atoms AVEKE stressZZ 15641 5000 4.585585e-11 5269154.9 15642 -0.0112449999999939 5269073.09660052 15642 5000 4.5852469e-11 5269073.1 Loop time of 0.016341 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:19 2021 Pair time (%) = 0.00107503 (6.57874) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.20864) Outpt time (%) = 0.015142 (92.6626) Other time (%) = 8.98838e-05 (0.550052) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:19 2021 Memory usage per processor = 27.5379 Mbytes Step Atoms AVEKE stressZZ 15642 5000 4.5852469e-11 5269049.5 15643 -0.0112449999999939 5268967.61342845 15643 5000 4.5849088e-11 5268967.6 Loop time of 0.0166581 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:19 2021 Pair time (%) = 0.00107503 (6.45351) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191787) Outpt time (%) = 0.015466 (92.8438) Other time (%) = 8.51154e-05 (0.510956) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:19 2021 Memory usage per processor = 27.5379 Mbytes Step Atoms AVEKE stressZZ 15643 5000 4.5849088e-11 5268944 15644 -0.0112449999999939 5268862.13572607 15644 5000 4.5845708e-11 5268862.1 Loop time of 0.0163209 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:19 2021 Pair time (%) = 0.00104809 (6.42174) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.203053) Outpt time (%) = 0.0151498 (92.8245) Other time (%) = 8.98838e-05 (0.550727) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:19 2021 Memory usage per processor = 27.5379 Mbytes Step Atoms AVEKE stressZZ 15644 5000 4.5845708e-11 5268838.5 15645 -0.0112449999999939 5268756.66349326 15645 5000 4.5842327e-11 5268756.7 Loop time of 0.0172269 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:19 2021 Pair time (%) = 0.00104904 (6.08954) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.19099) Outpt time (%) = 0.0160551 (93.1977) Other time (%) = 8.98838e-05 (0.521763) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:19 2021 Memory usage per processor = 27.5379 Mbytes Step Atoms AVEKE stressZZ 15645 5000 4.5842327e-11 5268733 15646 -0.0112449999999939 5268651.19671709 15646 5000 4.5838948e-11 5268651.2 Loop time of 0.0174651 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:19 2021 Pair time (%) = 0.001086 (6.21809) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.188386) Outpt time (%) = 0.0162501 (93.0434) Other time (%) = 9.60827e-05 (0.550141) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:19 2021 Memory usage per processor = 27.5379 Mbytes Step Atoms AVEKE stressZZ 15646 5000 4.5838948e-11 5268627.6 15647 -0.0112449999999939 5268545.73538588 15647 5000 4.5835568e-11 5268545.7 Loop time of 0.0165541 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:19 2021 Pair time (%) = 0.001091 (6.59053) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.289488) Outpt time (%) = 0.0152972 (92.4071) Other time (%) = 0.000118017 (0.712917) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:19 2021 Memory usage per processor = 27.5379 Mbytes Step Atoms AVEKE stressZZ 15647 5000 4.5835568e-11 5268522.1 15648 -0.0112449999999939 5268440.27952138 15648 5000 4.5832189e-11 5268440.3 Loop time of 0.0170009 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:19 2021 Pair time (%) = 0.00111294 (6.54634) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.21176) Outpt time (%) = 0.015744 (92.6066) Other time (%) = 0.000108004 (0.635281) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:19 2021 Memory usage per processor = 27.5379 Mbytes Step Atoms AVEKE stressZZ 15648 5000 4.5832189e-11 5268416.6 15649 -0.0112449999999939 5268334.82912157 15649 5000 4.5828811e-11 5268334.8 Loop time of 0.0172541 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:19 2021 Pair time (%) = 0.00104594 (6.06199) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192071) Outpt time (%) = 0.0160868 (93.2347) Other time (%) = 8.82149e-05 (0.511269) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:19 2021 Memory usage per processor = 27.5379 Mbytes Step Atoms AVEKE stressZZ 15649 5000 4.5828811e-11 5268311.2 15650 -0.0112449999999939 5268229.38418445 15650 5000 4.5825433e-11 5268229.4 Loop time of 0.018918 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:19 2021 Pair time (%) = 0.0010922 (5.7733) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.173917) Outpt time (%) = 0.017669 (93.3974) Other time (%) = 0.000123978 (0.655341) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:19 2021 Memory usage per processor = 27.5379 Mbytes Step Atoms AVEKE stressZZ 15650 5000 4.5825433e-11 5268205.8 15651 -0.0112449999999939 5268123.94470873 15651 5000 4.5822055e-11 5268123.9 Loop time of 0.0167542 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:20 2021 Pair time (%) = 0.0012188 (7.27459) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.214879) Outpt time (%) = 0.0153921 (91.8702) Other time (%) = 0.000107288 (0.640369) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:20 2021 Memory usage per processor = 27.5379 Mbytes Step Atoms AVEKE stressZZ 15651 5000 4.5822055e-11 5268100.3 15652 -0.0112449999999939 5268018.51069363 15652 5000 4.5818677e-11 5268018.5 Loop time of 0.0169482 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:20 2021 Pair time (%) = 0.00114703 (6.76786) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.194131) Outpt time (%) = 0.015671 (92.4641) Other time (%) = 9.72748e-05 (0.573953) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:20 2021 Memory usage per processor = 27.5379 Mbytes Step Atoms AVEKE stressZZ 15652 5000 4.5818677e-11 5267994.9 15653 -0.0112449999999939 5267913.08213774 15653 5000 4.58153e-11 5267913.1 Loop time of 0.017025 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:20 2021 Pair time (%) = 0.00111794 (6.56649) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.204459) Outpt time (%) = 0.0157709 (92.6339) Other time (%) = 0.000101328 (0.595171) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:20 2021 Memory usage per processor = 27.5379 Mbytes Step Atoms AVEKE stressZZ 15653 5000 4.58153e-11 5267889.5 15654 -0.0112449999999939 5267807.65904034 15654 5000 4.5811923e-11 5267807.7 Loop time of 0.0166142 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:20 2021 Pair time (%) = 0.00104904 (6.31413) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.198034) Outpt time (%) = 0.015439 (92.9267) Other time (%) = 9.32217e-05 (0.561096) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:20 2021 Memory usage per processor = 27.5379 Mbytes Step Atoms AVEKE stressZZ 15654 5000 4.5811923e-11 5267784 15655 -0.0112449999999939 5267702.24140016 15655 5000 4.5808547e-11 5267702.2 Loop time of 0.0168271 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:20 2021 Pair time (%) = 0.00128484 (7.63552) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.238035) Outpt time (%) = 0.015372 (91.3528) Other time (%) = 0.000130177 (0.773612) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:20 2021 Memory usage per processor = 27.5379 Mbytes Step Atoms AVEKE stressZZ 15655 5000 4.5808547e-11 5267678.6 15656 -0.0112449999999939 5267596.82922675 15656 5000 4.5805171e-11 5267596.8 Loop time of 0.01719 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:20 2021 Pair time (%) = 0.00110507 (6.42857) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191401) Outpt time (%) = 0.0159569 (92.8266) Other time (%) = 9.5129e-05 (0.553398) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:20 2021 Memory usage per processor = 27.5379 Mbytes Step Atoms AVEKE stressZZ 15656 5000 4.5805171e-11 5267573.2 15657 -0.0112449999999939 5267491.42252842 15657 5000 4.5801796e-11 5267491.4 Loop time of 0.01702 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:20 2021 Pair time (%) = 0.00104785 (6.15658) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.198916) Outpt time (%) = 0.0158439 (93.0898) Other time (%) = 9.44138e-05 (0.554723) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:20 2021 Memory usage per processor = 27.5379 Mbytes Step Atoms AVEKE stressZZ 15657 5000 4.5801796e-11 5267467.8 15658 -0.0112449999999939 5267386.02129558 15658 5000 4.579842e-11 5267386 Loop time of 0.0165122 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:20 2021 Pair time (%) = 0.00107503 (6.51053) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.218029) Outpt time (%) = 0.0152822 (92.5509) Other time (%) = 0.000118971 (0.720505) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:20 2021 Memory usage per processor = 27.5379 Mbytes Step Atoms AVEKE stressZZ 15658 5000 4.579842e-11 5267362.4 15659 -0.0112449999999939 5267280.62552483 15659 5000 4.5795046e-11 5267280.6 Loop time of 0.0171659 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:20 2021 Pair time (%) = 0.00119901 (6.98482) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.209725) Outpt time (%) = 0.0157669 (91.8499) Other time (%) = 0.000164032 (0.955569) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:20 2021 Memory usage per processor = 27.5379 Mbytes Step Atoms AVEKE stressZZ 15659 5000 4.5795046e-11 5267257 15660 -0.0112449999999939 5267175.235214 15660 5000 4.5791671e-11 5267175.2 Loop time of 0.0193751 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:20 2021 Pair time (%) = 0.00108004 (5.57436) Neigh time (%) = 0 (0) Comm time (%) = 7.29561e-05 (0.376546) Outpt time (%) = 0.0181291 (93.5692) Other time (%) = 9.29832e-05 (0.479911) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:20 2021 Memory usage per processor = 27.5379 Mbytes Step Atoms AVEKE stressZZ 15660 5000 4.5791671e-11 5267151.6 15661 -0.0112449999999939 5267069.85036134 15661 5000 4.5788297e-11 5267069.9 Loop time of 0.0165501 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:20 2021 Pair time (%) = 0.00108695 (6.56765) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193039) Outpt time (%) = 0.015322 (92.5795) Other time (%) = 0.000109196 (0.65979) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:20 2021 Memory usage per processor = 27.5379 Mbytes Step Atoms AVEKE stressZZ 15661 5000 4.5788297e-11 5267046.2 15662 -0.0112449999999939 5266964.47096534 15662 5000 4.5784923e-11 5266964.5 Loop time of 0.0165939 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:20 2021 Pair time (%) = 0.00113606 (6.84626) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.20977) Outpt time (%) = 0.0153201 (92.3233) Other time (%) = 0.000102997 (0.62069) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:20 2021 Memory usage per processor = 27.5379 Mbytes Step Atoms AVEKE stressZZ 15662 5000 4.5784923e-11 5266940.8 15663 -0.0112449999999939 5266859.09702481 15663 5000 4.578155e-11 5266859.1 Loop time of 0.017437 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:20 2021 Pair time (%) = 0.00105095 (6.02713) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.190057) Outpt time (%) = 0.016259 (93.2441) Other time (%) = 9.39369e-05 (0.538722) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:20 2021 Memory usage per processor = 27.5379 Mbytes Step Atoms AVEKE stressZZ 15663 5000 4.578155e-11 5266835.5 15664 -0.0112449999999939 5266753.72854671 15664 5000 4.5778177e-11 5266753.7 Loop time of 0.0172539 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:20 2021 Pair time (%) = 0.00105095 (6.09109) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190692) Outpt time (%) = 0.0160749 (93.1669) Other time (%) = 9.5129e-05 (0.551349) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:20 2021 Memory usage per processor = 27.5379 Mbytes Step Atoms AVEKE stressZZ 15664 5000 4.5778177e-11 5266730.1 15665 -0.0112449999999939 5266648.36563973 15665 5000 4.5774804e-11 5266648.4 Loop time of 0.0168991 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:20 2021 Pair time (%) = 0.00112891 (6.6803) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.200339) Outpt time (%) = 0.01564 (92.5494) Other time (%) = 9.63211e-05 (0.569977) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:20 2021 Memory usage per processor = 27.5379 Mbytes Step Atoms AVEKE stressZZ 15665 5000 4.5774804e-11 5266624.7 15666 -0.0112449999999939 5266543.00826508 15666 5000 4.5771432e-11 5266543 Loop time of 0.0170891 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:20 2021 Pair time (%) = 0.00130796 (7.65378) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.221828) Outpt time (%) = 0.015563 (91.0697) Other time (%) = 0.000180244 (1.05473) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:20 2021 Memory usage per processor = 27.5379 Mbytes Step Atoms AVEKE stressZZ 15666 5000 4.5771432e-11 5266519.4 15667 -0.0112449999999939 5266437.65640467 15667 5000 4.576806e-11 5266437.7 Loop time of 0.0173738 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:20 2021 Pair time (%) = 0.00114489 (6.58973) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.207215) Outpt time (%) = 0.0160439 (92.3454) Other time (%) = 0.000149012 (0.85768) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:20 2021 Memory usage per processor = 27.5379 Mbytes Step Atoms AVEKE stressZZ 15667 5000 4.576806e-11 5266414 15668 -0.0112449999999939 5266332.31004206 15668 5000 4.5764689e-11 5266332.3 Loop time of 0.0174661 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:20 2021 Pair time (%) = 0.0014019 (8.02643) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.195201) Outpt time (%) = 0.015893 (90.9935) Other time (%) = 0.000137091 (0.784897) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:20 2021 Memory usage per processor = 27.5379 Mbytes Step Atoms AVEKE stressZZ 15668 5000 4.5764689e-11 5266308.7 15669 -0.0112449999999939 5266226.96916988 15669 5000 4.5761318e-11 5266227 Loop time of 0.016531 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:20 2021 Pair time (%) = 0.00108981 (6.59253) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.21778) Outpt time (%) = 0.015301 (92.5594) Other time (%) = 0.000104189 (0.630264) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:20 2021 Memory usage per processor = 27.5379 Mbytes Step Atoms AVEKE stressZZ 15669 5000 4.5761318e-11 5266203.3 15670 -0.0112449999999939 5266121.633783 15670 5000 4.5757947e-11 5266121.6 Loop time of 0.0193989 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:20 2021 Pair time (%) = 0.00117302 (6.04683) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.196645) Outpt time (%) = 0.01806 (93.0978) Other time (%) = 0.000127792 (0.65876) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:20 2021 Memory usage per processor = 27.5379 Mbytes Step Atoms AVEKE stressZZ 15670 5000 4.5757947e-11 5266098 15671 -0.0112449999999939 5266016.30387725 15671 5000 4.5754577e-11 5266016.3 Loop time of 0.0172889 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:20 2021 Pair time (%) = 0.00110006 (6.36282) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.202717) Outpt time (%) = 0.0160539 (92.8567) Other time (%) = 9.98974e-05 (0.577811) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:20 2021 Memory usage per processor = 27.5379 Mbytes Step Atoms AVEKE stressZZ 15671 5000 4.5754577e-11 5265992.7 15672 -0.0112449999999939 5265910.97944933 15672 5000 4.5751207e-11 5265911 Loop time of 0.0169041 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:20 2021 Pair time (%) = 0.0010891 (6.44279) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.194638) Outpt time (%) = 0.0156882 (92.8069) Other time (%) = 9.39369e-05 (0.555704) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:20 2021 Memory usage per processor = 27.5379 Mbytes Step Atoms AVEKE stressZZ 15672 5000 4.5751207e-11 5265887.4 15673 -0.0112449999999939 5265805.66062877 15673 5000 4.5747837e-11 5265805.7 Loop time of 0.016763 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:20 2021 Pair time (%) = 0.00108099 (6.44868) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209077) Outpt time (%) = 0.0155411 (92.7107) Other time (%) = 0.000105858 (0.631498) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:20 2021 Memory usage per processor = 27.5379 Mbytes Step Atoms AVEKE stressZZ 15673 5000 4.5747837e-11 5265782 15674 -0.0112449999999939 5265700.34747244 15674 5000 4.5744468e-11 5265700.3 Loop time of 0.0174241 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:20 2021 Pair time (%) = 0.00107121 (6.14789) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.194302) Outpt time (%) = 0.016221 (93.0954) Other time (%) = 9.799e-05 (0.562382) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:20 2021 Memory usage per processor = 27.5379 Mbytes Step Atoms AVEKE stressZZ 15674 5000 4.5744468e-11 5265676.7 15675 -0.0112449999999939 5265595.03989686 15675 5000 4.5741099e-11 5265595 Loop time of 0.017349 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:20 2021 Pair time (%) = 0.00104904 (6.0467) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191021) Outpt time (%) = 0.0161722 (93.2167) Other time (%) = 9.46522e-05 (0.545577) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:20 2021 Memory usage per processor = 27.5379 Mbytes Step Atoms AVEKE stressZZ 15675 5000 4.5741099e-11 5265571.4 15676 -0.0112449999999939 5265489.73788052 15676 5000 4.5737731e-11 5265489.7 Loop time of 0.0166502 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:20 2021 Pair time (%) = 0.00110197 (6.61836) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.204765) Outpt time (%) = 0.015419 (92.6055) Other time (%) = 9.5129e-05 (0.571339) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:20 2021 Memory usage per processor = 27.5379 Mbytes Step Atoms AVEKE stressZZ 15676 5000 4.5737731e-11 5265466.1 15677 -0.0112449999999939 5265384.44140634 15677 5000 4.5734363e-11 5265384.4 Loop time of 0.0167692 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:20 2021 Pair time (%) = 0.00127697 (7.61499) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.304258) Outpt time (%) = 0.015321 (91.3642) Other time (%) = 0.000120163 (0.716571) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:20 2021 Memory usage per processor = 27.5379 Mbytes Step Atoms AVEKE stressZZ 15677 5000 4.5734363e-11 5265360.8 15678 -0.0112449999999939 5265279.1504631 15678 5000 4.5730995e-11 5265279.2 Loop time of 0.0171158 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:20 2021 Pair time (%) = 0.00105 (6.13464) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193623) Outpt time (%) = 0.01594 (93.1299) Other time (%) = 9.27448e-05 (0.541866) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:20 2021 Memory usage per processor = 27.5379 Mbytes Step Atoms AVEKE stressZZ 15678 5000 4.5730995e-11 5265255.5 15679 -0.0112449999999939 5265173.8650298 15679 5000 4.5727628e-11 5265173.9 Loop time of 0.0168359 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:20 2021 Pair time (%) = 0.00104809 (6.22531) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.202507) Outpt time (%) = 0.015661 (93.0213) Other time (%) = 9.27448e-05 (0.550874) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:20 2021 Memory usage per processor = 27.5379 Mbytes Step Atoms AVEKE stressZZ 15679 5000 4.5727628e-11 5265150.2 15680 -0.0112449999999939 5265068.58510574 15680 5000 4.5724261e-11 5265068.6 Loop time of 0.018774 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:20 2021 Pair time (%) = 0.00111794 (5.95474) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.186681) Outpt time (%) = 0.0174749 (93.0801) Other time (%) = 0.000146151 (0.778472) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:20 2021 Memory usage per processor = 27.5379 Mbytes Step Atoms AVEKE stressZZ 15680 5000 4.5724261e-11 5265045 15681 -0.0112449999999939 5264963.3106912 15681 5000 4.5720894e-11 5264963.3 Loop time of 0.017278 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:20 2021 Pair time (%) = 0.00151014 (8.74029) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.219404) Outpt time (%) = 0.0155549 (90.0275) Other time (%) = 0.000174999 (1.01285) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:20 2021 Memory usage per processor = 27.5379 Mbytes Step Atoms AVEKE stressZZ 15681 5000 4.5720894e-11 5264939.7 15682 -0.0112449999999939 5264858.04178197 15682 5000 4.5717528e-11 5264858 Loop time of 0.0172911 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:20 2021 Pair time (%) = 0.00104713 (6.05593) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.195797) Outpt time (%) = 0.016113 (93.1871) Other time (%) = 9.70364e-05 (0.561194) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:20 2021 Memory usage per processor = 27.5379 Mbytes Step Atoms AVEKE stressZZ 15682 5000 4.5717528e-11 5264834.4 15683 -0.0112449999999939 5264752.77837424 15683 5000 4.5714162e-11 5264752.8 Loop time of 0.01648 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:20 2021 Pair time (%) = 0.00104713 (6.35398) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.201094) Outpt time (%) = 0.0153039 (92.8633) Other time (%) = 9.58443e-05 (0.58158) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:20 2021 Memory usage per processor = 27.5379 Mbytes Step Atoms AVEKE stressZZ 15683 5000 4.5714162e-11 5264729.2 15684 -0.0112449999999939 5264647.52046475 15684 5000 4.5710797e-11 5264647.5 Loop time of 0.0168321 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:20 2021 Pair time (%) = 0.00111508 (6.62474) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208218) Outpt time (%) = 0.0155761 (92.5381) Other time (%) = 0.000105858 (0.628904) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:20 2021 Memory usage per processor = 27.5379 Mbytes Step Atoms AVEKE stressZZ 15684 5000 4.5710797e-11 5264623.9 15685 -0.0112449999999939 5264542.26805038 15685 5000 4.5707431e-11 5264542.3 Loop time of 0.017364 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:20 2021 Pair time (%) = 0.00117493 (6.76644) Neigh time (%) = 0 (0) Comm time (%) = 7.00951e-05 (0.40368) Outpt time (%) = 0.0160201 (92.2601) Other time (%) = 9.89437e-05 (0.56982) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:20 2021 Memory usage per processor = 27.5379 Mbytes Step Atoms AVEKE stressZZ 15685 5000 4.5707431e-11 5264518.7 15686 -0.0112449999999939 5264437.02112845 15686 5000 4.5704067e-11 5264437 Loop time of 0.016366 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:20 2021 Pair time (%) = 0.0010469 (6.39677) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.202494) Outpt time (%) = 0.0151939 (92.8384) Other time (%) = 9.20296e-05 (0.562322) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:20 2021 Memory usage per processor = 27.5379 Mbytes Step Atoms AVEKE stressZZ 15686 5000 4.5704067e-11 5264413.4 15687 -0.0112449999999939 5264331.77969638 15687 5000 4.5700702e-11 5264331.8 Loop time of 0.016268 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:20 2021 Pair time (%) = 0.00105 (6.45435) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.203714) Outpt time (%) = 0.0150959 (92.7953) Other time (%) = 8.89301e-05 (0.546656) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:20 2021 Memory usage per processor = 27.5379 Mbytes Step Atoms AVEKE stressZZ 15687 5000 4.5700702e-11 5264308.2 15688 -0.0112449999999939 5264226.54375185 15688 5000 4.5697338e-11 5264226.5 Loop time of 0.0164502 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:20 2021 Pair time (%) = 0.00105 (6.38289) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.195661) Outpt time (%) = 0.0152781 (92.8751) Other time (%) = 8.98838e-05 (0.546401) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:20 2021 Memory usage per processor = 27.5379 Mbytes Step Atoms AVEKE stressZZ 15688 5000 4.5697338e-11 5264202.9 15689 -0.0112449999999939 5264121.31329258 15689 5000 4.5693975e-11 5264121.3 Loop time of 0.016814 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:20 2021 Pair time (%) = 0.00104809 (6.23343) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.195681) Outpt time (%) = 0.0156431 (93.0363) Other time (%) = 8.98838e-05 (0.534577) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:20 2021 Memory usage per processor = 27.5379 Mbytes Step Atoms AVEKE stressZZ 15689 5000 4.5693975e-11 5264097.7 15690 -0.0112449999999939 5264016.08831652 15690 5000 4.5690612e-11 5264016.1 Loop time of 0.0187161 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:20 2021 Pair time (%) = 0.00115299 (6.16043) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.192354) Outpt time (%) = 0.017422 (93.0854) Other time (%) = 0.000105143 (0.561776) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:20 2021 Memory usage per processor = 27.5379 Mbytes Step Atoms AVEKE stressZZ 15690 5000 4.5690612e-11 5263992.5 15691 -0.0112449999999939 5263910.86882164 15691 5000 4.5687249e-11 5263910.9 Loop time of 0.017127 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:20 2021 Pair time (%) = 0.00112391 (6.56217) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192104) Outpt time (%) = 0.015867 (92.643) Other time (%) = 0.000103235 (0.602762) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:20 2021 Memory usage per processor = 27.5379 Mbytes Step Atoms AVEKE stressZZ 15691 5000 4.5687249e-11 5263887.3 15692 -0.0112449999999939 5263805.65480605 15692 5000 4.5683886e-11 5263805.7 Loop time of 0.017195 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:20 2021 Pair time (%) = 0.00108385 (6.3033) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192732) Outpt time (%) = 0.0159719 (92.887) Other time (%) = 0.000106096 (0.617019) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:20 2021 Memory usage per processor = 27.5379 Mbytes Step Atoms AVEKE stressZZ 15692 5000 4.5683886e-11 5263782 15693 -0.0112449999999939 5263700.44626804 15693 5000 4.5680524e-11 5263700.4 Loop time of 0.0163751 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:20 2021 Pair time (%) = 0.00105 (6.41216) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.20675) Outpt time (%) = 0.015197 (92.806) Other time (%) = 9.41753e-05 (0.575114) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:20 2021 Memory usage per processor = 27.5379 Mbytes Step Atoms AVEKE stressZZ 15693 5000 4.5680524e-11 5263676.8 15694 -0.0112449999999939 5263595.24320582 15694 5000 4.5677162e-11 5263595.2 Loop time of 0.0169301 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:20 2021 Pair time (%) = 0.0012629 (7.45951) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.22532) Outpt time (%) = 0.0154991 (91.5477) Other time (%) = 0.000129938 (0.767498) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:20 2021 Memory usage per processor = 27.5379 Mbytes Step Atoms AVEKE stressZZ 15694 5000 4.5677162e-11 5263571.6 15695 -0.0112449999999939 5263490.04561775 15695 5000 4.5673801e-11 5263490 Loop time of 0.0173001 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:21 2021 Pair time (%) = 0.00108314 (6.26085) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190182) Outpt time (%) = 0.0160911 (93.0115) Other time (%) = 9.29832e-05 (0.537471) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:24:21 2021 Memory usage per processor = 27.5379 Mbytes Step Atoms AVEKE stressZZ 15695 5000 4.5673801e-11 5263466.4 15696 -0.0112449999999939 5263368.54427457 15696 5000 9.0197688e-11 5263541.6 Loop time of 0.0166259 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:21 2021 Pair time (%) = 0.00105 (6.31543) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.197895) Outpt time (%) = 0.015425 (92.7768) Other time (%) = 0.000118017 (0.70984) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:21 2021 Memory usage per processor = 27.5379 Mbytes Step Atoms AVEKE stressZZ 15696 5000 9.0197688e-11 5318962.6 15697 -0.0112774999999938 5318854.64162514 15697 5000 7.2629529e-11 5318854.6 Loop time of 0.017029 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:21 2021 Pair time (%) = 0.00126886 (7.45117) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.211411) Outpt time (%) = 0.0155771 (91.4736) Other time (%) = 0.000147104 (0.863843) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:21 2021 Memory usage per processor = 27.5379 Mbytes Step Atoms AVEKE stressZZ 15697 5000 7.2629529e-11 5318822.8 15698 -0.0112774999999938 5318724.09766862 15698 5000 6.2451663e-11 5318724.1 Loop time of 0.0171819 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:21 2021 Pair time (%) = 0.00111985 (6.51764) Neigh time (%) = 0 (0) Comm time (%) = 4.88758e-05 (0.284461) Outpt time (%) = 0.015842 (92.2016) Other time (%) = 0.000171185 (0.996309) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:21 2021 Memory usage per processor = 27.5379 Mbytes Step Atoms AVEKE stressZZ 15698 5000 6.2451663e-11 5318695.2 15699 -0.0112774999999938 5318602.30356461 15699 5000 5.6381403e-11 5318602.3 Loop time of 0.0172441 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:21 2021 Pair time (%) = 0.00116301 (6.74437) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192183) Outpt time (%) = 0.0159519 (92.5063) Other time (%) = 9.60827e-05 (0.557192) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:21 2021 Memory usage per processor = 27.5379 Mbytes Step Atoms AVEKE stressZZ 15699 5000 5.6381403e-11 5318575.2 15700 -0.0112774999999938 5318486.07209626 15700 5000 5.2683667e-11 5318486.1 Loop time of 0.0192189 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:21 2021 Pair time (%) = 0.00106311 (5.53157) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.171195) Outpt time (%) = 0.0179861 (93.5852) Other time (%) = 0.000136852 (0.71207) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:21 2021 Memory usage per processor = 27.5381 Mbytes Step Atoms AVEKE stressZZ 15700 5000 5.2683667e-11 5318460.1 15701 -0.0112774999999938 5318373.37775953 15701 5000 5.0397598e-11 5318373.4 Loop time of 0.0165799 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:21 2021 Pair time (%) = 0.00109315 (6.59323) Neigh time (%) = 0 (0) Comm time (%) = 6.29425e-05 (0.379632) Outpt time (%) = 0.0153198 (92.4002) Other time (%) = 0.000103951 (0.626968) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:21 2021 Memory usage per processor = 27.5381 Mbytes Step Atoms AVEKE stressZZ 15701 5000 5.0397598e-11 5318348.1 15702 -0.0112774999999938 5318262.93332667 15702 5000 4.8969842e-11 5318262.9 Loop time of 0.0171781 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:21 2021 Pair time (%) = 0.00117302 (6.82859) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198473) Outpt time (%) = 0.015882 (92.4552) Other time (%) = 8.89301e-05 (0.517696) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:21 2021 Memory usage per processor = 27.5381 Mbytes Step Atoms AVEKE stressZZ 15702 5000 4.8969842e-11 5318238.2 15703 -0.0112774999999938 5318153.92075058 15703 5000 4.8071871e-11 5318153.9 Loop time of 0.0171769 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:21 2021 Pair time (%) = 0.00105 (6.11285) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198487) Outpt time (%) = 0.0159979 (93.1362) Other time (%) = 9.48906e-05 (0.552433) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:21 2021 Memory usage per processor = 27.5381 Mbytes Step Atoms AVEKE stressZZ 15703 5000 4.8071871e-11 5318129.5 15704 -0.0112774999999938 5318045.82015338 15704 5000 4.7504248e-11 5318045.8 Loop time of 0.0165811 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:21 2021 Pair time (%) = 0.0010941 (6.59851) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.205619) Outpt time (%) = 0.0153499 (92.5747) Other time (%) = 0.000102997 (0.621172) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:21 2021 Memory usage per processor = 27.5381 Mbytes Step Atoms AVEKE stressZZ 15704 5000 4.7504248e-11 5318021.5 15705 -0.0112774999999938 5317938.30114652 15705 5000 4.7144005e-11 5317938.3 Loop time of 0.017205 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:21 2021 Pair time (%) = 0.00132799 (7.71864) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.220335) Outpt time (%) = 0.015698 (91.2407) Other time (%) = 0.000141144 (0.820365) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:21 2021 Memory usage per processor = 27.5381 Mbytes Step Atoms AVEKE stressZZ 15705 5000 4.7144005e-11 5317914.1 15706 -0.0112774999999938 5317831.15376405 15706 5000 4.6914518e-11 5317831.2 Loop time of 0.0170751 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:21 2021 Pair time (%) = 0.00105286 (6.16605) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.19967) Outpt time (%) = 0.0158961 (93.0953) Other time (%) = 9.20296e-05 (0.538971) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:21 2021 Memory usage per processor = 27.5381 Mbytes Step Atoms AVEKE stressZZ 15706 5000 4.6914518e-11 5317807.1 15707 -0.0112774999999938 5317724.24457006 15707 5000 4.6767711e-11 5317724.2 Loop time of 0.0175419 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:21 2021 Pair time (%) = 0.00105 (5.98565) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.18892) Outpt time (%) = 0.0163641 (93.2859) Other time (%) = 9.46522e-05 (0.539578) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:21 2021 Memory usage per processor = 27.5381 Mbytes Step Atoms AVEKE stressZZ 15707 5000 4.6767711e-11 5317700.2 15708 -0.0112774999999938 5317617.48876408 15708 5000 4.6673278e-11 5317617.5 Loop time of 0.0166321 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:21 2021 Pair time (%) = 0.00109196 (6.56537) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.204989) Outpt time (%) = 0.0154061 (92.629) Other time (%) = 9.98974e-05 (0.600631) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:21 2021 Memory usage per processor = 27.5381 Mbytes Step Atoms AVEKE stressZZ 15708 5000 4.6673278e-11 5317593.5 15709 -0.0112774999999938 5317510.83245446 15709 5000 4.661206e-11 5317510.8 Loop time of 0.0171518 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:21 2021 Pair time (%) = 0.00111413 (6.49569) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.209897) Outpt time (%) = 0.015857 (92.4507) Other time (%) = 0.00014472 (0.843759) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:21 2021 Memory usage per processor = 27.5381 Mbytes Step Atoms AVEKE stressZZ 15709 5000 4.661206e-11 5317486.9 15710 -0.0112774999999938 5317404.24139204 15710 5000 4.6571924e-11 5317404.2 Loop time of 0.0195389 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:21 2021 Pair time (%) = 0.00109601 (5.60938) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.168391) Outpt time (%) = 0.018317 (93.7463) Other time (%) = 9.29832e-05 (0.475888) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:21 2021 Memory usage per processor = 27.5381 Mbytes Step Atoms AVEKE stressZZ 15710 5000 4.6571924e-11 5317380.3 15711 -0.0112774999999938 5317297.69381079 15711 5000 4.6545173e-11 5317297.7 Loop time of 0.0168819 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:21 2021 Pair time (%) = 0.00104809 (6.20834) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.194893) Outpt time (%) = 0.0157061 (93.0347) Other time (%) = 9.48906e-05 (0.562083) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:21 2021 Memory usage per processor = 27.5381 Mbytes Step Atoms AVEKE stressZZ 15711 5000 4.6545173e-11 5317273.7 15712 -0.0112774999999938 5317191.17587814 15712 5000 4.6526925e-11 5317191.2 Loop time of 0.0173681 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:21 2021 Pair time (%) = 0.00149608 (8.61394) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.201793) Outpt time (%) = 0.0156801 (90.281) Other time (%) = 0.000156879 (0.903263) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:21 2021 Memory usage per processor = 27.5381 Mbytes Step Atoms AVEKE stressZZ 15712 5000 4.6526925e-11 5317167.2 15713 -0.0112774999999938 5317084.67880288 15713 5000 4.6514079e-11 5317084.7 Loop time of 0.0171661 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:21 2021 Pair time (%) = 0.00121307 (7.06667) Neigh time (%) = 0 (0) Comm time (%) = 6.69956e-05 (0.390278) Outpt time (%) = 0.0157549 (91.7792) Other time (%) = 0.00013113 (0.763889) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:21 2021 Memory usage per processor = 27.5381 Mbytes Step Atoms AVEKE stressZZ 15713 5000 4.6514079e-11 5317060.7 15714 -0.0112774999999938 5316978.19699808 15714 5000 4.6504665e-11 5316978.2 Loop time of 0.0173042 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:21 2021 Pair time (%) = 0.00104904 (6.06236) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190138) Outpt time (%) = 0.0161269 (93.1964) Other time (%) = 9.53674e-05 (0.551124) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:21 2021 Memory usage per processor = 27.5381 Mbytes Step Atoms AVEKE stressZZ 15714 5000 4.6504665e-11 5316954.3 15715 -0.0112774999999938 5316871.72691274 15715 5000 4.6497432e-11 5316871.7 Loop time of 0.0165329 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:21 2021 Pair time (%) = 0.00105095 (6.35671) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.199008) Outpt time (%) = 0.0153589 (92.8992) Other time (%) = 9.01222e-05 (0.545108) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:21 2021 Memory usage per processor = 27.5381 Mbytes Step Atoms AVEKE stressZZ 15715 5000 4.6497432e-11 5316847.8 15716 -0.0112774999999938 5316765.26631606 15716 5000 4.6491585e-11 5316765.3 Loop time of 0.016752 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:21 2021 Pair time (%) = 0.00123 (7.34241) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.227716) Outpt time (%) = 0.0153592 (91.6855) Other time (%) = 0.000124693 (0.744346) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:21 2021 Memory usage per processor = 27.5381 Mbytes Step Atoms AVEKE stressZZ 15716 5000 4.6491585e-11 5316741.3 15717 -0.0112774999999938 5316658.81380813 15717 5000 4.6486619e-11 5316658.8 Loop time of 0.017102 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:21 2021 Pair time (%) = 0.00104904 (6.13403) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192385) Outpt time (%) = 0.0159228 (93.1048) Other time (%) = 9.72748e-05 (0.568792) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:21 2021 Memory usage per processor = 27.5381 Mbytes Step Atoms AVEKE stressZZ 15717 5000 4.6486619e-11 5316634.9 15718 -0.0112774999999938 5316552.3684503 15718 5000 4.6482212e-11 5316552.4 Loop time of 0.0170469 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:21 2021 Pair time (%) = 0.0010519 (6.17063) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.193007) Outpt time (%) = 0.0158682 (93.0853) Other time (%) = 9.39369e-05 (0.551049) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:21 2021 Memory usage per processor = 27.5381 Mbytes Step Atoms AVEKE stressZZ 15718 5000 4.6482212e-11 5316528.4 15719 -0.0112774999999938 5316445.92965513 15719 5000 4.6478162e-11 5316445.9 Loop time of 0.0164318 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:21 2021 Pair time (%) = 0.00105095 (6.39582) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.201683) Outpt time (%) = 0.0152488 (92.8003) Other time (%) = 9.89437e-05 (0.602147) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:21 2021 Memory usage per processor = 27.5381 Mbytes Step Atoms AVEKE stressZZ 15719 5000 4.6478162e-11 5316422 15720 -0.0112774999999938 5316339.49704998 15720 5000 4.6474338e-11 5316339.5 Loop time of 0.019527 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:21 2021 Pair time (%) = 0.0012579 (6.44185) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.173378) Outpt time (%) = 0.0181191 (92.7902) Other time (%) = 0.00011611 (0.594613) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:21 2021 Memory usage per processor = 27.5381 Mbytes Step Atoms AVEKE stressZZ 15720 5000 4.6474338e-11 5316315.6 15721 -0.0112774999999938 5316233.0703978 15721 5000 4.6470658e-11 5316233.1 Loop time of 0.0172861 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:21 2021 Pair time (%) = 0.00108886 (6.29905) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190337) Outpt time (%) = 0.0160699 (92.9644) Other time (%) = 9.44138e-05 (0.546184) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:21 2021 Memory usage per processor = 27.5381 Mbytes Step Atoms AVEKE stressZZ 15721 5000 4.6470658e-11 5316209.1 15722 -0.0112774999999938 5316126.64954753 15722 5000 4.646707e-11 5316126.6 Loop time of 0.0165179 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:21 2021 Pair time (%) = 0.00105596 (6.39281) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.199189) Outpt time (%) = 0.0153351 (92.8393) Other time (%) = 9.39369e-05 (0.568698) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:21 2021 Memory usage per processor = 27.5381 Mbytes Step Atoms AVEKE stressZZ 15722 5000 4.646707e-11 5316102.7 15723 -0.0112774999999938 5316020.23440272 15723 5000 4.646354e-11 5316020.2 Loop time of 0.016609 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:21 2021 Pair time (%) = 0.00110197 (6.6348) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211016) Outpt time (%) = 0.0153649 (92.5097) Other time (%) = 0.00010705 (0.644532) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:21 2021 Memory usage per processor = 27.5381 Mbytes Step Atoms AVEKE stressZZ 15723 5000 4.646354e-11 5315996.3 15724 -0.0112774999999938 5315913.82490155 15724 5000 4.6460047e-11 5315913.8 Loop time of 0.0171599 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:21 2021 Pair time (%) = 0.00109291 (6.36897) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191736) Outpt time (%) = 0.0159309 (92.8377) Other time (%) = 0.000103235 (0.601606) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:21 2021 Memory usage per processor = 27.5381 Mbytes Step Atoms AVEKE stressZZ 15724 5000 4.6460047e-11 5315889.9 15725 -0.0112774999999938 5315807.42100458 15725 5000 4.6456578e-11 5315807.4 Loop time of 0.0171058 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:21 2021 Pair time (%) = 0.00109696 (6.41281) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192343) Outpt time (%) = 0.015882 (92.8457) Other time (%) = 9.39369e-05 (0.549152) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:21 2021 Memory usage per processor = 27.5381 Mbytes Step Atoms AVEKE stressZZ 15725 5000 4.6456578e-11 5315783.5 15726 -0.0112774999999938 5315701.02268595 15726 5000 4.6453125e-11 5315701 Loop time of 0.0164561 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:21 2021 Pair time (%) = 0.0010519 (6.39216) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.199936) Outpt time (%) = 0.0152299 (92.5488) Other time (%) = 0.000141382 (0.859146) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:21 2021 Memory usage per processor = 27.5381 Mbytes Step Atoms AVEKE stressZZ 15726 5000 4.6453125e-11 5315677.1 15727 -0.0112774999999938 5315594.62992926 15727 5000 4.6449681e-11 5315594.6 Loop time of 0.0168381 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:21 2021 Pair time (%) = 0.00127292 (7.55975) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.225136) Outpt time (%) = 0.015403 (91.4774) Other time (%) = 0.000124216 (0.73771) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:21 2021 Memory usage per processor = 27.5381 Mbytes Step Atoms AVEKE stressZZ 15727 5000 4.6449681e-11 5315570.7 15728 -0.0112774999999938 5315488.2427234 15728 5000 4.6446243e-11 5315488.2 Loop time of 0.017307 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:21 2021 Pair time (%) = 0.00108004 (6.24044) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191484) Outpt time (%) = 0.0160751 (92.882) Other time (%) = 0.000118732 (0.686035) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:21 2021 Memory usage per processor = 27.5381 Mbytes Step Atoms AVEKE stressZZ 15728 5000 4.6446243e-11 5315464.3 15729 -0.0112774999999938 5315381.8610612 15729 5000 4.644281e-11 5315381.9 Loop time of 0.0169139 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:21 2021 Pair time (%) = 0.00104904 (6.20225) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.194525) Outpt time (%) = 0.0157351 (93.0309) Other time (%) = 9.67979e-05 (0.572298) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:21 2021 Memory usage per processor = 27.5381 Mbytes Step Atoms AVEKE stressZZ 15729 5000 4.644281e-11 5315357.9 15730 -0.0112774999999938 5315275.48491957 15730 5000 4.643938e-11 5315275.5 Loop time of 0.0187259 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:21 2021 Pair time (%) = 0.0010581 (5.65048) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.187161) Outpt time (%) = 0.017534 (93.6353) Other time (%) = 9.87053e-05 (0.527107) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:21 2021 Memory usage per processor = 27.5381 Mbytes Step Atoms AVEKE stressZZ 15730 5000 4.643938e-11 5315251.6 15731 -0.0112774999999938 5315169.11430742 15731 5000 4.6435951e-11 5315169.1 Loop time of 0.0162609 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:21 2021 Pair time (%) = 0.00104594 (6.43227) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.202337) Outpt time (%) = 0.015089 (92.7936) Other time (%) = 9.29832e-05 (0.571822) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:21 2021 Memory usage per processor = 27.5381 Mbytes Step Atoms AVEKE stressZZ 15731 5000 4.6435951e-11 5315145.2 15732 -0.0112774999999938 5315062.74922642 15732 5000 4.6432524e-11 5315062.7 Loop time of 0.0164289 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:21 2021 Pair time (%) = 0.00105405 (6.4158) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.201718) Outpt time (%) = 0.0152509 (92.8296) Other time (%) = 9.08375e-05 (0.552911) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:21 2021 Memory usage per processor = 27.5381 Mbytes Step Atoms AVEKE stressZZ 15732 5000 4.6432524e-11 5315038.8 15733 -0.0112774999999938 5314956.3896748 15733 5000 4.6429098e-11 5314956.4 Loop time of 0.0174921 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:21 2021 Pair time (%) = 0.0010519 (6.0136) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.189458) Outpt time (%) = 0.0163169 (93.2817) Other time (%) = 9.01222e-05 (0.515218) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:21 2021 Memory usage per processor = 27.5381 Mbytes Step Atoms AVEKE stressZZ 15733 5000 4.6429098e-11 5314932.5 15734 -0.0112774999999938 5314850.03565109 15734 5000 4.6425673e-11 5314850 Loop time of 0.0165839 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:21 2021 Pair time (%) = 0.00105786 (6.37885) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211334) Outpt time (%) = 0.0153899 (92.8003) Other time (%) = 0.000101089 (0.609563) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:21 2021 Memory usage per processor = 27.5381 Mbytes Step Atoms AVEKE stressZZ 15734 5000 4.6425673e-11 5314826.1 15735 -0.0112774999999938 5314743.68715409 15735 5000 4.6422248e-11 5314743.7 Loop time of 0.017509 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:21 2021 Pair time (%) = 0.00131202 (7.4934) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.194722) Outpt time (%) = 0.016053 (91.6841) Other time (%) = 0.000109911 (0.62774) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:21 2021 Memory usage per processor = 27.5381 Mbytes Step Atoms AVEKE stressZZ 15735 5000 4.6422248e-11 5314719.8 15736 -0.0112774999999938 5314637.34418289 15736 5000 4.6418824e-11 5314637.3 Loop time of 0.0174479 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:21 2021 Pair time (%) = 0.00113797 (6.5221) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.189937) Outpt time (%) = 0.0161719 (92.6867) Other time (%) = 0.000104904 (0.601241) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:21 2021 Memory usage per processor = 27.5381 Mbytes Step Atoms AVEKE stressZZ 15736 5000 4.6418824e-11 5314613.4 15737 -0.0112774999999938 5314531.00673651 15737 5000 4.64154e-11 5314531 Loop time of 0.0165799 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:21 2021 Pair time (%) = 0.00105 (6.33295) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.199882) Outpt time (%) = 0.0154021 (92.8963) Other time (%) = 9.46522e-05 (0.570886) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:21 2021 Memory usage per processor = 27.5381 Mbytes Step Atoms AVEKE stressZZ 15737 5000 4.64154e-11 5314507.1 15738 -0.0112774999999938 5314424.67481579 15738 5000 4.6411977e-11 5314424.7 Loop time of 0.0202489 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:22 2021 Pair time (%) = 0.00122905 (6.0697) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.171906) Outpt time (%) = 0.0188811 (93.245) Other time (%) = 0.000103951 (0.513364) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:22 2021 Memory usage per processor = 27.5381 Mbytes Step Atoms AVEKE stressZZ 15738 5000 4.6411977e-11 5314400.7 15739 -0.0112774999999938 5314318.3484222 15739 5000 4.6408554e-11 5314318.3 Loop time of 0.017422 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:22 2021 Pair time (%) = 0.001333 (7.65125) Neigh time (%) = 0 (0) Comm time (%) = 6.60419e-05 (0.379073) Outpt time (%) = 0.0158839 (91.1718) Other time (%) = 0.000138998 (0.797832) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:22 2021 Memory usage per processor = 27.5381 Mbytes Step Atoms AVEKE stressZZ 15739 5000 4.6408554e-11 5314294.4 15740 -0.0112774999999938 5314212.02755084 15740 5000 4.6405132e-11 5314212 Loop time of 0.0195222 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:22 2021 Pair time (%) = 0.00109506 (5.60929) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.17342) Outpt time (%) = 0.018301 (93.7447) Other time (%) = 9.2268e-05 (0.472631) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:22 2021 Memory usage per processor = 27.5381 Mbytes Step Atoms AVEKE stressZZ 15740 5000 4.6405132e-11 5314188.1 15741 -0.0112774999999938 5314105.71220265 15741 5000 4.640171e-11 5314105.7 Loop time of 0.0170441 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:22 2021 Pair time (%) = 0.00105405 (6.18425) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.193039) Outpt time (%) = 0.0158639 (93.0758) Other time (%) = 9.32217e-05 (0.546945) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:22 2021 Memory usage per processor = 27.5381 Mbytes Step Atoms AVEKE stressZZ 15741 5000 4.640171e-11 5314081.8 15742 -0.0112774999999938 5313999.40237668 15742 5000 4.6398288e-11 5313999.4 Loop time of 0.016573 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:22 2021 Pair time (%) = 0.00111008 (6.69812) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.217229) Outpt time (%) = 0.0153248 (92.4689) Other time (%) = 0.000102043 (0.615721) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:22 2021 Memory usage per processor = 27.5381 Mbytes Step Atoms AVEKE stressZZ 15742 5000 4.6398288e-11 5313975.5 15743 -0.0112774999999938 5313893.09807179 15743 5000 4.6394867e-11 5313893.1 Loop time of 0.017154 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:22 2021 Pair time (%) = 0.00113797 (6.63387) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191803) Outpt time (%) = 0.0158801 (92.5739) Other time (%) = 0.000102997 (0.600425) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:22 2021 Memory usage per processor = 27.5381 Mbytes Step Atoms AVEKE stressZZ 15743 5000 4.6394867e-11 5313869.2 15744 -0.0112774999999938 5313786.79928722 15744 5000 4.6391446e-11 5313786.8 Loop time of 0.0171552 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:22 2021 Pair time (%) = 0.00109887 (6.40548) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.197348) Outpt time (%) = 0.0159202 (92.801) Other time (%) = 0.000102282 (0.596214) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:22 2021 Memory usage per processor = 27.5381 Mbytes Step Atoms AVEKE stressZZ 15744 5000 4.6391446e-11 5313762.9 15745 -0.0112774999999938 5313680.50602223 15745 5000 4.6388026e-11 5313680.5 Loop time of 0.0166819 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:22 2021 Pair time (%) = 0.00105095 (6.29993) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.198659) Outpt time (%) = 0.0155029 (92.9326) Other time (%) = 9.48906e-05 (0.568823) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:22 2021 Memory usage per processor = 27.5381 Mbytes Step Atoms AVEKE stressZZ 15745 5000 4.6388026e-11 5313656.6 15746 -0.0112774999999938 5313574.21827631 15746 5000 4.6384606e-11 5313574.2 Loop time of 0.0165951 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:22 2021 Pair time (%) = 0.00117588 (7.0857) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.216938) Outpt time (%) = 0.0152771 (92.058) Other time (%) = 0.000106096 (0.639322) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:22 2021 Memory usage per processor = 27.5381 Mbytes Step Atoms AVEKE stressZZ 15746 5000 4.6384606e-11 5313550.3 15747 -0.0112774999999938 5313467.93604865 15747 5000 4.6381186e-11 5313467.9 Loop time of 0.0173948 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:22 2021 Pair time (%) = 0.00105381 (6.0582) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189147) Outpt time (%) = 0.0162148 (93.2167) Other time (%) = 9.32217e-05 (0.535917) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:22 2021 Memory usage per processor = 27.5381 Mbytes Step Atoms AVEKE stressZZ 15747 5000 4.6381186e-11 5313444 15748 -0.0112774999999938 5313361.65933989 15748 5000 4.6377767e-11 5313361.7 Loop time of 0.0170469 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:22 2021 Pair time (%) = 0.00104904 (6.15385) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.194406) Outpt time (%) = 0.0158539 (93.0014) Other time (%) = 0.000110865 (0.65035) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:22 2021 Memory usage per processor = 27.5381 Mbytes Step Atoms AVEKE stressZZ 15748 5000 4.6377767e-11 5313337.7 15749 -0.0112774999999938 5313255.38817168 15749 5000 4.6374348e-11 5313255.4 Loop time of 0.016664 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:22 2021 Pair time (%) = 0.00105214 (6.31385) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.203165) Outpt time (%) = 0.0154331 (92.6131) Other time (%) = 0.000144958 (0.869889) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:22 2021 Memory usage per processor = 27.5381 Mbytes Step Atoms AVEKE stressZZ 15749 5000 4.6374348e-11 5313231.5 15750 -0.0112774999999938 5313149.12253615 15750 5000 4.637093e-11 5313149.1 Loop time of 0.019706 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:22 2021 Pair time (%) = 0.00145507 (7.38388) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.203259) Outpt time (%) = 0.0180478 (91.5853) Other time (%) = 0.000163078 (0.827556) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:22 2021 Memory usage per processor = 27.5381 Mbytes Step Atoms AVEKE stressZZ 15750 5000 4.637093e-11 5313125.2 15751 -0.0112774999999938 5313042.86242816 15751 5000 4.6367512e-11 5313042.9 Loop time of 0.017133 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:22 2021 Pair time (%) = 0.00104904 (6.12293) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192037) Outpt time (%) = 0.0159268 (92.96) Other time (%) = 0.000124216 (0.725011) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:22 2021 Memory usage per processor = 27.5381 Mbytes Step Atoms AVEKE stressZZ 15751 5000 4.6367512e-11 5313018.9 15752 -0.0112774999999938 5312936.60784561 15752 5000 4.6364094e-11 5312936.6 Loop time of 0.0174448 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:22 2021 Pair time (%) = 0.00117397 (6.72963) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.211838) Outpt time (%) = 0.016129 (92.4572) Other time (%) = 0.000104904 (0.601348) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:22 2021 Memory usage per processor = 27.5381 Mbytes Step Atoms AVEKE stressZZ 15752 5000 4.6364094e-11 5312912.7 15753 -0.0112774999999938 5312830.35878713 15753 5000 4.6360676e-11 5312830.4 Loop time of 0.0167181 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:22 2021 Pair time (%) = 0.00109315 (6.5387) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.202507) Outpt time (%) = 0.0154982 (92.7026) Other time (%) = 9.29832e-05 (0.556181) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:22 2021 Memory usage per processor = 27.5381 Mbytes Step Atoms AVEKE stressZZ 15753 5000 4.6360676e-11 5312806.4 15754 -0.0112774999999938 5312724.11525242 15754 5000 4.635726e-11 5312724.1 Loop time of 0.0177519 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:22 2021 Pair time (%) = 0.00156617 (8.82254) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.213546) Outpt time (%) = 0.015944 (89.8156) Other time (%) = 0.000203848 (1.14831) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:22 2021 Memory usage per processor = 27.5381 Mbytes Step Atoms AVEKE stressZZ 15754 5000 4.635726e-11 5312700.2 15755 -0.0112774999999938 5312617.87724238 15755 5000 4.6353843e-11 5312617.9 Loop time of 0.0173209 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:22 2021 Pair time (%) = 0.00105 (6.06202) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.196837) Outpt time (%) = 0.016144 (93.2057) Other time (%) = 9.27448e-05 (0.535451) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:22 2021 Memory usage per processor = 27.5381 Mbytes Step Atoms AVEKE stressZZ 15755 5000 4.6353843e-11 5312594 15756 -0.0112774999999938 5312511.64476298 15756 5000 4.6350427e-11 5312511.6 Loop time of 0.016978 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:22 2021 Pair time (%) = 0.00105906 (6.2378) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.195195) Outpt time (%) = 0.0157599 (92.8255) Other time (%) = 0.000125885 (0.741458) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:22 2021 Memory usage per processor = 27.5381 Mbytes Step Atoms AVEKE stressZZ 15756 5000 4.6350427e-11 5312487.7 15757 -0.0112774999999938 5312405.41780205 15757 5000 4.6347011e-11 5312405.4 Loop time of 0.0166161 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:22 2021 Pair time (%) = 0.00116205 (6.99353) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.216665) Outpt time (%) = 0.015306 (92.1154) Other time (%) = 0.000112057 (0.674386) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:22 2021 Memory usage per processor = 27.5381 Mbytes Step Atoms AVEKE stressZZ 15757 5000 4.6347011e-11 5312381.5 15758 -0.0112774999999938 5312299.19635358 15758 5000 4.6343595e-11 5312299.2 Loop time of 0.0173261 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:22 2021 Pair time (%) = 0.00116992 (6.75235) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.207786) Outpt time (%) = 0.0160081 (92.3931) Other time (%) = 0.000112057 (0.64675) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:22 2021 Memory usage per processor = 27.5381 Mbytes Step Atoms AVEKE stressZZ 15758 5000 4.6343595e-11 5312275.3 15759 -0.0112774999999938 5312192.98041665 15759 5000 4.634018e-11 5312193 Loop time of 0.017133 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:22 2021 Pair time (%) = 0.00105 (6.1285) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192037) Outpt time (%) = 0.0159559 (93.1298) Other time (%) = 9.41753e-05 (0.549672) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:22 2021 Memory usage per processor = 27.5381 Mbytes Step Atoms AVEKE stressZZ 15759 5000 4.634018e-11 5312169.1 15760 -0.0112774999999938 5312086.76999032 15760 5000 4.6336766e-11 5312086.8 Loop time of 0.0189588 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:22 2021 Pair time (%) = 0.00105095 (5.54333) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.173543) Outpt time (%) = 0.017782 (93.7927) Other time (%) = 9.29832e-05 (0.490449) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:22 2021 Memory usage per processor = 27.5381 Mbytes Step Atoms AVEKE stressZZ 15760 5000 4.6336766e-11 5312062.9 15761 -0.0112774999999938 5311980.56507376 15761 5000 4.6333351e-11 5311980.6 Loop time of 0.0166881 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:22 2021 Pair time (%) = 0.00120592 (7.22623) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.210015) Outpt time (%) = 0.0152881 (91.6108) Other time (%) = 0.000159025 (0.952925) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:22 2021 Memory usage per processor = 27.5381 Mbytes Step Atoms AVEKE stressZZ 15761 5000 4.6333351e-11 5311956.6 15762 -0.0112774999999938 5311874.36566615 15762 5000 4.6329937e-11 5311874.4 Loop time of 0.0172741 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:22 2021 Pair time (%) = 0.00127888 (7.40342) Neigh time (%) = 0 (0) Comm time (%) = 6.38962e-05 (0.369895) Outpt time (%) = 0.0158288 (91.6332) Other time (%) = 0.00010252 (0.593488) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:22 2021 Memory usage per processor = 27.5381 Mbytes Step Atoms AVEKE stressZZ 15762 5000 4.6329937e-11 5311850.4 15763 -0.0112774999999938 5311768.17176672 15763 5000 4.6326524e-11 5311768.2 Loop time of 0.0171571 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:22 2021 Pair time (%) = 0.001086 (6.32973) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198716) Outpt time (%) = 0.0159309 (92.8532) Other time (%) = 0.000106096 (0.618382) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:22 2021 Memory usage per processor = 27.5381 Mbytes Step Atoms AVEKE stressZZ 15763 5000 4.6326524e-11 5311744.3 15764 -0.0112774999999938 5311661.98337467 15764 5000 4.6323111e-11 5311662 Loop time of 0.0163851 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:22 2021 Pair time (%) = 0.00107408 (6.55521) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.208079) Outpt time (%) = 0.0151811 (92.6518) Other time (%) = 9.58443e-05 (0.584948) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:22 2021 Memory usage per processor = 27.5381 Mbytes Step Atoms AVEKE stressZZ 15764 5000 4.6323111e-11 5311638.1 15765 -0.0112774999999938 5311555.80048914 15765 5000 4.6319698e-11 5311555.8 Loop time of 0.017554 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:22 2021 Pair time (%) = 0.00132489 (7.5475) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.23361) Outpt time (%) = 0.016016 (91.2383) Other time (%) = 0.000172138 (0.980619) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:22 2021 Memory usage per processor = 27.5381 Mbytes Step Atoms AVEKE stressZZ 15765 5000 4.6319698e-11 5311531.9 15766 -0.0112774999999938 5311449.62310945 15766 5000 4.6316286e-11 5311449.6 Loop time of 0.0174961 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:22 2021 Pair time (%) = 0.00105095 (6.00676) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.189415) Outpt time (%) = 0.016325 (93.3064) Other time (%) = 8.70228e-05 (0.497384) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:22 2021 Memory usage per processor = 27.5381 Mbytes Step Atoms AVEKE stressZZ 15766 5000 4.6316286e-11 5311425.7 15767 -0.0112774999999938 5311343.45123484 15767 5000 4.6312874e-11 5311343.5 Loop time of 0.0169909 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:22 2021 Pair time (%) = 0.001086 (6.39164) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.193643) Outpt time (%) = 0.015779 (92.8675) Other time (%) = 9.29832e-05 (0.547253) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:22 2021 Memory usage per processor = 27.5381 Mbytes Step Atoms AVEKE stressZZ 15767 5000 4.6312874e-11 5311319.5 15768 -0.0112774999999938 5311237.2848646 15768 5000 4.6309462e-11 5311237.3 Loop time of 0.0167069 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:22 2021 Pair time (%) = 0.00109816 (6.57305) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.208351) Outpt time (%) = 0.0154729 (92.6135) Other time (%) = 0.000101089 (0.605075) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:22 2021 Memory usage per processor = 27.5381 Mbytes Step Atoms AVEKE stressZZ 15768 5000 4.6309462e-11 5311213.4 15769 -0.0112774999999938 5311131.12399801 15769 5000 4.6306051e-11 5311131.1 Loop time of 0.0174029 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:22 2021 Pair time (%) = 0.00110793 (6.36636) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.195909) Outpt time (%) = 0.0161121 (92.5829) Other time (%) = 0.000148773 (0.854876) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:22 2021 Memory usage per processor = 27.5381 Mbytes Step Atoms AVEKE stressZZ 15769 5000 4.6306051e-11 5311107.2 15770 -0.0112774999999938 5311024.96863432 15770 5000 4.630264e-11 5311025 Loop time of 0.0194659 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:22 2021 Pair time (%) = 0.00111985 (5.75288) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.170247) Outpt time (%) = 0.018219 (93.5943) Other time (%) = 9.39369e-05 (0.482571) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:22 2021 Memory usage per processor = 27.5381 Mbytes Step Atoms AVEKE stressZZ 15770 5000 4.630264e-11 5311001.1 15771 -0.0112774999999938 5310918.81877286 15771 5000 4.6299229e-11 5310918.8 Loop time of 0.016551 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:22 2021 Pair time (%) = 0.00105309 (6.36272) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.20023) Outpt time (%) = 0.015372 (92.8767) Other time (%) = 9.27448e-05 (0.560357) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:22 2021 Memory usage per processor = 27.5381 Mbytes Step Atoms AVEKE stressZZ 15771 5000 4.6299229e-11 5310894.9 15772 -0.0112774999999938 5310812.67441291 15772 5000 4.6295819e-11 5310812.7 Loop time of 0.0168481 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:22 2021 Pair time (%) = 0.00116491 (6.91422) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.206606) Outpt time (%) = 0.0155439 (92.2594) Other time (%) = 0.000104427 (0.619817) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:22 2021 Memory usage per processor = 27.5381 Mbytes Step Atoms AVEKE stressZZ 15772 5000 4.6295819e-11 5310788.8 15773 -0.0112774999999938 5310706.53555386 15773 5000 4.629241e-11 5310706.5 Loop time of 0.0171769 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:22 2021 Pair time (%) = 0.00123501 (7.18995) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191547) Outpt time (%) = 0.0158138 (92.0647) Other time (%) = 9.5129e-05 (0.553821) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:22 2021 Memory usage per processor = 27.5381 Mbytes Step Atoms AVEKE stressZZ 15773 5000 4.629241e-11 5310682.6 15774 -0.0112774999999938 5310600.40219483 15774 5000 4.6289e-11 5310600.4 Loop time of 0.0164509 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:22 2021 Pair time (%) = 0.00105 (6.38261) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.201449) Outpt time (%) = 0.0152729 (92.8391) Other time (%) = 9.48906e-05 (0.576812) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:22 2021 Memory usage per processor = 27.5381 Mbytes Step Atoms AVEKE stressZZ 15774 5000 4.6289e-11 5310576.5 15775 -0.0112774999999938 5310494.27433538 15775 5000 4.6285591e-11 5310494.3 Loop time of 0.016453 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:22 2021 Pair time (%) = 0.00104809 (6.37018) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194178) Outpt time (%) = 0.0152881 (92.9198) Other time (%) = 8.4877e-05 (0.515875) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:22 2021 Memory usage per processor = 27.5381 Mbytes Step Atoms AVEKE stressZZ 15775 5000 4.6285591e-11 5310470.4 15776 -0.0112774999999938 5310388.15197469 15776 5000 4.6282183e-11 5310388.2 Loop time of 0.0164979 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:22 2021 Pair time (%) = 0.00105309 (6.38322) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.199431) Outpt time (%) = 0.0153248 (92.8899) Other time (%) = 8.70228e-05 (0.52748) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:22 2021 Memory usage per processor = 27.5381 Mbytes Step Atoms AVEKE stressZZ 15776 5000 4.6282183e-11 5310364.2 15777 -0.0112774999999938 5310282.03511215 15777 5000 4.6278774e-11 5310282 Loop time of 0.0169249 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:22 2021 Pair time (%) = 0.00113606 (6.7124) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.212712) Outpt time (%) = 0.0156169 (92.2719) Other time (%) = 0.000135899 (0.802953) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:22 2021 Memory usage per processor = 27.5381 Mbytes Step Atoms AVEKE stressZZ 15777 5000 4.6278774e-11 5310258.1 15778 -0.0112774999999938 5310175.92374701 15778 5000 4.6275367e-11 5310175.9 Loop time of 0.017163 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:22 2021 Pair time (%) = 0.00106382 (6.19834) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204204) Outpt time (%) = 0.015964 (93.014) Other time (%) = 0.000100136 (0.583439) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:22 2021 Memory usage per processor = 27.5381 Mbytes Step Atoms AVEKE stressZZ 15778 5000 4.6275367e-11 5310152 15779 -0.0112774999999938 5310069.81787873 15779 5000 4.6271959e-11 5310069.8 Loop time of 0.0170479 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:22 2021 Pair time (%) = 0.001091 (6.39964) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192996) Outpt time (%) = 0.0158291 (92.8507) Other time (%) = 9.48906e-05 (0.556612) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:22 2021 Memory usage per processor = 27.5381 Mbytes Step Atoms AVEKE stressZZ 15779 5000 4.6271959e-11 5310045.9 15780 -0.0112774999999938 5309963.7174999 15780 5000 4.6268552e-11 5309963.7 Loop time of 0.0188732 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:22 2021 Pair time (%) = 0.00109696 (5.81228) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.180647) Outpt time (%) = 0.017576 (93.1266) Other time (%) = 0.000166178 (0.880495) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:22 2021 Memory usage per processor = 27.5381 Mbytes Step Atoms AVEKE stressZZ 15780 5000 4.6268552e-11 5309939.8 15781 -0.0112774999999938 5309857.62261031 15781 5000 4.6265146e-11 5309857.6 Loop time of 0.017663 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:23 2021 Pair time (%) = 0.00121212 (6.86248) Neigh time (%) = 0 (0) Comm time (%) = 8.39233e-05 (0.475136) Outpt time (%) = 0.016258 (92.0455) Other time (%) = 0.000108957 (0.616867) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:23 2021 Memory usage per processor = 27.5381 Mbytes Step Atoms AVEKE stressZZ 15781 5000 4.6265146e-11 5309833.7 15782 -0.0112774999999938 5309751.53321521 15782 5000 4.6261739e-11 5309751.5 Loop time of 0.017396 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:23 2021 Pair time (%) = 0.00109601 (6.30037) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189134) Outpt time (%) = 0.0161421 (92.7923) Other time (%) = 0.000124931 (0.718162) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:23 2021 Memory usage per processor = 27.5381 Mbytes Step Atoms AVEKE stressZZ 15782 5000 4.6261739e-11 5309727.6 15783 -0.0112774999999938 5309645.44931393 15783 5000 4.6258333e-11 5309645.4 Loop time of 0.0165231 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:23 2021 Pair time (%) = 0.00105095 (6.36048) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.199126) Outpt time (%) = 0.0153461 (92.8762) Other time (%) = 9.32217e-05 (0.564189) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:23 2021 Memory usage per processor = 27.5381 Mbytes Step Atoms AVEKE stressZZ 15783 5000 4.6258333e-11 5309621.5 15784 -0.0112774999999938 5309539.3709059 15784 5000 4.6254928e-11 5309539.4 Loop time of 0.0168169 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:23 2021 Pair time (%) = 0.00113893 (6.77252) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.206989) Outpt time (%) = 0.015538 (92.3953) Other time (%) = 0.000105143 (0.625222) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:23 2021 Memory usage per processor = 27.5381 Mbytes Step Atoms AVEKE stressZZ 15784 5000 4.6254928e-11 5309515.5 15785 -0.0112774999999938 5309433.29799047 15785 5000 4.6251523e-11 5309433.3 Loop time of 0.0173039 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:23 2021 Pair time (%) = 0.00109696 (6.33939) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191518) Outpt time (%) = 0.0160809 (92.9317) Other time (%) = 9.29832e-05 (0.537353) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:23 2021 Memory usage per processor = 27.5381 Mbytes Step Atoms AVEKE stressZZ 15785 5000 4.6251523e-11 5309409.4 15786 -0.0112774999999938 5309327.23056707 15786 5000 4.6248118e-11 5309327.2 Loop time of 0.0172501 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:23 2021 Pair time (%) = 0.00105095 (6.09244) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190734) Outpt time (%) = 0.016072 (93.1709) Other time (%) = 9.41753e-05 (0.545942) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:23 2021 Memory usage per processor = 27.5381 Mbytes Step Atoms AVEKE stressZZ 15786 5000 4.6248118e-11 5309303.3 15787 -0.0112774999999938 5309221.168635 15787 5000 4.6244713e-11 5309221.2 Loop time of 0.0166769 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:23 2021 Pair time (%) = 0.00122786 (7.36261) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.197289) Outpt time (%) = 0.015265 (91.5337) Other time (%) = 0.000151157 (0.906388) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:23 2021 Memory usage per processor = 27.5381 Mbytes Step Atoms AVEKE stressZZ 15787 5000 4.6244713e-11 5309197.3 15788 -0.0112774999999938 5309115.11219367 15788 5000 4.6241309e-11 5309115.1 Loop time of 0.0172999 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:23 2021 Pair time (%) = 0.00139904 (8.08699) Neigh time (%) = 0 (0) Comm time (%) = 6.38962e-05 (0.369344) Outpt time (%) = 0.0156488 (90.4563) Other time (%) = 0.000188112 (1.08736) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:23 2021 Memory usage per processor = 27.5381 Mbytes Step Atoms AVEKE stressZZ 15788 5000 4.6241309e-11 5309091.2 15789 -0.0112774999999938 5309009.06124257 15789 5000 4.6237906e-11 5309009.1 Loop time of 0.017204 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:23 2021 Pair time (%) = 0.0010941 (6.35957) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.19263) Outpt time (%) = 0.0159841 (92.9087) Other time (%) = 9.27448e-05 (0.539087) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:23 2021 Memory usage per processor = 27.5381 Mbytes Step Atoms AVEKE stressZZ 15789 5000 4.6237906e-11 5308985.2 15790 -0.0112774999999938 5308903.0157809 15790 5000 4.6234503e-11 5308903 Loop time of 0.019367 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:23 2021 Pair time (%) = 0.001055 (5.44743) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.169886) Outpt time (%) = 0.018183 (93.8866) Other time (%) = 9.60827e-05 (0.496116) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:23 2021 Memory usage per processor = 27.5381 Mbytes Step Atoms AVEKE stressZZ 15790 5000 4.6234503e-11 5308879.1 15791 -0.0112774999999938 5308796.9758082 15791 5000 4.62311e-11 5308797 Loop time of 0.0168562 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:23 2021 Pair time (%) = 0.00128698 (7.63508) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207921) Outpt time (%) = 0.015429 (91.5332) Other time (%) = 0.000105143 (0.623762) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:23 2021 Memory usage per processor = 27.5381 Mbytes Step Atoms AVEKE stressZZ 15791 5000 4.62311e-11 5308773.1 15792 -0.0112774999999938 5308690.94132381 15792 5000 4.6227697e-11 5308690.9 Loop time of 0.0169768 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:23 2021 Pair time (%) = 0.0011611 (6.83931) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.199421) Outpt time (%) = 0.0156748 (92.3307) Other time (%) = 0.00010705 (0.630565) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:23 2021 Memory usage per processor = 27.5381 Mbytes Step Atoms AVEKE stressZZ 15792 5000 4.6227697e-11 5308667 15793 -0.0112774999999938 5308584.91232717 15793 5000 4.6224295e-11 5308584.9 Loop time of 0.0170178 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:23 2021 Pair time (%) = 0.00105 (6.16997) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.194738) Outpt time (%) = 0.015842 (93.0903) Other time (%) = 9.27448e-05 (0.544986) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:23 2021 Memory usage per processor = 27.5381 Mbytes Step Atoms AVEKE stressZZ 15793 5000 4.6224295e-11 5308561 15794 -0.0112774999999938 5308478.88881767 15794 5000 4.6220893e-11 5308478.9 Loop time of 0.0166509 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:23 2021 Pair time (%) = 0.00105309 (6.32455) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.204757) Outpt time (%) = 0.0153759 (92.3424) Other time (%) = 0.000187874 (1.12831) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:23 2021 Memory usage per processor = 27.5381 Mbytes Step Atoms AVEKE stressZZ 15794 5000 4.6220893e-11 5308455 15795 -0.0112774999999938 5308372.87079478 15795 5000 4.6217492e-11 5308372.9 Loop time of 0.016597 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:23 2021 Pair time (%) = 0.00115299 (6.94698) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.216914) Outpt time (%) = 0.0153029 (92.2026) Other time (%) = 0.000105143 (0.633502) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:23 2021 Memory usage per processor = 27.5381 Mbytes Step Atoms AVEKE stressZZ 15795 5000 4.6217492e-11 5308349 15796 -0.0112774999999938 5308266.85825779 15796 5000 4.6214091e-11 5308266.9 Loop time of 0.017113 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:23 2021 Pair time (%) = 0.00105286 (6.15239) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193655) Outpt time (%) = 0.0159349 (93.1162) Other time (%) = 9.20296e-05 (0.537777) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:24:23 2021 Memory usage per processor = 27.5381 Mbytes Step Atoms AVEKE stressZZ 15796 5000 4.6214091e-11 5308243 15797 -0.0112774999999938 5308144.43991949 15797 5000 9.1263825e-11 5308318.9 Loop time of 0.0167711 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:23 2021 Pair time (%) = 0.00105 (6.26075) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.196182) Outpt time (%) = 0.0155699 (92.838) Other time (%) = 0.000118256 (0.705116) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:23 2021 Memory usage per processor = 27.5381 Mbytes Step Atoms AVEKE stressZZ 15797 5000 9.1263825e-11 5363946.3 15798 -0.0113099999999938 5363837.60982419 15798 5000 7.3486541e-11 5363837.6 Loop time of 0.0165272 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:23 2021 Pair time (%) = 0.00108719 (6.57819) Neigh time (%) = 0 (0) Comm time (%) = 6.29425e-05 (0.380842) Outpt time (%) = 0.0152812 (92.4611) Other time (%) = 9.58443e-05 (0.579919) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:23 2021 Memory usage per processor = 27.5381 Mbytes Step Atoms AVEKE stressZZ 15798 5000 7.3486541e-11 5363805.4 15799 -0.0113099999999938 5363706.03512805 15799 5000 6.3187624e-11 5363706 Loop time of 0.0167389 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:23 2021 Pair time (%) = 0.00110412 (6.59611) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.196559) Outpt time (%) = 0.015501 (92.6048) Other time (%) = 0.000100851 (0.602495) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:23 2021 Memory usage per processor = 27.5381 Mbytes Step Atoms AVEKE stressZZ 15799 5000 6.3187624e-11 5363676.7 15800 -0.0113099999999938 5363583.28433497 15800 5000 5.7045214e-11 5363583.3 Loop time of 0.019356 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:23 2021 Pair time (%) = 0.00105309 (5.44066) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.169982) Outpt time (%) = 0.018177 (93.909) Other time (%) = 9.29832e-05 (0.480384) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:23 2021 Memory usage per processor = 27.5382 Mbytes Step Atoms AVEKE stressZZ 15800 5000 5.7045214e-11 5363555.8 15801 -0.0113099999999938 5363466.14324746 15801 5000 5.3303546e-11 5363466.1 Loop time of 0.0164831 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:23 2021 Pair time (%) = 0.00105 (6.37015) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.205395) Outpt time (%) = 0.015306 (92.8589) Other time (%) = 9.32217e-05 (0.56556) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:23 2021 Memory usage per processor = 27.5382 Mbytes Step Atoms AVEKE stressZZ 15801 5000 5.3303546e-11 5363439.9 15802 -0.0113099999999938 5363352.56921463 15802 5000 5.0990327e-11 5363352.6 Loop time of 0.0165582 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:23 2021 Pair time (%) = 0.00118089 (7.13175) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.217423) Outpt time (%) = 0.015238 (92.0274) Other time (%) = 0.000103235 (0.62347) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:23 2021 Memory usage per processor = 27.5382 Mbytes Step Atoms AVEKE stressZZ 15802 5000 5.0990327e-11 5363327 15803 -0.0113099999999938 5363241.26411164 15803 5000 4.9545617e-11 5363241.3 Loop time of 0.0172291 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:23 2021 Pair time (%) = 0.00105286 (6.11093) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.19235) Outpt time (%) = 0.016052 (93.1681) Other time (%) = 9.10759e-05 (0.528617) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:23 2021 Memory usage per processor = 27.5382 Mbytes Step Atoms AVEKE stressZZ 15803 5000 4.9545617e-11 5363216.2 15804 -0.0113099999999938 5363131.40296619 15804 5000 4.8636985e-11 5363131.4 Loop time of 0.0171549 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:23 2021 Pair time (%) = 0.00105 (6.12066) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193182) Outpt time (%) = 0.0159779 (93.1386) Other time (%) = 9.39369e-05 (0.54758) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:23 2021 Memory usage per processor = 27.5382 Mbytes Step Atoms AVEKE stressZZ 15804 5000 4.8636985e-11 5363106.6 15805 -0.0113099999999938 5363022.46149902 15805 5000 4.8062624e-11 5363022.5 Loop time of 0.0165632 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:23 2021 Pair time (%) = 0.00109196 (6.59268) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.205841) Outpt time (%) = 0.015326 (92.5307) Other time (%) = 0.000111103 (0.670783) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:23 2021 Memory usage per processor = 27.5382 Mbytes Step Atoms AVEKE stressZZ 15805 5000 4.8062624e-11 5362997.9 15806 -0.0113099999999938 5362914.1065248 15806 5000 4.7698105e-11 5362914.1 Loop time of 0.0172548 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:23 2021 Pair time (%) = 0.00127411 (7.38407) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.196208) Outpt time (%) = 0.0158269 (91.7247) Other time (%) = 0.000119925 (0.69502) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:23 2021 Memory usage per processor = 27.5382 Mbytes Step Atoms AVEKE stressZZ 15806 5000 4.7698105e-11 5362889.7 15807 -0.0113099999999938 5362806.12629984 15807 5000 4.7465896e-11 5362806.1 Loop time of 0.0173559 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:23 2021 Pair time (%) = 0.00105095 (6.05528) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.196439) Outpt time (%) = 0.016145 (93.023) Other time (%) = 0.000125885 (0.725315) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:23 2021 Memory usage per processor = 27.5382 Mbytes Step Atoms AVEKE stressZZ 15807 5000 4.7465896e-11 5362781.8 15808 -0.0113099999999938 5362698.38625868 15808 5000 4.7317347e-11 5362698.4 Loop time of 0.016711 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:23 2021 Pair time (%) = 0.001055 (6.31322) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.198314) Outpt time (%) = 0.0155001 (92.7537) Other time (%) = 0.000122786 (0.734759) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:23 2021 Memory usage per processor = 27.5382 Mbytes Step Atoms AVEKE stressZZ 15808 5000 4.7317347e-11 5362674.1 15809 -0.0113099999999938 5362590.80088295 15809 5000 4.7221793e-11 5362590.8 Loop time of 0.017056 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:23 2021 Pair time (%) = 0.00112891 (6.61886) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.204087) Outpt time (%) = 0.0157869 (92.5592) Other time (%) = 0.000105381 (0.617853) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:23 2021 Memory usage per processor = 27.5382 Mbytes Step Atoms AVEKE stressZZ 15809 5000 4.7221793e-11 5362566.5 15810 -0.0113099999999938 5362483.31582473 15810 5000 4.715985e-11 5362483.3 Loop time of 0.0195179 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:23 2021 Pair time (%) = 0.00113702 (5.82552) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.168572) Outpt time (%) = 0.0182528 (93.5185) Other time (%) = 9.5129e-05 (0.487394) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:23 2021 Memory usage per processor = 27.5382 Mbytes Step Atoms AVEKE stressZZ 15810 5000 4.715985e-11 5362459.1 15811 -0.0113099999999938 5362375.89654491 15811 5000 4.7119238e-11 5362375.9 Loop time of 0.017066 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:23 2021 Pair time (%) = 0.00105596 (6.18748) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.194188) Outpt time (%) = 0.0158892 (93.1042) Other time (%) = 8.7738e-05 (0.51411) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:23 2021 Memory usage per processor = 27.5382 Mbytes Step Atoms AVEKE stressZZ 15811 5000 4.7119238e-11 5362351.6 15812 -0.0113099999999938 5362268.52109329 15812 5000 4.7092171e-11 5362268.5 Loop time of 0.016573 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:23 2021 Pair time (%) = 0.00110388 (6.66072) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.198527) Outpt time (%) = 0.015342 (92.5725) Other time (%) = 9.41753e-05 (0.568247) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:23 2021 Memory usage per processor = 27.5382 Mbytes Step Atoms AVEKE stressZZ 15812 5000 4.7092171e-11 5362244.3 15813 -0.0113099999999938 5362161.17552006 15813 5000 4.7073707e-11 5362161.2 Loop time of 0.0167091 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:23 2021 Pair time (%) = 0.00115991 (6.94177) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.221166) Outpt time (%) = 0.015373 (92.0038) Other time (%) = 0.000139236 (0.833298) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:23 2021 Memory usage per processor = 27.5382 Mbytes Step Atoms AVEKE stressZZ 15813 5000 4.7073707e-11 5362136.9 15814 -0.0113099999999938 5362053.85095973 15814 5000 4.7060709e-11 5362053.9 Loop time of 0.0170989 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:23 2021 Pair time (%) = 0.00105286 (6.15745) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.19242) Outpt time (%) = 0.0159199 (93.1049) Other time (%) = 9.32217e-05 (0.545191) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:23 2021 Memory usage per processor = 27.5382 Mbytes Step Atoms AVEKE stressZZ 15814 5000 4.7060709e-11 5362029.6 15815 -0.0113099999999938 5361946.54177807 15815 5000 4.7051184e-11 5361946.5 Loop time of 0.017365 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:23 2021 Pair time (%) = 0.00117803 (6.78392) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.201829) Outpt time (%) = 0.016046 (92.4046) Other time (%) = 0.000105858 (0.609605) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:23 2021 Memory usage per processor = 27.5382 Mbytes Step Atoms AVEKE stressZZ 15815 5000 4.7051184e-11 5361922.3 15816 -0.0113099999999938 5361839.24439403 15816 5000 4.7043866e-11 5361839.2 Loop time of 0.0165761 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:23 2021 Pair time (%) = 0.00111198 (6.70838) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211435) Outpt time (%) = 0.0152671 (92.1036) Other time (%) = 0.000161886 (0.976627) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:23 2021 Memory usage per processor = 27.5382 Mbytes Step Atoms AVEKE stressZZ 15816 5000 4.7043866e-11 5361815 15817 -0.0113099999999938 5361731.95653175 15817 5000 4.703795e-11 5361732 Loop time of 0.0171452 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:23 2021 Pair time (%) = 0.00116897 (6.81806) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198854) Outpt time (%) = 0.0158231 (92.2892) Other time (%) = 0.000118971 (0.693904) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:23 2021 Memory usage per processor = 27.5382 Mbytes Step Atoms AVEKE stressZZ 15817 5000 4.703795e-11 5361707.7 15818 -0.0113099999999938 5361624.67674465 15818 5000 4.7032926e-11 5361624.7 Loop time of 0.0164628 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:23 2021 Pair time (%) = 0.00105 (6.37799) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.199855) Outpt time (%) = 0.015285 (92.8458) Other time (%) = 9.48906e-05 (0.576394) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:23 2021 Memory usage per processor = 27.5382 Mbytes Step Atoms AVEKE stressZZ 15818 5000 4.7032926e-11 5361600.4 15819 -0.0113099999999938 5361517.40411326 15819 5000 4.7028468e-11 5361517.4 Loop time of 0.0162661 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:23 2021 Pair time (%) = 0.001091 (6.70722) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.197875) Outpt time (%) = 0.015053 (92.5423) Other time (%) = 8.98838e-05 (0.552583) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:23 2021 Memory usage per processor = 27.5382 Mbytes Step Atoms AVEKE stressZZ 15819 5000 4.7028468e-11 5361493.2 15820 -0.0113099999999938 5361410.1380528 15820 5000 4.7024371e-11 5361410.1 Loop time of 0.018544 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:23 2021 Pair time (%) = 0.00105286 (5.67763) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.177426) Outpt time (%) = 0.0173669 (93.6525) Other time (%) = 9.13143e-05 (0.492421) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:23 2021 Memory usage per processor = 27.5382 Mbytes Step Atoms AVEKE stressZZ 15820 5000 4.7024371e-11 5361385.9 15821 -0.0113099999999938 5361302.87819173 15821 5000 4.7020502e-11 5361302.9 Loop time of 0.0170159 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:23 2021 Pair time (%) = 0.00105309 (6.18887) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.193359) Outpt time (%) = 0.0158401 (93.0895) Other time (%) = 8.98838e-05 (0.528233) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:23 2021 Memory usage per processor = 27.5382 Mbytes Step Atoms AVEKE stressZZ 15821 5000 4.7020502e-11 5361278.7 15822 -0.0113099999999938 5361195.62429351 15822 5000 4.7016779e-11 5361195.6 Loop time of 0.017061 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:23 2021 Pair time (%) = 0.00109386 (6.41149) Neigh time (%) = 0 (0) Comm time (%) = 6.10352e-05 (0.357747) Outpt time (%) = 0.015753 (92.3336) Other time (%) = 0.000153065 (0.897162) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:23 2021 Memory usage per processor = 27.5382 Mbytes Step Atoms AVEKE stressZZ 15822 5000 4.7016779e-11 5361171.4 15823 -0.0113099999999938 5361088.3762077 15823 5000 4.7013149e-11 5361088.4 Loop time of 0.016849 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:23 2021 Pair time (%) = 0.00117111 (6.95062) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.213669) Outpt time (%) = 0.015523 (92.1296) Other time (%) = 0.000118971 (0.706099) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:23 2021 Memory usage per processor = 27.5382 Mbytes Step Atoms AVEKE stressZZ 15823 5000 4.7013149e-11 5361064.2 15824 -0.0113099999999938 5360981.13383845 15824 5000 4.7009578e-11 5360981.1 Loop time of 0.0172379 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:24 2021 Pair time (%) = 0.00111699 (6.47986) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.208849) Outpt time (%) = 0.015986 (92.7373) Other time (%) = 9.89437e-05 (0.573989) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:24 2021 Memory usage per processor = 27.5382 Mbytes Step Atoms AVEKE stressZZ 15824 5000 4.7009578e-11 5360956.9 15825 -0.0113099999999938 5360873.8971246 15825 5000 4.7006045e-11 5360873.9 Loop time of 0.0171442 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:24 2021 Pair time (%) = 0.00104904 (6.11893) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191912) Outpt time (%) = 0.0159688 (93.144) Other time (%) = 9.34601e-05 (0.545141) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:24 2021 Memory usage per processor = 27.5382 Mbytes Step Atoms AVEKE stressZZ 15825 5000 4.7006045e-11 5360849.7 15826 -0.0113099999999938 5360766.66602719 15826 5000 4.7002536e-11 5360766.7 Loop time of 0.0168211 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:24 2021 Pair time (%) = 0.00106597 (6.33708) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.202685) Outpt time (%) = 0.0156121 (92.8125) Other time (%) = 0.000108957 (0.64774) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:24 2021 Memory usage per processor = 27.5382 Mbytes Step Atoms AVEKE stressZZ 15826 5000 4.7002536e-11 5360742.4 15827 -0.0113099999999938 5360659.44052109 15827 5000 4.6999042e-11 5360659.4 Loop time of 0.0176079 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:24 2021 Pair time (%) = 0.00151515 (8.60493) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.209876) Outpt time (%) = 0.015835 (89.9314) Other time (%) = 0.000220776 (1.25384) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:24 2021 Memory usage per processor = 27.5382 Mbytes Step Atoms AVEKE stressZZ 15827 5000 4.6999042e-11 5360635.2 15828 -0.0113099999999938 5360552.22059024 15828 5000 4.6995558e-11 5360552.2 Loop time of 0.0170801 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:24 2021 Pair time (%) = 0.00104713 (6.13074) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192633) Outpt time (%) = 0.0159061 (93.1266) Other time (%) = 9.39369e-05 (0.54998) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:24 2021 Memory usage per processor = 27.5382 Mbytes Step Atoms AVEKE stressZZ 15828 5000 4.6995558e-11 5360528 15829 -0.0113099999999938 5360445.00622411 15829 5000 4.6992081e-11 5360445 Loop time of 0.016638 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:24 2021 Pair time (%) = 0.00105309 (6.32944) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.199183) Outpt time (%) = 0.0154581 (92.9082) Other time (%) = 9.36985e-05 (0.563158) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:24 2021 Memory usage per processor = 27.5382 Mbytes Step Atoms AVEKE stressZZ 15829 5000 4.6992081e-11 5360420.8 15830 -0.0113099999999938 5360337.79741598 15830 5000 4.6988608e-11 5360337.8 Loop time of 0.0190609 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:24 2021 Pair time (%) = 0.00121713 (6.38548) Neigh time (%) = 0 (0) Comm time (%) = 5.00679e-05 (0.262674) Outpt time (%) = 0.0176458 (92.5763) Other time (%) = 0.00014782 (0.775514) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:24 2021 Memory usage per processor = 27.5382 Mbytes Step Atoms AVEKE stressZZ 15830 5000 4.6988608e-11 5360313.6 15831 -0.0113099999999938 5360230.59416125 15831 5000 4.6985138e-11 5360230.6 Loop time of 0.017169 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:24 2021 Pair time (%) = 0.00116801 (6.80303) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191635) Outpt time (%) = 0.0158629 (92.3929) Other time (%) = 0.000105143 (0.612398) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:24 2021 Memory usage per processor = 27.5382 Mbytes Step Atoms AVEKE stressZZ 15831 5000 4.6985138e-11 5360206.4 15832 -0.0113099999999938 5360123.39645672 15832 5000 4.6981669e-11 5360123.4 Loop time of 0.017468 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:24 2021 Pair time (%) = 0.00107598 (6.15975) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.200639) Outpt time (%) = 0.0162561 (93.0623) Other time (%) = 0.000100851 (0.577348) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:24 2021 Memory usage per processor = 27.5382 Mbytes Step Atoms AVEKE stressZZ 15832 5000 4.6981669e-11 5360099.2 15833 -0.0113099999999938 5360016.20430023 15833 5000 4.6978203e-11 5360016.2 Loop time of 0.0165811 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:24 2021 Pair time (%) = 0.00109005 (6.57407) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.199868) Outpt time (%) = 0.0153642 (92.661) Other time (%) = 9.36985e-05 (0.565094) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:24 2021 Memory usage per processor = 27.5382 Mbytes Step Atoms AVEKE stressZZ 15833 5000 4.6978203e-11 5359992 15834 -0.0113099999999938 5359909.01769022 15834 5000 4.6974737e-11 5359909 Loop time of 0.016891 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:24 2021 Pair time (%) = 0.00127602 (7.55441) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.231488) Outpt time (%) = 0.0154419 (91.4208) Other time (%) = 0.000133991 (0.79327) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:24 2021 Memory usage per processor = 27.5382 Mbytes Step Atoms AVEKE stressZZ 15834 5000 4.6974737e-11 5359884.8 15835 -0.0113099999999938 5359801.83662549 15835 5000 4.6971272e-11 5359801.8 Loop time of 0.0172448 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:24 2021 Pair time (%) = 0.00105715 (6.13024) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190792) Outpt time (%) = 0.016062 (93.1412) Other time (%) = 9.27448e-05 (0.537813) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:24 2021 Memory usage per processor = 27.5382 Mbytes Step Atoms AVEKE stressZZ 15835 5000 4.6971272e-11 5359777.6 15836 -0.0113099999999938 5359694.66110497 15836 5000 4.6967807e-11 5359694.7 Loop time of 0.017169 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:24 2021 Pair time (%) = 0.00105095 (6.1212) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193023) Outpt time (%) = 0.01599 (93.1331) Other time (%) = 9.48906e-05 (0.552686) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:24 2021 Memory usage per processor = 27.5382 Mbytes Step Atoms AVEKE stressZZ 15836 5000 4.6967807e-11 5359670.4 15837 -0.0113099999999938 5359587.4911279 15837 5000 4.6964343e-11 5359587.5 Loop time of 0.01653 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:24 2021 Pair time (%) = 0.001086 (6.56984) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.210581) Outpt time (%) = 0.0152929 (92.5157) Other time (%) = 0.000116348 (0.70386) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:24 2021 Memory usage per processor = 27.5382 Mbytes Step Atoms AVEKE stressZZ 15837 5000 4.6964343e-11 5359563.3 15838 -0.0113099999999938 5359480.32669356 15838 5000 4.696088e-11 5359480.3 Loop time of 0.0171258 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:24 2021 Pair time (%) = 0.00119805 (6.99559) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204647) Outpt time (%) = 0.0157299 (91.8489) Other time (%) = 0.00016284 (0.950843) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:24 2021 Memory usage per processor = 27.5382 Mbytes Step Atoms AVEKE stressZZ 15838 5000 4.696088e-11 5359456.1 15839 -0.0113099999999938 5359373.16780114 15839 5000 4.6957417e-11 5359373.2 Loop time of 0.0171301 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:24 2021 Pair time (%) = 0.00104904 (6.12395) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192069) Outpt time (%) = 0.015954 (93.1342) Other time (%) = 9.41753e-05 (0.549764) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:24 2021 Memory usage per processor = 27.5382 Mbytes Step Atoms AVEKE stressZZ 15839 5000 4.6957417e-11 5359349 15840 -0.0113099999999938 5359266.01445017 15840 5000 4.6953954e-11 5359266 Loop time of 0.018872 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:24 2021 Pair time (%) = 0.00105 (5.56377) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.174341) Outpt time (%) = 0.017695 (93.7629) Other time (%) = 9.41753e-05 (0.499021) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:24 2021 Memory usage per processor = 27.5382 Mbytes Step Atoms AVEKE stressZZ 15840 5000 4.6953954e-11 5359241.8 15841 -0.0113099999999938 5359158.8666399 15841 5000 4.6950492e-11 5359158.9 Loop time of 0.0169611 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:24 2021 Pair time (%) = 0.00107908 (6.3621) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206635) Outpt time (%) = 0.0157449 (92.8296) Other time (%) = 0.000102043 (0.601631) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:24 2021 Memory usage per processor = 27.5382 Mbytes Step Atoms AVEKE stressZZ 15841 5000 4.6950492e-11 5359134.7 15842 -0.0113099999999938 5359051.72436976 15842 5000 4.6947031e-11 5359051.7 Loop time of 0.017252 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:24 2021 Pair time (%) = 0.001086 (6.29491) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190713) Outpt time (%) = 0.0160351 (92.9464) Other time (%) = 9.799e-05 (0.567993) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:24 2021 Memory usage per processor = 27.5382 Mbytes Step Atoms AVEKE stressZZ 15842 5000 4.6947031e-11 5359027.5 15843 -0.0113099999999938 5358944.58763922 15843 5000 4.6943569e-11 5358944.6 Loop time of 0.0172801 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:24 2021 Pair time (%) = 0.00109911 (6.36055) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190403) Outpt time (%) = 0.0160511 (92.8875) Other time (%) = 9.70364e-05 (0.56155) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:24 2021 Memory usage per processor = 27.5382 Mbytes Step Atoms AVEKE stressZZ 15843 5000 4.6943569e-11 5358920.4 15844 -0.0113099999999938 5358837.45644772 15844 5000 4.6940109e-11 5358837.5 Loop time of 0.017055 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:24 2021 Pair time (%) = 0.001055 (6.18587) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.194313) Outpt time (%) = 0.0158708 (93.0564) Other time (%) = 9.60827e-05 (0.563368) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:24 2021 Memory usage per processor = 27.5382 Mbytes Step Atoms AVEKE stressZZ 15844 5000 4.6940109e-11 5358813.2 15845 -0.0113099999999938 5358730.3307946 15845 5000 4.6936648e-11 5358730.3 Loop time of 0.017067 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:24 2021 Pair time (%) = 0.0013001 (7.61762) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.222117) Outpt time (%) = 0.0155921 (91.3584) Other time (%) = 0.000136852 (0.801855) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:24 2021 Memory usage per processor = 27.5382 Mbytes Step Atoms AVEKE stressZZ 15845 5000 4.6936648e-11 5358706.1 15846 -0.0113099999999938 5358623.21067936 15846 5000 4.6933188e-11 5358623.2 Loop time of 0.0172529 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:24 2021 Pair time (%) = 0.00108385 (6.28213) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185175) Outpt time (%) = 0.016047 (93.0103) Other time (%) = 9.01222e-05 (0.522359) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:24 2021 Memory usage per processor = 27.5382 Mbytes Step Atoms AVEKE stressZZ 15846 5000 4.6933188e-11 5358599 15847 -0.0113099999999938 5358516.09610136 15847 5000 4.6929728e-11 5358516.1 Loop time of 0.0171981 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:24 2021 Pair time (%) = 0.00108194 (6.29107) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.196856) Outpt time (%) = 0.0159678 (92.8466) Other time (%) = 0.000114441 (0.665428) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:24 2021 Memory usage per processor = 27.5382 Mbytes Step Atoms AVEKE stressZZ 15847 5000 4.6929728e-11 5358491.9 15848 -0.0113099999999938 5358408.98706006 15848 5000 4.6926269e-11 5358409 Loop time of 0.0166352 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:24 2021 Pair time (%) = 0.00109887 (6.60571) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.20495) Outpt time (%) = 0.015403 (92.5931) Other time (%) = 9.91821e-05 (0.596219) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:24 2021 Memory usage per processor = 27.5382 Mbytes Step Atoms AVEKE stressZZ 15848 5000 4.6926269e-11 5358384.8 15849 -0.0113099999999938 5358301.883555 15849 5000 4.692281e-11 5358301.9 Loop time of 0.0172999 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:24 2021 Pair time (%) = 0.00124192 (7.17879) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.202588) Outpt time (%) = 0.0158319 (91.5147) Other time (%) = 0.000190973 (1.1039) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:24 2021 Memory usage per processor = 27.5382 Mbytes Step Atoms AVEKE stressZZ 15849 5000 4.692281e-11 5358277.7 15850 -0.0113099999999938 5358194.78558543 15850 5000 4.6919351e-11 5358194.8 Loop time of 0.01986 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:24 2021 Pair time (%) = 0.00117517 (5.91724) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.176473) Outpt time (%) = 0.0185461 (93.3841) Other time (%) = 0.000103712 (0.522215) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:24 2021 Memory usage per processor = 27.5382 Mbytes Step Atoms AVEKE stressZZ 15850 5000 4.6919351e-11 5358170.6 15851 -0.0113099999999938 5358087.69315092 15851 5000 4.6915893e-11 5358087.7 Loop time of 0.0173922 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:24 2021 Pair time (%) = 0.0010581 (6.08379) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189176) Outpt time (%) = 0.016207 (93.1856) Other time (%) = 9.41753e-05 (0.541482) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:24 2021 Memory usage per processor = 27.5382 Mbytes Step Atoms AVEKE stressZZ 15851 5000 4.6915893e-11 5358063.5 15852 -0.0113099999999938 5357980.6062508 15852 5000 4.6912435e-11 5357980.6 Loop time of 0.0166919 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:24 2021 Pair time (%) = 0.00110412 (6.61467) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.202825) Outpt time (%) = 0.0154541 (92.584) Other time (%) = 9.98974e-05 (0.598477) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:24 2021 Memory usage per processor = 27.5382 Mbytes Step Atoms AVEKE stressZZ 15852 5000 4.6912435e-11 5357956.4 15853 -0.0113099999999938 5357873.52488462 15853 5000 4.6908978e-11 5357873.5 Loop time of 0.017489 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:24 2021 Pair time (%) = 0.00116396 (6.6554) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.194945) Outpt time (%) = 0.01613 (92.2295) Other time (%) = 0.000160933 (0.920195) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:24 2021 Memory usage per processor = 27.5382 Mbytes Step Atoms AVEKE stressZZ 15853 5000 4.6908978e-11 5357849.3 15854 -0.0113099999999938 5357766.44905178 15854 5000 4.6905521e-11 5357766.4 Loop time of 0.017297 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:24 2021 Pair time (%) = 0.00105286 (6.08692) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197108) Outpt time (%) = 0.0161171 (93.1784) Other time (%) = 9.29832e-05 (0.537568) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:24 2021 Memory usage per processor = 27.5382 Mbytes Step Atoms AVEKE stressZZ 15854 5000 4.6905521e-11 5357742.2 15855 -0.0113099999999938 5357659.37875167 15855 5000 4.6902064e-11 5357659.4 Loop time of 0.0170109 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:24 2021 Pair time (%) = 0.00118208 (6.94894) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.200423) Outpt time (%) = 0.0157001 (92.2942) Other time (%) = 9.46522e-05 (0.55642) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:24 2021 Memory usage per processor = 27.5382 Mbytes Step Atoms AVEKE stressZZ 15855 5000 4.6902064e-11 5357635.2 15856 -0.0113099999999938 5357552.31398379 15856 5000 4.6898608e-11 5357552.3 Loop time of 0.016753 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:24 2021 Pair time (%) = 0.00111794 (6.67312) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.214895) Outpt time (%) = 0.0154929 (92.4787) Other time (%) = 0.000106096 (0.633299) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:24 2021 Memory usage per processor = 27.5382 Mbytes Step Atoms AVEKE stressZZ 15856 5000 4.6898608e-11 5357528.1 15857 -0.0113099999999938 5357445.25474758 15857 5000 4.6895152e-11 5357445.3 Loop time of 0.01737 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:24 2021 Pair time (%) = 0.00117302 (6.75314) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.19628) Outpt time (%) = 0.016067 (92.4988) Other time (%) = 9.58443e-05 (0.551781) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:24 2021 Memory usage per processor = 27.5382 Mbytes Step Atoms AVEKE stressZZ 15857 5000 4.6895152e-11 5357421 15858 -0.0113099999999938 5357338.20104245 15858 5000 4.6891697e-11 5357338.2 Loop time of 0.016613 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:24 2021 Pair time (%) = 0.0010519 (6.3318) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.199483) Outpt time (%) = 0.0154381 (92.9277) Other time (%) = 8.98838e-05 (0.541045) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:24 2021 Memory usage per processor = 27.5382 Mbytes Step Atoms AVEKE stressZZ 15858 5000 4.6891697e-11 5357314 15859 -0.0113099999999938 5357231.15286786 15859 5000 4.6888242e-11 5357231.2 Loop time of 0.0167198 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:24 2021 Pair time (%) = 0.00109911 (6.57369) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.198209) Outpt time (%) = 0.0154889 (92.6377) Other time (%) = 9.87053e-05 (0.590349) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:24 2021 Memory usage per processor = 27.5382 Mbytes Step Atoms AVEKE stressZZ 15859 5000 4.6888242e-11 5357206.9 15860 -0.0113099999999938 5357124.11022323 15860 5000 4.6884787e-11 5357124.1 Loop time of 0.0186222 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:24 2021 Pair time (%) = 0.00108504 (5.82662) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.177961) Outpt time (%) = 0.0174119 (93.5012) Other time (%) = 9.20296e-05 (0.494194) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:24 2021 Memory usage per processor = 27.5382 Mbytes Step Atoms AVEKE stressZZ 15860 5000 4.6884787e-11 5357099.9 15861 -0.0113099999999938 5357017.07310799 15861 5000 4.6881333e-11 5357017.1 Loop time of 0.0165081 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:24 2021 Pair time (%) = 0.0010519 (6.37204) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.199307) Outpt time (%) = 0.0153329 (92.8813) Other time (%) = 9.03606e-05 (0.547371) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:24 2021 Memory usage per processor = 27.5382 Mbytes Step Atoms AVEKE stressZZ 15861 5000 4.6881333e-11 5356992.9 15862 -0.0113099999999938 5356910.04152162 15862 5000 4.6877879e-11 5356910 Loop time of 0.016314 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:24 2021 Pair time (%) = 0.00105405 (6.46099) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.201678) Outpt time (%) = 0.015137 (92.7849) Other time (%) = 9.01222e-05 (0.552422) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:24 2021 Memory usage per processor = 27.5382 Mbytes Step Atoms AVEKE stressZZ 15862 5000 4.6877879e-11 5356885.8 15863 -0.0113099999999938 5356803.01546357 15863 5000 4.6874425e-11 5356803 Loop time of 0.0164661 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:24 2021 Pair time (%) = 0.00105095 (6.38249) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194023) Outpt time (%) = 0.01529 (92.8573) Other time (%) = 9.32217e-05 (0.566142) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:24 2021 Memory usage per processor = 27.5382 Mbytes Step Atoms AVEKE stressZZ 15863 5000 4.6874425e-11 5356778.8 15864 -0.0113099999999938 5356695.99493328 15864 5000 4.6870972e-11 5356696 Loop time of 0.0164511 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:24 2021 Pair time (%) = 0.00109291 (6.64338) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.199997) Outpt time (%) = 0.0152361 (92.6146) Other time (%) = 8.91685e-05 (0.542021) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:24 2021 Memory usage per processor = 27.5382 Mbytes Step Atoms AVEKE stressZZ 15864 5000 4.6870972e-11 5356671.8 15865 -0.0113099999999938 5356588.97993019 15865 5000 4.686752e-11 5356589 Loop time of 0.0164781 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:24 2021 Pair time (%) = 0.001055 (6.40247) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.201117) Outpt time (%) = 0.0153019 (92.8625) Other time (%) = 8.79765e-05 (0.533901) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:24 2021 Memory usage per processor = 27.5382 Mbytes Step Atoms AVEKE stressZZ 15865 5000 4.686752e-11 5356564.8 15866 -0.0113099999999938 5356481.97045368 15866 5000 4.6864067e-11 5356482 Loop time of 0.016499 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:24 2021 Pair time (%) = 0.00108099 (6.55183) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.187856) Outpt time (%) = 0.0152988 (92.7256) Other time (%) = 8.82149e-05 (0.534667) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:24 2021 Memory usage per processor = 27.5382 Mbytes Step Atoms AVEKE stressZZ 15866 5000 4.6864067e-11 5356457.8 15867 -0.0113099999999938 5356374.96650326 15867 5000 4.6860615e-11 5356375 Loop time of 0.0163388 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:24 2021 Pair time (%) = 0.00107098 (6.55479) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.195535) Outpt time (%) = 0.015136 (92.6383) Other time (%) = 9.98974e-05 (0.611411) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:24 2021 Memory usage per processor = 27.5382 Mbytes Step Atoms AVEKE stressZZ 15867 5000 4.6860615e-11 5356350.8 15868 -0.0113099999999938 5356267.96807833 15868 5000 4.6857164e-11 5356268 Loop time of 0.0160379 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:25 2021 Pair time (%) = 0.00106406 (6.63466) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.199203) Outpt time (%) = 0.014854 (92.6176) Other time (%) = 8.79765e-05 (0.548552) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:25 2021 Memory usage per processor = 27.5382 Mbytes Step Atoms AVEKE stressZZ 15868 5000 4.6857164e-11 5356243.8 15869 -0.0113099999999938 5356160.97517846 15869 5000 4.6853713e-11 5356161 Loop time of 0.0162561 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:25 2021 Pair time (%) = 0.00102806 (6.32416) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.19653) Outpt time (%) = 0.0151091 (92.944) Other time (%) = 8.70228e-05 (0.535324) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:25 2021 Memory usage per processor = 27.5382 Mbytes Step Atoms AVEKE stressZZ 15869 5000 4.6853713e-11 5356136.8 15870 -0.0113099999999938 5356053.98780301 15870 5000 4.6850262e-11 5356054 Loop time of 0.018343 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:25 2021 Pair time (%) = 0.00106406 (5.80093) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.175471) Outpt time (%) = 0.0171452 (93.4699) Other time (%) = 0.000101566 (0.553707) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:25 2021 Memory usage per processor = 27.5382 Mbytes Step Atoms AVEKE stressZZ 15870 5000 4.6850262e-11 5356029.8 15871 -0.0113099999999938 5355947.00595138 15871 5000 4.6846811e-11 5355947 Loop time of 0.0163629 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:25 2021 Pair time (%) = 0.00102687 (6.27559) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.202532) Outpt time (%) = 0.015218 (93.0032) Other time (%) = 8.4877e-05 (0.518716) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:25 2021 Memory usage per processor = 27.5382 Mbytes Step Atoms AVEKE stressZZ 15871 5000 4.6846811e-11 5355922.8 15872 -0.0113099999999938 5355840.02962306 15872 5000 4.6843361e-11 5355840 Loop time of 0.0164919 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:25 2021 Pair time (%) = 0.00102806 (6.23374) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.195166) Outpt time (%) = 0.0153449 (93.0449) Other time (%) = 8.67844e-05 (0.526224) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:25 2021 Memory usage per processor = 27.5382 Mbytes Step Atoms AVEKE stressZZ 15872 5000 4.6843361e-11 5355815.8 15873 -0.0113099999999938 5355733.05881755 15873 5000 4.6839912e-11 5355733.1 Loop time of 0.0162201 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:25 2021 Pair time (%) = 0.00106096 (6.54104) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.202846) Outpt time (%) = 0.0150411 (92.7314) Other time (%) = 8.51154e-05 (0.524753) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:25 2021 Memory usage per processor = 27.5382 Mbytes Step Atoms AVEKE stressZZ 15873 5000 4.6839912e-11 5355708.9 15874 -0.0113099999999938 5355626.09353423 15874 5000 4.6836462e-11 5355626.1 Loop time of 0.016521 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:25 2021 Pair time (%) = 0.00105715 (6.39882) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193379) Outpt time (%) = 0.0153439 (92.8753) Other time (%) = 8.79765e-05 (0.532514) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:25 2021 Memory usage per processor = 27.5382 Mbytes Step Atoms AVEKE stressZZ 15874 5000 4.6836462e-11 5355601.9 15875 -0.0113099999999938 5355519.13377259 15875 5000 4.6833014e-11 5355519.1 Loop time of 0.0205162 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:25 2021 Pair time (%) = 0.00141191 (6.88197) Neigh time (%) = 0 (0) Comm time (%) = 4.3869e-05 (0.213827) Outpt time (%) = 0.0189319 (92.2778) Other time (%) = 0.000128508 (0.626373) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:25 2021 Memory usage per processor = 27.5382 Mbytes Step Atoms AVEKE stressZZ 15875 5000 4.6833014e-11 5355494.9 15876 -0.0113099999999938 5355412.17953205 15876 5000 4.6829565e-11 5355412.2 Loop time of 0.0173478 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:25 2021 Pair time (%) = 0.00124693 (7.18782) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.225392) Outpt time (%) = 0.0159459 (91.9189) Other time (%) = 0.000115871 (0.667931) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:25 2021 Memory usage per processor = 27.5382 Mbytes Step Atoms AVEKE stressZZ 15876 5000 4.6829565e-11 5355388 15877 -0.0113099999999938 5355305.23081214 15877 5000 4.6826117e-11 5355305.2 Loop time of 0.017194 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:25 2021 Pair time (%) = 0.00105309 (6.12477) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.196902) Outpt time (%) = 0.016016 (93.1486) Other time (%) = 9.10759e-05 (0.529695) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:25 2021 Memory usage per processor = 27.5382 Mbytes Step Atoms AVEKE stressZZ 15877 5000 4.6826117e-11 5355281 15878 -0.0113099999999938 5355198.28761214 15878 5000 4.6822669e-11 5355198.3 Loop time of 0.016495 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:25 2021 Pair time (%) = 0.00105309 (6.38433) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.199465) Outpt time (%) = 0.015317 (92.8583) Other time (%) = 9.20296e-05 (0.557924) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:25 2021 Memory usage per processor = 27.5382 Mbytes Step Atoms AVEKE stressZZ 15878 5000 4.6822669e-11 5355174.1 15879 -0.0113099999999938 5355091.34993178 15879 5000 4.6819222e-11 5355091.3 Loop time of 0.016978 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:25 2021 Pair time (%) = 0.00122404 (7.20956) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.217663) Outpt time (%) = 0.015542 (91.542) Other time (%) = 0.000174999 (1.03074) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:25 2021 Memory usage per processor = 27.5382 Mbytes Step Atoms AVEKE stressZZ 15879 5000 4.6819222e-11 5355067.2 15880 -0.0113099999999938 5354984.41777033 15880 5000 4.6815775e-11 5354984.4 Loop time of 0.019578 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:25 2021 Pair time (%) = 0.00115609 (5.90506) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.168055) Outpt time (%) = 0.018276 (93.3497) Other time (%) = 0.00011301 (0.577232) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:25 2021 Memory usage per processor = 27.5382 Mbytes Step Atoms AVEKE stressZZ 15880 5000 4.6815775e-11 5354960.2 15881 -0.0113099999999938 5354877.49112721 15881 5000 4.6812328e-11 5354877.5 Loop time of 0.0171452 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:25 2021 Pair time (%) = 0.00119305 (6.9585) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204417) Outpt time (%) = 0.0158131 (92.2308) Other time (%) = 0.000103951 (0.606297) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:25 2021 Memory usage per processor = 27.5382 Mbytes Step Atoms AVEKE stressZZ 15881 5000 4.6812328e-11 5354853.3 15882 -0.0113099999999938 5354770.57000197 15882 5000 4.6808882e-11 5354770.6 Loop time of 0.0168228 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:25 2021 Pair time (%) = 0.00105095 (6.24717) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.195578) Outpt time (%) = 0.015645 (92.9989) Other time (%) = 9.39369e-05 (0.55839) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:25 2021 Memory usage per processor = 27.5382 Mbytes Step Atoms AVEKE stressZZ 15882 5000 4.6808882e-11 5354746.4 15883 -0.0113099999999938 5354663.65439407 15883 5000 4.6805437e-11 5354663.7 Loop time of 0.0167661 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:25 2021 Pair time (%) = 0.00125885 (7.50832) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.244589) Outpt time (%) = 0.0153439 (91.5176) Other time (%) = 0.000122309 (0.729501) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:25 2021 Memory usage per processor = 27.5382 Mbytes Step Atoms AVEKE stressZZ 15883 5000 4.6805437e-11 5354639.5 15884 -0.0113099999999938 5354556.74430293 15884 5000 4.6801991e-11 5354556.7 Loop time of 0.0175412 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:25 2021 Pair time (%) = 0.0010891 (6.2088) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.187569) Outpt time (%) = 0.016326 (93.0722) Other time (%) = 9.32217e-05 (0.531445) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:25 2021 Memory usage per processor = 27.5382 Mbytes Step Atoms AVEKE stressZZ 15884 5000 4.6801991e-11 5354532.6 15885 -0.0113099999999938 5354449.839728 15885 5000 4.6798546e-11 5354449.8 Loop time of 0.0170519 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:25 2021 Pair time (%) = 0.00110006 (6.45125) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.194349) Outpt time (%) = 0.015825 (92.8049) Other time (%) = 9.36985e-05 (0.549489) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:25 2021 Memory usage per processor = 27.5382 Mbytes Step Atoms AVEKE stressZZ 15885 5000 4.6798546e-11 5354425.6 15886 -0.0113099999999938 5354342.94066873 15886 5000 4.6795102e-11 5354342.9 Loop time of 0.0165992 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:25 2021 Pair time (%) = 0.001086 (6.54247) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.21114) Outpt time (%) = 0.015377 (92.6374) Other time (%) = 0.000101089 (0.609003) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:25 2021 Memory usage per processor = 27.5382 Mbytes Step Atoms AVEKE stressZZ 15886 5000 4.6795102e-11 5354318.8 15887 -0.0113099999999938 5354236.04712462 15887 5000 4.6791657e-11 5354236 Loop time of 0.017293 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:25 2021 Pair time (%) = 0.00111103 (6.42475) Neigh time (%) = 0 (0) Comm time (%) = 4.98295e-05 (0.288149) Outpt time (%) = 0.0159991 (92.5178) Other time (%) = 0.000133038 (0.769316) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:25 2021 Memory usage per processor = 27.5382 Mbytes Step Atoms AVEKE stressZZ 15887 5000 4.6791657e-11 5354211.9 15888 -0.0113099999999938 5354129.15909517 15888 5000 4.6788213e-11 5354129.2 Loop time of 0.0172651 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:25 2021 Pair time (%) = 0.00109911 (6.36608) Neigh time (%) = 0 (0) Comm time (%) = 6.41346e-05 (0.37147) Outpt time (%) = 0.0159302 (92.2682) Other time (%) = 0.000171661 (0.994269) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:25 2021 Memory usage per processor = 27.5382 Mbytes Step Atoms AVEKE stressZZ 15888 5000 4.6788213e-11 5354105 15889 -0.0113099999999938 5354022.27657976 15889 5000 4.678477e-11 5354022.3 Loop time of 0.01702 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:25 2021 Pair time (%) = 0.00118995 (6.99147) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.20592) Outpt time (%) = 0.0156889 (92.1792) Other time (%) = 0.000106096 (0.623363) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:25 2021 Memory usage per processor = 27.5382 Mbytes Step Atoms AVEKE stressZZ 15889 5000 4.678477e-11 5353998.1 15890 -0.0113099999999938 5353915.3995779 15890 5000 4.6781327e-11 5353915.4 Loop time of 0.018846 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:25 2021 Pair time (%) = 0.00110102 (5.84217) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.185968) Outpt time (%) = 0.0176132 (93.4582) Other time (%) = 9.67979e-05 (0.513625) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:25 2021 Memory usage per processor = 27.5382 Mbytes Step Atoms AVEKE stressZZ 15890 5000 4.6781327e-11 5353891.2 15891 -0.0113099999999938 5353808.52808901 15891 5000 4.6777884e-11 5353808.5 Loop time of 0.017149 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:26 2021 Pair time (%) = 0.00114489 (6.67612) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204371) Outpt time (%) = 0.0158679 (92.53) Other time (%) = 0.000101089 (0.589478) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:26 2021 Memory usage per processor = 27.5382 Mbytes Step Atoms AVEKE stressZZ 15891 5000 4.6777884e-11 5353784.3 15892 -0.0113099999999938 5353701.66211265 15892 5000 4.6774442e-11 5353701.7 Loop time of 0.0171351 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:26 2021 Pair time (%) = 0.00105 (6.12773) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192013) Outpt time (%) = 0.0159581 (93.1307) Other time (%) = 9.41753e-05 (0.549603) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:26 2021 Memory usage per processor = 27.5382 Mbytes Step Atoms AVEKE stressZZ 15892 5000 4.6774442e-11 5353677.5 15893 -0.0113099999999938 5353594.80164819 15893 5000 4.6771e-11 5353594.8 Loop time of 0.0168178 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:26 2021 Pair time (%) = 0.00120187 (7.1464) Neigh time (%) = 0 (0) Comm time (%) = 7.29561e-05 (0.433803) Outpt time (%) = 0.0154378 (91.7946) Other time (%) = 0.000105143 (0.625186) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:26 2021 Memory usage per processor = 27.5382 Mbytes Step Atoms AVEKE stressZZ 15893 5000 4.6771e-11 5353570.6 15894 -0.0113099999999938 5353487.94669519 15894 5000 4.6767559e-11 5353487.9 Loop time of 0.0167131 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:26 2021 Pair time (%) = 0.00117683 (7.04137) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.2097) Outpt time (%) = 0.015398 (92.1312) Other time (%) = 0.000103235 (0.617689) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:26 2021 Memory usage per processor = 27.5382 Mbytes Step Atoms AVEKE stressZZ 15894 5000 4.6767559e-11 5353463.8 15895 -0.0113099999999938 5353381.09725305 15895 5000 4.6764117e-11 5353381.1 Loop time of 0.0173609 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:26 2021 Pair time (%) = 0.00121403 (6.99287) Neigh time (%) = 0 (0) Comm time (%) = 6.31809e-05 (0.363926) Outpt time (%) = 0.0159869 (92.0856) Other time (%) = 9.67979e-05 (0.557562) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:26 2021 Memory usage per processor = 27.5382 Mbytes Step Atoms AVEKE stressZZ 15895 5000 4.6764117e-11 5353356.9 15896 -0.0113099999999938 5353274.2533213 15896 5000 4.6760677e-11 5353274.3 Loop time of 0.0171058 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:26 2021 Pair time (%) = 0.00105405 (6.16193) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192343) Outpt time (%) = 0.0159299 (93.1258) Other time (%) = 8.89301e-05 (0.519882) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:26 2021 Memory usage per processor = 27.5382 Mbytes Step Atoms AVEKE stressZZ 15896 5000 4.6760677e-11 5353250.1 15897 -0.0113099999999938 5353167.41490002 15897 5000 4.6757236e-11 5353167.4 Loop time of 0.0167549 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:26 2021 Pair time (%) = 0.00114799 (6.85165) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.21487) Outpt time (%) = 0.0154331 (92.111) Other time (%) = 0.000137806 (0.822483) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:24:26 2021 Memory usage per processor = 27.5382 Mbytes Step Atoms AVEKE stressZZ 15897 5000 4.6757236e-11 5353143.2 15898 -0.0113099999999938 5353044.06557473 15898 5000 9.2335568e-11 5353220 Loop time of 0.0169818 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:26 2021 Pair time (%) = 0.00129414 (7.62071) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.23025) Outpt time (%) = 0.0154798 (91.155) Other time (%) = 0.0001688 (0.994005) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2572 ave 2572 max 2572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:26 2021 Memory usage per processor = 27.5382 Mbytes Step Atoms AVEKE stressZZ 15898 5000 9.2335568e-11 5409049.7 15899 -0.0113424999999938 5408940.24797828 15899 5000 7.4348089e-11 5408940.2 Loop time of 0.016886 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:26 2021 Pair time (%) = 0.00109315 (6.4737) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.194846) Outpt time (%) = 0.0156651 (92.7695) Other time (%) = 9.48906e-05 (0.561948) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:26 2021 Memory usage per processor = 27.5382 Mbytes Step Atoms AVEKE stressZZ 15899 5000 7.4348089e-11 5408907.7 15900 -0.0113424999999938 5408807.63177335 15900 5000 6.39275e-11 5408807.6 Loop time of 0.0193241 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:26 2021 Pair time (%) = 0.00105405 (5.45459) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.171497) Outpt time (%) = 0.0180831 (93.5781) Other time (%) = 0.00015378 (0.795795) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:26 2021 Memory usage per processor = 27.5383 Mbytes Step Atoms AVEKE stressZZ 15900 5000 6.39275e-11 5408778 15901 -0.0113424999999938 5408683.91427875 15901 5000 5.7712569e-11 5408683.9 Loop time of 0.0169501 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:26 2021 Pair time (%) = 0.00109291 (6.4478) Neigh time (%) = 0 (0) Comm time (%) = 4.72069e-05 (0.278505) Outpt time (%) = 0.0156832 (92.5254) Other time (%) = 0.000126839 (0.748305) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:26 2021 Memory usage per processor = 27.5383 Mbytes Step Atoms AVEKE stressZZ 15901 5000 5.7712569e-11 5408656.1 15902 -0.0113424999999938 5408565.85405239 15902 5000 5.3926744e-11 5408565.9 Loop time of 0.016757 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:26 2021 Pair time (%) = 0.00133705 (7.97906) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.226225) Outpt time (%) = 0.0152252 (90.8585) Other time (%) = 0.000156879 (0.936202) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:26 2021 Memory usage per processor = 27.5383 Mbytes Step Atoms AVEKE stressZZ 15902 5000 5.3926744e-11 5408539.3 15903 -0.0113424999999938 5408451.39118764 15903 5000 5.1586234e-11 5408451.4 Loop time of 0.0171621 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:26 2021 Pair time (%) = 0.00120306 (7.00999) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198658) Outpt time (%) = 0.0158222 (92.1926) Other time (%) = 0.000102758 (0.598752) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:26 2021 Memory usage per processor = 27.5383 Mbytes Step Atoms AVEKE stressZZ 15903 5000 5.1586234e-11 5408425.6 15904 -0.0113424999999938 5408339.21653459 15904 5000 5.0124484e-11 5408339.2 Loop time of 0.016901 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:26 2021 Pair time (%) = 0.00105405 (6.2366) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.194673) Outpt time (%) = 0.0157199 (93.0115) Other time (%) = 9.41753e-05 (0.557217) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:26 2021 Memory usage per processor = 27.5383 Mbytes Step Atoms AVEKE stressZZ 15904 5000 5.0124484e-11 5408313.9 15905 -0.0113424999999938 5408228.49811458 15905 5000 4.9205136e-11 5408228.5 Loop time of 0.0167341 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:26 2021 Pair time (%) = 0.00111699 (6.67493) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209438) Outpt time (%) = 0.0154791 (92.5001) Other time (%) = 0.000102997 (0.61549) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:26 2021 Memory usage per processor = 27.5383 Mbytes Step Atoms AVEKE stressZZ 15905 5000 4.9205136e-11 5408203.4 15906 -0.0113424999999938 5408118.70720839 15906 5000 4.8624003e-11 5408118.7 Loop time of 0.01756 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:26 2021 Pair time (%) = 0.00116801 (6.65155) Neigh time (%) = 0 (0) Comm time (%) = 6.38962e-05 (0.363873) Outpt time (%) = 0.0162082 (92.3016) Other time (%) = 0.000119925 (0.682941) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:26 2021 Memory usage per processor = 27.5383 Mbytes Step Atoms AVEKE stressZZ 15906 5000 4.8624003e-11 5408093.8 15907 -0.0113424999999938 5408009.50780444 15907 5000 4.8255186e-11 5408009.5 Loop time of 0.017257 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:26 2021 Pair time (%) = 0.00105405 (6.10796) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192039) Outpt time (%) = 0.0160758 (93.1557) Other time (%) = 9.39369e-05 (0.544342) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:26 2021 Memory usage per processor = 27.5383 Mbytes Step Atoms AVEKE stressZZ 15907 5000 4.8255186e-11 5407984.8 15908 -0.0113424999999938 5407900.68636296 15908 5000 4.8020239e-11 5407900.7 Loop time of 0.0170681 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:26 2021 Pair time (%) = 0.0010519 (6.16296) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192767) Outpt time (%) = 0.015888 (93.0855) Other time (%) = 9.53674e-05 (0.558745) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:26 2021 Memory usage per processor = 27.5383 Mbytes Step Atoms AVEKE stressZZ 15908 5000 4.8020239e-11 5407876 15909 -0.0113424999999938 5407792.10717376 15909 5000 4.786994e-11 5407792.1 Loop time of 0.016645 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:26 2021 Pair time (%) = 0.00109005 (6.54883) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191939) Outpt time (%) = 0.0154328 (92.7178) Other time (%) = 9.01222e-05 (0.541439) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:26 2021 Memory usage per processor = 27.5383 Mbytes Step Atoms AVEKE stressZZ 15909 5000 4.786994e-11 5407767.5 15910 -0.0113424999999938 5407683.68397922 15910 5000 4.7773261e-11 5407683.7 Loop time of 0.0188 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:26 2021 Pair time (%) = 0.0010519 (5.59522) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.175009) Outpt time (%) = 0.0176241 (93.7453) Other time (%) = 9.10759e-05 (0.484446) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:26 2021 Memory usage per processor = 27.5383 Mbytes Step Atoms AVEKE stressZZ 15910 5000 4.7773261e-11 5407659.1 15911 -0.0113424999999938 5407575.36196911 15911 5000 4.7710588e-11 5407575.4 Loop time of 0.0176821 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:26 2021 Pair time (%) = 0.00117612 (6.65148) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.187422) Outpt time (%) = 0.016382 (92.6474) Other time (%) = 9.08375e-05 (0.513726) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:26 2021 Memory usage per processor = 27.5383 Mbytes Step Atoms AVEKE stressZZ 15911 5000 4.7710588e-11 5407550.8 15912 -0.0113424999999938 5407467.10632468 15912 5000 4.7669498e-11 5407467.1 Loop time of 0.0168998 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:26 2021 Pair time (%) = 0.00105596 (6.24832) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.196098) Outpt time (%) = 0.0157139 (92.9828) Other time (%) = 9.67979e-05 (0.572775) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:26 2021 Memory usage per processor = 27.5383 Mbytes Step Atoms AVEKE stressZZ 15912 5000 4.7669498e-11 5407442.6 15913 -0.0113424999999938 5407358.89490889 15913 5000 4.7642113e-11 5407358.9 Loop time of 0.0170422 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:26 2021 Pair time (%) = 0.00134516 (7.89312) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205652) Outpt time (%) = 0.0155251 (91.0982) Other time (%) = 0.000136852 (0.803022) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:26 2021 Memory usage per processor = 27.5383 Mbytes Step Atoms AVEKE stressZZ 15913 5000 4.7642113e-11 5407334.4 15914 -0.0113424999999938 5407250.71365282 15914 5000 4.7623433e-11 5407250.7 Loop time of 0.017365 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:26 2021 Pair time (%) = 0.00112391 (6.47225) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.196337) Outpt time (%) = 0.0161059 (92.7493) Other time (%) = 0.000101089 (0.582146) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:26 2021 Memory usage per processor = 27.5383 Mbytes Step Atoms AVEKE stressZZ 15914 5000 4.7623433e-11 5407226.2 15915 -0.0113424999999938 5407142.5536152 15915 5000 4.7610283e-11 5407142.6 Loop time of 0.017453 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:26 2021 Pair time (%) = 0.00105405 (6.03937) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.188517) Outpt time (%) = 0.016279 (93.2735) Other time (%) = 8.70228e-05 (0.498613) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:26 2021 Memory usage per processor = 27.5383 Mbytes Step Atoms AVEKE stressZZ 15915 5000 4.7610283e-11 5407118 15916 -0.0113424999999938 5407034.40911333 15916 5000 4.7600646e-11 5407034.4 Loop time of 0.0165401 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:26 2021 Pair time (%) = 0.00109911 (6.64514) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.200363) Outpt time (%) = 0.0153122 (92.5765) Other time (%) = 9.56059e-05 (0.578026) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:26 2021 Memory usage per processor = 27.5383 Mbytes Step Atoms AVEKE stressZZ 15916 5000 4.7600646e-11 5407009.9 15917 -0.0113424999999938 5406926.27653532 15917 5000 4.7593243e-11 5406926.3 Loop time of 0.0172629 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:26 2021 Pair time (%) = 0.00128317 (7.43309) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.220976) Outpt time (%) = 0.0157881 (91.4565) Other time (%) = 0.000153542 (0.889429) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:26 2021 Memory usage per processor = 27.5383 Mbytes Step Atoms AVEKE stressZZ 15917 5000 4.7593243e-11 5406901.8 15918 -0.0113424999999938 5406818.15358555 15918 5000 4.7587259e-11 5406818.2 Loop time of 0.0174088 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:26 2021 Pair time (%) = 0.0010829 (6.22038) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.188994) Outpt time (%) = 0.0161989 (93.0497) Other time (%) = 9.41753e-05 (0.540963) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:26 2021 Memory usage per processor = 27.5383 Mbytes Step Atoms AVEKE stressZZ 15918 5000 4.7587259e-11 5406793.6 15919 -0.0113424999999938 5406710.03880465 15919 5000 4.7582176e-11 5406710 Loop time of 0.0173419 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:26 2021 Pair time (%) = 0.00105095 (6.06019) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.196599) Outpt time (%) = 0.0161629 (93.2015) Other time (%) = 9.39369e-05 (0.541678) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:26 2021 Memory usage per processor = 27.5383 Mbytes Step Atoms AVEKE stressZZ 15919 5000 4.7582176e-11 5406685.5 15920 -0.0113424999999938 5406601.93127021 15920 5000 4.7577667e-11 5406601.9 Loop time of 0.018712 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:26 2021 Pair time (%) = 0.00105405 (5.633) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.182203) Outpt time (%) = 0.0175221 (93.6407) Other time (%) = 0.000101805 (0.54406) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:26 2021 Memory usage per processor = 27.5383 Mbytes Step Atoms AVEKE stressZZ 15920 5000 4.7577667e-11 5406577.4 15921 -0.0113424999999938 5406493.8304542 15921 5000 4.7573522e-11 5406493.8 Loop time of 0.0168948 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:26 2021 Pair time (%) = 0.00134897 (7.98453) Neigh time (%) = 0 (0) Comm time (%) = 4.41074e-05 (0.261071) Outpt time (%) = 0.015348 (90.8442) Other time (%) = 0.00015378 (0.91022) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:26 2021 Memory usage per processor = 27.5383 Mbytes Step Atoms AVEKE stressZZ 15921 5000 4.7573522e-11 5406469.3 15922 -0.0113424999999938 5406385.73595731 15922 5000 4.7569609e-11 5406385.7 Loop time of 0.0171962 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:26 2021 Pair time (%) = 0.001055 (6.1351) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191332) Outpt time (%) = 0.0160201 (93.1606) Other time (%) = 8.82149e-05 (0.512991) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:26 2021 Memory usage per processor = 27.5383 Mbytes Step Atoms AVEKE stressZZ 15922 5000 4.7569609e-11 5406361.2 15923 -0.0113424999999938 5406277.64752836 15923 5000 4.7565844e-11 5406277.6 Loop time of 0.016732 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:26 2021 Pair time (%) = 0.00110602 (6.61024) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.19664) Outpt time (%) = 0.0154991 (92.6317) Other time (%) = 9.39369e-05 (0.561422) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:26 2021 Memory usage per processor = 27.5383 Mbytes Step Atoms AVEKE stressZZ 15923 5000 4.7565844e-11 5406253.1 15924 -0.0113424999999938 5406169.56502307 15924 5000 4.7562172e-11 5406169.6 Loop time of 0.016705 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:26 2021 Pair time (%) = 0.00122499 (7.33309) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.215511) Outpt time (%) = 0.0153241 (91.7335) Other time (%) = 0.000119925 (0.717895) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:26 2021 Memory usage per processor = 27.5383 Mbytes Step Atoms AVEKE stressZZ 15924 5000 4.7562172e-11 5406145.1 15925 -0.0113424999999938 5406061.48833029 15925 5000 4.755856e-11 5406061.5 Loop time of 0.0171149 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:26 2021 Pair time (%) = 0.00108409 (6.33419) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.199206) Outpt time (%) = 0.0158999 (92.901) Other time (%) = 9.67979e-05 (0.565578) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:26 2021 Memory usage per processor = 27.5383 Mbytes Step Atoms AVEKE stressZZ 15925 5000 4.755856e-11 5406037 15926 -0.0113424999999938 5405953.41738301 15926 5000 4.7554986e-11 5405953.4 Loop time of 0.0174241 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:26 2021 Pair time (%) = 0.001055 (6.05484) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.188829) Outpt time (%) = 0.016247 (93.2446) Other time (%) = 8.91685e-05 (0.511754) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:26 2021 Memory usage per processor = 27.5383 Mbytes Step Atoms AVEKE stressZZ 15926 5000 4.7554986e-11 5405928.9 15927 -0.0113424999999938 5405845.35214028 15927 5000 4.7551437e-11 5405845.4 Loop time of 0.0164239 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:26 2021 Pair time (%) = 0.0010891 (6.63115) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.200328) Outpt time (%) = 0.015208 (92.5966) Other time (%) = 9.39369e-05 (0.571951) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:26 2021 Memory usage per processor = 27.5383 Mbytes Step Atoms AVEKE stressZZ 15927 5000 4.7551437e-11 5405820.8 15928 -0.0113424999999938 5405737.29257567 15928 5000 4.7547903e-11 5405737.3 Loop time of 0.0167031 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:26 2021 Pair time (%) = 0.00127697 (7.64509) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.226955) Outpt time (%) = 0.0152678 (91.4071) Other time (%) = 0.000120401 (0.720831) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:26 2021 Memory usage per processor = 27.5383 Mbytes Step Atoms AVEKE stressZZ 15928 5000 4.7547903e-11 5405712.8 15929 -0.0113424999999938 5405629.23867202 15929 5000 4.7544379e-11 5405629.2 Loop time of 0.0170751 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:26 2021 Pair time (%) = 0.00107694 (6.30707) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205256) Outpt time (%) = 0.0158281 (92.6974) Other time (%) = 0.000134945 (0.790304) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:26 2021 Memory usage per processor = 27.5383 Mbytes Step Atoms AVEKE stressZZ 15929 5000 4.7544379e-11 5405604.7 15930 -0.0113424999999938 5405521.19040563 15930 5000 4.7540862e-11 5405521.2 Loop time of 0.019809 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:26 2021 Pair time (%) = 0.00114799 (5.79527) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.176927) Outpt time (%) = 0.0185182 (93.4838) Other time (%) = 0.000107765 (0.544021) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:26 2021 Memory usage per processor = 27.5383 Mbytes Step Atoms AVEKE stressZZ 15930 5000 4.7540862e-11 5405496.7 15931 -0.0113424999999938 5405413.1477718 15931 5000 4.7537349e-11 5405413.1 Loop time of 0.0165942 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:26 2021 Pair time (%) = 0.00105405 (6.35192) Neigh time (%) = 0 (0) Comm time (%) = 5.6982e-05 (0.343386) Outpt time (%) = 0.0153868 (92.7242) Other time (%) = 9.63211e-05 (0.580451) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2573 ave 2573 max 2573 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:26 2021 Memory usage per processor = 27.5383 Mbytes Step Atoms AVEKE stressZZ 15931 5000 4.7537349e-11 5405388.6 15932 -0.0113424999999938 5405305.11077424 15932 5000 4.7533839e-11 5405305.1 Loop time of 0.01705 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:26 2021 Pair time (%) = 0.00145888 (8.55649) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.227931) Outpt time (%) = 0.0153849 (90.2339) Other time (%) = 0.00016737 (0.98164) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2573 ave 2573 max 2573 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:26 2021 Memory usage per processor = 27.5383 Mbytes Step Atoms AVEKE stressZZ 15932 5000 4.7533839e-11 5405280.6 15933 -0.0113424999999938 5405197.07941074 15933 5000 4.7530331e-11 5405197.1 Loop time of 0.017221 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:26 2021 Pair time (%) = 0.00109315 (6.34778) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191056) Outpt time (%) = 0.016001 (92.9157) Other time (%) = 9.39369e-05 (0.54548) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2573 ave 2573 max 2573 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:26 2021 Memory usage per processor = 27.5383 Mbytes Step Atoms AVEKE stressZZ 15933 5000 4.7530331e-11 5405172.6 15934 -0.0113424999999938 5405089.05368023 15934 5000 4.7526824e-11 5405089.1 Loop time of 0.016556 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:27 2021 Pair time (%) = 0.00105596 (6.37808) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.20017) Outpt time (%) = 0.015373 (92.8544) Other time (%) = 9.39369e-05 (0.567388) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2573 ave 2573 max 2573 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:27 2021 Memory usage per processor = 27.5383 Mbytes Step Atoms AVEKE stressZZ 15934 5000 4.7526824e-11 5405064.5 15935 -0.0113424999999938 5404981.03358353 15935 5000 4.7523318e-11 5404981 Loop time of 0.0196202 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:27 2021 Pair time (%) = 0.00121403 (6.18765) Neigh time (%) = 0 (0) Comm time (%) = 5.19753e-05 (0.264907) Outpt time (%) = 0.0182381 (92.9557) Other time (%) = 0.00011611 (0.591788) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2573 ave 2573 max 2573 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:27 2021 Memory usage per processor = 27.5383 Mbytes Step Atoms AVEKE stressZZ 15935 5000 4.7523318e-11 5404956.5 15936 -0.0113424999999938 5404873.01912436 15936 5000 4.7519813e-11 5404873 Loop time of 0.0172391 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:27 2021 Pair time (%) = 0.00116992 (6.78644) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.203303) Outpt time (%) = 0.0159271 (92.3893) Other time (%) = 0.00010705 (0.620972) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2573 ave 2573 max 2573 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:27 2021 Memory usage per processor = 27.5383 Mbytes Step Atoms AVEKE stressZZ 15936 5000 4.7519813e-11 5404848.5 15937 -0.0113424999999938 5404765.01032098 15937 5000 4.7516309e-11 5404765 Loop time of 0.0170028 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:27 2021 Pair time (%) = 0.0010519 (6.18664) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.193508) Outpt time (%) = 0.0158229 (93.0604) Other time (%) = 9.5129e-05 (0.55949) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2573 ave 2573 max 2573 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:27 2021 Memory usage per processor = 27.5383 Mbytes Step Atoms AVEKE stressZZ 15937 5000 4.7516309e-11 5404740.5 15938 -0.0113424999999938 5404657.007156 15938 5000 4.7512806e-11 5404657 Loop time of 0.0166991 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:27 2021 Pair time (%) = 0.001055 (6.31773) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.197027) Outpt time (%) = 0.015523 (92.957) Other time (%) = 8.82149e-05 (0.528262) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2573 ave 2573 max 2573 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:27 2021 Memory usage per processor = 27.5383 Mbytes Step Atoms AVEKE stressZZ 15938 5000 4.7512806e-11 5404632.5 15939 -0.0113424999999938 5404549.00959795 15939 5000 4.7509302e-11 5404549 Loop time of 0.016866 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:27 2021 Pair time (%) = 0.00115395 (6.84186) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.213455) Outpt time (%) = 0.0155709 (92.3213) Other time (%) = 0.000105143 (0.623401) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2573 ave 2573 max 2573 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:27 2021 Memory usage per processor = 27.5383 Mbytes Step Atoms AVEKE stressZZ 15939 5000 4.7509302e-11 5404524.5 15940 -0.0113424999999938 5404441.0176456 15940 5000 4.75058e-11 5404441 Loop time of 0.0192642 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:27 2021 Pair time (%) = 0.00117302 (6.08911) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.170792) Outpt time (%) = 0.0179479 (93.1671) Other time (%) = 0.000110388 (0.57302) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2573 ave 2573 max 2573 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:27 2021 Memory usage per processor = 27.5383 Mbytes Step Atoms AVEKE stressZZ 15940 5000 4.75058e-11 5404416.5 15941 -0.0113424999999938 5404333.03129791 15941 5000 4.7502297e-11 5404333 Loop time of 0.0176129 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:27 2021 Pair time (%) = 0.00110888 (6.29586) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.193573) Outpt time (%) = 0.016376 (92.9772) Other time (%) = 9.39369e-05 (0.533341) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2573 ave 2573 max 2573 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:27 2021 Memory usage per processor = 27.5383 Mbytes Step Atoms AVEKE stressZZ 15941 5000 4.7502297e-11 5404308.5 15942 -0.0113424999999938 5404225.05055371 15942 5000 4.7498796e-11 5404225.1 Loop time of 0.0168459 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:27 2021 Pair time (%) = 0.00110412 (6.5542) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.196725) Outpt time (%) = 0.0156131 (92.6815) Other time (%) = 9.56059e-05 (0.56753) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2573 ave 2573 max 2573 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:27 2021 Memory usage per processor = 27.5383 Mbytes Step Atoms AVEKE stressZZ 15942 5000 4.7498796e-11 5404200.5 15943 -0.0113424999999938 5404117.07541209 15943 5000 4.7495294e-11 5404117.1 Loop time of 0.0166059 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:27 2021 Pair time (%) = 0.00114298 (6.88299) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.216798) Outpt time (%) = 0.015306 (92.1723) Other time (%) = 0.000120878 (0.727925) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2573 ave 2573 max 2573 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:27 2021 Memory usage per processor = 27.5383 Mbytes Step Atoms AVEKE stressZZ 15943 5000 4.7495294e-11 5404092.6 15944 -0.0113424999999938 5404009.10587206 15944 5000 4.7491793e-11 5404009.1 Loop time of 0.017081 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:27 2021 Pair time (%) = 0.00105405 (6.17088) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.194018) Outpt time (%) = 0.015908 (93.1326) Other time (%) = 8.58307e-05 (0.502492) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2573 ave 2573 max 2573 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:27 2021 Memory usage per processor = 27.5383 Mbytes Step Atoms AVEKE stressZZ 15944 5000 4.7491793e-11 5403984.6 15945 -0.0113424999999938 5403901.14193253 15945 5000 4.7488292e-11 5403901.1 Loop time of 0.0170419 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:27 2021 Pair time (%) = 0.00109601 (6.43126) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.194463) Outpt time (%) = 0.0158181 (92.8189) Other time (%) = 9.46522e-05 (0.555408) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2573 ave 2573 max 2573 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:27 2021 Memory usage per processor = 27.5383 Mbytes Step Atoms AVEKE stressZZ 15945 5000 4.7488292e-11 5403876.6 15946 -0.0113424999999938 5403793.18359271 15946 5000 4.7484792e-11 5403793.2 Loop time of 0.0166678 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:27 2021 Pair time (%) = 0.00105095 (6.30525) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.281791) Outpt time (%) = 0.0154529 (92.7106) Other time (%) = 0.000117064 (0.702332) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2573 ave 2573 max 2573 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:27 2021 Memory usage per processor = 27.5383 Mbytes Step Atoms AVEKE stressZZ 15946 5000 4.7484792e-11 5403768.7 15947 -0.0113424999999938 5403685.23085159 15947 5000 4.7481292e-11 5403685.2 Loop time of 0.017309 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:27 2021 Pair time (%) = 0.00122285 (7.06484) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.195595) Outpt time (%) = 0.0159411 (92.0977) Other time (%) = 0.000111103 (0.641882) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2573 ave 2573 max 2573 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:27 2021 Memory usage per processor = 27.5383 Mbytes Step Atoms AVEKE stressZZ 15947 5000 4.7481292e-11 5403660.7 15948 -0.0113424999999938 5403577.28370832 15948 5000 4.7477793e-11 5403577.3 Loop time of 0.0171602 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:27 2021 Pair time (%) = 0.00105405 (6.14241) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.197291) Outpt time (%) = 0.01598 (93.1226) Other time (%) = 9.2268e-05 (0.537687) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2573 ave 2573 max 2573 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:27 2021 Memory usage per processor = 27.5383 Mbytes Step Atoms AVEKE stressZZ 15948 5000 4.7477793e-11 5403552.8 15949 -0.0113424999999938 5403469.34216188 15949 5000 4.7474294e-11 5403469.3 Loop time of 0.016907 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:27 2021 Pair time (%) = 0.00109911 (6.50092) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.196015) Outpt time (%) = 0.0156519 (92.5768) Other time (%) = 0.000122786 (0.726242) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2573 ave 2573 max 2573 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:27 2021 Memory usage per processor = 27.5383 Mbytes Step Atoms AVEKE stressZZ 15949 5000 4.7474294e-11 5403444.8 15950 -0.0113424999999938 5403361.40621157 15950 5000 4.7470795e-11 5403361.4 Loop time of 0.019613 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:27 2021 Pair time (%) = 0.001122 (5.72068) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.183558) Outpt time (%) = 0.0183501 (93.5609) Other time (%) = 0.000104904 (0.53487) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2573 ave 2573 max 2573 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:27 2021 Memory usage per processor = 27.5383 Mbytes Step Atoms AVEKE stressZZ 15950 5000 4.7470795e-11 5403336.9 15951 -0.0113424999999938 5403253.47585639 15951 5000 4.7467297e-11 5403253.5 Loop time of 0.01702 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:27 2021 Pair time (%) = 0.00107884 (6.33869) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.198916) Outpt time (%) = 0.0158091 (92.8853) Other time (%) = 9.82285e-05 (0.577136) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2573 ave 2573 max 2573 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:27 2021 Memory usage per processor = 27.5383 Mbytes Step Atoms AVEKE stressZZ 15951 5000 4.7467297e-11 5403229 15952 -0.0113424999999938 5403145.5510955 15952 5000 4.7463799e-11 5403145.6 Loop time of 0.016726 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:27 2021 Pair time (%) = 0.00109196 (6.52849) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.198136) Outpt time (%) = 0.015507 (92.7117) Other time (%) = 9.39369e-05 (0.561622) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2573 ave 2573 max 2573 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:27 2021 Memory usage per processor = 27.5383 Mbytes Step Atoms AVEKE stressZZ 15952 5000 4.7463799e-11 5403121.1 15953 -0.0113424999999938 5403037.63192798 15953 5000 4.7460302e-11 5403037.6 Loop time of 0.016377 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:27 2021 Pair time (%) = 0.00105405 (6.43616) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.200903) Outpt time (%) = 0.0152001 (92.8141) Other time (%) = 8.98838e-05 (0.548843) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2573 ave 2573 max 2573 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:27 2021 Memory usage per processor = 27.5383 Mbytes Step Atoms AVEKE stressZZ 15953 5000 4.7460302e-11 5403013.1 15954 -0.0113424999999938 5402929.71835311 15954 5000 4.7456804e-11 5402929.7 Loop time of 0.0164568 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:27 2021 Pair time (%) = 0.001091 (6.62948) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.199928) Outpt time (%) = 0.0152428 (92.623) Other time (%) = 9.01222e-05 (0.547628) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2573 ave 2573 max 2573 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:27 2021 Memory usage per processor = 27.5383 Mbytes Step Atoms AVEKE stressZZ 15954 5000 4.7456804e-11 5402905.2 15955 -0.0113424999999938 5402821.81037002 15955 5000 4.7453308e-11 5402821.8 Loop time of 0.0165842 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:27 2021 Pair time (%) = 0.00105786 (6.37876) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.198393) Outpt time (%) = 0.0154042 (92.8852) Other time (%) = 8.91685e-05 (0.537673) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2573 ave 2573 max 2573 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:27 2021 Memory usage per processor = 27.5383 Mbytes Step Atoms AVEKE stressZZ 15955 5000 4.7453308e-11 5402797.3 15956 -0.0113424999999938 5402713.90797788 15956 5000 4.7449811e-11 5402713.9 Loop time of 0.0175579 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:27 2021 Pair time (%) = 0.00119495 (6.80581) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.217264) Outpt time (%) = 0.0162148 (92.3509) Other time (%) = 0.000109911 (0.625993) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2573 ave 2573 max 2573 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:27 2021 Memory usage per processor = 27.5383 Mbytes Step Atoms AVEKE stressZZ 15956 5000 4.7449811e-11 5402689.4 15957 -0.0113424999999938 5402606.0111759 15957 5000 4.7446315e-11 5402606 Loop time of 0.0173941 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:27 2021 Pair time (%) = 0.00118899 (6.83563) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.190526) Outpt time (%) = 0.0160491 (92.2679) Other time (%) = 0.000122786 (0.705905) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2573 ave 2573 max 2573 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:27 2021 Memory usage per processor = 27.5383 Mbytes Step Atoms AVEKE stressZZ 15957 5000 4.7446315e-11 5402581.5 15958 -0.0113424999999938 5402498.11996319 15958 5000 4.744282e-11 5402498.1 Loop time of 0.0171261 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:27 2021 Pair time (%) = 0.00109315 (6.38295) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193507) Outpt time (%) = 0.0159049 (92.8695) Other time (%) = 9.48906e-05 (0.554071) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2573 ave 2573 max 2573 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:27 2021 Memory usage per processor = 27.5383 Mbytes Step Atoms AVEKE stressZZ 15958 5000 4.744282e-11 5402473.6 15959 -0.0113424999999938 5402390.23433906 15959 5000 4.7439325e-11 5402390.2 Loop time of 0.0166929 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:27 2021 Pair time (%) = 0.00125408 (7.51268) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.204242) Outpt time (%) = 0.0152628 (91.4333) Other time (%) = 0.000141859 (0.849818) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2573 ave 2573 max 2573 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:27 2021 Memory usage per processor = 27.5383 Mbytes Step Atoms AVEKE stressZZ 15959 5000 4.7439325e-11 5402365.7 15960 -0.0113424999999938 5402282.35430269 15960 5000 4.743583e-11 5402282.4 Loop time of 0.019407 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:27 2021 Pair time (%) = 0.00114202 (5.88459) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.175678) Outpt time (%) = 0.0181289 (93.4139) Other time (%) = 0.000102043 (0.525805) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2573 ave 2573 max 2573 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:27 2021 Memory usage per processor = 27.5383 Mbytes Step Atoms AVEKE stressZZ 15960 5000 4.743583e-11 5402257.9 15961 -0.0113424999999938 5402174.47985323 15961 5000 4.7432336e-11 5402174.5 Loop time of 0.017149 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:27 2021 Pair time (%) = 0.00105214 (6.1353) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191859) Outpt time (%) = 0.0159709 (93.1306) Other time (%) = 9.29832e-05 (0.542209) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2573 ave 2573 max 2573 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:27 2021 Memory usage per processor = 27.5383 Mbytes Step Atoms AVEKE stressZZ 15961 5000 4.7432336e-11 5402150 15962 -0.0113424999999938 5402066.61099001 15962 5000 4.7428842e-11 5402066.6 Loop time of 0.0168271 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:27 2021 Pair time (%) = 0.00105214 (6.25266) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.195528) Outpt time (%) = 0.01565 (93.0049) Other time (%) = 9.20296e-05 (0.546913) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2573 ave 2573 max 2573 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:27 2021 Memory usage per processor = 27.5383 Mbytes Step Atoms AVEKE stressZZ 15962 5000 4.7428842e-11 5402042.1 15963 -0.0113424999999938 5401958.74771209 15963 5000 4.7425348e-11 5401958.7 Loop time of 0.0166259 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:27 2021 Pair time (%) = 0.00114107 (6.86322) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.210801) Outpt time (%) = 0.0153308 (92.2104) Other time (%) = 0.000118971 (0.715576) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2573 ave 2573 max 2573 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:27 2021 Memory usage per processor = 27.5383 Mbytes Step Atoms AVEKE stressZZ 15963 5000 4.7425348e-11 5401934.3 15964 -0.0113424999999938 5401850.89001897 15964 5000 4.7421855e-11 5401850.9 Loop time of 0.0170801 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:27 2021 Pair time (%) = 0.00112414 (6.58161) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192633) Outpt time (%) = 0.015826 (92.6576) Other time (%) = 9.70364e-05 (0.568126) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2573 ave 2573 max 2573 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:27 2021 Memory usage per processor = 27.5383 Mbytes Step Atoms AVEKE stressZZ 15964 5000 4.7421855e-11 5401826.4 15965 -0.0113424999999938 5401743.03790972 15965 5000 4.7418362e-11 5401743 Loop time of 0.017278 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:27 2021 Pair time (%) = 0.00105286 (6.09364) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191806) Outpt time (%) = 0.016099 (93.1764) Other time (%) = 9.29832e-05 (0.538161) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2573 ave 2573 max 2573 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:27 2021 Memory usage per processor = 27.5383 Mbytes Step Atoms AVEKE stressZZ 15965 5000 4.7418362e-11 5401718.5 15966 -0.0113424999999938 5401635.19138356 15966 5000 4.741487e-11 5401635.2 Loop time of 0.0166919 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:27 2021 Pair time (%) = 0.00106001 (6.35043) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.197112) Outpt time (%) = 0.0155048 (92.8883) Other time (%) = 9.41753e-05 (0.564197) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2573 ave 2573 max 2573 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:27 2021 Memory usage per processor = 27.5383 Mbytes Step Atoms AVEKE stressZZ 15966 5000 4.741487e-11 5401610.7 15967 -0.0113424999999938 5401527.3504398 15967 5000 4.7411378e-11 5401527.4 Loop time of 0.0167408 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:27 2021 Pair time (%) = 0.00123596 (7.38293) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.239262) Outpt time (%) = 0.015348 (91.68) Other time (%) = 0.000116825 (0.697847) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2573 ave 2573 max 2573 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:27 2021 Memory usage per processor = 27.5383 Mbytes Step Atoms AVEKE stressZZ 15967 5000 4.7411378e-11 5401502.9 15968 -0.0113424999999938 5401419.51507774 15968 5000 4.7407886e-11 5401419.5 Loop time of 0.0172379 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:27 2021 Pair time (%) = 0.00121212 (7.03171) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197784) Outpt time (%) = 0.0158911 (92.1868) Other time (%) = 0.000100613 (0.583671) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2573 ave 2573 max 2573 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:27 2021 Memory usage per processor = 27.5383 Mbytes Step Atoms AVEKE stressZZ 15968 5000 4.7407886e-11 5401395 15969 -0.0113424999999938 5401311.68529652 15969 5000 4.7404395e-11 5401311.7 Loop time of 0.017256 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:27 2021 Pair time (%) = 0.001055 (6.11382) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190668) Outpt time (%) = 0.016072 (93.1387) Other time (%) = 9.60827e-05 (0.556807) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2573 ave 2573 max 2573 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:27 2021 Memory usage per processor = 27.5383 Mbytes Step Atoms AVEKE stressZZ 15969 5000 4.7404395e-11 5401287.2 15970 -0.0113424999999938 5401203.86109552 15970 5000 4.7400904e-11 5401203.9 Loop time of 0.018986 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:27 2021 Pair time (%) = 0.00112915 (5.94728) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.179574) Outpt time (%) = 0.017719 (93.3269) Other time (%) = 0.000103712 (0.546256) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2573 ave 2573 max 2573 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:27 2021 Memory usage per processor = 27.5383 Mbytes Step Atoms AVEKE stressZZ 15970 5000 4.7400904e-11 5401179.4 15971 -0.0113424999999938 5401096.04247388 15971 5000 4.7397414e-11 5401096 Loop time of 0.0169249 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:27 2021 Pair time (%) = 0.00129008 (7.62242) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.23666) Outpt time (%) = 0.015471 (91.4098) Other time (%) = 0.000123739 (0.731109) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2573 ave 2573 max 2573 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:27 2021 Memory usage per processor = 27.5383 Mbytes Step Atoms AVEKE stressZZ 15971 5000 4.7397414e-11 5401071.6 15972 -0.0113424999999938 5400988.22943104 15972 5000 4.7393924e-11 5400988.2 Loop time of 0.017236 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:27 2021 Pair time (%) = 0.00105286 (6.10848) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185357) Outpt time (%) = 0.0160589 (93.1708) Other time (%) = 9.2268e-05 (0.535322) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2573 ave 2573 max 2573 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:27 2021 Memory usage per processor = 27.5383 Mbytes Step Atoms AVEKE stressZZ 15972 5000 4.7393924e-11 5400963.7 15973 -0.0113424999999938 5400880.4219662 15973 5000 4.7390434e-11 5400880.4 Loop time of 0.016706 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:27 2021 Pair time (%) = 0.00105882 (6.33795) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191237) Outpt time (%) = 0.0154891 (92.7159) Other time (%) = 0.000126123 (0.754959) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2573 ave 2573 max 2573 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:27 2021 Memory usage per processor = 27.5383 Mbytes Step Atoms AVEKE stressZZ 15973 5000 4.7390434e-11 5400855.9 15974 -0.0113424999999938 5400772.62007868 15974 5000 4.7386945e-11 5400772.6 Loop time of 0.016748 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:27 2021 Pair time (%) = 0.00115299 (6.88438) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.214959) Outpt time (%) = 0.015455 (92.28) Other time (%) = 0.000103951 (0.620676) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2573 ave 2573 max 2573 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:27 2021 Memory usage per processor = 27.5383 Mbytes Step Atoms AVEKE stressZZ 15974 5000 4.7386945e-11 5400748.1 15975 -0.0113424999999938 5400664.82376771 15975 5000 4.7383456e-11 5400664.8 Loop time of 0.01737 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:27 2021 Pair time (%) = 0.00119495 (6.87942) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.19079) Outpt time (%) = 0.0160248 (92.2559) Other time (%) = 0.000117064 (0.673941) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2573 ave 2573 max 2573 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:27 2021 Memory usage per processor = 27.5383 Mbytes Step Atoms AVEKE stressZZ 15975 5000 4.7383456e-11 5400640.3 15976 -0.0113424999999938 5400557.03303264 15976 5000 4.7379967e-11 5400557 Loop time of 0.017442 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:27 2021 Pair time (%) = 0.00107908 (6.18669) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.19547) Outpt time (%) = 0.016185 (92.7936) Other time (%) = 0.000143766 (0.824255) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2573 ave 2573 max 2573 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:27 2021 Memory usage per processor = 27.5383 Mbytes Step Atoms AVEKE stressZZ 15976 5000 4.7379967e-11 5400532.5 15977 -0.0113424999999938 5400449.24787269 15977 5000 4.7376479e-11 5400449.2 Loop time of 0.0168331 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:28 2021 Pair time (%) = 0.00105095 (6.24336) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.195459) Outpt time (%) = 0.015656 (93.0074) Other time (%) = 9.32217e-05 (0.553801) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2573 ave 2573 max 2573 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:28 2021 Memory usage per processor = 27.5383 Mbytes Step Atoms AVEKE stressZZ 15977 5000 4.7376479e-11 5400424.8 15978 -0.0113424999999938 5400341.46828728 15978 5000 4.7372991e-11 5400341.5 Loop time of 0.0168471 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:28 2021 Pair time (%) = 0.00121093 (7.18774) Neigh time (%) = 0 (0) Comm time (%) = 3.98159e-05 (0.236336) Outpt time (%) = 0.0154891 (91.9391) Other time (%) = 0.000107288 (0.636835) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2573 ave 2573 max 2573 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:28 2021 Memory usage per processor = 27.5383 Mbytes Step Atoms AVEKE stressZZ 15978 5000 4.7372991e-11 5400317 15979 -0.0113424999999938 5400233.69427566 15979 5000 4.7369504e-11 5400233.7 Loop time of 0.0170588 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:28 2021 Pair time (%) = 0.0010519 (6.16632) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.19986) Outpt time (%) = 0.015882 (93.1013) Other time (%) = 9.08375e-05 (0.532495) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2573 ave 2573 max 2573 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:28 2021 Memory usage per processor = 27.5383 Mbytes Step Atoms AVEKE stressZZ 15979 5000 4.7369504e-11 5400209.2 15980 -0.0113424999999938 5400125.92583706 15980 5000 4.7366017e-11 5400125.9 Loop time of 0.019738 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:28 2021 Pair time (%) = 0.00105 (5.31968) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.167901) Outpt time (%) = 0.0185611 (94.0377) Other time (%) = 9.36985e-05 (0.474712) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2573 ave 2573 max 2573 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:28 2021 Memory usage per processor = 27.5383 Mbytes Step Atoms AVEKE stressZZ 15980 5000 4.7366017e-11 5400101.4 15981 -0.0113424999999938 5400018.16297095 15981 5000 4.7362531e-11 5400018.2 Loop time of 0.0164299 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:28 2021 Pair time (%) = 0.00107002 (6.51265) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.200255) Outpt time (%) = 0.0152149 (92.6051) Other time (%) = 0.000112057 (0.682029) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2573 ave 2573 max 2573 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:28 2021 Memory usage per processor = 27.5383 Mbytes Step Atoms AVEKE stressZZ 15981 5000 4.7362531e-11 5399993.7 15982 -0.0113424999999938 5399910.40567648 15982 5000 4.7359045e-11 5399910.4 Loop time of 0.016911 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:28 2021 Pair time (%) = 0.00126314 (7.46934) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.242493) Outpt time (%) = 0.0154619 (91.431) Other time (%) = 0.000144958 (0.857183) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2573 ave 2573 max 2573 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:28 2021 Memory usage per processor = 27.5383 Mbytes Step Atoms AVEKE stressZZ 15982 5000 4.7359045e-11 5399885.9 15983 -0.0113424999999938 5399802.65395301 15983 5000 4.7355559e-11 5399802.7 Loop time of 0.0170391 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:28 2021 Pair time (%) = 0.00105405 (6.18607) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.200092) Outpt time (%) = 0.0158591 (93.0751) Other time (%) = 9.17912e-05 (0.53871) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2573 ave 2573 max 2573 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:28 2021 Memory usage per processor = 27.5383 Mbytes Step Atoms AVEKE stressZZ 15983 5000 4.7355559e-11 5399778.2 15984 -0.0113424999999938 5399694.90779989 15984 5000 4.7352073e-11 5399694.9 Loop time of 0.017065 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:28 2021 Pair time (%) = 0.001091 (6.3932) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192802) Outpt time (%) = 0.015847 (92.8621) Other time (%) = 9.41753e-05 (0.551861) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2573 ave 2573 max 2573 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:28 2021 Memory usage per processor = 27.5383 Mbytes Step Atoms AVEKE stressZZ 15984 5000 4.7352073e-11 5399670.4 15985 -0.0113424999999938 5399587.16721656 15985 5000 4.7348588e-11 5399587.2 Loop time of 0.0165319 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:28 2021 Pair time (%) = 0.00106215 (6.42486) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.20623) Outpt time (%) = 0.0153191 (92.6637) Other time (%) = 0.000116587 (0.705221) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2573 ave 2573 max 2573 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:28 2021 Memory usage per processor = 27.5383 Mbytes Step Atoms AVEKE stressZZ 15985 5000 4.7348588e-11 5399562.7 15986 -0.0113424999999938 5399479.43220206 15986 5000 4.7345104e-11 5399479.4 Loop time of 0.017077 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:28 2021 Pair time (%) = 0.00118995 (6.96814) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.198252) Outpt time (%) = 0.0157349 (92.1411) Other time (%) = 0.000118256 (0.692486) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2573 ave 2573 max 2573 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:28 2021 Memory usage per processor = 27.5383 Mbytes Step Atoms AVEKE stressZZ 15986 5000 4.7345104e-11 5399455 15987 -0.0113424999999938 5399371.70275613 15987 5000 4.734162e-11 5399371.7 Loop time of 0.017391 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:28 2021 Pair time (%) = 0.00110507 (6.35428) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.196043) Outpt time (%) = 0.0161581 (92.9109) Other time (%) = 9.36985e-05 (0.538777) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2573 ave 2573 max 2573 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:28 2021 Memory usage per processor = 27.5383 Mbytes Step Atoms AVEKE stressZZ 15987 5000 4.734162e-11 5399347.2 15988 -0.0113424999999938 5399263.97888243 15988 5000 4.7338136e-11 5399264 Loop time of 0.0165548 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:28 2021 Pair time (%) = 0.00108504 (6.55424) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.200184) Outpt time (%) = 0.0153279 (92.5889) Other time (%) = 0.000108719 (0.65672) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2573 ave 2573 max 2573 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:28 2021 Memory usage per processor = 27.5383 Mbytes Step Atoms AVEKE stressZZ 15988 5000 4.7338136e-11 5399239.5 15989 -0.0113424999999938 5399156.26062884 15989 5000 4.7334652e-11 5399156.3 Loop time of 0.0167229 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:28 2021 Pair time (%) = 0.00125885 (7.52769) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.239518) Outpt time (%) = 0.0153081 (91.5399) Other time (%) = 0.000115871 (0.69289) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2573 ave 2573 max 2573 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:28 2021 Memory usage per processor = 27.5383 Mbytes Step Atoms AVEKE stressZZ 15989 5000 4.7334652e-11 5399131.8 15990 -0.0113424999999938 5399048.54797893 15990 5000 4.7331169e-11 5399048.5 Loop time of 0.0195711 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:28 2021 Pair time (%) = 0.00105214 (5.376) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.163241) Outpt time (%) = 0.018394 (93.9856) Other time (%) = 9.29832e-05 (0.475106) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2573 ave 2573 max 2573 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:28 2021 Memory usage per processor = 27.5383 Mbytes Step Atoms AVEKE stressZZ 15990 5000 4.7331169e-11 5399024.1 15991 -0.0113424999999938 5398940.84092028 15991 5000 4.7327687e-11 5398940.8 Loop time of 0.0172441 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:28 2021 Pair time (%) = 0.00105214 (6.10146) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.1908) Outpt time (%) = 0.0160639 (93.1561) Other time (%) = 9.5129e-05 (0.551661) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2573 ave 2573 max 2573 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:28 2021 Memory usage per processor = 27.5383 Mbytes Step Atoms AVEKE stressZZ 15991 5000 4.7327687e-11 5398916.4 15992 -0.0113424999999938 5398833.13944743 15992 5000 4.7324205e-11 5398833.1 Loop time of 0.0165892 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:28 2021 Pair time (%) = 0.001055 (6.35959) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.198333) Outpt time (%) = 0.015404 (92.8557) Other time (%) = 9.72748e-05 (0.586375) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2573 ave 2573 max 2573 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:28 2021 Memory usage per processor = 27.5383 Mbytes Step Atoms AVEKE stressZZ 15992 5000 4.7324205e-11 5398808.7 15993 -0.0113424999999938 5398725.443557 15993 5000 4.7320723e-11 5398725.4 Loop time of 0.0171251 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:28 2021 Pair time (%) = 0.00122285 (7.14067) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.228323) Outpt time (%) = 0.015687 (91.6022) Other time (%) = 0.000176191 (1.02885) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2573 ave 2573 max 2573 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:28 2021 Memory usage per processor = 27.5383 Mbytes Step Atoms AVEKE stressZZ 15993 5000 4.7320723e-11 5398701 15994 -0.0113424999999938 5398617.75324646 15994 5000 4.7317241e-11 5398617.8 Loop time of 0.0175331 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:28 2021 Pair time (%) = 0.00122595 (6.99221) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.205333) Outpt time (%) = 0.016072 (91.667) Other time (%) = 0.00019908 (1.13545) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2573 ave 2573 max 2573 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:28 2021 Memory usage per processor = 27.5383 Mbytes Step Atoms AVEKE stressZZ 15994 5000 4.7317241e-11 5398593.3 15995 -0.0113424999999938 5398510.06851366 15995 5000 4.731376e-11 5398510.1 Loop time of 0.0166512 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:28 2021 Pair time (%) = 0.001055 (6.33591) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.197595) Outpt time (%) = 0.0154722 (92.9195) Other time (%) = 9.10759e-05 (0.546964) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2573 ave 2573 max 2573 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:28 2021 Memory usage per processor = 27.5383 Mbytes Step Atoms AVEKE stressZZ 15995 5000 4.731376e-11 5398485.6 15996 -0.0113424999999938 5398402.389357 15996 5000 4.7310279e-11 5398402.4 Loop time of 0.01649 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:28 2021 Pair time (%) = 0.00111294 (6.74918) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.200972) Outpt time (%) = 0.0152509 (92.486) Other time (%) = 9.29832e-05 (0.563877) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2573 ave 2573 max 2573 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:28 2021 Memory usage per processor = 27.5383 Mbytes Step Atoms AVEKE stressZZ 15996 5000 4.7310279e-11 5398377.9 15997 -0.0113424999999938 5398294.71577487 15997 5000 4.7306799e-11 5398294.7 Loop time of 0.0163541 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:28 2021 Pair time (%) = 0.00110221 (6.73966) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.201184) Outpt time (%) = 0.01513 (92.5154) Other time (%) = 8.89301e-05 (0.543779) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2573 ave 2573 max 2573 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:28 2021 Memory usage per processor = 27.5383 Mbytes Step Atoms AVEKE stressZZ 15997 5000 4.7306799e-11 5398270.2 15998 -0.0113424999999938 5398187.04779379 15998 5000 4.7303319e-11 5398187 Loop time of 0.0163281 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:28 2021 Pair time (%) = 0.00105286 (6.44813) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.202964) Outpt time (%) = 0.0151529 (92.8028) Other time (%) = 8.91685e-05 (0.546105) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2573 ave 2573 max 2573 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:24:28 2021 Memory usage per processor = 27.5383 Mbytes Step Atoms AVEKE stressZZ 15998 5000 4.7303319e-11 5398162.6 15999 -0.0113424999999938 5398062.76440189 15999 5000 9.341308e-11 5398240.2 Loop time of 0.0174119 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:28 2021 Pair time (%) = 0.00144005 (8.27046) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.269748) Outpt time (%) = 0.015667 (89.9782) Other time (%) = 0.000257969 (1.48156) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2573 ave 2573 max 2573 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:28 2021 Memory usage per processor = 27.5383 Mbytes Step Atoms AVEKE stressZZ 15999 5000 9.341308e-11 5454271.1 16000 -0.0113749999999938 5454161.02498146 16000 5000 7.5214262e-11 5454161 Loop time of 0.019506 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:28 2021 Pair time (%) = 0.00120187 (6.16154) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.174787) Outpt time (%) = 0.018167 (93.1356) Other time (%) = 0.000102997 (0.528027) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:28 2021 Memory usage per processor = 27.5384 Mbytes Step Atoms AVEKE stressZZ 16000 5000 7.5214262e-11 5454128 16001 -0.0113749999999938 5454027.369606 16001 5000 6.4671341e-11 5454027.4 Loop time of 0.016546 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:28 2021 Pair time (%) = 0.00105405 (6.37041) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.200291) Outpt time (%) = 0.0153651 (92.863) Other time (%) = 9.36985e-05 (0.566291) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:28 2021 Memory usage per processor = 27.5384 Mbytes Step Atoms AVEKE stressZZ 16001 5000 6.4671341e-11 5453997.4 16002 -0.0113749999999938 5453902.68793945 16002 5000 5.8383494e-11 5453902.7 Loop time of 0.0168869 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:28 2021 Pair time (%) = 0.00132084 (7.82165) Neigh time (%) = 0 (0) Comm time (%) = 5.19753e-05 (0.307784) Outpt time (%) = 0.015379 (91.07) Other time (%) = 0.000135183 (0.80052) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:28 2021 Memory usage per processor = 27.5384 Mbytes Step Atoms AVEKE stressZZ 16002 5000 5.8383494e-11 5453874.6 16003 -0.0113749999999938 5453783.7112214 16003 5000 5.4553272e-11 5453783.7 Loop time of 0.017164 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:28 2021 Pair time (%) = 0.00105596 (6.15216) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191691) Outpt time (%) = 0.0159791 (93.0964) Other time (%) = 9.60827e-05 (0.559792) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:28 2021 Memory usage per processor = 27.5384 Mbytes Step Atoms AVEKE stressZZ 16003 5000 5.4553272e-11 5453756.8 16004 -0.0113749999999938 5453668.36212535 16004 5000 5.2185323e-11 5453668.4 Loop time of 0.0174181 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:28 2021 Pair time (%) = 0.00105309 (6.04596) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.188894) Outpt time (%) = 0.016237 (93.219) Other time (%) = 9.5129e-05 (0.546149) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:28 2021 Memory usage per processor = 27.5384 Mbytes Step Atoms AVEKE stressZZ 16004 5000 5.2185323e-11 5453642.2 16005 -0.0113749999999938 5453555.32048922 16005 5000 5.070644e-11 5453555.3 Loop time of 0.0164108 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:28 2021 Pair time (%) = 0.00105715 (6.44177) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.206299) Outpt time (%) = 0.0152199 (92.7432) Other time (%) = 9.98974e-05 (0.608728) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:28 2021 Memory usage per processor = 27.5384 Mbytes Step Atoms AVEKE stressZZ 16005 5000 5.070644e-11 5453529.7 16006 -0.0113749999999938 5453443.7473358 16006 5000 4.9776319e-11 5453443.7 Loop time of 0.017195 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:28 2021 Pair time (%) = 0.00134301 (7.81049) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.202438) Outpt time (%) = 0.0157108 (91.3687) Other time (%) = 0.000106335 (0.618405) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:28 2021 Memory usage per processor = 27.5384 Mbytes Step Atoms AVEKE stressZZ 16006 5000 4.9776319e-11 5453418.4 16007 -0.0113749999999938 5453333.10948537 16007 5000 4.9188376e-11 5453333.1 Loop time of 0.017091 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:28 2021 Pair time (%) = 0.001055 (6.17284) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193904) Outpt time (%) = 0.0159092 (93.085) Other time (%) = 9.36985e-05 (0.548232) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:28 2021 Memory usage per processor = 27.5384 Mbytes Step Atoms AVEKE stressZZ 16007 5000 4.9188376e-11 5453307.9 16008 -0.0113749999999938 5453223.06809594 16008 5000 4.8815238e-11 5453223.1 Loop time of 0.016824 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:28 2021 Pair time (%) = 0.001055 (6.27081) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.201233) Outpt time (%) = 0.0155981 (92.7131) Other time (%) = 0.000137091 (0.814852) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:28 2021 Memory usage per processor = 27.5384 Mbytes Step Atoms AVEKE stressZZ 16008 5000 4.8815238e-11 5453198 16009 -0.0113749999999938 5453113.40782924 16009 5000 4.8577539e-11 5453113.4 Loop time of 0.016963 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:28 2021 Pair time (%) = 0.00135779 (8.00444) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.2291) Outpt time (%) = 0.0154121 (90.8571) Other time (%) = 0.000154257 (0.909372) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:28 2021 Memory usage per processor = 27.5384 Mbytes Step Atoms AVEKE stressZZ 16009 5000 4.8577539e-11 5453088.4 16010 -0.0113749999999938 5453003.99183505 16010 5000 4.8425479e-11 5453004 Loop time of 0.0197239 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:28 2021 Pair time (%) = 0.00109982 (5.5761) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.166812) Outpt time (%) = 0.0184979 (93.7845) Other time (%) = 9.32217e-05 (0.472633) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:28 2021 Memory usage per processor = 27.5384 Mbytes Step Atoms AVEKE stressZZ 16010 5000 4.8425479e-11 5452979.1 16011 -0.0113749999999938 5452894.73314307 16011 5000 4.8327668e-11 5452894.7 Loop time of 0.017231 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:28 2021 Pair time (%) = 0.001055 (6.1227) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190945) Outpt time (%) = 0.0160489 (93.1398) Other time (%) = 9.41753e-05 (0.546546) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:28 2021 Memory usage per processor = 27.5384 Mbytes Step Atoms AVEKE stressZZ 16011 5000 4.8327668e-11 5452869.9 16012 -0.0113749999999938 5452785.57648237 16012 5000 4.8264262e-11 5452785.6 Loop time of 0.016654 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:28 2021 Pair time (%) = 0.00110888 (6.65836) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.210445) Outpt time (%) = 0.0154109 (92.5356) Other time (%) = 9.91821e-05 (0.595545) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:28 2021 Memory usage per processor = 27.5384 Mbytes Step Atoms AVEKE stressZZ 16012 5000 4.8264262e-11 5452760.7 16013 -0.0113749999999938 5452676.48672746 16013 5000 4.8222691e-11 5452676.5 Loop time of 0.0175869 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:28 2021 Pair time (%) = 0.00118303 (6.72677) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.193859) Outpt time (%) = 0.0162199 (92.2267) Other time (%) = 0.000149965 (0.852708) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:28 2021 Memory usage per processor = 27.5384 Mbytes Step Atoms AVEKE stressZZ 16013 5000 4.8222691e-11 5452651.6 16014 -0.0113749999999938 5452567.44155528 16014 5000 4.8194986e-11 5452567.4 Loop time of 0.017082 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:28 2021 Pair time (%) = 0.00105309 (6.16495) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192611) Outpt time (%) = 0.015903 (93.0981) Other time (%) = 9.29832e-05 (0.544335) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:28 2021 Memory usage per processor = 27.5384 Mbytes Step Atoms AVEKE stressZZ 16014 5000 4.8194986e-11 5452542.6 16015 -0.0113749999999938 5452458.42677898 16015 5000 4.8176087e-11 5452458.4 Loop time of 0.016813 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:28 2021 Pair time (%) = 0.00106001 (6.30468) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.202782) Outpt time (%) = 0.0156271 (92.9466) Other time (%) = 9.17912e-05 (0.545952) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:28 2021 Memory usage per processor = 27.5384 Mbytes Step Atoms AVEKE stressZZ 16015 5000 4.8176087e-11 5452433.6 16016 -0.0113749999999938 5452349.43338235 16016 5000 4.8162784e-11 5452349.4 Loop time of 0.0167632 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:28 2021 Pair time (%) = 0.00119305 (7.11705) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.220452) Outpt time (%) = 0.0154252 (92.0182) Other time (%) = 0.000108004 (0.64429) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:28 2021 Memory usage per processor = 27.5384 Mbytes Step Atoms AVEKE stressZZ 16016 5000 4.8162784e-11 5452324.6 16017 -0.0113749999999938 5452240.45563537 16017 5000 4.8153036e-11 5452240.5 Loop time of 0.0170791 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:28 2021 Pair time (%) = 0.00117207 (6.86257) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.194039) Outpt time (%) = 0.015779 (92.3878) Other time (%) = 9.48906e-05 (0.555594) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:28 2021 Memory usage per processor = 27.5384 Mbytes Step Atoms AVEKE stressZZ 16017 5000 4.8153036e-11 5452215.6 16018 -0.0113749999999938 5452131.48989614 16018 5000 4.8145546e-11 5452131.5 Loop time of 0.0173891 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:28 2021 Pair time (%) = 0.00115895 (6.66484) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.201549) Outpt time (%) = 0.0160861 (92.507) Other time (%) = 0.000108957 (0.626585) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:28 2021 Memory usage per processor = 27.5384 Mbytes Step Atoms AVEKE stressZZ 16018 5000 4.8145546e-11 5452106.7 16019 -0.0113749999999938 5452022.53384979 16019 5000 4.8139493e-11 5452022.5 Loop time of 0.0164981 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:28 2021 Pair time (%) = 0.001055 (6.39469) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.199428) Outpt time (%) = 0.0153141 (92.8235) Other time (%) = 9.60827e-05 (0.582387) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:28 2021 Memory usage per processor = 27.5384 Mbytes Step Atoms AVEKE stressZZ 16019 5000 4.8139493e-11 5451997.7 16020 -0.0113749999999938 5451913.58602522 16020 5000 4.8134352e-11 5451913.6 Loop time of 0.0192301 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:29 2021 Pair time (%) = 0.00128317 (6.6727) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.198371) Outpt time (%) = 0.0177472 (92.2883) Other time (%) = 0.000161648 (0.840597) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:29 2021 Memory usage per processor = 27.5384 Mbytes Step Atoms AVEKE stressZZ 16020 5000 4.8134352e-11 5451888.8 16021 -0.0113749999999938 5451804.64551483 16021 5000 4.812979e-11 5451804.6 Loop time of 0.0171802 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:29 2021 Pair time (%) = 0.00119805 (6.97345) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198448) Outpt time (%) = 0.0158479 (92.2452) Other time (%) = 0.000100136 (0.582856) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:29 2021 Memory usage per processor = 27.5384 Mbytes Step Atoms AVEKE stressZZ 16021 5000 4.812979e-11 5451779.8 16022 -0.0113749999999938 5451695.71175744 16022 5000 4.8125598e-11 5451695.7 Loop time of 0.0172889 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:29 2021 Pair time (%) = 0.00105405 (6.09667) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197201) Outpt time (%) = 0.016063 (92.9091) Other time (%) = 0.000137806 (0.797076) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:29 2021 Memory usage per processor = 27.5384 Mbytes Step Atoms AVEKE stressZZ 16022 5000 4.8125598e-11 5451670.9 16023 -0.0113749999999938 5451586.78434781 16023 5000 4.812164e-11 5451586.8 Loop time of 0.0164449 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:29 2021 Pair time (%) = 0.00109887 (6.68213) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.200072) Outpt time (%) = 0.0152149 (92.5205) Other time (%) = 9.82285e-05 (0.597318) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:29 2021 Memory usage per processor = 27.5384 Mbytes Step Atoms AVEKE stressZZ 16023 5000 4.812164e-11 5451562 16024 -0.0113749999999938 5451477.86303751 16024 5000 4.8117831e-11 5451477.9 Loop time of 0.0171111 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:29 2021 Pair time (%) = 0.00136709 (7.98952) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.298179) Outpt time (%) = 0.0155151 (90.6729) Other time (%) = 0.00017786 (1.03945) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:29 2021 Memory usage per processor = 27.5384 Mbytes Step Atoms AVEKE stressZZ 16024 5000 4.8117831e-11 5451453 16025 -0.0113749999999938 5451368.94766929 16025 5000 4.8114117e-11 5451368.9 Loop time of 0.0175321 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:29 2021 Pair time (%) = 0.001055 (6.01754) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.187666) Outpt time (%) = 0.0163479 (93.2454) Other time (%) = 9.63211e-05 (0.549398) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:29 2021 Memory usage per processor = 27.5384 Mbytes Step Atoms AVEKE stressZZ 16025 5000 4.8114117e-11 5451344.1 16026 -0.0113749999999938 5451260.03814302 16026 5000 4.8110463e-11 5451260 Loop time of 0.016994 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:29 2021 Pair time (%) = 0.00105309 (6.19686) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.200623) Outpt time (%) = 0.0158122 (93.0455) Other time (%) = 9.46522e-05 (0.556974) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:29 2021 Memory usage per processor = 27.5384 Mbytes Step Atoms AVEKE stressZZ 16026 5000 4.8110463e-11 5451235.2 16027 -0.0113749999999938 5451151.13439455 16027 5000 4.8106848e-11 5451151.1 Loop time of 0.0167871 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:29 2021 Pair time (%) = 0.00110316 (6.57151) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208777) Outpt time (%) = 0.0155442 (92.5962) Other time (%) = 0.000104666 (0.623491) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:29 2021 Memory usage per processor = 27.5384 Mbytes Step Atoms AVEKE stressZZ 16027 5000 4.8106848e-11 5451126.3 16028 -0.0113749999999938 5451042.23638258 16028 5000 4.8103258e-11 5451042.2 Loop time of 0.016952 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:29 2021 Pair time (%) = 0.00114489 (6.75368) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.199713) Outpt time (%) = 0.0156441 (92.2843) Other time (%) = 0.000129223 (0.762285) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:29 2021 Memory usage per processor = 27.5384 Mbytes Step Atoms AVEKE stressZZ 16028 5000 4.8103258e-11 5451017.4 16029 -0.0113749999999938 5450933.34408031 16029 5000 4.8099683e-11 5450933.3 Loop time of 0.0172009 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:29 2021 Pair time (%) = 0.00107694 (6.26092) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.203753) Outpt time (%) = 0.015945 (92.6981) Other time (%) = 0.000144005 (0.837191) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:29 2021 Memory usage per processor = 27.5384 Mbytes Step Atoms AVEKE stressZZ 16029 5000 4.8099683e-11 5450908.5 16030 -0.0113749999999938 5450824.45747034 16030 5000 4.8096119e-11 5450824.5 Loop time of 0.0195539 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:29 2021 Pair time (%) = 0.00105715 (5.40633) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.174358) Outpt time (%) = 0.0183561 (93.8743) Other time (%) = 0.000106573 (0.545022) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:29 2021 Memory usage per processor = 27.5384 Mbytes Step Atoms AVEKE stressZZ 16030 5000 4.8096119e-11 5450799.6 16031 -0.0113749999999938 5450715.57654124 16031 5000 4.8092561e-11 5450715.6 Loop time of 0.016592 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:29 2021 Pair time (%) = 0.00107217 (6.46195) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.205483) Outpt time (%) = 0.0153401 (92.4546) Other time (%) = 0.000145674 (0.877974) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:29 2021 Memory usage per processor = 27.5384 Mbytes Step Atoms AVEKE stressZZ 16031 5000 4.8092561e-11 5450690.8 16032 -0.0113749999999938 5450606.70128515 16032 5000 4.8089008e-11 5450606.7 Loop time of 0.017164 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:29 2021 Pair time (%) = 0.00118804 (6.9217) Neigh time (%) = 0 (0) Comm time (%) = 6.60419e-05 (0.38477) Outpt time (%) = 0.0157189 (91.5809) Other time (%) = 0.000190973 (1.11264) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:29 2021 Memory usage per processor = 27.5384 Mbytes Step Atoms AVEKE stressZZ 16032 5000 4.8089008e-11 5450581.9 16033 -0.0113749999999938 5450497.83169665 16033 5000 4.8085457e-11 5450497.8 Loop time of 0.017144 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:29 2021 Pair time (%) = 0.00110006 (6.41662) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193305) Outpt time (%) = 0.0159171 (92.8435) Other time (%) = 9.36985e-05 (0.546539) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:29 2021 Memory usage per processor = 27.5384 Mbytes Step Atoms AVEKE stressZZ 16033 5000 4.8085457e-11 5450473 16034 -0.0113749999999938 5450388.96777215 16034 5000 4.8081909e-11 5450389 Loop time of 0.0165069 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:29 2021 Pair time (%) = 0.00105596 (6.39705) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.200766) Outpt time (%) = 0.015291 (92.6338) Other time (%) = 0.000126839 (0.768397) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:29 2021 Memory usage per processor = 27.5384 Mbytes Step Atoms AVEKE stressZZ 16034 5000 4.8081909e-11 5450364.2 16035 -0.0113749999999938 5450280.10950875 16035 5000 4.8078362e-11 5450280.1 Loop time of 0.016937 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:29 2021 Pair time (%) = 0.00118685 (7.00742) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.229451) Outpt time (%) = 0.0155969 (92.0874) Other time (%) = 0.000114441 (0.675685) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:29 2021 Memory usage per processor = 27.5384 Mbytes Step Atoms AVEKE stressZZ 16035 5000 4.8078362e-11 5450255.3 16036 -0.0113749999999938 5450171.25690431 16036 5000 4.8074816e-11 5450171.3 Loop time of 0.017071 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:29 2021 Pair time (%) = 0.001055 (6.18008) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192735) Outpt time (%) = 0.0158939 (93.1048) Other time (%) = 8.91685e-05 (0.522339) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:29 2021 Memory usage per processor = 27.5384 Mbytes Step Atoms AVEKE stressZZ 16036 5000 4.8074816e-11 5450146.4 16037 -0.0113749999999938 5450062.40994283 16037 5000 4.8071271e-11 5450062.4 Loop time of 0.0173242 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:29 2021 Pair time (%) = 0.00115299 (6.65538) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.213314) Outpt time (%) = 0.0159941 (92.3221) Other time (%) = 0.00014019 (0.809215) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:29 2021 Memory usage per processor = 27.5384 Mbytes Step Atoms AVEKE stressZZ 16037 5000 4.8071271e-11 5450037.6 16038 -0.0113749999999938 5449953.56862262 16038 5000 4.8067726e-11 5449953.6 Loop time of 0.0165291 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:29 2021 Pair time (%) = 0.00109911 (6.64955) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.206266) Outpt time (%) = 0.015295 (92.534) Other time (%) = 0.000100851 (0.610143) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:29 2021 Memory usage per processor = 27.5384 Mbytes Step Atoms AVEKE stressZZ 16038 5000 4.8067726e-11 5449928.8 16039 -0.0113749999999938 5449844.73295522 16039 5000 4.8064182e-11 5449844.7 Loop time of 0.0170851 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:29 2021 Pair time (%) = 0.00140786 (8.2403) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.210717) Outpt time (%) = 0.0154562 (90.4661) Other time (%) = 0.000185013 (1.08289) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:29 2021 Memory usage per processor = 27.5384 Mbytes Step Atoms AVEKE stressZZ 16039 5000 4.8064182e-11 5449819.9 16040 -0.0113749999999938 5449735.9029398 16040 5000 4.8060639e-11 5449735.9 Loop time of 0.018554 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:29 2021 Pair time (%) = 0.00105405 (5.68099) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.17733) Outpt time (%) = 0.017374 (93.6405) Other time (%) = 9.29832e-05 (0.50115) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:29 2021 Memory usage per processor = 27.5384 Mbytes Step Atoms AVEKE stressZZ 16040 5000 4.8060639e-11 5449711.1 16041 -0.0113749999999938 5449627.07857521 16041 5000 4.8057096e-11 5449627.1 Loop time of 0.0163748 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:29 2021 Pair time (%) = 0.00105715 (6.45593) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.200929) Outpt time (%) = 0.0151949 (92.7942) Other time (%) = 8.98838e-05 (0.548915) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:29 2021 Memory usage per processor = 27.5384 Mbytes Step Atoms AVEKE stressZZ 16041 5000 4.8057096e-11 5449602.3 16042 -0.0113749999999938 5449518.25986064 16042 5000 4.8053553e-11 5449518.3 Loop time of 0.0166478 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:29 2021 Pair time (%) = 0.00105715 (6.35007) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.197634) Outpt time (%) = 0.0154679 (92.9124) Other time (%) = 8.98838e-05 (0.539913) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:29 2021 Memory usage per processor = 27.5384 Mbytes Step Atoms AVEKE stressZZ 16042 5000 4.8053553e-11 5449493.5 16043 -0.0113749999999938 5449409.44679501 16043 5000 4.8050011e-11 5449409.4 Loop time of 0.016639 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:29 2021 Pair time (%) = 0.00115681 (6.95239) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.210635) Outpt time (%) = 0.0153379 (92.1807) Other time (%) = 0.000109196 (0.656264) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:29 2021 Memory usage per processor = 27.5384 Mbytes Step Atoms AVEKE stressZZ 16043 5000 4.8050011e-11 5449384.6 16044 -0.0113749999999938 5449300.63937759 16044 5000 4.8046469e-11 5449300.6 Loop time of 0.0171049 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:29 2021 Pair time (%) = 0.00109982 (6.4299) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.199323) Outpt time (%) = 0.0158799 (92.8383) Other time (%) = 9.10759e-05 (0.532456) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:29 2021 Memory usage per processor = 27.5384 Mbytes Step Atoms AVEKE stressZZ 16044 5000 4.8046469e-11 5449275.8 16045 -0.0113749999999938 5449191.8376075 16045 5000 4.8042928e-11 5449191.8 Loop time of 0.01701 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:29 2021 Pair time (%) = 0.00110102 (6.47277) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.194828) Outpt time (%) = 0.0157821 (92.7816) Other time (%) = 9.36985e-05 (0.550844) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:29 2021 Memory usage per processor = 27.5384 Mbytes Step Atoms AVEKE stressZZ 16045 5000 4.8042928e-11 5449167 16046 -0.0113749999999938 5449083.04148386 16046 5000 4.8039387e-11 5449083 Loop time of 0.0165172 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:29 2021 Pair time (%) = 0.00112605 (6.81746) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.206415) Outpt time (%) = 0.0152411 (92.2746) Other time (%) = 0.000115871 (0.701521) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:29 2021 Memory usage per processor = 27.5384 Mbytes Step Atoms AVEKE stressZZ 16046 5000 4.8039387e-11 5449058.2 16047 -0.0113749999999938 5448974.2510059 16047 5000 4.8035847e-11 5448974.3 Loop time of 0.0170839 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:29 2021 Pair time (%) = 0.00128984 (7.55007) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.210732) Outpt time (%) = 0.0156469 (91.5889) Other time (%) = 0.000111103 (0.650338) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:29 2021 Memory usage per processor = 27.5384 Mbytes Step Atoms AVEKE stressZZ 16047 5000 4.8035847e-11 5448949.4 16048 -0.0113749999999938 5448865.46617273 16048 5000 4.8032307e-11 5448865.5 Loop time of 0.0172899 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:29 2021 Pair time (%) = 0.00105619 (6.10874) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.271653) Outpt time (%) = 0.0160561 (92.8639) Other time (%) = 0.000130653 (0.755664) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:29 2021 Memory usage per processor = 27.5384 Mbytes Step Atoms AVEKE stressZZ 16048 5000 4.8032307e-11 5448840.7 16049 -0.0113749999999938 5448756.68698366 16049 5000 4.8028767e-11 5448756.7 Loop time of 0.0166531 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:29 2021 Pair time (%) = 0.00110102 (6.6115) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.197572) Outpt time (%) = 0.0154231 (92.614) Other time (%) = 9.60827e-05 (0.576967) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:29 2021 Memory usage per processor = 27.5384 Mbytes Step Atoms AVEKE stressZZ 16049 5000 4.8028767e-11 5448731.9 16050 -0.0113749999999938 5448647.91343782 16050 5000 4.8025228e-11 5448647.9 Loop time of 0.01916 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:29 2021 Pair time (%) = 0.00116301 (6.06996) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.187897) Outpt time (%) = 0.0178401 (93.1113) Other time (%) = 0.000120878 (0.630887) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:29 2021 Memory usage per processor = 27.5384 Mbytes Step Atoms AVEKE stressZZ 16050 5000 4.8025228e-11 5448623.1 16051 -0.0113749999999938 5448539.14553455 16051 5000 4.8021689e-11 5448539.1 Loop time of 0.0172248 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:29 2021 Pair time (%) = 0.00113797 (6.60659) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197935) Outpt time (%) = 0.015954 (92.6224) Other time (%) = 9.87053e-05 (0.573042) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:29 2021 Memory usage per processor = 27.5384 Mbytes Step Atoms AVEKE stressZZ 16051 5000 4.8021689e-11 5448514.3 16052 -0.0113749999999938 5448430.38327294 16052 5000 4.801815e-11 5448430.4 Loop time of 0.016959 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:29 2021 Pair time (%) = 0.00105691 (6.23216) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.195414) Outpt time (%) = 0.015774 (93.0129) Other time (%) = 9.48906e-05 (0.559531) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:29 2021 Memory usage per processor = 27.5384 Mbytes Step Atoms AVEKE stressZZ 16052 5000 4.801815e-11 5448405.6 16053 -0.0113749999999938 5448321.6266621 16053 5000 4.8014612e-11 5448321.6 Loop time of 0.0168312 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:29 2021 Pair time (%) = 0.00105691 (6.27948) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.195481) Outpt time (%) = 0.015645 (92.9528) Other time (%) = 9.63211e-05 (0.572278) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:29 2021 Memory usage per processor = 27.5384 Mbytes Step Atoms AVEKE stressZZ 16053 5000 4.8014612e-11 5448296.8 16054 -0.0113749999999938 5448212.87578598 16054 5000 4.8011074e-11 5448212.9 Loop time of 0.0167172 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:29 2021 Pair time (%) = 0.0012722 (7.61014) Neigh time (%) = 0 (0) Comm time (%) = 5.29289e-05 (0.316614) Outpt time (%) = 0.0152731 (91.3616) Other time (%) = 0.000118971 (0.711668) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:29 2021 Memory usage per processor = 27.5384 Mbytes Step Atoms AVEKE stressZZ 16054 5000 4.8011074e-11 5448188.1 16055 -0.0113749999999938 5448104.13060761 16055 5000 4.8007537e-11 5448104.1 Loop time of 0.0175951 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:29 2021 Pair time (%) = 0.00115204 (6.54751) Neigh time (%) = 0 (0) Comm time (%) = 5.19753e-05 (0.295397) Outpt time (%) = 0.016252 (92.3671) Other time (%) = 0.000138998 (0.789984) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:29 2021 Memory usage per processor = 27.5384 Mbytes Step Atoms AVEKE stressZZ 16055 5000 4.8007537e-11 5448079.3 16056 -0.0113749999999938 5447995.3911097 16056 5000 4.8004e-11 5447995.4 Loop time of 0.016973 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:29 2021 Pair time (%) = 0.00105405 (6.21014) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.200871) Outpt time (%) = 0.01579 (93.0299) Other time (%) = 9.48906e-05 (0.559067) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:29 2021 Memory usage per processor = 27.5384 Mbytes Step Atoms AVEKE stressZZ 16056 5000 4.8004e-11 5447970.6 16057 -0.0113749999999938 5447886.65728436 16057 5000 4.8000463e-11 5447886.7 Loop time of 0.0164802 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:29 2021 Pair time (%) = 0.001055 (6.40163) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.206878) Outpt time (%) = 0.01529 (92.7781) Other time (%) = 0.000101089 (0.613399) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:29 2021 Memory usage per processor = 27.5384 Mbytes Step Atoms AVEKE stressZZ 16057 5000 4.8000463e-11 5447861.9 16058 -0.0113749999999938 5447777.92912628 16058 5000 4.7996927e-11 5447777.9 Loop time of 0.017365 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:29 2021 Pair time (%) = 0.00142884 (8.2283) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.212813) Outpt time (%) = 0.0157509 (90.7049) Other time (%) = 0.000148296 (0.853997) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:29 2021 Memory usage per processor = 27.5384 Mbytes Step Atoms AVEKE stressZZ 16058 5000 4.7996927e-11 5447753.1 16059 -0.0113749999999938 5447669.20663185 16059 5000 4.7993391e-11 5447669.2 Loop time of 0.017015 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:29 2021 Pair time (%) = 0.0010612 (6.23686) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.198974) Outpt time (%) = 0.015826 (93.0121) Other time (%) = 9.39369e-05 (0.552084) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:29 2021 Memory usage per processor = 27.5384 Mbytes Step Atoms AVEKE stressZZ 16059 5000 4.7993391e-11 5447644.4 16060 -0.0113749999999938 5447560.48979786 16060 5000 4.7989856e-11 5447560.5 Loop time of 0.0192802 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:29 2021 Pair time (%) = 0.00105405 (5.467) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.170651) Outpt time (%) = 0.0180979 (93.8677) Other time (%) = 9.53674e-05 (0.494639) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:29 2021 Memory usage per processor = 27.5384 Mbytes Step Atoms AVEKE stressZZ 16060 5000 4.7989856e-11 5447535.7 16061 -0.0113749999999938 5447451.77861235 16061 5000 4.7986321e-11 5447451.8 Loop time of 0.016613 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:29 2021 Pair time (%) = 0.00109816 (6.61022) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.203789) Outpt time (%) = 0.0153489 (92.3909) Other time (%) = 0.000132084 (0.795063) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:29 2021 Memory usage per processor = 27.5384 Mbytes Step Atoms AVEKE stressZZ 16061 5000 4.7986321e-11 5447427 16062 -0.0113749999999938 5447343.07305951 16062 5000 4.7982787e-11 5447343.1 Loop time of 0.0170152 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:29 2021 Pair time (%) = 0.00111389 (6.54644) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.200373) Outpt time (%) = 0.015739 (92.4993) Other time (%) = 0.000128269 (0.75385) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:29 2021 Memory usage per processor = 27.5384 Mbytes Step Atoms AVEKE stressZZ 16062 5000 4.7982787e-11 5447318.3 16063 -0.0113749999999938 5447234.37315724 16063 5000 4.7979252e-11 5447234.4 Loop time of 0.016995 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:30 2021 Pair time (%) = 0.001055 (6.20774) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.193597) Outpt time (%) = 0.0158131 (93.0459) Other time (%) = 9.39369e-05 (0.552734) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:30 2021 Memory usage per processor = 27.5384 Mbytes Step Atoms AVEKE stressZZ 16063 5000 4.7979252e-11 5447209.6 16064 -0.0113749999999938 5447125.67890405 16064 5000 4.7975719e-11 5447125.7 Loop time of 0.0165288 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:30 2021 Pair time (%) = 0.00109792 (6.64243) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.200499) Outpt time (%) = 0.015306 (92.6017) Other time (%) = 9.17912e-05 (0.555339) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:30 2021 Memory usage per processor = 27.5384 Mbytes Step Atoms AVEKE stressZZ 16064 5000 4.7975719e-11 5447100.9 16065 -0.0113749999999938 5447016.9902986 16065 5000 4.7972185e-11 5447017 Loop time of 0.016768 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:30 2021 Pair time (%) = 0.00127077 (7.57856) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.226077) Outpt time (%) = 0.0153069 (91.2868) Other time (%) = 0.000152349 (0.908574) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:30 2021 Memory usage per processor = 27.5384 Mbytes Step Atoms AVEKE stressZZ 16065 5000 4.7972185e-11 5446992.2 16066 -0.0113749999999938 5446908.30733957 16066 5000 4.7968652e-11 5446908.3 Loop time of 0.017051 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:30 2021 Pair time (%) = 0.00105691 (6.19853) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.198554) Outpt time (%) = 0.0158682 (93.0632) Other time (%) = 9.20296e-05 (0.539732) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:30 2021 Memory usage per processor = 27.5384 Mbytes Step Atoms AVEKE stressZZ 16066 5000 4.7968652e-11 5446883.5 16067 -0.0113749999999938 5446799.63002571 16067 5000 4.796512e-11 5446799.6 Loop time of 0.0173361 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:30 2021 Pair time (%) = 0.00115299 (6.65081) Neigh time (%) = 0 (0) Comm time (%) = 5.6982e-05 (0.32869) Outpt time (%) = 0.016026 (92.4429) Other time (%) = 0.000100136 (0.577613) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:30 2021 Memory usage per processor = 27.5384 Mbytes Step Atoms AVEKE stressZZ 16067 5000 4.796512e-11 5446774.8 16068 -0.0113749999999938 5446690.95835574 16068 5000 4.7961587e-11 5446691 Loop time of 0.0165892 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:30 2021 Pair time (%) = 0.00110483 (6.65996) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.198333) Outpt time (%) = 0.0153532 (92.5496) Other time (%) = 9.82285e-05 (0.592124) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:30 2021 Memory usage per processor = 27.5384 Mbytes Step Atoms AVEKE stressZZ 16068 5000 4.7961587e-11 5446666.2 16069 -0.0113749999999938 5446582.29232859 16069 5000 4.7958056e-11 5446582.3 Loop time of 0.0170629 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:30 2021 Pair time (%) = 0.00123715 (7.25055) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.199813) Outpt time (%) = 0.015671 (91.8426) Other time (%) = 0.00012064 (0.70703) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:30 2021 Memory usage per processor = 27.5384 Mbytes Step Atoms AVEKE stressZZ 16069 5000 4.7958056e-11 5446557.5 16070 -0.0113749999999938 5446473.63194327 16070 5000 4.7954524e-11 5446473.6 Loop time of 0.01933 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:30 2021 Pair time (%) = 0.00105596 (5.46278) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.165277) Outpt time (%) = 0.018152 (93.9057) Other time (%) = 9.01222e-05 (0.466229) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:30 2021 Memory usage per processor = 27.5384 Mbytes Step Atoms AVEKE stressZZ 16070 5000 4.7954524e-11 5446448.8 16071 -0.0113749999999938 5446364.97719859 16071 5000 4.7950993e-11 5446365 Loop time of 0.0165522 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:30 2021 Pair time (%) = 0.00108504 (6.55528) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.198776) Outpt time (%) = 0.0153432 (92.6957) Other time (%) = 9.10759e-05 (0.550234) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:30 2021 Memory usage per processor = 27.5384 Mbytes Step Atoms AVEKE stressZZ 16071 5000 4.7950993e-11 5446340.2 16072 -0.0113749999999938 5446256.3280936 16072 5000 4.7947462e-11 5446256.3 Loop time of 0.016609 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:30 2021 Pair time (%) = 0.00115013 (6.92477) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.216758) Outpt time (%) = 0.015317 (92.2211) Other time (%) = 0.000105858 (0.637354) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:30 2021 Memory usage per processor = 27.5384 Mbytes Step Atoms AVEKE stressZZ 16072 5000 4.7947462e-11 5446231.5 16073 -0.0113749999999938 5446147.68462729 16073 5000 4.7943932e-11 5446147.7 Loop time of 0.017216 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:30 2021 Pair time (%) = 0.00111985 (6.50473) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191112) Outpt time (%) = 0.015964 (92.7281) Other time (%) = 9.91821e-05 (0.576105) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:30 2021 Memory usage per processor = 27.5384 Mbytes Step Atoms AVEKE stressZZ 16073 5000 4.7943932e-11 5446122.9 16074 -0.0113749999999938 5446039.04679867 16074 5000 4.7940402e-11 5446039 Loop time of 0.017354 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:30 2021 Pair time (%) = 0.00108194 (6.23454) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.201956) Outpt time (%) = 0.0161381 (92.9934) Other time (%) = 9.89437e-05 (0.570149) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:30 2021 Memory usage per processor = 27.5384 Mbytes Step Atoms AVEKE stressZZ 16074 5000 4.7940402e-11 5446014.3 16075 -0.0113749999999938 5445930.41460681 16075 5000 4.7936873e-11 5445930.4 Loop time of 0.016469 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:30 2021 Pair time (%) = 0.00108409 (6.5826) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.205571) Outpt time (%) = 0.0152559 (92.6342) Other time (%) = 9.5129e-05 (0.577625) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:30 2021 Memory usage per processor = 27.5384 Mbytes Step Atoms AVEKE stressZZ 16075 5000 4.7936873e-11 5445905.6 16076 -0.0113749999999938 5445821.78805076 16076 5000 4.7933344e-11 5445821.8 Loop time of 0.0168018 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:30 2021 Pair time (%) = 0.00130105 (7.7435) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.244069) Outpt time (%) = 0.015321 (91.1866) Other time (%) = 0.00013876 (0.82586) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:30 2021 Memory usage per processor = 27.5384 Mbytes Step Atoms AVEKE stressZZ 16076 5000 4.7933344e-11 5445797 16077 -0.0113749999999938 5445713.16712964 16077 5000 4.7929815e-11 5445713.2 Loop time of 0.017472 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:30 2021 Pair time (%) = 0.00109291 (6.2552) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.195134) Outpt time (%) = 0.016222 (92.8455) Other time (%) = 0.000123024 (0.70412) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:30 2021 Memory usage per processor = 27.5384 Mbytes Step Atoms AVEKE stressZZ 16077 5000 4.7929815e-11 5445688.4 16078 -0.0113749999999938 5445604.55184261 16078 5000 4.7926287e-11 5445604.6 Loop time of 0.0172131 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:30 2021 Pair time (%) = 0.001055 (6.12906) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198069) Outpt time (%) = 0.0159941 (92.918) Other time (%) = 0.000129938 (0.754879) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:30 2021 Memory usage per processor = 27.5384 Mbytes Step Atoms AVEKE stressZZ 16078 5000 4.7926287e-11 5445579.8 16079 -0.0113749999999938 5445495.94218867 16079 5000 4.7922759e-11 5445495.9 Loop time of 0.0165131 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:30 2021 Pair time (%) = 0.001086 (6.57657) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.212241) Outpt time (%) = 0.0152869 (92.5745) Other time (%) = 0.000105143 (0.636722) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:30 2021 Memory usage per processor = 27.5384 Mbytes Step Atoms AVEKE stressZZ 16079 5000 4.7922759e-11 5445471.2 16080 -0.0113749999999938 5445387.33816706 16080 5000 4.7919232e-11 5445387.3 Loop time of 0.020031 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:30 2021 Pair time (%) = 0.00133991 (6.6892) Neigh time (%) = 0 (0) Comm time (%) = 6.8903e-05 (0.343982) Outpt time (%) = 0.0184538 (92.1265) Other time (%) = 0.000168324 (0.840316) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:30 2021 Memory usage per processor = 27.5384 Mbytes Step Atoms AVEKE stressZZ 16080 5000 4.7919232e-11 5445362.6 16081 -0.0113749999999938 5445278.73977687 16081 5000 4.7915704e-11 5445278.7 Loop time of 0.0173769 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:30 2021 Pair time (%) = 0.00117588 (6.76692) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.19483) Outpt time (%) = 0.015985 (91.99) Other time (%) = 0.000182152 (1.04824) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:30 2021 Memory usage per processor = 27.5384 Mbytes Step Atoms AVEKE stressZZ 16081 5000 4.7915704e-11 5445254 16082 -0.0113749999999938 5445170.14701726 16082 5000 4.7912178e-11 5445170.1 Loop time of 0.0165949 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:30 2021 Pair time (%) = 0.001055 (6.35739) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.199701) Outpt time (%) = 0.015413 (92.8783) Other time (%) = 9.36985e-05 (0.564623) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:30 2021 Memory usage per processor = 27.5384 Mbytes Step Atoms AVEKE stressZZ 16082 5000 4.7912178e-11 5445145.4 16083 -0.0113749999999938 5445061.55988748 16083 5000 4.7908651e-11 5445061.6 Loop time of 0.0163231 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:30 2021 Pair time (%) = 0.00105715 (6.4764) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.201566) Outpt time (%) = 0.015141 (92.7582) Other time (%) = 9.20296e-05 (0.5638) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:30 2021 Memory usage per processor = 27.5384 Mbytes Step Atoms AVEKE stressZZ 16083 5000 4.7908651e-11 5445036.8 16084 -0.0113749999999938 5444952.97838663 16084 5000 4.7905126e-11 5444953 Loop time of 0.0162561 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:30 2021 Pair time (%) = 0.00105596 (6.49575) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.203863) Outpt time (%) = 0.0150771 (92.7475) Other time (%) = 8.98838e-05 (0.552924) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:30 2021 Memory usage per processor = 27.5384 Mbytes Step Atoms AVEKE stressZZ 16084 5000 4.7905126e-11 5444928.2 16085 -0.0113749999999938 5444844.40251401 16085 5000 4.79016e-11 5444844.4 Loop time of 0.0163639 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:30 2021 Pair time (%) = 0.00105715 (6.46026) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.201064) Outpt time (%) = 0.0151849 (92.7952) Other time (%) = 8.89301e-05 (0.543455) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:30 2021 Memory usage per processor = 27.5384 Mbytes Step Atoms AVEKE stressZZ 16085 5000 4.79016e-11 5444819.6 16086 -0.0113749999999938 5444735.83226871 16086 5000 4.7898075e-11 5444735.8 Loop time of 0.0175929 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:30 2021 Pair time (%) = 0.00105596 (6.00217) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.187017) Outpt time (%) = 0.0164161 (93.3107) Other time (%) = 8.79765e-05 (0.500068) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:30 2021 Memory usage per processor = 27.5384 Mbytes Step Atoms AVEKE stressZZ 16086 5000 4.7898075e-11 5444711 16087 -0.0113749999999938 5444627.26764992 16087 5000 4.789455e-11 5444627.3 Loop time of 0.0173719 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:30 2021 Pair time (%) = 0.00110888 (6.38321) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189397) Outpt time (%) = 0.01613 (92.851) Other time (%) = 0.000100136 (0.576424) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:30 2021 Memory usage per processor = 27.5384 Mbytes Step Atoms AVEKE stressZZ 16087 5000 4.789455e-11 5444602.5 16088 -0.0113749999999938 5444518.708657 16088 5000 4.7891026e-11 5444518.7 Loop time of 0.0166521 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:30 2021 Pair time (%) = 0.00105786 (6.35273) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.210469) Outpt time (%) = 0.015415 (92.5706) Other time (%) = 0.000144243 (0.866216) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:30 2021 Memory usage per processor = 27.5384 Mbytes Step Atoms AVEKE stressZZ 16088 5000 4.7891026e-11 5444493.9 16089 -0.0113749999999938 5444410.155289 16089 5000 4.7887502e-11 5444410.2 Loop time of 0.0171058 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:30 2021 Pair time (%) = 0.00123096 (7.19612) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.203493) Outpt time (%) = 0.0156898 (91.7223) Other time (%) = 0.000150204 (0.878085) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:30 2021 Memory usage per processor = 27.5384 Mbytes Step Atoms AVEKE stressZZ 16089 5000 4.7887502e-11 5444385.4 16090 -0.0113749999999938 5444301.60754532 16090 5000 4.7883978e-11 5444301.6 Loop time of 0.019418 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:30 2021 Pair time (%) = 0.001055 (5.43311) Neigh time (%) = 0 (0) Comm time (%) = 7.00951e-05 (0.36098) Outpt time (%) = 0.018199 (93.7221) Other time (%) = 9.39369e-05 (0.483762) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:30 2021 Memory usage per processor = 27.5384 Mbytes Step Atoms AVEKE stressZZ 16090 5000 4.7883978e-11 5444276.8 16091 -0.0113749999999938 5444193.06542507 16091 5000 4.7880455e-11 5444193.1 Loop time of 0.016824 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:30 2021 Pair time (%) = 0.00109601 (6.51456) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.196982) Outpt time (%) = 0.0156012 (92.7315) Other time (%) = 9.36985e-05 (0.556933) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:30 2021 Memory usage per processor = 27.5384 Mbytes Step Atoms AVEKE stressZZ 16091 5000 4.7880455e-11 5444168.3 16092 -0.0113749999999938 5444084.52892753 16092 5000 4.7876932e-11 5444084.5 Loop time of 0.0167139 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:30 2021 Pair time (%) = 0.00113487 (6.79001) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.208265) Outpt time (%) = 0.01544 (92.3784) Other time (%) = 0.000104189 (0.623368) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:30 2021 Memory usage per processor = 27.5384 Mbytes Step Atoms AVEKE stressZZ 16092 5000 4.7876932e-11 5444059.7 16093 -0.0113749999999938 5443975.99805196 16093 5000 4.787341e-11 5443976 Loop time of 0.0174148 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:30 2021 Pair time (%) = 0.00110888 (6.36748) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.195775) Outpt time (%) = 0.016165 (92.8234) Other time (%) = 0.000106812 (0.613337) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:30 2021 Memory usage per processor = 27.5384 Mbytes Step Atoms AVEKE stressZZ 16093 5000 4.787341e-11 5443951.2 16094 -0.0113749999999938 5443867.4727977 16094 5000 4.7869888e-11 5443867.5 Loop time of 0.017437 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:30 2021 Pair time (%) = 0.0010581 (6.06815) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.190057) Outpt time (%) = 0.016253 (93.2099) Other time (%) = 9.27448e-05 (0.531886) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:30 2021 Memory usage per processor = 27.5384 Mbytes Step Atoms AVEKE stressZZ 16094 5000 4.7869888e-11 5443842.7 16095 -0.0113749999999938 5443758.95316382 16095 5000 4.7866367e-11 5443759 Loop time of 0.0164909 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:30 2021 Pair time (%) = 0.00105715 (6.41048) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.205297) Outpt time (%) = 0.0153041 (92.803) Other time (%) = 9.58443e-05 (0.581194) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:30 2021 Memory usage per processor = 27.5384 Mbytes Step Atoms AVEKE stressZZ 16095 5000 4.7866367e-11 5443734.2 16096 -0.0113749999999938 5443650.43914973 16096 5000 4.7862845e-11 5443650.4 Loop time of 0.0169899 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:30 2021 Pair time (%) = 0.00121498 (7.15118) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.224527) Outpt time (%) = 0.015609 (91.8721) Other time (%) = 0.000127792 (0.752165) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:30 2021 Memory usage per processor = 27.5384 Mbytes Step Atoms AVEKE stressZZ 16096 5000 4.7862845e-11 5443625.7 16097 -0.0113749999999938 5443541.93075464 16097 5000 4.7859325e-11 5443541.9 Loop time of 0.017139 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:30 2021 Pair time (%) = 0.001055 (6.15558) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193362) Outpt time (%) = 0.0158989 (92.7649) Other time (%) = 0.000151873 (0.886125) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:30 2021 Memory usage per processor = 27.5384 Mbytes Step Atoms AVEKE stressZZ 16097 5000 4.7859325e-11 5443517.2 16098 -0.0113749999999938 5443433.42797792 16098 5000 4.7855804e-11 5443433.4 Loop time of 0.0169351 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:30 2021 Pair time (%) = 0.00105405 (6.22404) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.201321) Outpt time (%) = 0.0157552 (93.0326) Other time (%) = 9.17912e-05 (0.542017) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:30 2021 Memory usage per processor = 27.5384 Mbytes Step Atoms AVEKE stressZZ 16098 5000 4.7855804e-11 5443408.6 16099 -0.0113749999999938 5443324.93081873 16099 5000 4.7852284e-11 5443324.9 Loop time of 0.0166001 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:30 2021 Pair time (%) = 0.00106001 (6.38555) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.205383) Outpt time (%) = 0.0153852 (92.6809) Other time (%) = 0.000120878 (0.728176) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:24:30 2021 Memory usage per processor = 27.5384 Mbytes Step Atoms AVEKE stressZZ 16099 5000 4.7852284e-11 5443300.2 16100 -0.0113749999999938 5443199.71605236 16100 5000 9.4496248e-11 5443378.7 Loop time of 0.019412 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:30 2021 Pair time (%) = 0.00124907 (6.43454) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.185458) Outpt time (%) = 0.0179679 (92.5608) Other time (%) = 0.000159025 (0.819209) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:30 2021 Memory usage per processor = 27.5385 Mbytes Step Atoms AVEKE stressZZ 16100 5000 9.4496248e-11 5499609.6 16101 -0.0114074999999938 5499498.78056177 16101 5000 7.6084979e-11 5499498.8 Loop time of 0.0173039 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:30 2021 Pair time (%) = 0.00106001 (6.12582) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.195652) Outpt time (%) = 0.0161161 (93.1357) Other time (%) = 9.39369e-05 (0.542864) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:30 2021 Memory usage per processor = 27.5385 Mbytes Step Atoms AVEKE stressZZ 16101 5000 7.6084979e-11 5499465.4 16102 -0.0114074999999938 5499364.07898966 16102 5000 6.5419082e-11 5499364.1 Loop time of 0.017087 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:30 2021 Pair time (%) = 0.00110006 (6.43802) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192555) Outpt time (%) = 0.0158589 (92.8127) Other time (%) = 9.5129e-05 (0.556734) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:30 2021 Memory usage per processor = 27.5385 Mbytes Step Atoms AVEKE stressZZ 16102 5000 6.5419082e-11 5499333.7 16103 -0.0114074999999938 5499238.42662361 16103 5000 5.9057937e-11 5499238.4 Loop time of 0.016659 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:30 2021 Pair time (%) = 0.00110197 (6.61486) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.203226) Outpt time (%) = 0.015348 (92.13) Other time (%) = 0.000175238 (1.05191) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:30 2021 Memory usage per processor = 27.5385 Mbytes Step Atoms AVEKE stressZZ 16103 5000 5.9057937e-11 5499210 16104 -0.0114074999999938 5499118.52719422 16104 5000 5.5183086e-11 5499118.5 Loop time of 0.017395 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:30 2021 Pair time (%) = 0.00111198 (6.39254) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.194627) Outpt time (%) = 0.0161479 (92.8303) Other time (%) = 0.000101328 (0.582511) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:30 2021 Memory usage per processor = 27.5385 Mbytes Step Atoms AVEKE stressZZ 16104 5000 5.5183086e-11 5499091.3 16105 -0.0114074999999938 5499002.28589259 16105 5000 5.2787554e-11 5499002.3 Loop time of 0.0173478 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:30 2021 Pair time (%) = 0.00105715 (6.09384) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189659) Outpt time (%) = 0.0161269 (92.962) Other time (%) = 0.000130892 (0.754515) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:30 2021 Memory usage per processor = 27.5385 Mbytes Step Atoms AVEKE stressZZ 16105 5000 5.2787554e-11 5498975.8 16106 -0.0114074999999938 5498888.37144636 16106 5000 5.1291448e-11 5498888.4 Loop time of 0.016896 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:30 2021 Pair time (%) = 0.00105906 (6.26808) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.196142) Outpt time (%) = 0.0157082 (92.9699) Other time (%) = 9.56059e-05 (0.565849) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:30 2021 Memory usage per processor = 27.5385 Mbytes Step Atoms AVEKE stressZZ 16106 5000 5.1291448e-11 5498862.4 16107 -0.0114074999999938 5498775.93781759 16107 5000 5.0350497e-11 5498775.9 Loop time of 0.016825 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:31 2021 Pair time (%) = 0.00114989 (6.83445) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.201221) Outpt time (%) = 0.01547 (91.9469) Other time (%) = 0.000171185 (1.01744) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:31 2021 Memory usage per processor = 27.5385 Mbytes Step Atoms AVEKE stressZZ 16107 5000 5.0350497e-11 5498750.3 16108 -0.0114074999999938 5498664.44733947 16108 5000 4.9755709e-11 5498664.4 Loop time of 0.0173569 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:31 2021 Pair time (%) = 0.00118399 (6.82143) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.196429) Outpt time (%) = 0.016042 (92.4245) Other time (%) = 9.67979e-05 (0.557692) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:31 2021 Memory usage per processor = 27.5385 Mbytes Step Atoms AVEKE stressZZ 16108 5000 4.9755709e-11 5498639 16109 -0.0114074999999938 5498553.55831839 16109 5000 4.9378228e-11 5498553.6 Loop time of 0.0174239 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:31 2021 Pair time (%) = 0.00109005 (6.25607) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.1902) Outpt time (%) = 0.0162039 (92.9982) Other time (%) = 9.67979e-05 (0.555548) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:31 2021 Memory usage per processor = 27.5385 Mbytes Step Atoms AVEKE stressZZ 16109 5000 4.9378228e-11 5498528.2 16110 -0.0114074999999938 5498443.05360387 16110 5000 4.9137762e-11 5498443.1 Loop time of 0.019212 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:31 2021 Pair time (%) = 0.00106406 (5.53853) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.171256) Outpt time (%) = 0.0180199 (93.7951) Other time (%) = 9.5129e-05 (0.495154) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:31 2021 Memory usage per processor = 27.5385 Mbytes Step Atoms AVEKE stressZZ 16110 5000 4.9137762e-11 5498417.8 16111 -0.0114074999999938 5498332.795194 16111 5000 4.8983933e-11 5498332.8 Loop time of 0.0169299 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:31 2021 Pair time (%) = 0.00115609 (6.82871) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207016) Outpt time (%) = 0.015631 (92.3277) Other time (%) = 0.000107765 (0.636539) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:31 2021 Memory usage per processor = 27.5385 Mbytes Step Atoms AVEKE stressZZ 16111 5000 4.8983933e-11 5498307.6 16112 -0.0114074999999938 5498222.69538671 16112 5000 4.8884984e-11 5498222.7 Loop time of 0.01754 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:31 2021 Pair time (%) = 0.00105381 (6.00805) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.187582) Outpt time (%) = 0.0163658 (93.3055) Other time (%) = 8.74996e-05 (0.498858) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:31 2021 Memory usage per processor = 27.5385 Mbytes Step Atoms AVEKE stressZZ 16112 5000 4.8884984e-11 5498197.5 16113 -0.0114074999999938 5498112.69844614 16113 5000 4.882084e-11 5498112.7 Loop time of 0.017488 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:31 2021 Pair time (%) = 0.00106502 (6.08998) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.188139) Outpt time (%) = 0.0162959 (93.1834) Other time (%) = 9.41753e-05 (0.538514) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:31 2021 Memory usage per processor = 27.5385 Mbytes Step Atoms AVEKE stressZZ 16113 5000 4.882084e-11 5498087.5 16114 -0.0114074999999938 5498002.7689511 16114 5000 4.8778787e-11 5498002.8 Loop time of 0.0167789 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:31 2021 Pair time (%) = 0.00113702 (6.77646) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208878) Outpt time (%) = 0.0155051 (92.4079) Other time (%) = 0.000101805 (0.606741) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:31 2021 Memory usage per processor = 27.5385 Mbytes Step Atoms AVEKE stressZZ 16114 5000 4.8778787e-11 5497977.6 16115 -0.0114074999999938 5497892.88439092 16115 5000 4.875076e-11 5497892.9 Loop time of 0.0171561 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:31 2021 Pair time (%) = 0.00129485 (7.54746) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.220962) Outpt time (%) = 0.015672 (91.3491) Other time (%) = 0.000151396 (0.882459) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:31 2021 Memory usage per processor = 27.5385 Mbytes Step Atoms AVEKE stressZZ 16115 5000 4.875076e-11 5497867.7 16116 -0.0114074999999938 5497783.03045943 16116 5000 4.8731643e-11 5497783 Loop time of 0.0171769 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:31 2021 Pair time (%) = 0.00105286 (6.1295) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192935) Outpt time (%) = 0.0159979 (93.1362) Other time (%) = 9.29832e-05 (0.541328) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:31 2021 Memory usage per processor = 27.5385 Mbytes Step Atoms AVEKE stressZZ 16116 5000 4.8731643e-11 5497757.9 16117 -0.0114074999999938 5497673.19806483 16117 5000 4.8718185e-11 5497673.2 Loop time of 0.0173991 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:31 2021 Pair time (%) = 0.001055 (6.06355) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189101) Outpt time (%) = 0.016216 (93.2006) Other time (%) = 9.5129e-05 (0.546748) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:31 2021 Memory usage per processor = 27.5385 Mbytes Step Atoms AVEKE stressZZ 16117 5000 4.8718185e-11 5497648.1 16118 -0.0114074999999938 5497563.38142878 16118 5000 4.8708325e-11 5497563.4 Loop time of 0.0169821 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:31 2021 Pair time (%) = 0.00107598 (6.33599) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.20638) Outpt time (%) = 0.0157471 (92.7276) Other time (%) = 0.000123978 (0.73005) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:31 2021 Memory usage per processor = 27.5385 Mbytes Step Atoms AVEKE stressZZ 16118 5000 4.8708325e-11 5497538.3 16119 -0.0114074999999938 5497453.57687886 16119 5000 4.8700749e-11 5497453.6 Loop time of 0.0170839 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:31 2021 Pair time (%) = 0.00128293 (7.50959) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.20515) Outpt time (%) = 0.015646 (91.5833) Other time (%) = 0.000119925 (0.701975) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:31 2021 Memory usage per processor = 27.5385 Mbytes Step Atoms AVEKE stressZZ 16119 5000 4.8700749e-11 5497428.5 16120 -0.0114074999999938 5497343.78208113 16120 5000 4.8694626e-11 5497343.8 Loop time of 0.0200121 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:31 2021 Pair time (%) = 0.001086 (5.42669) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.169174) Outpt time (%) = 0.018759 (93.7382) Other time (%) = 0.000133276 (0.665976) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:31 2021 Memory usage per processor = 27.5385 Mbytes Step Atoms AVEKE stressZZ 16120 5000 4.8694626e-11 5497318.7 16121 -0.0114074999999938 5497233.99555193 16121 5000 4.8689426e-11 5497234 Loop time of 0.017067 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:31 2021 Pair time (%) = 0.001086 (6.36315) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192781) Outpt time (%) = 0.0158501 (92.8699) Other time (%) = 9.799e-05 (0.574151) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:31 2021 Memory usage per processor = 27.5385 Mbytes Step Atoms AVEKE stressZZ 16121 5000 4.8689426e-11 5497208.9 16122 -0.0114074999999938 5497124.21634831 16122 5000 4.8684813e-11 5497124.2 Loop time of 0.0167539 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:31 2021 Pair time (%) = 0.00111699 (6.66705) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.214882) Outpt time (%) = 0.0154829 (92.4137) Other time (%) = 0.000118017 (0.704416) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:31 2021 Memory usage per processor = 27.5385 Mbytes Step Atoms AVEKE stressZZ 16122 5000 4.8684813e-11 5497099.1 16123 -0.0114074999999938 5497014.44387049 16123 5000 4.8680572e-11 5497014.4 Loop time of 0.0176439 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:31 2021 Pair time (%) = 0.00122499 (6.94287) Neigh time (%) = 0 (0) Comm time (%) = 5.19753e-05 (0.294579) Outpt time (%) = 0.016252 (92.1112) Other time (%) = 0.000114918 (0.651316) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:31 2021 Memory usage per processor = 27.5385 Mbytes Step Atoms AVEKE stressZZ 16123 5000 4.8680572e-11 5496989.3 16124 -0.0114074999999938 5496904.67773753 16124 5000 4.8676569e-11 5496904.7 Loop time of 0.017175 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:31 2021 Pair time (%) = 0.00108004 (6.28844) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.197121) Outpt time (%) = 0.015959 (92.9203) Other time (%) = 0.000102043 (0.594139) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:31 2021 Memory usage per processor = 27.5385 Mbytes Step Atoms AVEKE stressZZ 16124 5000 4.8676569e-11 5496879.6 16125 -0.0114074999999938 5496794.91770665 16125 5000 4.8672717e-11 5496794.9 Loop time of 0.0172422 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:31 2021 Pair time (%) = 0.00119305 (6.91934) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197735) Outpt time (%) = 0.0158889 (92.1514) Other time (%) = 0.000126123 (0.731481) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:31 2021 Memory usage per processor = 27.5385 Mbytes Step Atoms AVEKE stressZZ 16125 5000 4.8672717e-11 5496769.8 16126 -0.0114074999999938 5496685.16362359 16126 5000 4.8668961e-11 5496685.2 Loop time of 0.0168149 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:31 2021 Pair time (%) = 0.00115919 (6.89381) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208431) Outpt time (%) = 0.0155139 (92.2625) Other time (%) = 0.000106812 (0.635218) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:31 2021 Memory usage per processor = 27.5385 Mbytes Step Atoms AVEKE stressZZ 16126 5000 4.8668961e-11 5496660 16127 -0.0114074999999938 5496575.41539015 16127 5000 4.8665265e-11 5496575.4 Loop time of 0.0163522 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:31 2021 Pair time (%) = 0.0011251 (6.88041) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.201207) Outpt time (%) = 0.0151021 (92.3556) Other time (%) = 9.20296e-05 (0.562797) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:31 2021 Memory usage per processor = 27.5385 Mbytes Step Atoms AVEKE stressZZ 16127 5000 4.8665265e-11 5496550.3 16128 -0.0114074999999938 5496465.67294337 16128 5000 4.8661609e-11 5496465.7 Loop time of 0.0164049 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:31 2021 Pair time (%) = 0.001055 (6.43103) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.200561) Outpt time (%) = 0.015228 (92.8263) Other time (%) = 8.89301e-05 (0.542096) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:31 2021 Memory usage per processor = 27.5385 Mbytes Step Atoms AVEKE stressZZ 16128 5000 4.8661609e-11 5496440.6 16129 -0.0114074999999938 5496355.9362461 16129 5000 4.8657978e-11 5496355.9 Loop time of 0.017339 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:31 2021 Pair time (%) = 0.001127 (6.49983) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191131) Outpt time (%) = 0.016089 (92.7906) Other time (%) = 8.98838e-05 (0.518391) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:31 2021 Memory usage per processor = 27.5385 Mbytes Step Atoms AVEKE stressZZ 16129 5000 4.8657978e-11 5496330.8 16130 -0.0114074999999938 5496246.20531273 16130 5000 4.8654363e-11 5496246.2 Loop time of 0.0190299 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:31 2021 Pair time (%) = 0.00105381 (5.53767) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.177907) Outpt time (%) = 0.0178468 (93.7833) Other time (%) = 9.53674e-05 (0.501146) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:31 2021 Memory usage per processor = 27.5385 Mbytes Step Atoms AVEKE stressZZ 16130 5000 4.8654363e-11 5496221.1 16131 -0.0114074999999938 5496136.48011211 16131 5000 4.8650758e-11 5496136.5 Loop time of 0.0168071 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:31 2021 Pair time (%) = 0.00114202 (6.7949) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.214203) Outpt time (%) = 0.015527 (92.3837) Other time (%) = 0.000102043 (0.607144) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:31 2021 Memory usage per processor = 27.5385 Mbytes Step Atoms AVEKE stressZZ 16131 5000 4.8650758e-11 5496111.4 16132 -0.0114074999999938 5496026.76062496 16132 5000 4.864716e-11 5496026.8 Loop time of 0.0175941 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:31 2021 Pair time (%) = 0.00113106 (6.42862) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.192425) Outpt time (%) = 0.0162971 (92.6282) Other time (%) = 0.000132084 (0.750728) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:31 2021 Memory usage per processor = 27.5385 Mbytes Step Atoms AVEKE stressZZ 16132 5000 4.864716e-11 5496001.6 16133 -0.0114074999999938 5495917.04684069 16133 5000 4.8643567e-11 5495917 Loop time of 0.0176361 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:31 2021 Pair time (%) = 0.00110197 (6.24839) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.18656) Outpt time (%) = 0.016361 (92.7701) Other time (%) = 0.00014019 (0.794906) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:31 2021 Memory usage per processor = 27.5385 Mbytes Step Atoms AVEKE stressZZ 16133 5000 4.8643567e-11 5495891.9 16134 -0.0114074999999938 5495807.3387525 16134 5000 4.8639976e-11 5495807.3 Loop time of 0.017071 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:31 2021 Pair time (%) = 0.00105309 (6.16891) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.194131) Outpt time (%) = 0.0158911 (93.0881) Other time (%) = 9.36985e-05 (0.548875) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:31 2021 Memory usage per processor = 27.5385 Mbytes Step Atoms AVEKE stressZZ 16134 5000 4.8639976e-11 5495782.2 16135 -0.0114074999999938 5495697.63635572 16135 5000 4.8636387e-11 5495697.6 Loop time of 0.016809 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:31 2021 Pair time (%) = 0.00113487 (6.75158) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208505) Outpt time (%) = 0.015491 (92.1591) Other time (%) = 0.000148058 (0.880826) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:31 2021 Memory usage per processor = 27.5385 Mbytes Step Atoms AVEKE stressZZ 16135 5000 4.8636387e-11 5495672.5 16136 -0.0114074999999938 5495587.93964695 16136 5000 4.86328e-11 5495587.9 Loop time of 0.0173719 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:31 2021 Pair time (%) = 0.00115991 (6.67691) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.190769) Outpt time (%) = 0.016042 (92.3445) Other time (%) = 0.000136852 (0.78778) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:31 2021 Memory usage per processor = 27.5385 Mbytes Step Atoms AVEKE stressZZ 16136 5000 4.86328e-11 5495562.8 16137 -0.0114074999999938 5495478.24862375 16137 5000 4.8629214e-11 5495478.2 Loop time of 0.017267 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:31 2021 Pair time (%) = 0.00110102 (6.37643) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190547) Outpt time (%) = 0.0160398 (92.8931) Other time (%) = 9.32217e-05 (0.539884) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:31 2021 Memory usage per processor = 27.5385 Mbytes Step Atoms AVEKE stressZZ 16137 5000 4.8629214e-11 5495453.1 16138 -0.0114074999999938 5495368.56328404 16138 5000 4.8625628e-11 5495368.6 Loop time of 0.01652 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:31 2021 Pair time (%) = 0.00105715 (6.39919) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.206379) Outpt time (%) = 0.0153289 (92.7897) Other time (%) = 9.98974e-05 (0.604705) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:31 2021 Memory usage per processor = 27.5385 Mbytes Step Atoms AVEKE stressZZ 16138 5000 4.8625628e-11 5495343.5 16139 -0.0114074999999938 5495258.88362633 16139 5000 4.8622043e-11 5495258.9 Loop time of 0.0172451 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:31 2021 Pair time (%) = 0.00128818 (7.46983) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.208762) Outpt time (%) = 0.0157731 (91.4642) Other time (%) = 0.00014782 (0.857171) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:31 2021 Memory usage per processor = 27.5385 Mbytes Step Atoms AVEKE stressZZ 16139 5000 4.8622043e-11 5495233.8 16140 -0.0114074999999938 5495149.20964926 16140 5000 4.8618459e-11 5495149.2 Loop time of 0.019644 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:31 2021 Pair time (%) = 0.00108886 (5.54295) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.168704) Outpt time (%) = 0.0184281 (93.8102) Other time (%) = 9.39369e-05 (0.478196) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:31 2021 Memory usage per processor = 27.5385 Mbytes Step Atoms AVEKE stressZZ 16140 5000 4.8618459e-11 5495124.1 16141 -0.0114074999999938 5495039.54135156 16141 5000 4.8614876e-11 5495039.5 Loop time of 0.017427 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:31 2021 Pair time (%) = 0.00115108 (6.60519) Neigh time (%) = 0 (0) Comm time (%) = 5.00679e-05 (0.287301) Outpt time (%) = 0.016094 (92.3509) Other time (%) = 0.000131845 (0.75656) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:31 2021 Memory usage per processor = 27.5385 Mbytes Step Atoms AVEKE stressZZ 16141 5000 4.8614876e-11 5495014.4 16142 -0.0114074999999938 5494929.87873221 16142 5000 4.8611292e-11 5494929.9 Loop time of 0.016608 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:31 2021 Pair time (%) = 0.00105906 (6.37678) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.205286) Outpt time (%) = 0.015419 (92.8408) Other time (%) = 9.58443e-05 (0.577097) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:31 2021 Memory usage per processor = 27.5385 Mbytes Step Atoms AVEKE stressZZ 16142 5000 4.8611292e-11 5494904.8 16143 -0.0114074999999938 5494820.22179017 16143 5000 4.860771e-11 5494820.2 Loop time of 0.0170279 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:31 2021 Pair time (%) = 0.00129914 (7.62952) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.218426) Outpt time (%) = 0.0155709 (91.4436) Other time (%) = 0.00012064 (0.708485) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:31 2021 Memory usage per processor = 27.5385 Mbytes Step Atoms AVEKE stressZZ 16143 5000 4.860771e-11 5494795.1 16144 -0.0114074999999938 5494710.57052445 16144 5000 4.8604127e-11 5494710.6 Loop time of 0.017626 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:31 2021 Pair time (%) = 0.00105596 (5.99088) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.188018) Outpt time (%) = 0.0164418 (93.2814) Other time (%) = 9.5129e-05 (0.539707) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:31 2021 Memory usage per processor = 27.5385 Mbytes Step Atoms AVEKE stressZZ 16144 5000 4.8604127e-11 5494685.5 16145 -0.0114074999999938 5494600.92493151 16145 5000 4.8600545e-11 5494600.9 Loop time of 0.017612 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:31 2021 Pair time (%) = 0.00116611 (6.62109) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.215243) Outpt time (%) = 0.0163071 (92.591) Other time (%) = 0.000100851 (0.572628) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:31 2021 Memory usage per processor = 27.5385 Mbytes Step Atoms AVEKE stressZZ 16145 5000 4.8600545e-11 5494575.8 16146 -0.0114074999999938 5494491.28500903 16146 5000 4.8596964e-11 5494491.3 Loop time of 0.0167081 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:31 2021 Pair time (%) = 0.00110102 (6.58971) Neigh time (%) = 0 (0) Comm time (%) = 4.88758e-05 (0.292527) Outpt time (%) = 0.015413 (92.2487) Other time (%) = 0.000145197 (0.869019) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:31 2021 Memory usage per processor = 27.5385 Mbytes Step Atoms AVEKE stressZZ 16146 5000 4.8596964e-11 5494466.2 16147 -0.0114074999999938 5494381.650787 16147 5000 4.8593383e-11 5494381.7 Loop time of 0.016969 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:31 2021 Pair time (%) = 0.00127506 (7.51409) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.224804) Outpt time (%) = 0.0155141 (91.4265) Other time (%) = 0.000141621 (0.834586) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:31 2021 Memory usage per processor = 27.5385 Mbytes Step Atoms AVEKE stressZZ 16147 5000 4.8593383e-11 5494356.5 16148 -0.0114074999999938 5494272.02231581 16148 5000 4.8589802e-11 5494272 Loop time of 0.0175529 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:31 2021 Pair time (%) = 0.00105906 (6.03352) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.188802) Outpt time (%) = 0.0163639 (93.2262) Other time (%) = 9.67979e-05 (0.551466) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:31 2021 Memory usage per processor = 27.5385 Mbytes Step Atoms AVEKE stressZZ 16148 5000 4.8589802e-11 5494246.9 16149 -0.0114074999999938 5494162.39956013 16149 5000 4.8586222e-11 5494162.4 Loop time of 0.131998 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:32 2021 Pair time (%) = 0.00110197 (0.83484) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.026371) Outpt time (%) = 0.130758 (99.0608) Other time (%) = 0.000102997 (0.0780292) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:32 2021 Memory usage per processor = 27.5385 Mbytes Step Atoms AVEKE stressZZ 16149 5000 4.8586222e-11 5494137.3 16150 -0.0114074999999938 5494052.78250874 16150 5000 4.8582642e-11 5494052.8 Loop time of 0.0203171 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:32 2021 Pair time (%) = 0.00139713 (6.87664) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.186585) Outpt time (%) = 0.018713 (92.1048) Other time (%) = 0.000169039 (0.832003) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:32 2021 Memory usage per processor = 27.5385 Mbytes Step Atoms AVEKE stressZZ 16150 5000 4.8582642e-11 5494027.7 16151 -0.0114074999999938 5493943.17115574 16151 5000 4.8579063e-11 5493943.2 Loop time of 0.016933 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:32 2021 Pair time (%) = 0.00109696 (6.47827) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.194306) Outpt time (%) = 0.015708 (92.7656) Other time (%) = 9.5129e-05 (0.561798) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:32 2021 Memory usage per processor = 27.5385 Mbytes Step Atoms AVEKE stressZZ 16151 5000 4.8579063e-11 5493918.1 16152 -0.0114074999999938 5493833.565497 16152 5000 4.8575483e-11 5493833.6 Loop time of 0.0167141 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:32 2021 Pair time (%) = 0.00116301 (6.95823) Neigh time (%) = 0 (0) Comm time (%) = 4.91142e-05 (0.293849) Outpt time (%) = 0.0153399 (91.7779) Other time (%) = 0.000162125 (0.969987) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:32 2021 Memory usage per processor = 27.5385 Mbytes Step Atoms AVEKE stressZZ 16152 5000 4.8575483e-11 5493808.5 16153 -0.0114074999999938 5493723.96552955 16153 5000 4.8571905e-11 5493724 Loop time of 0.017257 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:32 2021 Pair time (%) = 0.00107503 (6.22954) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192039) Outpt time (%) = 0.0160542 (93.0299) Other time (%) = 9.46522e-05 (0.548486) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:32 2021 Memory usage per processor = 27.5385 Mbytes Step Atoms AVEKE stressZZ 16153 5000 4.8571905e-11 5493698.9 16154 -0.0114074999999938 5493614.37125068 16154 5000 4.8568326e-11 5493614.4 Loop time of 0.0171459 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:32 2021 Pair time (%) = 0.00105286 (6.14058) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198846) Outpt time (%) = 0.015965 (93.1127) Other time (%) = 9.39369e-05 (0.547869) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:32 2021 Memory usage per processor = 27.5385 Mbytes Step Atoms AVEKE stressZZ 16154 5000 4.8568326e-11 5493589.3 16155 -0.0114074999999938 5493504.78265847 16155 5000 4.8564749e-11 5493504.8 Loop time of 0.0168071 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:32 2021 Pair time (%) = 0.00105381 (6.27004) Neigh time (%) = 0 (0) Comm time (%) = 5.6982e-05 (0.339036) Outpt time (%) = 0.015583 (92.7171) Other time (%) = 0.000113249 (0.673816) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:32 2021 Memory usage per processor = 27.5385 Mbytes Step Atoms AVEKE stressZZ 16155 5000 4.8564749e-11 5493479.7 16156 -0.0114074999999938 5493395.19975091 16156 5000 4.8561171e-11 5493395.2 Loop time of 0.016675 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:32 2021 Pair time (%) = 0.00124192 (7.44781) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.227338) Outpt time (%) = 0.0152738 (91.5971) Other time (%) = 0.000121355 (0.727767) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:32 2021 Memory usage per processor = 27.5385 Mbytes Step Atoms AVEKE stressZZ 16156 5000 4.8561171e-11 5493370.1 16157 -0.0114074999999938 5493285.62252636 16157 5000 4.8557594e-11 5493285.6 Loop time of 0.0174 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:32 2021 Pair time (%) = 0.00113797 (6.54006) Neigh time (%) = 0 (0) Comm time (%) = 6.50883e-05 (0.37407) Outpt time (%) = 0.0160811 (92.4199) Other time (%) = 0.000115871 (0.665927) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:32 2021 Memory usage per processor = 27.5385 Mbytes Step Atoms AVEKE stressZZ 16157 5000 4.8557594e-11 5493260.5 16158 -0.0114074999999938 5493176.05098343 16158 5000 4.8554017e-11 5493176.1 Loop time of 0.0171301 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:32 2021 Pair time (%) = 0.00105214 (6.14205) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192069) Outpt time (%) = 0.015949 (93.105) Other time (%) = 9.60827e-05 (0.560899) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:32 2021 Memory usage per processor = 27.5385 Mbytes Step Atoms AVEKE stressZZ 16158 5000 4.8554017e-11 5493151 16159 -0.0114074999999938 5493066.48512054 16159 5000 4.8550441e-11 5493066.5 Loop time of 0.0164819 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:32 2021 Pair time (%) = 0.00106502 (6.46174) Neigh time (%) = 0 (0) Comm time (%) = 5.31673e-05 (0.322581) Outpt time (%) = 0.015245 (92.4953) Other time (%) = 0.000118732 (0.720382) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:32 2021 Memory usage per processor = 27.5385 Mbytes Step Atoms AVEKE stressZZ 16159 5000 4.8550441e-11 5493041.4 16160 -0.0114074999999938 5492956.92493656 16160 5000 4.8546865e-11 5492956.9 Loop time of 0.0197141 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:32 2021 Pair time (%) = 0.00113702 (5.76753) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.177779) Outpt time (%) = 0.0184379 (93.5262) Other time (%) = 0.000104189 (0.528499) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:32 2021 Memory usage per processor = 27.5385 Mbytes Step Atoms AVEKE stressZZ 16160 5000 4.8546865e-11 5492931.8 16161 -0.0114074999999938 5492847.37043015 16161 5000 4.854329e-11 5492847.4 Loop time of 0.0169179 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:32 2021 Pair time (%) = 0.00110197 (6.51362) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.194479) Outpt time (%) = 0.0156879 (92.7296) Other time (%) = 9.5129e-05 (0.562297) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:32 2021 Memory usage per processor = 27.5385 Mbytes Step Atoms AVEKE stressZZ 16161 5000 4.854329e-11 5492822.3 16162 -0.0114074999999938 5492737.82160015 16162 5000 4.8539715e-11 5492737.8 Loop time of 0.0166371 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:32 2021 Pair time (%) = 0.00105619 (6.34843) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.197762) Outpt time (%) = 0.0154541 (92.8892) Other time (%) = 9.39369e-05 (0.564624) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:32 2021 Memory usage per processor = 27.5385 Mbytes Step Atoms AVEKE stressZZ 16162 5000 4.8539715e-11 5492712.7 16163 -0.0114074999999938 5492628.27842203 16163 5000 4.853614e-11 5492628.3 Loop time of 0.016669 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:32 2021 Pair time (%) = 0.00115585 (6.93413) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.221698) Outpt time (%) = 0.015367 (92.1891) Other time (%) = 0.000109196 (0.655081) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:32 2021 Memory usage per processor = 27.5385 Mbytes Step Atoms AVEKE stressZZ 16163 5000 4.853614e-11 5492603.2 16164 -0.0114074999999938 5492518.74090331 16164 5000 4.8532566e-11 5492518.7 Loop time of 0.017005 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:32 2021 Pair time (%) = 0.001122 (6.59806) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.194885) Outpt time (%) = 0.0157351 (92.5327) Other time (%) = 0.000114679 (0.674387) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:32 2021 Memory usage per processor = 27.5385 Mbytes Step Atoms AVEKE stressZZ 16164 5000 4.8532566e-11 5492493.6 16165 -0.0114074999999938 5492409.20905575 16165 5000 4.8528992e-11 5492409.2 Loop time of 0.016413 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:32 2021 Pair time (%) = 0.0010519 (6.40897) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.201915) Outpt time (%) = 0.015234 (92.8168) Other time (%) = 9.39369e-05 (0.572333) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:32 2021 Memory usage per processor = 27.5385 Mbytes Step Atoms AVEKE stressZZ 16165 5000 4.8528992e-11 5492384.1 16166 -0.0114074999999938 5492299.68287832 16166 5000 4.8525418e-11 5492299.7 Loop time of 0.0163572 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:32 2021 Pair time (%) = 0.0010581 (6.46873) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.196773) Outpt time (%) = 0.015183 (92.8214) Other time (%) = 8.39233e-05 (0.513067) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:32 2021 Memory usage per processor = 27.5385 Mbytes Step Atoms AVEKE stressZZ 16166 5000 4.8525418e-11 5492274.6 16167 -0.0114074999999938 5492190.16237024 16167 5000 4.8521845e-11 5492190.2 Loop time of 0.016854 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:32 2021 Pair time (%) = 0.001055 (6.25964) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.19663) Outpt time (%) = 0.015677 (93.0161) Other time (%) = 8.89301e-05 (0.527648) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:32 2021 Memory usage per processor = 27.5385 Mbytes Step Atoms AVEKE stressZZ 16167 5000 4.8521845e-11 5492165.1 16168 -0.0114074999999938 5492080.6475306 16168 5000 4.8518273e-11 5492080.6 Loop time of 0.016871 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:32 2021 Pair time (%) = 0.0011971 (7.09562) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.231763) Outpt time (%) = 0.015522 (92.0042) Other time (%) = 0.000112772 (0.668438) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:32 2021 Memory usage per processor = 27.5385 Mbytes Step Atoms AVEKE stressZZ 16168 5000 4.8518273e-11 5492055.6 16169 -0.0114074999999938 5491971.13835853 16169 5000 4.8514701e-11 5491971.1 Loop time of 0.0173221 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:32 2021 Pair time (%) = 0.0010519 (6.07262) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191318) Outpt time (%) = 0.01615 (93.2337) Other time (%) = 8.70228e-05 (0.502381) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:32 2021 Memory usage per processor = 27.5385 Mbytes Step Atoms AVEKE stressZZ 16169 5000 4.8514701e-11 5491946 16170 -0.0114074999999938 5491861.63485321 16170 5000 4.8511129e-11 5491861.6 Loop time of 0.0193188 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:32 2021 Pair time (%) = 0.00110102 (5.69919) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.171544) Outpt time (%) = 0.01809 (93.6393) Other time (%) = 9.46522e-05 (0.489948) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:32 2021 Memory usage per processor = 27.5385 Mbytes Step Atoms AVEKE stressZZ 16170 5000 4.8511129e-11 5491836.5 16171 -0.0114074999999938 5491752.13701381 16171 5000 4.8507557e-11 5491752.1 Loop time of 0.016638 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:32 2021 Pair time (%) = 0.00105715 (6.3538) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.204915) Outpt time (%) = 0.0154521 (92.8724) Other time (%) = 9.46522e-05 (0.56889) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:32 2021 Memory usage per processor = 27.5385 Mbytes Step Atoms AVEKE stressZZ 16171 5000 4.8507557e-11 5491727 16172 -0.0114074999999938 5491642.64483952 16172 5000 4.8503986e-11 5491642.6 Loop time of 0.0168831 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:32 2021 Pair time (%) = 0.00129294 (7.6582) Neigh time (%) = 0 (0) Comm time (%) = 4.50611e-05 (0.2669) Outpt time (%) = 0.0154181 (91.3222) Other time (%) = 0.000127077 (0.752687) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:32 2021 Memory usage per processor = 27.5385 Mbytes Step Atoms AVEKE stressZZ 16172 5000 4.8503986e-11 5491617.6 16173 -0.0114074999999938 5491533.15832963 16173 5000 4.8500415e-11 5491533.2 Loop time of 0.0173481 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:32 2021 Pair time (%) = 0.00112796 (6.50193) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.195154) Outpt time (%) = 0.016084 (92.7133) Other time (%) = 0.000102282 (0.589585) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:32 2021 Memory usage per processor = 27.5385 Mbytes Step Atoms AVEKE stressZZ 16173 5000 4.8500415e-11 5491508.1 16174 -0.0114074999999938 5491423.67748313 16174 5000 4.8496845e-11 5491423.7 Loop time of 0.0174699 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:32 2021 Pair time (%) = 0.00105691 (6.04989) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.188334) Outpt time (%) = 0.0162539 (93.0398) Other time (%) = 0.000126123 (0.721948) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:32 2021 Memory usage per processor = 27.5385 Mbytes Step Atoms AVEKE stressZZ 16174 5000 4.8496845e-11 5491398.6 16175 -0.0114074999999938 5491314.2022994 16175 5000 4.8493275e-11 5491314.2 Loop time of 0.016562 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:32 2021 Pair time (%) = 0.00106907 (6.45496) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211614) Outpt time (%) = 0.015357 (92.7245) Other time (%) = 0.000100851 (0.608931) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:32 2021 Memory usage per processor = 27.5385 Mbytes Step Atoms AVEKE stressZZ 16175 5000 4.8493275e-11 5491289.1 16176 -0.0114074999999938 5491204.73277763 16176 5000 4.8489706e-11 5491204.7 Loop time of 0.0171568 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:32 2021 Pair time (%) = 0.00115108 (6.70919) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198719) Outpt time (%) = 0.0158191 (92.2027) Other time (%) = 0.000152588 (0.889371) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:32 2021 Memory usage per processor = 27.5385 Mbytes Step Atoms AVEKE stressZZ 16176 5000 4.8489706e-11 5491179.6 16177 -0.0114074999999938 5491095.26891713 16177 5000 4.8486137e-11 5491095.3 Loop time of 0.0170979 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:32 2021 Pair time (%) = 0.00105381 (6.16337) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192431) Outpt time (%) = 0.015918 (93.099) Other time (%) = 9.32217e-05 (0.545221) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:32 2021 Memory usage per processor = 27.5385 Mbytes Step Atoms AVEKE stressZZ 16177 5000 4.8486137e-11 5491070.2 16178 -0.0114074999999938 5490985.8107171 16178 5000 4.8482568e-11 5490985.8 Loop time of 0.01671 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:32 2021 Pair time (%) = 0.00105405 (6.30787) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.198325) Outpt time (%) = 0.015527 (92.9202) Other time (%) = 9.58443e-05 (0.573573) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:32 2021 Memory usage per processor = 27.5385 Mbytes Step Atoms AVEKE stressZZ 16178 5000 4.8482568e-11 5490960.7 16179 -0.0114074999999938 5490876.35817681 16179 5000 4.8479e-11 5490876.4 Loop time of 0.0166318 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:32 2021 Pair time (%) = 0.001194 (7.179) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.240829) Outpt time (%) = 0.0152829 (91.8892) Other time (%) = 0.000114918 (0.69095) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:32 2021 Memory usage per processor = 27.5385 Mbytes Step Atoms AVEKE stressZZ 16179 5000 4.8479e-11 5490851.3 16180 -0.0114074999999938 5490766.91129542 16180 5000 4.8475432e-11 5490766.9 Loop time of 0.0194151 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:32 2021 Pair time (%) = 0.00111794 (5.75811) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.174376) Outpt time (%) = 0.018147 (93.4682) Other time (%) = 0.000116348 (0.599266) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:32 2021 Memory usage per processor = 27.5385 Mbytes Step Atoms AVEKE stressZZ 16180 5000 4.8475432e-11 5490741.8 16181 -0.0114074999999938 5490657.47007232 16181 5000 4.8471865e-11 5490657.5 Loop time of 0.0172629 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:32 2021 Pair time (%) = 0.00105309 (6.10032) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190592) Outpt time (%) = 0.0160899 (93.205) Other time (%) = 8.70228e-05 (0.504102) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:32 2021 Memory usage per processor = 27.5385 Mbytes Step Atoms AVEKE stressZZ 16181 5000 4.8471865e-11 5490632.4 16182 -0.0114074999999938 5490548.03450678 16182 5000 4.8468298e-11 5490548 Loop time of 0.016468 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:32 2021 Pair time (%) = 0.00108099 (6.56416) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.20703) Outpt time (%) = 0.0152428 (92.5599) Other time (%) = 0.000110149 (0.668867) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:32 2021 Memory usage per processor = 27.5385 Mbytes Step Atoms AVEKE stressZZ 16182 5000 4.8468298e-11 5490522.9 16183 -0.0114074999999938 5490438.60459801 16183 5000 4.8464731e-11 5490438.6 Loop time of 0.01717 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:32 2021 Pair time (%) = 0.00133991 (7.80382) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.233281) Outpt time (%) = 0.01565 (91.1478) Other time (%) = 0.000139952 (0.815097) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:32 2021 Memory usage per processor = 27.5385 Mbytes Step Atoms AVEKE stressZZ 16183 5000 4.8464731e-11 5490413.5 16184 -0.0114074999999938 5490329.18034534 16184 5000 4.8461165e-11 5490329.2 Loop time of 0.017154 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:32 2021 Pair time (%) = 0.00105786 (6.16687) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193192) Outpt time (%) = 0.0159709 (93.1034) Other time (%) = 9.20296e-05 (0.536491) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:32 2021 Memory usage per processor = 27.5385 Mbytes Step Atoms AVEKE stressZZ 16184 5000 4.8461165e-11 5490304.1 16185 -0.0114074999999938 5490219.76174812 16185 5000 4.8457599e-11 5490219.8 Loop time of 0.017045 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:32 2021 Pair time (%) = 0.00105405 (6.18391) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.194427) Outpt time (%) = 0.015867 (93.0887) Other time (%) = 9.08375e-05 (0.532927) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:32 2021 Memory usage per processor = 27.5385 Mbytes Step Atoms AVEKE stressZZ 16185 5000 4.8457599e-11 5490194.7 16186 -0.0114074999999938 5490110.34880552 16186 5000 4.8454033e-11 5490110.3 Loop time of 0.016499 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:32 2021 Pair time (%) = 0.001086 (6.58218) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.212422) Outpt time (%) = 0.0152762 (92.5884) Other time (%) = 0.000101805 (0.617034) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:32 2021 Memory usage per processor = 27.5385 Mbytes Step Atoms AVEKE stressZZ 16186 5000 4.8454033e-11 5490085.3 16187 -0.0114074999999938 5490000.94151695 16187 5000 4.8450468e-11 5490000.9 Loop time of 0.016988 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:33 2021 Pair time (%) = 0.00120401 (7.08742) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.19929) Outpt time (%) = 0.0156181 (91.9358) Other time (%) = 0.000132084 (0.777511) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:33 2021 Memory usage per processor = 27.5385 Mbytes Step Atoms AVEKE stressZZ 16187 5000 4.8450468e-11 5489975.9 16188 -0.0114074999999938 5489891.53988163 16188 5000 4.8446904e-11 5489891.5 Loop time of 0.017179 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:33 2021 Pair time (%) = 0.00110102 (6.40908) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.197074) Outpt time (%) = 0.0159431 (92.8054) Other time (%) = 0.000101089 (0.588448) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:33 2021 Memory usage per processor = 27.5385 Mbytes Step Atoms AVEKE stressZZ 16188 5000 4.8446904e-11 5489866.5 16189 -0.0114074999999938 5489782.14389891 16189 5000 4.8443339e-11 5489782.1 Loop time of 0.0168328 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:33 2021 Pair time (%) = 0.00105691 (6.27886) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.202544) Outpt time (%) = 0.0156469 (92.9549) Other time (%) = 9.48906e-05 (0.563723) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:33 2021 Memory usage per processor = 27.5385 Mbytes Step Atoms AVEKE stressZZ 16189 5000 4.8443339e-11 5489757.1 16190 -0.0114074999999938 5489672.75356817 16190 5000 4.8439776e-11 5489672.8 Loop time of 0.0189209 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:33 2021 Pair time (%) = 0.00120997 (6.39491) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.195312) Outpt time (%) = 0.01756 (92.8075) Other time (%) = 0.000113964 (0.602319) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:33 2021 Memory usage per processor = 27.5385 Mbytes Step Atoms AVEKE stressZZ 16190 5000 4.8439776e-11 5489647.7 16191 -0.0114074999999938 5489563.36888863 16191 5000 4.8436212e-11 5489563.4 Loop time of 0.0175021 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:33 2021 Pair time (%) = 0.00132799 (7.58763) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.18935) Outpt time (%) = 0.0160358 (91.6223) Other time (%) = 0.000105143 (0.600744) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:33 2021 Memory usage per processor = 27.5385 Mbytes Step Atoms AVEKE stressZZ 16191 5000 4.8436212e-11 5489538.3 16192 -0.0114074999999938 5489453.9898597 16192 5000 4.8432649e-11 5489454 Loop time of 0.0171678 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:33 2021 Pair time (%) = 0.00110483 (6.43549) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191648) Outpt time (%) = 0.0159359 (92.8243) Other time (%) = 9.41753e-05 (0.548558) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:33 2021 Memory usage per processor = 27.5385 Mbytes Step Atoms AVEKE stressZZ 16192 5000 4.8432649e-11 5489428.9 16193 -0.0114074999999938 5489344.6164806 16193 5000 4.8429086e-11 5489344.6 Loop time of 0.016484 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:33 2021 Pair time (%) = 0.00114799 (6.96423) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.201044) Outpt time (%) = 0.015193 (92.168) Other time (%) = 0.000109911 (0.666773) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:33 2021 Memory usage per processor = 27.5385 Mbytes Step Atoms AVEKE stressZZ 16193 5000 4.8429086e-11 5489319.5 16194 -0.0114074999999938 5489235.24875071 16194 5000 4.8425524e-11 5489235.2 Loop time of 0.016968 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:33 2021 Pair time (%) = 0.001333 (7.85595) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.224817) Outpt time (%) = 0.01544 (90.9947) Other time (%) = 0.000156879 (0.92456) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:33 2021 Memory usage per processor = 27.5385 Mbytes Step Atoms AVEKE stressZZ 16194 5000 4.8425524e-11 5489210.2 16195 -0.0114074999999938 5489125.88666946 16195 5000 4.8421962e-11 5489125.9 Loop time of 0.017071 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:33 2021 Pair time (%) = 0.001055 (6.18008) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.194131) Outpt time (%) = 0.0158911 (93.0881) Other time (%) = 9.17912e-05 (0.537702) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:33 2021 Memory usage per processor = 27.5385 Mbytes Step Atoms AVEKE stressZZ 16195 5000 4.8421962e-11 5489100.8 16196 -0.0114074999999938 5489016.53023598 16196 5000 4.8418401e-11 5489016.5 Loop time of 0.017328 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:33 2021 Pair time (%) = 0.00110912 (6.40075) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189876) Outpt time (%) = 0.0160899 (92.8549) Other time (%) = 9.60827e-05 (0.554493) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:33 2021 Memory usage per processor = 27.5385 Mbytes Step Atoms AVEKE stressZZ 16196 5000 4.8418401e-11 5488991.5 16197 -0.0114074999999938 5488907.17944978 16197 5000 4.841484e-11 5488907.2 Loop time of 0.016458 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:33 2021 Pair time (%) = 0.00110388 (6.70723) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.207156) Outpt time (%) = 0.015218 (92.4656) Other time (%) = 0.000102043 (0.62002) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:33 2021 Memory usage per processor = 27.5385 Mbytes Step Atoms AVEKE stressZZ 16197 5000 4.841484e-11 5488882.1 16198 -0.0114074999999938 5488797.8343102 16198 5000 4.8411279e-11 5488797.8 Loop time of 0.0171962 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:33 2021 Pair time (%) = 0.00126505 (7.35657) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.209356) Outpt time (%) = 0.0157521 (91.6022) Other time (%) = 0.000143051 (0.831878) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:33 2021 Memory usage per processor = 27.5385 Mbytes Step Atoms AVEKE stressZZ 16198 5000 4.8411279e-11 5488772.8 16199 -0.0114074999999938 5488688.49481655 16199 5000 4.8407719e-11 5488688.5 Loop time of 0.0170891 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:33 2021 Pair time (%) = 0.00105906 (6.19725) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.19253) Outpt time (%) = 0.015903 (93.0591) Other time (%) = 9.41753e-05 (0.551083) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:33 2021 Memory usage per processor = 27.5385 Mbytes Step Atoms AVEKE stressZZ 16199 5000 4.8407719e-11 5488663.4 16200 -0.0114074999999938 5488579.16096804 16200 5000 4.8404159e-11 5488579.2 Loop time of 0.0191052 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:33 2021 Pair time (%) = 0.00109696 (5.7417) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.172214) Outpt time (%) = 0.0178802 (93.5882) Other time (%) = 9.5129e-05 (0.497922) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:24:33 2021 Memory usage per processor = 27.5385 Mbytes Step Atoms AVEKE stressZZ 16200 5000 4.8404159e-11 5488554.1 16201 -0.0114074999999938 5488453.00536534 16201 5000 9.558513e-11 5488633.4 Loop time of 0.016494 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:33 2021 Pair time (%) = 0.00117803 (7.14213) Neigh time (%) = 0 (0) Comm time (%) = 4.91142e-05 (0.29777) Outpt time (%) = 0.0151179 (91.6567) Other time (%) = 0.000149012 (0.903427) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28342 ave 28342 max 28342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28342 Ave neighs/atom = 5.6684 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:33 2021 Memory usage per processor = 27.5385 Mbytes Step Atoms AVEKE stressZZ 16201 5000 9.558513e-11 5545062.4 16202 -0.0114399999999938 5544950.93314116 16202 5000 7.6960299e-11 5544950.9 Loop time of 0.0174909 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:33 2021 Pair time (%) = 0.00119996 (6.8605) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.263079) Outpt time (%) = 0.0161219 (92.1731) Other time (%) = 0.000123024 (0.703361) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28343 ave 28343 max 28343 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28343 Ave neighs/atom = 5.6686 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:33 2021 Memory usage per processor = 27.5385 Mbytes Step Atoms AVEKE stressZZ 16202 5000 7.6960299e-11 5544917.1 16203 -0.0114399999999938 5544815.18317262 16203 5000 6.6170784e-11 5544815.2 Loop time of 0.017247 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:33 2021 Pair time (%) = 0.001127 (6.53451) Neigh time (%) = 0 (0) Comm time (%) = 6.19888e-05 (0.359419) Outpt time (%) = 0.0158949 (92.1605) Other time (%) = 0.000163078 (0.945548) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28343 ave 28343 max 28343 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28343 Ave neighs/atom = 5.6686 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:33 2021 Memory usage per processor = 27.5385 Mbytes Step Atoms AVEKE stressZZ 16203 5000 6.6170784e-11 5544784.4 16204 -0.0114399999999938 5544688.55802419 16204 5000 5.9735958e-11 5544688.6 Loop time of 0.017318 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:33 2021 Pair time (%) = 0.00106788 (6.16628) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.196869) Outpt time (%) = 0.016114 (93.0476) Other time (%) = 0.000102043 (0.589231) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28343 ave 28343 max 28343 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28343 Ave neighs/atom = 5.6686 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:33 2021 Memory usage per processor = 27.5385 Mbytes Step Atoms AVEKE stressZZ 16204 5000 5.9735958e-11 5544659.8 16205 -0.0114399999999938 5544567.73389142 16205 5000 5.5816244e-11 5544567.7 Loop time of 0.0171881 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:33 2021 Pair time (%) = 0.00150299 (8.74438) Neigh time (%) = 0 (0) Comm time (%) = 4.98295e-05 (0.289907) Outpt time (%) = 0.015486 (90.0974) Other time (%) = 0.00014925 (0.868335) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28343 ave 28343 max 28343 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28343 Ave neighs/atom = 5.6686 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:33 2021 Memory usage per processor = 27.5385 Mbytes Step Atoms AVEKE stressZZ 16205 5000 5.5816244e-11 5544540.2 16206 -0.0114399999999938 5544450.59845505 16206 5000 5.3392985e-11 5544450.6 Loop time of 0.0171192 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:33 2021 Pair time (%) = 0.0010941 (6.3911) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192193) Outpt time (%) = 0.0158989 (92.8722) Other time (%) = 9.32217e-05 (0.544545) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28343 ave 28343 max 28343 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28343 Ave neighs/atom = 5.6686 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:33 2021 Memory usage per processor = 27.5385 Mbytes Step Atoms AVEKE stressZZ 16206 5000 5.3392985e-11 5544423.8 16207 -0.0114399999999938 5544335.80931784 16207 5000 5.1879567e-11 5544335.8 Loop time of 0.0175169 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:33 2021 Pair time (%) = 0.00105786 (6.03912) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.187829) Outpt time (%) = 0.016331 (93.23) Other time (%) = 9.5129e-05 (0.543071) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28343 ave 28343 max 28343 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28343 Ave neighs/atom = 5.6686 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:33 2021 Memory usage per processor = 27.5385 Mbytes Step Atoms AVEKE stressZZ 16207 5000 5.1879567e-11 5544309.5 16208 -0.0114399999999938 5544222.51337194 16208 5000 5.0927729e-11 5544222.5 Loop time of 0.016649 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:33 2021 Pair time (%) = 0.00109315 (6.56585) Neigh time (%) = 0 (0) Comm time (%) = 7.98702e-05 (0.47973) Outpt time (%) = 0.015378 (92.3659) Other time (%) = 9.799e-05 (0.588564) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28343 ave 28343 max 28343 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28343 Ave neighs/atom = 5.6686 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:33 2021 Memory usage per processor = 27.5385 Mbytes Step Atoms AVEKE stressZZ 16208 5000 5.0927729e-11 5544196.5 16209 -0.0114399999999938 5544110.168458 16209 5000 5.032606e-11 5544110.2 Loop time of 0.0165091 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:33 2021 Pair time (%) = 0.00105906 (6.415) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.200739) Outpt time (%) = 0.0153251 (92.8283) Other time (%) = 9.17912e-05 (0.556005) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28343 ave 28343 max 28343 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28343 Ave neighs/atom = 5.6686 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:33 2021 Memory usage per processor = 27.5385 Mbytes Step Atoms AVEKE stressZZ 16209 5000 5.032606e-11 5544084.4 16210 -0.0114399999999938 5543998.43002711 16210 5000 4.9944213e-11 5543998.4 Loop time of 0.018647 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:33 2021 Pair time (%) = 0.001127 (6.04391) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.176446) Outpt time (%) = 0.0173979 (93.3015) Other time (%) = 8.91685e-05 (0.478194) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28343 ave 28343 max 28343 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28343 Ave neighs/atom = 5.6686 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:33 2021 Memory usage per processor = 27.5386 Mbytes Step Atoms AVEKE stressZZ 16210 5000 4.9944213e-11 5543972.8 16211 -0.0114399999999938 5543887.07911433 16211 5000 4.9700967e-11 5543887.1 Loop time of 0.016506 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:33 2021 Pair time (%) = 0.00110722 (6.70798) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.20511) Outpt time (%) = 0.015276 (92.5481) Other time (%) = 8.89301e-05 (0.538776) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28343 ave 28343 max 28343 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28343 Ave neighs/atom = 5.6686 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:33 2021 Memory usage per processor = 27.5386 Mbytes Step Atoms AVEKE stressZZ 16211 5000 4.9700967e-11 5543861.5 16212 -0.0114399999999938 5543775.97656458 16212 5000 4.9545359e-11 5543776 Loop time of 0.0172172 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:33 2021 Pair time (%) = 0.00106001 (6.1567) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192483) Outpt time (%) = 0.0160351 (93.1343) Other time (%) = 8.89301e-05 (0.51652) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28343 ave 28343 max 28343 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28343 Ave neighs/atom = 5.6686 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:33 2021 Memory usage per processor = 27.5386 Mbytes Step Atoms AVEKE stressZZ 16212 5000 4.9545359e-11 5543750.5 16213 -0.0114399999999938 5543665.03394286 16213 5000 4.9445267e-11 5543665 Loop time of 0.016973 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:33 2021 Pair time (%) = 0.0010581 (6.23402) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.193847) Outpt time (%) = 0.0157931 (93.0482) Other time (%) = 8.89301e-05 (0.52395) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28343 ave 28343 max 28343 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28343 Ave neighs/atom = 5.6686 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:33 2021 Memory usage per processor = 27.5386 Mbytes Step Atoms AVEKE stressZZ 16213 5000 4.9445267e-11 5543639.6 16214 -0.0114399999999938 5543554.19504744 16214 5000 4.9380382e-11 5543554.2 Loop time of 0.017024 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:33 2021 Pair time (%) = 0.00117993 (6.93098) Neigh time (%) = 0 (0) Comm time (%) = 4.19617e-05 (0.246485) Outpt time (%) = 0.0156889 (92.1573) Other time (%) = 0.000113249 (0.665229) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28343 ave 28343 max 28343 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28343 Ave neighs/atom = 5.6686 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:33 2021 Memory usage per processor = 27.5386 Mbytes Step Atoms AVEKE stressZZ 16214 5000 4.9380382e-11 5543528.7 16215 -0.0114399999999938 5543443.42416115 16215 5000 4.9337843e-11 5543443.4 Loop time of 0.0171862 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:33 2021 Pair time (%) = 0.00115705 (6.73242) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191443) Outpt time (%) = 0.0159011 (92.5226) Other time (%) = 9.5129e-05 (0.553521) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28343 ave 28343 max 28343 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28343 Ave neighs/atom = 5.6686 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:33 2021 Memory usage per processor = 27.5386 Mbytes Step Atoms AVEKE stressZZ 16215 5000 4.9337843e-11 5543418 16216 -0.0114399999999938 5543332.69858509 16216 5000 4.9309494e-11 5543332.7 Loop time of 0.017122 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:33 2021 Pair time (%) = 0.00114202 (6.66992) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193553) Outpt time (%) = 0.0158439 (92.535) Other time (%) = 0.000102997 (0.601546) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28343 ave 28343 max 28343 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28343 Ave neighs/atom = 5.6686 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:33 2021 Memory usage per processor = 27.5386 Mbytes Step Atoms AVEKE stressZZ 16216 5000 4.9309494e-11 5543307.3 16217 -0.0114399999999938 5543222.00389357 16217 5000 4.9290156e-11 5543222 Loop time of 0.0165401 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:33 2021 Pair time (%) = 0.00106096 (6.41451) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.198922) Outpt time (%) = 0.015357 (92.8475) Other time (%) = 8.91685e-05 (0.539107) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28343 ave 28343 max 28343 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28343 Ave neighs/atom = 5.6686 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:33 2021 Memory usage per processor = 27.5386 Mbytes Step Atoms AVEKE stressZZ 16217 5000 4.9290156e-11 5543196.6 16218 -0.0114399999999938 5543111.33091858 16218 5000 4.9276545e-11 5543111.3 Loop time of 0.0168171 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:33 2021 Pair time (%) = 0.00131106 (7.79602) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.232505) Outpt time (%) = 0.015343 (91.2343) Other time (%) = 0.000123978 (0.737212) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28343 ave 28343 max 28343 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28343 Ave neighs/atom = 5.6686 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:33 2021 Memory usage per processor = 27.5386 Mbytes Step Atoms AVEKE stressZZ 16218 5000 4.9276545e-11 5543085.9 16219 -0.0114399999999938 5543000.67383346 16219 5000 4.9266571e-11 5543000.7 Loop time of 0.0169561 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:33 2021 Pair time (%) = 0.00105715 (6.23462) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.195447) Outpt time (%) = 0.015774 (93.0286) Other time (%) = 9.17912e-05 (0.541346) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28343 ave 28343 max 28343 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28343 Ave neighs/atom = 5.6686 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:33 2021 Memory usage per processor = 27.5386 Mbytes Step Atoms AVEKE stressZZ 16219 5000 4.9266571e-11 5542975.3 16220 -0.0114399999999938 5542890.0289351 16220 5000 4.9258909e-11 5542890 Loop time of 0.019695 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:33 2021 Pair time (%) = 0.00105715 (5.36758) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.171898) Outpt time (%) = 0.0184941 (93.9025) Other time (%) = 0.000109911 (0.558064) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28343 ave 28343 max 28343 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28343 Ave neighs/atom = 5.6686 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:33 2021 Memory usage per processor = 27.5386 Mbytes Step Atoms AVEKE stressZZ 16220 5000 4.9258909e-11 5542864.6 16221 -0.0114399999999938 5542779.39386989 16221 5000 4.9252716e-11 5542779.4 Loop time of 0.0167391 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:33 2021 Pair time (%) = 0.00112391 (6.71424) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.196556) Outpt time (%) = 0.0154462 (92.2759) Other time (%) = 0.000136137 (0.813286) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28343 ave 28343 max 28343 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28343 Ave neighs/atom = 5.6686 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:33 2021 Memory usage per processor = 27.5386 Mbytes Step Atoms AVEKE stressZZ 16221 5000 4.9252716e-11 5542754 16222 -0.0114399999999938 5542668.76714168 16222 5000 4.9247457e-11 5542668.8 Loop time of 0.016793 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:33 2021 Pair time (%) = 0.0013051 (7.7717) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.238518) Outpt time (%) = 0.0153141 (91.1933) Other time (%) = 0.000133753 (0.796479) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28343 ave 28343 max 28343 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28343 Ave neighs/atom = 5.6686 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:33 2021 Memory usage per processor = 27.5386 Mbytes Step Atoms AVEKE stressZZ 16222 5000 4.9247457e-11 5542643.3 16223 -0.0114399999999938 5542558.14779952 16223 5000 4.9242792e-11 5542558.1 Loop time of 0.0171499 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:33 2021 Pair time (%) = 0.0010581 (6.16972) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.187677) Outpt time (%) = 0.0159719 (93.131) Other time (%) = 8.7738e-05 (0.511594) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28343 ave 28343 max 28343 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28343 Ave neighs/atom = 5.6686 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:33 2021 Memory usage per processor = 27.5386 Mbytes Step Atoms AVEKE stressZZ 16223 5000 4.9242792e-11 5542532.7 16224 -0.0114399999999938 5542447.53523887 16224 5000 4.9238504e-11 5542447.5 Loop time of 0.016602 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:33 2021 Pair time (%) = 0.00110197 (6.63756) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.199615) Outpt time (%) = 0.015373 (92.597) Other time (%) = 9.39369e-05 (0.565816) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28343 ave 28343 max 28343 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28343 Ave neighs/atom = 5.6686 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:33 2021 Memory usage per processor = 27.5386 Mbytes Step Atoms AVEKE stressZZ 16224 5000 4.9238504e-11 5542422.1 16225 -0.0114399999999938 5542336.92907514 16225 5000 4.9234455e-11 5542336.9 Loop time of 0.016664 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:33 2021 Pair time (%) = 0.00113583 (6.81604) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.210318) Outpt time (%) = 0.0153849 (92.3241) Other time (%) = 0.000108242 (0.649555) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28343 ave 28343 max 28343 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28343 Ave neighs/atom = 5.6686 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:33 2021 Memory usage per processor = 27.5386 Mbytes Step Atoms AVEKE stressZZ 16225 5000 4.9234455e-11 5542311.5 16226 -0.0114399999999938 5542226.32906369 16226 5000 4.923056e-11 5542226.3 Loop time of 0.01741 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:33 2021 Pair time (%) = 0.0013361 (7.67429) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.195829) Outpt time (%) = 0.0159311 (91.5054) Other time (%) = 0.000108719 (0.624461) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28343 ave 28343 max 28343 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28343 Ave neighs/atom = 5.6686 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:33 2021 Memory usage per processor = 27.5386 Mbytes Step Atoms AVEKE stressZZ 16226 5000 4.923056e-11 5542200.9 16227 -0.0114399999999938 5542115.73504888 16227 5000 4.9226761e-11 5542115.7 Loop time of 0.017127 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:33 2021 Pair time (%) = 0.00106215 (6.20163) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.197672) Outpt time (%) = 0.0159371 (93.0522) Other time (%) = 9.39369e-05 (0.548472) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28343 ave 28343 max 28343 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28343 Ave neighs/atom = 5.6686 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:33 2021 Memory usage per processor = 27.5386 Mbytes Step Atoms AVEKE stressZZ 16227 5000 4.9226761e-11 5542090.3 16228 -0.0114399999999938 5542005.14693155 16228 5000 4.9223025e-11 5542005.1 Loop time of 0.0165031 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:33 2021 Pair time (%) = 0.00110698 (6.7077) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.212369) Outpt time (%) = 0.015244 (92.3706) Other time (%) = 0.000117064 (0.709343) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28343 ave 28343 max 28343 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28343 Ave neighs/atom = 5.6686 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:33 2021 Memory usage per processor = 27.5386 Mbytes Step Atoms AVEKE stressZZ 16228 5000 4.9223025e-11 5541979.7 16229 -0.0114399999999938 5541894.56464832 16229 5000 4.9219327e-11 5541894.6 Loop time of 0.017231 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:33 2021 Pair time (%) = 0.00153613 (8.91493) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.19648) Outpt time (%) = 0.0154781 (89.8273) Other time (%) = 0.000182867 (1.06127) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28343 ave 28343 max 28343 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28343 Ave neighs/atom = 5.6686 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:33 2021 Memory usage per processor = 27.5386 Mbytes Step Atoms AVEKE stressZZ 16229 5000 4.9219327e-11 5541869.2 16230 -0.0114399999999938 5541783.98815323 16230 5000 4.9215656e-11 5541784 Loop time of 0.019474 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:34 2021 Pair time (%) = 0.00105906 (5.4383) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.170176) Outpt time (%) = 0.0182891 (93.9153) Other time (%) = 9.27448e-05 (0.476249) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28343 ave 28343 max 28343 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28343 Ave neighs/atom = 5.6686 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:34 2021 Memory usage per processor = 27.5386 Mbytes Step Atoms AVEKE stressZZ 16230 5000 4.9215656e-11 5541758.6 16231 -0.0114399999999938 5541673.4174248 16231 5000 4.9212e-11 5541673.4 Loop time of 0.017122 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:34 2021 Pair time (%) = 0.00106096 (6.19648) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.19216) Outpt time (%) = 0.015918 (92.968) Other time (%) = 0.000110149 (0.64332) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28343 ave 28343 max 28343 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28343 Ave neighs/atom = 5.6686 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:34 2021 Memory usage per processor = 27.5386 Mbytes Step Atoms AVEKE stressZZ 16231 5000 4.9212e-11 5541648 16232 -0.0114399999999938 5541562.85245659 16232 5000 4.9208355e-11 5541562.9 Loop time of 0.0165551 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:34 2021 Pair time (%) = 0.00105906 (6.39717) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.200181) Outpt time (%) = 0.0153079 (92.4666) Other time (%) = 0.000154972 (0.9361) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28343 ave 28343 max 28343 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28343 Ave neighs/atom = 5.6686 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:34 2021 Memory usage per processor = 27.5386 Mbytes Step Atoms AVEKE stressZZ 16232 5000 4.9208355e-11 5541537.4 16233 -0.0114399999999938 5541452.29324766 16233 5000 4.9204716e-11 5541452.3 Loop time of 0.017292 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:34 2021 Pair time (%) = 0.00142193 (8.22303) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.213711) Outpt time (%) = 0.015676 (90.6546) Other time (%) = 0.000157118 (0.908615) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28343 ave 28343 max 28343 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28343 Ave neighs/atom = 5.6686 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:34 2021 Memory usage per processor = 27.5386 Mbytes Step Atoms AVEKE stressZZ 16233 5000 4.9204716e-11 5541426.9 16234 -0.0114399999999938 5541341.73978291 16234 5000 4.9201082e-11 5541341.7 Loop time of 0.017246 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:34 2021 Pair time (%) = 0.00118208 (6.85422) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.196309) Outpt time (%) = 0.0159268 (92.3509) Other time (%) = 0.000103235 (0.598604) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28343 ave 28343 max 28343 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28343 Ave neighs/atom = 5.6686 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:34 2021 Memory usage per processor = 27.5386 Mbytes Step Atoms AVEKE stressZZ 16234 5000 4.9201082e-11 5541316.3 16235 -0.0114399999999938 5541231.19205487 16235 5000 4.9197451e-11 5541231.2 Loop time of 0.0171032 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:34 2021 Pair time (%) = 0.00106096 (6.2033) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.199342) Outpt time (%) = 0.015913 (93.0412) Other time (%) = 9.5129e-05 (0.556206) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28343 ave 28343 max 28343 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28343 Ave neighs/atom = 5.6686 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:34 2021 Memory usage per processor = 27.5386 Mbytes Step Atoms AVEKE stressZZ 16235 5000 4.9197451e-11 5541205.8 16236 -0.0114399999999938 5541120.65005891 16236 5000 4.9193822e-11 5541120.7 Loop time of 0.016593 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:34 2021 Pair time (%) = 0.00113606 (6.84666) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211219) Outpt time (%) = 0.01529 (92.1475) Other time (%) = 0.000131845 (0.794586) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28343 ave 28343 max 28343 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28343 Ave neighs/atom = 5.6686 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:34 2021 Memory usage per processor = 27.5386 Mbytes Step Atoms AVEKE stressZZ 16236 5000 4.9193822e-11 5541095.2 16237 -0.0114399999999938 5541010.11379185 16237 5000 4.9190194e-11 5541010.1 Loop time of 0.017045 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:34 2021 Pair time (%) = 0.00113082 (6.63431) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205617) Outpt time (%) = 0.0157771 (92.5614) Other time (%) = 0.000102043 (0.598668) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28343 ave 28343 max 28343 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28343 Ave neighs/atom = 5.6686 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:34 2021 Memory usage per processor = 27.5386 Mbytes Step Atoms AVEKE stressZZ 16237 5000 4.9190194e-11 5540984.7 16238 -0.0114399999999938 5540899.58325135 16238 5000 4.9186568e-11 5540899.6 Loop time of 0.0172369 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:34 2021 Pair time (%) = 0.001158 (6.71812) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192262) Outpt time (%) = 0.0159409 (92.481) Other time (%) = 0.000104904 (0.608601) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28343 ave 28343 max 28343 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28343 Ave neighs/atom = 5.6686 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:34 2021 Memory usage per processor = 27.5386 Mbytes Step Atoms AVEKE stressZZ 16238 5000 4.9186568e-11 5540874.2 16239 -0.0114399999999938 5540789.05843563 16239 5000 4.9182942e-11 5540789.1 Loop time of 0.0167379 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:34 2021 Pair time (%) = 0.00112414 (6.71614) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.19657) Outpt time (%) = 0.0154271 (92.1685) Other time (%) = 0.00015378 (0.918751) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28343 ave 28343 max 28343 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28343 Ave neighs/atom = 5.6686 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:34 2021 Memory usage per processor = 27.5386 Mbytes Step Atoms AVEKE stressZZ 16239 5000 4.9182942e-11 5540763.6 16240 -0.0114399999999938 5540678.53934318 16240 5000 4.9179317e-11 5540678.5 Loop time of 0.0189879 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:34 2021 Pair time (%) = 0.00123405 (6.49917) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.205924) Outpt time (%) = 0.017601 (92.696) Other time (%) = 0.000113726 (0.598938) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28343 ave 28343 max 28343 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28343 Ave neighs/atom = 5.6686 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:34 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16240 5000 4.9179317e-11 5540653.1 16241 -0.0114399999999938 5540568.02597283 16241 5000 4.9175693e-11 5540568 Loop time of 0.017231 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:34 2021 Pair time (%) = 0.00117993 (6.84774) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.19648) Outpt time (%) = 0.0159209 (92.3968) Other time (%) = 9.63211e-05 (0.558999) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28343 ave 28343 max 28343 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28343 Ave neighs/atom = 5.6686 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:34 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16241 5000 4.9175693e-11 5540542.6 16242 -0.0114399999999938 5540457.51832343 16242 5000 4.9172069e-11 5540457.5 Loop time of 0.0173202 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:34 2021 Pair time (%) = 0.00106096 (6.1256) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189962) Outpt time (%) = 0.0161302 (93.1297) Other time (%) = 9.60827e-05 (0.554745) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28343 ave 28343 max 28343 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28343 Ave neighs/atom = 5.6686 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:34 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16242 5000 4.9172069e-11 5540432.1 16243 -0.0114399999999938 5540347.01639414 16243 5000 4.9168446e-11 5540347 Loop time of 0.01685 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:34 2021 Pair time (%) = 0.00105906 (6.2852) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.202337) Outpt time (%) = 0.0156641 (92.9621) Other time (%) = 9.27448e-05 (0.550415) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28343 ave 28343 max 28343 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28343 Ave neighs/atom = 5.6686 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:34 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16243 5000 4.9168446e-11 5540321.6 16244 -0.0114399999999938 5540236.52018398 16244 5000 4.9164823e-11 5540236.5 Loop time of 0.0169861 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:34 2021 Pair time (%) = 0.00132203 (7.783) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.224577) Outpt time (%) = 0.015497 (91.2331) Other time (%) = 0.000128984 (0.759352) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28343 ave 28343 max 28343 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28343 Ave neighs/atom = 5.6686 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:34 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16244 5000 4.9164823e-11 5540211.1 16245 -0.0114399999999938 5540126.0296921 16245 5000 4.91612e-11 5540126 Loop time of 0.0170331 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:34 2021 Pair time (%) = 0.00106907 (6.27642) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.193164) Outpt time (%) = 0.0158381 (92.9845) Other time (%) = 9.29832e-05 (0.545897) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28343 ave 28343 max 28343 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28343 Ave neighs/atom = 5.6686 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:34 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16245 5000 4.91612e-11 5540100.6 16246 -0.0114399999999938 5540015.54491767 16246 5000 4.9157578e-11 5540015.5 Loop time of 0.0173891 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:34 2021 Pair time (%) = 0.00106096 (6.10132) Neigh time (%) = 0 (0) Comm time (%) = 6.31809e-05 (0.363337) Outpt time (%) = 0.016171 (92.9951) Other time (%) = 9.39369e-05 (0.540207) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28343 ave 28343 max 28343 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28343 Ave neighs/atom = 5.6686 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:34 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16246 5000 4.9157578e-11 5539990.1 16247 -0.0114399999999938 5539905.06585994 16247 5000 4.9153956e-11 5539905.1 Loop time of 0.016973 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:34 2021 Pair time (%) = 0.00107312 (6.32252) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.20649) Outpt time (%) = 0.0157621 (92.8656) Other time (%) = 0.000102758 (0.605422) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28343 ave 28343 max 28343 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28343 Ave neighs/atom = 5.6686 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:34 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16247 5000 4.9153956e-11 5539879.7 16248 -0.0114399999999938 5539794.59251816 16248 5000 4.9150335e-11 5539794.6 Loop time of 0.0172808 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:34 2021 Pair time (%) = 0.00124216 (7.18809) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197293) Outpt time (%) = 0.015893 (91.9689) Other time (%) = 0.00011158 (0.645686) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28343 ave 28343 max 28343 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28343 Ave neighs/atom = 5.6686 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:34 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16248 5000 4.9150335e-11 5539769.2 16249 -0.0114399999999938 5539684.12489158 16249 5000 4.9146714e-11 5539684.1 Loop time of 0.0171139 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:34 2021 Pair time (%) = 0.00109887 (6.42092) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192251) Outpt time (%) = 0.0158901 (92.8491) Other time (%) = 9.20296e-05 (0.537747) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28343 ave 28343 max 28343 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28343 Ave neighs/atom = 5.6686 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:34 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16249 5000 4.9146714e-11 5539658.7 16250 -0.0114399999999938 5539573.6629794 16250 5000 4.9143094e-11 5539573.7 Loop time of 0.0193059 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:34 2021 Pair time (%) = 0.00105786 (5.47947) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.176598) Outpt time (%) = 0.0181191 (93.8524) Other time (%) = 9.48906e-05 (0.49151) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28343 ave 28343 max 28343 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28343 Ave neighs/atom = 5.6686 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:34 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16250 5000 4.9143094e-11 5539548.3 16251 -0.0114399999999938 5539463.20677288 16251 5000 4.9139474e-11 5539463.2 Loop time of 0.0168409 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:34 2021 Pair time (%) = 0.00110602 (6.56747) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208109) Outpt time (%) = 0.0155818 (92.5236) Other time (%) = 0.000118017 (0.700776) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28343 ave 28343 max 28343 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28343 Ave neighs/atom = 5.6686 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:34 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16251 5000 4.9139474e-11 5539437.8 16252 -0.0114399999999938 5539352.75627816 16252 5000 4.9135854e-11 5539352.8 Loop time of 0.0172451 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:34 2021 Pair time (%) = 0.00113797 (6.59883) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197702) Outpt time (%) = 0.0159709 (92.6117) Other time (%) = 0.000102043 (0.591724) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28343 ave 28343 max 28343 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28343 Ave neighs/atom = 5.6686 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:34 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16252 5000 4.9135854e-11 5539327.4 16253 -0.0114399999999938 5539242.3114953 16253 5000 4.9132235e-11 5539242.3 Loop time of 0.0163438 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:34 2021 Pair time (%) = 0.00105405 (6.44921) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.202769) Outpt time (%) = 0.0151079 (92.4377) Other time (%) = 0.000148773 (0.910271) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28343 ave 28343 max 28343 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28343 Ave neighs/atom = 5.6686 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:34 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16253 5000 4.9132235e-11 5539216.9 16254 -0.0114399999999938 5539131.87242358 16254 5000 4.9128616e-11 5539131.9 Loop time of 0.0163729 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:34 2021 Pair time (%) = 0.00106001 (6.47416) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.200952) Outpt time (%) = 0.0151911 (92.7817) Other time (%) = 8.89301e-05 (0.543154) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28343 ave 28343 max 28343 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28343 Ave neighs/atom = 5.6686 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:34 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16254 5000 4.9128616e-11 5539106.5 16255 -0.0114399999999938 5539021.43906245 16255 5000 4.9124998e-11 5539021.4 Loop time of 0.0164001 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:34 2021 Pair time (%) = 0.00106096 (6.46925) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.202073) Outpt time (%) = 0.0152171 (92.7864) Other time (%) = 8.89301e-05 (0.542254) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28343 ave 28343 max 28343 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28343 Ave neighs/atom = 5.6686 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:34 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16255 5000 4.9124998e-11 5538996 16256 -0.0114399999999938 5538911.01141116 16256 5000 4.912138e-11 5538911 Loop time of 0.0170801 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:34 2021 Pair time (%) = 0.0014329 (8.38929) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.27499) Outpt time (%) = 0.015434 (90.3628) Other time (%) = 0.000166178 (0.972934) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28343 ave 28343 max 28343 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28343 Ave neighs/atom = 5.6686 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:34 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16256 5000 4.912138e-11 5538885.6 16257 -0.0114399999999938 5538800.58946902 16257 5000 4.9117762e-11 5538800.6 Loop time of 0.0171101 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:34 2021 Pair time (%) = 0.00105691 (6.17711) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.197868) Outpt time (%) = 0.015908 (92.9743) Other time (%) = 0.000111341 (0.650735) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28343 ave 28343 max 28343 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28343 Ave neighs/atom = 5.6686 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:34 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16257 5000 4.9117762e-11 5538775.2 16258 -0.0114399999999938 5538690.17323538 16258 5000 4.9114145e-11 5538690.2 Loop time of 0.016629 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:34 2021 Pair time (%) = 0.00106597 (6.41031) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.199292) Outpt time (%) = 0.0154369 (92.8312) Other time (%) = 9.29832e-05 (0.559164) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28343 ave 28343 max 28343 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28343 Ave neighs/atom = 5.6686 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:34 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16258 5000 4.9114145e-11 5538664.8 16259 -0.0114399999999938 5538579.76270953 16259 5000 4.9110528e-11 5538579.8 Loop time of 0.016679 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:34 2021 Pair time (%) = 0.00108385 (6.49828) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.210129) Outpt time (%) = 0.0154278 (92.4982) Other time (%) = 0.000132322 (0.793344) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28343 ave 28343 max 28343 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28343 Ave neighs/atom = 5.6686 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:34 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16259 5000 4.9110528e-11 5538554.4 16260 -0.0114399999999938 5538469.35789095 16260 5000 4.9106912e-11 5538469.4 Loop time of 0.01964 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:34 2021 Pair time (%) = 0.00137401 (6.99597) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.17845) Outpt time (%) = 0.018106 (92.1895) Other time (%) = 0.000124931 (0.636108) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28343 ave 28343 max 28343 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28343 Ave neighs/atom = 5.6686 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:34 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16260 5000 4.9106912e-11 5538444 16261 -0.0114399999999938 5538358.95877885 16261 5000 4.9103296e-11 5538359 Loop time of 0.0171568 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:34 2021 Pair time (%) = 0.0010612 (6.18529) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191771) Outpt time (%) = 0.015975 (93.1115) Other time (%) = 8.7738e-05 (0.511388) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28343 ave 28343 max 28343 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28343 Ave neighs/atom = 5.6686 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:34 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16261 5000 4.9103296e-11 5538333.6 16262 -0.0114399999999938 5538248.56537259 16262 5000 4.909968e-11 5538248.6 Loop time of 0.016717 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:34 2021 Pair time (%) = 0.00109887 (6.57339) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.196817) Outpt time (%) = 0.0154891 (92.655) Other time (%) = 9.60827e-05 (0.574762) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28343 ave 28343 max 28343 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28343 Ave neighs/atom = 5.6686 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:34 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16262 5000 4.909968e-11 5538223.2 16263 -0.0114399999999938 5538138.17767157 16263 5000 4.9096065e-11 5538138.2 Loop time of 0.0166781 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:34 2021 Pair time (%) = 0.00121593 (7.29061) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.215859) Outpt time (%) = 0.0153222 (91.8703) Other time (%) = 0.000103951 (0.623276) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28343 ave 28343 max 28343 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28343 Ave neighs/atom = 5.6686 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:34 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16263 5000 4.9096065e-11 5538112.8 16264 -0.0114399999999938 5538027.79567513 16264 5000 4.909245e-11 5538027.8 Loop time of 0.017343 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:34 2021 Pair time (%) = 0.00105786 (6.09964) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189712) Outpt time (%) = 0.01616 (93.1786) Other time (%) = 9.2268e-05 (0.532017) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28343 ave 28343 max 28343 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28343 Ave neighs/atom = 5.6686 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:34 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16264 5000 4.909245e-11 5538002.4 16265 -0.0114399999999938 5537917.41938257 16265 5000 4.9088836e-11 5537917.4 Loop time of 0.017199 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:34 2021 Pair time (%) = 0.00105619 (6.14101) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.196845) Outpt time (%) = 0.0160151 (93.116) Other time (%) = 9.39369e-05 (0.546175) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28343 ave 28343 max 28343 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28343 Ave neighs/atom = 5.6686 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:34 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16265 5000 4.9088836e-11 5537892 16266 -0.0114399999999938 5537807.04879345 16266 5000 4.9085222e-11 5537807 Loop time of 0.0169389 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:34 2021 Pair time (%) = 0.00114894 (6.78283) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.205498) Outpt time (%) = 0.0156579 (92.4374) Other time (%) = 9.72748e-05 (0.574268) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28343 ave 28343 max 28343 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28343 Ave neighs/atom = 5.6686 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:34 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16266 5000 4.9085222e-11 5537781.7 16267 -0.0114399999999938 5537696.68390684 16267 5000 4.9081609e-11 5537696.7 Loop time of 0.0173662 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:34 2021 Pair time (%) = 0.00146389 (8.42955) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.223781) Outpt time (%) = 0.015722 (90.5325) Other time (%) = 0.000141382 (0.814124) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28343 ave 28343 max 28343 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28343 Ave neighs/atom = 5.6686 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:34 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16267 5000 4.9081609e-11 5537671.3 16268 -0.0114399999999938 5537586.3247222 16268 5000 4.9077995e-11 5537586.3 Loop time of 0.017211 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:34 2021 Pair time (%) = 0.00105691 (6.14091) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191168) Outpt time (%) = 0.016026 (93.1152) Other time (%) = 9.5129e-05 (0.552723) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28343 ave 28343 max 28343 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28343 Ave neighs/atom = 5.6686 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:34 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16268 5000 4.9077995e-11 5537560.9 16269 -0.0114399999999938 5537475.97123904 16269 5000 4.9074383e-11 5537476 Loop time of 0.0168829 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:34 2021 Pair time (%) = 0.00105906 (6.27295) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.201943) Outpt time (%) = 0.0157011 (92.9998) Other time (%) = 8.86917e-05 (0.525335) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28343 ave 28343 max 28343 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28343 Ave neighs/atom = 5.6686 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:34 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16269 5000 4.9074383e-11 5537450.6 16270 -0.0114399999999938 5537365.62345653 16270 5000 4.907077e-11 5537365.6 Loop time of 0.0189681 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:34 2021 Pair time (%) = 0.00129294 (6.81641) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.184771) Outpt time (%) = 0.0175359 (92.4495) Other time (%) = 0.000104189 (0.549285) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28343 ave 28343 max 28343 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28343 Ave neighs/atom = 5.6686 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:34 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16270 5000 4.907077e-11 5537340.2 16271 -0.0114399999999938 5537255.28137415 16271 5000 4.9067159e-11 5537255.3 Loop time of 0.0172 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:34 2021 Pair time (%) = 0.00116181 (6.75473) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.196834) Outpt time (%) = 0.015851 (92.1571) Other time (%) = 0.000153303 (0.891298) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28343 ave 28343 max 28343 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28343 Ave neighs/atom = 5.6686 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:34 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16271 5000 4.9067159e-11 5537229.9 16272 -0.0114399999999938 5537144.94499125 16272 5000 4.9063547e-11 5537144.9 Loop time of 0.0173011 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:34 2021 Pair time (%) = 0.00106001 (6.12684) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190172) Outpt time (%) = 0.0161121 (93.1276) Other time (%) = 9.60827e-05 (0.555357) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28343 ave 28343 max 28343 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28343 Ave neighs/atom = 5.6686 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:34 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16272 5000 4.9063547e-11 5537119.6 16273 -0.0114399999999938 5537034.61430719 16273 5000 4.9059936e-11 5537034.6 Loop time of 0.016629 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:35 2021 Pair time (%) = 0.00110388 (6.63828) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.197858) Outpt time (%) = 0.015384 (92.5129) Other time (%) = 0.000108242 (0.650924) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28343 ave 28343 max 28343 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28343 Ave neighs/atom = 5.6686 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:35 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16273 5000 4.9059936e-11 5537009.2 16274 -0.0114399999999938 5536924.28932136 16274 5000 4.9056325e-11 5536924.3 Loop time of 0.01667 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:35 2021 Pair time (%) = 0.00117588 (7.05388) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.210243) Outpt time (%) = 0.0152969 (91.7633) Other time (%) = 0.000162125 (0.972554) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28343 ave 28343 max 28343 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28343 Ave neighs/atom = 5.6686 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:35 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16274 5000 4.9056325e-11 5536898.9 16275 -0.0114399999999938 5536813.97003313 16275 5000 4.9052715e-11 5536814 Loop time of 0.0172639 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:35 2021 Pair time (%) = 0.00105786 (6.12761) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190581) Outpt time (%) = 0.0160809 (93.1474) Other time (%) = 9.2268e-05 (0.534457) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28343 ave 28343 max 28343 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28343 Ave neighs/atom = 5.6686 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:35 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16275 5000 4.9052715e-11 5536788.6 16276 -0.0114399999999938 5536703.65644187 16276 5000 4.9049105e-11 5536703.7 Loop time of 0.0174739 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:35 2021 Pair time (%) = 0.00114703 (6.56424) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.193748) Outpt time (%) = 0.016166 (92.5148) Other time (%) = 0.000127077 (0.727238) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28343 ave 28343 max 28343 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28343 Ave neighs/atom = 5.6686 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:35 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16276 5000 4.9049105e-11 5536678.3 16277 -0.0114399999999938 5536593.34854692 16277 5000 4.9045496e-11 5536593.3 Loop time of 0.0164709 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:35 2021 Pair time (%) = 0.00109887 (6.67159) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.201204) Outpt time (%) = 0.0152421 (92.5395) Other time (%) = 9.67979e-05 (0.58769) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28343 ave 28343 max 28343 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28343 Ave neighs/atom = 5.6686 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:35 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16277 5000 4.9045496e-11 5536568 16278 -0.0114399999999938 5536483.04634771 16278 5000 4.9041887e-11 5536483 Loop time of 0.0171018 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:35 2021 Pair time (%) = 0.00141501 (8.27408) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.227241) Outpt time (%) = 0.015425 (90.1952) Other time (%) = 0.000222921 (1.3035) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28343 ave 28343 max 28343 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28343 Ave neighs/atom = 5.6686 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:35 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16278 5000 4.9041887e-11 5536457.7 16279 -0.0114399999999938 5536372.74984363 16279 5000 4.9038278e-11 5536372.7 Loop time of 0.0172679 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:35 2021 Pair time (%) = 0.0010581 (6.12755) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190537) Outpt time (%) = 0.016083 (93.1379) Other time (%) = 9.39369e-05 (0.543996) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28343 ave 28343 max 28343 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28343 Ave neighs/atom = 5.6686 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:35 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16279 5000 4.9038278e-11 5536347.4 16280 -0.0114399999999938 5536262.45903403 16280 5000 4.903467e-11 5536262.5 Loop time of 0.019304 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:35 2021 Pair time (%) = 0.00111008 (5.75049) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.176615) Outpt time (%) = 0.0180628 (93.5702) Other time (%) = 9.70364e-05 (0.502674) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28343 ave 28343 max 28343 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28343 Ave neighs/atom = 5.6686 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:35 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16280 5000 4.903467e-11 5536237.1 16281 -0.0114399999999938 5536152.17391831 16281 5000 4.9031062e-11 5536152.2 Loop time of 0.0166891 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:35 2021 Pair time (%) = 0.0011549 (6.9201) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.215717) Outpt time (%) = 0.0153739 (92.1199) Other time (%) = 0.000124216 (0.744296) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28343 ave 28343 max 28343 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28343 Ave neighs/atom = 5.6686 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:35 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16281 5000 4.9031062e-11 5536126.8 16282 -0.0114399999999938 5536041.89449579 16282 5000 4.9027455e-11 5536041.9 Loop time of 0.0170748 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:35 2021 Pair time (%) = 0.00124121 (7.26922) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205259) Outpt time (%) = 0.015698 (91.9363) Other time (%) = 0.000100613 (0.589246) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28343 ave 28343 max 28343 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28343 Ave neighs/atom = 5.6686 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:35 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16282 5000 4.9027455e-11 5536016.5 16283 -0.0114399999999938 5535931.62076593 16283 5000 4.9023848e-11 5535931.6 Loop time of 0.017489 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:35 2021 Pair time (%) = 0.00114608 (6.55315) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.200398) Outpt time (%) = 0.0162051 (92.6589) Other time (%) = 0.000102758 (0.587562) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28343 ave 28343 max 28343 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28343 Ave neighs/atom = 5.6686 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:35 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16283 5000 4.9023848e-11 5535906.2 16284 -0.0114399999999938 5535821.35272813 16284 5000 4.9020241e-11 5535821.4 Loop time of 0.0167999 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:35 2021 Pair time (%) = 0.00108981 (6.487) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.195845) Outpt time (%) = 0.0155821 (92.7509) Other time (%) = 9.5129e-05 (0.566247) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28343 ave 28343 max 28343 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28343 Ave neighs/atom = 5.6686 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:35 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16284 5000 4.9020241e-11 5535796 16285 -0.0114399999999938 5535711.09038169 16285 5000 4.9016635e-11 5535711.1 Loop time of 0.016618 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:35 2021 Pair time (%) = 0.00115609 (6.95686) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.21664) Outpt time (%) = 0.015321 (92.1952) Other time (%) = 0.000104904 (0.631268) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28343 ave 28343 max 28343 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28343 Ave neighs/atom = 5.6686 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:35 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16285 5000 4.9016635e-11 5535685.7 16286 -0.0114399999999938 5535600.83381168 16286 5000 4.9013029e-11 5535600.8 Loop time of 0.0173919 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:35 2021 Pair time (%) = 0.00106096 (6.10032) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189178) Outpt time (%) = 0.016206 (93.1814) Other time (%) = 9.20296e-05 (0.529151) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28343 ave 28343 max 28343 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28343 Ave neighs/atom = 5.6686 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:35 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16286 5000 4.9013029e-11 5535575.5 16287 -0.0114399999999938 5535490.58302227 16287 5000 4.9009424e-11 5535490.6 Loop time of 0.017168 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:35 2021 Pair time (%) = 0.00110102 (6.41318) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193034) Outpt time (%) = 0.01594 (92.8466) Other time (%) = 9.39369e-05 (0.547161) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28343 ave 28343 max 28343 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28343 Ave neighs/atom = 5.6686 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:35 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16287 5000 4.9009424e-11 5535465.2 16288 -0.0114399999999938 5535380.33797756 16288 5000 4.9005819e-11 5535380.3 Loop time of 0.0165401 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:35 2021 Pair time (%) = 0.00105882 (6.40153) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.204688) Outpt time (%) = 0.0153091 (92.5577) Other time (%) = 0.000138283 (0.836048) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28343 ave 28343 max 28343 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28343 Ave neighs/atom = 5.6686 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:35 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16288 5000 4.9005819e-11 5535355 16289 -0.0114399999999938 5535270.09866595 16289 5000 4.9002214e-11 5535270.1 Loop time of 0.0172391 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:35 2021 Pair time (%) = 0.00123811 (7.18198) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.208835) Outpt time (%) = 0.015825 (91.7974) Other time (%) = 0.000139952 (0.811828) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28343 ave 28343 max 28343 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28343 Ave neighs/atom = 5.6686 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:35 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16289 5000 4.9002214e-11 5535244.7 16290 -0.0114399999999938 5535159.86508055 16290 5000 4.899861e-11 5535159.9 Loop time of 0.0203271 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:35 2021 Pair time (%) = 0.00144506 (7.10901) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.167726) Outpt time (%) = 0.018697 (91.9808) Other time (%) = 0.000150919 (0.742452) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28343 ave 28343 max 28343 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28343 Ave neighs/atom = 5.6686 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:35 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16290 5000 4.899861e-11 5535134.5 16291 -0.0114399999999938 5535049.63721677 16291 5000 4.8995006e-11 5535049.6 Loop time of 0.0173559 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:35 2021 Pair time (%) = 0.00106001 (6.10748) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.195066) Outpt time (%) = 0.016161 (93.115) Other time (%) = 0.000101089 (0.58245) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28343 ave 28343 max 28343 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28343 Ave neighs/atom = 5.6686 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:35 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16291 5000 4.8995006e-11 5535024.3 16292 -0.0114399999999938 5534939.41507096 16292 5000 4.8991403e-11 5534939.4 Loop time of 0.0167031 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:35 2021 Pair time (%) = 0.00106907 (6.40041) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.198407) Outpt time (%) = 0.015497 (92.7788) Other time (%) = 0.000103951 (0.622341) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28343 ave 28343 max 28343 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28343 Ave neighs/atom = 5.6686 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:35 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16292 5000 4.8991403e-11 5534914 16293 -0.0114399999999938 5534829.1986401 16293 5000 4.89878e-11 5534829.2 Loop time of 0.0173368 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:35 2021 Pair time (%) = 0.00124216 (7.16486) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.196655) Outpt time (%) = 0.0159431 (91.9605) Other time (%) = 0.00011754 (0.67798) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28344 ave 28344 max 28344 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28344 Ave neighs/atom = 5.6688 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:35 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16293 5000 4.89878e-11 5534803.8 16294 -0.0114399999999938 5534718.98792176 16294 5000 4.8984197e-11 5534719 Loop time of 0.017113 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:35 2021 Pair time (%) = 0.00110412 (6.45193) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193655) Outpt time (%) = 0.0158801 (92.7957) Other time (%) = 9.56059e-05 (0.558675) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28344 ave 28344 max 28344 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28344 Ave neighs/atom = 5.6688 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:35 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16294 5000 4.8984197e-11 5534693.6 16295 -0.0114399999999938 5534608.78291388 16295 5000 4.8980595e-11 5534608.8 Loop time of 0.0166202 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:35 2021 Pair time (%) = 0.00116801 (7.02769) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.210874) Outpt time (%) = 0.0153139 (92.1403) Other time (%) = 0.000103235 (0.621145) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28344 ave 28344 max 28344 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28344 Ave neighs/atom = 5.6688 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:35 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16295 5000 4.8980595e-11 5534583.4 16296 -0.0114399999999938 5534498.58361455 16296 5000 4.8976993e-11 5534498.6 Loop time of 0.0166931 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:35 2021 Pair time (%) = 0.00109696 (6.57136) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209952) Outpt time (%) = 0.01546 (92.6131) Other time (%) = 0.000101089 (0.605576) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28344 ave 28344 max 28344 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28344 Ave neighs/atom = 5.6688 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:35 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16296 5000 4.8976993e-11 5534473.2 16297 -0.0114399999999938 5534388.39003682 16297 5000 4.8973392e-11 5534388.4 Loop time of 0.0162809 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:35 2021 Pair time (%) = 0.00106096 (6.51661) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.202088) Outpt time (%) = 0.0150969 (92.7278) Other time (%) = 9.01222e-05 (0.553546) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28344 ave 28344 max 28344 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28344 Ave neighs/atom = 5.6688 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:35 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16297 5000 4.8973392e-11 5534363 16298 -0.0114399999999938 5534278.20222766 16298 5000 4.8969791e-11 5534278.2 Loop time of 0.016474 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:35 2021 Pair time (%) = 0.00105715 (6.41707) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.199719) Outpt time (%) = 0.015295 (92.8434) Other time (%) = 8.89301e-05 (0.539821) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28344 ave 28344 max 28344 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28344 Ave neighs/atom = 5.6688 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:35 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16298 5000 4.8969791e-11 5534252.8 16299 -0.0114399999999938 5534168.02016063 16299 5000 4.896619e-11 5534168 Loop time of 0.01717 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:35 2021 Pair time (%) = 0.00105906 (6.16807) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193013) Outpt time (%) = 0.0159888 (93.121) Other time (%) = 8.89301e-05 (0.51794) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28344 ave 28344 max 28344 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28344 Ave neighs/atom = 5.6688 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:35 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16299 5000 4.896619e-11 5534142.6 16300 -0.0114399999999938 5534057.8438259 16300 5000 4.896259e-11 5534057.8 Loop time of 0.019074 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:35 2021 Pair time (%) = 0.0010581 (5.54736) Neigh time (%) = 0 (0) Comm time (%) = 7.79629e-05 (0.40874) Outpt time (%) = 0.017843 (93.5464) Other time (%) = 9.48906e-05 (0.497488) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28344 ave 28344 max 28344 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28344 Ave neighs/atom = 5.6688 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:35 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16300 5000 4.896259e-11 5534032.5 16301 -0.0114399999999938 5533947.67321747 16301 5000 4.895899e-11 5533947.7 Loop time of 0.0165858 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:35 2021 Pair time (%) = 0.00107384 (6.47443) Neigh time (%) = 0 (0) Comm time (%) = 4.88758e-05 (0.294684) Outpt time (%) = 0.015331 (92.4345) Other time (%) = 0.000132084 (0.796366) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28344 ave 28344 max 28344 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28344 Ave neighs/atom = 5.6688 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:24:35 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16301 5000 4.895899e-11 5533922.3 16302 -0.0114399999999938 5533820.57642875 16302 5000 9.6679815e-11 5534002.5 Loop time of 0.016849 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:35 2021 Pair time (%) = 0.00110984 (6.58695) Neigh time (%) = 0 (0) Comm time (%) = 5.19753e-05 (0.308476) Outpt time (%) = 0.0155091 (92.0475) Other time (%) = 0.000178099 (1.05703) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28344 ave 28344 max 28344 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28344 Ave neighs/atom = 5.6688 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:35 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16302 5000 9.6679815e-11 5590630 16303 -0.0114724999999937 5590517.77968392 16303 5000 7.784027e-11 5590517.8 Loop time of 0.0170779 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:35 2021 Pair time (%) = 0.00106692 (6.24738) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.194053) Outpt time (%) = 0.0158839 (93.0085) Other time (%) = 9.39369e-05 (0.550049) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28347 ave 28347 max 28347 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28347 Ave neighs/atom = 5.6694 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:35 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16303 5000 7.784027e-11 5590483.6 16304 -0.0114724999999937 5590380.98045966 16304 5000 6.692647e-11 5590381 Loop time of 0.0164549 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:35 2021 Pair time (%) = 0.00106001 (6.44189) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.2014) Outpt time (%) = 0.0152681 (92.7873) Other time (%) = 9.36985e-05 (0.569425) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28347 ave 28347 max 28347 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28347 Ave neighs/atom = 5.6694 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:35 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16304 5000 6.692647e-11 5590349.9 16305 -0.0114724999999937 5590253.38179393 16305 5000 6.0417566e-11 5590253.4 Loop time of 0.016834 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:35 2021 Pair time (%) = 0.00128007 (7.60406) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.232272) Outpt time (%) = 0.0153821 (91.3748) Other time (%) = 0.000132799 (0.788874) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28347 ave 28347 max 28347 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28347 Ave neighs/atom = 5.6694 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:35 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16305 5000 6.0417566e-11 5590224.2 16306 -0.0114724999999937 5590131.63228161 16306 5000 5.6452748e-11 5590131.6 Loop time of 0.017134 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:35 2021 Pair time (%) = 0.00106192 (6.19773) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192027) Outpt time (%) = 0.0159211 (92.9214) Other time (%) = 0.000118017 (0.688791) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28347 ave 28347 max 28347 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28347 Ave neighs/atom = 5.6694 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:35 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16306 5000 5.6452748e-11 5590103.7 16307 -0.0114724999999937 5590013.6020745 16307 5000 5.4001614e-11 5590013.6 Loop time of 0.0170319 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:35 2021 Pair time (%) = 0.0011189 (6.56942) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.193177) Outpt time (%) = 0.0157759 (92.6257) Other time (%) = 0.000104189 (0.611728) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28347 ave 28347 max 28347 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28347 Ave neighs/atom = 5.6694 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:35 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16307 5000 5.4001614e-11 5589986.5 16308 -0.0114724999999937 5589897.93763268 16308 5000 5.247079e-11 5589897.9 Loop time of 0.016551 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:35 2021 Pair time (%) = 0.00116014 (7.00951) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.217517) Outpt time (%) = 0.0152531 (92.1579) Other time (%) = 0.000101805 (0.615097) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28347 ave 28347 max 28347 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28347 Ave neighs/atom = 5.6694 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:35 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16308 5000 5.247079e-11 5589871.3 16309 -0.0114724999999937 5589783.77876691 16309 5000 5.1508006e-11 5589783.8 Loop time of 0.01737 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:35 2021 Pair time (%) = 0.00114989 (6.62) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.201771) Outpt time (%) = 0.0160799 (92.5729) Other time (%) = 0.000105143 (0.605312) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28347 ave 28347 max 28347 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28347 Ave neighs/atom = 5.6694 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:35 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16309 5000 5.1508006e-11 5589757.5 16310 -0.0114724999999937 5589670.57881708 16310 5000 5.0899421e-11 5589670.6 Loop time of 0.019485 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:35 2021 Pair time (%) = 0.00106096 (5.44502) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.168857) Outpt time (%) = 0.0182979 (93.9077) Other time (%) = 9.32217e-05 (0.478428) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28347 ave 28347 max 28347 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28347 Ave neighs/atom = 5.6694 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:35 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16310 5000 5.0899421e-11 5589644.5 16311 -0.0114724999999937 5589557.99037435 16311 5000 5.0513184e-11 5589558 Loop time of 0.0168328 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:35 2021 Pair time (%) = 0.00113606 (6.7491) Neigh time (%) = 0 (0) Comm time (%) = 5.19753e-05 (0.308773) Outpt time (%) = 0.015538 (92.3076) Other time (%) = 0.000106812 (0.634543) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28347 ave 28347 max 28347 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28347 Ave neighs/atom = 5.6694 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:35 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16311 5000 5.0513184e-11 5589532 16312 -0.0114724999999937 5589445.79265594 16312 5000 5.0267142e-11 5589445.8 Loop time of 0.0166011 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:35 2021 Pair time (%) = 0.00114703 (6.90938) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211116) Outpt time (%) = 0.015316 (92.2591) Other time (%) = 0.000102997 (0.620422) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28347 ave 28347 max 28347 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28347 Ave neighs/atom = 5.6694 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:35 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16312 5000 5.0267142e-11 5589419.9 16313 -0.0114724999999937 5589333.84535195 16313 5000 5.0109746e-11 5589333.8 Loop time of 0.017175 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:35 2021 Pair time (%) = 0.00109696 (6.387) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204062) Outpt time (%) = 0.0159431 (92.8273) Other time (%) = 9.98974e-05 (0.581646) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28347 ave 28347 max 28347 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28347 Ave neighs/atom = 5.6694 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:35 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16313 5000 5.0109746e-11 5589308 16314 -0.0114724999999937 5589222.05929309 16314 5000 5.0008504e-11 5589222.1 Loop time of 0.0171909 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:35 2021 Pair time (%) = 0.001055 (6.13697) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.19139) Outpt time (%) = 0.0160141 (93.1543) Other time (%) = 8.89301e-05 (0.517308) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28347 ave 28347 max 28347 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28347 Ave neighs/atom = 5.6694 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:35 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16314 5000 5.0008504e-11 5589196.3 16315 -0.0114724999999937 5589110.3778114 16315 5000 4.9942875e-11 5589110.4 Loop time of 0.0166941 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:35 2021 Pair time (%) = 0.00110888 (6.64239) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.202799) Outpt time (%) = 0.0154569 (92.5893) Other time (%) = 9.44138e-05 (0.565553) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28347 ave 28347 max 28347 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28347 Ave neighs/atom = 5.6694 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:35 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16315 5000 4.9942875e-11 5589084.6 16316 -0.0114724999999937 5588998.76489321 16316 5000 4.9899849e-11 5588998.8 Loop time of 0.0170009 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:35 2021 Pair time (%) = 0.00132799 (7.81129) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.235601) Outpt time (%) = 0.0154791 (91.0486) Other time (%) = 0.00015378 (0.90454) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28347 ave 28347 max 28347 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28347 Ave neighs/atom = 5.6694 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:36 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16316 5000 4.9899849e-11 5588973 16317 -0.0114724999999937 5588887.19765129 16317 5000 4.9871174e-11 5588887.2 Loop time of 0.0175931 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:36 2021 Pair time (%) = 0.00106907 (6.07662) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.18837) Outpt time (%) = 0.016398 (93.2065) Other time (%) = 9.29832e-05 (0.52852) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28347 ave 28347 max 28347 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28347 Ave neighs/atom = 5.6694 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:36 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16317 5000 4.9871174e-11 5588861.5 16318 -0.0114724999999937 5588775.66154172 16318 5000 4.9851616e-11 5588775.7 Loop time of 0.017061 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:36 2021 Pair time (%) = 0.00106096 (6.21864) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.194245) Outpt time (%) = 0.015873 (93.0365) Other time (%) = 9.39369e-05 (0.550595) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28347 ave 28347 max 28347 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28347 Ave neighs/atom = 5.6694 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:36 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16318 5000 4.9851616e-11 5588749.9 16319 -0.0114724999999937 5588664.14737555 16319 5000 4.9837849e-11 5588664.1 Loop time of 0.0165339 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:36 2021 Pair time (%) = 0.00107908 (6.5265) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.210532) Outpt time (%) = 0.0153179 (92.6458) Other time (%) = 0.000102043 (0.617177) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28347 ave 28347 max 28347 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28347 Ave neighs/atom = 5.6694 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:36 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16319 5000 4.9837849e-11 5588638.4 16320 -0.0114724999999937 5588552.64926183 16320 5000 4.9827762e-11 5588552.6 Loop time of 0.0197411 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:36 2021 Pair time (%) = 0.00130415 (6.60628) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.258454) Outpt time (%) = 0.018208 (92.2343) Other time (%) = 0.00017786 (0.900966) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28347 ave 28347 max 28347 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28347 Ave neighs/atom = 5.6694 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:36 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16320 5000 4.9827762e-11 5588526.9 16321 -0.0114724999999937 5588441.16345384 16321 5000 4.9820013e-11 5588441.2 Loop time of 0.0171239 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:36 2021 Pair time (%) = 0.00106692 (6.23059) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193531) Outpt time (%) = 0.0159359 (93.0621) Other time (%) = 8.79765e-05 (0.513763) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28347 ave 28347 max 28347 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28347 Ave neighs/atom = 5.6694 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:36 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16321 5000 4.9820013e-11 5588415.4 16322 -0.0114724999999937 5588329.68757335 16322 5000 4.981375e-11 5588329.7 Loop time of 0.0167289 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:36 2021 Pair time (%) = 0.00110483 (6.60434) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.196676) Outpt time (%) = 0.015496 (92.6303) Other time (%) = 9.5129e-05 (0.568651) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28347 ave 28347 max 28347 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28347 Ave neighs/atom = 5.6694 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:36 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16322 5000 4.981375e-11 5588304 16323 -0.0114724999999937 5588218.22010917 16323 5000 4.9808432e-11 5588218.2 Loop time of 0.0167201 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:36 2021 Pair time (%) = 0.001086 (6.49517) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.20391) Outpt time (%) = 0.015496 (92.6792) Other time (%) = 0.000103951 (0.621711) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28347 ave 28347 max 28347 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28347 Ave neighs/atom = 5.6694 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:36 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16323 5000 4.9808432e-11 5588192.5 16324 -0.0114724999999937 5588106.7601003 16324 5000 4.9803714e-11 5588106.8 Loop time of 0.0170698 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:36 2021 Pair time (%) = 0.00110888 (6.49617) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.194145) Outpt time (%) = 0.015811 (92.6253) Other time (%) = 0.000116825 (0.684396) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28347 ave 28347 max 28347 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28347 Ave neighs/atom = 5.6694 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:36 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16324 5000 4.9803714e-11 5588081 16325 -0.0114724999999937 5587995.30693575 16325 5000 4.9799378e-11 5587995.3 Loop time of 0.0171211 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:36 2021 Pair time (%) = 0.00109792 (6.41267) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.210274) Outpt time (%) = 0.015892 (92.8214) Other time (%) = 9.5129e-05 (0.555625) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28347 ave 28347 max 28347 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28347 Ave neighs/atom = 5.6694 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:36 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16325 5000 4.9799378e-11 5587969.6 16326 -0.0114724999999937 5587883.86022668 16326 5000 4.9795284e-11 5587883.9 Loop time of 0.0165958 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:36 2021 Pair time (%) = 0.00117803 (7.09832) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.205436) Outpt time (%) = 0.015285 (92.1015) Other time (%) = 9.87053e-05 (0.594759) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28347 ave 28347 max 28347 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28347 Ave neighs/atom = 5.6694 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:36 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16326 5000 4.9795284e-11 5587858.1 16327 -0.0114724999999937 5587772.4197256 16327 5000 4.9791345e-11 5587772.4 Loop time of 0.0168462 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:36 2021 Pair time (%) = 0.00125504 (7.44997) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.225028) Outpt time (%) = 0.0154381 (91.6414) Other time (%) = 0.000115156 (0.683574) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28347 ave 28347 max 28347 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28347 Ave neighs/atom = 5.6694 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:36 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16327 5000 4.9791345e-11 5587746.7 16328 -0.0114724999999937 5587660.98527486 16328 5000 4.9787504e-11 5587661 Loop time of 0.0172651 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:36 2021 Pair time (%) = 0.00114298 (6.62018) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197473) Outpt time (%) = 0.015991 (92.6203) Other time (%) = 9.70364e-05 (0.562038) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28347 ave 28347 max 28347 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28347 Ave neighs/atom = 5.6694 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:36 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16328 5000 4.9787504e-11 5587635.3 16329 -0.0114724999999937 5587549.55677376 16329 5000 4.9783726e-11 5587549.6 Loop time of 0.0170951 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:36 2021 Pair time (%) = 0.0010581 (6.18951) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192463) Outpt time (%) = 0.0158741 (92.8579) Other time (%) = 0.000129938 (0.76009) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28347 ave 28347 max 28347 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28347 Ave neighs/atom = 5.6694 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:36 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16329 5000 4.9783726e-11 5587523.8 16330 -0.0114724999999937 5587438.13415794 16330 5000 4.9779987e-11 5587438.1 Loop time of 0.0189011 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:36 2021 Pair time (%) = 0.00110912 (5.86803) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.185426) Outpt time (%) = 0.0176551 (93.4079) Other time (%) = 0.000101805 (0.538618) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28347 ave 28347 max 28347 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28347 Ave neighs/atom = 5.6694 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:36 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16330 5000 4.9779987e-11 5587412.4 16331 -0.0114724999999937 5587326.71738632 16331 5000 4.9776274e-11 5587326.7 Loop time of 0.0173481 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:36 2021 Pair time (%) = 0.00123501 (7.119) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.218518) Outpt time (%) = 0.0158632 (91.4407) Other time (%) = 0.000211954 (1.22177) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28347 ave 28347 max 28347 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28347 Ave neighs/atom = 5.6694 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:36 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16331 5000 4.9776274e-11 5587301 16332 -0.0114724999999937 5587215.30643231 16332 5000 4.9772578e-11 5587215.3 Loop time of 0.0172811 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:36 2021 Pair time (%) = 0.00105906 (6.12842) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191772) Outpt time (%) = 0.0160959 (93.1417) Other time (%) = 9.29832e-05 (0.538065) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28347 ave 28347 max 28347 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28347 Ave neighs/atom = 5.6694 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:36 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16332 5000 4.9772578e-11 5587189.6 16333 -0.0114724999999937 5587103.9012785 16333 5000 4.9768892e-11 5587103.9 Loop time of 0.017859 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:36 2021 Pair time (%) = 0.00157404 (8.81371) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.184231) Outpt time (%) = 0.016094 (90.1169) Other time (%) = 0.000158072 (0.885109) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28347 ave 28347 max 28347 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28347 Ave neighs/atom = 5.6694 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:36 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16333 5000 4.9768892e-11 5587078.2 16334 -0.0114724999999937 5586992.50191379 16334 5000 4.9765213e-11 5586992.5 Loop time of 0.0169761 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:36 2021 Pair time (%) = 0.00111794 (6.5854) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.21207) Outpt time (%) = 0.0157151 (92.5719) Other time (%) = 0.00010705 (0.630591) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28347 ave 28347 max 28347 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28347 Ave neighs/atom = 5.6694 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:36 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16334 5000 4.9765213e-11 5586966.8 16335 -0.0114724999999937 5586881.10833072 16335 5000 4.9761538e-11 5586881.1 Loop time of 0.0173831 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:36 2021 Pair time (%) = 0.00144601 (8.31847) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.218077) Outpt time (%) = 0.0157542 (90.6295) Other time (%) = 0.000144958 (0.833905) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28347 ave 28347 max 28347 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28347 Ave neighs/atom = 5.6694 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:36 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16335 5000 4.9761538e-11 5586855.4 16336 -0.0114724999999937 5586769.72051825 16336 5000 4.9757867e-11 5586769.7 Loop time of 0.017318 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:36 2021 Pair time (%) = 0.00106192 (6.13186) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191363) Outpt time (%) = 0.0161281 (93.1288) Other time (%) = 9.48906e-05 (0.54793) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28347 ave 28347 max 28347 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28347 Ave neighs/atom = 5.6694 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:36 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16336 5000 4.9757867e-11 5586744 16337 -0.0114724999999937 5586658.33845594 16337 5000 4.9754197e-11 5586658.3 Loop time of 0.0169599 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:36 2021 Pair time (%) = 0.00106502 (6.27961) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206649) Outpt time (%) = 0.015723 (92.7068) Other time (%) = 0.000136852 (0.806916) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28347 ave 28347 max 28347 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28347 Ave neighs/atom = 5.6694 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:36 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16337 5000 4.9754197e-11 5586632.6 16338 -0.0114724999999937 5586546.96216261 16338 5000 4.9750529e-11 5586547 Loop time of 0.016969 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:36 2021 Pair time (%) = 0.00122094 (7.19514) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206539) Outpt time (%) = 0.0155761 (91.7918) Other time (%) = 0.000136852 (0.806486) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28347 ave 28347 max 28347 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28347 Ave neighs/atom = 5.6694 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:36 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16338 5000 4.9750529e-11 5586521.2 16339 -0.0114724999999937 5586435.59163633 16339 5000 4.9746862e-11 5586435.6 Loop time of 0.0173521 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:36 2021 Pair time (%) = 0.00113702 (6.55262) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.207475) Outpt time (%) = 0.0160491 (92.4911) Other time (%) = 0.000129938 (0.748832) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28347 ave 28347 max 28347 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28347 Ave neighs/atom = 5.6694 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:36 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16339 5000 4.9746862e-11 5586409.9 16340 -0.0114724999999937 5586324.22687577 16340 5000 4.9743196e-11 5586324.2 Loop time of 0.0188289 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:36 2021 Pair time (%) = 0.00109792 (5.83103) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.174741) Outpt time (%) = 0.0176048 (93.4991) Other time (%) = 9.32217e-05 (0.4951) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28347 ave 28347 max 28347 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28347 Ave neighs/atom = 5.6694 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:36 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16340 5000 4.9743196e-11 5586298.5 16341 -0.0114724999999937 5586212.86787961 16341 5000 4.9739531e-11 5586212.9 Loop time of 0.0163538 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:36 2021 Pair time (%) = 0.00106001 (6.48171) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.201187) Outpt time (%) = 0.0151699 (92.7602) Other time (%) = 9.10759e-05 (0.556908) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28347 ave 28347 max 28347 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28347 Ave neighs/atom = 5.6694 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:36 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16341 5000 4.9739531e-11 5586187.2 16342 -0.0114724999999937 5586101.51464698 16342 5000 4.9735866e-11 5586101.5 Loop time of 0.016752 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:36 2021 Pair time (%) = 0.0010581 (6.31627) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.196405) Outpt time (%) = 0.0155721 (92.9565) Other time (%) = 8.89301e-05 (0.530863) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28347 ave 28347 max 28347 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28347 Ave neighs/atom = 5.6694 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:36 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16342 5000 4.9735866e-11 5586075.8 16343 -0.0114724999999937 5585990.16717674 16343 5000 4.9732201e-11 5585990.2 Loop time of 0.0177369 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:36 2021 Pair time (%) = 0.00116992 (6.59596) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.196252) Outpt time (%) = 0.0163999 (92.4618) Other time (%) = 0.000132322 (0.746028) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28347 ave 28347 max 28347 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28347 Ave neighs/atom = 5.6694 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:36 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16343 5000 4.9732201e-11 5585964.5 16344 -0.0114724999999937 5585878.82546821 16344 5000 4.9728537e-11 5585878.8 Loop time of 0.0176098 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:36 2021 Pair time (%) = 0.00119591 (6.79113) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.204438) Outpt time (%) = 0.016279 (92.4426) Other time (%) = 9.89437e-05 (0.561866) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28347 ave 28347 max 28347 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28347 Ave neighs/atom = 5.6694 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:36 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16344 5000 4.9728537e-11 5585853.1 16345 -0.0114724999999937 5585767.48952055 16345 5000 4.9724874e-11 5585767.5 Loop time of 0.017158 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:36 2021 Pair time (%) = 0.00113797 (6.6323) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.197315) Outpt time (%) = 0.015873 (92.5104) Other time (%) = 0.000113249 (0.660034) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28347 ave 28347 max 28347 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28347 Ave neighs/atom = 5.6694 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:36 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16345 5000 4.9724874e-11 5585741.8 16346 -0.0114724999999937 5585656.159333 16346 5000 4.9721211e-11 5585656.2 Loop time of 0.016916 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:36 2021 Pair time (%) = 0.00124002 (7.33041) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.231145) Outpt time (%) = 0.0155141 (91.7126) Other time (%) = 0.000122786 (0.725853) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28347 ave 28347 max 28347 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28347 Ave neighs/atom = 5.6694 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:36 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16346 5000 4.9721211e-11 5585630.5 16347 -0.0114724999999937 5585544.83490481 16347 5000 4.9717549e-11 5585544.8 Loop time of 0.017529 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:36 2021 Pair time (%) = 0.0011158 (6.36544) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.187699) Outpt time (%) = 0.016284 (92.8974) Other time (%) = 9.63211e-05 (0.549495) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28347 ave 28347 max 28347 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28347 Ave neighs/atom = 5.6694 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:36 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16347 5000 4.9717549e-11 5585519.1 16348 -0.0114724999999937 5585433.51623523 16348 5000 4.9713887e-11 5585433.5 Loop time of 0.017375 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:36 2021 Pair time (%) = 0.00111103 (6.39442) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.190735) Outpt time (%) = 0.016135 (92.8632) Other time (%) = 9.58443e-05 (0.551622) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28347 ave 28347 max 28347 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28347 Ave neighs/atom = 5.6694 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:36 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16348 5000 4.9713887e-11 5585407.8 16349 -0.0114724999999937 5585322.20332348 16349 5000 4.9710225e-11 5585322.2 Loop time of 0.016803 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:36 2021 Pair time (%) = 0.00109291 (6.50425) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.197227) Outpt time (%) = 0.0155811 (92.7281) Other time (%) = 9.58443e-05 (0.570399) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28347 ave 28347 max 28347 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28347 Ave neighs/atom = 5.6694 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:36 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16349 5000 4.9710225e-11 5585296.5 16350 -0.0114724999999937 5585210.8961691 16350 5000 4.9706564e-11 5585210.9 Loop time of 0.0196531 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:36 2021 Pair time (%) = 0.00138307 (7.0374) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.198954) Outpt time (%) = 0.0180941 (92.0673) Other time (%) = 0.000136852 (0.69634) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28347 ave 28347 max 28347 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28347 Ave neighs/atom = 5.6694 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:36 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16350 5000 4.9706564e-11 5585185.2 16351 -0.0114724999999937 5585099.5947711 16351 5000 4.9702903e-11 5585099.6 Loop time of 0.0179291 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:36 2021 Pair time (%) = 0.00114799 (6.40293) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.200798) Outpt time (%) = 0.0166399 (92.8098) Other time (%) = 0.000105143 (0.586436) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28347 ave 28347 max 28347 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28347 Ave neighs/atom = 5.6694 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:36 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16351 5000 4.9702903e-11 5585073.9 16352 -0.0114724999999937 5584988.29912891 16352 5000 4.9699242e-11 5584988.3 Loop time of 0.017566 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:36 2021 Pair time (%) = 0.00110388 (6.28419) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.188661) Outpt time (%) = 0.0163391 (93.0155) Other time (%) = 8.98838e-05 (0.511693) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28347 ave 28347 max 28347 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28347 Ave neighs/atom = 5.6694 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:36 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16352 5000 4.9699242e-11 5584962.6 16353 -0.0114724999999937 5584877.00924187 16353 5000 4.9695582e-11 5584877 Loop time of 0.0169821 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:36 2021 Pair time (%) = 0.00109696 (6.45954) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.193744) Outpt time (%) = 0.015744 (92.7093) Other time (%) = 0.000108242 (0.63739) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28347 ave 28347 max 28347 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28347 Ave neighs/atom = 5.6694 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:36 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16353 5000 4.9695582e-11 5584851.3 16354 -0.0114724999999937 5584765.72510928 16354 5000 4.9691923e-11 5584765.7 Loop time of 0.017411 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:36 2021 Pair time (%) = 0.00153708 (8.82824) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.217728) Outpt time (%) = 0.0156522 (89.8983) Other time (%) = 0.000183821 (1.05577) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28347 ave 28347 max 28347 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28347 Ave neighs/atom = 5.6694 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:36 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16354 5000 4.9691923e-11 5584740 16355 -0.0114724999999937 5584654.44673044 16355 5000 4.9688263e-11 5584654.4 Loop time of 0.0172169 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:36 2021 Pair time (%) = 0.0010941 (6.35481) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192486) Outpt time (%) = 0.015996 (92.9085) Other time (%) = 9.36985e-05 (0.544223) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28347 ave 28347 max 28347 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28347 Ave neighs/atom = 5.6694 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:36 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16355 5000 4.9688263e-11 5584628.7 16356 -0.0114724999999937 5584543.17410472 16356 5000 4.9684605e-11 5584543.2 Loop time of 0.0172651 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:36 2021 Pair time (%) = 0.00109696 (6.35366) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191949) Outpt time (%) = 0.016026 (92.8233) Other time (%) = 0.000108957 (0.631085) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28347 ave 28347 max 28347 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28347 Ave neighs/atom = 5.6694 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:36 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16356 5000 4.9684605e-11 5584517.5 16357 -0.0114724999999937 5584431.90723137 16357 5000 4.9680946e-11 5584431.9 Loop time of 0.016834 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:36 2021 Pair time (%) = 0.00111413 (6.61832) Neigh time (%) = 0 (0) Comm time (%) = 7.60555e-05 (0.451797) Outpt time (%) = 0.0155389 (92.3067) Other time (%) = 0.000104904 (0.623168) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28347 ave 28347 max 28347 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28347 Ave neighs/atom = 5.6694 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:36 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16357 5000 4.9680946e-11 5584406.2 16358 -0.0114724999999937 5584320.64610981 16358 5000 4.9677288e-11 5584320.6 Loop time of 0.0173521 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:36 2021 Pair time (%) = 0.00112486 (6.48255) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.207475) Outpt time (%) = 0.0160351 (92.41) Other time (%) = 0.000156164 (0.899973) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28347 ave 28347 max 28347 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28347 Ave neighs/atom = 5.6694 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:36 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16358 5000 4.9677288e-11 5584294.9 16359 -0.0114724999999937 5584209.39073926 16359 5000 4.9673631e-11 5584209.4 Loop time of 0.600277 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:37 2021 Pair time (%) = 0.001091 (0.18175) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.00552082) Outpt time (%) = 0.599057 (99.7968) Other time (%) = 9.58443e-05 (0.0159667) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28347 ave 28347 max 28347 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28347 Ave neighs/atom = 5.6694 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:37 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16359 5000 4.9673631e-11 5584183.7 16360 -0.0114724999999937 5584098.14111925 16360 5000 4.9669974e-11 5584098.1 Loop time of 0.0194709 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:37 2021 Pair time (%) = 0.00107193 (5.50528) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.175101) Outpt time (%) = 0.01827 (93.8323) Other time (%) = 9.48906e-05 (0.487345) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28347 ave 28347 max 28347 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28347 Ave neighs/atom = 5.6694 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:37 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16360 5000 4.9669974e-11 5584072.4 16361 -0.0114724999999937 5583986.89724894 16361 5000 4.9666317e-11 5583986.9 Loop time of 0.0166242 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:37 2021 Pair time (%) = 0.00115108 (6.92415) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192178) Outpt time (%) = 0.0153491 (92.3301) Other time (%) = 9.20296e-05 (0.553588) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28347 ave 28347 max 28347 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28347 Ave neighs/atom = 5.6694 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:37 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16361 5000 4.9666317e-11 5583961.2 16362 -0.0114724999999937 5583875.65912778 16362 5000 4.9662661e-11 5583875.7 Loop time of 0.0164208 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:37 2021 Pair time (%) = 0.00105977 (6.45381) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.200366) Outpt time (%) = 0.0152369 (92.7897) Other time (%) = 9.13143e-05 (0.556088) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28347 ave 28347 max 28347 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28347 Ave neighs/atom = 5.6694 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:37 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16362 5000 4.9662661e-11 5583850 16363 -0.0114724999999937 5583764.42675507 16363 5000 4.9659005e-11 5583764.4 Loop time of 0.0167871 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:37 2021 Pair time (%) = 0.00105906 (6.30876) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.197415) Outpt time (%) = 0.015605 (92.9584) Other time (%) = 8.98838e-05 (0.535435) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28347 ave 28347 max 28347 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28347 Ave neighs/atom = 5.6694 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:37 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16363 5000 4.9659005e-11 5583738.7 16364 -0.0114724999999937 5583653.2001302 16364 5000 4.9655349e-11 5583653.2 Loop time of 0.017132 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:37 2021 Pair time (%) = 0.00127697 (7.45369) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.226839) Outpt time (%) = 0.0157011 (91.6473) Other time (%) = 0.000115156 (0.672168) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28347 ave 28347 max 28347 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28347 Ave neighs/atom = 5.6694 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:37 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16364 5000 4.9655349e-11 5583627.5 16365 -0.0114724999999937 5583541.97925248 16365 5000 4.9651694e-11 5583542 Loop time of 0.0172222 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:37 2021 Pair time (%) = 0.00105906 (6.14937) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191043) Outpt time (%) = 0.0160351 (93.1072) Other time (%) = 9.5129e-05 (0.552364) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28347 ave 28347 max 28347 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28347 Ave neighs/atom = 5.6694 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:37 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16365 5000 4.9651694e-11 5583516.3 16366 -0.0114724999999937 5583430.76412128 16366 5000 4.964804e-11 5583430.8 Loop time of 0.0174499 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:37 2021 Pair time (%) = 0.0010941 (6.26998) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.194016) Outpt time (%) = 0.016227 (92.9922) Other time (%) = 9.48906e-05 (0.54379) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28347 ave 28347 max 28347 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28347 Ave neighs/atom = 5.6694 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:37 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16366 5000 4.964804e-11 5583405.1 16367 -0.0114724999999937 5583319.554736 16367 5000 4.9644385e-11 5583319.6 Loop time of 0.0167098 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:37 2021 Pair time (%) = 0.00122094 (7.30674) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.202608) Outpt time (%) = 0.0152988 (91.5561) Other time (%) = 0.000156164 (0.934566) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28347 ave 28347 max 28347 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28347 Ave neighs/atom = 5.6694 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:37 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16367 5000 4.9644385e-11 5583293.9 16368 -0.0114724999999937 5583208.35109594 16368 5000 4.9640731e-11 5583208.4 Loop time of 0.017221 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:37 2021 Pair time (%) = 0.00140715 (8.17112) Neigh time (%) = 0 (0) Comm time (%) = 3.98159e-05 (0.231206) Outpt time (%) = 0.015626 (90.7379) Other time (%) = 0.000148058 (0.859754) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28347 ave 28347 max 28347 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28347 Ave neighs/atom = 5.6694 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:37 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16368 5000 4.9640731e-11 5583182.7 16369 -0.0114724999999937 5583097.15320053 16369 5000 4.9637078e-11 5583097.2 Loop time of 0.017482 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:37 2021 Pair time (%) = 0.00116801 (6.68121) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.188203) Outpt time (%) = 0.0161831 (92.5701) Other time (%) = 9.799e-05 (0.560518) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28347 ave 28347 max 28347 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28347 Ave neighs/atom = 5.6694 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:37 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16369 5000 4.9637078e-11 5583071.5 16370 -0.0114724999999937 5582985.96104899 16370 5000 4.9633425e-11 5582986 Loop time of 0.0199709 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:37 2021 Pair time (%) = 0.0010581 (5.29822) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.165942) Outpt time (%) = 0.018769 (93.9819) Other time (%) = 0.000110626 (0.553937) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28347 ave 28347 max 28347 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28347 Ave neighs/atom = 5.6694 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:37 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16370 5000 4.9633425e-11 5582960.3 16371 -0.0114724999999937 5582874.77464091 16371 5000 4.9629772e-11 5582874.8 Loop time of 0.016679 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:37 2021 Pair time (%) = 0.00118017 (7.07578) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.204411) Outpt time (%) = 0.015326 (91.8879) Other time (%) = 0.00013876 (0.83194) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28347 ave 28347 max 28347 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28347 Ave neighs/atom = 5.6694 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:37 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16371 5000 4.9629772e-11 5582849.1 16372 -0.0114724999999937 5582763.59397542 16372 5000 4.962612e-11 5582763.6 Loop time of 0.0173941 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:37 2021 Pair time (%) = 0.00148106 (8.51472) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.21794) Outpt time (%) = 0.015698 (90.2489) Other time (%) = 0.000177145 (1.01842) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28347 ave 28347 max 28347 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28347 Ave neighs/atom = 5.6694 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:37 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16372 5000 4.962612e-11 5582737.9 16373 -0.0114724999999937 5582652.41905203 16373 5000 4.9622468e-11 5582652.4 Loop time of 0.017514 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:37 2021 Pair time (%) = 0.00123096 (7.02841) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.19875) Outpt time (%) = 0.016145 (92.1834) Other time (%) = 0.000103235 (0.589444) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28347 ave 28347 max 28347 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28347 Ave neighs/atom = 5.6694 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:37 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16373 5000 4.9622468e-11 5582626.7 16374 -0.0114724999999937 5582541.24987015 16374 5000 4.9618817e-11 5582541.2 Loop time of 0.0172441 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:37 2021 Pair time (%) = 0.0010581 (6.13602) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.1908) Outpt time (%) = 0.0160062 (92.8215) Other time (%) = 0.000146866 (0.851687) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28347 ave 28347 max 28347 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28347 Ave neighs/atom = 5.6694 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:37 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16374 5000 4.9618817e-11 5582515.6 16375 -0.0114724999999937 5582430.08642902 16375 5000 4.9615166e-11 5582430.1 Loop time of 0.0167239 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:37 2021 Pair time (%) = 0.00110388 (6.60061) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209566) Outpt time (%) = 0.0154819 (92.574) Other time (%) = 0.000102997 (0.615867) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28347 ave 28347 max 28347 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28347 Ave neighs/atom = 5.6694 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:37 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16375 5000 4.9615166e-11 5582404.4 16376 -0.0114724999999937 5582318.92872812 16376 5000 4.9611516e-11 5582318.9 Loop time of 0.0175121 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:37 2021 Pair time (%) = 0.00126195 (7.20616) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.198772) Outpt time (%) = 0.0160801 (91.8231) Other time (%) = 0.000135183 (0.771943) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28347 ave 28347 max 28347 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28347 Ave neighs/atom = 5.6694 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:37 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16376 5000 4.9611516e-11 5582293.2 16377 -0.0114724999999937 5582207.77676679 16377 5000 4.9607865e-11 5582207.8 Loop time of 0.01735 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:38 2021 Pair time (%) = 0.00106001 (6.10958) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189636) Outpt time (%) = 0.016165 (93.1704) Other time (%) = 9.20296e-05 (0.530431) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28347 ave 28347 max 28347 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28347 Ave neighs/atom = 5.6694 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:38 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16377 5000 4.9607865e-11 5582182.1 16378 -0.0114724999999937 5582096.63054446 16378 5000 4.9604216e-11 5582096.6 Loop time of 0.016753 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:38 2021 Pair time (%) = 0.00105715 (6.31022) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.202086) Outpt time (%) = 0.0155702 (92.9398) Other time (%) = 9.17912e-05 (0.54791) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28347 ave 28347 max 28347 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28347 Ave neighs/atom = 5.6694 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:38 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16378 5000 4.9604216e-11 5582070.9 16379 -0.0114724999999937 5581985.49006039 16379 5000 4.9600566e-11 5581985.5 Loop time of 0.016989 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:38 2021 Pair time (%) = 0.00120997 (7.12211) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.211909) Outpt time (%) = 0.0156341 (92.0246) Other time (%) = 0.000108957 (0.64134) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28347 ave 28347 max 28347 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28347 Ave neighs/atom = 5.6694 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:38 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16379 5000 4.9600566e-11 5581959.8 16380 -0.0114724999999937 5581874.35531407 16380 5000 4.9596917e-11 5581874.4 Loop time of 0.019721 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:38 2021 Pair time (%) = 0.00114584 (5.81024) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.172881) Outpt time (%) = 0.0184391 (93.4994) Other time (%) = 0.000102043 (0.517433) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28347 ave 28347 max 28347 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28347 Ave neighs/atom = 5.6694 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:38 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16380 5000 4.9596917e-11 5581848.7 16381 -0.0114724999999937 5581763.22630473 16381 5000 4.9593269e-11 5581763.2 Loop time of 0.0175312 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:38 2021 Pair time (%) = 0.00105715 (6.03011) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.193116) Outpt time (%) = 0.016351 (93.2681) Other time (%) = 8.91685e-05 (0.508629) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28347 ave 28347 max 28347 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28347 Ave neighs/atom = 5.6694 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:38 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16381 5000 4.9593269e-11 5581737.5 16382 -0.0114724999999937 5581652.103032 16382 5000 4.9589621e-11 5581652.1 Loop time of 0.016856 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:38 2021 Pair time (%) = 0.00107288 (6.36501) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.219239) Outpt time (%) = 0.0156331 (92.7453) Other time (%) = 0.00011301 (0.670448) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28347 ave 28347 max 28347 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28347 Ave neighs/atom = 5.6694 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:38 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16382 5000 4.9589621e-11 5581626.4 16383 -0.0114724999999937 5581540.98549517 16383 5000 4.9585973e-11 5581541 Loop time of 0.0170481 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:38 2021 Pair time (%) = 0.00124192 (7.28481) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.216768) Outpt time (%) = 0.0156591 (91.8523) Other time (%) = 0.000110149 (0.646109) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28347 ave 28347 max 28347 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28347 Ave neighs/atom = 5.6694 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:38 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16383 5000 4.9585973e-11 5581515.3 16384 -0.0114724999999937 5581429.87369351 16384 5000 4.9582326e-11 5581429.9 Loop time of 0.01735 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:38 2021 Pair time (%) = 0.0011189 (6.449) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.196507) Outpt time (%) = 0.0160949 (92.7663) Other time (%) = 0.000102043 (0.588146) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28347 ave 28347 max 28347 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28347 Ave neighs/atom = 5.6694 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:38 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16384 5000 4.9582326e-11 5581404.2 16385 -0.0114724999999937 5581318.76762646 16385 5000 4.9578679e-11 5581318.8 Loop time of 0.017328 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:38 2021 Pair time (%) = 0.00105691 (6.09942) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189876) Outpt time (%) = 0.0161452 (93.1741) Other time (%) = 9.29832e-05 (0.536606) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28347 ave 28347 max 28347 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28347 Ave neighs/atom = 5.6694 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:38 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16385 5000 4.9578679e-11 5581293.1 16386 -0.0114724999999937 5581207.66729352 16386 5000 4.9575033e-11 5581207.7 Loop time of 0.01684 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:38 2021 Pair time (%) = 0.00105882 (6.28752) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.195379) Outpt time (%) = 0.0156589 (92.9862) Other time (%) = 8.9407e-05 (0.530921) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28347 ave 28347 max 28347 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28347 Ave neighs/atom = 5.6694 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:38 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16386 5000 4.9575033e-11 5581182 16387 -0.0114724999999937 5581096.57269397 16387 5000 4.9571387e-11 5581096.6 Loop time of 0.016938 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:38 2021 Pair time (%) = 0.00122619 (7.23928) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.301226) Outpt time (%) = 0.0155258 (91.6628) Other time (%) = 0.000134945 (0.796701) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28347 ave 28347 max 28347 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28347 Ave neighs/atom = 5.6694 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:38 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16387 5000 4.9571387e-11 5581070.9 16388 -0.0114724999999937 5580985.48382719 16388 5000 4.9567741e-11 5580985.5 Loop time of 0.0172789 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:38 2021 Pair time (%) = 0.00106096 (6.14022) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191796) Outpt time (%) = 0.016093 (93.1368) Other time (%) = 9.17912e-05 (0.531232) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28347 ave 28347 max 28347 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28347 Ave neighs/atom = 5.6694 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:38 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16388 5000 4.9567741e-11 5580959.8 16389 -0.0114724999999937 5580874.4006927 16389 5000 4.9564096e-11 5580874.4 Loop time of 0.017338 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:38 2021 Pair time (%) = 0.00114799 (6.6212) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.207643) Outpt time (%) = 0.016048 (92.5592) Other time (%) = 0.000106096 (0.611928) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28347 ave 28347 max 28347 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28347 Ave neighs/atom = 5.6694 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:38 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16389 5000 4.9564096e-11 5580848.7 16390 -0.0114724999999937 5580763.32328975 16390 5000 4.9560451e-11 5580763.3 Loop time of 0.019263 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:38 2021 Pair time (%) = 0.001091 (5.66372) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.176991) Outpt time (%) = 0.0180428 (93.6654) Other time (%) = 9.5129e-05 (0.493842) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28347 ave 28347 max 28347 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28347 Ave neighs/atom = 5.6694 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:38 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16390 5000 4.9560451e-11 5580737.6 16391 -0.0114724999999937 5580652.25161782 16391 5000 4.9556807e-11 5580652.3 Loop time of 0.0169599 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:38 2021 Pair time (%) = 0.00121999 (7.19336) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.236171) Outpt time (%) = 0.01559 (91.9224) Other time (%) = 0.000109911 (0.648064) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28347 ave 28347 max 28347 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28347 Ave neighs/atom = 5.6694 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:38 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16391 5000 4.9556807e-11 5580626.6 16392 -0.0114724999999937 5580541.18567627 16392 5000 4.9553163e-11 5580541.2 Loop time of 0.017648 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:38 2021 Pair time (%) = 0.00107813 (6.10908) Neigh time (%) = 0 (0) Comm time (%) = 6.19888e-05 (0.351252) Outpt time (%) = 0.016417 (93.025) Other time (%) = 9.08375e-05 (0.514719) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28347 ave 28347 max 28347 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28347 Ave neighs/atom = 5.6694 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:38 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16392 5000 4.9553163e-11 5580515.5 16393 -0.0114724999999937 5580430.12546458 16393 5000 4.9549519e-11 5580430.1 Loop time of 0.016984 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:38 2021 Pair time (%) = 0.00111985 (6.59358) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.200741) Outpt time (%) = 0.0157371 (92.6582) Other time (%) = 9.29832e-05 (0.547476) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28347 ave 28347 max 28347 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28347 Ave neighs/atom = 5.6694 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:38 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16393 5000 4.9549519e-11 5580404.4 16394 -0.0114724999999937 5580319.070982 16394 5000 4.9545876e-11 5580319.1 Loop time of 0.0171731 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:38 2021 Pair time (%) = 0.00106001 (6.17251) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198531) Outpt time (%) = 0.01597 (92.9945) Other time (%) = 0.000108957 (0.634467) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28347 ave 28347 max 28347 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28347 Ave neighs/atom = 5.6694 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:38 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16394 5000 4.9545876e-11 5580293.4 16395 -0.0114724999999937 5580208.02222805 16395 5000 4.9542233e-11 5580208 Loop time of 0.0172832 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:38 2021 Pair time (%) = 0.00128603 (7.44092) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.202784) Outpt time (%) = 0.01581 (91.4762) Other time (%) = 0.000152111 (0.880109) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28347 ave 28347 max 28347 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28347 Ave neighs/atom = 5.6694 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:38 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16395 5000 4.9542233e-11 5580182.3 16396 -0.0114724999999937 5580096.9792021 16396 5000 4.9538591e-11 5580097 Loop time of 0.0173948 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:38 2021 Pair time (%) = 0.00115609 (6.6462) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.196) Outpt time (%) = 0.016088 (92.4876) Other time (%) = 0.000116587 (0.670239) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28347 ave 28347 max 28347 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28347 Ave neighs/atom = 5.6694 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:38 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16396 5000 4.9538591e-11 5580071.3 16397 -0.0114724999999937 5579985.94190352 16397 5000 4.9534949e-11 5579985.9 Loop time of 0.016902 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:38 2021 Pair time (%) = 0.00106001 (6.27151) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.200305) Outpt time (%) = 0.0157149 (92.9766) Other time (%) = 9.32217e-05 (0.551543) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28347 ave 28347 max 28347 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28347 Ave neighs/atom = 5.6694 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:38 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16397 5000 4.9534949e-11 5579960.3 16398 -0.0114724999999937 5579874.91033173 16398 5000 4.9531307e-11 5579874.9 Loop time of 0.01686 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:38 2021 Pair time (%) = 0.00124097 (7.36043) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207874) Outpt time (%) = 0.01542 (91.4588) Other time (%) = 0.000164032 (0.972906) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28347 ave 28347 max 28347 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28347 Ave neighs/atom = 5.6694 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:38 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16398 5000 4.9531307e-11 5579849.2 16399 -0.0114724999999937 5579763.88448622 16399 5000 4.9527666e-11 5579763.9 Loop time of 0.01756 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:38 2021 Pair time (%) = 0.00113082 (6.43974) Neigh time (%) = 0 (0) Comm time (%) = 6.69956e-05 (0.381524) Outpt time (%) = 0.016259 (92.5908) Other time (%) = 0.000103235 (0.5879) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28347 ave 28347 max 28347 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28347 Ave neighs/atom = 5.6694 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:38 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16399 5000 4.9527666e-11 5579738.2 16400 -0.0114724999999937 5579652.86436626 16400 5000 4.9524026e-11 5579652.9 Loop time of 0.019428 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:38 2021 Pair time (%) = 0.00105882 (5.44995) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.170579) Outpt time (%) = 0.0182021 (93.6898) Other time (%) = 0.000133991 (0.689681) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28347 ave 28347 max 28347 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28347 Ave neighs/atom = 5.6694 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:38 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16400 5000 4.9524026e-11 5579627.2 16401 -0.0114724999999937 5579541.84997138 16401 5000 4.9520385e-11 5579541.8 Loop time of 0.016933 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:38 2021 Pair time (%) = 0.00127196 (7.51176) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.201346) Outpt time (%) = 0.015533 (91.7321) Other time (%) = 9.39369e-05 (0.554758) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28348 ave 28348 max 28348 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28348 Ave neighs/atom = 5.6696 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:38 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16401 5000 4.9520385e-11 5579516.2 16402 -0.0114724999999937 5579430.84130084 16402 5000 4.9516745e-11 5579430.8 Loop time of 0.0168331 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:38 2021 Pair time (%) = 0.00118899 (7.06344) Neigh time (%) = 0 (0) Comm time (%) = 3.98159e-05 (0.236534) Outpt time (%) = 0.0154932 (92.04) Other time (%) = 0.000111103 (0.660029) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28348 ave 28348 max 28348 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28348 Ave neighs/atom = 5.6696 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:24:38 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16402 5000 4.9516745e-11 5579405.2 16403 -0.0114724999999937 5579302.80256623 16403 5000 9.7780238e-11 5579486.2 Loop time of 0.0165081 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:38 2021 Pair time (%) = 0.00118208 (7.1606) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.199307) Outpt time (%) = 0.015126 (91.6277) Other time (%) = 0.000167131 (1.01242) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28348 ave 28348 max 28348 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28348 Ave neighs/atom = 5.6696 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:38 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16403 5000 9.7780238e-11 5636310.6 16404 -0.0115049999999937 5636197.69296495 16404 5000 7.8724841e-11 5636197.7 Loop time of 0.016495 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:38 2021 Pair time (%) = 0.00109506 (6.63872) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.200911) Outpt time (%) = 0.015276 (92.6097) Other time (%) = 9.08375e-05 (0.550697) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:38 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16404 5000 7.8724841e-11 5636163.1 16405 -0.0115049999999937 5636059.84944156 16405 5000 6.76861e-11 5636059.8 Loop time of 0.016741 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:38 2021 Pair time (%) = 0.00110006 (6.57106) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.196534) Outpt time (%) = 0.0155139 (92.6699) Other time (%) = 9.41753e-05 (0.562542) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:38 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16405 5000 6.76861e-11 5636028.4 16406 -0.0115049999999937 5635931.28199007 16406 5000 6.1102727e-11 5635931.3 Loop time of 0.017859 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:38 2021 Pair time (%) = 0.0010891 (6.09831) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.184231) Outpt time (%) = 0.0166452 (93.2035) Other time (%) = 9.17912e-05 (0.513978) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:38 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16406 5000 6.1102727e-11 5635901.8 16407 -0.0115049999999937 5635808.61170535 16407 5000 5.7092568e-11 5635808.6 Loop time of 0.0172269 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:38 2021 Pair time (%) = 0.00105882 (6.14629) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.196526) Outpt time (%) = 0.015976 (92.7382) Other time (%) = 0.00015831 (0.918968) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:38 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16407 5000 5.7092568e-11 5635780.4 16408 -0.0115049999999937 5635689.69126374 16408 5000 5.4613411e-11 5635689.7 Loop time of 0.0169609 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:38 2021 Pair time (%) = 0.00129914 (7.65965) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206638) Outpt time (%) = 0.01548 (91.2692) Other time (%) = 0.000146627 (0.864505) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:38 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16408 5000 5.4613411e-11 5635662.3 16409 -0.0115049999999937 5635573.15601976 16409 5000 5.3065089e-11 5635573.2 Loop time of 0.0170119 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:38 2021 Pair time (%) = 0.00109506 (6.43701) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.200412) Outpt time (%) = 0.0157881 (92.8062) Other time (%) = 9.46522e-05 (0.556389) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:38 2021 Memory usage per processor = 27.5387 Mbytes Step Atoms AVEKE stressZZ 16409 5000 5.3065089e-11 5635546.2 16410 -0.0115049999999937 5635458.13872652 16410 5000 5.2091303e-11 5635458.1 Loop time of 0.0195491 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:38 2021 Pair time (%) = 0.0011611 (5.93939) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.179279) Outpt time (%) = 0.0182509 (93.3594) Other time (%) = 0.000102043 (0.521983) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:38 2021 Memory usage per processor = 27.5389 Mbytes Step Atoms AVEKE stressZZ 16410 5000 5.2091303e-11 5635431.5 16411 -0.0115049999999937 5635344.08823883 16411 5000 5.1475764e-11 5635344.1 Loop time of 0.01701 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:38 2021 Pair time (%) = 0.00106001 (6.23169) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.193426) Outpt time (%) = 0.0158219 (93.0156) Other time (%) = 9.5129e-05 (0.559254) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:38 2021 Memory usage per processor = 27.5389 Mbytes Step Atoms AVEKE stressZZ 16411 5000 5.1475764e-11 5635317.7 16412 -0.0115049999999937 5635230.65429743 16412 5000 5.1085114e-11 5635230.7 Loop time of 0.0167441 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:38 2021 Pair time (%) = 0.00109315 (6.52855) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.215008) Outpt time (%) = 0.0155108 (92.6342) Other time (%) = 0.000104189 (0.622241) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:38 2021 Memory usage per processor = 27.5389 Mbytes Step Atoms AVEKE stressZZ 16412 5000 5.1085114e-11 5635204.4 16413 -0.0115049999999937 5635117.6143082 16413 5000 5.0836262e-11 5635117.6 Loop time of 0.017504 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:38 2021 Pair time (%) = 0.0011301 (6.45627) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.194778) Outpt time (%) = 0.0161531 (92.2824) Other time (%) = 0.000186682 (1.06651) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:38 2021 Memory usage per processor = 27.5389 Mbytes Step Atoms AVEKE stressZZ 16413 5000 5.0836262e-11 5635091.4 16414 -0.0115049999999937 5635004.8268096 16414 5000 5.0677069e-11 5635004.8 Loop time of 0.0174601 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:38 2021 Pair time (%) = 0.00106001 (6.07103) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.18844) Outpt time (%) = 0.0162709 (93.1889) Other time (%) = 9.63211e-05 (0.551664) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:38 2021 Memory usage per processor = 27.5389 Mbytes Step Atoms AVEKE stressZZ 16414 5000 5.0677069e-11 5634978.7 16415 -0.0115049999999937 5634892.20190099 16415 5000 5.0574671e-11 5634892.2 Loop time of 0.0168231 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:38 2021 Pair time (%) = 0.00106287 (6.31794) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.195575) Outpt time (%) = 0.0156319 (92.9196) Other time (%) = 9.53674e-05 (0.566885) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:38 2021 Memory usage per processor = 27.5389 Mbytes Step Atoms AVEKE stressZZ 16415 5000 5.0574671e-11 5634866.1 16416 -0.0115049999999937 5634779.68244911 16416 5000 5.0508293e-11 5634779.7 Loop time of 0.0170238 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:38 2021 Pair time (%) = 0.001261 (7.40725) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.211476) Outpt time (%) = 0.0155959 (91.6124) Other time (%) = 0.000130892 (0.768875) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:38 2021 Memory usage per processor = 27.5389 Mbytes Step Atoms AVEKE stressZZ 16416 5000 5.0508293e-11 5634753.6 16417 -0.0115049999999937 5634667.23214464 16417 5000 5.0464776e-11 5634667.2 Loop time of 0.0174031 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:38 2021 Pair time (%) = 0.00106096 (6.09639) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.190427) Outpt time (%) = 0.0162172 (93.1857) Other time (%) = 9.17912e-05 (0.527441) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:38 2021 Memory usage per processor = 27.5389 Mbytes Step Atoms AVEKE stressZZ 16417 5000 5.0464776e-11 5634641.2 16418 -0.0115049999999937 5634554.82791242 16418 5000 5.0435775e-11 5634554.8 Loop time of 0.0175228 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:38 2021 Pair time (%) = 0.00114202 (6.51736) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.193208) Outpt time (%) = 0.0161641 (92.2458) Other time (%) = 0.000182867 (1.04359) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:38 2021 Memory usage per processor = 27.5389 Mbytes Step Atoms AVEKE stressZZ 16418 5000 5.0435775e-11 5634528.8 16419 -0.0115049999999937 5634442.45508752 16419 5000 5.0415994e-11 5634442.5 Loop time of 0.016696 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:38 2021 Pair time (%) = 0.00110507 (6.61878) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.198492) Outpt time (%) = 0.015398 (92.226) Other time (%) = 0.00015974 (0.95676) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:38 2021 Memory usage per processor = 27.5389 Mbytes Step Atoms AVEKE stressZZ 16419 5000 5.0415994e-11 5634416.4 16420 -0.0115049999999937 5634330.10434987 16420 5000 5.0402071e-11 5634330.1 Loop time of 0.0198419 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:39 2021 Pair time (%) = 0.00146699 (7.39339) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.186247) Outpt time (%) = 0.018182 (91.6345) Other time (%) = 0.000155926 (0.78584) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:39 2021 Memory usage per processor = 27.5389 Mbytes Step Atoms AVEKE stressZZ 16420 5000 5.0402071e-11 5634304.1 16421 -0.0115049999999937 5634217.7697762 16421 5000 5.039187e-11 5634217.8 Loop time of 0.0176849 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:39 2021 Pair time (%) = 0.00110507 (6.24865) Neigh time (%) = 0 (0) Comm time (%) = 4.98295e-05 (0.281762) Outpt time (%) = 0.0164359 (92.9371) Other time (%) = 9.41753e-05 (0.532517) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:39 2021 Memory usage per processor = 27.5389 Mbytes Step Atoms AVEKE stressZZ 16421 5000 5.039187e-11 5634191.7 16422 -0.0115049999999937 5634105.44760179 16422 5000 5.0384034e-11 5634105.4 Loop time of 0.017221 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:39 2021 Pair time (%) = 0.00110412 (6.41146) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192441) Outpt time (%) = 0.0159891 (92.8465) Other time (%) = 9.46522e-05 (0.549633) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:39 2021 Memory usage per processor = 27.5389 Mbytes Step Atoms AVEKE stressZZ 16422 5000 5.0384034e-11 5634079.4 16423 -0.0115049999999937 5633993.13543396 16423 5000 5.0377701e-11 5633993.1 Loop time of 0.0167079 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:39 2021 Pair time (%) = 0.00106692 (6.38574) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.19835) Outpt time (%) = 0.0155189 (92.8836) Other time (%) = 8.89301e-05 (0.532264) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:39 2021 Memory usage per processor = 27.5389 Mbytes Step Atoms AVEKE stressZZ 16423 5000 5.0377701e-11 5633967.1 16424 -0.0115049999999937 5633880.83175166 16424 5000 5.0372323e-11 5633880.8 Loop time of 0.0179851 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:39 2021 Pair time (%) = 0.00152898 (8.50136) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.212103) Outpt time (%) = 0.0162761 (90.4978) Other time (%) = 0.000141859 (0.788759) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:39 2021 Memory usage per processor = 27.5389 Mbytes Step Atoms AVEKE stressZZ 16424 5000 5.0372323e-11 5633854.8 16425 -0.0115049999999937 5633768.53558817 16425 5000 5.0367552e-11 5633768.5 Loop time of 0.0176201 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:39 2021 Pair time (%) = 0.001055 (5.9875) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.186729) Outpt time (%) = 0.0163951 (93.0477) Other time (%) = 0.000137091 (0.778036) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:39 2021 Memory usage per processor = 27.5389 Mbytes Step Atoms AVEKE stressZZ 16425 5000 5.0367552e-11 5633742.5 16426 -0.0115049999999937 5633656.24632857 16426 5000 5.0363168e-11 5633656.2 Loop time of 0.0174642 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:39 2021 Pair time (%) = 0.00106311 (6.08737) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.189761) Outpt time (%) = 0.0162449 (93.0184) Other time (%) = 0.000123024 (0.704437) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:39 2021 Memory usage per processor = 27.5389 Mbytes Step Atoms AVEKE stressZZ 16426 5000 5.0363168e-11 5633630.2 16427 -0.0115049999999937 5633543.96358187 16427 5000 5.0359029e-11 5633544 Loop time of 0.0167751 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:39 2021 Pair time (%) = 0.00108004 (6.43832) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208926) Outpt time (%) = 0.0155592 (92.7516) Other time (%) = 0.000100851 (0.601194) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:39 2021 Memory usage per processor = 27.5389 Mbytes Step Atoms AVEKE stressZZ 16427 5000 5.0359029e-11 5633517.9 16428 -0.0115049999999937 5633431.68709941 16428 5000 5.0355045e-11 5633431.7 Loop time of 0.0173261 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:39 2021 Pair time (%) = 0.00122309 (7.05921) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.196777) Outpt time (%) = 0.0159621 (92.1275) Other time (%) = 0.000106812 (0.616477) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:39 2021 Memory usage per processor = 27.5389 Mbytes Step Atoms AVEKE stressZZ 16428 5000 5.0355045e-11 5633405.7 16429 -0.0115049999999937 5633319.41672274 16429 5000 5.0351162e-11 5633319.4 Loop time of 0.0173471 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:39 2021 Pair time (%) = 0.00105906 (6.10509) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189667) Outpt time (%) = 0.01616 (93.1569) Other time (%) = 9.5129e-05 (0.548386) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:39 2021 Memory usage per processor = 27.5389 Mbytes Step Atoms AVEKE stressZZ 16429 5000 5.0351162e-11 5633293.4 16430 -0.0115049999999937 5633207.15235098 16430 5000 5.0347342e-11 5633207.2 Loop time of 0.019052 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:39 2021 Pair time (%) = 0.00106215 (5.57502) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.172694) Outpt time (%) = 0.017863 (93.7592) Other time (%) = 9.39369e-05 (0.493055) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:39 2021 Memory usage per processor = 27.5389 Mbytes Step Atoms AVEKE stressZZ 16430 5000 5.0347342e-11 5633181.1 16431 -0.0115049999999937 5633094.89391961 16431 5000 5.0343562e-11 5633094.9 Loop time of 0.0166969 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:39 2021 Pair time (%) = 0.00113392 (6.79118) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209904) Outpt time (%) = 0.0153658 (92.0279) Other time (%) = 0.000162125 (0.970985) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:39 2021 Memory usage per processor = 27.5389 Mbytes Step Atoms AVEKE stressZZ 16431 5000 5.0343562e-11 5633068.9 16432 -0.0115049999999937 5632982.64138749 16432 5000 5.0339807e-11 5632982.6 Loop time of 0.0171888 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:39 2021 Pair time (%) = 0.0010829 (6.30002) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192801) Outpt time (%) = 0.015975 (92.9385) Other time (%) = 9.77516e-05 (0.568694) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:39 2021 Memory usage per processor = 27.5389 Mbytes Step Atoms AVEKE stressZZ 16432 5000 5.0339807e-11 5632956.6 16433 -0.0115049999999937 5632870.39472794 16433 5000 5.033607e-11 5632870.4 Loop time of 0.0174241 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:39 2021 Pair time (%) = 0.001055 (6.05484) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.190197) Outpt time (%) = 0.0162408 (93.209) Other time (%) = 9.5129e-05 (0.545962) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:39 2021 Memory usage per processor = 27.5389 Mbytes Step Atoms AVEKE stressZZ 16433 5000 5.033607e-11 5632844.4 16434 -0.0115049999999937 5632758.15392402 16434 5000 5.0332343e-11 5632758.2 Loop time of 0.0166771 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:39 2021 Pair time (%) = 0.00111103 (6.662) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.197287) Outpt time (%) = 0.0154381 (92.5703) Other time (%) = 9.5129e-05 (0.570416) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:39 2021 Memory usage per processor = 27.5389 Mbytes Step Atoms AVEKE stressZZ 16434 5000 5.0332343e-11 5632732.1 16435 -0.0115049999999937 5632645.91901783 16435 5000 5.0328623e-11 5632645.9 Loop time of 0.0168421 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:39 2021 Pair time (%) = 0.00127292 (7.55793) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.219419) Outpt time (%) = 0.0154209 (91.5616) Other time (%) = 0.000111341 (0.661089) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:39 2021 Memory usage per processor = 27.5389 Mbytes Step Atoms AVEKE stressZZ 16435 5000 5.0328623e-11 5632619.9 16436 -0.0115049999999937 5632533.69002591 16436 5000 5.0324908e-11 5632533.7 Loop time of 0.017277 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:39 2021 Pair time (%) = 0.00106001 (6.13538) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197337) Outpt time (%) = 0.0160921 (93.1415) Other time (%) = 9.08375e-05 (0.525771) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:39 2021 Memory usage per processor = 27.5389 Mbytes Step Atoms AVEKE stressZZ 16436 5000 5.0324908e-11 5632507.7 16437 -0.0115049999999937 5632421.46691053 16437 5000 5.0321195e-11 5632421.5 Loop time of 0.017611 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:39 2021 Pair time (%) = 0.00112605 (6.39401) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.188179) Outpt time (%) = 0.0163469 (92.8221) Other time (%) = 0.000104904 (0.595673) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:39 2021 Memory usage per processor = 27.5389 Mbytes Step Atoms AVEKE stressZZ 16437 5000 5.0321195e-11 5632395.5 16438 -0.0115049999999937 5632309.24965887 16438 5000 5.0317485e-11 5632309.2 Loop time of 0.0166709 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:39 2021 Pair time (%) = 0.00106502 (6.38846) Neigh time (%) = 0 (0) Comm time (%) = 7.00951e-05 (0.420463) Outpt time (%) = 0.015409 (92.4302) Other time (%) = 0.000126839 (0.760837) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:39 2021 Memory usage per processor = 27.5389 Mbytes Step Atoms AVEKE stressZZ 16438 5000 5.0317485e-11 5632283.2 16439 -0.0115049999999937 5632197.03826343 16439 5000 5.0313776e-11 5632197 Loop time of 0.017257 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:39 2021 Pair time (%) = 0.00140595 (8.14717) Neigh time (%) = 0 (0) Comm time (%) = 5.72205e-05 (0.331579) Outpt time (%) = 0.015619 (90.5086) Other time (%) = 0.000174761 (1.0127) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:39 2021 Memory usage per processor = 27.5389 Mbytes Step Atoms AVEKE stressZZ 16439 5000 5.0313776e-11 5632171 16440 -0.0115049999999937 5632084.83271901 16440 5000 5.0310068e-11 5632084.8 Loop time of 0.019475 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:39 2021 Pair time (%) = 0.001122 (5.76123) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.170168) Outpt time (%) = 0.018224 (93.5765) Other time (%) = 9.58443e-05 (0.49214) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:39 2021 Memory usage per processor = 27.5389 Mbytes Step Atoms AVEKE stressZZ 16440 5000 5.0310068e-11 5632058.8 16441 -0.0115049999999937 5631972.63302176 16441 5000 5.0306362e-11 5631972.6 Loop time of 0.0171912 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:39 2021 Pair time (%) = 0.00110221 (6.41148) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191388) Outpt time (%) = 0.0159612 (92.8452) Other time (%) = 9.48906e-05 (0.551973) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:39 2021 Memory usage per processor = 27.5389 Mbytes Step Atoms AVEKE stressZZ 16441 5000 5.0306362e-11 5631946.6 16442 -0.0115049999999937 5631860.43916854 16442 5000 5.0302655e-11 5631860.4 Loop time of 0.016844 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:39 2021 Pair time (%) = 0.00119686 (7.10555) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208071) Outpt time (%) = 0.0154841 (91.9263) Other time (%) = 0.000128031 (0.760096) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:39 2021 Memory usage per processor = 27.5389 Mbytes Step Atoms AVEKE stressZZ 16442 5000 5.0302655e-11 5631834.4 16443 -0.0115049999999937 5631748.251157 16443 5000 5.029895e-11 5631748.3 Loop time of 0.01702 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:39 2021 Pair time (%) = 0.00115991 (6.81497) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.20592) Outpt time (%) = 0.0157208 (92.367) Other time (%) = 0.000104189 (0.612156) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:39 2021 Memory usage per processor = 27.5389 Mbytes Step Atoms AVEKE stressZZ 16443 5000 5.029895e-11 5631722.2 16444 -0.0115049999999937 5631636.06898484 16444 5000 5.0295245e-11 5631636.1 Loop time of 0.017307 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:39 2021 Pair time (%) = 0.00106311 (6.14263) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.202504) Outpt time (%) = 0.016109 (93.0777) Other time (%) = 9.98974e-05 (0.577207) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:39 2021 Memory usage per processor = 27.5389 Mbytes Step Atoms AVEKE stressZZ 16444 5000 5.0295245e-11 5631610.1 16445 -0.0115049999999937 5631523.8926503 16445 5000 5.029154e-11 5631523.9 Loop time of 0.0167959 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:39 2021 Pair time (%) = 0.00110388 (6.57232) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.197311) Outpt time (%) = 0.0155649 (92.6711) Other time (%) = 9.39369e-05 (0.559286) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:39 2021 Memory usage per processor = 27.5389 Mbytes Step Atoms AVEKE stressZZ 16445 5000 5.029154e-11 5631497.9 16446 -0.0115049999999937 5631411.72215167 16446 5000 5.0287836e-11 5631411.7 Loop time of 0.016701 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:39 2021 Pair time (%) = 0.00113106 (6.7724) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.215563) Outpt time (%) = 0.015429 (92.3839) Other time (%) = 0.000104904 (0.628132) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:39 2021 Memory usage per processor = 27.5389 Mbytes Step Atoms AVEKE stressZZ 16446 5000 5.0287836e-11 5631385.7 16447 -0.0115049999999937 5631299.55746213 16447 5000 5.0284132e-11 5631299.6 Loop time of 0.016448 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:39 2021 Pair time (%) = 0.00106001 (6.4446) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.200035) Outpt time (%) = 0.0152652 (92.8089) Other time (%) = 8.98838e-05 (0.546472) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:39 2021 Memory usage per processor = 27.5389 Mbytes Step Atoms AVEKE stressZZ 16447 5000 5.0284132e-11 5631273.5 16448 -0.0115049999999937 5631187.39859314 16448 5000 5.0280429e-11 5631187.4 Loop time of 0.016319 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:39 2021 Pair time (%) = 0.00106502 (6.52622) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.203077) Outpt time (%) = 0.0151329 (92.7316) Other time (%) = 8.79765e-05 (0.539103) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:39 2021 Memory usage per processor = 27.5389 Mbytes Step Atoms AVEKE stressZZ 16448 5000 5.0280429e-11 5631161.4 16449 -0.0115049999999937 5631075.24555331 16449 5000 5.0276726e-11 5631075.2 Loop time of 0.016885 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:39 2021 Pair time (%) = 0.00113893 (6.74517) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.196269) Outpt time (%) = 0.015619 (92.5022) Other time (%) = 9.39369e-05 (0.556332) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:39 2021 Memory usage per processor = 27.5389 Mbytes Step Atoms AVEKE stressZZ 16449 5000 5.0276726e-11 5631049.2 16450 -0.0115049999999937 5630963.09834122 16450 5000 5.0273024e-11 5630963.1 Loop time of 0.0198772 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:39 2021 Pair time (%) = 0.0011909 (5.99129) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.17632) Outpt time (%) = 0.0185421 (93.283) Other time (%) = 0.000109196 (0.549352) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:39 2021 Memory usage per processor = 27.5389 Mbytes Step Atoms AVEKE stressZZ 16450 5000 5.0273024e-11 5630937.1 16451 -0.0115049999999937 5630850.95695596 16451 5000 5.0269322e-11 5630851 Loop time of 0.0171561 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:39 2021 Pair time (%) = 0.00110197 (6.42319) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198727) Outpt time (%) = 0.015919 (92.7888) Other time (%) = 0.000101089 (0.589233) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:39 2021 Memory usage per processor = 27.5389 Mbytes Step Atoms AVEKE stressZZ 16451 5000 5.0269322e-11 5630824.9 16452 -0.0115049999999937 5630738.82139644 16452 5000 5.0265621e-11 5630738.8 Loop time of 0.0167181 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:39 2021 Pair time (%) = 0.00112295 (6.71696) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.202507) Outpt time (%) = 0.015465 (92.5044) Other time (%) = 9.63211e-05 (0.576147) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:39 2021 Memory usage per processor = 27.5389 Mbytes Step Atoms AVEKE stressZZ 16452 5000 5.0265621e-11 5630712.8 16453 -0.0115049999999937 5630626.69166159 16453 5000 5.026192e-11 5630626.7 Loop time of 0.0167298 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:39 2021 Pair time (%) = 0.0010891 (6.5099) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209491) Outpt time (%) = 0.0155039 (92.6721) Other time (%) = 0.000101805 (0.608522) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:39 2021 Memory usage per processor = 27.5389 Mbytes Step Atoms AVEKE stressZZ 16453 5000 5.026192e-11 5630600.7 16454 -0.0115049999999937 5630514.56775042 16454 5000 5.0258219e-11 5630514.6 Loop time of 0.0175331 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:39 2021 Pair time (%) = 0.00120997 (6.9011) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.187656) Outpt time (%) = 0.0161619 (92.1797) Other time (%) = 0.000128269 (0.731585) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:39 2021 Memory usage per processor = 27.5389 Mbytes Step Atoms AVEKE stressZZ 16454 5000 5.0258219e-11 5630488.6 16455 -0.0115049999999937 5630402.44966203 16455 5000 5.0254519e-11 5630402.4 Loop time of 0.0174859 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:39 2021 Pair time (%) = 0.00106096 (6.06755) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.188162) Outpt time (%) = 0.016304 (93.2412) Other time (%) = 8.79765e-05 (0.503129) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:39 2021 Memory usage per processor = 27.5389 Mbytes Step Atoms AVEKE stressZZ 16455 5000 5.0254519e-11 5630376.4 16456 -0.0115049999999937 5630290.33739534 16456 5000 5.0250819e-11 5630290.3 Loop time of 0.01683 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:39 2021 Pair time (%) = 0.00105906 (6.29268) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.195495) Outpt time (%) = 0.0156419 (92.9409) Other time (%) = 9.60827e-05 (0.570902) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:39 2021 Memory usage per processor = 27.5389 Mbytes Step Atoms AVEKE stressZZ 16456 5000 5.0250819e-11 5630264.3 16457 -0.0115049999999937 5630178.23094947 16457 5000 5.0247119e-11 5630178.2 Loop time of 0.016881 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:39 2021 Pair time (%) = 0.00131989 (7.81877) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.224564) Outpt time (%) = 0.0154049 (91.2561) Other time (%) = 0.000118256 (0.700525) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:39 2021 Memory usage per processor = 27.5389 Mbytes Step Atoms AVEKE stressZZ 16457 5000 5.0247119e-11 5630152.2 16458 -0.0115049999999937 5630066.13032349 16458 5000 5.024342e-11 5630066.1 Loop time of 0.0173612 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:39 2021 Pair time (%) = 0.00110292 (6.35282) Neigh time (%) = 0 (0) Comm time (%) = 5.50747e-05 (0.317229) Outpt time (%) = 0.0160768 (92.6021) Other time (%) = 0.000126362 (0.727842) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:39 2021 Memory usage per processor = 27.5389 Mbytes Step Atoms AVEKE stressZZ 16458 5000 5.024342e-11 5630040.1 16459 -0.0115049999999937 5629954.03551655 16459 5000 5.0239722e-11 5629954 Loop time of 0.0172431 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:39 2021 Pair time (%) = 0.00110698 (6.41981) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190811) Outpt time (%) = 0.0160072 (92.8322) Other time (%) = 9.60827e-05 (0.557222) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:39 2021 Memory usage per processor = 27.5389 Mbytes Step Atoms AVEKE stressZZ 16459 5000 5.0239722e-11 5629928 16460 -0.0115049999999937 5629841.94652777 16460 5000 5.0236023e-11 5629841.9 Loop time of 0.0191729 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:39 2021 Pair time (%) = 0.00112987 (5.89303) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.187771) Outpt time (%) = 0.0178699 (93.2042) Other time (%) = 0.000137091 (0.715023) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:39 2021 Memory usage per processor = 27.5389 Mbytes Step Atoms AVEKE stressZZ 16460 5000 5.0236023e-11 5629815.9 16461 -0.0115049999999937 5629729.86335614 16461 5000 5.0232326e-11 5629729.9 Loop time of 0.0171711 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:39 2021 Pair time (%) = 0.00125885 (7.3312) Neigh time (%) = 0 (0) Comm time (%) = 5.48363e-05 (0.319351) Outpt time (%) = 0.0157201 (91.5497) Other time (%) = 0.000137329 (0.799767) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:39 2021 Memory usage per processor = 27.5389 Mbytes Step Atoms AVEKE stressZZ 16461 5000 5.0232326e-11 5629703.9 16462 -0.0115049999999937 5629617.786001 16462 5000 5.0228628e-11 5629617.8 Loop time of 0.017324 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:40 2021 Pair time (%) = 0.00111222 (6.42014) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.195425) Outpt time (%) = 0.0160849 (92.8477) Other time (%) = 9.29832e-05 (0.536732) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:40 2021 Memory usage per processor = 27.5389 Mbytes Step Atoms AVEKE stressZZ 16462 5000 5.0228628e-11 5629591.8 16463 -0.0115049999999937 5629505.71446136 16463 5000 5.0224931e-11 5629505.7 Loop time of 0.0172219 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:40 2021 Pair time (%) = 0.00105906 (6.14946) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.19243) Outpt time (%) = 0.016036 (93.114) Other time (%) = 9.36985e-05 (0.544065) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:40 2021 Memory usage per processor = 27.5389 Mbytes Step Atoms AVEKE stressZZ 16463 5000 5.0224931e-11 5629479.7 16464 -0.0115049999999937 5629393.64873632 16464 5000 5.0221235e-11 5629393.6 Loop time of 0.0169189 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:40 2021 Pair time (%) = 0.00115299 (6.81482) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.20715) Outpt time (%) = 0.015584 (92.11) Other time (%) = 0.000146866 (0.868058) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:40 2021 Memory usage per processor = 27.5389 Mbytes Step Atoms AVEKE stressZZ 16464 5000 5.0221235e-11 5629367.6 16465 -0.0115049999999937 5629281.58882515 16465 5000 5.0217539e-11 5629281.6 Loop time of 0.017405 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:40 2021 Pair time (%) = 0.00116801 (6.71078) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.194515) Outpt time (%) = 0.016094 (92.4673) Other time (%) = 0.000109196 (0.62738) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:40 2021 Memory usage per processor = 27.5389 Mbytes Step Atoms AVEKE stressZZ 16465 5000 5.0217539e-11 5629255.6 16466 -0.0115049999999937 5629169.53472698 16466 5000 5.0213843e-11 5629169.5 Loop time of 0.0172369 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:40 2021 Pair time (%) = 0.00105906 (6.1441) Neigh time (%) = 0 (0) Comm time (%) = 5.38826e-05 (0.312599) Outpt time (%) = 0.016005 (92.8531) Other time (%) = 0.000118971 (0.690208) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:40 2021 Memory usage per processor = 27.5389 Mbytes Step Atoms AVEKE stressZZ 16466 5000 5.0213843e-11 5629143.5 16467 -0.0115049999999937 5629057.48644099 16467 5000 5.0210148e-11 5629057.5 Loop time of 0.016861 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:40 2021 Pair time (%) = 0.00110602 (6.55967) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.195136) Outpt time (%) = 0.015631 (92.705) Other time (%) = 9.10759e-05 (0.540158) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:40 2021 Memory usage per processor = 27.5389 Mbytes Step Atoms AVEKE stressZZ 16467 5000 5.0210148e-11 5629031.5 16468 -0.0115049999999937 5628945.44397886 16468 5000 5.0206453e-11 5628945.4 Loop time of 0.0166531 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:40 2021 Pair time (%) = 0.00110507 (6.63584) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.216184) Outpt time (%) = 0.015409 (92.5295) Other time (%) = 0.000102997 (0.618486) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:40 2021 Memory usage per processor = 27.5389 Mbytes Step Atoms AVEKE stressZZ 16468 5000 5.0206453e-11 5628919.4 16469 -0.0115049999999937 5628833.40734465 16469 5000 5.0202758e-11 5628833.4 Loop time of 0.017406 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:40 2021 Pair time (%) = 0.00119019 (6.83779) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.194505) Outpt time (%) = 0.0160801 (92.3828) Other time (%) = 0.000101805 (0.584883) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:40 2021 Memory usage per processor = 27.5389 Mbytes Step Atoms AVEKE stressZZ 16469 5000 5.0202758e-11 5628807.4 16470 -0.0115049999999937 5628721.37653034 16470 5000 5.0199064e-11 5628721.4 Loop time of 0.019587 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:40 2021 Pair time (%) = 0.00105906 (5.40692) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.174063) Outpt time (%) = 0.0184 (93.9394) Other time (%) = 9.39369e-05 (0.479587) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:40 2021 Memory usage per processor = 27.5389 Mbytes Step Atoms AVEKE stressZZ 16470 5000 5.0199064e-11 5628695.4 16471 -0.0115049999999937 5628609.35153297 16471 5000 5.0195371e-11 5628609.4 Loop time of 0.016731 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:40 2021 Pair time (%) = 0.00105906 (6.32989) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.198076) Outpt time (%) = 0.0155442 (92.9063) Other time (%) = 9.46522e-05 (0.565729) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:40 2021 Memory usage per processor = 27.5389 Mbytes Step Atoms AVEKE stressZZ 16471 5000 5.0195371e-11 5628583.4 16472 -0.0115049999999937 5628497.33235067 16472 5000 5.0191678e-11 5628497.3 Loop time of 0.016814 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:40 2021 Pair time (%) = 0.00119996 (7.13668) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208443) Outpt time (%) = 0.0154691 (92.0012) Other time (%) = 0.000109911 (0.653687) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:40 2021 Memory usage per processor = 27.5389 Mbytes Step Atoms AVEKE stressZZ 16472 5000 5.0191678e-11 5628471.3 16473 -0.0115049999999937 5628385.31898189 16473 5000 5.0187985e-11 5628385.3 Loop time of 0.0173521 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:40 2021 Pair time (%) = 0.00121117 (6.97994) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189613) Outpt time (%) = 0.016012 (92.2767) Other time (%) = 9.60827e-05 (0.553724) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:40 2021 Memory usage per processor = 27.5389 Mbytes Step Atoms AVEKE stressZZ 16473 5000 5.0187985e-11 5628359.3 16474 -0.0115049999999937 5628273.31142522 16474 5000 5.0184292e-11 5628273.3 Loop time of 0.017307 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:40 2021 Pair time (%) = 0.00128198 (7.40725) Neigh time (%) = 0 (0) Comm time (%) = 6.48499e-05 (0.374702) Outpt time (%) = 0.015806 (91.3267) Other time (%) = 0.000154257 (0.891295) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:40 2021 Memory usage per processor = 27.5389 Mbytes Step Atoms AVEKE stressZZ 16474 5000 5.0184292e-11 5628247.3 16475 -0.0115049999999937 5628161.30967952 16475 5000 5.01806e-11 5628161.3 Loop time of 0.016643 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:40 2021 Pair time (%) = 0.00106406 (6.39343) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.197691) Outpt time (%) = 0.0154512 (92.8387) Other time (%) = 9.48906e-05 (0.570152) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:40 2021 Memory usage per processor = 27.5389 Mbytes Step Atoms AVEKE stressZZ 16475 5000 5.01806e-11 5628135.3 16476 -0.0115049999999937 5628049.31374381 16476 5000 5.0176909e-11 5628049.3 Loop time of 0.0168679 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:40 2021 Pair time (%) = 0.00126123 (7.47714) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.230392) Outpt time (%) = 0.0154479 (91.5815) Other time (%) = 0.000119925 (0.710964) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:40 2021 Memory usage per processor = 27.5389 Mbytes Step Atoms AVEKE stressZZ 16476 5000 5.0176909e-11 5628023.3 16477 -0.0115049999999937 5627937.3236169 16477 5000 5.0173218e-11 5627937.3 Loop time of 0.017267 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:40 2021 Pair time (%) = 0.00105906 (6.13341) Neigh time (%) = 0 (0) Comm time (%) = 8.89301e-05 (0.51503) Outpt time (%) = 0.0160282 (92.8255) Other time (%) = 9.08375e-05 (0.526076) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:40 2021 Memory usage per processor = 27.5389 Mbytes Step Atoms AVEKE stressZZ 16477 5000 5.0173218e-11 5627911.3 16478 -0.0115049999999937 5627825.33929793 16478 5000 5.0169527e-11 5627825.3 Loop time of 0.017118 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:40 2021 Pair time (%) = 0.00109982 (6.42497) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.19917) Outpt time (%) = 0.0158899 (92.8257) Other time (%) = 9.41753e-05 (0.550155) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:40 2021 Memory usage per processor = 27.5389 Mbytes Step Atoms AVEKE stressZZ 16478 5000 5.0169527e-11 5627799.3 16479 -0.0115049999999937 5627713.36078588 16479 5000 5.0165837e-11 5627713.4 Loop time of 0.0174661 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:40 2021 Pair time (%) = 0.00117397 (6.72145) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.200661) Outpt time (%) = 0.0161071 (92.2193) Other time (%) = 0.000149965 (0.858609) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:40 2021 Memory usage per processor = 27.5389 Mbytes Step Atoms AVEKE stressZZ 16479 5000 5.0165837e-11 5627687.4 16480 -0.0115049999999937 5627601.38807986 16480 5000 5.0162147e-11 5627601.4 Loop time of 0.019618 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:40 2021 Pair time (%) = 0.00108194 (5.51505) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.167712) Outpt time (%) = 0.0184 (93.791) Other time (%) = 0.000103235 (0.526226) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:40 2021 Memory usage per processor = 27.5389 Mbytes Step Atoms AVEKE stressZZ 16480 5000 5.0162147e-11 5627575.4 16481 -0.0115049999999937 5627489.42117896 16481 5000 5.0158457e-11 5627489.4 Loop time of 0.0174751 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:40 2021 Pair time (%) = 0.00110698 (6.33459) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.188278) Outpt time (%) = 0.0162411 (92.9382) Other time (%) = 9.41753e-05 (0.538911) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:40 2021 Memory usage per processor = 27.5389 Mbytes Step Atoms AVEKE stressZZ 16481 5000 5.0158457e-11 5627463.4 16482 -0.0115049999999937 5627377.46008234 16482 5000 5.0154768e-11 5627377.5 Loop time of 0.0171239 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:40 2021 Pair time (%) = 0.00106406 (6.21389) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192139) Outpt time (%) = 0.0159321 (93.0398) Other time (%) = 9.48906e-05 (0.55414) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:40 2021 Memory usage per processor = 27.5389 Mbytes Step Atoms AVEKE stressZZ 16482 5000 5.0154768e-11 5627351.5 16483 -0.0115049999999937 5627265.50478912 16483 5000 5.015108e-11 5627265.5 Loop time of 0.016748 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:40 2021 Pair time (%) = 0.00107479 (6.41745) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.207841) Outpt time (%) = 0.0155051 (92.5789) Other time (%) = 0.000133276 (0.795775) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:40 2021 Memory usage per processor = 27.5389 Mbytes Step Atoms AVEKE stressZZ 16483 5000 5.015108e-11 5627239.5 16484 -0.0115049999999937 5627153.5552985 16484 5000 5.0147391e-11 5627153.6 Loop time of 0.0176051 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:40 2021 Pair time (%) = 0.00132585 (7.53105) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.197722) Outpt time (%) = 0.0160768 (91.3192) Other time (%) = 0.000167608 (0.952046) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:40 2021 Memory usage per processor = 27.5389 Mbytes Step Atoms AVEKE stressZZ 16484 5000 5.0147391e-11 5627127.6 16485 -0.0115049999999937 5627041.61160959 16485 5000 5.0143704e-11 5627041.6 Loop time of 0.017458 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:40 2021 Pair time (%) = 0.00106907 (6.12368) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.189828) Outpt time (%) = 0.0162601 (93.1389) Other time (%) = 9.56059e-05 (0.547635) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:40 2021 Memory usage per processor = 27.5389 Mbytes Step Atoms AVEKE stressZZ 16485 5000 5.0143704e-11 5627015.6 16486 -0.0115049999999937 5626929.67372169 16486 5000 5.0140016e-11 5626929.7 Loop time of 0.016731 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:40 2021 Pair time (%) = 0.00109911 (6.56929) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.196651) Outpt time (%) = 0.0155051 (92.6726) Other time (%) = 9.39369e-05 (0.561454) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:40 2021 Memory usage per processor = 27.5389 Mbytes Step Atoms AVEKE stressZZ 16486 5000 5.0140016e-11 5626903.7 16487 -0.0115049999999937 5626817.74163396 16487 5000 5.0136329e-11 5626817.7 Loop time of 0.0167029 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:40 2021 Pair time (%) = 0.00114107 (6.83158) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.215539) Outpt time (%) = 0.0154209 (92.3248) Other time (%) = 0.000104904 (0.62806) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:40 2021 Memory usage per processor = 27.5389 Mbytes Step Atoms AVEKE stressZZ 16487 5000 5.0136329e-11 5626791.8 16488 -0.0115049999999937 5626705.81534554 16488 5000 5.0132643e-11 5626705.8 Loop time of 0.0175791 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:40 2021 Pair time (%) = 0.00117993 (6.71215) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.193946) Outpt time (%) = 0.016211 (92.2178) Other time (%) = 0.000154018 (0.876146) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:40 2021 Memory usage per processor = 27.5389 Mbytes Step Atoms AVEKE stressZZ 16488 5000 5.0132643e-11 5626679.8 16489 -0.0115049999999937 5626593.89485563 16489 5000 5.0128957e-11 5626593.9 Loop time of 0.0172441 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:40 2021 Pair time (%) = 0.00105786 (6.13464) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192183) Outpt time (%) = 0.0160601 (93.134) Other time (%) = 9.29832e-05 (0.539218) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:40 2021 Memory usage per processor = 27.5389 Mbytes Step Atoms AVEKE stressZZ 16489 5000 5.0128957e-11 5626567.9 16490 -0.0115049999999937 5626481.98016358 16490 5000 5.0125271e-11 5626482 Loop time of 0.018765 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:40 2021 Pair time (%) = 0.00106406 (5.67047) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.175336) Outpt time (%) = 0.0175459 (93.5037) Other time (%) = 0.00012207 (0.650522) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:40 2021 Memory usage per processor = 27.5389 Mbytes Step Atoms AVEKE stressZZ 16490 5000 5.0125271e-11 5626456 16491 -0.0115049999999937 5626370.07126855 16491 5000 5.0121586e-11 5626370.1 Loop time of 0.0163522 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:40 2021 Pair time (%) = 0.00106406 (6.50716) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.195375) Outpt time (%) = 0.0151711 (92.777) Other time (%) = 8.51154e-05 (0.520514) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:40 2021 Memory usage per processor = 27.5389 Mbytes Step Atoms AVEKE stressZZ 16491 5000 5.0121586e-11 5626344.1 16492 -0.0115049999999937 5626258.16816978 16492 5000 5.0117901e-11 5626258.2 Loop time of 0.0165381 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:40 2021 Pair time (%) = 0.00106287 (6.42678) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.200386) Outpt time (%) = 0.0152762 (92.3695) Other time (%) = 0.000165939 (1.00337) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:40 2021 Memory usage per processor = 27.5389 Mbytes Step Atoms AVEKE stressZZ 16492 5000 5.0117901e-11 5626232.2 16493 -0.0115049999999937 5626146.27086654 16493 5000 5.0114216e-11 5626146.3 Loop time of 0.016928 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:40 2021 Pair time (%) = 0.00106406 (6.28583) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.194363) Outpt time (%) = 0.0157409 (92.9874) Other time (%) = 9.01222e-05 (0.532387) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:40 2021 Memory usage per processor = 27.5389 Mbytes Step Atoms AVEKE stressZZ 16493 5000 5.0114216e-11 5626120.3 16494 -0.0115049999999937 5626034.37935807 16494 5000 5.0110532e-11 5626034.4 Loop time of 0.0168779 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:40 2021 Pair time (%) = 0.00113297 (6.71272) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.213304) Outpt time (%) = 0.0156031 (92.4468) Other time (%) = 0.000105858 (0.627198) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:40 2021 Memory usage per processor = 27.5389 Mbytes Step Atoms AVEKE stressZZ 16494 5000 5.0110532e-11 5626008.4 16495 -0.0115049999999937 5625922.49365718 16495 5000 5.0106848e-11 5625922.5 Loop time of 0.017117 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:40 2021 Pair time (%) = 0.00125408 (7.32652) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193609) Outpt time (%) = 0.015738 (91.9436) Other time (%) = 9.17912e-05 (0.536257) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:40 2021 Memory usage per processor = 27.5389 Mbytes Step Atoms AVEKE stressZZ 16495 5000 5.0106848e-11 5625896.5 16496 -0.0115049999999937 5625810.61383336 16496 5000 5.0103165e-11 5625810.6 Loop time of 0.0176649 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:40 2021 Pair time (%) = 0.00106096 (6.00605) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.186255) Outpt time (%) = 0.016479 (93.2867) Other time (%) = 9.20296e-05 (0.520974) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:40 2021 Memory usage per processor = 27.5389 Mbytes Step Atoms AVEKE stressZZ 16496 5000 5.0103165e-11 5625784.6 16497 -0.0115049999999937 5625698.73985147 16497 5000 5.0099482e-11 5625698.7 Loop time of 0.0168128 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:40 2021 Pair time (%) = 0.00107694 (6.40546) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.197113) Outpt time (%) = 0.0156078 (92.833) Other time (%) = 9.48906e-05 (0.564395) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:40 2021 Memory usage per processor = 27.5389 Mbytes Step Atoms AVEKE stressZZ 16497 5000 5.0099482e-11 5625672.8 16498 -0.0115049999999937 5625586.87169752 16498 5000 5.00958e-11 5625586.9 Loop time of 0.017065 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:40 2021 Pair time (%) = 0.00120902 (7.08478) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.216553) Outpt time (%) = 0.015671 (91.8311) Other time (%) = 0.000148058 (0.867609) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:40 2021 Memory usage per processor = 27.5389 Mbytes Step Atoms AVEKE stressZZ 16498 5000 5.00958e-11 5625560.9 16499 -0.0115049999999937 5625475.00936471 16499 5000 5.0092118e-11 5625475 Loop time of 0.017427 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:40 2021 Pair time (%) = 0.00109982 (6.31105) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.188798) Outpt time (%) = 0.016197 (92.942) Other time (%) = 9.72748e-05 (0.558185) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:40 2021 Memory usage per processor = 27.5389 Mbytes Step Atoms AVEKE stressZZ 16499 5000 5.0092118e-11 5625449 16500 -0.0115049999999937 5625363.15284854 16500 5000 5.0088436e-11 5625363.2 Loop time of 0.0196509 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:40 2021 Pair time (%) = 0.00115895 (5.8977) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.168644) Outpt time (%) = 0.0183601 (93.4314) Other time (%) = 9.87053e-05 (0.502293) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:40 2021 Memory usage per processor = 27.5389 Mbytes Step Atoms AVEKE stressZZ 16500 5000 5.0088436e-11 5625337.2 16501 -0.0115049999999937 5625251.30214568 16501 5000 5.0084755e-11 5625251.3 Loop time of 0.0167041 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:40 2021 Pair time (%) = 0.00106096 (6.35152) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.198396) Outpt time (%) = 0.015522 (92.9234) Other time (%) = 8.79765e-05 (0.526676) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:40 2021 Memory usage per processor = 27.5389 Mbytes Step Atoms AVEKE stressZZ 16501 5000 5.0084755e-11 5625225.3 16502 -0.0115049999999937 5625139.45725345 16502 5000 5.0081074e-11 5625139.5 Loop time of 0.0169361 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:40 2021 Pair time (%) = 0.00137591 (8.12416) Neigh time (%) = 0 (0) Comm time (%) = 3.98159e-05 (0.235095) Outpt time (%) = 0.0154111 (90.996) Other time (%) = 0.000109196 (0.644753) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:40 2021 Memory usage per processor = 27.5389 Mbytes Step Atoms AVEKE stressZZ 16502 5000 5.0081074e-11 5625113.5 16503 -0.0115049999999937 5625027.61816958 16503 5000 5.0077394e-11 5625027.6 Loop time of 0.0171778 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:40 2021 Pair time (%) = 0.00105882 (6.16386) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191536) Outpt time (%) = 0.0159941 (93.1089) Other time (%) = 9.20296e-05 (0.535747) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:24:40 2021 Memory usage per processor = 27.5389 Mbytes Step Atoms AVEKE stressZZ 16503 5000 5.0077394e-11 5625001.6 16504 -0.0115049999999937 5624898.64659793 16504 5000 9.8886339e-11 5625083.6 Loop time of 0.0169659 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:40 2021 Pair time (%) = 0.00106192 (6.25913) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.195334) Outpt time (%) = 0.015754 (92.8569) Other time (%) = 0.000116825 (0.688589) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:40 2021 Memory usage per processor = 27.5389 Mbytes Step Atoms AVEKE stressZZ 16504 5000 9.8886339e-11 5682106.6 16505 -0.0115374999999937 5681993.00050547 16505 5000 7.9613947e-11 5681993 Loop time of 0.0166001 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:41 2021 Pair time (%) = 0.00124002 (7.46991) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.203947) Outpt time (%) = 0.0151632 (91.3438) Other time (%) = 0.000163078 (0.982392) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:41 2021 Memory usage per processor = 27.5389 Mbytes Step Atoms AVEKE stressZZ 16505 5000 7.9613947e-11 5681958 16506 -0.0115374999999937 5681854.11238732 16506 5000 6.8449605e-11 5681854.1 Loop time of 0.017175 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:41 2021 Pair time (%) = 0.0011971 (6.97003) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204062) Outpt time (%) = 0.0157609 (91.7667) Other time (%) = 0.000181913 (1.05918) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:41 2021 Memory usage per processor = 27.5389 Mbytes Step Atoms AVEKE stressZZ 16506 5000 6.8449605e-11 5681822.3 16507 -0.0115374999999937 5681724.57592122 16507 5000 6.1791372e-11 5681724.6 Loop time of 0.0172949 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:41 2021 Pair time (%) = 0.00106192 (6.14006) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.19024) Outpt time (%) = 0.016077 (92.9584) Other time (%) = 0.000123024 (0.711332) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:41 2021 Memory usage per processor = 27.5389 Mbytes Step Atoms AVEKE stressZZ 16507 5000 6.1791372e-11 5681694.7 16508 -0.0115374999999937 5681600.98470152 16508 5000 5.7735632e-11 5681601 Loop time of 0.016484 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:41 2021 Pair time (%) = 0.00106812 (6.4797) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193812) Outpt time (%) = 0.0152941 (92.7812) Other time (%) = 8.98838e-05 (0.545278) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:41 2021 Memory usage per processor = 27.5389 Mbytes Step Atoms AVEKE stressZZ 16508 5000 5.7735632e-11 5681572.4 16509 -0.0115374999999937 5681481.17389063 16509 5000 5.5228305e-11 5681481.2 Loop time of 0.016835 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:41 2021 Pair time (%) = 0.00119209 (7.08105) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208183) Outpt time (%) = 0.0154681 (91.8809) Other time (%) = 0.000139713 (0.829899) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:41 2021 Memory usage per processor = 27.5389 Mbytes Step Atoms AVEKE stressZZ 16509 5000 5.5228305e-11 5681453.4 16510 -0.0115374999999937 5681363.7677124 16510 5000 5.3662395e-11 5681363.8 Loop time of 0.0198002 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:41 2021 Pair time (%) = 0.00117707 (5.94475) Neigh time (%) = 0 (0) Comm time (%) = 4.81606e-05 (0.243233) Outpt time (%) = 0.0184531 (93.1967) Other time (%) = 0.000121832 (0.615307) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:41 2021 Memory usage per processor = 27.539 Mbytes Step Atoms AVEKE stressZZ 16510 5000 5.3662395e-11 5681336.5 16511 -0.0115374999999937 5681247.89184642 16511 5000 5.2677549e-11 5681247.9 Loop time of 0.0172951 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:41 2021 Pair time (%) = 0.00106001 (6.12895) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190237) Outpt time (%) = 0.0161071 (93.1308) Other time (%) = 9.5129e-05 (0.550034) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:41 2021 Memory usage per processor = 27.539 Mbytes Step Atoms AVEKE stressZZ 16511 5000 5.2677549e-11 5681221 16512 -0.0115374999999937 5681132.99065204 16512 5000 5.2055019e-11 5681133 Loop time of 0.0167692 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:41 2021 Pair time (%) = 0.00110006 (6.56003) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.196204) Outpt time (%) = 0.015543 (92.6879) Other time (%) = 9.32217e-05 (0.555911) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:41 2021 Memory usage per processor = 27.539 Mbytes Step Atoms AVEKE stressZZ 16512 5000 5.2055019e-11 5681106.3 16513 -0.0115374999999937 5681018.71101312 16513 5000 5.1659934e-11 5681018.7 Loop time of 0.0168681 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:41 2021 Pair time (%) = 0.00125408 (7.43463) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.224735) Outpt time (%) = 0.015424 (91.4389) Other time (%) = 0.000152111 (0.901767) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:41 2021 Memory usage per processor = 27.539 Mbytes Step Atoms AVEKE stressZZ 16513 5000 5.1659934e-11 5680992.1 16514 -0.0115374999999937 5680904.82852007 16514 5000 5.1408256e-11 5680904.8 Loop time of 0.0171909 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:41 2021 Pair time (%) = 0.00106096 (6.17164) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198325) Outpt time (%) = 0.016006 (93.1072) Other time (%) = 8.98838e-05 (0.522856) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:41 2021 Memory usage per processor = 27.539 Mbytes Step Atoms AVEKE stressZZ 16514 5000 5.1408256e-11 5680878.3 16515 -0.0115374999999937 5680791.20055766 16515 5000 5.1247256e-11 5680791.2 Loop time of 0.0174899 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:41 2021 Pair time (%) = 0.00106192 (6.07159) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.189482) Outpt time (%) = 0.0162849 (93.1105) Other time (%) = 0.000109911 (0.628425) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:41 2021 Memory usage per processor = 27.539 Mbytes Step Atoms AVEKE stressZZ 16515 5000 5.1247256e-11 5680764.8 16516 -0.0115374999999937 5680677.73649214 16516 5000 5.1143697e-11 5680677.7 Loop time of 0.017513 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:41 2021 Pair time (%) = 0.00109887 (6.27459) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.200123) Outpt time (%) = 0.016278 (92.9481) Other time (%) = 0.000101089 (0.577224) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:41 2021 Memory usage per processor = 27.539 Mbytes Step Atoms AVEKE stressZZ 16516 5000 5.1143697e-11 5680651.3 16517 -0.0115374999999937 5680564.37872421 16517 5000 5.1076566e-11 5680564.4 Loop time of 0.0174038 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:41 2021 Pair time (%) = 0.00146604 (8.42363) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.212337) Outpt time (%) = 0.015753 (90.5147) Other time (%) = 0.00014782 (0.84935) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:41 2021 Memory usage per processor = 27.539 Mbytes Step Atoms AVEKE stressZZ 16517 5000 5.1076566e-11 5680538 16518 -0.0115374999999937 5680451.09064891 16518 5000 5.1032556e-11 5680451.1 Loop time of 0.0171459 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:41 2021 Pair time (%) = 0.00106287 (6.19898) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193284) Outpt time (%) = 0.0159628 (93.1002) Other time (%) = 8.70228e-05 (0.507544) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:41 2021 Memory usage per processor = 27.539 Mbytes Step Atoms AVEKE stressZZ 16518 5000 5.1032556e-11 5680424.7 16519 -0.0115374999999937 5680337.84900286 16519 5000 5.1003227e-11 5680337.8 Loop time of 0.0167239 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:41 2021 Pair time (%) = 0.00105786 (6.32547) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.196735) Outpt time (%) = 0.0155389 (92.9147) Other time (%) = 9.41753e-05 (0.563119) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:41 2021 Memory usage per processor = 27.539 Mbytes Step Atoms AVEKE stressZZ 16519 5000 5.1003227e-11 5680311.5 16520 -0.0115374999999937 5680224.63900177 16520 5000 5.0983223e-11 5680224.6 Loop time of 0.019109 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:41 2021 Pair time (%) = 0.00112486 (5.88654) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.183408) Outpt time (%) = 0.0178449 (93.3848) Other time (%) = 0.000104189 (0.545235) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:41 2021 Memory usage per processor = 27.539 Mbytes Step Atoms AVEKE stressZZ 16520 5000 5.0983223e-11 5680198.3 16521 -0.0115374999999937 5680111.45124977 16521 5000 5.0969143e-11 5680111.5 Loop time of 0.0175178 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:41 2021 Pair time (%) = 0.00113702 (6.49064) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.198707) Outpt time (%) = 0.0162439 (92.7281) Other time (%) = 0.000102043 (0.582511) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:41 2021 Memory usage per processor = 27.539 Mbytes Step Atoms AVEKE stressZZ 16521 5000 5.0969143e-11 5680085.1 16522 -0.0115374999999937 5679998.27977549 16522 5000 5.0958827e-11 5679998.3 Loop time of 0.0172439 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:41 2021 Pair time (%) = 0.00131106 (7.60307) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.208777) Outpt time (%) = 0.0157468 (91.3185) Other time (%) = 0.000149965 (0.869673) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:41 2021 Memory usage per processor = 27.539 Mbytes Step Atoms AVEKE stressZZ 16522 5000 5.0958827e-11 5679971.9 16523 -0.0115374999999937 5679885.12078371 16523 5000 5.0950903e-11 5679885.1 Loop time of 0.0169261 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:41 2021 Pair time (%) = 0.00108504 (6.41049) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207063) Outpt time (%) = 0.0157051 (92.7866) Other time (%) = 0.000100851 (0.595833) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:41 2021 Memory usage per processor = 27.539 Mbytes Step Atoms AVEKE stressZZ 16523 5000 5.0950903e-11 5679858.8 16524 -0.0115374999999937 5679771.97186234 16524 5000 5.09445e-11 5679772 Loop time of 0.016978 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:41 2021 Pair time (%) = 0.00120306 (7.08598) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.219067) Outpt time (%) = 0.0156269 (92.042) Other time (%) = 0.000110865 (0.652989) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:41 2021 Memory usage per processor = 27.539 Mbytes Step Atoms AVEKE stressZZ 16524 5000 5.09445e-11 5679745.6 16525 -0.0115374999999937 5679658.83147829 16525 5000 5.0939062e-11 5679658.8 Loop time of 0.0172031 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:41 2021 Pair time (%) = 0.00121999 (7.09168) Neigh time (%) = 0 (0) Comm time (%) = 6.29425e-05 (0.365879) Outpt time (%) = 0.01582 (91.9604) Other time (%) = 0.000100136 (0.58208) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:41 2021 Memory usage per processor = 27.539 Mbytes Step Atoms AVEKE stressZZ 16525 5000 5.0939062e-11 5679632.5 16526 -0.0115374999999937 5679545.69865684 16526 5000 5.0934238e-11 5679545.7 Loop time of 0.0171859 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:41 2021 Pair time (%) = 0.00105906 (6.16234) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198382) Outpt time (%) = 0.016 (93.0996) Other time (%) = 9.27448e-05 (0.539656) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:41 2021 Memory usage per processor = 27.539 Mbytes Step Atoms AVEKE stressZZ 16526 5000 5.0934238e-11 5679519.4 16527 -0.0115374999999937 5679432.57277856 16527 5000 5.0929805e-11 5679432.6 Loop time of 0.0172479 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:41 2021 Pair time (%) = 0.0010612 (6.15263) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190758) Outpt time (%) = 0.016032 (92.9503) Other time (%) = 0.000121832 (0.706357) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:41 2021 Memory usage per processor = 27.539 Mbytes Step Atoms AVEKE stressZZ 16527 5000 5.0929805e-11 5679406.2 16528 -0.0115374999999937 5679319.45344926 16528 5000 5.092562e-11 5679319.5 Loop time of 0.0171351 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:41 2021 Pair time (%) = 0.00131893 (7.69723) Neigh time (%) = 0 (0) Comm time (%) = 6.19888e-05 (0.361764) Outpt time (%) = 0.0156188 (91.1507) Other time (%) = 0.000135422 (0.790316) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:41 2021 Memory usage per processor = 27.539 Mbytes Step Atoms AVEKE stressZZ 16528 5000 5.092562e-11 5679293.1 16529 -0.0115374999999937 5679206.34041846 16529 5000 5.0921593e-11 5679206.3 Loop time of 0.0174851 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:41 2021 Pair time (%) = 0.00110102 (6.29687) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.189533) Outpt time (%) = 0.0162549 (92.9641) Other time (%) = 9.60827e-05 (0.54951) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:41 2021 Memory usage per processor = 27.539 Mbytes Step Atoms AVEKE stressZZ 16529 5000 5.0921593e-11 5679180 16530 -0.0115374999999937 5679093.23352651 16530 5000 5.0917667e-11 5679093.2 Loop time of 0.019696 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:41 2021 Pair time (%) = 0.00109315 (5.55011) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.167048) Outpt time (%) = 0.018414 (93.4912) Other time (%) = 0.000155926 (0.791662) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:41 2021 Memory usage per processor = 27.539 Mbytes Step Atoms AVEKE stressZZ 16530 5000 5.0917667e-11 5679066.9 16531 -0.0115374999999937 5678980.1326719 16531 5000 5.0913804e-11 5678980.1 Loop time of 0.0166998 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:41 2021 Pair time (%) = 0.00106001 (6.34744) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.198447) Outpt time (%) = 0.015511 (92.8816) Other time (%) = 9.56059e-05 (0.572497) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:41 2021 Memory usage per processor = 27.539 Mbytes Step Atoms AVEKE stressZZ 16531 5000 5.0913804e-11 5678953.8 16532 -0.0115374999999937 5678867.0377898 16532 5000 5.0909983e-11 5678867 Loop time of 0.016928 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:41 2021 Pair time (%) = 0.00142908 (8.44213) Neigh time (%) = 0 (0) Comm time (%) = 4.41074e-05 (0.26056) Outpt time (%) = 0.015343 (90.6368) Other time (%) = 0.000111818 (0.660554) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:41 2021 Memory usage per processor = 27.539 Mbytes Step Atoms AVEKE stressZZ 16532 5000 5.0909983e-11 5678840.7 16533 -0.0115374999999937 5678753.94883874 16533 5000 5.0906187e-11 5678753.9 Loop time of 0.017494 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:41 2021 Pair time (%) = 0.00112605 (6.4368) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.200341) Outpt time (%) = 0.016232 (92.7864) Other time (%) = 0.000100851 (0.576491) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:41 2021 Memory usage per processor = 27.539 Mbytes Step Atoms AVEKE stressZZ 16533 5000 5.0906187e-11 5678727.6 16534 -0.0115374999999937 5678640.86579215 16534 5000 5.0902408e-11 5678640.9 Loop time of 0.0165501 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:41 2021 Pair time (%) = 0.00106096 (6.41063) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.198801) Outpt time (%) = 0.0153639 (92.8331) Other time (%) = 9.2268e-05 (0.557508) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:41 2021 Memory usage per processor = 27.539 Mbytes Step Atoms AVEKE stressZZ 16534 5000 5.0902408e-11 5678614.5 16535 -0.0115374999999937 5678527.78863286 16535 5000 5.089864e-11 5678527.8 Loop time of 0.016541 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:41 2021 Pair time (%) = 0.00122905 (7.43031) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.200352) Outpt time (%) = 0.015188 (91.8202) Other time (%) = 9.08375e-05 (0.549165) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:41 2021 Memory usage per processor = 27.539 Mbytes Step Atoms AVEKE stressZZ 16535 5000 5.089864e-11 5678501.5 16536 -0.0115374999999937 5678414.7173499 16536 5000 5.0894879e-11 5678414.7 Loop time of 0.0162899 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:41 2021 Pair time (%) = 0.00106096 (6.51299) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.203439) Outpt time (%) = 0.015106 (92.7318) Other time (%) = 8.98838e-05 (0.551775) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:41 2021 Memory usage per processor = 27.539 Mbytes Step Atoms AVEKE stressZZ 16536 5000 5.0894879e-11 5678388.4 16537 -0.0115374999999937 5678301.65193589 16537 5000 5.0891123e-11 5678301.7 Loop time of 0.0173042 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:41 2021 Pair time (%) = 0.00106215 (6.13814) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191515) Outpt time (%) = 0.01612 (93.1564) Other time (%) = 8.89301e-05 (0.513923) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:41 2021 Memory usage per processor = 27.539 Mbytes Step Atoms AVEKE stressZZ 16537 5000 5.0891123e-11 5678275.3 16538 -0.0115374999999937 5678188.59238602 16538 5000 5.088737e-11 5678188.6 Loop time of 0.017334 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:41 2021 Pair time (%) = 0.00108099 (6.23625) Neigh time (%) = 0 (0) Comm time (%) = 7.39098e-05 (0.426386) Outpt time (%) = 0.0160692 (92.7033) Other time (%) = 0.000109911 (0.634078) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:41 2021 Memory usage per processor = 27.539 Mbytes Step Atoms AVEKE stressZZ 16538 5000 5.088737e-11 5678162.3 16539 -0.0115374999999937 5678075.53869678 16539 5000 5.0883618e-11 5678075.5 Loop time of 0.0167029 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:41 2021 Pair time (%) = 0.00113201 (6.77734) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209829) Outpt time (%) = 0.015434 (92.4033) Other time (%) = 0.000101805 (0.609504) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:41 2021 Memory usage per processor = 27.539 Mbytes Step Atoms AVEKE stressZZ 16539 5000 5.0883618e-11 5678049.2 16540 -0.0115374999999937 5677962.49086598 16540 5000 5.0879869e-11 5677962.5 Loop time of 0.0196571 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:41 2021 Pair time (%) = 0.00112104 (5.70299) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.17223) Outpt time (%) = 0.0183852 (93.5293) Other time (%) = 0.000117064 (0.595527) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:41 2021 Memory usage per processor = 27.539 Mbytes Step Atoms AVEKE stressZZ 16540 5000 5.0879869e-11 5677936.2 16541 -0.0115374999999937 5677849.44889182 16541 5000 5.087612e-11 5677849.4 Loop time of 0.0171139 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:41 2021 Pair time (%) = 0.00106311 (6.21195) Neigh time (%) = 0 (0) Comm time (%) = 6.79493e-05 (0.397041) Outpt time (%) = 0.015883 (92.8073) Other time (%) = 9.98974e-05 (0.58372) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:41 2021 Memory usage per processor = 27.539 Mbytes Step Atoms AVEKE stressZZ 16541 5000 5.087612e-11 5677823.1 16542 -0.0115374999999937 5677736.41277303 16542 5000 5.0872373e-11 5677736.4 Loop time of 0.016989 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:41 2021 Pair time (%) = 0.00106406 (6.26324) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.193665) Outpt time (%) = 0.0157709 (92.8302) Other time (%) = 0.000121117 (0.712912) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:41 2021 Memory usage per processor = 27.539 Mbytes Step Atoms AVEKE stressZZ 16542 5000 5.0872373e-11 5677710.1 16543 -0.0115374999999937 5677623.38250849 16543 5000 5.0868626e-11 5677623.4 Loop time of 0.0165741 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:41 2021 Pair time (%) = 0.00110197 (6.64873) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211459) Outpt time (%) = 0.0153332 (92.5126) Other time (%) = 0.000103951 (0.627185) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:41 2021 Memory usage per processor = 27.539 Mbytes Step Atoms AVEKE stressZZ 16543 5000 5.0868626e-11 5677597.1 16544 -0.0115374999999937 5677510.35809724 16544 5000 5.0864879e-11 5677510.4 Loop time of 0.017318 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:41 2021 Pair time (%) = 0.00118184 (6.82435) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.202376) Outpt time (%) = 0.015969 (92.2106) Other time (%) = 0.000132084 (0.762697) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:41 2021 Memory usage per processor = 27.539 Mbytes Step Atoms AVEKE stressZZ 16544 5000 5.0864879e-11 5677484 16545 -0.0115374999999937 5677397.33953843 16545 5000 5.0861133e-11 5677397.3 Loop time of 0.0170929 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:41 2021 Pair time (%) = 0.00110483 (6.46367) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192487) Outpt time (%) = 0.0158591 (92.7817) Other time (%) = 9.60827e-05 (0.562119) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:41 2021 Memory usage per processor = 27.539 Mbytes Step Atoms AVEKE stressZZ 16545 5000 5.0861133e-11 5677371 16546 -0.0115374999999937 5677284.32683146 16546 5000 5.0857388e-11 5677284.3 Loop time of 0.0164719 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:41 2021 Pair time (%) = 0.00106192 (6.44685) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.201193) Outpt time (%) = 0.0152779 (92.7513) Other time (%) = 9.89437e-05 (0.600683) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:41 2021 Memory usage per processor = 27.539 Mbytes Step Atoms AVEKE stressZZ 16546 5000 5.0857388e-11 5677258 16547 -0.0115374999999937 5677171.32000325 16547 5000 5.0853643e-11 5677171.3 Loop time of 0.01719 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:41 2021 Pair time (%) = 0.00128007 (7.4466) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.227462) Outpt time (%) = 0.0157261 (91.484) Other time (%) = 0.00014472 (0.841886) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:41 2021 Memory usage per processor = 27.539 Mbytes Step Atoms AVEKE stressZZ 16547 5000 5.0853643e-11 5677145 16548 -0.0115374999999937 5677058.31904913 16548 5000 5.0849899e-11 5677058.3 Loop time of 0.0208271 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:42 2021 Pair time (%) = 0.00105882 (5.08385) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.157976) Outpt time (%) = 0.0196459 (94.3289) Other time (%) = 8.9407e-05 (0.429283) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:42 2021 Memory usage per processor = 27.539 Mbytes Step Atoms AVEKE stressZZ 16548 5000 5.0849899e-11 5677032 16549 -0.0115374999999937 5676945.32395988 16549 5000 5.0846155e-11 5676945.3 Loop time of 0.0174181 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:42 2021 Pair time (%) = 0.00110006 (6.31562) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.188894) Outpt time (%) = 0.016191 (92.9548) Other time (%) = 9.41753e-05 (0.540674) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:42 2021 Memory usage per processor = 27.539 Mbytes Step Atoms AVEKE stressZZ 16549 5000 5.0846155e-11 5676919 16550 -0.0115374999999937 5676832.33473204 16550 5000 5.0842411e-11 5676832.3 Loop time of 0.0189459 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:42 2021 Pair time (%) = 0.00107098 (5.6528) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.173661) Outpt time (%) = 0.0176759 (93.2964) Other time (%) = 0.000166178 (0.877116) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:42 2021 Memory usage per processor = 27.539 Mbytes Step Atoms AVEKE stressZZ 16550 5000 5.0842411e-11 5676806 16551 -0.0115374999999937 5676719.35136326 16551 5000 5.0838668e-11 5676719.4 Loop time of 0.016782 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:42 2021 Pair time (%) = 0.00110888 (6.60757) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208839) Outpt time (%) = 0.0155292 (92.5343) Other time (%) = 0.000108957 (0.649249) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:42 2021 Memory usage per processor = 27.539 Mbytes Step Atoms AVEKE stressZZ 16551 5000 5.0838668e-11 5676693 16552 -0.0115374999999937 5676606.37385669 16552 5000 5.0834925e-11 5676606.4 Loop time of 0.017298 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:42 2021 Pair time (%) = 0.00117111 (6.77022) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190206) Outpt time (%) = 0.01599 (92.4386) Other time (%) = 0.000103951 (0.60094) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:42 2021 Memory usage per processor = 27.539 Mbytes Step Atoms AVEKE stressZZ 16552 5000 5.0834925e-11 5676580.1 16553 -0.0115374999999937 5676493.40221139 16553 5000 5.0831183e-11 5676493.4 Loop time of 0.017288 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:42 2021 Pair time (%) = 0.00106812 (6.17837) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190316) Outpt time (%) = 0.0160921 (93.0824) Other time (%) = 9.48906e-05 (0.548882) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:42 2021 Memory usage per processor = 27.539 Mbytes Step Atoms AVEKE stressZZ 16553 5000 5.0831183e-11 5676467.1 16554 -0.0115374999999937 5676380.43642383 16554 5000 5.0827441e-11 5676380.4 Loop time of 0.016598 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:42 2021 Pair time (%) = 0.00105906 (6.38063) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.198227) Outpt time (%) = 0.0154119 (92.8538) Other time (%) = 9.41753e-05 (0.56739) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:42 2021 Memory usage per processor = 27.539 Mbytes Step Atoms AVEKE stressZZ 16554 5000 5.0827441e-11 5676354.1 16555 -0.0115374999999937 5676267.47649218 16555 5000 5.08237e-11 5676267.5 Loop time of 0.0169539 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:42 2021 Pair time (%) = 0.00130701 (7.70918) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.230629) Outpt time (%) = 0.015491 (91.3711) Other time (%) = 0.000116825 (0.689073) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:42 2021 Memory usage per processor = 27.539 Mbytes Step Atoms AVEKE stressZZ 16555 5000 5.08237e-11 5676241.2 16556 -0.0115374999999937 5676154.52241508 16556 5000 5.0819959e-11 5676154.5 Loop time of 0.017488 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:42 2021 Pair time (%) = 0.00111008 (6.34765) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.194956) Outpt time (%) = 0.0162451 (92.893) Other time (%) = 9.87053e-05 (0.564417) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:42 2021 Memory usage per processor = 27.539 Mbytes Step Atoms AVEKE stressZZ 16556 5000 5.0819959e-11 5676128.2 16557 -0.0115374999999937 5676041.57419127 16557 5000 5.0816218e-11 5676041.6 Loop time of 0.0174549 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:42 2021 Pair time (%) = 0.00112581 (6.44985) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.188496) Outpt time (%) = 0.0161839 (92.7183) Other time (%) = 0.000112295 (0.643346) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:42 2021 Memory usage per processor = 27.539 Mbytes Step Atoms AVEKE stressZZ 16557 5000 5.0816218e-11 5676015.3 16558 -0.0115374999999937 5675928.63181908 16558 5000 5.0812478e-11 5675928.6 Loop time of 0.016609 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:42 2021 Pair time (%) = 0.00106382 (6.40512) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.198097) Outpt time (%) = 0.015413 (92.7996) Other time (%) = 9.91821e-05 (0.597161) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:42 2021 Memory usage per processor = 27.539 Mbytes Step Atoms AVEKE stressZZ 16558 5000 5.0812478e-11 5675902.3 16559 -0.0115374999999937 5675815.69529758 16559 5000 5.0808738e-11 5675815.7 Loop time of 0.0175941 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:42 2021 Pair time (%) = 0.00128698 (7.31486) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.19378) Outpt time (%) = 0.016151 (91.7975) Other time (%) = 0.00012207 (0.693814) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:42 2021 Memory usage per processor = 27.539 Mbytes Step Atoms AVEKE stressZZ 16559 5000 5.0808738e-11 5675789.4 16560 -0.0115374999999937 5675702.76462614 16560 5000 5.0804999e-11 5675702.8 Loop time of 0.0196791 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:42 2021 Pair time (%) = 0.00106096 (5.39133) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.168403) Outpt time (%) = 0.018472 (93.866) Other time (%) = 0.00011301 (0.574267) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:42 2021 Memory usage per processor = 27.539 Mbytes Step Atoms AVEKE stressZZ 16560 5000 5.0804999e-11 5675676.5 16561 -0.0115374999999937 5675589.83980381 16561 5000 5.080126e-11 5675589.8 Loop time of 0.0166891 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:42 2021 Pair time (%) = 0.00106001 (6.35152) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.20286) Outpt time (%) = 0.015501 (92.8813) Other time (%) = 9.41753e-05 (0.564294) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:42 2021 Memory usage per processor = 27.539 Mbytes Step Atoms AVEKE stressZZ 16561 5000 5.080126e-11 5675563.5 16562 -0.0115374999999937 5675476.9208298 16562 5000 5.0797521e-11 5675476.9 Loop time of 0.0167689 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:42 2021 Pair time (%) = 0.00118494 (7.06628) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.207581) Outpt time (%) = 0.0154359 (92.0508) Other time (%) = 0.000113249 (0.675349) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:42 2021 Memory usage per processor = 27.539 Mbytes Step Atoms AVEKE stressZZ 16562 5000 5.0797521e-11 5675450.6 16563 -0.0115374999999937 5675364.0077032 16563 5000 5.0793783e-11 5675364 Loop time of 0.0173922 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:42 2021 Pair time (%) = 0.00127006 (7.30246) Neigh time (%) = 0 (0) Comm time (%) = 6.8903e-05 (0.396173) Outpt time (%) = 0.0159419 (91.6612) Other time (%) = 0.000111341 (0.640182) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:42 2021 Memory usage per processor = 27.539 Mbytes Step Atoms AVEKE stressZZ 16563 5000 5.0793783e-11 5675337.7 16564 -0.0115374999999937 5675251.10042313 16564 5000 5.0790046e-11 5675251.1 Loop time of 0.01738 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:42 2021 Pair time (%) = 0.00106001 (6.09902) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.196167) Outpt time (%) = 0.0161939 (93.1753) Other time (%) = 9.20296e-05 (0.529514) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:42 2021 Memory usage per processor = 27.539 Mbytes Step Atoms AVEKE stressZZ 16564 5000 5.0790046e-11 5675224.8 16565 -0.0115374999999937 5675138.19898886 16565 5000 5.0786308e-11 5675138.2 Loop time of 0.017107 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:42 2021 Pair time (%) = 0.00107002 (6.25488) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.199298) Outpt time (%) = 0.0159068 (92.9842) Other time (%) = 9.60827e-05 (0.561657) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:42 2021 Memory usage per processor = 27.539 Mbytes Step Atoms AVEKE stressZZ 16565 5000 5.0786308e-11 5675111.9 16566 -0.0115374999999937 5675025.30339956 16566 5000 5.0782572e-11 5675025.3 Loop time of 0.016906 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:42 2021 Pair time (%) = 0.00125718 (7.43629) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.231282) Outpt time (%) = 0.0154848 (91.5935) Other time (%) = 0.000124931 (0.738975) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:42 2021 Memory usage per processor = 27.539 Mbytes Step Atoms AVEKE stressZZ 16566 5000 5.0782572e-11 5674999 16567 -0.0115374999999937 5674912.41365436 16567 5000 5.0778835e-11 5674912.4 Loop time of 0.0176082 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:42 2021 Pair time (%) = 0.00117087 (6.64961) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.186855) Outpt time (%) = 0.016295 (92.542) Other time (%) = 0.000109434 (0.621496) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:42 2021 Memory usage per processor = 27.539 Mbytes Step Atoms AVEKE stressZZ 16567 5000 5.0778835e-11 5674886.1 16568 -0.0115374999999937 5674799.52975254 16568 5000 5.0775099e-11 5674799.5 Loop time of 0.0173531 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:42 2021 Pair time (%) = 0.00109601 (6.31595) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189602) Outpt time (%) = 0.016129 (92.9463) Other time (%) = 9.5129e-05 (0.548197) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:42 2021 Memory usage per processor = 27.539 Mbytes Step Atoms AVEKE stressZZ 16568 5000 5.0775099e-11 5674773.2 16569 -0.0115374999999937 5674686.65169345 16569 5000 5.0771364e-11 5674686.7 Loop time of 0.016974 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:42 2021 Pair time (%) = 0.00123405 (7.27028) Neigh time (%) = 0 (0) Comm time (%) = 5.00679e-05 (0.294969) Outpt time (%) = 0.0155282 (91.4824) Other time (%) = 0.000161648 (0.952327) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:42 2021 Memory usage per processor = 27.539 Mbytes Step Atoms AVEKE stressZZ 16569 5000 5.0771364e-11 5674660.3 16570 -0.0115374999999937 5674573.77947619 16570 5000 5.0767629e-11 5674573.8 Loop time of 0.0196359 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:42 2021 Pair time (%) = 0.00139904 (7.1249) Neigh time (%) = 0 (0) Comm time (%) = 4.19617e-05 (0.213699) Outpt time (%) = 0.0180249 (91.7957) Other time (%) = 0.000169992 (0.865722) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:42 2021 Memory usage per processor = 27.539 Mbytes Step Atoms AVEKE stressZZ 16570 5000 5.0767629e-11 5674547.5 16571 -0.0115374999999937 5674460.91310011 16571 5000 5.0763894e-11 5674460.9 Loop time of 0.0173759 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:42 2021 Pair time (%) = 0.00122118 (7.02799) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189352) Outpt time (%) = 0.0160229 (92.2132) Other time (%) = 9.89437e-05 (0.569429) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:42 2021 Memory usage per processor = 27.539 Mbytes Step Atoms AVEKE stressZZ 16571 5000 5.0763894e-11 5674434.6 16572 -0.0115374999999937 5674348.05256439 16572 5000 5.076016e-11 5674348.1 Loop time of 0.016988 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:42 2021 Pair time (%) = 0.00110412 (6.49938) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.200693) Outpt time (%) = 0.0157561 (92.7484) Other time (%) = 9.36985e-05 (0.551556) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:42 2021 Memory usage per processor = 27.539 Mbytes Step Atoms AVEKE stressZZ 16572 5000 5.076016e-11 5674321.8 16573 -0.0115374999999937 5674235.19786841 16573 5000 5.0756426e-11 5674235.2 Loop time of 0.017139 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:42 2021 Pair time (%) = 0.00111103 (6.48249) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.210055) Outpt time (%) = 0.015893 (92.7302) Other time (%) = 9.89437e-05 (0.577303) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:42 2021 Memory usage per processor = 27.539 Mbytes Step Atoms AVEKE stressZZ 16573 5000 5.0756426e-11 5674208.9 16574 -0.0115374999999937 5674122.34901148 16574 5000 5.0752692e-11 5674122.3 Loop time of 0.0176251 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:42 2021 Pair time (%) = 0.00132298 (7.50626) Neigh time (%) = 0 (0) Comm time (%) = 4.50611e-05 (0.255665) Outpt time (%) = 0.0160451 (91.0355) Other time (%) = 0.000211954 (1.20257) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:42 2021 Memory usage per processor = 27.539 Mbytes Step Atoms AVEKE stressZZ 16574 5000 5.0752692e-11 5674096 16575 -0.0115374999999937 5674009.50599279 16575 5000 5.0748959e-11 5674009.5 Loop time of 0.017498 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:42 2021 Pair time (%) = 0.00110984 (6.34265) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.193482) Outpt time (%) = 0.016253 (92.8848) Other time (%) = 0.000101328 (0.579082) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:42 2021 Memory usage per processor = 27.539 Mbytes Step Atoms AVEKE stressZZ 16575 5000 5.0748959e-11 5673983.2 16576 -0.0115374999999937 5673896.66881164 16576 5000 5.0745227e-11 5673896.7 Loop time of 0.017693 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:42 2021 Pair time (%) = 0.00121808 (6.88452) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.198087) Outpt time (%) = 0.0163429 (92.369) Other time (%) = 9.70364e-05 (0.548444) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:42 2021 Memory usage per processor = 27.539 Mbytes Step Atoms AVEKE stressZZ 16576 5000 5.0745227e-11 5673870.4 16577 -0.0115374999999937 5673783.83746736 16577 5000 5.0741495e-11 5673783.8 Loop time of 0.017231 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:42 2021 Pair time (%) = 0.00111318 (6.46032) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.203398) Outpt time (%) = 0.0159819 (92.751) Other time (%) = 0.000100851 (0.585289) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:42 2021 Memory usage per processor = 27.539 Mbytes Step Atoms AVEKE stressZZ 16577 5000 5.0741495e-11 5673757.5 16578 -0.0115374999999937 5673671.01195933 16578 5000 5.0737763e-11 5673671 Loop time of 0.0173781 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:42 2021 Pair time (%) = 0.00111294 (6.40426) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.201677) Outpt time (%) = 0.016135 (92.8467) Other time (%) = 9.5129e-05 (0.547408) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:42 2021 Memory usage per processor = 27.539 Mbytes Step Atoms AVEKE stressZZ 16578 5000 5.0737763e-11 5673644.7 16579 -0.0115374999999937 5673558.19228677 16579 5000 5.0734032e-11 5673558.2 Loop time of 0.0172582 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:42 2021 Pair time (%) = 0.0011158 (6.46534) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.196171) Outpt time (%) = 0.0160141 (92.7914) Other time (%) = 9.44138e-05 (0.547067) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:42 2021 Memory usage per processor = 27.539 Mbytes Step Atoms AVEKE stressZZ 16579 5000 5.0734032e-11 5673531.9 16580 -0.0115374999999937 5673445.37844903 16580 5000 5.0730301e-11 5673445.4 Loop time of 0.0201528 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:42 2021 Pair time (%) = 0.00116491 (5.7804) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.178641) Outpt time (%) = 0.018826 (93.4163) Other time (%) = 0.000125885 (0.624652) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:42 2021 Memory usage per processor = 27.539 Mbytes Step Atoms AVEKE stressZZ 16580 5000 5.0730301e-11 5673419.1 16581 -0.0115374999999937 5673332.57044536 16581 5000 5.072657e-11 5673332.6 Loop time of 0.0175049 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:42 2021 Pair time (%) = 0.00114202 (6.52402) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.200215) Outpt time (%) = 0.0162258 (92.6928) Other time (%) = 0.000102043 (0.582939) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:42 2021 Memory usage per processor = 27.539 Mbytes Step Atoms AVEKE stressZZ 16581 5000 5.072657e-11 5673306.3 16582 -0.0115374999999937 5673219.7682752 16582 5000 5.072284e-11 5673219.8 Loop time of 0.0174391 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:42 2021 Pair time (%) = 0.00111318 (6.38321) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.200971) Outpt time (%) = 0.0161901 (92.8375) Other time (%) = 0.000100851 (0.578303) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:42 2021 Memory usage per processor = 27.539 Mbytes Step Atoms AVEKE stressZZ 16582 5000 5.072284e-11 5673193.5 16583 -0.0115374999999937 5673106.97193778 16583 5000 5.071911e-11 5673107 Loop time of 0.0173252 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:42 2021 Pair time (%) = 0.00111294 (6.42382) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.202293) Outpt time (%) = 0.016084 (92.8358) Other time (%) = 9.32217e-05 (0.538071) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:42 2021 Memory usage per processor = 27.539 Mbytes Step Atoms AVEKE stressZZ 16583 5000 5.071911e-11 5673080.7 16584 -0.0115374999999937 5672994.18143251 16584 5000 5.0715381e-11 5672994.2 Loop time of 0.0174711 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:42 2021 Pair time (%) = 0.00127602 (7.30359) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.216979) Outpt time (%) = 0.016037 (91.7916) Other time (%) = 0.000120163 (0.687782) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:42 2021 Memory usage per processor = 27.539 Mbytes Step Atoms AVEKE stressZZ 16584 5000 5.0715381e-11 5672967.9 16585 -0.0115374999999937 5672881.39675867 16585 5000 5.0711652e-11 5672881.4 Loop time of 0.0177579 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:42 2021 Pair time (%) = 0.00128102 (7.21382) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.202734) Outpt time (%) = 0.0163338 (91.9806) Other time (%) = 0.00010705 (0.60283) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:42 2021 Memory usage per processor = 27.539 Mbytes Step Atoms AVEKE stressZZ 16585 5000 5.0711652e-11 5672855.1 16586 -0.0115374999999937 5672768.61791562 16586 5000 5.0707924e-11 5672768.6 Loop time of 0.0176179 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:42 2021 Pair time (%) = 0.00110984 (6.29948) Neigh time (%) = 0 (0) Comm time (%) = 7.48634e-05 (0.424927) Outpt time (%) = 0.0163319 (92.7005) Other time (%) = 0.000101328 (0.57514) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:42 2021 Memory usage per processor = 27.539 Mbytes Step Atoms AVEKE stressZZ 16586 5000 5.0707924e-11 5672742.3 16587 -0.0115374999999937 5672655.8449027 16587 5000 5.0704196e-11 5672655.8 Loop time of 0.017344 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:42 2021 Pair time (%) = 0.00111413 (6.42372) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.196574) Outpt time (%) = 0.0160959 (92.8037) Other time (%) = 9.98974e-05 (0.575977) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:42 2021 Memory usage per processor = 27.539 Mbytes Step Atoms AVEKE stressZZ 16587 5000 5.0704196e-11 5672629.6 16588 -0.0115374999999937 5672543.07771924 16588 5000 5.0700469e-11 5672543.1 Loop time of 0.0173612 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:42 2021 Pair time (%) = 0.00125885 (7.25095) Neigh time (%) = 0 (0) Comm time (%) = 3.98159e-05 (0.229339) Outpt time (%) = 0.0159302 (91.7575) Other time (%) = 0.000132322 (0.762174) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:42 2021 Memory usage per processor = 27.539 Mbytes Step Atoms AVEKE stressZZ 16588 5000 5.0700469e-11 5672516.8 16589 -0.0115374999999937 5672430.31636462 16589 5000 5.0696742e-11 5672430.3 Loop time of 0.0173411 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:42 2021 Pair time (%) = 0.00110912 (6.39591) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.202106) Outpt time (%) = 0.016098 (92.8314) Other time (%) = 9.89437e-05 (0.570572) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:42 2021 Memory usage per processor = 27.539 Mbytes Step Atoms AVEKE stressZZ 16589 5000 5.0696742e-11 5672404 16590 -0.0115374999999937 5672317.56083811 16590 5000 5.0693015e-11 5672317.6 Loop time of 0.0196638 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:42 2021 Pair time (%) = 0.00111008 (5.64528) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.178234) Outpt time (%) = 0.0184259 (93.7048) Other time (%) = 9.27448e-05 (0.471652) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:42 2021 Memory usage per processor = 27.539 Mbytes Step Atoms AVEKE stressZZ 16590 5000 5.0693015e-11 5672291.3 16591 -0.0115374999999937 5672204.81113905 16591 5000 5.0689289e-11 5672204.8 Loop time of 0.0172222 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:43 2021 Pair time (%) = 0.00111294 (6.46224) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197965) Outpt time (%) = 0.015975 (92.7584) Other time (%) = 0.000100136 (0.581436) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:43 2021 Memory usage per processor = 27.539 Mbytes Step Atoms AVEKE stressZZ 16591 5000 5.0689289e-11 5672178.5 16592 -0.0115374999999937 5672092.0672669 16592 5000 5.0685563e-11 5672092.1 Loop time of 0.017307 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:43 2021 Pair time (%) = 0.00126386 (7.30256) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.219035) Outpt time (%) = 0.0158889 (91.8061) Other time (%) = 0.000116348 (0.67226) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:43 2021 Memory usage per processor = 27.539 Mbytes Step Atoms AVEKE stressZZ 16592 5000 5.0685563e-11 5672065.8 16593 -0.0115374999999937 5671979.32922093 16593 5000 5.0681837e-11 5671979.3 Loop time of 0.0173819 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:43 2021 Pair time (%) = 0.00112987 (6.50024) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.201632) Outpt time (%) = 0.0161161 (92.7179) Other time (%) = 0.000100851 (0.580207) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:43 2021 Memory usage per processor = 27.539 Mbytes Step Atoms AVEKE stressZZ 16593 5000 5.0681837e-11 5671953 16594 -0.0115374999999937 5671866.59700055 16594 5000 5.0678112e-11 5671866.6 Loop time of 0.0175021 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:43 2021 Pair time (%) = 0.00123787 (7.0727) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.205697) Outpt time (%) = 0.0161221 (92.1154) Other time (%) = 0.000106096 (0.606193) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:43 2021 Memory usage per processor = 27.539 Mbytes Step Atoms AVEKE stressZZ 16594 5000 5.0678112e-11 5671840.3 16595 -0.0115374999999937 5671753.87061638 16595 5000 5.0674388e-11 5671753.9 Loop time of 0.0171502 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:43 2021 Pair time (%) = 0.00111413 (6.49632) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204357) Outpt time (%) = 0.0159009 (92.7154) Other time (%) = 0.000100136 (0.583877) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:43 2021 Memory usage per processor = 27.539 Mbytes Step Atoms AVEKE stressZZ 16595 5000 5.0674388e-11 5671727.6 16596 -0.0115374999999937 5671641.15015989 16596 5000 5.0670664e-11 5671641.2 Loop time of 0.017416 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:43 2021 Pair time (%) = 0.00124884 (7.17063) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.229986) Outpt time (%) = 0.0160041 (91.893) Other time (%) = 0.000123024 (0.706385) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:43 2021 Memory usage per processor = 27.539 Mbytes Step Atoms AVEKE stressZZ 16596 5000 5.0670664e-11 5671614.9 16597 -0.0115374999999937 5671528.43558936 16597 5000 5.066694e-11 5671528.4 Loop time of 0.0174022 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:43 2021 Pair time (%) = 0.00111508 (6.40773) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.201397) Outpt time (%) = 0.0161519 (92.8155) Other time (%) = 0.000100136 (0.575421) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:43 2021 Memory usage per processor = 27.539 Mbytes Step Atoms AVEKE stressZZ 16597 5000 5.066694e-11 5671502.1 16598 -0.0115374999999937 5671415.7268847 16598 5000 5.0663216e-11 5671415.7 Loop time of 0.017483 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:43 2021 Pair time (%) = 0.00111008 (6.34947) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.205921) Outpt time (%) = 0.0162408 (92.895) Other time (%) = 9.60827e-05 (0.549578) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:43 2021 Memory usage per processor = 27.539 Mbytes Step Atoms AVEKE stressZZ 16598 5000 5.0663216e-11 5671389.4 16599 -0.0115374999999937 5671303.02404002 16599 5000 5.0659494e-11 5671303 Loop time of 0.0171041 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:43 2021 Pair time (%) = 0.00111318 (6.50822) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204907) Outpt time (%) = 0.0158629 (92.7432) Other time (%) = 9.29832e-05 (0.54363) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:43 2021 Memory usage per processor = 27.539 Mbytes Step Atoms AVEKE stressZZ 16599 5000 5.0659494e-11 5671276.7 16600 -0.0115374999999937 5671190.32704986 16600 5000 5.0655771e-11 5671190.3 Loop time of 0.0199149 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:43 2021 Pair time (%) = 0.00129795 (6.5175) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.195142) Outpt time (%) = 0.0184469 (92.6289) Other time (%) = 0.00013113 (0.658454) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:43 2021 Memory usage per processor = 27.539 Mbytes Step Atoms AVEKE stressZZ 16600 5000 5.0655771e-11 5671164 16601 -0.0115374999999937 5671077.63591029 16601 5000 5.0652049e-11 5671077.6 Loop time of 0.0174539 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:43 2021 Pair time (%) = 0.00122499 (7.01845) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.217192) Outpt time (%) = 0.016084 (92.151) Other time (%) = 0.00010705 (0.613329) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:43 2021 Memory usage per processor = 27.539 Mbytes Step Atoms AVEKE stressZZ 16601 5000 5.0652049e-11 5671051.4 16602 -0.0115374999999937 5670964.95061813 16602 5000 5.0648327e-11 5670965 Loop time of 0.0174301 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:43 2021 Pair time (%) = 0.00110912 (6.36328) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.201075) Outpt time (%) = 0.016187 (92.868) Other time (%) = 9.89437e-05 (0.567661) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:43 2021 Memory usage per processor = 27.539 Mbytes Step Atoms AVEKE stressZZ 16602 5000 5.0648327e-11 5670938.7 16603 -0.0115374999999937 5670852.27117081 16603 5000 5.0644606e-11 5670852.3 Loop time of 0.01719 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:43 2021 Pair time (%) = 0.00118589 (6.89875) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.203883) Outpt time (%) = 0.0158682 (92.3107) Other time (%) = 0.000100851 (0.586685) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:43 2021 Memory usage per processor = 27.539 Mbytes Step Atoms AVEKE stressZZ 16603 5000 5.0644606e-11 5670826 16604 -0.0115374999999937 5670739.59756627 16604 5000 5.0640885e-11 5670739.6 Loop time of 0.017283 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:43 2021 Pair time (%) = 0.00118494 (6.85612) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.213823) Outpt time (%) = 0.0159521 (92.2996) Other time (%) = 0.000108957 (0.630432) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:24:43 2021 Memory usage per processor = 27.539 Mbytes Step Atoms AVEKE stressZZ 16604 5000 5.0640885e-11 5670713.3 16605 -0.0115374999999937 5670609.68921329 16605 5000 9.9998016e-11 5670796.1 Loop time of 0.0170488 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:43 2021 Pair time (%) = 0.00112414 (6.59367) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205571) Outpt time (%) = 0.0157681 (92.4876) Other time (%) = 0.000121593 (0.713207) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:43 2021 Memory usage per processor = 27.539 Mbytes Step Atoms AVEKE stressZZ 16605 5000 9.9998016e-11 5728014.8 16606 -0.0115699999999937 5727900.53549265 16606 5000 8.050755e-11 5727900.5 Loop time of 0.017205 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:43 2021 Pair time (%) = 0.00111699 (6.49225) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.203706) Outpt time (%) = 0.015954 (92.729) Other time (%) = 9.89437e-05 (0.575087) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:43 2021 Memory usage per processor = 27.539 Mbytes Step Atoms AVEKE stressZZ 16606 5000 8.050755e-11 5727865.1 16607 -0.0115699999999937 5727760.59546011 16607 5000 6.9216982e-11 5727760.6 Loop time of 0.0172491 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:43 2021 Pair time (%) = 0.00111699 (6.47565) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.201802) Outpt time (%) = 0.016 (92.7586) Other time (%) = 9.72748e-05 (0.563941) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:43 2021 Memory usage per processor = 27.539 Mbytes Step Atoms AVEKE stressZZ 16607 5000 6.9216982e-11 5727728.4 16608 -0.0115699999999937 5727630.08337779 16608 5000 6.2483515e-11 5727630.1 Loop time of 0.017422 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:43 2021 Pair time (%) = 0.00125718 (7.21607) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.206643) Outpt time (%) = 0.015996 (91.815) Other time (%) = 0.000132799 (0.762251) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:43 2021 Memory usage per processor = 27.539 Mbytes Step Atoms AVEKE stressZZ 16608 5000 6.2483515e-11 5727599.9 16609 -0.0115699999999937 5727505.56504695 16609 5000 5.8381968e-11 5727505.6 Loop time of 0.0173562 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:43 2021 Pair time (%) = 0.00116515 (6.71319) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.212921) Outpt time (%) = 0.0160501 (92.475) Other time (%) = 0.000103951 (0.598926) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:43 2021 Memory usage per processor = 27.539 Mbytes Step Atoms AVEKE stressZZ 16609 5000 5.8381968e-11 5727476.7 16610 -0.0115699999999937 5727384.85800105 16610 5000 5.5846332e-11 5727384.9 Loop time of 0.0196609 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:43 2021 Pair time (%) = 0.00111008 (5.6461) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.173409) Outpt time (%) = 0.0184181 (93.6785) Other time (%) = 9.87053e-05 (0.502037) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:43 2021 Memory usage per processor = 27.5391 Mbytes Step Atoms AVEKE stressZZ 16610 5000 5.5846332e-11 5727356.8 16611 -0.0115699999999937 5727266.57521974 16611 5000 5.4262745e-11 5727266.6 Loop time of 0.01706 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:43 2021 Pair time (%) = 0.00111604 (6.54182) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205436) Outpt time (%) = 0.01581 (92.6728) Other time (%) = 9.89437e-05 (0.579973) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:43 2021 Memory usage per processor = 27.5391 Mbytes Step Atoms AVEKE stressZZ 16611 5000 5.4262745e-11 5727239 16612 -0.0115699999999937 5727149.83524637 16612 5000 5.3266783e-11 5727149.8 Loop time of 0.0179689 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:43 2021 Pair time (%) = 0.00150514 (8.37635) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.217602) Outpt time (%) = 0.0162261 (90.3008) Other time (%) = 0.000198603 (1.10526) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:43 2021 Memory usage per processor = 27.5391 Mbytes Step Atoms AVEKE stressZZ 16612 5000 5.3266783e-11 5727122.6 16613 -0.0115699999999937 5727034.07790607 16613 5000 5.2637228e-11 5727034.1 Loop time of 0.017369 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:43 2021 Pair time (%) = 0.00111389 (6.41309) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.201782) Outpt time (%) = 0.016124 (92.8319) Other time (%) = 9.60827e-05 (0.553184) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:43 2021 Memory usage per processor = 27.5391 Mbytes Step Atoms AVEKE stressZZ 16613 5000 5.2637228e-11 5727007.1 16614 -0.0115699999999937 5726918.94720119 16614 5000 5.2237686e-11 5726918.9 Loop time of 0.017282 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:43 2021 Pair time (%) = 0.00111103 (6.42883) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.201418) Outpt time (%) = 0.0160382 (92.8027) Other time (%) = 9.799e-05 (0.567006) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:43 2021 Memory usage per processor = 27.5391 Mbytes Step Atoms AVEKE stressZZ 16614 5000 5.2237686e-11 5726892.1 16615 -0.0115699999999937 5726804.21689078 16615 5000 5.1983169e-11 5726804.2 Loop time of 0.0172162 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:43 2021 Pair time (%) = 0.00114107 (6.62789) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.214652) Outpt time (%) = 0.015938 (92.5758) Other time (%) = 0.000100136 (0.581637) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:43 2021 Memory usage per processor = 27.5391 Mbytes Step Atoms AVEKE stressZZ 16615 5000 5.1983169e-11 5726777.4 16616 -0.0115699999999937 5726689.74319535 16616 5000 5.1820354e-11 5726689.7 Loop time of 0.017668 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:43 2021 Pair time (%) = 0.00123882 (7.01167) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.209163) Outpt time (%) = 0.0162771 (92.1274) Other time (%) = 0.000115156 (0.651778) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:43 2021 Memory usage per processor = 27.5391 Mbytes Step Atoms AVEKE stressZZ 16616 5000 5.1820354e-11 5726663 16617 -0.0115699999999937 5726575.43474146 16617 5000 5.1715627e-11 5726575.4 Loop time of 0.0177209 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:43 2021 Pair time (%) = 0.00111389 (6.28574) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.197775) Outpt time (%) = 0.016475 (92.9689) Other time (%) = 9.70364e-05 (0.54758) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:43 2021 Memory usage per processor = 27.5391 Mbytes Step Atoms AVEKE stressZZ 16617 5000 5.1715627e-11 5726548.7 16618 -0.0115699999999937 5726461.23345922 16618 5000 5.1647741e-11 5726461.2 Loop time of 0.0173359 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:43 2021 Pair time (%) = 0.00111699 (6.44323) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.200792) Outpt time (%) = 0.016084 (92.7784) Other time (%) = 0.000100136 (0.577621) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:43 2021 Memory usage per processor = 27.5391 Mbytes Step Atoms AVEKE stressZZ 16618 5000 5.1647741e-11 5726434.6 16619 -0.0115699999999937 5726347.1024444 16619 5000 5.1603235e-11 5726347.1 Loop time of 0.017267 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:43 2021 Pair time (%) = 0.00114799 (6.64844) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.21402) Outpt time (%) = 0.0159731 (92.5065) Other time (%) = 0.000108957 (0.631015) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:43 2021 Memory usage per processor = 27.5391 Mbytes Step Atoms AVEKE stressZZ 16619 5000 5.1603235e-11 5726320.4 16620 -0.0115699999999937 5726233.0182436 16620 5000 5.1573577e-11 5726233 Loop time of 0.0199142 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:43 2021 Pair time (%) = 0.00115085 (5.77904) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.180782) Outpt time (%) = 0.0186222 (93.5122) Other time (%) = 0.000105143 (0.527979) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:43 2021 Memory usage per processor = 27.5391 Mbytes Step Atoms AVEKE stressZZ 16620 5000 5.1573577e-11 5726206.4 16621 -0.0115699999999937 5726118.96595121 16621 5000 5.1553348e-11 5726119 Loop time of 0.0171249 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:43 2021 Pair time (%) = 0.00111198 (6.49338) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204658) Outpt time (%) = 0.0158801 (92.7311) Other time (%) = 9.77516e-05 (0.570816) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:43 2021 Memory usage per processor = 27.5391 Mbytes Step Atoms AVEKE stressZZ 16621 5000 5.1553348e-11 5726092.3 16622 -0.0115699999999937 5726004.93609137 16622 5000 5.1539111e-11 5726004.9 Loop time of 0.017267 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:43 2021 Pair time (%) = 0.00111985 (6.48551) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.19607) Outpt time (%) = 0.016017 (92.7606) Other time (%) = 9.63211e-05 (0.557834) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:43 2021 Memory usage per processor = 27.5391 Mbytes Step Atoms AVEKE stressZZ 16622 5000 5.1539111e-11 5725978.3 16623 -0.0115699999999937 5725890.92262792 16623 5000 5.152868e-11 5725890.9 Loop time of 0.01738 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:43 2021 Pair time (%) = 0.00111604 (6.42139) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.194795) Outpt time (%) = 0.016135 (92.8365) Other time (%) = 9.5129e-05 (0.547348) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:43 2021 Memory usage per processor = 27.5391 Mbytes Step Atoms AVEKE stressZZ 16623 5000 5.152868e-11 5725864.3 16624 -0.0115699999999937 5725776.92175162 16624 5000 5.1520668e-11 5725776.9 Loop time of 0.0173059 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:43 2021 Pair time (%) = 0.00115514 (6.67484) Neigh time (%) = 0 (0) Comm time (%) = 0.000117064 (0.676439) Outpt time (%) = 0.0159309 (92.0549) Other time (%) = 0.000102758 (0.593778) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:43 2021 Memory usage per processor = 27.5391 Mbytes Step Atoms AVEKE stressZZ 16624 5000 5.1520668e-11 5725750.3 16625 -0.0115699999999937 5725662.93103047 16625 5000 5.1514193e-11 5725662.9 Loop time of 0.0175238 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:43 2021 Pair time (%) = 0.00117612 (6.71156) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.205442) Outpt time (%) = 0.0162048 (92.4735) Other time (%) = 0.000106812 (0.609524) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:43 2021 Memory usage per processor = 27.5391 Mbytes Step Atoms AVEKE stressZZ 16625 5000 5.1514193e-11 5725636.3 16626 -0.0115699999999937 5725548.94891849 16626 5000 5.1508696e-11 5725548.9 Loop time of 0.0176201 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:43 2021 Pair time (%) = 0.00111198 (6.31089) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.197554) Outpt time (%) = 0.016381 (92.9679) Other time (%) = 9.2268e-05 (0.523652) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:43 2021 Memory usage per processor = 27.5391 Mbytes Step Atoms AVEKE stressZZ 16626 5000 5.1508696e-11 5725522.3 16627 -0.0115699999999937 5725434.97443296 16627 5000 5.1503819e-11 5725435 Loop time of 0.0171719 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:43 2021 Pair time (%) = 0.00111604 (6.49922) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204099) Outpt time (%) = 0.015923 (92.7274) Other time (%) = 9.77516e-05 (0.569255) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:43 2021 Memory usage per processor = 27.5391 Mbytes Step Atoms AVEKE stressZZ 16627 5000 5.1503819e-11 5725408.3 16628 -0.0115699999999937 5725321.00694906 16628 5000 5.1499337e-11 5725321 Loop time of 0.0172729 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:43 2021 Pair time (%) = 0.00115395 (6.68065) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.208425) Outpt time (%) = 0.015974 (92.4801) Other time (%) = 0.000108957 (0.630797) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:43 2021 Memory usage per processor = 27.5391 Mbytes Step Atoms AVEKE stressZZ 16628 5000 5.1499337e-11 5725294.4 16629 -0.0115699999999937 5725207.04606923 16629 5000 5.1495106e-11 5725207 Loop time of 0.0173709 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:43 2021 Pair time (%) = 0.001158 (6.6663) Neigh time (%) = 0 (0) Comm time (%) = 3.57628e-05 (0.205877) Outpt time (%) = 0.016078 (92.5569) Other time (%) = 9.91821e-05 (0.570966) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:43 2021 Memory usage per processor = 27.5391 Mbytes Step Atoms AVEKE stressZZ 16629 5000 5.1495106e-11 5725180.4 16630 -0.0115699999999937 5725093.09154063 16630 5000 5.1491035e-11 5725093.1 Loop time of 0.019778 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:43 2021 Pair time (%) = 0.00111604 (5.64282) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.175999) Outpt time (%) = 0.018528 (93.6797) Other time (%) = 9.91821e-05 (0.501477) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:43 2021 Memory usage per processor = 27.5391 Mbytes Step Atoms AVEKE stressZZ 16630 5000 5.1491035e-11 5725066.5 16631 -0.0115699999999937 5724979.14320231 16631 5000 5.1487066e-11 5724979.1 Loop time of 0.0172429 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:43 2021 Pair time (%) = 0.00111103 (6.44341) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.208788) Outpt time (%) = 0.0160029 (92.8086) Other time (%) = 9.29832e-05 (0.539255) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:43 2021 Memory usage per processor = 27.5391 Mbytes Step Atoms AVEKE stressZZ 16631 5000 5.1487066e-11 5724952.5 16632 -0.0115699999999937 5724865.2009516 16632 5000 5.1483161e-11 5724865.2 Loop time of 0.0172501 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:43 2021 Pair time (%) = 0.0011301 (6.5513) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.21423) Outpt time (%) = 0.015976 (92.6139) Other time (%) = 0.00010705 (0.620577) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:43 2021 Memory usage per processor = 27.5391 Mbytes Step Atoms AVEKE stressZZ 16632 5000 5.1483161e-11 5724838.6 16633 -0.0115699999999937 5724751.26472312 16633 5000 5.1479298e-11 5724751.3 Loop time of 0.01752 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:44 2021 Pair time (%) = 0.00126815 (7.23831) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.21093) Outpt time (%) = 0.0161002 (91.8962) Other time (%) = 0.000114679 (0.654564) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:44 2021 Memory usage per processor = 27.5391 Mbytes Step Atoms AVEKE stressZZ 16633 5000 5.1479298e-11 5724724.6 16634 -0.0115699999999937 5724637.33447472 16634 5000 5.1475461e-11 5724637.3 Loop time of 0.017375 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:44 2021 Pair time (%) = 0.00111413 (6.41226) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.201712) Outpt time (%) = 0.016129 (92.8289) Other time (%) = 9.67979e-05 (0.557111) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:44 2021 Memory usage per processor = 27.5391 Mbytes Step Atoms AVEKE stressZZ 16634 5000 5.1475461e-11 5724610.7 16635 -0.0115699999999937 5724523.41017974 16635 5000 5.1471641e-11 5724523.4 Loop time of 0.0171659 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:44 2021 Pair time (%) = 0.00111413 (6.49037) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198614) Outpt time (%) = 0.015919 (92.736) Other time (%) = 9.87053e-05 (0.575008) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:44 2021 Memory usage per processor = 27.5391 Mbytes Step Atoms AVEKE stressZZ 16635 5000 5.1471641e-11 5724496.8 16636 -0.0115699999999937 5724409.49182051 16636 5000 5.1467832e-11 5724409.5 Loop time of 0.017303 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:44 2021 Pair time (%) = 0.001194 (6.90054) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.214953) Outpt time (%) = 0.015965 (92.2672) Other time (%) = 0.000106812 (0.617301) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:44 2021 Memory usage per processor = 27.5391 Mbytes Step Atoms AVEKE stressZZ 16636 5000 5.1467832e-11 5724382.9 16637 -0.0115699999999937 5724295.57940422 16637 5000 5.146403e-11 5724295.6 Loop time of 0.017447 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:44 2021 Pair time (%) = 0.00114512 (6.56345) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.20088) Outpt time (%) = 0.016161 (92.6289) Other time (%) = 0.000105858 (0.60674) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:44 2021 Memory usage per processor = 27.5391 Mbytes Step Atoms AVEKE stressZZ 16637 5000 5.146403e-11 5724268.9 16638 -0.0115699999999937 5724181.67292665 16638 5000 5.1460232e-11 5724181.7 Loop time of 0.017324 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:44 2021 Pair time (%) = 0.0011189 (6.45867) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.202307) Outpt time (%) = 0.0160758 (92.7954) Other time (%) = 9.41753e-05 (0.543613) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:44 2021 Memory usage per processor = 27.5391 Mbytes Step Atoms AVEKE stressZZ 16638 5000 5.1460232e-11 5724155 16639 -0.0115699999999937 5724067.77237414 16639 5000 5.1456438e-11 5724067.8 Loop time of 0.017278 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:44 2021 Pair time (%) = 0.00111485 (6.45241) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.201465) Outpt time (%) = 0.016031 (92.7831) Other time (%) = 9.72748e-05 (0.562999) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:44 2021 Memory usage per processor = 27.5391 Mbytes Step Atoms AVEKE stressZZ 16639 5000 5.1456438e-11 5724041.1 16640 -0.0115699999999937 5723953.87774043 16640 5000 5.1452646e-11 5723953.9 Loop time of 0.0196011 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:44 2021 Pair time (%) = 0.0011549 (5.89201) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.189751) Outpt time (%) = 0.0183022 (93.3733) Other time (%) = 0.000106812 (0.544926) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:44 2021 Memory usage per processor = 27.5391 Mbytes Step Atoms AVEKE stressZZ 16640 5000 5.1452646e-11 5723927.2 16641 -0.0115699999999937 5723839.98902166 16641 5000 5.1448856e-11 5723840 Loop time of 0.017508 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:44 2021 Pair time (%) = 0.0011878 (6.78432) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.211074) Outpt time (%) = 0.0161688 (92.351) Other time (%) = 0.000114441 (0.653648) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:44 2021 Memory usage per processor = 27.5391 Mbytes Step Atoms AVEKE stressZZ 16641 5000 5.1448856e-11 5723813.4 16642 -0.0115699999999937 5723726.10621493 16642 5000 5.1445066e-11 5723726.1 Loop time of 0.0174761 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:44 2021 Pair time (%) = 0.00117111 (6.70123) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.200546) Outpt time (%) = 0.0161691 (92.5211) Other time (%) = 0.000100851 (0.57708) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:44 2021 Memory usage per processor = 27.5391 Mbytes Step Atoms AVEKE stressZZ 16642 5000 5.1445066e-11 5723699.5 16643 -0.0115699999999937 5723612.22931821 16643 5000 5.1441278e-11 5723612.2 Loop time of 0.0174391 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:44 2021 Pair time (%) = 0.00111914 (6.41739) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.200971) Outpt time (%) = 0.016186 (92.8143) Other time (%) = 9.89437e-05 (0.567366) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:44 2021 Memory usage per processor = 27.5391 Mbytes Step Atoms AVEKE stressZZ 16643 5000 5.1441278e-11 5723585.6 16644 -0.0115699999999937 5723498.35832956 16644 5000 5.143749e-11 5723498.4 Loop time of 0.017308 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:44 2021 Pair time (%) = 0.00114584 (6.62029) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.208003) Outpt time (%) = 0.016017 (92.5408) Other time (%) = 0.000109196 (0.630897) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:44 2021 Memory usage per processor = 27.5391 Mbytes Step Atoms AVEKE stressZZ 16644 5000 5.143749e-11 5723471.7 16645 -0.0115699999999937 5723384.49324773 16645 5000 5.1433702e-11 5723384.5 Loop time of 0.0173709 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:44 2021 Pair time (%) = 0.00116301 (6.69512) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.200387) Outpt time (%) = 0.0160692 (92.5061) Other time (%) = 0.000103951 (0.598416) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:44 2021 Memory usage per processor = 27.5391 Mbytes Step Atoms AVEKE stressZZ 16645 5000 5.1433702e-11 5723357.9 16646 -0.0115699999999937 5723270.63407136 16646 5000 5.1429916e-11 5723270.6 Loop time of 0.0173841 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:44 2021 Pair time (%) = 0.00111485 (6.41303) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.201607) Outpt time (%) = 0.016135 (92.8148) Other time (%) = 9.91821e-05 (0.570535) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:44 2021 Memory usage per processor = 27.5391 Mbytes Step Atoms AVEKE stressZZ 16646 5000 5.1429916e-11 5723244 16647 -0.0115699999999937 5723156.78079928 16647 5000 5.1426129e-11 5723156.8 Loop time of 0.0172479 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:44 2021 Pair time (%) = 0.00116801 (6.77191) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197669) Outpt time (%) = 0.015945 (92.4457) Other time (%) = 0.000100851 (0.584714) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:44 2021 Memory usage per processor = 27.5391 Mbytes Step Atoms AVEKE stressZZ 16647 5000 5.1426129e-11 5723130.2 16648 -0.0115699999999937 5723042.93343039 16648 5000 5.1422344e-11 5723042.9 Loop time of 0.017267 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:44 2021 Pair time (%) = 0.00115514 (6.68986) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.208497) Outpt time (%) = 0.0159659 (92.4651) Other time (%) = 0.000109911 (0.636538) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:44 2021 Memory usage per processor = 27.5391 Mbytes Step Atoms AVEKE stressZZ 16648 5000 5.1422344e-11 5723016.3 16649 -0.0115699999999937 5722929.09198716 16649 5000 5.1418558e-11 5722929.1 Loop time of 0.017581 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:44 2021 Pair time (%) = 0.00122595 (6.97315) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.210198) Outpt time (%) = 0.016202 (92.1562) Other time (%) = 0.00011611 (0.660429) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:44 2021 Memory usage per processor = 27.5391 Mbytes Step Atoms AVEKE stressZZ 16649 5000 5.1418558e-11 5722902.5 16650 -0.0115699999999937 5722815.25648756 16650 5000 5.1414773e-11 5722815.3 Loop time of 0.0198481 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:44 2021 Pair time (%) = 0.00115395 (5.81388) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.181384) Outpt time (%) = 0.018549 (93.4546) Other time (%) = 0.000109196 (0.550157) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:44 2021 Memory usage per processor = 27.5391 Mbytes Step Atoms AVEKE stressZZ 16650 5000 5.1414773e-11 5722788.6 16651 -0.0115699999999937 5722701.42691213 16651 5000 5.1410989e-11 5722701.4 Loop time of 0.0172839 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:44 2021 Pair time (%) = 0.00111103 (6.42812) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.202775) Outpt time (%) = 0.0160401 (92.8035) Other time (%) = 9.77516e-05 (0.565564) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:44 2021 Memory usage per processor = 27.5391 Mbytes Step Atoms AVEKE stressZZ 16651 5000 5.1410989e-11 5722674.8 16652 -0.0115699999999937 5722587.60325489 16652 5000 5.1407205e-11 5722587.6 Loop time of 0.017267 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:44 2021 Pair time (%) = 0.00115204 (6.67191) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.208497) Outpt time (%) = 0.0159719 (92.4996) Other time (%) = 0.00010705 (0.619969) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:44 2021 Memory usage per processor = 27.5391 Mbytes Step Atoms AVEKE stressZZ 16652 5000 5.1407205e-11 5722561 16653 -0.0115699999999937 5722473.78551213 16653 5000 5.1403422e-11 5722473.8 Loop time of 0.0173769 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:44 2021 Pair time (%) = 0.00114584 (6.59404) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.20169) Outpt time (%) = 0.016098 (92.6404) Other time (%) = 9.799e-05 (0.56391) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:44 2021 Memory usage per processor = 27.5391 Mbytes Step Atoms AVEKE stressZZ 16653 5000 5.1403422e-11 5722447.2 16654 -0.0115699999999937 5722359.97367732 16654 5000 5.1399638e-11 5722360 Loop time of 0.017287 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:44 2021 Pair time (%) = 0.00111985 (6.478) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.20136) Outpt time (%) = 0.0160401 (92.7869) Other time (%) = 9.2268e-05 (0.533742) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:44 2021 Memory usage per processor = 27.5391 Mbytes Step Atoms AVEKE stressZZ 16654 5000 5.1399638e-11 5722333.3 16655 -0.0115699999999937 5722246.16774882 16655 5000 5.1395856e-11 5722246.2 Loop time of 0.0172389 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:44 2021 Pair time (%) = 0.00111389 (6.46152) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.203305) Outpt time (%) = 0.015991 (92.7612) Other time (%) = 9.89437e-05 (0.573958) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:44 2021 Memory usage per processor = 27.5391 Mbytes Step Atoms AVEKE stressZZ 16655 5000 5.1395856e-11 5722219.5 16656 -0.0115699999999937 5722132.36772784 16656 5000 5.1392073e-11 5722132.4 Loop time of 0.0173452 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:44 2021 Pair time (%) = 0.00132799 (7.65625) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.225426) Outpt time (%) = 0.0158632 (91.4558) Other time (%) = 0.000114918 (0.662534) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:44 2021 Memory usage per processor = 27.5391 Mbytes Step Atoms AVEKE stressZZ 16656 5000 5.1392073e-11 5722105.7 16657 -0.0115699999999937 5722018.5736178 16657 5000 5.1388292e-11 5722018.6 Loop time of 0.0174248 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:44 2021 Pair time (%) = 0.00114012 (6.54307) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.206609) Outpt time (%) = 0.016149 (92.6784) Other time (%) = 9.9659e-05 (0.571937) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:44 2021 Memory usage per processor = 27.5391 Mbytes Step Atoms AVEKE stressZZ 16657 5000 5.1388292e-11 5721992 16658 -0.0115699999999937 5721904.78542247 16658 5000 5.138451e-11 5721904.8 Loop time of 0.0173819 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:44 2021 Pair time (%) = 0.00111318 (6.40422) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.196146) Outpt time (%) = 0.0161371 (92.8386) Other time (%) = 9.75132e-05 (0.561004) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:44 2021 Memory usage per processor = 27.5391 Mbytes Step Atoms AVEKE stressZZ 16658 5000 5.138451e-11 5721878.2 16659 -0.0115699999999937 5721791.00313611 16659 5000 5.1380729e-11 5721791 Loop time of 0.0170479 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:44 2021 Pair time (%) = 0.00111699 (6.55208) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.204184) Outpt time (%) = 0.0158019 (92.6913) Other time (%) = 9.41753e-05 (0.552417) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:44 2021 Memory usage per processor = 27.5391 Mbytes Step Atoms AVEKE stressZZ 16659 5000 5.1380729e-11 5721764.4 16660 -0.0115699999999937 5721677.22675618 16660 5000 5.1376949e-11 5721677.2 Loop time of 0.0199859 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:44 2021 Pair time (%) = 0.00131798 (6.59453) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.195641) Outpt time (%) = 0.0185039 (92.5847) Other time (%) = 0.000124931 (0.625097) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:44 2021 Memory usage per processor = 27.5391 Mbytes Step Atoms AVEKE stressZZ 16660 5000 5.1376949e-11 5721650.6 16661 -0.0115699999999937 5721563.45628079 16661 5000 5.1373168e-11 5721563.5 Loop time of 0.0173681 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:44 2021 Pair time (%) = 0.0011611 (6.68524) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.212775) Outpt time (%) = 0.0160611 (92.4746) Other time (%) = 0.000108957 (0.627342) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:44 2021 Memory usage per processor = 27.5391 Mbytes Step Atoms AVEKE stressZZ 16661 5000 5.1373168e-11 5721536.8 16662 -0.0115699999999937 5721449.69170843 16662 5000 5.1369389e-11 5721449.7 Loop time of 0.0174739 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:44 2021 Pair time (%) = 0.00118303 (6.77027) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.21285) Outpt time (%) = 0.0161479 (92.4111) Other time (%) = 0.000105858 (0.605804) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:44 2021 Memory usage per processor = 27.5391 Mbytes Step Atoms AVEKE stressZZ 16662 5000 5.1369389e-11 5721423.1 16663 -0.0115699999999937 5721335.9330377 16663 5000 5.136561e-11 5721335.9 Loop time of 0.0171361 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:44 2021 Pair time (%) = 0.00118995 (6.9441) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198959) Outpt time (%) = 0.0158131 (92.2795) Other time (%) = 9.89437e-05 (0.577399) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:44 2021 Memory usage per processor = 27.5391 Mbytes Step Atoms AVEKE stressZZ 16663 5000 5.136561e-11 5721309.3 16664 -0.0115699999999937 5721222.18026741 16664 5000 5.1361831e-11 5721222.2 Loop time of 0.0170281 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:44 2021 Pair time (%) = 0.00111604 (6.55409) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.204422) Outpt time (%) = 0.0157831 (92.6884) Other time (%) = 9.41753e-05 (0.553059) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:44 2021 Memory usage per processor = 27.5391 Mbytes Step Atoms AVEKE stressZZ 16664 5000 5.1361831e-11 5721195.6 16665 -0.0115699999999937 5721108.4333963 16665 5000 5.1358052e-11 5721108.4 Loop time of 0.017081 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:44 2021 Pair time (%) = 0.00111389 (6.52122) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.199601) Outpt time (%) = 0.0158379 (92.7222) Other time (%) = 9.5129e-05 (0.556928) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:44 2021 Memory usage per processor = 27.5391 Mbytes Step Atoms AVEKE stressZZ 16665 5000 5.1358052e-11 5721081.8 16666 -0.0115699999999937 5720994.69242332 16666 5000 5.1354274e-11 5720994.7 Loop time of 0.0171468 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:44 2021 Pair time (%) = 0.00111008 (6.47395) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204397) Outpt time (%) = 0.015914 (92.81) Other time (%) = 8.7738e-05 (0.511687) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:44 2021 Memory usage per processor = 27.5391 Mbytes Step Atoms AVEKE stressZZ 16666 5000 5.1354274e-11 5720968.1 16667 -0.0115699999999937 5720880.95734739 16667 5000 5.1350497e-11 5720881 Loop time of 0.017539 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:44 2021 Pair time (%) = 0.0012002 (6.84302) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.210701) Outpt time (%) = 0.0161929 (92.3251) Other time (%) = 0.000108957 (0.621228) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:44 2021 Memory usage per processor = 27.5391 Mbytes Step Atoms AVEKE stressZZ 16667 5000 5.1350497e-11 5720854.3 16668 -0.0115699999999937 5720767.2281535 16668 5000 5.134672e-11 5720767.2 Loop time of 0.017477 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:44 2021 Pair time (%) = 0.00115895 (6.63129) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.205991) Outpt time (%) = 0.0161769 (92.5611) Other time (%) = 0.000105143 (0.601604) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:44 2021 Memory usage per processor = 27.5391 Mbytes Step Atoms AVEKE stressZZ 16668 5000 5.134672e-11 5720740.6 16669 -0.0115699999999937 5720653.50484613 16669 5000 5.1342943e-11 5720653.5 Loop time of 0.0172539 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:44 2021 Pair time (%) = 0.0011158 (6.46695) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.203128) Outpt time (%) = 0.0160041 (92.7565) Other time (%) = 9.89437e-05 (0.573458) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:44 2021 Memory usage per processor = 27.5391 Mbytes Step Atoms AVEKE stressZZ 16669 5000 5.1342943e-11 5720626.9 16670 -0.0115699999999937 5720539.78743178 16670 5000 5.1339166e-11 5720539.8 Loop time of 0.019757 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:44 2021 Pair time (%) = 0.00125289 (6.34149) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.196701) Outpt time (%) = 0.0183489 (92.8729) Other time (%) = 0.000116348 (0.588895) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:44 2021 Memory usage per processor = 27.5391 Mbytes Step Atoms AVEKE stressZZ 16670 5000 5.1339166e-11 5720513.2 16671 -0.0115699999999937 5720426.07590957 16671 5000 5.1335391e-11 5720426.1 Loop time of 0.0175219 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:44 2021 Pair time (%) = 0.00124288 (7.09329) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.210907) Outpt time (%) = 0.0161219 (92.01) Other time (%) = 0.000120163 (0.685789) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:44 2021 Memory usage per processor = 27.5391 Mbytes Step Atoms AVEKE stressZZ 16671 5000 5.1335391e-11 5720399.5 16672 -0.0115699999999937 5720312.37027842 16672 5000 5.1331615e-11 5720312.4 Loop time of 0.0173862 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:44 2021 Pair time (%) = 0.00111389 (6.40676) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.196097) Outpt time (%) = 0.01614 (92.8322) Other time (%) = 9.82285e-05 (0.564979) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:44 2021 Memory usage per processor = 27.5391 Mbytes Step Atoms AVEKE stressZZ 16672 5000 5.1331615e-11 5720285.8 16673 -0.0115699999999937 5720198.6705378 16673 5000 5.132784e-11 5720198.7 Loop time of 0.017195 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:44 2021 Pair time (%) = 0.00112009 (6.51405) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.203824) Outpt time (%) = 0.0159409 (92.7067) Other time (%) = 9.89437e-05 (0.575422) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:44 2021 Memory usage per processor = 27.5391 Mbytes Step Atoms AVEKE stressZZ 16673 5000 5.132784e-11 5720172.1 16674 -0.0115699999999937 5720084.97668657 16674 5000 5.1324066e-11 5720085 Loop time of 0.017307 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:44 2021 Pair time (%) = 0.00114989 (6.64407) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.208015) Outpt time (%) = 0.01601 (92.506) Other time (%) = 0.000111103 (0.641953) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:44 2021 Memory usage per processor = 27.5391 Mbytes Step Atoms AVEKE stressZZ 16674 5000 5.1324066e-11 5720058.4 16675 -0.0115699999999937 5719971.28872403 16675 5000 5.1320291e-11 5719971.3 Loop time of 0.0174 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:45 2021 Pair time (%) = 0.00121307 (6.97168) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.206903) Outpt time (%) = 0.0160501 (92.2418) Other time (%) = 0.000100851 (0.579603) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:45 2021 Memory usage per processor = 27.5391 Mbytes Step Atoms AVEKE stressZZ 16675 5000 5.1320291e-11 5719944.7 16676 -0.0115699999999937 5719857.60664931 16676 5000 5.1316518e-11 5719857.6 Loop time of 0.0174301 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:45 2021 Pair time (%) = 0.00111294 (6.38516) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.195604) Outpt time (%) = 0.0161841 (92.8516) Other time (%) = 9.89437e-05 (0.567661) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:45 2021 Memory usage per processor = 27.5391 Mbytes Step Atoms AVEKE stressZZ 16676 5000 5.1316518e-11 5719831 16677 -0.0115699999999937 5719743.93046156 16677 5000 5.1312744e-11 5719743.9 Loop time of 0.017184 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:45 2021 Pair time (%) = 0.00111604 (6.49462) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198404) Outpt time (%) = 0.0159349 (92.7312) Other time (%) = 9.89437e-05 (0.575789) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:45 2021 Memory usage per processor = 27.5391 Mbytes Step Atoms AVEKE stressZZ 16677 5000 5.1312744e-11 5719717.3 16678 -0.0115699999999937 5719630.26016011 16678 5000 5.1308971e-11 5719630.3 Loop time of 0.0172422 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:45 2021 Pair time (%) = 0.00121903 (7.07006) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.208797) Outpt time (%) = 0.0158801 (92.1003) Other time (%) = 0.00010705 (0.62086) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:45 2021 Memory usage per processor = 27.5391 Mbytes Step Atoms AVEKE stressZZ 16678 5000 5.1308971e-11 5719603.6 16679 -0.0115699999999937 5719516.59574402 16679 5000 5.1305199e-11 5719516.6 Loop time of 0.0173829 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:45 2021 Pair time (%) = 0.00113201 (6.51223) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.201621) Outpt time (%) = 0.0161159 (92.7115) Other time (%) = 9.98974e-05 (0.574689) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:45 2021 Memory usage per processor = 27.5391 Mbytes Step Atoms AVEKE stressZZ 16679 5000 5.1305199e-11 5719490 16680 -0.0115699999999937 5719402.93722591 16680 5000 5.1301427e-11 5719402.9 Loop time of 0.0196569 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:45 2021 Pair time (%) = 0.00118279 (6.0172) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.178296) Outpt time (%) = 0.0183399 (93.2999) Other time (%) = 9.91821e-05 (0.504567) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:45 2021 Memory usage per processor = 27.5391 Mbytes Step Atoms AVEKE stressZZ 16680 5000 5.1301427e-11 5719376.3 16681 -0.0115699999999937 5719289.28470901 16681 5000 5.1297655e-11 5719289.3 Loop time of 0.0172429 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:45 2021 Pair time (%) = 0.00111794 (6.4835) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.201875) Outpt time (%) = 0.0159891 (92.7284) Other time (%) = 0.000101089 (0.586267) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:45 2021 Memory usage per processor = 27.5391 Mbytes Step Atoms AVEKE stressZZ 16681 5000 5.1297655e-11 5719262.7 16682 -0.0115699999999937 5719175.63814827 16682 5000 5.1293884e-11 5719175.6 Loop time of 0.0171521 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:45 2021 Pair time (%) = 0.00116491 (6.79168) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.215454) Outpt time (%) = 0.015847 (92.391) Other time (%) = 0.000103235 (0.601882) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:45 2021 Memory usage per processor = 27.5391 Mbytes Step Atoms AVEKE stressZZ 16682 5000 5.1293884e-11 5719149 16683 -0.0115699999999937 5719061.99752253 16683 5000 5.1290113e-11 5719062 Loop time of 0.0174692 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:45 2021 Pair time (%) = 0.00117302 (6.7148) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.211543) Outpt time (%) = 0.016151 (92.454) Other time (%) = 0.000108242 (0.619618) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:45 2021 Memory usage per processor = 27.5391 Mbytes Step Atoms AVEKE stressZZ 16683 5000 5.1290113e-11 5719035.4 16684 -0.0115699999999937 5718948.36282189 16684 5000 5.1286343e-11 5718948.4 Loop time of 0.0174031 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:45 2021 Pair time (%) = 0.00111508 (6.40738) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.201386) Outpt time (%) = 0.0161538 (92.8213) Other time (%) = 9.91821e-05 (0.56991) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:45 2021 Memory usage per processor = 27.5391 Mbytes Step Atoms AVEKE stressZZ 16684 5000 5.1286343e-11 5718921.8 16685 -0.0115699999999937 5718834.73404004 16685 5000 5.1282573e-11 5718834.7 Loop time of 0.0172291 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:45 2021 Pair time (%) = 0.00112009 (6.50116) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.203421) Outpt time (%) = 0.015975 (92.7211) Other time (%) = 9.89437e-05 (0.574283) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:45 2021 Memory usage per processor = 27.5391 Mbytes Step Atoms AVEKE stressZZ 16685 5000 5.1282573e-11 5718808.1 16686 -0.0115699999999937 5718721.11117231 16686 5000 5.1278804e-11 5718721.1 Loop time of 0.0173998 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:45 2021 Pair time (%) = 0.00127196 (7.31022) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.223349) Outpt time (%) = 0.0159678 (91.7703) Other time (%) = 0.000121117 (0.696081) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:45 2021 Memory usage per processor = 27.5391 Mbytes Step Atoms AVEKE stressZZ 16686 5000 5.1278804e-11 5718694.5 16687 -0.0115699999999937 5718607.49421521 16687 5000 5.1275034e-11 5718607.5 Loop time of 0.0172901 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:45 2021 Pair time (%) = 0.00113487 (6.56371) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.201324) Outpt time (%) = 0.0160198 (92.6531) Other time (%) = 0.000100613 (0.581908) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:45 2021 Memory usage per processor = 27.5391 Mbytes Step Atoms AVEKE stressZZ 16687 5000 5.1275034e-11 5718580.9 16688 -0.0115699999999937 5718493.88316565 16688 5000 5.1271266e-11 5718493.9 Loop time of 0.017525 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:45 2021 Pair time (%) = 0.001194 (6.81314) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.21087) Outpt time (%) = 0.016186 (92.3597) Other time (%) = 0.000108004 (0.616285) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:45 2021 Memory usage per processor = 27.5391 Mbytes Step Atoms AVEKE stressZZ 16688 5000 5.1271266e-11 5718467.3 16689 -0.0115699999999937 5718380.27802115 16689 5000 5.1267498e-11 5718380.3 Loop time of 0.0171969 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:45 2021 Pair time (%) = 0.00111914 (6.50778) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.209347) Outpt time (%) = 0.0159459 (92.7255) Other time (%) = 9.58443e-05 (0.557335) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:45 2021 Memory usage per processor = 27.5391 Mbytes Step Atoms AVEKE stressZZ 16689 5000 5.1267498e-11 5718353.7 16690 -0.0115699999999937 5718266.67883537 16690 5000 5.126373e-11 5718266.7 Loop time of 0.0197072 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:45 2021 Pair time (%) = 0.001261 (6.39865) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.203247) Outpt time (%) = 0.0182889 (92.8029) Other time (%) = 0.000117302 (0.595224) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:45 2021 Memory usage per processor = 27.5391 Mbytes Step Atoms AVEKE stressZZ 16690 5000 5.126373e-11 5718240.1 16691 -0.0115699999999937 5718153.08561001 16691 5000 5.1259962e-11 5718153.1 Loop time of 0.017422 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:45 2021 Pair time (%) = 0.00115991 (6.65773) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.206643) Outpt time (%) = 0.0161231 (92.5444) Other time (%) = 0.000102997 (0.59119) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:45 2021 Memory usage per processor = 27.5391 Mbytes Step Atoms AVEKE stressZZ 16691 5000 5.1259962e-11 5718126.5 16692 -0.0115699999999937 5718039.49831999 16692 5000 5.1256195e-11 5718039.5 Loop time of 0.017524 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:45 2021 Pair time (%) = 0.00112987 (6.44753) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.205439) Outpt time (%) = 0.0162511 (92.7362) Other time (%) = 0.00010705 (0.610876) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:45 2021 Memory usage per processor = 27.5391 Mbytes Step Atoms AVEKE stressZZ 16692 5000 5.1256195e-11 5718012.9 16693 -0.0115699999999937 5717925.91695626 16693 5000 5.1252429e-11 5717925.9 Loop time of 0.017158 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:45 2021 Pair time (%) = 0.00118399 (6.90048) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.197315) Outpt time (%) = 0.0158372 (92.3019) Other time (%) = 0.000102997 (0.600283) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:45 2021 Memory usage per processor = 27.5391 Mbytes Step Atoms AVEKE stressZZ 16693 5000 5.1252429e-11 5717899.3 16694 -0.0115699999999937 5717812.34151319 16694 5000 5.1248663e-11 5717812.3 Loop time of 0.017288 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:45 2021 Pair time (%) = 0.0011549 (6.68037) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.21514) Outpt time (%) = 0.015986 (92.4687) Other time (%) = 0.000109911 (0.635766) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:45 2021 Memory usage per processor = 27.5391 Mbytes Step Atoms AVEKE stressZZ 16694 5000 5.1248663e-11 5717785.7 16695 -0.0115699999999937 5717698.77198658 16695 5000 5.1244897e-11 5717698.8 Loop time of 0.0174282 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:45 2021 Pair time (%) = 0.0011549 (6.62663) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.218881) Outpt time (%) = 0.016135 (92.5799) Other time (%) = 0.000100136 (0.574563) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:45 2021 Memory usage per processor = 27.5391 Mbytes Step Atoms AVEKE stressZZ 16695 5000 5.1244897e-11 5717672.2 16696 -0.0115699999999937 5717585.208373 16696 5000 5.1241132e-11 5717585.2 Loop time of 0.0173421 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:45 2021 Pair time (%) = 0.00111794 (6.44642) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.20072) Outpt time (%) = 0.0160909 (92.7851) Other time (%) = 9.84669e-05 (0.567791) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:45 2021 Memory usage per processor = 27.5391 Mbytes Step Atoms AVEKE stressZZ 16696 5000 5.1241132e-11 5717558.6 16697 -0.0115699999999937 5717471.65066962 16697 5000 5.1237367e-11 5717471.7 Loop time of 0.0171261 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:45 2021 Pair time (%) = 0.00111389 (6.50407) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204644) Outpt time (%) = 0.015877 (92.7066) Other time (%) = 0.000100136 (0.584698) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:45 2021 Memory usage per processor = 27.5391 Mbytes Step Atoms AVEKE stressZZ 16697 5000 5.1237367e-11 5717445 16698 -0.0115699999999937 5717358.09883066 16698 5000 5.1233602e-11 5717358.1 Loop time of 0.017308 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:45 2021 Pair time (%) = 0.001297 (7.49363) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.224533) Outpt time (%) = 0.015851 (91.5821) Other time (%) = 0.000121117 (0.699773) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:45 2021 Memory usage per processor = 27.5391 Mbytes Step Atoms AVEKE stressZZ 16698 5000 5.1233602e-11 5717331.5 16699 -0.0115699999999937 5717244.55290973 16699 5000 5.1229838e-11 5717244.6 Loop time of 0.017571 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:45 2021 Pair time (%) = 0.00117493 (6.68675) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.199463) Outpt time (%) = 0.0162408 (92.4299) Other time (%) = 0.000120163 (0.683872) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:45 2021 Memory usage per processor = 27.5391 Mbytes Step Atoms AVEKE stressZZ 16699 5000 5.1229838e-11 5717218 16700 -0.0115699999999937 5717131.01293441 16700 5000 5.1226075e-11 5717131 Loop time of 0.019727 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:45 2021 Pair time (%) = 0.00111294 (5.6417) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.187332) Outpt time (%) = 0.0184789 (93.673) Other time (%) = 9.82285e-05 (0.497939) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:45 2021 Memory usage per processor = 27.5391 Mbytes Step Atoms AVEKE stressZZ 16700 5000 5.1226075e-11 5717104.4 16701 -0.0115699999999937 5717017.47888035 16701 5000 5.1222311e-11 5717017.5 Loop time of 0.0172172 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:45 2021 Pair time (%) = 0.00111198 (6.45858) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.203562) Outpt time (%) = 0.0159712 (92.7632) Other time (%) = 9.89437e-05 (0.574681) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:45 2021 Memory usage per processor = 27.5391 Mbytes Step Atoms AVEKE stressZZ 16701 5000 5.1222311e-11 5716990.9 16702 -0.0115699999999937 5716903.950718 16702 5000 5.1218549e-11 5716904 Loop time of 0.017308 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:45 2021 Pair time (%) = 0.00128698 (7.43577) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.208003) Outpt time (%) = 0.0158739 (91.7143) Other time (%) = 0.000111103 (0.641917) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:45 2021 Memory usage per processor = 27.5391 Mbytes Step Atoms AVEKE stressZZ 16702 5000 5.1218549e-11 5716877.4 16703 -0.0115699999999937 5716790.42846663 16703 5000 5.1214786e-11 5716790.4 Loop time of 0.0174711 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:45 2021 Pair time (%) = 0.00118113 (6.76046) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.206062) Outpt time (%) = 0.0161312 (92.3307) Other time (%) = 0.000122786 (0.702793) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:45 2021 Memory usage per processor = 27.5391 Mbytes Step Atoms AVEKE stressZZ 16703 5000 5.1214786e-11 5716763.8 16704 -0.0115699999999937 5716676.91212297 16704 5000 5.1211024e-11 5716676.9 Loop time of 0.0174742 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:45 2021 Pair time (%) = 0.00111914 (6.40452) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.200568) Outpt time (%) = 0.016223 (92.8396) Other time (%) = 9.70364e-05 (0.555313) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:45 2021 Memory usage per processor = 27.5391 Mbytes Step Atoms AVEKE stressZZ 16704 5000 5.1211024e-11 5716650.3 16705 -0.0115699999999937 5716563.40168414 16705 5000 5.1207263e-11 5716563.4 Loop time of 0.0171249 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:45 2021 Pair time (%) = 0.00112104 (6.54628) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204658) Outpt time (%) = 0.0158679 (92.6601) Other time (%) = 0.000100851 (0.588915) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:24:45 2021 Memory usage per processor = 27.5391 Mbytes Step Atoms AVEKE stressZZ 16705 5000 5.1207263e-11 5716536.8 16706 -0.0115699999999937 5716432.55567341 16706 5000 1.0111535e-10 5716620.5 Loop time of 0.0170469 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:45 2021 Pair time (%) = 0.0012579 (7.37902) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.227972) Outpt time (%) = 0.0156019 (91.5231) Other time (%) = 0.000148296 (0.86993) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:45 2021 Memory usage per processor = 27.5391 Mbytes Step Atoms AVEKE stressZZ 16706 5000 1.0111535e-10 5774034.3 16707 -0.0116024999999937 5773919.30607607 16707 5000 8.1405695e-11 5773919.3 Loop time of 0.0168691 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:45 2021 Pair time (%) = 0.00117898 (6.989) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207762) Outpt time (%) = 0.0155561 (92.2167) Other time (%) = 9.89437e-05 (0.586539) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:45 2021 Memory usage per processor = 27.5391 Mbytes Step Atoms AVEKE stressZZ 16707 5000 8.1405695e-11 5773883.4 16708 -0.0116024999999937 5773778.31333518 16708 5000 6.9988253e-11 5773778.3 Loop time of 0.0170522 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:45 2021 Pair time (%) = 0.00111485 (6.53785) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205531) Outpt time (%) = 0.0158131 (92.7337) Other time (%) = 8.91685e-05 (0.522916) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:45 2021 Memory usage per processor = 27.5391 Mbytes Step Atoms AVEKE stressZZ 16708 5000 6.9988253e-11 5773745.7 16709 -0.0116024999999937 5773646.8250939 16709 5000 6.3179168e-11 5773646.8 Loop time of 0.0173919 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:45 2021 Pair time (%) = 0.00112009 (6.44029) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.201516) Outpt time (%) = 0.0161428 (92.8181) Other time (%) = 9.39369e-05 (0.540118) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:45 2021 Memory usage per processor = 27.5391 Mbytes Step Atoms AVEKE stressZZ 16709 5000 6.3179168e-11 5773616.3 16710 -0.0116024999999937 5773521.37925991 16710 5000 5.903158e-11 5773521.4 Loop time of 0.0194709 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:45 2021 Pair time (%) = 0.001127 (5.78814) Neigh time (%) = 0 (0) Comm time (%) = 0.000108957 (0.55959) Outpt time (%) = 0.0181339 (93.1331) Other time (%) = 0.000101089 (0.519182) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:45 2021 Memory usage per processor = 27.5392 Mbytes Step Atoms AVEKE stressZZ 16710 5000 5.903158e-11 5773492.1 16711 -0.0116024999999937 5773399.77560959 16711 5000 5.6467489e-11 5773399.8 Loop time of 0.0174041 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:45 2021 Pair time (%) = 0.00131321 (7.54541) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.217814) Outpt time (%) = 0.0159142 (91.4395) Other time (%) = 0.00013876 (0.797282) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:45 2021 Memory usage per processor = 27.5392 Mbytes Step Atoms AVEKE stressZZ 16711 5000 5.6467489e-11 5773371.4 16712 -0.0116024999999937 5773280.61588515 16712 5000 5.4866135e-11 5773280.6 Loop time of 0.0173478 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:45 2021 Pair time (%) = 0.00118303 (6.81949) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.207526) Outpt time (%) = 0.016027 (92.3861) Other time (%) = 0.000101805 (0.586845) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:45 2021 Memory usage per processor = 27.5392 Mbytes Step Atoms AVEKE stressZZ 16712 5000 5.4866135e-11 5773252.7 16713 -0.0116024999999937 5773163.01147951 16713 5000 5.3859001e-11 5773163 Loop time of 0.01756 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:45 2021 Pair time (%) = 0.00111604 (6.35556) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.19823) Outpt time (%) = 0.016309 (92.876) Other time (%) = 0.000100136 (0.570249) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:45 2021 Memory usage per processor = 27.5392 Mbytes Step Atoms AVEKE stressZZ 16713 5000 5.3859001e-11 5773135.5 16714 -0.0116024999999937 5773046.39767299 16714 5000 5.3222385e-11 5773046.4 Loop time of 0.017277 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:45 2021 Pair time (%) = 0.00119209 (6.89988) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.202857) Outpt time (%) = 0.015945 (92.2901) Other time (%) = 0.000104904 (0.60719) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:45 2021 Memory usage per processor = 27.5392 Mbytes Step Atoms AVEKE stressZZ 16714 5000 5.3222385e-11 5773019.1 16715 -0.0116024999999937 5772930.41557923 16715 5000 5.2818362e-11 5772930.4 Loop time of 0.0176649 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:45 2021 Pair time (%) = 0.00136995 (7.75522) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.209199) Outpt time (%) = 0.016113 (91.215) Other time (%) = 0.000144958 (0.820601) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:45 2021 Memory usage per processor = 27.5392 Mbytes Step Atoms AVEKE stressZZ 16715 5000 5.2818362e-11 5772903.2 16716 -0.0116024999999937 5772814.83712169 16716 5000 5.2560992e-11 5772814.8 Loop time of 0.0174282 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:45 2021 Pair time (%) = 0.0011189 (6.42006) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.201097) Outpt time (%) = 0.0161769 (92.8207) Other time (%) = 9.72748e-05 (0.558147) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:45 2021 Memory usage per processor = 27.5392 Mbytes Step Atoms AVEKE stressZZ 16716 5000 5.2560992e-11 5772787.7 16717 -0.0116024999999937 5772699.51735472 16717 5000 5.2396352e-11 5772699.5 Loop time of 0.0174272 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:45 2021 Pair time (%) = 0.00111508 (6.39852) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.201108) Outpt time (%) = 0.0161779 (92.8312) Other time (%) = 9.91821e-05 (0.569122) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:45 2021 Memory usage per processor = 27.5392 Mbytes Step Atoms AVEKE stressZZ 16717 5000 5.2396352e-11 5772672.5 16718 -0.0116024999999937 5772584.36416312 16718 5000 5.2290452e-11 5772584.4 Loop time of 0.017344 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:46 2021 Pair time (%) = 0.00113797 (6.56119) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.21307) Outpt time (%) = 0.016063 (92.614) Other time (%) = 0.000106096 (0.611717) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:46 2021 Memory usage per processor = 27.5392 Mbytes Step Atoms AVEKE stressZZ 16718 5000 5.2290452e-11 5772557.3 16719 -0.0116024999999937 5772469.31900642 16719 5000 5.2221805e-11 5772469.3 Loop time of 0.017756 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:46 2021 Pair time (%) = 0.0011909 (6.70704) Neigh time (%) = 0 (0) Comm time (%) = 0.000109911 (0.619008) Outpt time (%) = 0.0163391 (92.02) Other time (%) = 0.00011611 (0.653919) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:46 2021 Memory usage per processor = 27.5392 Mbytes Step Atoms AVEKE stressZZ 16719 5000 5.2221805e-11 5772442.3 16720 -0.0116024999999937 5772354.34468092 16720 5000 5.2176802e-11 5772354.3 Loop time of 0.019769 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:46 2021 Pair time (%) = 0.00111914 (5.66108) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.177286) Outpt time (%) = 0.018517 (93.6672) Other time (%) = 9.77516e-05 (0.49447) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:46 2021 Memory usage per processor = 27.5392 Mbytes Step Atoms AVEKE stressZZ 16720 5000 5.2176802e-11 5772327.4 16721 -0.0116024999999937 5772239.41754309 16721 5000 5.2146812e-11 5772239.4 Loop time of 0.017422 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:46 2021 Pair time (%) = 0.00118494 (6.80142) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.206643) Outpt time (%) = 0.016094 (92.3775) Other time (%) = 0.00010705 (0.614454) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:46 2021 Memory usage per processor = 27.5392 Mbytes Step Atoms AVEKE stressZZ 16721 5000 5.2146812e-11 5772212.4 16722 -0.0116024999999937 5772124.52256664 16722 5000 5.2126358e-11 5772124.5 Loop time of 0.0172219 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:46 2021 Pair time (%) = 0.00111103 (6.45126) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.203505) Outpt time (%) = 0.015974 (92.7541) Other time (%) = 0.000101805 (0.591134) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:46 2021 Memory usage per processor = 27.5392 Mbytes Step Atoms AVEKE stressZZ 16722 5000 5.2126358e-11 5772097.6 16723 -0.0116024999999937 5772009.65020202 16723 5000 5.2111962e-11 5772009.7 Loop time of 0.0176311 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:46 2021 Pair time (%) = 0.00145388 (8.24611) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.209601) Outpt time (%) = 0.016005 (90.7776) Other time (%) = 0.000135183 (0.766734) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:46 2021 Memory usage per processor = 27.5392 Mbytes Step Atoms AVEKE stressZZ 16723 5000 5.2111962e-11 5771982.7 16724 -0.0116024999999937 5771894.7943801 16724 5000 5.2101415e-11 5771894.8 Loop time of 0.017473 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:46 2021 Pair time (%) = 0.00111485 (6.38039) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.200581) Outpt time (%) = 0.0162241 (92.8528) Other time (%) = 9.89437e-05 (0.566267) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:46 2021 Memory usage per processor = 27.5392 Mbytes Step Atoms AVEKE stressZZ 16724 5000 5.2101415e-11 5771867.8 16725 -0.0116024999999937 5771779.95124339 16725 5000 5.2093315e-11 5771780 Loop time of 0.0173259 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:46 2021 Pair time (%) = 0.00111318 (6.42493) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.202284) Outpt time (%) = 0.0160811 (92.8155) Other time (%) = 9.65595e-05 (0.557314) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:46 2021 Memory usage per processor = 27.5392 Mbytes Step Atoms AVEKE stressZZ 16725 5000 5.2093315e-11 5771753 16726 -0.0116024999999937 5771665.11834017 16726 5000 5.2086769e-11 5771665.1 Loop time of 0.01719 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:46 2021 Pair time (%) = 0.0011332 (6.59223) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.214979) Outpt time (%) = 0.0159149 (92.5825) Other time (%) = 0.000104904 (0.610264) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:46 2021 Memory usage per processor = 27.5392 Mbytes Step Atoms AVEKE stressZZ 16726 5000 5.2086769e-11 5771638.2 16727 -0.0116024999999937 5771550.29411208 16727 5000 5.2081211e-11 5771550.3 Loop time of 0.017554 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:46 2021 Pair time (%) = 0.00122786 (6.99472) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.215953) Outpt time (%) = 0.01617 (92.1157) Other time (%) = 0.000118256 (0.673666) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:46 2021 Memory usage per processor = 27.5392 Mbytes Step Atoms AVEKE stressZZ 16727 5000 5.2081211e-11 5771523.3 16728 -0.0116024999999937 5771435.47756841 16728 5000 5.2076281e-11 5771435.5 Loop time of 0.0173821 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:46 2021 Pair time (%) = 0.00111985 (6.44254) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.201629) Outpt time (%) = 0.0161281 (92.7852) Other time (%) = 9.91821e-05 (0.570598) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:46 2021 Memory usage per processor = 27.5392 Mbytes Step Atoms AVEKE stressZZ 16728 5000 5.2076281e-11 5771408.5 16729 -0.0116024999999937 5771320.66807926 16729 5000 5.207175e-11 5771320.7 Loop time of 0.0172279 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:46 2021 Pair time (%) = 0.00111389 (6.46563) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.202051) Outpt time (%) = 0.0159791 (92.7511) Other time (%) = 0.000100136 (0.581242) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:46 2021 Memory usage per processor = 27.5392 Mbytes Step Atoms AVEKE stressZZ 16729 5000 5.207175e-11 5771293.7 16730 -0.0116024999999937 5771205.86530679 16730 5000 5.2067473e-11 5771205.9 Loop time of 0.0195849 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:46 2021 Pair time (%) = 0.00125003 (6.38262) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.183821) Outpt time (%) = 0.018188 (92.8675) Other time (%) = 0.000110865 (0.566072) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:46 2021 Memory usage per processor = 27.5392 Mbytes Step Atoms AVEKE stressZZ 16730 5000 5.2067473e-11 5771178.9 16731 -0.0116024999999937 5771091.06900069 16731 5000 5.2063357e-11 5771091.1 Loop time of 0.017597 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:46 2021 Pair time (%) = 0.00118208 (6.71752) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.199168) Outpt time (%) = 0.0162621 (92.414) Other time (%) = 0.000117779 (0.669313) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:46 2021 Memory usage per processor = 27.5392 Mbytes Step Atoms AVEKE stressZZ 16731 5000 5.2063357e-11 5771064.1 16732 -0.0116024999999937 5770976.27897237 16732 5000 5.2059345e-11 5770976.3 Loop time of 0.0173609 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:46 2021 Pair time (%) = 0.00116897 (6.73332) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.200503) Outpt time (%) = 0.0160561 (92.4839) Other time (%) = 0.000101089 (0.582282) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:46 2021 Memory usage per processor = 27.5392 Mbytes Step Atoms AVEKE stressZZ 16732 5000 5.2059345e-11 5770949.3 16733 -0.0116024999999937 5770861.49511023 16733 5000 5.2055398e-11 5770861.5 Loop time of 0.0173359 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:46 2021 Pair time (%) = 0.00111508 (6.43223) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.202167) Outpt time (%) = 0.016088 (92.8017) Other time (%) = 9.77516e-05 (0.563868) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:46 2021 Memory usage per processor = 27.5392 Mbytes Step Atoms AVEKE stressZZ 16733 5000 5.2055398e-11 5770834.5 16734 -0.0116024999999937 5770746.7173436 16734 5000 5.2051492e-11 5770746.7 Loop time of 0.0174608 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:46 2021 Pair time (%) = 0.00113201 (6.48315) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.211645) Outpt time (%) = 0.0161839 (92.6867) Other time (%) = 0.000108004 (0.618548) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:46 2021 Memory usage per processor = 27.5392 Mbytes Step Atoms AVEKE stressZZ 16734 5000 5.2051492e-11 5770719.8 16735 -0.0116024999999937 5770631.94562724 16735 5000 5.2047613e-11 5770631.9 Loop time of 0.0174501 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:46 2021 Pair time (%) = 0.00114703 (6.57321) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.20631) Outpt time (%) = 0.0161631 (92.6248) Other time (%) = 0.000103951 (0.595702) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:46 2021 Memory usage per processor = 27.5392 Mbytes Step Atoms AVEKE stressZZ 16735 5000 5.2047613e-11 5770605 16736 -0.0116024999999937 5770517.17993179 16736 5000 5.2043752e-11 5770517.2 Loop time of 0.017463 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:46 2021 Pair time (%) = 0.00116897 (6.69397) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.206157) Outpt time (%) = 0.016155 (92.5101) Other time (%) = 0.000102997 (0.589801) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:46 2021 Memory usage per processor = 27.5392 Mbytes Step Atoms AVEKE stressZZ 16736 5000 5.2043752e-11 5770490.2 16737 -0.0116024999999937 5770402.42023798 16737 5000 5.2039901e-11 5770402.4 Loop time of 0.0171869 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:46 2021 Pair time (%) = 0.00111699 (6.49909) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.196984) Outpt time (%) = 0.0159428 (92.7615) Other time (%) = 9.32217e-05 (0.5424) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:46 2021 Memory usage per processor = 27.5392 Mbytes Step Atoms AVEKE stressZZ 16737 5000 5.2039901e-11 5770375.5 16738 -0.0116024999999937 5770287.66651588 16738 5000 5.2036058e-11 5770287.7 Loop time of 0.0172341 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:46 2021 Pair time (%) = 0.00114489 (6.64315) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.208895) Outpt time (%) = 0.0159431 (92.5088) Other time (%) = 0.000110149 (0.639137) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:46 2021 Memory usage per processor = 27.5392 Mbytes Step Atoms AVEKE stressZZ 16738 5000 5.2036058e-11 5770260.7 16739 -0.0116024999999937 5770172.91877195 16739 5000 5.2032219e-11 5770172.9 Loop time of 0.017467 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:46 2021 Pair time (%) = 0.00114179 (6.53681) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.193825) Outpt time (%) = 0.0161829 (92.6483) Other time (%) = 0.00010848 (0.621059) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:46 2021 Memory usage per processor = 27.5392 Mbytes Step Atoms AVEKE stressZZ 16739 5000 5.2032219e-11 5770146 16740 -0.0116024999999937 5770058.17700163 16740 5000 5.2028384e-11 5770058.2 Loop time of 0.019721 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:46 2021 Pair time (%) = 0.00112009 (5.67968) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.177717) Outpt time (%) = 0.0184679 (93.6457) Other time (%) = 9.799e-05 (0.496881) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:46 2021 Memory usage per processor = 27.5392 Mbytes Step Atoms AVEKE stressZZ 16740 5000 5.2028384e-11 5770031.2 16741 -0.0116024999999937 5769943.4412006 16741 5000 5.202455e-11 5769943.4 Loop time of 0.0172341 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:46 2021 Pair time (%) = 0.00117803 (6.83544) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.203362) Outpt time (%) = 0.0159202 (92.376) Other time (%) = 0.000100851 (0.585184) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:46 2021 Memory usage per processor = 27.5392 Mbytes Step Atoms AVEKE stressZZ 16741 5000 5.202455e-11 5769916.5 16742 -0.0116024999999937 5769828.71136572 16742 5000 5.2020719e-11 5769828.7 Loop time of 0.016747 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:46 2021 Pair time (%) = 0.00120687 (7.20651) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.220666) Outpt time (%) = 0.0153999 (91.9564) Other time (%) = 0.000103235 (0.61644) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:46 2021 Memory usage per processor = 27.5392 Mbytes Step Atoms AVEKE stressZZ 16742 5000 5.2020719e-11 5769801.8 16743 -0.0116024999999937 5769713.9874685 16743 5000 5.2016888e-11 5769714 Loop time of 0.017298 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:46 2021 Pair time (%) = 0.00119805 (6.92597) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.208124) Outpt time (%) = 0.0159509 (92.2126) Other time (%) = 0.00011301 (0.653316) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:46 2021 Memory usage per processor = 27.5392 Mbytes Step Atoms AVEKE stressZZ 16743 5000 5.2016888e-11 5769687 16744 -0.0116024999999937 5769599.26952194 16744 5000 5.2013058e-11 5769599.3 Loop time of 0.017271 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:46 2021 Pair time (%) = 0.00107002 (6.19547) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190502) Outpt time (%) = 0.0160799 (93.1033) Other time (%) = 8.82149e-05 (0.510768) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:46 2021 Memory usage per processor = 27.5392 Mbytes Step Atoms AVEKE stressZZ 16744 5000 5.2013058e-11 5769572.3 16745 -0.0116024999999937 5769484.55753295 16745 5000 5.2009229e-11 5769484.6 Loop time of 0.0166111 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:46 2021 Pair time (%) = 0.00106287 (6.39855) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.205247) Outpt time (%) = 0.01542 (92.8293) Other time (%) = 9.41753e-05 (0.566942) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:46 2021 Memory usage per processor = 27.5392 Mbytes Step Atoms AVEKE stressZZ 16745 5000 5.2009229e-11 5769457.6 16746 -0.0116024999999937 5769369.85150027 16746 5000 5.20054e-11 5769369.9 Loop time of 0.016855 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:46 2021 Pair time (%) = 0.00120211 (7.13205) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.231982) Outpt time (%) = 0.0154998 (91.9598) Other time (%) = 0.000113964 (0.676144) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:46 2021 Memory usage per processor = 27.5392 Mbytes Step Atoms AVEKE stressZZ 16746 5000 5.20054e-11 5769342.9 16747 -0.0116024999999937 5769255.15142272 16747 5000 5.2001573e-11 5769255.2 Loop time of 0.017312 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:46 2021 Pair time (%) = 0.00106788 (6.1684) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.19556) Outpt time (%) = 0.0161159 (93.0907) Other time (%) = 9.44138e-05 (0.545364) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:46 2021 Memory usage per processor = 27.5392 Mbytes Step Atoms AVEKE stressZZ 16747 5000 5.2001573e-11 5769228.2 16748 -0.0116024999999937 5769140.4572991 16748 5000 5.1997745e-11 5769140.5 Loop time of 0.017179 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:46 2021 Pair time (%) = 0.00106502 (6.19952) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192911) Outpt time (%) = 0.0159872 (93.0621) Other time (%) = 9.36985e-05 (0.545424) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:46 2021 Memory usage per processor = 27.5392 Mbytes Step Atoms AVEKE stressZZ 16748 5000 5.1997745e-11 5769113.5 16749 -0.0116024999999937 5769025.76912844 16749 5000 5.1993918e-11 5769025.8 Loop time of 0.016633 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:46 2021 Pair time (%) = 0.00114989 (6.91331) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.199243) Outpt time (%) = 0.015358 (92.3342) Other time (%) = 9.20296e-05 (0.553294) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:46 2021 Memory usage per processor = 27.5392 Mbytes Step Atoms AVEKE stressZZ 16749 5000 5.1993918e-11 5768998.8 16750 -0.0116024999999937 5768911.08690968 16750 5000 5.1990092e-11 5768911.1 Loop time of 0.0186989 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:46 2021 Pair time (%) = 0.00110316 (5.8996) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.175955) Outpt time (%) = 0.0174739 (93.4489) Other time (%) = 8.89301e-05 (0.475589) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:46 2021 Memory usage per processor = 27.5392 Mbytes Step Atoms AVEKE stressZZ 16750 5000 5.1990092e-11 5768884.1 16751 -0.0116024999999937 5768796.41064192 16751 5000 5.1986266e-11 5768796.4 Loop time of 0.016499 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:46 2021 Pair time (%) = 0.00106788 (6.47236) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.195081) Outpt time (%) = 0.0153089 (92.7863) Other time (%) = 9.01222e-05 (0.546227) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:46 2021 Memory usage per processor = 27.5392 Mbytes Step Atoms AVEKE stressZZ 16751 5000 5.1986266e-11 5768769.5 16752 -0.0116024999999937 5768681.74032406 16752 5000 5.198244e-11 5768681.7 Loop time of 0.016475 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:46 2021 Pair time (%) = 0.00112391 (6.8219) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.201155) Outpt time (%) = 0.0152268 (92.4241) Other time (%) = 9.10759e-05 (0.552814) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:46 2021 Memory usage per processor = 27.5392 Mbytes Step Atoms AVEKE stressZZ 16752 5000 5.198244e-11 5768654.8 16753 -0.0116024999999937 5768567.0759553 16753 5000 5.1978615e-11 5768567.1 Loop time of 0.0174201 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:46 2021 Pair time (%) = 0.00141501 (8.1229) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.201191) Outpt time (%) = 0.015836 (90.9067) Other time (%) = 0.000133991 (0.769178) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:46 2021 Memory usage per processor = 27.5392 Mbytes Step Atoms AVEKE stressZZ 16753 5000 5.1978615e-11 5768540.1 16754 -0.0116024999999937 5768452.4175348 16754 5000 5.197479e-11 5768452.4 Loop time of 0.0174942 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:46 2021 Pair time (%) = 0.00111604 (6.37947) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.200338) Outpt time (%) = 0.016243 (92.8478) Other time (%) = 0.000100136 (0.572394) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:46 2021 Memory usage per processor = 27.5392 Mbytes Step Atoms AVEKE stressZZ 16754 5000 5.197479e-11 5768425.5 16755 -0.0116024999999937 5768337.76506153 16755 5000 5.1970966e-11 5768337.8 Loop time of 0.0169818 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:46 2021 Pair time (%) = 0.00106978 (6.29958) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.199363) Outpt time (%) = 0.015789 (92.976) Other time (%) = 8.91685e-05 (0.525082) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:46 2021 Memory usage per processor = 27.5392 Mbytes Step Atoms AVEKE stressZZ 16755 5000 5.1970966e-11 5768310.8 16756 -0.0116024999999937 5768223.11853465 16756 5000 5.1967142e-11 5768223.1 Loop time of 0.016644 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:46 2021 Pair time (%) = 0.00109291 (6.56639) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.210572) Outpt time (%) = 0.0154121 (92.5985) Other time (%) = 0.000103951 (0.624552) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:46 2021 Memory usage per processor = 27.5392 Mbytes Step Atoms AVEKE stressZZ 16756 5000 5.1967142e-11 5768196.2 16757 -0.0116024999999937 5768108.47795351 16757 5000 5.1963318e-11 5768108.5 Loop time of 0.017591 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:46 2021 Pair time (%) = 0.00124121 (7.05592) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.199236) Outpt time (%) = 0.0162051 (92.1214) Other time (%) = 0.000109673 (0.623458) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:46 2021 Memory usage per processor = 27.5392 Mbytes Step Atoms AVEKE stressZZ 16757 5000 5.1963318e-11 5768081.5 16758 -0.0116024999999937 5767993.84331702 16758 5000 5.1959495e-11 5767993.8 Loop time of 0.017251 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:46 2021 Pair time (%) = 0.00110006 (6.3768) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190724) Outpt time (%) = 0.0160239 (92.8866) Other time (%) = 9.41753e-05 (0.545912) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:46 2021 Memory usage per processor = 27.5392 Mbytes Step Atoms AVEKE stressZZ 16758 5000 5.1959495e-11 5767966.9 16759 -0.0116024999999937 5767879.21462446 16759 5000 5.1955673e-11 5767879.2 Loop time of 0.0165241 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:46 2021 Pair time (%) = 0.00111604 (6.75401) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.199114) Outpt time (%) = 0.0152822 (92.4842) Other time (%) = 9.29832e-05 (0.562714) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:46 2021 Memory usage per processor = 27.5392 Mbytes Step Atoms AVEKE stressZZ 16759 5000 5.1955673e-11 5767852.3 16760 -0.0116024999999937 5767764.59187503 16760 5000 5.1951851e-11 5767764.6 Loop time of 0.0195611 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:47 2021 Pair time (%) = 0.001405 (7.18264) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.204766) Outpt time (%) = 0.0179861 (91.9483) Other time (%) = 0.000129938 (0.66427) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:47 2021 Memory usage per processor = 27.5392 Mbytes Step Atoms AVEKE stressZZ 16760 5000 5.1951851e-11 5767737.7 16761 -0.0116024999999937 5767649.97506782 16761 5000 5.1948029e-11 5767650 Loop time of 0.0172369 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:47 2021 Pair time (%) = 0.00113916 (6.60885) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197795) Outpt time (%) = 0.0159671 (92.6332) Other time (%) = 9.65595e-05 (0.560189) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:47 2021 Memory usage per processor = 27.5392 Mbytes Step Atoms AVEKE stressZZ 16761 5000 5.1948029e-11 5767623 16762 -0.0116024999999937 5767535.36420202 16762 5000 5.1944208e-11 5767535.4 Loop time of 0.0173011 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:47 2021 Pair time (%) = 0.00112796 (6.51958) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197062) Outpt time (%) = 0.016041 (92.717) Other time (%) = 9.799e-05 (0.566381) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:47 2021 Memory usage per processor = 27.5392 Mbytes Step Atoms AVEKE stressZZ 16762 5000 5.1944208e-11 5767508.4 16763 -0.0116024999999937 5767420.75927701 16763 5000 5.1940387e-11 5767420.8 Loop time of 0.017005 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:47 2021 Pair time (%) = 0.00106406 (6.25736) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.194885) Outpt time (%) = 0.0157552 (92.6504) Other time (%) = 0.000152588 (0.897314) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:47 2021 Memory usage per processor = 27.5392 Mbytes Step Atoms AVEKE stressZZ 16763 5000 5.1940387e-11 5767393.8 16764 -0.0116024999999937 5767306.16029183 16764 5000 5.1936566e-11 5767306.2 Loop time of 0.0171039 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:47 2021 Pair time (%) = 0.00130415 (7.62486) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.234182) Outpt time (%) = 0.015636 (91.4175) Other time (%) = 0.000123739 (0.723456) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:47 2021 Memory usage per processor = 27.5392 Mbytes Step Atoms AVEKE stressZZ 16764 5000 5.1936566e-11 5767279.2 16765 -0.0116024999999937 5767191.56724573 16765 5000 5.1932746e-11 5767191.6 Loop time of 0.017195 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:47 2021 Pair time (%) = 0.00106502 (6.19376) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191345) Outpt time (%) = 0.0160029 (93.0672) Other time (%) = 9.41753e-05 (0.547691) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:47 2021 Memory usage per processor = 27.5392 Mbytes Step Atoms AVEKE stressZZ 16765 5000 5.1932746e-11 5767164.6 16766 -0.0116024999999937 5767076.98013793 16766 5000 5.1928927e-11 5767077 Loop time of 0.017139 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:47 2021 Pair time (%) = 0.00111413 (6.50057) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198926) Outpt time (%) = 0.0158951 (92.7427) Other time (%) = 9.56059e-05 (0.557828) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:47 2021 Memory usage per processor = 27.5392 Mbytes Step Atoms AVEKE stressZZ 16766 5000 5.1928927e-11 5767050 16767 -0.0116024999999937 5766962.39896774 16767 5000 5.1925108e-11 5766962.4 Loop time of 0.0166509 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:47 2021 Pair time (%) = 0.00115204 (6.91877) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.209052) Outpt time (%) = 0.0153611 (92.2536) Other time (%) = 0.000102997 (0.618566) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:47 2021 Memory usage per processor = 27.5392 Mbytes Step Atoms AVEKE stressZZ 16767 5000 5.1925108e-11 5766935.5 16768 -0.0116024999999937 5766847.82373427 16768 5000 5.1921289e-11 5766847.8 Loop time of 0.0170679 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:47 2021 Pair time (%) = 0.00113797 (6.66732) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205342) Outpt time (%) = 0.0157931 (92.5309) Other time (%) = 0.000101805 (0.596469) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:47 2021 Memory usage per processor = 27.5392 Mbytes Step Atoms AVEKE stressZZ 16768 5000 5.1921289e-11 5766820.9 16769 -0.0116024999999937 5766733.25443676 16769 5000 5.1917471e-11 5766733.3 Loop time of 0.0172019 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:47 2021 Pair time (%) = 0.00106788 (6.2079) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198198) Outpt time (%) = 0.0160069 (93.0534) Other time (%) = 9.29832e-05 (0.540541) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:47 2021 Memory usage per processor = 27.5392 Mbytes Step Atoms AVEKE stressZZ 16769 5000 5.1917471e-11 5766706.3 16770 -0.0116024999999937 5766618.69107456 16770 5000 5.1913653e-11 5766618.7 Loop time of 0.0190721 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:47 2021 Pair time (%) = 0.00116587 (6.11296) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.173763) Outpt time (%) = 0.017777 (93.2095) Other time (%) = 9.60827e-05 (0.503788) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:47 2021 Memory usage per processor = 27.5392 Mbytes Step Atoms AVEKE stressZZ 16770 5000 5.1913653e-11 5766591.8 16771 -0.0116024999999937 5766504.13364685 16771 5000 5.1909836e-11 5766504.1 Loop time of 0.0166621 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:47 2021 Pair time (%) = 0.00110006 (6.60218) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.208912) Outpt time (%) = 0.0154219 (92.5564) Other time (%) = 0.000105381 (0.632459) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:47 2021 Memory usage per processor = 27.5392 Mbytes Step Atoms AVEKE stressZZ 16771 5000 5.1909836e-11 5766477.2 16772 -0.0116024999999937 5766389.58215287 16772 5000 5.1906019e-11 5766389.6 Loop time of 0.01754 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:47 2021 Pair time (%) = 0.00136709 (7.79415) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.188941) Outpt time (%) = 0.0160248 (91.3617) Other time (%) = 0.000114918 (0.655176) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:47 2021 Memory usage per processor = 27.5392 Mbytes Step Atoms AVEKE stressZZ 16772 5000 5.1906019e-11 5766362.6 16773 -0.0116024999999937 5766275.03659187 16773 5000 5.1902202e-11 5766275 Loop time of 0.0173032 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:47 2021 Pair time (%) = 0.00106406 (6.1495) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.19566) Outpt time (%) = 0.016113 (93.1216) Other time (%) = 9.2268e-05 (0.533241) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:47 2021 Memory usage per processor = 27.5392 Mbytes Step Atoms AVEKE stressZZ 16773 5000 5.1902202e-11 5766248.1 16774 -0.0116024999999937 5766160.49696315 16774 5000 5.1898386e-11 5766160.5 Loop time of 0.016608 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:47 2021 Pair time (%) = 0.00106692 (6.42415) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.199543) Outpt time (%) = 0.015414 (92.8107) Other time (%) = 9.39369e-05 (0.565612) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:47 2021 Memory usage per processor = 27.5392 Mbytes Step Atoms AVEKE stressZZ 16774 5000 5.1898386e-11 5766133.6 16775 -0.0116024999999937 5766045.963266 16775 5000 5.189457e-11 5766046 Loop time of 0.0172789 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:47 2021 Pair time (%) = 0.00126886 (7.34342) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.213873) Outpt time (%) = 0.0158021 (91.4534) Other time (%) = 0.000170946 (0.989334) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:47 2021 Memory usage per processor = 27.5392 Mbytes Step Atoms AVEKE stressZZ 16775 5000 5.189457e-11 5766019 16776 -0.0116024999999937 5765931.43549962 16776 5000 5.1890755e-11 5765931.4 Loop time of 0.0172708 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:47 2021 Pair time (%) = 0.00107813 (6.24249) Neigh time (%) = 0 (0) Comm time (%) = 5.79357e-05 (0.335455) Outpt time (%) = 0.0160358 (92.8492) Other time (%) = 9.89437e-05 (0.572896) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:47 2021 Memory usage per processor = 27.5392 Mbytes Step Atoms AVEKE stressZZ 16776 5000 5.1890755e-11 5765904.5 16777 -0.0116024999999937 5765816.91366333 16777 5000 5.188694e-11 5765816.9 Loop time of 0.0177059 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:47 2021 Pair time (%) = 0.0013411 (7.57433) Neigh time (%) = 0 (0) Comm time (%) = 4.19617e-05 (0.236992) Outpt time (%) = 0.0160639 (90.7263) Other time (%) = 0.000258923 (1.46235) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:47 2021 Memory usage per processor = 27.5392 Mbytes Step Atoms AVEKE stressZZ 16777 5000 5.188694e-11 5765790 16778 -0.0116024999999937 5765702.3977564 16778 5000 5.1883126e-11 5765702.4 Loop time of 0.0167611 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:47 2021 Pair time (%) = 0.00116897 (6.9743) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.214791) Outpt time (%) = 0.0154381 (92.1068) Other time (%) = 0.000118017 (0.704115) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:47 2021 Memory usage per processor = 27.5392 Mbytes Step Atoms AVEKE stressZZ 16778 5000 5.1883126e-11 5765675.5 16779 -0.0116024999999937 5765587.88777811 16779 5000 5.1879312e-11 5765587.9 Loop time of 0.0173769 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:47 2021 Pair time (%) = 0.00145006 (8.34477) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.219527) Outpt time (%) = 0.015676 (90.2118) Other time (%) = 0.000212669 (1.22386) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:47 2021 Memory usage per processor = 27.5392 Mbytes Step Atoms AVEKE stressZZ 16779 5000 5.1879312e-11 5765561 16780 -0.0116024999999937 5765473.38372774 16780 5000 5.1875498e-11 5765473.4 Loop time of 0.019644 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:47 2021 Pair time (%) = 0.00106502 (5.42158) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.168704) Outpt time (%) = 0.018451 (93.9267) Other time (%) = 9.48906e-05 (0.483051) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:47 2021 Memory usage per processor = 27.5392 Mbytes Step Atoms AVEKE stressZZ 16780 5000 5.1875498e-11 5765446.5 16781 -0.0116024999999937 5765358.88560453 16781 5000 5.1871685e-11 5765358.9 Loop time of 0.017251 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:47 2021 Pair time (%) = 0.00110793 (6.42241) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190724) Outpt time (%) = 0.016016 (92.841) Other time (%) = 9.41753e-05 (0.545912) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:47 2021 Memory usage per processor = 27.5392 Mbytes Step Atoms AVEKE stressZZ 16781 5000 5.1871685e-11 5765332 16782 -0.0116024999999937 5765244.39340782 16782 5000 5.1867873e-11 5765244.4 Loop time of 0.016788 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:47 2021 Pair time (%) = 0.00107193 (6.38509) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208765) Outpt time (%) = 0.015584 (92.8281) Other time (%) = 9.70364e-05 (0.57801) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:47 2021 Memory usage per processor = 27.5392 Mbytes Step Atoms AVEKE stressZZ 16782 5000 5.1867873e-11 5765217.5 16783 -0.0116024999999937 5765129.90713686 16783 5000 5.186406e-11 5765129.9 Loop time of 0.017246 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:47 2021 Pair time (%) = 0.00116682 (6.76574) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.203221) Outpt time (%) = 0.0158989 (92.1891) Other time (%) = 0.000145197 (0.841916) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:47 2021 Memory usage per processor = 27.5392 Mbytes Step Atoms AVEKE stressZZ 16783 5000 5.186406e-11 5765103 16784 -0.0116024999999937 5765015.42679094 16784 5000 5.1860249e-11 5765015.4 Loop time of 0.0173771 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:47 2021 Pair time (%) = 0.00109482 (6.30034) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189339) Outpt time (%) = 0.0160971 (92.6336) Other time (%) = 0.000152349 (0.876724) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:47 2021 Memory usage per processor = 27.5392 Mbytes Step Atoms AVEKE stressZZ 16784 5000 5.1860249e-11 5764988.5 16785 -0.0116024999999937 5764900.95236942 16785 5000 5.1856437e-11 5764901 Loop time of 0.016773 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:47 2021 Pair time (%) = 0.00110483 (6.58697) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.196159) Outpt time (%) = 0.015538 (92.6369) Other time (%) = 9.72748e-05 (0.579949) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:47 2021 Memory usage per processor = 27.5392 Mbytes Step Atoms AVEKE stressZZ 16785 5000 5.1856437e-11 5764874 16786 -0.0116024999999937 5764786.48387149 16786 5000 5.1852626e-11 5764786.5 Loop time of 0.01667 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:47 2021 Pair time (%) = 0.00122213 (7.33134) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.210243) Outpt time (%) = 0.015306 (91.8177) Other time (%) = 0.000106812 (0.640741) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:47 2021 Memory usage per processor = 27.5392 Mbytes Step Atoms AVEKE stressZZ 16786 5000 5.1852626e-11 5764759.6 16787 -0.0116024999999937 5764672.02129663 16787 5000 5.1848816e-11 5764672 Loop time of 0.0172992 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:47 2021 Pair time (%) = 0.00120187 (6.94755) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.202597) Outpt time (%) = 0.0159581 (92.2476) Other time (%) = 0.000104189 (0.602277) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:47 2021 Memory usage per processor = 27.5392 Mbytes Step Atoms AVEKE stressZZ 16787 5000 5.1848816e-11 5764645.1 16788 -0.0116024999999937 5764557.56464393 16788 5000 5.1845006e-11 5764557.6 Loop time of 0.0172331 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:47 2021 Pair time (%) = 0.00106406 (6.17451) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197839) Outpt time (%) = 0.016042 (93.0881) Other time (%) = 9.29832e-05 (0.539561) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:47 2021 Memory usage per processor = 27.5392 Mbytes Step Atoms AVEKE stressZZ 16788 5000 5.1845006e-11 5764530.6 16789 -0.0116024999999937 5764443.11391288 16789 5000 5.1841196e-11 5764443.1 Loop time of 0.016681 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:47 2021 Pair time (%) = 0.00119209 (7.14643) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.204388) Outpt time (%) = 0.015358 (92.0689) Other time (%) = 9.67979e-05 (0.58029) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:47 2021 Memory usage per processor = 27.5392 Mbytes Step Atoms AVEKE stressZZ 16789 5000 5.1841196e-11 5764416.2 16790 -0.0116024999999937 5764328.66910266 16790 5000 5.1837387e-11 5764328.7 Loop time of 0.019578 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:47 2021 Pair time (%) = 0.00128102 (6.54318) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.194846) Outpt time (%) = 0.018105 (92.4765) Other time (%) = 0.00015378 (0.785474) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:47 2021 Memory usage per processor = 27.5392 Mbytes Step Atoms AVEKE stressZZ 16790 5000 5.1837387e-11 5764301.7 16791 -0.0116024999999937 5764214.23021266 16791 5000 5.1833578e-11 5764214.2 Loop time of 0.0889652 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:47 2021 Pair time (%) = 0.00120091 (1.34987) Neigh time (%) = 0 (0) Comm time (%) = 6.19888e-05 (0.0696776) Outpt time (%) = 0.08759 (98.4542) Other time (%) = 0.000112295 (0.126224) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:47 2021 Memory usage per processor = 27.5392 Mbytes Step Atoms AVEKE stressZZ 16791 5000 5.1833578e-11 5764187.3 16792 -0.0116024999999937 5764099.79724216 16792 5000 5.182977e-11 5764099.8 Loop time of 0.016664 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:47 2021 Pair time (%) = 0.00119185 (7.15226) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.197442) Outpt time (%) = 0.0153019 (91.8262) Other time (%) = 0.000137329 (0.824105) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:47 2021 Memory usage per processor = 27.5392 Mbytes Step Atoms AVEKE stressZZ 16792 5000 5.182977e-11 5764072.9 16793 -0.0116024999999937 5763985.37019049 16793 5000 5.1825962e-11 5763985.4 Loop time of 0.0175109 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:47 2021 Pair time (%) = 0.00108218 (6.18005) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182447) Outpt time (%) = 0.016305 (93.1133) Other time (%) = 9.17912e-05 (0.524195) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:47 2021 Memory usage per processor = 27.5392 Mbytes Step Atoms AVEKE stressZZ 16793 5000 5.1825962e-11 5763958.4 16794 -0.0116024999999937 5763870.94905692 16794 5000 5.1822154e-11 5763870.9 Loop time of 0.0172079 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:47 2021 Pair time (%) = 0.00105715 (6.1434) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18566) Outpt time (%) = 0.0160179 (93.0849) Other time (%) = 0.000100851 (0.586076) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:47 2021 Memory usage per processor = 27.5392 Mbytes Step Atoms AVEKE stressZZ 16794 5000 5.1822154e-11 5763844 16795 -0.0116024999999937 5763756.5338409 16795 5000 5.1818347e-11 5763756.5 Loop time of 0.0164809 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:47 2021 Pair time (%) = 0.00105786 (6.41871) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.199635) Outpt time (%) = 0.0152941 (92.7987) Other time (%) = 9.60827e-05 (0.582993) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:47 2021 Memory usage per processor = 27.5392 Mbytes Step Atoms AVEKE stressZZ 16795 5000 5.1818347e-11 5763729.6 16796 -0.0116024999999937 5763642.12454149 16796 5000 5.181454e-11 5763642.1 Loop time of 0.017154 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:47 2021 Pair time (%) = 0.00127912 (7.45667) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.197362) Outpt time (%) = 0.015656 (91.2674) Other time (%) = 0.000185013 (1.07854) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:47 2021 Memory usage per processor = 27.5392 Mbytes Step Atoms AVEKE stressZZ 16796 5000 5.181454e-11 5763615.2 16797 -0.0116024999999937 5763527.72115831 16797 5000 5.1810734e-11 5763527.7 Loop time of 0.0168719 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:47 2021 Pair time (%) = 0.00104713 (6.20637) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.189356) Outpt time (%) = 0.0157001 (93.0546) Other time (%) = 9.27448e-05 (0.549699) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:47 2021 Memory usage per processor = 27.5392 Mbytes Step Atoms AVEKE stressZZ 16797 5000 5.1810734e-11 5763500.8 16798 -0.0116024999999937 5763413.32369379 16798 5000 5.1806928e-11 5763413.3 Loop time of 0.0164909 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:47 2021 Pair time (%) = 0.00104809 (6.35554) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.187948) Outpt time (%) = 0.0153182 (92.8883) Other time (%) = 9.36985e-05 (0.568182) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:47 2021 Memory usage per processor = 27.5392 Mbytes Step Atoms AVEKE stressZZ 16798 5000 5.1806928e-11 5763386.4 16799 -0.0116024999999937 5763298.93218999 16799 5000 5.1803123e-11 5763298.9 Loop time of 0.0168619 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:47 2021 Pair time (%) = 0.00121593 (7.21113) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.213506) Outpt time (%) = 0.0154979 (91.9108) Other time (%) = 0.000112057 (0.664555) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:47 2021 Memory usage per processor = 27.5392 Mbytes Step Atoms AVEKE stressZZ 16799 5000 5.1803123e-11 5763272 16800 -0.0116024999999937 5763184.54662975 16800 5000 5.1799318e-11 5763184.5 Loop time of 0.0193949 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:48 2021 Pair time (%) = 0.00104785 (5.40271) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.164724) Outpt time (%) = 0.0182219 (93.9519) Other time (%) = 9.32217e-05 (0.480651) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:48 2021 Memory usage per processor = 27.5392 Mbytes Step Atoms AVEKE stressZZ 16800 5000 5.1799318e-11 5763157.6 16801 -0.0116024999999937 5763070.16700386 16801 5000 5.1795514e-11 5763070.2 Loop time of 0.0172341 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:48 2021 Pair time (%) = 0.00108504 (6.29591) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.186761) Outpt time (%) = 0.0159941 (92.8049) Other time (%) = 0.000122786 (0.712458) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:48 2021 Memory usage per processor = 27.5392 Mbytes Step Atoms AVEKE stressZZ 16801 5000 5.1795514e-11 5763043.3 16802 -0.0116024999999937 5762955.79330791 16802 5000 5.1791709e-11 5762955.8 Loop time of 0.0168221 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:48 2021 Pair time (%) = 0.00106096 (6.30696) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.195587) Outpt time (%) = 0.0156381 (92.9617) Other time (%) = 9.01222e-05 (0.535737) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:48 2021 Memory usage per processor = 27.5392 Mbytes Step Atoms AVEKE stressZZ 16802 5000 5.1791709e-11 5762928.9 16803 -0.0116024999999937 5762841.42553892 16803 5000 5.1787906e-11 5762841.4 Loop time of 0.0168941 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:48 2021 Pair time (%) = 0.00123882 (7.33287) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.213099) Outpt time (%) = 0.015492 (91.7004) Other time (%) = 0.000127316 (0.753609) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:48 2021 Memory usage per processor = 27.5392 Mbytes Step Atoms AVEKE stressZZ 16803 5000 5.1787906e-11 5762814.5 16804 -0.0116024999999937 5762727.06378066 16804 5000 5.1784103e-11 5762727.1 Loop time of 0.0171421 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:48 2021 Pair time (%) = 0.00104499 (6.09605) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186373) Outpt time (%) = 0.0159721 (93.1751) Other time (%) = 9.29832e-05 (0.542428) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:48 2021 Memory usage per processor = 27.5392 Mbytes Step Atoms AVEKE stressZZ 16804 5000 5.1784103e-11 5762700.1 16805 -0.0116024999999937 5762612.70803136 16805 5000 5.17803e-11 5762612.7 Loop time of 0.0173731 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:48 2021 Pair time (%) = 0.00121403 (6.98798) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.201735) Outpt time (%) = 0.016 (92.0967) Other time (%) = 0.000123978 (0.713619) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:48 2021 Memory usage per processor = 27.5392 Mbytes Step Atoms AVEKE stressZZ 16805 5000 5.17803e-11 5762585.8 16806 -0.0116024999999937 5762498.3582565 16806 5000 5.1776497e-11 5762498.4 Loop time of 0.0167019 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:48 2021 Pair time (%) = 0.00106907 (6.40087) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.204131) Outpt time (%) = 0.01548 (92.6841) Other time (%) = 0.000118732 (0.71089) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:24:48 2021 Memory usage per processor = 27.5392 Mbytes Step Atoms AVEKE stressZZ 16806 5000 5.1776497e-11 5762471.4 16807 -0.0116024999999937 5762366.57173679 16807 5000 1.022383e-10 5762556.1 Loop time of 0.0168121 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:48 2021 Pair time (%) = 0.00110984 (6.60143) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.202794) Outpt time (%) = 0.0155191 (92.3094) Other time (%) = 0.000149012 (0.886336) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:48 2021 Memory usage per processor = 27.5392 Mbytes Step Atoms AVEKE stressZZ 16807 5000 1.022383e-10 5820162.4 16808 -0.0116349999999937 5820046.76277153 16808 5000 8.230835e-11 5820046.8 Loop time of 0.0168509 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:48 2021 Pair time (%) = 0.00105691 (6.27211) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.195252) Outpt time (%) = 0.0156319 (92.7658) Other time (%) = 0.000129223 (0.766858) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:48 2021 Memory usage per processor = 27.5392 Mbytes Step Atoms AVEKE stressZZ 16808 5000 8.230835e-11 5820010.5 16809 -0.0116349999999937 5819904.71210624 16809 5000 7.0763402e-11 5819904.7 Loop time of 0.016448 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:48 2021 Pair time (%) = 0.00113583 (6.90555) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194237) Outpt time (%) = 0.0151849 (92.3204) Other time (%) = 9.53674e-05 (0.579811) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:48 2021 Memory usage per processor = 27.5392 Mbytes Step Atoms AVEKE stressZZ 16809 5000 7.0763402e-11 5819871.7 16810 -0.0116349999999937 5819772.24267724 16810 5000 6.3878321e-11 5819772.2 Loop time of 0.019083 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:48 2021 Pair time (%) = 0.00129294 (6.77536) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.214893) Outpt time (%) = 0.0176311 (92.3913) Other time (%) = 0.000118017 (0.618441) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:48 2021 Memory usage per processor = 27.5393 Mbytes Step Atoms AVEKE stressZZ 16810 5000 6.3878321e-11 5819741.3 16811 -0.0116349999999937 5819645.86440655 16811 5000 5.9684462e-11 5819645.9 Loop time of 0.0171542 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:48 2021 Pair time (%) = 0.0012579 (7.33287) Neigh time (%) = 0 (0) Comm time (%) = 7.79629e-05 (0.454482) Outpt time (%) = 0.0156648 (91.3176) Other time (%) = 0.000153542 (0.895066) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:48 2021 Memory usage per processor = 27.5393 Mbytes Step Atoms AVEKE stressZZ 16811 5000 5.9684462e-11 5819616.3 16812 -0.0116349999999937 5819523.35931832 16812 5000 5.7091774e-11 5819523.4 Loop time of 0.0170541 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:48 2021 Pair time (%) = 0.00104809 (6.14567) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187334) Outpt time (%) = 0.015882 (93.1274) Other time (%) = 9.20296e-05 (0.539634) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:48 2021 Memory usage per processor = 27.5393 Mbytes Step Atoms AVEKE stressZZ 16812 5000 5.7091774e-11 5819494.6 16813 -0.0116349999999937 5819403.31786638 16813 5000 5.5472565e-11 5819403.3 Loop time of 0.0165799 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:48 2021 Pair time (%) = 0.00116301 (7.01457) Neigh time (%) = 0 (0) Comm time (%) = 6.10352e-05 (0.368128) Outpt time (%) = 0.0152109 (91.743) Other time (%) = 0.000144958 (0.874304) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:48 2021 Memory usage per processor = 27.5393 Mbytes Step Atoms AVEKE stressZZ 16813 5000 5.5472565e-11 5819375.1 16814 -0.0116349999999937 5819284.84426889 16814 5000 5.4454203e-11 5819284.8 Loop time of 0.017 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:48 2021 Pair time (%) = 0.001297 (7.62941) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.217382) Outpt time (%) = 0.015523 (91.3117) Other time (%) = 0.000143051 (0.841479) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:48 2021 Memory usage per processor = 27.5393 Mbytes Step Atoms AVEKE stressZZ 16814 5000 5.4454203e-11 5819257 16815 -0.0116349999999937 5819167.36924622 16815 5000 5.3810491e-11 5819167.4 Loop time of 0.017354 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:48 2021 Pair time (%) = 0.00105309 (6.06831) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184096) Outpt time (%) = 0.016176 (93.2118) Other time (%) = 9.29832e-05 (0.535803) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:48 2021 Memory usage per processor = 27.5393 Mbytes Step Atoms AVEKE stressZZ 16815 5000 5.3810491e-11 5819139.7 16816 -0.0116349999999937 5819050.53101456 16816 5000 5.3401966e-11 5819050.5 Loop time of 0.0169592 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:48 2021 Pair time (%) = 0.00104809 (6.18006) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.182759) Outpt time (%) = 0.0157859 (93.0819) Other time (%) = 9.41753e-05 (0.555306) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:48 2021 Memory usage per processor = 27.5393 Mbytes Step Atoms AVEKE stressZZ 16816 5000 5.3401966e-11 5819023 16817 -0.0116349999999937 5818934.09965575 16817 5000 5.3141728e-11 5818934.1 Loop time of 0.016999 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:48 2021 Pair time (%) = 0.00107884 (6.34651) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.200564) Outpt time (%) = 0.015784 (92.8526) Other time (%) = 0.000102043 (0.600289) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:48 2021 Memory usage per processor = 27.5393 Mbytes Step Atoms AVEKE stressZZ 16817 5000 5.3141728e-11 5818906.7 16818 -0.0116349999999937 5818817.9290541 16818 5000 5.2975254e-11 5818817.9 Loop time of 0.0174232 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:48 2021 Pair time (%) = 0.00122404 (7.02537) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.201155) Outpt time (%) = 0.016026 (91.9812) Other time (%) = 0.000138044 (0.792304) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:48 2021 Memory usage per processor = 27.5393 Mbytes Step Atoms AVEKE stressZZ 16818 5000 5.2975254e-11 5818790.6 16819 -0.0116349999999937 5818701.92635088 16819 5000 5.2868175e-11 5818701.9 Loop time of 0.017422 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:48 2021 Pair time (%) = 0.00105 (6.02685) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183378) Outpt time (%) = 0.016217 (93.0836) Other time (%) = 0.000123024 (0.706143) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:48 2021 Memory usage per processor = 27.5393 Mbytes Step Atoms AVEKE stressZZ 16819 5000 5.2868175e-11 5818674.6 16820 -0.0116349999999937 5818586.03253306 16820 5000 5.2798764e-11 5818586 Loop time of 0.019227 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:48 2021 Pair time (%) = 0.00105095 (5.466) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.166162) Outpt time (%) = 0.0180509 (93.883) Other time (%) = 9.32217e-05 (0.484847) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:48 2021 Memory usage per processor = 27.5393 Mbytes Step Atoms AVEKE stressZZ 16820 5000 5.2798764e-11 5818558.7 16821 -0.0116349999999937 5818470.21009709 16821 5000 5.2753261e-11 5818470.2 Loop time of 0.0167549 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:48 2021 Pair time (%) = 0.00112081 (6.68943) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.196371) Outpt time (%) = 0.0154409 (92.158) Other time (%) = 0.000160217 (0.956243) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:48 2021 Memory usage per processor = 27.5393 Mbytes Step Atoms AVEKE stressZZ 16821 5000 5.2753261e-11 5818442.9 16822 -0.0116349999999937 5818354.43520859 16822 5000 5.2722938e-11 5818354.4 Loop time of 0.017076 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:48 2021 Pair time (%) = 0.001086 (6.35978) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187093) Outpt time (%) = 0.0158601 (92.8793) Other time (%) = 9.799e-05 (0.573846) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:48 2021 Memory usage per processor = 27.5393 Mbytes Step Atoms AVEKE stressZZ 16822 5000 5.2722938e-11 5818327.1 16823 -0.0116349999999937 5818238.69272038 16823 5000 5.2702257e-11 5818238.7 Loop time of 0.017148 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:48 2021 Pair time (%) = 0.00104594 (6.09949) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.187698) Outpt time (%) = 0.0159769 (93.1706) Other time (%) = 9.29832e-05 (0.542239) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:48 2021 Memory usage per processor = 27.5393 Mbytes Step Atoms AVEKE stressZZ 16823 5000 5.2702257e-11 5818211.4 16824 -0.0116349999999937 5818122.97300608 16824 5000 5.2687703e-11 5818123 Loop time of 0.0163679 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:48 2021 Pair time (%) = 0.00109482 (6.68881) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.195187) Outpt time (%) = 0.015147 (92.5406) Other time (%) = 9.41753e-05 (0.575366) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:48 2021 Memory usage per processor = 27.5393 Mbytes Step Atoms AVEKE stressZZ 16824 5000 5.2687703e-11 5818095.7 16825 -0.0116349999999937 5818007.26994753 16825 5000 5.267704e-11 5818007.3 Loop time of 0.0167811 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:48 2021 Pair time (%) = 0.00126386 (7.53143) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.214534) Outpt time (%) = 0.0153661 (91.5678) Other time (%) = 0.000115156 (0.686226) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:48 2021 Memory usage per processor = 27.5393 Mbytes Step Atoms AVEKE stressZZ 16825 5000 5.267704e-11 5817980 16826 -0.0116349999999937 5817891.57965657 16826 5000 5.2668851e-11 5817891.6 Loop time of 0.017422 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:48 2021 Pair time (%) = 0.00114703 (6.58383) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.194326) Outpt time (%) = 0.0161431 (92.6594) Other time (%) = 9.799e-05 (0.562451) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:48 2021 Memory usage per processor = 27.5393 Mbytes Step Atoms AVEKE stressZZ 16826 5000 5.2668851e-11 5817864.3 16827 -0.0116349999999937 5817775.89966196 16827 5000 5.2662233e-11 5817775.9 Loop time of 0.016752 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:48 2021 Pair time (%) = 0.00105286 (6.28496) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190712) Outpt time (%) = 0.0155809 (93.0091) Other time (%) = 8.63075e-05 (0.515207) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:48 2021 Memory usage per processor = 27.5393 Mbytes Step Atoms AVEKE stressZZ 16827 5000 5.2662233e-11 5817748.6 16828 -0.0116349999999937 5817660.22839273 16828 5000 5.2656615e-11 5817660.2 Loop time of 0.0164909 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:48 2021 Pair time (%) = 0.00110984 (6.72999) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.199514) Outpt time (%) = 0.0152459 (92.4503) Other time (%) = 0.000102282 (0.620229) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:48 2021 Memory usage per processor = 27.5393 Mbytes Step Atoms AVEKE stressZZ 16828 5000 5.2656615e-11 5817633 16829 -0.0116349999999937 5817544.5648505 16829 5000 5.2651631e-11 5817544.6 Loop time of 0.017395 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:48 2021 Pair time (%) = 0.00110316 (6.34183) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189145) Outpt time (%) = 0.0161581 (92.8893) Other time (%) = 0.000100851 (0.57977) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:48 2021 Memory usage per processor = 27.5393 Mbytes Step Atoms AVEKE stressZZ 16829 5000 5.2651631e-11 5817517.3 16830 -0.0116349999999937 5817428.90840051 16830 5000 5.2647051e-11 5817428.9 Loop time of 0.0193901 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:48 2021 Pair time (%) = 0.0010519 (5.42495) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.165994) Outpt time (%) = 0.0182128 (93.9283) Other time (%) = 9.32217e-05 (0.480769) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:48 2021 Memory usage per processor = 27.5393 Mbytes Step Atoms AVEKE stressZZ 16830 5000 5.2647051e-11 5817401.6 16831 -0.0116349999999937 5817313.25863906 16831 5000 5.2642728e-11 5817313.3 Loop time of 0.0165949 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:48 2021 Pair time (%) = 0.00104499 (6.29705) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.186771) Outpt time (%) = 0.015425 (92.9501) Other time (%) = 9.39369e-05 (0.566059) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:48 2021 Memory usage per processor = 27.5393 Mbytes Step Atoms AVEKE stressZZ 16831 5000 5.2642728e-11 5817286 16832 -0.0116349999999937 5817197.61531421 16832 5000 5.2638569e-11 5817197.6 Loop time of 0.0164971 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:48 2021 Pair time (%) = 0.00108695 (6.58872) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.206665) Outpt time (%) = 0.015275 (92.5918) Other time (%) = 0.000101089 (0.61277) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:48 2021 Memory usage per processor = 27.5393 Mbytes Step Atoms AVEKE stressZZ 16832 5000 5.2638569e-11 5817170.3 16833 -0.0116349999999937 5817081.97827904 16833 5000 5.2634513e-11 5817082 Loop time of 0.0173061 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:48 2021 Pair time (%) = 0.00113297 (6.54663) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.208026) Outpt time (%) = 0.016011 (92.5166) Other time (%) = 0.000126123 (0.728781) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:48 2021 Memory usage per processor = 27.5393 Mbytes Step Atoms AVEKE stressZZ 16833 5000 5.2634513e-11 5817054.7 16834 -0.0116349999999937 5816966.34742027 16834 5000 5.2630523e-11 5816966.3 Loop time of 0.016511 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:48 2021 Pair time (%) = 0.00105 (6.35938) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193496) Outpt time (%) = 0.015336 (92.884) Other time (%) = 9.29832e-05 (0.563161) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:48 2021 Memory usage per processor = 27.5393 Mbytes Step Atoms AVEKE stressZZ 16834 5000 5.2630523e-11 5816939.1 16835 -0.0116349999999937 5816850.72266848 16835 5000 5.2626576e-11 5816850.7 Loop time of 0.0162401 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:48 2021 Pair time (%) = 0.00105286 (6.48306) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.198191) Outpt time (%) = 0.0150628 (92.7506) Other time (%) = 9.2268e-05 (0.568148) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:48 2021 Memory usage per processor = 27.5393 Mbytes Step Atoms AVEKE stressZZ 16835 5000 5.2626576e-11 5816823.5 16836 -0.0116349999999937 5816735.10397973 16836 5000 5.2622655e-11 5816735.1 Loop time of 0.0162771 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:48 2021 Pair time (%) = 0.00104809 (6.43904) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.196277) Outpt time (%) = 0.0151079 (92.8169) Other time (%) = 8.91685e-05 (0.547817) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:48 2021 Memory usage per processor = 27.5393 Mbytes Step Atoms AVEKE stressZZ 16836 5000 5.2622655e-11 5816707.8 16837 -0.0116349999999937 5816619.491326 16837 5000 5.2618752e-11 5816619.5 Loop time of 0.0163209 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:48 2021 Pair time (%) = 0.0010469 (6.41443) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.189906) Outpt time (%) = 0.0151589 (92.88) Other time (%) = 8.41618e-05 (0.515667) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:48 2021 Memory usage per processor = 27.5393 Mbytes Step Atoms AVEKE stressZZ 16837 5000 5.2618752e-11 5816592.2 16838 -0.0116349999999937 5816503.8846889 16838 5000 5.261486e-11 5816503.9 Loop time of 0.0180321 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:48 2021 Pair time (%) = 0.0012939 (7.17553) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.189073) Outpt time (%) = 0.0165782 (91.9373) Other time (%) = 0.000125885 (0.698117) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:48 2021 Memory usage per processor = 27.5393 Mbytes Step Atoms AVEKE stressZZ 16838 5000 5.261486e-11 5816476.6 16839 -0.0116349999999937 5816388.28405676 16839 5000 5.2610975e-11 5816388.3 Loop time of 0.017231 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:48 2021 Pair time (%) = 0.00110316 (6.4022) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190945) Outpt time (%) = 0.0159981 (92.8451) Other time (%) = 9.67979e-05 (0.561767) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:48 2021 Memory usage per processor = 27.5393 Mbytes Step Atoms AVEKE stressZZ 16839 5000 5.2610975e-11 5816361 16840 -0.0116349999999937 5816272.68942159 16840 5000 5.2607095e-11 5816272.7 Loop time of 0.018805 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:48 2021 Pair time (%) = 0.00107217 (5.7015) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.174963) Outpt time (%) = 0.0176041 (93.6139) Other time (%) = 9.58443e-05 (0.509674) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:48 2021 Memory usage per processor = 27.5393 Mbytes Step Atoms AVEKE stressZZ 16840 5000 5.2607095e-11 5816245.4 16841 -0.0116349999999937 5816157.10077829 16841 5000 5.2603219e-11 5816157.1 Loop time of 0.0168071 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:48 2021 Pair time (%) = 0.00117803 (7.00911) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208528) Outpt time (%) = 0.0154722 (92.0575) Other time (%) = 0.000121832 (0.724884) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:48 2021 Memory usage per processor = 27.5393 Mbytes Step Atoms AVEKE stressZZ 16841 5000 5.2603219e-11 5816129.8 16842 -0.0116349999999937 5816041.51812307 16842 5000 5.2599344e-11 5816041.5 Loop time of 0.0170279 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:48 2021 Pair time (%) = 0.0010488 (6.15934) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187623) Outpt time (%) = 0.0158539 (93.1056) Other time (%) = 9.32217e-05 (0.547466) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:48 2021 Memory usage per processor = 27.5393 Mbytes Step Atoms AVEKE stressZZ 16842 5000 5.2599344e-11 5816014.3 16843 -0.0116349999999937 5815925.94145628 16843 5000 5.2595471e-11 5815925.9 Loop time of 0.017199 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:49 2021 Pair time (%) = 0.00104904 (6.09942) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185755) Outpt time (%) = 0.0160251 (93.1742) Other time (%) = 9.29832e-05 (0.54063) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:49 2021 Memory usage per processor = 27.5393 Mbytes Step Atoms AVEKE stressZZ 16843 5000 5.2595471e-11 5815898.7 16844 -0.0116349999999937 5815810.37077942 16844 5000 5.2591599e-11 5815810.4 Loop time of 0.016468 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:49 2021 Pair time (%) = 0.00108504 (6.58878) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.28521) Outpt time (%) = 0.015223 (92.4398) Other time (%) = 0.00011301 (0.68624) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:49 2021 Memory usage per processor = 27.5393 Mbytes Step Atoms AVEKE stressZZ 16844 5000 5.2591599e-11 5815783.1 16845 -0.0116349999999937 5815694.80608526 16845 5000 5.2587728e-11 5815694.8 Loop time of 0.0172889 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:49 2021 Pair time (%) = 0.00128388 (7.42605) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197201) Outpt time (%) = 0.0158069 (91.428) Other time (%) = 0.000164032 (0.948769) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:49 2021 Memory usage per processor = 27.5393 Mbytes Step Atoms AVEKE stressZZ 16845 5000 5.2587728e-11 5815667.5 16846 -0.0116349999999937 5815579.24737255 16846 5000 5.2583858e-11 5815579.2 Loop time of 0.01754 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:49 2021 Pair time (%) = 0.00105 (5.9863) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.176707) Outpt time (%) = 0.0163651 (93.3014) Other time (%) = 9.39369e-05 (0.535559) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:49 2021 Memory usage per processor = 27.5393 Mbytes Step Atoms AVEKE stressZZ 16846 5000 5.2583858e-11 5815552 16847 -0.0116349999999937 5815463.69464025 16847 5000 5.2579988e-11 5815463.7 Loop time of 0.0168669 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:49 2021 Pair time (%) = 0.00105 (6.22517) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.183759) Outpt time (%) = 0.0156541 (92.8094) Other time (%) = 0.000131845 (0.781681) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:49 2021 Memory usage per processor = 27.5393 Mbytes Step Atoms AVEKE stressZZ 16847 5000 5.2579988e-11 5815436.4 16848 -0.0116349999999937 5815348.14788742 16848 5000 5.2576119e-11 5815348.1 Loop time of 0.0167348 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:49 2021 Pair time (%) = 0.00110006 (6.57349) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209429) Outpt time (%) = 0.015492 (92.5731) Other time (%) = 0.000107765 (0.643957) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:49 2021 Memory usage per processor = 27.5393 Mbytes Step Atoms AVEKE stressZZ 16848 5000 5.2576119e-11 5815320.9 16849 -0.0116349999999937 5815232.60711317 16849 5000 5.2572251e-11 5815232.6 Loop time of 0.017288 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:49 2021 Pair time (%) = 0.0012219 (7.06789) Neigh time (%) = 0 (0) Comm time (%) = 6.22272e-05 (0.359945) Outpt time (%) = 0.015871 (91.804) Other time (%) = 0.000132799 (0.768159) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:49 2021 Memory usage per processor = 27.5393 Mbytes Step Atoms AVEKE stressZZ 16849 5000 5.2572251e-11 5815205.3 16850 -0.0116349999999937 5815117.07231648 16850 5000 5.2568383e-11 5815117.1 Loop time of 0.0194931 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:49 2021 Pair time (%) = 0.00104809 (5.37671) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.159002) Outpt time (%) = 0.0183201 (93.9824) Other time (%) = 9.39369e-05 (0.481898) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:49 2021 Memory usage per processor = 27.5393 Mbytes Step Atoms AVEKE stressZZ 16850 5000 5.2568383e-11 5815089.8 16851 -0.0116349999999937 5815001.54349676 16851 5000 5.2564515e-11 5815001.5 Loop time of 0.016422 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:49 2021 Pair time (%) = 0.00105214 (6.40689) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194544) Outpt time (%) = 0.0152452 (92.8338) Other time (%) = 9.27448e-05 (0.564758) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:49 2021 Memory usage per processor = 27.5393 Mbytes Step Atoms AVEKE stressZZ 16851 5000 5.2564515e-11 5814974.3 16852 -0.0116349999999937 5814886.02065319 16852 5000 5.2560648e-11 5814886 Loop time of 0.0166578 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:49 2021 Pair time (%) = 0.00118685 (7.12486) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.216122) Outpt time (%) = 0.015317 (91.9505) Other time (%) = 0.000118017 (0.708479) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:49 2021 Memory usage per processor = 27.5393 Mbytes Step Atoms AVEKE stressZZ 16852 5000 5.2560648e-11 5814858.8 16853 -0.0116349999999937 5814770.50378501 16853 5000 5.2556781e-11 5814770.5 Loop time of 0.0173059 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:49 2021 Pair time (%) = 0.00120711 (6.97517) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191497) Outpt time (%) = 0.0159369 (92.0894) Other time (%) = 0.000128746 (0.743945) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:49 2021 Memory usage per processor = 27.5393 Mbytes Step Atoms AVEKE stressZZ 16853 5000 5.2556781e-11 5814743.2 16854 -0.0116349999999937 5814654.99289156 16854 5000 5.2552915e-11 5814655 Loop time of 0.0170071 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:49 2021 Pair time (%) = 0.00108504 (6.37994) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187851) Outpt time (%) = 0.015795 (92.8729) Other time (%) = 9.5129e-05 (0.559348) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:49 2021 Memory usage per processor = 27.5393 Mbytes Step Atoms AVEKE stressZZ 16854 5000 5.2552915e-11 5814627.7 16855 -0.0116349999999937 5814539.48797203 16855 5000 5.2549049e-11 5814539.5 Loop time of 0.0164971 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:49 2021 Pair time (%) = 0.00105596 (6.40084) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.206665) Outpt time (%) = 0.0152769 (92.6034) Other time (%) = 0.000130177 (0.789086) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:49 2021 Memory usage per processor = 27.5393 Mbytes Step Atoms AVEKE stressZZ 16855 5000 5.2549049e-11 5814512.2 16856 -0.0116349999999937 5814423.98902568 16856 5000 5.2545184e-11 5814424 Loop time of 0.017252 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:49 2021 Pair time (%) = 0.00123906 (7.18214) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185185) Outpt time (%) = 0.0158741 (92.0135) Other time (%) = 0.000106812 (0.619127) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:49 2021 Memory usage per processor = 27.5393 Mbytes Step Atoms AVEKE stressZZ 16856 5000 5.2545184e-11 5814396.7 16857 -0.0116349999999937 5814308.49605196 16857 5000 5.2541319e-11 5814308.5 Loop time of 0.017082 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:49 2021 Pair time (%) = 0.00108981 (6.37989) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181445) Outpt time (%) = 0.015866 (92.8818) Other time (%) = 9.5129e-05 (0.556897) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:49 2021 Memory usage per processor = 27.5393 Mbytes Step Atoms AVEKE stressZZ 16857 5000 5.2541319e-11 5814281.2 16858 -0.0116349999999937 5814193.00905008 16858 5000 5.2537454e-11 5814193 Loop time of 0.016824 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:49 2021 Pair time (%) = 0.00104713 (6.22405) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.184227) Outpt time (%) = 0.0156519 (93.0334) Other time (%) = 9.39369e-05 (0.55835) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:49 2021 Memory usage per processor = 27.5393 Mbytes Step Atoms AVEKE stressZZ 16858 5000 5.2537454e-11 5814165.8 16859 -0.0116349999999937 5814077.52801933 16859 5000 5.253359e-11 5814077.5 Loop time of 0.0166578 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:49 2021 Pair time (%) = 0.00121808 (7.31236) Neigh time (%) = 0 (0) Comm time (%) = 7.29561e-05 (0.437969) Outpt time (%) = 0.0152559 (91.5841) Other time (%) = 0.000110865 (0.665541) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:49 2021 Memory usage per processor = 27.5393 Mbytes Step Atoms AVEKE stressZZ 16859 5000 5.253359e-11 5814050.3 16860 -0.0116349999999937 5813962.05295904 16860 5000 5.2529726e-11 5813962.1 Loop time of 0.0193901 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:49 2021 Pair time (%) = 0.00117898 (6.08032) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.170913) Outpt time (%) = 0.0180731 (93.2078) Other time (%) = 0.000104904 (0.541019) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:49 2021 Memory usage per processor = 27.5393 Mbytes Step Atoms AVEKE stressZZ 16860 5000 5.2529726e-11 5813934.8 16861 -0.0116349999999937 5813846.58386854 16861 5000 5.2525863e-11 5813846.6 Loop time of 0.0170379 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:49 2021 Pair time (%) = 0.0010469 (6.14452) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187512) Outpt time (%) = 0.0158639 (93.1096) Other time (%) = 9.5129e-05 (0.558339) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:49 2021 Memory usage per processor = 27.5393 Mbytes Step Atoms AVEKE stressZZ 16861 5000 5.2525863e-11 5813819.3 16862 -0.0116349999999937 5813731.1207471 16862 5000 5.2522e-11 5813731.1 Loop time of 0.0166349 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:49 2021 Pair time (%) = 0.00105 (6.31199) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192054) Outpt time (%) = 0.0153999 (92.5758) Other time (%) = 0.000153065 (0.92014) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:49 2021 Memory usage per processor = 27.5393 Mbytes Step Atoms AVEKE stressZZ 16862 5000 5.2522e-11 5813703.9 16863 -0.0116349999999937 5813615.66359425 16863 5000 5.2518138e-11 5813615.7 Loop time of 0.0170131 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:49 2021 Pair time (%) = 0.00127482 (7.4932) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.211609) Outpt time (%) = 0.015568 (91.5062) Other time (%) = 0.00013423 (0.78898) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:49 2021 Memory usage per processor = 27.5393 Mbytes Step Atoms AVEKE stressZZ 16863 5000 5.2518138e-11 5813588.4 16864 -0.0116349999999937 5813500.21240912 16864 5000 5.2514276e-11 5813500.2 Loop time of 0.017329 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:49 2021 Pair time (%) = 0.00104785 (6.04681) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184362) Outpt time (%) = 0.0161572 (93.2378) Other time (%) = 9.20296e-05 (0.531073) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:49 2021 Memory usage per processor = 27.5393 Mbytes Step Atoms AVEKE stressZZ 16864 5000 5.2514276e-11 5813473 16865 -0.0116349999999937 5813384.76719103 16865 5000 5.2510415e-11 5813384.8 Loop time of 0.017143 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:49 2021 Pair time (%) = 0.00104499 (6.09571) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180799) Outpt time (%) = 0.0159771 (93.1992) Other time (%) = 8.98838e-05 (0.524317) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:49 2021 Memory usage per processor = 27.5393 Mbytes Step Atoms AVEKE stressZZ 16865 5000 5.2510415e-11 5813357.5 16866 -0.0116349999999937 5813269.32793938 16866 5000 5.2506554e-11 5813269.3 Loop time of 0.0168459 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:49 2021 Pair time (%) = 0.00106192 (6.30369) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.200971) Outpt time (%) = 0.0156341 (92.8061) Other time (%) = 0.00011611 (0.689245) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:49 2021 Memory usage per processor = 27.5393 Mbytes Step Atoms AVEKE stressZZ 16866 5000 5.2506554e-11 5813242.1 16867 -0.0116349999999937 5813153.89473663 16867 5000 5.2502693e-11 5813153.9 Loop time of 0.0172491 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:49 2021 Pair time (%) = 0.00128794 (7.46669) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.196274) Outpt time (%) = 0.0158191 (91.7095) Other time (%) = 0.000108242 (0.627523) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:49 2021 Memory usage per processor = 27.5393 Mbytes Step Atoms AVEKE stressZZ 16867 5000 5.2502693e-11 5813126.6 16868 -0.0116349999999937 5813038.46758591 16868 5000 5.2498833e-11 5813038.5 Loop time of 0.017278 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:49 2021 Pair time (%) = 0.00110888 (6.41792) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.202845) Outpt time (%) = 0.0160298 (92.7762) Other time (%) = 0.000104189 (0.603016) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:49 2021 Memory usage per processor = 27.5393 Mbytes Step Atoms AVEKE stressZZ 16868 5000 5.2498833e-11 5813011.2 16869 -0.0116349999999937 5812923.04649649 16869 5000 5.2494973e-11 5812923 Loop time of 0.0166121 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:49 2021 Pair time (%) = 0.00105 (6.32068) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.186578) Outpt time (%) = 0.0154371 (92.9273) Other time (%) = 9.39369e-05 (0.565474) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:49 2021 Memory usage per processor = 27.5393 Mbytes Step Atoms AVEKE stressZZ 16869 5000 5.2494973e-11 5812895.8 16870 -0.0116349999999937 5812807.63144953 16870 5000 5.2491114e-11 5812807.6 Loop time of 0.01897 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:49 2021 Pair time (%) = 0.00109315 (5.76251) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.173441) Outpt time (%) = 0.01771 (93.3577) Other time (%) = 0.000133991 (0.706332) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:49 2021 Memory usage per processor = 27.5393 Mbytes Step Atoms AVEKE stressZZ 16870 5000 5.2491114e-11 5812780.4 16871 -0.0116349999999937 5812692.22243306 16871 5000 5.2487255e-11 5812692.2 Loop time of 0.0170588 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:49 2021 Pair time (%) = 0.00117803 (6.90566) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187282) Outpt time (%) = 0.0157449 (92.2977) Other time (%) = 0.000103951 (0.609364) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:49 2021 Memory usage per processor = 27.5393 Mbytes Step Atoms AVEKE stressZZ 16871 5000 5.2487255e-11 5812665 16872 -0.0116349999999937 5812576.81943692 16872 5000 5.2483397e-11 5812576.8 Loop time of 0.017009 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:49 2021 Pair time (%) = 0.00106812 (6.2797) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18783) Outpt time (%) = 0.015816 (92.9858) Other time (%) = 9.29832e-05 (0.54667) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:49 2021 Memory usage per processor = 27.5393 Mbytes Step Atoms AVEKE stressZZ 16872 5000 5.2483397e-11 5812549.6 16873 -0.0116349999999937 5812461.42244248 16873 5000 5.2479539e-11 5812461.4 Loop time of 0.0166771 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:49 2021 Pair time (%) = 0.00109315 (6.55478) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.18585) Outpt time (%) = 0.0154581 (92.6904) Other time (%) = 9.48906e-05 (0.568986) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:49 2021 Memory usage per processor = 27.5393 Mbytes Step Atoms AVEKE stressZZ 16873 5000 5.2479539e-11 5812434.2 16874 -0.0116349999999937 5812346.03143324 16874 5000 5.2475681e-11 5812346 Loop time of 0.016768 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:49 2021 Pair time (%) = 0.0013051 (7.78331) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.227499) Outpt time (%) = 0.0153039 (91.2683) Other time (%) = 0.000120878 (0.720887) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:49 2021 Memory usage per processor = 27.5393 Mbytes Step Atoms AVEKE stressZZ 16874 5000 5.2475681e-11 5812318.8 16875 -0.0116349999999937 5812230.64642259 16875 5000 5.2471824e-11 5812230.6 Loop time of 0.0172651 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:49 2021 Pair time (%) = 0.00104499 (6.05261) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179521) Outpt time (%) = 0.016098 (93.2404) Other time (%) = 9.10759e-05 (0.527515) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:49 2021 Memory usage per processor = 27.5393 Mbytes Step Atoms AVEKE stressZZ 16875 5000 5.2471824e-11 5812203.4 16876 -0.0116349999999937 5812115.26740738 16876 5000 5.2467968e-11 5812115.3 Loop time of 0.016911 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:49 2021 Pair time (%) = 0.0010469 (6.19061) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188919) Outpt time (%) = 0.0157378 (93.0622) Other time (%) = 9.44138e-05 (0.558297) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:49 2021 Memory usage per processor = 27.5393 Mbytes Step Atoms AVEKE stressZZ 16876 5000 5.2467968e-11 5812088 16877 -0.0116349999999937 5811999.8943851 16877 5000 5.2464111e-11 5811999.9 Loop time of 0.016695 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:49 2021 Pair time (%) = 0.00110507 (6.61916) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.204216) Outpt time (%) = 0.0154531 (92.5611) Other time (%) = 0.000102758 (0.615503) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:49 2021 Memory usage per processor = 27.5393 Mbytes Step Atoms AVEKE stressZZ 16877 5000 5.2464111e-11 5811972.7 16878 -0.0116349999999937 5811884.52735317 16878 5000 5.2460255e-11 5811884.5 Loop time of 0.0172021 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:49 2021 Pair time (%) = 0.00123596 (7.18493) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198195) Outpt time (%) = 0.0157702 (91.6758) Other time (%) = 0.000161886 (0.941082) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:49 2021 Memory usage per processor = 27.5393 Mbytes Step Atoms AVEKE stressZZ 16878 5000 5.2460255e-11 5811857.3 16879 -0.0116349999999937 5811769.16630966 16879 5000 5.24564e-11 5811769.2 Loop time of 0.016396 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:49 2021 Pair time (%) = 0.00105 (6.40396) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.196307) Outpt time (%) = 0.0152221 (92.8399) Other time (%) = 9.17912e-05 (0.559837) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:49 2021 Memory usage per processor = 27.5393 Mbytes Step Atoms AVEKE stressZZ 16879 5000 5.24564e-11 5811741.9 16880 -0.0116349999999937 5811653.81125266 16880 5000 5.2452545e-11 5811653.8 Loop time of 0.0185421 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:49 2021 Pair time (%) = 0.001091 (5.88394) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.172301) Outpt time (%) = 0.0173302 (93.4641) Other time (%) = 8.89301e-05 (0.479613) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:49 2021 Memory usage per processor = 27.5393 Mbytes Step Atoms AVEKE stressZZ 16880 5000 5.2452545e-11 5811626.6 16881 -0.0116349999999937 5811538.46216475 16881 5000 5.2448691e-11 5811538.5 Loop time of 0.016279 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:49 2021 Pair time (%) = 0.00108099 (6.6404) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.196254) Outpt time (%) = 0.0150781 (92.6229) Other time (%) = 8.79765e-05 (0.54043) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:49 2021 Memory usage per processor = 27.5393 Mbytes Step Atoms AVEKE stressZZ 16881 5000 5.2448691e-11 5811511.2 16882 -0.0116349999999937 5811423.11905741 16882 5000 5.2444837e-11 5811423.1 Loop time of 0.0177488 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:49 2021 Pair time (%) = 0.00121999 (6.87362) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.181344) Outpt time (%) = 0.0163949 (92.3714) Other time (%) = 0.000101805 (0.573586) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:49 2021 Memory usage per processor = 27.5393 Mbytes Step Atoms AVEKE stressZZ 16882 5000 5.2444837e-11 5811395.9 16883 -0.0116349999999937 5811307.78193039 16883 5000 5.2440983e-11 5811307.8 Loop time of 0.0175149 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:49 2021 Pair time (%) = 0.00114608 (6.54343) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.189211) Outpt time (%) = 0.016237 (92.7038) Other time (%) = 9.87053e-05 (0.563549) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:49 2021 Memory usage per processor = 27.5393 Mbytes Step Atoms AVEKE stressZZ 16883 5000 5.2440983e-11 5811280.5 16884 -0.0116349999999937 5811192.4507822 16884 5000 5.243713e-11 5811192.5 Loop time of 0.016665 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:49 2021 Pair time (%) = 0.00105095 (6.30633) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.193139) Outpt time (%) = 0.0154891 (92.944) Other time (%) = 9.27448e-05 (0.556525) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:49 2021 Memory usage per processor = 27.5393 Mbytes Step Atoms AVEKE stressZZ 16884 5000 5.243713e-11 5811165.2 16885 -0.0116349999999937 5811077.12561164 16885 5000 5.2433277e-11 5811077.1 Loop time of 0.017381 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:49 2021 Pair time (%) = 0.00155497 (8.94638) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.20713) Outpt time (%) = 0.015626 (89.9027) Other time (%) = 0.000164032 (0.943746) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:49 2021 Memory usage per processor = 27.5393 Mbytes Step Atoms AVEKE stressZZ 16885 5000 5.2433277e-11 5811049.9 16886 -0.0116349999999937 5810961.80641745 16886 5000 5.2429425e-11 5810961.8 Loop time of 0.017267 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:49 2021 Pair time (%) = 0.00104809 (6.06989) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179501) Outpt time (%) = 0.016094 (93.2066) Other time (%) = 9.39369e-05 (0.544026) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:49 2021 Memory usage per processor = 27.5393 Mbytes Step Atoms AVEKE stressZZ 16886 5000 5.2429425e-11 5810934.6 16887 -0.0116349999999937 5810846.4931984 16887 5000 5.2425573e-11 5810846.5 Loop time of 0.0165501 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:50 2021 Pair time (%) = 0.00106096 (6.41063) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.200242) Outpt time (%) = 0.015362 (92.8215) Other time (%) = 9.39369e-05 (0.567592) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:50 2021 Memory usage per processor = 27.5393 Mbytes Step Atoms AVEKE stressZZ 16887 5000 5.2425573e-11 5810819.3 16888 -0.0116349999999937 5810731.18595335 16888 5000 5.2421721e-11 5810731.2 Loop time of 0.016542 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:50 2021 Pair time (%) = 0.00109792 (6.63717) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.206105) Outpt time (%) = 0.015281 (92.377) Other time (%) = 0.000128984 (0.779741) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:50 2021 Memory usage per processor = 27.5393 Mbytes Step Atoms AVEKE stressZZ 16888 5000 5.2421721e-11 5810704 16889 -0.0116349999999937 5810615.8847467 16889 5000 5.241787e-11 5810615.9 Loop time of 0.017524 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:50 2021 Pair time (%) = 0.00137019 (7.81894) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.187753) Outpt time (%) = 0.0160072 (91.3443) Other time (%) = 0.000113726 (0.648971) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:50 2021 Memory usage per processor = 27.5393 Mbytes Step Atoms AVEKE stressZZ 16889 5000 5.241787e-11 5810588.7 16890 -0.0116349999999937 5810500.58956482 16890 5000 5.241402e-11 5810500.6 Loop time of 0.0194058 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:50 2021 Pair time (%) = 0.00104809 (5.40089) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.164631) Outpt time (%) = 0.0182331 (93.9566) Other time (%) = 9.27448e-05 (0.477922) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:50 2021 Memory usage per processor = 27.5393 Mbytes Step Atoms AVEKE stressZZ 16890 5000 5.241402e-11 5810473.4 16891 -0.0116349999999937 5810385.30038814 16891 5000 5.241017e-11 5810385.3 Loop time of 0.0166409 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:50 2021 Pair time (%) = 0.00111699 (6.71232) Neigh time (%) = 0 (0) Comm time (%) = 6.29425e-05 (0.37824) Outpt time (%) = 0.015312 (92.014) Other time (%) = 0.000149012 (0.895454) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:50 2021 Memory usage per processor = 27.5393 Mbytes Step Atoms AVEKE stressZZ 16891 5000 5.241017e-11 5810358.1 16892 -0.0116349999999937 5810270.01720923 16892 5000 5.240632e-11 5810270 Loop time of 0.0167041 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:50 2021 Pair time (%) = 0.00119495 (7.15366) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.226942) Outpt time (%) = 0.0153599 (91.9528) Other time (%) = 0.000111341 (0.666552) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:50 2021 Memory usage per processor = 27.5393 Mbytes Step Atoms AVEKE stressZZ 16892 5000 5.240632e-11 5810242.8 16893 -0.0116349999999937 5810154.74002313 16893 5000 5.2402471e-11 5810154.7 Loop time of 0.0170999 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:50 2021 Pair time (%) = 0.00104618 (6.11807) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181255) Outpt time (%) = 0.0159321 (93.1709) Other time (%) = 9.05991e-05 (0.529823) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:50 2021 Memory usage per processor = 27.5393 Mbytes Step Atoms AVEKE stressZZ 16893 5000 5.2402471e-11 5810127.5 16894 -0.0116349999999937 5810039.46882647 16894 5000 5.2398622e-11 5810039.5 Loop time of 0.0171828 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:50 2021 Pair time (%) = 0.001091 (6.34938) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18593) Outpt time (%) = 0.015965 (92.9124) Other time (%) = 9.48906e-05 (0.552241) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:50 2021 Memory usage per processor = 27.5393 Mbytes Step Atoms AVEKE stressZZ 16894 5000 5.2398622e-11 5810012.2 16895 -0.0116349999999937 5809924.20361614 16895 5000 5.2394773e-11 5809924.2 Loop time of 0.0166008 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:50 2021 Pair time (%) = 0.00105906 (6.37953) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.198193) Outpt time (%) = 0.015408 (92.8148) Other time (%) = 0.000100851 (0.607505) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:50 2021 Memory usage per processor = 27.5393 Mbytes Step Atoms AVEKE stressZZ 16895 5000 5.2394773e-11 5809897 16896 -0.0116349999999937 5809808.94439515 16896 5000 5.2390925e-11 5809808.9 Loop time of 0.017 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:50 2021 Pair time (%) = 0.00113797 (6.69397) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.19354) Outpt time (%) = 0.0157201 (92.4716) Other time (%) = 0.000108957 (0.640927) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:50 2021 Memory usage per processor = 27.5393 Mbytes Step Atoms AVEKE stressZZ 16896 5000 5.2390925e-11 5809781.7 16897 -0.0116349999999937 5809693.69115666 16897 5000 5.2387078e-11 5809693.7 Loop time of 0.017525 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:50 2021 Pair time (%) = 0.00131011 (7.47568) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182301) Outpt time (%) = 0.0160871 (91.7951) Other time (%) = 9.58443e-05 (0.546902) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:50 2021 Memory usage per processor = 27.5393 Mbytes Step Atoms AVEKE stressZZ 16897 5000 5.2387078e-11 5809666.5 16898 -0.0116349999999937 5809578.44389832 16898 5000 5.2383231e-11 5809578.4 Loop time of 0.0167398 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:50 2021 Pair time (%) = 0.00110388 (6.59431) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.192275) Outpt time (%) = 0.0155098 (92.6523) Other time (%) = 9.39369e-05 (0.561158) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:50 2021 Memory usage per processor = 27.5393 Mbytes Step Atoms AVEKE stressZZ 16898 5000 5.2383231e-11 5809551.2 16899 -0.0116349999999937 5809463.20261853 16899 5000 5.2379384e-11 5809463.2 Loop time of 0.0165589 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:50 2021 Pair time (%) = 0.00113893 (6.87803) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.205895) Outpt time (%) = 0.015265 (92.1861) Other time (%) = 0.000120878 (0.72999) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:50 2021 Memory usage per processor = 27.5393 Mbytes Step Atoms AVEKE stressZZ 16899 5000 5.2379384e-11 5809436 16900 -0.0116349999999937 5809347.96731568 16900 5000 5.2375538e-11 5809348 Loop time of 0.0194709 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:50 2021 Pair time (%) = 0.00122404 (6.2865) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.168979) Outpt time (%) = 0.0180991 (92.9543) Other time (%) = 0.000114918 (0.590202) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:50 2021 Memory usage per processor = 27.5393 Mbytes Step Atoms AVEKE stressZZ 16900 5000 5.2375538e-11 5809320.7 16901 -0.0116349999999937 5809232.73798809 16901 5000 5.2371692e-11 5809232.7 Loop time of 0.0174391 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:50 2021 Pair time (%) = 0.00113797 (6.52539) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.194135) Outpt time (%) = 0.0161622 (92.6776) Other time (%) = 0.000105143 (0.602912) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:50 2021 Memory usage per processor = 27.5393 Mbytes Step Atoms AVEKE stressZZ 16901 5000 5.2371692e-11 5809205.5 16902 -0.0116349999999937 5809117.51463448 16902 5000 5.2367846e-11 5809117.5 Loop time of 0.0166888 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:50 2021 Pair time (%) = 0.00105 (6.29161) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191434) Outpt time (%) = 0.0155139 (92.9598) Other time (%) = 9.29832e-05 (0.557159) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:50 2021 Memory usage per processor = 27.5393 Mbytes Step Atoms AVEKE stressZZ 16902 5000 5.2367846e-11 5809090.3 16903 -0.0116349999999937 5809002.29724449 16903 5000 5.2364001e-11 5809002.3 Loop time of 0.0173612 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:50 2021 Pair time (%) = 0.00129795 (7.47617) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.212859) Outpt time (%) = 0.015902 (91.5955) Other time (%) = 0.000124216 (0.715482) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:50 2021 Memory usage per processor = 27.5393 Mbytes Step Atoms AVEKE stressZZ 16903 5000 5.2364001e-11 5808975.1 16904 -0.0116349999999937 5808887.08580172 16904 5000 5.2360157e-11 5808887.1 Loop time of 0.0176029 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:50 2021 Pair time (%) = 0.00108218 (6.14774) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.181493) Outpt time (%) = 0.0163641 (92.9624) Other time (%) = 0.000124693 (0.708365) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:50 2021 Memory usage per processor = 27.5393 Mbytes Step Atoms AVEKE stressZZ 16904 5000 5.2360157e-11 5808859.9 16905 -0.0116349999999937 5808771.88032702 16905 5000 5.2356313e-11 5808771.9 Loop time of 0.0169561 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:50 2021 Pair time (%) = 0.00105405 (6.21634) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188417) Outpt time (%) = 0.0157461 (92.8641) Other time (%) = 0.000123978 (0.731169) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:50 2021 Memory usage per processor = 27.5393 Mbytes Step Atoms AVEKE stressZZ 16905 5000 5.2356313e-11 5808744.7 16906 -0.0116349999999937 5808656.68081936 16906 5000 5.2352469e-11 5808656.7 Loop time of 0.0165112 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:50 2021 Pair time (%) = 0.00106692 (6.46181) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.206489) Outpt time (%) = 0.0152791 (92.5375) Other time (%) = 0.00013113 (0.794189) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:50 2021 Memory usage per processor = 27.5393 Mbytes Step Atoms AVEKE stressZZ 16906 5000 5.2352469e-11 5808629.5 16907 -0.0116349999999937 5808541.4872776 16907 5000 5.2348626e-11 5808541.5 Loop time of 0.0171781 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:50 2021 Pair time (%) = 0.00119615 (6.96322) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191534) Outpt time (%) = 0.0158398 (92.2096) Other time (%) = 0.000109196 (0.63567) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:24:50 2021 Memory usage per processor = 27.5393 Mbytes Step Atoms AVEKE stressZZ 16907 5000 5.2348626e-11 5808514.3 16908 -0.0116349999999937 5808408.75402348 16908 5000 1.0336691e-10 5808599.8 Loop time of 0.01685 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:50 2021 Pair time (%) = 0.00107288 (6.36726) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.202337) Outpt time (%) = 0.0155771 (92.4456) Other time (%) = 0.000165939 (0.984803) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28349 ave 28349 max 28349 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28349 Ave neighs/atom = 5.6698 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:50 2021 Memory usage per processor = 27.5393 Mbytes Step Atoms AVEKE stressZZ 16908 5000 1.0336691e-10 5866398.8 16909 -0.0116674999999936 5866282.45114822 16909 5000 8.3215558e-11 5866282.5 Loop time of 0.0164649 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:50 2021 Pair time (%) = 0.0010519 (6.38874) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.279471) Outpt time (%) = 0.0152609 (92.6874) Other time (%) = 0.000106096 (0.644377) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:50 2021 Memory usage per processor = 27.5393 Mbytes Step Atoms AVEKE stressZZ 16909 5000 8.3215558e-11 5866245.7 16910 -0.0116674999999936 5866139.34569964 16910 5000 7.1542456e-11 5866139.3 Loop time of 0.0186529 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:50 2021 Pair time (%) = 0.0011251 (6.03175) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.18278) Outpt time (%) = 0.017391 (93.2346) Other time (%) = 0.000102758 (0.550897) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:50 2021 Memory usage per processor = 27.5394 Mbytes Step Atoms AVEKE stressZZ 16910 5000 7.1542456e-11 5866106 16911 -0.0116674999999936 5866005.89799989 16911 5000 6.4580993e-11 5866005.9 Loop time of 0.0174739 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:50 2021 Pair time (%) = 0.00116515 (6.66794) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.195113) Outpt time (%) = 0.016161 (92.4861) Other time (%) = 0.000113726 (0.65083) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:50 2021 Memory usage per processor = 27.5394 Mbytes Step Atoms AVEKE stressZZ 16911 5000 6.4580993e-11 5865974.6 16912 -0.0116674999999936 5865878.59009855 16912 5000 6.0340629e-11 5865878.6 Loop time of 0.017123 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:50 2021 Pair time (%) = 0.00109887 (6.41752) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.19215) Outpt time (%) = 0.015892 (92.8111) Other time (%) = 9.91821e-05 (0.579234) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:50 2021 Memory usage per processor = 27.5394 Mbytes Step Atoms AVEKE stressZZ 16912 5000 6.0340629e-11 5865848.7 16913 -0.0116674999999936 5865755.18630703 16913 5000 5.77192e-11 5865755.2 Loop time of 0.0169101 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:50 2021 Pair time (%) = 0.00110006 (6.50537) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.201619) Outpt time (%) = 0.0156779 (92.7135) Other time (%) = 9.799e-05 (0.579477) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:50 2021 Memory usage per processor = 27.5394 Mbytes Step Atoms AVEKE stressZZ 16913 5000 5.77192e-11 5865726.1 16914 -0.0116674999999936 5865634.26582269 16914 5000 5.6082045e-11 5865634.3 Loop time of 0.017133 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:50 2021 Pair time (%) = 0.00118995 (6.94535) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.20317) Outpt time (%) = 0.0158012 (92.2267) Other time (%) = 0.00010705 (0.624817) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:50 2021 Memory usage per processor = 27.5394 Mbytes Step Atoms AVEKE stressZZ 16914 5000 5.6082045e-11 5865605.7 16915 -0.0116674999999936 5865514.92571008 16915 5000 5.5052399e-11 5865514.9 Loop time of 0.0172448 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:50 2021 Pair time (%) = 0.00110292 (6.39569) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192175) Outpt time (%) = 0.01601 (92.8398) Other time (%) = 9.87053e-05 (0.572377) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:50 2021 Memory usage per processor = 27.5394 Mbytes Step Atoms AVEKE stressZZ 16915 5000 5.5052399e-11 5865486.7 16916 -0.0116674999999936 5865396.5921437 16916 5000 5.4401555e-11 5865396.6 Loop time of 0.0172851 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:50 2021 Pair time (%) = 0.00109887 (6.35733) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190347) Outpt time (%) = 0.0160561 (92.8896) Other time (%) = 9.72748e-05 (0.562766) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:50 2021 Memory usage per processor = 27.5394 Mbytes Step Atoms AVEKE stressZZ 16916 5000 5.4401555e-11 5865368.6 16917 -0.0116674999999936 5865278.9004504 16917 5000 5.3988504e-11 5865278.9 Loop time of 0.01702 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:50 2021 Pair time (%) = 0.00110102 (6.46896) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.200317) Outpt time (%) = 0.0157871 (92.7564) Other time (%) = 9.77516e-05 (0.574334) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:50 2021 Memory usage per processor = 27.5394 Mbytes Step Atoms AVEKE stressZZ 16917 5000 5.3988504e-11 5865251.1 16918 -0.0116674999999936 5865161.61887608 16918 5000 5.3725384e-11 5865161.6 Loop time of 0.0175431 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:50 2021 Pair time (%) = 0.00127506 (7.26818) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.205216) Outpt time (%) = 0.0160742 (91.6269) Other time (%) = 0.000157833 (0.899689) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:50 2021 Memory usage per processor = 27.5394 Mbytes Step Atoms AVEKE stressZZ 16918 5000 5.3725384e-11 5865133.9 16919 -0.0116674999999936 5865044.60013816 16919 5000 5.3557067e-11 5865044.6 Loop time of 0.017375 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:50 2021 Pair time (%) = 0.00114393 (6.58379) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189363) Outpt time (%) = 0.0160921 (92.6162) Other time (%) = 0.000106096 (0.610626) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:50 2021 Memory usage per processor = 27.5394 Mbytes Step Atoms AVEKE stressZZ 16919 5000 5.3557067e-11 5865016.9 16920 -0.0116674999999936 5864927.75063634 16920 5000 5.3448803e-11 5864927.8 Loop time of 0.0196538 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:50 2021 Pair time (%) = 0.00109601 (5.57658) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.16862) Outpt time (%) = 0.0184269 (93.7574) Other time (%) = 9.77516e-05 (0.497368) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:50 2021 Memory usage per processor = 27.5394 Mbytes Step Atoms AVEKE stressZZ 16920 5000 5.3448803e-11 5864900.1 16921 -0.0116674999999936 5864811.01088658 16921 5000 5.3378625e-11 5864811 Loop time of 0.0171561 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:50 2021 Pair time (%) = 0.00110698 (6.45237) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.197337) Outpt time (%) = 0.015918 (92.7833) Other time (%) = 9.72748e-05 (0.566997) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:50 2021 Memory usage per processor = 27.5394 Mbytes Step Atoms AVEKE stressZZ 16921 5000 5.3378625e-11 5864783.4 16922 -0.0116674999999936 5864694.34308552 16922 5000 5.3332619e-11 5864694.3 Loop time of 0.0174301 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:50 2021 Pair time (%) = 0.00129199 (7.41242) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.206547) Outpt time (%) = 0.015949 (91.5029) Other time (%) = 0.000153065 (0.878165) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:50 2021 Memory usage per processor = 27.5394 Mbytes Step Atoms AVEKE stressZZ 16922 5000 5.3332619e-11 5864666.7 16923 -0.0116674999999936 5864577.72320872 16923 5000 5.3301962e-11 5864577.7 Loop time of 0.017056 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:50 2021 Pair time (%) = 0.00110197 (6.4609) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192904) Outpt time (%) = 0.015825 (92.7829) Other time (%) = 9.60827e-05 (0.563337) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:50 2021 Memory usage per processor = 27.5394 Mbytes Step Atoms AVEKE stressZZ 16923 5000 5.3301962e-11 5864550.1 16924 -0.0116674999999936 5864461.13598797 16924 5000 5.3281053e-11 5864461.1 Loop time of 0.016978 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:50 2021 Pair time (%) = 0.00110102 (6.48495) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.19379) Outpt time (%) = 0.0157471 (92.7497) Other time (%) = 9.70364e-05 (0.571541) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:50 2021 Memory usage per processor = 27.5394 Mbytes Step Atoms AVEKE stressZZ 16924 5000 5.3281053e-11 5864433.5 16925 -0.0116674999999936 5864344.57171987 16925 5000 5.3266339e-11 5864344.6 Loop time of 0.0168879 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:50 2021 Pair time (%) = 0.00109816 (6.50262) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.194824) Outpt time (%) = 0.0156629 (92.7463) Other time (%) = 9.39369e-05 (0.556238) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:50 2021 Memory usage per processor = 27.5394 Mbytes Step Atoms AVEKE stressZZ 16925 5000 5.3266339e-11 5864317 16926 -0.0116674999999936 5864228.0242376 16926 5000 5.325556e-11 5864228 Loop time of 0.017303 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:50 2021 Pair time (%) = 0.00109792 (6.34525) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191529) Outpt time (%) = 0.0160789 (92.9258) Other time (%) = 9.29832e-05 (0.537383) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:50 2021 Memory usage per processor = 27.5394 Mbytes Step Atoms AVEKE stressZZ 16926 5000 5.325556e-11 5864200.4 16927 -0.0116674999999936 5864111.48962189 16927 5000 5.3247281e-11 5864111.5 Loop time of 0.0175478 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:50 2021 Pair time (%) = 0.00136518 (7.77979) Neigh time (%) = 0 (0) Comm time (%) = 4.31538e-05 (0.245921) Outpt time (%) = 0.015981 (91.0708) Other time (%) = 0.000158548 (0.90352) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:50 2021 Memory usage per processor = 27.5394 Mbytes Step Atoms AVEKE stressZZ 16927 5000 5.3247281e-11 5864083.9 16928 -0.0116674999999936 5863994.96538159 16928 5000 5.3240592e-11 5863995 Loop time of 0.017267 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:50 2021 Pair time (%) = 0.00112319 (6.50484) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190547) Outpt time (%) = 0.0160079 (92.7081) Other time (%) = 0.000102997 (0.596496) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:50 2021 Memory usage per processor = 27.5394 Mbytes Step Atoms AVEKE stressZZ 16928 5000 5.3240592e-11 5863967.4 16929 -0.0116674999999936 5863878.44993349 16929 5000 5.3234913e-11 5863878.4 Loop time of 0.0172551 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:50 2021 Pair time (%) = 0.00110006 (6.37531) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192061) Outpt time (%) = 0.0160241 (92.8661) Other time (%) = 9.77516e-05 (0.56651) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:50 2021 Memory usage per processor = 27.5394 Mbytes Step Atoms AVEKE stressZZ 16929 5000 5.3234913e-11 5863850.9 16930 -0.0116674999999936 5863761.94227109 16930 5000 5.3229876e-11 5863761.9 Loop time of 0.0194371 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:51 2021 Pair time (%) = 0.00110507 (5.68537) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.185219) Outpt time (%) = 0.018198 (93.6253) Other time (%) = 9.799e-05 (0.50414) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:51 2021 Memory usage per processor = 27.5394 Mbytes Step Atoms AVEKE stressZZ 16930 5000 5.3229876e-11 5863734.4 16931 -0.0116674999999936 5863645.44175455 16931 5000 5.3225247e-11 5863645.4 Loop time of 0.0172751 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:51 2021 Pair time (%) = 0.00114608 (6.63428) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.202879) Outpt time (%) = 0.0159862 (92.539) Other time (%) = 0.000107765 (0.623818) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:51 2021 Memory usage per processor = 27.5394 Mbytes Step Atoms AVEKE stressZZ 16931 5000 5.3225247e-11 5863617.9 16932 -0.0116674999999936 5863528.94797694 16932 5000 5.3220877e-11 5863528.9 Loop time of 0.017328 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:51 2021 Pair time (%) = 0.00116801 (6.7406) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.207763) Outpt time (%) = 0.0160201 (92.4517) Other time (%) = 0.000103951 (0.599898) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:51 2021 Memory usage per processor = 27.5394 Mbytes Step Atoms AVEKE stressZZ 16932 5000 5.3220877e-11 5863501.4 16933 -0.0116674999999936 5863412.46067961 16933 5000 5.3216673e-11 5863412.5 Loop time of 0.017242 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:51 2021 Pair time (%) = 0.00109792 (6.36771) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192207) Outpt time (%) = 0.0160131 (92.8731) Other time (%) = 9.77516e-05 (0.56694) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:51 2021 Memory usage per processor = 27.5394 Mbytes Step Atoms AVEKE stressZZ 16933 5000 5.3216673e-11 5863384.9 16934 -0.0116674999999936 5863295.97969765 16934 5000 5.3212574e-11 5863296 Loop time of 0.0169599 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:51 2021 Pair time (%) = 0.00109982 (6.48485) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.19962) Outpt time (%) = 0.015728 (92.7363) Other time (%) = 9.82285e-05 (0.57918) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:51 2021 Memory usage per processor = 27.5394 Mbytes Step Atoms AVEKE stressZZ 16934 5000 5.3212574e-11 5863268.4 16935 -0.0116674999999936 5863179.50492627 16935 5000 5.3208541e-11 5863179.5 Loop time of 0.017421 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:51 2021 Pair time (%) = 0.0013032 (7.4806) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.223077) Outpt time (%) = 0.015945 (91.5272) Other time (%) = 0.000133991 (0.769136) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:51 2021 Memory usage per processor = 27.5394 Mbytes Step Atoms AVEKE stressZZ 16935 5000 5.3208541e-11 5863151.9 16936 -0.0116674999999936 5863063.03629853 16936 5000 5.3204552e-11 5863063 Loop time of 0.0172069 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:51 2021 Pair time (%) = 0.00109982 (6.39176) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191213) Outpt time (%) = 0.015976 (92.8462) Other time (%) = 9.82285e-05 (0.570866) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:51 2021 Memory usage per processor = 27.5394 Mbytes Step Atoms AVEKE stressZZ 16936 5000 5.3204552e-11 5863035.5 16937 -0.0116674999999936 5862946.57377161 16937 5000 5.3200589e-11 5862946.6 Loop time of 0.017257 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:51 2021 Pair time (%) = 0.00109982 (6.37322) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190658) Outpt time (%) = 0.016026 (92.8669) Other time (%) = 9.82285e-05 (0.56921) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:51 2021 Memory usage per processor = 27.5394 Mbytes Step Atoms AVEKE stressZZ 16937 5000 5.3200589e-11 5862919 16938 -0.0116674999999936 5862830.11731822 16938 5000 5.3196644e-11 5862830.1 Loop time of 0.0170841 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:51 2021 Pair time (%) = 0.00110817 (6.48655) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205147) Outpt time (%) = 0.0158391 (92.7124) Other time (%) = 0.000101805 (0.595903) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:51 2021 Memory usage per processor = 27.5394 Mbytes Step Atoms AVEKE stressZZ 16938 5000 5.3196644e-11 5862802.5 16939 -0.0116674999999936 5862713.66692063 16939 5000 5.3192711e-11 5862713.7 Loop time of 0.017329 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:51 2021 Pair time (%) = 0.00117207 (6.76362) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.202248) Outpt time (%) = 0.0160141 (92.4123) Other time (%) = 0.000107765 (0.621879) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:51 2021 Memory usage per processor = 27.5394 Mbytes Step Atoms AVEKE stressZZ 16939 5000 5.3192711e-11 5862686.1 16940 -0.0116674999999936 5862597.22256745 16940 5000 5.3188785e-11 5862597.2 Loop time of 0.019594 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:51 2021 Pair time (%) = 0.00116301 (5.93553) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.183736) Outpt time (%) = 0.0182891 (93.3405) Other time (%) = 0.000105858 (0.540258) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:51 2021 Memory usage per processor = 27.5394 Mbytes Step Atoms AVEKE stressZZ 16940 5000 5.3188785e-11 5862569.6 16941 -0.0116674999999936 5862480.7842511 16941 5000 5.3184863e-11 5862480.8 Loop time of 0.017216 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:51 2021 Pair time (%) = 0.00110102 (6.39532) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192497) Outpt time (%) = 0.0159841 (92.8444) Other time (%) = 9.77516e-05 (0.567796) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:51 2021 Memory usage per processor = 27.5394 Mbytes Step Atoms AVEKE stressZZ 16941 5000 5.3184863e-11 5862453.2 16942 -0.0116674999999936 5862364.3519666 16942 5000 5.3180945e-11 5862364.4 Loop time of 0.0169981 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:51 2021 Pair time (%) = 0.00110912 (6.525) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206186) Outpt time (%) = 0.0157521 (92.6699) Other time (%) = 0.000101805 (0.59892) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:51 2021 Memory usage per processor = 27.5394 Mbytes Step Atoms AVEKE stressZZ 16942 5000 5.3180945e-11 5862336.8 16943 -0.0116674999999936 5862247.92571053 16943 5000 5.3177029e-11 5862247.9 Loop time of 0.017417 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:51 2021 Pair time (%) = 0.00120306 (6.90741) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.195751) Outpt time (%) = 0.016067 (92.2494) Other time (%) = 0.000112772 (0.647484) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:51 2021 Memory usage per processor = 27.5394 Mbytes Step Atoms AVEKE stressZZ 16943 5000 5.3177029e-11 5862220.4 16944 -0.0116674999999936 5862131.50548046 16944 5000 5.3173115e-11 5862131.5 Loop time of 0.0172081 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:51 2021 Pair time (%) = 0.00109696 (6.3747) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191199) Outpt time (%) = 0.015981 (92.8688) Other time (%) = 9.72748e-05 (0.565285) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:51 2021 Memory usage per processor = 27.5394 Mbytes Step Atoms AVEKE stressZZ 16944 5000 5.3173115e-11 5862103.9 16945 -0.0116674999999936 5862015.09127472 16945 5000 5.3169202e-11 5862015.1 Loop time of 0.0170269 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:51 2021 Pair time (%) = 0.00110006 (6.46074) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.193234) Outpt time (%) = 0.0157979 (92.7817) Other time (%) = 9.60827e-05 (0.564299) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:51 2021 Memory usage per processor = 27.5394 Mbytes Step Atoms AVEKE stressZZ 16945 5000 5.3169202e-11 5861987.5 16946 -0.0116674999999936 5861898.6830919 16946 5000 5.3165289e-11 5861898.7 Loop time of 0.017256 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:51 2021 Pair time (%) = 0.00115085 (6.66925) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.201722) Outpt time (%) = 0.0159562 (92.4672) Other time (%) = 0.000114202 (0.661812) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:51 2021 Memory usage per processor = 27.5394 Mbytes Step Atoms AVEKE stressZZ 16946 5000 5.3165289e-11 5861871.1 16947 -0.0116674999999936 5861782.28093096 16947 5000 5.3161378e-11 5861782.3 Loop time of 0.0173218 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:51 2021 Pair time (%) = 0.00118518 (6.84211) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.196826) Outpt time (%) = 0.0159879 (92.299) Other time (%) = 0.000114679 (0.662051) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:51 2021 Memory usage per processor = 27.5394 Mbytes Step Atoms AVEKE stressZZ 16947 5000 5.3161378e-11 5861754.7 16948 -0.0116674999999936 5861665.88479087 16948 5000 5.3157467e-11 5861665.9 Loop time of 0.01723 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:51 2021 Pair time (%) = 0.00109911 (6.37903) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197875) Outpt time (%) = 0.0159991 (92.8558) Other time (%) = 9.77516e-05 (0.567333) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:51 2021 Memory usage per processor = 27.5394 Mbytes Step Atoms AVEKE stressZZ 16948 5000 5.3157467e-11 5861638.3 16949 -0.0116674999999936 5861549.49467091 16949 5000 5.3153557e-11 5861549.5 Loop time of 0.016984 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:51 2021 Pair time (%) = 0.00109696 (6.45881) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.195126) Outpt time (%) = 0.0157552 (92.7649) Other time (%) = 9.87053e-05 (0.581167) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:51 2021 Memory usage per processor = 27.5394 Mbytes Step Atoms AVEKE stressZZ 16949 5000 5.3153557e-11 5861521.9 16950 -0.0116674999999936 5861433.11057295 16950 5000 5.3149647e-11 5861433.1 Loop time of 0.0196552 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:51 2021 Pair time (%) = 0.00125098 (6.36463) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.192868) Outpt time (%) = 0.01825 (92.8506) Other time (%) = 0.000116348 (0.591946) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:51 2021 Memory usage per processor = 27.5394 Mbytes Step Atoms AVEKE stressZZ 16950 5000 5.3149647e-11 5861405.5 16951 -0.0116674999999936 5861316.73256082 16951 5000 5.3145737e-11 5861316.7 Loop time of 0.0172698 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:51 2021 Pair time (%) = 0.00113416 (6.56727) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197418) Outpt time (%) = 0.0160019 (92.6582) Other time (%) = 9.9659e-05 (0.577069) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:51 2021 Memory usage per processor = 27.5394 Mbytes Step Atoms AVEKE stressZZ 16951 5000 5.3145737e-11 5861289.2 16952 -0.0116674999999936 5861200.36061287 16952 5000 5.3141828e-11 5861200.4 Loop time of 0.0171781 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:51 2021 Pair time (%) = 0.00110102 (6.40944) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.197085) Outpt time (%) = 0.0159471 (92.8341) Other time (%) = 9.60827e-05 (0.559334) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:51 2021 Memory usage per processor = 27.5394 Mbytes Step Atoms AVEKE stressZZ 16952 5000 5.3141828e-11 5861172.8 16953 -0.0116674999999936 5861083.99471375 16953 5000 5.313792e-11 5861084 Loop time of 0.0170388 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:51 2021 Pair time (%) = 0.00110412 (6.48) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.193099) Outpt time (%) = 0.0158069 (92.77) Other time (%) = 9.48906e-05 (0.556908) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:51 2021 Memory usage per processor = 27.5394 Mbytes Step Atoms AVEKE stressZZ 16953 5000 5.313792e-11 5861056.4 16954 -0.0116674999999936 5860967.63485166 16954 5000 5.3134012e-11 5860967.6 Loop time of 0.017266 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:51 2021 Pair time (%) = 0.00129914 (7.52427) Neigh time (%) = 0 (0) Comm time (%) = 4.41074e-05 (0.255458) Outpt time (%) = 0.0158 (91.5091) Other time (%) = 0.000122786 (0.711139) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:51 2021 Memory usage per processor = 27.5394 Mbytes Step Atoms AVEKE stressZZ 16954 5000 5.3134012e-11 5860940.1 16955 -0.0116674999999936 5860851.28102816 16955 5000 5.3130104e-11 5860851.3 Loop time of 0.0172751 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:51 2021 Pair time (%) = 0.00115705 (6.69777) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.195978) Outpt time (%) = 0.0159779 (92.4907) Other time (%) = 0.000106335 (0.615537) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:51 2021 Memory usage per processor = 27.5394 Mbytes Step Atoms AVEKE stressZZ 16955 5000 5.3130104e-11 5860823.7 16956 -0.0116674999999936 5860734.93324016 16956 5000 5.3126197e-11 5860734.9 Loop time of 0.0172889 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:51 2021 Pair time (%) = 0.00110006 (6.36282) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190305) Outpt time (%) = 0.0160599 (92.8911) Other time (%) = 9.60827e-05 (0.555747) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:51 2021 Memory usage per processor = 27.5394 Mbytes Step Atoms AVEKE stressZZ 16956 5000 5.3126197e-11 5860707.4 16957 -0.0116674999999936 5860618.59148538 16957 5000 5.3122291e-11 5860618.6 Loop time of 0.01702 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:51 2021 Pair time (%) = 0.00111485 (6.55021) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.204519) Outpt time (%) = 0.015765 (92.6261) Other time (%) = 0.000105381 (0.61916) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:51 2021 Memory usage per processor = 27.5394 Mbytes Step Atoms AVEKE stressZZ 16957 5000 5.3122291e-11 5860591 16958 -0.0116674999999936 5860502.2557617 16958 5000 5.3118384e-11 5860502.3 Loop time of 0.01737 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:51 2021 Pair time (%) = 0.00116706 (6.71883) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.207261) Outpt time (%) = 0.0160518 (92.411) Other time (%) = 0.000115156 (0.662961) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:51 2021 Memory usage per processor = 27.5394 Mbytes Step Atoms AVEKE stressZZ 16958 5000 5.3118384e-11 5860474.7 16959 -0.0116674999999936 5860385.92606747 16959 5000 5.3114479e-11 5860385.9 Loop time of 0.0172181 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:51 2021 Pair time (%) = 0.00109696 (6.37099) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191088) Outpt time (%) = 0.0159891 (92.8619) Other time (%) = 9.91821e-05 (0.576034) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:51 2021 Memory usage per processor = 27.5394 Mbytes Step Atoms AVEKE stressZZ 16959 5000 5.3114479e-11 5860358.4 16960 -0.0116674999999936 5860269.60240119 16960 5000 5.3110573e-11 5860269.6 Loop time of 0.0194511 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:51 2021 Pair time (%) = 0.00110602 (5.68616) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.169151) Outpt time (%) = 0.0182128 (93.6336) Other time (%) = 9.94205e-05 (0.51113) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:51 2021 Memory usage per processor = 27.5394 Mbytes Step Atoms AVEKE stressZZ 16960 5000 5.3110573e-11 5860242 16961 -0.0116674999999936 5860153.28476144 16961 5000 5.3106668e-11 5860153.3 Loop time of 0.0170209 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:51 2021 Pair time (%) = 0.00111198 (6.53304) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205908) Outpt time (%) = 0.01577 (92.6503) Other time (%) = 0.000103951 (0.610721) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:51 2021 Memory usage per processor = 27.5394 Mbytes Step Atoms AVEKE stressZZ 16961 5000 5.3106668e-11 5860125.7 16962 -0.0116674999999936 5860036.97314693 16962 5000 5.3102764e-11 5860037 Loop time of 0.0172689 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:51 2021 Pair time (%) = 0.00116801 (6.76368) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.215377) Outpt time (%) = 0.0159521 (92.3748) Other time (%) = 0.00011158 (0.646132) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:51 2021 Memory usage per processor = 27.5394 Mbytes Step Atoms AVEKE stressZZ 16962 5000 5.3102764e-11 5860009.4 16963 -0.0116674999999936 5859920.6675349 16963 5000 5.309886e-11 5859920.7 Loop time of 0.0172489 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:51 2021 Pair time (%) = 0.00110197 (6.38865) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.19213) Outpt time (%) = 0.016016 (92.8525) Other time (%) = 9.77516e-05 (0.566713) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:51 2021 Memory usage per processor = 27.5394 Mbytes Step Atoms AVEKE stressZZ 16963 5000 5.309886e-11 5859893.1 16964 -0.0116674999999936 5859804.36794012 16964 5000 5.3094956e-11 5859804.4 Loop time of 0.0169919 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:51 2021 Pair time (%) = 0.00110102 (6.47968) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.195036) Outpt time (%) = 0.0157609 (92.7556) Other time (%) = 9.67979e-05 (0.569673) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:51 2021 Memory usage per processor = 27.5394 Mbytes Step Atoms AVEKE stressZZ 16964 5000 5.3094956e-11 5859776.8 16965 -0.0116674999999936 5859688.07436536 16965 5000 5.3091053e-11 5859688.1 Loop time of 0.017235 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:51 2021 Pair time (%) = 0.00127101 (7.37457) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.221334) Outpt time (%) = 0.0158029 (91.6903) Other time (%) = 0.000123024 (0.713802) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:51 2021 Memory usage per processor = 27.5394 Mbytes Step Atoms AVEKE stressZZ 16965 5000 5.3091053e-11 5859660.5 16966 -0.0116674999999936 5859571.78680969 16966 5000 5.3087151e-11 5859571.8 Loop time of 0.0171411 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:51 2021 Pair time (%) = 0.00109792 (6.40517) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.19751) Outpt time (%) = 0.015914 (92.8409) Other time (%) = 9.53674e-05 (0.556367) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:51 2021 Memory usage per processor = 27.5394 Mbytes Step Atoms AVEKE stressZZ 16966 5000 5.3087151e-11 5859544.2 16967 -0.0116674999999936 5859455.50527222 16967 5000 5.3083248e-11 5859455.5 Loop time of 0.016964 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:51 2021 Pair time (%) = 0.00110102 (6.49033) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.199573) Outpt time (%) = 0.015732 (92.7381) Other time (%) = 9.70364e-05 (0.572015) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:51 2021 Memory usage per processor = 27.5394 Mbytes Step Atoms AVEKE stressZZ 16967 5000 5.3083248e-11 5859427.9 16968 -0.0116674999999936 5859339.22975201 16968 5000 5.3079347e-11 5859339.2 Loop time of 0.01688 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:51 2021 Pair time (%) = 0.00110006 (6.51695) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.194915) Outpt time (%) = 0.0156531 (92.7316) Other time (%) = 9.39369e-05 (0.556497) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:51 2021 Memory usage per processor = 27.5394 Mbytes Step Atoms AVEKE stressZZ 16968 5000 5.3079347e-11 5859311.7 16969 -0.0116674999999936 5859222.96024821 16969 5000 5.3075445e-11 5859223 Loop time of 0.0168779 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:51 2021 Pair time (%) = 0.00109792 (6.50506) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.19494) Outpt time (%) = 0.0156538 (92.7477) Other time (%) = 9.32217e-05 (0.55233) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:51 2021 Memory usage per processor = 27.5394 Mbytes Step Atoms AVEKE stressZZ 16969 5000 5.3075445e-11 5859195.4 16970 -0.0116674999999936 5859106.69675998 16970 5000 5.3071544e-11 5859106.7 Loop time of 0.0194499 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:51 2021 Pair time (%) = 0.00110507 (5.68161) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.170387) Outpt time (%) = 0.018219 (93.6712) Other time (%) = 9.27448e-05 (0.476838) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:51 2021 Memory usage per processor = 27.5394 Mbytes Step Atoms AVEKE stressZZ 16970 5000 5.3071544e-11 5859079.1 16971 -0.0116674999999936 5858990.43928651 16971 5000 5.3067644e-11 5858990.4 Loop time of 0.017051 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:51 2021 Pair time (%) = 0.00109696 (6.43344) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192961) Outpt time (%) = 0.0158288 (92.8325) Other time (%) = 9.2268e-05 (0.54113) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:51 2021 Memory usage per processor = 27.5394 Mbytes Step Atoms AVEKE stressZZ 16971 5000 5.3067644e-11 5858962.9 16972 -0.0116674999999936 5858874.18782702 16972 5000 5.3063744e-11 5858874.2 Loop time of 0.017318 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:52 2021 Pair time (%) = 0.00129485 (7.47691) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.207883) Outpt time (%) = 0.015871 (91.6448) Other time (%) = 0.00011611 (0.670457) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:52 2021 Memory usage per processor = 27.5394 Mbytes Step Atoms AVEKE stressZZ 16972 5000 5.3063744e-11 5858846.6 16973 -0.0116674999999936 5858757.94238058 16973 5000 5.3059844e-11 5858757.9 Loop time of 0.017139 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:52 2021 Pair time (%) = 0.00110197 (6.42962) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191971) Outpt time (%) = 0.015907 (92.8122) Other time (%) = 9.70364e-05 (0.566174) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:52 2021 Memory usage per processor = 27.5394 Mbytes Step Atoms AVEKE stressZZ 16973 5000 5.3059844e-11 5858730.4 16974 -0.0116674999999936 5858641.70294647 16974 5000 5.3055945e-11 5858641.7 Loop time of 0.0173221 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:52 2021 Pair time (%) = 0.00116587 (6.73053) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.202329) Outpt time (%) = 0.0160151 (92.4546) Other time (%) = 0.000106096 (0.612492) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:52 2021 Memory usage per processor = 27.5394 Mbytes Step Atoms AVEKE stressZZ 16974 5000 5.3055945e-11 5858614.1 16975 -0.0116674999999936 5858525.46952388 16975 5000 5.3052046e-11 5858525.5 Loop time of 0.0170419 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:52 2021 Pair time (%) = 0.00110412 (6.47883) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.211251) Outpt time (%) = 0.0158029 (92.7293) Other time (%) = 9.89437e-05 (0.58059) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:52 2021 Memory usage per processor = 27.5394 Mbytes Step Atoms AVEKE stressZZ 16975 5000 5.3052046e-11 5858497.9 16976 -0.0116674999999936 5858409.24212759 16976 5000 5.3048148e-11 5858409.2 Loop time of 0.017344 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:52 2021 Pair time (%) = 0.00131893 (7.60454) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.224067) Outpt time (%) = 0.015842 (91.3397) Other time (%) = 0.000144243 (0.831661) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:52 2021 Memory usage per processor = 27.5394 Mbytes Step Atoms AVEKE stressZZ 16976 5000 5.3048148e-11 5858381.7 16977 -0.0116674999999936 5858293.02078481 16977 5000 5.304425e-11 5858293 Loop time of 0.017164 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:52 2021 Pair time (%) = 0.00110388 (6.43136) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.202803) Outpt time (%) = 0.015929 (92.8047) Other time (%) = 9.63211e-05 (0.561181) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:52 2021 Memory usage per processor = 27.5394 Mbytes Step Atoms AVEKE stressZZ 16977 5000 5.304425e-11 5858265.5 16978 -0.0116674999999936 5858176.80552649 16978 5000 5.3040353e-11 5858176.8 Loop time of 0.017282 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:52 2021 Pair time (%) = 0.00110483 (6.39296) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.1959) Outpt time (%) = 0.016042 (92.8248) Other time (%) = 0.000101328 (0.58632) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:52 2021 Memory usage per processor = 27.5394 Mbytes Step Atoms AVEKE stressZZ 16978 5000 5.3040353e-11 5858149.3 16979 -0.0116674999999936 5858060.59635072 16979 5000 5.3036456e-11 5858060.6 Loop time of 0.0170679 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:52 2021 Pair time (%) = 0.00113392 (6.64357) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.216517) Outpt time (%) = 0.015794 (92.5365) Other time (%) = 0.000102997 (0.603453) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:52 2021 Memory usage per processor = 27.5394 Mbytes Step Atoms AVEKE stressZZ 16979 5000 5.3036456e-11 5858033 16980 -0.0116674999999936 5857944.39323119 16980 5000 5.303256e-11 5857944.4 Loop time of 0.019907 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:52 2021 Pair time (%) = 0.00118399 (5.94759) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.176056) Outpt time (%) = 0.0185771 (93.3194) Other time (%) = 0.000110865 (0.556913) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:52 2021 Memory usage per processor = 27.5394 Mbytes Step Atoms AVEKE stressZZ 16980 5000 5.303256e-11 5857916.8 16981 -0.0116674999999936 5857828.19615914 16981 5000 5.3028664e-11 5857828.2 Loop time of 0.0171468 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:52 2021 Pair time (%) = 0.00110006 (6.41555) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193273) Outpt time (%) = 0.0159159 (92.8211) Other time (%) = 9.77516e-05 (0.570086) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:52 2021 Memory usage per processor = 27.5394 Mbytes Step Atoms AVEKE stressZZ 16981 5000 5.3028664e-11 5857800.6 16982 -0.0116674999999936 5857712.00512854 16982 5000 5.3024768e-11 5857712 Loop time of 0.0173609 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:52 2021 Pair time (%) = 0.00119495 (6.88301) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.207369) Outpt time (%) = 0.016017 (92.2587) Other time (%) = 0.00011301 (0.650947) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:52 2021 Memory usage per processor = 27.5394 Mbytes Step Atoms AVEKE stressZZ 16982 5000 5.3024768e-11 5857684.5 16983 -0.0116674999999936 5857595.82013525 16983 5000 5.3020873e-11 5857595.8 Loop time of 0.0170329 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:52 2021 Pair time (%) = 0.00111699 (6.55786) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205764) Outpt time (%) = 0.0157759 (92.6205) Other time (%) = 0.000104904 (0.615893) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:52 2021 Memory usage per processor = 27.5394 Mbytes Step Atoms AVEKE stressZZ 16983 5000 5.3020873e-11 5857568.3 16984 -0.0116674999999936 5857479.64117613 16984 5000 5.3016978e-11 5857479.6 Loop time of 0.0174088 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:52 2021 Pair time (%) = 0.00130606 (7.50226) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.213646) Outpt time (%) = 0.0159199 (91.4473) Other time (%) = 0.000145674 (0.83678) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:52 2021 Memory usage per processor = 27.5394 Mbytes Step Atoms AVEKE stressZZ 16984 5000 5.3016978e-11 5857452.1 16985 -0.0116674999999936 5857363.46824818 16985 5000 5.3013084e-11 5857363.5 Loop time of 0.017216 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:52 2021 Pair time (%) = 0.00109911 (6.38425) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.203576) Outpt time (%) = 0.0159779 (92.8084) Other time (%) = 0.000103951 (0.603803) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:52 2021 Memory usage per processor = 27.5394 Mbytes Step Atoms AVEKE stressZZ 16985 5000 5.3013084e-11 5857335.9 16986 -0.0116674999999936 5857247.30134923 16986 5000 5.300919e-11 5857247.3 Loop time of 0.017175 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:52 2021 Pair time (%) = 0.00110102 (6.41059) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192956) Outpt time (%) = 0.015945 (92.8384) Other time (%) = 9.58443e-05 (0.558047) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:52 2021 Memory usage per processor = 27.5394 Mbytes Step Atoms AVEKE stressZZ 16986 5000 5.300919e-11 5857219.8 16987 -0.0116674999999936 5857131.14056451 16987 5000 5.3005296e-11 5857131.1 Loop time of 0.0170579 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:52 2021 Pair time (%) = 0.0011189 (6.55942) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.218042) Outpt time (%) = 0.0157931 (92.5852) Other time (%) = 0.000108719 (0.637352) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:52 2021 Memory usage per processor = 27.5394 Mbytes Step Atoms AVEKE stressZZ 16987 5000 5.3005296e-11 5857103.6 16988 -0.0116674999999936 5857014.98606732 16988 5000 5.3001403e-11 5857015 Loop time of 0.0174198 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:52 2021 Pair time (%) = 0.00123501 (7.08967) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.201193) Outpt time (%) = 0.016032 (92.033) Other time (%) = 0.000117779 (0.67612) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:52 2021 Memory usage per processor = 27.5394 Mbytes Step Atoms AVEKE stressZZ 16988 5000 5.3001403e-11 5856987.4 16989 -0.0116674999999936 5856898.83774 16989 5000 5.2997511e-11 5856898.8 Loop time of 0.0174 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:52 2021 Pair time (%) = 0.00128388 (7.37863) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.224716) Outpt time (%) = 0.0159609 (91.7294) Other time (%) = 0.00011611 (0.667297) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:52 2021 Memory usage per processor = 27.5394 Mbytes Step Atoms AVEKE stressZZ 16989 5000 5.2997511e-11 5856871.3 16990 -0.0116674999999936 5856782.6955458 16990 5000 5.2993619e-11 5856782.7 Loop time of 0.01964 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:52 2021 Pair time (%) = 0.00111604 (5.68248) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.17845) Outpt time (%) = 0.0183811 (93.5904) Other time (%) = 0.000107765 (0.548704) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:52 2021 Memory usage per processor = 27.5394 Mbytes Step Atoms AVEKE stressZZ 16990 5000 5.2993619e-11 5856755.2 16991 -0.0116674999999936 5856666.5594657 16991 5000 5.2989727e-11 5856666.6 Loop time of 0.0171449 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:52 2021 Pair time (%) = 0.00110507 (6.44547) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198857) Outpt time (%) = 0.0159009 (92.7438) Other time (%) = 0.000104904 (0.611867) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:52 2021 Memory usage per processor = 27.5394 Mbytes Step Atoms AVEKE stressZZ 16991 5000 5.2989727e-11 5856639 16992 -0.0116674999999936 5856550.42947644 16992 5000 5.2985836e-11 5856550.4 Loop time of 0.0174408 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:52 2021 Pair time (%) = 0.00117087 (6.71342) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.200951) Outpt time (%) = 0.0161259 (92.4609) Other time (%) = 0.000108957 (0.624727) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:52 2021 Memory usage per processor = 27.5394 Mbytes Step Atoms AVEKE stressZZ 16992 5000 5.2985836e-11 5856522.9 16993 -0.0116674999999936 5856434.3055734 16993 5000 5.2981945e-11 5856434.3 Loop time of 0.0172241 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:52 2021 Pair time (%) = 0.00109792 (6.37432) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.196559) Outpt time (%) = 0.015995 (92.8644) Other time (%) = 9.72748e-05 (0.564761) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:52 2021 Memory usage per processor = 27.5394 Mbytes Step Atoms AVEKE stressZZ 16993 5000 5.2981945e-11 5856406.8 16994 -0.0116674999999936 5856318.18774167 16994 5000 5.2978055e-11 5856318.2 Loop time of 0.0170701 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:52 2021 Pair time (%) = 0.00109816 (6.43323) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192746) Outpt time (%) = 0.015841 (92.8) Other time (%) = 9.799e-05 (0.574046) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:52 2021 Memory usage per processor = 27.5394 Mbytes Step Atoms AVEKE stressZZ 16994 5000 5.2978055e-11 5856290.6 16995 -0.0116674999999936 5856202.07598618 16995 5000 5.2974165e-11 5856202.1 Loop time of 0.0170462 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:52 2021 Pair time (%) = 0.00113487 (6.65762) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.211198) Outpt time (%) = 0.015769 (92.5074) Other time (%) = 0.000106335 (0.623802) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:52 2021 Memory usage per processor = 27.5394 Mbytes Step Atoms AVEKE stressZZ 16995 5000 5.2974165e-11 5856174.5 16996 -0.0116674999999936 5856085.97030226 16996 5000 5.2970275e-11 5856086 Loop time of 0.0173521 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:52 2021 Pair time (%) = 0.00119114 (6.86452) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.225337) Outpt time (%) = 0.015986 (92.127) Other time (%) = 0.000135899 (0.783182) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:52 2021 Memory usage per processor = 27.5394 Mbytes Step Atoms AVEKE stressZZ 16996 5000 5.2970275e-11 5856058.4 16997 -0.0116674999999936 5855969.87068548 16997 5000 5.2966386e-11 5855969.9 Loop time of 0.0172551 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:52 2021 Pair time (%) = 0.00109601 (6.35182) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190679) Outpt time (%) = 0.016031 (92.9062) Other time (%) = 9.5129e-05 (0.551311) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:52 2021 Memory usage per processor = 27.5394 Mbytes Step Atoms AVEKE stressZZ 16997 5000 5.2966386e-11 5855942.3 16998 -0.0116674999999936 5855853.77713226 16998 5000 5.2962497e-11 5855853.8 Loop time of 0.016994 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:52 2021 Pair time (%) = 0.00109792 (6.46062) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.19922) Outpt time (%) = 0.015764 (92.7621) Other time (%) = 9.82285e-05 (0.578018) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:52 2021 Memory usage per processor = 27.5394 Mbytes Step Atoms AVEKE stressZZ 16998 5000 5.2962497e-11 5855826.2 16999 -0.0116674999999936 5855737.68963923 16999 5000 5.2958609e-11 5855737.7 Loop time of 0.0173001 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:52 2021 Pair time (%) = 0.00132298 (7.64725) Neigh time (%) = 0 (0) Comm time (%) = 3.98159e-05 (0.230148) Outpt time (%) = 0.0158122 (91.3991) Other time (%) = 0.00012517 (0.723519) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:52 2021 Memory usage per processor = 27.5394 Mbytes Step Atoms AVEKE stressZZ 16999 5000 5.2958609e-11 5855710.2 17000 -0.0116674999999936 5855621.60820335 17000 5000 5.2954721e-11 5855621.6 Loop time of 0.0195708 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:52 2021 Pair time (%) = 0.00110316 (5.63677) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.174208) Outpt time (%) = 0.018338 (93.7005) Other time (%) = 9.56059e-05 (0.488512) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:52 2021 Memory usage per processor = 27.5394 Mbytes Step Atoms AVEKE stressZZ 17000 5000 5.2954721e-11 5855594.1 17001 -0.0116674999999936 5855505.53282184 17001 5000 5.2950834e-11 5855505.5 Loop time of 0.0172119 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:52 2021 Pair time (%) = 0.00109792 (6.37882) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198083) Outpt time (%) = 0.0159841 (92.8662) Other time (%) = 9.58443e-05 (0.556848) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:52 2021 Memory usage per processor = 27.5394 Mbytes Step Atoms AVEKE stressZZ 17001 5000 5.2950834e-11 5855478 17002 -0.0116674999999936 5855389.46349213 17002 5000 5.2946947e-11 5855389.5 Loop time of 0.0169709 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:52 2021 Pair time (%) = 0.00110006 (6.48207) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.195277) Outpt time (%) = 0.0157371 (92.7298) Other time (%) = 0.000100613 (0.592855) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:52 2021 Memory usage per processor = 27.5394 Mbytes Step Atoms AVEKE stressZZ 17002 5000 5.2946947e-11 5855361.9 17003 -0.0116674999999936 5855273.40021176 17003 5000 5.2943061e-11 5855273.4 Loop time of 0.017427 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:52 2021 Pair time (%) = 0.00132418 (7.59843) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.212056) Outpt time (%) = 0.0159421 (91.4795) Other time (%) = 0.000123739 (0.710045) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:52 2021 Memory usage per processor = 27.5394 Mbytes Step Atoms AVEKE stressZZ 17003 5000 5.2943061e-11 5855245.9 17004 -0.0116674999999936 5855157.34297858 17004 5000 5.2939175e-11 5855157.3 Loop time of 0.017159 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:52 2021 Pair time (%) = 0.00110197 (6.42212) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198694) Outpt time (%) = 0.0159271 (92.8206) Other time (%) = 9.58443e-05 (0.558566) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:52 2021 Memory usage per processor = 27.5394 Mbytes Step Atoms AVEKE stressZZ 17004 5000 5.2939175e-11 5855129.8 17005 -0.0116674999999936 5855041.29179046 17005 5000 5.2935289e-11 5855041.3 Loop time of 0.017318 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:52 2021 Pair time (%) = 0.00109887 (6.34525) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189986) Outpt time (%) = 0.016088 (92.8976) Other time (%) = 9.82285e-05 (0.567204) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:52 2021 Memory usage per processor = 27.5394 Mbytes Step Atoms AVEKE stressZZ 17005 5000 5.2935289e-11 5855013.8 17006 -0.0116674999999936 5854925.24664532 17006 5000 5.2931404e-11 5854925.2 Loop time of 0.017066 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:52 2021 Pair time (%) = 0.00110102 (6.45152) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.199776) Outpt time (%) = 0.015826 (92.734) Other time (%) = 0.000104904 (0.614697) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:52 2021 Memory usage per processor = 27.5394 Mbytes Step Atoms AVEKE stressZZ 17006 5000 5.2931404e-11 5854897.7 17007 -0.0116674999999936 5854809.20754143 17007 5000 5.2927519e-11 5854809.2 Loop time of 0.0173409 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:52 2021 Pair time (%) = 0.00115085 (6.6366) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.202109) Outpt time (%) = 0.0160401 (92.4986) Other time (%) = 0.000114918 (0.662698) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:52 2021 Memory usage per processor = 27.5394 Mbytes Step Atoms AVEKE stressZZ 17007 5000 5.2927519e-11 5854781.7 17008 -0.0116674999999936 5854693.17447674 17008 5000 5.2923635e-11 5854693.2 Loop time of 0.0172701 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:52 2021 Pair time (%) = 0.00114298 (6.61826) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197416) Outpt time (%) = 0.0159881 (92.5769) Other time (%) = 0.000104904 (0.607433) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:24:52 2021 Memory usage per processor = 27.5394 Mbytes Step Atoms AVEKE stressZZ 17008 5000 5.2923635e-11 5854665.6 17009 -0.0116674999999936 5854559.49963694 17009 5000 1.0450118e-10 5854752 Loop time of 0.016892 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:52 2021 Pair time (%) = 0.00109887 (6.50529) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.194778) Outpt time (%) = 0.0156379 (92.5759) Other time (%) = 0.000122309 (0.724065) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:52 2021 Memory usage per processor = 27.5394 Mbytes Step Atoms AVEKE stressZZ 17009 5000 1.0450118e-10 5912746.1 17010 -0.0116999999999936 5912629.04612754 17010 5000 8.4127279e-11 5912629 Loop time of 0.0192261 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:52 2021 Pair time (%) = 0.00112987 (5.87674) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.182292) Outpt time (%) = 0.0179551 (93.3891) Other time (%) = 0.000106096 (0.551835) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:52 2021 Memory usage per processor = 27.5396 Mbytes Step Atoms AVEKE stressZZ 17010 5000 8.4127279e-11 5912591.9 17011 -0.0116999999999936 5912484.89648963 17011 5000 7.2325367e-11 5912484.9 Loop time of 0.0168278 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:52 2021 Pair time (%) = 0.00110388 (6.55984) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.19552) Outpt time (%) = 0.0155959 (92.6793) Other time (%) = 9.5129e-05 (0.565308) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:52 2021 Memory usage per processor = 27.5396 Mbytes Step Atoms AVEKE stressZZ 17011 5000 7.2325367e-11 5912451.1 17012 -0.0116999999999936 5912350.4806684 17012 5000 6.5287133e-11 5912350.5 Loop time of 0.0167911 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:52 2021 Pair time (%) = 0.00110197 (6.56282) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.197367) Outpt time (%) = 0.015564 (92.6917) Other time (%) = 9.20296e-05 (0.548085) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:52 2021 Memory usage per processor = 27.5396 Mbytes Step Atoms AVEKE stressZZ 17012 5000 6.5287133e-11 5912318.8 17013 -0.0116999999999936 5912222.25301952 17013 5000 6.1000026e-11 5912222.3 Loop time of 0.0167899 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:52 2021 Pair time (%) = 0.00110483 (6.58033) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.195961) Outpt time (%) = 0.015559 (92.6685) Other time (%) = 9.32217e-05 (0.555224) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:52 2021 Memory usage per processor = 27.5396 Mbytes Step Atoms AVEKE stressZZ 17013 5000 6.1000026e-11 5912192 17014 -0.0116999999999936 5912097.96025564 17014 5000 5.8349709e-11 5912098 Loop time of 0.0173728 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:52 2021 Pair time (%) = 0.00117803 (6.78085) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.194876) Outpt time (%) = 0.0160499 (92.3848) Other time (%) = 0.000111103 (0.639521) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:52 2021 Memory usage per processor = 27.5396 Mbytes Step Atoms AVEKE stressZZ 17014 5000 5.8349709e-11 5912068.5 17015 -0.0116999999999936 5911976.17033994 17015 5000 5.6694516e-11 5911976.2 Loop time of 0.0172138 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:53 2021 Pair time (%) = 0.00112891 (6.55817) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.203601) Outpt time (%) = 0.015945 (92.6288) Other time (%) = 0.000104904 (0.609418) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:53 2021 Memory usage per processor = 27.5396 Mbytes Step Atoms AVEKE stressZZ 17015 5000 5.6694516e-11 5911947.3 17016 -0.0116999999999936 5911855.97324948 17016 5000 5.5653528e-11 5911856 Loop time of 0.017071 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:53 2021 Pair time (%) = 0.00109792 (6.43147) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.194131) Outpt time (%) = 0.0158429 (92.806) Other time (%) = 9.70364e-05 (0.568428) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:53 2021 Memory usage per processor = 27.5396 Mbytes Step Atoms AVEKE stressZZ 17016 5000 5.5653528e-11 5911827.5 17017 -0.0116999999999936 5911736.79067467 17017 5000 5.4995516e-11 5911736.8 Loop time of 0.017158 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:53 2021 Pair time (%) = 0.00118995 (6.93522) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204263) Outpt time (%) = 0.0158272 (92.2436) Other time (%) = 0.000105858 (0.616958) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:53 2021 Memory usage per processor = 27.5396 Mbytes Step Atoms AVEKE stressZZ 17017 5000 5.4995516e-11 5911708.5 17018 -0.0116999999999936 5911618.25507052 17018 5000 5.4577917e-11 5911618.3 Loop time of 0.017226 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:53 2021 Pair time (%) = 0.00110292 (6.40268) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197921) Outpt time (%) = 0.0159941 (92.8485) Other time (%) = 9.48906e-05 (0.550857) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:53 2021 Memory usage per processor = 27.5396 Mbytes Step Atoms AVEKE stressZZ 17018 5000 5.4577917e-11 5911590.1 17019 -0.0116999999999936 5911500.13285745 17019 5000 5.43119e-11 5911500.1 Loop time of 0.017338 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:53 2021 Pair time (%) = 0.00110006 (6.3448) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191141) Outpt time (%) = 0.0161071 (92.9003) Other time (%) = 9.77516e-05 (0.563799) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:53 2021 Memory usage per processor = 27.5396 Mbytes Step Atoms AVEKE stressZZ 17019 5000 5.43119e-11 5911472.1 17020 -0.0116999999999936 5911382.27559258 17020 5000 5.414173e-11 5911382.3 Loop time of 0.0195489 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:53 2021 Pair time (%) = 0.00110197 (5.637) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.168305) Outpt time (%) = 0.018316 (93.6934) Other time (%) = 9.799e-05 (0.501256) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:53 2021 Memory usage per processor = 27.5396 Mbytes Step Atoms AVEKE stressZZ 17020 5000 5.414173e-11 5911354.3 17021 -0.0116999999999936 5911264.58893851 17021 5000 5.4032275e-11 5911264.6 Loop time of 0.0172138 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:53 2021 Pair time (%) = 0.0011549 (6.70914) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.203601) Outpt time (%) = 0.0159149 (92.4543) Other time (%) = 0.000108957 (0.632964) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:53 2021 Memory usage per processor = 27.5396 Mbytes Step Atoms AVEKE stressZZ 17021 5000 5.4032275e-11 5911236.6 17022 -0.0116999999999936 5911147.01294204 17022 5000 5.3961325e-11 5911147 Loop time of 0.0175121 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:53 2021 Pair time (%) = 0.00121117 (6.91618) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.200133) Outpt time (%) = 0.0161572 (92.2629) Other time (%) = 0.000108719 (0.620822) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:53 2021 Memory usage per processor = 27.5396 Mbytes Step Atoms AVEKE stressZZ 17022 5000 5.3961325e-11 5911119.1 17023 -0.0116999999999936 5911029.5094978 17023 5000 5.3914814e-11 5911029.5 Loop time of 0.017488 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:53 2021 Pair time (%) = 0.00109911 (6.28494) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.194956) Outpt time (%) = 0.016258 (92.9666) Other time (%) = 9.67979e-05 (0.553511) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:53 2021 Memory usage per processor = 27.5396 Mbytes Step Atoms AVEKE stressZZ 17023 5000 5.3914814e-11 5911001.6 17024 -0.0116999999999936 5910912.05438782 17024 5000 5.388382e-11 5910912.1 Loop time of 0.0170059 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:53 2021 Pair time (%) = 0.00110006 (6.46871) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.200482) Outpt time (%) = 0.015775 (92.7616) Other time (%) = 9.67979e-05 (0.569201) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:53 2021 Memory usage per processor = 27.5396 Mbytes Step Atoms AVEKE stressZZ 17024 5000 5.388382e-11 5910884.1 17025 -0.0116999999999936 5910794.63223108 17025 5000 5.3862683e-11 5910794.6 Loop time of 0.0172479 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:53 2021 Pair time (%) = 0.00127387 (7.38565) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.214257) Outpt time (%) = 0.015821 (91.7269) Other time (%) = 0.00011611 (0.673182) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:53 2021 Memory usage per processor = 27.5396 Mbytes Step Atoms AVEKE stressZZ 17025 5000 5.3862683e-11 5910766.7 17026 -0.0116999999999936 5910677.23324757 17026 5000 5.3847808e-11 5910677.2 Loop time of 0.0172031 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:53 2021 Pair time (%) = 0.00110388 (6.41674) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191255) Outpt time (%) = 0.01597 (92.8321) Other time (%) = 9.63211e-05 (0.559906) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:53 2021 Memory usage per processor = 27.5396 Mbytes Step Atoms AVEKE stressZZ 17026 5000 5.3847808e-11 5910649.3 17027 -0.0116999999999936 5910559.85122156 17027 5000 5.3836911e-11 5910559.9 Loop time of 0.017206 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:53 2021 Pair time (%) = 0.00110006 (6.3935) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198152) Outpt time (%) = 0.015976 (92.8513) Other time (%) = 9.58443e-05 (0.557041) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:53 2021 Memory usage per processor = 27.5396 Mbytes Step Atoms AVEKE stressZZ 17027 5000 5.3836911e-11 5910531.9 17028 -0.0116999999999936 5910442.48220251 17028 5000 5.3828543e-11 5910442.5 Loop time of 0.017179 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:53 2021 Pair time (%) = 0.00110316 (6.42157) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191523) Outpt time (%) = 0.0159421 (92.7998) Other time (%) = 0.000100851 (0.58706) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:53 2021 Memory usage per processor = 27.5396 Mbytes Step Atoms AVEKE stressZZ 17028 5000 5.3828543e-11 5910414.6 17029 -0.0116999999999936 5910325.1236794 17029 5000 5.3821781e-11 5910325.1 Loop time of 0.0174389 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:53 2021 Pair time (%) = 0.00128698 (7.37996) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.213278) Outpt time (%) = 0.01597 (91.5769) Other time (%) = 0.00014472 (0.82987) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:53 2021 Memory usage per processor = 27.5396 Mbytes Step Atoms AVEKE stressZZ 17029 5000 5.3821781e-11 5910297.2 17030 -0.0116999999999936 5910207.77405624 17030 5000 5.3816041e-11 5910207.8 Loop time of 0.0197799 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:53 2021 Pair time (%) = 0.0011971 (6.0521) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.177187) Outpt time (%) = 0.0184381 (93.2163) Other time (%) = 0.000109673 (0.554464) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:53 2021 Memory usage per processor = 27.5396 Mbytes Step Atoms AVEKE stressZZ 17030 5000 5.3816041e-11 5910179.9 17031 -0.0116999999999936 5910090.43231832 17031 5000 5.3810949e-11 5910090.4 Loop time of 0.0172629 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:53 2021 Pair time (%) = 0.00109792 (6.35997) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191973) Outpt time (%) = 0.0160351 (92.8873) Other time (%) = 9.67979e-05 (0.560727) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:53 2021 Memory usage per processor = 27.5396 Mbytes Step Atoms AVEKE stressZZ 17031 5000 5.3810949e-11 5910062.5 17032 -0.0116999999999936 5909973.09782042 17032 5000 5.3806271e-11 5909973.1 Loop time of 0.0172181 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:53 2021 Pair time (%) = 0.00109911 (6.38345) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198012) Outpt time (%) = 0.0159891 (92.8619) Other time (%) = 9.58443e-05 (0.556648) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:53 2021 Memory usage per processor = 27.5396 Mbytes Step Atoms AVEKE stressZZ 17032 5000 5.3806271e-11 5909945.2 17033 -0.0116999999999936 5909855.77015211 17033 5000 5.3801854e-11 5909855.8 Loop time of 0.0174022 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:53 2021 Pair time (%) = 0.00116801 (6.71188) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.194547) Outpt time (%) = 0.016073 (92.362) Other time (%) = 0.000127316 (0.731607) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:53 2021 Memory usage per processor = 27.5396 Mbytes Step Atoms AVEKE stressZZ 17033 5000 5.3801854e-11 5909827.9 17034 -0.0116999999999936 5909738.44905248 17034 5000 5.3797605e-11 5909738.4 Loop time of 0.017257 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:53 2021 Pair time (%) = 0.00110197 (6.38565) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190658) Outpt time (%) = 0.016021 (92.8379) Other time (%) = 0.000101089 (0.585789) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:53 2021 Memory usage per processor = 27.5396 Mbytes Step Atoms AVEKE stressZZ 17034 5000 5.3797605e-11 5909710.6 17035 -0.0116999999999936 5909621.13435506 17035 5000 5.3793462e-11 5909621.1 Loop time of 0.0173261 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:53 2021 Pair time (%) = 0.00110602 (6.38356) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189897) Outpt time (%) = 0.0160892 (92.861) Other time (%) = 9.799e-05 (0.565563) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:53 2021 Memory usage per processor = 27.5396 Mbytes Step Atoms AVEKE stressZZ 17035 5000 5.3793462e-11 5909593.2 17036 -0.0116999999999936 5909503.82595406 17036 5000 5.3789387e-11 5909503.8 Loop time of 0.0170541 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:53 2021 Pair time (%) = 0.00113511 (6.65595) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205508) Outpt time (%) = 0.0157781 (92.5178) Other time (%) = 0.000105858 (0.620719) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:53 2021 Memory usage per processor = 27.5396 Mbytes Step Atoms AVEKE stressZZ 17036 5000 5.3789387e-11 5909475.9 17037 -0.0116999999999936 5909386.52378156 17037 5000 5.3785354e-11 5909386.5 Loop time of 0.017385 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:53 2021 Pair time (%) = 0.00116491 (6.70068) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.194739) Outpt time (%) = 0.0160758 (92.4696) Other time (%) = 0.000110388 (0.63496) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:53 2021 Memory usage per processor = 27.5396 Mbytes Step Atoms AVEKE stressZZ 17037 5000 5.3785354e-11 5909358.6 17038 -0.0116999999999936 5909269.2277943 17038 5000 5.378135e-11 5909269.2 Loop time of 0.017226 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:53 2021 Pair time (%) = 0.00110006 (6.38607) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192385) Outpt time (%) = 0.015995 (92.8541) Other time (%) = 9.77516e-05 (0.567466) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:53 2021 Memory usage per processor = 27.5396 Mbytes Step Atoms AVEKE stressZZ 17038 5000 5.378135e-11 5909241.3 17039 -0.0116999999999936 5909151.93796452 17039 5000 5.3777363e-11 5909151.9 Loop time of 0.0170479 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:53 2021 Pair time (%) = 0.00110197 (6.46397) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.19859) Outpt time (%) = 0.0158129 (92.7557) Other time (%) = 9.91821e-05 (0.581786) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:53 2021 Memory usage per processor = 27.5396 Mbytes Step Atoms AVEKE stressZZ 17039 5000 5.3777363e-11 5909124 17040 -0.0116999999999936 5909034.65427405 17040 5000 5.3773387e-11 5909034.7 Loop time of 0.0194271 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:53 2021 Pair time (%) = 0.00116897 (6.01721) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.180406) Outpt time (%) = 0.0181191 (93.2673) Other time (%) = 0.000103951 (0.535081) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:53 2021 Memory usage per processor = 27.5396 Mbytes Step Atoms AVEKE stressZZ 17040 5000 5.3773387e-11 5909006.8 17041 -0.0116999999999936 5908917.3767112 17041 5000 5.3769419e-11 5908917.4 Loop time of 0.017323 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:53 2021 Pair time (%) = 0.0011549 (6.66685) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.196812) Outpt time (%) = 0.016027 (92.5184) Other time (%) = 0.00010705 (0.617964) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:53 2021 Memory usage per processor = 27.5396 Mbytes Step Atoms AVEKE stressZZ 17041 5000 5.3769419e-11 5908889.5 17042 -0.0116999999999936 5908800.10526812 17042 5000 5.3765456e-11 5908800.1 Loop time of 0.0172539 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:53 2021 Pair time (%) = 0.00111103 (6.43931) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.203128) Outpt time (%) = 0.0160038 (92.7551) Other time (%) = 0.000103951 (0.602476) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:53 2021 Memory usage per processor = 27.5396 Mbytes Step Atoms AVEKE stressZZ 17042 5000 5.3765456e-11 5908772.2 17043 -0.0116999999999936 5908682.83993954 17043 5000 5.3761496e-11 5908682.8 Loop time of 0.0170999 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:53 2021 Pair time (%) = 0.00110507 (6.46245) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193804) Outpt time (%) = 0.0158651 (92.7791) Other time (%) = 9.65595e-05 (0.56468) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:53 2021 Memory usage per processor = 27.5396 Mbytes Step Atoms AVEKE stressZZ 17043 5000 5.3761496e-11 5908654.9 17044 -0.0116999999999936 5908565.58072195 17044 5000 5.3757538e-11 5908565.6 Loop time of 0.0170639 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:53 2021 Pair time (%) = 0.00113702 (6.66331) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.203993) Outpt time (%) = 0.0157869 (92.5165) Other time (%) = 0.000105143 (0.616171) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:53 2021 Memory usage per processor = 27.5396 Mbytes Step Atoms AVEKE stressZZ 17044 5000 5.3757538e-11 5908537.7 17045 -0.0116999999999936 5908448.32761251 17045 5000 5.3753582e-11 5908448.3 Loop time of 0.017354 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:53 2021 Pair time (%) = 0.00118208 (6.81156) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.201956) Outpt time (%) = 0.016026 (92.3476) Other time (%) = 0.000110865 (0.638842) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:53 2021 Memory usage per processor = 27.5396 Mbytes Step Atoms AVEKE stressZZ 17045 5000 5.3753582e-11 5908420.4 17046 -0.0116999999999936 5908331.08060941 17046 5000 5.3749627e-11 5908331.1 Loop time of 0.0172451 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:53 2021 Pair time (%) = 0.00110102 (6.38454) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197702) Outpt time (%) = 0.0160189 (92.8896) Other time (%) = 9.10759e-05 (0.528128) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:53 2021 Memory usage per processor = 27.5396 Mbytes Step Atoms AVEKE stressZZ 17046 5000 5.3749627e-11 5908303.2 17047 -0.0116999999999936 5908213.83971369 17047 5000 5.3745673e-11 5908213.8 Loop time of 0.017019 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:53 2021 Pair time (%) = 0.00112295 (6.59821) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.194724) Outpt time (%) = 0.015765 (92.6313) Other time (%) = 9.799e-05 (0.575767) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:53 2021 Memory usage per processor = 27.5396 Mbytes Step Atoms AVEKE stressZZ 17047 5000 5.3745673e-11 5908186 17048 -0.0116999999999936 5908096.60493202 17048 5000 5.3741719e-11 5908096.6 Loop time of 0.0171671 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:53 2021 Pair time (%) = 0.00119686 (6.97183) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.209711) Outpt time (%) = 0.015826 (92.1879) Other time (%) = 0.000108242 (0.630521) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:53 2021 Memory usage per processor = 27.5396 Mbytes Step Atoms AVEKE stressZZ 17048 5000 5.3741719e-11 5908068.7 17049 -0.0116999999999936 5907979.3762587 17049 5000 5.3737766e-11 5907979.4 Loop time of 0.017169 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:53 2021 Pair time (%) = 0.00109911 (6.40171) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191635) Outpt time (%) = 0.015939 (92.8359) Other time (%) = 9.799e-05 (0.570738) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:53 2021 Memory usage per processor = 27.5396 Mbytes Step Atoms AVEKE stressZZ 17049 5000 5.3737766e-11 5907951.5 17050 -0.0116999999999936 5907862.15369114 17050 5000 5.3733814e-11 5907862.2 Loop time of 0.019558 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:53 2021 Pair time (%) = 0.00110102 (5.62951) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.168227) Outpt time (%) = 0.018328 (93.711) Other time (%) = 9.60827e-05 (0.491272) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:53 2021 Memory usage per processor = 27.5396 Mbytes Step Atoms AVEKE stressZZ 17050 5000 5.3733814e-11 5907834.3 17051 -0.0116999999999936 5907744.93722771 17051 5000 5.3729863e-11 5907744.9 Loop time of 0.0170219 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:53 2021 Pair time (%) = 0.00110412 (6.48645) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.200294) Outpt time (%) = 0.0157881 (92.7516) Other time (%) = 9.56059e-05 (0.561664) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:53 2021 Memory usage per processor = 27.5396 Mbytes Step Atoms AVEKE stressZZ 17051 5000 5.3729863e-11 5907717.1 17052 -0.0116999999999936 5907627.726867 17052 5000 5.3725911e-11 5907627.7 Loop time of 0.0171471 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:53 2021 Pair time (%) = 0.00120592 (7.03281) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.216908) Outpt time (%) = 0.0157831 (92.0453) Other time (%) = 0.000120878 (0.70495) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:53 2021 Memory usage per processor = 27.5396 Mbytes Step Atoms AVEKE stressZZ 17052 5000 5.3725911e-11 5907599.8 17053 -0.0116999999999936 5907510.52260789 17053 5000 5.3721961e-11 5907510.5 Loop time of 0.017133 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:53 2021 Pair time (%) = 0.00110292 (6.43743) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193429) Outpt time (%) = 0.0158989 (92.7972) Other time (%) = 9.799e-05 (0.571937) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:53 2021 Memory usage per processor = 27.5396 Mbytes Step Atoms AVEKE stressZZ 17053 5000 5.3721961e-11 5907482.6 17054 -0.0116999999999936 5907393.32444931 17054 5000 5.3718011e-11 5907393.3 Loop time of 0.016953 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:53 2021 Pair time (%) = 0.00109887 (6.48187) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.195483) Outpt time (%) = 0.015723 (92.7446) Other time (%) = 9.799e-05 (0.57801) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:53 2021 Memory usage per processor = 27.5396 Mbytes Step Atoms AVEKE stressZZ 17054 5000 5.3718011e-11 5907365.4 17055 -0.0116999999999936 5907276.13239019 17055 5000 5.3714061e-11 5907276.1 Loop time of 0.0169439 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:53 2021 Pair time (%) = 0.00110197 (6.50363) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.201216) Outpt time (%) = 0.015713 (92.7351) Other time (%) = 9.48906e-05 (0.560027) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:53 2021 Memory usage per processor = 27.5396 Mbytes Step Atoms AVEKE stressZZ 17055 5000 5.3714061e-11 5907248.2 17056 -0.0116999999999936 5907158.9464296 17056 5000 5.3710111e-11 5907158.9 Loop time of 0.0172088 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:53 2021 Pair time (%) = 0.00110292 (6.40907) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191191) Outpt time (%) = 0.01598 (92.8594) Other time (%) = 9.29832e-05 (0.540323) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:53 2021 Memory usage per processor = 27.5396 Mbytes Step Atoms AVEKE stressZZ 17056 5000 5.3710111e-11 5907131.1 17057 -0.0116999999999936 5907041.76656651 17057 5000 5.3706163e-11 5907041.8 Loop time of 0.017081 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:53 2021 Pair time (%) = 0.00110316 (6.45841) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192622) Outpt time (%) = 0.0158529 (92.8102) Other time (%) = 9.20296e-05 (0.538783) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:53 2021 Memory usage per processor = 27.5396 Mbytes Step Atoms AVEKE stressZZ 17057 5000 5.3706163e-11 5907013.9 17058 -0.0116999999999936 5906924.59280017 17058 5000 5.3702214e-11 5906924.6 Loop time of 0.0174372 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:54 2021 Pair time (%) = 0.00134301 (7.70198) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.206462) Outpt time (%) = 0.0159118 (91.252) Other time (%) = 0.000146389 (0.83952) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:54 2021 Memory usage per processor = 27.5396 Mbytes Step Atoms AVEKE stressZZ 17058 5000 5.3702214e-11 5906896.7 17059 -0.0116999999999936 5906807.42512957 17059 5000 5.3698266e-11 5906807.4 Loop time of 0.017426 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:54 2021 Pair time (%) = 0.00121307 (6.96128) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.199754) Outpt time (%) = 0.016077 (92.2589) Other time (%) = 0.000101089 (0.580107) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:54 2021 Memory usage per processor = 27.5396 Mbytes Step Atoms AVEKE stressZZ 17059 5000 5.3698266e-11 5906779.5 17060 -0.0116999999999936 5906690.26355382 17060 5000 5.3694319e-11 5906690.3 Loop time of 0.0197461 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:54 2021 Pair time (%) = 0.00110102 (5.57588) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.166624) Outpt time (%) = 0.0185158 (93.7697) Other time (%) = 9.63211e-05 (0.487799) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:54 2021 Memory usage per processor = 27.5396 Mbytes Step Atoms AVEKE stressZZ 17060 5000 5.3694319e-11 5906662.4 17061 -0.0116999999999936 5906573.10807217 17061 5000 5.3690372e-11 5906573.1 Loop time of 0.017 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:54 2021 Pair time (%) = 0.00110292 (6.48781) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.19354) Outpt time (%) = 0.0157659 (92.7408) Other time (%) = 9.82285e-05 (0.577816) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:54 2021 Memory usage per processor = 27.5396 Mbytes Step Atoms AVEKE stressZZ 17061 5000 5.3690372e-11 5906545.2 17062 -0.0116999999999936 5906455.95868369 17062 5000 5.3686425e-11 5906456 Loop time of 0.0173819 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:54 2021 Pair time (%) = 0.00130796 (7.52486) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.212605) Outpt time (%) = 0.0159039 (91.4972) Other time (%) = 0.000133038 (0.76538) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:54 2021 Memory usage per processor = 27.5396 Mbytes Step Atoms AVEKE stressZZ 17062 5000 5.3686425e-11 5906428.1 17063 -0.0116999999999936 5906338.81538761 17063 5000 5.3682479e-11 5906338.8 Loop time of 0.017205 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:54 2021 Pair time (%) = 0.00110006 (6.39386) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198162) Outpt time (%) = 0.015975 (92.8509) Other time (%) = 9.58443e-05 (0.557072) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:54 2021 Memory usage per processor = 27.5396 Mbytes Step Atoms AVEKE stressZZ 17063 5000 5.3682479e-11 5906310.9 17064 -0.0116999999999936 5906221.67818292 17064 5000 5.3678533e-11 5906221.7 Loop time of 0.0172262 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:54 2021 Pair time (%) = 0.00110197 (6.39705) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192382) Outpt time (%) = 0.0159931 (92.8417) Other time (%) = 9.799e-05 (0.568842) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:54 2021 Memory usage per processor = 27.5396 Mbytes Step Atoms AVEKE stressZZ 17064 5000 5.3678533e-11 5906193.8 17065 -0.0116999999999936 5906104.54706899 17065 5000 5.3674588e-11 5906104.5 Loop time of 0.0172892 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:54 2021 Pair time (%) = 0.00110388 (6.3848) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.202714) Outpt time (%) = 0.0160451 (92.8043) Other time (%) = 0.000105143 (0.608142) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:54 2021 Memory usage per processor = 27.5396 Mbytes Step Atoms AVEKE stressZZ 17065 5000 5.3674588e-11 5906076.7 17066 -0.0116999999999936 5905987.42204496 17066 5000 5.3670643e-11 5905987.4 Loop time of 0.0173781 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:54 2021 Pair time (%) = 0.00116706 (6.71569) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.201677) Outpt time (%) = 0.0160692 (92.468) Other time (%) = 0.000106812 (0.614633) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:54 2021 Memory usage per processor = 27.5396 Mbytes Step Atoms AVEKE stressZZ 17066 5000 5.3670643e-11 5905959.5 17067 -0.0116999999999936 5905870.30310998 17067 5000 5.3666699e-11 5905870.3 Loop time of 0.0173371 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:54 2021 Pair time (%) = 0.00116396 (6.7137) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.202154) Outpt time (%) = 0.0160341 (92.4846) Other time (%) = 0.000103951 (0.599585) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:54 2021 Memory usage per processor = 27.5396 Mbytes Step Atoms AVEKE stressZZ 17067 5000 5.3666699e-11 5905842.4 17068 -0.0116999999999936 5905753.19026331 17068 5000 5.3662755e-11 5905753.2 Loop time of 0.017096 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:54 2021 Pair time (%) = 0.00110388 (6.45692) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192453) Outpt time (%) = 0.015862 (92.7816) Other time (%) = 9.72748e-05 (0.56899) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:54 2021 Memory usage per processor = 27.5396 Mbytes Step Atoms AVEKE stressZZ 17068 5000 5.3662755e-11 5905725.3 17069 -0.0116999999999936 5905636.08350403 17069 5000 5.3658811e-11 5905636.1 Loop time of 0.0170629 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:54 2021 Pair time (%) = 0.001127 (6.605) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.210991) Outpt time (%) = 0.0157921 (92.5524) Other time (%) = 0.000107765 (0.631576) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:54 2021 Memory usage per processor = 27.5396 Mbytes Step Atoms AVEKE stressZZ 17069 5000 5.3658811e-11 5905608.2 17070 -0.0116999999999936 5905518.98283148 17070 5000 5.3654868e-11 5905519 Loop time of 0.019778 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:54 2021 Pair time (%) = 0.00113797 (5.75372) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.172383) Outpt time (%) = 0.0185111 (93.5941) Other time (%) = 9.48906e-05 (0.479778) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:54 2021 Memory usage per processor = 27.5396 Mbytes Step Atoms AVEKE stressZZ 17070 5000 5.3654868e-11 5905491.1 17071 -0.0116999999999936 5905401.88824488 17071 5000 5.3650926e-11 5905401.9 Loop time of 0.0173931 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:54 2021 Pair time (%) = 0.00110412 (6.34801) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.190536) Outpt time (%) = 0.0161569 (92.8926) Other time (%) = 9.89437e-05 (0.568867) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:54 2021 Memory usage per processor = 27.5396 Mbytes Step Atoms AVEKE stressZZ 17071 5000 5.3650926e-11 5905374 17072 -0.0116999999999936 5905284.79974323 17072 5000 5.3646983e-11 5905284.8 Loop time of 0.0171192 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:54 2021 Pair time (%) = 0.00110388 (6.4482) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.197763) Outpt time (%) = 0.0158861 (92.797) Other time (%) = 9.53674e-05 (0.55708) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:54 2021 Memory usage per processor = 27.5396 Mbytes Step Atoms AVEKE stressZZ 17072 5000 5.3646983e-11 5905256.9 17073 -0.0116999999999936 5905167.717326 17073 5000 5.3643042e-11 5905167.7 Loop time of 0.017101 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:54 2021 Pair time (%) = 0.0011332 (6.62651) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.21052) Outpt time (%) = 0.0158272 (92.5509) Other time (%) = 0.000104666 (0.612043) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:54 2021 Memory usage per processor = 27.5396 Mbytes Step Atoms AVEKE stressZZ 17073 5000 5.3643042e-11 5905139.8 17074 -0.0116999999999936 5905050.64099238 17074 5000 5.36391e-11 5905050.6 Loop time of 0.017339 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:54 2021 Pair time (%) = 0.00113201 (6.5287) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.196631) Outpt time (%) = 0.0160658 (92.6573) Other time (%) = 0.00010705 (0.617394) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:54 2021 Memory usage per processor = 27.5396 Mbytes Step Atoms AVEKE stressZZ 17074 5000 5.36391e-11 5905022.8 17075 -0.0116999999999936 5904933.57074142 17075 5000 5.363516e-11 5904933.6 Loop time of 0.017338 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:54 2021 Pair time (%) = 0.001127 (6.50019) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.202142) Outpt time (%) = 0.0160658 (92.6624) Other time (%) = 0.000110149 (0.635305) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:54 2021 Memory usage per processor = 27.5396 Mbytes Step Atoms AVEKE stressZZ 17075 5000 5.363516e-11 5904905.7 17076 -0.0116999999999936 5904816.5065726 17076 5000 5.3631219e-11 5904816.5 Loop time of 0.017009 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:54 2021 Pair time (%) = 0.00110579 (6.50117) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.193437) Outpt time (%) = 0.0157721 (92.7279) Other time (%) = 9.82285e-05 (0.577508) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:54 2021 Memory usage per processor = 27.5396 Mbytes Step Atoms AVEKE stressZZ 17076 5000 5.3631219e-11 5904788.6 17077 -0.0116999999999936 5904699.44848493 17077 5000 5.3627279e-11 5904699.4 Loop time of 0.017154 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:54 2021 Pair time (%) = 0.00113678 (6.62692) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.209871) Outpt time (%) = 0.015873 (92.5322) Other time (%) = 0.000108242 (0.631003) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:54 2021 Memory usage per processor = 27.5396 Mbytes Step Atoms AVEKE stressZZ 17077 5000 5.3627279e-11 5904671.6 17078 -0.0116999999999936 5904582.39647785 17078 5000 5.362334e-11 5904582.4 Loop time of 0.0173059 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:54 2021 Pair time (%) = 0.00114894 (6.63902) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.202518) Outpt time (%) = 0.0160151 (92.5413) Other time (%) = 0.000106812 (0.617199) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:54 2021 Memory usage per processor = 27.5396 Mbytes Step Atoms AVEKE stressZZ 17078 5000 5.362334e-11 5904554.5 17079 -0.0116999999999936 5904465.35055041 17079 5000 5.3619401e-11 5904465.4 Loop time of 0.017293 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:54 2021 Pair time (%) = 0.00110412 (6.38477) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190261) Outpt time (%) = 0.0160601 (92.8707) Other time (%) = 9.58443e-05 (0.554238) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:54 2021 Memory usage per processor = 27.5396 Mbytes Step Atoms AVEKE stressZZ 17079 5000 5.3619401e-11 5904437.5 17080 -0.0116999999999936 5904348.31070199 17080 5000 5.3615462e-11 5904348.3 Loop time of 0.0194111 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:54 2021 Pair time (%) = 0.00110793 (5.70772) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.170728) Outpt time (%) = 0.0181701 (93.6069) Other time (%) = 9.98974e-05 (0.514641) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:54 2021 Memory usage per processor = 27.5396 Mbytes Step Atoms AVEKE stressZZ 17080 5000 5.3615462e-11 5904320.4 17081 -0.0116999999999936 5904231.27693177 17081 5000 5.3611524e-11 5904231.3 Loop time of 0.0170801 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:54 2021 Pair time (%) = 0.00116301 (6.80914) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205195) Outpt time (%) = 0.015775 (92.3589) Other time (%) = 0.00010705 (0.626754) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:54 2021 Memory usage per processor = 27.5396 Mbytes Step Atoms AVEKE stressZZ 17081 5000 5.3611524e-11 5904203.4 17082 -0.0116999999999936 5904114.24923905 17082 5000 5.3607586e-11 5904114.2 Loop time of 0.0171881 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:54 2021 Pair time (%) = 0.00111699 (6.49864) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192809) Outpt time (%) = 0.0159459 (92.7731) Other time (%) = 9.20296e-05 (0.535427) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:54 2021 Memory usage per processor = 27.5396 Mbytes Step Atoms AVEKE stressZZ 17082 5000 5.3607586e-11 5904086.4 17083 -0.0116999999999936 5903997.22762409 17083 5000 5.3603649e-11 5903997.2 Loop time of 0.0170889 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:54 2021 Pair time (%) = 0.001091 (6.38428) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186952) Outpt time (%) = 0.015872 (92.8791) Other time (%) = 9.39369e-05 (0.549696) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:54 2021 Memory usage per processor = 27.5396 Mbytes Step Atoms AVEKE stressZZ 17083 5000 5.3603649e-11 5903969.4 17084 -0.0116999999999936 5903880.21208541 17084 5000 5.3599712e-11 5903880.2 Loop time of 0.0166488 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:54 2021 Pair time (%) = 0.00105214 (6.31963) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.186166) Outpt time (%) = 0.0154719 (92.9314) Other time (%) = 9.36985e-05 (0.562795) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:54 2021 Memory usage per processor = 27.5396 Mbytes Step Atoms AVEKE stressZZ 17084 5000 5.3599712e-11 5903852.3 17085 -0.0116999999999936 5903763.20262198 17085 5000 5.3595776e-11 5903763.2 Loop time of 0.017103 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:54 2021 Pair time (%) = 0.00146008 (8.53698) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.210497) Outpt time (%) = 0.015445 (90.306) Other time (%) = 0.000161886 (0.946539) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:54 2021 Memory usage per processor = 27.5396 Mbytes Step Atoms AVEKE stressZZ 17085 5000 5.3595776e-11 5903735.3 17086 -0.0116999999999936 5903646.19923314 17086 5000 5.359184e-11 5903646.2 Loop time of 0.0172091 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:54 2021 Pair time (%) = 0.00114012 (6.6251) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192574) Outpt time (%) = 0.0159121 (92.4633) Other time (%) = 0.000123739 (0.719036) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:54 2021 Memory usage per processor = 27.5396 Mbytes Step Atoms AVEKE stressZZ 17086 5000 5.359184e-11 5903618.3 17087 -0.0116999999999936 5903529.20191801 17087 5000 5.3587905e-11 5903529.2 Loop time of 0.0167379 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:54 2021 Pair time (%) = 0.0010891 (6.50675) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190872) Outpt time (%) = 0.0155239 (92.7469) Other time (%) = 9.29832e-05 (0.555524) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:54 2021 Memory usage per processor = 27.5396 Mbytes Step Atoms AVEKE stressZZ 17087 5000 5.3587905e-11 5903501.3 17088 -0.0116999999999936 5903412.21067595 17088 5000 5.358397e-11 5903412.2 Loop time of 0.0165079 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:54 2021 Pair time (%) = 0.00109601 (6.63932) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.206531) Outpt time (%) = 0.0152478 (92.367) Other time (%) = 0.000129938 (0.787129) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:54 2021 Memory usage per processor = 27.5396 Mbytes Step Atoms AVEKE stressZZ 17088 5000 5.358397e-11 5903384.3 17089 -0.0116999999999936 5903295.2255503 17089 5000 5.3580035e-11 5903295.2 Loop time of 0.0170681 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:54 2021 Pair time (%) = 0.00114417 (6.70354) Neigh time (%) = 0 (0) Comm time (%) = 4.98295e-05 (0.291944) Outpt time (%) = 0.015738 (92.2069) Other time (%) = 0.000136137 (0.797609) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:54 2021 Memory usage per processor = 27.5396 Mbytes Step Atoms AVEKE stressZZ 17089 5000 5.3580035e-11 5903267.4 17090 -0.0116999999999936 5903178.2465361 17090 5000 5.3576101e-11 5903178.2 Loop time of 0.019578 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:54 2021 Pair time (%) = 0.001091 (5.5726) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.164402) Outpt time (%) = 0.018362 (93.7893) Other time (%) = 9.27448e-05 (0.47372) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:54 2021 Memory usage per processor = 27.5396 Mbytes Step Atoms AVEKE stressZZ 17090 5000 5.3576101e-11 5903150.4 17091 -0.0116999999999936 5903061.2736181 17091 5000 5.3572167e-11 5903061.3 Loop time of 0.0165508 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:54 2021 Pair time (%) = 0.00105405 (6.36857) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193031) Outpt time (%) = 0.015373 (92.8838) Other time (%) = 9.17912e-05 (0.554603) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:54 2021 Memory usage per processor = 27.5396 Mbytes Step Atoms AVEKE stressZZ 17091 5000 5.3572167e-11 5903033.4 17092 -0.0116999999999936 5902944.30678773 17092 5000 5.3568234e-11 5902944.3 Loop time of 0.0167611 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:54 2021 Pair time (%) = 0.00120497 (7.18909) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209101) Outpt time (%) = 0.0154071 (91.9219) Other time (%) = 0.000113964 (0.679933) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:54 2021 Memory usage per processor = 27.5396 Mbytes Step Atoms AVEKE stressZZ 17092 5000 5.3568234e-11 5902916.4 17093 -0.0116999999999936 5902827.34604284 17093 5000 5.3564301e-11 5902827.3 Loop time of 0.0172629 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:54 2021 Pair time (%) = 0.001055 (6.11137) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.186449) Outpt time (%) = 0.0160849 (93.176) Other time (%) = 9.08375e-05 (0.526199) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:54 2021 Memory usage per processor = 27.5396 Mbytes Step Atoms AVEKE stressZZ 17093 5000 5.3564301e-11 5902799.5 17094 -0.0116999999999936 5902710.39138165 17094 5000 5.3560369e-11 5902710.4 Loop time of 0.016943 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:54 2021 Pair time (%) = 0.00105286 (6.21412) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.182934) Outpt time (%) = 0.015764 (93.0415) Other time (%) = 9.5129e-05 (0.561466) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:54 2021 Memory usage per processor = 27.5396 Mbytes Step Atoms AVEKE stressZZ 17094 5000 5.3560369e-11 5902682.5 17095 -0.0116999999999936 5902593.44280201 17095 5000 5.3556437e-11 5902593.4 Loop time of 0.0169089 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:54 2021 Pair time (%) = 0.001055 (6.23934) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.194583) Outpt time (%) = 0.0156779 (92.7201) Other time (%) = 0.000143051 (0.846012) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:54 2021 Memory usage per processor = 27.5396 Mbytes Step Atoms AVEKE stressZZ 17095 5000 5.3556437e-11 5902565.6 17096 -0.0116999999999936 5902476.5003023 17096 5000 5.3552505e-11 5902476.5 Loop time of 0.017236 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:54 2021 Pair time (%) = 0.00119305 (6.92183) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.19089) Outpt time (%) = 0.0159049 (92.2773) Other time (%) = 0.000105143 (0.610018) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:54 2021 Memory usage per processor = 27.5396 Mbytes Step Atoms AVEKE stressZZ 17096 5000 5.3552505e-11 5902448.6 17097 -0.0116999999999936 5902359.56388084 17097 5000 5.3548574e-11 5902359.6 Loop time of 0.0170569 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:54 2021 Pair time (%) = 0.00105214 (6.1684) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187303) Outpt time (%) = 0.0158799 (93.0992) Other time (%) = 9.29832e-05 (0.545134) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:54 2021 Memory usage per processor = 27.5396 Mbytes Step Atoms AVEKE stressZZ 17097 5000 5.3548574e-11 5902331.7 17098 -0.0116999999999936 5902242.63353646 17098 5000 5.3544644e-11 5902242.6 Loop time of 0.0164812 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:54 2021 Pair time (%) = 0.00105214 (6.3839) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193846) Outpt time (%) = 0.0153041 (92.8581) Other time (%) = 9.29832e-05 (0.564179) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:54 2021 Memory usage per processor = 27.5396 Mbytes Step Atoms AVEKE stressZZ 17098 5000 5.3544644e-11 5902214.8 17099 -0.0116999999999936 5902125.7092677 17099 5000 5.3540714e-11 5902125.7 Loop time of 0.016331 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:54 2021 Pair time (%) = 0.00110102 (6.7419) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.195629) Outpt time (%) = 0.01511 (92.5238) Other time (%) = 8.79765e-05 (0.53871) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:54 2021 Memory usage per processor = 27.5396 Mbytes Step Atoms AVEKE stressZZ 17099 5000 5.3540714e-11 5902097.9 17100 -0.0116999999999936 5902008.79107346 17100 5000 5.3536784e-11 5902008.8 Loop time of 0.0186989 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:54 2021 Pair time (%) = 0.00105405 (5.63695) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.170855) Outpt time (%) = 0.017524 (93.7166) Other time (%) = 8.89301e-05 (0.475589) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:54 2021 Memory usage per processor = 27.5396 Mbytes Step Atoms AVEKE stressZZ 17100 5000 5.3536784e-11 5901980.9 17101 -0.0116999999999936 5901891.87895256 17101 5000 5.3532855e-11 5901891.9 Loop time of 0.017699 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:55 2021 Pair time (%) = 0.00128198 (7.24321) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.17512) Outpt time (%) = 0.0162802 (91.9836) Other time (%) = 0.000105858 (0.598101) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:55 2021 Memory usage per processor = 27.5396 Mbytes Step Atoms AVEKE stressZZ 17101 5000 5.3532855e-11 5901864 17102 -0.0116999999999936 5901774.97290391 17102 5000 5.3528926e-11 5901775 Loop time of 0.0171151 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:55 2021 Pair time (%) = 0.0011189 (6.53749) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192238) Outpt time (%) = 0.015862 (92.6782) Other time (%) = 0.000101328 (0.592037) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:55 2021 Memory usage per processor = 27.5396 Mbytes Step Atoms AVEKE stressZZ 17102 5000 5.3528926e-11 5901747.1 17103 -0.0116999999999936 5901658.07292648 17103 5000 5.3524997e-11 5901658.1 Loop time of 0.0167809 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:55 2021 Pair time (%) = 0.0010519 (6.26847) Neigh time (%) = 0 (0) Comm time (%) = 4.48227e-05 (0.267106) Outpt time (%) = 0.0155718 (92.7952) Other time (%) = 0.000112295 (0.669186) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:55 2021 Memory usage per processor = 27.5396 Mbytes Step Atoms AVEKE stressZZ 17103 5000 5.3524997e-11 5901630.2 17104 -0.0116999999999936 5901541.17901927 17104 5000 5.352107e-11 5901541.2 Loop time of 0.0167532 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:55 2021 Pair time (%) = 0.00129795 (7.74748) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.207776) Outpt time (%) = 0.01528 (91.2065) Other time (%) = 0.000140429 (0.838219) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:55 2021 Memory usage per processor = 27.5396 Mbytes Step Atoms AVEKE stressZZ 17104 5000 5.352107e-11 5901513.3 17105 -0.0116999999999936 5901424.29118122 17105 5000 5.3517142e-11 5901424.3 Loop time of 0.017345 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:55 2021 Pair time (%) = 0.00105095 (6.05911) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189691) Outpt time (%) = 0.0161619 (93.1794) Other time (%) = 9.91821e-05 (0.571821) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:55 2021 Memory usage per processor = 27.5396 Mbytes Step Atoms AVEKE stressZZ 17105 5000 5.3517142e-11 5901396.4 17106 -0.0116999999999936 5901307.40941155 17106 5000 5.3513215e-11 5901307.4 Loop time of 0.0171669 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:55 2021 Pair time (%) = 0.00113893 (6.63445) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193048) Outpt time (%) = 0.015893 (92.5795) Other time (%) = 0.000101805 (0.593031) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:55 2021 Memory usage per processor = 27.5396 Mbytes Step Atoms AVEKE stressZZ 17106 5000 5.3513215e-11 5901279.6 17107 -0.0116999999999936 5901190.53370915 17107 5000 5.3509288e-11 5901190.5 Loop time of 0.0166299 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:55 2021 Pair time (%) = 0.00105 (6.31389) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.193546) Outpt time (%) = 0.015455 (92.9349) Other time (%) = 9.27448e-05 (0.557698) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:55 2021 Memory usage per processor = 27.5396 Mbytes Step Atoms AVEKE stressZZ 17107 5000 5.3509288e-11 5901162.7 17108 -0.0116999999999936 5901073.66407322 17108 5000 5.3505362e-11 5901073.7 Loop time of 0.0171199 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:55 2021 Pair time (%) = 0.00128102 (7.48266) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.199148) Outpt time (%) = 0.015698 (91.6943) Other time (%) = 0.000106812 (0.623903) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:55 2021 Memory usage per processor = 27.5396 Mbytes Step Atoms AVEKE stressZZ 17108 5000 5.3505362e-11 5901045.8 17109 -0.0116999999999936 5900956.80050289 17109 5000 5.3501437e-11 5900956.8 Loop time of 0.0170698 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:55 2021 Pair time (%) = 0.00105309 (6.16934) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187161) Outpt time (%) = 0.015892 (93.1002) Other time (%) = 9.27448e-05 (0.543326) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:24:55 2021 Memory usage per processor = 27.5396 Mbytes Step Atoms AVEKE stressZZ 17109 5000 5.3501437e-11 5900929 17110 -0.0116999999999936 5900822.19613732 17110 5000 1.0564092e-10 5901016.2 Loop time of 0.0184519 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:55 2021 Pair time (%) = 0.00105381 (5.71111) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.174434) Outpt time (%) = 0.0172501 (93.4865) Other time (%) = 0.000115871 (0.627964) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:55 2021 Memory usage per processor = 27.5396 Mbytes Step Atoms AVEKE stressZZ 17110 5000 1.0564092e-10 5959205.2 17111 -0.0117324999999936 5959087.49358655 17111 5000 8.5043383e-11 5959087.5 Loop time of 0.0163698 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:55 2021 Pair time (%) = 0.00110888 (6.77396) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.206816) Outpt time (%) = 0.0151238 (92.3886) Other time (%) = 0.000103235 (0.630644) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:55 2021 Memory usage per processor = 27.5396 Mbytes Step Atoms AVEKE stressZZ 17111 5000 8.5043383e-11 5959049.9 17112 -0.0117324999999936 5958942.28970662 17112 5000 7.3112033e-11 5958942.3 Loop time of 0.0170631 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:55 2021 Pair time (%) = 0.00116587 (6.83266) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192824) Outpt time (%) = 0.0157518 (92.315) Other time (%) = 0.000112534 (0.659513) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:55 2021 Memory usage per processor = 27.5396 Mbytes Step Atoms AVEKE stressZZ 17112 5000 7.3112033e-11 5958908.1 17113 -0.0117324999999936 5958806.89627096 17113 5000 6.5996653e-11 5958806.9 Loop time of 0.016901 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:55 2021 Pair time (%) = 0.00105286 (6.22955) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.189031) Outpt time (%) = 0.0157099 (92.9523) Other time (%) = 0.000106335 (0.629161) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:55 2021 Memory usage per processor = 27.5396 Mbytes Step Atoms AVEKE stressZZ 17113 5000 6.5996653e-11 5958774.9 17114 -0.0117324999999936 5958677.73970646 17114 5000 6.1662576e-11 5958677.7 Loop time of 0.016516 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:55 2021 Pair time (%) = 0.00110912 (6.71546) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193438) Outpt time (%) = 0.0152831 (92.5353) Other time (%) = 9.17912e-05 (0.555772) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:55 2021 Memory usage per processor = 27.5396 Mbytes Step Atoms AVEKE stressZZ 17114 5000 6.1662576e-11 5958647.1 17115 -0.0117324999999936 5958552.54899436 17115 5000 5.8983231e-11 5958552.5 Loop time of 0.0170529 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:55 2021 Pair time (%) = 0.00141788 (8.31458) Neigh time (%) = 0 (0) Comm time (%) = 5.00679e-05 (0.293604) Outpt time (%) = 0.0153799 (90.1894) Other time (%) = 0.00020504 (1.20238) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:55 2021 Memory usage per processor = 27.5396 Mbytes Step Atoms AVEKE stressZZ 17115 5000 5.8983231e-11 5958522.8 17116 -0.0117324999999936 5958429.88093192 17116 5000 5.7309914e-11 5958429.9 Loop time of 0.017189 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:55 2021 Pair time (%) = 0.00105381 (6.13071) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185863) Outpt time (%) = 0.01601 (93.1411) Other time (%) = 9.32217e-05 (0.542332) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:55 2021 Memory usage per processor = 27.5396 Mbytes Step Atoms AVEKE stressZZ 17116 5000 5.7309914e-11 5958400.7 17117 -0.0117324999999936 5958308.81826987 17117 5000 5.6257529e-11 5958308.8 Loop time of 0.016988 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:55 2021 Pair time (%) = 0.001055 (6.21026) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.189466) Outpt time (%) = 0.0158091 (93.0599) Other time (%) = 9.17912e-05 (0.540328) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:55 2021 Memory usage per processor = 27.5396 Mbytes Step Atoms AVEKE stressZZ 17117 5000 5.6257529e-11 5958280 17118 -0.0117324999999936 5958188.77809725 17118 5000 5.5592314e-11 5958188.8 Loop time of 0.017149 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:55 2021 Pair time (%) = 0.00107002 (6.23957) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.273885) Outpt time (%) = 0.0159142 (92.7997) Other time (%) = 0.000117779 (0.686798) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:55 2021 Memory usage per processor = 27.5396 Mbytes Step Atoms AVEKE stressZZ 17118 5000 5.5592314e-11 5958160.2 17119 -0.0117324999999936 5958069.38996978 17119 5000 5.5170145e-11 5958069.4 Loop time of 0.0170991 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:55 2021 Pair time (%) = 0.00122309 (7.15292) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.210544) Outpt time (%) = 0.0157371 (92.0342) Other time (%) = 0.000102997 (0.602351) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:55 2021 Memory usage per processor = 27.5396 Mbytes Step Atoms AVEKE stressZZ 17119 5000 5.5170145e-11 5958040.9 17120 -0.0117324999999936 5957950.4184657 17120 5000 5.4901217e-11 5957950.4 Loop time of 0.019778 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:55 2021 Pair time (%) = 0.00105095 (5.31372) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.161533) Outpt time (%) = 0.0186019 (94.0534) Other time (%) = 9.32217e-05 (0.47134) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:55 2021 Memory usage per processor = 27.5397 Mbytes Step Atoms AVEKE stressZZ 17120 5000 5.4901217e-11 5957922 17121 -0.0117324999999936 5957831.71397129 17121 5000 5.4729186e-11 5957831.7 Loop time of 0.016885 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:55 2021 Pair time (%) = 0.00105405 (6.2425) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.189209) Outpt time (%) = 0.0157061 (93.0176) Other time (%) = 9.29832e-05 (0.550684) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:55 2021 Memory usage per processor = 27.5397 Mbytes Step Atoms AVEKE stressZZ 17121 5000 5.4729186e-11 5957803.4 17122 -0.0117324999999936 5957713.18140507 17122 5000 5.4618535e-11 5957713.2 Loop time of 0.0167079 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:55 2021 Pair time (%) = 0.00119901 (7.17629) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209766) Outpt time (%) = 0.0153699 (91.9918) Other time (%) = 0.000103951 (0.622164) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:55 2021 Memory usage per processor = 27.5397 Mbytes Step Atoms AVEKE stressZZ 17122 5000 5.4618535e-11 5957684.9 17123 -0.0117324999999936 5957594.76051385 17123 5000 5.454681e-11 5957594.8 Loop time of 0.0175622 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:55 2021 Pair time (%) = 0.00117111 (6.66839) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.188702) Outpt time (%) = 0.0162561 (92.5632) Other time (%) = 0.000101805 (0.579683) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:55 2021 Memory usage per processor = 27.5397 Mbytes Step Atoms AVEKE stressZZ 17123 5000 5.454681e-11 5957566.5 17124 -0.0117324999999936 5957476.41293337 17124 5000 5.4499791e-11 5957476.4 Loop time of 0.0170031 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:55 2021 Pair time (%) = 0.00106406 (6.25806) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187896) Outpt time (%) = 0.015816 (93.0184) Other time (%) = 9.10759e-05 (0.535644) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:55 2021 Memory usage per processor = 27.5397 Mbytes Step Atoms AVEKE stressZZ 17124 5000 5.4499791e-11 5957448.2 17125 -0.0117324999999936 5957358.11417208 17125 5000 5.446846e-11 5957358.1 Loop time of 0.0164192 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:55 2021 Pair time (%) = 0.0010519 (6.40655) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.18877) Outpt time (%) = 0.0152431 (92.8369) Other time (%) = 9.32217e-05 (0.567761) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:55 2021 Memory usage per processor = 27.5397 Mbytes Step Atoms AVEKE stressZZ 17125 5000 5.446846e-11 5957329.9 17126 -0.0117324999999936 5957239.84869442 17126 5000 5.4447093e-11 5957239.8 Loop time of 0.0173151 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:55 2021 Pair time (%) = 0.00141287 (8.15972) Neigh time (%) = 0 (0) Comm time (%) = 7.79629e-05 (0.450258) Outpt time (%) = 0.015641 (90.3312) Other time (%) = 0.000183344 (1.05886) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:55 2021 Memory usage per processor = 27.5397 Mbytes Step Atoms AVEKE stressZZ 17126 5000 5.4447093e-11 5957211.6 17127 -0.0117324999999936 5957121.60662872 17127 5000 5.4432056e-11 5957121.6 Loop time of 0.0172689 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:55 2021 Pair time (%) = 0.00105596 (6.11479) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185004) Outpt time (%) = 0.016089 (93.1673) Other time (%) = 9.20296e-05 (0.532921) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:55 2021 Memory usage per processor = 27.5397 Mbytes Step Atoms AVEKE stressZZ 17127 5000 5.4432056e-11 5957093.4 17128 -0.0117324999999936 5957003.3817007 17128 5000 5.4421042e-11 5957003.4 Loop time of 0.0166571 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:55 2021 Pair time (%) = 0.00105596 (6.33937) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191798) Outpt time (%) = 0.0154831 (92.9521) Other time (%) = 8.60691e-05 (0.516711) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:55 2021 Memory usage per processor = 27.5397 Mbytes Step Atoms AVEKE stressZZ 17128 5000 5.4421042e-11 5956975.2 17129 -0.0117324999999936 5956885.16991791 17129 5000 5.4412584e-11 5956885.2 Loop time of 0.016608 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:55 2021 Pair time (%) = 0.00113392 (6.82755) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.198108) Outpt time (%) = 0.0153379 (92.3527) Other time (%) = 0.000103235 (0.6216) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:55 2021 Memory usage per processor = 27.5397 Mbytes Step Atoms AVEKE stressZZ 17129 5000 5.4412584e-11 5956857 17130 -0.0117324999999936 5956766.96873647 17130 5000 5.440575e-11 5956767 Loop time of 0.0196152 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:55 2021 Pair time (%) = 0.00114799 (5.85254) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.173814) Outpt time (%) = 0.0183029 (93.31) Other time (%) = 0.000130177 (0.663652) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:55 2021 Memory usage per processor = 27.5397 Mbytes Step Atoms AVEKE stressZZ 17130 5000 5.440575e-11 5956738.8 17131 -0.0117324999999936 5956648.77655322 17131 5000 5.4399948e-11 5956648.8 Loop time of 0.0172281 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:55 2021 Pair time (%) = 0.0010941 (6.35068) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185441) Outpt time (%) = 0.0160091 (92.9242) Other time (%) = 9.29832e-05 (0.539718) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:55 2021 Memory usage per processor = 27.5397 Mbytes Step Atoms AVEKE stressZZ 17131 5000 5.4399948e-11 5956620.6 17132 -0.0117324999999936 5956530.59234206 17132 5000 5.4394803e-11 5956530.6 Loop time of 0.016685 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:55 2021 Pair time (%) = 0.00105 (6.29305) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.192907) Outpt time (%) = 0.0155101 (92.9582) Other time (%) = 9.27448e-05 (0.555857) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:55 2021 Memory usage per processor = 27.5397 Mbytes Step Atoms AVEKE stressZZ 17132 5000 5.4394803e-11 5956502.4 17133 -0.0117324999999936 5956412.41544987 17133 5000 5.4390075e-11 5956412.4 Loop time of 0.0166581 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:55 2021 Pair time (%) = 0.00115609 (6.94013) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.229) Outpt time (%) = 0.015341 (92.0938) Other time (%) = 0.000122786 (0.737094) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:55 2021 Memory usage per processor = 27.5397 Mbytes Step Atoms AVEKE stressZZ 17133 5000 5.4390075e-11 5956384.2 17134 -0.0117324999999936 5956294.24545546 17134 5000 5.4385612e-11 5956294.2 Loop time of 0.0172429 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:55 2021 Pair time (%) = 0.00105405 (6.11294) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185282) Outpt time (%) = 0.0160661 (93.175) Other time (%) = 9.08375e-05 (0.526811) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:55 2021 Memory usage per processor = 27.5397 Mbytes Step Atoms AVEKE stressZZ 17134 5000 5.4385612e-11 5956266 17135 -0.0117324999999936 5956176.08208417 17135 5000 5.4381318e-11 5956176.1 Loop time of 0.0170081 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:55 2021 Pair time (%) = 0.00109696 (6.44967) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187841) Outpt time (%) = 0.0157862 (92.8158) Other time (%) = 9.29832e-05 (0.546701) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:55 2021 Memory usage per processor = 27.5397 Mbytes Step Atoms AVEKE stressZZ 17135 5000 5.4381318e-11 5956147.9 17136 -0.0117324999999936 5956057.92517974 17136 5000 5.4377131e-11 5956057.9 Loop time of 0.016602 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:55 2021 Pair time (%) = 0.00107312 (6.4638) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.282908) Outpt time (%) = 0.0153639 (92.5424) Other time (%) = 0.000118017 (0.71086) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:55 2021 Memory usage per processor = 27.5397 Mbytes Step Atoms AVEKE stressZZ 17136 5000 5.4377131e-11 5956029.7 17137 -0.0117324999999936 5955939.77463378 17137 5000 5.4373013e-11 5955939.8 Loop time of 0.0170231 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:55 2021 Pair time (%) = 0.00113702 (6.67927) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.194678) Outpt time (%) = 0.015744 (92.486) Other time (%) = 0.000108957 (0.640056) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:55 2021 Memory usage per processor = 27.5397 Mbytes Step Atoms AVEKE stressZZ 17137 5000 5.4373013e-11 5955911.6 17138 -0.0117324999999936 5955821.63037665 17138 5000 5.4368938e-11 5955821.6 Loop time of 0.01722 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:55 2021 Pair time (%) = 0.00110292 (6.4049) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191067) Outpt time (%) = 0.015985 (92.8281) Other time (%) = 9.91821e-05 (0.57597) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:55 2021 Memory usage per processor = 27.5397 Mbytes Step Atoms AVEKE stressZZ 17138 5000 5.4368938e-11 5955793.4 17139 -0.0117324999999936 5955703.49234714 17139 5000 5.4364891e-11 5955703.5 Loop time of 0.0168011 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:55 2021 Pair time (%) = 0.00105405 (6.27368) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190155) Outpt time (%) = 0.0155721 (92.6847) Other time (%) = 0.000143051 (0.851438) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:55 2021 Memory usage per processor = 27.5397 Mbytes Step Atoms AVEKE stressZZ 17139 5000 5.4364891e-11 5955675.3 17140 -0.0117324999999936 5955585.36050123 17140 5000 5.4360862e-11 5955585.4 Loop time of 0.0191691 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:55 2021 Pair time (%) = 0.00109196 (5.69645) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.177858) Outpt time (%) = 0.0179422 (93.5996) Other time (%) = 0.000100851 (0.526113) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:55 2021 Memory usage per processor = 27.5397 Mbytes Step Atoms AVEKE stressZZ 17140 5000 5.4360862e-11 5955557.2 17141 -0.0117324999999936 5955467.23484904 17141 5000 5.4356845e-11 5955467.2 Loop time of 0.0173361 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:55 2021 Pair time (%) = 0.00117111 (6.75533) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191163) Outpt time (%) = 0.0160301 (92.4663) Other time (%) = 0.000101805 (0.58724) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:55 2021 Memory usage per processor = 27.5397 Mbytes Step Atoms AVEKE stressZZ 17141 5000 5.4356845e-11 5955439 17142 -0.0117324999999936 5955349.11537801 17142 5000 5.4352835e-11 5955349.1 Loop time of 0.016413 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:55 2021 Pair time (%) = 0.00105405 (6.42205) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.196104) Outpt time (%) = 0.0152349 (92.8226) Other time (%) = 9.17912e-05 (0.55926) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:55 2021 Memory usage per processor = 27.5397 Mbytes Step Atoms AVEKE stressZZ 17142 5000 5.4352835e-11 5955320.9 17143 -0.0117324999999936 5955231.00207929 17143 5000 5.434883e-11 5955231 Loop time of 0.016449 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:55 2021 Pair time (%) = 0.00105691 (6.42538) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194225) Outpt time (%) = 0.0152709 (92.8383) Other time (%) = 8.91685e-05 (0.542092) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:55 2021 Memory usage per processor = 27.5397 Mbytes Step Atoms AVEKE stressZZ 17143 5000 5.434883e-11 5955202.8 17144 -0.0117324999999936 5955112.89494688 17144 5000 5.4344828e-11 5955112.9 Loop time of 0.0167031 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:56 2021 Pair time (%) = 0.00105309 (6.30478) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.185561) Outpt time (%) = 0.0155289 (92.9701) Other time (%) = 9.01222e-05 (0.539553) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:56 2021 Memory usage per processor = 27.5397 Mbytes Step Atoms AVEKE stressZZ 17144 5000 5.4344828e-11 5955084.7 17145 -0.0117324999999936 5954994.79397755 17145 5000 5.4340829e-11 5954994.8 Loop time of 0.016994 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:56 2021 Pair time (%) = 0.00114083 (6.71315) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.200623) Outpt time (%) = 0.0157149 (92.4731) Other time (%) = 0.000104189 (0.613092) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:56 2021 Memory usage per processor = 27.5397 Mbytes Step Atoms AVEKE stressZZ 17145 5000 5.4340829e-11 5954966.6 17146 -0.0117324999999936 5954876.69924422 17146 5000 5.4336831e-11 5954876.7 Loop time of 0.0173061 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:56 2021 Pair time (%) = 0.00108504 (6.26972) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184606) Outpt time (%) = 0.0160542 (92.7659) Other time (%) = 0.000134945 (0.779754) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:56 2021 Memory usage per processor = 27.5397 Mbytes Step Atoms AVEKE stressZZ 17146 5000 5.4336831e-11 5954848.5 17147 -0.0117324999999936 5954758.61072447 17147 5000 5.4332834e-11 5954758.6 Loop time of 0.0175252 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:56 2021 Pair time (%) = 0.00109601 (6.25391) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182298) Outpt time (%) = 0.0162761 (92.8727) Other time (%) = 0.000121117 (0.6911) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:56 2021 Memory usage per processor = 27.5397 Mbytes Step Atoms AVEKE stressZZ 17147 5000 5.4332834e-11 5954730.4 17148 -0.0117324999999936 5954640.52839738 17148 5000 5.4328838e-11 5954640.5 Loop time of 0.016715 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:56 2021 Pair time (%) = 0.00110602 (6.61693) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.196839) Outpt time (%) = 0.0154819 (92.6228) Other time (%) = 9.41753e-05 (0.563416) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:56 2021 Memory usage per processor = 27.5397 Mbytes Step Atoms AVEKE stressZZ 17148 5000 5.4328838e-11 5954612.3 17149 -0.0117324999999936 5954522.45225404 17149 5000 5.4324844e-11 5954522.5 Loop time of 0.017215 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:56 2021 Pair time (%) = 0.00144601 (8.3997) Neigh time (%) = 0 (0) Comm time (%) = 7.20024e-05 (0.418254) Outpt time (%) = 0.0155311 (90.2181) Other time (%) = 0.000165939 (0.963922) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:56 2021 Memory usage per processor = 27.5397 Mbytes Step Atoms AVEKE stressZZ 17149 5000 5.4324844e-11 5954494.2 17150 -0.0117324999999936 5954404.38228851 17150 5000 5.4320849e-11 5954404.4 Loop time of 0.0197849 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:56 2021 Pair time (%) = 0.00118399 (5.98429) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.166297) Outpt time (%) = 0.0184309 (93.1565) Other time (%) = 0.000137091 (0.692905) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:56 2021 Memory usage per processor = 27.5397 Mbytes Step Atoms AVEKE stressZZ 17150 5000 5.4320849e-11 5954376.2 17151 -0.0117324999999936 5954286.31849655 17151 5000 5.4316855e-11 5954286.3 Loop time of 0.017154 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:56 2021 Pair time (%) = 0.00105095 (6.12656) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180684) Outpt time (%) = 0.0159791 (93.1507) Other time (%) = 9.29832e-05 (0.542051) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:56 2021 Memory usage per processor = 27.5397 Mbytes Step Atoms AVEKE stressZZ 17151 5000 5.4316855e-11 5954258.1 17152 -0.0117324999999936 5954168.26087467 17152 5000 5.4312862e-11 5954168.3 Loop time of 0.0164659 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:56 2021 Pair time (%) = 0.00105786 (6.42457) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194026) Outpt time (%) = 0.015281 (92.8037) Other time (%) = 9.5129e-05 (0.577733) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:56 2021 Memory usage per processor = 27.5397 Mbytes Step Atoms AVEKE stressZZ 17152 5000 5.4312862e-11 5954140.1 17153 -0.0117324999999936 5954050.2094133 17153 5000 5.4308869e-11 5954050.2 Loop time of 0.0171041 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:56 2021 Pair time (%) = 0.0014379 (8.40675) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.228603) Outpt time (%) = 0.0154829 (90.5213) Other time (%) = 0.000144243 (0.843323) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:56 2021 Memory usage per processor = 27.5397 Mbytes Step Atoms AVEKE stressZZ 17153 5000 5.4308869e-11 5954022 17154 -0.0117324999999936 5953932.16410557 17154 5000 5.4304877e-11 5953932.2 Loop time of 0.0169811 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:56 2021 Pair time (%) = 0.00105691 (6.22403) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.189543) Outpt time (%) = 0.0157549 (92.7791) Other time (%) = 0.000137091 (0.807312) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:56 2021 Memory usage per processor = 27.5397 Mbytes Step Atoms AVEKE stressZZ 17154 5000 5.4304877e-11 5953904 17155 -0.0117324999999936 5953814.12495835 17155 5000 5.4300885e-11 5953814.1 Loop time of 0.016695 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:56 2021 Pair time (%) = 0.00105 (6.28927) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.185651) Outpt time (%) = 0.015518 (92.9496) Other time (%) = 9.60827e-05 (0.575517) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:56 2021 Memory usage per processor = 27.5397 Mbytes Step Atoms AVEKE stressZZ 17155 5000 5.4300885e-11 5953785.9 17156 -0.0117324999999936 5953696.09196956 17156 5000 5.4296894e-11 5953696.1 Loop time of 0.0165331 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:56 2021 Pair time (%) = 0.00109291 (6.61043) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.199005) Outpt time (%) = 0.015306 (92.5777) Other time (%) = 0.000101328 (0.612878) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:56 2021 Memory usage per processor = 27.5397 Mbytes Step Atoms AVEKE stressZZ 17156 5000 5.4296894e-11 5953667.9 17157 -0.0117324999999936 5953578.06513755 17157 5000 5.4292903e-11 5953578.1 Loop time of 0.017117 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:56 2021 Pair time (%) = 0.00116205 (6.78887) Neigh time (%) = 0 (0) Comm time (%) = 5.19753e-05 (0.303647) Outpt time (%) = 0.015789 (92.2417) Other time (%) = 0.000113964 (0.665794) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:56 2021 Memory usage per processor = 27.5397 Mbytes Step Atoms AVEKE stressZZ 17157 5000 5.4292903e-11 5953549.9 17158 -0.0117324999999936 5953460.04446069 17158 5000 5.4288913e-11 5953460 Loop time of 0.0172861 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:56 2021 Pair time (%) = 0.00117087 (6.77351) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18482) Outpt time (%) = 0.0159781 (92.4334) Other time (%) = 0.000105143 (0.608251) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:56 2021 Memory usage per processor = 27.5397 Mbytes Step Atoms AVEKE stressZZ 17158 5000 5.4288913e-11 5953431.8 17159 -0.0117324999999936 5953342.02993716 17159 5000 5.4284923e-11 5953342 Loop time of 0.0165222 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:56 2021 Pair time (%) = 0.00105309 (6.37383) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.187593) Outpt time (%) = 0.0153432 (92.8643) Other time (%) = 9.48906e-05 (0.574323) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:56 2021 Memory usage per processor = 27.5397 Mbytes Step Atoms AVEKE stressZZ 17159 5000 5.4284923e-11 5953313.8 17160 -0.0117324999999936 5953224.02156565 17160 5000 5.4280933e-11 5953224 Loop time of 0.019455 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:56 2021 Pair time (%) = 0.00128698 (6.6152) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.180147) Outpt time (%) = 0.0179958 (92.5) Other time (%) = 0.000137091 (0.704657) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:56 2021 Memory usage per processor = 27.5397 Mbytes Step Atoms AVEKE stressZZ 17160 5000 5.4280933e-11 5953195.8 17161 -0.0117324999999936 5953106.0193445 17161 5000 5.4276944e-11 5953106 Loop time of 0.017257 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:56 2021 Pair time (%) = 0.00114894 (6.65782) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.203092) Outpt time (%) = 0.015933 (92.3281) Other time (%) = 0.000139952 (0.810986) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:56 2021 Memory usage per processor = 27.5397 Mbytes Step Atoms AVEKE stressZZ 17161 5000 5.4276944e-11 5953077.8 17162 -0.0117324999999936 5952988.02327241 17162 5000 5.4272956e-11 5952988 Loop time of 0.0173419 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:56 2021 Pair time (%) = 0.00105619 (6.09044) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184225) Outpt time (%) = 0.0161619 (93.196) Other time (%) = 9.17912e-05 (0.529304) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:56 2021 Memory usage per processor = 27.5397 Mbytes Step Atoms AVEKE stressZZ 17162 5000 5.4272956e-11 5952959.8 17163 -0.0117324999999936 5952870.03334793 17163 5000 5.4268968e-11 5952870 Loop time of 0.01666 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:56 2021 Pair time (%) = 0.00105906 (6.35688) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.281924) Outpt time (%) = 0.0153959 (92.4124) Other time (%) = 0.000158072 (0.94881) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:56 2021 Memory usage per processor = 27.5397 Mbytes Step Atoms AVEKE stressZZ 17163 5000 5.4268968e-11 5952841.8 17164 -0.0117324999999936 5952752.04956987 17164 5000 5.426498e-11 5952752 Loop time of 0.016906 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:56 2021 Pair time (%) = 0.00126791 (7.49975) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.212949) Outpt time (%) = 0.0154431 (91.3467) Other time (%) = 0.000159025 (0.940642) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:56 2021 Memory usage per processor = 27.5397 Mbytes Step Atoms AVEKE stressZZ 17164 5000 5.426498e-11 5952723.9 17165 -0.0117324999999936 5952634.07193689 17165 5000 5.4260993e-11 5952634.1 Loop time of 0.017185 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:56 2021 Pair time (%) = 0.00105786 (6.15575) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185907) Outpt time (%) = 0.0160031 (93.1228) Other time (%) = 9.20296e-05 (0.535524) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:56 2021 Memory usage per processor = 27.5397 Mbytes Step Atoms AVEKE stressZZ 17165 5000 5.4260993e-11 5952605.9 17166 -0.0117324999999936 5952516.10044773 17166 5000 5.4257006e-11 5952516.1 Loop time of 0.0172629 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:56 2021 Pair time (%) = 0.00113511 (6.57542) Neigh time (%) = 0 (0) Comm time (%) = 7.51019e-05 (0.435047) Outpt time (%) = 0.01595 (92.3943) Other time (%) = 0.000102758 (0.595255) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:56 2021 Memory usage per processor = 27.5397 Mbytes Step Atoms AVEKE stressZZ 17166 5000 5.4257006e-11 5952487.9 17167 -0.0117324999999936 5952398.13510112 17167 5000 5.4253019e-11 5952398.1 Loop time of 0.0167561 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:56 2021 Pair time (%) = 0.00105286 (6.28344) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.19778) Outpt time (%) = 0.015527 (92.6651) Other time (%) = 0.000143051 (0.853728) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:56 2021 Memory usage per processor = 27.5397 Mbytes Step Atoms AVEKE stressZZ 17167 5000 5.4253019e-11 5952369.9 17168 -0.0117324999999936 5952280.17589611 17168 5000 5.4249034e-11 5952280.2 Loop time of 0.0171978 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:56 2021 Pair time (%) = 0.00119185 (6.93025) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.1927) Outpt time (%) = 0.015867 (92.2615) Other time (%) = 0.000105858 (0.61553) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:56 2021 Memory usage per processor = 27.5397 Mbytes Step Atoms AVEKE stressZZ 17168 5000 5.4249034e-11 5952252 17169 -0.0117324999999936 5952162.22283119 17169 5000 5.4245048e-11 5952162.2 Loop time of 0.0173061 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:56 2021 Pair time (%) = 0.00105691 (6.10715) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184606) Outpt time (%) = 0.0161209 (93.1517) Other time (%) = 9.63211e-05 (0.556573) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:56 2021 Memory usage per processor = 27.5397 Mbytes Step Atoms AVEKE stressZZ 17169 5000 5.4245048e-11 5952134 17170 -0.0117324999999936 5952044.2759056 17170 5000 5.4241063e-11 5952044.3 Loop time of 0.019485 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:56 2021 Pair time (%) = 0.00108194 (5.5527) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.163963) Outpt time (%) = 0.018225 (93.5333) Other time (%) = 0.000146151 (0.750067) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:56 2021 Memory usage per processor = 27.5397 Mbytes Step Atoms AVEKE stressZZ 17170 5000 5.4241063e-11 5952016.1 17171 -0.0117324999999936 5951926.33511794 17171 5000 5.4237079e-11 5951926.3 Loop time of 0.01651 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:56 2021 Pair time (%) = 0.00110292 (6.68034) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.199284) Outpt time (%) = 0.015239 (92.3016) Other time (%) = 0.000135183 (0.818796) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:56 2021 Memory usage per processor = 27.5397 Mbytes Step Atoms AVEKE stressZZ 17171 5000 5.4237079e-11 5951898.1 17172 -0.0117324999999936 5951808.40046724 17172 5000 5.4233095e-11 5951808.4 Loop time of 0.0172429 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:56 2021 Pair time (%) = 0.00115204 (6.68123) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192196) Outpt time (%) = 0.0159559 (92.5362) Other time (%) = 0.000101805 (0.590415) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:56 2021 Memory usage per processor = 27.5397 Mbytes Step Atoms AVEKE stressZZ 17172 5000 5.4233095e-11 5951780.2 17173 -0.0117324999999936 5951690.47195243 17173 5000 5.4229111e-11 5951690.5 Loop time of 0.0169849 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:56 2021 Pair time (%) = 0.00105309 (6.20017) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188097) Outpt time (%) = 0.0158081 (93.0713) Other time (%) = 9.17912e-05 (0.540427) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:56 2021 Memory usage per processor = 27.5397 Mbytes Step Atoms AVEKE stressZZ 17173 5000 5.4229111e-11 5951662.3 17174 -0.0117324999999936 5951572.54957244 17174 5000 5.4225128e-11 5951572.5 Loop time of 0.0164158 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:56 2021 Pair time (%) = 0.00110292 (6.71866) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.19607) Outpt time (%) = 0.0151858 (92.5072) Other time (%) = 9.48906e-05 (0.578043) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:56 2021 Memory usage per processor = 27.5397 Mbytes Step Atoms AVEKE stressZZ 17174 5000 5.4225128e-11 5951544.4 17175 -0.0117324999999936 5951454.63332629 17175 5000 5.4221145e-11 5951454.6 Loop time of 0.0168462 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:56 2021 Pair time (%) = 0.00127387 (7.56178) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.220782) Outpt time (%) = 0.015362 (91.19) Other time (%) = 0.000173092 (1.02748) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:56 2021 Memory usage per processor = 27.5397 Mbytes Step Atoms AVEKE stressZZ 17175 5000 5.4221145e-11 5951426.4 17176 -0.0117324999999936 5951336.72321283 17176 5000 5.4217163e-11 5951336.7 Loop time of 0.0171258 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:56 2021 Pair time (%) = 0.00105715 (6.17282) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186549) Outpt time (%) = 0.015944 (93.0991) Other time (%) = 9.27448e-05 (0.541549) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:56 2021 Memory usage per processor = 27.5397 Mbytes Step Atoms AVEKE stressZZ 17176 5000 5.4217163e-11 5951308.5 17177 -0.0117324999999936 5951218.81923112 17177 5000 5.4213181e-11 5951218.8 Loop time of 0.0170579 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:56 2021 Pair time (%) = 0.00109386 (6.41266) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187292) Outpt time (%) = 0.0158379 (92.848) Other time (%) = 9.41753e-05 (0.552092) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:56 2021 Memory usage per processor = 27.5397 Mbytes Step Atoms AVEKE stressZZ 17177 5000 5.4213181e-11 5951190.6 17178 -0.0117324999999936 5951100.92138022 17178 5000 5.4209199e-11 5951100.9 Loop time of 0.0164902 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:56 2021 Pair time (%) = 0.0010972 (6.65365) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.206752) Outpt time (%) = 0.015254 (92.5034) Other time (%) = 0.000104904 (0.63616) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:56 2021 Memory usage per processor = 27.5397 Mbytes Step Atoms AVEKE stressZZ 17178 5000 5.4209199e-11 5951072.7 17179 -0.0117324999999936 5950983.02965912 17179 5000 5.4205219e-11 5950983 Loop time of 0.017251 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:56 2021 Pair time (%) = 0.00118995 (6.89784) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.20869) Outpt time (%) = 0.015898 (92.1568) Other time (%) = 0.000127077 (0.736636) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:56 2021 Memory usage per processor = 27.5397 Mbytes Step Atoms AVEKE stressZZ 17179 5000 5.4205219e-11 5950954.8 17180 -0.0117324999999936 5950865.1440669 17180 5000 5.4201238e-11 5950865.1 Loop time of 0.0195239 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:56 2021 Pair time (%) = 0.0010488 (5.37191) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.163636) Outpt time (%) = 0.0183499 (93.987) Other time (%) = 9.32217e-05 (0.477476) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:56 2021 Memory usage per processor = 27.5397 Mbytes Step Atoms AVEKE stressZZ 17180 5000 5.4201238e-11 5950837 17181 -0.0117324999999936 5950747.26460246 17181 5000 5.4197258e-11 5950747.3 Loop time of 0.016588 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:56 2021 Pair time (%) = 0.0010519 (6.34136) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192598) Outpt time (%) = 0.0154119 (92.9098) Other time (%) = 9.2268e-05 (0.556234) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:56 2021 Memory usage per processor = 27.5397 Mbytes Step Atoms AVEKE stressZZ 17181 5000 5.4197258e-11 5950719.1 17182 -0.0117324999999936 5950629.39126495 17182 5000 5.4193278e-11 5950629.4 Loop time of 0.016866 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:56 2021 Pair time (%) = 0.00109696 (6.50401) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.2078) Outpt time (%) = 0.0156291 (92.6662) Other time (%) = 0.000104904 (0.621987) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:56 2021 Memory usage per processor = 27.5397 Mbytes Step Atoms AVEKE stressZZ 17182 5000 5.4193278e-11 5950601.2 17183 -0.0117324999999936 5950511.52405348 17183 5000 5.4189299e-11 5950511.5 Loop time of 0.017369 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:56 2021 Pair time (%) = 0.00118494 (6.82214) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189428) Outpt time (%) = 0.016053 (92.4229) Other time (%) = 9.82285e-05 (0.565538) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:56 2021 Memory usage per processor = 27.5397 Mbytes Step Atoms AVEKE stressZZ 17183 5000 5.4189299e-11 5950483.3 17184 -0.0117324999999936 5950393.66296703 17184 5000 5.4185321e-11 5950393.7 Loop time of 0.0172708 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:56 2021 Pair time (%) = 0.0010519 (6.09064) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179461) Outpt time (%) = 0.016093 (93.1805) Other time (%) = 9.48906e-05 (0.549428) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:56 2021 Memory usage per processor = 27.5397 Mbytes Step Atoms AVEKE stressZZ 17184 5000 5.4185321e-11 5950365.5 17185 -0.0117324999999936 5950275.8080047 17185 5000 5.4181342e-11 5950275.8 Loop time of 0.0163829 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:56 2021 Pair time (%) = 0.00105214 (6.42218) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.195008) Outpt time (%) = 0.0152061 (92.8167) Other time (%) = 9.27448e-05 (0.566106) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:56 2021 Memory usage per processor = 27.5397 Mbytes Step Atoms AVEKE stressZZ 17185 5000 5.4181342e-11 5950247.6 17186 -0.0117324999999936 5950157.95916562 17186 5000 5.4177365e-11 5950158 Loop time of 0.0164859 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:56 2021 Pair time (%) = 0.00117517 (7.12829) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.201021) Outpt time (%) = 0.015157 (91.9389) Other time (%) = 0.00012064 (0.731774) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:56 2021 Memory usage per processor = 27.5397 Mbytes Step Atoms AVEKE stressZZ 17186 5000 5.4177365e-11 5950129.8 17187 -0.0117324999999936 5950040.11644886 17187 5000 5.4173387e-11 5950040.1 Loop time of 0.0162699 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:57 2021 Pair time (%) = 0.00105 (6.4536) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.190501) Outpt time (%) = 0.0150988 (92.802) Other time (%) = 9.01222e-05 (0.553919) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:57 2021 Memory usage per processor = 27.5397 Mbytes Step Atoms AVEKE stressZZ 17187 5000 5.4173387e-11 5950011.9 17188 -0.0117324999999936 5949922.27985363 17188 5000 5.416941e-11 5949922.3 Loop time of 0.0165431 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:57 2021 Pair time (%) = 0.00111604 (6.74622) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.187355) Outpt time (%) = 0.0153072 (92.5289) Other time (%) = 8.89301e-05 (0.537565) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:57 2021 Memory usage per processor = 27.5397 Mbytes Step Atoms AVEKE stressZZ 17188 5000 5.416941e-11 5949894.1 17189 -0.0117324999999936 5949804.44937883 17189 5000 5.4165434e-11 5949804.4 Loop time of 0.0175991 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:57 2021 Pair time (%) = 0.00105405 (5.98922) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.176114) Outpt time (%) = 0.0164239 (93.3226) Other time (%) = 9.01222e-05 (0.512084) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:57 2021 Memory usage per processor = 27.5397 Mbytes Step Atoms AVEKE stressZZ 17189 5000 5.4165434e-11 5949776.3 17190 -0.0117324999999936 5949686.62502386 17190 5000 5.4161458e-11 5949686.6 Loop time of 0.019424 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:57 2021 Pair time (%) = 0.00107288 (5.52351) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.169388) Outpt time (%) = 0.0182002 (93.6995) Other time (%) = 0.000118017 (0.607586) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:57 2021 Memory usage per processor = 27.5397 Mbytes Step Atoms AVEKE stressZZ 17190 5000 5.4161458e-11 5949658.4 17191 -0.0117324999999936 5949568.80678764 17191 5000 5.4157483e-11 5949568.8 Loop time of 0.0168221 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:57 2021 Pair time (%) = 0.00115705 (6.87813) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208342) Outpt time (%) = 0.015528 (92.3069) Other time (%) = 0.000102043 (0.606602) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:57 2021 Memory usage per processor = 27.5397 Mbytes Step Atoms AVEKE stressZZ 17191 5000 5.4157483e-11 5949540.6 17192 -0.0117324999999936 5949450.99467398 17192 5000 5.4153507e-11 5949451 Loop time of 0.0170741 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:57 2021 Pair time (%) = 0.00110006 (6.44287) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187114) Outpt time (%) = 0.015775 (92.3912) Other time (%) = 0.000167131 (0.978859) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:57 2021 Memory usage per processor = 27.5397 Mbytes Step Atoms AVEKE stressZZ 17192 5000 5.4153507e-11 5949422.8 17193 -0.0117324999999936 5949333.1887374 17193 5000 5.4149533e-11 5949333.2 Loop time of 0.017349 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:57 2021 Pair time (%) = 0.00111079 (6.40263) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.202015) Outpt time (%) = 0.0161059 (92.8347) Other time (%) = 9.72748e-05 (0.560694) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:57 2021 Memory usage per processor = 27.5397 Mbytes Step Atoms AVEKE stressZZ 17193 5000 5.4149533e-11 5949305 17194 -0.0117324999999936 5949215.38895543 17194 5000 5.4145559e-11 5949215.4 Loop time of 0.0167789 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:57 2021 Pair time (%) = 0.00105309 (6.27629) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190406) Outpt time (%) = 0.0156081 (93.0218) Other time (%) = 8.58307e-05 (0.511538) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:57 2021 Memory usage per processor = 27.5397 Mbytes Step Atoms AVEKE stressZZ 17194 5000 5.4145559e-11 5949187.2 17195 -0.0117324999999936 5949097.59531597 17195 5000 5.4141585e-11 5949097.6 Loop time of 0.016746 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:57 2021 Pair time (%) = 0.00117278 (7.00333) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209288) Outpt time (%) = 0.0154309 (92.1467) Other time (%) = 0.000107288 (0.640679) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:57 2021 Memory usage per processor = 27.5397 Mbytes Step Atoms AVEKE stressZZ 17195 5000 5.4141585e-11 5949069.4 17196 -0.0117324999999936 5948979.80781345 17196 5000 5.4137612e-11 5948979.8 Loop time of 0.017339 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:57 2021 Pair time (%) = 0.001055 (6.08457) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184256) Outpt time (%) = 0.016161 (93.2059) Other time (%) = 9.10759e-05 (0.525266) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:57 2021 Memory usage per processor = 27.5397 Mbytes Step Atoms AVEKE stressZZ 17196 5000 5.4137612e-11 5948951.6 17197 -0.0117324999999936 5948862.02644411 17197 5000 5.4133639e-11 5948862 Loop time of 0.016942 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:57 2021 Pair time (%) = 0.0010519 (6.20884) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188573) Outpt time (%) = 0.0157652 (93.0538) Other time (%) = 9.29832e-05 (0.548832) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:57 2021 Memory usage per processor = 27.5397 Mbytes Step Atoms AVEKE stressZZ 17197 5000 5.4133639e-11 5948833.9 17198 -0.0117324999999936 5948744.25120515 17198 5000 5.4129666e-11 5948744.3 Loop time of 0.0164912 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:57 2021 Pair time (%) = 0.00107288 (6.5058) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.20674) Outpt time (%) = 0.01527 (92.5949) Other time (%) = 0.000114202 (0.692507) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:57 2021 Memory usage per processor = 27.5397 Mbytes Step Atoms AVEKE stressZZ 17198 5000 5.4129666e-11 5948716.1 17199 -0.0117324999999936 5948626.48209421 17199 5000 5.4125694e-11 5948626.5 Loop time of 0.016917 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:57 2021 Pair time (%) = 0.00119901 (7.08759) Neigh time (%) = 0 (0) Comm time (%) = 5.4121e-05 (0.319921) Outpt time (%) = 0.0155609 (91.9837) Other time (%) = 0.000102997 (0.608837) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:57 2021 Memory usage per processor = 27.5397 Mbytes Step Atoms AVEKE stressZZ 17199 5000 5.4125694e-11 5948598.3 17200 -0.0117324999999936 5948508.71910947 17200 5000 5.4121723e-11 5948508.7 Loop time of 0.0193801 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:57 2021 Pair time (%) = 0.0010829 (5.58768) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.169771) Outpt time (%) = 0.0181661 (93.7357) Other time (%) = 9.82285e-05 (0.506852) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:57 2021 Memory usage per processor = 27.5397 Mbytes Step Atoms AVEKE stressZZ 17200 5000 5.4121723e-11 5948480.5 17201 -0.0117324999999936 5948390.9622489 17201 5000 5.4117752e-11 5948391 Loop time of 0.016933 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:57 2021 Pair time (%) = 0.00105119 (6.20794) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188674) Outpt time (%) = 0.0157571 (93.0557) Other time (%) = 9.27448e-05 (0.547718) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:57 2021 Memory usage per processor = 27.5397 Mbytes Step Atoms AVEKE stressZZ 17201 5000 5.4117752e-11 5948362.8 17202 -0.0117324999999936 5948273.21149655 17202 5000 5.4113781e-11 5948273.2 Loop time of 0.016537 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:57 2021 Pair time (%) = 0.00109792 (6.63918) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211935) Outpt time (%) = 0.0153 (92.5203) Other time (%) = 0.000103951 (0.628595) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:57 2021 Memory usage per processor = 27.5397 Mbytes Step Atoms AVEKE stressZZ 17202 5000 5.4113781e-11 5948245 17203 -0.0117324999999936 5948155.46686266 17203 5000 5.4109811e-11 5948155.5 Loop time of 0.0171399 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:57 2021 Pair time (%) = 0.00114202 (6.66296) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198915) Outpt time (%) = 0.015857 (92.515) Other time (%) = 0.000106812 (0.623174) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:57 2021 Memory usage per processor = 27.5397 Mbytes Step Atoms AVEKE stressZZ 17203 5000 5.4109811e-11 5948127.3 17204 -0.0117324999999936 5948037.72834734 17204 5000 5.4105842e-11 5948037.7 Loop time of 0.0173421 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:57 2021 Pair time (%) = 0.00111008 (6.40106) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184223) Outpt time (%) = 0.0161071 (92.8786) Other time (%) = 9.29832e-05 (0.536171) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:57 2021 Memory usage per processor = 27.5397 Mbytes Step Atoms AVEKE stressZZ 17204 5000 5.4105842e-11 5948009.6 17205 -0.0117324999999936 5947919.99594931 17205 5000 5.4101872e-11 5947920 Loop time of 0.0169899 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:57 2021 Pair time (%) = 0.00135517 (7.97631) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.211897) Outpt time (%) = 0.01546 (90.9951) Other time (%) = 0.00013876 (0.816716) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:57 2021 Memory usage per processor = 27.5397 Mbytes Step Atoms AVEKE stressZZ 17205 5000 5.4101872e-11 5947891.8 17206 -0.0117324999999936 5947802.26966738 17206 5000 5.4097903e-11 5947802.3 Loop time of 0.0167761 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:57 2021 Pair time (%) = 0.00119901 (7.14712) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.221704) Outpt time (%) = 0.0154202 (91.9177) Other time (%) = 0.000119686 (0.713433) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:57 2021 Memory usage per processor = 27.5397 Mbytes Step Atoms AVEKE stressZZ 17206 5000 5.4097903e-11 5947774.1 17207 -0.0117324999999936 5947684.54950045 17207 5000 5.4093935e-11 5947684.5 Loop time of 0.0172238 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:57 2021 Pair time (%) = 0.00105309 (6.11417) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185488) Outpt time (%) = 0.016053 (93.202) Other time (%) = 8.58307e-05 (0.498325) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:57 2021 Memory usage per processor = 27.5397 Mbytes Step Atoms AVEKE stressZZ 17207 5000 5.4093935e-11 5947656.4 17208 -0.0117324999999936 5947566.83544747 17208 5000 5.4089967e-11 5947566.8 Loop time of 0.017174 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:57 2021 Pair time (%) = 0.00109005 (6.34709) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186026) Outpt time (%) = 0.015959 (92.9255) Other time (%) = 9.29832e-05 (0.541419) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:57 2021 Memory usage per processor = 27.5397 Mbytes Step Atoms AVEKE stressZZ 17208 5000 5.4089967e-11 5947538.7 17209 -0.0117324999999936 5947449.12750737 17209 5000 5.4086e-11 5947449.1 Loop time of 0.0168099 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:57 2021 Pair time (%) = 0.00114298 (6.79942) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.195728) Outpt time (%) = 0.0155199 (92.3255) Other time (%) = 0.000114202 (0.679375) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:57 2021 Memory usage per processor = 27.5397 Mbytes Step Atoms AVEKE stressZZ 17209 5000 5.4086e-11 5947421 17210 -0.0117324999999936 5947331.42567907 17210 5000 5.4082033e-11 5947331.4 Loop time of 0.019382 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:57 2021 Pair time (%) = 0.00121093 (6.24769) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.169754) Outpt time (%) = 0.0180311 (93.0302) Other time (%) = 0.00010705 (0.552316) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:24:57 2021 Memory usage per processor = 27.5397 Mbytes Step Atoms AVEKE stressZZ 17210 5000 5.4082033e-11 5947303.3 17211 -0.0117324999999936 5947195.88234145 17211 5000 1.0678613e-10 5947391.5 Loop time of 0.0171521 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:57 2021 Pair time (%) = 0.00117302 (6.83894) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.202944) Outpt time (%) = 0.0157049 (91.5625) Other time (%) = 0.000239372 (1.39559) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:57 2021 Memory usage per processor = 27.5397 Mbytes Step Atoms AVEKE stressZZ 17211 5000 1.0678613e-10 6005774.8 17212 -0.0117649999999936 6005656.37497791 17212 5000 8.5963888e-11 6005656.4 Loop time of 0.0169539 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:57 2021 Pair time (%) = 0.00105095 (6.19885) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.189847) Outpt time (%) = 0.0157781 (93.0643) Other time (%) = 9.27448e-05 (0.54704) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:57 2021 Memory usage per processor = 27.5397 Mbytes Step Atoms AVEKE stressZZ 17212 5000 8.5963888e-11 6005618.4 17213 -0.0117649999999936 6005510.12201673 17213 5000 7.3902478e-11 6005510.1 Loop time of 0.0164301 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:57 2021 Pair time (%) = 0.00108314 (6.59237) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.201704) Outpt time (%) = 0.0151732 (92.3498) Other time (%) = 0.000140667 (0.856152) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:57 2021 Memory usage per processor = 27.5397 Mbytes Step Atoms AVEKE stressZZ 17213 5000 7.3902478e-11 6005475.6 17214 -0.0117649999999936 6005373.75602888 17214 5000 6.6709582e-11 6005373.8 Loop time of 0.0176129 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:57 2021 Pair time (%) = 0.00115585 (6.56253) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.198987) Outpt time (%) = 0.0163 (92.5454) Other time (%) = 0.00012207 (0.693072) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:57 2021 Memory usage per processor = 27.5397 Mbytes Step Atoms AVEKE stressZZ 17214 5000 6.6709582e-11 6005341.4 17215 -0.0117649999999936 6005243.67556725 17215 5000 6.2328309e-11 6005243.7 Loop time of 0.0174742 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:57 2021 Pair time (%) = 0.00117993 (6.75244) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.26333) Outpt time (%) = 0.0161099 (92.1929) Other time (%) = 0.000138283 (0.791355) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:57 2021 Memory usage per processor = 27.5397 Mbytes Step Atoms AVEKE stressZZ 17215 5000 6.2328309e-11 6005212.7 17216 -0.0117649999999936 6005117.59192712 17216 5000 5.9619797e-11 6005117.6 Loop time of 0.0165119 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:57 2021 Pair time (%) = 0.00105691 (6.40089) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.194929) Outpt time (%) = 0.0153289 (92.8353) Other time (%) = 9.39369e-05 (0.568904) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:57 2021 Memory usage per processor = 27.5397 Mbytes Step Atoms AVEKE stressZZ 17216 5000 5.9619797e-11 6005087.5 17217 -0.0117649999999936 6004994.05057191 17217 5000 5.7928269e-11 6004994.1 Loop time of 0.016525 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:57 2021 Pair time (%) = 0.0011189 (6.77093) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.204874) Outpt time (%) = 0.0152671 (92.3879) Other time (%) = 0.000105143 (0.636263) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:57 2021 Memory usage per processor = 27.5397 Mbytes Step Atoms AVEKE stressZZ 17217 5000 5.7928269e-11 6004964.5 17218 -0.0117649999999936 6004872.12712311 17218 5000 5.6864432e-11 6004872.1 Loop time of 0.017123 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:57 2021 Pair time (%) = 0.0010941 (6.38967) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181011) Outpt time (%) = 0.015907 (92.8988) Other time (%) = 9.08375e-05 (0.5305) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:57 2021 Memory usage per processor = 27.5397 Mbytes Step Atoms AVEKE stressZZ 17218 5000 5.6864432e-11 6004843 17219 -0.0117649999999936 6004751.23413114 17219 5000 5.619198e-11 6004751.2 Loop time of 0.0170531 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:57 2021 Pair time (%) = 0.001055 (6.18656) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.188743) Outpt time (%) = 0.0158379 (92.8739) Other time (%) = 0.000128031 (0.750776) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:57 2021 Memory usage per processor = 27.5397 Mbytes Step Atoms AVEKE stressZZ 17219 5000 5.619198e-11 6004722.3 17220 -0.0117649999999936 6004630.99826543 17220 5000 5.5765218e-11 6004631 Loop time of 0.0189571 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:57 2021 Pair time (%) = 0.00107598 (5.67587) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.178589) Outpt time (%) = 0.0177469 (93.6161) Other time (%) = 0.000100374 (0.52948) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:57 2021 Memory usage per processor = 27.5398 Mbytes Step Atoms AVEKE stressZZ 17220 5000 5.5765218e-11 6004602.2 17221 -0.0117649999999936 6004511.18226986 17221 5000 5.5493366e-11 6004511.2 Loop time of 0.0173581 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:57 2021 Pair time (%) = 0.00137615 (7.92803) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.236248) Outpt time (%) = 0.0157781 (90.8976) Other time (%) = 0.00016284 (0.938122) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:57 2021 Memory usage per processor = 27.5398 Mbytes Step Atoms AVEKE stressZZ 17221 5000 5.5493366e-11 6004482.5 17222 -0.0117649999999936 6004391.63536505 17222 5000 5.5319464e-11 6004391.6 Loop time of 0.0173841 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:57 2021 Pair time (%) = 0.001055 (6.06879) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183778) Outpt time (%) = 0.0162041 (93.2126) Other time (%) = 9.29832e-05 (0.534877) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:57 2021 Memory usage per processor = 27.5398 Mbytes Step Atoms AVEKE stressZZ 17222 5000 5.5319464e-11 6004363 17223 -0.0117649999999936 6004272.26172844 17223 5000 5.520761e-11 6004272.3 Loop time of 0.016655 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:57 2021 Pair time (%) = 0.00105 (6.3044) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191823) Outpt time (%) = 0.0154788 (92.9383) Other time (%) = 9.41753e-05 (0.565449) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:57 2021 Memory usage per processor = 27.5398 Mbytes Step Atoms AVEKE stressZZ 17223 5000 5.520761e-11 6004243.7 17224 -0.0117649999999936 6004153.0004634 17224 5000 5.5135107e-11 6004153 Loop time of 0.016943 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:57 2021 Pair time (%) = 0.00109887 (6.4857) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206856) Outpt time (%) = 0.0157061 (92.6995) Other time (%) = 0.000102997 (0.607903) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:57 2021 Memory usage per processor = 27.5398 Mbytes Step Atoms AVEKE stressZZ 17224 5000 5.5135107e-11 6004124.4 17225 -0.0117649999999936 6004033.81286901 17225 5000 5.5087578e-11 6004033.8 Loop time of 0.017144 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:57 2021 Pair time (%) = 0.00113487 (6.61966) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.187743) Outpt time (%) = 0.0158541 (92.4764) Other time (%) = 0.000122786 (0.716203) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:57 2021 Memory usage per processor = 27.5398 Mbytes Step Atoms AVEKE stressZZ 17225 5000 5.5087578e-11 6004005.3 17226 -0.0117649999999936 6003914.67434971 17226 5000 5.5055907e-11 6003914.7 Loop time of 0.0171499 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:57 2021 Pair time (%) = 0.001055 (6.15164) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193238) Outpt time (%) = 0.0159631 (93.0796) Other time (%) = 9.87053e-05 (0.575544) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:57 2021 Memory usage per processor = 27.5398 Mbytes Step Atoms AVEKE stressZZ 17226 5000 5.5055907e-11 6003886.1 17227 -0.0117649999999936 6003795.56927784 17227 5000 5.5034309e-11 6003795.6 Loop time of 0.0164828 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:57 2021 Pair time (%) = 0.0010519 (6.38181) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.188041) Outpt time (%) = 0.015306 (92.8602) Other time (%) = 9.39369e-05 (0.569908) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:57 2021 Memory usage per processor = 27.5398 Mbytes Step Atoms AVEKE stressZZ 17227 5000 5.5034309e-11 6003767 17228 -0.0117649999999936 6003676.48780235 17228 5000 5.5019111e-11 6003676.5 Loop time of 0.0169411 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:57 2021 Pair time (%) = 0.00130415 (7.69815) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.218138) Outpt time (%) = 0.015451 (91.2041) Other time (%) = 0.000149012 (0.879588) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:57 2021 Memory usage per processor = 27.5398 Mbytes Step Atoms AVEKE stressZZ 17228 5000 5.5019111e-11 6003647.9 17229 -0.0117649999999936 6003557.42357909 17229 5000 5.5007978e-11 6003557.4 Loop time of 0.0174448 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:57 2021 Pair time (%) = 0.00126004 (7.223) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.184504) Outpt time (%) = 0.0160151 (91.8039) Other time (%) = 0.000137568 (0.788585) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:57 2021 Memory usage per processor = 27.5398 Mbytes Step Atoms AVEKE stressZZ 17229 5000 5.5007978e-11 6003528.9 17230 -0.0117649999999936 6003438.37257062 17230 5000 5.499943e-11 6003438.4 Loop time of 0.0187039 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:58 2021 Pair time (%) = 0.001055 (5.64054) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.170809) Outpt time (%) = 0.017525 (93.6966) Other time (%) = 9.20296e-05 (0.492033) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:58 2021 Memory usage per processor = 27.5398 Mbytes Step Atoms AVEKE stressZZ 17230 5000 5.499943e-11 6003409.8 17231 -0.0117649999999936 6003319.33223763 17231 5000 5.4992523e-11 6003319.3 Loop time of 0.0162761 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:58 2021 Pair time (%) = 0.00105405 (6.47604) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.196288) Outpt time (%) = 0.0151031 (92.793) Other time (%) = 8.70228e-05 (0.534665) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:58 2021 Memory usage per processor = 27.5398 Mbytes Step Atoms AVEKE stressZZ 17231 5000 5.4992523e-11 6003290.8 17232 -0.0117649999999936 6003200.30102632 17232 5000 5.498666e-11 6003200.3 Loop time of 0.0164778 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:58 2021 Pair time (%) = 0.00105596 (6.40835) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.195332) Outpt time (%) = 0.0153029 (92.8696) Other time (%) = 8.67844e-05 (0.526674) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:58 2021 Memory usage per processor = 27.5398 Mbytes Step Atoms AVEKE stressZZ 17232 5000 5.498666e-11 6003171.8 17233 -0.0117649999999936 6003081.27787166 17233 5000 5.498146e-11 6003081.3 Loop time of 0.016763 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:58 2021 Pair time (%) = 0.00105715 (6.30645) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190587) Outpt time (%) = 0.0155869 (92.9838) Other time (%) = 8.70228e-05 (0.519137) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:58 2021 Memory usage per processor = 27.5398 Mbytes Step Atoms AVEKE stressZZ 17233 5000 5.498146e-11 6003052.7 17234 -0.0117649999999936 6002962.2621022 17234 5000 5.4976682e-11 6002962.3 Loop time of 0.0166712 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:58 2021 Pair time (%) = 0.00110507 (6.62863) Neigh time (%) = 0 (0) Comm time (%) = 4.91142e-05 (0.294606) Outpt time (%) = 0.0154021 (92.3874) Other time (%) = 0.000114918 (0.68932) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:58 2021 Memory usage per processor = 27.5398 Mbytes Step Atoms AVEKE stressZZ 17234 5000 5.4976682e-11 6002933.7 17235 -0.0117649999999936 6002843.25329337 17235 5000 5.4972172e-11 6002843.3 Loop time of 0.017339 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:58 2021 Pair time (%) = 0.00119305 (6.88072) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.196631) Outpt time (%) = 0.0159941 (92.2434) Other time (%) = 0.000117779 (0.679271) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:58 2021 Memory usage per processor = 27.5398 Mbytes Step Atoms AVEKE stressZZ 17235 5000 5.4972172e-11 6002814.7 17236 -0.0117649999999936 6002724.2511749 17236 5000 5.4967833e-11 6002724.3 Loop time of 0.0175412 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:58 2021 Pair time (%) = 0.00110006 (6.27132) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182132) Outpt time (%) = 0.0163159 (93.0151) Other time (%) = 9.32217e-05 (0.531445) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:58 2021 Memory usage per processor = 27.5398 Mbytes Step Atoms AVEKE stressZZ 17236 5000 5.4967833e-11 6002695.7 17237 -0.0117649999999936 6002605.25557415 17237 5000 5.4963602e-11 6002605.3 Loop time of 0.0166349 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:58 2021 Pair time (%) = 0.00105596 (6.34782) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192054) Outpt time (%) = 0.015455 (92.9069) Other time (%) = 9.20296e-05 (0.553231) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:58 2021 Memory usage per processor = 27.5398 Mbytes Step Atoms AVEKE stressZZ 17237 5000 5.4963602e-11 6002576.7 17238 -0.0117649999999936 6002486.26638069 17238 5000 5.495944e-11 6002486.3 Loop time of 0.0172281 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:58 2021 Pair time (%) = 0.00155711 (9.0382) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.214503) Outpt time (%) = 0.015497 (89.9516) Other time (%) = 0.000137091 (0.795738) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:58 2021 Memory usage per processor = 27.5398 Mbytes Step Atoms AVEKE stressZZ 17238 5000 5.495944e-11 6002457.7 17239 -0.0117649999999936 6002367.28352352 17239 5000 5.4955323e-11 6002367.3 Loop time of 0.0174611 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:58 2021 Pair time (%) = 0.00111294 (6.37383) Neigh time (%) = 0 (0) Comm time (%) = 7.00951e-05 (0.401436) Outpt time (%) = 0.0161469 (92.4737) Other time (%) = 0.00013113 (0.750987) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:58 2021 Memory usage per processor = 27.5398 Mbytes Step Atoms AVEKE stressZZ 17239 5000 5.4955323e-11 6002338.8 17240 -0.0117649999999936 6002248.30693002 17240 5000 5.4951233e-11 6002248.3 Loop time of 0.019341 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:58 2021 Pair time (%) = 0.00109005 (5.63596) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.160252) Outpt time (%) = 0.018126 (93.7181) Other time (%) = 9.39369e-05 (0.485688) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:58 2021 Memory usage per processor = 27.5398 Mbytes Step Atoms AVEKE stressZZ 17240 5000 5.4951233e-11 6002219.8 17241 -0.0117649999999936 6002129.33658735 17241 5000 5.4947162e-11 6002129.3 Loop time of 0.0165162 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:58 2021 Pair time (%) = 0.00108099 (6.54502) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.206427) Outpt time (%) = 0.0152831 (92.534) Other time (%) = 0.000118017 (0.714554) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:58 2021 Memory usage per processor = 27.5398 Mbytes Step Atoms AVEKE stressZZ 17241 5000 5.4947162e-11 6002100.8 17242 -0.0117649999999936 6002010.37248318 17242 5000 5.4943103e-11 6002010.4 Loop time of 0.017509 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:58 2021 Pair time (%) = 0.00125384 (7.16114) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.187914) Outpt time (%) = 0.016114 (92.0327) Other time (%) = 0.000108242 (0.618209) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:58 2021 Memory usage per processor = 27.5398 Mbytes Step Atoms AVEKE stressZZ 17242 5000 5.4943103e-11 6001981.8 17243 -0.0117649999999936 6001891.41460423 17243 5000 5.4939051e-11 6001891.4 Loop time of 0.0171881 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:58 2021 Pair time (%) = 0.00109291 (6.35854) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.187261) Outpt time (%) = 0.0159681 (92.9021) Other time (%) = 9.48906e-05 (0.552072) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:58 2021 Memory usage per processor = 27.5398 Mbytes Step Atoms AVEKE stressZZ 17243 5000 5.4939051e-11 6001862.9 17244 -0.0117649999999936 6001772.46294199 17244 5000 5.4935004e-11 6001772.5 Loop time of 0.016808 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:58 2021 Pair time (%) = 0.00105691 (6.28812) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.184402) Outpt time (%) = 0.015626 (92.9672) Other time (%) = 9.41753e-05 (0.5603) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:58 2021 Memory usage per processor = 27.5398 Mbytes Step Atoms AVEKE stressZZ 17244 5000 5.4935004e-11 6001743.9 17245 -0.0117649999999936 6001653.51749006 17245 5000 5.493096e-11 6001653.5 Loop time of 0.0166218 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:58 2021 Pair time (%) = 0.00110817 (6.66695) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.203681) Outpt time (%) = 0.0153759 (92.504) Other time (%) = 0.000103951 (0.625385) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:58 2021 Memory usage per processor = 27.5398 Mbytes Step Atoms AVEKE stressZZ 17245 5000 5.493096e-11 6001625 17246 -0.0117649999999936 6001534.57824416 17246 5000 5.4926919e-11 6001534.6 Loop time of 0.0173299 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:58 2021 Pair time (%) = 0.00111508 (6.43444) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.196734) Outpt time (%) = 0.0160301 (92.4993) Other time (%) = 0.000150681 (0.869481) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:58 2021 Memory usage per processor = 27.5398 Mbytes Step Atoms AVEKE stressZZ 17246 5000 5.4926919e-11 6001506.1 17247 -0.0117649999999936 6001415.64520086 17247 5000 5.4922879e-11 6001415.6 Loop time of 0.01717 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:58 2021 Pair time (%) = 0.00120091 (6.99428) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.187458) Outpt time (%) = 0.01582 (92.1379) Other time (%) = 0.000116825 (0.680404) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:58 2021 Memory usage per processor = 27.5398 Mbytes Step Atoms AVEKE stressZZ 17247 5000 5.4922879e-11 6001387.1 17248 -0.0117649999999936 6001296.7183575 17248 5000 5.491884e-11 6001296.7 Loop time of 0.0170279 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:58 2021 Pair time (%) = 0.00113702 (6.6774) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.193223) Outpt time (%) = 0.015734 (92.4013) Other time (%) = 0.000123978 (0.728087) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:58 2021 Memory usage per processor = 27.5398 Mbytes Step Atoms AVEKE stressZZ 17248 5000 5.491884e-11 6001268.2 17249 -0.0117649999999936 6001177.7977121 17249 5000 5.4914803e-11 6001177.8 Loop time of 0.0163929 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:58 2021 Pair time (%) = 0.00105691 (6.44734) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.189072) Outpt time (%) = 0.0152121 (92.7964) Other time (%) = 9.29832e-05 (0.567215) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:58 2021 Memory usage per processor = 27.5398 Mbytes Step Atoms AVEKE stressZZ 17249 5000 5.4914803e-11 6001149.3 17250 -0.0117649999999936 6001058.88326279 17250 5000 5.4910766e-11 6001058.9 Loop time of 0.018559 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:58 2021 Pair time (%) = 0.00108099 (5.82462) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.172144) Outpt time (%) = 0.017344 (93.4534) Other time (%) = 0.000102043 (0.549832) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:58 2021 Memory usage per processor = 27.5398 Mbytes Step Atoms AVEKE stressZZ 17250 5000 5.4910766e-11 6001030.4 17251 -0.0117649999999936 6000939.97500087 17251 5000 5.490673e-11 6000940 Loop time of 0.0164831 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:58 2021 Pair time (%) = 0.00109601 (6.64931) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193824) Outpt time (%) = 0.0152659 (92.6159) Other time (%) = 8.91685e-05 (0.540971) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:58 2021 Memory usage per processor = 27.5398 Mbytes Step Atoms AVEKE stressZZ 17251 5000 5.490673e-11 6000911.5 17252 -0.0117649999999936 6000821.07289693 17252 5000 5.4902694e-11 6000821.1 Loop time of 0.0167911 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:58 2021 Pair time (%) = 0.001122 (6.6821) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.201627) Outpt time (%) = 0.015487 (92.2331) Other time (%) = 0.000148296 (0.883184) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:58 2021 Memory usage per processor = 27.5398 Mbytes Step Atoms AVEKE stressZZ 17252 5000 5.4902694e-11 6000792.6 17253 -0.0117649999999936 6000702.17698273 17253 5000 5.4898659e-11 6000702.2 Loop time of 0.0174899 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:58 2021 Pair time (%) = 0.00110698 (6.32923) Neigh time (%) = 0 (0) Comm time (%) = 6.19888e-05 (0.354426) Outpt time (%) = 0.0162301 (92.797) Other time (%) = 9.08375e-05 (0.519371) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:58 2021 Memory usage per processor = 27.5398 Mbytes Step Atoms AVEKE stressZZ 17253 5000 5.4898659e-11 6000673.7 17254 -0.0117649999999936 6000583.2872572 17254 5000 5.4894624e-11 6000583.3 Loop time of 0.0171909 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:58 2021 Pair time (%) = 0.00105596 (6.14252) Neigh time (%) = 0 (0) Comm time (%) = 7.70092e-05 (0.447964) Outpt time (%) = 0.0159631 (92.8575) Other time (%) = 9.48906e-05 (0.55198) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:58 2021 Memory usage per processor = 27.5398 Mbytes Step Atoms AVEKE stressZZ 17254 5000 5.4894624e-11 6000554.8 17255 -0.0117649999999936 6000464.40371916 17255 5000 5.489059e-11 6000464.4 Loop time of 0.016459 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:58 2021 Pair time (%) = 0.00111699 (6.78651) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.20135) Outpt time (%) = 0.0152121 (92.424) Other time (%) = 9.67979e-05 (0.588116) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:58 2021 Memory usage per processor = 27.5398 Mbytes Step Atoms AVEKE stressZZ 17255 5000 5.489059e-11 6000435.9 17256 -0.0117649999999936 6000345.52636744 17256 5000 5.4886556e-11 6000345.5 Loop time of 0.0168598 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:58 2021 Pair time (%) = 0.00130606 (7.74659) Neigh time (%) = 0 (0) Comm time (%) = 3.98159e-05 (0.236159) Outpt time (%) = 0.0153599 (91.1037) Other time (%) = 0.000154018 (0.913526) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:58 2021 Memory usage per processor = 27.5398 Mbytes Step Atoms AVEKE stressZZ 17256 5000 5.4886556e-11 6000317 17257 -0.0117649999999936 6000226.6552011 17257 5000 5.4882523e-11 6000226.7 Loop time of 0.0174601 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:58 2021 Pair time (%) = 0.00105906 (6.06557) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182978) Outpt time (%) = 0.0162821 (93.253) Other time (%) = 8.70228e-05 (0.498409) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:58 2021 Memory usage per processor = 27.5398 Mbytes Step Atoms AVEKE stressZZ 17257 5000 5.4882523e-11 6000198.1 17258 -0.0117649999999936 6000107.79021899 17258 5000 5.487849e-11 6000107.8 Loop time of 0.0166001 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:58 2021 Pair time (%) = 0.001091 (6.57226) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.193893) Outpt time (%) = 0.0153852 (92.6809) Other time (%) = 9.17912e-05 (0.552954) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:58 2021 Memory usage per processor = 27.5398 Mbytes Step Atoms AVEKE stressZZ 17258 5000 5.487849e-11 6000079.3 17259 -0.0117649999999936 5999988.93142023 17259 5000 5.4874458e-11 5999988.9 Loop time of 0.016515 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:58 2021 Pair time (%) = 0.00112081 (6.78659) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.204998) Outpt time (%) = 0.0152349 (92.2491) Other time (%) = 0.000125408 (0.759358) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:58 2021 Memory usage per processor = 27.5398 Mbytes Step Atoms AVEKE stressZZ 17259 5000 5.4874458e-11 5999960.4 17260 -0.0117649999999936 5999870.07882665 17260 5000 5.4870426e-11 5999870.1 Loop time of 0.0198169 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:58 2021 Pair time (%) = 0.00110698 (5.58603) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.16242) Outpt time (%) = 0.0185671 (93.6933) Other time (%) = 0.000110626 (0.558242) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:58 2021 Memory usage per processor = 27.5398 Mbytes Step Atoms AVEKE stressZZ 17260 5000 5.4870426e-11 5999841.6 17261 -0.0117649999999936 5999751.23249637 17261 5000 5.4866395e-11 5999751.2 Loop time of 0.0172198 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:58 2021 Pair time (%) = 0.0010581 (6.14469) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179993) Outpt time (%) = 0.016037 (93.1312) Other time (%) = 9.36985e-05 (0.544133) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:58 2021 Memory usage per processor = 27.5398 Mbytes Step Atoms AVEKE stressZZ 17261 5000 5.4866395e-11 5999722.7 17262 -0.0117649999999936 5999632.39239257 17262 5000 5.4862364e-11 5999632.4 Loop time of 0.0164881 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:58 2021 Pair time (%) = 0.001055 (6.39858) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193765) Outpt time (%) = 0.0153069 (92.8365) Other time (%) = 9.41753e-05 (0.571172) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:58 2021 Memory usage per processor = 27.5398 Mbytes Step Atoms AVEKE stressZZ 17262 5000 5.4862364e-11 5999603.9 17263 -0.0117649999999936 5999513.55850297 17263 5000 5.4858334e-11 5999513.6 Loop time of 0.016691 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:58 2021 Pair time (%) = 0.00112414 (6.73504) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.204265) Outpt time (%) = 0.015429 (92.4393) Other time (%) = 0.000103712 (0.621366) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:58 2021 Memory usage per processor = 27.5398 Mbytes Step Atoms AVEKE stressZZ 17263 5000 5.4858334e-11 5999485 17264 -0.0117649999999936 5999394.73082084 17264 5000 5.4854304e-11 5999394.7 Loop time of 0.0170572 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:58 2021 Pair time (%) = 0.00119877 (7.02794) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192891) Outpt time (%) = 0.0157301 (92.2201) Other time (%) = 9.53674e-05 (0.559104) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:58 2021 Memory usage per processor = 27.5398 Mbytes Step Atoms AVEKE stressZZ 17264 5000 5.4854304e-11 5999366.2 17265 -0.0117649999999936 5999275.90934202 17265 5000 5.4850274e-11 5999275.9 Loop time of 0.017004 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:58 2021 Pair time (%) = 0.001055 (6.20443) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.189288) Outpt time (%) = 0.0158219 (93.0482) Other time (%) = 9.48906e-05 (0.558048) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:58 2021 Memory usage per processor = 27.5398 Mbytes Step Atoms AVEKE stressZZ 17265 5000 5.4850274e-11 5999247.4 17266 -0.0117649999999936 5999157.09406969 17266 5000 5.4846245e-11 5999157.1 Loop time of 0.0164702 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:58 2021 Pair time (%) = 0.0010581 (6.42434) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193975) Outpt time (%) = 0.0152609 (92.6579) Other time (%) = 0.000119209 (0.723788) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:58 2021 Memory usage per processor = 27.5398 Mbytes Step Atoms AVEKE stressZZ 17266 5000 5.4846245e-11 5999128.6 17267 -0.0117649999999936 5999038.28500163 17267 5000 5.4842216e-11 5999038.3 Loop time of 0.017396 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:58 2021 Pair time (%) = 0.00138617 (7.96831) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.195987) Outpt time (%) = 0.0157969 (90.8078) Other time (%) = 0.000178814 (1.0279) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:58 2021 Memory usage per processor = 27.5398 Mbytes Step Atoms AVEKE stressZZ 17267 5000 5.4842216e-11 5999009.8 17268 -0.0117649999999936 5998919.48213251 17268 5000 5.4838188e-11 5998919.5 Loop time of 0.0173979 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:58 2021 Pair time (%) = 0.00105309 (6.05301) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.178151) Outpt time (%) = 0.016221 (93.2358) Other time (%) = 9.27448e-05 (0.533081) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:58 2021 Memory usage per processor = 27.5398 Mbytes Step Atoms AVEKE stressZZ 17268 5000 5.4838188e-11 5998891 17269 -0.0117649999999936 5998800.68545954 17269 5000 5.4834161e-11 5998800.7 Loop time of 0.0169611 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:58 2021 Pair time (%) = 0.00105786 (6.237) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.189767) Outpt time (%) = 0.0157778 (93.0236) Other time (%) = 9.32217e-05 (0.54962) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:58 2021 Memory usage per processor = 27.5398 Mbytes Step Atoms AVEKE stressZZ 17269 5000 5.4834161e-11 5998772.2 17270 -0.0117649999999936 5998681.89498021 17270 5000 5.4830133e-11 5998681.9 Loop time of 0.0188341 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:58 2021 Pair time (%) = 0.00106812 (5.67117) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.174692) Outpt time (%) = 0.017602 (93.4579) Other time (%) = 0.00013113 (0.696238) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:58 2021 Memory usage per processor = 27.5398 Mbytes Step Atoms AVEKE stressZZ 17270 5000 5.4830133e-11 5998653.4 17271 -0.0117649999999936 5998563.11069245 17271 5000 5.4826106e-11 5998563.1 Loop time of 0.017148 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:58 2021 Pair time (%) = 0.00142097 (8.28652) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.221067) Outpt time (%) = 0.015533 (90.5817) Other time (%) = 0.000156164 (0.910683) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:58 2021 Memory usage per processor = 27.5398 Mbytes Step Atoms AVEKE stressZZ 17271 5000 5.4826106e-11 5998534.6 17272 -0.0117649999999936 5998444.3325944 17272 5000 5.482208e-11 5998444.3 Loop time of 0.017221 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:58 2021 Pair time (%) = 0.00105619 (6.13319) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185518) Outpt time (%) = 0.016041 (93.1483) Other time (%) = 9.17912e-05 (0.53302) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:58 2021 Memory usage per processor = 27.5398 Mbytes Step Atoms AVEKE stressZZ 17272 5000 5.482208e-11 5998415.8 17273 -0.0117649999999936 5998325.56068441 17273 5000 5.4818054e-11 5998325.6 Loop time of 0.0168712 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:58 2021 Pair time (%) = 0.0010891 (6.45535) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.189364) Outpt time (%) = 0.0156569 (92.8027) Other time (%) = 9.32217e-05 (0.552549) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:58 2021 Memory usage per processor = 27.5398 Mbytes Step Atoms AVEKE stressZZ 17273 5000 5.4818054e-11 5998297.1 17274 -0.0117649999999936 5998206.79496092 17274 5000 5.4814029e-11 5998206.8 Loop time of 0.0163591 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:59 2021 Pair time (%) = 0.001055 (6.44903) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.195293) Outpt time (%) = 0.015177 (92.7742) Other time (%) = 9.5129e-05 (0.581506) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:59 2021 Memory usage per processor = 27.5398 Mbytes Step Atoms AVEKE stressZZ 17274 5000 5.4814029e-11 5998178.3 17275 -0.0117649999999936 5998088.03542244 17275 5000 5.4810004e-11 5998088 Loop time of 0.0163081 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:59 2021 Pair time (%) = 0.00105405 (6.46336) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.195904) Outpt time (%) = 0.015132 (92.7881) Other time (%) = 9.01222e-05 (0.552623) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:59 2021 Memory usage per processor = 27.5398 Mbytes Step Atoms AVEKE stressZZ 17275 5000 5.4810004e-11 5998059.5 17276 -0.0117649999999936 5997969.28206746 17276 5000 5.4805979e-11 5997969.3 Loop time of 0.0165789 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:59 2021 Pair time (%) = 0.00105405 (6.35777) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.186951) Outpt time (%) = 0.0154049 (92.9189) Other time (%) = 8.89301e-05 (0.536405) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:59 2021 Memory usage per processor = 27.5398 Mbytes Step Atoms AVEKE stressZZ 17276 5000 5.4805979e-11 5997940.8 17277 -0.0117649999999936 5997850.53489474 17277 5000 5.4801955e-11 5997850.5 Loop time of 0.0176659 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:59 2021 Pair time (%) = 0.00124884 (7.06921) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.175448) Outpt time (%) = 0.0162811 (92.1615) Other time (%) = 0.000104904 (0.593824) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:59 2021 Memory usage per processor = 27.5398 Mbytes Step Atoms AVEKE stressZZ 17277 5000 5.4801955e-11 5997822 17278 -0.0117649999999936 5997731.79390303 17278 5000 5.4797931e-11 5997731.8 Loop time of 0.0172451 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:59 2021 Pair time (%) = 0.00125599 (7.28318) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197702) Outpt time (%) = 0.015852 (91.9219) Other time (%) = 0.000102997 (0.597254) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:59 2021 Memory usage per processor = 27.5398 Mbytes Step Atoms AVEKE stressZZ 17278 5000 5.4797931e-11 5997703.3 17279 -0.0117649999999936 5997613.05909105 17279 5000 5.4793908e-11 5997613.1 Loop time of 0.0164919 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:59 2021 Pair time (%) = 0.00110316 (6.68912) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.206731) Outpt time (%) = 0.0152531 (92.4883) Other time (%) = 0.000101566 (0.615856) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:59 2021 Memory usage per processor = 27.5398 Mbytes Step Atoms AVEKE stressZZ 17279 5000 5.4793908e-11 5997584.6 17280 -0.0117649999999936 5997494.33044788 17280 5000 5.4789886e-11 5997494.3 Loop time of 0.019556 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:59 2021 Pair time (%) = 0.00149798 (7.65995) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.193846) Outpt time (%) = 0.0178802 (91.4306) Other time (%) = 0.000139952 (0.715644) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:59 2021 Memory usage per processor = 27.5398 Mbytes Step Atoms AVEKE stressZZ 17280 5000 5.4789886e-11 5997465.8 17281 -0.0117649999999936 5997375.60795055 17281 5000 5.4785863e-11 5997375.6 Loop time of 0.017489 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:59 2021 Pair time (%) = 0.00108886 (6.22597) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182676) Outpt time (%) = 0.016273 (93.0474) Other time (%) = 9.5129e-05 (0.543938) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:59 2021 Memory usage per processor = 27.5398 Mbytes Step Atoms AVEKE stressZZ 17281 5000 5.4785863e-11 5997347.1 17282 -0.0117649999999936 5997256.89162743 17282 5000 5.4781842e-11 5997256.9 Loop time of 0.017257 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:59 2021 Pair time (%) = 0.00110483 (6.40223) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.272171) Outpt time (%) = 0.0159669 (92.5243) Other time (%) = 0.000138283 (0.801315) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:59 2021 Memory usage per processor = 27.5398 Mbytes Step Atoms AVEKE stressZZ 17282 5000 5.4781842e-11 5997228.4 17283 -0.0117649999999936 5997138.18147773 17283 5000 5.477782e-11 5997138.2 Loop time of 0.0166059 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:59 2021 Pair time (%) = 0.00107312 (6.46231) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.198134) Outpt time (%) = 0.0153971 (92.7207) Other time (%) = 0.000102758 (0.618808) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:59 2021 Memory usage per processor = 27.5398 Mbytes Step Atoms AVEKE stressZZ 17283 5000 5.477782e-11 5997109.7 17284 -0.0117649999999936 5997019.4775003 17284 5000 5.4773799e-11 5997019.5 Loop time of 0.017236 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:59 2021 Pair time (%) = 0.00149012 (8.64537) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.214405) Outpt time (%) = 0.015573 (90.3518) Other time (%) = 0.000135899 (0.788458) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:59 2021 Memory usage per processor = 27.5398 Mbytes Step Atoms AVEKE stressZZ 17284 5000 5.4773799e-11 5996991 17285 -0.0117649999999936 5996900.77969409 17285 5000 5.4769779e-11 5996900.8 Loop time of 0.0176041 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:59 2021 Pair time (%) = 0.00109792 (6.23671) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.186898) Outpt time (%) = 0.016362 (92.9439) Other time (%) = 0.000111341 (0.632474) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:59 2021 Memory usage per processor = 27.5398 Mbytes Step Atoms AVEKE stressZZ 17285 5000 5.4769779e-11 5996872.3 17286 -0.0117649999999936 5996782.08805821 17286 5000 5.4765759e-11 5996782.1 Loop time of 0.0165939 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:59 2021 Pair time (%) = 0.00109291 (6.58621) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192529) Outpt time (%) = 0.0153751 (92.6552) Other time (%) = 9.39369e-05 (0.566092) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:59 2021 Memory usage per processor = 27.5398 Mbytes Step Atoms AVEKE stressZZ 17286 5000 5.4765759e-11 5996753.6 17287 -0.0117649999999936 5996663.40259156 17287 5000 5.4761739e-11 5996663.4 Loop time of 0.0165551 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:59 2021 Pair time (%) = 0.001091 (6.59015) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.204502) Outpt time (%) = 0.015331 (92.6062) Other time (%) = 9.91821e-05 (0.599104) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:59 2021 Memory usage per processor = 27.5398 Mbytes Step Atoms AVEKE stressZZ 17287 5000 5.4761739e-11 5996634.9 17288 -0.0117649999999936 5996544.72329339 17288 5000 5.475772e-11 5996544.7 Loop time of 0.0173259 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:59 2021 Pair time (%) = 0.001091 (6.29696) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.178891) Outpt time (%) = 0.0161071 (92.9655) Other time (%) = 9.67979e-05 (0.55869) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:59 2021 Memory usage per processor = 27.5398 Mbytes Step Atoms AVEKE stressZZ 17288 5000 5.475772e-11 5996516.2 17289 -0.0117649999999936 5996426.05016253 17289 5000 5.4753702e-11 5996426.1 Loop time of 0.0171571 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:59 2021 Pair time (%) = 0.00107598 (6.27137) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193157) Outpt time (%) = 0.015955 (92.9935) Other time (%) = 9.29832e-05 (0.541953) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:59 2021 Memory usage per processor = 27.5398 Mbytes Step Atoms AVEKE stressZZ 17289 5000 5.4753702e-11 5996397.6 17290 -0.0117649999999936 5996307.38319817 17290 5000 5.4749683e-11 5996307.4 Loop time of 0.0192261 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:59 2021 Pair time (%) = 0.00105095 (5.46627) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.16121) Outpt time (%) = 0.0180511 (93.8889) Other time (%) = 9.29832e-05 (0.483631) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:59 2021 Memory usage per processor = 27.5398 Mbytes Step Atoms AVEKE stressZZ 17290 5000 5.4749683e-11 5996278.9 17291 -0.0117649999999936 5996188.72239943 17291 5000 5.4745666e-11 5996188.7 Loop time of 0.0170271 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:59 2021 Pair time (%) = 0.00107408 (6.30802) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18763) Outpt time (%) = 0.015811 (92.8574) Other time (%) = 0.000110149 (0.646905) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:59 2021 Memory usage per processor = 27.5398 Mbytes Step Atoms AVEKE stressZZ 17291 5000 5.4745666e-11 5996160.2 17292 -0.0117649999999936 5996070.06776531 17292 5000 5.4741648e-11 5996070.1 Loop time of 0.0171411 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:59 2021 Pair time (%) = 0.00105715 (6.16733) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180819) Outpt time (%) = 0.0159571 (93.0927) Other time (%) = 9.58443e-05 (0.559149) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:59 2021 Memory usage per processor = 27.5398 Mbytes Step Atoms AVEKE stressZZ 17292 5000 5.4741648e-11 5996041.6 17293 -0.0117649999999936 5995951.41929501 17293 5000 5.4737632e-11 5995951.4 Loop time of 0.0172269 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:59 2021 Pair time (%) = 0.00106812 (6.20026) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185454) Outpt time (%) = 0.0160291 (93.0468) Other time (%) = 9.77516e-05 (0.567435) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:59 2021 Memory usage per processor = 27.5398 Mbytes Step Atoms AVEKE stressZZ 17293 5000 5.4737632e-11 5995922.9 17294 -0.0117649999999936 5995832.77698748 17294 5000 5.4733615e-11 5995832.8 Loop time of 0.016531 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:59 2021 Pair time (%) = 0.00105691 (6.3935) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.194704) Outpt time (%) = 0.0153399 (92.7945) Other time (%) = 0.000102043 (0.617284) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:59 2021 Memory usage per processor = 27.5398 Mbytes Step Atoms AVEKE stressZZ 17294 5000 5.4733615e-11 5995804.3 17295 -0.0117649999999936 5995714.14084207 17295 5000 5.4729599e-11 5995714.1 Loop time of 0.0171082 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:59 2021 Pair time (%) = 0.00128484 (7.51007) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.199284) Outpt time (%) = 0.0156651 (91.5646) Other time (%) = 0.000124216 (0.726062) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:59 2021 Memory usage per processor = 27.5398 Mbytes Step Atoms AVEKE stressZZ 17295 5000 5.4729599e-11 5995685.6 17296 -0.0117649999999936 5995595.51085765 17296 5000 5.4725584e-11 5995595.5 Loop time of 0.0167401 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:59 2021 Pair time (%) = 0.001055 (6.30225) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190848) Outpt time (%) = 0.0155289 (92.7649) Other time (%) = 0.000124216 (0.742028) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:59 2021 Memory usage per processor = 27.5398 Mbytes Step Atoms AVEKE stressZZ 17296 5000 5.4725584e-11 5995567 17297 -0.0117649999999936 5995476.88703594 17297 5000 5.4721569e-11 5995476.9 Loop time of 0.0163991 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:59 2021 Pair time (%) = 0.00106096 (6.46962) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194816) Outpt time (%) = 0.0152199 (92.8093) Other time (%) = 8.63075e-05 (0.526293) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:59 2021 Memory usage per processor = 27.5398 Mbytes Step Atoms AVEKE stressZZ 17297 5000 5.4721569e-11 5995448.4 17298 -0.0117649999999936 5995358.26937414 17298 5000 5.4717554e-11 5995358.3 Loop time of 0.0162849 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:59 2021 Pair time (%) = 0.0010519 (6.45936) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.190326) Outpt time (%) = 0.0151119 (92.7969) Other time (%) = 9.01222e-05 (0.553408) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:59 2021 Memory usage per processor = 27.5398 Mbytes Step Atoms AVEKE stressZZ 17298 5000 5.4717554e-11 5995329.8 17299 -0.0117649999999936 5995239.65787097 17299 5000 5.471354e-11 5995239.7 Loop time of 0.016335 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:59 2021 Pair time (%) = 0.00105309 (6.44686) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.189742) Outpt time (%) = 0.0151629 (92.8248) Other time (%) = 8.79765e-05 (0.538576) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:59 2021 Memory usage per processor = 27.5398 Mbytes Step Atoms AVEKE stressZZ 17299 5000 5.471354e-11 5995211.2 17300 -0.0117649999999936 5995121.05252552 17300 5000 5.4709527e-11 5995121.1 Loop time of 0.0185449 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:59 2021 Pair time (%) = 0.00105 (5.66191) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.167132) Outpt time (%) = 0.017375 (93.6914) Other time (%) = 8.89301e-05 (0.479539) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:59 2021 Memory usage per processor = 27.5398 Mbytes Step Atoms AVEKE stressZZ 17300 5000 5.4709527e-11 5995092.6 17301 -0.0117649999999936 5995002.45333704 17301 5000 5.4705513e-11 5995002.5 Loop time of 0.016304 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:59 2021 Pair time (%) = 0.00105214 (6.45326) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.190103) Outpt time (%) = 0.015132 (92.8112) Other time (%) = 8.89301e-05 (0.545449) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:59 2021 Memory usage per processor = 27.5398 Mbytes Step Atoms AVEKE stressZZ 17301 5000 5.4705513e-11 5994974 17302 -0.0117649999999936 5994883.8603047 17302 5000 5.4701501e-11 5994883.9 Loop time of 0.0165629 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:59 2021 Pair time (%) = 0.00106716 (6.44307) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192889) Outpt time (%) = 0.015378 (92.8458) Other time (%) = 8.58307e-05 (0.518209) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:59 2021 Memory usage per processor = 27.5398 Mbytes Step Atoms AVEKE stressZZ 17302 5000 5.4701501e-11 5994855.4 17303 -0.0117649999999936 5994765.27342764 17303 5000 5.4697488e-11 5994765.3 Loop time of 0.0165439 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:59 2021 Pair time (%) = 0.00118589 (7.16818) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.187347) Outpt time (%) = 0.0152409 (92.1242) Other time (%) = 8.60691e-05 (0.520248) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:59 2021 Memory usage per processor = 27.5398 Mbytes Step Atoms AVEKE stressZZ 17303 5000 5.4697488e-11 5994736.8 17304 -0.0117649999999936 5994646.69270502 17304 5000 5.4693477e-11 5994646.7 Loop time of 0.016571 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:59 2021 Pair time (%) = 0.00103211 (6.22842) Neigh time (%) = 0 (0) Comm time (%) = 3.00407e-05 (0.181285) Outpt time (%) = 0.0154281 (93.1026) Other time (%) = 8.08239e-05 (0.487742) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:59 2021 Memory usage per processor = 27.5398 Mbytes Step Atoms AVEKE stressZZ 17304 5000 5.4693477e-11 5994618.2 17305 -0.0117649999999936 5994528.11813611 17305 5000 5.4689465e-11 5994528.1 Loop time of 0.016309 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:59 2021 Pair time (%) = 0.00102997 (6.31533) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.190045) Outpt time (%) = 0.015162 (92.9669) Other time (%) = 8.60691e-05 (0.527739) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:59 2021 Memory usage per processor = 27.5398 Mbytes Step Atoms AVEKE stressZZ 17305 5000 5.4689465e-11 5994499.6 17306 -0.0117649999999936 5994409.54971991 17306 5000 5.4685454e-11 5994409.5 Loop time of 0.016516 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:59 2021 Pair time (%) = 0.00120902 (7.32031) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.187663) Outpt time (%) = 0.0151939 (91.9954) Other time (%) = 8.2016e-05 (0.496586) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:59 2021 Memory usage per processor = 27.5398 Mbytes Step Atoms AVEKE stressZZ 17306 5000 5.4685454e-11 5994381.1 17307 -0.0117649999999936 5994290.98745594 17307 5000 5.4681444e-11 5994291 Loop time of 0.016443 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:59 2021 Pair time (%) = 0.00103402 (6.28851) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.188496) Outpt time (%) = 0.0152919 (92.9996) Other time (%) = 8.60691e-05 (0.523439) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:59 2021 Memory usage per processor = 27.5398 Mbytes Step Atoms AVEKE stressZZ 17307 5000 5.4681444e-11 5994262.5 17308 -0.0117649999999936 5994172.43134307 17308 5000 5.4677434e-11 5994172.4 Loop time of 0.0165908 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:59 2021 Pair time (%) = 0.00116897 (7.04586) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.186817) Outpt time (%) = 0.0152619 (91.9899) Other time (%) = 0.000128984 (0.777444) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:59 2021 Memory usage per processor = 27.5398 Mbytes Step Atoms AVEKE stressZZ 17308 5000 5.4677434e-11 5994143.9 17309 -0.0117649999999936 5994053.88138065 17309 5000 5.4673424e-11 5994053.9 Loop time of 0.016391 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:59 2021 Pair time (%) = 0.00122094 (7.44884) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194912) Outpt time (%) = 0.0150518 (91.8297) Other time (%) = 8.63075e-05 (0.526553) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:59 2021 Memory usage per processor = 27.5398 Mbytes Step Atoms AVEKE stressZZ 17309 5000 5.4673424e-11 5994025.4 17310 -0.0117649999999936 5993935.33756783 17310 5000 5.4669415e-11 5993935.3 Loop time of 0.0187922 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:59 2021 Pair time (%) = 0.00102901 (5.47577) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.164933) Outpt time (%) = 0.0176461 (93.9013) Other time (%) = 8.60691e-05 (0.458006) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:59 2021 Memory usage per processor = 27.5398 Mbytes Step Atoms AVEKE stressZZ 17310 5000 5.4669415e-11 5993906.9 17311 -0.0117649999999936 5993816.79990395 17311 5000 5.4665407e-11 5993816.8 Loop time of 0.0161531 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:59 2021 Pair time (%) = 0.00107288 (6.64197) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.203687) Outpt time (%) = 0.0149591 (92.6082) Other time (%) = 8.82149e-05 (0.546117) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:24:59 2021 Memory usage per processor = 27.5398 Mbytes Step Atoms AVEKE stressZZ 17311 5000 5.4665407e-11 5993788.3 17312 -0.0117649999999936 5993680.32161081 17312 5000 1.0793679e-10 5993877.4 Loop time of 0.015816 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:24:59 2021 Pair time (%) = 0.00107098 (6.77148) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.195969) Outpt time (%) = 0.014585 (92.217) Other time (%) = 0.000128984 (0.815533) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:24:59 2021 Memory usage per processor = 27.5398 Mbytes Step Atoms AVEKE stressZZ 17312 5000 1.0793679e-10 6052454.9 17313 -0.0117974999999936 6052335.75526164 17313 5000 8.6888764e-11 6052335.8 Loop time of 0.0172989 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:00 2021 Pair time (%) = 0.00117803 (6.80982) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.208112) Outpt time (%) = 0.0159729 (92.3343) Other time (%) = 0.000112057 (0.647767) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:00 2021 Memory usage per processor = 27.5398 Mbytes Step Atoms AVEKE stressZZ 17313 5000 8.6888764e-11 6052297.3 17314 -0.0117974999999936 6052188.44660452 17314 5000 7.4696673e-11 6052188.4 Loop time of 0.01631 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:00 2021 Pair time (%) = 0.00103188 (6.32665) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.190033) Outpt time (%) = 0.015156 (92.9249) Other time (%) = 9.10759e-05 (0.558406) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:00 2021 Memory usage per processor = 27.5398 Mbytes Step Atoms AVEKE stressZZ 17314 5000 7.4696673e-11 6052153.5 17315 -0.0117974999999936 6052051.1018185 17315 5000 6.7425892e-11 6052051.1 Loop time of 0.0164649 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:00 2021 Pair time (%) = 0.00109482 (6.64939) Neigh time (%) = 0 (0) Comm time (%) = 3.00407e-05 (0.182453) Outpt time (%) = 0.015223 (92.4572) Other time (%) = 0.000117064 (0.710986) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:00 2021 Memory usage per processor = 27.5398 Mbytes Step Atoms AVEKE stressZZ 17315 5000 6.7425892e-11 6052018.4 17316 -0.0117974999999936 6051920.09144823 17316 5000 6.29972e-11 6051920.1 Loop time of 0.016947 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:00 2021 Pair time (%) = 0.00105619 (6.23233) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188517) Outpt time (%) = 0.0157709 (93.06) Other time (%) = 8.79765e-05 (0.519126) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:00 2021 Memory usage per processor = 27.5398 Mbytes Step Atoms AVEKE stressZZ 17316 5000 6.29972e-11 6051888.8 17317 -0.0117974999999936 6051793.10894306 17317 5000 6.0259381e-11 6051793.1 Loop time of 0.0170169 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:00 2021 Pair time (%) = 0.00110602 (6.49957) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.200353) Outpt time (%) = 0.015774 (92.6962) Other time (%) = 0.000102758 (0.603861) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:00 2021 Memory usage per processor = 27.5398 Mbytes Step Atoms AVEKE stressZZ 17317 5000 6.0259381e-11 6051762.7 17318 -0.0117974999999936 6051668.68846703 17318 5000 5.8549555e-11 6051668.7 Loop time of 0.0172601 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:00 2021 Pair time (%) = 0.00109792 (6.36102) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185098) Outpt time (%) = 0.016037 (92.9138) Other time (%) = 9.32217e-05 (0.5401) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:00 2021 Memory usage per processor = 27.5398 Mbytes Step Atoms AVEKE stressZZ 17318 5000 5.8549555e-11 6051638.8 17319 -0.0117974999999936 6051545.89845927 17319 5000 5.7474212e-11 6051545.9 Loop time of 0.016999 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:00 2021 Pair time (%) = 0.001055 (6.20626) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187941) Outpt time (%) = 0.01582 (93.0644) Other time (%) = 9.20296e-05 (0.541382) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:00 2021 Memory usage per processor = 27.5398 Mbytes Step Atoms AVEKE stressZZ 17319 5000 5.7474212e-11 6051516.4 17320 -0.0117974999999936 6051424.14690203 17320 5000 5.6794488e-11 6051424.1 Loop time of 0.0188382 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:00 2021 Pair time (%) = 0.00106001 (5.62692) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.174655) Outpt time (%) = 0.017647 (93.677) Other time (%) = 9.82285e-05 (0.521433) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:00 2021 Memory usage per processor = 27.5399 Mbytes Step Atoms AVEKE stressZZ 17320 5000 5.6794488e-11 6051394.9 17321 -0.0117974999999936 6051303.05757395 17321 5000 5.6363112e-11 6051303.1 Loop time of 0.016963 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:00 2021 Pair time (%) = 0.00128794 (7.59262) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.212234) Outpt time (%) = 0.0155129 (91.4516) Other time (%) = 0.000126123 (0.743521) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:00 2021 Memory usage per processor = 27.5399 Mbytes Step Atoms AVEKE stressZZ 17321 5000 5.6363112e-11 6051273.9 17322 -0.0117974999999936 6051182.39137499 17322 5000 5.6088321e-11 6051182.4 Loop time of 0.0173109 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:00 2021 Pair time (%) = 0.00118804 (6.86297) Neigh time (%) = 0 (0) Comm time (%) = 6.50883e-05 (0.375997) Outpt time (%) = 0.01594 (92.0807) Other time (%) = 0.000117779 (0.680375) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:00 2021 Memory usage per processor = 27.5399 Mbytes Step Atoms AVEKE stressZZ 17322 5000 5.6088321e-11 6051153.4 17323 -0.0117974999999936 6051061.99635432 17323 5000 5.591254e-11 6051062 Loop time of 0.0174141 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:00 2021 Pair time (%) = 0.00105405 (6.05285) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183461) Outpt time (%) = 0.0162351 (93.2297) Other time (%) = 9.29832e-05 (0.533954) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:00 2021 Memory usage per processor = 27.5399 Mbytes Step Atoms AVEKE stressZZ 17323 5000 5.591254e-11 6051033 17324 -0.0117974999999936 6050941.77594501 17324 5000 5.5799478e-11 6050941.8 Loop time of 0.016655 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:00 2021 Pair time (%) = 0.00106692 (6.40604) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.197549) Outpt time (%) = 0.0154519 (92.7766) Other time (%) = 0.000103235 (0.619847) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:00 2021 Memory usage per processor = 27.5399 Mbytes Step Atoms AVEKE stressZZ 17324 5000 5.5799478e-11 6050912.9 17325 -0.0117974999999936 6050821.66877724 17325 5000 5.5726192e-11 6050821.7 Loop time of 0.0171709 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:00 2021 Pair time (%) = 0.00117207 (6.82588) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.273535) Outpt time (%) = 0.015784 (91.9231) Other time (%) = 0.000167847 (0.977506) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:00 2021 Memory usage per processor = 27.5399 Mbytes Step Atoms AVEKE stressZZ 17325 5000 5.5726192e-11 6050792.8 17326 -0.0117974999999936 6050701.63584964 17326 5000 5.5678151e-11 6050701.6 Loop time of 0.0175228 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:00 2021 Pair time (%) = 0.0011549 (6.59083) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.187765) Outpt time (%) = 0.016175 (92.3084) Other time (%) = 0.000159979 (0.912975) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:00 2021 Memory usage per processor = 27.5399 Mbytes Step Atoms AVEKE stressZZ 17326 5000 5.5678151e-11 6050672.8 17327 -0.0117974999999936 6050581.65237601 17327 5000 5.5646139e-11 6050581.7 Loop time of 0.016814 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:00 2021 Pair time (%) = 0.00105715 (6.28731) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190009) Outpt time (%) = 0.015604 (92.8038) Other time (%) = 0.000120878 (0.718914) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:00 2021 Memory usage per processor = 27.5399 Mbytes Step Atoms AVEKE stressZZ 17327 5000 5.5646139e-11 6050552.8 17328 -0.0117974999999936 6050461.70260404 17328 5000 5.562431e-11 6050461.7 Loop time of 0.0167639 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:00 2021 Pair time (%) = 0.00123715 (7.37986) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209065) Outpt time (%) = 0.015377 (91.727) Other time (%) = 0.000114679 (0.684084) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:00 2021 Memory usage per processor = 27.5399 Mbytes Step Atoms AVEKE stressZZ 17328 5000 5.562431e-11 6050432.8 17329 -0.0117974999999936 6050341.77652284 17329 5000 5.5608948e-11 6050341.8 Loop time of 0.0172131 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:00 2021 Pair time (%) = 0.00117898 (6.84932) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185603) Outpt time (%) = 0.015908 (92.418) Other time (%) = 9.41753e-05 (0.547114) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:00 2021 Memory usage per processor = 27.5399 Mbytes Step Atoms AVEKE stressZZ 17329 5000 5.5608948e-11 6050312.9 17330 -0.0117974999999936 6050221.86776997 17330 5000 5.5597697e-11 6050221.9 Loop time of 0.0195599 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:00 2021 Pair time (%) = 0.00121498 (6.2116) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.173086) Outpt time (%) = 0.018204 (93.068) Other time (%) = 0.00010705 (0.547294) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:00 2021 Memory usage per processor = 27.5399 Mbytes Step Atoms AVEKE stressZZ 17330 5000 5.5597697e-11 6050193 17331 -0.0117974999999936 6050101.97230177 17331 5000 5.5589057e-11 6050102 Loop time of 0.0167041 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:00 2021 Pair time (%) = 0.00111508 (6.67552) Neigh time (%) = 0 (0) Comm time (%) = 4.50611e-05 (0.269761) Outpt time (%) = 0.0154331 (92.391) Other time (%) = 0.000110865 (0.663698) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:00 2021 Memory usage per processor = 27.5399 Mbytes Step Atoms AVEKE stressZZ 17331 5000 5.5589057e-11 6050073.1 17332 -0.0117974999999936 6049982.08754812 17332 5000 5.5582077e-11 6049982.1 Loop time of 0.0166261 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:00 2021 Pair time (%) = 0.00121093 (7.28329) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.205062) Outpt time (%) = 0.015265 (91.8133) Other time (%) = 0.00011611 (0.698358) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:00 2021 Memory usage per processor = 27.5399 Mbytes Step Atoms AVEKE stressZZ 17332 5000 5.5582077e-11 6049953.2 17333 -0.0117974999999936 6049862.21187553 17333 5000 5.5576152e-11 6049862.2 Loop time of 0.0170751 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:00 2021 Pair time (%) = 0.00105596 (6.1842) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181519) Outpt time (%) = 0.0158961 (93.0953) Other time (%) = 9.20296e-05 (0.538971) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:00 2021 Memory usage per processor = 27.5399 Mbytes Step Atoms AVEKE stressZZ 17333 5000 5.5576152e-11 6049833.4 17334 -0.0117974999999936 6049742.34424544 17334 5000 5.5570898e-11 6049742.3 Loop time of 0.0170839 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:00 2021 Pair time (%) = 0.00109982 (6.43779) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181425) Outpt time (%) = 0.0158579 (92.8239) Other time (%) = 9.5129e-05 (0.556835) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:00 2021 Memory usage per processor = 27.5399 Mbytes Step Atoms AVEKE stressZZ 17334 5000 5.5570898e-11 6049713.5 17335 -0.0117974999999936 6049622.48399777 17335 5000 5.556607e-11 6049622.5 Loop time of 0.0165131 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:00 2021 Pair time (%) = 0.00115585 (6.99961) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193471) Outpt time (%) = 0.015228 (92.2178) Other time (%) = 9.72748e-05 (0.589076) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:00 2021 Memory usage per processor = 27.5399 Mbytes Step Atoms AVEKE stressZZ 17335 5000 5.556607e-11 6049593.6 17336 -0.0117974999999936 6049502.63071253 17336 5000 5.5561512e-11 6049502.6 Loop time of 0.01741 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:00 2021 Pair time (%) = 0.00125408 (7.20321) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.275256) Outpt time (%) = 0.015975 (91.7574) Other time (%) = 0.000133038 (0.764143) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:00 2021 Memory usage per processor = 27.5399 Mbytes Step Atoms AVEKE stressZZ 17336 5000 5.5561512e-11 6049473.8 17337 -0.0117974999999936 6049382.78412268 17337 5000 5.5557128e-11 6049382.8 Loop time of 0.0171568 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:00 2021 Pair time (%) = 0.00105309 (6.13805) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180653) Outpt time (%) = 0.015986 (93.1755) Other time (%) = 8.67844e-05 (0.50583) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:00 2021 Memory usage per processor = 27.5399 Mbytes Step Atoms AVEKE stressZZ 17337 5000 5.5557128e-11 6049353.9 17338 -0.0117974999999936 6049262.94405821 17338 5000 5.5552853e-11 6049262.9 Loop time of 0.0165529 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:00 2021 Pair time (%) = 0.00109005 (6.58524) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193006) Outpt time (%) = 0.015336 (92.6485) Other time (%) = 9.48906e-05 (0.573256) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:00 2021 Memory usage per processor = 27.5399 Mbytes Step Atoms AVEKE stressZZ 17338 5000 5.5552853e-11 6049234.1 17339 -0.0117974999999936 6049143.11041078 17339 5000 5.5548648e-11 6049143.1 Loop time of 0.0168149 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:00 2021 Pair time (%) = 0.00111198 (6.61307) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208431) Outpt time (%) = 0.0155661 (92.5731) Other time (%) = 0.000101805 (0.605442) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:00 2021 Memory usage per processor = 27.5399 Mbytes Step Atoms AVEKE stressZZ 17339 5000 5.5548648e-11 6049114.3 17340 -0.0117974999999936 6049023.28311139 17340 5000 5.5544487e-11 6049023.3 Loop time of 0.019769 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:00 2021 Pair time (%) = 0.00123811 (6.26289) Neigh time (%) = 0 (0) Comm time (%) = 7.29561e-05 (0.369044) Outpt time (%) = 0.018363 (92.8881) Other time (%) = 9.48906e-05 (0.479998) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:00 2021 Memory usage per processor = 27.5399 Mbytes Step Atoms AVEKE stressZZ 17340 5000 5.5544487e-11 6048994.4 17341 -0.0117974999999936 6048903.46211575 17341 5000 5.5540355e-11 6048903.5 Loop time of 0.0172679 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:00 2021 Pair time (%) = 0.00105906 (6.13307) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185014) Outpt time (%) = 0.016083 (93.1379) Other time (%) = 9.39369e-05 (0.543996) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:00 2021 Memory usage per processor = 27.5399 Mbytes Step Atoms AVEKE stressZZ 17341 5000 5.5540355e-11 6048874.6 17342 -0.0117974999999936 6048783.64739568 17342 5000 5.5536242e-11 6048783.6 Loop time of 0.0166609 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:00 2021 Pair time (%) = 0.00105405 (6.32647) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191755) Outpt time (%) = 0.0154829 (92.9294) Other time (%) = 9.20296e-05 (0.552368) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:00 2021 Memory usage per processor = 27.5399 Mbytes Step Atoms AVEKE stressZZ 17342 5000 5.5536242e-11 6048754.8 17343 -0.0117974999999936 6048663.8389374 17343 5000 5.553214e-11 6048663.8 Loop time of 0.0166721 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:00 2021 Pair time (%) = 0.00110602 (6.63397) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.197346) Outpt time (%) = 0.0153861 (92.2864) Other time (%) = 0.000147104 (0.882336) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:00 2021 Memory usage per processor = 27.5399 Mbytes Step Atoms AVEKE stressZZ 17343 5000 5.553214e-11 6048635 17344 -0.0117974999999936 6048544.03672911 17344 5000 5.5528046e-11 6048544 Loop time of 0.0177751 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:00 2021 Pair time (%) = 0.00136089 (7.6562) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.185101) Outpt time (%) = 0.0162151 (91.2238) Other time (%) = 0.000166178 (0.934893) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:00 2021 Memory usage per processor = 27.5399 Mbytes Step Atoms AVEKE stressZZ 17344 5000 5.5528046e-11 6048515.2 17345 -0.0117974999999936 6048424.24076116 17345 5000 5.5523956e-11 6048424.2 Loop time of 0.0172429 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:00 2021 Pair time (%) = 0.00109792 (6.36736) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185282) Outpt time (%) = 0.0160201 (92.9081) Other time (%) = 9.29832e-05 (0.539255) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:00 2021 Memory usage per processor = 27.5399 Mbytes Step Atoms AVEKE stressZZ 17345 5000 5.5523956e-11 6048395.4 17346 -0.0117974999999936 6048304.45102781 17346 5000 5.5519871e-11 6048304.5 Loop time of 0.0165629 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:00 2021 Pair time (%) = 0.00105619 (6.37685) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192889) Outpt time (%) = 0.0153511 (92.6832) Other time (%) = 0.000123739 (0.747085) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:00 2021 Memory usage per processor = 27.5399 Mbytes Step Atoms AVEKE stressZZ 17346 5000 5.5519871e-11 6048275.6 17347 -0.0117974999999936 6048184.66752519 17347 5000 5.5515787e-11 6048184.7 Loop time of 0.016921 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:00 2021 Pair time (%) = 0.00128317 (7.58327) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.218396) Outpt time (%) = 0.0154271 (91.1712) Other time (%) = 0.000173807 (1.02717) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:00 2021 Memory usage per processor = 27.5399 Mbytes Step Atoms AVEKE stressZZ 17347 5000 5.5515787e-11 6048155.8 17348 -0.0117974999999936 6048064.8902506 17348 5000 5.5511705e-11 6048064.9 Loop time of 0.0170691 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:00 2021 Pair time (%) = 0.0011518 (6.74787) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192756) Outpt time (%) = 0.0157778 (92.435) Other time (%) = 0.000106573 (0.624363) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:00 2021 Memory usage per processor = 27.5399 Mbytes Step Atoms AVEKE stressZZ 17348 5000 5.5511705e-11 6048036 17349 -0.0117974999999936 6047945.119202 17349 5000 5.5507624e-11 6047945.1 Loop time of 0.016753 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:00 2021 Pair time (%) = 0.00109601 (6.54219) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.185009) Outpt time (%) = 0.0155311 (92.7064) Other time (%) = 9.48906e-05 (0.566411) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:00 2021 Memory usage per processor = 27.5399 Mbytes Step Atoms AVEKE stressZZ 17349 5000 5.5507624e-11 6047916.3 17350 -0.0117974999999936 6047825.35437771 17350 5000 5.5503545e-11 6047825.4 Loop time of 0.018867 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:00 2021 Pair time (%) = 0.0010891 (5.77249) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.254) Outpt time (%) = 0.017565 (93.099) Other time (%) = 0.000164986 (0.874466) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:00 2021 Memory usage per processor = 27.5399 Mbytes Step Atoms AVEKE stressZZ 17350 5000 5.5503545e-11 6047796.5 17351 -0.0117974999999936 6047705.59577664 17351 5000 5.5499466e-11 6047705.6 Loop time of 0.0174868 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:00 2021 Pair time (%) = 0.0015142 (8.65908) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.216784) Outpt time (%) = 0.0157888 (90.2897) Other time (%) = 0.000145912 (0.834413) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:00 2021 Memory usage per processor = 27.5399 Mbytes Step Atoms AVEKE stressZZ 17351 5000 5.5499466e-11 6047676.8 17352 -0.0117974999999936 6047585.84339774 17352 5000 5.5495388e-11 6047585.8 Loop time of 0.0172551 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:00 2021 Pair time (%) = 0.00105906 (6.13765) Neigh time (%) = 0 (0) Comm time (%) = 3.12328e-05 (0.181007) Outpt time (%) = 0.0160711 (93.1383) Other time (%) = 9.36985e-05 (0.54302) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:00 2021 Memory usage per processor = 27.5399 Mbytes Step Atoms AVEKE stressZZ 17352 5000 5.5495388e-11 6047557 17353 -0.0117974999999936 6047466.09723993 17353 5000 5.549131e-11 6047466.1 Loop time of 0.016835 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:00 2021 Pair time (%) = 0.00105381 (6.25965) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.184107) Outpt time (%) = 0.015656 (92.9968) Other time (%) = 9.41753e-05 (0.559403) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:00 2021 Memory usage per processor = 27.5399 Mbytes Step Atoms AVEKE stressZZ 17353 5000 5.549131e-11 6047437.3 17354 -0.0117974999999936 6047346.3573024 17354 5000 5.5487233e-11 6047346.4 Loop time of 0.0166149 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:00 2021 Pair time (%) = 0.00108099 (6.50614) Neigh time (%) = 0 (0) Comm time (%) = 4.81606e-05 (0.289863) Outpt time (%) = 0.0153389 (92.3201) Other time (%) = 0.000146866 (0.88394) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:00 2021 Memory usage per processor = 27.5399 Mbytes Step Atoms AVEKE stressZZ 17354 5000 5.5487233e-11 6047317.5 17355 -0.0117974999999936 6047226.62358441 17355 5000 5.5483156e-11 6047226.6 Loop time of 0.01721 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:00 2021 Pair time (%) = 0.00124598 (7.23983) Neigh time (%) = 0 (0) Comm time (%) = 5.6982e-05 (0.331098) Outpt time (%) = 0.01578 (91.6907) Other time (%) = 0.000127077 (0.738391) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:00 2021 Memory usage per processor = 27.5399 Mbytes Step Atoms AVEKE stressZZ 17355 5000 5.5483156e-11 6047197.8 17356 -0.0117974999999936 6047106.89608514 17356 5000 5.547908e-11 6047106.9 Loop time of 0.016624 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:01 2021 Pair time (%) = 0.00105786 (6.36348) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.193615) Outpt time (%) = 0.0154419 (92.8893) Other time (%) = 9.20296e-05 (0.553596) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:01 2021 Memory usage per processor = 27.5399 Mbytes Step Atoms AVEKE stressZZ 17356 5000 5.547908e-11 6047078.1 17357 -0.0117974999999936 6046987.17480382 17357 5000 5.5475004e-11 6046987.2 Loop time of 0.016299 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:01 2021 Pair time (%) = 0.00105882 (6.4962) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.197475) Outpt time (%) = 0.0151169 (92.7475) Other time (%) = 9.10759e-05 (0.558782) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:01 2021 Memory usage per processor = 27.5399 Mbytes Step Atoms AVEKE stressZZ 17357 5000 5.5475004e-11 6046958.3 17358 -0.0117974999999936 6046867.45973972 17358 5000 5.5470929e-11 6046867.5 Loop time of 0.0163059 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:01 2021 Pair time (%) = 0.00105786 (6.4876) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.197392) Outpt time (%) = 0.0151281 (92.7769) Other time (%) = 8.7738e-05 (0.538075) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:01 2021 Memory usage per processor = 27.5399 Mbytes Step Atoms AVEKE stressZZ 17358 5000 5.5470929e-11 6046838.6 17359 -0.0117974999999936 6046747.75089218 17359 5000 5.5466854e-11 6046747.8 Loop time of 0.0164099 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:01 2021 Pair time (%) = 0.00105691 (6.44069) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.196141) Outpt time (%) = 0.0152309 (92.8154) Other time (%) = 8.98838e-05 (0.547742) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:01 2021 Memory usage per processor = 27.5399 Mbytes Step Atoms AVEKE stressZZ 17359 5000 5.5466854e-11 6046718.9 17360 -0.0117974999999936 6046628.04826047 17360 5000 5.546278e-11 6046628 Loop time of 0.0201578 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:01 2021 Pair time (%) = 0.00143504 (7.11903) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.178597) Outpt time (%) = 0.0185611 (92.0791) Other time (%) = 0.000125647 (0.623315) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:01 2021 Memory usage per processor = 27.5399 Mbytes Step Atoms AVEKE stressZZ 17360 5000 5.546278e-11 6046599.2 17361 -0.0117974999999936 6046508.35184392 17361 5000 5.5458706e-11 6046508.4 Loop time of 0.0172992 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:01 2021 Pair time (%) = 0.00105619 (6.10546) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.195706) Outpt time (%) = 0.0160692 (92.8898) Other time (%) = 0.000139952 (0.809008) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:01 2021 Memory usage per processor = 27.5399 Mbytes Step Atoms AVEKE stressZZ 17361 5000 5.5458706e-11 6046479.5 17362 -0.0117974999999936 6046388.66164472 17362 5000 5.5454633e-11 6046388.7 Loop time of 0.0168428 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:01 2021 Pair time (%) = 0.00110412 (6.5554) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.189683) Outpt time (%) = 0.015614 (92.7043) Other time (%) = 9.27448e-05 (0.550648) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:01 2021 Memory usage per processor = 27.5399 Mbytes Step Atoms AVEKE stressZZ 17362 5000 5.5454633e-11 6046359.8 17363 -0.0117974999999936 6046268.97769818 17363 5000 5.545056e-11 6046269 Loop time of 0.016609 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:01 2021 Pair time (%) = 0.00108004 (6.50273) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.277048) Outpt time (%) = 0.015342 (92.3718) Other time (%) = 0.000140905 (0.84837) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:01 2021 Memory usage per processor = 27.5399 Mbytes Step Atoms AVEKE stressZZ 17363 5000 5.545056e-11 6046240.1 17364 -0.0117974999999936 6046149.29998963 17364 5000 5.5446487e-11 6046149.3 Loop time of 0.0171189 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:01 2021 Pair time (%) = 0.00109005 (6.36751) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.188017) Outpt time (%) = 0.0159009 (92.8846) Other time (%) = 9.58443e-05 (0.559873) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:01 2021 Memory usage per processor = 27.5399 Mbytes Step Atoms AVEKE stressZZ 17364 5000 5.5446487e-11 6046120.5 17365 -0.0117974999999936 6046029.62851112 17365 5000 5.5442415e-11 6046029.6 Loop time of 0.017067 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:01 2021 Pair time (%) = 0.00106311 (6.22905) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187193) Outpt time (%) = 0.0158799 (93.0445) Other time (%) = 9.20296e-05 (0.539227) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:01 2021 Memory usage per processor = 27.5399 Mbytes Step Atoms AVEKE stressZZ 17365 5000 5.5442415e-11 6046000.8 17366 -0.0117974999999936 6045909.96325879 17366 5000 5.5438344e-11 6045910 Loop time of 0.0165911 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:01 2021 Pair time (%) = 0.00109601 (6.60602) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192562) Outpt time (%) = 0.015367 (92.6223) Other time (%) = 9.60827e-05 (0.579123) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:01 2021 Memory usage per processor = 27.5399 Mbytes Step Atoms AVEKE stressZZ 17366 5000 5.5438344e-11 6045881.1 17367 -0.0117974999999936 6045790.30423017 17367 5000 5.5434273e-11 6045790.3 Loop time of 0.016849 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:01 2021 Pair time (%) = 0.00130296 (7.73313) Neigh time (%) = 0 (0) Comm time (%) = 4.29153e-05 (0.254705) Outpt time (%) = 0.0153389 (91.0372) Other time (%) = 0.00016427 (0.974954) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:01 2021 Memory usage per processor = 27.5399 Mbytes Step Atoms AVEKE stressZZ 17367 5000 5.5434273e-11 6045761.5 17368 -0.0117974999999936 6045670.65142329 17368 5000 5.5430202e-11 6045670.7 Loop time of 0.0172229 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:01 2021 Pair time (%) = 0.001055 (6.12558) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179961) Outpt time (%) = 0.016011 (92.9635) Other time (%) = 0.000125885 (0.730917) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:01 2021 Memory usage per processor = 27.5399 Mbytes Step Atoms AVEKE stressZZ 17368 5000 5.5430202e-11 6045641.8 17369 -0.0117974999999936 6045551.00483652 17369 5000 5.5426132e-11 6045551 Loop time of 0.0169449 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:01 2021 Pair time (%) = 0.001055 (6.22608) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.182913) Outpt time (%) = 0.015764 (93.031) Other time (%) = 9.48906e-05 (0.559995) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:01 2021 Memory usage per processor = 27.5399 Mbytes Step Atoms AVEKE stressZZ 17369 5000 5.5426132e-11 6045522.2 17370 -0.0117974999999936 6045431.36446834 17370 5000 5.5422063e-11 6045431.4 Loop time of 0.0191529 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:01 2021 Pair time (%) = 0.00122213 (6.38094) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.178009) Outpt time (%) = 0.017767 (92.7639) Other time (%) = 0.0001297 (0.677181) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:01 2021 Memory usage per processor = 27.5399 Mbytes Step Atoms AVEKE stressZZ 17370 5000 5.5422063e-11 6045402.5 17371 -0.0117974999999936 6045311.73031164 17371 5000 5.5417993e-11 6045311.7 Loop time of 0.016902 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:01 2021 Pair time (%) = 0.00131989 (7.80906) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.205947) Outpt time (%) = 0.0153942 (91.0794) Other time (%) = 0.000153065 (0.905603) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:01 2021 Memory usage per processor = 27.5399 Mbytes Step Atoms AVEKE stressZZ 17371 5000 5.5417993e-11 6045282.9 17372 -0.0117974999999936 6045192.10237042 17372 5000 5.5413925e-11 6045192.1 Loop time of 0.0173569 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:01 2021 Pair time (%) = 0.00117207 (6.75275) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.18956) Outpt time (%) = 0.0160489 (92.4643) Other time (%) = 0.000102997 (0.593407) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:01 2021 Memory usage per processor = 27.5399 Mbytes Step Atoms AVEKE stressZZ 17372 5000 5.5413925e-11 6045163.3 17373 -0.0117974999999936 6045072.48064375 17373 5000 5.5409856e-11 6045072.5 Loop time of 0.0170619 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:01 2021 Pair time (%) = 0.00125217 (7.33899) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.211003) Outpt time (%) = 0.0156479 (91.7122) Other time (%) = 0.000125885 (0.737811) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:01 2021 Memory usage per processor = 27.5399 Mbytes Step Atoms AVEKE stressZZ 17373 5000 5.5409856e-11 6045043.7 17374 -0.0117974999999936 6044952.8651307 17374 5000 5.5405789e-11 6044952.9 Loop time of 0.016572 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:01 2021 Pair time (%) = 0.00108194 (6.52874) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.199977) Outpt time (%) = 0.0153289 (92.4987) Other time (%) = 0.000128031 (0.772573) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:01 2021 Memory usage per processor = 27.5399 Mbytes Step Atoms AVEKE stressZZ 17374 5000 5.5405789e-11 6044924 17375 -0.0117974999999936 6044833.25583026 17375 5000 5.5401721e-11 6044833.3 Loop time of 0.0174251 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:01 2021 Pair time (%) = 0.00121188 (6.95482) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.190187) Outpt time (%) = 0.0160689 (92.2174) Other time (%) = 0.000111103 (0.637605) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:01 2021 Memory usage per processor = 27.5399 Mbytes Step Atoms AVEKE stressZZ 17375 5000 5.5401721e-11 6044804.4 17376 -0.0117974999999936 6044713.6527416 17376 5000 5.5397654e-11 6044713.7 Loop time of 0.0170691 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:01 2021 Pair time (%) = 0.00106096 (6.21569) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187169) Outpt time (%) = 0.0158839 (93.0566) Other time (%) = 9.2268e-05 (0.540556) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:01 2021 Memory usage per processor = 27.5399 Mbytes Step Atoms AVEKE stressZZ 17376 5000 5.5397654e-11 6044684.8 17377 -0.0117974999999936 6044594.05586387 17377 5000 5.5393588e-11 6044594.1 Loop time of 0.016737 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:01 2021 Pair time (%) = 0.00109792 (6.55983) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190883) Outpt time (%) = 0.0155141 (92.6937) Other time (%) = 9.29832e-05 (0.555556) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:01 2021 Memory usage per processor = 27.5399 Mbytes Step Atoms AVEKE stressZZ 17377 5000 5.5393588e-11 6044565.2 17378 -0.0117974999999936 6044474.46519616 17378 5000 5.5389522e-11 6044474.5 Loop time of 0.0166318 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:01 2021 Pair time (%) = 0.00120902 (7.26931) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.210725) Outpt time (%) = 0.015285 (91.9021) Other time (%) = 0.000102758 (0.617841) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:01 2021 Memory usage per processor = 27.5399 Mbytes Step Atoms AVEKE stressZZ 17378 5000 5.5389522e-11 6044445.6 17379 -0.0117974999999936 6044354.88073778 17379 5000 5.5385457e-11 6044354.9 Loop time of 0.0171268 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:01 2021 Pair time (%) = 0.00121999 (7.12327) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193499) Outpt time (%) = 0.015775 (92.1069) Other time (%) = 9.87053e-05 (0.576321) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:01 2021 Memory usage per processor = 27.5399 Mbytes Step Atoms AVEKE stressZZ 17379 5000 5.5385457e-11 6044326.1 17380 -0.0117974999999936 6044235.30248921 17380 5000 5.5381392e-11 6044235.3 Loop time of 0.0195551 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:01 2021 Pair time (%) = 0.00109601 (5.60473) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.163375) Outpt time (%) = 0.0183351 (93.7613) Other time (%) = 9.20296e-05 (0.470617) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:01 2021 Memory usage per processor = 27.5399 Mbytes Step Atoms AVEKE stressZZ 17380 5000 5.5381392e-11 6044206.5 17381 -0.0117974999999936 6044115.73045112 17381 5000 5.5377327e-11 6044115.7 Loop time of 0.016634 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:01 2021 Pair time (%) = 0.00105596 (6.34818) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192065) Outpt time (%) = 0.0154529 (92.8993) Other time (%) = 9.32217e-05 (0.560429) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:01 2021 Memory usage per processor = 27.5399 Mbytes Step Atoms AVEKE stressZZ 17381 5000 5.5377327e-11 6044086.9 17382 -0.0117974999999936 6043996.16461994 17382 5000 5.5373263e-11 6043996.2 Loop time of 0.01666 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:01 2021 Pair time (%) = 0.00118685 (7.12395) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.223249) Outpt time (%) = 0.015321 (91.963) Other time (%) = 0.000114918 (0.689783) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:01 2021 Memory usage per processor = 27.5399 Mbytes Step Atoms AVEKE stressZZ 17382 5000 5.5373263e-11 6043967.3 17383 -0.0117974999999936 6043876.60499515 17383 5000 5.5369199e-11 6043876.6 Loop time of 0.0170159 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:01 2021 Pair time (%) = 0.00107718 (6.33039) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.198963) Outpt time (%) = 0.015805 (92.8836) Other time (%) = 9.98974e-05 (0.587081) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:01 2021 Memory usage per processor = 27.5399 Mbytes Step Atoms AVEKE stressZZ 17383 5000 5.5369199e-11 6043847.8 17384 -0.0117974999999936 6043757.05157567 17384 5000 5.5365136e-11 6043757.1 Loop time of 0.0172801 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:01 2021 Pair time (%) = 0.0010891 (6.3026) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.186263) Outpt time (%) = 0.016036 (92.8006) Other time (%) = 0.000122786 (0.71056) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:01 2021 Memory usage per processor = 27.5399 Mbytes Step Atoms AVEKE stressZZ 17384 5000 5.5365136e-11 6043728.2 17385 -0.0117974999999936 6043637.50436105 17385 5000 5.5361073e-11 6043637.5 Loop time of 0.0165272 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:01 2021 Pair time (%) = 0.00106001 (6.41373) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.199077) Outpt time (%) = 0.015274 (92.4178) Other time (%) = 0.000160217 (0.969417) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:01 2021 Memory usage per processor = 27.5399 Mbytes Step Atoms AVEKE stressZZ 17385 5000 5.5361073e-11 6043608.7 17386 -0.0117974999999936 6043517.96335036 17386 5000 5.5357011e-11 6043518 Loop time of 0.0176601 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:01 2021 Pair time (%) = 0.00122595 (6.94189) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.186305) Outpt time (%) = 0.016295 (92.2697) Other time (%) = 0.000106335 (0.602117) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:01 2021 Memory usage per processor = 27.5399 Mbytes Step Atoms AVEKE stressZZ 17386 5000 5.5357011e-11 6043489.1 17387 -0.0117974999999936 6043398.42854297 17387 5000 5.5352949e-11 6043398.4 Loop time of 0.0174201 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:01 2021 Pair time (%) = 0.00105906 (6.07952) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183398) Outpt time (%) = 0.0162351 (93.1978) Other time (%) = 9.39369e-05 (0.539246) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:01 2021 Memory usage per processor = 27.5399 Mbytes Step Atoms AVEKE stressZZ 17387 5000 5.5352949e-11 6043369.6 17388 -0.0117974999999936 6043278.8999382 17388 5000 5.5348888e-11 6043278.9 Loop time of 0.0165889 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:01 2021 Pair time (%) = 0.001055 (6.35968) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.186838) Outpt time (%) = 0.015409 (92.8872) Other time (%) = 9.39369e-05 (0.566263) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:01 2021 Memory usage per processor = 27.5399 Mbytes Step Atoms AVEKE stressZZ 17388 5000 5.5348888e-11 6043250.1 17389 -0.0117974999999936 6043159.37753532 17389 5000 5.5344827e-11 6043159.4 Loop time of 0.0167551 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:01 2021 Pair time (%) = 0.00120997 (7.22153) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.203483) Outpt time (%) = 0.015372 (91.7454) Other time (%) = 0.000138998 (0.829586) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:01 2021 Memory usage per processor = 27.5399 Mbytes Step Atoms AVEKE stressZZ 17389 5000 5.5344827e-11 6043130.6 17390 -0.0117974999999936 6043039.86138943 17390 5000 5.5340767e-11 6043039.9 Loop time of 0.019541 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:01 2021 Pair time (%) = 0.00123501 (6.32008) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.158612) Outpt time (%) = 0.0181801 (93.0357) Other time (%) = 9.48906e-05 (0.485597) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:01 2021 Memory usage per processor = 27.54 Mbytes Step Atoms AVEKE stressZZ 17390 5000 5.5340767e-11 6043011 17391 -0.0117974999999936 6042920.35157764 17391 5000 5.5336707e-11 6042920.4 Loop time of 0.0169568 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:01 2021 Pair time (%) = 0.00108194 (6.38059) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.195439) Outpt time (%) = 0.0157409 (92.8292) Other time (%) = 0.000100851 (0.594753) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:01 2021 Memory usage per processor = 27.54 Mbytes Step Atoms AVEKE stressZZ 17391 5000 5.5336707e-11 6042891.5 17392 -0.0117974999999936 6042800.84804018 17392 5000 5.5332647e-11 6042800.8 Loop time of 0.016902 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:01 2021 Pair time (%) = 0.001086 (6.42527) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18902) Outpt time (%) = 0.0156889 (92.8229) Other time (%) = 9.5129e-05 (0.562828) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:01 2021 Memory usage per processor = 27.54 Mbytes Step Atoms AVEKE stressZZ 17392 5000 5.5332647e-11 6042772 17393 -0.0117974999999936 6042681.35075922 17393 5000 5.5328588e-11 6042681.4 Loop time of 0.016731 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:01 2021 Pair time (%) = 0.00119305 (7.13074) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.203776) Outpt time (%) = 0.0153689 (91.8589) Other time (%) = 0.000134945 (0.806555) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:01 2021 Memory usage per processor = 27.54 Mbytes Step Atoms AVEKE stressZZ 17393 5000 5.5328588e-11 6042652.5 17394 -0.0117974999999936 6042561.8597253 17394 5000 5.5324529e-11 6042561.9 Loop time of 0.0173068 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:01 2021 Pair time (%) = 0.00105596 (6.10139) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184598) Outpt time (%) = 0.01613 (93.2002) Other time (%) = 8.89301e-05 (0.513845) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:01 2021 Memory usage per processor = 27.54 Mbytes Step Atoms AVEKE stressZZ 17394 5000 5.5324529e-11 6042533 17395 -0.0117974999999936 6042442.37493197 17395 5000 5.5320471e-11 6042442.4 Loop time of 0.017051 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:01 2021 Pair time (%) = 0.00105596 (6.19293) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.188766) Outpt time (%) = 0.0158761 (93.1093) Other time (%) = 8.67844e-05 (0.50897) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:01 2021 Memory usage per processor = 27.54 Mbytes Step Atoms AVEKE stressZZ 17395 5000 5.5320471e-11 6042413.6 17396 -0.0117974999999936 6042322.89637467 17396 5000 5.5316414e-11 6042322.9 Loop time of 0.0165129 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:01 2021 Pair time (%) = 0.00110197 (6.6734) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.199249) Outpt time (%) = 0.0152788 (92.5267) Other time (%) = 9.91821e-05 (0.600635) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:01 2021 Memory usage per processor = 27.54 Mbytes Step Atoms AVEKE stressZZ 17396 5000 5.5316414e-11 6042294.1 17397 -0.0117974999999936 6042203.42404956 17397 5000 5.5312356e-11 6042203.4 Loop time of 0.017278 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:01 2021 Pair time (%) = 0.00141692 (8.20075) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.295299) Outpt time (%) = 0.0156519 (90.5891) Other time (%) = 0.000158072 (0.914874) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:01 2021 Memory usage per processor = 27.54 Mbytes Step Atoms AVEKE stressZZ 17397 5000 5.5312356e-11 6042174.6 17398 -0.0117974999999936 6042083.95795375 17398 5000 5.53083e-11 6042084 Loop time of 0.0174 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:01 2021 Pair time (%) = 0.00105596 (6.0687) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183609) Outpt time (%) = 0.0162208 (93.2229) Other time (%) = 9.13143e-05 (0.524794) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:01 2021 Memory usage per processor = 27.54 Mbytes Step Atoms AVEKE stressZZ 17398 5000 5.53083e-11 6042055.1 17399 -0.0117974999999936 6041964.49808437 17399 5000 5.5304243e-11 6041964.5 Loop time of 0.0168519 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:02 2021 Pair time (%) = 0.00108004 (6.40899) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.190996) Outpt time (%) = 0.0156388 (92.8016) Other time (%) = 0.000100851 (0.598455) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:02 2021 Memory usage per processor = 27.54 Mbytes Step Atoms AVEKE stressZZ 17399 5000 5.5304243e-11 6041935.7 17400 -0.0117974999999936 6041845.04443934 17400 5000 5.5300188e-11 6041845 Loop time of 0.0189741 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:02 2021 Pair time (%) = 0.00120592 (6.35563) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.17843) Outpt time (%) = 0.0176301 (92.9168) Other time (%) = 0.000104189 (0.549112) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:02 2021 Memory usage per processor = 27.54 Mbytes Step Atoms AVEKE stressZZ 17400 5000 5.5300188e-11 6041816.2 17401 -0.0117974999999936 6041725.5970166 17401 5000 5.5296132e-11 6041725.6 Loop time of 0.016186 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:02 2021 Pair time (%) = 0.0010581 (6.53714) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.197381) Outpt time (%) = 0.0150051 (92.7043) Other time (%) = 9.08375e-05 (0.56121) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:02 2021 Memory usage per processor = 27.54 Mbytes Step Atoms AVEKE stressZZ 17401 5000 5.5296132e-11 6041696.8 17402 -0.0117974999999936 6041606.15581421 17402 5000 5.5292077e-11 6041606.2 Loop time of 0.016155 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:02 2021 Pair time (%) = 0.00105882 (6.55411) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.191856) Outpt time (%) = 0.0149758 (92.7006) Other time (%) = 8.9407e-05 (0.553432) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:02 2021 Memory usage per processor = 27.54 Mbytes Step Atoms AVEKE stressZZ 17402 5000 5.5292077e-11 6041577.3 17403 -0.0117974999999936 6041486.72083059 17403 5000 5.5288023e-11 6041486.7 Loop time of 0.017303 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:02 2021 Pair time (%) = 0.001055 (6.09722) Neigh time (%) = 0 (0) Comm time (%) = 9.91821e-05 (0.573208) Outpt time (%) = 0.016058 (92.8046) Other time (%) = 9.08375e-05 (0.524981) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:02 2021 Memory usage per processor = 27.54 Mbytes Step Atoms AVEKE stressZZ 17403 5000 5.5288023e-11 6041457.9 17404 -0.0117974999999936 6041367.29203331 17404 5000 5.5283969e-11 6041367.3 Loop time of 0.016645 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:02 2021 Pair time (%) = 0.00105906 (6.36262) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191939) Outpt time (%) = 0.0154622 (92.894) Other time (%) = 9.17912e-05 (0.551465) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:02 2021 Memory usage per processor = 27.54 Mbytes Step Atoms AVEKE stressZZ 17404 5000 5.5283969e-11 6041338.5 17405 -0.0117974999999936 6041247.86942828 17405 5000 5.5279915e-11 6041247.9 Loop time of 0.016855 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:02 2021 Pair time (%) = 0.00128889 (7.64693) Neigh time (%) = 0 (0) Comm time (%) = 5.00679e-05 (0.297051) Outpt time (%) = 0.0153921 (91.3205) Other time (%) = 0.000123978 (0.735554) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:02 2021 Memory usage per processor = 27.54 Mbytes Step Atoms AVEKE stressZZ 17405 5000 5.5279915e-11 6041219.1 17406 -0.0117974999999936 6041128.45303441 17406 5000 5.5275862e-11 6041128.5 Loop time of 0.01737 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:02 2021 Pair time (%) = 0.00111699 (6.43058) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.27589) Outpt time (%) = 0.016058 (92.4466) Other time (%) = 0.000147104 (0.846888) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:02 2021 Memory usage per processor = 27.54 Mbytes Step Atoms AVEKE stressZZ 17406 5000 5.5275862e-11 6041099.6 17407 -0.0117974999999936 6041009.0428505 17407 5000 5.5271809e-11 6041009 Loop time of 0.0169399 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:02 2021 Pair time (%) = 0.00105405 (6.22229) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188597) Outpt time (%) = 0.0157621 (93.0472) Other time (%) = 9.17912e-05 (0.541864) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:02 2021 Memory usage per processor = 27.54 Mbytes Step Atoms AVEKE stressZZ 17407 5000 5.5271809e-11 6040980.2 17408 -0.0117974999999936 6040889.63887551 17408 5000 5.5267757e-11 6040889.6 Loop time of 0.0164831 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:02 2021 Pair time (%) = 0.00110316 (6.6927) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.199609) Outpt time (%) = 0.015249 (92.5132) Other time (%) = 9.799e-05 (0.594489) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:02 2021 Memory usage per processor = 27.54 Mbytes Step Atoms AVEKE stressZZ 17408 5000 5.5267757e-11 6040860.8 17409 -0.0117974999999936 6040770.24110835 17409 5000 5.5263705e-11 6040770.2 Loop time of 0.0173981 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:02 2021 Pair time (%) = 0.00111079 (6.38455) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189111) Outpt time (%) = 0.0161529 (92.8426) Other time (%) = 0.000101566 (0.583778) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:02 2021 Memory usage per processor = 27.54 Mbytes Step Atoms AVEKE stressZZ 17409 5000 5.5263705e-11 6040741.4 17410 -0.0117974999999936 6040650.84954816 17410 5000 5.5259654e-11 6040650.8 Loop time of 0.0194862 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:02 2021 Pair time (%) = 0.00105596 (5.419) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.159058) Outpt time (%) = 0.0183098 (93.9631) Other time (%) = 8.9407e-05 (0.458822) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:02 2021 Memory usage per processor = 27.54 Mbytes Step Atoms AVEKE stressZZ 17410 5000 5.5259654e-11 6040622 17411 -0.0117974999999936 6040531.46419398 17411 5000 5.5255603e-11 6040531.5 Loop time of 0.0169592 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:02 2021 Pair time (%) = 0.00106978 (6.30799) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188382) Outpt time (%) = 0.0157609 (92.9343) Other time (%) = 9.65595e-05 (0.569364) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:02 2021 Memory usage per processor = 27.54 Mbytes Step Atoms AVEKE stressZZ 17411 5000 5.5255603e-11 6040502.7 17412 -0.0117974999999936 6040412.08504494 17412 5000 5.5251553e-11 6040412.1 Loop time of 0.016748 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:02 2021 Pair time (%) = 0.00107408 (6.41318) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.280443) Outpt time (%) = 0.015507 (92.5903) Other time (%) = 0.000119925 (0.716055) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:25:02 2021 Memory usage per processor = 27.54 Mbytes Step Atoms AVEKE stressZZ 17412 5000 5.5251553e-11 6040383.3 17413 -0.0117974999999936 6040274.66406614 17413 5000 1.0909288e-10 6040473.3 Loop time of 0.0168099 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:02 2021 Pair time (%) = 0.00120401 (7.16251) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.201401) Outpt time (%) = 0.0154059 (91.6475) Other time (%) = 0.000166178 (0.988568) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:02 2021 Memory usage per processor = 27.54 Mbytes Step Atoms AVEKE stressZZ 17413 5000 1.0909288e-10 6099243 17414 -0.0118299999999935 6099123.23226918 17414 5000 8.7818022e-11 6099123.2 Loop time of 0.0171978 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:02 2021 Pair time (%) = 0.00105405 (6.12896) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185768) Outpt time (%) = 0.0160189 (93.1446) Other time (%) = 9.29832e-05 (0.540668) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:02 2021 Memory usage per processor = 27.54 Mbytes Step Atoms AVEKE stressZZ 17414 5000 8.7818022e-11 6099084.4 17415 -0.0118299999999935 6098974.86323769 17415 5000 7.5494643e-11 6098974.9 Loop time of 0.0166271 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:02 2021 Pair time (%) = 0.00108385 (6.51859) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192145) Outpt time (%) = 0.0153871 (92.5422) Other time (%) = 0.000124216 (0.747071) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:02 2021 Memory usage per processor = 27.54 Mbytes Step Atoms AVEKE stressZZ 17415 5000 7.5494643e-11 6098939.6 17416 -0.0118299999999935 6098836.53507163 17416 5000 6.8145614e-11 6098836.5 Loop time of 0.0175409 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:02 2021 Pair time (%) = 0.00137711 (7.85081) Neigh time (%) = 0 (0) Comm time (%) = 4.19617e-05 (0.239221) Outpt time (%) = 0.015964 (91.0102) Other time (%) = 0.000157833 (0.899799) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:02 2021 Memory usage per processor = 27.54 Mbytes Step Atoms AVEKE stressZZ 17416 5000 6.8145614e-11 6098803.5 17417 -0.0118299999999935 6098704.59026628 17417 5000 6.3669281e-11 6098704.6 Loop time of 0.0170772 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:02 2021 Pair time (%) = 0.00105715 (6.1904) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192665) Outpt time (%) = 0.015893 (93.0655) Other time (%) = 9.41753e-05 (0.551468) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:02 2021 Memory usage per processor = 27.54 Mbytes Step Atoms AVEKE stressZZ 17417 5000 6.3669281e-11 6098672.9 17418 -0.0118299999999935 6098576.70444489 17418 5000 6.090202e-11 6098576.7 Loop time of 0.0170422 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:02 2021 Pair time (%) = 0.00110412 (6.47874) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187465) Outpt time (%) = 0.0158141 (92.7938) Other time (%) = 9.20296e-05 (0.540011) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:02 2021 Memory usage per processor = 27.54 Mbytes Step Atoms AVEKE stressZZ 17418 5000 6.090202e-11 6098546 17419 -0.0118299999999935 6098451.40044291 17419 5000 5.917381e-11 6098451.4 Loop time of 0.0165329 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:02 2021 Pair time (%) = 0.00107288 (6.48939) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.206218) Outpt time (%) = 0.015265 (92.331) Other time (%) = 0.000160933 (0.973408) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:02 2021 Memory usage per processor = 27.54 Mbytes Step Atoms AVEKE stressZZ 17419 5000 5.917381e-11 6098421.2 17420 -0.0118299999999935 6098327.73950636 17420 5000 5.8086908e-11 6098327.7 Loop time of 0.019501 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:02 2021 Pair time (%) = 0.00123405 (6.32817) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.163828) Outpt time (%) = 0.018116 (92.8979) Other time (%) = 0.000118971 (0.610077) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:02 2021 Memory usage per processor = 27.54 Mbytes Step Atoms AVEKE stressZZ 17420 5000 5.8086908e-11 6098297.9 17421 -0.0118299999999935 6098205.12504658 17421 5000 5.7399878e-11 6098205.1 Loop time of 0.017076 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:02 2021 Pair time (%) = 0.00105596 (6.18385) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192678) Outpt time (%) = 0.0158949 (93.0831) Other time (%) = 9.2268e-05 (0.540337) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:02 2021 Memory usage per processor = 27.54 Mbytes Step Atoms AVEKE stressZZ 17421 5000 5.7399878e-11 6098175.5 17422 -0.0118299999999935 6098083.17792441 17422 5000 5.6963866e-11 6098083.2 Loop time of 0.0173502 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:02 2021 Pair time (%) = 0.00105596 (6.08613) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189633) Outpt time (%) = 0.0161688 (93.1911) Other time (%) = 9.25064e-05 (0.533172) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:02 2021 Memory usage per processor = 27.54 Mbytes Step Atoms AVEKE stressZZ 17422 5000 5.6963866e-11 6098053.8 17423 -0.0118299999999935 6097961.65719231 17423 5000 5.6686124e-11 6097961.7 Loop time of 0.0169039 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:02 2021 Pair time (%) = 0.00106311 (6.28914) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.196051) Outpt time (%) = 0.0156469 (92.5642) Other time (%) = 0.000160694 (0.950635) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:02 2021 Memory usage per processor = 27.54 Mbytes Step Atoms AVEKE stressZZ 17423 5000 5.6686124e-11 6097932.3 17424 -0.0118299999999935 6097840.40972513 17424 5000 5.6508455e-11 6097840.4 Loop time of 0.017458 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:02 2021 Pair time (%) = 0.00129008 (7.38965) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.269037) Outpt time (%) = 0.0159638 (91.4413) Other time (%) = 0.000157118 (0.899978) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:02 2021 Memory usage per processor = 27.54 Mbytes Step Atoms AVEKE stressZZ 17424 5000 5.6508455e-11 6097811.1 17425 -0.0118299999999935 6097719.3382097 17425 5000 5.639418e-11 6097719.3 Loop time of 0.0173631 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:02 2021 Pair time (%) = 0.00105715 (6.08848) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184) Outpt time (%) = 0.016187 (93.2263) Other time (%) = 8.70228e-05 (0.501195) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:02 2021 Memory usage per processor = 27.54 Mbytes Step Atoms AVEKE stressZZ 17425 5000 5.639418e-11 6097690.1 17426 -0.0118299999999935 6097598.38080218 17426 5000 5.6320107e-11 6097598.4 Loop time of 0.01688 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:02 2021 Pair time (%) = 0.00105786 (6.26695) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.183616) Outpt time (%) = 0.015697 (92.9915) Other time (%) = 9.41753e-05 (0.55791) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:02 2021 Memory usage per processor = 27.54 Mbytes Step Atoms AVEKE stressZZ 17426 5000 5.6320107e-11 6097569.2 17427 -0.0118299999999935 6097477.49819974 17427 5000 5.6271551e-11 6097477.5 Loop time of 0.0166209 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:02 2021 Pair time (%) = 0.00110912 (6.67307) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.205127) Outpt time (%) = 0.015378 (92.5222) Other time (%) = 9.9659e-05 (0.599601) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:02 2021 Memory usage per processor = 27.54 Mbytes Step Atoms AVEKE stressZZ 17427 5000 5.6271551e-11 6097448.3 17428 -0.0118299999999935 6097356.66542469 17428 5000 5.6239198e-11 6097356.7 Loop time of 0.017169 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:02 2021 Pair time (%) = 0.0011251 (6.55307) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191635) Outpt time (%) = 0.015892 (92.5624) Other time (%) = 0.000118971 (0.69294) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:02 2021 Memory usage per processor = 27.54 Mbytes Step Atoms AVEKE stressZZ 17428 5000 5.6239198e-11 6097327.5 17429 -0.0118299999999935 6097235.8666033 17429 5000 5.6217135e-11 6097235.9 Loop time of 0.017303 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:02 2021 Pair time (%) = 0.00107694 (6.22399) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.201174) Outpt time (%) = 0.0160902 (92.9906) Other time (%) = 0.000101089 (0.584231) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:02 2021 Memory usage per processor = 27.54 Mbytes Step Atoms AVEKE stressZZ 17429 5000 5.6217135e-11 6097206.7 17430 -0.0118299999999935 6097115.09164711 17430 5000 5.620161e-11 6097115.1 Loop time of 0.018959 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:02 2021 Pair time (%) = 0.00105715 (5.57596) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.168511) Outpt time (%) = 0.0177481 (93.6129) Other time (%) = 0.000121832 (0.642606) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:02 2021 Memory usage per processor = 27.54 Mbytes Step Atoms AVEKE stressZZ 17430 5000 5.620161e-11 6097085.9 17431 -0.0118299999999935 6096994.33414477 17431 5000 5.6190239e-11 6096994.3 Loop time of 0.016875 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:02 2021 Pair time (%) = 0.00111914 (6.63191) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.283983) Outpt time (%) = 0.015558 (92.1954) Other time (%) = 0.000149965 (0.888682) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:02 2021 Memory usage per processor = 27.54 Mbytes Step Atoms AVEKE stressZZ 17431 5000 5.6190239e-11 6096965.2 17432 -0.0118299999999935 6096873.59002139 17432 5000 5.6181509e-11 6096873.6 Loop time of 0.0173349 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:02 2021 Pair time (%) = 0.00118685 (6.84656) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184299) Outpt time (%) = 0.0160201 (92.4149) Other time (%) = 9.60827e-05 (0.554272) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:02 2021 Memory usage per processor = 27.54 Mbytes Step Atoms AVEKE stressZZ 17432 5000 5.6181509e-11 6096844.4 17433 -0.0118299999999935 6096752.85668702 17433 5000 5.6174455e-11 6096752.9 Loop time of 0.017113 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:02 2021 Pair time (%) = 0.00105715 (6.17747) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192262) Outpt time (%) = 0.015907 (92.9532) Other time (%) = 0.000115871 (0.677097) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:02 2021 Memory usage per processor = 27.54 Mbytes Step Atoms AVEKE stressZZ 17433 5000 5.6174455e-11 6096723.7 17434 -0.0118299999999935 6096632.13249559 17434 5000 5.6168468e-11 6096632.1 Loop time of 0.016504 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:02 2021 Pair time (%) = 0.00106502 (6.45306) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193577) Outpt time (%) = 0.0153131 (92.7842) Other time (%) = 9.39369e-05 (0.569175) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:02 2021 Memory usage per processor = 27.54 Mbytes Step Atoms AVEKE stressZZ 17434 5000 5.6168468e-11 6096603 17435 -0.0118299999999935 6096511.41645783 17435 5000 5.6163159e-11 6096511.4 Loop time of 0.0167239 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:02 2021 Pair time (%) = 0.00129604 (7.74966) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.215268) Outpt time (%) = 0.0152709 (91.3123) Other time (%) = 0.000120878 (0.722789) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:02 2021 Memory usage per processor = 27.54 Mbytes Step Atoms AVEKE stressZZ 17435 5000 5.6163159e-11 6096482.3 17436 -0.0118299999999935 6096390.70799464 17436 5000 5.6158281e-11 6096390.7 Loop time of 0.0174201 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:02 2021 Pair time (%) = 0.00121212 (6.95819) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.190242) Outpt time (%) = 0.0160689 (92.2439) Other time (%) = 0.000105858 (0.607678) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:02 2021 Memory usage per processor = 27.54 Mbytes Step Atoms AVEKE stressZZ 17436 5000 5.6158281e-11 6096361.5 17437 -0.0118299999999935 6096270.00661934 17437 5000 5.6153676e-11 6096270 Loop time of 0.016784 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:02 2021 Pair time (%) = 0.0010581 (6.30425) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.184667) Outpt time (%) = 0.0156059 (92.9812) Other time (%) = 8.89301e-05 (0.529852) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:02 2021 Memory usage per processor = 27.54 Mbytes Step Atoms AVEKE stressZZ 17437 5000 5.6153676e-11 6096240.8 17438 -0.0118299999999935 6096149.31204437 17438 5000 5.6149246e-11 6096149.3 Loop time of 0.016535 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:02 2021 Pair time (%) = 0.00111818 (6.7625) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211959) Outpt time (%) = 0.0152769 (92.3911) Other time (%) = 0.000104904 (0.634435) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:02 2021 Memory usage per processor = 27.54 Mbytes Step Atoms AVEKE stressZZ 17438 5000 5.6149246e-11 6096120.2 17439 -0.0118299999999935 6096028.62408896 17439 5000 5.6144927e-11 6096028.6 Loop time of 0.017051 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:02 2021 Pair time (%) = 0.00108886 (6.38589) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187368) Outpt time (%) = 0.0158319 (92.8507) Other time (%) = 9.82285e-05 (0.576087) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:02 2021 Memory usage per processor = 27.54 Mbytes Step Atoms AVEKE stressZZ 17439 5000 5.6144927e-11 6095999.5 17440 -0.0118299999999935 6095907.94263801 17440 5000 5.6140678e-11 6095907.9 Loop time of 0.0193291 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:02 2021 Pair time (%) = 0.00105906 (5.47908) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.160351) Outpt time (%) = 0.0181439 (93.8684) Other time (%) = 9.5129e-05 (0.492155) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:02 2021 Memory usage per processor = 27.5401 Mbytes Step Atoms AVEKE stressZZ 17440 5000 5.6140678e-11 6095878.8 17441 -0.0118299999999935 6095787.26761749 17441 5000 5.6136475e-11 6095787.3 Loop time of 0.0170932 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:02 2021 Pair time (%) = 0.00105906 (6.19578) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181326) Outpt time (%) = 0.0159092 (93.0733) Other time (%) = 9.39369e-05 (0.549558) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:02 2021 Memory usage per processor = 27.5401 Mbytes Step Atoms AVEKE stressZZ 17441 5000 5.6136475e-11 6095758.1 17442 -0.0118299999999935 6095666.5989796 17442 5000 5.61323e-11 6095666.6 Loop time of 0.0167432 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:03 2021 Pair time (%) = 0.00113702 (6.79093) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.197932) Outpt time (%) = 0.0154402 (92.218) Other time (%) = 0.000132799 (0.793154) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:03 2021 Memory usage per processor = 27.5401 Mbytes Step Atoms AVEKE stressZZ 17442 5000 5.61323e-11 6095637.4 17443 -0.0118299999999935 6095545.93665346 17443 5000 5.6128144e-11 6095545.9 Loop time of 0.017221 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:03 2021 Pair time (%) = 0.00117111 (6.8005) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.214592) Outpt time (%) = 0.015902 (92.3411) Other time (%) = 0.000110865 (0.643777) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:03 2021 Memory usage per processor = 27.5401 Mbytes Step Atoms AVEKE stressZZ 17443 5000 5.6128144e-11 6095516.8 17444 -0.0118299999999935 6095425.28064254 17444 5000 5.6123999e-11 6095425.3 Loop time of 0.0166659 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:03 2021 Pair time (%) = 0.0010922 (6.55346) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191697) Outpt time (%) = 0.015449 (92.6983) Other time (%) = 9.27448e-05 (0.556493) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:03 2021 Memory usage per processor = 27.5401 Mbytes Step Atoms AVEKE stressZZ 17444 5000 5.6123999e-11 6095396.1 17445 -0.0118299999999935 6095304.63094363 17445 5000 5.6119863e-11 6095304.6 Loop time of 0.0162592 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:03 2021 Pair time (%) = 0.00105691 (6.50038) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.197959) Outpt time (%) = 0.015079 (92.7415) Other time (%) = 9.10759e-05 (0.56015) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:03 2021 Memory usage per processor = 27.5401 Mbytes Step Atoms AVEKE stressZZ 17445 5000 5.6119863e-11 6095275.5 17446 -0.0118299999999935 6095183.98754774 17446 5000 5.6115731e-11 6095184 Loop time of 0.0165141 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:03 2021 Pair time (%) = 0.00106001 (6.41883) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.187685) Outpt time (%) = 0.015332 (92.842) Other time (%) = 9.10759e-05 (0.551505) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:03 2021 Memory usage per processor = 27.5401 Mbytes Step Atoms AVEKE stressZZ 17446 5000 5.6115731e-11 6095154.8 17447 -0.0118299999999935 6095063.35044855 17447 5000 5.6111603e-11 6095063.4 Loop time of 0.016495 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:03 2021 Pair time (%) = 0.0010581 (6.41469) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193684) Outpt time (%) = 0.0153179 (92.8641) Other time (%) = 8.70228e-05 (0.527571) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:03 2021 Memory usage per processor = 27.5401 Mbytes Step Atoms AVEKE stressZZ 17447 5000 5.6111603e-11 6095034.2 17448 -0.0118299999999935 6094942.7196417 17448 5000 5.6107477e-11 6094942.7 Loop time of 0.0178459 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:03 2021 Pair time (%) = 0.00141621 (7.93577) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.201734) Outpt time (%) = 0.0162151 (90.8618) Other time (%) = 0.000178576 (1.00065) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:03 2021 Memory usage per processor = 27.5401 Mbytes Step Atoms AVEKE stressZZ 17448 5000 5.6107477e-11 6094913.6 17449 -0.0118299999999935 6094822.09512377 17449 5000 5.6103353e-11 6094822.1 Loop time of 0.016932 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:03 2021 Pair time (%) = 0.00106406 (6.28432) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.194317) Outpt time (%) = 0.015739 (92.9539) Other time (%) = 9.60827e-05 (0.567462) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:03 2021 Memory usage per processor = 27.5401 Mbytes Step Atoms AVEKE stressZZ 17449 5000 5.6103353e-11 6094792.9 17450 -0.0118299999999935 6094701.47689211 17450 5000 5.609923e-11 6094701.5 Loop time of 0.0193009 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:03 2021 Pair time (%) = 0.00109792 (5.68842) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.165526) Outpt time (%) = 0.0180631 (93.5865) Other time (%) = 0.000108004 (0.559577) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:03 2021 Memory usage per processor = 27.5401 Mbytes Step Atoms AVEKE stressZZ 17450 5000 5.609923e-11 6094672.3 17451 -0.0118299999999935 6094580.86494478 17451 5000 5.6095108e-11 6094580.9 Loop time of 0.0163989 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:03 2021 Pair time (%) = 0.00107193 (6.53659) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.207903) Outpt time (%) = 0.015187 (92.61) Other time (%) = 0.000105858 (0.645518) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:03 2021 Memory usage per processor = 27.5401 Mbytes Step Atoms AVEKE stressZZ 17451 5000 5.6095108e-11 6094551.7 17452 -0.0118299999999935 6094460.25927988 17452 5000 5.6090987e-11 6094460.3 Loop time of 0.0171938 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:03 2021 Pair time (%) = 0.00121593 (7.07194) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198292) Outpt time (%) = 0.0157468 (91.5844) Other time (%) = 0.000196934 (1.14538) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:03 2021 Memory usage per processor = 27.5401 Mbytes Step Atoms AVEKE stressZZ 17452 5000 5.6090987e-11 6094431.1 17453 -0.0118299999999935 6094339.65989602 17453 5000 5.6086867e-11 6094339.7 Loop time of 0.0173068 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:03 2021 Pair time (%) = 0.00106001 (6.12481) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184598) Outpt time (%) = 0.0160758 (92.8875) Other time (%) = 0.000138998 (0.803141) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:03 2021 Memory usage per processor = 27.5401 Mbytes Step Atoms AVEKE stressZZ 17453 5000 5.6086867e-11 6094310.5 17454 -0.0118299999999935 6094219.06679176 17454 5000 5.6082747e-11 6094219.1 Loop time of 0.0164099 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:03 2021 Pair time (%) = 0.00105906 (6.45377) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194688) Outpt time (%) = 0.0152271 (92.7922) Other time (%) = 9.17912e-05 (0.559365) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:03 2021 Memory usage per processor = 27.5401 Mbytes Step Atoms AVEKE stressZZ 17454 5000 5.6082747e-11 6094189.9 17455 -0.0118299999999935 6094098.47996579 17455 5000 5.6078627e-11 6094098.5 Loop time of 0.01704 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:03 2021 Pair time (%) = 0.00131989 (7.7458) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.216871) Outpt time (%) = 0.0155339 (91.1615) Other time (%) = 0.00014925 (0.87588) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:03 2021 Memory usage per processor = 27.5401 Mbytes Step Atoms AVEKE stressZZ 17455 5000 5.6078627e-11 6094069.3 17456 -0.0118299999999935 6093977.8994169 17456 5000 5.6074509e-11 6093977.9 Loop time of 0.0172548 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:03 2021 Pair time (%) = 0.00106001 (6.14326) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179627) Outpt time (%) = 0.0160749 (93.1617) Other time (%) = 8.89301e-05 (0.515393) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:03 2021 Memory usage per processor = 27.5401 Mbytes Step Atoms AVEKE stressZZ 17456 5000 5.6074509e-11 6093948.7 17457 -0.0118299999999935 6093857.32514404 17457 5000 5.607039e-11 6093857.3 Loop time of 0.0169749 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:03 2021 Pair time (%) = 0.00105786 (6.23192) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.182589) Outpt time (%) = 0.0157928 (93.0363) Other time (%) = 9.32217e-05 (0.549173) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:03 2021 Memory usage per processor = 27.5401 Mbytes Step Atoms AVEKE stressZZ 17457 5000 5.607039e-11 6093828.2 17458 -0.0118299999999935 6093736.75714614 17458 5000 5.6066272e-11 6093736.8 Loop time of 0.016849 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:03 2021 Pair time (%) = 0.00110197 (6.54026) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.27876) Outpt time (%) = 0.0155361 (92.2074) Other time (%) = 0.000164032 (0.973539) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:03 2021 Memory usage per processor = 27.5401 Mbytes Step Atoms AVEKE stressZZ 17458 5000 5.6066272e-11 6093707.6 17459 -0.0118299999999935 6093616.195422 17459 5000 5.6062155e-11 6093616.2 Loop time of 0.017179 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:03 2021 Pair time (%) = 0.00123191 (7.17101) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192911) Outpt time (%) = 0.015795 (91.9435) Other time (%) = 0.000118971 (0.692536) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:03 2021 Memory usage per processor = 27.5401 Mbytes Step Atoms AVEKE stressZZ 17459 5000 5.6062155e-11 6093587 17460 -0.0118299999999935 6093495.63997078 17460 5000 5.6058038e-11 6093495.6 Loop time of 0.0196791 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:03 2021 Pair time (%) = 0.00118899 (6.04192) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.173249) Outpt time (%) = 0.0183249 (93.1185) Other time (%) = 0.00013113 (0.666344) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:03 2021 Memory usage per processor = 27.5401 Mbytes Step Atoms AVEKE stressZZ 17460 5000 5.6058038e-11 6093466.5 17461 -0.0118299999999935 6093375.09079139 17461 5000 5.6053921e-11 6093375.1 Loop time of 0.017061 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:03 2021 Pair time (%) = 0.00105619 (6.1907) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181668) Outpt time (%) = 0.0158861 (93.1134) Other time (%) = 8.7738e-05 (0.514261) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:03 2021 Memory usage per processor = 27.5401 Mbytes Step Atoms AVEKE stressZZ 17461 5000 5.6053921e-11 6093345.9 17462 -0.0118299999999935 6093254.54788287 17462 5000 5.6049805e-11 6093254.5 Loop time of 0.0165012 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:03 2021 Pair time (%) = 0.001091 (6.61167) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.206615) Outpt time (%) = 0.0152791 (92.5937) Other time (%) = 9.70364e-05 (0.588057) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:03 2021 Memory usage per processor = 27.5401 Mbytes Step Atoms AVEKE stressZZ 17462 5000 5.6049805e-11 6093225.4 17463 -0.0118299999999935 6093134.01124428 17463 5000 5.604569e-11 6093134 Loop time of 0.0170562 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:03 2021 Pair time (%) = 0.00115299 (6.75995) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.199891) Outpt time (%) = 0.015763 (92.4181) Other time (%) = 0.000106096 (0.622038) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:03 2021 Memory usage per processor = 27.5401 Mbytes Step Atoms AVEKE stressZZ 17463 5000 5.604569e-11 6093104.9 17464 -0.0118299999999935 6093013.48087462 17464 5000 5.6041575e-11 6093013.5 Loop time of 0.0171521 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:03 2021 Pair time (%) = 0.00105715 (6.16338) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186264) Outpt time (%) = 0.0159681 (93.0971) Other time (%) = 9.48906e-05 (0.553231) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:03 2021 Memory usage per processor = 27.5401 Mbytes Step Atoms AVEKE stressZZ 17464 5000 5.6041575e-11 6092984.3 17465 -0.0118299999999935 6092892.95677305 17465 5000 5.603746e-11 6092893 Loop time of 0.016695 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:03 2021 Pair time (%) = 0.00109816 (6.57774) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191363) Outpt time (%) = 0.0154719 (92.6739) Other time (%) = 9.29832e-05 (0.556952) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:03 2021 Memory usage per processor = 27.5401 Mbytes Step Atoms AVEKE stressZZ 17465 5000 5.603746e-11 6092863.8 17466 -0.0118299999999935 6092772.43893866 17466 5000 5.6033346e-11 6092772.4 Loop time of 0.016561 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:03 2021 Pair time (%) = 0.00113916 (6.87858) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.204428) Outpt time (%) = 0.0152841 (92.2893) Other time (%) = 0.000103951 (0.627681) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:03 2021 Memory usage per processor = 27.5401 Mbytes Step Atoms AVEKE stressZZ 17466 5000 5.6033346e-11 6092743.3 17467 -0.0118299999999935 6092651.92737057 17467 5000 5.6029232e-11 6092651.9 Loop time of 0.0173218 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:03 2021 Pair time (%) = 0.0010581 (6.10849) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.178933) Outpt time (%) = 0.0161419 (93.1882) Other time (%) = 9.08375e-05 (0.524411) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:03 2021 Memory usage per processor = 27.5401 Mbytes Step Atoms AVEKE stressZZ 17467 5000 5.6029232e-11 6092622.8 17468 -0.0118299999999935 6092531.42206784 17468 5000 5.6025119e-11 6092531.4 Loop time of 0.0173109 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:03 2021 Pair time (%) = 0.00109482 (6.32446) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179046) Outpt time (%) = 0.0160968 (92.9869) Other time (%) = 8.82149e-05 (0.509593) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:03 2021 Memory usage per processor = 27.5401 Mbytes Step Atoms AVEKE stressZZ 17468 5000 5.6025119e-11 6092502.3 17469 -0.0118299999999935 6092410.9230296 17469 5000 5.6021006e-11 6092410.9 Loop time of 0.0166659 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:03 2021 Pair time (%) = 0.00111103 (6.66648) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191697) Outpt time (%) = 0.0154302 (92.5853) Other time (%) = 9.27448e-05 (0.556493) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:03 2021 Memory usage per processor = 27.5401 Mbytes Step Atoms AVEKE stressZZ 17469 5000 5.6021006e-11 6092381.8 17470 -0.0118299999999935 6092290.43025509 17470 5000 5.6016894e-11 6092290.4 Loop time of 0.0197289 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:03 2021 Pair time (%) = 0.00145602 (7.38015) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.192147) Outpt time (%) = 0.0180609 (91.5455) Other time (%) = 0.000174046 (0.882186) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:03 2021 Memory usage per processor = 27.5401 Mbytes Step Atoms AVEKE stressZZ 17470 5000 5.6016894e-11 6092261.3 17471 -0.0118299999999935 6092169.94374339 17471 5000 5.6012782e-11 6092169.9 Loop time of 0.017396 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:03 2021 Pair time (%) = 0.00110102 (6.32915) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.185023) Outpt time (%) = 0.0161631 (92.9129) Other time (%) = 9.9659e-05 (0.572885) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:03 2021 Memory usage per processor = 27.5401 Mbytes Step Atoms AVEKE stressZZ 17471 5000 5.6012782e-11 6092140.8 17472 -0.0118299999999935 6092049.46349366 17472 5000 5.6008671e-11 6092049.5 Loop time of 0.0174398 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:03 2021 Pair time (%) = 0.00112915 (6.47454) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.269317) Outpt time (%) = 0.0161359 (92.5234) Other time (%) = 0.000127792 (0.732761) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:03 2021 Memory usage per processor = 27.5401 Mbytes Step Atoms AVEKE stressZZ 17472 5000 5.6008671e-11 6092020.3 17473 -0.0118299999999935 6091928.98950507 17473 5000 5.600456e-11 6091929 Loop time of 0.0165088 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:03 2021 Pair time (%) = 0.00110793 (6.71115) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.199298) Outpt time (%) = 0.015265 (92.4657) Other time (%) = 0.000102997 (0.62389) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:03 2021 Memory usage per processor = 27.5401 Mbytes Step Atoms AVEKE stressZZ 17473 5000 5.600456e-11 6091899.9 17474 -0.0118299999999935 6091808.52177688 17474 5000 5.600045e-11 6091808.5 Loop time of 0.0171781 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:03 2021 Pair time (%) = 0.0014348 (8.35253) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.215128) Outpt time (%) = 0.0155649 (90.6093) Other time (%) = 0.000141382 (0.82304) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:03 2021 Memory usage per processor = 27.5401 Mbytes Step Atoms AVEKE stressZZ 17474 5000 5.600045e-11 6091779.4 17475 -0.0118299999999935 6091688.06030815 17475 5000 5.599634e-11 6091688.1 Loop time of 0.017097 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:03 2021 Pair time (%) = 0.0010581 (6.18882) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186864) Outpt time (%) = 0.0159152 (93.0874) Other time (%) = 9.17912e-05 (0.536885) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:03 2021 Memory usage per processor = 27.5401 Mbytes Step Atoms AVEKE stressZZ 17475 5000 5.599634e-11 6091658.9 17476 -0.0118299999999935 6091567.60509812 17476 5000 5.599223e-11 6091567.6 Loop time of 0.0167289 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:03 2021 Pair time (%) = 0.001127 (6.73688) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.198102) Outpt time (%) = 0.01547 (92.475) Other time (%) = 9.87053e-05 (0.590029) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:03 2021 Memory usage per processor = 27.5401 Mbytes Step Atoms AVEKE stressZZ 17476 5000 5.599223e-11 6091538.5 17477 -0.0118299999999935 6091447.15614602 17477 5000 5.5988121e-11 6091447.2 Loop time of 0.0167131 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:03 2021 Pair time (%) = 0.00130391 (7.80171) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.2097) Outpt time (%) = 0.0152731 (91.3837) Other time (%) = 0.000101089 (0.60485) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:03 2021 Memory usage per processor = 27.5401 Mbytes Step Atoms AVEKE stressZZ 17477 5000 5.5988121e-11 6091418 17478 -0.0118299999999935 6091326.71345107 17478 5000 5.5984013e-11 6091326.7 Loop time of 0.017278 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:03 2021 Pair time (%) = 0.00116205 (6.72563) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.186287) Outpt time (%) = 0.0159898 (92.5444) Other time (%) = 9.39369e-05 (0.543681) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:03 2021 Memory usage per processor = 27.5401 Mbytes Step Atoms AVEKE stressZZ 17478 5000 5.5984013e-11 6091297.6 17479 -0.0118299999999935 6091206.27702228 17479 5000 5.5979905e-11 6091206.3 Loop time of 0.0170031 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:03 2021 Pair time (%) = 0.00106192 (6.24544) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187896) Outpt time (%) = 0.015816 (93.0184) Other time (%) = 9.32217e-05 (0.548264) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:03 2021 Memory usage per processor = 27.5401 Mbytes Step Atoms AVEKE stressZZ 17479 5000 5.5979905e-11 6091177.1 17480 -0.0118299999999935 6091085.8468947 17480 5000 5.5975797e-11 6091085.8 Loop time of 0.018888 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:03 2021 Pair time (%) = 0.00110888 (5.87084) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.169145) Outpt time (%) = 0.017652 (93.4564) Other time (%) = 9.5129e-05 (0.503648) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:03 2021 Memory usage per processor = 27.5401 Mbytes Step Atoms AVEKE stressZZ 17480 5000 5.5975797e-11 6091056.7 17481 -0.0118299999999935 6090965.42304793 17481 5000 5.597169e-11 6090965.4 Loop time of 0.0166979 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:03 2021 Pair time (%) = 0.00125408 (7.51042) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.221315) Outpt time (%) = 0.0152969 (91.61) Other time (%) = 0.000109911 (0.658233) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:03 2021 Memory usage per processor = 27.5401 Mbytes Step Atoms AVEKE stressZZ 17481 5000 5.597169e-11 6090936.3 17482 -0.0118299999999935 6090845.00547476 17482 5000 5.5967583e-11 6090845 Loop time of 0.0174251 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:03 2021 Pair time (%) = 0.00110793 (6.35826) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.177873) Outpt time (%) = 0.0161932 (92.9302) Other time (%) = 9.29832e-05 (0.533618) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:03 2021 Memory usage per processor = 27.5401 Mbytes Step Atoms AVEKE stressZZ 17482 5000 5.5967583e-11 6090815.9 17483 -0.0118299999999935 6090724.59417104 17483 5000 5.5963477e-11 6090724.6 Loop time of 0.0173039 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:03 2021 Pair time (%) = 0.00105596 (6.1024) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179118) Outpt time (%) = 0.0161231 (93.1756) Other time (%) = 9.39369e-05 (0.542864) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:03 2021 Memory usage per processor = 27.5401 Mbytes Step Atoms AVEKE stressZZ 17483 5000 5.5963477e-11 6090695.5 17484 -0.0118299999999935 6090604.18913401 17484 5000 5.5959371e-11 6090604.2 Loop time of 0.0165999 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:03 2021 Pair time (%) = 0.00107098 (6.45171) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.198205) Outpt time (%) = 0.0153921 (92.7239) Other time (%) = 0.000103951 (0.626212) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:03 2021 Memory usage per processor = 27.5401 Mbytes Step Atoms AVEKE stressZZ 17484 5000 5.5959371e-11 6090575.1 17485 -0.0118299999999935 6090483.79036161 17485 5000 5.5955266e-11 6090483.8 Loop time of 0.017458 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:03 2021 Pair time (%) = 0.00110507 (6.32989) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183) Outpt time (%) = 0.016165 (92.594) Other time (%) = 0.000155926 (0.89315) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:03 2021 Memory usage per processor = 27.5401 Mbytes Step Atoms AVEKE stressZZ 17485 5000 5.5955266e-11 6090454.7 17486 -0.0118299999999935 6090363.39785202 17486 5000 5.5951161e-11 6090363.4 Loop time of 0.0174851 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:04 2021 Pair time (%) = 0.00112987 (6.46186) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.184079) Outpt time (%) = 0.0162299 (92.8209) Other time (%) = 9.32217e-05 (0.533148) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:04 2021 Memory usage per processor = 27.5401 Mbytes Step Atoms AVEKE stressZZ 17486 5000 5.5951161e-11 6090334.3 17487 -0.0118299999999935 6090243.01160197 17487 5000 5.5947057e-11 6090243 Loop time of 0.016866 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:04 2021 Pair time (%) = 0.001055 (6.25521) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.190837) Outpt time (%) = 0.015686 (93.0041) Other time (%) = 9.27448e-05 (0.549893) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:04 2021 Memory usage per processor = 27.5401 Mbytes Step Atoms AVEKE stressZZ 17487 5000 5.5947057e-11 6090213.9 17488 -0.0118299999999935 6090122.63161145 17488 5000 5.5942953e-11 6090122.6 Loop time of 0.0168068 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:04 2021 Pair time (%) = 0.00121808 (7.24753) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.202857) Outpt time (%) = 0.0154099 (91.6885) Other time (%) = 0.00014472 (0.861078) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:04 2021 Memory usage per processor = 27.5401 Mbytes Step Atoms AVEKE stressZZ 17488 5000 5.5942953e-11 6090093.5 17489 -0.0118299999999935 6090002.2578792 17489 5000 5.5938849e-11 6090002.3 Loop time of 0.016715 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:04 2021 Pair time (%) = 0.00105906 (6.33594) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.185428) Outpt time (%) = 0.0155351 (92.9409) Other time (%) = 8.98838e-05 (0.537742) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:04 2021 Memory usage per processor = 27.5401 Mbytes Step Atoms AVEKE stressZZ 17489 5000 5.5938849e-11 6089973.1 17490 -0.0118299999999935 6089881.89040416 17490 5000 5.5934746e-11 6089881.9 Loop time of 0.0184579 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:04 2021 Pair time (%) = 0.00105786 (5.73123) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.173086) Outpt time (%) = 0.0172789 (93.6126) Other time (%) = 8.91685e-05 (0.483092) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:04 2021 Memory usage per processor = 27.5401 Mbytes Step Atoms AVEKE stressZZ 17490 5000 5.5934746e-11 6089852.8 17491 -0.0118299999999935 6089761.52918504 17491 5000 5.5930644e-11 6089761.5 Loop time of 0.0164208 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:04 2021 Pair time (%) = 0.00106096 (6.46107) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.18875) Outpt time (%) = 0.015238 (92.797) Other time (%) = 9.08375e-05 (0.553184) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:04 2021 Memory usage per processor = 27.5401 Mbytes Step Atoms AVEKE stressZZ 17491 5000 5.5930644e-11 6089732.4 17492 -0.0118299999999935 6089641.17422085 17492 5000 5.5926542e-11 6089641.2 Loop time of 0.0171468 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:04 2021 Pair time (%) = 0.0010581 (6.17083) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.187711) Outpt time (%) = 0.0159678 (93.1242) Other time (%) = 8.86917e-05 (0.517249) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:04 2021 Memory usage per processor = 27.5401 Mbytes Step Atoms AVEKE stressZZ 17492 5000 5.5926542e-11 6089612 17493 -0.0118299999999935 6089520.82551051 17493 5000 5.592244e-11 6089520.8 Loop time of 0.0171881 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:04 2021 Pair time (%) = 0.00146604 (8.52938) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.227487) Outpt time (%) = 0.0155292 (90.3484) Other time (%) = 0.00015378 (0.89469) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:04 2021 Memory usage per processor = 27.5401 Mbytes Step Atoms AVEKE stressZZ 17493 5000 5.592244e-11 6089491.7 17494 -0.0118299999999935 6089400.48305311 17494 5000 5.5918339e-11 6089400.5 Loop time of 0.0174062 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:04 2021 Pair time (%) = 0.00115299 (6.62402) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183544) Outpt time (%) = 0.0161228 (92.6267) Other time (%) = 9.84669e-05 (0.565699) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:04 2021 Memory usage per processor = 27.5401 Mbytes Step Atoms AVEKE stressZZ 17494 5000 5.5918339e-11 6089371.4 17495 -0.0118299999999935 6089280.14684759 17495 5000 5.5914238e-11 6089280.1 Loop time of 0.0171759 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:04 2021 Pair time (%) = 0.00105596 (6.14789) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186005) Outpt time (%) = 0.015996 (93.1303) Other time (%) = 9.20296e-05 (0.535806) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:04 2021 Memory usage per processor = 27.5401 Mbytes Step Atoms AVEKE stressZZ 17495 5000 5.5914238e-11 6089251 17496 -0.0118299999999935 6089159.81689304 17496 5000 5.5910138e-11 6089159.8 Loop time of 0.0166221 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:04 2021 Pair time (%) = 0.0010581 (6.36564) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.186465) Outpt time (%) = 0.01544 (92.8885) Other time (%) = 9.29832e-05 (0.559396) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:04 2021 Memory usage per processor = 27.5401 Mbytes Step Atoms AVEKE stressZZ 17496 5000 5.5910138e-11 6089130.7 17497 -0.0118299999999935 6089039.4931886 17497 5000 5.5906038e-11 6089039.5 Loop time of 0.016897 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:04 2021 Pair time (%) = 0.00130701 (7.73518) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.213063) Outpt time (%) = 0.015393 (91.0993) Other time (%) = 0.000160933 (0.952435) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:04 2021 Memory usage per processor = 27.5401 Mbytes Step Atoms AVEKE stressZZ 17497 5000 5.5906038e-11 6089010.4 17498 -0.0118299999999935 6088919.17574074 17498 5000 5.5901939e-11 6088919.2 Loop time of 0.017503 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:04 2021 Pair time (%) = 0.00118589 (6.77537) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.18934) Outpt time (%) = 0.0161831 (92.4591) Other time (%) = 0.000100851 (0.576192) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:04 2021 Memory usage per processor = 27.5401 Mbytes Step Atoms AVEKE stressZZ 17498 5000 5.5901939e-11 6088890.1 17499 -0.0118299999999935 6088798.86463776 17499 5000 5.589784e-11 6088798.9 Loop time of 0.0170851 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:04 2021 Pair time (%) = 0.00105906 (6.19872) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186994) Outpt time (%) = 0.0159011 (93.0701) Other time (%) = 9.29832e-05 (0.544237) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:04 2021 Memory usage per processor = 27.5401 Mbytes Step Atoms AVEKE stressZZ 17499 5000 5.589784e-11 6088769.7 17500 -0.0118299999999935 6088678.5598443 17500 5000 5.5893742e-11 6088678.6 Loop time of 0.0188441 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:04 2021 Pair time (%) = 0.00109696 (5.82125) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.185986) Outpt time (%) = 0.017606 (93.4297) Other time (%) = 0.000106096 (0.56302) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:04 2021 Memory usage per processor = 27.5401 Mbytes Step Atoms AVEKE stressZZ 17500 5000 5.5893742e-11 6088649.4 17501 -0.0118299999999935 6088558.26134113 17501 5000 5.5889644e-11 6088558.3 Loop time of 0.0171621 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:04 2021 Pair time (%) = 0.00151587 (8.83264) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.215329) Outpt time (%) = 0.015439 (89.9601) Other time (%) = 0.000170231 (0.991901) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:04 2021 Memory usage per processor = 27.5401 Mbytes Step Atoms AVEKE stressZZ 17501 5000 5.5889644e-11 6088529.1 17502 -0.0118299999999935 6088437.96911974 17502 5000 5.5885547e-11 6088438 Loop time of 0.0170901 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:04 2021 Pair time (%) = 0.00106311 (6.22062) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186939) Outpt time (%) = 0.0158999 (93.0358) Other time (%) = 9.5129e-05 (0.556633) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:04 2021 Memory usage per processor = 27.5401 Mbytes Step Atoms AVEKE stressZZ 17502 5000 5.5885547e-11 6088408.8 17503 -0.0118299999999935 6088317.68317468 17503 5000 5.588145e-11 6088317.7 Loop time of 0.0172379 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:04 2021 Pair time (%) = 0.00119281 (6.91968) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179804) Outpt time (%) = 0.0158939 (92.2034) Other time (%) = 0.000120163 (0.697086) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:04 2021 Memory usage per processor = 27.5401 Mbytes Step Atoms AVEKE stressZZ 17503 5000 5.588145e-11 6088288.6 17504 -0.0118299999999935 6088197.40350196 17504 5000 5.5877353e-11 6088197.4 Loop time of 0.0167758 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:04 2021 Pair time (%) = 0.00111794 (6.66401) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.203232) Outpt time (%) = 0.015517 (92.4961) Other time (%) = 0.000106812 (0.636698) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:04 2021 Memory usage per processor = 27.5401 Mbytes Step Atoms AVEKE stressZZ 17504 5000 5.5877353e-11 6088168.3 17505 -0.0118299999999935 6088077.13009837 17505 5000 5.5873257e-11 6088077.1 Loop time of 0.017415 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:04 2021 Pair time (%) = 0.00117207 (6.73019) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.2697) Outpt time (%) = 0.015976 (91.7365) Other time (%) = 0.00022006 (1.26362) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:04 2021 Memory usage per processor = 27.5401 Mbytes Step Atoms AVEKE stressZZ 17505 5000 5.5873257e-11 6088048 17506 -0.0118299999999935 6087956.8629612 17506 5000 5.5869161e-11 6087956.9 Loop time of 0.0172298 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:04 2021 Pair time (%) = 0.00106406 (6.17571) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179888) Outpt time (%) = 0.016042 (93.1061) Other time (%) = 9.27448e-05 (0.538282) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:04 2021 Memory usage per processor = 27.5401 Mbytes Step Atoms AVEKE stressZZ 17506 5000 5.5869161e-11 6087927.7 17507 -0.0118299999999935 6087836.60208358 17507 5000 5.5865066e-11 6087836.6 Loop time of 0.0167122 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:04 2021 Pair time (%) = 0.00108695 (6.50394) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191166) Outpt time (%) = 0.015485 (92.6572) Other time (%) = 0.000108242 (0.647683) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:04 2021 Memory usage per processor = 27.5401 Mbytes Step Atoms AVEKE stressZZ 17507 5000 5.5865066e-11 6087807.5 17508 -0.0118299999999935 6087716.34744753 17508 5000 5.5860972e-11 6087716.3 Loop time of 0.017164 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:04 2021 Pair time (%) = 0.00124407 (7.24813) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.215305) Outpt time (%) = 0.015764 (91.8434) Other time (%) = 0.000118971 (0.693142) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:04 2021 Memory usage per processor = 27.5401 Mbytes Step Atoms AVEKE stressZZ 17508 5000 5.5860972e-11 6087687.2 17509 -0.0118299999999935 6087596.09906947 17509 5000 5.5856877e-11 6087596.1 Loop time of 0.0175102 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:04 2021 Pair time (%) = 0.00109601 (6.25928) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.177008) Outpt time (%) = 0.0162899 (93.0313) Other time (%) = 9.32217e-05 (0.532386) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:04 2021 Memory usage per processor = 27.5401 Mbytes Step Atoms AVEKE stressZZ 17509 5000 5.5856877e-11 6087567 17510 -0.0118299999999935 6087475.8569478 17510 5000 5.5852784e-11 6087475.9 Loop time of 0.0192189 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:04 2021 Pair time (%) = 0.00105786 (5.50428) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.16127) Outpt time (%) = 0.0180218 (93.7712) Other time (%) = 0.000108242 (0.563206) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:04 2021 Memory usage per processor = 27.5401 Mbytes Step Atoms AVEKE stressZZ 17510 5000 5.5852784e-11 6087446.7 17511 -0.0118299999999935 6087355.62108123 17511 5000 5.584869e-11 6087355.6 Loop time of 0.016712 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:04 2021 Pair time (%) = 0.00117612 (7.03759) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191169) Outpt time (%) = 0.0153461 (91.8268) Other time (%) = 0.000157833 (0.944433) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:04 2021 Memory usage per processor = 27.5401 Mbytes Step Atoms AVEKE stressZZ 17511 5000 5.584869e-11 6087326.5 17512 -0.0118299999999935 6087235.3914684 17512 5000 5.5844598e-11 6087235.4 Loop time of 0.0172951 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:04 2021 Pair time (%) = 0.00147414 (8.52346) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.202644) Outpt time (%) = 0.015635 (90.4013) Other time (%) = 0.000150919 (0.87261) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:04 2021 Memory usage per processor = 27.5401 Mbytes Step Atoms AVEKE stressZZ 17512 5000 5.5844598e-11 6087206.3 17513 -0.0118299999999935 6087115.16810806 17513 5000 5.5840505e-11 6087115.2 Loop time of 0.017251 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:04 2021 Pair time (%) = 0.00106001 (6.14462) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185195) Outpt time (%) = 0.0160661 (93.1312) Other time (%) = 9.29832e-05 (0.539002) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:25:04 2021 Memory usage per processor = 27.5401 Mbytes Step Atoms AVEKE stressZZ 17513 5000 5.5840505e-11 6087086.1 17514 -0.0118299999999935 6086976.80078307 17514 5000 1.1025446e-10 6087177 Loop time of 0.016438 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:04 2021 Pair time (%) = 0.00105596 (6.42387) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.195805) Outpt time (%) = 0.0152111 (92.5362) Other time (%) = 0.00013876 (0.844139) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28350 ave 28350 max 28350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28350 Ave neighs/atom = 5.67 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:04 2021 Memory usage per processor = 27.5401 Mbytes Step Atoms AVEKE stressZZ 17514 5000 1.1025446e-10 6146137.7 17515 -0.0118624999999935 6146017.26132877 17515 5000 8.8751684e-11 6146017.3 Loop time of 0.0164351 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:04 2021 Pair time (%) = 0.00112987 (6.87469) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.205994) Outpt time (%) = 0.015136 (92.0953) Other time (%) = 0.000135422 (0.823977) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28351 ave 28351 max 28351 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28351 Ave neighs/atom = 5.6702 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:04 2021 Memory usage per processor = 27.5401 Mbytes Step Atoms AVEKE stressZZ 17515 5000 8.8751684e-11 6145978 17516 -0.0118624999999935 6145867.83531357 17516 5000 7.6296386e-11 6145867.8 Loop time of 0.017251 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:04 2021 Pair time (%) = 0.00126982 (7.36083) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190724) Outpt time (%) = 0.0158379 (91.8086) Other time (%) = 0.000110388 (0.639892) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28351 ave 28351 max 28351 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28351 Ave neighs/atom = 5.6702 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:04 2021 Memory usage per processor = 27.5401 Mbytes Step Atoms AVEKE stressZZ 17516 5000 7.6296386e-11 6145832.1 17517 -0.0118624999999935 6145728.52726022 17517 5000 6.8868735e-11 6145728.5 Loop time of 0.0172129 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:04 2021 Pair time (%) = 0.00105906 (6.1527) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185606) Outpt time (%) = 0.0160301 (93.1284) Other time (%) = 9.17912e-05 (0.533271) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28351 ave 28351 max 28351 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28351 Ave neighs/atom = 5.6702 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:04 2021 Memory usage per processor = 27.5401 Mbytes Step Atoms AVEKE stressZZ 17517 5000 6.8868735e-11 6145695.1 17518 -0.0118624999999935 6145595.65158088 17518 5000 6.4344532e-11 6145595.7 Loop time of 0.0163171 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:04 2021 Pair time (%) = 0.00110292 (6.7593) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.201639) Outpt time (%) = 0.0150871 (92.4619) Other time (%) = 9.41753e-05 (0.577156) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28351 ave 28351 max 28351 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28351 Ave neighs/atom = 5.6702 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:04 2021 Memory usage per processor = 27.5401 Mbytes Step Atoms AVEKE stressZZ 17518 5000 6.4344532e-11 6145563.7 17519 -0.0118624999999935 6145466.86605778 17519 5000 6.1547688e-11 6145466.9 Loop time of 0.0169361 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:04 2021 Pair time (%) = 0.00130486 (7.70465) Neigh time (%) = 0 (0) Comm time (%) = 4.29153e-05 (0.253396) Outpt time (%) = 0.0154228 (91.065) Other time (%) = 0.000165462 (0.976983) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28351 ave 28351 max 28351 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28351 Ave neighs/atom = 5.6702 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:04 2021 Memory usage per processor = 27.5401 Mbytes Step Atoms AVEKE stressZZ 17519 5000 6.1547688e-11 6145435.8 17520 -0.0118624999999935 6145340.68218915 17520 5000 5.9801006e-11 6145340.7 Loop time of 0.0194271 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:04 2021 Pair time (%) = 0.00105691 (5.4404) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.159542) Outpt time (%) = 0.0182459 (93.9202) Other time (%) = 9.32217e-05 (0.479855) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28351 ave 28351 max 28351 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28351 Ave neighs/atom = 5.6702 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:04 2021 Memory usage per processor = 27.5401 Mbytes Step Atoms AVEKE stressZZ 17520 5000 5.9801006e-11 6145310.2 17521 -0.0118624999999935 6145216.15401646 17521 5000 5.8702489e-11 6145216.2 Loop time of 0.0171571 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:04 2021 Pair time (%) = 0.00105715 (6.16159) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186209) Outpt time (%) = 0.015975 (93.1103) Other time (%) = 9.29832e-05 (0.541953) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28351 ave 28351 max 28351 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28351 Ave neighs/atom = 5.6702 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:04 2021 Memory usage per processor = 27.5401 Mbytes Step Atoms AVEKE stressZZ 17521 5000 5.8702489e-11 6145186 17522 -0.0118624999999935 6145092.68037224 17522 5000 5.8008119e-11 6145092.7 Loop time of 0.016577 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:04 2021 Pair time (%) = 0.00106096 (6.40021) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192725) Outpt time (%) = 0.0153458 (92.5729) Other time (%) = 0.000138283 (0.834184) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28351 ave 28351 max 28351 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28351 Ave neighs/atom = 5.6702 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:04 2021 Memory usage per processor = 27.5401 Mbytes Step Atoms AVEKE stressZZ 17522 5000 5.8008119e-11 6145062.8 17523 -0.0118624999999935 6144969.87920726 17523 5000 5.7567449e-11 6144969.9 Loop time of 0.0172241 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:04 2021 Pair time (%) = 0.00146103 (8.48248) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.209017) Outpt time (%) = 0.015574 (90.4198) Other time (%) = 0.000153065 (0.888667) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28351 ave 28351 max 28351 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28351 Ave neighs/atom = 5.6702 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:04 2021 Memory usage per processor = 27.5401 Mbytes Step Atoms AVEKE stressZZ 17523 5000 5.7567449e-11 6144940.1 17524 -0.0118624999999935 6144847.50772446 17524 5000 5.728674e-11 6144847.5 Loop time of 0.016603 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:04 2021 Pair time (%) = 0.00118995 (7.16706) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.205348) Outpt time (%) = 0.015244 (91.8148) Other time (%) = 0.000134945 (0.812775) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28351 ave 28351 max 28351 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28351 Ave neighs/atom = 5.6702 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:04 2021 Memory usage per processor = 27.5401 Mbytes Step Atoms AVEKE stressZZ 17524 5000 5.728674e-11 6144817.9 17525 -0.0118624999999935 6144725.41162277 17525 5000 5.7107174e-11 6144725.4 Loop time of 0.0164261 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:04 2021 Pair time (%) = 0.00105786 (6.44014) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.18869) Outpt time (%) = 0.0152452 (92.8109) Other time (%) = 9.20296e-05 (0.560265) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28351 ave 28351 max 28351 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28351 Ave neighs/atom = 5.6702 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:04 2021 Memory usage per processor = 27.5401 Mbytes Step Atoms AVEKE stressZZ 17525 5000 5.7107174e-11 6144695.8 17526 -0.0118624999999935 6144603.49284179 17526 5000 5.6991679e-11 6144603.5 Loop time of 0.0165851 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:04 2021 Pair time (%) = 0.00109315 (6.59115) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.186881) Outpt time (%) = 0.015373 (92.6915) Other time (%) = 8.79765e-05 (0.530454) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28351 ave 28351 max 28351 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28351 Ave neighs/atom = 5.6702 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:04 2021 Memory usage per processor = 27.5401 Mbytes Step Atoms AVEKE stressZZ 17526 5000 5.6991679e-11 6144573.9 17527 -0.0118624999999935 6144481.68905921 17527 5000 5.6916817e-11 6144481.7 Loop time of 0.016227 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:04 2021 Pair time (%) = 0.00103498 (6.3781) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.191005) Outpt time (%) = 0.0150759 (92.9064) Other time (%) = 8.51154e-05 (0.524529) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28351 ave 28351 max 28351 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28351 Ave neighs/atom = 5.6702 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:04 2021 Memory usage per processor = 27.5401 Mbytes Step Atoms AVEKE stressZZ 17527 5000 5.6916817e-11 6144452.2 17528 -0.0118624999999935 6144359.96062946 17528 5000 5.6867743e-11 6144360 Loop time of 0.016396 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:04 2021 Pair time (%) = 0.00109506 (6.67878) Neigh time (%) = 0 (0) Comm time (%) = 3.12328e-05 (0.19049) Outpt time (%) = 0.0151818 (92.5942) Other time (%) = 8.79765e-05 (0.536571) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28351 ave 28351 max 28351 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28351 Ave neighs/atom = 5.6702 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:04 2021 Memory usage per processor = 27.5401 Mbytes Step Atoms AVEKE stressZZ 17528 5000 5.6867743e-11 6144330.4 17529 -0.0118624999999935 6144238.28243215 17529 5000 5.6835045e-11 6144238.3 Loop time of 0.0163682 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:05 2021 Pair time (%) = 0.00103092 (6.29834) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.189358) Outpt time (%) = 0.0152202 (92.9865) Other time (%) = 8.60691e-05 (0.525833) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28351 ave 28351 max 28351 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28351 Ave neighs/atom = 5.6702 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:05 2021 Memory usage per processor = 27.5401 Mbytes Step Atoms AVEKE stressZZ 17529 5000 5.6835045e-11 6144208.8 17530 -0.0118624999999935 6144116.63846708 17530 5000 5.6812748e-11 6144116.6 Loop time of 0.0184669 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:05 2021 Pair time (%) = 0.00107288 (5.80975) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.167837) Outpt time (%) = 0.0172629 (93.4802) Other time (%) = 0.000100136 (0.542243) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28351 ave 28351 max 28351 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28351 Ave neighs/atom = 5.6702 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:05 2021 Memory usage per processor = 27.5401 Mbytes Step Atoms AVEKE stressZZ 17530 5000 5.6812748e-11 6144087.1 17531 -0.0118624999999935 6143995.01856694 17531 5000 5.6797059e-11 6143995 Loop time of 0.0163472 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:05 2021 Pair time (%) = 0.00103807 (6.35018) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.189601) Outpt time (%) = 0.0151441 (92.6406) Other time (%) = 0.000133991 (0.81966) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28351 ave 28351 max 28351 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28351 Ave neighs/atom = 5.6702 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:05 2021 Memory usage per processor = 27.5401 Mbytes Step Atoms AVEKE stressZZ 17531 5000 5.6797059e-11 6143965.5 17532 -0.0118624999999935 6143873.41627 17532 5000 5.6785568e-11 6143873.4 Loop time of 0.0163329 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:05 2021 Pair time (%) = 0.00106406 (6.51485) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.189767) Outpt time (%) = 0.0151238 (92.5976) Other time (%) = 0.000113964 (0.697759) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28351 ave 28351 max 28351 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28351 Ave neighs/atom = 5.6702 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:05 2021 Memory usage per processor = 27.5401 Mbytes Step Atoms AVEKE stressZZ 17532 5000 5.6785568e-11 6143843.9 17533 -0.0118624999999935 6143751.8274696 17533 5000 5.6776746e-11 6143751.8 Loop time of 0.0164361 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:05 2021 Pair time (%) = 0.00111508 (6.78436) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.188575) Outpt time (%) = 0.015203 (92.4976) Other time (%) = 8.70228e-05 (0.529461) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28351 ave 28351 max 28351 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28351 Ave neighs/atom = 5.6702 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:05 2021 Memory usage per processor = 27.5401 Mbytes Step Atoms AVEKE stressZZ 17533 5000 5.6776746e-11 6143722.3 17534 -0.0118624999999935 6143630.24955514 17534 5000 5.6769619e-11 6143630.2 Loop time of 0.016376 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:05 2021 Pair time (%) = 0.00103617 (6.32734) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.189267) Outpt time (%) = 0.0152218 (92.952) Other time (%) = 8.70228e-05 (0.531404) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28351 ave 28351 max 28351 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28351 Ave neighs/atom = 5.6702 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:05 2021 Memory usage per processor = 27.5401 Mbytes Step Atoms AVEKE stressZZ 17534 5000 5.6769619e-11 6143600.8 17535 -0.0118624999999935 6143508.68086739 17535 5000 5.6763569e-11 6143508.7 Loop time of 0.0161469 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:05 2021 Pair time (%) = 0.00106692 (6.6076) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.191953) Outpt time (%) = 0.0149341 (92.4887) Other time (%) = 0.000114918 (0.711702) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28351 ave 28351 max 28351 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28351 Ave neighs/atom = 5.6702 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:05 2021 Memory usage per processor = 27.5401 Mbytes Step Atoms AVEKE stressZZ 17535 5000 5.6763569e-11 6143479.2 17536 -0.0118624999999935 6143387.12035156 17536 5000 5.6758204e-11 6143387.1 Loop time of 0.016243 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:05 2021 Pair time (%) = 0.00103807 (6.39091) Neigh time (%) = 0 (0) Comm time (%) = 3.00407e-05 (0.184946) Outpt time (%) = 0.0150731 (92.7974) Other time (%) = 0.000101805 (0.626761) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28351 ave 28351 max 28351 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28351 Ave neighs/atom = 5.6702 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:05 2021 Memory usage per processor = 27.5401 Mbytes Step Atoms AVEKE stressZZ 17536 5000 5.6758204e-11 6143357.6 17537 -0.0118624999999935 6143265.56733676 17537 5000 5.6753275e-11 6143265.6 Loop time of 0.0163271 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:05 2021 Pair time (%) = 0.00105906 (6.48647) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.195675) Outpt time (%) = 0.0151482 (92.779) Other time (%) = 8.79765e-05 (0.538836) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28351 ave 28351 max 28351 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28351 Ave neighs/atom = 5.6702 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:05 2021 Memory usage per processor = 27.5401 Mbytes Step Atoms AVEKE stressZZ 17537 5000 5.6753275e-11 6143236.1 17538 -0.0118624999999935 6143144.02139635 17538 5000 5.6748623e-11 6143144 Loop time of 0.01615 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:05 2021 Pair time (%) = 0.00103498 (6.40852) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.191916) Outpt time (%) = 0.015003 (92.8976) Other time (%) = 8.10623e-05 (0.501934) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28351 ave 28351 max 28351 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28351 Ave neighs/atom = 5.6702 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:05 2021 Memory usage per processor = 27.5401 Mbytes Step Atoms AVEKE stressZZ 17538 5000 5.6748623e-11 6143114.5 17539 -0.0118624999999935 6143022.48225883 17539 5000 5.6744147e-11 6143022.5 Loop time of 0.0165319 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:05 2021 Pair time (%) = 0.00103688 (6.27199) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.187482) Outpt time (%) = 0.015378 (93.0199) Other time (%) = 8.60691e-05 (0.520623) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28351 ave 28351 max 28351 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28351 Ave neighs/atom = 5.6702 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:05 2021 Memory usage per processor = 27.5401 Mbytes Step Atoms AVEKE stressZZ 17539 5000 5.6744147e-11 6142993 17540 -0.0118624999999935 6142900.94975124 17540 5000 5.6739783e-11 6142900.9 Loop time of 0.0183749 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:05 2021 Pair time (%) = 0.00103593 (5.63773) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.168678) Outpt time (%) = 0.0172229 (93.7304) Other time (%) = 8.51154e-05 (0.463215) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28351 ave 28351 max 28351 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28351 Ave neighs/atom = 5.6702 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:05 2021 Memory usage per processor = 27.5401 Mbytes Step Atoms AVEKE stressZZ 17540 5000 5.6739783e-11 6142871.5 17541 -0.0118624999999935 6142779.42376336 17541 5000 5.6735491e-11 6142779.4 Loop time of 0.016974 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:05 2021 Pair time (%) = 0.00118899 (7.0048) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.228952) Outpt time (%) = 0.015635 (92.1117) Other time (%) = 0.000111103 (0.65455) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28351 ave 28351 max 28351 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28351 Ave neighs/atom = 5.6702 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:05 2021 Memory usage per processor = 27.5401 Mbytes Step Atoms AVEKE stressZZ 17541 5000 5.6735491e-11 6142749.9 17542 -0.0118624999999935 6142657.90422493 17542 5000 5.6731244e-11 6142657.9 Loop time of 0.0174291 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:05 2021 Pair time (%) = 0.001055 (6.0531) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183303) Outpt time (%) = 0.016248 (93.2233) Other time (%) = 9.41753e-05 (0.540334) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28351 ave 28351 max 28351 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28351 Ave neighs/atom = 5.6702 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:05 2021 Memory usage per processor = 27.5401 Mbytes Step Atoms AVEKE stressZZ 17542 5000 5.6731244e-11 6142628.4 17543 -0.0118624999999935 6142536.39109073 17543 5000 5.6727026e-11 6142536.4 Loop time of 0.017276 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:05 2021 Pair time (%) = 0.00111103 (6.43105) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184927) Outpt time (%) = 0.0160401 (92.8458) Other time (%) = 9.29832e-05 (0.538221) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28351 ave 28351 max 28351 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28351 Ave neighs/atom = 5.6702 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:05 2021 Memory usage per processor = 27.5401 Mbytes Step Atoms AVEKE stressZZ 17543 5000 5.6727026e-11 6142506.9 17544 -0.0118624999999935 6142414.88433172 17544 5000 5.6722826e-11 6142414.9 Loop time of 0.0166781 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:05 2021 Pair time (%) = 0.0010941 (6.56012) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191557) Outpt time (%) = 0.0154381 (92.565) Other time (%) = 0.000113964 (0.683316) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28351 ave 28351 max 28351 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28351 Ave neighs/atom = 5.6702 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:05 2021 Memory usage per processor = 27.5401 Mbytes Step Atoms AVEKE stressZZ 17544 5000 5.6722826e-11 6142385.4 17545 -0.0118624999999935 6142293.38392937 17545 5000 5.6718639e-11 6142293.4 Loop time of 0.0172391 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:05 2021 Pair time (%) = 0.00132298 (7.67433) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192239) Outpt time (%) = 0.0157452 (91.3341) Other time (%) = 0.000137806 (0.79938) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28351 ave 28351 max 28351 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28351 Ave neighs/atom = 5.6702 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:05 2021 Memory usage per processor = 27.5401 Mbytes Step Atoms AVEKE stressZZ 17545 5000 5.6718639e-11 6142263.9 17546 -0.0118624999999935 6142171.88987126 17546 5000 5.671446e-11 6142171.9 Loop time of 0.0170882 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:05 2021 Pair time (%) = 0.00105405 (6.16829) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18696) Outpt time (%) = 0.0159101 (93.1062) Other time (%) = 9.20296e-05 (0.538557) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28351 ave 28351 max 28351 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28351 Ave neighs/atom = 5.6702 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:05 2021 Memory usage per processor = 27.5401 Mbytes Step Atoms AVEKE stressZZ 17546 5000 5.671446e-11 6142142.4 17547 -0.0118624999999935 6142050.40214935 17547 5000 5.6710286e-11 6142050.4 Loop time of 0.0166528 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:05 2021 Pair time (%) = 0.00109005 (6.54574) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.204733) Outpt time (%) = 0.0154359 (92.6926) Other time (%) = 9.27448e-05 (0.556932) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28351 ave 28351 max 28351 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28351 Ave neighs/atom = 5.6702 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:05 2021 Memory usage per processor = 27.5401 Mbytes Step Atoms AVEKE stressZZ 17547 5000 5.6710286e-11 6142020.9 17548 -0.0118624999999935 6141928.92075824 17548 5000 5.6706115e-11 6141928.9 Loop time of 0.0168269 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:05 2021 Pair time (%) = 0.00119519 (7.10288) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208283) Outpt time (%) = 0.01548 (91.996) Other time (%) = 0.000116587 (0.69286) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28351 ave 28351 max 28351 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28351 Ave neighs/atom = 5.6702 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:05 2021 Memory usage per processor = 27.5401 Mbytes Step Atoms AVEKE stressZZ 17548 5000 5.6706115e-11 6141899.4 17549 -0.0118624999999935 6141807.44569399 17549 5000 5.6701947e-11 6141807.4 Loop time of 0.0171859 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:05 2021 Pair time (%) = 0.00125504 (7.30269) Neigh time (%) = 0 (0) Comm time (%) = 6.10352e-05 (0.355146) Outpt time (%) = 0.0157399 (91.5861) Other time (%) = 0.000129938 (0.756073) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28351 ave 28351 max 28351 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28351 Ave neighs/atom = 5.6702 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:05 2021 Memory usage per processor = 27.5401 Mbytes Step Atoms AVEKE stressZZ 17549 5000 5.6701947e-11 6141778 17550 -0.0118624999999935 6141685.97695402 17550 5000 5.669778e-11 6141686 Loop time of 0.019685 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:05 2021 Pair time (%) = 0.001055 (5.35941) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.162296) Outpt time (%) = 0.0184739 (93.8473) Other time (%) = 0.000124216 (0.631018) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28351 ave 28351 max 28351 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28351 Ave neighs/atom = 5.6702 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:05 2021 Memory usage per processor = 27.5401 Mbytes Step Atoms AVEKE stressZZ 17550 5000 5.669778e-11 6141656.5 17551 -0.0118624999999935 6141564.51453621 17551 5000 5.6693614e-11 6141564.5 Loop time of 0.016582 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:05 2021 Pair time (%) = 0.00105381 (6.35514) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.186916) Outpt time (%) = 0.0154011 (92.8785) Other time (%) = 9.60827e-05 (0.579439) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28351 ave 28351 max 28351 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28351 Ave neighs/atom = 5.6702 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:05 2021 Memory usage per processor = 27.5401 Mbytes Step Atoms AVEKE stressZZ 17551 5000 5.6693614e-11 6141535 17552 -0.0118624999999935 6141443.05843904 17552 5000 5.668945e-11 6141443.1 Loop time of 0.0167952 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:05 2021 Pair time (%) = 0.00120687 (7.18585) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.214355) Outpt time (%) = 0.0154388 (91.9241) Other time (%) = 0.000113487 (0.675714) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28351 ave 28351 max 28351 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28351 Ave neighs/atom = 5.6702 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:05 2021 Memory usage per processor = 27.5401 Mbytes Step Atoms AVEKE stressZZ 17552 5000 5.668945e-11 6141413.6 17553 -0.0118624999999935 6141321.6086611 17553 5000 5.6685286e-11 6141321.6 Loop time of 0.0172431 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:05 2021 Pair time (%) = 0.00110197 (6.39077) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179749) Outpt time (%) = 0.016016 (92.8833) Other time (%) = 9.41753e-05 (0.546161) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28351 ave 28351 max 28351 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28351 Ave neighs/atom = 5.6702 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:05 2021 Memory usage per processor = 27.5401 Mbytes Step Atoms AVEKE stressZZ 17553 5000 5.6685286e-11 6141292.1 17554 -0.0118624999999935 6141200.16520136 17554 5000 5.6681123e-11 6141200.2 Loop time of 0.017211 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:05 2021 Pair time (%) = 0.001091 (6.339) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180085) Outpt time (%) = 0.015991 (92.9116) Other time (%) = 9.799e-05 (0.569347) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28351 ave 28351 max 28351 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28351 Ave neighs/atom = 5.6702 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:05 2021 Memory usage per processor = 27.5401 Mbytes Step Atoms AVEKE stressZZ 17554 5000 5.6681123e-11 6141170.7 17555 -0.0118624999999935 6141078.72807029 17555 5000 5.6676961e-11 6141078.7 Loop time of 0.016629 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:05 2021 Pair time (%) = 0.00109911 (6.6096) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.210762) Outpt time (%) = 0.0153949 (92.5789) Other time (%) = 9.98974e-05 (0.600743) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28351 ave 28351 max 28351 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28351 Ave neighs/atom = 5.6702 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:05 2021 Memory usage per processor = 27.5401 Mbytes Step Atoms AVEKE stressZZ 17555 5000 5.6676961e-11 6141049.3 17556 -0.0118624999999935 6140957.29726639 17556 5000 5.6672799e-11 6140957.3 Loop time of 0.017179 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:05 2021 Pair time (%) = 0.00120687 (7.02529) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198462) Outpt time (%) = 0.01583 (92.1476) Other time (%) = 0.000108004 (0.628695) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28351 ave 28351 max 28351 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28351 Ave neighs/atom = 5.6702 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:05 2021 Memory usage per processor = 27.5401 Mbytes Step Atoms AVEKE stressZZ 17556 5000 5.6672799e-11 6140927.8 17557 -0.0118624999999935 6140835.87278462 17557 5000 5.6668637e-11 6140835.9 Loop time of 0.017271 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:05 2021 Pair time (%) = 0.00119781 (6.93539) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190502) Outpt time (%) = 0.01594 (92.2929) Other time (%) = 0.000100374 (0.581171) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28351 ave 28351 max 28351 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28351 Ave neighs/atom = 5.6702 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:05 2021 Memory usage per processor = 27.5401 Mbytes Step Atoms AVEKE stressZZ 17557 5000 5.6668637e-11 6140806.4 17558 -0.0118624999999935 6140714.45467001 17558 5000 5.6664476e-11 6140714.5 Loop time of 0.0168931 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:05 2021 Pair time (%) = 0.00108409 (6.41733) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.189119) Outpt time (%) = 0.015681 (92.8248) Other time (%) = 9.60827e-05 (0.568767) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28351 ave 28351 max 28351 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28351 Ave neighs/atom = 5.6702 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:05 2021 Memory usage per processor = 27.5401 Mbytes Step Atoms AVEKE stressZZ 17558 5000 5.6664476e-11 6140685 17559 -0.0118624999999935 6140593.04294159 17559 5000 5.6660316e-11 6140593 Loop time of 0.0165832 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:05 2021 Pair time (%) = 0.00108695 (6.55453) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.204155) Outpt time (%) = 0.015331 (92.4491) Other time (%) = 0.000131369 (0.792179) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28351 ave 28351 max 28351 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28351 Ave neighs/atom = 5.6702 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:05 2021 Memory usage per processor = 27.5401 Mbytes Step Atoms AVEKE stressZZ 17559 5000 5.6660316e-11 6140563.6 17560 -0.0118624999999935 6140471.63756924 17560 5000 5.6656156e-11 6140471.6 Loop time of 0.0195222 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:05 2021 Pair time (%) = 0.00116801 (5.983) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.169756) Outpt time (%) = 0.01823 (93.3807) Other time (%) = 9.10759e-05 (0.466525) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28351 ave 28351 max 28351 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28351 Ave neighs/atom = 5.6702 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:05 2021 Memory usage per processor = 27.5402 Mbytes Step Atoms AVEKE stressZZ 17560 5000 5.6656156e-11 6140442.2 17561 -0.0118624999999935 6140350.23854371 17561 5000 5.6651997e-11 6140350.2 Loop time of 0.0172741 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:05 2021 Pair time (%) = 0.001055 (6.10741) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179427) Outpt time (%) = 0.016094 (93.168) Other time (%) = 9.41753e-05 (0.545181) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28351 ave 28351 max 28351 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28351 Ave neighs/atom = 5.6702 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:05 2021 Memory usage per processor = 27.5402 Mbytes Step Atoms AVEKE stressZZ 17561 5000 5.6651997e-11 6140320.8 17562 -0.0118624999999935 6140228.84585929 17562 5000 5.6647838e-11 6140228.8 Loop time of 0.0164728 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:06 2021 Pair time (%) = 0.00105906 (6.42911) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193944) Outpt time (%) = 0.0152531 (92.5954) Other time (%) = 0.000128746 (0.781567) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28351 ave 28351 max 28351 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28351 Ave neighs/atom = 5.6702 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:06 2021 Memory usage per processor = 27.5402 Mbytes Step Atoms AVEKE stressZZ 17562 5000 5.6647838e-11 6140199.4 17563 -0.0118624999999935 6140107.45951212 17563 5000 5.6643679e-11 6140107.5 Loop time of 0.017447 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:06 2021 Pair time (%) = 0.00145793 (8.35634) Neigh time (%) = 0 (0) Comm time (%) = 4.19617e-05 (0.240509) Outpt time (%) = 0.0157549 (90.3017) Other time (%) = 0.000192165 (1.10142) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28351 ave 28351 max 28351 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28351 Ave neighs/atom = 5.6702 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:06 2021 Memory usage per processor = 27.5402 Mbytes Step Atoms AVEKE stressZZ 17563 5000 5.6643679e-11 6140078 17564 -0.0118624999999935 6139986.07949891 17564 5000 5.6639521e-11 6139986.1 Loop time of 0.0174019 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:06 2021 Pair time (%) = 0.00105596 (6.06804) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.184959) Outpt time (%) = 0.016221 (93.214) Other time (%) = 9.27448e-05 (0.532957) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28351 ave 28351 max 28351 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28351 Ave neighs/atom = 5.6702 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:06 2021 Memory usage per processor = 27.5402 Mbytes Step Atoms AVEKE stressZZ 17564 5000 5.6639521e-11 6139956.6 17565 -0.0118624999999935 6139864.70581711 17565 5000 5.6635364e-11 6139864.7 Loop time of 0.0171258 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:06 2021 Pair time (%) = 0.00108099 (6.31204) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.18098) Outpt time (%) = 0.0159199 (92.9585) Other time (%) = 9.39369e-05 (0.54851) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28351 ave 28351 max 28351 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28351 Ave neighs/atom = 5.6702 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:06 2021 Memory usage per processor = 27.5402 Mbytes Step Atoms AVEKE stressZZ 17565 5000 5.6635364e-11 6139835.2 17566 -0.0118624999999935 6139743.33846464 17566 5000 5.6631206e-11 6139743.3 Loop time of 0.016515 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:06 2021 Pair time (%) = 0.00106001 (6.41846) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.199223) Outpt time (%) = 0.015321 (92.7702) Other time (%) = 0.000101089 (0.612106) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28351 ave 28351 max 28351 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28351 Ave neighs/atom = 5.6702 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:06 2021 Memory usage per processor = 27.5402 Mbytes Step Atoms AVEKE stressZZ 17566 5000 5.6631206e-11 6139713.9 17567 -0.0118624999999935 6139621.97743938 17567 5000 5.662705e-11 6139622 Loop time of 0.0173671 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:06 2021 Pair time (%) = 0.00120902 (6.96155) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.196313) Outpt time (%) = 0.01601 (92.1859) Other time (%) = 0.000113964 (0.656206) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28351 ave 28351 max 28351 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28351 Ave neighs/atom = 5.6702 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:06 2021 Memory usage per processor = 27.5402 Mbytes Step Atoms AVEKE stressZZ 17567 5000 5.662705e-11 6139592.5 17568 -0.0118624999999935 6139500.62274067 17568 5000 5.6622894e-11 6139500.6 Loop time of 0.0173831 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:06 2021 Pair time (%) = 0.00105596 (6.07461) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.18516) Outpt time (%) = 0.016202 (93.2053) Other time (%) = 9.29832e-05 (0.534906) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28351 ave 28351 max 28351 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28351 Ave neighs/atom = 5.6702 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:06 2021 Memory usage per processor = 27.5402 Mbytes Step Atoms AVEKE stressZZ 17568 5000 5.6622894e-11 6139471.2 17569 -0.0118624999999935 6139379.27439757 17569 5000 5.6618738e-11 6139379.3 Loop time of 0.016588 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:06 2021 Pair time (%) = 0.001055 (6.36004) Neigh time (%) = 0 (0) Comm time (%) = 3.12328e-05 (0.188286) Outpt time (%) = 0.0154071 (92.8811) Other time (%) = 9.46522e-05 (0.570607) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28351 ave 28351 max 28351 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28351 Ave neighs/atom = 5.6702 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:06 2021 Memory usage per processor = 27.5402 Mbytes Step Atoms AVEKE stressZZ 17569 5000 5.6618738e-11 6139349.8 17570 -0.0118624999999935 6139257.93239861 17570 5000 5.6614583e-11 6139257.9 Loop time of 0.0191572 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:06 2021 Pair time (%) = 0.00114083 (5.95512) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.181703) Outpt time (%) = 0.0178611 (93.2347) Other time (%) = 0.000120401 (0.628492) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28351 ave 28351 max 28351 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28351 Ave neighs/atom = 5.6702 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:06 2021 Memory usage per processor = 27.5402 Mbytes Step Atoms AVEKE stressZZ 17570 5000 5.6614583e-11 6139228.5 17571 -0.0118624999999935 6139136.59673561 17571 5000 5.6610428e-11 6139136.6 Loop time of 0.017055 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:06 2021 Pair time (%) = 0.00112915 (6.62063) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.198507) Outpt time (%) = 0.01579 (92.5825) Other time (%) = 0.000102043 (0.598317) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28351 ave 28351 max 28351 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28351 Ave neighs/atom = 5.6702 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:06 2021 Memory usage per processor = 27.5402 Mbytes Step Atoms AVEKE stressZZ 17571 5000 5.6610428e-11 6139107.1 17572 -0.0118624999999935 6139015.26740509 17572 5000 5.6606274e-11 6139015.3 Loop time of 0.017051 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:06 2021 Pair time (%) = 0.00105596 (6.19293) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181775) Outpt time (%) = 0.0158689 (93.0674) Other time (%) = 9.5129e-05 (0.557909) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28351 ave 28351 max 28351 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28351 Ave neighs/atom = 5.6702 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:06 2021 Memory usage per processor = 27.5402 Mbytes Step Atoms AVEKE stressZZ 17572 5000 5.6606274e-11 6138985.8 17573 -0.0118624999999935 6138893.94440404 17573 5000 5.660212e-11 6138893.9 Loop time of 0.016674 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:06 2021 Pair time (%) = 0.00105619 (6.33436) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.185884) Outpt time (%) = 0.015492 (92.9107) Other time (%) = 9.48906e-05 (0.569092) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28351 ave 28351 max 28351 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28351 Ave neighs/atom = 5.6702 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:06 2021 Memory usage per processor = 27.5402 Mbytes Step Atoms AVEKE stressZZ 17573 5000 5.660212e-11 6138864.5 17574 -0.0118624999999935 6138772.62772956 17574 5000 5.6597967e-11 6138772.6 Loop time of 0.0167871 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:06 2021 Pair time (%) = 0.00118089 (7.03451) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.232921) Outpt time (%) = 0.0154581 (92.0835) Other time (%) = 0.000108957 (0.649056) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28351 ave 28351 max 28351 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28351 Ave neighs/atom = 5.6702 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:06 2021 Memory usage per processor = 27.5402 Mbytes Step Atoms AVEKE stressZZ 17574 5000 5.6597967e-11 6138743.2 17575 -0.0118624999999935 6138651.31737966 17575 5000 5.6593814e-11 6138651.3 Loop time of 0.017015 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:06 2021 Pair time (%) = 0.00106215 (6.24247) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.18216) Outpt time (%) = 0.015831 (93.0415) Other time (%) = 9.08375e-05 (0.533868) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28351 ave 28351 max 28351 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28351 Ave neighs/atom = 5.6702 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:06 2021 Memory usage per processor = 27.5402 Mbytes Step Atoms AVEKE stressZZ 17575 5000 5.6593814e-11 6138621.9 17576 -0.0118624999999935 6138530.01335245 17576 5000 5.6589661e-11 6138530 Loop time of 0.017005 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:06 2021 Pair time (%) = 0.001055 (6.20408) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187875) Outpt time (%) = 0.015826 (93.0668) Other time (%) = 9.20296e-05 (0.541192) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28351 ave 28351 max 28351 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28351 Ave neighs/atom = 5.6702 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:06 2021 Memory usage per processor = 27.5402 Mbytes Step Atoms AVEKE stressZZ 17576 5000 5.6589661e-11 6138500.6 17577 -0.0118624999999935 6138408.71564654 17577 5000 5.6585509e-11 6138408.7 Loop time of 0.0170059 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:06 2021 Pair time (%) = 0.00105691 (6.21495) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187865) Outpt time (%) = 0.015774 (92.756) Other time (%) = 0.000143051 (0.841184) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28351 ave 28351 max 28351 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28351 Ave neighs/atom = 5.6702 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:06 2021 Memory usage per processor = 27.5402 Mbytes Step Atoms AVEKE stressZZ 17577 5000 5.6585509e-11 6138379.3 17578 -0.0118624999999935 6138287.42424345 17578 5000 5.6581358e-11 6138287.4 Loop time of 0.0174181 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:06 2021 Pair time (%) = 0.00115919 (6.65508) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.194369) Outpt time (%) = 0.016119 (92.5414) Other time (%) = 0.000106096 (0.609113) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28351 ave 28351 max 28351 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28351 Ave neighs/atom = 5.6702 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:06 2021 Memory usage per processor = 27.5402 Mbytes Step Atoms AVEKE stressZZ 17578 5000 5.6581358e-11 6138258 17579 -0.0118624999999935 6138166.13913261 17579 5000 5.6577207e-11 6138166.1 Loop time of 0.017266 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:06 2021 Pair time (%) = 0.00125098 (7.24534) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190558) Outpt time (%) = 0.0158701 (91.9151) Other time (%) = 0.000112057 (0.649001) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28351 ave 28351 max 28351 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28351 Ave neighs/atom = 5.6702 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:06 2021 Memory usage per processor = 27.5402 Mbytes Step Atoms AVEKE stressZZ 17579 5000 5.6577207e-11 6138136.7 17580 -0.0118624999999935 6138044.86033689 17580 5000 5.6573056e-11 6138044.9 Loop time of 0.0188169 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:06 2021 Pair time (%) = 0.0010612 (5.6396) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.169784) Outpt time (%) = 0.0176311 (93.6977) Other time (%) = 9.27448e-05 (0.492879) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28351 ave 28351 max 28351 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28351 Ave neighs/atom = 5.6702 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:06 2021 Memory usage per processor = 27.5402 Mbytes Step Atoms AVEKE stressZZ 17580 5000 5.6573056e-11 6138015.4 17581 -0.0118624999999935 6137923.58792012 17581 5000 5.6568906e-11 6137923.6 Loop time of 0.0164599 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:06 2021 Pair time (%) = 0.00105095 (6.38489) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194096) Outpt time (%) = 0.015286 (92.8677) Other time (%) = 9.10759e-05 (0.553318) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28351 ave 28351 max 28351 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28351 Ave neighs/atom = 5.6702 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:06 2021 Memory usage per processor = 27.5402 Mbytes Step Atoms AVEKE stressZZ 17581 5000 5.6568906e-11 6137894.1 17582 -0.0118624999999935 6137802.32194904 17582 5000 5.6564757e-11 6137802.3 Loop time of 0.0162659 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:06 2021 Pair time (%) = 0.001055 (6.48599) Neigh time (%) = 0 (0) Comm time (%) = 5.48363e-05 (0.337125) Outpt time (%) = 0.015054 (92.5495) Other time (%) = 0.000102043 (0.627345) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28351 ave 28351 max 28351 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28351 Ave neighs/atom = 5.6702 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:06 2021 Memory usage per processor = 27.5402 Mbytes Step Atoms AVEKE stressZZ 17582 5000 5.6564757e-11 6137772.9 17583 -0.0118624999999935 6137681.06237118 17583 5000 5.6560608e-11 6137681.1 Loop time of 0.0166481 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:06 2021 Pair time (%) = 0.00119305 (7.16628) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191903) Outpt time (%) = 0.0153351 (92.1134) Other time (%) = 8.79765e-05 (0.528449) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28351 ave 28351 max 28351 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28351 Ave neighs/atom = 5.6702 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:06 2021 Memory usage per processor = 27.5402 Mbytes Step Atoms AVEKE stressZZ 17583 5000 5.6560608e-11 6137651.6 17584 -0.0118624999999935 6137559.80916403 17584 5000 5.6556459e-11 6137559.8 Loop time of 0.017616 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:06 2021 Pair time (%) = 0.00127506 (7.23808) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.181358) Outpt time (%) = 0.0161979 (91.9499) Other time (%) = 0.000111103 (0.630693) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28351 ave 28351 max 28351 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28351 Ave neighs/atom = 5.6702 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:06 2021 Memory usage per processor = 27.5402 Mbytes Step Atoms AVEKE stressZZ 17584 5000 5.6556459e-11 6137530.4 17585 -0.0118624999999935 6137438.56231545 17585 5000 5.6552311e-11 6137438.6 Loop time of 0.0174229 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:06 2021 Pair time (%) = 0.00118995 (6.82978) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.188842) Outpt time (%) = 0.0160999 (92.4066) Other time (%) = 0.000100136 (0.574736) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28351 ave 28351 max 28351 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28351 Ave neighs/atom = 5.6702 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:06 2021 Memory usage per processor = 27.5402 Mbytes Step Atoms AVEKE stressZZ 17585 5000 5.6552311e-11 6137409.1 17586 -0.0118624999999935 6137317.32181877 17586 5000 5.6548163e-11 6137317.3 Loop time of 0.016669 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:06 2021 Pair time (%) = 0.0011251 (6.74962) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.18594) Outpt time (%) = 0.015404 (92.4108) Other time (%) = 0.000108957 (0.653651) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28351 ave 28351 max 28351 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28351 Ave neighs/atom = 5.6702 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:06 2021 Memory usage per processor = 27.5402 Mbytes Step Atoms AVEKE stressZZ 17586 5000 5.6548163e-11 6137287.9 17587 -0.0118624999999935 6137196.08766885 17587 5000 5.6544016e-11 6137196.1 Loop time of 0.017308 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:06 2021 Pair time (%) = 0.00150514 (8.69619) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.220401) Outpt time (%) = 0.0156231 (90.2652) Other time (%) = 0.000141621 (0.818238) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28351 ave 28351 max 28351 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28351 Ave neighs/atom = 5.6702 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:06 2021 Memory usage per processor = 27.5402 Mbytes Step Atoms AVEKE stressZZ 17587 5000 5.6544016e-11 6137166.6 17588 -0.0118624999999935 6137074.8598617 17588 5000 5.6539869e-11 6137074.9 Loop time of 0.017457 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:06 2021 Pair time (%) = 0.00105619 (6.05026) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18301) Outpt time (%) = 0.0162749 (93.2286) Other time (%) = 9.39369e-05 (0.538104) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28351 ave 28351 max 28351 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28351 Ave neighs/atom = 5.6702 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:06 2021 Memory usage per processor = 27.5402 Mbytes Step Atoms AVEKE stressZZ 17588 5000 5.6539869e-11 6137045.4 17589 -0.0118624999999935 6136953.63838489 17589 5000 5.6535723e-11 6136953.6 Loop time of 0.016638 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:06 2021 Pair time (%) = 0.00107789 (6.47847) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.199183) Outpt time (%) = 0.015403 (92.5772) Other time (%) = 0.000123978 (0.745146) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28351 ave 28351 max 28351 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28351 Ave neighs/atom = 5.6702 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:06 2021 Memory usage per processor = 27.5402 Mbytes Step Atoms AVEKE stressZZ 17589 5000 5.6535723e-11 6136924.2 17590 -0.0118624999999935 6136832.42323793 17590 5000 5.6531577e-11 6136832.4 Loop time of 0.019146 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:06 2021 Pair time (%) = 0.00114703 (5.99098) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.178073) Outpt time (%) = 0.0178628 (93.298) Other time (%) = 0.000102043 (0.532975) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28351 ave 28351 max 28351 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28351 Ave neighs/atom = 5.6702 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:06 2021 Memory usage per processor = 27.5402 Mbytes Step Atoms AVEKE stressZZ 17590 5000 5.6531577e-11 6136803 17591 -0.0118624999999935 6136711.21442403 17591 5000 5.6527431e-11 6136711.2 Loop time of 0.0172858 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:06 2021 Pair time (%) = 0.00125313 (7.24946) Neigh time (%) = 0 (0) Comm time (%) = 4.91142e-05 (0.28413) Outpt time (%) = 0.0158689 (91.803) Other time (%) = 0.000114679 (0.66343) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28351 ave 28351 max 28351 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28351 Ave neighs/atom = 5.6702 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:06 2021 Memory usage per processor = 27.5402 Mbytes Step Atoms AVEKE stressZZ 17591 5000 5.6527431e-11 6136681.8 17592 -0.0118624999999935 6136590.01191893 17592 5000 5.6523286e-11 6136590 Loop time of 0.017493 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:06 2021 Pair time (%) = 0.00109291 (6.2477) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.183996) Outpt time (%) = 0.0162749 (93.0368) Other time (%) = 9.29832e-05 (0.531545) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28351 ave 28351 max 28351 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28351 Ave neighs/atom = 5.6702 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:06 2021 Memory usage per processor = 27.5402 Mbytes Step Atoms AVEKE stressZZ 17592 5000 5.6523286e-11 6136560.6 17593 -0.0118624999999935 6136468.81570774 17593 5000 5.6519142e-11 6136468.8 Loop time of 0.0165792 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:06 2021 Pair time (%) = 0.001055 (6.36343) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.1927) Outpt time (%) = 0.015399 (92.8816) Other time (%) = 9.32217e-05 (0.562282) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28351 ave 28351 max 28351 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28351 Ave neighs/atom = 5.6702 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:06 2021 Memory usage per processor = 27.5402 Mbytes Step Atoms AVEKE stressZZ 17593 5000 5.6519142e-11 6136439.4 17594 -0.0118624999999935 6136347.62581872 17594 5000 5.6514998e-11 6136347.6 Loop time of 0.016715 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:06 2021 Pair time (%) = 0.00109696 (6.56273) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.280995) Outpt time (%) = 0.0154521 (92.4445) Other time (%) = 0.000118971 (0.711759) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28351 ave 28351 max 28351 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28351 Ave neighs/atom = 5.6702 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:06 2021 Memory usage per processor = 27.5402 Mbytes Step Atoms AVEKE stressZZ 17594 5000 5.6514998e-11 6136318.2 17595 -0.0118624999999935 6136226.4422503 17595 5000 5.6510854e-11 6136226.4 Loop time of 0.0174339 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:06 2021 Pair time (%) = 0.00108695 (6.2347) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.18462) Outpt time (%) = 0.016221 (93.0432) Other time (%) = 9.36985e-05 (0.537451) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28351 ave 28351 max 28351 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28351 Ave neighs/atom = 5.6702 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:06 2021 Memory usage per processor = 27.5402 Mbytes Step Atoms AVEKE stressZZ 17595 5000 5.6510854e-11 6136197 17596 -0.0118624999999935 6136105.26500086 17596 5000 5.6506711e-11 6136105.3 Loop time of 0.017216 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:06 2021 Pair time (%) = 0.00105095 (6.1045) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180033) Outpt time (%) = 0.0160401 (93.1698) Other time (%) = 9.39369e-05 (0.545638) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28351 ave 28351 max 28351 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28351 Ave neighs/atom = 5.6702 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:06 2021 Memory usage per processor = 27.5402 Mbytes Step Atoms AVEKE stressZZ 17596 5000 5.6506711e-11 6136075.8 17597 -0.0118624999999935 6135984.09406884 17597 5000 5.6502569e-11 6135984.1 Loop time of 0.016593 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:06 2021 Pair time (%) = 0.001122 (6.76188) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.186792) Outpt time (%) = 0.0153139 (92.2912) Other time (%) = 0.000126123 (0.760101) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28351 ave 28351 max 28351 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28351 Ave neighs/atom = 5.6702 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:06 2021 Memory usage per processor = 27.5402 Mbytes Step Atoms AVEKE stressZZ 17597 5000 5.6502569e-11 6135954.6 17598 -0.0118624999999935 6135862.92945299 17598 5000 5.6498426e-11 6135862.9 Loop time of 0.0172749 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:06 2021 Pair time (%) = 0.00142813 (8.26709) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.202882) Outpt time (%) = 0.015646 (90.5708) Other time (%) = 0.000165701 (0.959203) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28351 ave 28351 max 28351 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28351 Ave neighs/atom = 5.6702 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:06 2021 Memory usage per processor = 27.5402 Mbytes Step Atoms AVEKE stressZZ 17598 5000 5.6498426e-11 6135833.5 17599 -0.0118624999999935 6135741.77115181 17599 5000 5.6494285e-11 6135741.8 Loop time of 0.0172489 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:06 2021 Pair time (%) = 0.0010922 (6.33198) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185218) Outpt time (%) = 0.0160329 (92.9506) Other time (%) = 9.17912e-05 (0.532158) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28351 ave 28351 max 28351 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28351 Ave neighs/atom = 5.6702 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:06 2021 Memory usage per processor = 27.5402 Mbytes Step Atoms AVEKE stressZZ 17599 5000 5.6494285e-11 6135712.3 17600 -0.0118624999999935 6135620.61918234 17600 5000 5.6490144e-11 6135620.6 Loop time of 0.0193779 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:06 2021 Pair time (%) = 0.00105691 (5.45419) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.166099) Outpt time (%) = 0.0181961 (93.9011) Other time (%) = 9.27448e-05 (0.47861) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28351 ave 28351 max 28351 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28351 Ave neighs/atom = 5.6702 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:06 2021 Memory usage per processor = 27.5402 Mbytes Step Atoms AVEKE stressZZ 17600 5000 5.6490144e-11 6135591.2 17601 -0.0118624999999935 6135499.47359457 17601 5000 5.6486003e-11 6135499.5 Loop time of 0.0167129 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:06 2021 Pair time (%) = 0.00109315 (6.54075) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.198291) Outpt time (%) = 0.015485 (92.6532) Other time (%) = 0.000101566 (0.607712) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28351 ave 28351 max 28351 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28351 Ave neighs/atom = 5.6702 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:06 2021 Memory usage per processor = 27.5402 Mbytes Step Atoms AVEKE stressZZ 17601 5000 5.6486003e-11 6135470 17602 -0.0118624999999935 6135378.33435699 17602 5000 5.6481863e-11 6135378.3 Loop time of 0.017292 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:06 2021 Pair time (%) = 0.00110912 (6.41407) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190271) Outpt time (%) = 0.0160182 (92.6332) Other time (%) = 0.000131845 (0.762464) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28351 ave 28351 max 28351 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28351 Ave neighs/atom = 5.6702 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:06 2021 Memory usage per processor = 27.5402 Mbytes Step Atoms AVEKE stressZZ 17602 5000 5.6481863e-11 6135348.9 17603 -0.0118624999999935 6135257.20145866 17603 5000 5.6477723e-11 6135257.2 Loop time of 0.017597 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:06 2021 Pair time (%) = 0.00125098 (7.10908) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.181555) Outpt time (%) = 0.0161781 (91.9371) Other time (%) = 0.000135899 (0.772284) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28351 ave 28351 max 28351 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28351 Ave neighs/atom = 5.6702 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:06 2021 Memory usage per processor = 27.5402 Mbytes Step Atoms AVEKE stressZZ 17603 5000 5.6477723e-11 6135227.8 17604 -0.0118624999999935 6135136.07489346 17604 5000 5.6473583e-11 6135136.1 Loop time of 0.0172329 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:06 2021 Pair time (%) = 0.00105095 (6.09851) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179856) Outpt time (%) = 0.0160439 (93.1004) Other time (%) = 0.00010705 (0.621195) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28351 ave 28351 max 28351 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28351 Ave neighs/atom = 5.6702 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:06 2021 Memory usage per processor = 27.5402 Mbytes Step Atoms AVEKE stressZZ 17604 5000 5.6473583e-11 6135106.6 17605 -0.0118624999999935 6135014.95465739 17605 5000 5.6469444e-11 6135015 Loop time of 0.016799 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:07 2021 Pair time (%) = 0.00121784 (7.2495) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208629) Outpt time (%) = 0.0154419 (91.9217) Other time (%) = 0.000104189 (0.62021) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28351 ave 28351 max 28351 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28351 Ave neighs/atom = 5.6702 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:07 2021 Memory usage per processor = 27.5402 Mbytes Step Atoms AVEKE stressZZ 17605 5000 5.6469444e-11 6134985.5 17606 -0.0118624999999935 6134893.84074706 17606 5000 5.6465306e-11 6134893.8 Loop time of 0.017431 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:07 2021 Pair time (%) = 0.00125694 (7.21095) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.195593) Outpt time (%) = 0.0160079 (91.8357) Other time (%) = 0.000132084 (0.757752) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28351 ave 28351 max 28351 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28351 Ave neighs/atom = 5.6702 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:07 2021 Memory usage per processor = 27.5402 Mbytes Step Atoms AVEKE stressZZ 17606 5000 5.6465306e-11 6134864.4 17607 -0.0118624999999935 6134772.73315987 17607 5000 5.6461168e-11 6134772.7 Loop time of 0.017123 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:07 2021 Pair time (%) = 0.00111008 (6.48296) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18658) Outpt time (%) = 0.0158741 (92.7067) Other time (%) = 0.000106812 (0.62379) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28351 ave 28351 max 28351 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28351 Ave neighs/atom = 5.6702 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:07 2021 Memory usage per processor = 27.5402 Mbytes Step Atoms AVEKE stressZZ 17607 5000 5.6461168e-11 6134743.3 17608 -0.0118624999999935 6134651.63189339 17608 5000 5.6457031e-11 6134651.6 Loop time of 0.0167651 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:07 2021 Pair time (%) = 0.00105691 (6.30422) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190563) Outpt time (%) = 0.0155389 (92.6861) Other time (%) = 0.000137329 (0.819136) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28351 ave 28351 max 28351 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28351 Ave neighs/atom = 5.6702 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:07 2021 Memory usage per processor = 27.5402 Mbytes Step Atoms AVEKE stressZZ 17608 5000 5.6457031e-11 6134622.2 17609 -0.0118624999999935 6134530.53694561 17609 5000 5.6452894e-11 6134530.5 Loop time of 0.0171421 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:07 2021 Pair time (%) = 0.001297 (7.56617) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.228098) Outpt time (%) = 0.0156791 (91.4658) Other time (%) = 0.000126839 (0.739927) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28351 ave 28351 max 28351 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28351 Ave neighs/atom = 5.6702 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:07 2021 Memory usage per processor = 27.5402 Mbytes Step Atoms AVEKE stressZZ 17609 5000 5.6452894e-11 6134501.1 17610 -0.0118624999999935 6134409.44831463 17610 5000 5.6448757e-11 6134409.4 Loop time of 0.0197501 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:07 2021 Pair time (%) = 0.00108409 (5.48903) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.161762) Outpt time (%) = 0.0185392 (93.8688) Other time (%) = 9.48906e-05 (0.480456) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28351 ave 28351 max 28351 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28351 Ave neighs/atom = 5.6702 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:07 2021 Memory usage per processor = 27.5402 Mbytes Step Atoms AVEKE stressZZ 17610 5000 5.6448757e-11 6134380 17611 -0.0118624999999935 6134288.36599452 17611 5000 5.6444621e-11 6134288.4 Loop time of 0.0173318 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:07 2021 Pair time (%) = 0.00105715 (6.09946) Neigh time (%) = 0 (0) Comm time (%) = 8.60691e-05 (0.496595) Outpt time (%) = 0.016094 (92.8578) Other time (%) = 9.46522e-05 (0.546117) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28351 ave 28351 max 28351 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28351 Ave neighs/atom = 5.6702 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:07 2021 Memory usage per processor = 27.5402 Mbytes Step Atoms AVEKE stressZZ 17611 5000 5.6444621e-11 6134258.9 17612 -0.0118624999999935 6134167.28996585 17612 5000 5.6440485e-11 6134167.3 Loop time of 0.016628 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:07 2021 Pair time (%) = 0.00105596 (6.35046) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192134) Outpt time (%) = 0.0154519 (92.9269) Other time (%) = 8.82149e-05 (0.530519) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28351 ave 28351 max 28351 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28351 Ave neighs/atom = 5.6702 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:07 2021 Memory usage per processor = 27.5402 Mbytes Step Atoms AVEKE stressZZ 17612 5000 5.6440485e-11 6134137.9 17613 -0.0118624999999935 6134046.22024706 17613 5000 5.643635e-11 6134046.2 Loop time of 0.0170012 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:07 2021 Pair time (%) = 0.00135803 (7.98788) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.211757) Outpt time (%) = 0.015466 (90.9702) Other time (%) = 0.000141144 (0.830201) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28351 ave 28351 max 28351 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28351 Ave neighs/atom = 5.6702 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:07 2021 Memory usage per processor = 27.5402 Mbytes Step Atoms AVEKE stressZZ 17613 5000 5.643635e-11 6134016.8 17614 -0.0118624999999935 6133925.15683657 17614 5000 5.6432215e-11 6133925.2 Loop time of 0.0171731 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:07 2021 Pair time (%) = 0.001055 (6.14336) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186036) Outpt time (%) = 0.015996 (93.1458) Other time (%) = 9.01222e-05 (0.524789) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28351 ave 28351 max 28351 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28351 Ave neighs/atom = 5.6702 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:25:07 2021 Memory usage per processor = 27.5402 Mbytes Step Atoms AVEKE stressZZ 17614 5000 5.6432215e-11 6133895.7 17615 -0.0118624999999935 6133785.85000657 17615 5000 1.1142145e-10 6133987.6 Loop time of 0.016634 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:07 2021 Pair time (%) = 0.00105691 (6.35392) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192065) Outpt time (%) = 0.01543 (92.7617) Other time (%) = 0.000115156 (0.692294) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28351 ave 28351 max 28351 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28351 Ave neighs/atom = 5.6702 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:07 2021 Memory usage per processor = 27.5402 Mbytes Step Atoms AVEKE stressZZ 17615 5000 1.1142145e-10 6193138.2 17616 -0.0118949999999935 6193017.00227789 17616 5000 8.968968e-11 6193017 Loop time of 0.0163851 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:07 2021 Pair time (%) = 0.0010848 (6.62069) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.206624) Outpt time (%) = 0.0151272 (92.3229) Other time (%) = 0.000139236 (0.849776) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:07 2021 Memory usage per processor = 27.5402 Mbytes Step Atoms AVEKE stressZZ 17616 5000 8.968968e-11 6192977.3 17617 -0.0118949999999935 6192866.51854746 17617 5000 7.7101847e-11 6192866.5 Loop time of 0.017206 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:07 2021 Pair time (%) = 0.00117898 (6.85216) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.187066) Outpt time (%) = 0.0158939 (92.3746) Other time (%) = 0.000100851 (0.58614) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:07 2021 Memory usage per processor = 27.5402 Mbytes Step Atoms AVEKE stressZZ 17617 5000 7.7101847e-11 6192830.4 17618 -0.0118949999999935 6192726.22996464 17618 5000 6.9595206e-11 6192726.2 Loop time of 0.0175691 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:07 2021 Pair time (%) = 0.00105596 (6.01031) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.23341) Outpt time (%) = 0.0163801 (93.2325) Other time (%) = 9.20296e-05 (0.523816) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:07 2021 Memory usage per processor = 27.5402 Mbytes Step Atoms AVEKE stressZZ 17618 5000 6.9595206e-11 6192692.4 17619 -0.0118949999999935 6192592.42283618 17619 5000 6.5022912e-11 6192592.4 Loop time of 0.0165598 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:07 2021 Pair time (%) = 0.00105906 (6.39532) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192925) Outpt time (%) = 0.015378 (92.8632) Other time (%) = 9.08375e-05 (0.548541) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:07 2021 Memory usage per processor = 27.5402 Mbytes Step Atoms AVEKE stressZZ 17619 5000 6.5022912e-11 6192560.1 17620 -0.0118949999999935 6192462.73707747 17620 5000 6.2196346e-11 6192462.7 Loop time of 0.019341 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:07 2021 Pair time (%) = 0.00135994 (7.03138) Neigh time (%) = 0 (0) Comm time (%) = 5.00679e-05 (0.258869) Outpt time (%) = 0.017761 (91.8308) Other time (%) = 0.000169992 (0.878923) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:07 2021 Memory usage per processor = 27.5403 Mbytes Step Atoms AVEKE stressZZ 17620 5000 6.2196346e-11 6192431.3 17621 -0.0118949999999935 6192335.67281682 17621 5000 6.0431107e-11 6192335.7 Loop time of 0.0172629 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:07 2021 Pair time (%) = 0.00111818 (6.47736) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185068) Outpt time (%) = 0.016006 (92.7188) Other time (%) = 0.000106812 (0.618733) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:07 2021 Memory usage per processor = 27.5403 Mbytes Step Atoms AVEKE stressZZ 17621 5000 6.0431107e-11 6192304.8 17622 -0.0118949999999935 6192210.27687768 17622 5000 5.932092e-11 6192210.3 Loop time of 0.0171711 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:07 2021 Pair time (%) = 0.00111008 (6.46478) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198553) Outpt time (%) = 0.015923 (92.7313) Other time (%) = 0.000103951 (0.605379) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:07 2021 Memory usage per processor = 27.5403 Mbytes Step Atoms AVEKE stressZZ 17622 5000 5.932092e-11 6192179.8 17623 -0.0118949999999935 6192085.94352236 17623 5000 5.8619175e-11 6192085.9 Loop time of 0.0171092 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:07 2021 Pair time (%) = 0.00118399 (6.92019) Neigh time (%) = 0 (0) Comm time (%) = 6.19888e-05 (0.362314) Outpt time (%) = 0.015692 (91.7169) Other time (%) = 0.000171185 (1.00054) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:07 2021 Memory usage per processor = 27.5403 Mbytes Step Atoms AVEKE stressZZ 17623 5000 5.8619175e-11 6192055.7 17624 -0.0118949999999935 6191962.28778656 17624 5000 5.8173826e-11 6191962.3 Loop time of 0.016696 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:07 2021 Pair time (%) = 0.00118709 (7.11001) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.204204) Outpt time (%) = 0.0153449 (91.9075) Other time (%) = 0.000129938 (0.77826) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:07 2021 Memory usage per processor = 27.5403 Mbytes Step Atoms AVEKE stressZZ 17624 5000 5.8173826e-11 6191932.2 17625 -0.0118949999999935 6191839.06502068 17625 5000 5.7890136e-11 6191839.1 Loop time of 0.016504 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:07 2021 Pair time (%) = 0.001055 (6.39238) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.187799) Outpt time (%) = 0.015327 (92.868) Other time (%) = 9.10759e-05 (0.55184) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:07 2021 Memory usage per processor = 27.5403 Mbytes Step Atoms AVEKE stressZZ 17625 5000 5.7890136e-11 6191809.1 17626 -0.0118949999999935 6191716.11974688 17626 5000 5.7708665e-11 6191716.1 Loop time of 0.0165861 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:07 2021 Pair time (%) = 0.00105906 (6.38521) Neigh time (%) = 0 (0) Comm time (%) = 5.19753e-05 (0.313367) Outpt time (%) = 0.0153861 (92.7652) Other time (%) = 8.89301e-05 (0.536174) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:07 2021 Memory usage per processor = 27.5403 Mbytes Step Atoms AVEKE stressZZ 17626 5000 5.7708665e-11 6191686.2 17627 -0.0118949999999935 6191593.35315654 17627 5000 5.7591944e-11 6191593.4 Loop time of 0.017941 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:07 2021 Pair time (%) = 0.00106001 (5.90831) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.178073) Outpt time (%) = 0.0167611 (93.4233) Other time (%) = 8.79765e-05 (0.490365) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:07 2021 Memory usage per processor = 27.5403 Mbytes Step Atoms AVEKE stressZZ 17627 5000 5.7591944e-11 6191563.5 17628 -0.0118949999999935 6191470.70247805 17628 5000 5.7516288e-11 6191470.7 Loop time of 0.016911 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:07 2021 Pair time (%) = 0.00110793 (6.55153) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.283378) Outpt time (%) = 0.0155771 (92.1119) Other time (%) = 0.000178099 (1.05315) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:07 2021 Memory usage per processor = 27.5403 Mbytes Step Atoms AVEKE stressZZ 17628 5000 5.7516288e-11 6191440.8 17629 -0.0118949999999935 6191348.12791033 17629 5000 5.7466695e-11 6191348.1 Loop time of 0.017391 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:07 2021 Pair time (%) = 0.00119495 (6.87112) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.19056) Outpt time (%) = 0.016057 (92.3296) Other time (%) = 0.000105858 (0.608694) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:07 2021 Memory usage per processor = 27.5403 Mbytes Step Atoms AVEKE stressZZ 17629 5000 5.7466695e-11 6191318.3 17630 -0.0118949999999935 6191225.60403822 17630 5000 5.7433651e-11 6191225.6 Loop time of 0.0195661 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:07 2021 Pair time (%) = 0.00118494 (6.0561) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.169376) Outpt time (%) = 0.0182409 (93.2274) Other time (%) = 0.00010705 (0.547121) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:07 2021 Memory usage per processor = 27.5403 Mbytes Step Atoms AVEKE stressZZ 17630 5000 5.7433651e-11 6191195.8 17631 -0.0118949999999935 6191103.11477069 17631 5000 5.7411119e-11 6191103.1 Loop time of 0.0171609 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:07 2021 Pair time (%) = 0.001055 (6.14771) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186168) Outpt time (%) = 0.015981 (93.1243) Other time (%) = 9.29832e-05 (0.541832) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:07 2021 Memory usage per processor = 27.5403 Mbytes Step Atoms AVEKE stressZZ 17631 5000 5.7411119e-11 6191073.3 17632 -0.0118949999999935 6190980.64985539 17632 5000 5.7395264e-11 6190980.6 Loop time of 0.0166361 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:07 2021 Pair time (%) = 0.00113392 (6.816) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.204939) Outpt time (%) = 0.015332 (92.1607) Other time (%) = 0.000136137 (0.818321) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:07 2021 Memory usage per processor = 27.5403 Mbytes Step Atoms AVEKE stressZZ 17632 5000 5.7395264e-11 6190950.8 17633 -0.0118949999999935 6190858.20275726 17633 5000 5.7383653e-11 6190858.2 Loop time of 0.017278 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:07 2021 Pair time (%) = 0.00108314 (6.26889) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184907) Outpt time (%) = 0.0160661 (92.986) Other time (%) = 9.67979e-05 (0.56024) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:07 2021 Memory usage per processor = 27.5403 Mbytes Step Atoms AVEKE stressZZ 17633 5000 5.7383653e-11 6190828.4 17634 -0.0118949999999935 6190735.76931694 17634 5000 5.7374738e-11 6190735.8 Loop time of 0.0172009 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:07 2021 Pair time (%) = 0.00109792 (6.38289) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.18019) Outpt time (%) = 0.0159769 (92.8839) Other time (%) = 9.5129e-05 (0.553045) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:07 2021 Memory usage per processor = 27.5403 Mbytes Step Atoms AVEKE stressZZ 17634 5000 5.7374738e-11 6190706 17635 -0.0118949999999935 6190613.34690794 17635 5000 5.7367536e-11 6190613.3 Loop time of 0.0164979 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:07 2021 Pair time (%) = 0.00105786 (6.41213) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.19365) Outpt time (%) = 0.0153139 (92.8234) Other time (%) = 9.41753e-05 (0.570834) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:07 2021 Memory usage per processor = 27.5403 Mbytes Step Atoms AVEKE stressZZ 17635 5000 5.7367536e-11 6190583.5 17636 -0.0118949999999935 6190490.93384457 17636 5000 5.7361424e-11 6190490.9 Loop time of 0.017056 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:07 2021 Pair time (%) = 0.00126886 (7.4394) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.222259) Outpt time (%) = 0.0156231 (91.5989) Other time (%) = 0.000126123 (0.739467) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:07 2021 Memory usage per processor = 27.5403 Mbytes Step Atoms AVEKE stressZZ 17636 5000 5.7361424e-11 6190461.1 17637 -0.0118949999999935 6190368.52903778 17637 5000 5.7356004e-11 6190368.5 Loop time of 0.017036 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:07 2021 Pair time (%) = 0.00105286 (6.1802) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187533) Outpt time (%) = 0.0158598 (93.0963) Other time (%) = 9.13143e-05 (0.536009) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:07 2021 Memory usage per processor = 27.5403 Mbytes Step Atoms AVEKE stressZZ 17637 5000 5.7356004e-11 6190338.7 17638 -0.0118949999999935 6190246.13183794 17638 5000 5.7351024e-11 6190246.1 Loop time of 0.017194 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:07 2021 Pair time (%) = 0.00119305 (6.93872) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191356) Outpt time (%) = 0.015862 (92.2529) Other time (%) = 0.000106096 (0.617053) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:07 2021 Memory usage per processor = 27.5403 Mbytes Step Atoms AVEKE stressZZ 17638 5000 5.7351024e-11 6190216.3 17639 -0.0118949999999935 6190123.74181338 17639 5000 5.7346323e-11 6190123.7 Loop time of 0.0167801 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:07 2021 Pair time (%) = 0.00106096 (6.32273) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.196076) Outpt time (%) = 0.0155561 (92.7054) Other time (%) = 0.000130177 (0.775778) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:07 2021 Memory usage per processor = 27.5403 Mbytes Step Atoms AVEKE stressZZ 17639 5000 5.7346323e-11 6190093.9 17640 -0.0118949999999935 6190001.35868922 17640 5000 5.7341801e-11 6190001.4 Loop time of 0.0195651 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:07 2021 Pair time (%) = 0.00113606 (5.80659) Neigh time (%) = 0 (0) Comm time (%) = 5.48363e-05 (0.280276) Outpt time (%) = 0.0182412 (93.2332) Other time (%) = 0.000133038 (0.679974) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:07 2021 Memory usage per processor = 27.5403 Mbytes Step Atoms AVEKE stressZZ 17640 5000 5.7341801e-11 6189971.6 17641 -0.0118949999999935 6189878.9822898 17641 5000 5.7337392e-11 6189879 Loop time of 0.0171218 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:07 2021 Pair time (%) = 0.00105715 (6.17428) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186593) Outpt time (%) = 0.015939 (93.0919) Other time (%) = 9.36985e-05 (0.547247) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:07 2021 Memory usage per processor = 27.5403 Mbytes Step Atoms AVEKE stressZZ 17641 5000 5.7337392e-11 6189849.2 17642 -0.0118949999999935 6189756.61250297 17642 5000 5.7333055e-11 6189756.6 Loop time of 0.016825 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:07 2021 Pair time (%) = 0.00105214 (6.25345) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.189885) Outpt time (%) = 0.0156481 (93.0054) Other time (%) = 9.27448e-05 (0.551234) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:07 2021 Memory usage per processor = 27.5403 Mbytes Step Atoms AVEKE stressZZ 17642 5000 5.7333055e-11 6189726.8 17643 -0.0118949999999935 6189634.24925689 17643 5000 5.7328765e-11 6189634.2 Loop time of 0.016551 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:07 2021 Pair time (%) = 0.00109887 (6.6393) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.205993) Outpt time (%) = 0.015317 (92.5439) Other time (%) = 0.000101089 (0.610775) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:07 2021 Memory usage per processor = 27.5403 Mbytes Step Atoms AVEKE stressZZ 17643 5000 5.7328765e-11 6189604.4 17644 -0.0118949999999935 6189511.8925051 17644 5000 5.7324503e-11 6189511.9 Loop time of 0.01771 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:07 2021 Pair time (%) = 0.00132513 (7.4824) Neigh time (%) = 0 (0) Comm time (%) = 4.98295e-05 (0.281364) Outpt time (%) = 0.0161929 (91.4339) Other time (%) = 0.000142097 (0.802359) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:07 2021 Memory usage per processor = 27.5403 Mbytes Step Atoms AVEKE stressZZ 17644 5000 5.7324503e-11 6189482.1 17645 -0.0118949999999935 6189389.54221758 17645 5000 5.7320261e-11 6189389.5 Loop time of 0.017314 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:07 2021 Pair time (%) = 0.00115991 (6.69926) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184522) Outpt time (%) = 0.016026 (92.5613) Other time (%) = 9.60827e-05 (0.554944) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:07 2021 Memory usage per processor = 27.5403 Mbytes Step Atoms AVEKE stressZZ 17645 5000 5.7320261e-11 6189359.7 17646 -0.0118949999999935 6189267.19837476 17646 5000 5.7316031e-11 6189267.2 Loop time of 0.016597 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:07 2021 Pair time (%) = 0.0010581 (6.37525) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192493) Outpt time (%) = 0.015379 (92.6609) Other time (%) = 0.000128031 (0.771408) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:07 2021 Memory usage per processor = 27.5403 Mbytes Step Atoms AVEKE stressZZ 17646 5000 5.7316031e-11 6189237.4 17647 -0.0118949999999935 6189144.86096366 17647 5000 5.7311808e-11 6189144.9 Loop time of 0.0168531 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:07 2021 Pair time (%) = 0.00130105 (7.71995) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.220691) Outpt time (%) = 0.0153921 (91.3308) Other time (%) = 0.000122786 (0.728564) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:07 2021 Memory usage per processor = 27.5403 Mbytes Step Atoms AVEKE stressZZ 17647 5000 5.7311808e-11 6189115.1 17648 -0.0118949999999935 6189022.52997532 17648 5000 5.7307591e-11 6189022.5 Loop time of 0.0174892 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:08 2021 Pair time (%) = 0.00109291 (6.24906) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.184037) Outpt time (%) = 0.016243 (92.8744) Other time (%) = 0.000121117 (0.692523) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:08 2021 Memory usage per processor = 27.5403 Mbytes Step Atoms AVEKE stressZZ 17648 5000 5.7307591e-11 6188992.7 17649 -0.0118949999999935 6188900.2054037 17649 5000 5.7303377e-11 6188900.2 Loop time of 0.017344 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:08 2021 Pair time (%) = 0.00105691 (6.09381) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184203) Outpt time (%) = 0.0161619 (93.1845) Other time (%) = 9.32217e-05 (0.537487) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:08 2021 Memory usage per processor = 27.5403 Mbytes Step Atoms AVEKE stressZZ 17649 5000 5.7303377e-11 6188870.4 17650 -0.0118949999999935 6188777.88724452 17650 5000 5.7299166e-11 6188777.9 Loop time of 0.0188169 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:08 2021 Pair time (%) = 0.001086 (5.77137) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.174852) Outpt time (%) = 0.0175951 (93.5064) Other time (%) = 0.000102997 (0.547362) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:08 2021 Memory usage per processor = 27.5403 Mbytes Step Atoms AVEKE stressZZ 17650 5000 5.7299166e-11 6188748.1 17651 -0.0118949999999935 6188655.57549443 17651 5000 5.7294957e-11 6188655.6 Loop time of 0.017401 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:08 2021 Pair time (%) = 0.00154185 (8.86072) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.217853) Outpt time (%) = 0.015636 (89.8568) Other time (%) = 0.000185251 (1.0646) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:08 2021 Memory usage per processor = 27.5403 Mbytes Step Atoms AVEKE stressZZ 17651 5000 5.7294957e-11 6188625.8 17652 -0.0118949999999935 6188533.27015095 17652 5000 5.7290748e-11 6188533.3 Loop time of 0.017103 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:08 2021 Pair time (%) = 0.00105906 (6.19224) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186799) Outpt time (%) = 0.0159199 (93.0829) Other time (%) = 9.20296e-05 (0.538092) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:08 2021 Memory usage per processor = 27.5403 Mbytes Step Atoms AVEKE stressZZ 17652 5000 5.7290748e-11 6188503.5 17653 -0.0118949999999935 6188410.9712119 17653 5000 5.7286541e-11 6188411 Loop time of 0.016788 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:08 2021 Pair time (%) = 0.0010581 (6.30272) Neigh time (%) = 0 (0) Comm time (%) = 6.29425e-05 (0.374925) Outpt time (%) = 0.0155602 (92.6861) Other time (%) = 0.000106812 (0.636237) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:08 2021 Memory usage per processor = 27.5403 Mbytes Step Atoms AVEKE stressZZ 17653 5000 5.7286541e-11 6188381.2 17654 -0.0118949999999935 6188288.67867562 17654 5000 5.7282334e-11 6188288.7 Loop time of 0.016866 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:08 2021 Pair time (%) = 0.00122404 (7.25746) Neigh time (%) = 0 (0) Comm time (%) = 4.50611e-05 (0.267172) Outpt time (%) = 0.015487 (91.8237) Other time (%) = 0.000109911 (0.651673) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:08 2021 Memory usage per processor = 27.5403 Mbytes Step Atoms AVEKE stressZZ 17654 5000 5.7282334e-11 6188258.9 17655 -0.0118949999999935 6188166.39254054 17655 5000 5.7278128e-11 6188166.4 Loop time of 0.0173452 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:08 2021 Pair time (%) = 0.00114417 (6.59647) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18419) Outpt time (%) = 0.016073 (92.6654) Other time (%) = 9.60827e-05 (0.553944) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:08 2021 Memory usage per processor = 27.5403 Mbytes Step Atoms AVEKE stressZZ 17655 5000 5.7278128e-11 6188136.6 17656 -0.0118949999999935 6188044.11280533 17656 5000 5.7273923e-11 6188044.1 Loop time of 0.0175791 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:08 2021 Pair time (%) = 0.00116086 (6.60365) Neigh time (%) = 0 (0) Comm time (%) = 6.31809e-05 (0.35941) Outpt time (%) = 0.0161769 (92.0238) Other time (%) = 0.000178099 (1.01313) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:08 2021 Memory usage per processor = 27.5403 Mbytes Step Atoms AVEKE stressZZ 17656 5000 5.7273923e-11 6188014.3 17657 -0.0118949999999935 6187921.83946849 17657 5000 5.7269718e-11 6187921.8 Loop time of 0.016706 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:08 2021 Pair time (%) = 0.00105309 (6.3037) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.185529) Outpt time (%) = 0.0155261 (92.9371) Other time (%) = 9.58443e-05 (0.573712) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:08 2021 Memory usage per processor = 27.5403 Mbytes Step Atoms AVEKE stressZZ 17657 5000 5.7269718e-11 6187892 17658 -0.0118949999999935 6187799.57252877 17658 5000 5.7265514e-11 6187799.6 Loop time of 0.0166779 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:08 2021 Pair time (%) = 0.0011549 (6.92475) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.198708) Outpt time (%) = 0.015357 (92.0803) Other time (%) = 0.000132799 (0.79626) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:08 2021 Memory usage per processor = 27.5403 Mbytes Step Atoms AVEKE stressZZ 17658 5000 5.7265514e-11 6187769.8 17659 -0.0118949999999935 6187677.31198504 17659 5000 5.726131e-11 6187677.3 Loop time of 0.0172861 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:08 2021 Pair time (%) = 0.00109792 (6.35146) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.186199) Outpt time (%) = 0.016068 (92.9534) Other time (%) = 8.79765e-05 (0.508944) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:08 2021 Memory usage per processor = 27.5403 Mbytes Step Atoms AVEKE stressZZ 17659 5000 5.726131e-11 6187647.5 17660 -0.0118949999999935 6187555.05783624 17660 5000 5.7257107e-11 6187555.1 Loop time of 0.0195582 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:08 2021 Pair time (%) = 0.001055 (5.39417) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.163349) Outpt time (%) = 0.0183768 (93.9597) Other time (%) = 9.44138e-05 (0.482733) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:08 2021 Memory usage per processor = 27.5403 Mbytes Step Atoms AVEKE stressZZ 17660 5000 5.7257107e-11 6187525.3 17661 -0.0118949999999935 6187432.81008102 17661 5000 5.7252904e-11 6187432.8 Loop time of 0.0164611 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:08 2021 Pair time (%) = 0.00110006 (6.68279) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194082) Outpt time (%) = 0.015234 (92.5452) Other time (%) = 9.5129e-05 (0.577901) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:08 2021 Memory usage per processor = 27.5403 Mbytes Step Atoms AVEKE stressZZ 17661 5000 5.7252904e-11 6187403 17662 -0.0118949999999935 6187310.56871843 17662 5000 5.7248702e-11 6187310.6 Loop time of 0.0168869 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:08 2021 Pair time (%) = 0.00129414 (7.66353) Neigh time (%) = 0 (0) Comm time (%) = 5.00679e-05 (0.296489) Outpt time (%) = 0.0153899 (91.135) Other time (%) = 0.000152826 (0.904997) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:08 2021 Memory usage per processor = 27.5403 Mbytes Step Atoms AVEKE stressZZ 17662 5000 5.7248702e-11 6187280.8 17663 -0.0118949999999935 6187188.33374735 17663 5000 5.72445e-11 6187188.3 Loop time of 0.0174818 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:08 2021 Pair time (%) = 0.00105309 (6.02395) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.177295) Outpt time (%) = 0.016304 (93.2628) Other time (%) = 9.36985e-05 (0.535977) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:08 2021 Memory usage per processor = 27.5403 Mbytes Step Atoms AVEKE stressZZ 17663 5000 5.72445e-11 6187158.5 17664 -0.0118949999999935 6187066.10516666 17664 5000 5.7240299e-11 6187066.1 Loop time of 0.0172181 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:08 2021 Pair time (%) = 0.00117302 (6.81271) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.196627) Outpt time (%) = 0.015857 (92.0948) Other time (%) = 0.000154257 (0.895899) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:08 2021 Memory usage per processor = 27.5403 Mbytes Step Atoms AVEKE stressZZ 17664 5000 5.7240299e-11 6187036.3 17665 -0.0118949999999935 6186943.88297533 17665 5000 5.7236098e-11 6186943.9 Loop time of 0.0171449 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:08 2021 Pair time (%) = 0.00109601 (6.39262) Neigh time (%) = 0 (0) Comm time (%) = 4.57764e-05 (0.266997) Outpt time (%) = 0.0158842 (92.6465) Other time (%) = 0.000118971 (0.693913) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:08 2021 Memory usage per processor = 27.5403 Mbytes Step Atoms AVEKE stressZZ 17665 5000 5.7236098e-11 6186914.1 17666 -0.0118949999999935 6186821.66717226 17666 5000 5.7231897e-11 6186821.7 Loop time of 0.018398 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:08 2021 Pair time (%) = 0.00134706 (7.32178) Neigh time (%) = 0 (0) Comm time (%) = 6.29425e-05 (0.342115) Outpt time (%) = 0.01688 (91.7491) Other time (%) = 0.000108004 (0.587039) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:08 2021 Memory usage per processor = 27.5403 Mbytes Step Atoms AVEKE stressZZ 17666 5000 5.7231897e-11 6186791.9 17667 -0.0118949999999935 6186699.45775663 17667 5000 5.7227697e-11 6186699.5 Loop time of 0.017277 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:08 2021 Pair time (%) = 0.00109887 (6.36031) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179397) Outpt time (%) = 0.016053 (92.9152) Other time (%) = 9.41753e-05 (0.545091) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:08 2021 Memory usage per processor = 27.5403 Mbytes Step Atoms AVEKE stressZZ 17667 5000 5.7227697e-11 6186669.7 17668 -0.0118949999999935 6186577.25472724 17668 5000 5.7223498e-11 6186577.3 Loop time of 0.0165579 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:08 2021 Pair time (%) = 0.00105381 (6.36438) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.187188) Outpt time (%) = 0.015378 (92.8739) Other time (%) = 9.5129e-05 (0.574522) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:08 2021 Memory usage per processor = 27.5403 Mbytes Step Atoms AVEKE stressZZ 17668 5000 5.7223498e-11 6186547.5 17669 -0.0118949999999935 6186455.05814332 17669 5000 5.7219299e-11 6186455.1 Loop time of 0.0164111 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:08 2021 Pair time (%) = 0.0010581 (6.44749) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.188863) Outpt time (%) = 0.0152402 (92.8653) Other time (%) = 8.17776e-05 (0.498307) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:08 2021 Memory usage per processor = 27.5403 Mbytes Step Atoms AVEKE stressZZ 17669 5000 5.7219299e-11 6186425.3 17670 -0.0118949999999935 6186332.86801165 17670 5000 5.72151e-11 6186332.9 Loop time of 0.0188899 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:08 2021 Pair time (%) = 0.0010581 (5.60141) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.169128) Outpt time (%) = 0.0177109 (93.7587) Other time (%) = 8.89301e-05 (0.470781) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:08 2021 Memory usage per processor = 27.5403 Mbytes Step Atoms AVEKE stressZZ 17670 5000 5.72151e-11 6186303.1 17671 -0.0118949999999935 6186210.68430423 17671 5000 5.7210902e-11 6186210.7 Loop time of 0.017345 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:08 2021 Pair time (%) = 0.00121999 (7.03368) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.195189) Outpt time (%) = 0.0159831 (92.1485) Other time (%) = 0.000108004 (0.62268) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:08 2021 Memory usage per processor = 27.5403 Mbytes Step Atoms AVEKE stressZZ 17671 5000 5.7210902e-11 6186180.9 17672 -0.0118949999999935 6186088.50701183 17672 5000 5.7206705e-11 6186088.5 Loop time of 0.0172739 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:08 2021 Pair time (%) = 0.00110888 (6.41942) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.195992) Outpt time (%) = 0.016032 (92.8104) Other time (%) = 9.91821e-05 (0.574173) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:08 2021 Memory usage per processor = 27.5403 Mbytes Step Atoms AVEKE stressZZ 17672 5000 5.7206705e-11 6186058.7 17673 -0.0118949999999935 6185966.33612885 17673 5000 5.7202508e-11 6185966.3 Loop time of 0.0167809 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:08 2021 Pair time (%) = 0.001091 (6.50148) Neigh time (%) = 0 (0) Comm time (%) = 4.41074e-05 (0.262844) Outpt time (%) = 0.0155189 (92.4798) Other time (%) = 0.000126839 (0.755854) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:08 2021 Memory usage per processor = 27.5403 Mbytes Step Atoms AVEKE stressZZ 17673 5000 5.7202508e-11 6185936.6 17674 -0.0118949999999935 6185844.1716513 17674 5000 5.7198311e-11 6185844.2 Loop time of 0.016619 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:08 2021 Pair time (%) = 0.00111794 (6.72692) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.209454) Outpt time (%) = 0.0153632 (92.4439) Other time (%) = 0.000102997 (0.619755) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:08 2021 Memory usage per processor = 27.5403 Mbytes Step Atoms AVEKE stressZZ 17674 5000 5.7198311e-11 6185814.4 17675 -0.0118949999999935 6185722.01357593 17675 5000 5.7194115e-11 6185722 Loop time of 0.0173819 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:08 2021 Pair time (%) = 0.00120807 (6.95014) Neigh time (%) = 0 (0) Comm time (%) = 6.48499e-05 (0.373088) Outpt time (%) = 0.0159779 (91.9224) Other time (%) = 0.00013113 (0.754406) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:08 2021 Memory usage per processor = 27.5403 Mbytes Step Atoms AVEKE stressZZ 17675 5000 5.7194115e-11 6185692.2 17676 -0.0118949999999935 6185599.86190029 17676 5000 5.7189919e-11 6185599.9 Loop time of 0.0173349 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:08 2021 Pair time (%) = 0.00109816 (6.33493) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184299) Outpt time (%) = 0.0160971 (92.8591) Other time (%) = 0.000107765 (0.621665) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:08 2021 Memory usage per processor = 27.5403 Mbytes Step Atoms AVEKE stressZZ 17676 5000 5.7189919e-11 6185570.1 17677 -0.0118949999999935 6185477.71666165 17677 5000 5.7185724e-11 6185477.7 Loop time of 0.016608 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:08 2021 Pair time (%) = 0.00109982 (6.62226) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192366) Outpt time (%) = 0.0153482 (92.4145) Other time (%) = 0.000128031 (0.770898) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:08 2021 Memory usage per processor = 27.5403 Mbytes Step Atoms AVEKE stressZZ 17677 5000 5.7185724e-11 6185447.9 17678 -0.0118949999999935 6185355.57787481 17678 5000 5.718153e-11 6185355.6 Loop time of 0.017379 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:08 2021 Pair time (%) = 0.00148392 (8.53854) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.21264) Outpt time (%) = 0.0156741 (90.1897) Other time (%) = 0.000184059 (1.05909) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:08 2021 Memory usage per processor = 27.5403 Mbytes Step Atoms AVEKE stressZZ 17678 5000 5.718153e-11 6185325.8 17679 -0.0118949999999935 6185233.44551403 17679 5000 5.7177335e-11 6185233.4 Loop time of 0.017175 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:08 2021 Pair time (%) = 0.0010941 (6.37034) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180463) Outpt time (%) = 0.015954 (92.8912) Other time (%) = 9.58443e-05 (0.558047) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:08 2021 Memory usage per processor = 27.5403 Mbytes Step Atoms AVEKE stressZZ 17679 5000 5.7177335e-11 6185203.7 17680 -0.0118949999999935 6185111.31957068 17680 5000 5.7173142e-11 6185111.3 Loop time of 0.019258 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:08 2021 Pair time (%) = 0.00106192 (5.51415) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.165895) Outpt time (%) = 0.0180688 (93.8247) Other time (%) = 9.53674e-05 (0.495209) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:08 2021 Memory usage per processor = 27.5403 Mbytes Step Atoms AVEKE stressZZ 17680 5000 5.7173142e-11 6185081.5 17681 -0.0118949999999935 6184989.20003956 17681 5000 5.7168948e-11 6184989.2 Loop time of 0.016978 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:08 2021 Pair time (%) = 0.00111818 (6.58606) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.19379) Outpt time (%) = 0.015656 (92.2133) Other time (%) = 0.000170946 (1.00687) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:08 2021 Memory usage per processor = 27.5403 Mbytes Step Atoms AVEKE stressZZ 17681 5000 5.7168948e-11 6184959.4 17682 -0.0118949999999935 6184867.08691652 17682 5000 5.7164755e-11 6184867.1 Loop time of 0.0173101 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:08 2021 Pair time (%) = 0.00121403 (7.01339) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.195582) Outpt time (%) = 0.015955 (92.1712) Other time (%) = 0.000107288 (0.619801) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:08 2021 Memory usage per processor = 27.5403 Mbytes Step Atoms AVEKE stressZZ 17682 5000 5.7164755e-11 6184837.3 17683 -0.0118949999999935 6184744.9801984 17683 5000 5.7160563e-11 6184745 Loop time of 0.017381 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:08 2021 Pair time (%) = 0.00109196 (6.28249) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183811) Outpt time (%) = 0.0161641 (92.9987) Other time (%) = 9.29832e-05 (0.534972) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:08 2021 Memory usage per processor = 27.5403 Mbytes Step Atoms AVEKE stressZZ 17683 5000 5.7160563e-11 6184715.2 17684 -0.0118949999999935 6184622.8798826 17684 5000 5.7156371e-11 6184622.9 Loop time of 0.0166829 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:08 2021 Pair time (%) = 0.00109315 (6.55253) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191502) Outpt time (%) = 0.0154641 (92.6943) Other time (%) = 9.36985e-05 (0.561645) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:08 2021 Memory usage per processor = 27.5403 Mbytes Step Atoms AVEKE stressZZ 17684 5000 5.7156371e-11 6184593.1 17685 -0.0118949999999935 6184500.78596649 17685 5000 5.715218e-11 6184500.8 Loop time of 0.0165591 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:08 2021 Pair time (%) = 0.00110507 (6.67348) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.205892) Outpt time (%) = 0.0153179 (92.5044) Other time (%) = 0.000102043 (0.616235) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:08 2021 Memory usage per processor = 27.5403 Mbytes Step Atoms AVEKE stressZZ 17685 5000 5.715218e-11 6184471 17686 -0.0118949999999935 6184378.69844801 17686 5000 5.7147989e-11 6184378.7 Loop time of 0.0174191 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:08 2021 Pair time (%) = 0.00120807 (6.9353) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.194358) Outpt time (%) = 0.016078 (92.301) Other time (%) = 9.91821e-05 (0.569387) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:08 2021 Memory usage per processor = 27.5403 Mbytes Step Atoms AVEKE stressZZ 17686 5000 5.7147989e-11 6184348.9 17687 -0.0118949999999935 6184256.61728331 17687 5000 5.7143798e-11 6184256.6 Loop time of 0.017195 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:08 2021 Pair time (%) = 0.00109601 (6.37401) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180253) Outpt time (%) = 0.0159719 (92.887) Other time (%) = 9.60827e-05 (0.558783) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:08 2021 Memory usage per processor = 27.5403 Mbytes Step Atoms AVEKE stressZZ 17687 5000 5.7143798e-11 6184226.8 17688 -0.0118949999999935 6184134.54251028 17688 5000 5.7139608e-11 6184134.5 Loop time of 0.0164571 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:08 2021 Pair time (%) = 0.00105309 (6.39904) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.195578) Outpt time (%) = 0.0152781 (92.836) Other time (%) = 9.36985e-05 (0.569351) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:08 2021 Memory usage per processor = 27.5403 Mbytes Step Atoms AVEKE stressZZ 17688 5000 5.7139608e-11 6184104.8 17689 -0.0118949999999935 6184012.47412738 17689 5000 5.7135419e-11 6184012.5 Loop time of 0.017015 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:08 2021 Pair time (%) = 0.00125194 (7.35785) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.21719) Outpt time (%) = 0.0155749 (91.5366) Other time (%) = 0.000151157 (0.888378) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:08 2021 Memory usage per processor = 27.5403 Mbytes Step Atoms AVEKE stressZZ 17689 5000 5.7135419e-11 6183982.7 17690 -0.0118949999999935 6183890.41213291 17690 5000 5.713123e-11 6183890.4 Loop time of 0.0196011 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:08 2021 Pair time (%) = 0.00105309 (5.37263) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.162991) Outpt time (%) = 0.0184281 (94.0155) Other time (%) = 8.79765e-05 (0.448834) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:08 2021 Memory usage per processor = 27.5403 Mbytes Step Atoms AVEKE stressZZ 17690 5000 5.713123e-11 6183860.6 17691 -0.0118949999999935 6183768.35652539 17691 5000 5.7127041e-11 6183768.4 Loop time of 0.017067 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:09 2021 Pair time (%) = 0.00105596 (6.18714) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181605) Outpt time (%) = 0.015887 (93.0864) Other time (%) = 9.29832e-05 (0.544814) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:09 2021 Memory usage per processor = 27.5403 Mbytes Step Atoms AVEKE stressZZ 17691 5000 5.7127041e-11 6183738.6 17692 -0.0118949999999935 6183646.30731105 17692 5000 5.7122853e-11 6183646.3 Loop time of 0.0165739 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:09 2021 Pair time (%) = 0.00105596 (6.3712) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.1942) Outpt time (%) = 0.015368 (92.724) Other time (%) = 0.000117779 (0.710628) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:09 2021 Memory usage per processor = 27.5403 Mbytes Step Atoms AVEKE stressZZ 17692 5000 5.7122853e-11 6183616.5 17693 -0.0118949999999935 6183524.26460245 17693 5000 5.7118665e-11 6183524.3 Loop time of 0.0171981 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:09 2021 Pair time (%) = 0.00140214 (8.15288) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.202401) Outpt time (%) = 0.0156009 (90.7131) Other time (%) = 0.000160217 (0.9316) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:09 2021 Memory usage per processor = 27.5403 Mbytes Step Atoms AVEKE stressZZ 17693 5000 5.7118665e-11 6183494.5 17694 -0.0118949999999935 6183402.22837861 17694 5000 5.7114478e-11 6183402.2 Loop time of 0.017257 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:09 2021 Pair time (%) = 0.00114799 (6.6523) Neigh time (%) = 0 (0) Comm time (%) = 4.29153e-05 (0.248684) Outpt time (%) = 0.0159631 (92.5022) Other time (%) = 0.000102997 (0.596842) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:09 2021 Memory usage per processor = 27.5403 Mbytes Step Atoms AVEKE stressZZ 17694 5000 5.7114478e-11 6183372.5 17695 -0.0118949999999935 6183280.19861424 17695 5000 5.7110292e-11 6183280.2 Loop time of 0.0168581 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:09 2021 Pair time (%) = 0.00105381 (6.25106) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.183855) Outpt time (%) = 0.01565 (92.8339) Other time (%) = 0.000123262 (0.731176) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:09 2021 Memory usage per processor = 27.5403 Mbytes Step Atoms AVEKE stressZZ 17695 5000 5.7110292e-11 6183250.4 17696 -0.0118949999999935 6183158.17529242 17696 5000 5.7106105e-11 6183158.2 Loop time of 0.0171049 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:09 2021 Pair time (%) = 0.00109291 (6.38947) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.280167) Outpt time (%) = 0.015799 (92.3658) Other time (%) = 0.000164986 (0.964554) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:09 2021 Memory usage per processor = 27.5403 Mbytes Step Atoms AVEKE stressZZ 17696 5000 5.7106105e-11 6183128.4 17697 -0.0118949999999935 6183036.1584032 17697 5000 5.710192e-11 6183036.2 Loop time of 0.0173171 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:09 2021 Pair time (%) = 0.00123787 (7.14827) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184489) Outpt time (%) = 0.0159431 (92.0656) Other time (%) = 0.000104189 (0.601655) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:09 2021 Memory usage per processor = 27.5403 Mbytes Step Atoms AVEKE stressZZ 17697 5000 5.710192e-11 6183006.4 17698 -0.0118949999999935 6182914.14793953 17698 5000 5.7097734e-11 6182914.1 Loop time of 0.0172911 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:09 2021 Pair time (%) = 0.00105691 (6.11246) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184766) Outpt time (%) = 0.016103 (93.1292) Other time (%) = 9.91821e-05 (0.573603) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:09 2021 Memory usage per processor = 27.5403 Mbytes Step Atoms AVEKE stressZZ 17698 5000 5.7097734e-11 6182884.4 17699 -0.0118949999999935 6182792.14389606 17699 5000 5.7093549e-11 6182792.1 Loop time of 0.0165341 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:09 2021 Pair time (%) = 0.001055 (6.38077) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193226) Outpt time (%) = 0.0153539 (92.8622) Other time (%) = 9.32217e-05 (0.563815) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:09 2021 Memory usage per processor = 27.5403 Mbytes Step Atoms AVEKE stressZZ 17699 5000 5.7093549e-11 6182762.4 17700 -0.0118949999999935 6182670.14626842 17700 5000 5.7089365e-11 6182670.1 Loop time of 0.019572 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:09 2021 Pair time (%) = 0.00145102 (7.41372) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.183942) Outpt time (%) = 0.0179229 (91.574) Other time (%) = 0.000162125 (0.828349) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:09 2021 Memory usage per processor = 27.5404 Mbytes Step Atoms AVEKE stressZZ 17700 5000 5.7089365e-11 6182640.4 17701 -0.0118949999999935 6182548.15505297 17701 5000 5.7085181e-11 6182548.2 Loop time of 0.0173762 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:09 2021 Pair time (%) = 0.00118518 (6.82071) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183861) Outpt time (%) = 0.0160642 (92.4493) Other time (%) = 9.48906e-05 (0.546096) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:09 2021 Memory usage per processor = 27.5404 Mbytes Step Atoms AVEKE stressZZ 17701 5000 5.7085181e-11 6182518.4 17702 -0.0118949999999935 6182426.17022941 17702 5000 5.7080998e-11 6182426.2 Loop time of 0.017329 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:09 2021 Pair time (%) = 0.00107718 (6.21603) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184362) Outpt time (%) = 0.0161259 (93.0575) Other time (%) = 9.39369e-05 (0.54208) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:09 2021 Memory usage per processor = 27.5404 Mbytes Step Atoms AVEKE stressZZ 17702 5000 5.7080998e-11 6182396.4 17703 -0.0118949999999935 6182304.19179892 17703 5000 5.7076815e-11 6182304.2 Loop time of 0.016583 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:09 2021 Pair time (%) = 0.00110006 (6.63369) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.198407) Outpt time (%) = 0.0153549 (92.5942) Other time (%) = 9.5129e-05 (0.573655) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:09 2021 Memory usage per processor = 27.5404 Mbytes Step Atoms AVEKE stressZZ 17703 5000 5.7076815e-11 6182274.4 17704 -0.0118949999999935 6182182.21976946 17704 5000 5.7072632e-11 6182182.2 Loop time of 0.017056 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:09 2021 Pair time (%) = 0.00131297 (7.69801) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.211077) Outpt time (%) = 0.0155749 (91.3165) Other time (%) = 0.000132084 (0.774414) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:09 2021 Memory usage per processor = 27.5404 Mbytes Step Atoms AVEKE stressZZ 17704 5000 5.7072632e-11 6182152.5 17705 -0.0118949999999935 6182060.25413891 17705 5000 5.706845e-11 6182060.3 Loop time of 0.0174232 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:09 2021 Pair time (%) = 0.0010581 (6.07296) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183366) Outpt time (%) = 0.0162401 (93.21) Other time (%) = 9.29832e-05 (0.533676) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:09 2021 Memory usage per processor = 27.5404 Mbytes Step Atoms AVEKE stressZZ 17705 5000 5.706845e-11 6182030.5 17706 -0.0118949999999935 6181938.29491764 17706 5000 5.7064269e-11 6181938.3 Loop time of 0.0171371 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:09 2021 Pair time (%) = 0.00106001 (6.18548) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.187818) Outpt time (%) = 0.0159509 (93.0785) Other time (%) = 9.39369e-05 (0.548151) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:09 2021 Memory usage per processor = 27.5404 Mbytes Step Atoms AVEKE stressZZ 17706 5000 5.7064269e-11 6181908.5 17707 -0.0118949999999935 6181816.3420946 17707 5000 5.7060088e-11 6181816.3 Loop time of 0.016911 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:09 2021 Pair time (%) = 0.00106788 (6.31468) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.195968) Outpt time (%) = 0.0156839 (92.7435) Other time (%) = 0.000126123 (0.745806) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:09 2021 Memory usage per processor = 27.5404 Mbytes Step Atoms AVEKE stressZZ 17707 5000 5.7060088e-11 6181786.6 17708 -0.0118949999999935 6181694.39566408 17708 5000 5.7055907e-11 6181694.4 Loop time of 0.017226 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:09 2021 Pair time (%) = 0.00114107 (6.62413) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197921) Outpt time (%) = 0.0159471 (92.5759) Other time (%) = 0.000103712 (0.602068) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:09 2021 Memory usage per processor = 27.5404 Mbytes Step Atoms AVEKE stressZZ 17708 5000 5.7055907e-11 6181664.6 17709 -0.0118949999999935 6181572.45562419 17709 5000 5.7051727e-11 6181572.5 Loop time of 0.0173631 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:09 2021 Pair time (%) = 0.00110888 (6.38646) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189493) Outpt time (%) = 0.0161269 (92.8803) Other time (%) = 9.44138e-05 (0.543762) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:09 2021 Memory usage per processor = 27.5404 Mbytes Step Atoms AVEKE stressZZ 17709 5000 5.7051727e-11 6181542.7 17710 -0.0118949999999935 6181450.5219736 17710 5000 5.7047547e-11 6181450.5 Loop time of 0.0188861 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:09 2021 Pair time (%) = 0.00106502 (5.63915) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.170424) Outpt time (%) = 0.0176961 (93.6993) Other time (%) = 9.27448e-05 (0.491075) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:09 2021 Memory usage per processor = 27.5404 Mbytes Step Atoms AVEKE stressZZ 17710 5000 5.7047547e-11 6181420.8 17711 -0.0118949999999935 6181328.59471066 17711 5000 5.7043368e-11 6181328.6 Loop time of 0.0164809 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:09 2021 Pair time (%) = 0.00106192 (6.44331) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.188062) Outpt time (%) = 0.015255 (92.5614) Other time (%) = 0.000133038 (0.807222) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:09 2021 Memory usage per processor = 27.5404 Mbytes Step Atoms AVEKE stressZZ 17711 5000 5.7043368e-11 6181298.8 17712 -0.0118949999999935 6181206.67383404 17712 5000 5.7039189e-11 6181206.7 Loop time of 0.0165191 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:09 2021 Pair time (%) = 0.00106001 (6.41688) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.187628) Outpt time (%) = 0.015337 (92.8442) Other time (%) = 9.10759e-05 (0.551338) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:09 2021 Memory usage per processor = 27.5404 Mbytes Step Atoms AVEKE stressZZ 17712 5000 5.7039189e-11 6181176.9 17713 -0.0118949999999935 6181084.75934234 17713 5000 5.7035011e-11 6181084.8 Loop time of 0.0164609 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:09 2021 Pair time (%) = 0.00114799 (6.97402) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.188291) Outpt time (%) = 0.015193 (92.2974) Other time (%) = 8.89301e-05 (0.540251) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:09 2021 Memory usage per processor = 27.5404 Mbytes Step Atoms AVEKE stressZZ 17713 5000 5.7035011e-11 6181055 17714 -0.0118949999999935 6180962.85120181 17714 5000 5.7030833e-11 6180962.9 Loop time of 0.017828 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:09 2021 Pair time (%) = 0.00105691 (5.92837) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.179202) Outpt time (%) = 0.0166512 (93.399) Other time (%) = 8.79765e-05 (0.493474) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:09 2021 Memory usage per processor = 27.5404 Mbytes Step Atoms AVEKE stressZZ 17714 5000 5.7030833e-11 6180933.1 17715 -0.0118949999999935 6180840.9494316 17715 5000 5.7026656e-11 6180840.9 Loop time of 0.016947 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:09 2021 Pair time (%) = 0.00105715 (6.23795) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188517) Outpt time (%) = 0.0157671 (93.0375) Other time (%) = 9.08375e-05 (0.536008) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:25:09 2021 Memory usage per processor = 27.5404 Mbytes Step Atoms AVEKE stressZZ 17715 5000 5.7026656e-11 6180811.2 17716 -0.0118949999999935 6180700.70609806 17716 5000 1.1259378e-10 6180904 Loop time of 0.0162909 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:09 2021 Pair time (%) = 0.0010922 (6.70433) Neigh time (%) = 0 (0) Comm time (%) = 4.88758e-05 (0.300019) Outpt time (%) = 0.0149779 (91.9405) Other time (%) = 0.0001719 (1.05519) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:09 2021 Memory usage per processor = 27.5404 Mbytes Step Atoms AVEKE stressZZ 17716 5000 1.1259378e-10 6240244.8 17717 -0.0119274999999935 6240123.00314686 17717 5000 9.0631945e-11 6240123 Loop time of 0.0174539 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:09 2021 Pair time (%) = 0.00132489 (7.5908) Neigh time (%) = 0 (0) Comm time (%) = 4.72069e-05 (0.270466) Outpt time (%) = 0.0159459 (91.3601) Other time (%) = 0.000135899 (0.778614) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:09 2021 Memory usage per processor = 27.5404 Mbytes Step Atoms AVEKE stressZZ 17717 5000 9.0631945e-11 6240082.9 17718 -0.0119274999999935 6239971.46614108 17718 5000 7.7910956e-11 6239971.5 Loop time of 0.017247 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:09 2021 Pair time (%) = 0.00105906 (6.14053) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185239) Outpt time (%) = 0.0160649 (93.1462) Other time (%) = 9.10759e-05 (0.528069) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:09 2021 Memory usage per processor = 27.5404 Mbytes Step Atoms AVEKE stressZZ 17718 5000 7.7910956e-11 6239935 17719 -0.0119274999999935 6239830.20163254 17719 5000 7.0324956e-11 6239830.2 Loop time of 0.016489 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:09 2021 Pair time (%) = 0.00105906 (6.42279) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193754) Outpt time (%) = 0.015305 (92.8195) Other time (%) = 9.29832e-05 (0.56391) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:09 2021 Memory usage per processor = 27.5404 Mbytes Step Atoms AVEKE stressZZ 17719 5000 7.0324956e-11 6239796 17720 -0.0119274999999935 6239695.46784577 17720 5000 6.5704345e-11 6239695.5 Loop time of 0.0193889 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:09 2021 Pair time (%) = 0.00133801 (6.90088) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.211502) Outpt time (%) = 0.0178549 (92.0883) Other time (%) = 0.000154972 (0.799282) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:09 2021 Memory usage per processor = 27.5405 Mbytes Step Atoms AVEKE stressZZ 17720 5000 6.5704345e-11 6239662.8 17721 -0.0119274999999935 6239564.88674536 17721 5000 6.2847919e-11 6239564.9 Loop time of 0.017168 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:09 2021 Pair time (%) = 0.00107408 (6.25625) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193034) Outpt time (%) = 0.0159609 (92.9688) Other time (%) = 9.98974e-05 (0.58188) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:09 2021 Memory usage per processor = 27.5405 Mbytes Step Atoms AVEKE stressZZ 17721 5000 6.2847919e-11 6239533.1 17722 -0.0119274999999935 6239436.94707507 17722 5000 6.1064036e-11 6239436.9 Loop time of 0.017107 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:09 2021 Pair time (%) = 0.00105715 (6.17962) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.18118) Outpt time (%) = 0.0159261 (93.0971) Other time (%) = 9.27448e-05 (0.542145) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:09 2021 Memory usage per processor = 27.5405 Mbytes Step Atoms AVEKE stressZZ 17722 5000 6.1064036e-11 6239405.8 17723 -0.0119274999999935 6239310.68842019 17723 5000 5.9942125e-11 6239310.7 Loop time of 0.0165961 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:09 2021 Pair time (%) = 0.00116205 (7.00197) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.205433) Outpt time (%) = 0.0152979 (92.1777) Other time (%) = 0.000102043 (0.614863) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:09 2021 Memory usage per processor = 27.5405 Mbytes Step Atoms AVEKE stressZZ 17723 5000 5.9942125e-11 6239279.9 17724 -0.0119274999999935 6239185.50042703 17724 5000 5.9232971e-11 6239185.5 Loop time of 0.0176411 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:09 2021 Pair time (%) = 0.00118017 (6.68991) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.193264) Outpt time (%) = 0.0162592 (92.1667) Other time (%) = 0.000167608 (0.950103) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:09 2021 Memory usage per processor = 27.5405 Mbytes Step Atoms AVEKE stressZZ 17724 5000 5.9232971e-11 6239154.9 17725 -0.0119274999999935 6239060.99520878 17725 5000 5.878292e-11 6239061 Loop time of 0.0173371 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:09 2021 Pair time (%) = 0.00105715 (6.09761) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.178775) Outpt time (%) = 0.016155 (93.1818) Other time (%) = 9.39369e-05 (0.541827) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:09 2021 Memory usage per processor = 27.5405 Mbytes Step Atoms AVEKE stressZZ 17725 5000 5.878292e-11 6239030.6 17726 -0.0119274999999935 6238936.92625869 17726 5000 5.8496236e-11 6238936.9 Loop time of 0.0165818 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:09 2021 Pair time (%) = 0.00105596 (6.36817) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.186919) Outpt time (%) = 0.0154028 (92.8899) Other time (%) = 9.20296e-05 (0.555004) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:09 2021 Memory usage per processor = 27.5405 Mbytes Step Atoms AVEKE stressZZ 17726 5000 5.8496236e-11 6238906.6 17727 -0.0119274999999935 6238813.13691913 17727 5000 5.831285e-11 6238813.1 Loop time of 0.0172188 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:09 2021 Pair time (%) = 0.00121498 (7.05612) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.203542) Outpt time (%) = 0.0158429 (92.0092) Other time (%) = 0.000125885 (0.731089) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:09 2021 Memory usage per processor = 27.5405 Mbytes Step Atoms AVEKE stressZZ 17727 5000 5.831285e-11 6238782.9 17728 -0.0119274999999935 6238689.52763896 17728 5000 5.8194898e-11 6238689.5 Loop time of 0.0173392 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:09 2021 Pair time (%) = 0.00115705 (6.67299) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184253) Outpt time (%) = 0.0160539 (92.5872) Other time (%) = 9.63211e-05 (0.55551) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:09 2021 Memory usage per processor = 27.5405 Mbytes Step Atoms AVEKE stressZZ 17728 5000 5.8194898e-11 6238659.3 17729 -0.0119274999999935 6238566.03514056 17729 5000 5.8118444e-11 6238566 Loop time of 0.017509 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:09 2021 Pair time (%) = 0.00110388 (6.30464) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.194722) Outpt time (%) = 0.016274 (92.9464) Other time (%) = 9.70364e-05 (0.554209) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:09 2021 Memory usage per processor = 27.5405 Mbytes Step Atoms AVEKE stressZZ 17729 5000 5.8118444e-11 6238535.8 17730 -0.0119274999999935 6238442.6192105 17730 5000 5.8068329e-11 6238442.6 Loop time of 0.0191219 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:09 2021 Pair time (%) = 0.00117898 (6.1656) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.172063) Outpt time (%) = 0.017786 (93.014) Other time (%) = 0.000123978 (0.648355) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:09 2021 Memory usage per processor = 27.5405 Mbytes Step Atoms AVEKE stressZZ 17730 5000 5.8068329e-11 6238412.4 17731 -0.0119274999999935 6238319.25429358 17731 5000 5.8034937e-11 6238319.3 Loop time of 0.016814 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:09 2021 Pair time (%) = 0.00111699 (6.64322) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.201353) Outpt time (%) = 0.015553 (92.5003) Other time (%) = 0.000110149 (0.655105) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:09 2021 Memory usage per processor = 27.5405 Mbytes Step Atoms AVEKE stressZZ 17731 5000 5.8034937e-11 6238289.1 17732 -0.0119274999999935 6238195.92414892 17732 5000 5.8012168e-11 6238195.9 Loop time of 0.017067 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:09 2021 Pair time (%) = 0.001127 (6.60343) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187193) Outpt time (%) = 0.0157821 (92.4718) Other time (%) = 0.000125885 (0.737595) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:09 2021 Memory usage per processor = 27.5405 Mbytes Step Atoms AVEKE stressZZ 17732 5000 5.8012168e-11 6238165.8 17733 -0.0119274999999935 6238072.61845453 17733 5000 5.7996147e-11 6238072.6 Loop time of 0.017163 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:09 2021 Pair time (%) = 0.001055 (6.14694) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180588) Outpt time (%) = 0.015981 (93.1126) Other time (%) = 9.60827e-05 (0.559823) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:09 2021 Memory usage per processor = 27.5405 Mbytes Step Atoms AVEKE stressZZ 17733 5000 5.7996147e-11 6238042.5 17734 -0.0119274999999935 6237949.3306505 17734 5000 5.7984415e-11 6237949.3 Loop time of 0.016434 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:10 2021 Pair time (%) = 0.00109816 (6.68224) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.1886) Outpt time (%) = 0.0152099 (92.5518) Other time (%) = 9.48906e-05 (0.577406) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:10 2021 Memory usage per processor = 27.5405 Mbytes Step Atoms AVEKE stressZZ 17734 5000 5.7984415e-11 6237919.2 17735 -0.0119274999999935 6237826.05656719 17735 5000 5.7975407e-11 6237826.1 Loop time of 0.0169499 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:10 2021 Pair time (%) = 0.00132895 (7.84043) Neigh time (%) = 0 (0) Comm time (%) = 6.38962e-05 (0.376971) Outpt time (%) = 0.0154221 (90.9865) Other time (%) = 0.000134945 (0.79614) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:10 2021 Memory usage per processor = 27.5405 Mbytes Step Atoms AVEKE stressZZ 17735 5000 5.7975407e-11 6237795.9 17736 -0.0119274999999935 6237702.7935544 17736 5000 5.796813e-11 6237702.8 Loop time of 0.0171521 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:10 2021 Pair time (%) = 0.00106788 (6.22594) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180704) Outpt time (%) = 0.015959 (93.0443) Other time (%) = 9.41753e-05 (0.549061) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:10 2021 Memory usage per processor = 27.5405 Mbytes Step Atoms AVEKE stressZZ 17736 5000 5.796813e-11 6237672.7 17737 -0.0119274999999935 6237579.53992763 17737 5000 5.7961955e-11 6237579.5 Loop time of 0.0170472 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:10 2021 Pair time (%) = 0.00106311 (6.23628) Neigh time (%) = 0 (0) Comm time (%) = 5.72205e-05 (0.33566) Outpt time (%) = 0.0158169 (92.7833) Other time (%) = 0.000109911 (0.644746) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:10 2021 Memory usage per processor = 27.5405 Mbytes Step Atoms AVEKE stressZZ 17737 5000 5.7961955e-11 6237549.4 17738 -0.0119274999999935 6237456.29457738 17738 5000 5.7956478e-11 6237456.3 Loop time of 0.0165889 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:10 2021 Pair time (%) = 0.00112104 (6.75779) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.204085) Outpt time (%) = 0.0153329 (92.4288) Other time (%) = 0.000101089 (0.609379) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:10 2021 Memory usage per processor = 27.5405 Mbytes Step Atoms AVEKE stressZZ 17738 5000 5.7956478e-11 6237426.2 17739 -0.0119274999999935 6237333.0568526 17739 5000 5.7951447e-11 6237333.1 Loop time of 0.0171771 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:10 2021 Pair time (%) = 0.00109601 (6.38065) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191544) Outpt time (%) = 0.015949 (92.8504) Other time (%) = 9.91821e-05 (0.577409) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:10 2021 Memory usage per processor = 27.5405 Mbytes Step Atoms AVEKE stressZZ 17739 5000 5.7951447e-11 6237302.9 17740 -0.0119274999999935 6237209.8263262 17740 5000 5.7946698e-11 6237209.8 Loop time of 0.019388 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:10 2021 Pair time (%) = 0.00108194 (5.58049) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.175851) Outpt time (%) = 0.0181751 (93.7444) Other time (%) = 9.67979e-05 (0.499268) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:10 2021 Memory usage per processor = 27.5405 Mbytes Step Atoms AVEKE stressZZ 17740 5000 5.7946698e-11 6237179.7 17741 -0.0119274999999935 6237086.60272255 17741 5000 5.794213e-11 6237086.6 Loop time of 0.0169859 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:10 2021 Pair time (%) = 0.00105691 (6.22228) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.182472) Outpt time (%) = 0.015801 (93.024) Other time (%) = 9.70364e-05 (0.571276) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:10 2021 Memory usage per processor = 27.5405 Mbytes Step Atoms AVEKE stressZZ 17741 5000 5.794213e-11 6237056.5 17742 -0.0119274999999935 6236963.3858661 17742 5000 5.7937675e-11 6236963.4 Loop time of 0.01705 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:10 2021 Pair time (%) = 0.00131488 (7.71188) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.199964) Outpt time (%) = 0.015564 (91.2841) Other time (%) = 0.000137091 (0.80405) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:10 2021 Memory usage per processor = 27.5405 Mbytes Step Atoms AVEKE stressZZ 17742 5000 5.7937675e-11 6236933.2 17743 -0.0119274999999935 6236840.175645 17743 5000 5.7933294e-11 6236840.2 Loop time of 0.017478 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:10 2021 Pair time (%) = 0.00111413 (6.37447) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.188247) Outpt time (%) = 0.0161901 (92.6311) Other time (%) = 0.000140905 (0.806188) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:10 2021 Memory usage per processor = 27.5405 Mbytes Step Atoms AVEKE stressZZ 17743 5000 5.7933294e-11 6236810 17744 -0.0119274999999935 6236716.97198781 17744 5000 5.7928959e-11 6236717 Loop time of 0.0172009 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:10 2021 Pair time (%) = 0.00110102 (6.40091) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.187121) Outpt time (%) = 0.015975 (92.8728) Other time (%) = 9.27448e-05 (0.539184) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:10 2021 Memory usage per processor = 27.5405 Mbytes Step Atoms AVEKE stressZZ 17744 5000 5.7928959e-11 6236686.8 17745 -0.0119274999999935 6236593.77484868 17745 5000 5.7924654e-11 6236593.8 Loop time of 0.0168989 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:10 2021 Pair time (%) = 0.00107098 (6.33756) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.190465) Outpt time (%) = 0.0157008 (92.9105) Other time (%) = 9.48906e-05 (0.56152) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:10 2021 Memory usage per processor = 27.5405 Mbytes Step Atoms AVEKE stressZZ 17745 5000 5.7924654e-11 6236563.6 17746 -0.0119274999999935 6236470.58419823 17746 5000 5.7920368e-11 6236470.6 Loop time of 0.0168221 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:10 2021 Pair time (%) = 0.00124407 (7.39544) Neigh time (%) = 0 (0) Comm time (%) = 4.88758e-05 (0.290545) Outpt time (%) = 0.015424 (91.689) Other time (%) = 0.000105143 (0.625027) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:10 2021 Memory usage per processor = 27.5405 Mbytes Step Atoms AVEKE stressZZ 17746 5000 5.7920368e-11 6236440.4 17747 -0.0119274999999935 6236347.40001741 17747 5000 5.7916094e-11 6236347.4 Loop time of 0.01724 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:10 2021 Pair time (%) = 0.00110888 (6.43203) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190845) Outpt time (%) = 0.015996 (92.7838) Other time (%) = 0.000102282 (0.593279) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:10 2021 Memory usage per processor = 27.5405 Mbytes Step Atoms AVEKE stressZZ 17747 5000 5.7916094e-11 6236317.3 17748 -0.0119274999999935 6236224.22229386 17748 5000 5.7911829e-11 6236224.2 Loop time of 0.017549 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:10 2021 Pair time (%) = 0.00109601 (6.24541) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18205) Outpt time (%) = 0.0163281 (93.0427) Other time (%) = 9.29832e-05 (0.529848) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:10 2021 Memory usage per processor = 27.5405 Mbytes Step Atoms AVEKE stressZZ 17748 5000 5.7911829e-11 6236194.1 17749 -0.0119274999999935 6236101.05101925 17749 5000 5.7907568e-11 6236101.1 Loop time of 0.0165451 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:10 2021 Pair time (%) = 0.00110507 (6.67916) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193097) Outpt time (%) = 0.0153081 (92.524) Other time (%) = 9.98974e-05 (0.60379) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:10 2021 Memory usage per processor = 27.5405 Mbytes Step Atoms AVEKE stressZZ 17749 5000 5.7907568e-11 6236070.9 17750 -0.0119274999999935 6235977.88618803 17750 5000 5.7903311e-11 6235977.9 Loop time of 0.019841 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:10 2021 Pair time (%) = 0.00131893 (6.64752) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.171836) Outpt time (%) = 0.0183098 (92.283) Other time (%) = 0.000178099 (0.897632) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:10 2021 Memory usage per processor = 27.5405 Mbytes Step Atoms AVEKE stressZZ 17750 5000 5.7903311e-11 6235947.8 17751 -0.0119274999999935 6235854.72779632 17751 5000 5.7899057e-11 6235854.7 Loop time of 0.0172222 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:10 2021 Pair time (%) = 0.00114608 (6.65467) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.196581) Outpt time (%) = 0.0159431 (92.5729) Other time (%) = 9.91821e-05 (0.575898) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:10 2021 Memory usage per processor = 27.5405 Mbytes Step Atoms AVEKE stressZZ 17751 5000 5.7899057e-11 6235824.6 17752 -0.0119274999999935 6235731.57584148 17752 5000 5.7894804e-11 6235731.6 Loop time of 0.0171959 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:10 2021 Pair time (%) = 0.00110102 (6.40277) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198267) Outpt time (%) = 0.0159419 (92.7071) Other time (%) = 0.000118971 (0.691854) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:10 2021 Memory usage per processor = 27.5405 Mbytes Step Atoms AVEKE stressZZ 17752 5000 5.7894804e-11 6235701.4 17753 -0.0119274999999935 6235608.43032131 17753 5000 5.7890552e-11 6235608.4 Loop time of 0.0168588 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:10 2021 Pair time (%) = 0.00110483 (6.55344) Neigh time (%) = 0 (0) Comm time (%) = 4.57764e-05 (0.271528) Outpt time (%) = 0.0155969 (92.5146) Other time (%) = 0.000111341 (0.660435) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:10 2021 Memory usage per processor = 27.5405 Mbytes Step Atoms AVEKE stressZZ 17753 5000 5.7890552e-11 6235578.3 17754 -0.0119274999999935 6235485.29123592 17754 5000 5.7886302e-11 6235485.3 Loop time of 0.017483 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:10 2021 Pair time (%) = 0.00135612 (7.75682) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.195012) Outpt time (%) = 0.0159709 (91.3513) Other time (%) = 0.000121832 (0.696859) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:10 2021 Memory usage per processor = 27.5405 Mbytes Step Atoms AVEKE stressZZ 17754 5000 5.7886302e-11 6235455.2 17755 -0.0119274999999935 6235362.15858424 17755 5000 5.7882052e-11 6235362.2 Loop time of 0.0163631 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:10 2021 Pair time (%) = 0.00105691 (6.45909) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.195244) Outpt time (%) = 0.0151808 (92.7745) Other time (%) = 9.34601e-05 (0.571162) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:10 2021 Memory usage per processor = 27.5405 Mbytes Step Atoms AVEKE stressZZ 17755 5000 5.7882052e-11 6235332 17756 -0.0119274999999935 6235239.03236325 17756 5000 5.7877803e-11 6235239 Loop time of 0.016407 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:10 2021 Pair time (%) = 0.00105786 (6.44763) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194722) Outpt time (%) = 0.015229 (92.82) Other time (%) = 8.82149e-05 (0.537666) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:10 2021 Memory usage per processor = 27.5405 Mbytes Step Atoms AVEKE stressZZ 17756 5000 5.7877803e-11 6235208.9 17757 -0.0119274999999935 6235115.91257184 17757 5000 5.7873554e-11 6235115.9 Loop time of 0.0171092 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:10 2021 Pair time (%) = 0.00105691 (6.17745) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.188124) Outpt time (%) = 0.0159311 (93.1146) Other time (%) = 8.89301e-05 (0.519781) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:10 2021 Memory usage per processor = 27.5405 Mbytes Step Atoms AVEKE stressZZ 17757 5000 5.7873554e-11 6235085.8 17758 -0.0119274999999935 6234992.79920914 17758 5000 5.7869306e-11 6234992.8 Loop time of 0.016912 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:10 2021 Pair time (%) = 0.00110006 (6.50464) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.183269) Outpt time (%) = 0.0156851 (92.7454) Other time (%) = 9.58443e-05 (0.566724) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:10 2021 Memory usage per processor = 27.5405 Mbytes Step Atoms AVEKE stressZZ 17758 5000 5.7869306e-11 6234962.7 17759 -0.0119274999999935 6234869.69227414 17759 5000 5.7865059e-11 6234869.7 Loop time of 0.016834 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:10 2021 Pair time (%) = 0.00131893 (7.83492) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.220941) Outpt time (%) = 0.015368 (91.2912) Other time (%) = 0.000109911 (0.65291) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:10 2021 Memory usage per processor = 27.5405 Mbytes Step Atoms AVEKE stressZZ 17759 5000 5.7865059e-11 6234839.6 17760 -0.0119274999999935 6234746.59176598 17760 5000 5.7860812e-11 6234746.6 Loop time of 0.0195549 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:10 2021 Pair time (%) = 0.0010891 (5.56944) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.168254) Outpt time (%) = 0.018333 (93.7514) Other time (%) = 9.98974e-05 (0.510857) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:10 2021 Memory usage per processor = 27.5405 Mbytes Step Atoms AVEKE stressZZ 17760 5000 5.7860812e-11 6234716.5 17761 -0.0119274999999935 6234623.4976838 17761 5000 5.7856566e-11 6234623.5 Loop time of 0.017235 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:10 2021 Pair time (%) = 0.00110102 (6.38825) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179834) Outpt time (%) = 0.0160072 (92.8758) Other time (%) = 9.58443e-05 (0.556101) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:10 2021 Memory usage per processor = 27.5405 Mbytes Step Atoms AVEKE stressZZ 17761 5000 5.7856566e-11 6234593.4 17762 -0.0119274999999935 6234500.4100267 17762 5000 5.785232e-11 6234500.4 Loop time of 0.0164869 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:10 2021 Pair time (%) = 0.00105786 (6.41639) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193779) Outpt time (%) = 0.0153029 (92.8186) Other time (%) = 9.41753e-05 (0.571214) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:10 2021 Memory usage per processor = 27.5405 Mbytes Step Atoms AVEKE stressZZ 17762 5000 5.785232e-11 6234470.3 17763 -0.0119274999999935 6234377.3287938 17763 5000 5.7848074e-11 6234377.3 Loop time of 0.0171719 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:10 2021 Pair time (%) = 0.00130892 (7.62246) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.215206) Outpt time (%) = 0.0156949 (91.3987) Other time (%) = 0.00013113 (0.763634) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:10 2021 Memory usage per processor = 27.5405 Mbytes Step Atoms AVEKE stressZZ 17763 5000 5.7848074e-11 6234347.2 17764 -0.0119274999999935 6234254.25398441 17764 5000 5.7843829e-11 6234254.3 Loop time of 0.0172012 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:10 2021 Pair time (%) = 0.0010581 (6.15133) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185732) Outpt time (%) = 0.0160189 (93.1265) Other time (%) = 9.2268e-05 (0.536405) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:10 2021 Memory usage per processor = 27.5405 Mbytes Step Atoms AVEKE stressZZ 17764 5000 5.7843829e-11 6234224.1 17765 -0.0119274999999935 6234131.18559758 17765 5000 5.7839585e-11 6234131.2 Loop time of 0.0171039 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:10 2021 Pair time (%) = 0.0011971 (6.99898) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192364) Outpt time (%) = 0.0157731 (92.219) Other time (%) = 0.000100851 (0.589637) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:10 2021 Memory usage per processor = 27.5405 Mbytes Step Atoms AVEKE stressZZ 17765 5000 5.7839585e-11 6234101.1 17766 -0.0119274999999935 6234008.1236326 17766 5000 5.7835341e-11 6234008.1 Loop time of 0.016643 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:10 2021 Pair time (%) = 0.00108981 (6.54815) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.204853) Outpt time (%) = 0.0154171 (92.6339) Other time (%) = 0.000102043 (0.613128) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:10 2021 Memory usage per processor = 27.5405 Mbytes Step Atoms AVEKE stressZZ 17766 5000 5.7835341e-11 6233978 17767 -0.0119274999999935 6233885.06808865 17767 5000 5.7831098e-11 6233885.1 Loop time of 0.0171101 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:10 2021 Pair time (%) = 0.00125003 (7.30579) Neigh time (%) = 0 (0) Comm time (%) = 7.89165e-05 (0.461228) Outpt time (%) = 0.0156779 (91.6296) Other time (%) = 0.000103235 (0.603358) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:10 2021 Memory usage per processor = 27.5405 Mbytes Step Atoms AVEKE stressZZ 17767 5000 5.7831098e-11 6233854.9 17768 -0.0119274999999935 6233762.01896481 17768 5000 5.7826855e-11 6233762 Loop time of 0.0171869 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:10 2021 Pair time (%) = 0.00108004 (6.28407) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.238601) Outpt time (%) = 0.0159659 (92.8961) Other time (%) = 9.98974e-05 (0.581242) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:10 2021 Memory usage per processor = 27.5405 Mbytes Step Atoms AVEKE stressZZ 17768 5000 5.7826855e-11 6233731.9 17769 -0.0119274999999935 6233638.97626038 17769 5000 5.7822612e-11 6233639 Loop time of 0.0167921 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:10 2021 Pair time (%) = 0.00110006 (6.55109) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.184578) Outpt time (%) = 0.0155671 (92.7049) Other time (%) = 9.39369e-05 (0.559413) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:10 2021 Memory usage per processor = 27.5405 Mbytes Step Atoms AVEKE stressZZ 17769 5000 5.7822612e-11 6233608.9 17770 -0.0119274999999935 6233515.93997459 17770 5000 5.781837e-11 6233515.9 Loop time of 0.018919 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:10 2021 Pair time (%) = 0.00115585 (6.10949) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.18399) Outpt time (%) = 0.017622 (93.1445) Other time (%) = 0.000106335 (0.562053) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:10 2021 Memory usage per processor = 27.5405 Mbytes Step Atoms AVEKE stressZZ 17770 5000 5.781837e-11 6233485.8 17771 -0.0119274999999935 6233392.91010656 17771 5000 5.7814128e-11 6233392.9 Loop time of 0.017365 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:10 2021 Pair time (%) = 0.00120807 (6.95692) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.190845) Outpt time (%) = 0.01599 (92.082) Other time (%) = 0.000133753 (0.770245) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:10 2021 Memory usage per processor = 27.5405 Mbytes Step Atoms AVEKE stressZZ 17771 5000 5.7814128e-11 6233362.8 17772 -0.0119274999999935 6233269.88665563 17772 5000 5.7809887e-11 6233269.9 Loop time of 0.0171659 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:10 2021 Pair time (%) = 0.00106382 (6.19731) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186114) Outpt time (%) = 0.015976 (93.068) Other time (%) = 9.41753e-05 (0.548619) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:10 2021 Memory usage per processor = 27.5405 Mbytes Step Atoms AVEKE stressZZ 17772 5000 5.7809887e-11 6233239.8 17773 -0.0119274999999935 6233146.86962084 17773 5000 5.7805647e-11 6233146.9 Loop time of 0.0164399 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:10 2021 Pair time (%) = 0.00105691 (6.42892) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.195783) Outpt time (%) = 0.0152569 (92.8039) Other time (%) = 9.39369e-05 (0.571395) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:10 2021 Memory usage per processor = 27.5405 Mbytes Step Atoms AVEKE stressZZ 17773 5000 5.7805647e-11 6233116.8 17774 -0.0119274999999935 6233023.85900155 17774 5000 5.7801407e-11 6233023.9 Loop time of 0.0168788 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:10 2021 Pair time (%) = 0.00127196 (7.53584) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.224592) Outpt time (%) = 0.015419 (91.3511) Other time (%) = 0.000149965 (0.888481) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:10 2021 Memory usage per processor = 27.5405 Mbytes Step Atoms AVEKE stressZZ 17774 5000 5.7801407e-11 6232993.7 17775 -0.0119274999999935 6232900.85479703 17775 5000 5.7797167e-11 6232900.9 Loop time of 0.0172532 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:10 2021 Pair time (%) = 0.00109506 (6.34699) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185172) Outpt time (%) = 0.0160341 (92.9344) Other time (%) = 9.20296e-05 (0.533407) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:10 2021 Memory usage per processor = 27.5405 Mbytes Step Atoms AVEKE stressZZ 17775 5000 5.7797167e-11 6232870.7 17776 -0.0119274999999935 6232777.85700643 17776 5000 5.7792928e-11 6232777.9 Loop time of 0.0170841 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:10 2021 Pair time (%) = 0.001055 (6.17534) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.1884) Outpt time (%) = 0.015903 (93.0864) Other time (%) = 9.39369e-05 (0.549849) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:10 2021 Memory usage per processor = 27.5405 Mbytes Step Atoms AVEKE stressZZ 17776 5000 5.7792928e-11 6232747.7 17777 -0.0119274999999935 6232654.86562901 17777 5000 5.7788689e-11 6232654.9 Loop time of 0.0169561 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:11 2021 Pair time (%) = 0.0011301 (6.66489) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.201071) Outpt time (%) = 0.015662 (92.3677) Other time (%) = 0.000129938 (0.766321) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:11 2021 Memory usage per processor = 27.5405 Mbytes Step Atoms AVEKE stressZZ 17777 5000 5.7788689e-11 6232624.8 17778 -0.0119274999999935 6232531.88069926 17778 5000 5.7784451e-11 6232531.9 Loop time of 0.01724 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:11 2021 Pair time (%) = 0.001122 (6.50809) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190845) Outpt time (%) = 0.0159891 (92.7437) Other time (%) = 9.60827e-05 (0.557323) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:11 2021 Memory usage per processor = 27.5405 Mbytes Step Atoms AVEKE stressZZ 17778 5000 5.7784451e-11 6232501.8 17779 -0.0119274999999935 6232408.90231392 17779 5000 5.7780213e-11 6232408.9 Loop time of 0.017262 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:11 2021 Pair time (%) = 0.00109506 (6.34375) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185078) Outpt time (%) = 0.016046 (92.956) Other time (%) = 8.89301e-05 (0.515179) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:11 2021 Memory usage per processor = 27.5405 Mbytes Step Atoms AVEKE stressZZ 17779 5000 5.7780213e-11 6232378.8 17780 -0.0119274999999935 6232285.93041423 17780 5000 5.7775976e-11 6232285.9 Loop time of 0.0190909 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:11 2021 Pair time (%) = 0.00106502 (5.57866) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.162352) Outpt time (%) = 0.0179009 (93.7669) Other time (%) = 9.39369e-05 (0.492051) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:11 2021 Memory usage per processor = 27.5405 Mbytes Step Atoms AVEKE stressZZ 17780 5000 5.7775976e-11 6232255.8 17781 -0.0119274999999935 6232162.96498099 17781 5000 5.7771739e-11 6232163 Loop time of 0.0167179 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:11 2021 Pair time (%) = 0.00109911 (6.57444) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.203936) Outpt time (%) = 0.0154829 (92.6127) Other time (%) = 0.000101805 (0.608956) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:11 2021 Memory usage per processor = 27.5405 Mbytes Step Atoms AVEKE stressZZ 17781 5000 5.7771739e-11 6232132.9 17782 -0.0119274999999935 6232040.0060041 17782 5000 5.7767503e-11 6232040 Loop time of 0.0173051 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:11 2021 Pair time (%) = 0.00114298 (6.60485) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191505) Outpt time (%) = 0.0160241 (92.5974) Other time (%) = 0.000104904 (0.606203) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:11 2021 Memory usage per processor = 27.5405 Mbytes Step Atoms AVEKE stressZZ 17782 5000 5.7767503e-11 6232009.9 17783 -0.0119274999999935 6231917.05347738 17783 5000 5.7763267e-11 6231917.1 Loop time of 0.0171001 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:11 2021 Pair time (%) = 0.00106788 (6.24486) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.188224) Outpt time (%) = 0.015907 (93.0232) Other time (%) = 9.29832e-05 (0.543759) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:11 2021 Memory usage per processor = 27.5405 Mbytes Step Atoms AVEKE stressZZ 17783 5000 5.7763267e-11 6231886.9 17784 -0.0119274999999935 6231794.10739612 17784 5000 5.7759032e-11 6231794.1 Loop time of 0.0164709 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:11 2021 Pair time (%) = 0.00105691 (6.41683) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193967) Outpt time (%) = 0.0152919 (92.842) Other time (%) = 9.01222e-05 (0.54716) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:11 2021 Memory usage per processor = 27.5405 Mbytes Step Atoms AVEKE stressZZ 17784 5000 5.7759032e-11 6231764 17785 -0.0119274999999935 6231671.16775644 17785 5000 5.7754797e-11 6231671.2 Loop time of 0.01721 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:11 2021 Pair time (%) = 0.00132704 (7.71085) Neigh time (%) = 0 (0) Comm time (%) = 4.19617e-05 (0.243821) Outpt time (%) = 0.015707 (91.2668) Other time (%) = 0.000133991 (0.778566) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:11 2021 Memory usage per processor = 27.5405 Mbytes Step Atoms AVEKE stressZZ 17785 5000 5.7754797e-11 6231641.1 17786 -0.0119274999999935 6231548.23455533 17786 5000 5.7750562e-11 6231548.2 Loop time of 0.017411 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:11 2021 Pair time (%) = 0.00106215 (6.10048) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183494) Outpt time (%) = 0.016171 (92.878) Other time (%) = 0.000145912 (0.838046) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:11 2021 Memory usage per processor = 27.5405 Mbytes Step Atoms AVEKE stressZZ 17786 5000 5.7750562e-11 6231518.1 17787 -0.0119274999999935 6231425.30779016 17787 5000 5.7746329e-11 6231425.3 Loop time of 0.017391 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:11 2021 Pair time (%) = 0.0010581 (6.0842) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.178221) Outpt time (%) = 0.0162082 (93.1988) Other time (%) = 9.36985e-05 (0.538777) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:11 2021 Memory usage per processor = 27.5405 Mbytes Step Atoms AVEKE stressZZ 17787 5000 5.7746329e-11 6231395.2 17788 -0.0119274999999935 6231302.38745853 17788 5000 5.7742095e-11 6231302.4 Loop time of 0.0165241 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:11 2021 Pair time (%) = 0.00106096 (6.42071) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.200557) Outpt time (%) = 0.0153301 (92.7742) Other time (%) = 9.98974e-05 (0.604557) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:11 2021 Memory usage per processor = 27.5405 Mbytes Step Atoms AVEKE stressZZ 17788 5000 5.7742095e-11 6231272.3 17789 -0.0119274999999935 6231179.47350348 17789 5000 5.7737862e-11 6231179.5 Loop time of 0.0172629 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:11 2021 Pair time (%) = 0.0011549 (6.69005) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191973) Outpt time (%) = 0.015969 (92.5048) Other time (%) = 0.000105858 (0.613209) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:11 2021 Memory usage per processor = 27.5405 Mbytes Step Atoms AVEKE stressZZ 17789 5000 5.7737862e-11 6231149.4 17790 -0.0119274999999935 6231056.56597235 17790 5000 5.773363e-11 6231056.6 Loop time of 0.0195081 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:11 2021 Pair time (%) = 0.00109315 (5.60356) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.163768) Outpt time (%) = 0.0182741 (93.6742) Other time (%) = 0.000108957 (0.558523) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:11 2021 Memory usage per processor = 27.5405 Mbytes Step Atoms AVEKE stressZZ 17790 5000 5.773363e-11 6231026.5 17791 -0.0119274999999935 6230933.66486461 17791 5000 5.7729398e-11 6230933.7 Loop time of 0.0166419 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:11 2021 Pair time (%) = 0.00105405 (6.33372) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191974) Outpt time (%) = 0.0154309 (92.7236) Other time (%) = 0.000124931 (0.750706) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:11 2021 Memory usage per processor = 27.5405 Mbytes Step Atoms AVEKE stressZZ 17791 5000 5.7729398e-11 6230903.6 17792 -0.0119274999999935 6230810.77017894 17792 5000 5.7725166e-11 6230810.8 Loop time of 0.0165651 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:11 2021 Pair time (%) = 0.00116706 (7.04529) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.217332) Outpt time (%) = 0.015245 (92.0307) Other time (%) = 0.000117064 (0.706688) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:11 2021 Memory usage per processor = 27.5405 Mbytes Step Atoms AVEKE stressZZ 17792 5000 5.7725166e-11 6230780.7 17793 -0.0119274999999935 6230687.88191423 17793 5000 5.7720935e-11 6230687.9 Loop time of 0.0174229 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:11 2021 Pair time (%) = 0.0010879 (6.2441) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.19021) Outpt time (%) = 0.0162051 (93.0101) Other time (%) = 9.67979e-05 (0.555578) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:11 2021 Memory usage per processor = 27.5405 Mbytes Step Atoms AVEKE stressZZ 17793 5000 5.7720935e-11 6230657.8 17794 -0.0119274999999935 6230565.00006926 17794 5000 5.7716704e-11 6230565 Loop time of 0.0174382 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:11 2021 Pair time (%) = 0.00133324 (7.64551) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.211919) Outpt time (%) = 0.0159321 (91.3633) Other time (%) = 0.000135899 (0.779317) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:11 2021 Memory usage per processor = 27.5405 Mbytes Step Atoms AVEKE stressZZ 17794 5000 5.7716704e-11 6230534.9 17795 -0.0119274999999935 6230442.12464296 17795 5000 5.7712474e-11 6230442.1 Loop time of 0.0171459 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:11 2021 Pair time (%) = 0.00124216 (7.24466) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.197455) Outpt time (%) = 0.0157669 (91.9572) Other time (%) = 0.000102997 (0.600709) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:11 2021 Memory usage per processor = 27.5405 Mbytes Step Atoms AVEKE stressZZ 17795 5000 5.7712474e-11 6230412 17796 -0.0119274999999935 6230319.25563454 17796 5000 5.7708245e-11 6230319.3 Loop time of 0.0166821 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:11 2021 Pair time (%) = 0.00124907 (7.48749) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.21009) Outpt time (%) = 0.0153022 (91.7279) Other time (%) = 9.58443e-05 (0.574532) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:11 2021 Memory usage per processor = 27.5405 Mbytes Step Atoms AVEKE stressZZ 17796 5000 5.7708245e-11 6230289.2 17797 -0.0119274999999935 6230196.39304399 17797 5000 5.7704015e-11 6230196.4 Loop time of 0.0170979 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:11 2021 Pair time (%) = 0.00118899 (6.95401) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181276) Outpt time (%) = 0.015784 (92.3153) Other time (%) = 9.39369e-05 (0.549405) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:11 2021 Memory usage per processor = 27.5405 Mbytes Step Atoms AVEKE stressZZ 17797 5000 5.7704015e-11 6230166.3 17798 -0.0119274999999935 6230073.53688285 17798 5000 5.7699787e-11 6230073.5 Loop time of 0.0164139 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:11 2021 Pair time (%) = 0.0010581 (6.44637) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.19464) Outpt time (%) = 0.0152311 (92.794) Other time (%) = 9.27448e-05 (0.565037) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:11 2021 Memory usage per processor = 27.5405 Mbytes Step Atoms AVEKE stressZZ 17798 5000 5.7699787e-11 6230043.4 17799 -0.0119274999999935 6229950.68714945 17799 5000 5.7695559e-11 6229950.7 Loop time of 0.0163729 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:11 2021 Pair time (%) = 0.0010581 (6.46251) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.189303) Outpt time (%) = 0.0151989 (92.8298) Other time (%) = 8.4877e-05 (0.518399) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:11 2021 Memory usage per processor = 27.5405 Mbytes Step Atoms AVEKE stressZZ 17799 5000 5.7695559e-11 6229920.6 17800 -0.0119274999999935 6229827.84383375 17800 5000 5.7691331e-11 6229827.8 Loop time of 0.018795 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:11 2021 Pair time (%) = 0.00105906 (5.63477) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.169982) Outpt time (%) = 0.017617 (93.7322) Other time (%) = 8.70228e-05 (0.46301) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:11 2021 Memory usage per processor = 27.5405 Mbytes Step Atoms AVEKE stressZZ 17800 5000 5.7691331e-11 6229797.7 17801 -0.0119274999999935 6229705.00693179 17801 5000 5.7687104e-11 6229705 Loop time of 0.017339 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:11 2021 Pair time (%) = 0.00111079 (6.40633) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.178756) Outpt time (%) = 0.016053 (92.583) Other time (%) = 0.000144243 (0.831901) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:11 2021 Memory usage per processor = 27.5405 Mbytes Step Atoms AVEKE stressZZ 17801 5000 5.7687104e-11 6229674.9 17802 -0.0119274999999935 6229582.17644203 17802 5000 5.7682877e-11 6229582.2 Loop time of 0.0173159 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:11 2021 Pair time (%) = 0.00103593 (5.98254) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184502) Outpt time (%) = 0.016118 (93.0826) Other time (%) = 0.000129938 (0.750399) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:11 2021 Memory usage per processor = 27.5405 Mbytes Step Atoms AVEKE stressZZ 17802 5000 5.7682877e-11 6229552.1 17803 -0.0119274999999935 6229459.35236301 17803 5000 5.767865e-11 6229459.4 Loop time of 0.016928 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:11 2021 Pair time (%) = 0.00125408 (7.40835) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207039) Outpt time (%) = 0.0155261 (91.7184) Other time (%) = 0.000112772 (0.666188) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:11 2021 Memory usage per processor = 27.5405 Mbytes Step Atoms AVEKE stressZZ 17803 5000 5.767865e-11 6229429.3 17804 -0.0119274999999935 6229336.53469343 17804 5000 5.7674425e-11 6229336.5 Loop time of 0.0176249 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:11 2021 Pair time (%) = 0.00125813 (7.13841) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.186678) Outpt time (%) = 0.016212 (91.9837) Other time (%) = 0.000121832 (0.69125) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:11 2021 Memory usage per processor = 27.5405 Mbytes Step Atoms AVEKE stressZZ 17804 5000 5.7674425e-11 6229306.4 17805 -0.0119274999999935 6229213.72343196 17805 5000 5.7670199e-11 6229213.7 Loop time of 0.0175021 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:11 2021 Pair time (%) = 0.00115585 (6.60409) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.262911) Outpt time (%) = 0.0161622 (92.3443) Other time (%) = 0.000138044 (0.788732) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:11 2021 Memory usage per processor = 27.5405 Mbytes Step Atoms AVEKE stressZZ 17805 5000 5.7670199e-11 6229183.6 17806 -0.0119274999999935 6229090.91857755 17806 5000 5.7665974e-11 6229090.9 Loop time of 0.016794 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:11 2021 Pair time (%) = 0.00105691 (6.29339) Neigh time (%) = 0 (0) Comm time (%) = 4.50611e-05 (0.268317) Outpt time (%) = 0.0155699 (92.7114) Other time (%) = 0.00012207 (0.72687) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:11 2021 Memory usage per processor = 27.5405 Mbytes Step Atoms AVEKE stressZZ 17806 5000 5.7665974e-11 6229060.8 17807 -0.0119274999999935 6228968.12012895 17807 5000 5.766175e-11 6228968.1 Loop time of 0.016804 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:11 2021 Pair time (%) = 0.00119686 (7.12249) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.219917) Outpt time (%) = 0.015439 (91.8772) Other time (%) = 0.00013113 (0.780352) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:11 2021 Memory usage per processor = 27.5405 Mbytes Step Atoms AVEKE stressZZ 17807 5000 5.766175e-11 6228938 17808 -0.0119274999999935 6228845.32808522 17808 5000 5.7657526e-11 6228845.3 Loop time of 0.0172181 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:11 2021 Pair time (%) = 0.0010581 (6.14528) Neigh time (%) = 0 (0) Comm time (%) = 4.50611e-05 (0.261708) Outpt time (%) = 0.016 (92.9256) Other time (%) = 0.000114918 (0.667424) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:11 2021 Memory usage per processor = 27.5405 Mbytes Step Atoms AVEKE stressZZ 17808 5000 5.7657526e-11 6228815.2 17809 -0.0119274999999935 6228722.54244523 17809 5000 5.7653303e-11 6228722.5 Loop time of 0.0168998 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:11 2021 Pair time (%) = 0.001055 (6.24268) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.189044) Outpt time (%) = 0.0157249 (93.0477) Other time (%) = 8.79765e-05 (0.520576) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:11 2021 Memory usage per processor = 27.5405 Mbytes Step Atoms AVEKE stressZZ 17809 5000 5.7653303e-11 6228692.4 17810 -0.0119274999999935 6228599.76320788 17810 5000 5.764908e-11 6228599.8 Loop time of 0.0188391 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:11 2021 Pair time (%) = 0.00111508 (5.91898) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.174646) Outpt time (%) = 0.017576 (93.2951) Other time (%) = 0.000115156 (0.611261) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:11 2021 Memory usage per processor = 27.5405 Mbytes Step Atoms AVEKE stressZZ 17810 5000 5.764908e-11 6228569.7 17811 -0.0119274999999935 6228476.99037229 17811 5000 5.7644857e-11 6228477 Loop time of 0.0169332 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:11 2021 Pair time (%) = 0.00128508 (7.58909) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.223871) Outpt time (%) = 0.015476 (91.3943) Other time (%) = 0.00013423 (0.792701) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:11 2021 Memory usage per processor = 27.5405 Mbytes Step Atoms AVEKE stressZZ 17811 5000 5.7644857e-11 6228446.9 17812 -0.0119274999999935 6228354.22393744 17812 5000 5.7640635e-11 6228354.2 Loop time of 0.0171621 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:11 2021 Pair time (%) = 0.00105715 (6.15979) Neigh time (%) = 0 (0) Comm time (%) = 5.79357e-05 (0.33758) Outpt time (%) = 0.0159502 (92.9386) Other time (%) = 9.67979e-05 (0.564022) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:11 2021 Memory usage per processor = 27.5405 Mbytes Step Atoms AVEKE stressZZ 17812 5000 5.7640635e-11 6228324.1 17813 -0.0119274999999935 6228231.4639417 17813 5000 5.7636414e-11 6228231.5 Loop time of 0.01721 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:11 2021 Pair time (%) = 0.00106096 (6.1648) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185637) Outpt time (%) = 0.01601 (93.0275) Other time (%) = 0.00010705 (0.622022) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:11 2021 Memory usage per processor = 27.5405 Mbytes Step Atoms AVEKE stressZZ 17813 5000 5.7636414e-11 6228201.4 17814 -0.0119274999999935 6228108.71042167 17814 5000 5.7632193e-11 6228108.7 Loop time of 0.016665 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:11 2021 Pair time (%) = 0.00106883 (6.41363) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.197431) Outpt time (%) = 0.01546 (92.7695) Other time (%) = 0.000103235 (0.619474) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:11 2021 Memory usage per processor = 27.5405 Mbytes Step Atoms AVEKE stressZZ 17814 5000 5.7632193e-11 6228078.6 17815 -0.0119274999999935 6227985.9633425 17815 5000 5.7627972e-11 6227986 Loop time of 0.0173261 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:11 2021 Pair time (%) = 0.00112009 (6.46475) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184393) Outpt time (%) = 0.016077 (92.7908) Other time (%) = 9.70364e-05 (0.560058) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:11 2021 Memory usage per processor = 27.5405 Mbytes Step Atoms AVEKE stressZZ 17815 5000 5.7627972e-11 6227955.9 17816 -0.0119274999999935 6227863.22269371 17816 5000 5.7623752e-11 6227863.2 Loop time of 0.0174201 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:11 2021 Pair time (%) = 0.001122 (6.44084) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.177924) Outpt time (%) = 0.0161722 (92.8365) Other time (%) = 9.48906e-05 (0.54472) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:25:11 2021 Memory usage per processor = 27.5405 Mbytes Step Atoms AVEKE stressZZ 17816 5000 5.7623752e-11 6227833.1 17817 -0.0119274999999935 6227722.04341444 17817 5000 1.1377131e-10 6227926.9 Loop time of 0.0165839 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:11 2021 Pair time (%) = 0.00110102 (6.63906) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192645) Outpt time (%) = 0.0153151 (92.3488) Other time (%) = 0.000135899 (0.81946) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:11 2021 Memory usage per processor = 27.5405 Mbytes Step Atoms AVEKE stressZZ 17817 5000 1.1377131e-10 6287456.3 17818 -0.0119599999999935 6287333.84089279 17818 5000 9.1578393e-11 6287333.8 Loop time of 0.0166841 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:11 2021 Pair time (%) = 0.00118208 (7.08508) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.20435) Outpt time (%) = 0.0153589 (92.0575) Other time (%) = 0.000108957 (0.653062) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:11 2021 Memory usage per processor = 27.5405 Mbytes Step Atoms AVEKE stressZZ 17818 5000 9.1578393e-11 6287293.2 17819 -0.0119599999999935 6287181.24423889 17819 5000 7.8723662e-11 6287181.2 Loop time of 0.0176439 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:11 2021 Pair time (%) = 0.00120997 (6.85774) Neigh time (%) = 0 (0) Comm time (%) = 6.41346e-05 (0.363494) Outpt time (%) = 0.016238 (92.0315) Other time (%) = 0.000131845 (0.747257) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:11 2021 Memory usage per processor = 27.5405 Mbytes Step Atoms AVEKE stressZZ 17819 5000 7.8723662e-11 6287144.3 17820 -0.0119599999999935 6287038.99784988 17820 5000 7.1057954e-11 6287039 Loop time of 0.0195231 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:12 2021 Pair time (%) = 0.00105786 (5.41851) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.163642) Outpt time (%) = 0.018296 (93.7144) Other time (%) = 0.000137329 (0.703417) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:12 2021 Memory usage per processor = 27.5406 Mbytes Step Atoms AVEKE stressZZ 17820 5000 7.1057954e-11 6287004.4 17821 -0.0119599999999935 6286903.33152281 17821 5000 6.6388813e-11 6286903.3 Loop time of 0.0165288 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:12 2021 Pair time (%) = 0.00106096 (6.41886) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.187517) Outpt time (%) = 0.015343 (92.8253) Other time (%) = 9.39369e-05 (0.568321) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:12 2021 Memory usage per processor = 27.5406 Mbytes Step Atoms AVEKE stressZZ 17821 5000 6.6388813e-11 6286870.3 17822 -0.0119599999999935 6286771.84925966 17822 5000 6.3502396e-11 6286771.8 Loop time of 0.0166471 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:12 2021 Pair time (%) = 0.00120902 (7.26265) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.216261) Outpt time (%) = 0.0152771 (91.7706) Other time (%) = 0.000124931 (0.750469) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:12 2021 Memory usage per processor = 27.5406 Mbytes Step Atoms AVEKE stressZZ 17822 5000 6.3502396e-11 6286739.7 17823 -0.0119599999999935 6286643.02837969 17823 5000 6.1699787e-11 6286643 Loop time of 0.017297 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:12 2021 Pair time (%) = 0.00114298 (6.60795) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184703) Outpt time (%) = 0.016031 (92.6808) Other time (%) = 9.10759e-05 (0.526541) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:12 2021 Memory usage per processor = 27.5406 Mbytes Step Atoms AVEKE stressZZ 17823 5000 6.1699787e-11 6286611.5 17824 -0.0119599999999935 6286515.90120288 17824 5000 6.0566102e-11 6286515.9 Loop time of 0.017381 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:12 2021 Pair time (%) = 0.00106096 (6.10417) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.178324) Outpt time (%) = 0.0161788 (93.0838) Other time (%) = 0.000110149 (0.633736) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:12 2021 Memory usage per processor = 27.5406 Mbytes Step Atoms AVEKE stressZZ 17824 5000 6.0566102e-11 6286484.8 17825 -0.0119599999999935 6286389.85275743 17825 5000 5.9849505e-11 6286389.9 Loop time of 0.016973 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:12 2021 Pair time (%) = 0.00105691 (6.227) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188229) Outpt time (%) = 0.0157621 (92.8656) Other time (%) = 0.00012207 (0.719202) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:12 2021 Memory usage per processor = 27.5406 Mbytes Step Atoms AVEKE stressZZ 17825 5000 5.9849505e-11 6286358.9 17826 -0.0119599999999935 6286264.49222174 17826 5000 5.9394733e-11 6286264.5 Loop time of 0.0170751 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:12 2021 Pair time (%) = 0.00141716 (8.29959) Neigh time (%) = 0 (0) Comm time (%) = 5.50747e-05 (0.322545) Outpt time (%) = 0.0154431 (90.4423) Other time (%) = 0.00015974 (0.935519) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:12 2021 Memory usage per processor = 27.5406 Mbytes Step Atoms AVEKE stressZZ 17826 5000 5.9394733e-11 6286233.7 17827 -0.0119599999999935 6286139.57122379 17827 5000 5.9105042e-11 6286139.6 Loop time of 0.0173631 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:12 2021 Pair time (%) = 0.00116396 (6.70365) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.178508) Outpt time (%) = 0.0160651 (92.5246) Other time (%) = 0.000102997 (0.593195) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:12 2021 Memory usage per processor = 27.5406 Mbytes Step Atoms AVEKE stressZZ 17827 5000 5.9105042e-11 6286108.9 17828 -0.0119599999999935 6286014.93191998 17828 5000 5.8919732e-11 6286014.9 Loop time of 0.016824 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:12 2021 Pair time (%) = 0.00105906 (6.29491) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.189896) Outpt time (%) = 0.0156391 (92.9568) Other time (%) = 9.39369e-05 (0.55835) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:12 2021 Memory usage per processor = 27.5406 Mbytes Step Atoms AVEKE stressZZ 17828 5000 5.8919732e-11 6285984.3 17829 -0.0119599999999935 6285890.47399855 17829 5000 5.8800544e-11 6285890.5 Loop time of 0.0168221 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:12 2021 Pair time (%) = 0.00113392 (6.74065) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.202673) Outpt time (%) = 0.015523 (92.2772) Other time (%) = 0.00013113 (0.779512) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:12 2021 Memory usage per processor = 27.5406 Mbytes Step Atoms AVEKE stressZZ 17829 5000 5.8800544e-11 6285859.9 17830 -0.0119599999999935 6285766.13371009 17830 5000 5.8723289e-11 6285766.1 Loop time of 0.019944 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:12 2021 Pair time (%) = 0.00108385 (5.43448) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.160189) Outpt time (%) = 0.0187371 (93.9487) Other time (%) = 9.10759e-05 (0.456659) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:12 2021 Memory usage per processor = 27.5406 Mbytes Step Atoms AVEKE stressZZ 17830 5000 5.8723289e-11 6285735.6 17831 -0.0119599999999935 6285641.87054042 17831 5000 5.8672649e-11 6285641.9 Loop time of 0.0175581 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:12 2021 Pair time (%) = 0.00108409 (6.1743) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.188746) Outpt time (%) = 0.016331 (93.011) Other time (%) = 0.000109911 (0.625984) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:12 2021 Memory usage per processor = 27.5406 Mbytes Step Atoms AVEKE stressZZ 17831 5000 5.8672649e-11 6285611.4 17832 -0.0119599999999935 6285517.6587423 17832 5000 5.8638908e-11 6285517.7 Loop time of 0.017652 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:12 2021 Pair time (%) = 0.0010581 (5.99422) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.175586) Outpt time (%) = 0.016469 (93.298) Other time (%) = 9.39369e-05 (0.532159) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:12 2021 Memory usage per processor = 27.5406 Mbytes Step Atoms AVEKE stressZZ 17832 5000 5.8638908e-11 6285487.2 17833 -0.0119599999999935 6285393.48195278 17833 5000 5.8615902e-11 6285393.5 Loop time of 0.0167959 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:12 2021 Pair time (%) = 0.00107193 (6.3821) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.20157) Outpt time (%) = 0.0155461 (92.5589) Other time (%) = 0.000144005 (0.857382) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:12 2021 Memory usage per processor = 27.5406 Mbytes Step Atoms AVEKE stressZZ 17833 5000 5.8615902e-11 6285363 17834 -0.0119599999999935 6285269.3297725 17834 5000 5.8599714e-11 6285269.3 Loop time of 0.017328 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:12 2021 Pair time (%) = 0.00112104 (6.46954) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191252) Outpt time (%) = 0.0160742 (92.7641) Other time (%) = 9.9659e-05 (0.575132) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:12 2021 Memory usage per processor = 27.5406 Mbytes Step Atoms AVEKE stressZZ 17834 5000 5.8599714e-11 6285238.8 17835 -0.0119599999999935 6285145.1955925 17835 5000 5.858786e-11 6285145.2 Loop time of 0.0173969 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:12 2021 Pair time (%) = 0.00109386 (6.28769) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183642) Outpt time (%) = 0.01618 (93.0052) Other time (%) = 9.10759e-05 (0.523517) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:12 2021 Memory usage per processor = 27.5406 Mbytes Step Atoms AVEKE stressZZ 17835 5000 5.858786e-11 6285114.7 17836 -0.0119599999999935 6285021.0752122 17836 5000 5.8578759e-11 6285021.1 Loop time of 0.0168071 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:12 2021 Pair time (%) = 0.00112295 (6.68142) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.184413) Outpt time (%) = 0.0155132 (92.3015) Other time (%) = 0.000139952 (0.832695) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:12 2021 Memory usage per processor = 27.5406 Mbytes Step Atoms AVEKE stressZZ 17836 5000 5.8578759e-11 6284990.6 17837 -0.0119599999999935 6284896.96596194 17837 5000 5.8571408e-11 6284897 Loop time of 0.0172451 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:12 2021 Pair time (%) = 0.00122595 (7.10899) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.208762) Outpt time (%) = 0.0158441 (91.8762) Other time (%) = 0.000138998 (0.806017) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:12 2021 Memory usage per processor = 27.5406 Mbytes Step Atoms AVEKE stressZZ 17837 5000 5.8571408e-11 6284866.5 17838 -0.0119599999999935 6284772.86614474 17838 5000 5.8565169e-11 6284772.9 Loop time of 0.0173349 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:12 2021 Pair time (%) = 0.00107002 (6.17264) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.185674) Outpt time (%) = 0.0161359 (93.0833) Other time (%) = 9.67979e-05 (0.558398) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:12 2021 Memory usage per processor = 27.5406 Mbytes Step Atoms AVEKE stressZZ 17838 5000 5.8565169e-11 6284742.4 17839 -0.0119599999999935 6284648.77468181 17839 5000 5.8559637e-11 6284648.8 Loop time of 0.0173531 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:12 2021 Pair time (%) = 0.00105786 (6.09612) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.18548) Outpt time (%) = 0.016171 (93.1881) Other time (%) = 9.20296e-05 (0.530336) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:12 2021 Memory usage per processor = 27.5406 Mbytes Step Atoms AVEKE stressZZ 17839 5000 5.8559637e-11 6284618.3 17840 -0.0119599999999935 6284524.69088751 17840 5000 5.8554554e-11 6284524.7 Loop time of 0.0189741 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:12 2021 Pair time (%) = 0.0010879 (5.73364) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.17466) Outpt time (%) = 0.0177281 (93.4333) Other time (%) = 0.000124931 (0.658432) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:12 2021 Memory usage per processor = 27.5406 Mbytes Step Atoms AVEKE stressZZ 17840 5000 5.8554554e-11 6284494.2 17841 -0.0119599999999935 6284400.61432545 17841 5000 5.8549757e-11 6284400.6 Loop time of 0.0165391 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:12 2021 Pair time (%) = 0.00106215 (6.42208) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193167) Outpt time (%) = 0.0153449 (92.7793) Other time (%) = 0.000100136 (0.605449) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:12 2021 Memory usage per processor = 27.5406 Mbytes Step Atoms AVEKE stressZZ 17841 5000 5.8549757e-11 6284370.1 17842 -0.0119599999999935 6284276.54471842 17842 5000 5.8545141e-11 6284276.5 Loop time of 0.0162179 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:12 2021 Pair time (%) = 0.00105977 (6.53455) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.191112) Outpt time (%) = 0.0150368 (92.7172) Other time (%) = 9.03606e-05 (0.557164) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:12 2021 Memory usage per processor = 27.5406 Mbytes Step Atoms AVEKE stressZZ 17842 5000 5.8545141e-11 6284246.1 17843 -0.0119599999999935 6284152.48188967 17843 5000 5.8540642e-11 6284152.5 Loop time of 0.0165081 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:12 2021 Pair time (%) = 0.00118208 (7.1606) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.187753) Outpt time (%) = 0.0152071 (92.1187) Other time (%) = 8.79765e-05 (0.532929) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:12 2021 Memory usage per processor = 27.5406 Mbytes Step Atoms AVEKE stressZZ 17843 5000 5.8540642e-11 6284122 17844 -0.0119599999999935 6284028.42572669 17844 5000 5.8536216e-11 6284028.4 Loop time of 0.0172529 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:12 2021 Pair time (%) = 0.00106001 (6.14394) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179647) Outpt time (%) = 0.016073 (93.161) Other time (%) = 8.89301e-05 (0.51545) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:12 2021 Memory usage per processor = 27.5406 Mbytes Step Atoms AVEKE stressZZ 17844 5000 5.8536216e-11 6283998 17845 -0.0119599999999935 6283904.37615776 17845 5000 5.8531837e-11 6283904.4 Loop time of 0.016818 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:12 2021 Pair time (%) = 0.00107908 (6.41622) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.195634) Outpt time (%) = 0.0155439 (92.4242) Other time (%) = 0.000162125 (0.963992) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:12 2021 Memory usage per processor = 27.5406 Mbytes Step Atoms AVEKE stressZZ 17845 5000 5.8531837e-11 6283873.9 17846 -0.0119599999999935 6283780.33313683 17846 5000 5.8527488e-11 6283780.3 Loop time of 0.0174429 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:12 2021 Pair time (%) = 0.00122285 (7.01057) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.189992) Outpt time (%) = 0.016077 (92.1693) Other time (%) = 0.000109911 (0.630117) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:12 2021 Memory usage per processor = 27.5406 Mbytes Step Atoms AVEKE stressZZ 17846 5000 5.8527488e-11 6283749.9 17847 -0.0119599999999935 6283656.29663452 17847 5000 5.8523159e-11 6283656.3 Loop time of 0.017206 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:12 2021 Pair time (%) = 0.00105786 (6.14824) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.187066) Outpt time (%) = 0.016022 (93.1187) Other time (%) = 9.39369e-05 (0.545956) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:12 2021 Memory usage per processor = 27.5406 Mbytes Step Atoms AVEKE stressZZ 17847 5000 5.8523159e-11 6283625.8 17848 -0.0119599999999935 6283532.26663189 17848 5000 5.8518842e-11 6283532.3 Loop time of 0.017005 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:12 2021 Pair time (%) = 0.00110698 (6.50973) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.182267) Outpt time (%) = 0.0157731 (92.7556) Other time (%) = 9.39369e-05 (0.552409) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:12 2021 Memory usage per processor = 27.5406 Mbytes Step Atoms AVEKE stressZZ 17848 5000 5.8518842e-11 6283501.8 17849 -0.0119599999999935 6283408.24311652 17849 5000 5.8514533e-11 6283408.2 Loop time of 0.016614 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:12 2021 Pair time (%) = 0.00110984 (6.68016) Neigh time (%) = 0 (0) Comm time (%) = 4.81606e-05 (0.28988) Outpt time (%) = 0.0153379 (92.3196) Other time (%) = 0.000118017 (0.71035) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:12 2021 Memory usage per processor = 27.5406 Mbytes Step Atoms AVEKE stressZZ 17849 5000 5.8514533e-11 6283377.8 17850 -0.0119599999999935 6283284.2260803 17850 5000 5.8510229e-11 6283284.2 Loop time of 0.019697 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:12 2021 Pair time (%) = 0.00117707 (5.97591) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.16825) Outpt time (%) = 0.018384 (93.3341) Other time (%) = 0.000102758 (0.521697) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:12 2021 Memory usage per processor = 27.5406 Mbytes Step Atoms AVEKE stressZZ 17850 5000 5.8510229e-11 6283253.8 17851 -0.0119599999999935 6283160.21551784 17851 5000 5.8505929e-11 6283160.2 Loop time of 0.017462 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:12 2021 Pair time (%) = 0.00106287 (6.08675) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182958) Outpt time (%) = 0.016243 (93.0189) Other time (%) = 0.000124216 (0.71135) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:12 2021 Memory usage per processor = 27.5406 Mbytes Step Atoms AVEKE stressZZ 17851 5000 5.8505929e-11 6283129.7 17852 -0.0119599999999935 6283036.21142517 17852 5000 5.8501631e-11 6283036.2 Loop time of 0.0169051 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:12 2021 Pair time (%) = 0.00105619 (6.2478) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188985) Outpt time (%) = 0.0156929 (92.8298) Other time (%) = 0.000123978 (0.733376) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:12 2021 Memory usage per processor = 27.5406 Mbytes Step Atoms AVEKE stressZZ 17852 5000 5.8501631e-11 6283005.7 17853 -0.0119599999999935 6282912.21379982 17853 5000 5.8497335e-11 6282912.2 Loop time of 0.0166039 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:12 2021 Pair time (%) = 0.00109506 (6.59516) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.2039) Outpt time (%) = 0.015373 (92.5864) Other time (%) = 0.000102043 (0.614572) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:12 2021 Memory usage per processor = 27.5406 Mbytes Step Atoms AVEKE stressZZ 17853 5000 5.8497335e-11 6282881.7 17854 -0.0119599999999935 6282788.22264054 17854 5000 5.849304e-11 6282788.2 Loop time of 0.01724 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:12 2021 Pair time (%) = 0.00120401 (6.98382) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.272438) Outpt time (%) = 0.015878 (92.0993) Other time (%) = 0.000111103 (0.644448) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:12 2021 Memory usage per processor = 27.5406 Mbytes Step Atoms AVEKE stressZZ 17854 5000 5.849304e-11 6282757.8 17855 -0.0119599999999935 6282664.23796731 17855 5000 5.8488747e-11 6282664.2 Loop time of 0.017055 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:12 2021 Pair time (%) = 0.00106001 (6.21523) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187324) Outpt time (%) = 0.0158682 (93.0411) Other time (%) = 9.48906e-05 (0.556379) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:12 2021 Memory usage per processor = 27.5406 Mbytes Step Atoms AVEKE stressZZ 17855 5000 5.8488747e-11 6282633.8 17856 -0.0119599999999935 6282540.25977221 17856 5000 5.8484454e-11 6282540.3 Loop time of 0.0164218 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:12 2021 Pair time (%) = 0.00106311 (6.47377) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194547) Outpt time (%) = 0.0152349 (92.7727) Other time (%) = 9.17912e-05 (0.558959) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:12 2021 Memory usage per processor = 27.5406 Mbytes Step Atoms AVEKE stressZZ 17856 5000 5.8484454e-11 6282509.8 17857 -0.0119599999999935 6282416.28804926 17857 5000 5.8480162e-11 6282416.3 Loop time of 0.0178189 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:12 2021 Pair time (%) = 0.00149608 (8.396) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.196687) Outpt time (%) = 0.016078 (90.2299) Other time (%) = 0.000209808 (1.17745) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:12 2021 Memory usage per processor = 27.5406 Mbytes Step Atoms AVEKE stressZZ 17857 5000 5.8480162e-11 6282385.8 17858 -0.0119599999999935 6282292.32279547 17858 5000 5.847587e-11 6282292.3 Loop time of 0.017535 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:12 2021 Pair time (%) = 0.00109386 (6.23819) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182196) Outpt time (%) = 0.0163171 (93.0548) Other time (%) = 9.20296e-05 (0.524834) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:12 2021 Memory usage per processor = 27.5406 Mbytes Step Atoms AVEKE stressZZ 17858 5000 5.847587e-11 6282261.9 17859 -0.0119599999999935 6282168.36401019 17859 5000 5.8471579e-11 6282168.4 Loop time of 0.016526 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:12 2021 Pair time (%) = 0.00106001 (6.4142) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.194763) Outpt time (%) = 0.015342 (92.8356) Other time (%) = 9.17912e-05 (0.555435) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:12 2021 Memory usage per processor = 27.5406 Mbytes Step Atoms AVEKE stressZZ 17859 5000 5.8471579e-11 6282137.9 17860 -0.0119599999999935 6282044.41169387 17860 5000 5.8467288e-11 6282044.4 Loop time of 0.0192668 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:12 2021 Pair time (%) = 0.00125122 (6.49417) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.191806) Outpt time (%) = 0.0178168 (92.4738) Other time (%) = 0.000161886 (0.840232) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:12 2021 Memory usage per processor = 27.5406 Mbytes Step Atoms AVEKE stressZZ 17860 5000 5.8467288e-11 6282014 17861 -0.0119599999999935 6281920.4658424 17861 5000 5.8462998e-11 6281920.5 Loop time of 0.017462 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:12 2021 Pair time (%) = 0.00115705 (6.62607) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.188419) Outpt time (%) = 0.01617 (92.6011) Other time (%) = 0.000102043 (0.584372) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:12 2021 Memory usage per processor = 27.5406 Mbytes Step Atoms AVEKE stressZZ 17861 5000 5.8462998e-11 6281890 17862 -0.0119599999999935 6281796.52645446 17862 5000 5.8458709e-11 6281796.5 Loop time of 0.017071 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:12 2021 Pair time (%) = 0.00106001 (6.20941) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187148) Outpt time (%) = 0.015887 (93.0643) Other time (%) = 9.20296e-05 (0.539099) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:12 2021 Memory usage per processor = 27.5406 Mbytes Step Atoms AVEKE stressZZ 17862 5000 5.8458709e-11 6281766.1 17863 -0.0119599999999935 6281672.59352898 17863 5000 5.845442e-11 6281672.6 Loop time of 0.0169809 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:13 2021 Pair time (%) = 0.00107408 (6.3252) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188141) Outpt time (%) = 0.015784 (92.9517) Other time (%) = 9.08375e-05 (0.53494) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:13 2021 Memory usage per processor = 27.5406 Mbytes Step Atoms AVEKE stressZZ 17863 5000 5.845442e-11 6281642.1 17864 -0.0119599999999935 6281548.66706482 17864 5000 5.8450131e-11 6281548.7 Loop time of 0.016757 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:13 2021 Pair time (%) = 0.001266 (7.55506) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209151) Outpt time (%) = 0.015291 (91.2512) Other time (%) = 0.000164986 (0.984577) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:13 2021 Memory usage per processor = 27.5406 Mbytes Step Atoms AVEKE stressZZ 17864 5000 5.8450131e-11 6281518.2 17865 -0.0119599999999935 6281424.74706095 17865 5000 5.8445843e-11 6281424.7 Loop time of 0.0175211 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:13 2021 Pair time (%) = 0.00109601 (6.25536) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18234) Outpt time (%) = 0.0163012 (93.0371) Other time (%) = 9.20296e-05 (0.525249) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:13 2021 Memory usage per processor = 27.5406 Mbytes Step Atoms AVEKE stressZZ 17865 5000 5.8445843e-11 6281394.3 17866 -0.0119599999999935 6281300.83351632 17866 5000 5.8441556e-11 6281300.8 Loop time of 0.0172381 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:13 2021 Pair time (%) = 0.0010581 (6.13814) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179801) Outpt time (%) = 0.0160561 (93.1427) Other time (%) = 9.29832e-05 (0.539404) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:13 2021 Memory usage per processor = 27.5406 Mbytes Step Atoms AVEKE stressZZ 17866 5000 5.8441556e-11 6281270.4 17867 -0.0119599999999935 6281176.92643003 17867 5000 5.8437269e-11 6281176.9 Loop time of 0.0166161 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:13 2021 Pair time (%) = 0.00108194 (6.51141) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192272) Outpt time (%) = 0.015409 (92.7353) Other time (%) = 9.32217e-05 (0.561032) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:13 2021 Memory usage per processor = 27.5406 Mbytes Step Atoms AVEKE stressZZ 17867 5000 5.8437269e-11 6281146.5 17868 -0.0119599999999935 6281053.02580107 17868 5000 5.8432982e-11 6281053 Loop time of 0.017148 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:13 2021 Pair time (%) = 0.00149417 (8.71336) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204382) Outpt time (%) = 0.0154619 (90.1674) Other time (%) = 0.000156879 (0.914855) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:13 2021 Memory usage per processor = 27.5406 Mbytes Step Atoms AVEKE stressZZ 17868 5000 5.8432982e-11 6281022.6 17869 -0.0119599999999935 6280929.13162861 17869 5000 5.8428696e-11 6280929.1 Loop time of 0.017292 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:13 2021 Pair time (%) = 0.00113893 (6.58642) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184756) Outpt time (%) = 0.016026 (92.6787) Other time (%) = 9.5129e-05 (0.550132) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:13 2021 Memory usage per processor = 27.5406 Mbytes Step Atoms AVEKE stressZZ 17869 5000 5.8428696e-11 6280898.7 17870 -0.0119599999999935 6280805.24391171 17870 5000 5.8424411e-11 6280805.2 Loop time of 0.019295 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:13 2021 Pair time (%) = 0.00106311 (5.50977) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.165577) Outpt time (%) = 0.0181081 (93.8489) Other time (%) = 9.17912e-05 (0.475726) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:13 2021 Memory usage per processor = 27.5406 Mbytes Step Atoms AVEKE stressZZ 17870 5000 5.8424411e-11 6280774.8 17871 -0.0119599999999935 6280681.36264962 17871 5000 5.8420126e-11 6280681.4 Loop time of 0.0166969 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:13 2021 Pair time (%) = 0.00111198 (6.65981) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.197053) Outpt time (%) = 0.0154071 (92.275) Other time (%) = 0.000144958 (0.868175) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:13 2021 Memory usage per processor = 27.5406 Mbytes Step Atoms AVEKE stressZZ 17871 5000 5.8420126e-11 6280650.9 17872 -0.0119599999999935 6280557.48784128 17872 5000 5.8415841e-11 6280557.5 Loop time of 0.0174658 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:13 2021 Pair time (%) = 0.00121808 (6.97408) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.268916) Outpt time (%) = 0.016062 (91.9625) Other time (%) = 0.00013876 (0.794463) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:13 2021 Memory usage per processor = 27.5406 Mbytes Step Atoms AVEKE stressZZ 17872 5000 5.8415841e-11 6280527 17873 -0.0119599999999935 6280433.61948603 17873 5000 5.8411557e-11 6280433.6 Loop time of 0.017123 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:13 2021 Pair time (%) = 0.00106907 (6.24347) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18658) Outpt time (%) = 0.0159299 (93.0325) Other time (%) = 9.20296e-05 (0.537462) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:13 2021 Memory usage per processor = 27.5406 Mbytes Step Atoms AVEKE stressZZ 17873 5000 5.8411557e-11 6280403.2 17874 -0.0119599999999935 6280309.75758289 17874 5000 5.8407273e-11 6280309.8 Loop time of 0.0169399 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:13 2021 Pair time (%) = 0.00105691 (6.23918) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188597) Outpt time (%) = 0.0156999 (92.6799) Other time (%) = 0.000151157 (0.892317) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:13 2021 Memory usage per processor = 27.5406 Mbytes Step Atoms AVEKE stressZZ 17874 5000 5.8407273e-11 6280279.3 17875 -0.0119599999999935 6280185.90213108 17875 5000 5.840299e-11 6280185.9 Loop time of 0.0166261 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:13 2021 Pair time (%) = 0.00115204 (6.92909) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.210798) Outpt time (%) = 0.0153201 (92.1445) Other time (%) = 0.000118971 (0.715566) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:13 2021 Memory usage per processor = 27.5406 Mbytes Step Atoms AVEKE stressZZ 17875 5000 5.840299e-11 6280155.5 17876 -0.0119599999999935 6280062.05312988 17876 5000 5.8398708e-11 6280062.1 Loop time of 0.01722 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:13 2021 Pair time (%) = 0.00118995 (6.91025) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192451) Outpt time (%) = 0.0158949 (92.3047) Other time (%) = 0.000102043 (0.592584) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:13 2021 Memory usage per processor = 27.5406 Mbytes Step Atoms AVEKE stressZZ 17876 5000 5.8398708e-11 6280031.6 17877 -0.0119599999999935 6279938.21057834 17877 5000 5.8394425e-11 6279938.2 Loop time of 0.0172801 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:13 2021 Pair time (%) = 0.00106001 (6.13428) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184884) Outpt time (%) = 0.0160952 (93.1427) Other time (%) = 9.29832e-05 (0.538094) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:13 2021 Memory usage per processor = 27.5406 Mbytes Step Atoms AVEKE stressZZ 17877 5000 5.8394425e-11 6279907.8 17878 -0.0119599999999935 6279814.37447576 17878 5000 5.8390144e-11 6279814.4 Loop time of 0.0165248 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:13 2021 Pair time (%) = 0.00106311 (6.43342) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.187563) Outpt time (%) = 0.015336 (92.8062) Other time (%) = 9.46522e-05 (0.572789) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:13 2021 Memory usage per processor = 27.5406 Mbytes Step Atoms AVEKE stressZZ 17878 5000 5.8390144e-11 6279783.9 17879 -0.0119599999999935 6279690.54482125 17879 5000 5.8385863e-11 6279690.5 Loop time of 0.0174549 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:13 2021 Pair time (%) = 0.00132895 (7.61361) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.199424) Outpt time (%) = 0.01594 (91.321) Other time (%) = 0.000151157 (0.86599) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:13 2021 Memory usage per processor = 27.5406 Mbytes Step Atoms AVEKE stressZZ 17879 5000 5.8385863e-11 6279660.1 17880 -0.0119599999999935 6279566.72161409 17880 5000 5.8381582e-11 6279566.7 Loop time of 0.0198069 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:13 2021 Pair time (%) = 0.00113106 (5.71043) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.156483) Outpt time (%) = 0.0185511 (93.66) Other time (%) = 9.36985e-05 (0.473061) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:13 2021 Memory usage per processor = 27.5406 Mbytes Step Atoms AVEKE stressZZ 17880 5000 5.8381582e-11 6279536.3 17881 -0.0119599999999935 6279442.90485344 17881 5000 5.8377302e-11 6279442.9 Loop time of 0.0173559 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:13 2021 Pair time (%) = 0.0010829 (6.23935) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.196439) Outpt time (%) = 0.016135 (92.9653) Other time (%) = 0.000103951 (0.598934) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:13 2021 Memory usage per processor = 27.5406 Mbytes Step Atoms AVEKE stressZZ 17881 5000 5.8377302e-11 6279412.5 17882 -0.0119599999999935 6279319.09453855 17882 5000 5.8373022e-11 6279319.1 Loop time of 0.0164909 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:13 2021 Pair time (%) = 0.0010879 (6.59698) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.20096) Outpt time (%) = 0.015276 (92.6324) Other time (%) = 9.39369e-05 (0.569628) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:13 2021 Memory usage per processor = 27.5406 Mbytes Step Atoms AVEKE stressZZ 17882 5000 5.8373022e-11 6279288.6 17883 -0.0119599999999935 6279195.29066871 17883 5000 5.8368743e-11 6279195.3 Loop time of 0.017271 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:13 2021 Pair time (%) = 0.00143814 (8.32689) Neigh time (%) = 0 (0) Comm time (%) = 4.3869e-05 (0.254003) Outpt time (%) = 0.0156109 (90.3879) Other time (%) = 0.000178099 (1.0312) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:13 2021 Memory usage per processor = 27.5406 Mbytes Step Atoms AVEKE stressZZ 17883 5000 5.8368743e-11 6279164.8 17884 -0.0119599999999935 6279071.49324302 17884 5000 5.8364464e-11 6279071.5 Loop time of 0.0165088 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:13 2021 Pair time (%) = 0.00105619 (6.39776) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193521) Outpt time (%) = 0.0153289 (92.8527) Other time (%) = 9.17912e-05 (0.556013) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:13 2021 Memory usage per processor = 27.5406 Mbytes Step Atoms AVEKE stressZZ 17884 5000 5.8364464e-11 6279041 17885 -0.0119599999999935 6278947.70226084 17885 5000 5.8360186e-11 6278947.7 Loop time of 0.0163891 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:13 2021 Pair time (%) = 0.00108814 (6.63941) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.200754) Outpt time (%) = 0.015177 (92.6041) Other time (%) = 9.10759e-05 (0.555709) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:13 2021 Memory usage per processor = 27.5406 Mbytes Step Atoms AVEKE stressZZ 17885 5000 5.8360186e-11 6278917.3 17886 -0.0119599999999935 6278823.91772129 17886 5000 5.8355908e-11 6278823.9 Loop time of 0.016552 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:13 2021 Pair time (%) = 0.0010581 (6.3926) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.187255) Outpt time (%) = 0.0153749 (92.8886) Other time (%) = 8.79765e-05 (0.531516) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:13 2021 Memory usage per processor = 27.5406 Mbytes Step Atoms AVEKE stressZZ 17886 5000 5.8355908e-11 6278793.5 17887 -0.0119599999999935 6278700.13962372 17887 5000 5.835163e-11 6278700.1 Loop time of 0.0163651 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:13 2021 Pair time (%) = 0.00106001 (6.47727) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.195221) Outpt time (%) = 0.0151851 (92.7899) Other time (%) = 8.79765e-05 (0.537587) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:13 2021 Memory usage per processor = 27.5406 Mbytes Step Atoms AVEKE stressZZ 17887 5000 5.835163e-11 6278669.7 17888 -0.0119599999999935 6278576.36796724 17888 5000 5.8347354e-11 6278576.4 Loop time of 0.017395 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:13 2021 Pair time (%) = 0.00127792 (7.34649) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.212445) Outpt time (%) = 0.0159521 (91.705) Other time (%) = 0.000128031 (0.73602) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:13 2021 Memory usage per processor = 27.5406 Mbytes Step Atoms AVEKE stressZZ 17888 5000 5.8347354e-11 6278545.9 17889 -0.0119599999999935 6278452.60275124 17889 5000 5.8343077e-11 6278452.6 Loop time of 0.0174139 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:13 2021 Pair time (%) = 0.0010581 (6.07621) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.264242) Outpt time (%) = 0.016202 (93.0407) Other time (%) = 0.000107765 (0.618847) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:13 2021 Memory usage per processor = 27.5406 Mbytes Step Atoms AVEKE stressZZ 17889 5000 5.8343077e-11 6278422.2 17890 -0.0119599999999935 6278328.84397484 17890 5000 5.8338801e-11 6278328.8 Loop time of 0.019408 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:13 2021 Pair time (%) = 0.00105596 (5.44083) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.165842) Outpt time (%) = 0.018225 (93.9044) Other time (%) = 9.48906e-05 (0.488925) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:13 2021 Memory usage per processor = 27.5406 Mbytes Step Atoms AVEKE stressZZ 17890 5000 5.8338801e-11 6278298.4 17891 -0.0119599999999935 6278205.09163741 17891 5000 5.8334526e-11 6278205.1 Loop time of 0.0167401 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:13 2021 Pair time (%) = 0.00110698 (6.61274) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190848) Outpt time (%) = 0.015507 (92.6338) Other time (%) = 9.41753e-05 (0.562574) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:13 2021 Memory usage per processor = 27.5406 Mbytes Step Atoms AVEKE stressZZ 17891 5000 5.8334526e-11 6278174.7 17892 -0.0119599999999935 6278081.34573809 17892 5000 5.8330251e-11 6278081.3 Loop time of 0.0173001 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:13 2021 Pair time (%) = 0.00148416 (8.57887) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.219123) Outpt time (%) = 0.0156448 (90.4316) Other time (%) = 0.000133276 (0.770376) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:13 2021 Memory usage per processor = 27.5406 Mbytes Step Atoms AVEKE stressZZ 17892 5000 5.8330251e-11 6278050.9 17893 -0.0119599999999935 6277957.60627618 17893 5000 5.8325977e-11 6277957.6 Loop time of 0.017364 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:13 2021 Pair time (%) = 0.00113511 (6.53714) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.178498) Outpt time (%) = 0.0160351 (92.3466) Other time (%) = 0.00016284 (0.9378) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:13 2021 Memory usage per processor = 27.5406 Mbytes Step Atoms AVEKE stressZZ 17893 5000 5.8325977e-11 6277927.2 17894 -0.0119599999999935 6277833.87325099 17894 5000 5.8321703e-11 6277833.9 Loop time of 0.016742 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:13 2021 Pair time (%) = 0.00105906 (6.32574) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.18513) Outpt time (%) = 0.015558 (92.928) Other time (%) = 9.39369e-05 (0.561086) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:13 2021 Memory usage per processor = 27.5406 Mbytes Step Atoms AVEKE stressZZ 17894 5000 5.8321703e-11 6277803.4 17895 -0.0119599999999935 6277710.14666171 17895 5000 5.8317429e-11 6277710.1 Loop time of 0.016695 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:13 2021 Pair time (%) = 0.001194 (7.15183) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.204216) Outpt time (%) = 0.015362 (92.0156) Other time (%) = 0.000104904 (0.628356) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:13 2021 Memory usage per processor = 27.5406 Mbytes Step Atoms AVEKE stressZZ 17895 5000 5.8317429e-11 6277679.7 17896 -0.0119599999999935 6277586.42650764 17896 5000 5.8313157e-11 6277586.4 Loop time of 0.0174229 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:13 2021 Pair time (%) = 0.00127697 (7.32926) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183368) Outpt time (%) = 0.0159709 (91.6663) Other time (%) = 0.000143051 (0.821052) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:13 2021 Memory usage per processor = 27.5406 Mbytes Step Atoms AVEKE stressZZ 17896 5000 5.8313157e-11 6277556 17897 -0.0119599999999935 6277462.71278809 17897 5000 5.8308884e-11 6277462.7 Loop time of 0.017333 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:13 2021 Pair time (%) = 0.0010581 (6.10454) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184319) Outpt time (%) = 0.01615 (93.1747) Other time (%) = 9.29832e-05 (0.536451) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:13 2021 Memory usage per processor = 27.5406 Mbytes Step Atoms AVEKE stressZZ 17897 5000 5.8308884e-11 6277432.3 17898 -0.0119599999999935 6277339.00550216 17898 5000 5.8304612e-11 6277339 Loop time of 0.0169671 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:13 2021 Pair time (%) = 0.00114107 (6.72522) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206562) Outpt time (%) = 0.0156751 (92.3853) Other time (%) = 0.000115871 (0.68292) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:13 2021 Memory usage per processor = 27.5406 Mbytes Step Atoms AVEKE stressZZ 17898 5000 5.8304612e-11 6277308.6 17899 -0.0119599999999935 6277215.3046493 17899 5000 5.8300341e-11 6277215.3 Loop time of 0.0169709 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:13 2021 Pair time (%) = 0.00131202 (7.731) Neigh time (%) = 0 (0) Comm time (%) = 4.19617e-05 (0.247257) Outpt time (%) = 0.0154741 (91.1802) Other time (%) = 0.000142813 (0.841517) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:13 2021 Memory usage per processor = 27.5406 Mbytes Step Atoms AVEKE stressZZ 17899 5000 5.8300341e-11 6277184.9 17900 -0.0119599999999935 6277091.61022871 17900 5000 5.829607e-11 6277091.6 Loop time of 0.019398 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:13 2021 Pair time (%) = 0.00106692 (5.50018) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.165927) Outpt time (%) = 0.0182071 (93.8607) Other time (%) = 9.17912e-05 (0.4732) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:13 2021 Memory usage per processor = 27.5406 Mbytes Step Atoms AVEKE stressZZ 17900 5000 5.829607e-11 6277061.2 17901 -0.0119599999999935 6276967.92223969 17901 5000 5.8291799e-11 6276967.9 Loop time of 0.017278 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:13 2021 Pair time (%) = 0.00110102 (6.37238) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184907) Outpt time (%) = 0.016052 (92.9046) Other time (%) = 9.29832e-05 (0.538161) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:13 2021 Memory usage per processor = 27.5406 Mbytes Step Atoms AVEKE stressZZ 17901 5000 5.8291799e-11 6276937.5 17902 -0.0119599999999935 6276844.2406814 17902 5000 5.8287529e-11 6276844.2 Loop time of 0.0165012 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:13 2021 Pair time (%) = 0.00106692 (6.46574) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.187831) Outpt time (%) = 0.0153069 (92.7627) Other time (%) = 9.63211e-05 (0.583722) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:13 2021 Memory usage per processor = 27.5406 Mbytes Step Atoms AVEKE stressZZ 17902 5000 5.8287529e-11 6276813.8 17903 -0.0119599999999935 6276720.56555328 17903 5000 5.8283259e-11 6276720.6 Loop time of 0.0170751 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:13 2021 Pair time (%) = 0.00132608 (7.7662) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.210841) Outpt time (%) = 0.015594 (91.3262) Other time (%) = 0.000118971 (0.696752) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:13 2021 Memory usage per processor = 27.5406 Mbytes Step Atoms AVEKE stressZZ 17903 5000 5.8283259e-11 6276690.1 17904 -0.0119599999999935 6276596.89685455 17904 5000 5.827899e-11 6276596.9 Loop time of 0.0172489 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:13 2021 Pair time (%) = 0.001122 (6.50476) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.232214) Outpt time (%) = 0.0159481 (92.4586) Other time (%) = 0.00013876 (0.804456) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:13 2021 Memory usage per processor = 27.5406 Mbytes Step Atoms AVEKE stressZZ 17904 5000 5.827899e-11 6276566.5 17905 -0.0119599999999935 6276473.23458446 17905 5000 5.8274722e-11 6276473.2 Loop time of 0.017036 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:13 2021 Pair time (%) = 0.00106096 (6.22778) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.194531) Outpt time (%) = 0.015851 (93.0445) Other time (%) = 9.08375e-05 (0.53321) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:13 2021 Memory usage per processor = 27.5406 Mbytes Step Atoms AVEKE stressZZ 17905 5000 5.8274722e-11 6276442.8 17906 -0.0119599999999935 6276349.57874229 17906 5000 5.8270454e-11 6276349.6 Loop time of 0.0166299 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:14 2021 Pair time (%) = 0.00111485 (6.70385) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.197847) Outpt time (%) = 0.015337 (92.2252) Other time (%) = 0.000145197 (0.873106) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:14 2021 Memory usage per processor = 27.5406 Mbytes Step Atoms AVEKE stressZZ 17906 5000 5.8270454e-11 6276319.1 17907 -0.0119599999999935 6276225.92932734 17907 5000 5.8266186e-11 6276225.9 Loop time of 0.0173731 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:14 2021 Pair time (%) = 0.00110197 (6.34298) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189384) Outpt time (%) = 0.01614 (92.9022) Other time (%) = 9.82285e-05 (0.565406) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:14 2021 Memory usage per processor = 27.5406 Mbytes Step Atoms AVEKE stressZZ 17907 5000 5.8266186e-11 6276195.5 17908 -0.0119599999999935 6276102.28633895 17908 5000 5.8261919e-11 6276102.3 Loop time of 0.0173891 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:14 2021 Pair time (%) = 0.00106907 (6.14794) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183725) Outpt time (%) = 0.0161948 (93.1322) Other time (%) = 9.32217e-05 (0.536094) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:14 2021 Memory usage per processor = 27.5406 Mbytes Step Atoms AVEKE stressZZ 17908 5000 5.8261919e-11 6276071.9 17909 -0.0119599999999935 6275978.64977628 17909 5000 5.8257652e-11 6275978.6 Loop time of 0.0164862 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:14 2021 Pair time (%) = 0.00106192 (6.44126) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193787) Outpt time (%) = 0.0153029 (92.8226) Other time (%) = 8.9407e-05 (0.542315) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:14 2021 Memory usage per processor = 27.5406 Mbytes Step Atoms AVEKE stressZZ 17909 5000 5.8257652e-11 6275948.2 17910 -0.0119599999999935 6275855.01963868 17910 5000 5.8253386e-11 6275855 Loop time of 0.0193651 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:14 2021 Pair time (%) = 0.00131321 (6.78133) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.211763) Outpt time (%) = 0.0178771 (92.3162) Other time (%) = 0.000133753 (0.690691) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:14 2021 Memory usage per processor = 27.5406 Mbytes Step Atoms AVEKE stressZZ 17910 5000 5.8253386e-11 6275824.6 17911 -0.0119599999999935 6275731.39592548 17911 5000 5.824912e-11 6275731.4 Loop time of 0.017303 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:14 2021 Pair time (%) = 0.00113702 (6.57122) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190151) Outpt time (%) = 0.0160329 (92.6599) Other time (%) = 0.000100136 (0.57872) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:14 2021 Memory usage per processor = 27.5406 Mbytes Step Atoms AVEKE stressZZ 17911 5000 5.824912e-11 6275701 17912 -0.0119599999999935 6275607.77863591 17912 5000 5.8244855e-11 6275607.8 Loop time of 0.0173521 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:14 2021 Pair time (%) = 0.00113606 (6.54713) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184117) Outpt time (%) = 0.0160902 (92.7274) Other time (%) = 9.39369e-05 (0.541358) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:14 2021 Memory usage per processor = 27.5406 Mbytes Step Atoms AVEKE stressZZ 17912 5000 5.8244855e-11 6275577.4 17913 -0.0119599999999935 6275484.1677693 17913 5000 5.824059e-11 6275484.2 Loop time of 0.0164731 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:14 2021 Pair time (%) = 0.00105977 (6.43336) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193941) Outpt time (%) = 0.0152462 (92.5521) Other time (%) = 0.000135183 (0.820633) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:14 2021 Memory usage per processor = 27.5406 Mbytes Step Atoms AVEKE stressZZ 17913 5000 5.824059e-11 6275453.7 17914 -0.0119599999999935 6275360.56332493 17914 5000 5.8236326e-11 6275360.6 Loop time of 0.017046 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:14 2021 Pair time (%) = 0.00134683 (7.90114) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.234978) Outpt time (%) = 0.0154798 (90.8121) Other time (%) = 0.000179291 (1.05181) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:14 2021 Memory usage per processor = 27.5406 Mbytes Step Atoms AVEKE stressZZ 17914 5000 5.8236326e-11 6275330.1 17915 -0.0119599999999935 6275236.96530205 17915 5000 5.8232062e-11 6275237 Loop time of 0.017359 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:14 2021 Pair time (%) = 0.0010581 (6.0954) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.178549) Outpt time (%) = 0.0161769 (93.1904) Other time (%) = 9.29832e-05 (0.535648) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:14 2021 Memory usage per processor = 27.5406 Mbytes Step Atoms AVEKE stressZZ 17915 5000 5.8232062e-11 6275206.5 17916 -0.0119599999999935 6275113.37370008 17916 5000 5.8227799e-11 6275113.4 Loop time of 0.01689 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:14 2021 Pair time (%) = 0.00110483 (6.54132) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.190565) Outpt time (%) = 0.0156651 (92.7472) Other time (%) = 8.79765e-05 (0.520877) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:14 2021 Memory usage per processor = 27.5406 Mbytes Step Atoms AVEKE stressZZ 17916 5000 5.8227799e-11 6275083 17917 -0.0119599999999935 6274989.7885181 17917 5000 5.8223536e-11 6274989.8 Loop time of 0.0166428 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:14 2021 Pair time (%) = 0.00114703 (6.89206) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.203424) Outpt time (%) = 0.0153608 (92.2971) Other time (%) = 0.000101089 (0.607406) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:25:14 2021 Memory usage per processor = 27.5406 Mbytes Step Atoms AVEKE stressZZ 17917 5000 5.8223536e-11 6274959.4 17918 -0.0119599999999935 6274847.66649263 17918 5000 1.149541e-10 6275054.1 Loop time of 0.016803 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:14 2021 Pair time (%) = 0.00119877 (7.13424) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.214254) Outpt time (%) = 0.015389 (91.5845) Other time (%) = 0.000179291 (1.06701) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28354 ave 28354 max 28354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28354 Ave neighs/atom = 5.6708 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:14 2021 Memory usage per processor = 27.5406 Mbytes Step Atoms AVEKE stressZZ 17918 5000 1.149541e-10 6334770.6 17919 -0.0119924999999935 6334647.37729078 17919 5000 9.2529087e-11 6334647.4 Loop time of 0.017153 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:14 2021 Pair time (%) = 0.0010581 (6.1686) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186253) Outpt time (%) = 0.015969 (93.0975) Other time (%) = 9.39369e-05 (0.547641) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28355 ave 28355 max 28355 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28355 Ave neighs/atom = 5.671 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:14 2021 Memory usage per processor = 27.5406 Mbytes Step Atoms AVEKE stressZZ 17919 5000 9.2529087e-11 6334606.3 17920 -0.0119924999999935 6334493.71448427 17920 5000 7.9540025e-11 6334493.7 Loop time of 0.0190828 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:14 2021 Pair time (%) = 0.00106001 (5.55479) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.167418) Outpt time (%) = 0.0179019 (93.8118) Other time (%) = 8.89301e-05 (0.466023) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28355 ave 28355 max 28355 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28355 Ave neighs/atom = 5.671 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:14 2021 Memory usage per processor = 27.5407 Mbytes Step Atoms AVEKE stressZZ 17920 5000 7.9540025e-11 6334456.4 17921 -0.0119924999999935 6334350.4798841 17921 5000 7.1794259e-11 6334350.5 Loop time of 0.0165448 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:14 2021 Pair time (%) = 0.00114107 (6.89685) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.20607) Outpt time (%) = 0.0152099 (91.9316) Other time (%) = 0.00015974 (0.965501) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28355 ave 28355 max 28355 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28355 Ave neighs/atom = 5.671 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:14 2021 Memory usage per processor = 27.5407 Mbytes Step Atoms AVEKE stressZZ 17921 5000 7.1794259e-11 6334315.5 17922 -0.0119924999999935 6334213.87489305 17922 5000 6.7076375e-11 6334213.9 Loop time of 0.017529 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:14 2021 Pair time (%) = 0.001122 (6.40081) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182258) Outpt time (%) = 0.0162721 (92.8294) Other time (%) = 0.000102997 (0.587579) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28355 ave 28355 max 28355 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28355 Ave neighs/atom = 5.671 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:14 2021 Memory usage per processor = 27.5407 Mbytes Step Atoms AVEKE stressZZ 17922 5000 6.7076375e-11 6334180.4 17923 -0.0119924999999935 6334081.48546008 17923 5000 6.4159835e-11 6334081.5 Loop time of 0.0169792 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:14 2021 Pair time (%) = 0.00111103 (6.54347) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18816) Outpt time (%) = 0.0157418 (92.7123) Other time (%) = 9.44138e-05 (0.556055) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28355 ave 28355 max 28355 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28355 Ave neighs/atom = 5.671 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:14 2021 Memory usage per processor = 27.5407 Mbytes Step Atoms AVEKE stressZZ 17923 5000 6.4159835e-11 6334049 17924 -0.0119924999999935 6333951.77744342 17924 5000 6.2338418e-11 6333951.8 Loop time of 0.0171309 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:14 2021 Pair time (%) = 0.00116992 (6.82932) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204587) Outpt time (%) = 0.0158188 (92.3412) Other time (%) = 0.00010705 (0.624896) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28355 ave 28355 max 28355 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28355 Ave neighs/atom = 5.671 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:14 2021 Memory usage per processor = 27.5407 Mbytes Step Atoms AVEKE stressZZ 17924 5000 6.2338418e-11 6333919.9 17925 -0.0119924999999935 6333823.77588015 17925 5000 6.1192906e-11 6333823.8 Loop time of 0.0168788 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:14 2021 Pair time (%) = 0.00117707 (6.97366) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.206229) Outpt time (%) = 0.015563 (92.2043) Other time (%) = 0.000103951 (0.615863) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28355 ave 28355 max 28355 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28355 Ave neighs/atom = 5.671 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:14 2021 Memory usage per processor = 27.5407 Mbytes Step Atoms AVEKE stressZZ 17925 5000 6.1192906e-11 6333792.3 17926 -0.0119924999999935 6333696.86116785 17926 5000 6.0468836e-11 6333696.9 Loop time of 0.017508 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:14 2021 Pair time (%) = 0.00121689 (6.95046) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.183839) Outpt time (%) = 0.0161629 (92.3169) Other time (%) = 9.60827e-05 (0.548792) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28355 ave 28355 max 28355 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28355 Ave neighs/atom = 5.671 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:14 2021 Memory usage per processor = 27.5407 Mbytes Step Atoms AVEKE stressZZ 17926 5000 6.0468836e-11 6333665.6 17927 -0.0119924999999935 6333570.6395417 17927 5000 6.000932e-11 6333570.6 Loop time of 0.0172799 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:14 2021 Pair time (%) = 0.00106215 (6.14678) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184886) Outpt time (%) = 0.0160639 (92.9633) Other time (%) = 0.000121832 (0.705051) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28355 ave 28355 max 28355 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28355 Ave neighs/atom = 5.671 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:14 2021 Memory usage per processor = 27.5407 Mbytes Step Atoms AVEKE stressZZ 17927 5000 6.000932e-11 6333539.6 17928 -0.0119924999999935 6333444.8607595 17928 5000 5.9716609e-11 6333444.9 Loop time of 0.016608 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:14 2021 Pair time (%) = 0.00109887 (6.61652) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192366) Outpt time (%) = 0.015383 (92.6241) Other time (%) = 9.41753e-05 (0.567048) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28355 ave 28355 max 28355 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28355 Ave neighs/atom = 5.671 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:14 2021 Memory usage per processor = 27.5407 Mbytes Step Atoms AVEKE stressZZ 17928 5000 5.9716609e-11 6333413.9 17929 -0.0119924999999935 6333319.36578879 17929 5000 5.9529369e-11 6333319.4 Loop time of 0.0166271 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:14 2021 Pair time (%) = 0.00109196 (6.56734) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.186409) Outpt time (%) = 0.015415 (92.71) Other time (%) = 8.91685e-05 (0.536285) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28355 ave 28355 max 28355 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28355 Ave neighs/atom = 5.671 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:14 2021 Memory usage per processor = 27.5407 Mbytes Step Atoms AVEKE stressZZ 17929 5000 5.9529369e-11 6333288.4 17930 -0.0119924999999935 6333194.05356231 17930 5000 5.9408939e-11 6333194.1 Loop time of 0.0188868 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:14 2021 Pair time (%) = 0.00105786 (5.60107) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.170418) Outpt time (%) = 0.017709 (93.764) Other time (%) = 8.7738e-05 (0.464547) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28355 ave 28355 max 28355 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28355 Ave neighs/atom = 5.671 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:14 2021 Memory usage per processor = 27.5407 Mbytes Step Atoms AVEKE stressZZ 17930 5000 5.9408939e-11 6333163.2 17931 -0.0119924999999935 6333068.85985029 17931 5000 5.933088e-11 6333068.9 Loop time of 0.0171568 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:14 2021 Pair time (%) = 0.00106406 (6.20197) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186212) Outpt time (%) = 0.015969 (93.0768) Other time (%) = 9.17912e-05 (0.535012) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28355 ave 28355 max 28355 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28355 Ave neighs/atom = 5.671 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:14 2021 Memory usage per processor = 27.5407 Mbytes Step Atoms AVEKE stressZZ 17931 5000 5.933088e-11 6333038 17932 -0.0119924999999935 6332943.74383346 17932 5000 5.9279714e-11 6332943.7 Loop time of 0.017025 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:14 2021 Pair time (%) = 0.00120711 (7.09024) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.194656) Outpt time (%) = 0.015681 (92.1059) Other time (%) = 0.000103712 (0.609175) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28355 ave 28355 max 28355 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28355 Ave neighs/atom = 5.671 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:14 2021 Memory usage per processor = 27.5407 Mbytes Step Atoms AVEKE stressZZ 17932 5000 5.9279714e-11 6332912.9 17933 -0.0119924999999935 6332818.67957542 17933 5000 5.9245623e-11 6332818.7 Loop time of 0.0172939 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:14 2021 Pair time (%) = 0.00114799 (6.63808) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184736) Outpt time (%) = 0.0160122 (92.5885) Other time (%) = 0.000101805 (0.588673) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28355 ave 28355 max 28355 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28355 Ave neighs/atom = 5.671 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:14 2021 Memory usage per processor = 27.5407 Mbytes Step Atoms AVEKE stressZZ 17933 5000 5.9245623e-11 6332787.9 17934 -0.0119924999999935 6332693.65058836 17934 5000 5.9222378e-11 6332693.7 Loop time of 0.0171251 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:14 2021 Pair time (%) = 0.00106096 (6.19536) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.187949) Outpt time (%) = 0.01594 (93.0793) Other time (%) = 9.20296e-05 (0.537395) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28355 ave 28355 max 28355 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28355 Ave neighs/atom = 5.671 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:14 2021 Memory usage per processor = 27.5407 Mbytes Step Atoms AVEKE stressZZ 17934 5000 5.9222378e-11 6332662.8 17935 -0.0119924999999935 6332568.64639323 17935 5000 5.9206024e-11 6332568.6 Loop time of 0.016526 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:14 2021 Pair time (%) = 0.00107098 (6.48056) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.19332) Outpt time (%) = 0.0152979 (92.5687) Other time (%) = 0.00012517 (0.757412) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28355 ave 28355 max 28355 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28355 Ave neighs/atom = 5.671 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:14 2021 Memory usage per processor = 27.5407 Mbytes Step Atoms AVEKE stressZZ 17935 5000 5.9206024e-11 6332537.8 17936 -0.0119924999999935 6332443.66033075 17936 5000 5.9194047e-11 6332443.7 Loop time of 0.0167959 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:14 2021 Pair time (%) = 0.00127602 (7.5972) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.214346) Outpt time (%) = 0.015368 (91.4986) Other time (%) = 0.000115871 (0.68988) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28356 ave 28356 max 28356 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28356 Ave neighs/atom = 5.6712 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:14 2021 Memory usage per processor = 27.5407 Mbytes Step Atoms AVEKE stressZZ 17936 5000 5.9194047e-11 6332412.9 17937 -0.0119924999999935 6332318.68816829 17937 5000 5.9184853e-11 6332318.7 Loop time of 0.017277 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:14 2021 Pair time (%) = 0.00118494 (6.85848) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197337) Outpt time (%) = 0.0159578 (92.3646) Other time (%) = 0.000100136 (0.57959) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28356 ave 28356 max 28356 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28356 Ave neighs/atom = 5.6712 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:14 2021 Memory usage per processor = 27.5407 Mbytes Step Atoms AVEKE stressZZ 17937 5000 5.9184853e-11 6332287.9 17938 -0.0119924999999935 6332193.72721589 17938 5000 5.9177427e-11 6332193.7 Loop time of 0.016844 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:14 2021 Pair time (%) = 0.00107098 (6.35819) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18967) Outpt time (%) = 0.0156469 (92.893) Other time (%) = 9.41753e-05 (0.559102) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28356 ave 28356 max 28356 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28356 Ave neighs/atom = 5.6712 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:14 2021 Memory usage per processor = 27.5407 Mbytes Step Atoms AVEKE stressZZ 17938 5000 5.9177427e-11 6332162.9 17939 -0.0119924999999935 6332068.77576339 17939 5000 5.9171125e-11 6332068.8 Loop time of 0.0166981 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:14 2021 Pair time (%) = 0.00107384 (6.43089) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.197039) Outpt time (%) = 0.015444 (92.4897) Other time (%) = 0.000147343 (0.882391) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28356 ave 28356 max 28356 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28356 Ave neighs/atom = 5.6712 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:14 2021 Memory usage per processor = 27.5407 Mbytes Step Atoms AVEKE stressZZ 17939 5000 5.9171125e-11 6332038 17940 -0.0119924999999935 6331943.8327238 17940 5000 5.9165537e-11 6331943.8 Loop time of 0.019428 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:14 2021 Pair time (%) = 0.00110507 (5.68802) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.170579) Outpt time (%) = 0.0181901 (93.6284) Other time (%) = 9.9659e-05 (0.512965) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28356 ave 28356 max 28356 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28356 Ave neighs/atom = 5.6712 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:14 2021 Memory usage per processor = 27.5407 Mbytes Step Atoms AVEKE stressZZ 17940 5000 5.9165537e-11 6331913 17941 -0.0119924999999935 6331818.89740602 17941 5000 5.9160403e-11 6331818.9 Loop time of 0.017256 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:14 2021 Pair time (%) = 0.00106001 (6.14284) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179615) Outpt time (%) = 0.0160711 (93.1332) Other time (%) = 9.39369e-05 (0.544372) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28356 ave 28356 max 28356 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28356 Ave neighs/atom = 5.6712 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:14 2021 Memory usage per processor = 27.5407 Mbytes Step Atoms AVEKE stressZZ 17941 5000 5.9160403e-11 6331788.1 17942 -0.0119924999999935 6331693.96937037 17942 5000 5.9155557e-11 6331694 Loop time of 0.016928 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:14 2021 Pair time (%) = 0.00106096 (6.26752) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18873) Outpt time (%) = 0.015743 (93.0001) Other time (%) = 9.20296e-05 (0.543654) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28356 ave 28356 max 28356 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28356 Ave neighs/atom = 5.6712 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:14 2021 Memory usage per processor = 27.5407 Mbytes Step Atoms AVEKE stressZZ 17942 5000 5.9155557e-11 6331663.2 17943 -0.0119924999999935 6331569.04833712 17943 5000 5.9150896e-11 6331569 Loop time of 0.016547 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:14 2021 Pair time (%) = 0.00113916 (6.88443) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.206043) Outpt time (%) = 0.0152731 (92.3015) Other time (%) = 0.000100613 (0.608043) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28356 ave 28356 max 28356 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28356 Ave neighs/atom = 5.6712 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:14 2021 Memory usage per processor = 27.5407 Mbytes Step Atoms AVEKE stressZZ 17943 5000 5.9150896e-11 6331538.2 17944 -0.0119924999999935 6331444.13412863 17944 5000 5.9146351e-11 6331444.1 Loop time of 0.0175631 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:14 2021 Pair time (%) = 0.00111794 (6.3653) Neigh time (%) = 0 (0) Comm time (%) = 8.01086e-05 (0.456119) Outpt time (%) = 0.0162251 (92.3817) Other time (%) = 0.000139952 (0.796851) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28356 ave 28356 max 28356 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28356 Ave neighs/atom = 5.6712 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:14 2021 Memory usage per processor = 27.5407 Mbytes Step Atoms AVEKE stressZZ 17944 5000 5.9146351e-11 6331413.3 17945 -0.0119924999999935 6331319.22663119 17945 5000 5.9141881e-11 6331319.2 Loop time of 0.0172679 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:14 2021 Pair time (%) = 0.00106096 (6.14412) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185014) Outpt time (%) = 0.016084 (93.1434) Other time (%) = 9.10759e-05 (0.527428) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28356 ave 28356 max 28356 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28356 Ave neighs/atom = 5.6712 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:14 2021 Memory usage per processor = 27.5407 Mbytes Step Atoms AVEKE stressZZ 17945 5000 5.9141881e-11 6331288.4 17946 -0.0119924999999935 6331194.32577237 17946 5000 5.9137458e-11 6331194.3 Loop time of 0.0165079 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:14 2021 Pair time (%) = 0.00106406 (6.44579) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193533) Outpt time (%) = 0.0153189 (92.7974) Other time (%) = 9.29832e-05 (0.563266) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28356 ave 28356 max 28356 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28356 Ave neighs/atom = 5.6712 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:14 2021 Memory usage per processor = 27.5407 Mbytes Step Atoms AVEKE stressZZ 17946 5000 5.9137458e-11 6331163.5 17947 -0.0119924999999935 6331069.43150571 17947 5000 5.9133066e-11 6331069.4 Loop time of 0.0176711 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:14 2021 Pair time (%) = 0.00162411 (9.19075) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.209126) Outpt time (%) = 0.0157802 (89.2995) Other time (%) = 0.000229836 (1.30063) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28356 ave 28356 max 28356 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28356 Ave neighs/atom = 5.6712 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:14 2021 Memory usage per processor = 27.5407 Mbytes Step Atoms AVEKE stressZZ 17947 5000 5.9133066e-11 6331038.6 17948 -0.0119924999999935 6330944.54380141 17948 5000 5.9128693e-11 6330944.5 Loop time of 0.017319 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:14 2021 Pair time (%) = 0.00112081 (6.47155) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184469) Outpt time (%) = 0.0160739 (92.8112) Other time (%) = 9.2268e-05 (0.532757) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28356 ave 28356 max 28356 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28356 Ave neighs/atom = 5.6712 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:14 2021 Memory usage per processor = 27.5407 Mbytes Step Atoms AVEKE stressZZ 17948 5000 5.9128693e-11 6330913.7 17949 -0.0119924999999935 6330819.66264039 17949 5000 5.9124333e-11 6330819.7 Loop time of 0.0173209 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:15 2021 Pair time (%) = 0.00118518 (6.84249) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.178943) Outpt time (%) = 0.01601 (92.4321) Other time (%) = 9.46522e-05 (0.546463) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28356 ave 28356 max 28356 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28356 Ave neighs/atom = 5.6712 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:15 2021 Memory usage per processor = 27.5407 Mbytes Step Atoms AVEKE stressZZ 17949 5000 5.9124333e-11 6330788.9 17950 -0.0119924999999935 6330694.78801007 17950 5000 5.9119981e-11 6330694.8 Loop time of 0.0190101 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:15 2021 Pair time (%) = 0.0010922 (5.74535) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.173075) Outpt time (%) = 0.017755 (93.398) Other time (%) = 0.000129938 (0.683523) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28356 ave 28356 max 28356 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28356 Ave neighs/atom = 5.6712 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:15 2021 Memory usage per processor = 27.5407 Mbytes Step Atoms AVEKE stressZZ 17950 5000 5.9119981e-11 6330664 17951 -0.0119924999999935 6330569.91990213 17951 5000 5.9115634e-11 6330569.9 Loop time of 0.0172019 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:15 2021 Pair time (%) = 0.00128388 (7.46362) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.21483) Outpt time (%) = 0.0157359 (91.4775) Other time (%) = 0.000145197 (0.844075) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28356 ave 28356 max 28356 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28356 Ave neighs/atom = 5.6712 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:15 2021 Memory usage per processor = 27.5407 Mbytes Step Atoms AVEKE stressZZ 17951 5000 5.9115634e-11 6330539.1 17952 -0.0119924999999935 6330445.05831118 17952 5000 5.9111291e-11 6330445.1 Loop time of 0.017457 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:15 2021 Pair time (%) = 0.0010581 (6.06119) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18301) Outpt time (%) = 0.0162752 (93.23) Other time (%) = 9.17912e-05 (0.525813) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28356 ave 28356 max 28356 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28356 Ave neighs/atom = 5.6712 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:15 2021 Memory usage per processor = 27.5407 Mbytes Step Atoms AVEKE stressZZ 17952 5000 5.9111291e-11 6330414.3 17953 -0.0119924999999935 6330320.20323334 17953 5000 5.910695e-11 6330320.2 Loop time of 0.0169759 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:15 2021 Pair time (%) = 0.00106096 (6.24982) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188197) Outpt time (%) = 0.015789 (93.0086) Other time (%) = 9.39369e-05 (0.553355) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28356 ave 28356 max 28356 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28356 Ave neighs/atom = 5.6712 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:15 2021 Memory usage per processor = 27.5407 Mbytes Step Atoms AVEKE stressZZ 17953 5000 5.910695e-11 6330289.4 17954 -0.0119924999999935 6330195.35466584 17954 5000 5.9102611e-11 6330195.4 Loop time of 0.0168872 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:15 2021 Pair time (%) = 0.00106382 (6.29959) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.194833) Outpt time (%) = 0.015661 (92.739) Other time (%) = 0.000129461 (0.766624) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28356 ave 28356 max 28356 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28356 Ave neighs/atom = 5.6712 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:15 2021 Memory usage per processor = 27.5407 Mbytes Step Atoms AVEKE stressZZ 17954 5000 5.9102611e-11 6330164.6 17955 -0.0119924999999935 6330070.51260672 17955 5000 5.9098273e-11 6330070.5 Loop time of 0.0173609 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:15 2021 Pair time (%) = 0.00116801 (6.72782) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.185396) Outpt time (%) = 0.016057 (92.4894) Other time (%) = 0.000103712 (0.597388) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28356 ave 28356 max 28356 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28356 Ave neighs/atom = 5.6712 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:15 2021 Memory usage per processor = 27.5407 Mbytes Step Atoms AVEKE stressZZ 17955 5000 5.9098273e-11 6330039.7 17956 -0.0119924999999935 6329945.67705442 17956 5000 5.9093936e-11 6329945.7 Loop time of 0.017288 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:15 2021 Pair time (%) = 0.00105691 (6.11356) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.1848) Outpt time (%) = 0.0161049 (93.1569) Other time (%) = 9.41753e-05 (0.544745) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28356 ave 28356 max 28356 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28356 Ave neighs/atom = 5.6712 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:15 2021 Memory usage per processor = 27.5407 Mbytes Step Atoms AVEKE stressZZ 17956 5000 5.9093936e-11 6329914.9 17957 -0.0119924999999935 6329820.84800759 17957 5000 5.9089601e-11 6329820.8 Loop time of 0.0165689 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:15 2021 Pair time (%) = 0.00106096 (6.40334) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.19282) Outpt time (%) = 0.015383 (92.8427) Other time (%) = 9.29832e-05 (0.561191) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28356 ave 28356 max 28356 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28356 Ave neighs/atom = 5.6712 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:15 2021 Memory usage per processor = 27.5407 Mbytes Step Atoms AVEKE stressZZ 17957 5000 5.9089601e-11 6329790.1 17958 -0.0119924999999935 6329696.02546531 17958 5000 5.9085265e-11 6329696 Loop time of 0.0168099 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:15 2021 Pair time (%) = 0.00121903 (7.25187) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.219839) Outpt time (%) = 0.0154381 (91.839) Other time (%) = 0.000115871 (0.689303) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28356 ave 28356 max 28356 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28356 Ave neighs/atom = 5.6712 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:15 2021 Memory usage per processor = 27.5407 Mbytes Step Atoms AVEKE stressZZ 17958 5000 5.9085265e-11 6329665.2 17959 -0.0119924999999935 6329571.20942634 17959 5000 5.9080931e-11 6329571.2 Loop time of 0.0174201 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:15 2021 Pair time (%) = 0.00106478 (6.11237) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.177924) Outpt time (%) = 0.0162311 (93.1746) Other time (%) = 9.32217e-05 (0.53514) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28356 ave 28356 max 28356 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28356 Ave neighs/atom = 5.6712 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:15 2021 Memory usage per processor = 27.5407 Mbytes Step Atoms AVEKE stressZZ 17959 5000 5.9080931e-11 6329540.4 17960 -0.0119924999999935 6329446.39991045 17960 5000 5.9076597e-11 6329446.4 Loop time of 0.0197971 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:15 2021 Pair time (%) = 0.00106096 (5.35919) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.15656) Outpt time (%) = 0.0186119 (94.0134) Other time (%) = 9.32217e-05 (0.470886) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28356 ave 28356 max 28356 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28356 Ave neighs/atom = 5.6712 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:15 2021 Memory usage per processor = 27.5407 Mbytes Step Atoms AVEKE stressZZ 17960 5000 5.9076597e-11 6329415.6 17961 -0.0119924999999935 6329321.5969338 17961 5000 5.9072263e-11 6329321.6 Loop time of 0.01683 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:15 2021 Pair time (%) = 0.00106001 (6.29834) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.189829) Outpt time (%) = 0.0156441 (92.9537) Other time (%) = 9.39369e-05 (0.558153) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28356 ave 28356 max 28356 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28356 Ave neighs/atom = 5.6712 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:15 2021 Memory usage per processor = 27.5407 Mbytes Step Atoms AVEKE stressZZ 17961 5000 5.9072263e-11 6329290.8 17962 -0.0119924999999935 6329196.80047903 17962 5000 5.906793e-11 6329196.8 Loop time of 0.0168879 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:15 2021 Pair time (%) = 0.00121689 (7.20568) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.213177) Outpt time (%) = 0.0155079 (91.8287) Other time (%) = 0.000127077 (0.752474) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28356 ave 28356 max 28356 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28356 Ave neighs/atom = 5.6712 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:15 2021 Memory usage per processor = 27.5407 Mbytes Step Atoms AVEKE stressZZ 17962 5000 5.906793e-11 6329166 17963 -0.0119924999999935 6329072.0105408 17963 5000 5.9063598e-11 6329072 Loop time of 0.0170889 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:15 2021 Pair time (%) = 0.00110102 (6.44288) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192533) Outpt time (%) = 0.0158589 (92.8023) Other time (%) = 9.60827e-05 (0.562252) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28356 ave 28356 max 28356 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28356 Ave neighs/atom = 5.6712 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:15 2021 Memory usage per processor = 27.5407 Mbytes Step Atoms AVEKE stressZZ 17963 5000 5.9063598e-11 6329041.2 17964 -0.0119924999999935 6328947.22711599 17964 5000 5.9059266e-11 6328947.2 Loop time of 0.0169642 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:15 2021 Pair time (%) = 0.00106215 (6.26116) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188327) Outpt time (%) = 0.015779 (93.0136) Other time (%) = 9.10759e-05 (0.536871) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28356 ave 28356 max 28356 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28356 Ave neighs/atom = 5.6712 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:15 2021 Memory usage per processor = 27.5407 Mbytes Step Atoms AVEKE stressZZ 17964 5000 5.9059266e-11 6328916.4 17965 -0.0119924999999935 6328822.45020208 17965 5000 5.9054935e-11 6328822.5 Loop time of 0.016542 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:15 2021 Pair time (%) = 0.00110102 (6.6559) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.198899) Outpt time (%) = 0.0153079 (92.5399) Other time (%) = 0.000100136 (0.605344) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28356 ave 28356 max 28356 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28356 Ave neighs/atom = 5.6712 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:15 2021 Memory usage per processor = 27.5407 Mbytes Step Atoms AVEKE stressZZ 17965 5000 5.9054935e-11 6328791.7 17966 -0.0119924999999935 6328697.67979714 17966 5000 5.9050604e-11 6328697.7 Loop time of 0.0173881 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:15 2021 Pair time (%) = 0.00115585 (6.64738) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.18922) Outpt time (%) = 0.0160892 (92.5299) Other time (%) = 0.000110149 (0.633475) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28356 ave 28356 max 28356 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28356 Ave neighs/atom = 5.6712 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:15 2021 Memory usage per processor = 27.5407 Mbytes Step Atoms AVEKE stressZZ 17966 5000 5.9050604e-11 6328666.9 17967 -0.0119924999999935 6328572.91589966 17967 5000 5.9046273e-11 6328572.9 Loop time of 0.0178468 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:15 2021 Pair time (%) = 0.00111103 (6.22537) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.191036) Outpt time (%) = 0.016602 (93.0252) Other time (%) = 9.9659e-05 (0.558413) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28356 ave 28356 max 28356 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28356 Ave neighs/atom = 5.6712 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:15 2021 Memory usage per processor = 27.5407 Mbytes Step Atoms AVEKE stressZZ 17967 5000 5.9046273e-11 6328542.1 17968 -0.0119924999999935 6328448.15850814 17968 5000 5.9041944e-11 6328448.2 Loop time of 0.0167389 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:15 2021 Pair time (%) = 0.00106192 (6.34401) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190861) Outpt time (%) = 0.0155509 (92.9025) Other time (%) = 9.41753e-05 (0.562614) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28356 ave 28356 max 28356 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28356 Ave neighs/atom = 5.6712 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:15 2021 Memory usage per processor = 27.5407 Mbytes Step Atoms AVEKE stressZZ 17968 5000 5.9041944e-11 6328417.4 17969 -0.0119924999999935 6328323.40762127 17969 5000 5.9037614e-11 6328323.4 Loop time of 0.0170441 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:15 2021 Pair time (%) = 0.00126195 (7.40404) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.200034) Outpt time (%) = 0.0156431 (91.7804) Other time (%) = 0.000104904 (0.615488) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28356 ave 28356 max 28356 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28356 Ave neighs/atom = 5.6712 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:15 2021 Memory usage per processor = 27.5407 Mbytes Step Atoms AVEKE stressZZ 17969 5000 5.9037614e-11 6328292.6 17970 -0.0119924999999935 6328198.6632379 17970 5000 5.9033285e-11 6328198.7 Loop time of 0.0197539 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:15 2021 Pair time (%) = 0.00116396 (5.89229) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.166558) Outpt time (%) = 0.018455 (93.4246) Other time (%) = 0.000102043 (0.516571) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28356 ave 28356 max 28356 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28356 Ave neighs/atom = 5.6712 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:15 2021 Memory usage per processor = 27.5407 Mbytes Step Atoms AVEKE stressZZ 17970 5000 5.9033285e-11 6328167.9 17971 -0.0119924999999935 6328073.92535661 17971 5000 5.9028957e-11 6328073.9 Loop time of 0.0171509 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:15 2021 Pair time (%) = 0.00107598 (6.27363) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186277) Outpt time (%) = 0.015949 (92.9924) Other time (%) = 9.39369e-05 (0.547709) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28356 ave 28356 max 28356 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28356 Ave neighs/atom = 5.6712 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:15 2021 Memory usage per processor = 27.5407 Mbytes Step Atoms AVEKE stressZZ 17971 5000 5.9028957e-11 6328043.1 17972 -0.0119924999999935 6327949.19397669 17972 5000 5.9024629e-11 6327949.2 Loop time of 0.0166008 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:15 2021 Pair time (%) = 0.00106192 (6.39676) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192449) Outpt time (%) = 0.015415 (92.8564) Other time (%) = 9.20296e-05 (0.554367) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28356 ave 28356 max 28356 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28356 Ave neighs/atom = 5.6712 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:15 2021 Memory usage per processor = 27.5407 Mbytes Step Atoms AVEKE stressZZ 17972 5000 5.9024629e-11 6327918.4 17973 -0.0119924999999935 6327824.46909688 17973 5000 5.9020301e-11 6327824.5 Loop time of 0.0163312 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:15 2021 Pair time (%) = 0.00109696 (6.71698) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.189787) Outpt time (%) = 0.0151141 (92.5472) Other time (%) = 8.91685e-05 (0.546001) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28356 ave 28356 max 28356 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28356 Ave neighs/atom = 5.6712 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:15 2021 Memory usage per processor = 27.5407 Mbytes Step Atoms AVEKE stressZZ 17973 5000 5.9020301e-11 6327793.7 17974 -0.0119924999999935 6327699.75071629 17974 5000 5.9015974e-11 6327699.8 Loop time of 0.016469 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:15 2021 Pair time (%) = 0.00106883 (6.48995) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193989) Outpt time (%) = 0.0152781 (92.7688) Other time (%) = 9.01222e-05 (0.547223) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28356 ave 28356 max 28356 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28356 Ave neighs/atom = 5.6712 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:15 2021 Memory usage per processor = 27.5407 Mbytes Step Atoms AVEKE stressZZ 17974 5000 5.9015974e-11 6327669 17975 -0.0119924999999935 6327575.03883386 17975 5000 5.9011648e-11 6327575 Loop time of 0.0173359 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:15 2021 Pair time (%) = 0.00111794 (6.44873) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184289) Outpt time (%) = 0.0160971 (92.854) Other time (%) = 8.89301e-05 (0.512983) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28356 ave 28356 max 28356 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28356 Ave neighs/atom = 5.6712 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:15 2021 Memory usage per processor = 27.5407 Mbytes Step Atoms AVEKE stressZZ 17975 5000 5.9011648e-11 6327544.3 17976 -0.0119924999999935 6327450.33344871 17976 5000 5.9007322e-11 6327450.3 Loop time of 0.0167692 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:15 2021 Pair time (%) = 0.00108695 (6.48184) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190517) Outpt time (%) = 0.015487 (92.3537) Other time (%) = 0.000163317 (0.973911) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28356 ave 28356 max 28356 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28356 Ave neighs/atom = 5.6712 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:15 2021 Memory usage per processor = 27.5407 Mbytes Step Atoms AVEKE stressZZ 17976 5000 5.9007322e-11 6327419.6 17977 -0.0119924999999935 6327325.63455991 17977 5000 5.9002996e-11 6327325.6 Loop time of 0.0175409 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:15 2021 Pair time (%) = 0.00112391 (6.40733) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.188931) Outpt time (%) = 0.016284 (92.8342) Other time (%) = 9.98974e-05 (0.56951) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28356 ave 28356 max 28356 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28356 Ave neighs/atom = 5.6712 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:15 2021 Memory usage per processor = 27.5407 Mbytes Step Atoms AVEKE stressZZ 17977 5000 5.9002996e-11 6327294.9 17978 -0.0119924999999935 6327200.9421665 17978 5000 5.8998671e-11 6327200.9 Loop time of 0.017174 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:15 2021 Pair time (%) = 0.00110078 (6.40956) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186026) Outpt time (%) = 0.0159469 (92.8547) Other time (%) = 9.44138e-05 (0.549748) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28356 ave 28356 max 28356 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28356 Ave neighs/atom = 5.6712 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:15 2021 Memory usage per processor = 27.5407 Mbytes Step Atoms AVEKE stressZZ 17978 5000 5.8998671e-11 6327170.2 17979 -0.0119924999999935 6327076.25626773 17979 5000 5.8994347e-11 6327076.3 Loop time of 0.0171001 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:15 2021 Pair time (%) = 0.00106096 (6.20443) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18683) Outpt time (%) = 0.0159152 (93.0706) Other time (%) = 9.20296e-05 (0.538182) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28356 ave 28356 max 28356 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28356 Ave neighs/atom = 5.6712 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:15 2021 Memory usage per processor = 27.5407 Mbytes Step Atoms AVEKE stressZZ 17979 5000 5.8994347e-11 6327045.5 17980 -0.0119924999999935 6326951.57686269 17980 5000 5.8990023e-11 6326951.6 Loop time of 0.018857 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:15 2021 Pair time (%) = 0.00116992 (6.20417) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.179538) Outpt time (%) = 0.0175459 (93.0473) Other time (%) = 0.000107288 (0.568958) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28356 ave 28356 max 28356 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28356 Ave neighs/atom = 5.6712 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:15 2021 Memory usage per processor = 27.5407 Mbytes Step Atoms AVEKE stressZZ 17980 5000 5.8990023e-11 6326920.8 17981 -0.0119924999999935 6326826.90396351 17981 5000 5.8985699e-11 6326826.9 Loop time of 0.0172651 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:15 2021 Pair time (%) = 0.00116205 (6.73065) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.202997) Outpt time (%) = 0.0159321 (92.2792) Other time (%) = 0.000135899 (0.78713) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28356 ave 28356 max 28356 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28356 Ave neighs/atom = 5.6712 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:15 2021 Memory usage per processor = 27.5407 Mbytes Step Atoms AVEKE stressZZ 17981 5000 5.8985699e-11 6326796.1 17982 -0.0119924999999935 6326702.237558 17982 5000 5.8981376e-11 6326702.2 Loop time of 0.0172861 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:15 2021 Pair time (%) = 0.00106096 (6.13768) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.186199) Outpt time (%) = 0.0161002 (93.1396) Other time (%) = 9.27448e-05 (0.53653) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28356 ave 28356 max 28356 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28356 Ave neighs/atom = 5.6712 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:15 2021 Memory usage per processor = 27.5407 Mbytes Step Atoms AVEKE stressZZ 17982 5000 5.8981376e-11 6326671.5 17983 -0.0119924999999935 6326577.57764347 17983 5000 5.8977054e-11 6326577.6 Loop time of 0.0165679 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:15 2021 Pair time (%) = 0.00106096 (6.40371) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.187075) Outpt time (%) = 0.0153809 (92.835) Other time (%) = 9.5129e-05 (0.574175) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28356 ave 28356 max 28356 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28356 Ave neighs/atom = 5.6712 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:15 2021 Memory usage per processor = 27.5407 Mbytes Step Atoms AVEKE stressZZ 17983 5000 5.8977054e-11 6326546.8 17984 -0.0119924999999935 6326452.92421885 17984 5000 5.8972732e-11 6326452.9 Loop time of 0.0170681 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:15 2021 Pair time (%) = 0.00125217 (7.33632) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.216514) Outpt time (%) = 0.0156131 (91.4749) Other time (%) = 0.000165939 (0.972216) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28356 ave 28356 max 28356 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28356 Ave neighs/atom = 5.6712 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:15 2021 Memory usage per processor = 27.5407 Mbytes Step Atoms AVEKE stressZZ 17984 5000 5.8972732e-11 6326422.2 17985 -0.0119924999999935 6326328.27728356 17985 5000 5.896841e-11 6326328.3 Loop time of 0.0172689 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:15 2021 Pair time (%) = 0.00106406 (6.16173) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179481) Outpt time (%) = 0.0160809 (93.1203) Other time (%) = 9.29832e-05 (0.538443) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28356 ave 28356 max 28356 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28356 Ave neighs/atom = 5.6712 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:15 2021 Memory usage per processor = 27.5407 Mbytes Step Atoms AVEKE stressZZ 17985 5000 5.896841e-11 6326297.5 17986 -0.0119924999999935 6326203.63682599 17986 5000 5.8964089e-11 6326203.6 Loop time of 0.0173011 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:15 2021 Pair time (%) = 0.00110388 (6.3804) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179147) Outpt time (%) = 0.0160682 (92.8741) Other time (%) = 9.799e-05 (0.566381) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28356 ave 28356 max 28356 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28356 Ave neighs/atom = 5.6712 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:15 2021 Memory usage per processor = 27.5407 Mbytes Step Atoms AVEKE stressZZ 17986 5000 5.8964089e-11 6326172.9 17987 -0.0119924999999935 6326079.00284261 17987 5000 5.8959769e-11 6326079 Loop time of 0.0168428 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:15 2021 Pair time (%) = 0.0010581 (6.2822) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.184021) Outpt time (%) = 0.015661 (92.9831) Other time (%) = 9.27448e-05 (0.550648) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28356 ave 28356 max 28356 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28356 Ave neighs/atom = 5.6712 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:15 2021 Memory usage per processor = 27.5407 Mbytes Step Atoms AVEKE stressZZ 17987 5000 5.8959769e-11 6326048.2 17988 -0.0119924999999935 6325954.37534529 17988 5000 5.8955449e-11 6325954.4 Loop time of 0.0173812 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:15 2021 Pair time (%) = 0.0014379 (8.27275) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.212614) Outpt time (%) = 0.0157459 (90.5915) Other time (%) = 0.000160456 (0.923157) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28356 ave 28356 max 28356 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28356 Ave neighs/atom = 5.6712 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:15 2021 Memory usage per processor = 27.5407 Mbytes Step Atoms AVEKE stressZZ 17988 5000 5.8955449e-11 6325923.6 17989 -0.0119924999999935 6325829.75433336 17989 5000 5.8951129e-11 6325829.8 Loop time of 0.017458 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:15 2021 Pair time (%) = 0.00110316 (6.31897) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183) Outpt time (%) = 0.0162301 (92.9668) Other time (%) = 9.27448e-05 (0.531247) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28356 ave 28356 max 28356 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28356 Ave neighs/atom = 5.6712 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:15 2021 Memory usage per processor = 27.5407 Mbytes Step Atoms AVEKE stressZZ 17989 5000 5.8951129e-11 6325799 17990 -0.0119924999999935 6325705.13980597 17990 5000 5.894681e-11 6325705.1 Loop time of 0.019383 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:15 2021 Pair time (%) = 0.00106192 (5.47861) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.159906) Outpt time (%) = 0.0181789 (93.7883) Other time (%) = 0.000111103 (0.5732) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28356 ave 28356 max 28356 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28356 Ave neighs/atom = 5.6712 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:15 2021 Memory usage per processor = 27.5407 Mbytes Step Atoms AVEKE stressZZ 17990 5000 5.894681e-11 6325674.4 17991 -0.0119924999999935 6325580.53176242 17991 5000 5.8942491e-11 6325580.5 Loop time of 0.0169561 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:15 2021 Pair time (%) = 0.00106692 (6.29227) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.195447) Outpt time (%) = 0.0157552 (92.9175) Other time (%) = 0.000100851 (0.594778) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28356 ave 28356 max 28356 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28356 Ave neighs/atom = 5.6712 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:15 2021 Memory usage per processor = 27.5407 Mbytes Step Atoms AVEKE stressZZ 17991 5000 5.8942491e-11 6325549.8 17992 -0.0119924999999935 6325455.93020194 17992 5000 5.8938173e-11 6325455.9 Loop time of 0.0174479 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:16 2021 Pair time (%) = 0.00132704 (7.6057) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.184472) Outpt time (%) = 0.0158651 (90.9281) Other time (%) = 0.000223637 (1.28174) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28356 ave 28356 max 28356 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28356 Ave neighs/atom = 5.6712 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:16 2021 Memory usage per processor = 27.5407 Mbytes Step Atoms AVEKE stressZZ 17992 5000 5.8938173e-11 6325425.2 17993 -0.0119924999999935 6325331.33512386 17993 5000 5.8933855e-11 6325331.3 Loop time of 0.0170472 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:16 2021 Pair time (%) = 0.00106096 (6.22369) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.193004) Outpt time (%) = 0.0158632 (93.0546) Other time (%) = 9.01222e-05 (0.528664) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28356 ave 28356 max 28356 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28356 Ave neighs/atom = 5.6712 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:16 2021 Memory usage per processor = 27.5407 Mbytes Step Atoms AVEKE stressZZ 17993 5000 5.8933855e-11 6325300.6 17994 -0.0119924999999935 6325206.74652751 17994 5000 5.8929538e-11 6325206.7 Loop time of 0.0167341 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:16 2021 Pair time (%) = 0.00106192 (6.34581) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190916) Outpt time (%) = 0.015547 (92.9062) Other time (%) = 9.32217e-05 (0.557075) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28356 ave 28356 max 28356 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28356 Ave neighs/atom = 5.6712 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:16 2021 Memory usage per processor = 27.5407 Mbytes Step Atoms AVEKE stressZZ 17994 5000 5.8929538e-11 6325176 17995 -0.0119924999999935 6325082.16441214 17995 5000 5.8925222e-11 6325082.2 Loop time of 0.0166581 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:16 2021 Pair time (%) = 0.00121307 (7.2822) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.204669) Outpt time (%) = 0.0153081 (91.8963) Other time (%) = 0.000102758 (0.616869) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28356 ave 28356 max 28356 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28356 Ave neighs/atom = 5.6712 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:16 2021 Memory usage per processor = 27.5407 Mbytes Step Atoms AVEKE stressZZ 17995 5000 5.8925222e-11 6325051.4 17996 -0.0119924999999935 6324957.58877699 17996 5000 5.8920906e-11 6324957.6 Loop time of 0.0172911 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:16 2021 Pair time (%) = 0.00128603 (7.43754) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.195797) Outpt time (%) = 0.015862 (91.7351) Other time (%) = 0.000109196 (0.631515) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28356 ave 28356 max 28356 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28356 Ave neighs/atom = 5.6712 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:16 2021 Memory usage per processor = 27.5407 Mbytes Step Atoms AVEKE stressZZ 17996 5000 5.8920906e-11 6324926.8 17997 -0.0119924999999935 6324833.01962583 17997 5000 5.891659e-11 6324833 Loop time of 0.0171919 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:16 2021 Pair time (%) = 0.00106096 (6.1713) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185832) Outpt time (%) = 0.016006 (93.102) Other time (%) = 9.29832e-05 (0.540855) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28356 ave 28356 max 28356 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28356 Ave neighs/atom = 5.6712 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:16 2021 Memory usage per processor = 27.5407 Mbytes Step Atoms AVEKE stressZZ 17997 5000 5.891659e-11 6324802.3 17998 -0.0119924999999935 6324708.4569724 17998 5000 5.8912275e-11 6324708.5 Loop time of 0.016665 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:16 2021 Pair time (%) = 0.00106788 (6.40791) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.198861) Outpt time (%) = 0.0154259 (92.5649) Other time (%) = 0.000138044 (0.82835) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28356 ave 28356 max 28356 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28356 Ave neighs/atom = 5.6712 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:16 2021 Memory usage per processor = 27.5407 Mbytes Step Atoms AVEKE stressZZ 17998 5000 5.8912275e-11 6324677.7 17999 -0.0119924999999935 6324583.90080811 17999 5000 5.890796e-11 6324583.9 Loop time of 0.0173211 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:16 2021 Pair time (%) = 0.00144601 (8.34825) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.213352) Outpt time (%) = 0.0156832 (90.5437) Other time (%) = 0.000154972 (0.894701) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28356 ave 28356 max 28356 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28356 Ave neighs/atom = 5.6712 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:16 2021 Memory usage per processor = 27.5407 Mbytes Step Atoms AVEKE stressZZ 17999 5000 5.890796e-11 6324553.1 18000 -0.0119924999999935 6324459.35112953 18000 5000 5.8903646e-11 6324459.4 Loop time of 0.0194919 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:16 2021 Pair time (%) = 0.00116801 (5.99229) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.163904) Outpt time (%) = 0.0182021 (93.3827) Other time (%) = 8.98838e-05 (0.461134) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28356 ave 28356 max 28356 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28356 Ave neighs/atom = 5.6712 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:16 2021 Memory usage per processor = 27.5407 Mbytes Step Atoms AVEKE stressZZ 18000 5000 5.8903646e-11 6324428.6 18001 -0.0119924999999935 6324334.80796465 18001 5000 5.8899332e-11 6324334.8 Loop time of 0.0170898 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:16 2021 Pair time (%) = 0.0010612 (6.20954) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186942) Outpt time (%) = 0.0159011 (93.0441) Other time (%) = 9.56059e-05 (0.559431) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28356 ave 28356 max 28356 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28356 Ave neighs/atom = 5.6712 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:16 2021 Memory usage per processor = 27.5407 Mbytes Step Atoms AVEKE stressZZ 18001 5000 5.8899332e-11 6324304 18002 -0.0119924999999935 6324210.27130541 18002 5000 5.8895019e-11 6324210.3 Loop time of 0.0165191 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:16 2021 Pair time (%) = 0.00106812 (6.46595) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.217937) Outpt time (%) = 0.015316 (92.7171) Other time (%) = 9.89437e-05 (0.598967) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28356 ave 28356 max 28356 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28356 Ave neighs/atom = 5.6712 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:16 2021 Memory usage per processor = 27.5407 Mbytes Step Atoms AVEKE stressZZ 18002 5000 5.8895019e-11 6324179.5 18003 -0.0119924999999935 6324085.74114274 18003 5000 5.8890706e-11 6324085.7 Loop time of 0.017251 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:16 2021 Pair time (%) = 0.00124097 (7.1936) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197634) Outpt time (%) = 0.0157869 (91.5128) Other time (%) = 0.000189066 (1.09597) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28356 ave 28356 max 28356 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28356 Ave neighs/atom = 5.6712 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:16 2021 Memory usage per processor = 27.5407 Mbytes Step Atoms AVEKE stressZZ 18003 5000 5.8890706e-11 6324055 18004 -0.0119924999999935 6323961.21747242 18004 5000 5.8886394e-11 6323961.2 Loop time of 0.0173469 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:16 2021 Pair time (%) = 0.00106192 (6.12166) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184172) Outpt time (%) = 0.0161579 (93.1458) Other time (%) = 9.5129e-05 (0.548393) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28356 ave 28356 max 28356 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28356 Ave neighs/atom = 5.6712 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:16 2021 Memory usage per processor = 27.5407 Mbytes Step Atoms AVEKE stressZZ 18004 5000 5.8886394e-11 6323930.5 18005 -0.0119924999999935 6323836.700292 18005 5000 5.8882082e-11 6323836.7 Loop time of 0.016737 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:16 2021 Pair time (%) = 0.00106096 (6.33903) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190883) Outpt time (%) = 0.0155501 (92.9088) Other time (%) = 9.39369e-05 (0.561254) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28356 ave 28356 max 28356 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28356 Ave neighs/atom = 5.6712 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:16 2021 Memory usage per processor = 27.5407 Mbytes Step Atoms AVEKE stressZZ 18005 5000 5.8882082e-11 6323805.9 18006 -0.0119924999999935 6323712.18959922 18006 5000 5.8877771e-11 6323712.2 Loop time of 0.01669 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:16 2021 Pair time (%) = 0.00112486 (6.73971) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.208562) Outpt time (%) = 0.0154271 (92.4332) Other time (%) = 0.000103235 (0.618545) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28356 ave 28356 max 28356 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28356 Ave neighs/atom = 5.6712 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:16 2021 Memory usage per processor = 27.5407 Mbytes Step Atoms AVEKE stressZZ 18006 5000 5.8877771e-11 6323681.4 18007 -0.0119924999999935 6323587.68539254 18007 5000 5.887346e-11 6323587.7 Loop time of 0.0170338 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:16 2021 Pair time (%) = 0.00117302 (6.88642) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181958) Outpt time (%) = 0.0157359 (92.3802) Other time (%) = 9.39369e-05 (0.551473) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28356 ave 28356 max 28356 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28356 Ave neighs/atom = 5.6712 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:16 2021 Memory usage per processor = 27.5407 Mbytes Step Atoms AVEKE stressZZ 18007 5000 5.887346e-11 6323556.9 18008 -0.0119924999999935 6323463.18767048 18008 5000 5.886915e-11 6323463.2 Loop time of 0.017375 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:16 2021 Pair time (%) = 0.00106311 (6.11861) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183874) Outpt time (%) = 0.0161521 (92.962) Other time (%) = 0.000127792 (0.735496) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28356 ave 28356 max 28356 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28356 Ave neighs/atom = 5.6712 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:16 2021 Memory usage per processor = 27.5407 Mbytes Step Atoms AVEKE stressZZ 18008 5000 5.886915e-11 6323432.4 18009 -0.0119924999999935 6323338.69643175 18009 5000 5.886484e-11 6323338.7 Loop time of 0.0172691 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:16 2021 Pair time (%) = 0.00109696 (6.35216) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197427) Outpt time (%) = 0.0159791 (92.5295) Other time (%) = 0.000159025 (0.920864) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28356 ave 28356 max 28356 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28356 Ave neighs/atom = 5.6712 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:16 2021 Memory usage per processor = 27.5407 Mbytes Step Atoms AVEKE stressZZ 18009 5000 5.886484e-11 6323307.9 18010 -0.0119924999999935 6323214.21167513 18010 5000 5.8860531e-11 6323214.2 Loop time of 0.0195341 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:16 2021 Pair time (%) = 0.00134921 (6.90695) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.168432) Outpt time (%) = 0.0180171 (92.2338) Other time (%) = 0.000134945 (0.690817) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28356 ave 28356 max 28356 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28356 Ave neighs/atom = 5.6712 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:16 2021 Memory usage per processor = 27.5407 Mbytes Step Atoms AVEKE stressZZ 18010 5000 5.8860531e-11 6323183.5 18011 -0.0119924999999935 6323089.73339974 18011 5000 5.8856222e-11 6323089.7 Loop time of 0.01738 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:16 2021 Pair time (%) = 0.00106096 (6.1045) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.178334) Outpt time (%) = 0.0161939 (93.1753) Other time (%) = 9.41753e-05 (0.54186) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28356 ave 28356 max 28356 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28356 Ave neighs/atom = 5.6712 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:16 2021 Memory usage per processor = 27.5407 Mbytes Step Atoms AVEKE stressZZ 18011 5000 5.8856222e-11 6323059 18012 -0.0119924999999935 6322965.26163606 18012 5000 5.8851914e-11 6322965.3 Loop time of 0.0170209 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:16 2021 Pair time (%) = 0.00106382 (6.25009) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187699) Outpt time (%) = 0.0158319 (93.0145) Other time (%) = 9.32217e-05 (0.547688) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28356 ave 28356 max 28356 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28356 Ave neighs/atom = 5.6712 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:16 2021 Memory usage per processor = 27.5407 Mbytes Step Atoms AVEKE stressZZ 18012 5000 5.8851914e-11 6322934.5 18013 -0.0119924999999935 6322840.79642085 18013 5000 5.8847606e-11 6322840.8 Loop time of 0.0167379 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:16 2021 Pair time (%) = 0.00111485 (6.66059) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.20939) Outpt time (%) = 0.015487 (92.5261) Other time (%) = 0.000101089 (0.603954) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28356 ave 28356 max 28356 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28356 Ave neighs/atom = 5.6712 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:16 2021 Memory usage per processor = 27.5407 Mbytes Step Atoms AVEKE stressZZ 18013 5000 5.8847606e-11 6322810 18014 -0.0119924999999935 6322716.33772282 18014 5000 5.8843298e-11 6322716.3 Loop time of 0.0174708 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:16 2021 Pair time (%) = 0.00119686 (6.85062) Neigh time (%) = 0 (0) Comm time (%) = 6.48499e-05 (0.371189) Outpt time (%) = 0.0160708 (91.9867) Other time (%) = 0.000138283 (0.791506) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28356 ave 28356 max 28356 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28356 Ave neighs/atom = 5.6712 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:16 2021 Memory usage per processor = 27.5407 Mbytes Step Atoms AVEKE stressZZ 18014 5000 5.8843298e-11 6322685.6 18015 -0.0119924999999935 6322591.88553252 18015 5000 5.8838992e-11 6322591.9 Loop time of 0.0171258 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:16 2021 Pair time (%) = 0.00105906 (6.18396) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186549) Outpt time (%) = 0.0159419 (93.0866) Other time (%) = 9.29832e-05 (0.542941) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28356 ave 28356 max 28356 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28356 Ave neighs/atom = 5.6712 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:16 2021 Memory usage per processor = 27.5407 Mbytes Step Atoms AVEKE stressZZ 18015 5000 5.8838992e-11 6322561.1 18016 -0.0119924999999935 6322467.4398449 18016 5000 5.8834685e-11 6322467.4 Loop time of 0.016686 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:16 2021 Pair time (%) = 0.00106311 (6.37127) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191467) Outpt time (%) = 0.0154991 (92.8871) Other time (%) = 9.17912e-05 (0.55011) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28356 ave 28356 max 28356 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28356 Ave neighs/atom = 5.6712 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:16 2021 Memory usage per processor = 27.5407 Mbytes Step Atoms AVEKE stressZZ 18016 5000 5.8834685e-11 6322436.7 18017 -0.0119924999999935 6322343.00064244 18017 5000 5.8830379e-11 6322343 Loop time of 0.0163629 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:16 2021 Pair time (%) = 0.00105906 (6.47229) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.189419) Outpt time (%) = 0.0151839 (92.7948) Other time (%) = 8.89301e-05 (0.543486) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28356 ave 28356 max 28356 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28356 Ave neighs/atom = 5.6712 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:16 2021 Memory usage per processor = 27.5407 Mbytes Step Atoms AVEKE stressZZ 18017 5000 5.8830379e-11 6322312.2 18018 -0.0119924999999935 6322218.56791984 18018 5000 5.8826074e-11 6322218.6 Loop time of 0.016402 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:16 2021 Pair time (%) = 0.0010612 (6.46995) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.188967) Outpt time (%) = 0.0152268 (92.8352) Other time (%) = 8.29697e-05 (0.505851) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28356 ave 28356 max 28356 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28356 Ave neighs/atom = 5.6712 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:25:16 2021 Memory usage per processor = 27.5407 Mbytes Step Atoms AVEKE stressZZ 18018 5000 5.8826074e-11 6322187.8 18019 -0.0119924999999935 6322075.49896235 18019 5000 1.1614227e-10 6322283.5 Loop time of 0.016814 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:16 2021 Pair time (%) = 0.00105906 (6.29865) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.184337) Outpt time (%) = 0.0155728 (92.618) Other time (%) = 0.000151157 (0.898997) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28356 ave 28356 max 28356 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28356 Ave neighs/atom = 5.6712 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:16 2021 Memory usage per processor = 27.5407 Mbytes Step Atoms AVEKE stressZZ 18019 5000 1.1614227e-10 6382187.2 18020 -0.0120249999999934 6382063.38054467 18020 5000 9.3484112e-11 6382063.4 Loop time of 0.0187941 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:16 2021 Pair time (%) = 0.00106192 (5.65028) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.171259) Outpt time (%) = 0.0176051 (93.6736) Other time (%) = 9.48906e-05 (0.504897) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28359 ave 28359 max 28359 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28359 Ave neighs/atom = 5.6718 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:16 2021 Memory usage per processor = 27.5408 Mbytes Step Atoms AVEKE stressZZ 18020 5000 9.3484112e-11 6382021.9 18021 -0.0120249999999934 6381908.64999949 18021 5000 8.036011e-11 6381908.6 Loop time of 0.0165811 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:16 2021 Pair time (%) = 0.00127101 (7.66543) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.222874) Outpt time (%) = 0.0151548 (91.3985) Other time (%) = 0.000118256 (0.713197) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28359 ave 28359 max 28359 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28359 Ave neighs/atom = 5.6718 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:16 2021 Memory usage per processor = 27.5408 Mbytes Step Atoms AVEKE stressZZ 18021 5000 8.036011e-11 6381870.9 18022 -0.0120249999999934 6381764.42560174 18022 5000 7.2533921e-11 6381764.4 Loop time of 0.0170271 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:16 2021 Pair time (%) = 0.00110102 (6.46625) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.200232) Outpt time (%) = 0.0157931 (92.7524) Other time (%) = 9.89437e-05 (0.581094) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28359 ave 28359 max 28359 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28359 Ave neighs/atom = 5.6718 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:16 2021 Memory usage per processor = 27.5408 Mbytes Step Atoms AVEKE stressZZ 18022 5000 7.2533921e-11 6381729.1 18023 -0.0120249999999934 6381626.88035412 18023 5000 6.7767074e-11 6381626.9 Loop time of 0.017395 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:16 2021 Pair time (%) = 0.00106215 (6.10609) Neigh time (%) = 0 (0) Comm time (%) = 6.69956e-05 (0.385143) Outpt time (%) = 0.016171 (92.9633) Other time (%) = 9.48906e-05 (0.545504) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28359 ave 28359 max 28359 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28359 Ave neighs/atom = 5.6718 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:16 2021 Memory usage per processor = 27.5408 Mbytes Step Atoms AVEKE stressZZ 18023 5000 6.7767074e-11 6381593.1 18024 -0.0120249999999934 6381493.58216552 18024 5000 6.4820274e-11 6381493.6 Loop time of 0.016562 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:16 2021 Pair time (%) = 0.00111794 (6.75006) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.200098) Outpt time (%) = 0.0152919 (92.3315) Other time (%) = 0.000118971 (0.718337) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28359 ave 28359 max 28359 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28359 Ave neighs/atom = 5.6718 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:16 2021 Memory usage per processor = 27.5408 Mbytes Step Atoms AVEKE stressZZ 18024 5000 6.4820274e-11 6381460.8 18025 -0.0120249999999934 6381362.98541748 18025 5000 6.2979964e-11 6381363 Loop time of 0.0171702 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:16 2021 Pair time (%) = 0.00135207 (7.87453) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198564) Outpt time (%) = 0.015615 (90.9424) Other time (%) = 0.000169039 (0.98449) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28359 ave 28359 max 28359 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28359 Ave neighs/atom = 5.6718 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:16 2021 Memory usage per processor = 27.5408 Mbytes Step Atoms AVEKE stressZZ 18025 5000 6.2979964e-11 6381330.8 18026 -0.0120249999999934 6381234.10785282 18026 5000 6.1822572e-11 6381234.1 Loop time of 0.0172079 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:16 2021 Pair time (%) = 0.00106001 (6.16003) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180118) Outpt time (%) = 0.0160239 (93.1195) Other time (%) = 9.29832e-05 (0.540353) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28359 ave 28359 max 28359 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28359 Ave neighs/atom = 5.6718 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:16 2021 Memory usage per processor = 27.5408 Mbytes Step Atoms AVEKE stressZZ 18026 5000 6.1822572e-11 6381202.3 18027 -0.0120249999999934 6381106.32523595 18027 5000 6.1090993e-11 6381106.3 Loop time of 0.016861 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:16 2021 Pair time (%) = 0.00109696 (6.50594) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.190894) Outpt time (%) = 0.0156369 (92.7404) Other time (%) = 9.48906e-05 (0.562783) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28359 ave 28359 max 28359 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28359 Ave neighs/atom = 5.6718 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:16 2021 Memory usage per processor = 27.5408 Mbytes Step Atoms AVEKE stressZZ 18027 5000 6.1090993e-11 6381074.8 18028 -0.0120249999999934 6380979.24085804 18028 5000 6.0626715e-11 6380979.2 Loop time of 0.0166061 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:16 2021 Pair time (%) = 0.00114894 (6.91878) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211052) Outpt time (%) = 0.0153182 (92.2442) Other time (%) = 0.000103951 (0.625978) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28359 ave 28359 max 28359 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28359 Ave neighs/atom = 5.6718 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:16 2021 Memory usage per processor = 27.5408 Mbytes Step Atoms AVEKE stressZZ 18028 5000 6.0626715e-11 6380947.8 18029 -0.0120249999999934 6380852.60260562 18029 5000 6.033097e-11 6380852.6 Loop time of 0.0171499 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:16 2021 Pair time (%) = 0.00106096 (6.1864) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180726) Outpt time (%) = 0.015964 (93.0851) Other time (%) = 9.39369e-05 (0.54774) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28359 ave 28359 max 28359 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28359 Ave neighs/atom = 5.6718 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:16 2021 Memory usage per processor = 27.5408 Mbytes Step Atoms AVEKE stressZZ 18029 5000 6.033097e-11 6380821.3 18030 -0.0120249999999934 6380726.25025739 18030 5000 6.0141789e-11 6380726.3 Loop time of 0.0195529 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:16 2021 Pair time (%) = 0.00106192 (5.43098) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.163393) Outpt time (%) = 0.0183659 (93.9289) Other time (%) = 9.32217e-05 (0.476765) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28359 ave 28359 max 28359 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28359 Ave neighs/atom = 5.6718 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:16 2021 Memory usage per processor = 27.5408 Mbytes Step Atoms AVEKE stressZZ 18030 5000 6.0141789e-11 6380695 18031 -0.0120249999999934 6380600.08199084 18031 5000 6.0020112e-11 6380600.1 Loop time of 0.016597 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:16 2021 Pair time (%) = 0.00106502 (6.4169) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192493) Outpt time (%) = 0.015408 (92.8361) Other time (%) = 9.20296e-05 (0.554494) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28359 ave 28359 max 28359 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28359 Ave neighs/atom = 5.6718 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:16 2021 Memory usage per processor = 27.5408 Mbytes Step Atoms AVEKE stressZZ 18031 5000 6.0020112e-11 6380568.9 18032 -0.0120249999999934 6380474.03309619 18032 5000 5.9941246e-11 6380474 Loop time of 0.0171609 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:16 2021 Pair time (%) = 0.00124311 (7.24388) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204229) Outpt time (%) = 0.015728 (91.6502) Other time (%) = 0.000154734 (0.901664) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28359 ave 28359 max 28359 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28359 Ave neighs/atom = 5.6718 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:16 2021 Memory usage per processor = 27.5408 Mbytes Step Atoms AVEKE stressZZ 18032 5000 5.9941246e-11 6380442.9 18033 -0.0120249999999934 6380348.06244937 18033 5000 5.9889551e-11 6380348.1 Loop time of 0.017452 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:16 2021 Pair time (%) = 0.00110292 (6.31976) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183063) Outpt time (%) = 0.016221 (92.9466) Other time (%) = 9.60827e-05 (0.550554) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28359 ave 28359 max 28359 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28359 Ave neighs/atom = 5.6718 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:16 2021 Memory usage per processor = 27.5408 Mbytes Step Atoms AVEKE stressZZ 18033 5000 5.9889551e-11 6380316.9 18034 -0.0120249999999934 6380222.14391532 18034 5000 5.9855109e-11 6380222.1 Loop time of 0.0173709 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:16 2021 Pair time (%) = 0.00123 (7.0808) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.19627) Outpt time (%) = 0.0159471 (91.8033) Other time (%) = 0.00015974 (0.919584) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28359 ave 28359 max 28359 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28359 Ave neighs/atom = 5.6718 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:16 2021 Memory usage per processor = 27.5408 Mbytes Step Atoms AVEKE stressZZ 18034 5000 5.9855109e-11 6380191 18035 -0.0120249999999934 6380096.26088457 18035 5000 5.9831625e-11 6380096.3 Loop time of 0.0561569 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:17 2021 Pair time (%) = 0.00108194 (1.92664) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.058589) Outpt time (%) = 0.0549409 (97.8348) Other time (%) = 0.000101089 (0.180013) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28359 ave 28359 max 28359 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28359 Ave neighs/atom = 5.6718 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:17 2021 Memory usage per processor = 27.5408 Mbytes Step Atoms AVEKE stressZZ 18035 5000 5.9831625e-11 6380065.1 18036 -0.0120249999999934 6379970.40280153 18036 5000 5.9815103e-11 6379970.4 Loop time of 0.0297601 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:17 2021 Pair time (%) = 0.00353003 (11.8616) Neigh time (%) = 0 (0) Comm time (%) = 0.000139952 (0.470266) Outpt time (%) = 0.0257421 (86.4985) Other time (%) = 0.000348091 (1.16966) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28359 ave 28359 max 28359 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28359 Ave neighs/atom = 5.6718 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:17 2021 Memory usage per processor = 27.5408 Mbytes Step Atoms AVEKE stressZZ 18036 5000 5.9815103e-11 6379939.3 18037 -0.0120249999999934 6379844.56295769 18037 5000 5.9803005e-11 6379844.6 Loop time of 0.0171599 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:17 2021 Pair time (%) = 0.00117207 (6.83024) Neigh time (%) = 0 (0) Comm time (%) = 4.50611e-05 (0.262595) Outpt time (%) = 0.015835 (92.2792) Other time (%) = 0.000107765 (0.628005) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28359 ave 28359 max 28359 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28359 Ave neighs/atom = 5.6718 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:17 2021 Memory usage per processor = 27.5408 Mbytes Step Atoms AVEKE stressZZ 18037 5000 5.9803005e-11 6379813.4 18038 -0.0120249999999934 6379718.73708935 18038 5000 5.9793717e-11 6379718.7 Loop time of 0.0168791 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:17 2021 Pair time (%) = 0.00109911 (6.51167) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.189276) Outpt time (%) = 0.0156541 (92.7425) Other time (%) = 9.39369e-05 (0.556529) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28359 ave 28359 max 28359 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28359 Ave neighs/atom = 5.6718 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:17 2021 Memory usage per processor = 27.5408 Mbytes Step Atoms AVEKE stressZZ 18038 5000 5.9793717e-11 6379687.6 18039 -0.0120249999999934 6379592.92248691 18039 5000 5.9786216e-11 6379592.9 Loop time of 0.0166969 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:17 2021 Pair time (%) = 0.00109005 (6.52844) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.204192) Outpt time (%) = 0.0154669 (92.6334) Other time (%) = 0.000105858 (0.633996) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28359 ave 28359 max 28359 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28359 Ave neighs/atom = 5.6718 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:17 2021 Memory usage per processor = 27.5408 Mbytes Step Atoms AVEKE stressZZ 18039 5000 5.9786216e-11 6379561.8 18040 -0.0120249999999934 6379467.11742775 18040 5000 5.977985e-11 6379467.1 Loop time of 0.019927 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:17 2021 Pair time (%) = 0.00108409 (5.4403) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.160325) Outpt time (%) = 0.0187149 (93.9172) Other time (%) = 9.60827e-05 (0.482173) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28359 ave 28359 max 28359 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28359 Ave neighs/atom = 5.6718 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:17 2021 Memory usage per processor = 27.5408 Mbytes Step Atoms AVEKE stressZZ 18040 5000 5.977985e-11 6379436 18041 -0.0120249999999934 6379341.3208173 18041 5000 5.9774206e-11 6379341.3 Loop time of 0.0173228 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:17 2021 Pair time (%) = 0.00110316 (6.36828) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184428) Outpt time (%) = 0.016094 (92.9064) Other time (%) = 9.36985e-05 (0.540898) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28359 ave 28359 max 28359 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28359 Ave neighs/atom = 5.6718 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:17 2021 Memory usage per processor = 27.5408 Mbytes Step Atoms AVEKE stressZZ 18041 5000 5.9774206e-11 6379310.2 18042 -0.0120249999999934 6379215.53195945 18042 5000 5.9769021e-11 6379215.5 Loop time of 0.0166991 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:17 2021 Pair time (%) = 0.00107098 (6.41339) Neigh time (%) = 0 (0) Comm time (%) = 4.50611e-05 (0.269842) Outpt time (%) = 0.01547 (92.64) Other time (%) = 0.00011301 (0.676746) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28359 ave 28359 max 28359 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28359 Ave neighs/atom = 5.6718 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:17 2021 Memory usage per processor = 27.5408 Mbytes Step Atoms AVEKE stressZZ 18042 5000 5.9769021e-11 6379184.4 18043 -0.0120249999999934 6379089.75041162 18043 5000 5.9764128e-11 6379089.8 Loop time of 0.0167189 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:17 2021 Pair time (%) = 0.00114489 (6.84787) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.202498) Outpt time (%) = 0.0154359 (92.3265) Other time (%) = 0.000104189 (0.623182) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28359 ave 28359 max 28359 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28359 Ave neighs/atom = 5.6718 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:17 2021 Memory usage per processor = 27.5408 Mbytes Step Atoms AVEKE stressZZ 18043 5000 5.9764128e-11 6379058.6 18044 -0.0120249999999934 6378963.97589235 18044 5000 5.975942e-11 6378964 Loop time of 0.0174181 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:17 2021 Pair time (%) = 0.00109386 (6.28003) Neigh time (%) = 0 (0) Comm time (%) = 5.88894e-05 (0.338092) Outpt time (%) = 0.016155 (92.7481) Other time (%) = 0.000110388 (0.633752) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28359 ave 28359 max 28359 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28359 Ave neighs/atom = 5.6718 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:17 2021 Memory usage per processor = 27.5408 Mbytes Step Atoms AVEKE stressZZ 18044 5000 5.975942e-11 6378932.9 18045 -0.0120249999999934 6378838.20822259 18045 5000 5.975483e-11 6378838.2 Loop time of 0.0172141 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:17 2021 Pair time (%) = 0.00110483 (6.41819) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180053) Outpt time (%) = 0.015985 (92.8602) Other time (%) = 9.32217e-05 (0.541544) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28359 ave 28359 max 28359 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28359 Ave neighs/atom = 5.6718 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:17 2021 Memory usage per processor = 27.5408 Mbytes Step Atoms AVEKE stressZZ 18045 5000 5.975483e-11 6378807.1 18046 -0.0120249999999934 6378712.44728815 18046 5000 5.9750315e-11 6378712.4 Loop time of 0.0167849 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:17 2021 Pair time (%) = 0.00105906 (6.30957) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.184656) Outpt time (%) = 0.0156009 (92.9461) Other time (%) = 9.39369e-05 (0.559651) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28359 ave 28359 max 28359 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28359 Ave neighs/atom = 5.6718 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:17 2021 Memory usage per processor = 27.5408 Mbytes Step Atoms AVEKE stressZZ 18046 5000 5.9750315e-11 6378681.3 18047 -0.0120249999999934 6378586.69301627 18047 5000 5.9745849e-11 6378586.7 Loop time of 0.0169251 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:17 2021 Pair time (%) = 0.0013361 (7.89418) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.218344) Outpt time (%) = 0.015394 (90.9535) Other time (%) = 0.000158072 (0.933948) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28359 ave 28359 max 28359 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28359 Ave neighs/atom = 5.6718 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:17 2021 Memory usage per processor = 27.5408 Mbytes Step Atoms AVEKE stressZZ 18047 5000 5.9745849e-11 6378555.6 18048 -0.0120249999999934 6378460.94536051 18048 5000 5.9741413e-11 6378460.9 Loop time of 0.0171809 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:17 2021 Pair time (%) = 0.00106692 (6.20993) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.19844) Outpt time (%) = 0.0159819 (93.0213) Other time (%) = 9.799e-05 (0.570342) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28359 ave 28359 max 28359 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28359 Ave neighs/atom = 5.6718 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:17 2021 Memory usage per processor = 27.5408 Mbytes Step Atoms AVEKE stressZZ 18048 5000 5.9741413e-11 6378429.8 18049 -0.0120249999999934 6378335.20429117 18049 5000 5.9736997e-11 6378335.2 Loop time of 0.0173049 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:17 2021 Pair time (%) = 0.00109792 (6.34455) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.265906) Outpt time (%) = 0.0160501 (92.7489) Other time (%) = 0.000110865 (0.640655) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28359 ave 28359 max 28359 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28359 Ave neighs/atom = 5.6718 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:17 2021 Memory usage per processor = 27.5408 Mbytes Step Atoms AVEKE stressZZ 18049 5000 5.9736997e-11 6378304.1 18050 -0.0120249999999934 6378209.469789 18050 5000 5.9732593e-11 6378209.5 Loop time of 0.0193648 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:17 2021 Pair time (%) = 0.00106406 (5.49482) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.169905) Outpt time (%) = 0.0181739 (93.8502) Other time (%) = 9.39369e-05 (0.48509) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28359 ave 28359 max 28359 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28359 Ave neighs/atom = 5.6718 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:17 2021 Memory usage per processor = 27.5408 Mbytes Step Atoms AVEKE stressZZ 18050 5000 5.9732593e-11 6378178.3 18051 -0.0120249999999934 6378083.74184163 18051 5000 5.9728198e-11 6378083.7 Loop time of 0.017082 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:17 2021 Pair time (%) = 0.00142193 (8.32414) Neigh time (%) = 0 (0) Comm time (%) = 3.98159e-05 (0.233087) Outpt time (%) = 0.015465 (90.5341) Other time (%) = 0.00015521 (0.908621) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28359 ave 28359 max 28359 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28359 Ave neighs/atom = 5.6718 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:17 2021 Memory usage per processor = 27.5408 Mbytes Step Atoms AVEKE stressZZ 18051 5000 5.9728198e-11 6378052.6 18052 -0.0120249999999934 6377958.02044148 18052 5000 5.9723808e-11 6377958 Loop time of 0.0173631 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:17 2021 Pair time (%) = 0.00110197 (6.34663) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184) Outpt time (%) = 0.0161359 (92.9325) Other time (%) = 9.32217e-05 (0.536896) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28359 ave 28359 max 28359 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28359 Ave neighs/atom = 5.6718 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:17 2021 Memory usage per processor = 27.5408 Mbytes Step Atoms AVEKE stressZZ 18052 5000 5.9723808e-11 6377926.9 18053 -0.0120249999999934 6377832.30559319 18053 5000 5.9719422e-11 6377832.3 Loop time of 0.0166152 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:17 2021 Pair time (%) = 0.00106096 (6.38551) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192283) Outpt time (%) = 0.015429 (92.8611) Other time (%) = 9.32217e-05 (0.561064) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28359 ave 28359 max 28359 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28359 Ave neighs/atom = 5.6718 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:17 2021 Memory usage per processor = 27.5408 Mbytes Step Atoms AVEKE stressZZ 18053 5000 5.9719422e-11 6377801.2 18054 -0.0120249999999934 6377706.59728923 18054 5000 5.9715038e-11 6377706.6 Loop time of 0.0167849 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:17 2021 Pair time (%) = 0.00111485 (6.64195) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.201702) Outpt time (%) = 0.0155339 (92.547) Other time (%) = 0.000102282 (0.609366) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28359 ave 28359 max 28359 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28359 Ave neighs/atom = 5.6718 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:17 2021 Memory usage per processor = 27.5408 Mbytes Step Atoms AVEKE stressZZ 18054 5000 5.9715038e-11 6377675.5 18055 -0.0120249999999934 6377580.89552524 18055 5000 5.9710656e-11 6377580.9 Loop time of 0.0175231 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:17 2021 Pair time (%) = 0.00125289 (7.14995) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.212254) Outpt time (%) = 0.016114 (91.9589) Other time (%) = 0.000118971 (0.678939) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28359 ave 28359 max 28359 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28359 Ave neighs/atom = 5.6718 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:17 2021 Memory usage per processor = 27.5408 Mbytes Step Atoms AVEKE stressZZ 18055 5000 5.9710656e-11 6377549.8 18056 -0.0120249999999934 6377455.20029837 18056 5000 5.9706276e-11 6377455.2 Loop time of 0.0174539 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:17 2021 Pair time (%) = 0.00109911 (6.29721) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183043) Outpt time (%) = 0.0162301 (92.9884) Other time (%) = 9.27448e-05 (0.53137) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28359 ave 28359 max 28359 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28359 Ave neighs/atom = 5.6718 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:17 2021 Memory usage per processor = 27.5408 Mbytes Step Atoms AVEKE stressZZ 18056 5000 5.9706276e-11 6377424.1 18057 -0.0120249999999934 6377329.51160666 18057 5000 5.9701896e-11 6377329.5 Loop time of 0.016535 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:17 2021 Pair time (%) = 0.00106192 (6.42222) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.187447) Outpt time (%) = 0.0153 (92.531) Other time (%) = 0.000142097 (0.859372) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28359 ave 28359 max 28359 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28359 Ave neighs/atom = 5.6718 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:17 2021 Memory usage per processor = 27.5408 Mbytes Step Atoms AVEKE stressZZ 18057 5000 5.9701896e-11 6377298.4 18058 -0.0120249999999934 6377203.82944854 18058 5000 5.9697517e-11 6377203.8 Loop time of 0.016336 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:17 2021 Pair time (%) = 0.00106215 (6.50194) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.189731) Outpt time (%) = 0.0151601 (92.8019) Other time (%) = 8.27312e-05 (0.506436) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28359 ave 28359 max 28359 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28359 Ave neighs/atom = 5.6718 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:17 2021 Memory usage per processor = 27.5408 Mbytes Step Atoms AVEKE stressZZ 18058 5000 5.9697517e-11 6377172.7 18059 -0.0120249999999934 6377078.15382297 18059 5000 5.9693139e-11 6377078.2 Loop time of 0.016464 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:17 2021 Pair time (%) = 0.00106406 (6.46296) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194048) Outpt time (%) = 0.015281 (92.8144) Other time (%) = 8.70228e-05 (0.528564) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28359 ave 28359 max 28359 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28359 Ave neighs/atom = 5.6718 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:17 2021 Memory usage per processor = 27.5408 Mbytes Step Atoms AVEKE stressZZ 18059 5000 5.9693139e-11 6377047 18060 -0.0120249999999934 6376952.48472879 18060 5000 5.9688762e-11 6376952.5 Loop time of 0.01967 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:17 2021 Pair time (%) = 0.00106406 (5.40957) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.157572) Outpt time (%) = 0.0184839 (93.9698) Other time (%) = 9.10759e-05 (0.463019) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28359 ave 28359 max 28359 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28359 Ave neighs/atom = 5.6718 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:17 2021 Memory usage per processor = 27.5408 Mbytes Step Atoms AVEKE stressZZ 18060 5000 5.9688762e-11 6376921.4 18061 -0.0120249999999934 6376826.82216504 18061 5000 5.9684385e-11 6376826.8 Loop time of 0.017277 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:17 2021 Pair time (%) = 0.00125098 (7.24074) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184917) Outpt time (%) = 0.015892 (91.9837) Other time (%) = 0.000102043 (0.59063) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28359 ave 28359 max 28359 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28359 Ave neighs/atom = 5.6718 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:17 2021 Memory usage per processor = 27.5408 Mbytes Step Atoms AVEKE stressZZ 18061 5000 5.9684385e-11 6376795.7 18062 -0.0120249999999934 6376701.1661308 18062 5000 5.9680009e-11 6376701.2 Loop time of 0.016536 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:17 2021 Pair time (%) = 0.0010612 (6.41752) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.187436) Outpt time (%) = 0.0153501 (92.8284) Other time (%) = 9.36985e-05 (0.566634) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28359 ave 28359 max 28359 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28359 Ave neighs/atom = 5.6718 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:17 2021 Memory usage per processor = 27.5408 Mbytes Step Atoms AVEKE stressZZ 18062 5000 5.9680009e-11 6376670.1 18063 -0.0120249999999934 6376575.5166254 18063 5000 5.9675633e-11 6376575.5 Loop time of 0.016932 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:17 2021 Pair time (%) = 0.00130701 (7.71917) Neigh time (%) = 0 (0) Comm time (%) = 5.60284e-05 (0.330902) Outpt time (%) = 0.0154009 (90.9572) Other time (%) = 0.000168085 (0.992706) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28359 ave 28359 max 28359 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28359 Ave neighs/atom = 5.6718 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:17 2021 Memory usage per processor = 27.5408 Mbytes Step Atoms AVEKE stressZZ 18063 5000 5.9675633e-11 6376544.4 18064 -0.0120249999999934 6376449.87364791 18064 5000 5.9671258e-11 6376449.9 Loop time of 0.017293 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:17 2021 Pair time (%) = 0.00110197 (6.37236) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.19164) Outpt time (%) = 0.0160611 (92.8762) Other time (%) = 9.67979e-05 (0.559753) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28359 ave 28359 max 28359 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28359 Ave neighs/atom = 5.6718 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:17 2021 Memory usage per processor = 27.5408 Mbytes Step Atoms AVEKE stressZZ 18064 5000 5.9671258e-11 6376418.8 18065 -0.0120249999999934 6376324.23719774 18065 5000 5.9666883e-11 6376324.2 Loop time of 0.0172379 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:17 2021 Pair time (%) = 0.001158 (6.71775) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192252) Outpt time (%) = 0.015944 (92.4939) Other time (%) = 0.000102758 (0.596119) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28359 ave 28359 max 28359 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28359 Ave neighs/atom = 5.6718 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:17 2021 Memory usage per processor = 27.5408 Mbytes Step Atoms AVEKE stressZZ 18065 5000 5.9666883e-11 6376293.1 18066 -0.0120249999999934 6376198.60727402 18066 5000 5.9662509e-11 6376198.6 Loop time of 0.0166049 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:17 2021 Pair time (%) = 0.00108194 (6.51581) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211067) Outpt time (%) = 0.0153868 (92.6643) Other time (%) = 0.000101089 (0.608793) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28359 ave 28359 max 28359 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28359 Ave neighs/atom = 5.6718 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:17 2021 Memory usage per processor = 27.5408 Mbytes Step Atoms AVEKE stressZZ 18066 5000 5.9662509e-11 6376167.5 18067 -0.0120249999999934 6376072.98387605 18067 5000 5.9658135e-11 6376073 Loop time of 0.017189 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:17 2021 Pair time (%) = 0.00118685 (6.90468) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191411) Outpt time (%) = 0.0158641 (92.2922) Other time (%) = 0.000105143 (0.611684) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28359 ave 28359 max 28359 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28359 Ave neighs/atom = 5.6718 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:17 2021 Memory usage per processor = 27.5408 Mbytes Step Atoms AVEKE stressZZ 18067 5000 5.9658135e-11 6376041.9 18068 -0.0120249999999934 6375947.3670032 18068 5000 5.9653762e-11 6375947.4 Loop time of 0.0174439 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:17 2021 Pair time (%) = 0.00114012 (6.53591) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.188615) Outpt time (%) = 0.0161419 (92.536) Other time (%) = 0.000128984 (0.739425) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28359 ave 28359 max 28359 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28359 Ave neighs/atom = 5.6718 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:17 2021 Memory usage per processor = 27.5408 Mbytes Step Atoms AVEKE stressZZ 18068 5000 5.9653762e-11 6375916.3 18069 -0.0120249999999934 6375821.75665466 18069 5000 5.9649389e-11 6375821.8 Loop time of 0.0168841 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:17 2021 Pair time (%) = 0.00106406 (6.30216) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18922) Outpt time (%) = 0.0156939 (92.9508) Other time (%) = 9.41753e-05 (0.557776) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28359 ave 28359 max 28359 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28359 Ave neighs/atom = 5.6718 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:17 2021 Memory usage per processor = 27.5408 Mbytes Step Atoms AVEKE stressZZ 18069 5000 5.9649389e-11 6375790.6 18070 -0.0120249999999934 6375696.1528298 18070 5000 5.9645017e-11 6375696.2 Loop time of 0.019089 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:17 2021 Pair time (%) = 0.00109506 (5.73659) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.183601) Outpt time (%) = 0.0178449 (93.4828) Other time (%) = 0.000113964 (0.597015) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28359 ave 28359 max 28359 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28359 Ave neighs/atom = 5.6718 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:17 2021 Memory usage per processor = 27.5408 Mbytes Step Atoms AVEKE stressZZ 18070 5000 5.9645017e-11 6375665 18071 -0.0120249999999934 6375570.5555279 18071 5000 5.9640645e-11 6375570.6 Loop time of 0.017318 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:17 2021 Pair time (%) = 0.0011909 (6.87666) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191363) Outpt time (%) = 0.0159681 (92.2051) Other time (%) = 0.000125885 (0.726902) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28359 ave 28359 max 28359 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28359 Ave neighs/atom = 5.6718 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:17 2021 Memory usage per processor = 27.5408 Mbytes Step Atoms AVEKE stressZZ 18071 5000 5.9640645e-11 6375539.5 18072 -0.0120249999999934 6375444.96474827 18072 5000 5.9636274e-11 6375445 Loop time of 0.017087 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:17 2021 Pair time (%) = 0.00106907 (6.25663) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186973) Outpt time (%) = 0.015893 (93.0122) Other time (%) = 9.29832e-05 (0.544176) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28359 ave 28359 max 28359 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28359 Ave neighs/atom = 5.6718 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:17 2021 Memory usage per processor = 27.5408 Mbytes Step Atoms AVEKE stressZZ 18072 5000 5.9636274e-11 6375413.9 18073 -0.0120249999999934 6375319.38050376 18073 5000 5.9631903e-11 6375319.4 Loop time of 0.0167949 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:17 2021 Pair time (%) = 0.00106907 (6.36543) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190225) Outpt time (%) = 0.015578 (92.7544) Other time (%) = 0.000115871 (0.68992) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28359 ave 28359 max 28359 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28359 Ave neighs/atom = 5.6718 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:17 2021 Memory usage per processor = 27.5408 Mbytes Step Atoms AVEKE stressZZ 18073 5000 5.9631903e-11 6375288.3 18074 -0.0120249999999934 6375193.80281779 18074 5000 5.9627533e-11 6375193.8 Loop time of 0.0168231 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:17 2021 Pair time (%) = 0.00111103 (6.60421) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.196993) Outpt time (%) = 0.0155311 (92.3201) Other time (%) = 0.00014782 (0.878672) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28359 ave 28359 max 28359 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28359 Ave neighs/atom = 5.6718 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:17 2021 Memory usage per processor = 27.5408 Mbytes Step Atoms AVEKE stressZZ 18074 5000 5.9627533e-11 6375162.7 18075 -0.0120249999999934 6375068.23167286 18075 5000 5.9623163e-11 6375068.2 Loop time of 0.0174799 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:18 2021 Pair time (%) = 0.0013299 (7.60816) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.18959) Outpt time (%) = 0.015938 (91.1793) Other time (%) = 0.000178814 (1.02297) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28359 ave 28359 max 28359 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28359 Ave neighs/atom = 5.6718 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:18 2021 Memory usage per processor = 27.5408 Mbytes Step Atoms AVEKE stressZZ 18075 5000 5.9623163e-11 6375037.1 18076 -0.0120249999999934 6374942.66706361 18076 5000 5.9618794e-11 6374942.7 Loop time of 0.0175021 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:18 2021 Pair time (%) = 0.00106907 (6.10824) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.17709) Outpt time (%) = 0.0163081 (93.1779) Other time (%) = 9.39369e-05 (0.536719) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28359 ave 28359 max 28359 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28359 Ave neighs/atom = 5.6718 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:18 2021 Memory usage per processor = 27.5408 Mbytes Step Atoms AVEKE stressZZ 18076 5000 5.9618794e-11 6374911.6 18077 -0.0120249999999934 6374817.10898674 18077 5000 5.9614425e-11 6374817.1 Loop time of 0.0164731 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:18 2021 Pair time (%) = 0.00106096 (6.44059) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.188152) Outpt time (%) = 0.015286 (92.7938) Other time (%) = 9.5129e-05 (0.577483) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28359 ave 28359 max 28359 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28359 Ave neighs/atom = 5.6718 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:18 2021 Memory usage per processor = 27.5408 Mbytes Step Atoms AVEKE stressZZ 18077 5000 5.9614425e-11 6374786 18078 -0.0120249999999934 6374691.55743993 18078 5000 5.9610057e-11 6374691.6 Loop time of 0.017036 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:18 2021 Pair time (%) = 0.00141096 (8.28225) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.228119) Outpt time (%) = 0.0153918 (90.349) Other time (%) = 0.000194311 (1.14059) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28359 ave 28359 max 28359 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28359 Ave neighs/atom = 5.6718 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:18 2021 Memory usage per processor = 27.5408 Mbytes Step Atoms AVEKE stressZZ 18078 5000 5.9610057e-11 6374660.5 18079 -0.0120249999999934 6374566.01242148 18079 5000 5.9605689e-11 6374566 Loop time of 0.0175629 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:18 2021 Pair time (%) = 0.00121593 (6.92333) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.188695) Outpt time (%) = 0.016207 (92.2798) Other time (%) = 0.000106812 (0.608167) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28359 ave 28359 max 28359 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28359 Ave neighs/atom = 5.6718 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:18 2021 Memory usage per processor = 27.5408 Mbytes Step Atoms AVEKE stressZZ 18079 5000 5.9605689e-11 6374534.9 18080 -0.0120249999999934 6374440.47392999 18080 5000 5.9601322e-11 6374440.5 Loop time of 0.019352 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:18 2021 Pair time (%) = 0.00107503 (5.55514) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.16509) Outpt time (%) = 0.018101 (93.5356) Other time (%) = 0.000144005 (0.744136) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28359 ave 28359 max 28359 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28359 Ave neighs/atom = 5.6718 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:18 2021 Memory usage per processor = 27.5408 Mbytes Step Atoms AVEKE stressZZ 18080 5000 5.9601322e-11 6374409.4 18081 -0.0120249999999934 6374314.94196388 18081 5000 5.9596955e-11 6374314.9 Loop time of 0.016696 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:18 2021 Pair time (%) = 0.00107288 (6.426) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191352) Outpt time (%) = 0.0154941 (92.8015) Other time (%) = 9.70364e-05 (0.581196) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28359 ave 28359 max 28359 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28359 Ave neighs/atom = 5.6718 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:18 2021 Memory usage per processor = 27.5408 Mbytes Step Atoms AVEKE stressZZ 18081 5000 5.9596955e-11 6374283.8 18082 -0.0120249999999934 6374189.41652205 18082 5000 5.9592589e-11 6374189.4 Loop time of 0.017333 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:18 2021 Pair time (%) = 0.00117588 (6.78404) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189821) Outpt time (%) = 0.016016 (92.4017) Other time (%) = 0.000108242 (0.624484) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28359 ave 28359 max 28359 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28359 Ave neighs/atom = 5.6718 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:18 2021 Memory usage per processor = 27.5408 Mbytes Step Atoms AVEKE stressZZ 18082 5000 5.9592589e-11 6374158.3 18083 -0.0120249999999934 6374063.89760335 18083 5000 5.9588223e-11 6374063.9 Loop time of 0.0170231 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:18 2021 Pair time (%) = 0.00106502 (6.2563) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187675) Outpt time (%) = 0.0158341 (93.0154) Other time (%) = 9.20296e-05 (0.540616) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28359 ave 28359 max 28359 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28359 Ave neighs/atom = 5.6718 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:18 2021 Memory usage per processor = 27.5408 Mbytes Step Atoms AVEKE stressZZ 18083 5000 5.9588223e-11 6374032.8 18084 -0.0120249999999934 6373938.3852068 18084 5000 5.9583858e-11 6373938.4 Loop time of 0.0166559 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:18 2021 Pair time (%) = 0.00106192 (6.37561) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191812) Outpt time (%) = 0.0154691 (92.8743) Other time (%) = 9.29832e-05 (0.558259) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28359 ave 28359 max 28359 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28359 Ave neighs/atom = 5.6718 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:18 2021 Memory usage per processor = 27.5408 Mbytes Step Atoms AVEKE stressZZ 18084 5000 5.9583858e-11 6373907.3 18085 -0.0120249999999934 6373812.87933142 18085 5000 5.9579493e-11 6373812.9 Loop time of 0.017266 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:18 2021 Pair time (%) = 0.001544 (8.9424) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.237507) Outpt time (%) = 0.015518 (89.8756) Other time (%) = 0.000163078 (0.944504) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28359 ave 28359 max 28359 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28359 Ave neighs/atom = 5.6718 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:18 2021 Memory usage per processor = 27.5408 Mbytes Step Atoms AVEKE stressZZ 18085 5000 5.9579493e-11 6373781.8 18086 -0.0120249999999934 6373687.37997609 18086 5000 5.9575128e-11 6373687.4 Loop time of 0.017354 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:18 2021 Pair time (%) = 0.00125098 (7.20861) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184096) Outpt time (%) = 0.0159712 (92.0317) Other time (%) = 9.98974e-05 (0.575644) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28359 ave 28359 max 28359 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28359 Ave neighs/atom = 5.6718 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:18 2021 Memory usage per processor = 27.5408 Mbytes Step Atoms AVEKE stressZZ 18086 5000 5.9575128e-11 6373656.3 18087 -0.0120249999999934 6373561.88713344 18087 5000 5.9570765e-11 6373561.9 Loop time of 0.0173199 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:18 2021 Pair time (%) = 0.00106096 (6.12568) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.178952) Outpt time (%) = 0.016072 (92.7951) Other time (%) = 0.000155926 (0.900268) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28359 ave 28359 max 28359 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28359 Ave neighs/atom = 5.6718 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:18 2021 Memory usage per processor = 27.5408 Mbytes Step Atoms AVEKE stressZZ 18087 5000 5.9570765e-11 6373530.8 18088 -0.0120249999999934 6373436.40079696 18088 5000 5.9566401e-11 6373436.4 Loop time of 0.0166211 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:18 2021 Pair time (%) = 0.00106096 (6.38322) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192214) Outpt time (%) = 0.015373 (92.4907) Other time (%) = 0.00015521 (0.933815) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28359 ave 28359 max 28359 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28359 Ave neighs/atom = 5.6718 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:18 2021 Memory usage per processor = 27.5408 Mbytes Step Atoms AVEKE stressZZ 18088 5000 5.9566401e-11 6373405.3 18089 -0.0120249999999934 6373310.92098184 18089 5000 5.9562039e-11 6373310.9 Loop time of 0.016798 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:18 2021 Pair time (%) = 0.0012939 (7.70268) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.214318) Outpt time (%) = 0.0153461 (91.3563) Other time (%) = 0.00012207 (0.726695) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28359 ave 28359 max 28359 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28359 Ave neighs/atom = 5.6718 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:18 2021 Memory usage per processor = 27.5408 Mbytes Step Atoms AVEKE stressZZ 18089 5000 5.9562039e-11 6373279.8 18090 -0.0120249999999934 6373185.44768223 18090 5000 5.9557676e-11 6373185.4 Loop time of 0.019558 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:18 2021 Pair time (%) = 0.0011251 (5.75263) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.168227) Outpt time (%) = 0.0182991 (93.5635) Other time (%) = 0.000100851 (0.515652) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28359 ave 28359 max 28359 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28359 Ave neighs/atom = 5.6718 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:18 2021 Memory usage per processor = 27.5408 Mbytes Step Atoms AVEKE stressZZ 18090 5000 5.9557676e-11 6373154.4 18091 -0.0120249999999934 6373059.98090195 18091 5000 5.9553315e-11 6373060 Loop time of 0.017375 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:18 2021 Pair time (%) = 0.00106311 (6.11861) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.236017) Outpt time (%) = 0.016176 (93.0992) Other time (%) = 9.48906e-05 (0.546133) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28359 ave 28359 max 28359 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28359 Ave neighs/atom = 5.6718 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:18 2021 Memory usage per processor = 27.5408 Mbytes Step Atoms AVEKE stressZZ 18091 5000 5.9553315e-11 6373028.9 18092 -0.0120249999999934 6372934.52074881 18092 5000 5.9548953e-11 6372934.5 Loop time of 0.016978 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:18 2021 Pair time (%) = 0.00112891 (6.64925) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188173) Outpt time (%) = 0.015723 (92.6079) Other time (%) = 9.41753e-05 (0.55469) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28359 ave 28359 max 28359 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28359 Ave neighs/atom = 5.6718 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:18 2021 Memory usage per processor = 27.5408 Mbytes Step Atoms AVEKE stressZZ 18092 5000 5.9548953e-11 6372903.4 18093 -0.0120249999999934 6372809.06718589 18093 5000 5.9544592e-11 6372809.1 Loop time of 0.0171831 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:18 2021 Pair time (%) = 0.00112796 (6.56436) Neigh time (%) = 0 (0) Comm time (%) = 8.70228e-05 (0.506445) Outpt time (%) = 0.0158198 (92.0662) Other time (%) = 0.000148296 (0.863038) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28359 ave 28359 max 28359 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28359 Ave neighs/atom = 5.6718 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:18 2021 Memory usage per processor = 27.5408 Mbytes Step Atoms AVEKE stressZZ 18093 5000 5.9544592e-11 6372778 18094 -0.0120249999999934 6372683.62018876 18094 5000 5.9540232e-11 6372683.6 Loop time of 0.0171161 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:18 2021 Pair time (%) = 0.00106096 (6.19863) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181084) Outpt time (%) = 0.0159299 (93.0701) Other time (%) = 9.41753e-05 (0.550216) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28359 ave 28359 max 28359 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28359 Ave neighs/atom = 5.6718 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:18 2021 Memory usage per processor = 27.5408 Mbytes Step Atoms AVEKE stressZZ 18094 5000 5.9540232e-11 6372652.5 18095 -0.0120249999999934 6372558.179747 18095 5000 5.9535872e-11 6372558.2 Loop time of 0.0168281 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:18 2021 Pair time (%) = 0.00106096 (6.30472) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18985) Outpt time (%) = 0.0156019 (92.7134) Other time (%) = 0.000133276 (0.791987) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28359 ave 28359 max 28359 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28359 Ave neighs/atom = 5.6718 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:18 2021 Memory usage per processor = 27.5408 Mbytes Step Atoms AVEKE stressZZ 18095 5000 5.9535872e-11 6372527.1 18096 -0.0120249999999934 6372432.74585409 18096 5000 5.9531513e-11 6372432.7 Loop time of 0.0168941 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:18 2021 Pair time (%) = 0.00116992 (6.92502) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.200398) Outpt time (%) = 0.0155809 (92.2268) Other time (%) = 0.000109434 (0.647765) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28359 ave 28359 max 28359 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28359 Ave neighs/atom = 5.6718 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:18 2021 Memory usage per processor = 27.5408 Mbytes Step Atoms AVEKE stressZZ 18096 5000 5.9531513e-11 6372401.7 18097 -0.0120249999999934 6372307.31850531 18097 5000 5.9527154e-11 6372307.3 Loop time of 0.0173669 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:18 2021 Pair time (%) = 0.00118899 (6.84632) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.190824) Outpt time (%) = 0.016011 (92.1927) Other time (%) = 0.000133753 (0.77016) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28359 ave 28359 max 28359 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28359 Ave neighs/atom = 5.6718 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:18 2021 Memory usage per processor = 27.5408 Mbytes Step Atoms AVEKE stressZZ 18097 5000 5.9527154e-11 6372276.2 18098 -0.0120249999999934 6372181.89769714 18098 5000 5.9522796e-11 6372181.9 Loop time of 0.0173118 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:18 2021 Pair time (%) = 0.00106215 (6.13543) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179036) Outpt time (%) = 0.0160959 (92.9763) Other time (%) = 0.000122786 (0.709259) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28359 ave 28359 max 28359 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28359 Ave neighs/atom = 5.6718 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:18 2021 Memory usage per processor = 27.5408 Mbytes Step Atoms AVEKE stressZZ 18098 5000 5.9522796e-11 6372150.8 18099 -0.0120249999999934 6372056.48342647 18099 5000 5.9518438e-11 6372056.5 Loop time of 0.0165322 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:18 2021 Pair time (%) = 0.0010829 (6.55024) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.204785) Outpt time (%) = 0.0153191 (92.6623) Other time (%) = 9.63211e-05 (0.582628) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28359 ave 28359 max 28359 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28359 Ave neighs/atom = 5.6718 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:18 2021 Memory usage per processor = 27.5408 Mbytes Step Atoms AVEKE stressZZ 18099 5000 5.9518438e-11 6372025.4 18100 -0.0120249999999934 6371931.07567899 18100 5000 5.9514081e-11 6371931.1 Loop time of 0.0187712 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:18 2021 Pair time (%) = 0.00111198 (5.92389) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.175278) Outpt time (%) = 0.0175321 (93.3991) Other time (%) = 9.41753e-05 (0.501702) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28359 ave 28359 max 28359 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28359 Ave neighs/atom = 5.6718 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:18 2021 Memory usage per processor = 27.5408 Mbytes Step Atoms AVEKE stressZZ 18100 5000 5.9514081e-11 6371900 18101 -0.0120249999999934 6371805.67445813 18101 5000 5.9509724e-11 6371805.7 Loop time of 0.0163059 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:18 2021 Pair time (%) = 0.00110579 (6.78149) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.195929) Outpt time (%) = 0.0150778 (92.4684) Other time (%) = 9.03606e-05 (0.554158) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28359 ave 28359 max 28359 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28359 Ave neighs/atom = 5.6718 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:18 2021 Memory usage per processor = 27.5408 Mbytes Step Atoms AVEKE stressZZ 18101 5000 5.9509724e-11 6371774.6 18102 -0.0120249999999934 6371680.27976651 18102 5000 5.9505367e-11 6371680.3 Loop time of 0.0169671 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:18 2021 Pair time (%) = 0.00111485 (6.57065) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.193916) Outpt time (%) = 0.0157261 (92.686) Other time (%) = 9.32217e-05 (0.549427) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28359 ave 28359 max 28359 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28359 Ave neighs/atom = 5.6718 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:18 2021 Memory usage per processor = 27.5408 Mbytes Step Atoms AVEKE stressZZ 18102 5000 5.9505367e-11 6371649.2 18103 -0.0120249999999934 6371554.89160241 18103 5000 5.9501012e-11 6371554.9 Loop time of 0.017477 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:18 2021 Pair time (%) = 0.00111294 (6.368) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.188257) Outpt time (%) = 0.0162392 (92.9172) Other time (%) = 9.20296e-05 (0.526574) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28359 ave 28359 max 28359 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28359 Ave neighs/atom = 5.6718 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:18 2021 Memory usage per processor = 27.5408 Mbytes Step Atoms AVEKE stressZZ 18103 5000 5.9501012e-11 6371523.8 18104 -0.0120249999999934 6371429.50996437 18104 5000 5.9496656e-11 6371429.5 Loop time of 0.0174389 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:18 2021 Pair time (%) = 0.00120711 (6.92196) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.200973) Outpt time (%) = 0.016084 (92.2304) Other time (%) = 0.000112772 (0.64667) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28359 ave 28359 max 28359 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28359 Ave neighs/atom = 5.6718 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:18 2021 Memory usage per processor = 27.5408 Mbytes Step Atoms AVEKE stressZZ 18104 5000 5.9496656e-11 6371398.4 18105 -0.0120249999999934 6371304.13485098 18105 5000 5.9492301e-11 6371304.1 Loop time of 0.017117 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:18 2021 Pair time (%) = 0.0011282 (6.59108) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204752) Outpt time (%) = 0.015846 (92.5746) Other time (%) = 0.000107765 (0.629579) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28359 ave 28359 max 28359 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28359 Ave neighs/atom = 5.6718 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:18 2021 Memory usage per processor = 27.5408 Mbytes Step Atoms AVEKE stressZZ 18105 5000 5.9492301e-11 6371273.1 18106 -0.0120249999999934 6371178.7662608 18106 5000 5.9487947e-11 6371178.8 Loop time of 0.017457 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:18 2021 Pair time (%) = 0.00133109 (7.62497) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.206228) Outpt time (%) = 0.0159531 (91.3849) Other time (%) = 0.000136852 (0.783939) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28359 ave 28359 max 28359 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28359 Ave neighs/atom = 5.6718 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:18 2021 Memory usage per processor = 27.5408 Mbytes Step Atoms AVEKE stressZZ 18106 5000 5.9487947e-11 6371147.7 18107 -0.0120249999999934 6371053.4041927 18107 5000 5.9483593e-11 6371053.4 Loop time of 0.0173039 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:18 2021 Pair time (%) = 0.00111794 (6.46064) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.195652) Outpt time (%) = 0.0160489 (92.7471) Other time (%) = 0.000103235 (0.5966) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28359 ave 28359 max 28359 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28359 Ave neighs/atom = 5.6718 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:18 2021 Memory usage per processor = 27.5408 Mbytes Step Atoms AVEKE stressZZ 18107 5000 5.9483593e-11 6371022.3 18108 -0.0120249999999934 6370928.04864545 18108 5000 5.947924e-11 6370928 Loop time of 0.01741 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:18 2021 Pair time (%) = 0.00111508 (6.40483) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.190351) Outpt time (%) = 0.0161648 (92.8475) Other time (%) = 9.70364e-05 (0.557359) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28359 ave 28359 max 28359 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28359 Ave neighs/atom = 5.6718 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:18 2021 Memory usage per processor = 27.5408 Mbytes Step Atoms AVEKE stressZZ 18108 5000 5.947924e-11 6370897 18109 -0.0120249999999934 6370802.69961788 18109 5000 5.9474887e-11 6370802.7 Loop time of 0.0171959 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:18 2021 Pair time (%) = 0.00111699 (6.49567) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.203813) Outpt time (%) = 0.015939 (92.6905) Other time (%) = 0.000104904 (0.610052) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28359 ave 28359 max 28359 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28359 Ave neighs/atom = 5.6718 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:18 2021 Memory usage per processor = 27.5408 Mbytes Step Atoms AVEKE stressZZ 18109 5000 5.9474887e-11 6370771.6 18110 -0.0120249999999934 6370677.35710907 18110 5000 5.9470535e-11 6370677.4 Loop time of 0.020268 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:18 2021 Pair time (%) = 0.0011878 (5.86049) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.172921) Outpt time (%) = 0.0189199 (93.349) Other time (%) = 0.00012517 (0.617574) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28359 ave 28359 max 28359 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28359 Ave neighs/atom = 5.6718 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:18 2021 Memory usage per processor = 27.5408 Mbytes Step Atoms AVEKE stressZZ 18110 5000 5.9470535e-11 6370646.3 18111 -0.0120249999999934 6370552.02111794 18111 5000 5.9466183e-11 6370552 Loop time of 0.0173409 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:18 2021 Pair time (%) = 0.0011251 (6.48811) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.19111) Outpt time (%) = 0.016082 (92.7406) Other time (%) = 0.000100613 (0.580204) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28359 ave 28359 max 28359 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28359 Ave neighs/atom = 5.6718 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:18 2021 Memory usage per processor = 27.5408 Mbytes Step Atoms AVEKE stressZZ 18111 5000 5.9466183e-11 6370520.9 18112 -0.0120249999999934 6370426.69164336 18112 5000 5.9461831e-11 6370426.7 Loop time of 0.0174239 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:18 2021 Pair time (%) = 0.00113702 (6.52564) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.188832) Outpt time (%) = 0.0161541 (92.7122) Other time (%) = 9.98974e-05 (0.573336) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28359 ave 28359 max 28359 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28359 Ave neighs/atom = 5.6718 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:18 2021 Memory usage per processor = 27.5408 Mbytes Step Atoms AVEKE stressZZ 18112 5000 5.9461831e-11 6370395.6 18113 -0.0120249999999934 6370301.36868474 18113 5000 5.945748e-11 6370301.4 Loop time of 0.0171108 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:18 2021 Pair time (%) = 0.00112391 (6.56839) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.19786) Outpt time (%) = 0.015847 (92.6137) Other time (%) = 0.000106096 (0.620054) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28359 ave 28359 max 28359 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28359 Ave neighs/atom = 5.6718 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:18 2021 Memory usage per processor = 27.5408 Mbytes Step Atoms AVEKE stressZZ 18113 5000 5.945748e-11 6370270.3 18114 -0.0120249999999934 6370176.05224114 18114 5000 5.945313e-11 6370176.1 Loop time of 0.0175231 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:18 2021 Pair time (%) = 0.00136709 (7.80168) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.216335) Outpt time (%) = 0.015976 (91.1711) Other time (%) = 0.000142097 (0.810917) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28359 ave 28359 max 28359 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28359 Ave neighs/atom = 5.6718 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:18 2021 Memory usage per processor = 27.5408 Mbytes Step Atoms AVEKE stressZZ 18114 5000 5.945313e-11 6370145 18115 -0.0120249999999934 6370050.74231179 18115 5000 5.944878e-11 6370050.7 Loop time of 0.01737 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:18 2021 Pair time (%) = 0.00118494 (6.82177) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.19079) Outpt time (%) = 0.0160451 (92.3725) Other time (%) = 0.000106812 (0.61492) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28359 ave 28359 max 28359 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28359 Ave neighs/atom = 5.6718 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:18 2021 Memory usage per processor = 27.5408 Mbytes Step Atoms AVEKE stressZZ 18115 5000 5.944878e-11 6370019.7 18116 -0.0120249999999934 6369925.43891877 18116 5000 5.9444431e-11 6369925.4 Loop time of 0.017452 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:18 2021 Pair time (%) = 0.00111794 (6.40583) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.195358) Outpt time (%) = 0.0161872 (92.7526) Other time (%) = 0.000112772 (0.646184) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28359 ave 28359 max 28359 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28359 Ave neighs/atom = 5.6718 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:18 2021 Memory usage per processor = 27.5408 Mbytes Step Atoms AVEKE stressZZ 18116 5000 5.9444431e-11 6369894.4 18117 -0.0120249999999934 6369800.14208332 18117 5000 5.9440082e-11 6369800.1 Loop time of 0.017175 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:18 2021 Pair time (%) = 0.00113821 (6.62715) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.209615) Outpt time (%) = 0.0158961 (92.5538) Other time (%) = 0.000104666 (0.609409) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28359 ave 28359 max 28359 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28359 Ave neighs/atom = 5.6718 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:18 2021 Memory usage per processor = 27.5408 Mbytes Step Atoms AVEKE stressZZ 18117 5000 5.9440082e-11 6369769.1 18118 -0.0120249999999934 6369674.85178549 18118 5000 5.9435733e-11 6369674.9 Loop time of 0.0174849 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:19 2021 Pair time (%) = 0.00117588 (6.72512) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.193627) Outpt time (%) = 0.0161641 (92.4458) Other time (%) = 0.000111103 (0.635423) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28359 ave 28359 max 28359 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28359 Ave neighs/atom = 5.6718 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:19 2021 Memory usage per processor = 27.5408 Mbytes Step Atoms AVEKE stressZZ 18118 5000 5.9435733e-11 6369643.8 18119 -0.0120249999999934 6369549.56802019 18119 5000 5.9431386e-11 6369549.6 Loop time of 0.017334 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:19 2021 Pair time (%) = 0.00111389 (6.42606) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.195312) Outpt time (%) = 0.016089 (92.8175) Other time (%) = 9.72748e-05 (0.56118) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28359 ave 28359 max 28359 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28359 Ave neighs/atom = 5.6718 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:25:19 2021 Memory usage per processor = 27.5408 Mbytes Step Atoms AVEKE stressZZ 18119 5000 5.9431386e-11 6369518.5 18120 -0.0120249999999934 6369405.54682304 18120 5000 1.1733588e-10 6369615.1 Loop time of 0.0193069 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:19 2021 Pair time (%) = 0.00111699 (5.78545) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.176589) Outpt time (%) = 0.0180349 (93.4119) Other time (%) = 0.000120878 (0.626088) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28359 ave 28359 max 28359 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28359 Ave neighs/atom = 5.6718 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:19 2021 Memory usage per processor = 27.5409 Mbytes Step Atoms AVEKE stressZZ 18120 5000 1.1733588e-10 6429706 18121 -0.0120574999999934 6429581.45355588 18121 5000 9.444351e-11 6429581.5 Loop time of 0.0169568 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:19 2021 Pair time (%) = 0.001122 (6.6168) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.201063) Outpt time (%) = 0.0156999 (92.5874) Other time (%) = 0.000100851 (0.594753) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:19 2021 Memory usage per processor = 27.5409 Mbytes Step Atoms AVEKE stressZZ 18121 5000 9.444351e-11 6429539.5 18122 -0.0120574999999934 6429425.65336023 18122 5000 8.1183954e-11 6429425.7 Loop time of 0.0173659 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:19 2021 Pair time (%) = 0.00134397 (7.73909) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.207309) Outpt time (%) = 0.015851 (91.2765) Other time (%) = 0.000134945 (0.777067) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:19 2021 Memory usage per processor = 27.5409 Mbytes Step Atoms AVEKE stressZZ 18122 5000 8.1183954e-11 6429387.5 18123 -0.0120574999999934 6429280.43753088 18123 5000 7.3276979e-11 6429280.4 Loop time of 0.0173471 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:19 2021 Pair time (%) = 0.00120997 (6.97508) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.202037) Outpt time (%) = 0.0159931 (92.1948) Other time (%) = 0.000108957 (0.628101) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:19 2021 Memory usage per processor = 27.5409 Mbytes Step Atoms AVEKE stressZZ 18123 5000 7.3276979e-11 6429244.8 18124 -0.0120574999999934 6429141.95058393 18124 5000 6.8460946e-11 6429142 Loop time of 0.0171371 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:19 2021 Pair time (%) = 0.0011189 (6.52912) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191992) Outpt time (%) = 0.0158851 (92.6946) Other time (%) = 0.000100136 (0.584323) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:19 2021 Memory usage per processor = 27.5409 Mbytes Step Atoms AVEKE stressZZ 18124 5000 6.8460946e-11 6429107.8 18125 -0.0120574999999934 6429007.74232496 18125 5000 6.5483749e-11 6429007.7 Loop time of 0.017046 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:19 2021 Pair time (%) = 0.00115418 (6.77101) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.200011) Outpt time (%) = 0.0157499 (92.3968) Other time (%) = 0.000107765 (0.632203) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:19 2021 Memory usage per processor = 27.5409 Mbytes Step Atoms AVEKE stressZZ 18125 5000 6.5483749e-11 6428974.6 18126 -0.0120574999999934 6428876.25563129 18126 5000 6.362446e-11 6428876.3 Loop time of 0.0174 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:19 2021 Pair time (%) = 0.00117302 (6.74148) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.201422) Outpt time (%) = 0.0160861 (92.4487) Other time (%) = 0.000105858 (0.608378) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:19 2021 Memory usage per processor = 27.5409 Mbytes Step Atoms AVEKE stressZZ 18126 5000 6.362446e-11 6428843.7 18127 -0.0120574999999934 6428746.50093437 18127 5000 6.2455135e-11 6428746.5 Loop time of 0.017267 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:19 2021 Pair time (%) = 0.00112104 (6.49241) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.19607) Outpt time (%) = 0.0160141 (92.744) Other time (%) = 9.799e-05 (0.567499) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:19 2021 Memory usage per processor = 27.5409 Mbytes Step Atoms AVEKE stressZZ 18127 5000 6.2455135e-11 6428714.3 18128 -0.0120574999999934 6428617.8493523 18128 5000 6.1716015e-11 6428617.8 Loop time of 0.017314 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:19 2021 Pair time (%) = 0.00111794 (6.4569) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191407) Outpt time (%) = 0.0160661 (92.7926) Other time (%) = 9.67979e-05 (0.559075) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:19 2021 Memory usage per processor = 27.5409 Mbytes Step Atoms AVEKE stressZZ 18128 5000 6.1716015e-11 6428585.9 18129 -0.0120574999999934 6428489.90122312 18129 5000 6.1246951e-11 6428489.9 Loop time of 0.017309 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:19 2021 Pair time (%) = 0.00116491 (6.73012) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.207992) Outpt time (%) = 0.0160069 (92.4779) Other time (%) = 0.000101089 (0.58403) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:19 2021 Memory usage per processor = 27.5409 Mbytes Step Atoms AVEKE stressZZ 18129 5000 6.1246951e-11 6428458.2 18130 -0.0120574999999934 6428362.40255681 18130 5000 6.0948159e-11 6428362.4 Loop time of 0.0198631 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:19 2021 Pair time (%) = 0.00114298 (5.75427) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.170444) Outpt time (%) = 0.0185869 (93.5748) Other time (%) = 9.94205e-05 (0.500528) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:19 2021 Memory usage per processor = 27.541 Mbytes Step Atoms AVEKE stressZZ 18130 5000 6.0948159e-11 6428330.8 18131 -0.0120574999999934 6428235.19193924 18131 5000 6.075703e-11 6428235.2 Loop time of 0.017432 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:19 2021 Pair time (%) = 0.00111508 (6.39677) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.190111) Outpt time (%) = 0.0161932 (92.8934) Other time (%) = 9.05991e-05 (0.519729) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:19 2021 Memory usage per processor = 27.541 Mbytes Step Atoms AVEKE stressZZ 18131 5000 6.075703e-11 6428203.6 18132 -0.0120574999999934 6428108.16678943 18132 5000 6.0634101e-11 6428108.2 Loop time of 0.01738 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:19 2021 Pair time (%) = 0.00113511 (6.53113) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.19068) Outpt time (%) = 0.0161109 (92.6979) Other time (%) = 0.000100851 (0.580271) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:19 2021 Memory usage per processor = 27.541 Mbytes Step Atoms AVEKE stressZZ 18132 5000 6.0634101e-11 6428076.6 18133 -0.0120574999999934 6427981.26191569 18133 5000 6.0554424e-11 6427981.3 Loop time of 0.0173478 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:19 2021 Pair time (%) = 0.00114799 (6.61747) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.196531) Outpt time (%) = 0.0160599 (92.5758) Other time (%) = 0.000105858 (0.610209) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:19 2021 Memory usage per processor = 27.541 Mbytes Step Atoms AVEKE stressZZ 18133 5000 6.0554424e-11 6427949.8 18134 -0.0120574999999934 6427854.43588736 18134 5000 6.0502198e-11 6427854.4 Loop time of 0.0174811 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:19 2021 Pair time (%) = 0.00116587 (6.6693) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.188213) Outpt time (%) = 0.0161762 (92.5356) Other time (%) = 0.000106096 (0.60692) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:19 2021 Memory usage per processor = 27.541 Mbytes Step Atoms AVEKE stressZZ 18134 5000 6.0502198e-11 6427822.9 18135 -0.0120574999999934 6427727.66237456 18135 5000 6.0467403e-11 6427727.7 Loop time of 0.017338 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:19 2021 Pair time (%) = 0.00111008 (6.40255) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.196642) Outpt time (%) = 0.016098 (92.848) Other time (%) = 9.58443e-05 (0.552798) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:19 2021 Memory usage per processor = 27.541 Mbytes Step Atoms AVEKE stressZZ 18135 5000 6.0467403e-11 6427696.2 18136 -0.0120574999999934 6427600.92464387 18136 5000 6.0443679e-11 6427600.9 Loop time of 0.017767 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:19 2021 Pair time (%) = 0.00131106 (7.37923) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.207998) Outpt time (%) = 0.016295 (91.715) Other time (%) = 0.000123978 (0.697799) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:19 2021 Memory usage per processor = 27.541 Mbytes Step Atoms AVEKE stressZZ 18136 5000 6.0443679e-11 6427569.5 18137 -0.0120574999999934 6427474.21206332 18137 5000 6.0426989e-11 6427474.2 Loop time of 0.0172582 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:19 2021 Pair time (%) = 0.00118208 (6.84939) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.201696) Outpt time (%) = 0.015933 (92.3217) Other time (%) = 0.000108242 (0.627193) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:19 2021 Memory usage per processor = 27.541 Mbytes Step Atoms AVEKE stressZZ 18137 5000 6.0426989e-11 6427442.7 18138 -0.0120574999999934 6427347.51787785 18138 5000 6.0414768e-11 6427347.5 Loop time of 0.0174761 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:19 2021 Pair time (%) = 0.00118208 (6.76398) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.200546) Outpt time (%) = 0.0161562 (92.4475) Other time (%) = 0.000102758 (0.587995) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:19 2021 Memory usage per processor = 27.541 Mbytes Step Atoms AVEKE stressZZ 18138 5000 6.0414768e-11 6427316.1 18139 -0.0120574999999934 6427220.83778879 18139 5000 6.0405387e-11 6427220.8 Loop time of 0.017328 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:19 2021 Pair time (%) = 0.00112605 (6.49844) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191252) Outpt time (%) = 0.0160708 (92.7448) Other time (%) = 9.799e-05 (0.5655) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:19 2021 Memory usage per processor = 27.541 Mbytes Step Atoms AVEKE stressZZ 18139 5000 6.0405387e-11 6427189.4 18140 -0.0120574999999934 6427094.16906512 18140 5000 6.0397811e-11 6427094.2 Loop time of 0.019531 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:19 2021 Pair time (%) = 0.001122 (5.7447) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.173342) Outpt time (%) = 0.018276 (93.5741) Other time (%) = 9.91821e-05 (0.507819) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:19 2021 Memory usage per processor = 27.541 Mbytes Step Atoms AVEKE stressZZ 18140 5000 6.0397811e-11 6427062.7 18141 -0.0120574999999934 6426967.5099878 18141 5000 6.0391382e-11 6426967.5 Loop time of 0.0172179 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:19 2021 Pair time (%) = 0.00113797 (6.60925) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.203553) Outpt time (%) = 0.0159349 (92.5488) Other time (%) = 0.000109911 (0.638354) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:19 2021 Memory usage per processor = 27.541 Mbytes Step Atoms AVEKE stressZZ 18141 5000 6.0391382e-11 6426936.1 18142 -0.0120574999999934 6426840.85963086 18142 5000 6.0385682e-11 6426840.9 Loop time of 0.0173681 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:19 2021 Pair time (%) = 0.00117898 (6.7882) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189438) Outpt time (%) = 0.0160592 (92.4637) Other time (%) = 9.70364e-05 (0.558705) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:19 2021 Memory usage per processor = 27.541 Mbytes Step Atoms AVEKE stressZZ 18142 5000 6.0385682e-11 6426809.4 18143 -0.0120574999999934 6426714.2172206 18143 5000 6.0380446e-11 6426714.2 Loop time of 0.017019 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:19 2021 Pair time (%) = 0.00111294 (6.53937) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.211535) Outpt time (%) = 0.0157721 (92.6733) Other time (%) = 9.799e-05 (0.575767) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:19 2021 Memory usage per processor = 27.541 Mbytes Step Atoms AVEKE stressZZ 18143 5000 6.0380446e-11 6426682.8 18144 -0.0120574999999934 6426587.58227544 18144 5000 6.0375504e-11 6426587.6 Loop time of 0.0169511 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:19 2021 Pair time (%) = 0.00111699 (6.5895) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.194098) Outpt time (%) = 0.015708 (92.6665) Other time (%) = 9.32217e-05 (0.549945) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:19 2021 Memory usage per processor = 27.541 Mbytes Step Atoms AVEKE stressZZ 18144 5000 6.0375504e-11 6426556.1 18145 -0.0120574999999934 6426460.95449598 18145 5000 6.037075e-11 6426461 Loop time of 0.0170102 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:19 2021 Pair time (%) = 0.0011189 (6.5778) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.193424) Outpt time (%) = 0.0157652 (92.6807) Other time (%) = 9.32217e-05 (0.548034) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:19 2021 Memory usage per processor = 27.541 Mbytes Step Atoms AVEKE stressZZ 18145 5000 6.037075e-11 6426429.5 18146 -0.0120574999999934 6426334.33369213 18146 5000 6.0366115e-11 6426334.3 Loop time of 0.0171511 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:19 2021 Pair time (%) = 0.00111604 (6.50708) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191835) Outpt time (%) = 0.015908 (92.752) Other time (%) = 9.41753e-05 (0.549092) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:19 2021 Memory usage per processor = 27.541 Mbytes Step Atoms AVEKE stressZZ 18146 5000 6.0366115e-11 6426302.9 18147 -0.0120574999999934 6426207.71974221 18147 5000 6.0361556e-11 6426207.7 Loop time of 0.0172341 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:19 2021 Pair time (%) = 0.00114202 (6.62655) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.201978) Outpt time (%) = 0.0159481 (92.5379) Other time (%) = 0.000109196 (0.633603) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:19 2021 Memory usage per processor = 27.541 Mbytes Step Atoms AVEKE stressZZ 18147 5000 6.0361556e-11 6426176.3 18148 -0.0120574999999934 6426081.11256784 18148 5000 6.0357046e-11 6426081.1 Loop time of 0.017565 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:19 2021 Pair time (%) = 0.00118589 (6.75146) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.211747) Outpt time (%) = 0.016212 (92.297) Other time (%) = 0.000129938 (0.739755) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:19 2021 Memory usage per processor = 27.541 Mbytes Step Atoms AVEKE stressZZ 18148 5000 6.0357046e-11 6426049.7 18149 -0.0120574999999934 6425954.5121182 18149 5000 6.0352566e-11 6425954.5 Loop time of 0.0172758 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:19 2021 Pair time (%) = 0.00111389 (6.4477) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.19183) Outpt time (%) = 0.016032 (92.8002) Other time (%) = 9.67979e-05 (0.560309) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:19 2021 Memory usage per processor = 27.541 Mbytes Step Atoms AVEKE stressZZ 18149 5000 6.0352566e-11 6425923.1 18150 -0.0120574999999934 6425827.91833392 18150 5000 6.0348107e-11 6425827.9 Loop time of 0.019732 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:19 2021 Pair time (%) = 0.00111508 (5.65114) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.167951) Outpt time (%) = 0.018486 (93.6855) Other time (%) = 9.77516e-05 (0.495396) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:19 2021 Memory usage per processor = 27.541 Mbytes Step Atoms AVEKE stressZZ 18150 5000 6.0348107e-11 6425796.5 18151 -0.0120574999999934 6425701.33120783 18151 5000 6.034366e-11 6425701.3 Loop time of 0.0171928 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:19 2021 Pair time (%) = 0.0011189 (6.50793) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.196916) Outpt time (%) = 0.0159359 (92.6892) Other time (%) = 0.000104189 (0.606002) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:19 2021 Memory usage per processor = 27.541 Mbytes Step Atoms AVEKE stressZZ 18151 5000 6.034366e-11 6425669.9 18152 -0.0120574999999934 6425574.75073284 18152 5000 6.0339222e-11 6425574.8 Loop time of 0.0175052 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:19 2021 Pair time (%) = 0.00118804 (6.78679) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.19885) Outpt time (%) = 0.01617 (92.3729) Other time (%) = 0.000112295 (0.641497) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:19 2021 Memory usage per processor = 27.541 Mbytes Step Atoms AVEKE stressZZ 18152 5000 6.0339222e-11 6425543.3 18153 -0.0120574999999934 6425448.17689882 18153 5000 6.0334789e-11 6425448.2 Loop time of 0.017297 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:19 2021 Pair time (%) = 0.00111294 (6.43427) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190216) Outpt time (%) = 0.016057 (92.8311) Other time (%) = 9.41753e-05 (0.54446) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:19 2021 Memory usage per processor = 27.541 Mbytes Step Atoms AVEKE stressZZ 18153 5000 6.0334789e-11 6425416.7 18154 -0.0120574999999934 6425321.60969874 18154 5000 6.033036e-11 6425321.6 Loop time of 0.0171149 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:19 2021 Pair time (%) = 0.00111604 (6.52086) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193634) Outpt time (%) = 0.0158689 (92.7199) Other time (%) = 9.67979e-05 (0.565578) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:19 2021 Memory usage per processor = 27.541 Mbytes Step Atoms AVEKE stressZZ 18154 5000 6.033036e-11 6425290.2 18155 -0.0120574999999934 6425195.0491273 18155 5000 6.0325933e-11 6425195 Loop time of 0.0171762 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:19 2021 Pair time (%) = 0.00120592 (7.0209) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204048) Outpt time (%) = 0.0158269 (92.1449) Other time (%) = 0.000108242 (0.630188) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:19 2021 Memory usage per processor = 27.541 Mbytes Step Atoms AVEKE stressZZ 18155 5000 6.0325933e-11 6425163.6 18156 -0.0120574999999934 6425068.49518063 18156 5000 6.0321508e-11 6425068.5 Loop time of 0.0174408 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:19 2021 Pair time (%) = 0.001158 (6.6396) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.194116) Outpt time (%) = 0.0161419 (92.5525) Other time (%) = 0.00010705 (0.61379) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:19 2021 Memory usage per processor = 27.541 Mbytes Step Atoms AVEKE stressZZ 18156 5000 6.0321508e-11 6425037.1 18157 -0.0120574999999934 6424941.947857 18157 5000 6.0317084e-11 6424941.9 Loop time of 0.017417 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:19 2021 Pair time (%) = 0.00112009 (6.43104) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.190275) Outpt time (%) = 0.016165 (92.812) Other time (%) = 9.87053e-05 (0.56672) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:19 2021 Memory usage per processor = 27.541 Mbytes Step Atoms AVEKE stressZZ 18157 5000 6.0317084e-11 6424910.5 18158 -0.0120574999999934 6424815.40716072 18158 5000 6.0312662e-11 6424815.4 Loop time of 0.017103 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:19 2021 Pair time (%) = 0.00111485 (6.51844) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.197951) Outpt time (%) = 0.0158579 (92.7204) Other time (%) = 9.63211e-05 (0.563184) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:19 2021 Memory usage per processor = 27.541 Mbytes Step Atoms AVEKE stressZZ 18158 5000 6.0312662e-11 6424784 18159 -0.0120574999999934 6424688.87308167 18159 5000 6.030824e-11 6424688.9 Loop time of 0.0172629 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:19 2021 Pair time (%) = 0.00119495 (6.92208) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.208546) Outpt time (%) = 0.015924 (92.2437) Other time (%) = 0.000108004 (0.625639) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:19 2021 Memory usage per processor = 27.541 Mbytes Step Atoms AVEKE stressZZ 18159 5000 6.030824e-11 6424657.4 18160 -0.0120574999999934 6424562.34561755 18160 5000 6.0303819e-11 6424562.3 Loop time of 0.0200591 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:19 2021 Pair time (%) = 0.00116897 (5.82761) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.169967) Outpt time (%) = 0.0187461 (93.4545) Other time (%) = 0.000109911 (0.547935) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:19 2021 Memory usage per processor = 27.541 Mbytes Step Atoms AVEKE stressZZ 18160 5000 6.0303819e-11 6424530.9 18161 -0.0120574999999934 6424435.82476382 18161 5000 6.0299399e-11 6424435.8 Loop time of 0.017302 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:20 2021 Pair time (%) = 0.00111818 (6.46273) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190161) Outpt time (%) = 0.016053 (92.7808) Other time (%) = 9.799e-05 (0.56635) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:20 2021 Memory usage per processor = 27.541 Mbytes Step Atoms AVEKE stressZZ 18161 5000 6.0299399e-11 6424404.4 18162 -0.0120574999999934 6424309.31052161 18162 5000 6.0294979e-11 6424309.3 Loop time of 0.0172479 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:20 2021 Pair time (%) = 0.00111699 (6.47609) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190758) Outpt time (%) = 0.016 (92.765) Other time (%) = 9.799e-05 (0.568127) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:20 2021 Memory usage per processor = 27.541 Mbytes Step Atoms AVEKE stressZZ 18162 5000 6.0294979e-11 6424277.9 18163 -0.0120574999999934 6424182.80288942 18163 5000 6.029056e-11 6424182.8 Loop time of 0.0171609 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:20 2021 Pair time (%) = 0.00115085 (6.70622) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.209786) Outpt time (%) = 0.0158699 (92.4769) Other time (%) = 0.000104189 (0.60713) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:20 2021 Memory usage per processor = 27.541 Mbytes Step Atoms AVEKE stressZZ 18163 5000 6.029056e-11 6424151.4 18164 -0.0120574999999934 6424056.30186569 18164 5000 6.0286141e-11 6424056.3 Loop time of 0.017385 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:20 2021 Pair time (%) = 0.00114584 (6.59097) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.194739) Outpt time (%) = 0.0161021 (92.6205) Other time (%) = 0.000103235 (0.593818) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:20 2021 Memory usage per processor = 27.541 Mbytes Step Atoms AVEKE stressZZ 18164 5000 6.0286141e-11 6424024.9 18165 -0.0120574999999934 6423929.80744919 18165 5000 6.0281723e-11 6423929.8 Loop time of 0.0173471 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:20 2021 Pair time (%) = 0.00111413 (6.42257) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189667) Outpt time (%) = 0.0161021 (92.8229) Other time (%) = 9.799e-05 (0.564879) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:20 2021 Memory usage per processor = 27.541 Mbytes Step Atoms AVEKE stressZZ 18165 5000 6.0281723e-11 6423898.4 18166 -0.0120574999999934 6423803.31963858 18166 5000 6.0277305e-11 6423803.3 Loop time of 0.0170929 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:20 2021 Pair time (%) = 0.0011251 (6.58223) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.198067) Outpt time (%) = 0.015836 (92.6464) Other time (%) = 9.799e-05 (0.573278) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:20 2021 Memory usage per processor = 27.541 Mbytes Step Atoms AVEKE stressZZ 18166 5000 6.0277305e-11 6423771.9 18167 -0.0120574999999934 6423676.8384323 18167 5000 6.0272888e-11 6423676.8 Loop time of 0.017369 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:20 2021 Pair time (%) = 0.00120616 (6.94431) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.207272) Outpt time (%) = 0.0160182 (92.2225) Other time (%) = 0.000108719 (0.625935) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:20 2021 Memory usage per processor = 27.541 Mbytes Step Atoms AVEKE stressZZ 18167 5000 6.0272888e-11 6423645.4 18168 -0.0120574999999934 6423550.36382933 18168 5000 6.0268471e-11 6423550.4 Loop time of 0.0173941 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:20 2021 Pair time (%) = 0.00113392 (6.519) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.190526) Outpt time (%) = 0.0161281 (92.7216) Other time (%) = 9.89437e-05 (0.568836) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:20 2021 Memory usage per processor = 27.541 Mbytes Step Atoms AVEKE stressZZ 18168 5000 6.0268471e-11 6423518.9 18169 -0.0120574999999934 6423423.89582843 18169 5000 6.0264055e-11 6423423.9 Loop time of 0.0172989 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:20 2021 Pair time (%) = 0.00111198 (6.42805) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190195) Outpt time (%) = 0.016057 (92.8208) Other time (%) = 9.70364e-05 (0.560938) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:20 2021 Memory usage per processor = 27.541 Mbytes Step Atoms AVEKE stressZZ 18169 5000 6.0264055e-11 6423392.5 18170 -0.0120574999999934 6423297.4344282 18170 5000 6.0259639e-11 6423297.4 Loop time of 0.0196109 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:20 2021 Pair time (%) = 0.00111508 (5.68605) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.167773) Outpt time (%) = 0.018364 (93.6416) Other time (%) = 9.89437e-05 (0.504535) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:20 2021 Memory usage per processor = 27.541 Mbytes Step Atoms AVEKE stressZZ 18170 5000 6.0259639e-11 6423266 18171 -0.0120574999999934 6423170.97962772 18171 5000 6.0255224e-11 6423171 Loop time of 0.0171471 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:20 2021 Pair time (%) = 0.00118089 (6.88682) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204394) Outpt time (%) = 0.0158229 (92.2775) Other time (%) = 0.000108242 (0.631257) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:20 2021 Memory usage per processor = 27.541 Mbytes Step Atoms AVEKE stressZZ 18171 5000 6.0255224e-11 6423139.5 18172 -0.0120574999999934 6423044.5314256 18172 5000 6.025081e-11 6423044.5 Loop time of 0.0173869 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:20 2021 Pair time (%) = 0.00117803 (6.77536) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.207059) Outpt time (%) = 0.016057 (92.3512) Other time (%) = 0.000115871 (0.666429) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:20 2021 Memory usage per processor = 27.541 Mbytes Step Atoms AVEKE stressZZ 18172 5000 6.025081e-11 6423013.1 18173 -0.0120574999999934 6422918.08982091 18173 5000 6.0246396e-11 6422918.1 Loop time of 0.0173869 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:20 2021 Pair time (%) = 0.00111413 (6.40787) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.194718) Outpt time (%) = 0.016144 (92.8517) Other time (%) = 9.48906e-05 (0.545759) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:20 2021 Memory usage per processor = 27.541 Mbytes Step Atoms AVEKE stressZZ 18173 5000 6.0246396e-11 6422886.7 18174 -0.0120574999999934 6422791.6548124 18174 5000 6.0241982e-11 6422791.7 Loop time of 0.017087 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:20 2021 Pair time (%) = 0.00112486 (6.58313) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192555) Outpt time (%) = 0.015835 (92.6732) Other time (%) = 9.41753e-05 (0.551153) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:20 2021 Memory usage per processor = 27.541 Mbytes Step Atoms AVEKE stressZZ 18174 5000 6.0241982e-11 6422760.2 18175 -0.0120574999999934 6422665.22639904 18175 5000 6.0237569e-11 6422665.2 Loop time of 0.0173779 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:20 2021 Pair time (%) = 0.00127411 (7.3318) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.201679) Outpt time (%) = 0.015955 (91.8121) Other time (%) = 0.000113726 (0.654429) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:20 2021 Memory usage per processor = 27.541 Mbytes Step Atoms AVEKE stressZZ 18175 5000 6.0237569e-11 6422633.8 18176 -0.0120574999999934 6422538.80457971 18176 5000 6.0233156e-11 6422538.8 Loop time of 0.0173581 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:20 2021 Pair time (%) = 0.00113988 (6.56686) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.195042) Outpt time (%) = 0.016088 (92.6832) Other time (%) = 9.63211e-05 (0.554907) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:20 2021 Memory usage per processor = 27.541 Mbytes Step Atoms AVEKE stressZZ 18176 5000 6.0233156e-11 6422507.4 18177 -0.0120574999999934 6422412.38935344 18177 5000 6.0228744e-11 6422412.4 Loop time of 0.0173092 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:20 2021 Pair time (%) = 0.00111485 (6.44077) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190083) Outpt time (%) = 0.0160639 (92.8058) Other time (%) = 9.75132e-05 (0.563361) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:20 2021 Memory usage per processor = 27.541 Mbytes Step Atoms AVEKE stressZZ 18177 5000 6.0228744e-11 6422381 18178 -0.0120574999999934 6422285.9807191 18178 5000 6.0224333e-11 6422286 Loop time of 0.0172729 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:20 2021 Pair time (%) = 0.00111198 (6.43772) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.196003) Outpt time (%) = 0.0160308 (92.8086) Other time (%) = 9.63211e-05 (0.557641) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:20 2021 Memory usage per processor = 27.541 Mbytes Step Atoms AVEKE stressZZ 18178 5000 6.0224333e-11 6422254.6 18179 -0.0120574999999934 6422159.57867571 18179 5000 6.0219921e-11 6422159.6 Loop time of 0.017663 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:20 2021 Pair time (%) = 0.00139093 (7.87484) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.203823) Outpt time (%) = 0.0161002 (91.1519) Other time (%) = 0.000135899 (0.769397) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:20 2021 Memory usage per processor = 27.541 Mbytes Step Atoms AVEKE stressZZ 18179 5000 6.0219921e-11 6422128.2 18180 -0.0120574999999934 6422033.18322907 18180 5000 6.0215511e-11 6422033.2 Loop time of 0.0197279 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:20 2021 Pair time (%) = 0.00111794 (5.66681) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.167986) Outpt time (%) = 0.0184791 (93.6697) Other time (%) = 9.77516e-05 (0.495498) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:20 2021 Memory usage per processor = 27.541 Mbytes Step Atoms AVEKE stressZZ 18180 5000 6.0215511e-11 6422001.8 18181 -0.0120574999999934 6421906.79439569 18181 5000 6.0211101e-11 6421906.8 Loop time of 0.0175519 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:20 2021 Pair time (%) = 0.00111103 (6.32997) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.187454) Outpt time (%) = 0.0163088 (92.9175) Other time (%) = 9.91821e-05 (0.565079) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:20 2021 Memory usage per processor = 27.541 Mbytes Step Atoms AVEKE stressZZ 18181 5000 6.0211101e-11 6421875.4 18182 -0.0120574999999934 6421780.41216389 18182 5000 6.0206691e-11 6421780.4 Loop time of 0.0170531 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:20 2021 Pair time (%) = 0.00111294 (6.5263) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192937) Outpt time (%) = 0.0158091 (92.7048) Other time (%) = 9.82285e-05 (0.576014) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:20 2021 Memory usage per processor = 27.541 Mbytes Step Atoms AVEKE stressZZ 18182 5000 6.0206691e-11 6421749 18183 -0.0120574999999934 6421654.03652934 18183 5000 6.0202282e-11 6421654 Loop time of 0.017298 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:20 2021 Pair time (%) = 0.001266 (7.31879) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.213637) Outpt time (%) = 0.0158811 (91.8087) Other time (%) = 0.000113964 (0.658829) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:20 2021 Memory usage per processor = 27.541 Mbytes Step Atoms AVEKE stressZZ 18183 5000 6.0202282e-11 6421622.6 18184 -0.0120574999999934 6421527.66748945 18184 5000 6.0197873e-11 6421527.7 Loop time of 0.017313 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:20 2021 Pair time (%) = 0.00112009 (6.46965) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191418) Outpt time (%) = 0.0160599 (92.7619) Other time (%) = 9.98974e-05 (0.577008) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:20 2021 Memory usage per processor = 27.541 Mbytes Step Atoms AVEKE stressZZ 18184 5000 6.0197873e-11 6421496.2 18185 -0.0120574999999934 6421401.30504211 18185 5000 6.0193465e-11 6421401.3 Loop time of 0.0173349 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:20 2021 Pair time (%) = 0.00112486 (6.48897) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191176) Outpt time (%) = 0.0160792 (92.756) Other time (%) = 9.77516e-05 (0.563899) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:20 2021 Memory usage per processor = 27.541 Mbytes Step Atoms AVEKE stressZZ 18185 5000 6.0193465e-11 6421369.9 18186 -0.0120574999999934 6421274.94918578 18186 5000 6.0189058e-11 6421274.9 Loop time of 0.0170331 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:20 2021 Pair time (%) = 0.00111389 (6.53957) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.200162) Outpt time (%) = 0.015789 (92.6962) Other time (%) = 9.60827e-05 (0.564094) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:20 2021 Memory usage per processor = 27.541 Mbytes Step Atoms AVEKE stressZZ 18186 5000 6.0189058e-11 6421243.5 18187 -0.0120574999999934 6421148.59991888 18187 5000 6.0184651e-11 6421148.6 Loop time of 0.017004 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:20 2021 Pair time (%) = 0.00111485 (6.55637) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.193494) Outpt time (%) = 0.015763 (92.7019) Other time (%) = 9.32217e-05 (0.548233) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:20 2021 Memory usage per processor = 27.541 Mbytes Step Atoms AVEKE stressZZ 18187 5000 6.0184651e-11 6421117.2 18188 -0.0120574999999934 6421022.25724008 18188 5000 6.0180244e-11 6421022.3 Loop time of 0.0170188 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:20 2021 Pair time (%) = 0.00112009 (6.58149) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.200331) Outpt time (%) = 0.0157719 (92.6732) Other time (%) = 9.27448e-05 (0.544955) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:20 2021 Memory usage per processor = 27.541 Mbytes Step Atoms AVEKE stressZZ 18188 5000 6.0180244e-11 6420990.8 18189 -0.0120574999999934 6420895.92114808 18189 5000 6.0175838e-11 6420895.9 Loop time of 0.0170109 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:20 2021 Pair time (%) = 0.0011158 (6.55931) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.193415) Outpt time (%) = 0.01577 (92.7049) Other time (%) = 9.2268e-05 (0.542404) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:20 2021 Memory usage per processor = 27.541 Mbytes Step Atoms AVEKE stressZZ 18189 5000 6.0175838e-11 6420864.5 18190 -0.0120574999999934 6420769.59164173 18190 5000 6.0171432e-11 6420769.6 Loop time of 0.0201411 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:20 2021 Pair time (%) = 0.00131392 (6.52359) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.17401) Outpt time (%) = 0.018615 (92.4229) Other time (%) = 0.000177145 (0.879519) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:20 2021 Memory usage per processor = 27.541 Mbytes Step Atoms AVEKE stressZZ 18190 5000 6.0171432e-11 6420738.2 18191 -0.0120574999999934 6420643.26871989 18191 5000 6.0167027e-11 6420643.3 Loop time of 0.0175331 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:20 2021 Pair time (%) = 0.00111699 (6.37077) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.187656) Outpt time (%) = 0.0162902 (92.9112) Other time (%) = 9.29832e-05 (0.530331) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:20 2021 Memory usage per processor = 27.541 Mbytes Step Atoms AVEKE stressZZ 18191 5000 6.0167027e-11 6420611.8 18192 -0.0120574999999934 6420516.95238139 18192 5000 6.0162623e-11 6420517 Loop time of 0.017333 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:20 2021 Pair time (%) = 0.00111794 (6.44979) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191197) Outpt time (%) = 0.016083 (92.7882) Other time (%) = 9.89437e-05 (0.570839) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:20 2021 Memory usage per processor = 27.541 Mbytes Step Atoms AVEKE stressZZ 18192 5000 6.0162623e-11 6420485.5 18193 -0.0120574999999934 6420390.6426252 18193 5000 6.0158219e-11 6420390.6 Loop time of 0.0170689 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:20 2021 Pair time (%) = 0.00113106 (6.62644) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.194156) Outpt time (%) = 0.0158079 (92.6123) Other time (%) = 9.67979e-05 (0.567102) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:20 2021 Memory usage per processor = 27.541 Mbytes Step Atoms AVEKE stressZZ 18193 5000 6.0158219e-11 6420359.2 18194 -0.0120574999999934 6420264.33945014 18194 5000 6.0153815e-11 6420264.3 Loop time of 0.017494 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:20 2021 Pair time (%) = 0.00138187 (7.89915) Neigh time (%) = 0 (0) Comm time (%) = 4.31538e-05 (0.246678) Outpt time (%) = 0.0159271 (91.0433) Other time (%) = 0.000141859 (0.810903) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:20 2021 Memory usage per processor = 27.541 Mbytes Step Atoms AVEKE stressZZ 18194 5000 6.0153815e-11 6420232.9 18195 -0.0120574999999934 6420138.0428553 18195 5000 6.0149412e-11 6420138 Loop time of 0.017508 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:20 2021 Pair time (%) = 0.00113606 (6.48882) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.189286) Outpt time (%) = 0.0162399 (92.7568) Other time (%) = 9.89437e-05 (0.565133) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:20 2021 Memory usage per processor = 27.541 Mbytes Step Atoms AVEKE stressZZ 18195 5000 6.0149412e-11 6420106.6 18196 -0.0120574999999934 6420011.75283973 18196 5000 6.0145009e-11 6420011.8 Loop time of 0.017283 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:20 2021 Pair time (%) = 0.00112009 (6.48089) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190371) Outpt time (%) = 0.0160339 (92.7728) Other time (%) = 9.60827e-05 (0.555939) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:20 2021 Memory usage per processor = 27.541 Mbytes Step Atoms AVEKE stressZZ 18196 5000 6.0145009e-11 6419980.3 18197 -0.0120574999999934 6419885.46940238 18197 5000 6.0140607e-11 6419885.5 Loop time of 0.0172501 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:20 2021 Pair time (%) = 0.00120401 (6.97977) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.196263) Outpt time (%) = 0.0159011 (92.1799) Other time (%) = 0.000111103 (0.644073) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:20 2021 Memory usage per processor = 27.541 Mbytes Step Atoms AVEKE stressZZ 18197 5000 6.0140607e-11 6419854.1 18198 -0.0120574999999934 6419759.19254232 18198 5000 6.0136206e-11 6419759.2 Loop time of 0.0175519 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:20 2021 Pair time (%) = 0.00133204 (7.58918) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.210546) Outpt time (%) = 0.0160549 (91.4708) Other time (%) = 0.000128031 (0.729441) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:20 2021 Memory usage per processor = 27.541 Mbytes Step Atoms AVEKE stressZZ 18198 5000 6.0136206e-11 6419727.8 18199 -0.0120574999999934 6419632.92225848 18199 5000 6.0131805e-11 6419632.9 Loop time of 0.017283 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:20 2021 Pair time (%) = 0.00111103 (6.42847) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190371) Outpt time (%) = 0.0160398 (92.8073) Other time (%) = 9.91821e-05 (0.573872) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:20 2021 Memory usage per processor = 27.541 Mbytes Step Atoms AVEKE stressZZ 18199 5000 6.0131805e-11 6419601.5 18200 -0.0120574999999934 6419506.65855004 18200 5000 6.0127404e-11 6419506.7 Loop time of 0.0197129 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:20 2021 Pair time (%) = 0.00111508 (5.65661) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.166905) Outpt time (%) = 0.018466 (93.6746) Other time (%) = 9.89437e-05 (0.501923) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:20 2021 Memory usage per processor = 27.541 Mbytes Step Atoms AVEKE stressZZ 18200 5000 6.0127404e-11 6419475.2 18201 -0.0120574999999934 6419380.40141614 18201 5000 6.0123004e-11 6419380.4 Loop time of 0.0170951 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:20 2021 Pair time (%) = 0.00111699 (6.53399) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192463) Outpt time (%) = 0.015846 (92.6934) Other time (%) = 9.91821e-05 (0.580179) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:20 2021 Memory usage per processor = 27.541 Mbytes Step Atoms AVEKE stressZZ 18201 5000 6.0123004e-11 6419349 18202 -0.0120574999999934 6419254.15085576 18202 5000 6.0118604e-11 6419254.2 Loop time of 0.0175681 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:20 2021 Pair time (%) = 0.00139689 (7.95131) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.210352) Outpt time (%) = 0.015995 (91.0458) Other time (%) = 0.000139236 (0.792552) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:20 2021 Memory usage per processor = 27.541 Mbytes Step Atoms AVEKE stressZZ 18202 5000 6.0118604e-11 6419222.7 18203 -0.0120574999999934 6419127.9068837 18203 5000 6.0114205e-11 6419127.9 Loop time of 0.0173829 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:21 2021 Pair time (%) = 0.00119305 (6.86335) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.201621) Outpt time (%) = 0.016048 (92.3206) Other time (%) = 0.000106812 (0.614465) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:21 2021 Memory usage per processor = 27.541 Mbytes Step Atoms AVEKE stressZZ 18203 5000 6.0114205e-11 6419096.5 18204 -0.0120574999999934 6419001.66948415 18204 5000 6.0109807e-11 6419001.7 Loop time of 0.0172622 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:21 2021 Pair time (%) = 0.00111294 (6.44725) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.1906) Outpt time (%) = 0.016017 (92.7862) Other time (%) = 9.94205e-05 (0.575943) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:21 2021 Memory usage per processor = 27.541 Mbytes Step Atoms AVEKE stressZZ 18204 5000 6.0109807e-11 6418970.3 18205 -0.0120574999999934 6418875.4386562 18205 5000 6.0105409e-11 6418875.4 Loop time of 0.01719 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:21 2021 Pair time (%) = 0.00113511 (6.60333) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.203883) Outpt time (%) = 0.015914 (92.577) Other time (%) = 0.000105858 (0.615811) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:21 2021 Memory usage per processor = 27.541 Mbytes Step Atoms AVEKE stressZZ 18205 5000 6.0105409e-11 6418844 18206 -0.0120574999999934 6418749.21439893 18206 5000 6.0101011e-11 6418749.2 Loop time of 0.0173941 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:21 2021 Pair time (%) = 0.00116611 (6.70404) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.196009) Outpt time (%) = 0.0160911 (92.5092) Other time (%) = 0.000102758 (0.590767) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:21 2021 Memory usage per processor = 27.541 Mbytes Step Atoms AVEKE stressZZ 18206 5000 6.0101011e-11 6418717.8 18207 -0.0120574999999934 6418622.99671145 18207 5000 6.0096614e-11 6418623 Loop time of 0.017345 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:21 2021 Pair time (%) = 0.00112486 (6.48522) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189691) Outpt time (%) = 0.016089 (92.7588) Other time (%) = 9.82285e-05 (0.566323) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:21 2021 Memory usage per processor = 27.541 Mbytes Step Atoms AVEKE stressZZ 18207 5000 6.0096614e-11 6418591.6 18208 -0.0120574999999934 6418496.78559377 18208 5000 6.0092218e-11 6418496.8 Loop time of 0.0172009 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:21 2021 Pair time (%) = 0.00111508 (6.48269) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198209) Outpt time (%) = 0.0159559 (92.7619) Other time (%) = 9.58443e-05 (0.557203) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:21 2021 Memory usage per processor = 27.541 Mbytes Step Atoms AVEKE stressZZ 18208 5000 6.0092218e-11 6418465.4 18209 -0.0120574999999934 6418370.58105517 18209 5000 6.0087822e-11 6418370.6 Loop time of 0.0171759 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:21 2021 Pair time (%) = 0.00115204 (6.70729) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.20405) Outpt time (%) = 0.015882 (92.4668) Other time (%) = 0.000106812 (0.621868) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:21 2021 Memory usage per processor = 27.541 Mbytes Step Atoms AVEKE stressZZ 18209 5000 6.0087822e-11 6418339.2 18210 -0.0120574999999934 6418244.38309095 18210 5000 6.0083426e-11 6418244.4 Loop time of 0.0199289 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:21 2021 Pair time (%) = 0.00114298 (5.73527) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.171077) Outpt time (%) = 0.0186529 (93.5972) Other time (%) = 9.89437e-05 (0.496483) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:21 2021 Memory usage per processor = 27.541 Mbytes Step Atoms AVEKE stressZZ 18210 5000 6.0083426e-11 6418213 18211 -0.0120574999999934 6418118.19169818 18211 5000 6.0079031e-11 6418118.2 Loop time of 0.017375 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:21 2021 Pair time (%) = 0.00111604 (6.42324) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.196224) Outpt time (%) = 0.0161278 (92.8221) Other time (%) = 9.70364e-05 (0.558483) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:21 2021 Memory usage per processor = 27.541 Mbytes Step Atoms AVEKE stressZZ 18211 5000 6.0079031e-11 6418086.8 18212 -0.0120574999999934 6417992.00687506 18212 5000 6.0074636e-11 6417992 Loop time of 0.0171101 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:21 2021 Pair time (%) = 0.00111413 (6.51153) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192294) Outpt time (%) = 0.015866 (92.729) Other time (%) = 9.70364e-05 (0.567129) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:21 2021 Memory usage per processor = 27.541 Mbytes Step Atoms AVEKE stressZZ 18212 5000 6.0074636e-11 6417960.6 18213 -0.0120574999999934 6417865.82862034 18213 5000 6.0070242e-11 6417865.8 Loop time of 0.0171869 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:21 2021 Pair time (%) = 0.00114417 (6.65723) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.209469) Outpt time (%) = 0.0158989 (92.5063) Other time (%) = 0.000107765 (0.62702) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:21 2021 Memory usage per processor = 27.541 Mbytes Step Atoms AVEKE stressZZ 18213 5000 6.0070242e-11 6417834.4 18214 -0.0120574999999934 6417739.65693283 18214 5000 6.0065849e-11 6417739.7 Loop time of 0.0173731 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:21 2021 Pair time (%) = 0.00117302 (6.75194) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.190756) Outpt time (%) = 0.0160632 (92.4603) Other time (%) = 0.000103712 (0.59697) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:21 2021 Memory usage per processor = 27.541 Mbytes Step Atoms AVEKE stressZZ 18214 5000 6.0065849e-11 6417708.3 18215 -0.0120574999999934 6417613.49181141 18215 5000 6.0061456e-11 6417613.5 Loop time of 0.0173099 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:21 2021 Pair time (%) = 0.00111508 (6.44188) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190075) Outpt time (%) = 0.0160649 (92.8075) Other time (%) = 9.70364e-05 (0.560583) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:21 2021 Memory usage per processor = 27.541 Mbytes Step Atoms AVEKE stressZZ 18215 5000 6.0061456e-11 6417582.1 18216 -0.0120574999999934 6417487.33325512 18216 5000 6.0057063e-11 6417487.3 Loop time of 0.017113 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:21 2021 Pair time (%) = 0.00114512 (6.69156) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192262) Outpt time (%) = 0.0158379 (92.5491) Other time (%) = 9.70364e-05 (0.567034) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:21 2021 Memory usage per processor = 27.541 Mbytes Step Atoms AVEKE stressZZ 18216 5000 6.0057063e-11 6417455.9 18217 -0.0120574999999934 6417361.18126735 18217 5000 6.0052671e-11 6417361.2 Loop time of 0.0171981 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:21 2021 Pair time (%) = 0.00119305 (6.93709) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198242) Outpt time (%) = 0.015862 (92.2311) Other time (%) = 0.000108957 (0.633543) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:21 2021 Memory usage per processor = 27.541 Mbytes Step Atoms AVEKE stressZZ 18217 5000 6.0052671e-11 6417329.8 18218 -0.0120574999999934 6417235.03585181 18218 5000 6.0048279e-11 6417235 Loop time of 0.0172451 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:21 2021 Pair time (%) = 0.00111103 (6.4426) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192172) Outpt time (%) = 0.016006 (92.815) Other time (%) = 9.48906e-05 (0.550248) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:21 2021 Memory usage per processor = 27.541 Mbytes Step Atoms AVEKE stressZZ 18218 5000 6.0048279e-11 6417203.6 18219 -0.0120574999999934 6417108.89699815 18219 5000 6.0043888e-11 6417108.9 Loop time of 0.017303 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:21 2021 Pair time (%) = 0.001122 (6.48442) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191529) Outpt time (%) = 0.016052 (92.7701) Other time (%) = 9.58443e-05 (0.553917) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:21 2021 Memory usage per processor = 27.541 Mbytes Step Atoms AVEKE stressZZ 18219 5000 6.0043888e-11 6417077.5 18220 -0.0120574999999934 6416982.76470546 18220 5000 6.0039498e-11 6416982.8 Loop time of 0.019774 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:21 2021 Pair time (%) = 0.00112414 (5.68497) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.172418) Outpt time (%) = 0.018512 (93.6181) Other time (%) = 0.000103712 (0.524488) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:25:21 2021 Memory usage per processor = 27.541 Mbytes Step Atoms AVEKE stressZZ 18220 5000 6.0039498e-11 6416951.4 18221 -0.0120574999999934 6416837.79497401 18221 5000 1.1853496e-10 6417048.9 Loop time of 0.01722 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:21 2021 Pair time (%) = 0.00131321 (7.62606) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.203528) Outpt time (%) = 0.0156779 (91.0448) Other time (%) = 0.000193834 (1.12563) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:21 2021 Memory usage per processor = 27.541 Mbytes Step Atoms AVEKE stressZZ 18221 5000 1.1853496e-10 6477327.5 18222 -0.0120899999999934 6477202.2396129 18222 5000 9.5407289e-11 6477202.2 Loop time of 0.017169 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:21 2021 Pair time (%) = 0.00113106 (6.58779) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191635) Outpt time (%) = 0.0159051 (92.6387) Other time (%) = 9.98974e-05 (0.581847) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:21 2021 Memory usage per processor = 27.541 Mbytes Step Atoms AVEKE stressZZ 18222 5000 9.5407289e-11 6477159.9 18223 -0.0120899999999934 6477045.37410587 18223 5000 8.2011548e-11 6477045.4 Loop time of 0.0171971 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:21 2021 Pair time (%) = 0.0011189 (6.50631) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191321) Outpt time (%) = 0.015949 (92.7423) Other time (%) = 9.63211e-05 (0.5601) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:21 2021 Memory usage per processor = 27.541 Mbytes Step Atoms AVEKE stressZZ 18223 5000 8.2011548e-11 6477006.9 18224 -0.0120899999999934 6476899.17090653 18224 5000 7.4023409e-11 6476899.2 Loop time of 0.0170131 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:21 2021 Pair time (%) = 0.00112081 (6.58791) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.194792) Outpt time (%) = 0.015763 (92.6525) Other time (%) = 9.60827e-05 (0.564758) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:21 2021 Memory usage per processor = 27.541 Mbytes Step Atoms AVEKE stressZZ 18224 5000 7.4023409e-11 6476863.1 18225 -0.0120899999999934 6476759.74617139 18225 5000 6.9157962e-11 6476759.7 Loop time of 0.017298 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:21 2021 Pair time (%) = 0.001266 (7.31879) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.213637) Outpt time (%) = 0.0158792 (91.7977) Other time (%) = 0.000115871 (0.669855) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:21 2021 Memory usage per processor = 27.541 Mbytes Step Atoms AVEKE stressZZ 18225 5000 6.9157962e-11 6476725.2 18226 -0.0120899999999934 6476624.63164962 18226 5000 6.6150227e-11 6476624.6 Loop time of 0.017324 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:21 2021 Pair time (%) = 0.00111699 (6.44766) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.195425) Outpt time (%) = 0.016077 (92.8023) Other time (%) = 9.60827e-05 (0.554623) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:21 2021 Memory usage per processor = 27.541 Mbytes Step Atoms AVEKE stressZZ 18226 5000 6.6150227e-11 6476591.1 18227 -0.0120899999999934 6476492.25874326 18227 5000 6.4271872e-11 6476492.3 Loop time of 0.0172539 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:21 2021 Pair time (%) = 0.00111294 (6.45036) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192074) Outpt time (%) = 0.016011 (92.7965) Other time (%) = 9.67979e-05 (0.561021) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:21 2021 Memory usage per processor = 27.541 Mbytes Step Atoms AVEKE stressZZ 18227 5000 6.4271872e-11 6476459.4 18228 -0.0120899999999934 6476361.63059133 18228 5000 6.3090557e-11 6476361.6 Loop time of 0.0170982 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:21 2021 Pair time (%) = 0.00111818 (6.53978) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.198006) Outpt time (%) = 0.0158432 (92.6598) Other time (%) = 0.000102997 (0.602384) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:21 2021 Memory usage per processor = 27.541 Mbytes Step Atoms AVEKE stressZZ 18228 5000 6.3090557e-11 6476329.1 18229 -0.0120899999999934 6476232.11367748 18229 5000 6.234386e-11 6476232.1 Loop time of 0.017451 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:21 2021 Pair time (%) = 0.00132895 (7.61527) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.211763) Outpt time (%) = 0.015955 (91.427) Other time (%) = 0.000130177 (0.745953) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:21 2021 Memory usage per processor = 27.541 Mbytes Step Atoms AVEKE stressZZ 18229 5000 6.234386e-11 6476199.9 18230 -0.0120899999999934 6476103.30539455 18230 5000 6.1869989e-11 6476103.3 Loop time of 0.0193892 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:21 2021 Pair time (%) = 0.00111985 (5.77566) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.169692) Outpt time (%) = 0.0181401 (93.5579) Other time (%) = 9.63211e-05 (0.496778) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:21 2021 Memory usage per processor = 27.5411 Mbytes Step Atoms AVEKE stressZZ 18230 5000 6.1869989e-11 6476071.2 18231 -0.0120899999999934 6475974.94988057 18231 5000 6.1568136e-11 6475974.9 Loop time of 0.0170331 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:21 2021 Pair time (%) = 0.00111508 (6.54657) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.193164) Outpt time (%) = 0.0157909 (92.7074) Other time (%) = 9.41753e-05 (0.552896) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:21 2021 Memory usage per processor = 27.5411 Mbytes Step Atoms AVEKE stressZZ 18231 5000 6.1568136e-11 6475943 18232 -0.0120899999999934 6475846.884532 18232 5000 6.1375049e-11 6475846.9 Loop time of 0.0175459 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:21 2021 Pair time (%) = 0.00112104 (6.38919) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.188877) Outpt time (%) = 0.016299 (92.8933) Other time (%) = 9.27448e-05 (0.528583) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:21 2021 Memory usage per processor = 27.5411 Mbytes Step Atoms AVEKE stressZZ 18232 5000 6.1375049e-11 6475815 18233 -0.0120899999999934 6475719.00601221 18233 5000 6.1250862e-11 6475719 Loop time of 0.0175231 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:21 2021 Pair time (%) = 0.00112295 (6.40842) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.187763) Outpt time (%) = 0.0162649 (92.8201) Other time (%) = 0.000102282 (0.583697) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:21 2021 Memory usage per processor = 27.5411 Mbytes Step Atoms AVEKE stressZZ 18233 5000 6.1250862e-11 6475687.1 18234 -0.0120899999999934 6475591.24864879 18234 5000 6.1170371e-11 6475591.2 Loop time of 0.017292 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:21 2021 Pair time (%) = 0.00112891 (6.52851) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197165) Outpt time (%) = 0.0160241 (92.6677) Other time (%) = 0.000104904 (0.606662) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:21 2021 Memory usage per processor = 27.5411 Mbytes Step Atoms AVEKE stressZZ 18234 5000 6.1170371e-11 6475559.4 18235 -0.0120899999999934 6475463.57070615 18235 5000 6.1117611e-11 6475463.6 Loop time of 0.0175049 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:21 2021 Pair time (%) = 0.00118113 (6.74739) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.200215) Outpt time (%) = 0.016165 (92.3455) Other time (%) = 0.000123739 (0.706882) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:21 2021 Memory usage per processor = 27.5411 Mbytes Step Atoms AVEKE stressZZ 18235 5000 6.1117611e-11 6475431.8 18236 -0.0120899999999934 6475335.94566033 18236 5000 6.1082462e-11 6475335.9 Loop time of 0.0173712 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:21 2021 Pair time (%) = 0.00111699 (6.43014) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.190777) Outpt time (%) = 0.0161238 (92.8191) Other time (%) = 9.72748e-05 (0.559978) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:21 2021 Memory usage per processor = 27.5411 Mbytes Step Atoms AVEKE stressZZ 18236 5000 6.1082462e-11 6475304.1 18237 -0.0120899999999934 6475208.35665459 18237 5000 6.1058497e-11 6475208.4 Loop time of 0.017257 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:21 2021 Pair time (%) = 0.00111699 (6.47269) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197566) Outpt time (%) = 0.01601 (92.7743) Other time (%) = 9.58443e-05 (0.555394) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:21 2021 Memory usage per processor = 27.5411 Mbytes Step Atoms AVEKE stressZZ 18237 5000 6.1058497e-11 6475176.6 18238 -0.0120899999999934 6475080.79297601 18238 5000 6.1041638e-11 6475080.8 Loop time of 0.01718 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:21 2021 Pair time (%) = 0.00114608 (6.67102) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204002) Outpt time (%) = 0.015892 (92.5033) Other time (%) = 0.000106812 (0.621721) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:21 2021 Memory usage per processor = 27.5411 Mbytes Step Atoms AVEKE stressZZ 18238 5000 6.1041638e-11 6475049 18239 -0.0120899999999934 6474953.24781621 18239 5000 6.1029294e-11 6474953.2 Loop time of 0.017642 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:21 2021 Pair time (%) = 0.00124812 (7.07471) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.209471) Outpt time (%) = 0.016242 (92.0644) Other time (%) = 0.000114918 (0.651387) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:21 2021 Memory usage per processor = 27.5411 Mbytes Step Atoms AVEKE stressZZ 18239 5000 6.1029294e-11 6474921.5 18240 -0.0120899999999934 6474825.71684771 18240 5000 6.1019819e-11 6474825.7 Loop time of 0.0197239 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:21 2021 Pair time (%) = 0.00111699 (5.66314) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.168021) Outpt time (%) = 0.0184779 (93.6829) Other time (%) = 9.58443e-05 (0.48593) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:21 2021 Memory usage per processor = 27.5411 Mbytes Step Atoms AVEKE stressZZ 18240 5000 6.1019819e-11 6474793.9 18241 -0.0120899999999934 6474698.19732028 18241 5000 6.1012167e-11 6474698.2 Loop time of 0.017334 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:21 2021 Pair time (%) = 0.00111294 (6.42055) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.20219) Outpt time (%) = 0.0160871 (92.8064) Other time (%) = 9.89437e-05 (0.570808) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:21 2021 Memory usage per processor = 27.5411 Mbytes Step Atoms AVEKE stressZZ 18241 5000 6.1012167e-11 6474666.4 18242 -0.0120899999999934 6474570.6874856 18242 5000 6.1005675e-11 6474570.7 Loop time of 0.017235 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:21 2021 Pair time (%) = 0.0011251 (6.52796) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197817) Outpt time (%) = 0.0159688 (92.6531) Other time (%) = 0.00010705 (0.621118) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:21 2021 Memory usage per processor = 27.5411 Mbytes Step Atoms AVEKE stressZZ 18242 5000 6.1005675e-11 6474538.9 18243 -0.0120899999999934 6474443.18623237 18243 5000 6.0999918e-11 6474443.2 Loop time of 0.0175011 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:21 2021 Pair time (%) = 0.00119686 (6.83877) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.200259) Outpt time (%) = 0.0161619 (92.3479) Other time (%) = 0.000107288 (0.613037) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:21 2021 Memory usage per processor = 27.5411 Mbytes Step Atoms AVEKE stressZZ 18243 5000 6.0999918e-11 6474411.4 18244 -0.0120899999999934 6474315.69285402 18244 5000 6.099463e-11 6474315.7 Loop time of 0.017303 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:21 2021 Pair time (%) = 0.00111485 (6.44308) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190151) Outpt time (%) = 0.016057 (92.7991) Other time (%) = 9.82285e-05 (0.567696) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:21 2021 Memory usage per processor = 27.5411 Mbytes Step Atoms AVEKE stressZZ 18244 5000 6.099463e-11 6474283.9 18245 -0.0120899999999934 6474188.20690113 18245 5000 6.098964e-11 6474188.2 Loop time of 0.0172079 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:21 2021 Pair time (%) = 0.00111699 (6.49117) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192587) Outpt time (%) = 0.0159609 (92.7537) Other time (%) = 9.67979e-05 (0.562522) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:21 2021 Memory usage per processor = 27.5411 Mbytes Step Atoms AVEKE stressZZ 18245 5000 6.098964e-11 6474156.4 18246 -0.0120899999999934 6474060.72808776 18246 5000 6.098484e-11 6474060.7 Loop time of 0.605871 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:22 2021 Pair time (%) = 0.00113487 (0.187313) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.00578465) Outpt time (%) = 0.604591 (99.7887) Other time (%) = 0.000110149 (0.0181803) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:22 2021 Memory usage per processor = 27.5411 Mbytes Step Atoms AVEKE stressZZ 18246 5000 6.098484e-11 6474028.9 18247 -0.0120899999999934 6473933.25623202 18247 5000 6.0980159e-11 6473933.3 Loop time of 0.0221419 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:22 2021 Pair time (%) = 0.00113893 (5.14375) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.149672) Outpt time (%) = 0.0208721 (94.2651) Other time (%) = 9.77516e-05 (0.441477) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:22 2021 Memory usage per processor = 27.5411 Mbytes Step Atoms AVEKE stressZZ 18247 5000 6.0980159e-11 6473901.5 18248 -0.0120899999999934 6473805.79121781 18248 5000 6.0975556e-11 6473805.8 Loop time of 0.0166728 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:22 2021 Pair time (%) = 0.00115085 (6.90252) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.197337) Outpt time (%) = 0.0153868 (92.2867) Other time (%) = 0.000102282 (0.613462) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:22 2021 Memory usage per processor = 27.5411 Mbytes Step Atoms AVEKE stressZZ 18248 5000 6.0975556e-11 6473774 18249 -0.0120899999999934 6473678.33297114 18249 5000 6.0971002e-11 6473678.3 Loop time of 0.251366 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:22 2021 Pair time (%) = 0.00106788 (0.424829) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.0127098) Outpt time (%) = 0.250176 (99.5266) Other time (%) = 9.01222e-05 (0.035853) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:22 2021 Memory usage per processor = 27.5411 Mbytes Step Atoms AVEKE stressZZ 18249 5000 6.0971002e-11 6473646.6 18250 -0.0120899999999934 6473550.88144467 18250 5000 6.0966479e-11 6473550.9 Loop time of 0.0216041 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:22 2021 Pair time (%) = 0.00155997 (7.22074) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.217406) Outpt time (%) = 0.0198731 (91.988) Other time (%) = 0.000123978 (0.573863) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:22 2021 Memory usage per processor = 27.5411 Mbytes Step Atoms AVEKE stressZZ 18250 5000 6.0966479e-11 6473519.1 18251 -0.0120899999999934 6473423.43660797 18251 5000 6.0961976e-11 6473423.4 Loop time of 0.016768 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:22 2021 Pair time (%) = 0.00113106 (6.74534) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209015) Outpt time (%) = 0.0154932 (92.3973) Other time (%) = 0.000108719 (0.648372) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:22 2021 Memory usage per processor = 27.5411 Mbytes Step Atoms AVEKE stressZZ 18251 5000 6.0961976e-11 6473391.7 18252 -0.0120899999999934 6473295.99844151 18252 5000 6.0957486e-11 6473296 Loop time of 0.017076 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:22 2021 Pair time (%) = 0.00113201 (6.62925) Neigh time (%) = 0 (0) Comm time (%) = 4.72069e-05 (0.276451) Outpt time (%) = 0.0157931 (92.4869) Other time (%) = 0.000103712 (0.607355) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:22 2021 Memory usage per processor = 27.5411 Mbytes Step Atoms AVEKE stressZZ 18252 5000 6.0957486e-11 6473264.2 18253 -0.0120899999999934 6473168.56693246 18253 5000 6.0953004e-11 6473168.6 Loop time of 0.0171139 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:23 2021 Pair time (%) = 0.00106311 (6.21195) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181106) Outpt time (%) = 0.0159261 (93.0594) Other time (%) = 9.36985e-05 (0.547499) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:23 2021 Memory usage per processor = 27.5411 Mbytes Step Atoms AVEKE stressZZ 18253 5000 6.0953004e-11 6473136.8 18254 -0.0120899999999934 6473041.14207248 18254 5000 6.0948528e-11 6473041.1 Loop time of 0.0165651 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:23 2021 Pair time (%) = 0.00109887 (6.63366) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.187107) Outpt time (%) = 0.0153401 (92.605) Other time (%) = 9.5129e-05 (0.574274) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:23 2021 Memory usage per processor = 27.5411 Mbytes Step Atoms AVEKE stressZZ 18254 5000 6.0948528e-11 6473009.4 18255 -0.0120899999999934 6472913.72385582 18255 5000 6.0944056e-11 6472913.7 Loop time of 0.0168951 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:23 2021 Pair time (%) = 0.00121617 (7.1984) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.231432) Outpt time (%) = 0.0155268 (91.9013) Other time (%) = 0.00011301 (0.668896) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:23 2021 Memory usage per processor = 27.5411 Mbytes Step Atoms AVEKE stressZZ 18255 5000 6.0944056e-11 6472881.9 18256 -0.0120899999999934 6472786.31227868 18256 5000 6.0939586e-11 6472786.3 Loop time of 0.017405 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:23 2021 Pair time (%) = 0.00106788 (6.13545) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.184926) Outpt time (%) = 0.016211 (93.1399) Other time (%) = 9.39369e-05 (0.539711) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:23 2021 Memory usage per processor = 27.5411 Mbytes Step Atoms AVEKE stressZZ 18256 5000 6.0939586e-11 6472754.5 18257 -0.0120899999999934 6472658.90733827 18257 5000 6.0935118e-11 6472658.9 Loop time of 0.0170009 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:23 2021 Pair time (%) = 0.00106597 (6.27007) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18792) Outpt time (%) = 0.0157969 (92.9179) Other time (%) = 0.000106096 (0.624062) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:23 2021 Memory usage per processor = 27.5411 Mbytes Step Atoms AVEKE stressZZ 18257 5000 6.0935118e-11 6472627.1 18258 -0.0120899999999934 6472531.50903259 18258 5000 6.0930651e-11 6472531.5 Loop time of 0.0166221 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:23 2021 Pair time (%) = 0.00110602 (6.65395) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.210849) Outpt time (%) = 0.0153801 (92.5285) Other time (%) = 0.000100851 (0.60673) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:23 2021 Memory usage per processor = 27.5411 Mbytes Step Atoms AVEKE stressZZ 18258 5000 6.0930651e-11 6472499.7 18259 -0.0120899999999934 6472404.11735997 18259 5000 6.0926185e-11 6472404.1 Loop time of 0.017204 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:23 2021 Pair time (%) = 0.00121522 (7.06357) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.196788) Outpt time (%) = 0.015847 (92.1119) Other time (%) = 0.000108004 (0.62778) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:23 2021 Memory usage per processor = 27.5411 Mbytes Step Atoms AVEKE stressZZ 18259 5000 6.0926185e-11 6472372.3 18260 -0.0120899999999934 6472276.73231926 18260 5000 6.0921721e-11 6472276.7 Loop time of 0.0195842 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:23 2021 Pair time (%) = 0.00106716 (5.4491) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.163132) Outpt time (%) = 0.0183718 (93.8095) Other time (%) = 0.000113249 (0.578267) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:23 2021 Memory usage per processor = 27.5411 Mbytes Step Atoms AVEKE stressZZ 18260 5000 6.0921721e-11 6472245 18261 -0.0120899999999934 6472149.35390926 18261 5000 6.0917256e-11 6472149.4 Loop time of 0.017072 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:23 2021 Pair time (%) = 0.00106502 (6.23839) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.188534) Outpt time (%) = 0.015882 (93.0298) Other time (%) = 9.27448e-05 (0.543258) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:23 2021 Memory usage per processor = 27.5411 Mbytes Step Atoms AVEKE stressZZ 18261 5000 6.0917256e-11 6472117.6 18262 -0.0120899999999934 6472021.98212894 18262 5000 6.0912793e-11 6472022 Loop time of 0.016839 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:23 2021 Pair time (%) = 0.001086 (6.44928) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.202469) Outpt time (%) = 0.0155981 (92.6304) Other time (%) = 0.000120878 (0.717846) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:23 2021 Memory usage per processor = 27.5411 Mbytes Step Atoms AVEKE stressZZ 18262 5000 6.0912793e-11 6471990.2 18263 -0.0120899999999934 6471894.61697762 18263 5000 6.090833e-11 6471894.6 Loop time of 0.017247 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:23 2021 Pair time (%) = 0.00112987 (6.5511) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.186621) Outpt time (%) = 0.015986 (92.6886) Other time (%) = 9.89437e-05 (0.573688) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:23 2021 Memory usage per processor = 27.5411 Mbytes Step Atoms AVEKE stressZZ 18263 5000 6.090833e-11 6471862.8 18264 -0.0120899999999934 6471767.25845426 18264 5000 6.0903868e-11 6471767.3 Loop time of 0.017066 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:23 2021 Pair time (%) = 0.00113201 (6.63314) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187203) Outpt time (%) = 0.01581 (92.6404) Other time (%) = 9.20296e-05 (0.539257) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:23 2021 Memory usage per processor = 27.5411 Mbytes Step Atoms AVEKE stressZZ 18264 5000 6.0903868e-11 6471735.5 18265 -0.0120899999999934 6471639.90655807 18265 5000 6.0899406e-11 6471639.9 Loop time of 0.016958 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:23 2021 Pair time (%) = 0.00109601 (6.46309) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.182772) Outpt time (%) = 0.015738 (92.8058) Other time (%) = 9.29832e-05 (0.548315) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:23 2021 Memory usage per processor = 27.5411 Mbytes Step Atoms AVEKE stressZZ 18265 5000 6.0899406e-11 6471608.1 18266 -0.0120899999999934 6471512.56128824 18266 5000 6.0894945e-11 6471512.6 Loop time of 0.016772 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:23 2021 Pair time (%) = 0.00117302 (6.9939) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208964) Outpt time (%) = 0.0154591 (92.1717) Other time (%) = 0.000104904 (0.625471) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:23 2021 Memory usage per processor = 27.5411 Mbytes Step Atoms AVEKE stressZZ 18266 5000 6.0894945e-11 6471480.8 18267 -0.0120899999999934 6471385.2226441 18267 5000 6.0890484e-11 6471385.2 Loop time of 0.0172482 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:23 2021 Pair time (%) = 0.00109196 (6.33086) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192138) Outpt time (%) = 0.0160241 (92.9034) Other time (%) = 9.89437e-05 (0.573648) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:23 2021 Memory usage per processor = 27.5411 Mbytes Step Atoms AVEKE stressZZ 18267 5000 6.0890484e-11 6471353.5 18268 -0.0120899999999934 6471257.89062481 18268 5000 6.0886024e-11 6471257.9 Loop time of 0.017426 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:23 2021 Pair time (%) = 0.00110102 (6.31824) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.177863) Outpt time (%) = 0.0161991 (92.9594) Other time (%) = 9.48906e-05 (0.544534) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:23 2021 Memory usage per processor = 27.5411 Mbytes Step Atoms AVEKE stressZZ 18268 5000 6.0886024e-11 6471226.1 18269 -0.0120899999999934 6471130.56522965 18269 5000 6.0881564e-11 6471130.6 Loop time of 0.016674 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:23 2021 Pair time (%) = 0.00110006 (6.59746) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191604) Outpt time (%) = 0.01542 (92.4788) Other time (%) = 0.00012207 (0.732098) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:23 2021 Memory usage per processor = 27.5411 Mbytes Step Atoms AVEKE stressZZ 18269 5000 6.0881564e-11 6471098.8 18270 -0.0120899999999934 6471003.24645781 18270 5000 6.0877105e-11 6471003.2 Loop time of 0.0201151 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:23 2021 Pair time (%) = 0.00115299 (5.73196) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.253648) Outpt time (%) = 0.018784 (93.3826) Other time (%) = 0.000127077 (0.631749) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:23 2021 Memory usage per processor = 27.5411 Mbytes Step Atoms AVEKE stressZZ 18270 5000 6.0877105e-11 6470971.5 18271 -0.0120899999999934 6470875.93430853 18271 5000 6.0872647e-11 6470875.9 Loop time of 0.0175331 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:23 2021 Pair time (%) = 0.00110888 (6.32454) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182216) Outpt time (%) = 0.016237 (92.608) Other time (%) = 0.00015521 (0.885245) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:23 2021 Memory usage per processor = 27.5411 Mbytes Step Atoms AVEKE stressZZ 18271 5000 6.0872647e-11 6470844.2 18272 -0.0120899999999934 6470748.62878121 18272 5000 6.0868189e-11 6470748.6 Loop time of 0.016901 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:23 2021 Pair time (%) = 0.0010612 (6.27892) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.189031) Outpt time (%) = 0.0157151 (92.9833) Other time (%) = 9.27448e-05 (0.548753) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:23 2021 Memory usage per processor = 27.5411 Mbytes Step Atoms AVEKE stressZZ 18272 5000 6.0868189e-11 6470716.9 18273 -0.0120899999999934 6470621.329875 18273 5000 6.0863731e-11 6470621.3 Loop time of 0.0166478 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:23 2021 Pair time (%) = 0.0010941 (6.57205) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.197634) Outpt time (%) = 0.015389 (92.4383) Other time (%) = 0.000131845 (0.791969) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:23 2021 Memory usage per processor = 27.5411 Mbytes Step Atoms AVEKE stressZZ 18273 5000 6.0863731e-11 6470589.6 18274 -0.0120899999999934 6470494.03758924 18274 5000 6.0859274e-11 6470494 Loop time of 0.017313 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:23 2021 Pair time (%) = 0.00121617 (7.02462) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.196926) Outpt time (%) = 0.015882 (91.7346) Other time (%) = 0.000180721 (1.04385) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:23 2021 Memory usage per processor = 27.5411 Mbytes Step Atoms AVEKE stressZZ 18274 5000 6.0859274e-11 6470462.3 18275 -0.0120899999999934 6470366.7519232 18275 5000 6.0854817e-11 6470366.8 Loop time of 0.017144 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:23 2021 Pair time (%) = 0.00110722 (6.45834) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186352) Outpt time (%) = 0.0159121 (92.8143) Other time (%) = 9.27448e-05 (0.540977) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:23 2021 Memory usage per processor = 27.5411 Mbytes Step Atoms AVEKE stressZZ 18275 5000 6.0854817e-11 6470335 18276 -0.0120899999999934 6470239.47292975 18276 5000 6.0850361e-11 6470239.5 Loop time of 0.0166941 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:23 2021 Pair time (%) = 0.00106406 (6.37389) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.185661) Outpt time (%) = 0.0155032 (92.8663) Other time (%) = 9.58443e-05 (0.574122) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:23 2021 Memory usage per processor = 27.5411 Mbytes Step Atoms AVEKE stressZZ 18276 5000 6.0850361e-11 6470207.7 18277 -0.0120899999999934 6470112.20064267 18277 5000 6.0845906e-11 6470112.2 Loop time of 0.01685 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:23 2021 Pair time (%) = 0.00125909 (7.47234) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.213657) Outpt time (%) = 0.0154338 (91.5952) Other time (%) = 0.000121117 (0.718793) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:23 2021 Memory usage per processor = 27.5411 Mbytes Step Atoms AVEKE stressZZ 18277 5000 6.0845906e-11 6470080.4 18278 -0.0120899999999934 6469984.93502312 18278 5000 6.0841451e-11 6469984.9 Loop time of 0.017298 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:23 2021 Pair time (%) = 0.00124907 (7.22093) Neigh time (%) = 0 (0) Comm time (%) = 6.50883e-05 (0.376277) Outpt time (%) = 0.0158389 (91.5648) Other time (%) = 0.000144958 (0.838008) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:23 2021 Memory usage per processor = 27.5411 Mbytes Step Atoms AVEKE stressZZ 18278 5000 6.0841451e-11 6469953.2 18279 -0.0120899999999934 6469857.6760597 18279 5000 6.0836996e-11 6469857.7 Loop time of 0.0172 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:23 2021 Pair time (%) = 0.00110292 (6.41235) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.1802) Outpt time (%) = 0.0159709 (92.8544) Other time (%) = 9.5129e-05 (0.553076) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:23 2021 Memory usage per processor = 27.5411 Mbytes Step Atoms AVEKE stressZZ 18279 5000 6.0836996e-11 6469825.9 18280 -0.0120899999999934 6469730.42374592 18280 5000 6.0832542e-11 6469730.4 Loop time of 0.0189049 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:23 2021 Pair time (%) = 0.00109506 (5.79244) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.180344) Outpt time (%) = 0.017674 (93.4887) Other time (%) = 0.000101805 (0.538509) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:23 2021 Memory usage per processor = 27.5411 Mbytes Step Atoms AVEKE stressZZ 18280 5000 6.0832542e-11 6469698.7 18281 -0.0120899999999934 6469603.17807726 18281 5000 6.0828088e-11 6469603.2 Loop time of 0.016403 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:23 2021 Pair time (%) = 0.00107002 (6.52335) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.188956) Outpt time (%) = 0.015209 (92.7208) Other time (%) = 9.29832e-05 (0.566869) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:23 2021 Memory usage per processor = 27.5411 Mbytes Step Atoms AVEKE stressZZ 18281 5000 6.0828088e-11 6469571.4 18282 -0.0120899999999934 6469475.93905024 18282 5000 6.0823635e-11 6469475.9 Loop time of 0.016597 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:23 2021 Pair time (%) = 0.00106502 (6.4169) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.186747) Outpt time (%) = 0.015413 (92.8663) Other time (%) = 8.79765e-05 (0.530073) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:23 2021 Memory usage per processor = 27.5411 Mbytes Step Atoms AVEKE stressZZ 18282 5000 6.0823635e-11 6469444.2 18283 -0.0120899999999934 6469348.70666224 18283 5000 6.0819183e-11 6469348.7 Loop time of 0.01666 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:23 2021 Pair time (%) = 0.00114202 (6.8549) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.186041) Outpt time (%) = 0.015398 (92.4253) Other time (%) = 8.89301e-05 (0.533795) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:23 2021 Memory usage per processor = 27.5411 Mbytes Step Atoms AVEKE stressZZ 18283 5000 6.0819183e-11 6469317 18284 -0.0120899999999934 6469221.48091075 18284 5000 6.0814731e-11 6469221.5 Loop time of 0.017298 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:23 2021 Pair time (%) = 0.00114918 (6.64342) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190206) Outpt time (%) = 0.015996 (92.4731) Other time (%) = 0.000119925 (0.693286) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:23 2021 Memory usage per processor = 27.5411 Mbytes Step Atoms AVEKE stressZZ 18284 5000 6.0814731e-11 6469189.7 18285 -0.0120899999999934 6469094.26178948 18285 5000 6.0810279e-11 6469094.3 Loop time of 0.0172088 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:23 2021 Pair time (%) = 0.00107622 (6.2539) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191191) Outpt time (%) = 0.0159559 (92.7195) Other time (%) = 0.000143766 (0.835423) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:23 2021 Memory usage per processor = 27.5411 Mbytes Step Atoms AVEKE stressZZ 18285 5000 6.0810279e-11 6469062.5 18286 -0.0120899999999934 6468967.04927041 18286 5000 6.0805828e-11 6468967 Loop time of 0.0167689 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:23 2021 Pair time (%) = 0.00107288 (6.39804) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.19052) Outpt time (%) = 0.0155709 (92.8555) Other time (%) = 9.32217e-05 (0.555919) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:23 2021 Memory usage per processor = 27.5411 Mbytes Step Atoms AVEKE stressZZ 18286 5000 6.0805828e-11 6468935.3 18287 -0.0120899999999934 6468839.84337926 18287 5000 6.0801378e-11 6468839.8 Loop time of 0.016814 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:23 2021 Pair time (%) = 0.00113988 (6.77935) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.202771) Outpt time (%) = 0.0155351 (92.394) Other time (%) = 0.000104904 (0.62391) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:23 2021 Memory usage per processor = 27.5411 Mbytes Step Atoms AVEKE stressZZ 18287 5000 6.0801378e-11 6468808.1 18288 -0.0120899999999934 6468712.64411469 18288 5000 6.0796928e-11 6468712.6 Loop time of 0.017627 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:23 2021 Pair time (%) = 0.00130987 (7.43105) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.175835) Outpt time (%) = 0.0161459 (91.5978) Other time (%) = 0.00014019 (0.795315) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:23 2021 Memory usage per processor = 27.5411 Mbytes Step Atoms AVEKE stressZZ 18288 5000 6.0796928e-11 6468680.9 18289 -0.0120899999999934 6468585.45147545 18289 5000 6.0792478e-11 6468585.5 Loop time of 0.017194 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:23 2021 Pair time (%) = 0.00106311 (6.18301) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185809) Outpt time (%) = 0.016006 (93.0904) Other time (%) = 9.29832e-05 (0.540788) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:23 2021 Memory usage per processor = 27.5411 Mbytes Step Atoms AVEKE stressZZ 18289 5000 6.0792478e-11 6468553.7 18290 -0.0120899999999934 6468458.26546031 18290 5000 6.0788029e-11 6468458.3 Loop time of 0.0188761 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:23 2021 Pair time (%) = 0.00106502 (5.64215) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.170515) Outpt time (%) = 0.0176849 (93.6897) Other time (%) = 9.39369e-05 (0.497651) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:23 2021 Memory usage per processor = 27.5411 Mbytes Step Atoms AVEKE stressZZ 18290 5000 6.0788029e-11 6468426.5 18291 -0.0120899999999934 6468331.08606836 18291 5000 6.0783581e-11 6468331.1 Loop time of 0.0168819 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:23 2021 Pair time (%) = 0.00119805 (7.09666) Neigh time (%) = 0 (0) Comm time (%) = 5.00679e-05 (0.296577) Outpt time (%) = 0.015507 (91.8554) Other time (%) = 0.000126839 (0.751328) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:23 2021 Memory usage per processor = 27.5411 Mbytes Step Atoms AVEKE stressZZ 18291 5000 6.0783581e-11 6468299.3 18292 -0.0120899999999934 6468203.91329832 18292 5000 6.0779133e-11 6468203.9 Loop time of 0.0172591 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:23 2021 Pair time (%) = 0.00106406 (6.16522) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179583) Outpt time (%) = 0.0160711 (93.1165) Other time (%) = 9.29832e-05 (0.538748) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:23 2021 Memory usage per processor = 27.5411 Mbytes Step Atoms AVEKE stressZZ 18292 5000 6.0779133e-11 6468172.2 18293 -0.0120899999999934 6468076.74716776 18293 5000 6.0774685e-11 6468076.7 Loop time of 0.0173209 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:23 2021 Pair time (%) = 0.0010829 (6.25198) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.196837) Outpt time (%) = 0.0160909 (92.8987) Other time (%) = 0.00011301 (0.652452) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:23 2021 Memory usage per processor = 27.5411 Mbytes Step Atoms AVEKE stressZZ 18293 5000 6.0774685e-11 6468045 18294 -0.0120899999999934 6467949.58769034 18294 5000 6.0770238e-11 6467949.6 Loop time of 0.0166168 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:23 2021 Pair time (%) = 0.00111389 (6.7034) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.199438) Outpt time (%) = 0.015372 (92.5089) Other time (%) = 9.77516e-05 (0.588269) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:23 2021 Memory usage per processor = 27.5411 Mbytes Step Atoms AVEKE stressZZ 18294 5000 6.0770238e-11 6467917.8 18295 -0.0120899999999934 6467822.43487159 18295 5000 6.0765792e-11 6467822.4 Loop time of 0.0172 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:23 2021 Pair time (%) = 0.00133204 (7.74445) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191289) Outpt time (%) = 0.0156991 (91.2742) Other time (%) = 0.000135899 (0.790108) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:23 2021 Memory usage per processor = 27.5411 Mbytes Step Atoms AVEKE stressZZ 18295 5000 6.0765792e-11 6467790.7 18296 -0.0120899999999934 6467695.28869587 18296 5000 6.0761346e-11 6467695.3 Loop time of 0.0173249 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:24 2021 Pair time (%) = 0.00114989 (6.63722) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.271103) Outpt time (%) = 0.01601 (92.4105) Other time (%) = 0.000118017 (0.681199) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:24 2021 Memory usage per processor = 27.5411 Mbytes Step Atoms AVEKE stressZZ 18296 5000 6.0761346e-11 6467663.5 18297 -0.0120899999999934 6467568.14915755 18297 5000 6.07569e-11 6467568.1 Loop time of 0.0168672 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:24 2021 Pair time (%) = 0.00106621 (6.32121) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18941) Outpt time (%) = 0.0156751 (92.9325) Other time (%) = 9.39369e-05 (0.556922) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:24 2021 Memory usage per processor = 27.5411 Mbytes Step Atoms AVEKE stressZZ 18297 5000 6.07569e-11 6467536.4 18298 -0.0120899999999934 6467441.0162531 18298 5000 6.0752456e-11 6467441 Loop time of 0.016695 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:24 2021 Pair time (%) = 0.00116587 (6.98332) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.202788) Outpt time (%) = 0.0153899 (92.1827) Other time (%) = 0.000105381 (0.631212) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:24 2021 Memory usage per processor = 27.5411 Mbytes Step Atoms AVEKE stressZZ 18298 5000 6.0752456e-11 6467409.3 18299 -0.0120899999999934 6467313.88997989 18299 5000 6.0748011e-11 6467313.9 Loop time of 0.017148 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:24 2021 Pair time (%) = 0.00111794 (6.51938) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191869) Outpt time (%) = 0.015897 (92.7048) Other time (%) = 0.000100136 (0.58395) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:24 2021 Memory usage per processor = 27.5411 Mbytes Step Atoms AVEKE stressZZ 18299 5000 6.0748011e-11 6467282.1 18300 -0.0120899999999934 6467186.77033567 18300 5000 6.0743567e-11 6467186.8 Loop time of 0.0195382 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:24 2021 Pair time (%) = 0.00107312 (5.49244) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.163516) Outpt time (%) = 0.0183401 (93.8681) Other time (%) = 9.29832e-05 (0.475906) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:24 2021 Memory usage per processor = 27.5411 Mbytes Step Atoms AVEKE stressZZ 18300 5000 6.0743567e-11 6467155 18301 -0.0120899999999934 6467059.65731884 18301 5000 6.0739124e-11 6467059.7 Loop time of 0.01648 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:24 2021 Pair time (%) = 0.00106788 (6.47985) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.195307) Outpt time (%) = 0.015286 (92.7548) Other time (%) = 9.39369e-05 (0.570007) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:24 2021 Memory usage per processor = 27.5411 Mbytes Step Atoms AVEKE stressZZ 18301 5000 6.0739124e-11 6467027.9 18302 -0.0120899999999934 6466932.55092782 18302 5000 6.0734681e-11 6466932.6 Loop time of 0.017066 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:24 2021 Pair time (%) = 0.0013001 (7.61805) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.216541) Outpt time (%) = 0.015589 (91.3453) Other time (%) = 0.000139952 (0.820061) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:24 2021 Memory usage per processor = 27.5411 Mbytes Step Atoms AVEKE stressZZ 18302 5000 6.0734681e-11 6466900.8 18303 -0.0120899999999934 6466805.4511609 18303 5000 6.0730238e-11 6466805.5 Loop time of 0.0172589 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:24 2021 Pair time (%) = 0.00106382 (6.16392) Neigh time (%) = 0 (0) Comm time (%) = 6.60419e-05 (0.382655) Outpt time (%) = 0.0160389 (92.9312) Other time (%) = 9.01222e-05 (0.522179) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:24 2021 Memory usage per processor = 27.5411 Mbytes Step Atoms AVEKE stressZZ 18303 5000 6.0730238e-11 6466773.7 18304 -0.0120899999999934 6466678.35801718 18304 5000 6.0725797e-11 6466678.4 Loop time of 0.0175312 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:24 2021 Pair time (%) = 0.00111604 (6.36602) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182236) Outpt time (%) = 0.016288 (92.9091) Other time (%) = 9.5129e-05 (0.542628) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:24 2021 Memory usage per processor = 27.5411 Mbytes Step Atoms AVEKE stressZZ 18304 5000 6.0725797e-11 6466646.6 18305 -0.0120899999999934 6466551.27149543 18305 5000 6.0721355e-11 6466551.3 Loop time of 0.016536 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:24 2021 Pair time (%) = 0.00106788 (6.45789) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.200412) Outpt time (%) = 0.0153348 (92.7361) Other time (%) = 0.000100136 (0.605563) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:24 2021 Memory usage per processor = 27.5411 Mbytes Step Atoms AVEKE stressZZ 18305 5000 6.0721355e-11 6466519.5 18306 -0.0120899999999934 6466424.1915946 18306 5000 6.0716914e-11 6466424.2 Loop time of 0.0174382 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:24 2021 Pair time (%) = 0.00112891 (6.4738) Neigh time (%) = 0 (0) Comm time (%) = 6.29425e-05 (0.360947) Outpt time (%) = 0.016099 (92.3203) Other time (%) = 0.000147343 (0.844943) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:24 2021 Memory usage per processor = 27.5411 Mbytes Step Atoms AVEKE stressZZ 18306 5000 6.0716914e-11 6466392.5 18307 -0.0120899999999934 6466297.11831386 18307 5000 6.0712474e-11 6466297.1 Loop time of 0.0171828 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:24 2021 Pair time (%) = 0.00106406 (6.19259) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18593) Outpt time (%) = 0.0159938 (93.0803) Other time (%) = 9.29832e-05 (0.541141) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:24 2021 Memory usage per processor = 27.5411 Mbytes Step Atoms AVEKE stressZZ 18307 5000 6.0712474e-11 6466265.4 18308 -0.0120899999999934 6466170.05165242 18308 5000 6.0708034e-11 6466170.1 Loop time of 0.016814 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:24 2021 Pair time (%) = 0.00110602 (6.578) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190009) Outpt time (%) = 0.0155821 (92.6733) Other time (%) = 9.39369e-05 (0.558683) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:24 2021 Memory usage per processor = 27.5411 Mbytes Step Atoms AVEKE stressZZ 18308 5000 6.0708034e-11 6466138.3 18309 -0.0120899999999934 6466042.99160966 18309 5000 6.0703595e-11 6466043 Loop time of 0.0166452 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:24 2021 Pair time (%) = 0.001194 (7.17324) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.209124) Outpt time (%) = 0.015311 (91.9845) Other time (%) = 0.000105381 (0.633102) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:24 2021 Memory usage per processor = 27.5411 Mbytes Step Atoms AVEKE stressZZ 18309 5000 6.0703595e-11 6466011.3 18310 -0.0120899999999934 6465915.93819081 18310 5000 6.0699156e-11 6465915.9 Loop time of 0.0197191 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:24 2021 Pair time (%) = 0.00106692 (5.4106) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.163225) Outpt time (%) = 0.0185339 (93.9897) Other time (%) = 8.60691e-05 (0.436475) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:24 2021 Memory usage per processor = 27.5411 Mbytes Step Atoms AVEKE stressZZ 18310 5000 6.0699156e-11 6465884.2 18311 -0.0120899999999934 6465788.89138915 18311 5000 6.0694717e-11 6465788.9 Loop time of 0.0173168 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:24 2021 Pair time (%) = 0.00106812 (6.16808) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184492) Outpt time (%) = 0.0161228 (93.105) Other time (%) = 9.39369e-05 (0.542461) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:24 2021 Memory usage per processor = 27.5411 Mbytes Step Atoms AVEKE stressZZ 18311 5000 6.0694717e-11 6465757.2 18312 -0.0120899999999934 6465661.85120425 18312 5000 6.069028e-11 6465661.9 Loop time of 0.016799 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:24 2021 Pair time (%) = 0.00106597 (6.34544) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.191598) Outpt time (%) = 0.0155759 (92.7193) Other time (%) = 0.000124931 (0.743684) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:24 2021 Memory usage per processor = 27.5411 Mbytes Step Atoms AVEKE stressZZ 18312 5000 6.069028e-11 6465630.1 18313 -0.0120899999999934 6465534.8176362 18313 5000 6.0685842e-11 6465534.8 Loop time of 0.017226 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:24 2021 Pair time (%) = 0.00118089 (6.85527) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.272661) Outpt time (%) = 0.0158751 (92.1579) Other time (%) = 0.000123024 (0.714177) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:24 2021 Memory usage per processor = 27.5411 Mbytes Step Atoms AVEKE stressZZ 18313 5000 6.0685842e-11 6465503.1 18314 -0.0120899999999934 6465407.79068618 18314 5000 6.0681405e-11 6465407.8 Loop time of 0.017303 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:24 2021 Pair time (%) = 0.00111079 (6.41965) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184639) Outpt time (%) = 0.0160651 (92.8459) Other time (%) = 9.5129e-05 (0.549784) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:24 2021 Memory usage per processor = 27.5411 Mbytes Step Atoms AVEKE stressZZ 18314 5000 6.0681405e-11 6465376.1 18315 -0.0120899999999934 6465280.77035219 18315 5000 6.0676969e-11 6465280.8 Loop time of 0.017571 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:24 2021 Pair time (%) = 0.00119901 (6.82379) Neigh time (%) = 0 (0) Comm time (%) = 6.41346e-05 (0.365003) Outpt time (%) = 0.0161431 (91.8736) Other time (%) = 0.000164747 (0.93761) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:24 2021 Memory usage per processor = 27.5411 Mbytes Step Atoms AVEKE stressZZ 18315 5000 6.0676969e-11 6465249 18316 -0.0120899999999934 6465153.75665058 18316 5000 6.0672533e-11 6465153.8 Loop time of 0.0166619 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:24 2021 Pair time (%) = 0.00106597 (6.39765) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.204622) Outpt time (%) = 0.0154479 (92.7137) Other time (%) = 0.000113964 (0.683981) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:24 2021 Memory usage per processor = 27.5411 Mbytes Step Atoms AVEKE stressZZ 18316 5000 6.0672533e-11 6465122 18317 -0.0120899999999934 6465026.749557 18317 5000 6.0668098e-11 6465026.7 Loop time of 0.0171969 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:24 2021 Pair time (%) = 0.00149512 (8.69415) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.220438) Outpt time (%) = 0.015511 (90.1967) Other time (%) = 0.000152826 (0.888686) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:24 2021 Memory usage per processor = 27.5411 Mbytes Step Atoms AVEKE stressZZ 18317 5000 6.0668098e-11 6464995 18318 -0.0120899999999934 6464899.7490646 18318 5000 6.0663663e-11 6464899.7 Loop time of 0.017597 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:24 2021 Pair time (%) = 0.00107479 (6.10782) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.186974) Outpt time (%) = 0.0163901 (93.1416) Other time (%) = 9.91821e-05 (0.563632) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:24 2021 Memory usage per processor = 27.5411 Mbytes Step Atoms AVEKE stressZZ 18318 5000 6.0663663e-11 6464868 18319 -0.0120899999999934 6464772.7551722 18319 5000 6.0659229e-11 6464772.8 Loop time of 0.017051 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:24 2021 Pair time (%) = 0.00106716 (6.25865) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187368) Outpt time (%) = 0.0158591 (93.0101) Other time (%) = 9.27448e-05 (0.543927) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:24 2021 Memory usage per processor = 27.5411 Mbytes Step Atoms AVEKE stressZZ 18319 5000 6.0659229e-11 6464741 18320 -0.0120899999999934 6464645.76787908 18320 5000 6.0654795e-11 6464645.8 Loop time of 0.019017 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:24 2021 Pair time (%) = 0.00111389 (5.85735) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.167998) Outpt time (%) = 0.0177689 (93.4368) Other time (%) = 0.000102282 (0.537843) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:24 2021 Memory usage per processor = 27.5411 Mbytes Step Atoms AVEKE stressZZ 18320 5000 6.0654795e-11 6464614 18321 -0.0120899999999934 6464518.78718421 18321 5000 6.0650362e-11 6464518.8 Loop time of 0.0171459 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:24 2021 Pair time (%) = 0.00134993 (7.87318) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.221094) Outpt time (%) = 0.0156238 (91.1229) Other time (%) = 0.00013423 (0.782869) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:25:24 2021 Memory usage per processor = 27.5411 Mbytes Step Atoms AVEKE stressZZ 18321 5000 6.0650362e-11 6464487.1 18322 -0.0120899999999934 6464372.86977249 18322 5000 1.1973943e-10 6464585.5 Loop time of 0.0168939 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:24 2021 Pair time (%) = 0.00107694 (6.37472) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.196167) Outpt time (%) = 0.015651 (92.643) Other time (%) = 0.000132799 (0.786079) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:24 2021 Memory usage per processor = 27.5411 Mbytes Step Atoms AVEKE stressZZ 18322 5000 1.1973943e-10 6525050.7 18323 -0.0121224999999934 6524924.76892992 18323 5000 9.6375397e-11 6524924.8 Loop time of 0.0171001 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:24 2021 Pair time (%) = 0.00106812 (6.24625) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18683) Outpt time (%) = 0.0158482 (92.6788) Other time (%) = 0.000151873 (0.888139) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:24 2021 Memory usage per processor = 27.5411 Mbytes Step Atoms AVEKE stressZZ 18323 5000 9.6375397e-11 6524882 18324 -0.0121224999999934 6524766.83507439 18324 5000 8.284286e-11 6524766.8 Loop time of 0.0164959 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:24 2021 Pair time (%) = 0.0010972 (6.65135) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.199454) Outpt time (%) = 0.015264 (92.532) Other time (%) = 0.000101805 (0.61715) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:24 2021 Memory usage per processor = 27.5411 Mbytes Step Atoms AVEKE stressZZ 18324 5000 8.284286e-11 6524727.9 18325 -0.0121224999999934 6524619.64188663 18325 5000 7.4773195e-11 6524619.6 Loop time of 0.0162659 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:24 2021 Pair time (%) = 0.00106716 (6.56074) Neigh time (%) = 0 (0) Comm time (%) = 6.60419e-05 (0.406015) Outpt time (%) = 0.015039 (92.4572) Other time (%) = 9.36985e-05 (0.576044) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:24 2021 Memory usage per processor = 27.5411 Mbytes Step Atoms AVEKE stressZZ 18325 5000 7.4773195e-11 6524583.2 18326 -0.0121224999999934 6524479.27694247 18326 5000 6.9858113e-11 6524479.3 Loop time of 0.0163591 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:24 2021 Pair time (%) = 0.00106788 (6.52773) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.189463) Outpt time (%) = 0.0151711 (92.7377) Other time (%) = 8.91685e-05 (0.54507) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:24 2021 Memory usage per processor = 27.5411 Mbytes Step Atoms AVEKE stressZZ 18326 5000 6.9858113e-11 6524444.4 18327 -0.0121224999999934 6524343.25386155 18327 5000 6.6819703e-11 6524343.3 Loop time of 0.0170829 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:24 2021 Pair time (%) = 0.00111699 (6.53864) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187018) Outpt time (%) = 0.0158441 (92.7482) Other time (%) = 8.98838e-05 (0.526162) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:24 2021 Memory usage per processor = 27.5411 Mbytes Step Atoms AVEKE stressZZ 18327 5000 6.6819703e-11 6524309.4 18328 -0.0121224999999934 6524209.99252448 18328 5000 6.4922196e-11 6524210 Loop time of 0.016665 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:24 2021 Pair time (%) = 0.0010891 (6.53524) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.204584) Outpt time (%) = 0.0154119 (92.4805) Other time (%) = 0.000129938 (0.779708) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:24 2021 Memory usage per processor = 27.5411 Mbytes Step Atoms AVEKE stressZZ 18328 5000 6.4922196e-11 6524176.8 18329 -0.0121224999999934 6524078.48874799 18329 5000 6.3728839e-11 6524078.5 Loop time of 0.0168831 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:24 2021 Pair time (%) = 0.00111604 (6.61037) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.194879) Outpt time (%) = 0.0156171 (92.5014) Other time (%) = 0.000117064 (0.693376) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:24 2021 Memory usage per processor = 27.5411 Mbytes Step Atoms AVEKE stressZZ 18329 5000 6.3728839e-11 6524045.7 18330 -0.0121224999999934 6523948.10436283 18330 5000 6.2974531e-11 6523948.1 Loop time of 0.0196369 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:24 2021 Pair time (%) = 0.00106406 (5.4187) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.157838) Outpt time (%) = 0.0184071 (93.7375) Other time (%) = 0.000134706 (0.685988) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:24 2021 Memory usage per processor = 27.5412 Mbytes Step Atoms AVEKE stressZZ 18330 5000 6.2974531e-11 6523915.5 18331 -0.0121224999999934 6523818.43380453 18331 5000 6.2495831e-11 6523818.4 Loop time of 0.0169809 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:24 2021 Pair time (%) = 0.00106883 (6.29432) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188141) Outpt time (%) = 0.0157859 (92.9629) Other time (%) = 9.41753e-05 (0.554596) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:24 2021 Memory usage per processor = 27.5412 Mbytes Step Atoms AVEKE stressZZ 18331 5000 6.2495831e-11 6523786 18332 -0.0121224999999934 6523689.21933209 18332 5000 6.2190903e-11 6523689.2 Loop time of 0.016659 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:24 2021 Pair time (%) = 0.00108695 (6.52469) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.198932) Outpt time (%) = 0.0154359 (92.6581) Other time (%) = 0.000102997 (0.618265) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:24 2021 Memory usage per processor = 27.5412 Mbytes Step Atoms AVEKE stressZZ 18332 5000 6.2190903e-11 6523656.9 18333 -0.0121224999999934 6523560.29714773 18333 5000 6.199585e-11 6523560.3 Loop time of 0.0172861 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:24 2021 Pair time (%) = 0.00114083 (6.59973) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18482) Outpt time (%) = 0.0160179 (92.6638) Other time (%) = 9.53674e-05 (0.551701) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:24 2021 Memory usage per processor = 27.5412 Mbytes Step Atoms AVEKE stressZZ 18333 5000 6.199585e-11 6523528.1 18334 -0.0121224999999934 6523431.56315575 18334 5000 6.18704e-11 6523431.6 Loop time of 0.0173209 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:24 2021 Pair time (%) = 0.00107002 (6.17765) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184449) Outpt time (%) = 0.016125 (93.0956) Other time (%) = 9.39369e-05 (0.542334) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:24 2021 Memory usage per processor = 27.5412 Mbytes Step Atoms AVEKE stressZZ 18334 5000 6.18704e-11 6523399.4 18335 -0.0121224999999934 6523302.95120186 18335 5000 6.178909e-11 6523303 Loop time of 0.0168891 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:24 2021 Pair time (%) = 0.00106692 (6.31723) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.190576) Outpt time (%) = 0.015697 (92.9416) Other time (%) = 9.29832e-05 (0.550552) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:24 2021 Memory usage per processor = 27.5412 Mbytes Step Atoms AVEKE stressZZ 18335 5000 6.178909e-11 6523270.8 18336 -0.0121224999999934 6523174.41924379 18336 5000 6.1735795e-11 6523174.4 Loop time of 0.0169542 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:24 2021 Pair time (%) = 0.00138617 (8.17595) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.212344) Outpt time (%) = 0.015399 (90.827) Other time (%) = 0.000133038 (0.784689) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:24 2021 Memory usage per processor = 27.5412 Mbytes Step Atoms AVEKE stressZZ 18336 5000 6.1735795e-11 6523142.3 18337 -0.0121224999999934 6523045.94056304 18337 5000 6.1700289e-11 6523045.9 Loop time of 0.0174971 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:24 2021 Pair time (%) = 0.00113797 (6.50379) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182591) Outpt time (%) = 0.016227 (92.7413) Other time (%) = 0.000100136 (0.572301) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:24 2021 Memory usage per processor = 27.5412 Mbytes Step Atoms AVEKE stressZZ 18337 5000 6.1700289e-11 6523013.8 18338 -0.0121224999999934 6522917.49817915 18338 5000 6.1676082e-11 6522917.5 Loop time of 0.0171621 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:24 2021 Pair time (%) = 0.00111103 (6.47375) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180598) Outpt time (%) = 0.0159249 (92.7914) Other time (%) = 9.5129e-05 (0.554298) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:24 2021 Memory usage per processor = 27.5412 Mbytes Step Atoms AVEKE stressZZ 18338 5000 6.1676082e-11 6522885.4 18339 -0.0121224999999934 6522789.08130072 18339 5000 6.1659054e-11 6522789.1 Loop time of 0.0165451 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:25 2021 Pair time (%) = 0.00107503 (6.49759) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.206067) Outpt time (%) = 0.0153341 (92.681) Other time (%) = 0.000101805 (0.615318) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:25 2021 Memory usage per processor = 27.5412 Mbytes Step Atoms AVEKE stressZZ 18339 5000 6.1659054e-11 6522757 18340 -0.0121224999999934 6522660.68306923 18340 5000 6.1646586e-11 6522660.7 Loop time of 0.0195601 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:25 2021 Pair time (%) = 0.00111794 (5.71543) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.163333) Outpt time (%) = 0.01827 (93.4045) Other time (%) = 0.00014019 (0.716715) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:25 2021 Memory usage per processor = 27.5412 Mbytes Step Atoms AVEKE stressZZ 18340 5000 6.1646586e-11 6522628.6 18341 -0.0121224999999934 6522532.29912578 18341 5000 6.1637017e-11 6522532.3 Loop time of 0.01736 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:25 2021 Pair time (%) = 0.00106716 (6.14725) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.17854) Outpt time (%) = 0.0161331 (92.9326) Other time (%) = 0.000128746 (0.741626) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:25 2021 Memory usage per processor = 27.5412 Mbytes Step Atoms AVEKE stressZZ 18341 5000 6.1637017e-11 6522500.2 18342 -0.0121224999999934 6522403.92669994 18342 5000 6.1629289e-11 6522403.9 Loop time of 0.0166249 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:25 2021 Pair time (%) = 0.00106788 (6.42335) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.186433) Outpt time (%) = 0.0154309 (92.818) Other time (%) = 9.5129e-05 (0.572207) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:25 2021 Memory usage per processor = 27.5412 Mbytes Step Atoms AVEKE stressZZ 18342 5000 6.1629289e-11 6522371.8 18343 -0.0121224999999934 6522275.56403077 18343 5000 6.1622733e-11 6522275.6 Loop time of 0.0168641 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:25 2021 Pair time (%) = 0.00115204 (6.83132) Neigh time (%) = 0 (0) Comm time (%) = 4.81606e-05 (0.285581) Outpt time (%) = 0.015522 (92.0419) Other time (%) = 0.000141859 (0.841192) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:25 2021 Memory usage per processor = 27.5412 Mbytes Step Atoms AVEKE stressZZ 18343 5000 6.1622733e-11 6522243.4 18344 -0.0121224999999934 6522147.20999867 18344 5000 6.161692e-11 6522147.2 Loop time of 0.0177531 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:25 2021 Pair time (%) = 0.00123501 (6.95657) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.179958) Outpt time (%) = 0.016387 (92.3048) Other time (%) = 9.91821e-05 (0.558674) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:25 2021 Memory usage per processor = 27.5412 Mbytes Step Atoms AVEKE stressZZ 18344 5000 6.161692e-11 6522115.1 18345 -0.0121224999999934 6522018.86389211 18345 5000 6.161158e-11 6522018.9 Loop time of 0.0171208 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:25 2021 Pair time (%) = 0.00106406 (6.21501) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181033) Outpt time (%) = 0.0159328 (93.0609) Other time (%) = 9.29832e-05 (0.5431) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:25 2021 Memory usage per processor = 27.5412 Mbytes Step Atoms AVEKE stressZZ 18345 5000 6.161158e-11 6521986.7 18346 -0.0121224999999934 6521890.52525837 18346 5000 6.1606542e-11 6521890.5 Loop time of 0.016526 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:25 2021 Pair time (%) = 0.00106692 (6.45603) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.19332) Outpt time (%) = 0.015332 (92.775) Other time (%) = 9.5129e-05 (0.575633) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:25 2021 Memory usage per processor = 27.5412 Mbytes Step Atoms AVEKE stressZZ 18346 5000 6.1606542e-11 6521858.4 18347 -0.0121224999999934 6521762.19380967 18347 5000 6.1601694e-11 6521762.2 Loop time of 0.016902 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:25 2021 Pair time (%) = 0.00131202 (7.76251) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.225695) Outpt time (%) = 0.0154181 (91.2204) Other time (%) = 0.000133753 (0.791345) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:25 2021 Memory usage per processor = 27.5412 Mbytes Step Atoms AVEKE stressZZ 18347 5000 6.1601694e-11 6521730.1 18348 -0.0121224999999934 6521633.86936254 18348 5000 6.1596969e-11 6521633.9 Loop time of 0.0175819 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:25 2021 Pair time (%) = 0.00110602 (6.29068) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.187134) Outpt time (%) = 0.0163441 (92.9594) Other time (%) = 9.89437e-05 (0.562758) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:25 2021 Memory usage per processor = 27.5412 Mbytes Step Atoms AVEKE stressZZ 18348 5000 6.1596969e-11 6521601.8 18349 -0.0121224999999934 6521505.5518003 18349 5000 6.1592321e-11 6521505.6 Loop time of 0.0176551 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:25 2021 Pair time (%) = 0.00127506 (7.22205) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.186358) Outpt time (%) = 0.016222 (91.8826) Other time (%) = 0.00012517 (0.708971) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:25 2021 Memory usage per processor = 27.5412 Mbytes Step Atoms AVEKE stressZZ 18349 5000 6.1592321e-11 6521473.4 18350 -0.0121224999999934 6521377.24104842 18350 5000 6.1587722e-11 6521377.2 Loop time of 0.0190232 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:25 2021 Pair time (%) = 0.00106716 (5.6098) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.167943) Outpt time (%) = 0.0177958 (93.548) Other time (%) = 0.000128269 (0.674278) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:25 2021 Memory usage per processor = 27.5412 Mbytes Step Atoms AVEKE stressZZ 18350 5000 6.1587722e-11 6521345.1 18351 -0.0121224999999934 6521248.93705926 18351 5000 6.1583155e-11 6521248.9 Loop time of 0.016742 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:25 2021 Pair time (%) = 0.00121188 (7.23858) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.207915) Outpt time (%) = 0.015362 (91.7575) Other time (%) = 0.000133276 (0.796058) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:25 2021 Memory usage per processor = 27.5412 Mbytes Step Atoms AVEKE stressZZ 18351 5000 6.1583155e-11 6521216.8 18352 -0.0121224999999934 6521120.6398022 18352 5000 6.1578608e-11 6521120.6 Loop time of 0.017246 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:25 2021 Pair time (%) = 0.00106502 (6.17543) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.186632) Outpt time (%) = 0.016058 (93.1112) Other time (%) = 9.08375e-05 (0.526716) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:25 2021 Memory usage per processor = 27.5412 Mbytes Step Atoms AVEKE stressZZ 18352 5000 6.1578608e-11 6521088.5 18353 -0.0121224999999934 6520992.34925749 18353 5000 6.1574075e-11 6520992.3 Loop time of 0.0167849 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:25 2021 Pair time (%) = 0.00107288 (6.39195) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190338) Outpt time (%) = 0.0155859 (92.8566) Other time (%) = 9.41753e-05 (0.561072) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:25 2021 Memory usage per processor = 27.5412 Mbytes Step Atoms AVEKE stressZZ 18353 5000 6.1574075e-11 6520960.2 18354 -0.0121224999999934 6520864.06541246 18354 5000 6.156955e-11 6520864.1 Loop time of 0.016582 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:25 2021 Pair time (%) = 0.00109196 (6.58519) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.20417) Outpt time (%) = 0.0153551 (92.601) Other time (%) = 0.000101089 (0.609633) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:25 2021 Memory usage per processor = 27.5412 Mbytes Step Atoms AVEKE stressZZ 18354 5000 6.156955e-11 6520832 18355 -0.0121224999999934 6520735.78825851 18355 5000 6.156503e-11 6520735.8 Loop time of 0.017514 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:25 2021 Pair time (%) = 0.00123501 (7.05155) Neigh time (%) = 0 (0) Comm time (%) = 7.9155e-05 (0.451953) Outpt time (%) = 0.0160229 (91.4864) Other time (%) = 0.000176907 (1.01009) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:25 2021 Memory usage per processor = 27.5412 Mbytes Step Atoms AVEKE stressZZ 18355 5000 6.156503e-11 6520703.7 18356 -0.0121224999999934 6520607.51779009 18356 5000 6.1560515e-11 6520607.5 Loop time of 0.0167892 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:25 2021 Pair time (%) = 0.00106597 (6.34914) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.19029) Outpt time (%) = 0.0155969 (92.8982) Other time (%) = 9.44138e-05 (0.562348) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:25 2021 Memory usage per processor = 27.5412 Mbytes Step Atoms AVEKE stressZZ 18356 5000 6.1560515e-11 6520575.4 18357 -0.0121224999999934 6520479.25400329 18357 5000 6.1556001e-11 6520479.3 Loop time of 0.0171981 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:25 2021 Pair time (%) = 0.0012598 (7.32526) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191311) Outpt time (%) = 0.0157619 (91.6489) Other time (%) = 0.000143528 (0.834558) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:25 2021 Memory usage per processor = 27.5412 Mbytes Step Atoms AVEKE stressZZ 18357 5000 6.1556001e-11 6520447.1 18358 -0.0121224999999934 6520350.99689533 18358 5000 6.155149e-11 6520351 Loop time of 0.0169859 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:25 2021 Pair time (%) = 0.00138903 (8.17753) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.228791) Outpt time (%) = 0.015414 (90.7459) Other time (%) = 0.000144005 (0.847791) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:25 2021 Memory usage per processor = 27.5412 Mbytes Step Atoms AVEKE stressZZ 18358 5000 6.155149e-11 6520318.9 18359 -0.0121224999999934 6520222.74646418 18359 5000 6.154698e-11 6520222.7 Loop time of 0.0170369 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:25 2021 Pair time (%) = 0.00111389 (6.53811) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.188922) Outpt time (%) = 0.015799 (92.7342) Other time (%) = 9.17912e-05 (0.538778) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:25 2021 Memory usage per processor = 27.5412 Mbytes Step Atoms AVEKE stressZZ 18359 5000 6.154698e-11 6520190.6 18360 -0.0121224999999934 6520094.50270892 18360 5000 6.1542471e-11 6520094.5 Loop time of 0.0195489 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:25 2021 Pair time (%) = 0.00106597 (5.45284) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.163427) Outpt time (%) = 0.018357 (93.9032) Other time (%) = 9.39369e-05 (0.480523) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:25 2021 Memory usage per processor = 27.5412 Mbytes Step Atoms AVEKE stressZZ 18360 5000 6.1542471e-11 6520062.4 18361 -0.0121224999999934 6519966.26566621 18361 5000 6.1537963e-11 6519966.3 Loop time of 0.0165961 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:25 2021 Pair time (%) = 0.00109887 (6.62127) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192504) Outpt time (%) = 0.0153661 (92.5886) Other time (%) = 9.91821e-05 (0.597624) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:25 2021 Memory usage per processor = 27.5412 Mbytes Step Atoms AVEKE stressZZ 18361 5000 6.1537963e-11 6519934.2 18362 -0.0121224999999934 6519838.03532453 18362 5000 6.1533456e-11 6519838 Loop time of 0.017338 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:25 2021 Pair time (%) = 0.00141811 (8.17921) Neigh time (%) = 0 (0) Comm time (%) = 9.89437e-05 (0.570674) Outpt time (%) = 0.0156741 (90.403) Other time (%) = 0.000146866 (0.847073) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:25 2021 Memory usage per processor = 27.5412 Mbytes Step Atoms AVEKE stressZZ 18362 5000 6.1533456e-11 6519805.9 18363 -0.0121224999999934 6519709.81167377 18363 5000 6.1528949e-11 6519709.8 Loop time of 0.0173371 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:25 2021 Pair time (%) = 0.00114799 (6.62156) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191152) Outpt time (%) = 0.0160561 (92.6111) Other time (%) = 9.98974e-05 (0.576206) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:25 2021 Memory usage per processor = 27.5412 Mbytes Step Atoms AVEKE stressZZ 18363 5000 6.1528949e-11 6519677.7 18364 -0.0121224999999934 6519581.5947094 18364 5000 6.1524443e-11 6519581.6 Loop time of 0.017153 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:25 2021 Pair time (%) = 0.00107408 (6.26173) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186253) Outpt time (%) = 0.0159571 (93.028) Other time (%) = 8.98838e-05 (0.524011) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:25 2021 Memory usage per processor = 27.5412 Mbytes Step Atoms AVEKE stressZZ 18364 5000 6.1524443e-11 6519549.5 18365 -0.0121224999999934 6519453.38442856 18365 5000 6.1519937e-11 6519453.4 Loop time of 0.016748 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:25 2021 Pair time (%) = 0.0011189 (6.68081) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.20357) Outpt time (%) = 0.0154989 (92.5419) Other time (%) = 9.60827e-05 (0.573698) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:25 2021 Memory usage per processor = 27.5412 Mbytes Step Atoms AVEKE stressZZ 18365 5000 6.1519937e-11 6519421.3 18366 -0.0121224999999934 6519325.18082916 18366 5000 6.1515432e-11 6519325.2 Loop time of 0.0171409 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:25 2021 Pair time (%) = 0.00110817 (6.46507) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.19334) Outpt time (%) = 0.015882 (92.6559) Other time (%) = 0.00011754 (0.685732) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:25 2021 Memory usage per processor = 27.5412 Mbytes Step Atoms AVEKE stressZZ 18366 5000 6.1515432e-11 6519293.1 18367 -0.0121224999999934 6519196.98390886 18367 5000 6.1510928e-11 6519197 Loop time of 0.0166609 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:25 2021 Pair time (%) = 0.00110912 (6.65703) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.186031) Outpt time (%) = 0.0154271 (92.5946) Other time (%) = 9.36985e-05 (0.562385) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:25 2021 Memory usage per processor = 27.5412 Mbytes Step Atoms AVEKE stressZZ 18367 5000 6.1510928e-11 6519164.9 18368 -0.0121224999999934 6519068.79366625 18368 5000 6.1506424e-11 6519068.8 Loop time of 0.016464 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:25 2021 Pair time (%) = 0.00106692 (6.48034) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.188256) Outpt time (%) = 0.0152781 (92.797) Other time (%) = 8.79765e-05 (0.534357) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:25 2021 Memory usage per processor = 27.5412 Mbytes Step Atoms AVEKE stressZZ 18368 5000 6.1506424e-11 6519036.7 18369 -0.0121224999999934 6518940.61010001 18369 5000 6.150192e-11 6518940.6 Loop time of 0.0164721 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:25 2021 Pair time (%) = 0.00111485 (6.76808) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193953) Outpt time (%) = 0.0152371 (92.5024) Other time (%) = 8.82149e-05 (0.535541) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:25 2021 Memory usage per processor = 27.5412 Mbytes Step Atoms AVEKE stressZZ 18369 5000 6.150192e-11 6518908.5 18370 -0.0121224999999934 6518812.43320886 18370 5000 6.1497418e-11 6518812.4 Loop time of 0.019237 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:25 2021 Pair time (%) = 0.00106883 (5.55611) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.167315) Outpt time (%) = 0.018048 (93.8192) Other time (%) = 8.79765e-05 (0.457328) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:25 2021 Memory usage per processor = 27.5412 Mbytes Step Atoms AVEKE stressZZ 18370 5000 6.1497418e-11 6518780.3 18371 -0.0121224999999934 6518684.26299153 18371 5000 6.1492915e-11 6518684.3 Loop time of 0.0168221 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:25 2021 Pair time (%) = 0.00117111 (6.96175) Neigh time (%) = 0 (0) Comm time (%) = 6.50883e-05 (0.386921) Outpt time (%) = 0.0154359 (91.7599) Other time (%) = 0.000149965 (0.891478) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:25 2021 Memory usage per processor = 27.5412 Mbytes Step Atoms AVEKE stressZZ 18371 5000 6.1492915e-11 6518652.2 18372 -0.0121224999999934 6518556.09944695 18372 5000 6.1488413e-11 6518556.1 Loop time of 0.0170851 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:25 2021 Pair time (%) = 0.00111103 (6.50293) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186994) Outpt time (%) = 0.015841 (92.7184) Other time (%) = 0.000101089 (0.591683) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:25 2021 Memory usage per processor = 27.5412 Mbytes Step Atoms AVEKE stressZZ 18372 5000 6.1488413e-11 6518524 18373 -0.0121224999999934 6518427.94257402 18373 5000 6.1483912e-11 6518427.9 Loop time of 0.0173922 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:25 2021 Pair time (%) = 0.00106502 (6.12354) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183692) Outpt time (%) = 0.016206 (93.1801) Other time (%) = 8.91685e-05 (0.512694) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:25 2021 Memory usage per processor = 27.5412 Mbytes Step Atoms AVEKE stressZZ 18373 5000 6.1483912e-11 6518395.8 18374 -0.0121224999999934 6518299.79237161 18374 5000 6.1479411e-11 6518299.8 Loop time of 0.016582 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:25 2021 Pair time (%) = 0.00114512 (6.90582) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.186916) Outpt time (%) = 0.015311 (92.335) Other time (%) = 9.48906e-05 (0.57225) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:25 2021 Memory usage per processor = 27.5412 Mbytes Step Atoms AVEKE stressZZ 18374 5000 6.1479411e-11 6518267.7 18375 -0.0121224999999934 6518171.64883871 18375 5000 6.1474911e-11 6518171.6 Loop time of 0.0168221 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:25 2021 Pair time (%) = 0.00131989 (7.84614) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.22535) Outpt time (%) = 0.015347 (91.2312) Other time (%) = 0.000117302 (0.697309) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:25 2021 Memory usage per processor = 27.5412 Mbytes Step Atoms AVEKE stressZZ 18375 5000 6.1474911e-11 6518139.6 18376 -0.0121224999999934 6518043.51197447 18376 5000 6.1470411e-11 6518043.5 Loop time of 0.0175791 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:25 2021 Pair time (%) = 0.00114799 (6.53041) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.188521) Outpt time (%) = 0.016299 (92.7182) Other time (%) = 9.89437e-05 (0.562849) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:25 2021 Memory usage per processor = 27.5412 Mbytes Step Atoms AVEKE stressZZ 18376 5000 6.1470411e-11 6518011.4 18377 -0.0121224999999934 6517915.38177775 18377 5000 6.1465912e-11 6517915.4 Loop time of 0.0174701 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:25 2021 Pair time (%) = 0.00106812 (6.11395) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182873) Outpt time (%) = 0.0162752 (93.16) Other time (%) = 9.48906e-05 (0.543159) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:25 2021 Memory usage per processor = 27.5412 Mbytes Step Atoms AVEKE stressZZ 18377 5000 6.1465912e-11 6517883.3 18378 -0.0121224999999934 6517787.25824762 18378 5000 6.1461413e-11 6517787.3 Loop time of 0.0167 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:25 2021 Pair time (%) = 0.00107193 (6.41873) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.202727) Outpt time (%) = 0.015496 (92.7903) Other time (%) = 9.82285e-05 (0.588193) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:25 2021 Memory usage per processor = 27.5412 Mbytes Step Atoms AVEKE stressZZ 18378 5000 6.1461413e-11 6517755.2 18379 -0.0121224999999934 6517659.14138318 18379 5000 6.1456915e-11 6517659.1 Loop time of 0.0173719 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:25 2021 Pair time (%) = 0.00132918 (7.65135) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189397) Outpt time (%) = 0.0158551 (91.2685) Other time (%) = 0.000154734 (0.890713) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:25 2021 Memory usage per processor = 27.5412 Mbytes Step Atoms AVEKE stressZZ 18379 5000 6.1456915e-11 6517627.1 18380 -0.0121224999999934 6517531.03118367 18380 5000 6.1452417e-11 6517531 Loop time of 0.0197561 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:25 2021 Pair time (%) = 0.00117898 (5.96768) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.171367) Outpt time (%) = 0.0184171 (93.2225) Other time (%) = 0.000126123 (0.638403) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:25 2021 Memory usage per processor = 27.5412 Mbytes Step Atoms AVEKE stressZZ 18380 5000 6.1452417e-11 6517498.9 18381 -0.0121224999999934 6517402.92764799 18381 5000 6.144792e-11 6517402.9 Loop time of 0.017374 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:25 2021 Pair time (%) = 0.00106788 (6.14639) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.185256) Outpt time (%) = 0.01618 (93.1277) Other time (%) = 9.39369e-05 (0.540674) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:25 2021 Memory usage per processor = 27.5412 Mbytes Step Atoms AVEKE stressZZ 18381 5000 6.144792e-11 6517370.8 18382 -0.0121224999999934 6517274.83077534 18382 5000 6.1443423e-11 6517274.8 Loop time of 0.016619 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:26 2021 Pair time (%) = 0.00106597 (6.41417) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.197977) Outpt time (%) = 0.01542 (92.7853) Other time (%) = 0.000100136 (0.602539) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:26 2021 Memory usage per processor = 27.5412 Mbytes Step Atoms AVEKE stressZZ 18382 5000 6.1443423e-11 6517242.7 18383 -0.0121224999999934 6517146.74056496 18383 5000 6.1438927e-11 6517146.7 Loop time of 0.017693 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:26 2021 Pair time (%) = 0.00117707 (6.65274) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.185959) Outpt time (%) = 0.0163739 (92.5441) Other time (%) = 0.000109196 (0.617167) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:26 2021 Memory usage per processor = 27.5412 Mbytes Step Atoms AVEKE stressZZ 18383 5000 6.1438927e-11 6517114.7 18384 -0.0121224999999934 6517018.65701577 18384 5000 6.1434431e-11 6517018.7 Loop time of 0.017293 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:26 2021 Pair time (%) = 0.00107384 (6.20967) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.186125) Outpt time (%) = 0.016093 (93.061) Other time (%) = 9.39369e-05 (0.543209) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:26 2021 Memory usage per processor = 27.5412 Mbytes Step Atoms AVEKE stressZZ 18384 5000 6.1434431e-11 6516986.6 18385 -0.0121224999999934 6516890.58012708 18385 5000 6.1429936e-11 6516890.6 Loop time of 0.017081 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:26 2021 Pair time (%) = 0.00107002 (6.26439) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181455) Outpt time (%) = 0.0158851 (92.9986) Other time (%) = 9.48906e-05 (0.555532) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:26 2021 Memory usage per processor = 27.5412 Mbytes Step Atoms AVEKE stressZZ 18385 5000 6.1429936e-11 6516858.5 18386 -0.0121224999999934 6516762.50989795 18386 5000 6.1425441e-11 6516762.5 Loop time of 0.0168371 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:26 2021 Pair time (%) = 0.00111198 (6.60436) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.202492) Outpt time (%) = 0.0155702 (92.4752) Other time (%) = 0.000120878 (0.717927) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:26 2021 Memory usage per processor = 27.5412 Mbytes Step Atoms AVEKE stressZZ 18386 5000 6.1425441e-11 6516730.4 18387 -0.0121224999999934 6516634.44632767 18387 5000 6.1420947e-11 6516634.4 Loop time of 0.017206 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:26 2021 Pair time (%) = 0.00121379 (7.05447) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191223) Outpt time (%) = 0.015857 (92.1599) Other time (%) = 0.000102282 (0.594455) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:26 2021 Memory usage per processor = 27.5412 Mbytes Step Atoms AVEKE stressZZ 18387 5000 6.1420947e-11 6516602.4 18388 -0.0121224999999934 6516506.38941534 18388 5000 6.1416453e-11 6516506.4 Loop time of 0.0177908 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:26 2021 Pair time (%) = 0.00107098 (6.01983) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.174216) Outpt time (%) = 0.0165949 (93.2779) Other time (%) = 9.39369e-05 (0.528009) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:26 2021 Memory usage per processor = 27.5412 Mbytes Step Atoms AVEKE stressZZ 18388 5000 6.1416453e-11 6516474.3 18389 -0.0121224999999934 6516378.33916009 18389 5000 6.141196e-11 6516378.3 Loop time of 0.016664 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:26 2021 Pair time (%) = 0.00106692 (6.40255) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191719) Outpt time (%) = 0.0154722 (92.8477) Other time (%) = 9.29832e-05 (0.557988) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:26 2021 Memory usage per processor = 27.5412 Mbytes Step Atoms AVEKE stressZZ 18389 5000 6.141196e-11 6516346.3 18390 -0.0121224999999934 6516250.29556119 18390 5000 6.1407468e-11 6516250.3 Loop time of 0.019253 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:26 2021 Pair time (%) = 0.00131202 (6.81461) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.191943) Outpt time (%) = 0.0177782 (92.3396) Other time (%) = 0.000125885 (0.653846) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:26 2021 Memory usage per processor = 27.5412 Mbytes Step Atoms AVEKE stressZZ 18390 5000 6.1407468e-11 6516218.2 18391 -0.0121224999999934 6516122.2586177 18391 5000 6.1402976e-11 6516122.3 Loop time of 0.0174041 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:26 2021 Pair time (%) = 0.00130081 (7.47418) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.194526) Outpt time (%) = 0.0159361 (91.5655) Other time (%) = 0.000133276 (0.765774) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:26 2021 Memory usage per processor = 27.5412 Mbytes Step Atoms AVEKE stressZZ 18391 5000 6.1402976e-11 6516090.2 18392 -0.0121224999999934 6515994.22832899 18392 5000 6.1398484e-11 6515994.2 Loop time of 0.017195 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:26 2021 Pair time (%) = 0.00106907 (6.21733) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185799) Outpt time (%) = 0.0160022 (93.063) Other time (%) = 9.17912e-05 (0.533825) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:26 2021 Memory usage per processor = 27.5412 Mbytes Step Atoms AVEKE stressZZ 18392 5000 6.1398484e-11 6515962.1 18393 -0.0121224999999934 6515866.20469425 18393 5000 6.1393993e-11 6515866.2 Loop time of 0.0164862 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:26 2021 Pair time (%) = 0.00106716 (6.47307) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.188003) Outpt time (%) = 0.0152941 (92.7691) Other time (%) = 9.39369e-05 (0.569792) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:26 2021 Memory usage per processor = 27.5412 Mbytes Step Atoms AVEKE stressZZ 18393 5000 6.1393993e-11 6515834.1 18394 -0.0121224999999934 6515738.18772095 18394 5000 6.1389502e-11 6515738.2 Loop time of 0.0169849 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:26 2021 Pair time (%) = 0.00131083 (7.71757) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.217574) Outpt time (%) = 0.015486 (91.1749) Other time (%) = 0.000151157 (0.889949) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:26 2021 Memory usage per processor = 27.5412 Mbytes Step Atoms AVEKE stressZZ 18394 5000 6.1389502e-11 6515706.1 18395 -0.0121224999999934 6515610.17740691 18395 5000 6.1385012e-11 6515610.2 Loop time of 0.0172801 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:26 2021 Pair time (%) = 0.00106907 (6.1867) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179365) Outpt time (%) = 0.0160861 (93.0903) Other time (%) = 9.39369e-05 (0.543613) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:26 2021 Memory usage per processor = 27.5412 Mbytes Step Atoms AVEKE stressZZ 18395 5000 6.1385012e-11 6515578.1 18396 -0.0121224999999934 6515482.17374862 18396 5000 6.1380523e-11 6515482.2 Loop time of 0.017236 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:26 2021 Pair time (%) = 0.00106692 (6.19009) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179824) Outpt time (%) = 0.016042 (93.0726) Other time (%) = 9.60827e-05 (0.557454) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:26 2021 Memory usage per processor = 27.5412 Mbytes Step Atoms AVEKE stressZZ 18396 5000 6.1380523e-11 6515450.1 18397 -0.0121224999999934 6515354.17674457 18397 5000 6.1376034e-11 6515354.2 Loop time of 0.016643 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:26 2021 Pair time (%) = 0.00110388 (6.63267) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.199123) Outpt time (%) = 0.0154049 (92.5608) Other time (%) = 0.000101089 (0.607398) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:26 2021 Memory usage per processor = 27.5412 Mbytes Step Atoms AVEKE stressZZ 18397 5000 6.1376034e-11 6515322.1 18398 -0.0121224999999934 6515226.18639359 18398 5000 6.1371545e-11 6515226.2 Loop time of 0.017822 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:26 2021 Pair time (%) = 0.00141001 (7.9116) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.195315) Outpt time (%) = 0.016252 (91.1908) Other time (%) = 0.00012517 (0.702332) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:26 2021 Memory usage per processor = 27.5412 Mbytes Step Atoms AVEKE stressZZ 18398 5000 6.1371545e-11 6515194.1 18399 -0.0121224999999934 6515098.20269455 18399 5000 6.1367057e-11 6515098.2 Loop time of 0.017509 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:26 2021 Pair time (%) = 0.00111604 (6.37408) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182467) Outpt time (%) = 0.0162671 (92.9069) Other time (%) = 9.39369e-05 (0.536507) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:26 2021 Memory usage per processor = 27.5412 Mbytes Step Atoms AVEKE stressZZ 18399 5000 6.1367057e-11 6515066.1 18400 -0.0121224999999934 6514970.22564646 18400 5000 6.136257e-11 6514970.2 Loop time of 0.0208302 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:26 2021 Pair time (%) = 0.00139594 (6.70154) Neigh time (%) = 0 (0) Comm time (%) = 4.81606e-05 (0.231206) Outpt time (%) = 0.0191882 (92.1173) Other time (%) = 0.000197887 (0.950005) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:26 2021 Memory usage per processor = 27.5412 Mbytes Step Atoms AVEKE stressZZ 18400 5000 6.136257e-11 6514938.2 18401 -0.0121224999999934 6514842.25524835 18401 5000 6.1358083e-11 6514842.3 Loop time of 0.0166099 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:26 2021 Pair time (%) = 0.00107503 (6.47222) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.198085) Outpt time (%) = 0.0153699 (92.5345) Other time (%) = 0.000132084 (0.795212) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:26 2021 Memory usage per processor = 27.5412 Mbytes Step Atoms AVEKE stressZZ 18401 5000 6.1358083e-11 6514810.2 18402 -0.0121224999999934 6514714.29149934 18402 5000 6.1353596e-11 6514714.3 Loop time of 0.0172892 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:26 2021 Pair time (%) = 0.00119686 (6.92261) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190303) Outpt time (%) = 0.0159328 (92.1548) Other time (%) = 0.0001266 (0.732252) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:26 2021 Memory usage per processor = 27.5412 Mbytes Step Atoms AVEKE stressZZ 18402 5000 6.1353596e-11 6514682.2 18403 -0.0121224999999934 6514586.33439853 18403 5000 6.134911e-11 6514586.3 Loop time of 0.0173631 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:26 2021 Pair time (%) = 0.00111699 (6.43314) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.185373) Outpt time (%) = 0.0161221 (92.8528) Other time (%) = 9.17912e-05 (0.528657) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:26 2021 Memory usage per processor = 27.5412 Mbytes Step Atoms AVEKE stressZZ 18403 5000 6.134911e-11 6514554.3 18404 -0.0121224999999934 6514458.38394508 18404 5000 6.1344625e-11 6514458.4 Loop time of 0.0167458 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:26 2021 Pair time (%) = 0.00106812 (6.3784) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190783) Outpt time (%) = 0.0155549 (92.8884) Other time (%) = 9.08375e-05 (0.542449) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:26 2021 Memory usage per processor = 27.5412 Mbytes Step Atoms AVEKE stressZZ 18404 5000 6.1344625e-11 6514426.3 18405 -0.0121224999999934 6514330.44013804 18405 5000 6.134014e-11 6514330.4 Loop time of 0.016643 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:26 2021 Pair time (%) = 0.00113297 (6.80744) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.209151) Outpt time (%) = 0.0153561 (92.2671) Other time (%) = 0.000119209 (0.716271) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:26 2021 Memory usage per processor = 27.5412 Mbytes Step Atoms AVEKE stressZZ 18405 5000 6.134014e-11 6514298.4 18406 -0.0121224999999934 6514202.50297677 18406 5000 6.1335656e-11 6514202.5 Loop time of 0.017534 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:26 2021 Pair time (%) = 0.00123501 (7.0435) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.189005) Outpt time (%) = 0.0161679 (92.2086) Other time (%) = 9.799e-05 (0.558857) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:26 2021 Memory usage per processor = 27.5412 Mbytes Step Atoms AVEKE stressZZ 18406 5000 6.1335656e-11 6514170.4 18407 -0.0121224999999934 6514074.57246032 18407 5000 6.1331172e-11 6514074.6 Loop time of 0.0173321 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:26 2021 Pair time (%) = 0.00109315 (6.30709) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184329) Outpt time (%) = 0.0161111 (92.9556) Other time (%) = 9.58443e-05 (0.552988) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:26 2021 Memory usage per processor = 27.5412 Mbytes Step Atoms AVEKE stressZZ 18407 5000 6.1331172e-11 6514042.5 18408 -0.0121224999999934 6513946.64858786 18408 5000 6.1326688e-11 6513946.6 Loop time of 0.0166941 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:26 2021 Pair time (%) = 0.00112009 (6.70951) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.197087) Outpt time (%) = 0.015429 (92.4222) Other time (%) = 0.000112057 (0.671237) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:26 2021 Memory usage per processor = 27.5412 Mbytes Step Atoms AVEKE stressZZ 18408 5000 6.1326688e-11 6513914.6 18409 -0.0121224999999934 6513818.73135854 18409 5000 6.1322205e-11 6513818.7 Loop time of 0.0171459 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:26 2021 Pair time (%) = 0.00131512 (7.67017) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.297574) Outpt time (%) = 0.0156138 (91.0645) Other time (%) = 0.000165939 (0.967809) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:26 2021 Memory usage per processor = 27.5412 Mbytes Step Atoms AVEKE stressZZ 18409 5000 6.1322205e-11 6513786.7 18410 -0.0121224999999934 6513690.82077188 18410 5000 6.1317723e-11 6513690.8 Loop time of 0.01968 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:26 2021 Pair time (%) = 0.00106907 (5.43225) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.157492) Outpt time (%) = 0.018486 (93.9329) Other time (%) = 9.39369e-05 (0.477321) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:26 2021 Memory usage per processor = 27.5412 Mbytes Step Atoms AVEKE stressZZ 18410 5000 6.1317723e-11 6513658.8 18411 -0.0121224999999934 6513562.91682673 18411 5000 6.1313241e-11 6513562.9 Loop time of 0.016504 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:26 2021 Pair time (%) = 0.00106788 (6.47039) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193577) Outpt time (%) = 0.0153089 (92.7582) Other time (%) = 9.53674e-05 (0.577843) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:26 2021 Memory usage per processor = 27.5412 Mbytes Step Atoms AVEKE stressZZ 18411 5000 6.1313241e-11 6513530.8 18412 -0.0121224999999934 6513435.01952246 18412 5000 6.130876e-11 6513435 Loop time of 0.016427 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:26 2021 Pair time (%) = 0.00106716 (6.49637) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.188679) Outpt time (%) = 0.01524 (92.7736) Other time (%) = 8.89301e-05 (0.541364) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:26 2021 Memory usage per processor = 27.5412 Mbytes Step Atoms AVEKE stressZZ 18412 5000 6.130876e-11 6513403 18413 -0.0121224999999934 6513307.12885832 18413 5000 6.1304279e-11 6513307.1 Loop time of 0.0163949 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:26 2021 Pair time (%) = 0.00107312 (6.54548) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.18905) Outpt time (%) = 0.0151558 (92.4424) Other time (%) = 0.000134945 (0.823093) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:26 2021 Memory usage per processor = 27.5412 Mbytes Step Atoms AVEKE stressZZ 18413 5000 6.1304279e-11 6513275.1 18414 -0.0121224999999934 6513179.24483352 18414 5000 6.1299799e-11 6513179.2 Loop time of 0.017839 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:26 2021 Pair time (%) = 0.00112605 (6.31231) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.179092) Outpt time (%) = 0.0165939 (93.0208) Other time (%) = 8.70228e-05 (0.487824) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:26 2021 Memory usage per processor = 27.5412 Mbytes Step Atoms AVEKE stressZZ 18414 5000 6.1299799e-11 6513147.2 18415 -0.0121224999999934 6513051.36744732 18415 5000 6.1295319e-11 6513051.4 Loop time of 0.016716 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:26 2021 Pair time (%) = 0.00105 (6.28138) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.185418) Outpt time (%) = 0.015487 (92.6475) Other time (%) = 0.000148058 (0.885726) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:26 2021 Memory usage per processor = 27.5412 Mbytes Step Atoms AVEKE stressZZ 18415 5000 6.1295319e-11 6513019.3 18416 -0.0121224999999934 6512923.49669896 18416 5000 6.129084e-11 6512923.5 Loop time of 0.0171649 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:26 2021 Pair time (%) = 0.00139403 (8.1214) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204181) Outpt time (%) = 0.015589 (90.8188) Other time (%) = 0.000146866 (0.855615) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:26 2021 Memory usage per processor = 27.5412 Mbytes Step Atoms AVEKE stressZZ 18416 5000 6.129084e-11 6512891.4 18417 -0.0121224999999934 6512795.63258758 18417 5000 6.1286361e-11 6512795.6 Loop time of 0.018028 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:26 2021 Pair time (%) = 0.00137091 (7.60431) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.183826) Outpt time (%) = 0.0165238 (91.6564) Other time (%) = 0.000100136 (0.555445) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:26 2021 Memory usage per processor = 27.5412 Mbytes Step Atoms AVEKE stressZZ 18417 5000 6.1286361e-11 6512763.6 18418 -0.0121224999999934 6512667.77514688 18418 5000 6.1281883e-11 6512667.8 Loop time of 0.0179899 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:26 2021 Pair time (%) = 0.00104284 (5.79683) Neigh time (%) = 0 (0) Comm time (%) = 7.31945e-05 (0.406865) Outpt time (%) = 0.0167398 (93.0515) Other time (%) = 0.000133991 (0.744815) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:26 2021 Memory usage per processor = 27.5412 Mbytes Step Atoms AVEKE stressZZ 18418 5000 6.1281883e-11 6512635.7 18419 -0.0121224999999934 6512539.92438849 18419 5000 6.1277405e-11 6512539.9 Loop time of 0.0165701 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:26 2021 Pair time (%) = 0.00107098 (6.46331) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.198561) Outpt time (%) = 0.015341 (92.5827) Other time (%) = 0.00012517 (0.755396) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:26 2021 Memory usage per processor = 27.5412 Mbytes Step Atoms AVEKE stressZZ 18419 5000 6.1277405e-11 6512507.9 18420 -0.0121224999999934 6512412.08029209 18420 5000 6.1272928e-11 6512412.1 Loop time of 0.019541 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:26 2021 Pair time (%) = 0.00111103 (5.68563) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.168373) Outpt time (%) = 0.0182972 (93.6348) Other time (%) = 9.98974e-05 (0.511219) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:26 2021 Memory usage per processor = 27.5412 Mbytes Step Atoms AVEKE stressZZ 18420 5000 6.1272928e-11 6512380 18421 -0.0121224999999934 6512284.24285126 18421 5000 6.1268451e-11 6512284.2 Loop time of 0.0172341 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:26 2021 Pair time (%) = 0.00106812 (6.19769) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179844) Outpt time (%) = 0.016041 (93.0774) Other time (%) = 9.39369e-05 (0.545065) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:26 2021 Memory usage per processor = 27.5412 Mbytes Step Atoms AVEKE stressZZ 18421 5000 6.1268451e-11 6512252.2 18422 -0.0121224999999934 6512156.41206219 18422 5000 6.1263975e-11 6512156.4 Loop time of 0.0169489 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:26 2021 Pair time (%) = 0.00107598 (6.34838) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188496) Outpt time (%) = 0.015748 (92.9145) Other time (%) = 9.29832e-05 (0.548608) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:25:26 2021 Memory usage per processor = 27.5412 Mbytes Step Atoms AVEKE stressZZ 18422 5000 6.1263975e-11 6512124.4 18423 -0.0121224999999934 6512009.54553283 18423 5000 1.2094927e-10 6512223.8 Loop time of 0.0163939 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:26 2021 Pair time (%) = 0.00113392 (6.91671) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.207967) Outpt time (%) = 0.0150959 (92.0827) Other time (%) = 0.000129938 (0.7926) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:26 2021 Memory usage per processor = 27.5412 Mbytes Step Atoms AVEKE stressZZ 18423 5000 1.2094927e-10 6572875.4 18424 -0.0121549999999934 6572748.8033884 18424 5000 9.7347808e-11 6572748.8 Loop time of 0.017091 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:26 2021 Pair time (%) = 0.00124788 (7.30139) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186929) Outpt time (%) = 0.015687 (91.7849) Other time (%) = 0.000124216 (0.726791) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:26 2021 Memory usage per processor = 27.5412 Mbytes Step Atoms AVEKE stressZZ 18424 5000 9.7347808e-11 6572705.6 18425 -0.0121549999999934 6572589.81045446 18425 5000 8.3677855e-11 6572589.8 Loop time of 0.040992 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:27 2021 Pair time (%) = 0.00106788 (2.60508) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.0779373) Outpt time (%) = 0.0398002 (97.0925) Other time (%) = 9.20296e-05 (0.224506) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:27 2021 Memory usage per processor = 27.5412 Mbytes Step Atoms AVEKE stressZZ 18425 5000 8.3677855e-11 6572550.5 18426 -0.0121549999999934 6572441.63598291 18426 5000 7.5526294e-11 6572441.6 Loop time of 0.017144 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:27 2021 Pair time (%) = 0.00108099 (6.30537) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180789) Outpt time (%) = 0.0159378 (92.9645) Other time (%) = 9.41753e-05 (0.549321) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:27 2021 Memory usage per processor = 27.5412 Mbytes Step Atoms AVEKE stressZZ 18426 5000 7.5526294e-11 6572404.8 18427 -0.0121549999999934 6572300.33922235 18427 5000 7.0561352e-11 6572300.3 Loop time of 0.0170369 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:27 2021 Pair time (%) = 0.00114608 (6.72703) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.188922) Outpt time (%) = 0.0157599 (92.5047) Other time (%) = 9.87053e-05 (0.579361) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:27 2021 Memory usage per processor = 27.5412 Mbytes Step Atoms AVEKE stressZZ 18427 5000 7.0561352e-11 6572265.1 18428 -0.0121549999999934 6572163.41579252 18428 5000 6.749213e-11 6572163.4 Loop time of 0.0170281 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:27 2021 Pair time (%) = 0.00106716 (6.26706) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18762) Outpt time (%) = 0.015837 (93.0049) Other time (%) = 9.20296e-05 (0.540457) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:27 2021 Memory usage per processor = 27.5412 Mbytes Step Atoms AVEKE stressZZ 18428 5000 6.749213e-11 6572129.2 18429 -0.0121549999999934 6572029.27413587 18429 5000 6.5575383e-11 6572029.3 Loop time of 0.016578 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:27 2021 Pair time (%) = 0.00107002 (6.45449) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.186962) Outpt time (%) = 0.0153542 (92.6179) Other time (%) = 0.000122786 (0.740656) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:27 2021 Memory usage per processor = 27.5412 Mbytes Step Atoms AVEKE stressZZ 18429 5000 6.5575383e-11 6571995.7 18430 -0.0121549999999934 6571896.90280074 18430 5000 6.4369929e-11 6571896.9 Loop time of 0.0193551 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:27 2021 Pair time (%) = 0.00138688 (7.16547) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.190931) Outpt time (%) = 0.017808 (92.0068) Other time (%) = 0.000123262 (0.636849) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:27 2021 Memory usage per processor = 27.5413 Mbytes Step Atoms AVEKE stressZZ 18430 5000 6.4369929e-11 6571863.7 18431 -0.0121549999999934 6571765.65899826 18431 5000 6.3607977e-11 6571765.7 Loop time of 0.0171721 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:27 2021 Pair time (%) = 0.00111508 (6.49358) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186047) Outpt time (%) = 0.015928 (92.7553) Other time (%) = 9.70364e-05 (0.565082) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:27 2021 Memory usage per processor = 27.5413 Mbytes Step Atoms AVEKE stressZZ 18431 5000 6.3607977e-11 6571732.8 18432 -0.0121549999999934 6571635.13424434 18432 5000 6.3124426e-11 6571635.1 Loop time of 0.0173361 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:27 2021 Pair time (%) = 0.00119686 (6.90385) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191163) Outpt time (%) = 0.015933 (91.9065) Other time (%) = 0.000173092 (0.998446) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:27 2021 Memory usage per processor = 27.5413 Mbytes Step Atoms AVEKE stressZZ 18432 5000 6.3124426e-11 6571602.4 18433 -0.0121549999999934 6571505.06891977 18433 5000 6.2816409e-11 6571505.1 Loop time of 0.017055 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:27 2021 Pair time (%) = 0.00109315 (6.40954) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187324) Outpt time (%) = 0.015836 (92.8523) Other time (%) = 9.39369e-05 (0.550787) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:27 2021 Memory usage per processor = 27.5413 Mbytes Step Atoms AVEKE stressZZ 18433 5000 6.2816409e-11 6571472.4 18434 -0.0121549999999934 6571375.29803905 18434 5000 6.2619381e-11 6571375.3 Loop time of 0.0167451 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:27 2021 Pair time (%) = 0.00118113 (7.05356) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.2093) Outpt time (%) = 0.0154111 (92.0338) Other time (%) = 0.000117779 (0.703363) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:27 2021 Memory usage per processor = 27.5413 Mbytes Step Atoms AVEKE stressZZ 18434 5000 6.2619381e-11 6571342.7 18435 -0.0121549999999934 6571245.7167527 18435 5000 6.249266e-11 6571245.7 Loop time of 0.017354 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:27 2021 Pair time (%) = 0.00107288 (6.18234) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.190966) Outpt time (%) = 0.0161531 (93.0799) Other time (%) = 9.48906e-05 (0.546793) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:27 2021 Memory usage per processor = 27.5413 Mbytes Step Atoms AVEKE stressZZ 18435 5000 6.249266e-11 6571213.2 18436 -0.0121549999999934 6571116.25842723 18436 5000 6.2410528e-11 6571116.3 Loop time of 0.0173509 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:27 2021 Pair time (%) = 0.00106716 (6.15046) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.178633) Outpt time (%) = 0.016161 (93.1419) Other time (%) = 9.17912e-05 (0.529028) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:27 2021 Memory usage per processor = 27.5413 Mbytes Step Atoms AVEKE stressZZ 18436 5000 6.2410528e-11 6571083.8 18437 -0.0121549999999934 6570986.88071561 18437 5000 6.2356695e-11 6570986.9 Loop time of 0.0165889 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:27 2021 Pair time (%) = 0.00110006 (6.63131) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.199773) Outpt time (%) = 0.015347 (92.5135) Other time (%) = 0.000108719 (0.65537) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:27 2021 Memory usage per processor = 27.5413 Mbytes Step Atoms AVEKE stressZZ 18437 5000 6.2356695e-11 6570954.4 18438 -0.0121549999999934 6570857.55670554 18438 5000 6.2320831e-11 6570857.6 Loop time of 0.017545 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:27 2021 Pair time (%) = 0.00163198 (9.30166) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.210629) Outpt time (%) = 0.0156901 (89.4278) Other time (%) = 0.000185966 (1.05994) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:27 2021 Memory usage per processor = 27.5413 Mbytes Step Atoms AVEKE stressZZ 18438 5000 6.2320831e-11 6570825.1 18439 -0.0121549999999934 6570728.26929328 18439 5000 6.2296381e-11 6570728.3 Loop time of 0.0173688 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:27 2021 Pair time (%) = 0.00108314 (6.2361) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18394) Outpt time (%) = 0.016161 (93.046) Other time (%) = 9.27448e-05 (0.533974) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:27 2021 Memory usage per processor = 27.5413 Mbytes Step Atoms AVEKE stressZZ 18439 5000 6.2296381e-11 6570695.8 18440 -0.0121549999999934 6570599.00760892 18440 5000 6.2279182e-11 6570599 Loop time of 0.0195341 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:27 2021 Pair time (%) = 0.00107884 (5.52287) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.16355) Outpt time (%) = 0.018333 (93.851) Other time (%) = 9.03606e-05 (0.462579) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:27 2021 Memory usage per processor = 27.5413 Mbytes Step Atoms AVEKE stressZZ 18440 5000 6.2279182e-11 6570566.5 18441 -0.0121549999999934 6570469.76474396 18441 5000 6.226659e-11 6570469.8 Loop time of 0.0170481 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:27 2021 Pair time (%) = 0.00112391 (6.59255) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.20558) Outpt time (%) = 0.0157871 (92.6033) Other time (%) = 0.000102043 (0.59856) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:27 2021 Memory usage per processor = 27.5413 Mbytes Step Atoms AVEKE stressZZ 18441 5000 6.226659e-11 6570437.3 18442 -0.0121549999999934 6570340.53630749 18442 5000 6.2256925e-11 6570340.5 Loop time of 0.0176589 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:27 2021 Pair time (%) = 0.00119996 (6.7952) Neigh time (%) = 0 (0) Comm time (%) = 4.81606e-05 (0.272726) Outpt time (%) = 0.016284 (92.2138) Other time (%) = 0.000126839 (0.718269) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:27 2021 Memory usage per processor = 27.5413 Mbytes Step Atoms AVEKE stressZZ 18442 5000 6.2256925e-11 6570308.1 18443 -0.0121549999999934 6570211.31950858 18443 5000 6.2249122e-11 6570211.3 Loop time of 0.0172141 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:27 2021 Pair time (%) = 0.00106788 (6.20352) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180053) Outpt time (%) = 0.0160222 (93.0763) Other time (%) = 9.29832e-05 (0.540159) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:27 2021 Memory usage per processor = 27.5413 Mbytes Step Atoms AVEKE stressZZ 18443 5000 6.2249122e-11 6570178.9 18444 -0.0121549999999934 6570082.11257331 18444 5000 6.22425e-11 6570082.1 Loop time of 0.016655 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:27 2021 Pair time (%) = 0.00106812 (6.41319) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191823) Outpt time (%) = 0.0154669 (92.8668) Other time (%) = 8.79765e-05 (0.52823) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:27 2021 Memory usage per processor = 27.5413 Mbytes Step Atoms AVEKE stressZZ 18444 5000 6.22425e-11 6570049.7 18445 -0.0121549999999934 6569952.9143737 18445 5000 6.2236631e-11 6569952.9 Loop time of 0.0170159 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:27 2021 Pair time (%) = 0.00114584 (6.73392) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.200364) Outpt time (%) = 0.015733 (92.4604) Other time (%) = 0.000102997 (0.605296) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:27 2021 Memory usage per processor = 27.5413 Mbytes Step Atoms AVEKE stressZZ 18445 5000 6.2236631e-11 6569920.5 18446 -0.0121549999999934 6569823.7241926 18446 5000 6.2231239e-11 6569823.7 Loop time of 0.0172932 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:27 2021 Pair time (%) = 0.00119519 (6.91134) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184743) Outpt time (%) = 0.0159688 (92.3414) Other time (%) = 9.72748e-05 (0.562503) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:27 2021 Memory usage per processor = 27.5413 Mbytes Step Atoms AVEKE stressZZ 18446 5000 6.2231239e-11 6569791.3 18447 -0.0121549999999934 6569694.54157371 18447 5000 6.2226151e-11 6569694.5 Loop time of 0.0171752 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:27 2021 Pair time (%) = 0.00106788 (6.21755) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186013) Outpt time (%) = 0.0159829 (93.0578) Other time (%) = 9.25064e-05 (0.538605) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:27 2021 Memory usage per processor = 27.5413 Mbytes Step Atoms AVEKE stressZZ 18447 5000 6.2226151e-11 6569662.1 18448 -0.0121549999999934 6569565.36622682 18448 5000 6.2221256e-11 6569565.4 Loop time of 0.016613 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:27 2021 Pair time (%) = 0.00106502 (6.41073) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.193743) Outpt time (%) = 0.0154231 (92.8373) Other time (%) = 9.27448e-05 (0.558266) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:27 2021 Memory usage per processor = 27.5413 Mbytes Step Atoms AVEKE stressZZ 18448 5000 6.2221256e-11 6569532.9 18449 -0.0121549999999934 6569436.19796699 18449 5000 6.2216485e-11 6569436.2 Loop time of 0.017045 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:27 2021 Pair time (%) = 0.00139213 (8.16735) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.211212) Outpt time (%) = 0.0154872 (90.8605) Other time (%) = 0.0001297 (0.760924) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:27 2021 Memory usage per processor = 27.5413 Mbytes Step Atoms AVEKE stressZZ 18449 5000 6.2216485e-11 6569403.8 18450 -0.0121549999999934 6569307.03673347 18450 5000 6.2211792e-11 6569307 Loop time of 0.019767 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:27 2021 Pair time (%) = 0.00116181 (5.87753) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.171272) Outpt time (%) = 0.0184689 (93.4326) Other time (%) = 0.00010252 (0.518641) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:27 2021 Memory usage per processor = 27.5413 Mbytes Step Atoms AVEKE stressZZ 18450 5000 6.2211792e-11 6569274.6 18451 -0.0121549999999934 6569177.88245856 18451 5000 6.2207148e-11 6569177.9 Loop time of 0.0173731 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:27 2021 Pair time (%) = 0.00118184 (6.80271) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183894) Outpt time (%) = 0.0160651 (92.4713) Other time (%) = 9.41753e-05 (0.542076) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:27 2021 Memory usage per processor = 27.5413 Mbytes Step Atoms AVEKE stressZZ 18451 5000 6.2207148e-11 6569145.4 18452 -0.0121549999999934 6569048.73506798 18452 5000 6.2202537e-11 6569048.7 Loop time of 0.0164831 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:27 2021 Pair time (%) = 0.00112486 (6.82433) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193824) Outpt time (%) = 0.0152321 (92.4105) Other time (%) = 9.41753e-05 (0.571346) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:27 2021 Memory usage per processor = 27.5413 Mbytes Step Atoms AVEKE stressZZ 18452 5000 6.2202537e-11 6569016.3 18453 -0.0121549999999934 6568919.59452301 18453 5000 6.2197946e-11 6568919.6 Loop time of 0.0171001 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:27 2021 Pair time (%) = 0.00131416 (7.68512) Neigh time (%) = 0 (0) Comm time (%) = 4.3869e-05 (0.256543) Outpt time (%) = 0.0155959 (91.2037) Other time (%) = 0.000146151 (0.854677) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:27 2021 Memory usage per processor = 27.5413 Mbytes Step Atoms AVEKE stressZZ 18453 5000 6.2197946e-11 6568887.2 18454 -0.0121549999999934 6568790.4607991 18454 5000 6.2193369e-11 6568790.5 Loop time of 0.016422 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:27 2021 Pair time (%) = 0.00106788 (6.50271) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.188737) Outpt time (%) = 0.0152359 (92.7772) Other time (%) = 8.72612e-05 (0.531367) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:27 2021 Memory usage per processor = 27.5413 Mbytes Step Atoms AVEKE stressZZ 18454 5000 6.2193369e-11 6568758 18455 -0.0121549999999934 6568661.33388006 18455 5000 6.21888e-11 6568661.3 Loop time of 0.0166519 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:27 2021 Pair time (%) = 0.00106812 (6.41439) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191859) Outpt time (%) = 0.0154619 (92.854) Other time (%) = 8.98838e-05 (0.539782) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:27 2021 Memory usage per processor = 27.5413 Mbytes Step Atoms AVEKE stressZZ 18455 5000 6.21888e-11 6568628.9 18456 -0.0121549999999934 6568532.21375522 18456 5000 6.2184236e-11 6568532.2 Loop time of 0.0172589 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:27 2021 Pair time (%) = 0.00107312 (6.2178) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179585) Outpt time (%) = 0.0160658 (93.0873) Other time (%) = 8.89301e-05 (0.515272) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:27 2021 Memory usage per processor = 27.5413 Mbytes Step Atoms AVEKE stressZZ 18456 5000 6.2184236e-11 6568499.8 18457 -0.0121549999999934 6568403.1004168 18457 5000 6.2179677e-11 6568403.1 Loop time of 0.016701 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:27 2021 Pair time (%) = 0.00107694 (6.44834) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.185584) Outpt time (%) = 0.0154471 (92.4924) Other time (%) = 0.000145912 (0.873674) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:27 2021 Memory usage per processor = 27.5413 Mbytes Step Atoms AVEKE stressZZ 18457 5000 6.2179677e-11 6568370.7 18458 -0.0121549999999934 6568273.99385955 18458 5000 6.217512e-11 6568274 Loop time of 0.0174539 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:27 2021 Pair time (%) = 0.00159907 (9.16169) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.213094) Outpt time (%) = 0.0156329 (89.5666) Other time (%) = 0.000184774 (1.05864) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:27 2021 Memory usage per processor = 27.5413 Mbytes Step Atoms AVEKE stressZZ 18458 5000 6.217512e-11 6568241.6 18459 -0.0121549999999934 6568144.89407921 18459 5000 6.2170564e-11 6568144.9 Loop time of 0.017374 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:27 2021 Pair time (%) = 0.0011611 (6.68295) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.190745) Outpt time (%) = 0.016077 (92.5349) Other time (%) = 0.000102758 (0.591448) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:27 2021 Memory usage per processor = 27.5413 Mbytes Step Atoms AVEKE stressZZ 18459 5000 6.2170564e-11 6568112.5 18460 -0.0121549999999934 6568015.80107278 18460 5000 6.2166011e-11 6568015.8 Loop time of 0.0195439 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:27 2021 Pair time (%) = 0.00107193 (5.48473) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.158589) Outpt time (%) = 0.018348 (93.8809) Other time (%) = 9.29832e-05 (0.475766) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:27 2021 Memory usage per processor = 27.5413 Mbytes Step Atoms AVEKE stressZZ 18460 5000 6.2166011e-11 6567983.4 18461 -0.0121549999999934 6567886.71483747 18461 5000 6.2161458e-11 6567886.7 Loop time of 0.016741 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:27 2021 Pair time (%) = 0.00106788 (6.3788) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.18514) Outpt time (%) = 0.0154831 (92.4862) Other time (%) = 0.000159025 (0.949912) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:27 2021 Memory usage per processor = 27.5413 Mbytes Step Atoms AVEKE stressZZ 18461 5000 6.2161458e-11 6567854.3 18462 -0.0121549999999934 6567757.63537136 18462 5000 6.2156906e-11 6567757.6 Loop time of 0.0174441 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:27 2021 Pair time (%) = 0.00124598 (7.14266) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.188612) Outpt time (%) = 0.0160511 (92.0141) Other time (%) = 0.000114202 (0.654676) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:27 2021 Memory usage per processor = 27.5413 Mbytes Step Atoms AVEKE stressZZ 18462 5000 6.2156906e-11 6567725.2 18463 -0.0121549999999934 6567628.56267239 18463 5000 6.2152355e-11 6567628.6 Loop time of 0.01717 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:27 2021 Pair time (%) = 0.00108194 (6.30138) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.187458) Outpt time (%) = 0.0159669 (92.9932) Other time (%) = 8.89301e-05 (0.51794) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:27 2021 Memory usage per processor = 27.5413 Mbytes Step Atoms AVEKE stressZZ 18463 5000 6.2152355e-11 6567596.1 18464 -0.0121549999999934 6567499.49673881 18464 5000 6.2147804e-11 6567499.5 Loop time of 0.0166171 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:27 2021 Pair time (%) = 0.00110197 (6.63156) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192261) Outpt time (%) = 0.0153909 (92.6209) Other time (%) = 9.2268e-05 (0.555261) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:27 2021 Memory usage per processor = 27.5413 Mbytes Step Atoms AVEKE stressZZ 18464 5000 6.2147804e-11 6567467.1 18465 -0.0121549999999934 6567370.43756922 18465 5000 6.2143254e-11 6567370.4 Loop time of 0.0170012 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:27 2021 Pair time (%) = 0.00127196 (7.48163) Neigh time (%) = 0 (0) Comm time (%) = 4.98295e-05 (0.293095) Outpt time (%) = 0.0155501 (91.4652) Other time (%) = 0.000129223 (0.760083) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:27 2021 Memory usage per processor = 27.5413 Mbytes Step Atoms AVEKE stressZZ 18465 5000 6.2143254e-11 6567338 18466 -0.0121549999999934 6567241.38516191 18466 5000 6.2138705e-11 6567241.4 Loop time of 0.017158 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:27 2021 Pair time (%) = 0.00116706 (6.80182) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186199) Outpt time (%) = 0.0158651 (92.4645) Other time (%) = 9.39369e-05 (0.547481) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:27 2021 Memory usage per processor = 27.5413 Mbytes Step Atoms AVEKE stressZZ 18466 5000 6.2138705e-11 6567209 18467 -0.0121549999999934 6567112.33951563 18467 5000 6.2134156e-11 6567112.3 Loop time of 0.0174289 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:28 2021 Pair time (%) = 0.00115204 (6.60994) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183306) Outpt time (%) = 0.01614 (92.6049) Other time (%) = 0.000104904 (0.601899) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:28 2021 Memory usage per processor = 27.5413 Mbytes Step Atoms AVEKE stressZZ 18467 5000 6.2134156e-11 6567079.9 18468 -0.0121549999999934 6566983.30062893 18468 5000 6.2129608e-11 6566983.3 Loop time of 0.0165689 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:28 2021 Pair time (%) = 0.00110602 (6.6753) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.19282) Outpt time (%) = 0.015336 (92.5592) Other time (%) = 9.48906e-05 (0.572703) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:28 2021 Memory usage per processor = 27.5413 Mbytes Step Atoms AVEKE stressZZ 18468 5000 6.2129608e-11 6566950.9 18469 -0.0121549999999934 6566854.2685006 18469 5000 6.212506e-11 6566854.3 Loop time of 0.0168779 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:28 2021 Pair time (%) = 0.00135088 (8.00384) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.213304) Outpt time (%) = 0.015341 (90.8943) Other time (%) = 0.000149965 (0.888531) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:28 2021 Memory usage per processor = 27.5413 Mbytes Step Atoms AVEKE stressZZ 18469 5000 6.212506e-11 6566821.8 18470 -0.0121549999999934 6566725.24312943 18470 5000 6.2120513e-11 6566725.2 Loop time of 0.019671 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:28 2021 Pair time (%) = 0.00110078 (5.59596) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.172109) Outpt time (%) = 0.018436 (93.7217) Other time (%) = 0.000100374 (0.510266) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:28 2021 Memory usage per processor = 27.5413 Mbytes Step Atoms AVEKE stressZZ 18470 5000 6.2120513e-11 6566692.8 18471 -0.0121549999999934 6566596.22451411 18471 5000 6.2115966e-11 6566596.2 Loop time of 0.0174809 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:28 2021 Pair time (%) = 0.00111699 (6.3898) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.177305) Outpt time (%) = 0.016237 (92.8846) Other time (%) = 9.58443e-05 (0.548282) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:28 2021 Memory usage per processor = 27.5413 Mbytes Step Atoms AVEKE stressZZ 18471 5000 6.2115966e-11 6566563.8 18472 -0.0121549999999934 6566467.21265333 18472 5000 6.211142e-11 6566467.2 Loop time of 0.0164959 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:28 2021 Pair time (%) = 0.00107002 (6.48658) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.195118) Outpt time (%) = 0.0153 (92.7503) Other time (%) = 9.36985e-05 (0.568009) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:28 2021 Memory usage per processor = 27.5413 Mbytes Step Atoms AVEKE stressZZ 18472 5000 6.211142e-11 6566434.8 18473 -0.0121549999999934 6566338.20754606 18473 5000 6.2106874e-11 6566338.2 Loop time of 0.016994 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:28 2021 Pair time (%) = 0.00136185 (8.01369) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.22307) Outpt time (%) = 0.0154541 (90.9383) Other time (%) = 0.00014019 (0.824939) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:28 2021 Memory usage per processor = 27.5413 Mbytes Step Atoms AVEKE stressZZ 18473 5000 6.2106874e-11 6566305.8 18474 -0.0121549999999934 6566209.20918326 18474 5000 6.2102329e-11 6566209.2 Loop time of 0.017267 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:28 2021 Pair time (%) = 0.00107002 (6.19693) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179501) Outpt time (%) = 0.0160739 (93.0906) Other time (%) = 9.20296e-05 (0.53298) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:28 2021 Memory usage per processor = 27.5413 Mbytes Step Atoms AVEKE stressZZ 18474 5000 6.2102329e-11 6566176.8 18475 -0.0121549999999934 6566080.21753457 18475 5000 6.2097785e-11 6566080.2 Loop time of 0.0171201 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:28 2021 Pair time (%) = 0.00113797 (6.64698) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186611) Outpt time (%) = 0.015851 (92.5871) Other time (%) = 9.91821e-05 (0.579331) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:28 2021 Memory usage per processor = 27.5413 Mbytes Step Atoms AVEKE stressZZ 18475 5000 6.2097785e-11 6566047.8 18476 -0.0121549999999934 6565951.23263428 18476 5000 6.2093241e-11 6565951.2 Loop time of 0.0166051 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:28 2021 Pair time (%) = 0.00107479 (6.47264) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.199578) Outpt time (%) = 0.015399 (92.7362) Other time (%) = 9.82285e-05 (0.591555) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:28 2021 Memory usage per processor = 27.5413 Mbytes Step Atoms AVEKE stressZZ 18476 5000 6.2093241e-11 6565918.8 18477 -0.0121549999999934 6565822.2544813 18477 5000 6.2088697e-11 6565822.3 Loop time of 0.0174181 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:28 2021 Pair time (%) = 0.00122404 (7.02739) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.194369) Outpt time (%) = 0.0160241 (91.9967) Other time (%) = 0.000136137 (0.781582) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:28 2021 Memory usage per processor = 27.5413 Mbytes Step Atoms AVEKE stressZZ 18477 5000 6.2088697e-11 6565789.8 18478 -0.0121549999999934 6565693.28307459 18478 5000 6.2084154e-11 6565693.3 Loop time of 0.017118 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:28 2021 Pair time (%) = 0.00107813 (6.29823) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186635) Outpt time (%) = 0.015913 (92.9608) Other time (%) = 9.48906e-05 (0.554333) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:28 2021 Memory usage per processor = 27.5413 Mbytes Step Atoms AVEKE stressZZ 18478 5000 6.2084154e-11 6565660.9 18479 -0.0121549999999934 6565564.31841314 18479 5000 6.2079612e-11 6565564.3 Loop time of 0.0167949 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:28 2021 Pair time (%) = 0.00111985 (6.6678) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190225) Outpt time (%) = 0.015533 (92.4861) Other time (%) = 0.000110149 (0.655849) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:28 2021 Memory usage per processor = 27.5413 Mbytes Step Atoms AVEKE stressZZ 18479 5000 6.2079612e-11 6565531.9 18480 -0.0121549999999934 6565435.36049596 18480 5000 6.207507e-11 6565435.4 Loop time of 0.0192859 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:28 2021 Pair time (%) = 0.00129604 (6.72015) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.201506) Outpt time (%) = 0.0178318 (92.4602) Other time (%) = 0.000119209 (0.618116) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:28 2021 Memory usage per processor = 27.5413 Mbytes Step Atoms AVEKE stressZZ 18480 5000 6.207507e-11 6565402.9 18481 -0.0121549999999934 6565306.40932199 18481 5000 6.2070528e-11 6565306.4 Loop time of 0.017509 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:28 2021 Pair time (%) = 0.00122094 (6.97323) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.194722) Outpt time (%) = 0.016083 (91.8557) Other time (%) = 0.000170946 (0.976334) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:28 2021 Memory usage per processor = 27.5413 Mbytes Step Atoms AVEKE stressZZ 18481 5000 6.2070528e-11 6565274 18482 -0.0121549999999934 6565177.46489023 18482 5000 6.2065987e-11 6565177.5 Loop time of 0.017189 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:28 2021 Pair time (%) = 0.00110483 (6.42754) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180315) Outpt time (%) = 0.0159581 (92.8387) Other time (%) = 9.5129e-05 (0.553429) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:28 2021 Memory usage per processor = 27.5413 Mbytes Step Atoms AVEKE stressZZ 18482 5000 6.2065987e-11 6565145 18483 -0.0121549999999934 6565048.52719975 18483 5000 6.2061447e-11 6565048.5 Loop time of 0.0164371 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:28 2021 Pair time (%) = 0.00106716 (6.49241) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194366) Outpt time (%) = 0.0152459 (92.7533) Other time (%) = 9.20296e-05 (0.559891) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:28 2021 Memory usage per processor = 27.5413 Mbytes Step Atoms AVEKE stressZZ 18483 5000 6.2061447e-11 6565016.1 18484 -0.0121549999999934 6564919.59624946 18484 5000 6.2056907e-11 6564919.6 Loop time of 0.017776 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:28 2021 Pair time (%) = 0.00127888 (7.1944) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.202527) Outpt time (%) = 0.0163429 (91.9378) Other time (%) = 0.000118256 (0.665254) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:28 2021 Memory usage per processor = 27.5413 Mbytes Step Atoms AVEKE stressZZ 18484 5000 6.2056907e-11 6564887.2 18485 -0.0121549999999934 6564790.67203849 18485 5000 6.2052367e-11 6564790.7 Loop time of 0.0172698 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:28 2021 Pair time (%) = 0.0010848 (6.28149) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184993) Outpt time (%) = 0.016058 (92.9827) Other time (%) = 9.5129e-05 (0.550839) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:28 2021 Memory usage per processor = 27.5413 Mbytes Step Atoms AVEKE stressZZ 18485 5000 6.2052367e-11 6564758.3 18486 -0.0121549999999934 6564661.7545658 18486 5000 6.2047828e-11 6564661.8 Loop time of 0.017272 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:28 2021 Pair time (%) = 0.0010848 (6.28071) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18497) Outpt time (%) = 0.0160589 (92.9766) Other time (%) = 9.63211e-05 (0.557672) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:28 2021 Memory usage per processor = 27.5413 Mbytes Step Atoms AVEKE stressZZ 18486 5000 6.2047828e-11 6564629.3 18487 -0.0121549999999934 6564532.84383051 18487 5000 6.204329e-11 6564532.8 Loop time of 0.0165701 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:28 2021 Pair time (%) = 0.00111222 (6.71223) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.198561) Outpt time (%) = 0.015281 (92.2201) Other time (%) = 0.000144005 (0.869065) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:28 2021 Memory usage per processor = 27.5413 Mbytes Step Atoms AVEKE stressZZ 18487 5000 6.204329e-11 6564500.4 18488 -0.0121549999999934 6564403.93983166 18488 5000 6.2038752e-11 6564403.9 Loop time of 0.017308 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:28 2021 Pair time (%) = 0.00146389 (8.45788) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.220401) Outpt time (%) = 0.015672 (90.5476) Other time (%) = 0.000133991 (0.774158) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:28 2021 Memory usage per processor = 27.5413 Mbytes Step Atoms AVEKE stressZZ 18488 5000 6.2038752e-11 6564371.5 18489 -0.0121549999999934 6564275.04256817 18489 5000 6.2034215e-11 6564275 Loop time of 0.0171521 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:28 2021 Pair time (%) = 0.00107503 (6.26764) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186264) Outpt time (%) = 0.015949 (92.9859) Other time (%) = 9.60827e-05 (0.560181) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:28 2021 Memory usage per processor = 27.5413 Mbytes Step Atoms AVEKE stressZZ 18489 5000 6.2034215e-11 6564242.6 18490 -0.0121549999999934 6564146.15203925 18490 5000 6.2029678e-11 6564146.2 Loop time of 0.0195358 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:28 2021 Pair time (%) = 0.00111318 (5.69814) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.1733) Outpt time (%) = 0.0182929 (93.638) Other time (%) = 9.58443e-05 (0.490609) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:28 2021 Memory usage per processor = 27.5413 Mbytes Step Atoms AVEKE stressZZ 18490 5000 6.2029678e-11 6564113.7 18491 -0.0121549999999934 6564017.26824391 18491 5000 6.2025142e-11 6564017.3 Loop time of 0.0165961 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:28 2021 Pair time (%) = 0.00107479 (6.47617) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.19825) Outpt time (%) = 0.0153799 (92.6719) Other time (%) = 0.00010848 (0.653651) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:28 2021 Memory usage per processor = 27.5413 Mbytes Step Atoms AVEKE stressZZ 18491 5000 6.2025142e-11 6563984.9 18492 -0.0121549999999934 6563888.39118111 18492 5000 6.2020606e-11 6563888.4 Loop time of 0.0174429 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:28 2021 Pair time (%) = 0.0015099 (8.65625) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.211862) Outpt time (%) = 0.0157669 (90.3911) Other time (%) = 0.000129223 (0.740832) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:28 2021 Memory usage per processor = 27.5413 Mbytes Step Atoms AVEKE stressZZ 18492 5000 6.2020606e-11 6563856 18493 -0.0121549999999934 6563759.52085012 18493 5000 6.2016071e-11 6563759.5 Loop time of 0.0174441 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:28 2021 Pair time (%) = 0.00118089 (6.76954) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.189979) Outpt time (%) = 0.0161002 (92.2956) Other time (%) = 0.000129938 (0.744882) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:28 2021 Memory usage per processor = 27.5413 Mbytes Step Atoms AVEKE stressZZ 18493 5000 6.2016071e-11 6563727.1 18494 -0.0121549999999934 6563630.65724986 18494 5000 6.2011536e-11 6563630.7 Loop time of 0.016855 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:28 2021 Pair time (%) = 0.00107598 (6.38376) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.189547) Outpt time (%) = 0.0156541 (92.875) Other time (%) = 9.29832e-05 (0.551666) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:28 2021 Memory usage per processor = 27.5413 Mbytes Step Atoms AVEKE stressZZ 18494 5000 6.2011536e-11 6563598.2 18495 -0.0121549999999934 6563501.80037949 18495 5000 6.2007002e-11 6563501.8 Loop time of 0.016639 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:28 2021 Pair time (%) = 0.00113201 (6.80336) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.204903) Outpt time (%) = 0.0153708 (92.3785) Other time (%) = 0.000102043 (0.613277) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:28 2021 Memory usage per processor = 27.5413 Mbytes Step Atoms AVEKE stressZZ 18495 5000 6.2007002e-11 6563469.4 18496 -0.0121549999999934 6563372.95023813 18496 5000 6.2002468e-11 6563373 Loop time of 0.0171268 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:28 2021 Pair time (%) = 0.00119495 (6.9771) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.18097) Outpt time (%) = 0.0158069 (92.2935) Other time (%) = 9.39369e-05 (0.548479) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:28 2021 Memory usage per processor = 27.5413 Mbytes Step Atoms AVEKE stressZZ 18496 5000 6.2002468e-11 6563340.5 18497 -0.0121549999999934 6563244.10682487 18497 5000 6.1997935e-11 6563244.1 Loop time of 0.0165181 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:28 2021 Pair time (%) = 0.00106907 (6.4721) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193412) Outpt time (%) = 0.0153301 (92.8077) Other time (%) = 8.70228e-05 (0.526832) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:28 2021 Memory usage per processor = 27.5413 Mbytes Step Atoms AVEKE stressZZ 18497 5000 6.1997935e-11 6563211.7 18498 -0.0121549999999934 6563115.27020282 18498 5000 6.1993402e-11 6563115.3 Loop time of 0.016479 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:28 2021 Pair time (%) = 0.00107503 (6.52363) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193871) Outpt time (%) = 0.0152838 (92.7472) Other time (%) = 8.82149e-05 (0.535316) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:28 2021 Memory usage per processor = 27.5413 Mbytes Step Atoms AVEKE stressZZ 18498 5000 6.1993402e-11 6563082.9 18499 -0.0121549999999934 6562986.44043361 18499 5000 6.198887e-11 6562986.4 Loop time of 0.0174232 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:28 2021 Pair time (%) = 0.00107193 (6.15233) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.177892) Outpt time (%) = 0.0162358 (93.1854) Other time (%) = 8.44002e-05 (0.484414) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:28 2021 Memory usage per processor = 27.5413 Mbytes Step Atoms AVEKE stressZZ 18499 5000 6.198887e-11 6562954 18500 -0.0121549999999934 6562857.61746084 18500 5000 6.1984338e-11 6562857.6 Loop time of 0.0190039 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:28 2021 Pair time (%) = 0.00109482 (5.76103) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.17815) Outpt time (%) = 0.017772 (93.5176) Other time (%) = 0.000103235 (0.543233) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:28 2021 Memory usage per processor = 27.5414 Mbytes Step Atoms AVEKE stressZZ 18500 5000 6.1984338e-11 6562825.2 18501 -0.0121549999999934 6562728.8012676 18501 5000 6.1979807e-11 6562728.8 Loop time of 0.016983 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:28 2021 Pair time (%) = 0.00136614 (8.04414) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.211983) Outpt time (%) = 0.0154049 (90.7078) Other time (%) = 0.000175953 (1.03605) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:28 2021 Memory usage per processor = 27.5414 Mbytes Step Atoms AVEKE stressZZ 18501 5000 6.1979807e-11 6562696.4 18502 -0.0121549999999934 6562599.99183874 18502 5000 6.1975276e-11 6562600 Loop time of 0.0171442 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:28 2021 Pair time (%) = 0.00123215 (7.18696) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193303) Outpt time (%) = 0.0157819 (92.0537) Other time (%) = 9.70364e-05 (0.566001) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:28 2021 Memory usage per processor = 27.5414 Mbytes Step Atoms AVEKE stressZZ 18502 5000 6.1975276e-11 6562567.6 18503 -0.0121549999999934 6562471.18916614 18503 5000 6.1970746e-11 6562471.2 Loop time of 0.017195 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:28 2021 Pair time (%) = 0.00111008 (6.45582) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185799) Outpt time (%) = 0.01596 (92.8176) Other time (%) = 9.29832e-05 (0.540758) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:28 2021 Memory usage per processor = 27.5414 Mbytes Step Atoms AVEKE stressZZ 18503 5000 6.1970746e-11 6562438.8 18504 -0.0121549999999934 6562342.39325079 18504 5000 6.1966216e-11 6562342.4 Loop time of 0.016655 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:28 2021 Pair time (%) = 0.001122 (6.73672) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.203275) Outpt time (%) = 0.0153999 (92.4645) Other time (%) = 9.91821e-05 (0.595511) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:28 2021 Memory usage per processor = 27.5414 Mbytes Step Atoms AVEKE stressZZ 18504 5000 6.1966216e-11 6562310 18505 -0.0121549999999934 6562213.60408902 18505 5000 6.1961687e-11 6562213.6 Loop time of 0.01724 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:28 2021 Pair time (%) = 0.00120187 (6.97137) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192228) Outpt time (%) = 0.0159011 (92.2334) Other time (%) = 0.000103951 (0.602959) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:28 2021 Memory usage per processor = 27.5414 Mbytes Step Atoms AVEKE stressZZ 18505 5000 6.1961687e-11 6562181.2 18506 -0.0121549999999934 6562084.82167774 18506 5000 6.1957159e-11 6562084.8 Loop time of 0.0171289 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:28 2021 Pair time (%) = 0.00107598 (6.28167) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.187907) Outpt time (%) = 0.0159299 (93.0001) Other time (%) = 9.08375e-05 (0.530316) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:28 2021 Memory usage per processor = 27.5414 Mbytes Step Atoms AVEKE stressZZ 18506 5000 6.1957159e-11 6562052.4 18507 -0.0121549999999934 6561956.04601585 18507 5000 6.1952631e-11 6561956 Loop time of 0.016696 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:28 2021 Pair time (%) = 0.00111794 (6.69589) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.19278) Outpt time (%) = 0.0154538 (92.5601) Other time (%) = 9.20296e-05 (0.551208) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:28 2021 Memory usage per processor = 27.5414 Mbytes Step Atoms AVEKE stressZZ 18507 5000 6.1952631e-11 6561923.6 18508 -0.0121549999999934 6561827.27710598 18508 5000 6.1948103e-11 6561827.3 Loop time of 0.0170331 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:28 2021 Pair time (%) = 0.00123405 (7.24504) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.216959) Outpt time (%) = 0.0156372 (91.8045) Other time (%) = 0.000124931 (0.733462) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:28 2021 Memory usage per processor = 27.5414 Mbytes Step Atoms AVEKE stressZZ 18508 5000 6.1948103e-11 6561794.9 18509 -0.0121549999999934 6561698.51494308 18509 5000 6.1943576e-11 6561698.5 Loop time of 0.017262 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:28 2021 Pair time (%) = 0.00107193 (6.20977) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179553) Outpt time (%) = 0.0160661 (93.072) Other time (%) = 9.29832e-05 (0.538659) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:28 2021 Memory usage per processor = 27.5414 Mbytes Step Atoms AVEKE stressZZ 18509 5000 6.1943576e-11 6561666.1 18510 -0.0121549999999934 6561569.75952748 18510 5000 6.193905e-11 6561569.8 Loop time of 0.0193551 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:29 2021 Pair time (%) = 0.00106883 (5.52223) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.160136) Outpt time (%) = 0.018162 (93.836) Other time (%) = 9.32217e-05 (0.48164) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:29 2021 Memory usage per processor = 27.5414 Mbytes Step Atoms AVEKE stressZZ 18510 5000 6.193905e-11 6561537.4 18511 -0.0121549999999934 6561441.01087953 18511 5000 6.1934524e-11 6561441 Loop time of 0.0165579 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:29 2021 Pair time (%) = 0.00106597 (6.43782) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.187188) Outpt time (%) = 0.0153651 (92.7962) Other time (%) = 9.58443e-05 (0.578842) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:29 2021 Memory usage per processor = 27.5414 Mbytes Step Atoms AVEKE stressZZ 18511 5000 6.1934524e-11 6561408.6 18512 -0.0121549999999934 6561312.26898708 18512 5000 6.1929998e-11 6561312.3 Loop time of 0.0172231 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:29 2021 Pair time (%) = 0.00137401 (7.97769) Neigh time (%) = 0 (0) Comm time (%) = 7.10487e-05 (0.41252) Outpt time (%) = 0.0155971 (90.5591) Other time (%) = 0.00018096 (1.05068) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:29 2021 Memory usage per processor = 27.5414 Mbytes Step Atoms AVEKE stressZZ 18512 5000 6.1929998e-11 6561279.9 18513 -0.0121549999999934 6561183.53384376 18513 5000 6.1925473e-11 6561183.5 Loop time of 0.017312 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:29 2021 Pair time (%) = 0.00111008 (6.41216) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184542) Outpt time (%) = 0.0160751 (92.8552) Other time (%) = 9.48906e-05 (0.548119) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:29 2021 Memory usage per processor = 27.5414 Mbytes Step Atoms AVEKE stressZZ 18513 5000 6.1925473e-11 6561151.1 18514 -0.0121549999999934 6561054.80544616 18514 5000 6.1920949e-11 6561054.8 Loop time of 0.017308 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:29 2021 Pair time (%) = 0.001127 (6.51147) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184586) Outpt time (%) = 0.0159619 (92.2226) Other time (%) = 0.000187159 (1.08134) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:29 2021 Memory usage per processor = 27.5414 Mbytes Step Atoms AVEKE stressZZ 18514 5000 6.1920949e-11 6561022.4 18515 -0.0121549999999934 6560926.08379134 18515 5000 6.1916425e-11 6560926.1 Loop time of 0.0165648 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:29 2021 Pair time (%) = 0.00110197 (6.65247) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.198624) Outpt time (%) = 0.0153239 (92.5084) Other time (%) = 0.000106096 (0.640491) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:29 2021 Memory usage per processor = 27.5414 Mbytes Step Atoms AVEKE stressZZ 18515 5000 6.1916425e-11 6560893.7 18516 -0.0121549999999934 6560797.3688771 18516 5000 6.1911901e-11 6560797.4 Loop time of 0.017344 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:29 2021 Pair time (%) = 0.00118303 (6.82099) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191076) Outpt time (%) = 0.0160229 (92.3831) Other time (%) = 0.000104904 (0.604844) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:29 2021 Memory usage per processor = 27.5414 Mbytes Step Atoms AVEKE stressZZ 18516 5000 6.1911901e-11 6560765 18517 -0.0121549999999934 6560668.66070124 18517 5000 6.1907378e-11 6560668.7 Loop time of 0.0172539 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:29 2021 Pair time (%) = 0.00109792 (6.36331) Neigh time (%) = 0 (0) Comm time (%) = 5.19753e-05 (0.301238) Outpt time (%) = 0.015955 (92.4718) Other time (%) = 0.000149012 (0.863641) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:29 2021 Memory usage per processor = 27.5414 Mbytes Step Atoms AVEKE stressZZ 18517 5000 6.1907378e-11 6560636.3 18518 -0.0121549999999934 6560539.95926186 18518 5000 6.1902856e-11 6560540 Loop time of 0.0166419 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:29 2021 Pair time (%) = 0.00111318 (6.68902) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191974) Outpt time (%) = 0.015404 (92.5617) Other time (%) = 9.27448e-05 (0.557299) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:29 2021 Memory usage per processor = 27.5414 Mbytes Step Atoms AVEKE stressZZ 18518 5000 6.1902856e-11 6560507.6 18519 -0.0121549999999934 6560411.26456737 18519 5000 6.1898334e-11 6560411.3 Loop time of 0.0169439 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:29 2021 Pair time (%) = 0.00127196 (7.50689) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.212473) Outpt time (%) = 0.0155129 (91.5546) Other time (%) = 0.000123024 (0.726065) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:29 2021 Memory usage per processor = 27.5414 Mbytes Step Atoms AVEKE stressZZ 18519 5000 6.1898334e-11 6560378.9 18520 -0.0121549999999934 6560282.57673381 18520 5000 6.1893813e-11 6560282.6 Loop time of 0.019551 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:29 2021 Pair time (%) = 0.00107193 (5.48273) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.158531) Outpt time (%) = 0.0183551 (93.8832) Other time (%) = 9.29832e-05 (0.475592) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:29 2021 Memory usage per processor = 27.5414 Mbytes Step Atoms AVEKE stressZZ 18520 5000 6.1893813e-11 6560250.2 18521 -0.0121549999999934 6560153.89571305 18521 5000 6.1889292e-11 6560153.9 Loop time of 0.0174561 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:29 2021 Pair time (%) = 0.00110221 (6.31419) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.193947) Outpt time (%) = 0.0162051 (92.8335) Other time (%) = 0.000114918 (0.658326) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:29 2021 Memory usage per processor = 27.5414 Mbytes Step Atoms AVEKE stressZZ 18521 5000 6.1889292e-11 6560121.5 18522 -0.0121549999999934 6560025.22148004 18522 5000 6.1884771e-11 6560025.2 Loop time of 0.016762 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:29 2021 Pair time (%) = 0.00117898 (7.03364) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.196288) Outpt time (%) = 0.015456 (92.2082) Other time (%) = 9.41753e-05 (0.561838) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:29 2021 Memory usage per processor = 27.5414 Mbytes Step Atoms AVEKE stressZZ 18522 5000 6.1884771e-11 6559992.8 18523 -0.0121549999999934 6559896.55402311 18523 5000 6.1880252e-11 6559896.6 Loop time of 0.0171459 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:29 2021 Pair time (%) = 0.00121999 (7.11534) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.215532) Outpt time (%) = 0.0157769 (92.0156) Other time (%) = 0.000112057 (0.653549) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:25:29 2021 Memory usage per processor = 27.5414 Mbytes Step Atoms AVEKE stressZZ 18523 5000 6.1880252e-11 6559864.2 18524 -0.0121549999999934 6559748.75451247 18524 5000 1.2216432e-10 6559964.6 Loop time of 0.0169139 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:29 2021 Pair time (%) = 0.00106978 (6.32489) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188887) Outpt time (%) = 0.015698 (92.811) Other time (%) = 0.000114202 (0.675199) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:29 2021 Memory usage per processor = 27.5414 Mbytes Step Atoms AVEKE stressZZ 18524 5000 1.2216432e-10 6620805.5 18525 -0.0121874999999933 6620678.28847009 18525 5000 9.8324353e-11 6620678.3 Loop time of 0.0171409 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:29 2021 Pair time (%) = 0.00118899 (6.9366) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186386) Outpt time (%) = 0.0157959 (92.1537) Other time (%) = 0.000123978 (0.723287) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:29 2021 Memory usage per processor = 27.5414 Mbytes Step Atoms AVEKE stressZZ 18525 5000 9.8324353e-11 6620634.6 18526 -0.0121874999999933 6620518.24358052 18526 5000 8.4516368e-11 6620518.2 Loop time of 0.016453 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:29 2021 Pair time (%) = 0.00107503 (6.53393) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.199974) Outpt time (%) = 0.0151851 (92.2938) Other time (%) = 0.000159979 (0.972337) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:29 2021 Memory usage per processor = 27.5414 Mbytes Step Atoms AVEKE stressZZ 18526 5000 8.4516368e-11 6620478.5 18527 -0.0121874999999933 6620369.094375 18527 5000 7.6282547e-11 6620369.1 Loop time of 0.0172641 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:29 2021 Pair time (%) = 0.00129104 (7.47815) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.196103) Outpt time (%) = 0.0157731 (91.3632) Other time (%) = 0.000166178 (0.962561) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:29 2021 Memory usage per processor = 27.5414 Mbytes Step Atoms AVEKE stressZZ 18527 5000 7.6282547e-11 6620331.9 18528 -0.0121874999999933 6620226.87201861 18528 5000 7.1267522e-11 6620226.9 Loop time of 0.017108 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:29 2021 Pair time (%) = 0.00111294 (6.50538) Neigh time (%) = 0 (0) Comm time (%) = 5.00679e-05 (0.292658) Outpt time (%) = 0.015846 (92.6236) Other time (%) = 9.89437e-05 (0.578349) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:29 2021 Memory usage per processor = 27.5414 Mbytes Step Atoms AVEKE stressZZ 18528 5000 7.1267522e-11 6620191.3 18529 -0.0121874999999933 6620089.0542173 18529 5000 6.8167351e-11 6620089.1 Loop time of 0.0164549 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:29 2021 Pair time (%) = 0.00107098 (6.50854) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.195604) Outpt time (%) = 0.0152569 (92.7192) Other time (%) = 9.48906e-05 (0.57667) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:29 2021 Memory usage per processor = 27.5414 Mbytes Step Atoms AVEKE stressZZ 18529 5000 6.8167351e-11 6620054.5 18530 -0.0121874999999933 6619954.03806992 18530 5000 6.623128e-11 6619954 Loop time of 0.019058 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:29 2021 Pair time (%) = 0.00119591 (6.2751) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.17264) Outpt time (%) = 0.0177021 (92.8855) Other time (%) = 0.000127077 (0.666792) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:29 2021 Memory usage per processor = 27.5415 Mbytes Step Atoms AVEKE stressZZ 18530 5000 6.623128e-11 6619920.1 18531 -0.0121874999999933 6619820.80488166 18531 5000 6.5013676e-11 6619820.8 Loop time of 0.0172529 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:29 2021 Pair time (%) = 0.00110197 (6.38715) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.186557) Outpt time (%) = 0.016022 (92.8652) Other time (%) = 9.67979e-05 (0.561052) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:29 2021 Memory usage per processor = 27.5415 Mbytes Step Atoms AVEKE stressZZ 18531 5000 6.5013676e-11 6619787.3 18532 -0.0121874999999933 6619688.70726359 18532 5000 6.4244044e-11 6619688.7 Loop time of 0.017061 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:29 2021 Pair time (%) = 0.00107098 (6.27734) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187258) Outpt time (%) = 0.015866 (92.996) Other time (%) = 9.20296e-05 (0.539415) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:29 2021 Memory usage per processor = 27.5415 Mbytes Step Atoms AVEKE stressZZ 18532 5000 6.4244044e-11 6619655.5 18533 -0.0121874999999933 6619557.33379296 18533 5000 6.3755621e-11 6619557.3 Loop time of 0.0165582 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:29 2021 Pair time (%) = 0.00106907 (6.45644) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192945) Outpt time (%) = 0.015362 (92.7761) Other time (%) = 9.5129e-05 (0.574514) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:29 2021 Memory usage per processor = 27.5415 Mbytes Step Atoms AVEKE stressZZ 18533 5000 6.3755621e-11 6619524.3 18534 -0.0121874999999933 6619426.42300538 18534 5000 6.3444501e-11 6619426.4 Loop time of 0.0170059 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:29 2021 Pair time (%) = 0.00128102 (7.53281) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.211698) Outpt time (%) = 0.015543 (91.3975) Other time (%) = 0.000145912 (0.858008) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:29 2021 Memory usage per processor = 27.5415 Mbytes Step Atoms AVEKE stressZZ 18534 5000 6.3444501e-11 6619393.4 18535 -0.0121874999999933 6619295.80873709 18535 5000 6.324549e-11 6619295.8 Loop time of 0.01753 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:29 2021 Pair time (%) = 0.00107813 (6.15021) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.176808) Outpt time (%) = 0.016325 (93.1262) Other time (%) = 9.58443e-05 (0.546745) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:29 2021 Memory usage per processor = 27.5415 Mbytes Step Atoms AVEKE stressZZ 18535 5000 6.324549e-11 6619262.9 18536 -0.0121874999999933 6619165.38538861 18536 5000 6.3117494e-11 6619165.4 Loop time of 0.0172889 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:29 2021 Pair time (%) = 0.00106788 (6.17665) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.186168) Outpt time (%) = 0.016094 (93.0883) Other time (%) = 9.48906e-05 (0.548852) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:29 2021 Memory usage per processor = 27.5415 Mbytes Step Atoms AVEKE stressZZ 18536 5000 6.3117494e-11 6619132.5 18537 -0.0121874999999933 6619035.08584999 18537 5000 6.3034536e-11 6619035.1 Loop time of 0.016726 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:29 2021 Pair time (%) = 0.00108719 (6.49999) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.203837) Outpt time (%) = 0.0155051 (92.7003) Other time (%) = 9.9659e-05 (0.595832) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:29 2021 Memory usage per processor = 27.5415 Mbytes Step Atoms AVEKE stressZZ 18537 5000 6.3034536e-11 6619002.3 18538 -0.0121874999999933 6618904.86747159 18538 5000 6.2980162e-11 6618904.9 Loop time of 0.017478 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:29 2021 Pair time (%) = 0.00137687 (7.87772) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.20598) Outpt time (%) = 0.0159109 (91.0337) Other time (%) = 0.000154257 (0.882578) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:29 2021 Memory usage per processor = 27.5415 Mbytes Step Atoms AVEKE stressZZ 18538 5000 6.2980162e-11 6618872.1 18539 -0.0121874999999933 6618774.70314875 18539 5000 6.2943939e-11 6618774.7 Loop time of 0.017123 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:29 2021 Pair time (%) = 0.00111604 (6.51777) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.187973) Outpt time (%) = 0.015882 (92.7526) Other time (%) = 9.27448e-05 (0.541639) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:29 2021 Memory usage per processor = 27.5415 Mbytes Step Atoms AVEKE stressZZ 18539 5000 6.2943939e-11 6618741.9 18540 -0.0121874999999933 6618644.57565579 18540 5000 6.2919244e-11 6618644.6 Loop time of 0.01878 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:29 2021 Pair time (%) = 0.00107384 (5.71799) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.16504) Outpt time (%) = 0.0175819 (93.6206) Other time (%) = 9.32217e-05 (0.496388) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:29 2021 Memory usage per processor = 27.5415 Mbytes Step Atoms AVEKE stressZZ 18540 5000 6.2919244e-11 6618611.8 18541 -0.0121874999999933 6618514.47405666 18541 5000 6.2901874e-11 6618514.5 Loop time of 0.0163989 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:29 2021 Pair time (%) = 0.00107002 (6.52496) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.189003) Outpt time (%) = 0.015208 (92.7379) Other time (%) = 8.98838e-05 (0.548109) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:29 2021 Memory usage per processor = 27.5415 Mbytes Step Atoms AVEKE stressZZ 18541 5000 6.2901874e-11 6618481.7 18542 -0.0121874999999933 6618384.39138456 18542 5000 6.2889157e-11 6618384.4 Loop time of 0.0163159 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:29 2021 Pair time (%) = 0.00106788 (6.54499) Neigh time (%) = 0 (0) Comm time (%) = 3.12328e-05 (0.191425) Outpt time (%) = 0.015135 (92.7624) Other time (%) = 8.17776e-05 (0.501213) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:29 2021 Memory usage per processor = 27.5415 Mbytes Step Atoms AVEKE stressZZ 18542 5000 6.2889157e-11 6618351.6 18543 -0.0121874999999933 6618254.32321625 18543 5000 6.2879397e-11 6618254.3 Loop time of 0.0167429 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:29 2021 Pair time (%) = 0.00107098 (6.39658) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190815) Outpt time (%) = 0.015553 (92.8928) Other time (%) = 8.70228e-05 (0.519758) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:29 2021 Memory usage per processor = 27.5415 Mbytes Step Atoms AVEKE stressZZ 18543 5000 6.2879397e-11 6618221.5 18544 -0.0121874999999933 6618124.26674115 18544 5000 6.2871517e-11 6618124.3 Loop time of 0.016943 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:29 2021 Pair time (%) = 0.00120091 (7.08798) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.212485) Outpt time (%) = 0.0155969 (92.055) Other time (%) = 0.000109196 (0.644489) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:29 2021 Memory usage per processor = 27.5415 Mbytes Step Atoms AVEKE stressZZ 18544 5000 6.2871517e-11 6618091.5 18545 -0.0121874999999933 6617994.22017271 18545 5000 6.2864831e-11 6617994.2 Loop time of 0.017345 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:29 2021 Pair time (%) = 0.00107408 (6.19244) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184192) Outpt time (%) = 0.0161481 (93.0997) Other time (%) = 9.08375e-05 (0.523711) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:29 2021 Memory usage per processor = 27.5415 Mbytes Step Atoms AVEKE stressZZ 18545 5000 6.2864831e-11 6617961.4 18546 -0.0121874999999933 6617864.18237543 18546 5000 6.2858904e-11 6617864.2 Loop time of 0.0173922 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:29 2021 Pair time (%) = 0.00111508 (6.41142) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.178209) Outpt time (%) = 0.0161512 (92.8648) Other time (%) = 9.48906e-05 (0.545594) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:29 2021 Memory usage per processor = 27.5415 Mbytes Step Atoms AVEKE stressZZ 18546 5000 6.2858904e-11 6617831.4 18547 -0.0121874999999933 6617734.15262719 18547 5000 6.285346e-11 6617734.2 Loop time of 0.0164988 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:29 2021 Pair time (%) = 0.00110388 (6.69065) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.195084) Outpt time (%) = 0.015265 (92.5218) Other time (%) = 9.77516e-05 (0.592477) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:29 2021 Memory usage per processor = 27.5415 Mbytes Step Atoms AVEKE stressZZ 18547 5000 6.285346e-11 6617701.4 18548 -0.0121874999999933 6617604.13046866 18548 5000 6.2848323e-11 6617604.1 Loop time of 0.0173888 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:29 2021 Pair time (%) = 0.00148702 (8.55157) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189212) Outpt time (%) = 0.0157018 (90.2981) Other time (%) = 0.000167131 (0.961143) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:29 2021 Memory usage per processor = 27.5415 Mbytes Step Atoms AVEKE stressZZ 18548 5000 6.2848323e-11 6617571.4 18549 -0.0121874999999933 6617474.11560786 18549 5000 6.2843381e-11 6617474.1 Loop time of 0.01719 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:29 2021 Pair time (%) = 0.00107002 (6.22469) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185853) Outpt time (%) = 0.0159969 (93.0596) Other time (%) = 9.10759e-05 (0.52982) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:29 2021 Memory usage per processor = 27.5415 Mbytes Step Atoms AVEKE stressZZ 18549 5000 6.2843381e-11 6617441.3 18550 -0.0121874999999933 6617344.10785866 18550 5000 6.2838563e-11 6617344.1 Loop time of 0.0195901 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:29 2021 Pair time (%) = 0.00109196 (5.57401) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.163083) Outpt time (%) = 0.018342 (93.6288) Other time (%) = 0.000124216 (0.634075) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:29 2021 Memory usage per processor = 27.5415 Mbytes Step Atoms AVEKE stressZZ 18550 5000 6.2838563e-11 6617311.3 18551 -0.0121874999999933 6617214.10710263 18551 5000 6.2833825e-11 6617214.1 Loop time of 0.017072 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:29 2021 Pair time (%) = 0.00108004 (6.32637) Neigh time (%) = 0 (0) Comm time (%) = 5.50747e-05 (0.322603) Outpt time (%) = 0.0157988 (92.5424) Other time (%) = 0.000138044 (0.808603) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:29 2021 Memory usage per processor = 27.5415 Mbytes Step Atoms AVEKE stressZZ 18551 5000 6.2833825e-11 6617181.3 18552 -0.0121874999999933 6617084.11326418 18552 5000 6.2829137e-11 6617084.1 Loop time of 0.017302 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:29 2021 Pair time (%) = 0.001302 (7.52515) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190161) Outpt time (%) = 0.0158432 (91.5681) Other time (%) = 0.000123978 (0.71655) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:29 2021 Memory usage per processor = 27.5415 Mbytes Step Atoms AVEKE stressZZ 18552 5000 6.2829137e-11 6617051.3 18553 -0.0121874999999933 6616954.126295 18553 5000 6.2824481e-11 6616954.1 Loop time of 0.0174451 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:30 2021 Pair time (%) = 0.00123191 (7.06164) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183135) Outpt time (%) = 0.0160542 (92.0268) Other time (%) = 0.000127077 (0.728441) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:30 2021 Memory usage per processor = 27.5415 Mbytes Step Atoms AVEKE stressZZ 18553 5000 6.2824481e-11 6616921.4 18554 -0.0121874999999933 6616824.14616385 18554 5000 6.2819846e-11 6616824.1 Loop time of 0.016927 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:30 2021 Pair time (%) = 0.00111318 (6.57633) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18874) Outpt time (%) = 0.015687 (92.6743) Other time (%) = 9.48906e-05 (0.560587) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:30 2021 Memory usage per processor = 27.5415 Mbytes Step Atoms AVEKE stressZZ 18554 5000 6.2819846e-11 6616791.4 18555 -0.0121874999999933 6616694.17285081 18555 5000 6.2815224e-11 6616694.2 Loop time of 0.016741 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:30 2021 Pair time (%) = 0.00118494 (7.07806) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.20223) Outpt time (%) = 0.015389 (91.9236) Other time (%) = 0.000133276 (0.796104) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:30 2021 Memory usage per processor = 27.5415 Mbytes Step Atoms AVEKE stressZZ 18555 5000 6.2815224e-11 6616661.4 18556 -0.0121874999999933 6616564.20634285 18556 5000 6.2810611e-11 6616564.2 Loop time of 0.0175471 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:30 2021 Pair time (%) = 0.001297 (7.39151) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.194299) Outpt time (%) = 0.0161152 (91.8395) Other time (%) = 0.000100851 (0.574744) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:30 2021 Memory usage per processor = 27.5415 Mbytes Step Atoms AVEKE stressZZ 18556 5000 6.2810611e-11 6616531.4 18557 -0.0121874999999933 6616434.24663139 18557 5000 6.2806004e-11 6616434.2 Loop time of 0.0174091 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:30 2021 Pair time (%) = 0.00110793 (6.3641) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.178036) Outpt time (%) = 0.01616 (92.8252) Other time (%) = 0.000110149 (0.632712) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:30 2021 Memory usage per processor = 27.5415 Mbytes Step Atoms AVEKE stressZZ 18557 5000 6.2806004e-11 6616401.5 18558 -0.0121874999999933 6616304.29371068 18558 5000 6.28014e-11 6616304.3 Loop time of 0.0166798 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:30 2021 Pair time (%) = 0.00111103 (6.66095) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.18582) Outpt time (%) = 0.0153818 (92.2184) Other time (%) = 0.000155926 (0.93482) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:30 2021 Memory usage per processor = 27.5415 Mbytes Step Atoms AVEKE stressZZ 18558 5000 6.28014e-11 6616271.5 18559 -0.0121874999999933 6616174.34757666 18559 5000 6.2796799e-11 6616174.3 Loop time of 0.016794 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:30 2021 Pair time (%) = 0.00128794 (7.66905) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.21437) Outpt time (%) = 0.0153389 (91.3358) Other time (%) = 0.00013113 (0.780817) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:30 2021 Memory usage per processor = 27.5415 Mbytes Step Atoms AVEKE stressZZ 18559 5000 6.2796799e-11 6616141.6 18560 -0.0121874999999933 6616044.40822667 18560 5000 6.27922e-11 6616044.4 Loop time of 0.0189009 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:30 2021 Pair time (%) = 0.00109005 (5.76719) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.180382) Outpt time (%) = 0.017679 (93.5352) Other time (%) = 9.77516e-05 (0.51718) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:30 2021 Memory usage per processor = 27.5415 Mbytes Step Atoms AVEKE stressZZ 18560 5000 6.27922e-11 6616011.6 18561 -0.0121874999999933 6615914.47565858 18561 5000 6.2787603e-11 6615914.5 Loop time of 0.0164161 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:30 2021 Pair time (%) = 0.00107694 (6.56026) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.188805) Outpt time (%) = 0.015218 (92.7019) Other time (%) = 9.01222e-05 (0.548988) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:30 2021 Memory usage per processor = 27.5415 Mbytes Step Atoms AVEKE stressZZ 18561 5000 6.2787603e-11 6615881.7 18562 -0.0121874999999933 6615784.54987078 18562 5000 6.2783006e-11 6615784.5 Loop time of 0.0164032 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:30 2021 Pair time (%) = 0.00107884 (6.57703) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194767) Outpt time (%) = 0.0152102 (92.7267) Other time (%) = 8.22544e-05 (0.501453) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:30 2021 Memory usage per processor = 27.5415 Mbytes Step Atoms AVEKE stressZZ 18562 5000 6.2783006e-11 6615751.8 18563 -0.0121874999999933 6615654.63086185 18563 5000 6.277841e-11 6615654.6 Loop time of 0.0163629 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:30 2021 Pair time (%) = 0.00107098 (6.54515) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.195247) Outpt time (%) = 0.015173 (92.7278) Other time (%) = 8.70228e-05 (0.53183) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:30 2021 Memory usage per processor = 27.5415 Mbytes Step Atoms AVEKE stressZZ 18563 5000 6.277841e-11 6615621.9 18564 -0.0121874999999933 6615524.71863078 18564 5000 6.2773816e-11 6615524.7 Loop time of 0.0164499 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:30 2021 Pair time (%) = 0.00108099 (6.5714) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194214) Outpt time (%) = 0.0152509 (92.7112) Other time (%) = 8.60691e-05 (0.523219) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:30 2021 Memory usage per processor = 27.5415 Mbytes Step Atoms AVEKE stressZZ 18564 5000 6.2773816e-11 6615492 18565 -0.0121874999999933 6615394.81317653 18565 5000 6.2769221e-11 6615394.8 Loop time of 0.0165181 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:30 2021 Pair time (%) = 0.00104499 (6.32632) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.187639) Outpt time (%) = 0.0153561 (92.965) Other time (%) = 8.60691e-05 (0.521059) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:30 2021 Memory usage per processor = 27.5415 Mbytes Step Atoms AVEKE stressZZ 18565 5000 6.2769221e-11 6615362 18566 -0.0121874999999933 6615264.91449817 18566 5000 6.2764628e-11 6615264.9 Loop time of 0.0167501 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:30 2021 Pair time (%) = 0.00104713 (6.25151) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.18504) Outpt time (%) = 0.015564 (92.9187) Other time (%) = 0.000108004 (0.644794) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:30 2021 Memory usage per processor = 27.5415 Mbytes Step Atoms AVEKE stressZZ 18566 5000 6.2764628e-11 6615232.1 18567 -0.0121874999999933 6615135.02259482 18567 5000 6.2760034e-11 6615135 Loop time of 0.0166271 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:30 2021 Pair time (%) = 0.00111103 (6.68206) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.193579) Outpt time (%) = 0.015367 (92.4217) Other time (%) = 0.000116825 (0.70262) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:30 2021 Memory usage per processor = 27.5415 Mbytes Step Atoms AVEKE stressZZ 18567 5000 6.2760034e-11 6615102.3 18568 -0.0121874999999933 6615005.13746563 18568 5000 6.2755442e-11 6615005.1 Loop time of 0.016495 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:30 2021 Pair time (%) = 0.00105 (6.36554) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.187902) Outpt time (%) = 0.0153279 (92.9248) Other time (%) = 8.60691e-05 (0.521789) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:30 2021 Memory usage per processor = 27.5415 Mbytes Step Atoms AVEKE stressZZ 18568 5000 6.2755442e-11 6614972.4 18569 -0.0121874999999933 6614875.25910976 18569 5000 6.275085e-11 6614875.3 Loop time of 0.0164211 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:30 2021 Pair time (%) = 0.00111485 (6.78911) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.188748) Outpt time (%) = 0.0151861 (92.4791) Other time (%) = 8.91685e-05 (0.543013) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:30 2021 Memory usage per processor = 27.5415 Mbytes Step Atoms AVEKE stressZZ 18569 5000 6.275085e-11 6614842.5 18570 -0.0121874999999933 6614745.38752648 18570 5000 6.2746258e-11 6614745.4 Loop time of 0.019264 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:30 2021 Pair time (%) = 0.00107098 (5.55947) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.165844) Outpt time (%) = 0.0180731 (93.818) Other time (%) = 8.79765e-05 (0.456689) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:30 2021 Memory usage per processor = 27.5415 Mbytes Step Atoms AVEKE stressZZ 18570 5000 6.2746258e-11 6614712.6 18571 -0.0121874999999933 6614615.52271497 18571 5000 6.2741667e-11 6614615.5 Loop time of 0.0165 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:30 2021 Pair time (%) = 0.00106788 (6.47198) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193625) Outpt time (%) = 0.0153079 (92.7752) Other time (%) = 9.2268e-05 (0.5592) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:30 2021 Memory usage per processor = 27.5415 Mbytes Step Atoms AVEKE stressZZ 18571 5000 6.2741667e-11 6614582.8 18572 -0.0121874999999933 6614485.66467434 18572 5000 6.2737077e-11 6614485.7 Loop time of 0.0164721 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:30 2021 Pair time (%) = 0.00110507 (6.70874) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.199742) Outpt time (%) = 0.015239 (92.514) Other time (%) = 9.5129e-05 (0.577516) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:30 2021 Memory usage per processor = 27.5415 Mbytes Step Atoms AVEKE stressZZ 18572 5000 6.2737077e-11 6614452.9 18573 -0.0121874999999933 6614355.81340391 18573 5000 6.2732487e-11 6614355.8 Loop time of 0.016439 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:30 2021 Pair time (%) = 0.00105095 (6.39304) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.188542) Outpt time (%) = 0.0152681 (92.8774) Other time (%) = 8.89301e-05 (0.540972) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:30 2021 Memory usage per processor = 27.5415 Mbytes Step Atoms AVEKE stressZZ 18573 5000 6.2732487e-11 6614323.1 18574 -0.0121874999999933 6614225.96890285 18574 5000 6.2727898e-11 6614226 Loop time of 0.016391 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:30 2021 Pair time (%) = 0.00105 (6.40591) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.189094) Outpt time (%) = 0.015223 (92.8741) Other time (%) = 8.70228e-05 (0.530917) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:30 2021 Memory usage per processor = 27.5415 Mbytes Step Atoms AVEKE stressZZ 18574 5000 6.2727898e-11 6614193.2 18575 -0.0121874999999933 6614096.13117046 18575 5000 6.2723309e-11 6614096.1 Loop time of 0.0166421 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:30 2021 Pair time (%) = 0.00110197 (6.62159) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.186241) Outpt time (%) = 0.0154221 (92.6693) Other time (%) = 8.70228e-05 (0.522908) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:30 2021 Memory usage per processor = 27.5415 Mbytes Step Atoms AVEKE stressZZ 18575 5000 6.2723309e-11 6614063.4 18576 -0.0121874999999933 6613966.30024879 18576 5000 6.2718721e-11 6613966.3 Loop time of 0.0164399 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:30 2021 Pair time (%) = 0.0010469 (6.36801) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.188531) Outpt time (%) = 0.0152769 (92.9257) Other time (%) = 8.51154e-05 (0.517736) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:31 2021 Memory usage per processor = 27.5415 Mbytes Step Atoms AVEKE stressZZ 18576 5000 6.2718721e-11 6613933.5 18577 -0.0121874999999933 6613836.47619174 18577 5000 6.2714133e-11 6613836.5 Loop time of 0.0180049 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:31 2021 Pair time (%) = 0.00122285 (6.79176) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.205249) Outpt time (%) = 0.0166321 (92.3753) Other time (%) = 0.00011301 (0.627665) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:31 2021 Memory usage per processor = 27.5415 Mbytes Step Atoms AVEKE stressZZ 18577 5000 6.2714133e-11 6613803.7 18578 -0.0121874999999933 6613706.65895535 18578 5000 6.2709546e-11 6613706.7 Loop time of 0.0163891 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:31 2021 Pair time (%) = 0.00107908 (6.58413) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194935) Outpt time (%) = 0.0151861 (92.6594) Other time (%) = 9.20296e-05 (0.561528) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:31 2021 Memory usage per processor = 27.5415 Mbytes Step Atoms AVEKE stressZZ 18578 5000 6.2709546e-11 6613673.9 18579 -0.0121874999999933 6613576.84852646 18579 5000 6.2704959e-11 6613576.8 Loop time of 0.016377 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:31 2021 Pair time (%) = 0.00104713 (6.39394) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.189256) Outpt time (%) = 0.015213 (92.8927) Other time (%) = 8.58307e-05 (0.524094) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:31 2021 Memory usage per processor = 27.5415 Mbytes Step Atoms AVEKE stressZZ 18579 5000 6.2704959e-11 6613544.1 18580 -0.0121874999999933 6613447.04489782 18580 5000 6.2700373e-11 6613447 Loop time of 0.018604 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:31 2021 Pair time (%) = 0.00107193 (5.76181) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.1666) Outpt time (%) = 0.0174122 (93.5936) Other time (%) = 8.89301e-05 (0.478015) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:31 2021 Memory usage per processor = 27.5415 Mbytes Step Atoms AVEKE stressZZ 18580 5000 6.2700373e-11 6613414.3 18581 -0.0121874999999933 6613317.24806467 18581 5000 6.2695787e-11 6613317.2 Loop time of 0.0170541 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:31 2021 Pair time (%) = 0.00134492 (7.8862) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.21809) Outpt time (%) = 0.015491 (90.8346) Other time (%) = 0.00018096 (1.06109) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:31 2021 Memory usage per processor = 27.5415 Mbytes Step Atoms AVEKE stressZZ 18581 5000 6.2695787e-11 6613284.5 18582 -0.0121874999999933 6613187.45802309 18582 5000 6.2691202e-11 6613187.5 Loop time of 0.0171731 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:31 2021 Pair time (%) = 0.00107002 (6.23082) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191589) Outpt time (%) = 0.015974 (93.0181) Other time (%) = 9.60827e-05 (0.559497) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:31 2021 Memory usage per processor = 27.5415 Mbytes Step Atoms AVEKE stressZZ 18582 5000 6.2691202e-11 6613154.7 18583 -0.0121874999999933 6613057.67477023 18583 5000 6.2686617e-11 6613057.7 Loop time of 0.0167971 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:31 2021 Pair time (%) = 0.00110793 (6.59598) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.184523) Outpt time (%) = 0.015563 (92.6532) Other time (%) = 9.5129e-05 (0.566343) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:31 2021 Memory usage per processor = 27.5415 Mbytes Step Atoms AVEKE stressZZ 18583 5000 6.2686617e-11 6613024.9 18584 -0.0121874999999933 6612927.89830352 18584 5000 6.2682033e-11 6612927.9 Loop time of 0.0168731 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:31 2021 Pair time (%) = 0.00111508 (6.60864) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.20206) Outpt time (%) = 0.015619 (92.5676) Other time (%) = 0.000104904 (0.621724) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:31 2021 Memory usage per processor = 27.5415 Mbytes Step Atoms AVEKE stressZZ 18584 5000 6.2682033e-11 6612895.1 18585 -0.0121874999999933 6612798.12862061 18585 5000 6.2677449e-11 6612798.1 Loop time of 0.0175049 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:31 2021 Pair time (%) = 0.00124407 (7.10696) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.194767) Outpt time (%) = 0.0160761 (91.8375) Other time (%) = 0.000150681 (0.860789) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:31 2021 Memory usage per processor = 27.5415 Mbytes Step Atoms AVEKE stressZZ 18585 5000 6.2677449e-11 6612765.4 18586 -0.0121874999999933 6612668.36571971 18586 5000 6.2672866e-11 6612668.4 Loop time of 0.017427 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:31 2021 Pair time (%) = 0.00114083 (6.54636) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.199743) Outpt time (%) = 0.016155 (92.7012) Other time (%) = 9.63211e-05 (0.552713) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:31 2021 Memory usage per processor = 27.5415 Mbytes Step Atoms AVEKE stressZZ 18586 5000 6.2672866e-11 6612635.6 18587 -0.0121874999999933 6612538.60959889 18587 5000 6.2668284e-11 6612538.6 Loop time of 0.0165601 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:31 2021 Pair time (%) = 0.00111508 (6.73357) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.187163) Outpt time (%) = 0.0153191 (92.5063) Other time (%) = 9.48906e-05 (0.573008) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:31 2021 Memory usage per processor = 27.5415 Mbytes Step Atoms AVEKE stressZZ 18587 5000 6.2668284e-11 6612505.9 18588 -0.0121874999999933 6612408.86025655 18588 5000 6.2663702e-11 6612408.9 Loop time of 0.017061 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:31 2021 Pair time (%) = 0.00137591 (8.06467) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.240361) Outpt time (%) = 0.0154681 (90.6636) Other time (%) = 0.000175953 (1.03132) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:31 2021 Memory usage per processor = 27.5415 Mbytes Step Atoms AVEKE stressZZ 18588 5000 6.2663702e-11 6612376.1 18589 -0.0121874999999933 6612279.11769115 18589 5000 6.265912e-11 6612279.1 Loop time of 0.017329 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:31 2021 Pair time (%) = 0.00107408 (6.19815) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184362) Outpt time (%) = 0.0161321 (93.0933) Other time (%) = 9.08375e-05 (0.524194) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:31 2021 Memory usage per processor = 27.5415 Mbytes Step Atoms AVEKE stressZZ 18589 5000 6.265912e-11 6612246.4 18590 -0.0121874999999933 6612149.38190111 18590 5000 6.2654539e-11 6612149.4 Loop time of 0.019341 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:31 2021 Pair time (%) = 0.00106692 (5.51638) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.160252) Outpt time (%) = 0.0181551 (93.8685) Other time (%) = 8.79765e-05 (0.45487) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:31 2021 Memory usage per processor = 27.5415 Mbytes Step Atoms AVEKE stressZZ 18590 5000 6.2654539e-11 6612116.6 18591 -0.0121874999999933 6612019.6528852 18591 5000 6.2649959e-11 6612019.7 Loop time of 0.016768 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:31 2021 Pair time (%) = 0.00109506 (6.53064) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.191952) Outpt time (%) = 0.0155451 (92.7072) Other time (%) = 9.56059e-05 (0.570169) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:31 2021 Memory usage per processor = 27.5415 Mbytes Step Atoms AVEKE stressZZ 18591 5000 6.2649959e-11 6611986.9 18592 -0.0121874999999933 6611889.93064211 18592 5000 6.2645379e-11 6611889.9 Loop time of 0.0168791 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:31 2021 Pair time (%) = 0.00120091 (7.11481) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.213289) Outpt time (%) = 0.0155008 (91.8343) Other time (%) = 0.000141382 (0.837618) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:31 2021 Memory usage per processor = 27.5415 Mbytes Step Atoms AVEKE stressZZ 18592 5000 6.2645379e-11 6611857.2 18593 -0.0121874999999933 6611760.21517043 18593 5000 6.2640799e-11 6611760.2 Loop time of 0.0174398 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:31 2021 Pair time (%) = 0.00107312 (6.15328) Neigh time (%) = 0 (0) Comm time (%) = 4.48227e-05 (0.257013) Outpt time (%) = 0.016201 (92.8966) Other time (%) = 0.000120878 (0.693115) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:31 2021 Memory usage per processor = 27.5415 Mbytes Step Atoms AVEKE stressZZ 18593 5000 6.2640799e-11 6611727.5 18594 -0.0121874999999933 6611630.506469 18594 5000 6.263622e-11 6611630.5 Loop time of 0.0172319 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:31 2021 Pair time (%) = 0.00111103 (6.44751) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.1854) Outpt time (%) = 0.015995 (92.822) Other time (%) = 9.39369e-05 (0.545133) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:31 2021 Memory usage per processor = 27.5415 Mbytes Step Atoms AVEKE stressZZ 18594 5000 6.263622e-11 6611597.8 18595 -0.0121874999999933 6611500.80453677 18595 5000 6.2631642e-11 6611500.8 Loop time of 0.0168691 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:31 2021 Pair time (%) = 0.00106788 (6.33038) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.189389) Outpt time (%) = 0.015676 (92.9276) Other time (%) = 9.32217e-05 (0.552619) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:31 2021 Memory usage per processor = 27.5415 Mbytes Step Atoms AVEKE stressZZ 18595 5000 6.2631642e-11 6611468.1 18596 -0.0121874999999933 6611371.10935647 18596 5000 6.2627064e-11 6611371.1 Loop time of 0.017396 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:31 2021 Pair time (%) = 0.0014379 (8.26572) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.206951) Outpt time (%) = 0.0157301 (90.424) Other time (%) = 0.000191927 (1.10328) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:31 2021 Memory usage per processor = 27.5415 Mbytes Step Atoms AVEKE stressZZ 18596 5000 6.2627064e-11 6611338.4 18597 -0.0121874999999933 6611241.42089863 18597 5000 6.2622487e-11 6611241.4 Loop time of 0.017256 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:31 2021 Pair time (%) = 0.00110412 (6.39844) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179615) Outpt time (%) = 0.0160232 (92.8555) Other time (%) = 9.77516e-05 (0.566478) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:31 2021 Memory usage per processor = 27.5415 Mbytes Step Atoms AVEKE stressZZ 18597 5000 6.2622487e-11 6611208.7 18598 -0.0121874999999933 6611111.73920394 18598 5000 6.261791e-11 6611111.7 Loop time of 0.0168021 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:31 2021 Pair time (%) = 0.00111485 (6.63517) Neigh time (%) = 0 (0) Comm time (%) = 3.12328e-05 (0.185887) Outpt time (%) = 0.0155611 (92.6142) Other time (%) = 9.48906e-05 (0.564755) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:31 2021 Memory usage per processor = 27.5415 Mbytes Step Atoms AVEKE stressZZ 18598 5000 6.261791e-11 6611079 18599 -0.0121874999999933 6610982.06427116 18599 5000 6.2613334e-11 6610982.1 Loop time of 0.016628 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:31 2021 Pair time (%) = 0.00117898 (7.09032) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.197869) Outpt time (%) = 0.0152891 (91.9476) Other time (%) = 0.000127077 (0.764234) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:31 2021 Memory usage per processor = 27.5415 Mbytes Step Atoms AVEKE stressZZ 18599 5000 6.2613334e-11 6610949.3 18600 -0.0121874999999933 6610852.3960996 18600 5000 6.2608758e-11 6610852.4 Loop time of 0.019839 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:31 2021 Pair time (%) = 0.00125384 (6.32008) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.162238) Outpt time (%) = 0.018461 (93.0538) Other time (%) = 9.20296e-05 (0.463881) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:31 2021 Memory usage per processor = 27.5415 Mbytes Step Atoms AVEKE stressZZ 18600 5000 6.2608758e-11 6610819.7 18601 -0.0121874999999933 6610722.73468811 18601 5000 6.2604183e-11 6610722.7 Loop time of 0.017251 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:31 2021 Pair time (%) = 0.00107002 (6.20266) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179667) Outpt time (%) = 0.0160561 (93.0731) Other time (%) = 9.39369e-05 (0.54453) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:31 2021 Memory usage per processor = 27.5415 Mbytes Step Atoms AVEKE stressZZ 18601 5000 6.2604183e-11 6610690 18602 -0.0121874999999933 6610593.08003586 18602 5000 6.2599608e-11 6610593.1 Loop time of 0.0168099 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:31 2021 Pair time (%) = 0.00106907 (6.35974) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190055) Outpt time (%) = 0.015552 (92.5169) Other time (%) = 0.000156879 (0.933254) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:31 2021 Memory usage per processor = 27.5415 Mbytes Step Atoms AVEKE stressZZ 18602 5000 6.2599608e-11 6610560.3 18603 -0.0121874999999933 6610463.43214192 18603 5000 6.2595034e-11 6610463.4 Loop time of 0.0167959 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:31 2021 Pair time (%) = 0.00111985 (6.66742) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.20157) Outpt time (%) = 0.0155079 (92.3318) Other time (%) = 0.00013423 (0.799182) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:31 2021 Memory usage per processor = 27.5415 Mbytes Step Atoms AVEKE stressZZ 18603 5000 6.2595034e-11 6610430.7 18604 -0.0121874999999933 6610333.7910054 18604 5000 6.259046e-11 6610333.8 Loop time of 0.0171871 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:31 2021 Pair time (%) = 0.00122905 (7.15098) Neigh time (%) = 0 (0) Comm time (%) = 4.81606e-05 (0.280213) Outpt time (%) = 0.01579 (91.871) Other time (%) = 0.000119925 (0.697758) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:31 2021 Memory usage per processor = 27.5415 Mbytes Step Atoms AVEKE stressZZ 18604 5000 6.259046e-11 6610301.1 18605 -0.0121874999999933 6610204.15662538 18605 5000 6.2585887e-11 6610204.2 Loop time of 0.017513 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:31 2021 Pair time (%) = 0.00111485 (6.3658) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.176979) Outpt time (%) = 0.0162721 (92.914) Other time (%) = 9.5129e-05 (0.54319) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:31 2021 Memory usage per processor = 27.5415 Mbytes Step Atoms AVEKE stressZZ 18605 5000 6.2585887e-11 6610171.4 18606 -0.0121874999999933 6610074.52900101 18606 5000 6.2581314e-11 6610074.5 Loop time of 0.0168071 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:31 2021 Pair time (%) = 0.00107002 (6.3665) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.184413) Outpt time (%) = 0.0156121 (92.8902) Other time (%) = 9.39369e-05 (0.558913) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:31 2021 Memory usage per processor = 27.5415 Mbytes Step Atoms AVEKE stressZZ 18606 5000 6.2581314e-11 6610041.8 18607 -0.0121874999999933 6609944.90813128 18607 5000 6.2576742e-11 6609944.9 Loop time of 0.0174551 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:31 2021 Pair time (%) = 0.00149703 (8.57646) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.193957) Outpt time (%) = 0.0157611 (90.2953) Other time (%) = 0.000163078 (0.934273) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:31 2021 Memory usage per processor = 27.5415 Mbytes Step Atoms AVEKE stressZZ 18607 5000 6.2576742e-11 6609912.2 18608 -0.0121874999999933 6609815.29401548 18608 5000 6.2572171e-11 6609815.3 Loop time of 0.0174489 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:31 2021 Pair time (%) = 0.00107217 (6.14462) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.17763) Outpt time (%) = 0.016253 (93.1462) Other time (%) = 9.27448e-05 (0.531522) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:31 2021 Memory usage per processor = 27.5415 Mbytes Step Atoms AVEKE stressZZ 18608 5000 6.2572171e-11 6609782.6 18609 -0.0121874999999933 6609685.68665261 18609 5000 6.2567599e-11 6609685.7 Loop time of 0.0171361 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:31 2021 Pair time (%) = 0.00119305 (6.96218) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186437) Outpt time (%) = 0.015779 (92.0806) Other time (%) = 0.000132084 (0.770793) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:31 2021 Memory usage per processor = 27.5415 Mbytes Step Atoms AVEKE stressZZ 18609 5000 6.2567599e-11 6609653 18610 -0.0121874999999933 6609556.08604185 18610 5000 6.2563029e-11 6609556.1 Loop time of 0.019213 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:31 2021 Pair time (%) = 0.00115395 (6.00608) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.172489) Outpt time (%) = 0.01788 (93.062) Other time (%) = 0.000145912 (0.759447) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:31 2021 Memory usage per processor = 27.5415 Mbytes Step Atoms AVEKE stressZZ 18610 5000 6.2563029e-11 6609523.4 18611 -0.0121874999999933 6609426.49218239 18611 5000 6.2558459e-11 6609426.5 Loop time of 0.0207489 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:32 2021 Pair time (%) = 0.00138593 (6.67954) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.168913) Outpt time (%) = 0.019197 (92.5207) Other time (%) = 0.000130892 (0.630839) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:32 2021 Memory usage per processor = 27.5415 Mbytes Step Atoms AVEKE stressZZ 18611 5000 6.2558459e-11 6609393.8 18612 -0.0121874999999933 6609296.90507331 18612 5000 6.2553889e-11 6609296.9 Loop time of 0.0171919 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:32 2021 Pair time (%) = 0.00124812 (7.25994) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185832) Outpt time (%) = 0.0158169 (92.0023) Other time (%) = 9.48906e-05 (0.55195) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:32 2021 Memory usage per processor = 27.5415 Mbytes Step Atoms AVEKE stressZZ 18612 5000 6.2553889e-11 6609264.2 18613 -0.0121874999999933 6609167.32471376 18613 5000 6.254932e-11 6609167.3 Loop time of 0.0169899 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:32 2021 Pair time (%) = 0.00107217 (6.3106) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188041) Outpt time (%) = 0.0157931 (92.9555) Other time (%) = 9.27448e-05 (0.545881) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:32 2021 Memory usage per processor = 27.5415 Mbytes Step Atoms AVEKE stressZZ 18613 5000 6.254932e-11 6609134.6 18614 -0.0121874999999933 6609037.75110303 18614 5000 6.2544752e-11 6609037.8 Loop time of 0.0166049 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:32 2021 Pair time (%) = 0.00107598 (6.47991) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192402) Outpt time (%) = 0.015403 (92.762) Other time (%) = 9.39369e-05 (0.565718) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:32 2021 Memory usage per processor = 27.5415 Mbytes Step Atoms AVEKE stressZZ 18614 5000 6.2544752e-11 6609005 18615 -0.0121874999999933 6608908.18424019 18615 5000 6.2540184e-11 6608908.2 Loop time of 0.017282 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:32 2021 Pair time (%) = 0.00131297 (7.59733) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.219353) Outpt time (%) = 0.0158041 (91.448) Other time (%) = 0.000127077 (0.735314) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:32 2021 Memory usage per processor = 27.5415 Mbytes Step Atoms AVEKE stressZZ 18615 5000 6.2540184e-11 6608875.5 18616 -0.0121874999999933 6608778.62412443 18616 5000 6.2535616e-11 6608778.6 Loop time of 0.0175779 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:32 2021 Pair time (%) = 0.00110602 (6.29213) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.181752) Outpt time (%) = 0.016346 (92.9917) Other time (%) = 9.39369e-05 (0.534404) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:32 2021 Memory usage per processor = 27.5415 Mbytes Step Atoms AVEKE stressZZ 18616 5000 6.2535616e-11 6608745.9 18617 -0.0121874999999933 6608649.07075487 18617 5000 6.253105e-11 6608649.1 Loop time of 0.0174651 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:32 2021 Pair time (%) = 0.00110912 (6.35051) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182925) Outpt time (%) = 0.016228 (92.9164) Other time (%) = 9.60827e-05 (0.550141) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:32 2021 Memory usage per processor = 27.5415 Mbytes Step Atoms AVEKE stressZZ 18617 5000 6.253105e-11 6608616.3 18618 -0.0121874999999933 6608519.52413078 18618 5000 6.2526483e-11 6608519.5 Loop time of 0.0167332 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:32 2021 Pair time (%) = 0.001086 (6.49008) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.20375) Outpt time (%) = 0.0155151 (92.7206) Other time (%) = 9.799e-05 (0.585604) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:32 2021 Memory usage per processor = 27.5415 Mbytes Step Atoms AVEKE stressZZ 18618 5000 6.2526483e-11 6608486.8 18619 -0.0121874999999933 6608389.98425129 18619 5000 6.2521917e-11 6608390 Loop time of 0.017195 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:32 2021 Pair time (%) = 0.00118113 (6.86901) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191345) Outpt time (%) = 0.0158529 (92.1951) Other time (%) = 0.000128031 (0.744582) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:32 2021 Memory usage per processor = 27.5415 Mbytes Step Atoms AVEKE stressZZ 18619 5000 6.2521917e-11 6608357.3 18620 -0.0121874999999933 6608260.45111562 18620 5000 6.2517352e-11 6608260.5 Loop time of 0.019793 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:32 2021 Pair time (%) = 0.00116396 (5.88065) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.156593) Outpt time (%) = 0.018496 (93.4472) Other time (%) = 0.000102043 (0.515551) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:32 2021 Memory usage per processor = 27.5415 Mbytes Step Atoms AVEKE stressZZ 18620 5000 6.2517352e-11 6608227.7 18621 -0.0121874999999933 6608130.92472577 18621 5000 6.2512787e-11 6608130.9 Loop time of 0.0166662 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:32 2021 Pair time (%) = 0.00107408 (6.44464) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191694) Outpt time (%) = 0.0154672 (92.8057) Other time (%) = 9.29832e-05 (0.557916) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:32 2021 Memory usage per processor = 27.5415 Mbytes Step Atoms AVEKE stressZZ 18621 5000 6.2512787e-11 6608098.2 18622 -0.0121874999999933 6608001.40525797 18622 5000 6.2508223e-11 6608001.4 Loop time of 0.0164161 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:32 2021 Pair time (%) = 0.00107193 (6.52976) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.188805) Outpt time (%) = 0.015223 (92.7324) Other time (%) = 9.01222e-05 (0.548988) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:32 2021 Memory usage per processor = 27.5415 Mbytes Step Atoms AVEKE stressZZ 18622 5000 6.2508223e-11 6607968.7 18623 -0.0121874999999933 6607871.89265683 18623 5000 6.2503659e-11 6607871.9 Loop time of 0.0163069 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:32 2021 Pair time (%) = 0.00106907 (6.55594) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.19007) Outpt time (%) = 0.0151169 (92.7028) Other time (%) = 8.98838e-05 (0.551202) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:32 2021 Memory usage per processor = 27.5415 Mbytes Step Atoms AVEKE stressZZ 18623 5000 6.2503659e-11 6607839.2 18624 -0.0121874999999933 6607742.38688198 18624 5000 6.2499096e-11 6607742.4 Loop time of 0.0163491 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:32 2021 Pair time (%) = 0.00107098 (6.55068) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.195412) Outpt time (%) = 0.0151579 (92.7143) Other time (%) = 8.82149e-05 (0.539571) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:25:32 2021 Memory usage per processor = 27.5415 Mbytes Step Atoms AVEKE stressZZ 18624 5000 6.2499096e-11 6607709.7 18625 -0.0121874999999933 6607593.65271294 18625 5000 1.2338439e-10 6607811.1 Loop time of 0.0175011 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:32 2021 Pair time (%) = 0.00106621 (6.09223) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182549) Outpt time (%) = 0.0162921 (93.0918) Other time (%) = 0.000110865 (0.633472) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:32 2021 Memory usage per processor = 27.5415 Mbytes Step Atoms AVEKE stressZZ 18625 5000 1.2338439e-10 6668841.6 18626 -0.0122199999999933 6668713.71216852 18626 5000 9.9304948e-11 6668713.7 Loop time of 0.0172091 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:32 2021 Pair time (%) = 0.0011971 (6.95622) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.187032) Outpt time (%) = 0.0158842 (92.3012) Other time (%) = 9.56059e-05 (0.555556) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:32 2021 Memory usage per processor = 27.5415 Mbytes Step Atoms AVEKE stressZZ 18626 5000 9.9304948e-11 6668669.6 18627 -0.0122199999999933 6668552.60828373 18627 5000 8.5358372e-11 6668552.6 Loop time of 0.0166531 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:32 2021 Pair time (%) = 0.00108504 (6.51558) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.20473) Outpt time (%) = 0.0154312 (92.6626) Other time (%) = 0.000102758 (0.617054) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:32 2021 Memory usage per processor = 27.5415 Mbytes Step Atoms AVEKE stressZZ 18627 5000 8.5358372e-11 6668512.5 18628 -0.0122199999999933 6668402.47802325 18628 5000 7.7041957e-11 6668402.5 Loop time of 0.0174501 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:32 2021 Pair time (%) = 0.00129795 (7.43807) Neigh time (%) = 0 (0) Comm time (%) = 6.19888e-05 (0.355235) Outpt time (%) = 0.0159881 (91.6219) Other time (%) = 0.000102043 (0.584771) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:32 2021 Memory usage per processor = 27.5415 Mbytes Step Atoms AVEKE stressZZ 18628 5000 7.7041957e-11 6668364.9 18629 -0.0122199999999933 6668259.32410346 18629 5000 7.1976648e-11 6668259.3 Loop time of 0.017302 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:32 2021 Pair time (%) = 0.00113702 (6.57159) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197051) Outpt time (%) = 0.0160289 (92.6416) Other time (%) = 0.000102043 (0.589775) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:32 2021 Memory usage per processor = 27.5415 Mbytes Step Atoms AVEKE stressZZ 18629 5000 7.1976648e-11 6668223.4 18630 -0.0122199999999933 6668120.60621576 18630 5000 6.8845401e-11 6668120.6 Loop time of 0.0193911 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:32 2021 Pair time (%) = 0.00106907 (5.51321) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.164757) Outpt time (%) = 0.0181961 (93.8376) Other time (%) = 9.39369e-05 (0.484434) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:32 2021 Memory usage per processor = 27.5416 Mbytes Step Atoms AVEKE stressZZ 18630 5000 6.8845401e-11 6668085.7 18631 -0.0122199999999933 6667984.70996874 18631 5000 6.6889929e-11 6667984.7 Loop time of 0.0165539 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:32 2021 Pair time (%) = 0.0011282 (6.8153) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.205957) Outpt time (%) = 0.0152869 (92.3465) Other time (%) = 0.000104666 (0.632273) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:32 2021 Memory usage per processor = 27.5416 Mbytes Step Atoms AVEKE stressZZ 18631 5000 6.6889929e-11 6667950.4 18632 -0.0122199999999933 6667850.60939961 18632 5000 6.5660124e-11 6667850.6 Loop time of 0.017354 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:32 2021 Pair time (%) = 0.00121689 (7.01214) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.195087) Outpt time (%) = 0.0159919 (92.1512) Other time (%) = 0.000111341 (0.641589) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:32 2021 Memory usage per processor = 27.5416 Mbytes Step Atoms AVEKE stressZZ 18632 5000 6.5660124e-11 6667816.8 18633 -0.0122199999999933 6667717.65249751 18633 5000 6.4882783e-11 6667717.7 Loop time of 0.0173681 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:32 2021 Pair time (%) = 0.00107193 (6.17184) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183947) Outpt time (%) = 0.01617 (93.102) Other time (%) = 9.41753e-05 (0.542232) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:32 2021 Memory usage per processor = 27.5416 Mbytes Step Atoms AVEKE stressZZ 18633 5000 6.4882783e-11 6667684.1 18634 -0.0122199999999933 6667585.42490195 18634 5000 6.4389469e-11 6667585.4 Loop time of 0.0165191 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:32 2021 Pair time (%) = 0.00107598 (6.51358) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193401) Outpt time (%) = 0.015322 (92.7532) Other time (%) = 8.91685e-05 (0.539792) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:32 2021 Memory usage per processor = 27.5416 Mbytes Step Atoms AVEKE stressZZ 18634 5000 6.4389469e-11 6667552 18635 -0.0122199999999933 6667453.66328177 18635 5000 6.4075233e-11 6667453.7 Loop time of 0.017004 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:32 2021 Pair time (%) = 0.00131702 (7.74537) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.21733) Outpt time (%) = 0.0155349 (91.3601) Other time (%) = 0.000115156 (0.677229) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:32 2021 Memory usage per processor = 27.5416 Mbytes Step Atoms AVEKE stressZZ 18635 5000 6.4075233e-11 6667420.4 18636 -0.0122199999999933 6667322.20028671 18636 5000 6.387423e-11 6667322.2 Loop time of 0.0175061 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:32 2021 Pair time (%) = 0.00122499 (6.99752) Neigh time (%) = 0 (0) Comm time (%) = 5.48363e-05 (0.313241) Outpt time (%) = 0.016108 (92.0137) Other time (%) = 0.000118256 (0.67551) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:32 2021 Memory usage per processor = 27.5416 Mbytes Step Atoms AVEKE stressZZ 18636 5000 6.387423e-11 6667289 18637 -0.0122199999999933 6667190.92956363 18637 5000 6.3744954e-11 6667190.9 Loop time of 0.017364 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:32 2021 Pair time (%) = 0.00107098 (6.16779) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.178498) Outpt time (%) = 0.0161669 (93.1059) Other time (%) = 9.5129e-05 (0.547851) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:32 2021 Memory usage per processor = 27.5416 Mbytes Step Atoms AVEKE stressZZ 18637 5000 6.3744954e-11 6667157.7 18638 -0.0122199999999933 6667059.78352331 18638 5000 6.3661167e-11 6667059.8 Loop time of 0.016845 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:32 2021 Pair time (%) = 0.00114202 (6.77961) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.202398) Outpt time (%) = 0.0155649 (92.4009) Other time (%) = 0.000103951 (0.6171) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:32 2021 Memory usage per processor = 27.5416 Mbytes Step Atoms AVEKE stressZZ 18638 5000 6.3661167e-11 6667026.6 18639 -0.0122199999999933 6666928.71921177 18639 5000 6.3606251e-11 6666928.7 Loop time of 0.0172701 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:32 2021 Pair time (%) = 0.00120997 (7.00618) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190513) Outpt time (%) = 0.0159118 (92.1351) Other time (%) = 0.000115395 (0.668176) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:32 2021 Memory usage per processor = 27.5416 Mbytes Step Atoms AVEKE stressZZ 18639 5000 6.3606251e-11 6666895.6 18640 -0.0122199999999933 6666797.70933318 18640 5000 6.3569667e-11 6666797.7 Loop time of 0.01969 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:32 2021 Pair time (%) = 0.00112915 (5.73463) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.157412) Outpt time (%) = 0.018435 (93.626) Other time (%) = 9.48906e-05 (0.481922) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:32 2021 Memory usage per processor = 27.5416 Mbytes Step Atoms AVEKE stressZZ 18640 5000 6.3569667e-11 6666764.6 18641 -0.0122199999999933 6666666.73660127 18641 5000 6.3544728e-11 6666666.7 Loop time of 0.0176759 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:32 2021 Pair time (%) = 0.00116992 (6.61874) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.180744) Outpt time (%) = 0.0163071 (92.2563) Other time (%) = 0.000166893 (0.944185) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:32 2021 Memory usage per processor = 27.5416 Mbytes Step Atoms AVEKE stressZZ 18641 5000 6.3544728e-11 6666633.6 18642 -0.0122199999999933 6666535.78997094 18642 5000 6.3527185e-11 6666535.8 Loop time of 0.0166669 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:32 2021 Pair time (%) = 0.00110507 (6.63033) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.197408) Outpt time (%) = 0.0154281 (92.5672) Other time (%) = 0.000100851 (0.605098) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:32 2021 Memory usage per processor = 27.5416 Mbytes Step Atoms AVEKE stressZZ 18642 5000 6.3527185e-11 6666502.7 18643 -0.0122199999999933 6666404.86242098 18643 5000 6.3514343e-11 6666404.9 Loop time of 0.017472 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:32 2021 Pair time (%) = 0.00134206 (7.68118) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.188311) Outpt time (%) = 0.015985 (91.4892) Other time (%) = 0.000112057 (0.641349) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:32 2021 Memory usage per processor = 27.5416 Mbytes Step Atoms AVEKE stressZZ 18643 5000 6.3514343e-11 6666371.7 18644 -0.0122199999999933 6666273.94948421 18644 5000 6.3504488e-11 6666273.9 Loop time of 0.0173039 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:32 2021 Pair time (%) = 0.0011301 (6.5309) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191518) Outpt time (%) = 0.016041 (92.7016) Other time (%) = 9.9659e-05 (0.575932) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:32 2021 Memory usage per processor = 27.5416 Mbytes Step Atoms AVEKE stressZZ 18644 5000 6.3504488e-11 6666240.8 18645 -0.0122199999999933 6666143.04833193 18645 5000 6.3496531e-11 6666143 Loop time of 0.016866 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:32 2021 Pair time (%) = 0.00107193 (6.35558) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.189423) Outpt time (%) = 0.0156691 (92.9037) Other time (%) = 9.29832e-05 (0.551307) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:32 2021 Memory usage per processor = 27.5416 Mbytes Step Atoms AVEKE stressZZ 18645 5000 6.3496531e-11 6666109.9 18646 -0.0122199999999933 6666012.15716379 18646 5000 6.348978e-11 6666012.2 Loop time of 0.016814 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:32 2021 Pair time (%) = 0.00112414 (6.68576) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208443) Outpt time (%) = 0.015553 (92.5003) Other time (%) = 0.000101805 (0.605476) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:32 2021 Memory usage per processor = 27.5416 Mbytes Step Atoms AVEKE stressZZ 18646 5000 6.348978e-11 6665979 18647 -0.0122199999999933 6665881.27483489 18647 5000 6.3483797e-11 6665881.3 Loop time of 0.0177431 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:32 2021 Pair time (%) = 0.00130796 (7.37167) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.174684) Outpt time (%) = 0.016295 (91.8382) Other time (%) = 0.000109196 (0.615426) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:32 2021 Memory usage per processor = 27.5416 Mbytes Step Atoms AVEKE stressZZ 18647 5000 6.3483797e-11 6665848.2 18648 -0.0122199999999933 6665750.40061672 18648 5000 6.34783e-11 6665750.4 Loop time of 0.0172961 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:32 2021 Pair time (%) = 0.00110698 (6.40017) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.186091) Outpt time (%) = 0.016048 (92.7838) Other time (%) = 0.000108957 (0.629954) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:32 2021 Memory usage per processor = 27.5416 Mbytes Step Atoms AVEKE stressZZ 18648 5000 6.34783e-11 6665717.3 18649 -0.0122199999999933 6665619.53404609 18649 5000 6.3473114e-11 6665619.5 Loop time of 0.0170689 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:32 2021 Pair time (%) = 0.00128698 (7.53995) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.188569) Outpt time (%) = 0.0156538 (91.71) Other time (%) = 9.58443e-05 (0.561515) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:32 2021 Memory usage per processor = 27.5416 Mbytes Step Atoms AVEKE stressZZ 18649 5000 6.3473114e-11 6665586.4 18650 -0.0122199999999933 6665488.67482802 18650 5000 6.3468125e-11 6665488.7 Loop time of 0.0194142 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:32 2021 Pair time (%) = 0.00124192 (6.39698) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.19649) Outpt time (%) = 0.0180209 (92.8232) Other time (%) = 0.000113249 (0.58333) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:32 2021 Memory usage per processor = 27.5416 Mbytes Step Atoms AVEKE stressZZ 18650 5000 6.3468125e-11 6665455.6 18651 -0.0122199999999933 6665357.82277462 18651 5000 6.3463261e-11 6665357.8 Loop time of 0.017514 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:32 2021 Pair time (%) = 0.00120902 (6.90317) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.189221) Outpt time (%) = 0.016176 (92.3604) Other time (%) = 9.58443e-05 (0.547244) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:32 2021 Memory usage per processor = 27.5416 Mbytes Step Atoms AVEKE stressZZ 18651 5000 6.3463261e-11 6665324.7 18652 -0.0122199999999933 6665226.97776602 18652 5000 6.3458477e-11 6665227 Loop time of 0.017133 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:32 2021 Pair time (%) = 0.00107288 (6.26209) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186471) Outpt time (%) = 0.0159349 (93.0073) Other time (%) = 9.32217e-05 (0.544106) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:32 2021 Memory usage per processor = 27.5416 Mbytes Step Atoms AVEKE stressZZ 18652 5000 6.3458477e-11 6665193.9 18653 -0.0122199999999933 6665096.13972551 18653 5000 6.3453744e-11 6665096.1 Loop time of 0.0166092 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:32 2021 Pair time (%) = 0.00107813 (6.49116) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192352) Outpt time (%) = 0.0154052 (92.7509) Other time (%) = 9.39369e-05 (0.565572) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:32 2021 Memory usage per processor = 27.5416 Mbytes Step Atoms AVEKE stressZZ 18653 5000 6.3453744e-11 6665063 18654 -0.0122199999999933 6664965.30861617 18654 5000 6.3449044e-11 6664965.3 Loop time of 0.016969 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:33 2021 Pair time (%) = 0.00129104 (7.60822) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.217779) Outpt time (%) = 0.0155129 (91.4195) Other time (%) = 0.000128031 (0.7545) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:33 2021 Memory usage per processor = 27.5416 Mbytes Step Atoms AVEKE stressZZ 18654 5000 6.3449044e-11 6664932.2 18655 -0.0122199999999933 6664834.48443452 18655 5000 6.3444365e-11 6664834.5 Loop time of 0.0174239 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:33 2021 Pair time (%) = 0.00120521 (6.91698) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.188832) Outpt time (%) = 0.0160849 (92.3154) Other time (%) = 0.000100851 (0.57881) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:33 2021 Memory usage per processor = 27.5416 Mbytes Step Atoms AVEKE stressZZ 18655 5000 6.3444365e-11 6664801.4 18656 -0.0122199999999933 6664703.66714231 18656 5000 6.3439699e-11 6664703.7 Loop time of 0.01689 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:33 2021 Pair time (%) = 0.00107193 (6.34652) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.189153) Outpt time (%) = 0.0156929 (92.9124) Other time (%) = 9.32217e-05 (0.551932) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:33 2021 Memory usage per processor = 27.5416 Mbytes Step Atoms AVEKE stressZZ 18656 5000 6.3439699e-11 6664670.6 18657 -0.0122199999999933 6664572.85672076 18657 5000 6.3435042e-11 6664572.9 Loop time of 0.0166531 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:33 2021 Pair time (%) = 0.00110388 (6.62868) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.287768) Outpt time (%) = 0.015367 (92.2775) Other time (%) = 0.00013423 (0.806036) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:33 2021 Memory usage per processor = 27.5416 Mbytes Step Atoms AVEKE stressZZ 18657 5000 6.3435042e-11 6664539.8 18658 -0.0122199999999933 6664442.05315823 18658 5000 6.3430391e-11 6664442.1 Loop time of 0.0173099 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:33 2021 Pair time (%) = 0.00113201 (6.53967) Neigh time (%) = 0 (0) Comm time (%) = 6.91414e-05 (0.399433) Outpt time (%) = 0.01597 (92.2593) Other time (%) = 0.00013876 (0.80162) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:33 2021 Memory usage per processor = 27.5416 Mbytes Step Atoms AVEKE stressZZ 18658 5000 6.3430391e-11 6664408.9 18659 -0.0122199999999933 6664311.25644694 18659 5000 6.3425744e-11 6664311.3 Loop time of 0.0177372 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:33 2021 Pair time (%) = 0.00110698 (6.24101) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18012) Outpt time (%) = 0.016506 (93.0587) Other time (%) = 9.2268e-05 (0.520196) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:33 2021 Memory usage per processor = 27.5416 Mbytes Step Atoms AVEKE stressZZ 18659 5000 6.3425744e-11 6664278.2 18660 -0.0122199999999933 6664180.46658149 18660 5000 6.3421099e-11 6664180.5 Loop time of 0.019218 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:33 2021 Pair time (%) = 0.00111604 (5.80726) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.166241) Outpt time (%) = 0.017976 (93.5377) Other time (%) = 9.39369e-05 (0.488797) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:33 2021 Memory usage per processor = 27.5416 Mbytes Step Atoms AVEKE stressZZ 18660 5000 6.3421099e-11 6664147.4 18661 -0.0122199999999933 6664049.68355795 18661 5000 6.3416456e-11 6664049.7 Loop time of 0.01686 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:33 2021 Pair time (%) = 0.0011692 (6.93478) Neigh time (%) = 0 (0) Comm time (%) = 4.29153e-05 (0.254539) Outpt time (%) = 0.0155389 (92.1644) Other time (%) = 0.000108957 (0.646247) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:33 2021 Memory usage per processor = 27.5416 Mbytes Step Atoms AVEKE stressZZ 18661 5000 6.3416456e-11 6664016.6 18662 -0.0122199999999933 6663918.90737331 18662 5000 6.3411815e-11 6663918.9 Loop time of 0.0172582 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:33 2021 Pair time (%) = 0.00119305 (6.91294) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185119) Outpt time (%) = 0.015933 (92.3217) Other time (%) = 0.000100136 (0.580223) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:33 2021 Memory usage per processor = 27.5416 Mbytes Step Atoms AVEKE stressZZ 18662 5000 6.3411815e-11 6663885.8 18663 -0.0122199999999933 6663788.13802523 18663 5000 6.3407175e-11 6663788.1 Loop time of 0.0173299 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:33 2021 Pair time (%) = 0.00118899 (6.86092) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189855) Outpt time (%) = 0.016005 (92.3549) Other time (%) = 0.000102997 (0.594329) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:33 2021 Memory usage per processor = 27.5416 Mbytes Step Atoms AVEKE stressZZ 18663 5000 6.3407175e-11 6663755 18664 -0.0122199999999933 6663657.37551166 18664 5000 6.3402535e-11 6663657.4 Loop time of 0.0168371 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:33 2021 Pair time (%) = 0.00107217 (6.36788) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.189748) Outpt time (%) = 0.01564 (92.8901) Other time (%) = 9.29832e-05 (0.552251) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:33 2021 Memory usage per processor = 27.5416 Mbytes Step Atoms AVEKE stressZZ 18664 5000 6.3402535e-11 6663624.3 18665 -0.0122199999999933 6663526.61983095 18665 5000 6.3397896e-11 6663526.6 Loop time of 0.0169339 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:33 2021 Pair time (%) = 0.00125504 (7.41137) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.219638) Outpt time (%) = 0.0155241 (91.6749) Other time (%) = 0.00011754 (0.694112) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:33 2021 Memory usage per processor = 27.5416 Mbytes Step Atoms AVEKE stressZZ 18665 5000 6.3397896e-11 6663493.5 18666 -0.0122199999999933 6663395.87098143 18666 5000 6.3393258e-11 6663395.9 Loop time of 0.0166099 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:33 2021 Pair time (%) = 0.00107288 (6.4593) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192344) Outpt time (%) = 0.015414 (92.8) Other time (%) = 9.10759e-05 (0.548323) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:33 2021 Memory usage per processor = 27.5416 Mbytes Step Atoms AVEKE stressZZ 18666 5000 6.3393258e-11 6663362.8 18667 -0.0122199999999933 6663265.12896198 18667 5000 6.3388621e-11 6663265.1 Loop time of 0.0164061 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:33 2021 Pair time (%) = 0.00107408 (6.54682) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.188921) Outpt time (%) = 0.015209 (92.7033) Other time (%) = 9.20296e-05 (0.560949) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:33 2021 Memory usage per processor = 27.5416 Mbytes Step Atoms AVEKE stressZZ 18667 5000 6.3388621e-11 6663232 18668 -0.0122199999999933 6663134.39377113 18668 5000 6.3383984e-11 6663134.4 Loop time of 0.0165331 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:33 2021 Pair time (%) = 0.00107384 (6.49506) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.194679) Outpt time (%) = 0.0153358 (92.7579) Other time (%) = 9.13143e-05 (0.552311) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:33 2021 Memory usage per processor = 27.5416 Mbytes Step Atoms AVEKE stressZZ 18668 5000 6.3383984e-11 6663101.3 18669 -0.0122199999999933 6663003.66540757 18669 5000 6.3379348e-11 6663003.7 Loop time of 0.0165801 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:33 2021 Pair time (%) = 0.00107193 (6.46516) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192689) Outpt time (%) = 0.015388 (92.8101) Other time (%) = 8.82149e-05 (0.532053) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:33 2021 Memory usage per processor = 27.5416 Mbytes Step Atoms AVEKE stressZZ 18669 5000 6.3379348e-11 6662970.6 18670 -0.0122199999999933 6662872.94386869 18670 5000 6.3374712e-11 6662872.9 Loop time of 0.019773 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:33 2021 Pair time (%) = 0.00115609 (5.84682) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.237538) Outpt time (%) = 0.0184331 (93.2235) Other time (%) = 0.000136852 (0.692117) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:33 2021 Memory usage per processor = 27.5416 Mbytes Step Atoms AVEKE stressZZ 18670 5000 6.3374712e-11 6662839.8 18671 -0.0122199999999933 6662742.22913954 18671 5000 6.3370077e-11 6662742.2 Loop time of 0.0175638 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:33 2021 Pair time (%) = 0.00127602 (7.26503) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.176467) Outpt time (%) = 0.016099 (91.6599) Other time (%) = 0.000157833 (0.898626) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:33 2021 Memory usage per processor = 27.5416 Mbytes Step Atoms AVEKE stressZZ 18671 5000 6.3370077e-11 6662709.1 18672 -0.0122199999999933 6662611.52123347 18672 5000 6.3365442e-11 6662611.5 Loop time of 0.017736 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:33 2021 Pair time (%) = 0.00119495 (6.73746) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.190886) Outpt time (%) = 0.016403 (92.4842) Other time (%) = 0.000104189 (0.587445) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:33 2021 Memory usage per processor = 27.5416 Mbytes Step Atoms AVEKE stressZZ 18672 5000 6.3365442e-11 6662578.4 18673 -0.0122199999999933 6662480.82014942 18673 5000 6.3360808e-11 6662480.8 Loop time of 0.0170121 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:33 2021 Pair time (%) = 0.00110412 (6.49018) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187796) Outpt time (%) = 0.0157812 (92.7642) Other time (%) = 9.48906e-05 (0.557782) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:33 2021 Memory usage per processor = 27.5416 Mbytes Step Atoms AVEKE stressZZ 18673 5000 6.3360808e-11 6662447.7 18674 -0.0122199999999933 6662350.12588643 18674 5000 6.3356174e-11 6662350.1 Loop time of 0.0166991 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:33 2021 Pair time (%) = 0.00117397 (7.03017) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.202738) Outpt time (%) = 0.0153821 (92.1132) Other time (%) = 0.000109196 (0.653903) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:33 2021 Memory usage per processor = 27.5416 Mbytes Step Atoms AVEKE stressZZ 18674 5000 6.3356174e-11 6662317 18675 -0.0122199999999933 6662219.4384435 18675 5000 6.3351541e-11 6662219.4 Loop time of 0.0173321 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:33 2021 Pair time (%) = 0.00107694 (6.21355) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184329) Outpt time (%) = 0.016135 (93.0932) Other time (%) = 8.82149e-05 (0.508969) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:33 2021 Memory usage per processor = 27.5416 Mbytes Step Atoms AVEKE stressZZ 18675 5000 6.3351541e-11 6662186.3 18676 -0.0122199999999933 6662088.75781971 18676 5000 6.3346909e-11 6662088.8 Loop time of 0.0173008 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:33 2021 Pair time (%) = 0.00114298 (6.60649) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184662) Outpt time (%) = 0.016032 (92.6659) Other time (%) = 9.39369e-05 (0.542961) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:33 2021 Memory usage per processor = 27.5416 Mbytes Step Atoms AVEKE stressZZ 18676 5000 6.3346909e-11 6662055.7 18677 -0.0122199999999933 6661958.08401407 18677 5000 6.3342277e-11 6661958.1 Loop time of 0.0169981 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:33 2021 Pair time (%) = 0.00107718 (6.33705) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187951) Outpt time (%) = 0.015748 (92.646) Other time (%) = 0.000140905 (0.82895) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:33 2021 Memory usage per processor = 27.5416 Mbytes Step Atoms AVEKE stressZZ 18677 5000 6.3342277e-11 6661925 18678 -0.0122199999999933 6661827.41702561 18678 5000 6.3337645e-11 6661827.4 Loop time of 0.017519 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:33 2021 Pair time (%) = 0.00149393 (8.52749) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.210942) Outpt time (%) = 0.015851 (90.479) Other time (%) = 0.000137091 (0.782526) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:33 2021 Memory usage per processor = 27.5416 Mbytes Step Atoms AVEKE stressZZ 18678 5000 6.3337645e-11 6661794.3 18679 -0.0122199999999933 6661696.75685338 18679 5000 6.3333014e-11 6661696.8 Loop time of 0.0174501 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:33 2021 Pair time (%) = 0.00107288 (6.1483) Neigh time (%) = 0 (0) Comm time (%) = 3.12328e-05 (0.178984) Outpt time (%) = 0.0162511 (93.1289) Other time (%) = 9.48906e-05 (0.543783) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:33 2021 Memory usage per processor = 27.5416 Mbytes Step Atoms AVEKE stressZZ 18679 5000 6.3333014e-11 6661663.7 18680 -0.0122199999999933 6661566.10349654 18680 5000 6.3328384e-11 6661566.1 Loop time of 0.020134 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:33 2021 Pair time (%) = 0.00107288 (5.32872) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.159862) Outpt time (%) = 0.0189419 (94.0792) Other time (%) = 8.70228e-05 (0.432219) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:33 2021 Memory usage per processor = 27.5416 Mbytes Step Atoms AVEKE stressZZ 18680 5000 6.3328384e-11 6661533 18681 -0.0122199999999933 6661435.45695406 18681 5000 6.3323754e-11 6661435.5 Loop time of 0.016685 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:33 2021 Pair time (%) = 0.00107408 (6.43737) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.185762) Outpt time (%) = 0.015485 (92.8082) Other time (%) = 9.48906e-05 (0.568718) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:33 2021 Memory usage per processor = 27.5416 Mbytes Step Atoms AVEKE stressZZ 18681 5000 6.3323754e-11 6661402.4 18682 -0.0122199999999933 6661304.81722509 18682 5000 6.3319124e-11 6661304.8 Loop time of 0.017365 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:33 2021 Pair time (%) = 0.00159597 (9.19076) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.207321) Outpt time (%) = 0.015569 (89.6573) Other time (%) = 0.000164032 (0.944614) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:33 2021 Memory usage per processor = 27.5416 Mbytes Step Atoms AVEKE stressZZ 18682 5000 6.3319124e-11 6661271.7 18683 -0.0122199999999933 6661174.18430872 18683 5000 6.3314496e-11 6661174.2 Loop time of 0.0172942 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:33 2021 Pair time (%) = 0.00107503 (6.21614) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179219) Outpt time (%) = 0.016094 (93.0601) Other time (%) = 9.41753e-05 (0.54455) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:33 2021 Memory usage per processor = 27.5416 Mbytes Step Atoms AVEKE stressZZ 18683 5000 6.3314496e-11 6661141.1 18684 -0.0122199999999933 6661043.55820412 18684 5000 6.3309867e-11 6661043.6 Loop time of 0.0167692 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:33 2021 Pair time (%) = 0.00109506 (6.53018) Neigh time (%) = 0 (0) Comm time (%) = 5.50747e-05 (0.328428) Outpt time (%) = 0.0155091 (92.486) Other time (%) = 0.000109911 (0.655435) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:33 2021 Memory usage per processor = 27.5416 Mbytes Step Atoms AVEKE stressZZ 18684 5000 6.3309867e-11 6661010.5 18685 -0.0122199999999933 6660912.93891035 18685 5000 6.3305239e-11 6660912.9 Loop time of 0.01684 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:33 2021 Pair time (%) = 0.00117397 (6.97134) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.201042) Outpt time (%) = 0.0155261 (92.1976) Other time (%) = 0.000106096 (0.630026) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:33 2021 Memory usage per processor = 27.5416 Mbytes Step Atoms AVEKE stressZZ 18685 5000 6.3305239e-11 6660879.9 18686 -0.0122199999999933 6660782.32642647 18686 5000 6.3300612e-11 6660782.3 Loop time of 0.0170162 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:33 2021 Pair time (%) = 0.00115013 (6.75905) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.193356) Outpt time (%) = 0.015739 (92.4942) Other time (%) = 9.41753e-05 (0.553446) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:33 2021 Memory usage per processor = 27.5416 Mbytes Step Atoms AVEKE stressZZ 18686 5000 6.3300612e-11 6660749.2 18687 -0.0122199999999933 6660651.72075173 18687 5000 6.3295986e-11 6660651.7 Loop time of 0.0176499 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:33 2021 Pair time (%) = 0.00118995 (6.74195) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.193168) Outpt time (%) = 0.016325 (92.4935) Other time (%) = 0.000100851 (0.571398) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:33 2021 Memory usage per processor = 27.5416 Mbytes Step Atoms AVEKE stressZZ 18687 5000 6.3295986e-11 6660618.6 18688 -0.0122199999999933 6660521.12188516 18688 5000 6.3291359e-11 6660521.1 Loop time of 0.016948 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:33 2021 Pair time (%) = 0.00108504 (6.40219) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188507) Outpt time (%) = 0.0157421 (92.8846) Other time (%) = 8.89301e-05 (0.524724) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:33 2021 Memory usage per processor = 27.5416 Mbytes Step Atoms AVEKE stressZZ 18688 5000 6.3291359e-11 6660488 18689 -0.0122199999999933 6660390.52982605 18689 5000 6.3286734e-11 6660390.5 Loop time of 0.0169301 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:33 2021 Pair time (%) = 0.00121903 (7.20039) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.301366) Outpt time (%) = 0.015516 (91.6477) Other time (%) = 0.000144005 (0.850584) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:33 2021 Memory usage per processor = 27.5416 Mbytes Step Atoms AVEKE stressZZ 18689 5000 6.3286734e-11 6660357.4 18690 -0.0122199999999933 6660259.94457336 18690 5000 6.3282109e-11 6660259.9 Loop time of 0.0200298 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:33 2021 Pair time (%) = 0.00107193 (5.35168) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.159503) Outpt time (%) = 0.0188339 (94.0294) Other time (%) = 9.20296e-05 (0.459464) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:33 2021 Memory usage per processor = 27.5416 Mbytes Step Atoms AVEKE stressZZ 18690 5000 6.3282109e-11 6660226.9 18691 -0.0122199999999933 6660129.36612637 18691 5000 6.3277484e-11 6660129.4 Loop time of 0.0175049 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:33 2021 Pair time (%) = 0.00108218 (6.18215) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182509) Outpt time (%) = 0.0163031 (93.1341) Other time (%) = 8.7738e-05 (0.501219) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:33 2021 Memory usage per processor = 27.5416 Mbytes Step Atoms AVEKE stressZZ 18691 5000 6.3277484e-11 6660096.3 18692 -0.0122199999999933 6659998.79448431 18692 5000 6.327286e-11 6659998.8 Loop time of 0.0165112 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:33 2021 Pair time (%) = 0.00110793 (6.71018) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193493) Outpt time (%) = 0.0152831 (92.5621) Other time (%) = 8.82149e-05 (0.534273) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:33 2021 Memory usage per processor = 27.5416 Mbytes Step Atoms AVEKE stressZZ 18692 5000 6.327286e-11 6659965.7 18693 -0.0122199999999933 6659868.22964609 18693 5000 6.3268236e-11 6659868.2 Loop time of 0.0169811 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:33 2021 Pair time (%) = 0.00130987 (7.71369) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.217623) Outpt time (%) = 0.0154972 (91.2614) Other time (%) = 0.000137091 (0.807312) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:33 2021 Memory usage per processor = 27.5416 Mbytes Step Atoms AVEKE stressZZ 18693 5000 6.3268236e-11 6659835.2 18694 -0.0122199999999933 6659737.67161103 18694 5000 6.3263613e-11 6659737.7 Loop time of 0.0172961 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:33 2021 Pair time (%) = 0.00107408 (6.20994) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.186091) Outpt time (%) = 0.0160971 (93.0678) Other time (%) = 9.27448e-05 (0.536219) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:33 2021 Memory usage per processor = 27.5416 Mbytes Step Atoms AVEKE stressZZ 18694 5000 6.3263613e-11 6659704.6 18695 -0.0122199999999933 6659607.12037828 18695 5000 6.3258991e-11 6659607.1 Loop time of 0.0173621 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:33 2021 Pair time (%) = 0.00107408 (6.18632) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18401) Outpt time (%) = 0.0161641 (93.0996) Other time (%) = 9.20296e-05 (0.53006) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:33 2021 Memory usage per processor = 27.5416 Mbytes Step Atoms AVEKE stressZZ 18695 5000 6.3258991e-11 6659574 18696 -0.0122199999999933 6659476.57594706 18696 5000 6.3254369e-11 6659476.6 Loop time of 0.0168462 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:33 2021 Pair time (%) = 0.00109601 (6.50599) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.202383) Outpt time (%) = 0.015568 (92.4127) Other time (%) = 0.000148058 (0.878881) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:33 2021 Memory usage per processor = 27.5416 Mbytes Step Atoms AVEKE stressZZ 18696 5000 6.3254369e-11 6659443.5 18697 -0.0122199999999933 6659346.03831648 18697 5000 6.3249747e-11 6659346 Loop time of 0.0176089 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:34 2021 Pair time (%) = 0.00134611 (7.6445) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.199033) Outpt time (%) = 0.0160799 (91.317) Other time (%) = 0.00014782 (0.83946) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:34 2021 Memory usage per processor = 27.5416 Mbytes Step Atoms AVEKE stressZZ 18697 5000 6.3249747e-11 6659313 18698 -0.0122199999999933 6659215.50748577 18698 5000 6.3245127e-11 6659215.5 Loop time of 0.017257 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:34 2021 Pair time (%) = 0.00111508 (6.46164) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179605) Outpt time (%) = 0.0159831 (92.6182) Other time (%) = 0.000127792 (0.740526) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:34 2021 Memory usage per processor = 27.5416 Mbytes Step Atoms AVEKE stressZZ 18698 5000 6.3245127e-11 6659182.4 18699 -0.0122199999999933 6659084.98345404 18699 5000 6.3240506e-11 6659085 Loop time of 0.0170579 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:34 2021 Pair time (%) = 0.00107884 (6.3246) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187292) Outpt time (%) = 0.0158529 (92.936) Other time (%) = 9.41753e-05 (0.552092) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:34 2021 Memory usage per processor = 27.5416 Mbytes Step Atoms AVEKE stressZZ 18699 5000 6.3240506e-11 6659051.9 18700 -0.0122199999999933 6658954.46622059 18700 5000 6.3235886e-11 6658954.5 Loop time of 0.0189719 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:34 2021 Pair time (%) = 0.00114202 (6.01955) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.184734) Outpt time (%) = 0.0176909 (93.2478) Other time (%) = 0.000103951 (0.547918) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:34 2021 Memory usage per processor = 27.5416 Mbytes Step Atoms AVEKE stressZZ 18700 5000 6.3235886e-11 6658921.4 18701 -0.0122199999999933 6658823.95578452 18701 5000 6.3231267e-11 6658824 Loop time of 0.017036 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:34 2021 Pair time (%) = 0.00117898 (6.92054) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.200129) Outpt time (%) = 0.0156739 (92.0046) Other time (%) = 0.000149012 (0.874689) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:34 2021 Memory usage per processor = 27.5416 Mbytes Step Atoms AVEKE stressZZ 18701 5000 6.3231267e-11 6658790.9 18702 -0.0122199999999933 6658693.45214498 18702 5000 6.3226648e-11 6658693.5 Loop time of 0.017395 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:34 2021 Pair time (%) = 0.00119996 (6.8983) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.270011) Outpt time (%) = 0.015995 (91.9518) Other time (%) = 0.000153065 (0.879934) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:34 2021 Memory usage per processor = 27.5416 Mbytes Step Atoms AVEKE stressZZ 18702 5000 6.3226648e-11 6658660.4 18703 -0.0122199999999933 6658562.95530131 18703 5000 6.322203e-11 6658563 Loop time of 0.016844 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:34 2021 Pair time (%) = 0.00107408 (6.37659) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18967) Outpt time (%) = 0.015645 (92.8817) Other time (%) = 9.29832e-05 (0.552025) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:34 2021 Memory usage per processor = 27.5416 Mbytes Step Atoms AVEKE stressZZ 18703 5000 6.322203e-11 6658529.9 18704 -0.0122199999999933 6658432.4652527 18704 5000 6.3217412e-11 6658432.5 Loop time of 0.0168471 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:34 2021 Pair time (%) = 0.0012219 (7.25284) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208033) Outpt time (%) = 0.0154812 (91.8924) Other time (%) = 0.000108957 (0.646741) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:34 2021 Memory usage per processor = 27.5416 Mbytes Step Atoms AVEKE stressZZ 18704 5000 6.3217412e-11 6658399.4 18705 -0.0122199999999933 6658301.98199821 18705 5000 6.3212795e-11 6658302 Loop time of 0.0175431 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:34 2021 Pair time (%) = 0.00121498 (6.9257) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.183471) Outpt time (%) = 0.016206 (92.3785) Other time (%) = 8.98838e-05 (0.512361) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:34 2021 Memory usage per processor = 27.5416 Mbytes Step Atoms AVEKE stressZZ 18705 5000 6.3212795e-11 6658268.9 18706 -0.0122199999999933 6658171.50555115 18706 5000 6.3208178e-11 6658171.5 Loop time of 0.017297 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:34 2021 Pair time (%) = 0.00117111 (6.7706) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191595) Outpt time (%) = 0.0159879 (92.4313) Other time (%) = 0.000104904 (0.606487) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:34 2021 Memory usage per processor = 27.5416 Mbytes Step Atoms AVEKE stressZZ 18706 5000 6.3208178e-11 6658138.4 18707 -0.0122199999999933 6658041.03595697 18707 5000 6.3203562e-11 6658041 Loop time of 0.0171559 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:34 2021 Pair time (%) = 0.00107408 (6.26068) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186222) Outpt time (%) = 0.0159581 (93.0181) Other time (%) = 9.17912e-05 (0.535042) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:34 2021 Memory usage per processor = 27.5416 Mbytes Step Atoms AVEKE stressZZ 18707 5000 6.3203562e-11 6658008 18708 -0.0122199999999933 6657910.57318893 18708 5000 6.3198947e-11 6657910.6 Loop time of 0.0168731 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:34 2021 Pair time (%) = 0.00129104 (7.65144) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.23032) Outpt time (%) = 0.015425 (91.4174) Other time (%) = 0.000118256 (0.700852) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:34 2021 Memory usage per processor = 27.5416 Mbytes Step Atoms AVEKE stressZZ 18708 5000 6.3198947e-11 6657877.5 18709 -0.0122199999999933 6657780.11723761 18709 5000 6.3194331e-11 6657780.1 Loop time of 0.0167432 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:34 2021 Pair time (%) = 0.00111103 (6.63572) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190813) Outpt time (%) = 0.0155058 (92.6096) Other time (%) = 9.44138e-05 (0.563894) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:34 2021 Memory usage per processor = 27.5416 Mbytes Step Atoms AVEKE stressZZ 18709 5000 6.3194331e-11 6657747.1 18710 -0.0122199999999933 6657649.66809785 18710 5000 6.3189717e-11 6657649.7 Loop time of 0.018703 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:34 2021 Pair time (%) = 0.00107598 (5.753) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.165719) Outpt time (%) = 0.0175042 (93.5905) Other time (%) = 9.17912e-05 (0.490783) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:34 2021 Memory usage per processor = 27.5416 Mbytes Step Atoms AVEKE stressZZ 18710 5000 6.3189717e-11 6657616.6 18711 -0.0122199999999933 6657519.22576641 18711 5000 6.3185103e-11 6657519.2 Loop time of 0.0164049 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:34 2021 Pair time (%) = 0.00107503 (6.55311) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.188934) Outpt time (%) = 0.0152071 (92.6984) Other time (%) = 9.17912e-05 (0.559536) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:34 2021 Memory usage per processor = 27.5416 Mbytes Step Atoms AVEKE stressZZ 18711 5000 6.3185103e-11 6657486.2 18712 -0.0122199999999933 6657388.79024055 18712 5000 6.3180489e-11 6657388.8 Loop time of 0.0175431 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:34 2021 Pair time (%) = 0.00107193 (6.11027) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182112) Outpt time (%) = 0.0163569 (93.2387) Other time (%) = 8.22544e-05 (0.468871) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:34 2021 Memory usage per processor = 27.5416 Mbytes Step Atoms AVEKE stressZZ 18712 5000 6.3180489e-11 6657355.7 18713 -0.0122199999999933 6657258.36151819 18713 5000 6.3175876e-11 6657258.4 Loop time of 0.0172939 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:34 2021 Pair time (%) = 0.00118613 (6.85866) Neigh time (%) = 0 (0) Comm time (%) = 7.00951e-05 (0.405316) Outpt time (%) = 0.015908 (91.986) Other time (%) = 0.0001297 (0.749972) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:34 2021 Memory usage per processor = 27.5416 Mbytes Step Atoms AVEKE stressZZ 18713 5000 6.3175876e-11 6657225.3 18714 -0.0122199999999933 6657127.93959743 18714 5000 6.3171264e-11 6657127.9 Loop time of 0.017396 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:34 2021 Pair time (%) = 0.00116682 (6.70742) Neigh time (%) = 0 (0) Comm time (%) = 5.79357e-05 (0.333041) Outpt time (%) = 0.0160689 (92.3716) Other time (%) = 0.000102282 (0.587961) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:34 2021 Memory usage per processor = 27.5416 Mbytes Step Atoms AVEKE stressZZ 18714 5000 6.3171264e-11 6657094.9 18715 -0.0122199999999933 6656997.52447666 18715 5000 6.3166652e-11 6656997.5 Loop time of 0.017679 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:34 2021 Pair time (%) = 0.00132513 (7.49552) Neigh time (%) = 0 (0) Comm time (%) = 6.19888e-05 (0.350636) Outpt time (%) = 0.0160952 (91.0413) Other time (%) = 0.000196695 (1.11259) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:34 2021 Memory usage per processor = 27.5416 Mbytes Step Atoms AVEKE stressZZ 18715 5000 6.3166652e-11 6656964.5 18716 -0.0122199999999933 6656867.11615428 18716 5000 6.316204e-11 6656867.1 Loop time of 0.017128 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:34 2021 Pair time (%) = 0.00110698 (6.46297) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186526) Outpt time (%) = 0.0158989 (92.8243) Other time (%) = 9.01222e-05 (0.526169) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:34 2021 Memory usage per processor = 27.5416 Mbytes Step Atoms AVEKE stressZZ 18716 5000 6.316204e-11 6656834.1 18717 -0.0122199999999933 6656736.71462893 18717 5000 6.315743e-11 6656736.7 Loop time of 0.016644 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:34 2021 Pair time (%) = 0.00107288 (6.44607) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.193382) Outpt time (%) = 0.0154459 (92.8019) Other time (%) = 9.29832e-05 (0.558659) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:34 2021 Memory usage per processor = 27.5416 Mbytes Step Atoms AVEKE stressZZ 18717 5000 6.315743e-11 6656703.7 18718 -0.0122199999999933 6656606.31989587 18718 5000 6.3152819e-11 6656606.3 Loop time of 0.0172811 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:34 2021 Pair time (%) = 0.00137901 (7.97991) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.231782) Outpt time (%) = 0.015727 (91.0074) Other time (%) = 0.000134945 (0.780884) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:34 2021 Memory usage per processor = 27.5416 Mbytes Step Atoms AVEKE stressZZ 18718 5000 6.3152819e-11 6656573.3 18719 -0.0122199999999933 6656475.93195369 18719 5000 6.3148209e-11 6656475.9 Loop time of 0.017529 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:34 2021 Pair time (%) = 0.00107312 (6.12198) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182258) Outpt time (%) = 0.01633 (93.1599) Other time (%) = 9.39369e-05 (0.535894) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:34 2021 Memory usage per processor = 27.5416 Mbytes Step Atoms AVEKE stressZZ 18719 5000 6.3148209e-11 6656442.9 18720 -0.0122199999999933 6656345.55083447 18720 5000 6.31436e-11 6656345.6 Loop time of 0.019664 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:34 2021 Pair time (%) = 0.00111198 (5.65491) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.16247) Outpt time (%) = 0.0184271 (93.7098) Other time (%) = 9.29832e-05 (0.472859) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:34 2021 Memory usage per processor = 27.5416 Mbytes Step Atoms AVEKE stressZZ 18720 5000 6.31436e-11 6656312.5 18721 -0.0122199999999933 6656215.17654338 18721 5000 6.3138991e-11 6656215.2 Loop time of 0.0165839 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:34 2021 Pair time (%) = 0.00107193 (6.46367) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.199833) Outpt time (%) = 0.0153811 (92.7471) Other time (%) = 9.77516e-05 (0.589436) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:34 2021 Memory usage per processor = 27.5416 Mbytes Step Atoms AVEKE stressZZ 18721 5000 6.3138991e-11 6656182.1 18722 -0.0122199999999933 6656084.80906444 18722 5000 6.3134383e-11 6656084.8 Loop time of 0.0172942 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:34 2021 Pair time (%) = 0.00141191 (8.16411) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.226092) Outpt time (%) = 0.0156488 (90.4862) Other time (%) = 0.000194311 (1.12356) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:34 2021 Memory usage per processor = 27.5416 Mbytes Step Atoms AVEKE stressZZ 18722 5000 6.3134383e-11 6656051.8 18723 -0.0122199999999933 6655954.44839216 18723 5000 6.3129775e-11 6655954.4 Loop time of 0.017292 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:34 2021 Pair time (%) = 0.00110507 (6.39064) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.195786) Outpt time (%) = 0.0160511 (92.8235) Other time (%) = 0.000102043 (0.590117) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:34 2021 Memory usage per processor = 27.5416 Mbytes Step Atoms AVEKE stressZZ 18723 5000 6.3129775e-11 6655921.4 18724 -0.0122199999999933 6655824.09452327 18724 5000 6.3125168e-11 6655824.1 Loop time of 0.017117 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:34 2021 Pair time (%) = 0.00107694 (6.29161) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186645) Outpt time (%) = 0.0158842 (92.7974) Other time (%) = 0.000123978 (0.724295) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:34 2021 Memory usage per processor = 27.5416 Mbytes Step Atoms AVEKE stressZZ 18724 5000 6.3125168e-11 6655791 18725 -0.0122199999999933 6655693.74745486 18725 5000 6.3120561e-11 6655693.7 Loop time of 0.0168481 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:34 2021 Pair time (%) = 0.00111389 (6.61138) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.20236) Outpt time (%) = 0.015522 (92.1292) Other time (%) = 0.000178099 (1.05709) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:25:34 2021 Memory usage per processor = 27.5416 Mbytes Step Atoms AVEKE stressZZ 18725 5000 6.3120561e-11 6655660.7 18726 -0.0122199999999933 6655544.07491568 18726 5000 1.2460958e-10 6655763.1 Loop time of 0.0173059 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:34 2021 Pair time (%) = 0.00118494 (6.84705) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190119) Outpt time (%) = 0.015907 (91.9172) Other time (%) = 0.00018096 (1.04566) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28360 ave 28360 max 28360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28360 Ave neighs/atom = 5.672 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:34 2021 Memory usage per processor = 27.5416 Mbytes Step Atoms AVEKE stressZZ 18726 5000 1.2460958e-10 6716983 18727 -0.0122524999999933 6716854.49339548 18727 5000 1.0028965e-10 6716854.5 Loop time of 0.017257 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:34 2021 Pair time (%) = 0.00111294 (6.44921) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179605) Outpt time (%) = 0.0160189 (92.8255) Other time (%) = 9.41753e-05 (0.545723) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:34 2021 Memory usage per processor = 27.5416 Mbytes Step Atoms AVEKE stressZZ 18727 5000 1.0028965e-10 6716809.9 18728 -0.0122524999999933 6716692.33746136 18728 5000 8.6203894e-11 6716692.3 Loop time of 0.0164859 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:34 2021 Pair time (%) = 0.00115108 (6.98223) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.19379) Outpt time (%) = 0.015187 (92.1211) Other time (%) = 0.000115871 (0.70285) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:34 2021 Memory usage per processor = 27.5416 Mbytes Step Atoms AVEKE stressZZ 18728 5000 8.6203894e-11 6716651.8 18729 -0.0122524999999933 6716541.23277101 18729 5000 7.7804535e-11 6716541.2 Loop time of 0.016885 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:34 2021 Pair time (%) = 0.00123405 (7.30857) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.213214) Outpt time (%) = 0.015502 (91.8089) Other time (%) = 0.00011301 (0.669293) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:34 2021 Memory usage per processor = 27.5416 Mbytes Step Atoms AVEKE stressZZ 18729 5000 7.7804535e-11 6716503.3 18730 -0.0122524999999933 6716397.15377307 18730 5000 7.2688729e-11 6716397.2 Loop time of 0.0194879 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:34 2021 Pair time (%) = 0.00107503 (5.51641) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.159045) Outpt time (%) = 0.018292 (93.8633) Other time (%) = 8.98838e-05 (0.46123) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:34 2021 Memory usage per processor = 27.5417 Mbytes Step Atoms AVEKE stressZZ 18730 5000 7.2688729e-11 6716360.8 18731 -0.0122524999999933 6716257.54219455 18731 5000 6.9526275e-11 6716257.5 Loop time of 0.0171061 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:34 2021 Pair time (%) = 0.00108409 (6.33746) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186765) Outpt time (%) = 0.0158961 (92.9266) Other time (%) = 9.39369e-05 (0.549144) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:34 2021 Memory usage per processor = 27.5417 Mbytes Step Atoms AVEKE stressZZ 18731 5000 6.9526275e-11 6716222.3 18732 -0.0122524999999933 6716120.77222775 18732 5000 6.7551319e-11 6716120.8 Loop time of 0.016474 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:34 2021 Pair time (%) = 0.00107288 (6.51258) Neigh time (%) = 0 (0) Comm time (%) = 6.10352e-05 (0.370494) Outpt time (%) = 0.0151989 (92.2602) Other time (%) = 0.000141144 (0.856767) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:34 2021 Memory usage per processor = 27.5417 Mbytes Step Atoms AVEKE stressZZ 18732 5000 6.7551319e-11 6716086.2 18733 -0.0122524999999933 6715985.81065478 18733 5000 6.6309263e-11 6715985.8 Loop time of 0.0169139 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:34 2021 Pair time (%) = 0.00137401 (8.12354) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.219898) Outpt time (%) = 0.015358 (90.8009) Other time (%) = 0.00014472 (0.855629) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:34 2021 Memory usage per processor = 27.5417 Mbytes Step Atoms AVEKE stressZZ 18733 5000 6.6309263e-11 6715951.6 18734 -0.0122524999999933 6715852.00085412 18734 5000 6.5524179e-11 6715852 Loop time of 0.017556 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:34 2021 Pair time (%) = 0.00107503 (6.12345) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.183337) Outpt time (%) = 0.0163589 (93.1812) Other time (%) = 8.98838e-05 (0.511985) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:34 2021 Memory usage per processor = 27.5417 Mbytes Step Atoms AVEKE stressZZ 18734 5000 6.5524179e-11 6715818.1 18735 -0.0122524999999933 6715718.92553529 18735 5000 6.5025952e-11 6715718.9 Loop time of 0.017329 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:34 2021 Pair time (%) = 0.00109482 (6.31785) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184362) Outpt time (%) = 0.016108 (92.9543) Other time (%) = 9.41753e-05 (0.543456) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:34 2021 Memory usage per processor = 27.5417 Mbytes Step Atoms AVEKE stressZZ 18735 5000 6.5025952e-11 6715685.2 18736 -0.0122524999999933 6715586.31959957 18736 5000 6.4708589e-11 6715586.3 Loop time of 0.0166621 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:34 2021 Pair time (%) = 0.00108409 (6.50631) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.197464) Outpt time (%) = 0.0154011 (92.432) Other time (%) = 0.000144005 (0.864265) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:34 2021 Memory usage per processor = 27.5417 Mbytes Step Atoms AVEKE stressZZ 18736 5000 6.4708589e-11 6715552.7 18737 -0.0122524999999933 6715454.01451111 18737 5000 6.4505585e-11 6715454 Loop time of 0.0173471 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:34 2021 Pair time (%) = 0.00131083 (7.55645) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.196539) Outpt time (%) = 0.0158768 (91.5241) Other time (%) = 0.000125408 (0.722935) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:34 2021 Memory usage per processor = 27.5417 Mbytes Step Atoms AVEKE stressZZ 18737 5000 6.4505585e-11 6715420.4 18738 -0.0122524999999933 6715321.90312932 18738 5000 6.4375023e-11 6715321.9 Loop time of 0.017153 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:34 2021 Pair time (%) = 0.00107193 (6.24922) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186253) Outpt time (%) = 0.0159559 (93.0211) Other time (%) = 9.32217e-05 (0.543471) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:34 2021 Memory usage per processor = 27.5417 Mbytes Step Atoms AVEKE stressZZ 18738 5000 6.4375023e-11 6715288.4 18739 -0.0122524999999933 6715189.91738107 18739 5000 6.4290404e-11 6715189.9 Loop time of 0.016839 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:34 2021 Pair time (%) = 0.00107288 (6.37141) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.189726) Outpt time (%) = 0.0156121 (92.7139) Other time (%) = 0.00012207 (0.724925) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:34 2021 Memory usage per processor = 27.5417 Mbytes Step Atoms AVEKE stressZZ 18739 5000 6.4290404e-11 6715156.4 18740 -0.0122524999999933 6715058.01399895 18740 5000 6.4234943e-11 6715058 Loop time of 0.019309 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:35 2021 Pair time (%) = 0.00111389 (5.76876) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.175335) Outpt time (%) = 0.0180299 (93.3756) Other time (%) = 0.000131369 (0.680348) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:35 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18740 5000 6.4234943e-11 6715024.5 18741 -0.0122524999999933 6714926.16548695 18741 5000 6.4197996e-11 6714926.2 Loop time of 0.0173881 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:35 2021 Pair time (%) = 0.00115108 (6.61996) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.190591) Outpt time (%) = 0.0160861 (92.5121) Other time (%) = 0.000117779 (0.677353) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:35 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18741 5000 6.4197996e-11 6714892.7 18742 -0.0122524999999933 6714794.35437078 18742 5000 6.417281e-11 6714794.4 Loop time of 0.0170431 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:35 2021 Pair time (%) = 0.00107288 (6.29511) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.188853) Outpt time (%) = 0.0158448 (92.9691) Other time (%) = 9.32217e-05 (0.546976) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:35 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18742 5000 6.417281e-11 6714760.9 18743 -0.0122524999999933 6714662.56954427 18743 5000 6.4155095e-11 6714662.6 Loop time of 0.01665 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:35 2021 Pair time (%) = 0.00107598 (6.46238) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191881) Outpt time (%) = 0.0154209 (92.6183) Other time (%) = 0.000121117 (0.727429) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:35 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18743 5000 6.4155095e-11 6714629.1 18744 -0.0122524999999933 6714530.80394895 18744 5000 6.4142127e-11 6714530.8 Loop time of 0.0166929 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:35 2021 Pair time (%) = 0.00123906 (7.4227) Neigh time (%) = 0 (0) Comm time (%) = 4.31538e-05 (0.258516) Outpt time (%) = 0.0152969 (91.6375) Other time (%) = 0.000113726 (0.681283) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:35 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18744 5000 6.4142127e-11 6714497.3 18745 -0.0122524999999933 6714399.05309804 18745 5000 6.4132175e-11 6714399.1 Loop time of 0.01739 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:35 2021 Pair time (%) = 0.00109482 (6.29567) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189199) Outpt time (%) = 0.0161619 (92.9379) Other time (%) = 0.000100374 (0.577195) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:35 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18745 5000 6.4132175e-11 6714365.6 18746 -0.0122524999999933 6714267.31413976 18746 5000 6.4124141e-11 6714267.3 Loop time of 0.017642 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:35 2021 Pair time (%) = 0.00107503 (6.09357) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.181091) Outpt time (%) = 0.0164139 (93.0388) Other time (%) = 0.000121117 (0.686524) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:35 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18746 5000 6.4124141e-11 6714233.9 18747 -0.0122524999999933 6714135.58526101 18747 5000 6.4117325e-11 6714135.6 Loop time of 0.0166891 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:35 2021 Pair time (%) = 0.00107694 (6.45295) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.19286) Outpt time (%) = 0.0154872 (92.7985) Other time (%) = 9.27448e-05 (0.555722) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:35 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18747 5000 6.4117325e-11 6714102.1 18748 -0.0122524999999933 6714003.86530891 18748 5000 6.4111284e-11 6714003.9 Loop time of 0.0175412 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:35 2021 Pair time (%) = 0.00143814 (8.19866) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.199802) Outpt time (%) = 0.0158908 (90.5917) Other time (%) = 0.000177145 (1.00988) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:35 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18748 5000 6.4111284e-11 6713970.4 18749 -0.0122524999999933 6713872.15355033 18749 5000 6.4105734e-11 6713872.2 Loop time of 0.0170751 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:35 2021 Pair time (%) = 0.00112295 (6.57656) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187104) Outpt time (%) = 0.0158272 (92.6918) Other time (%) = 9.29832e-05 (0.544556) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:35 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18749 5000 6.4105734e-11 6713838.7 18750 -0.0122524999999933 6713740.44951885 18750 5000 6.4100498e-11 6713740.4 Loop time of 0.019973 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:35 2021 Pair time (%) = 0.00107193 (5.36688) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.159956) Outpt time (%) = 0.0187461 (93.8572) Other time (%) = 0.000123024 (0.61595) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:35 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18750 5000 6.4100498e-11 6713707 18751 -0.0122524999999933 6713608.7529173 18751 5000 6.4095461e-11 6713608.8 Loop time of 0.016628 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:35 2021 Pair time (%) = 0.00110483 (6.64439) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.203605) Outpt time (%) = 0.0153649 (92.4035) Other time (%) = 0.000124454 (0.748462) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:35 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18751 5000 6.4095461e-11 6713575.3 18752 -0.0122524999999933 6713477.06355661 18752 5000 6.4090551e-11 6713477.1 Loop time of 0.017226 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:35 2021 Pair time (%) = 0.00128007 (7.43104) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191001) Outpt time (%) = 0.0158031 (91.7399) Other time (%) = 0.000109911 (0.638053) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:35 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18752 5000 6.4090551e-11 6713443.6 18753 -0.0122524999999933 6713345.38131584 18753 5000 6.4085722e-11 6713345.4 Loop time of 0.016525 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:35 2021 Pair time (%) = 0.00108004 (6.53576) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.194774) Outpt time (%) = 0.0153201 (92.7082) Other time (%) = 9.27448e-05 (0.561238) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:35 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18753 5000 6.4085722e-11 6713311.9 18754 -0.0122524999999933 6713213.70611795 18754 5000 6.4080944e-11 6713213.7 Loop time of 0.016479 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:35 2021 Pair time (%) = 0.00111389 (6.75945) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.188084) Outpt time (%) = 0.015244 (92.5056) Other time (%) = 9.01222e-05 (0.546891) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:35 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18754 5000 6.4080944e-11 6713180.3 18755 -0.0122524999999933 6713082.03791332 18755 5000 6.4076199e-11 6713082 Loop time of 0.0166471 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:35 2021 Pair time (%) = 0.00107503 (6.45776) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.186185) Outpt time (%) = 0.015451 (92.8147) Other time (%) = 9.01222e-05 (0.541369) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:35 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18755 5000 6.4076199e-11 6713048.6 18756 -0.0122524999999933 6712950.37667007 18756 5000 6.4071475e-11 6712950.4 Loop time of 0.017241 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:35 2021 Pair time (%) = 0.00107789 (6.2519) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185303) Outpt time (%) = 0.0160429 (93.0511) Other time (%) = 8.82149e-05 (0.511657) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:35 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18756 5000 6.4071475e-11 6712916.9 18757 -0.0122524999999933 6712818.72236738 18757 5000 6.4066765e-11 6712818.7 Loop time of 0.017077 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:35 2021 Pair time (%) = 0.00112796 (6.60514) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.188479) Outpt time (%) = 0.0158241 (92.6633) Other time (%) = 9.27448e-05 (0.543099) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:35 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18757 5000 6.4066765e-11 6712785.3 18758 -0.0122524999999933 6712687.07499169 18758 5000 6.4062063e-11 6712687.1 Loop time of 0.0173469 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:35 2021 Pair time (%) = 0.00111413 (6.42266) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191044) Outpt time (%) = 0.016084 (92.7197) Other time (%) = 0.000115633 (0.666593) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:35 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18758 5000 6.4062063e-11 6712653.6 18759 -0.0122524999999933 6712555.43453392 18759 5000 6.4057368e-11 6712555.4 Loop time of 0.0171881 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:35 2021 Pair time (%) = 0.00107503 (6.25451) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180325) Outpt time (%) = 0.0159891 (93.0242) Other time (%) = 9.29832e-05 (0.540975) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:35 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18759 5000 6.4057368e-11 6712522 18760 -0.0122524999999933 6712423.80098786 18760 5000 6.4052676e-11 6712423.8 Loop time of 0.0195811 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:35 2021 Pair time (%) = 0.00107193 (5.47431) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.158288) Outpt time (%) = 0.018384 (93.8864) Other time (%) = 9.41753e-05 (0.480951) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:35 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18760 5000 6.4052676e-11 6712390.4 18761 -0.0122524999999933 6712292.17434926 18761 5000 6.4047987e-11 6712292.2 Loop time of 0.016732 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:35 2021 Pair time (%) = 0.00114608 (6.84963) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.198065) Outpt time (%) = 0.0154119 (92.1102) Other time (%) = 0.000140905 (0.842132) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:35 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18761 5000 6.4047987e-11 6712258.7 18762 -0.0122524999999933 6712160.55461492 18762 5000 6.40433e-11 6712160.6 Loop time of 0.0173399 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:35 2021 Pair time (%) = 0.00149393 (8.61555) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.21312) Outpt time (%) = 0.0156741 (90.3931) Other time (%) = 0.000134945 (0.778232) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:35 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18762 5000 6.40433e-11 6712127.1 18763 -0.0122524999999933 6712028.94178235 18763 5000 6.4038614e-11 6712028.9 Loop time of 0.0171001 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:35 2021 Pair time (%) = 0.00110793 (6.47909) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18683) Outpt time (%) = 0.015867 (92.7889) Other time (%) = 9.32217e-05 (0.545153) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:35 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18763 5000 6.4038614e-11 6711995.5 18764 -0.0122524999999933 6711897.33584975 18764 5000 6.4033929e-11 6711897.3 Loop time of 0.0168731 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:35 2021 Pair time (%) = 0.00116205 (6.887) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.183691) Outpt time (%) = 0.015573 (92.2949) Other time (%) = 0.00010705 (0.634441) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:35 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18764 5000 6.4033929e-11 6711863.9 18765 -0.0122524999999933 6711765.73681544 18765 5000 6.4029245e-11 6711765.7 Loop time of 0.0167859 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:35 2021 Pair time (%) = 0.00119209 (7.10177) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208792) Outpt time (%) = 0.01545 (92.0418) Other time (%) = 0.000108719 (0.647681) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:35 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18765 5000 6.4029245e-11 6711732.3 18766 -0.0122524999999933 6711634.14467812 18766 5000 6.4024562e-11 6711634.1 Loop time of 0.0172839 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:35 2021 Pair time (%) = 0.00125384 (7.25439) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184843) Outpt time (%) = 0.015888 (91.9235) Other time (%) = 0.000110149 (0.637294) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:35 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18766 5000 6.4024562e-11 6711600.7 18767 -0.0122524999999933 6711502.55943642 18767 5000 6.401988e-11 6711502.6 Loop time of 0.0172541 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:35 2021 Pair time (%) = 0.00111604 (6.46824) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185162) Outpt time (%) = 0.0159528 (92.4581) Other time (%) = 0.000153303 (0.888502) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:35 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18767 5000 6.401988e-11 6711469.1 18768 -0.0122524999999933 6711370.98109355 18768 5000 6.4015198e-11 6711371 Loop time of 0.0167298 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:35 2021 Pair time (%) = 0.00107694 (6.43722) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190965) Outpt time (%) = 0.0155261 (92.8046) Other time (%) = 9.48906e-05 (0.567194) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:35 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18768 5000 6.4015198e-11 6711337.5 18769 -0.0122524999999933 6711239.40970563 18769 5000 6.4010517e-11 6711239.4 Loop time of 0.0170801 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:35 2021 Pair time (%) = 0.00129604 (7.58805) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.22753) Outpt time (%) = 0.0156081 (91.3818) Other time (%) = 0.000137091 (0.802635) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:35 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18769 5000 6.4010517e-11 6711206 18770 -0.0122524999999933 6711107.84524968 18770 5000 6.4005836e-11 6711107.8 Loop time of 0.019377 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:35 2021 Pair time (%) = 0.00107288 (5.53689) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.159955) Outpt time (%) = 0.018187 (93.859) Other time (%) = 8.60691e-05 (0.444182) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:35 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18770 5000 6.4005836e-11 6711074.4 18771 -0.0122524999999933 6710976.2877129 18771 5000 6.4001156e-11 6710976.3 Loop time of 0.0170629 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:35 2021 Pair time (%) = 0.00109696 (6.42894) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187237) Outpt time (%) = 0.0158401 (92.8333) Other time (%) = 9.39369e-05 (0.550533) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:35 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18771 5000 6.4001156e-11 6710942.9 18772 -0.0122524999999933 6710844.73708938 18772 5000 6.3996477e-11 6710844.7 Loop time of 0.0167408 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:35 2021 Pair time (%) = 0.00112414 (6.71499) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.185143) Outpt time (%) = 0.015492 (92.5402) Other time (%) = 9.36985e-05 (0.559701) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:35 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18772 5000 6.3996477e-11 6710811.3 18773 -0.0122524999999933 6710713.19337502 18773 5000 6.3991798e-11 6710713.2 Loop time of 0.0173461 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:35 2021 Pair time (%) = 0.00146222 (8.42966) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.213044) Outpt time (%) = 0.015712 (90.5793) Other time (%) = 0.000134945 (0.777953) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:35 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18773 5000 6.3991798e-11 6710679.8 18774 -0.0122524999999933 6710581.65656685 18774 5000 6.3987119e-11 6710581.7 Loop time of 0.017092 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:35 2021 Pair time (%) = 0.00107503 (6.28967) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181339) Outpt time (%) = 0.0158851 (92.9389) Other time (%) = 0.000100851 (0.590049) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:35 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18774 5000 6.3987119e-11 6710548.2 18775 -0.0122524999999933 6710450.12666242 18775 5000 6.3982442e-11 6710450.1 Loop time of 0.0171459 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:35 2021 Pair time (%) = 0.00108004 (6.2991) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191893) Outpt time (%) = 0.0159409 (92.9723) Other time (%) = 9.20296e-05 (0.536745) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:35 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18775 5000 6.3982442e-11 6710416.7 18776 -0.0122524999999933 6710318.60365944 18776 5000 6.3977764e-11 6710318.6 Loop time of 0.0169499 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:35 2021 Pair time (%) = 0.0011332 (6.68561) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.205365) Outpt time (%) = 0.0156779 (92.4957) Other time (%) = 0.000103951 (0.613281) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:35 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18776 5000 6.3977764e-11 6710285.2 18777 -0.0122524999999933 6710187.08755613 18777 5000 6.3973087e-11 6710187.1 Loop time of 0.017477 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:35 2021 Pair time (%) = 0.00118899 (6.80318) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.188257) Outpt time (%) = 0.016156 (92.4411) Other time (%) = 9.91821e-05 (0.5675) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:35 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18777 5000 6.3973087e-11 6710153.7 18778 -0.0122524999999933 6710055.57835065 18778 5000 6.3968411e-11 6710055.6 Loop time of 0.017513 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:35 2021 Pair time (%) = 0.00111103 (6.34402) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182425) Outpt time (%) = 0.0162792 (92.9549) Other time (%) = 9.08375e-05 (0.518685) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:35 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18778 5000 6.3968411e-11 6710022.1 18779 -0.0122524999999933 6709924.07604148 18779 5000 6.3963735e-11 6709924.1 Loop time of 0.0165529 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:35 2021 Pair time (%) = 0.00107098 (6.47001) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193006) Outpt time (%) = 0.015357 (92.7752) Other time (%) = 9.29832e-05 (0.561733) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:35 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18779 5000 6.3963735e-11 6709890.6 18780 -0.0122524999999933 6709792.58062698 18780 5000 6.395906e-11 6709792.6 Loop time of 0.019592 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:35 2021 Pair time (%) = 0.00128102 (6.53848) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.183754) Outpt time (%) = 0.0181601 (92.6912) Other time (%) = 0.000114918 (0.586553) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:35 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18780 5000 6.395906e-11 6709759.2 18781 -0.0122524999999933 6709661.09210575 18781 5000 6.3954386e-11 6709661.1 Loop time of 0.017345 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:35 2021 Pair time (%) = 0.001194 (6.88385) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184192) Outpt time (%) = 0.0159891 (92.1828) Other time (%) = 0.000129938 (0.749141) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:35 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18781 5000 6.3954386e-11 6709627.7 18782 -0.0122524999999933 6709529.61047643 18782 5000 6.3949711e-11 6709529.6 Loop time of 0.0172129 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:35 2021 Pair time (%) = 0.00107789 (6.26212) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185606) Outpt time (%) = 0.01601 (93.0121) Other time (%) = 9.29832e-05 (0.540196) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:35 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18782 5000 6.3949711e-11 6709496.2 18783 -0.0122524999999933 6709398.1357377 18783 5000 6.3945038e-11 6709398.1 Loop time of 0.0166039 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:36 2021 Pair time (%) = 0.00107789 (6.49177) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.199592) Outpt time (%) = 0.0154009 (92.7544) Other time (%) = 9.20296e-05 (0.554263) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:36 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18783 5000 6.3945038e-11 6709364.7 18784 -0.0122524999999933 6709266.66788826 18784 5000 6.3940365e-11 6709266.7 Loop time of 0.0174711 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:36 2021 Pair time (%) = 0.00138998 (7.95589) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.21152) Outpt time (%) = 0.0159221 (91.1339) Other time (%) = 0.00012207 (0.698699) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:36 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18784 5000 6.3940365e-11 6709233.2 18785 -0.0122524999999933 6709135.20692696 18785 5000 6.3935692e-11 6709135.2 Loop time of 0.0174429 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:36 2021 Pair time (%) = 0.00111699 (6.40369) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.17769) Outpt time (%) = 0.016201 (92.8801) Other time (%) = 9.39369e-05 (0.538538) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:36 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18785 5000 6.3935692e-11 6709101.8 18786 -0.0122524999999933 6709003.75285247 18786 5000 6.393102e-11 6709003.8 Loop time of 0.0176229 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:36 2021 Pair time (%) = 0.00107384 (6.0934) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.175875) Outpt time (%) = 0.0164249 (93.2017) Other time (%) = 9.32217e-05 (0.528979) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:36 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18786 5000 6.393102e-11 6708970.3 18787 -0.0122524999999933 6708872.30566369 18787 5000 6.3926349e-11 6708872.3 Loop time of 0.0168099 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:36 2021 Pair time (%) = 0.00117612 (6.99657) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.197146) Outpt time (%) = 0.015497 (92.1893) Other time (%) = 0.000103712 (0.616969) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:36 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18787 5000 6.3926349e-11 6708838.9 18788 -0.0122524999999933 6708740.86534698 18788 5000 6.3921678e-11 6708740.9 Loop time of 0.0173159 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:36 2021 Pair time (%) = 0.00131893 (7.6169) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.276753) Outpt time (%) = 0.015789 (91.1825) Other time (%) = 0.000159979 (0.923886) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:36 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18788 5000 6.3921678e-11 6708707.4 18789 -0.0122524999999933 6708609.43189745 18789 5000 6.3917007e-11 6708609.4 Loop time of 0.0173161 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:36 2021 Pair time (%) = 0.00107598 (6.21377) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.178992) Outpt time (%) = 0.0161152 (93.0648) Other time (%) = 9.39369e-05 (0.542483) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:36 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18789 5000 6.3917007e-11 6708576 18790 -0.0122524999999933 6708478.00532898 18790 5000 6.3912337e-11 6708478 Loop time of 0.0192449 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:36 2021 Pair time (%) = 0.00113893 (5.91806) Neigh time (%) = 0 (0) Comm time (%) = 3.12328e-05 (0.162291) Outpt time (%) = 0.0179429 (93.2346) Other time (%) = 0.000131845 (0.685093) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:36 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18790 5000 6.3912337e-11 6708444.6 18791 -0.0122524999999933 6708346.58564043 18791 5000 6.3907668e-11 6708346.6 Loop time of 0.016686 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:36 2021 Pair time (%) = 0.00113487 (6.80136) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.202898) Outpt time (%) = 0.0153868 (92.2142) Other time (%) = 0.000130415 (0.781585) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:36 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18791 5000 6.3907668e-11 6708313.2 18792 -0.0122524999999933 6708215.17283093 18792 5000 6.3902999e-11 6708215.2 Loop time of 0.017292 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:36 2021 Pair time (%) = 0.00123596 (7.14758) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190271) Outpt time (%) = 0.015873 (91.7935) Other time (%) = 0.000150204 (0.86863) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:36 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18792 5000 6.3902999e-11 6708181.8 18793 -0.0122524999999933 6708083.76689939 18793 5000 6.3898331e-11 6708083.8 Loop time of 0.017144 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:36 2021 Pair time (%) = 0.00107503 (6.2706) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180789) Outpt time (%) = 0.015945 (93.0062) Other time (%) = 9.29832e-05 (0.542367) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:36 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18793 5000 6.3898331e-11 6708050.3 18794 -0.0122524999999933 6707952.36784479 18794 5000 6.3893663e-11 6707952.4 Loop time of 0.0164611 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:36 2021 Pair time (%) = 0.00107312 (6.51913) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194082) Outpt time (%) = 0.0152631 (92.7219) Other time (%) = 9.29832e-05 (0.564865) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:36 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18794 5000 6.3893663e-11 6707919 18795 -0.0122524999999933 6707820.97566618 18795 5000 6.3888996e-11 6707821 Loop time of 0.0171599 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:36 2021 Pair time (%) = 0.00129509 (7.54717) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.20424) Outpt time (%) = 0.0156419 (91.1537) Other time (%) = 0.000187874 (1.09484) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:36 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18795 5000 6.3888996e-11 6707787.6 18796 -0.0122524999999933 6707689.5903626 18796 5000 6.3884329e-11 6707689.6 Loop time of 0.0172532 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:36 2021 Pair time (%) = 0.00111413 (6.45754) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185172) Outpt time (%) = 0.0160141 (92.8184) Other time (%) = 9.29832e-05 (0.538935) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:36 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18796 5000 6.3884329e-11 6707656.2 18797 -0.0122524999999933 6707558.21193306 18797 5000 6.3879663e-11 6707558.2 Loop time of 0.0164769 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:36 2021 Pair time (%) = 0.00108886 (6.6084) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.188109) Outpt time (%) = 0.0152628 (92.6319) Other time (%) = 9.41753e-05 (0.571561) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:36 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18797 5000 6.3879663e-11 6707524.8 18798 -0.0122524999999933 6707426.84037654 18798 5000 6.3874997e-11 6707426.8 Loop time of 0.0162761 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:36 2021 Pair time (%) = 0.00107408 (6.59909) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.203612) Outpt time (%) = 0.0150809 (92.6568) Other time (%) = 8.79765e-05 (0.540525) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:36 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18798 5000 6.3874997e-11 6707393.4 18799 -0.0122524999999933 6707295.47569233 18799 5000 6.3870332e-11 6707295.5 Loop time of 0.0165279 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:36 2021 Pair time (%) = 0.00107408 (6.49856) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.194741) Outpt time (%) = 0.0153339 (92.7758) Other time (%) = 8.7738e-05 (0.530848) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:36 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18799 5000 6.3870332e-11 6707262.1 18800 -0.0122524999999933 6707164.11787914 18800 5000 6.3865668e-11 6707164.1 Loop time of 0.019351 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:36 2021 Pair time (%) = 0.00108099 (5.58622) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.16017) Outpt time (%) = 0.0181561 (93.8248) Other time (%) = 8.29697e-05 (0.428762) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:36 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18800 5000 6.3865668e-11 6707130.7 18801 -0.0122524999999933 6707032.76693632 18801 5000 6.3861004e-11 6707032.8 Loop time of 0.017261 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:36 2021 Pair time (%) = 0.0011251 (6.51814) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197519) Outpt time (%) = 0.015995 (92.6655) Other time (%) = 0.000106812 (0.618802) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:36 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18801 5000 6.3861004e-11 6706999.4 18802 -0.0122524999999933 6706901.42286269 18802 5000 6.385634e-11 6706901.4 Loop time of 0.0176179 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:36 2021 Pair time (%) = 0.00133109 (7.55531) Neigh time (%) = 0 (0) Comm time (%) = 9.29832e-05 (0.527776) Outpt time (%) = 0.0160952 (91.3567) Other time (%) = 9.87053e-05 (0.560254) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:36 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18802 5000 6.385634e-11 6706868 18803 -0.0122524999999933 6706770.08565765 18803 5000 6.3851677e-11 6706770.1 Loop time of 0.017406 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:36 2021 Pair time (%) = 0.00107408 (6.17073) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.190395) Outpt time (%) = 0.0162029 (93.0882) Other time (%) = 9.58443e-05 (0.55064) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:36 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18803 5000 6.3851677e-11 6706736.7 18804 -0.0122524999999933 6706638.75531995 18804 5000 6.3847015e-11 6706638.8 Loop time of 0.0165319 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:36 2021 Pair time (%) = 0.00107288 (6.48976) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.194693) Outpt time (%) = 0.015337 (92.7718) Other time (%) = 8.98838e-05 (0.543698) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:36 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18804 5000 6.3847015e-11 6706605.3 18805 -0.0122524999999933 6706507.43184899 18805 5000 6.3842353e-11 6706507.4 Loop time of 0.0170259 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:36 2021 Pair time (%) = 0.00127292 (7.47633) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.224052) Outpt time (%) = 0.0155699 (91.4482) Other time (%) = 0.000144958 (0.851398) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:36 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18805 5000 6.3842353e-11 6706474 18806 -0.0122524999999933 6706376.11524372 18806 5000 6.3837691e-11 6706376.1 Loop time of 0.0173352 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:36 2021 Pair time (%) = 0.00112796 (6.50676) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184296) Outpt time (%) = 0.0160811 (92.7657) Other time (%) = 9.41753e-05 (0.543261) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:36 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18806 5000 6.3837691e-11 6706342.7 18807 -0.0122524999999933 6706244.80550319 18807 5000 6.3833031e-11 6706244.8 Loop time of 0.0172679 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:36 2021 Pair time (%) = 0.00107789 (6.24215) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185014) Outpt time (%) = 0.0160038 (92.6795) Other time (%) = 0.000154257 (0.893313) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:36 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18807 5000 6.3833031e-11 6706211.4 18808 -0.0122524999999933 6706113.50262657 18808 5000 6.382837e-11 6706113.5 Loop time of 0.016778 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:36 2021 Pair time (%) = 0.00109482 (6.52532) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.196101) Outpt time (%) = 0.0155058 (92.4174) Other time (%) = 0.000144482 (0.861138) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:36 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18808 5000 6.382837e-11 6706080.1 18809 -0.0122524999999933 6705982.206613 18809 5000 6.382371e-11 6705982.2 Loop time of 0.0176821 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:36 2021 Pair time (%) = 0.00149488 (8.45424) Neigh time (%) = 0 (0) Comm time (%) = 5.72205e-05 (0.323607) Outpt time (%) = 0.0159161 (90.0127) Other time (%) = 0.000213861 (1.20948) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:36 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18809 5000 6.382371e-11 6705948.8 18810 -0.0122524999999933 6705850.9174615 18810 5000 6.3819051e-11 6705850.9 Loop time of 0.019757 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:36 2021 Pair time (%) = 0.00113416 (5.74052) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.172566) Outpt time (%) = 0.0184889 (93.5813) Other time (%) = 9.98974e-05 (0.50563) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:36 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18810 5000 6.3819051e-11 6705817.5 18811 -0.0122524999999933 6705719.63517143 18811 5000 6.3814392e-11 6705719.6 Loop time of 0.0176148 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:36 2021 Pair time (%) = 0.00117302 (6.65927) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.186784) Outpt time (%) = 0.016304 (92.5584) Other time (%) = 0.000104904 (0.595544) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:36 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18811 5000 6.3814392e-11 6705686.2 18812 -0.0122524999999933 6705588.35974159 18812 5000 6.3809734e-11 6705588.4 Loop time of 0.0166972 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:36 2021 Pair time (%) = 0.00111413 (6.67257) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.198478) Outpt time (%) = 0.0154049 (92.2608) Other time (%) = 0.000144958 (0.868162) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:36 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18812 5000 6.3809734e-11 6705555 18813 -0.0122524999999933 6705457.09117536 18813 5000 6.3805077e-11 6705457.1 Loop time of 0.0173008 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:36 2021 Pair time (%) = 0.00119996 (6.93585) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190174) Outpt time (%) = 0.0159609 (92.2552) Other time (%) = 0.00010705 (0.618756) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:36 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18813 5000 6.3805077e-11 6705423.7 18814 -0.0122524999999933 6705325.82947235 18814 5000 6.3800419e-11 6705325.8 Loop time of 0.017446 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:36 2021 Pair time (%) = 0.00117493 (6.73463) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.188592) Outpt time (%) = 0.01614 (92.5137) Other time (%) = 9.82285e-05 (0.563042) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:36 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18814 5000 6.3800419e-11 6705292.4 18815 -0.0122524999999933 6705194.57464448 18815 5000 6.3795763e-11 6705194.6 Loop time of 0.016783 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:36 2021 Pair time (%) = 0.00111985 (6.67254) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.19036) Outpt time (%) = 0.0155389 (92.5873) Other time (%) = 9.2268e-05 (0.549771) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:36 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18815 5000 6.3795763e-11 6705161.2 18816 -0.0122524999999933 6705063.32678451 18816 5000 6.3791107e-11 6705063.3 Loop time of 0.016654 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:36 2021 Pair time (%) = 0.00111294 (6.6827) Neigh time (%) = 0 (0) Comm time (%) = 4.81606e-05 (0.289183) Outpt time (%) = 0.0153451 (92.1405) Other time (%) = 0.00014782 (0.887591) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:36 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18816 5000 6.3791107e-11 6705029.9 18817 -0.0122524999999933 6704932.08584608 18817 5000 6.3786451e-11 6704932.1 Loop time of 0.0174901 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:36 2021 Pair time (%) = 0.00121784 (6.96302) Neigh time (%) = 0 (0) Comm time (%) = 6.19888e-05 (0.354421) Outpt time (%) = 0.0160749 (91.9083) Other time (%) = 0.000135422 (0.774274) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:36 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18817 5000 6.3786451e-11 6704898.7 18818 -0.0122524999999933 6704800.85181072 18818 5000 6.3781796e-11 6704800.9 Loop time of 0.0172501 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:36 2021 Pair time (%) = 0.00111914 (6.48773) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185206) Outpt time (%) = 0.0159831 (92.6554) Other time (%) = 0.000115871 (0.671716) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:36 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18818 5000 6.3781796e-11 6704767.5 18819 -0.0122524999999933 6704669.62466945 18819 5000 6.3777142e-11 6704669.6 Loop time of 0.0165529 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:36 2021 Pair time (%) = 0.00111318 (6.72495) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.187244) Outpt time (%) = 0.0152841 (92.3345) Other time (%) = 0.000124693 (0.753298) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:36 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18819 5000 6.3777142e-11 6704636.2 18820 -0.0122524999999933 6704538.40441652 18820 5000 6.3772488e-11 6704538.4 Loop time of 0.0197101 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:36 2021 Pair time (%) = 0.00132203 (6.70739) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.182654) Outpt time (%) = 0.0181789 (92.2318) Other time (%) = 0.000173092 (0.87819) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:36 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18820 5000 6.3772488e-11 6704505 18821 -0.0122524999999933 6704407.19104756 18821 5000 6.3767834e-11 6704407.2 Loop time of 0.0173199 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:36 2021 Pair time (%) = 0.00124192 (7.17049) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189965) Outpt time (%) = 0.015945 (92.0614) Other time (%) = 0.000100136 (0.578154) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:36 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18821 5000 6.3767834e-11 6704373.8 18822 -0.0122524999999933 6704275.98455911 18822 5000 6.3763181e-11 6704276 Loop time of 0.017488 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:36 2021 Pair time (%) = 0.00112891 (6.45535) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.184049) Outpt time (%) = 0.0162339 (92.8289) Other time (%) = 9.29832e-05 (0.531697) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:36 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18822 5000 6.3763181e-11 6704242.6 18823 -0.0122524999999933 6704144.78493622 18823 5000 6.3758529e-11 6704144.8 Loop time of 0.0165019 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:36 2021 Pair time (%) = 0.00107813 (6.53336) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193602) Outpt time (%) = 0.0152991 (92.711) Other time (%) = 9.27448e-05 (0.562025) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:36 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18823 5000 6.3758529e-11 6704111.4 18824 -0.0122524999999933 6704013.59217477 18824 5000 6.3753877e-11 6704013.6 Loop time of 0.017138 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:36 2021 Pair time (%) = 0.00128698 (7.50953) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.215631) Outpt time (%) = 0.015681 (91.4986) Other time (%) = 0.000133038 (0.776272) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:36 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18824 5000 6.3753877e-11 6703980.2 18825 -0.0122524999999933 6703882.40628368 18825 5000 6.3749226e-11 6703882.4 Loop time of 0.017451 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:36 2021 Pair time (%) = 0.00123787 (7.09338) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.195369) Outpt time (%) = 0.0160739 (92.1088) Other time (%) = 0.000105143 (0.6025) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:36 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18825 5000 6.3749226e-11 6703849 18826 -0.0122524999999933 6703751.22726116 18826 5000 6.3744575e-11 6703751.2 Loop time of 0.0171359 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:37 2021 Pair time (%) = 0.00111008 (6.47809) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18644) Outpt time (%) = 0.0158999 (92.7873) Other time (%) = 9.39369e-05 (0.548189) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:25:37 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18826 5000 6.3744575e-11 6703717.8 18827 -0.0122524999999933 6703600.62930735 18827 5000 1.2583974e-10 6703821.2 Loop time of 0.0164928 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:37 2021 Pair time (%) = 0.00115395 (6.99665) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.200937) Outpt time (%) = 0.0151598 (91.9177) Other time (%) = 0.000145912 (0.8847) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:37 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18827 5000 1.2583974e-10 6765230.3 18828 -0.0122849999999933 6765101.07761156 18828 5000 1.0127832e-10 6765101.1 Loop time of 0.0172281 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:37 2021 Pair time (%) = 0.001261 (7.3194) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192361) Outpt time (%) = 0.0157471 (91.4033) Other time (%) = 0.00018692 (1.08497) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:37 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18828 5000 1.0127832e-10 6765056 18829 -0.0122849999999933 6764937.87239581 18829 5000 8.7052805e-11 6764937.9 Loop time of 0.0169921 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:37 2021 Pair time (%) = 0.00107408 (6.32103) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188017) Outpt time (%) = 0.015799 (92.9788) Other time (%) = 8.70228e-05 (0.512137) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:37 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18829 5000 8.7052805e-11 6764896.9 18830 -0.0122849999999933 6764785.79589808 18830 5000 7.8570157e-11 6764785.8 Loop time of 0.0193179 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:37 2021 Pair time (%) = 0.00111294 (5.76118) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.165381) Outpt time (%) = 0.018079 (93.5872) Other time (%) = 9.39369e-05 (0.48627) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:37 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18830 5000 7.8570157e-11 6764747.4 18831 -0.0122849999999933 6764640.79434289 18831 5000 7.3403645e-11 6764640.8 Loop time of 0.0165381 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:37 2021 Pair time (%) = 0.00109196 (6.60266) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.206153) Outpt time (%) = 0.0152781 (92.381) Other time (%) = 0.000133991 (0.810195) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:37 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18831 5000 7.3403645e-11 6764604.1 18832 -0.0122849999999933 6764500.29152134 18832 5000 7.0209855e-11 6764500.3 Loop time of 0.0169618 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:37 2021 Pair time (%) = 0.00115705 (6.82147) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.195381) Outpt time (%) = 0.0156651 (92.3548) Other time (%) = 0.000106573 (0.628312) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:37 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18832 5000 7.0209855e-11 6764464.7 18833 -0.0122849999999933 6764362.65022738 18833 5000 6.8215334e-11 6764362.7 Loop time of 0.0170569 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:37 2021 Pair time (%) = 0.00107312 (6.29141) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187303) Outpt time (%) = 0.015861 (92.9887) Other time (%) = 9.08375e-05 (0.532554) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:37 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18833 5000 6.8215334e-11 6764327.7 18834 -0.0122849999999933 6764226.82999921 18834 5000 6.6960976e-11 6764226.8 Loop time of 0.0169699 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:37 2021 Pair time (%) = 0.00107598 (6.34053) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188263) Outpt time (%) = 0.0157709 (92.9345) Other time (%) = 9.10759e-05 (0.53669) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:37 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18834 5000 6.6960976e-11 6764192.3 18835 -0.0122849999999933 6764092.16961204 18835 5000 6.6168118e-11 6764092.2 Loop time of 0.0170779 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:37 2021 Pair time (%) = 0.00129509 (7.58341) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.22337) Outpt time (%) = 0.0156069 (91.3863) Other time (%) = 0.000137806 (0.806924) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:37 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18835 5000 6.6168118e-11 6764057.9 18836 -0.0122849999999933 6763958.24884999 18836 5000 6.5664958e-11 6763958.2 Loop time of 0.017251 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:37 2021 Pair time (%) = 0.00107813 (6.24965) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185195) Outpt time (%) = 0.0160501 (93.0386) Other time (%) = 9.08375e-05 (0.526563) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:37 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18836 5000 6.5664958e-11 6763924.2 18837 -0.0122849999999933 6763824.80066066 18837 5000 6.5344453e-11 6763824.8 Loop time of 0.0171421 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:37 2021 Pair time (%) = 0.00110602 (6.45211) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180809) Outpt time (%) = 0.0159118 (92.8233) Other time (%) = 9.32217e-05 (0.543818) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:37 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18837 5000 6.5344453e-11 6763790.8 18838 -0.0122849999999933 6763691.65532909 18838 5000 6.5139441e-11 6763691.7 Loop time of 0.0167961 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:37 2021 Pair time (%) = 0.00113106 (6.73404) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.202987) Outpt time (%) = 0.015528 (92.4498) Other time (%) = 0.000102997 (0.613218) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:37 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18838 5000 6.5139441e-11 6763657.7 18839 -0.0122849999999933 6763558.70499926 18839 5000 6.5007588e-11 6763558.7 Loop time of 0.017379 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:37 2021 Pair time (%) = 0.0011549 (6.64536) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.19069) Outpt time (%) = 0.016017 (92.1625) Other time (%) = 0.000174046 (1.00147) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:37 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18839 5000 6.5007588e-11 6763524.8 18840 -0.0122849999999933 6763425.8811268 18840 5000 6.4922132e-11 6763425.9 Loop time of 0.0197411 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:37 2021 Pair time (%) = 0.00109887 (5.56643) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.172705) Outpt time (%) = 0.0185091 (93.7597) Other time (%) = 9.89437e-05 (0.501208) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:37 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18840 5000 6.4922132e-11 6763392 18841 -0.0122849999999933 6763293.14015098 18841 5000 6.4866123e-11 6763293.1 Loop time of 0.016876 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:37 2021 Pair time (%) = 0.0010891 (6.45353) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.189311) Outpt time (%) = 0.015662 (92.8062) Other time (%) = 9.29832e-05 (0.55098) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:37 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18841 5000 6.4866123e-11 6763259.3 18842 -0.0122849999999933 6763160.45438812 18842 5000 6.4828813e-11 6763160.5 Loop time of 0.0162621 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:37 2021 Pair time (%) = 0.00107408 (6.6048) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.196458) Outpt time (%) = 0.0150671 (92.6519) Other time (%) = 8.89301e-05 (0.546857) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:37 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18842 5000 6.4828813e-11 6763126.6 18843 -0.0122849999999933 6763027.8062444 18843 5000 6.4803379e-11 6763027.8 Loop time of 0.016367 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:37 2021 Pair time (%) = 0.00107408 (6.56246) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.189372) Outpt time (%) = 0.0151739 (92.7106) Other time (%) = 8.79765e-05 (0.537525) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:37 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18843 5000 6.4803379e-11 6762994 18844 -0.0122849999999933 6762895.18453883 18844 5000 6.4785491e-11 6762895.2 Loop time of 0.01634 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:37 2021 Pair time (%) = 0.00107598 (6.58496) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.195521) Outpt time (%) = 0.0151451 (92.6869) Other time (%) = 8.70228e-05 (0.532575) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:37 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18844 5000 6.4785491e-11 6762861.4 18845 -0.0122849999999933 6762762.58216501 18845 5000 6.4772396e-11 6762762.6 Loop time of 0.017514 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:37 2021 Pair time (%) = 0.00132012 (7.53754) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.205557) Outpt time (%) = 0.0160391 (91.579) Other time (%) = 0.000118732 (0.677929) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:37 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18845 5000 6.4772396e-11 6762728.8 18846 -0.0122849999999933 6762629.99460681 18846 5000 6.4762348e-11 6762630 Loop time of 0.0173218 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:37 2021 Pair time (%) = 0.00109601 (6.32734) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189944) Outpt time (%) = 0.0160339 (92.5647) Other time (%) = 0.000159025 (0.918063) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:37 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18846 5000 6.4762348e-11 6762596.2 18847 -0.0122849999999933 6762497.4189936 18847 5000 6.4754236e-11 6762497.4 Loop time of 0.0167291 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:37 2021 Pair time (%) = 0.00117397 (7.01754) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.196674) Outpt time (%) = 0.0154181 (92.163) Other time (%) = 0.000104189 (0.6228) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:37 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18847 5000 6.4754236e-11 6762463.6 18848 -0.0122849999999933 6762364.85350112 18848 5000 6.4747354e-11 6762364.9 Loop time of 0.0166922 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:37 2021 Pair time (%) = 0.00117588 (7.04451) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.202822) Outpt time (%) = 0.015337 (91.8814) Other time (%) = 0.000145435 (0.871279) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:37 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18848 5000 6.4747354e-11 6762331.1 18849 -0.0122849999999933 6762232.29696935 18849 5000 6.4741255e-11 6762232.3 Loop time of 0.0174711 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:37 2021 Pair time (%) = 0.00128603 (7.36091) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.184227) Outpt time (%) = 0.0160611 (91.9295) Other time (%) = 9.17912e-05 (0.525389) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:37 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18849 5000 6.4741255e-11 6762198.5 18850 -0.0122849999999933 6762099.74866101 18850 5000 6.4735653e-11 6762099.7 Loop time of 0.0193229 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:37 2021 Pair time (%) = 0.00107408 (5.55857) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.165338) Outpt time (%) = 0.018126 (93.806) Other time (%) = 9.08375e-05 (0.470103) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:37 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18850 5000 6.4735653e-11 6762066 18851 -0.0122849999999933 6761967.20810715 18851 5000 6.4730367e-11 6761967.2 Loop time of 0.0168471 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:37 2021 Pair time (%) = 0.00119114 (7.07028) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208033) Outpt time (%) = 0.0155201 (92.1231) Other time (%) = 0.000100851 (0.598624) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:37 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18851 5000 6.4730367e-11 6761933.4 18852 -0.0122849999999933 6761834.67500963 18852 5000 6.4725282e-11 6761834.7 Loop time of 0.0167751 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:37 2021 Pair time (%) = 0.00125098 (7.45736) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.207504) Outpt time (%) = 0.0153801 (91.6842) Other time (%) = 0.000109196 (0.650938) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:37 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18852 5000 6.4725282e-11 6761800.9 18853 -0.0122849999999933 6761702.14917842 18853 5000 6.4720325e-11 6761702.1 Loop time of 0.0173531 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:37 2021 Pair time (%) = 0.00120115 (6.92185) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184106) Outpt time (%) = 0.0160301 (92.3761) Other time (%) = 8.98838e-05 (0.517971) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:37 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18853 5000 6.4720325e-11 6761668.4 18854 -0.0122849999999933 6761569.63049264 18854 5000 6.471545e-11 6761569.6 Loop time of 0.0170829 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:37 2021 Pair time (%) = 0.00107312 (6.28184) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187018) Outpt time (%) = 0.0158851 (92.9882) Other time (%) = 9.27448e-05 (0.542909) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:37 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18854 5000 6.471545e-11 6761535.8 18855 -0.0122849999999933 6761437.11887513 18855 5000 6.4710626e-11 6761437.1 Loop time of 0.016674 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:37 2021 Pair time (%) = 0.00107288 (6.43445) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.193034) Outpt time (%) = 0.015475 (92.8091) Other time (%) = 9.39369e-05 (0.563372) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:37 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18855 5000 6.4710626e-11 6761403.3 18856 -0.0122849999999933 6761304.61427652 18856 5000 6.4705836e-11 6761304.6 Loop time of 0.0171368 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:37 2021 Pair time (%) = 0.00131392 (7.66726) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.210081) Outpt time (%) = 0.0156291 (91.2016) Other time (%) = 0.000157833 (0.921018) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:37 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18856 5000 6.4705836e-11 6761270.8 18857 -0.0122849999999933 6761172.11666528 18857 5000 6.4701067e-11 6761172.1 Loop time of 0.0175991 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:37 2021 Pair time (%) = 0.00118589 (6.73838) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.186951) Outpt time (%) = 0.016216 (92.1413) Other time (%) = 0.00016427 (0.933402) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:37 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18857 5000 6.4701067e-11 6761138.3 18858 -0.0122849999999933 6761039.62602099 18858 5000 6.4696312e-11 6761039.6 Loop time of 0.016907 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:37 2021 Pair time (%) = 0.00107598 (6.36414) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.190374) Outpt time (%) = 0.0157051 (92.8913) Other time (%) = 9.36985e-05 (0.5542) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:37 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18858 5000 6.4696312e-11 6761005.8 18859 -0.0122849999999933 6760907.14233027 18859 5000 6.4691566e-11 6760907.1 Loop time of 0.0165761 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:37 2021 Pair time (%) = 0.0010941 (6.6005) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.205681) Outpt time (%) = 0.015347 (92.5854) Other time (%) = 0.000100851 (0.608414) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:37 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18859 5000 6.4691566e-11 6760873.4 18860 -0.0122849999999933 6760774.66558449 18860 5000 6.4686826e-11 6760774.7 Loop time of 0.0197389 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:37 2021 Pair time (%) = 0.00117302 (5.94267) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.163061) Outpt time (%) = 0.0184381 (93.4099) Other time (%) = 9.56059e-05 (0.484352) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:37 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18860 5000 6.4686826e-11 6760740.9 18861 -0.0122849999999933 6760642.1957779 18861 5000 6.468209e-11 6760642.2 Loop time of 0.0172758 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:37 2021 Pair time (%) = 0.00107598 (6.22826) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18493) Outpt time (%) = 0.0160758 (93.0541) Other time (%) = 9.20296e-05 (0.532708) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:37 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18861 5000 6.468209e-11 6760608.4 18862 -0.0122849999999933 6760509.73290637 18862 5000 6.4677356e-11 6760509.7 Loop time of 0.0172501 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:37 2021 Pair time (%) = 0.00107503 (6.23203) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185206) Outpt time (%) = 0.0160282 (92.9166) Other time (%) = 0.000114918 (0.666188) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:37 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18862 5000 6.4677356e-11 6760476 18863 -0.0122849999999933 6760377.27696714 18863 5000 6.4672625e-11 6760377.3 Loop time of 0.016773 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:37 2021 Pair time (%) = 0.00114799 (6.84425) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.203266) Outpt time (%) = 0.0154891 (92.3455) Other time (%) = 0.000101805 (0.606957) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:37 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18863 5000 6.4672625e-11 6760343.5 18864 -0.0122849999999933 6760244.82795799 18864 5000 6.4667895e-11 6760244.8 Loop time of 0.0174799 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:37 2021 Pair time (%) = 0.00113797 (6.51018) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.18959) Outpt time (%) = 0.0161738 (92.5282) Other time (%) = 0.000134945 (0.772001) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:37 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18864 5000 6.4667895e-11 6760211.1 18865 -0.0122849999999933 6760112.38587756 18865 5000 6.4663165e-11 6760112.4 Loop time of 0.0173681 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:37 2021 Pair time (%) = 0.00107288 (6.17733) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183947) Outpt time (%) = 0.0161641 (93.0677) Other time (%) = 9.91821e-05 (0.57106) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:37 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18865 5000 6.4663165e-11 6760078.6 18866 -0.0122849999999933 6759979.95072438 18866 5000 6.4658437e-11 6759980 Loop time of 0.0166302 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:37 2021 Pair time (%) = 0.00107312 (6.45286) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192109) Outpt time (%) = 0.0154381 (92.8317) Other time (%) = 8.70228e-05 (0.523282) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:37 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18866 5000 6.4658437e-11 6759946.2 18867 -0.0122849999999933 6759847.52249728 18867 5000 6.465371e-11 6759847.5 Loop time of 0.0170221 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:37 2021 Pair time (%) = 0.00122094 (7.17267) Neigh time (%) = 0 (0) Comm time (%) = 4.19617e-05 (0.246512) Outpt time (%) = 0.01565 (91.9393) Other time (%) = 0.000109196 (0.641493) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:37 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18867 5000 6.465371e-11 6759813.7 18868 -0.0122849999999933 6759715.1011954 18868 5000 6.4648983e-11 6759715.1 Loop time of 0.0175478 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:37 2021 Pair time (%) = 0.00107813 (6.14394) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182063) Outpt time (%) = 0.0163438 (93.1387) Other time (%) = 9.39369e-05 (0.535319) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:37 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18868 5000 6.4648983e-11 6759681.3 18869 -0.0122849999999933 6759582.68681773 18869 5000 6.4644257e-11 6759582.7 Loop time of 0.017272 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:38 2021 Pair time (%) = 0.00107288 (6.21169) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18497) Outpt time (%) = 0.0160739 (93.0636) Other time (%) = 9.32217e-05 (0.539727) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:38 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18869 5000 6.4644257e-11 6759548.9 18870 -0.0122849999999933 6759450.27936346 18870 5000 6.4639531e-11 6759450.3 Loop time of 0.0192659 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:38 2021 Pair time (%) = 0.00107908 (5.601) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.170777) Outpt time (%) = 0.018054 (93.7097) Other time (%) = 9.98974e-05 (0.518519) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:38 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18870 5000 6.4639531e-11 6759416.5 18871 -0.0122849999999933 6759317.87883162 18871 5000 6.4634806e-11 6759317.9 Loop time of 0.0168278 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:38 2021 Pair time (%) = 0.00124788 (7.41559) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.213939) Outpt time (%) = 0.0154328 (91.7102) Other time (%) = 0.000111103 (0.660234) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:38 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18871 5000 6.4634806e-11 6759284.1 18872 -0.0122849999999933 6759185.48522157 18872 5000 6.4630082e-11 6759185.5 Loop time of 0.0174639 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:38 2021 Pair time (%) = 0.00107694 (6.16664) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.184303) Outpt time (%) = 0.016263 (93.1235) Other time (%) = 9.17912e-05 (0.525604) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:38 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18872 5000 6.4630082e-11 6759151.7 18873 -0.0122849999999933 6759053.09853244 18873 5000 6.4625358e-11 6759053.1 Loop time of 0.0171449 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:38 2021 Pair time (%) = 0.00107694 (6.28138) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186341) Outpt time (%) = 0.0159428 (92.9886) Other time (%) = 9.32217e-05 (0.543728) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:38 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18873 5000 6.4625358e-11 6759019.3 18874 -0.0122849999999933 6758920.7187633 18874 5000 6.4620635e-11 6758920.7 Loop time of 0.016562 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:38 2021 Pair time (%) = 0.00107718 (6.5039) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.198658) Outpt time (%) = 0.0153589 (92.736) Other time (%) = 9.29832e-05 (0.561426) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:38 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18874 5000 6.4620635e-11 6758886.9 18875 -0.0122849999999933 6758788.3459136 18875 5000 6.4615912e-11 6758788.3 Loop time of 0.0174239 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:38 2021 Pair time (%) = 0.00146508 (8.40848) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.201147) Outpt time (%) = 0.015754 (90.4161) Other time (%) = 0.000169754 (0.974261) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:38 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18875 5000 6.4615912e-11 6758754.6 18876 -0.0122849999999933 6758655.97998235 18876 5000 6.461119e-11 6758656 Loop time of 0.017524 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:38 2021 Pair time (%) = 0.00107789 (6.15094) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.183671) Outpt time (%) = 0.0163178 (93.1171) Other time (%) = 9.60827e-05 (0.548292) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:38 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18876 5000 6.461119e-11 6758622.2 18877 -0.0122849999999933 6758523.62096892 18877 5000 6.4606468e-11 6758523.6 Loop time of 0.0167809 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:38 2021 Pair time (%) = 0.00107622 (6.41339) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190384) Outpt time (%) = 0.0155799 (92.8435) Other time (%) = 9.27448e-05 (0.552682) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:38 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18877 5000 6.4606468e-11 6758489.9 18878 -0.0122849999999933 6758391.26887242 18878 5000 6.4601747e-11 6758391.3 Loop time of 0.0166149 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:38 2021 Pair time (%) = 0.00110292 (6.63816) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.19946) Outpt time (%) = 0.0153799 (92.5669) Other time (%) = 9.89437e-05 (0.595511) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:38 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18878 5000 6.4601747e-11 6758357.5 18879 -0.0122849999999933 6758258.9236922 18879 5000 6.4597026e-11 6758258.9 Loop time of 0.01739 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:38 2021 Pair time (%) = 0.00123405 (7.09634) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.196054) Outpt time (%) = 0.0159888 (91.9426) Other time (%) = 0.000133038 (0.765023) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:38 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18879 5000 6.4597026e-11 6758225.2 18880 -0.0122849999999933 6758126.58542724 18880 5000 6.4592306e-11 6758126.6 Loop time of 0.019573 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:38 2021 Pair time (%) = 0.001091 (5.57403) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.163226) Outpt time (%) = 0.0183589 (93.7974) Other time (%) = 9.10759e-05 (0.465315) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:38 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18880 5000 6.4592306e-11 6758092.8 18881 -0.0122849999999933 6757994.25407711 18881 5000 6.4587587e-11 6757994.3 Loop time of 0.0167811 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:38 2021 Pair time (%) = 0.00107098 (6.38204) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.184698) Outpt time (%) = 0.0155849 (92.8721) Other time (%) = 9.41753e-05 (0.561199) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:38 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18881 5000 6.4587587e-11 6757960.5 18882 -0.0122849999999933 6757861.92964078 18882 5000 6.4582868e-11 6757861.9 Loop time of 0.016881 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:38 2021 Pair time (%) = 0.00114202 (6.76515) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.200554) Outpt time (%) = 0.0156 (92.4114) Other time (%) = 0.000105143 (0.622846) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:38 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18882 5000 6.4582868e-11 6757828.2 18883 -0.0122849999999933 6757729.61211758 18883 5000 6.4578149e-11 6757729.6 Loop time of 0.017379 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:38 2021 Pair time (%) = 0.00125599 (7.22703) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.207153) Outpt time (%) = 0.0159681 (91.8813) Other time (%) = 0.000118971 (0.684565) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:38 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18883 5000 6.4578149e-11 6757695.8 18884 -0.0122849999999933 6757597.30150658 18884 5000 6.4573431e-11 6757597.3 Loop time of 0.017189 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:38 2021 Pair time (%) = 0.00107408 (6.24861) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185863) Outpt time (%) = 0.0159898 (93.0232) Other time (%) = 9.32217e-05 (0.542332) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:38 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18884 5000 6.4573431e-11 6757563.5 18885 -0.0122849999999933 6757464.99780734 18885 5000 6.4568714e-11 6757465 Loop time of 0.0165942 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:38 2021 Pair time (%) = 0.00107694 (6.48985) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192526) Outpt time (%) = 0.0153742 (92.6481) Other time (%) = 0.000111103 (0.669531) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:38 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18885 5000 6.4568714e-11 6757431.2 18886 -0.0122849999999933 6757332.7010188 18886 5000 6.4563997e-11 6757332.7 Loop time of 0.016448 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:38 2021 Pair time (%) = 0.00107789 (6.55331) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.188439) Outpt time (%) = 0.0152481 (92.7045) Other time (%) = 9.10759e-05 (0.553719) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:38 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18886 5000 6.4563997e-11 6757298.9 18887 -0.0122849999999933 6757200.4111403 18887 5000 6.4559281e-11 6757200.4 Loop time of 0.0162349 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:38 2021 Pair time (%) = 0.00107598 (6.6276) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.190913) Outpt time (%) = 0.015044 (92.6646) Other time (%) = 8.39233e-05 (0.516932) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:38 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18887 5000 6.4559281e-11 6757166.7 18888 -0.0122849999999933 6757068.12817108 18888 5000 6.4554565e-11 6757068.1 Loop time of 0.0166049 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:38 2021 Pair time (%) = 0.00107598 (6.47991) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.186658) Outpt time (%) = 0.0154049 (92.7735) Other time (%) = 9.29832e-05 (0.559975) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:38 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18888 5000 6.4554565e-11 6757034.4 18889 -0.0122849999999933 6756935.85211038 18889 5000 6.454985e-11 6756935.9 Loop time of 0.017081 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:38 2021 Pair time (%) = 0.001091 (6.38723) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187039) Outpt time (%) = 0.0158691 (92.9051) Other time (%) = 8.89301e-05 (0.520637) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:38 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18889 5000 6.454985e-11 6756902.1 18890 -0.0122849999999933 6756803.58295732 18890 5000 6.4545135e-11 6756803.6 Loop time of 0.020154 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:38 2021 Pair time (%) = 0.00115395 (5.72564) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.159703) Outpt time (%) = 0.0188661 (93.6095) Other time (%) = 0.000101805 (0.505134) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:38 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18890 5000 6.4545135e-11 6756769.8 18891 -0.0122849999999933 6756671.32071125 18891 5000 6.4540421e-11 6756671.3 Loop time of 0.0168641 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:38 2021 Pair time (%) = 0.00109887 (6.51605) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.200755) Outpt time (%) = 0.0156279 (92.6696) Other time (%) = 0.000103474 (0.613575) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:38 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18891 5000 6.4540421e-11 6756637.6 18892 -0.0122849999999933 6756539.06537146 18892 5000 6.4535708e-11 6756539.1 Loop time of 0.0172698 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:38 2021 Pair time (%) = 0.00132704 (7.68413) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.186374) Outpt time (%) = 0.0158079 (91.5345) Other time (%) = 0.000102758 (0.595016) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:38 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18892 5000 6.4535708e-11 6756505.3 18893 -0.0122849999999933 6756406.81693722 18893 5000 6.4530994e-11 6756406.8 Loop time of 0.017452 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:38 2021 Pair time (%) = 0.00111389 (6.3826) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.184429) Outpt time (%) = 0.0162139 (92.9056) Other time (%) = 9.20296e-05 (0.52733) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:38 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18893 5000 6.4530994e-11 6756373.1 18894 -0.0122849999999933 6756274.5754075 18894 5000 6.4526282e-11 6756274.6 Loop time of 0.016968 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:38 2021 Pair time (%) = 0.00111699 (6.58292) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.182664) Outpt time (%) = 0.015698 (92.515) Other time (%) = 0.00012207 (0.719414) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:38 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18894 5000 6.4526282e-11 6756240.8 18895 -0.0122849999999933 6756142.34078179 18895 5000 6.452157e-11 6756142.3 Loop time of 0.016767 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:38 2021 Pair time (%) = 0.00121593 (7.25194) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.201917) Outpt time (%) = 0.0154121 (91.9191) Other time (%) = 0.000105143 (0.62708) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:38 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18895 5000 6.452157e-11 6756108.6 18896 -0.0122849999999933 6756010.11305921 18896 5000 6.4516859e-11 6756010.1 Loop time of 0.0172138 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:38 2021 Pair time (%) = 0.00107288 (6.23269) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180055) Outpt time (%) = 0.0160189 (93.0582) Other time (%) = 9.10759e-05 (0.529086) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:38 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18896 5000 6.4516859e-11 6755976.4 18897 -0.0122849999999933 6755877.89223915 18897 5000 6.4512148e-11 6755877.9 Loop time of 0.0171599 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:38 2021 Pair time (%) = 0.00107718 (6.27727) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180621) Outpt time (%) = 0.0159559 (92.9836) Other time (%) = 9.58443e-05 (0.558535) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:38 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18897 5000 6.4512148e-11 6755844.1 18898 -0.0122849999999933 6755745.67832072 18898 5000 6.4507437e-11 6755745.7 Loop time of 0.0168889 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:38 2021 Pair time (%) = 0.00114298 (6.76765) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.278103) Outpt time (%) = 0.0155959 (92.3444) Other time (%) = 0.000102997 (0.609851) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:38 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18898 5000 6.4507437e-11 6755711.9 18899 -0.0122849999999933 6755613.47130315 18899 5000 6.4502727e-11 6755613.5 Loop time of 0.0172069 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:38 2021 Pair time (%) = 0.00132608 (7.7067) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198141) Outpt time (%) = 0.0157049 (91.2707) Other time (%) = 0.000141859 (0.824431) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:38 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18899 5000 6.4502727e-11 6755579.7 18900 -0.0122849999999933 6755481.27118586 18900 5000 6.4498018e-11 6755481.3 Loop time of 0.0194709 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:38 2021 Pair time (%) = 0.00107288 (5.51018) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.164081) Outpt time (%) = 0.0182719 (93.8421) Other time (%) = 9.41753e-05 (0.483671) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:38 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18900 5000 6.4498018e-11 6755447.5 18901 -0.0122849999999933 6755349.07796787 18901 5000 6.4493309e-11 6755349.1 Loop time of 0.0170951 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:38 2021 Pair time (%) = 0.00118089 (6.90776) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181306) Outpt time (%) = 0.0157878 (92.3531) Other time (%) = 9.53674e-05 (0.557864) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:38 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18901 5000 6.4493309e-11 6755315.3 18902 -0.0122849999999933 6755216.89164857 18902 5000 6.4488601e-11 6755216.9 Loop time of 0.016681 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:38 2021 Pair time (%) = 0.00111485 (6.68334) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.197241) Outpt time (%) = 0.0153768 (92.1818) Other time (%) = 0.000156403 (0.937612) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:38 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18902 5000 6.4488601e-11 6755183.1 18903 -0.0122849999999933 6755084.71222715 18903 5000 6.4483894e-11 6755084.7 Loop time of 0.0170171 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:38 2021 Pair time (%) = 0.00113797 (6.68722) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.193345) Outpt time (%) = 0.015748 (92.5422) Other time (%) = 9.82285e-05 (0.577233) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:38 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18903 5000 6.4483894e-11 6755051 18904 -0.0122849999999933 6754952.53970291 18904 5000 6.4479186e-11 6754952.5 Loop time of 0.017128 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:38 2021 Pair time (%) = 0.001086 (6.34048) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186526) Outpt time (%) = 0.0159171 (92.9301) Other time (%) = 9.29832e-05 (0.542873) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:38 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18904 5000 6.4479186e-11 6754918.8 18905 -0.0122849999999933 6754820.37407512 18905 5000 6.447448e-11 6754820.4 Loop time of 0.0168791 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:38 2021 Pair time (%) = 0.00112009 (6.63597) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.189276) Outpt time (%) = 0.0155861 (92.34) Other time (%) = 0.000140905 (0.834793) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:38 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18905 5000 6.447448e-11 6754786.6 18906 -0.0122849999999933 6754688.21534288 18906 5000 6.4469774e-11 6754688.2 Loop time of 0.0167329 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:38 2021 Pair time (%) = 0.00119781 (7.15843) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.208028) Outpt time (%) = 0.0153868 (91.9553) Other time (%) = 0.000113487 (0.678227) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:38 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18906 5000 6.4469774e-11 6754654.5 18907 -0.0122849999999933 6754556.06350567 18907 5000 6.4465068e-11 6754556.1 Loop time of 0.017236 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:38 2021 Pair time (%) = 0.00115514 (6.70189) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.19089) Outpt time (%) = 0.0159481 (92.5276) Other time (%) = 9.98974e-05 (0.579586) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:38 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18907 5000 6.4465068e-11 6754522.3 18908 -0.0122849999999933 6754423.91856259 18908 5000 6.4460363e-11 6754423.9 Loop time of 0.0170629 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:38 2021 Pair time (%) = 0.00108004 (6.32973) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.188634) Outpt time (%) = 0.015857 (92.9325) Other time (%) = 9.36985e-05 (0.549136) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:38 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18908 5000 6.4460363e-11 6754390.2 18909 -0.0122849999999933 6754291.78051288 18909 5000 6.4455659e-11 6754291.8 Loop time of 0.016809 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:38 2021 Pair time (%) = 0.00111699 (6.6452) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.195739) Outpt time (%) = 0.015516 (92.308) Other time (%) = 0.000143051 (0.85104) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:38 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18909 5000 6.4455659e-11 6754258 18910 -0.0122849999999933 6754159.64935589 18910 5000 6.4450955e-11 6754159.6 Loop time of 0.01985 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:38 2021 Pair time (%) = 0.0012269 (6.18086) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.165752) Outpt time (%) = 0.0184798 (93.0973) Other time (%) = 0.000110388 (0.556109) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:38 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18910 5000 6.4450955e-11 6754125.9 18911 -0.0122849999999933 6754027.52509085 18911 5000 6.4446252e-11 6754027.5 Loop time of 0.0174482 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:38 2021 Pair time (%) = 0.00111103 (6.3676) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183103) Outpt time (%) = 0.0162122 (92.9164) Other time (%) = 9.29832e-05 (0.532911) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:38 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18911 5000 6.4446252e-11 6753993.8 18912 -0.0122849999999933 6753895.40771697 18912 5000 6.4441549e-11 6753895.4 Loop time of 0.01759 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:39 2021 Pair time (%) = 0.00111699 (6.35013) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.261596) Outpt time (%) = 0.016289 (92.6035) Other time (%) = 0.000138044 (0.784787) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:39 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18912 5000 6.4441549e-11 6753861.7 18913 -0.0122849999999933 6753763.29723362 18913 5000 6.4436847e-11 6753763.3 Loop time of 0.0166101 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:39 2021 Pair time (%) = 0.00107503 (6.47212) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192341) Outpt time (%) = 0.015408 (92.7628) Other time (%) = 9.5129e-05 (0.572716) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:39 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18913 5000 6.4436847e-11 6753729.6 18914 -0.0122849999999933 6753631.19363993 18914 5000 6.4432145e-11 6753631.2 Loop time of 0.0172498 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:39 2021 Pair time (%) = 0.00137711 (7.9833) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190737) Outpt time (%) = 0.015717 (91.1142) Other time (%) = 0.000122786 (0.711808) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:39 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18914 5000 6.4432145e-11 6753597.5 18915 -0.0122849999999933 6753499.09693522 18915 5000 6.4427444e-11 6753499.1 Loop time of 0.017328 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:39 2021 Pair time (%) = 0.00107694 (6.215) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184372) Outpt time (%) = 0.016125 (93.0571) Other time (%) = 9.41753e-05 (0.543486) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:39 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18915 5000 6.4427444e-11 6753465.4 18916 -0.0122849999999933 6753367.00711872 18916 5000 6.4422743e-11 6753367 Loop time of 0.0168331 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:39 2021 Pair time (%) = 0.00111794 (6.64136) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.189794) Outpt time (%) = 0.01559 (92.615) Other time (%) = 9.32217e-05 (0.553801) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:39 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18916 5000 6.4422743e-11 6753333.3 18917 -0.0122849999999933 6753234.92418977 18917 5000 6.4418043e-11 6753234.9 Loop time of 0.0169301 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:39 2021 Pair time (%) = 0.00122094 (7.21166) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.212646) Outpt time (%) = 0.0155511 (91.8547) Other time (%) = 0.00012207 (0.721025) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:39 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18917 5000 6.4418043e-11 6753201.2 18918 -0.0122849999999933 6753102.84814753 18918 5000 6.4413343e-11 6753102.8 Loop time of 0.017452 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:39 2021 Pair time (%) = 0.00116682 (6.68588) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183063) Outpt time (%) = 0.0161581 (92.586) Other time (%) = 9.5129e-05 (0.545089) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:39 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18918 5000 6.4413343e-11 6753069.1 18919 -0.0122849999999933 6752970.77899136 18919 5000 6.4408644e-11 6752970.8 Loop time of 0.0177009 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:39 2021 Pair time (%) = 0.00118589 (6.69962) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.180488) Outpt time (%) = 0.0163209 (92.204) Other time (%) = 0.000162125 (0.915911) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:39 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18919 5000 6.4408644e-11 6752937 18920 -0.0122849999999933 6752838.71672053 18920 5000 6.4403946e-11 6752838.7 Loop time of 0.019243 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:39 2021 Pair time (%) = 0.00107789 (5.60147) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.161069) Outpt time (%) = 0.018044 (93.7691) Other time (%) = 9.01222e-05 (0.468338) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:39 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18920 5000 6.4403946e-11 6752805 18921 -0.0122849999999933 6752706.66133428 18921 5000 6.4399248e-11 6752706.7 Loop time of 0.017118 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:39 2021 Pair time (%) = 0.00112414 (6.56704) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.19917) Outpt time (%) = 0.0158548 (92.621) Other time (%) = 0.000104904 (0.61283) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:39 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18921 5000 6.4399248e-11 6752672.9 18922 -0.0122849999999933 6752574.61283185 18922 5000 6.439455e-11 6752574.6 Loop time of 0.0173008 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:39 2021 Pair time (%) = 0.00111794 (6.46179) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184662) Outpt time (%) = 0.0160499 (92.7692) Other time (%) = 0.000101089 (0.584304) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:39 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18922 5000 6.439455e-11 6752540.9 18923 -0.0122849999999933 6752442.57121257 18923 5000 6.4389853e-11 6752442.6 Loop time of 0.0173752 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:39 2021 Pair time (%) = 0.00107408 (6.18165) Neigh time (%) = 0 (0) Comm time (%) = 4.19617e-05 (0.241503) Outpt time (%) = 0.0161662 (93.0417) Other time (%) = 9.29832e-05 (0.535148) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:39 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18923 5000 6.4389853e-11 6752408.8 18924 -0.0122849999999933 6752310.53647569 18924 5000 6.4385157e-11 6752310.5 Loop time of 0.0168579 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:39 2021 Pair time (%) = 0.00111604 (6.62028) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.183857) Outpt time (%) = 0.0155249 (92.0927) Other time (%) = 0.000185966 (1.10314) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:39 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18924 5000 6.4385157e-11 6752276.8 18925 -0.0122849999999933 6752178.50862061 18925 5000 6.4380461e-11 6752178.5 Loop time of 0.0168989 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:39 2021 Pair time (%) = 0.00129008 (7.63414) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.218683) Outpt time (%) = 0.015444 (91.391) Other time (%) = 0.000127792 (0.756218) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:39 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18925 5000 6.4380461e-11 6752144.8 18926 -0.0122849999999933 6752046.48764633 18926 5000 6.4375766e-11 6752046.5 Loop time of 0.017261 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:39 2021 Pair time (%) = 0.00107908 (6.25155) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185088) Outpt time (%) = 0.016058 (93.0302) Other time (%) = 9.20296e-05 (0.533164) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:39 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18926 5000 6.4375766e-11 6752012.8 18927 -0.0122849999999933 6751914.47355248 18927 5000 6.4371071e-11 6751914.5 Loop time of 0.0172501 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:39 2021 Pair time (%) = 0.0010829 (6.27764) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.186588) Outpt time (%) = 0.0160432 (93.0036) Other time (%) = 9.17912e-05 (0.532121) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:25:39 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18927 5000 6.4371071e-11 6751880.7 18928 -0.0122849999999933 6751762.94541688 18928 5000 1.2707475e-10 6751985.1 Loop time of 0.0163169 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:39 2021 Pair time (%) = 0.00107908 (6.61329) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.201642) Outpt time (%) = 0.015049 (92.2295) Other time (%) = 0.000155926 (0.955609) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2574 ave 2574 max 2574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:39 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18928 5000 1.2707475e-10 6813579.7 18929 -0.0123174999999933 6813449.87516528 18929 5000 1.0227092e-10 6813449.9 Loop time of 0.017724 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:39 2021 Pair time (%) = 0.00149989 (8.46247) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.192359) Outpt time (%) = 0.016027 (90.4251) Other time (%) = 0.000163078 (0.920097) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:39 2021 Memory usage per processor = 27.5418 Mbytes Step Atoms AVEKE stressZZ 18929 5000 1.0227092e-10 6813404.4 18930 -0.0123174999999933 6813285.60403945 18930 5000 8.7905119e-11 6813285.6 Loop time of 0.0187159 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:39 2021 Pair time (%) = 0.00107718 (5.75541) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.165605) Outpt time (%) = 0.0175121 (93.5682) Other time (%) = 9.56059e-05 (0.510828) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:39 2021 Memory usage per processor = 27.5419 Mbytes Step Atoms AVEKE stressZZ 18930 5000 8.7905119e-11 6813244.2 18931 -0.0123174999999933 6813132.53992228 18931 5000 7.9338867e-11 6813132.5 Loop time of 0.0162871 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:39 2021 Pair time (%) = 0.00108695 (6.67369) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.196156) Outpt time (%) = 0.0150759 (92.5636) Other time (%) = 9.2268e-05 (0.56651) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:39 2021 Memory usage per processor = 27.5419 Mbytes Step Atoms AVEKE stressZZ 18931 5000 7.9338867e-11 6813093.8 18932 -0.0123174999999933 6812986.60051607 18932 5000 7.4121455e-11 6812986.6 Loop time of 0.016356 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:39 2021 Pair time (%) = 0.00107694 (6.58436) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.189499) Outpt time (%) = 0.0151589 (92.681) Other time (%) = 8.91685e-05 (0.545174) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:39 2021 Memory usage per processor = 27.5419 Mbytes Step Atoms AVEKE stressZZ 18932 5000 7.4121455e-11 6812949.5 18933 -0.0123174999999933 6812845.19147603 18933 5000 7.0896211e-11 6812845.2 Loop time of 0.017365 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:39 2021 Pair time (%) = 0.00121403 (6.99124) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.207321) Outpt time (%) = 0.0160019 (92.1506) Other time (%) = 0.00011301 (0.650795) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:39 2021 Memory usage per processor = 27.5419 Mbytes Step Atoms AVEKE stressZZ 18933 5000 7.0896211e-11 6812809.2 18934 -0.0123174999999933 6812706.66408798 18934 5000 6.8882051e-11 6812706.7 Loop time of 0.017189 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:39 2021 Pair time (%) = 0.00114894 (6.68414) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192798) Outpt time (%) = 0.0158839 (92.4073) Other time (%) = 0.000123024 (0.715712) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:39 2021 Memory usage per processor = 27.5419 Mbytes Step Atoms AVEKE stressZZ 18934 5000 6.8882051e-11 6812671.3 18935 -0.0123174999999933 6812569.97051445 18935 5000 6.7615345e-11 6812570 Loop time of 0.0166228 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:39 2021 Pair time (%) = 0.00107813 (6.48585) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.186457) Outpt time (%) = 0.015419 (92.7583) Other time (%) = 9.46522e-05 (0.569412) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:39 2021 Memory usage per processor = 27.5419 Mbytes Step Atoms AVEKE stressZZ 18935 5000 6.7615345e-11 6812535.1 18936 -0.0123174999999933 6812434.4449233 18936 5000 6.6814683e-11 6812434.4 Loop time of 0.016818 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:39 2021 Pair time (%) = 0.00126696 (7.53331) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.214063) Outpt time (%) = 0.0153971 (91.5509) Other time (%) = 0.000118017 (0.70173) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:39 2021 Memory usage per processor = 27.5419 Mbytes Step Atoms AVEKE stressZZ 18936 5000 6.6814683e-11 6812399.8 18937 -0.0123174999999933 6812299.66415263 18937 5000 6.6306572e-11 6812299.7 Loop time of 0.01737 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:39 2021 Pair time (%) = 0.00112414 (6.47176) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183927) Outpt time (%) = 0.0161228 (92.82) Other time (%) = 9.10759e-05 (0.524329) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:39 2021 Memory usage per processor = 27.5419 Mbytes Step Atoms AVEKE stressZZ 18937 5000 6.6306572e-11 6812265.2 18938 -0.0123174999999933 6812165.35926992 18938 5000 6.5982915e-11 6812165.4 Loop time of 0.017045 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:39 2021 Pair time (%) = 0.00107503 (6.307) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181839) Outpt time (%) = 0.0158429 (92.9475) Other time (%) = 9.60827e-05 (0.563699) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:39 2021 Memory usage per processor = 27.5419 Mbytes Step Atoms AVEKE stressZZ 18938 5000 6.5982915e-11 6812131 18939 -0.0123174999999933 6812031.35936499 18939 5000 6.5775887e-11 6812031.4 Loop time of 0.0168109 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:39 2021 Pair time (%) = 0.00109911 (6.53808) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.202808) Outpt time (%) = 0.0155349 (92.4096) Other time (%) = 0.000142813 (0.849525) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:39 2021 Memory usage per processor = 27.5419 Mbytes Step Atoms AVEKE stressZZ 18939 5000 6.5775887e-11 6811997.1 18940 -0.0123174999999933 6811897.55582194 18940 5000 6.5642738e-11 6811897.6 Loop time of 0.0204539 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:39 2021 Pair time (%) = 0.00134611 (6.58119) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.160858) Outpt time (%) = 0.018923 (92.5154) Other time (%) = 0.000151873 (0.742511) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:39 2021 Memory usage per processor = 27.5419 Mbytes Step Atoms AVEKE stressZZ 18940 5000 6.5642738e-11 6811863.3 18941 -0.0123174999999933 6811763.87961379 18941 5000 6.5556444e-11 6811763.9 Loop time of 0.017509 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:39 2021 Pair time (%) = 0.00120497 (6.882) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.189275) Outpt time (%) = 0.01615 (92.2384) Other time (%) = 0.000120878 (0.690378) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:39 2021 Memory usage per processor = 27.5419 Mbytes Step Atoms AVEKE stressZZ 18941 5000 6.5556444e-11 6811729.7 18942 -0.0123174999999933 6811630.28687231 18942 5000 6.5499886e-11 6811630.3 Loop time of 0.0174339 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:39 2021 Pair time (%) = 0.00107622 (6.17316) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183253) Outpt time (%) = 0.0162339 (93.1171) Other time (%) = 9.17912e-05 (0.52651) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:39 2021 Memory usage per processor = 27.5419 Mbytes Step Atoms AVEKE stressZZ 18942 5000 6.5499886e-11 6811596.1 18943 -0.0123174999999933 6811496.74971866 18943 5000 6.5462211e-11 6811496.7 Loop time of 0.016664 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:39 2021 Pair time (%) = 0.00107908 (6.47552) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.198873) Outpt time (%) = 0.0154481 (92.7032) Other time (%) = 0.000103712 (0.622371) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:39 2021 Memory usage per processor = 27.5419 Mbytes Step Atoms AVEKE stressZZ 18943 5000 6.5462211e-11 6811462.6 18944 -0.0123174999999933 6811363.25043486 18944 5000 6.543653e-11 6811363.3 Loop time of 0.0172422 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:39 2021 Pair time (%) = 0.00119495 (6.93041) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.203266) Outpt time (%) = 0.015826 (91.7864) Other time (%) = 0.000186205 (1.07994) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:39 2021 Memory usage per processor = 27.5419 Mbytes Step Atoms AVEKE stressZZ 18944 5000 6.543653e-11 6811329.1 18945 -0.0123174999999933 6811229.77776065 18945 5000 6.5418468e-11 6811229.8 Loop time of 0.0173109 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:39 2021 Pair time (%) = 0.00111699 (6.45255) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179046) Outpt time (%) = 0.016068 (92.8203) Other time (%) = 9.48906e-05 (0.548157) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:39 2021 Memory usage per processor = 27.5419 Mbytes Step Atoms AVEKE stressZZ 18945 5000 6.5418468e-11 6811195.6 18946 -0.0123174999999933 6811096.3245393 18946 5000 6.5405247e-11 6811096.3 Loop time of 0.0167301 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:39 2021 Pair time (%) = 0.00107408 (6.42003) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190962) Outpt time (%) = 0.015532 (92.8389) Other time (%) = 9.20296e-05 (0.550085) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:39 2021 Memory usage per processor = 27.5419 Mbytes Step Atoms AVEKE stressZZ 18946 5000 6.5405247e-11 6811062.2 18947 -0.0123174999999933 6810962.88622204 18947 5000 6.5395102e-11 6810962.9 Loop time of 0.017159 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:39 2021 Pair time (%) = 0.00134611 (7.84494) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.215368) Outpt time (%) = 0.0155921 (90.8684) Other time (%) = 0.000183821 (1.07128) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:39 2021 Memory usage per processor = 27.5419 Mbytes Step Atoms AVEKE stressZZ 18947 5000 6.5395102e-11 6810928.8 18948 -0.0123174999999933 6810829.45988119 18948 5000 6.5386913e-11 6810829.5 Loop time of 0.017225 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:39 2021 Pair time (%) = 0.00107694 (6.25216) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.186859) Outpt time (%) = 0.0160251 (93.0336) Other time (%) = 9.08375e-05 (0.527358) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:39 2021 Memory usage per processor = 27.5419 Mbytes Step Atoms AVEKE stressZZ 18948 5000 6.5386913e-11 6810795.3 18949 -0.0123174999999933 6810696.04371457 18949 5000 6.5379966e-11 6810696 Loop time of 0.0175869 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:39 2021 Pair time (%) = 0.00121212 (6.89216) Neigh time (%) = 0 (0) Comm time (%) = 5.79357e-05 (0.329425) Outpt time (%) = 0.016212 (92.1819) Other time (%) = 0.000104904 (0.596489) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:39 2021 Memory usage per processor = 27.5419 Mbytes Step Atoms AVEKE stressZZ 18949 5000 6.5379966e-11 6810661.9 18950 -0.0123174999999933 6810562.6365539 18950 5000 6.5373809e-11 6810562.6 Loop time of 0.0192931 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:39 2021 Pair time (%) = 0.00112104 (5.81061) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.165594) Outpt time (%) = 0.0179861 (93.2255) Other time (%) = 0.000154018 (0.798309) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:39 2021 Memory usage per processor = 27.5419 Mbytes Step Atoms AVEKE stressZZ 18950 5000 6.5373809e-11 6810528.5 18951 -0.0123174999999933 6810429.23765657 18951 5000 6.5368154e-11 6810429.2 Loop time of 0.0167131 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:39 2021 Pair time (%) = 0.00112891 (6.75464) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.2097) Outpt time (%) = 0.0154471 (92.4251) Other time (%) = 0.000102043 (0.610556) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:39 2021 Memory usage per processor = 27.5419 Mbytes Step Atoms AVEKE stressZZ 18951 5000 6.5368154e-11 6810395.1 18952 -0.0123174999999933 6810295.84655007 18952 5000 6.5362819e-11 6810295.8 Loop time of 0.017231 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:39 2021 Pair time (%) = 0.00111508 (6.47139) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179876) Outpt time (%) = 0.0159941 (92.8216) Other time (%) = 9.08375e-05 (0.527175) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:39 2021 Memory usage per processor = 27.5419 Mbytes Step Atoms AVEKE stressZZ 18952 5000 6.5362819e-11 6810261.7 18953 -0.0123174999999933 6810162.46293392 18953 5000 6.5357686e-11 6810162.5 Loop time of 0.017504 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:39 2021 Pair time (%) = 0.00111699 (6.38136) Neigh time (%) = 0 (0) Comm time (%) = 6.31809e-05 (0.360952) Outpt time (%) = 0.0161722 (92.3914) Other time (%) = 0.000151634 (0.866284) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:39 2021 Memory usage per processor = 27.5419 Mbytes Step Atoms AVEKE stressZZ 18953 5000 6.5357686e-11 6810128.3 18954 -0.0123174999999933 6810029.08661684 18954 5000 6.5352683e-11 6810029.1 Loop time of 0.0166559 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:39 2021 Pair time (%) = 0.00110507 (6.6347) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.204695) Outpt time (%) = 0.015413 (92.5379) Other time (%) = 0.000103712 (0.622674) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:39 2021 Memory usage per processor = 27.5419 Mbytes Step Atoms AVEKE stressZZ 18954 5000 6.5352683e-11 6809995 18955 -0.0123174999999933 6809895.71747666 18955 5000 6.5347762e-11 6809895.7 Loop time of 0.0172949 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:40 2021 Pair time (%) = 0.00148606 (8.5925) Neigh time (%) = 0 (0) Comm time (%) = 4.88758e-05 (0.282603) Outpt time (%) = 0.015626 (90.3502) Other time (%) = 0.000133991 (0.774745) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:40 2021 Memory usage per processor = 27.5419 Mbytes Step Atoms AVEKE stressZZ 18955 5000 6.5347762e-11 6809861.6 18956 -0.0123174999999933 6809762.35543585 18956 5000 6.5342894e-11 6809762.4 Loop time of 0.017247 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:40 2021 Pair time (%) = 0.00110507 (6.40733) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192151) Outpt time (%) = 0.015996 (92.7467) Other time (%) = 0.000112772 (0.653866) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:40 2021 Memory usage per processor = 27.5419 Mbytes Step Atoms AVEKE stressZZ 18956 5000 6.5342894e-11 6809728.2 18957 -0.0123174999999933 6809629.00044432 18957 5000 6.5338059e-11 6809629 Loop time of 0.0171251 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:40 2021 Pair time (%) = 0.00111318 (6.50025) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186557) Outpt time (%) = 0.0158861 (92.7647) Other time (%) = 9.39369e-05 (0.548533) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:40 2021 Memory usage per processor = 27.5419 Mbytes Step Atoms AVEKE stressZZ 18957 5000 6.5338059e-11 6809594.9 18958 -0.0123174999999933 6809495.65247023 18958 5000 6.5333246e-11 6809495.7 Loop time of 0.016587 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:40 2021 Pair time (%) = 0.00113106 (6.81893) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.205545) Outpt time (%) = 0.0153041 (92.2655) Other time (%) = 0.000117779 (0.710066) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:40 2021 Memory usage per processor = 27.5419 Mbytes Step Atoms AVEKE stressZZ 18958 5000 6.5333246e-11 6809461.5 18959 -0.0123174999999933 6809362.31149294 18959 5000 6.5328447e-11 6809362.3 Loop time of 0.01741 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:40 2021 Pair time (%) = 0.00140405 (8.06458) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.194459) Outpt time (%) = 0.015765 (90.5509) Other time (%) = 0.000207186 (1.19004) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:40 2021 Memory usage per processor = 27.5419 Mbytes Step Atoms AVEKE stressZZ 18959 5000 6.5328447e-11 6809328.2 18960 -0.0123174999999933 6809228.977499 18960 5000 6.5323657e-11 6809229 Loop time of 0.0198209 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:40 2021 Pair time (%) = 0.00107384 (5.41769) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.161184) Outpt time (%) = 0.0186269 (93.9761) Other time (%) = 8.82149e-05 (0.445059) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:40 2021 Memory usage per processor = 27.5419 Mbytes Step Atoms AVEKE stressZZ 18960 5000 6.5323657e-11 6809194.9 18961 -0.0123174999999933 6809095.65047945 18961 5000 6.5318873e-11 6809095.7 Loop time of 0.016902 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:40 2021 Pair time (%) = 0.00110507 (6.53811) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.23698) Outpt time (%) = 0.0156171 (92.3983) Other time (%) = 0.000139713 (0.826609) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:40 2021 Memory usage per processor = 27.5419 Mbytes Step Atoms AVEKE stressZZ 18961 5000 6.5318873e-11 6809061.5 18962 -0.0123174999999933 6808962.33042843 18962 5000 6.5314092e-11 6808962.3 Loop time of 0.0167859 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:40 2021 Pair time (%) = 0.00114083 (6.79639) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.20169) Outpt time (%) = 0.0155079 (92.3869) Other time (%) = 0.000103235 (0.615013) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:40 2021 Memory usage per processor = 27.5419 Mbytes Step Atoms AVEKE stressZZ 18962 5000 6.5314092e-11 6808928.2 18963 -0.0123174999999933 6808829.01734177 18963 5000 6.5309315e-11 6808829 Loop time of 0.017658 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:40 2021 Pair time (%) = 0.0012629 (7.15202) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.180927) Outpt time (%) = 0.0162702 (92.1405) Other time (%) = 9.29832e-05 (0.526579) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:40 2021 Memory usage per processor = 27.5419 Mbytes Step Atoms AVEKE stressZZ 18963 5000 6.5309315e-11 6808794.9 18964 -0.0123174999999933 6808695.71121653 18964 5000 6.5304539e-11 6808695.7 Loop time of 0.0172968 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:40 2021 Pair time (%) = 0.00110793 (6.40541) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184705) Outpt time (%) = 0.0160639 (92.8723) Other time (%) = 9.29832e-05 (0.537575) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:40 2021 Memory usage per processor = 27.5419 Mbytes Step Atoms AVEKE stressZZ 18964 5000 6.5304539e-11 6808661.6 18965 -0.0123174999999933 6808562.41205065 18965 5000 6.5299765e-11 6808562.4 Loop time of 0.0166428 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:40 2021 Pair time (%) = 0.00110292 (6.62703) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191963) Outpt time (%) = 0.0154009 (92.5378) Other time (%) = 0.00010705 (0.64322) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:40 2021 Memory usage per processor = 27.5419 Mbytes Step Atoms AVEKE stressZZ 18965 5000 6.5299765e-11 6808528.3 18966 -0.0123174999999933 6808429.11984225 18966 5000 6.5294992e-11 6808429.1 Loop time of 0.016824 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:40 2021 Pair time (%) = 0.0013001 (7.72763) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.238078) Outpt time (%) = 0.015362 (91.3101) Other time (%) = 0.000121832 (0.724155) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:40 2021 Memory usage per processor = 27.5419 Mbytes Step Atoms AVEKE stressZZ 18966 5000 6.5294992e-11 6808395 18967 -0.0123174999999933 6808295.83459018 18967 5000 6.5290219e-11 6808295.8 Loop time of 0.0176411 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:40 2021 Pair time (%) = 0.00117898 (6.68315) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.191913) Outpt time (%) = 0.0163269 (92.5505) Other time (%) = 0.000101328 (0.574386) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:40 2021 Memory usage per processor = 27.5419 Mbytes Step Atoms AVEKE stressZZ 18967 5000 6.5290219e-11 6808261.7 18968 -0.0123174999999933 6808162.55629301 18968 5000 6.5285448e-11 6808162.6 Loop time of 0.01739 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:40 2021 Pair time (%) = 0.00110888 (6.37656) Neigh time (%) = 0 (0) Comm time (%) = 5.31673e-05 (0.305735) Outpt time (%) = 0.016119 (92.6912) Other time (%) = 0.000108957 (0.626551) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:40 2021 Memory usage per processor = 27.5419 Mbytes Step Atoms AVEKE stressZZ 18968 5000 6.5285448e-11 6808128.4 18969 -0.0123174999999933 6808029.28494993 18969 5000 6.5280677e-11 6808029.3 Loop time of 0.0167382 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:40 2021 Pair time (%) = 0.0011251 (6.72174) Neigh time (%) = 0 (0) Comm time (%) = 5.50747e-05 (0.329036) Outpt time (%) = 0.0154591 (92.3581) Other time (%) = 9.89437e-05 (0.591126) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:40 2021 Memory usage per processor = 27.5419 Mbytes Step Atoms AVEKE stressZZ 18969 5000 6.5280677e-11 6807995.2 18970 -0.0123174999999933 6807896.02055977 18970 5000 6.5275907e-11 6807896 Loop time of 0.019872 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:40 2021 Pair time (%) = 0.00134611 (6.77393) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.165569) Outpt time (%) = 0.0183189 (92.1847) Other time (%) = 0.000174046 (0.875835) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:40 2021 Memory usage per processor = 27.5419 Mbytes Step Atoms AVEKE stressZZ 18970 5000 6.5275907e-11 6807861.9 18971 -0.0123174999999933 6807762.76312163 18971 5000 6.5271137e-11 6807762.8 Loop time of 0.0174191 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:40 2021 Pair time (%) = 0.00107312 (6.16061) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183408) Outpt time (%) = 0.0161631 (92.7896) Other time (%) = 0.000150919 (0.866399) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:40 2021 Memory usage per processor = 27.5419 Mbytes Step Atoms AVEKE stressZZ 18971 5000 6.5271137e-11 6807728.7 18972 -0.0123174999999933 6807629.51263467 18972 5000 6.5266368e-11 6807629.5 Loop time of 0.017535 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:40 2021 Pair time (%) = 0.00127006 (7.24299) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.216188) Outpt time (%) = 0.016109 (91.8678) Other time (%) = 0.000118017 (0.673039) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:40 2021 Memory usage per processor = 27.5419 Mbytes Step Atoms AVEKE stressZZ 18972 5000 6.5266368e-11 6807595.4 18973 -0.0123174999999933 6807496.26909798 18973 5000 6.52616e-11 6807496.3 Loop time of 0.0167391 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:40 2021 Pair time (%) = 0.00111485 (6.66011) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.196556) Outpt time (%) = 0.0154891 (92.5323) Other time (%) = 0.000102282 (0.611033) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:40 2021 Memory usage per processor = 27.5419 Mbytes Step Atoms AVEKE stressZZ 18973 5000 6.52616e-11 6807462.2 18974 -0.0123174999999933 6807363.03251087 18974 5000 6.5256832e-11 6807363 Loop time of 0.0163071 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:40 2021 Pair time (%) = 0.00107598 (6.59824) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.197377) Outpt time (%) = 0.0151079 (92.6459) Other time (%) = 9.10759e-05 (0.558504) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:40 2021 Memory usage per processor = 27.5419 Mbytes Step Atoms AVEKE stressZZ 18974 5000 6.5256832e-11 6807328.9 18975 -0.0123174999999933 6807229.80287225 18975 5000 6.5252065e-11 6807229.8 Loop time of 0.016592 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:40 2021 Pair time (%) = 0.00107217 (6.46195) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.198299) Outpt time (%) = 0.0153971 (92.798) Other time (%) = 8.98838e-05 (0.541729) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:40 2021 Memory usage per processor = 27.5419 Mbytes Step Atoms AVEKE stressZZ 18975 5000 6.5252065e-11 6807195.7 18976 -0.0123174999999933 6807096.58018147 18976 5000 6.5247298e-11 6807096.6 Loop time of 0.0172589 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:40 2021 Pair time (%) = 0.00107503 (6.22885) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185111) Outpt time (%) = 0.0160649 (93.0818) Other time (%) = 8.70228e-05 (0.50422) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:40 2021 Memory usage per processor = 27.5419 Mbytes Step Atoms AVEKE stressZZ 18976 5000 6.5247298e-11 6807062.5 18977 -0.0123174999999933 6806963.3644377 18977 5000 6.5242532e-11 6806963.4 Loop time of 0.0171051 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:40 2021 Pair time (%) = 0.00107908 (6.30854) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.1812) Outpt time (%) = 0.015907 (92.9959) Other time (%) = 8.79765e-05 (0.514329) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:40 2021 Memory usage per processor = 27.5419 Mbytes Step Atoms AVEKE stressZZ 18977 5000 6.5242532e-11 6806929.3 18978 -0.0123174999999933 6806830.15564008 18978 5000 6.5237766e-11 6806830.2 Loop time of 0.0167451 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:40 2021 Pair time (%) = 0.00116611 (6.96386) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.2093) Outpt time (%) = 0.0154419 (92.2174) Other time (%) = 0.000102043 (0.609391) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:40 2021 Memory usage per processor = 27.5419 Mbytes Step Atoms AVEKE stressZZ 18978 5000 6.5237766e-11 6806796.1 18979 -0.0123174999999933 6806696.95378773 18979 5000 6.5233001e-11 6806697 Loop time of 0.017242 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:40 2021 Pair time (%) = 0.001194 (6.92497) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190824) Outpt time (%) = 0.015913 (92.2924) Other time (%) = 0.000102043 (0.591831) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:40 2021 Memory usage per processor = 27.5419 Mbytes Step Atoms AVEKE stressZZ 18979 5000 6.5233001e-11 6806662.9 18980 -0.0123174999999933 6806563.75888002 18980 5000 6.5228237e-11 6806563.8 Loop time of 0.01952 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:40 2021 Pair time (%) = 0.00113201 (5.79923) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.168554) Outpt time (%) = 0.0182528 (93.5082) Other time (%) = 0.000102282 (0.523982) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:40 2021 Memory usage per processor = 27.5419 Mbytes Step Atoms AVEKE stressZZ 18980 5000 6.5228237e-11 6806529.7 18981 -0.0123174999999933 6806430.57091596 18981 5000 6.5223473e-11 6806430.6 Loop time of 0.016974 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:40 2021 Pair time (%) = 0.00107288 (6.32076) Neigh time (%) = 0 (0) Comm time (%) = 6.41346e-05 (0.377841) Outpt time (%) = 0.015729 (92.6651) Other time (%) = 0.000108004 (0.63629) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:40 2021 Memory usage per processor = 27.5419 Mbytes Step Atoms AVEKE stressZZ 18981 5000 6.5223473e-11 6806396.5 18982 -0.0123174999999933 6806297.38989495 18982 5000 6.521871e-11 6806297.4 Loop time of 0.016609 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:40 2021 Pair time (%) = 0.00114107 (6.87022) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.205274) Outpt time (%) = 0.015337 (92.3417) Other time (%) = 9.67979e-05 (0.582806) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:40 2021 Memory usage per processor = 27.5419 Mbytes Step Atoms AVEKE stressZZ 18982 5000 6.521871e-11 6806263.3 18983 -0.0123174999999933 6806164.21581606 18983 5000 6.5213947e-11 6806164.2 Loop time of 0.017581 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:40 2021 Pair time (%) = 0.00127602 (7.25793) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.187144) Outpt time (%) = 0.0161481 (91.8497) Other time (%) = 0.000123978 (0.70518) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:40 2021 Memory usage per processor = 27.5419 Mbytes Step Atoms AVEKE stressZZ 18983 5000 6.5213947e-11 6806130.1 18984 -0.0123174999999933 6806031.04867852 18984 5000 6.5209184e-11 6806031 Loop time of 0.017349 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:40 2021 Pair time (%) = 0.00107598 (6.20199) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184149) Outpt time (%) = 0.0161481 (93.0779) Other time (%) = 9.29832e-05 (0.535957) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:40 2021 Memory usage per processor = 27.5419 Mbytes Step Atoms AVEKE stressZZ 18984 5000 6.5209184e-11 6805997 18985 -0.0123174999999933 6805897.88848159 18985 5000 6.5204423e-11 6805897.9 Loop time of 0.0167689 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:40 2021 Pair time (%) = 0.00115299 (6.87576) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.191941) Outpt time (%) = 0.0154889 (92.3664) Other time (%) = 9.48906e-05 (0.565871) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:40 2021 Memory usage per processor = 27.5419 Mbytes Step Atoms AVEKE stressZZ 18985 5000 6.5204423e-11 6805863.8 18986 -0.0123174999999933 6805764.73522449 18986 5000 6.5199661e-11 6805764.7 Loop time of 0.016897 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:40 2021 Pair time (%) = 0.00121784 (7.20746) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.213063) Outpt time (%) = 0.0155239 (91.874) Other time (%) = 0.000119209 (0.705507) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:40 2021 Memory usage per processor = 27.5419 Mbytes Step Atoms AVEKE stressZZ 18986 5000 6.5199661e-11 6805730.6 18987 -0.0123174999999933 6805631.58890631 18987 5000 6.5194901e-11 6805631.6 Loop time of 0.0172112 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:40 2021 Pair time (%) = 0.00108409 (6.29874) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180083) Outpt time (%) = 0.0160031 (92.9809) Other time (%) = 9.29832e-05 (0.540249) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:40 2021 Memory usage per processor = 27.5419 Mbytes Step Atoms AVEKE stressZZ 18987 5000 6.5194901e-11 6805597.5 18988 -0.0123174999999933 6805498.44952644 18988 5000 6.519014e-11 6805498.4 Loop time of 0.0171731 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:40 2021 Pair time (%) = 0.00107598 (6.26553) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186036) Outpt time (%) = 0.0159709 (93) Other time (%) = 9.41753e-05 (0.54839) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:40 2021 Memory usage per processor = 27.5419 Mbytes Step Atoms AVEKE stressZZ 18988 5000 6.519014e-11 6805464.4 18989 -0.0123174999999933 6805365.31708398 18989 5000 6.5185381e-11 6805365.3 Loop time of 0.0169039 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:40 2021 Pair time (%) = 0.00113106 (6.69111) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207334) Outpt time (%) = 0.0156369 (92.5049) Other time (%) = 0.000100851 (0.596615) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:40 2021 Memory usage per processor = 27.5419 Mbytes Step Atoms AVEKE stressZZ 18989 5000 6.5185381e-11 6805331.2 18990 -0.0123174999999933 6805232.19157818 18990 5000 6.5180622e-11 6805232.2 Loop time of 0.0198259 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:40 2021 Pair time (%) = 0.00135398 (6.82933) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.161143) Outpt time (%) = 0.018275 (92.1774) Other time (%) = 0.000164986 (0.832171) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:40 2021 Memory usage per processor = 27.5419 Mbytes Step Atoms AVEKE stressZZ 18990 5000 6.5180622e-11 6805198.1 18991 -0.0123174999999933 6805099.07300829 18991 5000 6.5175863e-11 6805099.1 Loop time of 0.0173888 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:40 2021 Pair time (%) = 0.00116801 (6.71703) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.196068) Outpt time (%) = 0.0160811 (92.4795) Other time (%) = 0.000105619 (0.607398) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:40 2021 Memory usage per processor = 27.5419 Mbytes Step Atoms AVEKE stressZZ 18991 5000 6.5175863e-11 6805065 18992 -0.0123174999999933 6804965.96137358 18992 5000 6.5171105e-11 6804966 Loop time of 0.0172069 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:40 2021 Pair time (%) = 0.00108004 (6.27676) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18567) Outpt time (%) = 0.0160022 (92.9986) Other time (%) = 9.27448e-05 (0.538998) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:40 2021 Memory usage per processor = 27.5419 Mbytes Step Atoms AVEKE stressZZ 18992 5000 6.5171105e-11 6804931.9 18993 -0.0123174999999933 6804832.85667325 18993 5000 6.5166348e-11 6804832.9 Loop time of 0.0166459 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:40 2021 Pair time (%) = 0.00112581 (6.7633) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.203386) Outpt time (%) = 0.0153821 (92.4074) Other time (%) = 0.000104189 (0.625913) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:40 2021 Memory usage per processor = 27.5419 Mbytes Step Atoms AVEKE stressZZ 18993 5000 6.5166348e-11 6804798.8 18994 -0.0123174999999933 6804699.75890647 18994 5000 6.5161591e-11 6804699.8 Loop time of 0.0174541 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:40 2021 Pair time (%) = 0.00128102 (7.33936) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.18987) Outpt time (%) = 0.0159869 (91.5938) Other time (%) = 0.000153065 (0.876953) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:40 2021 Memory usage per processor = 27.5419 Mbytes Step Atoms AVEKE stressZZ 18994 5000 6.5161591e-11 6804665.7 18995 -0.0123174999999933 6804566.66807256 18995 5000 6.5156835e-11 6804566.7 Loop time of 0.0175509 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:40 2021 Pair time (%) = 0.00119495 (6.80849) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.187464) Outpt time (%) = 0.0161769 (92.1713) Other time (%) = 0.000146151 (0.832722) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:40 2021 Memory usage per processor = 27.5419 Mbytes Step Atoms AVEKE stressZZ 18995 5000 6.5156835e-11 6804532.6 18996 -0.0123174999999933 6804433.58417071 18996 5000 6.5152079e-11 6804433.6 Loop time of 0.016768 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:40 2021 Pair time (%) = 0.00107193 (6.39272) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.19053) Outpt time (%) = 0.0155759 (92.8907) Other time (%) = 8.82149e-05 (0.526091) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:40 2021 Memory usage per processor = 27.5419 Mbytes Step Atoms AVEKE stressZZ 18996 5000 6.5152079e-11 6804399.5 18997 -0.0123174999999933 6804300.50720018 18997 5000 6.5147324e-11 6804300.5 Loop time of 0.0166762 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:40 2021 Pair time (%) = 0.00111103 (6.66238) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.204446) Outpt time (%) = 0.0154302 (92.5284) Other time (%) = 0.000100851 (0.604761) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:40 2021 Memory usage per processor = 27.5419 Mbytes Step Atoms AVEKE stressZZ 18997 5000 6.5147324e-11 6804266.4 18998 -0.0123174999999933 6804167.43716023 18998 5000 6.5142569e-11 6804167.4 Loop time of 0.017379 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:41 2021 Pair time (%) = 0.00125909 (7.24487) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183831) Outpt time (%) = 0.0159969 (92.0472) Other time (%) = 9.10759e-05 (0.524056) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:41 2021 Memory usage per processor = 27.5419 Mbytes Step Atoms AVEKE stressZZ 18998 5000 6.5142569e-11 6804133.4 18999 -0.0123174999999933 6804034.37405009 18999 5000 6.5137815e-11 6804034.4 Loop time of 0.0172291 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:41 2021 Pair time (%) = 0.00107503 (6.23962) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185431) Outpt time (%) = 0.016031 (93.0463) Other time (%) = 9.10759e-05 (0.528617) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:41 2021 Memory usage per processor = 27.5419 Mbytes Step Atoms AVEKE stressZZ 18999 5000 6.5137815e-11 6804000.3 19000 -0.0123174999999933 6803901.31786894 19000 5000 6.5133061e-11 6803901.3 Loop time of 0.0190129 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:41 2021 Pair time (%) = 0.00108504 (5.70687) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.163018) Outpt time (%) = 0.017801 (93.626) Other time (%) = 9.58443e-05 (0.504101) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:41 2021 Memory usage per processor = 27.5419 Mbytes Step Atoms AVEKE stressZZ 19000 5000 6.5133061e-11 6803867.2 19001 -0.0123174999999933 6803768.26861619 19001 5000 6.5128308e-11 6803768.3 Loop time of 0.01736 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:41 2021 Pair time (%) = 0.00120902 (6.96442) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.196394) Outpt time (%) = 0.0160072 (92.2074) Other time (%) = 0.000109673 (0.631755) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:41 2021 Memory usage per processor = 27.5419 Mbytes Step Atoms AVEKE stressZZ 19001 5000 6.5128308e-11 6803734.2 19002 -0.0123174999999933 6803635.22629087 19002 5000 6.5123555e-11 6803635.2 Loop time of 0.017261 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:41 2021 Pair time (%) = 0.00126195 (7.31098) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185088) Outpt time (%) = 0.015872 (91.9528) Other time (%) = 9.5129e-05 (0.55112) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:41 2021 Memory usage per processor = 27.5419 Mbytes Step Atoms AVEKE stressZZ 19002 5000 6.5123555e-11 6803601.1 19003 -0.0123174999999933 6803502.19089229 19003 5000 6.5118803e-11 6803502.2 Loop time of 0.0173771 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:41 2021 Pair time (%) = 0.00115299 (6.63511) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.190711) Outpt time (%) = 0.0160902 (92.5938) Other time (%) = 0.000100851 (0.580366) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:41 2021 Memory usage per processor = 27.5419 Mbytes Step Atoms AVEKE stressZZ 19003 5000 6.5118803e-11 6803468.1 19004 -0.0123174999999933 6803369.16241996 19004 5000 6.5114052e-11 6803369.2 Loop time of 0.017252 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:41 2021 Pair time (%) = 0.00115585 (6.69983) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179657) Outpt time (%) = 0.015939 (92.3894) Other time (%) = 0.000126123 (0.731067) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:41 2021 Memory usage per processor = 27.5419 Mbytes Step Atoms AVEKE stressZZ 19004 5000 6.5114052e-11 6803335.1 19005 -0.0123174999999933 6803236.14087284 19005 5000 6.5109301e-11 6803236.1 Loop time of 0.016855 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:41 2021 Pair time (%) = 0.00125194 (7.42768) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.202277) Outpt time (%) = 0.0154202 (91.4874) Other time (%) = 0.000148773 (0.882665) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:41 2021 Memory usage per processor = 27.5419 Mbytes Step Atoms AVEKE stressZZ 19005 5000 6.5109301e-11 6803202.1 19006 -0.0123174999999933 6803103.12625032 19006 5000 6.5104551e-11 6803103.1 Loop time of 0.017333 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:41 2021 Pair time (%) = 0.00111413 (6.42779) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184319) Outpt time (%) = 0.0160949 (92.8569) Other time (%) = 9.20296e-05 (0.530949) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:41 2021 Memory usage per processor = 27.5419 Mbytes Step Atoms AVEKE stressZZ 19006 5000 6.5104551e-11 6803069 19007 -0.0123174999999933 6802970.11855885 19007 5000 6.5099801e-11 6802970.1 Loop time of 0.017118 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:41 2021 Pair time (%) = 0.00107408 (6.27455) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181064) Outpt time (%) = 0.0159192 (92.997) Other time (%) = 9.36985e-05 (0.547369) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:41 2021 Memory usage per processor = 27.5419 Mbytes Step Atoms AVEKE stressZZ 19007 5000 6.5099801e-11 6802936 19008 -0.0123174999999933 6802837.11793358 19008 5000 6.5095052e-11 6802837.1 Loop time of 0.016824 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:41 2021 Pair time (%) = 0.00109601 (6.51456) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.20265) Outpt time (%) = 0.015564 (92.5105) Other time (%) = 0.000129938 (0.772338) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:41 2021 Memory usage per processor = 27.5419 Mbytes Step Atoms AVEKE stressZZ 19008 5000 6.5095052e-11 6802803 19009 -0.0123174999999933 6802704.12437892 19009 5000 6.5090303e-11 6802704.1 Loop time of 0.0177159 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:41 2021 Pair time (%) = 0.00130415 (7.36145) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.180335) Outpt time (%) = 0.0162389 (91.6629) Other time (%) = 0.000140905 (0.79536) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:41 2021 Memory usage per processor = 27.5419 Mbytes Step Atoms AVEKE stressZZ 19009 5000 6.5090303e-11 6802670 19010 -0.0123174999999933 6802571.13793662 19010 5000 6.5085555e-11 6802571.1 Loop time of 0.019599 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:41 2021 Pair time (%) = 0.00112104 (5.71992) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.158143) Outpt time (%) = 0.0183518 (93.6366) Other time (%) = 9.5129e-05 (0.485378) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:41 2021 Memory usage per processor = 27.5419 Mbytes Step Atoms AVEKE stressZZ 19010 5000 6.5085555e-11 6802537.1 19011 -0.0123174999999933 6802438.15853876 19011 5000 6.5080807e-11 6802438.2 Loop time of 0.0172288 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:41 2021 Pair time (%) = 0.00107718 (6.25216) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179898) Outpt time (%) = 0.016026 (93.0186) Other time (%) = 9.46522e-05 (0.549382) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:41 2021 Memory usage per processor = 27.5419 Mbytes Step Atoms AVEKE stressZZ 19011 5000 6.5080807e-11 6802404.1 19012 -0.0123174999999933 6802305.18614908 19012 5000 6.507606e-11 6802305.2 Loop time of 0.0166302 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:41 2021 Pair time (%) = 0.00111103 (6.68081) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.205012) Outpt time (%) = 0.0153818 (92.4934) Other time (%) = 0.000103235 (0.620771) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:41 2021 Memory usage per processor = 27.5419 Mbytes Step Atoms AVEKE stressZZ 19012 5000 6.507606e-11 6802271.1 19013 -0.0123174999999933 6802172.22076238 19013 5000 6.5071313e-11 6802172.2 Loop time of 0.0174651 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:41 2021 Pair time (%) = 0.00145221 (8.3149) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.274388) Outpt time (%) = 0.0157921 (90.421) Other time (%) = 0.000172853 (0.989707) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:41 2021 Memory usage per processor = 27.5419 Mbytes Step Atoms AVEKE stressZZ 19013 5000 6.5071313e-11 6802138.1 19014 -0.0123174999999933 6802039.26237692 19014 5000 6.5066567e-11 6802039.3 Loop time of 0.0171661 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:41 2021 Pair time (%) = 0.00107813 (6.28056) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186111) Outpt time (%) = 0.0159609 (92.9792) Other time (%) = 9.5129e-05 (0.554167) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:41 2021 Memory usage per processor = 27.5419 Mbytes Step Atoms AVEKE stressZZ 19014 5000 6.5066567e-11 6802005.2 19015 -0.0123174999999933 6801906.31104841 19015 5000 6.5061822e-11 6801906.3 Loop time of 0.0174239 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:41 2021 Pair time (%) = 0.00155997 (8.95308) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.1902) Outpt time (%) = 0.0156889 (90.0426) Other time (%) = 0.000141859 (0.814165) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:41 2021 Memory usage per processor = 27.5419 Mbytes Step Atoms AVEKE stressZZ 19015 5000 6.5061822e-11 6801872.2 19016 -0.0123174999999933 6801773.36674535 19016 5000 6.5057077e-11 6801773.4 Loop time of 0.0167971 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:41 2021 Pair time (%) = 0.00112391 (6.69108) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208653) Outpt time (%) = 0.0155182 (92.3863) Other time (%) = 0.000119925 (0.713961) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:41 2021 Memory usage per processor = 27.5419 Mbytes Step Atoms AVEKE stressZZ 19016 5000 6.5057077e-11 6801739.3 19017 -0.0123174999999933 6801640.42945047 19017 5000 6.5052332e-11 6801640.4 Loop time of 0.0163722 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:41 2021 Pair time (%) = 0.00107908 (6.59094) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.189311) Outpt time (%) = 0.0151689 (92.6504) Other time (%) = 9.32217e-05 (0.56939) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:41 2021 Memory usage per processor = 27.5419 Mbytes Step Atoms AVEKE stressZZ 19017 5000 6.5052332e-11 6801606.4 19018 -0.0123174999999933 6801507.49916874 19018 5000 6.5047588e-11 6801507.5 Loop time of 0.0164049 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:41 2021 Pair time (%) = 0.00107908 (6.57782) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.188934) Outpt time (%) = 0.0152059 (92.6912) Other time (%) = 8.89301e-05 (0.542096) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:41 2021 Memory usage per processor = 27.5419 Mbytes Step Atoms AVEKE stressZZ 19018 5000 6.5047588e-11 6801473.4 19019 -0.0123174999999933 6801374.57586131 19019 5000 6.5042845e-11 6801374.6 Loop time of 0.0172658 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:41 2021 Pair time (%) = 0.00107813 (6.2443) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179513) Outpt time (%) = 0.016001 (92.6745) Other time (%) = 0.000155687 (0.90171) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:41 2021 Memory usage per processor = 27.5419 Mbytes Step Atoms AVEKE stressZZ 19019 5000 6.5042845e-11 6801340.5 19020 -0.0123174999999933 6801241.65953978 19020 5000 6.5038102e-11 6801241.7 Loop time of 0.01912 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:41 2021 Pair time (%) = 0.00115395 (6.03529) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.178315) Outpt time (%) = 0.0178001 (93.0968) Other time (%) = 0.000131845 (0.689569) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:41 2021 Memory usage per processor = 27.5419 Mbytes Step Atoms AVEKE stressZZ 19020 5000 6.5038102e-11 6801207.6 19021 -0.0123174999999933 6801108.75020727 19021 5000 6.503336e-11 6801108.8 Loop time of 0.017493 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:41 2021 Pair time (%) = 0.00123119 (7.0382) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182633) Outpt time (%) = 0.0160789 (91.9164) Other time (%) = 0.000150919 (0.862739) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:41 2021 Memory usage per processor = 27.5419 Mbytes Step Atoms AVEKE stressZZ 19021 5000 6.503336e-11 6801074.7 19022 -0.0123174999999933 6800975.84785825 19022 5000 6.5028618e-11 6800975.8 Loop time of 0.0170901 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:41 2021 Pair time (%) = 0.00107408 (6.28479) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186939) Outpt time (%) = 0.015892 (92.9898) Other time (%) = 9.20296e-05 (0.538497) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:41 2021 Memory usage per processor = 27.5419 Mbytes Step Atoms AVEKE stressZZ 19022 5000 6.5028618e-11 6800941.8 19023 -0.0123174999999933 6800842.95248831 19023 5000 6.5023877e-11 6800843 Loop time of 0.016732 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:41 2021 Pair time (%) = 0.001122 (6.70571) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.19094) Outpt time (%) = 0.0154829 (92.5348) Other time (%) = 9.5129e-05 (0.568546) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:41 2021 Memory usage per processor = 27.5419 Mbytes Step Atoms AVEKE stressZZ 19023 5000 6.5023877e-11 6800808.9 19024 -0.0123174999999933 6800710.0640938 19024 5000 6.5019136e-11 6800710.1 Loop time of 0.0167072 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:41 2021 Pair time (%) = 0.00114703 (6.8655) Neigh time (%) = 0 (0) Comm time (%) = 5.50747e-05 (0.329647) Outpt time (%) = 0.0153401 (91.8173) Other time (%) = 0.000164986 (0.987513) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:41 2021 Memory usage per processor = 27.5419 Mbytes Step Atoms AVEKE stressZZ 19024 5000 6.5019136e-11 6800676 19025 -0.0123174999999933 6800577.18267134 19025 5000 6.5014396e-11 6800577.2 Loop time of 0.017271 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:41 2021 Pair time (%) = 0.00121284 (7.02236) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.196024) Outpt time (%) = 0.015924 (92.2004) Other time (%) = 0.000100374 (0.581171) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:41 2021 Memory usage per processor = 27.5419 Mbytes Step Atoms AVEKE stressZZ 19025 5000 6.5014396e-11 6800543.1 19026 -0.0123174999999933 6800444.30821789 19026 5000 6.5009656e-11 6800444.3 Loop time of 0.0172751 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:41 2021 Pair time (%) = 0.00111294 (6.44244) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179417) Outpt time (%) = 0.0160379 (92.8385) Other time (%) = 9.32217e-05 (0.53963) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:41 2021 Memory usage per processor = 27.5419 Mbytes Step Atoms AVEKE stressZZ 19026 5000 6.5009656e-11 6800410.2 19027 -0.0123174999999933 6800311.44071191 19027 5000 6.5004917e-11 6800311.4 Loop time of 0.016618 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:41 2021 Pair time (%) = 0.00112104 (6.74596) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.186511) Outpt time (%) = 0.015378 (92.5381) Other time (%) = 8.79765e-05 (0.529404) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:41 2021 Memory usage per processor = 27.5419 Mbytes Step Atoms AVEKE stressZZ 19027 5000 6.5004917e-11 6800277.4 19028 -0.0123174999999933 6800178.58016394 19028 5000 6.5000179e-11 6800178.6 Loop time of 0.0170431 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:41 2021 Pair time (%) = 0.00131583 (7.72061) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.240613) Outpt time (%) = 0.0155489 (91.233) Other time (%) = 0.000137329 (0.805775) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:25:41 2021 Memory usage per processor = 27.5419 Mbytes Step Atoms AVEKE stressZZ 19028 5000 6.5000179e-11 6800144.5 19029 -0.0123174999999933 6800026.1086558 19029 5000 1.2831485e-10 6800249.9 Loop time of 0.016861 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:41 2021 Pair time (%) = 0.00111389 (6.60633) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.195136) Outpt time (%) = 0.0155959 (92.4972) Other time (%) = 0.000118256 (0.701357) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28361 ave 28361 max 28361 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28361 Ave neighs/atom = 5.6722 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:41 2021 Memory usage per processor = 27.5419 Mbytes Step Atoms AVEKE stressZZ 19029 5000 1.2831485e-10 6862028 19030 -0.0123499999999933 6861897.50933846 19030 5000 1.0326763e-10 6861897.5 Loop time of 0.019341 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:41 2021 Pair time (%) = 0.00111198 (5.74937) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.165183) Outpt time (%) = 0.0181019 (93.5936) Other time (%) = 9.5129e-05 (0.491852) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28362 ave 28362 max 28362 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28362 Ave neighs/atom = 5.6724 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:41 2021 Memory usage per processor = 27.542 Mbytes Step Atoms AVEKE stressZZ 19030 5000 1.0326763e-10 6861851.5 19031 -0.0123499999999933 6861732.17596747 19031 5000 8.8760965e-11 6861732.2 Loop time of 0.0165689 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:41 2021 Pair time (%) = 0.00107694 (6.49975) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.19282) Outpt time (%) = 0.0153639 (92.7275) Other time (%) = 9.60827e-05 (0.579898) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28362 ave 28362 max 28362 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28362 Ave neighs/atom = 5.6724 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:41 2021 Memory usage per processor = 27.542 Mbytes Step Atoms AVEKE stressZZ 19031 5000 8.8760965e-11 6861690.4 19032 -0.0123499999999933 6861578.12792688 19032 5000 8.0110766e-11 6861578.1 Loop time of 0.0175121 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:41 2021 Pair time (%) = 0.00124598 (7.11495) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.183796) Outpt time (%) = 0.0161231 (92.0682) Other time (%) = 0.000110865 (0.633075) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28362 ave 28362 max 28362 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28362 Ave neighs/atom = 5.6724 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:41 2021 Memory usage per processor = 27.542 Mbytes Step Atoms AVEKE stressZZ 19032 5000 8.0110766e-11 6861539 19033 -0.0123499999999933 6861431.2543899 19033 5000 7.4842247e-11 6861431.3 Loop time of 0.01735 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:41 2021 Pair time (%) = 0.00107884 (6.21814) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.178643) Outpt time (%) = 0.016144 (93.0494) Other time (%) = 9.60827e-05 (0.553792) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28362 ave 28362 max 28362 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28362 Ave neighs/atom = 5.6724 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:41 2021 Memory usage per processor = 27.542 Mbytes Step Atoms AVEKE stressZZ 19033 5000 7.4842247e-11 6861393.8 19034 -0.0123499999999933 6861288.94289002 19034 5000 7.158542e-11 6861288.9 Loop time of 0.0169461 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:41 2021 Pair time (%) = 0.00107503 (6.34382) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188528) Outpt time (%) = 0.0157471 (92.9246) Other time (%) = 9.20296e-05 (0.543073) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28362 ave 28362 max 28362 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28362 Ave neighs/atom = 5.6724 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:41 2021 Memory usage per processor = 27.542 Mbytes Step Atoms AVEKE stressZZ 19034 5000 7.158542e-11 6861252.6 19035 -0.0123499999999933 6861149.53317949 19035 5000 6.955154e-11 6861149.5 Loop time of 0.0167282 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:41 2021 Pair time (%) = 0.00114703 (6.85689) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.203811) Outpt time (%) = 0.0154111 (92.1269) Other time (%) = 0.000135899 (0.812394) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28362 ave 28362 max 28362 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28362 Ave neighs/atom = 5.6724 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:41 2021 Memory usage per processor = 27.542 Mbytes Step Atoms AVEKE stressZZ 19035 5000 6.955154e-11 6861113.9 19036 -0.0123499999999933 6861011.97014859 19036 5000 6.8272435e-11 6861012 Loop time of 0.017488 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:41 2021 Pair time (%) = 0.00122309 (6.99387) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182686) Outpt time (%) = 0.01614 (92.2918) Other time (%) = 9.29832e-05 (0.531697) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28362 ave 28362 max 28362 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28362 Ave neighs/atom = 5.6724 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:41 2021 Memory usage per processor = 27.542 Mbytes Step Atoms AVEKE stressZZ 19036 5000 6.8272435e-11 6860976.7 19037 -0.0123499999999933 6860875.58323421 19037 5000 6.7463937e-11 6860875.6 Loop time of 0.0174839 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:41 2021 Pair time (%) = 0.00111985 (6.40503) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.184092) Outpt time (%) = 0.0161769 (92.5245) Other time (%) = 0.000154972 (0.886368) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28362 ave 28362 max 28362 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28362 Ave neighs/atom = 5.6724 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:41 2021 Memory usage per processor = 27.542 Mbytes Step Atoms AVEKE stressZZ 19037 5000 6.7463937e-11 6860840.6 19038 -0.0123499999999933 6860739.94634329 19038 5000 6.6950854e-11 6860739.9 Loop time of 0.0165389 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:41 2021 Pair time (%) = 0.00107503 (6.50002) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.19317) Outpt time (%) = 0.015337 (92.7331) Other time (%) = 9.48906e-05 (0.573743) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28362 ave 28362 max 28362 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28362 Ave neighs/atom = 5.6724 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:41 2021 Memory usage per processor = 27.542 Mbytes Step Atoms AVEKE stressZZ 19038 5000 6.6950854e-11 6860705.2 19039 -0.0123499999999933 6860604.78866429 19039 5000 6.6624031e-11 6860604.8 Loop time of 0.0174201 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:41 2021 Pair time (%) = 0.00142407 (8.17491) Neigh time (%) = 0 (0) Comm time (%) = 4.22001e-05 (0.24225) Outpt time (%) = 0.0157812 (90.5919) Other time (%) = 0.000172615 (0.990899) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28362 ave 28362 max 28362 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28362 Ave neighs/atom = 5.6724 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:41 2021 Memory usage per processor = 27.542 Mbytes Step Atoms AVEKE stressZZ 19039 5000 6.6624031e-11 6860570.1 19040 -0.0123499999999933 6860469.93809264 19040 5000 6.6414979e-11 6860469.9 Loop time of 0.019829 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:41 2021 Pair time (%) = 0.00107288 (5.41067) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.156308) Outpt time (%) = 0.0186141 (93.8727) Other time (%) = 0.000111103 (0.560305) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28362 ave 28362 max 28362 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28362 Ave neighs/atom = 5.6724 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:41 2021 Memory usage per processor = 27.542 Mbytes Step Atoms AVEKE stressZZ 19040 5000 6.6414979e-11 6860435.3 19041 -0.0123499999999933 6860335.28525409 19041 5000 6.6280529e-11 6860335.3 Loop time of 0.0204921 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:42 2021 Pair time (%) = 0.00107408 (5.24142) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.157068) Outpt time (%) = 0.0192909 (94.1385) Other time (%) = 9.48906e-05 (0.46306) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28362 ave 28362 max 28362 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28362 Ave neighs/atom = 5.6724 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:42 2021 Memory usage per processor = 27.542 Mbytes Step Atoms AVEKE stressZZ 19041 5000 6.6280529e-11 6860300.7 19042 -0.0123499999999933 6860200.76063908 19042 5000 6.6193393e-11 6860200.8 Loop time of 0.0167322 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:42 2021 Pair time (%) = 0.00107598 (6.43061) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190938) Outpt time (%) = 0.0155349 (92.8441) Other time (%) = 8.9407e-05 (0.53434) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28362 ave 28362 max 28362 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28362 Ave neighs/atom = 5.6724 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:42 2021 Memory usage per processor = 27.542 Mbytes Step Atoms AVEKE stressZZ 19042 5000 6.6193393e-11 6860166.2 19043 -0.0123499999999933 6860066.32007347 19043 5000 6.6136284e-11 6860066.3 Loop time of 0.0167408 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:42 2021 Pair time (%) = 0.00114489 (6.8389) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.20793) Outpt time (%) = 0.0154579 (92.3365) Other time (%) = 0.000103235 (0.616669) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28362 ave 28362 max 28362 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28362 Ave neighs/atom = 5.6724 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:42 2021 Memory usage per processor = 27.542 Mbytes Step Atoms AVEKE stressZZ 19043 5000 6.6136284e-11 6860031.8 19044 -0.0123499999999933 6859931.93548367 19044 5000 6.6098242e-11 6859931.9 Loop time of 0.0173562 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:42 2021 Pair time (%) = 0.00121188 (6.98243) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.200558) Outpt time (%) = 0.0159888 (92.1219) Other time (%) = 0.00012064 (0.695084) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28362 ave 28362 max 28362 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28362 Ave neighs/atom = 5.6724 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:42 2021 Memory usage per processor = 27.542 Mbytes Step Atoms AVEKE stressZZ 19044 5000 6.6098242e-11 6859897.4 19045 -0.0123499999999933 6859797.58902807 19045 5000 6.6072312e-11 6859797.6 Loop time of 0.0170631 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:42 2021 Pair time (%) = 0.00107694 (6.31148) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187235) Outpt time (%) = 0.0158651 (92.9787) Other time (%) = 8.91685e-05 (0.52258) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28362 ave 28362 max 28362 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28362 Ave neighs/atom = 5.6724 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:42 2021 Memory usage per processor = 27.542 Mbytes Step Atoms AVEKE stressZZ 19045 5000 6.6072312e-11 6859763.1 19046 -0.0123499999999933 6859663.26936802 19046 5000 6.6054075e-11 6859663.3 Loop time of 0.0165811 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:42 2021 Pair time (%) = 0.00108314 (6.53237) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.186927) Outpt time (%) = 0.0153561 (92.6121) Other time (%) = 0.000110865 (0.668622) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28362 ave 28362 max 28362 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28362 Ave neighs/atom = 5.6724 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:42 2021 Memory usage per processor = 27.542 Mbytes Step Atoms AVEKE stressZZ 19046 5000 6.6054075e-11 6859628.8 19047 -0.0123499999999933 6859528.96929702 19047 5000 6.6040727e-11 6859529 Loop time of 0.017056 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:42 2021 Pair time (%) = 0.00127006 (7.44639) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205485) Outpt time (%) = 0.0156369 (91.6799) Other time (%) = 0.000113964 (0.668176) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28362 ave 28362 max 28362 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28362 Ave neighs/atom = 5.6724 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:42 2021 Memory usage per processor = 27.542 Mbytes Step Atoms AVEKE stressZZ 19047 5000 6.6040727e-11 6859494.5 19048 -0.0123499999999933 6859394.68423539 19048 5000 6.6030485e-11 6859394.7 Loop time of 0.017278 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:42 2021 Pair time (%) = 0.00111699 (6.46483) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184907) Outpt time (%) = 0.0160351 (92.8066) Other time (%) = 9.39369e-05 (0.543681) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28362 ave 28362 max 28362 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28362 Ave neighs/atom = 5.6724 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:42 2021 Memory usage per processor = 27.542 Mbytes Step Atoms AVEKE stressZZ 19048 5000 6.6030485e-11 6859360.2 19049 -0.0123499999999933 6859260.41127221 19049 5000 6.6022218e-11 6859260.4 Loop time of 0.0174749 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:42 2021 Pair time (%) = 0.00107479 (6.15049) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182823) Outpt time (%) = 0.0162439 (92.9559) Other time (%) = 0.000124216 (0.710826) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28362 ave 28362 max 28362 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28362 Ave neighs/atom = 5.6724 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:42 2021 Memory usage per processor = 27.542 Mbytes Step Atoms AVEKE stressZZ 19049 5000 6.6022218e-11 6859225.9 19050 -0.0123499999999933 6859126.14855651 19050 5000 6.6015206e-11 6859126.1 Loop time of 0.0191231 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:42 2021 Pair time (%) = 0.00109887 (5.74631) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.178286) Outpt time (%) = 0.0178859 (93.5306) Other time (%) = 0.000104189 (0.544833) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28362 ave 28362 max 28362 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28362 Ave neighs/atom = 5.6724 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:42 2021 Memory usage per processor = 27.542 Mbytes Step Atoms AVEKE stressZZ 19050 5000 6.6015206e-11 6859091.7 19051 -0.0123499999999933 6858991.89491244 19051 5000 6.6008991e-11 6858991.9 Loop time of 0.01722 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:42 2021 Pair time (%) = 0.00132608 (7.70083) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.238141) Outpt time (%) = 0.0157301 (91.348) Other time (%) = 0.000122786 (0.71304) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28362 ave 28362 max 28362 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28362 Ave neighs/atom = 5.6724 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:42 2021 Memory usage per processor = 27.542 Mbytes Step Atoms AVEKE stressZZ 19051 5000 6.6008991e-11 6858957.4 19052 -0.0123499999999933 6858857.64959197 19052 5000 6.6003283e-11 6858857.6 Loop time of 0.0174019 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:42 2021 Pair time (%) = 0.00107503 (6.17764) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183589) Outpt time (%) = 0.0161731 (92.9387) Other time (%) = 0.000121832 (0.700105) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28362 ave 28362 max 28362 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28362 Ave neighs/atom = 5.6724 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:42 2021 Memory usage per processor = 27.542 Mbytes Step Atoms AVEKE stressZZ 19052 5000 6.6003283e-11 6858823.2 19053 -0.0123499999999933 6858723.41211939 19053 5000 6.5997897e-11 6858723.4 Loop time of 0.0178509 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:42 2021 Pair time (%) = 0.00128603 (7.2043) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.178972) Outpt time (%) = 0.01634 (91.5362) Other time (%) = 0.000192881 (1.08051) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28362 ave 28362 max 28362 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28362 Ave neighs/atom = 5.6724 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:42 2021 Memory usage per processor = 27.542 Mbytes Step Atoms AVEKE stressZZ 19053 5000 6.5997897e-11 6858688.9 19054 -0.0123499999999933 6858589.18219217 19054 5000 6.5992717e-11 6858589.2 Loop time of 0.0167451 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:42 2021 Pair time (%) = 0.00108409 (6.47407) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.192215) Outpt time (%) = 0.0155342 (92.7685) Other time (%) = 9.46522e-05 (0.565253) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28362 ave 28362 max 28362 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28362 Ave neighs/atom = 5.6724 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:42 2021 Memory usage per processor = 27.542 Mbytes Step Atoms AVEKE stressZZ 19054 5000 6.5992717e-11 6858554.7 19055 -0.0123499999999933 6858454.95961767 19055 5000 6.5987667e-11 6858455 Loop time of 0.0172219 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:42 2021 Pair time (%) = 0.00125289 (7.27497) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191046) Outpt time (%) = 0.015821 (91.8653) Other time (%) = 0.000115156 (0.66866) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28362 ave 28362 max 28362 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28362 Ave neighs/atom = 5.6724 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:42 2021 Memory usage per processor = 27.542 Mbytes Step Atoms AVEKE stressZZ 19055 5000 6.5987667e-11 6858420.5 19056 -0.0123499999999933 6858320.7442732 19056 5000 6.59827e-11 6858320.7 Loop time of 0.017566 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:42 2021 Pair time (%) = 0.00111413 (6.34255) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.176446) Outpt time (%) = 0.0163262 (92.9422) Other time (%) = 9.46522e-05 (0.538838) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28362 ave 28362 max 28362 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28362 Ave neighs/atom = 5.6724 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:42 2021 Memory usage per processor = 27.542 Mbytes Step Atoms AVEKE stressZZ 19056 5000 6.59827e-11 6858286.3 19057 -0.0123499999999933 6858186.53608037 19057 5000 6.5977787e-11 6858186.5 Loop time of 0.017139 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:42 2021 Pair time (%) = 0.00107503 (6.27243) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.187797) Outpt time (%) = 0.0159161 (92.8651) Other time (%) = 0.000115633 (0.674679) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28362 ave 28362 max 28362 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28362 Ave neighs/atom = 5.6724 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:42 2021 Memory usage per processor = 27.542 Mbytes Step Atoms AVEKE stressZZ 19057 5000 6.5977787e-11 6858152.1 19058 -0.0123499999999933 6858052.33498897 19058 5000 6.5972907e-11 6858052.3 Loop time of 0.0171349 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:42 2021 Pair time (%) = 0.00117397 (6.85135) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198973) Outpt time (%) = 0.0158229 (92.343) Other time (%) = 0.000103951 (0.606659) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28362 ave 28362 max 28362 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28362 Ave neighs/atom = 5.6724 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:42 2021 Memory usage per processor = 27.542 Mbytes Step Atoms AVEKE stressZZ 19058 5000 6.5972907e-11 6858017.9 19059 -0.0123499999999933 6857918.14096695 19059 5000 6.5968049e-11 6857918.1 Loop time of 0.0172851 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:42 2021 Pair time (%) = 0.00123501 (7.14493) Neigh time (%) = 0 (0) Comm time (%) = 4.50611e-05 (0.260693) Outpt time (%) = 0.015887 (91.9116) Other time (%) = 0.000118017 (0.682768) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28362 ave 28362 max 28362 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28362 Ave neighs/atom = 5.6724 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:42 2021 Memory usage per processor = 27.542 Mbytes Step Atoms AVEKE stressZZ 19059 5000 6.5968049e-11 6857883.7 19060 -0.0123499999999933 6857783.95399355 19060 5000 6.5963205e-11 6857784 Loop time of 0.0188849 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:42 2021 Pair time (%) = 0.00107503 (5.69253) Neigh time (%) = 0 (0) Comm time (%) = 5.48363e-05 (0.290371) Outpt time (%) = 0.0176389 (93.4023) Other time (%) = 0.00011611 (0.614829) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28362 ave 28362 max 28362 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28362 Ave neighs/atom = 5.6724 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:42 2021 Memory usage per processor = 27.542 Mbytes Step Atoms AVEKE stressZZ 19060 5000 6.5963205e-11 6857749.5 19061 -0.0123499999999933 6857649.77405512 19061 5000 6.595837e-11 6857649.8 Loop time of 0.0165451 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:42 2021 Pair time (%) = 0.00107813 (6.51632) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193097) Outpt time (%) = 0.015348 (92.7646) Other time (%) = 8.70228e-05 (0.525974) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28362 ave 28362 max 28362 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28362 Ave neighs/atom = 5.6724 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:42 2021 Memory usage per processor = 27.542 Mbytes Step Atoms AVEKE stressZZ 19061 5000 6.595837e-11 6857615.3 19062 -0.0123499999999933 6857515.60114286 19062 5000 6.5953541e-11 6857515.6 Loop time of 0.0164859 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:42 2021 Pair time (%) = 0.00107908 (6.54548) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.188005) Outpt time (%) = 0.0152869 (92.7271) Other time (%) = 8.89301e-05 (0.53943) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28362 ave 28362 max 28362 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28362 Ave neighs/atom = 5.6724 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:42 2021 Memory usage per processor = 27.542 Mbytes Step Atoms AVEKE stressZZ 19062 5000 6.5953541e-11 6857481.1 19063 -0.0123499999999933 6857381.43525076 19063 5000 6.5948716e-11 6857381.4 Loop time of 0.0172491 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:42 2021 Pair time (%) = 0.00145912 (8.45911) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.219771) Outpt time (%) = 0.0156071 (90.4807) Other time (%) = 0.000144958 (0.840383) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28362 ave 28362 max 28362 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28362 Ave neighs/atom = 5.6724 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:42 2021 Memory usage per processor = 27.542 Mbytes Step Atoms AVEKE stressZZ 19063 5000 6.5948716e-11 6857347 19064 -0.0123499999999933 6857247.27637465 19064 5000 6.5943894e-11 6857247.3 Loop time of 0.0173609 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:42 2021 Pair time (%) = 0.00108099 (6.22657) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.201876) Outpt time (%) = 0.016149 (93.0195) Other time (%) = 9.58443e-05 (0.552069) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28362 ave 28362 max 28362 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28362 Ave neighs/atom = 5.6724 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:42 2021 Memory usage per processor = 27.542 Mbytes Step Atoms AVEKE stressZZ 19064 5000 6.5943894e-11 6857212.8 19065 -0.0123499999999933 6857113.12451166 19065 5000 6.5939074e-11 6857113.1 Loop time of 0.0168748 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:42 2021 Pair time (%) = 0.00111389 (6.60092) Neigh time (%) = 0 (0) Comm time (%) = 5.60284e-05 (0.332024) Outpt time (%) = 0.0156078 (92.492) Other time (%) = 9.70364e-05 (0.575037) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28362 ave 28362 max 28362 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28362 Ave neighs/atom = 5.6724 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:42 2021 Memory usage per processor = 27.542 Mbytes Step Atoms AVEKE stressZZ 19065 5000 6.5939074e-11 6857078.7 19066 -0.0123499999999933 6856978.97965952 19066 5000 6.5934255e-11 6856979 Loop time of 0.0170598 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:42 2021 Pair time (%) = 0.00113797 (6.67049) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192861) Outpt time (%) = 0.0157719 (92.4505) Other time (%) = 0.000117064 (0.686195) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28362 ave 28362 max 28362 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28362 Ave neighs/atom = 5.6724 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:42 2021 Memory usage per processor = 27.542 Mbytes Step Atoms AVEKE stressZZ 19066 5000 6.5934255e-11 6856944.5 19067 -0.0123499999999933 6856844.84181665 19067 5000 6.5929438e-11 6856844.8 Loop time of 0.0176339 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:42 2021 Pair time (%) = 0.00125194 (7.09959) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.19199) Outpt time (%) = 0.01617 (91.6984) Other time (%) = 0.000178099 (1.00998) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28362 ave 28362 max 28362 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28362 Ave neighs/atom = 5.6724 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:42 2021 Memory usage per processor = 27.542 Mbytes Step Atoms AVEKE stressZZ 19067 5000 6.5929438e-11 6856810.4 19068 -0.0123499999999933 6856710.71098155 19068 5000 6.5924621e-11 6856710.7 Loop time of 0.0172181 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:42 2021 Pair time (%) = 0.00107694 (6.25467) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185549) Outpt time (%) = 0.016017 (93.0239) Other time (%) = 9.2268e-05 (0.535877) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28362 ave 28362 max 28362 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28362 Ave neighs/atom = 5.6724 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:42 2021 Memory usage per processor = 27.542 Mbytes Step Atoms AVEKE stressZZ 19068 5000 6.5924621e-11 6856676.3 19069 -0.0123499999999933 6856576.58715305 19069 5000 6.5919805e-11 6856576.6 Loop time of 0.0168428 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:42 2021 Pair time (%) = 0.00112009 (6.65025) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.189683) Outpt time (%) = 0.0155969 (92.6023) Other time (%) = 9.39369e-05 (0.557726) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28362 ave 28362 max 28362 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28362 Ave neighs/atom = 5.6724 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:42 2021 Memory usage per processor = 27.542 Mbytes Step Atoms AVEKE stressZZ 19069 5000 6.5919805e-11 6856542.1 19070 -0.0123499999999933 6856442.47036939 19070 5000 6.591499e-11 6856442.5 Loop time of 0.018976 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:42 2021 Pair time (%) = 0.0011301 (5.95545) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.247515) Outpt time (%) = 0.0176659 (93.096) Other time (%) = 0.000133038 (0.701084) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28362 ave 28362 max 28362 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28362 Ave neighs/atom = 5.6724 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:42 2021 Memory usage per processor = 27.542 Mbytes Step Atoms AVEKE stressZZ 19070 5000 6.591499e-11 6856408 19071 -0.0123499999999933 6856308.36063821 19071 5000 6.5910175e-11 6856308.4 Loop time of 0.017334 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:42 2021 Pair time (%) = 0.00120401 (6.94597) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.196688) Outpt time (%) = 0.0159891 (92.2411) Other time (%) = 0.000106812 (0.616197) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28362 ave 28362 max 28362 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28362 Ave neighs/atom = 5.6724 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:42 2021 Memory usage per processor = 27.542 Mbytes Step Atoms AVEKE stressZZ 19071 5000 6.5910175e-11 6856273.9 19072 -0.0123499999999933 6856174.2579391 19072 5000 6.5905361e-11 6856174.3 Loop time of 0.0173771 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:42 2021 Pair time (%) = 0.001086 (6.24957) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.185223) Outpt time (%) = 0.016166 (93.0301) Other time (%) = 9.29832e-05 (0.53509) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28362 ave 28362 max 28362 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28362 Ave neighs/atom = 5.6724 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:42 2021 Memory usage per processor = 27.542 Mbytes Step Atoms AVEKE stressZZ 19072 5000 6.5905361e-11 6856139.8 19073 -0.0123499999999933 6856040.16226525 19073 5000 6.5900548e-11 6856040.2 Loop time of 0.0167379 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:42 2021 Pair time (%) = 0.001122 (6.70332) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190872) Outpt time (%) = 0.015491 (92.5503) Other time (%) = 9.29832e-05 (0.555524) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28362 ave 28362 max 28362 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28362 Ave neighs/atom = 5.6724 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:42 2021 Memory usage per processor = 27.542 Mbytes Step Atoms AVEKE stressZZ 19073 5000 6.5900548e-11 6856005.7 19074 -0.0123499999999933 6855906.07361265 19074 5000 6.5895735e-11 6855906.1 Loop time of 0.0169661 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:42 2021 Pair time (%) = 0.00129008 (7.60388) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.219221) Outpt time (%) = 0.0155239 (91.4996) Other time (%) = 0.000114918 (0.677337) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28362 ave 28362 max 28362 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28362 Ave neighs/atom = 5.6724 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:42 2021 Memory usage per processor = 27.542 Mbytes Step Atoms AVEKE stressZZ 19074 5000 6.5895735e-11 6855871.6 19075 -0.0123499999999933 6855771.99197818 19075 5000 6.5890923e-11 6855772 Loop time of 0.0173919 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:42 2021 Pair time (%) = 0.00107813 (6.19902) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.178212) Outpt time (%) = 0.0161901 (93.0895) Other time (%) = 9.27448e-05 (0.533264) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28362 ave 28362 max 28362 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28362 Ave neighs/atom = 5.6724 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:42 2021 Memory usage per processor = 27.542 Mbytes Step Atoms AVEKE stressZZ 19075 5000 6.5890923e-11 6855737.5 19076 -0.0123499999999933 6855637.91735955 19076 5000 6.5886111e-11 6855637.9 Loop time of 0.0172281 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:42 2021 Pair time (%) = 0.00107694 (6.25104) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185441) Outpt time (%) = 0.0160248 (93.0155) Other time (%) = 9.44138e-05 (0.548021) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28362 ave 28362 max 28362 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28362 Ave neighs/atom = 5.6724 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:42 2021 Memory usage per processor = 27.542 Mbytes Step Atoms AVEKE stressZZ 19076 5000 6.5886111e-11 6855603.5 19077 -0.0123499999999933 6855503.84975474 19077 5000 6.58813e-11 6855503.8 Loop time of 0.0167279 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:42 2021 Pair time (%) = 0.00112796 (6.74297) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.196688) Outpt time (%) = 0.015466 (92.456) Other time (%) = 0.000101089 (0.604316) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28362 ave 28362 max 28362 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28362 Ave neighs/atom = 5.6724 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:42 2021 Memory usage per processor = 27.542 Mbytes Step Atoms AVEKE stressZZ 19077 5000 6.58813e-11 6855469.4 19078 -0.0123499999999933 6855369.78916178 19078 5000 6.587649e-11 6855369.8 Loop time of 0.017272 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:42 2021 Pair time (%) = 0.00114012 (6.60096) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191872) Outpt time (%) = 0.0159972 (92.6191) Other time (%) = 0.000101566 (0.58804) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28362 ave 28362 max 28362 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28362 Ave neighs/atom = 5.6724 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:42 2021 Memory usage per processor = 27.542 Mbytes Step Atoms AVEKE stressZZ 19078 5000 6.587649e-11 6855335.3 19079 -0.0123499999999933 6855235.73557931 19079 5000 6.587168e-11 6855235.7 Loop time of 0.0174689 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:42 2021 Pair time (%) = 0.00107694 (6.16487) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.177426) Outpt time (%) = 0.016264 (93.1022) Other time (%) = 9.70364e-05 (0.55548) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28362 ave 28362 max 28362 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28362 Ave neighs/atom = 5.6724 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:42 2021 Memory usage per processor = 27.542 Mbytes Step Atoms AVEKE stressZZ 19079 5000 6.587168e-11 6855201.3 19080 -0.0123499999999933 6855101.68900562 19080 5000 6.586687e-11 6855101.7 Loop time of 0.019083 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:42 2021 Pair time (%) = 0.00107694 (5.64343) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.162419) Outpt time (%) = 0.0178821 (93.7069) Other time (%) = 9.29832e-05 (0.487256) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28362 ave 28362 max 28362 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28362 Ave neighs/atom = 5.6724 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:42 2021 Memory usage per processor = 27.542 Mbytes Step Atoms AVEKE stressZZ 19080 5000 6.586687e-11 6855067.2 19081 -0.0123499999999933 6854967.64943936 19081 5000 6.5862061e-11 6854967.6 Loop time of 0.016773 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:42 2021 Pair time (%) = 0.00109506 (6.52869) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.196159) Outpt time (%) = 0.0154989 (92.4038) Other time (%) = 0.000146151 (0.871345) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28362 ave 28362 max 28362 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28362 Ave neighs/atom = 5.6724 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:42 2021 Memory usage per processor = 27.542 Mbytes Step Atoms AVEKE stressZZ 19081 5000 6.5862061e-11 6854933.2 19082 -0.0123499999999933 6854833.61687919 19082 5000 6.5857253e-11 6854833.6 Loop time of 0.017462 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:42 2021 Pair time (%) = 0.00112605 (6.44857) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182958) Outpt time (%) = 0.0162039 (92.795) Other time (%) = 0.000100136 (0.573449) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28362 ave 28362 max 28362 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28362 Ave neighs/atom = 5.6724 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:42 2021 Memory usage per processor = 27.542 Mbytes Step Atoms AVEKE stressZZ 19082 5000 6.5857253e-11 6854799.2 19083 -0.0123499999999933 6854699.59132149 19083 5000 6.5852445e-11 6854699.6 Loop time of 0.0169859 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:43 2021 Pair time (%) = 0.00110483 (6.50441) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.193701) Outpt time (%) = 0.0157459 (92.6997) Other time (%) = 0.000102282 (0.602156) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28362 ave 28362 max 28362 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28362 Ave neighs/atom = 5.6724 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:43 2021 Memory usage per processor = 27.542 Mbytes Step Atoms AVEKE stressZZ 19083 5000 6.5852445e-11 6854665.2 19084 -0.0123499999999933 6854565.5727542 19084 5000 6.5847638e-11 6854565.6 Loop time of 0.0168631 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:43 2021 Pair time (%) = 0.001122 (6.65357) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.189456) Outpt time (%) = 0.0155749 (92.361) Other time (%) = 0.00013423 (0.795996) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28362 ave 28362 max 28362 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28362 Ave neighs/atom = 5.6724 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:43 2021 Memory usage per processor = 27.542 Mbytes Step Atoms AVEKE stressZZ 19084 5000 6.5847638e-11 6854531.1 19085 -0.0123499999999933 6854431.56118833 19085 5000 6.5842831e-11 6854431.6 Loop time of 0.0169041 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:43 2021 Pair time (%) = 0.00121212 (7.17056) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.200279) Outpt time (%) = 0.0155361 (91.907) Other time (%) = 0.00012207 (0.722134) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28362 ave 28362 max 28362 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28362 Ave neighs/atom = 5.6724 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:43 2021 Memory usage per processor = 27.542 Mbytes Step Atoms AVEKE stressZZ 19085 5000 6.5842831e-11 6854397.1 19086 -0.0123499999999933 6854297.55662283 19086 5000 6.5838025e-11 6854297.6 Loop time of 0.0173259 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:43 2021 Pair time (%) = 0.00107408 (6.19926) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184395) Outpt time (%) = 0.0161309 (93.1031) Other time (%) = 8.89301e-05 (0.513279) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28362 ave 28362 max 28362 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28362 Ave neighs/atom = 5.6724 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:43 2021 Memory usage per processor = 27.542 Mbytes Step Atoms AVEKE stressZZ 19086 5000 6.5838025e-11 6854263.1 19087 -0.0123499999999933 6854163.55905675 19087 5000 6.5833219e-11 6854163.6 Loop time of 0.0169692 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:43 2021 Pair time (%) = 0.00108409 (6.38857) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.182651) Outpt time (%) = 0.015759 (92.8682) Other time (%) = 9.5129e-05 (0.560598) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28362 ave 28362 max 28362 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28362 Ave neighs/atom = 5.6724 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:43 2021 Memory usage per processor = 27.542 Mbytes Step Atoms AVEKE stressZZ 19087 5000 6.5833219e-11 6854129.1 19088 -0.0123499999999933 6854029.56848898 19088 5000 6.5828414e-11 6854029.6 Loop time of 0.016613 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:43 2021 Pair time (%) = 0.00111604 (6.71785) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.198048) Outpt time (%) = 0.0153689 (92.5115) Other time (%) = 9.5129e-05 (0.572618) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28362 ave 28362 max 28362 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28362 Ave neighs/atom = 5.6724 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:43 2021 Memory usage per processor = 27.542 Mbytes Step Atoms AVEKE stressZZ 19088 5000 6.5828414e-11 6853995.1 19089 -0.0123499999999933 6853895.58492328 19089 5000 6.582361e-11 6853895.6 Loop time of 0.0173068 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:43 2021 Pair time (%) = 0.00119686 (6.91555) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.208018) Outpt time (%) = 0.0159459 (92.1367) Other time (%) = 0.000128031 (0.739771) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28362 ave 28362 max 28362 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28362 Ave neighs/atom = 5.6724 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:43 2021 Memory usage per processor = 27.542 Mbytes Step Atoms AVEKE stressZZ 19089 5000 6.582361e-11 6853861.2 19090 -0.0123499999999933 6853761.60837947 19090 5000 6.5818806e-11 6853761.6 Loop time of 0.0197921 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:43 2021 Pair time (%) = 0.00108504 (5.48221) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.161419) Outpt time (%) = 0.0185208 (93.577) Other time (%) = 0.000154257 (0.779387) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28362 ave 28362 max 28362 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28362 Ave neighs/atom = 5.6724 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:43 2021 Memory usage per processor = 27.542 Mbytes Step Atoms AVEKE stressZZ 19090 5000 6.5818806e-11 6853727.2 19091 -0.0123499999999933 6853627.63884572 19091 5000 6.5814002e-11 6853627.6 Loop time of 0.0172069 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:43 2021 Pair time (%) = 0.00111508 (6.48044) Neigh time (%) = 0 (0) Comm time (%) = 6.19888e-05 (0.360256) Outpt time (%) = 0.0158761 (92.2656) Other time (%) = 0.00015378 (0.893711) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28362 ave 28362 max 28362 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28362 Ave neighs/atom = 5.6724 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:43 2021 Memory usage per processor = 27.542 Mbytes Step Atoms AVEKE stressZZ 19091 5000 6.5814002e-11 6853593.2 19092 -0.0123499999999933 6853493.67631717 19092 5000 6.5809199e-11 6853493.7 Loop time of 0.0166552 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:43 2021 Pair time (%) = 0.00112009 (6.72517) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.198978) Outpt time (%) = 0.015353 (92.1812) Other time (%) = 0.000149012 (0.894685) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28362 ave 28362 max 28362 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28362 Ave neighs/atom = 5.6724 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:43 2021 Memory usage per processor = 27.542 Mbytes Step Atoms AVEKE stressZZ 19092 5000 6.5809199e-11 6853459.2 19093 -0.0123499999999933 6853359.72079111 19093 5000 6.5804397e-11 6853359.7 Loop time of 0.0173321 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:43 2021 Pair time (%) = 0.00123882 (7.14757) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191207) Outpt time (%) = 0.0159271 (91.8936) Other time (%) = 0.000133038 (0.76758) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28362 ave 28362 max 28362 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28362 Ave neighs/atom = 5.6724 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:43 2021 Memory usage per processor = 27.542 Mbytes Step Atoms AVEKE stressZZ 19093 5000 6.5804397e-11 6853325.3 19094 -0.0123499999999933 6853225.77226552 19094 5000 6.5799595e-11 6853225.8 Loop time of 0.017452 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:43 2021 Pair time (%) = 0.00108099 (6.19407) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.184429) Outpt time (%) = 0.0161831 (92.7294) Other time (%) = 0.000155687 (0.892089) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28362 ave 28362 max 28362 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28362 Ave neighs/atom = 5.6724 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:43 2021 Memory usage per processor = 27.542 Mbytes Step Atoms AVEKE stressZZ 19094 5000 6.5799595e-11 6853191.3 19095 -0.0123499999999933 6853091.83073871 19095 5000 6.5794794e-11 6853091.8 Loop time of 0.016952 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:43 2021 Pair time (%) = 0.00111794 (6.59475) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188462) Outpt time (%) = 0.0157089 (92.6669) Other time (%) = 9.32217e-05 (0.549914) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28362 ave 28362 max 28362 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28362 Ave neighs/atom = 5.6724 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:43 2021 Memory usage per processor = 27.542 Mbytes Step Atoms AVEKE stressZZ 19095 5000 6.5794794e-11 6853057.4 19096 -0.0123499999999933 6852957.89620898 19096 5000 6.5789993e-11 6852957.9 Loop time of 0.0168738 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:43 2021 Pair time (%) = 0.00113702 (6.73835) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.200639) Outpt time (%) = 0.0156 (92.4506) Other time (%) = 0.000102997 (0.610394) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28362 ave 28362 max 28362 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28362 Ave neighs/atom = 5.6724 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:43 2021 Memory usage per processor = 27.542 Mbytes Step Atoms AVEKE stressZZ 19096 5000 6.5789993e-11 6852923.5 19097 -0.0123499999999933 6852823.96867522 19097 5000 6.5785193e-11 6852824 Loop time of 0.0173659 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:43 2021 Pair time (%) = 0.00114298 (6.58173) Neigh time (%) = 0 (0) Comm time (%) = 8.4877e-05 (0.488756) Outpt time (%) = 0.0160329 (92.3241) Other time (%) = 0.000105143 (0.605453) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28362 ave 28362 max 28362 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28362 Ave neighs/atom = 5.6724 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:43 2021 Memory usage per processor = 27.542 Mbytes Step Atoms AVEKE stressZZ 19097 5000 6.5785193e-11 6852789.5 19098 -0.0123499999999933 6852690.04813596 19098 5000 6.5780394e-11 6852690 Loop time of 0.0175669 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:43 2021 Pair time (%) = 0.00107694 (6.13048) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.183222) Outpt time (%) = 0.0163629 (93.1461) Other time (%) = 9.48906e-05 (0.540166) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28362 ave 28362 max 28362 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28362 Ave neighs/atom = 5.6724 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:43 2021 Memory usage per processor = 27.542 Mbytes Step Atoms AVEKE stressZZ 19098 5000 6.5780394e-11 6852655.6 19099 -0.0123499999999933 6852556.13459008 19099 5000 6.5775595e-11 6852556.1 Loop time of 0.0166199 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:43 2021 Pair time (%) = 0.00107384 (6.46115) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192228) Outpt time (%) = 0.0154219 (92.7915) Other time (%) = 9.2268e-05 (0.555165) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28362 ave 28362 max 28362 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28362 Ave neighs/atom = 5.6724 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:43 2021 Memory usage per processor = 27.542 Mbytes Step Atoms AVEKE stressZZ 19099 5000 6.5775595e-11 6852521.7 19100 -0.0123499999999933 6852422.22803628 19100 5000 6.5770796e-11 6852422.2 Loop time of 0.019459 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:43 2021 Pair time (%) = 0.00121307 (6.234) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.200939) Outpt time (%) = 0.0180941 (92.9855) Other time (%) = 0.000112772 (0.579536) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28362 ave 28362 max 28362 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28362 Ave neighs/atom = 5.6724 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:43 2021 Memory usage per processor = 27.542 Mbytes Step Atoms AVEKE stressZZ 19100 5000 6.5770796e-11 6852387.8 19101 -0.0123499999999933 6852288.3284736 19101 5000 6.5765998e-11 6852288.3 Loop time of 0.0172009 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:43 2021 Pair time (%) = 0.00111103 (6.45912) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198209) Outpt time (%) = 0.015955 (92.7564) Other time (%) = 0.000100851 (0.586311) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28362 ave 28362 max 28362 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28362 Ave neighs/atom = 5.6724 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:43 2021 Memory usage per processor = 27.542 Mbytes Step Atoms AVEKE stressZZ 19101 5000 6.5765998e-11 6852253.9 19102 -0.0123499999999933 6852154.43590091 19102 5000 6.5761201e-11 6852154.4 Loop time of 0.017199 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:43 2021 Pair time (%) = 0.00107884 (6.2727) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.187141) Outpt time (%) = 0.0159941 (92.994) Other time (%) = 9.39369e-05 (0.546175) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28362 ave 28362 max 28362 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28362 Ave neighs/atom = 5.6724 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:43 2021 Memory usage per processor = 27.542 Mbytes Step Atoms AVEKE stressZZ 19102 5000 6.5761201e-11 6852120 19103 -0.0123499999999933 6852020.5503171 19103 5000 6.5756404e-11 6852020.6 Loop time of 0.0164969 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:43 2021 Pair time (%) = 0.00111294 (6.74635) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193661) Outpt time (%) = 0.015265 (92.5325) Other time (%) = 8.70228e-05 (0.52751) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28362 ave 28362 max 28362 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28362 Ave neighs/atom = 5.6724 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:43 2021 Memory usage per processor = 27.542 Mbytes Step Atoms AVEKE stressZZ 19103 5000 6.5756404e-11 6851986.1 19104 -0.0123499999999933 6851886.67172126 19104 5000 6.5751608e-11 6851886.7 Loop time of 0.016535 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:43 2021 Pair time (%) = 0.00108695 (6.57362) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193214) Outpt time (%) = 0.015326 (92.6881) Other time (%) = 9.01222e-05 (0.545038) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28362 ave 28362 max 28362 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28362 Ave neighs/atom = 5.6724 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:43 2021 Memory usage per processor = 27.542 Mbytes Step Atoms AVEKE stressZZ 19104 5000 6.5751608e-11 6851852.3 19105 -0.0123499999999933 6851752.80011233 19105 5000 6.5746812e-11 6851752.8 Loop time of 0.016578 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:43 2021 Pair time (%) = 0.00107694 (6.4962) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.186962) Outpt time (%) = 0.0153799 (92.7732) Other time (%) = 9.01222e-05 (0.543627) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28362 ave 28362 max 28362 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28362 Ave neighs/atom = 5.6724 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:43 2021 Memory usage per processor = 27.542 Mbytes Step Atoms AVEKE stressZZ 19105 5000 6.5746812e-11 6851718.4 19106 -0.0123499999999933 6851618.93548926 19106 5000 6.5742017e-11 6851618.9 Loop time of 0.017566 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:43 2021 Pair time (%) = 0.00145006 (8.25495) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.210378) Outpt time (%) = 0.0159531 (90.818) Other time (%) = 0.000125885 (0.716642) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28362 ave 28362 max 28362 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28362 Ave neighs/atom = 5.6724 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:43 2021 Memory usage per processor = 27.542 Mbytes Step Atoms AVEKE stressZZ 19106 5000 6.5742017e-11 6851584.5 19107 -0.0123499999999933 6851485.07785111 19107 5000 6.5737222e-11 6851485.1 Loop time of 0.017308 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:43 2021 Pair time (%) = 0.00110698 (6.39576) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190096) Outpt time (%) = 0.016068 (92.8356) Other time (%) = 0.000100136 (0.578552) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28362 ave 28362 max 28362 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28362 Ave neighs/atom = 5.6724 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:43 2021 Memory usage per processor = 27.542 Mbytes Step Atoms AVEKE stressZZ 19107 5000 6.5737222e-11 6851450.7 19108 -0.0123499999999933 6851351.22719692 19108 5000 6.5732428e-11 6851351.2 Loop time of 0.0165401 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:43 2021 Pair time (%) = 0.00113893 (6.88587) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.18739) Outpt time (%) = 0.0152609 (92.2666) Other time (%) = 0.000109196 (0.66019) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28362 ave 28362 max 28362 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28362 Ave neighs/atom = 5.6724 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:43 2021 Memory usage per processor = 27.542 Mbytes Step Atoms AVEKE stressZZ 19108 5000 6.5732428e-11 6851316.8 19109 -0.0123499999999933 6851217.38352594 19109 5000 6.5727635e-11 6851217.4 Loop time of 0.0170221 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:43 2021 Pair time (%) = 0.00129604 (7.61387) Neigh time (%) = 0 (0) Comm time (%) = 3.57628e-05 (0.210096) Outpt time (%) = 0.015574 (91.4925) Other time (%) = 0.000116348 (0.683512) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28362 ave 28362 max 28362 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28362 Ave neighs/atom = 5.6724 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:43 2021 Memory usage per processor = 27.542 Mbytes Step Atoms AVEKE stressZZ 19109 5000 6.5727635e-11 6851183 19110 -0.0123499999999933 6851083.5468369 19110 5000 6.5722842e-11 6851083.5 Loop time of 0.0195661 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:43 2021 Pair time (%) = 0.00111699 (5.70882) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.158409) Outpt time (%) = 0.0182891 (93.4735) Other time (%) = 0.000128984 (0.659226) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28362 ave 28362 max 28362 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28362 Ave neighs/atom = 5.6724 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:43 2021 Memory usage per processor = 27.542 Mbytes Step Atoms AVEKE stressZZ 19110 5000 6.5722842e-11 6851049.1 19111 -0.0123499999999933 6850949.71712908 19111 5000 6.5718049e-11 6850949.7 Loop time of 0.017144 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:43 2021 Pair time (%) = 0.00108719 (6.34152) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180789) Outpt time (%) = 0.0159171 (92.8435) Other time (%) = 0.000108719 (0.634152) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28362 ave 28362 max 28362 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28362 Ave neighs/atom = 5.6724 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:43 2021 Memory usage per processor = 27.542 Mbytes Step Atoms AVEKE stressZZ 19111 5000 6.5718049e-11 6850915.3 19112 -0.0123499999999933 6850815.89440154 19112 5000 6.5713257e-11 6850815.9 Loop time of 0.0166018 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:43 2021 Pair time (%) = 0.00109792 (6.61324) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192437) Outpt time (%) = 0.0153759 (92.6156) Other time (%) = 9.60827e-05 (0.578749) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28362 ave 28362 max 28362 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28362 Ave neighs/atom = 5.6724 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:43 2021 Memory usage per processor = 27.542 Mbytes Step Atoms AVEKE stressZZ 19112 5000 6.5713257e-11 6850781.5 19113 -0.0123499999999933 6850682.07865336 19113 5000 6.5708466e-11 6850682.1 Loop time of 0.017818 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:43 2021 Pair time (%) = 0.00134706 (7.56015) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.263602) Outpt time (%) = 0.01618 (90.8074) Other time (%) = 0.000243902 (1.36885) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28362 ave 28362 max 28362 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28362 Ave neighs/atom = 5.6724 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:43 2021 Memory usage per processor = 27.542 Mbytes Step Atoms AVEKE stressZZ 19113 5000 6.5708466e-11 6850647.7 19114 -0.0123499999999933 6850548.26988367 19114 5000 6.5703675e-11 6850548.3 Loop time of 0.0172238 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:43 2021 Pair time (%) = 0.00107718 (6.25398) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185488) Outpt time (%) = 0.016022 (93.0221) Other time (%) = 9.27448e-05 (0.538468) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28362 ave 28362 max 28362 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28362 Ave neighs/atom = 5.6724 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:43 2021 Memory usage per processor = 27.542 Mbytes Step Atoms AVEKE stressZZ 19114 5000 6.5703675e-11 6850513.9 19115 -0.0123499999999933 6850414.4680916 19115 5000 6.5698885e-11 6850414.5 Loop time of 0.0169771 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:43 2021 Pair time (%) = 0.00107503 (6.33224) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.182566) Outpt time (%) = 0.0157781 (92.9375) Other time (%) = 9.29832e-05 (0.547699) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28362 ave 28362 max 28362 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28362 Ave neighs/atom = 5.6724 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:43 2021 Memory usage per processor = 27.542 Mbytes Step Atoms AVEKE stressZZ 19115 5000 6.5698885e-11 6850380.1 19116 -0.0123499999999933 6850280.67327614 19116 5000 6.5694095e-11 6850280.7 Loop time of 0.0167429 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:43 2021 Pair time (%) = 0.00117898 (7.04165) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.203631) Outpt time (%) = 0.0153999 (91.9786) Other time (%) = 0.000129938 (0.776077) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28362 ave 28362 max 28362 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28362 Ave neighs/atom = 5.6724 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:43 2021 Memory usage per processor = 27.542 Mbytes Step Atoms AVEKE stressZZ 19116 5000 6.5694095e-11 6850246.3 19117 -0.0123499999999933 6850146.88543666 19117 5000 6.5689306e-11 6850146.9 Loop time of 0.0174711 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:43 2021 Pair time (%) = 0.00129294 (7.40048) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.184227) Outpt time (%) = 0.016053 (91.8831) Other time (%) = 9.29832e-05 (0.532213) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28362 ave 28362 max 28362 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28362 Ave neighs/atom = 5.6724 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:43 2021 Memory usage per processor = 27.542 Mbytes Step Atoms AVEKE stressZZ 19117 5000 6.5689306e-11 6850112.5 19118 -0.0123499999999933 6850013.10457198 19118 5000 6.5684517e-11 6850013.1 Loop time of 0.017379 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:43 2021 Pair time (%) = 0.00107408 (6.18029) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183831) Outpt time (%) = 0.01618 (93.1008) Other time (%) = 9.29832e-05 (0.535031) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28362 ave 28362 max 28362 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28362 Ave neighs/atom = 5.6724 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:43 2021 Memory usage per processor = 27.542 Mbytes Step Atoms AVEKE stressZZ 19118 5000 6.5684517e-11 6849978.7 19119 -0.0123499999999933 6849879.33068143 19119 5000 6.5679729e-11 6849879.3 Loop time of 0.0166559 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:43 2021 Pair time (%) = 0.00107789 (6.47151) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.186086) Outpt time (%) = 0.0154519 (92.7713) Other time (%) = 9.5129e-05 (0.571142) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28362 ave 28362 max 28362 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28362 Ave neighs/atom = 5.6724 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:43 2021 Memory usage per processor = 27.542 Mbytes Step Atoms AVEKE stressZZ 19119 5000 6.5679729e-11 6849844.9 19120 -0.0123499999999933 6849745.56376407 19120 5000 6.5674942e-11 6849745.6 Loop time of 0.019362 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:43 2021 Pair time (%) = 0.001302 (6.72454) Neigh time (%) = 0 (0) Comm time (%) = 5.29289e-05 (0.273365) Outpt time (%) = 0.0178721 (92.3051) Other time (%) = 0.000134945 (0.696959) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28362 ave 28362 max 28362 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28362 Ave neighs/atom = 5.6724 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:43 2021 Memory usage per processor = 27.542 Mbytes Step Atoms AVEKE stressZZ 19120 5000 6.5674942e-11 6849711.2 19121 -0.0123499999999933 6849611.80381925 19121 5000 6.5670155e-11 6849611.8 Loop time of 0.0172501 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:43 2021 Pair time (%) = 0.00123405 (7.15391) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192116) Outpt time (%) = 0.0158792 (92.0527) Other time (%) = 0.000103712 (0.601227) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28362 ave 28362 max 28362 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28362 Ave neighs/atom = 5.6724 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:43 2021 Memory usage per processor = 27.542 Mbytes Step Atoms AVEKE stressZZ 19121 5000 6.5670155e-11 6849577.4 19122 -0.0123499999999933 6849478.05084587 19122 5000 6.5665368e-11 6849478.1 Loop time of 0.0172679 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:43 2021 Pair time (%) = 0.00107598 (6.2311) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185014) Outpt time (%) = 0.016067 (93.0454) Other time (%) = 9.29832e-05 (0.538473) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28362 ave 28362 max 28362 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28362 Ave neighs/atom = 5.6724 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:43 2021 Memory usage per processor = 27.542 Mbytes Step Atoms AVEKE stressZZ 19122 5000 6.5665368e-11 6849443.6 19123 -0.0123499999999933 6849344.30484313 19123 5000 6.5660582e-11 6849344.3 Loop time of 0.016618 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:43 2021 Pair time (%) = 0.00107789 (6.48628) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.19225) Outpt time (%) = 0.015413 (92.749) Other time (%) = 9.5129e-05 (0.572445) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28362 ave 28362 max 28362 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28362 Ave neighs/atom = 5.6724 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:43 2021 Memory usage per processor = 27.542 Mbytes Step Atoms AVEKE stressZZ 19123 5000 6.5660582e-11 6849309.9 19124 -0.0123499999999933 6849210.56581029 19124 5000 6.5655797e-11 6849210.6 Loop time of 0.0170949 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:43 2021 Pair time (%) = 0.00135589 (7.93155) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.216176) Outpt time (%) = 0.015564 (91.0448) Other time (%) = 0.000138044 (0.80752) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28362 ave 28362 max 28362 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28362 Ave neighs/atom = 5.6724 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:43 2021 Memory usage per processor = 27.542 Mbytes Step Atoms AVEKE stressZZ 19124 5000 6.5655797e-11 6849176.2 19125 -0.0123499999999933 6849076.8337464 19125 5000 6.5651012e-11 6849076.8 Loop time of 0.0175149 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:43 2021 Pair time (%) = 0.00108504 (6.19496) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.17696) Outpt time (%) = 0.0163059 (93.0972) Other time (%) = 9.29832e-05 (0.530879) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28362 ave 28362 max 28362 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28362 Ave neighs/atom = 5.6724 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:43 2021 Memory usage per processor = 27.542 Mbytes Step Atoms AVEKE stressZZ 19125 5000 6.5651012e-11 6849042.4 19126 -0.0123499999999933 6848943.10865077 19126 5000 6.5646228e-11 6848943.1 Loop time of 0.0173891 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:44 2021 Pair time (%) = 0.00107408 (6.17673) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.178241) Outpt time (%) = 0.0161901 (93.1048) Other time (%) = 9.39369e-05 (0.540207) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28362 ave 28362 max 28362 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28362 Ave neighs/atom = 5.6724 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:44 2021 Memory usage per processor = 27.542 Mbytes Step Atoms AVEKE stressZZ 19126 5000 6.5646228e-11 6848908.7 19127 -0.0123499999999933 6848809.39052245 19127 5000 6.5641444e-11 6848809.4 Loop time of 0.0167601 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:44 2021 Pair time (%) = 0.00108004 (6.44409) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.19631) Outpt time (%) = 0.0155241 (92.6256) Other time (%) = 0.000123024 (0.734028) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28362 ave 28362 max 28362 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28362 Ave neighs/atom = 5.6724 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:44 2021 Memory usage per processor = 27.542 Mbytes Step Atoms AVEKE stressZZ 19127 5000 6.5641444e-11 6848775 19128 -0.0123499999999933 6848675.67936062 19128 5000 6.5636661e-11 6848675.7 Loop time of 0.0172338 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:44 2021 Pair time (%) = 0.00122094 (7.08456) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197831) Outpt time (%) = 0.0158479 (91.9581) Other time (%) = 0.000130892 (0.759504) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28362 ave 28362 max 28362 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28362 Ave neighs/atom = 5.6724 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:44 2021 Memory usage per processor = 27.542 Mbytes Step Atoms AVEKE stressZZ 19128 5000 6.5636661e-11 6848641.3 19129 -0.0123499999999933 6848541.97516452 19129 5000 6.5631879e-11 6848542 Loop time of 0.0172529 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:44 2021 Pair time (%) = 0.00112104 (6.49771) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.186557) Outpt time (%) = 0.0160069 (92.7782) Other time (%) = 9.27448e-05 (0.53756) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28362 ave 28362 max 28362 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28362 Ave neighs/atom = 5.6724 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:25:44 2021 Memory usage per processor = 27.542 Mbytes Step Atoms AVEKE stressZZ 19129 5000 6.5631879e-11 6848507.6 19130 -0.0123499999999933 6848388.56408341 19130 5000 1.2956002e-10 6848613.9 Loop time of 0.0190291 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:44 2021 Pair time (%) = 0.00107503 (5.64938) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.16789) Outpt time (%) = 0.0177541 (93.2994) Other time (%) = 0.000168085 (0.883304) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28362 ave 28362 max 28362 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28362 Ave neighs/atom = 5.6724 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:44 2021 Memory usage per processor = 27.542 Mbytes Step Atoms AVEKE stressZZ 19130 5000 1.2956002e-10 6910576.7 19131 -0.0123824999999932 6910445.55270657 19131 5000 1.0426838e-10 6910445.6 Loop time of 0.0166121 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:44 2021 Pair time (%) = 0.00118303 (7.12153) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.199495) Outpt time (%) = 0.0152791 (91.9757) Other time (%) = 0.000116825 (0.703255) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28362 ave 28362 max 28362 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28362 Ave neighs/atom = 5.6724 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:44 2021 Memory usage per processor = 27.542 Mbytes Step Atoms AVEKE stressZZ 19131 5000 1.0426838e-10 6910399.1 19132 -0.0123824999999932 6910279.16257971 19132 5000 8.9620276e-11 6910279.2 Loop time of 0.0171969 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:44 2021 Pair time (%) = 0.00110507 (6.42599) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185778) Outpt time (%) = 0.0159659 (92.842) Other time (%) = 9.39369e-05 (0.546244) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28362 ave 28362 max 28362 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28362 Ave neighs/atom = 5.6724 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:44 2021 Memory usage per processor = 27.542 Mbytes Step Atoms AVEKE stressZZ 19132 5000 8.9620276e-11 6910237 19133 -0.0123824999999932 6910124.13573954 19133 5000 8.0885784e-11 6910124.1 Loop time of 0.0174129 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:44 2021 Pair time (%) = 0.00110817 (6.36407) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.188951) Outpt time (%) = 0.01613 (92.6323) Other time (%) = 0.000141859 (0.814678) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28362 ave 28362 max 28362 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28362 Ave neighs/atom = 5.6724 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:44 2021 Memory usage per processor = 27.542 Mbytes Step Atoms AVEKE stressZZ 19133 5000 8.0885784e-11 6910084.6 19134 -0.0123824999999932 6909976.33295564 19134 5000 7.5565947e-11 6909976.3 Loop time of 0.0168619 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:44 2021 Pair time (%) = 0.00128794 (7.63814) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.190883) Outpt time (%) = 0.015444 (91.5913) Other time (%) = 9.77516e-05 (0.579718) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28362 ave 28362 max 28362 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28362 Ave neighs/atom = 5.6724 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:44 2021 Memory usage per processor = 27.542 Mbytes Step Atoms AVEKE stressZZ 19134 5000 7.5565947e-11 6909938.5 19135 -0.0123824999999932 6909833.12376702 19135 5000 7.2277406e-11 6909833.1 Loop time of 0.0170939 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:44 2021 Pair time (%) = 0.00128102 (7.49404) Neigh time (%) = 0 (0) Comm time (%) = 5.4121e-05 (0.31661) Outpt time (%) = 0.0156059 (91.2953) Other time (%) = 0.000152826 (0.89404) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28362 ave 28362 max 28362 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28362 Ave neighs/atom = 5.6724 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:44 2021 Memory usage per processor = 27.542 Mbytes Step Atoms AVEKE stressZZ 19135 5000 7.2277406e-11 6909796.4 19136 -0.0123824999999932 6909692.83645796 19136 5000 7.0223726e-11 6909692.8 Loop time of 0.0172789 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:44 2021 Pair time (%) = 0.00113392 (6.56244) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179377) Outpt time (%) = 0.0160179 (92.7021) Other time (%) = 9.60827e-05 (0.556069) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28362 ave 28362 max 28362 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28362 Ave neighs/atom = 5.6724 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:44 2021 Memory usage per processor = 27.542 Mbytes Step Atoms AVEKE stressZZ 19136 5000 7.0223726e-11 6909656.8 19137 -0.0123824999999932 6909554.40862561 19137 5000 6.893217e-11 6909554.4 Loop time of 0.017442 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:44 2021 Pair time (%) = 0.00107503 (6.16346) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183168) Outpt time (%) = 0.016243 (93.1257) Other time (%) = 9.20296e-05 (0.527632) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28362 ave 28362 max 28362 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28362 Ave neighs/atom = 5.6724 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:44 2021 Memory usage per processor = 27.542 Mbytes Step Atoms AVEKE stressZZ 19137 5000 6.893217e-11 6909518.8 19138 -0.0123824999999932 6909417.16510577 19138 5000 6.8115805e-11 6909417.2 Loop time of 0.0167959 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:44 2021 Pair time (%) = 0.001122 (6.6802) Neigh time (%) = 0 (0) Comm time (%) = 7.79629e-05 (0.464179) Outpt time (%) = 0.015451 (91.9926) Other time (%) = 0.000144958 (0.86306) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28362 ave 28362 max 28362 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28362 Ave neighs/atom = 5.6724 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:44 2021 Memory usage per processor = 27.542 Mbytes Step Atoms AVEKE stressZZ 19138 5000 6.8115805e-11 6909381.9 19139 -0.0123824999999932 6909280.67682403 19139 5000 6.759773e-11 6909280.7 Loop time of 0.017283 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:44 2021 Pair time (%) = 0.00149512 (8.65085) Neigh time (%) = 0 (0) Comm time (%) = 3.98159e-05 (0.230377) Outpt time (%) = 0.0155981 (90.2511) Other time (%) = 0.000149965 (0.867706) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28362 ave 28362 max 28362 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28362 Ave neighs/atom = 5.6724 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:44 2021 Memory usage per processor = 27.542 Mbytes Step Atoms AVEKE stressZZ 19139 5000 6.759773e-11 6909245.6 19140 -0.0123824999999932 6909144.67109825 19140 5000 6.7267727e-11 6909144.7 Loop time of 0.019783 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:44 2021 Pair time (%) = 0.00107908 (5.45459) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.161492) Outpt time (%) = 0.0185661 (93.8488) Other time (%) = 0.000105858 (0.535094) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28362 ave 28362 max 28362 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28362 Ave neighs/atom = 5.6724 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:44 2021 Memory usage per processor = 27.5421 Mbytes Step Atoms AVEKE stressZZ 19140 5000 6.7267727e-11 6909109.7 19141 -0.0123824999999932 6909008.97463533 19141 5000 6.7056642e-11 6909009 Loop time of 0.0171649 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:44 2021 Pair time (%) = 0.00107503 (6.26293) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180568) Outpt time (%) = 0.015964 (93.0037) Other time (%) = 9.48906e-05 (0.552816) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28362 ave 28362 max 28362 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28362 Ave neighs/atom = 5.6724 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:44 2021 Memory usage per processor = 27.5421 Mbytes Step Atoms AVEKE stressZZ 19141 5000 6.7056642e-11 6908974 19142 -0.0123824999999932 6908873.47730453 19142 5000 6.6920887e-11 6908873.5 Loop time of 0.0167761 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:44 2021 Pair time (%) = 0.00107694 (6.41948) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190438) Outpt time (%) = 0.015578 (92.8586) Other time (%) = 8.91685e-05 (0.531522) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28362 ave 28362 max 28362 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28362 Ave neighs/atom = 5.6724 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:44 2021 Memory usage per processor = 27.5421 Mbytes Step Atoms AVEKE stressZZ 19142 5000 6.6920887e-11 6908838.6 19143 -0.0123824999999932 6908738.10914695 19143 5000 6.6832904e-11 6908738.1 Loop time of 0.017844 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:44 2021 Pair time (%) = 0.00149298 (8.36685) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.2071) Outpt time (%) = 0.016161 (90.5683) Other time (%) = 0.000153065 (0.857796) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28362 ave 28362 max 28362 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28362 Ave neighs/atom = 5.6724 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:44 2021 Memory usage per processor = 27.5421 Mbytes Step Atoms AVEKE stressZZ 19143 5000 6.6832904e-11 6908703.3 19144 -0.0123824999999932 6908602.82569295 19144 5000 6.6775242e-11 6908602.8 Loop time of 0.0178311 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:44 2021 Pair time (%) = 0.0012002 (6.73094) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.189867) Outpt time (%) = 0.016489 (92.4735) Other time (%) = 0.000108004 (0.605704) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28362 ave 28362 max 28362 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28362 Ave neighs/atom = 5.6724 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:44 2021 Memory usage per processor = 27.5421 Mbytes Step Atoms AVEKE stressZZ 19144 5000 6.6775242e-11 6908568 19145 -0.0123824999999932 6908467.59865702 19145 5000 6.6736832e-11 6908467.6 Loop time of 0.0166459 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:44 2021 Pair time (%) = 0.00107408 (6.45249) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191928) Outpt time (%) = 0.015445 (92.7855) Other time (%) = 9.48906e-05 (0.570054) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28362 ave 28362 max 28362 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28362 Ave neighs/atom = 5.6724 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:44 2021 Memory usage per processor = 27.5421 Mbytes Step Atoms AVEKE stressZZ 19145 5000 6.6736832e-11 6908432.8 19146 -0.0123824999999932 6908332.41006884 19146 5000 6.6710651e-11 6908332.4 Loop time of 0.0163071 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:44 2021 Pair time (%) = 0.00107908 (6.61725) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.195915) Outpt time (%) = 0.015106 (92.6342) Other time (%) = 9.01222e-05 (0.552656) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28362 ave 28362 max 28362 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28362 Ave neighs/atom = 5.6724 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:44 2021 Memory usage per processor = 27.5421 Mbytes Step Atoms AVEKE stressZZ 19146 5000 6.6710651e-11 6908297.6 19147 -0.0123824999999932 6908197.24850784 19147 5000 6.6692239e-11 6908197.2 Loop time of 0.016258 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:44 2021 Pair time (%) = 0.00108409 (6.66804) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.190641) Outpt time (%) = 0.015054 (92.5943) Other time (%) = 8.89301e-05 (0.546993) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28362 ave 28362 max 28362 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28362 Ave neighs/atom = 5.6724 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:44 2021 Memory usage per processor = 27.5421 Mbytes Step Atoms AVEKE stressZZ 19147 5000 6.6692239e-11 6908162.4 19148 -0.0123824999999932 6908062.10671773 19148 5000 6.6678763e-11 6908062.1 Loop time of 0.0165319 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:44 2021 Pair time (%) = 0.00107908 (6.52726) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.187482) Outpt time (%) = 0.0153329 (92.7473) Other time (%) = 8.89301e-05 (0.537929) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28362 ave 28362 max 28362 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28362 Ave neighs/atom = 5.6724 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:44 2021 Memory usage per processor = 27.5421 Mbytes Step Atoms AVEKE stressZZ 19148 5000 6.6678763e-11 6908027.3 19149 -0.0123824999999932 6907926.98010993 19149 5000 6.6668424e-11 6907927 Loop time of 0.0174601 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:44 2021 Pair time (%) = 0.00108099 (6.1912) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.177516) Outpt time (%) = 0.016259 (93.1206) Other time (%) = 8.91685e-05 (0.510699) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28362 ave 28362 max 28362 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28362 Ave neighs/atom = 5.6724 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:44 2021 Memory usage per processor = 27.5421 Mbytes Step Atoms AVEKE stressZZ 19149 5000 6.6668424e-11 6907892.2 19150 -0.0123824999999932 6907791.86573905 19150 5000 6.6660079e-11 6907791.9 Loop time of 0.0196919 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:44 2021 Pair time (%) = 0.00107813 (5.47497) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.162239) Outpt time (%) = 0.0184801 (93.8458) Other time (%) = 0.000101805 (0.516987) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28362 ave 28362 max 28362 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28362 Ave neighs/atom = 5.6724 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:44 2021 Memory usage per processor = 27.5421 Mbytes Step Atoms AVEKE stressZZ 19150 5000 6.6660079e-11 6907757.1 19151 -0.0123824999999932 6907656.76172576 19151 5000 6.6653e-11 6907656.8 Loop time of 0.016685 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:44 2021 Pair time (%) = 0.00113487 (6.80175) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.204338) Outpt time (%) = 0.0154121 (92.3709) Other time (%) = 0.000103951 (0.623017) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28362 ave 28362 max 28362 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28362 Ave neighs/atom = 5.6724 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:44 2021 Memory usage per processor = 27.5421 Mbytes Step Atoms AVEKE stressZZ 19151 5000 6.6653e-11 6907622 19152 -0.0123824999999932 6907521.66689947 19152 5000 6.6646727e-11 6907521.7 Loop time of 0.0175099 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:44 2021 Pair time (%) = 0.00129294 (7.38406) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.189265) Outpt time (%) = 0.016073 (91.7935) Other time (%) = 0.000110865 (0.633153) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28362 ave 28362 max 28362 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28362 Ave neighs/atom = 5.6724 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:44 2021 Memory usage per processor = 27.5421 Mbytes Step Atoms AVEKE stressZZ 19152 5000 6.6646727e-11 6907486.9 19153 -0.0123824999999932 6907386.58049972 19153 5000 6.6640966e-11 6907386.6 Loop time of 0.0173459 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:44 2021 Pair time (%) = 0.00110602 (6.37628) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.18968) Outpt time (%) = 0.0160949 (92.788) Other time (%) = 0.000112057 (0.646013) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28362 ave 28362 max 28362 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28362 Ave neighs/atom = 5.6724 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:44 2021 Memory usage per processor = 27.5421 Mbytes Step Atoms AVEKE stressZZ 19153 5000 6.6640966e-11 6907351.8 19154 -0.0123824999999932 6907251.50204581 19154 5000 6.663553e-11 6907251.5 Loop time of 0.0172029 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:44 2021 Pair time (%) = 0.00117302 (6.81875) Neigh time (%) = 0 (0) Comm time (%) = 5.22137e-05 (0.303517) Outpt time (%) = 0.0158379 (92.0656) Other time (%) = 0.000139713 (0.812152) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28362 ave 28362 max 28362 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28362 Ave neighs/atom = 5.6724 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:44 2021 Memory usage per processor = 27.5421 Mbytes Step Atoms AVEKE stressZZ 19154 5000 6.663553e-11 6907216.7 19155 -0.0123824999999932 6907116.43123148 19155 5000 6.6630301e-11 6907116.4 Loop time of 0.0167892 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:44 2021 Pair time (%) = 0.00113106 (6.73682) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.20307) Outpt time (%) = 0.0155189 (92.4339) Other time (%) = 0.000105143 (0.626251) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:44 2021 Memory usage per processor = 27.5421 Mbytes Step Atoms AVEKE stressZZ 19155 5000 6.6630301e-11 6907081.6 19156 -0.0123824999999932 6906981.36786168 19156 5000 6.6625205e-11 6906981.4 Loop time of 0.017447 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:44 2021 Pair time (%) = 0.00126886 (7.27268) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183115) Outpt time (%) = 0.0160429 (91.9525) Other time (%) = 0.000103235 (0.591708) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:44 2021 Memory usage per processor = 27.5421 Mbytes Step Atoms AVEKE stressZZ 19156 5000 6.6625205e-11 6906946.6 19157 -0.0123824999999932 6906846.31181164 19157 5000 6.6620192e-11 6906846.3 Loop time of 0.0175321 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:44 2021 Pair time (%) = 0.00111985 (6.38743) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182226) Outpt time (%) = 0.0162549 (92.715) Other time (%) = 0.000125408 (0.715306) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:44 2021 Memory usage per processor = 27.5421 Mbytes Step Atoms AVEKE stressZZ 19157 5000 6.6620192e-11 6906811.5 19158 -0.0123824999999932 6906711.26296035 19158 5000 6.6615232e-11 6906711.3 Loop time of 0.016712 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:44 2021 Pair time (%) = 0.00110197 (6.59391) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.185463) Outpt time (%) = 0.0154841 (92.6528) Other time (%) = 9.48906e-05 (0.567801) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:44 2021 Memory usage per processor = 27.5421 Mbytes Step Atoms AVEKE stressZZ 19158 5000 6.6615232e-11 6906676.5 19159 -0.0123824999999932 6906576.22129229 19159 5000 6.6610307e-11 6906576.2 Loop time of 0.0169582 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:44 2021 Pair time (%) = 0.00132084 (7.78878) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.217917) Outpt time (%) = 0.0154841 (91.3072) Other time (%) = 0.000116348 (0.686087) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:44 2021 Memory usage per processor = 27.5421 Mbytes Step Atoms AVEKE stressZZ 19159 5000 6.6610307e-11 6906541.4 19160 -0.0123824999999932 6906441.18677812 19160 5000 6.6605404e-11 6906441.2 Loop time of 0.0200589 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:44 2021 Pair time (%) = 0.00108004 (5.38433) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.154517) Outpt time (%) = 0.0188541 (93.994) Other time (%) = 9.36985e-05 (0.467118) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:44 2021 Memory usage per processor = 27.5421 Mbytes Step Atoms AVEKE stressZZ 19160 5000 6.6605404e-11 6906406.4 19161 -0.0123824999999932 6906306.15939615 19161 5000 6.6600515e-11 6906306.2 Loop time of 0.017374 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:44 2021 Pair time (%) = 0.0010829 (6.23285) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183884) Outpt time (%) = 0.0161672 (93.0536) Other time (%) = 9.20296e-05 (0.529696) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:44 2021 Memory usage per processor = 27.5421 Mbytes Step Atoms AVEKE stressZZ 19161 5000 6.6600515e-11 6906271.4 19162 -0.0123824999999932 6906171.13913214 19162 5000 6.6595636e-11 6906171.1 Loop time of 0.016691 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:44 2021 Pair time (%) = 0.00107694 (6.45221) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191409) Outpt time (%) = 0.0154901 (92.805) Other time (%) = 9.20296e-05 (0.551373) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:44 2021 Memory usage per processor = 27.5421 Mbytes Step Atoms AVEKE stressZZ 19162 5000 6.6595636e-11 6906136.3 19163 -0.0123824999999932 6906036.1259766 19163 5000 6.6590762e-11 6906036.1 Loop time of 0.0171318 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:44 2021 Pair time (%) = 0.00127316 (7.43153) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.215709) Outpt time (%) = 0.0156798 (91.5247) Other time (%) = 0.000141859 (0.828045) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:44 2021 Memory usage per processor = 27.5421 Mbytes Step Atoms AVEKE stressZZ 19163 5000 6.6590762e-11 6906001.3 19164 -0.0123824999999932 6905901.11992289 19164 5000 6.6585892e-11 6905901.1 Loop time of 0.0173059 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:44 2021 Pair time (%) = 0.00111485 (6.44201) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184609) Outpt time (%) = 0.0160649 (92.8292) Other time (%) = 9.41753e-05 (0.544182) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:44 2021 Memory usage per processor = 27.5421 Mbytes Step Atoms AVEKE stressZZ 19164 5000 6.6585892e-11 6905866.3 19165 -0.0123824999999932 6905766.12096635 19165 5000 6.6581025e-11 6905766.1 Loop time of 0.017082 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:44 2021 Pair time (%) = 0.00107503 (6.29335) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187028) Outpt time (%) = 0.015882 (92.9753) Other time (%) = 9.29832e-05 (0.544335) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:44 2021 Memory usage per processor = 27.5421 Mbytes Step Atoms AVEKE stressZZ 19165 5000 6.6581025e-11 6905731.3 19166 -0.0123824999999932 6905631.12910356 19166 5000 6.6576161e-11 6905631.1 Loop time of 0.0168381 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:44 2021 Pair time (%) = 0.0010941 (6.49779) Neigh time (%) = 0 (0) Comm time (%) = 4.91142e-05 (0.291686) Outpt time (%) = 0.0155821 (92.5408) Other time (%) = 0.000112772 (0.669744) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:44 2021 Memory usage per processor = 27.5421 Mbytes Step Atoms AVEKE stressZZ 19166 5000 6.6576161e-11 6905596.3 19167 -0.0123824999999932 6905496.14433187 19167 5000 6.6571297e-11 6905496.1 Loop time of 0.017457 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:44 2021 Pair time (%) = 0.00113797 (6.51871) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.189839) Outpt time (%) = 0.0161479 (92.5007) Other time (%) = 0.000138044 (0.790768) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:44 2021 Memory usage per processor = 27.5421 Mbytes Step Atoms AVEKE stressZZ 19167 5000 6.6571297e-11 6905461.4 19168 -0.0123824999999932 6905361.16663833 19168 5000 6.6566435e-11 6905361.2 Loop time of 0.0172582 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:44 2021 Pair time (%) = 0.00108004 (6.25812) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185119) Outpt time (%) = 0.016031 (92.8895) Other time (%) = 0.000115156 (0.667256) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:44 2021 Memory usage per processor = 27.5421 Mbytes Step Atoms AVEKE stressZZ 19168 5000 6.6566435e-11 6905326.4 19169 -0.0123824999999932 6905226.19602495 19169 5000 6.6561573e-11 6905226.2 Loop time of 0.0167351 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:45 2021 Pair time (%) = 0.00112104 (6.69877) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.19233) Outpt time (%) = 0.015487 (92.5419) Other time (%) = 9.48906e-05 (0.567016) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:45 2021 Memory usage per processor = 27.5421 Mbytes Step Atoms AVEKE stressZZ 19169 5000 6.6561573e-11 6905191.4 19170 -0.0123824999999932 6905091.23249642 19170 5000 6.6556713e-11 6905091.2 Loop time of 0.0191731 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:45 2021 Pair time (%) = 0.00120306 (6.27471) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.182795) Outpt time (%) = 0.0178311 (93.0003) Other time (%) = 0.000103951 (0.542167) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:45 2021 Memory usage per processor = 27.5421 Mbytes Step Atoms AVEKE stressZZ 19170 5000 6.6556713e-11 6905056.4 19171 -0.0123824999999932 6904956.27605126 19171 5000 6.6551853e-11 6904956.3 Loop time of 0.0170791 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:45 2021 Pair time (%) = 0.00116491 (6.82069) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192643) Outpt time (%) = 0.0157771 (92.3766) Other time (%) = 0.000104189 (0.610037) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:45 2021 Memory usage per processor = 27.5421 Mbytes Step Atoms AVEKE stressZZ 19171 5000 6.6551853e-11 6904921.5 19172 -0.0123824999999932 6904821.32668818 19172 5000 6.6546994e-11 6904821.3 Loop time of 0.017365 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:45 2021 Pair time (%) = 0.00107789 (6.20727) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.178488) Outpt time (%) = 0.01615 (93.0033) Other time (%) = 0.000106096 (0.610978) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:45 2021 Memory usage per processor = 27.5421 Mbytes Step Atoms AVEKE stressZZ 19172 5000 6.6546994e-11 6904786.5 19173 -0.0123824999999932 6904686.38440583 19173 5000 6.6542135e-11 6904686.4 Loop time of 0.0166368 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:45 2021 Pair time (%) = 0.0010891 (6.54629) Neigh time (%) = 0 (0) Comm time (%) = 4.50611e-05 (0.270851) Outpt time (%) = 0.015384 (92.4692) Other time (%) = 0.000118732 (0.713672) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:45 2021 Memory usage per processor = 27.5421 Mbytes Step Atoms AVEKE stressZZ 19173 5000 6.6542135e-11 6904651.6 19174 -0.0123824999999932 6904551.44920314 19174 5000 6.6537277e-11 6904551.4 Loop time of 0.017128 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:45 2021 Pair time (%) = 0.00131202 (7.66008) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.215757) Outpt time (%) = 0.0156031 (91.0969) Other time (%) = 0.000175953 (1.02728) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:45 2021 Memory usage per processor = 27.5421 Mbytes Step Atoms AVEKE stressZZ 19174 5000 6.6537277e-11 6904516.7 19175 -0.0123824999999932 6904416.52107887 19175 5000 6.6532419e-11 6904416.5 Loop time of 0.0173111 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:45 2021 Pair time (%) = 0.00108314 (6.25689) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184553) Outpt time (%) = 0.0161049 (93.0324) Other time (%) = 9.10759e-05 (0.526113) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:45 2021 Memory usage per processor = 27.5421 Mbytes Step Atoms AVEKE stressZZ 19175 5000 6.6532419e-11 6904381.7 19176 -0.0123824999999932 6904281.60003188 19176 5000 6.6527562e-11 6904281.6 Loop time of 0.017422 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:45 2021 Pair time (%) = 0.00121784 (6.99027) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.188852) Outpt time (%) = 0.016067 (92.2228) Other time (%) = 0.000104189 (0.598032) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:45 2021 Memory usage per processor = 27.5421 Mbytes Step Atoms AVEKE stressZZ 19176 5000 6.6527562e-11 6904246.8 19177 -0.0123824999999932 6904146.68606106 19177 5000 6.6522706e-11 6904146.7 Loop time of 0.0166359 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:45 2021 Pair time (%) = 0.00107694 (6.47357) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.18631) Outpt time (%) = 0.0154331 (92.7697) Other time (%) = 9.48906e-05 (0.570397) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:45 2021 Memory usage per processor = 27.5421 Mbytes Step Atoms AVEKE stressZZ 19177 5000 6.6522706e-11 6904111.9 19178 -0.0123824999999932 6904011.77916517 19178 5000 6.651785e-11 6904011.8 Loop time of 0.017262 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:45 2021 Pair time (%) = 0.00155807 (9.02599) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.214082) Outpt time (%) = 0.015523 (89.9257) Other time (%) = 0.000144005 (0.834231) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:45 2021 Memory usage per processor = 27.5421 Mbytes Step Atoms AVEKE stressZZ 19178 5000 6.651785e-11 6903977 19179 -0.0123824999999932 6903876.87934334 19179 5000 6.6512995e-11 6903876.9 Loop time of 0.0172329 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:45 2021 Pair time (%) = 0.00108099 (6.27283) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18539) Outpt time (%) = 0.016032 (93.0313) Other time (%) = 8.79765e-05 (0.510515) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:45 2021 Memory usage per processor = 27.5421 Mbytes Step Atoms AVEKE stressZZ 19179 5000 6.6512995e-11 6903842.1 19180 -0.0123824999999932 6903741.98659436 19180 5000 6.650814e-11 6903742 Loop time of 0.019444 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:45 2021 Pair time (%) = 0.00112104 (5.76551) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.165534) Outpt time (%) = 0.018198 (93.592) Other time (%) = 9.27448e-05 (0.476985) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:45 2021 Memory usage per processor = 27.5421 Mbytes Step Atoms AVEKE stressZZ 19180 5000 6.650814e-11 6903707.2 19181 -0.0123824999999932 6903607.10091709 19181 5000 6.6503286e-11 6903607.1 Loop time of 0.0167508 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:45 2021 Pair time (%) = 0.001127 (6.72806) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.207806) Outpt time (%) = 0.015487 (92.455) Other time (%) = 0.000102043 (0.609183) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:45 2021 Memory usage per processor = 27.5421 Mbytes Step Atoms AVEKE stressZZ 19181 5000 6.6503286e-11 6903572.3 19182 -0.0123824999999932 6903472.22231063 19182 5000 6.6498433e-11 6903472.2 Loop time of 0.0172529 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:45 2021 Pair time (%) = 0.00147104 (8.52634) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.295727) Outpt time (%) = 0.0155511 (90.136) Other time (%) = 0.000179768 (1.04195) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:45 2021 Memory usage per processor = 27.5421 Mbytes Step Atoms AVEKE stressZZ 19182 5000 6.6498433e-11 6903437.4 19183 -0.0123824999999932 6903337.35077384 19183 5000 6.649358e-11 6903337.4 Loop time of 0.017477 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:45 2021 Pair time (%) = 0.00119615 (6.8441) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.188257) Outpt time (%) = 0.0161488 (92.4001) Other time (%) = 9.91821e-05 (0.5675) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:45 2021 Memory usage per processor = 27.5421 Mbytes Step Atoms AVEKE stressZZ 19183 5000 6.649358e-11 6903302.6 19184 -0.0123824999999932 6903202.48630568 19184 5000 6.6488727e-11 6903202.5 Loop time of 0.0174129 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:45 2021 Pair time (%) = 0.00114322 (6.56535) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.188951) Outpt time (%) = 0.0160899 (92.4023) Other time (%) = 0.000146866 (0.843431) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:45 2021 Memory usage per processor = 27.5421 Mbytes Step Atoms AVEKE stressZZ 19184 5000 6.6488727e-11 6903167.7 19185 -0.0123824999999932 6903067.62890516 19185 5000 6.6483875e-11 6903067.6 Loop time of 0.0166841 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:45 2021 Pair time (%) = 0.00108504 (6.50347) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.287233) Outpt time (%) = 0.015449 (92.5977) Other time (%) = 0.000102043 (0.611621) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:45 2021 Memory usage per processor = 27.5421 Mbytes Step Atoms AVEKE stressZZ 19185 5000 6.6483875e-11 6903032.9 19186 -0.0123824999999932 6902932.77857134 19186 5000 6.6479024e-11 6902932.8 Loop time of 0.0171311 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:45 2021 Pair time (%) = 0.00114894 (6.70675) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192059) Outpt time (%) = 0.0158329 (92.422) Other time (%) = 0.000116348 (0.679164) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:45 2021 Memory usage per processor = 27.5421 Mbytes Step Atoms AVEKE stressZZ 19186 5000 6.6479024e-11 6902898 19187 -0.0123824999999932 6902797.93530298 19187 5000 6.6474173e-11 6902797.9 Loop time of 0.0174508 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:45 2021 Pair time (%) = 0.00110292 (6.32019) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.195371) Outpt time (%) = 0.016211 (92.8956) Other time (%) = 0.000102758 (0.588846) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:45 2021 Memory usage per processor = 27.5421 Mbytes Step Atoms AVEKE stressZZ 19187 5000 6.6474173e-11 6902763.2 19188 -0.0123824999999932 6902663.09909922 19188 5000 6.6469323e-11 6902663.1 Loop time of 0.016706 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:45 2021 Pair time (%) = 0.00110316 (6.6034) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191237) Outpt time (%) = 0.015476 (92.6374) Other time (%) = 9.48906e-05 (0.568003) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:45 2021 Memory usage per processor = 27.5421 Mbytes Step Atoms AVEKE stressZZ 19188 5000 6.6469323e-11 6902628.3 19189 -0.0123824999999932 6902528.26995904 19189 5000 6.6464473e-11 6902528.3 Loop time of 0.0165751 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:45 2021 Pair time (%) = 0.00107598 (6.49156) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192748) Outpt time (%) = 0.015373 (92.7475) Other time (%) = 9.41753e-05 (0.568174) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:45 2021 Memory usage per processor = 27.5421 Mbytes Step Atoms AVEKE stressZZ 19189 5000 6.6464473e-11 6902493.5 19190 -0.0123824999999932 6902393.44788143 19190 5000 6.6459624e-11 6902393.4 Loop time of 0.0187118 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:45 2021 Pair time (%) = 0.00107908 (5.76685) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.165641) Outpt time (%) = 0.0175109 (93.582) Other time (%) = 9.08375e-05 (0.485455) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:45 2021 Memory usage per processor = 27.5421 Mbytes Step Atoms AVEKE stressZZ 19190 5000 6.6459624e-11 6902358.7 19191 -0.0123824999999932 6902258.63286541 19191 5000 6.6454775e-11 6902258.6 Loop time of 0.0165961 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:45 2021 Pair time (%) = 0.00107598 (6.48336) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.19394) Outpt time (%) = 0.015399 (92.7869) Other time (%) = 8.89301e-05 (0.53585) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:45 2021 Memory usage per processor = 27.5421 Mbytes Step Atoms AVEKE stressZZ 19191 5000 6.6454775e-11 6902223.9 19192 -0.0123824999999932 6902123.82491004 19192 5000 6.6449927e-11 6902123.8 Loop time of 0.0173521 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:45 2021 Pair time (%) = 0.00131488 (7.57763) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.207475) Outpt time (%) = 0.0158732 (91.4771) Other time (%) = 0.000128031 (0.73784) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:45 2021 Memory usage per processor = 27.5421 Mbytes Step Atoms AVEKE stressZZ 19192 5000 6.6449927e-11 6902089.1 19193 -0.0123824999999932 6901989.0240143 19193 5000 6.644508e-11 6901989 Loop time of 0.017247 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:45 2021 Pair time (%) = 0.00110912 (6.43083) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.196298) Outpt time (%) = 0.015975 (92.625) Other time (%) = 0.000128984 (0.747868) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:45 2021 Memory usage per processor = 27.5421 Mbytes Step Atoms AVEKE stressZZ 19193 5000 6.644508e-11 6901954.3 19194 -0.0123824999999932 6901854.23017714 19194 5000 6.6440233e-11 6901854.2 Loop time of 0.0165701 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:45 2021 Pair time (%) = 0.00110912 (6.69353) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192806) Outpt time (%) = 0.015332 (92.5281) Other time (%) = 9.70364e-05 (0.585612) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:45 2021 Memory usage per processor = 27.5421 Mbytes Step Atoms AVEKE stressZZ 19194 5000 6.6440233e-11 6901819.5 19195 -0.0123824999999932 6901719.44339779 19195 5000 6.6435387e-11 6901719.4 Loop time of 0.017134 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:45 2021 Pair time (%) = 0.00131607 (7.68107) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.22264) Outpt time (%) = 0.015667 (91.4381) Other time (%) = 0.000112772 (0.658179) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:45 2021 Memory usage per processor = 27.5421 Mbytes Step Atoms AVEKE stressZZ 19195 5000 6.6435387e-11 6901684.7 19196 -0.0123824999999932 6901584.66367513 19196 5000 6.6430541e-11 6901584.7 Loop time of 0.0172269 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:45 2021 Pair time (%) = 0.00107908 (6.26393) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185454) Outpt time (%) = 0.016016 (92.9707) Other time (%) = 9.98974e-05 (0.579891) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:45 2021 Memory usage per processor = 27.5421 Mbytes Step Atoms AVEKE stressZZ 19196 5000 6.6430541e-11 6901549.9 19197 -0.0123824999999932 6901449.89100832 19197 5000 6.6425696e-11 6901449.9 Loop time of 0.017256 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:45 2021 Pair time (%) = 0.00107908 (6.25337) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185142) Outpt time (%) = 0.016053 (93.0282) Other time (%) = 9.20296e-05 (0.533319) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:45 2021 Memory usage per processor = 27.5421 Mbytes Step Atoms AVEKE stressZZ 19197 5000 6.6425696e-11 6901415.1 19198 -0.0123824999999932 6901315.12539628 19198 5000 6.6420851e-11 6901315.1 Loop time of 0.0165789 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:45 2021 Pair time (%) = 0.00110698 (6.67702) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.205646) Outpt time (%) = 0.0153239 (92.4299) Other time (%) = 0.000113964 (0.687404) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:45 2021 Memory usage per processor = 27.5421 Mbytes Step Atoms AVEKE stressZZ 19198 5000 6.6420851e-11 6901280.4 19199 -0.0123824999999932 6901180.36683812 19199 5000 6.6416007e-11 6901180.4 Loop time of 0.0174949 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:45 2021 Pair time (%) = 0.00120211 (6.87118) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.205781) Outpt time (%) = 0.0161269 (92.1803) Other time (%) = 0.000129938 (0.742719) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:45 2021 Memory usage per processor = 27.5421 Mbytes Step Atoms AVEKE stressZZ 19199 5000 6.6416007e-11 6901145.6 19200 -0.0123824999999932 6901045.61533306 19200 5000 6.6411163e-11 6901045.6 Loop time of 0.0203629 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:45 2021 Pair time (%) = 0.001158 (5.68682) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.225974) Outpt time (%) = 0.0190408 (93.5076) Other time (%) = 0.000118017 (0.579571) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:45 2021 Memory usage per processor = 27.5421 Mbytes Step Atoms AVEKE stressZZ 19200 5000 6.6411163e-11 6901010.9 19201 -0.0123824999999932 6900910.87087991 19201 5000 6.640632e-11 6900910.9 Loop time of 0.016947 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:45 2021 Pair time (%) = 0.00107789 (6.36035) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.189924) Outpt time (%) = 0.015744 (92.9011) Other time (%) = 9.29832e-05 (0.54867) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:45 2021 Memory usage per processor = 27.5421 Mbytes Step Atoms AVEKE stressZZ 19201 5000 6.640632e-11 6900876.1 19202 -0.0123824999999932 6900776.13347784 19202 5000 6.6401478e-11 6900776.1 Loop time of 0.016793 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:45 2021 Pair time (%) = 0.00113583 (6.76368) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.27969) Outpt time (%) = 0.0154901 (92.2411) Other time (%) = 0.000120163 (0.715553) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:45 2021 Memory usage per processor = 27.5421 Mbytes Step Atoms AVEKE stressZZ 19202 5000 6.6401478e-11 6900741.4 19203 -0.0123824999999932 6900641.40312602 19203 5000 6.6396636e-11 6900641.4 Loop time of 0.0174081 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:45 2021 Pair time (%) = 0.00112414 (6.45758) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.190372) Outpt time (%) = 0.0161462 (92.7508) Other time (%) = 0.000104666 (0.601246) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:45 2021 Memory usage per processor = 27.5421 Mbytes Step Atoms AVEKE stressZZ 19203 5000 6.6396636e-11 6900606.6 19204 -0.0123824999999932 6900506.67982334 19204 5000 6.6391794e-11 6900506.7 Loop time of 0.017431 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:45 2021 Pair time (%) = 0.00108504 (6.22478) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183283) Outpt time (%) = 0.016222 (93.064) Other time (%) = 9.20296e-05 (0.527964) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:45 2021 Memory usage per processor = 27.5421 Mbytes Step Atoms AVEKE stressZZ 19204 5000 6.6391794e-11 6900471.9 19205 -0.0123824999999932 6900371.96356902 19205 5000 6.6386953e-11 6900372 Loop time of 0.0169499 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:45 2021 Pair time (%) = 0.00108814 (6.41976) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188486) Outpt time (%) = 0.0157371 (92.8446) Other time (%) = 9.27448e-05 (0.547171) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:45 2021 Memory usage per processor = 27.5421 Mbytes Step Atoms AVEKE stressZZ 19205 5000 6.6386953e-11 6900337.2 19206 -0.0123824999999932 6900237.25436213 19206 5000 6.6382113e-11 6900237.3 Loop time of 0.016741 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:45 2021 Pair time (%) = 0.00113201 (6.7619) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.280559) Outpt time (%) = 0.015439 (92.2227) Other time (%) = 0.000123024 (0.734865) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:45 2021 Memory usage per processor = 27.5421 Mbytes Step Atoms AVEKE stressZZ 19206 5000 6.6382113e-11 6900202.5 19207 -0.0123824999999932 6900102.55220179 19207 5000 6.6377273e-11 6900102.6 Loop time of 0.0173869 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:45 2021 Pair time (%) = 0.00125313 (7.20731) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.264652) Outpt time (%) = 0.015965 (91.8218) Other time (%) = 0.000122786 (0.706195) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:45 2021 Memory usage per processor = 27.5421 Mbytes Step Atoms AVEKE stressZZ 19207 5000 6.6377273e-11 6900067.8 19208 -0.0123824999999932 6899967.85708705 19208 5000 6.6372434e-11 6899967.9 Loop time of 0.0173569 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:45 2021 Pair time (%) = 0.00113511 (6.53984) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.195055) Outpt time (%) = 0.0160899 (92.7005) Other time (%) = 9.799e-05 (0.56456) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:45 2021 Memory usage per processor = 27.5421 Mbytes Step Atoms AVEKE stressZZ 19208 5000 6.6372434e-11 6899933.1 19209 -0.0123824999999932 6899833.16901686 19209 5000 6.6367596e-11 6899833.2 Loop time of 0.0165491 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:45 2021 Pair time (%) = 0.00108099 (6.53201) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.19305) Outpt time (%) = 0.0153401 (92.6943) Other time (%) = 9.60827e-05 (0.580591) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:45 2021 Memory usage per processor = 27.5421 Mbytes Step Atoms AVEKE stressZZ 19209 5000 6.6367596e-11 6899798.4 19210 -0.0123824999999932 6899698.48799054 19210 5000 6.6362758e-11 6899698.5 Loop time of 0.019496 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:45 2021 Pair time (%) = 0.00131702 (6.75537) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.178545) Outpt time (%) = 0.0180161 (92.4094) Other time (%) = 0.000128031 (0.656704) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:45 2021 Memory usage per processor = 27.5421 Mbytes Step Atoms AVEKE stressZZ 19210 5000 6.6362758e-11 6899663.7 19211 -0.0123824999999932 6899563.81400712 19211 5000 6.635792e-11 6899563.8 Loop time of 0.017345 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:45 2021 Pair time (%) = 0.00134587 (7.75945) Neigh time (%) = 0 (0) Comm time (%) = 4.88758e-05 (0.281787) Outpt time (%) = 0.0158 (91.0928) Other time (%) = 0.000150204 (0.865979) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:45 2021 Memory usage per processor = 27.5421 Mbytes Step Atoms AVEKE stressZZ 19211 5000 6.635792e-11 6899529.1 19212 -0.0123824999999932 6899429.14706572 19212 5000 6.6353083e-11 6899429.1 Loop time of 0.017169 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:46 2021 Pair time (%) = 0.0010891 (6.34339) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18608) Outpt time (%) = 0.0159559 (92.9345) Other time (%) = 9.20296e-05 (0.536022) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:46 2021 Memory usage per processor = 27.5421 Mbytes Step Atoms AVEKE stressZZ 19212 5000 6.6353083e-11 6899394.4 19213 -0.0123824999999932 6899294.48716544 19213 5000 6.6348247e-11 6899294.5 Loop time of 0.016593 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:46 2021 Pair time (%) = 0.00107598 (6.48457) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.193977) Outpt time (%) = 0.015393 (92.7683) Other time (%) = 9.17912e-05 (0.553193) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:46 2021 Memory usage per processor = 27.5421 Mbytes Step Atoms AVEKE stressZZ 19213 5000 6.6348247e-11 6899259.7 19214 -0.0123824999999932 6899159.83430537 19214 5000 6.6343411e-11 6899159.8 Loop time of 0.0172749 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:46 2021 Pair time (%) = 0.00145292 (8.41062) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.215303) Outpt time (%) = 0.0156341 (90.5018) Other time (%) = 0.000150681 (0.872254) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:46 2021 Memory usage per processor = 27.5421 Mbytes Step Atoms AVEKE stressZZ 19214 5000 6.6343411e-11 6899125.1 19215 -0.0123824999999932 6899025.18848463 19215 5000 6.6338576e-11 6899025.2 Loop time of 0.0165441 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:46 2021 Pair time (%) = 0.00108099 (6.53399) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193109) Outpt time (%) = 0.015337 (92.7037) Other time (%) = 9.41753e-05 (0.569238) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:46 2021 Memory usage per processor = 27.5421 Mbytes Step Atoms AVEKE stressZZ 19215 5000 6.6338576e-11 6898990.4 19216 -0.0123824999999932 6898890.54970238 19216 5000 6.6333741e-11 6898890.5 Loop time of 0.01653 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:46 2021 Pair time (%) = 0.00108004 (6.53378) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193273) Outpt time (%) = 0.0153279 (92.7277) Other time (%) = 9.01222e-05 (0.545203) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:46 2021 Memory usage per processor = 27.5421 Mbytes Step Atoms AVEKE stressZZ 19216 5000 6.6333741e-11 6898855.8 19217 -0.0123824999999932 6898755.91795761 19217 5000 6.6328907e-11 6898755.9 Loop time of 0.0164509 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:46 2021 Pair time (%) = 0.00108409 (6.58986) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194203) Outpt time (%) = 0.015218 (92.5058) Other time (%) = 0.000116825 (0.710145) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:46 2021 Memory usage per processor = 27.5421 Mbytes Step Atoms AVEKE stressZZ 19217 5000 6.6328907e-11 6898721.2 19218 -0.0123824999999932 6898621.29324965 19218 5000 6.6324073e-11 6898621.3 Loop time of 0.0163629 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:46 2021 Pair time (%) = 0.00107908 (6.59469) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.195247) Outpt time (%) = 0.0151639 (92.6724) Other time (%) = 8.79765e-05 (0.537658) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:46 2021 Memory usage per processor = 27.5421 Mbytes Step Atoms AVEKE stressZZ 19218 5000 6.6324073e-11 6898586.5 19219 -0.0123824999999932 6898486.67557746 19219 5000 6.631924e-11 6898486.7 Loop time of 0.0164871 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:46 2021 Pair time (%) = 0.00105715 (6.41196) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.187992) Outpt time (%) = 0.015274 (92.6423) Other time (%) = 0.000124931 (0.757751) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:46 2021 Memory usage per processor = 27.5421 Mbytes Step Atoms AVEKE stressZZ 19219 5000 6.631924e-11 6898451.9 19220 -0.0123824999999932 6898352.06494026 19220 5000 6.6314407e-11 6898352.1 Loop time of 0.018873 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:46 2021 Pair time (%) = 0.00105381 (5.5837) Neigh time (%) = 0 (0) Comm time (%) = 2.98023e-05 (0.15791) Outpt time (%) = 0.0177021 (93.796) Other time (%) = 8.72612e-05 (0.462361) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:46 2021 Memory usage per processor = 27.5421 Mbytes Step Atoms AVEKE stressZZ 19220 5000 6.6314407e-11 6898317.3 19221 -0.0123824999999932 6898217.46133713 19221 5000 6.6309575e-11 6898217.5 Loop time of 0.016427 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:46 2021 Pair time (%) = 0.00105286 (6.40929) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.188679) Outpt time (%) = 0.0152581 (92.8839) Other time (%) = 8.51154e-05 (0.518142) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:46 2021 Memory usage per processor = 27.5421 Mbytes Step Atoms AVEKE stressZZ 19221 5000 6.6309575e-11 6898182.7 19222 -0.0123824999999932 6898082.86476724 19222 5000 6.6304744e-11 6898082.9 Loop time of 0.01651 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:46 2021 Pair time (%) = 0.00110483 (6.69189) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.187731) Outpt time (%) = 0.0152881 (92.5991) Other time (%) = 8.60691e-05 (0.521315) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:46 2021 Memory usage per processor = 27.5421 Mbytes Step Atoms AVEKE stressZZ 19222 5000 6.6304744e-11 6898048.1 19223 -0.0123824999999932 6897948.27522972 19223 5000 6.6299913e-11 6897948.3 Loop time of 0.016433 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:46 2021 Pair time (%) = 0.00113416 (6.9017) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.188611) Outpt time (%) = 0.015182 (92.3874) Other time (%) = 8.58307e-05 (0.522307) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:46 2021 Memory usage per processor = 27.5421 Mbytes Step Atoms AVEKE stressZZ 19223 5000 6.6299913e-11 6897913.5 19224 -0.0123824999999932 6897813.69272369 19224 5000 6.6295083e-11 6897813.7 Loop time of 0.0164361 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:46 2021 Pair time (%) = 0.00110316 (6.71183) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.188575) Outpt time (%) = 0.015188 (92.4062) Other time (%) = 0.000113964 (0.693377) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:46 2021 Memory usage per processor = 27.5421 Mbytes Step Atoms AVEKE stressZZ 19224 5000 6.6295083e-11 6897779 19225 -0.0123824999999932 6897679.11724828 19225 5000 6.6290253e-11 6897679.1 Loop time of 0.0166242 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:46 2021 Pair time (%) = 0.00105715 (6.35909) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.186441) Outpt time (%) = 0.0154512 (92.9439) Other time (%) = 8.4877e-05 (0.510563) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:46 2021 Memory usage per processor = 27.5421 Mbytes Step Atoms AVEKE stressZZ 19225 5000 6.6290253e-11 6897644.4 19226 -0.0123824999999932 6897544.54880268 19226 5000 6.6285424e-11 6897544.5 Loop time of 0.0165191 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:46 2021 Pair time (%) = 0.00106716 (6.46018) Neigh time (%) = 0 (0) Comm time (%) = 5.19753e-05 (0.314638) Outpt time (%) = 0.0153 (92.6204) Other time (%) = 9.98974e-05 (0.60474) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:46 2021 Memory usage per processor = 27.5421 Mbytes Step Atoms AVEKE stressZZ 19226 5000 6.6285424e-11 6897509.8 19227 -0.0123824999999932 6897409.98738605 19227 5000 6.6280595e-11 6897410 Loop time of 0.017463 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:46 2021 Pair time (%) = 0.00112081 (6.41819) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.177487) Outpt time (%) = 0.0162251 (92.9115) Other time (%) = 8.60691e-05 (0.492866) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:46 2021 Memory usage per processor = 27.5421 Mbytes Step Atoms AVEKE stressZZ 19227 5000 6.6280595e-11 6897375.2 19228 -0.0123824999999932 6897275.4329975 19228 5000 6.6275767e-11 6897275.4 Loop time of 0.0169189 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:46 2021 Pair time (%) = 0.00109887 (6.49493) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.183194) Outpt time (%) = 0.0156789 (92.6708) Other time (%) = 0.000110149 (0.651044) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:46 2021 Memory usage per processor = 27.5421 Mbytes Step Atoms AVEKE stressZZ 19228 5000 6.6275767e-11 6897240.7 19229 -0.0123824999999932 6897140.88563616 19229 5000 6.6270939e-11 6897140.9 Loop time of 0.0170939 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:46 2021 Pair time (%) = 0.00131106 (7.66978) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.210609) Outpt time (%) = 0.015626 (91.4125) Other time (%) = 0.000120878 (0.707143) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:46 2021 Memory usage per processor = 27.5421 Mbytes Step Atoms AVEKE stressZZ 19229 5000 6.6270939e-11 6897106.1 19230 -0.0123824999999932 6897006.34530121 19230 5000 6.6266112e-11 6897006.3 Loop time of 0.020299 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:46 2021 Pair time (%) = 0.00123501 (6.0841) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.172657) Outpt time (%) = 0.018889 (93.0538) Other time (%) = 0.000139952 (0.689453) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:25:46 2021 Memory usage per processor = 27.5421 Mbytes Step Atoms AVEKE stressZZ 19230 5000 6.6266112e-11 6896971.6 19231 -0.0123824999999932 6896852.00319167 19231 5000 1.3081013e-10 6897079 Loop time of 0.016942 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:46 2021 Pair time (%) = 0.00111008 (6.55221) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188573) Outpt time (%) = 0.0156279 (92.2432) Other time (%) = 0.000172138 (1.01604) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:46 2021 Memory usage per processor = 27.5421 Mbytes Step Atoms AVEKE stressZZ 19231 5000 1.3081013e-10 6959225.6 19232 -0.0124149999999932 6959093.71041923 19232 5000 1.052731e-10 6959093.7 Loop time of 0.0161839 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:46 2021 Pair time (%) = 0.0010848 (6.70301) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.197407) Outpt time (%) = 0.0149748 (92.5295) Other time (%) = 9.2268e-05 (0.570124) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:46 2021 Memory usage per processor = 27.5421 Mbytes Step Atoms AVEKE stressZZ 19232 5000 1.052731e-10 6959046.8 19233 -0.0124149999999932 6958926.25898084 19233 5000 9.0482979e-11 6958926.3 Loop time of 0.016232 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:46 2021 Pair time (%) = 0.00111794 (6.88728) Neigh time (%) = 0 (0) Comm time (%) = 3.12328e-05 (0.192415) Outpt time (%) = 0.014993 (92.3666) Other time (%) = 8.98838e-05 (0.553744) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:46 2021 Memory usage per processor = 27.5421 Mbytes Step Atoms AVEKE stressZZ 19233 5000 9.0482979e-11 6958883.7 19234 -0.0124149999999932 6958770.24893077 19234 5000 8.1663856e-11 6958770.2 Loop time of 0.0161622 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:46 2021 Pair time (%) = 0.00108004 (6.6825) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.197672) Outpt time (%) = 0.014962 (92.574) Other time (%) = 8.82149e-05 (0.545811) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:46 2021 Memory usage per processor = 27.5421 Mbytes Step Atoms AVEKE stressZZ 19234 5000 8.1663856e-11 6958730.4 19235 -0.0124149999999932 6958621.51258703 19235 5000 7.6292495e-11 6958621.5 Loop time of 0.016206 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:46 2021 Pair time (%) = 0.00108099 (6.6703) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.197137) Outpt time (%) = 0.0150042 (92.5838) Other time (%) = 8.89301e-05 (0.548747) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:46 2021 Memory usage per processor = 27.5421 Mbytes Step Atoms AVEKE stressZZ 19235 5000 7.6292495e-11 6958583.4 19236 -0.0124149999999932 6958477.4013517 19236 5000 7.2972114e-11 6958477.4 Loop time of 0.017493 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:46 2021 Pair time (%) = 0.00133514 (7.63244) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.177182) Outpt time (%) = 0.0160179 (91.5675) Other time (%) = 0.000108957 (0.622862) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:46 2021 Memory usage per processor = 27.5421 Mbytes Step Atoms AVEKE stressZZ 19236 5000 7.2972114e-11 6958440.3 19237 -0.0124149999999932 6958336.23201508 19237 5000 7.0898554e-11 6958336.2 Loop time of 0.017473 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:46 2021 Pair time (%) = 0.00116801 (6.68468) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.188301) Outpt time (%) = 0.016125 (92.2851) Other time (%) = 0.000147104 (0.841896) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:46 2021 Memory usage per processor = 27.5421 Mbytes Step Atoms AVEKE stressZZ 19237 5000 7.0898554e-11 6958299.9 19238 -0.0124149999999932 6958196.9348797 19238 5000 6.9594499e-11 6958196.9 Loop time of 0.01667 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:46 2021 Pair time (%) = 0.00111508 (6.68917) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.19165) Outpt time (%) = 0.0153718 (92.2124) Other time (%) = 0.000151157 (0.906764) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:46 2021 Memory usage per processor = 27.5421 Mbytes Step Atoms AVEKE stressZZ 19238 5000 6.9594499e-11 6958161 19239 -0.0124149999999932 6958058.83014092 19239 5000 6.8770234e-11 6958058.8 Loop time of 0.017267 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:46 2021 Pair time (%) = 0.001477 (8.55391) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.220924) Outpt time (%) = 0.015615 (90.4326) Other time (%) = 0.000136852 (0.792566) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:46 2021 Memory usage per processor = 27.5421 Mbytes Step Atoms AVEKE stressZZ 19239 5000 6.8770234e-11 6958023.2 19240 -0.0124149999999932 6957921.48577531 19240 5000 6.8247148e-11 6957921.5 Loop time of 0.0198722 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:46 2021 Pair time (%) = 0.00107908 (5.43011) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.155969) Outpt time (%) = 0.0186739 (93.97) Other time (%) = 8.82149e-05 (0.443911) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:46 2021 Memory usage per processor = 27.5422 Mbytes Step Atoms AVEKE stressZZ 19240 5000 6.8247148e-11 6957886 19241 -0.0124149999999932 6957784.62722669 19241 5000 6.7913954e-11 6957784.6 Loop time of 0.0174348 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:46 2021 Pair time (%) = 0.00112391 (6.44632) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.177773) Outpt time (%) = 0.0161841 (92.8262) Other time (%) = 9.58443e-05 (0.549729) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:46 2021 Memory usage per processor = 27.5422 Mbytes Step Atoms AVEKE stressZZ 19241 5000 6.7913954e-11 6957749.3 19242 -0.0124149999999932 6957648.08001134 19242 5000 6.7700829e-11 6957648.1 Loop time of 0.0167761 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:46 2021 Pair time (%) = 0.00110412 (6.58149) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.197544) Outpt time (%) = 0.015538 (92.6198) Other time (%) = 0.000100851 (0.60116) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:46 2021 Memory usage per processor = 27.5422 Mbytes Step Atoms AVEKE stressZZ 19242 5000 6.7700829e-11 6957612.8 19243 -0.0124149999999932 6957511.73324254 19243 5000 6.7563761e-11 6957511.7 Loop time of 0.0175662 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:46 2021 Pair time (%) = 0.00121808 (6.93423) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.199517) Outpt time (%) = 0.01618 (92.1089) Other time (%) = 0.000133038 (0.75735) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:46 2021 Memory usage per processor = 27.5422 Mbytes Step Atoms AVEKE stressZZ 19243 5000 6.7563761e-11 6957476.5 19244 -0.0124149999999932 6957375.51645012 19244 5000 6.747493e-11 6957375.5 Loop time of 0.017766 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:46 2021 Pair time (%) = 0.00107884 (6.07252) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.179827) Outpt time (%) = 0.016562 (93.2229) Other time (%) = 9.32217e-05 (0.52472) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:46 2021 Memory usage per processor = 27.5422 Mbytes Step Atoms AVEKE stressZZ 19244 5000 6.747493e-11 6957340.3 19245 -0.0124149999999932 6957239.38484929 19245 5000 6.7416712e-11 6957239.4 Loop time of 0.016804 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:46 2021 Pair time (%) = 0.00107789 (6.41449) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.191541) Outpt time (%) = 0.0156009 (92.8406) Other time (%) = 9.29832e-05 (0.553341) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:46 2021 Memory usage per processor = 27.5422 Mbytes Step Atoms AVEKE stressZZ 19245 5000 6.7416712e-11 6957204.2 19246 -0.0124149999999932 6957103.30997857 19246 5000 6.7377933e-11 6957103.3 Loop time of 0.0168071 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:46 2021 Pair time (%) = 0.001158 (6.88995) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.201436) Outpt time (%) = 0.015507 (92.2646) Other time (%) = 0.000108242 (0.644026) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:46 2021 Memory usage per processor = 27.5422 Mbytes Step Atoms AVEKE stressZZ 19246 5000 6.7377933e-11 6957068.1 19247 -0.0124149999999932 6956967.27374988 19247 5000 6.7351501e-11 6956967.3 Loop time of 0.0173578 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:46 2021 Pair time (%) = 0.00120187 (6.92407) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.195044) Outpt time (%) = 0.0159428 (91.848) Other time (%) = 0.000179291 (1.03291) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:46 2021 Memory usage per processor = 27.5422 Mbytes Step Atoms AVEKE stressZZ 19247 5000 6.7351501e-11 6956932.1 19248 -0.0124149999999932 6956831.26466795 19248 5000 6.7332913e-11 6956831.3 Loop time of 0.0174301 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:46 2021 Pair time (%) = 0.00108004 (6.1964) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.184661) Outpt time (%) = 0.0162251 (93.0868) Other time (%) = 9.27448e-05 (0.532097) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:46 2021 Memory usage per processor = 27.5422 Mbytes Step Atoms AVEKE stressZZ 19248 5000 6.7332913e-11 6956796.1 19249 -0.0124149999999932 6956695.27542696 19249 5000 6.731931e-11 6956695.3 Loop time of 0.0166368 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:46 2021 Pair time (%) = 0.00110698 (6.65377) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192032) Outpt time (%) = 0.015404 (92.5896) Other time (%) = 9.39369e-05 (0.564632) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:46 2021 Memory usage per processor = 27.5422 Mbytes Step Atoms AVEKE stressZZ 19249 5000 6.731931e-11 6956660.1 19250 -0.0124149999999932 6956559.30138389 19250 5000 6.7308873e-11 6956559.3 Loop time of 0.0195291 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:46 2021 Pair time (%) = 0.00127697 (6.5388) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.194113) Outpt time (%) = 0.0181022 (92.6933) Other time (%) = 0.000112057 (0.573794) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:46 2021 Memory usage per processor = 27.5422 Mbytes Step Atoms AVEKE stressZZ 19250 5000 6.7308873e-11 6956524.2 19251 -0.0124149999999932 6956423.33958749 19251 5000 6.7300449e-11 6956423.3 Loop time of 0.0172801 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:46 2021 Pair time (%) = 0.001122 (6.493) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190403) Outpt time (%) = 0.0160251 (92.7371) Other time (%) = 0.000100136 (0.579486) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:46 2021 Memory usage per processor = 27.5422 Mbytes Step Atoms AVEKE stressZZ 19251 5000 6.7300449e-11 6956388.2 19252 -0.0124149999999932 6956287.38816219 19252 5000 6.7293305e-11 6956287.4 Loop time of 0.0173221 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:46 2021 Pair time (%) = 0.0010829 (6.25155) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.185812) Outpt time (%) = 0.0161159 (93.0369) Other time (%) = 9.10759e-05 (0.52578) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:46 2021 Memory usage per processor = 27.5422 Mbytes Step Atoms AVEKE stressZZ 19252 5000 6.7293305e-11 6956252.2 19253 -0.0124149999999932 6956151.44591554 19253 5000 6.7286973e-11 6956151.4 Loop time of 0.0169799 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:46 2021 Pair time (%) = 0.00116897 (6.8844) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.193769) Outpt time (%) = 0.015676 (92.3209) Other time (%) = 0.000102043 (0.600963) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:46 2021 Memory usage per processor = 27.5422 Mbytes Step Atoms AVEKE stressZZ 19253 5000 6.7286973e-11 6956116.3 19254 -0.0124149999999932 6956015.51208967 19254 5000 6.7281159e-11 6956015.5 Loop time of 0.0171411 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:46 2021 Pair time (%) = 0.00129104 (7.53182) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.203074) Outpt time (%) = 0.0157011 (91.5989) Other time (%) = 0.000114202 (0.666249) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:46 2021 Memory usage per processor = 27.5422 Mbytes Step Atoms AVEKE stressZZ 19254 5000 6.7281159e-11 6955980.4 19255 -0.0124149999999932 6955879.58620249 19255 5000 6.7275673e-11 6955879.6 Loop time of 0.0174479 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:46 2021 Pair time (%) = 0.001122 (6.43054) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183105) Outpt time (%) = 0.016202 (92.8589) Other time (%) = 9.20296e-05 (0.527452) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:47 2021 Memory usage per processor = 27.5422 Mbytes Step Atoms AVEKE stressZZ 19255 5000 6.7275673e-11 6955844.5 19256 -0.0124149999999932 6955743.66794737 19256 5000 6.7270396e-11 6955743.7 Loop time of 0.020946 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:47 2021 Pair time (%) = 0.0010829 (5.16994) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.147973) Outpt time (%) = 0.0197361 (94.2234) Other time (%) = 9.60827e-05 (0.458716) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:47 2021 Memory usage per processor = 27.5422 Mbytes Step Atoms AVEKE stressZZ 19256 5000 6.7270396e-11 6955708.5 19257 -0.0124149999999932 6955607.75712923 19257 5000 6.7265253e-11 6955607.8 Loop time of 0.016886 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:47 2021 Pair time (%) = 0.00108099 (6.40169) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.183551) Outpt time (%) = 0.0156839 (92.881) Other time (%) = 9.01222e-05 (0.53371) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:47 2021 Memory usage per processor = 27.5422 Mbytes Step Atoms AVEKE stressZZ 19257 5000 6.7265253e-11 6955572.6 19258 -0.0124149999999932 6955471.85362385 19258 5000 6.7260194e-11 6955471.9 Loop time of 0.016866 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:47 2021 Pair time (%) = 0.00115585 (6.85317) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.2078) Outpt time (%) = 0.015569 (92.31) Other time (%) = 0.000106096 (0.629055) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:47 2021 Memory usage per processor = 27.5422 Mbytes Step Atoms AVEKE stressZZ 19258 5000 6.7260194e-11 6955436.7 19259 -0.0124149999999932 6955335.95735194 19259 5000 6.7255189e-11 6955336 Loop time of 0.01723 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:47 2021 Pair time (%) = 0.00117683 (6.83013) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179886) Outpt time (%) = 0.015924 (92.4199) Other time (%) = 9.82285e-05 (0.5701) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:47 2021 Memory usage per processor = 27.5422 Mbytes Step Atoms AVEKE stressZZ 19259 5000 6.7255189e-11 6955300.8 19260 -0.0124149999999932 6955200.06826274 19260 5000 6.7250219e-11 6955200.1 Loop time of 0.019634 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:47 2021 Pair time (%) = 0.00108814 (5.54213) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.162718) Outpt time (%) = 0.0184221 (93.8276) Other time (%) = 9.17912e-05 (0.467511) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:47 2021 Memory usage per processor = 27.5422 Mbytes Step Atoms AVEKE stressZZ 19260 5000 6.7250219e-11 6955164.9 19261 -0.0124149999999932 6955064.18634346 19261 5000 6.7245271e-11 6955064.2 Loop time of 0.0169261 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:47 2021 Pair time (%) = 0.00111604 (6.59361) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188751) Outpt time (%) = 0.0156641 (92.5443) Other time (%) = 0.000113964 (0.673306) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:47 2021 Memory usage per processor = 27.5422 Mbytes Step Atoms AVEKE stressZZ 19261 5000 6.7245271e-11 6955029.1 19262 -0.0124149999999932 6954928.31168689 19262 5000 6.7240337e-11 6954928.3 Loop time of 0.0169699 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:47 2021 Pair time (%) = 0.00121999 (7.18912) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206527) Outpt time (%) = 0.0156038 (91.9496) Other time (%) = 0.000111103 (0.654706) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:47 2021 Memory usage per processor = 27.5422 Mbytes Step Atoms AVEKE stressZZ 19262 5000 6.7240337e-11 6954893.2 19263 -0.0124149999999932 6954792.44422571 19263 5000 6.7235413e-11 6954792.4 Loop time of 0.0174201 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:47 2021 Pair time (%) = 0.00119114 (6.83775) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183398) Outpt time (%) = 0.0161021 (92.4341) Other time (%) = 9.48906e-05 (0.54472) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:47 2021 Memory usage per processor = 27.5422 Mbytes Step Atoms AVEKE stressZZ 19263 5000 6.7235413e-11 6954757.3 19264 -0.0124149999999932 6954656.58392922 19264 5000 6.7230494e-11 6954656.6 Loop time of 0.0175281 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:47 2021 Pair time (%) = 0.00117397 (6.69768) Neigh time (%) = 0 (0) Comm time (%) = 4.72069e-05 (0.269322) Outpt time (%) = 0.01618 (92.3094) Other time (%) = 0.000126839 (0.723632) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:47 2021 Memory usage per processor = 27.5422 Mbytes Step Atoms AVEKE stressZZ 19264 5000 6.7230494e-11 6954621.5 19265 -0.0124149999999932 6954520.73078185 19265 5000 6.722558e-11 6954520.7 Loop time of 0.016933 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:47 2021 Pair time (%) = 0.00111699 (6.59655) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.183042) Outpt time (%) = 0.0156889 (92.653) Other time (%) = 9.60827e-05 (0.56743) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:47 2021 Memory usage per processor = 27.5422 Mbytes Step Atoms AVEKE stressZZ 19265 5000 6.722558e-11 6954485.6 19266 -0.0124149999999932 6954384.88477358 19266 5000 6.7220669e-11 6954384.9 Loop time of 0.01705 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:47 2021 Pair time (%) = 0.00135708 (7.95939) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.222337) Outpt time (%) = 0.0154848 (90.8199) Other time (%) = 0.000170231 (0.99842) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:47 2021 Memory usage per processor = 27.5422 Mbytes Step Atoms AVEKE stressZZ 19266 5000 6.7220669e-11 6954349.8 19267 -0.0124149999999932 6954249.04589742 19267 5000 6.7215759e-11 6954249 Loop time of 0.0172641 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:47 2021 Pair time (%) = 0.0010879 (6.30153) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185055) Outpt time (%) = 0.0160508 (92.9721) Other time (%) = 9.34601e-05 (0.541354) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:47 2021 Memory usage per processor = 27.5422 Mbytes Step Atoms AVEKE stressZZ 19267 5000 6.7215759e-11 6954213.9 19268 -0.0124149999999932 6954113.21414821 19268 5000 6.7210851e-11 6954113.2 Loop time of 0.0170779 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:47 2021 Pair time (%) = 0.00107908 (6.31858) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.188469) Outpt time (%) = 0.015872 (92.9387) Other time (%) = 9.46522e-05 (0.554237) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:47 2021 Memory usage per processor = 27.5422 Mbytes Step Atoms AVEKE stressZZ 19268 5000 6.7210851e-11 6954078.1 19269 -0.0124149999999932 6953977.38952191 19269 5000 6.7205944e-11 6953977.4 Loop time of 0.016686 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:47 2021 Pair time (%) = 0.00112009 (6.71277) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.204327) Outpt time (%) = 0.015403 (92.3113) Other time (%) = 0.000128746 (0.771583) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:47 2021 Memory usage per processor = 27.5422 Mbytes Step Atoms AVEKE stressZZ 19269 5000 6.7205944e-11 6953942.3 19270 -0.0124149999999932 6953841.57201541 19270 5000 6.7201038e-11 6953841.6 Loop time of 0.0199349 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:47 2021 Pair time (%) = 0.00145411 (7.29432) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.160262) Outpt time (%) = 0.0183289 (91.9438) Other time (%) = 0.000119925 (0.601581) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:47 2021 Memory usage per processor = 27.5422 Mbytes Step Atoms AVEKE stressZZ 19270 5000 6.7201038e-11 6953806.5 19271 -0.0124149999999932 6953705.76162591 19271 5000 6.7196133e-11 6953705.8 Loop time of 0.017482 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:47 2021 Pair time (%) = 0.00116181 (6.64576) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182748) Outpt time (%) = 0.016192 (92.6205) Other time (%) = 9.63211e-05 (0.550972) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:47 2021 Memory usage per processor = 27.5422 Mbytes Step Atoms AVEKE stressZZ 19271 5000 6.7196133e-11 6953670.6 19272 -0.0124149999999932 6953569.95835134 19272 5000 6.7191228e-11 6953570 Loop time of 0.0171599 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:47 2021 Pair time (%) = 0.00107789 (6.28143) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.187568) Outpt time (%) = 0.0159559 (92.9836) Other time (%) = 9.39369e-05 (0.54742) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:47 2021 Memory usage per processor = 27.5422 Mbytes Step Atoms AVEKE stressZZ 19272 5000 6.7191228e-11 6953534.8 19273 -0.0124149999999932 6953434.16218682 19273 5000 6.7186325e-11 6953434.2 Loop time of 0.0171499 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:47 2021 Pair time (%) = 0.00112081 (6.53534) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180726) Outpt time (%) = 0.0159039 (92.7348) Other time (%) = 9.41753e-05 (0.54913) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:47 2021 Memory usage per processor = 27.5422 Mbytes Step Atoms AVEKE stressZZ 19273 5000 6.7186325e-11 6953399 19274 -0.0124149999999932 6953298.37307437 19274 5000 6.7181421e-11 6953298.4 Loop time of 0.0174952 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:47 2021 Pair time (%) = 0.001333 (7.61924) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.211229) Outpt time (%) = 0.0159938 (91.4186) Other time (%) = 0.000131369 (0.750886) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:47 2021 Memory usage per processor = 27.5422 Mbytes Step Atoms AVEKE stressZZ 19274 5000 6.7181421e-11 6953263.3 19275 -0.0124149999999932 6953162.59106726 19275 5000 6.7176519e-11 6953162.6 Loop time of 0.0171349 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:47 2021 Pair time (%) = 0.00107908 (6.29757) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18645) Outpt time (%) = 0.0159321 (92.9803) Other time (%) = 9.17912e-05 (0.535697) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:47 2021 Memory usage per processor = 27.5422 Mbytes Step Atoms AVEKE stressZZ 19275 5000 6.7176519e-11 6953127.5 19276 -0.0124149999999932 6953026.81616489 19276 5000 6.7171617e-11 6953026.8 Loop time of 0.0166681 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:47 2021 Pair time (%) = 0.00108099 (6.48539) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.193103) Outpt time (%) = 0.0154631 (92.7708) Other time (%) = 9.17912e-05 (0.5507) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:47 2021 Memory usage per processor = 27.5422 Mbytes Step Atoms AVEKE stressZZ 19276 5000 6.7171617e-11 6952991.7 19277 -0.0124149999999932 6952891.04836861 19277 5000 6.7166715e-11 6952891 Loop time of 0.0163682 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:47 2021 Pair time (%) = 0.0011549 (7.05577) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.196641) Outpt time (%) = 0.0150921 (92.2043) Other time (%) = 8.89301e-05 (0.543312) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:47 2021 Memory usage per processor = 27.5422 Mbytes Step Atoms AVEKE stressZZ 19277 5000 6.7166715e-11 6952855.9 19278 -0.0124149999999932 6952755.28767632 19278 5000 6.7161815e-11 6952755.3 Loop time of 0.01648 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:47 2021 Pair time (%) = 0.00108004 (6.55363) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.19386) Outpt time (%) = 0.015285 (92.7491) Other time (%) = 8.29697e-05 (0.503458) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:47 2021 Memory usage per processor = 27.5422 Mbytes Step Atoms AVEKE stressZZ 19278 5000 6.7161815e-11 6952720.2 19279 -0.0124149999999932 6952619.53408105 19279 5000 6.7156914e-11 6952619.5 Loop time of 0.0176492 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:47 2021 Pair time (%) = 0.00108194 (6.13028) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.181017) Outpt time (%) = 0.0164521 (93.2172) Other time (%) = 8.32081e-05 (0.471456) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:47 2021 Memory usage per processor = 27.5422 Mbytes Step Atoms AVEKE stressZZ 19279 5000 6.7156914e-11 6952584.4 19280 -0.0124149999999932 6952483.78758159 19280 5000 6.7152014e-11 6952483.8 Loop time of 0.0201371 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:47 2021 Pair time (%) = 0.00130296 (6.47044) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.153917) Outpt time (%) = 0.0186441 (92.5859) Other time (%) = 0.000159025 (0.789714) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:47 2021 Memory usage per processor = 27.5422 Mbytes Step Atoms AVEKE stressZZ 19280 5000 6.7152014e-11 6952448.7 19281 -0.0124149999999932 6952348.04817691 19281 5000 6.7147115e-11 6952348 Loop time of 0.0169239 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:47 2021 Pair time (%) = 0.00105309 (6.22253) Neigh time (%) = 0 (0) Comm time (%) = 4.41074e-05 (0.260622) Outpt time (%) = 0.0157039 (92.7913) Other time (%) = 0.000122786 (0.725516) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:47 2021 Memory usage per processor = 27.5422 Mbytes Step Atoms AVEKE stressZZ 19281 5000 6.7147115e-11 6952312.9 19282 -0.0124149999999932 6952212.31586565 19282 5000 6.7142217e-11 6952212.3 Loop time of 0.0170062 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:47 2021 Pair time (%) = 0.00126004 (7.40933) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.217303) Outpt time (%) = 0.015594 (91.6962) Other time (%) = 0.000115156 (0.677144) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:47 2021 Memory usage per processor = 27.5422 Mbytes Step Atoms AVEKE stressZZ 19282 5000 6.7142217e-11 6952177.2 19283 -0.0124149999999932 6952076.59064696 19283 5000 6.7137319e-11 6952076.6 Loop time of 0.0175231 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:47 2021 Pair time (%) = 0.00109577 (6.25332) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.176878) Outpt time (%) = 0.0162749 (92.8773) Other time (%) = 0.000121355 (0.692545) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:47 2021 Memory usage per processor = 27.5422 Mbytes Step Atoms AVEKE stressZZ 19283 5000 6.7137319e-11 6952041.5 19284 -0.0124149999999932 6951940.87251952 19284 5000 6.7132421e-11 6951940.9 Loop time of 0.017205 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:47 2021 Pair time (%) = 0.00115085 (6.68902) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180148) Outpt time (%) = 0.015929 (92.5835) Other time (%) = 9.41753e-05 (0.547372) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:47 2021 Memory usage per processor = 27.5422 Mbytes Step Atoms AVEKE stressZZ 19284 5000 6.7132421e-11 6951905.8 19285 -0.0124149999999932 6951805.16148242 19285 5000 6.7127524e-11 6951805.2 Loop time of 0.0166612 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:47 2021 Pair time (%) = 0.00111198 (6.67411) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.197476) Outpt time (%) = 0.015372 (92.2627) Other time (%) = 0.000144243 (0.865745) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:47 2021 Memory usage per processor = 27.5422 Mbytes Step Atoms AVEKE stressZZ 19285 5000 6.7127524e-11 6951770.1 19286 -0.0124149999999932 6951669.45753454 19286 5000 6.7122628e-11 6951669.5 Loop time of 0.0174809 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:47 2021 Pair time (%) = 0.00145411 (8.31833) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.188216) Outpt time (%) = 0.0158379 (90.6015) Other time (%) = 0.000155926 (0.89198) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:47 2021 Memory usage per processor = 27.5422 Mbytes Step Atoms AVEKE stressZZ 19286 5000 6.7122628e-11 6951634.3 19287 -0.0124149999999932 6951533.76067492 19287 5000 6.7117732e-11 6951533.8 Loop time of 0.0172222 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:47 2021 Pair time (%) = 0.00111794 (6.49131) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.267183) Outpt time (%) = 0.015907 (92.3638) Other time (%) = 0.000151157 (0.877691) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:47 2021 Memory usage per processor = 27.5422 Mbytes Step Atoms AVEKE stressZZ 19287 5000 6.7117732e-11 6951498.7 19288 -0.0124149999999932 6951398.07090246 19288 5000 6.7112837e-11 6951398.1 Loop time of 0.0168579 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:47 2021 Pair time (%) = 0.00124002 (7.35571) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.200829) Outpt time (%) = 0.0154819 (91.8381) Other time (%) = 0.000102043 (0.605315) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:47 2021 Memory usage per processor = 27.5422 Mbytes Step Atoms AVEKE stressZZ 19288 5000 6.7112837e-11 6951363 19289 -0.0124149999999932 6951262.38821621 19289 5000 6.7107942e-11 6951262.4 Loop time of 0.0167758 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:47 2021 Pair time (%) = 0.00114799 (6.84309) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.279977) Outpt time (%) = 0.015434 (92.0015) Other time (%) = 0.000146866 (0.87546) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:47 2021 Memory usage per processor = 27.5422 Mbytes Step Atoms AVEKE stressZZ 19289 5000 6.7107942e-11 6951227.3 19290 -0.0124149999999932 6951126.71261528 19290 5000 6.7103048e-11 6951126.7 Loop time of 0.0199471 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:47 2021 Pair time (%) = 0.00111818 (5.60576) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.160164) Outpt time (%) = 0.0186629 (93.5623) Other time (%) = 0.000133991 (0.671735) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:47 2021 Memory usage per processor = 27.5422 Mbytes Step Atoms AVEKE stressZZ 19290 5000 6.7103048e-11 6951091.6 19291 -0.0124149999999932 6950991.04409852 19291 5000 6.7098154e-11 6950991 Loop time of 0.017097 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:47 2021 Pair time (%) = 0.00108194 (6.32827) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181286) Outpt time (%) = 0.0158911 (92.9466) Other time (%) = 9.29832e-05 (0.543857) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:47 2021 Memory usage per processor = 27.5422 Mbytes Step Atoms AVEKE stressZZ 19291 5000 6.7098154e-11 6950955.9 19292 -0.0124149999999932 6950855.38266512 19292 5000 6.7093261e-11 6950855.4 Loop time of 0.0169718 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:47 2021 Pair time (%) = 0.00124598 (7.34143) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.200885) Outpt time (%) = 0.0155759 (91.775) Other time (%) = 0.000115871 (0.682728) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:47 2021 Memory usage per processor = 27.5422 Mbytes Step Atoms AVEKE stressZZ 19292 5000 6.7093261e-11 6950820.3 19293 -0.0124149999999932 6950719.72831402 19293 5000 6.7088369e-11 6950719.7 Loop time of 0.0168698 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:47 2021 Pair time (%) = 0.00113082 (6.70322) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.20634) Outpt time (%) = 0.0156038 (92.4954) Other time (%) = 0.000100374 (0.594994) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:47 2021 Memory usage per processor = 27.5422 Mbytes Step Atoms AVEKE stressZZ 19293 5000 6.7088369e-11 6950684.6 19294 -0.0124149999999932 6950584.08104439 19294 5000 6.7083477e-11 6950584.1 Loop time of 0.01736 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:47 2021 Pair time (%) = 0.00115895 (6.67601) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.1909) Outpt time (%) = 0.016068 (92.5576) Other time (%) = 9.98974e-05 (0.575447) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:47 2021 Memory usage per processor = 27.5422 Mbytes Step Atoms AVEKE stressZZ 19294 5000 6.7083477e-11 6950549 19295 -0.0124149999999932 6950448.44085517 19295 5000 6.7078586e-11 6950448.4 Loop time of 0.017236 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:47 2021 Pair time (%) = 0.00108504 (6.29522) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179824) Outpt time (%) = 0.0160258 (92.9786) Other time (%) = 9.41753e-05 (0.546388) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:47 2021 Memory usage per processor = 27.5422 Mbytes Step Atoms AVEKE stressZZ 19295 5000 6.7078586e-11 6950413.3 19296 -0.0124149999999932 6950312.80774559 19296 5000 6.7073695e-11 6950312.8 Loop time of 0.0165181 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:47 2021 Pair time (%) = 0.00108004 (6.53849) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193412) Outpt time (%) = 0.0153129 (92.7037) Other time (%) = 9.32217e-05 (0.56436) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:47 2021 Memory usage per processor = 27.5422 Mbytes Step Atoms AVEKE stressZZ 19296 5000 6.7073695e-11 6950277.7 19297 -0.0124149999999932 6950177.18171463 19297 5000 6.7068804e-11 6950177.2 Loop time of 0.0168409 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:47 2021 Pair time (%) = 0.00131202 (7.79064) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.237839) Outpt time (%) = 0.015367 (91.2481) Other time (%) = 0.000121832 (0.723427) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:47 2021 Memory usage per processor = 27.5422 Mbytes Step Atoms AVEKE stressZZ 19297 5000 6.7068804e-11 6950142.1 19298 -0.0124149999999932 6950041.56276147 19298 5000 6.7063915e-11 6950041.6 Loop time of 0.017513 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:48 2021 Pair time (%) = 0.00121188 (6.91988) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.193316) Outpt time (%) = 0.0161681 (92.3205) Other time (%) = 9.91821e-05 (0.566333) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:48 2021 Memory usage per processor = 27.5422 Mbytes Step Atoms AVEKE stressZZ 19298 5000 6.7063915e-11 6950006.5 19299 -0.0124149999999932 6949905.95088507 19299 5000 6.7059026e-11 6949906 Loop time of 0.017004 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:48 2021 Pair time (%) = 0.00107884 (6.34464) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.182277) Outpt time (%) = 0.0158 (92.9192) Other time (%) = 9.41753e-05 (0.553842) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:48 2021 Memory usage per processor = 27.5422 Mbytes Step Atoms AVEKE stressZZ 19299 5000 6.7059026e-11 6949870.9 19300 -0.0124149999999932 6949770.34608466 19300 5000 6.7054137e-11 6949770.3 Loop time of 0.019033 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:48 2021 Pair time (%) = 0.00112295 (5.90004) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.179131) Outpt time (%) = 0.017772 (93.3747) Other time (%) = 0.000103951 (0.546161) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:48 2021 Memory usage per processor = 27.5422 Mbytes Step Atoms AVEKE stressZZ 19300 5000 6.7054137e-11 6949735.2 19301 -0.0124149999999932 6949634.74835929 19301 5000 6.7049249e-11 6949634.7 Loop time of 0.0172439 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:48 2021 Pair time (%) = 0.00136614 (7.92246) Neigh time (%) = 0 (0) Comm time (%) = 5.29289e-05 (0.306944) Outpt time (%) = 0.0156989 (91.0406) Other time (%) = 0.000125885 (0.730028) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:48 2021 Memory usage per processor = 27.5422 Mbytes Step Atoms AVEKE stressZZ 19301 5000 6.7049249e-11 6949599.7 19302 -0.0124149999999932 6949499.15770812 19302 5000 6.7044362e-11 6949499.2 Loop time of 0.017338 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:48 2021 Pair time (%) = 0.00107908 (6.22379) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184266) Outpt time (%) = 0.0161331 (93.0502) Other time (%) = 9.39369e-05 (0.541797) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:48 2021 Memory usage per processor = 27.5422 Mbytes Step Atoms AVEKE stressZZ 19302 5000 6.7044362e-11 6949464.1 19303 -0.0124149999999932 6949363.57413026 19303 5000 6.7039475e-11 6949363.6 Loop time of 0.0173409 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:48 2021 Pair time (%) = 0.00108004 (6.22826) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184235) Outpt time (%) = 0.0161359 (93.0513) Other time (%) = 9.29832e-05 (0.536208) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:48 2021 Memory usage per processor = 27.5422 Mbytes Step Atoms AVEKE stressZZ 19303 5000 6.7039475e-11 6949328.5 19304 -0.0124149999999932 6949227.99762488 19304 5000 6.7034589e-11 6949228 Loop time of 0.0168152 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:48 2021 Pair time (%) = 0.001091 (6.4882) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.197085) Outpt time (%) = 0.0155919 (92.7249) Other time (%) = 9.91821e-05 (0.589837) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:48 2021 Memory usage per processor = 27.5422 Mbytes Step Atoms AVEKE stressZZ 19304 5000 6.7034589e-11 6949192.9 19305 -0.0124149999999932 6949092.42819104 19305 5000 6.7029703e-11 6949092.4 Loop time of 0.017468 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:48 2021 Pair time (%) = 0.0013001 (7.44274) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.188355) Outpt time (%) = 0.0159609 (91.3725) Other time (%) = 0.000174046 (0.996369) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:48 2021 Memory usage per processor = 27.5422 Mbytes Step Atoms AVEKE stressZZ 19305 5000 6.7029703e-11 6949057.3 19306 -0.0124149999999932 6948956.8658279 19306 5000 6.7024818e-11 6948956.9 Loop time of 0.0173659 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:48 2021 Pair time (%) = 0.00113297 (6.52407) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.185343) Outpt time (%) = 0.0161068 (92.7497) Other time (%) = 9.39369e-05 (0.540926) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:48 2021 Memory usage per processor = 27.5422 Mbytes Step Atoms AVEKE stressZZ 19306 5000 6.7024818e-11 6948921.8 19307 -0.0124149999999932 6948821.31053467 19307 5000 6.7019933e-11 6948821.3 Loop time of 0.016757 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:48 2021 Pair time (%) = 0.00108099 (6.45097) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.192078) Outpt time (%) = 0.015552 (92.8092) Other time (%) = 9.17912e-05 (0.547778) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:48 2021 Memory usage per processor = 27.5422 Mbytes Step Atoms AVEKE stressZZ 19307 5000 6.7019933e-11 6948786.2 19308 -0.0124149999999932 6948685.7623103 19308 5000 6.7015049e-11 6948685.8 Loop time of 0.0169878 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:48 2021 Pair time (%) = 0.00111198 (6.54578) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.20631) Outpt time (%) = 0.0157089 (92.4718) Other time (%) = 0.000131845 (0.776119) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:48 2021 Memory usage per processor = 27.5422 Mbytes Step Atoms AVEKE stressZZ 19308 5000 6.7015049e-11 6948650.7 19309 -0.0124149999999932 6948550.22115427 19309 5000 6.7010165e-11 6948550.2 Loop time of 0.017375 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:48 2021 Pair time (%) = 0.00121307 (6.98172) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.185246) Outpt time (%) = 0.0160351 (92.2883) Other time (%) = 9.46522e-05 (0.544761) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:48 2021 Memory usage per processor = 27.5422 Mbytes Step Atoms AVEKE stressZZ 19309 5000 6.7010165e-11 6948515.1 19310 -0.0124149999999932 6948414.68706556 19310 5000 6.7005282e-11 6948414.7 Loop time of 0.0202239 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:48 2021 Pair time (%) = 0.00120497 (5.95815) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.163867) Outpt time (%) = 0.0188229 (93.0728) Other time (%) = 0.00016284 (0.805187) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:48 2021 Memory usage per processor = 27.5422 Mbytes Step Atoms AVEKE stressZZ 19310 5000 6.7005282e-11 6948379.6 19311 -0.0124149999999932 6948279.16004327 19311 5000 6.70004e-11 6948279.2 Loop time of 0.0169289 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:48 2021 Pair time (%) = 0.00107884 (6.37279) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188719) Outpt time (%) = 0.0157249 (92.8878) Other time (%) = 9.32217e-05 (0.550665) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:48 2021 Memory usage per processor = 27.5422 Mbytes Step Atoms AVEKE stressZZ 19311 5000 6.70004e-11 6948244.1 19312 -0.0124149999999932 6948143.64008662 19312 5000 6.6995518e-11 6948143.6 Loop time of 0.0168741 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:48 2021 Pair time (%) = 0.00114202 (6.76793) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.2077) Outpt time (%) = 0.0155771 (92.3137) Other time (%) = 0.000119925 (0.710703) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:48 2021 Memory usage per processor = 27.5422 Mbytes Step Atoms AVEKE stressZZ 19312 5000 6.6995518e-11 6948108.6 19313 -0.0124149999999932 6948008.12719478 19313 5000 6.6990637e-11 6948008.1 Loop time of 0.0174429 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:48 2021 Pair time (%) = 0.00117111 (6.71396) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183158) Outpt time (%) = 0.0161471 (92.5712) Other time (%) = 9.27448e-05 (0.531704) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:48 2021 Memory usage per processor = 27.5422 Mbytes Step Atoms AVEKE stressZZ 19313 5000 6.6990637e-11 6947973 19314 -0.0124149999999932 6947872.62136694 19314 5000 6.6985756e-11 6947872.6 Loop time of 0.017113 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:48 2021 Pair time (%) = 0.00108385 (6.33351) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186689) Outpt time (%) = 0.0159039 (92.9351) Other time (%) = 9.32217e-05 (0.544743) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:48 2021 Memory usage per processor = 27.5422 Mbytes Step Atoms AVEKE stressZZ 19314 5000 6.6985756e-11 6947837.5 19315 -0.0124149999999932 6947737.12260238 19315 5000 6.6980876e-11 6947737.1 Loop time of 0.0168769 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:48 2021 Pair time (%) = 0.00108123 (6.40654) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.18365) Outpt time (%) = 0.0156691 (92.8433) Other time (%) = 9.56059e-05 (0.566488) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:48 2021 Memory usage per processor = 27.5422 Mbytes Step Atoms AVEKE stressZZ 19315 5000 6.6980876e-11 6947702 19316 -0.0124149999999932 6947601.63089994 19316 5000 6.6975996e-11 6947601.6 Loop time of 0.0172901 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:48 2021 Pair time (%) = 0.00108194 (6.25758) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190292) Outpt time (%) = 0.0160801 (93.0019) Other time (%) = 9.5129e-05 (0.550193) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:48 2021 Memory usage per processor = 27.5422 Mbytes Step Atoms AVEKE stressZZ 19316 5000 6.6975996e-11 6947566.5 19317 -0.0124149999999932 6947466.14625915 19317 5000 6.6971117e-11 6947466.1 Loop time of 0.0173922 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:48 2021 Pair time (%) = 0.00113106 (6.50326) Neigh time (%) = 0 (0) Comm time (%) = 6.69956e-05 (0.385206) Outpt time (%) = 0.016088 (92.5015) Other time (%) = 0.000106096 (0.610024) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:48 2021 Memory usage per processor = 27.5422 Mbytes Step Atoms AVEKE stressZZ 19317 5000 6.6971117e-11 6947431.1 19318 -0.0124149999999932 6947330.66867908 19318 5000 6.6966239e-11 6947330.7 Loop time of 0.0173059 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:48 2021 Pair time (%) = 0.00127602 (7.37332) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191497) Outpt time (%) = 0.0158839 (91.7835) Other time (%) = 0.000112772 (0.651641) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:48 2021 Memory usage per processor = 27.5422 Mbytes Step Atoms AVEKE stressZZ 19318 5000 6.6966239e-11 6947295.6 19319 -0.0124149999999932 6947195.19815884 19319 5000 6.6961361e-11 6947195.2 Loop time of 0.016705 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:48 2021 Pair time (%) = 0.00111794 (6.69226) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.202666) Outpt time (%) = 0.0154488 (92.4799) Other time (%) = 0.000104427 (0.625125) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:48 2021 Memory usage per processor = 27.5422 Mbytes Step Atoms AVEKE stressZZ 19319 5000 6.6961361e-11 6947160.1 19320 -0.0124149999999932 6947059.7346977 19320 5000 6.6956483e-11 6947059.7 Loop time of 0.0186431 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:48 2021 Pair time (%) = 0.00108504 (5.82007) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.166251) Outpt time (%) = 0.017436 (93.5252) Other time (%) = 9.10759e-05 (0.488522) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:48 2021 Memory usage per processor = 27.5422 Mbytes Step Atoms AVEKE stressZZ 19320 5000 6.6956483e-11 6947024.7 19321 -0.0124149999999932 6946924.27829481 19321 5000 6.6951607e-11 6946924.3 Loop time of 0.0165081 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:48 2021 Pair time (%) = 0.00108194 (6.55402) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.187753) Outpt time (%) = 0.0153072 (92.7253) Other time (%) = 8.79765e-05 (0.532929) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:48 2021 Memory usage per processor = 27.5422 Mbytes Step Atoms AVEKE stressZZ 19321 5000 6.6951607e-11 6946889.2 19322 -0.0124149999999932 6946788.82894943 19322 5000 6.694673e-11 6946788.8 Loop time of 0.017524 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:48 2021 Pair time (%) = 0.00111008 (6.33461) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.176868) Outpt time (%) = 0.016268 (92.8328) Other time (%) = 0.000114918 (0.655773) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:48 2021 Memory usage per processor = 27.5422 Mbytes Step Atoms AVEKE stressZZ 19322 5000 6.694673e-11 6946753.8 19323 -0.0124149999999932 6946653.3866607 19323 5000 6.6941855e-11 6946653.4 Loop time of 0.017463 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:48 2021 Pair time (%) = 0.00106716 (6.111) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.177487) Outpt time (%) = 0.0162141 (92.8487) Other time (%) = 0.000150681 (0.862858) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:48 2021 Memory usage per processor = 27.5422 Mbytes Step Atoms AVEKE stressZZ 19323 5000 6.6941855e-11 6946618.3 19324 -0.0124149999999932 6946517.95142779 19324 5000 6.6936979e-11 6946518 Loop time of 0.0167341 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:48 2021 Pair time (%) = 0.00116396 (6.9556) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209438) Outpt time (%) = 0.0154312 (92.2138) Other time (%) = 0.000103951 (0.621189) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:48 2021 Memory usage per processor = 27.5422 Mbytes Step Atoms AVEKE stressZZ 19324 5000 6.6936979e-11 6946482.9 19325 -0.0124149999999932 6946382.52324991 19325 5000 6.6932105e-11 6946382.5 Loop time of 0.017235 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:48 2021 Pair time (%) = 0.00121808 (7.06747) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.20335) Outpt time (%) = 0.0158379 (91.8936) Other time (%) = 0.000144005 (0.835535) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:48 2021 Memory usage per processor = 27.5422 Mbytes Step Atoms AVEKE stressZZ 19325 5000 6.6932105e-11 6946347.4 19326 -0.0124149999999932 6946247.1021263 19326 5000 6.6927231e-11 6946247.1 Loop time of 0.0174589 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:48 2021 Pair time (%) = 0.00110817 (6.3473) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.188453) Outpt time (%) = 0.0162189 (92.8975) Other time (%) = 9.89437e-05 (0.566723) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:48 2021 Memory usage per processor = 27.5422 Mbytes Step Atoms AVEKE stressZZ 19326 5000 6.6927231e-11 6946212 19327 -0.0124149999999932 6946111.68805616 19327 5000 6.6922357e-11 6946111.7 Loop time of 0.0168169 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:48 2021 Pair time (%) = 0.00114989 (6.83774) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.189977) Outpt time (%) = 0.0155408 (92.4123) Other time (%) = 9.41753e-05 (0.560006) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:48 2021 Memory usage per processor = 27.5422 Mbytes Step Atoms AVEKE stressZZ 19327 5000 6.6922357e-11 6946076.6 19328 -0.0124149999999932 6945976.28103875 19328 5000 6.6917484e-11 6945976.3 Loop time of 0.0167532 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:48 2021 Pair time (%) = 0.00115895 (6.9178) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209199) Outpt time (%) = 0.0154541 (92.2454) Other time (%) = 0.000105143 (0.627597) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:48 2021 Memory usage per processor = 27.5422 Mbytes Step Atoms AVEKE stressZZ 19328 5000 6.6917484e-11 6945941.2 19329 -0.0124149999999932 6945840.88107314 19329 5000 6.6912612e-11 6945840.9 Loop time of 0.0173099 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:48 2021 Pair time (%) = 0.00121117 (6.99696) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179056) Outpt time (%) = 0.015974 (92.2827) Other time (%) = 9.36985e-05 (0.5413) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:48 2021 Memory usage per processor = 27.5422 Mbytes Step Atoms AVEKE stressZZ 19329 5000 6.6912612e-11 6945805.8 19330 -0.0124149999999932 6945705.4881587 19330 5000 6.690774e-11 6945705.5 Loop time of 0.0197661 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:48 2021 Pair time (%) = 0.00108504 (5.48942) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.156806) Outpt time (%) = 0.018554 (93.8677) Other time (%) = 9.60827e-05 (0.486099) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:48 2021 Memory usage per processor = 27.5422 Mbytes Step Atoms AVEKE stressZZ 19330 5000 6.690774e-11 6945670.4 19331 -0.0124149999999932 6945570.1022945 19331 5000 6.6902869e-11 6945570.1 Loop time of 0.01668 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:48 2021 Pair time (%) = 0.00108218 (6.4879) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191535) Outpt time (%) = 0.0154741 (92.7703) Other time (%) = 9.17912e-05 (0.550307) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:25:48 2021 Memory usage per processor = 27.5422 Mbytes Step Atoms AVEKE stressZZ 19331 5000 6.6902869e-11 6945535 19332 -0.0124149999999932 6945414.81765785 19332 5000 1.3206516e-10 6945643.4 Loop time of 0.0164809 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:48 2021 Pair time (%) = 0.00120091 (7.28669) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.212655) Outpt time (%) = 0.015105 (91.6515) Other time (%) = 0.000139952 (0.849174) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:48 2021 Memory usage per processor = 27.5422 Mbytes Step Atoms AVEKE stressZZ 19332 5000 1.3206516e-10 7007970.8 19333 -0.0124474999999932 7007838.31154827 19333 5000 1.0628181e-10 7007838.3 Loop time of 0.017102 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:48 2021 Pair time (%) = 0.00107884 (6.30829) Neigh time (%) = 0 (0) Comm time (%) = 4.48227e-05 (0.26209) Outpt time (%) = 0.015857 (92.72) Other time (%) = 0.000121355 (0.709596) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:48 2021 Memory usage per processor = 27.5422 Mbytes Step Atoms AVEKE stressZZ 19333 5000 1.0628181e-10 7007791 19334 -0.0124474999999932 7007669.78813184 19334 5000 9.134914e-11 7007669.8 Loop time of 0.0172122 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:48 2021 Pair time (%) = 0.00121999 (7.08794) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191154) Outpt time (%) = 0.0158551 (92.1156) Other time (%) = 0.000104189 (0.605322) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:48 2021 Memory usage per processor = 27.5422 Mbytes Step Atoms AVEKE stressZZ 19334 5000 9.134914e-11 7007626.8 19335 -0.0124474999999932 7007512.784832 19335 5000 8.2445065e-11 7007512.8 Loop time of 0.0165701 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:48 2021 Pair time (%) = 0.00112915 (6.81439) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.211511) Outpt time (%) = 0.0153041 (92.3597) Other time (%) = 0.000101805 (0.614388) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:48 2021 Memory usage per processor = 27.5422 Mbytes Step Atoms AVEKE stressZZ 19335 5000 8.2445065e-11 7007472.5 19336 -0.0124474999999932 7007363.10529214 19336 5000 7.7021985e-11 7007363.1 Loop time of 0.0173929 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:48 2021 Pair time (%) = 0.00132918 (7.64212) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189168) Outpt time (%) = 0.015851 (91.1351) Other time (%) = 0.000179768 (1.03357) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:48 2021 Memory usage per processor = 27.5422 Mbytes Step Atoms AVEKE stressZZ 19336 5000 7.7021985e-11 7007324.6 19337 -0.0124474999999932 7007218.08269141 19337 5000 7.3669642e-11 7007218.1 Loop time of 0.017143 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:48 2021 Pair time (%) = 0.00107908 (6.29459) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.279543) Outpt time (%) = 0.0158961 (92.7263) Other time (%) = 0.000119925 (0.699554) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:48 2021 Memory usage per processor = 27.5422 Mbytes Step Atoms AVEKE stressZZ 19337 5000 7.3669642e-11 7007180.7 19338 -0.0124474999999932 7007076.02223931 19338 5000 7.1576128e-11 7007076 Loop time of 0.0170221 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:48 2021 Pair time (%) = 0.00121093 (7.11384) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.200291) Outpt time (%) = 0.015676 (92.092) Other time (%) = 0.000101089 (0.593871) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:48 2021 Memory usage per processor = 27.5422 Mbytes Step Atoms AVEKE stressZZ 19338 5000 7.1576128e-11 7007039.3 19339 -0.0124474999999932 7006935.84687828 19339 5000 7.0259526e-11 7006935.8 Loop time of 0.016834 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:48 2021 Pair time (%) = 0.00129795 (7.71028) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.201113) Outpt time (%) = 0.0153971 (91.464) Other time (%) = 0.000105143 (0.624584) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:48 2021 Memory usage per processor = 27.5422 Mbytes Step Atoms AVEKE stressZZ 19339 5000 7.0259526e-11 7006899.6 19340 -0.0124474999999932 7006796.87213426 19340 5000 6.9427331e-11 7006796.9 Loop time of 0.019928 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:48 2021 Pair time (%) = 0.00111818 (5.61112) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.169889) Outpt time (%) = 0.0186801 (93.738) Other time (%) = 9.58443e-05 (0.480953) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:48 2021 Memory usage per processor = 27.5423 Mbytes Step Atoms AVEKE stressZZ 19340 5000 6.9427331e-11 7006760.9 19341 -0.0124474999999932 7006658.66301867 19341 5000 6.8899214e-11 7006658.7 Loop time of 0.0172992 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:49 2021 Pair time (%) = 0.00112295 (6.49136) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179167) Outpt time (%) = 0.0160489 (92.7727) Other time (%) = 9.63211e-05 (0.556796) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:49 2021 Memory usage per processor = 27.5423 Mbytes Step Atoms AVEKE stressZZ 19341 5000 6.8899214e-11 7006622.9 19342 -0.0124474999999932 7006520.94307917 19342 5000 6.8562817e-11 7006520.9 Loop time of 0.016953 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:49 2021 Pair time (%) = 0.00121403 (7.16114) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.201108) Outpt time (%) = 0.0155878 (91.9472) Other time (%) = 0.000117064 (0.690518) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:49 2021 Memory usage per processor = 27.5423 Mbytes Step Atoms AVEKE stressZZ 19342 5000 6.8562817e-11 7006485.3 19343 -0.0124474999999932 7006383.53662894 19343 5000 6.8347644e-11 7006383.5 Loop time of 0.0171731 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:49 2021 Pair time (%) = 0.00143003 (8.3272) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.197143) Outpt time (%) = 0.0155611 (90.6135) Other time (%) = 0.000148058 (0.862153) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:49 2021 Memory usage per processor = 27.5423 Mbytes Step Atoms AVEKE stressZZ 19343 5000 6.8347644e-11 7006347.9 19344 -0.0124474999999932 7006246.3320171 19344 5000 6.820926e-11 7006246.3 Loop time of 0.017658 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:49 2021 Pair time (%) = 0.00111008 (6.28654) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.180927) Outpt time (%) = 0.0164192 (92.9844) Other time (%) = 9.67979e-05 (0.548182) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:49 2021 Memory usage per processor = 27.5423 Mbytes Step Atoms AVEKE stressZZ 19344 5000 6.820926e-11 7006210.8 19345 -0.0124474999999932 7006109.25828765 19345 5000 6.8119577e-11 7006109.3 Loop time of 0.0174601 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:49 2021 Pair time (%) = 0.00116801 (6.68961) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.189805) Outpt time (%) = 0.0161569 (92.5362) Other time (%) = 0.000102043 (0.584436) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:49 2021 Memory usage per processor = 27.5423 Mbytes Step Atoms AVEKE stressZZ 19345 5000 6.8119577e-11 7006073.7 19346 -0.0124474999999932 7005972.27034674 19346 5000 6.8060802e-11 7005972.3 Loop time of 0.017154 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:49 2021 Pair time (%) = 0.00110292 (6.42955) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186243) Outpt time (%) = 0.0159242 (92.831) Other time (%) = 9.48906e-05 (0.55317) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:49 2021 Memory usage per processor = 27.5423 Mbytes Step Atoms AVEKE stressZZ 19346 5000 6.8060802e-11 7005936.8 19347 -0.0124474999999932 7005835.33953636 19347 5000 6.8021652e-11 7005835.3 Loop time of 0.0167949 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:49 2021 Pair time (%) = 0.00121808 (7.25267) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208679) Outpt time (%) = 0.0154378 (91.9197) Other time (%) = 0.000103951 (0.61894) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:49 2021 Memory usage per processor = 27.5423 Mbytes Step Atoms AVEKE stressZZ 19347 5000 6.8021652e-11 7005799.8 19348 -0.0124474999999932 7005698.44764353 19348 5000 6.7994969e-11 7005698.4 Loop time of 0.017482 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:49 2021 Pair time (%) = 0.00110602 (6.32663) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.189567) Outpt time (%) = 0.0162449 (92.9233) Other time (%) = 9.799e-05 (0.560518) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:49 2021 Memory usage per processor = 27.5423 Mbytes Step Atoms AVEKE stressZZ 19348 5000 6.7994969e-11 7005663 19349 -0.0124474999999932 7005561.58309333 19349 5000 6.7976205e-11 7005561.6 Loop time of 0.0172379 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:49 2021 Pair time (%) = 0.00108004 (6.26547) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179804) Outpt time (%) = 0.0160339 (93.0153) Other time (%) = 9.29832e-05 (0.539412) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:49 2021 Memory usage per processor = 27.5423 Mbytes Step Atoms AVEKE stressZZ 19349 5000 6.7976205e-11 7005526.1 19350 -0.0124474999999932 7005424.73852911 19350 5000 6.7962473e-11 7005424.7 Loop time of 0.0191481 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:49 2021 Pair time (%) = 0.00113201 (5.91187) Neigh time (%) = 0 (0) Comm time (%) = 4.50611e-05 (0.235329) Outpt time (%) = 0.0178761 (93.3572) Other time (%) = 9.48906e-05 (0.495561) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:49 2021 Memory usage per processor = 27.5423 Mbytes Step Atoms AVEKE stressZZ 19350 5000 6.7962473e-11 7005389.3 19351 -0.0124474999999932 7005287.90927553 19351 5000 6.7951939e-11 7005287.9 Loop time of 0.0169618 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:49 2021 Pair time (%) = 0.00124693 (7.35139) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.212249) Outpt time (%) = 0.0155239 (91.5227) Other time (%) = 0.000154972 (0.913653) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:49 2021 Memory usage per processor = 27.5423 Mbytes Step Atoms AVEKE stressZZ 19351 5000 6.7951939e-11 7005252.4 19352 -0.0124474999999932 7005151.09236076 19352 5000 6.7943437e-11 7005151.1 Loop time of 0.0174079 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:49 2021 Pair time (%) = 0.00108099 (6.20977) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183526) Outpt time (%) = 0.0162041 (93.0849) Other time (%) = 9.08375e-05 (0.521818) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:49 2021 Memory usage per processor = 27.5423 Mbytes Step Atoms AVEKE stressZZ 19352 5000 6.7943437e-11 7005115.6 19353 -0.0124474999999932 7005014.28589599 19353 5000 6.7936226e-11 7005014.3 Loop time of 0.017437 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:49 2021 Pair time (%) = 0.00116897 (6.70395) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.194159) Outpt time (%) = 0.01613 (92.5044) Other time (%) = 0.000104189 (0.597517) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:49 2021 Memory usage per processor = 27.5423 Mbytes Step Atoms AVEKE stressZZ 19353 5000 6.7936226e-11 7004978.8 19354 -0.0124474999999932 7004877.48868032 19354 5000 6.7929836e-11 7004877.5 Loop time of 0.0166769 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:49 2021 Pair time (%) = 0.00111604 (6.69211) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191571) Outpt time (%) = 0.0154049 (92.3729) Other time (%) = 0.000123978 (0.743409) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:49 2021 Memory usage per processor = 27.5423 Mbytes Step Atoms AVEKE stressZZ 19354 5000 6.7929836e-11 7004842 19355 -0.0124474999999932 7004740.69995022 19355 5000 6.7923969e-11 7004740.7 Loop time of 0.0172551 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:49 2021 Pair time (%) = 0.00146914 (8.51422) Neigh time (%) = 0 (0) Comm time (%) = 8.51154e-05 (0.493278) Outpt time (%) = 0.015564 (90.1994) Other time (%) = 0.000136852 (0.793113) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:49 2021 Memory usage per processor = 27.5423 Mbytes Step Atoms AVEKE stressZZ 19355 5000 6.7923969e-11 7004705.2 19356 -0.0124474999999932 7004603.91922018 19356 5000 6.7918433e-11 7004603.9 Loop time of 0.0172019 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:49 2021 Pair time (%) = 0.00108624 (6.31462) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.18018) Outpt time (%) = 0.0159919 (92.966) Other time (%) = 9.27448e-05 (0.539155) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:49 2021 Memory usage per processor = 27.5423 Mbytes Step Atoms AVEKE stressZZ 19356 5000 6.7918433e-11 7004568.5 19357 -0.0124474999999932 7004467.14618132 19357 5000 6.7913108e-11 7004467.1 Loop time of 0.0167511 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:49 2021 Pair time (%) = 0.00110388 (6.5899) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.192146) Outpt time (%) = 0.0154741 (92.3768) Other time (%) = 0.000140905 (0.841173) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:49 2021 Memory usage per processor = 27.5423 Mbytes Step Atoms AVEKE stressZZ 19357 5000 6.7913108e-11 7004431.7 19358 -0.0124474999999932 7004330.38063698 19358 5000 6.7907917e-11 7004330.4 Loop time of 0.0176301 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:49 2021 Pair time (%) = 0.00126505 (7.17551) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.198794) Outpt time (%) = 0.016227 (92.0415) Other time (%) = 0.000102997 (0.58421) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:49 2021 Memory usage per processor = 27.5423 Mbytes Step Atoms AVEKE stressZZ 19358 5000 6.7907917e-11 7004294.9 19359 -0.0124474999999932 7004193.6224619 19359 5000 6.7902813e-11 7004193.6 Loop time of 0.017431 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:49 2021 Pair time (%) = 0.00116897 (6.70624) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183283) Outpt time (%) = 0.0161281 (92.5251) Other time (%) = 0.000102043 (0.585411) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:49 2021 Memory usage per processor = 27.5423 Mbytes Step Atoms AVEKE stressZZ 19359 5000 6.7902813e-11 7004158.2 19360 -0.0124474999999932 7004056.87157603 19360 5000 6.7897762e-11 7004056.9 Loop time of 0.0197399 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:49 2021 Pair time (%) = 0.00108314 (5.48705) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.161846) Outpt time (%) = 0.018533 (93.8861) Other time (%) = 9.17912e-05 (0.465004) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:49 2021 Memory usage per processor = 27.5423 Mbytes Step Atoms AVEKE stressZZ 19360 5000 6.7897762e-11 7004021.4 19361 -0.0124474999999932 7003920.12792844 19361 5000 6.7892747e-11 7003920.1 Loop time of 0.0168638 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:49 2021 Pair time (%) = 0.00109386 (6.48646) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.200758) Outpt time (%) = 0.0156229 (92.6412) Other time (%) = 0.000113249 (0.671549) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:49 2021 Memory usage per processor = 27.5423 Mbytes Step Atoms AVEKE stressZZ 19361 5000 6.7892747e-11 7003884.7 19362 -0.0124474999999932 7003783.39148626 19362 5000 6.7887754e-11 7003783.4 Loop time of 0.0170631 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:49 2021 Pair time (%) = 0.00118184 (6.92628) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.19981) Outpt time (%) = 0.0157011 (92.0174) Other time (%) = 0.000146151 (0.856528) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:49 2021 Memory usage per processor = 27.5423 Mbytes Step Atoms AVEKE stressZZ 19362 5000 6.7887754e-11 7003747.9 19363 -0.0124474999999932 7003646.66222841 19363 5000 6.7882775e-11 7003646.7 Loop time of 0.0164921 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:49 2021 Pair time (%) = 0.0010829 (6.56615) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.187935) Outpt time (%) = 0.015286 (92.6865) Other time (%) = 9.2268e-05 (0.559467) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:49 2021 Memory usage per processor = 27.5423 Mbytes Step Atoms AVEKE stressZZ 19363 5000 6.7882775e-11 7003611.2 19364 -0.0124474999999932 7003509.94017018 19364 5000 6.7877806e-11 7003509.9 Loop time of 0.0164809 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:49 2021 Pair time (%) = 0.00108194 (6.56482) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193849) Outpt time (%) = 0.0152791 (92.7075) Other time (%) = 8.79765e-05 (0.533808) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:49 2021 Memory usage per processor = 27.5423 Mbytes Step Atoms AVEKE stressZZ 19364 5000 6.7877806e-11 7003474.5 19365 -0.0124474999999932 7003373.22533609 19365 5000 6.7872843e-11 7003373.2 Loop time of 0.0169158 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:49 2021 Pair time (%) = 0.00114489 (6.76815) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.183228) Outpt time (%) = 0.0156469 (92.4989) Other time (%) = 9.29832e-05 (0.549683) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:49 2021 Memory usage per processor = 27.5423 Mbytes Step Atoms AVEKE stressZZ 19365 5000 6.7872843e-11 7003337.8 19366 -0.0124474999999932 7003236.51769253 19366 5000 6.7867885e-11 7003236.5 Loop time of 0.0168681 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:49 2021 Pair time (%) = 0.001127 (6.68127) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.195053) Outpt time (%) = 0.015574 (92.3279) Other time (%) = 0.00013423 (0.79576) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:49 2021 Memory usage per processor = 27.5423 Mbytes Step Atoms AVEKE stressZZ 19366 5000 6.7867885e-11 7003201.1 19367 -0.0124474999999932 7003099.81722766 19367 5000 6.7862929e-11 7003099.8 Loop time of 0.017415 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:49 2021 Pair time (%) = 0.00120592 (6.92459) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.18482) Outpt time (%) = 0.0160842 (92.358) Other time (%) = 9.27448e-05 (0.532556) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:49 2021 Memory usage per processor = 27.5423 Mbytes Step Atoms AVEKE stressZZ 19367 5000 6.7862929e-11 7003064.4 19368 -0.0124474999999932 7002963.12393467 19368 5000 6.7857975e-11 7002963.1 Loop time of 0.017457 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:49 2021 Pair time (%) = 0.00112891 (6.46681) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18301) Outpt time (%) = 0.0162029 (92.8162) Other time (%) = 9.32217e-05 (0.534007) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:49 2021 Memory usage per processor = 27.5423 Mbytes Step Atoms AVEKE stressZZ 19368 5000 6.7857975e-11 7002927.7 19369 -0.0124474999999932 7002826.43780889 19369 5000 6.7853022e-11 7002826.4 Loop time of 0.0168369 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:49 2021 Pair time (%) = 0.00121403 (7.21052) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.189751) Outpt time (%) = 0.0154538 (91.7855) Other time (%) = 0.000137091 (0.814228) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:49 2021 Memory usage per processor = 27.5423 Mbytes Step Atoms AVEKE stressZZ 19369 5000 6.7853022e-11 7002791 19370 -0.0124474999999932 7002689.75884693 19370 5000 6.7848071e-11 7002689.8 Loop time of 0.019701 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:49 2021 Pair time (%) = 0.00140882 (7.15098) Neigh time (%) = 0 (0) Comm time (%) = 5.60284e-05 (0.284393) Outpt time (%) = 0.0180671 (91.7066) Other time (%) = 0.000169039 (0.858021) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:49 2021 Memory usage per processor = 27.5423 Mbytes Step Atoms AVEKE stressZZ 19370 5000 6.7848071e-11 7002654.3 19371 -0.0124474999999932 7002553.08704949 19371 5000 6.784312e-11 7002553.1 Loop time of 0.017508 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:49 2021 Pair time (%) = 0.00126982 (7.25277) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182477) Outpt time (%) = 0.0161121 (92.0269) Other time (%) = 9.41753e-05 (0.537898) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:49 2021 Memory usage per processor = 27.5423 Mbytes Step Atoms AVEKE stressZZ 19371 5000 6.784312e-11 7002517.6 19372 -0.0124474999999932 7002416.42243565 19372 5000 6.7838171e-11 7002416.4 Loop time of 0.017801 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:49 2021 Pair time (%) = 0.00112319 (6.30968) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.179473) Outpt time (%) = 0.016521 (92.809) Other time (%) = 0.000124931 (0.70182) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:49 2021 Memory usage per processor = 27.5423 Mbytes Step Atoms AVEKE stressZZ 19372 5000 6.7838171e-11 7002381 19373 -0.0124474999999932 7002279.76499007 19373 5000 6.7833222e-11 7002279.8 Loop time of 0.0164859 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:49 2021 Pair time (%) = 0.00108194 (6.56283) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.188005) Outpt time (%) = 0.0152788 (92.6779) Other time (%) = 9.41753e-05 (0.571247) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:49 2021 Memory usage per processor = 27.5423 Mbytes Step Atoms AVEKE stressZZ 19373 5000 6.7833222e-11 7002244.3 19374 -0.0124474999999932 7002143.11499095 19374 5000 6.7828273e-11 7002143.1 Loop time of 0.0172262 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:49 2021 Pair time (%) = 0.00129199 (7.50014) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.23252) Outpt time (%) = 0.0157728 (91.5629) Other time (%) = 0.000121355 (0.704479) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:49 2021 Memory usage per processor = 27.5423 Mbytes Step Atoms AVEKE stressZZ 19374 5000 6.7828273e-11 7002107.7 19375 -0.0124474999999932 7002006.4723505 19375 5000 6.7823326e-11 7002006.5 Loop time of 0.0172429 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:49 2021 Pair time (%) = 0.00108004 (6.26365) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.186665) Outpt time (%) = 0.0160379 (93.0118) Other time (%) = 9.27448e-05 (0.537872) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:49 2021 Memory usage per processor = 27.5423 Mbytes Step Atoms AVEKE stressZZ 19375 5000 6.7823326e-11 7001971 19376 -0.0124474999999932 7001869.83700333 19376 5000 6.7818379e-11 7001869.8 Loop time of 0.0172241 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:49 2021 Pair time (%) = 0.00112319 (6.52105) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179948) Outpt time (%) = 0.015974 (92.7425) Other time (%) = 9.58443e-05 (0.556455) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:49 2021 Memory usage per processor = 27.5423 Mbytes Step Atoms AVEKE stressZZ 19376 5000 6.7818379e-11 7001834.4 19377 -0.0124474999999932 7001733.20892308 19377 5000 6.7813432e-11 7001733.2 Loop time of 0.0167551 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:49 2021 Pair time (%) = 0.00109196 (6.51716) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.197792) Outpt time (%) = 0.0155292 (92.6831) Other time (%) = 0.000100851 (0.601912) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:49 2021 Memory usage per processor = 27.5423 Mbytes Step Atoms AVEKE stressZZ 19377 5000 6.7813432e-11 7001697.8 19378 -0.0124474999999932 7001596.58810783 19378 5000 6.7808486e-11 7001596.6 Loop time of 0.017417 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:49 2021 Pair time (%) = 0.00114608 (6.58024) Neigh time (%) = 0 (0) Comm time (%) = 4.91142e-05 (0.281991) Outpt time (%) = 0.0161021 (92.4506) Other time (%) = 0.000119686 (0.687182) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:49 2021 Memory usage per processor = 27.5423 Mbytes Step Atoms AVEKE stressZZ 19378 5000 6.7808486e-11 7001561.1 19379 -0.0124474999999932 7001459.97454796 19379 5000 6.7803541e-11 7001460 Loop time of 0.0173519 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:49 2021 Pair time (%) = 0.00107908 (6.21883) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.178623) Outpt time (%) = 0.01615 (93.0736) Other time (%) = 9.17912e-05 (0.528999) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:49 2021 Memory usage per processor = 27.5423 Mbytes Step Atoms AVEKE stressZZ 19379 5000 6.7803541e-11 7001424.5 19380 -0.0124474999999932 7001323.36822576 19380 5000 6.7798596e-11 7001323.4 Loop time of 0.0190849 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:49 2021 Pair time (%) = 0.0010879 (5.70033) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.162403) Outpt time (%) = 0.017874 (93.6551) Other time (%) = 9.20296e-05 (0.482211) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:49 2021 Memory usage per processor = 27.5423 Mbytes Step Atoms AVEKE stressZZ 19380 5000 6.7798596e-11 7001287.9 19381 -0.0124474999999932 7001186.76913604 19381 5000 6.7793652e-11 7001186.8 Loop time of 0.0168412 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:49 2021 Pair time (%) = 0.00113916 (6.76416) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.202443) Outpt time (%) = 0.0155652 (92.4232) Other time (%) = 0.000102758 (0.610162) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:49 2021 Memory usage per processor = 27.5423 Mbytes Step Atoms AVEKE stressZZ 19381 5000 6.7793652e-11 7001151.3 19382 -0.0124474999999932 7001050.17727665 19382 5000 6.7788708e-11 7001050.2 Loop time of 0.017416 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:49 2021 Pair time (%) = 0.00114679 (6.58471) Neigh time (%) = 0 (0) Comm time (%) = 5.60284e-05 (0.321706) Outpt time (%) = 0.016084 (92.3516) Other time (%) = 0.000129223 (0.741978) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:49 2021 Memory usage per processor = 27.5423 Mbytes Step Atoms AVEKE stressZZ 19382 5000 6.7788708e-11 7001014.7 19383 -0.0124474999999932 7000913.59265161 19383 5000 6.7783765e-11 7000913.6 Loop time of 0.0173039 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:49 2021 Pair time (%) = 0.00111794 (6.46064) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179118) Outpt time (%) = 0.0160608 (92.816) Other time (%) = 9.41753e-05 (0.544242) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:49 2021 Memory usage per processor = 27.5423 Mbytes Step Atoms AVEKE stressZZ 19383 5000 6.7783765e-11 7000878.1 19384 -0.0124474999999932 7000777.01527347 19384 5000 6.7778823e-11 7000777 Loop time of 0.016623 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:50 2021 Pair time (%) = 0.00113606 (6.83428) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.193626) Outpt time (%) = 0.0153592 (92.3969) Other time (%) = 9.56059e-05 (0.575141) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:50 2021 Memory usage per processor = 27.5423 Mbytes Step Atoms AVEKE stressZZ 19384 5000 6.7778823e-11 7000741.6 19385 -0.0124474999999932 7000640.44509199 19385 5000 6.7773881e-11 7000640.4 Loop time of 0.0168371 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:50 2021 Pair time (%) = 0.00126314 (7.50212) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.21382) Outpt time (%) = 0.0154262 (91.6199) Other time (%) = 0.000111818 (0.664118) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:50 2021 Memory usage per processor = 27.5423 Mbytes Step Atoms AVEKE stressZZ 19385 5000 6.7773881e-11 7000605 19386 -0.0124474999999932 7000503.88210014 19386 5000 6.776894e-11 7000503.9 Loop time of 0.0175009 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:50 2021 Pair time (%) = 0.00131106 (7.49142) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182551) Outpt time (%) = 0.0160608 (91.7716) Other time (%) = 9.70364e-05 (0.554466) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:50 2021 Memory usage per processor = 27.5423 Mbytes Step Atoms AVEKE stressZZ 19386 5000 6.776894e-11 7000468.4 19387 -0.0124474999999932 7000367.32629452 19387 5000 6.7763999e-11 7000367.3 Loop time of 0.0171828 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:50 2021 Pair time (%) = 0.00108099 (6.29111) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18593) Outpt time (%) = 0.0159779 (92.9874) Other time (%) = 9.20296e-05 (0.53559) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:50 2021 Memory usage per processor = 27.5423 Mbytes Step Atoms AVEKE stressZZ 19387 5000 6.7763999e-11 7000331.9 19388 -0.0124474999999932 7000230.77767183 19388 5000 6.7759059e-11 7000230.8 Loop time of 0.0165691 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:50 2021 Pair time (%) = 0.00111794 (6.74715) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.200012) Outpt time (%) = 0.015281 (92.2255) Other time (%) = 0.000137091 (0.827386) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:50 2021 Memory usage per processor = 27.5423 Mbytes Step Atoms AVEKE stressZZ 19388 5000 6.7759059e-11 7000195.3 19389 -0.0124474999999932 7000094.23622938 19389 5000 6.7754119e-11 7000094.2 Loop time of 0.017154 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:50 2021 Pair time (%) = 0.001302 (7.5901) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.22238) Outpt time (%) = 0.015691 (91.4717) Other time (%) = 0.000122786 (0.715785) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:50 2021 Memory usage per processor = 27.5423 Mbytes Step Atoms AVEKE stressZZ 19389 5000 6.7754119e-11 7000058.8 19390 -0.0124474999999932 6999957.70196431 19390 5000 6.774918e-11 6999957.7 Loop time of 0.0194979 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:50 2021 Pair time (%) = 0.00108194 (5.54903) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.163854) Outpt time (%) = 0.0182898 (93.8041) Other time (%) = 9.41753e-05 (0.483003) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:50 2021 Memory usage per processor = 27.5423 Mbytes Step Atoms AVEKE stressZZ 19390 5000 6.774918e-11 6999922.3 19391 -0.0124474999999932 6999821.17487411 19391 5000 6.7744241e-11 6999821.2 Loop time of 0.0174761 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:50 2021 Pair time (%) = 0.00108099 (6.18554) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.177353) Outpt time (%) = 0.0162661 (93.0764) Other time (%) = 9.799e-05 (0.560709) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:50 2021 Memory usage per processor = 27.5423 Mbytes Step Atoms AVEKE stressZZ 19391 5000 6.7744241e-11 6999785.7 19392 -0.0124474999999932 6999684.65495634 19392 5000 6.7739303e-11 6999684.7 Loop time of 0.0168011 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:50 2021 Pair time (%) = 0.00118399 (7.04707) Neigh time (%) = 0 (0) Comm time (%) = 6.19888e-05 (0.368957) Outpt time (%) = 0.0153959 (91.636) Other time (%) = 0.000159264 (0.947935) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:50 2021 Memory usage per processor = 27.5423 Mbytes Step Atoms AVEKE stressZZ 19392 5000 6.7739303e-11 6999649.2 19393 -0.0124474999999932 6999548.14218525 19393 5000 6.7734366e-11 6999548.1 Loop time of 0.017477 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:50 2021 Pair time (%) = 0.00149894 (8.57661) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.200535) Outpt time (%) = 0.015775 (90.2611) Other time (%) = 0.000168085 (0.961748) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:50 2021 Memory usage per processor = 27.5423 Mbytes Step Atoms AVEKE stressZZ 19393 5000 6.7734366e-11 6999512.7 19394 -0.0124474999999932 6999411.63656074 19394 5000 6.7729429e-11 6999411.6 Loop time of 0.0173831 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:50 2021 Pair time (%) = 0.00108385 (6.23508) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.18516) Outpt time (%) = 0.01618 (93.0791) Other time (%) = 8.70228e-05 (0.500617) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:50 2021 Memory usage per processor = 27.5423 Mbytes Step Atoms AVEKE stressZZ 19394 5000 6.7729429e-11 6999376.2 19395 -0.0124474999999932 6999275.13810069 19395 5000 6.7724493e-11 6999275.1 Loop time of 0.0169799 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:50 2021 Pair time (%) = 0.0011189 (6.58953) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.182536) Outpt time (%) = 0.0157361 (92.6747) Other time (%) = 9.39369e-05 (0.553223) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:50 2021 Memory usage per processor = 27.5423 Mbytes Step Atoms AVEKE stressZZ 19395 5000 6.7724493e-11 6999239.7 19396 -0.0124474999999932 6999138.64680321 19396 5000 6.7719557e-11 6999138.6 Loop time of 0.0167081 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:50 2021 Pair time (%) = 0.00117397 (7.02636) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.204055) Outpt time (%) = 0.0153968 (92.1517) Other time (%) = 0.000103235 (0.617874) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:50 2021 Memory usage per processor = 27.5423 Mbytes Step Atoms AVEKE stressZZ 19396 5000 6.7719557e-11 6999103.2 19397 -0.0124474999999932 6999002.16266622 19397 5000 6.7714622e-11 6999002.2 Loop time of 0.017591 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:50 2021 Pair time (%) = 0.00120211 (6.83365) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.216855) Outpt time (%) = 0.016232 (92.2745) Other time (%) = 0.000118732 (0.674961) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:50 2021 Memory usage per processor = 27.5423 Mbytes Step Atoms AVEKE stressZZ 19397 5000 6.7714622e-11 6998966.7 19398 -0.0124474999999932 6998865.68568812 19398 5000 6.7709687e-11 6998865.7 Loop time of 0.017638 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:50 2021 Pair time (%) = 0.00126481 (7.17095) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.181132) Outpt time (%) = 0.016217 (91.9437) Other time (%) = 0.000124216 (0.704254) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:50 2021 Memory usage per processor = 27.5423 Mbytes Step Atoms AVEKE stressZZ 19398 5000 6.7709687e-11 6998830.3 19399 -0.0124474999999932 6998729.21586699 19399 5000 6.7704753e-11 6998729.2 Loop time of 0.01651 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:50 2021 Pair time (%) = 0.00108099 (6.54748) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193507) Outpt time (%) = 0.0153041 (92.6958) Other time (%) = 9.29832e-05 (0.563193) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:50 2021 Memory usage per processor = 27.5423 Mbytes Step Atoms AVEKE stressZZ 19399 5000 6.7704753e-11 6998693.8 19400 -0.0124474999999932 6998592.75320125 19400 5000 6.769982e-11 6998592.8 Loop time of 0.019892 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:50 2021 Pair time (%) = 0.00146317 (7.3556) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.201359) Outpt time (%) = 0.0182409 (91.6999) Other time (%) = 0.00014782 (0.743111) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:50 2021 Memory usage per processor = 27.5423 Mbytes Step Atoms AVEKE stressZZ 19400 5000 6.769982e-11 6998557.3 19401 -0.0124474999999932 6998456.29768921 19401 5000 6.7694887e-11 6998456.3 Loop time of 0.0173109 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:50 2021 Pair time (%) = 0.0012579 (7.26652) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.271324) Outpt time (%) = 0.0158839 (91.757) Other time (%) = 0.00012207 (0.705166) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:50 2021 Memory usage per processor = 27.5423 Mbytes Step Atoms AVEKE stressZZ 19401 5000 6.7694887e-11 6998420.9 19402 -0.0124474999999932 6998319.84932926 19402 5000 6.7689955e-11 6998319.8 Loop time of 0.0173051 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:50 2021 Pair time (%) = 0.00118995 (6.87627) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197016) Outpt time (%) = 0.0159798 (92.3412) Other time (%) = 0.000101328 (0.585537) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:50 2021 Memory usage per processor = 27.5423 Mbytes Step Atoms AVEKE stressZZ 19402 5000 6.7689955e-11 6998284.4 19403 -0.0124474999999932 6998183.4081199 19403 5000 6.7685023e-11 6998183.4 Loop time of 0.016722 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:50 2021 Pair time (%) = 0.00110197 (6.58996) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.185352) Outpt time (%) = 0.015451 (92.3992) Other time (%) = 0.000138044 (0.825527) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:50 2021 Memory usage per processor = 27.5423 Mbytes Step Atoms AVEKE stressZZ 19403 5000 6.7685023e-11 6998148 19404 -0.0124474999999932 6998046.9740595 19404 5000 6.7680092e-11 6998047 Loop time of 0.016979 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:50 2021 Pair time (%) = 0.00133801 (7.88036) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.228884) Outpt time (%) = 0.015487 (91.2125) Other time (%) = 0.000115156 (0.678228) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:50 2021 Memory usage per processor = 27.5423 Mbytes Step Atoms AVEKE stressZZ 19404 5000 6.7680092e-11 6998011.5 19405 -0.0124474999999932 6997910.54714669 19405 5000 6.7675161e-11 6997910.5 Loop time of 0.0165892 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:50 2021 Pair time (%) = 0.00108695 (6.55217) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.186835) Outpt time (%) = 0.015378 (92.6991) Other time (%) = 9.32217e-05 (0.561943) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:50 2021 Memory usage per processor = 27.5423 Mbytes Step Atoms AVEKE stressZZ 19405 5000 6.7675161e-11 6997875.1 19406 -0.0124474999999932 6997774.12737992 19406 5000 6.7670231e-11 6997774.1 Loop time of 0.0163209 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:50 2021 Pair time (%) = 0.00108099 (6.62333) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.19721) Outpt time (%) = 0.0151169 (92.6229) Other time (%) = 9.08375e-05 (0.55657) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:50 2021 Memory usage per processor = 27.5423 Mbytes Step Atoms AVEKE stressZZ 19406 5000 6.7670231e-11 6997738.7 19407 -0.0124474999999932 6997637.7147579 19407 5000 6.7665302e-11 6997637.7 Loop time of 0.0165288 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:50 2021 Pair time (%) = 0.00108004 (6.53425) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.187517) Outpt time (%) = 0.0153289 (92.7402) Other time (%) = 8.89301e-05 (0.53803) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:50 2021 Memory usage per processor = 27.5423 Mbytes Step Atoms AVEKE stressZZ 19407 5000 6.7665302e-11 6997602.3 19408 -0.0124474999999932 6997501.30927904 19408 5000 6.7660373e-11 6997501.3 Loop time of 0.0164652 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:50 2021 Pair time (%) = 0.00108099 (6.56531) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194034) Outpt time (%) = 0.015264 (92.7049) Other time (%) = 8.82149e-05 (0.535766) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:50 2021 Memory usage per processor = 27.5423 Mbytes Step Atoms AVEKE stressZZ 19408 5000 6.7660373e-11 6997465.9 19409 -0.0124474999999932 6997364.91094222 19409 5000 6.7655444e-11 6997364.9 Loop time of 0.017683 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:50 2021 Pair time (%) = 0.00124598 (7.04617) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.203592) Outpt time (%) = 0.0162728 (92.0249) Other time (%) = 0.000128269 (0.72538) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:50 2021 Memory usage per processor = 27.5423 Mbytes Step Atoms AVEKE stressZZ 19409 5000 6.7655444e-11 6997329.5 19410 -0.0124474999999932 6997228.51974588 19410 5000 6.7650516e-11 6997228.5 Loop time of 0.0198271 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:50 2021 Pair time (%) = 0.00119019 (6.00281) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.161133) Outpt time (%) = 0.0185111 (93.3623) Other time (%) = 9.39369e-05 (0.47378) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:50 2021 Memory usage per processor = 27.5423 Mbytes Step Atoms AVEKE stressZZ 19410 5000 6.7650516e-11 6997193.1 19411 -0.0124474999999932 6997092.13568886 19411 5000 6.7645589e-11 6997092.1 Loop time of 0.017329 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:50 2021 Pair time (%) = 0.00108695 (6.27244) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.185738) Outpt time (%) = 0.0161221 (93.0355) Other time (%) = 8.7738e-05 (0.506308) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:50 2021 Memory usage per processor = 27.5423 Mbytes Step Atoms AVEKE stressZZ 19411 5000 6.7645589e-11 6997056.7 19412 -0.0124474999999932 6996955.75876982 19412 5000 6.7640663e-11 6996955.8 Loop time of 0.0165951 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:50 2021 Pair time (%) = 0.00110698 (6.6705) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.198262) Outpt time (%) = 0.015363 (92.5752) Other time (%) = 9.2268e-05 (0.555995) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:50 2021 Memory usage per processor = 27.5423 Mbytes Step Atoms AVEKE stressZZ 19412 5000 6.7640663e-11 6996920.3 19413 -0.0124474999999932 6996819.38898743 19413 5000 6.7635736e-11 6996819.4 Loop time of 0.0171092 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:50 2021 Pair time (%) = 0.00130892 (7.6504) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.23411) Outpt time (%) = 0.0156331 (91.3728) Other time (%) = 0.000127077 (0.742743) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:50 2021 Memory usage per processor = 27.5423 Mbytes Step Atoms AVEKE stressZZ 19413 5000 6.7635736e-11 6996784 19414 -0.0124474999999932 6996683.02634055 19414 5000 6.7630811e-11 6996683 Loop time of 0.0174248 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:50 2021 Pair time (%) = 0.00118017 (6.77294) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.188821) Outpt time (%) = 0.0160639 (92.1899) Other time (%) = 0.00014782 (0.848327) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:50 2021 Memory usage per processor = 27.5423 Mbytes Step Atoms AVEKE stressZZ 19414 5000 6.7630811e-11 6996647.6 19415 -0.0124474999999932 6996546.6708279 19415 5000 6.7625886e-11 6996546.7 Loop time of 0.016969 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:50 2021 Pair time (%) = 0.00109696 (6.46453) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188274) Outpt time (%) = 0.0157449 (92.7866) Other time (%) = 9.5129e-05 (0.560606) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:50 2021 Memory usage per processor = 27.5423 Mbytes Step Atoms AVEKE stressZZ 19415 5000 6.7625886e-11 6996511.3 19416 -0.0124474999999932 6996410.32244821 19416 5000 6.7620961e-11 6996410.3 Loop time of 0.0166051 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:50 2021 Pair time (%) = 0.00110698 (6.66648) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.199578) Outpt time (%) = 0.015362 (92.5137) Other time (%) = 0.000102997 (0.620271) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:50 2021 Memory usage per processor = 27.5423 Mbytes Step Atoms AVEKE stressZZ 19416 5000 6.7620961e-11 6996374.9 19417 -0.0124474999999932 6996273.98121229 19417 5000 6.7616038e-11 6996274 Loop time of 0.017494 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:50 2021 Pair time (%) = 0.00116801 (6.67666) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182624) Outpt time (%) = 0.0161929 (92.5629) Other time (%) = 0.000101089 (0.577853) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:50 2021 Memory usage per processor = 27.5423 Mbytes Step Atoms AVEKE stressZZ 19417 5000 6.7616038e-11 6996238.6 19418 -0.0124474999999932 6996137.64712188 19418 5000 6.7611114e-11 6996137.6 Loop time of 0.0173562 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:50 2021 Pair time (%) = 0.00108314 (6.24064) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.178579) Outpt time (%) = 0.0161469 (93.0327) Other time (%) = 9.5129e-05 (0.5481) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:50 2021 Memory usage per processor = 27.5423 Mbytes Step Atoms AVEKE stressZZ 19418 5000 6.7611114e-11 6996102.2 19419 -0.0124474999999932 6996001.32016971 19419 5000 6.7606191e-11 6996001.3 Loop time of 0.016953 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:50 2021 Pair time (%) = 0.0010891 (6.42421) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188451) Outpt time (%) = 0.015738 (92.8332) Other time (%) = 9.39369e-05 (0.554102) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:50 2021 Memory usage per processor = 27.5423 Mbytes Step Atoms AVEKE stressZZ 19419 5000 6.7606191e-11 6995965.9 19420 -0.0124474999999932 6995865.00035661 19420 5000 6.7601269e-11 6995865 Loop time of 0.0191331 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:50 2021 Pair time (%) = 0.00117993 (6.16698) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.176947) Outpt time (%) = 0.0178158 (93.1153) Other time (%) = 0.000103474 (0.54081) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:50 2021 Memory usage per processor = 27.5423 Mbytes Step Atoms AVEKE stressZZ 19420 5000 6.7601269e-11 6995829.6 19421 -0.0124474999999932 6995728.68773346 19421 5000 6.7596348e-11 6995728.7 Loop time of 0.0173681 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:50 2021 Pair time (%) = 0.0011301 (6.50679) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.190811) Outpt time (%) = 0.016099 (92.6929) Other time (%) = 0.000105858 (0.609497) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:50 2021 Memory usage per processor = 27.5423 Mbytes Step Atoms AVEKE stressZZ 19421 5000 6.7596348e-11 6995693.3 19422 -0.0124474999999932 6995592.38227863 19422 5000 6.7591427e-11 6995592.4 Loop time of 0.017416 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:50 2021 Pair time (%) = 0.00108004 (6.2014) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.177965) Outpt time (%) = 0.0162141 (93.0991) Other time (%) = 9.08375e-05 (0.521575) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:50 2021 Memory usage per processor = 27.5423 Mbytes Step Atoms AVEKE stressZZ 19422 5000 6.7591427e-11 6995557 19423 -0.0124474999999932 6995456.08397959 19423 5000 6.7586506e-11 6995456.1 Loop time of 0.0167789 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:50 2021 Pair time (%) = 0.0010798 (6.43543) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190406) Outpt time (%) = 0.015573 (92.8129) Other time (%) = 9.41753e-05 (0.561271) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:50 2021 Memory usage per processor = 27.5423 Mbytes Step Atoms AVEKE stressZZ 19423 5000 6.7586506e-11 6995420.7 19424 -0.0124474999999932 6995319.79283013 19424 5000 6.7581586e-11 6995319.8 Loop time of 0.017025 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:50 2021 Pair time (%) = 0.00129008 (7.57758) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.211461) Outpt time (%) = 0.015538 (91.2657) Other time (%) = 0.000160933 (0.945272) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:50 2021 Memory usage per processor = 27.5423 Mbytes Step Atoms AVEKE stressZZ 19424 5000 6.7581586e-11 6995284.4 19425 -0.0124474999999932 6995183.50882608 19425 5000 6.7576667e-11 6995183.5 Loop time of 0.0174091 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:50 2021 Pair time (%) = 0.001127 (6.47366) Neigh time (%) = 0 (0) Comm time (%) = 3.12328e-05 (0.179405) Outpt time (%) = 0.0161591 (92.8197) Other time (%) = 9.17912e-05 (0.52726) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:50 2021 Memory usage per processor = 27.5423 Mbytes Step Atoms AVEKE stressZZ 19425 5000 6.7576667e-11 6995148.1 19426 -0.0124474999999932 6995047.23195167 19426 5000 6.7571748e-11 6995047.2 Loop time of 0.0174868 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:50 2021 Pair time (%) = 0.00117087 (6.69575) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.194969) Outpt time (%) = 0.016181 (92.5326) Other time (%) = 0.000100851 (0.576726) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:50 2021 Memory usage per processor = 27.5423 Mbytes Step Atoms AVEKE stressZZ 19426 5000 6.7571748e-11 6995011.8 19427 -0.0124474999999932 6994910.96221227 19427 5000 6.756683e-11 6994911 Loop time of 0.016681 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:51 2021 Pair time (%) = 0.00107813 (6.46323) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.185807) Outpt time (%) = 0.0154781 (92.7893) Other time (%) = 9.36985e-05 (0.561709) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:51 2021 Memory usage per processor = 27.5423 Mbytes Step Atoms AVEKE stressZZ 19427 5000 6.756683e-11 6994875.6 19428 -0.0124474999999932 6994774.69960794 19428 5000 6.7561912e-11 6994774.7 Loop time of 0.017298 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:51 2021 Pair time (%) = 0.00145197 (8.39386) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.21915) Outpt time (%) = 0.015666 (90.5655) Other time (%) = 0.000142097 (0.821468) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:51 2021 Memory usage per processor = 27.5423 Mbytes Step Atoms AVEKE stressZZ 19428 5000 6.7561912e-11 6994739.3 19429 -0.0124474999999932 6994638.4441368 19429 5000 6.7556995e-11 6994638.4 Loop time of 0.017596 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:51 2021 Pair time (%) = 0.00108218 (6.15016) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.181564) Outpt time (%) = 0.0163879 (93.1344) Other time (%) = 9.39369e-05 (0.533854) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:51 2021 Memory usage per processor = 27.5423 Mbytes Step Atoms AVEKE stressZZ 19429 5000 6.7556995e-11 6994603 19430 -0.0124474999999932 6994502.19579702 19430 5000 6.7552078e-11 6994502.2 Loop time of 0.019707 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:51 2021 Pair time (%) = 0.00109601 (5.56154) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.163326) Outpt time (%) = 0.0184798 (93.7731) Other time (%) = 9.89437e-05 (0.502075) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:51 2021 Memory usage per processor = 27.5423 Mbytes Step Atoms AVEKE stressZZ 19430 5000 6.7552078e-11 6994466.8 19431 -0.0124474999999932 6994365.95458695 19431 5000 6.7547162e-11 6994366 Loop time of 0.0168171 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:51 2021 Pair time (%) = 0.00116897 (6.95106) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.189974) Outpt time (%) = 0.015523 (92.3046) Other time (%) = 9.32217e-05 (0.554327) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:51 2021 Memory usage per processor = 27.5423 Mbytes Step Atoms AVEKE stressZZ 19431 5000 6.7547162e-11 6994330.6 19432 -0.0124474999999932 6994229.72050497 19432 5000 6.7542247e-11 6994229.7 Loop time of 0.017097 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:51 2021 Pair time (%) = 0.00133896 (7.83154) Neigh time (%) = 0 (0) Comm time (%) = 5.6982e-05 (0.333287) Outpt time (%) = 0.0155559 (90.9859) Other time (%) = 0.000145197 (0.849254) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:25:51 2021 Memory usage per processor = 27.5423 Mbytes Step Atoms AVEKE stressZZ 19432 5000 6.7542247e-11 6994194.3 19433 -0.0124474999999932 6994073.48999805 19433 5000 1.3332531e-10 6994303.7 Loop time of 0.0171781 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:51 2021 Pair time (%) = 0.00112987 (6.57738) Neigh time (%) = 0 (0) Comm time (%) = 4.48227e-05 (0.26093) Outpt time (%) = 0.0158842 (92.4677) Other time (%) = 0.000119209 (0.693963) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28363 ave 28363 max 28363 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28363 Ave neighs/atom = 5.6726 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:51 2021 Memory usage per processor = 27.5423 Mbytes Step Atoms AVEKE stressZZ 19433 5000 1.3332531e-10 7056813.5 19434 -0.0124799999999932 7056680.32554511 19434 5000 1.0729461e-10 7056680.3 Loop time of 0.0169349 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:51 2021 Pair time (%) = 0.00108194 (6.38885) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.183021) Outpt time (%) = 0.015692 (92.6608) Other time (%) = 0.000129938 (0.767281) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28364 ave 28364 max 28364 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28364 Ave neighs/atom = 5.6728 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:51 2021 Memory usage per processor = 27.5423 Mbytes Step Atoms AVEKE stressZZ 19434 5000 1.0729461e-10 7056632.5 19435 -0.0124799999999932 7056510.74864191 19435 5000 9.2218791e-11 7056510.7 Loop time of 0.0167539 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:51 2021 Pair time (%) = 0.00113297 (6.76239) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.203498) Outpt time (%) = 0.0154819 (92.408) Other time (%) = 0.000104904 (0.626147) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28364 ave 28364 max 28364 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28364 Ave neighs/atom = 5.6728 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:51 2021 Memory usage per processor = 27.5423 Mbytes Step Atoms AVEKE stressZZ 19435 5000 9.2218791e-11 7056467.3 19436 -0.0124799999999932 7056352.76975056 19436 5000 8.322941e-11 7056352.8 Loop time of 0.0172641 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:51 2021 Pair time (%) = 0.00114512 (6.63297) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.203008) Outpt time (%) = 0.0159812 (92.5688) Other time (%) = 0.000102758 (0.595213) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28364 ave 28364 max 28364 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28364 Ave neighs/atom = 5.6728 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:51 2021 Memory usage per processor = 27.5423 Mbytes Step Atoms AVEKE stressZZ 19436 5000 8.322941e-11 7056312.1 19437 -0.0124799999999932 7056202.16414807 19437 5000 7.7754396e-11 7056202.2 Loop time of 0.0172112 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:51 2021 Pair time (%) = 0.0010941 (6.35692) Neigh time (%) = 0 (0) Comm time (%) = 5.60284e-05 (0.325534) Outpt time (%) = 0.015964 (92.7537) Other time (%) = 9.70364e-05 (0.563798) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28364 ave 28364 max 28364 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28364 Ave neighs/atom = 5.6728 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:51 2021 Memory usage per processor = 27.5423 Mbytes Step Atoms AVEKE stressZZ 19437 5000 7.7754396e-11 7056163.3 19438 -0.0124799999999932 7056056.24698689 19438 5000 7.4369959e-11 7056056.2 Loop time of 0.016746 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:51 2021 Pair time (%) = 0.00111985 (6.68726) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.197899) Outpt time (%) = 0.015502 (92.571) Other time (%) = 9.10759e-05 (0.543865) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28364 ave 28364 max 28364 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28364 Ave neighs/atom = 5.6728 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:51 2021 Memory usage per processor = 27.5423 Mbytes Step Atoms AVEKE stressZZ 19438 5000 7.4369959e-11 7056018.5 19439 -0.0124799999999932 7055913.31202051 19439 5000 7.2256407e-11 7055913.3 Loop time of 0.016927 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:51 2021 Pair time (%) = 0.00118494 (7.0003) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.283111) Outpt time (%) = 0.015573 (92.0011) Other time (%) = 0.000121117 (0.715523) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28364 ave 28364 max 28364 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28364 Ave neighs/atom = 5.6728 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:51 2021 Memory usage per processor = 27.5423 Mbytes Step Atoms AVEKE stressZZ 19439 5000 7.2256407e-11 7055876.2 19440 -0.0124799999999932 7055772.27491149 19440 5000 7.0927205e-11 7055772.3 Loop time of 0.019877 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:51 2021 Pair time (%) = 0.00109005 (5.48399) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.160729) Outpt time (%) = 0.018662 (93.8875) Other time (%) = 9.29832e-05 (0.467794) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28364 ave 28364 max 28364 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28364 Ave neighs/atom = 5.6728 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:51 2021 Memory usage per processor = 27.5424 Mbytes Step Atoms AVEKE stressZZ 19440 5000 7.0927205e-11 7055735.7 19441 -0.0124799999999932 7055632.44655157 19441 5000 7.0087049e-11 7055632.4 Loop time of 0.017184 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:51 2021 Pair time (%) = 0.0010891 (6.33784) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185917) Outpt time (%) = 0.015969 (92.9296) Other time (%) = 9.39369e-05 (0.546653) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28364 ave 28364 max 28364 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28364 Ave neighs/atom = 5.6728 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:51 2021 Memory usage per processor = 27.5424 Mbytes Step Atoms AVEKE stressZZ 19441 5000 7.0087049e-11 7055596.1 19442 -0.0124799999999932 7055493.38900446 19442 5000 6.955388e-11 7055493.4 Loop time of 0.0170109 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:51 2021 Pair time (%) = 0.00116396 (6.84242) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.270501) Outpt time (%) = 0.0156891 (92.2297) Other time (%) = 0.000111818 (0.657332) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28364 ave 28364 max 28364 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28364 Ave neighs/atom = 5.6728 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:51 2021 Memory usage per processor = 27.5424 Mbytes Step Atoms AVEKE stressZZ 19442 5000 6.955388e-11 7055457.2 19443 -0.0124799999999932 7055354.82395674 19443 5000 6.9214266e-11 7055354.8 Loop time of 0.0172091 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:51 2021 Pair time (%) = 0.00134492 (7.81518) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.216126) Outpt time (%) = 0.0156572 (90.9823) Other time (%) = 0.000169754 (0.986423) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28364 ave 28364 max 28364 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28364 Ave neighs/atom = 5.6728 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:51 2021 Memory usage per processor = 27.5424 Mbytes Step Atoms AVEKE stressZZ 19443 5000 6.9214266e-11 7055318.8 19444 -0.0124799999999932 7055216.5745363 19444 5000 6.8997036e-11 7055216.6 Loop time of 0.0177031 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:51 2021 Pair time (%) = 0.00144982 (8.18968) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.192587) Outpt time (%) = 0.016072 (90.7868) Other time (%) = 0.000147104 (0.830954) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28364 ave 28364 max 28364 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28364 Ave neighs/atom = 5.6728 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:51 2021 Memory usage per processor = 27.5424 Mbytes Step Atoms AVEKE stressZZ 19444 5000 6.8997036e-11 7055180.6 19445 -0.0124799999999932 7055078.52833919 19445 5000 6.885733e-11 7055078.5 Loop time of 0.0176551 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:51 2021 Pair time (%) = 0.00120687 (6.83583) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.198512) Outpt time (%) = 0.0162401 (91.9853) Other time (%) = 0.000173092 (0.980405) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28364 ave 28364 max 28364 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28364 Ave neighs/atom = 5.6728 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:51 2021 Memory usage per processor = 27.5424 Mbytes Step Atoms AVEKE stressZZ 19445 5000 6.885733e-11 7055042.6 19446 -0.0124799999999932 7054940.61393044 19446 5000 6.8766791e-11 7054940.6 Loop time of 0.0168669 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:51 2021 Pair time (%) = 0.00109005 (6.46265) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.189413) Outpt time (%) = 0.015656 (92.8207) Other time (%) = 8.89301e-05 (0.527246) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28364 ave 28364 max 28364 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28364 Ave neighs/atom = 5.6728 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:51 2021 Memory usage per processor = 27.5424 Mbytes Step Atoms AVEKE stressZZ 19446 5000 6.8766791e-11 7054904.7 19447 -0.0124799999999932 7054802.78591244 19447 5000 6.8707455e-11 7054802.8 Loop time of 0.0173218 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:51 2021 Pair time (%) = 0.00149488 (8.63006) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.207837) Outpt time (%) = 0.015625 (90.2041) Other time (%) = 0.000165939 (0.957978) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28364 ave 28364 max 28364 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28364 Ave neighs/atom = 5.6728 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:51 2021 Memory usage per processor = 27.5424 Mbytes Step Atoms AVEKE stressZZ 19447 5000 6.8707455e-11 7054766.9 19448 -0.0124799999999932 7054665.01543396 19448 5000 6.8667934e-11 7054665 Loop time of 0.016654 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:51 2021 Pair time (%) = 0.0010798 (6.48371) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.186108) Outpt time (%) = 0.0154481 (92.759) Other time (%) = 9.5129e-05 (0.571208) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28364 ave 28364 max 28364 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28364 Ave neighs/atom = 5.6728 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:51 2021 Memory usage per processor = 27.5424 Mbytes Step Atoms AVEKE stressZZ 19448 5000 6.8667934e-11 7054629.2 19449 -0.0124799999999932 7054527.28415977 19449 5000 6.8640997e-11 7054527.3 Loop time of 0.0165629 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:51 2021 Pair time (%) = 0.00108314 (6.53951) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.187131) Outpt time (%) = 0.015358 (92.7249) Other time (%) = 9.08375e-05 (0.548438) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28364 ave 28364 max 28364 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28364 Ave neighs/atom = 5.6728 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:51 2021 Memory usage per processor = 27.5424 Mbytes Step Atoms AVEKE stressZZ 19449 5000 6.8640997e-11 7054491.5 19450 -0.0124799999999932 7054389.58043749 19450 5000 6.8622056e-11 7054389.6 Loop time of 0.018929 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:51 2021 Pair time (%) = 0.00108695 (5.74225) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.16374) Outpt time (%) = 0.01772 (93.6129) Other time (%) = 9.10759e-05 (0.481145) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28364 ave 28364 max 28364 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28364 Ave neighs/atom = 5.6728 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:51 2021 Memory usage per processor = 27.5424 Mbytes Step Atoms AVEKE stressZZ 19450 5000 6.8622056e-11 7054353.8 19451 -0.0124799999999932 7054251.89686059 19451 5000 6.8608195e-11 7054251.9 Loop time of 0.017777 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:51 2021 Pair time (%) = 0.0010879 (6.11974) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.174352) Outpt time (%) = 0.016567 (93.1936) Other time (%) = 9.10759e-05 (0.512325) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28364 ave 28364 max 28364 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28364 Ave neighs/atom = 5.6728 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:51 2021 Memory usage per processor = 27.5424 Mbytes Step Atoms AVEKE stressZZ 19451 5000 6.8608195e-11 7054216.1 19452 -0.0124799999999932 7054114.22872236 19452 5000 6.8597562e-11 7054114.2 Loop time of 0.0171101 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:51 2021 Pair time (%) = 0.00116992 (6.83759) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192294) Outpt time (%) = 0.015805 (92.3723) Other time (%) = 0.000102282 (0.597784) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28364 ave 28364 max 28364 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28364 Ave neighs/atom = 5.6728 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:51 2021 Memory usage per processor = 27.5424 Mbytes Step Atoms AVEKE stressZZ 19452 5000 6.8597562e-11 7054078.4 19453 -0.0124799999999932 7053976.57304051 19453 5000 6.8588981e-11 7053976.6 Loop time of 0.016983 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:51 2021 Pair time (%) = 0.00130796 (7.70159) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206368) Outpt time (%) = 0.0154941 (91.2329) Other time (%) = 0.000145912 (0.859164) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28364 ave 28364 max 28364 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28364 Ave neighs/atom = 5.6728 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:51 2021 Memory usage per processor = 27.5424 Mbytes Step Atoms AVEKE stressZZ 19453 5000 6.8588981e-11 7053940.8 19454 -0.0124799999999932 7053838.92791551 19454 5000 6.8581704e-11 7053838.9 Loop time of 0.017225 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:51 2021 Pair time (%) = 0.00109291 (6.3449) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185475) Outpt time (%) = 0.0160081 (92.9353) Other time (%) = 9.20296e-05 (0.534278) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28364 ave 28364 max 28364 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28364 Ave neighs/atom = 5.6728 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:51 2021 Memory usage per processor = 27.5424 Mbytes Step Atoms AVEKE stressZZ 19454 5000 6.8581704e-11 7053803.1 19455 -0.0124799999999932 7053701.29213411 19455 5000 6.8575255e-11 7053701.3 Loop time of 0.0173972 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:51 2021 Pair time (%) = 0.00121999 (7.01257) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18364) Outpt time (%) = 0.016048 (92.2447) Other time (%) = 9.72748e-05 (0.559142) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28364 ave 28364 max 28364 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28364 Ave neighs/atom = 5.6728 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:51 2021 Memory usage per processor = 27.5424 Mbytes Step Atoms AVEKE stressZZ 19455 5000 6.8575255e-11 7053665.5 19456 -0.0124799999999932 7053563.66492694 19456 5000 6.8569333e-11 7053563.7 Loop time of 0.016717 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:51 2021 Pair time (%) = 0.00110006 (6.58052) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209653) Outpt time (%) = 0.0154638 (92.5039) Other time (%) = 0.000118017 (0.705973) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28364 ave 28364 max 28364 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28364 Ave neighs/atom = 5.6728 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:51 2021 Memory usage per processor = 27.5424 Mbytes Step Atoms AVEKE stressZZ 19456 5000 6.8569333e-11 7053527.9 19457 -0.0124799999999932 7053426.04580495 19457 5000 6.8563747e-11 7053426 Loop time of 0.0173528 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:51 2021 Pair time (%) = 0.00167608 (9.65885) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.212962) Outpt time (%) = 0.0154948 (89.2928) Other time (%) = 0.000144958 (0.83536) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28364 ave 28364 max 28364 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28364 Ave neighs/atom = 5.6728 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:51 2021 Memory usage per processor = 27.5424 Mbytes Step Atoms AVEKE stressZZ 19457 5000 6.8563747e-11 7053390.2 19458 -0.0124799999999932 7053288.43445697 19458 5000 6.8558373e-11 7053288.4 Loop time of 0.0172861 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:51 2021 Pair time (%) = 0.00108695 (6.28802) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179303) Outpt time (%) = 0.016073 (92.9824) Other time (%) = 9.5129e-05 (0.550322) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28364 ave 28364 max 28364 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28364 Ave neighs/atom = 5.6728 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:51 2021 Memory usage per processor = 27.5424 Mbytes Step Atoms AVEKE stressZZ 19458 5000 6.8558373e-11 7053252.6 19459 -0.0124799999999932 7053150.83068577 19459 5000 6.8553135e-11 7053150.8 Loop time of 0.016866 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:51 2021 Pair time (%) = 0.00108409 (6.42767) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.189423) Outpt time (%) = 0.0156181 (92.6012) Other time (%) = 0.000131845 (0.781725) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28364 ave 28364 max 28364 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28364 Ave neighs/atom = 5.6728 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:51 2021 Memory usage per processor = 27.5424 Mbytes Step Atoms AVEKE stressZZ 19459 5000 6.8553135e-11 7053115 19460 -0.0124799999999932 7053013.23436599 19460 5000 6.8547984e-11 7053013.2 Loop time of 0.019397 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:51 2021 Pair time (%) = 0.00128198 (6.60914) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.247059) Outpt time (%) = 0.017962 (92.6017) Other time (%) = 0.000105143 (0.542055) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28364 ave 28364 max 28364 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28364 Ave neighs/atom = 5.6728 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:51 2021 Memory usage per processor = 27.5424 Mbytes Step Atoms AVEKE stressZZ 19460 5000 6.8547984e-11 7052977.4 19461 -0.0124799999999932 7052875.64541914 19461 5000 6.8542888e-11 7052875.6 Loop time of 0.017262 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:51 2021 Pair time (%) = 0.00136209 (7.89067) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191984) Outpt time (%) = 0.0157359 (91.1591) Other time (%) = 0.000130892 (0.758266) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28364 ave 28364 max 28364 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28364 Ave neighs/atom = 5.6728 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:51 2021 Memory usage per processor = 27.5424 Mbytes Step Atoms AVEKE stressZZ 19461 5000 6.8542888e-11 7052839.8 19462 -0.0124799999999932 7052738.06380164 19462 5000 6.8537827e-11 7052738.1 Loop time of 0.0175169 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:51 2021 Pair time (%) = 0.00109601 (6.25689) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.194635) Outpt time (%) = 0.016289 (92.9904) Other time (%) = 9.77516e-05 (0.558043) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28364 ave 28364 max 28364 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28364 Ave neighs/atom = 5.6728 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:51 2021 Memory usage per processor = 27.5424 Mbytes Step Atoms AVEKE stressZZ 19462 5000 6.8537827e-11 7052702.3 19463 -0.0124799999999932 7052600.48947127 19463 5000 6.8532788e-11 7052600.5 Loop time of 0.0169981 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:51 2021 Pair time (%) = 0.00120211 (7.07202) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.200575) Outpt time (%) = 0.01563 (91.9517) Other time (%) = 0.000131845 (0.77565) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28364 ave 28364 max 28364 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28364 Ave neighs/atom = 5.6728 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:51 2021 Memory usage per processor = 27.5424 Mbytes Step Atoms AVEKE stressZZ 19463 5000 6.8532788e-11 7052564.7 19464 -0.0124799999999932 7052462.92239709 19464 5000 6.8527764e-11 7052462.9 Loop time of 0.016825 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:51 2021 Pair time (%) = 0.00113797 (6.76359) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.202639) Outpt time (%) = 0.0155001 (92.1254) Other time (%) = 0.000152826 (0.908331) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28364 ave 28364 max 28364 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28364 Ave neighs/atom = 5.6728 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:51 2021 Memory usage per processor = 27.5424 Mbytes Step Atoms AVEKE stressZZ 19464 5000 6.8527764e-11 7052427.1 19465 -0.0124799999999932 7052325.36256501 19465 5000 6.852275e-11 7052325.4 Loop time of 0.0173481 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:51 2021 Pair time (%) = 0.00118899 (6.85376) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189657) Outpt time (%) = 0.016031 (92.4082) Other time (%) = 9.5129e-05 (0.548356) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28364 ave 28364 max 28364 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28364 Ave neighs/atom = 5.6728 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:51 2021 Memory usage per processor = 27.5424 Mbytes Step Atoms AVEKE stressZZ 19465 5000 6.852275e-11 7052289.6 19466 -0.0124799999999932 7052187.8099657 19466 5000 6.8517742e-11 7052187.8 Loop time of 0.0172241 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:51 2021 Pair time (%) = 0.00108194 (6.28158) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185485) Outpt time (%) = 0.016017 (92.9917) Other time (%) = 9.32217e-05 (0.541229) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28364 ave 28364 max 28364 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28364 Ave neighs/atom = 5.6728 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:51 2021 Memory usage per processor = 27.5424 Mbytes Step Atoms AVEKE stressZZ 19466 5000 6.8517742e-11 7052152 19467 -0.0124799999999932 7052050.26459307 19467 5000 6.8512738e-11 7052050.3 Loop time of 0.0165529 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:51 2021 Pair time (%) = 0.00108314 (6.54347) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.187244) Outpt time (%) = 0.0153451 (92.7032) Other time (%) = 9.36985e-05 (0.566054) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28364 ave 28364 max 28364 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28364 Ave neighs/atom = 5.6728 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:51 2021 Memory usage per processor = 27.5424 Mbytes Step Atoms AVEKE stressZZ 19467 5000 6.8512738e-11 7052014.5 19468 -0.0124799999999932 7051912.7264425 19468 5000 6.8507736e-11 7051912.7 Loop time of 0.0170319 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:51 2021 Pair time (%) = 0.00130916 (7.68649) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.211375) Outpt time (%) = 0.0155609 (91.363) Other time (%) = 0.000125885 (0.739113) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28364 ave 28364 max 28364 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28364 Ave neighs/atom = 5.6728 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:51 2021 Memory usage per processor = 27.5424 Mbytes Step Atoms AVEKE stressZZ 19468 5000 6.8507736e-11 7051876.9 19469 -0.0124799999999932 7051775.19551115 19469 5000 6.8502737e-11 7051775.2 Loop time of 0.017354 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:51 2021 Pair time (%) = 0.00114202 (6.58076) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.178601) Outpt time (%) = 0.0160849 (92.687) Other time (%) = 9.60827e-05 (0.553663) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28364 ave 28364 max 28364 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28364 Ave neighs/atom = 5.6728 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:51 2021 Memory usage per processor = 27.5424 Mbytes Step Atoms AVEKE stressZZ 19469 5000 6.8502737e-11 7051739.4 19470 -0.0124799999999932 7051637.67179649 19470 5000 6.849774e-11 7051637.7 Loop time of 0.116097 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:52 2021 Pair time (%) = 0.00108504 (0.934599) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.0275184) Outpt time (%) = 0.114886 (98.9566) Other time (%) = 9.44138e-05 (0.081323) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28364 ave 28364 max 28364 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28364 Ave neighs/atom = 5.6728 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:52 2021 Memory usage per processor = 27.5424 Mbytes Step Atoms AVEKE stressZZ 19470 5000 6.849774e-11 7051601.9 19471 -0.0124799999999932 7051500.15529687 19471 5000 6.8492743e-11 7051500.2 Loop time of 0.01753 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:52 2021 Pair time (%) = 0.00139904 (7.98085) Neigh time (%) = 0 (0) Comm time (%) = 4.22001e-05 (0.240731) Outpt time (%) = 0.0159292 (90.8685) Other time (%) = 0.000159502 (0.909882) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28364 ave 28364 max 28364 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28364 Ave neighs/atom = 5.6728 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:52 2021 Memory usage per processor = 27.5424 Mbytes Step Atoms AVEKE stressZZ 19471 5000 6.8492743e-11 7051464.4 19472 -0.0124799999999932 7051362.64601063 19472 5000 6.8487747e-11 7051362.6 Loop time of 0.01702 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:52 2021 Pair time (%) = 0.00111604 (6.55722) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187709) Outpt time (%) = 0.0157788 (92.7074) Other time (%) = 9.32217e-05 (0.547719) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28364 ave 28364 max 28364 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28364 Ave neighs/atom = 5.6728 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:52 2021 Memory usage per processor = 27.5424 Mbytes Step Atoms AVEKE stressZZ 19472 5000 6.8487747e-11 7051326.9 19473 -0.0124799999999932 7051225.14393652 19473 5000 6.8482753e-11 7051225.1 Loop time of 0.0167308 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:52 2021 Pair time (%) = 0.00121617 (7.26907) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.202354) Outpt time (%) = 0.0153818 (91.9372) Other time (%) = 9.89437e-05 (0.591387) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28364 ave 28364 max 28364 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28364 Ave neighs/atom = 5.6728 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:52 2021 Memory usage per processor = 27.5424 Mbytes Step Atoms AVEKE stressZZ 19473 5000 6.8482753e-11 7051189.3 19474 -0.0124799999999932 7051087.64907328 19474 5000 6.8477759e-11 7051087.6 Loop time of 0.017278 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:52 2021 Pair time (%) = 0.00118899 (6.88156) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190426) Outpt time (%) = 0.0159609 (92.3774) Other time (%) = 9.5129e-05 (0.55058) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28364 ave 28364 max 28364 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28364 Ave neighs/atom = 5.6728 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:52 2021 Memory usage per processor = 27.5424 Mbytes Step Atoms AVEKE stressZZ 19474 5000 6.8477759e-11 7051051.9 19475 -0.0124799999999932 7050950.1614198 19475 5000 6.8472765e-11 7050950.2 Loop time of 0.0178819 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:52 2021 Pair time (%) = 0.00124502 (6.96248) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.190662) Outpt time (%) = 0.016505 (92.3002) Other time (%) = 9.77516e-05 (0.546652) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28364 ave 28364 max 28364 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28364 Ave neighs/atom = 5.6728 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:52 2021 Memory usage per processor = 27.5424 Mbytes Step Atoms AVEKE stressZZ 19475 5000 6.8472765e-11 7050914.4 19476 -0.0124799999999932 7050812.68097522 19476 5000 6.8467773e-11 7050812.7 Loop time of 0.016948 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:52 2021 Pair time (%) = 0.00108504 (6.40219) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.189913) Outpt time (%) = 0.0156779 (92.5062) Other time (%) = 0.000152826 (0.901737) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28364 ave 28364 max 28364 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28364 Ave neighs/atom = 5.6728 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:52 2021 Memory usage per processor = 27.5424 Mbytes Step Atoms AVEKE stressZZ 19476 5000 6.8467773e-11 7050776.9 19477 -0.0124799999999932 7050675.20773851 19477 5000 6.846278e-11 7050675.2 Loop time of 0.0168591 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:52 2021 Pair time (%) = 0.00124097 (7.36084) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.278595) Outpt time (%) = 0.015435 (91.5531) Other time (%) = 0.000136137 (0.807501) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28364 ave 28364 max 28364 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28364 Ave neighs/atom = 5.6728 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:52 2021 Memory usage per processor = 27.5424 Mbytes Step Atoms AVEKE stressZZ 19477 5000 6.846278e-11 7050639.4 19478 -0.0124799999999932 7050537.74170854 19478 5000 6.8457789e-11 7050537.7 Loop time of 0.01723 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:52 2021 Pair time (%) = 0.00108314 (6.28632) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185421) Outpt time (%) = 0.0160251 (93.0066) Other time (%) = 8.98838e-05 (0.521669) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28364 ave 28364 max 28364 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28364 Ave neighs/atom = 5.6728 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:52 2021 Memory usage per processor = 27.5424 Mbytes Step Atoms AVEKE stressZZ 19478 5000 6.8457789e-11 7050502 19479 -0.0124799999999932 7050400.28288447 19479 5000 6.8452798e-11 7050400.3 Loop time of 0.017087 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:52 2021 Pair time (%) = 0.00109005 (6.37942) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186973) Outpt time (%) = 0.015873 (92.895) Other time (%) = 9.20296e-05 (0.538595) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28364 ave 28364 max 28364 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28364 Ave neighs/atom = 5.6728 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:52 2021 Memory usage per processor = 27.5424 Mbytes Step Atoms AVEKE stressZZ 19479 5000 6.8452798e-11 7050364.5 19480 -0.0124799999999932 7050262.8312653 19480 5000 6.8447808e-11 7050262.8 Loop time of 0.0190291 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:52 2021 Pair time (%) = 0.00109506 (5.75463) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.174155) Outpt time (%) = 0.0177991 (93.5362) Other time (%) = 0.000101805 (0.534994) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28364 ave 28364 max 28364 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28364 Ave neighs/atom = 5.6728 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:52 2021 Memory usage per processor = 27.5424 Mbytes Step Atoms AVEKE stressZZ 19480 5000 6.8447808e-11 7050227 19481 -0.0124799999999932 7050125.38685338 19481 5000 6.8442818e-11 7050125.4 Loop time of 0.0171251 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:52 2021 Pair time (%) = 0.00131202 (7.66136) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.210224) Outpt time (%) = 0.0156322 (91.282) Other time (%) = 0.000144958 (0.846467) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28364 ave 28364 max 28364 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28364 Ave neighs/atom = 5.6728 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:52 2021 Memory usage per processor = 27.5424 Mbytes Step Atoms AVEKE stressZZ 19481 5000 6.8442818e-11 7050089.6 19482 -0.0124799999999932 7049987.94964534 19482 5000 6.8437829e-11 7049987.9 Loop time of 0.018003 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:52 2021 Pair time (%) = 0.00135899 (7.54867) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.210568) Outpt time (%) = 0.016453 (91.3905) Other time (%) = 0.000153065 (0.850219) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28364 ave 28364 max 28364 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28364 Ave neighs/atom = 5.6728 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:52 2021 Memory usage per processor = 27.5424 Mbytes Step Atoms AVEKE stressZZ 19482 5000 6.8437829e-11 7049952.2 19483 -0.0124799999999932 7049850.51963966 19483 5000 6.843284e-11 7049850.5 Loop time of 0.0173531 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:52 2021 Pair time (%) = 0.00109696 (6.32144) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.190976) Outpt time (%) = 0.0160792 (92.6591) Other time (%) = 0.000143766 (0.828479) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28364 ave 28364 max 28364 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28364 Ave neighs/atom = 5.6728 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:52 2021 Memory usage per processor = 27.5424 Mbytes Step Atoms AVEKE stressZZ 19483 5000 6.843284e-11 7049814.7 19484 -0.0124799999999932 7049713.09683538 19484 5000 6.8427852e-11 7049713.1 Loop time of 0.016583 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:52 2021 Pair time (%) = 0.00108886 (6.56612) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.186905) Outpt time (%) = 0.0153689 (92.6791) Other time (%) = 9.41753e-05 (0.567904) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28364 ave 28364 max 28364 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28364 Ave neighs/atom = 5.6728 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:52 2021 Memory usage per processor = 27.5424 Mbytes Step Atoms AVEKE stressZZ 19484 5000 6.8427852e-11 7049677.3 19485 -0.0124799999999932 7049575.68123158 19485 5000 6.8422865e-11 7049575.7 Loop time of 0.0172622 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:52 2021 Pair time (%) = 0.00138497 (8.02315) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.196124) Outpt time (%) = 0.0156939 (90.9147) Other time (%) = 0.000149488 (0.865986) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28364 ave 28364 max 28364 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28364 Ave neighs/atom = 5.6728 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:52 2021 Memory usage per processor = 27.5424 Mbytes Step Atoms AVEKE stressZZ 19485 5000 6.8422865e-11 7049539.9 19486 -0.0124799999999932 7049438.27282728 19486 5000 6.8417878e-11 7049438.3 Loop time of 0.017309 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:52 2021 Pair time (%) = 0.00121284 (7.00698) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184576) Outpt time (%) = 0.0159609 (92.212) Other time (%) = 0.000103235 (0.596427) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28364 ave 28364 max 28364 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28364 Ave neighs/atom = 5.6728 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:52 2021 Memory usage per processor = 27.5424 Mbytes Step Atoms AVEKE stressZZ 19486 5000 6.8417878e-11 7049402.5 19487 -0.0124799999999932 7049300.8716218 19487 5000 6.8412891e-11 7049300.9 Loop time of 0.016886 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:52 2021 Pair time (%) = 0.00108194 (6.40734) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.189199) Outpt time (%) = 0.0156791 (92.8528) Other time (%) = 9.29832e-05 (0.550653) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28364 ave 28364 max 28364 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28364 Ave neighs/atom = 5.6728 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:52 2021 Memory usage per processor = 27.5424 Mbytes Step Atoms AVEKE stressZZ 19487 5000 6.8412891e-11 7049265.1 19488 -0.0124799999999932 7049163.47761398 19488 5000 6.8407906e-11 7049163.5 Loop time of 0.016407 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:52 2021 Pair time (%) = 0.00108218 (6.59585) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194722) Outpt time (%) = 0.0152099 (92.7037) Other time (%) = 8.29697e-05 (0.505696) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28364 ave 28364 max 28364 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28364 Ave neighs/atom = 5.6728 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:52 2021 Memory usage per processor = 27.5424 Mbytes Step Atoms AVEKE stressZZ 19488 5000 6.8407906e-11 7049127.7 19489 -0.0124799999999932 7049026.0908031 19489 5000 6.840292e-11 7049026.1 Loop time of 0.0166059 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:52 2021 Pair time (%) = 0.00108314 (6.52261) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.186648) Outpt time (%) = 0.0154028 (92.7552) Other time (%) = 8.89301e-05 (0.535535) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28364 ave 28364 max 28364 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28364 Ave neighs/atom = 5.6728 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:52 2021 Memory usage per processor = 27.5424 Mbytes Step Atoms AVEKE stressZZ 19489 5000 6.840292e-11 7048990.3 19490 -0.0124799999999932 7048888.71118824 19490 5000 6.8397936e-11 7048888.7 Loop time of 0.0197151 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:52 2021 Pair time (%) = 0.00108504 (5.50362) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.157212) Outpt time (%) = 0.0185091 (93.8833) Other time (%) = 8.98838e-05 (0.455914) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28364 ave 28364 max 28364 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28364 Ave neighs/atom = 5.6728 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:52 2021 Memory usage per processor = 27.5424 Mbytes Step Atoms AVEKE stressZZ 19490 5000 6.8397936e-11 7048852.9 19491 -0.0124799999999932 7048751.33876848 19491 5000 6.8392952e-11 7048751.3 Loop time of 0.0168011 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:52 2021 Pair time (%) = 0.00116611 (6.94064) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.19725) Outpt time (%) = 0.0154841 (92.1611) Other time (%) = 0.000117779 (0.701017) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28364 ave 28364 max 28364 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28364 Ave neighs/atom = 5.6728 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:52 2021 Memory usage per processor = 27.5424 Mbytes Step Atoms AVEKE stressZZ 19491 5000 6.8392952e-11 7048715.6 19492 -0.0124799999999932 7048613.97354286 19492 5000 6.8387968e-11 7048614 Loop time of 0.017211 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:52 2021 Pair time (%) = 0.00114512 (6.65346) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185626) Outpt time (%) = 0.015934 (92.5805) Other time (%) = 9.98974e-05 (0.580429) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28364 ave 28364 max 28364 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28364 Ave neighs/atom = 5.6728 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:52 2021 Memory usage per processor = 27.5424 Mbytes Step Atoms AVEKE stressZZ 19492 5000 6.8387968e-11 7048578.2 19493 -0.0124799999999932 7048476.61551072 19493 5000 6.8382985e-11 7048476.6 Loop time of 0.0171802 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:52 2021 Pair time (%) = 0.00108409 (6.31011) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185959) Outpt time (%) = 0.0159709 (92.9613) Other time (%) = 9.32217e-05 (0.542611) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28364 ave 28364 max 28364 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28364 Ave neighs/atom = 5.6728 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:52 2021 Memory usage per processor = 27.5424 Mbytes Step Atoms AVEKE stressZZ 19493 5000 6.8382985e-11 7048440.8 19494 -0.0124799999999932 7048339.26467109 19494 5000 6.8378003e-11 7048339.3 Loop time of 0.0169718 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:52 2021 Pair time (%) = 0.0011189 (6.59268) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188242) Outpt time (%) = 0.0157259 (92.6586) Other time (%) = 9.5129e-05 (0.560511) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28364 ave 28364 max 28364 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28364 Ave neighs/atom = 5.6728 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:52 2021 Memory usage per processor = 27.5424 Mbytes Step Atoms AVEKE stressZZ 19494 5000 6.8378003e-11 7048303.5 19495 -0.0124799999999932 7048201.92102296 19495 5000 6.8373021e-11 7048201.9 Loop time of 0.0167031 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:52 2021 Pair time (%) = 0.00120091 (7.18976) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209826) Outpt time (%) = 0.0153601 (91.9595) Other time (%) = 0.00010705 (0.640898) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28364 ave 28364 max 28364 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28364 Ave neighs/atom = 5.6728 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:52 2021 Memory usage per processor = 27.5424 Mbytes Step Atoms AVEKE stressZZ 19495 5000 6.8373021e-11 7048166.1 19496 -0.0124799999999932 7048064.58456555 19496 5000 6.836804e-11 7048064.6 Loop time of 0.017381 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:52 2021 Pair time (%) = 0.00112104 (6.44984) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189298) Outpt time (%) = 0.0161281 (92.7916) Other time (%) = 9.89437e-05 (0.569265) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28364 ave 28364 max 28364 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28364 Ave neighs/atom = 5.6728 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:52 2021 Memory usage per processor = 27.5424 Mbytes Step Atoms AVEKE stressZZ 19496 5000 6.836804e-11 7048028.8 19497 -0.0124799999999932 7047927.25529803 19497 5000 6.8363059e-11 7047927.3 Loop time of 0.0172448 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:52 2021 Pair time (%) = 0.00108099 (6.26849) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179732) Outpt time (%) = 0.0160379 (93.0015) Other time (%) = 9.48906e-05 (0.550256) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28364 ave 28364 max 28364 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28364 Ave neighs/atom = 5.6728 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:52 2021 Memory usage per processor = 27.5424 Mbytes Step Atoms AVEKE stressZZ 19497 5000 6.8363059e-11 7047891.5 19498 -0.0124799999999932 7047789.93321958 19498 5000 6.8358079e-11 7047789.9 Loop time of 0.0166612 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:52 2021 Pair time (%) = 0.00112605 (6.75854) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191752) Outpt time (%) = 0.015409 (92.4845) Other time (%) = 9.41753e-05 (0.565239) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28364 ave 28364 max 28364 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28364 Ave neighs/atom = 5.6728 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:52 2021 Memory usage per processor = 27.5424 Mbytes Step Atoms AVEKE stressZZ 19498 5000 6.8358079e-11 7047754.2 19499 -0.0124799999999932 7047652.61832925 19499 5000 6.83531e-11 7047652.6 Loop time of 0.0173368 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:52 2021 Pair time (%) = 0.00158191 (9.12454) Neigh time (%) = 0 (0) Comm time (%) = 4.91142e-05 (0.283294) Outpt time (%) = 0.015552 (89.7052) Other time (%) = 0.00015378 (0.887012) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28364 ave 28364 max 28364 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28364 Ave neighs/atom = 5.6728 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:52 2021 Memory usage per processor = 27.5424 Mbytes Step Atoms AVEKE stressZZ 19499 5000 6.83531e-11 7047616.8 19500 -0.0124799999999932 7047515.31062612 19500 5000 6.8348121e-11 7047515.3 Loop time of 0.0196729 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:52 2021 Pair time (%) = 0.00112987 (5.74327) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.167244) Outpt time (%) = 0.018414 (93.6011) Other time (%) = 9.60827e-05 (0.488402) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28364 ave 28364 max 28364 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28364 Ave neighs/atom = 5.6728 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:52 2021 Memory usage per processor = 27.5424 Mbytes Step Atoms AVEKE stressZZ 19500 5000 6.8348121e-11 7047479.5 19501 -0.0124799999999932 7047378.01010949 19501 5000 6.8343143e-11 7047378 Loop time of 0.017287 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:52 2021 Pair time (%) = 0.00115395 (6.67522) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179293) Outpt time (%) = 0.0160062 (92.5911) Other time (%) = 9.58443e-05 (0.554429) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28364 ave 28364 max 28364 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28364 Ave neighs/atom = 5.6728 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:52 2021 Memory usage per processor = 27.5424 Mbytes Step Atoms AVEKE stressZZ 19501 5000 6.8343143e-11 7047342.2 19502 -0.0124799999999932 7047240.71677838 19502 5000 6.8338165e-11 7047240.7 Loop time of 0.016645 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:52 2021 Pair time (%) = 0.00109005 (6.54883) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.193371) Outpt time (%) = 0.01543 (92.7006) Other time (%) = 9.27448e-05 (0.557195) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28364 ave 28364 max 28364 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28364 Ave neighs/atom = 5.6728 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:52 2021 Memory usage per processor = 27.5424 Mbytes Step Atoms AVEKE stressZZ 19502 5000 6.8338165e-11 7047204.9 19503 -0.0124799999999932 7047103.43063199 19503 5000 6.8333188e-11 7047103.4 Loop time of 0.0176969 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:52 2021 Pair time (%) = 0.00162888 (9.20432) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.198044) Outpt time (%) = 0.0158339 (89.4727) Other time (%) = 0.00019908 (1.12494) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28364 ave 28364 max 28364 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28364 Ave neighs/atom = 5.6728 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:52 2021 Memory usage per processor = 27.5424 Mbytes Step Atoms AVEKE stressZZ 19503 5000 6.8333188e-11 7047067.7 19504 -0.0124799999999932 7046966.15166946 19504 5000 6.8328211e-11 7046966.2 Loop time of 0.0173671 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:52 2021 Pair time (%) = 0.00108385 (6.24082) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.264953) Outpt time (%) = 0.01613 (92.8765) Other time (%) = 0.000107288 (0.617767) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28364 ave 28364 max 28364 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28364 Ave neighs/atom = 5.6728 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:52 2021 Memory usage per processor = 27.5424 Mbytes Step Atoms AVEKE stressZZ 19504 5000 6.8328211e-11 7046930.4 19505 -0.0124799999999932 7046828.87988998 19505 5000 6.8323235e-11 7046828.9 Loop time of 0.0168171 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:52 2021 Pair time (%) = 0.00112009 (6.66043) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.189974) Outpt time (%) = 0.0155702 (92.5853) Other time (%) = 9.48906e-05 (0.564251) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28364 ave 28364 max 28364 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28364 Ave neighs/atom = 5.6728 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:52 2021 Memory usage per processor = 27.5424 Mbytes Step Atoms AVEKE stressZZ 19505 5000 6.8323235e-11 7046793.1 19506 -0.0124799999999932 7046691.61529266 19506 5000 6.8318259e-11 7046691.6 Loop time of 0.0167291 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:52 2021 Pair time (%) = 0.00117183 (7.00472) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.208075) Outpt time (%) = 0.0154171 (92.1573) Other time (%) = 0.000105381 (0.629926) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28364 ave 28364 max 28364 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28364 Ave neighs/atom = 5.6728 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:52 2021 Memory usage per processor = 27.5424 Mbytes Step Atoms AVEKE stressZZ 19506 5000 6.8318259e-11 7046655.8 19507 -0.0124799999999932 7046554.35787667 19507 5000 6.8313285e-11 7046554.4 Loop time of 0.017206 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:52 2021 Pair time (%) = 0.00125599 (7.29974) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191223) Outpt time (%) = 0.0158169 (91.9271) Other time (%) = 0.000100136 (0.581983) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28364 ave 28364 max 28364 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28364 Ave neighs/atom = 5.6728 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:52 2021 Memory usage per processor = 27.5424 Mbytes Step Atoms AVEKE stressZZ 19507 5000 6.8313285e-11 7046518.6 19508 -0.0124799999999932 7046417.10764118 19508 5000 6.830831e-11 7046417.1 Loop time of 0.0175231 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:53 2021 Pair time (%) = 0.00114393 (6.52816) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.194566) Outpt time (%) = 0.016216 (92.5412) Other time (%) = 0.000128984 (0.736084) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28364 ave 28364 max 28364 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28364 Ave neighs/atom = 5.6728 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:53 2021 Memory usage per processor = 27.5424 Mbytes Step Atoms AVEKE stressZZ 19508 5000 6.830831e-11 7046381.3 19509 -0.0124799999999932 7046279.86458531 19509 5000 6.8303336e-11 7046279.9 Loop time of 0.0168638 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:53 2021 Pair time (%) = 0.00116515 (6.90918) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.183792) Outpt time (%) = 0.015579 (92.3811) Other time (%) = 8.86917e-05 (0.525929) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28364 ave 28364 max 28364 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28364 Ave neighs/atom = 5.6728 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:53 2021 Memory usage per processor = 27.5424 Mbytes Step Atoms AVEKE stressZZ 19509 5000 6.8303336e-11 7046244.1 19510 -0.0124799999999932 7046142.62870827 19510 5000 6.8298363e-11 7046142.6 Loop time of 0.0192802 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:53 2021 Pair time (%) = 0.00115895 (6.0111) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.180543) Outpt time (%) = 0.0179811 (93.2618) Other time (%) = 0.000105381 (0.546576) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28364 ave 28364 max 28364 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28364 Ave neighs/atom = 5.6728 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:53 2021 Memory usage per processor = 27.5424 Mbytes Step Atoms AVEKE stressZZ 19510 5000 6.8298363e-11 7046106.9 19511 -0.0124799999999932 7046005.40000922 19511 5000 6.8293391e-11 7046005.4 Loop time of 0.017627 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:53 2021 Pair time (%) = 0.00128198 (7.2728) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.186655) Outpt time (%) = 0.016145 (91.5924) Other time (%) = 0.000167131 (0.948156) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28364 ave 28364 max 28364 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28364 Ave neighs/atom = 5.6728 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:53 2021 Memory usage per processor = 27.5424 Mbytes Step Atoms AVEKE stressZZ 19511 5000 6.8293391e-11 7045969.6 19512 -0.0124799999999932 7045868.17848729 19512 5000 6.8288419e-11 7045868.2 Loop time of 0.01741 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:53 2021 Pair time (%) = 0.00108004 (6.20352) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.178026) Outpt time (%) = 0.016175 (92.9063) Other time (%) = 0.000123978 (0.712104) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28364 ave 28364 max 28364 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28364 Ave neighs/atom = 5.6728 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:53 2021 Memory usage per processor = 27.5424 Mbytes Step Atoms AVEKE stressZZ 19512 5000 6.8288419e-11 7045832.4 19513 -0.0124799999999932 7045730.96414174 19513 5000 6.8283447e-11 7045731 Loop time of 0.0168128 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:53 2021 Pair time (%) = 0.00107908 (6.41822) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.18435) Outpt time (%) = 0.015609 (92.8401) Other time (%) = 9.36985e-05 (0.557305) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28364 ave 28364 max 28364 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28364 Ave neighs/atom = 5.6728 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:53 2021 Memory usage per processor = 27.5424 Mbytes Step Atoms AVEKE stressZZ 19513 5000 6.8283447e-11 7045695.2 19514 -0.0124799999999932 7045593.75697159 19514 5000 6.8278476e-11 7045593.8 Loop time of 0.016813 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:53 2021 Pair time (%) = 0.00127578 (7.58803) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208454) Outpt time (%) = 0.0153999 (91.5952) Other time (%) = 0.000102282 (0.608347) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28364 ave 28364 max 28364 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28364 Ave neighs/atom = 5.6728 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:53 2021 Memory usage per processor = 27.5424 Mbytes Step Atoms AVEKE stressZZ 19514 5000 6.8278476e-11 7045558 19515 -0.0124799999999932 7045456.5569762 19515 5000 6.8273506e-11 7045456.6 Loop time of 0.0172 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:53 2021 Pair time (%) = 0.00125384 (7.28979) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185745) Outpt time (%) = 0.0158191 (91.9714) Other time (%) = 9.5129e-05 (0.553076) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28364 ave 28364 max 28364 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28364 Ave neighs/atom = 5.6728 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:53 2021 Memory usage per processor = 27.5424 Mbytes Step Atoms AVEKE stressZZ 19515 5000 6.8273506e-11 7045420.8 19516 -0.0124799999999932 7045319.36415466 19516 5000 6.8268536e-11 7045319.4 Loop time of 0.0174439 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:53 2021 Pair time (%) = 0.00111294 (6.3801) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.188615) Outpt time (%) = 0.0161991 (92.8641) Other time (%) = 9.89437e-05 (0.567211) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28364 ave 28364 max 28364 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28364 Ave neighs/atom = 5.6728 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:53 2021 Memory usage per processor = 27.5424 Mbytes Step Atoms AVEKE stressZZ 19516 5000 6.8268536e-11 7045283.6 19517 -0.0124799999999932 7045182.17850604 19517 5000 6.8263567e-11 7045182.2 Loop time of 0.016587 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:53 2021 Pair time (%) = 0.00108099 (6.51708) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192609) Outpt time (%) = 0.0153792 (92.7182) Other time (%) = 9.48906e-05 (0.572077) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28364 ave 28364 max 28364 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28364 Ave neighs/atom = 5.6728 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:53 2021 Memory usage per processor = 27.5424 Mbytes Step Atoms AVEKE stressZZ 19517 5000 6.8263567e-11 7045146.4 19518 -0.0124799999999932 7045045.00002969 19518 5000 6.8258598e-11 7045045 Loop time of 0.0176349 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:53 2021 Pair time (%) = 0.00134802 (7.64405) Neigh time (%) = 0 (0) Comm time (%) = 4.19617e-05 (0.237947) Outpt time (%) = 0.0160949 (91.2676) Other time (%) = 0.000149965 (0.850391) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28364 ave 28364 max 28364 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28364 Ave neighs/atom = 5.6728 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:53 2021 Memory usage per processor = 27.5424 Mbytes Step Atoms AVEKE stressZZ 19518 5000 6.8258598e-11 7045009.2 19519 -0.0124799999999932 7044907.82872471 19519 5000 6.825363e-11 7044907.8 Loop time of 0.0175562 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:53 2021 Pair time (%) = 0.00113988 (6.49275) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.188766) Outpt time (%) = 0.0162911 (92.7943) Other time (%) = 9.20296e-05 (0.5242) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28364 ave 28364 max 28364 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28364 Ave neighs/atom = 5.6728 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:53 2021 Memory usage per processor = 27.5424 Mbytes Step Atoms AVEKE stressZZ 19519 5000 6.825363e-11 7044872.1 19520 -0.0124799999999932 7044770.66459028 19520 5000 6.8248663e-11 7044770.7 Loop time of 0.0199201 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:53 2021 Pair time (%) = 0.001158 (5.81322) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.171153) Outpt time (%) = 0.0186269 (93.5082) Other time (%) = 0.000101089 (0.507474) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28364 ave 28364 max 28364 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28364 Ave neighs/atom = 5.6728 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:53 2021 Memory usage per processor = 27.5424 Mbytes Step Atoms AVEKE stressZZ 19520 5000 6.8248663e-11 7044734.9 19521 -0.0124799999999932 7044633.5076256 19521 5000 6.8243696e-11 7044633.5 Loop time of 0.0167401 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:53 2021 Pair time (%) = 0.00107908 (6.4461) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190848) Outpt time (%) = 0.0155361 (92.8076) Other time (%) = 9.29832e-05 (0.555453) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28364 ave 28364 max 28364 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28364 Ave neighs/atom = 5.6728 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:53 2021 Memory usage per processor = 27.5424 Mbytes Step Atoms AVEKE stressZZ 19521 5000 6.8243696e-11 7044597.8 19522 -0.0124799999999932 7044496.35782985 19522 5000 6.8238729e-11 7044496.4 Loop time of 0.017077 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:53 2021 Pair time (%) = 0.00126386 (7.40094) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.210817) Outpt time (%) = 0.0155959 (91.3272) Other time (%) = 0.000181198 (1.06107) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28364 ave 28364 max 28364 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28364 Ave neighs/atom = 5.6728 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:53 2021 Memory usage per processor = 27.5424 Mbytes Step Atoms AVEKE stressZZ 19522 5000 6.8238729e-11 7044460.6 19523 -0.0124799999999932 7044359.2152023 19523 5000 6.8233763e-11 7044359.2 Loop time of 0.017302 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:53 2021 Pair time (%) = 0.00112391 (6.4958) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184649) Outpt time (%) = 0.0160551 (92.7932) Other time (%) = 9.10759e-05 (0.526388) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28364 ave 28364 max 28364 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28364 Ave neighs/atom = 5.6728 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:53 2021 Memory usage per processor = 27.5424 Mbytes Step Atoms AVEKE stressZZ 19523 5000 6.8233763e-11 7044323.5 19524 -0.0124799999999932 7044222.07974207 19524 5000 6.8228798e-11 7044222.1 Loop time of 0.0173409 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:53 2021 Pair time (%) = 0.00111008 (6.4015) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189735) Outpt time (%) = 0.0161009 (92.8492) Other time (%) = 9.70364e-05 (0.559581) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28364 ave 28364 max 28364 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28364 Ave neighs/atom = 5.6728 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:53 2021 Memory usage per processor = 27.5424 Mbytes Step Atoms AVEKE stressZZ 19524 5000 6.8228798e-11 7044186.3 19525 -0.0124799999999932 7044084.95144833 19525 5000 6.8223834e-11 7044085 Loop time of 0.01701 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:53 2021 Pair time (%) = 0.00112104 (6.59051) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.200435) Outpt time (%) = 0.0157518 (92.6035) Other time (%) = 0.000102997 (0.605508) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28364 ave 28364 max 28364 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28364 Ave neighs/atom = 5.6728 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:53 2021 Memory usage per processor = 27.5424 Mbytes Step Atoms AVEKE stressZZ 19525 5000 6.8223834e-11 7044049.2 19526 -0.0124799999999932 7043947.83032028 19526 5000 6.8218869e-11 7043947.8 Loop time of 0.0173781 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:53 2021 Pair time (%) = 0.00127411 (7.3317) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189329) Outpt time (%) = 0.0159101 (91.5529) Other time (%) = 0.000160933 (0.926066) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28364 ave 28364 max 28364 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28364 Ave neighs/atom = 5.6728 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:53 2021 Memory usage per processor = 27.5424 Mbytes Step Atoms AVEKE stressZZ 19526 5000 6.8218869e-11 7043912.1 19527 -0.0124799999999932 7043810.71635717 19527 5000 6.8213906e-11 7043810.7 Loop time of 0.017123 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:53 2021 Pair time (%) = 0.00108194 (6.31866) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.268731) Outpt time (%) = 0.0158739 (92.7053) Other time (%) = 0.000121117 (0.707334) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28364 ave 28364 max 28364 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28364 Ave neighs/atom = 5.6728 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:53 2021 Memory usage per processor = 27.5424 Mbytes Step Atoms AVEKE stressZZ 19527 5000 6.8213906e-11 7043775 19528 -0.0124799999999932 7043673.60955813 19528 5000 6.8208943e-11 7043673.6 Loop time of 0.0167971 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:53 2021 Pair time (%) = 0.00108385 (6.45262) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.1902) Outpt time (%) = 0.0155509 (92.5808) Other time (%) = 0.000130415 (0.776415) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28364 ave 28364 max 28364 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28364 Ave neighs/atom = 5.6728 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:53 2021 Memory usage per processor = 27.5424 Mbytes Step Atoms AVEKE stressZZ 19528 5000 6.8208943e-11 7043637.9 19529 -0.0124799999999932 7043536.5099225 19529 5000 6.8203981e-11 7043536.5 Loop time of 0.01665 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:53 2021 Pair time (%) = 0.00114107 (6.8533) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.204768) Outpt time (%) = 0.0153699 (92.3119) Other time (%) = 0.000104904 (0.630057) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28364 ave 28364 max 28364 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28364 Ave neighs/atom = 5.6728 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:53 2021 Memory usage per processor = 27.5424 Mbytes Step Atoms AVEKE stressZZ 19529 5000 6.8203981e-11 7043500.8 19530 -0.0124799999999932 7043399.41744926 19530 5000 6.8199019e-11 7043399.4 Loop time of 0.019671 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:53 2021 Pair time (%) = 0.00113392 (5.76443) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.173321) Outpt time (%) = 0.018399 (93.5338) Other time (%) = 0.000103951 (0.528446) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28364 ave 28364 max 28364 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28364 Ave neighs/atom = 5.6728 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:53 2021 Memory usage per processor = 27.5424 Mbytes Step Atoms AVEKE stressZZ 19530 5000 6.8199019e-11 7043363.7 19531 -0.0124799999999932 7043262.33213778 19531 5000 6.8194058e-11 7043262.3 Loop time of 0.016917 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:53 2021 Pair time (%) = 0.00108695 (6.4252) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.190261) Outpt time (%) = 0.0157061 (92.8419) Other time (%) = 9.17912e-05 (0.542597) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28364 ave 28364 max 28364 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28364 Ave neighs/atom = 5.6728 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:53 2021 Memory usage per processor = 27.5424 Mbytes Step Atoms AVEKE stressZZ 19531 5000 6.8194058e-11 7043226.6 19532 -0.0124799999999932 7043125.25398727 19532 5000 6.8189097e-11 7043125.3 Loop time of 0.0164452 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:53 2021 Pair time (%) = 0.0010829 (6.5849) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.19427) Outpt time (%) = 0.0152371 (92.654) Other time (%) = 9.32217e-05 (0.566864) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28364 ave 28364 max 28364 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28364 Ave neighs/atom = 5.6728 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:53 2021 Memory usage per processor = 27.5424 Mbytes Step Atoms AVEKE stressZZ 19532 5000 6.8189097e-11 7043089.5 19533 -0.0124799999999932 7042988.18299685 19533 5000 6.8184137e-11 7042988.2 Loop time of 0.0164261 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:53 2021 Pair time (%) = 0.001086 (6.61141) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194496) Outpt time (%) = 0.0152202 (92.6585) Other time (%) = 8.79765e-05 (0.53559) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28364 ave 28364 max 28364 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28364 Ave neighs/atom = 5.6728 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:25:53 2021 Memory usage per processor = 27.5424 Mbytes Step Atoms AVEKE stressZZ 19533 5000 6.8184137e-11 7042952.4 19534 -0.0124799999999932 7042831.02158026 19534 5000 1.3459035e-10 7043062.8 Loop time of 0.0161281 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:53 2021 Pair time (%) = 0.00108194 (6.70845) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.192177) Outpt time (%) = 0.014904 (92.4105) Other time (%) = 0.000111103 (0.68888) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28364 ave 28364 max 28364 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28364 Ave neighs/atom = 5.6728 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:53 2021 Memory usage per processor = 27.5424 Mbytes Step Atoms AVEKE stressZZ 19534 5000 1.3459035e-10 7105758.2 19535 -0.0125124999999932 7105624.40168816 19535 5000 1.0831132e-10 7105624.4 Loop time of 0.0172181 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:53 2021 Pair time (%) = 0.00123096 (7.14919) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198012) Outpt time (%) = 0.015815 (91.8511) Other time (%) = 0.000138044 (0.801739) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28365 ave 28365 max 28365 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28365 Ave neighs/atom = 5.673 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:53 2021 Memory usage per processor = 27.5424 Mbytes Step Atoms AVEKE stressZZ 19535 5000 1.0831132e-10 7105576.2 19536 -0.0125124999999932 7105453.76335486 19536 5000 9.3091794e-11 7105453.8 Loop time of 0.017369 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:53 2021 Pair time (%) = 0.001086 (6.25249) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183937) Outpt time (%) = 0.01614 (92.9239) Other time (%) = 0.000111103 (0.639662) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28365 ave 28365 max 28365 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28365 Ave neighs/atom = 5.673 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:53 2021 Memory usage per processor = 27.5424 Mbytes Step Atoms AVEKE stressZZ 19536 5000 9.3091794e-11 7105409.9 19537 -0.0125124999999932 7105294.80131769 19537 5000 8.4016772e-11 7105294.8 Loop time of 0.016609 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:53 2021 Pair time (%) = 0.0010972 (6.60609) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192355) Outpt time (%) = 0.015388 (92.6489) Other time (%) = 9.17912e-05 (0.552661) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28365 ave 28365 max 28365 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28365 Ave neighs/atom = 5.673 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:53 2021 Memory usage per processor = 27.5424 Mbytes Step Atoms AVEKE stressZZ 19537 5000 8.4016772e-11 7105253.8 19538 -0.0125124999999932 7105143.26232663 19538 5000 7.848962e-11 7105143.3 Loop time of 0.0168791 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:53 2021 Pair time (%) = 0.00116515 (6.90293) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207639) Outpt time (%) = 0.015579 (92.2976) Other time (%) = 9.98974e-05 (0.591841) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28365 ave 28365 max 28365 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28365 Ave neighs/atom = 5.673 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:53 2021 Memory usage per processor = 27.5424 Mbytes Step Atoms AVEKE stressZZ 19538 5000 7.848962e-11 7105104 19539 -0.0125124999999932 7104996.44340471 19539 5000 7.5072964e-11 7104996.4 Loop time of 0.0173039 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:53 2021 Pair time (%) = 0.00119615 (6.91256) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184629) Outpt time (%) = 0.0159671 (92.2745) Other time (%) = 0.000108719 (0.62829) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28365 ave 28365 max 28365 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28365 Ave neighs/atom = 5.673 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:53 2021 Memory usage per processor = 27.5424 Mbytes Step Atoms AVEKE stressZZ 19539 5000 7.5072964e-11 7104958.3 19540 -0.0125124999999932 7104852.62678393 19540 5000 7.2939296e-11 7104852.6 Loop time of 0.0194001 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:53 2021 Pair time (%) = 0.00113392 (5.84491) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.16468) Outpt time (%) = 0.018127 (93.4374) Other time (%) = 0.000107288 (0.553029) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28365 ave 28365 max 28365 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28365 Ave neighs/atom = 5.673 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:53 2021 Memory usage per processor = 27.5425 Mbytes Step Atoms AVEKE stressZZ 19540 5000 7.2939296e-11 7104815.2 19541 -0.0125124999999932 7104710.72080773 19541 5000 7.1597446e-11 7104710.7 Loop time of 0.017056 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:53 2021 Pair time (%) = 0.00108004 (6.3323) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181722) Outpt time (%) = 0.015851 (92.9352) Other time (%) = 9.39369e-05 (0.550756) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28365 ave 28365 max 28365 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28365 Ave neighs/atom = 5.673 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:53 2021 Memory usage per processor = 27.5425 Mbytes Step Atoms AVEKE stressZZ 19541 5000 7.1597446e-11 7104673.8 19542 -0.0125124999999932 7104570.03192773 19542 5000 7.0749296e-11 7104570 Loop time of 0.0168781 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:53 2021 Pair time (%) = 0.00125599 (7.44152) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207651) Outpt time (%) = 0.0154841 (91.7406) Other time (%) = 0.000102997 (0.610238) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28365 ave 28365 max 28365 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28365 Ave neighs/atom = 5.673 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:53 2021 Memory usage per processor = 27.5425 Mbytes Step Atoms AVEKE stressZZ 19542 5000 7.0749296e-11 7104533.4 19543 -0.0125124999999932 7104430.1191932 19543 5000 7.0211056e-11 7104430.1 Loop time of 0.017463 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:53 2021 Pair time (%) = 0.001194 (6.83733) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.19387) Outpt time (%) = 0.0161331 (92.3845) Other time (%) = 0.000102043 (0.58434) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28365 ave 28365 max 28365 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28365 Ave neighs/atom = 5.673 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:53 2021 Memory usage per processor = 27.5425 Mbytes Step Atoms AVEKE stressZZ 19543 5000 7.0211056e-11 7104393.6 19544 -0.0125124999999932 7104290.7023578 19544 5000 6.9868212e-11 7104290.7 Loop time of 0.0173039 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:53 2021 Pair time (%) = 0.00109601 (6.33388) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179118) Outpt time (%) = 0.016084 (92.9497) Other time (%) = 9.29832e-05 (0.537353) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28365 ave 28365 max 28365 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28365 Ave neighs/atom = 5.673 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:53 2021 Memory usage per processor = 27.5425 Mbytes Step Atoms AVEKE stressZZ 19544 5000 6.9868212e-11 7104254.3 19545 -0.0125124999999932 7104151.60333551 19545 5000 6.9648918e-11 7104151.6 Loop time of 0.016933 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:53 2021 Pair time (%) = 0.00108886 (6.4304) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188674) Outpt time (%) = 0.015718 (92.8248) Other time (%) = 9.41753e-05 (0.556166) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28365 ave 28365 max 28365 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28365 Ave neighs/atom = 5.673 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:53 2021 Memory usage per processor = 27.5425 Mbytes Step Atoms AVEKE stressZZ 19545 5000 6.9648918e-11 7104115.3 19546 -0.0125124999999932 7104012.70895126 19546 5000 6.9507886e-11 7104012.7 Loop time of 0.0168171 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:53 2021 Pair time (%) = 0.00115895 (6.89152) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.201316) Outpt time (%) = 0.0155208 (92.2919) Other time (%) = 0.000103474 (0.615289) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28365 ave 28365 max 28365 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28365 Ave neighs/atom = 5.673 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:53 2021 Memory usage per processor = 27.5425 Mbytes Step Atoms AVEKE stressZZ 19546 5000 6.9507886e-11 7103976.5 19547 -0.0125124999999932 7103873.94728041 19547 5000 6.9416487e-11 7103873.9 Loop time of 0.017698 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:53 2021 Pair time (%) = 0.0011301 (6.38547) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.192642) Outpt time (%) = 0.016443 (92.9086) Other time (%) = 9.08375e-05 (0.513263) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28365 ave 28365 max 28365 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28365 Ave neighs/atom = 5.673 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:53 2021 Memory usage per processor = 27.5425 Mbytes Step Atoms AVEKE stressZZ 19547 5000 6.9416487e-11 7103837.7 19548 -0.0125124999999932 7103735.27261296 19548 5000 6.935659e-11 7103735.3 Loop time of 0.0176809 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:53 2021 Pair time (%) = 0.00121403 (6.86633) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.180693) Outpt time (%) = 0.0163119 (92.2572) Other time (%) = 0.000123024 (0.695802) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28365 ave 28365 max 28365 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28365 Ave neighs/atom = 5.673 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:53 2021 Memory usage per processor = 27.5425 Mbytes Step Atoms AVEKE stressZZ 19548 5000 6.935659e-11 7103699.1 19549 -0.0125124999999932 7103596.65589847 19549 5000 6.9316695e-11 7103596.7 Loop time of 0.01686 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:53 2021 Pair time (%) = 0.00120401 (7.14124) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.183834) Outpt time (%) = 0.0154998 (91.9325) Other time (%) = 0.00012517 (0.742406) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28365 ave 28365 max 28365 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28365 Ave neighs/atom = 5.673 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:53 2021 Memory usage per processor = 27.5425 Mbytes Step Atoms AVEKE stressZZ 19549 5000 6.9316695e-11 7103560.5 19550 -0.0125124999999932 7103458.07867428 19550 5000 6.9289504e-11 7103458.1 Loop time of 0.0196481 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:54 2021 Pair time (%) = 0.0013082 (6.65817) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.203859) Outpt time (%) = 0.0181801 (92.5288) Other time (%) = 0.000119686 (0.609149) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28365 ave 28365 max 28365 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28365 Ave neighs/atom = 5.673 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:54 2021 Memory usage per processor = 27.5425 Mbytes Step Atoms AVEKE stressZZ 19550 5000 6.9289504e-11 7103421.9 19551 -0.0125124999999932 7103319.52920565 19551 5000 6.9270386e-11 7103319.5 Loop time of 0.0176129 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:54 2021 Pair time (%) = 0.0011971 (6.79671) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.193573) Outpt time (%) = 0.0162661 (92.3532) Other time (%) = 0.000115633 (0.656523) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28365 ave 28365 max 28365 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28365 Ave neighs/atom = 5.673 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:54 2021 Memory usage per processor = 27.5425 Mbytes Step Atoms AVEKE stressZZ 19551 5000 6.9270386e-11 7103283.4 19552 -0.0125124999999932 7103181.00003463 19552 5000 6.9256395e-11 7103181 Loop time of 0.017128 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:54 2021 Pair time (%) = 0.0011549 (6.74276) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193486) Outpt time (%) = 0.0158398 (92.4791) Other time (%) = 0.000100136 (0.584633) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28365 ave 28365 max 28365 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28365 Ave neighs/atom = 5.673 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:54 2021 Memory usage per processor = 27.5425 Mbytes Step Atoms AVEKE stressZZ 19552 5000 6.9256395e-11 7103144.8 19553 -0.0125124999999932 7103042.48642035 19553 5000 6.9245664e-11 7103042.5 Loop time of 0.0166311 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:54 2021 Pair time (%) = 0.00114584 (6.88973) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.186364) Outpt time (%) = 0.015332 (92.1885) Other time (%) = 0.000122309 (0.735421) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28365 ave 28365 max 28365 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28365 Ave neighs/atom = 5.673 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:54 2021 Memory usage per processor = 27.5425 Mbytes Step Atoms AVEKE stressZZ 19553 5000 6.9245664e-11 7103006.3 19554 -0.0125124999999932 7102903.98534926 19554 5000 6.9237004e-11 7102904 Loop time of 0.0169859 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:54 2021 Pair time (%) = 0.00130415 (7.67784) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.217562) Outpt time (%) = 0.015528 (91.4168) Other time (%) = 0.000116825 (0.687777) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28365 ave 28365 max 28365 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28365 Ave neighs/atom = 5.673 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:54 2021 Memory usage per processor = 27.5425 Mbytes Step Atoms AVEKE stressZZ 19554 5000 6.9237004e-11 7102867.8 19555 -0.0125124999999932 7102765.49484193 19555 5000 6.922966e-11 7102765.5 Loop time of 0.0173869 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:54 2021 Pair time (%) = 0.0010829 (6.22823) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.178263) Outpt time (%) = 0.0161841 (93.082) Other time (%) = 8.89301e-05 (0.511477) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28365 ave 28365 max 28365 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28365 Ave neighs/atom = 5.673 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:54 2021 Memory usage per processor = 27.5425 Mbytes Step Atoms AVEKE stressZZ 19555 5000 6.922966e-11 7102729.3 19556 -0.0125124999999932 7102627.01373266 19556 5000 6.9223152e-11 7102627 Loop time of 0.0176911 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:54 2021 Pair time (%) = 0.00116611 (6.59147) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.180588) Outpt time (%) = 0.0163648 (92.5029) Other time (%) = 0.000128269 (0.725048) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28365 ave 28365 max 28365 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28365 Ave neighs/atom = 5.673 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:54 2021 Memory usage per processor = 27.5425 Mbytes Step Atoms AVEKE stressZZ 19556 5000 6.9223152e-11 7102590.9 19557 -0.0125124999999932 7102488.54125273 19557 5000 6.9217177e-11 7102488.5 Loop time of 0.0167041 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:54 2021 Pair time (%) = 0.00111604 (6.68123) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.204105) Outpt time (%) = 0.0154421 (92.4453) Other time (%) = 0.000111818 (0.669407) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28365 ave 28365 max 28365 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28365 Ave neighs/atom = 5.673 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:54 2021 Memory usage per processor = 27.5425 Mbytes Step Atoms AVEKE stressZZ 19557 5000 6.9217177e-11 7102452.4 19558 -0.0125124999999932 7102350.0769092 19558 5000 6.9211539e-11 7102350.1 Loop time of 0.0174589 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:54 2021 Pair time (%) = 0.00149608 (8.56913) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.21713) Outpt time (%) = 0.0157859 (90.4176) Other time (%) = 0.000138998 (0.796144) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28365 ave 28365 max 28365 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28365 Ave neighs/atom = 5.673 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:54 2021 Memory usage per processor = 27.5425 Mbytes Step Atoms AVEKE stressZZ 19558 5000 6.9211539e-11 7102313.9 19559 -0.0125124999999932 7102211.62038815 19559 5000 6.9206117e-11 7102211.6 Loop time of 0.017379 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:54 2021 Pair time (%) = 0.0010879 (6.25986) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183831) Outpt time (%) = 0.0161681 (93.0323) Other time (%) = 9.10759e-05 (0.524056) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28365 ave 28365 max 28365 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28365 Ave neighs/atom = 5.673 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:54 2021 Memory usage per processor = 27.5425 Mbytes Step Atoms AVEKE stressZZ 19559 5000 6.9206117e-11 7102175.5 19560 -0.0125124999999932 7102073.1714896 19560 5000 6.9200832e-11 7102073.2 Loop time of 0.0197291 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:54 2021 Pair time (%) = 0.00108504 (5.4997) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.163142) Outpt time (%) = 0.0184751 (93.6435) Other time (%) = 0.000136852 (0.693656) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28365 ave 28365 max 28365 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28365 Ave neighs/atom = 5.673 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:54 2021 Memory usage per processor = 27.5425 Mbytes Step Atoms AVEKE stressZZ 19560 5000 6.9200832e-11 7102037 19561 -0.0125124999999932 7101934.7300858 19561 5000 6.9195634e-11 7101934.7 Loop time of 0.016638 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:54 2021 Pair time (%) = 0.00113416 (6.81665) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192018) Outpt time (%) = 0.015367 (92.3608) Other time (%) = 0.000104904 (0.630508) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28365 ave 28365 max 28365 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28365 Ave neighs/atom = 5.673 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:54 2021 Memory usage per processor = 27.5425 Mbytes Step Atoms AVEKE stressZZ 19561 5000 6.9195634e-11 7101898.6 19562 -0.0125124999999932 7101796.29609512 19562 5000 6.9190492e-11 7101796.3 Loop time of 0.0175221 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:54 2021 Pair time (%) = 0.00146103 (8.33821) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.200019) Outpt time (%) = 0.0158751 (90.6005) Other time (%) = 0.000150919 (0.861307) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28365 ave 28365 max 28365 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28365 Ave neighs/atom = 5.673 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:54 2021 Memory usage per processor = 27.5425 Mbytes Step Atoms AVEKE stressZZ 19562 5000 6.9190492e-11 7101760.2 19563 -0.0125124999999932 7101657.8694653 19563 5000 6.9185385e-11 7101657.9 Loop time of 0.0174129 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:54 2021 Pair time (%) = 0.00108695 (6.24221) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.177997) Outpt time (%) = 0.016201 (93.0403) Other time (%) = 9.39369e-05 (0.539467) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28365 ave 28365 max 28365 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28365 Ave neighs/atom = 5.673 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:54 2021 Memory usage per processor = 27.5425 Mbytes Step Atoms AVEKE stressZZ 19563 5000 6.9185385e-11 7101621.7 19564 -0.0125124999999932 7101519.45016226 19564 5000 6.9180301e-11 7101519.5 Loop time of 0.0174608 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:54 2021 Pair time (%) = 0.00108099 (6.19094) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18297) Outpt time (%) = 0.0162239 (92.9161) Other time (%) = 0.000123978 (0.710033) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28365 ave 28365 max 28365 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28365 Ave neighs/atom = 5.673 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:54 2021 Memory usage per processor = 27.5425 Mbytes Step Atoms AVEKE stressZZ 19564 5000 6.9180301e-11 7101483.3 19565 -0.0125124999999932 7101381.03816427 19565 5000 6.9175232e-11 7101381 Loop time of 0.016746 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:54 2021 Pair time (%) = 0.00111485 (6.65736) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.20217) Outpt time (%) = 0.0154948 (92.5283) Other time (%) = 0.00010252 (0.612204) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28365 ave 28365 max 28365 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28365 Ave neighs/atom = 5.673 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:54 2021 Memory usage per processor = 27.5425 Mbytes Step Atoms AVEKE stressZZ 19565 5000 6.9175232e-11 7101344.9 19566 -0.0125124999999932 7101242.63345671 19566 5000 6.9170173e-11 7101242.6 Loop time of 0.0172529 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:54 2021 Pair time (%) = 0.00123811 (7.17622) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192084) Outpt time (%) = 0.015877 (92.025) Other time (%) = 0.000104666 (0.606655) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28365 ave 28365 max 28365 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28365 Ave neighs/atom = 5.673 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:54 2021 Memory usage per processor = 27.5425 Mbytes Step Atoms AVEKE stressZZ 19566 5000 6.9170173e-11 7101206.5 19567 -0.0125124999999932 7101104.23602997 19567 5000 6.9165119e-11 7101104.2 Loop time of 0.0170908 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:54 2021 Pair time (%) = 0.00116396 (6.81045) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193907) Outpt time (%) = 0.0157919 (92.4) Other time (%) = 0.000101805 (0.59567) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28365 ave 28365 max 28365 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28365 Ave neighs/atom = 5.673 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:54 2021 Memory usage per processor = 27.5425 Mbytes Step Atoms AVEKE stressZZ 19567 5000 6.9165119e-11 7101068.1 19568 -0.0125124999999932 7100965.84587753 19568 5000 6.916007e-11 7100965.8 Loop time of 0.0173471 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:54 2021 Pair time (%) = 0.00108314 (6.2439) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.178672) Outpt time (%) = 0.0161161 (92.904) Other time (%) = 0.000116825 (0.673456) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28365 ave 28365 max 28365 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28365 Ave neighs/atom = 5.673 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:54 2021 Memory usage per processor = 27.5425 Mbytes Step Atoms AVEKE stressZZ 19568 5000 6.916007e-11 7100929.7 19569 -0.0125124999999932 7100827.46302343 19569 5000 6.9155024e-11 7100827.5 Loop time of 0.0168631 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:54 2021 Pair time (%) = 0.00121617 (7.21203) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.213491) Outpt time (%) = 0.015466 (91.7149) Other time (%) = 0.000144958 (0.859619) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28365 ave 28365 max 28365 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28365 Ave neighs/atom = 5.673 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:54 2021 Memory usage per processor = 27.5425 Mbytes Step Atoms AVEKE stressZZ 19569 5000 6.9155024e-11 7100791.3 19570 -0.0125124999999932 7100689.08749019 19570 5000 6.914998e-11 7100689.1 Loop time of 0.019681 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:54 2021 Pair time (%) = 0.0012629 (6.41687) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.157484) Outpt time (%) = 0.018291 (92.9374) Other time (%) = 9.60827e-05 (0.488201) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28365 ave 28365 max 28365 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28365 Ave neighs/atom = 5.673 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:54 2021 Memory usage per processor = 27.5425 Mbytes Step Atoms AVEKE stressZZ 19570 5000 6.914998e-11 7100652.9 19571 -0.0125124999999932 7100550.71925137 19571 5000 6.9144937e-11 7100550.7 Loop time of 0.0170629 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:54 2021 Pair time (%) = 0.00108981 (6.38702) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187237) Outpt time (%) = 0.015847 (92.8738) Other time (%) = 9.41753e-05 (0.55193) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28365 ave 28365 max 28365 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28365 Ave neighs/atom = 5.673 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:54 2021 Memory usage per processor = 27.5425 Mbytes Step Atoms AVEKE stressZZ 19571 5000 6.9144937e-11 7100514.6 19572 -0.0125124999999932 7100412.35829783 19572 5000 6.9139896e-11 7100412.4 Loop time of 0.0167139 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:54 2021 Pair time (%) = 0.00112486 (6.7301) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191147) Outpt time (%) = 0.0154629 (92.5153) Other time (%) = 9.41753e-05 (0.563457) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28365 ave 28365 max 28365 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28365 Ave neighs/atom = 5.673 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:54 2021 Memory usage per processor = 27.5425 Mbytes Step Atoms AVEKE stressZZ 19572 5000 6.9139896e-11 7100376.2 19573 -0.0125124999999932 7100274.00462449 19573 5000 6.9134855e-11 7100274 Loop time of 0.0171511 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:54 2021 Pair time (%) = 0.00140691 (8.20301) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.226587) Outpt time (%) = 0.015559 (90.7169) Other time (%) = 0.000146389 (0.853525) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28365 ave 28365 max 28365 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28365 Ave neighs/atom = 5.673 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:54 2021 Memory usage per processor = 27.5425 Mbytes Step Atoms AVEKE stressZZ 19573 5000 6.9134855e-11 7100237.9 19574 -0.0125124999999932 7100135.65822733 19574 5000 6.9129815e-11 7100135.7 Loop time of 0.017072 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:54 2021 Pair time (%) = 0.00108099 (6.33196) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181552) Outpt time (%) = 0.015866 (92.9362) Other time (%) = 9.39369e-05 (0.550241) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28365 ave 28365 max 28365 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28365 Ave neighs/atom = 5.673 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:54 2021 Memory usage per processor = 27.5425 Mbytes Step Atoms AVEKE stressZZ 19574 5000 6.9129815e-11 7100099.5 19575 -0.0125124999999932 7099997.31910339 19575 5000 6.9124776e-11 7099997.3 Loop time of 0.0171061 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:54 2021 Pair time (%) = 0.00108504 (6.34303) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.18119) Outpt time (%) = 0.0158939 (92.9141) Other time (%) = 9.60827e-05 (0.561688) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28365 ave 28365 max 28365 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28365 Ave neighs/atom = 5.673 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:54 2021 Memory usage per processor = 27.5425 Mbytes Step Atoms AVEKE stressZZ 19575 5000 6.9124776e-11 7099961.2 19576 -0.0125124999999932 7099858.98725006 19576 5000 6.9119738e-11 7099859 Loop time of 0.0166781 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:54 2021 Pair time (%) = 0.00111985 (6.71451) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.198705) Outpt time (%) = 0.0154259 (92.4921) Other time (%) = 9.91821e-05 (0.594685) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28365 ave 28365 max 28365 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28365 Ave neighs/atom = 5.673 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:54 2021 Memory usage per processor = 27.5425 Mbytes Step Atoms AVEKE stressZZ 19576 5000 6.9119738e-11 7099822.9 19577 -0.0125124999999932 7099720.66266512 19577 5000 6.91147e-11 7099720.7 Loop time of 0.0165329 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:54 2021 Pair time (%) = 0.001086 (6.5687) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.19324) Outpt time (%) = 0.015326 (92.7002) Other time (%) = 8.89301e-05 (0.537898) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28365 ave 28365 max 28365 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28365 Ave neighs/atom = 5.673 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:54 2021 Memory usage per processor = 27.5425 Mbytes Step Atoms AVEKE stressZZ 19577 5000 6.91147e-11 7099684.5 19578 -0.0125124999999932 7099582.34534664 19578 5000 6.9109663e-11 7099582.3 Loop time of 0.016726 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:54 2021 Pair time (%) = 0.0010829 (6.47433) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.192434) Outpt time (%) = 0.015491 (92.6162) Other time (%) = 0.000119925 (0.716994) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28365 ave 28365 max 28365 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28365 Ave neighs/atom = 5.673 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:54 2021 Memory usage per processor = 27.5425 Mbytes Step Atoms AVEKE stressZZ 19578 5000 6.9109663e-11 7099546.2 19579 -0.0125124999999932 7099444.03530389 19579 5000 6.9104627e-11 7099444 Loop time of 0.0172348 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:54 2021 Pair time (%) = 0.00112391 (6.52114) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179836) Outpt time (%) = 0.015995 (92.8066) Other time (%) = 8.4877e-05 (0.492475) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28365 ave 28365 max 28365 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28365 Ave neighs/atom = 5.673 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:54 2021 Memory usage per processor = 27.5425 Mbytes Step Atoms AVEKE stressZZ 19579 5000 6.9104627e-11 7099407.9 19580 -0.0125124999999932 7099305.73261047 19580 5000 6.9099591e-11 7099305.7 Loop time of 0.019474 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:54 2021 Pair time (%) = 0.00112295 (5.76641) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.164055) Outpt time (%) = 0.0182252 (93.5872) Other time (%) = 9.39369e-05 (0.48237) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28365 ave 28365 max 28365 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28365 Ave neighs/atom = 5.673 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:54 2021 Memory usage per processor = 27.5425 Mbytes Step Atoms AVEKE stressZZ 19580 5000 6.9099591e-11 7099269.6 19581 -0.0125124999999932 7099167.43723039 19581 5000 6.9094555e-11 7099167.4 Loop time of 0.0166688 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:54 2021 Pair time (%) = 0.00116801 (7.00718) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.203107) Outpt time (%) = 0.015362 (92.1604) Other time (%) = 0.000104904 (0.629345) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28365 ave 28365 max 28365 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28365 Ave neighs/atom = 5.673 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:54 2021 Memory usage per processor = 27.5425 Mbytes Step Atoms AVEKE stressZZ 19581 5000 6.9094555e-11 7099131.3 19582 -0.0125124999999932 7099029.1491478 19582 5000 6.9089521e-11 7099029.1 Loop time of 0.0171311 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:54 2021 Pair time (%) = 0.00114703 (6.69561) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.199017) Outpt time (%) = 0.0158482 (92.5111) Other time (%) = 0.000101805 (0.594269) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28365 ave 28365 max 28365 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28365 Ave neighs/atom = 5.673 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:54 2021 Memory usage per processor = 27.5425 Mbytes Step Atoms AVEKE stressZZ 19582 5000 6.9089521e-11 7098993 19583 -0.0125124999999932 7098890.86835474 19583 5000 6.9084487e-11 7098890.9 Loop time of 0.0176208 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:54 2021 Pair time (%) = 0.00116801 (6.6286) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.204311) Outpt time (%) = 0.0163069 (92.5433) Other time (%) = 0.000109911 (0.623757) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28365 ave 28365 max 28365 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28365 Ave neighs/atom = 5.673 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:54 2021 Memory usage per processor = 27.5425 Mbytes Step Atoms AVEKE stressZZ 19583 5000 6.9084487e-11 7098854.7 19584 -0.0125124999999932 7098752.59484588 19584 5000 6.9079453e-11 7098752.6 Loop time of 0.016813 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:54 2021 Pair time (%) = 0.0010829 (6.44082) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.191438) Outpt time (%) = 0.015605 (92.8147) Other time (%) = 9.29832e-05 (0.553042) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28365 ave 28365 max 28365 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28365 Ave neighs/atom = 5.673 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:54 2021 Memory usage per processor = 27.5425 Mbytes Step Atoms AVEKE stressZZ 19584 5000 6.9079453e-11 7098716.5 19585 -0.0125124999999932 7098614.32861701 19585 5000 6.907442e-11 7098614.3 Loop time of 0.016819 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:54 2021 Pair time (%) = 0.00123906 (7.36703) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.221139) Outpt time (%) = 0.01543 (91.7413) Other time (%) = 0.000112772 (0.670504) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28365 ave 28365 max 28365 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28365 Ave neighs/atom = 5.673 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:54 2021 Memory usage per processor = 27.5425 Mbytes Step Atoms AVEKE stressZZ 19585 5000 6.907442e-11 7098578.2 19586 -0.0125124999999932 7098476.06966142 19586 5000 6.9069388e-11 7098476.1 Loop time of 0.0173972 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:54 2021 Pair time (%) = 0.00108004 (6.20812) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.18501) Outpt time (%) = 0.0161939 (93.0834) Other time (%) = 9.10759e-05 (0.52351) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28365 ave 28365 max 28365 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28365 Ave neighs/atom = 5.673 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:54 2021 Memory usage per processor = 27.5425 Mbytes Step Atoms AVEKE stressZZ 19586 5000 6.9069388e-11 7098439.9 19587 -0.0125124999999932 7098337.8179553 19587 5000 6.9064356e-11 7098337.8 Loop time of 0.0170472 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:54 2021 Pair time (%) = 0.00108504 (6.36495) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18741) Outpt time (%) = 0.0158379 (92.9064) Other time (%) = 9.2268e-05 (0.541251) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28365 ave 28365 max 28365 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28365 Ave neighs/atom = 5.673 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:54 2021 Memory usage per processor = 27.5425 Mbytes Step Atoms AVEKE stressZZ 19587 5000 6.9064356e-11 7098301.7 19588 -0.0125124999999932 7098199.57351717 19588 5000 6.9059324e-11 7098199.6 Loop time of 0.0166619 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:54 2021 Pair time (%) = 0.00108886 (6.53502) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.204622) Outpt time (%) = 0.01544 (92.6665) Other time (%) = 9.89437e-05 (0.593833) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28365 ave 28365 max 28365 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28365 Ave neighs/atom = 5.673 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:54 2021 Memory usage per processor = 27.5425 Mbytes Step Atoms AVEKE stressZZ 19588 5000 6.9059324e-11 7098163.5 19589 -0.0125124999999932 7098061.33634492 19589 5000 6.9054294e-11 7098061.3 Loop time of 0.0174489 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:54 2021 Pair time (%) = 0.00139403 (7.98923) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.211789) Outpt time (%) = 0.0158589 (90.8876) Other time (%) = 0.000159025 (0.911376) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28365 ave 28365 max 28365 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28365 Ave neighs/atom = 5.673 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:54 2021 Memory usage per processor = 27.5425 Mbytes Step Atoms AVEKE stressZZ 19589 5000 6.9054294e-11 7098025.2 19590 -0.0125124999999932 7097923.10643669 19590 5000 6.9049264e-11 7097923.1 Loop time of 0.0196471 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:54 2021 Pair time (%) = 0.001086 (5.52751) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.163823) Outpt time (%) = 0.0183971 (93.6376) Other time (%) = 0.000131845 (0.671068) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28365 ave 28365 max 28365 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28365 Ave neighs/atom = 5.673 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:54 2021 Memory usage per processor = 27.5425 Mbytes Step Atoms AVEKE stressZZ 19590 5000 6.9049264e-11 7097887 19591 -0.0125124999999932 7097784.88379578 19591 5000 6.9044234e-11 7097784.9 Loop time of 0.017333 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:54 2021 Pair time (%) = 0.00118494 (6.83631) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191197) Outpt time (%) = 0.0160129 (92.3838) Other time (%) = 0.000102043 (0.588721) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28365 ave 28365 max 28365 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28365 Ave neighs/atom = 5.673 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:54 2021 Memory usage per processor = 27.5425 Mbytes Step Atoms AVEKE stressZZ 19591 5000 6.9044234e-11 7097748.8 19592 -0.0125124999999932 7097646.66849138 19592 5000 6.9039205e-11 7097646.7 Loop time of 0.016602 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:54 2021 Pair time (%) = 0.0010891 (6.56001) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.205359) Outpt time (%) = 0.0153461 (92.4347) Other time (%) = 0.000132799 (0.799897) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28365 ave 28365 max 28365 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28365 Ave neighs/atom = 5.673 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:54 2021 Memory usage per processor = 27.5425 Mbytes Step Atoms AVEKE stressZZ 19592 5000 6.9039205e-11 7097610.5 19593 -0.0125124999999932 7097508.46049515 19593 5000 6.9034177e-11 7097508.5 Loop time of 0.0174279 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:55 2021 Pair time (%) = 0.00150704 (8.6473) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.212044) Outpt time (%) = 0.0157058 (90.1187) Other time (%) = 0.000178099 (1.02192) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28365 ave 28365 max 28365 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28365 Ave neighs/atom = 5.673 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:55 2021 Memory usage per processor = 27.5425 Mbytes Step Atoms AVEKE stressZZ 19593 5000 6.9034177e-11 7097472.3 19594 -0.0125124999999932 7097370.25979103 19594 5000 6.9029149e-11 7097370.3 Loop time of 0.0172279 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:55 2021 Pair time (%) = 0.00108695 (6.30925) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.186828) Outpt time (%) = 0.0160139 (92.9531) Other time (%) = 9.48906e-05 (0.550796) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28365 ave 28365 max 28365 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28365 Ave neighs/atom = 5.673 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:55 2021 Memory usage per processor = 27.5425 Mbytes Step Atoms AVEKE stressZZ 19594 5000 6.9029149e-11 7097334.1 19595 -0.0125124999999932 7097232.06637119 19595 5000 6.9024121e-11 7097232.1 Loop time of 0.0172188 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:55 2021 Pair time (%) = 0.00107884 (6.26549) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185542) Outpt time (%) = 0.0160139 (93.002) Other time (%) = 9.41753e-05 (0.546932) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28365 ave 28365 max 28365 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28365 Ave neighs/atom = 5.673 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:55 2021 Memory usage per processor = 27.5425 Mbytes Step Atoms AVEKE stressZZ 19595 5000 6.9024121e-11 7097195.9 19596 -0.0125124999999932 7097093.88023059 19596 5000 6.9019095e-11 7097093.9 Loop time of 0.0166659 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:55 2021 Pair time (%) = 0.00110698 (6.64216) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.204572) Outpt time (%) = 0.015394 (92.3679) Other time (%) = 0.000130892 (0.785385) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28365 ave 28365 max 28365 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28365 Ave neighs/atom = 5.673 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:55 2021 Memory usage per processor = 27.5425 Mbytes Step Atoms AVEKE stressZZ 19596 5000 6.9019095e-11 7097057.8 19597 -0.0125124999999932 7096955.70136509 19597 5000 6.9014069e-11 7096955.7 Loop time of 0.017643 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:55 2021 Pair time (%) = 0.00134897 (7.64595) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.187838) Outpt time (%) = 0.0161529 (91.5541) Other time (%) = 0.000108004 (0.612162) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28365 ave 28365 max 28365 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28365 Ave neighs/atom = 5.673 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:55 2021 Memory usage per processor = 27.5425 Mbytes Step Atoms AVEKE stressZZ 19597 5000 6.9014069e-11 7096919.6 19598 -0.0125124999999932 7096817.5297622 19598 5000 6.9009043e-11 7096817.5 Loop time of 0.0173829 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:55 2021 Pair time (%) = 0.00108409 (6.23654) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183791) Outpt time (%) = 0.0161729 (93.0393) Other time (%) = 9.39369e-05 (0.5404) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28365 ave 28365 max 28365 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28365 Ave neighs/atom = 5.673 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:55 2021 Memory usage per processor = 27.5425 Mbytes Step Atoms AVEKE stressZZ 19598 5000 6.9009043e-11 7096781.4 19599 -0.0125124999999932 7096679.36539714 19599 5000 6.9004018e-11 7096679.4 Loop time of 0.0168278 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:55 2021 Pair time (%) = 0.00108385 (6.44083) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.19127) Outpt time (%) = 0.0155599 (92.4654) Other time (%) = 0.000151873 (0.902509) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28365 ave 28365 max 28365 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28365 Ave neighs/atom = 5.673 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:55 2021 Memory usage per processor = 27.5425 Mbytes Step Atoms AVEKE stressZZ 19599 5000 6.9004018e-11 7096643.3 19600 -0.0125124999999932 7096541.20829738 19600 5000 6.8998994e-11 7096541.2 Loop time of 0.0193651 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:55 2021 Pair time (%) = 0.001297 (6.69761) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.201913) Outpt time (%) = 0.0179131 (92.5021) Other time (%) = 0.000115871 (0.598353) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28365 ave 28365 max 28365 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28365 Ave neighs/atom = 5.673 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:55 2021 Memory usage per processor = 27.5425 Mbytes Step Atoms AVEKE stressZZ 19600 5000 6.8998994e-11 7096505.1 19601 -0.0125124999999932 7096403.0584607 19601 5000 6.899397e-11 7096403.1 Loop time of 0.0173409 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:55 2021 Pair time (%) = 0.00111794 (6.44687) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.19111) Outpt time (%) = 0.016094 (92.8093) Other time (%) = 9.58443e-05 (0.552706) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28365 ave 28365 max 28365 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28365 Ave neighs/atom = 5.673 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:55 2021 Memory usage per processor = 27.5425 Mbytes Step Atoms AVEKE stressZZ 19601 5000 6.899397e-11 7096366.9 19602 -0.0125124999999932 7096264.91588491 19602 5000 6.8988947e-11 7096264.9 Loop time of 0.0175459 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:55 2021 Pair time (%) = 0.00109601 (6.24652) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.183441) Outpt time (%) = 0.0162501 (92.6148) Other time (%) = 0.000167608 (0.955254) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28365 ave 28365 max 28365 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28365 Ave neighs/atom = 5.673 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:55 2021 Memory usage per processor = 27.5425 Mbytes Step Atoms AVEKE stressZZ 19602 5000 6.8988947e-11 7096228.8 19603 -0.0125124999999932 7096126.78056813 19603 5000 6.8983924e-11 7096126.8 Loop time of 0.0170588 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:55 2021 Pair time (%) = 0.001297 (7.60307) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.19986) Outpt time (%) = 0.015583 (91.3487) Other time (%) = 0.00014472 (0.848358) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28365 ave 28365 max 28365 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28365 Ave neighs/atom = 5.673 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:55 2021 Memory usage per processor = 27.5425 Mbytes Step Atoms AVEKE stressZZ 19603 5000 6.8983924e-11 7096090.7 19604 -0.0125124999999932 7095988.65250857 19604 5000 6.8978902e-11 7095988.7 Loop time of 0.0169709 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:55 2021 Pair time (%) = 0.001266 (7.45986) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.212135) Outpt time (%) = 0.015564 (91.7099) Other time (%) = 0.000104904 (0.618142) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28365 ave 28365 max 28365 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28365 Ave neighs/atom = 5.673 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:55 2021 Memory usage per processor = 27.5425 Mbytes Step Atoms AVEKE stressZZ 19604 5000 6.8978902e-11 7095952.5 19605 -0.0125124999999932 7095850.53170446 19605 5000 6.897388e-11 7095850.5 Loop time of 0.0173531 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:55 2021 Pair time (%) = 0.00112104 (6.46021) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.178611) Outpt time (%) = 0.016108 (92.8253) Other time (%) = 9.29832e-05 (0.535832) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28365 ave 28365 max 28365 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28365 Ave neighs/atom = 5.673 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:55 2021 Memory usage per processor = 27.5425 Mbytes Step Atoms AVEKE stressZZ 19605 5000 6.897388e-11 7095814.4 19606 -0.0125124999999932 7095712.41817136 19606 5000 6.8968859e-11 7095712.4 Loop time of 0.0172679 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:55 2021 Pair time (%) = 0.00108504 (6.28357) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185014) Outpt time (%) = 0.0160439 (92.9115) Other time (%) = 0.00010705 (0.619935) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28365 ave 28365 max 28365 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28365 Ave neighs/atom = 5.673 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:55 2021 Memory usage per processor = 27.5425 Mbytes Step Atoms AVEKE stressZZ 19606 5000 6.8968859e-11 7095676.3 19607 -0.0125124999999932 7095574.31192028 19607 5000 6.8963839e-11 7095574.3 Loop time of 0.0167279 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:55 2021 Pair time (%) = 0.00110793 (6.62324) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.203814) Outpt time (%) = 0.0154538 (92.3833) Other time (%) = 0.000132084 (0.789601) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28365 ave 28365 max 28365 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28365 Ave neighs/atom = 5.673 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:55 2021 Memory usage per processor = 27.5425 Mbytes Step Atoms AVEKE stressZZ 19607 5000 6.8963839e-11 7095538.2 19608 -0.0125124999999932 7095436.21291148 19608 5000 6.8958819e-11 7095436.2 Loop time of 0.0174792 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:55 2021 Pair time (%) = 0.00125384 (7.17335) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182778) Outpt time (%) = 0.0160801 (91.996) Other time (%) = 0.000113249 (0.647907) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28365 ave 28365 max 28365 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28365 Ave neighs/atom = 5.673 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:55 2021 Memory usage per processor = 27.5425 Mbytes Step Atoms AVEKE stressZZ 19608 5000 6.8958819e-11 7095400.1 19609 -0.0125124999999932 7095298.12115896 19609 5000 6.89538e-11 7095298.1 Loop time of 0.017467 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:55 2021 Pair time (%) = 0.0010848 (6.21059) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182905) Outpt time (%) = 0.0162139 (92.8257) Other time (%) = 0.000136375 (0.780759) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28365 ave 28365 max 28365 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28365 Ave neighs/atom = 5.673 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:55 2021 Memory usage per processor = 27.5425 Mbytes Step Atoms AVEKE stressZZ 19609 5000 6.89538e-11 7095262 19610 -0.0125124999999932 7095160.03666377 19610 5000 6.8948781e-11 7095160 Loop time of 0.0198312 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:55 2021 Pair time (%) = 0.0011301 (5.69862) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.1611) Outpt time (%) = 0.018575 (93.6654) Other time (%) = 9.41753e-05 (0.474885) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28365 ave 28365 max 28365 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28365 Ave neighs/atom = 5.673 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:55 2021 Memory usage per processor = 27.5425 Mbytes Step Atoms AVEKE stressZZ 19610 5000 6.8948781e-11 7095123.9 19611 -0.0125124999999932 7095021.95942329 19611 5000 6.8943763e-11 7095022 Loop time of 0.0175171 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:55 2021 Pair time (%) = 0.00108409 (6.18875) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.176938) Outpt time (%) = 0.0163071 (93.0926) Other time (%) = 9.48906e-05 (0.541703) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28365 ave 28365 max 28365 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28365 Ave neighs/atom = 5.673 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:55 2021 Memory usage per processor = 27.5425 Mbytes Step Atoms AVEKE stressZZ 19611 5000 6.8943763e-11 7094985.9 19612 -0.0125124999999932 7094883.88943541 19612 5000 6.8938745e-11 7094883.9 Loop time of 0.0176489 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:55 2021 Pair time (%) = 0.00136495 (7.73387) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18102) Outpt time (%) = 0.016129 (91.388) Other time (%) = 0.000123024 (0.697062) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28365 ave 28365 max 28365 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28365 Ave neighs/atom = 5.673 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:55 2021 Memory usage per processor = 27.5425 Mbytes Step Atoms AVEKE stressZZ 19612 5000 6.8938745e-11 7094847.8 19613 -0.0125124999999932 7094745.82669799 19613 5000 6.8933728e-11 7094745.8 Loop time of 0.017607 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:55 2021 Pair time (%) = 0.0010829 (6.15039) Neigh time (%) = 0 (0) Comm time (%) = 5.60284e-05 (0.318217) Outpt time (%) = 0.0163538 (92.8828) Other time (%) = 0.000114202 (0.648621) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28365 ave 28365 max 28365 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28365 Ave neighs/atom = 5.673 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:55 2021 Memory usage per processor = 27.5425 Mbytes Step Atoms AVEKE stressZZ 19613 5000 6.8933728e-11 7094709.7 19614 -0.0125124999999932 7094607.77121296 19614 5000 6.8928712e-11 7094607.8 Loop time of 0.016892 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:55 2021 Pair time (%) = 0.00112796 (6.67749) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.190543) Outpt time (%) = 0.0156381 (92.5773) Other time (%) = 9.36985e-05 (0.554693) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28365 ave 28365 max 28365 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28365 Ave neighs/atom = 5.673 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:55 2021 Memory usage per processor = 27.5425 Mbytes Step Atoms AVEKE stressZZ 19614 5000 6.8928712e-11 7094571.7 19615 -0.0125124999999932 7094469.72297939 19615 5000 6.8923696e-11 7094469.7 Loop time of 0.017134 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:55 2021 Pair time (%) = 0.00115299 (6.72928) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198984) Outpt time (%) = 0.0157821 (92.1102) Other time (%) = 0.000164747 (0.961525) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28365 ave 28365 max 28365 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28365 Ave neighs/atom = 5.673 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:55 2021 Memory usage per processor = 27.5425 Mbytes Step Atoms AVEKE stressZZ 19615 5000 6.8923696e-11 7094433.6 19616 -0.0125124999999932 7094331.68199211 19616 5000 6.8918681e-11 7094331.7 Loop time of 0.0171902 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:55 2021 Pair time (%) = 0.0011909 (6.92778) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.26768) Outpt time (%) = 0.015784 (91.8198) Other time (%) = 0.000169277 (0.98473) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28365 ave 28365 max 28365 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28365 Ave neighs/atom = 5.673 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:55 2021 Memory usage per processor = 27.5425 Mbytes Step Atoms AVEKE stressZZ 19616 5000 6.8918681e-11 7094295.6 19617 -0.0125124999999932 7094193.64824952 19617 5000 6.8913666e-11 7094193.6 Loop time of 0.0172691 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:55 2021 Pair time (%) = 0.00109911 (6.36459) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185001) Outpt time (%) = 0.016046 (92.9175) Other time (%) = 9.20296e-05 (0.532914) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28365 ave 28365 max 28365 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28365 Ave neighs/atom = 5.673 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:55 2021 Memory usage per processor = 27.5425 Mbytes Step Atoms AVEKE stressZZ 19617 5000 6.8913666e-11 7094157.5 19618 -0.0125124999999932 7094055.62175009 19618 5000 6.8908652e-11 7094055.6 Loop time of 0.016747 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:55 2021 Pair time (%) = 0.00108099 (6.45483) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.192193) Outpt time (%) = 0.015512 (92.6255) Other time (%) = 0.000121832 (0.727485) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28365 ave 28365 max 28365 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28365 Ave neighs/atom = 5.673 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:55 2021 Memory usage per processor = 27.5425 Mbytes Step Atoms AVEKE stressZZ 19618 5000 6.8908652e-11 7094019.5 19619 -0.0125124999999932 7093917.60249234 19619 5000 6.8903639e-11 7093917.6 Loop time of 0.016804 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:55 2021 Pair time (%) = 0.00121999 (7.26011) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.214242) Outpt time (%) = 0.015435 (91.8531) Other time (%) = 0.00011301 (0.672522) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28365 ave 28365 max 28365 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28365 Ave neighs/atom = 5.673 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:55 2021 Memory usage per processor = 27.5425 Mbytes Step Atoms AVEKE stressZZ 19619 5000 6.8903639e-11 7093881.5 19620 -0.0125124999999932 7093779.590475 19620 5000 6.8898626e-11 7093779.6 Loop time of 0.018868 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:55 2021 Pair time (%) = 0.00108504 (5.75071) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.16427) Outpt time (%) = 0.017662 (93.6086) Other time (%) = 8.98838e-05 (0.476383) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28365 ave 28365 max 28365 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28365 Ave neighs/atom = 5.673 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:55 2021 Memory usage per processor = 27.5425 Mbytes Step Atoms AVEKE stressZZ 19620 5000 6.8898626e-11 7093743.5 19621 -0.0125124999999932 7093641.58569656 19621 5000 6.8893613e-11 7093641.6 Loop time of 0.016392 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:55 2021 Pair time (%) = 0.00112319 (6.85206) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.189083) Outpt time (%) = 0.0151489 (92.4163) Other time (%) = 8.89301e-05 (0.542522) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28365 ave 28365 max 28365 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28365 Ave neighs/atom = 5.673 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:55 2021 Memory usage per processor = 27.5425 Mbytes Step Atoms AVEKE stressZZ 19621 5000 6.8893613e-11 7093605.5 19622 -0.0125124999999932 7093503.58815583 19622 5000 6.8888601e-11 7093503.6 Loop time of 0.0164862 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:55 2021 Pair time (%) = 0.00109196 (6.62347) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.188003) Outpt time (%) = 0.015274 (92.6477) Other time (%) = 8.91685e-05 (0.540869) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28365 ave 28365 max 28365 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28365 Ave neighs/atom = 5.673 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:55 2021 Memory usage per processor = 27.5425 Mbytes Step Atoms AVEKE stressZZ 19622 5000 6.8888601e-11 7093467.5 19623 -0.0125124999999932 7093365.59785145 19623 5000 6.888359e-11 7093365.6 Loop time of 0.0174909 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:55 2021 Pair time (%) = 0.0010829 (6.19122) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.177203) Outpt time (%) = 0.016288 (93.1231) Other time (%) = 8.89301e-05 (0.508438) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28365 ave 28365 max 28365 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28365 Ave neighs/atom = 5.673 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:55 2021 Memory usage per processor = 27.5425 Mbytes Step Atoms AVEKE stressZZ 19623 5000 6.888359e-11 7093329.5 19624 -0.0125124999999932 7093227.61478218 19624 5000 6.887858e-11 7093227.6 Loop time of 0.0169342 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:55 2021 Pair time (%) = 0.00116587 (6.88471) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188661) Outpt time (%) = 0.0156291 (92.2931) Other time (%) = 0.000107288 (0.633562) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28365 ave 28365 max 28365 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28365 Ave neighs/atom = 5.673 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:55 2021 Memory usage per processor = 27.5425 Mbytes Step Atoms AVEKE stressZZ 19624 5000 6.887858e-11 7093191.5 19625 -0.0125124999999932 7093089.63894684 19625 5000 6.8873569e-11 7093089.6 Loop time of 0.017112 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:55 2021 Pair time (%) = 0.00132108 (7.72017) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.215959) Outpt time (%) = 0.015625 (91.3101) Other time (%) = 0.000128984 (0.753765) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28365 ave 28365 max 28365 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28365 Ave neighs/atom = 5.673 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:55 2021 Memory usage per processor = 27.5425 Mbytes Step Atoms AVEKE stressZZ 19625 5000 6.8873569e-11 7093053.5 19626 -0.0125124999999932 7092951.6703442 19626 5000 6.886856e-11 7092951.7 Loop time of 0.0173709 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:55 2021 Pair time (%) = 0.00116396 (6.70061) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.270385) Outpt time (%) = 0.0159979 (92.0957) Other time (%) = 0.000162125 (0.93331) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28365 ave 28365 max 28365 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28365 Ave neighs/atom = 5.673 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:55 2021 Memory usage per processor = 27.5425 Mbytes Step Atoms AVEKE stressZZ 19626 5000 6.886856e-11 7092915.6 19627 -0.0125124999999932 7092813.70897301 19627 5000 6.8863551e-11 7092813.7 Loop time of 0.0175049 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:55 2021 Pair time (%) = 0.001127 (6.43821) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182509) Outpt time (%) = 0.016252 (92.8426) Other time (%) = 9.39369e-05 (0.536631) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28365 ave 28365 max 28365 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28365 Ave neighs/atom = 5.673 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:55 2021 Memory usage per processor = 27.5425 Mbytes Step Atoms AVEKE stressZZ 19627 5000 6.8863551e-11 7092777.6 19628 -0.0125124999999932 7092675.75483217 19628 5000 6.8858543e-11 7092675.8 Loop time of 0.016726 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:55 2021 Pair time (%) = 0.00108409 (6.48146) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191008) Outpt time (%) = 0.0155141 (92.7545) Other time (%) = 9.58443e-05 (0.573025) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28365 ave 28365 max 28365 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28365 Ave neighs/atom = 5.673 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:55 2021 Memory usage per processor = 27.5425 Mbytes Step Atoms AVEKE stressZZ 19628 5000 6.8858543e-11 7092639.7 19629 -0.0125124999999932 7092537.80792055 19629 5000 6.8853535e-11 7092537.8 Loop time of 0.0172889 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:55 2021 Pair time (%) = 0.00118494 (6.85375) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190305) Outpt time (%) = 0.0159359 (92.174) Other time (%) = 0.000135183 (0.781907) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28365 ave 28365 max 28365 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28365 Ave neighs/atom = 5.673 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:55 2021 Memory usage per processor = 27.5425 Mbytes Step Atoms AVEKE stressZZ 19629 5000 6.8853535e-11 7092501.7 19630 -0.0125124999999932 7092399.86823695 19630 5000 6.8848528e-11 7092399.9 Loop time of 0.019809 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:55 2021 Pair time (%) = 0.0010829 (5.46669) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.156466) Outpt time (%) = 0.0186081 (93.9375) Other time (%) = 8.70228e-05 (0.439309) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28365 ave 28365 max 28365 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28365 Ave neighs/atom = 5.673 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:55 2021 Memory usage per processor = 27.5425 Mbytes Step Atoms AVEKE stressZZ 19630 5000 6.8848528e-11 7092363.8 19631 -0.0125124999999932 7092261.93578028 19631 5000 6.8843521e-11 7092261.9 Loop time of 0.017174 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:55 2021 Pair time (%) = 0.00108314 (6.30683) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180473) Outpt time (%) = 0.0159659 (92.9657) Other time (%) = 9.39369e-05 (0.546972) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28365 ave 28365 max 28365 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28365 Ave neighs/atom = 5.673 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:55 2021 Memory usage per processor = 27.5425 Mbytes Step Atoms AVEKE stressZZ 19631 5000 6.8843521e-11 7092225.8 19632 -0.0125124999999932 7092124.01054944 19632 5000 6.8838515e-11 7092124 Loop time of 0.0167811 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:55 2021 Pair time (%) = 0.00111699 (6.65625) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.203168) Outpt time (%) = 0.015486 (92.2824) Other time (%) = 0.000144005 (0.858137) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28365 ave 28365 max 28365 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28365 Ave neighs/atom = 5.673 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:55 2021 Memory usage per processor = 27.5425 Mbytes Step Atoms AVEKE stressZZ 19632 5000 6.8838515e-11 7092087.9 19633 -0.0125124999999932 7091986.09254333 19633 5000 6.8833509e-11 7091986.1 Loop time of 0.0171909 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:55 2021 Pair time (%) = 0.00121689 (7.07866) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.19139) Outpt time (%) = 0.0158329 (92.1003) Other time (%) = 0.000108242 (0.629646) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28365 ave 28365 max 28365 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28365 Ave neighs/atom = 5.673 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:55 2021 Memory usage per processor = 27.5425 Mbytes Step Atoms AVEKE stressZZ 19633 5000 6.8833509e-11 7091950 19634 -0.0125124999999932 7091848.18176095 19634 5000 6.8828504e-11 7091848.2 Loop time of 0.0176671 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:55 2021 Pair time (%) = 0.00120211 (6.80423) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.187582) Outpt time (%) = 0.016331 (92.4373) Other time (%) = 0.000100851 (0.570842) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28365 ave 28365 max 28365 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28365 Ave neighs/atom = 5.673 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:25:55 2021 Memory usage per processor = 27.5425 Mbytes Step Atoms AVEKE stressZZ 19634 5000 6.8828504e-11 7091812.1 19635 -0.0125124999999932 7091690.08665211 19635 5000 1.3586022e-10 7091923.5 Loop time of 0.0166631 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:55 2021 Pair time (%) = 0.00114322 (6.86078) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.19173) Outpt time (%) = 0.0153399 (92.0589) Other time (%) = 0.000148058 (0.888539) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28365 ave 28365 max 28365 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28365 Ave neighs/atom = 5.673 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:55 2021 Memory usage per processor = 27.5425 Mbytes Step Atoms AVEKE stressZZ 19635 5000 1.3586022e-10 7154801.9 19636 -0.0125449999999932 7154667.38046515 19636 5000 1.0933192e-10 7154667.4 Loop time of 0.016504 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:56 2021 Pair time (%) = 0.00114393 (6.93122) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.205134) Outpt time (%) = 0.0152061 (92.1356) Other time (%) = 0.000120163 (0.728082) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:56 2021 Memory usage per processor = 27.5425 Mbytes Step Atoms AVEKE stressZZ 19636 5000 1.0933192e-10 7154618.7 19637 -0.0125449999999932 7154495.68122093 19637 5000 9.3968136e-11 7154495.7 Loop time of 0.0171709 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:56 2021 Pair time (%) = 0.00117183 (6.82449) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193002) Outpt time (%) = 0.015873 (92.441) Other time (%) = 9.29832e-05 (0.541516) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:56 2021 Memory usage per processor = 27.5425 Mbytes Step Atoms AVEKE stressZZ 19637 5000 9.3968136e-11 7154451.4 19638 -0.0125449999999932 7154335.73681135 19638 5000 8.4807149e-11 7154335.7 Loop time of 0.017175 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:56 2021 Pair time (%) = 0.00112295 (6.53831) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186016) Outpt time (%) = 0.0159271 (92.7343) Other time (%) = 9.29832e-05 (0.541388) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:56 2021 Memory usage per processor = 27.5425 Mbytes Step Atoms AVEKE stressZZ 19638 5000 8.4807149e-11 7154294.3 19639 -0.0125449999999932 7154183.26537376 19639 5000 7.9227661e-11 7154183.3 Loop time of 0.0165591 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:56 2021 Pair time (%) = 0.00108099 (6.52806) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192933) Outpt time (%) = 0.0153489 (92.6916) Other time (%) = 9.72748e-05 (0.587439) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:56 2021 Memory usage per processor = 27.5425 Mbytes Step Atoms AVEKE stressZZ 19639 5000 7.9227661e-11 7154143.6 19640 -0.0125449999999932 7154035.5457441 19640 5000 7.5778663e-11 7154035.5 Loop time of 0.0194008 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:56 2021 Pair time (%) = 0.00130892 (6.74671) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.185565) Outpt time (%) = 0.0179379 (92.4594) Other time (%) = 0.000118017 (0.60831) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:56 2021 Memory usage per processor = 27.5426 Mbytes Step Atoms AVEKE stressZZ 19640 5000 7.5778663e-11 7153997 19641 -0.0125449999999932 7153890.84860283 19641 5000 7.3624802e-11 7153890.8 Loop time of 0.0172989 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:56 2021 Pair time (%) = 0.00124383 (7.19021) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179169) Outpt time (%) = 0.0159271 (92.0697) Other time (%) = 9.70364e-05 (0.560938) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:56 2021 Memory usage per processor = 27.5426 Mbytes Step Atoms AVEKE stressZZ 19641 5000 7.3624802e-11 7153853.1 19642 -0.0125449999999932 7153748.07495272 19642 5000 7.2270256e-11 7153748.1 Loop time of 0.0172291 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:56 2021 Pair time (%) = 0.00108385 (6.29082) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.186815) Outpt time (%) = 0.016022 (92.9937) Other time (%) = 9.10759e-05 (0.528617) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:56 2021 Memory usage per processor = 27.5426 Mbytes Step Atoms AVEKE stressZZ 19642 5000 7.2270256e-11 7153710.8 19643 -0.0125449999999932 7153606.52636167 19643 5000 7.1414083e-11 7153606.5 Loop time of 0.0166879 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:56 2021 Pair time (%) = 0.0010879 (6.51913) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191445) Outpt time (%) = 0.0154729 (92.7194) Other time (%) = 9.5129e-05 (0.570049) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:56 2021 Memory usage per processor = 27.5426 Mbytes Step Atoms AVEKE stressZZ 19643 5000 7.1414083e-11 7153569.5 19644 -0.0125449999999932 7153465.75897051 19644 5000 7.0870752e-11 7153465.8 Loop time of 0.0175071 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:56 2021 Pair time (%) = 0.00139093 (7.94498) Neigh time (%) = 0 (0) Comm time (%) = 4.19617e-05 (0.239684) Outpt time (%) = 0.0158999 (90.8198) Other time (%) = 0.000174284 (0.995506) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:56 2021 Memory usage per processor = 27.5426 Mbytes Step Atoms AVEKE stressZZ 19644 5000 7.0870752e-11 7153428.9 19645 -0.0125449999999932 7153325.49070182 19645 5000 7.0524667e-11 7153325.5 Loop time of 0.017401 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:56 2021 Pair time (%) = 0.00111794 (6.42461) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.19045) Outpt time (%) = 0.0161569 (92.8506) Other time (%) = 9.29832e-05 (0.534356) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:56 2021 Memory usage per processor = 27.5426 Mbytes Step Atoms AVEKE stressZZ 19645 5000 7.0524667e-11 7153288.8 19646 -0.0125449999999932 7153185.54229157 19646 5000 7.03033e-11 7153185.5 Loop time of 0.017591 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:56 2021 Pair time (%) = 0.00108814 (6.18579) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.181616) Outpt time (%) = 0.01633 (92.8316) Other time (%) = 0.000140905 (0.801008) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:56 2021 Memory usage per processor = 27.5426 Mbytes Step Atoms AVEKE stressZZ 19646 5000 7.03033e-11 7153148.9 19647 -0.0125449999999932 7153045.79981524 19647 5000 7.0160936e-11 7153045.8 Loop time of 0.0167739 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:56 2021 Pair time (%) = 0.00111485 (6.64629) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.196148) Outpt time (%) = 0.015522 (92.5364) Other time (%) = 0.000104189 (0.621136) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:56 2021 Memory usage per processor = 27.5426 Mbytes Step Atoms AVEKE stressZZ 19647 5000 7.0160936e-11 7153009.2 19648 -0.0125449999999932 7152906.19087243 19648 5000 7.0068675e-11 7152906.2 Loop time of 0.0174129 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:56 2021 Pair time (%) = 0.00127196 (7.30472) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.195797) Outpt time (%) = 0.0159581 (91.6451) Other time (%) = 0.000148773 (0.854385) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:56 2021 Memory usage per processor = 27.5426 Mbytes Step Atoms AVEKE stressZZ 19648 5000 7.0068675e-11 7152869.6 19649 -0.0125449999999932 7152766.66945133 19649 5000 7.0008213e-11 7152766.7 Loop time of 0.0174499 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:56 2021 Pair time (%) = 0.00108504 (6.21806) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183085) Outpt time (%) = 0.0162408 (93.0715) Other time (%) = 9.20296e-05 (0.527394) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:56 2021 Memory usage per processor = 27.5426 Mbytes Step Atoms AVEKE stressZZ 19649 5000 7.0008213e-11 7152730.1 19650 -0.0125449999999932 7152627.2063108 19650 5000 6.9967943e-11 7152627.2 Loop time of 0.019429 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:56 2021 Pair time (%) = 0.00112414 (5.78592) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.164435) Outpt time (%) = 0.0181789 (93.5662) Other time (%) = 9.39369e-05 (0.483489) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:56 2021 Memory usage per processor = 27.5426 Mbytes Step Atoms AVEKE stressZZ 19650 5000 6.9967943e-11 7152590.7 19651 -0.0125449999999932 7152487.78286733 19651 5000 6.9940498e-11 7152487.8 Loop time of 0.017051 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:56 2021 Pair time (%) = 0.00121713 (7.13816) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.199952) Outpt time (%) = 0.015666 (91.8775) Other time (%) = 0.000133753 (0.784429) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:56 2021 Memory usage per processor = 27.5426 Mbytes Step Atoms AVEKE stressZZ 19651 5000 6.9940498e-11 7152451.3 19652 -0.0125449999999932 7152348.38731091 19652 5000 6.9921201e-11 7152348.4 Loop time of 0.017199 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:56 2021 Pair time (%) = 0.001194 (6.94225) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198231) Outpt time (%) = 0.015871 (92.2787) Other time (%) = 9.98974e-05 (0.580831) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:56 2021 Memory usage per processor = 27.5426 Mbytes Step Atoms AVEKE stressZZ 19652 5000 6.9921201e-11 7152311.9 19653 -0.0125449999999932 7152209.01213551 19653 5000 6.9907081e-11 7152209 Loop time of 0.017555 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:56 2021 Pair time (%) = 0.00112605 (6.41442) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.176556) Outpt time (%) = 0.016304 (92.8739) Other time (%) = 9.39369e-05 (0.535101) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:56 2021 Memory usage per processor = 27.5426 Mbytes Step Atoms AVEKE stressZZ 19653 5000 6.9907081e-11 7152172.5 19654 -0.0125449999999932 7152069.65257088 19654 5000 6.9896251e-11 7152069.7 Loop time of 0.0167248 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:56 2021 Pair time (%) = 0.001091 (6.52326) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191022) Outpt time (%) = 0.015465 (92.4675) Other time (%) = 0.000136852 (0.818258) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:56 2021 Memory usage per processor = 27.5426 Mbytes Step Atoms AVEKE stressZZ 19654 5000 6.9896251e-11 7152033.2 19655 -0.0125449999999932 7151930.30558523 19655 5000 6.9887511e-11 7151930.3 Loop time of 0.0167 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:56 2021 Pair time (%) = 0.00118184 (7.07688) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.202727) Outpt time (%) = 0.015378 (92.0837) Other time (%) = 0.000106335 (0.636734) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:56 2021 Memory usage per processor = 27.5426 Mbytes Step Atoms AVEKE stressZZ 19655 5000 6.9887511e-11 7151893.8 19656 -0.0125449999999932 7151790.96925145 19656 5000 6.98801e-11 7151791 Loop time of 0.017319 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:56 2021 Pair time (%) = 0.00121212 (6.9988) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184469) Outpt time (%) = 0.0159819 (92.2798) Other time (%) = 9.29832e-05 (0.536887) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:56 2021 Memory usage per processor = 27.5426 Mbytes Step Atoms AVEKE stressZZ 19656 5000 6.98801e-11 7151754.5 19657 -0.0125449999999932 7151651.64234475 19657 5000 6.9873533e-11 7151651.6 Loop time of 0.0170641 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:56 2021 Pair time (%) = 0.00111985 (6.56262) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181635) Outpt time (%) = 0.0158179 (92.6969) Other time (%) = 9.53674e-05 (0.558878) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:56 2021 Memory usage per processor = 27.5426 Mbytes Step Atoms AVEKE stressZZ 19657 5000 6.9873533e-11 7151615.1 19658 -0.0125449999999932 7151512.32408644 19658 5000 6.9867504e-11 7151512.3 Loop time of 0.016762 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:56 2021 Pair time (%) = 0.00108385 (6.46611) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.19202) Outpt time (%) = 0.0155511 (92.7758) Other time (%) = 9.48906e-05 (0.566105) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:56 2021 Memory usage per processor = 27.5426 Mbytes Step Atoms AVEKE stressZZ 19658 5000 6.9867504e-11 7151475.8 19659 -0.0125449999999932 7151373.01398131 19659 5000 6.9861816e-11 7151373 Loop time of 0.0172749 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:56 2021 Pair time (%) = 0.0013659 (7.90687) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.213923) Outpt time (%) = 0.0157459 (91.1491) Other time (%) = 0.000126123 (0.730098) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:56 2021 Memory usage per processor = 27.5426 Mbytes Step Atoms AVEKE stressZZ 19659 5000 6.9861816e-11 7151336.5 19660 -0.0125449999999932 7151233.71171437 19660 5000 6.9856345e-11 7151233.7 Loop time of 0.0198491 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:56 2021 Pair time (%) = 0.00116992 (5.89408) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.16576) Outpt time (%) = 0.018544 (93.4249) Other time (%) = 0.000102282 (0.515297) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:56 2021 Memory usage per processor = 27.5426 Mbytes Step Atoms AVEKE stressZZ 19660 5000 6.9856345e-11 7151197.2 19661 -0.0125449999999932 7151094.41708557 19661 5000 6.9851012e-11 7151094.4 Loop time of 0.017143 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:56 2021 Pair time (%) = 0.00112605 (6.56857) Neigh time (%) = 0 (0) Comm time (%) = 6.10352e-05 (0.356035) Outpt time (%) = 0.0158241 (92.3063) Other time (%) = 0.000131845 (0.769092) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:56 2021 Memory usage per processor = 27.5426 Mbytes Step Atoms AVEKE stressZZ 19661 5000 6.9851012e-11 7151057.9 19662 -0.0125449999999932 7150955.12996714 19662 5000 6.9845768e-11 7150955.1 Loop time of 0.016537 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:56 2021 Pair time (%) = 0.0010829 (6.54835) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193192) Outpt time (%) = 0.0153289 (92.6947) Other time (%) = 9.32217e-05 (0.563717) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:56 2021 Memory usage per processor = 27.5426 Mbytes Step Atoms AVEKE stressZZ 19662 5000 6.9845768e-11 7150918.6 19663 -0.0125449999999932 7150815.85027784 19663 5000 6.9840579e-11 7150815.9 Loop time of 0.0170488 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:56 2021 Pair time (%) = 0.00129294 (7.58377) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.211165) Outpt time (%) = 0.015584 (91.408) Other time (%) = 0.000135899 (0.797114) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:56 2021 Memory usage per processor = 27.5426 Mbytes Step Atoms AVEKE stressZZ 19663 5000 6.9840579e-11 7150779.4 19664 -0.0125449999999932 7150676.57798618 19664 5000 6.9835427e-11 7150676.6 Loop time of 0.0163169 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:56 2021 Pair time (%) = 0.0010879 (6.66735) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.197259) Outpt time (%) = 0.015105 (92.5728) Other time (%) = 9.17912e-05 (0.562553) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:56 2021 Memory usage per processor = 27.5426 Mbytes Step Atoms AVEKE stressZZ 19664 5000 6.9835427e-11 7150640.1 19665 -0.0125449999999932 7150537.31314631 19665 5000 6.9830297e-11 7150537.3 Loop time of 0.134286 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:56 2021 Pair time (%) = 0.00108719 (0.809607) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.0237911) Outpt time (%) = 0.133079 (99.1011) Other time (%) = 8.79765e-05 (0.0655143) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:56 2021 Memory usage per processor = 27.5426 Mbytes Step Atoms AVEKE stressZZ 19665 5000 6.9830297e-11 7150500.8 19666 -0.0125449999999932 7150398.05569187 19666 5000 6.9825183e-11 7150398.1 Loop time of 0.0187449 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:56 2021 Pair time (%) = 0.00153804 (8.20508) Neigh time (%) = 0 (0) Comm time (%) = 4.50611e-05 (0.240391) Outpt time (%) = 0.017046 (90.9364) Other time (%) = 0.000115871 (0.618148) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:56 2021 Memory usage per processor = 27.5426 Mbytes Step Atoms AVEKE stressZZ 19666 5000 6.9825183e-11 7150361.6 19667 -0.0125449999999932 7150258.80559339 19667 5000 6.9820078e-11 7150258.8 Loop time of 0.016994 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:56 2021 Pair time (%) = 0.00126886 (7.46654) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.217458) Outpt time (%) = 0.0155759 (91.6552) Other time (%) = 0.000112295 (0.660793) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:56 2021 Memory usage per processor = 27.5426 Mbytes Step Atoms AVEKE stressZZ 19667 5000 6.9820078e-11 7150222.3 19668 -0.0125449999999932 7150119.56283413 19668 5000 6.9814979e-11 7150119.6 Loop time of 0.0175459 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:56 2021 Pair time (%) = 0.00131392 (7.48848) Neigh time (%) = 0 (0) Comm time (%) = 6.00815e-05 (0.342424) Outpt time (%) = 0.016031 (91.366) Other time (%) = 0.000140905 (0.803066) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:56 2021 Memory usage per processor = 27.5426 Mbytes Step Atoms AVEKE stressZZ 19668 5000 6.9814979e-11 7150083.1 19669 -0.0125449999999932 7149980.32740369 19669 5000 6.9809885e-11 7149980.3 Loop time of 0.0174761 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:56 2021 Pair time (%) = 0.00113106 (6.47203) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18281) Outpt time (%) = 0.0162191 (92.8076) Other time (%) = 9.39369e-05 (0.537517) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:56 2021 Memory usage per processor = 27.5426 Mbytes Step Atoms AVEKE stressZZ 19669 5000 6.9809885e-11 7149943.8 19670 -0.0125449999999932 7149841.09929528 19670 5000 6.9804793e-11 7149841.1 Loop time of 0.0193751 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:56 2021 Pair time (%) = 0.00111985 (5.77986) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.15997) Outpt time (%) = 0.0181 (93.4191) Other time (%) = 0.000124216 (0.641112) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:56 2021 Memory usage per processor = 27.5426 Mbytes Step Atoms AVEKE stressZZ 19670 5000 6.9804793e-11 7149804.6 19671 -0.0125449999999932 7149701.87850464 19671 5000 6.9799704e-11 7149701.9 Loop time of 0.016747 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:56 2021 Pair time (%) = 0.00116992 (6.98585) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.197887) Outpt time (%) = 0.0153952 (91.9279) Other time (%) = 0.000148773 (0.888357) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:56 2021 Memory usage per processor = 27.5426 Mbytes Step Atoms AVEKE stressZZ 19671 5000 6.9799704e-11 7149665.4 19672 -0.0125449999999932 7149562.66502959 19672 5000 6.9794616e-11 7149562.7 Loop time of 0.0173619 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:56 2021 Pair time (%) = 0.00120711 (6.95266) Neigh time (%) = 0 (0) Comm time (%) = 5.00679e-05 (0.288378) Outpt time (%) = 0.0159881 (92.0874) Other time (%) = 0.000116587 (0.67151) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:56 2021 Memory usage per processor = 27.5426 Mbytes Step Atoms AVEKE stressZZ 19672 5000 6.9794616e-11 7149526.2 19673 -0.0125449999999932 7149423.45887272 19673 5000 6.9789529e-11 7149423.5 Loop time of 0.0173819 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:56 2021 Pair time (%) = 0.00115395 (6.63878) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183801) Outpt time (%) = 0.0161021 (92.637) Other time (%) = 9.39369e-05 (0.540429) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:56 2021 Memory usage per processor = 27.5426 Mbytes Step Atoms AVEKE stressZZ 19673 5000 6.9789529e-11 7149387 19674 -0.0125449999999932 7149284.26003154 19674 5000 6.9784444e-11 7149284.3 Loop time of 0.68414 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:57 2021 Pair time (%) = 0.00108194 (0.158147) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.00470467) Outpt time (%) = 0.682931 (99.8233) Other time (%) = 9.48906e-05 (0.0138701) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:57 2021 Memory usage per processor = 27.5426 Mbytes Step Atoms AVEKE stressZZ 19674 5000 6.9784444e-11 7149247.8 19675 -0.0125449999999932 7149145.06848776 19675 5000 6.9779359e-11 7149145.1 Loop time of 0.0173249 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:57 2021 Pair time (%) = 0.00106215 (6.13079) Neigh time (%) = 0 (0) Comm time (%) = 4.3869e-05 (0.253213) Outpt time (%) = 0.0160711 (92.7628) Other time (%) = 0.00014782 (0.853219) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:57 2021 Memory usage per processor = 27.5426 Mbytes Step Atoms AVEKE stressZZ 19675 5000 6.9779359e-11 7149108.6 19676 -0.0125449999999932 7149005.88423953 19676 5000 6.9774275e-11 7149005.9 Loop time of 0.0167429 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:57 2021 Pair time (%) = 0.0011251 (6.71983) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.185119) Outpt time (%) = 0.01547 (92.3973) Other time (%) = 0.000116825 (0.697757) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:57 2021 Memory usage per processor = 27.5426 Mbytes Step Atoms AVEKE stressZZ 19676 5000 6.9774275e-11 7148969.4 19677 -0.0125449999999932 7148866.70730372 19677 5000 6.9769191e-11 7148866.7 Loop time of 0.016495 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:57 2021 Pair time (%) = 0.00106215 (6.43926) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.187902) Outpt time (%) = 0.0153 (92.7557) Other time (%) = 0.000101805 (0.617186) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:57 2021 Memory usage per processor = 27.5426 Mbytes Step Atoms AVEKE stressZZ 19677 5000 6.9769191e-11 7148830.2 19678 -0.0125449999999932 7148727.53776635 19678 5000 6.9764108e-11 7148727.5 Loop time of 0.016597 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:57 2021 Pair time (%) = 0.00109601 (6.60365) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192493) Outpt time (%) = 0.0153861 (92.7039) Other time (%) = 8.29697e-05 (0.499907) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:57 2021 Memory usage per processor = 27.5426 Mbytes Step Atoms AVEKE stressZZ 19678 5000 6.9764108e-11 7148691.1 19679 -0.0125449999999932 7148588.37558151 19679 5000 6.9759026e-11 7148588.4 Loop time of 0.017463 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:57 2021 Pair time (%) = 0.00131106 (7.50768) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.195235) Outpt time (%) = 0.016016 (91.7141) Other time (%) = 0.000101805 (0.582975) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:57 2021 Memory usage per processor = 27.5426 Mbytes Step Atoms AVEKE stressZZ 19679 5000 6.9759026e-11 7148551.9 19680 -0.0125449999999932 7148449.22073147 19680 5000 6.9753944e-11 7148449.2 Loop time of 0.0195642 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:57 2021 Pair time (%) = 0.00113511 (5.80199) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.168174) Outpt time (%) = 0.0182371 (93.217) Other time (%) = 0.000159025 (0.81284) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:57 2021 Memory usage per processor = 27.5426 Mbytes Step Atoms AVEKE stressZZ 19680 5000 6.9753944e-11 7148412.7 19681 -0.0125449999999932 7148310.07320704 19681 5000 6.9748863e-11 7148310.1 Loop time of 0.01686 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:57 2021 Pair time (%) = 0.00112009 (6.64348) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18949) Outpt time (%) = 0.0156181 (92.6339) Other time (%) = 8.98838e-05 (0.533118) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:57 2021 Memory usage per processor = 27.5426 Mbytes Step Atoms AVEKE stressZZ 19681 5000 6.9748863e-11 7148273.6 19682 -0.0125449999999932 7148170.93300236 19682 5000 6.9743783e-11 7148170.9 Loop time of 0.0167601 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:57 2021 Pair time (%) = 0.00115585 (6.89645) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.202) Outpt time (%) = 0.0154488 (92.1761) Other time (%) = 0.000121593 (0.725493) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:57 2021 Memory usage per processor = 27.5426 Mbytes Step Atoms AVEKE stressZZ 19682 5000 6.9743783e-11 7148134.5 19683 -0.0125449999999932 7148031.80011268 19683 5000 6.9738703e-11 7148031.8 Loop time of 0.0175462 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:57 2021 Pair time (%) = 0.0012362 (7.04541) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18208) Outpt time (%) = 0.0161798 (92.2127) Other time (%) = 9.82285e-05 (0.559828) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:57 2021 Memory usage per processor = 27.5426 Mbytes Step Atoms AVEKE stressZZ 19683 5000 6.9738703e-11 7147995.3 19684 -0.0125449999999932 7147892.67453326 19684 5000 6.9733624e-11 7147892.7 Loop time of 0.0170319 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:57 2021 Pair time (%) = 0.001086 (6.37625) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181979) Outpt time (%) = 0.0158219 (92.8958) Other time (%) = 9.29832e-05 (0.545936) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:57 2021 Memory usage per processor = 27.5426 Mbytes Step Atoms AVEKE stressZZ 19684 5000 6.9733624e-11 7147856.2 19685 -0.0125449999999932 7147753.5561996 19685 5000 6.9728545e-11 7147753.6 Loop time of 0.0167611 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:57 2021 Pair time (%) = 0.00112605 (6.71825) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190609) Outpt time (%) = 0.015511 (92.5421) Other time (%) = 9.20296e-05 (0.549068) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:57 2021 Memory usage per processor = 27.5426 Mbytes Step Atoms AVEKE stressZZ 19685 5000 6.9728545e-11 7147717.1 19686 -0.0125449999999932 7147614.44516855 19686 5000 6.9723467e-11 7147614.4 Loop time of 0.0170882 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:57 2021 Pair time (%) = 0.00136399 (7.98209) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.217655) Outpt time (%) = 0.0155039 (90.7287) Other time (%) = 0.000183105 (1.07153) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:57 2021 Memory usage per processor = 27.5426 Mbytes Step Atoms AVEKE stressZZ 19686 5000 6.9723467e-11 7147578 19687 -0.0125449999999932 7147475.34143773 19687 5000 6.9718389e-11 7147475.3 Loop time of 0.0172322 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:57 2021 Pair time (%) = 0.00116897 (6.78362) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.186781) Outpt time (%) = 0.015898 (92.2576) Other time (%) = 0.000133038 (0.77203) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:57 2021 Memory usage per processor = 27.5426 Mbytes Step Atoms AVEKE stressZZ 19687 5000 6.9718389e-11 7147438.9 19688 -0.0125449999999932 7147336.24500501 19688 5000 6.9713312e-11 7147336.2 Loop time of 0.016901 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:58 2021 Pair time (%) = 0.00108194 (6.40165) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.190441) Outpt time (%) = 0.0156929 (92.8521) Other time (%) = 9.39369e-05 (0.555806) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:58 2021 Memory usage per processor = 27.5426 Mbytes Step Atoms AVEKE stressZZ 19688 5000 6.9713312e-11 7147299.8 19689 -0.0125449999999932 7147197.15585035 19689 5000 6.9708236e-11 7147197.2 Loop time of 0.016819 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:58 2021 Pair time (%) = 0.00114107 (6.78442) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208381) Outpt time (%) = 0.015538 (92.3835) Other time (%) = 0.000104904 (0.623724) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:58 2021 Memory usage per processor = 27.5426 Mbytes Step Atoms AVEKE stressZZ 19689 5000 6.9708236e-11 7147160.7 19690 -0.0125449999999932 7147058.07396842 19690 5000 6.970316e-11 7147058.1 Loop time of 0.0197442 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:58 2021 Pair time (%) = 0.00117397 (5.94593) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.167848) Outpt time (%) = 0.018435 (93.3694) Other time (%) = 0.000102043 (0.516827) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:58 2021 Memory usage per processor = 27.5426 Mbytes Step Atoms AVEKE stressZZ 19690 5000 6.970316e-11 7147021.6 19691 -0.0125449999999932 7146918.99937615 19691 5000 6.9698085e-11 7146919 Loop time of 0.017102 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:58 2021 Pair time (%) = 0.00108409 (6.33896) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186809) Outpt time (%) = 0.015898 (92.9598) Other time (%) = 8.79765e-05 (0.514422) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:58 2021 Memory usage per processor = 27.5426 Mbytes Step Atoms AVEKE stressZZ 19691 5000 6.9698085e-11 7146882.5 19692 -0.0125449999999932 7146779.93207217 19692 5000 6.969301e-11 7146779.9 Loop time of 0.0173619 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:58 2021 Pair time (%) = 0.00112796 (6.49675) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184013) Outpt time (%) = 0.016109 (92.7837) Other time (%) = 9.29832e-05 (0.53556) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:58 2021 Memory usage per processor = 27.5426 Mbytes Step Atoms AVEKE stressZZ 19692 5000 6.969301e-11 7146743.5 19693 -0.0125449999999932 7146640.87205501 19693 5000 6.9687936e-11 7146640.9 Loop time of 0.0167251 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:58 2021 Pair time (%) = 0.00114322 (6.83535) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.196721) Outpt time (%) = 0.0154161 (92.1739) Other time (%) = 0.000132799 (0.794013) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:58 2021 Memory usage per processor = 27.5426 Mbytes Step Atoms AVEKE stressZZ 19693 5000 6.9687936e-11 7146604.4 19694 -0.0125449999999932 7146501.81936796 19694 5000 6.9682863e-11 7146501.8 Loop time of 0.0172212 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:58 2021 Pair time (%) = 0.00118113 (6.85855) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.203514) Outpt time (%) = 0.0158658 (92.1294) Other time (%) = 0.000139236 (0.808517) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:58 2021 Memory usage per processor = 27.5426 Mbytes Step Atoms AVEKE stressZZ 19694 5000 6.9682863e-11 7146465.4 19695 -0.0125449999999932 7146362.77401216 19695 5000 6.967779e-11 7146362.8 Loop time of 0.0169818 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:58 2021 Pair time (%) = 0.00108194 (6.37118) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.182515) Outpt time (%) = 0.015775 (92.8931) Other time (%) = 9.39369e-05 (0.553161) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:58 2021 Memory usage per processor = 27.5426 Mbytes Step Atoms AVEKE stressZZ 19695 5000 6.967779e-11 7146326.3 19696 -0.0125449999999932 7146223.73596796 19696 5000 6.9672717e-11 7146223.7 Loop time of 0.016644 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:58 2021 Pair time (%) = 0.00109792 (6.59648) Neigh time (%) = 0 (0) Comm time (%) = 5.81741e-05 (0.34952) Outpt time (%) = 0.0153949 (92.4953) Other time (%) = 9.29832e-05 (0.558659) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:58 2021 Memory usage per processor = 27.5426 Mbytes Step Atoms AVEKE stressZZ 19696 5000 6.9672717e-11 7146187.3 19697 -0.0125449999999932 7146084.70522825 19697 5000 6.9667646e-11 7146084.7 Loop time of 0.0171239 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:58 2021 Pair time (%) = 0.00130486 (7.62012) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.226947) Outpt time (%) = 0.015641 (91.3398) Other time (%) = 0.000139236 (0.81311) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:58 2021 Memory usage per processor = 27.5426 Mbytes Step Atoms AVEKE stressZZ 19697 5000 6.9667646e-11 7146048.2 19698 -0.0125449999999932 7145945.68178875 19698 5000 6.9662574e-11 7145945.7 Loop time of 0.017349 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:58 2021 Pair time (%) = 0.00108814 (6.27207) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184149) Outpt time (%) = 0.0161381 (93.0202) Other time (%) = 9.08375e-05 (0.523589) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:58 2021 Memory usage per processor = 27.5426 Mbytes Step Atoms AVEKE stressZZ 19698 5000 6.9662574e-11 7145909.2 19699 -0.0125449999999932 7145806.66564593 19699 5000 6.9657504e-11 7145806.7 Loop time of 0.017513 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:58 2021 Pair time (%) = 0.0011549 (6.59451) Neigh time (%) = 0 (0) Comm time (%) = 6.48499e-05 (0.370295) Outpt time (%) = 0.016149 (92.2116) Other time (%) = 0.000144243 (0.823634) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:58 2021 Memory usage per processor = 27.5426 Mbytes Step Atoms AVEKE stressZZ 19699 5000 6.9657504e-11 7145770.2 19700 -0.0125449999999932 7145667.65679714 19700 5000 6.9652434e-11 7145667.7 Loop time of 0.019382 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:58 2021 Pair time (%) = 0.0010829 (5.58713) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.159913) Outpt time (%) = 0.018172 (93.7572) Other time (%) = 9.60827e-05 (0.495732) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:58 2021 Memory usage per processor = 27.5426 Mbytes Step Atoms AVEKE stressZZ 19700 5000 6.9652434e-11 7145631.2 19701 -0.0125449999999932 7145528.65523994 19701 5000 6.9647364e-11 7145528.7 Loop time of 0.016834 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:58 2021 Pair time (%) = 0.00124598 (7.40153) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.21386) Outpt time (%) = 0.015429 (91.6538) Other time (%) = 0.000123024 (0.730806) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:58 2021 Memory usage per processor = 27.5426 Mbytes Step Atoms AVEKE stressZZ 19701 5000 6.9647364e-11 7145492.2 19702 -0.0125449999999932 7145389.66097554 19702 5000 6.9642295e-11 7145389.7 Loop time of 0.0171959 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:58 2021 Pair time (%) = 0.00108314 (6.29879) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191334) Outpt time (%) = 0.0159831 (92.947) Other time (%) = 9.67979e-05 (0.562912) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:58 2021 Memory usage per processor = 27.5426 Mbytes Step Atoms AVEKE stressZZ 19702 5000 6.9642295e-11 7145353.2 19703 -0.0125449999999932 7145250.6740064 19703 5000 6.9637227e-11 7145250.7 Loop time of 0.01723 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:58 2021 Pair time (%) = 0.00112104 (6.50634) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.186805) Outpt time (%) = 0.0159841 (92.7686) Other time (%) = 9.27448e-05 (0.538274) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:58 2021 Memory usage per processor = 27.5426 Mbytes Step Atoms AVEKE stressZZ 19703 5000 6.9637227e-11 7145214.2 19704 -0.0125449999999932 7145111.69433468 19704 5000 6.9632159e-11 7145111.7 Loop time of 0.0168259 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:58 2021 Pair time (%) = 0.00112796 (6.7037) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.196959) Outpt time (%) = 0.0155649 (92.5056) Other time (%) = 9.98974e-05 (0.593711) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:58 2021 Memory usage per processor = 27.5426 Mbytes Step Atoms AVEKE stressZZ 19704 5000 6.9632159e-11 7145075.2 19705 -0.0125449999999932 7144972.72195546 19705 5000 6.9627092e-11 7144972.7 Loop time of 0.018163 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:58 2021 Pair time (%) = 0.00127983 (7.04638) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.192961) Outpt time (%) = 0.0166941 (91.9127) Other time (%) = 0.000154018 (0.84798) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:58 2021 Memory usage per processor = 27.5426 Mbytes Step Atoms AVEKE stressZZ 19705 5000 6.9627092e-11 7144936.3 19706 -0.0125449999999932 7144833.7568656 19706 5000 6.9622026e-11 7144833.8 Loop time of 0.0172451 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:58 2021 Pair time (%) = 0.00114584 (6.64445) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.19079) Outpt time (%) = 0.0159481 (92.479) Other time (%) = 0.000118256 (0.685736) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:58 2021 Memory usage per processor = 27.5426 Mbytes Step Atoms AVEKE stressZZ 19706 5000 6.9622026e-11 7144797.3 19707 -0.0125449999999932 7144694.79906264 19707 5000 6.961696e-11 7144694.8 Loop time of 0.017427 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:58 2021 Pair time (%) = 0.00111604 (6.40408) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.195638) Outpt time (%) = 0.0161321 (92.5698) Other time (%) = 0.00014472 (0.830438) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:58 2021 Memory usage per processor = 27.5426 Mbytes Step Atoms AVEKE stressZZ 19707 5000 6.961696e-11 7144658.3 19708 -0.0125449999999932 7144555.8485447 19708 5000 6.9611894e-11 7144555.8 Loop time of 0.0168059 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:58 2021 Pair time (%) = 0.00126791 (7.54444) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.207125) Outpt time (%) = 0.015399 (91.6285) Other time (%) = 0.000104189 (0.619955) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:58 2021 Memory usage per processor = 27.5426 Mbytes Step Atoms AVEKE stressZZ 19708 5000 6.9611894e-11 7144519.4 19709 -0.0125449999999932 7144416.90530966 19709 5000 6.9606829e-11 7144416.9 Loop time of 0.017596 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:58 2021 Pair time (%) = 0.00122094 (6.93874) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.193759) Outpt time (%) = 0.0161948 (92.0369) Other time (%) = 0.000146151 (0.83059) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:58 2021 Memory usage per processor = 27.5426 Mbytes Step Atoms AVEKE stressZZ 19709 5000 6.9606829e-11 7144380.5 19710 -0.0125449999999932 7144277.96935584 19710 5000 6.9601765e-11 7144278 Loop time of 0.0195031 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:58 2021 Pair time (%) = 0.0011251 (5.76881) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.15892) Outpt time (%) = 0.0182531 (93.5906) Other time (%) = 9.39369e-05 (0.481651) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:58 2021 Memory usage per processor = 27.5426 Mbytes Step Atoms AVEKE stressZZ 19710 5000 6.9601765e-11 7144241.5 19711 -0.0125449999999932 7144139.04068181 19711 5000 6.9596702e-11 7144139 Loop time of 0.0171981 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:58 2021 Pair time (%) = 0.00111103 (6.4602) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198242) Outpt time (%) = 0.0159361 (92.6623) Other time (%) = 0.000116825 (0.679291) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:58 2021 Memory usage per processor = 27.5426 Mbytes Step Atoms AVEKE stressZZ 19711 5000 6.9596702e-11 7144102.6 19712 -0.0125449999999932 7144000.1192879 19712 5000 6.9591638e-11 7144000.1 Loop time of 0.0166609 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:58 2021 Pair time (%) = 0.00110197 (6.6141) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.204634) Outpt time (%) = 0.0154219 (92.5631) Other time (%) = 0.000102997 (0.618194) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:58 2021 Memory usage per processor = 27.5426 Mbytes Step Atoms AVEKE stressZZ 19712 5000 6.9591638e-11 7143963.7 19713 -0.0125449999999932 7143861.20517565 19713 5000 6.9586576e-11 7143861.2 Loop time of 0.0174661 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:58 2021 Pair time (%) = 0.00124288 (7.11595) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.188375) Outpt time (%) = 0.0160849 (92.0923) Other time (%) = 0.000105381 (0.603347) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:58 2021 Memory usage per processor = 27.5426 Mbytes Step Atoms AVEKE stressZZ 19713 5000 6.9586576e-11 7143824.8 19714 -0.0125449999999932 7143722.29833924 19714 5000 6.9581514e-11 7143722.3 Loop time of 0.017179 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:58 2021 Pair time (%) = 0.0010891 (6.33969) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.18042) Outpt time (%) = 0.0159659 (92.9386) Other time (%) = 9.29832e-05 (0.541261) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:58 2021 Memory usage per processor = 27.5426 Mbytes Step Atoms AVEKE stressZZ 19714 5000 6.9581514e-11 7143685.9 19715 -0.0125449999999932 7143583.39877743 19715 5000 6.9576453e-11 7143583.4 Loop time of 0.0173779 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:58 2021 Pair time (%) = 0.00108218 (6.22736) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.178356) Outpt time (%) = 0.016155 (92.9632) Other time (%) = 0.000109673 (0.631105) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:58 2021 Memory usage per processor = 27.5426 Mbytes Step Atoms AVEKE stressZZ 19715 5000 6.9576453e-11 7143547 19716 -0.0125449999999932 7143444.50648895 19716 5000 6.9571392e-11 7143444.5 Loop time of 0.016778 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:58 2021 Pair time (%) = 0.00113201 (6.747) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.196101) Outpt time (%) = 0.0154631 (92.1631) Other time (%) = 0.000149965 (0.893821) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:58 2021 Memory usage per processor = 27.5426 Mbytes Step Atoms AVEKE stressZZ 19716 5000 6.9571392e-11 7143408.1 19717 -0.0125449999999932 7143305.62147223 19717 5000 6.9566332e-11 7143305.6 Loop time of 0.0171869 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:58 2021 Pair time (%) = 0.00118208 (6.8778) Neigh time (%) = 0 (0) Comm time (%) = 5.6982e-05 (0.331544) Outpt time (%) = 0.015794 (91.8959) Other time (%) = 0.00015378 (0.894752) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:58 2021 Memory usage per processor = 27.5426 Mbytes Step Atoms AVEKE stressZZ 19717 5000 6.9566332e-11 7143269.2 19718 -0.0125449999999932 7143166.74372632 19718 5000 6.9561272e-11 7143166.7 Loop time of 0.0168629 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:58 2021 Pair time (%) = 0.00112104 (6.648) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.189458) Outpt time (%) = 0.0156178 (92.6168) Other time (%) = 9.20296e-05 (0.545753) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:58 2021 Memory usage per processor = 27.5426 Mbytes Step Atoms AVEKE stressZZ 19718 5000 6.9561272e-11 7143130.3 19719 -0.0125449999999932 7143027.87324992 19719 5000 6.9556213e-11 7143027.9 Loop time of 0.0165679 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:58 2021 Pair time (%) = 0.00108314 (6.53754) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.187075) Outpt time (%) = 0.015362 (92.7214) Other time (%) = 9.17912e-05 (0.554029) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:58 2021 Memory usage per processor = 27.5426 Mbytes Step Atoms AVEKE stressZZ 19719 5000 6.9556213e-11 7142991.4 19720 -0.0125449999999932 7142889.01004183 19720 5000 6.9551155e-11 7142889 Loop time of 0.018831 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:58 2021 Pair time (%) = 0.00108814 (5.77846) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.164592) Outpt time (%) = 0.0175841 (93.3783) Other time (%) = 0.000127792 (0.678627) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:58 2021 Memory usage per processor = 27.5426 Mbytes Step Atoms AVEKE stressZZ 19720 5000 6.9551155e-11 7142852.6 19721 -0.0125449999999932 7142750.15410081 19721 5000 6.9546097e-11 7142750.2 Loop time of 0.016613 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:58 2021 Pair time (%) = 0.001086 (6.53703) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.186567) Outpt time (%) = 0.0154121 (92.7712) Other time (%) = 8.39233e-05 (0.505166) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:58 2021 Memory usage per processor = 27.5426 Mbytes Step Atoms AVEKE stressZZ 19721 5000 6.9546097e-11 7142713.7 19722 -0.0125449999999932 7142611.30542584 19722 5000 6.9541039e-11 7142611.3 Loop time of 0.017925 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:58 2021 Pair time (%) = 0.00146103 (8.15078) Neigh time (%) = 0 (0) Comm time (%) = 4.19617e-05 (0.234095) Outpt time (%) = 0.0162499 (90.6548) Other time (%) = 0.000172138 (0.960323) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:58 2021 Memory usage per processor = 27.5426 Mbytes Step Atoms AVEKE stressZZ 19722 5000 6.9541039e-11 7142574.9 19723 -0.0125449999999932 7142472.46401562 19723 5000 6.9535983e-11 7142472.5 Loop time of 0.0172889 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:58 2021 Pair time (%) = 0.00113702 (6.57657) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.186168) Outpt time (%) = 0.0160248 (92.6884) Other time (%) = 9.48906e-05 (0.548852) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:58 2021 Memory usage per processor = 27.5426 Mbytes Step Atoms AVEKE stressZZ 19723 5000 6.9535983e-11 7142436 19724 -0.0125449999999932 7142333.62986913 19724 5000 6.9530927e-11 7142333.6 Loop time of 0.0171399 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:58 2021 Pair time (%) = 0.00108504 (6.3305) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186396) Outpt time (%) = 0.0158989 (92.7598) Other time (%) = 0.000123978 (0.723327) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:58 2021 Memory usage per processor = 27.5426 Mbytes Step Atoms AVEKE stressZZ 19724 5000 6.9530927e-11 7142297.2 19725 -0.0125449999999932 7142194.8029854 19725 5000 6.9525871e-11 7142194.8 Loop time of 0.0166411 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:58 2021 Pair time (%) = 0.00114393 (6.87412) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.204877) Outpt time (%) = 0.015358 (92.2892) Other time (%) = 0.000105143 (0.631823) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:58 2021 Memory usage per processor = 27.5426 Mbytes Step Atoms AVEKE stressZZ 19725 5000 6.9525871e-11 7142158.4 19726 -0.0125449999999932 7142055.9833632 19726 5000 6.9520816e-11 7142056 Loop time of 0.0175071 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:58 2021 Pair time (%) = 0.0011909 (6.8024) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.187934) Outpt time (%) = 0.016161 (92.311) Other time (%) = 0.000122309 (0.698625) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:58 2021 Memory usage per processor = 27.5426 Mbytes Step Atoms AVEKE stressZZ 19726 5000 6.9520816e-11 7142019.5 19727 -0.0125449999999932 7141917.17100154 19727 5000 6.9515762e-11 7141917.2 Loop time of 0.0172601 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:58 2021 Pair time (%) = 0.00113106 (6.55303) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185098) Outpt time (%) = 0.0160029 (92.7162) Other time (%) = 9.41753e-05 (0.545625) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:58 2021 Memory usage per processor = 27.5426 Mbytes Step Atoms AVEKE stressZZ 19727 5000 6.9515762e-11 7141880.7 19728 -0.0125449999999932 7141778.36589924 19728 5000 6.9510708e-11 7141778.4 Loop time of 0.0166619 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:58 2021 Pair time (%) = 0.001127 (6.76397) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191744) Outpt time (%) = 0.0153799 (92.3059) Other time (%) = 0.000123024 (0.738356) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:58 2021 Memory usage per processor = 27.5426 Mbytes Step Atoms AVEKE stressZZ 19728 5000 6.9510708e-11 7141741.9 19729 -0.0125449999999932 7141639.56805549 19729 5000 6.9505655e-11 7141639.6 Loop time of 0.01687 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:58 2021 Pair time (%) = 0.00129104 (7.65284) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.213403) Outpt time (%) = 0.015419 (91.3989) Other time (%) = 0.000123978 (0.734899) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:58 2021 Memory usage per processor = 27.5426 Mbytes Step Atoms AVEKE stressZZ 19729 5000 6.9505655e-11 7141603.1 19730 -0.0125449999999932 7141500.77746904 19730 5000 6.9500602e-11 7141500.8 Loop time of 0.020119 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:58 2021 Pair time (%) = 0.00108409 (5.3884) Neigh time (%) = 0 (0) Comm time (%) = 6.41346e-05 (0.318777) Outpt time (%) = 0.018878 (93.8318) Other time (%) = 9.27448e-05 (0.460982) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:58 2021 Memory usage per processor = 27.5426 Mbytes Step Atoms AVEKE stressZZ 19730 5000 6.9500602e-11 7141464.3 19731 -0.0125449999999932 7141361.99413903 19731 5000 6.949555e-11 7141362 Loop time of 0.017345 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:59 2021 Pair time (%) = 0.00108504 (6.25567) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.185567) Outpt time (%) = 0.016115 (92.9086) Other time (%) = 0.000112772 (0.650172) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:59 2021 Memory usage per processor = 27.5426 Mbytes Step Atoms AVEKE stressZZ 19731 5000 6.949555e-11 7141325.6 19732 -0.0125449999999932 7141223.21806434 19732 5000 6.9490498e-11 7141223.2 Loop time of 0.016566 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:59 2021 Pair time (%) = 0.00108695 (6.56132) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.194292) Outpt time (%) = 0.015322 (92.4902) Other time (%) = 0.000124931 (0.754141) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:59 2021 Memory usage per processor = 27.5426 Mbytes Step Atoms AVEKE stressZZ 19732 5000 6.9490498e-11 7141186.8 19733 -0.0125449999999932 7141084.44924402 19733 5000 6.9485447e-11 7141084.4 Loop time of 0.0170109 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:59 2021 Pair time (%) = 0.00123692 (7.2713) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.217242) Outpt time (%) = 0.015625 (91.8527) Other time (%) = 0.000112057 (0.658734) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:59 2021 Memory usage per processor = 27.5426 Mbytes Step Atoms AVEKE stressZZ 19733 5000 6.9485447e-11 7141048 19734 -0.0125449999999932 7140945.68767703 19734 5000 6.9480397e-11 7140945.7 Loop time of 0.017195 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:59 2021 Pair time (%) = 0.00108719 (6.32271) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185799) Outpt time (%) = 0.0159831 (92.9521) Other time (%) = 9.27448e-05 (0.539371) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:59 2021 Memory usage per processor = 27.5426 Mbytes Step Atoms AVEKE stressZZ 19734 5000 6.9480397e-11 7140909.3 19735 -0.0125449999999932 7140806.93336258 19735 5000 6.9475347e-11 7140806.9 Loop time of 0.017298 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:59 2021 Pair time (%) = 0.00112987 (6.53178) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184693) Outpt time (%) = 0.0160429 (92.7446) Other time (%) = 9.32217e-05 (0.538916) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:25:59 2021 Memory usage per processor = 27.5426 Mbytes Step Atoms AVEKE stressZZ 19735 5000 6.9475347e-11 7140770.5 19736 -0.0125449999999932 7140647.9002822 19736 5000 1.3713491e-10 7140882.9 Loop time of 0.0162699 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:59 2021 Pair time (%) = 0.001086 (6.67487) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.196363) Outpt time (%) = 0.0150299 (92.3785) Other time (%) = 0.00012207 (0.750282) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:59 2021 Memory usage per processor = 27.5426 Mbytes Step Atoms AVEKE stressZZ 19736 5000 1.3713491e-10 7203943.4 19737 -0.0125774999999931 7203808.2267977 19737 5000 1.103564e-10 7203808.2 Loop time of 0.017117 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:59 2021 Pair time (%) = 0.00132012 (7.71234) Neigh time (%) = 0 (0) Comm time (%) = 6.29425e-05 (0.367719) Outpt time (%) = 0.0155799 (91.0201) Other time (%) = 0.000154018 (0.899797) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:59 2021 Memory usage per processor = 27.5426 Mbytes Step Atoms AVEKE stressZZ 19737 5000 1.103564e-10 7203759.1 19738 -0.0125774999999931 7203635.46851844 19738 5000 9.4847819e-11 7203635.5 Loop time of 0.017206 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:59 2021 Pair time (%) = 0.00112081 (6.51406) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18568) Outpt time (%) = 0.015959 (92.7529) Other time (%) = 9.41753e-05 (0.547342) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:59 2021 Memory usage per processor = 27.5426 Mbytes Step Atoms AVEKE stressZZ 19738 5000 9.4847819e-11 7203590.8 19739 -0.0125774999999931 7203474.54345947 19739 5000 8.5600542e-11 7203474.5 Loop time of 0.016973 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:59 2021 Pair time (%) = 0.00113392 (6.68071) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.189633) Outpt time (%) = 0.015682 (92.3936) Other time (%) = 0.000124931 (0.736058) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:59 2021 Memory usage per processor = 27.5426 Mbytes Step Atoms AVEKE stressZZ 19739 5000 8.5600542e-11 7203432.7 19740 -0.0125774999999931 7203321.14121091 19740 5000 7.9968522e-11 7203321.1 Loop time of 0.0190308 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:59 2021 Pair time (%) = 0.00113297 (5.95332) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.246802) Outpt time (%) = 0.017731 (93.1697) Other time (%) = 0.000119925 (0.63016) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:59 2021 Memory usage per processor = 27.5427 Mbytes Step Atoms AVEKE stressZZ 19740 5000 7.9968522e-11 7203281.1 19741 -0.0125774999999931 7203172.5224701 19741 5000 7.648706e-11 7203172.5 Loop time of 0.0172081 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:59 2021 Pair time (%) = 0.00127602 (7.41521) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.227222) Outpt time (%) = 0.015764 (91.608) Other time (%) = 0.000128984 (0.749557) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:59 2021 Memory usage per processor = 27.5427 Mbytes Step Atoms AVEKE stressZZ 19741 5000 7.648706e-11 7203133.7 19742 -0.0125774999999931 7203026.9463595 19742 5000 7.4312931e-11 7203026.9 Loop time of 0.0172341 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:59 2021 Pair time (%) = 0.0011251 (6.52833) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179844) Outpt time (%) = 0.0159841 (92.7468) Other time (%) = 9.39369e-05 (0.545065) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:59 2021 Memory usage per processor = 27.5427 Mbytes Step Atoms AVEKE stressZZ 19742 5000 7.4312931e-11 7202988.8 19743 -0.0125774999999931 7202883.30656806 19743 5000 7.2945641e-11 7202883.3 Loop time of 0.0168841 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:59 2021 Pair time (%) = 0.00108218 (6.40948) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18922) Outpt time (%) = 0.0156331 (92.5908) Other time (%) = 0.000136852 (0.81054) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:59 2021 Memory usage per processor = 27.5427 Mbytes Step Atoms AVEKE stressZZ 19743 5000 7.2945641e-11 7202845.6 19744 -0.0125774999999931 7202740.90001866 19744 5000 7.2081414e-11 7202740.9 Loop time of 0.016788 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:59 2021 Pair time (%) = 0.00117779 (7.01565) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.201664) Outpt time (%) = 0.0154171 (91.834) Other time (%) = 0.000159264 (0.948675) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:59 2021 Memory usage per processor = 27.5427 Mbytes Step Atoms AVEKE stressZZ 19744 5000 7.2081414e-11 7202703.5 19745 -0.0125774999999931 7202599.27989099 19745 5000 7.1532973e-11 7202599.3 Loop time of 0.017329 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:59 2021 Pair time (%) = 0.00119209 (6.87919) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184362) Outpt time (%) = 0.016012 (92.3999) Other time (%) = 9.29832e-05 (0.536577) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:59 2021 Memory usage per processor = 27.5427 Mbytes Step Atoms AVEKE stressZZ 19745 5000 7.1532973e-11 7202562.1 19746 -0.0125774999999931 7202458.16222578 19746 5000 7.1183634e-11 7202458.2 Loop time of 0.0177429 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:59 2021 Pair time (%) = 0.00109601 (6.17719) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.180062) Outpt time (%) = 0.016521 (93.1133) Other time (%) = 9.39369e-05 (0.529435) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:59 2021 Memory usage per processor = 27.5427 Mbytes Step Atoms AVEKE stressZZ 19746 5000 7.1183634e-11 7202421.1 19747 -0.0125774999999931 7202317.36660645 19747 5000 7.0960187e-11 7202317.4 Loop time of 0.016685 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:59 2021 Pair time (%) = 0.00108814 (6.52168) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.185762) Outpt time (%) = 0.015466 (92.6938) Other time (%) = 9.98974e-05 (0.598725) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:59 2021 Memory usage per processor = 27.5427 Mbytes Step Atoms AVEKE stressZZ 19747 5000 7.0960187e-11 7202280.4 19748 -0.0125774999999931 7202176.77834711 19748 5000 7.0816486e-11 7202176.8 Loop time of 0.0176051 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:59 2021 Pair time (%) = 0.00130177 (7.39427) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.20991) Outpt time (%) = 0.0161381 (91.6672) Other time (%) = 0.000128269 (0.728593) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:59 2021 Memory usage per processor = 27.5427 Mbytes Step Atoms AVEKE stressZZ 19748 5000 7.0816486e-11 7202139.8 19749 -0.0125774999999931 7202036.32454827 19749 5000 7.072336e-11 7202036.3 Loop time of 0.0176051 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:59 2021 Pair time (%) = 0.00112391 (6.38399) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.182825) Outpt time (%) = 0.0163548 (92.8983) Other time (%) = 9.41753e-05 (0.534933) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:59 2021 Memory usage per processor = 27.5427 Mbytes Step Atoms AVEKE stressZZ 19749 5000 7.072336e-11 7201999.4 19750 -0.0125774999999931 7201895.95888601 19750 5000 7.0662331e-11 7201896 Loop time of 0.0197558 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:59 2021 Pair time (%) = 0.001086 (5.49709) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.161715) Outpt time (%) = 0.0185499 (93.8959) Other time (%) = 8.79765e-05 (0.445319) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:59 2021 Memory usage per processor = 27.5427 Mbytes Step Atoms AVEKE stressZZ 19750 5000 7.0662331e-11 7201859.1 19751 -0.0125774999999931 7201755.65192099 19751 5000 7.0621685e-11 7201755.7 Loop time of 0.0167401 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:59 2021 Pair time (%) = 0.00114703 (6.85201) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.192272) Outpt time (%) = 0.015465 (92.3832) Other time (%) = 9.58443e-05 (0.572544) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:59 2021 Memory usage per processor = 27.5427 Mbytes Step Atoms AVEKE stressZZ 19751 5000 7.0621685e-11 7201718.8 19752 -0.0125774999999931 7201615.3849437 19752 5000 7.0593984e-11 7201615.4 Loop time of 0.0170631 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:59 2021 Pair time (%) = 0.00120211 (7.04505) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.210988) Outpt time (%) = 0.0157001 (92.0118) Other time (%) = 0.000124931 (0.732171) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:59 2021 Memory usage per processor = 27.5427 Mbytes Step Atoms AVEKE stressZZ 19752 5000 7.0593984e-11 7201578.5 19753 -0.0125774999999931 7201475.14606361 19753 5000 7.0574508e-11 7201475.1 Loop time of 0.017328 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:59 2021 Pair time (%) = 0.00108504 (6.26178) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.178869) Outpt time (%) = 0.0161171 (93.0117) Other time (%) = 9.48906e-05 (0.547613) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:59 2021 Memory usage per processor = 27.5427 Mbytes Step Atoms AVEKE stressZZ 19753 5000 7.0574508e-11 7201438.3 19754 -0.0125774999999931 7201334.92772359 19754 5000 7.0560257e-11 7201334.9 Loop time of 0.0175619 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:59 2021 Pair time (%) = 0.0011301 (6.43497) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.181917) Outpt time (%) = 0.0163081 (92.8604) Other time (%) = 9.17912e-05 (0.522672) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:59 2021 Memory usage per processor = 27.5427 Mbytes Step Atoms AVEKE stressZZ 19754 5000 7.0560257e-11 7201298.1 19755 -0.0125774999999931 7201194.72512051 19755 5000 7.0549327e-11 7201194.7 Loop time of 0.0167201 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:59 2021 Pair time (%) = 0.001158 (6.92581) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.280911) Outpt time (%) = 0.0154161 (92.2015) Other time (%) = 9.89437e-05 (0.591767) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:59 2021 Memory usage per processor = 27.5427 Mbytes Step Atoms AVEKE stressZZ 19755 5000 7.0549327e-11 7201157.9 19756 -0.0125774999999931 7201054.5352016 19756 5000 7.0540508e-11 7201054.5 Loop time of 0.0173712 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:59 2021 Pair time (%) = 0.00148296 (8.53692) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.194894) Outpt time (%) = 0.0156541 (90.1153) Other time (%) = 0.000200272 (1.1529) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:59 2021 Memory usage per processor = 27.5427 Mbytes Step Atoms AVEKE stressZZ 19756 5000 7.0540508e-11 7201017.7 19757 -0.0125774999999931 7200914.35602603 19757 5000 7.053303e-11 7200914.4 Loop time of 0.0175068 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:59 2021 Pair time (%) = 0.00109577 (6.25911) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182489) Outpt time (%) = 0.016284 (93.015) Other time (%) = 9.5129e-05 (0.543382) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:59 2021 Memory usage per processor = 27.5427 Mbytes Step Atoms AVEKE stressZZ 19757 5000 7.053303e-11 7200877.5 19758 -0.0125774999999931 7200774.18635997 19758 5000 7.0526404e-11 7200774.2 Loop time of 0.017051 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:59 2021 Pair time (%) = 0.00111198 (6.52153) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192961) Outpt time (%) = 0.015811 (92.7276) Other time (%) = 9.5129e-05 (0.557909) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:59 2021 Memory usage per processor = 27.5427 Mbytes Step Atoms AVEKE stressZZ 19758 5000 7.0526404e-11 7200737.3 19759 -0.0125774999999931 7200634.02541914 19759 5000 7.052032e-11 7200634 Loop time of 0.016721 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:59 2021 Pair time (%) = 0.00115585 (6.91258) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.208176) Outpt time (%) = 0.015425 (92.249) Other time (%) = 0.000105381 (0.630231) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:59 2021 Memory usage per processor = 27.5427 Mbytes Step Atoms AVEKE stressZZ 19759 5000 7.052032e-11 7200597.2 19760 -0.0125774999999931 7200493.87270448 19760 5000 7.0514581e-11 7200493.9 Loop time of 0.019973 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:59 2021 Pair time (%) = 0.00121498 (6.08311) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.164731) Outpt time (%) = 0.0186191 (93.221) Other time (%) = 0.000106096 (0.531197) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:59 2021 Memory usage per processor = 27.5427 Mbytes Step Atoms AVEKE stressZZ 19760 5000 7.0514581e-11 7200457 19761 -0.0125774999999931 7200353.72787624 19761 5000 7.0509061e-11 7200353.7 Loop time of 0.0168471 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:59 2021 Pair time (%) = 0.00108814 (6.45892) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.183974) Outpt time (%) = 0.0156341 (92.7995) Other time (%) = 9.39369e-05 (0.557584) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:59 2021 Memory usage per processor = 27.5427 Mbytes Step Atoms AVEKE stressZZ 19761 5000 7.0509061e-11 7200316.9 19762 -0.0125774999999931 7200213.59075034 19762 5000 7.050368e-11 7200213.6 Loop time of 0.0165021 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:59 2021 Pair time (%) = 0.00113606 (6.88435) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.1936) Outpt time (%) = 0.0152411 (92.3586) Other time (%) = 9.29832e-05 (0.563462) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:59 2021 Memory usage per processor = 27.5427 Mbytes Step Atoms AVEKE stressZZ 19762 5000 7.050368e-11 7200176.8 19763 -0.0125774999999931 7200073.46120034 19763 5000 7.0498389e-11 7200073.5 Loop time of 0.0165761 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:59 2021 Pair time (%) = 0.00108314 (6.53434) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.186983) Outpt time (%) = 0.015373 (92.7422) Other time (%) = 8.89301e-05 (0.536498) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:59 2021 Memory usage per processor = 27.5427 Mbytes Step Atoms AVEKE stressZZ 19763 5000 7.0498389e-11 7200036.6 19764 -0.0125774999999931 7199933.33914402 19764 5000 7.0493154e-11 7199933.3 Loop time of 0.016613 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:59 2021 Pair time (%) = 0.00108719 (6.5442) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192308) Outpt time (%) = 0.0154049 (92.7282) Other time (%) = 8.89301e-05 (0.535304) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:59 2021 Memory usage per processor = 27.5427 Mbytes Step Atoms AVEKE stressZZ 19764 5000 7.0493154e-11 7199896.5 19765 -0.0125774999999931 7199793.22452888 19765 5000 7.0487956e-11 7199793.2 Loop time of 0.017328 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:59 2021 Pair time (%) = 0.00128913 (7.43956) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191252) Outpt time (%) = 0.0158961 (91.7363) Other time (%) = 0.000109673 (0.63292) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:59 2021 Memory usage per processor = 27.5427 Mbytes Step Atoms AVEKE stressZZ 19765 5000 7.0487956e-11 7199756.4 19766 -0.0125774999999931 7199653.11732095 19766 5000 7.048278e-11 7199653.1 Loop time of 0.017483 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:59 2021 Pair time (%) = 0.00109291 (6.25128) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.268652) Outpt time (%) = 0.016186 (92.5814) Other time (%) = 0.000157118 (0.898689) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:59 2021 Memory usage per processor = 27.5427 Mbytes Step Atoms AVEKE stressZZ 19766 5000 7.048278e-11 7199616.3 19767 -0.0125774999999931 7199513.01749843 19767 5000 7.047762e-11 7199513 Loop time of 0.0171599 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:59 2021 Pair time (%) = 0.00109506 (6.38147) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186178) Outpt time (%) = 0.0159402 (92.8919) Other time (%) = 9.27448e-05 (0.540473) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:59 2021 Memory usage per processor = 27.5427 Mbytes Step Atoms AVEKE stressZZ 19767 5000 7.047762e-11 7199476.2 19768 -0.0125774999999931 7199372.92504716 19768 5000 7.047247e-11 7199372.9 Loop time of 0.0167439 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:59 2021 Pair time (%) = 0.00109601 (6.54573) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.1965) Outpt time (%) = 0.015516 (92.6668) Other time (%) = 9.89437e-05 (0.590924) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:59 2021 Memory usage per processor = 27.5427 Mbytes Step Atoms AVEKE stressZZ 19768 5000 7.047247e-11 7199336.1 19769 -0.0125774999999931 7199232.83995769 19769 5000 7.0467325e-11 7199232.8 Loop time of 0.0173559 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:59 2021 Pair time (%) = 0.00119305 (6.874) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189571) Outpt time (%) = 0.0160279 (92.3485) Other time (%) = 0.000102043 (0.587944) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:59 2021 Memory usage per processor = 27.5427 Mbytes Step Atoms AVEKE stressZZ 19769 5000 7.0467325e-11 7199196 19770 -0.0125774999999931 7199092.76222366 19770 5000 7.0462186e-11 7199092.8 Loop time of 0.019748 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:59 2021 Pair time (%) = 0.00108504 (5.49445) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.15695) Outpt time (%) = 0.0185351 (93.8584) Other time (%) = 9.67979e-05 (0.490166) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:59 2021 Memory usage per processor = 27.5427 Mbytes Step Atoms AVEKE stressZZ 19770 5000 7.0462186e-11 7199055.9 19771 -0.0125774999999931 7198952.69184073 19771 5000 7.0457049e-11 7198952.7 Loop time of 0.0169361 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:59 2021 Pair time (%) = 0.001091 (6.44189) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188639) Outpt time (%) = 0.0157189 (92.8134) Other time (%) = 9.41753e-05 (0.556064) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:59 2021 Memory usage per processor = 27.5427 Mbytes Step Atoms AVEKE stressZZ 19771 5000 7.0457049e-11 7198915.9 19772 -0.0125774999999931 7198812.62880585 19772 5000 7.0451914e-11 7198812.6 Loop time of 0.01685 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:59 2021 Pair time (%) = 0.00115919 (6.87947) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207997) Outpt time (%) = 0.015552 (92.297) Other time (%) = 0.000103712 (0.615502) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:59 2021 Memory usage per processor = 27.5427 Mbytes Step Atoms AVEKE stressZZ 19772 5000 7.0451914e-11 7198775.8 19773 -0.0125774999999931 7198672.57311663 19773 5000 7.044678e-11 7198672.6 Loop time of 0.0175571 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:25:59 2021 Pair time (%) = 0.00121307 (6.90929) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.194188) Outpt time (%) = 0.0162048 (92.2977) Other time (%) = 0.000105143 (0.598859) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:25:59 2021 Memory usage per processor = 27.5427 Mbytes Step Atoms AVEKE stressZZ 19773 5000 7.044678e-11 7198635.7 19774 -0.0125774999999931 7198532.52477125 19774 5000 7.0441648e-11 7198532.5 Loop time of 0.0174489 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:00 2021 Pair time (%) = 0.00108314 (6.20747) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183095) Outpt time (%) = 0.016212 (92.9112) Other time (%) = 0.000121832 (0.698221) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:00 2021 Memory usage per processor = 27.5427 Mbytes Step Atoms AVEKE stressZZ 19774 5000 7.0441648e-11 7198495.7 19775 -0.0125774999999931 7198392.48376824 19775 5000 7.0436517e-11 7198392.5 Loop time of 0.016768 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:00 2021 Pair time (%) = 0.00108695 (6.4823) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.184843) Outpt time (%) = 0.0155549 (92.7655) Other time (%) = 9.5129e-05 (0.567325) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:00 2021 Memory usage per processor = 27.5427 Mbytes Step Atoms AVEKE stressZZ 19775 5000 7.0436517e-11 7198355.7 19776 -0.0125774999999931 7198252.45010639 19776 5000 7.0431387e-11 7198252.5 Loop time of 0.0168788 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:00 2021 Pair time (%) = 0.00120401 (7.13327) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207642) Outpt time (%) = 0.015533 (92.0263) Other time (%) = 0.000106812 (0.632813) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:00 2021 Memory usage per processor = 27.5427 Mbytes Step Atoms AVEKE stressZZ 19776 5000 7.0431387e-11 7198215.6 19777 -0.0125774999999931 7198112.42378448 19777 5000 7.0426257e-11 7198112.4 Loop time of 0.017297 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:00 2021 Pair time (%) = 0.00113392 (6.55557) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184703) Outpt time (%) = 0.016041 (92.7387) Other time (%) = 9.01222e-05 (0.521027) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:00 2021 Memory usage per processor = 27.5427 Mbytes Step Atoms AVEKE stressZZ 19777 5000 7.0426257e-11 7198075.6 19778 -0.0125774999999931 7197972.40480147 19778 5000 7.0421128e-11 7197972.4 Loop time of 0.0176029 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:00 2021 Pair time (%) = 0.00134706 (7.65251) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.209936) Outpt time (%) = 0.0160711 (91.2978) Other time (%) = 0.00014782 (0.839744) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:00 2021 Memory usage per processor = 27.5427 Mbytes Step Atoms AVEKE stressZZ 19778 5000 7.0421128e-11 7197935.6 19779 -0.0125774999999931 7197832.39315643 19779 5000 7.0416e-11 7197832.4 Loop time of 0.016701 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:00 2021 Pair time (%) = 0.00109506 (6.55684) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.198433) Outpt time (%) = 0.0154319 (92.401) Other time (%) = 0.000140905 (0.843695) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:00 2021 Memory usage per processor = 27.5427 Mbytes Step Atoms AVEKE stressZZ 19779 5000 7.0416e-11 7197795.6 19780 -0.0125774999999931 7197692.38884835 19780 5000 7.0410873e-11 7197692.4 Loop time of 0.0202458 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:00 2021 Pair time (%) = 0.00153303 (7.5721) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.191952) Outpt time (%) = 0.018522 (91.4858) Other time (%) = 0.000151873 (0.750144) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:00 2021 Memory usage per processor = 27.5427 Mbytes Step Atoms AVEKE stressZZ 19780 5000 7.0410873e-11 7197655.6 19781 -0.0125774999999931 7197552.39187623 19781 5000 7.0405746e-11 7197552.4 Loop time of 0.017487 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:00 2021 Pair time (%) = 0.00111985 (6.40389) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.177242) Outpt time (%) = 0.0162241 (92.7781) Other time (%) = 0.000112057 (0.640798) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:00 2021 Memory usage per processor = 27.5427 Mbytes Step Atoms AVEKE stressZZ 19781 5000 7.0405746e-11 7197515.6 19782 -0.0125774999999931 7197412.40223932 19782 5000 7.0400619e-11 7197412.4 Loop time of 0.0176182 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:00 2021 Pair time (%) = 0.00131702 (7.47537) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.175923) Outpt time (%) = 0.0161648 (91.7506) Other time (%) = 0.000105381 (0.598138) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:00 2021 Memory usage per processor = 27.5427 Mbytes Step Atoms AVEKE stressZZ 19782 5000 7.0400619e-11 7197375.6 19783 -0.0125774999999931 7197272.41993661 19783 5000 7.0395494e-11 7197272.4 Loop time of 0.0165799 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:00 2021 Pair time (%) = 0.00108504 (6.54434) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192692) Outpt time (%) = 0.015372 (92.7151) Other time (%) = 9.08375e-05 (0.547878) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:00 2021 Memory usage per processor = 27.5427 Mbytes Step Atoms AVEKE stressZZ 19783 5000 7.0395494e-11 7197235.6 19784 -0.0125774999999931 7197132.44496722 19784 5000 7.0390368e-11 7197132.4 Loop time of 0.017396 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:00 2021 Pair time (%) = 0.00155401 (8.93317) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.206951) Outpt time (%) = 0.0156341 (89.8717) Other time (%) = 0.0001719 (0.988159) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:00 2021 Memory usage per processor = 27.5427 Mbytes Step Atoms AVEKE stressZZ 19784 5000 7.0390368e-11 7197095.6 19785 -0.0125774999999931 7196992.47733028 19785 5000 7.0385244e-11 7196992.5 Loop time of 0.01759 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:00 2021 Pair time (%) = 0.001086 (6.17393) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.181626) Outpt time (%) = 0.0163782 (93.1104) Other time (%) = 9.39369e-05 (0.534035) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:00 2021 Memory usage per processor = 27.5427 Mbytes Step Atoms AVEKE stressZZ 19785 5000 7.0385244e-11 7196955.7 19786 -0.0125774999999931 7196852.51702496 19786 5000 7.038012e-11 7196852.5 Loop time of 0.017302 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:00 2021 Pair time (%) = 0.00122213 (7.06352) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190161) Outpt time (%) = 0.0159512 (92.1924) Other time (%) = 9.58443e-05 (0.553948) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:00 2021 Memory usage per processor = 27.5427 Mbytes Step Atoms AVEKE stressZZ 19786 5000 7.038012e-11 7196815.7 19787 -0.0125774999999931 7196712.5640504 19787 5000 7.0374996e-11 7196712.6 Loop time of 0.0168281 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:00 2021 Pair time (%) = 0.00115395 (6.85727) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208268) Outpt time (%) = 0.0155201 (92.2275) Other time (%) = 0.000118971 (0.706979) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:00 2021 Memory usage per processor = 27.5427 Mbytes Step Atoms AVEKE stressZZ 19787 5000 7.0374996e-11 7196675.7 19788 -0.0125774999999931 7196572.61840558 19788 5000 7.0369874e-11 7196572.6 Loop time of 0.0171211 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:00 2021 Pair time (%) = 0.00121593 (7.10198) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.298004) Outpt time (%) = 0.015681 (91.589) Other time (%) = 0.000173092 (1.01099) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:00 2021 Memory usage per processor = 27.5427 Mbytes Step Atoms AVEKE stressZZ 19788 5000 7.0369874e-11 7196535.8 19789 -0.0125774999999931 7196432.68008983 19789 5000 7.0364751e-11 7196432.7 Loop time of 0.0173008 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:00 2021 Pair time (%) = 0.00114703 (6.62992) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.202577) Outpt time (%) = 0.0159769 (92.3476) Other time (%) = 0.000141859 (0.819955) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:00 2021 Memory usage per processor = 27.5427 Mbytes Step Atoms AVEKE stressZZ 19789 5000 7.0364751e-11 7196395.9 19790 -0.0125774999999931 7196292.74910228 19790 5000 7.035963e-11 7196292.7 Loop time of 0.0195541 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:00 2021 Pair time (%) = 0.001086 (5.55379) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.158506) Outpt time (%) = 0.018327 (93.7244) Other time (%) = 0.000110149 (0.563305) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:00 2021 Memory usage per processor = 27.5427 Mbytes Step Atoms AVEKE stressZZ 19790 5000 7.035963e-11 7196255.9 19791 -0.0125774999999931 7196152.82544192 19791 5000 7.0354509e-11 7196152.8 Loop time of 0.016973 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:00 2021 Pair time (%) = 0.00114298 (6.73409) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.20649) Outpt time (%) = 0.0156901 (92.4414) Other time (%) = 0.000104904 (0.618064) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:00 2021 Memory usage per processor = 27.5427 Mbytes Step Atoms AVEKE stressZZ 19791 5000 7.0354509e-11 7196116 19792 -0.0125774999999931 7196012.90910808 19792 5000 7.0349388e-11 7196012.9 Loop time of 0.0173228 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:00 2021 Pair time (%) = 0.00129604 (7.48173) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.19131) Outpt time (%) = 0.0158439 (91.4626) Other time (%) = 0.000149727 (0.864335) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:00 2021 Memory usage per processor = 27.5427 Mbytes Step Atoms AVEKE stressZZ 19792 5000 7.0349388e-11 7195976.1 19793 -0.0125774999999931 7195873.00009967 19793 5000 7.0344268e-11 7195873 Loop time of 0.0175569 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:00 2021 Pair time (%) = 0.0010829 (6.16793) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.181969) Outpt time (%) = 0.016289 (92.7783) Other time (%) = 0.000153065 (0.871821) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:00 2021 Memory usage per processor = 27.5427 Mbytes Step Atoms AVEKE stressZZ 19793 5000 7.0344268e-11 7195836.2 19794 -0.0125774999999931 7195733.0984162 19794 5000 7.0339149e-11 7195733.1 Loop time of 0.016896 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:00 2021 Pair time (%) = 0.00109506 (6.48115) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.189087) Outpt time (%) = 0.0156462 (92.603) Other time (%) = 0.000122786 (0.726713) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:00 2021 Memory usage per processor = 27.5427 Mbytes Step Atoms AVEKE stressZZ 19794 5000 7.0339149e-11 7195696.3 19795 -0.0125774999999931 7195593.20405656 19795 5000 7.033403e-11 7195593.2 Loop time of 0.0167639 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:00 2021 Pair time (%) = 0.0011549 (6.8892) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.201954) Outpt time (%) = 0.01547 (92.2817) Other time (%) = 0.000105143 (0.627196) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:00 2021 Memory usage per processor = 27.5427 Mbytes Step Atoms AVEKE stressZZ 19795 5000 7.033403e-11 7195556.4 19796 -0.0125774999999931 7195453.31702002 19796 5000 7.0328912e-11 7195453.3 Loop time of 0.01735 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:00 2021 Pair time (%) = 0.00123596 (7.12372) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.294073) Outpt time (%) = 0.015938 (91.8621) Other time (%) = 0.000124931 (0.720067) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:00 2021 Memory usage per processor = 27.5427 Mbytes Step Atoms AVEKE stressZZ 19796 5000 7.0328912e-11 7195416.5 19797 -0.0125774999999931 7195313.43730577 19797 5000 7.0323795e-11 7195313.4 Loop time of 0.0173709 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:00 2021 Pair time (%) = 0.00108314 (6.23533) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183917) Outpt time (%) = 0.0161638 (93.051) Other time (%) = 9.20296e-05 (0.52979) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:00 2021 Memory usage per processor = 27.5427 Mbytes Step Atoms AVEKE stressZZ 19797 5000 7.0323795e-11 7195276.6 19798 -0.0125774999999931 7195173.56491291 19798 5000 7.0318678e-11 7195173.6 Loop time of 0.01686 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:00 2021 Pair time (%) = 0.00108981 (6.46388) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.190904) Outpt time (%) = 0.015646 (92.7994) Other time (%) = 9.20296e-05 (0.545845) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:00 2021 Memory usage per processor = 27.5427 Mbytes Step Atoms AVEKE stressZZ 19798 5000 7.0318678e-11 7195136.8 19799 -0.0125774999999931 7195033.69984069 19799 5000 7.0313561e-11 7195033.7 Loop time of 0.0170491 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:00 2021 Pair time (%) = 0.00131297 (7.70113) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.229342) Outpt time (%) = 0.015564 (91.2892) Other time (%) = 0.000133038 (0.780321) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:00 2021 Memory usage per processor = 27.5427 Mbytes Step Atoms AVEKE stressZZ 19799 5000 7.0313561e-11 7194996.9 19800 -0.0125774999999931 7194893.84208818 19800 5000 7.0308446e-11 7194893.8 Loop time of 0.0197961 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:00 2021 Pair time (%) = 0.00120997 (6.11217) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.177042) Outpt time (%) = 0.0184362 (93.1303) Other time (%) = 0.000114918 (0.580506) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:00 2021 Memory usage per processor = 27.5427 Mbytes Step Atoms AVEKE stressZZ 19800 5000 7.0308446e-11 7194857 19801 -0.0125774999999931 7194753.99165481 19801 5000 7.030333e-11 7194754 Loop time of 0.0174842 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:00 2021 Pair time (%) = 0.0010891 (6.22903) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182726) Outpt time (%) = 0.0162711 (93.0619) Other time (%) = 9.20296e-05 (0.526359) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:00 2021 Memory usage per processor = 27.5427 Mbytes Step Atoms AVEKE stressZZ 19801 5000 7.030333e-11 7194717.2 19802 -0.0125774999999931 7194614.14853952 19802 5000 7.0298216e-11 7194614.1 Loop time of 0.0167921 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:00 2021 Pair time (%) = 0.00111604 (6.64622) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190257) Outpt time (%) = 0.0155511 (92.6098) Other time (%) = 9.29832e-05 (0.553733) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:00 2021 Memory usage per processor = 27.5427 Mbytes Step Atoms AVEKE stressZZ 19802 5000 7.0298216e-11 7194577.3 19803 -0.0125774999999931 7194474.31274153 19803 5000 7.0293102e-11 7194474.3 Loop time of 0.016968 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:00 2021 Pair time (%) = 0.0014019 (8.26202) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.212171) Outpt time (%) = 0.01542 (90.8766) Other time (%) = 0.000110149 (0.649159) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:00 2021 Memory usage per processor = 27.5427 Mbytes Step Atoms AVEKE stressZZ 19803 5000 7.0293102e-11 7194437.5 19804 -0.0125774999999931 7194334.48426017 19804 5000 7.0287988e-11 7194334.5 Loop time of 0.0175481 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:00 2021 Pair time (%) = 0.00110102 (6.27429) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.194288) Outpt time (%) = 0.0163121 (92.9567) Other time (%) = 0.000100851 (0.574713) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:00 2021 Memory usage per processor = 27.5427 Mbytes Step Atoms AVEKE stressZZ 19804 5000 7.0287988e-11 7194297.7 19805 -0.0125774999999931 7194194.6630945 19805 5000 7.0282876e-11 7194194.7 Loop time of 0.0167649 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:00 2021 Pair time (%) = 0.00108695 (6.4835) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190566) Outpt time (%) = 0.015554 (92.777) Other time (%) = 9.20296e-05 (0.548943) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:00 2021 Memory usage per processor = 27.5427 Mbytes Step Atoms AVEKE stressZZ 19805 5000 7.0282876e-11 7194157.9 19806 -0.0125774999999931 7194054.84924371 19806 5000 7.0277763e-11 7194054.8 Loop time of 0.016484 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:00 2021 Pair time (%) = 0.00109196 (6.62434) Neigh time (%) = 0 (0) Comm time (%) = 3.12328e-05 (0.189473) Outpt time (%) = 0.015276 (92.6713) Other time (%) = 8.4877e-05 (0.514905) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:00 2021 Memory usage per processor = 27.5427 Mbytes Step Atoms AVEKE stressZZ 19806 5000 7.0277763e-11 7194018.1 19807 -0.0125774999999931 7193915.04270713 19807 5000 7.0272652e-11 7193915 Loop time of 0.016396 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:00 2021 Pair time (%) = 0.001086 (6.62353) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194852) Outpt time (%) = 0.0151911 (92.6509) Other time (%) = 8.70228e-05 (0.530755) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:00 2021 Memory usage per processor = 27.5427 Mbytes Step Atoms AVEKE stressZZ 19807 5000 7.0272652e-11 7193878.2 19808 -0.0125774999999931 7193775.24348385 19808 5000 7.0267541e-11 7193775.2 Loop time of 0.016578 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:00 2021 Pair time (%) = 0.00108695 (6.5566) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.186962) Outpt time (%) = 0.0153711 (92.72) Other time (%) = 8.89301e-05 (0.536436) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:00 2021 Memory usage per processor = 27.5427 Mbytes Step Atoms AVEKE stressZZ 19808 5000 7.0267541e-11 7193738.4 19809 -0.0125774999999931 7193635.45157742 19809 5000 7.026243e-11 7193635.5 Loop time of 0.017427 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:00 2021 Pair time (%) = 0.00129414 (7.42605) Neigh time (%) = 0 (0) Comm time (%) = 6.19888e-05 (0.355706) Outpt time (%) = 0.01596 (91.5821) Other time (%) = 0.000110865 (0.636167) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:00 2021 Memory usage per processor = 27.5427 Mbytes Step Atoms AVEKE stressZZ 19809 5000 7.026243e-11 7193598.7 19810 -0.0125774999999931 7193495.66705097 19810 5000 7.025732e-11 7193495.7 Loop time of 0.0198619 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:00 2021 Pair time (%) = 0.00114393 (5.75942) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.166853) Outpt time (%) = 0.0185871 (93.5816) Other time (%) = 9.77516e-05 (0.492156) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:00 2021 Memory usage per processor = 27.5427 Mbytes Step Atoms AVEKE stressZZ 19810 5000 7.025732e-11 7193458.9 19811 -0.0125774999999931 7193355.88988015 19811 5000 7.0252211e-11 7193355.9 Loop time of 0.0167251 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:00 2021 Pair time (%) = 0.00110102 (6.58304) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.185317) Outpt time (%) = 0.0155051 (92.7056) Other time (%) = 8.79765e-05 (0.526016) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:00 2021 Memory usage per processor = 27.5427 Mbytes Step Atoms AVEKE stressZZ 19811 5000 7.0252211e-11 7193319.1 19812 -0.0125774999999931 7193216.12005095 19812 5000 7.0247102e-11 7193216.1 Loop time of 0.0168331 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:00 2021 Pair time (%) = 0.00115395 (6.85523) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.202541) Outpt time (%) = 0.0155101 (92.1406) Other time (%) = 0.000134945 (0.801666) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:00 2021 Memory usage per processor = 27.5427 Mbytes Step Atoms AVEKE stressZZ 19812 5000 7.0247102e-11 7193179.3 19813 -0.0125774999999931 7193076.35755696 19813 5000 7.0241994e-11 7193076.4 Loop time of 0.0173521 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:00 2021 Pair time (%) = 0.0011332 (6.53064) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184117) Outpt time (%) = 0.016068 (92.5996) Other time (%) = 0.000118971 (0.685628) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:00 2021 Memory usage per processor = 27.5427 Mbytes Step Atoms AVEKE stressZZ 19813 5000 7.0241994e-11 7193039.6 19814 -0.0125774999999931 7192936.60239387 19814 5000 7.0236886e-11 7192936.6 Loop time of 0.0174961 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:00 2021 Pair time (%) = 0.00108504 (6.20162) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.189415) Outpt time (%) = 0.016228 (92.7518) Other time (%) = 0.000149965 (0.857135) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:00 2021 Memory usage per processor = 27.5427 Mbytes Step Atoms AVEKE stressZZ 19814 5000 7.0236886e-11 7192899.8 19815 -0.0125774999999931 7192796.85455873 19815 5000 7.0231779e-11 7192796.9 Loop time of 0.017426 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:00 2021 Pair time (%) = 0.00108504 (6.22657) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183336) Outpt time (%) = 0.016187 (92.8896) Other time (%) = 0.00012207 (0.700506) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:00 2021 Memory usage per processor = 27.5427 Mbytes Step Atoms AVEKE stressZZ 19815 5000 7.0231779e-11 7192760.1 19816 -0.0125774999999931 7192657.11404908 19816 5000 7.0226673e-11 7192657.1 Loop time of 0.0167241 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:01 2021 Pair time (%) = 0.00114584 (6.85142) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.202435) Outpt time (%) = 0.0154431 (92.3403) Other time (%) = 0.000101328 (0.605879) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:01 2021 Memory usage per processor = 27.5427 Mbytes Step Atoms AVEKE stressZZ 19816 5000 7.0226673e-11 7192620.3 19817 -0.0125774999999931 7192517.38086278 19817 5000 7.0221567e-11 7192517.4 Loop time of 0.017381 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:01 2021 Pair time (%) = 0.00134706 (7.75024) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.194785) Outpt time (%) = 0.0158989 (91.4734) Other time (%) = 0.000101089 (0.581611) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:01 2021 Memory usage per processor = 27.5427 Mbytes Step Atoms AVEKE stressZZ 19817 5000 7.0221567e-11 7192480.6 19818 -0.0125774999999931 7192377.65499807 19818 5000 7.0216462e-11 7192377.7 Loop time of 0.0171928 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:01 2021 Pair time (%) = 0.00114608 (6.66602) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185822) Outpt time (%) = 0.0159221 (92.6087) Other time (%) = 9.27448e-05 (0.539439) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:01 2021 Memory usage per processor = 27.5427 Mbytes Step Atoms AVEKE stressZZ 19818 5000 7.0216462e-11 7192340.9 19819 -0.0125774999999931 7192237.93645325 19819 5000 7.0211357e-11 7192237.9 Loop time of 0.016633 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:01 2021 Pair time (%) = 0.00108695 (6.53489) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.186343) Outpt time (%) = 0.0154209 (92.7126) Other time (%) = 9.41753e-05 (0.566195) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:01 2021 Memory usage per processor = 27.5427 Mbytes Step Atoms AVEKE stressZZ 19819 5000 7.0211357e-11 7192201.1 19820 -0.0125774999999931 7192098.22522678 19820 5000 7.0206253e-11 7192098.2 Loop time of 0.0200689 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:01 2021 Pair time (%) = 0.00131106 (6.53282) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.188892) Outpt time (%) = 0.0185759 (92.5607) Other time (%) = 0.000144005 (0.717553) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:01 2021 Memory usage per processor = 27.5427 Mbytes Step Atoms AVEKE stressZZ 19820 5000 7.0206253e-11 7192061.4 19821 -0.0125774999999931 7191958.52131721 19821 5000 7.020115e-11 7191958.5 Loop time of 0.0175288 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:01 2021 Pair time (%) = 0.00122094 (6.96536) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.187701) Outpt time (%) = 0.0161269 (92.0023) Other time (%) = 0.000148058 (0.844657) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:01 2021 Memory usage per processor = 27.5427 Mbytes Step Atoms AVEKE stressZZ 19821 5000 7.020115e-11 7191921.7 19822 -0.0125774999999931 7191818.82472334 19822 5000 7.0196047e-11 7191818.8 Loop time of 0.01759 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:01 2021 Pair time (%) = 0.00130105 (7.39651) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.193825) Outpt time (%) = 0.016155 (91.8417) Other time (%) = 9.98974e-05 (0.56792) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:01 2021 Memory usage per processor = 27.5427 Mbytes Step Atoms AVEKE stressZZ 19822 5000 7.0196047e-11 7191782 19823 -0.0125774999999931 7191679.13544399 19823 5000 7.0190945e-11 7191679.1 Loop time of 0.0170929 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:01 2021 Pair time (%) = 0.00108099 (6.32419) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.188303) Outpt time (%) = 0.0158861 (92.9393) Other time (%) = 9.36985e-05 (0.548171) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:01 2021 Memory usage per processor = 27.5427 Mbytes Step Atoms AVEKE stressZZ 19823 5000 7.0190945e-11 7191642.4 19824 -0.0125774999999931 7191539.4534778 19824 5000 7.0185843e-11 7191539.5 Loop time of 0.0169408 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:01 2021 Pair time (%) = 0.00127292 (7.5139) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.212511) Outpt time (%) = 0.0155149 (91.5826) Other time (%) = 0.000117064 (0.691014) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:01 2021 Memory usage per processor = 27.5427 Mbytes Step Atoms AVEKE stressZZ 19824 5000 7.0185843e-11 7191502.7 19825 -0.0125774999999931 7191399.77882384 19825 5000 7.0180742e-11 7191399.8 Loop time of 0.0173838 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:01 2021 Pair time (%) = 0.00108504 (6.24169) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.178295) Outpt time (%) = 0.016176 (93.052) Other time (%) = 9.17912e-05 (0.528027) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:01 2021 Memory usage per processor = 27.5427 Mbytes Step Atoms AVEKE stressZZ 19825 5000 7.0180742e-11 7191363 19826 -0.0125774999999931 7191260.1114808 19826 5000 7.0175641e-11 7191260.1 Loop time of 0.0173371 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:01 2021 Pair time (%) = 0.00113583 (6.55143) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184276) Outpt time (%) = 0.0160758 (92.7252) Other time (%) = 9.34601e-05 (0.539076) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:01 2021 Memory usage per processor = 27.5427 Mbytes Step Atoms AVEKE stressZZ 19826 5000 7.0175641e-11 7191223.3 19827 -0.0125774999999931 7191120.45144783 19827 5000 7.0170541e-11 7191120.5 Loop time of 0.0170588 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:01 2021 Pair time (%) = 0.00112987 (6.62334) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.19427) Outpt time (%) = 0.0157678 (92.4319) Other time (%) = 0.000128031 (0.750524) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:01 2021 Memory usage per processor = 27.5427 Mbytes Step Atoms AVEKE stressZZ 19827 5000 7.0170541e-11 7191083.7 19828 -0.0125774999999931 7190980.79877915 19828 5000 7.0165442e-11 7190980.8 Loop time of 0.017272 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:01 2021 Pair time (%) = 0.00134492 (7.7867) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.202915) Outpt time (%) = 0.0157511 (91.1946) Other time (%) = 0.000140905 (0.815803) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:01 2021 Memory usage per processor = 27.5427 Mbytes Step Atoms AVEKE stressZZ 19828 5000 7.0165442e-11 7190944 19829 -0.0125774999999931 7190841.1535326 19829 5000 7.0160343e-11 7190841.2 Loop time of 0.017293 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:01 2021 Pair time (%) = 0.00110602 (6.3958) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179231) Outpt time (%) = 0.0160608 (92.8749) Other time (%) = 9.5129e-05 (0.550102) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:01 2021 Memory usage per processor = 27.5427 Mbytes Step Atoms AVEKE stressZZ 19829 5000 7.0160343e-11 7190804.4 19830 -0.0125774999999931 7190701.51564111 19830 5000 7.0155245e-11 7190701.5 Loop time of 0.0197499 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:01 2021 Pair time (%) = 0.00118494 (5.99973) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.166592) Outpt time (%) = 0.01843 (93.317) Other time (%) = 0.000102043 (0.516677) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:01 2021 Memory usage per processor = 27.5428 Mbytes Step Atoms AVEKE stressZZ 19830 5000 7.0155245e-11 7190664.7 19831 -0.0125774999999931 7190561.88506559 19831 5000 7.0150147e-11 7190561.9 Loop time of 0.0166411 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:01 2021 Pair time (%) = 0.00113511 (6.82111) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191983) Outpt time (%) = 0.015363 (92.3193) Other time (%) = 0.000111103 (0.667641) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:01 2021 Memory usage per processor = 27.5428 Mbytes Step Atoms AVEKE stressZZ 19831 5000 7.0150147e-11 7190525.1 19832 -0.0125774999999931 7190422.26182097 19832 5000 7.014505e-11 7190422.3 Loop time of 0.0171399 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:01 2021 Pair time (%) = 0.00129604 (7.56155) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.216998) Outpt time (%) = 0.0156701 (91.4244) Other time (%) = 0.000136614 (0.797051) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:01 2021 Memory usage per processor = 27.5428 Mbytes Step Atoms AVEKE stressZZ 19832 5000 7.014505e-11 7190385.5 19833 -0.0125774999999931 7190282.64590938 19833 5000 7.0139954e-11 7190282.6 Loop time of 0.0170979 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:01 2021 Pair time (%) = 0.00108409 (6.34046) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186853) Outpt time (%) = 0.0158911 (92.9414) Other time (%) = 9.08375e-05 (0.531277) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:01 2021 Memory usage per processor = 27.5428 Mbytes Step Atoms AVEKE stressZZ 19833 5000 7.0139954e-11 7190245.9 19834 -0.0125774999999931 7190143.03732694 19834 5000 7.0134858e-11 7190143 Loop time of 0.017694 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:01 2021 Pair time (%) = 0.00135708 (7.66971) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.203466) Outpt time (%) = 0.0161772 (91.4275) Other time (%) = 0.000123739 (0.699329) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:01 2021 Memory usage per processor = 27.5428 Mbytes Step Atoms AVEKE stressZZ 19834 5000 7.0134858e-11 7190106.3 19835 -0.0125774999999931 7190003.43607068 19835 5000 7.0129763e-11 7190003.4 Loop time of 0.0167902 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:01 2021 Pair time (%) = 0.0011158 (6.64556) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.197379) Outpt time (%) = 0.015542 (92.5663) Other time (%) = 9.91821e-05 (0.590716) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:01 2021 Memory usage per processor = 27.5428 Mbytes Step Atoms AVEKE stressZZ 19835 5000 7.0129763e-11 7189966.7 19836 -0.0125774999999931 7189863.84213814 19836 5000 7.0124668e-11 7189863.8 Loop time of 0.0172291 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:01 2021 Pair time (%) = 0.00144601 (8.39284) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.208956) Outpt time (%) = 0.015563 (90.3299) Other time (%) = 0.000184059 (1.06831) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:26:01 2021 Memory usage per processor = 27.5428 Mbytes Step Atoms AVEKE stressZZ 19836 5000 7.0124668e-11 7189827.1 19837 -0.0125774999999931 7189703.8762893 19837 5000 1.3841443e-10 7189940.5 Loop time of 0.0167909 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:01 2021 Pair time (%) = 0.00108409 (6.45642) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190271) Outpt time (%) = 0.015559 (92.6632) Other time (%) = 0.000115871 (0.690086) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:01 2021 Memory usage per processor = 27.5428 Mbytes Step Atoms AVEKE stressZZ 19837 5000 1.3841443e-10 7253185.3 19838 -0.0126099999999931 7253049.55578601 19838 5000 1.1138475e-10 7253049.6 Loop time of 0.0163982 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:01 2021 Pair time (%) = 0.00108409 (6.61103) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194827) Outpt time (%) = 0.0151951 (92.6635) Other time (%) = 8.70228e-05 (0.530685) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:01 2021 Memory usage per processor = 27.5428 Mbytes Step Atoms AVEKE stressZZ 19838 5000 1.1138475e-10 7252999.9 19839 -0.0126099999999931 7252875.73765632 19839 5000 9.5730815e-11 7252875.7 Loop time of 0.0167601 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:01 2021 Pair time (%) = 0.00118613 (7.07712) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209113) Outpt time (%) = 0.0154371 (92.1063) Other time (%) = 0.000101805 (0.607423) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:01 2021 Memory usage per processor = 27.5428 Mbytes Step Atoms AVEKE stressZZ 19839 5000 9.5730815e-11 7252830.6 19840 -0.0126099999999931 7252713.83126009 19840 5000 8.6396919e-11 7252713.8 Loop time of 0.0201259 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:01 2021 Pair time (%) = 0.0013001 (6.45983) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.168219) Outpt time (%) = 0.018662 (92.7263) Other time (%) = 0.000129938 (0.645628) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:01 2021 Memory usage per processor = 27.5428 Mbytes Step Atoms AVEKE stressZZ 19840 5000 8.6396919e-11 7252671.6 19841 -0.0126099999999931 7252559.49758508 19841 5000 8.0712166e-11 7252559.5 Loop time of 0.0171921 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:01 2021 Pair time (%) = 0.00108504 (6.31128) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18583) Outpt time (%) = 0.01596 (92.8331) Other time (%) = 0.000115156 (0.669819) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:01 2021 Memory usage per processor = 27.5428 Mbytes Step Atoms AVEKE stressZZ 19841 5000 8.0712166e-11 7252519.1 19842 -0.0126099999999931 7252409.97915145 19842 5000 7.7198117e-11 7252410 Loop time of 0.0168278 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:01 2021 Pair time (%) = 0.00113487 (6.74402) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.184186) Outpt time (%) = 0.0155671 (92.5079) Other time (%) = 9.48906e-05 (0.563891) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:01 2021 Memory usage per processor = 27.5428 Mbytes Step Atoms AVEKE stressZZ 19842 5000 7.7198117e-11 7252370.8 19843 -0.0126099999999931 7252263.52355382 19843 5000 7.5003643e-11 7252263.5 Loop time of 0.0167551 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:01 2021 Pair time (%) = 0.00126195 (7.53173) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.214867) Outpt time (%) = 0.015332 (91.5063) Other time (%) = 0.00012517 (0.747054) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:01 2021 Memory usage per processor = 27.5428 Mbytes Step Atoms AVEKE stressZZ 19843 5000 7.5003643e-11 7252225 19844 -0.0126099999999931 7252119.01711998 19844 5000 7.362356e-11 7252119 Loop time of 0.0170879 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:01 2021 Pair time (%) = 0.00108719 (6.36232) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186963) Outpt time (%) = 0.015878 (92.9191) Other time (%) = 9.08375e-05 (0.531588) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:01 2021 Memory usage per processor = 27.5428 Mbytes Step Atoms AVEKE stressZZ 19844 5000 7.362356e-11 7252081 19845 -0.0126099999999931 7251975.75209911 19845 5000 7.2751249e-11 7251975.8 Loop time of 0.0174561 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:01 2021 Pair time (%) = 0.00112391 (6.43848) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.193947) Outpt time (%) = 0.016202 (92.8158) Other time (%) = 9.63211e-05 (0.551792) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:01 2021 Memory usage per processor = 27.5428 Mbytes Step Atoms AVEKE stressZZ 19845 5000 7.2751249e-11 7251938 19846 -0.0126099999999931 7251833.2787073 19846 5000 7.2197679e-11 7251833.3 Loop time of 0.0168281 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:01 2021 Pair time (%) = 0.0011301 (6.71559) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.195517) Outpt time (%) = 0.0155628 (92.4811) Other time (%) = 0.000102282 (0.607804) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:01 2021 Memory usage per processor = 27.5428 Mbytes Step Atoms AVEKE stressZZ 19846 5000 7.2197679e-11 7251795.8 19847 -0.0126099999999931 7251691.31110138 19847 5000 7.1845075e-11 7251691.3 Loop time of 0.0172091 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:01 2021 Pair time (%) = 0.00124192 (7.21668) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192574) Outpt time (%) = 0.0158072 (91.8537) Other time (%) = 0.000126839 (0.737046) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:01 2021 Memory usage per processor = 27.5428 Mbytes Step Atoms AVEKE stressZZ 19847 5000 7.1845075e-11 7251653.9 19848 -0.0126099999999931 7251549.66762461 19848 5000 7.1619539e-11 7251549.7 Loop time of 0.0176179 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:01 2021 Pair time (%) = 0.00128293 (7.28195) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.192165) Outpt time (%) = 0.016197 (91.9345) Other time (%) = 0.000104189 (0.59138) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:01 2021 Memory usage per processor = 27.5428 Mbytes Step Atoms AVEKE stressZZ 19848 5000 7.1619539e-11 7251512.3 19849 -0.0126099999999931 7251408.23283147 19849 5000 7.1474497e-11 7251408.2 Loop time of 0.016861 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:01 2021 Pair time (%) = 0.0010922 (6.47766) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18948) Outpt time (%) = 0.015645 (92.7885) Other time (%) = 9.17912e-05 (0.5444) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:01 2021 Memory usage per processor = 27.5428 Mbytes Step Atoms AVEKE stressZZ 19849 5000 7.1474497e-11 7251371 19850 -0.0126099999999931 7251266.93339061 19850 5000 7.1380502e-11 7251266.9 Loop time of 0.019037 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:01 2021 Pair time (%) = 0.001127 (5.92007) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.162811) Outpt time (%) = 0.0177898 (93.4487) Other time (%) = 8.91685e-05 (0.468396) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:01 2021 Memory usage per processor = 27.5428 Mbytes Step Atoms AVEKE stressZZ 19850 5000 7.1380502e-11 7251229.7 19851 -0.0126099999999931 7251125.72282949 19851 5000 7.1318905e-11 7251125.7 Loop time of 0.0166209 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:01 2021 Pair time (%) = 0.00109291 (6.57553) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.193651) Outpt time (%) = 0.015408 (92.7029) Other time (%) = 8.7738e-05 (0.527879) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:01 2021 Memory usage per processor = 27.5428 Mbytes Step Atoms AVEKE stressZZ 19851 5000 7.1318905e-11 7251088.5 19852 -0.0126099999999931 7250984.57144051 19852 5000 7.1277881e-11 7250984.6 Loop time of 0.016505 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:01 2021 Pair time (%) = 0.00108814 (6.5928) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193566) Outpt time (%) = 0.0152969 (92.6806) Other time (%) = 8.79765e-05 (0.533029) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:01 2021 Memory usage per processor = 27.5428 Mbytes Step Atoms AVEKE stressZZ 19852 5000 7.1277881e-11 7250947.4 19853 -0.0126099999999931 7250843.46036135 19853 5000 7.1249924e-11 7250843.5 Loop time of 0.017293 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:01 2021 Pair time (%) = 0.00123215 (7.12513) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.202669) Outpt time (%) = 0.0159049 (91.9732) Other time (%) = 0.000120878 (0.699002) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:01 2021 Memory usage per processor = 27.5428 Mbytes Step Atoms AVEKE stressZZ 19853 5000 7.1249924e-11 7250806.3 19854 -0.0126099999999931 7250702.37760992 19854 5000 7.1230268e-11 7250702.4 Loop time of 0.0175319 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:01 2021 Pair time (%) = 0.00111604 (6.36576) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.194468) Outpt time (%) = 0.016289 (92.9108) Other time (%) = 9.27448e-05 (0.529007) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:01 2021 Memory usage per processor = 27.5428 Mbytes Step Atoms AVEKE stressZZ 19854 5000 7.1230268e-11 7250665.2 19855 -0.0126099999999931 7250561.31557129 19855 5000 7.1215887e-11 7250561.3 Loop time of 0.017422 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:01 2021 Pair time (%) = 0.00106192 (6.09527) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.177904) Outpt time (%) = 0.0162079 (93.0316) Other time (%) = 0.000121117 (0.695195) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:01 2021 Memory usage per processor = 27.5428 Mbytes Step Atoms AVEKE stressZZ 19855 5000 7.1215887e-11 7250524.1 19856 -0.0126099999999931 7250420.26940536 19856 5000 7.1204857e-11 7250420.3 Loop time of 0.0166919 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:01 2021 Pair time (%) = 0.00109196 (6.54183) Neigh time (%) = 0 (0) Comm time (%) = 7.39098e-05 (0.442788) Outpt time (%) = 0.0154071 (92.3026) Other time (%) = 0.000118971 (0.712745) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:01 2021 Memory usage per processor = 27.5428 Mbytes Step Atoms AVEKE stressZZ 19856 5000 7.1204857e-11 7250383.1 19857 -0.0126099999999931 7250279.23603515 19857 5000 7.1195958e-11 7250279.2 Loop time of 0.0175121 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:01 2021 Pair time (%) = 0.00134397 (7.6745) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.205579) Outpt time (%) = 0.0159991 (91.3602) Other time (%) = 0.000133038 (0.75969) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:01 2021 Memory usage per processor = 27.5428 Mbytes Step Atoms AVEKE stressZZ 19857 5000 7.1195958e-11 7250242 19858 -0.0126099999999931 7250138.213504 19858 5000 7.1188412e-11 7250138.2 Loop time of 0.0172961 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:01 2021 Pair time (%) = 0.0010941 (6.32573) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190227) Outpt time (%) = 0.016077 (92.952) Other time (%) = 9.20296e-05 (0.532084) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:01 2021 Memory usage per processor = 27.5428 Mbytes Step Atoms AVEKE stressZZ 19858 5000 7.1188412e-11 7250101 19859 -0.0126099999999931 7249997.20053824 19859 5000 7.1181727e-11 7249997.2 Loop time of 0.0167789 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:02 2021 Pair time (%) = 0.00109196 (6.5079) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190406) Outpt time (%) = 0.0155609 (92.7404) Other time (%) = 9.41753e-05 (0.561271) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:02 2021 Memory usage per processor = 27.5428 Mbytes Step Atoms AVEKE stressZZ 19859 5000 7.1181727e-11 7249960 19860 -0.0126099999999931 7249856.19636453 19860 5000 7.1175589e-11 7249856.2 Loop time of 0.020411 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:02 2021 Pair time (%) = 0.00118709 (5.81591) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.181054) Outpt time (%) = 0.0190411 (93.2882) Other time (%) = 0.000145912 (0.71487) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:02 2021 Memory usage per processor = 27.5428 Mbytes Step Atoms AVEKE stressZZ 19860 5000 7.1175589e-11 7249819 19861 -0.0126099999999931 7249715.20048636 19861 5000 7.1169799e-11 7249715.2 Loop time of 0.017292 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:02 2021 Pair time (%) = 0.00129986 (7.5171) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.19165) Outpt time (%) = 0.0158279 (91.5329) Other time (%) = 0.00013113 (0.758328) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:02 2021 Memory usage per processor = 27.5428 Mbytes Step Atoms AVEKE stressZZ 19861 5000 7.1169799e-11 7249678 19862 -0.0126099999999931 7249574.21258289 19862 5000 7.116423e-11 7249574.2 Loop time of 0.0173421 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:02 2021 Pair time (%) = 0.00110793 (6.38868) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184223) Outpt time (%) = 0.0161071 (92.8786) Other time (%) = 9.5129e-05 (0.548544) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:02 2021 Memory usage per processor = 27.5428 Mbytes Step Atoms AVEKE stressZZ 19862 5000 7.116423e-11 7249537 19863 -0.0126099999999931 7249433.23244947 19863 5000 7.1158802e-11 7249433.2 Loop time of 0.016844 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:02 2021 Pair time (%) = 0.0010879 (6.45869) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18967) Outpt time (%) = 0.0156319 (92.8039) Other time (%) = 9.2268e-05 (0.547778) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:02 2021 Memory usage per processor = 27.5428 Mbytes Step Atoms AVEKE stressZZ 19863 5000 7.1158802e-11 7249396.1 19864 -0.0126099999999931 7249292.25994796 19864 5000 7.1153463e-11 7249292.3 Loop time of 0.0169718 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:02 2021 Pair time (%) = 0.001261 (7.42994) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.19948) Outpt time (%) = 0.015574 (91.7637) Other time (%) = 0.000102997 (0.606869) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:02 2021 Memory usage per processor = 27.5428 Mbytes Step Atoms AVEKE stressZZ 19864 5000 7.1153463e-11 7249255.1 19865 -0.0126099999999931 7249151.29498542 19865 5000 7.1148182e-11 7249151.3 Loop time of 0.0174148 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:02 2021 Pair time (%) = 0.00119519 (6.86308) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.177977) Outpt time (%) = 0.016093 (92.41) Other time (%) = 9.56059e-05 (0.548992) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:02 2021 Memory usage per processor = 27.5428 Mbytes Step Atoms AVEKE stressZZ 19865 5000 7.1148182e-11 7249114.1 19866 -0.0126099999999931 7249010.33752331 19866 5000 7.1142938e-11 7249010.3 Loop time of 0.0174441 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:02 2021 Pair time (%) = 0.001086 (6.22557) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.184512) Outpt time (%) = 0.0162332 (93.0583) Other time (%) = 9.27448e-05 (0.531668) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:02 2021 Memory usage per processor = 27.5428 Mbytes Step Atoms AVEKE stressZZ 19866 5000 7.1142938e-11 7248973.2 19867 -0.0126099999999931 7248869.38752664 19867 5000 7.1137717e-11 7248869.4 Loop time of 0.0165551 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:02 2021 Pair time (%) = 0.00108695 (6.56566) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192981) Outpt time (%) = 0.0153399 (92.6595) Other time (%) = 9.63211e-05 (0.581822) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:02 2021 Memory usage per processor = 27.5428 Mbytes Step Atoms AVEKE stressZZ 19867 5000 7.1137717e-11 7248832.2 19868 -0.0126099999999931 7248728.4449731 19868 5000 7.1132511e-11 7248728.4 Loop time of 0.0171571 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:02 2021 Pair time (%) = 0.001333 (7.76938) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.215391) Outpt time (%) = 0.01566 (91.2746) Other time (%) = 0.000127077 (0.740669) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:02 2021 Memory usage per processor = 27.5428 Mbytes Step Atoms AVEKE stressZZ 19868 5000 7.1132511e-11 7248691.3 19869 -0.0126099999999931 7248587.50984769 19869 5000 7.1127315e-11 7248587.5 Loop time of 0.0173891 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:02 2021 Pair time (%) = 0.00113201 (6.50991) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183725) Outpt time (%) = 0.016119 (92.6962) Other time (%) = 0.000106096 (0.610132) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:02 2021 Memory usage per processor = 27.5428 Mbytes Step Atoms AVEKE stressZZ 19869 5000 7.1127315e-11 7248550.3 19870 -0.0126099999999931 7248446.58214037 19870 5000 7.1122125e-11 7248446.6 Loop time of 0.0196941 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:02 2021 Pair time (%) = 0.00108194 (5.49375) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.157379) Outpt time (%) = 0.018486 (93.8658) Other time (%) = 9.5129e-05 (0.483033) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:02 2021 Memory usage per processor = 27.5428 Mbytes Step Atoms AVEKE stressZZ 19870 5000 7.1122125e-11 7248409.4 19871 -0.0126099999999931 7248305.66184422 19871 5000 7.111694e-11 7248305.7 Loop time of 0.016701 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:02 2021 Pair time (%) = 0.00109005 (6.52686) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191295) Outpt time (%) = 0.0154572 (92.5524) Other time (%) = 0.000121832 (0.729489) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:02 2021 Memory usage per processor = 27.5428 Mbytes Step Atoms AVEKE stressZZ 19871 5000 7.111694e-11 7248268.5 19872 -0.0126099999999931 7248164.74895459 19872 5000 7.1111757e-11 7248164.7 Loop time of 0.017504 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:02 2021 Pair time (%) = 0.00156498 (8.94071) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.211123) Outpt time (%) = 0.015738 (89.9111) Other time (%) = 0.000164032 (0.937113) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:02 2021 Memory usage per processor = 27.5428 Mbytes Step Atoms AVEKE stressZZ 19872 5000 7.1111757e-11 7248127.6 19873 -0.0126099999999931 7248023.84346782 19873 5000 7.1106577e-11 7248023.8 Loop time of 0.0173571 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:02 2021 Pair time (%) = 0.0010879 (6.26777) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184063) Outpt time (%) = 0.016145 (93.0166) Other time (%) = 9.2268e-05 (0.531586) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:02 2021 Memory usage per processor = 27.5428 Mbytes Step Atoms AVEKE stressZZ 19873 5000 7.1106577e-11 7247986.7 19874 -0.0126099999999931 7247882.94538106 19874 5000 7.1101398e-11 7247882.9 Loop time of 0.0167291 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:02 2021 Pair time (%) = 0.00108695 (6.49736) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190973) Outpt time (%) = 0.0155182 (92.7616) Other time (%) = 9.20296e-05 (0.550116) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:02 2021 Memory usage per processor = 27.5428 Mbytes Step Atoms AVEKE stressZZ 19874 5000 7.1101398e-11 7247845.8 19875 -0.0126099999999931 7247742.05469241 19875 5000 7.1096221e-11 7247742.1 Loop time of 0.016871 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:02 2021 Pair time (%) = 0.00111508 (6.60948) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.196433) Outpt time (%) = 0.0155752 (92.3193) Other time (%) = 0.000147581 (0.874763) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:02 2021 Memory usage per processor = 27.5428 Mbytes Step Atoms AVEKE stressZZ 19875 5000 7.1096221e-11 7247704.9 19876 -0.0126099999999931 7247601.17139973 19876 5000 7.1091044e-11 7247601.2 Loop time of 0.0175591 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:02 2021 Pair time (%) = 0.00123405 (7.02803) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.183304) Outpt time (%) = 0.0161791 (92.141) Other time (%) = 0.000113726 (0.647675) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:02 2021 Memory usage per processor = 27.5428 Mbytes Step Atoms AVEKE stressZZ 19876 5000 7.1091044e-11 7247564 19877 -0.0126099999999931 7247460.29550149 19877 5000 7.1085868e-11 7247460.3 Loop time of 0.0176229 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:02 2021 Pair time (%) = 0.00118113 (6.7022) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.193463) Outpt time (%) = 0.0162771 (92.363) Other time (%) = 0.000130653 (0.741382) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:02 2021 Memory usage per processor = 27.5428 Mbytes Step Atoms AVEKE stressZZ 19877 5000 7.1085868e-11 7247423.1 19878 -0.0126099999999931 7247319.42699634 19878 5000 7.1080694e-11 7247319.4 Loop time of 0.016803 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:02 2021 Pair time (%) = 0.00116014 (6.90438) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190133) Outpt time (%) = 0.0155129 (92.3223) Other time (%) = 9.799e-05 (0.583169) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:02 2021 Memory usage per processor = 27.5428 Mbytes Step Atoms AVEKE stressZZ 19878 5000 7.1080694e-11 7247282.3 19879 -0.0126099999999931 7247178.56588285 19879 5000 7.1075519e-11 7247178.6 Loop time of 0.0167651 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:02 2021 Pair time (%) = 0.00113893 (6.79342) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.196251) Outpt time (%) = 0.0154562 (92.1926) Other time (%) = 0.000137091 (0.817714) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:02 2021 Memory usage per processor = 27.5428 Mbytes Step Atoms AVEKE stressZZ 19879 5000 7.1075519e-11 7247141.4 19880 -0.0126099999999931 7247037.71215969 19880 5000 7.1070346e-11 7247037.7 Loop time of 0.0200381 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:02 2021 Pair time (%) = 0.00117898 (5.88368) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.159436) Outpt time (%) = 0.0187001 (93.3227) Other time (%) = 0.000127077 (0.634177) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:02 2021 Memory usage per processor = 27.5428 Mbytes Step Atoms AVEKE stressZZ 19880 5000 7.1070346e-11 7247000.5 19881 -0.0126099999999931 7246896.86582574 19881 5000 7.1065173e-11 7246896.9 Loop time of 0.017236 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:02 2021 Pair time (%) = 0.00109196 (6.33533) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185357) Outpt time (%) = 0.0159891 (92.7656) Other time (%) = 0.000123024 (0.713762) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:02 2021 Memory usage per processor = 27.5428 Mbytes Step Atoms AVEKE stressZZ 19881 5000 7.1065173e-11 7246859.7 19882 -0.0126099999999931 7246756.0268797 19882 5000 7.106e-11 7246756 Loop time of 0.016793 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:02 2021 Pair time (%) = 0.00110102 (6.5564) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.197345) Outpt time (%) = 0.0155642 (92.6826) Other time (%) = 9.46522e-05 (0.56364) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:02 2021 Memory usage per processor = 27.5428 Mbytes Step Atoms AVEKE stressZZ 19882 5000 7.106e-11 7246718.9 19883 -0.0126099999999931 7246615.19532049 19883 5000 7.1054829e-11 7246615.2 Loop time of 0.017035 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:02 2021 Pair time (%) = 0.00131297 (7.70749) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205738) Outpt time (%) = 0.0155568 (91.3226) Other time (%) = 0.000130177 (0.764171) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:02 2021 Memory usage per processor = 27.5428 Mbytes Step Atoms AVEKE stressZZ 19883 5000 7.1054829e-11 7246578 19884 -0.0126099999999931 7246474.37114688 19884 5000 7.1049657e-11 7246474.4 Loop time of 0.01739 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:02 2021 Pair time (%) = 0.001127 (6.48076) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183715) Outpt time (%) = 0.0161378 (92.7995) Other time (%) = 9.32217e-05 (0.536064) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:02 2021 Memory usage per processor = 27.5428 Mbytes Step Atoms AVEKE stressZZ 19884 5000 7.1049657e-11 7246437.2 19885 -0.0126099999999931 7246333.55435786 19885 5000 7.1044487e-11 7246333.6 Loop time of 0.0175531 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:02 2021 Pair time (%) = 0.00116205 (6.62021) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.194233) Outpt time (%) = 0.0162561 (92.611) Other time (%) = 0.000100851 (0.574549) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:02 2021 Memory usage per processor = 27.5428 Mbytes Step Atoms AVEKE stressZZ 19885 5000 7.1044487e-11 7246296.4 19886 -0.0126099999999931 7246192.74495227 19886 5000 7.1039317e-11 7246192.7 Loop time of 0.016597 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:02 2021 Pair time (%) = 0.00113106 (6.81482) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.199675) Outpt time (%) = 0.01531 (92.2457) Other time (%) = 0.000122786 (0.739804) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:02 2021 Memory usage per processor = 27.5428 Mbytes Step Atoms AVEKE stressZZ 19886 5000 7.1039317e-11 7246155.6 19887 -0.0126099999999931 7246051.9429291 19887 5000 7.1034148e-11 7246051.9 Loop time of 0.0173979 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:02 2021 Pair time (%) = 0.00133491 (7.67281) Neigh time (%) = 0 (0) Comm time (%) = 4.19617e-05 (0.241188) Outpt time (%) = 0.015851 (91.1089) Other time (%) = 0.000169992 (0.977087) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:02 2021 Memory usage per processor = 27.5428 Mbytes Step Atoms AVEKE stressZZ 19887 5000 7.1034148e-11 7246014.8 19888 -0.0126099999999931 7245911.14828716 19888 5000 7.1028979e-11 7245911.1 Loop time of 0.0171621 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:02 2021 Pair time (%) = 0.00108504 (6.32233) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186155) Outpt time (%) = 0.015955 (92.9664) Other time (%) = 9.01222e-05 (0.525124) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:02 2021 Memory usage per processor = 27.5428 Mbytes Step Atoms AVEKE stressZZ 19888 5000 7.1028979e-11 7245874 19889 -0.0126099999999931 7245770.3610254 19889 5000 7.1023811e-11 7245770.4 Loop time of 0.017343 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:02 2021 Pair time (%) = 0.00109696 (6.32509) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191086) Outpt time (%) = 0.016073 (92.6769) Other time (%) = 0.000139952 (0.806962) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:02 2021 Memory usage per processor = 27.5428 Mbytes Step Atoms AVEKE stressZZ 19889 5000 7.1023811e-11 7245733.2 19890 -0.0126099999999931 7245629.58114291 19890 5000 7.1018643e-11 7245629.6 Loop time of 0.0194039 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:02 2021 Pair time (%) = 0.00112319 (5.78846) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.175706) Outpt time (%) = 0.0180991 (93.2753) Other time (%) = 0.000147581 (0.760573) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:02 2021 Memory usage per processor = 27.5428 Mbytes Step Atoms AVEKE stressZZ 19890 5000 7.1018643e-11 7245592.4 19891 -0.0126099999999931 7245488.80863849 19891 5000 7.1013476e-11 7245488.8 Loop time of 0.017241 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:02 2021 Pair time (%) = 0.0013299 (7.71358) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.225406) Outpt time (%) = 0.015734 (91.259) Other time (%) = 0.000138283 (0.802058) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:02 2021 Memory usage per processor = 27.5428 Mbytes Step Atoms AVEKE stressZZ 19891 5000 7.1013476e-11 7245451.7 19892 -0.0126099999999931 7245348.04351125 19892 5000 7.100831e-11 7245348 Loop time of 0.0172231 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:02 2021 Pair time (%) = 0.00108504 (6.29992) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.18688) Outpt time (%) = 0.016017 (92.9969) Other time (%) = 8.89301e-05 (0.516342) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:02 2021 Memory usage per processor = 27.5428 Mbytes Step Atoms AVEKE stressZZ 19892 5000 7.100831e-11 7245310.9 19893 -0.0126099999999931 7245207.28576011 19893 5000 7.1003144e-11 7245207.3 Loop time of 0.016614 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:02 2021 Pair time (%) = 0.00111389 (6.70455) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.193732) Outpt time (%) = 0.0153668 (92.4933) Other time (%) = 0.000101089 (0.608461) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:02 2021 Memory usage per processor = 27.5428 Mbytes Step Atoms AVEKE stressZZ 19893 5000 7.1003144e-11 7245170.1 19894 -0.0126099999999931 7245066.53538402 19894 5000 7.0997979e-11 7245066.5 Loop time of 0.0165188 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:02 2021 Pair time (%) = 0.00113297 (6.85863) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193404) Outpt time (%) = 0.015265 (92.4096) Other time (%) = 8.89301e-05 (0.538356) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:02 2021 Memory usage per processor = 27.5428 Mbytes Step Atoms AVEKE stressZZ 19894 5000 7.0997979e-11 7245029.4 19895 -0.0126099999999931 7244925.79238204 19895 5000 7.0992814e-11 7244925.8 Loop time of 0.016784 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:02 2021 Pair time (%) = 0.0011251 (6.70341) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190349) Outpt time (%) = 0.015537 (92.5707) Other time (%) = 8.98838e-05 (0.535534) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:02 2021 Memory usage per processor = 27.5428 Mbytes Step Atoms AVEKE stressZZ 19895 5000 7.0992814e-11 7244888.6 19896 -0.0126099999999931 7244785.05675317 19896 5000 7.098765e-11 7244785.1 Loop time of 0.0175998 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:02 2021 Pair time (%) = 0.00120807 (6.86409) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.176106) Outpt time (%) = 0.0162709 (92.4491) Other time (%) = 8.98838e-05 (0.510709) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:02 2021 Memory usage per processor = 27.5428 Mbytes Step Atoms AVEKE stressZZ 19896 5000 7.098765e-11 7244747.9 19897 -0.0126099999999931 7244644.32849631 19897 5000 7.0982487e-11 7244644.3 Loop time of 0.0169721 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:02 2021 Pair time (%) = 0.00109506 (6.45211) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188239) Outpt time (%) = 0.015703 (92.5224) Other time (%) = 0.000142097 (0.837243) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:02 2021 Memory usage per processor = 27.5428 Mbytes Step Atoms AVEKE stressZZ 19897 5000 7.0982487e-11 7244607.2 19898 -0.0126099999999931 7244503.60761078 19898 5000 7.0977324e-11 7244503.6 Loop time of 0.0169909 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:02 2021 Pair time (%) = 0.00128913 (7.58717) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206272) Outpt time (%) = 0.0155499 (91.519) Other time (%) = 0.000116825 (0.687575) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:02 2021 Memory usage per processor = 27.5428 Mbytes Step Atoms AVEKE stressZZ 19898 5000 7.0977324e-11 7244466.5 19899 -0.0126099999999931 7244362.8942018 19899 5000 7.0972162e-11 7244362.9 Loop time of 0.0173712 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:02 2021 Pair time (%) = 0.00108814 (6.26407) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183914) Outpt time (%) = 0.0161591 (93.0222) Other time (%) = 9.20296e-05 (0.529783) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:02 2021 Memory usage per processor = 27.5428 Mbytes Step Atoms AVEKE stressZZ 19899 5000 7.0972162e-11 7244325.7 19900 -0.0126099999999931 7244222.18837299 19900 5000 7.0967e-11 7244222.2 Loop time of 0.0198841 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:02 2021 Pair time (%) = 0.00117302 (5.89928) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.165468) Outpt time (%) = 0.018574 (93.4113) Other time (%) = 0.000104189 (0.523981) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:02 2021 Memory usage per processor = 27.5428 Mbytes Step Atoms AVEKE stressZZ 19900 5000 7.0967e-11 7244185 19901 -0.0126099999999931 7244081.49003058 19901 5000 7.0961839e-11 7244081.5 Loop time of 0.01684 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:02 2021 Pair time (%) = 0.00108385 (6.43618) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.191131) Outpt time (%) = 0.01563 (92.8149) Other time (%) = 9.39369e-05 (0.557821) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:02 2021 Memory usage per processor = 27.5428 Mbytes Step Atoms AVEKE stressZZ 19901 5000 7.0961839e-11 7244044.3 19902 -0.0126099999999931 7243940.79914731 19902 5000 7.0956678e-11 7243940.8 Loop time of 0.01682 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:03 2021 Pair time (%) = 0.00119901 (7.12848) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.202699) Outpt time (%) = 0.0154829 (92.0508) Other time (%) = 0.000103951 (0.618019) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:03 2021 Memory usage per processor = 27.5428 Mbytes Step Atoms AVEKE stressZZ 19902 5000 7.0956678e-11 7243903.7 19903 -0.0126099999999931 7243800.11570828 19903 5000 7.0951519e-11 7243800.1 Loop time of 0.0173519 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:03 2021 Pair time (%) = 0.00109482 (6.30951) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184119) Outpt time (%) = 0.0161319 (92.9691) Other time (%) = 9.32217e-05 (0.537243) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:03 2021 Memory usage per processor = 27.5428 Mbytes Step Atoms AVEKE stressZZ 19903 5000 7.0951519e-11 7243763 19904 -0.0126099999999931 7243659.43969522 19904 5000 7.0946359e-11 7243659.4 Loop time of 0.0173731 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:03 2021 Pair time (%) = 0.00109792 (6.31965) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.178405) Outpt time (%) = 0.016139 (92.8967) Other time (%) = 0.000105143 (0.605204) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:03 2021 Memory usage per processor = 27.5428 Mbytes Step Atoms AVEKE stressZZ 19904 5000 7.0946359e-11 7243622.3 19905 -0.0126099999999931 7243518.77110459 19905 5000 7.0941201e-11 7243518.8 Loop time of 0.016886 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:03 2021 Pair time (%) = 0.00111604 (6.60925) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207554) Outpt time (%) = 0.0156329 (92.5789) Other time (%) = 0.000102043 (0.604306) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:03 2021 Memory usage per processor = 27.5428 Mbytes Step Atoms AVEKE stressZZ 19905 5000 7.0941201e-11 7243481.6 19906 -0.0126099999999931 7243378.10993339 19906 5000 7.0936042e-11 7243378.1 Loop time of 0.017621 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:03 2021 Pair time (%) = 0.00166202 (9.432) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.220544) Outpt time (%) = 0.015784 (89.5749) Other time (%) = 0.000136137 (0.772582) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:03 2021 Memory usage per processor = 27.5428 Mbytes Step Atoms AVEKE stressZZ 19906 5000 7.0936042e-11 7243341 19907 -0.0126099999999931 7243237.45617687 19907 5000 7.0930885e-11 7243237.5 Loop time of 0.0174999 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:03 2021 Pair time (%) = 0.00108504 (6.20027) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182561) Outpt time (%) = 0.0162911 (93.0926) Other time (%) = 9.17912e-05 (0.524523) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:03 2021 Memory usage per processor = 27.5428 Mbytes Step Atoms AVEKE stressZZ 19907 5000 7.0930885e-11 7243200.3 19908 -0.0126099999999931 7243096.80983107 19908 5000 7.0925728e-11 7243096.8 Loop time of 0.017154 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:03 2021 Pair time (%) = 0.00108695 (6.33643) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186243) Outpt time (%) = 0.0159428 (92.9394) Other time (%) = 9.2268e-05 (0.537881) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:03 2021 Memory usage per processor = 27.5428 Mbytes Step Atoms AVEKE stressZZ 19908 5000 7.0925728e-11 7243059.7 19909 -0.0126099999999931 7242956.17089246 19909 5000 7.0920572e-11 7242956.2 Loop time of 0.0170021 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:03 2021 Pair time (%) = 0.00113416 (6.67069) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.199125) Outpt time (%) = 0.0156751 (92.1949) Other time (%) = 0.000159025 (0.935326) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:03 2021 Memory usage per processor = 27.5428 Mbytes Step Atoms AVEKE stressZZ 19909 5000 7.0920572e-11 7242919 19910 -0.0126099999999931 7242815.53935793 19910 5000 7.0915416e-11 7242815.5 Loop time of 0.0200369 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:03 2021 Pair time (%) = 0.0012939 (6.45756) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.164206) Outpt time (%) = 0.0185869 (92.7631) Other time (%) = 0.000123262 (0.615176) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:03 2021 Memory usage per processor = 27.5429 Mbytes Step Atoms AVEKE stressZZ 19910 5000 7.0915416e-11 7242778.4 19911 -0.0126099999999931 7242674.91527828 19911 5000 7.0910261e-11 7242674.9 Loop time of 0.0172148 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:03 2021 Pair time (%) = 0.00109196 (6.34314) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180045) Outpt time (%) = 0.0160019 (92.9547) Other time (%) = 8.98838e-05 (0.522132) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:03 2021 Memory usage per processor = 27.5429 Mbytes Step Atoms AVEKE stressZZ 19911 5000 7.0910261e-11 7242637.8 19912 -0.0126099999999931 7242534.29864284 19912 5000 7.0905106e-11 7242534.3 Loop time of 0.017324 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:03 2021 Pair time (%) = 0.00114989 (6.63758) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191297) Outpt time (%) = 0.0160408 (92.5931) Other time (%) = 0.000100136 (0.578019) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:03 2021 Memory usage per processor = 27.5429 Mbytes Step Atoms AVEKE stressZZ 19912 5000 7.0905106e-11 7242497.2 19913 -0.0126099999999931 7242393.68943475 19913 5000 7.0899952e-11 7242393.7 Loop time of 0.016753 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:03 2021 Pair time (%) = 0.0011692 (6.97909) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209202) Outpt time (%) = 0.0154479 (92.2097) Other time (%) = 0.000100851 (0.60199) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:03 2021 Memory usage per processor = 27.5429 Mbytes Step Atoms AVEKE stressZZ 19913 5000 7.0899952e-11 7242356.6 19914 -0.0126099999999931 7242253.08764487 19914 5000 7.0894799e-11 7242253.1 Loop time of 0.0173061 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:03 2021 Pair time (%) = 0.00121903 (7.04396) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197005) Outpt time (%) = 0.015944 (92.1294) Other time (%) = 0.000108957 (0.629589) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:03 2021 Memory usage per processor = 27.5429 Mbytes Step Atoms AVEKE stressZZ 19914 5000 7.0894799e-11 7242216 19915 -0.0126099999999931 7242112.49326784 19915 5000 7.0889646e-11 7242112.5 Loop time of 0.0173459 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:03 2021 Pair time (%) = 0.00108981 (6.28282) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.185557) Outpt time (%) = 0.0161328 (93.0066) Other time (%) = 9.10759e-05 (0.525057) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:03 2021 Memory usage per processor = 27.5429 Mbytes Step Atoms AVEKE stressZZ 19915 5000 7.0889646e-11 7242075.4 19916 -0.0126099999999931 7241971.90629936 19916 5000 7.0884494e-11 7241971.9 Loop time of 0.0168521 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:03 2021 Pair time (%) = 0.00113201 (6.71732) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.18392) Outpt time (%) = 0.0155959 (92.5456) Other time (%) = 9.32217e-05 (0.553174) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:03 2021 Memory usage per processor = 27.5429 Mbytes Step Atoms AVEKE stressZZ 19916 5000 7.0884494e-11 7241934.8 19917 -0.0126099999999931 7241831.32737517 19917 5000 7.0879342e-11 7241831.3 Loop time of 0.0168171 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:03 2021 Pair time (%) = 0.00117707 (6.99926) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.202733) Outpt time (%) = 0.015461 (91.936) Other time (%) = 0.000144958 (0.861971) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:03 2021 Memory usage per processor = 27.5429 Mbytes Step Atoms AVEKE stressZZ 19917 5000 7.0879342e-11 7241794.2 19918 -0.0126099999999931 7241690.7563963 19918 5000 7.0874191e-11 7241690.8 Loop time of 0.0175009 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:03 2021 Pair time (%) = 0.00126004 (7.19988) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182551) Outpt time (%) = 0.0161159 (92.0863) Other time (%) = 9.29832e-05 (0.531306) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:03 2021 Memory usage per processor = 27.5429 Mbytes Step Atoms AVEKE stressZZ 19918 5000 7.0874191e-11 7241653.6 19919 -0.0126099999999931 7241550.19317016 19919 5000 7.086904e-11 7241550.2 Loop time of 0.017242 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:03 2021 Pair time (%) = 0.00108194 (6.27506) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185293) Outpt time (%) = 0.0160351 (93.0004) Other time (%) = 9.29832e-05 (0.539285) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:03 2021 Memory usage per processor = 27.5429 Mbytes Step Atoms AVEKE stressZZ 19919 5000 7.086904e-11 7241513.1 19920 -0.0126099999999931 7241409.63765239 19920 5000 7.0863891e-11 7241409.6 Loop time of 0.0203481 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:03 2021 Pair time (%) = 0.00147009 (7.22471) Neigh time (%) = 0 (0) Comm time (%) = 5.00679e-05 (0.246057) Outpt time (%) = 0.0186899 (91.8508) Other time (%) = 0.000138044 (0.678415) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:03 2021 Memory usage per processor = 27.5429 Mbytes Step Atoms AVEKE stressZZ 19920 5000 7.0863891e-11 7241372.5 19921 -0.0126099999999931 7241269.08978067 19921 5000 7.0858741e-11 7241269.1 Loop time of 0.0167429 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:03 2021 Pair time (%) = 0.00115991 (6.92773) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.197935) Outpt time (%) = 0.0154049 (92.0085) Other time (%) = 0.000144958 (0.865789) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:03 2021 Memory usage per processor = 27.5429 Mbytes Step Atoms AVEKE stressZZ 19921 5000 7.0858741e-11 7241232 19922 -0.0126099999999931 7241128.54952567 19922 5000 7.0853592e-11 7241128.5 Loop time of 0.0176649 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:03 2021 Pair time (%) = 0.00119805 (6.78211) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.191654) Outpt time (%) = 0.0162899 (92.2164) Other time (%) = 0.000143051 (0.809804) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:03 2021 Memory usage per processor = 27.5429 Mbytes Step Atoms AVEKE stressZZ 19922 5000 7.0853592e-11 7241091.4 19923 -0.0126099999999931 7240988.01686533 19923 5000 7.0848444e-11 7240988 Loop time of 0.0178869 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:03 2021 Pair time (%) = 0.00117302 (6.55799) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.190608) Outpt time (%) = 0.0165479 (92.5143) Other time (%) = 0.000131845 (0.737107) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:03 2021 Memory usage per processor = 27.5429 Mbytes Step Atoms AVEKE stressZZ 19923 5000 7.0848444e-11 7240950.9 19924 -0.0126099999999931 7240847.49178233 19924 5000 7.0843296e-11 7240847.5 Loop time of 0.016803 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:03 2021 Pair time (%) = 0.00109005 (6.48722) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.184457) Outpt time (%) = 0.0155871 (92.7636) Other time (%) = 9.48906e-05 (0.564723) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:03 2021 Memory usage per processor = 27.5429 Mbytes Step Atoms AVEKE stressZZ 19924 5000 7.0843296e-11 7240810.4 19925 -0.0126099999999931 7240706.9742626 19925 5000 7.0838149e-11 7240707 Loop time of 0.016726 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:03 2021 Pair time (%) = 0.00119495 (7.14428) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.198136) Outpt time (%) = 0.0153818 (91.9634) Other time (%) = 0.00011611 (0.694187) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:03 2021 Memory usage per processor = 27.5429 Mbytes Step Atoms AVEKE stressZZ 19925 5000 7.0838149e-11 7240669.8 19926 -0.0126099999999931 7240566.46429392 19926 5000 7.0833003e-11 7240566.5 Loop time of 0.0174558 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:03 2021 Pair time (%) = 0.00112796 (6.46179) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183023) Outpt time (%) = 0.016212 (92.8744) Other time (%) = 8.39233e-05 (0.480776) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:03 2021 Memory usage per processor = 27.5429 Mbytes Step Atoms AVEKE stressZZ 19926 5000 7.0833003e-11 7240529.3 19927 -0.0126099999999931 7240425.96186606 19927 5000 7.0827857e-11 7240426 Loop time of 0.017482 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:03 2021 Pair time (%) = 0.001086 (6.21207) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182748) Outpt time (%) = 0.0162699 (93.0665) Other time (%) = 9.41753e-05 (0.538698) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:03 2021 Memory usage per processor = 27.5429 Mbytes Step Atoms AVEKE stressZZ 19927 5000 7.0827857e-11 7240388.8 19928 -0.0126099999999931 7240285.46696998 19928 5000 7.0822712e-11 7240285.5 Loop time of 0.0165589 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:03 2021 Pair time (%) = 0.00109982 (6.6419) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.194376) Outpt time (%) = 0.015331 (92.5849) Other time (%) = 9.58443e-05 (0.578809) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:03 2021 Memory usage per processor = 27.5429 Mbytes Step Atoms AVEKE stressZZ 19928 5000 7.0822712e-11 7240248.3 19929 -0.0126099999999931 7240144.97959757 19929 5000 7.0817567e-11 7240145 Loop time of 0.0175169 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:03 2021 Pair time (%) = 0.00137711 (7.86161) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.212329) Outpt time (%) = 0.015934 (90.9638) Other time (%) = 0.000168562 (0.962284) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:03 2021 Memory usage per processor = 27.5429 Mbytes Step Atoms AVEKE stressZZ 19929 5000 7.0817567e-11 7240107.9 19930 -0.0126099999999931 7240004.49974166 19930 5000 7.0812423e-11 7240004.5 Loop time of 0.01952 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:03 2021 Pair time (%) = 0.00110292 (5.65021) Neigh time (%) = 0 (0) Comm time (%) = 5.50747e-05 (0.282144) Outpt time (%) = 0.0182648 (93.5693) Other time (%) = 9.72748e-05 (0.498333) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:03 2021 Memory usage per processor = 27.5429 Mbytes Step Atoms AVEKE stressZZ 19930 5000 7.0812423e-11 7239967.4 19931 -0.0126099999999931 7239864.0273957 19931 5000 7.0807279e-11 7239864 Loop time of 0.017283 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:03 2021 Pair time (%) = 0.001091 (6.31259) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184853) Outpt time (%) = 0.016067 (92.9645) Other time (%) = 9.29832e-05 (0.538005) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:03 2021 Memory usage per processor = 27.5429 Mbytes Step Atoms AVEKE stressZZ 19931 5000 7.0807279e-11 7239826.9 19932 -0.0126099999999931 7239723.5625536 19932 5000 7.0802136e-11 7239723.6 Loop time of 0.0166709 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:03 2021 Pair time (%) = 0.00109601 (6.57437) Neigh time (%) = 0 (0) Comm time (%) = 6.19888e-05 (0.371838) Outpt time (%) = 0.0153999 (92.3759) Other time (%) = 0.00011301 (0.677889) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:03 2021 Memory usage per processor = 27.5429 Mbytes Step Atoms AVEKE stressZZ 19932 5000 7.0802136e-11 7239686.4 19933 -0.0126099999999931 7239583.10520978 19933 5000 7.0796994e-11 7239583.1 Loop time of 0.0173991 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:03 2021 Pair time (%) = 0.00145006 (8.33413) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.201433) Outpt time (%) = 0.0157671 (90.6203) Other time (%) = 0.000146866 (0.844102) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:03 2021 Memory usage per processor = 27.5429 Mbytes Step Atoms AVEKE stressZZ 19933 5000 7.0796994e-11 7239546 19934 -0.0126099999999931 7239442.65535933 19934 5000 7.0791852e-11 7239442.7 Loop time of 0.0172541 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:03 2021 Pair time (%) = 0.001091 (6.32315) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185162) Outpt time (%) = 0.0160379 (92.9514) Other time (%) = 9.32217e-05 (0.540287) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:03 2021 Memory usage per processor = 27.5429 Mbytes Step Atoms AVEKE stressZZ 19934 5000 7.0791852e-11 7239405.5 19935 -0.0126099999999931 7239302.21299721 19935 5000 7.078671e-11 7239302.2 Loop time of 0.017241 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:03 2021 Pair time (%) = 0.00116515 (6.75803) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.295932) Outpt time (%) = 0.0158908 (92.1689) Other time (%) = 0.000133991 (0.777166) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:03 2021 Memory usage per processor = 27.5429 Mbytes Step Atoms AVEKE stressZZ 19935 5000 7.078671e-11 7239265.1 19936 -0.0126099999999931 7239161.77811904 19936 5000 7.078157e-11 7239161.8 Loop time of 0.0167761 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:03 2021 Pair time (%) = 0.00119686 (7.13433) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.201808) Outpt time (%) = 0.0154412 (92.0428) Other time (%) = 0.000104189 (0.621056) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:03 2021 Memory usage per processor = 27.5429 Mbytes Step Atoms AVEKE stressZZ 19936 5000 7.078157e-11 7239124.7 19937 -0.0126099999999931 7239021.35072061 19937 5000 7.077643e-11 7239021.4 Loop time of 0.0165229 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:03 2021 Pair time (%) = 0.001127 (6.82087) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193357) Outpt time (%) = 0.015275 (92.4475) Other time (%) = 8.89301e-05 (0.538224) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:26:03 2021 Memory usage per processor = 27.5429 Mbytes Step Atoms AVEKE stressZZ 19937 5000 7.077643e-11 7238984.2 19938 -0.0126099999999931 7238860.45933597 19938 5000 1.3969871e-10 7239098.7 Loop time of 0.016212 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:03 2021 Pair time (%) = 0.00109196 (6.73549) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.197065) Outpt time (%) = 0.0149281 (92.0806) Other time (%) = 0.000159979 (0.986794) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:03 2021 Memory usage per processor = 27.5429 Mbytes Step Atoms AVEKE stressZZ 19938 5000 1.3969871e-10 7302529.4 19939 -0.0126424999999931 7302392.98924973 19939 5000 1.1241688e-10 7302393 Loop time of 0.017148 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:03 2021 Pair time (%) = 0.0010891 (6.35115) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180746) Outpt time (%) = 0.0159202 (92.8397) Other time (%) = 0.000107765 (0.628441) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:03 2021 Memory usage per processor = 27.5429 Mbytes Step Atoms AVEKE stressZZ 19939 5000 1.1241688e-10 7302342.9 19940 -0.0126424999999931 7302218.12602279 19940 5000 9.6617037e-11 7302218.1 Loop time of 0.019017 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:03 2021 Pair time (%) = 0.00113606 (5.97395) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.167998) Outpt time (%) = 0.0177569 (93.3741) Other time (%) = 9.20296e-05 (0.483934) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:03 2021 Memory usage per processor = 27.5429 Mbytes Step Atoms AVEKE stressZZ 19940 5000 9.6617037e-11 7302172.6 19941 -0.0126424999999931 7302055.25210772 19941 5000 8.7196191e-11 7302055.3 Loop time of 0.016695 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:03 2021 Pair time (%) = 0.00113297 (6.78624) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.197075) Outpt time (%) = 0.015429 (92.4169) Other time (%) = 0.000100136 (0.599794) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:03 2021 Memory usage per processor = 27.5429 Mbytes Step Atoms AVEKE stressZZ 19941 5000 8.7196191e-11 7302012.6 19942 -0.0126424999999931 7301900.00024029 19942 5000 8.1458504e-11 7301900 Loop time of 0.017323 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:03 2021 Pair time (%) = 0.00123405 (7.12379) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.196812) Outpt time (%) = 0.0159349 (91.9871) Other time (%) = 0.000119925 (0.692284) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:03 2021 Memory usage per processor = 27.5429 Mbytes Step Atoms AVEKE stressZZ 19942 5000 8.1458504e-11 7301859.2 19943 -0.0126424999999931 7301749.59498807 19943 5000 7.7911744e-11 7301749.6 Loop time of 0.0172172 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:03 2021 Pair time (%) = 0.00108814 (6.3201) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18556) Outpt time (%) = 0.0160031 (92.9487) Other time (%) = 9.39369e-05 (0.545601) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:03 2021 Memory usage per processor = 27.5429 Mbytes Step Atoms AVEKE stressZZ 19943 5000 7.7911744e-11 7301710 19944 -0.0126424999999931 7301602.27253704 19944 5000 7.5696846e-11 7301602.3 Loop time of 0.0166421 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:03 2021 Pair time (%) = 0.00109291 (6.56715) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.193404) Outpt time (%) = 0.015379 (92.41) Other time (%) = 0.000138044 (0.829489) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:03 2021 Memory usage per processor = 27.5429 Mbytes Step Atoms AVEKE stressZZ 19944 5000 7.5696846e-11 7301563.4 19945 -0.0126424999999931 7301456.91196531 19945 5000 7.4303921e-11 7301456.9 Loop time of 0.0172441 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:04 2021 Pair time (%) = 0.00156498 (9.07545) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.208774) Outpt time (%) = 0.0154991 (89.8807) Other time (%) = 0.000144005 (0.835096) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:04 2021 Memory usage per processor = 27.5429 Mbytes Step Atoms AVEKE stressZZ 19945 5000 7.4303921e-11 7301418.5 19946 -0.0126424999999931 7301312.80091491 19946 5000 7.3423495e-11 7301312.8 Loop time of 0.0174119 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:04 2021 Pair time (%) = 0.00113797 (6.53558) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183484) Outpt time (%) = 0.0161481 (92.7414) Other time (%) = 9.39369e-05 (0.539497) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:04 2021 Memory usage per processor = 27.5429 Mbytes Step Atoms AVEKE stressZZ 19946 5000 7.3423495e-11 7301274.7 19947 -0.0126424999999931 7301169.48667422 19947 5000 7.2864776e-11 7301169.5 Loop time of 0.0167749 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:04 2021 Pair time (%) = 0.00111198 (6.62886) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.184767) Outpt time (%) = 0.015538 (92.6264) Other time (%) = 9.39369e-05 (0.559985) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:04 2021 Memory usage per processor = 27.5429 Mbytes Step Atoms AVEKE stressZZ 19947 5000 7.2864776e-11 7301131.6 19948 -0.0126424999999931 7301026.68153978 19948 5000 7.2508892e-11 7301026.7 Loop time of 0.0169671 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:04 2021 Pair time (%) = 0.0012629 (7.44327) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.200941) Outpt time (%) = 0.0155661 (91.7431) Other time (%) = 0.000103951 (0.612661) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:04 2021 Memory usage per processor = 27.5429 Mbytes Step Atoms AVEKE stressZZ 19948 5000 7.2508892e-11 7300988.9 19949 -0.0126424999999931 7300884.20267229 19949 5000 7.2281261e-11 7300884.2 Loop time of 0.0171938 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:04 2021 Pair time (%) = 0.00111699 (6.49648) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185812) Outpt time (%) = 0.0159488 (92.7589) Other time (%) = 9.60827e-05 (0.558822) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:04 2021 Memory usage per processor = 27.5429 Mbytes Step Atoms AVEKE stressZZ 19949 5000 7.2281261e-11 7300846.5 19950 -0.0126424999999931 7300741.93387516 19950 5000 7.213487e-11 7300741.9 Loop time of 0.0198722 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:04 2021 Pair time (%) = 0.00121403 (6.10918) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.165567) Outpt time (%) = 0.0185132 (93.1614) Other time (%) = 0.000112057 (0.563887) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:04 2021 Memory usage per processor = 27.5429 Mbytes Step Atoms AVEKE stressZZ 19950 5000 7.213487e-11 7300704.3 19951 -0.0126424999999931 7300599.80130355 19951 5000 7.2040003e-11 7300599.8 Loop time of 0.0171909 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:04 2021 Pair time (%) = 0.00109291 (6.35748) Neigh time (%) = 0 (0) Comm time (%) = 5.98431e-05 (0.348108) Outpt time (%) = 0.0159068 (92.5302) Other time (%) = 0.000131369 (0.764174) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:04 2021 Memory usage per processor = 27.5429 Mbytes Step Atoms AVEKE stressZZ 19951 5000 7.2040003e-11 7300562.2 19952 -0.0126424999999931 7300457.75802797 19952 5000 7.1977835e-11 7300457.8 Loop time of 0.017097 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:04 2021 Pair time (%) = 0.00115204 (6.73825) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.199414) Outpt time (%) = 0.0158088 (92.4655) Other time (%) = 0.000102043 (0.596848) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:04 2021 Memory usage per processor = 27.5429 Mbytes Step Atoms AVEKE stressZZ 19952 5000 7.1977835e-11 7300420.2 19953 -0.0126424999999931 7300315.77422375 19953 5000 7.1936431e-11 7300315.8 Loop time of 0.017622 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:04 2021 Pair time (%) = 0.00126505 (7.17881) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.181297) Outpt time (%) = 0.0162182 (92.0338) Other time (%) = 0.000106812 (0.606126) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:04 2021 Memory usage per processor = 27.5429 Mbytes Step Atoms AVEKE stressZZ 19953 5000 7.1936431e-11 7300278.2 19954 -0.0126424999999931 7300173.83093688 19954 5000 7.1908216e-11 7300173.8 Loop time of 0.017231 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:04 2021 Pair time (%) = 0.0011301 (6.55856) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185411) Outpt time (%) = 0.0159771 (92.7233) Other time (%) = 9.17912e-05 (0.53271) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:04 2021 Memory usage per processor = 27.5429 Mbytes Step Atoms AVEKE stressZZ 19954 5000 7.1908216e-11 7300136.3 19955 -0.0126424999999931 7300031.91612107 19955 5000 7.1888379e-11 7300031.9 Loop time of 0.0166361 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:04 2021 Pair time (%) = 0.00109315 (6.57093) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.19204) Outpt time (%) = 0.0154171 (92.6724) Other time (%) = 9.39369e-05 (0.564656) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:04 2021 Memory usage per processor = 27.5429 Mbytes Step Atoms AVEKE stressZZ 19955 5000 7.1888379e-11 7299994.4 19956 -0.0126424999999931 7299890.02212078 19956 5000 7.1873866e-11 7299890 Loop time of 0.0170121 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:04 2021 Pair time (%) = 0.00130701 (7.68282) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.22984) Outpt time (%) = 0.0155489 (91.3992) Other time (%) = 0.000117064 (0.688118) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:04 2021 Memory usage per processor = 27.5429 Mbytes Step Atoms AVEKE stressZZ 19956 5000 7.1873866e-11 7299852.5 19957 -0.0126424999999931 7299748.14407013 19957 5000 7.1862735e-11 7299748.1 Loop time of 0.0173779 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:04 2021 Pair time (%) = 0.00108504 (6.24383) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.178356) Outpt time (%) = 0.0161688 (93.0428) Other time (%) = 9.29832e-05 (0.535068) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:04 2021 Memory usage per processor = 27.5429 Mbytes Step Atoms AVEKE stressZZ 19957 5000 7.1862735e-11 7299710.6 19958 -0.0126424999999931 7299606.27887668 19958 5000 7.1853755e-11 7299606.3 Loop time of 0.0171721 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:04 2021 Pair time (%) = 0.00108886 (6.34085) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180493) Outpt time (%) = 0.015959 (92.9358) Other time (%) = 9.32217e-05 (0.542867) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:04 2021 Memory usage per processor = 27.5429 Mbytes Step Atoms AVEKE stressZZ 19958 5000 7.1853755e-11 7299568.7 19959 -0.0126424999999931 7299464.42457483 19959 5000 7.1846141e-11 7299464.4 Loop time of 0.016695 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:04 2021 Pair time (%) = 0.00112295 (6.72627) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.202788) Outpt time (%) = 0.015435 (92.4526) Other time (%) = 0.000103235 (0.618359) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:04 2021 Memory usage per processor = 27.5429 Mbytes Step Atoms AVEKE stressZZ 19959 5000 7.1846141e-11 7299426.9 19960 -0.0126424999999931 7299322.57991471 19960 5000 7.1839396e-11 7299322.6 Loop time of 0.0200231 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:04 2021 Pair time (%) = 0.001333 (6.6573) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.173845) Outpt time (%) = 0.018503 (92.408) Other time (%) = 0.000152349 (0.760868) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:04 2021 Memory usage per processor = 27.5429 Mbytes Step Atoms AVEKE stressZZ 19960 5000 7.1839396e-11 7299285.1 19961 -0.0126424999999931 7299180.74410197 19961 5000 7.1833203e-11 7299180.7 Loop time of 0.017381 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:04 2021 Pair time (%) = 0.00113606 (6.53626) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.178324) Outpt time (%) = 0.016078 (92.5035) Other time (%) = 0.000135899 (0.781882) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:04 2021 Memory usage per processor = 27.5429 Mbytes Step Atoms AVEKE stressZZ 19961 5000 7.1833203e-11 7299143.2 19962 -0.0126424999999931 7299038.91660188 19962 5000 7.1827361e-11 7299038.9 Loop time of 0.0174971 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:04 2021 Pair time (%) = 0.00137901 (7.8814) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.205756) Outpt time (%) = 0.0159051 (90.9018) Other time (%) = 0.000176907 (1.01106) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:04 2021 Memory usage per processor = 27.5429 Mbytes Step Atoms AVEKE stressZZ 19962 5000 7.1827361e-11 7299001.4 19963 -0.0126424999999931 7298897.09711255 19963 5000 7.1821742e-11 7298897.1 Loop time of 0.0170231 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:04 2021 Pair time (%) = 0.00117421 (6.89776) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.27591) Outpt time (%) = 0.0156701 (92.0518) Other time (%) = 0.000131845 (0.77451) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:04 2021 Memory usage per processor = 27.5429 Mbytes Step Atoms AVEKE stressZZ 19963 5000 7.1821742e-11 7298859.6 19964 -0.0126424999999931 7298755.28543827 19964 5000 7.1816265e-11 7298755.3 Loop time of 0.0176191 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:04 2021 Pair time (%) = 0.00139189 (7.89986) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.186739) Outpt time (%) = 0.0160592 (91.1461) Other time (%) = 0.000135183 (0.767253) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:04 2021 Memory usage per processor = 27.5429 Mbytes Step Atoms AVEKE stressZZ 19964 5000 7.1816265e-11 7298717.8 19965 -0.0126424999999931 7298613.48147269 19965 5000 7.1810879e-11 7298613.5 Loop time of 0.0174251 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:04 2021 Pair time (%) = 0.0010879 (6.24333) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.177873) Outpt time (%) = 0.0162139 (93.0493) Other time (%) = 9.2268e-05 (0.529513) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:04 2021 Memory usage per processor = 27.5429 Mbytes Step Atoms AVEKE stressZZ 19965 5000 7.1810879e-11 7298576 19966 -0.0126424999999931 7298471.68516842 19966 5000 7.1805551e-11 7298471.7 Loop time of 0.016875 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:04 2021 Pair time (%) = 0.00110197 (6.53019) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.194973) Outpt time (%) = 0.015641 (92.6871) Other time (%) = 9.91821e-05 (0.587745) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:04 2021 Memory usage per processor = 27.5429 Mbytes Step Atoms AVEKE stressZZ 19966 5000 7.1805551e-11 7298434.2 19967 -0.0126424999999931 7298329.89644559 19967 5000 7.1800259e-11 7298329.9 Loop time of 0.0167899 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:04 2021 Pair time (%) = 0.00111198 (6.62293) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.195961) Outpt time (%) = 0.015542 (92.5677) Other time (%) = 0.000102997 (0.613445) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:04 2021 Memory usage per processor = 27.5429 Mbytes Step Atoms AVEKE stressZZ 19967 5000 7.1800259e-11 7298292.4 19968 -0.0126424999999931 7298188.11526243 19968 5000 7.1794992e-11 7298188.1 Loop time of 0.0172138 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:04 2021 Pair time (%) = 0.00117087 (6.80194) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.186981) Outpt time (%) = 0.0159109 (92.4307) Other time (%) = 9.98974e-05 (0.580332) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:04 2021 Memory usage per processor = 27.5429 Mbytes Step Atoms AVEKE stressZZ 19968 5000 7.1794992e-11 7298150.6 19969 -0.0126424999999931 7298046.3415929 19969 5000 7.1789739e-11 7298046.3 Loop time of 0.0175569 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:04 2021 Pair time (%) = 0.00114608 (6.52779) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.181969) Outpt time (%) = 0.0162759 (92.7036) Other time (%) = 0.000102997 (0.586646) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:04 2021 Memory usage per processor = 27.5429 Mbytes Step Atoms AVEKE stressZZ 19969 5000 7.1789739e-11 7298008.8 19970 -0.0126424999999931 7297904.57542002 19970 5000 7.1784497e-11 7297904.6 Loop time of 0.019315 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:04 2021 Pair time (%) = 0.00108695 (5.62749) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.165406) Outpt time (%) = 0.0181031 (93.7257) Other time (%) = 9.29832e-05 (0.481404) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:04 2021 Memory usage per processor = 27.5429 Mbytes Step Atoms AVEKE stressZZ 19970 5000 7.1784497e-11 7297867.1 19971 -0.0126424999999931 7297762.81673264 19971 5000 7.1779261e-11 7297762.8 Loop time of 0.016758 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:04 2021 Pair time (%) = 0.00117397 (7.00546) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.20914) Outpt time (%) = 0.0154462 (92.1722) Other time (%) = 0.000102758 (0.613191) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:04 2021 Memory usage per processor = 27.5429 Mbytes Step Atoms AVEKE stressZZ 19971 5000 7.1779261e-11 7297725.3 19972 -0.0126424999999931 7297621.06552287 19972 5000 7.1774029e-11 7297621.1 Loop time of 0.0172958 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:04 2021 Pair time (%) = 0.00119519 (6.91029) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179202) Outpt time (%) = 0.015976 (92.3688) Other time (%) = 9.36985e-05 (0.54174) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:04 2021 Memory usage per processor = 27.5429 Mbytes Step Atoms AVEKE stressZZ 19972 5000 7.1774029e-11 7297583.5 19973 -0.0126424999999931 7297479.32178544 19973 5000 7.1768801e-11 7297479.3 Loop time of 0.017277 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:04 2021 Pair time (%) = 0.0010891 (6.30373) Neigh time (%) = 0 (0) Comm time (%) = 5.50747e-05 (0.318775) Outpt time (%) = 0.0160379 (92.8283) Other time (%) = 9.48906e-05 (0.549231) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:04 2021 Memory usage per processor = 27.5429 Mbytes Step Atoms AVEKE stressZZ 19973 5000 7.1768801e-11 7297441.8 19974 -0.0126424999999931 7297337.5855163 19974 5000 7.1763574e-11 7297337.6 Loop time of 0.0166459 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:04 2021 Pair time (%) = 0.00110006 (6.60861) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.197657) Outpt time (%) = 0.015414 (92.5993) Other time (%) = 9.89437e-05 (0.594403) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:04 2021 Memory usage per processor = 27.5429 Mbytes Step Atoms AVEKE stressZZ 19974 5000 7.1763574e-11 7297300.1 19975 -0.0126424999999931 7297195.85671226 19975 5000 7.1758349e-11 7297195.9 Loop time of 0.0171978 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:04 2021 Pair time (%) = 0.00130105 (7.56519) Neigh time (%) = 0 (0) Comm time (%) = 5.19753e-05 (0.30222) Outpt time (%) = 0.0157268 (91.4464) Other time (%) = 0.000118017 (0.686232) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:04 2021 Memory usage per processor = 27.5429 Mbytes Step Atoms AVEKE stressZZ 19975 5000 7.1758349e-11 7297158.3 19976 -0.0126424999999931 7297054.13537092 19976 5000 7.1753125e-11 7297054.1 Loop time of 0.0174429 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:04 2021 Pair time (%) = 0.00113201 (6.4898) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183158) Outpt time (%) = 0.016187 (92.7994) Other time (%) = 9.20296e-05 (0.527604) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:04 2021 Memory usage per processor = 27.5429 Mbytes Step Atoms AVEKE stressZZ 19976 5000 7.1753125e-11 7297016.6 19977 -0.0126424999999931 7296912.42152057 19977 5000 7.1747903e-11 7296912.4 Loop time of 0.0171859 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:04 2021 Pair time (%) = 0.00108624 (6.32049) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185897) Outpt time (%) = 0.015974 (92.9484) Other time (%) = 9.36985e-05 (0.545205) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:04 2021 Memory usage per processor = 27.5429 Mbytes Step Atoms AVEKE stressZZ 19977 5000 7.1747903e-11 7296874.9 19978 -0.0126424999999931 7296770.71519053 19978 5000 7.1742681e-11 7296770.7 Loop time of 0.0167501 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:04 2021 Pair time (%) = 0.00114894 (6.8593) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.202121) Outpt time (%) = 0.0153971 (91.9223) Other time (%) = 0.000170231 (1.0163) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:04 2021 Memory usage per processor = 27.5429 Mbytes Step Atoms AVEKE stressZZ 19978 5000 7.1742681e-11 7296733.2 19979 -0.0126424999999931 7296629.01635217 19979 5000 7.173746e-11 7296629 Loop time of 0.0169759 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:04 2021 Pair time (%) = 0.00113821 (6.70487) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.195219) Outpt time (%) = 0.0157051 (92.5143) Other time (%) = 9.94205e-05 (0.585658) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:04 2021 Memory usage per processor = 27.5429 Mbytes Step Atoms AVEKE stressZZ 19979 5000 7.173746e-11 7296591.5 19980 -0.0126424999999931 7296487.3249964 19980 5000 7.1732239e-11 7296487.3 Loop time of 0.019119 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:04 2021 Pair time (%) = 0.00113082 (5.91463) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.162113) Outpt time (%) = 0.017863 (93.4307) Other time (%) = 9.41753e-05 (0.492574) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:04 2021 Memory usage per processor = 27.5429 Mbytes Step Atoms AVEKE stressZZ 19980 5000 7.1732239e-11 7296449.8 19981 -0.0126424999999931 7296345.64111785 19981 5000 7.1727019e-11 7296345.6 Loop time of 0.0164819 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:04 2021 Pair time (%) = 0.00112796 (6.84363) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.188051) Outpt time (%) = 0.0152349 (92.4345) Other time (%) = 8.79765e-05 (0.533777) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:04 2021 Memory usage per processor = 27.5429 Mbytes Step Atoms AVEKE stressZZ 19981 5000 7.1727019e-11 7296308.1 19982 -0.0126424999999931 7296203.96471264 19982 5000 7.17218e-11 7296204 Loop time of 0.016712 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:04 2021 Pair time (%) = 0.00108886 (6.51544) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191169) Outpt time (%) = 0.0155041 (92.7727) Other time (%) = 8.70228e-05 (0.520722) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:04 2021 Memory usage per processor = 27.5429 Mbytes Step Atoms AVEKE stressZZ 19982 5000 7.17218e-11 7296166.5 19983 -0.0126424999999931 7296062.2957776 19983 5000 7.1716582e-11 7296062.3 Loop time of 0.0174801 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:04 2021 Pair time (%) = 0.00108695 (6.2182) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.177312) Outpt time (%) = 0.016278 (93.123) Other time (%) = 8.41618e-05 (0.481471) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:04 2021 Memory usage per processor = 27.5429 Mbytes Step Atoms AVEKE stressZZ 19983 5000 7.1716582e-11 7296024.8 19984 -0.0126424999999931 7295920.63431018 19984 5000 7.1711364e-11 7295920.6 Loop time of 0.0174301 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:04 2021 Pair time (%) = 0.0011549 (6.6259) Neigh time (%) = 0 (0) Comm time (%) = 3.12328e-05 (0.179189) Outpt time (%) = 0.0161381 (92.5876) Other time (%) = 0.000105858 (0.607329) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:04 2021 Memory usage per processor = 27.5429 Mbytes Step Atoms AVEKE stressZZ 19984 5000 7.1711364e-11 7295883.1 19985 -0.0126424999999931 7295778.98030798 19985 5000 7.1706146e-11 7295779 Loop time of 0.0167079 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:04 2021 Pair time (%) = 0.00112581 (6.73821) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.281115) Outpt time (%) = 0.0154059 (92.2073) Other time (%) = 0.000129223 (0.773424) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:04 2021 Memory usage per processor = 27.5429 Mbytes Step Atoms AVEKE stressZZ 19985 5000 7.1706146e-11 7295741.5 19986 -0.0126424999999931 7295637.3337691 19986 5000 7.170093e-11 7295637.3 Loop time of 0.0172858 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:04 2021 Pair time (%) = 0.00131702 (7.6191) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197236) Outpt time (%) = 0.0157881 (91.3354) Other time (%) = 0.000146627 (0.848252) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:04 2021 Memory usage per processor = 27.5429 Mbytes Step Atoms AVEKE stressZZ 19986 5000 7.170093e-11 7295599.8 19987 -0.0126424999999931 7295495.69469154 19987 5000 7.1695714e-11 7295495.7 Loop time of 0.0176208 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:04 2021 Pair time (%) = 0.00110888 (6.29304) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.188074) Outpt time (%) = 0.0163798 (92.9574) Other time (%) = 9.89437e-05 (0.561517) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:04 2021 Memory usage per processor = 27.5429 Mbytes Step Atoms AVEKE stressZZ 19987 5000 7.1695714e-11 7295458.2 19988 -0.0126424999999931 7295354.06307359 19988 5000 7.1690498e-11 7295354.1 Loop time of 0.0170851 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:05 2021 Pair time (%) = 0.0010922 (6.39269) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186994) Outpt time (%) = 0.0158391 (92.7072) Other time (%) = 0.000121832 (0.71309) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:05 2021 Memory usage per processor = 27.5429 Mbytes Step Atoms AVEKE stressZZ 19988 5000 7.1690498e-11 7295316.6 19989 -0.0126424999999931 7295212.43891227 19989 5000 7.1685283e-11 7295212.4 Loop time of 0.0169842 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:05 2021 Pair time (%) = 0.00110793 (6.5233) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.195123) Outpt time (%) = 0.0157261 (92.5923) Other time (%) = 0.000117064 (0.689249) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:05 2021 Memory usage per processor = 27.5429 Mbytes Step Atoms AVEKE stressZZ 19989 5000 7.1685283e-11 7295174.9 19990 -0.0126424999999931 7295070.82218068 19990 5000 7.1680069e-11 7295070.8 Loop time of 0.0199881 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:05 2021 Pair time (%) = 0.00126505 (6.32902) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.170571) Outpt time (%) = 0.0185719 (92.9147) Other time (%) = 0.000117064 (0.585667) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:05 2021 Memory usage per processor = 27.5429 Mbytes Step Atoms AVEKE stressZZ 19990 5000 7.1680069e-11 7295033.3 19991 -0.0126424999999931 7294929.21290202 19991 5000 7.1674855e-11 7294929.2 Loop time of 0.017581 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:05 2021 Pair time (%) = 0.00108981 (6.19881) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.176295) Outpt time (%) = 0.016367 (93.0947) Other time (%) = 9.32217e-05 (0.530241) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:05 2021 Memory usage per processor = 27.5429 Mbytes Step Atoms AVEKE stressZZ 19991 5000 7.1674855e-11 7294891.7 19992 -0.0126424999999931 7294787.61104126 19992 5000 7.1669642e-11 7294787.6 Loop time of 0.017355 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:05 2021 Pair time (%) = 0.0010879 (6.26855) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.178591) Outpt time (%) = 0.01614 (92.9992) Other time (%) = 9.60827e-05 (0.553632) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:05 2021 Memory usage per processor = 27.5429 Mbytes Step Atoms AVEKE stressZZ 19992 5000 7.1669642e-11 7294750.1 19993 -0.0126424999999931 7294646.0166273 19993 5000 7.166443e-11 7294646 Loop time of 0.016607 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:05 2021 Pair time (%) = 0.00111198 (6.69586) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.198119) Outpt time (%) = 0.0153401 (92.371) Other time (%) = 0.00012207 (0.735051) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:05 2021 Memory usage per processor = 27.5429 Mbytes Step Atoms AVEKE stressZZ 19993 5000 7.166443e-11 7294608.5 19994 -0.0126424999999931 7294504.42966118 19994 5000 7.1659218e-11 7294504.4 Loop time of 0.0176489 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:05 2021 Pair time (%) = 0.00129795 (7.35427) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.186424) Outpt time (%) = 0.016149 (91.5015) Other time (%) = 0.000169039 (0.957785) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:05 2021 Memory usage per processor = 27.5429 Mbytes Step Atoms AVEKE stressZZ 19994 5000 7.1659218e-11 7294466.9 19995 -0.0126424999999931 7294362.85014145 19995 5000 7.1654006e-11 7294362.9 Loop time of 0.0174751 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:05 2021 Pair time (%) = 0.00109196 (6.24864) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.184185) Outpt time (%) = 0.016258 (93.0351) Other time (%) = 9.29832e-05 (0.532089) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:05 2021 Memory usage per processor = 27.5429 Mbytes Step Atoms AVEKE stressZZ 19995 5000 7.1654006e-11 7294325.4 19996 -0.0126424999999931 7294221.27806704 19996 5000 7.1648796e-11 7294221.3 Loop time of 0.0167851 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:05 2021 Pair time (%) = 0.00108695 (6.47567) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190336) Outpt time (%) = 0.015574 (92.7843) Other time (%) = 9.2268e-05 (0.5497) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:05 2021 Memory usage per processor = 27.5429 Mbytes Step Atoms AVEKE stressZZ 19996 5000 7.1648796e-11 7294183.8 19997 -0.0126424999999931 7294079.71343676 19997 5000 7.1643585e-11 7294079.7 Loop time of 0.016876 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:05 2021 Pair time (%) = 0.00113082 (6.70076) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.196375) Outpt time (%) = 0.015564 (92.2255) Other time (%) = 0.000148058 (0.877329) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:05 2021 Memory usage per processor = 27.5429 Mbytes Step Atoms AVEKE stressZZ 19997 5000 7.1643585e-11 7294042.2 19998 -0.0126424999999931 7293938.15624949 19998 5000 7.1638376e-11 7293938.2 Loop time of 0.0173531 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:05 2021 Pair time (%) = 0.00134397 (7.74483) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.196472) Outpt time (%) = 0.015872 (91.4652) Other time (%) = 0.000102997 (0.593537) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:05 2021 Memory usage per processor = 27.5429 Mbytes Step Atoms AVEKE stressZZ 19998 5000 7.1638376e-11 7293900.7 19999 -0.0126424999999931 7293796.60650409 19999 5000 7.1633167e-11 7293796.6 Loop time of 0.017416 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:05 2021 Pair time (%) = 0.0010879 (6.24658) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183441) Outpt time (%) = 0.0162029 (93.0347) Other time (%) = 9.32217e-05 (0.535264) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:05 2021 Memory usage per processor = 27.5429 Mbytes Step Atoms AVEKE stressZZ 19999 5000 7.1633167e-11 7293759.1 20000 -0.0126424999999931 7293655.06419949 20000 5000 7.1627959e-11 7293655.1 Loop time of 0.0192361 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:05 2021 Pair time (%) = 0.0010879 (5.65554) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.161126) Outpt time (%) = 0.018023 (93.6938) Other time (%) = 9.41753e-05 (0.489576) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:05 2021 Memory usage per processor = 27.5429 Mbytes Step Atoms AVEKE stressZZ 20000 5000 7.1627959e-11 7293617.6 20001 -0.0126424999999931 7293513.52933455 20001 5000 7.1622751e-11 7293513.5 Loop time of 0.0170009 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:05 2021 Pair time (%) = 0.00133801 (7.8702) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.21737) Outpt time (%) = 0.015516 (91.2659) Other time (%) = 0.000109911 (0.6465) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:05 2021 Memory usage per processor = 27.5429 Mbytes Step Atoms AVEKE stressZZ 20001 5000 7.1622751e-11 7293476 20002 -0.0126424999999931 7293372.00190807 20002 5000 7.1617544e-11 7293372 Loop time of 0.017565 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:05 2021 Pair time (%) = 0.00116801 (6.64965) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.187314) Outpt time (%) = 0.016264 (92.5929) Other time (%) = 0.000100136 (0.570087) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:05 2021 Memory usage per processor = 27.5429 Mbytes Step Atoms AVEKE stressZZ 20002 5000 7.1617544e-11 7293334.5 20003 -0.0126424999999931 7293230.48191914 20003 5000 7.1612337e-11 7293230.5 Loop time of 0.0175452 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:05 2021 Pair time (%) = 0.00115299 (6.57155) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18209) Outpt time (%) = 0.016238 (92.5493) Other time (%) = 0.000122309 (0.697106) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:05 2021 Memory usage per processor = 27.5429 Mbytes Step Atoms AVEKE stressZZ 20003 5000 7.1612337e-11 7293193 20004 -0.0126424999999931 7293088.96936662 20004 5000 7.1607131e-11 7293089 Loop time of 0.0170822 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:05 2021 Pair time (%) = 0.0010891 (6.37561) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187025) Outpt time (%) = 0.0158691 (92.8986) Other time (%) = 9.20296e-05 (0.538745) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:05 2021 Memory usage per processor = 27.5429 Mbytes Step Atoms AVEKE stressZZ 20004 5000 7.1607131e-11 7293051.5 20005 -0.0126424999999931 7292947.46424961 20005 5000 7.1601926e-11 7292947.5 Loop time of 0.017261 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:05 2021 Pair time (%) = 0.00112104 (6.49465) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191994) Outpt time (%) = 0.016006 (92.7291) Other time (%) = 0.000100851 (0.58427) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:05 2021 Memory usage per processor = 27.5429 Mbytes Step Atoms AVEKE stressZZ 20005 5000 7.1601926e-11 7292910 20006 -0.0126424999999931 7292805.96656677 20006 5000 7.1596721e-11 7292806 Loop time of 0.0174499 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:05 2021 Pair time (%) = 0.00108719 (6.23036) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.17762) Outpt time (%) = 0.0162361 (93.0441) Other time (%) = 9.56059e-05 (0.547889) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:05 2021 Memory usage per processor = 27.5429 Mbytes Step Atoms AVEKE stressZZ 20006 5000 7.1596721e-11 7292768.5 20007 -0.0126424999999931 7292664.47631742 20007 5000 7.1591517e-11 7292664.5 Loop time of 0.017344 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:05 2021 Pair time (%) = 0.00112486 (6.48558) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184203) Outpt time (%) = 0.016094 (92.7927) Other time (%) = 9.32217e-05 (0.537487) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:05 2021 Memory usage per processor = 27.5429 Mbytes Step Atoms AVEKE stressZZ 20007 5000 7.1591517e-11 7292627 20008 -0.0126424999999931 7292522.99350032 20008 5000 7.1586313e-11 7292523 Loop time of 0.0166171 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:05 2021 Pair time (%) = 0.00113106 (6.80661) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.205174) Outpt time (%) = 0.015347 (92.3569) Other time (%) = 0.000104904 (0.631304) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:05 2021 Memory usage per processor = 27.5429 Mbytes Step Atoms AVEKE stressZZ 20008 5000 7.1586313e-11 7292485.5 20009 -0.0126424999999931 7292381.51811446 20009 5000 7.158111e-11 7292381.5 Loop time of 0.0175061 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:05 2021 Pair time (%) = 0.00148892 (8.50516) Neigh time (%) = 0 (0) Comm time (%) = 4.81606e-05 (0.275107) Outpt time (%) = 0.0157831 (90.1574) Other time (%) = 0.000185966 (1.06229) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:05 2021 Memory usage per processor = 27.5429 Mbytes Step Atoms AVEKE stressZZ 20009 5000 7.158111e-11 7292344 20010 -0.0126424999999931 7292240.050159 20010 5000 7.1575908e-11 7292240.1 Loop time of 0.019731 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:05 2021 Pair time (%) = 0.00109506 (5.54992) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.161918) Outpt time (%) = 0.018512 (93.8217) Other time (%) = 9.20296e-05 (0.46642) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:05 2021 Memory usage per processor = 27.5429 Mbytes Step Atoms AVEKE stressZZ 20010 5000 7.1575908e-11 7292202.6 20011 -0.0126424999999931 7292098.58963278 20011 5000 7.1570706e-11 7292098.6 Loop time of 0.0174711 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:05 2021 Pair time (%) = 0.00123501 (7.06887) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.195145) Outpt time (%) = 0.016104 (92.1751) Other time (%) = 9.799e-05 (0.56087) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:05 2021 Memory usage per processor = 27.5429 Mbytes Step Atoms AVEKE stressZZ 20011 5000 7.1570706e-11 7292061.1 20012 -0.0126424999999931 7291957.13653481 20012 5000 7.1565505e-11 7291957.1 Loop time of 0.0167189 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:05 2021 Pair time (%) = 0.00109982 (6.57835) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.196794) Outpt time (%) = 0.015444 (92.3749) Other time (%) = 0.000142097 (0.849923) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:05 2021 Memory usage per processor = 27.5429 Mbytes Step Atoms AVEKE stressZZ 20012 5000 7.1565505e-11 7291919.7 20013 -0.0126424999999931 7291815.69086421 20013 5000 7.1560304e-11 7291815.7 Loop time of 0.0172849 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:05 2021 Pair time (%) = 0.00153208 (8.86369) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.213799) Outpt time (%) = 0.015573 (90.0963) Other time (%) = 0.000142813 (0.82623) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:05 2021 Memory usage per processor = 27.5429 Mbytes Step Atoms AVEKE stressZZ 20013 5000 7.1560304e-11 7291778.2 20014 -0.0126424999999931 7291674.25261991 20014 5000 7.1555104e-11 7291674.3 Loop time of 0.0176411 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:05 2021 Pair time (%) = 0.00109315 (6.19662) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.181101) Outpt time (%) = 0.0163879 (92.8965) Other time (%) = 0.000128031 (0.725754) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:05 2021 Memory usage per processor = 27.5429 Mbytes Step Atoms AVEKE stressZZ 20014 5000 7.1555104e-11 7291636.8 20015 -0.0126424999999931 7291532.82180101 20015 5000 7.1549905e-11 7291532.8 Loop time of 0.01735 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:05 2021 Pair time (%) = 0.00109196 (6.29372) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184139) Outpt time (%) = 0.0161328 (92.9848) Other time (%) = 9.32217e-05 (0.537302) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:05 2021 Memory usage per processor = 27.5429 Mbytes Step Atoms AVEKE stressZZ 20015 5000 7.1549905e-11 7291495.3 20016 -0.0126424999999931 7291391.39840645 20016 5000 7.1544706e-11 7291391.4 Loop time of 0.0168869 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:05 2021 Pair time (%) = 0.00112104 (6.63852) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207542) Outpt time (%) = 0.0156322 (92.5694) Other time (%) = 9.87053e-05 (0.584506) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:05 2021 Memory usage per processor = 27.5429 Mbytes Step Atoms AVEKE stressZZ 20016 5000 7.1544706e-11 7291353.9 20017 -0.0126424999999931 7291249.98243534 20017 5000 7.1539508e-11 7291250 Loop time of 0.0172968 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:05 2021 Pair time (%) = 0.00129318 (7.47643) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.271544) Outpt time (%) = 0.015789 (91.283) Other time (%) = 0.000167608 (0.969014) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:05 2021 Memory usage per processor = 27.5429 Mbytes Step Atoms AVEKE stressZZ 20017 5000 7.1539508e-11 7291212.5 20018 -0.0126424999999931 7291108.57388665 20018 5000 7.153431e-11 7291108.6 Loop time of 0.0172129 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:05 2021 Pair time (%) = 0.00108695 (6.31475) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185606) Outpt time (%) = 0.016001 (92.9594) Other time (%) = 9.29832e-05 (0.540196) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:05 2021 Memory usage per processor = 27.5429 Mbytes Step Atoms AVEKE stressZZ 20018 5000 7.153431e-11 7291071.1 20019 -0.0126424999999931 7290967.17275954 20019 5000 7.1529113e-11 7290967.2 Loop time of 0.0166061 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:05 2021 Pair time (%) = 0.0010891 (6.55841) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192388) Outpt time (%) = 0.0153971 (92.7194) Other time (%) = 8.79765e-05 (0.529784) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:05 2021 Memory usage per processor = 27.5429 Mbytes Step Atoms AVEKE stressZZ 20019 5000 7.1529113e-11 7290929.7 20020 -0.0126424999999931 7290825.77905303 20020 5000 7.1523917e-11 7290825.8 Loop time of 0.0191751 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:05 2021 Pair time (%) = 0.00120711 (6.29523) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.177803) Outpt time (%) = 0.0178299 (92.9849) Other time (%) = 0.000103951 (0.542113) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:05 2021 Memory usage per processor = 27.5429 Mbytes Step Atoms AVEKE stressZZ 20020 5000 7.1523917e-11 7290788.3 20021 -0.0126424999999931 7290684.39276619 20021 5000 7.1518721e-11 7290684.4 Loop time of 0.0172389 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:05 2021 Pair time (%) = 0.00125408 (7.27474) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190858) Outpt time (%) = 0.0158489 (91.9369) Other time (%) = 0.000102997 (0.597469) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:05 2021 Memory usage per processor = 27.5429 Mbytes Step Atoms AVEKE stressZZ 20021 5000 7.1518721e-11 7290646.9 20022 -0.0126424999999931 7290543.013898 20022 5000 7.1513526e-11 7290543 Loop time of 0.0172441 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:05 2021 Pair time (%) = 0.00115991 (6.7264) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.295878) Outpt time (%) = 0.015877 (92.0721) Other time (%) = 0.000156164 (0.905609) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:05 2021 Memory usage per processor = 27.5429 Mbytes Step Atoms AVEKE stressZZ 20022 5000 7.1513526e-11 7290505.5 20023 -0.0126424999999931 7290401.64244758 20023 5000 7.1508331e-11 7290401.6 Loop time of 0.0166411 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:05 2021 Pair time (%) = 0.00113201 (6.80249) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.186252) Outpt time (%) = 0.0153852 (92.4525) Other time (%) = 9.29832e-05 (0.558755) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:05 2021 Memory usage per processor = 27.5429 Mbytes Step Atoms AVEKE stressZZ 20023 5000 7.1508331e-11 7290364.2 20024 -0.0126424999999931 7290260.27841405 20024 5000 7.1503137e-11 7290260.3 Loop time of 0.0166841 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:05 2021 Pair time (%) = 0.0010891 (6.52777) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191489) Outpt time (%) = 0.015475 (92.7534) Other time (%) = 8.79765e-05 (0.527309) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:05 2021 Memory usage per processor = 27.5429 Mbytes Step Atoms AVEKE stressZZ 20024 5000 7.1503137e-11 7290222.8 20025 -0.0126424999999931 7290118.92179638 20025 5000 7.1497944e-11 7290118.9 Loop time of 0.016721 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:05 2021 Pair time (%) = 0.00113297 (6.7757) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.185362) Outpt time (%) = 0.0154672 (92.5014) Other time (%) = 8.98838e-05 (0.53755) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:05 2021 Memory usage per processor = 27.5429 Mbytes Step Atoms AVEKE stressZZ 20025 5000 7.1497944e-11 7290081.5 20026 -0.0126424999999931 7289977.57259373 20026 5000 7.1492751e-11 7289977.6 Loop time of 0.017235 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:05 2021 Pair time (%) = 0.00130701 (7.58345) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.20335) Outpt time (%) = 0.0157881 (91.6045) Other time (%) = 0.000104904 (0.608668) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:05 2021 Memory usage per processor = 27.5429 Mbytes Step Atoms AVEKE stressZZ 20026 5000 7.1492751e-11 7289940.1 20027 -0.0126424999999931 7289836.23080508 20027 5000 7.1487559e-11 7289836.2 Loop time of 0.0175641 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:05 2021 Pair time (%) = 0.00111985 (6.37582) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.187324) Outpt time (%) = 0.0163112 (92.8667) Other time (%) = 0.000100136 (0.570118) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:05 2021 Memory usage per processor = 27.5429 Mbytes Step Atoms AVEKE stressZZ 20027 5000 7.1487559e-11 7289798.8 20028 -0.0126424999999931 7289694.89642971 20028 5000 7.1482367e-11 7289694.9 Loop time of 0.016613 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:05 2021 Pair time (%) = 0.0010922 (6.57434) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192308) Outpt time (%) = 0.015394 (92.6622) Other time (%) = 9.48906e-05 (0.571183) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:05 2021 Memory usage per processor = 27.5429 Mbytes Step Atoms AVEKE stressZZ 20028 5000 7.1482367e-11 7289657.4 20029 -0.0126424999999931 7289553.5694666 20029 5000 7.1477176e-11 7289553.6 Loop time of 0.016922 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:05 2021 Pair time (%) = 0.00123286 (7.28556) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.231064) Outpt time (%) = 0.015538 (91.8212) Other time (%) = 0.000112057 (0.662196) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:05 2021 Memory usage per processor = 27.5429 Mbytes Step Atoms AVEKE stressZZ 20029 5000 7.1477176e-11 7289516.1 20030 -0.0126424999999931 7289412.24991473 20030 5000 7.1471985e-11 7289412.2 Loop time of 0.0198488 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:06 2021 Pair time (%) = 0.00113106 (5.69836) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.160957) Outpt time (%) = 0.0185928 (93.6722) Other time (%) = 9.29832e-05 (0.468457) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:06 2021 Memory usage per processor = 27.5429 Mbytes Step Atoms AVEKE stressZZ 20030 5000 7.1471985e-11 7289374.8 20031 -0.0126424999999931 7289270.93777344 20031 5000 7.1466796e-11 7289270.9 Loop time of 0.0170779 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:06 2021 Pair time (%) = 0.00108695 (6.36465) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187072) Outpt time (%) = 0.0158651 (92.8982) Other time (%) = 9.39369e-05 (0.550049) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:06 2021 Memory usage per processor = 27.5429 Mbytes Step Atoms AVEKE stressZZ 20031 5000 7.1466796e-11 7289233.5 20032 -0.0126424999999931 7289129.63304159 20032 5000 7.1461606e-11 7289129.6 Loop time of 0.016995 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:06 2021 Pair time (%) = 0.00109196 (6.42518) Neigh time (%) = 0 (0) Comm time (%) = 6.79493e-05 (0.39982) Outpt time (%) = 0.0157361 (92.5928) Other time (%) = 9.89437e-05 (0.582195) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:06 2021 Memory usage per processor = 27.5429 Mbytes Step Atoms AVEKE stressZZ 20032 5000 7.1461606e-11 7289092.2 20033 -0.0126424999999931 7288988.33571832 20033 5000 7.1456418e-11 7288988.3 Loop time of 0.016993 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:06 2021 Pair time (%) = 0.00130701 (7.69144) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.224486) Outpt time (%) = 0.0155289 (91.384) Other time (%) = 0.000118971 (0.700115) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:06 2021 Memory usage per processor = 27.5429 Mbytes Step Atoms AVEKE stressZZ 20033 5000 7.1456418e-11 7288950.9 20034 -0.0126424999999931 7288847.04587903 20034 5000 7.1451229e-11 7288847 Loop time of 0.0174179 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:06 2021 Pair time (%) = 0.00108194 (6.21167) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183421) Outpt time (%) = 0.0162079 (93.0533) Other time (%) = 9.60827e-05 (0.551632) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:06 2021 Memory usage per processor = 27.5429 Mbytes Step Atoms AVEKE stressZZ 20034 5000 7.1451229e-11 7288809.6 20035 -0.0126424999999931 7288705.76354149 20035 5000 7.1446042e-11 7288705.8 Loop time of 0.0173919 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:06 2021 Pair time (%) = 0.001086 (6.24426) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183695) Outpt time (%) = 0.016181 (93.0374) Other time (%) = 9.29832e-05 (0.534635) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:06 2021 Memory usage per processor = 27.5429 Mbytes Step Atoms AVEKE stressZZ 20035 5000 7.1446042e-11 7288668.3 20036 -0.0126424999999931 7288564.48866571 20036 5000 7.1440855e-11 7288564.5 Loop time of 0.016669 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:06 2021 Pair time (%) = 0.00112391 (6.74247) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.204534) Outpt time (%) = 0.0154071 (92.4294) Other time (%) = 0.000103951 (0.623614) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:06 2021 Memory usage per processor = 27.5429 Mbytes Step Atoms AVEKE stressZZ 20036 5000 7.1440855e-11 7288527 20037 -0.0126424999999931 7288423.22123952 20037 5000 7.1435669e-11 7288423.2 Loop time of 0.0176761 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:06 2021 Pair time (%) = 0.00127912 (7.23641) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.271112) Outpt time (%) = 0.016165 (91.4512) Other time (%) = 0.000184059 (1.04129) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:06 2021 Memory usage per processor = 27.5429 Mbytes Step Atoms AVEKE stressZZ 20037 5000 7.1435669e-11 7288385.8 20038 -0.0126424999999931 7288281.96125572 20038 5000 7.1430483e-11 7288282 Loop time of 0.01758 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:06 2021 Pair time (%) = 0.00112915 (6.42291) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.176305) Outpt time (%) = 0.016325 (92.861) Other time (%) = 9.48906e-05 (0.539763) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:26:06 2021 Memory usage per processor = 27.5429 Mbytes Step Atoms AVEKE stressZZ 20038 5000 7.1430483e-11 7288244.5 20039 -0.0126424999999931 7288120.1452039 20039 5000 1.4098744e-10 7288360 Loop time of 0.0164292 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:06 2021 Pair time (%) = 0.00109196 (6.64645) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.188655) Outpt time (%) = 0.015166 (92.3116) Other time (%) = 0.00014019 (0.853299) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:06 2021 Memory usage per processor = 27.5429 Mbytes Step Atoms AVEKE stressZZ 20039 5000 1.4098744e-10 7351972.7 20040 -0.0126749999999931 7351835.62583298 20040 5000 1.1345262e-10 7351835.6 Loop time of 0.019356 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:06 2021 Pair time (%) = 0.00136495 (7.0518) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.169982) Outpt time (%) = 0.0178258 (92.0946) Other time (%) = 0.000132322 (0.683624) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:06 2021 Memory usage per processor = 27.543 Mbytes Step Atoms AVEKE stressZZ 20040 5000 1.1345262e-10 7351785 20041 -0.0126749999999931 7351659.70724331 20041 5000 9.7506375e-11 7351659.7 Loop time of 0.017246 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:06 2021 Pair time (%) = 0.0011692 (6.77957) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190779) Outpt time (%) = 0.015923 (92.3287) Other time (%) = 0.000120878 (0.700906) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:06 2021 Memory usage per processor = 27.543 Mbytes Step Atoms AVEKE stressZZ 20041 5000 9.7506375e-11 7351613.8 20042 -0.0126749999999931 7351495.85638777 20042 5000 8.7998284e-11 7351495.9 Loop time of 0.0172379 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:06 2021 Pair time (%) = 0.00108409 (6.28899) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185336) Outpt time (%) = 0.0160301 (92.9932) Other time (%) = 9.17912e-05 (0.532496) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:06 2021 Memory usage per processor = 27.543 Mbytes Step Atoms AVEKE stressZZ 20042 5000 8.7998284e-11 7351452.8 20043 -0.0126749999999931 7351339.67744119 20043 5000 8.2207485e-11 7351339.7 Loop time of 0.0167549 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:06 2021 Pair time (%) = 0.00109005 (6.50587) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.184988) Outpt time (%) = 0.0155461 (92.7855) Other time (%) = 8.7738e-05 (0.523657) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:06 2021 Memory usage per processor = 27.543 Mbytes Step Atoms AVEKE stressZZ 20043 5000 8.2207485e-11 7351298.5 20044 -0.0126749999999931 7351188.37681993 20044 5000 7.8627903e-11 7351188.4 Loop time of 0.016928 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:06 2021 Pair time (%) = 0.00128913 (7.61539) Neigh time (%) = 0 (0) Comm time (%) = 6.00815e-05 (0.354925) Outpt time (%) = 0.0154412 (91.217) Other time (%) = 0.000137568 (0.812665) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:06 2021 Memory usage per processor = 27.543 Mbytes Step Atoms AVEKE stressZZ 20044 5000 7.8627903e-11 7351148.4 20045 -0.0126749999999931 7351040.17917513 20045 5000 7.6392513e-11 7351040.2 Loop time of 0.0173419 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:06 2021 Pair time (%) = 0.00109005 (6.28566) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.178726) Outpt time (%) = 0.016129 (93.0063) Other time (%) = 9.17912e-05 (0.529304) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:06 2021 Memory usage per processor = 27.543 Mbytes Step Atoms AVEKE stressZZ 20045 5000 7.6392513e-11 7351001 20046 -0.0126749999999931 7350893.95625418 20046 5000 7.4986704e-11 7350894 Loop time of 0.0171621 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:06 2021 Pair time (%) = 0.00108695 (6.33344) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180598) Outpt time (%) = 0.0159502 (92.9386) Other time (%) = 9.39369e-05 (0.547351) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:06 2021 Memory usage per processor = 27.543 Mbytes Step Atoms AVEKE stressZZ 20046 5000 7.4986704e-11 7350855.2 20047 -0.0126749999999931 7350748.99104038 20047 5000 7.4098135e-11 7350749 Loop time of 0.0174439 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:06 2021 Pair time (%) = 0.00109005 (6.24889) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.177681) Outpt time (%) = 0.0161901 (92.8121) Other time (%) = 0.000132799 (0.761293) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:06 2021 Memory usage per processor = 27.543 Mbytes Step Atoms AVEKE stressZZ 20047 5000 7.4098135e-11 7350710.6 20048 -0.0126749999999931 7350604.82786143 20048 5000 7.353425e-11 7350604.8 Loop time of 0.0176921 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:06 2021 Pair time (%) = 0.00109792 (6.2057) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.180578) Outpt time (%) = 0.016469 (93.0868) Other time (%) = 9.32217e-05 (0.526912) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:06 2021 Memory usage per processor = 27.543 Mbytes Step Atoms AVEKE stressZZ 20048 5000 7.353425e-11 7350566.6 20049 -0.0126749999999931 7350461.17713199 20049 5000 7.3175076e-11 7350461.2 Loop time of 0.0174201 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:06 2021 Pair time (%) = 0.00110698 (6.35462) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.194347) Outpt time (%) = 0.0161381 (92.6408) Other time (%) = 0.000141144 (0.810237) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:06 2021 Memory usage per processor = 27.543 Mbytes Step Atoms AVEKE stressZZ 20049 5000 7.3175076e-11 7350423.1 20050 -0.0126749999999931 7350317.85481706 20050 5000 7.2945341e-11 7350317.9 Loop time of 0.0199649 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:06 2021 Pair time (%) = 0.00116301 (5.82524) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.155244) Outpt time (%) = 0.018677 (93.549) Other time (%) = 9.39369e-05 (0.47051) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:06 2021 Memory usage per processor = 27.543 Mbytes Step Atoms AVEKE stressZZ 20050 5000 7.2945341e-11 7350279.8 20051 -0.0126749999999931 7350174.74395964 20051 5000 7.2797599e-11 7350174.7 Loop time of 0.0167279 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:06 2021 Pair time (%) = 0.00109005 (6.51635) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.185285) Outpt time (%) = 0.015518 (92.7667) Other time (%) = 8.89301e-05 (0.531627) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:06 2021 Memory usage per processor = 27.543 Mbytes Step Atoms AVEKE stressZZ 20051 5000 7.2797599e-11 7350136.8 20052 -0.0126749999999931 7350031.77023202 20052 5000 7.2701857e-11 7350031.8 Loop time of 0.0174401 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:06 2021 Pair time (%) = 0.001441 (8.26259) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.235137) Outpt time (%) = 0.0157831 (90.4988) Other time (%) = 0.000174999 (1.00343) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:06 2021 Memory usage per processor = 27.543 Mbytes Step Atoms AVEKE stressZZ 20052 5000 7.2701857e-11 7349993.8 20053 -0.0126749999999931 7349888.88639756 20053 5000 7.2639116e-11 7349888.9 Loop time of 0.0173681 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:06 2021 Pair time (%) = 0.00111794 (6.43678) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.18532) Outpt time (%) = 0.0161099 (92.7561) Other time (%) = 0.000108004 (0.621851) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:06 2021 Memory usage per processor = 27.543 Mbytes Step Atoms AVEKE stressZZ 20053 5000 7.2639116e-11 7349851 20054 -0.0126749999999931 7349746.06243616 20054 5000 7.2597332e-11 7349746.1 Loop time of 0.0174091 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:06 2021 Pair time (%) = 0.00109506 (6.29014) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183514) Outpt time (%) = 0.0161898 (92.9963) Other time (%) = 9.2268e-05 (0.529999) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:06 2021 Memory usage per processor = 27.543 Mbytes Step Atoms AVEKE stressZZ 20054 5000 7.2597332e-11 7349708.2 20055 -0.0126749999999931 7349603.27926953 20055 5000 7.2568858e-11 7349603.3 Loop time of 0.0168519 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:06 2021 Pair time (%) = 0.0010972 (6.51085) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.195241) Outpt time (%) = 0.0156209 (92.6955) Other time (%) = 0.000100851 (0.598455) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:06 2021 Memory usage per processor = 27.543 Mbytes Step Atoms AVEKE stressZZ 20055 5000 7.2568858e-11 7349565.4 20056 -0.0126749999999931 7349460.52477263 20056 5000 7.254884e-11 7349460.5 Loop time of 0.017431 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:06 2021 Pair time (%) = 0.00126815 (7.27524) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.188754) Outpt time (%) = 0.0159969 (91.7728) Other time (%) = 0.000133038 (0.763223) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:06 2021 Memory usage per processor = 27.543 Mbytes Step Atoms AVEKE stressZZ 20056 5000 7.254884e-11 7349422.6 20057 -0.0126749999999931 7349317.7912393 20057 5000 7.2534195e-11 7349317.8 Loop time of 0.017396 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:06 2021 Pair time (%) = 0.00112796 (6.48402) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.17817) Outpt time (%) = 0.016144 (92.8033) Other time (%) = 9.29832e-05 (0.53451) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:06 2021 Memory usage per processor = 27.543 Mbytes Step Atoms AVEKE stressZZ 20057 5000 7.2534195e-11 7349279.9 20058 -0.0126749999999931 7349175.07377186 20058 5000 7.2522964e-11 7349175.1 Loop time of 0.016933 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:06 2021 Pair time (%) = 0.00113702 (6.71482) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188674) Outpt time (%) = 0.015671 (92.5474) Other time (%) = 9.29832e-05 (0.549126) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:06 2021 Memory usage per processor = 27.543 Mbytes Step Atoms AVEKE stressZZ 20058 5000 7.2522964e-11 7349137.2 20059 -0.0126749999999931 7349032.3692574 20059 5000 7.2513903e-11 7349032.4 Loop time of 0.0171969 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:06 2021 Pair time (%) = 0.00113893 (6.62286) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.203802) Outpt time (%) = 0.015919 (92.5689) Other time (%) = 0.000103951 (0.604473) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:06 2021 Memory usage per processor = 27.543 Mbytes Step Atoms AVEKE stressZZ 20059 5000 7.2513903e-11 7348994.5 20060 -0.0126749999999931 7348889.67571694 20060 5000 7.2506221e-11 7348889.7 Loop time of 0.0199001 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:06 2021 Pair time (%) = 0.0012219 (6.14015) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.15575) Outpt time (%) = 0.0185521 (93.2261) Other time (%) = 9.5129e-05 (0.478033) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:06 2021 Memory usage per processor = 27.543 Mbytes Step Atoms AVEKE stressZZ 20060 5000 7.2506221e-11 7348851.8 20061 -0.0126749999999931 7348746.99189264 20061 5000 7.2499416e-11 7348747 Loop time of 0.017575 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:06 2021 Pair time (%) = 0.00117683 (6.69606) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.187207) Outpt time (%) = 0.0162599 (92.5171) Other time (%) = 0.000105381 (0.599607) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:06 2021 Memory usage per processor = 27.543 Mbytes Step Atoms AVEKE stressZZ 20061 5000 7.2499416e-11 7348709.1 20062 -0.0126749999999931 7348604.3169845 20062 5000 7.2493168e-11 7348604.3 Loop time of 0.0167391 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:06 2021 Pair time (%) = 0.0010941 (6.5362) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190859) Outpt time (%) = 0.015518 (92.7046) Other time (%) = 9.5129e-05 (0.568303) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:06 2021 Memory usage per processor = 27.543 Mbytes Step Atoms AVEKE stressZZ 20062 5000 7.2493168e-11 7348566.4 20063 -0.0126749999999931 7348461.65051911 20063 5000 7.2487274e-11 7348461.7 Loop time of 0.016726 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:06 2021 Pair time (%) = 0.00112009 (6.6967) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.19671) Outpt time (%) = 0.0154688 (92.4837) Other time (%) = 0.000104189 (0.622915) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:06 2021 Memory usage per processor = 27.543 Mbytes Step Atoms AVEKE stressZZ 20063 5000 7.2487274e-11 7348423.8 20064 -0.0126749999999931 7348318.99216971 20064 5000 7.2481605e-11 7348319 Loop time of 0.017163 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:06 2021 Pair time (%) = 0.0012238 (7.13045) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191701) Outpt time (%) = 0.0158 (92.0583) Other time (%) = 0.000106335 (0.619556) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:06 2021 Memory usage per processor = 27.543 Mbytes Step Atoms AVEKE stressZZ 20064 5000 7.2481605e-11 7348281.1 20065 -0.0126749999999931 7348176.34171815 20065 5000 7.247608e-11 7348176.3 Loop time of 0.0168281 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:06 2021 Pair time (%) = 0.00112987 (6.71418) Neigh time (%) = 0 (0) Comm time (%) = 6.50883e-05 (0.386784) Outpt time (%) = 0.015543 (92.3635) Other time (%) = 9.01222e-05 (0.535547) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:06 2021 Memory usage per processor = 27.543 Mbytes Step Atoms AVEKE stressZZ 20065 5000 7.247608e-11 7348138.5 20066 -0.0126749999999931 7348033.69902911 20066 5000 7.2470647e-11 7348033.7 Loop time of 0.0165691 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:06 2021 Pair time (%) = 0.001086 (6.55433) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.194256) Outpt time (%) = 0.0153601 (92.7032) Other time (%) = 9.08375e-05 (0.548233) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:06 2021 Memory usage per processor = 27.543 Mbytes Step Atoms AVEKE stressZZ 20066 5000 7.2470647e-11 7347995.8 20067 -0.0126749999999931 7347891.06401628 20067 5000 7.2465272e-11 7347891.1 Loop time of 0.016408 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:06 2021 Pair time (%) = 0.00109005 (6.64342) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.188899) Outpt time (%) = 0.015198 (92.6257) Other time (%) = 8.89301e-05 (0.541994) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:06 2021 Memory usage per processor = 27.543 Mbytes Step Atoms AVEKE stressZZ 20067 5000 7.2465272e-11 7347853.2 20068 -0.0126749999999931 7347748.43662444 20068 5000 7.2459934e-11 7347748.4 Loop time of 0.0166349 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:06 2021 Pair time (%) = 0.0010891 (6.54704) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192054) Outpt time (%) = 0.015424 (92.7206) Other time (%) = 8.98838e-05 (0.540331) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:06 2021 Memory usage per processor = 27.543 Mbytes Step Atoms AVEKE stressZZ 20068 5000 7.2459934e-11 7347710.6 20069 -0.0126749999999931 7347605.81681773 20069 5000 7.245462e-11 7347605.8 Loop time of 0.018054 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:06 2021 Pair time (%) = 0.00124693 (6.90666) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.194126) Outpt time (%) = 0.0166581 (92.268) Other time (%) = 0.000113964 (0.63124) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:06 2021 Memory usage per processor = 27.543 Mbytes Step Atoms AVEKE stressZZ 20069 5000 7.245462e-11 7347567.9 20070 -0.0126749999999931 7347463.20457312 20070 5000 7.2449321e-11 7347463.2 Loop time of 0.0199142 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:06 2021 Pair time (%) = 0.00116396 (5.84489) Neigh time (%) = 0 (0) Comm time (%) = 5.60284e-05 (0.28135) Outpt time (%) = 0.0185542 (93.171) Other time (%) = 0.000139952 (0.702775) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:06 2021 Memory usage per processor = 27.543 Mbytes Step Atoms AVEKE stressZZ 20070 5000 7.2449321e-11 7347425.3 20071 -0.0126749999999931 7347320.59987509 20071 5000 7.2444032e-11 7347320.6 Loop time of 0.0167668 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:06 2021 Pair time (%) = 0.00108719 (6.48418) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190544) Outpt time (%) = 0.0155549 (92.7721) Other time (%) = 9.27448e-05 (0.553146) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:06 2021 Memory usage per processor = 27.543 Mbytes Step Atoms AVEKE stressZZ 20071 5000 7.2444032e-11 7347282.7 20072 -0.0126749999999931 7347178.00271336 20072 5000 7.243875e-11 7347178 Loop time of 0.016922 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:06 2021 Pair time (%) = 0.00117517 (6.9446) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207112) Outpt time (%) = 0.0155919 (92.1396) Other time (%) = 0.000119925 (0.70869) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:06 2021 Memory usage per processor = 27.543 Mbytes Step Atoms AVEKE stressZZ 20072 5000 7.243875e-11 7347140.1 20073 -0.0126749999999931 7347035.41308089 20073 5000 7.2433473e-11 7347035.4 Loop time of 0.0174451 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:07 2021 Pair time (%) = 0.00113201 (6.489) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183135) Outpt time (%) = 0.016185 (92.7771) Other time (%) = 9.60827e-05 (0.550772) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:07 2021 Memory usage per processor = 27.543 Mbytes Step Atoms AVEKE stressZZ 20073 5000 7.2433473e-11 7346997.5 20074 -0.0126749999999931 7346892.83097279 20074 5000 7.2428198e-11 7346892.8 Loop time of 0.0427561 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:07 2021 Pair time (%) = 0.00112605 (2.63366) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.0747217) Outpt time (%) = 0.0415051 (97.0741) Other time (%) = 9.29832e-05 (0.217474) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:07 2021 Memory usage per processor = 27.543 Mbytes Step Atoms AVEKE stressZZ 20074 5000 7.2428198e-11 7346855 20075 -0.0126749999999931 7346750.25638538 20075 5000 7.2422925e-11 7346750.3 Loop time of 0.0174229 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:07 2021 Pair time (%) = 0.00108695 (6.23863) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.184737) Outpt time (%) = 0.016181 (92.8719) Other time (%) = 0.000122786 (0.704736) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:07 2021 Memory usage per processor = 27.543 Mbytes Step Atoms AVEKE stressZZ 20075 5000 7.2422925e-11 7346712.4 20076 -0.0126749999999931 7346607.68931571 20076 5000 7.2417654e-11 7346607.7 Loop time of 0.01752 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:07 2021 Pair time (%) = 0.00121689 (6.94573) Neigh time (%) = 0 (0) Comm time (%) = 5.60284e-05 (0.319798) Outpt time (%) = 0.016139 (92.118) Other time (%) = 0.000108004 (0.616461) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:07 2021 Memory usage per processor = 27.543 Mbytes Step Atoms AVEKE stressZZ 20076 5000 7.2417654e-11 7346569.8 20077 -0.0126749999999931 7346465.12976162 20077 5000 7.2412385e-11 7346465.1 Loop time of 0.017411 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:07 2021 Pair time (%) = 0.00115895 (6.65644) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183494) Outpt time (%) = 0.0161262 (92.6205) Other time (%) = 9.39369e-05 (0.539526) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:07 2021 Memory usage per processor = 27.543 Mbytes Step Atoms AVEKE stressZZ 20077 5000 7.2412385e-11 7346427.3 20078 -0.0126749999999931 7346322.57772115 20078 5000 7.2407116e-11 7346322.6 Loop time of 0.016789 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:07 2021 Pair time (%) = 0.00108886 (6.48556) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.184612) Outpt time (%) = 0.0155749 (92.7689) Other time (%) = 9.41753e-05 (0.560936) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:07 2021 Memory usage per processor = 27.543 Mbytes Step Atoms AVEKE stressZZ 20078 5000 7.2407116e-11 7346284.7 20079 -0.0126749999999931 7346180.03319268 20079 5000 7.2401848e-11 7346180 Loop time of 0.016959 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:07 2021 Pair time (%) = 0.00122499 (7.22329) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206661) Outpt time (%) = 0.0155799 (91.8685) Other time (%) = 0.000118971 (0.701523) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:07 2021 Memory usage per processor = 27.543 Mbytes Step Atoms AVEKE stressZZ 20079 5000 7.2401848e-11 7346142.2 20080 -0.0126749999999931 7346037.49617467 20080 5000 7.2396581e-11 7346037.5 Loop time of 0.0203168 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:07 2021 Pair time (%) = 0.00123715 (6.0893) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.226486) Outpt time (%) = 0.018893 (92.9918) Other time (%) = 0.000140667 (0.692366) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:07 2021 Memory usage per processor = 27.543 Mbytes Step Atoms AVEKE stressZZ 20080 5000 7.2396581e-11 7345999.6 20081 -0.0126749999999931 7345894.96666573 20081 5000 7.2391315e-11 7345895 Loop time of 0.0174539 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:07 2021 Pair time (%) = 0.0010891 (6.23984) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183043) Outpt time (%) = 0.0162389 (93.0389) Other time (%) = 9.39369e-05 (0.5382) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:07 2021 Memory usage per processor = 27.543 Mbytes Step Atoms AVEKE stressZZ 20081 5000 7.2391315e-11 7345857.1 20082 -0.0126749999999931 7345752.44466447 20082 5000 7.2386049e-11 7345752.4 Loop time of 0.0171549 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:07 2021 Pair time (%) = 0.001086 (6.33052) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180673) Outpt time (%) = 0.0159431 (92.9357) Other time (%) = 9.48906e-05 (0.553139) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:07 2021 Memory usage per processor = 27.543 Mbytes Step Atoms AVEKE stressZZ 20082 5000 7.2386049e-11 7345714.6 20083 -0.0126749999999931 7345609.93016978 20083 5000 7.2380784e-11 7345609.9 Loop time of 0.0170031 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:07 2021 Pair time (%) = 0.00113201 (6.65769) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.194907) Outpt time (%) = 0.0157049 (92.365) Other time (%) = 0.000133038 (0.782433) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:07 2021 Memory usage per processor = 27.543 Mbytes Step Atoms AVEKE stressZZ 20083 5000 7.2380784e-11 7345572.1 20084 -0.0126749999999931 7345467.4231802 20084 5000 7.2375519e-11 7345467.4 Loop time of 0.0175471 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:07 2021 Pair time (%) = 0.00124621 (7.1021) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.26767) Outpt time (%) = 0.0161331 (91.9414) Other time (%) = 0.000120878 (0.688877) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:07 2021 Memory usage per processor = 27.543 Mbytes Step Atoms AVEKE stressZZ 20084 5000 7.2375519e-11 7345429.6 20085 -0.0126749999999931 7345324.92368547 20085 5000 7.2370256e-11 7345324.9 Loop time of 0.017391 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:07 2021 Pair time (%) = 0.00122285 (7.03152) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189189) Outpt time (%) = 0.0160151 (92.0883) Other time (%) = 0.000120163 (0.69095) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:07 2021 Memory usage per processor = 27.543 Mbytes Step Atoms AVEKE stressZZ 20085 5000 7.2370256e-11 7345287.1 20086 -0.0126749999999931 7345182.43167919 20086 5000 7.2364992e-11 7345182.4 Loop time of 0.0169032 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:07 2021 Pair time (%) = 0.00113606 (6.72102) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.183365) Outpt time (%) = 0.01564 (92.5272) Other time (%) = 9.60827e-05 (0.56843) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:07 2021 Memory usage per processor = 27.543 Mbytes Step Atoms AVEKE stressZZ 20086 5000 7.2364992e-11 7345144.6 20087 -0.0126749999999931 7345039.94717362 20087 5000 7.235973e-11 7345039.9 Loop time of 0.0176072 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:07 2021 Pair time (%) = 0.00139093 (7.8998) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.188219) Outpt time (%) = 0.0160451 (91.128) Other time (%) = 0.000138044 (0.784022) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:07 2021 Memory usage per processor = 27.543 Mbytes Step Atoms AVEKE stressZZ 20087 5000 7.235973e-11 7345002.1 20088 -0.0126749999999931 7344897.47016748 20088 5000 7.2354468e-11 7344897.5 Loop time of 0.0173881 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:07 2021 Pair time (%) = 0.001091 (6.27442) Neigh time (%) = 0 (0) Comm time (%) = 4.48227e-05 (0.257778) Outpt time (%) = 0.0161419 (92.833) Other time (%) = 0.000110388 (0.634847) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:07 2021 Memory usage per processor = 27.543 Mbytes Step Atoms AVEKE stressZZ 20088 5000 7.2354468e-11 7344859.6 20089 -0.0126749999999931 7344755.00066 20089 5000 7.2349206e-11 7344755 Loop time of 0.0171552 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:07 2021 Pair time (%) = 0.0010891 (6.3485) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18623) Outpt time (%) = 0.01594 (92.9163) Other time (%) = 9.41753e-05 (0.548962) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:07 2021 Memory usage per processor = 27.543 Mbytes Step Atoms AVEKE stressZZ 20089 5000 7.2349206e-11 7344717.1 20090 -0.0126749999999931 7344612.53864974 20090 5000 7.2343946e-11 7344612.5 Loop time of 0.0198309 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:07 2021 Pair time (%) = 0.00116491 (5.87422) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.165911) Outpt time (%) = 0.0185289 (93.4345) Other time (%) = 0.000104189 (0.525386) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:07 2021 Memory usage per processor = 27.543 Mbytes Step Atoms AVEKE stressZZ 20090 5000 7.2343946e-11 7344574.7 20091 -0.0126749999999931 7344470.08413585 20091 5000 7.2338685e-11 7344470.1 Loop time of 0.017132 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:07 2021 Pair time (%) = 0.00128818 (7.5191) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.215706) Outpt time (%) = 0.0156901 (91.5833) Other time (%) = 0.000116825 (0.68191) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:07 2021 Memory usage per processor = 27.543 Mbytes Step Atoms AVEKE stressZZ 20091 5000 7.2338685e-11 7344432.2 20092 -0.0126749999999931 7344327.63711711 20092 5000 7.2333426e-11 7344327.6 Loop time of 0.017226 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:07 2021 Pair time (%) = 0.001091 (6.33348) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185465) Outpt time (%) = 0.016011 (92.9468) Other time (%) = 9.20296e-05 (0.534249) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:07 2021 Memory usage per processor = 27.543 Mbytes Step Atoms AVEKE stressZZ 20092 5000 7.2333426e-11 7344289.8 20093 -0.0126749999999931 7344185.19759247 20093 5000 7.2328167e-11 7344185.2 Loop time of 0.0174801 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:07 2021 Pair time (%) = 0.00117612 (6.72832) Neigh time (%) = 0 (0) Comm time (%) = 6.29425e-05 (0.36008) Outpt time (%) = 0.0161421 (92.3456) Other time (%) = 9.89437e-05 (0.566035) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:07 2021 Memory usage per processor = 27.543 Mbytes Step Atoms AVEKE stressZZ 20093 5000 7.2328167e-11 7344147.3 20094 -0.0126749999999931 7344042.76556096 20094 5000 7.2322908e-11 7344042.8 Loop time of 0.0170929 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:07 2021 Pair time (%) = 0.00127411 (7.45401) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186908) Outpt time (%) = 0.0156932 (91.8109) Other time (%) = 9.36985e-05 (0.548171) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:07 2021 Memory usage per processor = 27.543 Mbytes Step Atoms AVEKE stressZZ 20094 5000 7.2322908e-11 7344004.9 20095 -0.0126749999999931 7343900.34102131 20095 5000 7.2317651e-11 7343900.3 Loop time of 0.0171311 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:07 2021 Pair time (%) = 0.00134397 (7.84518) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.21711) Outpt time (%) = 0.0156181 (91.1681) Other time (%) = 0.000131845 (0.769627) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:07 2021 Memory usage per processor = 27.543 Mbytes Step Atoms AVEKE stressZZ 20095 5000 7.2317651e-11 7343862.5 20096 -0.0126749999999931 7343757.92397271 20096 5000 7.2312394e-11 7343757.9 Loop time of 0.017318 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:07 2021 Pair time (%) = 0.00109196 (6.30533) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184479) Outpt time (%) = 0.016104 (92.9898) Other time (%) = 9.01222e-05 (0.520396) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:07 2021 Memory usage per processor = 27.543 Mbytes Step Atoms AVEKE stressZZ 20096 5000 7.2312394e-11 7343720.1 20097 -0.0126749999999931 7343615.514414 20097 5000 7.2307137e-11 7343615.5 Loop time of 0.0171149 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:07 2021 Pair time (%) = 0.001086 (6.34534) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186669) Outpt time (%) = 0.0159011 (92.908) Other time (%) = 9.58443e-05 (0.560006) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:07 2021 Memory usage per processor = 27.543 Mbytes Step Atoms AVEKE stressZZ 20097 5000 7.2307137e-11 7343577.7 20098 -0.0126749999999931 7343473.11234409 20098 5000 7.2301881e-11 7343473.1 Loop time of 0.0167 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:07 2021 Pair time (%) = 0.00112104 (6.71283) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.202727) Outpt time (%) = 0.015445 (92.4848) Other time (%) = 0.000100136 (0.599615) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:07 2021 Memory usage per processor = 27.543 Mbytes Step Atoms AVEKE stressZZ 20098 5000 7.2301881e-11 7343435.3 20099 -0.0126749999999931 7343330.71776201 20099 5000 7.2296626e-11 7343330.7 Loop time of 0.01754 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:07 2021 Pair time (%) = 0.00128889 (7.3483) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.205252) Outpt time (%) = 0.016084 (91.6988) Other time (%) = 0.00013113 (0.747608) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:07 2021 Memory usage per processor = 27.543 Mbytes Step Atoms AVEKE stressZZ 20099 5000 7.2296626e-11 7343292.9 20100 -0.0126749999999931 7343188.33066668 20100 5000 7.2291371e-11 7343188.3 Loop time of 0.0195858 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:07 2021 Pair time (%) = 0.0011282 (5.76026) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.163118) Outpt time (%) = 0.0183349 (93.6128) Other time (%) = 9.08375e-05 (0.463791) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:07 2021 Memory usage per processor = 27.543 Mbytes Step Atoms AVEKE stressZZ 20100 5000 7.2291371e-11 7343150.5 20101 -0.0126749999999931 7343045.95105715 20101 5000 7.2286117e-11 7343046 Loop time of 0.0171239 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:07 2021 Pair time (%) = 0.001086 (6.34198) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181001) Outpt time (%) = 0.015918 (92.9577) Other time (%) = 8.89301e-05 (0.519332) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:07 2021 Memory usage per processor = 27.543 Mbytes Step Atoms AVEKE stressZZ 20101 5000 7.2286117e-11 7343008.1 20102 -0.0126749999999931 7342903.57893234 20102 5000 7.2280863e-11 7342903.6 Loop time of 0.0168688 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:07 2021 Pair time (%) = 0.00124693 (7.39191) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.196458) Outpt time (%) = 0.015456 (91.6244) Other time (%) = 0.000132799 (0.787246) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:07 2021 Memory usage per processor = 27.543 Mbytes Step Atoms AVEKE stressZZ 20102 5000 7.2280863e-11 7342865.7 20103 -0.0126749999999931 7342761.21429126 20103 5000 7.227561e-11 7342761.2 Loop time of 0.0175149 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:07 2021 Pair time (%) = 0.00122881 (7.01578) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.200101) Outpt time (%) = 0.0160811 (91.8136) Other time (%) = 0.000169992 (0.970557) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:07 2021 Memory usage per processor = 27.543 Mbytes Step Atoms AVEKE stressZZ 20103 5000 7.227561e-11 7342723.4 20104 -0.0126749999999931 7342618.85713295 20104 5000 7.2270358e-11 7342618.9 Loop time of 0.0176921 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:07 2021 Pair time (%) = 0.00129795 (7.33633) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.175188) Outpt time (%) = 0.0162239 (91.7015) Other time (%) = 0.000139236 (0.786998) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:07 2021 Memory usage per processor = 27.543 Mbytes Step Atoms AVEKE stressZZ 20104 5000 7.2270358e-11 7342581 20105 -0.0126749999999931 7342476.50746337 20105 5000 7.2265106e-11 7342476.5 Loop time of 0.016984 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:07 2021 Pair time (%) = 0.00108814 (6.40687) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188107) Outpt time (%) = 0.0157719 (92.8632) Other time (%) = 9.20296e-05 (0.541861) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:07 2021 Memory usage per processor = 27.543 Mbytes Step Atoms AVEKE stressZZ 20105 5000 7.2265106e-11 7342438.7 20106 -0.0126749999999931 7342334.16537973 20106 5000 7.2259855e-11 7342334.2 Loop time of 0.016696 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:07 2021 Pair time (%) = 0.00112796 (6.75587) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.197064) Outpt time (%) = 0.015434 (92.4416) Other time (%) = 0.000101089 (0.605472) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:07 2021 Memory usage per processor = 27.543 Mbytes Step Atoms AVEKE stressZZ 20106 5000 7.2259855e-11 7342296.3 20107 -0.0126749999999931 7342191.83084401 20107 5000 7.2254604e-11 7342191.8 Loop time of 0.017107 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:07 2021 Pair time (%) = 0.00119305 (6.97402) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186754) Outpt time (%) = 0.0157869 (92.2831) Other time (%) = 9.5129e-05 (0.556082) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:07 2021 Memory usage per processor = 27.543 Mbytes Step Atoms AVEKE stressZZ 20107 5000 7.2254604e-11 7342154 20108 -0.0126749999999931 7342049.503835 20108 5000 7.2249354e-11 7342049.5 Loop time of 0.0166562 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:07 2021 Pair time (%) = 0.00114417 (6.86935) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191809) Outpt time (%) = 0.0153551 (92.1888) Other time (%) = 0.000124931 (0.750061) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:07 2021 Memory usage per processor = 27.543 Mbytes Step Atoms AVEKE stressZZ 20108 5000 7.2249354e-11 7342011.7 20109 -0.0126749999999931 7341907.18434317 20109 5000 7.2244105e-11 7341907.2 Loop time of 0.0167561 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:07 2021 Pair time (%) = 0.00108886 (6.49829) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.184974) Outpt time (%) = 0.015547 (92.7846) Other time (%) = 8.91685e-05 (0.532157) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:07 2021 Memory usage per processor = 27.543 Mbytes Step Atoms AVEKE stressZZ 20109 5000 7.2244105e-11 7341869.4 20110 -0.0126749999999931 7341764.87236247 20110 5000 7.2238856e-11 7341764.9 Loop time of 0.019572 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:07 2021 Pair time (%) = 0.00112391 (5.74241) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.158361) Outpt time (%) = 0.018327 (93.6388) Other time (%) = 9.01222e-05 (0.460465) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:07 2021 Memory usage per processor = 27.543 Mbytes Step Atoms AVEKE stressZZ 20110 5000 7.2238856e-11 7341727 20111 -0.0126749999999931 7341622.56788829 20111 5000 7.2233608e-11 7341622.6 Loop time of 0.017103 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:07 2021 Pair time (%) = 0.00115395 (6.74706) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.199345) Outpt time (%) = 0.0158091 (92.4347) Other time (%) = 0.000105858 (0.618945) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:07 2021 Memory usage per processor = 27.543 Mbytes Step Atoms AVEKE stressZZ 20111 5000 7.2233608e-11 7341584.7 20112 -0.0126749999999931 7341480.27091717 20112 5000 7.2228361e-11 7341480.3 Loop time of 0.017282 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:07 2021 Pair time (%) = 0.00113297 (6.55575) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191761) Outpt time (%) = 0.0160029 (92.5986) Other time (%) = 0.00011301 (0.653919) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:07 2021 Memory usage per processor = 27.543 Mbytes Step Atoms AVEKE stressZZ 20112 5000 7.2228361e-11 7341442.4 20113 -0.0126749999999931 7341337.9814459 20113 5000 7.2223114e-11 7341338 Loop time of 0.0174179 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:07 2021 Pair time (%) = 0.0010922 (6.27053) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183421) Outpt time (%) = 0.016201 (93.0136) Other time (%) = 9.27448e-05 (0.532468) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:07 2021 Memory usage per processor = 27.543 Mbytes Step Atoms AVEKE stressZZ 20113 5000 7.2223114e-11 7341300.2 20114 -0.0126749999999931 7341195.69947196 20114 5000 7.2217867e-11 7341195.7 Loop time of 0.016675 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:07 2021 Pair time (%) = 0.00113797 (6.82442) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.185874) Outpt time (%) = 0.0154111 (92.4206) Other time (%) = 9.48906e-05 (0.569059) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:07 2021 Memory usage per processor = 27.543 Mbytes Step Atoms AVEKE stressZZ 20114 5000 7.2217867e-11 7341157.9 20115 -0.0126749999999931 7341053.42499305 20115 5000 7.2212621e-11 7341053.4 Loop time of 0.0170572 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:08 2021 Pair time (%) = 0.00135088 (7.91971) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.222244) Outpt time (%) = 0.015553 (91.1815) Other time (%) = 0.000115395 (0.676516) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:08 2021 Memory usage per processor = 27.543 Mbytes Step Atoms AVEKE stressZZ 20115 5000 7.2212621e-11 7341015.6 20116 -0.0126749999999931 7340911.15800697 20116 5000 7.2207376e-11 7340911.2 Loop time of 0.0174019 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:08 2021 Pair time (%) = 0.00118399 (6.80376) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.230172) Outpt time (%) = 0.0160751 (92.3756) Other time (%) = 0.000102758 (0.5905) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:08 2021 Memory usage per processor = 27.543 Mbytes Step Atoms AVEKE stressZZ 20116 5000 7.2207376e-11 7340873.3 20117 -0.0126749999999931 7340768.89851183 20117 5000 7.2202132e-11 7340768.9 Loop time of 0.0171931 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:08 2021 Pair time (%) = 0.0010891 (6.3345) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180273) Outpt time (%) = 0.0159781 (92.9333) Other time (%) = 9.48906e-05 (0.551912) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:08 2021 Memory usage per processor = 27.543 Mbytes Step Atoms AVEKE stressZZ 20117 5000 7.2202132e-11 7340731.1 20118 -0.0126749999999931 7340626.64650583 20118 5000 7.2196888e-11 7340626.6 Loop time of 0.0166531 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:08 2021 Pair time (%) = 0.001091 (6.55137) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191845) Outpt time (%) = 0.0154321 (92.6684) Other time (%) = 9.799e-05 (0.588421) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:08 2021 Memory usage per processor = 27.543 Mbytes Step Atoms AVEKE stressZZ 20118 5000 7.2196888e-11 7340588.8 20119 -0.0126749999999931 7340484.40199948 20119 5000 7.2191644e-11 7340484.4 Loop time of 0.0174308 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:08 2021 Pair time (%) = 0.00118494 (6.79798) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.190124) Outpt time (%) = 0.016073 (92.2104) Other time (%) = 0.000139713 (0.801532) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:08 2021 Memory usage per processor = 27.543 Mbytes Step Atoms AVEKE stressZZ 20119 5000 7.2191644e-11 7340446.6 20120 -0.0126749999999931 7340342.16503134 20120 5000 7.2186401e-11 7340342.2 Loop time of 0.019635 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:08 2021 Pair time (%) = 0.0010891 (5.54672) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.16271) Outpt time (%) = 0.0184231 (93.8279) Other time (%) = 9.08375e-05 (0.462631) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:08 2021 Memory usage per processor = 27.543 Mbytes Step Atoms AVEKE stressZZ 20120 5000 7.2186401e-11 7340304.3 20121 -0.0126749999999931 7340199.93557032 20121 5000 7.2181159e-11 7340199.9 Loop time of 0.017308 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:08 2021 Pair time (%) = 0.00113702 (6.56932) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184586) Outpt time (%) = 0.0160429 (92.691) Other time (%) = 9.60827e-05 (0.555135) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:08 2021 Memory usage per processor = 27.543 Mbytes Step Atoms AVEKE stressZZ 20121 5000 7.2181159e-11 7340162.1 20122 -0.0126749999999931 7340057.71356631 20122 5000 7.2175918e-11 7340057.7 Loop time of 0.016715 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:08 2021 Pair time (%) = 0.00112414 (6.72534) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.196839) Outpt time (%) = 0.0154259 (92.2876) Other time (%) = 0.000132084 (0.790209) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:08 2021 Memory usage per processor = 27.543 Mbytes Step Atoms AVEKE stressZZ 20122 5000 7.2175918e-11 7340019.9 20123 -0.0126749999999931 7339915.49906013 20123 5000 7.2170677e-11 7339915.5 Loop time of 0.0171471 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:08 2021 Pair time (%) = 0.00116777 (6.81034) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.268354) Outpt time (%) = 0.015815 (92.2316) Other time (%) = 0.000118256 (0.689655) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:08 2021 Memory usage per processor = 27.543 Mbytes Step Atoms AVEKE stressZZ 20123 5000 7.2170677e-11 7339877.7 20124 -0.0126749999999931 7339773.29204747 20124 5000 7.2165436e-11 7339773.3 Loop time of 0.0173669 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:08 2021 Pair time (%) = 0.001091 (6.28209) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18396) Outpt time (%) = 0.016156 (93.0274) Other time (%) = 8.79765e-05 (0.506576) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:08 2021 Memory usage per processor = 27.543 Mbytes Step Atoms AVEKE stressZZ 20124 5000 7.2165436e-11 7339735.5 20125 -0.0126749999999931 7339631.0925256 20125 5000 7.2160196e-11 7339631.1 Loop time of 0.017029 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:08 2021 Pair time (%) = 0.00113201 (6.64753) Neigh time (%) = 0 (0) Comm time (%) = 4.50611e-05 (0.264613) Outpt time (%) = 0.0157421 (92.4424) Other time (%) = 0.000109911 (0.645432) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:08 2021 Memory usage per processor = 27.543 Mbytes Step Atoms AVEKE stressZZ 20125 5000 7.2160196e-11 7339593.3 20126 -0.0126749999999931 7339488.90049194 20126 5000 7.2154957e-11 7339488.9 Loop time of 0.0168538 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:08 2021 Pair time (%) = 0.00117707 (6.98401) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.20795) Outpt time (%) = 0.0155389 (92.1983) Other time (%) = 0.000102758 (0.609704) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:08 2021 Memory usage per processor = 27.543 Mbytes Step Atoms AVEKE stressZZ 20126 5000 7.2154957e-11 7339451.1 20127 -0.0126749999999931 7339346.71594435 20127 5000 7.2149719e-11 7339346.7 Loop time of 0.0172989 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:08 2021 Pair time (%) = 0.00124216 (7.18056) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184682) Outpt time (%) = 0.015933 (92.1041) Other time (%) = 9.17912e-05 (0.530617) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:08 2021 Memory usage per processor = 27.543 Mbytes Step Atoms AVEKE stressZZ 20127 5000 7.2149719e-11 7339308.9 20128 -0.0126749999999931 7339204.53888077 20128 5000 7.2144481e-11 7339204.5 Loop time of 0.017153 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:08 2021 Pair time (%) = 0.00110388 (6.43547) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186253) Outpt time (%) = 0.0159221 (92.8237) Other time (%) = 9.5129e-05 (0.55459) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:08 2021 Memory usage per processor = 27.543 Mbytes Step Atoms AVEKE stressZZ 20128 5000 7.2144481e-11 7339166.7 20129 -0.0126749999999931 7339062.36929942 20129 5000 7.2139243e-11 7339062.4 Loop time of 0.0169811 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:08 2021 Pair time (%) = 0.0010941 (6.44305) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.193755) Outpt time (%) = 0.0156882 (92.386) Other time (%) = 0.000165939 (0.977199) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:08 2021 Memory usage per processor = 27.543 Mbytes Step Atoms AVEKE stressZZ 20129 5000 7.2139243e-11 7339024.6 20130 -0.0126749999999931 7338920.20719858 20130 5000 7.2134006e-11 7338920.2 Loop time of 0.019753 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:08 2021 Pair time (%) = 0.00131989 (6.68196) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.187085) Outpt time (%) = 0.01825 (92.3911) Other time (%) = 0.000146151 (0.739891) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:08 2021 Memory usage per processor = 27.543 Mbytes Step Atoms AVEKE stressZZ 20130 5000 7.2134006e-11 7338882.4 20131 -0.0126749999999931 7338778.05257658 20131 5000 7.212877e-11 7338778.1 Loop time of 0.0177269 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:08 2021 Pair time (%) = 0.00138092 (7.78997) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.181569) Outpt time (%) = 0.0162048 (91.4138) Other time (%) = 0.000108957 (0.614644) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:08 2021 Memory usage per processor = 27.543 Mbytes Step Atoms AVEKE stressZZ 20131 5000 7.212877e-11 7338740.2 20132 -0.0126749999999931 7338635.9054519 20132 5000 7.2123534e-11 7338635.9 Loop time of 0.0176661 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:08 2021 Pair time (%) = 0.00127792 (7.23376) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.210535) Outpt time (%) = 0.016243 (91.9443) Other time (%) = 0.000108004 (0.611361) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:08 2021 Memory usage per processor = 27.543 Mbytes Step Atoms AVEKE stressZZ 20132 5000 7.2123534e-11 7338598.1 20133 -0.0126749999999931 7338493.7658526 20133 5000 7.2118299e-11 7338493.8 Loop time of 0.016701 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:08 2021 Pair time (%) = 0.00109196 (6.53828) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.202715) Outpt time (%) = 0.0154748 (92.658) Other time (%) = 0.000100374 (0.601008) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:08 2021 Memory usage per processor = 27.543 Mbytes Step Atoms AVEKE stressZZ 20133 5000 7.2118299e-11 7338456 20134 -0.0126749999999931 7338351.63375521 20134 5000 7.2113065e-11 7338351.6 Loop time of 0.0170691 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:08 2021 Pair time (%) = 0.00123405 (7.22976) Neigh time (%) = 0 (0) Comm time (%) = 5.00679e-05 (0.293325) Outpt time (%) = 0.0156479 (91.6738) Other time (%) = 0.000137091 (0.803151) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:08 2021 Memory usage per processor = 27.543 Mbytes Step Atoms AVEKE stressZZ 20134 5000 7.2113065e-11 7338313.8 20135 -0.0126749999999931 7338209.50915198 20135 5000 7.2107831e-11 7338209.5 Loop time of 0.0173678 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:08 2021 Pair time (%) = 0.00113916 (6.55904) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18395) Outpt time (%) = 0.016104 (92.723) Other time (%) = 9.27448e-05 (0.534003) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:08 2021 Memory usage per processor = 27.543 Mbytes Step Atoms AVEKE stressZZ 20135 5000 7.2107831e-11 7338171.7 20136 -0.0126749999999931 7338067.39203836 20136 5000 7.2102598e-11 7338067.4 Loop time of 0.0172 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:08 2021 Pair time (%) = 0.00109196 (6.34859) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185745) Outpt time (%) = 0.0159538 (92.7546) Other time (%) = 0.000122309 (0.711098) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:08 2021 Memory usage per processor = 27.543 Mbytes Step Atoms AVEKE stressZZ 20136 5000 7.2102598e-11 7338029.6 20137 -0.0126749999999931 7337925.28241075 20137 5000 7.2097365e-11 7337925.3 Loop time of 0.016891 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:08 2021 Pair time (%) = 0.00125098 (7.40621) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.189143) Outpt time (%) = 0.0154901 (91.706) Other time (%) = 0.000118017 (0.698699) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:08 2021 Memory usage per processor = 27.543 Mbytes Step Atoms AVEKE stressZZ 20137 5000 7.2097365e-11 7337887.5 20138 -0.0126749999999931 7337783.18026649 20138 5000 7.2092133e-11 7337783.2 Loop time of 0.0174849 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:08 2021 Pair time (%) = 0.00155187 (8.87547) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.211353) Outpt time (%) = 0.0157411 (90.0269) Other time (%) = 0.000154972 (0.886319) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:08 2021 Memory usage per processor = 27.543 Mbytes Step Atoms AVEKE stressZZ 20138 5000 7.2092133e-11 7337745.4 20139 -0.0126749999999931 7337641.0856032 20139 5000 7.2086902e-11 7337641.1 Loop time of 0.0173359 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:08 2021 Pair time (%) = 0.0010941 (6.3112) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184289) Outpt time (%) = 0.016119 (92.9805) Other time (%) = 9.08375e-05 (0.523985) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:26:08 2021 Memory usage per processor = 27.543 Mbytes Step Atoms AVEKE stressZZ 20139 5000 7.2086902e-11 7337603.3 20140 -0.0126749999999931 7337478.34332486 20140 5000 1.4228077e-10 7337719.9 Loop time of 0.0196481 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:08 2021 Pair time (%) = 0.00113106 (5.75658) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.163815) Outpt time (%) = 0.018347 (93.3782) Other time (%) = 0.000137806 (0.701371) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:08 2021 Memory usage per processor = 27.543 Mbytes Step Atoms AVEKE stressZZ 20140 5000 1.4228077e-10 7401513 20141 -0.0127074999999931 7401375.30708392 20141 5000 1.1449205e-10 7401375.3 Loop time of 0.0165861 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:08 2021 Pair time (%) = 0.00109601 (6.60802) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.199807) Outpt time (%) = 0.015348 (92.5353) Other time (%) = 0.000108957 (0.656921) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:08 2021 Memory usage per processor = 27.543 Mbytes Step Atoms AVEKE stressZZ 20141 5000 1.1449205e-10 7401324.3 20142 -0.0127074999999931 7401198.33178296 20142 5000 9.8398881e-11 7401198.3 Loop time of 0.0174949 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:08 2021 Pair time (%) = 0.00134897 (7.71065) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.188065) Outpt time (%) = 0.01596 (91.2264) Other time (%) = 0.000153065 (0.87491) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:08 2021 Memory usage per processor = 27.543 Mbytes Step Atoms AVEKE stressZZ 20142 5000 9.8398881e-11 7401151.9 20143 -0.0127074999999931 7401033.50272116 20143 5000 8.8803234e-11 7401033.5 Loop time of 0.017436 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:08 2021 Pair time (%) = 0.00111389 (6.38845) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18323) Outpt time (%) = 0.0161941 (92.8773) Other time (%) = 9.60827e-05 (0.551058) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:08 2021 Memory usage per processor = 27.543 Mbytes Step Atoms AVEKE stressZZ 20143 5000 8.8803234e-11 7400990.1 20144 -0.0127074999999931 7400876.39547603 20144 5000 8.2959132e-11 7400876.4 Loop time of 0.016686 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:08 2021 Pair time (%) = 0.00113201 (6.78421) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191467) Outpt time (%) = 0.0153971 (92.2756) Other time (%) = 0.000124931 (0.748721) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:08 2021 Memory usage per processor = 27.543 Mbytes Step Atoms AVEKE stressZZ 20144 5000 8.2959132e-11 7400834.9 20145 -0.0127074999999931 7400724.19828983 20145 5000 7.9346611e-11 7400724.2 Loop time of 0.0168691 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:08 2021 Pair time (%) = 0.00115609 (6.85332) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.202109) Outpt time (%) = 0.015578 (92.3467) Other time (%) = 0.000100851 (0.597846) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:08 2021 Memory usage per processor = 27.543 Mbytes Step Atoms AVEKE stressZZ 20145 5000 7.9346611e-11 7400683.9 20146 -0.0127074999999931 7400575.12425993 20146 5000 7.7090656e-11 7400575.1 Loop time of 0.0173371 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:08 2021 Pair time (%) = 0.00113916 (6.57068) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.276414) Outpt time (%) = 0.0160329 (92.4777) Other time (%) = 0.000117064 (0.67522) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:08 2021 Memory usage per processor = 27.543 Mbytes Step Atoms AVEKE stressZZ 20146 5000 7.7090656e-11 7400535.6 20147 -0.0127074999999931 7400428.03776879 20147 5000 7.5671916e-11 7400428 Loop time of 0.0171349 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:08 2021 Pair time (%) = 0.0011332 (6.61342) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18645) Outpt time (%) = 0.015878 (92.6644) Other time (%) = 9.17912e-05 (0.535697) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:08 2021 Memory usage per processor = 27.543 Mbytes Step Atoms AVEKE stressZZ 20147 5000 7.5671916e-11 7400389 20148 -0.0127074999999931 7400282.21716466 20148 5000 7.4775175e-11 7400282.2 Loop time of 0.0169132 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:08 2021 Pair time (%) = 0.00110698 (6.54506) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188895) Outpt time (%) = 0.0156782 (92.698) Other time (%) = 9.60827e-05 (0.568094) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:08 2021 Memory usage per processor = 27.543 Mbytes Step Atoms AVEKE stressZZ 20148 5000 7.4775175e-11 7400243.4 20149 -0.0127074999999931 7400137.20381013 20149 5000 7.4206106e-11 7400137.2 Loop time of 0.017211 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:08 2021 Pair time (%) = 0.00132012 (7.67025) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.221643) Outpt time (%) = 0.0157199 (91.3365) Other time (%) = 0.000132799 (0.771596) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:08 2021 Memory usage per processor = 27.543 Mbytes Step Atoms AVEKE stressZZ 20149 5000 7.4206106e-11 7400098.6 20150 -0.0127074999999931 7399992.70623539 20150 5000 7.3843631e-11 7399992.7 Loop time of 0.0198438 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:08 2021 Pair time (%) = 0.00109911 (5.5388) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.160998) Outpt time (%) = 0.0186188 (93.8268) Other time (%) = 9.39369e-05 (0.473381) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:08 2021 Memory usage per processor = 27.5431 Mbytes Step Atoms AVEKE stressZZ 20150 5000 7.3843631e-11 7399954.3 20151 -0.0127074999999931 7399848.53920782 20151 5000 7.3611786e-11 7399848.5 Loop time of 0.016675 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:08 2021 Pair time (%) = 0.001086 (6.51273) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.185874) Outpt time (%) = 0.0154662 (92.7509) Other time (%) = 9.17912e-05 (0.550472) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:08 2021 Memory usage per processor = 27.5431 Mbytes Step Atoms AVEKE stressZZ 20151 5000 7.3611786e-11 7399810.2 20152 -0.0127074999999931 7399704.58500929 20152 5000 7.3462687e-11 7399704.6 Loop time of 0.0165451 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:08 2021 Pair time (%) = 0.0010922 (6.60134) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193097) Outpt time (%) = 0.0153329 (92.6738) Other time (%) = 8.79765e-05 (0.531739) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:08 2021 Memory usage per processor = 27.5431 Mbytes Step Atoms AVEKE stressZZ 20152 5000 7.3462687e-11 7399666.3 20153 -0.0127074999999931 7399560.76882841 20153 5000 7.3366066e-11 7399560.8 Loop time of 0.0166731 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:08 2021 Pair time (%) = 0.001091 (6.5435) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191615) Outpt time (%) = 0.015461 (92.7301) Other time (%) = 8.91685e-05 (0.534805) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:08 2021 Memory usage per processor = 27.5431 Mbytes Step Atoms AVEKE stressZZ 20153 5000 7.3366066e-11 7399522.5 20154 -0.0127074999999931 7399417.04312093 20154 5000 7.3302751e-11 7399417 Loop time of 0.0174642 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:08 2021 Pair time (%) = 0.001086 (6.21843) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.177474) Outpt time (%) = 0.0162642 (93.129) Other time (%) = 8.29697e-05 (0.475085) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:08 2021 Memory usage per processor = 27.5431 Mbytes Step Atoms AVEKE stressZZ 20154 5000 7.3302751e-11 7399378.8 20155 -0.0127074999999931 7399273.37767152 20155 5000 7.3260584e-11 7399273.4 Loop time of 0.0173988 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:08 2021 Pair time (%) = 0.00109816 (6.31166) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183622) Outpt time (%) = 0.016176 (92.9717) Other time (%) = 9.27448e-05 (0.533052) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:08 2021 Memory usage per processor = 27.5431 Mbytes Step Atoms AVEKE stressZZ 20155 5000 7.3260584e-11 7399235.1 20156 -0.0127074999999931 7399129.75327759 20156 5000 7.3231851e-11 7399129.8 Loop time of 0.0167761 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:08 2021 Pair time (%) = 0.00113106 (6.74208) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190438) Outpt time (%) = 0.015481 (92.2801) Other time (%) = 0.000132084 (0.787334) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:08 2021 Memory usage per processor = 27.5431 Mbytes Step Atoms AVEKE stressZZ 20156 5000 7.3231851e-11 7399091.5 20157 -0.0127074999999931 7398986.15773512 20157 5000 7.3211651e-11 7398986.2 Loop time of 0.0172861 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:08 2021 Pair time (%) = 0.00115705 (6.69352) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191716) Outpt time (%) = 0.0159941 (92.5258) Other time (%) = 0.000101805 (0.588941) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:09 2021 Memory usage per processor = 27.5431 Mbytes Step Atoms AVEKE stressZZ 20157 5000 7.3211651e-11 7398947.9 20158 -0.0127074999999931 7398842.58328799 20158 5000 7.3196874e-11 7398842.6 Loop time of 0.0173321 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:09 2021 Pair time (%) = 0.00108886 (6.28233) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184329) Outpt time (%) = 0.016118 (92.9955) Other time (%) = 9.32217e-05 (0.537856) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:09 2021 Memory usage per processor = 27.5431 Mbytes Step Atoms AVEKE stressZZ 20158 5000 7.3196874e-11 7398804.3 20159 -0.0127074999999931 7398699.02500635 20159 5000 7.3185542e-11 7398699 Loop time of 0.0167811 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:09 2021 Pair time (%) = 0.0010891 (6.49002) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190381) Outpt time (%) = 0.0155652 (92.7541) Other time (%) = 9.48906e-05 (0.565461) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:09 2021 Memory usage per processor = 27.5431 Mbytes Step Atoms AVEKE stressZZ 20159 5000 7.3185542e-11 7398660.8 20160 -0.0127074999999931 7398555.47975711 20160 5000 7.31764e-11 7398555.5 Loop time of 0.0193379 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:09 2021 Pair time (%) = 0.00126719 (6.55291) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.181238) Outpt time (%) = 0.017889 (92.5076) Other time (%) = 0.000146627 (0.758239) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:09 2021 Memory usage per processor = 27.5431 Mbytes Step Atoms AVEKE stressZZ 20160 5000 7.31764e-11 7398517.2 20161 -0.0127074999999931 7398411.94554834 20161 5000 7.316865e-11 7398411.9 Loop time of 0.0174389 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:09 2021 Pair time (%) = 0.00113583 (6.51318) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.190036) Outpt time (%) = 0.016165 (92.6952) Other time (%) = 0.000104904 (0.601553) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:09 2021 Memory usage per processor = 27.5431 Mbytes Step Atoms AVEKE stressZZ 20161 5000 7.316865e-11 7398373.7 20162 -0.0127074999999931 7398268.42111405 20162 5000 7.3161784e-11 7398268.4 Loop time of 0.017426 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:09 2021 Pair time (%) = 0.00112009 (6.42769) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183336) Outpt time (%) = 0.0161848 (92.8773) Other time (%) = 8.91685e-05 (0.511698) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:09 2021 Memory usage per processor = 27.5431 Mbytes Step Atoms AVEKE stressZZ 20162 5000 7.3161784e-11 7398230.2 20163 -0.0127074999999931 7398124.90564891 20163 5000 7.3155481e-11 7398124.9 Loop time of 0.0167761 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:09 2021 Pair time (%) = 0.00111794 (6.66392) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.274288) Outpt time (%) = 0.015497 (92.3754) Other time (%) = 0.000115156 (0.686431) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:09 2021 Memory usage per processor = 27.5431 Mbytes Step Atoms AVEKE stressZZ 20163 5000 7.3155481e-11 7398086.7 20164 -0.0127074999999931 7397981.39864102 20164 5000 7.3149535e-11 7397981.4 Loop time of 0.0171649 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:09 2021 Pair time (%) = 0.00123096 (7.17133) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.209737) Outpt time (%) = 0.015789 (91.9842) Other time (%) = 0.000108957 (0.634766) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:09 2021 Memory usage per processor = 27.5431 Mbytes Step Atoms AVEKE stressZZ 20164 5000 7.3149535e-11 7397943.2 20165 -0.0127074999999931 7397837.89976431 20165 5000 7.3143817e-11 7397837.9 Loop time of 0.017235 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:09 2021 Pair time (%) = 0.00110197 (6.39378) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185367) Outpt time (%) = 0.0160072 (92.8758) Other time (%) = 9.39369e-05 (0.545035) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:09 2021 Memory usage per processor = 27.5431 Mbytes Step Atoms AVEKE stressZZ 20165 5000 7.3143817e-11 7397799.7 20166 -0.0127074999999931 7397694.40881136 20166 5000 7.3138244e-11 7397694.4 Loop time of 0.0174382 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:09 2021 Pair time (%) = 0.00115013 (6.59548) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.194146) Outpt time (%) = 0.0161262 (92.4762) Other time (%) = 0.000128031 (0.734198) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:09 2021 Memory usage per processor = 27.5431 Mbytes Step Atoms AVEKE stressZZ 20166 5000 7.3138244e-11 7397656.2 20167 -0.0127074999999931 7397550.92564983 20167 5000 7.3132762e-11 7397550.9 Loop time of 0.0169809 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:09 2021 Pair time (%) = 0.00113297 (6.672) Neigh time (%) = 0 (0) Comm time (%) = 5.48363e-05 (0.322929) Outpt time (%) = 0.0155859 (91.785) Other time (%) = 0.000207186 (1.22011) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:09 2021 Memory usage per processor = 27.5431 Mbytes Step Atoms AVEKE stressZZ 20167 5000 7.3132762e-11 7397512.7 20168 -0.0127074999999931 7397407.4502033 20168 5000 7.312734e-11 7397407.5 Loop time of 0.0173872 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:09 2021 Pair time (%) = 0.00149393 (8.59215) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.207056) Outpt time (%) = 0.015717 (90.3945) Other time (%) = 0.00014019 (0.806286) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:09 2021 Memory usage per processor = 27.5431 Mbytes Step Atoms AVEKE stressZZ 20168 5000 7.312734e-11 7397369.2 20169 -0.0127074999999931 7397263.9824291 20169 5000 7.3121955e-11 7397264 Loop time of 0.017453 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:09 2021 Pair time (%) = 0.00113201 (6.48607) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183053) Outpt time (%) = 0.0161941 (92.7872) Other time (%) = 9.48906e-05 (0.543694) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:09 2021 Memory usage per processor = 27.5431 Mbytes Step Atoms AVEKE stressZZ 20169 5000 7.3121955e-11 7397225.8 20170 -0.0127074999999931 7397120.52228371 20170 5000 7.3116595e-11 7397120.5 Loop time of 0.01967 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:09 2021 Pair time (%) = 0.00109386 (5.56108) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.157572) Outpt time (%) = 0.0184519 (93.8074) Other time (%) = 9.32217e-05 (0.473928) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:09 2021 Memory usage per processor = 27.5431 Mbytes Step Atoms AVEKE stressZZ 20170 5000 7.3116595e-11 7397082.3 20171 -0.0127074999999931 7396977.06974622 20171 5000 7.311125e-11 7396977.1 Loop time of 0.0166771 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:09 2021 Pair time (%) = 0.00111103 (6.662) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.204435) Outpt time (%) = 0.0154302 (92.5231) Other time (%) = 0.000101805 (0.610445) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:09 2021 Memory usage per processor = 27.5431 Mbytes Step Atoms AVEKE stressZZ 20171 5000 7.311125e-11 7396938.9 20172 -0.0127074999999931 7396833.62482955 20172 5000 7.3105915e-11 7396833.6 Loop time of 0.0173681 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:09 2021 Pair time (%) = 0.00151706 (8.73475) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.212775) Outpt time (%) = 0.01566 (90.1657) Other time (%) = 0.000154018 (0.88679) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:09 2021 Memory usage per processor = 27.5431 Mbytes Step Atoms AVEKE stressZZ 20172 5000 7.3105915e-11 7396795.4 20173 -0.0127074999999931 7396690.18751005 20173 5000 7.3100586e-11 7396690.2 Loop time of 0.017478 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:09 2021 Pair time (%) = 0.00109601 (6.2708) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18279) Outpt time (%) = 0.0162539 (92.9967) Other time (%) = 9.60827e-05 (0.549735) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:09 2021 Memory usage per processor = 27.5431 Mbytes Step Atoms AVEKE stressZZ 20173 5000 7.3100586e-11 7396652 20174 -0.0127074999999931 7396546.75784103 20174 5000 7.3095263e-11 7396546.8 Loop time of 0.0172069 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:09 2021 Pair time (%) = 0.00109196 (6.34604) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18567) Outpt time (%) = 0.015991 (92.9334) Other time (%) = 9.20296e-05 (0.534841) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:09 2021 Memory usage per processor = 27.5431 Mbytes Step Atoms AVEKE stressZZ 20174 5000 7.3095263e-11 7396508.5 20175 -0.0127074999999931 7396403.33583893 20175 5000 7.3089942e-11 7396403.3 Loop time of 0.0170889 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:09 2021 Pair time (%) = 0.00113297 (6.62983) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.199509) Outpt time (%) = 0.0157919 (92.4103) Other time (%) = 0.000129938 (0.760366) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:09 2021 Memory usage per processor = 27.5431 Mbytes Step Atoms AVEKE stressZZ 20175 5000 7.3089942e-11 7396365.1 20176 -0.0127074999999931 7396259.92146082 20176 5000 7.3084623e-11 7396259.9 Loop time of 0.0171499 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:09 2021 Pair time (%) = 0.00111485 (6.50058) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.197409) Outpt time (%) = 0.0159009 (92.7167) Other time (%) = 0.000100374 (0.585275) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:09 2021 Memory usage per processor = 27.5431 Mbytes Step Atoms AVEKE stressZZ 20176 5000 7.3084623e-11 7396221.7 20177 -0.0127074999999931 7396116.51469203 20177 5000 7.3079306e-11 7396116.5 Loop time of 0.017282 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:09 2021 Pair time (%) = 0.0011611 (6.71854) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.186243) Outpt time (%) = 0.0159969 (92.5641) Other time (%) = 9.17912e-05 (0.531137) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:09 2021 Memory usage per processor = 27.5431 Mbytes Step Atoms AVEKE stressZZ 20177 5000 7.3079306e-11 7396078.3 20178 -0.0127074999999931 7395973.11553424 20178 5000 7.307399e-11 7395973.1 Loop time of 0.0167069 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:09 2021 Pair time (%) = 0.00108719 (6.50741) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191226) Outpt time (%) = 0.0154951 (92.7462) Other time (%) = 9.27448e-05 (0.555127) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:09 2021 Memory usage per processor = 27.5431 Mbytes Step Atoms AVEKE stressZZ 20178 5000 7.307399e-11 7395934.9 20179 -0.0127074999999931 7395829.72399047 20179 5000 7.3068675e-11 7395829.7 Loop time of 0.0171101 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:09 2021 Pair time (%) = 0.00126219 (7.37686) Neigh time (%) = 0 (0) Comm time (%) = 6.38962e-05 (0.373441) Outpt time (%) = 0.0156589 (91.5181) Other time (%) = 0.00012517 (0.731554) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:09 2021 Memory usage per processor = 27.5431 Mbytes Step Atoms AVEKE stressZZ 20179 5000 7.3068675e-11 7395791.5 20180 -0.0127074999999931 7395686.3400326 20180 5000 7.3063361e-11 7395686.3 Loop time of 0.0196059 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:09 2021 Pair time (%) = 0.00110316 (5.62669) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.162952) Outpt time (%) = 0.0183771 (93.7324) Other time (%) = 9.36985e-05 (0.47791) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:09 2021 Memory usage per processor = 27.5431 Mbytes Step Atoms AVEKE stressZZ 20180 5000 7.3063361e-11 7395648.1 20181 -0.0127074999999931 7395542.96365129 20181 5000 7.3058048e-11 7395543 Loop time of 0.0174699 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:09 2021 Pair time (%) = 0.00118589 (6.78822) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.200617) Outpt time (%) = 0.0161409 (92.3929) Other time (%) = 0.000108004 (0.618227) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:09 2021 Memory usage per processor = 27.5431 Mbytes Step Atoms AVEKE stressZZ 20181 5000 7.3058048e-11 7395504.8 20182 -0.0127074999999931 7395399.59485544 20182 5000 7.3052736e-11 7395399.6 Loop time of 0.0171959 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:09 2021 Pair time (%) = 0.00109911 (6.39168) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185789) Outpt time (%) = 0.0159252 (92.6101) Other time (%) = 0.000139713 (0.812478) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:09 2021 Memory usage per processor = 27.5431 Mbytes Step Atoms AVEKE stressZZ 20182 5000 7.3052736e-11 7395361.4 20183 -0.0127074999999931 7395256.23364019 20183 5000 7.3047424e-11 7395256.2 Loop time of 0.0171962 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:09 2021 Pair time (%) = 0.0012629 (7.34409) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.216288) Outpt time (%) = 0.0157819 (91.7755) Other time (%) = 0.000114202 (0.664116) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:09 2021 Memory usage per processor = 27.5431 Mbytes Step Atoms AVEKE stressZZ 20183 5000 7.3047424e-11 7395218 20184 -0.0127074999999931 7395112.87999159 20184 5000 7.3042112e-11 7395112.9 Loop time of 0.0175519 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:09 2021 Pair time (%) = 0.00124884 (7.11511) Neigh time (%) = 0 (0) Comm time (%) = 4.48227e-05 (0.255372) Outpt time (%) = 0.016129 (91.8933) Other time (%) = 0.000129223 (0.736233) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:09 2021 Memory usage per processor = 27.5431 Mbytes Step Atoms AVEKE stressZZ 20184 5000 7.3042112e-11 7395074.7 20185 -0.0127074999999931 7394969.533918 20185 5000 7.3036802e-11 7394969.5 Loop time of 0.0174439 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:09 2021 Pair time (%) = 0.00113106 (6.48397) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.177681) Outpt time (%) = 0.016186 (92.7889) Other time (%) = 9.58443e-05 (0.549443) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:09 2021 Memory usage per processor = 27.5431 Mbytes Step Atoms AVEKE stressZZ 20185 5000 7.3036802e-11 7394931.3 20186 -0.0127074999999931 7394826.19541684 20186 5000 7.3031492e-11 7394826.2 Loop time of 0.0167019 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:09 2021 Pair time (%) = 0.00108695 (6.50793) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.185574) Outpt time (%) = 0.015491 (92.7498) Other time (%) = 9.29832e-05 (0.556721) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:09 2021 Memory usage per processor = 27.5431 Mbytes Step Atoms AVEKE stressZZ 20186 5000 7.3031492e-11 7394788 20187 -0.0127074999999931 7394682.86448383 20187 5000 7.3026183e-11 7394682.9 Loop time of 0.0171731 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:09 2021 Pair time (%) = 0.00144696 (8.42577) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204084) Outpt time (%) = 0.0155339 (90.4552) Other time (%) = 0.000157118 (0.914909) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:09 2021 Memory usage per processor = 27.5431 Mbytes Step Atoms AVEKE stressZZ 20187 5000 7.3026183e-11 7394644.7 20188 -0.0127074999999931 7394539.54111667 20188 5000 7.3020874e-11 7394539.5 Loop time of 0.0175149 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:09 2021 Pair time (%) = 0.0010922 (6.23579) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182405) Outpt time (%) = 0.0162981 (93.0523) Other time (%) = 9.27448e-05 (0.529518) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:09 2021 Memory usage per processor = 27.5431 Mbytes Step Atoms AVEKE stressZZ 20188 5000 7.3020874e-11 7394501.3 20189 -0.0127074999999931 7394396.22531522 20189 5000 7.3015566e-11 7394396.2 Loop time of 0.016782 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:09 2021 Pair time (%) = 0.0011251 (6.70417) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190371) Outpt time (%) = 0.0155308 (92.5443) Other time (%) = 9.41753e-05 (0.561167) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:09 2021 Memory usage per processor = 27.5431 Mbytes Step Atoms AVEKE stressZZ 20189 5000 7.3015566e-11 7394358 20190 -0.0127074999999931 7394252.91707775 20190 5000 7.3010258e-11 7394252.9 Loop time of 0.01931 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:09 2021 Pair time (%) = 0.00117612 (6.09073) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.176561) Outpt time (%) = 0.017982 (93.1228) Other time (%) = 0.000117779 (0.609937) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:09 2021 Memory usage per processor = 27.5431 Mbytes Step Atoms AVEKE stressZZ 20190 5000 7.3010258e-11 7394214.7 20191 -0.0127074999999931 7394109.61640229 20191 5000 7.3004951e-11 7394109.6 Loop time of 0.017611 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:09 2021 Pair time (%) = 0.00137401 (7.80197) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.204424) Outpt time (%) = 0.015991 (90.8009) Other time (%) = 0.000210047 (1.1927) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:09 2021 Memory usage per processor = 27.5431 Mbytes Step Atoms AVEKE stressZZ 20191 5000 7.3004951e-11 7394071.4 20192 -0.0127074999999931 7393966.32328737 20192 5000 7.2999645e-11 7393966.3 Loop time of 0.0175309 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:09 2021 Pair time (%) = 0.00114202 (6.51435) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.183599) Outpt time (%) = 0.016264 (92.773) Other time (%) = 9.27448e-05 (0.529036) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:09 2021 Memory usage per processor = 27.5431 Mbytes Step Atoms AVEKE stressZZ 20192 5000 7.2999645e-11 7393928.1 20193 -0.0127074999999931 7393823.03773125 20193 5000 7.2994339e-11 7393823 Loop time of 0.0169051 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:09 2021 Pair time (%) = 0.00113702 (6.7259) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.190396) Outpt time (%) = 0.0156441 (92.5407) Other time (%) = 9.17912e-05 (0.54298) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:09 2021 Memory usage per processor = 27.5431 Mbytes Step Atoms AVEKE stressZZ 20193 5000 7.2994339e-11 7393784.8 20194 -0.0127074999999931 7393679.75973235 20194 5000 7.2989034e-11 7393679.8 Loop time of 0.017113 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:09 2021 Pair time (%) = 0.00114298 (6.67902) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204801) Outpt time (%) = 0.0158179 (92.4321) Other time (%) = 0.000117064 (0.684063) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:09 2021 Memory usage per processor = 27.5431 Mbytes Step Atoms AVEKE stressZZ 20194 5000 7.2989034e-11 7393641.6 20195 -0.0127074999999931 7393536.48928904 20195 5000 7.298373e-11 7393536.5 Loop time of 0.016521 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:09 2021 Pair time (%) = 0.001091 (6.60375) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193379) Outpt time (%) = 0.01531 (92.6704) Other time (%) = 8.79765e-05 (0.532514) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:09 2021 Memory usage per processor = 27.5431 Mbytes Step Atoms AVEKE stressZZ 20195 5000 7.298373e-11 7393498.3 20196 -0.0127074999999931 7393393.22639996 20196 5000 7.2978426e-11 7393393.2 Loop time of 0.0165138 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:09 2021 Pair time (%) = 0.00110793 (6.70911) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.194906) Outpt time (%) = 0.015286 (92.5647) Other time (%) = 8.7738e-05 (0.531301) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:09 2021 Memory usage per processor = 27.5431 Mbytes Step Atoms AVEKE stressZZ 20196 5000 7.2978426e-11 7393355 20197 -0.0127074999999931 7393249.97106363 20197 5000 7.2973123e-11 7393250 Loop time of 0.016716 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:09 2021 Pair time (%) = 0.00108695 (6.50245) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.185418) Outpt time (%) = 0.0155101 (92.7858) Other time (%) = 8.79765e-05 (0.526301) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:09 2021 Memory usage per processor = 27.5431 Mbytes Step Atoms AVEKE stressZZ 20197 5000 7.2973123e-11 7393211.8 20198 -0.0127074999999931 7393106.72327857 20198 5000 7.296782e-11 7393106.7 Loop time of 0.017812 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:09 2021 Pair time (%) = 0.00131702 (7.39402) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.179363) Outpt time (%) = 0.016351 (91.7975) Other time (%) = 0.000112057 (0.629108) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:09 2021 Memory usage per processor = 27.5431 Mbytes Step Atoms AVEKE stressZZ 20198 5000 7.296782e-11 7393068.5 20199 -0.0127074999999931 7392963.48304335 20199 5000 7.2962518e-11 7392963.5 Loop time of 0.0176051 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:09 2021 Pair time (%) = 0.00117397 (6.66838) Neigh time (%) = 0 (0) Comm time (%) = 6.41346e-05 (0.364296) Outpt time (%) = 0.016233 (92.2062) Other time (%) = 0.000133991 (0.761095) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:09 2021 Memory usage per processor = 27.5431 Mbytes Step Atoms AVEKE stressZZ 20199 5000 7.2962518e-11 7392925.3 20200 -0.0127074999999931 7392820.25035659 20200 5000 7.2957217e-11 7392820.3 Loop time of 0.0192192 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:10 2021 Pair time (%) = 0.00113201 (5.89002) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.167471) Outpt time (%) = 0.0179641 (93.4699) Other time (%) = 9.08375e-05 (0.47264) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:10 2021 Memory usage per processor = 27.5431 Mbytes Step Atoms AVEKE stressZZ 20200 5000 7.2957217e-11 7392782.1 20201 -0.0127074999999931 7392677.02521724 20201 5000 7.2951916e-11 7392677 Loop time of 0.016855 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:10 2021 Pair time (%) = 0.00117779 (6.98776) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.200863) Outpt time (%) = 0.0155199 (92.0786) Other time (%) = 0.000123501 (0.732725) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:10 2021 Memory usage per processor = 27.5431 Mbytes Step Atoms AVEKE stressZZ 20201 5000 7.2951916e-11 7392638.8 20202 -0.0127074999999931 7392533.80762368 20202 5000 7.2946616e-11 7392533.8 Loop time of 0.017715 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:10 2021 Pair time (%) = 0.00112987 (6.37802) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.180345) Outpt time (%) = 0.016463 (92.9329) Other time (%) = 9.01222e-05 (0.508735) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:10 2021 Memory usage per processor = 27.5431 Mbytes Step Atoms AVEKE stressZZ 20202 5000 7.2946616e-11 7392495.6 20203 -0.0127074999999931 7392390.59757465 20203 5000 7.2941316e-11 7392390.6 Loop time of 0.017478 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:10 2021 Pair time (%) = 0.00113797 (6.51089) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18279) Outpt time (%) = 0.0162151 (92.7743) Other time (%) = 9.29832e-05 (0.532002) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:10 2021 Memory usage per processor = 27.5431 Mbytes Step Atoms AVEKE stressZZ 20203 5000 7.2941316e-11 7392352.4 20204 -0.0127074999999931 7392247.39506884 20204 5000 7.2936017e-11 7392247.4 Loop time of 0.0166209 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:10 2021 Pair time (%) = 0.00111699 (6.72041) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192217) Outpt time (%) = 0.015379 (92.5279) Other time (%) = 9.29832e-05 (0.559437) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:10 2021 Memory usage per processor = 27.5431 Mbytes Step Atoms AVEKE stressZZ 20204 5000 7.2936017e-11 7392209.2 20205 -0.0127074999999931 7392104.20010524 20205 5000 7.2930719e-11 7392104.2 Loop time of 0.0172842 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:10 2021 Pair time (%) = 0.00156307 (9.04338) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.213808) Outpt time (%) = 0.015527 (89.8338) Other time (%) = 0.000157118 (0.909028) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:10 2021 Memory usage per processor = 27.5431 Mbytes Step Atoms AVEKE stressZZ 20205 5000 7.2930719e-11 7392066 20206 -0.0127074999999931 7391961.01268226 20206 5000 7.2925421e-11 7391961 Loop time of 0.0174592 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:10 2021 Pair time (%) = 0.00109291 (6.25982) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182988) Outpt time (%) = 0.0162389 (93.011) Other time (%) = 9.53674e-05 (0.546232) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:10 2021 Memory usage per processor = 27.5431 Mbytes Step Atoms AVEKE stressZZ 20206 5000 7.2925421e-11 7391922.8 20207 -0.0127074999999931 7391817.83279896 20207 5000 7.2920124e-11 7391817.8 Loop time of 0.0169029 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:10 2021 Pair time (%) = 0.00112891 (6.6788) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.183367) Outpt time (%) = 0.0156469 (92.5694) Other time (%) = 9.60827e-05 (0.568438) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:10 2021 Memory usage per processor = 27.5431 Mbytes Step Atoms AVEKE stressZZ 20207 5000 7.2920124e-11 7391779.6 20208 -0.0127074999999931 7391674.66045406 20208 5000 7.2914827e-11 7391674.7 Loop time of 0.016758 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:10 2021 Pair time (%) = 0.00116014 (6.92295) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.20914) Outpt time (%) = 0.0154631 (92.2732) Other time (%) = 9.9659e-05 (0.594696) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:10 2021 Memory usage per processor = 27.5431 Mbytes Step Atoms AVEKE stressZZ 20208 5000 7.2914827e-11 7391636.5 20209 -0.0127074999999931 7391531.49564634 20209 5000 7.2909531e-11 7391531.5 Loop time of 0.017277 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:10 2021 Pair time (%) = 0.00124216 (7.18968) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197337) Outpt time (%) = 0.0158699 (91.8554) Other time (%) = 0.000130892 (0.757607) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:10 2021 Memory usage per processor = 27.5431 Mbytes Step Atoms AVEKE stressZZ 20209 5000 7.2909531e-11 7391493.3 20210 -0.0127074999999931 7391388.33837461 20210 5000 7.2904236e-11 7391388.3 Loop time of 0.019712 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:10 2021 Pair time (%) = 0.00109196 (5.53956) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.163284) Outpt time (%) = 0.018496 (93.8315) Other time (%) = 9.17912e-05 (0.465662) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:10 2021 Memory usage per processor = 27.5431 Mbytes Step Atoms AVEKE stressZZ 20210 5000 7.2904236e-11 7391350.2 20211 -0.0127074999999931 7391245.18863773 20211 5000 7.2898941e-11 7391245.2 Loop time of 0.01684 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:10 2021 Pair time (%) = 0.00108981 (6.47157) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.184053) Outpt time (%) = 0.015625 (92.7851) Other time (%) = 9.41753e-05 (0.559237) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:10 2021 Memory usage per processor = 27.5431 Mbytes Step Atoms AVEKE stressZZ 20211 5000 7.2898941e-11 7391207 20212 -0.0127074999999931 7391102.0464346 20212 5000 7.2893647e-11 7391102 Loop time of 0.017128 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:10 2021 Pair time (%) = 0.00130296 (7.60718) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204621) Outpt time (%) = 0.0156131 (91.1553) Other time (%) = 0.000176907 (1.03285) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:10 2021 Memory usage per processor = 27.5431 Mbytes Step Atoms AVEKE stressZZ 20212 5000 7.2893647e-11 7391063.9 20213 -0.0127074999999931 7390958.91176395 20213 5000 7.2888353e-11 7390958.9 Loop time of 0.017323 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:10 2021 Pair time (%) = 0.00112581 (6.49894) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189931) Outpt time (%) = 0.0160639 (92.7317) Other time (%) = 0.000100374 (0.579427) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:10 2021 Memory usage per processor = 27.5431 Mbytes Step Atoms AVEKE stressZZ 20213 5000 7.2888353e-11 7390920.7 20214 -0.0127074999999931 7390815.78462477 20214 5000 7.288306e-11 7390815.8 Loop time of 0.017293 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:10 2021 Pair time (%) = 0.00113201 (6.54608) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.186125) Outpt time (%) = 0.016036 (92.7315) Other time (%) = 9.27448e-05 (0.536315) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:10 2021 Memory usage per processor = 27.5431 Mbytes Step Atoms AVEKE stressZZ 20214 5000 7.288306e-11 7390777.6 20215 -0.0127074999999931 7390672.66501595 20215 5000 7.2877768e-11 7390672.7 Loop time of 0.0166249 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:10 2021 Pair time (%) = 0.00113916 (6.85214) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.186433) Outpt time (%) = 0.0153589 (92.3849) Other time (%) = 9.58443e-05 (0.576509) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:10 2021 Memory usage per processor = 27.5431 Mbytes Step Atoms AVEKE stressZZ 20215 5000 7.2877768e-11 7390634.5 20216 -0.0127074999999931 7390529.55299098 20216 5000 7.2872476e-11 7390529.6 Loop time of 0.0171132 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:10 2021 Pair time (%) = 0.00133014 (7.77258) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204798) Outpt time (%) = 0.0155978 (91.1449) Other time (%) = 0.000150204 (0.877706) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:10 2021 Memory usage per processor = 27.5431 Mbytes Step Atoms AVEKE stressZZ 20216 5000 7.2872476e-11 7390491.4 20217 -0.0127074999999931 7390386.44861459 20217 5000 7.2867185e-11 7390386.4 Loop time of 0.0173211 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:10 2021 Pair time (%) = 0.00109005 (6.29319) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184446) Outpt time (%) = 0.016108 (92.9966) Other time (%) = 9.10759e-05 (0.525809) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:10 2021 Memory usage per processor = 27.5431 Mbytes Step Atoms AVEKE stressZZ 20217 5000 7.2867185e-11 7390348.3 20218 -0.0127074999999931 7390243.35183248 20218 5000 7.2861895e-11 7390243.4 Loop time of 0.0176439 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:10 2021 Pair time (%) = 0.00128102 (7.26042) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.204043) Outpt time (%) = 0.016176 (91.6802) Other time (%) = 0.000150919 (0.855359) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:10 2021 Memory usage per processor = 27.5431 Mbytes Step Atoms AVEKE stressZZ 20218 5000 7.2861895e-11 7390205.2 20219 -0.0127074999999931 7390100.26262817 20219 5000 7.2856605e-11 7390100.3 Loop time of 0.0169089 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:10 2021 Pair time (%) = 0.00121307 (7.17418) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.212913) Outpt time (%) = 0.0155568 (92.0038) Other time (%) = 0.000102997 (0.609128) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:10 2021 Memory usage per processor = 27.5431 Mbytes Step Atoms AVEKE stressZZ 20219 5000 7.2856605e-11 7390062.1 20220 -0.0127074999999931 7389957.18099276 20220 5000 7.2851315e-11 7389957.2 Loop time of 0.020406 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:10 2021 Pair time (%) = 0.00163603 (8.01739) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.181098) Outpt time (%) = 0.0185971 (91.1355) Other time (%) = 0.000135899 (0.665973) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:10 2021 Memory usage per processor = 27.5431 Mbytes Step Atoms AVEKE stressZZ 20220 5000 7.2851315e-11 7389919 20221 -0.0127074999999931 7389814.10692008 20221 5000 7.2846027e-11 7389814.1 Loop time of 0.017292 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:10 2021 Pair time (%) = 0.00109196 (6.3148) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179241) Outpt time (%) = 0.0160761 (92.9682) Other time (%) = 9.29832e-05 (0.537723) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:10 2021 Memory usage per processor = 27.5431 Mbytes Step Atoms AVEKE stressZZ 20221 5000 7.2846027e-11 7389775.9 20222 -0.0127074999999931 7389671.04040528 20222 5000 7.2840739e-11 7389671 Loop time of 0.0173669 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:10 2021 Pair time (%) = 0.00118089 (6.79965) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189451) Outpt time (%) = 0.0160339 (92.3245) Other time (%) = 0.000119209 (0.686417) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:10 2021 Memory usage per processor = 27.5431 Mbytes Step Atoms AVEKE stressZZ 20222 5000 7.2840739e-11 7389632.9 20223 -0.0127074999999931 7389527.98144459 20223 5000 7.2835451e-11 7389528 Loop time of 0.0167749 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:10 2021 Pair time (%) = 0.00108886 (6.491) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.184767) Outpt time (%) = 0.0155241 (92.544) Other time (%) = 0.000130892 (0.780284) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:10 2021 Memory usage per processor = 27.5431 Mbytes Step Atoms AVEKE stressZZ 20223 5000 7.2835451e-11 7389489.8 20224 -0.0127074999999931 7389384.93003478 20224 5000 7.2830164e-11 7389384.9 Loop time of 0.0175722 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:10 2021 Pair time (%) = 0.00153804 (8.7527) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.210304) Outpt time (%) = 0.0158372 (90.1266) Other time (%) = 0.000159979 (0.910411) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:10 2021 Memory usage per processor = 27.5431 Mbytes Step Atoms AVEKE stressZZ 20224 5000 7.2830164e-11 7389346.8 20225 -0.0127074999999931 7389241.88615805 20225 5000 7.2824878e-11 7389241.9 Loop time of 0.017494 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:10 2021 Pair time (%) = 0.00109506 (6.25963) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182624) Outpt time (%) = 0.016269 (92.9976) Other time (%) = 9.799e-05 (0.560136) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:10 2021 Memory usage per processor = 27.5431 Mbytes Step Atoms AVEKE stressZZ 20225 5000 7.2824878e-11 7389203.7 20226 -0.0127074999999931 7389098.84981707 20226 5000 7.2819592e-11 7389098.8 Loop time of 0.016691 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:10 2021 Pair time (%) = 0.00108981 (6.52935) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191409) Outpt time (%) = 0.015476 (92.7207) Other time (%) = 9.32217e-05 (0.558516) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:10 2021 Memory usage per processor = 27.5431 Mbytes Step Atoms AVEKE stressZZ 20226 5000 7.2819592e-11 7389060.7 20227 -0.0127074999999931 7388955.82101704 20227 5000 7.2814307e-11 7388955.8 Loop time of 0.0167511 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:10 2021 Pair time (%) = 0.00119901 (7.1578) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.209226) Outpt time (%) = 0.0154052 (91.9654) Other time (%) = 0.000111818 (0.66753) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:10 2021 Memory usage per processor = 27.5431 Mbytes Step Atoms AVEKE stressZZ 20227 5000 7.2814307e-11 7388917.7 20228 -0.0127074999999931 7388812.7997561 20228 5000 7.2809023e-11 7388812.8 Loop time of 0.0179009 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:10 2021 Pair time (%) = 0.0012598 (7.03764) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.183799) Outpt time (%) = 0.016469 (92.0007) Other time (%) = 0.000139236 (0.777816) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:10 2021 Memory usage per processor = 27.5431 Mbytes Step Atoms AVEKE stressZZ 20228 5000 7.2809023e-11 7388774.6 20229 -0.0127074999999931 7388669.78603217 20229 5000 7.2803739e-11 7388669.8 Loop time of 0.0174551 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:10 2021 Pair time (%) = 0.00114393 (6.55357) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.188494) Outpt time (%) = 0.0161798 (92.6938) Other time (%) = 9.84669e-05 (0.564115) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:10 2021 Memory usage per processor = 27.5431 Mbytes Step Atoms AVEKE stressZZ 20229 5000 7.2803739e-11 7388631.6 20230 -0.0127074999999931 7388526.77984346 20230 5000 7.2798455e-11 7388526.8 Loop time of 0.0199082 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:10 2021 Pair time (%) = 0.00114989 (5.77598) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.165267) Outpt time (%) = 0.0186269 (93.5641) Other time (%) = 9.84669e-05 (0.494605) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:10 2021 Memory usage per processor = 27.5431 Mbytes Step Atoms AVEKE stressZZ 20230 5000 7.2798455e-11 7388488.6 20231 -0.0127074999999931 7388383.78118846 20231 5000 7.2793173e-11 7388383.8 Loop time of 0.0173321 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:10 2021 Pair time (%) = 0.00114799 (6.62347) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.202212) Outpt time (%) = 0.0160432 (92.5636) Other time (%) = 0.000105858 (0.610763) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:10 2021 Memory usage per processor = 27.5431 Mbytes Step Atoms AVEKE stressZZ 20231 5000 7.2793173e-11 7388345.6 20232 -0.0127074999999931 7388240.79006535 20232 5000 7.2787891e-11 7388240.8 Loop time of 0.0176709 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:10 2021 Pair time (%) = 0.0012331 (6.97816) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.198335) Outpt time (%) = 0.016288 (92.1745) Other time (%) = 0.000114679 (0.648974) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:10 2021 Memory usage per processor = 27.5431 Mbytes Step Atoms AVEKE stressZZ 20232 5000 7.2787891e-11 7388202.6 20233 -0.0127074999999931 7388097.80647266 20233 5000 7.2782609e-11 7388097.8 Loop time of 0.0174892 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:10 2021 Pair time (%) = 0.00116396 (6.65531) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.188126) Outpt time (%) = 0.016187 (92.554) Other time (%) = 0.000105381 (0.602549) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:10 2021 Memory usage per processor = 27.5431 Mbytes Step Atoms AVEKE stressZZ 20233 5000 7.2782609e-11 7388059.6 20234 -0.0127074999999931 7387954.83040878 20234 5000 7.2777328e-11 7387954.8 Loop time of 0.017328 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:10 2021 Pair time (%) = 0.00114298 (6.59613) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189876) Outpt time (%) = 0.0160542 (92.6485) Other time (%) = 9.799e-05 (0.5655) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:10 2021 Memory usage per processor = 27.5431 Mbytes Step Atoms AVEKE stressZZ 20234 5000 7.2777328e-11 7387916.7 20235 -0.0127074999999931 7387811.86187225 20235 5000 7.2772048e-11 7387811.9 Loop time of 0.017298 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:10 2021 Pair time (%) = 0.00117707 (6.80468) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.202611) Outpt time (%) = 0.0159791 (92.3752) Other time (%) = 0.000106812 (0.61748) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:10 2021 Memory usage per processor = 27.5431 Mbytes Step Atoms AVEKE stressZZ 20235 5000 7.2772048e-11 7387773.7 20236 -0.0127074999999931 7387668.90086185 20236 5000 7.2766768e-11 7387668.9 Loop time of 0.01755 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:10 2021 Pair time (%) = 0.00120497 (6.86591) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.192909) Outpt time (%) = 0.0162051 (92.3366) Other time (%) = 0.000106096 (0.604537) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:10 2021 Memory usage per processor = 27.5431 Mbytes Step Atoms AVEKE stressZZ 20236 5000 7.2766768e-11 7387630.7 20237 -0.0127074999999931 7387525.94737591 20237 5000 7.2761489e-11 7387525.9 Loop time of 0.0173969 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:10 2021 Pair time (%) = 0.00114608 (6.58782) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.190494) Outpt time (%) = 0.0161209 (92.6653) Other time (%) = 9.67979e-05 (0.556408) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:10 2021 Memory usage per processor = 27.5431 Mbytes Step Atoms AVEKE stressZZ 20237 5000 7.2761489e-11 7387487.8 20238 -0.0127074999999931 7387383.00141319 20238 5000 7.2756211e-11 7387383 Loop time of 0.0171371 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:10 2021 Pair time (%) = 0.00114417 (6.67659) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191992) Outpt time (%) = 0.0158701 (92.6069) Other time (%) = 8.98838e-05 (0.5245) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:10 2021 Memory usage per processor = 27.5431 Mbytes Step Atoms AVEKE stressZZ 20238 5000 7.2756211e-11 7387344.8 20239 -0.0127074999999931 7387240.06297238 20239 5000 7.2750933e-11 7387240.1 Loop time of 0.0171039 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:10 2021 Pair time (%) = 0.00114584 (6.69928) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192364) Outpt time (%) = 0.0158319 (92.5633) Other time (%) = 9.32217e-05 (0.545031) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:10 2021 Memory usage per processor = 27.5431 Mbytes Step Atoms AVEKE stressZZ 20239 5000 7.2750933e-11 7387201.9 20240 -0.0127074999999931 7387097.13205216 20240 5000 7.2745656e-11 7387097.1 Loop time of 0.0196741 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:10 2021 Pair time (%) = 0.00114107 (5.79988) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.167234) Outpt time (%) = 0.0184069 (93.5591) Other time (%) = 9.32217e-05 (0.47383) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:26:10 2021 Memory usage per processor = 27.5431 Mbytes Step Atoms AVEKE stressZZ 20240 5000 7.2745656e-11 7387059 20241 -0.0127074999999931 7386933.4621997 20241 5000 1.4357864e-10 7387176.6 Loop time of 0.0170181 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:10 2021 Pair time (%) = 0.00119805 (7.03989) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205943) Outpt time (%) = 0.015655 (91.9906) Other time (%) = 0.000129938 (0.76353) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:10 2021 Memory usage per processor = 27.5431 Mbytes Step Atoms AVEKE stressZZ 20241 5000 1.4357864e-10 7451149.9 20242 -0.012739999999993 7451011.62987084 20242 5000 1.1553514e-10 7451011.6 Loop time of 0.017241 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:10 2021 Pair time (%) = 0.00115514 (6.69995) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190834) Outpt time (%) = 0.0159531 (92.5298) Other time (%) = 9.98974e-05 (0.579418) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:10 2021 Memory usage per processor = 27.5431 Mbytes Step Atoms AVEKE stressZZ 20242 5000 1.1553514e-10 7450960.1 20243 -0.012739999999993 7450833.59919803 20243 5000 9.9294524e-11 7450833.6 Loop time of 0.0172801 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:11 2021 Pair time (%) = 0.00114083 (6.602) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190403) Outpt time (%) = 0.0160091 (92.6447) Other time (%) = 9.72748e-05 (0.562929) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:11 2021 Memory usage per processor = 27.5431 Mbytes Step Atoms AVEKE stressZZ 20243 5000 9.9294524e-11 7450786.8 20244 -0.012739999999993 7450667.79341967 20244 5000 8.9611016e-11 7450667.8 Loop time of 0.017082 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:11 2021 Pair time (%) = 0.00117207 (6.86142) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.19959) Outpt time (%) = 0.0157778 (92.3653) Other time (%) = 9.799e-05 (0.573646) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:11 2021 Memory usage per processor = 27.5431 Mbytes Step Atoms AVEKE stressZZ 20244 5000 8.9611016e-11 7450624 20245 -0.012739999999993 7450509.75952386 20245 5000 8.3713425e-11 7450509.8 Loop time of 0.0174131 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:11 2021 Pair time (%) = 0.00133896 (7.68936) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.223178) Outpt time (%) = 0.0159092 (91.3632) Other time (%) = 0.000126123 (0.7243) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:11 2021 Memory usage per processor = 27.5431 Mbytes Step Atoms AVEKE stressZZ 20245 5000 8.3713425e-11 7450467.8 20246 -0.012739999999993 7450356.66749612 20246 5000 8.006785e-11 7450356.7 Loop time of 0.0174999 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:11 2021 Pair time (%) = 0.00114083 (6.51907) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.189373) Outpt time (%) = 0.0162351 (92.7725) Other time (%) = 9.08375e-05 (0.519074) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:11 2021 Memory usage per processor = 27.5431 Mbytes Step Atoms AVEKE stressZZ 20246 5000 8.006785e-11 7450316 20247 -0.012739999999993 7450206.7188567 20247 5000 7.7791258e-11 7450206.7 Loop time of 0.0173819 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:11 2021 Pair time (%) = 0.00114202 (6.57019) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.196146) Outpt time (%) = 0.0161061 (92.6603) Other time (%) = 9.9659e-05 (0.573349) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:11 2021 Memory usage per processor = 27.5431 Mbytes Step Atoms AVEKE stressZZ 20247 5000 7.7791258e-11 7450166.8 20248 -0.012739999999993 7450058.77065638 20248 5000 7.6359542e-11 7450058.8 Loop time of 0.0173171 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:11 2021 Pair time (%) = 0.0011692 (6.75175) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.19688) Outpt time (%) = 0.0160141 (92.4759) Other time (%) = 9.9659e-05 (0.575496) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:11 2021 Memory usage per processor = 27.5431 Mbytes Step Atoms AVEKE stressZZ 20248 5000 7.6359542e-11 7450019.3 20249 -0.012739999999993 7449912.09653907 20249 5000 7.5454602e-11 7449912.1 Loop time of 0.0176911 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:11 2021 Pair time (%) = 0.00132918 (7.51327) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.192717) Outpt time (%) = 0.016166 (91.3789) Other time (%) = 0.000161886 (0.91507) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:11 2021 Memory usage per processor = 27.5431 Mbytes Step Atoms AVEKE stressZZ 20249 5000 7.5454602e-11 7449873 20250 -0.012739999999993 7449766.23489707 20250 5000 7.488033e-11 7449766.2 Loop time of 0.0199709 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:11 2021 Pair time (%) = 0.00114298 (5.72322) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.164749) Outpt time (%) = 0.018698 (93.6261) Other time (%) = 9.70364e-05 (0.485889) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:11 2021 Memory usage per processor = 27.5432 Mbytes Step Atoms AVEKE stressZZ 20250 5000 7.488033e-11 7449727.3 20251 -0.012739999999993 7449620.89237273 20251 5000 7.4514542e-11 7449620.9 Loop time of 0.0175302 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:11 2021 Pair time (%) = 0.00114489 (6.53093) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.187686) Outpt time (%) = 0.0162561 (92.7319) Other time (%) = 9.63211e-05 (0.549458) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:11 2021 Memory usage per processor = 27.5432 Mbytes Step Atoms AVEKE stressZZ 20251 5000 7.4514542e-11 7449582.1 20252 -0.012739999999993 7449475.88253319 20252 5000 7.4280579e-11 7449475.9 Loop time of 0.0173891 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:11 2021 Pair time (%) = 0.00114489 (6.58394) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.194694) Outpt time (%) = 0.0161092 (92.64) Other time (%) = 0.000101089 (0.58134) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:11 2021 Memory usage per processor = 27.5432 Mbytes Step Atoms AVEKE stressZZ 20252 5000 7.4280579e-11 7449437.2 20253 -0.012739999999993 7449331.08689766 20253 5000 7.4130119e-11 7449331.1 Loop time of 0.0175941 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:11 2021 Pair time (%) = 0.00135279 (7.68887) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.210041) Outpt time (%) = 0.016077 (91.3775) Other time (%) = 0.000127316 (0.723626) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:11 2021 Memory usage per processor = 27.5432 Mbytes Step Atoms AVEKE stressZZ 20253 5000 7.4130119e-11 7449292.4 20254 -0.012739999999993 7449186.43016919 20254 5000 7.4032616e-11 7449186.4 Loop time of 0.0175469 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:11 2021 Pair time (%) = 0.00114512 (6.52608) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.194301) Outpt time (%) = 0.0162659 (92.6994) Other time (%) = 0.000101805 (0.580187) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:11 2021 Memory usage per processor = 27.5432 Mbytes Step Atoms AVEKE stressZZ 20254 5000 7.4032616e-11 7449147.8 20255 -0.012739999999993 7449041.86449527 20255 5000 7.3968725e-11 7449041.9 Loop time of 0.0175269 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:11 2021 Pair time (%) = 0.00115013 (6.5621) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.189082) Outpt time (%) = 0.0162451 (92.687) Other time (%) = 9.84669e-05 (0.561805) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:11 2021 Memory usage per processor = 27.5432 Mbytes Step Atoms AVEKE stressZZ 20255 5000 7.3968725e-11 7449003.2 20256 -0.012739999999993 7448897.35946424 20256 5000 7.3926175e-11 7448897.4 Loop time of 0.0172169 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:11 2021 Pair time (%) = 0.00114298 (6.63869) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.19664) Outpt time (%) = 0.0159419 (92.5941) Other time (%) = 9.82285e-05 (0.570534) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:11 2021 Memory usage per processor = 27.5432 Mbytes Step Atoms AVEKE stressZZ 20256 5000 7.3926175e-11 7448858.7 20257 -0.012739999999993 7448752.8957486 20257 5000 7.3897181e-11 7448752.9 Loop time of 0.0175951 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:11 2021 Pair time (%) = 0.00138497 (7.87138) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.21003) Outpt time (%) = 0.0160441 (91.1855) Other time (%) = 0.000128984 (0.733072) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:11 2021 Memory usage per processor = 27.5432 Mbytes Step Atoms AVEKE stressZZ 20257 5000 7.3897181e-11 7448714.3 20258 -0.012739999999993 7448608.46106482 20258 5000 7.3876799e-11 7448608.5 Loop time of 0.0174091 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:11 2021 Pair time (%) = 0.00114417 (6.57226) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.188992) Outpt time (%) = 0.0161371 (92.6937) Other time (%) = 9.48906e-05 (0.545064) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:11 2021 Memory usage per processor = 27.5432 Mbytes Step Atoms AVEKE stressZZ 20258 5000 7.3876799e-11 7448569.9 20259 -0.012739999999993 7448464.04760592 20259 5000 7.3861889e-11 7448464 Loop time of 0.01741 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:11 2021 Pair time (%) = 0.0011549 (6.63353) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.190351) Outpt time (%) = 0.0161271 (92.6311) Other time (%) = 9.48906e-05 (0.545034) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:11 2021 Memory usage per processor = 27.5432 Mbytes Step Atoms AVEKE stressZZ 20259 5000 7.3861889e-11 7448425.5 20260 -0.012739999999993 7448319.65040494 20260 5000 7.3850456e-11 7448319.7 Loop time of 0.0199029 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:11 2021 Pair time (%) = 0.00116086 (5.8326) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.170103) Outpt time (%) = 0.018604 (93.4738) Other time (%) = 0.000104189 (0.523485) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:11 2021 Memory usage per processor = 27.5432 Mbytes Step Atoms AVEKE stressZZ 20260 5000 7.3850456e-11 7448281.1 20261 -0.012739999999993 7448175.26627656 20261 5000 7.3841233e-11 7448175.3 Loop time of 0.0174201 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:11 2021 Pair time (%) = 0.00131512 (7.54944) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.224458) Outpt time (%) = 0.0159531 (91.5787) Other time (%) = 0.000112772 (0.647369) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:11 2021 Memory usage per processor = 27.5432 Mbytes Step Atoms AVEKE stressZZ 20261 5000 7.3841233e-11 7448136.7 20262 -0.012739999999993 7448030.89324806 20262 5000 7.3833415e-11 7448030.9 Loop time of 0.0174692 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:11 2021 Pair time (%) = 0.00118208 (6.76666) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.189707) Outpt time (%) = 0.0161531 (92.4663) Other time (%) = 0.000100851 (0.577309) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:11 2021 Memory usage per processor = 27.5432 Mbytes Step Atoms AVEKE stressZZ 20262 5000 7.3833415e-11 7447992.3 20263 -0.012739999999993 7447886.53009624 20263 5000 7.3826489e-11 7447886.5 Loop time of 0.0174651 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:11 2021 Pair time (%) = 0.00114202 (6.53889) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.188386) Outpt time (%) = 0.0161982 (92.7458) Other time (%) = 9.20296e-05 (0.526934) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:11 2021 Memory usage per processor = 27.5432 Mbytes Step Atoms AVEKE stressZZ 20263 5000 7.3826489e-11 7447847.9 20264 -0.012739999999993 7447742.17598025 20264 5000 7.382013e-11 7447742.2 Loop time of 0.01719 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:11 2021 Pair time (%) = 0.00114202 (6.64355) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192788) Outpt time (%) = 0.0159159 (92.5881) Other time (%) = 9.89437e-05 (0.575589) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:11 2021 Memory usage per processor = 27.5432 Mbytes Step Atoms AVEKE stressZZ 20264 5000 7.382013e-11 7447703.6 20265 -0.012739999999993 7447597.83042288 20265 5000 7.3814133e-11 7447597.8 Loop time of 0.0174041 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:11 2021 Pair time (%) = 0.00121808 (6.99882) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.201375) Outpt time (%) = 0.0160429 (92.1792) Other time (%) = 0.000108004 (0.620565) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:11 2021 Memory usage per processor = 27.5432 Mbytes Step Atoms AVEKE stressZZ 20265 5000 7.3814133e-11 7447559.2 20266 -0.012739999999993 7447453.49311247 20266 5000 7.3808365e-11 7447453.5 Loop time of 0.0174479 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:11 2021 Pair time (%) = 0.00117993 (6.76259) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.194037) Outpt time (%) = 0.0161321 (92.4585) Other time (%) = 0.000102043 (0.584843) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:11 2021 Memory usage per processor = 27.5432 Mbytes Step Atoms AVEKE stressZZ 20266 5000 7.3808365e-11 7447414.9 20267 -0.012739999999993 7447309.16381428 20267 5000 7.3802743e-11 7447309.2 Loop time of 0.017437 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:11 2021 Pair time (%) = 0.00114894 (6.58909) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.18869) Outpt time (%) = 0.0161569 (92.6589) Other time (%) = 9.82285e-05 (0.563334) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:11 2021 Memory usage per processor = 27.5432 Mbytes Step Atoms AVEKE stressZZ 20267 5000 7.3802743e-11 7447270.6 20268 -0.012739999999993 7447164.84238647 20268 5000 7.3797214e-11 7447164.8 Loop time of 0.0171819 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:11 2021 Pair time (%) = 0.00114703 (6.67582) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192879) Outpt time (%) = 0.015902 (92.5513) Other time (%) = 9.9659e-05 (0.580024) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:11 2021 Memory usage per processor = 27.5432 Mbytes Step Atoms AVEKE stressZZ 20268 5000 7.3797214e-11 7447126.3 20269 -0.012739999999993 7447020.52873885 20269 5000 7.3791744e-11 7447020.5 Loop time of 0.0174561 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:11 2021 Pair time (%) = 0.00131106 (7.51065) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.213068) Outpt time (%) = 0.0159891 (91.5961) Other time (%) = 0.000118732 (0.680179) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:11 2021 Memory usage per processor = 27.5432 Mbytes Step Atoms AVEKE stressZZ 20269 5000 7.3791744e-11 7446982 20270 -0.012739999999993 7446876.22281357 20270 5000 7.3786313e-11 7446876.2 Loop time of 0.019953 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:11 2021 Pair time (%) = 0.00114393 (5.73313) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.166091) Outpt time (%) = 0.0186801 (93.6204) Other time (%) = 9.58443e-05 (0.48035) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:11 2021 Memory usage per processor = 27.5432 Mbytes Step Atoms AVEKE stressZZ 20270 5000 7.3786313e-11 7446837.6 20271 -0.012739999999993 7446731.92457294 20271 5000 7.3780906e-11 7446731.9 Loop time of 0.0173781 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:11 2021 Pair time (%) = 0.00115085 (6.6224) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189329) Outpt time (%) = 0.0160971 (92.6285) Other time (%) = 9.72748e-05 (0.559755) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:11 2021 Memory usage per processor = 27.5432 Mbytes Step Atoms AVEKE stressZZ 20271 5000 7.3780906e-11 7446693.3 20272 -0.012739999999993 7446587.63399211 20272 5000 7.3775514e-11 7446587.6 Loop time of 0.0175941 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:11 2021 Pair time (%) = 0.00114489 (6.50722) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.187005) Outpt time (%) = 0.016319 (92.7529) Other time (%) = 9.72748e-05 (0.552883) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:11 2021 Memory usage per processor = 27.5432 Mbytes Step Atoms AVEKE stressZZ 20272 5000 7.3775514e-11 7446549.1 20273 -0.012739999999993 7446443.35105468 20273 5000 7.3770133e-11 7446443.4 Loop time of 0.0173318 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:11 2021 Pair time (%) = 0.00123 (7.09677) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.202215) Outpt time (%) = 0.01596 (92.0847) Other time (%) = 0.000106812 (0.616273) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:11 2021 Memory usage per processor = 27.5432 Mbytes Step Atoms AVEKE stressZZ 20273 5000 7.3770133e-11 7446404.8 20274 -0.012739999999993 7446299.0757494 20274 5000 7.3764758e-11 7446299.1 Loop time of 0.0175092 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:11 2021 Pair time (%) = 0.00120115 (6.86012) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.205613) Outpt time (%) = 0.016165 (92.3229) Other time (%) = 0.00010705 (0.611392) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:11 2021 Memory usage per processor = 27.5432 Mbytes Step Atoms AVEKE stressZZ 20274 5000 7.3764758e-11 7446260.5 20275 -0.012739999999993 7446154.80806844 20275 5000 7.3759388e-11 7446154.8 Loop time of 0.017499 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:11 2021 Pair time (%) = 0.00115609 (6.60663) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.194834) Outpt time (%) = 0.0162132 (92.6522) Other time (%) = 9.56059e-05 (0.546351) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:11 2021 Memory usage per processor = 27.5432 Mbytes Step Atoms AVEKE stressZZ 20275 5000 7.3759388e-11 7446116.2 20276 -0.012739999999993 7446010.5480071 20276 5000 7.3754021e-11 7446010.5 Loop time of 0.0171978 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:11 2021 Pair time (%) = 0.00114417 (6.65299) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.196859) Outpt time (%) = 0.0159228 (92.5859) Other time (%) = 9.70364e-05 (0.564236) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:11 2021 Memory usage per processor = 27.5432 Mbytes Step Atoms AVEKE stressZZ 20276 5000 7.3754021e-11 7445972 20277 -0.012739999999993 7445866.29556035 20277 5000 7.3748656e-11 7445866.3 Loop time of 0.0174479 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:11 2021 Pair time (%) = 0.0013051 (7.47998) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.206335) Outpt time (%) = 0.0159841 (91.61) Other time (%) = 0.000122786 (0.703725) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:11 2021 Memory usage per processor = 27.5432 Mbytes Step Atoms AVEKE stressZZ 20277 5000 7.3748656e-11 7445827.7 20278 -0.012739999999993 7445722.05072481 20278 5000 7.3743293e-11 7445722.1 Loop time of 0.0174451 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:11 2021 Pair time (%) = 0.00115895 (6.64343) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.188602) Outpt time (%) = 0.0161531 (92.594) Other time (%) = 0.000100136 (0.574006) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:11 2021 Memory usage per processor = 27.5432 Mbytes Step Atoms AVEKE stressZZ 20278 5000 7.3743293e-11 7445683.5 20279 -0.012739999999993 7445577.81349781 20279 5000 7.3737931e-11 7445577.8 Loop time of 0.0175939 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:11 2021 Pair time (%) = 0.00124598 (7.08188) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.199203) Outpt time (%) = 0.016207 (92.1172) Other time (%) = 0.000105858 (0.601675) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:11 2021 Memory usage per processor = 27.5432 Mbytes Step Atoms AVEKE stressZZ 20279 5000 7.3737931e-11 7445539.2 20280 -0.012739999999993 7445433.58387682 20280 5000 7.373257e-11 7445433.6 Loop time of 0.019654 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:11 2021 Pair time (%) = 0.00114703 (5.83611) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.167405) Outpt time (%) = 0.018378 (93.5076) Other time (%) = 9.60827e-05 (0.48887) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:11 2021 Memory usage per processor = 27.5432 Mbytes Step Atoms AVEKE stressZZ 20280 5000 7.373257e-11 7445395 20281 -0.012739999999993 7445289.36185991 20281 5000 7.372721e-11 7445289.4 Loop time of 0.0170729 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:11 2021 Pair time (%) = 0.00113916 (6.67235) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.199696) Outpt time (%) = 0.0158069 (92.5847) Other time (%) = 9.27448e-05 (0.543228) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:11 2021 Memory usage per processor = 27.5432 Mbytes Step Atoms AVEKE stressZZ 20281 5000 7.372721e-11 7445250.8 20282 -0.012739999999993 7445145.14744538 20282 5000 7.3721851e-11 7445145.1 Loop time of 0.0170701 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:11 2021 Pair time (%) = 0.00114608 (6.71397) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.194142) Outpt time (%) = 0.015795 (92.5304) Other time (%) = 9.58443e-05 (0.561476) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:11 2021 Memory usage per processor = 27.5432 Mbytes Step Atoms AVEKE stressZZ 20282 5000 7.3721851e-11 7445106.6 20283 -0.012739999999993 7445000.94063141 20283 5000 7.3716492e-11 7445000.9 Loop time of 0.0171552 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:11 2021 Pair time (%) = 0.00114107 (6.65147) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.197348) Outpt time (%) = 0.015888 (92.6133) Other time (%) = 9.2268e-05 (0.537844) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:11 2021 Memory usage per processor = 27.5432 Mbytes Step Atoms AVEKE stressZZ 20283 5000 7.3716492e-11 7444962.4 20284 -0.012739999999993 7444856.74141639 20284 5000 7.3711134e-11 7444856.7 Loop time of 0.017653 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:11 2021 Pair time (%) = 0.00138879 (7.86716) Neigh time (%) = 0 (0) Comm time (%) = 4.3869e-05 (0.248508) Outpt time (%) = 0.0160708 (91.0375) Other time (%) = 0.000149488 (0.846817) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:11 2021 Memory usage per processor = 27.5432 Mbytes Step Atoms AVEKE stressZZ 20284 5000 7.3711134e-11 7444818.2 20285 -0.012739999999993 7444712.5497782 20285 5000 7.3705777e-11 7444712.5 Loop time of 0.0174251 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:12 2021 Pair time (%) = 0.00114179 (6.55255) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.194292) Outpt time (%) = 0.016151 (92.6881) Other time (%) = 9.84669e-05 (0.565088) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:12 2021 Memory usage per processor = 27.5432 Mbytes Step Atoms AVEKE stressZZ 20285 5000 7.3705777e-11 7444674 20286 -0.012739999999993 7444568.36573013 20286 5000 7.370042e-11 7444568.4 Loop time of 0.034586 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:12 2021 Pair time (%) = 0.00114489 (3.31026) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.0951304) Outpt time (%) = 0.0333071 (96.3023) Other time (%) = 0.000101089 (0.292285) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:12 2021 Memory usage per processor = 27.5432 Mbytes Step Atoms AVEKE stressZZ 20286 5000 7.370042e-11 7444529.8 20287 -0.012739999999993 7444424.1892755 20287 5000 7.3695064e-11 7444424.2 Loop time of 0.0176861 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:12 2021 Pair time (%) = 0.00123 (6.95461) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.203556) Outpt time (%) = 0.0163169 (92.2581) Other time (%) = 0.000103235 (0.583707) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:12 2021 Memory usage per processor = 27.5432 Mbytes Step Atoms AVEKE stressZZ 20287 5000 7.3695064e-11 7444385.6 20288 -0.012739999999993 7444280.02041323 20288 5000 7.3689709e-11 7444280 Loop time of 0.0174599 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:12 2021 Pair time (%) = 0.00115705 (6.62688) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.19527) Outpt time (%) = 0.0161719 (92.6234) Other time (%) = 9.67979e-05 (0.554402) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:12 2021 Memory usage per processor = 27.5432 Mbytes Step Atoms AVEKE stressZZ 20288 5000 7.3689709e-11 7444241.5 20289 -0.012739999999993 7444135.85914183 20289 5000 7.3684354e-11 7444135.9 Loop time of 0.017283 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:12 2021 Pair time (%) = 0.00113988 (6.59539) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.195889) Outpt time (%) = 0.0160069 (92.6169) Other time (%) = 0.000102282 (0.591806) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:12 2021 Memory usage per processor = 27.5432 Mbytes Step Atoms AVEKE stressZZ 20289 5000 7.3684354e-11 7444097.3 20290 -0.012739999999993 7443991.70545992 20290 5000 7.3679e-11 7443991.7 Loop time of 0.020288 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:12 2021 Pair time (%) = 0.00134897 (6.64912) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.177451) Outpt time (%) = 0.018734 (92.3402) Other time (%) = 0.000169039 (0.833196) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:12 2021 Memory usage per processor = 27.5432 Mbytes Step Atoms AVEKE stressZZ 20290 5000 7.3679e-11 7443953.1 20291 -0.012739999999993 7443847.55936639 20291 5000 7.3673647e-11 7443847.6 Loop time of 0.017503 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:12 2021 Pair time (%) = 0.00121808 (6.95926) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.200237) Outpt time (%) = 0.016145 (92.2412) Other time (%) = 0.000104904 (0.599349) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:12 2021 Memory usage per processor = 27.5432 Mbytes Step Atoms AVEKE stressZZ 20291 5000 7.3673647e-11 7443809 20292 -0.012739999999993 7443703.42086001 20292 5000 7.3668294e-11 7443703.4 Loop time of 0.0174961 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:12 2021 Pair time (%) = 0.00114584 (6.54911) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.193503) Outpt time (%) = 0.0162191 (92.7014) Other time (%) = 9.72748e-05 (0.55598) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:12 2021 Memory usage per processor = 27.5432 Mbytes Step Atoms AVEKE stressZZ 20292 5000 7.3668294e-11 7443664.9 20293 -0.012739999999993 7443559.28993948 20293 5000 7.3662941e-11 7443559.3 Loop time of 0.0172141 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:12 2021 Pair time (%) = 0.00114298 (6.6398) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.196673) Outpt time (%) = 0.015938 (92.5874) Other time (%) = 9.91821e-05 (0.576169) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:12 2021 Memory usage per processor = 27.5432 Mbytes Step Atoms AVEKE stressZZ 20293 5000 7.3662941e-11 7443520.7 20294 -0.012739999999993 7443415.1666037 20294 5000 7.365759e-11 7443415.2 Loop time of 0.0175409 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:12 2021 Pair time (%) = 0.00139499 (7.95275) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.205241) Outpt time (%) = 0.0159829 (91.1175) Other time (%) = 0.000127077 (0.72446) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:12 2021 Memory usage per processor = 27.5432 Mbytes Step Atoms AVEKE stressZZ 20294 5000 7.365759e-11 7443376.6 20295 -0.012739999999993 7443271.05085131 20295 5000 7.3652239e-11 7443271.1 Loop time of 0.0174201 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:12 2021 Pair time (%) = 0.00114202 (6.55581) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.188873) Outpt time (%) = 0.016149 (92.7038) Other time (%) = 9.60827e-05 (0.551564) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:12 2021 Memory usage per processor = 27.5432 Mbytes Step Atoms AVEKE stressZZ 20295 5000 7.3652239e-11 7443232.5 20296 -0.012739999999993 7443126.94268128 20296 5000 7.3646888e-11 7443126.9 Loop time of 0.0174768 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:12 2021 Pair time (%) = 0.00114608 (6.55771) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.189624) Outpt time (%) = 0.0161989 (92.6879) Other time (%) = 9.87053e-05 (0.564779) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:12 2021 Memory usage per processor = 27.5432 Mbytes Step Atoms AVEKE stressZZ 20296 5000 7.3646888e-11 7443088.4 20297 -0.012739999999993 7442982.84209241 20297 5000 7.3641538e-11 7442982.8 Loop time of 0.017256 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:12 2021 Pair time (%) = 0.00114894 (6.65819) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197577) Outpt time (%) = 0.015974 (92.5708) Other time (%) = 9.89437e-05 (0.573387) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:12 2021 Memory usage per processor = 27.5432 Mbytes Step Atoms AVEKE stressZZ 20297 5000 7.3641538e-11 7442944.3 20298 -0.012739999999993 7442838.74908361 20298 5000 7.3636189e-11 7442838.7 Loop time of 0.0175052 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:12 2021 Pair time (%) = 0.00135708 (7.75244) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.21247) Outpt time (%) = 0.0159881 (91.3337) Other time (%) = 0.000122786 (0.701425) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:12 2021 Memory usage per processor = 27.5432 Mbytes Step Atoms AVEKE stressZZ 20298 5000 7.3636189e-11 7442800.2 20299 -0.012739999999993 7442694.66365364 20299 5000 7.3630841e-11 7442694.7 Loop time of 0.0174358 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:12 2021 Pair time (%) = 0.0011611 (6.65928) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.199642) Outpt time (%) = 0.0161369 (92.5504) Other time (%) = 0.000102997 (0.590721) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:12 2021 Memory usage per processor = 27.5432 Mbytes Step Atoms AVEKE stressZZ 20299 5000 7.3630841e-11 7442656.1 20300 -0.012739999999993 7442550.58580147 20300 5000 7.3625493e-11 7442550.6 Loop time of 0.019932 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:12 2021 Pair time (%) = 0.00114298 (5.73438) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.171051) Outpt time (%) = 0.018657 (93.6029) Other time (%) = 9.799e-05 (0.491621) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:12 2021 Memory usage per processor = 27.5432 Mbytes Step Atoms AVEKE stressZZ 20300 5000 7.3625493e-11 7442512 20301 -0.012739999999993 7442406.51552596 20301 5000 7.3620145e-11 7442406.5 Loop time of 0.0173972 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:12 2021 Pair time (%) = 0.00114608 (6.58773) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.195974) Outpt time (%) = 0.0161221 (92.6709) Other time (%) = 9.48906e-05 (0.545437) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:12 2021 Memory usage per processor = 27.5432 Mbytes Step Atoms AVEKE stressZZ 20301 5000 7.3620145e-11 7442368 20302 -0.012739999999993 7442262.45282601 20302 5000 7.3614799e-11 7442262.5 Loop time of 0.0175662 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:12 2021 Pair time (%) = 0.00124598 (7.09303) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.19816) Outpt time (%) = 0.016175 (92.0804) Other time (%) = 0.000110388 (0.62841) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:12 2021 Memory usage per processor = 27.5432 Mbytes Step Atoms AVEKE stressZZ 20302 5000 7.3614799e-11 7442223.9 20303 -0.012739999999993 7442118.39770048 20303 5000 7.3609452e-11 7442118.4 Loop time of 0.0174751 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:12 2021 Pair time (%) = 0.0011518 (6.59108) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.188278) Outpt time (%) = 0.0161922 (92.6585) Other time (%) = 9.82285e-05 (0.562104) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:12 2021 Memory usage per processor = 27.5432 Mbytes Step Atoms AVEKE stressZZ 20303 5000 7.3609452e-11 7442079.9 20304 -0.012739999999993 7441974.35014851 20304 5000 7.3604107e-11 7441974.4 Loop time of 0.017432 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:12 2021 Pair time (%) = 0.00114202 (6.55132) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.190111) Outpt time (%) = 0.01616 (92.7033) Other time (%) = 9.67979e-05 (0.55529) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:12 2021 Memory usage per processor = 27.5432 Mbytes Step Atoms AVEKE stressZZ 20304 5000 7.3604107e-11 7441935.8 20305 -0.012739999999993 7441830.31016867 20305 5000 7.3598762e-11 7441830.3 Loop time of 0.0172431 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:12 2021 Pair time (%) = 0.00114822 (6.65902) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.203255) Outpt time (%) = 0.015959 (92.5529) Other time (%) = 0.000100851 (0.584876) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:12 2021 Memory usage per processor = 27.5432 Mbytes Step Atoms AVEKE stressZZ 20305 5000 7.3598762e-11 7441791.8 20306 -0.012739999999993 7441686.27776067 20306 5000 7.3593418e-11 7441686.3 Loop time of 0.017549 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:12 2021 Pair time (%) = 0.001333 (7.59585) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.216015) Outpt time (%) = 0.0160539 (91.4803) Other time (%) = 0.000124216 (0.707823) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:12 2021 Memory usage per processor = 27.5432 Mbytes Step Atoms AVEKE stressZZ 20306 5000 7.3593418e-11 7441647.7 20307 -0.012739999999993 7441542.25294447 20307 5000 7.3588074e-11 7441542.3 Loop time of 0.017452 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:12 2021 Pair time (%) = 0.00114489 (6.5602) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.193992) Outpt time (%) = 0.0161769 (92.6939) Other time (%) = 9.63211e-05 (0.55192) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:12 2021 Memory usage per processor = 27.5432 Mbytes Step Atoms AVEKE stressZZ 20307 5000 7.3588074e-11 7441503.7 20308 -0.012739999999993 7441398.23571332 20308 5000 7.3582731e-11 7441398.2 Loop time of 0.0173929 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:12 2021 Pair time (%) = 0.00114703 (6.59484) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.190539) Outpt time (%) = 0.0161159 (92.6581) Other time (%) = 9.67979e-05 (0.556538) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:12 2021 Memory usage per processor = 27.5432 Mbytes Step Atoms AVEKE stressZZ 20308 5000 7.3582731e-11 7441359.7 20309 -0.012739999999993 7441254.22606092 20309 5000 7.3577388e-11 7441254.2 Loop time of 0.0173481 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:12 2021 Pair time (%) = 0.00114489 (6.59951) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191031) Outpt time (%) = 0.016072 (92.6446) Other time (%) = 9.799e-05 (0.564848) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:12 2021 Memory usage per processor = 27.5432 Mbytes Step Atoms AVEKE stressZZ 20309 5000 7.3577388e-11 7441215.7 20310 -0.012739999999993 7441110.22398431 20310 5000 7.3572047e-11 7441110.2 Loop time of 0.020256 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:12 2021 Pair time (%) = 0.00137806 (6.8032) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.182439) Outpt time (%) = 0.0187039 (92.3376) Other time (%) = 0.000137091 (0.676789) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:12 2021 Memory usage per processor = 27.5432 Mbytes Step Atoms AVEKE stressZZ 20310 5000 7.3572047e-11 7441071.7 20311 -0.012739999999993 7440966.22948127 20311 5000 7.3566705e-11 7440966.2 Loop time of 0.017518 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:12 2021 Pair time (%) = 0.00121403 (6.93015) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.200065) Outpt time (%) = 0.0161641 (92.2709) Other time (%) = 0.000104904 (0.598835) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:12 2021 Memory usage per processor = 27.5432 Mbytes Step Atoms AVEKE stressZZ 20311 5000 7.3566705e-11 7440927.7 20312 -0.012739999999993 7440822.24255002 20312 5000 7.3561365e-11 7440822.2 Loop time of 0.017463 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:12 2021 Pair time (%) = 0.00114298 (6.54516) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.189774) Outpt time (%) = 0.0161901 (92.7108) Other time (%) = 9.67979e-05 (0.554304) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:12 2021 Memory usage per processor = 27.5432 Mbytes Step Atoms AVEKE stressZZ 20312 5000 7.3561365e-11 7440783.7 20313 -0.012739999999993 7440678.26318893 20313 5000 7.3556025e-11 7440678.3 Loop time of 0.0173092 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:12 2021 Pair time (%) = 0.00114608 (6.62121) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.19146) Outpt time (%) = 0.0160308 (92.6143) Other time (%) = 9.91821e-05 (0.573003) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:12 2021 Memory usage per processor = 27.5432 Mbytes Step Atoms AVEKE stressZZ 20313 5000 7.3556025e-11 7440639.7 20314 -0.012739999999993 7440534.29139654 20314 5000 7.3550685e-11 7440534.3 Loop time of 0.01738 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:12 2021 Pair time (%) = 0.0012691 (7.30208) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.218116) Outpt time (%) = 0.0159621 (91.8419) Other time (%) = 0.000110865 (0.637886) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:12 2021 Memory usage per processor = 27.5432 Mbytes Step Atoms AVEKE stressZZ 20314 5000 7.3550685e-11 7440495.8 20315 -0.012739999999993 7440390.3271715 20315 5000 7.3545347e-11 7440390.3 Loop time of 0.0175209 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:12 2021 Pair time (%) = 0.00117207 (6.68953) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.19459) Outpt time (%) = 0.0162158 (92.5512) Other time (%) = 9.89437e-05 (0.564718) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:12 2021 Memory usage per processor = 27.5432 Mbytes Step Atoms AVEKE stressZZ 20315 5000 7.3545347e-11 7440351.8 20316 -0.012739999999993 7440246.37051245 20316 5000 7.3540008e-11 7440246.4 Loop time of 0.0175021 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:12 2021 Pair time (%) = 0.00114799 (6.55914) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.187988) Outpt time (%) = 0.0162249 (92.7025) Other time (%) = 9.63211e-05 (0.550341) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:12 2021 Memory usage per processor = 27.5432 Mbytes Step Atoms AVEKE stressZZ 20316 5000 7.3540008e-11 7440207.8 20317 -0.012739999999993 7440102.4214183 20317 5000 7.3534671e-11 7440102.4 Loop time of 0.017175 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:12 2021 Pair time (%) = 0.00114417 (6.66185) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191568) Outpt time (%) = 0.0159011 (92.583) Other time (%) = 9.67979e-05 (0.563599) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:12 2021 Memory usage per processor = 27.5432 Mbytes Step Atoms AVEKE stressZZ 20317 5000 7.3534671e-11 7440063.9 20318 -0.012739999999993 7439958.47988767 20318 5000 7.3529334e-11 7439958.5 Loop time of 0.0175941 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:12 2021 Pair time (%) = 0.00133395 (7.58181) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.215462) Outpt time (%) = 0.016099 (91.5021) Other time (%) = 0.000123262 (0.700589) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:12 2021 Memory usage per processor = 27.5432 Mbytes Step Atoms AVEKE stressZZ 20318 5000 7.3529334e-11 7439919.9 20319 -0.012739999999993 7439814.54591948 20319 5000 7.3523998e-11 7439814.5 Loop time of 0.0174592 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:12 2021 Pair time (%) = 0.00114012 (6.5302) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.18845) Outpt time (%) = 0.0161901 (92.731) Other time (%) = 9.60827e-05 (0.550328) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:12 2021 Memory usage per processor = 27.5432 Mbytes Step Atoms AVEKE stressZZ 20319 5000 7.3523998e-11 7439776 20320 -0.012739999999993 7439670.61951252 20320 5000 7.3518662e-11 7439670.6 Loop time of 0.0199001 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:12 2021 Pair time (%) = 0.00115919 (5.82506) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.165335) Outpt time (%) = 0.018605 (93.492) Other time (%) = 0.000102997 (0.51757) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:12 2021 Memory usage per processor = 27.5432 Mbytes Step Atoms AVEKE stressZZ 20320 5000 7.3518662e-11 7439632.1 20321 -0.012739999999993 7439526.70066565 20321 5000 7.3513327e-11 7439526.7 Loop time of 0.0172329 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:12 2021 Pair time (%) = 0.0011518 (6.68373) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.196458) Outpt time (%) = 0.015949 (92.5498) Other time (%) = 9.82285e-05 (0.570006) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:12 2021 Memory usage per processor = 27.5432 Mbytes Step Atoms AVEKE stressZZ 20321 5000 7.3513327e-11 7439488.2 20322 -0.012739999999993 7439382.78937781 20322 5000 7.3507992e-11 7439382.8 Loop time of 0.01741 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:12 2021 Pair time (%) = 0.00128698 (7.39219) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.219109) Outpt time (%) = 0.0159631 (91.6889) Other time (%) = 0.000121832 (0.69978) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:12 2021 Memory usage per processor = 27.5432 Mbytes Step Atoms AVEKE stressZZ 20322 5000 7.3507992e-11 7439344.3 20323 -0.012739999999993 7439238.88565261 20323 5000 7.3502658e-11 7439238.9 Loop time of 0.0171001 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:12 2021 Pair time (%) = 0.00114799 (6.71333) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193801) Outpt time (%) = 0.015825 (92.5435) Other time (%) = 9.39369e-05 (0.549336) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:12 2021 Memory usage per processor = 27.5432 Mbytes Step Atoms AVEKE stressZZ 20323 5000 7.3502658e-11 7439200.4 20324 -0.012739999999993 7439094.98948571 20324 5000 7.3497325e-11 7439095 Loop time of 0.0170639 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:12 2021 Pair time (%) = 0.00114417 (6.70523) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192816) Outpt time (%) = 0.015801 (92.599) Other time (%) = 8.58307e-05 (0.502997) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:12 2021 Memory usage per processor = 27.5432 Mbytes Step Atoms AVEKE stressZZ 20324 5000 7.3497325e-11 7439056.5 20325 -0.012739999999993 7438951.10087499 20325 5000 7.3491992e-11 7438951.1 Loop time of 0.0170739 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:12 2021 Pair time (%) = 0.00114608 (6.71247) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192702) Outpt time (%) = 0.0158029 (92.5558) Other time (%) = 9.20296e-05 (0.539008) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:12 2021 Memory usage per processor = 27.5432 Mbytes Step Atoms AVEKE stressZZ 20325 5000 7.3491992e-11 7438912.6 20326 -0.012739999999993 7438807.21981926 20326 5000 7.348666e-11 7438807.2 Loop time of 0.017493 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:12 2021 Pair time (%) = 0.00115514 (6.60343) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.189448) Outpt time (%) = 0.0162029 (92.6252) Other time (%) = 0.000101805 (0.581974) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:12 2021 Memory usage per processor = 27.5432 Mbytes Step Atoms AVEKE stressZZ 20326 5000 7.348666e-11 7438768.7 20327 -0.012739999999993 7438663.34631762 20327 5000 7.3481329e-11 7438663.3 Loop time of 0.0176198 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:13 2021 Pair time (%) = 0.00123906 (7.03219) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.193497) Outpt time (%) = 0.0162389 (92.1627) Other time (%) = 0.000107765 (0.611613) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:13 2021 Memory usage per processor = 27.5432 Mbytes Step Atoms AVEKE stressZZ 20327 5000 7.3481329e-11 7438624.8 20328 -0.012739999999993 7438519.4803689 20328 5000 7.3475998e-11 7438519.5 Loop time of 0.017297 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:13 2021 Pair time (%) = 0.00114417 (6.61484) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190216) Outpt time (%) = 0.0160229 (92.6339) Other time (%) = 9.70364e-05 (0.561) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:13 2021 Memory usage per processor = 27.5432 Mbytes Step Atoms AVEKE stressZZ 20328 5000 7.3475998e-11 7438481 20329 -0.012739999999993 7438375.62197216 20329 5000 7.3470668e-11 7438375.6 Loop time of 0.0175159 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:13 2021 Pair time (%) = 0.00134706 (7.69053) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.223229) Outpt time (%) = 0.0159991 (91.3403) Other time (%) = 0.000130653 (0.745913) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:13 2021 Memory usage per processor = 27.5432 Mbytes Step Atoms AVEKE stressZZ 20329 5000 7.3470668e-11 7438337.1 20330 -0.012739999999993 7438231.77112625 20330 5000 7.3465338e-11 7438231.8 Loop time of 0.0199308 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:13 2021 Pair time (%) = 0.00114703 (5.75506) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.171061) Outpt time (%) = 0.0186539 (93.593) Other time (%) = 9.58443e-05 (0.480884) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:13 2021 Memory usage per processor = 27.5432 Mbytes Step Atoms AVEKE stressZZ 20330 5000 7.3465338e-11 7438193.2 20331 -0.012739999999993 7438087.92783033 20331 5000 7.3460009e-11 7438087.9 Loop time of 0.0174809 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:13 2021 Pair time (%) = 0.00114489 (6.54937) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.193672) Outpt time (%) = 0.016197 (92.6555) Other time (%) = 0.000105143 (0.601473) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:13 2021 Memory usage per processor = 27.5432 Mbytes Step Atoms AVEKE stressZZ 20331 5000 7.3460009e-11 7438049.4 20332 -0.012739999999993 7437944.09208334 20332 5000 7.3454681e-11 7437944.1 Loop time of 0.0171928 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:13 2021 Pair time (%) = 0.00114202 (6.64245) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191369) Outpt time (%) = 0.0159199 (92.5962) Other time (%) = 9.799e-05 (0.569947) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:13 2021 Memory usage per processor = 27.5432 Mbytes Step Atoms AVEKE stressZZ 20332 5000 7.3454681e-11 7437905.6 20333 -0.012739999999993 7437800.2638844 20333 5000 7.3449353e-11 7437800.3 Loop time of 0.017463 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:13 2021 Pair time (%) = 0.00134206 (7.68517) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.21708) Outpt time (%) = 0.0159681 (91.4397) Other time (%) = 0.000114918 (0.658065) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:13 2021 Memory usage per processor = 27.5432 Mbytes Step Atoms AVEKE stressZZ 20333 5000 7.3449353e-11 7437761.7 20334 -0.012739999999993 7437656.44323209 20334 5000 7.3444026e-11 7437656.4 Loop time of 0.0174439 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:13 2021 Pair time (%) = 0.00114298 (6.55231) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.188615) Outpt time (%) = 0.0161688 (92.6905) Other time (%) = 9.91821e-05 (0.568578) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:13 2021 Memory usage per processor = 27.5432 Mbytes Step Atoms AVEKE stressZZ 20334 5000 7.3444026e-11 7437617.9 20335 -0.012739999999993 7437512.63012589 20335 5000 7.3438699e-11 7437512.6 Loop time of 0.0174372 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:13 2021 Pair time (%) = 0.00114202 (6.54935) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.188687) Outpt time (%) = 0.0161638 (92.6973) Other time (%) = 9.84669e-05 (0.564694) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:13 2021 Memory usage per processor = 27.5432 Mbytes Step Atoms AVEKE stressZZ 20335 5000 7.3438699e-11 7437474.1 20336 -0.012739999999993 7437368.82456467 20336 5000 7.3433373e-11 7437368.8 Loop time of 0.0173571 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:13 2021 Pair time (%) = 0.0011549 (6.65375) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.190931) Outpt time (%) = 0.0160701 (92.5853) Other time (%) = 9.89437e-05 (0.570047) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:13 2021 Memory usage per processor = 27.5432 Mbytes Step Atoms AVEKE stressZZ 20336 5000 7.3433373e-11 7437330.3 20337 -0.012739999999993 7437225.02654752 20337 5000 7.3428048e-11 7437225 Loop time of 0.017519 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:13 2021 Pair time (%) = 0.00136304 (7.78035) Neigh time (%) = 0 (0) Comm time (%) = 4.19617e-05 (0.239521) Outpt time (%) = 0.0159872 (91.2561) Other time (%) = 0.000126839 (0.724007) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:13 2021 Memory usage per processor = 27.5432 Mbytes Step Atoms AVEKE stressZZ 20337 5000 7.3428048e-11 7437186.5 20338 -0.012739999999993 7437081.2360733 20338 5000 7.3422723e-11 7437081.2 Loop time of 0.0175588 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:13 2021 Pair time (%) = 0.00124097 (7.0675) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.192812) Outpt time (%) = 0.016176 (92.1246) Other time (%) = 0.000108004 (0.615096) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:13 2021 Memory usage per processor = 27.5432 Mbytes Step Atoms AVEKE stressZZ 20338 5000 7.3422723e-11 7437042.7 20339 -0.012739999999993 7436937.45314118 20339 5000 7.3417399e-11 7436937.5 Loop time of 0.0175271 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:13 2021 Pair time (%) = 0.0011518 (6.57154) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.187719) Outpt time (%) = 0.016243 (92.6735) Other time (%) = 9.94205e-05 (0.567239) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:13 2021 Memory usage per processor = 27.5432 Mbytes Step Atoms AVEKE stressZZ 20339 5000 7.3417399e-11 7436898.9 20340 -0.012739999999993 7436793.67775019 20340 5000 7.3412076e-11 7436793.7 Loop time of 0.0198128 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:13 2021 Pair time (%) = 0.00114989 (5.80378) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.170876) Outpt time (%) = 0.0185239 (93.4947) Other time (%) = 0.000105143 (0.53068) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:13 2021 Memory usage per processor = 27.5432 Mbytes Step Atoms AVEKE stressZZ 20340 5000 7.3412076e-11 7436755.2 20341 -0.012739999999993 7436649.90989942 20341 5000 7.3406753e-11 7436649.9 Loop time of 0.0172961 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:13 2021 Pair time (%) = 0.00119209 (6.89227) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.208147) Outpt time (%) = 0.015964 (92.2986) Other time (%) = 0.000103951 (0.601006) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:26:13 2021 Memory usage per processor = 27.5432 Mbytes Step Atoms AVEKE stressZZ 20341 5000 7.3406753e-11 7436611.4 20342 -0.012739999999993 7436485.31264208 20342 5000 1.4488107e-10 7436730.1 Loop time of 0.0171371 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:13 2021 Pair time (%) = 0.00118899 (6.93815) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.239294) Outpt time (%) = 0.0157862 (92.1172) Other time (%) = 0.000120878 (0.705362) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:13 2021 Memory usage per processor = 27.5432 Mbytes Step Atoms AVEKE stressZZ 20342 5000 1.4488107e-10 7500884.5 20343 -0.012772499999993 7500745.59599877 20343 5000 1.165819e-10 7500745.6 Loop time of 0.017298 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:13 2021 Pair time (%) = 0.00116515 (6.73577) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191584) Outpt time (%) = 0.0160019 (92.5075) Other time (%) = 9.77516e-05 (0.565104) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:13 2021 Memory usage per processor = 27.5432 Mbytes Step Atoms AVEKE stressZZ 20343 5000 1.165819e-10 7500693.6 20344 -0.012772499999993 7500566.51001836 20344 5000 1.0019333e-10 7500566.5 Loop time of 0.0173178 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:13 2021 Pair time (%) = 0.00114489 (6.61105) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191365) Outpt time (%) = 0.0160429 (92.6386) Other time (%) = 9.67979e-05 (0.558951) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:13 2021 Memory usage per processor = 27.5432 Mbytes Step Atoms AVEKE stressZZ 20344 5000 1.0019333e-10 7500519.3 20345 -0.012772499999993 7500399.72750754 20345 5000 9.0421655e-11 7500399.7 Loop time of 0.017519 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:13 2021 Pair time (%) = 0.0014081 (8.03756) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.194611) Outpt time (%) = 0.01595 (91.0438) Other time (%) = 0.000126839 (0.724007) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:13 2021 Memory usage per processor = 27.5432 Mbytes Step Atoms AVEKE stressZZ 20345 5000 9.0421655e-11 7500355.5 20346 -0.012772499999993 7500240.76677624 20346 5000 8.447039e-11 7500240.8 Loop time of 0.0173531 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:13 2021 Pair time (%) = 0.00114107 (6.57562) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.196472) Outpt time (%) = 0.0160811 (92.6701) Other time (%) = 9.67979e-05 (0.557815) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:13 2021 Memory usage per processor = 27.5432 Mbytes Step Atoms AVEKE stressZZ 20346 5000 8.447039e-11 7500198.5 20347 -0.012772499999993 7500086.77967369 20347 5000 8.0791647e-11 7500086.8 Loop time of 0.0173299 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:13 2021 Pair time (%) = 0.00117588 (6.78526) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189855) Outpt time (%) = 0.0160201 (92.4416) Other time (%) = 0.000101089 (0.583323) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:13 2021 Memory usage per processor = 27.5432 Mbytes Step Atoms AVEKE stressZZ 20347 5000 8.0791647e-11 7500045.7 20348 -0.012772499999993 7499935.9561732 20348 5000 7.8494347e-11 7499936 Loop time of 0.017199 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:13 2021 Pair time (%) = 0.00116515 (6.77452) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.203776) Outpt time (%) = 0.0158992 (92.4423) Other time (%) = 9.9659e-05 (0.579445) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:13 2021 Memory usage per processor = 27.5432 Mbytes Step Atoms AVEKE stressZZ 20348 5000 7.8494347e-11 7499895.7 20349 -0.012772499999993 7499787.14598393 20349 5000 7.704961e-11 7499787.1 Loop time of 0.017622 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:13 2021 Pair time (%) = 0.00136185 (7.72811) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.227297) Outpt time (%) = 0.0160909 (91.3113) Other time (%) = 0.000129223 (0.733304) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:13 2021 Memory usage per processor = 27.5432 Mbytes Step Atoms AVEKE stressZZ 20349 5000 7.704961e-11 7499747.3 20350 -0.012772499999993 7499639.61808363 20350 5000 7.6136442e-11 7499639.6 Loop time of 0.019872 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:13 2021 Pair time (%) = 0.00114298 (5.75172) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.171568) Outpt time (%) = 0.018599 (93.5944) Other time (%) = 9.58443e-05 (0.482309) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:13 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20350 5000 7.6136442e-11 7499600.1 20351 -0.012772499999993 7499492.90789877 20351 5000 7.5556949e-11 7499492.9 Loop time of 0.017664 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:13 2021 Pair time (%) = 0.00123596 (6.99708) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.203812) Outpt time (%) = 0.0162721 (92.1202) Other time (%) = 0.000119925 (0.678922) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:13 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20351 5000 7.5556949e-11 7499453.6 20352 -0.012772499999993 7499346.72018885 20352 5000 7.5187838e-11 7499346.7 Loop time of 0.0172739 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:13 2021 Pair time (%) = 0.00115585 (6.69133) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.195992) Outpt time (%) = 0.015986 (92.544) Other time (%) = 9.82285e-05 (0.568652) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:13 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20352 5000 7.5187838e-11 7499307.6 20353 -0.012772499999993 7499200.86780475 20353 5000 7.4951749e-11 7499200.9 Loop time of 0.017627 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:13 2021 Pair time (%) = 0.00129199 (7.32961) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.204239) Outpt time (%) = 0.016186 (91.825) Other time (%) = 0.00011301 (0.641121) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:13 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20353 5000 7.4951749e-11 7499161.8 20354 -0.012772499999993 7499055.23139656 20354 5000 7.4799924e-11 7499055.2 Loop time of 0.0175371 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:13 2021 Pair time (%) = 0.00114679 (6.53924) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.187612) Outpt time (%) = 0.0162592 (92.713) Other time (%) = 9.82285e-05 (0.560117) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:13 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20354 5000 7.4799924e-11 7499016.2 20355 -0.012772499999993 7498909.73504915 20355 5000 7.4701538e-11 7498909.7 Loop time of 0.0175591 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:13 2021 Pair time (%) = 0.00114799 (6.53786) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.188736) Outpt time (%) = 0.0162811 (92.7221) Other time (%) = 9.67979e-05 (0.551271) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:13 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20355 5000 7.4701538e-11 7498870.7 20356 -0.012772499999993 7498764.33056045 20356 5000 7.4637068e-11 7498764.3 Loop time of 0.017276 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:13 2021 Pair time (%) = 0.00114918 (6.65185) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190447) Outpt time (%) = 0.0160029 (92.6305) Other time (%) = 9.10759e-05 (0.52718) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:13 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20356 5000 7.4637068e-11 7498725.4 20357 -0.012772499999993 7498618.98729678 20357 5000 7.4594134e-11 7498619 Loop time of 0.017617 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:13 2021 Pair time (%) = 0.00138187 (7.84399) Neigh time (%) = 0 (0) Comm time (%) = 4.29153e-05 (0.243602) Outpt time (%) = 0.0160439 (91.0706) Other time (%) = 0.000148296 (0.84178) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:13 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20357 5000 7.4594134e-11 7498580 20358 -0.012772499999993 7498473.6857881 20358 5000 7.4564879e-11 7498473.7 Loop time of 0.017468 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:13 2021 Pair time (%) = 0.00114703 (6.56648) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.195179) Outpt time (%) = 0.016191 (92.6897) Other time (%) = 9.58443e-05 (0.548686) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:13 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20358 5000 7.4564879e-11 7498434.7 20359 -0.012772499999993 7498328.41365853 20359 5000 7.4544314e-11 7498328.4 Loop time of 0.0173981 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:13 2021 Pair time (%) = 0.00114989 (6.60929) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189111) Outpt time (%) = 0.016118 (92.6425) Other time (%) = 9.72748e-05 (0.559111) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:13 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20359 5000 7.4544314e-11 7498289.5 20360 -0.012772499999993 7498183.16304044 20360 5000 7.4529271e-11 7498183.2 Loop time of 0.0197878 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:13 2021 Pair time (%) = 0.00115609 (5.84245) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.172297) Outpt time (%) = 0.0184979 (93.4816) Other time (%) = 9.9659e-05 (0.503639) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:13 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20360 5000 7.4529271e-11 7498144.2 20361 -0.012772499999993 7498037.92893156 20361 5000 7.4517737e-11 7498037.9 Loop time of 0.017447 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:13 2021 Pair time (%) = 0.00124383 (7.12919) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.20088) Outpt time (%) = 0.016058 (92.0386) Other time (%) = 0.000110149 (0.631337) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:13 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20361 5000 7.4517737e-11 7497999 20362 -0.012772499999993 7497892.70815059 20362 5000 7.4508433e-11 7497892.7 Loop time of 0.0174382 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:13 2021 Pair time (%) = 0.00116491 (6.68025) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.190044) Outpt time (%) = 0.0161388 (92.5486) Other time (%) = 0.000101328 (0.581069) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:13 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20362 5000 7.4508433e-11 7497853.8 20363 -0.012772499999993 7497747.49867367 20363 5000 7.4500546e-11 7497747.5 Loop time of 0.0175388 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:13 2021 Pair time (%) = 0.00115395 (6.57939) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.188954) Outpt time (%) = 0.016258 (92.6974) Other time (%) = 9.36985e-05 (0.534236) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:13 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20363 5000 7.4500546e-11 7497708.6 20364 -0.012772499999993 7497602.29921277 20364 5000 7.449356e-11 7497602.3 Loop time of 0.0173311 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:13 2021 Pair time (%) = 0.00114393 (6.60045) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189842) Outpt time (%) = 0.0160558 (92.6416) Other time (%) = 9.84669e-05 (0.568151) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:13 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20364 5000 7.449356e-11 7497563.4 20365 -0.012772499999993 7497457.10894736 20365 5000 7.4487146e-11 7497457.1 Loop time of 0.017431 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:13 2021 Pair time (%) = 0.00127792 (7.33132) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.212006) Outpt time (%) = 0.0159869 (91.7153) Other time (%) = 0.000129223 (0.741339) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:13 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20365 5000 7.4487146e-11 7497418.2 20366 -0.012772499999993 7497311.92735473 20366 5000 7.4481096e-11 7497311.9 Loop time of 0.0172832 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:13 2021 Pair time (%) = 0.00115204 (6.66566) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190368) Outpt time (%) = 0.0160019 (92.5867) Other time (%) = 9.63211e-05 (0.557311) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:13 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20366 5000 7.4481096e-11 7497273 20367 -0.012772499999993 7497166.75410057 20367 5000 7.4475279e-11 7497166.8 Loop time of 0.017164 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:13 2021 Pair time (%) = 0.00114107 (6.64805) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191691) Outpt time (%) = 0.0158942 (92.6019) Other time (%) = 9.58443e-05 (0.558403) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:13 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20367 5000 7.4475279e-11 7497127.8 20368 -0.012772499999993 7497021.58897135 20368 5000 7.4469608e-11 7497021.6 Loop time of 0.0171201 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:13 2021 Pair time (%) = 0.00114584 (6.69294) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192182) Outpt time (%) = 0.015846 (92.5578) Other time (%) = 9.53674e-05 (0.557049) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:13 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20368 5000 7.4469608e-11 7496982.7 20369 -0.012772499999993 7496876.43182985 20369 5000 7.4464032e-11 7496876.4 Loop time of 0.017509 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:14 2021 Pair time (%) = 0.00115609 (6.60285) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.194722) Outpt time (%) = 0.0162232 (92.6564) Other time (%) = 9.56059e-05 (0.546039) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:14 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20369 5000 7.4464032e-11 7496837.5 20370 -0.012772499999993 7496731.28258757 20370 5000 7.4458515e-11 7496731.3 Loop time of 0.0197821 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:14 2021 Pair time (%) = 0.0011518 (5.82245) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.166321) Outpt time (%) = 0.0184991 (93.5147) Other time (%) = 9.82285e-05 (0.496553) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:14 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20370 5000 7.4458515e-11 7496692.4 20371 -0.012772499999993 7496586.141187 20371 5000 7.4453037e-11 7496586.1 Loop time of 0.0174289 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:14 2021 Pair time (%) = 0.00117707 (6.75358) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.206561) Outpt time (%) = 0.0161109 (92.438) Other time (%) = 0.000104904 (0.601899) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:14 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20371 5000 7.4453037e-11 7496547.2 20372 -0.012772499999993 7496441.00759044 20372 5000 7.4447583e-11 7496441 Loop time of 0.0176711 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:14 2021 Pair time (%) = 0.00123215 (6.97267) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.203729) Outpt time (%) = 0.016294 (92.207) Other time (%) = 0.000108957 (0.616584) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:14 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20372 5000 7.4447583e-11 7496402.1 20373 -0.012772499999993 7496295.88177269 20373 5000 7.4442145e-11 7496295.9 Loop time of 0.017432 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:14 2021 Pair time (%) = 0.00114417 (6.56363) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.188744) Outpt time (%) = 0.0161572 (92.6869) Other time (%) = 9.77516e-05 (0.56076) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:14 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20373 5000 7.4442145e-11 7496257 20374 -0.012772499999993 7496150.76371682 20374 5000 7.4436718e-11 7496150.8 Loop time of 0.0172389 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:14 2021 Pair time (%) = 0.00115108 (6.67727) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192241) Outpt time (%) = 0.0159569 (92.5634) Other time (%) = 9.77516e-05 (0.567042) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:14 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20374 5000 7.4436718e-11 7496111.8 20375 -0.012772499999993 7496005.65341074 20375 5000 7.4431297e-11 7496005.7 Loop time of 0.0174291 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:14 2021 Pair time (%) = 0.001261 (7.235) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.235284) Outpt time (%) = 0.0160201 (91.9155) Other time (%) = 0.00010705 (0.614202) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:14 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20375 5000 7.4431297e-11 7495966.7 20376 -0.012772499999993 7495860.55084613 20376 5000 7.4425881e-11 7495860.6 Loop time of 0.0176289 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:14 2021 Pair time (%) = 0.00120687 (6.846) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.192045) Outpt time (%) = 0.0162749 (92.3196) Other time (%) = 0.000113249 (0.642404) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:14 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20376 5000 7.4425881e-11 7495821.6 20377 -0.012772499999993 7495715.4560165 20377 5000 7.4420468e-11 7495715.5 Loop time of 0.017673 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:14 2021 Pair time (%) = 0.00114608 (6.4849) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.186169) Outpt time (%) = 0.016397 (92.7799) Other time (%) = 9.70364e-05 (0.549065) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:14 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20377 5000 7.4420468e-11 7495676.5 20378 -0.012772499999993 7495570.36891679 20378 5000 7.4415057e-11 7495570.4 Loop time of 0.0172172 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:14 2021 Pair time (%) = 0.00115609 (6.71476) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192483) Outpt time (%) = 0.0159321 (92.5361) Other time (%) = 9.58443e-05 (0.556679) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:14 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20378 5000 7.4415057e-11 7495531.4 20379 -0.012772499999993 7495425.28954285 20379 5000 7.4409647e-11 7495425.3 Loop time of 0.017421 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:14 2021 Pair time (%) = 0.00124812 (7.16446) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.206654) Outpt time (%) = 0.0160322 (92.0281) Other time (%) = 0.000104666 (0.600802) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:14 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20379 5000 7.4409647e-11 7495386.4 20380 -0.012772499999993 7495280.21789126 20380 5000 7.4404239e-11 7495280.2 Loop time of 0.0199661 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:14 2021 Pair time (%) = 0.00116801 (5.84997) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.165982) Outpt time (%) = 0.0186651 (93.4837) Other time (%) = 9.98974e-05 (0.500334) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:14 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20380 5000 7.4404239e-11 7495241.3 20381 -0.012772499999993 7495135.15395899 20381 5000 7.4398832e-11 7495135.2 Loop time of 0.0175629 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:14 2021 Pair time (%) = 0.00120497 (6.86088) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.188695) Outpt time (%) = 0.016216 (92.3314) Other time (%) = 0.000108719 (0.619027) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:14 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20381 5000 7.4398832e-11 7495096.2 20382 -0.012772499999993 7494990.0977432 20382 5000 7.4393426e-11 7494990.1 Loop time of 0.0173368 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:14 2021 Pair time (%) = 0.00115395 (6.65603) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.196655) Outpt time (%) = 0.0160501 (92.578) Other time (%) = 9.87053e-05 (0.569338) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:14 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20382 5000 7.4393426e-11 7494951.2 20383 -0.012772499999993 7494845.04924301 20383 5000 7.4388021e-11 7494845 Loop time of 0.0173039 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:14 2021 Pair time (%) = 0.00118279 (6.8354) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.208052) Outpt time (%) = 0.015976 (92.3255) Other time (%) = 0.000109196 (0.631045) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:14 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20383 5000 7.4388021e-11 7494806.1 20384 -0.012772499999993 7494700.00846918 20384 5000 7.4382616e-11 7494700 Loop time of 0.0175171 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:14 2021 Pair time (%) = 0.00120997 (6.90739) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.20552) Outpt time (%) = 0.0161641 (92.276) Other time (%) = 0.00010705 (0.611117) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:14 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20384 5000 7.4382616e-11 7494661.1 20385 -0.012772499999993 7494554.97541345 20385 5000 7.4377212e-11 7494555 Loop time of 0.0174391 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:14 2021 Pair time (%) = 0.00114489 (6.56504) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.188666) Outpt time (%) = 0.0161631 (92.683) Other time (%) = 9.82285e-05 (0.563265) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:14 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20385 5000 7.4377212e-11 7494516.1 20386 -0.012772499999993 7494409.95007116 20386 5000 7.4371808e-11 7494410 Loop time of 0.0174401 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:14 2021 Pair time (%) = 0.00115395 (6.61663) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.188656) Outpt time (%) = 0.0161591 (92.6547) Other time (%) = 9.41753e-05 (0.539994) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:14 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20386 5000 7.4371808e-11 7494371 20387 -0.012772499999993 7494264.93243919 20387 5000 7.4366406e-11 7494264.9 Loop time of 0.0175028 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:14 2021 Pair time (%) = 0.00129795 (7.41568) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.211137) Outpt time (%) = 0.0160489 (91.6935) Other time (%) = 0.000118971 (0.679725) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:14 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20387 5000 7.4366406e-11 7494226 20388 -0.012772499999993 7494119.92251459 20388 5000 7.4361004e-11 7494119.9 Loop time of 0.0175829 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:14 2021 Pair time (%) = 0.00122786 (6.98324) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.187124) Outpt time (%) = 0.0162141 (92.2154) Other time (%) = 0.000108004 (0.614254) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:14 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20388 5000 7.4361004e-11 7494081 20389 -0.012772499999993 7493974.92029478 20389 5000 7.4355602e-11 7493974.9 Loop time of 0.0174861 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:14 2021 Pair time (%) = 0.00114489 (6.54741) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.18816) Outpt time (%) = 0.016211 (92.7081) Other time (%) = 9.72748e-05 (0.556298) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:14 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20389 5000 7.4355602e-11 7493936 20390 -0.012772499999993 7493829.9257809 20390 5000 7.4350201e-11 7493829.9 Loop time of 0.0199699 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:14 2021 Pair time (%) = 0.00117397 (5.8787) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.16595) Outpt time (%) = 0.0186641 (93.4611) Other time (%) = 9.87053e-05 (0.494269) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:14 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20390 5000 7.4350201e-11 7493791 20391 -0.012772499999993 7493684.93899065 20391 5000 7.4344801e-11 7493684.9 Loop time of 0.0173721 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:14 2021 Pair time (%) = 0.00115418 (6.64388) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.201746) Outpt time (%) = 0.016077 (92.545) Other time (%) = 0.000105858 (0.609354) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:14 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20391 5000 7.4344801e-11 7493646 20392 -0.012772499999993 7493539.95991258 20392 5000 7.4339402e-11 7493540 Loop time of 0.01771 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:14 2021 Pair time (%) = 0.0012331 (6.96275) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.192512) Outpt time (%) = 0.0163269 (92.1905) Other time (%) = 0.000115871 (0.654272) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:14 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20392 5000 7.4339402e-11 7493501.1 20393 -0.012772499999993 7493394.98854075 20393 5000 7.4334003e-11 7493395 Loop time of 0.0174921 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:14 2021 Pair time (%) = 0.00114989 (6.5738) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.193548) Outpt time (%) = 0.0162101 (92.6711) Other time (%) = 9.82285e-05 (0.56156) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:14 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20393 5000 7.4334003e-11 7493356.1 20394 -0.012772499999993 7493250.0248716 20394 5000 7.4328604e-11 7493250 Loop time of 0.0173209 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:14 2021 Pair time (%) = 0.00115204 (6.65116) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191331) Outpt time (%) = 0.0160379 (92.5932) Other time (%) = 9.77516e-05 (0.564357) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:14 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20394 5000 7.4328604e-11 7493211.1 20395 -0.012772499999993 7493105.068902 20395 5000 7.4323207e-11 7493105.1 Loop time of 0.0173461 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:14 2021 Pair time (%) = 0.00117207 (6.75692) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.200673) Outpt time (%) = 0.0160332 (92.4308) Other time (%) = 0.000106096 (0.611642) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:14 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20395 5000 7.4323207e-11 7493066.2 20396 -0.012772499999993 7492960.12062939 20396 5000 7.4317809e-11 7492960.1 Loop time of 0.017417 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:14 2021 Pair time (%) = 0.00121999 (7.0046) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.199858) Outpt time (%) = 0.0160511 (92.1576) Other time (%) = 0.000111103 (0.637902) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:14 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20396 5000 7.4317809e-11 7492921.2 20397 -0.012772499999993 7492815.18005138 20397 5000 7.4312413e-11 7492815.2 Loop time of 0.017539 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:14 2021 Pair time (%) = 0.00109291 (6.23131) Neigh time (%) = 0 (0) Comm time (%) = 7.48634e-05 (0.426839) Outpt time (%) = 0.0162532 (92.669) Other time (%) = 0.000118017 (0.672883) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:14 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20397 5000 7.4312413e-11 7492776.3 20398 -0.012772499999993 7492670.24716588 20398 5000 7.4307017e-11 7492670.2 Loop time of 0.0169759 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:14 2021 Pair time (%) = 0.00110006 (6.48016) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.189601) Outpt time (%) = 0.015749 (92.7727) Other time (%) = 9.46522e-05 (0.557569) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:14 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20398 5000 7.4307017e-11 7492631.3 20399 -0.012772499999993 7492525.32197065 20399 5000 7.4301622e-11 7492525.3 Loop time of 0.0169611 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:14 2021 Pair time (%) = 0.00113797 (6.70931) Neigh time (%) = 0 (0) Comm time (%) = 5.60284e-05 (0.330335) Outpt time (%) = 0.0156331 (92.1704) Other time (%) = 0.000133991 (0.789992) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:14 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20399 5000 7.4301622e-11 7492486.4 20400 -0.012772499999993 7492380.40446372 20400 5000 7.4296227e-11 7492380.4 Loop time of 0.0197718 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:14 2021 Pair time (%) = 0.00124884 (6.31625) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.182083) Outpt time (%) = 0.0183818 (92.9699) Other time (%) = 0.000105143 (0.53178) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:14 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20400 5000 7.4296227e-11 7492341.5 20401 -0.012772499999993 7492235.49464314 20401 5000 7.4290833e-11 7492235.5 Loop time of 0.017257 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:14 2021 Pair time (%) = 0.00109601 (6.35111) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185131) Outpt time (%) = 0.016 (92.7163) Other time (%) = 0.000128984 (0.747434) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:14 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20401 5000 7.4290833e-11 7492196.6 20402 -0.012772499999993 7492090.59250708 20402 5000 7.428544e-11 7492090.6 Loop time of 0.0170209 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:14 2021 Pair time (%) = 0.00110006 (6.463) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.270342) Outpt time (%) = 0.0157502 (92.5341) Other time (%) = 0.000124693 (0.732585) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:14 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20402 5000 7.428544e-11 7492051.7 20403 -0.012772499999993 7491945.69805364 20403 5000 7.4280047e-11 7491945.7 Loop time of 0.016798 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:14 2021 Pair time (%) = 0.00119495 (7.11366) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.202964) Outpt time (%) = 0.0154622 (92.0475) Other time (%) = 0.000106812 (0.635858) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:14 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20403 5000 7.4280047e-11 7491906.8 20404 -0.012772499999993 7491800.81128112 20404 5000 7.4274655e-11 7491800.8 Loop time of 0.0172529 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:14 2021 Pair time (%) = 0.001091 (6.32359) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185175) Outpt time (%) = 0.0160241 (92.8777) Other time (%) = 0.000105858 (0.613565) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:14 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20404 5000 7.4274655e-11 7491761.9 20405 -0.012772499999993 7491655.93218768 20405 5000 7.4269263e-11 7491655.9 Loop time of 0.0173891 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:14 2021 Pair time (%) = 0.00109506 (6.29739) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183725) Outpt time (%) = 0.01617 (92.9896) Other time (%) = 9.20296e-05 (0.529238) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:14 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20405 5000 7.4269263e-11 7491617 20406 -0.012772499999993 7491511.06076296 20406 5000 7.4263872e-11 7491511.1 Loop time of 0.0166919 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:14 2021 Pair time (%) = 0.0010941 (6.55468) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191398) Outpt time (%) = 0.015475 (92.7097) Other time (%) = 9.08375e-05 (0.5442) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:14 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20406 5000 7.4263872e-11 7491472.2 20407 -0.012772499999993 7491366.19701283 20407 5000 7.4258482e-11 7491366.2 Loop time of 0.017453 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:14 2021 Pair time (%) = 0.00154805 (8.86986) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.206276) Outpt time (%) = 0.015733 (90.1452) Other time (%) = 0.000135899 (0.778657) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:14 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20407 5000 7.4258482e-11 7491327.3 20408 -0.012772499999993 7491221.34093628 20408 5000 7.4253092e-11 7491221.3 Loop time of 0.0175862 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:14 2021 Pair time (%) = 0.0010941 (6.22136) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.181665) Outpt time (%) = 0.016367 (93.0669) Other time (%) = 9.32217e-05 (0.530083) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:14 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20408 5000 7.4253092e-11 7491182.4 20409 -0.012772499999993 7491076.49254186 20409 5000 7.4247703e-11 7491076.5 Loop time of 0.0174232 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:14 2021 Pair time (%) = 0.00109601 (6.29054) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183366) Outpt time (%) = 0.016202 (92.9911) Other time (%) = 9.32217e-05 (0.535045) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:14 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20409 5000 7.4247703e-11 7491037.6 20410 -0.012772499999993 7490931.6519237 20410 5000 7.4242315e-11 7490931.7 Loop time of 0.0191469 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:14 2021 Pair time (%) = 0.00109911 (5.7404) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.176819) Outpt time (%) = 0.0179119 (93.5498) Other time (%) = 0.000102043 (0.532948) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:14 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20410 5000 7.4242315e-11 7490892.8 20411 -0.012772499999993 7490786.81904079 20411 5000 7.4236927e-11 7490786.8 Loop time of 0.0164652 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:15 2021 Pair time (%) = 0.00110793 (6.72893) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.188242) Outpt time (%) = 0.015234 (92.5224) Other time (%) = 9.2268e-05 (0.560382) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:15 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20411 5000 7.4236927e-11 7490747.9 20412 -0.012772499999993 7490641.99387245 20412 5000 7.423154e-11 7490642 Loop time of 0.0165431 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:15 2021 Pair time (%) = 0.00109911 (6.6439) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.19312) Outpt time (%) = 0.0153241 (92.6312) Other time (%) = 8.79765e-05 (0.5318) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:15 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20412 5000 7.423154e-11 7490603.1 20413 -0.012772499999993 7490497.17640908 20413 5000 7.4226153e-11 7490497.2 Loop time of 0.0175281 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:15 2021 Pair time (%) = 0.001091 (6.22433) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.176827) Outpt time (%) = 0.0163171 (93.0915) Other time (%) = 8.89301e-05 (0.507359) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:15 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20413 5000 7.4226153e-11 7490458.3 20414 -0.012772499999993 7490352.36664417 20414 5000 7.4220767e-11 7490352.4 Loop time of 0.0175321 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:15 2021 Pair time (%) = 0.001194 (6.81036) Neigh time (%) = 0 (0) Comm time (%) = 6.38962e-05 (0.364452) Outpt time (%) = 0.0161078 (91.876) Other time (%) = 0.000166416 (0.949208) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:15 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20414 5000 7.4220767e-11 7490313.5 20415 -0.012772499999993 7490207.56466967 20415 5000 7.4215382e-11 7490207.6 Loop time of 0.017534 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:15 2021 Pair time (%) = 0.00109696 (6.2562) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.189005) Outpt time (%) = 0.0162771 (92.8314) Other time (%) = 0.000126839 (0.723386) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:15 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20415 5000 7.4215382e-11 7490168.7 20416 -0.012772499999993 7490062.77063342 20416 5000 7.4209997e-11 7490062.8 Loop time of 0.017452 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:15 2021 Pair time (%) = 0.00147891 (8.47416) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.206287) Outpt time (%) = 0.0157909 (90.4821) Other time (%) = 0.000146151 (0.837443) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:15 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20416 5000 7.4209997e-11 7490023.9 20417 -0.012772499999993 7489917.98441882 20417 5000 7.4204613e-11 7489918 Loop time of 0.016928 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:15 2021 Pair time (%) = 0.00109506 (6.46892) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18873) Outpt time (%) = 0.0157092 (92.8001) Other time (%) = 9.17912e-05 (0.542246) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:15 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20417 5000 7.4204613e-11 7489879.1 20418 -0.012772499999993 7489773.20599183 20418 5000 7.4199229e-11 7489773.2 Loop time of 0.016448 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:15 2021 Pair time (%) = 0.0011332 (6.8896) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194237) Outpt time (%) = 0.0151911 (92.3581) Other time (%) = 9.17912e-05 (0.558068) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:15 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20418 5000 7.4199229e-11 7489734.3 20419 -0.012772499999993 7489628.43533083 20419 5000 7.4193846e-11 7489628.4 Loop time of 0.016397 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:15 2021 Pair time (%) = 0.00109291 (6.66531) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.196295) Outpt time (%) = 0.0151851 (92.6091) Other time (%) = 8.67844e-05 (0.52927) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:15 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20419 5000 7.4193846e-11 7489589.6 20420 -0.012772499999993 7489483.67242557 20420 5000 7.4188464e-11 7489483.7 Loop time of 0.0187521 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:15 2021 Pair time (%) = 0.00109887 (5.85999) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.165285) Outpt time (%) = 0.0175309 (93.4878) Other time (%) = 9.13143e-05 (0.486955) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:15 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20420 5000 7.4188464e-11 7489444.8 20421 -0.012772499999993 7489338.91726645 20421 5000 7.4183082e-11 7489338.9 Loop time of 0.0163741 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:15 2021 Pair time (%) = 0.0010941 (6.68191) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.195113) Outpt time (%) = 0.015161 (92.5915) Other time (%) = 8.70228e-05 (0.531466) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:15 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20421 5000 7.4183082e-11 7489300 20422 -0.012772499999993 7489194.16984561 20422 5000 7.4177701e-11 7489194.2 Loop time of 0.0172009 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:15 2021 Pair time (%) = 0.00120807 (7.02326) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192665) Outpt time (%) = 0.0158482 (92.1354) Other time (%) = 0.00011158 (0.648685) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:15 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20422 5000 7.4177701e-11 7489155.3 20423 -0.012772499999993 7489049.4301565 20423 5000 7.4172321e-11 7489049.4 Loop time of 0.0176909 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:15 2021 Pair time (%) = 0.001266 (7.15624) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.187329) Outpt time (%) = 0.0162899 (92.081) Other time (%) = 0.000101805 (0.575464) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:15 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20423 5000 7.4172321e-11 7489010.6 20424 -0.012772499999993 7488904.69819358 20424 5000 7.4166941e-11 7488904.7 Loop time of 0.017184 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:15 2021 Pair time (%) = 0.00108218 (6.29761) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185917) Outpt time (%) = 0.0159619 (92.888) Other time (%) = 0.000108004 (0.628512) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:15 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20424 5000 7.4166941e-11 7488865.8 20425 -0.012772499999993 7488759.9739564 20425 5000 7.4161562e-11 7488760 Loop time of 0.016814 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:15 2021 Pair time (%) = 0.00116897 (6.95234) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.214115) Outpt time (%) = 0.0155079 (92.2323) Other time (%) = 0.000101089 (0.601222) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:15 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20425 5000 7.4161562e-11 7488721.1 20426 -0.012772499999993 7488615.25745182 20426 5000 7.4156183e-11 7488615.3 Loop time of 0.0174258 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:15 2021 Pair time (%) = 0.00116801 (6.70279) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.201125) Outpt time (%) = 0.016119 (92.5009) Other time (%) = 0.000103712 (0.595165) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:15 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20426 5000 7.4156183e-11 7488576.4 20427 -0.012772499999993 7488470.5486647 20427 5000 7.4150805e-11 7488470.5 Loop time of 0.0172601 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:15 2021 Pair time (%) = 0.00109315 (6.3334) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185098) Outpt time (%) = 0.0160398 (92.9304) Other time (%) = 9.5129e-05 (0.551151) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:15 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20427 5000 7.4150805e-11 7488431.7 20428 -0.012772499999993 7488325.84759669 20428 5000 7.4145428e-11 7488325.8 Loop time of 0.0172029 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:15 2021 Pair time (%) = 0.00109911 (6.38911) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.18017) Outpt time (%) = 0.0159619 (92.7863) Other time (%) = 0.000110865 (0.644455) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:15 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20428 5000 7.4145428e-11 7488287 20429 -0.012772499999993 7488181.15423505 20429 5000 7.4140051e-11 7488181.2 Loop time of 0.017143 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:15 2021 Pair time (%) = 0.0010941 (6.38221) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191925) Outpt time (%) = 0.015919 (92.8598) Other time (%) = 9.70364e-05 (0.56604) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:15 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20429 5000 7.4140051e-11 7488142.3 20430 -0.012772499999993 7488036.46857624 20430 5000 7.4134675e-11 7488036.5 Loop time of 0.0198259 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:15 2021 Pair time (%) = 0.00112987 (5.69893) Neigh time (%) = 0 (0) Comm time (%) = 3.12328e-05 (0.157535) Outpt time (%) = 0.0185699 (93.6649) Other time (%) = 9.48906e-05 (0.478619) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:15 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20430 5000 7.4134675e-11 7487997.6 20431 -0.012772499999993 7487891.79061733 20431 5000 7.4129299e-11 7487891.8 Loop time of 0.0173151 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:15 2021 Pair time (%) = 0.00109506 (6.32427) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179002) Outpt time (%) = 0.016083 (92.884) Other time (%) = 0.000106096 (0.612737) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:15 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20431 5000 7.4129299e-11 7487852.9 20432 -0.012772499999993 7487747.1203555 20432 5000 7.4123924e-11 7487747.1 Loop time of 0.016686 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:15 2021 Pair time (%) = 0.00109315 (6.55131) Neigh time (%) = 0 (0) Comm time (%) = 6.10352e-05 (0.365787) Outpt time (%) = 0.0153952 (92.2642) Other time (%) = 0.000136614 (0.818735) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:15 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20432 5000 7.4123924e-11 7487708.2 20433 -0.012772499999993 7487602.45778785 20433 5000 7.411855e-11 7487602.5 Loop time of 0.017427 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:15 2021 Pair time (%) = 0.00143886 (8.25649) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.217528) Outpt time (%) = 0.0158122 (90.7338) Other time (%) = 0.000138044 (0.792131) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:15 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20433 5000 7.411855e-11 7487563.6 20434 -0.012772499999993 7487457.8029118 20434 5000 7.4113176e-11 7487457.8 Loop time of 0.017585 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:15 2021 Pair time (%) = 0.00121903 (6.93222) Neigh time (%) = 0 (0) Comm time (%) = 5.29289e-05 (0.300988) Outpt time (%) = 0.0161791 (92.0048) Other time (%) = 0.000133991 (0.761962) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:15 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20434 5000 7.4113176e-11 7487418.9 20435 -0.012772499999993 7487313.15572486 20435 5000 7.4107803e-11 7487313.2 Loop time of 0.017282 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:15 2021 Pair time (%) = 0.0010941 (6.33088) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179345) Outpt time (%) = 0.016063 (92.9462) Other time (%) = 9.39369e-05 (0.543553) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:15 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20435 5000 7.4107803e-11 7487274.3 20436 -0.012772499999993 7487168.51622471 20436 5000 7.410243e-11 7487168.5 Loop time of 0.0166821 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:15 2021 Pair time (%) = 0.00110292 (6.6114) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.198657) Outpt time (%) = 0.01545 (92.614) Other time (%) = 9.60827e-05 (0.575961) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:15 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20436 5000 7.410243e-11 7487129.6 20437 -0.012772499999993 7487023.8844089 20437 5000 7.4097058e-11 7487023.9 Loop time of 0.0173879 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:15 2021 Pair time (%) = 0.00117588 (6.76265) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.196078) Outpt time (%) = 0.016027 (92.1733) Other time (%) = 0.000150919 (0.867956) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:15 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20437 5000 7.4097058e-11 7486985 20438 -0.012772499999993 7486879.26027511 20438 5000 7.4091687e-11 7486879.3 Loop time of 0.0174611 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:15 2021 Pair time (%) = 0.00113797 (6.5172) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182968) Outpt time (%) = 0.016197 (92.7605) Other time (%) = 9.41753e-05 (0.539345) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:15 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20438 5000 7.4091687e-11 7486840.4 20439 -0.012772499999993 7486734.64382146 20439 5000 7.4086317e-11 7486734.6 Loop time of 0.016912 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:15 2021 Pair time (%) = 0.00113201 (6.69355) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188908) Outpt time (%) = 0.0156519 (92.5494) Other time (%) = 9.60827e-05 (0.568134) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:15 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20439 5000 7.4086317e-11 7486695.8 20440 -0.012772499999993 7486590.03504572 20440 5000 7.4080946e-11 7486590 Loop time of 0.0191538 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:15 2021 Pair time (%) = 0.00118303 (6.17648) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.173021) Outpt time (%) = 0.0178049 (92.9572) Other time (%) = 0.000132799 (0.693329) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:15 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20440 5000 7.4080946e-11 7486551.2 20441 -0.012772499999993 7486445.43394576 20441 5000 7.4075577e-11 7486445.4 Loop time of 0.0174582 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:15 2021 Pair time (%) = 0.00138497 (7.93308) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.18846) Outpt time (%) = 0.0159049 (91.1028) Other time (%) = 0.000135422 (0.775691) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:15 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20441 5000 7.4075577e-11 7486406.6 20442 -0.012772499999993 7486300.84051983 20442 5000 7.4070208e-11 7486300.8 Loop time of 0.017314 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:15 2021 Pair time (%) = 0.00113297 (6.54365) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.185899) Outpt time (%) = 0.0160232 (92.5448) Other time (%) = 0.000125647 (0.725695) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:26:15 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20442 5000 7.4070208e-11 7486262 20443 -0.012772499999993 7486135.32892159 20443 5000 1.4618808e-10 7486381.8 Loop time of 0.0166771 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:15 2021 Pair time (%) = 0.00110412 (6.62054) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191568) Outpt time (%) = 0.0153949 (92.3115) Other time (%) = 0.000146151 (0.876353) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:15 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20443 5000 1.4618808e-10 7550721.2 20444 -0.012804999999993 7550581.66470163 20444 5000 1.1763227e-10 7550581.7 Loop time of 0.0166681 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:15 2021 Pair time (%) = 0.00113606 (6.81581) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.204546) Outpt time (%) = 0.0153661 (92.1886) Other time (%) = 0.000131845 (0.791006) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:15 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20444 5000 1.1763227e-10 7550529.2 20445 -0.012804999999993 7550401.54793305 20445 5000 1.0109519e-10 7550401.5 Loop time of 0.0173249 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:15 2021 Pair time (%) = 0.00116682 (6.73492) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.202295) Outpt time (%) = 0.016017 (92.4504) Other time (%) = 0.000106096 (0.612391) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:15 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20445 5000 1.0109519e-10 7550353.9 20446 -0.012804999999993 7550233.81148668 20446 5000 9.123502e-11 7550233.8 Loop time of 0.0173399 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:15 2021 Pair time (%) = 0.00113702 (6.55722) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.185621) Outpt time (%) = 0.016077 (92.7168) Other time (%) = 9.36985e-05 (0.540362) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:15 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20446 5000 9.123502e-11 7550189.2 20447 -0.012804999999993 7550073.94566144 20447 5000 8.5229881e-11 7550073.9 Loop time of 0.016685 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:15 2021 Pair time (%) = 0.00116301 (6.97036) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191478) Outpt time (%) = 0.0154009 (92.3037) Other time (%) = 8.91685e-05 (0.534423) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:15 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20447 5000 8.5229881e-11 7550031.3 20448 -0.012804999999993 7549919.08450673 20448 5000 8.1517847e-11 7549919.1 Loop time of 0.0169671 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:15 2021 Pair time (%) = 0.00131083 (7.72571) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.223424) Outpt time (%) = 0.0154979 (91.3412) Other time (%) = 0.000120401 (0.709618) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:15 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20448 5000 8.1517847e-11 7549877.6 20449 -0.012804999999993 7549767.40668394 20449 5000 7.9199762e-11 7549767.4 Loop time of 0.0172379 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:15 2021 Pair time (%) = 0.00109506 (6.35261) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185336) Outpt time (%) = 0.0160189 (92.9282) Other time (%) = 9.20296e-05 (0.533879) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:15 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20449 5000 7.9199762e-11 7549726.7 20450 -0.012804999999993 7549617.75471393 20450 5000 7.7741957e-11 7549617.8 Loop time of 0.0196149 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:15 2021 Pair time (%) = 0.00110388 (5.62774) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.162876) Outpt time (%) = 0.0183661 (93.6332) Other time (%) = 0.00011301 (0.576145) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:15 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20450 5000 7.7741957e-11 7549577.6 20451 -0.012804999999993 7549469.39303719 20451 5000 7.6820529e-11 7549469.4 Loop time of 0.0168028 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:15 2021 Pair time (%) = 0.00109696 (6.52846) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.195811) Outpt time (%) = 0.015548 (92.5322) Other time (%) = 0.000124931 (0.743516) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:15 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20451 5000 7.6820529e-11 7549429.5 20452 -0.012804999999993 7549321.85424303 20452 5000 7.6235797e-11 7549321.9 Loop time of 0.0172899 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:15 2021 Pair time (%) = 0.00135589 (7.84208) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.219253) Outpt time (%) = 0.0157659 (91.1858) Other time (%) = 0.000130177 (0.752906) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:15 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20452 5000 7.6235797e-11 7549282.2 20453 -0.012804999999993 7549174.84120219 20453 5000 7.5863349e-11 7549174.8 Loop time of 0.017534 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:15 2021 Pair time (%) = 0.00113392 (6.46696) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.183566) Outpt time (%) = 0.0162761 (92.826) Other time (%) = 9.17912e-05 (0.523503) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:15 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20453 5000 7.5863349e-11 7549135.3 20454 -0.012804999999993 7549028.16509946 20454 5000 7.5625127e-11 7549028.2 Loop time of 0.016891 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:16 2021 Pair time (%) = 0.00113916 (6.74421) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.183497) Outpt time (%) = 0.015626 (92.5105) Other time (%) = 9.48906e-05 (0.561782) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:16 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20454 5000 7.5625127e-11 7548988.7 20455 -0.012804999999993 7548881.70594251 20455 5000 7.5471931e-11 7548881.7 Loop time of 0.018477 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:16 2021 Pair time (%) = 0.00114107 (6.17564) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.205167) Outpt time (%) = 0.0172081 (93.1327) Other time (%) = 8.98838e-05 (0.486464) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:16 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20455 5000 7.5471931e-11 7548842.3 20456 -0.012804999999993 7548735.38747418 20456 5000 7.5372657e-11 7548735.4 Loop time of 0.017241 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:16 2021 Pair time (%) = 0.00109386 (6.34455) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185303) Outpt time (%) = 0.016027 (92.9585) Other time (%) = 8.82149e-05 (0.511657) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:16 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20456 5000 7.5372657e-11 7548696 20457 -0.012804999999993 7548589.16123195 20457 5000 7.5307606e-11 7548589.2 Loop time of 0.016938 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:16 2021 Pair time (%) = 0.00117087 (6.91271) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.199879) Outpt time (%) = 0.0156262 (92.2554) Other time (%) = 0.00010705 (0.632012) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:16 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20457 5000 7.5307606e-11 7548549.8 20458 -0.012804999999993 7548442.99641494 20458 5000 7.5264286e-11 7548443 Loop time of 0.017302 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:16 2021 Pair time (%) = 0.00120807 (6.98222) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184649) Outpt time (%) = 0.0159669 (92.2833) Other time (%) = 9.5129e-05 (0.549814) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:16 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20458 5000 7.5264286e-11 7548403.7 20459 -0.012804999999993 7548296.87344718 20459 5000 7.5234769e-11 7548296.9 Loop time of 0.0172729 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:16 2021 Pair time (%) = 0.00113297 (6.55919) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18496) Outpt time (%) = 0.0160151 (92.7175) Other time (%) = 9.29832e-05 (0.538317) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:16 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20459 5000 7.5234769e-11 7548257.6 20460 -0.012804999999993 7548150.77989157 20460 5000 7.5214021e-11 7548150.8 Loop time of 0.01948 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:16 2021 Pair time (%) = 0.00109792 (5.63613) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.165229) Outpt time (%) = 0.018255 (93.7115) Other time (%) = 9.48906e-05 (0.487118) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:16 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20460 5000 7.5214021e-11 7548111.5 20461 -0.012804999999993 7548004.70784143 20461 5000 7.5198844e-11 7548004.7 Loop time of 0.0169239 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:16 2021 Pair time (%) = 0.00123286 (7.28474) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.200045) Outpt time (%) = 0.015511 (91.6516) Other time (%) = 0.000146151 (0.863575) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:16 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20461 5000 7.5198844e-11 7547965.4 20462 -0.012804999999993 7547858.65227171 20462 5000 7.5187208e-11 7547858.7 Loop time of 0.0175431 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:16 2021 Pair time (%) = 0.00135398 (7.71803) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.187548) Outpt time (%) = 0.0160561 (91.5236) Other time (%) = 0.000100136 (0.5708) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:16 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20462 5000 7.5187208e-11 7547819.4 20463 -0.012804999999993 7547712.60998817 20463 5000 7.5177822e-11 7547712.6 Loop time of 0.017359 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:16 2021 Pair time (%) = 0.00111794 (6.44014) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.178549) Outpt time (%) = 0.0160911 (92.696) Other time (%) = 0.000118971 (0.685355) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:16 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20463 5000 7.5177822e-11 7547673.3 20464 -0.012804999999993 7547566.57896031 20464 5000 7.5169866e-11 7547566.6 Loop time of 0.01667 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:16 2021 Pair time (%) = 0.00109601 (6.57475) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.19165) Outpt time (%) = 0.0154481 (92.6701) Other time (%) = 9.39369e-05 (0.563509) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:16 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20464 5000 7.5169866e-11 7547527.3 20465 -0.012804999999993 7547420.55789722 20465 5000 7.5162819e-11 7547420.6 Loop time of 0.0170121 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:16 2021 Pair time (%) = 0.00131893 (7.75289) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.217227) Outpt time (%) = 0.015533 (91.3053) Other time (%) = 0.000123262 (0.724556) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:16 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20465 5000 7.5162819e-11 7547381.3 20466 -0.012804999999993 7547274.54597798 20466 5000 7.515635e-11 7547274.5 Loop time of 0.017525 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:16 2021 Pair time (%) = 0.00109601 (6.254) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182301) Outpt time (%) = 0.016305 (93.0386) Other time (%) = 9.20296e-05 (0.525134) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:16 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20466 5000 7.515635e-11 7547235.3 20467 -0.012804999999993 7547128.54268036 20467 5000 7.5150248e-11 7547128.5 Loop time of 0.0173311 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:16 2021 Pair time (%) = 0.00113893 (6.57156) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.185715) Outpt time (%) = 0.0160289 (92.4861) Other time (%) = 0.00013113 (0.756617) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:16 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20467 5000 7.5150248e-11 7547089.3 20468 -0.012804999999993 7546982.5476721 20468 5000 7.514438e-11 7546982.5 Loop time of 0.0167389 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:16 2021 Pair time (%) = 0.00110507 (6.60181) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.196559) Outpt time (%) = 0.015501 (92.6048) Other time (%) = 9.98974e-05 (0.596798) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:16 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20468 5000 7.514438e-11 7546943.3 20469 -0.012804999999993 7546836.56074126 20469 5000 7.5138661e-11 7546836.6 Loop time of 0.017302 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:16 2021 Pair time (%) = 0.00116086 (6.70938) Neigh time (%) = 0 (0) Comm time (%) = 4.88758e-05 (0.282486) Outpt time (%) = 0.015928 (92.0587) Other time (%) = 0.00016427 (0.949428) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:16 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20469 5000 7.5138661e-11 7546797.3 20470 -0.012804999999993 7546690.58175317 20470 5000 7.5133036e-11 7546690.6 Loop time of 0.0196319 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:16 2021 Pair time (%) = 0.00109315 (5.56824) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.162736) Outpt time (%) = 0.018414 (93.7966) Other time (%) = 9.27448e-05 (0.47242) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:16 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20470 5000 7.5133036e-11 7546651.3 20471 -0.012804999999993 7546544.61062135 20471 5000 7.5127472e-11 7546544.6 Loop time of 0.017226 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:16 2021 Pair time (%) = 0.001158 (6.7224) Neigh time (%) = 0 (0) Comm time (%) = 4.41074e-05 (0.256052) Outpt time (%) = 0.0159142 (92.3849) Other time (%) = 0.000109673 (0.636669) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:16 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20471 5000 7.5127472e-11 7546505.3 20472 -0.012804999999993 7546398.64729056 20472 5000 7.5121947e-11 7546398.6 Loop time of 0.0173669 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:16 2021 Pair time (%) = 0.00118399 (6.8175) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.196315) Outpt time (%) = 0.015986 (92.0485) Other time (%) = 0.00016284 (0.937646) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:16 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20472 5000 7.5121947e-11 7546359.4 20473 -0.012804999999993 7546252.69172529 20473 5000 7.5116446e-11 7546252.7 Loop time of 0.017498 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:16 2021 Pair time (%) = 0.00132489 (7.57167) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182581) Outpt time (%) = 0.0160251 (91.5822) Other time (%) = 0.00011611 (0.66356) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:16 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20473 5000 7.5116446e-11 7546213.4 20474 -0.012804999999993 7546106.74390242 20474 5000 7.5110962e-11 7546106.7 Loop time of 0.017391 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:16 2021 Pair time (%) = 0.00110412 (6.34879) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183705) Outpt time (%) = 0.016161 (92.9274) Other time (%) = 9.39369e-05 (0.540148) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:16 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20474 5000 7.5110962e-11 7546067.5 20475 -0.012804999999993 7545960.80380707 20475 5000 7.5105487e-11 7545960.8 Loop time of 0.0171151 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:16 2021 Pair time (%) = 0.00113106 (6.60853) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186666) Outpt time (%) = 0.015856 (92.6434) Other time (%) = 9.60827e-05 (0.561391) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:16 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20475 5000 7.5105487e-11 7545921.5 20476 -0.012804999999993 7545814.87142901 20476 5000 7.510002e-11 7545814.9 Loop time of 0.0165279 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:16 2021 Pair time (%) = 0.00109291 (6.61252) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.187528) Outpt time (%) = 0.015317 (92.6734) Other time (%) = 8.70228e-05 (0.526521) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:16 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20476 5000 7.510002e-11 7545775.6 20477 -0.012804999999993 7545668.94676149 20477 5000 7.5094557e-11 7545668.9 Loop time of 0.0171111 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:16 2021 Pair time (%) = 0.001091 (6.37601) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18671) Outpt time (%) = 0.0158989 (92.9162) Other time (%) = 8.91685e-05 (0.521116) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:16 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20477 5000 7.5094557e-11 7545629.7 20478 -0.012804999999993 7545523.02979988 20478 5000 7.5089098e-11 7545523 Loop time of 0.0168052 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:16 2021 Pair time (%) = 0.00113106 (6.73041) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.184434) Outpt time (%) = 0.015548 (92.5191) Other time (%) = 9.5129e-05 (0.56607) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:16 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20478 5000 7.5089098e-11 7545483.8 20479 -0.012804999999993 7545377.12054083 20479 5000 7.508364e-11 7545377.1 Loop time of 0.0168381 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:16 2021 Pair time (%) = 0.00124502 (7.39409) Neigh time (%) = 0 (0) Comm time (%) = 4.98295e-05 (0.295933) Outpt time (%) = 0.0153971 (91.442) Other time (%) = 0.000146151 (0.867977) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:16 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20479 5000 7.508364e-11 7545337.9 20480 -0.012804999999993 7545231.21898156 20480 5000 7.5078184e-11 7545231.2 Loop time of 0.0199881 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:16 2021 Pair time (%) = 0.00122285 (6.1179) Neigh time (%) = 0 (0) Comm time (%) = 7.60555e-05 (0.380505) Outpt time (%) = 0.0185778 (92.9446) Other time (%) = 0.000111341 (0.55704) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:16 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20480 5000 7.5078184e-11 7545192 20481 -0.012804999999993 7545085.32512021 20481 5000 7.507273e-11 7545085.3 Loop time of 0.0175328 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:16 2021 Pair time (%) = 0.00113297 (6.46197) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182219) Outpt time (%) = 0.0162749 (92.8255) Other time (%) = 9.29832e-05 (0.530338) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:16 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20481 5000 7.507273e-11 7545046.1 20482 -0.012804999999993 7544939.43895502 20482 5000 7.5067276e-11 7544939.4 Loop time of 0.0166211 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:16 2021 Pair time (%) = 0.00109792 (6.60556) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192214) Outpt time (%) = 0.015398 (92.6414) Other time (%) = 9.32217e-05 (0.560863) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:16 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20482 5000 7.5067276e-11 7544900.2 20483 -0.012804999999993 7544793.56048458 20483 5000 7.5061824e-11 7544793.6 Loop time of 0.0171571 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:16 2021 Pair time (%) = 0.00130582 (7.61096) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.209833) Outpt time (%) = 0.015702 (91.5191) Other time (%) = 0.000113249 (0.660071) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:16 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20483 5000 7.5061824e-11 7544754.3 20484 -0.012804999999993 7544647.68970749 20484 5000 7.5056372e-11 7544647.7 Loop time of 0.0176599 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:16 2021 Pair time (%) = 0.00109291 (6.18866) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.175507) Outpt time (%) = 0.0164449 (93.1201) Other time (%) = 9.10759e-05 (0.515721) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:16 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20484 5000 7.5056372e-11 7544608.4 20485 -0.012804999999993 7544501.82662254 20485 5000 7.5050921e-11 7544501.8 Loop time of 0.017452 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:16 2021 Pair time (%) = 0.00112987 (6.47413) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183063) Outpt time (%) = 0.0161979 (92.8141) Other time (%) = 9.2268e-05 (0.528696) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:16 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20485 5000 7.5050921e-11 7544462.6 20486 -0.012804999999993 7544355.97122865 20486 5000 7.504547e-11 7544356 Loop time of 0.0168929 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:16 2021 Pair time (%) = 0.00114489 (6.77732) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.190533) Outpt time (%) = 0.0156229 (92.4817) Other time (%) = 9.29832e-05 (0.550428) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:16 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20486 5000 7.504547e-11 7544316.7 20487 -0.012804999999993 7544210.12352466 20487 5000 7.5040021e-11 7544210.1 Loop time of 0.0173471 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:16 2021 Pair time (%) = 0.00149608 (8.62436) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.207534) Outpt time (%) = 0.0156491 (90.2115) Other time (%) = 0.000165939 (0.956583) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:16 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20487 5000 7.5040021e-11 7544170.9 20488 -0.012804999999993 7544064.2835093 20488 5000 7.5034572e-11 7544064.3 Loop time of 0.0178051 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:16 2021 Pair time (%) = 0.00117087 (6.57606) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.180771) Outpt time (%) = 0.016494 (92.6366) Other time (%) = 0.000108004 (0.606588) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:16 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20488 5000 7.5034572e-11 7544025 20489 -0.012804999999993 7543918.45118177 20489 5000 7.5029123e-11 7543918.5 Loop time of 0.0174611 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:16 2021 Pair time (%) = 0.00109196 (6.25367) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.177506) Outpt time (%) = 0.016243 (93.024) Other time (%) = 9.5129e-05 (0.544807) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:16 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20489 5000 7.5029123e-11 7543879.2 20490 -0.012804999999993 7543772.62654081 20490 5000 7.5023675e-11 7543772.6 Loop time of 0.01915 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:16 2021 Pair time (%) = 0.00110102 (5.74943) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.171811) Outpt time (%) = 0.017915 (93.5509) Other time (%) = 0.000101089 (0.527882) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:16 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20490 5000 7.5023675e-11 7543733.4 20491 -0.012804999999993 7543626.80958554 20491 5000 7.5018228e-11 7543626.8 Loop time of 0.017127 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:16 2021 Pair time (%) = 0.00135803 (7.92917) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.210201) Outpt time (%) = 0.0155458 (90.7679) Other time (%) = 0.000187159 (1.09277) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:16 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20491 5000 7.5018228e-11 7543587.6 20492 -0.012804999999993 7543481.00031483 20492 5000 7.5012782e-11 7543481 Loop time of 0.0177529 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:16 2021 Pair time (%) = 0.00116706 (6.57391) Neigh time (%) = 0 (0) Comm time (%) = 5.91278e-05 (0.33306) Outpt time (%) = 0.0164239 (92.5142) Other time (%) = 0.000102758 (0.578826) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:16 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20492 5000 7.5012782e-11 7543441.7 20493 -0.012804999999993 7543335.19872761 20493 5000 7.5007336e-11 7543335.2 Loop time of 0.017519 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:16 2021 Pair time (%) = 0.0010941 (6.24524) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.176919) Outpt time (%) = 0.016299 (93.0362) Other time (%) = 9.48906e-05 (0.541644) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:16 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20493 5000 7.5007336e-11 7543295.9 20494 -0.012804999999993 7543189.4048229 20494 5000 7.500189e-11 7543189.4 Loop time of 0.016711 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:16 2021 Pair time (%) = 0.00110602 (6.61854) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.202594) Outpt time (%) = 0.015471 (92.5796) Other time (%) = 0.000100136 (0.599221) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:16 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20494 5000 7.500189e-11 7543150.2 20495 -0.012804999999993 7543043.61859982 20495 5000 7.4996446e-11 7543043.6 Loop time of 0.017885 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:16 2021 Pair time (%) = 0.00145984 (8.16237) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.183963) Outpt time (%) = 0.016243 (90.8192) Other time (%) = 0.00014925 (0.8345) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:16 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20495 5000 7.4996446e-11 7543004.4 20496 -0.012804999999993 7542897.84005719 20496 5000 7.4991002e-11 7542897.8 Loop time of 0.0168359 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:16 2021 Pair time (%) = 0.00114107 (6.7776) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.189761) Outpt time (%) = 0.0155699 (92.4804) Other time (%) = 9.29832e-05 (0.552291) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:16 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20496 5000 7.4991002e-11 7542858.6 20497 -0.012804999999993 7542752.06919412 20497 5000 7.4985558e-11 7542752.1 Loop time of 0.016593 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:17 2021 Pair time (%) = 0.0010941 (6.59377) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.186792) Outpt time (%) = 0.015377 (92.672) Other time (%) = 9.08375e-05 (0.547445) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:17 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20497 5000 7.4985558e-11 7542712.8 20498 -0.012804999999993 7542606.3060103 20498 5000 7.4980116e-11 7542606.3 Loop time of 0.0165241 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:17 2021 Pair time (%) = 0.00109482 (6.62559) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.193343) Outpt time (%) = 0.0153069 (92.6342) Other time (%) = 9.03606e-05 (0.546842) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:17 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20498 5000 7.4980116e-11 7542567.1 20499 -0.012804999999993 7542460.55050475 20499 5000 7.4974674e-11 7542460.6 Loop time of 0.017091 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:17 2021 Pair time (%) = 0.001091 (6.38348) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186929) Outpt time (%) = 0.0158801 (92.9148) Other time (%) = 8.79765e-05 (0.514752) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:17 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20499 5000 7.4974674e-11 7542421.3 20500 -0.012804999999993 7542314.80267578 20500 5000 7.4969232e-11 7542314.8 Loop time of 0.0200109 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:17 2021 Pair time (%) = 0.0012331 (6.16213) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.170376) Outpt time (%) = 0.01864 (93.1492) Other time (%) = 0.000103712 (0.518277) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:17 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20500 5000 7.4969232e-11 7542275.6 20501 -0.012804999999993 7542169.06252233 20501 5000 7.4963791e-11 7542169.1 Loop time of 0.017616 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:17 2021 Pair time (%) = 0.00120997 (6.8686) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.198952) Outpt time (%) = 0.016264 (92.3248) Other time (%) = 0.00010705 (0.607685) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:17 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20501 5000 7.4963791e-11 7542129.8 20502 -0.012804999999993 7542023.33004354 20502 5000 7.4958351e-11 7542023.3 Loop time of 0.017375 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:17 2021 Pair time (%) = 0.00113702 (6.54399) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.178385) Outpt time (%) = 0.016113 (92.737) Other time (%) = 9.39369e-05 (0.540644) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:17 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20502 5000 7.4958351e-11 7541984.1 20503 -0.012804999999993 7541877.60523834 20503 5000 7.4952911e-11 7541877.6 Loop time of 0.017246 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:17 2021 Pair time (%) = 0.00109601 (6.35515) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179719) Outpt time (%) = 0.0160239 (92.9135) Other time (%) = 9.5129e-05 (0.5516) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:17 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20503 5000 7.4952911e-11 7541838.4 20504 -0.012804999999993 7541731.88810578 20504 5000 7.4947472e-11 7541731.9 Loop time of 0.016711 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:17 2021 Pair time (%) = 0.00118709 (7.10362) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.198314) Outpt time (%) = 0.0153918 (92.106) Other time (%) = 9.89437e-05 (0.592087) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:17 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20504 5000 7.4947472e-11 7541692.6 20505 -0.012804999999993 7541586.17864488 20505 5000 7.4942034e-11 7541586.2 Loop time of 0.01736 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:17 2021 Pair time (%) = 0.0011611 (6.68837) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189527) Outpt time (%) = 0.0160639 (92.5343) Other time (%) = 0.000102043 (0.587807) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:17 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20505 5000 7.4942034e-11 7541546.9 20506 -0.012804999999993 7541440.47685474 20506 5000 7.4936596e-11 7541440.5 Loop time of 0.0176041 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:17 2021 Pair time (%) = 0.00120997 (6.87325) Neigh time (%) = 0 (0) Comm time (%) = 4.81606e-05 (0.273576) Outpt time (%) = 0.0161819 (91.9214) Other time (%) = 0.000164032 (0.931782) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:17 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20506 5000 7.4936596e-11 7541401.2 20507 -0.012804999999993 7541294.78273437 20507 5000 7.4931159e-11 7541294.8 Loop time of 0.0171828 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:17 2021 Pair time (%) = 0.00109601 (6.37852) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.296934) Outpt time (%) = 0.0159209 (92.6558) Other time (%) = 0.000114918 (0.668794) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:17 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20507 5000 7.4931159e-11 7541255.5 20508 -0.012804999999993 7541149.09628281 20508 5000 7.4925723e-11 7541149.1 Loop time of 0.0168111 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:17 2021 Pair time (%) = 0.00117183 (6.97054) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.197132) Outpt time (%) = 0.0155041 (92.2253) Other time (%) = 0.000102043 (0.606997) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:17 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20508 5000 7.4925723e-11 7541109.9 20509 -0.012804999999993 7541003.41749915 20509 5000 7.4920287e-11 7541003.4 Loop time of 0.0175819 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:17 2021 Pair time (%) = 0.00130391 (7.4162) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.176286) Outpt time (%) = 0.016135 (91.7702) Other time (%) = 0.000112057 (0.63734) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:17 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20509 5000 7.4920287e-11 7540964.2 20510 -0.012804999999993 7540857.74638227 20510 5000 7.4914851e-11 7540857.7 Loop time of 0.0197649 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:17 2021 Pair time (%) = 0.0010972 (5.55127) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.161641) Outpt time (%) = 0.0185499 (93.8528) Other time (%) = 8.58307e-05 (0.434258) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:17 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20510 5000 7.4914851e-11 7540818.5 20511 -0.012804999999993 7540712.08293151 20511 5000 7.4909417e-11 7540712.1 Loop time of 0.0168369 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:17 2021 Pair time (%) = 0.00113702 (6.75314) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.189751) Outpt time (%) = 0.0155759 (92.5105) Other time (%) = 9.20296e-05 (0.546595) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:17 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20511 5000 7.4909417e-11 7540672.8 20512 -0.012804999999993 7540566.4271457 20512 5000 7.4903983e-11 7540566.4 Loop time of 0.0169408 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:17 2021 Pair time (%) = 0.00127101 (7.50264) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.212511) Outpt time (%) = 0.015527 (91.6544) Other time (%) = 0.000106812 (0.630498) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:17 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20512 5000 7.4903983e-11 7540527.2 20513 -0.012804999999993 7540420.77902393 20513 5000 7.4898549e-11 7540420.8 Loop time of 0.017473 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:17 2021 Pair time (%) = 0.00122213 (6.99442) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182843) Outpt time (%) = 0.016124 (92.2797) Other time (%) = 9.48906e-05 (0.54307) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:17 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20513 5000 7.4898549e-11 7540381.5 20514 -0.012804999999993 7540275.13856541 20514 5000 7.4893117e-11 7540275.1 Loop time of 0.0172839 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:17 2021 Pair time (%) = 0.00127602 (7.38268) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.202775) Outpt time (%) = 0.0158379 (91.6338) Other time (%) = 0.000134945 (0.780754) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:17 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20514 5000 7.4893117e-11 7540235.9 20515 -0.012804999999993 7540129.50576905 20515 5000 7.4887685e-11 7540129.5 Loop time of 0.0171769 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:17 2021 Pair time (%) = 0.00115418 (6.71941) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.226247) Outpt time (%) = 0.0158789 (92.4436) Other time (%) = 0.000104904 (0.610729) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:17 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20515 5000 7.4887685e-11 7540090.3 20516 -0.012804999999993 7539983.88063398 20516 5000 7.4882253e-11 7539983.9 Loop time of 0.0169408 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:17 2021 Pair time (%) = 0.00127792 (7.54345) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.225178) Outpt time (%) = 0.0155149 (91.5826) Other time (%) = 0.000109911 (0.648793) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:17 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20516 5000 7.4882253e-11 7539944.6 20517 -0.012804999999993 7539838.26315928 20517 5000 7.4876822e-11 7539838.3 Loop time of 0.0174072 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:17 2021 Pair time (%) = 0.0010941 (6.28535) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.184904) Outpt time (%) = 0.0161889 (93.0011) Other time (%) = 9.20296e-05 (0.528687) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:17 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20517 5000 7.4876822e-11 7539799 20518 -0.012804999999993 7539692.65334398 20518 5000 7.4871392e-11 7539692.7 Loop time of 0.0177391 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:17 2021 Pair time (%) = 0.00110197 (6.21212) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.174724) Outpt time (%) = 0.0165091 (93.0661) Other time (%) = 9.70364e-05 (0.547021) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:17 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20518 5000 7.4871392e-11 7539653.4 20519 -0.012804999999993 7539547.05118725 20519 5000 7.4865962e-11 7539547.1 Loop time of 0.016593 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:17 2021 Pair time (%) = 0.00109911 (6.62394) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.186792) Outpt time (%) = 0.0153689 (92.6231) Other time (%) = 9.39369e-05 (0.566124) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:17 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20519 5000 7.4865962e-11 7539507.8 20520 -0.012804999999993 7539401.45668809 20520 5000 7.4860533e-11 7539401.5 Loop time of 0.020345 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:17 2021 Pair time (%) = 0.00145197 (7.13675) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.172266) Outpt time (%) = 0.0187101 (91.9644) Other time (%) = 0.00014782 (0.726565) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:17 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20520 5000 7.4860533e-11 7539362.2 20521 -0.012804999999993 7539255.86984557 20521 5000 7.4855105e-11 7539255.9 Loop time of 0.0175838 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:17 2021 Pair time (%) = 0.00109506 (6.22763) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.176266) Outpt time (%) = 0.0163639 (93.0619) Other time (%) = 9.39369e-05 (0.534223) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:17 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20521 5000 7.4855105e-11 7539216.6 20522 -0.012804999999993 7539110.29065884 20522 5000 7.4849677e-11 7539110.3 Loop time of 0.0173831 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:17 2021 Pair time (%) = 0.00109315 (6.28857) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183788) Outpt time (%) = 0.016165 (92.9927) Other time (%) = 9.29832e-05 (0.534906) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:17 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20522 5000 7.4849677e-11 7539071.1 20523 -0.012804999999993 7538964.71912686 20523 5000 7.484425e-11 7538964.7 Loop time of 0.0168438 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:17 2021 Pair time (%) = 0.0010941 (6.49558) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.189673) Outpt time (%) = 0.015631 (92.7995) Other time (%) = 8.67844e-05 (0.51523) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:17 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20523 5000 7.484425e-11 7538925.5 20524 -0.012804999999993 7538819.15524894 20524 5000 7.4838824e-11 7538819.2 Loop time of 0.0174201 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:17 2021 Pair time (%) = 0.00146103 (8.38705) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.206665) Outpt time (%) = 0.015764 (90.4934) Other time (%) = 0.000159025 (0.912886) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:17 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20524 5000 7.4838824e-11 7538779.9 20525 -0.012804999999993 7538673.59902395 20525 5000 7.4833398e-11 7538673.6 Loop time of 0.0172679 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:17 2021 Pair time (%) = 0.0010922 (6.32499) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185014) Outpt time (%) = 0.016052 (92.9584) Other time (%) = 9.17912e-05 (0.53157) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:17 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20525 5000 7.4833398e-11 7538634.4 20526 -0.012804999999993 7538528.05045105 20526 5000 7.4827972e-11 7538528.1 Loop time of 0.0169401 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:17 2021 Pair time (%) = 0.00110197 (6.50509) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188594) Outpt time (%) = 0.015713 (92.756) Other time (%) = 9.32217e-05 (0.550301) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:17 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20526 5000 7.4827972e-11 7538488.8 20527 -0.012804999999993 7538382.50952939 20527 5000 7.4822548e-11 7538382.5 Loop time of 0.01688 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:17 2021 Pair time (%) = 0.00116992 (6.93079) Neigh time (%) = 0 (0) Comm time (%) = 4.57764e-05 (0.271186) Outpt time (%) = 0.0155292 (91.9972) Other time (%) = 0.000135183 (0.800847) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:17 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20527 5000 7.4822548e-11 7538343.3 20528 -0.012804999999993 7538236.97625795 20528 5000 7.4817124e-11 7538237 Loop time of 0.0173171 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:17 2021 Pair time (%) = 0.00113392 (6.54799) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191373) Outpt time (%) = 0.016053 (92.7003) Other time (%) = 9.70364e-05 (0.560351) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:17 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20528 5000 7.4817124e-11 7538197.8 20529 -0.012804999999993 7538091.45063598 20529 5000 7.48117e-11 7538091.5 Loop time of 0.0174 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:17 2021 Pair time (%) = 0.00110102 (6.32767) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183609) Outpt time (%) = 0.0161738 (92.953) Other time (%) = 9.32217e-05 (0.535756) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:17 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20529 5000 7.48117e-11 7538052.2 20530 -0.012804999999993 7537945.93266249 20530 5000 7.4806278e-11 7537945.9 Loop time of 0.019187 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:17 2021 Pair time (%) = 0.00109506 (5.70729) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.166509) Outpt time (%) = 0.017967 (93.6416) Other time (%) = 9.29832e-05 (0.484617) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:17 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20530 5000 7.4806278e-11 7537906.7 20531 -0.012804999999993 7537800.42233649 20531 5000 7.4800856e-11 7537800.4 Loop time of 0.0171132 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:17 2021 Pair time (%) = 0.0013411 (7.83666) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.199225) Outpt time (%) = 0.0156372 (91.3748) Other time (%) = 0.000100851 (0.589317) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:17 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20531 5000 7.4800856e-11 7537761.2 20532 -0.012804999999993 7537654.91965736 20532 5000 7.4795434e-11 7537654.9 Loop time of 0.017627 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:17 2021 Pair time (%) = 0.0011971 (6.79128) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.181245) Outpt time (%) = 0.0162971 (92.4553) Other time (%) = 0.000100851 (0.57214) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:17 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20532 5000 7.4795434e-11 7537615.7 20533 -0.012804999999993 7537509.42462389 20533 5000 7.4790013e-11 7537509.4 Loop time of 0.0174119 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:17 2021 Pair time (%) = 0.00113797 (6.53558) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.178007) Outpt time (%) = 0.0161259 (92.6141) Other time (%) = 0.000117064 (0.672317) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:17 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20533 5000 7.4790013e-11 7537470.2 20534 -0.012804999999993 7537363.9372353 20534 5000 7.4784593e-11 7537363.9 Loop time of 0.0168321 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:17 2021 Pair time (%) = 0.00109291 (6.49301) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.184139) Outpt time (%) = 0.015614 (92.7634) Other time (%) = 9.41753e-05 (0.559498) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:17 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20534 5000 7.4784593e-11 7537324.7 20535 -0.012804999999993 7537218.45749082 20535 5000 7.4779173e-11 7537218.5 Loop time of 0.016901 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:17 2021 Pair time (%) = 0.00125694 (7.43708) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.201727) Outpt time (%) = 0.015506 (91.7461) Other time (%) = 0.000103951 (0.615055) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:17 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20535 5000 7.4779173e-11 7537179.2 20536 -0.012804999999993 7537072.98538936 20536 5000 7.4773754e-11 7537073 Loop time of 0.0174689 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:17 2021 Pair time (%) = 0.00114489 (6.55384) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.188344) Outpt time (%) = 0.0161901 (92.6791) Other time (%) = 0.000101089 (0.578682) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:17 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20536 5000 7.4773754e-11 7537033.8 20537 -0.012804999999993 7536927.52093031 20537 5000 7.4768336e-11 7536927.5 Loop time of 0.0175481 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:17 2021 Pair time (%) = 0.00117493 (6.69547) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.183419) Outpt time (%) = 0.0162439 (92.5681) Other time (%) = 9.70364e-05 (0.552974) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:17 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20537 5000 7.4768336e-11 7536888.3 20538 -0.012804999999993 7536782.06411242 20538 5000 7.4762918e-11 7536782.1 Loop time of 0.0167501 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:17 2021 Pair time (%) = 0.00117302 (7.00306) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190734) Outpt time (%) = 0.0154521 (92.2511) Other time (%) = 9.29832e-05 (0.555121) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:17 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20538 5000 7.4762918e-11 7536742.9 20539 -0.012804999999993 7536636.61493502 20539 5000 7.4757501e-11 7536636.6 Loop time of 0.0173151 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:18 2021 Pair time (%) = 0.00131893 (7.61721) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.196902) Outpt time (%) = 0.015784 (91.1573) Other time (%) = 0.000178099 (1.02857) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:18 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20539 5000 7.4757501e-11 7536597.4 20540 -0.012804999999993 7536491.17339734 20540 5000 7.4752084e-11 7536491.2 Loop time of 0.019047 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:18 2021 Pair time (%) = 0.00109291 (5.73796) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.162726) Outpt time (%) = 0.0178292 (93.6061) Other time (%) = 9.39369e-05 (0.493184) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:18 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20540 5000 7.4752084e-11 7536452 20541 -0.012804999999993 7536345.73949824 20541 5000 7.4746669e-11 7536345.7 Loop time of 0.0163801 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:18 2021 Pair time (%) = 0.00109386 (6.67802) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.195042) Outpt time (%) = 0.0151639 (92.5753) Other time (%) = 9.03606e-05 (0.55165) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:18 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20541 5000 7.4746669e-11 7536306.5 20542 -0.012804999999993 7536200.31323691 20542 5000 7.4741253e-11 7536200.3 Loop time of 0.0166111 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:18 2021 Pair time (%) = 0.00109696 (6.6038) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.186589) Outpt time (%) = 0.015393 (92.6671) Other time (%) = 9.01222e-05 (0.542542) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:18 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20542 5000 7.4741253e-11 7536161.1 20543 -0.012804999999993 7536054.89461254 20543 5000 7.4735839e-11 7536054.9 Loop time of 0.0174229 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:18 2021 Pair time (%) = 0.0010941 (6.27968) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.177895) Outpt time (%) = 0.016207 (93.0211) Other time (%) = 9.08375e-05 (0.521368) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:26:18 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20543 5000 7.4735839e-11 7536015.7 20544 -0.012804999999993 7535888.46754855 20544 5000 1.4749932e-10 7536136.6 Loop time of 0.0171289 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:18 2021 Pair time (%) = 0.00112605 (6.57397) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.187907) Outpt time (%) = 0.0158179 (92.3459) Other time (%) = 0.000152826 (0.892211) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:18 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20544 5000 1.4749932e-10 7600657.6 20545 -0.012837499999993 7600517.42407285 20545 5000 1.1868607e-10 7600517.4 Loop time of 0.0167379 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:18 2021 Pair time (%) = 0.00110483 (6.60076) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.245) Outpt time (%) = 0.015435 (92.2155) Other time (%) = 0.000157118 (0.938693) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:18 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20545 5000 1.1868607e-10 7600464.5 20546 -0.012837499999993 7600336.25957406 20546 5000 1.0200003e-10 7600336.3 Loop time of 0.0173321 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:18 2021 Pair time (%) = 0.00133204 (7.68543) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.19671) Outpt time (%) = 0.0158319 (91.3448) Other time (%) = 0.000133991 (0.773082) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:18 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20546 5000 1.0200003e-10 7600288.2 20547 -0.012837499999993 7600167.55344912 20547 5000 9.2051088e-11 7600167.6 Loop time of 0.0175931 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:18 2021 Pair time (%) = 0.00109696 (6.23518) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.176173) Outpt time (%) = 0.0163698 (93.0466) Other time (%) = 9.53674e-05 (0.542072) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:18 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20547 5000 9.2051088e-11 7600122.5 20548 -0.012837499999993 7600006.76757488 20548 5000 8.599191e-11 7600006.8 Loop time of 0.016618 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:18 2021 Pair time (%) = 0.00112414 (6.76461) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.19225) Outpt time (%) = 0.0153401 (92.31) Other time (%) = 0.000121832 (0.733132) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:18 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20548 5000 8.599191e-11 7599963.7 20549 -0.012837499999993 7599851.01794719 20549 5000 8.2246481e-11 7599851 Loop time of 0.0169392 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:18 2021 Pair time (%) = 0.00113702 (6.71236) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.195642) Outpt time (%) = 0.015619 (92.2067) Other time (%) = 0.000149965 (0.885317) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:18 2021 Memory usage per processor = 27.5434 Mbytes Step Atoms AVEKE stressZZ 20549 5000 8.2246481e-11 7599809.2 20550 -0.012837499999993 7599698.4717853 20550 5000 7.9907547e-11 7599698.5 Loop time of 0.019949 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:18 2021 Pair time (%) = 0.00124598 (6.24582) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.230663) Outpt time (%) = 0.0185449 (92.9618) Other time (%) = 0.000112057 (0.561717) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:18 2021 Memory usage per processor = 27.5435 Mbytes Step Atoms AVEKE stressZZ 20550 5000 7.9907547e-11 7599657.4 20551 -0.012837499999993 7599547.96429354 20551 5000 7.8436633e-11 7599548 Loop time of 0.0173621 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:18 2021 Pair time (%) = 0.0010941 (6.30167) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.178517) Outpt time (%) = 0.016144 (92.9843) Other time (%) = 9.29832e-05 (0.535552) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:18 2021 Memory usage per processor = 27.5435 Mbytes Step Atoms AVEKE stressZZ 20551 5000 7.8436633e-11 7599507.4 20552 -0.012837499999993 7599398.75523785 20552 5000 7.7506921e-11 7599398.8 Loop time of 0.0167751 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:18 2021 Pair time (%) = 0.00109506 (6.52786) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190449) Outpt time (%) = 0.0155561 (92.7331) Other time (%) = 9.20296e-05 (0.548607) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:18 2021 Memory usage per processor = 27.5435 Mbytes Step Atoms AVEKE stressZZ 20552 5000 7.7506921e-11 7599358.6 20553 -0.012837499999993 7599250.37419232 20553 5000 7.6916934e-11 7599250.4 Loop time of 0.016978 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:18 2021 Pair time (%) = 0.00118279 (6.96662) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.19379) Outpt time (%) = 0.0156572 (92.2203) Other time (%) = 0.000105143 (0.619286) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:18 2021 Memory usage per processor = 27.5435 Mbytes Step Atoms AVEKE stressZZ 20553 5000 7.6916934e-11 7599210.4 20554 -0.012837499999993 7599102.52219535 20554 5000 7.6541139e-11 7599102.5 Loop time of 0.0175612 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:18 2021 Pair time (%) = 0.00118494 (6.74749) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.188713) Outpt time (%) = 0.0162139 (92.328) Other time (%) = 0.000129223 (0.735843) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:18 2021 Memory usage per processor = 27.5435 Mbytes Step Atoms AVEKE stressZZ 20554 5000 7.6541139e-11 7599062.7 20555 -0.012837499999993 7598955.00925291 20555 5000 7.6300778e-11 7598955 Loop time of 0.0173652 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:18 2021 Pair time (%) = 0.00110292 (6.35134) Neigh time (%) = 0 (0) Comm time (%) = 5.4121e-05 (0.311663) Outpt time (%) = 0.0160758 (92.575) Other time (%) = 0.000132322 (0.761996) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:18 2021 Memory usage per processor = 27.5435 Mbytes Step Atoms AVEKE stressZZ 20555 5000 7.6300778e-11 7598915.2 20556 -0.012837499999993 7598807.71462057 20556 5000 7.6146207e-11 7598807.7 Loop time of 0.016891 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:18 2021 Pair time (%) = 0.00109696 (6.49437) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.189143) Outpt time (%) = 0.015667 (92.7533) Other time (%) = 9.5129e-05 (0.563193) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:18 2021 Memory usage per processor = 27.5435 Mbytes Step Atoms AVEKE stressZZ 20556 5000 7.6146207e-11 7598768 20557 -0.012837499999993 7598660.56154375 20557 5000 7.6046043e-11 7598660.6 Loop time of 0.0174799 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:18 2021 Pair time (%) = 0.00128293 (7.33946) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.216869) Outpt time (%) = 0.0160439 (91.7849) Other time (%) = 0.000115156 (0.658792) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:18 2021 Memory usage per processor = 27.5435 Mbytes Step Atoms AVEKE stressZZ 20557 5000 7.6046043e-11 7598620.9 20558 -0.012837499999993 7598513.50121981 20558 5000 7.598041e-11 7598513.5 Loop time of 0.0175369 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:18 2021 Pair time (%) = 0.00142503 (8.12589) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.19985) Outpt time (%) = 0.0159678 (91.053) Other time (%) = 0.000108957 (0.621304) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:18 2021 Memory usage per processor = 27.5435 Mbytes Step Atoms AVEKE stressZZ 20558 5000 7.598041e-11 7598473.8 20559 -0.012837499999993 7598366.50270785 20559 5000 7.5936704e-11 7598366.5 Loop time of 0.0175891 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:18 2021 Pair time (%) = 0.00113606 (6.45892) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.181636) Outpt time (%) = 0.0163271 (92.8254) Other time (%) = 9.39369e-05 (0.534063) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:18 2021 Memory usage per processor = 27.5435 Mbytes Step Atoms AVEKE stressZZ 20559 5000 7.5936704e-11 7598326.8 20560 -0.012837499999993 7598219.5463111 20560 5000 7.5906924e-11 7598219.5 Loop time of 0.0191472 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:18 2021 Pair time (%) = 0.00115108 (6.01178) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.166856) Outpt time (%) = 0.0178699 (93.3295) Other time (%) = 9.41753e-05 (0.49185) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:18 2021 Memory usage per processor = 27.5435 Mbytes Step Atoms AVEKE stressZZ 20560 5000 7.5906924e-11 7598179.9 20561 -0.012837499999993 7598072.61951126 20561 5000 7.5885992e-11 7598072.6 Loop time of 0.0171089 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:18 2021 Pair time (%) = 0.00130892 (7.6505) Neigh time (%) = 0 (0) Comm time (%) = 5.50747e-05 (0.321906) Outpt time (%) = 0.0156348 (91.3838) Other time (%) = 0.000110149 (0.643813) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:18 2021 Memory usage per processor = 27.5435 Mbytes Step Atoms AVEKE stressZZ 20561 5000 7.5885992e-11 7598033 20562 -0.012837499999993 7597925.71434569 20562 5000 7.5870682e-11 7597925.7 Loop time of 0.017592 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:18 2021 Pair time (%) = 0.00132012 (7.50413) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.187027) Outpt time (%) = 0.0160959 (91.4957) Other time (%) = 0.000143051 (0.813162) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:18 2021 Memory usage per processor = 27.5435 Mbytes Step Atoms AVEKE stressZZ 20562 5000 7.5870682e-11 7597886.1 20563 -0.012837499999993 7597778.82576324 20563 5000 7.5858944e-11 7597778.8 Loop time of 0.0172949 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:18 2021 Pair time (%) = 0.00113082 (6.53846) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184726) Outpt time (%) = 0.0160389 (92.7378) Other time (%) = 9.32217e-05 (0.539013) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:18 2021 Memory usage per processor = 27.5435 Mbytes Step Atoms AVEKE stressZZ 20563 5000 7.5858944e-11 7597739.2 20564 -0.012837499999993 7597631.95054988 20564 5000 7.5849476e-11 7597632 Loop time of 0.016788 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:18 2021 Pair time (%) = 0.00109601 (6.52853) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190303) Outpt time (%) = 0.0155649 (92.7145) Other time (%) = 9.5129e-05 (0.566649) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:18 2021 Memory usage per processor = 27.5435 Mbytes Step Atoms AVEKE stressZZ 20564 5000 7.5849476e-11 7597592.3 20565 -0.012837499999993 7597485.08666236 20565 5000 7.5841452e-11 7597485.1 Loop time of 0.017185 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:18 2021 Pair time (%) = 0.00141001 (8.20489) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.209492) Outpt time (%) = 0.0155828 (90.6769) Other time (%) = 0.000156164 (0.908725) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:18 2021 Memory usage per processor = 27.5435 Mbytes Step Atoms AVEKE stressZZ 20565 5000 7.5841452e-11 7597445.5 20566 -0.012837499999993 7597338.23280148 20566 5000 7.5834344e-11 7597338.2 Loop time of 0.017287 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:18 2021 Pair time (%) = 0.0010941 (6.32904) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179293) Outpt time (%) = 0.0160751 (92.9896) Other time (%) = 8.67844e-05 (0.50202) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:18 2021 Memory usage per processor = 27.5435 Mbytes Step Atoms AVEKE stressZZ 20566 5000 7.5834344e-11 7597298.6 20567 -0.012837499999993 7597191.38814128 20567 5000 7.582782e-11 7597191.4 Loop time of 0.017529 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:18 2021 Pair time (%) = 0.00114799 (6.54906) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182258) Outpt time (%) = 0.0161719 (92.2581) Other time (%) = 0.000177145 (1.01058) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:18 2021 Memory usage per processor = 27.5435 Mbytes Step Atoms AVEKE stressZZ 20567 5000 7.582782e-11 7597151.8 20568 -0.012837499999993 7597044.55215587 20568 5000 7.5821666e-11 7597044.6 Loop time of 0.0166941 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:18 2021 Pair time (%) = 0.00114799 (6.87661) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191374) Outpt time (%) = 0.0154181 (92.3565) Other time (%) = 9.60827e-05 (0.57555) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:18 2021 Memory usage per processor = 27.5435 Mbytes Step Atoms AVEKE stressZZ 20568 5000 7.5821666e-11 7597004.9 20569 -0.012837499999993 7596897.72451091 20569 5000 7.5815748e-11 7596897.7 Loop time of 0.0172689 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:18 2021 Pair time (%) = 0.001333 (7.71907) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185004) Outpt time (%) = 0.0157681 (91.309) Other time (%) = 0.000135899 (0.786956) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:18 2021 Memory usage per processor = 27.5435 Mbytes Step Atoms AVEKE stressZZ 20569 5000 7.5815748e-11 7596858.1 20570 -0.012837499999993 7596750.90499317 20570 5000 7.580998e-11 7596750.9 Loop time of 0.0198619 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:18 2021 Pair time (%) = 0.00109816 (5.52895) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.156049) Outpt time (%) = 0.01864 (93.8481) Other time (%) = 9.27448e-05 (0.466948) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:18 2021 Memory usage per processor = 27.5435 Mbytes Step Atoms AVEKE stressZZ 20570 5000 7.580998e-11 7596711.3 20571 -0.012837499999993 7596604.09346659 20571 5000 7.5804308e-11 7596604.1 Loop time of 0.017308 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:18 2021 Pair time (%) = 0.00109386 (6.31999) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184586) Outpt time (%) = 0.016088 (92.9513) Other time (%) = 9.41753e-05 (0.544115) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:18 2021 Memory usage per processor = 27.5435 Mbytes Step Atoms AVEKE stressZZ 20571 5000 7.5804308e-11 7596564.5 20572 -0.012837499999993 7596457.28984443 20572 5000 7.5798697e-11 7596457.3 Loop time of 0.016752 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:18 2021 Pair time (%) = 0.00110698 (6.60803) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190712) Outpt time (%) = 0.01548 (92.4071) Other time (%) = 0.000133038 (0.794159) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:18 2021 Memory usage per processor = 27.5435 Mbytes Step Atoms AVEKE stressZZ 20572 5000 7.5798697e-11 7596417.7 20573 -0.012837499999993 7596310.49407089 20573 5000 7.5793124e-11 7596310.5 Loop time of 0.0173919 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:18 2021 Pair time (%) = 0.00123 (7.07226) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.194662) Outpt time (%) = 0.015985 (91.9106) Other time (%) = 0.000143051 (0.822515) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:18 2021 Memory usage per processor = 27.5435 Mbytes Step Atoms AVEKE stressZZ 20573 5000 7.5793124e-11 7596270.9 20574 -0.012837499999993 7596163.70610994 20574 5000 7.5787577e-11 7596163.7 Loop time of 0.0173831 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:18 2021 Pair time (%) = 0.00112104 (6.44905) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183788) Outpt time (%) = 0.0161381 (92.8377) Other time (%) = 9.20296e-05 (0.52942) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:18 2021 Memory usage per processor = 27.5435 Mbytes Step Atoms AVEKE stressZZ 20574 5000 7.5787577e-11 7596124.1 20575 -0.012837499999993 7596016.92593839 20575 5000 7.5782046e-11 7596016.9 Loop time of 0.016892 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:18 2021 Pair time (%) = 0.00112796 (6.67749) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.183486) Outpt time (%) = 0.0156388 (92.5815) Other time (%) = 9.41753e-05 (0.557516) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:18 2021 Memory usage per processor = 27.5435 Mbytes Step Atoms AVEKE stressZZ 20575 5000 7.5782046e-11 7595977.3 20576 -0.012837499999993 7595870.15354086 20576 5000 7.5776526e-11 7595870.2 Loop time of 0.016984 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:18 2021 Pair time (%) = 0.00120687 (7.10596) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.193722) Outpt time (%) = 0.0156372 (92.07) Other time (%) = 0.00010705 (0.630299) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:18 2021 Memory usage per processor = 27.5435 Mbytes Step Atoms AVEKE stressZZ 20576 5000 7.5776526e-11 7595830.5 20577 -0.012837499999993 7595723.38890716 20577 5000 7.5771012e-11 7595723.4 Loop time of 0.0173919 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:18 2021 Pair time (%) = 0.00123906 (7.12435) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.190549) Outpt time (%) = 0.0160241 (92.1354) Other time (%) = 9.56059e-05 (0.549714) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:18 2021 Memory usage per processor = 27.5435 Mbytes Step Atoms AVEKE stressZZ 20577 5000 7.5771012e-11 7595683.8 20578 -0.012837499999993 7595576.63203049 20578 5000 7.5765503e-11 7595576.6 Loop time of 0.0174291 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:18 2021 Pair time (%) = 0.001122 (6.43749) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.190143) Outpt time (%) = 0.0161731 (92.7937) Other time (%) = 0.000100851 (0.578636) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:18 2021 Memory usage per processor = 27.5435 Mbytes Step Atoms AVEKE stressZZ 20578 5000 7.5765503e-11 7595537 20579 -0.012837499999993 7595429.88290578 20579 5000 7.5759997e-11 7595429.9 Loop time of 0.0170372 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:18 2021 Pair time (%) = 0.00110507 (6.48624) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181923) Outpt time (%) = 0.0158131 (92.8155) Other time (%) = 8.79765e-05 (0.51638) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:18 2021 Memory usage per processor = 27.5435 Mbytes Step Atoms AVEKE stressZZ 20579 5000 7.5759997e-11 7595390.3 20580 -0.012837499999993 7595283.14152956 20580 5000 7.5754493e-11 7595283.1 Loop time of 0.0192299 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:18 2021 Pair time (%) = 0.00120401 (6.26116) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.177296) Outpt time (%) = 0.01789 (93.0321) Other time (%) = 0.000101805 (0.529409) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:18 2021 Memory usage per processor = 27.5435 Mbytes Step Atoms AVEKE stressZZ 20580 5000 7.5754493e-11 7595243.5 20581 -0.012837499999993 7595136.40789922 20581 5000 7.5748991e-11 7595136.4 Loop time of 0.017457 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:18 2021 Pair time (%) = 0.00121307 (6.94892) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.188473) Outpt time (%) = 0.016104 (92.2494) Other time (%) = 0.00010705 (0.61322) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:18 2021 Memory usage per processor = 27.5435 Mbytes Step Atoms AVEKE stressZZ 20581 5000 7.5748991e-11 7595096.8 20582 -0.012837499999993 7594989.68201247 20582 5000 7.574349e-11 7594989.7 Loop time of 0.0173202 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:19 2021 Pair time (%) = 0.00109792 (6.33896) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184456) Outpt time (%) = 0.016103 (92.9728) Other time (%) = 8.72612e-05 (0.503813) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:19 2021 Memory usage per processor = 27.5435 Mbytes Step Atoms AVEKE stressZZ 20582 5000 7.574349e-11 7594950.1 20583 -0.012837499999993 7594842.96386752 20583 5000 7.5737991e-11 7594843 Loop time of 0.016557 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:19 2021 Pair time (%) = 0.00113797 (6.87307) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.210238) Outpt time (%) = 0.0152769 (92.2687) Other time (%) = 0.000107288 (0.647995) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:19 2021 Memory usage per processor = 27.5435 Mbytes Step Atoms AVEKE stressZZ 20583 5000 7.5737991e-11 7594803.3 20584 -0.012837499999993 7594696.25346281 20584 5000 7.5732492e-11 7594696.3 Loop time of 0.0164261 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:19 2021 Pair time (%) = 0.00109601 (6.67238) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194496) Outpt time (%) = 0.0152102 (92.5975) Other time (%) = 8.79765e-05 (0.53559) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:19 2021 Memory usage per processor = 27.5435 Mbytes Step Atoms AVEKE stressZZ 20584 5000 7.5732492e-11 7594656.6 20585 -0.012837499999993 7594549.5507969 20585 5000 7.5726994e-11 7594549.6 Loop time of 0.0164819 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:19 2021 Pair time (%) = 0.00109601 (6.64979) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.188051) Outpt time (%) = 0.0152659 (92.6226) Other time (%) = 8.89301e-05 (0.539563) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:19 2021 Memory usage per processor = 27.5435 Mbytes Step Atoms AVEKE stressZZ 20585 5000 7.5726994e-11 7594509.9 20586 -0.012837499999993 7594402.85586839 20586 5000 7.5721496e-11 7594402.9 Loop time of 0.017853 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:19 2021 Pair time (%) = 0.0011549 (6.46893) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.173609) Outpt time (%) = 0.0165749 (92.8406) Other time (%) = 9.2268e-05 (0.51682) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:19 2021 Memory usage per processor = 27.5435 Mbytes Step Atoms AVEKE stressZZ 20586 5000 7.5721496e-11 7594363.2 20587 -0.012837499999993 7594256.16867608 20587 5000 7.5716e-11 7594256.2 Loop time of 0.0176461 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:19 2021 Pair time (%) = 0.00117493 (6.65829) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.1824) Outpt time (%) = 0.0163381 (92.5878) Other time (%) = 0.000100851 (0.571521) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:19 2021 Memory usage per processor = 27.5435 Mbytes Step Atoms AVEKE stressZZ 20587 5000 7.5716e-11 7594216.6 20588 -0.012837499999993 7594109.48921866 20588 5000 7.5710504e-11 7594109.5 Loop time of 0.0167 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:19 2021 Pair time (%) = 0.0010941 (6.5515) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.185595) Outpt time (%) = 0.0154791 (92.689) Other time (%) = 9.58443e-05 (0.573917) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:19 2021 Memory usage per processor = 27.5435 Mbytes Step Atoms AVEKE stressZZ 20588 5000 7.5710504e-11 7594069.9 20589 -0.012837499999993 7593962.81749505 20589 5000 7.5705009e-11 7593962.8 Loop time of 0.0173819 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:19 2021 Pair time (%) = 0.00151992 (8.74426) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.200261) Outpt time (%) = 0.0156748 (90.179) Other time (%) = 0.000152349 (0.876483) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:19 2021 Memory usage per processor = 27.5435 Mbytes Step Atoms AVEKE stressZZ 20589 5000 7.5705009e-11 7593923.2 20590 -0.012837499999993 7593816.15350398 20590 5000 7.5699514e-11 7593816.2 Loop time of 0.019609 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:19 2021 Pair time (%) = 0.00114703 (5.84952) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.164142) Outpt time (%) = 0.018338 (93.5182) Other time (%) = 9.17912e-05 (0.468108) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:19 2021 Memory usage per processor = 27.5435 Mbytes Step Atoms AVEKE stressZZ 20590 5000 7.5699514e-11 7593776.5 20591 -0.012837499999993 7593669.49724429 20591 5000 7.569402e-11 7593669.5 Loop time of 0.017045 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:19 2021 Pair time (%) = 0.00110197 (6.46506) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187434) Outpt time (%) = 0.0158172 (92.7964) Other time (%) = 9.39369e-05 (0.551111) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:19 2021 Memory usage per processor = 27.5435 Mbytes Step Atoms AVEKE stressZZ 20591 5000 7.569402e-11 7593629.9 20592 -0.012837499999993 7593522.84871483 20592 5000 7.5688527e-11 7593522.8 Loop time of 0.0168519 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:19 2021 Pair time (%) = 0.00116396 (6.90699) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.202315) Outpt time (%) = 0.015533 (92.1734) Other time (%) = 0.000120878 (0.717297) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:19 2021 Memory usage per processor = 27.5435 Mbytes Step Atoms AVEKE stressZZ 20592 5000 7.5688527e-11 7593483.2 20593 -0.012837499999993 7593376.20791457 20593 5000 7.5683034e-11 7593376.2 Loop time of 0.017462 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:19 2021 Pair time (%) = 0.00129104 (7.3934) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.19388) Outpt time (%) = 0.0159869 (91.5525) Other time (%) = 0.000150204 (0.860174) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:19 2021 Memory usage per processor = 27.5435 Mbytes Step Atoms AVEKE stressZZ 20593 5000 7.5683034e-11 7593336.6 20594 -0.012837499999993 7593229.57484227 20594 5000 7.5677542e-11 7593229.6 Loop time of 0.0174 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:19 2021 Pair time (%) = 0.00109816 (6.31123) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183609) Outpt time (%) = 0.0161719 (92.942) Other time (%) = 9.799e-05 (0.56316) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:19 2021 Memory usage per processor = 27.5435 Mbytes Step Atoms AVEKE stressZZ 20594 5000 7.5677542e-11 7593190 20595 -0.012837499999993 7593082.94949695 20595 5000 7.5672051e-11 7593082.9 Loop time of 0.017365 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:19 2021 Pair time (%) = 0.00109386 (6.29926) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.185353) Outpt time (%) = 0.016145 (92.9744) Other time (%) = 9.39369e-05 (0.540956) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:19 2021 Memory usage per processor = 27.5435 Mbytes Step Atoms AVEKE stressZZ 20595 5000 7.5672051e-11 7593043.3 20596 -0.012837499999993 7592936.3318774 20596 5000 7.566656e-11 7592936.3 Loop time of 0.016674 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:19 2021 Pair time (%) = 0.0011301 (6.77763) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.198753) Outpt time (%) = 0.0154071 (92.4016) Other time (%) = 0.000103712 (0.621997) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:19 2021 Memory usage per processor = 27.5435 Mbytes Step Atoms AVEKE stressZZ 20596 5000 7.566656e-11 7592896.7 20597 -0.012837499999993 7592789.7220073 20597 5000 7.566107e-11 7592789.7 Loop time of 0.017621 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:19 2021 Pair time (%) = 0.00152493 (8.654) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.186719) Outpt time (%) = 0.015944 (90.4828) Other time (%) = 0.000119209 (0.676517) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:19 2021 Memory usage per processor = 27.5435 Mbytes Step Atoms AVEKE stressZZ 20597 5000 7.566107e-11 7592750.1 20598 -0.012837499999993 7592643.11989569 20598 5000 7.565558e-11 7592643.1 Loop time of 0.017406 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:19 2021 Pair time (%) = 0.00113797 (6.53782) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.184916) Outpt time (%) = 0.0161421 (92.739) Other time (%) = 9.36985e-05 (0.538312) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:19 2021 Memory usage per processor = 27.5435 Mbytes Step Atoms AVEKE stressZZ 20598 5000 7.565558e-11 7592603.5 20599 -0.012837499999993 7592496.52552659 20599 5000 7.5650091e-11 7592496.5 Loop time of 0.017482 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:19 2021 Pair time (%) = 0.00109291 (6.25162) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.184112) Outpt time (%) = 0.016263 (93.0269) Other time (%) = 9.39369e-05 (0.537334) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:19 2021 Memory usage per processor = 27.5435 Mbytes Step Atoms AVEKE stressZZ 20599 5000 7.5650091e-11 7592456.9 20600 -0.012837499999993 7592349.93889507 20600 5000 7.5644603e-11 7592349.9 Loop time of 0.0195689 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:19 2021 Pair time (%) = 0.00109792 (5.61052) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.163259) Outpt time (%) = 0.0183458 (93.7498) Other time (%) = 9.32217e-05 (0.476376) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:19 2021 Memory usage per processor = 27.5435 Mbytes Step Atoms AVEKE stressZZ 20600 5000 7.5644603e-11 7592310.3 20601 -0.012837499999993 7592203.35999752 20601 5000 7.5639115e-11 7592203.4 Loop time of 0.0176361 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:19 2021 Pair time (%) = 0.00129414 (7.33801) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.204134) Outpt time (%) = 0.016161 (91.6359) Other time (%) = 0.000144958 (0.821944) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:19 2021 Memory usage per processor = 27.5435 Mbytes Step Atoms AVEKE stressZZ 20601 5000 7.5639115e-11 7592163.8 20602 -0.012837499999993 7592056.78883133 20602 5000 7.5633628e-11 7592056.8 Loop time of 0.0172889 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:19 2021 Pair time (%) = 0.00113487 (6.56416) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179273) Outpt time (%) = 0.0160279 (92.7063) Other time (%) = 9.5129e-05 (0.550231) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:19 2021 Memory usage per processor = 27.5435 Mbytes Step Atoms AVEKE stressZZ 20602 5000 7.5633628e-11 7592017.2 20603 -0.012837499999993 7591910.22539442 20603 5000 7.5628142e-11 7591910.2 Loop time of 0.0167511 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:19 2021 Pair time (%) = 0.00109887 (6.56001) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.18503) Outpt time (%) = 0.015528 (92.6984) Other time (%) = 9.32217e-05 (0.556512) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:19 2021 Memory usage per processor = 27.5435 Mbytes Step Atoms AVEKE stressZZ 20603 5000 7.5628142e-11 7591870.6 20604 -0.012837499999993 7591763.66968493 20604 5000 7.5622656e-11 7591763.7 Loop time of 0.0169799 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:19 2021 Pair time (%) = 0.00124788 (7.34916) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206406) Outpt time (%) = 0.0155931 (91.8322) Other time (%) = 0.000103951 (0.612196) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:19 2021 Memory usage per processor = 27.5435 Mbytes Step Atoms AVEKE stressZZ 20604 5000 7.5622656e-11 7591724.1 20605 -0.012837499999993 7591617.12170111 20605 5000 7.5617171e-11 7591617.1 Loop time of 0.017472 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:19 2021 Pair time (%) = 0.00109506 (6.26748) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.177394) Outpt time (%) = 0.0162072 (92.7609) Other time (%) = 0.00013876 (0.794181) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:19 2021 Memory usage per processor = 27.5435 Mbytes Step Atoms AVEKE stressZZ 20605 5000 7.5617171e-11 7591577.5 20606 -0.012837499999993 7591470.58144133 20606 5000 7.5611686e-11 7591470.6 Loop time of 0.0172329 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:19 2021 Pair time (%) = 0.00113893 (6.60902) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18539) Outpt time (%) = 0.015969 (92.666) Other time (%) = 9.29832e-05 (0.539568) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:19 2021 Memory usage per processor = 27.5435 Mbytes Step Atoms AVEKE stressZZ 20606 5000 7.5611686e-11 7591431 20607 -0.012837499999993 7591324.04890411 20607 5000 7.5606203e-11 7591324 Loop time of 0.0171051 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:19 2021 Pair time (%) = 0.00109911 (6.42562) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186775) Outpt time (%) = 0.015846 (92.6391) Other time (%) = 0.000128031 (0.748495) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:19 2021 Memory usage per processor = 27.5435 Mbytes Step Atoms AVEKE stressZZ 20607 5000 7.5606203e-11 7591284.5 20608 -0.012837499999993 7591177.52408814 20608 5000 7.5600719e-11 7591177.5 Loop time of 0.017416 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:19 2021 Pair time (%) = 0.00138593 (7.95778) Neigh time (%) = 0 (0) Comm time (%) = 7.29561e-05 (0.418903) Outpt time (%) = 0.0158269 (90.8759) Other time (%) = 0.000130177 (0.747454) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:19 2021 Memory usage per processor = 27.5435 Mbytes Step Atoms AVEKE stressZZ 20608 5000 7.5600719e-11 7591137.9 20609 -0.012837499999993 7591031.00698496 20609 5000 7.5595237e-11 7591031 Loop time of 0.0175729 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:19 2021 Pair time (%) = 0.00117993 (6.71451) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.192657) Outpt time (%) = 0.0162549 (92.4999) Other time (%) = 0.000104189 (0.592896) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:19 2021 Memory usage per processor = 27.5435 Mbytes Step Atoms AVEKE stressZZ 20609 5000 7.5595237e-11 7590991.4 20610 -0.012837499999993 7590884.49759359 20610 5000 7.5589755e-11 7590884.5 Loop time of 0.019645 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:19 2021 Pair time (%) = 0.0010941 (5.56938) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.163841) Outpt time (%) = 0.0184259 (93.7947) Other time (%) = 9.27448e-05 (0.472105) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:19 2021 Memory usage per processor = 27.5435 Mbytes Step Atoms AVEKE stressZZ 20610 5000 7.5589755e-11 7590844.9 20611 -0.012837499999993 7590737.99591856 20611 5000 7.5584273e-11 7590738 Loop time of 0.016638 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:19 2021 Pair time (%) = 0.00110102 (6.61747) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.186286) Outpt time (%) = 0.015413 (92.6374) Other time (%) = 9.29832e-05 (0.558859) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:19 2021 Memory usage per processor = 27.5435 Mbytes Step Atoms AVEKE stressZZ 20611 5000 7.5584273e-11 7590698.4 20612 -0.012837499999993 7590591.50195854 20612 5000 7.5578793e-11 7590591.5 Loop time of 0.0173781 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:19 2021 Pair time (%) = 0.00156713 (9.01782) Neigh time (%) = 0 (0) Comm time (%) = 4.81606e-05 (0.277134) Outpt time (%) = 0.0155962 (89.7461) Other time (%) = 0.000166655 (0.958992) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:19 2021 Memory usage per processor = 27.5435 Mbytes Step Atoms AVEKE stressZZ 20612 5000 7.5578793e-11 7590551.9 20613 -0.012837499999993 7590445.01571223 20613 5000 7.5573313e-11 7590445 Loop time of 0.017379 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:19 2021 Pair time (%) = 0.00109601 (6.3065) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183831) Outpt time (%) = 0.0161641 (93.0089) Other time (%) = 8.70228e-05 (0.500734) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:19 2021 Memory usage per processor = 27.5435 Mbytes Step Atoms AVEKE stressZZ 20613 5000 7.5573313e-11 7590405.4 20614 -0.012837499999993 7590298.53717881 20614 5000 7.5567833e-11 7590298.5 Loop time of 0.017216 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:19 2021 Pair time (%) = 0.00109911 (6.38425) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180033) Outpt time (%) = 0.015996 (92.9136) Other time (%) = 8.98838e-05 (0.522096) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:19 2021 Memory usage per processor = 27.5435 Mbytes Step Atoms AVEKE stressZZ 20614 5000 7.5567833e-11 7590259 20615 -0.012837499999993 7590152.06635668 20615 5000 7.5562354e-11 7590152.1 Loop time of 0.016727 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:19 2021 Pair time (%) = 0.00116706 (6.97711) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.198124) Outpt time (%) = 0.015409 (92.1206) Other time (%) = 0.000117779 (0.704125) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:19 2021 Memory usage per processor = 27.5435 Mbytes Step Atoms AVEKE stressZZ 20615 5000 7.5562354e-11 7590112.5 20616 -0.012837499999993 7590005.60324512 20616 5000 7.5556876e-11 7590005.6 Loop time of 0.017365 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:19 2021 Pair time (%) = 0.00122714 (7.06675) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189472) Outpt time (%) = 0.0159872 (92.0655) Other time (%) = 0.000117779 (0.678255) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:19 2021 Memory usage per processor = 27.5435 Mbytes Step Atoms AVEKE stressZZ 20616 5000 7.5556876e-11 7589966 20617 -0.012837499999993 7589859.14784284 20617 5000 7.5551399e-11 7589859.1 Loop time of 0.0176551 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:19 2021 Pair time (%) = 0.00111985 (6.34293) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.187708) Outpt time (%) = 0.016402 (92.9022) Other time (%) = 0.000100136 (0.567177) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:19 2021 Memory usage per processor = 27.5435 Mbytes Step Atoms AVEKE stressZZ 20617 5000 7.5551399e-11 7589819.6 20618 -0.012837499999993 7589712.70014863 20618 5000 7.5545922e-11 7589712.7 Loop time of 0.0167909 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:19 2021 Pair time (%) = 0.00109506 (6.52174) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190271) Outpt time (%) = 0.015573 (92.747) Other time (%) = 9.08375e-05 (0.540993) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:19 2021 Memory usage per processor = 27.5435 Mbytes Step Atoms AVEKE stressZZ 20618 5000 7.5545922e-11 7589673.1 20619 -0.012837499999993 7589566.26016166 20619 5000 7.5540445e-11 7589566.3 Loop time of 0.0170228 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:19 2021 Pair time (%) = 0.00116587 (6.84884) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.204485) Outpt time (%) = 0.0157189 (92.3402) Other time (%) = 0.000103235 (0.606451) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:19 2021 Memory usage per processor = 27.5435 Mbytes Step Atoms AVEKE stressZZ 20619 5000 7.5540445e-11 7589526.7 20620 -0.012837499999993 7589419.82788055 20620 5000 7.553497e-11 7589419.8 Loop time of 0.0197799 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:19 2021 Pair time (%) = 0.00123501 (6.24375) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.172366) Outpt time (%) = 0.0183949 (92.9981) Other time (%) = 0.000115871 (0.585803) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:19 2021 Memory usage per processor = 27.5435 Mbytes Step Atoms AVEKE stressZZ 20620 5000 7.553497e-11 7589380.2 20621 -0.012837499999993 7589273.40330446 20621 5000 7.5529495e-11 7589273.4 Loop time of 0.017344 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:19 2021 Pair time (%) = 0.00109696 (6.32475) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.178704) Outpt time (%) = 0.0161219 (92.9536) Other time (%) = 9.41753e-05 (0.542985) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:19 2021 Memory usage per processor = 27.5435 Mbytes Step Atoms AVEKE stressZZ 20621 5000 7.5529495e-11 7589233.8 20622 -0.012837499999993 7589126.9864322 20622 5000 7.552402e-11 7589127 Loop time of 0.0170469 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:19 2021 Pair time (%) = 0.00109291 (6.41119) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187413) Outpt time (%) = 0.0158279 (92.849) Other time (%) = 9.41753e-05 (0.552448) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:19 2021 Memory usage per processor = 27.5435 Mbytes Step Atoms AVEKE stressZZ 20622 5000 7.552402e-11 7589087.4 20623 -0.012837499999993 7588980.57726274 20623 5000 7.5518546e-11 7588980.6 Loop time of 0.017076 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:19 2021 Pair time (%) = 0.00120401 (7.05091) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.198263) Outpt time (%) = 0.015656 (91.6841) Other time (%) = 0.000182152 (1.06671) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:19 2021 Memory usage per processor = 27.5435 Mbytes Step Atoms AVEKE stressZZ 20623 5000 7.5518546e-11 7588941 20624 -0.012837499999993 7588834.17579504 20624 5000 7.5513073e-11 7588834.2 Loop time of 0.0174251 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:19 2021 Pair time (%) = 0.00115705 (6.64012) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183346) Outpt time (%) = 0.0161331 (92.5854) Other time (%) = 0.000102997 (0.591084) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:19 2021 Memory usage per processor = 27.5435 Mbytes Step Atoms AVEKE stressZZ 20624 5000 7.5513073e-11 7588794.6 20625 -0.012837499999993 7588687.78202809 20625 5000 7.5507601e-11 7588687.8 Loop time of 0.0173671 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:20 2021 Pair time (%) = 0.00109601 (6.31083) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.178466) Outpt time (%) = 0.016145 (92.9629) Other time (%) = 9.5129e-05 (0.547753) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:20 2021 Memory usage per processor = 27.5435 Mbytes Step Atoms AVEKE stressZZ 20625 5000 7.5507601e-11 7588648.2 20626 -0.012837499999993 7588541.39596083 20626 5000 7.5502129e-11 7588541.4 Loop time of 0.017189 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:20 2021 Pair time (%) = 0.00112796 (6.56208) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180315) Outpt time (%) = 0.015928 (92.6639) Other time (%) = 0.000102043 (0.593653) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:20 2021 Memory usage per processor = 27.5435 Mbytes Step Atoms AVEKE stressZZ 20626 5000 7.5502129e-11 7588501.8 20627 -0.012837499999993 7588395.0175922 20627 5000 7.5496657e-11 7588395 Loop time of 0.016772 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:20 2021 Pair time (%) = 0.00109887 (6.55181) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.304206) Outpt time (%) = 0.0154989 (92.4091) Other time (%) = 0.000123262 (0.734928) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:20 2021 Memory usage per processor = 27.5435 Mbytes Step Atoms AVEKE stressZZ 20627 5000 7.5496657e-11 7588355.4 20628 -0.012837499999993 7588248.64692127 20628 5000 7.5491187e-11 7588248.6 Loop time of 0.0166671 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:20 2021 Pair time (%) = 0.00109601 (6.57588) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.185961) Outpt time (%) = 0.01545 (92.6974) Other time (%) = 9.01222e-05 (0.540718) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:20 2021 Memory usage per processor = 27.5435 Mbytes Step Atoms AVEKE stressZZ 20628 5000 7.5491187e-11 7588209.1 20629 -0.012837499999993 7588102.28394694 20629 5000 7.5485717e-11 7588102.3 Loop time of 0.0165899 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:20 2021 Pair time (%) = 0.00112605 (6.78758) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192576) Outpt time (%) = 0.015348 (92.514) Other time (%) = 8.39233e-05 (0.505871) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:20 2021 Memory usage per processor = 27.5435 Mbytes Step Atoms AVEKE stressZZ 20629 5000 7.5485717e-11 7588062.7 20630 -0.012837499999993 7587955.92866825 20630 5000 7.5480247e-11 7587955.9 Loop time of 0.0188422 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:20 2021 Pair time (%) = 0.00116611 (6.18879) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.169556) Outpt time (%) = 0.0175571 (93.1798) Other time (%) = 8.70228e-05 (0.46185) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:20 2021 Memory usage per processor = 27.5435 Mbytes Step Atoms AVEKE stressZZ 20630 5000 7.5480247e-11 7587916.4 20631 -0.012837499999993 7587809.58108419 20631 5000 7.5474779e-11 7587809.6 Loop time of 0.016382 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:20 2021 Pair time (%) = 0.00109696 (6.69616) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.19502) Outpt time (%) = 0.0151641 (92.566) Other time (%) = 8.89301e-05 (0.542853) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:20 2021 Memory usage per processor = 27.5435 Mbytes Step Atoms AVEKE stressZZ 20631 5000 7.5474779e-11 7587770 20632 -0.012837499999993 7587663.24119376 20632 5000 7.5469311e-11 7587663.2 Loop time of 0.0165339 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:20 2021 Pair time (%) = 0.00117302 (7.09465) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.19467) Outpt time (%) = 0.0152419 (92.1858) Other time (%) = 8.67844e-05 (0.524889) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:20 2021 Memory usage per processor = 27.5435 Mbytes Step Atoms AVEKE stressZZ 20632 5000 7.5469311e-11 7587623.7 20633 -0.012837499999993 7587516.90899592 20633 5000 7.5463843e-11 7587516.9 Loop time of 0.0169051 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:20 2021 Pair time (%) = 0.00110483 (6.53551) Neigh time (%) = 0 (0) Comm time (%) = 3.00407e-05 (0.177703) Outpt time (%) = 0.0156381 (92.5055) Other time (%) = 0.000132084 (0.781327) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:20 2021 Memory usage per processor = 27.5435 Mbytes Step Atoms AVEKE stressZZ 20633 5000 7.5463843e-11 7587477.3 20634 -0.012837499999993 7587370.58448972 20634 5000 7.5458376e-11 7587370.6 Loop time of 0.017909 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:20 2021 Pair time (%) = 0.001266 (7.06907) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.189041) Outpt time (%) = 0.0164971 (92.1162) Other time (%) = 0.000112057 (0.625699) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:20 2021 Memory usage per processor = 27.5435 Mbytes Step Atoms AVEKE stressZZ 20634 5000 7.5458376e-11 7587331 20635 -0.012837499999993 7587224.26767418 20635 5000 7.545291e-11 7587224.3 Loop time of 0.017647 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:20 2021 Pair time (%) = 0.00111198 (6.30126) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.187795) Outpt time (%) = 0.0164039 (92.9557) Other time (%) = 9.799e-05 (0.555278) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:20 2021 Memory usage per processor = 27.5435 Mbytes Step Atoms AVEKE stressZZ 20635 5000 7.545291e-11 7587184.7 20636 -0.012837499999993 7587077.9585484 20636 5000 7.5447444e-11 7587078 Loop time of 0.0168259 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:20 2021 Pair time (%) = 0.00109792 (6.52516) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.191291) Outpt time (%) = 0.0155599 (92.4759) Other time (%) = 0.000135899 (0.807674) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:20 2021 Memory usage per processor = 27.5435 Mbytes Step Atoms AVEKE stressZZ 20636 5000 7.5447444e-11 7587038.4 20637 -0.012837499999993 7586931.65711128 20637 5000 7.5441979e-11 7586931.7 Loop time of 0.0170879 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:20 2021 Pair time (%) = 0.00124192 (7.26783) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193939) Outpt time (%) = 0.0156801 (91.7611) Other time (%) = 0.000132799 (0.777151) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:20 2021 Memory usage per processor = 27.5435 Mbytes Step Atoms AVEKE stressZZ 20637 5000 7.5441979e-11 7586892.1 20638 -0.012837499999993 7586785.36336187 20638 5000 7.5436515e-11 7586785.4 Loop time of 0.01735 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:20 2021 Pair time (%) = 0.00109601 (6.31708) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.178643) Outpt time (%) = 0.0161331 (92.9862) Other time (%) = 8.98838e-05 (0.518064) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:20 2021 Memory usage per processor = 27.5435 Mbytes Step Atoms AVEKE stressZZ 20638 5000 7.5436515e-11 7586745.8 20639 -0.012837499999993 7586639.07731165 20639 5000 7.5431051e-11 7586639.1 Loop time of 0.0173829 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:20 2021 Pair time (%) = 0.00109291 (6.28729) Neigh time (%) = 0 (0) Comm time (%) = 7.20024e-05 (0.414215) Outpt time (%) = 0.0161238 (92.7567) Other time (%) = 9.41753e-05 (0.541771) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:20 2021 Memory usage per processor = 27.5435 Mbytes Step Atoms AVEKE stressZZ 20639 5000 7.5431051e-11 7586599.5 20640 -0.012837499999993 7586492.79898389 20640 5000 7.5425588e-11 7586492.8 Loop time of 0.0190279 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:20 2021 Pair time (%) = 0.00115991 (6.0958) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.172913) Outpt time (%) = 0.0177379 (93.2201) Other time (%) = 9.72748e-05 (0.511221) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:20 2021 Memory usage per processor = 27.5435 Mbytes Step Atoms AVEKE stressZZ 20640 5000 7.5425588e-11 7586453.2 20641 -0.012837499999993 7586346.52836142 20641 5000 7.5420126e-11 7586346.5 Loop time of 0.016978 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:20 2021 Pair time (%) = 0.00127292 (7.49744) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.212046) Outpt time (%) = 0.015548 (91.5771) Other time (%) = 0.000121117 (0.713373) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:20 2021 Memory usage per processor = 27.5435 Mbytes Step Atoms AVEKE stressZZ 20641 5000 7.5420126e-11 7586307 20642 -0.012837499999993 7586200.26543844 20642 5000 7.5414664e-11 7586200.3 Loop time of 0.0175159 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:20 2021 Pair time (%) = 0.00121307 (6.92556) Neigh time (%) = 0 (0) Comm time (%) = 5.00679e-05 (0.285843) Outpt time (%) = 0.0161011 (91.9229) Other time (%) = 0.000151634 (0.865695) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:20 2021 Memory usage per processor = 27.5435 Mbytes Step Atoms AVEKE stressZZ 20642 5000 7.5414664e-11 7586160.7 20643 -0.012837499999993 7586054.01021145 20643 5000 7.5409202e-11 7586054 Loop time of 0.017494 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:20 2021 Pair time (%) = 0.00122404 (6.99693) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.200341) Outpt time (%) = 0.016125 (92.1744) Other time (%) = 0.000109911 (0.628279) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:20 2021 Memory usage per processor = 27.5435 Mbytes Step Atoms AVEKE stressZZ 20643 5000 7.5409202e-11 7586014.5 20644 -0.012837499999993 7585907.76267798 20644 5000 7.5403742e-11 7585907.8 Loop time of 0.0167902 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:20 2021 Pair time (%) = 0.00114584 (6.82447) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.197379) Outpt time (%) = 0.0155089 (92.369) Other time (%) = 0.000102282 (0.609176) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:26:20 2021 Memory usage per processor = 27.5435 Mbytes Step Atoms AVEKE stressZZ 20644 5000 7.5403742e-11 7585868.2 20645 -0.012837499999993 7585740.41756824 20645 5000 1.4881497e-10 7585990.2 Loop time of 0.016896 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:20 2021 Pair time (%) = 0.00131893 (7.80617) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.224364) Outpt time (%) = 0.015383 (91.0452) Other time (%) = 0.000156164 (0.924267) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:20 2021 Memory usage per processor = 27.5435 Mbytes Step Atoms AVEKE stressZZ 20645 5000 1.4881497e-10 7650691.4 20646 -0.012869999999993 7650550.59066551 20646 5000 1.1974343e-10 7650550.6 Loop time of 0.0169389 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:20 2021 Pair time (%) = 0.00109911 (6.48866) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188608) Outpt time (%) = 0.0157151 (92.7752) Other time (%) = 9.27448e-05 (0.547525) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:20 2021 Memory usage per processor = 27.5435 Mbytes Step Atoms AVEKE stressZZ 20646 5000 1.1974343e-10 7650497.2 20647 -0.012869999999993 7650368.37751663 20647 5000 1.0290792e-10 7650368.4 Loop time of 0.017019 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:20 2021 Pair time (%) = 0.00113511 (6.66966) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.182116) Outpt time (%) = 0.015758 (92.5907) Other time (%) = 9.48906e-05 (0.557556) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:20 2021 Memory usage per processor = 27.5435 Mbytes Step Atoms AVEKE stressZZ 20647 5000 1.0290792e-10 7650319.8 20648 -0.012869999999993 7650198.70099887 20648 5000 9.2869911e-11 7650198.7 Loop time of 0.01669 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:20 2021 Pair time (%) = 0.00114512 (6.86113) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.197134) Outpt time (%) = 0.015384 (92.1746) Other time (%) = 0.000128031 (0.76711) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:20 2021 Memory usage per processor = 27.5435 Mbytes Step Atoms AVEKE stressZZ 20648 5000 9.2869911e-11 7650153.3 20649 -0.012869999999993 7650036.99450396 20649 5000 8.6756511e-11 7650037 Loop time of 0.0171831 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:20 2021 Pair time (%) = 0.00116396 (6.77388) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192865) Outpt time (%) = 0.015888 (92.463) Other time (%) = 9.799e-05 (0.570271) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:20 2021 Memory usage per processor = 27.5435 Mbytes Step Atoms AVEKE stressZZ 20649 5000 8.6756511e-11 7649993.5 20650 -0.012869999999993 7649880.35587764 20650 5000 8.2977577e-11 7649880.4 Loop time of 0.01985 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:20 2021 Pair time (%) = 0.00110292 (5.55629) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.160947) Outpt time (%) = 0.0186269 (93.8384) Other time (%) = 8.82149e-05 (0.444407) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:20 2021 Memory usage per processor = 27.5436 Mbytes Step Atoms AVEKE stressZZ 20650 5000 8.2977577e-11 7649838.2 20651 -0.012869999999993 7649726.94078457 20651 5000 8.0617724e-11 7649726.9 Loop time of 0.016643 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:20 2021 Pair time (%) = 0.00109887 (6.60258) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.18623) Outpt time (%) = 0.0154209 (92.6568) Other time (%) = 9.2268e-05 (0.554394) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:20 2021 Memory usage per processor = 27.5436 Mbytes Step Atoms AVEKE stressZZ 20651 5000 8.0617724e-11 7649685.5 20652 -0.012869999999993 7649575.57713218 20652 5000 7.9133658e-11 7649575.6 Loop time of 0.0167639 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:20 2021 Pair time (%) = 0.00113797 (6.78822) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.197687) Outpt time (%) = 0.015491 (92.4068) Other time (%) = 0.000101805 (0.607285) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:20 2021 Memory usage per processor = 27.5436 Mbytes Step Atoms AVEKE stressZZ 20652 5000 7.9133658e-11 7649534.7 20653 -0.012869999999993 7649425.52004299 20653 5000 7.8195635e-11 7649425.5 Loop time of 0.017432 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:20 2021 Pair time (%) = 0.00118113 (6.77563) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183273) Outpt time (%) = 0.0161171 (92.4571) Other time (%) = 0.000101805 (0.584011) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:20 2021 Memory usage per processor = 27.5436 Mbytes Step Atoms AVEKE stressZZ 20653 5000 7.8195635e-11 7649385 20654 -0.012869999999993 7649276.29613869 20654 5000 7.7600374e-11 7649276.3 Loop time of 0.017312 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:20 2021 Pair time (%) = 0.00113392 (6.54988) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184542) Outpt time (%) = 0.0160539 (92.7326) Other time (%) = 9.2268e-05 (0.53297) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:20 2021 Memory usage per processor = 27.5436 Mbytes Step Atoms AVEKE stressZZ 20654 5000 7.7600374e-11 7649235.9 20655 -0.012869999999993 7649127.60458136 20655 5000 7.7221222e-11 7649127.6 Loop time of 0.0166531 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:20 2021 Pair time (%) = 0.00109577 (6.58) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.276314) Outpt time (%) = 0.015399 (92.4694) Other time (%) = 0.000112295 (0.674321) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:20 2021 Memory usage per processor = 27.5436 Mbytes Step Atoms AVEKE stressZZ 20655 5000 7.7221222e-11 7649087.4 20656 -0.012869999999993 7648979.25418472 20656 5000 7.6978714e-11 7648979.3 Loop time of 0.0172119 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:20 2021 Pair time (%) = 0.00131893 (7.6629) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.209164) Outpt time (%) = 0.0157311 (91.3966) Other time (%) = 0.000125885 (0.731383) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:20 2021 Memory usage per processor = 27.5436 Mbytes Step Atoms AVEKE stressZZ 20656 5000 7.6978714e-11 7648939.1 20657 -0.012869999999993 7648831.1234466 20657 5000 7.6822764e-11 7648831.1 Loop time of 0.017194 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:20 2021 Pair time (%) = 0.00110412 (6.42151) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185809) Outpt time (%) = 0.015964 (92.8463) Other time (%) = 9.39369e-05 (0.546334) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:20 2021 Memory usage per processor = 27.5436 Mbytes Step Atoms AVEKE stressZZ 20657 5000 7.6822764e-11 7648791 20658 -0.012869999999993 7648683.13515073 20658 5000 7.6721707e-11 7648683.1 Loop time of 0.017565 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:20 2021 Pair time (%) = 0.00118089 (6.72295) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.267398) Outpt time (%) = 0.0162079 (92.274) Other time (%) = 0.000129223 (0.735683) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:20 2021 Memory usage per processor = 27.5436 Mbytes Step Atoms AVEKE stressZZ 20658 5000 7.6721707e-11 7648643.1 20659 -0.012869999999993 7648535.24022449 20659 5000 7.6655491e-11 7648535.2 Loop time of 0.0169849 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:20 2021 Pair time (%) = 0.0011189 (6.58759) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.193711) Outpt time (%) = 0.015729 (92.6053) Other time (%) = 0.000104189 (0.613419) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:20 2021 Memory usage per processor = 27.5436 Mbytes Step Atoms AVEKE stressZZ 20659 5000 7.6655491e-11 7648495.2 20660 -0.012869999999993 7648387.40755305 20660 5000 7.6611396e-11 7648387.4 Loop time of 0.020241 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:20 2021 Pair time (%) = 0.00155091 (7.66223) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.177863) Outpt time (%) = 0.0185151 (91.4732) Other time (%) = 0.000138998 (0.686714) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:20 2021 Memory usage per processor = 27.5436 Mbytes Step Atoms AVEKE stressZZ 20660 5000 7.6611396e-11 7648347.4 20661 -0.012869999999993 7648239.61734034 20661 5000 7.6581353e-11 7648239.6 Loop time of 0.017642 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:20 2021 Pair time (%) = 0.00109696 (6.2179) Neigh time (%) = 0 (0) Comm time (%) = 8.29697e-05 (0.470296) Outpt time (%) = 0.0163081 (92.4388) Other time (%) = 0.000154018 (0.87302) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:20 2021 Memory usage per processor = 27.5436 Mbytes Step Atoms AVEKE stressZZ 20661 5000 7.6581353e-11 7648199.6 20662 -0.012869999999993 7648091.85694957 20662 5000 7.6560237e-11 7648091.9 Loop time of 0.0171371 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:20 2021 Pair time (%) = 0.00109887 (6.41225) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.187818) Outpt time (%) = 0.0159152 (92.8699) Other time (%) = 9.08375e-05 (0.530065) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:20 2021 Memory usage per processor = 27.5436 Mbytes Step Atoms AVEKE stressZZ 20662 5000 7.6560237e-11 7648051.9 20663 -0.012869999999993 7647944.11836309 20663 5000 7.6544793e-11 7647944.1 Loop time of 0.016943 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:20 2021 Pair time (%) = 0.00116014 (6.84735) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188562) Outpt time (%) = 0.015656 (92.404) Other time (%) = 9.48906e-05 (0.560059) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:20 2021 Memory usage per processor = 27.5436 Mbytes Step Atoms AVEKE stressZZ 20663 5000 7.6544793e-11 7647904.1 20664 -0.012869999999993 7647796.39648618 20664 5000 7.6532953e-11 7647796.4 Loop time of 0.0176299 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:20 2021 Pair time (%) = 0.00157309 (8.92285) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.209615) Outpt time (%) = 0.0158679 (90.0061) Other time (%) = 0.000151873 (0.861451) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:20 2021 Memory usage per processor = 27.5436 Mbytes Step Atoms AVEKE stressZZ 20664 5000 7.6532953e-11 7647756.4 20665 -0.012869999999993 7647648.68808023 20665 5000 7.6523404e-11 7647648.7 Loop time of 0.0175841 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:20 2021 Pair time (%) = 0.00109911 (6.25059) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.181688) Outpt time (%) = 0.0163071 (92.7379) Other time (%) = 0.000145912 (0.829797) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:20 2021 Memory usage per processor = 27.5436 Mbytes Step Atoms AVEKE stressZZ 20665 5000 7.6523404e-11 7647608.7 20666 -0.012869999999993 7647500.99108622 20666 5000 7.651531e-11 7647501 Loop time of 0.0173151 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:20 2021 Pair time (%) = 0.00109696 (6.33528) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179002) Outpt time (%) = 0.0160928 (92.9404) Other time (%) = 9.44138e-05 (0.545267) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:20 2021 Memory usage per processor = 27.5436 Mbytes Step Atoms AVEKE stressZZ 20666 5000 7.651531e-11 7647461 20667 -0.012869999999993 7647353.30419457 20667 5000 7.6508142e-11 7647353.3 Loop time of 0.016726 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:20 2021 Pair time (%) = 0.001127 (6.73803) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.198136) Outpt time (%) = 0.0154631 (92.4495) Other time (%) = 0.000102758 (0.614363) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:20 2021 Memory usage per processor = 27.5436 Mbytes Step Atoms AVEKE stressZZ 20667 5000 7.6508142e-11 7647313.3 20668 -0.012869999999993 7647205.62657232 20668 5000 7.6501562e-11 7647205.6 Loop time of 0.0174949 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:21 2021 Pair time (%) = 0.00128984 (7.37268) Neigh time (%) = 0 (0) Comm time (%) = 5.98431e-05 (0.34206) Outpt time (%) = 0.0160091 (91.5071) Other time (%) = 0.000136137 (0.778152) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:21 2021 Memory usage per processor = 27.5436 Mbytes Step Atoms AVEKE stressZZ 20668 5000 7.6501562e-11 7647165.6 20669 -0.012869999999993 7647057.95768898 20669 5000 7.6495356e-11 7647058 Loop time of 0.01738 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:21 2021 Pair time (%) = 0.00116396 (6.69712) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183821) Outpt time (%) = 0.0160899 (92.5772) Other time (%) = 9.41753e-05 (0.54186) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:21 2021 Memory usage per processor = 27.5436 Mbytes Step Atoms AVEKE stressZZ 20669 5000 7.6495356e-11 7647018 20670 -0.012869999999993 7646910.29720669 20670 5000 7.6489388e-11 7646910.3 Loop time of 0.0197132 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:21 2021 Pair time (%) = 0.00109601 (5.55979) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.162065) Outpt time (%) = 0.0184908 (93.7992) Other time (%) = 9.44138e-05 (0.478938) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:21 2021 Memory usage per processor = 27.5436 Mbytes Step Atoms AVEKE stressZZ 20670 5000 7.6489388e-11 7646870.3 20671 -0.012869999999993 7646762.6448766 20671 5000 7.6483572e-11 7646762.6 Loop time of 0.016804 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:21 2021 Pair time (%) = 0.00114608 (6.82028) Neigh time (%) = 0 (0) Comm time (%) = 4.72069e-05 (0.280927) Outpt time (%) = 0.015506 (92.2759) Other time (%) = 0.000104666 (0.622863) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:21 2021 Memory usage per processor = 27.5436 Mbytes Step Atoms AVEKE stressZZ 20671 5000 7.6483572e-11 7646722.7 20672 -0.012869999999993 7646615.00057467 20672 5000 7.6477852e-11 7646615 Loop time of 0.0165679 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:21 2021 Pair time (%) = 0.00111604 (6.73612) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.187075) Outpt time (%) = 0.0153139 (92.4307) Other time (%) = 0.00010705 (0.646127) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:21 2021 Memory usage per processor = 27.5436 Mbytes Step Atoms AVEKE stressZZ 20672 5000 7.6477852e-11 7646575 20673 -0.012869999999993 7646467.36422846 20673 5000 7.6472193e-11 7646467.4 Loop time of 0.0167081 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:21 2021 Pair time (%) = 0.00109291 (6.54119) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.185505) Outpt time (%) = 0.01543 (92.3501) Other time (%) = 0.000154257 (0.923244) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:21 2021 Memory usage per processor = 27.5436 Mbytes Step Atoms AVEKE stressZZ 20673 5000 7.6472193e-11 7646427.4 20674 -0.012869999999993 7646319.73578146 20674 5000 7.6466574e-11 7646319.7 Loop time of 0.0173838 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:21 2021 Pair time (%) = 0.00109696 (6.31026) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.185152) Outpt time (%) = 0.016166 (92.9944) Other time (%) = 8.86917e-05 (0.510197) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:21 2021 Memory usage per processor = 27.5436 Mbytes Step Atoms AVEKE stressZZ 20674 5000 7.6466574e-11 7646279.8 20675 -0.012869999999993 7646172.1151955 20675 5000 7.646098e-11 7646172.1 Loop time of 0.016912 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:21 2021 Pair time (%) = 0.00113893 (6.73443) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188908) Outpt time (%) = 0.015645 (92.5085) Other time (%) = 9.60827e-05 (0.568134) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:21 2021 Memory usage per processor = 27.5436 Mbytes Step Atoms AVEKE stressZZ 20675 5000 7.646098e-11 7646132.1 20676 -0.012869999999993 7646024.50240555 20676 5000 7.6455403e-11 7646024.5 Loop time of 0.0169179 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:21 2021 Pair time (%) = 0.00114202 (6.75038) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.201525) Outpt time (%) = 0.01561 (92.2688) Other time (%) = 0.000131845 (0.779323) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:21 2021 Memory usage per processor = 27.5436 Mbytes Step Atoms AVEKE stressZZ 20676 5000 7.6455403e-11 7645984.5 20677 -0.012869999999993 7645876.89743717 20677 5000 7.6449835e-11 7645876.9 Loop time of 0.0174739 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:21 2021 Pair time (%) = 0.00125504 (7.18233) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.195113) Outpt time (%) = 0.0160549 (91.8789) Other time (%) = 0.000129938 (0.743611) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:21 2021 Memory usage per processor = 27.5436 Mbytes Step Atoms AVEKE stressZZ 20677 5000 7.6449835e-11 7645836.9 20678 -0.012869999999993 7645729.30027977 20678 5000 7.6444275e-11 7645729.3 Loop time of 0.017472 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:21 2021 Pair time (%) = 0.00109792 (6.28386) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.177394) Outpt time (%) = 0.0162492 (93.0011) Other time (%) = 9.39369e-05 (0.537642) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:21 2021 Memory usage per processor = 27.5436 Mbytes Step Atoms AVEKE stressZZ 20678 5000 7.6444275e-11 7645689.3 20679 -0.012869999999993 7645581.71092625 20679 5000 7.643872e-11 7645581.7 Loop time of 0.017204 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:21 2021 Pair time (%) = 0.00121284 (7.04971) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180158) Outpt time (%) = 0.0158579 (92.1756) Other time (%) = 0.000102282 (0.59452) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:21 2021 Memory usage per processor = 27.5436 Mbytes Step Atoms AVEKE stressZZ 20679 5000 7.643872e-11 7645541.7 20680 -0.012869999999993 7645434.1293715 20680 5000 7.6433168e-11 7645434.1 Loop time of 0.0195782 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:21 2021 Pair time (%) = 0.0012989 (6.63444) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.194844) Outpt time (%) = 0.0180919 (92.4084) Other time (%) = 0.00014925 (0.762327) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:21 2021 Memory usage per processor = 27.5436 Mbytes Step Atoms AVEKE stressZZ 20680 5000 7.6433168e-11 7645394.2 20681 -0.012869999999993 7645286.55561211 20681 5000 7.6427618e-11 7645286.6 Loop time of 0.0173769 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:21 2021 Pair time (%) = 0.00119686 (6.88766) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183854) Outpt time (%) = 0.0160449 (92.3344) Other time (%) = 0.000103235 (0.594095) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:21 2021 Memory usage per processor = 27.5436 Mbytes Step Atoms AVEKE stressZZ 20681 5000 7.6427618e-11 7645246.6 20682 -0.012869999999993 7645138.98964476 20682 5000 7.6422069e-11 7645139 Loop time of 0.0174198 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:21 2021 Pair time (%) = 0.0010972 (6.29859) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.177926) Outpt time (%) = 0.016197 (92.9801) Other time (%) = 9.46522e-05 (0.543359) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:21 2021 Memory usage per processor = 27.5436 Mbytes Step Atoms AVEKE stressZZ 20682 5000 7.6422069e-11 7645099 20683 -0.012869999999993 7644991.43146706 20683 5000 7.6416522e-11 7644991.4 Loop time of 0.0167449 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:21 2021 Pair time (%) = 0.00111389 (6.65214) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.192217) Outpt time (%) = 0.0154889 (92.4993) Other time (%) = 0.000109911 (0.656387) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:21 2021 Memory usage per processor = 27.5436 Mbytes Step Atoms AVEKE stressZZ 20683 5000 7.6416522e-11 7644951.5 20684 -0.012869999999993 7644843.8810771 20684 5000 7.6410976e-11 7644843.9 Loop time of 0.0172739 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:21 2021 Pair time (%) = 0.00135207 (7.82725) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.215315) Outpt time (%) = 0.0157599 (91.2356) Other time (%) = 0.000124693 (0.721857) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:21 2021 Memory usage per processor = 27.5436 Mbytes Step Atoms AVEKE stressZZ 20684 5000 7.6410976e-11 7644803.9 20685 -0.012869999999993 7644696.33847308 20685 5000 7.6405431e-11 7644696.3 Loop time of 0.017802 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:21 2021 Pair time (%) = 0.00109291 (6.13926) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.174106) Outpt time (%) = 0.0165842 (93.159) Other time (%) = 9.39369e-05 (0.527676) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:21 2021 Memory usage per processor = 27.5436 Mbytes Step Atoms AVEKE stressZZ 20685 5000 7.6405431e-11 7644656.4 20686 -0.012869999999993 7644548.80365353 20686 5000 7.6399887e-11 7644548.8 Loop time of 0.0175519 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:21 2021 Pair time (%) = 0.00117111 (6.67228) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182021) Outpt time (%) = 0.0162621 (92.6513) Other time (%) = 8.67844e-05 (0.494444) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:21 2021 Memory usage per processor = 27.5436 Mbytes Step Atoms AVEKE stressZZ 20686 5000 7.6399887e-11 7644508.8 20687 -0.012869999999993 7644401.27666768 20687 5000 7.6394343e-11 7644401.3 Loop time of 0.0168991 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:21 2021 Pair time (%) = 0.00113702 (6.72827) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.201749) Outpt time (%) = 0.01561 (92.3716) Other time (%) = 0.000118017 (0.698363) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:21 2021 Memory usage per processor = 27.5436 Mbytes Step Atoms AVEKE stressZZ 20687 5000 7.6394343e-11 7644361.3 20688 -0.012869999999993 7644253.75757404 20688 5000 7.6388801e-11 7644253.8 Loop time of 0.017283 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:21 2021 Pair time (%) = 0.00146413 (8.47151) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.202787) Outpt time (%) = 0.0156522 (90.5642) Other time (%) = 0.000131607 (0.761484) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:21 2021 Memory usage per processor = 27.5436 Mbytes Step Atoms AVEKE stressZZ 20688 5000 7.6388801e-11 7644213.8 20689 -0.012869999999993 7644106.24632226 20689 5000 7.6383258e-11 7644106.2 Loop time of 0.01737 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:21 2021 Pair time (%) = 0.0010941 (6.29881) Neigh time (%) = 0 (0) Comm time (%) = 5.60284e-05 (0.322559) Outpt time (%) = 0.0161052 (92.7184) Other time (%) = 0.000114679 (0.660215) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:21 2021 Memory usage per processor = 27.5436 Mbytes Step Atoms AVEKE stressZZ 20689 5000 7.6383258e-11 7644066.3 20690 -0.012869999999993 7643958.74289715 20690 5000 7.6377717e-11 7643958.7 Loop time of 0.019979 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:21 2021 Pair time (%) = 0.00114799 (5.74596) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.155135) Outpt time (%) = 0.0187049 (93.6228) Other time (%) = 9.5129e-05 (0.476145) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:21 2021 Memory usage per processor = 27.5436 Mbytes Step Atoms AVEKE stressZZ 20690 5000 7.6377717e-11 7643918.8 20691 -0.012869999999993 7643811.24729017 20691 5000 7.6372176e-11 7643811.2 Loop time of 0.016861 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:21 2021 Pair time (%) = 0.00111103 (6.58937) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18948) Outpt time (%) = 0.0156238 (92.6626) Other time (%) = 9.41753e-05 (0.558541) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:21 2021 Memory usage per processor = 27.5436 Mbytes Step Atoms AVEKE stressZZ 20691 5000 7.6372176e-11 7643771.3 20692 -0.012869999999993 7643663.75949512 20692 5000 7.6366636e-11 7643663.8 Loop time of 0.018029 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:21 2021 Pair time (%) = 0.00150681 (8.35769) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.193073) Outpt time (%) = 0.0163269 (90.5593) Other time (%) = 0.000160456 (0.889988) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:21 2021 Memory usage per processor = 27.5436 Mbytes Step Atoms AVEKE stressZZ 20692 5000 7.6366636e-11 7643623.8 20693 -0.012869999999993 7643516.27947829 20693 5000 7.6361096e-11 7643516.3 Loop time of 0.0180101 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:21 2021 Pair time (%) = 0.00118804 (6.59651) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.189304) Outpt time (%) = 0.0166578 (92.4914) Other time (%) = 0.000130177 (0.722796) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:21 2021 Memory usage per processor = 27.5436 Mbytes Step Atoms AVEKE stressZZ 20693 5000 7.6361096e-11 7643476.3 20694 -0.012869999999993 7643368.80725247 20694 5000 7.6355557e-11 7643368.8 Loop time of 0.018677 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:21 2021 Pair time (%) = 0.00136495 (7.30817) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.171056) Outpt time (%) = 0.0171201 (91.6642) Other time (%) = 0.000159979 (0.856556) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:21 2021 Memory usage per processor = 27.5436 Mbytes Step Atoms AVEKE stressZZ 20694 5000 7.6355557e-11 7643328.8 20695 -0.012869999999993 7643221.34282219 20695 5000 7.6350019e-11 7643221.3 Loop time of 0.0186 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:21 2021 Pair time (%) = 0.00139785 (7.51532) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.198682) Outpt time (%) = 0.0169981 (91.3874) Other time (%) = 0.000167131 (0.898557) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:21 2021 Memory usage per processor = 27.5436 Mbytes Step Atoms AVEKE stressZZ 20695 5000 7.6350019e-11 7643181.4 20696 -0.012869999999993 7643073.88618507 20696 5000 7.6344481e-11 7643073.9 Loop time of 0.018764 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:21 2021 Pair time (%) = 0.00137615 (7.33399) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.180427) Outpt time (%) = 0.0171649 (91.478) Other time (%) = 0.000189066 (1.0076) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:21 2021 Memory usage per processor = 27.5436 Mbytes Step Atoms AVEKE stressZZ 20696 5000 7.6344481e-11 7643033.9 20697 -0.012869999999993 7642926.43733884 20697 5000 7.6338944e-11 7642926.4 Loop time of 0.01863 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:21 2021 Pair time (%) = 0.00140619 (7.54799) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.198362) Outpt time (%) = 0.017025 (91.3847) Other time (%) = 0.000161886 (0.868953) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:21 2021 Memory usage per processor = 27.5436 Mbytes Step Atoms AVEKE stressZZ 20697 5000 7.6338944e-11 7642886.5 20698 -0.012869999999993 7642778.99628127 20698 5000 7.6333408e-11 7642779 Loop time of 0.018239 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:21 2021 Pair time (%) = 0.00133491 (7.31895) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.186928) Outpt time (%) = 0.0167408 (91.7856) Other time (%) = 0.000129223 (0.708497) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:21 2021 Memory usage per processor = 27.5436 Mbytes Step Atoms AVEKE stressZZ 20698 5000 7.6333408e-11 7642739 20699 -0.012869999999993 7642631.56301061 20699 5000 7.6327872e-11 7642631.6 Loop time of 0.0188169 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:21 2021 Pair time (%) = 0.0012362 (6.56961) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.186255) Outpt time (%) = 0.0174389 (92.6765) Other time (%) = 0.000106812 (0.567635) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:21 2021 Memory usage per processor = 27.5436 Mbytes Step Atoms AVEKE stressZZ 20699 5000 7.6327872e-11 7642591.6 20700 -0.012869999999993 7642484.1375249 20700 5000 7.6322337e-11 7642484.1 Loop time of 0.0203531 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:21 2021 Pair time (%) = 0.00111294 (5.46816) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.167512) Outpt time (%) = 0.0191071 (93.8782) Other time (%) = 9.89437e-05 (0.486136) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:21 2021 Memory usage per processor = 27.5436 Mbytes Step Atoms AVEKE stressZZ 20700 5000 7.6322337e-11 7642444.2 20701 -0.012869999999993 7642336.71982225 20701 5000 7.6316803e-11 7642336.7 Loop time of 0.018743 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:21 2021 Pair time (%) = 0.00142407 (7.59788) Neigh time (%) = 0 (0) Comm time (%) = 5.38826e-05 (0.287481) Outpt time (%) = 0.017067 (91.0576) Other time (%) = 0.000198126 (1.05706) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:21 2021 Memory usage per processor = 27.5436 Mbytes Step Atoms AVEKE stressZZ 20701 5000 7.6316803e-11 7642296.8 20702 -0.012869999999993 7642189.30990122 20702 5000 7.6311269e-11 7642189.3 Loop time of 0.0186241 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:21 2021 Pair time (%) = 0.00119996 (6.44306) Neigh time (%) = 0 (0) Comm time (%) = 5.00679e-05 (0.268834) Outpt time (%) = 0.0171618 (92.1488) Other time (%) = 0.000212193 (1.13935) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:21 2021 Memory usage per processor = 27.5436 Mbytes Step Atoms AVEKE stressZZ 20702 5000 7.6311269e-11 7642149.4 20703 -0.012869999999993 7642041.90775998 20703 5000 7.6305735e-11 7642041.9 Loop time of 0.018116 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:21 2021 Pair time (%) = 0.00121689 (6.7172) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.192146) Outpt time (%) = 0.016758 (92.5037) Other time (%) = 0.000106335 (0.586966) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:21 2021 Memory usage per processor = 27.5436 Mbytes Step Atoms AVEKE stressZZ 20703 5000 7.6305735e-11 7642002 20704 -0.012869999999993 7641894.51339699 20704 5000 7.6300203e-11 7641894.5 Loop time of 0.0183799 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:21 2021 Pair time (%) = 0.00121617 (6.61686) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.179009) Outpt time (%) = 0.017 (92.492) Other time (%) = 0.000130892 (0.712145) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:21 2021 Memory usage per processor = 27.5436 Mbytes Step Atoms AVEKE stressZZ 20704 5000 7.6300203e-11 7641854.6 20705 -0.012869999999993 7641747.12681075 20705 5000 7.6294671e-11 7641747.1 Loop time of 0.0176299 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:21 2021 Pair time (%) = 0.00135899 (7.70843) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.220434) Outpt time (%) = 0.016084 (91.2313) Other time (%) = 0.000148058 (0.839813) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:21 2021 Memory usage per processor = 27.5436 Mbytes Step Atoms AVEKE stressZZ 20705 5000 7.6294671e-11 7641707.2 20706 -0.012869999999993 7641599.74799966 20706 5000 7.628914e-11 7641599.7 Loop time of 0.0187521 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:21 2021 Pair time (%) = 0.00159502 (8.50582) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.207242) Outpt time (%) = 0.0169301 (90.2838) Other time (%) = 0.000188112 (1.00315) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:21 2021 Memory usage per processor = 27.5436 Mbytes Step Atoms AVEKE stressZZ 20706 5000 7.628914e-11 7641559.8 20707 -0.012869999999993 7641452.3769625 20707 5000 7.6283609e-11 7641452.4 Loop time of 0.0189719 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:21 2021 Pair time (%) = 0.00160789 (8.47513) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.252595) Outpt time (%) = 0.0170641 (89.944) Other time (%) = 0.000252008 (1.32832) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:21 2021 Memory usage per processor = 27.5436 Mbytes Step Atoms AVEKE stressZZ 20707 5000 7.6283609e-11 7641412.4 20708 -0.012869999999993 7641305.01369746 20708 5000 7.6278079e-11 7641305 Loop time of 0.0183811 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:21 2021 Pair time (%) = 0.00120902 (6.57751) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.190671) Outpt time (%) = 0.0170171 (92.5794) Other time (%) = 0.000119925 (0.652433) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:21 2021 Memory usage per processor = 27.5436 Mbytes Step Atoms AVEKE stressZZ 20708 5000 7.6278079e-11 7641265.1 20709 -0.012869999999993 7641157.65820363 20709 5000 7.6272549e-11 7641157.7 Loop time of 0.018934 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:22 2021 Pair time (%) = 0.00157905 (8.33973) Neigh time (%) = 0 (0) Comm time (%) = 5.19753e-05 (0.274507) Outpt time (%) = 0.0170779 (90.1971) Other time (%) = 0.000225067 (1.18869) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:22 2021 Memory usage per processor = 27.5436 Mbytes Step Atoms AVEKE stressZZ 20709 5000 7.6272549e-11 7641117.7 20710 -0.012869999999993 7641010.31047927 20710 5000 7.6267021e-11 7641010.3 Loop time of 0.205202 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:22 2021 Pair time (%) = 0.00111508 (0.543408) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.0160339) Outpt time (%) = 0.203959 (99.3943) Other time (%) = 9.48906e-05 (0.0462426) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:22 2021 Memory usage per processor = 27.5436 Mbytes Step Atoms AVEKE stressZZ 20710 5000 7.6267021e-11 7640970.4 20711 -0.012869999999993 7640862.97052322 20711 5000 7.6261492e-11 7640863 Loop time of 0.0180972 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:22 2021 Pair time (%) = 0.00143504 (7.92965) Neigh time (%) = 0 (0) Comm time (%) = 4.29153e-05 (0.237139) Outpt time (%) = 0.016479 (91.0586) Other time (%) = 0.00014019 (0.774653) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:22 2021 Memory usage per processor = 27.5436 Mbytes Step Atoms AVEKE stressZZ 20711 5000 7.6261492e-11 7640823 20712 -0.012869999999993 7640715.63833409 20712 5000 7.6255965e-11 7640715.6 Loop time of 0.0180981 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:22 2021 Pair time (%) = 0.00116992 (6.46432) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.188383) Outpt time (%) = 0.0167892 (92.7677) Other time (%) = 0.000104904 (0.579641) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:22 2021 Memory usage per processor = 27.5436 Mbytes Step Atoms AVEKE stressZZ 20712 5000 7.6255965e-11 7640675.7 20713 -0.012869999999993 7640568.31391059 20713 5000 7.6250438e-11 7640568.3 Loop time of 0.018306 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:22 2021 Pair time (%) = 0.00133991 (7.31952) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.207082) Outpt time (%) = 0.016793 (91.7349) Other time (%) = 0.000135183 (0.738464) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:22 2021 Memory usage per processor = 27.5436 Mbytes Step Atoms AVEKE stressZZ 20713 5000 7.6250438e-11 7640528.4 20714 -0.012869999999993 7640420.99725159 20714 5000 7.6244912e-11 7640421 Loop time of 0.018193 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:22 2021 Pair time (%) = 0.00113297 (6.22748) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.187401) Outpt time (%) = 0.016923 (93.019) Other time (%) = 0.000102997 (0.566134) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:22 2021 Memory usage per processor = 27.5436 Mbytes Step Atoms AVEKE stressZZ 20714 5000 7.6244912e-11 7640381.1 20715 -0.012869999999993 7640273.68835558 20715 5000 7.6239386e-11 7640273.7 Loop time of 0.018266 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:22 2021 Pair time (%) = 0.00143099 (7.83418) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.251915) Outpt time (%) = 0.0166211 (90.995) Other time (%) = 0.000167847 (0.918904) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:22 2021 Memory usage per processor = 27.5436 Mbytes Step Atoms AVEKE stressZZ 20715 5000 7.6239386e-11 7640233.7 20716 -0.012869999999993 7640126.3872215 20716 5000 7.6233861e-11 7640126.4 Loop time of 0.0181401 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:22 2021 Pair time (%) = 0.00110602 (6.09713) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.176119) Outpt time (%) = 0.0169082 (93.2089) Other time (%) = 9.39369e-05 (0.517842) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:22 2021 Memory usage per processor = 27.5436 Mbytes Step Atoms AVEKE stressZZ 20716 5000 7.6233861e-11 7640086.4 20717 -0.012869999999993 7639979.0938481 20717 5000 7.6228337e-11 7639979.1 Loop time of 0.0182612 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:22 2021 Pair time (%) = 0.00150108 (8.22007) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.202368) Outpt time (%) = 0.016567 (90.7224) Other time (%) = 0.000156164 (0.85517) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:22 2021 Memory usage per processor = 27.5436 Mbytes Step Atoms AVEKE stressZZ 20717 5000 7.6228337e-11 7639939.2 20718 -0.012869999999993 7639831.8082341 20718 5000 7.6222813e-11 7639831.8 Loop time of 0.0183449 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:22 2021 Pair time (%) = 0.00122905 (6.69968) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.179351) Outpt time (%) = 0.0169411 (92.3477) Other time (%) = 0.000141859 (0.77329) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:22 2021 Memory usage per processor = 27.5436 Mbytes Step Atoms AVEKE stressZZ 20718 5000 7.6222813e-11 7639791.9 20719 -0.012869999999993 7639684.53037839 20719 5000 7.621729e-11 7639684.5 Loop time of 0.0188351 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:22 2021 Pair time (%) = 0.00125313 (6.65316) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.181013) Outpt time (%) = 0.0174429 (92.6089) Other time (%) = 0.000104904 (0.556962) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:22 2021 Memory usage per processor = 27.5436 Mbytes Step Atoms AVEKE stressZZ 20719 5000 7.621729e-11 7639644.6 20720 -0.012869999999993 7639537.26027981 20720 5000 7.6211768e-11 7639537.3 Loop time of 0.020551 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:22 2021 Pair time (%) = 0.00122309 (5.95148) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.165899) Outpt time (%) = 0.019191 (93.3826) Other time (%) = 0.000102758 (0.500017) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:22 2021 Memory usage per processor = 27.5436 Mbytes Step Atoms AVEKE stressZZ 20720 5000 7.6211768e-11 7639497.3 20721 -0.012869999999993 7639389.99793713 20721 5000 7.6206246e-11 7639390 Loop time of 0.0189352 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:22 2021 Pair time (%) = 0.00169396 (8.94611) Neigh time (%) = 0 (0) Comm time (%) = 4.41074e-05 (0.232939) Outpt time (%) = 0.0169928 (89.7419) Other time (%) = 0.000204325 (1.07907) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:22 2021 Memory usage per processor = 27.5436 Mbytes Step Atoms AVEKE stressZZ 20721 5000 7.6206246e-11 7639350.1 20722 -0.012869999999993 7639242.74334908 20722 5000 7.6200725e-11 7639242.7 Loop time of 0.0181801 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:22 2021 Pair time (%) = 0.00129509 (7.12365) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.187534) Outpt time (%) = 0.016746 (92.1118) Other time (%) = 0.000104904 (0.577026) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:22 2021 Memory usage per processor = 27.5436 Mbytes Step Atoms AVEKE stressZZ 20722 5000 7.6200725e-11 7639202.8 20723 -0.012869999999993 7639095.49651477 20723 5000 7.6195204e-11 7639095.5 Loop time of 0.018472 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:22 2021 Pair time (%) = 0.00148702 (8.05013) Neigh time (%) = 0 (0) Comm time (%) = 3.98159e-05 (0.215548) Outpt time (%) = 0.016777 (90.8244) Other time (%) = 0.000168085 (0.909947) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:22 2021 Memory usage per processor = 27.5436 Mbytes Step Atoms AVEKE stressZZ 20723 5000 7.6195204e-11 7639055.6 20724 -0.012869999999993 7638948.25743287 20724 5000 7.6189684e-11 7638948.3 Loop time of 0.018307 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:22 2021 Pair time (%) = 0.00116301 (6.3528) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.184932) Outpt time (%) = 0.0169799 (92.7512) Other time (%) = 0.000130177 (0.711076) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:22 2021 Memory usage per processor = 27.5436 Mbytes Step Atoms AVEKE stressZZ 20724 5000 7.6189684e-11 7638908.3 20725 -0.012869999999993 7638801.02610223 20725 5000 7.6184165e-11 7638801 Loop time of 0.018975 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:22 2021 Pair time (%) = 0.00173092 (9.12209) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.178421) Outpt time (%) = 0.0170109 (89.6491) Other time (%) = 0.000199318 (1.05042) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:22 2021 Memory usage per processor = 27.5436 Mbytes Step Atoms AVEKE stressZZ 20725 5000 7.6184165e-11 7638761.1 20726 -0.012869999999993 7638653.8025219 20726 5000 7.6178646e-11 7638653.8 Loop time of 0.017909 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:22 2021 Pair time (%) = 0.00112605 (6.28761) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.190372) Outpt time (%) = 0.0166481 (92.9589) Other time (%) = 0.000100851 (0.563129) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:22 2021 Memory usage per processor = 27.5436 Mbytes Step Atoms AVEKE stressZZ 20726 5000 7.6178646e-11 7638613.9 20727 -0.012869999999993 7638506.58669063 20727 5000 7.6173128e-11 7638506.6 Loop time of 0.018456 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:22 2021 Pair time (%) = 0.00150108 (8.13332) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.195065) Outpt time (%) = 0.0167451 (90.7299) Other time (%) = 0.000173807 (0.941739) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:22 2021 Memory usage per processor = 27.5436 Mbytes Step Atoms AVEKE stressZZ 20727 5000 7.6173128e-11 7638466.7 20728 -0.012869999999993 7638359.37860744 20728 5000 7.6167611e-11 7638359.4 Loop time of 0.0179431 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:22 2021 Pair time (%) = 0.00117302 (6.53742) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.193997) Outpt time (%) = 0.0166321 (92.6932) Other time (%) = 0.000103235 (0.575346) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:22 2021 Memory usage per processor = 27.5436 Mbytes Step Atoms AVEKE stressZZ 20728 5000 7.6167611e-11 7638319.4 20729 -0.012869999999993 7638212.17827113 20729 5000 7.6162094e-11 7638212.2 Loop time of 0.018522 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:22 2021 Pair time (%) = 0.00152302 (8.22274) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.205955) Outpt time (%) = 0.0167949 (90.6754) Other time (%) = 0.000165939 (0.895903) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:22 2021 Memory usage per processor = 27.5436 Mbytes Step Atoms AVEKE stressZZ 20729 5000 7.6162094e-11 7638172.3 20730 -0.012869999999993 7638064.98568064 20730 5000 7.6156578e-11 7638065 Loop time of 0.0204041 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:22 2021 Pair time (%) = 0.00122619 (6.00951) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.171767) Outpt time (%) = 0.0190301 (93.266) Other time (%) = 0.000112772 (0.552693) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:22 2021 Memory usage per processor = 27.5436 Mbytes Step Atoms AVEKE stressZZ 20730 5000 7.6156578e-11 7638025.1 20731 -0.012869999999993 7637917.80083492 20731 5000 7.6151062e-11 7637917.8 Loop time of 0.0181649 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:22 2021 Pair time (%) = 0.00142193 (7.8279) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.215254) Outpt time (%) = 0.0165401 (91.0551) Other time (%) = 0.000163794 (0.901705) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:22 2021 Memory usage per processor = 27.5436 Mbytes Step Atoms AVEKE stressZZ 20731 5000 7.6151062e-11 7637877.9 20732 -0.012869999999993 7637770.62373283 20732 5000 7.6145548e-11 7637770.6 Loop time of 0.0178249 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:22 2021 Pair time (%) = 0.00119805 (6.72124) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.196621) Outpt time (%) = 0.016485 (92.4829) Other time (%) = 0.000106812 (0.599227) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:22 2021 Memory usage per processor = 27.5436 Mbytes Step Atoms AVEKE stressZZ 20732 5000 7.6145548e-11 7637730.7 20733 -0.012869999999993 7637623.4543734 20733 5000 7.6140033e-11 7637623.5 Loop time of 0.0180161 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:22 2021 Pair time (%) = 0.00125313 (6.9556) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.194535) Outpt time (%) = 0.0166049 (92.167) Other time (%) = 0.000123024 (0.682856) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:22 2021 Memory usage per processor = 27.5436 Mbytes Step Atoms AVEKE stressZZ 20733 5000 7.6140033e-11 7637583.5 20734 -0.012869999999993 7637476.2927556 20734 5000 7.613452e-11 7637476.3 Loop time of 0.018358 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:22 2021 Pair time (%) = 0.00142789 (7.77802) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.206496) Outpt time (%) = 0.0167379 (91.1752) Other time (%) = 0.000154257 (0.840271) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:22 2021 Memory usage per processor = 27.5436 Mbytes Step Atoms AVEKE stressZZ 20734 5000 7.613452e-11 7637436.4 20735 -0.012869999999993 7637329.13887814 20735 5000 7.6129007e-11 7637329.1 Loop time of 0.0177679 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:22 2021 Pair time (%) = 0.00117803 (6.63008) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.19591) Outpt time (%) = 0.016453 (92.5997) Other time (%) = 0.000102043 (0.574312) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:22 2021 Memory usage per processor = 27.5436 Mbytes Step Atoms AVEKE stressZZ 20735 5000 7.6129007e-11 7637289.2 20736 -0.012869999999993 7637181.99274027 20736 5000 7.6123494e-11 7637182 Loop time of 0.0182278 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:22 2021 Pair time (%) = 0.00148797 (8.16319) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.219743) Outpt time (%) = 0.016531 (90.691) Other time (%) = 0.0001688 (0.926059) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:22 2021 Memory usage per processor = 27.5436 Mbytes Step Atoms AVEKE stressZZ 20736 5000 7.6123494e-11 7637142.1 20737 -0.012869999999993 7637034.8543408 20737 5000 7.6117983e-11 7637034.9 Loop time of 0.017858 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:22 2021 Pair time (%) = 0.00117683 (6.58994) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.194921) Outpt time (%) = 0.0165381 (92.609) Other time (%) = 0.000108242 (0.606125) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:22 2021 Memory usage per processor = 27.5436 Mbytes Step Atoms AVEKE stressZZ 20737 5000 7.6117983e-11 7636994.9 20738 -0.012869999999993 7636887.72367871 20738 5000 7.6112472e-11 7636887.7 Loop time of 0.0186601 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:22 2021 Pair time (%) = 0.00149584 (8.01625) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.219763) Outpt time (%) = 0.016938 (90.7712) Other time (%) = 0.000185251 (0.992768) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:22 2021 Memory usage per processor = 27.5436 Mbytes Step Atoms AVEKE stressZZ 20738 5000 7.6112472e-11 7636847.8 20739 -0.012869999999993 7636740.60075298 20739 5000 7.6106961e-11 7636740.6 Loop time of 0.0178089 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:22 2021 Pair time (%) = 0.00116086 (6.51842) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.190104) Outpt time (%) = 0.0165069 (92.689) Other time (%) = 0.000107288 (0.602442) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:22 2021 Memory usage per processor = 27.5436 Mbytes Step Atoms AVEKE stressZZ 20739 5000 7.6106961e-11 7636700.7 20740 -0.012869999999993 7636593.48556256 20740 5000 7.6101451e-11 7636593.5 Loop time of 0.0210252 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:22 2021 Pair time (%) = 0.00141597 (6.73463) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.190506) Outpt time (%) = 0.019428 (92.4036) Other time (%) = 0.000141144 (0.671308) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:22 2021 Memory usage per processor = 27.5436 Mbytes Step Atoms AVEKE stressZZ 20740 5000 7.6101451e-11 7636553.6 20741 -0.012869999999993 7636446.37810653 20741 5000 7.6095942e-11 7636446.4 Loop time of 0.0178778 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:22 2021 Pair time (%) = 0.00117302 (6.56131) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.190705) Outpt time (%) = 0.016571 (92.6905) Other time (%) = 9.9659e-05 (0.557445) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:22 2021 Memory usage per processor = 27.5436 Mbytes Step Atoms AVEKE stressZZ 20741 5000 7.6095942e-11 7636406.5 20742 -0.012869999999993 7636299.27838382 20742 5000 7.6090434e-11 7636299.3 Loop time of 0.0183499 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:23 2021 Pair time (%) = 0.00146508 (7.98415) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.213084) Outpt time (%) = 0.016649 (90.7309) Other time (%) = 0.000196695 (1.07192) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:23 2021 Memory usage per processor = 27.5436 Mbytes Step Atoms AVEKE stressZZ 20742 5000 7.6090434e-11 7636259.4 20743 -0.012869999999993 7636152.18640048 20743 5000 7.6084926e-11 7636152.2 Loop time of 0.01773 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:23 2021 Pair time (%) = 0.00115514 (6.51516) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.192295) Outpt time (%) = 0.0164399 (92.7237) Other time (%) = 0.000100851 (0.568816) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:23 2021 Memory usage per processor = 27.5436 Mbytes Step Atoms AVEKE stressZZ 20743 5000 7.6084926e-11 7636112.3 20744 -0.012869999999993 7636005.10221374 20744 5000 7.6079419e-11 7636005.1 Loop time of 0.018208 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:23 2021 Pair time (%) = 0.00149107 (8.18908) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.219982) Outpt time (%) = 0.0165279 (90.7726) Other time (%) = 0.000149012 (0.818384) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:23 2021 Memory usage per processor = 27.5436 Mbytes Step Atoms AVEKE stressZZ 20744 5000 7.6079419e-11 7635965.2 20745 -0.012869999999993 7635858.02579735 20745 5000 7.6073912e-11 7635858 Loop time of 0.0177541 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:23 2021 Pair time (%) = 0.00117683 (6.62853) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.202777) Outpt time (%) = 0.0164371 (92.5818) Other time (%) = 0.000104189 (0.586845) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:26:23 2021 Memory usage per processor = 27.5436 Mbytes Step Atoms AVEKE stressZZ 20745 5000 7.6073912e-11 7635818.1 20746 -0.012869999999993 7635689.76335982 20746 5000 1.5013502e-10 7635941.2 Loop time of 0.0172009 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:23 2021 Pair time (%) = 0.00145197 (8.44122) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.214842) Outpt time (%) = 0.0155549 (90.4305) Other time (%) = 0.000157118 (0.913426) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:23 2021 Memory usage per processor = 27.5436 Mbytes Step Atoms AVEKE stressZZ 20746 5000 1.5013502e-10 7700823.4 20747 -0.012902499999993 7700681.99469691 20747 5000 1.2080431e-10 7700682 Loop time of 0.017 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:23 2021 Pair time (%) = 0.00115395 (6.78793) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.19354) Outpt time (%) = 0.015717 (92.4533) Other time (%) = 9.60827e-05 (0.565194) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:23 2021 Memory usage per processor = 27.5436 Mbytes Step Atoms AVEKE stressZZ 20747 5000 1.2080431e-10 7700628.1 20748 -0.012902499999993 7700498.73552181 20748 5000 1.0381884e-10 7700498.7 Loop time of 0.017118 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:23 2021 Pair time (%) = 0.00126314 (7.37904) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192206) Outpt time (%) = 0.015727 (91.8744) Other time (%) = 9.48906e-05 (0.554333) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:23 2021 Memory usage per processor = 27.5436 Mbytes Step Atoms AVEKE stressZZ 20748 5000 1.0381884e-10 7700449.8 20749 -0.012902499999993 7700328.09107966 20749 5000 9.3691467e-11 7700328.1 Loop time of 0.0176599 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:23 2021 Pair time (%) = 0.00114894 (6.50592) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.186308) Outpt time (%) = 0.0163851 (92.7813) Other time (%) = 9.29832e-05 (0.526522) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:23 2021 Memory usage per processor = 27.5436 Mbytes Step Atoms AVEKE stressZZ 20749 5000 9.3691467e-11 7700282.3 20750 -0.012902499999993 7700165.46628695 20750 5000 8.7523665e-11 7700165.5 Loop time of 0.020417 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:23 2021 Pair time (%) = 0.00117707 (5.76517) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.170491) Outpt time (%) = 0.019073 (93.4174) Other time (%) = 0.000132084 (0.646932) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:23 2021 Memory usage per processor = 27.5437 Mbytes Step Atoms AVEKE stressZZ 20750 5000 8.7523665e-11 7700121.6 20751 -0.012902499999993 7700007.94091928 20751 5000 8.3711113e-11 7700007.9 Loop time of 0.0182209 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:23 2021 Pair time (%) = 0.00145006 (7.95823) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.197582) Outpt time (%) = 0.0166011 (91.1101) Other time (%) = 0.000133753 (0.734063) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:23 2021 Memory usage per processor = 27.5437 Mbytes Step Atoms AVEKE stressZZ 20751 5000 8.3711113e-11 7699965.4 20752 -0.012902499999993 7699853.65914647 20752 5000 8.1330272e-11 7699853.7 Loop time of 0.0178781 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:23 2021 Pair time (%) = 0.00120783 (6.75593) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.201371) Outpt time (%) = 0.016525 (92.4319) Other time (%) = 0.000109196 (0.610781) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:23 2021 Memory usage per processor = 27.5437 Mbytes Step Atoms AVEKE stressZZ 20752 5000 8.1330272e-11 7699811.9 20753 -0.012902499999993 7699701.44161142 20753 5000 7.9833009e-11 7699701.4 Loop time of 0.0178649 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:23 2021 Pair time (%) = 0.00138998 (7.78049) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.212195) Outpt time (%) = 0.0162981 (91.2293) Other time (%) = 0.000138998 (0.778049) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:23 2021 Memory usage per processor = 27.5437 Mbytes Step Atoms AVEKE stressZZ 20753 5000 7.9833009e-11 7699660.2 20754 -0.012902499999993 7699550.53879029 20754 5000 7.8886646e-11 7699550.5 Loop time of 0.0180171 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:23 2021 Pair time (%) = 0.001266 (7.02669) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.199817) Outpt time (%) = 0.0166061 (92.1687) Other time (%) = 0.000108957 (0.604745) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:23 2021 Memory usage per processor = 27.5437 Mbytes Step Atoms AVEKE stressZZ 20754 5000 7.8886646e-11 7699509.6 20755 -0.012902499999993 7699400.47433924 20755 5000 7.8286095e-11 7699400.5 Loop time of 0.0186112 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:23 2021 Pair time (%) = 0.00148797 (7.99503) Neigh time (%) = 0 (0) Comm time (%) = 4.31538e-05 (0.23187) Outpt time (%) = 0.0169291 (90.9622) Other time (%) = 0.000150919 (0.810904) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:23 2021 Memory usage per processor = 27.5437 Mbytes Step Atoms AVEKE stressZZ 20755 5000 7.8286095e-11 7699359.8 20756 -0.012902499999993 7699250.94554104 20756 5000 7.7903574e-11 7699250.9 Loop time of 0.0180349 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:23 2021 Pair time (%) = 0.00124216 (6.88753) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.194331) Outpt time (%) = 0.0166471 (92.3047) Other time (%) = 0.000110626 (0.6134) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:23 2021 Memory usage per processor = 27.5437 Mbytes Step Atoms AVEKE stressZZ 20756 5000 7.7903574e-11 7699210.4 20757 -0.012902499999993 7699101.76001557 20757 5000 7.7658913e-11 7699101.8 Loop time of 0.017906 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:23 2021 Pair time (%) = 0.00127101 (7.09825) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.201057) Outpt time (%) = 0.0164809 (92.0416) Other time (%) = 0.000118017 (0.659095) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:23 2021 Memory usage per processor = 27.5437 Mbytes Step Atoms AVEKE stressZZ 20757 5000 7.7658913e-11 7699061.3 20758 -0.012902499999993 7698952.79550269 20758 5000 7.7501579e-11 7698952.8 Loop time of 0.018564 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:23 2021 Pair time (%) = 0.00140905 (7.59025) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.209342) Outpt time (%) = 0.0169098 (91.0895) Other time (%) = 0.000206232 (1.11093) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:23 2021 Memory usage per processor = 27.5437 Mbytes Step Atoms AVEKE stressZZ 20758 5000 7.7501579e-11 7698912.3 20759 -0.012902499999993 7698803.97430453 20759 5000 7.7399627e-11 7698804 Loop time of 0.0182369 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:23 2021 Pair time (%) = 0.00123215 (6.75635) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.18695) Outpt time (%) = 0.0168619 (92.4606) Other time (%) = 0.000108719 (0.596149) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:23 2021 Memory usage per processor = 27.5437 Mbytes Step Atoms AVEKE stressZZ 20759 5000 7.7399627e-11 7698763.6 20760 -0.012902499999993 7698655.24704256 20760 5000 7.7332824e-11 7698655.2 Loop time of 0.0215552 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:23 2021 Pair time (%) = 0.0014329 (6.64757) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.171443) Outpt time (%) = 0.019948 (92.5439) Other time (%) = 0.000137329 (0.637105) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:23 2021 Memory usage per processor = 27.5437 Mbytes Step Atoms AVEKE stressZZ 20760 5000 7.7332824e-11 7698614.9 20761 -0.012902499999993 7698506.5823359 20761 5000 7.728834e-11 7698506.6 Loop time of 0.0179529 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:23 2021 Pair time (%) = 0.00115395 (6.42762) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.188579) Outpt time (%) = 0.016665 (92.826) Other time (%) = 0.000100136 (0.557769) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:23 2021 Memory usage per processor = 27.5437 Mbytes Step Atoms AVEKE stressZZ 20761 5000 7.728834e-11 7698466.2 20762 -0.012902499999993 7698357.96024134 20762 5000 7.7258033e-11 7698358 Loop time of 0.0182672 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:23 2021 Pair time (%) = 0.00145316 (7.95505) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.208828) Outpt time (%) = 0.0166142 (90.9512) Other time (%) = 0.000161648 (0.88491) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:23 2021 Memory usage per processor = 27.5437 Mbytes Step Atoms AVEKE stressZZ 20762 5000 7.7258033e-11 7698317.6 20763 -0.012902499999993 7698209.36808442 20763 5000 7.7236732e-11 7698209.4 Loop time of 0.01811 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:23 2021 Pair time (%) = 0.00136709 (7.54881) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.205374) Outpt time (%) = 0.0165279 (91.2637) Other time (%) = 0.00017786 (0.982109) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:23 2021 Memory usage per processor = 27.5437 Mbytes Step Atoms AVEKE stressZZ 20763 5000 7.7236732e-11 7698169 20764 -0.012902499999993 7698060.79781015 20764 5000 7.7221153e-11 7698060.8 Loop time of 0.0184741 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:23 2021 Pair time (%) = 0.00141597 (7.66461) Neigh time (%) = 0 (0) Comm time (%) = 5.4121e-05 (0.292956) Outpt time (%) = 0.01682 (91.0461) Other time (%) = 0.000184059 (0.996309) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:23 2021 Memory usage per processor = 27.5437 Mbytes Step Atoms AVEKE stressZZ 20764 5000 7.7221153e-11 7698020.4 20765 -0.012902499999993 7697912.24429969 20765 5000 7.7209211e-11 7697912.2 Loop time of 0.0177581 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:23 2021 Pair time (%) = 0.00118303 (6.66192) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.19736) Outpt time (%) = 0.016434 (92.5433) Other time (%) = 0.000106096 (0.597452) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:23 2021 Memory usage per processor = 27.5437 Mbytes Step Atoms AVEKE stressZZ 20765 5000 7.7209211e-11 7697871.9 20766 -0.012902499999993 7697763.70430011 20766 5000 7.7199579e-11 7697763.7 Loop time of 0.018131 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:23 2021 Pair time (%) = 0.00137496 (7.58347) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.198561) Outpt time (%) = 0.0165899 (91.5) Other time (%) = 0.000130177 (0.717977) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:23 2021 Memory usage per processor = 27.5437 Mbytes Step Atoms AVEKE stressZZ 20766 5000 7.7199579e-11 7697723.4 20767 -0.012902499999993 7697615.17574475 20767 5000 7.7191417e-11 7697615.2 Loop time of 0.017828 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:23 2021 Pair time (%) = 0.00120497 (6.75885) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.196587) Outpt time (%) = 0.0164831 (92.4561) Other time (%) = 0.000104904 (0.588424) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:23 2021 Memory usage per processor = 27.5437 Mbytes Step Atoms AVEKE stressZZ 20767 5000 7.7191417e-11 7697574.8 20768 -0.012902499999993 7697466.65732296 20768 5000 7.7184188e-11 7697466.7 Loop time of 0.0185571 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:23 2021 Pair time (%) = 0.00152993 (8.24447) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.194003) Outpt time (%) = 0.016839 (90.7418) Other time (%) = 0.000152111 (0.819693) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:23 2021 Memory usage per processor = 27.5437 Mbytes Step Atoms AVEKE stressZZ 20768 5000 7.7184188e-11 7697426.3 20769 -0.012902499999993 7697318.14821121 20769 5000 7.7177552e-11 7697318.1 Loop time of 0.0178769 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:23 2021 Pair time (%) = 0.00117302 (6.56166) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.19605) Outpt time (%) = 0.0165639 (92.6555) Other time (%) = 0.000104904 (0.586815) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:23 2021 Memory usage per processor = 27.5437 Mbytes Step Atoms AVEKE stressZZ 20769 5000 7.7177552e-11 7697277.8 20770 -0.012902499999993 7697169.64785539 20770 5000 7.7171294e-11 7697169.6 Loop time of 0.021076 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:23 2021 Pair time (%) = 0.00126004 (5.97857) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.161767) Outpt time (%) = 0.01966 (93.2816) Other time (%) = 0.000121832 (0.578061) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:23 2021 Memory usage per processor = 27.5437 Mbytes Step Atoms AVEKE stressZZ 20770 5000 7.7171294e-11 7697129.3 20771 -0.012902499999993 7697021.15590992 20771 5000 7.7165276e-11 7697021.2 Loop time of 0.0179439 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:23 2021 Pair time (%) = 0.0012219 (6.80955) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.195318) Outpt time (%) = 0.016577 (92.3826) Other time (%) = 0.000109911 (0.612527) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:23 2021 Memory usage per processor = 27.5437 Mbytes Step Atoms AVEKE stressZZ 20771 5000 7.7165276e-11 7696980.8 20772 -0.012902499999993 7696872.67215919 20772 5000 7.7159411e-11 7696872.7 Loop time of 0.0183609 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:23 2021 Pair time (%) = 0.00159812 (8.70395) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.207763) Outpt time (%) = 0.0165451 (90.1105) Other time (%) = 0.000179529 (0.977782) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:23 2021 Memory usage per processor = 27.5437 Mbytes Step Atoms AVEKE stressZZ 20772 5000 7.7159411e-11 7696832.3 20773 -0.012902499999993 7696724.19646599 20773 5000 7.7153643e-11 7696724.2 Loop time of 0.017802 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:23 2021 Pair time (%) = 0.00118899 (6.67899) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.202231) Outpt time (%) = 0.0164678 (92.5054) Other time (%) = 0.000109196 (0.61339) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:23 2021 Memory usage per processor = 27.5437 Mbytes Step Atoms AVEKE stressZZ 20773 5000 7.7153643e-11 7696683.9 20774 -0.012902499999993 7696575.7287425 20774 5000 7.7147937e-11 7696575.7 Loop time of 0.018055 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:23 2021 Pair time (%) = 0.00123501 (6.84027) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.188834) Outpt time (%) = 0.0166709 (92.3344) Other time (%) = 0.000114918 (0.636488) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:23 2021 Memory usage per processor = 27.5437 Mbytes Step Atoms AVEKE stressZZ 20774 5000 7.7147937e-11 7696535.4 20775 -0.012902499999993 7696427.26893254 20775 5000 7.7142271e-11 7696427.3 Loop time of 0.0179641 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:23 2021 Pair time (%) = 0.00138617 (7.7163) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.205715) Outpt time (%) = 0.016422 (91.4157) Other time (%) = 0.000118971 (0.662269) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:23 2021 Memory usage per processor = 27.5437 Mbytes Step Atoms AVEKE stressZZ 20775 5000 7.7142271e-11 7696386.9 20776 -0.012902499999993 7696278.81700015 20776 5000 7.713663e-11 7696278.8 Loop time of 0.0181458 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:23 2021 Pair time (%) = 0.00131798 (7.26327) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.1984) Outpt time (%) = 0.0166309 (91.6514) Other time (%) = 0.000160933 (0.886886) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:23 2021 Memory usage per processor = 27.5437 Mbytes Step Atoms AVEKE stressZZ 20776 5000 7.713663e-11 7696238.5 20777 -0.012902499999993 7696130.37289254 20777 5000 7.7131006e-11 7696130.4 Loop time of 0.0175691 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:23 2021 Pair time (%) = 0.00125599 (7.14887) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.204912) Outpt time (%) = 0.0161638 (92.0016) Other time (%) = 0.000113249 (0.644592) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:23 2021 Memory usage per processor = 27.5437 Mbytes Step Atoms AVEKE stressZZ 20777 5000 7.7131006e-11 7696090 20778 -0.012902499999993 7695981.93662248 20778 5000 7.7125392e-11 7695981.9 Loop time of 0.0182478 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:23 2021 Pair time (%) = 0.00151205 (8.28619) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.219502) Outpt time (%) = 0.0165439 (90.662) Other time (%) = 0.000151873 (0.832277) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:23 2021 Memory usage per processor = 27.5437 Mbytes Step Atoms AVEKE stressZZ 20778 5000 7.7125392e-11 7695941.6 20779 -0.012902499999993 7695833.50818019 20779 5000 7.7119785e-11 7695833.5 Loop time of 0.018213 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:23 2021 Pair time (%) = 0.00128794 (7.07151) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.192431) Outpt time (%) = 0.0167849 (92.1588) Other time (%) = 0.000105143 (0.577293) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:23 2021 Memory usage per processor = 27.5437 Mbytes Step Atoms AVEKE stressZZ 20779 5000 7.7119785e-11 7695793.2 20780 -0.012902499999993 7695685.08755886 20780 5000 7.7114183e-11 7695685.1 Loop time of 0.0205851 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:23 2021 Pair time (%) = 0.00126791 (6.15937) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.170257) Outpt time (%) = 0.01917 (93.126) Other time (%) = 0.000112057 (0.54436) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:23 2021 Memory usage per processor = 27.5437 Mbytes Step Atoms AVEKE stressZZ 20780 5000 7.7114183e-11 7695644.8 20781 -0.012902499999993 7695536.67475397 20781 5000 7.7108585e-11 7695536.7 Loop time of 0.0179741 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:23 2021 Pair time (%) = 0.00139904 (7.78363) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.2056) Outpt time (%) = 0.0164001 (91.2428) Other time (%) = 0.000138044 (0.768017) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:23 2021 Memory usage per processor = 27.5437 Mbytes Step Atoms AVEKE stressZZ 20781 5000 7.7108585e-11 7695496.3 20782 -0.012902499999993 7695388.26976208 20782 5000 7.7102988e-11 7695388.3 Loop time of 0.0179811 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:24 2021 Pair time (%) = 0.00128102 (7.12429) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.222758) Outpt time (%) = 0.0165489 (92.0351) Other time (%) = 0.000111103 (0.61789) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:24 2021 Memory usage per processor = 27.5437 Mbytes Step Atoms AVEKE stressZZ 20782 5000 7.7102988e-11 7695347.9 20783 -0.012902499999993 7695239.87258067 20783 5000 7.7097394e-11 7695239.9 Loop time of 0.018405 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:24 2021 Pair time (%) = 0.00139689 (7.58977) Neigh time (%) = 0 (0) Comm time (%) = 4.19617e-05 (0.227991) Outpt time (%) = 0.016818 (91.3778) Other time (%) = 0.000148058 (0.804446) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:24 2021 Memory usage per processor = 27.5437 Mbytes Step Atoms AVEKE stressZZ 20783 5000 7.7097394e-11 7695199.5 20784 -0.012902499999993 7695091.48320788 20784 5000 7.70918e-11 7695091.5 Loop time of 0.0178251 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:24 2021 Pair time (%) = 0.00122285 (6.86025) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.195281) Outpt time (%) = 0.0164609 (92.3466) Other time (%) = 0.000106573 (0.597881) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:24 2021 Memory usage per processor = 27.5437 Mbytes Step Atoms AVEKE stressZZ 20784 5000 7.70918e-11 7695051.2 20785 -0.012902499999993 7694943.10164204 20785 5000 7.7086208e-11 7694943.1 Loop time of 0.018378 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:24 2021 Pair time (%) = 0.00140905 (7.66706) Neigh time (%) = 0 (0) Comm time (%) = 4.88758e-05 (0.265947) Outpt time (%) = 0.0167429 (91.1031) Other time (%) = 0.000177145 (0.963896) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:24 2021 Memory usage per processor = 27.5437 Mbytes Step Atoms AVEKE stressZZ 20785 5000 7.7086208e-11 7694902.8 20786 -0.012902499999993 7694794.72788184 20786 5000 7.7080616e-11 7694794.7 Loop time of 0.017988 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:24 2021 Pair time (%) = 0.00122786 (6.82598) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.193513) Outpt time (%) = 0.0166111 (92.3456) Other time (%) = 0.000114202 (0.634883) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:24 2021 Memory usage per processor = 27.5437 Mbytes Step Atoms AVEKE stressZZ 20786 5000 7.7080616e-11 7694754.4 20787 -0.012902499999993 7694646.36192599 20787 5000 7.7075026e-11 7694646.4 Loop time of 0.017288 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:24 2021 Pair time (%) = 0.00115609 (6.68726) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.202728) Outpt time (%) = 0.0159941 (92.5156) Other time (%) = 0.000102758 (0.594393) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:24 2021 Memory usage per processor = 27.5437 Mbytes Step Atoms AVEKE stressZZ 20787 5000 7.7075026e-11 7694606 20788 -0.012902499999993 7694498.00377337 20788 5000 7.7069436e-11 7694498 Loop time of 0.0172238 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:24 2021 Pair time (%) = 0.00117588 (6.82705) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191025) Outpt time (%) = 0.0159209 (92.4351) Other time (%) = 9.41753e-05 (0.546773) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:24 2021 Memory usage per processor = 27.5437 Mbytes Step Atoms AVEKE stressZZ 20788 5000 7.7069436e-11 7694457.7 20789 -0.012902499999993 7694349.6534229 20789 5000 7.7063847e-11 7694349.7 Loop time of 0.0172498 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:24 2021 Pair time (%) = 0.00114989 (6.66611) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190737) Outpt time (%) = 0.0159729 (92.5972) Other time (%) = 9.41753e-05 (0.54595) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:24 2021 Memory usage per processor = 27.5437 Mbytes Step Atoms AVEKE stressZZ 20789 5000 7.7063847e-11 7694309.3 20790 -0.012902499999993 7694201.31087343 20790 5000 7.7058258e-11 7694201.3 Loop time of 0.020633 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:24 2021 Pair time (%) = 0.001158 (5.61237) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.159462) Outpt time (%) = 0.019351 (93.7868) Other time (%) = 9.10759e-05 (0.441409) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:24 2021 Memory usage per processor = 27.5437 Mbytes Step Atoms AVEKE stressZZ 20790 5000 7.7058258e-11 7694161 20791 -0.012902499999993 7694052.97612412 20791 5000 7.705267e-11 7694053 Loop time of 0.0178089 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:24 2021 Pair time (%) = 0.00119114 (6.68844) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.202153) Outpt time (%) = 0.0164711 (92.4882) Other time (%) = 0.000110626 (0.621185) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:24 2021 Memory usage per processor = 27.5437 Mbytes Step Atoms AVEKE stressZZ 20791 5000 7.705267e-11 7694012.7 20792 -0.012902499999993 7693904.6491738 20792 5000 7.7047083e-11 7693904.6 Loop time of 0.0186522 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:24 2021 Pair time (%) = 0.00146294 (7.84324) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.256925) Outpt time (%) = 0.0169458 (90.8517) Other time (%) = 0.000195503 (1.04815) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:24 2021 Memory usage per processor = 27.5437 Mbytes Step Atoms AVEKE stressZZ 20792 5000 7.7047083e-11 7693864.3 20793 -0.012902499999993 7693756.33002166 20793 5000 7.7041497e-11 7693756.3 Loop time of 0.0177259 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:24 2021 Pair time (%) = 0.00116611 (6.57852) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.197719) Outpt time (%) = 0.016417 (92.6158) Other time (%) = 0.000107765 (0.607952) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:24 2021 Memory usage per processor = 27.5437 Mbytes Step Atoms AVEKE stressZZ 20793 5000 7.7041497e-11 7693716 20794 -0.012902499999993 7693608.01866654 20794 5000 7.7035911e-11 7693608 Loop time of 0.0183611 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:24 2021 Pair time (%) = 0.00144982 (7.89617) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.255804) Outpt time (%) = 0.0166919 (90.9092) Other time (%) = 0.000172377 (0.938815) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:24 2021 Memory usage per processor = 27.5437 Mbytes Step Atoms AVEKE stressZZ 20794 5000 7.7035911e-11 7693567.7 20795 -0.012902499999993 7693459.71510755 20795 5000 7.7030326e-11 7693459.7 Loop time of 0.0178571 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:24 2021 Pair time (%) = 0.00120187 (6.73049) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.194932) Outpt time (%) = 0.016511 (92.4617) Other time (%) = 0.000109434 (0.612833) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:24 2021 Memory usage per processor = 27.5437 Mbytes Step Atoms AVEKE stressZZ 20795 5000 7.7030326e-11 7693419.4 20796 -0.012902499999993 7693311.41934383 20796 5000 7.7024741e-11 7693311.4 Loop time of 0.0184791 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:24 2021 Pair time (%) = 0.00148082 (8.01347) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.199982) Outpt time (%) = 0.016748 (90.6318) Other time (%) = 0.000213385 (1.15473) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:24 2021 Memory usage per processor = 27.5437 Mbytes Step Atoms AVEKE stressZZ 20796 5000 7.7024741e-11 7693271.1 20797 -0.012902499999993 7693163.13137425 20797 5000 7.7019157e-11 7693163.1 Loop time of 0.017858 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:24 2021 Pair time (%) = 0.00118494 (6.63534) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.196256) Outpt time (%) = 0.0165319 (92.5743) Other time (%) = 0.000106096 (0.59411) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:24 2021 Memory usage per processor = 27.5437 Mbytes Step Atoms AVEKE stressZZ 20797 5000 7.7019157e-11 7693122.8 20798 -0.012902499999993 7693014.85119805 20798 5000 7.7013574e-11 7693014.9 Loop time of 0.017729 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:24 2021 Pair time (%) = 0.00122285 (6.89743) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.192305) Outpt time (%) = 0.0163651 (92.3065) Other time (%) = 0.00010705 (0.603811) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:24 2021 Memory usage per processor = 27.5437 Mbytes Step Atoms AVEKE stressZZ 20798 5000 7.7013574e-11 7692974.5 20799 -0.012902499999993 7692866.57881412 20799 5000 7.7007991e-11 7692866.6 Loop time of 0.0183601 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:24 2021 Pair time (%) = 0.00137305 (7.47844) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.218159) Outpt time (%) = 0.0168109 (91.5619) Other time (%) = 0.000136137 (0.741481) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:24 2021 Memory usage per processor = 27.5437 Mbytes Step Atoms AVEKE stressZZ 20799 5000 7.7007991e-11 7692826.3 20800 -0.012902499999993 7692718.3142215 20800 5000 7.7002409e-11 7692718.3 Loop time of 0.0211859 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:24 2021 Pair time (%) = 0.00133395 (6.29642) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.16993) Outpt time (%) = 0.0196941 (92.9586) Other time (%) = 0.000121832 (0.575062) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:24 2021 Memory usage per processor = 27.5437 Mbytes Step Atoms AVEKE stressZZ 20800 5000 7.7002409e-11 7692678 20801 -0.012902499999993 7692570.05741935 20801 5000 7.6996828e-11 7692570.1 Loop time of 0.017889 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:24 2021 Pair time (%) = 0.00121808 (6.80909) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.195916) Outpt time (%) = 0.0165281 (92.3926) Other time (%) = 0.000107765 (0.60241) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:24 2021 Memory usage per processor = 27.5437 Mbytes Step Atoms AVEKE stressZZ 20801 5000 7.6996828e-11 7692529.7 20802 -0.012902499999993 7692421.80840675 20802 5000 7.6991247e-11 7692421.8 Loop time of 0.0182538 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:24 2021 Pair time (%) = 0.00138307 (7.57687) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.20245) Outpt time (%) = 0.0166879 (91.4213) Other time (%) = 0.000145912 (0.799352) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:24 2021 Memory usage per processor = 27.5437 Mbytes Step Atoms AVEKE stressZZ 20802 5000 7.6991247e-11 7692381.5 20803 -0.012902499999993 7692273.56718259 20803 5000 7.6985667e-11 7692273.6 Loop time of 0.0177898 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:24 2021 Pair time (%) = 0.00119114 (6.69561) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.195668) Outpt time (%) = 0.0164409 (92.4172) Other time (%) = 0.000123024 (0.691541) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:24 2021 Memory usage per processor = 27.5437 Mbytes Step Atoms AVEKE stressZZ 20803 5000 7.6985667e-11 7692233.3 20804 -0.012902499999993 7692125.33374617 20804 5000 7.6980088e-11 7692125.3 Loop time of 0.0183361 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:24 2021 Pair time (%) = 0.00146699 (8.00057) Neigh time (%) = 0 (0) Comm time (%) = 4.91142e-05 (0.267856) Outpt time (%) = 0.016634 (90.7174) Other time (%) = 0.000185966 (1.01421) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:24 2021 Memory usage per processor = 27.5437 Mbytes Step Atoms AVEKE stressZZ 20804 5000 7.6980088e-11 7692085 20805 -0.012902499999993 7691977.10809647 20805 5000 7.6974509e-11 7691977.1 Loop time of 0.017858 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:24 2021 Pair time (%) = 0.001194 (6.68607) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.196256) Outpt time (%) = 0.0165219 (92.5182) Other time (%) = 0.00010705 (0.59945) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:24 2021 Memory usage per processor = 27.5437 Mbytes Step Atoms AVEKE stressZZ 20805 5000 7.6974509e-11 7691936.8 20806 -0.012902499999993 7691828.89023252 20806 5000 7.6968931e-11 7691828.9 Loop time of 0.0180731 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:24 2021 Pair time (%) = 0.00120282 (6.65532) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.188644) Outpt time (%) = 0.0167351 (92.5967) Other time (%) = 0.000101089 (0.559337) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:24 2021 Memory usage per processor = 27.5437 Mbytes Step Atoms AVEKE stressZZ 20806 5000 7.6968931e-11 7691788.6 20807 -0.012902499999993 7691680.68015343 20807 5000 7.6963353e-11 7691680.7 Loop time of 0.0179429 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:24 2021 Pair time (%) = 0.00130415 (7.26833) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.205958) Outpt time (%) = 0.016485 (91.8746) Other time (%) = 0.000116825 (0.651094) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:24 2021 Memory usage per processor = 27.5437 Mbytes Step Atoms AVEKE stressZZ 20807 5000 7.6963353e-11 7691640.4 20808 -0.012902499999993 7691532.47785823 20808 5000 7.6957777e-11 7691532.5 Loop time of 0.018049 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:24 2021 Pair time (%) = 0.00128102 (7.09747) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.19418) Outpt time (%) = 0.0166008 (91.9765) Other time (%) = 0.000132084 (0.731807) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:24 2021 Memory usage per processor = 27.5437 Mbytes Step Atoms AVEKE stressZZ 20808 5000 7.6957777e-11 7691492.2 20809 -0.012902499999993 7691384.28334611 20809 5000 7.69522e-11 7691384.3 Loop time of 0.018194 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:24 2021 Pair time (%) = 0.00138903 (7.63455) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.220152) Outpt time (%) = 0.016628 (91.3931) Other time (%) = 0.000136852 (0.752185) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:24 2021 Memory usage per processor = 27.5437 Mbytes Step Atoms AVEKE stressZZ 20809 5000 7.69522e-11 7691344 20810 -0.012902499999993 7691236.0966161 20810 5000 7.6946625e-11 7691236.1 Loop time of 0.0206451 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:24 2021 Pair time (%) = 0.00114894 (5.56518) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.163987) Outpt time (%) = 0.0193629 (93.7893) Other time (%) = 9.94205e-05 (0.481569) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:24 2021 Memory usage per processor = 27.5437 Mbytes Step Atoms AVEKE stressZZ 20810 5000 7.6946625e-11 7691195.8 20811 -0.012902499999993 7691087.9176672 20811 5000 7.694105e-11 7691087.9 Loop time of 0.017771 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:24 2021 Pair time (%) = 0.00120401 (6.77516) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.197217) Outpt time (%) = 0.016422 (92.4091) Other time (%) = 0.000109911 (0.618485) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:24 2021 Memory usage per processor = 27.5437 Mbytes Step Atoms AVEKE stressZZ 20811 5000 7.694105e-11 7691047.6 20812 -0.012902499999993 7690939.74649866 20812 5000 7.6935476e-11 7690939.7 Loop time of 0.0180058 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:24 2021 Pair time (%) = 0.00131202 (7.28662) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.199942) Outpt time (%) = 0.0164859 (91.5588) Other time (%) = 0.0001719 (0.954689) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:24 2021 Memory usage per processor = 27.5437 Mbytes Step Atoms AVEKE stressZZ 20812 5000 7.6935476e-11 7690899.4 20813 -0.012902499999993 7690791.58310954 20813 5000 7.6929902e-11 7690791.6 Loop time of 0.0180969 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:24 2021 Pair time (%) = 0.00137115 (7.57668) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.226602) Outpt time (%) = 0.016566 (91.5406) Other time (%) = 0.000118732 (0.656092) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:24 2021 Memory usage per processor = 27.5437 Mbytes Step Atoms AVEKE stressZZ 20813 5000 7.6929902e-11 7690751.3 20814 -0.012902499999993 7690643.42749879 20814 5000 7.6924329e-11 7690643.4 Loop time of 0.017801 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:24 2021 Pair time (%) = 0.00114894 (6.45433) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.18617) Outpt time (%) = 0.0165191 (92.7983) Other time (%) = 9.98974e-05 (0.561188) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:24 2021 Memory usage per processor = 27.5437 Mbytes Step Atoms AVEKE stressZZ 20814 5000 7.6924329e-11 7690603.1 20815 -0.012902499999993 7690495.27966569 20815 5000 7.6918757e-11 7690495.3 Loop time of 0.0177829 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:24 2021 Pair time (%) = 0.00121689 (6.84302) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.197085) Outpt time (%) = 0.016423 (92.3526) Other time (%) = 0.000108004 (0.607344) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:24 2021 Memory usage per processor = 27.5437 Mbytes Step Atoms AVEKE stressZZ 20815 5000 7.6918757e-11 7690455 20816 -0.012902499999993 7690347.13960916 20816 5000 7.6913185e-11 7690347.1 Loop time of 0.018321 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:24 2021 Pair time (%) = 0.00127983 (6.98558) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.196502) Outpt time (%) = 0.016892 (92.1998) Other time (%) = 0.000113249 (0.618135) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:24 2021 Memory usage per processor = 27.5437 Mbytes Step Atoms AVEKE stressZZ 20816 5000 7.6913185e-11 7690306.8 20817 -0.012902499999993 7690199.0073285 20817 5000 7.6907614e-11 7690199 Loop time of 0.0181279 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:24 2021 Pair time (%) = 0.00140405 (7.74522) Neigh time (%) = 0 (0) Comm time (%) = 4.29153e-05 (0.236736) Outpt time (%) = 0.0165119 (91.0856) Other time (%) = 0.000169039 (0.932478) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:24 2021 Memory usage per processor = 27.5437 Mbytes Step Atoms AVEKE stressZZ 20817 5000 7.6907614e-11 7690158.7 20818 -0.012902499999993 7690050.88282268 20818 5000 7.6902044e-11 7690050.9 Loop time of 0.0181029 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:24 2021 Pair time (%) = 0.00126314 (6.97757) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.226527) Outpt time (%) = 0.0166841 (92.1624) Other time (%) = 0.000114679 (0.633487) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:24 2021 Memory usage per processor = 27.5437 Mbytes Step Atoms AVEKE stressZZ 20818 5000 7.6902044e-11 7690010.6 20819 -0.012902499999993 7689902.76609077 20819 5000 7.6896474e-11 7689902.8 Loop time of 0.0179782 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:24 2021 Pair time (%) = 0.00127101 (7.06973) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.200249) Outpt time (%) = 0.016556 (92.0895) Other time (%) = 0.000115156 (0.640533) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:24 2021 Memory usage per processor = 27.5437 Mbytes Step Atoms AVEKE stressZZ 20819 5000 7.6896474e-11 7689862.5 20820 -0.012902499999993 7689754.65713206 20820 5000 7.6890905e-11 7689754.7 Loop time of 0.0207322 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:24 2021 Pair time (%) = 0.00121403 (5.85577) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.164449) Outpt time (%) = 0.0193741 (93.4496) Other time (%) = 0.000109911 (0.530147) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:24 2021 Memory usage per processor = 27.5437 Mbytes Step Atoms AVEKE stressZZ 20820 5000 7.6890905e-11 7689714.4 20821 -0.012902499999993 7689606.55594542 20821 5000 7.6885336e-11 7689606.6 Loop time of 0.01791 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:24 2021 Pair time (%) = 0.00119495 (6.67199) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.194356) Outpt time (%) = 0.016572 (92.5293) Other time (%) = 0.000108242 (0.604366) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:24 2021 Memory usage per processor = 27.5437 Mbytes Step Atoms AVEKE stressZZ 20821 5000 7.6885336e-11 7689566.3 20822 -0.012902499999993 7689458.46253006 20822 5000 7.6879769e-11 7689458.5 Loop time of 0.0180721 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:24 2021 Pair time (%) = 0.00137115 (7.58707) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.199208) Outpt time (%) = 0.01651 (91.3562) Other time (%) = 0.000154972 (0.85752) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:24 2021 Memory usage per processor = 27.5437 Mbytes Step Atoms AVEKE stressZZ 20822 5000 7.6879769e-11 7689418.2 20823 -0.012902499999993 7689310.37688516 20823 5000 7.6874201e-11 7689310.4 Loop time of 0.0182521 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:25 2021 Pair time (%) = 0.00144291 (7.90543) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.197244) Outpt time (%) = 0.0166321 (91.124) Other time (%) = 0.000141144 (0.7733) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:25 2021 Memory usage per processor = 27.5437 Mbytes Step Atoms AVEKE stressZZ 20823 5000 7.6874201e-11 7689270.1 20824 -0.012902499999993 7689162.29900979 20824 5000 7.6868635e-11 7689162.3 Loop time of 0.0178668 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:25 2021 Pair time (%) = 0.00122499 (6.85624) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.18415) Outpt time (%) = 0.016504 (92.3725) Other time (%) = 0.000104904 (0.587144) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:25 2021 Memory usage per processor = 27.5437 Mbytes Step Atoms AVEKE stressZZ 20824 5000 7.6868635e-11 7689122 20825 -0.012902499999993 7689014.22890296 20825 5000 7.6863069e-11 7689014.2 Loop time of 0.0180581 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:25 2021 Pair time (%) = 0.00134683 (7.45831) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.204645) Outpt time (%) = 0.01653 (91.5383) Other time (%) = 0.000144243 (0.798775) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:25 2021 Memory usage per processor = 27.5437 Mbytes Step Atoms AVEKE stressZZ 20825 5000 7.6863069e-11 7688973.9 20826 -0.012902499999993 7688866.166564 20826 5000 7.6857504e-11 7688866.2 Loop time of 0.0177121 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:25 2021 Pair time (%) = 0.00115609 (6.52712) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.203258) Outpt time (%) = 0.0164149 (92.676) Other time (%) = 0.000105143 (0.59362) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:25 2021 Memory usage per processor = 27.5437 Mbytes Step Atoms AVEKE stressZZ 20826 5000 7.6857504e-11 7688825.9 20827 -0.012902499999993 7688718.11199188 20827 5000 7.6851939e-11 7688718.1 Loop time of 0.018234 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:25 2021 Pair time (%) = 0.00137115 (7.51971) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.219668) Outpt time (%) = 0.0166779 (91.4656) Other time (%) = 0.000144958 (0.794989) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:25 2021 Memory usage per processor = 27.5437 Mbytes Step Atoms AVEKE stressZZ 20827 5000 7.6851939e-11 7688677.8 20828 -0.012902499999993 7688570.06518574 20828 5000 7.6846375e-11 7688570.1 Loop time of 0.0173109 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:25 2021 Pair time (%) = 0.00116014 (6.70183) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.195573) Outpt time (%) = 0.016017 (92.5255) Other time (%) = 9.98974e-05 (0.577079) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:25 2021 Memory usage per processor = 27.5437 Mbytes Step Atoms AVEKE stressZZ 20828 5000 7.6846375e-11 7688529.8 20829 -0.012902499999993 7688422.02614473 20829 5000 7.6840812e-11 7688422 Loop time of 0.0172169 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:25 2021 Pair time (%) = 0.00117397 (6.81872) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191101) Outpt time (%) = 0.015919 (92.4612) Other time (%) = 9.10759e-05 (0.528991) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:25 2021 Memory usage per processor = 27.5437 Mbytes Step Atoms AVEKE stressZZ 20829 5000 7.6840812e-11 7688381.7 20830 -0.012902499999993 7688273.99486798 20830 5000 7.6835249e-11 7688274 Loop time of 0.0197861 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:25 2021 Pair time (%) = 0.00115395 (5.8321) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.166287) Outpt time (%) = 0.018507 (93.5353) Other time (%) = 9.2268e-05 (0.466327) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:25 2021 Memory usage per processor = 27.5437 Mbytes Step Atoms AVEKE stressZZ 20830 5000 7.6835249e-11 7688233.7 20831 -0.012902499999993 7688125.97135453 20831 5000 7.6829687e-11 7688126 Loop time of 0.017735 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:25 2021 Pair time (%) = 0.00114799 (6.47299) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.185519) Outpt time (%) = 0.0164602 (92.8118) Other time (%) = 9.39369e-05 (0.52967) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:25 2021 Memory usage per processor = 27.5437 Mbytes Step Atoms AVEKE stressZZ 20831 5000 7.6829687e-11 7688085.7 20832 -0.012902499999993 7687977.95560362 20832 5000 7.6824126e-11 7687978 Loop time of 0.0182362 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:25 2021 Pair time (%) = 0.00152421 (8.35817) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.279782) Outpt time (%) = 0.0164731 (90.3318) Other time (%) = 0.000187874 (1.03023) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:25 2021 Memory usage per processor = 27.5437 Mbytes Step Atoms AVEKE stressZZ 20832 5000 7.6824126e-11 7687937.7 20833 -0.012902499999993 7687829.94761435 20833 5000 7.6818565e-11 7687829.9 Loop time of 0.018482 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:25 2021 Pair time (%) = 0.0013001 (7.0344) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.194791) Outpt time (%) = 0.0170171 (92.0742) Other time (%) = 0.000128746 (0.696603) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:25 2021 Memory usage per processor = 27.5437 Mbytes Step Atoms AVEKE stressZZ 20833 5000 7.6818565e-11 7687789.7 20834 -0.012902499999993 7687681.94738576 20834 5000 7.6813005e-11 7687681.9 Loop time of 0.0180321 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:25 2021 Pair time (%) = 0.00124407 (6.8992) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.199651) Outpt time (%) = 0.0166349 (92.252) Other time (%) = 0.000117064 (0.649196) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:25 2021 Memory usage per processor = 27.5437 Mbytes Step Atoms AVEKE stressZZ 20834 5000 7.6813005e-11 7687641.7 20835 -0.012902499999993 7687533.95491706 20835 5000 7.6807445e-11 7687534 Loop time of 0.017909 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:25 2021 Pair time (%) = 0.00122094 (6.81746) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.194366) Outpt time (%) = 0.0165441 (92.3785) Other time (%) = 0.000109196 (0.609724) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:25 2021 Memory usage per processor = 27.5437 Mbytes Step Atoms AVEKE stressZZ 20835 5000 7.6807445e-11 7687493.7 20836 -0.012902499999993 7687385.9702074 20836 5000 7.6801886e-11 7687386 Loop time of 0.0179169 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:25 2021 Pair time (%) = 0.00123692 (6.90362) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.195611) Outpt time (%) = 0.0165381 (92.3046) Other time (%) = 0.000106812 (0.596149) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:25 2021 Memory usage per processor = 27.5437 Mbytes Step Atoms AVEKE stressZZ 20836 5000 7.6801886e-11 7687345.7 20837 -0.012902499999993 7687237.99325585 20837 5000 7.6796328e-11 7687238 Loop time of 0.0184639 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:25 2021 Pair time (%) = 0.00137496 (7.44677) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.194982) Outpt time (%) = 0.016912 (91.5951) Other time (%) = 0.000140905 (0.763142) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:25 2021 Memory usage per processor = 27.5437 Mbytes Step Atoms AVEKE stressZZ 20837 5000 7.6796328e-11 7687197.7 20838 -0.012902499999993 7687090.02406156 20838 5000 7.679077e-11 7687090 Loop time of 0.017838 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:25 2021 Pair time (%) = 0.00121903 (6.83392) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.201823) Outpt time (%) = 0.016474 (92.3534) Other time (%) = 0.000108957 (0.610816) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:25 2021 Memory usage per processor = 27.5437 Mbytes Step Atoms AVEKE stressZZ 20838 5000 7.679077e-11 7687049.7 20839 -0.012902499999993 7686942.0626238 20839 5000 7.6785214e-11 7686942.1 Loop time of 0.0182228 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:25 2021 Pair time (%) = 0.00163388 (8.96614) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.219803) Outpt time (%) = 0.016346 (89.7006) Other time (%) = 0.000202894 (1.11341) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:25 2021 Memory usage per processor = 27.5437 Mbytes Step Atoms AVEKE stressZZ 20839 5000 7.6785214e-11 7686901.8 20840 -0.012902499999993 7686794.10894142 20840 5000 7.6779657e-11 7686794.1 Loop time of 0.021173 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:25 2021 Pair time (%) = 0.001472 (6.95223) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.184672) Outpt time (%) = 0.019495 (92.0749) Other time (%) = 0.000166893 (0.788235) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:25 2021 Memory usage per processor = 27.5437 Mbytes Step Atoms AVEKE stressZZ 20840 5000 7.6779657e-11 7686753.8 20841 -0.012902499999993 7686646.16301383 20841 5000 7.6774102e-11 7686646.2 Loop time of 0.018326 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:25 2021 Pair time (%) = 0.00152206 (8.30547) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.206856) Outpt time (%) = 0.0166252 (90.7188) Other time (%) = 0.000140905 (0.768881) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:25 2021 Memory usage per processor = 27.5437 Mbytes Step Atoms AVEKE stressZZ 20841 5000 7.6774102e-11 7686605.9 20842 -0.012902499999993 7686498.22484003 20842 5000 7.6768547e-11 7686498.2 Loop time of 0.0180299 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:25 2021 Pair time (%) = 0.00124812 (6.9225) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.194385) Outpt time (%) = 0.016639 (92.2854) Other time (%) = 0.000107765 (0.597702) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:25 2021 Memory usage per processor = 27.5437 Mbytes Step Atoms AVEKE stressZZ 20842 5000 7.6768547e-11 7686458 20843 -0.012902499999993 7686350.2944192 20843 5000 7.6762992e-11 7686350.3 Loop time of 0.0184629 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:25 2021 Pair time (%) = 0.00145292 (7.86942) Neigh time (%) = 0 (0) Comm time (%) = 3.98159e-05 (0.215654) Outpt time (%) = 0.016784 (90.9064) Other time (%) = 0.000186205 (1.00854) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:25 2021 Memory usage per processor = 27.5437 Mbytes Step Atoms AVEKE stressZZ 20843 5000 7.6762992e-11 7686310 20844 -0.012902499999993 7686202.37175047 20844 5000 7.6757439e-11 7686202.4 Loop time of 0.018074 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:25 2021 Pair time (%) = 0.00123405 (6.82778) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.199187) Outpt time (%) = 0.0166972 (92.3821) Other time (%) = 0.000106812 (0.590967) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:25 2021 Memory usage per processor = 27.5437 Mbytes Step Atoms AVEKE stressZZ 20844 5000 7.6757439e-11 7686162.1 20845 -0.012902499999993 7686054.45683307 20845 5000 7.6751885e-11 7686054.5 Loop time of 0.0185289 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:25 2021 Pair time (%) = 0.00140786 (7.59818) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.204591) Outpt time (%) = 0.016927 (91.3544) Other time (%) = 0.000156164 (0.842812) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:25 2021 Memory usage per processor = 27.5437 Mbytes Step Atoms AVEKE stressZZ 20845 5000 7.6751885e-11 7686014.2 20846 -0.012902499999993 7685906.54966597 20846 5000 7.6746333e-11 7685906.5 Loop time of 0.018028 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:25 2021 Pair time (%) = 0.0011909 (6.60583) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.194406) Outpt time (%) = 0.0166948 (92.6046) Other time (%) = 0.000107288 (0.59512) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:26:25 2021 Memory usage per processor = 27.5437 Mbytes Step Atoms AVEKE stressZZ 20846 5000 7.6746333e-11 7685866.3 20847 -0.012902499999993 7685737.36743866 20847 5000 1.5145944e-10 7685990.4 Loop time of 0.0180581 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:25 2021 Pair time (%) = 0.00141001 (7.80819) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.209926) Outpt time (%) = 0.016438 (91.0286) Other time (%) = 0.000172138 (0.953249) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28367 ave 28367 max 28367 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28367 Ave neighs/atom = 5.6734 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:25 2021 Memory usage per processor = 27.5437 Mbytes Step Atoms AVEKE stressZZ 20847 5000 1.5145944e-10 7751052.4 20848 -0.0129349999999929 7750910.39791633 20848 5000 1.2186874e-10 7750910.4 Loop time of 0.0177698 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:25 2021 Pair time (%) = 0.00128794 (7.24789) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.207964) Outpt time (%) = 0.016335 (91.9256) Other time (%) = 0.000109911 (0.618526) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:25 2021 Memory usage per processor = 27.5437 Mbytes Step Atoms AVEKE stressZZ 20848 5000 1.2186874e-10 7750856 20849 -0.0129349999999929 7750726.08586363 20849 5000 1.0473282e-10 7750726.1 Loop time of 0.0180578 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:25 2021 Pair time (%) = 0.00143814 (7.96409) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.221811) Outpt time (%) = 0.016422 (90.9414) Other time (%) = 0.000157595 (0.872722) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:25 2021 Memory usage per processor = 27.5437 Mbytes Step Atoms AVEKE stressZZ 20849 5000 1.0473282e-10 7750676.7 20850 -0.0129349999999929 7750554.46717314 20850 5000 9.4515799e-11 7750554.5 Loop time of 0.0205641 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:25 2021 Pair time (%) = 0.0012331 (5.99638) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.175068) Outpt time (%) = 0.0191822 (93.2802) Other time (%) = 0.000112772 (0.548393) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:25 2021 Memory usage per processor = 27.5438 Mbytes Step Atoms AVEKE stressZZ 20850 5000 9.4515799e-11 7750508.2 20851 -0.0129349999999929 7750390.91806597 20851 5000 8.829342e-11 7750390.9 Loop time of 0.0184209 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:25 2021 Pair time (%) = 0.00141811 (7.69838) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.207085) Outpt time (%) = 0.0168109 (91.2597) Other time (%) = 0.00015378 (0.834811) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:25 2021 Memory usage per processor = 27.5438 Mbytes Step Atoms AVEKE stressZZ 20851 5000 8.829342e-11 7750346.7 20852 -0.0129349999999929 7750232.50017115 20852 5000 8.4447143e-11 7750232.5 Loop time of 0.0178311 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:25 2021 Pair time (%) = 0.00134897 (7.56528) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.22998) Outpt time (%) = 0.016315 (91.4974) Other time (%) = 0.000126123 (0.707323) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:25 2021 Memory usage per processor = 27.5438 Mbytes Step Atoms AVEKE stressZZ 20852 5000 8.4447143e-11 7750189.5 20853 -0.0129349999999929 7750077.34609653 20853 5000 8.2045247e-11 7750077.3 Loop time of 0.0179172 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:25 2021 Pair time (%) = 0.00136805 (7.6354) Neigh time (%) = 0 (0) Comm time (%) = 4.3869e-05 (0.244844) Outpt time (%) = 0.0163419 (91.2083) Other time (%) = 0.000163317 (0.91151) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:25 2021 Memory usage per processor = 27.5438 Mbytes Step Atoms AVEKE stressZZ 20853 5000 8.2045247e-11 7750035.2 20854 -0.0129349999999929 7749924.26909156 20854 5000 8.0534745e-11 7749924.3 Loop time of 0.0181248 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:25 2021 Pair time (%) = 0.00123501 (6.81391) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.193368) Outpt time (%) = 0.0167451 (92.3876) Other time (%) = 0.000109673 (0.605096) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:25 2021 Memory usage per processor = 27.5438 Mbytes Step Atoms AVEKE stressZZ 20854 5000 8.0534745e-11 7749882.7 20855 -0.0129349999999929 7749772.51496369 20855 5000 7.9580017e-11 7749772.5 Loop time of 0.0184309 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:25 2021 Pair time (%) = 0.00142097 (7.70972) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.212147) Outpt time (%) = 0.016825 (91.2865) Other time (%) = 0.000145912 (0.791669) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:25 2021 Memory usage per processor = 27.5438 Mbytes Step Atoms AVEKE stressZZ 20855 5000 7.9580017e-11 7749731.2 20856 -0.0129349999999929 7749621.60441482 20856 5000 7.8974158e-11 7749621.6 Loop time of 0.01829 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:25 2021 Pair time (%) = 0.00125599 (6.86706) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.191621) Outpt time (%) = 0.0168769 (92.2739) Other time (%) = 0.00012207 (0.667414) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:25 2021 Memory usage per processor = 27.5438 Mbytes Step Atoms AVEKE stressZZ 20856 5000 7.8974158e-11 7749580.5 20857 -0.0129349999999929 7749471.23284521 20857 5000 7.8588258e-11 7749471.2 Loop time of 0.0181129 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:25 2021 Pair time (%) = 0.00124979 (6.9) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.193495) Outpt time (%) = 0.016715 (92.2826) Other time (%) = 0.00011301 (0.623922) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:25 2021 Memory usage per processor = 27.5438 Mbytes Step Atoms AVEKE stressZZ 20857 5000 7.8588258e-11 7749430.3 20858 -0.0129349999999929 7749321.20667807 20858 5000 7.8341437e-11 7749321.2 Loop time of 0.0183761 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:25 2021 Pair time (%) = 0.00141692 (7.71067) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.211482) Outpt time (%) = 0.0167449 (91.1229) Other time (%) = 0.000175476 (0.954914) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:25 2021 Memory usage per processor = 27.5438 Mbytes Step Atoms AVEKE stressZZ 20858 5000 7.8341437e-11 7749280.3 20859 -0.0129349999999929 7749171.40289251 20859 5000 7.8182715e-11 7749171.4 Loop time of 0.0181029 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:25 2021 Pair time (%) = 0.00128698 (7.10927) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.205455) Outpt time (%) = 0.0166619 (92.0399) Other time (%) = 0.000116825 (0.64534) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:25 2021 Memory usage per processor = 27.5438 Mbytes Step Atoms AVEKE stressZZ 20859 5000 7.8182715e-11 7749130.6 20860 -0.0129349999999929 7749021.74330713 20860 5000 7.8079865e-11 7749021.7 Loop time of 0.0213358 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:25 2021 Pair time (%) = 0.00128698 (6.03203) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.168736) Outpt time (%) = 0.019896 (93.2517) Other time (%) = 0.000116825 (0.547553) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:25 2021 Memory usage per processor = 27.5438 Mbytes Step Atoms AVEKE stressZZ 20860 5000 7.8079865e-11 7748981 20861 -0.0129349999999929 7748872.17823599 20861 5000 7.8012475e-11 7748872.2 Loop time of 0.017983 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:25 2021 Pair time (%) = 0.00119901 (6.66746) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.200196) Outpt time (%) = 0.0166411 (92.5384) Other time (%) = 0.000106812 (0.59396) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:25 2021 Memory usage per processor = 27.5438 Mbytes Step Atoms AVEKE stressZZ 20861 5000 7.8012475e-11 7748831.4 20862 -0.0129349999999929 7748722.67610298 20862 5000 7.7967601e-11 7748722.7 Loop time of 0.0186329 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:25 2021 Pair time (%) = 0.00149298 (8.01259) Neigh time (%) = 0 (0) Comm time (%) = 4.29153e-05 (0.23032) Outpt time (%) = 0.0168939 (90.6669) Other time (%) = 0.000203133 (1.09018) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:25 2021 Memory usage per processor = 27.5438 Mbytes Step Atoms AVEKE stressZZ 20862 5000 7.7967601e-11 7748681.9 20863 -0.0129349999999929 7748573.2168403 20863 5000 7.7937029e-11 7748573.2 Loop time of 0.0182722 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:26 2021 Pair time (%) = 0.00133204 (7.29002) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.224429) Outpt time (%) = 0.016768 (91.7679) Other time (%) = 0.00013113 (0.71765) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:26 2021 Memory usage per processor = 27.5438 Mbytes Step Atoms AVEKE stressZZ 20863 5000 7.7937029e-11 7748532.5 20864 -0.0129349999999929 7748423.78769432 20864 5000 7.7915543e-11 7748423.8 Loop time of 0.0189219 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:26 2021 Pair time (%) = 0.00144887 (7.65712) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.190263) Outpt time (%) = 0.0172949 (91.4016) Other time (%) = 0.000142097 (0.75097) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:26 2021 Memory usage per processor = 27.5438 Mbytes Step Atoms AVEKE stressZZ 20864 5000 7.7915543e-11 7748383.1 20865 -0.0129349999999929 7748274.38055972 20865 5000 7.789983e-11 7748274.4 Loop time of 0.017972 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:26 2021 Pair time (%) = 0.00137401 (7.64526) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.210931) Outpt time (%) = 0.0164361 (91.454) Other time (%) = 0.000123978 (0.689838) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:26 2021 Memory usage per processor = 27.5438 Mbytes Step Atoms AVEKE stressZZ 20865 5000 7.789983e-11 7748233.7 20866 -0.0129349999999929 7748124.99028455 20866 5000 7.7887785e-11 7748125 Loop time of 0.0184948 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:26 2021 Pair time (%) = 0.00141716 (7.66246) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.211414) Outpt time (%) = 0.0168741 (91.2366) Other time (%) = 0.000164509 (0.889485) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:26 2021 Memory usage per processor = 27.5438 Mbytes Step Atoms AVEKE stressZZ 20866 5000 7.7887785e-11 7748084.3 20867 -0.0129349999999929 7747975.61359465 20867 5000 7.7878072e-11 7747975.6 Loop time of 0.0180531 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:26 2021 Pair time (%) = 0.00124812 (6.91363) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.188854) Outpt time (%) = 0.0166621 (92.2953) Other time (%) = 0.000108719 (0.602219) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:26 2021 Memory usage per processor = 27.5438 Mbytes Step Atoms AVEKE stressZZ 20867 5000 7.7878072e-11 7747934.9 20868 -0.0129349999999929 7747826.24840845 20868 5000 7.7869841e-11 7747826.2 Loop time of 0.0181391 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:26 2021 Pair time (%) = 0.00138712 (7.64711) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.208988) Outpt time (%) = 0.0165648 (91.3211) Other time (%) = 0.00014925 (0.822807) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:26 2021 Memory usage per processor = 27.5438 Mbytes Step Atoms AVEKE stressZZ 20868 5000 7.7869841e-11 7747785.5 20869 -0.0129349999999929 7747676.89340308 20869 5000 7.7862551e-11 7747676.9 Loop time of 0.0173841 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:26 2021 Pair time (%) = 0.00114799 (6.60367) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189264) Outpt time (%) = 0.016103 (92.631) Other time (%) = 0.000100136 (0.576021) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:26 2021 Memory usage per processor = 27.5438 Mbytes Step Atoms AVEKE stressZZ 20869 5000 7.7862551e-11 7747636.2 20870 -0.0129349999999929 7747527.54773691 20870 5000 7.785586e-11 7747527.5 Loop time of 0.0197558 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:26 2021 Pair time (%) = 0.00117087 (5.92672) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.166542) Outpt time (%) = 0.0184588 (93.4349) Other time (%) = 9.32217e-05 (0.471869) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:26 2021 Memory usage per processor = 27.5438 Mbytes Step Atoms AVEKE stressZZ 20870 5000 7.785586e-11 7747486.8 20871 -0.0129349999999929 7747378.21087503 20871 5000 7.784955e-11 7747378.2 Loop time of 0.017751 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:26 2021 Pair time (%) = 0.00115204 (6.49) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.186695) Outpt time (%) = 0.0164731 (92.8008) Other time (%) = 9.27448e-05 (0.522477) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:26 2021 Memory usage per processor = 27.5438 Mbytes Step Atoms AVEKE stressZZ 20871 5000 7.784955e-11 7747337.5 20872 -0.0129349999999929 7747228.88247683 20872 5000 7.7843482e-11 7747228.9 Loop time of 0.0182061 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:26 2021 Pair time (%) = 0.00122905 (6.75074) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.197742) Outpt time (%) = 0.0168278 (92.4295) Other time (%) = 0.000113249 (0.622037) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:26 2021 Memory usage per processor = 27.5438 Mbytes Step Atoms AVEKE stressZZ 20872 5000 7.7843482e-11 7747188.2 20873 -0.0129349999999929 7747079.56232555 20873 5000 7.7837568e-11 7747079.6 Loop time of 0.0181849 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:26 2021 Pair time (%) = 0.00122595 (6.74157) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.192729) Outpt time (%) = 0.016814 (92.4613) Other time (%) = 0.000109911 (0.604408) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:26 2021 Memory usage per processor = 27.5438 Mbytes Step Atoms AVEKE stressZZ 20873 5000 7.7837568e-11 7747038.9 20874 -0.0129349999999929 7746930.25028281 20874 5000 7.7831753e-11 7746930.3 Loop time of 0.0178452 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:26 2021 Pair time (%) = 0.0012579 (7.04895) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.201742) Outpt time (%) = 0.0164399 (92.1254) Other time (%) = 0.000111341 (0.623931) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:26 2021 Memory usage per processor = 27.5438 Mbytes Step Atoms AVEKE stressZZ 20874 5000 7.7831753e-11 7746889.6 20875 -0.0129349999999929 7746780.9462605 20875 5000 7.7826e-11 7746780.9 Loop time of 0.018362 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:26 2021 Pair time (%) = 0.00122881 (6.69212) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.190869) Outpt time (%) = 0.0169721 (92.4301) Other time (%) = 0.000126123 (0.68687) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:26 2021 Memory usage per processor = 27.5438 Mbytes Step Atoms AVEKE stressZZ 20875 5000 7.7826e-11 7746740.2 20876 -0.0129349999999929 7746631.65020208 20876 5000 7.7820287e-11 7746631.7 Loop time of 0.0178621 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:26 2021 Pair time (%) = 0.00126696 (7.09299) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.217568) Outpt time (%) = 0.0164402 (92.0394) Other time (%) = 0.00011611 (0.650035) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:26 2021 Memory usage per processor = 27.5438 Mbytes Step Atoms AVEKE stressZZ 20876 5000 7.7820287e-11 7746591 20877 -0.0129349999999929 7746482.3620711 20877 5000 7.78146e-11 7746482.4 Loop time of 0.0178571 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:26 2021 Pair time (%) = 0.00122595 (6.86534) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.201608) Outpt time (%) = 0.0164881 (92.3336) Other time (%) = 0.00010705 (0.599482) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:26 2021 Memory usage per processor = 27.5438 Mbytes Step Atoms AVEKE stressZZ 20877 5000 7.78146e-11 7746441.7 20878 -0.0129349999999929 7746333.08184425 20878 5000 7.7808929e-11 7746333.1 Loop time of 0.018595 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:26 2021 Pair time (%) = 0.00143695 (7.72762) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.208993) Outpt time (%) = 0.0169299 (91.0454) Other time (%) = 0.000189304 (1.01804) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:26 2021 Memory usage per processor = 27.5438 Mbytes Step Atoms AVEKE stressZZ 20878 5000 7.7808929e-11 7746292.4 20879 -0.0129349999999929 7746183.80950593 20879 5000 7.7803269e-11 7746183.8 Loop time of 0.0179529 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:26 2021 Pair time (%) = 0.00125813 (7.00797) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.200531) Outpt time (%) = 0.0165379 (92.1182) Other time (%) = 0.000120878 (0.673307) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:26 2021 Memory usage per processor = 27.5438 Mbytes Step Atoms AVEKE stressZZ 20879 5000 7.7803269e-11 7746143.1 20880 -0.0129349999999929 7746034.54504615 20880 5000 7.7797616e-11 7746034.5 Loop time of 0.0206649 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:26 2021 Pair time (%) = 0.00142097 (6.87626) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.227286) Outpt time (%) = 0.0190561 (92.2146) Other time (%) = 0.000140905 (0.681858) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:26 2021 Memory usage per processor = 27.5438 Mbytes Step Atoms AVEKE stressZZ 20880 5000 7.7797616e-11 7745993.9 20881 -0.0129349999999929 7745885.28845804 20881 5000 7.7791968e-11 7745885.3 Loop time of 0.0180781 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:26 2021 Pair time (%) = 0.00123692 (6.84207) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.199143) Outpt time (%) = 0.0166962 (92.3561) Other time (%) = 0.000108957 (0.602704) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:26 2021 Memory usage per processor = 27.5438 Mbytes Step Atoms AVEKE stressZZ 20881 5000 7.7791968e-11 7745844.6 20882 -0.0129349999999929 7745736.03973678 20882 5000 7.7786324e-11 7745736 Loop time of 0.0181191 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:26 2021 Pair time (%) = 0.00124502 (6.87132) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.193429) Outpt time (%) = 0.0167301 (92.3339) Other time (%) = 0.000108957 (0.60134) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:26 2021 Memory usage per processor = 27.5438 Mbytes Step Atoms AVEKE stressZZ 20882 5000 7.7786324e-11 7745695.4 20883 -0.0129349999999929 7745586.79887902 20883 5000 7.7780681e-11 7745586.8 Loop time of 0.0183201 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:26 2021 Pair time (%) = 0.00140595 (7.67439) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.212129) Outpt time (%) = 0.0167401 (91.3756) Other time (%) = 0.000135183 (0.737897) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:26 2021 Memory usage per processor = 27.5438 Mbytes Step Atoms AVEKE stressZZ 20883 5000 7.7780681e-11 7745546.1 20884 -0.0129349999999929 7745437.56588206 20884 5000 7.777504e-11 7745437.6 Loop time of 0.0179961 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:26 2021 Pair time (%) = 0.00123096 (6.84013) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.194751) Outpt time (%) = 0.0166199 (92.353) Other time (%) = 0.000110149 (0.612075) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:26 2021 Memory usage per processor = 27.5438 Mbytes Step Atoms AVEKE stressZZ 20884 5000 7.777504e-11 7745396.9 20885 -0.0129349999999929 7745288.34074385 20885 5000 7.7769401e-11 7745288.3 Loop time of 0.0183852 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:26 2021 Pair time (%) = 0.00152707 (8.30599) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.223049) Outpt time (%) = 0.016665 (90.6436) Other time (%) = 0.000152111 (0.827357) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:26 2021 Memory usage per processor = 27.5438 Mbytes Step Atoms AVEKE stressZZ 20885 5000 7.7769401e-11 7745247.7 20886 -0.0129349999999929 7745139.12346463 20886 5000 7.7763762e-11 7745139.1 Loop time of 0.0181711 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:26 2021 Pair time (%) = 0.00141096 (7.76488) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.213869) Outpt time (%) = 0.0165751 (91.217) Other time (%) = 0.000146151 (0.804304) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:26 2021 Memory usage per processor = 27.5438 Mbytes Step Atoms AVEKE stressZZ 20886 5000 7.7763762e-11 7745098.4 20887 -0.0129349999999929 7744989.9141197 20887 5000 7.7758125e-11 7744989.9 Loop time of 0.0182822 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:26 2021 Pair time (%) = 0.00145602 (7.96416) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.207353) Outpt time (%) = 0.0166509 (91.0773) Other time (%) = 0.000137329 (0.751164) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:26 2021 Memory usage per processor = 27.5438 Mbytes Step Atoms AVEKE stressZZ 20887 5000 7.7758125e-11 7744949.2 20888 -0.0129349999999929 7744840.7126858 20888 5000 7.7752488e-11 7744840.7 Loop time of 0.0182281 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:26 2021 Pair time (%) = 0.00121784 (6.68114) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.197504) Outpt time (%) = 0.016866 (92.5275) Other time (%) = 0.000108242 (0.593821) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:26 2021 Memory usage per processor = 27.5438 Mbytes Step Atoms AVEKE stressZZ 20888 5000 7.7752488e-11 7744800 20889 -0.0129349999999929 7744691.51914341 20889 5000 7.7746852e-11 7744691.5 Loop time of 0.0182009 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:26 2021 Pair time (%) = 0.00125504 (6.89547) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.19256) Outpt time (%) = 0.0167911 (92.2544) Other time (%) = 0.000119686 (0.657584) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:26 2021 Memory usage per processor = 27.5438 Mbytes Step Atoms AVEKE stressZZ 20889 5000 7.7746852e-11 7744650.8 20890 -0.0129349999999929 7744542.33348432 20890 5000 7.7741217e-11 7744542.3 Loop time of 0.023339 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:26 2021 Pair time (%) = 0.00128889 (5.52247) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.158339) Outpt time (%) = 0.0218871 (93.7788) Other time (%) = 0.000126123 (0.540397) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:26 2021 Memory usage per processor = 27.5438 Mbytes Step Atoms AVEKE stressZZ 20890 5000 7.7741217e-11 7744501.7 20891 -0.0129349999999929 7744393.15570323 20891 5000 7.7735582e-11 7744393.2 Loop time of 0.026027 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:26 2021 Pair time (%) = 0.00201893 (7.75706) Neigh time (%) = 0 (0) Comm time (%) = 5.60284e-05 (0.21527) Outpt time (%) = 0.0237629 (91.3012) Other time (%) = 0.000189066 (0.726423) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:26 2021 Memory usage per processor = 27.5438 Mbytes Step Atoms AVEKE stressZZ 20891 5000 7.7735582e-11 7744352.5 20892 -0.0129349999999929 7744243.98579628 20892 5000 7.7729948e-11 7744244 Loop time of 0.0257411 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:26 2021 Pair time (%) = 0.00198698 (7.7191) Neigh time (%) = 0 (0) Comm time (%) = 5.29289e-05 (0.20562) Outpt time (%) = 0.023515 (91.3519) Other time (%) = 0.000186205 (0.723376) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:26 2021 Memory usage per processor = 27.5438 Mbytes Step Atoms AVEKE stressZZ 20892 5000 7.7729948e-11 7744203.3 20893 -0.0129349999999929 7744094.82376016 20893 5000 7.7724315e-11 7744094.8 Loop time of 0.0258691 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:26 2021 Pair time (%) = 0.00193501 (7.47998) Neigh time (%) = 0 (0) Comm time (%) = 5.31673e-05 (0.205524) Outpt time (%) = 0.0236931 (91.5883) Other time (%) = 0.000187874 (0.726247) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:26 2021 Memory usage per processor = 27.5438 Mbytes Step Atoms AVEKE stressZZ 20893 5000 7.7724315e-11 7744054.1 20894 -0.0129349999999929 7743945.66959214 20894 5000 7.7718683e-11 7743945.7 Loop time of 0.025903 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:26 2021 Pair time (%) = 0.00192618 (7.43615) Neigh time (%) = 0 (0) Comm time (%) = 5.29289e-05 (0.204335) Outpt time (%) = 0.023746 (91.6729) Other time (%) = 0.00017786 (0.68664) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:26 2021 Memory usage per processor = 27.5438 Mbytes Step Atoms AVEKE stressZZ 20894 5000 7.7718683e-11 7743905 20895 -0.0129349999999929 7743796.52329523 20895 5000 7.7713051e-11 7743796.5 Loop time of 0.0258811 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:26 2021 Pair time (%) = 0.00186586 (7.20938) Neigh time (%) = 0 (0) Comm time (%) = 5.91278e-05 (0.22846) Outpt time (%) = 0.0237522 (91.7745) Other time (%) = 0.000203848 (0.787634) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:26 2021 Memory usage per processor = 27.5438 Mbytes Step Atoms AVEKE stressZZ 20895 5000 7.7713051e-11 7743755.8 20896 -0.0129349999999929 7743647.38486971 20896 5000 7.770742e-11 7743647.4 Loop time of 0.0260322 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:26 2021 Pair time (%) = 0.00187683 (7.20965) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.195994) Outpt time (%) = 0.0239019 (91.8168) Other time (%) = 0.000202417 (0.777565) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:26 2021 Memory usage per processor = 27.5438 Mbytes Step Atoms AVEKE stressZZ 20896 5000 7.770742e-11 7743606.7 20897 -0.0129349999999929 7743498.25431052 20897 5000 7.7701789e-11 7743498.3 Loop time of 0.0259762 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:26 2021 Pair time (%) = 0.00190806 (7.34544) Neigh time (%) = 0 (0) Comm time (%) = 5.29289e-05 (0.203759) Outpt time (%) = 0.0238318 (91.745) Other time (%) = 0.000183344 (0.705815) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:26 2021 Memory usage per processor = 27.5438 Mbytes Step Atoms AVEKE stressZZ 20897 5000 7.7701789e-11 7743457.6 20898 -0.0129349999999929 7743349.13161474 20898 5000 7.7696159e-11 7743349.1 Loop time of 0.0261841 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:26 2021 Pair time (%) = 0.0020051 (7.65771) Neigh time (%) = 0 (0) Comm time (%) = 5.38826e-05 (0.205784) Outpt time (%) = 0.0239019 (91.2842) Other time (%) = 0.00022316 (0.852273) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:26 2021 Memory usage per processor = 27.5438 Mbytes Step Atoms AVEKE stressZZ 20898 5000 7.7696159e-11 7743308.5 20899 -0.0129349999999929 7743200.01678001 20899 5000 7.769053e-11 7743200 Loop time of 0.0260079 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:26 2021 Pair time (%) = 0.00201702 (7.75542) Neigh time (%) = 0 (0) Comm time (%) = 6.00815e-05 (0.231013) Outpt time (%) = 0.0237129 (91.1757) Other time (%) = 0.000217915 (0.837879) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:26 2021 Memory usage per processor = 27.5438 Mbytes Step Atoms AVEKE stressZZ 20899 5000 7.769053e-11 7743159.3 20900 -0.0129349999999929 7743050.90977005 20900 5000 7.7684901e-11 7743050.9 Loop time of 0.03702 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:27 2021 Pair time (%) = 0.00192308 (5.19472) Neigh time (%) = 0 (0) Comm time (%) = 5.4121e-05 (0.146194) Outpt time (%) = 0.034863 (94.1735) Other time (%) = 0.000179768 (0.485596) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:27 2021 Memory usage per processor = 27.5438 Mbytes Step Atoms AVEKE stressZZ 20900 5000 7.7684901e-11 7743010.2 20901 -0.0129349999999929 7742901.81061177 20901 5000 7.7679273e-11 7742901.8 Loop time of 0.0260789 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:27 2021 Pair time (%) = 0.00188208 (7.21684) Neigh time (%) = 0 (0) Comm time (%) = 5.00679e-05 (0.191986) Outpt time (%) = 0.0239561 (91.8598) Other time (%) = 0.000190735 (0.731375) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:27 2021 Memory usage per processor = 27.5438 Mbytes Step Atoms AVEKE stressZZ 20901 5000 7.7679273e-11 7742861.1 20902 -0.0129349999999929 7742752.71930679 20902 5000 7.7673646e-11 7742752.7 Loop time of 0.0258808 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:27 2021 Pair time (%) = 0.00181198 (7.00125) Neigh time (%) = 0 (0) Comm time (%) = 4.98295e-05 (0.192534) Outpt time (%) = 0.023855 (92.1724) Other time (%) = 0.000164032 (0.633798) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:27 2021 Memory usage per processor = 27.5438 Mbytes Step Atoms AVEKE stressZZ 20902 5000 7.7673646e-11 7742712.1 20903 -0.0129349999999929 7742603.63585349 20903 5000 7.7668019e-11 7742603.6 Loop time of 0.026011 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:27 2021 Pair time (%) = 0.00188589 (7.25036) Neigh time (%) = 0 (0) Comm time (%) = 9.41753e-05 (0.36206) Outpt time (%) = 0.0238481 (91.6845) Other time (%) = 0.000182867 (0.703038) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:27 2021 Memory usage per processor = 27.5438 Mbytes Step Atoms AVEKE stressZZ 20903 5000 7.7668019e-11 7742563 20904 -0.0129349999999929 7742454.56025053 20904 5000 7.7662393e-11 7742454.6 Loop time of 0.0248191 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:27 2021 Pair time (%) = 0.00171995 (6.92994) Neigh time (%) = 0 (0) Comm time (%) = 7.00951e-05 (0.282423) Outpt time (%) = 0.022855 (92.0864) Other time (%) = 0.000174046 (0.701256) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:27 2021 Memory usage per processor = 27.5438 Mbytes Step Atoms AVEKE stressZZ 20904 5000 7.7662393e-11 7742413.9 20905 -0.0129349999999929 7742305.49249649 20905 5000 7.7656768e-11 7742305.5 Loop time of 0.024827 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:27 2021 Pair time (%) = 0.00168991 (6.80675) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.193024) Outpt time (%) = 0.0229559 (92.4634) Other time (%) = 0.000133276 (0.536819) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:27 2021 Memory usage per processor = 27.5438 Mbytes Step Atoms AVEKE stressZZ 20905 5000 7.7656768e-11 7742264.8 20906 -0.0129349999999929 7742156.43258996 20906 5000 7.7651143e-11 7742156.4 Loop time of 0.0257561 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:27 2021 Pair time (%) = 0.00181413 (7.04348) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.186061) Outpt time (%) = 0.0237339 (92.1484) Other time (%) = 0.000160217 (0.622055) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:27 2021 Memory usage per processor = 27.5438 Mbytes Step Atoms AVEKE stressZZ 20906 5000 7.7651143e-11 7742115.8 20907 -0.0129349999999929 7742007.38052973 20907 5000 7.7645519e-11 7742007.4 Loop time of 0.0257988 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:27 2021 Pair time (%) = 0.00189018 (7.32663) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.197767) Outpt time (%) = 0.023669 (91.7446) Other time (%) = 0.000188589 (0.731) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:27 2021 Memory usage per processor = 27.5438 Mbytes Step Atoms AVEKE stressZZ 20907 5000 7.7645519e-11 7741966.7 20908 -0.0129349999999929 7741858.33631447 20908 5000 7.7639896e-11 7741858.3 Loop time of 0.02525 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:27 2021 Pair time (%) = 0.00179791 (7.12047) Neigh time (%) = 0 (0) Comm time (%) = 5.19753e-05 (0.205843) Outpt time (%) = 0.0232491 (92.076) Other time (%) = 0.000150919 (0.5977) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:27 2021 Memory usage per processor = 27.5438 Mbytes Step Atoms AVEKE stressZZ 20908 5000 7.7639896e-11 7741817.7 20909 -0.0129349999999929 7741709.29994305 20909 5000 7.7634273e-11 7741709.3 Loop time of 0.025748 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:27 2021 Pair time (%) = 0.00193787 (7.52627) Neigh time (%) = 0 (0) Comm time (%) = 5.38826e-05 (0.209269) Outpt time (%) = 0.0235739 (91.5561) Other time (%) = 0.00018239 (0.708366) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:27 2021 Memory usage per processor = 27.5438 Mbytes Step Atoms AVEKE stressZZ 20909 5000 7.7634273e-11 7741668.6 20910 -0.0129349999999929 7741560.27141387 20910 5000 7.7628651e-11 7741560.3 Loop time of 0.0293651 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:27 2021 Pair time (%) = 0.00173593 (5.91153) Neigh time (%) = 0 (0) Comm time (%) = 5.00679e-05 (0.170502) Outpt time (%) = 0.027436 (93.4308) Other time (%) = 0.000143051 (0.487147) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:27 2021 Memory usage per processor = 27.5438 Mbytes Step Atoms AVEKE stressZZ 20910 5000 7.7628651e-11 7741519.6 20911 -0.0129349999999929 7741411.25072612 20911 5000 7.7623029e-11 7741411.3 Loop time of 0.0258889 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:27 2021 Pair time (%) = 0.00192308 (7.42821) Neigh time (%) = 0 (0) Comm time (%) = 5.29289e-05 (0.204446) Outpt time (%) = 0.0237279 (91.6527) Other time (%) = 0.000185013 (0.714641) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:27 2021 Memory usage per processor = 27.5438 Mbytes Step Atoms AVEKE stressZZ 20911 5000 7.7623029e-11 7741370.6 20912 -0.0129349999999929 7741262.23787837 20912 5000 7.7617408e-11 7741262.2 Loop time of 0.025743 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:27 2021 Pair time (%) = 0.00195885 (7.60924) Neigh time (%) = 0 (0) Comm time (%) = 5.38826e-05 (0.20931) Outpt time (%) = 0.023551 (91.485) Other time (%) = 0.000179291 (0.696464) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:27 2021 Memory usage per processor = 27.5438 Mbytes Step Atoms AVEKE stressZZ 20912 5000 7.7617408e-11 7741221.6 20913 -0.0129349999999929 7741113.23286963 20913 5000 7.7611788e-11 7741113.2 Loop time of 0.0259309 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:27 2021 Pair time (%) = 0.00191307 (7.37758) Neigh time (%) = 0 (0) Comm time (%) = 5.29289e-05 (0.204115) Outpt time (%) = 0.023772 (91.6745) Other time (%) = 0.000192881 (0.743826) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:27 2021 Memory usage per processor = 27.5438 Mbytes Step Atoms AVEKE stressZZ 20913 5000 7.7611788e-11 7741072.6 20914 -0.0129349999999929 7740964.23569853 20914 5000 7.7606169e-11 7740964.2 Loop time of 0.025836 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:27 2021 Pair time (%) = 0.00196195 (7.59385) Neigh time (%) = 0 (0) Comm time (%) = 5.29289e-05 (0.204865) Outpt time (%) = 0.0236351 (91.4815) Other time (%) = 0.000185966 (0.719796) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:27 2021 Memory usage per processor = 27.5438 Mbytes Step Atoms AVEKE stressZZ 20914 5000 7.7606169e-11 7740923.6 20915 -0.0129349999999929 7740815.2463641 20915 5000 7.760055e-11 7740815.2 Loop time of 0.0260448 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:27 2021 Pair time (%) = 0.00182199 (6.99561) Neigh time (%) = 0 (0) Comm time (%) = 5.38826e-05 (0.206884) Outpt time (%) = 0.024013 (92.1988) Other time (%) = 0.000155926 (0.598682) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:27 2021 Memory usage per processor = 27.5438 Mbytes Step Atoms AVEKE stressZZ 20915 5000 7.760055e-11 7740774.6 20916 -0.0129349999999929 7740666.26486511 20916 5000 7.7594931e-11 7740666.3 Loop time of 0.025954 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:27 2021 Pair time (%) = 0.00197506 (7.60984) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.196585) Outpt time (%) = 0.0237429 (91.4807) Other time (%) = 0.000185013 (0.712849) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:27 2021 Memory usage per processor = 27.5438 Mbytes Step Atoms AVEKE stressZZ 20916 5000 7.7594931e-11 7740625.6 20917 -0.0129349999999929 7740517.29120047 20917 5000 7.7589314e-11 7740517.3 Loop time of 0.0258071 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:27 2021 Pair time (%) = 0.00191379 (7.41572) Neigh time (%) = 0 (0) Comm time (%) = 5.19753e-05 (0.201399) Outpt time (%) = 0.0236442 (91.6189) Other time (%) = 0.000197172 (0.764022) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:27 2021 Memory usage per processor = 27.5438 Mbytes Step Atoms AVEKE stressZZ 20917 5000 7.7589314e-11 7740476.6 20918 -0.0129349999999929 7740368.32536897 20918 5000 7.7583697e-11 7740368.3 Loop time of 0.0259781 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:27 2021 Pair time (%) = 0.00183797 (7.07507) Neigh time (%) = 0 (0) Comm time (%) = 5.19753e-05 (0.200073) Outpt time (%) = 0.0239332 (92.1283) Other time (%) = 0.000154972 (0.596549) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:27 2021 Memory usage per processor = 27.5438 Mbytes Step Atoms AVEKE stressZZ 20918 5000 7.7583697e-11 7740327.7 20919 -0.0129349999999929 7740219.36736964 20919 5000 7.7578081e-11 7740219.4 Loop time of 0.0258989 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:27 2021 Pair time (%) = 0.00187397 (7.2357) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.197003) Outpt time (%) = 0.0237989 (91.8916) Other time (%) = 0.000174999 (0.675701) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:27 2021 Memory usage per processor = 27.5438 Mbytes Step Atoms AVEKE stressZZ 20919 5000 7.7578081e-11 7740178.7 20920 -0.0129349999999929 7740070.41720139 20920 5000 7.7572465e-11 7740070.4 Loop time of 0.029927 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:27 2021 Pair time (%) = 0.00188994 (6.31518) Neigh time (%) = 0 (0) Comm time (%) = 5.29289e-05 (0.17686) Outpt time (%) = 0.027801 (92.8961) Other time (%) = 0.000183105 (0.61184) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:27 2021 Memory usage per processor = 27.5438 Mbytes Step Atoms AVEKE stressZZ 20920 5000 7.7572465e-11 7740029.8 20921 -0.0129349999999929 7739921.47486302 20921 5000 7.756685e-11 7739921.5 Loop time of 0.025805 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:27 2021 Pair time (%) = 0.00176692 (6.8472) Neigh time (%) = 0 (0) Comm time (%) = 5.07832e-05 (0.196796) Outpt time (%) = 0.0238221 (92.3157) Other time (%) = 0.000165224 (0.640279) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:27 2021 Memory usage per processor = 27.5438 Mbytes Step Atoms AVEKE stressZZ 20921 5000 7.756685e-11 7739880.8 20922 -0.0129349999999929 7739772.54036517 20922 5000 7.7561235e-11 7739772.5 Loop time of 0.0257192 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:27 2021 Pair time (%) = 0.00189185 (7.3558) Neigh time (%) = 0 (0) Comm time (%) = 5.22137e-05 (0.203015) Outpt time (%) = 0.0236001 (91.7608) Other time (%) = 0.000174999 (0.680423) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:27 2021 Memory usage per processor = 27.5438 Mbytes Step Atoms AVEKE stressZZ 20922 5000 7.7561235e-11 7739731.9 20923 -0.0129349999999929 7739623.6137656 20923 5000 7.7555622e-11 7739623.6 Loop time of 0.025984 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:27 2021 Pair time (%) = 0.00193191 (7.43497) Neigh time (%) = 0 (0) Comm time (%) = 5.4121e-05 (0.208286) Outpt time (%) = 0.0238161 (91.6566) Other time (%) = 0.000181913 (0.700096) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:27 2021 Memory usage per processor = 27.5438 Mbytes Step Atoms AVEKE stressZZ 20923 5000 7.7555622e-11 7739583 20924 -0.0129349999999929 7739474.69503361 20924 5000 7.7550009e-11 7739474.7 Loop time of 0.0259621 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:27 2021 Pair time (%) = 0.00192809 (7.42656) Neigh time (%) = 0 (0) Comm time (%) = 5.50747e-05 (0.212135) Outpt time (%) = 0.0237961 (91.6569) Other time (%) = 0.000182867 (0.704361) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:27 2021 Memory usage per processor = 27.5438 Mbytes Step Atoms AVEKE stressZZ 20924 5000 7.7550009e-11 7739434 20925 -0.0129349999999929 7739325.78415322 20925 5000 7.7544396e-11 7739325.8 Loop time of 0.0258288 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:27 2021 Pair time (%) = 0.00191903 (7.4298) Neigh time (%) = 0 (0) Comm time (%) = 5.38826e-05 (0.208614) Outpt time (%) = 0.0236979 (91.7496) Other time (%) = 0.000158072 (0.611996) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:27 2021 Memory usage per processor = 27.5438 Mbytes Step Atoms AVEKE stressZZ 20925 5000 7.7544396e-11 7739285.1 20926 -0.0129349999999929 7739176.88112252 20926 5000 7.7538784e-11 7739176.9 Loop time of 0.025954 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:27 2021 Pair time (%) = 0.00192714 (7.4252) Neigh time (%) = 0 (0) Comm time (%) = 5.00679e-05 (0.19291) Outpt time (%) = 0.0237999 (91.7003) Other time (%) = 0.000176907 (0.681616) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:27 2021 Memory usage per processor = 27.5438 Mbytes Step Atoms AVEKE stressZZ 20926 5000 7.7538784e-11 7739136.2 20927 -0.0129349999999929 7739027.98593734 20927 5000 7.7533173e-11 7739028 Loop time of 0.025943 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:27 2021 Pair time (%) = 0.00190496 (7.34287) Neigh time (%) = 0 (0) Comm time (%) = 5.50747e-05 (0.212291) Outpt time (%) = 0.0238001 (91.74) Other time (%) = 0.000182867 (0.704879) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:27 2021 Memory usage per processor = 27.5438 Mbytes Step Atoms AVEKE stressZZ 20927 5000 7.7533173e-11 7738987.3 20928 -0.0129349999999929 7738879.0985945 20928 5000 7.7527563e-11 7738879.1 Loop time of 0.0262032 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:28 2021 Pair time (%) = 0.002002 (7.6403) Neigh time (%) = 0 (0) Comm time (%) = 5.6982e-05 (0.217463) Outpt time (%) = 0.0239491 (91.3979) Other time (%) = 0.000195026 (0.744286) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:28 2021 Memory usage per processor = 27.5438 Mbytes Step Atoms AVEKE stressZZ 20928 5000 7.7527563e-11 7738838.5 20929 -0.0129349999999929 7738730.21911657 20929 5000 7.7521953e-11 7738730.2 Loop time of 0.026228 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:28 2021 Pair time (%) = 0.00217104 (8.27758) Neigh time (%) = 0 (0) Comm time (%) = 5.4121e-05 (0.206349) Outpt time (%) = 0.0238209 (90.8225) Other time (%) = 0.000181913 (0.693586) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:28 2021 Memory usage per processor = 27.5438 Mbytes Step Atoms AVEKE stressZZ 20929 5000 7.7521953e-11 7738689.6 20930 -0.0129349999999929 7738581.34748353 20930 5000 7.7516344e-11 7738581.3 Loop time of 0.0299921 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:28 2021 Pair time (%) = 0.00198197 (6.60832) Neigh time (%) = 0 (0) Comm time (%) = 5.29289e-05 (0.176476) Outpt time (%) = 0.02777 (92.5912) Other time (%) = 0.000187159 (0.624026) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:28 2021 Memory usage per processor = 27.5438 Mbytes Step Atoms AVEKE stressZZ 20930 5000 7.7516344e-11 7738540.7 20931 -0.0129349999999929 7738432.48368928 20931 5000 7.7510735e-11 7738432.5 Loop time of 0.0258179 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:28 2021 Pair time (%) = 0.00173521 (6.72097) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.197621) Outpt time (%) = 0.0238879 (92.5246) Other time (%) = 0.000143766 (0.556848) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:28 2021 Memory usage per processor = 27.5438 Mbytes Step Atoms AVEKE stressZZ 20931 5000 7.7510735e-11 7738391.8 20932 -0.0129349999999929 7738283.6277317 20932 5000 7.7505127e-11 7738283.6 Loop time of 0.0257649 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:28 2021 Pair time (%) = 0.00185108 (7.1845) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.198027) Outpt time (%) = 0.0237069 (92.0123) Other time (%) = 0.000155926 (0.605186) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:28 2021 Memory usage per processor = 27.5438 Mbytes Step Atoms AVEKE stressZZ 20932 5000 7.7505127e-11 7738243 20933 -0.0129349999999929 7738134.77960872 20933 5000 7.749952e-11 7738134.8 Loop time of 0.0253329 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:28 2021 Pair time (%) = 0.00195003 (7.69759) Neigh time (%) = 0 (0) Comm time (%) = 5.4121e-05 (0.213639) Outpt time (%) = 0.0231211 (91.269) Other time (%) = 0.000207663 (0.819734) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:28 2021 Memory usage per processor = 27.5438 Mbytes Step Atoms AVEKE stressZZ 20933 5000 7.749952e-11 7738094.1 20934 -0.0129349999999929 7737985.93931871 20934 5000 7.7493913e-11 7737985.9 Loop time of 0.024754 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:28 2021 Pair time (%) = 0.00167513 (6.76709) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.193593) Outpt time (%) = 0.0228961 (92.4942) Other time (%) = 0.000134945 (0.545143) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:28 2021 Memory usage per processor = 27.5438 Mbytes Step Atoms AVEKE stressZZ 20934 5000 7.7493913e-11 7737945.3 20935 -0.0129349999999929 7737837.10685982 20935 5000 7.7488307e-11 7737837.1 Loop time of 0.025321 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:28 2021 Pair time (%) = 0.00172901 (6.82837) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.185492) Outpt time (%) = 0.0234101 (92.4532) Other time (%) = 0.000134945 (0.532937) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:28 2021 Memory usage per processor = 27.5438 Mbytes Step Atoms AVEKE stressZZ 20935 5000 7.7488307e-11 7737796.5 20936 -0.0129349999999929 7737688.28223042 20936 5000 7.7482702e-11 7737688.3 Loop time of 0.025414 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:28 2021 Pair time (%) = 0.00178981 (7.04261) Neigh time (%) = 0 (0) Comm time (%) = 5.22137e-05 (0.205452) Outpt time (%) = 0.0234179 (92.1459) Other time (%) = 0.000154018 (0.606038) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:28 2021 Memory usage per processor = 27.5438 Mbytes Step Atoms AVEKE stressZZ 20936 5000 7.7482702e-11 7737647.6 20937 -0.0129349999999929 7737539.46542902 20937 5000 7.7477097e-11 7737539.5 Loop time of 0.0255032 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:28 2021 Pair time (%) = 0.001827 (7.16382) Neigh time (%) = 0 (0) Comm time (%) = 5.22137e-05 (0.204734) Outpt time (%) = 0.0234571 (91.977) Other time (%) = 0.000166893 (0.654401) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:28 2021 Memory usage per processor = 27.5438 Mbytes Step Atoms AVEKE stressZZ 20937 5000 7.7477097e-11 7737498.8 20938 -0.0129349999999929 7737390.65645415 20938 5000 7.7471493e-11 7737390.7 Loop time of 0.025939 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:28 2021 Pair time (%) = 0.00189495 (7.30542) Neigh time (%) = 0 (0) Comm time (%) = 5.31673e-05 (0.204971) Outpt time (%) = 0.023819 (91.8269) Other time (%) = 0.0001719 (0.662708) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:28 2021 Memory usage per processor = 27.5438 Mbytes Step Atoms AVEKE stressZZ 20938 5000 7.7471493e-11 7737350 20939 -0.0129349999999929 7737241.85530423 20939 5000 7.746589e-11 7737241.9 Loop time of 0.0256011 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:28 2021 Pair time (%) = 0.00199199 (7.78085) Neigh time (%) = 0 (0) Comm time (%) = 5.38826e-05 (0.210469) Outpt time (%) = 0.0233831 (91.3363) Other time (%) = 0.000172138 (0.672385) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:28 2021 Memory usage per processor = 27.5438 Mbytes Step Atoms AVEKE stressZZ 20939 5000 7.746589e-11 7737201.2 20940 -0.0129349999999929 7737093.06197802 20940 5000 7.7460287e-11 7737093.1 Loop time of 0.0297251 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:28 2021 Pair time (%) = 0.00193 (6.49283) Neigh time (%) = 0 (0) Comm time (%) = 5.29289e-05 (0.178062) Outpt time (%) = 0.027575 (92.7669) Other time (%) = 0.000167131 (0.562257) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:28 2021 Memory usage per processor = 27.5438 Mbytes Step Atoms AVEKE stressZZ 20940 5000 7.7460287e-11 7737052.4 20941 -0.0129349999999929 7736944.27647417 20941 5000 7.7454685e-11 7736944.3 Loop time of 0.0259349 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:28 2021 Pair time (%) = 0.00177407 (6.84047) Neigh time (%) = 0 (0) Comm time (%) = 4.98295e-05 (0.192133) Outpt time (%) = 0.023958 (92.3772) Other time (%) = 0.000153065 (0.590187) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:28 2021 Memory usage per processor = 27.5438 Mbytes Step Atoms AVEKE stressZZ 20941 5000 7.7454685e-11 7736903.6 20942 -0.0129349999999929 7736795.49879133 20942 5000 7.7449083e-11 7736795.5 Loop time of 0.02598 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:28 2021 Pair time (%) = 0.00180697 (6.95525) Neigh time (%) = 0 (0) Comm time (%) = 5.4121e-05 (0.208318) Outpt time (%) = 0.0239551 (92.206) Other time (%) = 0.000163794 (0.63046) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:28 2021 Memory usage per processor = 27.5438 Mbytes Step Atoms AVEKE stressZZ 20942 5000 7.7449083e-11 7736754.9 20943 -0.0129349999999929 7736646.72892825 20943 5000 7.7443483e-11 7736646.7 Loop time of 0.0259018 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:28 2021 Pair time (%) = 0.00184298 (7.11524) Neigh time (%) = 0 (0) Comm time (%) = 5.00679e-05 (0.193299) Outpt time (%) = 0.0238519 (92.0858) Other time (%) = 0.000156879 (0.60567) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:28 2021 Memory usage per processor = 27.5438 Mbytes Step Atoms AVEKE stressZZ 20943 5000 7.7443483e-11 7736606.1 20944 -0.0129349999999929 7736497.9668836 20944 5000 7.7437882e-11 7736498 Loop time of 0.0258279 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:28 2021 Pair time (%) = 0.00181794 (7.03868) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.197545) Outpt time (%) = 0.023808 (92.1795) Other time (%) = 0.000150919 (0.584326) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:28 2021 Memory usage per processor = 27.5438 Mbytes Step Atoms AVEKE stressZZ 20944 5000 7.7437882e-11 7736457.3 20945 -0.0129349999999929 7736349.21265622 20945 5000 7.7432283e-11 7736349.2 Loop time of 0.025919 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:28 2021 Pair time (%) = 0.00183511 (7.08018) Neigh time (%) = 0 (0) Comm time (%) = 5.19753e-05 (0.20053) Outpt time (%) = 0.02387 (92.0947) Other time (%) = 0.000161886 (0.624586) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:28 2021 Memory usage per processor = 27.5438 Mbytes Step Atoms AVEKE stressZZ 20945 5000 7.7432283e-11 7736308.6 20946 -0.0129349999999929 7736200.46624488 20946 5000 7.7426684e-11 7736200.5 Loop time of 0.0261719 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:28 2021 Pair time (%) = 0.00212812 (8.13133) Neigh time (%) = 0 (0) Comm time (%) = 5.19753e-05 (0.198592) Outpt time (%) = 0.023711 (90.597) Other time (%) = 0.000280857 (1.07312) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:28 2021 Memory usage per processor = 27.5438 Mbytes Step Atoms AVEKE stressZZ 20946 5000 7.7426684e-11 7736159.8 20947 -0.0129349999999929 7736051.72764842 20947 5000 7.7421086e-11 7736051.7 Loop time of 0.0260131 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:28 2021 Pair time (%) = 0.00192308 (7.39274) Neigh time (%) = 0 (0) Comm time (%) = 5.29289e-05 (0.20347) Outpt time (%) = 0.0238428 (91.6568) Other time (%) = 0.000194311 (0.746973) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:26:28 2021 Memory usage per processor = 27.5438 Mbytes Step Atoms AVEKE stressZZ 20947 5000 7.7421086e-11 7736011.1 20948 -0.0129349999999929 7735881.62525298 20948 5000 1.5278838e-10 7736136.3 Loop time of 0.025315 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:28 2021 Pair time (%) = 0.00189519 (7.48641) Neigh time (%) = 0 (0) Comm time (%) = 5.38826e-05 (0.212848) Outpt time (%) = 0.0231571 (91.4757) Other time (%) = 0.000208855 (0.825022) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28368 ave 28368 max 28368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28368 Ave neighs/atom = 5.6736 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:28 2021 Memory usage per processor = 27.5438 Mbytes Step Atoms AVEKE stressZZ 20948 5000 1.5278838e-10 7801378.4 20949 -0.0129674999999929 7801235.75598314 20949 5000 1.2293679e-10 7801235.8 Loop time of 0.02563 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:28 2021 Pair time (%) = 0.00190783 (7.44372) Neigh time (%) = 0 (0) Comm time (%) = 5.19753e-05 (0.202791) Outpt time (%) = 0.023474 (91.5879) Other time (%) = 0.000196218 (0.765581) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:28 2021 Memory usage per processor = 27.5438 Mbytes Step Atoms AVEKE stressZZ 20949 5000 1.2293679e-10 7801180.9 20950 -0.0129674999999929 7801050.39519498 20950 5000 1.056499e-10 7801050.4 Loop time of 0.030019 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:28 2021 Pair time (%) = 0.00212717 (7.08607) Neigh time (%) = 0 (0) Comm time (%) = 5.29289e-05 (0.176318) Outpt time (%) = 0.027638 (92.0681) Other time (%) = 0.000200987 (0.669531) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:28 2021 Memory usage per processor = 27.5439 Mbytes Step Atoms AVEKE stressZZ 20950 5000 1.056499e-10 7801000.5 20951 -0.0129674999999929 7800877.80618666 20951 5000 9.534292e-11 7800877.8 Loop time of 0.0256 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:28 2021 Pair time (%) = 0.00175595 (6.8592) Neigh time (%) = 0 (0) Comm time (%) = 4.98295e-05 (0.194647) Outpt time (%) = 0.0236502 (92.3836) Other time (%) = 0.000144005 (0.56252) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:28 2021 Memory usage per processor = 27.5439 Mbytes Step Atoms AVEKE stressZZ 20951 5000 9.534292e-11 7800831.2 20952 -0.0129674999999929 7800713.33665061 20952 5000 8.9065777e-11 7800713.3 Loop time of 0.025775 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:28 2021 Pair time (%) = 0.0017581 (6.82096) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.19795) Outpt time (%) = 0.023809 (92.3724) Other time (%) = 0.000156879 (0.608651) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:28 2021 Memory usage per processor = 27.5439 Mbytes Step Atoms AVEKE stressZZ 20952 5000 8.9065777e-11 7800668.7 20953 -0.0129674999999929 7800554.0300066 20953 5000 8.5185658e-11 7800554 Loop time of 0.0254869 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:28 2021 Pair time (%) = 0.00172782 (6.77923) Neigh time (%) = 0 (0) Comm time (%) = 4.98295e-05 (0.19551) Outpt time (%) = 0.02356 (92.4397) Other time (%) = 0.00014925 (0.585594) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:28 2021 Memory usage per processor = 27.5439 Mbytes Step Atoms AVEKE stressZZ 20953 5000 8.5185658e-11 7800510.7 20954 -0.0129674999999929 7800398.0073199 20954 5000 8.2762633e-11 7800398 Loop time of 0.0257542 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:28 2021 Pair time (%) = 0.00180507 (7.00882) Neigh time (%) = 0 (0) Comm time (%) = 5.00679e-05 (0.194407) Outpt time (%) = 0.023742 (92.1867) Other time (%) = 0.000157118 (0.610067) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:28 2021 Memory usage per processor = 27.5439 Mbytes Step Atoms AVEKE stressZZ 20954 5000 8.2762633e-11 7800355.5 20955 -0.0129674999999929 7800244.07450806 20955 5000 8.1238847e-11 7800244.1 Loop time of 0.0260441 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:28 2021 Pair time (%) = 0.00181007 (6.95003) Neigh time (%) = 0 (0) Comm time (%) = 5.19753e-05 (0.199566) Outpt time (%) = 0.0240221 (92.2361) Other time (%) = 0.000159979 (0.614261) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:28 2021 Memory usage per processor = 27.5439 Mbytes Step Atoms AVEKE stressZZ 20955 5000 8.1238847e-11 7800202.1 20956 -0.0129674999999929 7800091.47271891 20956 5000 8.0275725e-11 7800091.5 Loop time of 0.0259941 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:29 2021 Pair time (%) = 0.00193906 (7.45962) Neigh time (%) = 0 (0) Comm time (%) = 5.19753e-05 (0.19995) Outpt time (%) = 0.0238259 (91.6589) Other time (%) = 0.000177145 (0.681483) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:29 2021 Memory usage per processor = 27.5439 Mbytes Step Atoms AVEKE stressZZ 20956 5000 8.0275725e-11 7800049.8 20957 -0.0129674999999929 7799939.71968353 20957 5000 7.966454e-11 7799939.7 Loop time of 0.0259001 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:29 2021 Pair time (%) = 0.00200295 (7.73338) Neigh time (%) = 0 (0) Comm time (%) = 5.4121e-05 (0.20896) Outpt time (%) = 0.023663 (91.3627) Other time (%) = 0.000180006 (0.695001) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:29 2021 Memory usage per processor = 27.5439 Mbytes Step Atoms AVEKE stressZZ 20957 5000 7.966454e-11 7799898.3 20958 -0.0129674999999929 7799788.50892038 20958 5000 7.927525e-11 7799788.5 Loop time of 0.0261049 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:29 2021 Pair time (%) = 0.00178218 (6.82698) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.195448) Outpt time (%) = 0.0241261 (92.4195) Other time (%) = 0.000145674 (0.558032) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:29 2021 Memory usage per processor = 27.5439 Mbytes Step Atoms AVEKE stressZZ 20958 5000 7.927525e-11 7799747.2 20959 -0.0129674999999929 7799637.64566696 20959 5000 7.9026261e-11 7799637.6 Loop time of 0.0261531 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:29 2021 Pair time (%) = 0.002038 (7.79259) Neigh time (%) = 0 (0) Comm time (%) = 5.29289e-05 (0.202381) Outpt time (%) = 0.0238879 (91.3386) Other time (%) = 0.000174284 (0.666399) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:29 2021 Memory usage per processor = 27.5439 Mbytes Step Atoms AVEKE stressZZ 20959 5000 7.9026261e-11 7799596.4 20960 -0.0129674999999929 7799487.00614254 20960 5000 7.8866146e-11 7799487 Loop time of 0.0300951 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:29 2021 Pair time (%) = 0.00201297 (6.68869) Neigh time (%) = 0 (0) Comm time (%) = 5.6982e-05 (0.18934) Outpt time (%) = 0.0278351 (92.4906) Other time (%) = 0.00019002 (0.631397) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:29 2021 Memory usage per processor = 27.5439 Mbytes Step Atoms AVEKE stressZZ 20960 5000 7.8866146e-11 7799445.8 20961 -0.0129674999999929 7799336.51168249 20961 5000 7.8762395e-11 7799336.5 Loop time of 0.0260131 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:29 2021 Pair time (%) = 0.00197601 (7.59621) Neigh time (%) = 0 (0) Comm time (%) = 5.38826e-05 (0.207136) Outpt time (%) = 0.023802 (91.5001) Other time (%) = 0.000181198 (0.696564) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:29 2021 Memory usage per processor = 27.5439 Mbytes Step Atoms AVEKE stressZZ 20961 5000 7.8762395e-11 7799295.4 20962 -0.0129674999999929 7799186.1122946 20962 5000 7.8694416e-11 7799186.1 Loop time of 0.024904 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:29 2021 Pair time (%) = 0.00169611 (6.81059) Neigh time (%) = 0 (0) Comm time (%) = 4.91142e-05 (0.197214) Outpt time (%) = 0.0230179 (92.4264) Other time (%) = 0.000140905 (0.565794) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:29 2021 Memory usage per processor = 27.5439 Mbytes Step Atoms AVEKE stressZZ 20962 5000 7.8694416e-11 7799145 20963 -0.0129674999999929 7799035.77620751 20963 5000 7.8649151e-11 7799035.8 Loop time of 0.0246458 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:29 2021 Pair time (%) = 0.00166082 (6.73877) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.194443) Outpt time (%) = 0.0228028 (92.5222) Other time (%) = 0.00013423 (0.544635) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:29 2021 Memory usage per processor = 27.5439 Mbytes Step Atoms AVEKE stressZZ 20963 5000 7.8649151e-11 7798994.7 20964 -0.0129674999999929 7798885.48322998 20964 5000 7.8618313e-11 7798885.5 Loop time of 0.026114 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:29 2021 Pair time (%) = 0.00196695 (7.53218) Neigh time (%) = 0 (0) Comm time (%) = 6.10352e-05 (0.233726) Outpt time (%) = 0.0238822 (91.4535) Other time (%) = 0.000203848 (0.780608) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:29 2021 Memory usage per processor = 27.5439 Mbytes Step Atoms AVEKE stressZZ 20964 5000 7.8618313e-11 7798844.4 20965 -0.0129674999999929 7798735.22052978 20965 5000 7.8596642e-11 7798735.2 Loop time of 0.0255909 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:29 2021 Pair time (%) = 0.00188613 (7.37031) Neigh time (%) = 0 (0) Comm time (%) = 5.19753e-05 (0.203101) Outpt time (%) = 0.0234799 (91.7511) Other time (%) = 0.000172853 (0.675449) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:29 2021 Memory usage per processor = 27.5439 Mbytes Step Atoms AVEKE stressZZ 20965 5000 7.8596642e-11 7798694.1 20966 -0.0129674999999929 7798584.97995156 20966 5000 7.8580794e-11 7798585 Loop time of 0.0254569 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:29 2021 Pair time (%) = 0.00174379 (6.84998) Neigh time (%) = 0 (0) Comm time (%) = 5.00679e-05 (0.196677) Outpt time (%) = 0.0235159 (92.3755) Other time (%) = 0.000147104 (0.577856) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:29 2021 Memory usage per processor = 27.5439 Mbytes Step Atoms AVEKE stressZZ 20966 5000 7.8580794e-11 7798543.9 20967 -0.0129674999999929 7798434.75631212 20967 5000 7.8568647e-11 7798434.8 Loop time of 0.0254998 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:29 2021 Pair time (%) = 0.00174499 (6.84313) Neigh time (%) = 0 (0) Comm time (%) = 5.00679e-05 (0.196346) Outpt time (%) = 0.023555 (92.3734) Other time (%) = 0.000149727 (0.587168) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:29 2021 Memory usage per processor = 27.5439 Mbytes Step Atoms AVEKE stressZZ 20967 5000 7.8568647e-11 7798393.7 20968 -0.0129674999999929 7798284.54631711 20968 5000 7.8558851e-11 7798284.5 Loop time of 0.0258169 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:29 2021 Pair time (%) = 0.00187898 (7.27808) Neigh time (%) = 0 (0) Comm time (%) = 5.29289e-05 (0.205016) Outpt time (%) = 0.0237281 (91.9092) Other time (%) = 0.000156879 (0.607661) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:29 2021 Memory usage per processor = 27.5439 Mbytes Step Atoms AVEKE stressZZ 20968 5000 7.8558851e-11 7798243.5 20969 -0.0129674999999929 7798134.34787264 20969 5000 7.8550551e-11 7798134.3 Loop time of 0.025929 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:29 2021 Pair time (%) = 0.00185204 (7.14273) Neigh time (%) = 0 (0) Comm time (%) = 5.07832e-05 (0.195855) Outpt time (%) = 0.0238709 (92.0628) Other time (%) = 0.00015521 (0.598599) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:29 2021 Memory usage per processor = 27.5439 Mbytes Step Atoms AVEKE stressZZ 20969 5000 7.8550551e-11 7798093.3 20970 -0.0129674999999929 7797984.15964748 20970 5000 7.85432e-11 7797984.2 Loop time of 0.0300171 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:29 2021 Pair time (%) = 0.00188589 (6.28271) Neigh time (%) = 0 (0) Comm time (%) = 5.07832e-05 (0.169181) Outpt time (%) = 0.0278759 (92.8666) Other time (%) = 0.000204563 (0.681488) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:29 2021 Memory usage per processor = 27.5439 Mbytes Step Atoms AVEKE stressZZ 20970 5000 7.85432e-11 7797943.1 20971 -0.0129674999999929 7797833.98079548 20971 5000 7.8536454e-11 7797834 Loop time of 0.0259678 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:29 2021 Pair time (%) = 0.00197792 (7.61681) Neigh time (%) = 0 (0) Comm time (%) = 5.29289e-05 (0.203825) Outpt time (%) = 0.023771 (91.5403) Other time (%) = 0.000165939 (0.639019) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:29 2021 Memory usage per processor = 27.5439 Mbytes Step Atoms AVEKE stressZZ 20971 5000 7.8536454e-11 7797792.9 20972 -0.0129674999999929 7797683.81077825 20972 5000 7.8530092e-11 7797683.8 Loop time of 0.026032 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:29 2021 Pair time (%) = 0.00194407 (7.46799) Neigh time (%) = 0 (0) Comm time (%) = 5.31673e-05 (0.204239) Outpt time (%) = 0.0238481 (91.6106) Other time (%) = 0.000186682 (0.717125) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:29 2021 Memory usage per processor = 27.5439 Mbytes Step Atoms AVEKE stressZZ 20972 5000 7.8530092e-11 7797642.8 20973 -0.0129674999999929 7797533.64925356 20973 5000 7.8523974e-11 7797533.6 Loop time of 0.025975 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:29 2021 Pair time (%) = 0.00193191 (7.43756) Neigh time (%) = 0 (0) Comm time (%) = 5.91278e-05 (0.227634) Outpt time (%) = 0.0237899 (91.5877) Other time (%) = 0.000194073 (0.747152) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:29 2021 Memory usage per processor = 27.5439 Mbytes Step Atoms AVEKE stressZZ 20973 5000 7.8523974e-11 7797492.6 20974 -0.0129674999999929 7797383.49600347 20974 5000 7.8518011e-11 7797383.5 Loop time of 0.025779 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:29 2021 Pair time (%) = 0.00190902 (7.40532) Neigh time (%) = 0 (0) Comm time (%) = 5.50747e-05 (0.213642) Outpt time (%) = 0.0236518 (91.7484) Other time (%) = 0.000163078 (0.632601) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:29 2021 Memory usage per processor = 27.5439 Mbytes Step Atoms AVEKE stressZZ 20974 5000 7.8518011e-11 7797342.4 20975 -0.0129674999999929 7797233.35088906 20975 5000 7.8512148e-11 7797233.4 Loop time of 0.0259111 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:29 2021 Pair time (%) = 0.00194001 (7.48719) Neigh time (%) = 0 (0) Comm time (%) = 5.6982e-05 (0.219914) Outpt time (%) = 0.0237112 (91.5099) Other time (%) = 0.000202894 (0.78304) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:29 2021 Memory usage per processor = 27.5439 Mbytes Step Atoms AVEKE stressZZ 20975 5000 7.8512148e-11 7797192.3 20976 -0.0129674999999929 7797083.21382164 20976 5000 7.8506348e-11 7797083.2 Loop time of 0.025949 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:29 2021 Pair time (%) = 0.00190806 (7.35313) Neigh time (%) = 0 (0) Comm time (%) = 5.29289e-05 (0.203973) Outpt time (%) = 0.0238121 (91.7648) Other time (%) = 0.000175953 (0.678072) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:29 2021 Memory usage per processor = 27.5439 Mbytes Step Atoms AVEKE stressZZ 20976 5000 7.8506348e-11 7797042.2 20977 -0.0129674999999929 7796933.08474461 20977 5000 7.8500588e-11 7796933.1 Loop time of 0.025815 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:29 2021 Pair time (%) = 0.00194097 (7.51875) Neigh time (%) = 0 (0) Comm time (%) = 5.00679e-05 (0.193949) Outpt time (%) = 0.0236449 (91.5937) Other time (%) = 0.000179052 (0.693598) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:29 2021 Memory usage per processor = 27.5439 Mbytes Step Atoms AVEKE stressZZ 20977 5000 7.8500588e-11 7796892 20978 -0.0129674999999929 7796782.96362168 20978 5000 7.8494854e-11 7796783 Loop time of 0.0256181 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:29 2021 Pair time (%) = 0.00189209 (7.38576) Neigh time (%) = 0 (0) Comm time (%) = 5.31673e-05 (0.207538) Outpt time (%) = 0.0234931 (91.705) Other time (%) = 0.000179768 (0.701722) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:29 2021 Memory usage per processor = 27.5439 Mbytes Step Atoms AVEKE stressZZ 20978 5000 7.8494854e-11 7796741.9 20979 -0.0129674999999929 7796632.8504294 20979 5000 7.8489137e-11 7796632.9 Loop time of 0.0259149 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:29 2021 Pair time (%) = 0.00195503 (7.54405) Neigh time (%) = 0 (0) Comm time (%) = 5.38826e-05 (0.207921) Outpt time (%) = 0.02372 (91.5304) Other time (%) = 0.000185966 (0.717604) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:29 2021 Memory usage per processor = 27.5439 Mbytes Step Atoms AVEKE stressZZ 20979 5000 7.8489137e-11 7796591.8 20980 -0.0129674999999929 7796482.74515233 20980 5000 7.8483431e-11 7796482.7 Loop time of 0.029475 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:29 2021 Pair time (%) = 0.00170088 (5.77058) Neigh time (%) = 0 (0) Comm time (%) = 4.98295e-05 (0.169057) Outpt time (%) = 0.027576 (93.5572) Other time (%) = 0.000148296 (0.503126) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:29 2021 Memory usage per processor = 27.5439 Mbytes Step Atoms AVEKE stressZZ 20980 5000 7.8483431e-11 7796441.7 20981 -0.0129674999999929 7796332.64778053 20981 5000 7.8477731e-11 7796332.6 Loop time of 0.025964 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:29 2021 Pair time (%) = 0.00192499 (7.41407) Neigh time (%) = 0 (0) Comm time (%) = 5.57899e-05 (0.214874) Outpt time (%) = 0.023797 (91.6539) Other time (%) = 0.000186205 (0.717165) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:29 2021 Memory usage per processor = 27.5439 Mbytes Step Atoms AVEKE stressZZ 20981 5000 7.8477731e-11 7796291.6 20982 -0.0129674999999929 7796182.55830734 20982 5000 7.8472037e-11 7796182.6 Loop time of 0.0257971 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:29 2021 Pair time (%) = 0.00190711 (7.39272) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.19778) Outpt time (%) = 0.0236752 (91.7746) Other time (%) = 0.000163794 (0.634929) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:29 2021 Memory usage per processor = 27.5439 Mbytes Step Atoms AVEKE stressZZ 20982 5000 7.8472037e-11 7796141.5 20983 -0.0129674999999929 7796032.476728 20983 5000 7.8466346e-11 7796032.5 Loop time of 0.0258331 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:29 2021 Pair time (%) = 0.00175595 (6.79729) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.197504) Outpt time (%) = 0.0238738 (92.4155) Other time (%) = 0.000152349 (0.589745) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:29 2021 Memory usage per processor = 27.5439 Mbytes Step Atoms AVEKE stressZZ 20983 5000 7.8466346e-11 7795991.4 20984 -0.0129674999999929 7795882.40303923 20984 5000 7.8460657e-11 7795882.4 Loop time of 0.0259819 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:29 2021 Pair time (%) = 0.00189495 (7.29335) Neigh time (%) = 0 (0) Comm time (%) = 5.48363e-05 (0.211056) Outpt time (%) = 0.023859 (91.8294) Other time (%) = 0.000173092 (0.666202) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:29 2021 Memory usage per processor = 27.5439 Mbytes Step Atoms AVEKE stressZZ 20984 5000 7.8460657e-11 7795841.4 20985 -0.0129674999999929 7795732.33723872 20985 5000 7.845497e-11 7795732.3 Loop time of 0.025681 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:30 2021 Pair time (%) = 0.00194597 (7.57747) Neigh time (%) = 0 (0) Comm time (%) = 5.48363e-05 (0.213528) Outpt time (%) = 0.023484 (91.4449) Other time (%) = 0.000196218 (0.76406) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:30 2021 Memory usage per processor = 27.5439 Mbytes Step Atoms AVEKE stressZZ 20985 5000 7.845497e-11 7795691.3 20986 -0.0129674999999929 7795582.27932437 20986 5000 7.8449284e-11 7795582.3 Loop time of 0.0260279 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:30 2021 Pair time (%) = 0.00194788 (7.48381) Neigh time (%) = 0 (0) Comm time (%) = 5.98431e-05 (0.229919) Outpt time (%) = 0.023834 (91.5709) Other time (%) = 0.000186205 (0.715405) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:30 2021 Memory usage per processor = 27.5439 Mbytes Step Atoms AVEKE stressZZ 20986 5000 7.8449284e-11 7795541.2 20987 -0.0129674999999929 7795432.22929488 20987 5000 7.8443599e-11 7795432.2 Loop time of 0.0261641 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:30 2021 Pair time (%) = 0.00191712 (7.32732) Neigh time (%) = 0 (0) Comm time (%) = 5.29289e-05 (0.202296) Outpt time (%) = 0.024003 (91.7405) Other time (%) = 0.000190973 (0.729907) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:30 2021 Memory usage per processor = 27.5439 Mbytes Step Atoms AVEKE stressZZ 20987 5000 7.8443599e-11 7795391.2 20988 -0.0129674999999929 7795282.18714868 20988 5000 7.8437916e-11 7795282.2 Loop time of 0.0260601 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:30 2021 Pair time (%) = 0.00189996 (7.29068) Neigh time (%) = 0 (0) Comm time (%) = 5.4121e-05 (0.207678) Outpt time (%) = 0.0239251 (91.8073) Other time (%) = 0.00018096 (0.694394) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:30 2021 Memory usage per processor = 27.5439 Mbytes Step Atoms AVEKE stressZZ 20988 5000 7.8437916e-11 7795241.1 20989 -0.0129674999999929 7795132.1528849 20989 5000 7.8432233e-11 7795132.2 Loop time of 0.026068 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:30 2021 Pair time (%) = 0.00187898 (7.20799) Neigh time (%) = 0 (0) Comm time (%) = 5.22137e-05 (0.200298) Outpt time (%) = 0.023963 (91.925) Other time (%) = 0.000173807 (0.666746) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:30 2021 Memory usage per processor = 27.5439 Mbytes Step Atoms AVEKE stressZZ 20989 5000 7.8432233e-11 7795091.1 20990 -0.0129674999999929 7794982.1265021 20990 5000 7.8426551e-11 7794982.1 Loop time of 0.0293989 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:30 2021 Pair time (%) = 0.00195503 (6.65001) Neigh time (%) = 0 (0) Comm time (%) = 5.4121e-05 (0.184092) Outpt time (%) = 0.0271869 (92.4758) Other time (%) = 0.000202894 (0.690142) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:30 2021 Memory usage per processor = 27.5439 Mbytes Step Atoms AVEKE stressZZ 20990 5000 7.8426551e-11 7794941.1 20991 -0.0129674999999929 7794832.10799941 20991 5000 7.8420869e-11 7794832.1 Loop time of 0.0246918 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:30 2021 Pair time (%) = 0.00165892 (6.71849) Neigh time (%) = 0 (0) Comm time (%) = 4.81606e-05 (0.195047) Outpt time (%) = 0.022851 (92.5448) Other time (%) = 0.000133753 (0.541689) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:30 2021 Memory usage per processor = 27.5439 Mbytes Step Atoms AVEKE stressZZ 20991 5000 7.8420869e-11 7794791.1 20992 -0.0129674999999929 7794682.0973759 20992 5000 7.8415188e-11 7794682.1 Loop time of 0.0251451 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:30 2021 Pair time (%) = 0.00166512 (6.62204) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.190583) Outpt time (%) = 0.0232999 (92.6621) Other time (%) = 0.000132084 (0.525288) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:30 2021 Memory usage per processor = 27.5439 Mbytes Step Atoms AVEKE stressZZ 20992 5000 7.8415188e-11 7794641.1 20993 -0.0129674999999929 7794532.09463059 20993 5000 7.8409508e-11 7794532.1 Loop time of 0.0258482 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:30 2021 Pair time (%) = 0.00190902 (7.38551) Neigh time (%) = 0 (0) Comm time (%) = 5.19753e-05 (0.201079) Outpt time (%) = 0.0237119 (91.7355) Other time (%) = 0.000175238 (0.67795) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:30 2021 Memory usage per processor = 27.5439 Mbytes Step Atoms AVEKE stressZZ 20993 5000 7.8409508e-11 7794491.1 20994 -0.0129674999999929 7794382.0997624 20994 5000 7.8403829e-11 7794382.1 Loop time of 0.025398 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:30 2021 Pair time (%) = 0.00191188 (7.52767) Neigh time (%) = 0 (0) Comm time (%) = 5.19753e-05 (0.204643) Outpt time (%) = 0.0232611 (91.5862) Other time (%) = 0.000173092 (0.681517) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:30 2021 Memory usage per processor = 27.5439 Mbytes Step Atoms AVEKE stressZZ 20994 5000 7.8403829e-11 7794341.1 20995 -0.0129674999999929 7794232.11277035 20995 5000 7.839815e-11 7794232.1 Loop time of 0.025877 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:30 2021 Pair time (%) = 0.00193191 (7.46573) Neigh time (%) = 0 (0) Comm time (%) = 5.4121e-05 (0.209147) Outpt time (%) = 0.0237 (91.5871) Other time (%) = 0.000190973 (0.738004) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:30 2021 Memory usage per processor = 27.5439 Mbytes Step Atoms AVEKE stressZZ 20995 5000 7.839815e-11 7794191.1 20996 -0.0129674999999929 7794082.13365377 20996 5000 7.8392472e-11 7794082.1 Loop time of 0.025902 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:30 2021 Pair time (%) = 0.00192904 (7.44746) Neigh time (%) = 0 (0) Comm time (%) = 5.19753e-05 (0.200661) Outpt time (%) = 0.0237451 (91.6726) Other time (%) = 0.000175953 (0.679302) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:30 2021 Memory usage per processor = 27.5439 Mbytes Step Atoms AVEKE stressZZ 20996 5000 7.8392472e-11 7794041.1 20997 -0.0129674999999929 7793932.16241149 20997 5000 7.8386795e-11 7793932.2 Loop time of 0.025918 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:30 2021 Pair time (%) = 0.00187492 (7.23406) Neigh time (%) = 0 (0) Comm time (%) = 5.19753e-05 (0.200537) Outpt time (%) = 0.023823 (91.9169) Other time (%) = 0.000168085 (0.648526) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:30 2021 Memory usage per processor = 27.5439 Mbytes Step Atoms AVEKE stressZZ 20997 5000 7.8386795e-11 7793891.1 20998 -0.0129674999999929 7793782.19904266 20998 5000 7.8381118e-11 7793782.2 Loop time of 0.0256081 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:30 2021 Pair time (%) = 0.00177908 (6.94734) Neigh time (%) = 0 (0) Comm time (%) = 4.98295e-05 (0.194585) Outpt time (%) = 0.023629 (92.2715) Other time (%) = 0.000150204 (0.586548) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:30 2021 Memory usage per processor = 27.5439 Mbytes Step Atoms AVEKE stressZZ 20998 5000 7.8381118e-11 7793741.2 20999 -0.0129674999999929 7793632.24354639 20999 5000 7.8375442e-11 7793632.2 Loop time of 0.0254838 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:30 2021 Pair time (%) = 0.00178003 (6.98495) Neigh time (%) = 0 (0) Comm time (%) = 5.00679e-05 (0.196469) Outpt time (%) = 0.0235019 (92.2226) Other time (%) = 0.000151873 (0.595956) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:30 2021 Memory usage per processor = 27.5439 Mbytes Step Atoms AVEKE stressZZ 20999 5000 7.8375442e-11 7793591.2 21000 -0.0129674999999929 7793482.29592285 21000 5000 7.8369767e-11 7793482.3 Loop time of 0.0297019 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:30 2021 Pair time (%) = 0.00183201 (6.16797) Neigh time (%) = 0 (0) Comm time (%) = 5.00679e-05 (0.168568) Outpt time (%) = 0.0276701 (93.1594) Other time (%) = 0.000149727 (0.504098) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:30 2021 Memory usage per processor = 27.5439 Mbytes Step Atoms AVEKE stressZZ 21000 5000 7.8369767e-11 7793441.3 21001 -0.0129674999999929 7793332.35621065 21001 5000 7.8364092e-11 7793332.4 Loop time of 0.0259869 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:30 2021 Pair time (%) = 0.00192904 (7.42314) Neigh time (%) = 0 (0) Comm time (%) = 5.38826e-05 (0.207345) Outpt time (%) = 0.0238199 (91.6612) Other time (%) = 0.000184059 (0.708276) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:30 2021 Memory usage per processor = 27.5439 Mbytes Step Atoms AVEKE stressZZ 21001 5000 7.8364092e-11 7793291.3 21002 -0.0129674999999929 7793182.42439719 21002 5000 7.8358418e-11 7793182.4 Loop time of 0.026041 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:30 2021 Pair time (%) = 0.00204897 (7.86823) Neigh time (%) = 0 (0) Comm time (%) = 5.19753e-05 (0.19959) Outpt time (%) = 0.0237012 (91.0148) Other time (%) = 0.000238895 (0.917381) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:30 2021 Memory usage per processor = 27.5439 Mbytes Step Atoms AVEKE stressZZ 21002 5000 7.8358418e-11 7793141.4 21003 -0.0129674999999929 7793032.5004723 21003 5000 7.8352744e-11 7793032.5 Loop time of 0.0260549 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:30 2021 Pair time (%) = 0.00188804 (7.24639) Neigh time (%) = 0 (0) Comm time (%) = 5.19753e-05 (0.199484) Outpt time (%) = 0.0239239 (91.8212) Other time (%) = 0.000190973 (0.732966) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:30 2021 Memory usage per processor = 27.5439 Mbytes Step Atoms AVEKE stressZZ 21003 5000 7.8352744e-11 7792991.5 21004 -0.0129674999999929 7792882.58443155 21004 5000 7.8347072e-11 7792882.6 Loop time of 0.0218539 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:30 2021 Pair time (%) = 0.00202203 (9.25247) Neigh time (%) = 0 (0) Comm time (%) = 5.50747e-05 (0.252013) Outpt time (%) = 0.0195808 (89.5987) Other time (%) = 0.00019598 (0.896773) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:30 2021 Memory usage per processor = 27.5439 Mbytes Step Atoms AVEKE stressZZ 21004 5000 7.8347072e-11 7792841.6 21005 -0.0129674999999929 7792732.67627132 21005 5000 7.83414e-11 7792732.7 Loop time of 0.020884 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:30 2021 Pair time (%) = 0.00158405 (7.58499) Neigh time (%) = 0 (0) Comm time (%) = 4.50611e-05 (0.215768) Outpt time (%) = 0.0191028 (91.4709) Other time (%) = 0.000152111 (0.72836) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:30 2021 Memory usage per processor = 27.5439 Mbytes Step Atoms AVEKE stressZZ 21005 5000 7.83414e-11 7792691.7 21006 -0.0129674999999929 7792582.77598217 21006 5000 7.8335728e-11 7792582.8 Loop time of 0.020339 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:30 2021 Pair time (%) = 0.00142193 (6.99114) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.196933) Outpt time (%) = 0.018755 (92.2118) Other time (%) = 0.00012207 (0.600178) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:30 2021 Memory usage per processor = 27.5439 Mbytes Step Atoms AVEKE stressZZ 21006 5000 7.8335728e-11 7792541.8 21007 -0.0129674999999929 7792432.88356836 21007 5000 7.8330057e-11 7792432.9 Loop time of 0.0206459 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:30 2021 Pair time (%) = 0.00160003 (7.74987) Neigh time (%) = 0 (0) Comm time (%) = 4.19617e-05 (0.203245) Outpt time (%) = 0.0188639 (91.369) Other time (%) = 0.000139952 (0.677868) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:30 2021 Memory usage per processor = 27.5439 Mbytes Step Atoms AVEKE stressZZ 21007 5000 7.8330057e-11 7792391.9 21008 -0.0129674999999929 7792282.99902835 21008 5000 7.8324387e-11 7792283 Loop time of 0.020776 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:30 2021 Pair time (%) = 0.00151086 (7.27212) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.197381) Outpt time (%) = 0.0190639 (91.7593) Other time (%) = 0.000160217 (0.771164) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:30 2021 Memory usage per processor = 27.5439 Mbytes Step Atoms AVEKE stressZZ 21008 5000 7.8324387e-11 7792242 21009 -0.0129674999999929 7792133.12236072 21009 5000 7.8318718e-11 7792133.1 Loop time of 0.0204749 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:30 2021 Pair time (%) = 0.00138521 (6.76541) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.200284) Outpt time (%) = 0.018929 (92.4498) Other time (%) = 0.000119686 (0.58455) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:30 2021 Memory usage per processor = 27.5439 Mbytes Step Atoms AVEKE stressZZ 21009 5000 7.8318718e-11 7792092.1 21010 -0.0129674999999929 7791983.25356398 21010 5000 7.8313049e-11 7791983.3 Loop time of 0.023454 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:30 2021 Pair time (%) = 0.00154901 (6.60445) Neigh time (%) = 0 (0) Comm time (%) = 4.41074e-05 (0.18806) Outpt time (%) = 0.021719 (92.6026) Other time (%) = 0.000141859 (0.604841) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:30 2021 Memory usage per processor = 27.5439 Mbytes Step Atoms AVEKE stressZZ 21010 5000 7.8313049e-11 7791942.2 21011 -0.0129674999999929 7791833.39263685 21011 5000 7.8307381e-11 7791833.4 Loop time of 0.0203731 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:30 2021 Pair time (%) = 0.00150585 (7.39137) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.235223) Outpt time (%) = 0.018656 (91.5718) Other time (%) = 0.000163317 (0.801629) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:30 2021 Memory usage per processor = 27.5439 Mbytes Step Atoms AVEKE stressZZ 21011 5000 7.8307381e-11 7791792.4 21012 -0.0129674999999929 7791683.53957939 21012 5000 7.8301713e-11 7791683.5 Loop time of 0.0204101 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:30 2021 Pair time (%) = 0.00148988 (7.29972) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.196248) Outpt time (%) = 0.0187249 (91.7436) Other time (%) = 0.00015521 (0.760461) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:30 2021 Memory usage per processor = 27.5439 Mbytes Step Atoms AVEKE stressZZ 21012 5000 7.8301713e-11 7791642.5 21013 -0.0129674999999929 7791533.69443424 21013 5000 7.8296046e-11 7791533.7 Loop time of 0.020824 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:30 2021 Pair time (%) = 0.00165009 (7.92402) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.22555) Outpt time (%) = 0.0189362 (90.9345) Other time (%) = 0.000190735 (0.91594) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:30 2021 Memory usage per processor = 27.5439 Mbytes Step Atoms AVEKE stressZZ 21013 5000 7.8296046e-11 7791492.7 21014 -0.0129674999999929 7791383.85718728 21014 5000 7.829038e-11 7791383.9 Loop time of 0.020669 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:30 2021 Pair time (%) = 0.00143909 (6.96258) Neigh time (%) = 0 (0) Comm time (%) = 4.22001e-05 (0.204171) Outpt time (%) = 0.0190501 (92.1677) Other time (%) = 0.000137568 (0.665575) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:30 2021 Memory usage per processor = 27.5439 Mbytes Step Atoms AVEKE stressZZ 21014 5000 7.829038e-11 7791342.8 21015 -0.0129674999999929 7791234.02782703 21015 5000 7.8284714e-11 7791234 Loop time of 0.0202999 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:30 2021 Pair time (%) = 0.00139213 (6.85779) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.202011) Outpt time (%) = 0.018744 (92.3353) Other time (%) = 0.000122786 (0.604858) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:30 2021 Memory usage per processor = 27.5439 Mbytes Step Atoms AVEKE stressZZ 21015 5000 7.8284714e-11 7791193 21016 -0.0129674999999929 7791084.20634846 21016 5000 7.8279049e-11 7791084.2 Loop time of 0.0205691 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:31 2021 Pair time (%) = 0.00159717 (7.76489) Neigh time (%) = 0 (0) Comm time (%) = 4.41074e-05 (0.214436) Outpt time (%) = 0.0187809 (91.3067) Other time (%) = 0.000146866 (0.714012) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:31 2021 Memory usage per processor = 27.5439 Mbytes Step Atoms AVEKE stressZZ 21016 5000 7.8279049e-11 7791043.2 21017 -0.0129674999999929 7790934.39274812 21017 5000 7.8273385e-11 7790934.4 Loop time of 0.020669 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:31 2021 Pair time (%) = 0.0014379 (6.95681) Neigh time (%) = 0 (0) Comm time (%) = 3.98159e-05 (0.192636) Outpt time (%) = 0.0190558 (92.1954) Other time (%) = 0.000135422 (0.655193) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:31 2021 Memory usage per processor = 27.5439 Mbytes Step Atoms AVEKE stressZZ 21017 5000 7.8273385e-11 7790893.4 21018 -0.0129674999999929 7790784.58702318 21018 5000 7.8267722e-11 7790784.6 Loop time of 0.020288 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:31 2021 Pair time (%) = 0.00143814 (7.08863) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.202129) Outpt time (%) = 0.0186839 (92.0934) Other time (%) = 0.000124931 (0.61579) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:31 2021 Memory usage per processor = 27.5439 Mbytes Step Atoms AVEKE stressZZ 21018 5000 7.8267722e-11 7790743.6 21019 -0.0129674999999929 7790634.78917146 21019 5000 7.8262059e-11 7790634.8 Loop time of 0.0203972 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:31 2021 Pair time (%) = 0.00153899 (7.54512) Neigh time (%) = 0 (0) Comm time (%) = 4.19617e-05 (0.205723) Outpt time (%) = 0.018682 (91.5911) Other time (%) = 0.00013423 (0.658079) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:31 2021 Memory usage per processor = 27.5439 Mbytes Step Atoms AVEKE stressZZ 21019 5000 7.8262059e-11 7790593.8 21020 -0.0129674999999929 7790484.99919114 21020 5000 7.8256396e-11 7790485 Loop time of 0.023886 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:31 2021 Pair time (%) = 0.00149393 (6.25443) Neigh time (%) = 0 (0) Comm time (%) = 4.19617e-05 (0.175675) Outpt time (%) = 0.0221901 (92.9001) Other time (%) = 0.000159979 (0.669761) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:31 2021 Memory usage per processor = 27.5439 Mbytes Step Atoms AVEKE stressZZ 21020 5000 7.8256396e-11 7790444 21021 -0.0129674999999929 7790335.21708018 21021 5000 7.8250735e-11 7790335.2 Loop time of 0.020221 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:31 2021 Pair time (%) = 0.00140309 (6.93879) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.198083) Outpt time (%) = 0.0186539 (92.25) Other time (%) = 0.000123978 (0.613114) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:31 2021 Memory usage per processor = 27.5439 Mbytes Step Atoms AVEKE stressZZ 21021 5000 7.8250735e-11 7790294.2 21022 -0.0129674999999929 7790185.44283713 21022 5000 7.8245074e-11 7790185.4 Loop time of 0.0204492 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:31 2021 Pair time (%) = 0.00151205 (7.39419) Neigh time (%) = 0 (0) Comm time (%) = 4.31538e-05 (0.211029) Outpt time (%) = 0.0187562 (91.7209) Other time (%) = 0.000137806 (0.673895) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:31 2021 Memory usage per processor = 27.5439 Mbytes Step Atoms AVEKE stressZZ 21022 5000 7.8245074e-11 7790144.4 21023 -0.0129674999999929 7790035.67646029 21023 5000 7.8239413e-11 7790035.7 Loop time of 0.0202301 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:31 2021 Pair time (%) = 0.00153899 (7.60745) Neigh time (%) = 0 (0) Comm time (%) = 4.19617e-05 (0.207422) Outpt time (%) = 0.0184801 (91.3495) Other time (%) = 0.000169039 (0.835582) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:31 2021 Memory usage per processor = 27.5439 Mbytes Step Atoms AVEKE stressZZ 21023 5000 7.8239413e-11 7789994.7 21024 -0.0129674999999929 7789885.91794842 21024 5000 7.8233754e-11 7789885.9 Loop time of 0.0194008 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:31 2021 Pair time (%) = 0.00130606 (6.73196) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.195397) Outpt time (%) = 0.0179489 (92.5159) Other time (%) = 0.000108004 (0.556696) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:31 2021 Memory usage per processor = 27.5439 Mbytes Step Atoms AVEKE stressZZ 21024 5000 7.8233754e-11 7789844.9 21025 -0.0129674999999929 7789736.16729998 21025 5000 7.8228094e-11 7789736.2 Loop time of 0.019377 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:31 2021 Pair time (%) = 0.00130582 (6.73902) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.190715) Outpt time (%) = 0.0179341 (92.5535) Other time (%) = 0.000100136 (0.516777) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:31 2021 Memory usage per processor = 27.5439 Mbytes Step Atoms AVEKE stressZZ 21025 5000 7.8228094e-11 7789695.2 21026 -0.0129674999999929 7789586.42451372 21026 5000 7.8222436e-11 7789586.4 Loop time of 0.020154 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:31 2021 Pair time (%) = 0.00150108 (7.44807) Neigh time (%) = 0 (0) Comm time (%) = 4.29153e-05 (0.212937) Outpt time (%) = 0.01847 (91.6446) Other time (%) = 0.000139952 (0.694412) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:31 2021 Memory usage per processor = 27.5439 Mbytes Step Atoms AVEKE stressZZ 21026 5000 7.8222436e-11 7789545.4 21027 -0.0129674999999929 7789436.68958834 21027 5000 7.8216778e-11 7789436.7 Loop time of 0.0204492 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:31 2021 Pair time (%) = 0.0015161 (7.41401) Neigh time (%) = 0 (0) Comm time (%) = 4.19617e-05 (0.2052) Outpt time (%) = 0.0187552 (91.7162) Other time (%) = 0.000135899 (0.664568) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:31 2021 Memory usage per processor = 27.5439 Mbytes Step Atoms AVEKE stressZZ 21027 5000 7.8216778e-11 7789395.7 21028 -0.0129674999999929 7789286.96250695 21028 5000 7.8211121e-11 7789287 Loop time of 0.020329 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:31 2021 Pair time (%) = 0.00166607 (8.19553) Neigh time (%) = 0 (0) Comm time (%) = 4.19617e-05 (0.206413) Outpt time (%) = 0.018466 (90.8357) Other time (%) = 0.000154972 (0.76232) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:31 2021 Memory usage per processor = 27.5439 Mbytes Step Atoms AVEKE stressZZ 21028 5000 7.8211121e-11 7789246 21029 -0.0129674999999929 7789137.24327985 21029 5000 7.8205465e-11 7789137.2 Loop time of 0.0203099 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:31 2021 Pair time (%) = 0.00158 (7.77945) Neigh time (%) = 0 (0) Comm time (%) = 4.19617e-05 (0.206607) Outpt time (%) = 0.0185308 (91.2403) Other time (%) = 0.000157118 (0.773601) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:31 2021 Memory usage per processor = 27.5439 Mbytes Step Atoms AVEKE stressZZ 21029 5000 7.8205465e-11 7789096.2 21030 -0.0129674999999929 7788987.53195215 21030 5000 7.8199809e-11 7788987.5 Loop time of 0.0234201 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:31 2021 Pair time (%) = 0.00145483 (6.21189) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.171025) Outpt time (%) = 0.0217981 (93.0745) Other time (%) = 0.000127077 (0.542599) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:31 2021 Memory usage per processor = 27.5439 Mbytes Step Atoms AVEKE stressZZ 21030 5000 7.8199809e-11 7788946.5 21031 -0.0129674999999929 7788837.82861247 21031 5000 7.8194154e-11 7788837.8 Loop time of 0.020961 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:31 2021 Pair time (%) = 0.001652 (7.8813) Neigh time (%) = 0 (0) Comm time (%) = 4.3869e-05 (0.209288) Outpt time (%) = 0.019037 (90.8209) Other time (%) = 0.000228167 (1.08853) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:31 2021 Memory usage per processor = 27.5439 Mbytes Step Atoms AVEKE stressZZ 21031 5000 7.8194154e-11 7788796.8 21032 -0.0129674999999929 7788688.13320112 21032 5000 7.8188499e-11 7788688.1 Loop time of 0.0201702 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:31 2021 Pair time (%) = 0.00139213 (6.90189) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.20331) Outpt time (%) = 0.0186138 (92.2837) Other time (%) = 0.000123262 (0.611111) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:31 2021 Memory usage per processor = 27.5439 Mbytes Step Atoms AVEKE stressZZ 21032 5000 7.8188499e-11 7788647.1 21033 -0.0129674999999929 7788538.44569917 21033 5000 7.8182846e-11 7788538.4 Loop time of 0.0206139 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:31 2021 Pair time (%) = 0.00148106 (7.18474) Neigh time (%) = 0 (0) Comm time (%) = 3.98159e-05 (0.193151) Outpt time (%) = 0.018965 (92.001) Other time (%) = 0.000128031 (0.621089) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:31 2021 Memory usage per processor = 27.5439 Mbytes Step Atoms AVEKE stressZZ 21033 5000 7.8182846e-11 7788497.4 21034 -0.0129674999999929 7788388.7660965 21034 5000 7.8177192e-11 7788388.8 Loop time of 0.0203328 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:31 2021 Pair time (%) = 0.00138402 (6.80683) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.196994) Outpt time (%) = 0.01879 (92.4122) Other time (%) = 0.000118732 (0.583945) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:31 2021 Memory usage per processor = 27.5439 Mbytes Step Atoms AVEKE stressZZ 21034 5000 7.8177192e-11 7788347.8 21035 -0.0129674999999929 7788239.09438647 21035 5000 7.817154e-11 7788239.1 Loop time of 0.0206249 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:31 2021 Pair time (%) = 0.00156593 (7.59245) Neigh time (%) = 0 (0) Comm time (%) = 4.31538e-05 (0.209232) Outpt time (%) = 0.0188639 (91.462) Other time (%) = 0.000151873 (0.736357) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:31 2021 Memory usage per processor = 27.5439 Mbytes Step Atoms AVEKE stressZZ 21035 5000 7.817154e-11 7788198.1 21036 -0.0129674999999929 7788089.43056456 21036 5000 7.8165888e-11 7788089.4 Loop time of 0.020731 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:31 2021 Pair time (%) = 0.00154495 (7.45239) Neigh time (%) = 0 (0) Comm time (%) = 4.22001e-05 (0.203561) Outpt time (%) = 0.0189681 (91.4965) Other time (%) = 0.000175714 (0.847594) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:31 2021 Memory usage per processor = 27.5439 Mbytes Step Atoms AVEKE stressZZ 21036 5000 7.8165888e-11 7788048.4 21037 -0.0129674999999929 7787939.77471791 21037 5000 7.8160237e-11 7787939.8 Loop time of 0.020304 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:31 2021 Pair time (%) = 0.001441 (7.09715) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.197273) Outpt time (%) = 0.018703 (92.1149) Other time (%) = 0.000119925 (0.590646) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:31 2021 Memory usage per processor = 27.5439 Mbytes Step Atoms AVEKE stressZZ 21037 5000 7.8160237e-11 7787898.8 21038 -0.0129674999999929 7787790.12682249 21038 5000 7.8154586e-11 7787790.1 Loop time of 0.020309 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:31 2021 Pair time (%) = 0.00157118 (7.73638) Neigh time (%) = 0 (0) Comm time (%) = 4.41074e-05 (0.217182) Outpt time (%) = 0.018544 (91.3092) Other time (%) = 0.000149727 (0.737245) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:31 2021 Memory usage per processor = 27.5439 Mbytes Step Atoms AVEKE stressZZ 21038 5000 7.8154586e-11 7787749.1 21039 -0.0129674999999929 7787640.48685152 21039 5000 7.8148936e-11 7787640.5 Loop time of 0.02053 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:31 2021 Pair time (%) = 0.0016129 (7.85632) Neigh time (%) = 0 (0) Comm time (%) = 4.31538e-05 (0.210199) Outpt time (%) = 0.018713 (91.1496) Other time (%) = 0.000160933 (0.78389) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:31 2021 Memory usage per processor = 27.5439 Mbytes Step Atoms AVEKE stressZZ 21039 5000 7.8148936e-11 7787599.5 21040 -0.0129674999999929 7787490.85479318 21040 5000 7.8143287e-11 7787490.9 Loop time of 0.0231891 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:31 2021 Pair time (%) = 0.00145197 (6.26144) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.172729) Outpt time (%) = 0.0215721 (93.0271) Other time (%) = 0.000124931 (0.538751) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:31 2021 Memory usage per processor = 27.544 Mbytes Step Atoms AVEKE stressZZ 21040 5000 7.8143287e-11 7787449.9 21041 -0.0129674999999929 7787341.23064015 21041 5000 7.8137638e-11 7787341.2 Loop time of 0.020684 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:31 2021 Pair time (%) = 0.00149298 (7.21803) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.193649) Outpt time (%) = 0.019011 (91.9117) Other time (%) = 0.000139952 (0.676618) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:31 2021 Memory usage per processor = 27.544 Mbytes Step Atoms AVEKE stressZZ 21041 5000 7.8137638e-11 7787300.2 21042 -0.0129674999999929 7787191.61443302 21042 5000 7.813199e-11 7787191.6 Loop time of 0.0203209 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:31 2021 Pair time (%) = 0.00141883 (6.98212) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.197109) Outpt time (%) = 0.0187361 (92.2013) Other time (%) = 0.000125885 (0.619486) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:31 2021 Memory usage per processor = 27.544 Mbytes Step Atoms AVEKE stressZZ 21042 5000 7.813199e-11 7787150.6 21043 -0.0129674999999929 7787042.00618614 21043 5000 7.8126343e-11 7787042 Loop time of 0.0203152 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:31 2021 Pair time (%) = 0.00138998 (6.84208) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.191297) Outpt time (%) = 0.018754 (92.3153) Other time (%) = 0.000132322 (0.651347) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:31 2021 Memory usage per processor = 27.544 Mbytes Step Atoms AVEKE stressZZ 21043 5000 7.8126343e-11 7787001 21044 -0.0129674999999929 7786892.40586792 21044 5000 7.8120696e-11 7786892.4 Loop time of 0.02039 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:31 2021 Pair time (%) = 0.00145411 (7.1315) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.196441) Outpt time (%) = 0.0187681 (92.0453) Other time (%) = 0.000127792 (0.626739) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:31 2021 Memory usage per processor = 27.544 Mbytes Step Atoms AVEKE stressZZ 21044 5000 7.8120696e-11 7786851.4 21045 -0.0129674999999929 7786742.81348527 21045 5000 7.811505e-11 7786742.8 Loop time of 0.0201221 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:31 2021 Pair time (%) = 0.00141001 (7.00728) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.203796) Outpt time (%) = 0.018554 (92.2072) Other time (%) = 0.000117064 (0.581767) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:31 2021 Memory usage per processor = 27.544 Mbytes Step Atoms AVEKE stressZZ 21045 5000 7.811505e-11 7786701.8 21046 -0.0129674999999929 7786593.22921533 21046 5000 7.8109404e-11 7786593.2 Loop time of 0.0200171 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:31 2021 Pair time (%) = 0.00139189 (6.95348) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.2001) Outpt time (%) = 0.018465 (92.2461) Other time (%) = 0.000120163 (0.6003) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:31 2021 Memory usage per processor = 27.544 Mbytes Step Atoms AVEKE stressZZ 21046 5000 7.8109404e-11 7786552.2 21047 -0.0129674999999929 7786443.65296145 21047 5000 7.8103759e-11 7786443.7 Loop time of 0.0201149 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:31 2021 Pair time (%) = 0.00143003 (7.10933) Neigh time (%) = 0 (0) Comm time (%) = 4.19617e-05 (0.20861) Outpt time (%) = 0.018512 (92.0313) Other time (%) = 0.000130892 (0.650721) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:31 2021 Memory usage per processor = 27.544 Mbytes Step Atoms AVEKE stressZZ 21047 5000 7.8103759e-11 7786402.7 21048 -0.0129674999999929 7786294.0846354 21048 5000 7.8098115e-11 7786294.1 Loop time of 0.020087 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:31 2021 Pair time (%) = 0.0015049 (7.4919) Neigh time (%) = 0 (0) Comm time (%) = 4.19617e-05 (0.2089) Outpt time (%) = 0.0183971 (91.587) Other time (%) = 0.000143051 (0.712158) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:26:31 2021 Memory usage per processor = 27.544 Mbytes Step Atoms AVEKE stressZZ 21048 5000 7.8098115e-11 7786253.1 21049 -0.0129674999999929 7786123.0649284 21049 5000 1.5412175e-10 7786379.4 Loop time of 0.0194051 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:31 2021 Pair time (%) = 0.00134706 (6.9418) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.195353) Outpt time (%) = 0.0178881 (92.1822) Other time (%) = 0.000132084 (0.680665) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:31 2021 Memory usage per processor = 27.544 Mbytes Step Atoms AVEKE stressZZ 21049 5000 1.5412175e-10 7851800.7 21050 -0.0129999999999929 7851657.43639382 21050 5000 1.2400839e-10 7851657.4 Loop time of 0.0224459 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:31 2021 Pair time (%) = 0.00130606 (5.81868) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.16464) Outpt time (%) = 0.020993 (93.527) Other time (%) = 0.000109911 (0.48967) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:31 2021 Memory usage per processor = 27.544 Mbytes Step Atoms AVEKE stressZZ 21050 5000 1.2400839e-10 7851602.1 21051 -0.0129999999999929 7851471.0261394 21051 5000 1.0657003e-10 7851471 Loop time of 0.0196261 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:31 2021 Pair time (%) = 0.00130606 (6.65468) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.193153) Outpt time (%) = 0.018173 (92.5958) Other time (%) = 0.000109196 (0.556379) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:31 2021 Memory usage per processor = 27.544 Mbytes Step Atoms AVEKE stressZZ 21051 5000 1.0657003e-10 7851420.7 21052 -0.0129999999999929 7851297.4663688 21052 5000 9.617279e-11 7851297.5 Loop time of 0.0227058 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:32 2021 Pair time (%) = 0.00131202 (5.77834) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.168005) Outpt time (%) = 0.021244 (93.5622) Other time (%) = 0.00011158 (0.491416) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:32 2021 Memory usage per processor = 27.544 Mbytes Step Atoms AVEKE stressZZ 21052 5000 9.617279e-11 7851250.4 21053 -0.0129999999999929 7851132.07610425 21053 5000 8.9840701e-11 7851132.1 Loop time of 0.0195379 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:32 2021 Pair time (%) = 0.00132394 (6.77625) Neigh time (%) = 0 (0) Comm time (%) = 3.98159e-05 (0.203788) Outpt time (%) = 0.0180559 (92.4147) Other time (%) = 0.000118256 (0.605262) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:32 2021 Memory usage per processor = 27.544 Mbytes Step Atoms AVEKE stressZZ 21053 5000 8.9840701e-11 7851087.1 21054 -0.0129999999999929 7850971.88054451 21054 5000 8.5926628e-11 7850971.9 Loop time of 0.0196111 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:32 2021 Pair time (%) = 0.00140095 (7.14364) Neigh time (%) = 0 (0) Comm time (%) = 4.22001e-05 (0.215184) Outpt time (%) = 0.0180428 (92.0029) Other time (%) = 0.00012517 (0.638259) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:32 2021 Memory usage per processor = 27.544 Mbytes Step Atoms AVEKE stressZZ 21054 5000 8.5926628e-11 7850928.2 21055 -0.0129999999999929 7850814.98917522 21055 5000 8.3482406e-11 7850815 Loop time of 0.019908 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:32 2021 Pair time (%) = 0.00150204 (7.54491) Neigh time (%) = 0 (0) Comm time (%) = 4.19617e-05 (0.210778) Outpt time (%) = 0.018224 (91.5413) Other time (%) = 0.000139952 (0.702994) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:32 2021 Memory usage per processor = 27.544 Mbytes Step Atoms AVEKE stressZZ 21055 5000 8.3482406e-11 7850772.1 21056 -0.0129999999999929 7850660.20055499 21056 5000 8.1945292e-11 7850660.2 Loop time of 0.0198531 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:32 2021 Pair time (%) = 0.00137687 (6.93527) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.19695) Outpt time (%) = 0.018321 (92.2829) Other time (%) = 0.00011611 (0.584844) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:32 2021 Memory usage per processor = 27.544 Mbytes Step Atoms AVEKE stressZZ 21056 5000 8.1945292e-11 7850617.8 21057 -0.0129999999999929 7850506.7511548 21057 5000 8.0973747e-11 7850506.8 Loop time of 0.019938 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:32 2021 Pair time (%) = 0.00131798 (6.61038) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.191328) Outpt time (%) = 0.0184741 (92.6578) Other time (%) = 0.000107765 (0.540502) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:32 2021 Memory usage per processor = 27.544 Mbytes Step Atoms AVEKE stressZZ 21057 5000 8.0973747e-11 7850464.7 21058 -0.0129999999999929 7850354.15574315 21058 5000 8.0357219e-11 7850354.2 Loop time of 1.13035 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:33 2021 Pair time (%) = 0.00131297 (0.116156) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.00335369) Outpt time (%) = 1.12889 (99.8708) Other time (%) = 0.000109196 (0.00966031) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:33 2021 Memory usage per processor = 27.544 Mbytes Step Atoms AVEKE stressZZ 21058 5000 8.0357219e-11 7850312.3 21059 -0.0129999999999929 7850202.10594988 21059 5000 7.9964527e-11 7850202.1 Loop time of 0.485364 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:33 2021 Pair time (%) = 0.00151706 (0.312561) Neigh time (%) = 0 (0) Comm time (%) = 3.98159e-05 (0.0082033) Outpt time (%) = 0.483663 (99.6495) Other time (%) = 0.000144482 (0.0297677) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:33 2021 Memory usage per processor = 27.544 Mbytes Step Atoms AVEKE stressZZ 21059 5000 7.9964527e-11 7850160.4 21060 -0.0129999999999929 7850050.40580194 21060 5000 7.9713363e-11 7850050.4 Loop time of 0.02279 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:33 2021 Pair time (%) = 0.00130606 (5.73084) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.17157) Outpt time (%) = 0.0213361 (93.6205) Other time (%) = 0.000108719 (0.477047) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:33 2021 Memory usage per processor = 27.544 Mbytes Step Atoms AVEKE stressZZ 21060 5000 7.9713363e-11 7850008.8 21061 -0.0129999999999929 7849898.9307557 21061 5000 7.9551851e-11 7849898.9 Loop time of 0.0200799 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:33 2021 Pair time (%) = 0.001513 (7.53494) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.204225) Outpt time (%) = 0.0183859 (91.5639) Other time (%) = 0.000139952 (0.696976) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:33 2021 Memory usage per processor = 27.544 Mbytes Step Atoms AVEKE stressZZ 21061 5000 7.9551851e-11 7849857.4 21062 -0.0129999999999929 7849747.60166215 21062 5000 7.9447195e-11 7849747.6 Loop time of 0.0202179 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:33 2021 Pair time (%) = 0.00151706 (7.50354) Neigh time (%) = 0 (0) Comm time (%) = 4.31538e-05 (0.213443) Outpt time (%) = 0.0185101 (91.5531) Other time (%) = 0.000147581 (0.729953) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:33 2021 Memory usage per processor = 27.544 Mbytes Step Atoms AVEKE stressZZ 21062 5000 7.9447195e-11 7849706.1 21063 -0.0129999999999929 7849596.36822073 21063 5000 7.9378625e-11 7849596.4 Loop time of 0.0199971 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:33 2021 Pair time (%) = 0.00138092 (6.9056) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.18957) Outpt time (%) = 0.0184598 (92.3123) Other time (%) = 0.000118494 (0.592555) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:33 2021 Memory usage per processor = 27.544 Mbytes Step Atoms AVEKE stressZZ 21063 5000 7.9378625e-11 7849554.9 21064 -0.0129999999999929 7849445.19846449 21064 5000 7.9332967e-11 7849445.2 Loop time of 0.019865 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:33 2021 Pair time (%) = 0.00131798 (6.63466) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.192031) Outpt time (%) = 0.018398 (92.6152) Other time (%) = 0.000110865 (0.558089) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:33 2021 Memory usage per processor = 27.544 Mbytes Step Atoms AVEKE stressZZ 21064 5000 7.9332967e-11 7849403.7 21065 -0.0129999999999929 7849294.07207766 21065 5000 7.9301863e-11 7849294.1 Loop time of 0.01983 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:33 2021 Pair time (%) = 0.00130701 (6.59108) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.191168) Outpt time (%) = 0.018379 (92.6827) Other time (%) = 0.000106096 (0.535029) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:33 2021 Memory usage per processor = 27.544 Mbytes Step Atoms AVEKE stressZZ 21065 5000 7.9301863e-11 7849252.6 21066 -0.0129999999999929 7849142.97614913 21066 5000 7.9280005e-11 7849143 Loop time of 0.0197141 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:33 2021 Pair time (%) = 0.00130677 (6.62861) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.192291) Outpt time (%) = 0.0182612 (92.63) Other time (%) = 0.000108242 (0.549058) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:33 2021 Memory usage per processor = 27.544 Mbytes Step Atoms AVEKE stressZZ 21066 5000 7.9280005e-11 7849101.5 21067 -0.0129999999999929 7848991.90247164 21067 5000 7.9264022e-11 7848991.9 Loop time of 0.0195971 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:34 2021 Pair time (%) = 0.00135303 (6.90423) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.20439) Outpt time (%) = 0.018086 (92.2892) Other time (%) = 0.000118017 (0.602219) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:34 2021 Memory usage per processor = 27.544 Mbytes Step Atoms AVEKE stressZZ 21067 5000 7.9264022e-11 7848950.5 21068 -0.0129999999999929 7848840.84583102 21068 5000 7.9251772e-11 7848840.8 Loop time of 0.0198591 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:34 2021 Pair time (%) = 0.00150299 (7.56828) Neigh time (%) = 0 (0) Comm time (%) = 4.19617e-05 (0.211297) Outpt time (%) = 0.0181751 (91.5205) Other time (%) = 0.000138998 (0.699922) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:34 2021 Memory usage per processor = 27.544 Mbytes Step Atoms AVEKE stressZZ 21068 5000 7.9251772e-11 7848799.4 21069 -0.0129999999999929 7848689.80291315 21069 5000 7.9241894e-11 7848689.8 Loop time of 0.0199108 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:34 2021 Pair time (%) = 0.00141001 (7.08162) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.195182) Outpt time (%) = 0.018328 (92.0502) Other time (%) = 0.000133991 (0.672957) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:34 2021 Memory usage per processor = 27.544 Mbytes Step Atoms AVEKE stressZZ 21069 5000 7.9241894e-11 7848648.4 21070 -0.0129999999999929 7848538.77161136 21070 5000 7.9233524e-11 7848538.8 Loop time of 0.0227799 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:34 2021 Pair time (%) = 0.00132203 (5.80349) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.167459) Outpt time (%) = 0.0213091 (93.5434) Other time (%) = 0.000110626 (0.48563) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:34 2021 Memory usage per processor = 27.544 Mbytes Step Atoms AVEKE stressZZ 21070 5000 7.9233524e-11 7848497.3 21071 -0.0129999999999929 7848387.75058631 21071 5000 7.9226113e-11 7848387.8 Loop time of 0.0200551 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:34 2021 Pair time (%) = 0.00130415 (6.50285) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.190211) Outpt time (%) = 0.0186019 (92.7541) Other time (%) = 0.000110865 (0.552801) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:34 2021 Memory usage per processor = 27.544 Mbytes Step Atoms AVEKE stressZZ 21071 5000 7.9226113e-11 7848346.3 21072 -0.0129999999999929 7848236.73898657 21072 5000 7.9219311e-11 7848236.7 Loop time of 0.0198121 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:34 2021 Pair time (%) = 0.00130796 (6.60184) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.19134) Outpt time (%) = 0.018357 (92.6557) Other time (%) = 0.000109196 (0.551156) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:34 2021 Memory usage per processor = 27.544 Mbytes Step Atoms AVEKE stressZZ 21072 5000 7.9219311e-11 7848195.3 21073 -0.0129999999999929 7848085.73627071 21073 5000 7.9212896e-11 7848085.7 Loop time of 0.019856 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:34 2021 Pair time (%) = 0.00140786 (7.09037) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.201724) Outpt time (%) = 0.0182891 (92.1087) Other time (%) = 0.000118971 (0.599169) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:34 2021 Memory usage per processor = 27.544 Mbytes Step Atoms AVEKE stressZZ 21073 5000 7.9212896e-11 7848044.3 21074 -0.0129999999999929 7847934.74210211 21074 5000 7.9206728e-11 7847934.7 Loop time of 0.019711 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:34 2021 Pair time (%) = 0.00136495 (6.92479) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.203208) Outpt time (%) = 0.0181849 (92.2575) Other time (%) = 0.000121117 (0.614462) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:34 2021 Memory usage per processor = 27.544 Mbytes Step Atoms AVEKE stressZZ 21074 5000 7.9206728e-11 7847893.3 21075 -0.0129999999999929 7847783.75639692 21075 5000 7.9200716e-11 7847783.8 Loop time of 0.020066 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:34 2021 Pair time (%) = 0.00158095 (7.87876) Neigh time (%) = 0 (0) Comm time (%) = 4.22001e-05 (0.210306) Outpt time (%) = 0.0182939 (91.1683) Other time (%) = 0.000149012 (0.742607) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:34 2021 Memory usage per processor = 27.544 Mbytes Step Atoms AVEKE stressZZ 21075 5000 7.9200716e-11 7847742.3 21076 -0.0129999999999929 7847632.77896706 21076 5000 7.9194805e-11 7847632.8 Loop time of 0.019877 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:34 2021 Pair time (%) = 0.00136805 (6.88257) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.196713) Outpt time (%) = 0.0183501 (92.3186) Other time (%) = 0.000119686 (0.602135) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:34 2021 Memory usage per processor = 27.544 Mbytes Step Atoms AVEKE stressZZ 21076 5000 7.9194805e-11 7847591.4 21077 -0.0129999999999929 7847481.80969484 21077 5000 7.9188957e-11 7847481.8 Loop time of 0.0198891 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:34 2021 Pair time (%) = 0.00130987 (6.58587) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.190599) Outpt time (%) = 0.0184331 (92.6793) Other time (%) = 0.000108242 (0.544227) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:34 2021 Memory usage per processor = 27.544 Mbytes Step Atoms AVEKE stressZZ 21077 5000 7.9188957e-11 7847440.4 21078 -0.0129999999999929 7847330.84854866 21078 5000 7.918315e-11 7847330.8 Loop time of 0.0198071 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:34 2021 Pair time (%) = 0.00131702 (6.64925) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.191389) Outpt time (%) = 0.0183451 (92.6189) Other time (%) = 0.00010705 (0.540462) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:34 2021 Memory usage per processor = 27.544 Mbytes Step Atoms AVEKE stressZZ 21078 5000 7.918315e-11 7847289.4 21079 -0.0129999999999929 7847179.89567081 21079 5000 7.9177369e-11 7847179.9 Loop time of 0.019702 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:34 2021 Pair time (%) = 0.00132418 (6.72104) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.19362) Outpt time (%) = 0.0182281 (92.519) Other time (%) = 0.00011158 (0.566339) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:34 2021 Memory usage per processor = 27.544 Mbytes Step Atoms AVEKE stressZZ 21079 5000 7.9177369e-11 7847138.5 21080 -0.0129999999999929 7847028.95092643 21080 5000 7.9171605e-11 7847029 Loop time of 0.0224471 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:34 2021 Pair time (%) = 0.00135589 (6.04036) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.178439) Outpt time (%) = 0.020932 (93.2501) Other time (%) = 0.000119209 (0.531067) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:34 2021 Memory usage per processor = 27.544 Mbytes Step Atoms AVEKE stressZZ 21080 5000 7.9171605e-11 7846987.5 21081 -0.0129999999999929 7846878.01426865 21081 5000 7.9165852e-11 7846878 Loop time of 0.0194368 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:34 2021 Pair time (%) = 0.00130796 (6.72931) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.190128) Outpt time (%) = 0.0179858 (92.5347) Other time (%) = 0.000106096 (0.545852) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:34 2021 Memory usage per processor = 27.544 Mbytes Step Atoms AVEKE stressZZ 21081 5000 7.9165852e-11 7846836.6 21082 -0.0129999999999929 7846727.08567345 21082 5000 7.9160106e-11 7846727.1 Loop time of 0.01947 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:34 2021 Pair time (%) = 0.00130796 (6.71785) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.195927) Outpt time (%) = 0.018018 (92.5425) Other time (%) = 0.000105858 (0.543698) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:34 2021 Memory usage per processor = 27.544 Mbytes Step Atoms AVEKE stressZZ 21082 5000 7.9160106e-11 7846685.7 21083 -0.0129999999999929 7846576.16512227 21083 5000 7.9154365e-11 7846576.2 Loop time of 0.020067 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:34 2021 Pair time (%) = 0.00158906 (7.91878) Neigh time (%) = 0 (0) Comm time (%) = 4.19617e-05 (0.209108) Outpt time (%) = 0.0182981 (91.1854) Other time (%) = 0.000137806 (0.68673) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:34 2021 Memory usage per processor = 27.544 Mbytes Step Atoms AVEKE stressZZ 21083 5000 7.9154365e-11 7846534.8 21084 -0.0129999999999929 7846425.25260194 21084 5000 7.9148627e-11 7846425.3 Loop time of 0.0198991 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:34 2021 Pair time (%) = 0.0013938 (7.0043) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.201287) Outpt time (%) = 0.0183442 (92.1858) Other time (%) = 0.000121117 (0.608653) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:34 2021 Memory usage per processor = 27.544 Mbytes Step Atoms AVEKE stressZZ 21084 5000 7.9148627e-11 7846383.8 21085 -0.0129999999999929 7846274.34810251 21085 5000 7.9142891e-11 7846274.3 Loop time of 0.019887 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:34 2021 Pair time (%) = 0.00137687 (6.92346) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.195416) Outpt time (%) = 0.018352 (92.2817) Other time (%) = 0.000119209 (0.599434) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:34 2021 Memory usage per processor = 27.544 Mbytes Step Atoms AVEKE stressZZ 21085 5000 7.9142891e-11 7846232.9 21086 -0.0129999999999929 7846123.45161629 21086 5000 7.9137158e-11 7846123.5 Loop time of 0.019789 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:34 2021 Pair time (%) = 0.00131202 (6.63004) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.191564) Outpt time (%) = 0.0183289 (92.6218) Other time (%) = 0.000110149 (0.55662) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:34 2021 Memory usage per processor = 27.544 Mbytes Step Atoms AVEKE stressZZ 21086 5000 7.9137158e-11 7846082 21087 -0.0129999999999929 7845972.56313695 21087 5000 7.9131425e-11 7845972.6 Loop time of 0.0196979 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:34 2021 Pair time (%) = 0.00131178 (6.65949) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.19245) Outpt time (%) = 0.0182369 (92.5828) Other time (%) = 0.000111341 (0.565245) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:34 2021 Memory usage per processor = 27.544 Mbytes Step Atoms AVEKE stressZZ 21087 5000 7.9131425e-11 7845931.2 21088 -0.0129999999999929 7845821.68264621 21088 5000 7.9125694e-11 7845821.7 Loop time of 0.0196512 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:34 2021 Pair time (%) = 0.00132608 (6.74812) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.203827) Outpt time (%) = 0.0181651 (92.4378) Other time (%) = 0.000119925 (0.610267) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:34 2021 Memory usage per processor = 27.544 Mbytes Step Atoms AVEKE stressZZ 21088 5000 7.9125694e-11 7845780.3 21089 -0.0129999999999929 7845670.81008464 21089 5000 7.9119963e-11 7845670.8 Loop time of 0.0197868 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:34 2021 Pair time (%) = 0.00150299 (7.59591) Neigh time (%) = 0 (0) Comm time (%) = 4.19617e-05 (0.212069) Outpt time (%) = 0.0181038 (91.4944) Other time (%) = 0.000138044 (0.697658) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:34 2021 Memory usage per processor = 27.544 Mbytes Step Atoms AVEKE stressZZ 21089 5000 7.9119963e-11 7845629.4 21090 -0.0129999999999929 7845519.945511 21090 5000 7.9114234e-11 7845519.9 Loop time of 0.0230122 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:34 2021 Pair time (%) = 0.00147581 (6.41318) Neigh time (%) = 0 (0) Comm time (%) = 4.19617e-05 (0.182346) Outpt time (%) = 0.0213561 (92.8036) Other time (%) = 0.000138283 (0.600912) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:34 2021 Memory usage per processor = 27.544 Mbytes Step Atoms AVEKE stressZZ 21090 5000 7.9114234e-11 7845478.5 21091 -0.0129999999999929 7845369.08892218 21091 5000 7.9108505e-11 7845369.1 Loop time of 0.0200419 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:34 2021 Pair time (%) = 0.00139499 (6.96034) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.193904) Outpt time (%) = 0.018482 (92.2165) Other time (%) = 0.000126123 (0.629297) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:34 2021 Memory usage per processor = 27.544 Mbytes Step Atoms AVEKE stressZZ 21091 5000 7.9108505e-11 7845327.7 21092 -0.0129999999999929 7845218.24031529 21092 5000 7.9102777e-11 7845218.2 Loop time of 0.017626 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:34 2021 Pair time (%) = 0.00118494 (6.72267) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.192076) Outpt time (%) = 0.0163081 (92.5226) Other time (%) = 9.91821e-05 (0.562702) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:34 2021 Memory usage per processor = 27.544 Mbytes Step Atoms AVEKE stressZZ 21092 5000 7.9102777e-11 7845176.8 21093 -0.0129999999999929 7845067.39968741 21093 5000 7.909705e-11 7845067.4 Loop time of 0.0174749 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:34 2021 Pair time (%) = 0.0011549 (6.60891) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.18828) Outpt time (%) = 0.0161898 (92.6462) Other time (%) = 9.72748e-05 (0.556655) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:34 2021 Memory usage per processor = 27.544 Mbytes Step Atoms AVEKE stressZZ 21093 5000 7.909705e-11 7845026 21094 -0.0129999999999929 7844916.56703623 21094 5000 7.9091323e-11 7844916.6 Loop time of 0.0175231 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:34 2021 Pair time (%) = 0.00117016 (6.67782) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.200008) Outpt time (%) = 0.0162122 (92.5194) Other time (%) = 0.000105619 (0.602746) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:34 2021 Memory usage per processor = 27.544 Mbytes Step Atoms AVEKE stressZZ 21094 5000 7.9091323e-11 7844875.2 21095 -0.0129999999999929 7844765.74235922 21095 5000 7.9085597e-11 7844765.7 Loop time of 0.017802 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:34 2021 Pair time (%) = 0.00136209 (7.65131) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.214285) Outpt time (%) = 0.0162561 (91.3161) Other time (%) = 0.000145674 (0.8183) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:34 2021 Memory usage per processor = 27.544 Mbytes Step Atoms AVEKE stressZZ 21095 5000 7.9085597e-11 7844724.3 21096 -0.0129999999999929 7844614.92565435 21096 5000 7.9079872e-11 7844614.9 Loop time of 0.017575 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:34 2021 Pair time (%) = 0.00115204 (6.55498) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.188564) Outpt time (%) = 0.0162919 (92.6989) Other time (%) = 9.799e-05 (0.557553) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:34 2021 Memory usage per processor = 27.544 Mbytes Step Atoms AVEKE stressZZ 21096 5000 7.9079872e-11 7844573.5 21097 -0.0129999999999929 7844464.11691941 21097 5000 7.9074147e-11 7844464.1 Loop time of 0.017488 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:34 2021 Pair time (%) = 0.00115108 (6.58214) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.189502) Outpt time (%) = 0.0162101 (92.6926) Other time (%) = 9.36985e-05 (0.535787) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:34 2021 Memory usage per processor = 27.544 Mbytes Step Atoms AVEKE stressZZ 21097 5000 7.9074147e-11 7844422.7 21098 -0.0129999999999929 7844313.31615246 21098 5000 7.9068423e-11 7844313.3 Loop time of 0.017391 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:34 2021 Pair time (%) = 0.00115585 (6.64629) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.194673) Outpt time (%) = 0.0160871 (92.5024) Other time (%) = 0.000114202 (0.656677) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:34 2021 Memory usage per processor = 27.544 Mbytes Step Atoms AVEKE stressZZ 21098 5000 7.9068423e-11 7844271.9 21099 -0.0129999999999929 7844162.52335168 21099 5000 7.9062699e-11 7844162.5 Loop time of 0.017797 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:34 2021 Pair time (%) = 0.00135589 (7.61863) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.208986) Outpt time (%) = 0.0162699 (91.4195) Other time (%) = 0.000133991 (0.752887) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:34 2021 Memory usage per processor = 27.544 Mbytes Step Atoms AVEKE stressZZ 21099 5000 7.9062699e-11 7844121.1 21100 -0.0129999999999929 7844011.73851522 21100 5000 7.9056977e-11 7844011.7 Loop time of 0.0200589 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:34 2021 Pair time (%) = 0.00115395 (5.7528) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.165215) Outpt time (%) = 0.018775 (93.5994) Other time (%) = 9.67979e-05 (0.482569) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:34 2021 Memory usage per processor = 27.544 Mbytes Step Atoms AVEKE stressZZ 21100 5000 7.9056977e-11 7843970.3 21101 -0.0129999999999929 7843860.96164127 21101 5000 7.9051255e-11 7843861 Loop time of 0.017601 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:34 2021 Pair time (%) = 0.00115085 (6.53852) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.186931) Outpt time (%) = 0.0163181 (92.711) Other time (%) = 9.91821e-05 (0.563502) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:34 2021 Memory usage per processor = 27.544 Mbytes Step Atoms AVEKE stressZZ 21101 5000 7.9051255e-11 7843819.6 21102 -0.0129999999999929 7843710.19272819 21102 5000 7.9045533e-11 7843710.2 Loop time of 0.0172949 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:34 2021 Pair time (%) = 0.00115299 (6.66667) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.19024) Outpt time (%) = 0.016011 (92.5765) Other time (%) = 9.799e-05 (0.566584) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:34 2021 Memory usage per processor = 27.544 Mbytes Step Atoms AVEKE stressZZ 21102 5000 7.9045533e-11 7843668.8 21103 -0.0129999999999929 7843559.43178374 21103 5000 7.9039812e-11 7843559.4 Loop time of 0.0176289 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:34 2021 Pair time (%) = 0.001405 (7.96987) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.261019) Outpt time (%) = 0.0160289 (90.9238) Other time (%) = 0.000149012 (0.845269) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:34 2021 Memory usage per processor = 27.544 Mbytes Step Atoms AVEKE stressZZ 21103 5000 7.9039812e-11 7843518 21104 -0.0129999999999929 7843408.67881237 21104 5000 7.9034092e-11 7843408.7 Loop time of 0.017622 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:34 2021 Pair time (%) = 0.00118995 (6.75262) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.198885) Outpt time (%) = 0.016293 (92.4586) Other time (%) = 0.000103951 (0.589891) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:34 2021 Memory usage per processor = 27.544 Mbytes Step Atoms AVEKE stressZZ 21104 5000 7.9034092e-11 7843367.3 21105 -0.0129999999999929 7843257.93379624 21105 5000 7.9028373e-11 7843257.9 Loop time of 0.0175982 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:35 2021 Pair time (%) = 0.00116205 (6.60326) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.192381) Outpt time (%) = 0.0163071 (92.6638) Other time (%) = 9.5129e-05 (0.540563) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:35 2021 Memory usage per processor = 27.544 Mbytes Step Atoms AVEKE stressZZ 21105 5000 7.9028373e-11 7843216.5 21106 -0.0129999999999929 7843107.19673374 21106 5000 7.9022654e-11 7843107.2 Loop time of 0.0173101 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:35 2021 Pair time (%) = 0.00115609 (6.6787) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.202468) Outpt time (%) = 0.0160182 (92.5362) Other time (%) = 0.000100851 (0.582613) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:35 2021 Memory usage per processor = 27.544 Mbytes Step Atoms AVEKE stressZZ 21106 5000 7.9022654e-11 7843065.8 21107 -0.0129999999999929 7842956.46762379 21107 5000 7.9016936e-11 7842956.5 Loop time of 0.0176661 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:35 2021 Pair time (%) = 0.0013659 (7.73176) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.210535) Outpt time (%) = 0.0161228 (91.2642) Other time (%) = 0.00014019 (0.793554) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:35 2021 Memory usage per processor = 27.544 Mbytes Step Atoms AVEKE stressZZ 21107 5000 7.9016936e-11 7842915.1 21108 -0.0129999999999929 7842805.74646468 21108 5000 7.9011219e-11 7842805.7 Loop time of 0.0175371 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:35 2021 Pair time (%) = 0.0011971 (6.82609) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.199848) Outpt time (%) = 0.016201 (92.3813) Other time (%) = 0.000103951 (0.592746) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:35 2021 Memory usage per processor = 27.544 Mbytes Step Atoms AVEKE stressZZ 21108 5000 7.9011219e-11 7842764.4 21109 -0.0129999999999929 7842655.03325538 21109 5000 7.9005502e-11 7842655 Loop time of 0.017616 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:35 2021 Pair time (%) = 0.0011611 (6.59115) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.193539) Outpt time (%) = 0.0163188 (92.6361) Other time (%) = 0.000102043 (0.579263) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:35 2021 Memory usage per processor = 27.544 Mbytes Step Atoms AVEKE stressZZ 21109 5000 7.9005502e-11 7842613.6 21110 -0.0129999999999929 7842504.32799446 21110 5000 7.8999786e-11 7842504.3 Loop time of 0.01986 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:35 2021 Pair time (%) = 0.00115681 (5.8248) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.165668) Outpt time (%) = 0.0185702 (93.5053) Other time (%) = 0.000100136 (0.504208) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:35 2021 Memory usage per processor = 27.544 Mbytes Step Atoms AVEKE stressZZ 21110 5000 7.8999786e-11 7842462.9 21111 -0.0129999999999929 7842353.63068093 21111 5000 7.899407e-11 7842353.6 Loop time of 0.017375 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:35 2021 Pair time (%) = 0.00123906 (7.13129) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.201712) Outpt time (%) = 0.0159931 (92.0468) Other time (%) = 0.000107765 (0.620232) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:35 2021 Memory usage per processor = 27.544 Mbytes Step Atoms AVEKE stressZZ 21111 5000 7.899407e-11 7842312.2 21112 -0.0129999999999929 7842202.94131342 21112 5000 7.8988355e-11 7842202.9 Loop time of 0.017704 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:35 2021 Pair time (%) = 0.00121593 (6.86813) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.197964) Outpt time (%) = 0.0163438 (92.3171) Other time (%) = 0.000109196 (0.616785) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:35 2021 Memory usage per processor = 27.544 Mbytes Step Atoms AVEKE stressZZ 21112 5000 7.8988355e-11 7842161.6 21113 -0.0129999999999929 7842052.25989106 21113 5000 7.8982641e-11 7842052.3 Loop time of 0.0175769 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:35 2021 Pair time (%) = 0.00115705 (6.58275) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.188544) Outpt time (%) = 0.0162899 (92.678) Other time (%) = 9.67979e-05 (0.55071) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:35 2021 Memory usage per processor = 27.544 Mbytes Step Atoms AVEKE stressZZ 21113 5000 7.8982641e-11 7842010.9 21114 -0.0129999999999929 7841901.58641275 21114 5000 7.8976928e-11 7841901.6 Loop time of 0.0173352 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:35 2021 Pair time (%) = 0.00116611 (6.72682) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191173) Outpt time (%) = 0.016036 (92.5057) Other time (%) = 9.98974e-05 (0.57627) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:35 2021 Memory usage per processor = 27.544 Mbytes Step Atoms AVEKE stressZZ 21114 5000 7.8976928e-11 7841860.2 21115 -0.0129999999999929 7841750.92087747 21115 5000 7.8971215e-11 7841750.9 Loop time of 0.0174661 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:35 2021 Pair time (%) = 0.00127006 (7.27156) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.223866) Outpt time (%) = 0.0160332 (91.7961) Other time (%) = 0.000123739 (0.708455) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:35 2021 Memory usage per processor = 27.544 Mbytes Step Atoms AVEKE stressZZ 21115 5000 7.8971215e-11 7841709.5 21116 -0.0129999999999929 7841600.26328451 21116 5000 7.8965503e-11 7841600.3 Loop time of 0.0176189 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:35 2021 Pair time (%) = 0.00121522 (6.89725) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.193507) Outpt time (%) = 0.0162661 (92.322) Other time (%) = 0.000103474 (0.587288) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:35 2021 Memory usage per processor = 27.544 Mbytes Step Atoms AVEKE stressZZ 21116 5000 7.8965503e-11 7841558.9 21117 -0.0129999999999929 7841449.61363292 21117 5000 7.8959791e-11 7841449.6 Loop time of 0.0175731 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:35 2021 Pair time (%) = 0.00115418 (6.5679) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.187228) Outpt time (%) = 0.016289 (92.6927) Other time (%) = 9.70364e-05 (0.552186) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:35 2021 Memory usage per processor = 27.544 Mbytes Step Atoms AVEKE stressZZ 21117 5000 7.8959791e-11 7841408.2 21118 -0.0129999999999929 7841298.97192211 21118 5000 7.895408e-11 7841299 Loop time of 0.017297 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:35 2021 Pair time (%) = 0.00115204 (6.66033) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190216) Outpt time (%) = 0.016016 (92.594) Other time (%) = 9.60827e-05 (0.555487) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:35 2021 Memory usage per processor = 27.544 Mbytes Step Atoms AVEKE stressZZ 21118 5000 7.895408e-11 7841257.6 21119 -0.0129999999999929 7841148.33815168 21119 5000 7.894837e-11 7841148.3 Loop time of 0.0175679 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:35 2021 Pair time (%) = 0.00134897 (7.67863) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.222569) Outpt time (%) = 0.016053 (91.3768) Other time (%) = 0.000126839 (0.721992) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:35 2021 Memory usage per processor = 27.544 Mbytes Step Atoms AVEKE stressZZ 21119 5000 7.894837e-11 7841107 21120 -0.0129999999999929 7840997.71232126 21120 5000 7.894266e-11 7840997.7 Loop time of 0.019624 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:35 2021 Pair time (%) = 0.0011549 (5.88514) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.167661) Outpt time (%) = 0.0183408 (93.4612) Other time (%) = 9.53674e-05 (0.485974) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:35 2021 Memory usage per processor = 27.544 Mbytes Step Atoms AVEKE stressZZ 21120 5000 7.894266e-11 7840956.3 21121 -0.0129999999999929 7840847.09443096 21121 5000 7.8936951e-11 7840847.1 Loop time of 0.017148 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:35 2021 Pair time (%) = 0.00115418 (6.73072) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191869) Outpt time (%) = 0.015873 (92.5644) Other time (%) = 8.79765e-05 (0.513042) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:35 2021 Memory usage per processor = 27.544 Mbytes Step Atoms AVEKE stressZZ 21121 5000 7.8936951e-11 7840805.7 21122 -0.0129999999999929 7840696.48448122 21122 5000 7.8931243e-11 7840696.5 Loop time of 0.017149 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:35 2021 Pair time (%) = 0.00115204 (6.71783) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191859) Outpt time (%) = 0.015872 (92.5537) Other time (%) = 9.20296e-05 (0.536648) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:35 2021 Memory usage per processor = 27.544 Mbytes Step Atoms AVEKE stressZZ 21122 5000 7.8931243e-11 7840655.1 21123 -0.0129999999999929 7840545.88247371 21123 5000 7.8925536e-11 7840545.9 Loop time of 0.017318 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:35 2021 Pair time (%) = 0.00116301 (6.71559) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191363) Outpt time (%) = 0.0160279 (92.5506) Other time (%) = 9.39369e-05 (0.542423) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:35 2021 Memory usage per processor = 27.544 Mbytes Step Atoms AVEKE stressZZ 21123 5000 7.8925536e-11 7840504.5 21124 -0.0129999999999929 7840395.2884122 21124 5000 7.8919829e-11 7840395.3 Loop time of 0.0173831 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:35 2021 Pair time (%) = 0.00119805 (6.89206) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.201618) Outpt time (%) = 0.016042 (92.285) Other time (%) = 0.000108004 (0.621314) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:35 2021 Memory usage per processor = 27.544 Mbytes Step Atoms AVEKE stressZZ 21124 5000 7.8919829e-11 7840353.9 21125 -0.0129999999999929 7840244.70231342 21125 5000 7.8914122e-11 7840244.7 Loop time of 0.017318 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:35 2021 Pair time (%) = 0.00115085 (6.64537) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189986) Outpt time (%) = 0.0160379 (92.6085) Other time (%) = 9.63211e-05 (0.55619) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:35 2021 Memory usage per processor = 27.544 Mbytes Step Atoms AVEKE stressZZ 21125 5000 7.8914122e-11 7840203.3 21126 -0.0129999999999929 7840094.12416044 21126 5000 7.8908417e-11 7840094.1 Loop time of 0.0171528 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:35 2021 Pair time (%) = 0.00115395 (6.72745) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191816) Outpt time (%) = 0.015871 (92.5275) Other time (%) = 9.48906e-05 (0.553208) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:35 2021 Memory usage per processor = 27.544 Mbytes Step Atoms AVEKE stressZZ 21126 5000 7.8908417e-11 7840052.8 21127 -0.0129999999999929 7839943.55392613 21127 5000 7.8902712e-11 7839943.6 Loop time of 0.0172482 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:35 2021 Pair time (%) = 0.00115013 (6.66814) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192138) Outpt time (%) = 0.0159731 (92.6075) Other time (%) = 9.17912e-05 (0.53218) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:35 2021 Memory usage per processor = 27.544 Mbytes Step Atoms AVEKE stressZZ 21127 5000 7.8902712e-11 7839902.2 21128 -0.0129999999999929 7839792.99160956 21128 5000 7.8897007e-11 7839793 Loop time of 0.017611 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:35 2021 Pair time (%) = 0.00125313 (7.11559) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.199009) Outpt time (%) = 0.0162179 (92.0897) Other time (%) = 0.000104904 (0.595673) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:35 2021 Memory usage per processor = 27.544 Mbytes Step Atoms AVEKE stressZZ 21128 5000 7.8897007e-11 7839751.6 21129 -0.0129999999999929 7839642.43720959 21129 5000 7.8891304e-11 7839642.4 Loop time of 0.017731 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:35 2021 Pair time (%) = 0.00122905 (6.93165) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.192284) Outpt time (%) = 0.0163581 (92.2575) Other time (%) = 0.000109673 (0.618537) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:35 2021 Memory usage per processor = 27.544 Mbytes Step Atoms AVEKE stressZZ 21129 5000 7.8891304e-11 7839601.1 21130 -0.0129999999999929 7839491.89072476 21130 5000 7.8885601e-11 7839491.9 Loop time of 0.0200539 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:35 2021 Pair time (%) = 0.00115395 (5.75423) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.165256) Outpt time (%) = 0.018769 (93.5931) Other time (%) = 9.77516e-05 (0.487445) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:35 2021 Memory usage per processor = 27.544 Mbytes Step Atoms AVEKE stressZZ 21130 5000 7.8885601e-11 7839450.5 21131 -0.0129999999999929 7839341.35215425 21131 5000 7.8879898e-11 7839341.4 Loop time of 0.0175071 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:35 2021 Pair time (%) = 0.00114989 (6.56816) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.193381) Outpt time (%) = 0.0162241 (92.6719) Other time (%) = 9.91821e-05 (0.566526) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:35 2021 Memory usage per processor = 27.544 Mbytes Step Atoms AVEKE stressZZ 21131 5000 7.8879898e-11 7839300 21132 -0.0129999999999929 7839190.82149692 21132 5000 7.8874197e-11 7839190.8 Loop time of 0.0173221 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:35 2021 Pair time (%) = 0.0011971 (6.91084) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.202329) Outpt time (%) = 0.015981 (92.2578) Other time (%) = 0.000108957 (0.629009) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:35 2021 Memory usage per processor = 27.544 Mbytes Step Atoms AVEKE stressZZ 21132 5000 7.8874197e-11 7839149.5 21133 -0.0129999999999929 7839040.29875142 21133 5000 7.8868496e-11 7839040.3 Loop time of 0.017674 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:35 2021 Pair time (%) = 0.00120997 (6.84608) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.192904) Outpt time (%) = 0.01633 (92.3958) Other time (%) = 9.98974e-05 (0.565223) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:35 2021 Memory usage per processor = 27.544 Mbytes Step Atoms AVEKE stressZZ 21133 5000 7.8868496e-11 7838998.9 21134 -0.0129999999999929 7838889.78391671 21134 5000 7.8862795e-11 7838889.8 Loop time of 0.0175271 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:35 2021 Pair time (%) = 0.00115514 (6.59058) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.187719) Outpt time (%) = 0.016243 (92.6735) Other time (%) = 9.60827e-05 (0.548195) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:35 2021 Memory usage per processor = 27.544 Mbytes Step Atoms AVEKE stressZZ 21134 5000 7.8862795e-11 7838848.4 21135 -0.0129999999999929 7838739.27699188 21135 5000 7.8857095e-11 7838739.3 Loop time of 0.0173991 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:35 2021 Pair time (%) = 0.00116897 (6.71856) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.195952) Outpt time (%) = 0.016099 (92.5278) Other time (%) = 9.70364e-05 (0.55771) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:35 2021 Memory usage per processor = 27.544 Mbytes Step Atoms AVEKE stressZZ 21135 5000 7.8857095e-11 7838697.9 21136 -0.0129999999999929 7838588.77797566 21136 5000 7.8851396e-11 7838588.8 Loop time of 0.017436 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:35 2021 Pair time (%) = 0.00121689 (6.97916) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.199639) Outpt time (%) = 0.016078 (92.2113) Other time (%) = 0.000106335 (0.609856) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:35 2021 Memory usage per processor = 27.544 Mbytes Step Atoms AVEKE stressZZ 21136 5000 7.8851396e-11 7838547.4 21137 -0.0129999999999929 7838438.28686702 21137 5000 7.8845698e-11 7838438.3 Loop time of 0.0177491 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:35 2021 Pair time (%) = 0.0012331 (6.94741) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.197461) Outpt time (%) = 0.016376 (92.2641) Other time (%) = 0.000104904 (0.59104) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:35 2021 Memory usage per processor = 27.544 Mbytes Step Atoms AVEKE stressZZ 21137 5000 7.8845698e-11 7838396.9 21138 -0.0129999999999929 7838287.8036648 21138 5000 7.884e-11 7838287.8 Loop time of 0.0176251 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:35 2021 Pair time (%) = 0.00117493 (6.66622) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.186676) Outpt time (%) = 0.0163181 (92.5844) Other time (%) = 9.91821e-05 (0.562732) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:35 2021 Memory usage per processor = 27.544 Mbytes Step Atoms AVEKE stressZZ 21138 5000 7.884e-11 7838246.4 21139 -0.0129999999999929 7838137.32836799 21139 5000 7.8834303e-11 7838137.3 Loop time of 0.0173399 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:35 2021 Pair time (%) = 0.00116777 (6.73459) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.195245) Outpt time (%) = 0.016041 (92.5092) Other time (%) = 9.72748e-05 (0.560987) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:35 2021 Memory usage per processor = 27.544 Mbytes Step Atoms AVEKE stressZZ 21139 5000 7.8834303e-11 7838096 21140 -0.0129999999999929 7837986.86097557 21140 5000 7.8828607e-11 7837986.9 Loop time of 0.0200288 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:35 2021 Pair time (%) = 0.00126314 (6.30662) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.18927) Outpt time (%) = 0.018615 (92.9411) Other time (%) = 0.000112772 (0.563048) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:35 2021 Memory usage per processor = 27.544 Mbytes Step Atoms AVEKE stressZZ 21140 5000 7.8828607e-11 7837945.5 21141 -0.0129999999999929 7837836.40148636 21141 5000 7.8822911e-11 7837836.4 Loop time of 0.0177329 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:35 2021 Pair time (%) = 0.00130391 (7.35308) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.20302) Outpt time (%) = 0.0162718 (91.7609) Other time (%) = 0.000121117 (0.683007) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:35 2021 Memory usage per processor = 27.544 Mbytes Step Atoms AVEKE stressZZ 21141 5000 7.8822911e-11 7837795 21142 -0.0129999999999929 7837685.94989941 21142 5000 7.8817216e-11 7837685.9 Loop time of 0.0176358 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:35 2021 Pair time (%) = 0.00117683 (6.67298) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.214952) Outpt time (%) = 0.016315 (92.5105) Other time (%) = 0.000106096 (0.601595) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:35 2021 Memory usage per processor = 27.544 Mbytes Step Atoms AVEKE stressZZ 21142 5000 7.8817216e-11 7837644.6 21143 -0.0129999999999929 7837535.50621358 21143 5000 7.8811521e-11 7837535.5 Loop time of 0.017468 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:35 2021 Pair time (%) = 0.00115609 (6.61835) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.188355) Outpt time (%) = 0.016181 (92.6323) Other time (%) = 9.799e-05 (0.56097) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:35 2021 Memory usage per processor = 27.544 Mbytes Step Atoms AVEKE stressZZ 21143 5000 7.8811521e-11 7837494.2 21144 -0.0129999999999929 7837385.07048837 21144 5000 7.8805827e-11 7837385.1 Loop time of 0.017345 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:35 2021 Pair time (%) = 0.00118804 (6.84948) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.202062) Outpt time (%) = 0.0160139 (92.3258) Other time (%) = 0.000108004 (0.62268) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:35 2021 Memory usage per processor = 27.544 Mbytes Step Atoms AVEKE stressZZ 21144 5000 7.8805827e-11 7837343.7 21145 -0.0129999999999929 7837234.64272834 21145 5000 7.8800134e-11 7837234.6 Loop time of 0.0177119 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:35 2021 Pair time (%) = 0.00126886 (7.16391) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.191145) Outpt time (%) = 0.0162899 (91.9719) Other time (%) = 0.000119209 (0.673047) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:35 2021 Memory usage per processor = 27.544 Mbytes Step Atoms AVEKE stressZZ 21145 5000 7.8800134e-11 7837193.3 21146 -0.0129999999999929 7837084.22290623 21146 5000 7.8794442e-11 7837084.2 Loop time of 0.017592 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:35 2021 Pair time (%) = 0.00115299 (6.55409) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.193804) Outpt time (%) = 0.0163071 (92.6964) Other time (%) = 9.77516e-05 (0.555661) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:35 2021 Memory usage per processor = 27.544 Mbytes Step Atoms AVEKE stressZZ 21146 5000 7.8794442e-11 7837042.9 21147 -0.0129999999999929 7836933.811013 21147 5000 7.878875e-11 7836933.8 Loop time of 0.0173588 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:36 2021 Pair time (%) = 0.00115395 (6.64762) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.190913) Outpt time (%) = 0.0160749 (92.6038) Other time (%) = 9.67979e-05 (0.557631) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:36 2021 Memory usage per processor = 27.544 Mbytes Step Atoms AVEKE stressZZ 21147 5000 7.878875e-11 7836892.5 21148 -0.0129999999999929 7836783.40704331 21148 5000 7.8783059e-11 7836783.4 Loop time of 0.0173888 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:36 2021 Pair time (%) = 0.00120711 (6.94189) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.201552) Outpt time (%) = 0.016042 (92.2546) Other time (%) = 0.000104666 (0.601914) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:36 2021 Memory usage per processor = 27.544 Mbytes Step Atoms AVEKE stressZZ 21148 5000 7.8783059e-11 7836742.1 21149 -0.0129999999999929 7836633.01099295 21149 5000 7.8777368e-11 7836633 Loop time of 0.0176511 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:36 2021 Pair time (%) = 0.00123906 (7.01975) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.197207) Outpt time (%) = 0.0162721 (92.1874) Other time (%) = 0.000105143 (0.595672) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:26:36 2021 Memory usage per processor = 27.544 Mbytes Step Atoms AVEKE stressZZ 21149 5000 7.8777368e-11 7836591.7 21150 -0.0129999999999929 7836461.07798103 21150 5000 1.5545942e-10 7836719.1 Loop time of 0.0197051 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:36 2021 Pair time (%) = 0.00116086 (5.89118) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.171811) Outpt time (%) = 0.018388 (93.3163) Other time (%) = 0.000122309 (0.620697) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28369 ave 28369 max 28369 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28369 Ave neighs/atom = 5.6738 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:36 2021 Memory usage per processor = 27.544 Mbytes Step Atoms AVEKE stressZZ 21150 5000 1.5545942e-10 7902317.7 21151 -0.0130324999999929 7902173.78325273 21151 5000 1.2508347e-10 7902173.8 Loop time of 0.0172241 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:36 2021 Pair time (%) = 0.0011549 (6.70515) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192406) Outpt time (%) = 0.0159371 (92.528) Other time (%) = 9.89437e-05 (0.57445) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:36 2021 Memory usage per processor = 27.544 Mbytes Step Atoms AVEKE stressZZ 21151 5000 1.2508347e-10 7902117.9 21152 -0.0130324999999929 7901986.31764099 21152 5000 1.0749316e-10 7901986.3 Loop time of 0.017205 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:36 2021 Pair time (%) = 0.00123596 (7.18374) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.209249) Outpt time (%) = 0.0158231 (91.9682) Other time (%) = 0.000109911 (0.638832) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:36 2021 Memory usage per processor = 27.544 Mbytes Step Atoms AVEKE stressZZ 21152 5000 1.0749316e-10 7901935.6 21153 -0.0130324999999929 7901811.78145722 21153 5000 9.7005378e-11 7901811.8 Loop time of 0.0176549 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:36 2021 Pair time (%) = 0.00123 (6.96691) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.197164) Outpt time (%) = 0.016278 (92.2012) Other time (%) = 0.000112057 (0.634706) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:36 2021 Memory usage per processor = 27.544 Mbytes Step Atoms AVEKE stressZZ 21153 5000 9.7005378e-11 7901764.3 21154 -0.0130324999999929 7901645.46496092 21154 5000 9.0618168e-11 7901645.5 Loop time of 0.01753 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:36 2021 Pair time (%) = 0.0011549 (6.58815) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.189049) Outpt time (%) = 0.0162451 (92.6706) Other time (%) = 9.67979e-05 (0.552186) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:36 2021 Memory usage per processor = 27.544 Mbytes Step Atoms AVEKE stressZZ 21154 5000 9.0618168e-11 7901600.1 21155 -0.0130324999999929 7901484.37507192 21155 5000 8.6670034e-11 7901484.4 Loop time of 0.0173271 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:36 2021 Pair time (%) = 0.00115514 (6.66667) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191262) Outpt time (%) = 0.0160358 (92.5476) Other time (%) = 0.000102997 (0.594427) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:36 2021 Memory usage per processor = 27.544 Mbytes Step Atoms AVEKE stressZZ 21155 5000 8.6670034e-11 7901440.3 21156 -0.0130324999999929 7901326.60965906 21156 5000 8.4204547e-11 7901326.6 Loop time of 0.0172811 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:36 2021 Pair time (%) = 0.00121212 (7.01416) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.202809) Outpt time (%) = 0.0159271 (92.165) Other time (%) = 0.000106812 (0.618084) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:36 2021 Memory usage per processor = 27.544 Mbytes Step Atoms AVEKE stressZZ 21156 5000 8.4204547e-11 7901283.3 21157 -0.0130324999999929 7901170.95989823 21157 5000 8.2654062e-11 7901171 Loop time of 0.0176461 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:36 2021 Pair time (%) = 0.00124192 (7.03795) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.204018) Outpt time (%) = 0.0162609 (92.15) Other time (%) = 0.000107288 (0.608001) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:36 2021 Memory usage per processor = 27.544 Mbytes Step Atoms AVEKE stressZZ 21157 5000 8.2654062e-11 7901128.2 21158 -0.0130324999999929 7901016.65756889 21158 5000 8.1674068e-11 7901016.7 Loop time of 0.0176179 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:36 2021 Pair time (%) = 0.00115395 (6.54983) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.193518) Outpt time (%) = 0.016336 (92.7235) Other time (%) = 9.39369e-05 (0.533189) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:36 2021 Memory usage per processor = 27.544 Mbytes Step Atoms AVEKE stressZZ 21158 5000 8.1674068e-11 7900974.3 21159 -0.0130324999999929 7900863.21445785 21159 5000 8.1052181e-11 7900863.2 Loop time of 0.0173631 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:36 2021 Pair time (%) = 0.00115299 (6.64049) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189493) Outpt time (%) = 0.0160789 (92.6043) Other time (%) = 9.82285e-05 (0.565732) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:36 2021 Memory usage per processor = 27.544 Mbytes Step Atoms AVEKE stressZZ 21159 5000 8.1052181e-11 7900821 21160 -0.0130324999999929 7900710.32030045 21160 5000 8.0656076e-11 7900710.3 Loop time of 0.020164 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:36 2021 Pair time (%) = 0.00132799 (6.58595) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.189183) Outpt time (%) = 0.0186729 (92.6053) Other time (%) = 0.000124931 (0.619576) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:36 2021 Memory usage per processor = 27.5441 Mbytes Step Atoms AVEKE stressZZ 21160 5000 8.0656076e-11 7900668.3 21161 -0.0130324999999929 7900557.77791941 21161 5000 8.040273e-11 7900557.8 Loop time of 0.0179789 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:36 2021 Pair time (%) = 0.00135207 (7.52032) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.200241) Outpt time (%) = 0.0164371 (91.4241) Other time (%) = 0.00015378 (0.855336) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:36 2021 Memory usage per processor = 27.5441 Mbytes Step Atoms AVEKE stressZZ 21161 5000 8.040273e-11 7900515.8 21162 -0.0130324999999929 7900405.46200613 21162 5000 8.0239817e-11 7900405.5 Loop time of 0.017729 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:36 2021 Pair time (%) = 0.00115395 (6.50879) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.19096) Outpt time (%) = 0.0164449 (92.757) Other time (%) = 9.63211e-05 (0.543296) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:36 2021 Memory usage per processor = 27.5441 Mbytes Step Atoms AVEKE stressZZ 21162 5000 8.0239817e-11 7900363.6 21163 -0.0130324999999929 7900253.29292534 21163 5000 8.0134254e-11 7900253.3 Loop time of 0.017401 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:36 2021 Pair time (%) = 0.00116801 (6.71234) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.18908) Outpt time (%) = 0.0161009 (92.5286) Other time (%) = 9.91821e-05 (0.56998) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:36 2021 Memory usage per processor = 27.5441 Mbytes Step Atoms AVEKE stressZZ 21163 5000 8.0134254e-11 7900211.4 21164 -0.0130324999999929 7900101.2200675 21164 5000 8.006509e-11 7900101.2 Loop time of 0.0172482 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:36 2021 Pair time (%) = 0.00115514 (6.69717) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190755) Outpt time (%) = 0.0159662 (92.5675) Other time (%) = 9.39369e-05 (0.54462) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:36 2021 Memory usage per processor = 27.5441 Mbytes Step Atoms AVEKE stressZZ 21164 5000 8.006509e-11 7900059.4 21165 -0.0130324999999929 7899949.21126965 21165 5000 8.0019039e-11 7899949.2 Loop time of 0.0172391 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:36 2021 Pair time (%) = 0.00115204 (6.68271) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190856) Outpt time (%) = 0.0159619 (92.5912) Other time (%) = 9.2268e-05 (0.535225) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:36 2021 Memory usage per processor = 27.5441 Mbytes Step Atoms AVEKE stressZZ 21165 5000 8.0019039e-11 7899907.4 21166 -0.0130324999999929 7899797.24609126 21166 5000 7.9987667e-11 7899797.2 Loop time of 0.017602 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:36 2021 Pair time (%) = 0.00120401 (6.84022) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.192339) Outpt time (%) = 0.016253 (92.3362) Other time (%) = 0.000111103 (0.631197) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:36 2021 Memory usage per processor = 27.5441 Mbytes Step Atoms AVEKE stressZZ 21166 5000 7.9987667e-11 7899755.4 21167 -0.0130324999999929 7899645.31154205 21167 5000 7.9965622e-11 7899645.3 Loop time of 0.0182028 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:36 2021 Pair time (%) = 0.00159812 (8.77954) Neigh time (%) = 0 (0) Comm time (%) = 4.41074e-05 (0.242312) Outpt time (%) = 0.016392 (90.0521) Other time (%) = 0.000168562 (0.926023) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:36 2021 Memory usage per processor = 27.5441 Mbytes Step Atoms AVEKE stressZZ 21167 5000 7.9965622e-11 7899603.5 21168 -0.0130324999999929 7899493.39938017 21168 5000 7.9949503e-11 7899493.4 Loop time of 0.0174251 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:36 2021 Pair time (%) = 0.00115585 (6.63328) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.19566) Outpt time (%) = 0.0161331 (92.5854) Other time (%) = 0.000102043 (0.585611) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:36 2021 Memory usage per processor = 27.5441 Mbytes Step Atoms AVEKE stressZZ 21168 5000 7.9949503e-11 7899451.6 21169 -0.0130324999999929 7899341.5043982 21169 5000 7.993715e-11 7899341.5 Loop time of 0.0177891 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:36 2021 Pair time (%) = 0.00141501 (7.95438) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.202378) Outpt time (%) = 0.016201 (91.0726) Other time (%) = 0.000137091 (0.770643) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:36 2021 Memory usage per processor = 27.5441 Mbytes Step Atoms AVEKE stressZZ 21169 5000 7.993715e-11 7899299.7 21170 -0.0130324999999929 7899189.623267 21170 5000 7.992719e-11 7899189.6 Loop time of 0.020083 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:36 2021 Pair time (%) = 0.00116682 (5.81001) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.168578) Outpt time (%) = 0.0187829 (93.5264) Other time (%) = 9.94205e-05 (0.49505) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:36 2021 Memory usage per processor = 27.5441 Mbytes Step Atoms AVEKE stressZZ 21170 5000 7.992719e-11 7899147.8 21171 -0.0130324999999929 7899037.75384856 21171 5000 7.991875e-11 7899037.8 Loop time of 0.017606 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:36 2021 Pair time (%) = 0.00116587 (6.62198) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.199066) Outpt time (%) = 0.0163009 (92.5872) Other time (%) = 0.000104189 (0.59178) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:36 2021 Memory usage per processor = 27.5441 Mbytes Step Atoms AVEKE stressZZ 21171 5000 7.991875e-11 7898996 21172 -0.0130324999999929 7898885.89478666 21172 5000 7.9911277e-11 7898885.9 Loop time of 0.0173099 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:36 2021 Pair time (%) = 0.00115514 (6.67328) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191452) Outpt time (%) = 0.0160239 (92.5706) Other time (%) = 9.77516e-05 (0.564715) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:36 2021 Memory usage per processor = 27.5441 Mbytes Step Atoms AVEKE stressZZ 21172 5000 7.9911277e-11 7898844.1 21173 -0.0130324999999929 7898734.04523364 21173 5000 7.9904419e-11 7898734 Loop time of 0.0175319 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:36 2021 Pair time (%) = 0.00126886 (7.23747) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.216227) Outpt time (%) = 0.0161099 (91.8895) Other time (%) = 0.000115156 (0.656839) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:36 2021 Memory usage per processor = 27.5441 Mbytes Step Atoms AVEKE stressZZ 21173 5000 7.9904419e-11 7898692.3 21174 -0.0130324999999929 7898582.2046887 21174 5000 7.9897952e-11 7898582.2 Loop time of 0.0176489 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:36 2021 Pair time (%) = 0.00121903 (6.90713) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.186424) Outpt time (%) = 0.016294 (92.3229) Other time (%) = 0.000102997 (0.583587) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:36 2021 Memory usage per processor = 27.5441 Mbytes Step Atoms AVEKE stressZZ 21174 5000 7.9897952e-11 7898540.4 21175 -0.0130324999999929 7898430.37278427 21175 5000 7.9891733e-11 7898430.4 Loop time of 0.0176451 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:36 2021 Pair time (%) = 0.00115705 (6.55731) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.19322) Outpt time (%) = 0.016355 (92.6887) Other time (%) = 9.89437e-05 (0.560743) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:36 2021 Memory usage per processor = 27.5441 Mbytes Step Atoms AVEKE stressZZ 21175 5000 7.9891733e-11 7898388.6 21176 -0.0130324999999929 7898278.54929277 21176 5000 7.9885673e-11 7898278.5 Loop time of 0.017314 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:36 2021 Pair time (%) = 0.001158 (6.68824) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.19003) Outpt time (%) = 0.0160251 (92.5558) Other time (%) = 9.799e-05 (0.56596) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:36 2021 Memory usage per processor = 27.5441 Mbytes Step Atoms AVEKE stressZZ 21176 5000 7.9885673e-11 7898236.8 21177 -0.0130324999999929 7898126.73405765 21177 5000 7.9879713e-11 7898126.7 Loop time of 0.0175772 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:36 2021 Pair time (%) = 0.00137901 (7.84548) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.222451) Outpt time (%) = 0.0160182 (91.1304) Other time (%) = 0.000140905 (0.801639) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:36 2021 Memory usage per processor = 27.5441 Mbytes Step Atoms AVEKE stressZZ 21177 5000 7.9879713e-11 7898085 21178 -0.0130324999999929 7897974.92698555 21178 5000 7.9873818e-11 7897974.9 Loop time of 0.0176351 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:36 2021 Pair time (%) = 0.00120687 (6.84359) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.193329) Outpt time (%) = 0.0162902 (92.3736) Other time (%) = 0.000103951 (0.589452) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:36 2021 Memory usage per processor = 27.5441 Mbytes Step Atoms AVEKE stressZZ 21178 5000 7.9873818e-11 7897933.1 21179 -0.0130324999999929 7897823.12801673 21179 5000 7.9867964e-11 7897823.1 Loop time of 0.017549 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:36 2021 Pair time (%) = 0.001158 (6.59865) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.187485) Outpt time (%) = 0.0162611 (92.6609) Other time (%) = 9.70364e-05 (0.552944) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:36 2021 Memory usage per processor = 27.5441 Mbytes Step Atoms AVEKE stressZZ 21179 5000 7.9867964e-11 7897781.3 21180 -0.0130324999999929 7897671.33710774 21180 5000 7.9862136e-11 7897671.3 Loop time of 0.0199358 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:36 2021 Pair time (%) = 0.00116897 (5.86364) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.166234) Outpt time (%) = 0.018636 (93.4798) Other time (%) = 9.77516e-05 (0.490331) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:36 2021 Memory usage per processor = 27.5441 Mbytes Step Atoms AVEKE stressZZ 21180 5000 7.9862136e-11 7897629.6 21181 -0.0130324999999929 7897519.55422029 21181 5000 7.9856325e-11 7897519.6 Loop time of 0.0173919 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:36 2021 Pair time (%) = 0.00121713 (6.99823) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.201516) Outpt time (%) = 0.0160341 (92.193) Other time (%) = 0.000105619 (0.60729) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:36 2021 Memory usage per processor = 27.5441 Mbytes Step Atoms AVEKE stressZZ 21181 5000 7.9856325e-11 7897477.8 21182 -0.0130324999999929 7897367.7793536 21182 5000 7.9850525e-11 7897367.8 Loop time of 0.0176909 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:36 2021 Pair time (%) = 0.0012641 (7.14546) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.198111) Outpt time (%) = 0.016278 (92.0136) Other time (%) = 0.000113726 (0.642848) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:36 2021 Memory usage per processor = 27.5441 Mbytes Step Atoms AVEKE stressZZ 21182 5000 7.9850525e-11 7897326 21183 -0.0130324999999929 7897216.01249641 21183 5000 7.9844732e-11 7897216 Loop time of 0.0175591 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:36 2021 Pair time (%) = 0.00116086 (6.61118) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.192809) Outpt time (%) = 0.016268 (92.6475) Other time (%) = 9.63211e-05 (0.548555) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:36 2021 Memory usage per processor = 27.5441 Mbytes Step Atoms AVEKE stressZZ 21183 5000 7.9844732e-11 7897174.2 21184 -0.0130324999999929 7897064.25364111 21184 5000 7.9838945e-11 7897064.3 Loop time of 0.0174682 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:36 2021 Pair time (%) = 0.00116801 (6.6865) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.188352) Outpt time (%) = 0.01617 (92.5683) Other time (%) = 9.72748e-05 (0.556867) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:36 2021 Memory usage per processor = 27.5441 Mbytes Step Atoms AVEKE stressZZ 21184 5000 7.9838945e-11 7897022.5 21185 -0.0130324999999929 7896912.50278232 21185 5000 7.983316e-11 7896912.5 Loop time of 0.017339 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:36 2021 Pair time (%) = 0.00119305 (6.88072) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.202131) Outpt time (%) = 0.0160041 (92.3011) Other time (%) = 0.000106812 (0.616019) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:36 2021 Memory usage per processor = 27.5441 Mbytes Step Atoms AVEKE stressZZ 21185 5000 7.983316e-11 7896870.7 21186 -0.0130324999999929 7896760.75991606 21186 5000 7.9827378e-11 7896760.8 Loop time of 0.0177388 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:36 2021 Pair time (%) = 0.00122499 (6.90573) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.192199) Outpt time (%) = 0.016376 (92.3174) Other time (%) = 0.000103712 (0.584662) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:36 2021 Memory usage per processor = 27.5441 Mbytes Step Atoms AVEKE stressZZ 21186 5000 7.9827378e-11 7896719 21187 -0.0130324999999929 7896609.02503925 21187 5000 7.9821598e-11 7896609 Loop time of 0.017658 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:36 2021 Pair time (%) = 0.00116205 (6.58088) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.186328) Outpt time (%) = 0.016366 (92.6833) Other time (%) = 9.70364e-05 (0.549532) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:36 2021 Memory usage per processor = 27.5441 Mbytes Step Atoms AVEKE stressZZ 21187 5000 7.9821598e-11 7896567.3 21188 -0.0130324999999929 7896457.29814969 21188 5000 7.9815819e-11 7896457.3 Loop time of 0.017339 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:36 2021 Pair time (%) = 0.0011611 (6.69646) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191131) Outpt time (%) = 0.0160482 (92.5555) Other time (%) = 9.65595e-05 (0.556892) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:36 2021 Memory usage per processor = 27.5441 Mbytes Step Atoms AVEKE stressZZ 21188 5000 7.9815819e-11 7896415.5 21189 -0.0130324999999929 7896305.57926484 21189 5000 7.9810041e-11 7896305.6 Loop time of 0.0174341 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:37 2021 Pair time (%) = 0.0012579 (7.21514) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.199661) Outpt time (%) = 0.016032 (91.9575) Other time (%) = 0.000109434 (0.627701) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:37 2021 Memory usage per processor = 27.5441 Mbytes Step Atoms AVEKE stressZZ 21189 5000 7.9810041e-11 7896263.8 21190 -0.0130324999999929 7896153.86836101 21190 5000 7.9804264e-11 7896153.9 Loop time of 0.045162 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:37 2021 Pair time (%) = 0.00121617 (2.69291) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.0728528) Outpt time (%) = 0.0438051 (96.9956) Other time (%) = 0.000107765 (0.238619) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:37 2021 Memory usage per processor = 27.5441 Mbytes Step Atoms AVEKE stressZZ 21190 5000 7.9804264e-11 7896112.1 21191 -0.0130324999999929 7896002.16543799 21191 5000 7.9798488e-11 7896002.2 Loop time of 0.017405 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:37 2021 Pair time (%) = 0.00115895 (6.65872) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.194515) Outpt time (%) = 0.016114 (92.5824) Other time (%) = 9.82285e-05 (0.564368) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:37 2021 Memory usage per processor = 27.5441 Mbytes Step Atoms AVEKE stressZZ 21191 5000 7.9798488e-11 7895960.4 21192 -0.0130324999999929 7895850.47050223 21192 5000 7.9792713e-11 7895850.5 Loop time of 0.01735 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:37 2021 Pair time (%) = 0.00120497 (6.94507) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.202004) Outpt time (%) = 0.0160091 (92.2716) Other time (%) = 0.000100851 (0.581276) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:37 2021 Memory usage per processor = 27.5441 Mbytes Step Atoms AVEKE stressZZ 21192 5000 7.9792713e-11 7895808.7 21193 -0.0130324999999929 7895698.78355129 21193 5000 7.9786938e-11 7895698.8 Loop time of 0.017693 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:37 2021 Pair time (%) = 0.00122595 (6.92899) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.198087) Outpt time (%) = 0.016324 (92.2625) Other time (%) = 0.000108004 (0.61043) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:37 2021 Memory usage per processor = 27.5441 Mbytes Step Atoms AVEKE stressZZ 21193 5000 7.9786938e-11 7895657 21194 -0.0130324999999929 7895547.1045833 21194 5000 7.9781165e-11 7895547.1 Loop time of 0.017575 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:37 2021 Pair time (%) = 0.00115514 (6.57261) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.188564) Outpt time (%) = 0.0162871 (92.6718) Other time (%) = 9.9659e-05 (0.567049) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:37 2021 Memory usage per processor = 27.5441 Mbytes Step Atoms AVEKE stressZZ 21194 5000 7.9781165e-11 7895505.3 21195 -0.0130324999999929 7895395.43359648 21195 5000 7.9775391e-11 7895395.4 Loop time of 0.0174332 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:37 2021 Pair time (%) = 0.00116491 (6.68217) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.199672) Outpt time (%) = 0.0161278 (92.5123) Other time (%) = 0.000105619 (0.605853) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:37 2021 Memory usage per processor = 27.5441 Mbytes Step Atoms AVEKE stressZZ 21195 5000 7.9775391e-11 7895353.7 21196 -0.0130324999999929 7895243.77058938 21196 5000 7.9769619e-11 7895243.8 Loop time of 0.017427 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:37 2021 Pair time (%) = 0.00120902 (6.93764) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.195638) Outpt time (%) = 0.016082 (92.2825) Other time (%) = 0.000101805 (0.584179) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:37 2021 Memory usage per processor = 27.5441 Mbytes Step Atoms AVEKE stressZZ 21196 5000 7.9769619e-11 7895202 21197 -0.0130324999999929 7895092.11556064 21197 5000 7.9763847e-11 7895092.1 Loop time of 0.017714 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:37 2021 Pair time (%) = 0.00122309 (6.90463) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.197852) Outpt time (%) = 0.016346 (92.277) Other time (%) = 0.000109911 (0.620474) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:37 2021 Memory usage per processor = 27.5441 Mbytes Step Atoms AVEKE stressZZ 21197 5000 7.9763847e-11 7895050.4 21198 -0.0130324999999929 7894940.46850898 21198 5000 7.9758076e-11 7894940.5 Loop time of 0.0175431 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:37 2021 Pair time (%) = 0.00115681 (6.59409) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.187548) Outpt time (%) = 0.0162551 (92.6584) Other time (%) = 9.82285e-05 (0.559927) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:37 2021 Memory usage per processor = 27.5441 Mbytes Step Atoms AVEKE stressZZ 21198 5000 7.9758076e-11 7894898.7 21199 -0.0130324999999929 7894788.82943312 21199 5000 7.9752306e-11 7894788.8 Loop time of 0.0173831 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:37 2021 Pair time (%) = 0.00115395 (6.63832) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.196132) Outpt time (%) = 0.016098 (92.6073) Other time (%) = 9.70364e-05 (0.558222) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:37 2021 Memory usage per processor = 27.5441 Mbytes Step Atoms AVEKE stressZZ 21199 5000 7.9752306e-11 7894747.1 21200 -0.0130324999999929 7894637.19833183 21200 5000 7.9746536e-11 7894637.2 Loop time of 0.0199139 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:37 2021 Pair time (%) = 0.00120807 (6.06645) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.174798) Outpt time (%) = 0.0185618 (93.2104) Other time (%) = 0.000109196 (0.548339) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:37 2021 Memory usage per processor = 27.5441 Mbytes Step Atoms AVEKE stressZZ 21200 5000 7.9746536e-11 7894595.4 21201 -0.0130324999999929 7894485.57520409 21201 5000 7.9740767e-11 7894485.6 Loop time of 0.0178421 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:37 2021 Pair time (%) = 0.00135708 (7.60607) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.201777) Outpt time (%) = 0.0163181 (91.4585) Other time (%) = 0.000130892 (0.733614) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:37 2021 Memory usage per processor = 27.5441 Mbytes Step Atoms AVEKE stressZZ 21201 5000 7.9740767e-11 7894443.8 21202 -0.0130324999999929 7894333.96004862 21202 5000 7.9734998e-11 7894334 Loop time of 0.0176029 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:37 2021 Pair time (%) = 0.001158 (6.57845) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.193683) Outpt time (%) = 0.016314 (92.678) Other time (%) = 9.67979e-05 (0.549897) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:37 2021 Memory usage per processor = 27.5441 Mbytes Step Atoms AVEKE stressZZ 21202 5000 7.9734998e-11 7894292.2 21203 -0.0130324999999929 7894182.35286462 21203 5000 7.9729231e-11 7894182.4 Loop time of 0.017597 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:37 2021 Pair time (%) = 0.00116301 (6.60913) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.186974) Outpt time (%) = 0.0163009 (92.6348) Other time (%) = 0.000100136 (0.569052) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:37 2021 Memory usage per processor = 27.5441 Mbytes Step Atoms AVEKE stressZZ 21203 5000 7.9729231e-11 7894140.6 21204 -0.0130324999999929 7894030.75365082 21204 5000 7.9723464e-11 7894030.8 Loop time of 0.0175471 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:37 2021 Pair time (%) = 0.00116491 (6.63877) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.198375) Outpt time (%) = 0.0162401 (92.5514) Other time (%) = 0.000107288 (0.61143) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:37 2021 Memory usage per processor = 27.5441 Mbytes Step Atoms AVEKE stressZZ 21204 5000 7.9723464e-11 7893989 21205 -0.0130324999999929 7893879.16240627 21205 5000 7.9717697e-11 7893879.2 Loop time of 0.017175 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:37 2021 Pair time (%) = 0.00115705 (6.73682) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191568) Outpt time (%) = 0.015892 (92.5302) Other time (%) = 9.29832e-05 (0.541388) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:37 2021 Memory usage per processor = 27.5441 Mbytes Step Atoms AVEKE stressZZ 21205 5000 7.9717697e-11 7893837.4 21206 -0.0130324999999929 7893727.57913027 21206 5000 7.9711931e-11 7893727.6 Loop time of 0.017138 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:37 2021 Pair time (%) = 0.00115395 (6.73326) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193372) Outpt time (%) = 0.0158579 (92.5308) Other time (%) = 9.29832e-05 (0.542556) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:37 2021 Memory usage per processor = 27.5441 Mbytes Step Atoms AVEKE stressZZ 21206 5000 7.9711931e-11 7893685.8 21207 -0.0130324999999929 7893576.00382151 21207 5000 7.9706166e-11 7893576 Loop time of 0.0173731 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:37 2021 Pair time (%) = 0.00115418 (6.64352) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189384) Outpt time (%) = 0.016094 (92.6374) Other time (%) = 9.20296e-05 (0.529725) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:37 2021 Memory usage per processor = 27.5441 Mbytes Step Atoms AVEKE stressZZ 21207 5000 7.9706166e-11 7893534.3 21208 -0.0130324999999929 7893424.43648905 21208 5000 7.9700402e-11 7893424.4 Loop time of 0.0173991 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:37 2021 Pair time (%) = 0.001194 (6.86244) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.201433) Outpt time (%) = 0.0160601 (92.3044) Other time (%) = 0.000109911 (0.631706) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:37 2021 Memory usage per processor = 27.5441 Mbytes Step Atoms AVEKE stressZZ 21208 5000 7.9700402e-11 7893382.7 21209 -0.0130324999999929 7893272.87712882 21209 5000 7.9694638e-11 7893272.9 Loop time of 0.0177221 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:37 2021 Pair time (%) = 0.00122714 (6.92434) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.197761) Outpt time (%) = 0.016345 (92.2295) Other time (%) = 0.000114918 (0.648442) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:37 2021 Memory usage per processor = 27.5441 Mbytes Step Atoms AVEKE stressZZ 21209 5000 7.9694638e-11 7893231.1 21210 -0.0130324999999929 7893121.32574335 21210 5000 7.9688875e-11 7893121.3 Loop time of 0.0200129 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:37 2021 Pair time (%) = 0.00115514 (5.77198) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.17036) Outpt time (%) = 0.0187268 (93.574) Other time (%) = 9.67979e-05 (0.483679) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:37 2021 Memory usage per processor = 27.5441 Mbytes Step Atoms AVEKE stressZZ 21210 5000 7.9688875e-11 7893079.6 21211 -0.0130324999999929 7892969.78232659 21211 5000 7.9683113e-11 7892969.8 Loop time of 0.0174861 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:37 2021 Pair time (%) = 0.00115705 (6.61695) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.18816) Outpt time (%) = 0.0161982 (92.6345) Other time (%) = 9.799e-05 (0.560388) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:37 2021 Memory usage per processor = 27.5441 Mbytes Step Atoms AVEKE stressZZ 21211 5000 7.9683113e-11 7892928 21212 -0.0130324999999929 7892818.24687321 21212 5000 7.9677351e-11 7892818.2 Loop time of 0.017421 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:37 2021 Pair time (%) = 0.00117493 (6.74431) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.20118) Outpt time (%) = 0.0161059 (92.451) Other time (%) = 0.000105143 (0.603539) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:37 2021 Memory usage per processor = 27.5441 Mbytes Step Atoms AVEKE stressZZ 21212 5000 7.9677351e-11 7892776.5 21213 -0.0130324999999929 7892666.71938238 21213 5000 7.967159e-11 7892666.7 Loop time of 0.017725 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:37 2021 Pair time (%) = 0.00132108 (7.45319) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.20311) Outpt time (%) = 0.016242 (91.6335) Other time (%) = 0.000125885 (0.710212) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:37 2021 Memory usage per processor = 27.5441 Mbytes Step Atoms AVEKE stressZZ 21213 5000 7.967159e-11 7892625 21214 -0.0130324999999929 7892515.19985331 21214 5000 7.9665829e-11 7892515.2 Loop time of 0.0175691 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:37 2021 Pair time (%) = 0.0011549 (6.57348) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.187271) Outpt time (%) = 0.016284 (92.6856) Other time (%) = 9.72748e-05 (0.553671) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:37 2021 Memory usage per processor = 27.5441 Mbytes Step Atoms AVEKE stressZZ 21214 5000 7.9665829e-11 7892473.5 21215 -0.0130324999999929 7892363.68828533 21215 5000 7.966007e-11 7892363.7 Loop time of 0.0174561 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:37 2021 Pair time (%) = 0.00116587 (6.67887) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.189849) Outpt time (%) = 0.01616 (92.5754) Other time (%) = 9.70364e-05 (0.555889) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:37 2021 Memory usage per processor = 27.5441 Mbytes Step Atoms AVEKE stressZZ 21215 5000 7.966007e-11 7892321.9 21216 -0.0130324999999929 7892212.18467779 21216 5000 7.9654311e-11 7892212.2 Loop time of 0.0173929 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:37 2021 Pair time (%) = 0.00119209 (6.85392) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.196022) Outpt time (%) = 0.016062 (92.3483) Other time (%) = 0.000104666 (0.601774) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:37 2021 Memory usage per processor = 27.5441 Mbytes Step Atoms AVEKE stressZZ 21216 5000 7.9654311e-11 7892170.4 21217 -0.0130324999999929 7892060.68903003 21217 5000 7.9648552e-11 7892060.7 Loop time of 0.0176919 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:37 2021 Pair time (%) = 0.00123191 (6.96314) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.192709) Outpt time (%) = 0.0163109 (92.1946) Other time (%) = 0.000114918 (0.649552) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:37 2021 Memory usage per processor = 27.5441 Mbytes Step Atoms AVEKE stressZZ 21217 5000 7.9648552e-11 7892018.9 21218 -0.0130324999999929 7891909.20134157 21218 5000 7.9642794e-11 7891909.2 Loop time of 0.017585 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:37 2021 Pair time (%) = 0.00116611 (6.63124) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.199303) Outpt time (%) = 0.016283 (92.596) Other time (%) = 0.000100851 (0.573505) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:37 2021 Memory usage per processor = 27.5441 Mbytes Step Atoms AVEKE stressZZ 21218 5000 7.9642794e-11 7891867.5 21219 -0.0130324999999929 7891757.72161187 21219 5000 7.9637037e-11 7891757.7 Loop time of 0.0174289 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:37 2021 Pair time (%) = 0.00115514 (6.62773) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.195617) Outpt time (%) = 0.0161428 (92.6213) Other time (%) = 9.67979e-05 (0.555388) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:37 2021 Memory usage per processor = 27.5441 Mbytes Step Atoms AVEKE stressZZ 21219 5000 7.9637037e-11 7891716 21220 -0.0130324999999929 7891606.24984071 21220 5000 7.9631281e-11 7891606.2 Loop time of 0.0198522 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:37 2021 Pair time (%) = 0.00119901 (6.03968) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.176543) Outpt time (%) = 0.018512 (93.2493) Other time (%) = 0.000106096 (0.534432) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:37 2021 Memory usage per processor = 27.5441 Mbytes Step Atoms AVEKE stressZZ 21220 5000 7.9631281e-11 7891564.5 21221 -0.0130324999999929 7891454.78602781 21221 5000 7.9625525e-11 7891454.8 Loop time of 0.017849 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:37 2021 Pair time (%) = 0.00137496 (7.7033) Neigh time (%) = 0 (0) Comm time (%) = 4.50611e-05 (0.252458) Outpt time (%) = 0.0162911 (91.2722) Other time (%) = 0.000137806 (0.772067) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:37 2021 Memory usage per processor = 27.5441 Mbytes Step Atoms AVEKE stressZZ 21221 5000 7.9625525e-11 7891413 21222 -0.0130324999999929 7891303.33017312 21222 5000 7.961977e-11 7891303.3 Loop time of 0.0176241 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:37 2021 Pair time (%) = 0.00116301 (6.59894) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.186686) Outpt time (%) = 0.016331 (92.6624) Other time (%) = 9.72748e-05 (0.551941) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:37 2021 Memory usage per processor = 27.5441 Mbytes Step Atoms AVEKE stressZZ 21222 5000 7.961977e-11 7891261.6 21223 -0.0130324999999929 7891151.88227724 21223 5000 7.9614016e-11 7891151.9 Loop time of 0.0175738 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:37 2021 Pair time (%) = 0.00116014 (6.60155) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.18722) Outpt time (%) = 0.0162799 (92.6374) Other time (%) = 0.000100851 (0.573871) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:37 2021 Memory usage per processor = 27.5441 Mbytes Step Atoms AVEKE stressZZ 21223 5000 7.9614016e-11 7891110.1 21224 -0.0130324999999929 7891000.44234105 21224 5000 7.9608262e-11 7891000.4 Loop time of 0.017416 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:37 2021 Pair time (%) = 0.00127816 (7.33901) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.206713) Outpt time (%) = 0.0159919 (91.8232) Other time (%) = 0.000109911 (0.631092) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:37 2021 Memory usage per processor = 27.5441 Mbytes Step Atoms AVEKE stressZZ 21224 5000 7.9608262e-11 7890958.7 21225 -0.0130324999999929 7890849.01036728 21225 5000 7.9602509e-11 7890849 Loop time of 0.0178092 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:37 2021 Pair time (%) = 0.00135803 (7.62547) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.207505) Outpt time (%) = 0.0162811 (91.42) Other time (%) = 0.000133038 (0.747018) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:37 2021 Memory usage per processor = 27.5441 Mbytes Step Atoms AVEKE stressZZ 21225 5000 7.9602509e-11 7890807.3 21226 -0.0130324999999929 7890697.58636754 21226 5000 7.9596756e-11 7890697.6 Loop time of 0.0175169 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:37 2021 Pair time (%) = 0.00115514 (6.59444) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.194635) Outpt time (%) = 0.0162318 (92.6638) Other time (%) = 9.58443e-05 (0.547155) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:37 2021 Memory usage per processor = 27.5441 Mbytes Step Atoms AVEKE stressZZ 21226 5000 7.9596756e-11 7890655.9 21227 -0.0130324999999929 7890546.17033082 21227 5000 7.9591004e-11 7890546.2 Loop time of 0.0176239 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:37 2021 Pair time (%) = 0.00115585 (6.55844) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.1921) Outpt time (%) = 0.016336 (92.6921) Other time (%) = 9.82285e-05 (0.557359) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:37 2021 Memory usage per processor = 27.5441 Mbytes Step Atoms AVEKE stressZZ 21227 5000 7.9591004e-11 7890504.4 21228 -0.0130324999999929 7890394.76223771 21228 5000 7.9585253e-11 7890394.8 Loop time of 0.0174329 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:37 2021 Pair time (%) = 0.00116205 (6.66585) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.195572) Outpt time (%) = 0.01613 (92.5259) Other time (%) = 0.000106812 (0.6127) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:37 2021 Memory usage per processor = 27.5441 Mbytes Step Atoms AVEKE stressZZ 21228 5000 7.9585253e-11 7890353 21229 -0.0130324999999929 7890243.36208744 21229 5000 7.9579503e-11 7890243.4 Loop time of 0.0177269 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:37 2021 Pair time (%) = 0.00135779 (7.65951) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.213848) Outpt time (%) = 0.0162051 (91.4152) Other time (%) = 0.000126123 (0.711481) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:37 2021 Memory usage per processor = 27.5441 Mbytes Step Atoms AVEKE stressZZ 21229 5000 7.9579503e-11 7890201.6 21230 -0.0130324999999929 7890091.96987916 21230 5000 7.9573753e-11 7890092 Loop time of 0.020103 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:38 2021 Pair time (%) = 0.00115514 (5.7461) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.169596) Outpt time (%) = 0.0188181 (93.6087) Other time (%) = 9.56059e-05 (0.475581) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:38 2021 Memory usage per processor = 27.5441 Mbytes Step Atoms AVEKE stressZZ 21230 5000 7.9573753e-11 7890050.2 21231 -0.0130324999999929 7889940.58561253 21231 5000 7.9568004e-11 7889940.6 Loop time of 0.0176001 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:38 2021 Pair time (%) = 0.001158 (6.57952) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.188296) Outpt time (%) = 0.01631 (92.67) Other time (%) = 9.89437e-05 (0.562178) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:38 2021 Memory usage per processor = 27.5441 Mbytes Step Atoms AVEKE stressZZ 21231 5000 7.9568004e-11 7889898.9 21232 -0.0130324999999929 7889789.2093015 21232 5000 7.9562256e-11 7889789.2 Loop time of 0.017298 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:38 2021 Pair time (%) = 0.00115681 (6.68752) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.202611) Outpt time (%) = 0.0160019 (92.5075) Other time (%) = 0.000104189 (0.602318) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:38 2021 Memory usage per processor = 27.5441 Mbytes Step Atoms AVEKE stressZZ 21232 5000 7.9562256e-11 7889747.5 21233 -0.0130324999999929 7889637.84094213 21233 5000 7.9556508e-11 7889637.8 Loop time of 0.0177138 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:38 2021 Pair time (%) = 0.00138521 (7.81997) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.226119) Outpt time (%) = 0.016144 (91.1383) Other time (%) = 0.000144482 (0.815645) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:38 2021 Memory usage per processor = 27.5441 Mbytes Step Atoms AVEKE stressZZ 21233 5000 7.9556508e-11 7889596.1 21234 -0.0130324999999929 7889486.48052983 21234 5000 7.9550761e-11 7889486.5 Loop time of 0.0175929 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:38 2021 Pair time (%) = 0.00118899 (6.75837) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.192438) Outpt time (%) = 0.0162699 (92.48) Other time (%) = 0.000100136 (0.569183) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:38 2021 Memory usage per processor = 27.5441 Mbytes Step Atoms AVEKE stressZZ 21234 5000 7.9550761e-11 7889444.8 21235 -0.0130324999999929 7889335.1280625 21235 5000 7.9545014e-11 7889335.1 Loop time of 0.017628 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:38 2021 Pair time (%) = 0.00115418 (6.54747) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.193408) Outpt time (%) = 0.0163419 (92.7046) Other time (%) = 9.77516e-05 (0.554526) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:38 2021 Memory usage per processor = 27.5441 Mbytes Step Atoms AVEKE stressZZ 21235 5000 7.9545014e-11 7889293.4 21236 -0.0130324999999929 7889183.78353899 21236 5000 7.9539268e-11 7889183.8 Loop time of 0.0173309 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:38 2021 Pair time (%) = 0.0011549 (6.66382) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.202226) Outpt time (%) = 0.0160389 (92.5452) Other time (%) = 0.000102043 (0.588794) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:38 2021 Memory usage per processor = 27.5441 Mbytes Step Atoms AVEKE stressZZ 21236 5000 7.9539268e-11 7889142.1 21237 -0.0130324999999929 7889032.44695833 21237 5000 7.9533523e-11 7889032.4 Loop time of 0.01771 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:38 2021 Pair time (%) = 0.00137305 (7.75299) Neigh time (%) = 0 (0) Comm time (%) = 4.41074e-05 (0.249054) Outpt time (%) = 0.0161381 (91.1242) Other time (%) = 0.000154734 (0.873709) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:38 2021 Memory usage per processor = 27.5441 Mbytes Step Atoms AVEKE stressZZ 21237 5000 7.9533523e-11 7888990.7 21238 -0.0130324999999929 7888881.11831977 21238 5000 7.9527779e-11 7888881.1 Loop time of 0.0175998 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:38 2021 Pair time (%) = 0.00118899 (6.75571) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.192362) Outpt time (%) = 0.0162709 (92.4491) Other time (%) = 0.000106096 (0.602826) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:38 2021 Memory usage per processor = 27.5441 Mbytes Step Atoms AVEKE stressZZ 21238 5000 7.9527779e-11 7888839.4 21239 -0.0130324999999929 7888729.79762281 21239 5000 7.9522035e-11 7888729.8 Loop time of 0.017673 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:38 2021 Pair time (%) = 0.00115395 (6.52942) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.192915) Outpt time (%) = 0.0163941 (92.7637) Other time (%) = 9.08375e-05 (0.51399) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:38 2021 Memory usage per processor = 27.5441 Mbytes Step Atoms AVEKE stressZZ 21239 5000 7.9522035e-11 7888688.1 21240 -0.0130324999999929 7888578.48486722 21240 5000 7.9516292e-11 7888578.5 Loop time of 0.019834 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:38 2021 Pair time (%) = 0.00115919 (5.84445) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.165885) Outpt time (%) = 0.0185442 (93.4968) Other time (%) = 9.77516e-05 (0.492848) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:38 2021 Memory usage per processor = 27.5441 Mbytes Step Atoms AVEKE stressZZ 21240 5000 7.9516292e-11 7888536.8 21241 -0.0130324999999929 7888427.18005346 21241 5000 7.9510549e-11 7888427.2 Loop time of 0.0174079 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:38 2021 Pair time (%) = 0.0012331 (7.08357) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.201331) Outpt time (%) = 0.016031 (92.0906) Other time (%) = 0.000108719 (0.624538) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:38 2021 Memory usage per processor = 27.5441 Mbytes Step Atoms AVEKE stressZZ 21241 5000 7.9510549e-11 7888385.5 21242 -0.0130324999999929 7888275.8831824 21242 5000 7.9504807e-11 7888275.9 Loop time of 0.0177038 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:38 2021 Pair time (%) = 0.00122499 (6.9194) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.19258) Outpt time (%) = 0.01634 (92.2968) Other time (%) = 0.000104666 (0.591206) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:38 2021 Memory usage per processor = 27.5441 Mbytes Step Atoms AVEKE stressZZ 21242 5000 7.9504807e-11 7888234.2 21243 -0.0130324999999929 7888124.59425693 21243 5000 7.9499066e-11 7888124.6 Loop time of 0.0175471 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:38 2021 Pair time (%) = 0.00115514 (6.58306) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.187505) Outpt time (%) = 0.0162618 (92.6751) Other time (%) = 9.72748e-05 (0.554363) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:38 2021 Memory usage per processor = 27.5441 Mbytes Step Atoms AVEKE stressZZ 21243 5000 7.9499066e-11 7888082.9 21244 -0.0130324999999929 7887973.31329752 21244 5000 7.9493326e-11 7887973.3 Loop time of 0.0174041 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:38 2021 Pair time (%) = 0.00124693 (7.16458) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.200005) Outpt time (%) = 0.0160179 (92.0354) Other time (%) = 0.000104427 (0.600016) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:38 2021 Memory usage per processor = 27.5441 Mbytes Step Atoms AVEKE stressZZ 21244 5000 7.9493326e-11 7887931.6 21245 -0.0130324999999929 7887822.04028592 21245 5000 7.9487586e-11 7887822 Loop time of 0.017534 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:38 2021 Pair time (%) = 0.00126505 (7.21483) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.210761) Outpt time (%) = 0.0161128 (91.8945) Other time (%) = 0.000119209 (0.679874) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:38 2021 Memory usage per processor = 27.5441 Mbytes Step Atoms AVEKE stressZZ 21245 5000 7.9487586e-11 7887780.3 21246 -0.0130324999999929 7887670.77519938 21246 5000 7.9481847e-11 7887670.8 Loop time of 0.0178881 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:38 2021 Pair time (%) = 0.00122404 (6.84278) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.190596) Outpt time (%) = 0.016525 (92.3802) Other time (%) = 0.000104904 (0.586448) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:38 2021 Memory usage per processor = 27.5441 Mbytes Step Atoms AVEKE stressZZ 21246 5000 7.9481847e-11 7887629.1 21247 -0.0130324999999929 7887519.51803661 21247 5000 7.9476108e-11 7887519.5 Loop time of 0.017513 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:38 2021 Pair time (%) = 0.00117588 (6.71431) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.18787) Outpt time (%) = 0.016206 (92.5369) Other time (%) = 9.82285e-05 (0.560888) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:38 2021 Memory usage per processor = 27.5441 Mbytes Step Atoms AVEKE stressZZ 21247 5000 7.9476108e-11 7887477.8 21248 -0.0130324999999929 7887368.26879681 21248 5000 7.947037e-11 7887368.3 Loop time of 0.017159 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:38 2021 Pair time (%) = 0.00115609 (6.73753) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193136) Outpt time (%) = 0.0158761 (92.5233) Other time (%) = 9.36985e-05 (0.546061) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:38 2021 Memory usage per processor = 27.5441 Mbytes Step Atoms AVEKE stressZZ 21248 5000 7.947037e-11 7887326.6 21249 -0.0130324999999929 7887217.027479 21249 5000 7.9464633e-11 7887217 Loop time of 0.0174658 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:38 2021 Pair time (%) = 0.00115681 (6.62326) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.188378) Outpt time (%) = 0.0161819 (92.6492) Other time (%) = 9.41753e-05 (0.539198) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:38 2021 Memory usage per processor = 27.5441 Mbytes Step Atoms AVEKE stressZZ 21249 5000 7.9464633e-11 7887175.3 21250 -0.0130324999999929 7887065.79408211 21250 5000 7.9458897e-11 7887065.8 Loop time of 0.0201678 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:38 2021 Pair time (%) = 0.00118589 (5.88013) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.173779) Outpt time (%) = 0.0188401 (93.4165) Other time (%) = 0.000106812 (0.529613) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:26:38 2021 Memory usage per processor = 27.5441 Mbytes Step Atoms AVEKE stressZZ 21250 5000 7.9458897e-11 7887024.1 21251 -0.0130324999999929 7886892.93471383 21251 5000 1.5680151e-10 7887152.7 Loop time of 0.017343 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:38 2021 Pair time (%) = 0.0012641 (7.28877) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.196585) Outpt time (%) = 0.015893 (91.6389) Other time (%) = 0.000151873 (0.875698) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:38 2021 Memory usage per processor = 27.5441 Mbytes Step Atoms AVEKE stressZZ 21251 5000 1.5680151e-10 7952928.4 21252 -0.0130649999999929 7952783.86557322 21252 5000 1.2616213e-10 7952783.9 Loop time of 0.017426 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:38 2021 Pair time (%) = 0.00115585 (6.63292) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.190176) Outpt time (%) = 0.0161419 (92.631) Other time (%) = 9.5129e-05 (0.545902) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:38 2021 Memory usage per processor = 27.5441 Mbytes Step Atoms AVEKE stressZZ 21252 5000 1.2616213e-10 7952727.5 21253 -0.0130649999999929 7952595.34160898 21253 5000 1.0841938e-10 7952595.3 Loop time of 0.0172701 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:38 2021 Pair time (%) = 0.00116801 (6.76321) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190513) Outpt time (%) = 0.0159712 (92.4789) Other time (%) = 9.799e-05 (0.567397) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:38 2021 Memory usage per processor = 27.5441 Mbytes Step Atoms AVEKE stressZZ 21253 5000 1.0841938e-10 7952544.2 21254 -0.0130649999999929 7952419.82617177 21254 5000 9.7840763e-11 7952419.8 Loop time of 0.0172479 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:38 2021 Pair time (%) = 0.00121713 (7.05666) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.203199) Outpt time (%) = 0.015888 (92.1153) Other time (%) = 0.000107765 (0.624801) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:38 2021 Memory usage per processor = 27.5441 Mbytes Step Atoms AVEKE stressZZ 21254 5000 9.7840763e-11 7952371.9 21255 -0.0130649999999929 7952252.58071115 21255 5000 9.1398257e-11 7952252.6 Loop time of 0.0175371 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:38 2021 Pair time (%) = 0.00122905 (7.00827) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.205286) Outpt time (%) = 0.0161581 (92.1366) Other time (%) = 0.000113964 (0.649845) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:38 2021 Memory usage per processor = 27.5441 Mbytes Step Atoms AVEKE stressZZ 21255 5000 9.1398257e-11 7952206.8 21256 -0.0130649999999929 7952090.593838 21256 5000 8.7415953e-11 7952090.6 Loop time of 0.017457 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:38 2021 Pair time (%) = 0.001158 (6.63343) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.189839) Outpt time (%) = 0.0161688 (92.6209) Other time (%) = 9.70364e-05 (0.555859) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:38 2021 Memory usage per processor = 27.5441 Mbytes Step Atoms AVEKE stressZZ 21256 5000 8.7415953e-11 7952046.1 21257 -0.0130649999999929 7951931.95178605 21257 5000 8.4929132e-11 7951932 Loop time of 0.0172291 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:38 2021 Pair time (%) = 0.00115299 (6.69213) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190966) Outpt time (%) = 0.015944 (92.5412) Other time (%) = 9.91821e-05 (0.575667) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:38 2021 Memory usage per processor = 27.5441 Mbytes Step Atoms AVEKE stressZZ 21257 5000 8.4929132e-11 7951888.3 21258 -0.0130649999999929 7951775.43833726 21258 5000 8.3365235e-11 7951775.4 Loop time of 0.0174549 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:38 2021 Pair time (%) = 0.00133991 (7.67644) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.206253) Outpt time (%) = 0.0159638 (91.4576) Other time (%) = 0.000115156 (0.659737) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:38 2021 Memory usage per processor = 27.5441 Mbytes Step Atoms AVEKE stressZZ 21258 5000 8.3365235e-11 7951732.3 21259 -0.0130649999999929 7951620.2805716 21259 5000 8.2376765e-11 7951620.3 Loop time of 0.0175781 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:38 2021 Pair time (%) = 0.00114703 (6.52534) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.187174) Outpt time (%) = 0.0162981 (92.7178) Other time (%) = 0.000100136 (0.569661) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:38 2021 Memory usage per processor = 27.5441 Mbytes Step Atoms AVEKE stressZZ 21259 5000 8.2376765e-11 7951577.5 21260 -0.0130649999999929 7951465.98728579 21260 5000 8.17495e-11 7951466 Loop time of 0.0202148 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:38 2021 Pair time (%) = 0.0012989 (6.42551) Neigh time (%) = 0 (0) Comm time (%) = 5.6982e-05 (0.281883) Outpt time (%) = 0.0187569 (92.7878) Other time (%) = 0.000102043 (0.504794) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:38 2021 Memory usage per processor = 27.5442 Mbytes Step Atoms AVEKE stressZZ 21260 5000 8.17495e-11 7951423.4 21261 -0.0130649999999929 7951312.24626929 21261 5000 8.1349972e-11 7951312.2 Loop time of 0.0169239 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:38 2021 Pair time (%) = 0.00117302 (6.93114) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.18314) Outpt time (%) = 0.0156159 (92.2715) Other time (%) = 0.000103951 (0.614223) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:38 2021 Memory usage per processor = 27.5442 Mbytes Step Atoms AVEKE stressZZ 21261 5000 8.1349972e-11 7951269.8 21262 -0.0130649999999929 7951158.85918903 21262 5000 8.1094438e-11 7951158.9 Loop time of 0.0170469 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:38 2021 Pair time (%) = 0.00127792 (7.4965) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205594) Outpt time (%) = 0.0156269 (91.6699) Other time (%) = 0.00010705 (0.627972) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:38 2021 Memory usage per processor = 27.5442 Mbytes Step Atoms AVEKE stressZZ 21262 5000 8.1094438e-11 7951116.5 21263 -0.0130649999999929 7951005.69996962 21263 5000 8.0930119e-11 7951005.7 Loop time of 0.017817 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:38 2021 Pair time (%) = 0.00117302 (6.5837) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.191356) Outpt time (%) = 0.0165081 (92.6536) Other time (%) = 0.000101805 (0.57139) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:38 2021 Memory usage per processor = 27.5442 Mbytes Step Atoms AVEKE stressZZ 21263 5000 8.0930119e-11 7950963.4 21264 -0.0130649999999929 7950852.68848816 21264 5000 8.0823646e-11 7950852.7 Loop time of 0.0174909 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:38 2021 Pair time (%) = 0.00110412 (6.31253) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.177203) Outpt time (%) = 0.016248 (92.8941) Other time (%) = 0.000107765 (0.616123) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:38 2021 Memory usage per processor = 27.5442 Mbytes Step Atoms AVEKE stressZZ 21264 5000 8.0823646e-11 7950810.5 21265 -0.0130649999999929 7950699.77382526 21265 5000 8.0753888e-11 7950699.8 Loop time of 0.017031 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:38 2021 Pair time (%) = 0.00121307 (7.12276) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.188988) Outpt time (%) = 0.0156889 (92.1199) Other time (%) = 9.67979e-05 (0.568365) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:38 2021 Memory usage per processor = 27.5442 Mbytes Step Atoms AVEKE stressZZ 21265 5000 8.0753888e-11 7950657.6 21266 -0.0130649999999929 7950546.92362097 21266 5000 8.0707441e-11 7950546.9 Loop time of 0.0170901 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:38 2021 Pair time (%) = 0.00134611 (7.87656) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.210656) Outpt time (%) = 0.0155621 (91.059) Other time (%) = 0.000145912 (0.853783) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:38 2021 Memory usage per processor = 27.5442 Mbytes Step Atoms AVEKE stressZZ 21266 5000 8.0707441e-11 7950504.7 21267 -0.0130649999999929 7950394.11730934 21267 5000 8.0675802e-11 7950394.1 Loop time of 0.017529 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:38 2021 Pair time (%) = 0.00114989 (6.55994) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182258) Outpt time (%) = 0.016217 (92.5152) Other time (%) = 0.000130177 (0.742635) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:38 2021 Memory usage per processor = 27.5442 Mbytes Step Atoms AVEKE stressZZ 21267 5000 8.0675802e-11 7950351.9 21268 -0.0130649999999929 7950241.34182055 21268 5000 8.065357e-11 7950241.3 Loop time of 0.017339 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:38 2021 Pair time (%) = 0.00110316 (6.36232) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.178756) Outpt time (%) = 0.0161109 (92.9172) Other time (%) = 9.39369e-05 (0.541767) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:38 2021 Memory usage per processor = 27.5442 Mbytes Step Atoms AVEKE stressZZ 21268 5000 8.065357e-11 7950199.2 21269 -0.0130649999999929 7950088.58884792 21269 5000 8.0637315e-11 7950088.6 Loop time of 0.0169721 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:38 2021 Pair time (%) = 0.00118995 (7.01121) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188239) Outpt time (%) = 0.01565 (92.2105) Other time (%) = 0.000100136 (0.590004) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:38 2021 Memory usage per processor = 27.5442 Mbytes Step Atoms AVEKE stressZZ 21269 5000 8.0637315e-11 7950046.4 21270 -0.0130649999999929 7949935.85311237 21270 5000 8.0624858e-11 7949935.9 Loop time of 0.0200732 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:38 2021 Pair time (%) = 0.00142694 (7.10867) Neigh time (%) = 0 (0) Comm time (%) = 4.19617e-05 (0.209044) Outpt time (%) = 0.0184581 (91.9542) Other time (%) = 0.000146151 (0.728089) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:38 2021 Memory usage per processor = 27.5442 Mbytes Step Atoms AVEKE stressZZ 21270 5000 8.0624858e-11 7949893.7 21271 -0.0130649999999929 7949783.13125848 21271 5000 8.0614815e-11 7949783.1 Loop time of 0.0179451 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:38 2021 Pair time (%) = 0.00117493 (6.54736) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.25642) Outpt time (%) = 0.0165629 (92.2981) Other time (%) = 0.000161171 (0.898136) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:38 2021 Memory usage per processor = 27.5442 Mbytes Step Atoms AVEKE stressZZ 21271 5000 8.0614815e-11 7949741 21272 -0.0130649999999929 7949630.42115339 21272 5000 8.0606306e-11 7949630.4 Loop time of 0.017514 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:39 2021 Pair time (%) = 0.00110698 (6.32053) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.176969) Outpt time (%) = 0.0162809 (92.9593) Other time (%) = 9.5129e-05 (0.54316) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:39 2021 Memory usage per processor = 27.5442 Mbytes Step Atoms AVEKE stressZZ 21272 5000 8.0606306e-11 7949588.3 21273 -0.0130649999999929 7949477.72144149 21273 5000 8.0598772e-11 7949477.7 Loop time of 0.017462 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:39 2021 Pair time (%) = 0.00112915 (6.46632) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182958) Outpt time (%) = 0.016206 (92.8073) Other time (%) = 9.48906e-05 (0.543411) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:39 2021 Memory usage per processor = 27.5442 Mbytes Step Atoms AVEKE stressZZ 21273 5000 8.0598772e-11 7949435.6 21274 -0.0130649999999929 7949325.0312608 21274 5000 8.0591859e-11 7949325 Loop time of 0.0169001 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:39 2021 Pair time (%) = 0.00119996 (7.10033) Neigh time (%) = 0 (0) Comm time (%) = 5.50747e-05 (0.325885) Outpt time (%) = 0.015543 (91.97) Other time (%) = 0.000102043 (0.603803) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:39 2021 Memory usage per processor = 27.5442 Mbytes Step Atoms AVEKE stressZZ 21274 5000 8.0591859e-11 7949282.9 21275 -0.0130649999999929 7949172.35006334 21275 5000 8.0585339e-11 7949172.4 Loop time of 0.0174439 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:39 2021 Pair time (%) = 0.00113201 (6.48944) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.189982) Outpt time (%) = 0.016176 (92.7315) Other time (%) = 0.000102758 (0.589079) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:39 2021 Memory usage per processor = 27.5442 Mbytes Step Atoms AVEKE stressZZ 21275 5000 8.0585339e-11 7949130.2 21276 -0.0130649999999929 7949019.67750033 21276 5000 8.057907e-11 7949019.7 Loop time of 0.0176101 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:39 2021 Pair time (%) = 0.00114894 (6.52433) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.181419) Outpt time (%) = 0.01633 (92.731) Other time (%) = 9.91821e-05 (0.563212) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:39 2021 Memory usage per processor = 27.5442 Mbytes Step Atoms AVEKE stressZZ 21276 5000 8.057907e-11 7948977.5 21277 -0.0130649999999929 7948867.01334988 21277 5000 8.0572961e-11 7948867 Loop time of 0.017343 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:39 2021 Pair time (%) = 0.00114894 (6.62478) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.185587) Outpt time (%) = 0.0160389 (92.4803) Other time (%) = 0.000123024 (0.709356) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:39 2021 Memory usage per processor = 27.5442 Mbytes Step Atoms AVEKE stressZZ 21277 5000 8.0572961e-11 7948824.9 21278 -0.0130649999999929 7948714.3574707 21278 5000 8.0566953e-11 7948714.4 Loop time of 0.0176358 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:39 2021 Pair time (%) = 0.00141001 (7.99513) Neigh time (%) = 0 (0) Comm time (%) = 4.41074e-05 (0.250101) Outpt time (%) = 0.0160098 (90.78) Other time (%) = 0.0001719 (0.974719) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:39 2021 Memory usage per processor = 27.5442 Mbytes Step Atoms AVEKE stressZZ 21278 5000 8.0566953e-11 7948672.2 21279 -0.0130649999999929 7948561.70977252 21279 5000 8.056101e-11 7948561.7 Loop time of 0.0177341 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:39 2021 Pair time (%) = 0.00117111 (6.60375) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.259471) Outpt time (%) = 0.016397 (92.4605) Other time (%) = 0.000119925 (0.676239) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:39 2021 Memory usage per processor = 27.5442 Mbytes Step Atoms AVEKE stressZZ 21279 5000 8.056101e-11 7948519.6 21280 -0.0130649999999929 7948409.07019776 21280 5000 8.0555109e-11 7948409.1 Loop time of 0.019943 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:39 2021 Pair time (%) = 0.00110698 (5.55071) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.155415) Outpt time (%) = 0.0187099 (93.8169) Other time (%) = 9.5129e-05 (0.477005) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:39 2021 Memory usage per processor = 27.5442 Mbytes Step Atoms AVEKE stressZZ 21280 5000 8.0555109e-11 7948366.9 21281 -0.0130649999999929 7948256.43870948 21281 5000 8.0549234e-11 7948256.4 Loop time of 0.016856 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:39 2021 Pair time (%) = 0.00112295 (6.66205) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.19095) Outpt time (%) = 0.0156069 (92.5897) Other time (%) = 9.39369e-05 (0.557292) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:39 2021 Memory usage per processor = 27.5442 Mbytes Step Atoms AVEKE stressZZ 21281 5000 8.0549234e-11 7948214.3 21282 -0.0130649999999929 7948103.81528394 21282 5000 8.0543376e-11 7948103.8 Loop time of 0.017292 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:39 2021 Pair time (%) = 0.00124717 (7.21239) Neigh time (%) = 0 (0) Comm time (%) = 4.41074e-05 (0.255074) Outpt time (%) = 0.0158808 (91.839) Other time (%) = 0.000119925 (0.693525) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:39 2021 Memory usage per processor = 27.5442 Mbytes Step Atoms AVEKE stressZZ 21282 5000 8.0543376e-11 7948061.7 21283 -0.0130649999999929 7947951.19990566 21283 5000 8.053753e-11 7947951.2 Loop time of 0.0175922 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:39 2021 Pair time (%) = 0.00118303 (6.72476) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.181604) Outpt time (%) = 0.0162761 (92.519) Other time (%) = 0.000101089 (0.574627) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:39 2021 Memory usage per processor = 27.5442 Mbytes Step Atoms AVEKE stressZZ 21283 5000 8.053753e-11 7947909.1 21284 -0.0130649999999929 7947798.59256446 21284 5000 8.0531691e-11 7947798.6 Loop time of 0.0173781 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:39 2021 Pair time (%) = 0.00112891 (6.49618) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183841) Outpt time (%) = 0.0161231 (92.7781) Other time (%) = 9.41753e-05 (0.54192) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:39 2021 Memory usage per processor = 27.5442 Mbytes Step Atoms AVEKE stressZZ 21284 5000 8.0531691e-11 7947756.5 21285 -0.0130649999999929 7947645.99325367 21285 5000 8.0525857e-11 7947646 Loop time of 0.0170262 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:39 2021 Pair time (%) = 0.00118709 (6.97212) Neigh time (%) = 0 (0) Comm time (%) = 4.50611e-05 (0.264658) Outpt time (%) = 0.015682 (92.1051) Other time (%) = 0.000112057 (0.658143) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:39 2021 Memory usage per processor = 27.5442 Mbytes Step Atoms AVEKE stressZZ 21285 5000 8.0525857e-11 7947603.9 21286 -0.0130649999999929 7947493.40196861 21286 5000 8.0520026e-11 7947493.4 Loop time of 0.0171299 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:39 2021 Pair time (%) = 0.00128698 (7.51308) Neigh time (%) = 0 (0) Comm time (%) = 4.91142e-05 (0.286716) Outpt time (%) = 0.0156798 (91.5349) Other time (%) = 0.000113964 (0.665293) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:39 2021 Memory usage per processor = 27.5442 Mbytes Step Atoms AVEKE stressZZ 21286 5000 8.0520026e-11 7947451.3 21287 -0.0130649999999929 7947340.8187063 21287 5000 8.0514197e-11 7947340.8 Loop time of 0.0177081 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:39 2021 Pair time (%) = 0.00118113 (6.66999) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.185801) Outpt time (%) = 0.0164011 (92.6191) Other time (%) = 9.29832e-05 (0.52509) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:39 2021 Memory usage per processor = 27.5442 Mbytes Step Atoms AVEKE stressZZ 21287 5000 8.0514197e-11 7947298.7 21288 -0.0130649999999929 7947188.24346403 21288 5000 8.050837e-11 7947188.2 Loop time of 0.0175619 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:39 2021 Pair time (%) = 0.00110984 (6.31958) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.176487) Outpt time (%) = 0.0163269 (92.9677) Other time (%) = 9.41753e-05 (0.536248) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:39 2021 Memory usage per processor = 27.5442 Mbytes Step Atoms AVEKE stressZZ 21288 5000 8.050837e-11 7947146.1 21289 -0.0130649999999929 7947035.67624034 21289 5000 8.0502545e-11 7947035.7 Loop time of 0.0171139 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:39 2021 Pair time (%) = 0.00115585 (6.75388) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186679) Outpt time (%) = 0.0158281 (92.4869) Other time (%) = 9.799e-05 (0.572575) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:39 2021 Memory usage per processor = 27.5442 Mbytes Step Atoms AVEKE stressZZ 21289 5000 8.0502545e-11 7946993.5 21290 -0.0130649999999929 7946883.11703355 21290 5000 8.0496721e-11 7946883.1 Loop time of 0.0193141 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:39 2021 Pair time (%) = 0.00111508 (5.77343) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.160476) Outpt time (%) = 0.0180781 (93.6007) Other time (%) = 8.98838e-05 (0.46538) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:39 2021 Memory usage per processor = 27.5442 Mbytes Step Atoms AVEKE stressZZ 21290 5000 8.0496721e-11 7946841 21291 -0.0130649999999929 7946730.56584269 21291 5000 8.0490898e-11 7946730.6 Loop time of 0.0170341 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:39 2021 Pair time (%) = 0.0012219 (7.17325) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181956) Outpt time (%) = 0.0156481 (91.8638) Other time (%) = 0.000133038 (0.781009) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:39 2021 Memory usage per processor = 27.5442 Mbytes Step Atoms AVEKE stressZZ 21291 5000 8.0490898e-11 7946688.4 21292 -0.0130649999999929 7946578.02266651 21292 5000 8.0485075e-11 7946578 Loop time of 0.0180159 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:39 2021 Pair time (%) = 0.00110483 (6.13255) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.17204) Outpt time (%) = 0.0167911 (93.2018) Other time (%) = 8.89301e-05 (0.493621) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:39 2021 Memory usage per processor = 27.5442 Mbytes Step Atoms AVEKE stressZZ 21292 5000 8.0485075e-11 7946535.9 21293 -0.0130649999999929 7946425.48750438 21293 5000 8.0479253e-11 7946425.5 Loop time of 0.0174329 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:39 2021 Pair time (%) = 0.00122404 (7.02143) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.194204) Outpt time (%) = 0.0160079 (91.8257) Other time (%) = 0.000167131 (0.958711) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:39 2021 Memory usage per processor = 27.5442 Mbytes Step Atoms AVEKE stressZZ 21293 5000 8.0479253e-11 7946383.4 21294 -0.0130649999999929 7946272.96037682 21294 5000 8.0473432e-11 7946273 Loop time of 0.0169909 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:39 2021 Pair time (%) = 0.00113988 (6.70876) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.204869) Outpt time (%) = 0.015712 (92.4732) Other time (%) = 0.000104189 (0.613204) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:39 2021 Memory usage per processor = 27.5442 Mbytes Step Atoms AVEKE stressZZ 21294 5000 8.0473432e-11 7946230.8 21295 -0.0130649999999929 7946120.44126376 21295 5000 8.0467612e-11 7946120.4 Loop time of 0.0175221 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:39 2021 Pair time (%) = 0.00137401 (7.84156) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.216347) Outpt time (%) = 0.0159681 (91.1311) Other time (%) = 0.000142097 (0.810962) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:39 2021 Memory usage per processor = 27.5442 Mbytes Step Atoms AVEKE stressZZ 21295 5000 8.0467612e-11 7946078.3 21296 -0.0130649999999929 7945967.93016094 21296 5000 8.0461793e-11 7945967.9 Loop time of 0.0176539 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:39 2021 Pair time (%) = 0.00110197 (6.24207) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.182319) Outpt time (%) = 0.0164258 (93.0435) Other time (%) = 9.39369e-05 (0.532102) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:39 2021 Memory usage per processor = 27.5442 Mbytes Step Atoms AVEKE stressZZ 21296 5000 8.0461793e-11 7945925.8 21297 -0.0130649999999929 7945815.42706767 21297 5000 8.0455974e-11 7945815.4 Loop time of 0.0170691 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:39 2021 Pair time (%) = 0.00111318 (6.52159) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187169) Outpt time (%) = 0.0158031 (92.5831) Other time (%) = 0.000120878 (0.70817) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:39 2021 Memory usage per processor = 27.5442 Mbytes Step Atoms AVEKE stressZZ 21297 5000 8.0455974e-11 7945773.3 21298 -0.0130649999999929 7945662.93198298 21298 5000 8.0450156e-11 7945662.9 Loop time of 0.0168529 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:39 2021 Pair time (%) = 0.00117397 (6.96602) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207962) Outpt time (%) = 0.015538 (92.1979) Other time (%) = 0.000105858 (0.62813) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:39 2021 Memory usage per processor = 27.5442 Mbytes Step Atoms AVEKE stressZZ 21298 5000 8.0450156e-11 7945620.8 21299 -0.0130649999999929 7945510.44490647 21299 5000 8.0444338e-11 7945510.4 Loop time of 0.017684 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:39 2021 Pair time (%) = 0.00138497 (7.8318) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.198188) Outpt time (%) = 0.0161021 (91.0546) Other time (%) = 0.000161886 (0.91544) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:39 2021 Memory usage per processor = 27.5442 Mbytes Step Atoms AVEKE stressZZ 21299 5000 8.0444338e-11 7945468.3 21300 -0.0130649999999929 7945357.96583709 21300 5000 8.0438522e-11 7945358 Loop time of 0.0200531 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:39 2021 Pair time (%) = 0.00110102 (5.49049) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.159317) Outpt time (%) = 0.018827 (93.8853) Other time (%) = 9.32217e-05 (0.464873) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:39 2021 Memory usage per processor = 27.5442 Mbytes Step Atoms AVEKE stressZZ 21300 5000 8.0438522e-11 7945315.8 21301 -0.0130649999999929 7945205.49477442 21301 5000 8.0432706e-11 7945205.5 Loop time of 0.017369 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:39 2021 Pair time (%) = 0.00113606 (6.54075) Neigh time (%) = 0 (0) Comm time (%) = 4.50611e-05 (0.259434) Outpt time (%) = 0.016037 (92.3309) Other time (%) = 0.000150919 (0.868897) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:39 2021 Memory usage per processor = 27.5442 Mbytes Step Atoms AVEKE stressZZ 21301 5000 8.0432706e-11 7945163.4 21302 -0.0130649999999929 7945053.03171758 21302 5000 8.042689e-11 7945053 Loop time of 0.016794 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:39 2021 Pair time (%) = 0.00113201 (6.74058) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.197334) Outpt time (%) = 0.0155251 (92.4445) Other time (%) = 0.000103712 (0.617556) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:39 2021 Memory usage per processor = 27.5442 Mbytes Step Atoms AVEKE stressZZ 21302 5000 8.042689e-11 7945010.9 21303 -0.0130649999999929 7944900.5766662 21303 5000 8.0421075e-11 7944900.6 Loop time of 0.0177889 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:39 2021 Pair time (%) = 0.0015111 (8.49461) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.207741) Outpt time (%) = 0.0160952 (90.4787) Other time (%) = 0.000145674 (0.818903) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:39 2021 Memory usage per processor = 27.5442 Mbytes Step Atoms AVEKE stressZZ 21303 5000 8.0421075e-11 7944858.5 21304 -0.0130649999999929 7944748.12961935 21304 5000 8.0415261e-11 7944748.1 Loop time of 0.0173888 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:39 2021 Pair time (%) = 0.00118589 (6.81986) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183728) Outpt time (%) = 0.0160768 (92.4548) Other time (%) = 9.41753e-05 (0.541586) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:39 2021 Memory usage per processor = 27.5442 Mbytes Step Atoms AVEKE stressZZ 21304 5000 8.0415261e-11 7944706 21305 -0.0130649999999929 7944595.69057666 21305 5000 8.0409448e-11 7944595.7 Loop time of 0.0172329 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:39 2021 Pair time (%) = 0.00113201 (6.5689) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190924) Outpt time (%) = 0.0159681 (92.6605) Other time (%) = 9.98974e-05 (0.57969) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:39 2021 Memory usage per processor = 27.5442 Mbytes Step Atoms AVEKE stressZZ 21305 5000 8.0409448e-11 7944553.6 21306 -0.0130649999999929 7944443.25953767 21306 5000 8.0403635e-11 7944443.3 Loop time of 0.016952 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:39 2021 Pair time (%) = 0.0011642 (6.8676) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206745) Outpt time (%) = 0.0156479 (92.3068) Other time (%) = 0.000104904 (0.618829) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:39 2021 Memory usage per processor = 27.5442 Mbytes Step Atoms AVEKE stressZZ 21306 5000 8.0403635e-11 7944401.1 21307 -0.0130649999999929 7944290.83650173 21307 5000 8.0397823e-11 7944290.8 Loop time of 0.0176239 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:39 2021 Pair time (%) = 0.00143194 (8.125) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.193452) Outpt time (%) = 0.0160329 (90.9727) Other time (%) = 0.000124931 (0.708874) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:39 2021 Memory usage per processor = 27.5442 Mbytes Step Atoms AVEKE stressZZ 21307 5000 8.0397823e-11 7944248.7 21308 -0.0130649999999929 7944138.42146843 21308 5000 8.0392012e-11 7944138.4 Loop time of 0.0175769 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:39 2021 Pair time (%) = 0.00110292 (6.27484) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.181761) Outpt time (%) = 0.0163181 (92.8381) Other time (%) = 0.000123978 (0.705343) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:39 2021 Memory usage per processor = 27.5442 Mbytes Step Atoms AVEKE stressZZ 21308 5000 8.0392012e-11 7944096.3 21309 -0.0130649999999929 7943986.01443765 21309 5000 8.0386201e-11 7943986 Loop time of 0.017189 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:39 2021 Pair time (%) = 0.00113511 (6.6037) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191411) Outpt time (%) = 0.0159252 (92.6473) Other time (%) = 9.58443e-05 (0.55759) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:39 2021 Memory usage per processor = 27.5442 Mbytes Step Atoms AVEKE stressZZ 21309 5000 8.0386201e-11 7943943.9 21310 -0.0130649999999929 7943833.61540915 21310 5000 8.0380391e-11 7943833.6 Loop time of 0.0191941 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:39 2021 Pair time (%) = 0.00118208 (6.15855) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.182595) Outpt time (%) = 0.017873 (93.1173) Other time (%) = 0.000103951 (0.541575) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:39 2021 Memory usage per processor = 27.5442 Mbytes Step Atoms AVEKE stressZZ 21310 5000 8.0380391e-11 7943791.5 21311 -0.0130649999999929 7943681.22438267 21311 5000 8.0374582e-11 7943681.2 Loop time of 0.017781 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:39 2021 Pair time (%) = 0.00133705 (7.51954) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.197106) Outpt time (%) = 0.0162649 (91.4735) Other time (%) = 0.000144005 (0.809879) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:39 2021 Memory usage per processor = 27.5442 Mbytes Step Atoms AVEKE stressZZ 21311 5000 8.0374582e-11 7943639.1 21312 -0.0130649999999929 7943528.84135851 21312 5000 8.0368773e-11 7943528.8 Loop time of 0.0177178 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:39 2021 Pair time (%) = 0.00111699 (6.30433) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.180316) Outpt time (%) = 0.0164759 (92.9906) Other time (%) = 9.29832e-05 (0.5248) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:39 2021 Memory usage per processor = 27.5442 Mbytes Step Atoms AVEKE stressZZ 21312 5000 8.0368773e-11 7943486.7 21313 -0.0130649999999929 7943376.46633704 21313 5000 8.0362965e-11 7943376.5 Loop time of 0.0171509 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:39 2021 Pair time (%) = 0.00112987 (6.5878) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186277) Outpt time (%) = 0.0158949 (92.6768) Other time (%) = 9.41753e-05 (0.549099) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:39 2021 Memory usage per processor = 27.5442 Mbytes Step Atoms AVEKE stressZZ 21313 5000 8.0362965e-11 7943334.4 21314 -0.0130649999999929 7943224.09931933 21314 5000 8.0357158e-11 7943224.1 Loop time of 0.016845 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:40 2021 Pair time (%) = 0.0011878 (7.05136) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.200982) Outpt time (%) = 0.015521 (92.1405) Other time (%) = 0.000102282 (0.607193) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:40 2021 Memory usage per processor = 27.5442 Mbytes Step Atoms AVEKE stressZZ 21314 5000 8.0357158e-11 7943182 21315 -0.0130649999999929 7943071.74030692 21315 5000 8.0351351e-11 7943071.7 Loop time of 0.017735 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:40 2021 Pair time (%) = 0.00137711 (7.7649) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.19224) Outpt time (%) = 0.016196 (91.3223) Other time (%) = 0.000127792 (0.720566) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:40 2021 Memory usage per processor = 27.5442 Mbytes Step Atoms AVEKE stressZZ 21315 5000 8.0351351e-11 7943029.6 21316 -0.0130649999999929 7942919.38930368 21316 5000 8.0345545e-11 7942919.4 Loop time of 0.01721 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:40 2021 Pair time (%) = 0.00110984 (6.4488) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180095) Outpt time (%) = 0.015975 (92.8239) Other time (%) = 9.41753e-05 (0.547213) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:40 2021 Memory usage per processor = 27.5442 Mbytes Step Atoms AVEKE stressZZ 21316 5000 8.0345545e-11 7942877.3 21317 -0.0130649999999929 7942767.04636183 21317 5000 8.033974e-11 7942767 Loop time of 0.016856 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:40 2021 Pair time (%) = 0.00110412 (6.5503) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.189536) Outpt time (%) = 0.0156281 (92.7156) Other time (%) = 9.17912e-05 (0.544562) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:40 2021 Memory usage per processor = 27.5442 Mbytes Step Atoms AVEKE stressZZ 21317 5000 8.033974e-11 7942724.9 21318 -0.0130649999999929 7942614.71154475 21318 5000 8.0333935e-11 7942614.7 Loop time of 0.016943 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:40 2021 Pair time (%) = 0.001297 (7.65507) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.212485) Outpt time (%) = 0.0154939 (91.4471) Other time (%) = 0.00011611 (0.685298) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:40 2021 Memory usage per processor = 27.5442 Mbytes Step Atoms AVEKE stressZZ 21318 5000 8.0333935e-11 7942572.6 21319 -0.0130649999999929 7942462.38475383 21319 5000 8.0328131e-11 7942462.4 Loop time of 0.0175402 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:40 2021 Pair time (%) = 0.00120711 (6.88197) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.188938) Outpt time (%) = 0.0161672 (92.172) Other time (%) = 0.000132799 (0.757112) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:40 2021 Memory usage per processor = 27.5442 Mbytes Step Atoms AVEKE stressZZ 21319 5000 8.0328131e-11 7942420.3 21320 -0.0130649999999929 7942310.06597413 21320 5000 8.0322328e-11 7942310.1 Loop time of 0.020226 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:40 2021 Pair time (%) = 0.00123405 (6.10133) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.162671) Outpt time (%) = 0.0188591 (93.2421) Other time (%) = 9.98974e-05 (0.493906) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:40 2021 Memory usage per processor = 27.5442 Mbytes Step Atoms AVEKE stressZZ 21320 5000 8.0322328e-11 7942268 21321 -0.0130649999999929 7942157.75520449 21321 5000 8.0316525e-11 7942157.8 Loop time of 0.017107 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:40 2021 Pair time (%) = 0.00110292 (6.44721) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.18118) Outpt time (%) = 0.0158782 (92.8169) Other time (%) = 9.48906e-05 (0.554688) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:40 2021 Memory usage per processor = 27.5442 Mbytes Step Atoms AVEKE stressZZ 21321 5000 8.0316525e-11 7942115.7 21322 -0.0130649999999929 7942005.45244068 21322 5000 8.0310723e-11 7942005.5 Loop time of 0.017029 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:40 2021 Pair time (%) = 0.00113893 (6.68813) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.275814) Outpt time (%) = 0.015739 (92.4242) Other time (%) = 0.000104189 (0.611831) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:40 2021 Memory usage per processor = 27.5442 Mbytes Step Atoms AVEKE stressZZ 21322 5000 8.0310723e-11 7941963.4 21323 -0.0130649999999929 7941853.15767951 21323 5000 8.0304922e-11 7941853.2 Loop time of 0.0176289 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:40 2021 Pair time (%) = 0.00128508 (7.2896) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.186635) Outpt time (%) = 0.016201 (91.9003) Other time (%) = 0.000109911 (0.62347) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:40 2021 Memory usage per processor = 27.5442 Mbytes Step Atoms AVEKE stressZZ 21323 5000 8.0304922e-11 7941811.1 21324 -0.0130649999999929 7941700.87092794 21324 5000 8.0299121e-11 7941700.9 Loop time of 0.0177052 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:40 2021 Pair time (%) = 0.00114703 (6.4785) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.175058) Outpt time (%) = 0.0164189 (92.7351) Other time (%) = 0.000108242 (0.611357) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:40 2021 Memory usage per processor = 27.5442 Mbytes Step Atoms AVEKE stressZZ 21324 5000 8.0299121e-11 7941658.8 21325 -0.0130649999999929 7941548.59219227 21325 5000 8.0293321e-11 7941548.6 Loop time of 0.016845 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:40 2021 Pair time (%) = 0.00110602 (6.56589) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.189659) Outpt time (%) = 0.0155721 (92.4433) Other time (%) = 0.000134945 (0.801098) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:40 2021 Memory usage per processor = 27.5442 Mbytes Step Atoms AVEKE stressZZ 21325 5000 8.0293321e-11 7941506.5 21326 -0.0130649999999929 7941396.3214623 21326 5000 8.0287522e-11 7941396.3 Loop time of 0.0172021 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:40 2021 Pair time (%) = 0.00119519 (6.94793) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.203739) Outpt time (%) = 0.015866 (92.233) Other time (%) = 0.000105858 (0.615376) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:40 2021 Memory usage per processor = 27.5442 Mbytes Step Atoms AVEKE stressZZ 21326 5000 8.0287522e-11 7941354.2 21327 -0.0130649999999929 7941244.05873384 21327 5000 8.0281723e-11 7941244.1 Loop time of 0.0175099 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:40 2021 Pair time (%) = 0.00117207 (6.69372) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.189265) Outpt time (%) = 0.0162051 (92.5479) Other time (%) = 9.9659e-05 (0.569157) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:40 2021 Memory usage per processor = 27.5442 Mbytes Step Atoms AVEKE stressZZ 21327 5000 8.0281723e-11 7941202 21328 -0.0130649999999929 7941091.80400398 21328 5000 8.0275925e-11 7941091.8 Loop time of 0.017452 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:40 2021 Pair time (%) = 0.00110602 (6.33752) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.177598) Outpt time (%) = 0.016223 (92.9576) Other time (%) = 9.20296e-05 (0.52733) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:40 2021 Memory usage per processor = 27.5442 Mbytes Step Atoms AVEKE stressZZ 21328 5000 8.0275925e-11 7941049.7 21329 -0.0130649999999929 7940939.55727023 21329 5000 8.0270128e-11 7940939.6 Loop time of 0.0168121 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:40 2021 Pair time (%) = 0.00112319 (6.68085) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.202794) Outpt time (%) = 0.0155611 (92.559) Other time (%) = 9.36985e-05 (0.557328) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:40 2021 Memory usage per processor = 27.5442 Mbytes Step Atoms AVEKE stressZZ 21329 5000 8.0270128e-11 7940897.5 21330 -0.0130649999999929 7940787.3185306 21330 5000 8.0264331e-11 7940787.3 Loop time of 0.0194921 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:40 2021 Pair time (%) = 0.00128794 (6.60747) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.189589) Outpt time (%) = 0.018059 (92.6476) Other time (%) = 0.000108242 (0.555311) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:40 2021 Memory usage per processor = 27.5442 Mbytes Step Atoms AVEKE stressZZ 21330 5000 8.0264331e-11 7940745.2 21331 -0.0130649999999929 7940635.08778312 21331 5000 8.0258535e-11 7940635.1 Loop time of 0.0175409 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:40 2021 Pair time (%) = 0.00122094 (6.96053) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.187571) Outpt time (%) = 0.0161788 (92.2348) Other time (%) = 0.000108242 (0.617083) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:40 2021 Memory usage per processor = 27.5442 Mbytes Step Atoms AVEKE stressZZ 21331 5000 8.0258535e-11 7940593 21332 -0.0130649999999929 7940482.86502624 21332 5000 8.025274e-11 7940482.9 Loop time of 0.017993 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:40 2021 Pair time (%) = 0.00135088 (7.50782) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.200085) Outpt time (%) = 0.0164771 (91.5752) Other time (%) = 0.000128984 (0.71686) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:40 2021 Memory usage per processor = 27.5442 Mbytes Step Atoms AVEKE stressZZ 21332 5000 8.025274e-11 7940440.8 21333 -0.0130649999999929 7940330.65030922 21333 5000 8.0246945e-11 7940330.7 Loop time of 0.016464 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:40 2021 Pair time (%) = 0.00110507 (6.71204) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.188256) Outpt time (%) = 0.0152359 (92.5407) Other time (%) = 9.20296e-05 (0.558975) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:40 2021 Memory usage per processor = 27.5442 Mbytes Step Atoms AVEKE stressZZ 21333 5000 8.0246945e-11 7940288.6 21334 -0.0130649999999929 7940178.44362056 21334 5000 8.0241151e-11 7940178.4 Loop time of 0.016778 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:40 2021 Pair time (%) = 0.00110912 (6.61058) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190417) Outpt time (%) = 0.015547 (92.6633) Other time (%) = 8.98838e-05 (0.535724) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:40 2021 Memory usage per processor = 27.5442 Mbytes Step Atoms AVEKE stressZZ 21334 5000 8.0241151e-11 7940136.4 21335 -0.0130649999999929 7940026.24494438 21335 5000 8.0235358e-11 7940026.2 Loop time of 0.0173559 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:40 2021 Pair time (%) = 0.00110602 (6.3726) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.178581) Outpt time (%) = 0.01613 (92.9364) Other time (%) = 8.89301e-05 (0.512391) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:40 2021 Memory usage per processor = 27.5442 Mbytes Step Atoms AVEKE stressZZ 21335 5000 8.0235358e-11 7939984.2 21336 -0.0130649999999929 7939874.0542745 21336 5000 8.0229565e-11 7939874.1 Loop time of 0.016861 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:40 2021 Pair time (%) = 0.00113416 (6.72653) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207862) Outpt time (%) = 0.01559 (92.4618) Other time (%) = 0.000101805 (0.60379) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:40 2021 Memory usage per processor = 27.5442 Mbytes Step Atoms AVEKE stressZZ 21336 5000 8.0229565e-11 7939832 21337 -0.0130649999999929 7939721.87160631 21337 5000 8.0223773e-11 7939721.9 Loop time of 0.0176661 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:40 2021 Pair time (%) = 0.00146508 (8.29318) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.215933) Outpt time (%) = 0.0159321 (90.1845) Other time (%) = 0.000230789 (1.3064) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:40 2021 Memory usage per processor = 27.5442 Mbytes Step Atoms AVEKE stressZZ 21337 5000 8.0223773e-11 7939679.8 21338 -0.0130649999999929 7939569.6969369 21338 5000 8.0217982e-11 7939569.7 Loop time of 0.017561 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:40 2021 Pair time (%) = 0.00117898 (6.71364) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.192788) Outpt time (%) = 0.016192 (92.2043) Other time (%) = 0.000156164 (0.889269) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:40 2021 Memory usage per processor = 27.5442 Mbytes Step Atoms AVEKE stressZZ 21338 5000 8.0217982e-11 7939527.6 21339 -0.0130649999999929 7939417.53026312 21339 5000 8.0212192e-11 7939417.5 Loop time of 0.017334 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:40 2021 Pair time (%) = 0.00114417 (6.60074) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.178807) Outpt time (%) = 0.0160661 (92.6854) Other time (%) = 9.27448e-05 (0.535046) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:40 2021 Memory usage per processor = 27.5442 Mbytes Step Atoms AVEKE stressZZ 21339 5000 8.0212192e-11 7939375.5 21340 -0.0130649999999929 7939265.37158285 21340 5000 8.0206402e-11 7939265.4 Loop time of 0.0191979 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:40 2021 Pair time (%) = 0.00116491 (6.06791) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.177591) Outpt time (%) = 0.017869 (93.0777) Other time (%) = 0.000129938 (0.676834) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:40 2021 Memory usage per processor = 27.5442 Mbytes Step Atoms AVEKE stressZZ 21340 5000 8.0206402e-11 7939223.3 21341 -0.0130649999999929 7939113.22089393 21341 5000 8.0200612e-11 7939113.2 Loop time of 0.0171461 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:40 2021 Pair time (%) = 0.00141907 (8.27632) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.215529) Outpt time (%) = 0.015578 (90.8546) Other time (%) = 0.000112057 (0.65354) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:40 2021 Memory usage per processor = 27.5442 Mbytes Step Atoms AVEKE stressZZ 21341 5000 8.0200612e-11 7939071.1 21342 -0.0130649999999929 7938961.07819427 21342 5000 8.0194824e-11 7938961.1 Loop time of 0.017704 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:40 2021 Pair time (%) = 0.00115705 (6.5355) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.18719) Outpt time (%) = 0.0164011 (92.6403) Other time (%) = 0.000112772 (0.636986) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:40 2021 Memory usage per processor = 27.5442 Mbytes Step Atoms AVEKE stressZZ 21342 5000 8.0194824e-11 7938919 21343 -0.0130649999999929 7938808.94348211 21343 5000 8.0189036e-11 7938808.9 Loop time of 0.017396 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:40 2021 Pair time (%) = 0.00115514 (6.64026) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183652) Outpt time (%) = 0.0161011 (92.5566) Other time (%) = 0.000107765 (0.619484) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:40 2021 Memory usage per processor = 27.5442 Mbytes Step Atoms AVEKE stressZZ 21343 5000 8.0189036e-11 7938766.9 21344 -0.0130649999999929 7938656.8167559 21344 5000 8.0183248e-11 7938656.8 Loop time of 0.0168819 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:40 2021 Pair time (%) = 0.00111604 (6.61083) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.194893) Outpt time (%) = 0.0155859 (92.3229) Other time (%) = 0.000147104 (0.87137) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:40 2021 Memory usage per processor = 27.5442 Mbytes Step Atoms AVEKE stressZZ 21344 5000 8.0183248e-11 7938614.7 21345 -0.0130649999999929 7938504.69801385 21345 5000 8.0177462e-11 7938504.7 Loop time of 0.017467 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:40 2021 Pair time (%) = 0.00145388 (8.32355) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.223854) Outpt time (%) = 0.015801 (90.4616) Other time (%) = 0.000173092 (0.990964) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:40 2021 Memory usage per processor = 27.5442 Mbytes Step Atoms AVEKE stressZZ 21345 5000 8.0177462e-11 7938462.6 21346 -0.0130649999999929 7938352.58725447 21346 5000 8.0171676e-11 7938352.6 Loop time of 0.0174541 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:40 2021 Pair time (%) = 0.00118208 (6.77248) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.177576) Outpt time (%) = 0.016144 (92.494) Other time (%) = 9.70364e-05 (0.55595) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:40 2021 Memory usage per processor = 27.5442 Mbytes Step Atoms AVEKE stressZZ 21346 5000 8.0171676e-11 7938310.5 21347 -0.0130649999999929 7938200.48447639 21347 5000 8.0165891e-11 7938200.5 Loop time of 0.0175769 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:40 2021 Pair time (%) = 0.00117111 (6.66278) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.176336) Outpt time (%) = 0.0162702 (92.5654) Other time (%) = 0.000104666 (0.595472) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:40 2021 Memory usage per processor = 27.5442 Mbytes Step Atoms AVEKE stressZZ 21347 5000 8.0165891e-11 7938158.4 21348 -0.0130649999999929 7938048.38967808 21348 5000 8.0160106e-11 7938048.4 Loop time of 0.0170081 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:40 2021 Pair time (%) = 0.00117493 (6.90806) Neigh time (%) = 0 (0) Comm time (%) = 4.88758e-05 (0.287368) Outpt time (%) = 0.015635 (91.9271) Other time (%) = 0.00014925 (0.877525) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:40 2021 Memory usage per processor = 27.5442 Mbytes Step Atoms AVEKE stressZZ 21348 5000 8.0160106e-11 7938006.3 21349 -0.0130649999999929 7937896.30285816 21349 5000 8.0154322e-11 7937896.3 Loop time of 0.0176361 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:40 2021 Pair time (%) = 0.00151801 (8.60743) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.227116) Outpt time (%) = 0.015882 (90.0542) Other time (%) = 0.00019598 (1.11125) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:40 2021 Memory usage per processor = 27.5442 Mbytes Step Atoms AVEKE stressZZ 21349 5000 8.0154322e-11 7937854.2 21350 -0.0130649999999929 7937744.22401542 21350 5000 8.0148539e-11 7937744.2 Loop time of 0.0201631 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:40 2021 Pair time (%) = 0.00115895 (5.7479) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.153719) Outpt time (%) = 0.018877 (93.6219) Other time (%) = 9.60827e-05 (0.476528) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:40 2021 Memory usage per processor = 27.5442 Mbytes Step Atoms AVEKE stressZZ 21350 5000 8.0148539e-11 7937702.2 21351 -0.0130649999999929 7937592.1531545 21351 5000 8.0142756e-11 7937592.2 Loop time of 0.017751 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:40 2021 Pair time (%) = 0.00115299 (6.49537) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.186695) Outpt time (%) = 0.0164661 (92.7619) Other time (%) = 9.87053e-05 (0.556055) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:26:40 2021 Memory usage per processor = 27.5442 Mbytes Step Atoms AVEKE stressZZ 21351 5000 8.0142756e-11 7937550.1 21352 -0.0130649999999929 7937418.36732027 21352 5000 1.5814811e-10 7937679.8 Loop time of 0.016525 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:40 2021 Pair time (%) = 0.00110698 (6.69879) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.194774) Outpt time (%) = 0.015244 (92.248) Other time (%) = 0.000141859 (0.85845) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28370 ave 28370 max 28370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28370 Ave neighs/atom = 5.674 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:40 2021 Memory usage per processor = 27.5442 Mbytes Step Atoms AVEKE stressZZ 21352 5000 1.5814811e-10 8003631.5 21353 -0.0130974999999929 8003486.32514096 21353 5000 1.2724443e-10 8003486.3 Loop time of 0.0169821 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:40 2021 Pair time (%) = 0.00131917 (7.76801) Neigh time (%) = 0 (0) Comm time (%) = 8.29697e-05 (0.488572) Outpt time (%) = 0.0154409 (90.9249) Other time (%) = 0.000138998 (0.818498) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28371 ave 28371 max 28371 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28371 Ave neighs/atom = 5.6742 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:40 2021 Memory usage per processor = 27.5442 Mbytes Step Atoms AVEKE stressZZ 21353 5000 1.2724443e-10 8003429.5 21354 -0.0130974999999929 8003296.73601422 21354 5000 1.0934874e-10 8003296.7 Loop time of 0.0176508 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:40 2021 Pair time (%) = 0.00116682 (6.61057) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.181) Outpt time (%) = 0.0163538 (92.6519) Other time (%) = 9.82285e-05 (0.556509) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28371 ave 28371 max 28371 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28371 Ave neighs/atom = 5.6742 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:40 2021 Memory usage per processor = 27.5442 Mbytes Step Atoms AVEKE stressZZ 21354 5000 1.0934874e-10 8003245.1 21355 -0.0130974999999929 8003120.23506409 21355 5000 9.8678981e-11 8003120.2 Loop time of 0.0173621 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:40 2021 Pair time (%) = 0.00110793 (6.38131) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18401) Outpt time (%) = 0.016129 (92.8978) Other time (%) = 9.32217e-05 (0.536926) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28371 ave 28371 max 28371 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28371 Ave neighs/atom = 5.6742 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:40 2021 Memory usage per processor = 27.5442 Mbytes Step Atoms AVEKE stressZZ 21355 5000 9.8678981e-11 8003071.9 21356 -0.0130974999999929 8002952.05471946 21356 5000 9.2180994e-11 8002952.1 Loop time of 0.016633 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:40 2021 Pair time (%) = 0.00111198 (6.6854) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.19781) Outpt time (%) = 0.0153899 (92.5262) Other time (%) = 9.82285e-05 (0.590562) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28371 ave 28371 max 28371 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28371 Ave neighs/atom = 5.6742 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:40 2021 Memory usage per processor = 27.5442 Mbytes Step Atoms AVEKE stressZZ 21356 5000 9.2180994e-11 8002905.9 21357 -0.0130974999999929 8002789.16514972 21357 5000 8.8164407e-11 8002789.2 Loop time of 0.01741 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:41 2021 Pair time (%) = 0.00156403 (8.98347) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.224587) Outpt time (%) = 0.0156469 (89.8731) Other time (%) = 0.000159979 (0.918889) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28371 ave 28371 max 28371 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28371 Ave neighs/atom = 5.6742 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:41 2021 Memory usage per processor = 27.5442 Mbytes Step Atoms AVEKE stressZZ 21357 5000 8.8164407e-11 8002744.3 21358 -0.0130974999999929 8002629.64086828 21358 5000 8.5656182e-11 8002629.6 Loop time of 0.0176201 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:41 2021 Pair time (%) = 0.00118494 (6.72494) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.182669) Outpt time (%) = 0.0163081 (92.5539) Other time (%) = 9.48906e-05 (0.538536) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28371 ave 28371 max 28371 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28371 Ave neighs/atom = 5.6742 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:41 2021 Memory usage per processor = 27.5442 Mbytes Step Atoms AVEKE stressZZ 21358 5000 8.5656182e-11 8002585.6 21359 -0.0130974999999929 8002472.25820929 21359 5000 8.4078827e-11 8002472.3 Loop time of 0.01754 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:41 2021 Pair time (%) = 0.00110292 (6.28806) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.176707) Outpt time (%) = 0.016278 (92.8053) Other time (%) = 0.000128031 (0.729937) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28371 ave 28371 max 28371 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28371 Ave neighs/atom = 5.6742 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:41 2021 Memory usage per processor = 27.5442 Mbytes Step Atoms AVEKE stressZZ 21359 5000 8.4078827e-11 8002428.8 21360 -0.0130974999999929 8002316.2395193 21360 5000 8.3081854e-11 8002316.2 Loop time of 0.0193532 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:41 2021 Pair time (%) = 0.00123787 (6.39622) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.242692) Outpt time (%) = 0.017946 (92.7291) Other time (%) = 0.000122309 (0.631984) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28371 ave 28371 max 28371 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28371 Ave neighs/atom = 5.6742 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:41 2021 Memory usage per processor = 27.5443 Mbytes Step Atoms AVEKE stressZZ 21360 5000 8.3081854e-11 8002273.1 21361 -0.0130974999999929 8002161.0905911 21361 5000 8.2449195e-11 8002161.1 Loop time of 0.0172982 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:41 2021 Pair time (%) = 0.00146794 (8.48609) Neigh time (%) = 0 (0) Comm time (%) = 4.29153e-05 (0.248091) Outpt time (%) = 0.0156069 (90.2225) Other time (%) = 0.000180483 (1.04336) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28371 ave 28371 max 28371 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28371 Ave neighs/atom = 5.6742 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:41 2021 Memory usage per processor = 27.5443 Mbytes Step Atoms AVEKE stressZZ 21361 5000 8.2449195e-11 8002118.2 21362 -0.0130974999999929 8002006.49735007 21362 5000 8.2046232e-11 8002006.5 Loop time of 0.017621 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:41 2021 Pair time (%) = 0.00121212 (6.87882) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.186719) Outpt time (%) = 0.016259 (92.2701) Other time (%) = 0.000117064 (0.664339) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28371 ave 28371 max 28371 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28371 Ave neighs/atom = 5.6742 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:41 2021 Memory usage per processor = 27.5443 Mbytes Step Atoms AVEKE stressZZ 21362 5000 8.2046232e-11 8001963.7 21363 -0.0130974999999929 8001852.26019811 21363 5000 8.1788503e-11 8001852.3 Loop time of 0.017549 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:41 2021 Pair time (%) = 0.00110412 (6.29161) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18205) Outpt time (%) = 0.01632 (92.9965) Other time (%) = 9.29832e-05 (0.529848) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28371 ave 28371 max 28371 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28371 Ave neighs/atom = 5.6742 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:41 2021 Memory usage per processor = 27.5443 Mbytes Step Atoms AVEKE stressZZ 21363 5000 8.1788503e-11 8001809.6 21364 -0.0130974999999929 8001698.25228802 21364 5000 8.1622773e-11 8001698.3 Loop time of 0.016912 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:41 2021 Pair time (%) = 0.00110507 (6.53424) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.183269) Outpt time (%) = 0.0156801 (92.7158) Other time (%) = 9.58443e-05 (0.566724) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28371 ave 28371 max 28371 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28371 Ave neighs/atom = 5.6742 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:41 2021 Memory usage per processor = 27.5443 Mbytes Step Atoms AVEKE stressZZ 21364 5000 8.1622773e-11 8001655.6 21365 -0.0130974999999929 8001544.39300658 21365 5000 8.1515388e-11 8001544.4 Loop time of 0.0176361 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:41 2021 Pair time (%) = 0.00146198 (8.28974) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.227116) Outpt time (%) = 0.015975 (90.5814) Other time (%) = 0.000159025 (0.901705) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28371 ave 28371 max 28371 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28371 Ave neighs/atom = 5.6742 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:41 2021 Memory usage per processor = 27.5443 Mbytes Step Atoms AVEKE stressZZ 21365 5000 8.1515388e-11 8001501.8 21366 -0.0130974999999929 8001390.63112309 21366 5000 8.1445033e-11 8001390.6 Loop time of 0.0174971 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:41 2021 Pair time (%) = 0.00116801 (6.67548) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182591) Outpt time (%) = 0.0162022 (92.5996) Other time (%) = 9.48906e-05 (0.542323) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28371 ave 28371 max 28371 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28371 Ave neighs/atom = 5.6742 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:41 2021 Memory usage per processor = 27.5443 Mbytes Step Atoms AVEKE stressZZ 21366 5000 8.1445033e-11 8001348.1 21367 -0.0130974999999929 8001236.93407961 21367 5000 8.1398191e-11 8001236.9 Loop time of 0.0176749 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:41 2021 Pair time (%) = 0.00111294 (6.29671) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.180754) Outpt time (%) = 0.016412 (92.8548) Other time (%) = 0.000118017 (0.66771) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28371 ave 28371 max 28371 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28371 Ave neighs/atom = 5.6742 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:41 2021 Memory usage per processor = 27.5443 Mbytes Step Atoms AVEKE stressZZ 21367 5000 8.1398191e-11 8001194.4 21368 -0.0130974999999929 8001083.28118476 21368 5000 8.1366284e-11 8001083.3 Loop time of 0.01688 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:41 2021 Pair time (%) = 0.00116801 (6.91949) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207627) Outpt time (%) = 0.0155301 (92.0028) Other time (%) = 0.000146866 (0.870056) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28371 ave 28371 max 28371 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28371 Ave neighs/atom = 5.6742 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:41 2021 Memory usage per processor = 27.5443 Mbytes Step Atoms AVEKE stressZZ 21368 5000 8.1366284e-11 8001040.7 21369 -0.0130974999999929 8000929.65928902 21369 5000 8.1343864e-11 8000929.7 Loop time of 0.0178339 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:41 2021 Pair time (%) = 0.00148606 (8.33278) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.219248) Outpt time (%) = 0.0161381 (90.4908) Other time (%) = 0.000170708 (0.957206) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28371 ave 28371 max 28371 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28371 Ave neighs/atom = 5.6742 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:41 2021 Memory usage per processor = 27.5443 Mbytes Step Atoms AVEKE stressZZ 21369 5000 8.1343864e-11 8000887.1 21370 -0.0130974999999929 8000776.06003545 21370 5000 8.1327473e-11 8000776.1 Loop time of 0.020205 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:41 2021 Pair time (%) = 0.00110483 (5.4681) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.15812) Outpt time (%) = 0.018929 (93.6847) Other time (%) = 0.000139236 (0.689118) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28371 ave 28371 max 28371 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28371 Ave neighs/atom = 5.6742 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:41 2021 Memory usage per processor = 27.5443 Mbytes Step Atoms AVEKE stressZZ 21370 5000 8.1327473e-11 8000733.5 21371 -0.0130974999999929 8000622.47808133 21371 5000 8.1314913e-11 8000622.5 Loop time of 0.017417 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:41 2021 Pair time (%) = 0.00114894 (6.59667) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.1848) Outpt time (%) = 0.0161438 (92.6901) Other time (%) = 9.20296e-05 (0.528391) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28371 ave 28371 max 28371 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28371 Ave neighs/atom = 5.6742 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:41 2021 Memory usage per processor = 27.5443 Mbytes Step Atoms AVEKE stressZZ 21371 5000 8.1314913e-11 8000580 21372 -0.0130974999999929 8000468.91008006 21372 5000 8.1304787e-11 8000468.9 Loop time of 0.0168779 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:41 2021 Pair time (%) = 0.00114989 (6.81301) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.196353) Outpt time (%) = 0.015595 (92.3988) Other time (%) = 9.98974e-05 (0.591883) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28371 ave 28371 max 28371 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28371 Ave neighs/atom = 5.6742 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:41 2021 Memory usage per processor = 27.5443 Mbytes Step Atoms AVEKE stressZZ 21372 5000 8.1304787e-11 8000426.4 21373 -0.0130974999999929 8000315.35389629 21373 5000 8.1296209e-11 8000315.4 Loop time of 0.0176919 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:41 2021 Pair time (%) = 0.00170803 (9.65434) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.221009) Outpt time (%) = 0.0157769 (89.1759) Other time (%) = 0.000167847 (0.948723) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28371 ave 28371 max 28371 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28371 Ave neighs/atom = 5.6742 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:41 2021 Memory usage per processor = 27.5443 Mbytes Step Atoms AVEKE stressZZ 21373 5000 8.1296209e-11 8000272.8 21374 -0.0130974999999929 8000161.80816874 21374 5000 8.1288614e-11 8000161.8 Loop time of 0.0175312 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:41 2021 Pair time (%) = 0.00124598 (7.10721) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182236) Outpt time (%) = 0.0161281 (91.9966) Other time (%) = 0.00012517 (0.713985) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28371 ave 28371 max 28371 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28371 Ave neighs/atom = 5.6742 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:41 2021 Memory usage per processor = 27.5443 Mbytes Step Atoms AVEKE stressZZ 21374 5000 8.1288614e-11 8000119.3 21375 -0.0130974999999929 8000008.27202129 21375 5000 8.1281645e-11 8000008.3 Loop time of 0.017215 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:41 2021 Pair time (%) = 0.00110698 (6.4303) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185583) Outpt time (%) = 0.0159841 (92.8495) Other time (%) = 9.20296e-05 (0.534589) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28371 ave 28371 max 28371 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28371 Ave neighs/atom = 5.6742 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:41 2021 Memory usage per processor = 27.5443 Mbytes Step Atoms AVEKE stressZZ 21375 5000 8.1281645e-11 7999965.8 21376 -0.0130974999999929 7999854.74490475 21376 5000 8.1275073e-11 7999854.7 Loop time of 0.0167239 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:41 2021 Pair time (%) = 0.00110602 (6.61344) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191033) Outpt time (%) = 0.0155029 (92.6994) Other time (%) = 8.29697e-05 (0.496115) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28371 ave 28371 max 28371 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28371 Ave neighs/atom = 5.6742 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:41 2021 Memory usage per processor = 27.5443 Mbytes Step Atoms AVEKE stressZZ 21376 5000 8.1275073e-11 7999812.2 21377 -0.0130974999999929 7999701.2264719 21377 5000 8.1268754e-11 7999701.2 Loop time of 0.0168622 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:41 2021 Pair time (%) = 0.00114608 (6.79675) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.189466) Outpt time (%) = 0.0155962 (92.492) Other time (%) = 8.79765e-05 (0.521739) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28371 ave 28371 max 28371 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28371 Ave neighs/atom = 5.6742 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:41 2021 Memory usage per processor = 27.5443 Mbytes Step Atoms AVEKE stressZZ 21377 5000 8.1268754e-11 7999658.7 21378 -0.0130974999999929 7999547.716508 21378 5000 8.1262596e-11 7999547.7 Loop time of 0.0180061 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:41 2021 Pair time (%) = 0.00128603 (7.1422) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.199939) Outpt time (%) = 0.0165091 (91.686) Other time (%) = 0.000174999 (0.971889) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28371 ave 28371 max 28371 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28371 Ave neighs/atom = 5.6742 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:41 2021 Memory usage per processor = 27.5443 Mbytes Step Atoms AVEKE stressZZ 21378 5000 8.1262596e-11 7999505.2 21379 -0.0130974999999929 7999394.21488251 21379 5000 8.125654e-11 7999394.2 Loop time of 0.017349 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:41 2021 Pair time (%) = 0.00111008 (6.3985) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184149) Outpt time (%) = 0.0161119 (92.869) Other time (%) = 9.5129e-05 (0.548325) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28371 ave 28371 max 28371 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28371 Ave neighs/atom = 5.6742 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:41 2021 Memory usage per processor = 27.5443 Mbytes Step Atoms AVEKE stressZZ 21379 5000 8.125654e-11 7999351.7 21380 -0.0130974999999929 7999240.72146745 21380 5000 8.125055e-11 7999240.7 Loop time of 0.0195339 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:41 2021 Pair time (%) = 0.00113583 (5.81465) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.15867) Outpt time (%) = 0.0182569 (93.4628) Other time (%) = 0.000110149 (0.563889) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28371 ave 28371 max 28371 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28371 Ave neighs/atom = 5.6742 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:41 2021 Memory usage per processor = 27.5443 Mbytes Step Atoms AVEKE stressZZ 21380 5000 8.125055e-11 7999198.2 21381 -0.0130974999999929 7999087.23620373 21381 5000 8.1244602e-11 7999087.2 Loop time of 0.0169718 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:41 2021 Pair time (%) = 0.0012579 (7.41167) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.205099) Outpt time (%) = 0.0155768 (91.7806) Other time (%) = 0.000102282 (0.602655) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28371 ave 28371 max 28371 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28371 Ave neighs/atom = 5.6742 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:41 2021 Memory usage per processor = 27.5443 Mbytes Step Atoms AVEKE stressZZ 21381 5000 8.1244602e-11 7999044.7 21382 -0.0130974999999929 7998933.75905437 21382 5000 8.1238681e-11 7998933.8 Loop time of 0.0179179 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:41 2021 Pair time (%) = 0.00137305 (7.66303) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.206246) Outpt time (%) = 0.0163529 (91.2658) Other time (%) = 0.000154972 (0.864902) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28371 ave 28371 max 28371 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28371 Ave neighs/atom = 5.6742 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:41 2021 Memory usage per processor = 27.5443 Mbytes Step Atoms AVEKE stressZZ 21382 5000 8.1238681e-11 7998891.3 21383 -0.0130974999999929 7998780.28999562 21383 5000 8.1232777e-11 7998780.3 Loop time of 0.017401 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:41 2021 Pair time (%) = 0.00110602 (6.3561) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183599) Outpt time (%) = 0.0161729 (92.9424) Other time (%) = 9.01222e-05 (0.517915) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28371 ave 28371 max 28371 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28371 Ave neighs/atom = 5.6742 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:41 2021 Memory usage per processor = 27.5443 Mbytes Step Atoms AVEKE stressZZ 21383 5000 8.1232777e-11 7998737.8 21384 -0.0130974999999929 7998626.82901208 21384 5000 8.1226884e-11 7998626.8 Loop time of 0.017077 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:41 2021 Pair time (%) = 0.00110793 (6.48787) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181498) Outpt time (%) = 0.0158432 (92.775) Other time (%) = 9.48906e-05 (0.555664) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28371 ave 28371 max 28371 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28371 Ave neighs/atom = 5.6742 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:41 2021 Memory usage per processor = 27.5443 Mbytes Step Atoms AVEKE stressZZ 21384 5000 8.1226884e-11 7998584.3 21385 -0.0130974999999929 7998473.37609376 21385 5000 8.1220998e-11 7998473.4 Loop time of 0.0169799 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:41 2021 Pair time (%) = 0.00132203 (7.78584) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.200789) Outpt time (%) = 0.015486 (91.2018) Other time (%) = 0.000137806 (0.811581) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28371 ave 28371 max 28371 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28371 Ave neighs/atom = 5.6742 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:41 2021 Memory usage per processor = 27.5443 Mbytes Step Atoms AVEKE stressZZ 21385 5000 8.1220998e-11 7998430.9 21386 -0.0130974999999929 7998319.93123402 21386 5000 8.1215118e-11 7998319.9 Loop time of 0.017704 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:41 2021 Pair time (%) = 0.00126719 (7.15767) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.210084) Outpt time (%) = 0.0162671 (91.8835) Other time (%) = 0.000132561 (0.748761) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28371 ave 28371 max 28371 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28371 Ave neighs/atom = 5.6742 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:41 2021 Memory usage per processor = 27.5443 Mbytes Step Atoms AVEKE stressZZ 21386 5000 8.1215118e-11 7998277.4 21387 -0.0130974999999929 7998166.49442841 21387 5000 8.1209241e-11 7998166.5 Loop time of 0.0175412 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:41 2021 Pair time (%) = 0.00117612 (6.70491) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.183491) Outpt time (%) = 0.0162399 (92.5815) Other time (%) = 9.29832e-05 (0.530086) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28371 ave 28371 max 28371 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28371 Ave neighs/atom = 5.6742 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:41 2021 Memory usage per processor = 27.5443 Mbytes Step Atoms AVEKE stressZZ 21387 5000 8.1209241e-11 7998124 21388 -0.0130974999999929 7998013.06567402 21388 5000 8.1203366e-11 7998013.1 Loop time of 0.0167069 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:41 2021 Pair time (%) = 0.00110722 (6.62728) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.185518) Outpt time (%) = 0.015475 (92.6264) Other time (%) = 9.36985e-05 (0.560836) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28371 ave 28371 max 28371 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28371 Ave neighs/atom = 5.6742 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:41 2021 Memory usage per processor = 27.5443 Mbytes Step Atoms AVEKE stressZZ 21388 5000 8.1203366e-11 7997970.6 21389 -0.0130974999999929 7997859.64496874 21389 5000 8.1197493e-11 7997859.6 Loop time of 0.01701 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:41 2021 Pair time (%) = 0.00132298 (7.7777) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206041) Outpt time (%) = 0.015523 (91.258) Other time (%) = 0.000128984 (0.758287) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28371 ave 28371 max 28371 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28371 Ave neighs/atom = 5.6742 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:41 2021 Memory usage per processor = 27.5443 Mbytes Step Atoms AVEKE stressZZ 21389 5000 8.1197493e-11 7997817.1 21390 -0.0130974999999929 7997706.23236976 21390 5000 8.1191621e-11 7997706.2 Loop time of 0.0201468 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:41 2021 Pair time (%) = 0.00117207 (5.81761) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.164493) Outpt time (%) = 0.0188429 (93.528) Other time (%) = 9.87053e-05 (0.489929) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28371 ave 28371 max 28371 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28371 Ave neighs/atom = 5.6742 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:41 2021 Memory usage per processor = 27.5443 Mbytes Step Atoms AVEKE stressZZ 21390 5000 8.1191621e-11 7997663.7 21391 -0.0130974999999929 7997552.82787374 21391 5000 8.1185751e-11 7997552.8 Loop time of 0.017602 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:41 2021 Pair time (%) = 0.00110698 (6.28894) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.176085) Outpt time (%) = 0.0163698 (92.9999) Other time (%) = 9.41753e-05 (0.535027) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28371 ave 28371 max 28371 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28371 Ave neighs/atom = 5.6742 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:41 2021 Memory usage per processor = 27.5443 Mbytes Step Atoms AVEKE stressZZ 21391 5000 8.1185751e-11 7997510.3 21392 -0.0130974999999929 7997399.43145854 21392 5000 8.1179881e-11 7997399.4 Loop time of 0.0170081 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:41 2021 Pair time (%) = 0.00110602 (6.50294) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.189243) Outpt time (%) = 0.0157781 (92.7681) Other time (%) = 9.17912e-05 (0.539692) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28371 ave 28371 max 28371 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28371 Ave neighs/atom = 5.6742 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:41 2021 Memory usage per processor = 27.5443 Mbytes Step Atoms AVEKE stressZZ 21392 5000 8.1179881e-11 7997356.9 21393 -0.0130974999999929 7997246.04311664 21393 5000 8.1174013e-11 7997246 Loop time of 0.016927 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:41 2021 Pair time (%) = 0.00123286 (7.28341) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207051) Outpt time (%) = 0.0155542 (91.8898) Other time (%) = 0.000104904 (0.619744) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28371 ave 28371 max 28371 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28371 Ave neighs/atom = 5.6742 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:41 2021 Memory usage per processor = 27.5443 Mbytes Step Atoms AVEKE stressZZ 21393 5000 8.1174013e-11 7997203.6 21394 -0.0130974999999929 7997092.66284368 21394 5000 8.1168145e-11 7997092.7 Loop time of 0.017494 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:41 2021 Pair time (%) = 0.00124907 (7.14003) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.189438) Outpt time (%) = 0.016104 (92.0545) Other time (%) = 0.000107765 (0.616014) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28371 ave 28371 max 28371 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28371 Ave neighs/atom = 5.6742 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:41 2021 Memory usage per processor = 27.5443 Mbytes Step Atoms AVEKE stressZZ 21394 5000 8.1168145e-11 7997050.2 21395 -0.0130974999999929 7996939.29063652 21395 5000 8.1162278e-11 7996939.3 Loop time of 0.017648 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:41 2021 Pair time (%) = 0.00116611 (6.60758) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.175626) Outpt time (%) = 0.016355 (92.6737) Other time (%) = 9.58443e-05 (0.543089) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28371 ave 28371 max 28371 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28371 Ave neighs/atom = 5.6742 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:41 2021 Memory usage per processor = 27.5443 Mbytes Step Atoms AVEKE stressZZ 21395 5000 8.1162278e-11 7996896.8 21396 -0.0130974999999929 7996785.92649329 21396 5000 8.1156411e-11 7996785.9 Loop time of 0.016742 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:41 2021 Pair time (%) = 0.00114989 (6.86832) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.19225) Outpt time (%) = 0.0154679 (92.3897) Other time (%) = 9.20296e-05 (0.549693) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28371 ave 28371 max 28371 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28371 Ave neighs/atom = 5.6742 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:41 2021 Memory usage per processor = 27.5443 Mbytes Step Atoms AVEKE stressZZ 21396 5000 8.1156411e-11 7996743.4 21397 -0.0130974999999929 7996632.57041243 21397 5000 8.1150546e-11 7996632.6 Loop time of 0.0168931 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:41 2021 Pair time (%) = 0.00122595 (7.25707) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.200409) Outpt time (%) = 0.0154941 (91.7183) Other time (%) = 0.000139236 (0.824218) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28371 ave 28371 max 28371 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28371 Ave neighs/atom = 5.6742 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:41 2021 Memory usage per processor = 27.5443 Mbytes Step Atoms AVEKE stressZZ 21397 5000 8.1150546e-11 7996590.1 21398 -0.0130974999999929 7996479.22239317 21398 5000 8.1144681e-11 7996479.2 Loop time of 0.0177319 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:41 2021 Pair time (%) = 0.00117207 (6.60993) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.185551) Outpt time (%) = 0.0164249 (92.629) Other time (%) = 0.000102043 (0.575478) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28371 ave 28371 max 28371 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28371 Ave neighs/atom = 5.6742 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:41 2021 Memory usage per processor = 27.5443 Mbytes Step Atoms AVEKE stressZZ 21398 5000 8.1144681e-11 7996436.7 21399 -0.0130974999999929 7996325.88243311 21399 5000 8.1138816e-11 7996325.9 Loop time of 0.01739 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:42 2021 Pair time (%) = 0.00111198 (6.39438) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183715) Outpt time (%) = 0.0161529 (92.8858) Other time (%) = 9.32217e-05 (0.536064) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28371 ave 28371 max 28371 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28371 Ave neighs/atom = 5.6742 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:42 2021 Memory usage per processor = 27.5443 Mbytes Step Atoms AVEKE stressZZ 21399 5000 8.1138816e-11 7996283.4 21400 -0.0130974999999929 7996172.55051078 21400 5000 8.1132953e-11 7996172.6 Loop time of 0.020689 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:42 2021 Pair time (%) = 0.00110483 (5.34019) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.149811) Outpt time (%) = 0.019459 (94.0548) Other time (%) = 9.41753e-05 (0.455195) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28371 ave 28371 max 28371 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28371 Ave neighs/atom = 5.6742 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:42 2021 Memory usage per processor = 27.5443 Mbytes Step Atoms AVEKE stressZZ 21400 5000 8.1132953e-11 7996130.1 21401 -0.0130974999999929 7996019.22665049 21401 5000 8.112709e-11 7996019.2 Loop time of 0.017154 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:42 2021 Pair time (%) = 0.00123286 (7.18704) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.279365) Outpt time (%) = 0.0157549 (91.8442) Other time (%) = 0.000118256 (0.689377) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28371 ave 28371 max 28371 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28371 Ave neighs/atom = 5.6742 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:42 2021 Memory usage per processor = 27.5443 Mbytes Step Atoms AVEKE stressZZ 21401 5000 8.112709e-11 7995976.7 21402 -0.0130974999999929 7995865.91085971 21402 5000 8.1121227e-11 7995865.9 Loop time of 0.0177181 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:42 2021 Pair time (%) = 0.00136995 (7.73195) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.197807) Outpt time (%) = 0.0161262 (91.0153) Other time (%) = 0.00018692 (1.05497) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28371 ave 28371 max 28371 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28371 Ave neighs/atom = 5.6742 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:42 2021 Memory usage per processor = 27.5443 Mbytes Step Atoms AVEKE stressZZ 21402 5000 8.1121227e-11 7995823.4 21403 -0.0130974999999929 7995712.6031579 21403 5000 8.1115366e-11 7995712.6 Loop time of 0.017643 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:42 2021 Pair time (%) = 0.00110507 (6.26351) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.175676) Outpt time (%) = 0.016412 (93.023) Other time (%) = 9.48906e-05 (0.537838) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28371 ave 28371 max 28371 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28371 Ave neighs/atom = 5.6742 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:42 2021 Memory usage per processor = 27.5443 Mbytes Step Atoms AVEKE stressZZ 21403 5000 8.1115366e-11 7995670.1 21404 -0.0130974999999929 7995559.30349799 21404 5000 8.1109505e-11 7995559.3 Loop time of 0.0168781 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:42 2021 Pair time (%) = 0.00111294 (6.59397) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.189287) Outpt time (%) = 0.0156379 (92.6517) Other time (%) = 9.53674e-05 (0.565036) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28371 ave 28371 max 28371 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28371 Ave neighs/atom = 5.6742 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:42 2021 Memory usage per processor = 27.5443 Mbytes Step Atoms AVEKE stressZZ 21404 5000 8.1109505e-11 7995516.8 21405 -0.0130974999999929 7995406.01187199 21405 5000 8.1103645e-11 7995406 Loop time of 0.017009 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:42 2021 Pair time (%) = 0.00117612 (6.91468) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.194839) Outpt time (%) = 0.0156939 (92.2681) Other time (%) = 0.000105858 (0.622363) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28371 ave 28371 max 28371 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28371 Ave neighs/atom = 5.6742 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:42 2021 Memory usage per processor = 27.5443 Mbytes Step Atoms AVEKE stressZZ 21405 5000 8.1103645e-11 7995363.5 21406 -0.0130974999999929 7995252.72827891 21406 5000 8.1097785e-11 7995252.7 Loop time of 0.017868 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:42 2021 Pair time (%) = 0.00134492 (7.52695) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.184137) Outpt time (%) = 0.0163481 (91.4936) Other time (%) = 0.000142097 (0.79526) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28371 ave 28371 max 28371 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28371 Ave neighs/atom = 5.6742 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:42 2021 Memory usage per processor = 27.5443 Mbytes Step Atoms AVEKE stressZZ 21406 5000 8.1097785e-11 7995210.2 21407 -0.0130974999999929 7995099.45271747 21407 5000 8.1091926e-11 7995099.5 Loop time of 0.018012 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:42 2021 Pair time (%) = 0.00117016 (6.49653) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.18796) Outpt time (%) = 0.01671 (92.7715) Other time (%) = 9.799e-05 (0.544025) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28371 ave 28371 max 28371 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28371 Ave neighs/atom = 5.6742 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:42 2021 Memory usage per processor = 27.5443 Mbytes Step Atoms AVEKE stressZZ 21407 5000 8.1091926e-11 7995057 21408 -0.0130974999999929 7994946.18518663 21408 5000 8.1086068e-11 7994946.2 Loop time of 0.016814 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:42 2021 Pair time (%) = 0.00116301 (6.91689) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.184337) Outpt time (%) = 0.0155261 (92.3401) Other time (%) = 9.39369e-05 (0.558683) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28371 ave 28371 max 28371 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28371 Ave neighs/atom = 5.6742 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:42 2021 Memory usage per processor = 27.5443 Mbytes Step Atoms AVEKE stressZZ 21408 5000 8.1086068e-11 7994903.7 21409 -0.0130974999999929 7994792.92568526 21409 5000 8.1080211e-11 7994792.9 Loop time of 0.0170009 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:42 2021 Pair time (%) = 0.00126004 (7.41161) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.21737) Outpt time (%) = 0.0155699 (91.5829) Other time (%) = 0.000133991 (0.788141) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28371 ave 28371 max 28371 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28371 Ave neighs/atom = 5.6742 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:42 2021 Memory usage per processor = 27.5443 Mbytes Step Atoms AVEKE stressZZ 21409 5000 8.1080211e-11 7994750.5 21410 -0.0130974999999929 7994639.67421225 21410 5000 8.1074354e-11 7994639.7 Loop time of 0.020189 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:42 2021 Pair time (%) = 0.0013268 (6.57188) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.162968) Outpt time (%) = 0.0187061 (92.6546) Other time (%) = 0.000123262 (0.610541) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28371 ave 28371 max 28371 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28371 Ave neighs/atom = 5.6742 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:42 2021 Memory usage per processor = 27.5443 Mbytes Step Atoms AVEKE stressZZ 21410 5000 8.1074354e-11 7994597.2 21411 -0.0130974999999929 7994486.43076672 21411 5000 8.1068498e-11 7994486.4 Loop time of 0.0176311 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:42 2021 Pair time (%) = 0.00114584 (6.49899) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.181204) Outpt time (%) = 0.016355 (92.7627) Other time (%) = 9.82285e-05 (0.557133) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28371 ave 28371 max 28371 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28371 Ave neighs/atom = 5.6742 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:42 2021 Memory usage per processor = 27.5443 Mbytes Step Atoms AVEKE stressZZ 21411 5000 8.1068498e-11 7994444 21412 -0.0130974999999929 7994333.19534744 21412 5000 8.1062642e-11 7994333.2 Loop time of 0.0173359 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:42 2021 Pair time (%) = 0.00114083 (6.58076) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184289) Outpt time (%) = 0.0160129 (92.3685) Other time (%) = 0.000150204 (0.866432) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28371 ave 28371 max 28371 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28371 Ave neighs/atom = 5.6742 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:42 2021 Memory usage per processor = 27.5443 Mbytes Step Atoms AVEKE stressZZ 21412 5000 8.1062642e-11 7994290.7 21413 -0.0130974999999929 7994179.9679535 21413 5000 8.1056788e-11 7994180 Loop time of 0.0173168 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:42 2021 Pair time (%) = 0.00130606 (7.54213) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.20239) Outpt time (%) = 0.0158169 (91.3385) Other time (%) = 0.000158787 (0.916951) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28371 ave 28371 max 28371 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28371 Ave neighs/atom = 5.6742 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:42 2021 Memory usage per processor = 27.5443 Mbytes Step Atoms AVEKE stressZZ 21413 5000 8.1056788e-11 7994137.5 21414 -0.0130974999999929 7994026.7485837 21414 5000 8.1050934e-11 7994026.7 Loop time of 0.017731 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:42 2021 Pair time (%) = 0.00123596 (6.97065) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.185561) Outpt time (%) = 0.016351 (92.2172) Other time (%) = 0.000111103 (0.626605) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28371 ave 28371 max 28371 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28371 Ave neighs/atom = 5.6742 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:42 2021 Memory usage per processor = 27.5443 Mbytes Step Atoms AVEKE stressZZ 21414 5000 8.1050934e-11 7993984.3 21415 -0.0130974999999929 7993873.53723723 21415 5000 8.104508e-11 7993873.5 Loop time of 0.0174279 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:42 2021 Pair time (%) = 0.00116515 (6.68555) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.177843) Outpt time (%) = 0.0161099 (92.4375) Other time (%) = 0.000121832 (0.699062) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28371 ave 28371 max 28371 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28371 Ave neighs/atom = 5.6742 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:42 2021 Memory usage per processor = 27.5443 Mbytes Step Atoms AVEKE stressZZ 21415 5000 8.104508e-11 7993831.1 21416 -0.0130974999999929 7993720.33391304 21416 5000 8.1039227e-11 7993720.3 Loop time of 0.0173349 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:42 2021 Pair time (%) = 0.00110579 (6.37894) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.178797) Outpt time (%) = 0.0160739 (92.7257) Other time (%) = 0.000124216 (0.716565) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28371 ave 28371 max 28371 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28371 Ave neighs/atom = 5.6742 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:42 2021 Memory usage per processor = 27.5443 Mbytes Step Atoms AVEKE stressZZ 21416 5000 8.1039227e-11 7993677.9 21417 -0.0130974999999929 7993567.13861023 21417 5000 8.1033375e-11 7993567.1 Loop time of 0.0177062 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:42 2021 Pair time (%) = 0.00126791 (7.16084) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.187168) Outpt time (%) = 0.0162561 (91.8104) Other time (%) = 0.000149012 (0.841581) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28371 ave 28371 max 28371 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28371 Ave neighs/atom = 5.6742 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:42 2021 Memory usage per processor = 27.5443 Mbytes Step Atoms AVEKE stressZZ 21417 5000 8.1033375e-11 7993524.7 21418 -0.0130974999999929 7993413.9513276 21418 5000 8.1027524e-11 7993414 Loop time of 0.0172288 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:42 2021 Pair time (%) = 0.00112319 (6.51924) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185434) Outpt time (%) = 0.015981 (92.757) Other time (%) = 9.27448e-05 (0.538311) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28371 ave 28371 max 28371 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28371 Ave neighs/atom = 5.6742 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:42 2021 Memory usage per processor = 27.5443 Mbytes Step Atoms AVEKE stressZZ 21418 5000 8.1027524e-11 7993371.5 21419 -0.0130974999999929 7993260.77206438 21419 5000 8.1021673e-11 7993260.8 Loop time of 0.0168202 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:42 2021 Pair time (%) = 0.00114393 (6.80095) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.184269) Outpt time (%) = 0.0155561 (92.4847) Other time (%) = 8.91685e-05 (0.530128) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28371 ave 28371 max 28371 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28371 Ave neighs/atom = 5.6742 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:42 2021 Memory usage per processor = 27.5443 Mbytes Step Atoms AVEKE stressZZ 21419 5000 8.1021673e-11 7993218.3 21420 -0.0130974999999929 7993107.60081953 21420 5000 8.1015823e-11 7993107.6 Loop time of 0.0191569 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:42 2021 Pair time (%) = 0.00110888 (5.78843) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.16677) Outpt time (%) = 0.0179269 (93.5793) Other time (%) = 8.91685e-05 (0.465464) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28371 ave 28371 max 28371 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28371 Ave neighs/atom = 5.6742 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:42 2021 Memory usage per processor = 27.5443 Mbytes Step Atoms AVEKE stressZZ 21420 5000 8.1015823e-11 7993065.1 21421 -0.0130974999999929 7992954.4375922 21421 5000 8.1009974e-11 7992954.4 Loop time of 0.0175591 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:42 2021 Pair time (%) = 0.00110722 (6.30567) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.176515) Outpt time (%) = 0.016331 (93.0059) Other time (%) = 8.98838e-05 (0.511894) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28371 ave 28371 max 28371 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28371 Ave neighs/atom = 5.6742 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:42 2021 Memory usage per processor = 27.5443 Mbytes Step Atoms AVEKE stressZZ 21421 5000 8.1009974e-11 7992912 21422 -0.0130974999999929 7992801.28238131 21422 5000 8.1004125e-11 7992801.3 Loop time of 0.0170221 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:42 2021 Pair time (%) = 0.00110793 (6.50877) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187686) Outpt time (%) = 0.015789 (92.7559) Other time (%) = 9.32217e-05 (0.54765) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28371 ave 28371 max 28371 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28371 Ave neighs/atom = 5.6742 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:42 2021 Memory usage per processor = 27.5443 Mbytes Step Atoms AVEKE stressZZ 21422 5000 8.1004125e-11 7992758.8 21423 -0.0130974999999929 7992648.13518591 21423 5000 8.0998277e-11 7992648.1 Loop time of 0.017216 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:42 2021 Pair time (%) = 0.00125098 (7.26641) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.209115) Outpt time (%) = 0.0158119 (91.8445) Other time (%) = 0.000117064 (0.679971) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28371 ave 28371 max 28371 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28371 Ave neighs/atom = 5.6742 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:42 2021 Memory usage per processor = 27.5443 Mbytes Step Atoms AVEKE stressZZ 21423 5000 8.0998277e-11 7992605.7 21424 -0.0130974999999929 7992494.99600524 21424 5000 8.099243e-11 7992495 Loop time of 0.017662 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:42 2021 Pair time (%) = 0.00114107 (6.46058) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.187635) Outpt time (%) = 0.0163879 (92.7862) Other time (%) = 9.98974e-05 (0.565605) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28371 ave 28371 max 28371 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28371 Ave neighs/atom = 5.6742 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:42 2021 Memory usage per processor = 27.5443 Mbytes Step Atoms AVEKE stressZZ 21424 5000 8.099243e-11 7992452.5 21425 -0.0130974999999929 7992341.86483815 21425 5000 8.0986583e-11 7992341.9 Loop time of 0.0177228 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:42 2021 Pair time (%) = 0.00110888 (6.25681) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.174884) Outpt time (%) = 0.016494 (93.0665) Other time (%) = 8.89301e-05 (0.501782) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28371 ave 28371 max 28371 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28371 Ave neighs/atom = 5.6742 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:42 2021 Memory usage per processor = 27.5443 Mbytes Step Atoms AVEKE stressZZ 21425 5000 8.0986583e-11 7992299.4 21426 -0.0130974999999929 7992188.74168384 21426 5000 8.0980737e-11 7992188.7 Loop time of 0.0167749 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:42 2021 Pair time (%) = 0.00110483 (6.58622) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190452) Outpt time (%) = 0.0155449 (92.6676) Other time (%) = 9.32217e-05 (0.555721) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28371 ave 28371 max 28371 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28371 Ave neighs/atom = 5.6742 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:42 2021 Memory usage per processor = 27.5443 Mbytes Step Atoms AVEKE stressZZ 21426 5000 8.0980737e-11 7992146.3 21427 -0.0130974999999929 7992035.62654153 21427 5000 8.0974892e-11 7992035.6 Loop time of 0.0172629 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:42 2021 Pair time (%) = 0.00134611 (7.7977) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.214071) Outpt time (%) = 0.0157621 (91.306) Other time (%) = 0.000117779 (0.682264) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28371 ave 28371 max 28371 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28371 Ave neighs/atom = 5.6742 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:42 2021 Memory usage per processor = 27.5443 Mbytes Step Atoms AVEKE stressZZ 21427 5000 8.0974892e-11 7991993.2 21428 -0.0130974999999929 7991882.51940998 21428 5000 8.0969047e-11 7991882.5 Loop time of 0.017611 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:42 2021 Pair time (%) = 0.00113106 (6.42244) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18141) Outpt time (%) = 0.01634 (92.7829) Other time (%) = 0.000108004 (0.613273) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28371 ave 28371 max 28371 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28371 Ave neighs/atom = 5.6742 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:42 2021 Memory usage per processor = 27.5443 Mbytes Step Atoms AVEKE stressZZ 21428 5000 8.0969047e-11 7991840.1 21429 -0.0130974999999929 7991729.42028858 21429 5000 8.0963204e-11 7991729.4 Loop time of 0.0174401 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:42 2021 Pair time (%) = 0.00110912 (6.35962) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183188) Outpt time (%) = 0.016206 (92.924) Other time (%) = 9.29832e-05 (0.533158) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28371 ave 28371 max 28371 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28371 Ave neighs/atom = 5.6742 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:42 2021 Memory usage per processor = 27.5443 Mbytes Step Atoms AVEKE stressZZ 21429 5000 8.0963204e-11 7991687 21430 -0.0130974999999929 7991576.3291764 21430 5000 8.095736e-11 7991576.3 Loop time of 0.019346 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:42 2021 Pair time (%) = 0.0011301 (5.84154) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.17007) Outpt time (%) = 0.018069 (93.3993) Other time (%) = 0.000113964 (0.589083) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28371 ave 28371 max 28371 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28371 Ave neighs/atom = 5.6742 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:42 2021 Memory usage per processor = 27.5443 Mbytes Step Atoms AVEKE stressZZ 21430 5000 8.095736e-11 7991533.9 21431 -0.0130974999999929 7991423.24607233 21431 5000 8.0951518e-11 7991423.2 Loop time of 0.0172129 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:42 2021 Pair time (%) = 0.00131392 (7.63339) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.209153) Outpt time (%) = 0.0157149 (91.2973) Other time (%) = 0.000148058 (0.860158) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28371 ave 28371 max 28371 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28371 Ave neighs/atom = 5.6742 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:42 2021 Memory usage per processor = 27.5443 Mbytes Step Atoms AVEKE stressZZ 21431 5000 8.0951518e-11 7991380.8 21432 -0.0130974999999929 7991270.17097736 21432 5000 8.0945676e-11 7991270.2 Loop time of 0.01792 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:42 2021 Pair time (%) = 0.00125694 (7.01418) Neigh time (%) = 0 (0) Comm time (%) = 7.41482e-05 (0.413773) Outpt time (%) = 0.0164371 (91.7245) Other time (%) = 0.000151873 (0.847503) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28371 ave 28371 max 28371 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28371 Ave neighs/atom = 5.6742 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:42 2021 Memory usage per processor = 27.5443 Mbytes Step Atoms AVEKE stressZZ 21432 5000 8.0945676e-11 7991227.7 21433 -0.0130974999999929 7991117.1038892 21433 5000 8.0939835e-11 7991117.1 Loop time of 0.0174899 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:42 2021 Pair time (%) = 0.00110388 (6.31151) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.177213) Outpt time (%) = 0.0162408 (92.8583) Other time (%) = 0.000114202 (0.652962) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28371 ave 28371 max 28371 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28371 Ave neighs/atom = 5.6742 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:42 2021 Memory usage per processor = 27.5443 Mbytes Step Atoms AVEKE stressZZ 21433 5000 8.0939835e-11 7991074.7 21434 -0.0130974999999929 7990964.04480656 21434 5000 8.0933994e-11 7990964 Loop time of 0.0168068 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:42 2021 Pair time (%) = 0.00110602 (6.5808) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.19009) Outpt time (%) = 0.0155439 (92.4858) Other time (%) = 0.000124931 (0.743336) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28371 ave 28371 max 28371 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28371 Ave neighs/atom = 5.6742 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:42 2021 Memory usage per processor = 27.5443 Mbytes Step Atoms AVEKE stressZZ 21434 5000 8.0933994e-11 7990921.6 21435 -0.0130974999999929 7990810.99372864 21435 5000 8.0928154e-11 7990811 Loop time of 0.01741 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:42 2021 Pair time (%) = 0.00146103 (8.39188) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.21774) Outpt time (%) = 0.015738 (90.3962) Other time (%) = 0.000173092 (0.994207) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28371 ave 28371 max 28371 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28371 Ave neighs/atom = 5.6742 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:42 2021 Memory usage per processor = 27.5443 Mbytes Step Atoms AVEKE stressZZ 21435 5000 8.0928154e-11 7990768.5 21436 -0.0130974999999929 7990657.95065445 21436 5000 8.0922315e-11 7990658 Loop time of 0.017566 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:42 2021 Pair time (%) = 0.00111794 (6.36427) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.183232) Outpt time (%) = 0.016325 (92.9354) Other time (%) = 9.08375e-05 (0.517122) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28371 ave 28371 max 28371 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28371 Ave neighs/atom = 5.6742 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:42 2021 Memory usage per processor = 27.5443 Mbytes Step Atoms AVEKE stressZZ 21436 5000 8.0922315e-11 7990615.5 21437 -0.0130974999999929 7990504.91558312 21437 5000 8.0916476e-11 7990504.9 Loop time of 0.0173318 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:42 2021 Pair time (%) = 0.00110412 (6.37045) Neigh time (%) = 0 (0) Comm time (%) = 4.88758e-05 (0.282) Outpt time (%) = 0.0160608 (92.6666) Other time (%) = 0.000118017 (0.680927) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28371 ave 28371 max 28371 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28371 Ave neighs/atom = 5.6742 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:42 2021 Memory usage per processor = 27.5443 Mbytes Step Atoms AVEKE stressZZ 21437 5000 8.0916476e-11 7990462.5 21438 -0.0130974999999929 7990351.8885138 21438 5000 8.0910639e-11 7990351.9 Loop time of 0.0172601 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:42 2021 Pair time (%) = 0.00114799 (6.6511) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192005) Outpt time (%) = 0.015965 (92.4966) Other time (%) = 0.000113964 (0.660276) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28371 ave 28371 max 28371 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28371 Ave neighs/atom = 5.6742 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:42 2021 Memory usage per processor = 27.5443 Mbytes Step Atoms AVEKE stressZZ 21438 5000 8.0910639e-11 7990309.4 21439 -0.0130974999999929 7990198.86944559 21439 5000 8.0904801e-11 7990198.9 Loop time of 0.017648 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:42 2021 Pair time (%) = 0.00152087 (8.61782) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.214804) Outpt time (%) = 0.015897 (90.0785) Other time (%) = 0.000192165 (1.08888) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28371 ave 28371 max 28371 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28371 Ave neighs/atom = 5.6742 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:42 2021 Memory usage per processor = 27.5443 Mbytes Step Atoms AVEKE stressZZ 21439 5000 8.0904801e-11 7990156.4 21440 -0.0130974999999929 7990045.85837761 21440 5000 8.0898965e-11 7990045.9 Loop time of 0.0204449 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:42 2021 Pair time (%) = 0.00121188 (5.92756) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.170258) Outpt time (%) = 0.0190899 (93.3727) Other time (%) = 0.000108242 (0.529434) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28371 ave 28371 max 28371 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28371 Ave neighs/atom = 5.6742 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:42 2021 Memory usage per processor = 27.5443 Mbytes Step Atoms AVEKE stressZZ 21440 5000 8.0898965e-11 7990003.4 21441 -0.0130974999999929 7989892.85530909 21441 5000 8.0893129e-11 7989892.9 Loop time of 0.017545 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:43 2021 Pair time (%) = 0.00112891 (6.43439) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.176657) Outpt time (%) = 0.0162282 (92.4948) Other time (%) = 0.000156879 (0.894155) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28371 ave 28371 max 28371 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28371 Ave neighs/atom = 5.6742 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:43 2021 Memory usage per processor = 27.5443 Mbytes Step Atoms AVEKE stressZZ 21441 5000 8.0893129e-11 7989850.4 21442 -0.0130974999999929 7989739.86023901 21442 5000 8.0887294e-11 7989739.9 Loop time of 0.0168712 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:43 2021 Pair time (%) = 0.00110292 (6.53731) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.195017) Outpt time (%) = 0.0156422 (92.7151) Other time (%) = 9.32217e-05 (0.552549) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28371 ave 28371 max 28371 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28371 Ave neighs/atom = 5.6742 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:43 2021 Memory usage per processor = 27.5443 Mbytes Step Atoms AVEKE stressZZ 21442 5000 8.0887294e-11 7989697.4 21443 -0.0130974999999929 7989586.87320021 21443 5000 8.088146e-11 7989586.9 Loop time of 0.0174482 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:43 2021 Pair time (%) = 0.001436 (8.23005) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.206332) Outpt time (%) = 0.0158229 (90.685) Other time (%) = 0.000153303 (0.878619) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:43 2021 Memory usage per processor = 27.5443 Mbytes Step Atoms AVEKE stressZZ 21443 5000 8.088146e-11 7989544.4 21444 -0.0130974999999929 7989433.89419344 21444 5000 8.0875626e-11 7989433.9 Loop time of 0.0174601 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:43 2021 Pair time (%) = 0.00117898 (6.75242) Neigh time (%) = 0 (0) Comm time (%) = 6.38962e-05 (0.365955) Outpt time (%) = 0.0161211 (92.3313) Other time (%) = 9.60827e-05 (0.550298) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:43 2021 Memory usage per processor = 27.5443 Mbytes Step Atoms AVEKE stressZZ 21444 5000 8.0875626e-11 7989391.5 21445 -0.0130974999999929 7989280.92320392 21445 5000 8.0869793e-11 7989280.9 Loop time of 0.017699 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:43 2021 Pair time (%) = 0.00118279 (6.68283) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.180508) Outpt time (%) = 0.0163879 (92.5924) Other time (%) = 9.63211e-05 (0.544218) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:43 2021 Memory usage per processor = 27.5443 Mbytes Step Atoms AVEKE stressZZ 21445 5000 8.0869793e-11 7989238.5 21446 -0.0130974999999929 7989127.96022179 21446 5000 8.086396e-11 7989128 Loop time of 0.0169671 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:43 2021 Pair time (%) = 0.001122 (6.6128) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.193916) Outpt time (%) = 0.015712 (92.6031) Other time (%) = 0.000100136 (0.590178) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:43 2021 Memory usage per processor = 27.5443 Mbytes Step Atoms AVEKE stressZZ 21446 5000 8.086396e-11 7989085.5 21447 -0.0130974999999929 7988975.00524158 21447 5000 8.0858128e-11 7988975 Loop time of 0.0174479 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:43 2021 Pair time (%) = 0.00164795 (9.44495) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.217267) Outpt time (%) = 0.01559 (89.3512) Other time (%) = 0.000172138 (0.986581) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:43 2021 Memory usage per processor = 27.5443 Mbytes Step Atoms AVEKE stressZZ 21447 5000 8.0858128e-11 7988932.6 21448 -0.0130974999999929 7988822.0582657 21448 5000 8.0852297e-11 7988822.1 Loop time of 0.0176618 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:43 2021 Pair time (%) = 0.00110912 (6.27978) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.180888) Outpt time (%) = 0.016428 (93.0142) Other time (%) = 9.27448e-05 (0.525115) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:43 2021 Memory usage per processor = 27.5443 Mbytes Step Atoms AVEKE stressZZ 21448 5000 8.0852297e-11 7988779.6 21449 -0.0130974999999929 7988669.11929258 21449 5000 8.0846467e-11 7988669.1 Loop time of 0.017786 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:43 2021 Pair time (%) = 0.00110412 (6.20777) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.179625) Outpt time (%) = 0.0165272 (92.9223) Other time (%) = 0.000122786 (0.690349) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:43 2021 Memory usage per processor = 27.5443 Mbytes Step Atoms AVEKE stressZZ 21449 5000 8.0846467e-11 7988626.7 21450 -0.0130974999999929 7988516.18832037 21450 5000 8.0840637e-11 7988516.2 Loop time of 0.0194471 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:43 2021 Pair time (%) = 0.00113606 (5.84182) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.17409) Outpt time (%) = 0.018172 (93.4434) Other time (%) = 0.000105143 (0.54066) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:43 2021 Memory usage per processor = 27.5443 Mbytes Step Atoms AVEKE stressZZ 21450 5000 8.0840637e-11 7988473.8 21451 -0.0130974999999929 7988363.26534777 21451 5000 8.0834808e-11 7988363.3 Loop time of 0.0172391 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:43 2021 Pair time (%) = 0.00135088 (7.83614) Neigh time (%) = 0 (0) Comm time (%) = 4.88758e-05 (0.283517) Outpt time (%) = 0.0156691 (90.8929) Other time (%) = 0.000170231 (0.98747) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:43 2021 Memory usage per processor = 27.5443 Mbytes Step Atoms AVEKE stressZZ 21451 5000 8.0834808e-11 7988320.8 21452 -0.0130974999999929 7988210.35037345 21452 5000 8.082898e-11 7988210.4 Loop time of 0.0175018 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:43 2021 Pair time (%) = 0.00113201 (6.46796) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.183904) Outpt time (%) = 0.0162399 (92.7896) Other time (%) = 9.77516e-05 (0.558522) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:26:43 2021 Memory usage per processor = 27.5443 Mbytes Step Atoms AVEKE stressZZ 21452 5000 8.082898e-11 7988167.9 21453 -0.0130974999999929 7988035.63083121 21453 5000 1.594993e-10 7988298.7 Loop time of 0.0170078 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:43 2021 Pair time (%) = 0.00111008 (6.52686) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.182236) Outpt time (%) = 0.0157499 (92.604) Other time (%) = 0.000116825 (0.68689) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:43 2021 Memory usage per processor = 27.5443 Mbytes Step Atoms AVEKE stressZZ 21453 5000 1.594993e-10 8054426.1 21454 -0.0131299999999928 8054280.38831433 21454 5000 1.2833043e-10 8054280.4 Loop time of 0.0166268 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:43 2021 Pair time (%) = 0.00113416 (6.82125) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.282486) Outpt time (%) = 0.0153129 (92.0976) Other time (%) = 0.000132799 (0.798704) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:43 2021 Memory usage per processor = 27.5443 Mbytes Step Atoms AVEKE stressZZ 21454 5000 1.2833043e-10 8054223.1 21455 -0.0131299999999928 8054089.73238904 21455 5000 1.1028129e-10 8054089.7 Loop time of 0.017426 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:43 2021 Pair time (%) = 0.00136209 (7.81639) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.201122) Outpt time (%) = 0.015873 (91.0877) Other time (%) = 0.000155926 (0.894787) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:43 2021 Memory usage per processor = 27.5443 Mbytes Step Atoms AVEKE stressZZ 21455 5000 1.1028129e-10 8054037.7 21456 -0.0131299999999928 8053912.24425185 21456 5000 9.9520094e-11 8053912.2 Loop time of 0.017736 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:43 2021 Pair time (%) = 0.00110292 (6.21858) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.174755) Outpt time (%) = 0.0165091 (93.0824) Other time (%) = 9.29832e-05 (0.524264) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:43 2021 Memory usage per processor = 27.5443 Mbytes Step Atoms AVEKE stressZZ 21456 5000 9.9520094e-11 8053863.5 21457 -0.0131299999999928 8053743.12731937 21457 5000 9.2966442e-11 8053743.1 Loop time of 0.017067 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:43 2021 Pair time (%) = 0.00110602 (6.4805) Neigh time (%) = 0 (0) Comm time (%) = 4.50611e-05 (0.264025) Outpt time (%) = 0.0157909 (92.5235) Other time (%) = 0.000124931 (0.732007) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:43 2021 Memory usage per processor = 27.5443 Mbytes Step Atoms AVEKE stressZZ 21457 5000 9.2966442e-11 8053696.5 21458 -0.0131299999999928 8053579.33332525 21458 5000 8.8915457e-11 8053579.3 Loop time of 0.016896 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:43 2021 Pair time (%) = 0.00118399 (7.00749) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207431) Outpt time (%) = 0.0155759 (92.1868) Other time (%) = 0.000101089 (0.598304) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:43 2021 Memory usage per processor = 27.5443 Mbytes Step Atoms AVEKE stressZZ 21458 5000 8.8915457e-11 8053534.1 21459 -0.0131299999999928 8053418.92506679 21459 5000 8.6385757e-11 8053418.9 Loop time of 0.017967 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:43 2021 Pair time (%) = 0.00139594 (7.76948) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.189758) Outpt time (%) = 0.0164149 (91.3614) Other time (%) = 0.00012207 (0.679415) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:43 2021 Memory usage per processor = 27.5443 Mbytes Step Atoms AVEKE stressZZ 21459 5000 8.6385757e-11 8053374.5 21460 -0.0131299999999928 8053260.67143181 21460 5000 8.4794901e-11 8053260.7 Loop time of 0.020139 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:43 2021 Pair time (%) = 0.00113511 (5.63639) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.169293) Outpt time (%) = 0.0188351 (93.5254) Other time (%) = 0.000134706 (0.668884) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:43 2021 Memory usage per processor = 27.5444 Mbytes Step Atoms AVEKE stressZZ 21460 5000 8.4794901e-11 8053216.8 21461 -0.0131299999999928 8053103.790037 21461 5000 8.3789396e-11 8053103.8 Loop time of 0.0170152 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:43 2021 Pair time (%) = 0.00110793 (6.51141) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.189163) Outpt time (%) = 0.0157518 (92.575) Other time (%) = 0.000123262 (0.724424) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:43 2021 Memory usage per processor = 27.5444 Mbytes Step Atoms AVEKE stressZZ 21461 5000 8.3789396e-11 8053060.3 21462 -0.0131299999999928 8052947.78366657 21462 5000 8.3151324e-11 8052947.8 Loop time of 0.0167341 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:43 2021 Pair time (%) = 0.00112605 (6.72907) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.185217) Outpt time (%) = 0.0154819 (92.5172) Other time (%) = 9.5129e-05 (0.568473) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:43 2021 Memory usage per processor = 27.5444 Mbytes Step Atoms AVEKE stressZZ 21462 5000 8.3151324e-11 8052904.5 21463 -0.0131299999999928 8052792.33633413 21463 5000 8.2744916e-11 8052792.3 Loop time of 0.0165141 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:43 2021 Pair time (%) = 0.00110507 (6.69169) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.19346) Outpt time (%) = 0.0152941 (92.6124) Other time (%) = 8.29697e-05 (0.502418) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:43 2021 Memory usage per processor = 27.5444 Mbytes Step Atoms AVEKE stressZZ 21463 5000 8.2744916e-11 8052749.2 21464 -0.0131299999999928 8052637.24726684 21464 5000 8.2484985e-11 8052637.2 Loop time of 0.0167539 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:43 2021 Pair time (%) = 0.00110602 (6.60159) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.184998) Outpt time (%) = 0.0155261 (92.6712) Other time (%) = 9.08375e-05 (0.542187) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:43 2021 Memory usage per processor = 27.5444 Mbytes Step Atoms AVEKE stressZZ 21464 5000 8.2484985e-11 8052594.2 21465 -0.0131299999999928 8052482.38885214 21465 5000 8.231784e-11 8052482.4 Loop time of 0.0184109 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:43 2021 Pair time (%) = 0.00149417 (8.11567) Neigh time (%) = 0 (0) Comm time (%) = 5.60284e-05 (0.304321) Outpt time (%) = 0.01671 (90.7616) Other time (%) = 0.000150681 (0.81843) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:43 2021 Memory usage per processor = 27.5444 Mbytes Step Atoms AVEKE stressZZ 21465 5000 8.231784e-11 8052439.4 21466 -0.0131299999999928 8052327.67996753 21466 5000 8.220954e-11 8052327.7 Loop time of 0.0176558 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:43 2021 Pair time (%) = 0.00114202 (6.46825) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.193102) Outpt time (%) = 0.0163801 (92.7742) Other time (%) = 9.9659e-05 (0.564453) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:43 2021 Memory usage per processor = 27.5444 Mbytes Step Atoms AVEKE stressZZ 21466 5000 8.220954e-11 8052284.7 21467 -0.0131299999999928 8052173.06915199 21467 5000 8.2138587e-11 8052173.1 Loop time of 0.0170112 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:43 2021 Pair time (%) = 0.00110793 (6.51296) Neigh time (%) = 0 (0) Comm time (%) = 4.72069e-05 (0.277505) Outpt time (%) = 0.0156991 (92.2873) Other time (%) = 0.000156879 (0.922214) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:43 2021 Memory usage per processor = 27.5444 Mbytes Step Atoms AVEKE stressZZ 21467 5000 8.2138587e-11 8052130.1 21468 -0.0131299999999928 8052018.52364194 21468 5000 8.2091348e-11 8052018.5 Loop time of 0.0177231 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:43 2021 Pair time (%) = 0.00147319 (8.31226) Neigh time (%) = 0 (0) Comm time (%) = 6.19888e-05 (0.349763) Outpt time (%) = 0.0159831 (90.1824) Other time (%) = 0.000204802 (1.15556) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:43 2021 Memory usage per processor = 27.5444 Mbytes Step Atoms AVEKE stressZZ 21468 5000 8.2091348e-11 8051975.6 21469 -0.0131299999999928 8051864.02258698 21469 5000 8.2059172e-11 8051864 Loop time of 0.017657 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:43 2021 Pair time (%) = 0.00118589 (6.71627) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.175536) Outpt time (%) = 0.016346 (92.5748) Other time (%) = 9.41753e-05 (0.533359) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:43 2021 Memory usage per processor = 27.5444 Mbytes Step Atoms AVEKE stressZZ 21469 5000 8.2059172e-11 8051821.1 21470 -0.0131299999999928 8051709.5527456 21470 5000 8.2036564e-11 8051709.6 Loop time of 0.0199521 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:43 2021 Pair time (%) = 0.00115895 (5.80869) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.155344) Outpt time (%) = 0.018667 (93.5592) Other time (%) = 9.5129e-05 (0.476788) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:43 2021 Memory usage per processor = 27.5444 Mbytes Step Atoms AVEKE stressZZ 21470 5000 8.2036564e-11 8051666.7 21471 -0.0131299999999928 8051555.10570282 21471 5000 8.2020037e-11 8051555.1 Loop time of 0.0167911 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:43 2021 Pair time (%) = 0.00110984 (6.60968) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.184588) Outpt time (%) = 0.0155249 (92.4589) Other time (%) = 0.000125408 (0.746873) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:43 2021 Memory usage per processor = 27.5444 Mbytes Step Atoms AVEKE stressZZ 21471 5000 8.2020037e-11 8051512.2 21472 -0.0131299999999928 8051400.67611003 21472 5000 8.2007374e-11 8051400.7 Loop time of 0.017164 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:43 2021 Pair time (%) = 0.00134516 (7.83709) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.22225) Outpt time (%) = 0.0156639 (91.26) Other time (%) = 0.000116825 (0.680641) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:43 2021 Memory usage per processor = 27.5444 Mbytes Step Atoms AVEKE stressZZ 21472 5000 8.2007374e-11 8051357.8 21473 -0.0131299999999928 8051246.26056746 21473 5000 8.1997165e-11 8051246.3 Loop time of 0.0175922 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:43 2021 Pair time (%) = 0.00117397 (6.67326) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.181604) Outpt time (%) = 0.0162878 (92.5854) Other time (%) = 9.84669e-05 (0.559719) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:43 2021 Memory usage per processor = 27.5444 Mbytes Step Atoms AVEKE stressZZ 21473 5000 8.1997165e-11 8051203.4 21474 -0.0131299999999928 8051091.85691358 21474 5000 8.1988518e-11 8051091.9 Loop time of 0.017432 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:43 2021 Pair time (%) = 0.00111294 (6.38446) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.184641) Outpt time (%) = 0.0161901 (92.8756) Other time (%) = 9.67979e-05 (0.55529) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:43 2021 Memory usage per processor = 27.5444 Mbytes Step Atoms AVEKE stressZZ 21474 5000 8.1988518e-11 8051049 21475 -0.0131299999999928 8050937.46377396 21475 5000 8.1980862e-11 8050937.5 Loop time of 0.0168359 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:43 2021 Pair time (%) = 0.00110793 (6.58075) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.195426) Outpt time (%) = 0.0155921 (92.6121) Other time (%) = 0.000102997 (0.611768) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:43 2021 Memory usage per processor = 27.5444 Mbytes Step Atoms AVEKE stressZZ 21475 5000 8.1980862e-11 8050894.6 21476 -0.0131299999999928 8050783.08027427 21476 5000 8.1973837e-11 8050783.1 Loop time of 0.017695 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:43 2021 Pair time (%) = 0.00149012 (8.42114) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.23175) Outpt time (%) = 0.0159979 (90.4093) Other time (%) = 0.000165939 (0.937778) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:43 2021 Memory usage per processor = 27.5444 Mbytes Step Atoms AVEKE stressZZ 21476 5000 8.1973837e-11 8050740.2 21477 -0.0131299999999928 8050628.7058584 21477 5000 8.1967213e-11 8050628.7 Loop time of 0.0177441 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:43 2021 Pair time (%) = 0.00113201 (6.37966) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.180049) Outpt time (%) = 0.0164859 (92.9095) Other time (%) = 9.41753e-05 (0.530743) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:43 2021 Memory usage per processor = 27.5444 Mbytes Step Atoms AVEKE stressZZ 21477 5000 8.1967213e-11 8050585.8 21478 -0.0131299999999928 8050474.34019402 21478 5000 8.1960844e-11 8050474.3 Loop time of 0.0172889 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:43 2021 Pair time (%) = 0.00110722 (6.40419) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184789) Outpt time (%) = 0.0160561 (92.8691) Other time (%) = 9.36985e-05 (0.541957) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:43 2021 Memory usage per processor = 27.5444 Mbytes Step Atoms AVEKE stressZZ 21478 5000 8.1960844e-11 8050431.5 21479 -0.0131299999999928 8050319.98305092 21479 5000 8.1954637e-11 8050320 Loop time of 0.0169108 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:43 2021 Pair time (%) = 0.00117302 (6.93651) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.194561) Outpt time (%) = 0.0156038 (92.2711) Other time (%) = 0.000101089 (0.597781) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:43 2021 Memory usage per processor = 27.5444 Mbytes Step Atoms AVEKE stressZZ 21479 5000 8.1954637e-11 8050277.1 21480 -0.0131299999999928 8050165.63427043 21480 5000 8.1948534e-11 8050165.6 Loop time of 0.0202699 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:43 2021 Pair time (%) = 0.0015049 (7.42431) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.182314) Outpt time (%) = 0.0185399 (91.4653) Other time (%) = 0.000188112 (0.928039) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:43 2021 Memory usage per processor = 27.5444 Mbytes Step Atoms AVEKE stressZZ 21480 5000 8.1948534e-11 8050122.8 21481 -0.0131299999999928 8050011.29376044 21481 5000 8.1942497e-11 8050011.3 Loop time of 0.0176191 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:43 2021 Pair time (%) = 0.0011611 (6.58999) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.186739) Outpt time (%) = 0.0163219 (92.6373) Other time (%) = 0.000103235 (0.585927) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:43 2021 Memory usage per processor = 27.5444 Mbytes Step Atoms AVEKE stressZZ 21481 5000 8.1942497e-11 8049968.4 21482 -0.0131299999999928 8049856.96146164 21482 5000 8.1936502e-11 8049857 Loop time of 0.0177479 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:43 2021 Pair time (%) = 0.00124216 (6.99893) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.192101) Outpt time (%) = 0.016372 (92.2474) Other time (%) = 9.9659e-05 (0.561526) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:43 2021 Memory usage per processor = 27.5444 Mbytes Step Atoms AVEKE stressZZ 21482 5000 8.1936502e-11 8049814.1 21483 -0.0131299999999928 8049702.63733616 21483 5000 8.1930534e-11 8049702.6 Loop time of 0.0168021 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:43 2021 Pair time (%) = 0.0011189 (6.65929) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190144) Outpt time (%) = 0.0155592 (92.6028) Other time (%) = 9.20296e-05 (0.547727) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:43 2021 Memory usage per processor = 27.5444 Mbytes Step Atoms AVEKE stressZZ 21483 5000 8.1930534e-11 8049659.8 21484 -0.0131299999999928 8049548.32135924 21484 5000 8.1924583e-11 8049548.3 Loop time of 0.0170469 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:44 2021 Pair time (%) = 0.00133991 (7.86014) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.229371) Outpt time (%) = 0.015496 (90.9021) Other time (%) = 0.0001719 (1.00839) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:44 2021 Memory usage per processor = 27.5444 Mbytes Step Atoms AVEKE stressZZ 21484 5000 8.1924583e-11 8049505.5 21485 -0.0131299999999928 8049394.01351498 21485 5000 8.1918644e-11 8049394 Loop time of 0.0177538 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:44 2021 Pair time (%) = 0.00117588 (6.62325) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.185322) Outpt time (%) = 0.0164139 (92.4528) Other time (%) = 0.00013113 (0.738602) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:44 2021 Memory usage per processor = 27.5444 Mbytes Step Atoms AVEKE stressZZ 21485 5000 8.1918644e-11 8049351.2 21486 -0.0131299999999928 8049239.71379306 21486 5000 8.1912712e-11 8049239.7 Loop time of 0.0175638 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:44 2021 Pair time (%) = 0.00115514 (6.5768) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.181897) Outpt time (%) = 0.016284 (92.7133) Other time (%) = 9.27448e-05 (0.528045) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:44 2021 Memory usage per processor = 27.5444 Mbytes Step Atoms AVEKE stressZZ 21486 5000 8.1912712e-11 8049196.9 21487 -0.0131299999999928 8049085.42218633 21487 5000 8.1906786e-11 8049085.4 Loop time of 0.0167639 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:44 2021 Pair time (%) = 0.00113487 (6.76973) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.203376) Outpt time (%) = 0.015492 (92.4125) Other time (%) = 0.000102997 (0.614396) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:44 2021 Memory usage per processor = 27.5444 Mbytes Step Atoms AVEKE stressZZ 21487 5000 8.1906786e-11 8049042.6 21488 -0.0131299999999928 8048931.13869029 21488 5000 8.1900862e-11 8048931.1 Loop time of 0.017524 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:44 2021 Pair time (%) = 0.00154209 (8.79988) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.223126) Outpt time (%) = 0.0157712 (89.9974) Other time (%) = 0.000171661 (0.979579) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:44 2021 Memory usage per processor = 27.5444 Mbytes Step Atoms AVEKE stressZZ 21488 5000 8.1900862e-11 8048888.3 21489 -0.0131299999999928 8048776.86330742 21489 5000 8.1894941e-11 8048776.9 Loop time of 0.0178821 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:44 2021 Pair time (%) = 0.00116801 (6.53174) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.17866) Outpt time (%) = 0.016572 (92.6736) Other time (%) = 0.000110149 (0.615975) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:44 2021 Memory usage per processor = 27.5444 Mbytes Step Atoms AVEKE stressZZ 21489 5000 8.1894941e-11 8048734 21490 -0.0131299999999928 8048622.59602694 21490 5000 8.1889022e-11 8048622.6 Loop time of 0.0198891 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:44 2021 Pair time (%) = 0.00111103 (5.58612) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.155836) Outpt time (%) = 0.0186532 (93.7857) Other time (%) = 9.39369e-05 (0.472303) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:44 2021 Memory usage per processor = 27.5444 Mbytes Step Atoms AVEKE stressZZ 21490 5000 8.1889022e-11 8048579.7 21491 -0.0131299999999928 8048468.33684286 21491 5000 8.1883104e-11 8048468.3 Loop time of 0.017185 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:44 2021 Pair time (%) = 0.00123978 (7.21431) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191457) Outpt time (%) = 0.0157309 (91.5385) Other time (%) = 0.000181437 (1.05579) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:44 2021 Memory usage per processor = 27.5444 Mbytes Step Atoms AVEKE stressZZ 21491 5000 8.1883104e-11 8048425.5 21492 -0.0131299999999928 8048314.08575339 21492 5000 8.1877188e-11 8048314.1 Loop time of 0.0171731 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:44 2021 Pair time (%) = 0.00141406 (8.23418) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204084) Outpt time (%) = 0.015564 (90.6302) Other time (%) = 0.000159979 (0.931569) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:44 2021 Memory usage per processor = 27.5444 Mbytes Step Atoms AVEKE stressZZ 21492 5000 8.1877188e-11 8048271.2 21493 -0.0131299999999928 8048159.84275675 21493 5000 8.1871272e-11 8048159.8 Loop time of 0.017741 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:44 2021 Pair time (%) = 0.00115085 (6.48694) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.181425) Outpt time (%) = 0.0164621 (92.7914) Other time (%) = 9.58443e-05 (0.540243) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:44 2021 Memory usage per processor = 27.5444 Mbytes Step Atoms AVEKE stressZZ 21493 5000 8.1871272e-11 8048117 21494 -0.0131299999999928 8048005.60785147 21494 5000 8.1865357e-11 8048005.6 Loop time of 0.0174339 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:44 2021 Pair time (%) = 0.00110507 (6.33863) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183253) Outpt time (%) = 0.0162029 (92.9393) Other time (%) = 9.39369e-05 (0.538818) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:44 2021 Memory usage per processor = 27.5444 Mbytes Step Atoms AVEKE stressZZ 21494 5000 8.1865357e-11 8047962.8 21495 -0.0131299999999928 8047851.38103634 21495 5000 8.1859443e-11 8047851.4 Loop time of 0.017168 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:44 2021 Pair time (%) = 0.00120687 (7.02977) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198589) Outpt time (%) = 0.0157461 (91.7176) Other time (%) = 0.00018096 (1.05405) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:44 2021 Memory usage per processor = 27.5444 Mbytes Step Atoms AVEKE stressZZ 21495 5000 8.1859443e-11 8047808.5 21496 -0.0131299999999928 8047697.16230991 21496 5000 8.185353e-11 8047697.2 Loop time of 0.017282 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:44 2021 Pair time (%) = 0.00130105 (7.52835) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.219353) Outpt time (%) = 0.015785 (91.3376) Other time (%) = 0.000158072 (0.914659) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:44 2021 Memory usage per processor = 27.5444 Mbytes Step Atoms AVEKE stressZZ 21496 5000 8.185353e-11 8047654.3 21497 -0.0131299999999928 8047542.95167093 21497 5000 8.1847618e-11 8047543 Loop time of 0.017724 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:44 2021 Pair time (%) = 0.00114703 (6.47162) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.180253) Outpt time (%) = 0.016448 (92.8006) Other time (%) = 9.70364e-05 (0.547485) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:44 2021 Memory usage per processor = 27.5444 Mbytes Step Atoms AVEKE stressZZ 21497 5000 8.1847618e-11 8047500.1 21498 -0.0131299999999928 8047388.74911819 21498 5000 8.1841706e-11 8047388.7 Loop time of 0.017462 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:44 2021 Pair time (%) = 0.00110912 (6.35163) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.177496) Outpt time (%) = 0.0162129 (92.8469) Other time (%) = 0.000108957 (0.623967) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:44 2021 Memory usage per processor = 27.5444 Mbytes Step Atoms AVEKE stressZZ 21498 5000 8.1841706e-11 8047345.9 21499 -0.0131299999999928 8047234.55465067 21499 5000 8.1835795e-11 8047234.6 Loop time of 0.0168669 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:44 2021 Pair time (%) = 0.00121808 (7.22171) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.202134) Outpt time (%) = 0.0155129 (91.9726) Other time (%) = 0.000101805 (0.603576) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:44 2021 Memory usage per processor = 27.5444 Mbytes Step Atoms AVEKE stressZZ 21499 5000 8.1835795e-11 8047191.7 21500 -0.0131299999999928 8047080.36826712 21500 5000 8.1829885e-11 8047080.4 Loop time of 0.0197721 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:44 2021 Pair time (%) = 0.00135398 (6.84794) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.182081) Outpt time (%) = 0.018239 (92.2465) Other time (%) = 0.000143051 (0.723502) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:44 2021 Memory usage per processor = 27.5444 Mbytes Step Atoms AVEKE stressZZ 21500 5000 8.1829885e-11 8047037.5 21501 -0.0131299999999928 8046926.18996643 21501 5000 8.1823975e-11 8046926.2 Loop time of 0.0177541 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:44 2021 Pair time (%) = 0.00135708 (7.64376) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.185319) Outpt time (%) = 0.0162261 (91.3934) Other time (%) = 0.000138044 (0.777536) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:44 2021 Memory usage per processor = 27.5444 Mbytes Step Atoms AVEKE stressZZ 21501 5000 8.1823975e-11 8046883.3 21502 -0.0131299999999928 8046772.01974751 21502 5000 8.1818066e-11 8046772 Loop time of 0.017751 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:44 2021 Pair time (%) = 0.00114298 (6.43896) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.190724) Outpt time (%) = 0.016412 (92.457) Other time (%) = 0.000162125 (0.913328) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:44 2021 Memory usage per processor = 27.5444 Mbytes Step Atoms AVEKE stressZZ 21502 5000 8.1818066e-11 8046729.2 21503 -0.0131299999999928 8046617.85761796 21503 5000 8.1812158e-11 8046617.9 Loop time of 0.017266 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:44 2021 Pair time (%) = 0.00111008 (6.42925) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190558) Outpt time (%) = 0.0160232 (92.8016) Other time (%) = 9.98974e-05 (0.578577) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:44 2021 Memory usage per processor = 27.5444 Mbytes Step Atoms AVEKE stressZZ 21503 5000 8.1812158e-11 8046575 21504 -0.0131299999999928 8046463.70361592 21504 5000 8.180625e-11 8046463.7 Loop time of 0.016794 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:44 2021 Pair time (%) = 0.00113797 (6.77608) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.203013) Outpt time (%) = 0.0155208 (92.419) Other time (%) = 0.000101089 (0.601939) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:44 2021 Memory usage per processor = 27.5444 Mbytes Step Atoms AVEKE stressZZ 21504 5000 8.180625e-11 8046420.9 21505 -0.0131299999999928 8046309.55772025 21505 5000 8.1800343e-11 8046309.6 Loop time of 0.0166771 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:44 2021 Pair time (%) = 0.00114989 (6.89502) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191568) Outpt time (%) = 0.015404 (92.3659) Other time (%) = 9.13143e-05 (0.547542) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:44 2021 Memory usage per processor = 27.5444 Mbytes Step Atoms AVEKE stressZZ 21505 5000 8.1800343e-11 8046266.7 21506 -0.0131299999999928 8046155.41992266 21506 5000 8.1794437e-11 8046155.4 Loop time of 0.0169361 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:44 2021 Pair time (%) = 0.00110817 (6.54325) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188639) Outpt time (%) = 0.0157089 (92.7543) Other time (%) = 8.70228e-05 (0.513831) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:44 2021 Memory usage per processor = 27.5444 Mbytes Step Atoms AVEKE stressZZ 21506 5000 8.1794437e-11 8046112.6 21507 -0.0131299999999928 8046001.29021864 21507 5000 8.1788531e-11 8046001.3 Loop time of 0.016701 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:44 2021 Pair time (%) = 0.00110698 (6.62822) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191295) Outpt time (%) = 0.0154738 (92.6523) Other time (%) = 8.82149e-05 (0.528202) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:44 2021 Memory usage per processor = 27.5444 Mbytes Step Atoms AVEKE stressZZ 21507 5000 8.1788531e-11 8045958.5 21508 -0.0131299999999928 8045847.16860507 21508 5000 8.1782626e-11 8045847.2 Loop time of 0.017652 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:44 2021 Pair time (%) = 0.0012269 (6.95048) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.193144) Outpt time (%) = 0.016289 (92.2783) Other time (%) = 0.000102043 (0.578082) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:44 2021 Memory usage per processor = 27.5444 Mbytes Step Atoms AVEKE stressZZ 21508 5000 8.1782626e-11 8045804.3 21509 -0.0131299999999928 8045693.0550793 21509 5000 8.1776722e-11 8045693.1 Loop time of 0.017592 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:44 2021 Pair time (%) = 0.001122 (6.3779) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.187027) Outpt time (%) = 0.0163391 (92.8781) Other time (%) = 9.799e-05 (0.557016) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:44 2021 Memory usage per processor = 27.5444 Mbytes Step Atoms AVEKE stressZZ 21509 5000 8.1776722e-11 8045650.2 21510 -0.0131299999999928 8045538.94963937 21510 5000 8.1770819e-11 8045538.9 Loop time of 0.0194211 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:44 2021 Pair time (%) = 0.00110793 (5.70478) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.164502) Outpt time (%) = 0.018188 (93.6507) Other time (%) = 9.32217e-05 (0.480002) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:44 2021 Memory usage per processor = 27.5444 Mbytes Step Atoms AVEKE stressZZ 21510 5000 8.1770819e-11 8045496.1 21511 -0.0131299999999928 8045384.85229477 21511 5000 8.1764916e-11 8045384.9 Loop time of 0.0169652 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:44 2021 Pair time (%) = 0.001302 (7.67458) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.200964) Outpt time (%) = 0.0155241 (91.5061) Other time (%) = 0.000104904 (0.618351) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:44 2021 Memory usage per processor = 27.5444 Mbytes Step Atoms AVEKE stressZZ 21511 5000 8.1764916e-11 8045342 21512 -0.0131299999999928 8045230.76305024 21512 5000 8.1759014e-11 8045230.8 Loop time of 0.0177491 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:44 2021 Pair time (%) = 0.00124907 (7.03741) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.192088) Outpt time (%) = 0.0163441 (92.0841) Other time (%) = 0.000121832 (0.686413) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:44 2021 Memory usage per processor = 27.5444 Mbytes Step Atoms AVEKE stressZZ 21512 5000 8.1759014e-11 8045187.9 21513 -0.0131299999999928 8045076.68188524 21513 5000 8.1753112e-11 8045076.7 Loop time of 0.0177002 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:44 2021 Pair time (%) = 0.00110912 (6.26616) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.180496) Outpt time (%) = 0.0164661 (93.028) Other time (%) = 9.29832e-05 (0.525323) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:44 2021 Memory usage per processor = 27.5444 Mbytes Step Atoms AVEKE stressZZ 21513 5000 8.1753112e-11 8045033.9 21514 -0.0131299999999928 8044922.60880534 21514 5000 8.1747212e-11 8044922.6 Loop time of 0.016911 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:44 2021 Pair time (%) = 0.00110483 (6.5332) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.183279) Outpt time (%) = 0.0156789 (92.7139) Other time (%) = 9.63211e-05 (0.569576) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:44 2021 Memory usage per processor = 27.5444 Mbytes Step Atoms AVEKE stressZZ 21514 5000 8.1747212e-11 8044879.8 21515 -0.0131299999999928 8044768.54380826 21515 5000 8.1741312e-11 8044768.5 Loop time of 0.0169501 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:44 2021 Pair time (%) = 0.00126195 (7.44507) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.201142) Outpt time (%) = 0.015521 (91.5689) Other time (%) = 0.000133038 (0.784876) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:44 2021 Memory usage per processor = 27.5444 Mbytes Step Atoms AVEKE stressZZ 21515 5000 8.1741312e-11 8044725.7 21516 -0.0131299999999928 8044614.48689207 21516 5000 8.1735412e-11 8044614.5 Loop time of 0.017622 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:44 2021 Pair time (%) = 0.0011611 (6.58892) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.186709) Outpt time (%) = 0.016326 (92.6453) Other time (%) = 0.000102043 (0.579067) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:44 2021 Memory usage per processor = 27.5444 Mbytes Step Atoms AVEKE stressZZ 21516 5000 8.1735412e-11 8044571.7 21517 -0.0131299999999928 8044460.43805505 21517 5000 8.1729513e-11 8044460.4 Loop time of 0.0177019 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:44 2021 Pair time (%) = 0.00114799 (6.48511) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.180479) Outpt time (%) = 0.016428 (92.8037) Other time (%) = 9.39369e-05 (0.530661) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:44 2021 Memory usage per processor = 27.5444 Mbytes Step Atoms AVEKE stressZZ 21517 5000 8.1729513e-11 8044417.6 21518 -0.0131299999999928 8044306.39729551 21518 5000 8.1723615e-11 8044306.4 Loop time of 0.016953 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:44 2021 Pair time (%) = 0.001158 (6.83065) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.189857) Outpt time (%) = 0.0156541 (92.3382) Other time (%) = 0.000108719 (0.641296) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:44 2021 Memory usage per processor = 27.5444 Mbytes Step Atoms AVEKE stressZZ 21518 5000 8.1723615e-11 8044263.6 21519 -0.0131299999999928 8044152.364612 21519 5000 8.1717718e-11 8044152.4 Loop time of 0.0170078 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:44 2021 Pair time (%) = 0.00127506 (7.49692) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.229898) Outpt time (%) = 0.0155828 (91.6213) Other time (%) = 0.000110865 (0.651845) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:44 2021 Memory usage per processor = 27.5444 Mbytes Step Atoms AVEKE stressZZ 21519 5000 8.1717718e-11 8044109.5 21520 -0.0131299999999928 8043998.34000318 21520 5000 8.1711821e-11 8043998.3 Loop time of 0.0200231 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:44 2021 Pair time (%) = 0.00115204 (5.75355) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.169082) Outpt time (%) = 0.0187302 (93.5427) Other time (%) = 0.00010705 (0.534632) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:44 2021 Memory usage per processor = 27.5445 Mbytes Step Atoms AVEKE stressZZ 21520 5000 8.1711821e-11 8043955.5 21521 -0.0131299999999928 8043844.32346763 21521 5000 8.1705925e-11 8043844.3 Loop time of 0.0177109 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:44 2021 Pair time (%) = 0.00110888 (6.26102) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.180386) Outpt time (%) = 0.0164769 (93.0322) Other time (%) = 9.32217e-05 (0.526351) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:44 2021 Memory usage per processor = 27.5445 Mbytes Step Atoms AVEKE stressZZ 21521 5000 8.1705925e-11 8043801.5 21522 -0.0131299999999928 8043690.315059 21522 5000 8.170003e-11 8043690.3 Loop time of 0.016824 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:44 2021 Pair time (%) = 0.00114703 (6.81783) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.184227) Outpt time (%) = 0.015552 (92.4396) Other time (%) = 9.39369e-05 (0.55835) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:44 2021 Memory usage per processor = 27.5445 Mbytes Step Atoms AVEKE stressZZ 21522 5000 8.170003e-11 8043647.5 21523 -0.0131299999999928 8043536.31478076 21523 5000 8.1694136e-11 8043536.3 Loop time of 0.017014 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:44 2021 Pair time (%) = 0.00125098 (7.35265) Neigh time (%) = 0 (0) Comm time (%) = 7.51019e-05 (0.441411) Outpt time (%) = 0.0155332 (91.2965) Other time (%) = 0.000154734 (0.909448) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:44 2021 Memory usage per processor = 27.5445 Mbytes Step Atoms AVEKE stressZZ 21523 5000 8.1694136e-11 8043493.5 21524 -0.0131299999999928 8043382.32260566 21524 5000 8.1688242e-11 8043382.3 Loop time of 0.0177851 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:44 2021 Pair time (%) = 0.00117302 (6.59553) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.191699) Outpt time (%) = 0.0164771 (92.6457) Other time (%) = 0.000100851 (0.567055) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:44 2021 Memory usage per processor = 27.5445 Mbytes Step Atoms AVEKE stressZZ 21524 5000 8.1688242e-11 8043339.5 21525 -0.0131299999999928 8043228.3385282 21525 5000 8.1682348e-11 8043228.3 Loop time of 0.017875 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:44 2021 Pair time (%) = 0.00110602 (6.18756) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.173396) Outpt time (%) = 0.016644 (93.1135) Other time (%) = 9.39369e-05 (0.525523) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:44 2021 Memory usage per processor = 27.5445 Mbytes Step Atoms AVEKE stressZZ 21525 5000 8.1682348e-11 8043185.5 21526 -0.0131299999999928 8043074.36254319 21526 5000 8.1676456e-11 8043074.4 Loop time of 0.016916 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:45 2021 Pair time (%) = 0.00117493 (6.94564) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188863) Outpt time (%) = 0.0156131 (92.2975) Other time (%) = 9.60827e-05 (0.567998) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:45 2021 Memory usage per processor = 27.5445 Mbytes Step Atoms AVEKE stressZZ 21526 5000 8.1676456e-11 8043031.5 21527 -0.0131299999999928 8042920.39464654 21527 5000 8.1670564e-11 8042920.4 Loop time of 0.017417 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:45 2021 Pair time (%) = 0.00143099 (8.21607) Neigh time (%) = 0 (0) Comm time (%) = 5.07832e-05 (0.291573) Outpt time (%) = 0.0158029 (90.7326) Other time (%) = 0.000132322 (0.759733) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:45 2021 Memory usage per processor = 27.5445 Mbytes Step Atoms AVEKE stressZZ 21527 5000 8.1670564e-11 8042877.6 21528 -0.0131299999999928 8042766.43483523 21528 5000 8.1664673e-11 8042766.4 Loop time of 0.017705 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:45 2021 Pair time (%) = 0.0011549 (6.52303) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.18718) Outpt time (%) = 0.016418 (92.7309) Other time (%) = 9.89437e-05 (0.558847) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:45 2021 Memory usage per processor = 27.5445 Mbytes Step Atoms AVEKE stressZZ 21528 5000 8.1664673e-11 8042723.6 21529 -0.0131299999999928 8042612.48311136 21529 5000 8.1658782e-11 8042612.5 Loop time of 0.0175791 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:45 2021 Pair time (%) = 0.00115299 (6.55889) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.176314) Outpt time (%) = 0.0162981 (92.7128) Other time (%) = 9.70364e-05 (0.551999) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:45 2021 Memory usage per processor = 27.5445 Mbytes Step Atoms AVEKE stressZZ 21529 5000 8.1658782e-11 8042569.7 21530 -0.0131299999999928 8042458.53951521 21530 5000 8.1652892e-11 8042458.5 Loop time of 0.0194571 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:45 2021 Pair time (%) = 0.00116515 (5.98831) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.169099) Outpt time (%) = 0.0181639 (93.3537) Other time (%) = 9.5129e-05 (0.488917) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:45 2021 Memory usage per processor = 27.5445 Mbytes Step Atoms AVEKE stressZZ 21530 5000 8.1652892e-11 8042415.7 21531 -0.0131299999999928 8042304.60404844 21531 5000 8.1647003e-11 8042304.6 Loop time of 0.0169182 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:45 2021 Pair time (%) = 0.00121903 (7.20547) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.201522) Outpt time (%) = 0.0155311 (91.801) Other time (%) = 0.000133991 (0.791995) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:45 2021 Memory usage per processor = 27.5445 Mbytes Step Atoms AVEKE stressZZ 21531 5000 8.1647003e-11 8042261.8 21532 -0.0131299999999928 8042150.6766812 21532 5000 8.1641115e-11 8042150.7 Loop time of 0.0179551 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:45 2021 Pair time (%) = 0.00125694 (7.00049) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.184573) Outpt time (%) = 0.0165191 (92.0023) Other time (%) = 0.000145912 (0.812652) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:45 2021 Memory usage per processor = 27.5445 Mbytes Step Atoms AVEKE stressZZ 21532 5000 8.1641115e-11 8042107.9 21533 -0.0131299999999928 8041996.75740161 21533 5000 8.1635227e-11 8041996.8 Loop time of 0.017381 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:45 2021 Pair time (%) = 0.00110292 (6.34559) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.264743) Outpt time (%) = 0.0161021 (92.6421) Other time (%) = 0.000129938 (0.747589) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:45 2021 Memory usage per processor = 27.5445 Mbytes Step Atoms AVEKE stressZZ 21533 5000 8.1635227e-11 8041953.9 21534 -0.0131299999999928 8041842.84621733 21534 5000 8.162934e-11 8041842.8 Loop time of 0.016938 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:45 2021 Pair time (%) = 0.00114989 (6.78885) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188618) Outpt time (%) = 0.0156639 (92.4778) Other time (%) = 9.2268e-05 (0.544741) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:45 2021 Memory usage per processor = 27.5445 Mbytes Step Atoms AVEKE stressZZ 21534 5000 8.162934e-11 8041800 21535 -0.0131299999999928 8041688.94312391 21535 5000 8.1623453e-11 8041688.9 Loop time of 0.017148 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:45 2021 Pair time (%) = 0.00127816 (7.4537) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.209944) Outpt time (%) = 0.015708 (91.6022) Other time (%) = 0.000125885 (0.734108) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:45 2021 Memory usage per processor = 27.5445 Mbytes Step Atoms AVEKE stressZZ 21535 5000 8.1623453e-11 8041646.1 21536 -0.0131299999999928 8041535.048118 21536 5000 8.1617568e-11 8041535 Loop time of 0.017498 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:45 2021 Pair time (%) = 0.00116682 (6.6683) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182581) Outpt time (%) = 0.016186 (92.5019) Other time (%) = 0.000113249 (0.64721) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:45 2021 Memory usage per processor = 27.5445 Mbytes Step Atoms AVEKE stressZZ 21536 5000 8.1617568e-11 8041492.2 21537 -0.0131299999999928 8041381.16119665 21537 5000 8.1611683e-11 8041381.2 Loop time of 0.0175149 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:45 2021 Pair time (%) = 0.00110698 (6.32019) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182405) Outpt time (%) = 0.0162821 (92.9611) Other time (%) = 9.39369e-05 (0.536324) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:45 2021 Memory usage per processor = 27.5445 Mbytes Step Atoms AVEKE stressZZ 21537 5000 8.1611683e-11 8041338.4 21538 -0.0131299999999928 8041227.28235726 21538 5000 8.1605798e-11 8041227.3 Loop time of 0.017035 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:45 2021 Pair time (%) = 0.00111103 (6.52204) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.193142) Outpt time (%) = 0.01578 (92.6326) Other time (%) = 0.000111103 (0.652204) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:45 2021 Memory usage per processor = 27.5445 Mbytes Step Atoms AVEKE stressZZ 21538 5000 8.1605798e-11 8041184.5 21539 -0.0131299999999928 8041073.41159769 21539 5000 8.1599914e-11 8041073.4 Loop time of 0.0175622 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:45 2021 Pair time (%) = 0.00153518 (8.7414) Neigh time (%) = 0 (0) Comm time (%) = 4.50611e-05 (0.256581) Outpt time (%) = 0.0158 (89.9662) Other time (%) = 0.000181913 (1.03583) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:45 2021 Memory usage per processor = 27.5445 Mbytes Step Atoms AVEKE stressZZ 21539 5000 8.1599914e-11 8041030.6 21540 -0.0131299999999928 8040919.54891569 21540 5000 8.1594031e-11 8040919.5 Loop time of 0.020303 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:45 2021 Pair time (%) = 0.00123811 (6.09815) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.152659) Outpt time (%) = 0.0189369 (93.2713) Other time (%) = 9.70364e-05 (0.477941) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:45 2021 Memory usage per processor = 27.5445 Mbytes Step Atoms AVEKE stressZZ 21540 5000 8.1594031e-11 8040876.7 21541 -0.0131299999999928 8040765.69430938 21541 5000 8.1588149e-11 8040765.7 Loop time of 0.0174232 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:45 2021 Pair time (%) = 0.00110817 (6.36033) Neigh time (%) = 0 (0) Comm time (%) = 4.88758e-05 (0.280522) Outpt time (%) = 0.0161362 (92.6134) Other time (%) = 0.000129938 (0.745778) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:45 2021 Memory usage per processor = 27.5445 Mbytes Step Atoms AVEKE stressZZ 21541 5000 8.1588149e-11 8040722.9 21542 -0.0131299999999928 8040611.847777 21542 5000 8.1582267e-11 8040611.8 Loop time of 0.0170372 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:45 2021 Pair time (%) = 0.00112009 (6.5744) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.193118) Outpt time (%) = 0.015794 (92.7035) Other time (%) = 9.01222e-05 (0.528975) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:45 2021 Memory usage per processor = 27.5445 Mbytes Step Atoms AVEKE stressZZ 21542 5000 8.1582267e-11 8040569 21543 -0.0131299999999928 8040458.00931504 21543 5000 8.1576386e-11 8040458 Loop time of 0.0177889 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:45 2021 Pair time (%) = 0.00122285 (6.87423) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.191658) Outpt time (%) = 0.0164299 (92.3605) Other time (%) = 0.000102043 (0.573634) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:45 2021 Memory usage per processor = 27.5445 Mbytes Step Atoms AVEKE stressZZ 21543 5000 8.1576386e-11 8040415.2 21544 -0.0131299999999928 8040304.1789223 21544 5000 8.1570506e-11 8040304.2 Loop time of 0.0175202 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:45 2021 Pair time (%) = 0.0011189 (6.38634) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.189154) Outpt time (%) = 0.0162678 (92.8516) Other time (%) = 0.000100374 (0.572906) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:45 2021 Memory usage per processor = 27.5445 Mbytes Step Atoms AVEKE stressZZ 21544 5000 8.1570506e-11 8040261.4 21545 -0.0131299999999928 8040150.35659845 21545 5000 8.1564626e-11 8040150.4 Loop time of 0.017417 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:45 2021 Pair time (%) = 0.00110602 (6.35027) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183431) Outpt time (%) = 0.016185 (92.927) Other time (%) = 9.39369e-05 (0.539342) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:45 2021 Memory usage per processor = 27.5445 Mbytes Step Atoms AVEKE stressZZ 21545 5000 8.1564626e-11 8040107.6 21546 -0.0131299999999928 8039996.54234177 21546 5000 8.1558747e-11 8039996.5 Loop time of 0.016747 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:45 2021 Pair time (%) = 0.00116801 (6.97446) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.192193) Outpt time (%) = 0.0154531 (92.2739) Other time (%) = 9.36985e-05 (0.559494) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:45 2021 Memory usage per processor = 27.5445 Mbytes Step Atoms AVEKE stressZZ 21546 5000 8.1558747e-11 8039953.7 21547 -0.0131299999999928 8039842.73615088 21547 5000 8.1552869e-11 8039842.7 Loop time of 0.017231 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:45 2021 Pair time (%) = 0.00127697 (7.41089) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.226921) Outpt time (%) = 0.0158041 (91.7188) Other time (%) = 0.000110865 (0.643403) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:45 2021 Memory usage per processor = 27.5445 Mbytes Step Atoms AVEKE stressZZ 21547 5000 8.1552869e-11 8039799.9 21548 -0.0131299999999928 8039688.93802456 21548 5000 8.1546992e-11 8039688.9 Loop time of 0.016608 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:45 2021 Pair time (%) = 0.00110817 (6.6725) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192366) Outpt time (%) = 0.0153761 (92.5824) Other time (%) = 9.17912e-05 (0.552692) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:45 2021 Memory usage per processor = 27.5445 Mbytes Step Atoms AVEKE stressZZ 21548 5000 8.1546992e-11 8039646.1 21549 -0.0131299999999928 8039535.14795176 21549 5000 8.1541115e-11 8039535.1 Loop time of 0.0166471 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:45 2021 Pair time (%) = 0.00110817 (6.65683) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191914) Outpt time (%) = 0.0154181 (92.617) Other time (%) = 8.89301e-05 (0.534208) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:45 2021 Memory usage per processor = 27.5445 Mbytes Step Atoms AVEKE stressZZ 21549 5000 8.1541115e-11 8039492.4 21550 -0.0131299999999928 8039381.36593119 21550 5000 8.1535238e-11 8039381.4 Loop time of 0.0199609 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:45 2021 Pair time (%) = 0.00110793 (5.55051) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.155276) Outpt time (%) = 0.0187328 (93.8475) Other time (%) = 8.91685e-05 (0.446717) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:45 2021 Memory usage per processor = 27.5445 Mbytes Step Atoms AVEKE stressZZ 21550 5000 8.1535238e-11 8039338.6 21551 -0.0131299999999928 8039227.59197029 21551 5000 8.1529363e-11 8039227.6 Loop time of 0.016789 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:45 2021 Pair time (%) = 0.00113201 (6.74259) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.203073) Outpt time (%) = 0.015523 (92.4593) Other time (%) = 9.98974e-05 (0.595018) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:45 2021 Memory usage per processor = 27.5445 Mbytes Step Atoms AVEKE stressZZ 21551 5000 8.1529363e-11 8039184.8 21552 -0.0131299999999928 8039073.8260677 21552 5000 8.1523488e-11 8039073.8 Loop time of 0.017585 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:45 2021 Pair time (%) = 0.00133204 (7.57487) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.19388) Outpt time (%) = 0.016067 (91.3676) Other time (%) = 0.000151873 (0.863647) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:45 2021 Memory usage per processor = 27.5445 Mbytes Step Atoms AVEKE stressZZ 21552 5000 8.1523488e-11 8039031 21553 -0.0131299999999928 8038920.06822246 21553 5000 8.1517614e-11 8038920.1 Loop time of 0.0176079 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:45 2021 Pair time (%) = 0.00114393 (6.49669) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.176025) Outpt time (%) = 0.0163388 (92.7924) Other time (%) = 9.41753e-05 (0.534846) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:26:45 2021 Memory usage per processor = 27.5445 Mbytes Step Atoms AVEKE stressZZ 21553 5000 8.1517614e-11 8038877.3 21554 -0.0131299999999928 8038744.41536571 21554 5000 1.6085517e-10 8039009.2 Loop time of 0.0164509 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:45 2021 Pair time (%) = 0.00110912 (6.74203) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.194203) Outpt time (%) = 0.015173 (92.2319) Other time (%) = 0.000136852 (0.831884) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:45 2021 Memory usage per processor = 27.5445 Mbytes Step Atoms AVEKE stressZZ 21554 5000 1.6085517e-10 8105312.7 21555 -0.0131624999999928 8105166.27919991 21555 5000 1.2942019e-10 8105166.3 Loop time of 0.0167339 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:45 2021 Pair time (%) = 0.00118017 (7.05259) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.203741) Outpt time (%) = 0.0154171 (92.131) Other time (%) = 0.00010252 (0.612649) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:45 2021 Memory usage per processor = 27.5445 Mbytes Step Atoms AVEKE stressZZ 21555 5000 1.2942019e-10 8105108.5 21556 -0.0131624999999928 8104974.56912108 21556 5000 1.1121706e-10 8104974.6 Loop time of 0.017653 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:45 2021 Pair time (%) = 0.00117517 (6.65703) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.193134) Outpt time (%) = 0.016326 (92.4826) Other time (%) = 0.000117779 (0.667189) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:45 2021 Memory usage per processor = 27.5445 Mbytes Step Atoms AVEKE stressZZ 21556 5000 1.1121706e-10 8104922.1 21557 -0.0131624999999928 8104796.10571226 21557 5000 1.003641e-10 8104796.1 Loop time of 0.0175481 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:45 2021 Pair time (%) = 0.00115395 (6.57591) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18206) Outpt time (%) = 0.0162539 (92.6252) Other time (%) = 0.000108242 (0.616831) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:45 2021 Memory usage per processor = 27.5445 Mbytes Step Atoms AVEKE stressZZ 21557 5000 1.003641e-10 8104747 21558 -0.0131624999999928 8104626.06367925 21558 5000 9.3754594e-11 8104626.1 Loop time of 0.0168209 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:45 2021 Pair time (%) = 0.00115895 (6.88995) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.197018) Outpt time (%) = 0.0155339 (92.3489) Other time (%) = 9.48906e-05 (0.564123) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:45 2021 Memory usage per processor = 27.5445 Mbytes Step Atoms AVEKE stressZZ 21558 5000 9.3754594e-11 8104579.1 21559 -0.0131624999999928 8104461.37650831 21559 5000 8.9669092e-11 8104461.4 Loop time of 0.0169768 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:45 2021 Pair time (%) = 0.00133801 (7.88136) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.217678) Outpt time (%) = 0.01546 (91.0654) Other time (%) = 0.000141859 (0.835604) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:45 2021 Memory usage per processor = 27.5445 Mbytes Step Atoms AVEKE stressZZ 21559 5000 8.9669092e-11 8104415.8 21560 -0.0131624999999928 8104300.09540154 21560 5000 8.7117843e-11 8104300.1 Loop time of 0.019978 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:45 2021 Pair time (%) = 0.00120282 (6.02072) Neigh time (%) = 0 (0) Comm time (%) = 4.48227e-05 (0.22436) Outpt time (%) = 0.018611 (93.157) Other time (%) = 0.000119448 (0.597895) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:45 2021 Memory usage per processor = 27.5446 Mbytes Step Atoms AVEKE stressZZ 21560 5000 8.7117843e-11 8104255.3 21561 -0.0131624999999928 8104140.98187833 21561 5000 8.5513437e-11 8104141 Loop time of 0.0176201 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:45 2021 Pair time (%) = 0.00117397 (6.6627) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.186729) Outpt time (%) = 0.016314 (92.5877) Other time (%) = 9.91821e-05 (0.562892) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:45 2021 Memory usage per processor = 27.5446 Mbytes Step Atoms AVEKE stressZZ 21561 5000 8.5513437e-11 8104096.8 21562 -0.0131624999999928 8103983.24887084 21562 5000 8.4499371e-11 8103983.2 Loop time of 0.016804 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:45 2021 Pair time (%) = 0.00119781 (7.12816) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190122) Outpt time (%) = 0.015481 (92.127) Other time (%) = 9.32217e-05 (0.554759) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:45 2021 Memory usage per processor = 27.5446 Mbytes Step Atoms AVEKE stressZZ 21562 5000 8.4499371e-11 8103939.4 21563 -0.0131624999999928 8103826.39618864 21563 5000 8.3855868e-11 8103826.4 Loop time of 0.0168891 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:45 2021 Pair time (%) = 0.001261 (7.46633) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.224456) Outpt time (%) = 0.015481 (91.6627) Other time (%) = 0.000109196 (0.646546) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:45 2021 Memory usage per processor = 27.5446 Mbytes Step Atoms AVEKE stressZZ 21563 5000 8.3855868e-11 8103782.8 21564 -0.0131624999999928 8103670.10595395 21564 5000 8.3446001e-11 8103670.1 Loop time of 0.0176919 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:45 2021 Pair time (%) = 0.00116682 (6.59524) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.187319) Outpt time (%) = 0.0163629 (92.4884) Other time (%) = 0.000128984 (0.729061) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:45 2021 Memory usage per processor = 27.5446 Mbytes Step Atoms AVEKE stressZZ 21564 5000 8.3446001e-11 8103626.6 21565 -0.0131624999999928 8103514.17615093 21565 5000 8.318386e-11 8103514.2 Loop time of 0.0175331 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:45 2021 Pair time (%) = 0.00111294 (6.34765) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.183576) Outpt time (%) = 0.0162952 (92.9398) Other time (%) = 9.27448e-05 (0.528971) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:45 2021 Memory usage per processor = 27.5446 Mbytes Step Atoms AVEKE stressZZ 21565 5000 8.318386e-11 8103470.8 21566 -0.0131624999999928 8103358.47839846 21566 5000 8.3015296e-11 8103358.5 Loop time of 0.0170381 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:45 2021 Pair time (%) = 0.00112414 (6.59782) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18751) Outpt time (%) = 0.0157831 (92.634) Other time (%) = 9.89437e-05 (0.58072) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:45 2021 Memory usage per processor = 27.5446 Mbytes Step Atoms AVEKE stressZZ 21566 5000 8.3015296e-11 8103315.1 21567 -0.0131624999999928 8103202.93110719 21567 5000 8.2906077e-11 8103202.9 Loop time of 0.017252 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:45 2021 Pair time (%) = 0.00132418 (7.67551) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.214207) Outpt time (%) = 0.015754 (91.317) Other time (%) = 0.000136852 (0.793256) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:45 2021 Memory usage per processor = 27.5446 Mbytes Step Atoms AVEKE stressZZ 21567 5000 8.2906077e-11 8103159.6 21568 -0.0131624999999928 8103047.48242565 21568 5000 8.2834523e-11 8103047.5 Loop time of 0.017956 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:46 2021 Pair time (%) = 0.00126386 (7.03863) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.177924) Outpt time (%) = 0.0165579 (92.2138) Other time (%) = 0.000102282 (0.569623) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:46 2021 Memory usage per processor = 27.5446 Mbytes Step Atoms AVEKE stressZZ 21568 5000 8.2834523e-11 8103004.2 21569 -0.0131624999999928 8102892.09940393 21569 5000 8.2786886e-11 8102892.1 Loop time of 0.01754 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:46 2021 Pair time (%) = 0.00114894 (6.5504) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182144) Outpt time (%) = 0.016263 (92.7197) Other time (%) = 9.60827e-05 (0.547793) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:46 2021 Memory usage per processor = 27.5446 Mbytes Step Atoms AVEKE stressZZ 21569 5000 8.2786886e-11 8102848.8 21570 -0.0131624999999928 8102736.76119543 21570 5000 8.2754439e-11 8102736.8 Loop time of 0.0197341 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:46 2021 Pair time (%) = 0.0012989 (6.58202) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.167933) Outpt time (%) = 0.0182071 (92.2618) Other time (%) = 0.000195026 (0.988269) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:46 2021 Memory usage per processor = 27.5446 Mbytes Step Atoms AVEKE stressZZ 21570 5000 8.2754439e-11 8102693.5 21571 -0.0131624999999928 8102581.45446067 21571 5000 8.2731643e-11 8102581.5 Loop time of 0.0170009 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:46 2021 Pair time (%) = 0.00138617 (8.15348) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.28188) Outpt time (%) = 0.0154581 (90.9252) Other time (%) = 0.000108719 (0.639488) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:46 2021 Memory usage per processor = 27.5446 Mbytes Step Atoms AVEKE stressZZ 21571 5000 8.2731643e-11 8102538.2 21572 -0.0131624999999928 8102426.17071506 21572 5000 8.2714979e-11 8102426.2 Loop time of 0.017746 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:46 2021 Pair time (%) = 0.00125313 (7.06148) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.185404) Outpt time (%) = 0.016304 (91.8745) Other time (%) = 0.000155926 (0.878654) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:46 2021 Memory usage per processor = 27.5446 Mbytes Step Atoms AVEKE stressZZ 21572 5000 8.2714979e-11 8102382.9 21573 -0.0131624999999928 8102270.90456271 21573 5000 8.2702211e-11 8102270.9 Loop time of 0.0174549 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:46 2021 Pair time (%) = 0.00111008 (6.3597) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.177569) Outpt time (%) = 0.0162208 (92.93) Other time (%) = 9.29832e-05 (0.532707) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:46 2021 Memory usage per processor = 27.5446 Mbytes Step Atoms AVEKE stressZZ 21573 5000 8.2702211e-11 8102227.7 21574 -0.0131624999999928 8102115.65259583 21574 5000 8.269192e-11 8102115.7 Loop time of 0.016964 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:46 2021 Pair time (%) = 0.00117803 (6.94429) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.195356) Outpt time (%) = 0.015661 (92.3193) Other time (%) = 9.17912e-05 (0.541095) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:46 2021 Memory usage per processor = 27.5446 Mbytes Step Atoms AVEKE stressZZ 21574 5000 8.269192e-11 8102072.4 21575 -0.0131624999999928 8101960.41268194 21575 5000 8.2683202e-11 8101960.4 Loop time of 0.0168312 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:46 2021 Pair time (%) = 0.00122404 (7.27247) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.206814) Outpt time (%) = 0.0154672 (91.896) Other time (%) = 0.000105143 (0.62469) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:46 2021 Memory usage per processor = 27.5446 Mbytes Step Atoms AVEKE stressZZ 21575 5000 8.2683202e-11 8101917.2 21576 -0.0131624999999928 8101805.18344383 21576 5000 8.2675485e-11 8101805.2 Loop time of 0.0175018 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:46 2021 Pair time (%) = 0.00119305 (6.8167) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.194802) Outpt time (%) = 0.0161669 (92.3728) Other time (%) = 0.000107765 (0.615737) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:46 2021 Memory usage per processor = 27.5446 Mbytes Step Atoms AVEKE stressZZ 21576 5000 8.2675485e-11 8101762 21577 -0.0131624999999928 8101649.96398157 21577 5000 8.2668404e-11 8101650 Loop time of 0.017576 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:46 2021 Pair time (%) = 0.00111008 (6.31588) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.176345) Outpt time (%) = 0.016341 (92.9733) Other time (%) = 9.39369e-05 (0.534462) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:46 2021 Memory usage per processor = 27.5446 Mbytes Step Atoms AVEKE stressZZ 21577 5000 8.2668404e-11 8101606.7 21578 -0.0131624999999928 8101494.75372914 21578 5000 8.2661727e-11 8101494.8 Loop time of 0.016886 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:46 2021 Pair time (%) = 0.00110698 (6.55559) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.189199) Outpt time (%) = 0.0156529 (92.6975) Other time (%) = 9.41753e-05 (0.557713) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:46 2021 Memory usage per processor = 27.5446 Mbytes Step Atoms AVEKE stressZZ 21578 5000 8.2661727e-11 8101451.5 21579 -0.0131624999999928 8101339.55232628 21579 5000 8.2655307e-11 8101339.6 Loop time of 0.0171239 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:46 2021 Pair time (%) = 0.00141096 (8.2397) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.210239) Outpt time (%) = 0.0155311 (90.698) Other time (%) = 0.000145912 (0.852095) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:46 2021 Memory usage per processor = 27.5446 Mbytes Step Atoms AVEKE stressZZ 21579 5000 8.2655307e-11 8101296.3 21580 -0.0131624999999928 8101184.35950101 21580 5000 8.2649051e-11 8101184.4 Loop time of 0.0200939 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:46 2021 Pair time (%) = 0.00118899 (5.91718) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.158994) Outpt time (%) = 0.0187719 (93.4207) Other time (%) = 0.000101089 (0.503085) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:46 2021 Memory usage per processor = 27.5446 Mbytes Step Atoms AVEKE stressZZ 21580 5000 8.2649051e-11 8101141.1 21581 -0.0131624999999928 8101029.17514194 21581 5000 8.26429e-11 8101029.2 Loop time of 0.0175021 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:46 2021 Pair time (%) = 0.00116181 (6.63815) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.18935) Outpt time (%) = 0.0162079 (92.6058) Other time (%) = 9.91821e-05 (0.566688) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:46 2021 Memory usage per processor = 27.5446 Mbytes Step Atoms AVEKE stressZZ 21581 5000 8.26429e-11 8100986 21582 -0.0131624999999928 8100873.9991578 21582 5000 8.2636815e-11 8100874 Loop time of 0.0175869 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:46 2021 Pair time (%) = 0.00118589 (6.74304) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.176235) Outpt time (%) = 0.016269 (92.5059) Other time (%) = 0.000101089 (0.574798) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:46 2021 Memory usage per processor = 27.5446 Mbytes Step Atoms AVEKE stressZZ 21582 5000 8.2636815e-11 8100830.8 21583 -0.0131624999999928 8100718.83148806 21583 5000 8.2630772e-11 8100718.8 Loop time of 0.0170929 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:46 2021 Pair time (%) = 0.0011518 (6.73845) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.203646) Outpt time (%) = 0.0157888 (92.3702) Other time (%) = 0.00011754 (0.687654) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:46 2021 Memory usage per processor = 27.5446 Mbytes Step Atoms AVEKE stressZZ 21583 5000 8.2630772e-11 8100675.6 21584 -0.0131624999999928 8100563.67209338 21584 5000 8.2624757e-11 8100563.7 Loop time of 0.0178249 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:46 2021 Pair time (%) = 0.00120497 (6.76003) Neigh time (%) = 0 (0) Comm time (%) = 6.69956e-05 (0.375854) Outpt time (%) = 0.0164261 (92.1525) Other time (%) = 0.000126839 (0.711582) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:46 2021 Memory usage per processor = 27.5446 Mbytes Step Atoms AVEKE stressZZ 21584 5000 8.2624757e-11 8100520.5 21585 -0.0131624999999928 8100408.52094805 21585 5000 8.261876e-11 8100408.5 Loop time of 0.017731 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:46 2021 Pair time (%) = 0.00114608 (6.46371) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.180183) Outpt time (%) = 0.0164599 (92.8317) Other time (%) = 9.29832e-05 (0.524412) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:46 2021 Memory usage per processor = 27.5446 Mbytes Step Atoms AVEKE stressZZ 21585 5000 8.261876e-11 8100365.3 21586 -0.0131624999999928 8100253.3780349 21586 5000 8.2612773e-11 8100253.4 Loop time of 0.0177271 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:46 2021 Pair time (%) = 0.00124598 (7.02863) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.181566) Outpt time (%) = 0.016345 (92.2034) Other time (%) = 0.000103951 (0.586392) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:46 2021 Memory usage per processor = 27.5446 Mbytes Step Atoms AVEKE stressZZ 21586 5000 8.2612773e-11 8100210.2 21587 -0.0131624999999928 8100098.24334244 21587 5000 8.2606795e-11 8100098.2 Loop time of 0.0171421 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:46 2021 Pair time (%) = 0.00126386 (7.37284) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.221144) Outpt time (%) = 0.015712 (91.6577) Other time (%) = 0.000128269 (0.748272) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:46 2021 Memory usage per processor = 27.5446 Mbytes Step Atoms AVEKE stressZZ 21587 5000 8.2606795e-11 8100055 21588 -0.0131624999999928 8099943.11683986 21588 5000 8.2600821e-11 8099943.1 Loop time of 0.017853 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:46 2021 Pair time (%) = 0.00127006 (7.11395) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.178951) Outpt time (%) = 0.0164189 (91.9673) Other time (%) = 0.000132084 (0.739841) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:46 2021 Memory usage per processor = 27.5446 Mbytes Step Atoms AVEKE stressZZ 21588 5000 8.2600821e-11 8099899.9 21589 -0.0131624999999928 8099787.99853996 21589 5000 8.2594851e-11 8099788 Loop time of 0.0177381 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:46 2021 Pair time (%) = 0.00111103 (6.26353) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18011) Outpt time (%) = 0.0164721 (92.8628) Other time (%) = 0.000123024 (0.693558) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:46 2021 Memory usage per processor = 27.5446 Mbytes Step Atoms AVEKE stressZZ 21589 5000 8.2594851e-11 8099744.8 21590 -0.0131624999999928 8099632.88844093 21590 5000 8.2588883e-11 8099632.9 Loop time of 0.020083 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:46 2021 Pair time (%) = 0.00114107 (5.68179) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.154332) Outpt time (%) = 0.018718 (93.2035) Other time (%) = 0.000192881 (0.96042) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:46 2021 Memory usage per processor = 27.5446 Mbytes Step Atoms AVEKE stressZZ 21590 5000 8.2588883e-11 8099589.7 21591 -0.0131624999999928 8099477.78653943 21591 5000 8.2582917e-11 8099477.8 Loop time of 0.0164311 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:46 2021 Pair time (%) = 0.00111103 (6.76176) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.188633) Outpt time (%) = 0.015203 (92.5258) Other time (%) = 8.60691e-05 (0.523819) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:46 2021 Memory usage per processor = 27.5446 Mbytes Step Atoms AVEKE stressZZ 21591 5000 8.2582917e-11 8099434.6 21592 -0.0131624999999928 8099322.69283273 21592 5000 8.2576953e-11 8099322.7 Loop time of 0.016665 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:46 2021 Pair time (%) = 0.00110793 (6.64826) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191708) Outpt time (%) = 0.0154371 (92.6321) Other time (%) = 8.79765e-05 (0.527912) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:46 2021 Memory usage per processor = 27.5446 Mbytes Step Atoms AVEKE stressZZ 21592 5000 8.2576953e-11 8099279.5 21593 -0.0131624999999928 8099167.60731862 21593 5000 8.2570989e-11 8099167.6 Loop time of 0.018049 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:46 2021 Pair time (%) = 0.00127912 (7.08691) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.171724) Outpt time (%) = 0.0166481 (92.2381) Other time (%) = 9.08375e-05 (0.503283) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:46 2021 Memory usage per processor = 27.5446 Mbytes Step Atoms AVEKE stressZZ 21593 5000 8.2570989e-11 8099124.4 21594 -0.0131624999999928 8099012.52999493 21594 5000 8.2565027e-11 8099012.5 Loop time of 0.0171151 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:46 2021 Pair time (%) = 0.00111318 (6.50405) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186666) Outpt time (%) = 0.0158408 (92.5543) Other time (%) = 0.000129223 (0.755022) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:46 2021 Memory usage per processor = 27.5446 Mbytes Step Atoms AVEKE stressZZ 21594 5000 8.2565027e-11 8098969.3 21595 -0.0131624999999928 8098857.4608757 21595 5000 8.2559065e-11 8098857.5 Loop time of 0.0176141 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:46 2021 Pair time (%) = 0.00154686 (8.78193) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.261238) Outpt time (%) = 0.015861 (90.0472) Other time (%) = 0.000160217 (0.909595) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:46 2021 Memory usage per processor = 27.5446 Mbytes Step Atoms AVEKE stressZZ 21595 5000 8.2559065e-11 8098814.3 21596 -0.0131624999999928 8098702.39999309 21596 5000 8.2553104e-11 8098702.4 Loop time of 0.017592 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:46 2021 Pair time (%) = 0.00117707 (6.69097) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.176185) Outpt time (%) = 0.0162899 (92.5989) Other time (%) = 9.39369e-05 (0.533977) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:46 2021 Memory usage per processor = 27.5446 Mbytes Step Atoms AVEKE stressZZ 21596 5000 8.2553104e-11 8098659.2 21597 -0.0131624999999928 8098547.34732349 21597 5000 8.2547144e-11 8098547.3 Loop time of 0.0170109 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:46 2021 Pair time (%) = 0.00111103 (6.53128) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.182203) Outpt time (%) = 0.0157731 (92.7231) Other time (%) = 9.58443e-05 (0.563428) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:46 2021 Memory usage per processor = 27.5446 Mbytes Step Atoms AVEKE stressZZ 21597 5000 8.2547144e-11 8098504.1 21598 -0.0131624999999928 8098392.30285871 21598 5000 8.2541185e-11 8098392.3 Loop time of 0.0174179 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:46 2021 Pair time (%) = 0.00120115 (6.89608) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.201216) Outpt time (%) = 0.0160739 (92.284) Other time (%) = 0.000107765 (0.618703) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:46 2021 Memory usage per processor = 27.5446 Mbytes Step Atoms AVEKE stressZZ 21598 5000 8.2541185e-11 8098349.1 21599 -0.0131624999999928 8098237.26659373 21599 5000 8.2535226e-11 8098237.3 Loop time of 0.017843 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:46 2021 Pair time (%) = 0.00139594 (7.82346) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.207111) Outpt time (%) = 0.0162818 (91.2506) Other time (%) = 0.000128269 (0.718877) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:46 2021 Memory usage per processor = 27.5446 Mbytes Step Atoms AVEKE stressZZ 21599 5000 8.2535226e-11 8098194.1 21600 -0.0131624999999928 8098082.23852516 21600 5000 8.2529269e-11 8098082.2 Loop time of 0.0201211 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:46 2021 Pair time (%) = 0.00115895 (5.75989) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.168258) Outpt time (%) = 0.018832 (93.5931) Other time (%) = 9.63211e-05 (0.478707) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:46 2021 Memory usage per processor = 27.5446 Mbytes Step Atoms AVEKE stressZZ 21600 5000 8.2529269e-11 8098039 21601 -0.0131624999999928 8097927.21869593 21601 5000 8.2523311e-11 8097927.2 Loop time of 0.017606 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:46 2021 Pair time (%) = 0.00116396 (6.61114) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.188232) Outpt time (%) = 0.016309 (92.6332) Other time (%) = 9.98974e-05 (0.567405) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:46 2021 Memory usage per processor = 27.5446 Mbytes Step Atoms AVEKE stressZZ 21601 5000 8.2523311e-11 8097884 21602 -0.0131624999999928 8097772.20711645 21602 5000 8.2517355e-11 8097772.2 Loop time of 0.0173712 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:46 2021 Pair time (%) = 0.00117397 (6.75817) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.190777) Outpt time (%) = 0.0160642 (92.476) Other time (%) = 9.98974e-05 (0.575075) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:46 2021 Memory usage per processor = 27.5446 Mbytes Step Atoms AVEKE stressZZ 21602 5000 8.2517355e-11 8097729 21603 -0.0131624999999928 8097617.2037601 21603 5000 8.2511399e-11 8097617.2 Loop time of 0.0176971 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:46 2021 Pair time (%) = 0.00137496 (7.76941) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.220944) Outpt time (%) = 0.0161521 (91.27) Other time (%) = 0.000130892 (0.739623) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:46 2021 Memory usage per processor = 27.5446 Mbytes Step Atoms AVEKE stressZZ 21603 5000 8.2511399e-11 8097574 21604 -0.0131624999999928 8097462.20861752 21604 5000 8.2505444e-11 8097462.2 Loop time of 0.0176439 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:46 2021 Pair time (%) = 0.001194 (6.7672) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.191882) Outpt time (%) = 0.0163121 (92.4518) Other time (%) = 0.000103951 (0.589157) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:46 2021 Memory usage per processor = 27.5446 Mbytes Step Atoms AVEKE stressZZ 21604 5000 8.2505444e-11 8097419 21605 -0.0131624999999928 8097307.22168282 21605 5000 8.249949e-11 8097307.2 Loop time of 0.0176251 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:46 2021 Pair time (%) = 0.00116706 (6.62158) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.188028) Outpt time (%) = 0.0163271 (92.6358) Other time (%) = 9.77516e-05 (0.554616) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:46 2021 Memory usage per processor = 27.5446 Mbytes Step Atoms AVEKE stressZZ 21605 5000 8.249949e-11 8097264 21606 -0.0131624999999928 8097152.24295165 21606 5000 8.2493536e-11 8097152.2 Loop time of 0.0174339 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:46 2021 Pair time (%) = 0.00123096 (7.06071) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.194193) Outpt time (%) = 0.016058 (92.1078) Other time (%) = 0.000111103 (0.637282) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:46 2021 Memory usage per processor = 27.5446 Mbytes Step Atoms AVEKE stressZZ 21606 5000 8.2493536e-11 8097109 21607 -0.0131624999999928 8096997.27242003 21607 5000 8.2487583e-11 8096997.3 Loop time of 0.0177541 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:46 2021 Pair time (%) = 0.00138021 (7.77402) Neigh time (%) = 0 (0) Comm time (%) = 4.50611e-05 (0.253807) Outpt time (%) = 0.01617 (91.0778) Other time (%) = 0.000158787 (0.894368) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:46 2021 Memory usage per processor = 27.5446 Mbytes Step Atoms AVEKE stressZZ 21607 5000 8.2487583e-11 8096954.1 21608 -0.0131624999999928 8096842.31008477 21608 5000 8.2481631e-11 8096842.3 Loop time of 0.0176401 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:46 2021 Pair time (%) = 0.00119996 (6.80245) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.193275) Outpt time (%) = 0.0163059 (92.4366) Other time (%) = 0.000100136 (0.56766) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:46 2021 Memory usage per processor = 27.5446 Mbytes Step Atoms AVEKE stressZZ 21608 5000 8.2481631e-11 8096799.1 21609 -0.0131624999999928 8096687.35592139 21609 5000 8.2475679e-11 8096687.4 Loop time of 0.017627 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:46 2021 Pair time (%) = 0.00116801 (6.62627) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.186655) Outpt time (%) = 0.0163271 (92.6258) Other time (%) = 9.89437e-05 (0.561319) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:46 2021 Memory usage per processor = 27.5446 Mbytes Step Atoms AVEKE stressZZ 21609 5000 8.2475679e-11 8096644.2 21610 -0.0131624999999928 8096532.40994782 21610 5000 8.2469728e-11 8096532.4 Loop time of 0.0200019 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:47 2021 Pair time (%) = 0.00124002 (6.19949) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.175221) Outpt time (%) = 0.0186229 (93.1056) Other time (%) = 0.000103951 (0.519703) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:47 2021 Memory usage per processor = 27.5446 Mbytes Step Atoms AVEKE stressZZ 21610 5000 8.2469728e-11 8096489.2 21611 -0.0131624999999928 8096377.47216151 21611 5000 8.2463778e-11 8096377.5 Loop time of 0.0447981 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:47 2021 Pair time (%) = 0.001297 (2.8952) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.0803632) Outpt time (%) = 0.0433509 (96.7695) Other time (%) = 0.000114202 (0.254927) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:47 2021 Memory usage per processor = 27.5446 Mbytes Step Atoms AVEKE stressZZ 21611 5000 8.2463778e-11 8096334.3 21612 -0.0131624999999928 8096222.5425604 21612 5000 8.2457828e-11 8096222.5 Loop time of 0.0263431 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:47 2021 Pair time (%) = 0.00295615 (11.2217) Neigh time (%) = 0 (0) Comm time (%) = 8.41618e-05 (0.319483) Outpt time (%) = 0.0230482 (87.4922) Other time (%) = 0.000254631 (0.966595) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:47 2021 Memory usage per processor = 27.5446 Mbytes Step Atoms AVEKE stressZZ 21612 5000 8.2457828e-11 8096179.4 21613 -0.0131624999999928 8096067.62114232 21613 5000 8.2451879e-11 8096067.6 Loop time of 0.017483 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:47 2021 Pair time (%) = 0.00128317 (7.33952) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.211376) Outpt time (%) = 0.0160539 (91.8259) Other time (%) = 0.000108957 (0.623219) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:47 2021 Memory usage per processor = 27.5446 Mbytes Step Atoms AVEKE stressZZ 21613 5000 8.2451879e-11 8096024.4 21614 -0.0131624999999928 8095912.70790553 21614 5000 8.2445931e-11 8095912.7 Loop time of 0.0177238 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:47 2021 Pair time (%) = 0.00123382 (6.96135) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.196398) Outpt time (%) = 0.016341 (92.1979) Other time (%) = 0.000114202 (0.644345) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:47 2021 Memory usage per processor = 27.5446 Mbytes Step Atoms AVEKE stressZZ 21614 5000 8.2445931e-11 8095869.5 21615 -0.0131624999999928 8095757.80284798 21615 5000 8.2439983e-11 8095757.8 Loop time of 0.0176151 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:47 2021 Pair time (%) = 0.00116611 (6.61993) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.186782) Outpt time (%) = 0.0163178 (92.6357) Other time (%) = 9.82285e-05 (0.557638) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:47 2021 Memory usage per processor = 27.5446 Mbytes Step Atoms AVEKE stressZZ 21615 5000 8.2439983e-11 8095714.6 21616 -0.0131624999999928 8095602.90596782 21616 5000 8.2434036e-11 8095602.9 Loop time of 0.0173719 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:47 2021 Pair time (%) = 0.0011611 (6.68378) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.190769) Outpt time (%) = 0.0160861 (92.5984) Other time (%) = 9.15527e-05 (0.527016) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28372 ave 28372 max 28372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28372 Ave neighs/atom = 5.6744 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:47 2021 Memory usage per processor = 27.5446 Mbytes Step Atoms AVEKE stressZZ 21616 5000 8.2434036e-11 8095559.7 21617 -0.0131624999999928 8095448.01726352 21617 5000 8.242809e-11 8095448 Loop time of 0.0174551 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:47 2021 Pair time (%) = 0.00127602 (7.31028) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.200787) Outpt time (%) = 0.0160358 (91.8688) Other time (%) = 0.000108242 (0.620117) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28373 ave 28373 max 28373 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28373 Ave neighs/atom = 5.6746 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:47 2021 Memory usage per processor = 27.5446 Mbytes Step Atoms AVEKE stressZZ 21617 5000 8.242809e-11 8095404.8 21618 -0.0131624999999928 8095293.13673322 21618 5000 8.2422145e-11 8095293.1 Loop time of 0.0177519 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:47 2021 Pair time (%) = 0.00123501 (6.95704) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.190714) Outpt time (%) = 0.016366 (92.1928) Other time (%) = 0.000117064 (0.659441) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28373 ave 28373 max 28373 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28373 Ave neighs/atom = 5.6746 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:47 2021 Memory usage per processor = 27.5446 Mbytes Step Atoms AVEKE stressZZ 21618 5000 8.2422145e-11 8095250 21619 -0.0131624999999928 8095138.26437533 21619 5000 8.24162e-11 8095138.3 Loop time of 0.0175819 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:47 2021 Pair time (%) = 0.00116515 (6.62698) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.187134) Outpt time (%) = 0.0162859 (92.6286) Other time (%) = 9.799e-05 (0.557333) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28373 ave 28373 max 28373 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28373 Ave neighs/atom = 5.6746 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:47 2021 Memory usage per processor = 27.5446 Mbytes Step Atoms AVEKE stressZZ 21619 5000 8.24162e-11 8095095.1 21620 -0.0131624999999928 8094983.40018822 21620 5000 8.2410256e-11 8094983.4 Loop time of 0.0200109 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:47 2021 Pair time (%) = 0.00117087 (5.85117) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.16561) Outpt time (%) = 0.018713 (93.5138) Other time (%) = 9.39369e-05 (0.469428) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28373 ave 28373 max 28373 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28373 Ave neighs/atom = 5.6746 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:47 2021 Memory usage per processor = 27.5446 Mbytes Step Atoms AVEKE stressZZ 21620 5000 8.2410256e-11 8094940.2 21621 -0.0131624999999928 8094828.54416136 21621 5000 8.2404312e-11 8094828.5 Loop time of 0.017401 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:47 2021 Pair time (%) = 0.00120306 (6.91375) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.235665) Outpt time (%) = 0.016048 (92.2244) Other time (%) = 0.000108957 (0.626156) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28373 ave 28373 max 28373 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28373 Ave neighs/atom = 5.6746 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:47 2021 Memory usage per processor = 27.5446 Mbytes Step Atoms AVEKE stressZZ 21621 5000 8.2404312e-11 8094785.4 21622 -0.0131624999999928 8094673.69627184 21622 5000 8.2398369e-11 8094673.7 Loop time of 0.0177679 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:47 2021 Pair time (%) = 0.00136614 (7.6888) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.209329) Outpt time (%) = 0.0162339 (91.3665) Other time (%) = 0.000130653 (0.735334) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28373 ave 28373 max 28373 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28373 Ave neighs/atom = 5.6746 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:47 2021 Memory usage per processor = 27.5446 Mbytes Step Atoms AVEKE stressZZ 21622 5000 8.2398369e-11 8094630.5 21623 -0.0131624999999928 8094518.85654686 21623 5000 8.2392427e-11 8094518.9 Loop time of 0.017704 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:47 2021 Pair time (%) = 0.0011692 (6.60418) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.196617) Outpt time (%) = 0.0163991 (92.6296) Other time (%) = 0.000100851 (0.569651) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28373 ave 28373 max 28373 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28373 Ave neighs/atom = 5.6746 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:47 2021 Memory usage per processor = 27.5446 Mbytes Step Atoms AVEKE stressZZ 21623 5000 8.2392427e-11 8094475.7 21624 -0.0131624999999928 8094364.02498474 21624 5000 8.2386486e-11 8094364 Loop time of 0.017668 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:47 2021 Pair time (%) = 0.00116515 (6.5947) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.186222) Outpt time (%) = 0.0163732 (92.6712) Other time (%) = 9.67979e-05 (0.547871) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28373 ave 28373 max 28373 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28373 Ave neighs/atom = 5.6746 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:47 2021 Memory usage per processor = 27.5446 Mbytes Step Atoms AVEKE stressZZ 21624 5000 8.2386486e-11 8094320.8 21625 -0.0131624999999928 8094209.2015843 21625 5000 8.2380545e-11 8094209.2 Loop time of 0.0175128 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:47 2021 Pair time (%) = 0.00116706 (6.66403) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.200125) Outpt time (%) = 0.0162039 (92.5259) Other time (%) = 0.000106812 (0.609906) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28373 ave 28373 max 28373 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28373 Ave neighs/atom = 5.6746 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:47 2021 Memory usage per processor = 27.5446 Mbytes Step Atoms AVEKE stressZZ 21625 5000 8.2380545e-11 8094166 21626 -0.0131624999999928 8094054.38634412 21626 5000 8.2374605e-11 8094054.4 Loop time of 0.0177259 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:47 2021 Pair time (%) = 0.00120187 (6.78028) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.197719) Outpt time (%) = 0.016382 (92.4181) Other time (%) = 0.00010705 (0.603917) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28373 ave 28373 max 28373 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28373 Ave neighs/atom = 5.6746 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:47 2021 Memory usage per processor = 27.5446 Mbytes Step Atoms AVEKE stressZZ 21626 5000 8.2374605e-11 8094011.2 21627 -0.0131624999999928 8093899.5792627 21627 5000 8.2368666e-11 8093899.6 Loop time of 0.0176449 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:47 2021 Pair time (%) = 0.00116205 (6.58577) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.193222) Outpt time (%) = 0.01635 (92.6616) Other time (%) = 9.87053e-05 (0.559399) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28373 ave 28373 max 28373 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28373 Ave neighs/atom = 5.6746 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:47 2021 Memory usage per processor = 27.5446 Mbytes Step Atoms AVEKE stressZZ 21627 5000 8.2368666e-11 8093856.4 21628 -0.0131624999999928 8093744.78033887 21628 5000 8.2362727e-11 8093744.8 Loop time of 0.0176561 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:47 2021 Pair time (%) = 0.00117207 (6.63831) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.186348) Outpt time (%) = 0.0163531 (92.6203) Other time (%) = 9.799e-05 (0.554993) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28373 ave 28373 max 28373 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28373 Ave neighs/atom = 5.6746 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:47 2021 Memory usage per processor = 27.5446 Mbytes Step Atoms AVEKE stressZZ 21628 5000 8.2362727e-11 8093701.6 21629 -0.0131624999999928 8093589.98957125 21629 5000 8.2356789e-11 8093590 Loop time of 0.0173318 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:47 2021 Pair time (%) = 0.00117207 (6.7625) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.202215) Outpt time (%) = 0.0160189 (92.4245) Other time (%) = 0.000105858 (0.610771) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28373 ave 28373 max 28373 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28373 Ave neighs/atom = 5.6746 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:47 2021 Memory usage per processor = 27.5446 Mbytes Step Atoms AVEKE stressZZ 21629 5000 8.2356789e-11 8093546.8 21630 -0.0131624999999928 8093435.20695836 21630 5000 8.2350852e-11 8093435.2 Loop time of 0.019918 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:47 2021 Pair time (%) = 0.001194 (5.99459) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.171171) Outpt time (%) = 0.018585 (93.3076) Other time (%) = 0.000104904 (0.526681) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28373 ave 28373 max 28373 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28373 Ave neighs/atom = 5.6746 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:47 2021 Memory usage per processor = 27.5446 Mbytes Step Atoms AVEKE stressZZ 21630 5000 8.2350852e-11 8093392 21631 -0.0131624999999928 8093280.43249915 21631 5000 8.2344915e-11 8093280.4 Loop time of 0.0172081 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:47 2021 Pair time (%) = 0.00116706 (6.78203) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.196741) Outpt time (%) = 0.015919 (92.5086) Other time (%) = 8.82149e-05 (0.512636) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28373 ave 28373 max 28373 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28373 Ave neighs/atom = 5.6746 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:47 2021 Memory usage per processor = 27.5446 Mbytes Step Atoms AVEKE stressZZ 21631 5000 8.2344915e-11 8093237.3 21632 -0.0131624999999928 8093125.66619211 21632 5000 8.2338979e-11 8093125.7 Loop time of 0.0172219 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:47 2021 Pair time (%) = 0.00120592 (7.00224) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.19243) Outpt time (%) = 0.0158908 (92.271) Other time (%) = 9.20296e-05 (0.534374) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28373 ave 28373 max 28373 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28373 Ave neighs/atom = 5.6746 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:47 2021 Memory usage per processor = 27.5446 Mbytes Step Atoms AVEKE stressZZ 21632 5000 8.2338979e-11 8093082.5 21633 -0.0131624999999928 8092970.90803611 21633 5000 8.2333044e-11 8092970.9 Loop time of 0.0178239 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:47 2021 Pair time (%) = 0.00116396 (6.53032) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.191281) Outpt time (%) = 0.01653 (92.7407) Other time (%) = 9.58443e-05 (0.537728) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28373 ave 28373 max 28373 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28373 Ave neighs/atom = 5.6746 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:47 2021 Memory usage per processor = 27.5446 Mbytes Step Atoms AVEKE stressZZ 21633 5000 8.2333044e-11 8092927.7 21634 -0.0131624999999928 8092816.15802989 21634 5000 8.232711e-11 8092816.2 Loop time of 0.0175889 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:47 2021 Pair time (%) = 0.00116801 (6.64064) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.192482) Outpt time (%) = 0.0162721 (92.5135) Other time (%) = 0.000114918 (0.653356) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28373 ave 28373 max 28373 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28373 Ave neighs/atom = 5.6746 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:47 2021 Memory usage per processor = 27.5446 Mbytes Step Atoms AVEKE stressZZ 21634 5000 8.232711e-11 8092773 21635 -0.0131624999999928 8092661.41617213 21635 5000 8.2321176e-11 8092661.4 Loop time of 0.0174441 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:47 2021 Pair time (%) = 0.00120115 (6.88571) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.200913) Outpt time (%) = 0.016103 (92.312) Other time (%) = 0.000104904 (0.601372) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28373 ave 28373 max 28373 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28373 Ave neighs/atom = 5.6746 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:47 2021 Memory usage per processor = 27.5446 Mbytes Step Atoms AVEKE stressZZ 21635 5000 8.2321176e-11 8092618.2 21636 -0.0131624999999928 8092506.68246206 21636 5000 8.2315243e-11 8092506.7 Loop time of 0.017787 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:47 2021 Pair time (%) = 0.00122881 (6.90848) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.190338) Outpt time (%) = 0.0164158 (92.2913) Other time (%) = 0.00010848 (0.609887) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28373 ave 28373 max 28373 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28373 Ave neighs/atom = 5.6746 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:47 2021 Memory usage per processor = 27.5446 Mbytes Step Atoms AVEKE stressZZ 21636 5000 8.2315243e-11 8092463.5 21637 -0.0131624999999928 8092351.95692465 21637 5000 8.230931e-11 8092352 Loop time of 0.017606 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:47 2021 Pair time (%) = 0.00117207 (6.65719) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.188232) Outpt time (%) = 0.0163009 (92.5872) Other time (%) = 9.98974e-05 (0.567405) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28373 ave 28373 max 28373 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28373 Ave neighs/atom = 5.6746 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:47 2021 Memory usage per processor = 27.5446 Mbytes Step Atoms AVEKE stressZZ 21637 5000 8.230931e-11 8092308.8 21638 -0.0131624999999928 8092197.23955107 21638 5000 8.2303378e-11 8092197.2 Loop time of 0.017447 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:47 2021 Pair time (%) = 0.00116897 (6.7001) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.195414) Outpt time (%) = 0.0161459 (92.5428) Other time (%) = 9.799e-05 (0.561644) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28373 ave 28373 max 28373 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28373 Ave neighs/atom = 5.6746 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:47 2021 Memory usage per processor = 27.5446 Mbytes Step Atoms AVEKE stressZZ 21638 5000 8.2303378e-11 8092154.1 21639 -0.0131624999999928 8092042.53033402 21639 5000 8.2297447e-11 8092042.5 Loop time of 0.0174079 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:47 2021 Pair time (%) = 0.00125599 (7.21505) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.201331) Outpt time (%) = 0.01601 (91.97) Other time (%) = 0.000106812 (0.613581) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28373 ave 28373 max 28373 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28373 Ave neighs/atom = 5.6746 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:47 2021 Memory usage per processor = 27.5446 Mbytes Step Atoms AVEKE stressZZ 21639 5000 8.2297447e-11 8091999.4 21640 -0.0131624999999928 8091887.82926993 21640 5000 8.2291517e-11 8091887.8 Loop time of 0.0204859 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:47 2021 Pair time (%) = 0.00122786 (5.99367) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.166426) Outpt time (%) = 0.0191109 (93.2883) Other time (%) = 0.00011301 (0.55165) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28373 ave 28373 max 28373 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28373 Ave neighs/atom = 5.6746 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:47 2021 Memory usage per processor = 27.5446 Mbytes Step Atoms AVEKE stressZZ 21640 5000 8.2291517e-11 8091844.7 21641 -0.0131624999999928 8091733.1363562 21641 5000 8.2285587e-11 8091733.1 Loop time of 0.0176461 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:47 2021 Pair time (%) = 0.00116682 (6.61235) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.186454) Outpt time (%) = 0.0163481 (92.6445) Other time (%) = 9.82285e-05 (0.556659) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28373 ave 28373 max 28373 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28373 Ave neighs/atom = 5.6746 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:47 2021 Memory usage per processor = 27.5446 Mbytes Step Atoms AVEKE stressZZ 21641 5000 8.2285587e-11 8091690 21642 -0.0131624999999928 8091578.45158972 21642 5000 8.2279658e-11 8091578.5 Loop time of 0.017693 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:47 2021 Pair time (%) = 0.00118899 (6.72012) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.185959) Outpt time (%) = 0.0163698 (92.5212) Other time (%) = 0.000101328 (0.572699) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28373 ave 28373 max 28373 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28373 Ave neighs/atom = 5.6746 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:47 2021 Memory usage per processor = 27.5446 Mbytes Step Atoms AVEKE stressZZ 21642 5000 8.2279658e-11 8091535.3 21643 -0.0131624999999928 8091423.77496898 21643 5000 8.227373e-11 8091423.8 Loop time of 0.017374 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:47 2021 Pair time (%) = 0.00118613 (6.82704) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.200351) Outpt time (%) = 0.016046 (92.3565) Other time (%) = 0.00010705 (0.616149) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28373 ave 28373 max 28373 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28373 Ave neighs/atom = 5.6746 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:47 2021 Memory usage per processor = 27.5446 Mbytes Step Atoms AVEKE stressZZ 21643 5000 8.227373e-11 8091380.6 21644 -0.0131624999999928 8091269.10649254 21644 5000 8.2267802e-11 8091269.1 Loop time of 0.017854 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:47 2021 Pair time (%) = 0.00136399 (7.63971) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.201643) Outpt time (%) = 0.0163229 (91.4242) Other time (%) = 0.00013113 (0.73446) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28373 ave 28373 max 28373 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28373 Ave neighs/atom = 5.6746 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:47 2021 Memory usage per processor = 27.5446 Mbytes Step Atoms AVEKE stressZZ 21644 5000 8.2267802e-11 8091225.9 21645 -0.0131624999999928 8091114.44615898 21645 5000 8.2261875e-11 8091114.4 Loop time of 0.0176361 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:47 2021 Pair time (%) = 0.00116396 (6.59988) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.187911) Outpt time (%) = 0.0163429 (92.6674) Other time (%) = 9.60827e-05 (0.544808) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28373 ave 28373 max 28373 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28373 Ave neighs/atom = 5.6746 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:47 2021 Memory usage per processor = 27.5446 Mbytes Step Atoms AVEKE stressZZ 21645 5000 8.2261875e-11 8091071.3 21646 -0.0131624999999928 8090959.79396671 21646 5000 8.2255949e-11 8090959.8 Loop time of 0.017617 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:47 2021 Pair time (%) = 0.00115919 (6.57996) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.186762) Outpt time (%) = 0.0163281 (92.6838) Other time (%) = 9.67979e-05 (0.549458) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28373 ave 28373 max 28373 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28373 Ave neighs/atom = 5.6746 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:47 2021 Memory usage per processor = 27.5446 Mbytes Step Atoms AVEKE stressZZ 21646 5000 8.2255949e-11 8090916.6 21647 -0.0131624999999928 8090805.14991427 21647 5000 8.2250023e-11 8090805.1 Loop time of 0.01737 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:47 2021 Pair time (%) = 0.00120807 (6.95491) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.201771) Outpt time (%) = 0.0160201 (92.2284) Other time (%) = 0.000106812 (0.61492) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28373 ave 28373 max 28373 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28373 Ave neighs/atom = 5.6746 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:47 2021 Memory usage per processor = 27.5446 Mbytes Step Atoms AVEKE stressZZ 21647 5000 8.2250023e-11 8090762 21648 -0.0131624999999928 8090650.51400013 21648 5000 8.2244098e-11 8090650.5 Loop time of 0.0178521 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:47 2021 Pair time (%) = 0.00137496 (7.70196) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.207006) Outpt time (%) = 0.016314 (91.3845) Other time (%) = 0.000126123 (0.706492) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28373 ave 28373 max 28373 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28373 Ave neighs/atom = 5.6746 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:47 2021 Memory usage per processor = 27.5446 Mbytes Step Atoms AVEKE stressZZ 21648 5000 8.2244098e-11 8090607.4 21649 -0.0131624999999928 8090495.88622306 21649 5000 8.2238174e-11 8090495.9 Loop time of 0.017581 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:47 2021 Pair time (%) = 0.00116301 (6.61513) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.1885) Outpt time (%) = 0.0162878 (92.6444) Other time (%) = 9.70364e-05 (0.551939) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28373 ave 28373 max 28373 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28373 Ave neighs/atom = 5.6746 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:47 2021 Memory usage per processor = 27.5446 Mbytes Step Atoms AVEKE stressZZ 21649 5000 8.2238174e-11 8090452.7 21650 -0.0131624999999928 8090341.26658163 21650 5000 8.223225e-11 8090341.3 Loop time of 0.020371 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:48 2021 Pair time (%) = 0.0012238 (6.00758) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.172047) Outpt time (%) = 0.0190051 (93.2949) Other time (%) = 0.00010705 (0.525503) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28373 ave 28373 max 28373 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28373 Ave neighs/atom = 5.6746 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:48 2021 Memory usage per processor = 27.5446 Mbytes Step Atoms AVEKE stressZZ 21650 5000 8.223225e-11 8090298.1 21651 -0.0131624999999928 8090186.65507482 21651 5000 8.2226327e-11 8090186.7 Loop time of 0.0173571 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:48 2021 Pair time (%) = 0.00116491 (6.71145) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.190931) Outpt time (%) = 0.0160601 (92.5276) Other time (%) = 9.89437e-05 (0.570047) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28373 ave 28373 max 28373 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28373 Ave neighs/atom = 5.6746 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:48 2021 Memory usage per processor = 27.5446 Mbytes Step Atoms AVEKE stressZZ 21651 5000 8.2226327e-11 8090143.5 21652 -0.0131624999999928 8090032.05170095 21652 5000 8.2220405e-11 8090032.1 Loop time of 0.0175629 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:48 2021 Pair time (%) = 0.0013361 (7.60752) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.233493) Outpt time (%) = 0.016072 (91.5115) Other time (%) = 0.000113726 (0.647535) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28373 ave 28373 max 28373 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28373 Ave neighs/atom = 5.6746 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:48 2021 Memory usage per processor = 27.5446 Mbytes Step Atoms AVEKE stressZZ 21652 5000 8.2220405e-11 8089988.9 21653 -0.0131624999999928 8089877.45645896 21653 5000 8.2214483e-11 8089877.5 Loop time of 0.0176289 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:48 2021 Pair time (%) = 0.00120306 (6.82436) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.193397) Outpt time (%) = 0.0162849 (92.3764) Other time (%) = 0.000106812 (0.605888) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28373 ave 28373 max 28373 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28373 Ave neighs/atom = 5.6746 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:48 2021 Memory usage per processor = 27.5446 Mbytes Step Atoms AVEKE stressZZ 21653 5000 8.2214483e-11 8089834.3 21654 -0.0131624999999928 8089722.8693477 21654 5000 8.2208562e-11 8089722.9 Loop time of 0.0177138 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:48 2021 Pair time (%) = 0.00120616 (6.80916) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.192471) Outpt time (%) = 0.0163701 (92.4142) Other time (%) = 0.000103474 (0.584142) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28373 ave 28373 max 28373 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28373 Ave neighs/atom = 5.6746 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:26:48 2021 Memory usage per processor = 27.5446 Mbytes Step Atoms AVEKE stressZZ 21654 5000 8.2208562e-11 8089679.7 21655 -0.0131624999999928 8089546.30035104 21655 5000 1.6221552e-10 8089812.7 Loop time of 0.0169358 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:48 2021 Pair time (%) = 0.00116014 (6.85024) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.201312) Outpt time (%) = 0.0156209 (92.2361) Other time (%) = 0.00012064 (0.712335) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28373 ave 28373 max 28373 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28373 Ave neighs/atom = 5.6746 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:48 2021 Memory usage per processor = 27.5446 Mbytes Step Atoms AVEKE stressZZ 21655 5000 1.6221552e-10 8156292.6 21656 -0.0131949999999928 8156145.60609324 21656 5000 1.305135e-10 8156145.6 Loop time of 0.0174019 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:48 2021 Pair time (%) = 0.00135207 (7.76966) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.217841) Outpt time (%) = 0.0158951 (91.3412) Other time (%) = 0.000116825 (0.671334) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28374 ave 28374 max 28374 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28374 Ave neighs/atom = 5.6748 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:48 2021 Memory usage per processor = 27.5446 Mbytes Step Atoms AVEKE stressZZ 21656 5000 1.305135e-10 8156087.3 21657 -0.0131949999999928 8155952.84231988 21657 5000 1.1215586e-10 8155952.8 Loop time of 0.01752 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:48 2021 Pair time (%) = 0.00119901 (6.84367) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.200044) Outpt time (%) = 0.0161841 (92.3752) Other time (%) = 0.000101805 (0.581079) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28374 ave 28374 max 28374 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28374 Ave neighs/atom = 5.6748 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:48 2021 Memory usage per processor = 27.5446 Mbytes Step Atoms AVEKE stressZZ 21657 5000 1.1215586e-10 8155899.9 21658 -0.0131949999999928 8155773.40424036 21658 5000 1.0121083e-10 8155773.4 Loop time of 0.017472 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:48 2021 Pair time (%) = 0.00116396 (6.66185) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.189676) Outpt time (%) = 0.016176 (92.5822) Other time (%) = 9.89437e-05 (0.566298) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28374 ave 28374 max 28374 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28374 Ave neighs/atom = 5.6748 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:48 2021 Memory usage per processor = 27.5446 Mbytes Step Atoms AVEKE stressZZ 21658 5000 1.0121083e-10 8155723.9 21659 -0.0131949999999928 8155602.43778599 21659 5000 9.4545271e-11 8155602.4 Loop time of 0.0172901 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:48 2021 Pair time (%) = 0.00117588 (6.80088) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190292) Outpt time (%) = 0.01598 (92.4228) Other time (%) = 0.000101328 (0.586045) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28374 ave 28374 max 28374 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28374 Ave neighs/atom = 5.6748 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:48 2021 Memory usage per processor = 27.5446 Mbytes Step Atoms AVEKE stressZZ 21659 5000 9.4545271e-11 8155555.1 21660 -0.0131949999999928 8155436.8581339 21660 5000 9.0425134e-11 8155436.9 Loop time of 0.0201979 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:48 2021 Pair time (%) = 0.00137901 (6.82752) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.182964) Outpt time (%) = 0.0186379 (92.2765) Other time (%) = 0.000144005 (0.71297) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28374 ave 28374 max 28374 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28374 Ave neighs/atom = 5.6748 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:48 2021 Memory usage per processor = 27.5447 Mbytes Step Atoms AVEKE stressZZ 21660 5000 9.0425134e-11 8155390.8 21661 -0.0131949999999928 8155274.70485767 21661 5000 8.7852262e-11 8155274.7 Loop time of 0.0176301 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:48 2021 Pair time (%) = 0.00125813 (7.13629) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.216374) Outpt time (%) = 0.016221 (92.0077) Other time (%) = 0.000112772 (0.639656) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28374 ave 28374 max 28374 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28374 Ave neighs/atom = 5.6748 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:48 2021 Memory usage per processor = 27.5447 Mbytes Step Atoms AVEKE stressZZ 21661 5000 8.7852262e-11 8155229.6 21662 -0.0131949999999928 8155114.73210803 21662 5000 8.6234261e-11 8155114.7 Loop time of 0.0175979 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:48 2021 Pair time (%) = 0.00118804 (6.75103) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.193738) Outpt time (%) = 0.016278 (92.4998) Other time (%) = 9.77516e-05 (0.555473) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28374 ave 28374 max 28374 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28374 Ave neighs/atom = 5.6748 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:48 2021 Memory usage per processor = 27.5447 Mbytes Step Atoms AVEKE stressZZ 21662 5000 8.6234261e-11 8155070.2 21663 -0.0131949999999928 8154956.14810171 21663 5000 8.5211604e-11 8154956.1 Loop time of 0.017369 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:48 2021 Pair time (%) = 0.00117302 (6.75351) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.196291) Outpt time (%) = 0.0160639 (92.486) Other time (%) = 9.799e-05 (0.564165) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28374 ave 28374 max 28374 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28374 Ave neighs/atom = 5.6748 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:48 2021 Memory usage per processor = 27.5447 Mbytes Step Atoms AVEKE stressZZ 21663 5000 8.5211604e-11 8154911.9 21664 -0.0131949999999928 8154798.44965646 21664 5000 8.4562651e-11 8154798.4 Loop time of 0.0175829 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:48 2021 Pair time (%) = 0.00134301 (7.63817) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.204751) Outpt time (%) = 0.0160849 (91.4804) Other time (%) = 0.000118971 (0.676629) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28374 ave 28374 max 28374 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28374 Ave neighs/atom = 5.6748 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:48 2021 Memory usage per processor = 27.5447 Mbytes Step Atoms AVEKE stressZZ 21664 5000 8.4562651e-11 8154754.4 21665 -0.0131949999999928 8154641.31699434 21665 5000 8.4149315e-11 8154641.3 Loop time of 0.0177691 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:48 2021 Pair time (%) = 0.00123405 (6.94495) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.197239) Outpt time (%) = 0.016396 (92.2728) Other time (%) = 0.000103951 (0.585007) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28374 ave 28374 max 28374 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28374 Ave neighs/atom = 5.6748 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:48 2021 Memory usage per processor = 27.5447 Mbytes Step Atoms AVEKE stressZZ 21665 5000 8.4149315e-11 8154597.5 21666 -0.0131949999999928 8154484.54689307 21666 5000 8.3884956e-11 8154484.5 Loop time of 0.017736 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:48 2021 Pair time (%) = 0.00117302 (6.61379) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.186853) Outpt time (%) = 0.016433 (92.6536) Other time (%) = 9.67979e-05 (0.545772) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28374 ave 28374 max 28374 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28374 Ave neighs/atom = 5.6748 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:48 2021 Memory usage per processor = 27.5447 Mbytes Step Atoms AVEKE stressZZ 21666 5000 8.3884956e-11 8154440.8 21667 -0.0131949999999928 8154328.01020172 21667 5000 8.3714967e-11 8154328 Loop time of 0.0176659 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:48 2021 Pair time (%) = 0.00116801 (6.61169) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.187594) Outpt time (%) = 0.016367 (92.6474) Other time (%) = 9.77516e-05 (0.553336) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28374 ave 28374 max 28374 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28374 Ave neighs/atom = 5.6748 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:48 2021 Memory usage per processor = 27.5447 Mbytes Step Atoms AVEKE stressZZ 21667 5000 8.3714967e-11 8154284.3 21668 -0.0131949999999928 8154171.62484326 21668 5000 8.3604826e-11 8154171.6 Loop time of 0.0177739 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:48 2021 Pair time (%) = 0.00118899 (6.68956) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.202551) Outpt time (%) = 0.0164449 (92.523) Other time (%) = 0.000103951 (0.58485) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28374 ave 28374 max 28374 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28374 Ave neighs/atom = 5.6748 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:48 2021 Memory usage per processor = 27.5447 Mbytes Step Atoms AVEKE stressZZ 21668 5000 8.3604826e-11 8154128 21669 -0.0131949999999928 8154015.3386559 21669 5000 8.3532669e-11 8154015.3 Loop time of 0.0177929 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:48 2021 Pair time (%) = 0.00123096 (6.91822) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.202334) Outpt time (%) = 0.0164189 (92.2778) Other time (%) = 0.00010705 (0.601643) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28374 ave 28374 max 28374 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28374 Ave neighs/atom = 5.6748 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:48 2021 Memory usage per processor = 27.5447 Mbytes Step Atoms AVEKE stressZZ 21669 5000 8.3532669e-11 8153971.7 21670 -0.0131949999999928 8153859.11848985 21670 5000 8.3484632e-11 8153859.1 Loop time of 0.0201929 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:48 2021 Pair time (%) = 0.00116301 (5.75949) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.168841) Outpt time (%) = 0.018899 (93.5923) Other time (%) = 9.67979e-05 (0.479367) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28374 ave 28374 max 28374 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28374 Ave neighs/atom = 5.6748 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:48 2021 Memory usage per processor = 27.5447 Mbytes Step Atoms AVEKE stressZZ 21670 5000 8.3484632e-11 8153815.5 21671 -0.0131949999999928 8153702.94327752 21671 5000 8.3451913e-11 8153702.9 Loop time of 0.0175209 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:48 2021 Pair time (%) = 0.00116014 (6.62149) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.187786) Outpt time (%) = 0.0162358 (92.6655) Other time (%) = 9.20296e-05 (0.525256) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28374 ave 28374 max 28374 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28374 Ave neighs/atom = 5.6748 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:48 2021 Memory usage per processor = 27.5447 Mbytes Step Atoms AVEKE stressZZ 21671 5000 8.3451913e-11 8153659.3 21672 -0.0131949999999928 8153546.79962972 21672 5000 8.3428928e-11 8153546.8 Loop time of 0.0173578 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:48 2021 Pair time (%) = 0.00117397 (6.76336) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.201912) Outpt time (%) = 0.016037 (92.3905) Other time (%) = 0.000111818 (0.644195) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28374 ave 28374 max 28374 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28374 Ave neighs/atom = 5.6748 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:48 2021 Memory usage per processor = 27.5447 Mbytes Step Atoms AVEKE stressZZ 21672 5000 8.3428928e-11 8153503.2 21673 -0.0131949999999928 8153390.67903691 21673 5000 8.3412126e-11 8153390.7 Loop time of 0.017271 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:48 2021 Pair time (%) = 0.00116181 (6.72695) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190502) Outpt time (%) = 0.015981 (92.5304) Other time (%) = 9.53674e-05 (0.552181) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28374 ave 28374 max 28374 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28374 Ave neighs/atom = 5.6748 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:48 2021 Memory usage per processor = 27.5447 Mbytes Step Atoms AVEKE stressZZ 21673 5000 8.3412126e-11 8153347.1 21674 -0.0131949999999928 8153234.5760906 21674 5000 8.3399254e-11 8153234.6 Loop time of 0.017312 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:48 2021 Pair time (%) = 0.00116897 (6.75233) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190051) Outpt time (%) = 0.0160151 (92.5081) Other time (%) = 9.5129e-05 (0.549496) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28374 ave 28374 max 28374 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28374 Ave neighs/atom = 5.6748 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:48 2021 Memory usage per processor = 27.5447 Mbytes Step Atoms AVEKE stressZZ 21674 5000 8.3399254e-11 8153191 21675 -0.0131949999999928 8153078.48735349 21675 5000 8.3388879e-11 8153078.5 Loop time of 0.017844 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:48 2021 Pair time (%) = 0.00127983 (7.17235) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.184386) Outpt time (%) = 0.0164151 (91.9926) Other time (%) = 0.00011611 (0.650695) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28374 ave 28374 max 28374 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28374 Ave neighs/atom = 5.6748 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:48 2021 Memory usage per processor = 27.5447 Mbytes Step Atoms AVEKE stressZZ 21675 5000 8.3388879e-11 8153034.9 21676 -0.0131949999999928 8152922.41064028 21676 5000 8.3380091e-11 8152922.4 Loop time of 0.01774 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:48 2021 Pair time (%) = 0.0012548 (7.07326) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.190842) Outpt time (%) = 0.0163469 (92.1472) Other time (%) = 0.000104427 (0.588654) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28374 ave 28374 max 28374 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28374 Ave neighs/atom = 5.6748 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:48 2021 Memory usage per processor = 27.5447 Mbytes Step Atoms AVEKE stressZZ 21676 5000 8.3380091e-11 8152878.8 21677 -0.0131949999999928 8152766.34456188 21677 5000 8.3372312e-11 8152766.3 Loop time of 0.017467 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:48 2021 Pair time (%) = 0.00116611 (6.67604) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.20065) Outpt time (%) = 0.01616 (92.5173) Other time (%) = 0.000105858 (0.606044) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28374 ave 28374 max 28374 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28374 Ave neighs/atom = 5.6748 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:48 2021 Memory usage per processor = 27.5447 Mbytes Step Atoms AVEKE stressZZ 21677 5000 8.3372312e-11 8152722.7 21678 -0.0131949999999928 8152610.28823511 21678 5000 8.3365174e-11 8152610.3 Loop time of 0.017755 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:48 2021 Pair time (%) = 0.00143003 (8.05425) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.197395) Outpt time (%) = 0.0161512 (90.9668) Other time (%) = 0.00013876 (0.781523) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28374 ave 28374 max 28374 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28374 Ave neighs/atom = 5.6748 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:48 2021 Memory usage per processor = 27.5447 Mbytes Step Atoms AVEKE stressZZ 21678 5000 8.3365174e-11 8152566.7 21679 -0.0131949999999928 8152454.24109814 21679 5000 8.3358444e-11 8152454.2 Loop time of 0.0176489 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:48 2021 Pair time (%) = 0.00116897 (6.62344) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.187774) Outpt time (%) = 0.0163491 (92.6349) Other time (%) = 9.77516e-05 (0.553867) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28374 ave 28374 max 28374 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28374 Ave neighs/atom = 5.6748 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:48 2021 Memory usage per processor = 27.5447 Mbytes Step Atoms AVEKE stressZZ 21679 5000 8.3358444e-11 8152410.6 21680 -0.0131949999999928 8152298.20279354 21680 5000 8.3351974e-11 8152298.2 Loop time of 0.020155 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:48 2021 Pair time (%) = 0.00116301 (5.77032) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.164427) Outpt time (%) = 0.0188601 (93.5755) Other time (%) = 9.87053e-05 (0.489732) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28374 ave 28374 max 28374 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28374 Ave neighs/atom = 5.6748 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:48 2021 Memory usage per processor = 27.5447 Mbytes Step Atoms AVEKE stressZZ 21680 5000 8.3351974e-11 8152254.6 21681 -0.0131949999999928 8152142.17309377 21681 5000 8.3345669e-11 8152142.2 Loop time of 0.0174699 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:48 2021 Pair time (%) = 0.00116682 (6.67904) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.193793) Outpt time (%) = 0.01617 (92.5594) Other time (%) = 9.91821e-05 (0.567732) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28374 ave 28374 max 28374 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28374 Ave neighs/atom = 5.6748 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:48 2021 Memory usage per processor = 27.5447 Mbytes Step Atoms AVEKE stressZZ 21681 5000 8.3345669e-11 8152098.6 21682 -0.0131949999999928 8151986.15186874 21682 5000 8.3339469e-11 8151986.2 Loop time of 0.0177112 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:48 2021 Pair time (%) = 0.00138497 (7.81978) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.208653) Outpt time (%) = 0.016115 (90.9875) Other time (%) = 0.000174284 (0.984035) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28374 ave 28374 max 28374 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28374 Ave neighs/atom = 5.6748 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:48 2021 Memory usage per processor = 27.5447 Mbytes Step Atoms AVEKE stressZZ 21682 5000 8.3339469e-11 8151942.6 21683 -0.0131949999999928 8151830.13923967 21683 5000 8.3333336e-11 8151830.1 Loop time of 0.017668 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:48 2021 Pair time (%) = 0.00121093 (6.85379) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.19162) Outpt time (%) = 0.0163231 (92.3878) Other time (%) = 0.000100136 (0.566763) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28374 ave 28374 max 28374 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28374 Ave neighs/atom = 5.6748 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:48 2021 Memory usage per processor = 27.5447 Mbytes Step Atoms AVEKE stressZZ 21683 5000 8.3333336e-11 8151786.5 21684 -0.0131949999999928 8151674.1350671 21684 5000 8.3327246e-11 8151674.1 Loop time of 0.0176289 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:48 2021 Pair time (%) = 0.0011611 (6.58633) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.187988) Outpt time (%) = 0.0163388 (92.682) Other time (%) = 9.58443e-05 (0.543677) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28374 ave 28374 max 28374 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28374 Ave neighs/atom = 5.6748 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:48 2021 Memory usage per processor = 27.5447 Mbytes Step Atoms AVEKE stressZZ 21684 5000 8.3327246e-11 8151630.5 21685 -0.0131949999999928 8151518.13926885 21685 5000 8.3321183e-11 8151518.1 Loop time of 0.017426 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:48 2021 Pair time (%) = 0.0012002 (6.8874) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.201122) Outpt time (%) = 0.0160871 (92.3163) Other time (%) = 0.000103712 (0.595157) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28374 ave 28374 max 28374 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28374 Ave neighs/atom = 5.6748 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:48 2021 Memory usage per processor = 27.5447 Mbytes Step Atoms AVEKE stressZZ 21685 5000 8.3321183e-11 8151474.6 21686 -0.0131949999999928 8151362.1518016 21686 5000 8.3315139e-11 8151362.2 Loop time of 0.017698 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:48 2021 Pair time (%) = 0.00137305 (7.75821) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.208808) Outpt time (%) = 0.0161588 (91.3028) Other time (%) = 0.000129223 (0.730153) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28374 ave 28374 max 28374 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28374 Ave neighs/atom = 5.6748 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:48 2021 Memory usage per processor = 27.5447 Mbytes Step Atoms AVEKE stressZZ 21686 5000 8.3315139e-11 8151318.6 21687 -0.0131949999999928 8151206.172638 21687 5000 8.3309105e-11 8151206.2 Loop time of 0.017669 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:48 2021 Pair time (%) = 0.00118709 (6.71848) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.192959) Outpt time (%) = 0.0163491 (92.5299) Other time (%) = 9.87053e-05 (0.558637) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28374 ave 28374 max 28374 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28374 Ave neighs/atom = 5.6748 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:48 2021 Memory usage per processor = 27.5447 Mbytes Step Atoms AVEKE stressZZ 21687 5000 8.3309105e-11 8151162.6 21688 -0.0131949999999928 8151050.20175986 21688 5000 8.330308e-11 8151050.2 Loop time of 0.0176058 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:48 2021 Pair time (%) = 0.00116801 (6.63426) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.188235) Outpt time (%) = 0.0163059 (92.6169) Other time (%) = 9.87053e-05 (0.560641) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28374 ave 28374 max 28374 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28374 Ave neighs/atom = 5.6748 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:48 2021 Memory usage per processor = 27.5447 Mbytes Step Atoms AVEKE stressZZ 21688 5000 8.330308e-11 8151006.6 21689 -0.0131949999999928 8150894.23915426 21689 5000 8.3297059e-11 8150894.2 Loop time of 0.0174401 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:48 2021 Pair time (%) = 0.00116396 (6.67405) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.195491) Outpt time (%) = 0.0161371 (92.5289) Other time (%) = 0.000104904 (0.601512) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28374 ave 28374 max 28374 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28374 Ave neighs/atom = 5.6748 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:48 2021 Memory usage per processor = 27.5447 Mbytes Step Atoms AVEKE stressZZ 21689 5000 8.3297059e-11 8150850.7 21690 -0.0131949999999928 8150738.2848119 21690 5000 8.3291042e-11 8150738.3 Loop time of 0.020334 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:48 2021 Pair time (%) = 0.00137115 (6.74311) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.181739) Outpt time (%) = 0.018805 (92.4807) Other time (%) = 0.000120878 (0.594463) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28374 ave 28374 max 28374 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28374 Ave neighs/atom = 5.6748 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:48 2021 Memory usage per processor = 27.5447 Mbytes Step Atoms AVEKE stressZZ 21690 5000 8.3291042e-11 8150694.7 21691 -0.0131949999999928 8150582.33872553 21691 5000 8.3285027e-11 8150582.3 Loop time of 0.01775 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:48 2021 Pair time (%) = 0.00124979 (7.04106) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.197451) Outpt time (%) = 0.0163529 (92.1288) Other time (%) = 0.000112295 (0.632648) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28374 ave 28374 max 28374 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28374 Ave neighs/atom = 5.6748 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:48 2021 Memory usage per processor = 27.5447 Mbytes Step Atoms AVEKE stressZZ 21691 5000 8.3285027e-11 8150538.8 21692 -0.0131949999999928 8150426.40088942 21692 5000 8.3279014e-11 8150426.4 Loop time of 0.0176282 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:49 2021 Pair time (%) = 0.00116706 (6.62041) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.193405) Outpt time (%) = 0.01633 (92.6357) Other time (%) = 9.70364e-05 (0.550461) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28374 ave 28374 max 28374 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28374 Ave neighs/atom = 5.6748 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:49 2021 Memory usage per processor = 27.5447 Mbytes Step Atoms AVEKE stressZZ 21692 5000 8.3279014e-11 8150382.8 21693 -0.0131949999999928 8150270.47129912 21693 5000 8.3273003e-11 8150270.5 Loop time of 0.017457 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:49 2021 Pair time (%) = 0.00116491 (6.67304) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.189839) Outpt time (%) = 0.0161631 (92.5881) Other time (%) = 9.58443e-05 (0.54903) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28374 ave 28374 max 28374 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28374 Ave neighs/atom = 5.6748 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:49 2021 Memory usage per processor = 27.5447 Mbytes Step Atoms AVEKE stressZZ 21693 5000 8.3273003e-11 8150226.9 21694 -0.0131949999999928 8150114.54994704 21694 5000 8.3266992e-11 8150114.5 Loop time of 0.0174918 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:49 2021 Pair time (%) = 0.00121093 (6.92283) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.200365) Outpt time (%) = 0.01614 (92.2716) Other time (%) = 0.000105858 (0.605185) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28374 ave 28374 max 28374 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28374 Ave neighs/atom = 5.6748 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:49 2021 Memory usage per processor = 27.5447 Mbytes Step Atoms AVEKE stressZZ 21694 5000 8.3266992e-11 8150071 21695 -0.0131949999999928 8149958.63684387 21695 5000 8.3260983e-11 8149958.6 Loop time of 0.0177741 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:49 2021 Pair time (%) = 0.00122881 (6.91348) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.202549) Outpt time (%) = 0.0163951 (92.2414) Other time (%) = 0.000114202 (0.642522) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28374 ave 28374 max 28374 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28374 Ave neighs/atom = 5.6748 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:49 2021 Memory usage per processor = 27.5447 Mbytes Step Atoms AVEKE stressZZ 21695 5000 8.3260983e-11 8149915.1 21696 -0.0131949999999928 8149802.73197769 21696 5000 8.3254975e-11 8149802.7 Loop time of 0.0175669 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:49 2021 Pair time (%) = 0.00116205 (6.615) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.188651) Outpt time (%) = 0.016274 (92.6399) Other time (%) = 9.77516e-05 (0.556453) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28374 ave 28374 max 28374 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28374 Ave neighs/atom = 5.6748 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:49 2021 Memory usage per processor = 27.5447 Mbytes Step Atoms AVEKE stressZZ 21696 5000 8.3254975e-11 8149759.2 21697 -0.0131949999999928 8149646.83534564 21697 5000 8.3248967e-11 8149646.8 Loop time of 0.0175209 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:49 2021 Pair time (%) = 0.00121999 (6.96304) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.200033) Outpt time (%) = 0.0161641 (92.2559) Other time (%) = 0.000101805 (0.581047) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28374 ave 28374 max 28374 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28374 Ave neighs/atom = 5.6748 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:49 2021 Memory usage per processor = 27.5447 Mbytes Step Atoms AVEKE stressZZ 21697 5000 8.3248967e-11 8149603.3 21698 -0.0131949999999928 8149490.9469452 21698 5000 8.324296e-11 8149490.9 Loop time of 0.0174382 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:49 2021 Pair time (%) = 0.00121188 (6.94959) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.200982) Outpt time (%) = 0.0160861 (92.2465) Other time (%) = 0.000105143 (0.602945) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28374 ave 28374 max 28374 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28374 Ave neighs/atom = 5.6748 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:49 2021 Memory usage per processor = 27.5447 Mbytes Step Atoms AVEKE stressZZ 21698 5000 8.324296e-11 8149447.4 21699 -0.0131949999999928 8149335.06677377 21699 5000 8.3236954e-11 8149335.1 Loop time of 0.0177119 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:49 2021 Pair time (%) = 0.00123692 (6.98354) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.197876) Outpt time (%) = 0.0163291 (92.1927) Other time (%) = 0.000110865 (0.625934) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28374 ave 28374 max 28374 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28374 Ave neighs/atom = 5.6748 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:49 2021 Memory usage per processor = 27.5447 Mbytes Step Atoms AVEKE stressZZ 21699 5000 8.3236954e-11 8149291.5 21700 -0.0131949999999928 8149179.19482924 21700 5000 8.3230949e-11 8149179.2 Loop time of 0.0200832 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:49 2021 Pair time (%) = 0.00116301 (5.79094) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.163827) Outpt time (%) = 0.01879 (93.5609) Other time (%) = 9.72748e-05 (0.484359) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28374 ave 28374 max 28374 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28374 Ave neighs/atom = 5.6748 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:49 2021 Memory usage per processor = 27.5447 Mbytes Step Atoms AVEKE stressZZ 21700 5000 8.3230949e-11 8149135.6 21701 -0.0131949999999928 8149023.33112876 21701 5000 8.3224944e-11 8149023.3 Loop time of 0.017724 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:49 2021 Pair time (%) = 0.00120306 (6.78773) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.203121) Outpt time (%) = 0.0163779 (92.4052) Other time (%) = 0.00010705 (0.603982) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28374 ave 28374 max 28374 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28374 Ave neighs/atom = 5.6748 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:49 2021 Memory usage per processor = 27.5447 Mbytes Step Atoms AVEKE stressZZ 21701 5000 8.3224944e-11 8148979.8 21702 -0.0131949999999928 8148867.47569856 21702 5000 8.321894e-11 8148867.5 Loop time of 0.017386 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:49 2021 Pair time (%) = 0.00119686 (6.88407) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.201585) Outpt time (%) = 0.016047 (92.2986) Other time (%) = 0.00010705 (0.615726) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28374 ave 28374 max 28374 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28374 Ave neighs/atom = 5.6748 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:49 2021 Memory usage per processor = 27.5447 Mbytes Step Atoms AVEKE stressZZ 21702 5000 8.321894e-11 8148823.9 21703 -0.0131949999999928 8148711.6285157 21703 5000 8.3212937e-11 8148711.6 Loop time of 0.0178149 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:49 2021 Pair time (%) = 0.00137091 (7.69529) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.219483) Outpt time (%) = 0.0162759 (91.3612) Other time (%) = 0.000128984 (0.724027) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28374 ave 28374 max 28374 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28374 Ave neighs/atom = 5.6748 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:49 2021 Memory usage per processor = 27.5447 Mbytes Step Atoms AVEKE stressZZ 21703 5000 8.3212937e-11 8148668.1 21704 -0.0131949999999928 8148555.78957203 21704 5000 8.3206934e-11 8148555.8 Loop time of 0.0176289 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:49 2021 Pair time (%) = 0.00116205 (6.59174) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.193397) Outpt time (%) = 0.0163372 (92.6725) Other time (%) = 9.56059e-05 (0.542324) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28374 ave 28374 max 28374 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28374 Ave neighs/atom = 5.6748 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:49 2021 Memory usage per processor = 27.5447 Mbytes Step Atoms AVEKE stressZZ 21704 5000 8.3206934e-11 8148512.2 21705 -0.0131949999999928 8148399.95886272 21705 5000 8.3200932e-11 8148400 Loop time of 0.0176818 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:49 2021 Pair time (%) = 0.00116205 (6.57201) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.187425) Outpt time (%) = 0.0163889 (92.6877) Other time (%) = 9.77516e-05 (0.552836) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28374 ave 28374 max 28374 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28374 Ave neighs/atom = 5.6748 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:49 2021 Memory usage per processor = 27.5447 Mbytes Step Atoms AVEKE stressZZ 21705 5000 8.3200932e-11 8148356.4 21706 -0.0131949999999928 8148244.13638386 21706 5000 8.3194931e-11 8148244.1 Loop time of 0.0173759 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:49 2021 Pair time (%) = 0.00119114 (6.8551) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.201701) Outpt time (%) = 0.0160439 (92.334) Other time (%) = 0.000105858 (0.609221) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28374 ave 28374 max 28374 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28374 Ave neighs/atom = 5.6748 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:49 2021 Memory usage per processor = 27.5447 Mbytes Step Atoms AVEKE stressZZ 21706 5000 8.3194931e-11 8148200.6 21707 -0.0131949999999928 8148088.32213234 21707 5000 8.318893e-11 8148088.3 Loop time of 0.0178101 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:49 2021 Pair time (%) = 0.00137091 (7.69735) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.207494) Outpt time (%) = 0.0162771 (91.3924) Other time (%) = 0.00012517 (0.702802) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28374 ave 28374 max 28374 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28374 Ave neighs/atom = 5.6748 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:49 2021 Memory usage per processor = 27.5447 Mbytes Step Atoms AVEKE stressZZ 21707 5000 8.318893e-11 8148044.8 21708 -0.0131949999999928 8147932.51610538 21708 5000 8.318293e-11 8147932.5 Loop time of 0.0175979 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:49 2021 Pair time (%) = 0.0011642 (6.61555) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.186964) Outpt time (%) = 0.016309 (92.6759) Other time (%) = 9.17912e-05 (0.521602) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28374 ave 28374 max 28374 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28374 Ave neighs/atom = 5.6748 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:49 2021 Memory usage per processor = 27.5447 Mbytes Step Atoms AVEKE stressZZ 21708 5000 8.318293e-11 8147889 21709 -0.0131949999999928 8147776.71830053 21709 5000 8.3176931e-11 8147776.7 Loop time of 0.0177341 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:49 2021 Pair time (%) = 0.00117493 (6.62526) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.185529) Outpt time (%) = 0.0164239 (92.6125) Other time (%) = 0.000102282 (0.576752) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28374 ave 28374 max 28374 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28374 Ave neighs/atom = 5.6748 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:49 2021 Memory usage per processor = 27.5447 Mbytes Step Atoms AVEKE stressZZ 21709 5000 8.3176931e-11 8147733.2 21710 -0.0131949999999928 8147620.9287155 21710 5000 8.3170933e-11 8147620.9 Loop time of 0.0203218 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:49 2021 Pair time (%) = 0.00117517 (5.78277) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.163077) Outpt time (%) = 0.019012 (93.5544) Other time (%) = 0.000101566 (0.499789) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28374 ave 28374 max 28374 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28374 Ave neighs/atom = 5.6748 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:49 2021 Memory usage per processor = 27.5447 Mbytes Step Atoms AVEKE stressZZ 21710 5000 8.3170933e-11 8147577.4 21711 -0.0131949999999928 8147465.14734321 21711 5000 8.3164935e-11 8147465.1 Loop time of 0.0175791 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:49 2021 Pair time (%) = 0.00130892 (7.44589) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.215646) Outpt time (%) = 0.016114 (91.6658) Other time (%) = 0.000118256 (0.672707) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28374 ave 28374 max 28374 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28374 Ave neighs/atom = 5.6748 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:49 2021 Memory usage per processor = 27.5447 Mbytes Step Atoms AVEKE stressZZ 21711 5000 8.3164935e-11 8147421.6 21712 -0.0131949999999928 8147309.37417585 21712 5000 8.3158938e-11 8147309.4 Loop time of 0.0176959 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:49 2021 Pair time (%) = 0.00123 (6.95077) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.191318) Outpt time (%) = 0.0163269 (92.2637) Other time (%) = 0.000105143 (0.594163) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28374 ave 28374 max 28374 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28374 Ave neighs/atom = 5.6748 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:49 2021 Memory usage per processor = 27.5447 Mbytes Step Atoms AVEKE stressZZ 21712 5000 8.3158938e-11 8147265.8 21713 -0.0131949999999928 8147153.60922096 21713 5000 8.3152942e-11 8147153.6 Loop time of 0.0177479 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:49 2021 Pair time (%) = 0.00117302 (6.60935) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.190758) Outpt time (%) = 0.016444 (92.6531) Other time (%) = 9.70364e-05 (0.546749) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28374 ave 28374 max 28374 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28374 Ave neighs/atom = 5.6748 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:49 2021 Memory usage per processor = 27.5447 Mbytes Step Atoms AVEKE stressZZ 21713 5000 8.3152942e-11 8147110.1 21714 -0.0131949999999928 8146997.85247681 21714 5000 8.3146946e-11 8146997.9 Loop time of 0.017308 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:49 2021 Pair time (%) = 0.00117397 (6.78284) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.195606) Outpt time (%) = 0.0160019 (92.454) Other time (%) = 9.82285e-05 (0.567532) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28374 ave 28374 max 28374 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28374 Ave neighs/atom = 5.6748 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:49 2021 Memory usage per processor = 27.5447 Mbytes Step Atoms AVEKE stressZZ 21714 5000 8.3146946e-11 8146954.3 21715 -0.0131949999999928 8146842.10394156 21715 5000 8.3140951e-11 8146842.1 Loop time of 0.0174949 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:49 2021 Pair time (%) = 0.00118399 (6.7676) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.189427) Outpt time (%) = 0.0161839 (92.506) Other time (%) = 9.39369e-05 (0.536938) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28374 ave 28374 max 28374 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28374 Ave neighs/atom = 5.6748 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:49 2021 Memory usage per processor = 27.5447 Mbytes Step Atoms AVEKE stressZZ 21715 5000 8.3140951e-11 8146798.5 21716 -0.0131949999999928 8146686.36361358 21716 5000 8.3134957e-11 8146686.4 Loop time of 0.017235 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:49 2021 Pair time (%) = 0.00116301 (6.74791) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185367) Outpt time (%) = 0.0159481 (92.5328) Other time (%) = 9.20296e-05 (0.533968) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28374 ave 28374 max 28374 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28374 Ave neighs/atom = 5.6748 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:49 2021 Memory usage per processor = 27.5447 Mbytes Step Atoms AVEKE stressZZ 21716 5000 8.3134957e-11 8146642.8 21717 -0.0131949999999928 8146530.63149133 21717 5000 8.3128963e-11 8146530.6 Loop time of 0.0178132 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:49 2021 Pair time (%) = 0.00125098 (7.02278) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.207458) Outpt time (%) = 0.0164118 (92.1327) Other time (%) = 0.000113487 (0.637096) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28374 ave 28374 max 28374 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28374 Ave neighs/atom = 5.6748 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:49 2021 Memory usage per processor = 27.5447 Mbytes Step Atoms AVEKE stressZZ 21717 5000 8.3128963e-11 8146487.1 21718 -0.0131949999999928 8146374.90757319 21718 5000 8.312297e-11 8146374.9 Loop time of 0.0176601 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:49 2021 Pair time (%) = 0.00117302 (6.64219) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.191705) Outpt time (%) = 0.016356 (92.6153) Other time (%) = 9.72748e-05 (0.550815) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28374 ave 28374 max 28374 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28374 Ave neighs/atom = 5.6748 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:49 2021 Memory usage per processor = 27.5447 Mbytes Step Atoms AVEKE stressZZ 21718 5000 8.312297e-11 8146331.4 21719 -0.0131949999999928 8146219.19185765 21719 5000 8.3116978e-11 8146219.2 Loop time of 0.0174968 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:49 2021 Pair time (%) = 0.00118709 (6.78458) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.194857) Outpt time (%) = 0.0161788 (92.4673) Other time (%) = 9.67979e-05 (0.553231) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28374 ave 28374 max 28374 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28374 Ave neighs/atom = 5.6748 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:49 2021 Memory usage per processor = 27.5447 Mbytes Step Atoms AVEKE stressZZ 21719 5000 8.3116978e-11 8146175.6 21720 -0.0131949999999928 8146063.48434327 21720 5000 8.3110987e-11 8146063.5 Loop time of 0.0199859 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:49 2021 Pair time (%) = 0.00122714 (6.14003) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.175361) Outpt time (%) = 0.0186179 (93.155) Other time (%) = 0.000105858 (0.529662) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28374 ave 28374 max 28374 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28374 Ave neighs/atom = 5.6748 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:49 2021 Memory usage per processor = 27.5447 Mbytes Step Atoms AVEKE stressZZ 21720 5000 8.3110987e-11 8146019.9 21721 -0.0131949999999928 8145907.78502849 21721 5000 8.3104996e-11 8145907.8 Loop time of 0.0177879 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:49 2021 Pair time (%) = 0.00136709 (7.6855) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.209093) Outpt time (%) = 0.016257 (91.3937) Other time (%) = 0.0001266 (0.71172) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28374 ave 28374 max 28374 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28374 Ave neighs/atom = 5.6748 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:49 2021 Memory usage per processor = 27.5447 Mbytes Step Atoms AVEKE stressZZ 21721 5000 8.3104996e-11 8145864.2 21722 -0.0131949999999928 8145752.09397172 21722 5000 8.3099006e-11 8145752.1 Loop time of 0.0175719 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:49 2021 Pair time (%) = 0.00116205 (6.61312) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.188597) Outpt time (%) = 0.016279 (92.642) Other time (%) = 9.77516e-05 (0.556294) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28374 ave 28374 max 28374 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28374 Ave neighs/atom = 5.6748 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:49 2021 Memory usage per processor = 27.5447 Mbytes Step Atoms AVEKE stressZZ 21722 5000 8.3099006e-11 8145708.5 21723 -0.0131949999999928 8145596.41124777 21723 5000 8.3093016e-11 8145596.4 Loop time of 0.0176649 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:49 2021 Pair time (%) = 0.00116086 (6.57156) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.186255) Outpt time (%) = 0.016371 (92.6753) Other time (%) = 0.000100136 (0.566863) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28374 ave 28374 max 28374 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28374 Ave neighs/atom = 5.6748 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:49 2021 Memory usage per processor = 27.5447 Mbytes Step Atoms AVEKE stressZZ 21723 5000 8.3093016e-11 8145552.9 21724 -0.0131949999999928 8145440.73679513 21724 5000 8.3087028e-11 8145440.7 Loop time of 0.0174909 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:49 2021 Pair time (%) = 0.00117087 (6.6942) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.200376) Outpt time (%) = 0.0161819 (92.5166) Other time (%) = 0.000102997 (0.588861) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28374 ave 28374 max 28374 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28374 Ave neighs/atom = 5.6748 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:49 2021 Memory usage per processor = 27.5447 Mbytes Step Atoms AVEKE stressZZ 21724 5000 8.3087028e-11 8145397.2 21725 -0.0131949999999928 8145285.07059499 21725 5000 8.308104e-11 8145285.1 Loop time of 0.0177898 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:49 2021 Pair time (%) = 0.00138807 (7.80262) Neigh time (%) = 0 (0) Comm time (%) = 4.3869e-05 (0.246596) Outpt time (%) = 0.016192 (91.018) Other time (%) = 0.000165939 (0.932776) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28374 ave 28374 max 28374 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28374 Ave neighs/atom = 5.6748 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:49 2021 Memory usage per processor = 27.5447 Mbytes Step Atoms AVEKE stressZZ 21725 5000 8.308104e-11 8145241.5 21726 -0.0131949999999928 8145129.41263701 21726 5000 8.3075052e-11 8145129.4 Loop time of 0.0177021 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:49 2021 Pair time (%) = 0.00121593 (6.86887) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.197985) Outpt time (%) = 0.0163469 (92.3446) Other time (%) = 0.000104189 (0.588568) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28374 ave 28374 max 28374 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28374 Ave neighs/atom = 5.6748 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:49 2021 Memory usage per processor = 27.5447 Mbytes Step Atoms AVEKE stressZZ 21726 5000 8.3075052e-11 8145085.9 21727 -0.0131949999999928 8144973.76291417 21727 5000 8.3069066e-11 8144973.8 Loop time of 0.0175481 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:49 2021 Pair time (%) = 0.00116992 (6.66694) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.187495) Outpt time (%) = 0.016248 (92.5912) Other time (%) = 9.72748e-05 (0.554333) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28374 ave 28374 max 28374 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28374 Ave neighs/atom = 5.6748 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:49 2021 Memory usage per processor = 27.5447 Mbytes Step Atoms AVEKE stressZZ 21727 5000 8.3069066e-11 8144930.2 21728 -0.0131949999999928 8144818.12142086 21728 5000 8.306308e-11 8144818.1 Loop time of 0.0174429 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:49 2021 Pair time (%) = 0.00118113 (6.77137) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.200927) Outpt time (%) = 0.01612 (92.4154) Other time (%) = 0.000106812 (0.612348) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28374 ave 28374 max 28374 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28374 Ave neighs/atom = 5.6748 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:49 2021 Memory usage per processor = 27.5447 Mbytes Step Atoms AVEKE stressZZ 21728 5000 8.306308e-11 8144774.6 21729 -0.0131949999999928 8144662.4881804 21729 5000 8.3057094e-11 8144662.5 Loop time of 0.0177438 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:49 2021 Pair time (%) = 0.00137806 (7.76642) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.209613) Outpt time (%) = 0.0162048 (91.3266) Other time (%) = 0.000123739 (0.697365) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28374 ave 28374 max 28374 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28374 Ave neighs/atom = 5.6748 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:49 2021 Memory usage per processor = 27.5447 Mbytes Step Atoms AVEKE stressZZ 21729 5000 8.3057094e-11 8144618.9 21730 -0.0131949999999928 8144506.86324627 21730 5000 8.305111e-11 8144506.9 Loop time of 0.020185 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:49 2021 Pair time (%) = 0.00116396 (5.76646) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.163001) Outpt time (%) = 0.0188911 (93.5898) Other time (%) = 9.70364e-05 (0.480735) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28374 ave 28374 max 28374 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28374 Ave neighs/atom = 5.6748 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:49 2021 Memory usage per processor = 27.5447 Mbytes Step Atoms AVEKE stressZZ 21730 5000 8.305111e-11 8144463.3 21731 -0.0131949999999928 8144351.24657781 21731 5000 8.3045126e-11 8144351.2 Loop time of 0.0176358 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:49 2021 Pair time (%) = 0.00116205 (6.58916) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.187914) Outpt time (%) = 0.0163429 (92.6686) Other time (%) = 9.77516e-05 (0.554279) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28374 ave 28374 max 28374 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28374 Ave neighs/atom = 5.6748 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:49 2021 Memory usage per processor = 27.5447 Mbytes Step Atoms AVEKE stressZZ 21731 5000 8.3045126e-11 8144307.7 21732 -0.0131949999999928 8144195.63816047 21732 5000 8.3039142e-11 8144195.6 Loop time of 0.0173311 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:49 2021 Pair time (%) = 0.00116301 (6.7105) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191218) Outpt time (%) = 0.016036 (92.5274) Other time (%) = 9.89437e-05 (0.570902) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28374 ave 28374 max 28374 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28374 Ave neighs/atom = 5.6748 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:49 2021 Memory usage per processor = 27.5447 Mbytes Step Atoms AVEKE stressZZ 21732 5000 8.3039142e-11 8144152.1 21733 -0.0131949999999928 8144040.03798593 21733 5000 8.303316e-11 8144040 Loop time of 0.0175569 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:49 2021 Pair time (%) = 0.00132108 (7.52455) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.217276) Outpt time (%) = 0.0160861 (91.6226) Other time (%) = 0.00011158 (0.635533) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28374 ave 28374 max 28374 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28374 Ave neighs/atom = 5.6748 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:49 2021 Memory usage per processor = 27.5447 Mbytes Step Atoms AVEKE stressZZ 21733 5000 8.303316e-11 8143996.5 21734 -0.0131949999999928 8143884.44604816 21734 5000 8.3027178e-11 8143884.4 Loop time of 0.017657 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:50 2021 Pair time (%) = 0.00121999 (6.90936) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.193089) Outpt time (%) = 0.0162961 (92.2926) Other time (%) = 0.000106812 (0.604923) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28374 ave 28374 max 28374 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28374 Ave neighs/atom = 5.6748 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:50 2021 Memory usage per processor = 27.5447 Mbytes Step Atoms AVEKE stressZZ 21734 5000 8.3027178e-11 8143840.9 21735 -0.0131949999999928 8143728.86234208 21735 5000 8.3021197e-11 8143728.9 Loop time of 0.0177031 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:50 2021 Pair time (%) = 0.00120306 (6.79578) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.197974) Outpt time (%) = 0.0163631 (92.4312) Other time (%) = 0.000101805 (0.575069) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28374 ave 28374 max 28374 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28374 Ave neighs/atom = 5.6748 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:50 2021 Memory usage per processor = 27.5447 Mbytes Step Atoms AVEKE stressZZ 21735 5000 8.3021197e-11 8143685.3 21736 -0.0131949999999928 8143573.28686358 21736 5000 8.3015216e-11 8143573.3 Loop time of 0.0173349 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:50 2021 Pair time (%) = 0.00117302 (6.76679) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191176) Outpt time (%) = 0.0160301 (92.4726) Other time (%) = 9.87053e-05 (0.569401) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28374 ave 28374 max 28374 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28374 Ave neighs/atom = 5.6748 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:50 2021 Memory usage per processor = 27.5447 Mbytes Step Atoms AVEKE stressZZ 21736 5000 8.3015216e-11 8143529.8 21737 -0.0131949999999928 8143417.71960917 21737 5000 8.3009237e-11 8143417.7 Loop time of 0.0176351 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:50 2021 Pair time (%) = 0.00134397 (7.62097) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.210905) Outpt time (%) = 0.0161099 (91.3515) Other time (%) = 0.000144005 (0.81658) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28374 ave 28374 max 28374 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28374 Ave neighs/atom = 5.6748 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:50 2021 Memory usage per processor = 27.5447 Mbytes Step Atoms AVEKE stressZZ 21737 5000 8.3009237e-11 8143374.2 21738 -0.0131949999999928 8143262.16057548 21738 5000 8.3003257e-11 8143262.2 Loop time of 0.0176601 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:50 2021 Pair time (%) = 0.00121999 (6.90814) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.193055) Outpt time (%) = 0.0162981 (92.2872) Other time (%) = 0.000108004 (0.611567) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28374 ave 28374 max 28374 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28374 Ave neighs/atom = 5.6748 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:50 2021 Memory usage per processor = 27.5447 Mbytes Step Atoms AVEKE stressZZ 21738 5000 8.3003257e-11 8143218.6 21739 -0.0131949999999928 8143106.60975959 21739 5000 8.2997279e-11 8143106.6 Loop time of 0.017648 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:50 2021 Pair time (%) = 0.00116396 (6.59543) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.191837) Outpt time (%) = 0.0163209 (92.4805) Other time (%) = 0.000129223 (0.732225) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28374 ave 28374 max 28374 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28374 Ave neighs/atom = 5.6748 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:50 2021 Memory usage per processor = 27.5447 Mbytes Step Atoms AVEKE stressZZ 21739 5000 8.2997279e-11 8143063.1 21740 -0.0131949999999928 8142951.0671587 21740 5000 8.2991301e-11 8142951.1 Loop time of 0.0199361 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:50 2021 Pair time (%) = 0.00116205 (5.82889) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.165036) Outpt time (%) = 0.0186431 (93.5146) Other time (%) = 9.799e-05 (0.491521) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28374 ave 28374 max 28374 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28374 Ave neighs/atom = 5.6748 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:50 2021 Memory usage per processor = 27.5447 Mbytes Step Atoms AVEKE stressZZ 21740 5000 8.2991301e-11 8142907.5 21741 -0.0131949999999928 8142795.53271746 21741 5000 8.2985324e-11 8142795.5 Loop time of 0.017396 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:50 2021 Pair time (%) = 0.00122905 (7.06513) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.201469) Outpt time (%) = 0.0160251 (92.1194) Other time (%) = 0.000106812 (0.614001) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28374 ave 28374 max 28374 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28374 Ave neighs/atom = 5.6748 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:50 2021 Memory usage per processor = 27.5447 Mbytes Step Atoms AVEKE stressZZ 21741 5000 8.2985324e-11 8142752 21742 -0.0131949999999928 8142640.00643994 21742 5000 8.2979348e-11 8142640 Loop time of 0.017751 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:50 2021 Pair time (%) = 0.00123596 (6.96278) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.192067) Outpt time (%) = 0.0163689 (92.2139) Other time (%) = 0.000112057 (0.631271) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28374 ave 28374 max 28374 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28374 Ave neighs/atom = 5.6748 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:50 2021 Memory usage per processor = 27.5447 Mbytes Step Atoms AVEKE stressZZ 21742 5000 8.2979348e-11 8142596.5 21743 -0.0131949999999928 8142484.48836482 21743 5000 8.2973372e-11 8142484.5 Loop time of 0.017591 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:50 2021 Pair time (%) = 0.00116611 (6.62899) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.187037) Outpt time (%) = 0.0162959 (92.6378) Other time (%) = 9.60827e-05 (0.546204) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28374 ave 28374 max 28374 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28374 Ave neighs/atom = 5.6748 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:50 2021 Memory usage per processor = 27.5447 Mbytes Step Atoms AVEKE stressZZ 21743 5000 8.2973372e-11 8142441 21744 -0.0131949999999928 8142328.97849124 21744 5000 8.2967397e-11 8142329 Loop time of 0.017539 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:50 2021 Pair time (%) = 0.00119805 (6.83079) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.188951) Outpt time (%) = 0.0162089 (92.4161) Other time (%) = 9.89437e-05 (0.564135) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28374 ave 28374 max 28374 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28374 Ave neighs/atom = 5.6748 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:50 2021 Memory usage per processor = 27.5447 Mbytes Step Atoms AVEKE stressZZ 21744 5000 8.2967397e-11 8142285.5 21745 -0.0131949999999928 8142173.4768498 21745 5000 8.2961423e-11 8142173.5 Loop time of 0.0175059 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:50 2021 Pair time (%) = 0.00120115 (6.86142) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.200204) Outpt time (%) = 0.016161 (92.3173) Other time (%) = 0.000108719 (0.621042) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28374 ave 28374 max 28374 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28374 Ave neighs/atom = 5.6748 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:50 2021 Memory usage per processor = 27.5447 Mbytes Step Atoms AVEKE stressZZ 21745 5000 8.2961423e-11 8142130 21746 -0.0131949999999928 8142017.9834285 21746 5000 8.2955449e-11 8142018 Loop time of 0.0177128 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:50 2021 Pair time (%) = 0.00124097 (7.00604) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.191135) Outpt time (%) = 0.016324 (92.1594) Other time (%) = 0.000113964 (0.643398) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28374 ave 28374 max 28374 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28374 Ave neighs/atom = 5.6748 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:50 2021 Memory usage per processor = 27.5447 Mbytes Step Atoms AVEKE stressZZ 21746 5000 8.2955449e-11 8141974.5 21747 -0.0131949999999928 8141862.49821815 21747 5000 8.2949476e-11 8141862.5 Loop time of 0.0179811 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:50 2021 Pair time (%) = 0.00116515 (6.47989) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.18298) Outpt time (%) = 0.016685 (92.7922) Other time (%) = 9.799e-05 (0.544963) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28374 ave 28374 max 28374 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28374 Ave neighs/atom = 5.6748 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:50 2021 Memory usage per processor = 27.5447 Mbytes Step Atoms AVEKE stressZZ 21747 5000 8.2949476e-11 8141819 21748 -0.0131949999999928 8141707.02121417 21748 5000 8.2943504e-11 8141707 Loop time of 0.0174389 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:50 2021 Pair time (%) = 0.0011642 (6.67587) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.195505) Outpt time (%) = 0.016144 (92.5749) Other time (%) = 9.65595e-05 (0.553702) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28374 ave 28374 max 28374 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28374 Ave neighs/atom = 5.6748 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:50 2021 Memory usage per processor = 27.5447 Mbytes Step Atoms AVEKE stressZZ 21748 5000 8.2943504e-11 8141663.5 21749 -0.0131949999999928 8141551.55241338 21749 5000 8.2937533e-11 8141551.6 Loop time of 0.0174551 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:50 2021 Pair time (%) = 0.0012269 (7.0289) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.20625) Outpt time (%) = 0.0160849 (92.1502) Other time (%) = 0.000107288 (0.614653) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28374 ave 28374 max 28374 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28374 Ave neighs/atom = 5.6748 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:50 2021 Memory usage per processor = 27.5447 Mbytes Step Atoms AVEKE stressZZ 21749 5000 8.2937533e-11 8141508 21750 -0.0131949999999928 8141396.09181957 21750 5000 8.2931562e-11 8141396.1 Loop time of 0.0205109 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:50 2021 Pair time (%) = 0.00124192 (6.05493) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.170873) Outpt time (%) = 0.019119 (93.2139) Other time (%) = 0.000114918 (0.560276) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28374 ave 28374 max 28374 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28374 Ave neighs/atom = 5.6748 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:50 2021 Memory usage per processor = 27.5447 Mbytes Step Atoms AVEKE stressZZ 21750 5000 8.2931562e-11 8141352.6 21751 -0.0131949999999928 8141240.6394266 21751 5000 8.2925591e-11 8141240.6 Loop time of 0.017695 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:50 2021 Pair time (%) = 0.00120282 (6.79754) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.191328) Outpt time (%) = 0.016356 (92.4331) Other time (%) = 0.000102282 (0.578027) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28374 ave 28374 max 28374 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28374 Ave neighs/atom = 5.6748 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:50 2021 Memory usage per processor = 27.5447 Mbytes Step Atoms AVEKE stressZZ 21751 5000 8.2925591e-11 8141197.1 21752 -0.0131949999999928 8141085.19523044 21752 5000 8.2919622e-11 8141085.2 Loop time of 0.01793 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:50 2021 Pair time (%) = 0.00138807 (7.74161) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.216744) Outpt time (%) = 0.0163488 (91.1813) Other time (%) = 0.000154257 (0.860327) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28374 ave 28374 max 28374 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28374 Ave neighs/atom = 5.6748 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:50 2021 Memory usage per processor = 27.5447 Mbytes Step Atoms AVEKE stressZZ 21752 5000 8.2919622e-11 8141041.7 21753 -0.0131949999999928 8140929.75922879 21753 5000 8.2913653e-11 8140929.8 Loop time of 0.017405 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:50 2021 Pair time (%) = 0.00116491 (6.69297) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.195885) Outpt time (%) = 0.016103 (92.5194) Other time (%) = 0.000102997 (0.591765) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28375 ave 28375 max 28375 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28375 Ave neighs/atom = 5.675 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:50 2021 Memory usage per processor = 27.5447 Mbytes Step Atoms AVEKE stressZZ 21753 5000 8.2913653e-11 8140886.2 21754 -0.0131949999999928 8140774.33141982 21754 5000 8.2907685e-11 8140774.3 Loop time of 0.0177939 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:50 2021 Pair time (%) = 0.00146484 (8.23228) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.207683) Outpt time (%) = 0.01616 (90.8177) Other time (%) = 0.000132084 (0.742299) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28375 ave 28375 max 28375 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28375 Ave neighs/atom = 5.675 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:50 2021 Memory usage per processor = 27.5447 Mbytes Step Atoms AVEKE stressZZ 21754 5000 8.2907685e-11 8140730.8 21755 -0.0131949999999928 8140618.91180156 21755 5000 8.2901718e-11 8140618.9 Loop time of 0.017801 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:50 2021 Pair time (%) = 0.00130606 (7.33697) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.202242) Outpt time (%) = 0.0163441 (91.8152) Other time (%) = 0.000114918 (0.645567) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28375 ave 28375 max 28375 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28375 Ave neighs/atom = 5.675 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:26:50 2021 Memory usage per processor = 27.5447 Mbytes Step Atoms AVEKE stressZZ 21755 5000 8.2901718e-11 8140575.4 21756 -0.0131949999999928 8140441.42375195 21756 5000 1.6358015e-10 8140709.5 Loop time of 0.0172379 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:50 2021 Pair time (%) = 0.00116515 (6.75924) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.196401) Outpt time (%) = 0.015918 (92.3431) Other time (%) = 0.000120878 (0.701235) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28375 ave 28375 max 28375 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28375 Ave neighs/atom = 5.675 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:50 2021 Memory usage per processor = 27.5447 Mbytes Step Atoms AVEKE stressZZ 21756 5000 1.6358015e-10 8207365 21757 -0.0132274999999928 8207217.41770057 21757 5000 1.3161027e-10 8207217.4 Loop time of 0.0170498 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:50 2021 Pair time (%) = 0.00116801 (6.8506) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.194373) Outpt time (%) = 0.0157528 (92.3929) Other time (%) = 9.58443e-05 (0.562143) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:50 2021 Memory usage per processor = 27.5447 Mbytes Step Atoms AVEKE stressZZ 21757 5000 1.3161027e-10 8207158.6 21758 -0.0132274999999928 8207023.60138481 21758 5000 1.1309763e-10 8207023.6 Loop time of 0.01703 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:50 2021 Pair time (%) = 0.00116205 (6.82356) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.200199) Outpt time (%) = 0.0157418 (92.4358) Other time (%) = 9.20296e-05 (0.540397) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:50 2021 Memory usage per processor = 27.5447 Mbytes Step Atoms AVEKE stressZZ 21758 5000 1.1309763e-10 8206970.2 21759 -0.0132274999999928 8206843.1900004 21759 5000 1.0206024e-10 8206843.2 Loop time of 0.017127 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:50 2021 Pair time (%) = 0.00116396 (6.79604) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193496) Outpt time (%) = 0.0158379 (92.4731) Other time (%) = 9.20296e-05 (0.537335) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:50 2021 Memory usage per processor = 27.5447 Mbytes Step Atoms AVEKE stressZZ 21759 5000 1.0206024e-10 8206793.2 21760 -0.0132274999999928 8206671.30057368 21760 5000 9.5338463e-11 8206671.3 Loop time of 0.020376 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:50 2021 Pair time (%) = 0.00128913 (6.32671) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.186045) Outpt time (%) = 0.018939 (92.9478) Other time (%) = 0.000109911 (0.539415) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:50 2021 Memory usage per processor = 27.5448 Mbytes Step Atoms AVEKE stressZZ 21760 5000 9.5338463e-11 8206623.5 21761 -0.0132274999999928 8206504.82994174 21761 5000 9.1183585e-11 8206504.8 Loop time of 0.0174541 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:50 2021 Pair time (%) = 0.00116491 (6.67413) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.18987) Outpt time (%) = 0.0161581 (92.5746) Other time (%) = 9.799e-05 (0.561414) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:50 2021 Memory usage per processor = 27.5448 Mbytes Step Atoms AVEKE stressZZ 21761 5000 9.1183585e-11 8206458.4 21762 -0.0132274999999928 8206341.80603819 21762 5000 8.8589023e-11 8206341.8 Loop time of 0.017381 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:50 2021 Pair time (%) = 0.00115991 (6.67343) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.194785) Outpt time (%) = 0.0160899 (92.5721) Other time (%) = 9.72748e-05 (0.559663) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:50 2021 Memory usage per processor = 27.5448 Mbytes Step Atoms AVEKE stressZZ 21762 5000 8.8589023e-11 8206296.3 21763 -0.0132274999999928 8206180.97558039 21763 5000 8.6957386e-11 8206181 Loop time of 0.0168269 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:50 2021 Pair time (%) = 0.00114202 (6.78691) Neigh time (%) = 0 (0) Comm time (%) = 4.72069e-05 (0.280545) Outpt time (%) = 0.015507 (92.1561) Other time (%) = 0.000130653 (0.776457) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:50 2021 Memory usage per processor = 27.5448 Mbytes Step Atoms AVEKE stressZZ 21763 5000 8.6957386e-11 8206136 21764 -0.0132274999999928 8206021.54209352 21764 5000 8.5926111e-11 8206021.5 Loop time of 0.0179479 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:50 2021 Pair time (%) = 0.0012989 (7.23708) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.188632) Outpt time (%) = 0.016506 (91.9659) Other time (%) = 0.000109196 (0.608403) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:50 2021 Memory usage per processor = 27.5448 Mbytes Step Atoms AVEKE stressZZ 21764 5000 8.5926111e-11 8205976.9 21765 -0.0132274999999928 8205862.99940912 21765 5000 8.5271692e-11 8205863 Loop time of 0.0179262 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:50 2021 Pair time (%) = 0.00132704 (7.40278) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.17822) Outpt time (%) = 0.016463 (91.8378) Other time (%) = 0.000104189 (0.58121) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:50 2021 Memory usage per processor = 27.5448 Mbytes Step Atoms AVEKE stressZZ 21765 5000 8.5271692e-11 8205818.6 21766 -0.0132274999999928 8205705.02585095 21766 5000 8.4854875e-11 8205705 Loop time of 0.017015 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:50 2021 Pair time (%) = 0.00114703 (6.74131) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.18216) Outpt time (%) = 0.0156732 (92.1139) Other time (%) = 0.000163794 (0.962643) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:50 2021 Memory usage per processor = 27.5448 Mbytes Step Atoms AVEKE stressZZ 21766 5000 8.4854875e-11 8205660.8 21767 -0.0132274999999928 8205547.41698993 21767 5000 8.4588292e-11 8205547.4 Loop time of 0.0169718 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:50 2021 Pair time (%) = 0.00122499 (7.21781) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.200885) Outpt time (%) = 0.0155759 (91.775) Other time (%) = 0.000136852 (0.80635) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:50 2021 Memory usage per processor = 27.5448 Mbytes Step Atoms AVEKE stressZZ 21767 5000 8.4588292e-11 8205503.3 21768 -0.0132274999999928 8205390.04290869 21768 5000 8.4416873e-11 8205390 Loop time of 0.017777 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:50 2021 Pair time (%) = 0.00117302 (6.59854) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.191787) Outpt time (%) = 0.0164232 (92.3849) Other time (%) = 0.000146627 (0.824817) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:50 2021 Memory usage per processor = 27.5448 Mbytes Step Atoms AVEKE stressZZ 21768 5000 8.4416873e-11 8205346 21769 -0.0132274999999928 8205232.82104576 21769 5000 8.4305808e-11 8205232.8 Loop time of 0.0175991 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:50 2021 Pair time (%) = 0.00111103 (6.31299) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.181532) Outpt time (%) = 0.0163629 (92.9758) Other time (%) = 9.32217e-05 (0.529695) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:50 2021 Memory usage per processor = 27.5448 Mbytes Step Atoms AVEKE stressZZ 21769 5000 8.4305808e-11 8205188.8 21770 -0.0132274999999928 8205075.69897876 21770 5000 8.4233047e-11 8205075.7 Loop time of 0.0195749 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:50 2021 Pair time (%) = 0.0011158 (5.70016) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.158338) Outpt time (%) = 0.0183339 (93.6604) Other time (%) = 9.41753e-05 (0.481103) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:50 2021 Memory usage per processor = 27.5448 Mbytes Step Atoms AVEKE stressZZ 21770 5000 8.4233047e-11 8205031.7 21771 -0.0132274999999928 8204918.64334365 21771 5000 8.4184608e-11 8204918.6 Loop time of 0.017153 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:50 2021 Pair time (%) = 0.00119901 (6.99006) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191813) Outpt time (%) = 0.015815 (92.1996) Other time (%) = 0.000106096 (0.618528) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:50 2021 Memory usage per processor = 27.5448 Mbytes Step Atoms AVEKE stressZZ 21771 5000 8.4184608e-11 8204874.6 21772 -0.0132274999999928 8204761.63293801 21772 5000 8.4151617e-11 8204761.6 Loop time of 0.017724 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:50 2021 Pair time (%) = 0.00142884 (8.06161) Neigh time (%) = 0 (0) Comm time (%) = 7.00951e-05 (0.39548) Outpt time (%) = 0.0161011 (90.8434) Other time (%) = 0.000123978 (0.699489) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:50 2021 Memory usage per processor = 27.5448 Mbytes Step Atoms AVEKE stressZZ 21772 5000 8.4151617e-11 8204717.6 21773 -0.0132274999999928 8204604.65428928 21773 5000 8.4128442e-11 8204604.7 Loop time of 0.017612 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:50 2021 Pair time (%) = 0.00114393 (6.49519) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.1814) Outpt time (%) = 0.016336 (92.7548) Other time (%) = 0.000100136 (0.568566) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:50 2021 Memory usage per processor = 27.5448 Mbytes Step Atoms AVEKE stressZZ 21773 5000 8.4128442e-11 8204560.7 21774 -0.0132274999999928 8204447.69883548 21774 5000 8.4111502e-11 8204447.7 Loop time of 0.0171249 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:50 2021 Pair time (%) = 0.00115013 (6.71614) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.18099) Outpt time (%) = 0.0158451 (92.5265) Other time (%) = 9.87053e-05 (0.576385) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:50 2021 Memory usage per processor = 27.5448 Mbytes Step Atoms AVEKE stressZZ 21774 5000 8.4111502e-11 8204403.7 21775 -0.0132274999999928 8204290.7611345 21775 5000 8.4098525e-11 8204290.8 Loop time of 0.0171959 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:50 2021 Pair time (%) = 0.001297 (7.54246) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.202426) Outpt time (%) = 0.0157621 (91.6617) Other time (%) = 0.000102043 (0.593414) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:50 2021 Memory usage per processor = 27.5448 Mbytes Step Atoms AVEKE stressZZ 21775 5000 8.4098525e-11 8204246.8 21776 -0.0132274999999928 8204133.83772757 21776 5000 8.4088066e-11 8204133.8 Loop time of 0.017689 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:51 2021 Pair time (%) = 0.00120616 (6.8187) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.186001) Outpt time (%) = 0.0163438 (92.3955) Other time (%) = 0.000106096 (0.599787) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:51 2021 Memory usage per processor = 27.5448 Mbytes Step Atoms AVEKE stressZZ 21776 5000 8.4088066e-11 8204089.9 21777 -0.0132274999999928 8203976.92641583 21777 5000 8.4079208e-11 8203976.9 Loop time of 0.017539 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:51 2021 Pair time (%) = 0.00111008 (6.32918) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.273231) Outpt time (%) = 0.0162568 (92.6894) Other time (%) = 0.000124216 (0.708227) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:51 2021 Memory usage per processor = 27.5448 Mbytes Step Atoms AVEKE stressZZ 21777 5000 8.4079208e-11 8203933 21778 -0.0132274999999928 8203820.02580151 21778 5000 8.4071367e-11 8203820 Loop time of 0.017184 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:51 2021 Pair time (%) = 0.00127316 (7.40895) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180368) Outpt time (%) = 0.0157549 (91.6837) Other time (%) = 0.000124931 (0.72702) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:51 2021 Memory usage per processor = 27.5448 Mbytes Step Atoms AVEKE stressZZ 21778 5000 8.4071367e-11 8203776.1 21779 -0.0132274999999928 8203663.13499567 21779 5000 8.4064173e-11 8203663.1 Loop time of 0.017417 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:51 2021 Pair time (%) = 0.00128794 (7.39473) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.206702) Outpt time (%) = 0.015976 (91.7264) Other time (%) = 0.000117064 (0.672124) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:51 2021 Memory usage per processor = 27.5448 Mbytes Step Atoms AVEKE stressZZ 21779 5000 8.4064173e-11 8203619.2 21780 -0.0132274999999928 8203506.25344997 21780 5000 8.405739e-11 8203506.3 Loop time of 0.0205381 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:51 2021 Pair time (%) = 0.00124383 (6.05621) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.164842) Outpt time (%) = 0.0191028 (93.0116) Other time (%) = 0.000157595 (0.767329) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:51 2021 Memory usage per processor = 27.5448 Mbytes Step Atoms AVEKE stressZZ 21780 5000 8.405739e-11 8203462.3 21781 -0.0132274999999928 8203349.38082535 21781 5000 8.4050869e-11 8203349.4 Loop time of 0.0173841 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:51 2021 Pair time (%) = 0.00111008 (6.3856) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.178292) Outpt time (%) = 0.016149 (92.8957) Other time (%) = 9.39369e-05 (0.540363) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:51 2021 Memory usage per processor = 27.5448 Mbytes Step Atoms AVEKE stressZZ 21781 5000 8.4050869e-11 8203305.4 21782 -0.0132274999999928 8203192.51687604 21782 5000 8.4044514e-11 8203192.5 Loop time of 0.017561 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:51 2021 Pair time (%) = 0.00116396 (6.62811) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.188715) Outpt time (%) = 0.0162659 (92.6252) Other time (%) = 9.799e-05 (0.557999) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:51 2021 Memory usage per processor = 27.5448 Mbytes Step Atoms AVEKE stressZZ 21782 5000 8.4044514e-11 8203148.6 21783 -0.0132274999999928 8203035.66145093 21783 5000 8.4038265e-11 8203035.7 Loop time of 0.016902 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:51 2021 Pair time (%) = 0.00114489 (6.77368) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.201715) Outpt time (%) = 0.0156219 (92.4265) Other time (%) = 0.000101089 (0.598093) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:51 2021 Memory usage per processor = 27.5448 Mbytes Step Atoms AVEKE stressZZ 21783 5000 8.4038265e-11 8202991.7 21784 -0.0132274999999928 8202878.8144543 21784 5000 8.4032084e-11 8202878.8 Loop time of 0.017873 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:51 2021 Pair time (%) = 0.00154996 (8.67205) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.213433) Outpt time (%) = 0.0161409 (90.3088) Other time (%) = 0.000144005 (0.805709) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:51 2021 Memory usage per processor = 27.5448 Mbytes Step Atoms AVEKE stressZZ 21784 5000 8.4032084e-11 8202834.9 21785 -0.0132274999999928 8202721.97582476 21785 5000 8.4025946e-11 8202722 Loop time of 0.0175309 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:51 2021 Pair time (%) = 0.00115395 (6.58235) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.183599) Outpt time (%) = 0.0162508 (92.6982) Other time (%) = 9.39369e-05 (0.535836) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:51 2021 Memory usage per processor = 27.5448 Mbytes Step Atoms AVEKE stressZZ 21785 5000 8.4025946e-11 8202678 21786 -0.0132274999999928 8202565.14553092 21786 5000 8.4019836e-11 8202565.1 Loop time of 0.017221 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:51 2021 Pair time (%) = 0.00115895 (6.72989) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192441) Outpt time (%) = 0.015929 (92.4976) Other time (%) = 9.98974e-05 (0.580091) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:51 2021 Memory usage per processor = 27.5448 Mbytes Step Atoms AVEKE stressZZ 21786 5000 8.4019836e-11 8202521.2 21787 -0.0132274999999928 8202408.32360252 21787 5000 8.4013744e-11 8202408.3 Loop time of 0.016825 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:51 2021 Pair time (%) = 0.00114894 (6.82878) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.19697) Outpt time (%) = 0.0155399 (92.3621) Other time (%) = 0.000102997 (0.612167) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:51 2021 Memory usage per processor = 27.5448 Mbytes Step Atoms AVEKE stressZZ 21787 5000 8.4013744e-11 8202364.4 21788 -0.0132274999999928 8202251.50997294 21788 5000 8.4007664e-11 8202251.5 Loop time of 0.0178239 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:51 2021 Pair time (%) = 0.00134301 (7.53488) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.185931) Outpt time (%) = 0.016325 (91.5903) Other time (%) = 0.000122786 (0.68888) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:51 2021 Memory usage per processor = 27.5448 Mbytes Step Atoms AVEKE stressZZ 21788 5000 8.4007664e-11 8202207.6 21789 -0.0132274999999928 8202094.70464148 21789 5000 8.4001591e-11 8202094.7 Loop time of 0.017498 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:51 2021 Pair time (%) = 0.00110984 (6.34265) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.177131) Outpt time (%) = 0.016268 (92.9706) Other time (%) = 8.91685e-05 (0.509592) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:51 2021 Memory usage per processor = 27.5448 Mbytes Step Atoms AVEKE stressZZ 21789 5000 8.4001591e-11 8202050.7 21790 -0.0132274999999928 8201937.90758561 21790 5000 8.3995523e-11 8201937.9 Loop time of 0.0199459 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:51 2021 Pair time (%) = 0.0011611 (5.82125) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.164955) Outpt time (%) = 0.018651 (93.5082) Other time (%) = 0.000100851 (0.505624) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:51 2021 Memory usage per processor = 27.5448 Mbytes Step Atoms AVEKE stressZZ 21790 5000 8.3995523e-11 8201894 21791 -0.0132274999999928 8201781.11880236 21791 5000 8.3989459e-11 8201781.1 Loop time of 0.0169821 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:51 2021 Pair time (%) = 0.00113416 (6.67855) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.282192) Outpt time (%) = 0.0156531 (92.1744) Other time (%) = 0.000146866 (0.864828) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:51 2021 Memory usage per processor = 27.5448 Mbytes Step Atoms AVEKE stressZZ 21791 5000 8.3989459e-11 8201737.2 21792 -0.0132274999999928 8201624.33828583 21792 5000 8.3983397e-11 8201624.3 Loop time of 0.017581 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:51 2021 Pair time (%) = 0.00161505 (9.18633) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.216979) Outpt time (%) = 0.01578 (89.7559) Other time (%) = 0.00014782 (0.840792) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:51 2021 Memory usage per processor = 27.5448 Mbytes Step Atoms AVEKE stressZZ 21792 5000 8.3983397e-11 8201580.4 21793 -0.0132274999999928 8201467.5660297 21793 5000 8.3977337e-11 8201467.6 Loop time of 0.0176251 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:51 2021 Pair time (%) = 0.00110888 (6.29151) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.175854) Outpt time (%) = 0.0163932 (93.0105) Other time (%) = 9.20296e-05 (0.522151) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:51 2021 Memory usage per processor = 27.5448 Mbytes Step Atoms AVEKE stressZZ 21793 5000 8.3977337e-11 8201423.6 21794 -0.0132274999999928 8201310.80203577 21794 5000 8.3971279e-11 8201310.8 Loop time of 0.0173531 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:51 2021 Pair time (%) = 0.00111103 (6.40251) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184106) Outpt time (%) = 0.0161178 (92.8817) Other time (%) = 9.2268e-05 (0.53171) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:51 2021 Memory usage per processor = 27.5448 Mbytes Step Atoms AVEKE stressZZ 21794 5000 8.3971279e-11 8201266.9 21795 -0.0132274999999928 8201154.04630135 21795 5000 8.3965222e-11 8201154 Loop time of 0.0169199 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:51 2021 Pair time (%) = 0.00112581 (6.6538) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.200093) Outpt time (%) = 0.0156579 (92.5416) Other time (%) = 0.000102282 (0.604506) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:51 2021 Memory usage per processor = 27.5448 Mbytes Step Atoms AVEKE stressZZ 21795 5000 8.3965222e-11 8201110.1 21796 -0.0132274999999928 8200997.29882418 21796 5000 8.3959165e-11 8200997.3 Loop time of 0.0177858 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:51 2021 Pair time (%) = 0.00159287 (8.95588) Neigh time (%) = 0 (0) Comm time (%) = 4.3869e-05 (0.246652) Outpt time (%) = 0.0159979 (89.9476) Other time (%) = 0.000151157 (0.849877) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:51 2021 Memory usage per processor = 27.5448 Mbytes Step Atoms AVEKE stressZZ 21796 5000 8.3959165e-11 8200953.4 21797 -0.0132274999999928 8200840.55960214 21797 5000 8.395311e-11 8200840.6 Loop time of 0.0174799 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:51 2021 Pair time (%) = 0.00115514 (6.60838) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18277) Outpt time (%) = 0.0162051 (92.7069) Other time (%) = 8.7738e-05 (0.501937) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:51 2021 Memory usage per processor = 27.5448 Mbytes Step Atoms AVEKE stressZZ 21797 5000 8.395311e-11 8200796.6 21798 -0.0132274999999928 8200683.82863345 21798 5000 8.3947055e-11 8200683.8 Loop time of 0.0171759 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:51 2021 Pair time (%) = 0.00114393 (6.6601) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186005) Outpt time (%) = 0.015873 (92.414) Other time (%) = 0.000127077 (0.739856) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:51 2021 Memory usage per processor = 27.5448 Mbytes Step Atoms AVEKE stressZZ 21798 5000 8.3947055e-11 8200639.9 21799 -0.0132274999999928 8200527.10591623 21799 5000 8.3941001e-11 8200527.1 Loop time of 0.0169029 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:51 2021 Pair time (%) = 0.00113606 (6.72111) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.201704) Outpt time (%) = 0.01563 (92.4693) Other time (%) = 0.000102758 (0.607933) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:51 2021 Memory usage per processor = 27.5448 Mbytes Step Atoms AVEKE stressZZ 21799 5000 8.3941001e-11 8200483.2 21800 -0.0132274999999928 8200370.39144893 21800 5000 8.3934948e-11 8200370.4 Loop time of 0.0192671 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:51 2021 Pair time (%) = 0.00110984 (5.76028) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.160867) Outpt time (%) = 0.0180349 (93.6049) Other time (%) = 9.13143e-05 (0.47394) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:51 2021 Memory usage per processor = 27.5448 Mbytes Step Atoms AVEKE stressZZ 21800 5000 8.3934948e-11 8200326.4 21801 -0.0132274999999928 8200213.6852302 21801 5000 8.3928896e-11 8200213.7 Loop time of 0.016763 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:51 2021 Pair time (%) = 0.00111103 (6.62789) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.19201) Outpt time (%) = 0.0155311 (92.651) Other time (%) = 8.86917e-05 (0.529093) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:51 2021 Memory usage per processor = 27.5448 Mbytes Step Atoms AVEKE stressZZ 21801 5000 8.3928896e-11 8200169.7 21802 -0.0132274999999928 8200056.98725819 21802 5000 8.3922844e-11 8200057 Loop time of 0.017122 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:51 2021 Pair time (%) = 0.00111198 (6.49446) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186591) Outpt time (%) = 0.0158949 (92.833) Other time (%) = 8.32081e-05 (0.485971) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:51 2021 Memory usage per processor = 27.5448 Mbytes Step Atoms AVEKE stressZZ 21802 5000 8.3922844e-11 8200013 21803 -0.0132274999999928 8199900.29753168 21803 5000 8.3916793e-11 8199900.3 Loop time of 0.018028 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:51 2021 Pair time (%) = 0.00206017 (11.4276) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.204986) Outpt time (%) = 0.0157681 (87.4641) Other time (%) = 0.00016284 (0.90326) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:51 2021 Memory usage per processor = 27.5448 Mbytes Step Atoms AVEKE stressZZ 21803 5000 8.3916793e-11 8199856.4 21804 -0.0132274999999928 8199743.6160493 21804 5000 8.3910743e-11 8199743.6 Loop time of 0.017462 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:51 2021 Pair time (%) = 0.00114894 (6.57965) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.177496) Outpt time (%) = 0.0161879 (92.7035) Other time (%) = 9.41753e-05 (0.539315) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:51 2021 Memory usage per processor = 27.5448 Mbytes Step Atoms AVEKE stressZZ 21804 5000 8.3910743e-11 8199699.7 21805 -0.0132274999999928 8199586.94280951 21805 5000 8.3904693e-11 8199586.9 Loop time of 0.0174971 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:51 2021 Pair time (%) = 0.001158 (6.61825) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182591) Outpt time (%) = 0.0162141 (92.6677) Other time (%) = 9.29832e-05 (0.531422) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:51 2021 Memory usage per processor = 27.5448 Mbytes Step Atoms AVEKE stressZZ 21805 5000 8.3904693e-11 8199543 21806 -0.0132274999999928 8199430.27781133 21806 5000 8.3898645e-11 8199430.3 Loop time of 0.0168152 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:51 2021 Pair time (%) = 0.00116682 (6.93909) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.195667) Outpt time (%) = 0.015512 (92.2499) Other time (%) = 0.000103474 (0.615358) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:51 2021 Memory usage per processor = 27.5448 Mbytes Step Atoms AVEKE stressZZ 21806 5000 8.3898645e-11 8199386.3 21807 -0.0132274999999928 8199273.62105307 21807 5000 8.3892596e-11 8199273.6 Loop time of 0.0176871 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:51 2021 Pair time (%) = 0.00157714 (8.9169) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.215677) Outpt time (%) = 0.0159061 (89.9306) Other time (%) = 0.000165701 (0.936847) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:51 2021 Memory usage per processor = 27.5448 Mbytes Step Atoms AVEKE stressZZ 21807 5000 8.3892596e-11 8199229.7 21808 -0.0132274999999928 8199116.97255879 21808 5000 8.3886549e-11 8199117 Loop time of 0.0176771 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:51 2021 Pair time (%) = 0.001127 (6.37552) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.180732) Outpt time (%) = 0.016387 (92.7019) Other time (%) = 0.00013113 (0.74181) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:51 2021 Memory usage per processor = 27.5448 Mbytes Step Atoms AVEKE stressZZ 21808 5000 8.3886549e-11 8199073 21809 -0.0132274999999928 8198960.33232937 21809 5000 8.3880502e-11 8198960.3 Loop time of 0.0170999 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:51 2021 Pair time (%) = 0.00111294 (6.50846) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186832) Outpt time (%) = 0.0158601 (92.7498) Other time (%) = 9.48906e-05 (0.55492) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:51 2021 Memory usage per processor = 27.5448 Mbytes Step Atoms AVEKE stressZZ 21809 5000 8.3880502e-11 8198916.4 21810 -0.0132274999999928 8198803.70035266 21810 5000 8.3874456e-11 8198803.7 Loop time of 0.0194399 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:51 2021 Pair time (%) = 0.00114703 (5.90039) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.175381) Outpt time (%) = 0.0181539 (93.3846) Other time (%) = 0.000104904 (0.539632) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:51 2021 Memory usage per processor = 27.5448 Mbytes Step Atoms AVEKE stressZZ 21810 5000 8.3874456e-11 8198759.8 21811 -0.0132274999999928 8198647.07662441 21811 5000 8.3868411e-11 8198647.1 Loop time of 0.0176399 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:51 2021 Pair time (%) = 0.00156879 (8.89345) Neigh time (%) = 0 (0) Comm time (%) = 7.48634e-05 (0.424399) Outpt time (%) = 0.0158339 (89.7617) Other time (%) = 0.000162363 (0.920432) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:51 2021 Memory usage per processor = 27.5448 Mbytes Step Atoms AVEKE stressZZ 21811 5000 8.3868411e-11 8198603.1 21812 -0.0132274999999928 8198490.46114128 21812 5000 8.3862366e-11 8198490.5 Loop time of 0.0175099 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:51 2021 Pair time (%) = 0.00111103 (6.34514) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182457) Outpt time (%) = 0.016274 (92.9414) Other time (%) = 9.29832e-05 (0.531031) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:51 2021 Memory usage per processor = 27.5448 Mbytes Step Atoms AVEKE stressZZ 21812 5000 8.3862366e-11 8198446.5 21813 -0.0132274999999928 8198333.85390098 21813 5000 8.3856322e-11 8198333.9 Loop time of 0.0176442 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:51 2021 Pair time (%) = 0.00120211 (6.81305) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.181069) Outpt time (%) = 0.016315 (92.4667) Other time (%) = 9.5129e-05 (0.539153) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:51 2021 Memory usage per processor = 27.5448 Mbytes Step Atoms AVEKE stressZZ 21813 5000 8.3856322e-11 8198289.9 21814 -0.0132274999999928 8198177.25490143 21814 5000 8.3850279e-11 8198177.3 Loop time of 0.0169449 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:51 2021 Pair time (%) = 0.00112009 (6.6102) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.201204) Outpt time (%) = 0.0156291 (92.2346) Other time (%) = 0.000161648 (0.953962) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:51 2021 Memory usage per processor = 27.5448 Mbytes Step Atoms AVEKE stressZZ 21814 5000 8.3850279e-11 8198133.3 21815 -0.0132274999999928 8198020.66414087 21815 5000 8.3844237e-11 8198020.7 Loop time of 0.017719 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:51 2021 Pair time (%) = 0.0015862 (8.95195) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.213943) Outpt time (%) = 0.0159588 (90.0658) Other time (%) = 0.000136137 (0.76831) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:51 2021 Memory usage per processor = 27.5448 Mbytes Step Atoms AVEKE stressZZ 21815 5000 8.3844237e-11 8197976.7 21816 -0.0132274999999928 8197864.08161734 21816 5000 8.3838195e-11 8197864.1 Loop time of 0.017863 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:51 2021 Pair time (%) = 0.00111604 (6.24775) Neigh time (%) = 0 (0) Comm time (%) = 7.39098e-05 (0.413758) Outpt time (%) = 0.016577 (92.8006) Other time (%) = 9.60827e-05 (0.537886) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:51 2021 Memory usage per processor = 27.5448 Mbytes Step Atoms AVEKE stressZZ 21816 5000 8.3838195e-11 8197820.2 21817 -0.0132274999999928 8197707.50732954 21817 5000 8.3832154e-11 8197707.5 Loop time of 0.0170779 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:51 2021 Pair time (%) = 0.00117612 (6.88678) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181488) Outpt time (%) = 0.0157771 (92.3831) Other time (%) = 9.36985e-05 (0.548653) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:51 2021 Memory usage per processor = 27.5448 Mbytes Step Atoms AVEKE stressZZ 21817 5000 8.3832154e-11 8197663.6 21818 -0.0132274999999928 8197550.94127564 21818 5000 8.3826113e-11 8197550.9 Loop time of 0.0170178 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:52 2021 Pair time (%) = 0.00120211 (7.0638) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.200342) Outpt time (%) = 0.0156341 (91.8686) Other time (%) = 0.000147581 (0.867214) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:52 2021 Memory usage per processor = 27.5448 Mbytes Step Atoms AVEKE stressZZ 21818 5000 8.3826113e-11 8197507 21819 -0.0132274999999928 8197394.38345585 21819 5000 8.3820073e-11 8197394.4 Loop time of 0.0205312 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:52 2021 Pair time (%) = 0.00139189 (6.77939) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.164898) Outpt time (%) = 0.018981 (92.4495) Other time (%) = 0.000124454 (0.606173) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:52 2021 Memory usage per processor = 27.5448 Mbytes Step Atoms AVEKE stressZZ 21819 5000 8.3820073e-11 8197350.5 21820 -0.0132274999999928 8197237.83394614 21820 5000 8.3814034e-11 8197237.8 Loop time of 0.0202582 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:52 2021 Pair time (%) = 0.00111794 (5.51848) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.157705) Outpt time (%) = 0.0190141 (93.8589) Other time (%) = 9.41753e-05 (0.464875) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:52 2021 Memory usage per processor = 27.5448 Mbytes Step Atoms AVEKE stressZZ 21820 5000 8.3814034e-11 8197193.9 21821 -0.0132274999999928 8197081.29272412 21821 5000 8.3807996e-11 8197081.3 Loop time of 0.0174711 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:52 2021 Pair time (%) = 0.00110912 (6.34834) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182863) Outpt time (%) = 0.0162361 (92.9311) Other time (%) = 9.39369e-05 (0.537671) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:52 2021 Memory usage per processor = 27.5448 Mbytes Step Atoms AVEKE stressZZ 21821 5000 8.3807996e-11 8197037.4 21822 -0.0132274999999928 8196924.75976985 21822 5000 8.3801958e-11 8196924.8 Loop time of 0.016983 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:52 2021 Pair time (%) = 0.00113797 (6.70064) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188118) Outpt time (%) = 0.0157199 (92.5623) Other time (%) = 9.32217e-05 (0.548911) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:52 2021 Memory usage per processor = 27.5448 Mbytes Step Atoms AVEKE stressZZ 21822 5000 8.3801958e-11 8196880.8 21823 -0.0132274999999928 8196768.23507461 21823 5000 8.3795921e-11 8196768.2 Loop time of 0.01704 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:52 2021 Pair time (%) = 0.00137305 (8.05781) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.211275) Outpt time (%) = 0.0155141 (91.0453) Other time (%) = 0.000116825 (0.685593) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:52 2021 Memory usage per processor = 27.5448 Mbytes Step Atoms AVEKE stressZZ 21823 5000 8.3795921e-11 8196724.3 21824 -0.0132274999999928 8196611.71863303 21824 5000 8.3789885e-11 8196611.7 Loop time of 0.0181429 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:52 2021 Pair time (%) = 0.00125718 (6.92931) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.187918) Outpt time (%) = 0.016715 (92.1298) Other time (%) = 0.000136614 (0.752986) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:52 2021 Memory usage per processor = 27.5448 Mbytes Step Atoms AVEKE stressZZ 21824 5000 8.3789885e-11 8196567.8 21825 -0.0132274999999928 8196455.21044082 21825 5000 8.378385e-11 8196455.2 Loop time of 0.0175359 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:52 2021 Pair time (%) = 0.00111914 (6.38197) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182187) Outpt time (%) = 0.0162921 (92.907) Other time (%) = 9.27448e-05 (0.528885) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:52 2021 Memory usage per processor = 27.5448 Mbytes Step Atoms AVEKE stressZZ 21825 5000 8.378385e-11 8196411.3 21826 -0.0132274999999928 8196298.71049254 21826 5000 8.3777815e-11 8196298.7 Loop time of 0.0169842 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:52 2021 Pair time (%) = 0.00112104 (6.6005) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.19372) Outpt time (%) = 0.0157268 (92.5965) Other time (%) = 0.000103474 (0.609234) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:52 2021 Memory usage per processor = 27.5448 Mbytes Step Atoms AVEKE stressZZ 21826 5000 8.3777815e-11 8196254.8 21827 -0.0132274999999928 8196142.21875993 21827 5000 8.3771781e-11 8196142.2 Loop time of 0.0174429 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:52 2021 Pair time (%) = 0.00140405 (8.04937) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.263802) Outpt time (%) = 0.015826 (90.73) Other time (%) = 0.000166893 (0.956794) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:52 2021 Memory usage per processor = 27.5448 Mbytes Step Atoms AVEKE stressZZ 21827 5000 8.3771781e-11 8196098.3 21828 -0.0132274999999928 8195985.73526447 21828 5000 8.3765747e-11 8195985.7 Loop time of 0.0176141 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:52 2021 Pair time (%) = 0.00121689 (6.90859) Neigh time (%) = 0 (0) Comm time (%) = 5.88894e-05 (0.33433) Outpt time (%) = 0.0162301 (92.1426) Other time (%) = 0.000108242 (0.614518) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:52 2021 Memory usage per processor = 27.5448 Mbytes Step Atoms AVEKE stressZZ 21828 5000 8.3765747e-11 8195941.8 21829 -0.0132274999999928 8195829.26000403 21829 5000 8.3759714e-11 8195829.3 Loop time of 0.0176361 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:52 2021 Pair time (%) = 0.00111198 (6.30517) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.181152) Outpt time (%) = 0.0163999 (92.9905) Other time (%) = 9.2268e-05 (0.523178) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:52 2021 Memory usage per processor = 27.5448 Mbytes Step Atoms AVEKE stressZZ 21829 5000 8.3759714e-11 8195785.3 21830 -0.0132274999999928 8195672.79297697 21830 5000 8.3753682e-11 8195672.8 Loop time of 0.0193841 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:52 2021 Pair time (%) = 0.00114107 (5.88662) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.175885) Outpt time (%) = 0.0180941 (93.3446) Other time (%) = 0.000114918 (0.592844) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:52 2021 Memory usage per processor = 27.5448 Mbytes Step Atoms AVEKE stressZZ 21830 5000 8.3753682e-11 8195628.9 21831 -0.0132274999999928 8195516.3341814 21831 5000 8.3747651e-11 8195516.3 Loop time of 0.017118 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:52 2021 Pair time (%) = 0.00130892 (7.64645) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204741) Outpt time (%) = 0.015604 (91.1557) Other time (%) = 0.000169992 (0.993064) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:52 2021 Memory usage per processor = 27.5448 Mbytes Step Atoms AVEKE stressZZ 21831 5000 8.3747651e-11 8195472.4 21832 -0.0132274999999928 8195359.88365959 21832 5000 8.374162e-11 8195359.9 Loop time of 0.0177059 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:52 2021 Pair time (%) = 0.00119185 (6.73139) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.18717) Outpt time (%) = 0.0163491 (92.3368) Other time (%) = 0.000131845 (0.744641) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:52 2021 Memory usage per processor = 27.5448 Mbytes Step Atoms AVEKE stressZZ 21832 5000 8.374162e-11 8195316 21833 -0.0132274999999928 8195203.44146748 21833 5000 8.373559e-11 8195203.4 Loop time of 0.0176449 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:52 2021 Pair time (%) = 0.00116301 (6.59118) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.175657) Outpt time (%) = 0.0163569 (92.7008) Other time (%) = 9.39369e-05 (0.532375) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:52 2021 Memory usage per processor = 27.5448 Mbytes Step Atoms AVEKE stressZZ 21833 5000 8.373559e-11 8195159.5 21834 -0.0132274999999928 8195047.00756336 21834 5000 8.3729561e-11 8195047 Loop time of 0.0170369 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:52 2021 Pair time (%) = 0.00118518 (6.95653) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187523) Outpt time (%) = 0.015713 (92.229) Other time (%) = 0.000106812 (0.626942) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:52 2021 Memory usage per processor = 27.5448 Mbytes Step Atoms AVEKE stressZZ 21834 5000 8.3729561e-11 8195003.1 21835 -0.0132274999999928 8194890.58193192 21835 5000 8.3723532e-11 8194890.6 Loop time of 0.0178971 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:52 2021 Pair time (%) = 0.00133991 (7.48674) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.206485) Outpt time (%) = 0.016398 (91.6234) Other time (%) = 0.000122309 (0.683399) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:52 2021 Memory usage per processor = 27.5448 Mbytes Step Atoms AVEKE stressZZ 21835 5000 8.3723532e-11 8194846.7 21836 -0.0132274999999928 8194734.16456448 21836 5000 8.3717504e-11 8194734.2 Loop time of 0.017905 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:52 2021 Pair time (%) = 0.00113297 (6.32765) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.173105) Outpt time (%) = 0.016588 (92.6444) Other time (%) = 0.000153065 (0.854872) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:52 2021 Memory usage per processor = 27.5448 Mbytes Step Atoms AVEKE stressZZ 21836 5000 8.3717504e-11 8194690.3 21837 -0.0132274999999928 8194577.75545486 21837 5000 8.3711477e-11 8194577.8 Loop time of 0.0173552 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:52 2021 Pair time (%) = 0.00110888 (6.38935) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184084) Outpt time (%) = 0.0161219 (92.8935) Other time (%) = 9.25064e-05 (0.533018) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:52 2021 Memory usage per processor = 27.5448 Mbytes Step Atoms AVEKE stressZZ 21837 5000 8.3711477e-11 8194533.9 21838 -0.0132274999999928 8194421.35459833 21838 5000 8.370545e-11 8194421.4 Loop time of 0.016927 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:52 2021 Pair time (%) = 0.00111103 (6.56366) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18874) Outpt time (%) = 0.0156901 (92.6926) Other time (%) = 9.39369e-05 (0.554953) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:52 2021 Memory usage per processor = 27.5448 Mbytes Step Atoms AVEKE stressZZ 21838 5000 8.370545e-11 8194377.5 21839 -0.0132274999999928 8194264.96199096 21839 5000 8.3699425e-11 8194265 Loop time of 0.017154 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:52 2021 Pair time (%) = 0.00135398 (7.89309) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.21543) Outpt time (%) = 0.0156479 (91.2202) Other time (%) = 0.000115156 (0.671309) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:52 2021 Memory usage per processor = 27.5448 Mbytes Step Atoms AVEKE stressZZ 21839 5000 8.3699425e-11 8194221.1 21840 -0.0132274999999928 8194108.57762932 21840 5000 8.3693399e-11 8194108.6 Loop time of 0.020505 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:52 2021 Pair time (%) = 0.00131798 (6.42761) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.166271) Outpt time (%) = 0.019022 (92.7678) Other time (%) = 0.000130892 (0.638342) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:52 2021 Memory usage per processor = 27.5448 Mbytes Step Atoms AVEKE stressZZ 21840 5000 8.3693399e-11 8194064.7 21841 -0.0132274999999928 8193952.20151054 21841 5000 8.3687375e-11 8193952.2 Loop time of 0.017005 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:52 2021 Pair time (%) = 0.00117588 (6.91492) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.182267) Outpt time (%) = 0.0157051 (92.356) Other time (%) = 9.29832e-05 (0.546801) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:52 2021 Memory usage per processor = 27.5448 Mbytes Step Atoms AVEKE stressZZ 21841 5000 8.3687375e-11 8193908.3 21842 -0.0132274999999928 8193795.83363189 21842 5000 8.3681351e-11 8193795.8 Loop time of 0.0168929 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:52 2021 Pair time (%) = 0.00110912 (6.56561) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.189121) Outpt time (%) = 0.01566 (92.7019) Other time (%) = 9.17912e-05 (0.543371) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:52 2021 Memory usage per processor = 27.5448 Mbytes Step Atoms AVEKE stressZZ 21842 5000 8.3681351e-11 8193751.9 21843 -0.0132274999999928 8193639.47399116 21843 5000 8.3675328e-11 8193639.5 Loop time of 0.0168309 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:52 2021 Pair time (%) = 0.00114799 (6.82069) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.189818) Outpt time (%) = 0.015563 (92.4668) Other time (%) = 8.79765e-05 (0.522707) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:52 2021 Memory usage per processor = 27.5448 Mbytes Step Atoms AVEKE stressZZ 21843 5000 8.3675328e-11 8193595.6 21844 -0.0132274999999928 8193483.12258571 21844 5000 8.3669306e-11 8193483.1 Loop time of 0.016794 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:52 2021 Pair time (%) = 0.00111508 (6.63979) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190236) Outpt time (%) = 0.015559 (92.6461) Other time (%) = 8.79765e-05 (0.523858) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:52 2021 Memory usage per processor = 27.5448 Mbytes Step Atoms AVEKE stressZZ 21844 5000 8.3669306e-11 8193439.2 21845 -0.0132274999999928 8193326.77941366 21845 5000 8.3663284e-11 8193326.8 Loop time of 0.018476 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:52 2021 Pair time (%) = 0.00147009 (7.95675) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.200015) Outpt time (%) = 0.016834 (91.1129) Other time (%) = 0.000134945 (0.730379) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:52 2021 Memory usage per processor = 27.5448 Mbytes Step Atoms AVEKE stressZZ 21845 5000 8.3663284e-11 8193282.9 21846 -0.0132274999999928 8193170.44447292 21846 5000 8.3657263e-11 8193170.4 Loop time of 0.0173562 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:52 2021 Pair time (%) = 0.001127 (6.4934) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.190942) Outpt time (%) = 0.0160952 (92.7346) Other time (%) = 0.000100851 (0.581068) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:52 2021 Memory usage per processor = 27.5448 Mbytes Step Atoms AVEKE stressZZ 21846 5000 8.3657263e-11 8193126.5 21847 -0.0132274999999928 8193014.11776149 21847 5000 8.3651243e-11 8193014.1 Loop time of 0.016855 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:52 2021 Pair time (%) = 0.00112987 (6.70344) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.206521) Outpt time (%) = 0.0155878 (92.4818) Other time (%) = 0.00010252 (0.608247) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:52 2021 Memory usage per processor = 27.5448 Mbytes Step Atoms AVEKE stressZZ 21847 5000 8.3651243e-11 8192970.2 21848 -0.0132274999999928 8192857.79925274 21848 5000 8.3645223e-11 8192857.8 Loop time of 0.0176921 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:52 2021 Pair time (%) = 0.001544 (8.72706) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.214268) Outpt time (%) = 0.015918 (89.9725) Other time (%) = 0.000192165 (1.08617) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:52 2021 Memory usage per processor = 27.5448 Mbytes Step Atoms AVEKE stressZZ 21848 5000 8.3645223e-11 8192813.9 21849 -0.0132274999999928 8192701.48893165 21849 5000 8.3639204e-11 8192701.5 Loop time of 0.0174711 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:52 2021 Pair time (%) = 0.00114799 (6.57078) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.189686) Outpt time (%) = 0.016187 (92.65) Other time (%) = 0.000102997 (0.589528) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:52 2021 Memory usage per processor = 27.5448 Mbytes Step Atoms AVEKE stressZZ 21849 5000 8.3639204e-11 8192657.6 21850 -0.0132274999999928 8192545.18683107 21850 5000 8.3633186e-11 8192545.2 Loop time of 0.0202551 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:52 2021 Pair time (%) = 0.00117493 (5.80065) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.158906) Outpt time (%) = 0.0189419 (93.5166) Other time (%) = 0.000106096 (0.523801) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:52 2021 Memory usage per processor = 27.5448 Mbytes Step Atoms AVEKE stressZZ 21850 5000 8.3633186e-11 8192501.3 21851 -0.0132274999999928 8192388.89294993 21851 5000 8.3627168e-11 8192388.9 Loop time of 0.0169261 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:52 2021 Pair time (%) = 0.00111604 (6.59361) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188751) Outpt time (%) = 0.0156541 (92.4852) Other time (%) = 0.000123978 (0.732467) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:52 2021 Memory usage per processor = 27.5448 Mbytes Step Atoms AVEKE stressZZ 21851 5000 8.3627168e-11 8192345 21852 -0.0132274999999928 8192232.60728632 21852 5000 8.3621151e-11 8192232.6 Loop time of 0.017699 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:52 2021 Pair time (%) = 0.00153303 (8.66168) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.208796) Outpt time (%) = 0.0159659 (90.2081) Other time (%) = 0.000163078 (0.921398) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:52 2021 Memory usage per processor = 27.5448 Mbytes Step Atoms AVEKE stressZZ 21852 5000 8.3621151e-11 8192188.7 21853 -0.0132274999999928 8192076.32983911 21853 5000 8.3615135e-11 8192076.3 Loop time of 0.0177238 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:52 2021 Pair time (%) = 0.00114703 (6.4717) Neigh time (%) = 0 (0) Comm time (%) = 6.60419e-05 (0.372617) Outpt time (%) = 0.0164149 (92.6149) Other time (%) = 9.58443e-05 (0.540766) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:52 2021 Memory usage per processor = 27.5448 Mbytes Step Atoms AVEKE stressZZ 21853 5000 8.3615135e-11 8192032.4 21854 -0.0132274999999928 8191920.06065821 21854 5000 8.360912e-11 8191920.1 Loop time of 0.017458 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:52 2021 Pair time (%) = 0.00110912 (6.35311) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183) Outpt time (%) = 0.0162041 (92.8179) Other time (%) = 0.000112772 (0.645963) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:52 2021 Memory usage per processor = 27.5448 Mbytes Step Atoms AVEKE stressZZ 21854 5000 8.360912e-11 8191876.2 21855 -0.0132274999999928 8191763.79975105 21855 5000 8.3603105e-11 8191763.8 Loop time of 0.0171118 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:52 2021 Pair time (%) = 0.00122619 (7.16575) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.268907) Outpt time (%) = 0.0157089 (91.8018) Other time (%) = 0.000130653 (0.763529) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:52 2021 Memory usage per processor = 27.5448 Mbytes Step Atoms AVEKE stressZZ 21855 5000 8.3603105e-11 8191719.9 21856 -0.0132274999999928 8191607.54709191 21856 5000 8.3597091e-11 8191607.5 Loop time of 0.0172579 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:52 2021 Pair time (%) = 0.00142002 (8.22822) Neigh time (%) = 0 (0) Comm time (%) = 5.22137e-05 (0.302549) Outpt time (%) = 0.0156531 (90.7011) Other time (%) = 0.000132561 (0.768115) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:26:52 2021 Memory usage per processor = 27.5448 Mbytes Step Atoms AVEKE stressZZ 21856 5000 8.3597091e-11 8191563.7 21857 -0.0132274999999928 8191429.14112696 21857 5000 1.6494906e-10 8191698.9 Loop time of 0.0171509 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:52 2021 Pair time (%) = 0.0011158 (6.50578) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186277) Outpt time (%) = 0.0158479 (92.403) Other time (%) = 0.00015521 (0.904971) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:52 2021 Memory usage per processor = 27.5448 Mbytes Step Atoms AVEKE stressZZ 21857 5000 1.6494906e-10 8258528.2 21858 -0.0132599999999928 8258380.02264751 21858 5000 1.3271049e-10 8258380 Loop time of 0.0170119 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:52 2021 Pair time (%) = 0.00111198 (6.53652) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.182193) Outpt time (%) = 0.0157728 (92.7165) Other time (%) = 9.60827e-05 (0.564798) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:52 2021 Memory usage per processor = 27.5448 Mbytes Step Atoms AVEKE stressZZ 21858 5000 1.3271049e-10 8258320.7 21859 -0.0132599999999928 8258185.15633238 21859 5000 1.1404238e-10 8258185.2 Loop time of 0.016789 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:52 2021 Pair time (%) = 0.00112891 (6.72413) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.195973) Outpt time (%) = 0.0155249 (92.4707) Other time (%) = 0.000102282 (0.609219) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:52 2021 Memory usage per processor = 27.5448 Mbytes Step Atoms AVEKE stressZZ 21859 5000 1.1404238e-10 8258131.3 21860 -0.0132599999999928 8258003.77429487 21860 5000 1.0291235e-10 8258003.8 Loop time of 0.0205021 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:53 2021 Pair time (%) = 0.00154805 (7.5507) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.170946) Outpt time (%) = 0.0187421 (91.4155) Other time (%) = 0.000176907 (0.862871) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:53 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21860 5000 1.0291235e-10 8257953.4 21861 -0.0132599999999928 8257830.96470449 21861 5000 9.6134175e-11 8257831 Loop time of 0.0175152 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:53 2021 Pair time (%) = 0.00114512 (6.5379) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.176957) Outpt time (%) = 0.0162439 (92.742) Other time (%) = 9.5129e-05 (0.543123) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:53 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21861 5000 9.6134175e-11 8257782.8 21862 -0.0132599999999928 8257663.60604647 21862 5000 9.1944447e-11 8257663.6 Loop time of 0.0172009 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:53 2021 Pair time (%) = 0.00111604 (6.48823) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185734) Outpt time (%) = 0.015959 (92.7799) Other time (%) = 9.39369e-05 (0.546115) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:53 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21862 5000 9.1944447e-11 8257616.8 21863 -0.0132599999999928 8257499.71456951 21863 5000 8.9328129e-11 8257499.7 Loop time of 0.0169339 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:53 2021 Pair time (%) = 0.00121403 (7.16921) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.199927) Outpt time (%) = 0.015564 (91.91) Other time (%) = 0.00012207 (0.720863) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:53 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21863 5000 8.9328129e-11 8257453.8 21864 -0.0132599999999928 8257338.02957912 21864 5000 8.7682812e-11 8257338 Loop time of 0.0174789 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:53 2021 Pair time (%) = 0.00149798 (8.57022) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.218245) Outpt time (%) = 0.015794 (90.3604) Other time (%) = 0.000148773 (0.851157) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:53 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21864 5000 8.7682812e-11 8257292.7 21865 -0.0132599999999928 8257177.74989079 21865 5000 8.6642894e-11 8257177.7 Loop time of 0.0175278 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:53 2021 Pair time (%) = 0.00117207 (6.68689) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182271) Outpt time (%) = 0.016223 (92.5555) Other time (%) = 0.000100851 (0.575377) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:53 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21865 5000 8.6642894e-11 8257132.8 21866 -0.0132599999999928 8257018.36634243 21866 5000 8.5982991e-11 8257018.4 Loop time of 0.0171371 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:53 2021 Pair time (%) = 0.0011251 (6.56529) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186427) Outpt time (%) = 0.0158851 (92.6946) Other time (%) = 9.48906e-05 (0.553716) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:53 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21866 5000 8.5982991e-11 8256973.6 21867 -0.0132599999999928 8256859.55535553 21867 5000 8.5562682e-11 8256859.6 Loop time of 0.017112 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:53 2021 Pair time (%) = 0.00132895 (7.76615) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.197846) Outpt time (%) = 0.015631 (91.3449) Other time (%) = 0.000118256 (0.691068) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:53 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21867 5000 8.5562682e-11 8256814.9 21868 -0.0132599999999928 8256701.1112917 21868 5000 8.5293867e-11 8256701.1 Loop time of 0.0177591 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:53 2021 Pair time (%) = 0.0013659 (7.69127) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.20809) Outpt time (%) = 0.0162051 (91.2495) Other time (%) = 0.000151157 (0.851155) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:53 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21868 5000 8.5293867e-11 8256656.6 21869 -0.0132599999999928 8256542.90346471 21869 5000 8.5121015e-11 8256542.9 Loop time of 0.017417 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:53 2021 Pair time (%) = 0.00111198 (6.38449) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.177955) Outpt time (%) = 0.0161791 (92.8927) Other time (%) = 9.48906e-05 (0.544817) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:53 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21869 5000 8.5121015e-11 8256498.4 21870 -0.0132599999999928 8256384.84882159 21870 5000 8.5009022e-11 8256384.8 Loop time of 0.020231 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:53 2021 Pair time (%) = 0.00112104 (5.54122) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.153203) Outpt time (%) = 0.018985 (93.8413) Other time (%) = 9.39369e-05 (0.464321) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:53 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21870 5000 8.5009022e-11 8256340.4 21871 -0.0132599999999928 8256226.89458042 21871 5000 8.4935654e-11 8256226.9 Loop time of 0.016958 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:53 2021 Pair time (%) = 0.00117302 (6.9172) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.199643) Outpt time (%) = 0.0156491 (92.2814) Other time (%) = 0.000102043 (0.601741) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:53 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21871 5000 8.4935654e-11 8256182.5 21872 -0.0132599999999928 8256069.00719692 21872 5000 8.4886812e-11 8256069 Loop time of 0.0177982 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:53 2021 Pair time (%) = 0.00160003 (8.98983) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.212991) Outpt time (%) = 0.0159881 (89.83) Other time (%) = 0.000172138 (0.967167) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:53 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21872 5000 8.4886812e-11 8256024.6 21873 -0.0132599999999928 8255911.16535295 21873 5000 8.4853549e-11 8255911.2 Loop time of 0.0178959 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:53 2021 Pair time (%) = 0.00111389 (6.22427) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.173192) Outpt time (%) = 0.0166578 (93.0816) Other time (%) = 9.32217e-05 (0.52091) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:53 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21873 5000 8.4853549e-11 8255866.8 21874 -0.0132599999999928 8255753.35551672 21874 5000 8.4830182e-11 8255753.4 Loop time of 0.0174701 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:53 2021 Pair time (%) = 0.00116897 (6.69123) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.184237) Outpt time (%) = 0.016144 (92.4094) Other time (%) = 0.000124931 (0.715114) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:53 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21874 5000 8.4830182e-11 8255709 21875 -0.0132599999999928 8255595.56907572 21875 5000 8.4813104e-11 8255595.6 Loop time of 0.0168619 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:53 2021 Pair time (%) = 0.00113606 (6.73746) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.202194) Outpt time (%) = 0.0155878 (92.4439) Other time (%) = 0.000103951 (0.616481) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:53 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21875 5000 8.4813104e-11 8255551.2 21876 -0.0132599999999928 8255437.80055149 21876 5000 8.4800021e-11 8255437.8 Loop time of 0.0175741 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:53 2021 Pair time (%) = 0.00155616 (8.85485) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.210281) Outpt time (%) = 0.0158372 (90.1168) Other time (%) = 0.000143766 (0.81806) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:53 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21876 5000 8.4800021e-11 8255393.4 21877 -0.0132599999999928 8255280.0464632 21877 5000 8.4789478e-11 8255280 Loop time of 0.0176649 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:53 2021 Pair time (%) = 0.0011611 (6.57291) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.175458) Outpt time (%) = 0.0163801 (92.7266) Other time (%) = 9.27448e-05 (0.525023) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:53 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21877 5000 8.4789478e-11 8255235.7 21878 -0.0132599999999928 8255122.30459841 21878 5000 8.4780549e-11 8255122.3 Loop time of 0.01791 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:53 2021 Pair time (%) = 0.00158596 (8.85517) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.207668) Outpt time (%) = 0.0161021 (89.9055) Other time (%) = 0.000184774 (1.03168) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:53 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21878 5000 8.4780549e-11 8255078 21879 -0.0132599999999928 8254964.57355037 21879 5000 8.4772646e-11 8254964.6 Loop time of 0.0169082 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:53 2021 Pair time (%) = 0.00114799 (6.78953) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.194591) Outpt time (%) = 0.0155802 (92.1459) Other time (%) = 0.000147104 (0.870019) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:53 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21879 5000 8.4772646e-11 8254920.2 21880 -0.0132599999999928 8254806.85242442 21880 5000 8.4765395e-11 8254806.9 Loop time of 0.020294 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:53 2021 Pair time (%) = 0.00155282 (7.65164) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.197371) Outpt time (%) = 0.018544 (91.3768) Other time (%) = 0.000157118 (0.77421) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:53 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21880 5000 8.4765395e-11 8254762.5 21881 -0.0132599999999928 8254649.1406514 21881 5000 8.4758559e-11 8254649.1 Loop time of 0.0177319 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:53 2021 Pair time (%) = 0.00114417 (6.45261) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.180173) Outpt time (%) = 0.0164001 (92.4892) Other time (%) = 0.000155687 (0.878007) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:53 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21881 5000 8.4758559e-11 8254604.8 21882 -0.0132599999999928 8254491.43786895 21882 5000 8.4751986e-11 8254491.4 Loop time of 0.0174451 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:53 2021 Pair time (%) = 0.00111008 (6.36326) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183135) Outpt time (%) = 0.0162101 (92.9206) Other time (%) = 9.29832e-05 (0.533005) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:53 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21882 5000 8.4751986e-11 8254447.1 21883 -0.0132599999999928 8254333.74384602 21883 5000 8.4745581e-11 8254333.7 Loop time of 0.0167868 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:53 2021 Pair time (%) = 0.00111604 (6.6483) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.191737) Outpt time (%) = 0.0155389 (92.5663) Other time (%) = 9.9659e-05 (0.593674) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:53 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21883 5000 8.4745581e-11 8254289.4 21884 -0.0132599999999928 8254176.05843531 21884 5000 8.4739284e-11 8254176.1 Loop time of 0.0177681 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:53 2021 Pair time (%) = 0.00174785 (9.83697) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.197249) Outpt time (%) = 0.0158341 (89.1151) Other time (%) = 0.000151157 (0.850721) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:53 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21884 5000 8.4739284e-11 8254131.7 21885 -0.0132599999999928 8254018.38155681 21885 5000 8.4733054e-11 8254018.4 Loop time of 0.0174041 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:53 2021 Pair time (%) = 0.00116801 (6.71114) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183567) Outpt time (%) = 0.016114 (92.5875) Other time (%) = 9.01222e-05 (0.517822) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:53 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21885 5000 8.4733054e-11 8253974 21886 -0.0132599999999928 8253860.71316143 21886 5000 8.4726868e-11 8253860.7 Loop time of 0.016973 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:53 2021 Pair time (%) = 0.00111699 (6.58098) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.18261) Outpt time (%) = 0.015733 (92.6942) Other time (%) = 9.20296e-05 (0.542211) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:53 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21886 5000 8.4726868e-11 8253816.4 21887 -0.0132599999999928 8253703.05319887 21887 5000 8.4720711e-11 8253703.1 Loop time of 0.0179379 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:53 2021 Pair time (%) = 0.00125504 (6.99656) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.172787) Outpt time (%) = 0.0165451 (92.2352) Other time (%) = 0.000106812 (0.595452) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:53 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21887 5000 8.4720711e-11 8253658.7 21888 -0.0132599999999928 8253545.40164061 21888 5000 8.4714571e-11 8253545.4 Loop time of 0.0175261 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:53 2021 Pair time (%) = 0.00116611 (6.65352) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.194531) Outpt time (%) = 0.0162282 (92.5942) Other time (%) = 9.77516e-05 (0.557747) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:53 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21888 5000 8.4714571e-11 8253501.1 21889 -0.0132599999999928 8253387.75846237 21889 5000 8.4708443e-11 8253387.8 Loop time of 0.017004 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:53 2021 Pair time (%) = 0.00114584 (6.73864) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.193494) Outpt time (%) = 0.015722 (92.4607) Other time (%) = 0.000103235 (0.607123) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:53 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21889 5000 8.4708443e-11 8253343.4 21890 -0.0132599999999928 8253230.12365639 21890 5000 8.4702322e-11 8253230.1 Loop time of 0.0205491 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:53 2021 Pair time (%) = 0.00154591 (7.523) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.175196) Outpt time (%) = 0.018785 (91.4154) Other time (%) = 0.000182152 (0.886424) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:53 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21890 5000 8.4702322e-11 8253185.8 21891 -0.0132599999999928 8253072.49721521 21891 5000 8.4696207e-11 8253072.5 Loop time of 0.0176129 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:53 2021 Pair time (%) = 0.00117397 (6.6654) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.188158) Outpt time (%) = 0.0163069 (92.5847) Other time (%) = 9.89437e-05 (0.561767) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:53 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21891 5000 8.4696207e-11 8253028.2 21892 -0.0132599999999928 8252914.87913261 21892 5000 8.4690095e-11 8252914.9 Loop time of 0.017488 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:53 2021 Pair time (%) = 0.0011251 (6.43354) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.188139) Outpt time (%) = 0.0162268 (92.788) Other time (%) = 0.000103235 (0.59032) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:53 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21892 5000 8.4690095e-11 8252870.5 21893 -0.0132599999999928 8252757.26940428 21893 5000 8.4683986e-11 8252757.3 Loop time of 0.0168571 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:53 2021 Pair time (%) = 0.00112891 (6.69693) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.183865) Outpt time (%) = 0.0155871 (92.4658) Other time (%) = 0.000110149 (0.653428) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:53 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21893 5000 8.4683986e-11 8252712.9 21894 -0.0132599999999928 8252599.66802664 21894 5000 8.4677879e-11 8252599.7 Loop time of 0.017339 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:53 2021 Pair time (%) = 0.00138021 (7.96012) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.213132) Outpt time (%) = 0.015805 (91.153) Other time (%) = 0.000116825 (0.673771) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:53 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21894 5000 8.4677879e-11 8252555.3 21895 -0.0132599999999928 8252442.07499708 21895 5000 8.4671773e-11 8252442.1 Loop time of 0.0177269 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:53 2021 Pair time (%) = 0.00117803 (6.64542) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.180224) Outpt time (%) = 0.0164199 (92.627) Other time (%) = 9.70364e-05 (0.547396) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:53 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21895 5000 8.4671773e-11 8252397.7 21896 -0.0132599999999928 8252284.49031307 21896 5000 8.4665668e-11 8252284.5 Loop time of 0.017498 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:53 2021 Pair time (%) = 0.00115204 (6.58382) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182581) Outpt time (%) = 0.0162072 (92.6232) Other time (%) = 0.000106812 (0.610421) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:53 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21896 5000 8.4665668e-11 8252240.2 21897 -0.0132599999999928 8252126.91397246 21897 5000 8.4659564e-11 8252126.9 Loop time of 0.0171158 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:53 2021 Pair time (%) = 0.00116897 (6.82974) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186658) Outpt time (%) = 0.0157809 (92.2008) Other time (%) = 0.000133991 (0.78285) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:53 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21897 5000 8.4659564e-11 8252082.6 21898 -0.0132599999999928 8251969.34597339 21898 5000 8.4653461e-11 8251969.3 Loop time of 0.0175331 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:53 2021 Pair time (%) = 0.00152016 (8.67023) Neigh time (%) = 0 (0) Comm time (%) = 4.41074e-05 (0.251567) Outpt time (%) = 0.015794 (90.0815) Other time (%) = 0.000174761 (0.99675) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:53 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21898 5000 8.4653461e-11 8251925 21899 -0.0132599999999928 8251811.78631425 21899 5000 8.4647359e-11 8251811.8 Loop time of 0.017848 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:53 2021 Pair time (%) = 0.00125384 (7.02511) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.196367) Outpt time (%) = 0.0164189 (91.9931) Other time (%) = 0.00014019 (0.785466) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:53 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21899 5000 8.4647359e-11 8251767.5 21900 -0.0132599999999928 8251654.23499315 21900 5000 8.4641258e-11 8251654.2 Loop time of 0.0200291 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:53 2021 Pair time (%) = 0.00112104 (5.59709) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.160699) Outpt time (%) = 0.0187681 (93.7042) Other time (%) = 0.000107765 (0.538044) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:53 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21900 5000 8.4641258e-11 8251609.9 21901 -0.0132599999999928 8251496.69200857 21901 5000 8.4635158e-11 8251496.7 Loop time of 0.0169609 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:53 2021 Pair time (%) = 0.00112081 (6.60819) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188364) Outpt time (%) = 0.015713 (92.6426) Other time (%) = 9.5129e-05 (0.560874) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:53 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21901 5000 8.4635158e-11 8251452.4 21902 -0.0132599999999928 8251339.15735902 21902 5000 8.4629058e-11 8251339.2 Loop time of 0.0171351 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:54 2021 Pair time (%) = 0.00132608 (7.73897) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.210102) Outpt time (%) = 0.0156312 (91.223) Other time (%) = 0.000141859 (0.827884) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:54 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21902 5000 8.4629058e-11 8251294.8 21903 -0.0132599999999928 8251181.63104272 21903 5000 8.4622959e-11 8251181.6 Loop time of 0.0176129 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:54 2021 Pair time (%) = 0.00122714 (6.96727) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.186805) Outpt time (%) = 0.0162511 (92.2679) Other time (%) = 0.000101805 (0.578011) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:54 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21903 5000 8.4622959e-11 8251137.3 21904 -0.0132599999999928 8251024.11305842 21904 5000 8.461686e-11 8251024.1 Loop time of 0.017916 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:54 2021 Pair time (%) = 0.00124717 (6.96121) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.178322) Outpt time (%) = 0.0164959 (92.074) Other time (%) = 0.000140905 (0.786479) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:54 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21904 5000 8.461686e-11 8250979.8 21905 -0.0132599999999928 8250866.60340454 21905 5000 8.4610763e-11 8250866.6 Loop time of 0.0169239 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:54 2021 Pair time (%) = 0.00118089 (6.97763) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.18314) Outpt time (%) = 0.0156178 (92.2828) Other time (%) = 9.41753e-05 (0.556463) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:54 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21905 5000 8.4610763e-11 8250822.3 21906 -0.0132599999999928 8250709.10207965 21906 5000 8.4604666e-11 8250709.1 Loop time of 0.0170391 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:54 2021 Pair time (%) = 0.00135112 (7.92953) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205689) Outpt time (%) = 0.015512 (91.0378) Other time (%) = 0.000140905 (0.826955) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:54 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21906 5000 8.4604666e-11 8250664.8 21907 -0.0132599999999928 8250551.6090824 21907 5000 8.459857e-11 8250551.6 Loop time of 0.0176671 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:54 2021 Pair time (%) = 0.00117111 (6.62879) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.182184) Outpt time (%) = 0.016367 (92.6411) Other time (%) = 9.67979e-05 (0.547901) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:54 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21907 5000 8.459857e-11 8250507.3 21908 -0.0132599999999928 8250394.12441128 21908 5000 8.4592474e-11 8250394.1 Loop time of 0.0176182 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:54 2021 Pair time (%) = 0.00111294 (6.31699) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.181336) Outpt time (%) = 0.0163789 (92.9658) Other time (%) = 9.44138e-05 (0.535888) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:54 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21908 5000 8.4592474e-11 8250349.8 21909 -0.0132599999999928 8250236.648065 21909 5000 8.4586379e-11 8250236.6 Loop time of 0.0168209 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:54 2021 Pair time (%) = 0.00112891 (6.71136) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.214027) Outpt time (%) = 0.0155399 (92.3843) Other time (%) = 0.00011611 (0.690271) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:54 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21909 5000 8.4586379e-11 8250192.3 21910 -0.0132599999999928 8250079.18004195 21910 5000 8.4580285e-11 8250079.2 Loop time of 0.0204639 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:54 2021 Pair time (%) = 0.001647 (8.04828) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.18175) Outpt time (%) = 0.0186148 (90.9637) Other time (%) = 0.000164986 (0.806226) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:54 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21910 5000 8.4580285e-11 8250034.9 21911 -0.0132599999999928 8249921.7203411 21911 5000 8.4574192e-11 8249921.7 Loop time of 0.0182228 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:54 2021 Pair time (%) = 0.0012691 (6.96436) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.192328) Outpt time (%) = 0.0167699 (92.0269) Other time (%) = 0.000148773 (0.816412) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:54 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21911 5000 8.4574192e-11 8249877.4 21912 -0.0132599999999928 8249764.26896084 21912 5000 8.4568099e-11 8249764.3 Loop time of 0.0175982 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:54 2021 Pair time (%) = 0.00112414 (6.38785) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.176123) Outpt time (%) = 0.0163469 (92.89) Other time (%) = 9.60827e-05 (0.545982) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:54 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21912 5000 8.4568099e-11 8249720 21913 -0.0132599999999928 8249606.82589999 21913 5000 8.4562007e-11 8249606.8 Loop time of 0.01685 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:54 2021 Pair time (%) = 0.00110984 (6.58658) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.183943) Outpt time (%) = 0.0155549 (92.314) Other time (%) = 0.000154257 (0.915471) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:54 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21913 5000 8.4562007e-11 8249562.5 21914 -0.0132599999999928 8249449.39115706 21914 5000 8.4555916e-11 8249449.4 Loop time of 0.0172608 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:54 2021 Pair time (%) = 0.0014081 (8.1578) Neigh time (%) = 0 (0) Comm time (%) = 4.19617e-05 (0.243104) Outpt time (%) = 0.0156369 (90.5922) Other time (%) = 0.000173807 (1.00695) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:54 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21914 5000 8.4555916e-11 8249405.1 21915 -0.0132599999999928 8249291.96473085 21915 5000 8.4549825e-11 8249292 Loop time of 0.0176489 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:54 2021 Pair time (%) = 0.00129008 (7.30969) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.198582) Outpt time (%) = 0.016201 (91.796) Other time (%) = 0.000122786 (0.695711) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:54 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21915 5000 8.4549825e-11 8249247.7 21916 -0.0132599999999928 8249134.54662008 21916 5000 8.4543735e-11 8249134.5 Loop time of 0.0173221 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:54 2021 Pair time (%) = 0.00114894 (6.63281) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184436) Outpt time (%) = 0.016047 (92.6391) Other time (%) = 9.41753e-05 (0.543673) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:54 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21916 5000 8.4543735e-11 8249090.2 21917 -0.0132599999999928 8248977.13682337 21917 5000 8.4537646e-11 8248977.1 Loop time of 0.0167809 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:54 2021 Pair time (%) = 0.00117683 (7.01296) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.20175) Outpt time (%) = 0.0154698 (92.1871) Other time (%) = 0.000100374 (0.598147) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:54 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21917 5000 8.4537646e-11 8248932.8 21918 -0.0132599999999928 8248819.73533943 21918 5000 8.4531558e-11 8248819.7 Loop time of 0.017771 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:54 2021 Pair time (%) = 0.0015142 (8.5206) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.220025) Outpt time (%) = 0.0160301 (90.2035) Other time (%) = 0.000187635 (1.05585) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:54 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21918 5000 8.4531558e-11 8248775.4 21919 -0.0132599999999928 8248662.3421605 21919 5000 8.452547e-11 8248662.3 Loop time of 0.0175009 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:54 2021 Pair time (%) = 0.00111508 (6.37159) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182551) Outpt time (%) = 0.0162609 (92.9146) Other time (%) = 9.29832e-05 (0.531306) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:54 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21919 5000 8.452547e-11 8248618 21920 -0.0132599999999928 8248504.95729979 21920 5000 8.4519383e-11 8248505 Loop time of 0.0207391 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:54 2021 Pair time (%) = 0.00143814 (6.93445) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.221875) Outpt time (%) = 0.019067 (91.9378) Other time (%) = 0.000187874 (0.905893) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:54 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21920 5000 8.4519383e-11 8248460.7 21921 -0.0132599999999928 8248347.58079575 21921 5000 8.4513296e-11 8248347.6 Loop time of 0.0169261 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:54 2021 Pair time (%) = 0.001122 (6.62882) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188751) Outpt time (%) = 0.01565 (92.4612) Other time (%) = 0.00012207 (0.721198) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:54 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21921 5000 8.4513296e-11 8248303.3 21922 -0.0132599999999928 8248190.21262556 21922 5000 8.4507211e-11 8248190.2 Loop time of 0.0170701 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:54 2021 Pair time (%) = 0.00126004 (7.38159) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205316) Outpt time (%) = 0.0156569 (91.7217) Other time (%) = 0.000118017 (0.69137) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:54 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21922 5000 8.4507211e-11 8248145.9 21923 -0.0132599999999928 8248032.85278214 21923 5000 8.4501126e-11 8248032.9 Loop time of 0.0179782 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:54 2021 Pair time (%) = 0.00118995 (6.61884) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.183009) Outpt time (%) = 0.0166349 (92.5284) Other time (%) = 0.000120401 (0.669708) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:54 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21923 5000 8.4501126e-11 8247988.6 21924 -0.0132599999999928 8247875.50126073 21924 5000 8.4495041e-11 8247875.5 Loop time of 0.017859 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:54 2021 Pair time (%) = 0.00117302 (6.56823) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.190906) Outpt time (%) = 0.016557 (92.7095) Other time (%) = 9.48906e-05 (0.531333) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:54 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21924 5000 8.4495041e-11 8247831.2 21925 -0.0132599999999928 8247718.15805821 21925 5000 8.4488958e-11 8247718.2 Loop time of 0.016799 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:54 2021 Pair time (%) = 0.00114393 (6.80954) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190179) Outpt time (%) = 0.0155299 (92.4454) Other time (%) = 9.32217e-05 (0.554925) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:54 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21925 5000 8.4488958e-11 8247673.9 21926 -0.0132599999999928 8247560.82317194 21926 5000 8.4482875e-11 8247560.8 Loop time of 0.0171299 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:54 2021 Pair time (%) = 0.00133801 (7.81093) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.217125) Outpt time (%) = 0.0156281 (91.2329) Other time (%) = 0.0001266 (0.73906) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:54 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21926 5000 8.4482875e-11 8247516.5 21927 -0.0132599999999928 8247403.4965995 21927 5000 8.4476793e-11 8247403.5 Loop time of 0.0167611 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:54 2021 Pair time (%) = 0.00111413 (6.64713) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190609) Outpt time (%) = 0.015522 (92.6075) Other time (%) = 9.29832e-05 (0.554757) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:54 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21927 5000 8.4476793e-11 8247359.2 21928 -0.0132599999999928 8247246.17833897 21928 5000 8.4470711e-11 8247246.2 Loop time of 0.0165768 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:54 2021 Pair time (%) = 0.00116587 (7.03314) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.194166) Outpt time (%) = 0.015291 (92.2434) Other time (%) = 8.7738e-05 (0.529283) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:54 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21928 5000 8.4470711e-11 8247201.9 21929 -0.0132599999999928 8247088.86838832 21929 5000 8.4464631e-11 8247088.9 Loop time of 0.01702 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:54 2021 Pair time (%) = 0.00111413 (6.54601) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187709) Outpt time (%) = 0.0157859 (92.7494) Other time (%) = 8.79765e-05 (0.516901) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:54 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21929 5000 8.4464631e-11 8247044.6 21930 -0.0132599999999928 8246931.56674578 21930 5000 8.4458551e-11 8246931.6 Loop time of 0.0205581 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:54 2021 Pair time (%) = 0.00110984 (5.39854) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.150765) Outpt time (%) = 0.0193291 (94.0216) Other time (%) = 8.82149e-05 (0.4291) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:54 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21930 5000 8.4458551e-11 8246887.3 21931 -0.0132599999999928 8246774.27340964 21931 5000 8.4452471e-11 8246774.3 Loop time of 0.0176342 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:54 2021 Pair time (%) = 0.00118804 (6.73715) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.187932) Outpt time (%) = 0.0163128 (92.5071) Other time (%) = 0.000100136 (0.567851) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:54 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21931 5000 8.4452471e-11 8246730 21932 -0.0132599999999928 8246616.98837826 21932 5000 8.4446393e-11 8246617 Loop time of 0.01717 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:54 2021 Pair time (%) = 0.00123596 (7.1984) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18607) Outpt time (%) = 0.015779 (91.899) Other time (%) = 0.000123024 (0.716507) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:54 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21932 5000 8.4446393e-11 8246572.7 21933 -0.0132599999999928 8246459.71168222 21933 5000 8.4440315e-11 8246459.7 Loop time of 0.0172729 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:54 2021 Pair time (%) = 0.00145102 (8.40051) Neigh time (%) = 0 (0) Comm time (%) = 4.3869e-05 (0.253975) Outpt time (%) = 0.01561 (90.3724) Other time (%) = 0.000168085 (0.973112) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:54 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21933 5000 8.4440315e-11 8246415.4 21934 -0.0132599999999928 8246302.44331405 21934 5000 8.4434237e-11 8246302.4 Loop time of 0.01771 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:54 2021 Pair time (%) = 0.00120592 (6.80928) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.180396) Outpt time (%) = 0.016377 (92.4732) Other time (%) = 9.5129e-05 (0.537149) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:54 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21934 5000 8.4434237e-11 8246258.2 21935 -0.0132599999999928 8246145.18326327 21935 5000 8.4428161e-11 8246145.2 Loop time of 0.017674 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:54 2021 Pair time (%) = 0.00111294 (6.29705) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.175368) Outpt time (%) = 0.0164368 (93.0001) Other time (%) = 9.32217e-05 (0.527452) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:54 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21935 5000 8.4428161e-11 8246100.9 21936 -0.0132599999999928 8245987.9315251 21936 5000 8.4422085e-11 8245987.9 Loop time of 0.016906 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:54 2021 Pair time (%) = 0.00124907 (7.38834) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207308) Outpt time (%) = 0.015518 (91.7895) Other time (%) = 0.000103951 (0.614873) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:54 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21936 5000 8.4422085e-11 8245943.7 21937 -0.0132599999999928 8245830.68809647 21937 5000 8.441601e-11 8245830.7 Loop time of 0.0177829 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:54 2021 Pair time (%) = 0.00148606 (8.35668) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.213174) Outpt time (%) = 0.0161159 (90.6257) Other time (%) = 0.000143051 (0.80443) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:54 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21937 5000 8.441601e-11 8245786.4 21938 -0.0132599999999928 8245673.45297441 21938 5000 8.4409935e-11 8245673.5 Loop time of 0.0176361 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:54 2021 Pair time (%) = 0.00116086 (6.58231) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.182504) Outpt time (%) = 0.0163479 (92.6958) Other time (%) = 9.5129e-05 (0.539401) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:54 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21938 5000 8.4409935e-11 8245629.2 21939 -0.0132599999999928 8245516.22615674 21939 5000 8.4403862e-11 8245516.2 Loop time of 0.0173979 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:54 2021 Pair time (%) = 0.0011642 (6.69161) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183632) Outpt time (%) = 0.0161099 (92.5972) Other time (%) = 9.17912e-05 (0.5276) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:54 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21939 5000 8.4403862e-11 8245471.9 21940 -0.0132599999999928 8245359.00764154 21940 5000 8.4397788e-11 8245359 Loop time of 0.0193629 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:54 2021 Pair time (%) = 0.00117993 (6.09378) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.176078) Outpt time (%) = 0.0180161 (93.0443) Other time (%) = 0.000132799 (0.685842) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:54 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21940 5000 8.4397788e-11 8245314.7 21941 -0.0132599999999928 8245201.7974267 21941 5000 8.4391716e-11 8245201.8 Loop time of 0.0174849 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:54 2021 Pair time (%) = 0.00143909 (8.2305) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.223625) Outpt time (%) = 0.0158391 (90.5873) Other time (%) = 0.000167608 (0.958588) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:54 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21941 5000 8.4391716e-11 8245157.5 21942 -0.0132599999999928 8245044.59551063 21942 5000 8.4385644e-11 8245044.6 Loop time of 0.0176759 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:54 2021 Pair time (%) = 0.00115299 (6.52297) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.186139) Outpt time (%) = 0.016377 (92.6515) Other time (%) = 0.00011301 (0.639348) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:54 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21942 5000 8.4385644e-11 8245000.3 21943 -0.0132599999999928 8244887.40189149 21943 5000 8.4379573e-11 8244887.4 Loop time of 0.017482 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:54 2021 Pair time (%) = 0.00115585 (6.61166) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182748) Outpt time (%) = 0.016201 (92.6723) Other time (%) = 9.32217e-05 (0.533242) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:54 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21943 5000 8.4379573e-11 8244843.1 21944 -0.0132599999999928 8244730.21656768 21944 5000 8.4373503e-11 8244730.2 Loop time of 0.0168538 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:55 2021 Pair time (%) = 0.00118399 (7.02504) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.196633) Outpt time (%) = 0.0155339 (92.1686) Other time (%) = 0.000102758 (0.609704) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:55 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21944 5000 8.4373503e-11 8244685.9 21945 -0.0132599999999928 8244573.03953769 21945 5000 8.4367434e-11 8244573 Loop time of 0.017596 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:55 2021 Pair time (%) = 0.00153995 (8.75168) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.227633) Outpt time (%) = 0.0158558 (90.1102) Other time (%) = 0.000160217 (0.910532) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:55 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21945 5000 8.4367434e-11 8244528.8 21946 -0.0132599999999928 8244415.87080005 21946 5000 8.4361365e-11 8244415.9 Loop time of 0.0178471 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:55 2021 Pair time (%) = 0.00125909 (7.05488) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.173667) Outpt time (%) = 0.0164621 (92.2398) Other time (%) = 9.48906e-05 (0.531688) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:55 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21946 5000 8.4361365e-11 8244371.6 21947 -0.0132599999999928 8244258.71034991 21947 5000 8.4355297e-11 8244258.7 Loop time of 0.0175731 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:55 2021 Pair time (%) = 0.00113606 (6.46479) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.187228) Outpt time (%) = 0.01631 (92.8121) Other time (%) = 9.41753e-05 (0.535906) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:55 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21947 5000 8.4355297e-11 8244214.4 21948 -0.0132599999999928 8244101.55817993 21948 5000 8.4349229e-11 8244101.6 Loop time of 0.0168259 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:55 2021 Pair time (%) = 0.001127 (6.69803) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.202627) Outpt time (%) = 0.0155609 (92.4815) Other time (%) = 0.000103951 (0.6178) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:55 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21948 5000 8.4349229e-11 8244057.3 21949 -0.0132599999999928 8243944.41429723 21949 5000 8.4343162e-11 8243944.4 Loop time of 0.017704 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:55 2021 Pair time (%) = 0.00156903 (8.86258) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.215471) Outpt time (%) = 0.0158961 (89.788) Other time (%) = 0.000200748 (1.13392) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:55 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21949 5000 8.4343162e-11 8243900.1 21950 -0.0132599999999928 8243787.27869751 21950 5000 8.4337096e-11 8243787.3 Loop time of 0.0202398 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:55 2021 Pair time (%) = 0.00111604 (5.51406) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.157848) Outpt time (%) = 0.018997 (93.8593) Other time (%) = 9.48906e-05 (0.468831) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:55 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21950 5000 8.4337096e-11 8243743 21951 -0.0132599999999928 8243630.1513537 21951 5000 8.4331031e-11 8243630.2 Loop time of 0.0178502 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:55 2021 Pair time (%) = 0.00111389 (6.24023) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.178979) Outpt time (%) = 0.016608 (93.0412) Other time (%) = 9.63211e-05 (0.539609) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:55 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21951 5000 8.4331031e-11 8243585.9 21952 -0.0132599999999928 8243473.03229213 21952 5000 8.4324966e-11 8243473 Loop time of 0.0167429 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:55 2021 Pair time (%) = 0.00111699 (6.67141) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190815) Outpt time (%) = 0.015502 (92.5881) Other time (%) = 9.20296e-05 (0.549662) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:55 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21952 5000 8.4324966e-11 8243428.8 21953 -0.0132599999999928 8243315.92151147 21953 5000 8.4318902e-11 8243315.9 Loop time of 0.017359 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:55 2021 Pair time (%) = 0.00143814 (8.28469) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.29392) Outpt time (%) = 0.0156848 (90.3556) Other time (%) = 0.000185013 (1.0658) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:55 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21953 5000 8.4318902e-11 8243271.7 21954 -0.0132599999999928 8243158.81901075 21954 5000 8.4312839e-11 8243158.8 Loop time of 0.01773 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:55 2021 Pair time (%) = 0.00114703 (6.46944) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.181537) Outpt time (%) = 0.0164108 (92.5597) Other time (%) = 0.000139952 (0.78935) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:55 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21954 5000 8.4312839e-11 8243114.6 21955 -0.0132599999999928 8243001.72478827 21955 5000 8.4306777e-11 8243001.7 Loop time of 0.0173779 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:55 2021 Pair time (%) = 0.00111604 (6.42218) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183844) Outpt time (%) = 0.0161369 (92.8589) Other time (%) = 9.29832e-05 (0.535068) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:55 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21955 5000 8.4306777e-11 8242957.5 21956 -0.0132599999999928 8242844.63887847 21956 5000 8.4300715e-11 8242844.6 Loop time of 0.0169258 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:55 2021 Pair time (%) = 0.00111604 (6.5937) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188754) Outpt time (%) = 0.0156541 (92.4865) Other time (%) = 0.000123739 (0.731068) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:55 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21956 5000 8.4300715e-11 8242800.4 21957 -0.0132599999999928 8242687.5613212 21957 5000 8.4294654e-11 8242687.6 Loop time of 0.01757 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:55 2021 Pair time (%) = 0.00147295 (8.38331) Neigh time (%) = 0 (0) Comm time (%) = 4.29153e-05 (0.244253) Outpt time (%) = 0.015789 (89.8635) Other time (%) = 0.000265121 (1.50894) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:26:55 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21957 5000 8.4294654e-11 8242643.3 21958 -0.0132599999999928 8242508.24739597 21958 5000 1.6632221e-10 8242779.7 Loop time of 0.017252 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:55 2021 Pair time (%) = 0.00128508 (7.44887) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192095) Outpt time (%) = 0.015774 (91.4331) Other time (%) = 0.00015974 (0.925926) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28376 ave 28376 max 28376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28376 Ave neighs/atom = 5.6752 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:55 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21958 5000 1.6632221e-10 8309784.5 21959 -0.0132924999999927 8309635.74193099 21959 5000 1.3381409e-10 8309635.7 Loop time of 0.0171208 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:55 2021 Pair time (%) = 0.00111604 (6.51859) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181033) Outpt time (%) = 0.015883 (92.7698) Other time (%) = 9.08375e-05 (0.530567) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:55 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21959 5000 1.3381409e-10 8309575.9 21960 -0.0132924999999927 8309439.82549149 21960 5000 1.1499001e-10 8309439.8 Loop time of 0.0193479 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:55 2021 Pair time (%) = 0.00115895 (5.99007) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.176215) Outpt time (%) = 0.0180368 (93.2237) Other time (%) = 0.000118017 (0.609974) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:55 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21960 5000 1.1499001e-10 8309385.5 21961 -0.0132924999999927 8309257.47240061 21961 5000 1.0376705e-10 8309257.5 Loop time of 0.0170848 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:55 2021 Pair time (%) = 0.00137711 (8.0604) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.216302) Outpt time (%) = 0.0155289 (90.893) Other time (%) = 0.000141859 (0.830321) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:55 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21961 5000 1.0376705e-10 8309206.6 21962 -0.0132924999999927 8309083.74208707 21962 5000 9.6932295e-11 8309083.7 Loop time of 0.0177231 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:55 2021 Pair time (%) = 0.00139809 (7.88851) Neigh time (%) = 0 (0) Comm time (%) = 4.31538e-05 (0.243489) Outpt time (%) = 0.01613 (91.0111) Other time (%) = 0.000151873 (0.85692) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:55 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21962 5000 9.6932295e-11 8309035.1 21963 -0.0132924999999927 8308915.49468685 21963 5000 9.2707608e-11 8308915.5 Loop time of 0.017453 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:55 2021 Pair time (%) = 0.00123906 (7.09944) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.188517) Outpt time (%) = 0.0160789 (92.1274) Other time (%) = 0.000102043 (0.584675) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:55 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21963 5000 9.2707608e-11 8308868.3 21964 -0.0132924999999927 8308750.73478658 21964 5000 9.0069465e-11 8308750.7 Loop time of 0.0167692 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:55 2021 Pair time (%) = 0.00116801 (6.96524) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190517) Outpt time (%) = 0.015475 (92.2826) Other time (%) = 9.41753e-05 (0.561598) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:55 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21964 5000 9.0069465e-11 8308704.4 21965 -0.0132924999999927 8308588.19428042 21965 5000 8.8410426e-11 8308588.2 Loop time of 0.0172331 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:55 2021 Pair time (%) = 0.00135708 (7.87482) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.226892) Outpt time (%) = 0.0156932 (91.064) Other time (%) = 0.000143766 (0.834244) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:55 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21965 5000 8.8410426e-11 8308542.5 21966 -0.0132924999999927 8308427.06727353 21966 5000 8.7361837e-11 8308427.1 Loop time of 0.0177331 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:55 2021 Pair time (%) = 0.00120401 (6.78964) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.180161) Outpt time (%) = 0.016403 (92.4991) Other time (%) = 9.41753e-05 (0.531071) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:55 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21966 5000 8.7361837e-11 8308381.7 21967 -0.0132924999999927 8308266.8416106 21967 5000 8.6696433e-11 8308266.8 Loop time of 0.0177112 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:55 2021 Pair time (%) = 0.00111198 (6.27844) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.180384) Outpt time (%) = 0.016474 (93.0148) Other time (%) = 9.32217e-05 (0.526344) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:55 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21967 5000 8.6696433e-11 8308221.7 21968 -0.0132924999999927 8308107.1918107 21968 5000 8.6272622e-11 8308107.2 Loop time of 0.017168 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:55 2021 Pair time (%) = 0.00114703 (6.6812) Neigh time (%) = 0 (0) Comm time (%) = 4.50611e-05 (0.262471) Outpt time (%) = 0.015831 (92.212) Other time (%) = 0.000144958 (0.844351) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:55 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21968 5000 8.6272622e-11 8308062.2 21969 -0.0132924999999927 8307947.91102698 21969 5000 8.6001569e-11 8307947.9 Loop time of 0.0177951 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:55 2021 Pair time (%) = 0.00148582 (8.34963) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.218387) Outpt time (%) = 0.016104 (90.4968) Other time (%) = 0.000166416 (0.93518) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:55 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21969 5000 8.6001569e-11 8307903 21970 -0.0132924999999927 8307788.86780539 21970 5000 8.5827278e-11 8307788.9 Loop time of 0.0191851 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:55 2021 Pair time (%) = 0.001127 (5.87438) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.166526) Outpt time (%) = 0.0179319 (93.4682) Other time (%) = 9.41753e-05 (0.490878) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:55 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21970 5000 8.5827278e-11 8307744 21971 -0.0132924999999927 8307629.97860471 21971 5000 8.5714355e-11 8307630 Loop time of 0.016644 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:55 2021 Pair time (%) = 0.00111604 (6.70534) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.18622) Outpt time (%) = 0.0154049 (92.5555) Other time (%) = 9.20296e-05 (0.552929) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:55 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21971 5000 8.5714355e-11 8307585.2 21972 -0.0132924999999927 8307471.1903336 21972 5000 8.5640379e-11 8307471.2 Loop time of 0.0177779 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:55 2021 Pair time (%) = 0.00111794 (6.28839) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.179707) Outpt time (%) = 0.0165401 (93.037) Other time (%) = 8.79765e-05 (0.494864) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:55 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21972 5000 8.5640379e-11 8307426.4 21973 -0.0132924999999927 8307312.46925103 21973 5000 8.5591133e-11 8307312.5 Loop time of 0.017005 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:55 2021 Pair time (%) = 0.00115895 (6.81538) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.189277) Outpt time (%) = 0.0157061 (92.3616) Other time (%) = 0.000107765 (0.633728) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:55 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21973 5000 8.5591133e-11 8307267.7 21974 -0.0132924999999927 8307153.79391399 21974 5000 8.5557596e-11 8307153.8 Loop time of 0.017452 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:55 2021 Pair time (%) = 0.00147796 (8.46869) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.229511) Outpt time (%) = 0.015774 (90.3851) Other time (%) = 0.000159979 (0.916679) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:55 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21974 5000 8.5557596e-11 8307109.1 21975 -0.0132924999999927 8306995.1506947 21975 5000 8.5534038e-11 8306995.2 Loop time of 0.01774 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:55 2021 Pair time (%) = 0.00122404 (6.89989) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.180091) Outpt time (%) = 0.016387 (92.373) Other time (%) = 9.70364e-05 (0.546992) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:55 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21975 5000 8.5534038e-11 8306950.4 21976 -0.0132924999999927 8306836.53093214 21976 5000 8.5516821e-11 8306836.5 Loop time of 0.01791 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:55 2021 Pair time (%) = 0.00114393 (6.38711) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.178381) Outpt time (%) = 0.0166399 (92.9087) Other time (%) = 9.41753e-05 (0.525825) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:55 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21976 5000 8.5516821e-11 8306791.8 21977 -0.0132924999999927 8306677.92912173 21977 5000 8.5503633e-11 8306677.9 Loop time of 0.016923 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:55 2021 Pair time (%) = 0.00111389 (6.58214) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.190194) Outpt time (%) = 0.015619 (92.295) Other time (%) = 0.000157833 (0.932657) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:55 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21977 5000 8.5503633e-11 8306633.2 21978 -0.0132924999999927 8306519.34176472 21978 5000 8.5493006e-11 8306519.3 Loop time of 0.0176711 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:55 2021 Pair time (%) = 0.00155497 (8.79948) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.214523) Outpt time (%) = 0.0158801 (89.8648) Other time (%) = 0.000198126 (1.12119) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:55 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21978 5000 8.5493006e-11 8306474.6 21979 -0.0132924999999927 8306360.76663724 21979 5000 8.5484006e-11 8306360.8 Loop time of 0.017745 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:55 2021 Pair time (%) = 0.00111318 (6.27318) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18004) Outpt time (%) = 0.016506 (93.0174) Other time (%) = 9.39369e-05 (0.529371) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:55 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21979 5000 8.5484006e-11 8306316 21980 -0.0132924999999927 8306202.20232567 21980 5000 8.547604e-11 8306202.2 Loop time of 0.019979 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:55 2021 Pair time (%) = 0.00116897 (5.85097) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.159908) Outpt time (%) = 0.0186789 (93.4927) Other time (%) = 9.91821e-05 (0.496432) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:55 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21980 5000 8.547604e-11 8306157.5 21981 -0.0132924999999927 8306043.6479311 21981 5000 8.5468732e-11 8306043.6 Loop time of 0.0169141 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:55 2021 Pair time (%) = 0.00111508 (6.59262) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188884) Outpt time (%) = 0.01564 (92.4672) Other time (%) = 0.000127077 (0.751307) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:55 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21981 5000 8.5468732e-11 8305998.9 21982 -0.0132924999999927 8305885.10288188 21982 5000 8.5461843e-11 8305885.1 Loop time of 0.017602 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:55 2021 Pair time (%) = 0.00147891 (8.40196) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.232974) Outpt time (%) = 0.015913 (90.4047) Other time (%) = 0.000169039 (0.96034) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:55 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21982 5000 8.5461843e-11 8305840.4 21983 -0.0132924999999927 8305726.5668143 21983 5000 8.5455219e-11 8305726.6 Loop time of 0.017684 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:55 2021 Pair time (%) = 0.00113392 (6.41212) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.180661) Outpt time (%) = 0.016423 (92.8693) Other time (%) = 9.5129e-05 (0.537939) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:55 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21983 5000 8.5455219e-11 8305681.8 21984 -0.0132924999999927 8305568.03949687 21984 5000 8.5448765e-11 8305568 Loop time of 0.0174639 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:55 2021 Pair time (%) = 0.00113988 (6.52705) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.184303) Outpt time (%) = 0.0161979 (92.7508) Other time (%) = 9.39369e-05 (0.537891) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:55 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21984 5000 8.5448765e-11 8305523.3 21985 -0.0132924999999927 8305409.52078197 21985 5000 8.5442418e-11 8305409.5 Loop time of 0.0168152 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:55 2021 Pair time (%) = 0.00113201 (6.73208) Neigh time (%) = 0 (0) Comm time (%) = 4.22001e-05 (0.250964) Outpt time (%) = 0.015538 (92.4044) Other time (%) = 0.000102997 (0.612523) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:55 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21985 5000 8.5442418e-11 8305364.8 21986 -0.0132924999999927 8305251.01057562 21986 5000 8.543614e-11 8305251 Loop time of 0.0177488 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:56 2021 Pair time (%) = 0.00153708 (8.6602) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.2203) Outpt time (%) = 0.0159838 (90.0556) Other time (%) = 0.000188828 (1.06389) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:56 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21986 5000 8.543614e-11 8305206.3 21987 -0.0132924999999927 8305092.50881736 21987 5000 8.5429907e-11 8305092.5 Loop time of 0.017736 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:56 2021 Pair time (%) = 0.00120592 (6.7993) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.180132) Outpt time (%) = 0.0163958 (92.4439) Other time (%) = 0.000102282 (0.57669) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:56 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21987 5000 8.5429907e-11 8305047.8 21988 -0.0132924999999927 8304934.01546861 21988 5000 8.5423701e-11 8304934 Loop time of 0.0171881 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:56 2021 Pair time (%) = 0.00114894 (6.68451) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185874) Outpt time (%) = 0.015913 (92.5817) Other time (%) = 9.41753e-05 (0.547911) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:56 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21988 5000 8.5423701e-11 8304889.3 21989 -0.0132924999999927 8304775.53050426 21989 5000 8.5417514e-11 8304775.5 Loop time of 0.0168209 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:56 2021 Pair time (%) = 0.00113916 (6.77231) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.20127) Outpt time (%) = 0.0154879 (92.0753) Other time (%) = 0.000159979 (0.951072) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:56 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21989 5000 8.5417514e-11 8304730.8 21990 -0.0132924999999927 8304617.05390832 21990 5000 8.5411338e-11 8304617.1 Loop time of 0.0203631 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:56 2021 Pair time (%) = 0.00138903 (6.8213) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.182651) Outpt time (%) = 0.01881 (92.3732) Other time (%) = 0.000126839 (0.622885) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:56 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21990 5000 8.5411338e-11 8304572.3 21991 -0.0132924999999927 8304458.58566974 21991 5000 8.540517e-11 8304458.6 Loop time of 0.0177431 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:56 2021 Pair time (%) = 0.00117183 (6.60441) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.185434) Outpt time (%) = 0.0164411 (92.6619) Other time (%) = 9.72748e-05 (0.54824) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:56 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21991 5000 8.540517e-11 8304413.9 21992 -0.0132924999999927 8304300.12578144 21992 5000 8.5399008e-11 8304300.1 Loop time of 0.0175469 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:56 2021 Pair time (%) = 0.00114918 (6.54918) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182073) Outpt time (%) = 0.016273 (92.7402) Other time (%) = 9.27448e-05 (0.528554) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:56 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21992 5000 8.5399008e-11 8304255.4 21993 -0.0132924999999927 8304141.67423861 21993 5000 8.5392849e-11 8304141.7 Loop time of 0.0167949 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:56 2021 Pair time (%) = 0.00116181 (6.91765) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.195903) Outpt time (%) = 0.0154989 (92.2831) Other time (%) = 0.000101328 (0.603325) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:56 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21993 5000 8.5392849e-11 8304097 21994 -0.0132924999999927 8303983.23103744 21994 5000 8.5386692e-11 8303983.2 Loop time of 0.0174439 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:56 2021 Pair time (%) = 0.00142908 (8.19244) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.224151) Outpt time (%) = 0.015815 (90.6622) Other time (%) = 0.000160694 (0.921205) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:56 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21994 5000 8.5386692e-11 8303938.5 21995 -0.0132924999999927 8303824.79617535 21995 5000 8.5380538e-11 8303824.8 Loop time of 0.01755 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:56 2021 Pair time (%) = 0.0011301 (6.43934) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18204) Outpt time (%) = 0.016293 (92.8379) Other time (%) = 9.48906e-05 (0.540687) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:56 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21995 5000 8.5380538e-11 8303780.1 21996 -0.0132924999999927 8303666.36965045 21996 5000 8.5374385e-11 8303666.4 Loop time of 0.0175099 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:56 2021 Pair time (%) = 0.00111794 (6.38463) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182457) Outpt time (%) = 0.016268 (92.9073) Other time (%) = 9.20296e-05 (0.525585) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:56 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21996 5000 8.5374385e-11 8303621.7 21997 -0.0132924999999927 8303507.95146098 21997 5000 8.5368233e-11 8303508 Loop time of 0.0169692 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:56 2021 Pair time (%) = 0.00112605 (6.63585) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.199511) Outpt time (%) = 0.0156491 (92.2205) Other time (%) = 0.000160217 (0.944165) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:56 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21997 5000 8.5368233e-11 8303463.3 21998 -0.0132924999999927 8303349.5416054 21998 5000 8.5362082e-11 8303349.5 Loop time of 0.01758 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:56 2021 Pair time (%) = 0.00154495 (8.78811) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.261745) Outpt time (%) = 0.0157919 (89.8286) Other time (%) = 0.000197172 (1.12157) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:56 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21998 5000 8.5362082e-11 8303304.8 21999 -0.0132924999999927 8303191.14008252 21999 5000 8.5355931e-11 8303191.1 Loop time of 0.0176439 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:56 2021 Pair time (%) = 0.00115395 (6.54019) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.186476) Outpt time (%) = 0.0163579 (92.7112) Other time (%) = 9.91821e-05 (0.562132) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:56 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 21999 5000 8.5355931e-11 8303146.4 22000 -0.0132924999999927 8303032.74689107 22000 5000 8.5349782e-11 8303032.7 Loop time of 0.0198691 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:56 2021 Pair time (%) = 0.00116801 (5.87854) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.160793) Outpt time (%) = 0.0185761 (93.4927) Other time (%) = 9.29832e-05 (0.467979) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:56 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 22000 5000 8.5349782e-11 8302988 22001 -0.0132924999999927 8302874.36203 22001 5000 8.5343634e-11 8302874.4 Loop time of 0.0169029 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:56 2021 Pair time (%) = 0.00117493 (6.95103) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.19042) Outpt time (%) = 0.0155799 (92.173) Other time (%) = 0.000115871 (0.685511) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:56 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 22001 5000 8.5343634e-11 8302829.7 22002 -0.0132924999999927 8302715.98549804 22002 5000 8.5337486e-11 8302716 Loop time of 0.0175121 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:56 2021 Pair time (%) = 0.0015111 (8.62888) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.194688) Outpt time (%) = 0.015805 (90.252) Other time (%) = 0.000161886 (0.924426) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:56 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 22002 5000 8.5337486e-11 8302671.3 22003 -0.0132924999999927 8302557.61729425 22003 5000 8.5331339e-11 8302557.6 Loop time of 0.0179012 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:56 2021 Pair time (%) = 0.00115085 (6.42889) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.179801) Outpt time (%) = 0.0166249 (92.8706) Other time (%) = 9.32217e-05 (0.520757) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:56 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 22003 5000 8.5331339e-11 8302512.9 22004 -0.0132924999999927 8302399.25741761 22004 5000 8.5325193e-11 8302399.3 Loop time of 0.0178668 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:56 2021 Pair time (%) = 0.00138783 (7.76765) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.201497) Outpt time (%) = 0.0162928 (91.1902) Other time (%) = 0.000150204 (0.840684) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:56 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 22004 5000 8.5325193e-11 8302354.6 22005 -0.0132924999999927 8302240.90586703 22005 5000 8.5319047e-11 8302240.9 Loop time of 0.0169401 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:56 2021 Pair time (%) = 0.00123906 (7.31436) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206891) Outpt time (%) = 0.0155652 (91.8834) Other time (%) = 0.000100851 (0.595339) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:56 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 22005 5000 8.5319047e-11 8302196.2 22006 -0.0132924999999927 8302082.56264149 22006 5000 8.5312903e-11 8302082.6 Loop time of 0.0177431 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:56 2021 Pair time (%) = 0.00141788 (7.99113) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.202902) Outpt time (%) = 0.0161121 (90.8076) Other time (%) = 0.000177145 (0.998388) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:56 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 22006 5000 8.5312903e-11 8302037.9 22007 -0.0132924999999927 8301924.22773999 22007 5000 8.5306758e-11 8301924.2 Loop time of 0.0176671 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:56 2021 Pair time (%) = 0.00113297 (6.41287) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.175436) Outpt time (%) = 0.016407 (92.8678) Other time (%) = 9.60827e-05 (0.543852) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:56 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 22007 5000 8.5306758e-11 8301879.5 22008 -0.0132924999999927 8301765.90116132 22008 5000 8.5300615e-11 8301765.9 Loop time of 0.0174301 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:56 2021 Pair time (%) = 0.00111985 (6.42483) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183293) Outpt time (%) = 0.0161569 (92.6956) Other time (%) = 0.000121355 (0.69624) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:56 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 22008 5000 8.5300615e-11 8301721.2 22009 -0.0132924999999927 8301607.58290488 22009 5000 8.5294472e-11 8301607.6 Loop time of 0.017328 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:56 2021 Pair time (%) = 0.00111294 (6.42276) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.265551) Outpt time (%) = 0.016012 (92.405) Other time (%) = 0.000157118 (0.906727) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:56 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 22009 5000 8.5294472e-11 8301562.9 22010 -0.0132924999999927 8301449.27296926 22010 5000 8.5288331e-11 8301449.3 Loop time of 0.019891 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:56 2021 Pair time (%) = 0.00150108 (7.54654) Neigh time (%) = 0 (0) Comm time (%) = 5.00679e-05 (0.251711) Outpt time (%) = 0.0182128 (91.5629) Other time (%) = 0.000127077 (0.638867) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:56 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 22010 5000 8.5288331e-11 8301404.6 22011 -0.0132924999999927 8301290.97135377 22011 5000 8.5282189e-11 8301291 Loop time of 0.017776 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:56 2021 Pair time (%) = 0.00122714 (6.90335) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.190456) Outpt time (%) = 0.016408 (92.304) Other time (%) = 0.00010705 (0.602216) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:56 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 22011 5000 8.5282189e-11 8301246.3 22012 -0.0132924999999927 8301132.6780572 22012 5000 8.5276049e-11 8301132.7 Loop time of 0.016902 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:56 2021 Pair time (%) = 0.00117588 (6.95706) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.190431) Outpt time (%) = 0.0156 (92.2967) Other time (%) = 9.39369e-05 (0.555775) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:56 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 22012 5000 8.5276049e-11 8301088 22013 -0.0132924999999927 8300974.39307862 22013 5000 8.5269909e-11 8300974.4 Loop time of 0.016789 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:56 2021 Pair time (%) = 0.0011189 (6.66449) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.191712) Outpt time (%) = 0.0155449 (92.59) Other time (%) = 9.29832e-05 (0.553836) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:56 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 22013 5000 8.5269909e-11 8300929.7 22014 -0.0132924999999927 8300816.11641702 22014 5000 8.526377e-11 8300816.1 Loop time of 0.016794 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:56 2021 Pair time (%) = 0.00111485 (6.63837) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.184557) Outpt time (%) = 0.0155571 (92.6348) Other time (%) = 9.10759e-05 (0.542313) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:56 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 22014 5000 8.526377e-11 8300771.4 22015 -0.0132924999999927 8300657.8480714 22015 5000 8.5257632e-11 8300657.8 Loop time of 0.017216 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:56 2021 Pair time (%) = 0.00111699 (6.48811) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185572) Outpt time (%) = 0.015975 (92.7918) Other time (%) = 9.20296e-05 (0.534559) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:56 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 22015 5000 8.5257632e-11 8300613.2 22016 -0.0132924999999927 8300499.58804086 22016 5000 8.5251494e-11 8300499.6 Loop time of 0.01771 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:56 2021 Pair time (%) = 0.00119519 (6.7487) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.197897) Outpt time (%) = 0.016367 (92.4166) Other time (%) = 0.000112772 (0.636771) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:56 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 22016 5000 8.5251494e-11 8300454.9 22017 -0.0132924999999927 8300341.3363244 22017 5000 8.5245357e-11 8300341.3 Loop time of 0.0175462 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:56 2021 Pair time (%) = 0.00111198 (6.33747) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.183439) Outpt time (%) = 0.0163102 (92.9559) Other time (%) = 9.17912e-05 (0.52314) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:56 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 22017 5000 8.5245357e-11 8300296.7 22018 -0.0132924999999927 8300183.09292104 22018 5000 8.5239221e-11 8300183.1 Loop time of 0.017123 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:56 2021 Pair time (%) = 0.0011251 (6.57068) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18658) Outpt time (%) = 0.015872 (92.6941) Other time (%) = 9.39369e-05 (0.548601) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:56 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 22018 5000 8.5239221e-11 8300138.4 22019 -0.0132924999999927 8300024.85782964 22019 5000 8.5233085e-11 8300024.9 Loop time of 0.016927 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:56 2021 Pair time (%) = 0.00119019 (7.03128) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.283111) Outpt time (%) = 0.0155702 (91.9842) Other time (%) = 0.000118732 (0.701438) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:56 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 22019 5000 8.5233085e-11 8299980.2 22020 -0.0132924999999927 8299866.63104931 22020 5000 8.522695e-11 8299866.6 Loop time of 0.020612 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:56 2021 Pair time (%) = 0.00141382 (6.85922) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.159624) Outpt time (%) = 0.0190389 (92.3681) Other time (%) = 0.000126362 (0.61305) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:56 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 22020 5000 8.522695e-11 8299822 22021 -0.0132924999999927 8299708.4125793 22021 5000 8.5220816e-11 8299708.4 Loop time of 0.017524 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:56 2021 Pair time (%) = 0.00117707 (6.71692) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18231) Outpt time (%) = 0.0162189 (92.5525) Other time (%) = 9.60827e-05 (0.548292) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:56 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 22021 5000 8.5220816e-11 8299663.7 22022 -0.0132924999999927 8299550.20241836 22022 5000 8.5214683e-11 8299550.2 Loop time of 0.0176179 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:56 2021 Pair time (%) = 0.00117612 (6.67569) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.181338) Outpt time (%) = 0.0162859 (92.4393) Other time (%) = 0.000123978 (0.703701) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:56 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 22022 5000 8.5214683e-11 8299505.5 22023 -0.0132924999999927 8299392.00056561 22023 5000 8.520855e-11 8299392 Loop time of 0.016871 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:56 2021 Pair time (%) = 0.00116801 (6.92321) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.196433) Outpt time (%) = 0.015553 (92.1879) Other time (%) = 0.000116825 (0.692462) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:56 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 22023 5000 8.520855e-11 8299347.3 22024 -0.0132924999999927 8299233.80702015 22024 5000 8.5202418e-11 8299233.8 Loop time of 0.0178249 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:56 2021 Pair time (%) = 0.00154495 (8.66739) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.207322) Outpt time (%) = 0.0160511 (90.0486) Other time (%) = 0.000191927 (1.07674) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:56 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 22024 5000 8.5202418e-11 8299189.1 22025 -0.0132924999999927 8299075.62178086 22025 5000 8.5196287e-11 8299075.6 Loop time of 0.017628 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:56 2021 Pair time (%) = 0.00112295 (6.37029) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.186645) Outpt time (%) = 0.016372 (92.875) Other time (%) = 0.000100136 (0.568051) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:56 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 22025 5000 8.5196287e-11 8299031 22026 -0.0132924999999927 8298917.44484696 22026 5000 8.5190156e-11 8298917.4 Loop time of 0.017395 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:56 2021 Pair time (%) = 0.001122 (6.45011) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183662) Outpt time (%) = 0.0161469 (92.8248) Other time (%) = 9.41753e-05 (0.541393) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:56 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 22026 5000 8.5190156e-11 8298872.8 22027 -0.0132924999999927 8298759.27621733 22027 5000 8.5184026e-11 8298759.3 Loop time of 0.0168638 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:56 2021 Pair time (%) = 0.00114393 (6.78335) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.196516) Outpt time (%) = 0.0155399 (92.1492) Other time (%) = 0.000146866 (0.870893) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:56 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 22027 5000 8.5184026e-11 8298714.6 22028 -0.0132924999999927 8298601.11590632 22028 5000 8.5177897e-11 8298601.1 Loop time of 0.0175898 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:56 2021 Pair time (%) = 0.00150895 (8.57855) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.211448) Outpt time (%) = 0.015902 (90.4049) Other time (%) = 0.000141621 (0.805129) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:56 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 22028 5000 8.5177897e-11 8298556.4 22029 -0.0132924999999927 8298442.96391871 22029 5000 8.5171769e-11 8298443 Loop time of 0.019325 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:57 2021 Pair time (%) = 0.00116491 (6.02801) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.16532) Outpt time (%) = 0.0180271 (93.2836) Other time (%) = 0.000101089 (0.523102) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:57 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 22029 5000 8.5171769e-11 8298398.3 22030 -0.0132924999999927 8298284.82024471 22030 5000 8.5165641e-11 8298284.8 Loop time of 0.0200889 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:57 2021 Pair time (%) = 0.00111604 (5.55549) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.159033) Outpt time (%) = 0.018847 (93.8179) Other time (%) = 9.39369e-05 (0.467606) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:57 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 22030 5000 8.5165641e-11 8298240.2 22031 -0.0132924999999927 8298126.68488089 22031 5000 8.5159514e-11 8298126.7 Loop time of 0.0170269 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:57 2021 Pair time (%) = 0.00124097 (7.28828) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205836) Outpt time (%) = 0.0156441 (91.8786) Other time (%) = 0.000106812 (0.62731) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:57 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 22031 5000 8.5159514e-11 8298082 22032 -0.0132924999999927 8297968.55782476 22032 5000 8.5153388e-11 8297968.6 Loop time of 0.017138 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:57 2021 Pair time (%) = 0.00130582 (7.61943) Neigh time (%) = 0 (0) Comm time (%) = 5.29289e-05 (0.308839) Outpt time (%) = 0.0156429 (91.276) Other time (%) = 0.000136375 (0.795749) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:57 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 22032 5000 8.5153388e-11 8297923.9 22033 -0.0132924999999927 8297810.43907464 22033 5000 8.5147262e-11 8297810.4 Loop time of 0.017662 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:57 2021 Pair time (%) = 0.00116301 (6.58477) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.180886) Outpt time (%) = 0.016366 (92.662) Other time (%) = 0.000101089 (0.572354) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:57 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 22033 5000 8.5147262e-11 8297765.8 22034 -0.0132924999999927 8297652.32862879 22034 5000 8.5141137e-11 8297652.3 Loop time of 0.0173669 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:57 2021 Pair time (%) = 0.00111318 (6.40976) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18396) Outpt time (%) = 0.0161281 (92.8668) Other time (%) = 9.36985e-05 (0.539524) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:57 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 22034 5000 8.5141137e-11 8297607.7 22035 -0.0132924999999927 8297494.22648575 22035 5000 8.5135013e-11 8297494.2 Loop time of 0.0168769 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:57 2021 Pair time (%) = 0.00111294 (6.59443) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.1893) Outpt time (%) = 0.01564 (92.671) Other time (%) = 9.20296e-05 (0.545298) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:57 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 22035 5000 8.5135013e-11 8297449.6 22036 -0.0132924999999927 8297336.1326442 22036 5000 8.512889e-11 8297336.1 Loop time of 0.0171719 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:57 2021 Pair time (%) = 0.00131893 (7.68077) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.222148) Outpt time (%) = 0.015702 (91.4404) Other time (%) = 0.000112772 (0.656726) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:57 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 22036 5000 8.512889e-11 8297291.5 22037 -0.0132924999999927 8297178.04710288 22037 5000 8.5122767e-11 8297178 Loop time of 0.0175488 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:57 2021 Pair time (%) = 0.001261 (7.18565) Neigh time (%) = 0 (0) Comm time (%) = 7.10487e-05 (0.404864) Outpt time (%) = 0.0161209 (91.8633) Other time (%) = 9.58443e-05 (0.546159) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:57 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 22037 5000 8.5122767e-11 8297133.4 22038 -0.0132924999999927 8297019.96986049 22038 5000 8.5116645e-11 8297020 Loop time of 0.017628 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:57 2021 Pair time (%) = 0.00111294 (6.31348) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.181235) Outpt time (%) = 0.0163891 (92.9724) Other time (%) = 9.39369e-05 (0.532886) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:57 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 22038 5000 8.5116645e-11 8296975.3 22039 -0.0132924999999927 8296861.90091595 22039 5000 8.5110523e-11 8296861.9 Loop time of 0.017036 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:57 2021 Pair time (%) = 0.00115204 (6.76239) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.270104) Outpt time (%) = 0.0157239 (92.2985) Other time (%) = 0.000113964 (0.668962) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:57 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 22039 5000 8.5110523e-11 8296817.2 22040 -0.0132924999999927 8296703.84026806 22040 5000 8.5104403e-11 8296703.8 Loop time of 0.0204382 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:57 2021 Pair time (%) = 0.00159597 (7.80878) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.185479) Outpt time (%) = 0.0185571 (90.796) Other time (%) = 0.00024724 (1.2097) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:57 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 22040 5000 8.5104403e-11 8296659.2 22041 -0.0132924999999927 8296545.78791564 22041 5000 8.5098283e-11 8296545.8 Loop time of 0.017844 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:57 2021 Pair time (%) = 0.001194 (6.69134) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.184386) Outpt time (%) = 0.0165129 (92.5404) Other time (%) = 0.000104189 (0.583889) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:57 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 22041 5000 8.5098283e-11 8296501.1 22042 -0.0132924999999927 8296387.74385765 22042 5000 8.5092164e-11 8296387.7 Loop time of 0.0176251 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:57 2021 Pair time (%) = 0.00111699 (6.3375) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.181265) Outpt time (%) = 0.0163841 (92.9591) Other time (%) = 9.20296e-05 (0.522151) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:57 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 22042 5000 8.5092164e-11 8296343.1 22043 -0.0132924999999927 8296229.70809299 22043 5000 8.5086045e-11 8296229.7 Loop time of 0.01683 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:57 2021 Pair time (%) = 0.00115204 (6.84516) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.184162) Outpt time (%) = 0.015553 (92.4125) Other time (%) = 9.39369e-05 (0.558153) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:57 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 22043 5000 8.5086045e-11 8296185.1 22044 -0.0132924999999927 8296071.68062058 22044 5000 8.5079927e-11 8296071.7 Loop time of 0.017206 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:57 2021 Pair time (%) = 0.0013721 (7.97456) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.203694) Outpt time (%) = 0.01565 (90.9571) Other time (%) = 0.000148773 (0.864661) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:57 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 22044 5000 8.5079927e-11 8296027 22045 -0.0132924999999927 8295913.66143948 22045 5000 8.507381e-11 8295913.7 Loop time of 0.0174971 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:57 2021 Pair time (%) = 0.00114608 (6.55012) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.188042) Outpt time (%) = 0.016222 (92.7127) Other time (%) = 9.60827e-05 (0.549136) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:57 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 22045 5000 8.507381e-11 8295869 22046 -0.0132924999999927 8295755.65054841 22046 5000 8.5067694e-11 8295755.7 Loop time of 0.0176911 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:57 2021 Pair time (%) = 0.00112009 (6.33137) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.175197) Outpt time (%) = 0.0164461 (92.9625) Other time (%) = 9.39369e-05 (0.530983) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:57 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 22046 5000 8.5067694e-11 8295711 22047 -0.0132924999999927 8295597.64794419 22047 5000 8.5061578e-11 8295597.6 Loop time of 0.0175872 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:57 2021 Pair time (%) = 0.00145912 (8.29651) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.210124) Outpt time (%) = 0.0159469 (90.6732) Other time (%) = 0.000144243 (0.820161) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:57 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 22047 5000 8.5061578e-11 8295553 22048 -0.0132924999999927 8295439.6536207 22048 5000 8.5055463e-11 8295439.7 Loop time of 0.0170851 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:57 2021 Pair time (%) = 0.00138402 (8.10075) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.228858) Outpt time (%) = 0.015528 (90.8861) Other time (%) = 0.000133991 (0.784259) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:57 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 22048 5000 8.5055463e-11 8295395 22049 -0.0132924999999927 8295281.6675837 22049 5000 8.5049349e-11 8295281.7 Loop time of 0.017673 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:57 2021 Pair time (%) = 0.00115108 (6.51323) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.180773) Outpt time (%) = 0.0163999 (92.796) Other time (%) = 9.01222e-05 (0.509943) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:57 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 22049 5000 8.5049349e-11 8295237 22050 -0.0132924999999927 8295123.68983258 22050 5000 8.5043235e-11 8295123.7 Loop time of 0.019886 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:57 2021 Pair time (%) = 0.00111318 (5.59778) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.160656) Outpt time (%) = 0.0186479 (93.774) Other time (%) = 9.29832e-05 (0.467581) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:57 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 22050 5000 8.5043235e-11 8295079 22051 -0.0132924999999927 8294965.72036593 22051 5000 8.5037122e-11 8294965.7 Loop time of 0.016989 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:57 2021 Pair time (%) = 0.001194 (7.02808) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.195069) Outpt time (%) = 0.0156012 (91.831) Other time (%) = 0.000160694 (0.945872) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:57 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 22051 5000 8.5037122e-11 8294921.1 22052 -0.0132924999999927 8294807.75918308 22052 5000 8.503101e-11 8294807.8 Loop time of 0.01737 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:57 2021 Pair time (%) = 0.00129509 (7.45591) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.201771) Outpt time (%) = 0.015873 (91.3815) Other time (%) = 0.000166893 (0.960813) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:57 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 22052 5000 8.503101e-11 8294763.1 22053 -0.0132924999999927 8294649.80628293 22053 5000 8.5024899e-11 8294649.8 Loop time of 0.0176601 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:57 2021 Pair time (%) = 0.00116515 (6.59763) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.186305) Outpt time (%) = 0.0163629 (92.6544) Other time (%) = 9.91821e-05 (0.561616) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:57 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 22053 5000 8.5024899e-11 8294605.2 22054 -0.0132924999999927 8294491.86166459 22054 5000 8.5018788e-11 8294491.9 Loop time of 0.0176408 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:57 2021 Pair time (%) = 0.00111508 (6.32104) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.181103) Outpt time (%) = 0.016398 (92.9545) Other time (%) = 9.58443e-05 (0.543309) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:57 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 22054 5000 8.5018788e-11 8294447.2 22055 -0.0132924999999927 8294333.9253269 22055 5000 8.5012678e-11 8294333.9 Loop time of 0.0169549 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:57 2021 Pair time (%) = 0.00115108 (6.7891) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.182805) Outpt time (%) = 0.0156801 (92.4811) Other time (%) = 9.27448e-05 (0.547009) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:57 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 22055 5000 8.5012678e-11 8294289.3 22056 -0.0132924999999927 8294175.99726905 22056 5000 8.5006569e-11 8294176 Loop time of 0.016571 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:57 2021 Pair time (%) = 0.00115895 (6.99384) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.18704) Outpt time (%) = 0.015291 (92.2753) Other time (%) = 9.01222e-05 (0.543854) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:57 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 22056 5000 8.5006569e-11 8294131.4 22057 -0.0132924999999927 8294018.07749 22057 5000 8.500046e-11 8294018.1 Loop time of 0.0166929 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:57 2021 Pair time (%) = 0.00111389 (6.67286) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191388) Outpt time (%) = 0.0154579 (92.6016) Other time (%) = 8.91685e-05 (0.534171) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:57 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 22057 5000 8.500046e-11 8293973.4 22058 -0.0132924999999927 8293860.16598886 22058 5000 8.4994352e-11 8293860.2 Loop time of 0.018266 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:57 2021 Pair time (%) = 0.00154305 (8.44765) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.197094) Outpt time (%) = 0.0165539 (90.6269) Other time (%) = 0.000133038 (0.728336) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:26:57 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 22058 5000 8.4994352e-11 8293815.5 22059 -0.0132924999999927 8293679.9331063 22059 5000 1.6769948e-10 8293953.1 Loop time of 0.0171881 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:57 2021 Pair time (%) = 0.00111699 (6.49864) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185874) Outpt time (%) = 0.0159142 (92.5886) Other time (%) = 0.000124931 (0.726849) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:57 2021 Memory usage per processor = 27.545 Mbytes Step Atoms AVEKE stressZZ 22059 5000 1.6769948e-10 8361129.6 22060 -0.0133249999999927 8360980.24352833 22060 5000 1.3492106e-10 8360980.2 Loop time of 0.0191531 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:57 2021 Pair time (%) = 0.00115395 (6.02485) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.161824) Outpt time (%) = 0.017874 (93.3216) Other time (%) = 9.41753e-05 (0.491697) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:57 2021 Memory usage per processor = 27.5451 Mbytes Step Atoms AVEKE stressZZ 22060 5000 1.3492106e-10 8360919.9 22061 -0.0133249999999927 8360783.2648824 22061 5000 1.1594057e-10 8360783.3 Loop time of 0.0169661 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:57 2021 Pair time (%) = 0.00123906 (7.30316) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.223437) Outpt time (%) = 0.015564 (91.7356) Other time (%) = 0.00012517 (0.737764) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:57 2021 Memory usage per processor = 27.5451 Mbytes Step Atoms AVEKE stressZZ 22061 5000 1.1594057e-10 8360728.5 22062 -0.0133249999999927 8360599.92961515 22062 5000 1.0462441e-10 8360599.9 Loop time of 0.0175428 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:57 2021 Pair time (%) = 0.0011518 (6.56564) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182115) Outpt time (%) = 0.016258 (92.676) Other time (%) = 0.000101089 (0.576244) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:57 2021 Memory usage per processor = 27.5451 Mbytes Step Atoms AVEKE stressZZ 22062 5000 1.0462441e-10 8360548.7 22063 -0.0133249999999927 8360425.26794286 22063 5000 9.7732922e-11 8360425.3 Loop time of 0.0173919 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:57 2021 Pair time (%) = 0.00115013 (6.61302) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183695) Outpt time (%) = 0.0161171 (92.67) Other time (%) = 9.27448e-05 (0.533264) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:57 2021 Memory usage per processor = 27.5451 Mbytes Step Atoms AVEKE stressZZ 22063 5000 9.7732922e-11 8360376.2 22064 -0.0133249999999927 8360256.12148832 22064 5000 9.3473178e-11 8360256.1 Loop time of 0.016788 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:57 2021 Pair time (%) = 0.00118899 (7.0824) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190303) Outpt time (%) = 0.0154719 (92.1606) Other time (%) = 9.5129e-05 (0.566649) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:57 2021 Memory usage per processor = 27.5451 Mbytes Step Atoms AVEKE stressZZ 22064 5000 9.3473178e-11 8360208.5 22065 -0.0133249999999927 8360090.48307297 22065 5000 9.0813147e-11 8360090.5 Loop time of 0.017225 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:57 2021 Pair time (%) = 0.00135994 (7.89514) Neigh time (%) = 0 (0) Comm time (%) = 6.79493e-05 (0.39448) Outpt time (%) = 0.01562 (90.682) Other time (%) = 0.000177145 (1.02842) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:57 2021 Memory usage per processor = 27.5451 Mbytes Step Atoms AVEKE stressZZ 22065 5000 9.0813147e-11 8360043.8 22066 -0.0133249999999927 8359927.07711439 22066 5000 8.9140348e-11 8359927.1 Loop time of 0.0175459 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:57 2021 Pair time (%) = 0.00118279 (6.74113) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.262253) Outpt time (%) = 0.0161719 (92.1691) Other time (%) = 0.000145197 (0.827524) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:57 2021 Memory usage per processor = 27.5451 Mbytes Step Atoms AVEKE stressZZ 22066 5000 8.9140348e-11 8359881 22067 -0.0133249999999927 8359765.09296627 22067 5000 8.8083063e-11 8359765.1 Loop time of 0.0176339 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:57 2021 Pair time (%) = 0.00111318 (6.3127) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.181174) Outpt time (%) = 0.016396 (92.9802) Other time (%) = 9.27448e-05 (0.525946) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:57 2021 Memory usage per processor = 27.5451 Mbytes Step Atoms AVEKE stressZZ 22067 5000 8.8083063e-11 8359719.3 22068 -0.0133249999999927 8359604.01545404 22068 5000 8.7412143e-11 8359604 Loop time of 0.016988 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:57 2021 Pair time (%) = 0.00113392 (6.67481) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.200693) Outpt time (%) = 0.0156779 (92.288) Other time (%) = 0.000142097 (0.836456) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:57 2021 Memory usage per processor = 27.5451 Mbytes Step Atoms AVEKE stressZZ 22068 5000 8.7412143e-11 8359558.5 22069 -0.0133249999999927 8359443.51717859 22069 5000 8.6984821e-11 8359443.5 Loop time of 0.017966 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:57 2021 Pair time (%) = 0.00164104 (9.1341) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.212328) Outpt time (%) = 0.0161011 (89.6198) Other time (%) = 0.000185728 (1.03377) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:57 2021 Memory usage per processor = 27.5451 Mbytes Step Atoms AVEKE stressZZ 22069 5000 8.6984821e-11 8359398.2 22070 -0.0133249999999927 8359283.39007397 22070 5000 8.6711523e-11 8359283.4 Loop time of 0.0201378 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:57 2021 Pair time (%) = 0.00111508 (5.53727) Neigh time (%) = 0 (0) Comm time (%) = 6.50883e-05 (0.323215) Outpt time (%) = 0.018862 (93.6648) Other time (%) = 9.56059e-05 (0.474758) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:57 2021 Memory usage per processor = 27.5451 Mbytes Step Atoms AVEKE stressZZ 22070 5000 8.6711523e-11 8359238.1 22071 -0.0133249999999927 8359123.50191227 22071 5000 8.6535792e-11 8359123.5 Loop time of 0.0177722 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:58 2021 Pair time (%) = 0.00120997 (6.80824) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.191838) Outpt time (%) = 0.0164199 (92.3909) Other time (%) = 0.000108242 (0.609053) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:58 2021 Memory usage per processor = 27.5451 Mbytes Step Atoms AVEKE stressZZ 22071 5000 8.6535792e-11 8359078.3 22072 -0.0133249999999927 8358963.7686613 22072 5000 8.6421936e-11 8358963.8 Loop time of 0.0170231 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:58 2021 Pair time (%) = 0.00111794 (6.56723) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.194678) Outpt time (%) = 0.0157721 (92.6513) Other time (%) = 9.98974e-05 (0.586835) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:58 2021 Memory usage per processor = 27.5451 Mbytes Step Atoms AVEKE stressZZ 22072 5000 8.6421936e-11 8358918.6 22073 -0.0133249999999927 8358804.13691903 22073 5000 8.634735e-11 8358804.1 Loop time of 0.0172441 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:58 2021 Pair time (%) = 0.00128412 (7.44673) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.203244) Outpt time (%) = 0.015774 (91.4748) Other time (%) = 0.000150919 (0.875192) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:58 2021 Memory usage per processor = 27.5451 Mbytes Step Atoms AVEKE stressZZ 22073 5000 8.634735e-11 8358759 22074 -0.0133249999999927 8358644.57275056 22074 5000 8.62977e-11 8358644.6 Loop time of 0.0177751 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:58 2021 Pair time (%) = 0.00113988 (6.4128) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.179735) Outpt time (%) = 0.0165079 (92.8709) Other time (%) = 9.53674e-05 (0.536524) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:58 2021 Memory usage per processor = 27.5451 Mbytes Step Atoms AVEKE stressZZ 22074 5000 8.62977e-11 8358599.4 22075 -0.0133249999999927 8358485.0545986 22075 5000 8.6263889e-11 8358485.1 Loop time of 0.0179641 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:58 2021 Pair time (%) = 0.00120687 (6.71825) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.188461) Outpt time (%) = 0.0166218 (92.5279) Other time (%) = 0.000101566 (0.565384) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:58 2021 Memory usage per processor = 27.5451 Mbytes Step Atoms AVEKE stressZZ 22075 5000 8.6263889e-11 8358439.9 22076 -0.0133249999999927 8358325.56872953 22076 5000 8.624014e-11 8358325.6 Loop time of 0.0168431 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:58 2021 Pair time (%) = 0.00111699 (6.63175) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.195343) Outpt time (%) = 0.0155928 (92.577) Other time (%) = 0.000100374 (0.595937) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:58 2021 Memory usage per processor = 27.5451 Mbytes Step Atoms AVEKE stressZZ 22076 5000 8.624014e-11 8358280.5 22077 -0.0133249999999927 8358166.10642729 22077 5000 8.6222784e-11 8358166.1 Loop time of 0.0176799 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:58 2021 Pair time (%) = 0.00156522 (8.85308) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.209022) Outpt time (%) = 0.015913 (90.0061) Other time (%) = 0.000164747 (0.931832) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:58 2021 Memory usage per processor = 27.5451 Mbytes Step Atoms AVEKE stressZZ 22077 5000 8.6222784e-11 8358121 22078 -0.0133249999999927 8358006.66215498 22078 5000 8.6209491e-11 8358006.7 Loop time of 0.0175931 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:58 2021 Pair time (%) = 0.00121188 (6.88837) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.18837) Outpt time (%) = 0.016207 (92.121) Other time (%) = 0.000141144 (0.802266) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:58 2021 Memory usage per processor = 27.5451 Mbytes Step Atoms AVEKE stressZZ 22078 5000 8.6209491e-11 8357961.6 22079 -0.0133249999999927 8357847.23239336 22079 5000 8.6198779e-11 8357847.2 Loop time of 0.0175328 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:58 2021 Pair time (%) = 0.00111604 (6.36542) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182219) Outpt time (%) = 0.0162621 (92.752) Other time (%) = 0.000122786 (0.700318) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:58 2021 Memory usage per processor = 27.5451 Mbytes Step Atoms AVEKE stressZZ 22079 5000 8.6198779e-11 8357802.1 22080 -0.0133249999999927 8357687.81490578 22080 5000 8.6189709e-11 8357687.8 Loop time of 0.0194221 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:58 2021 Pair time (%) = 0.00111485 (5.7401) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.170632) Outpt time (%) = 0.0181191 (93.2914) Other time (%) = 0.000154972 (0.797918) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:58 2021 Memory usage per processor = 27.5451 Mbytes Step Atoms AVEKE stressZZ 22080 5000 8.6189709e-11 8357642.7 22081 -0.0133249999999927 8357528.40827022 22081 5000 8.6181682e-11 8357528.4 Loop time of 0.0170748 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:58 2021 Pair time (%) = 0.00131392 (7.6951) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.210844) Outpt time (%) = 0.015574 (91.2102) Other time (%) = 0.000150919 (0.883868) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:58 2021 Memory usage per processor = 27.5451 Mbytes Step Atoms AVEKE stressZZ 22081 5000 8.6181682e-11 8357483.3 22082 -0.0133249999999927 8357369.01158283 22082 5000 8.6174317e-11 8357369 Loop time of 0.017689 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:58 2021 Pair time (%) = 0.00116491 (6.58553) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18061) Outpt time (%) = 0.0163908 (92.661) Other time (%) = 0.000101328 (0.57283) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:58 2021 Memory usage per processor = 27.5451 Mbytes Step Atoms AVEKE stressZZ 22082 5000 8.6174317e-11 8357323.9 22083 -0.0133249999999927 8357209.62426862 22083 5000 8.6167375e-11 8357209.6 Loop time of 0.0175831 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:58 2021 Pair time (%) = 0.00115108 (6.54653) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.176274) Outpt time (%) = 0.016268 (92.5206) Other time (%) = 0.000133038 (0.75662) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:58 2021 Memory usage per processor = 27.5451 Mbytes Step Atoms AVEKE stressZZ 22083 5000 8.6167375e-11 8357164.5 22084 -0.0133249999999927 8357050.24596196 22084 5000 8.61607e-11 8357050.2 Loop time of 0.0171802 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:58 2021 Pair time (%) = 0.00119781 (6.97206) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.19151) Outpt time (%) = 0.015825 (92.112) Other time (%) = 0.000124454 (0.724406) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:58 2021 Memory usage per processor = 27.5451 Mbytes Step Atoms AVEKE stressZZ 22084 5000 8.61607e-11 8357005.2 22085 -0.0133249999999927 8356890.87643013 22085 5000 8.6154196e-11 8356890.9 Loop time of 0.0174458 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:58 2021 Pair time (%) = 0.00133705 (7.66403) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.20636) Outpt time (%) = 0.0159268 (91.2932) Other time (%) = 0.000145912 (0.836374) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:58 2021 Memory usage per processor = 27.5451 Mbytes Step Atoms AVEKE stressZZ 22085 5000 8.6154196e-11 8356845.8 22086 -0.0133249999999927 8356731.51552476 22086 5000 8.6147801e-11 8356731.5 Loop time of 0.0178609 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:58 2021 Pair time (%) = 0.001158 (6.48343) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.180207) Outpt time (%) = 0.0165749 (92.7997) Other time (%) = 9.58443e-05 (0.536615) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:58 2021 Memory usage per processor = 27.5451 Mbytes Step Atoms AVEKE stressZZ 22086 5000 8.6147801e-11 8356686.4 22087 -0.0133249999999927 8356572.16315124 22087 5000 8.6141476e-11 8356572.2 Loop time of 0.0173881 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:58 2021 Pair time (%) = 0.00111699 (6.42388) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.185106) Outpt time (%) = 0.0161481 (92.8686) Other time (%) = 9.08375e-05 (0.522412) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:58 2021 Memory usage per processor = 27.5451 Mbytes Step Atoms AVEKE stressZZ 22087 5000 8.6141476e-11 8356527.1 22088 -0.0133249999999927 8356412.81924933 22088 5000 8.6135195e-11 8356412.8 Loop time of 0.017494 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:58 2021 Pair time (%) = 0.00113106 (6.46542) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182624) Outpt time (%) = 0.0162382 (92.8218) Other time (%) = 9.27448e-05 (0.530153) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:58 2021 Memory usage per processor = 27.5451 Mbytes Step Atoms AVEKE stressZZ 22088 5000 8.6135195e-11 8356367.7 22089 -0.0133249999999927 8356253.48377995 22089 5000 8.6128942e-11 8356253.5 Loop time of 0.0178249 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:58 2021 Pair time (%) = 0.00120401 (6.75468) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.179233) Outpt time (%) = 0.0164781 (92.4441) Other time (%) = 0.000110865 (0.621965) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:58 2021 Memory usage per processor = 27.5451 Mbytes Step Atoms AVEKE stressZZ 22089 5000 8.6128942e-11 8356208.4 22090 -0.0133249999999927 8356094.15671822 22090 5000 8.6122707e-11 8356094.2 Loop time of 0.0202281 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:58 2021 Pair time (%) = 0.00116301 (5.74944) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.157939) Outpt time (%) = 0.0189302 (93.5834) Other time (%) = 0.000102997 (0.509176) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:58 2021 Memory usage per processor = 27.5451 Mbytes Step Atoms AVEKE stressZZ 22090 5000 8.6122707e-11 8356049.1 22091 -0.0133249999999927 8355934.83804788 22091 5000 8.6116485e-11 8355934.8 Loop time of 0.017566 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:58 2021 Pair time (%) = 0.00117803 (6.7063) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.183232) Outpt time (%) = 0.0162561 (92.5431) Other time (%) = 9.9659e-05 (0.567341) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:58 2021 Memory usage per processor = 27.5451 Mbytes Step Atoms AVEKE stressZZ 22091 5000 8.6116485e-11 8355889.8 22092 -0.0133249999999927 8355775.52775822 22092 5000 8.611027e-11 8355775.5 Loop time of 0.016922 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:58 2021 Pair time (%) = 0.00112009 (6.61914) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188796) Outpt time (%) = 0.0156429 (92.4411) Other time (%) = 0.000127077 (0.750958) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:58 2021 Memory usage per processor = 27.5451 Mbytes Step Atoms AVEKE stressZZ 22092 5000 8.611027e-11 8355730.4 22093 -0.0133249999999927 8355616.22584232 22093 5000 8.610406e-11 8355616.2 Loop time of 0.016917 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:58 2021 Pair time (%) = 0.00118494 (7.00444) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.194489) Outpt time (%) = 0.0155962 (92.1922) Other time (%) = 0.000102997 (0.608837) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:58 2021 Memory usage per processor = 27.5451 Mbytes Step Atoms AVEKE stressZZ 22093 5000 8.610406e-11 8355571.1 22094 -0.0133249999999927 8355456.93229505 22094 5000 8.6097855e-11 8355456.9 Loop time of 0.0175982 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:58 2021 Pair time (%) = 0.00120783 (6.86338) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.186961) Outpt time (%) = 0.0162108 (92.1165) Other time (%) = 0.000146627 (0.833198) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:58 2021 Memory usage per processor = 27.5451 Mbytes Step Atoms AVEKE stressZZ 22094 5000 8.6097855e-11 8355411.9 22095 -0.0133249999999927 8355297.64711295 22095 5000 8.6091651e-11 8355297.6 Loop time of 0.017586 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:58 2021 Pair time (%) = 0.001158 (6.58478) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.183024) Outpt time (%) = 0.0163021 (92.6994) Other time (%) = 9.36985e-05 (0.532802) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:58 2021 Memory usage per processor = 27.5451 Mbytes Step Atoms AVEKE stressZZ 22095 5000 8.6091651e-11 8355252.6 22096 -0.0133249999999927 8355138.37029373 22096 5000 8.608545e-11 8355138.4 Loop time of 0.0170159 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:58 2021 Pair time (%) = 0.00121498 (7.14026) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.19476) Outpt time (%) = 0.0156391 (91.9084) Other time (%) = 0.000128746 (0.75662) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:58 2021 Memory usage per processor = 27.5451 Mbytes Step Atoms AVEKE stressZZ 22096 5000 8.608545e-11 8355093.3 22097 -0.0133249999999927 8354979.1018352 22097 5000 8.607925e-11 8354979.1 Loop time of 0.017247 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:58 2021 Pair time (%) = 0.00136709 (7.92657) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.214269) Outpt time (%) = 0.0157018 (91.0408) Other time (%) = 0.000141144 (0.818369) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:58 2021 Memory usage per processor = 27.5451 Mbytes Step Atoms AVEKE stressZZ 22097 5000 8.607925e-11 8354934 22098 -0.0133249999999927 8354819.84173586 22098 5000 8.6073051e-11 8354819.8 Loop time of 0.0167129 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:58 2021 Pair time (%) = 0.00111485 (6.67057) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.185452) Outpt time (%) = 0.0154748 (92.5919) Other time (%) = 9.2268e-05 (0.552076) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:58 2021 Memory usage per processor = 27.5451 Mbytes Step Atoms AVEKE stressZZ 22098 5000 8.6073051e-11 8354774.8 22099 -0.0133249999999927 8354660.58999433 22099 5000 8.6066853e-11 8354660.6 Loop time of 0.016639 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:58 2021 Pair time (%) = 0.00111198 (6.683) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.186276) Outpt time (%) = 0.0154071 (92.5963) Other time (%) = 8.89301e-05 (0.534468) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:58 2021 Memory usage per processor = 27.5451 Mbytes Step Atoms AVEKE stressZZ 22099 5000 8.6066853e-11 8354615.5 22100 -0.0133249999999927 8354501.34660935 22100 5000 8.6060656e-11 8354501.3 Loop time of 0.0197899 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:58 2021 Pair time (%) = 0.00111604 (5.63942) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.161436) Outpt time (%) = 0.018554 (93.7546) Other time (%) = 8.79765e-05 (0.444552) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:58 2021 Memory usage per processor = 27.5451 Mbytes Step Atoms AVEKE stressZZ 22100 5000 8.6060656e-11 8354456.3 22101 -0.0133249999999927 8354342.11157987 22101 5000 8.605446e-11 8354342.1 Loop time of 0.017416 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:58 2021 Pair time (%) = 0.00117016 (6.71887) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.195762) Outpt time (%) = 0.016113 (92.5186) Other time (%) = 9.87053e-05 (0.566751) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:58 2021 Memory usage per processor = 27.5451 Mbytes Step Atoms AVEKE stressZZ 22101 5000 8.605446e-11 8354297 22102 -0.0133249999999927 8354182.8849049 22102 5000 8.6048265e-11 8354182.9 Loop time of 0.0178511 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:58 2021 Pair time (%) = 0.00143218 (8.02292) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.207017) Outpt time (%) = 0.016243 (90.9914) Other time (%) = 0.000138998 (0.778652) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:58 2021 Memory usage per processor = 27.5451 Mbytes Step Atoms AVEKE stressZZ 22102 5000 8.6048265e-11 8354137.8 22103 -0.0133249999999927 8354023.66658333 22103 5000 8.6042071e-11 8354023.7 Loop time of 0.0176609 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:58 2021 Pair time (%) = 0.00116992 (6.62437) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.187648) Outpt time (%) = 0.016361 (92.6399) Other time (%) = 9.67979e-05 (0.548093) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:58 2021 Memory usage per processor = 27.5451 Mbytes Step Atoms AVEKE stressZZ 22103 5000 8.6042071e-11 8353978.6 22104 -0.0133249999999927 8353864.45661414 22104 5000 8.6035877e-11 8353864.5 Loop time of 0.0173898 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:58 2021 Pair time (%) = 0.00118208 (6.79755) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.190573) Outpt time (%) = 0.0160758 (92.4443) Other time (%) = 9.87053e-05 (0.567605) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:58 2021 Memory usage per processor = 27.5451 Mbytes Step Atoms AVEKE stressZZ 22104 5000 8.6035877e-11 8353819.4 22105 -0.0133249999999927 8353705.25499652 22105 5000 8.6029684e-11 8353705.3 Loop time of 0.017745 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:58 2021 Pair time (%) = 0.00137687 (7.75918) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.231096) Outpt time (%) = 0.0161719 (91.1351) Other time (%) = 0.00015521 (0.874671) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:58 2021 Memory usage per processor = 27.5451 Mbytes Step Atoms AVEKE stressZZ 22105 5000 8.6029684e-11 8353660.2 22106 -0.0133249999999927 8353546.06172944 22106 5000 8.6023492e-11 8353546.1 Loop time of 0.017854 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:58 2021 Pair time (%) = 0.00138307 (7.74654) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.212326) Outpt time (%) = 0.0163 (91.296) Other time (%) = 0.000133038 (0.745143) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:58 2021 Memory usage per processor = 27.5451 Mbytes Step Atoms AVEKE stressZZ 22106 5000 8.6023492e-11 8353501 22107 -0.0133249999999927 8353386.87681186 22107 5000 8.60173e-11 8353386.9 Loop time of 0.0176609 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:58 2021 Pair time (%) = 0.0011692 (6.62032) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.187648) Outpt time (%) = 0.016362 (92.6453) Other time (%) = 9.65595e-05 (0.546743) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:58 2021 Memory usage per processor = 27.5451 Mbytes Step Atoms AVEKE stressZZ 22107 5000 8.60173e-11 8353341.8 22108 -0.0133249999999927 8353227.70024299 22108 5000 8.6011109e-11 8353227.7 Loop time of 0.0176871 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:58 2021 Pair time (%) = 0.00117517 (6.6442) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.186021) Outpt time (%) = 0.016381 (92.6158) Other time (%) = 9.799e-05 (0.55402) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:58 2021 Memory usage per processor = 27.5451 Mbytes Step Atoms AVEKE stressZZ 22108 5000 8.6011109e-11 8353182.6 22109 -0.0133249999999927 8353068.53202187 22109 5000 8.6004919e-11 8353068.5 Loop time of 0.017437 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:58 2021 Pair time (%) = 0.00118303 (6.78462) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.194159) Outpt time (%) = 0.0161152 (92.4196) Other time (%) = 0.000104904 (0.601619) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:58 2021 Memory usage per processor = 27.5451 Mbytes Step Atoms AVEKE stressZZ 22109 5000 8.6004919e-11 8353023.5 22110 -0.0133249999999927 8352909.37214757 22110 5000 8.599873e-11 8352909.4 Loop time of 0.0206289 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:58 2021 Pair time (%) = 0.00138903 (6.73339) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.18492) Outpt time (%) = 0.0190289 (92.2438) Other time (%) = 0.000172853 (0.837918) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:58 2021 Memory usage per processor = 27.5451 Mbytes Step Atoms AVEKE stressZZ 22110 5000 8.599873e-11 8352864.3 22111 -0.0133249999999927 8352750.22061909 22111 5000 8.5992541e-11 8352750.2 Loop time of 0.017735 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:58 2021 Pair time (%) = 0.00122309 (6.89646) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.19224) Outpt time (%) = 0.0163739 (92.3252) Other time (%) = 0.000103951 (0.586132) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:58 2021 Memory usage per processor = 27.5451 Mbytes Step Atoms AVEKE stressZZ 22111 5000 8.5992541e-11 8352705.2 22112 -0.0133249999999927 8352591.07743558 22112 5000 8.5986353e-11 8352591.1 Loop time of 0.0176351 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:58 2021 Pair time (%) = 0.00118089 (6.69623) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.18657) Outpt time (%) = 0.0163231 (92.5602) Other time (%) = 9.82285e-05 (0.557005) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:58 2021 Memory usage per processor = 27.5451 Mbytes Step Atoms AVEKE stressZZ 22112 5000 8.5986353e-11 8352546 22113 -0.0133249999999927 8352431.94259613 22113 5000 8.5980166e-11 8352431.9 Loop time of 0.0174639 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:59 2021 Pair time (%) = 0.00117588 (6.7332) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.188398) Outpt time (%) = 0.0161619 (92.5446) Other time (%) = 9.32217e-05 (0.533796) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:59 2021 Memory usage per processor = 27.5451 Mbytes Step Atoms AVEKE stressZZ 22113 5000 8.5980166e-11 8352386.9 22114 -0.0133249999999927 8352272.81609977 22114 5000 8.5973979e-11 8352272.8 Loop time of 0.0175431 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:59 2021 Pair time (%) = 0.00131607 (7.50194) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.216088) Outpt time (%) = 0.0160749 (91.631) Other time (%) = 0.000114202 (0.650983) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:59 2021 Memory usage per processor = 27.5451 Mbytes Step Atoms AVEKE stressZZ 22114 5000 8.5973979e-11 8352227.8 22115 -0.0133249999999927 8352113.69794555 22115 5000 8.5967794e-11 8352113.7 Loop time of 0.0177088 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:59 2021 Pair time (%) = 0.00123811 (6.99149) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.196564) Outpt time (%) = 0.0163279 (92.2021) Other time (%) = 0.000108004 (0.609887) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:59 2021 Memory usage per processor = 27.5451 Mbytes Step Atoms AVEKE stressZZ 22115 5000 8.5967794e-11 8352068.6 22116 -0.0133249999999927 8351954.58813267 22116 5000 8.5961609e-11 8351954.6 Loop time of 0.0176501 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:59 2021 Pair time (%) = 0.00117016 (6.62974) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.203971) Outpt time (%) = 0.0163481 (92.6233) Other time (%) = 9.58443e-05 (0.543023) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:59 2021 Memory usage per processor = 27.5451 Mbytes Step Atoms AVEKE stressZZ 22116 5000 8.5961609e-11 8351909.5 22117 -0.0133249999999927 8351795.48666013 22117 5000 8.5955424e-11 8351795.5 Loop time of 0.0174611 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:59 2021 Pair time (%) = 0.00117111 (6.70699) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.195256) Outpt time (%) = 0.0161569 (92.5311) Other time (%) = 9.89437e-05 (0.566653) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:59 2021 Memory usage per processor = 27.5451 Mbytes Step Atoms AVEKE stressZZ 22117 5000 8.5955424e-11 8351750.4 22118 -0.0133249999999927 8351636.39352699 22118 5000 8.5949241e-11 8351636.4 Loop time of 0.0175428 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:59 2021 Pair time (%) = 0.00132418 (7.54825) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.216091) Outpt time (%) = 0.016068 (91.5928) Other time (%) = 0.000112772 (0.642838) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:59 2021 Memory usage per processor = 27.5451 Mbytes Step Atoms AVEKE stressZZ 22118 5000 8.5949241e-11 8351591.3 22119 -0.0133249999999927 8351477.30873239 22119 5000 8.5943058e-11 8351477.3 Loop time of 0.0177369 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:59 2021 Pair time (%) = 0.00122786 (6.9226) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.185499) Outpt time (%) = 0.016371 (92.2991) Other time (%) = 0.000105143 (0.59279) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:59 2021 Memory usage per processor = 27.5451 Mbytes Step Atoms AVEKE stressZZ 22119 5000 8.5943058e-11 8351432.3 22120 -0.0133249999999927 8351318.2322754 22120 5000 8.5936876e-11 8351318.2 Loop time of 0.0201981 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:59 2021 Pair time (%) = 0.00117397 (5.81229) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.164076) Outpt time (%) = 0.018892 (93.5338) Other time (%) = 9.89437e-05 (0.489866) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:59 2021 Memory usage per processor = 27.5451 Mbytes Step Atoms AVEKE stressZZ 22120 5000 8.5936876e-11 8351273.2 22121 -0.0133249999999927 8351159.16415516 22121 5000 8.5930694e-11 8351159.2 Loop time of 0.0174441 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:59 2021 Pair time (%) = 0.00117683 (6.7463) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.188612) Outpt time (%) = 0.0161362 (92.502) Other time (%) = 9.82285e-05 (0.563103) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:59 2021 Memory usage per processor = 27.5451 Mbytes Step Atoms AVEKE stressZZ 22121 5000 8.5930694e-11 8351114.1 22122 -0.0133249999999927 8351000.10437071 22122 5000 8.5924513e-11 8351000.1 Loop time of 0.017683 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:59 2021 Pair time (%) = 0.00123405 (6.97875) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.198199) Outpt time (%) = 0.0163062 (92.2136) Other time (%) = 0.000107765 (0.609427) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:59 2021 Memory usage per processor = 27.5451 Mbytes Step Atoms AVEKE stressZZ 22122 5000 8.5924513e-11 8350955.1 22123 -0.0133249999999927 8350841.0529212 22123 5000 8.5918333e-11 8350841.1 Loop time of 0.0177431 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:59 2021 Pair time (%) = 0.00124693 (7.02768) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.190809) Outpt time (%) = 0.016351 (92.154) Other time (%) = 0.000111341 (0.627519) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:59 2021 Memory usage per processor = 27.5451 Mbytes Step Atoms AVEKE stressZZ 22123 5000 8.5918333e-11 8350796 22124 -0.0133249999999927 8350682.00980564 22124 5000 8.5912154e-11 8350682 Loop time of 0.017664 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:59 2021 Pair time (%) = 0.00117397 (6.64615) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.198413) Outpt time (%) = 0.0163538 (92.5831) Other time (%) = 0.000101089 (0.572292) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:59 2021 Memory usage per processor = 27.5451 Mbytes Step Atoms AVEKE stressZZ 22124 5000 8.5912154e-11 8350637 22125 -0.0133249999999927 8350522.97502318 22125 5000 8.5905975e-11 8350523 Loop time of 0.017499 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:59 2021 Pair time (%) = 0.00116706 (6.6693) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.194834) Outpt time (%) = 0.016196 (92.5541) Other time (%) = 0.000101805 (0.581776) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:59 2021 Memory usage per processor = 27.5451 Mbytes Step Atoms AVEKE stressZZ 22125 5000 8.5905975e-11 8350477.9 22126 -0.0133249999999927 8350363.9485729 22126 5000 8.5899797e-11 8350363.9 Loop time of 0.0174482 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:59 2021 Pair time (%) = 0.0012269 (7.03169) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.206332) Outpt time (%) = 0.0160801 (92.1594) Other time (%) = 0.000105143 (0.602599) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:59 2021 Memory usage per processor = 27.5451 Mbytes Step Atoms AVEKE stressZZ 22126 5000 8.5899797e-11 8350318.9 22127 -0.0133249999999927 8350204.93052715 22127 5000 8.589362e-11 8350204.9 Loop time of 0.0177789 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:59 2021 Pair time (%) = 0.0012641 (7.1101) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.202494) Outpt time (%) = 0.016367 (92.0585) Other time (%) = 0.000111818 (0.628939) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:59 2021 Memory usage per processor = 27.5451 Mbytes Step Atoms AVEKE stressZZ 22127 5000 8.589362e-11 8350159.9 22128 -0.0133249999999927 8350045.92089839 22128 5000 8.5887444e-11 8350045.9 Loop time of 0.017669 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:59 2021 Pair time (%) = 0.00118113 (6.68475) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.187562) Outpt time (%) = 0.016356 (92.5691) Other time (%) = 9.87053e-05 (0.558637) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:59 2021 Memory usage per processor = 27.5451 Mbytes Step Atoms AVEKE stressZZ 22128 5000 8.5887444e-11 8350000.9 22129 -0.0133249999999927 8349886.91965087 22129 5000 8.5881268e-11 8349886.9 Loop time of 0.017478 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:59 2021 Pair time (%) = 0.00117111 (6.7005) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.189611) Outpt time (%) = 0.0161762 (92.552) Other time (%) = 9.75132e-05 (0.55792) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:59 2021 Memory usage per processor = 27.5451 Mbytes Step Atoms AVEKE stressZZ 22129 5000 8.5881268e-11 8349841.9 22130 -0.0133249999999927 8349727.92677291 22130 5000 8.5875093e-11 8349727.9 Loop time of 0.0203278 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:59 2021 Pair time (%) = 0.00121212 (5.96287) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.172412) Outpt time (%) = 0.0189719 (93.3299) Other time (%) = 0.000108719 (0.534828) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:59 2021 Memory usage per processor = 27.5451 Mbytes Step Atoms AVEKE stressZZ 22130 5000 8.5875093e-11 8349682.9 22131 -0.0133249999999927 8349568.94225804 22131 5000 8.5868919e-11 8349568.9 Loop time of 0.0178211 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:59 2021 Pair time (%) = 0.00135899 (7.62572) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.219407) Outpt time (%) = 0.0162909 (91.4137) Other time (%) = 0.000132084 (0.741167) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:59 2021 Memory usage per processor = 27.5451 Mbytes Step Atoms AVEKE stressZZ 22131 5000 8.5868919e-11 8349523.9 22132 -0.0133249999999927 8349409.96610135 22132 5000 8.5862745e-11 8349410 Loop time of 0.0176668 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:59 2021 Pair time (%) = 0.00116801 (6.61134) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.187584) Outpt time (%) = 0.0163689 (92.6532) Other time (%) = 9.67979e-05 (0.547908) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:59 2021 Memory usage per processor = 27.5451 Mbytes Step Atoms AVEKE stressZZ 22132 5000 8.5862745e-11 8349364.9 22133 -0.0133249999999927 8349250.9982991 22133 5000 8.5856572e-11 8349251 Loop time of 0.0177031 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:59 2021 Pair time (%) = 0.00116992 (6.60858) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.185854) Outpt time (%) = 0.016403 (92.6561) Other time (%) = 9.72748e-05 (0.54948) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:59 2021 Memory usage per processor = 27.5451 Mbytes Step Atoms AVEKE stressZZ 22133 5000 8.5856572e-11 8349206 22134 -0.0133249999999927 8349092.03884833 22134 5000 8.58504e-11 8349092 Loop time of 0.0174038 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:59 2021 Pair time (%) = 0.00119209 (6.8496) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.201378) Outpt time (%) = 0.016073 (92.3531) Other time (%) = 0.000103712 (0.595915) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:59 2021 Memory usage per processor = 27.5451 Mbytes Step Atoms AVEKE stressZZ 22134 5000 8.58504e-11 8349047 22135 -0.0133249999999927 8348933.0877463 22135 5000 8.5844229e-11 8348933.1 Loop time of 0.017885 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:59 2021 Pair time (%) = 0.00138211 (7.72779) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.213291) Outpt time (%) = 0.016336 (91.3391) Other time (%) = 0.000128746 (0.719856) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:59 2021 Memory usage per processor = 27.5451 Mbytes Step Atoms AVEKE stressZZ 22135 5000 8.5844229e-11 8348888.1 22136 -0.0133249999999927 8348774.14499079 22136 5000 8.5838058e-11 8348774.1 Loop time of 0.0176921 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:59 2021 Pair time (%) = 0.00117207 (6.6248) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.187316) Outpt time (%) = 0.0163879 (92.6286) Other time (%) = 9.89437e-05 (0.559254) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:59 2021 Memory usage per processor = 27.5451 Mbytes Step Atoms AVEKE stressZZ 22136 5000 8.5838058e-11 8348729.1 22137 -0.0133249999999927 8348615.21057972 22137 5000 8.5831888e-11 8348615.2 Loop time of 0.0176759 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:59 2021 Pair time (%) = 0.00117111 (6.62548) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.191535) Outpt time (%) = 0.0163729 (92.6286) Other time (%) = 9.799e-05 (0.554372) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:59 2021 Memory usage per processor = 27.5451 Mbytes Step Atoms AVEKE stressZZ 22137 5000 8.5831888e-11 8348570.2 22138 -0.0133249999999927 8348456.284511 22138 5000 8.5825718e-11 8348456.3 Loop time of 0.0174861 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:59 2021 Pair time (%) = 0.00120902 (6.91418) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.205885) Outpt time (%) = 0.0161331 (92.2623) Other time (%) = 0.000108004 (0.617654) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:59 2021 Memory usage per processor = 27.5451 Mbytes Step Atoms AVEKE stressZZ 22138 5000 8.5825718e-11 8348411.3 22139 -0.0133249999999927 8348297.36675888 22139 5000 8.581955e-11 8348297.4 Loop time of 0.0178301 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:59 2021 Pair time (%) = 0.00137711 (7.72347) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.207261) Outpt time (%) = 0.016288 (91.3512) Other time (%) = 0.000128031 (0.718058) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:59 2021 Memory usage per processor = 27.5451 Mbytes Step Atoms AVEKE stressZZ 22139 5000 8.581955e-11 8348252.3 22140 -0.0133249999999927 8348138.4573155 22140 5000 8.5813382e-11 8348138.5 Loop time of 0.019891 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:59 2021 Pair time (%) = 0.00117087 (5.88644) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.16541) Outpt time (%) = 0.0185909 (93.4639) Other time (%) = 9.63211e-05 (0.484244) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:59 2021 Memory usage per processor = 27.5451 Mbytes Step Atoms AVEKE stressZZ 22140 5000 8.5813382e-11 8348093.4 22141 -0.0133249999999927 8347979.55620587 22141 5000 8.5807215e-11 8347979.6 Loop time of 0.0172279 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:59 2021 Pair time (%) = 0.00116992 (6.79085) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192364) Outpt time (%) = 0.0159309 (92.4715) Other time (%) = 9.39369e-05 (0.545261) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:59 2021 Memory usage per processor = 27.5451 Mbytes Step Atoms AVEKE stressZZ 22141 5000 8.5807215e-11 8347934.5 22142 -0.0133249999999927 8347820.66342845 22142 5000 8.5801048e-11 8347820.7 Loop time of 0.017241 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:59 2021 Pair time (%) = 0.00117183 (6.79675) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190834) Outpt time (%) = 0.0159409 (92.4593) Other time (%) = 9.53674e-05 (0.553143) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:59 2021 Memory usage per processor = 27.5451 Mbytes Step Atoms AVEKE stressZZ 22142 5000 8.5801048e-11 8347775.6 22143 -0.0133249999999927 8347661.77898211 22143 5000 8.5794882e-11 8347661.8 Loop time of 0.0176549 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:59 2021 Pair time (%) = 0.00117111 (6.63336) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.187711) Outpt time (%) = 0.0163569 (92.6482) Other time (%) = 9.36985e-05 (0.530722) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:59 2021 Memory usage per processor = 27.5451 Mbytes Step Atoms AVEKE stressZZ 22143 5000 8.5794882e-11 8347616.8 22144 -0.0133249999999927 8347502.90286558 22144 5000 8.5788717e-11 8347502.9 Loop time of 0.017997 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:59 2021 Pair time (%) = 0.00142598 (7.92343) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.210638) Outpt time (%) = 0.0163891 (91.0658) Other time (%) = 0.000144005 (0.800159) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:59 2021 Memory usage per processor = 27.5451 Mbytes Step Atoms AVEKE stressZZ 22144 5000 8.5788717e-11 8347457.9 22145 -0.0133249999999927 8347344.03507749 22145 5000 8.5782553e-11 8347344 Loop time of 0.0178509 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:59 2021 Pair time (%) = 0.00138593 (7.76392) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.212362) Outpt time (%) = 0.0162849 (91.2277) Other time (%) = 0.000142097 (0.796025) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:59 2021 Memory usage per processor = 27.5451 Mbytes Step Atoms AVEKE stressZZ 22145 5000 8.5782553e-11 8347299 22146 -0.0133249999999927 8347185.17561683 22146 5000 8.5776389e-11 8347185.2 Loop time of 0.0177159 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:59 2021 Pair time (%) = 0.00117683 (6.6428) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.196485) Outpt time (%) = 0.0164011 (92.578) Other time (%) = 0.000103235 (0.582725) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:59 2021 Memory usage per processor = 27.5451 Mbytes Step Atoms AVEKE stressZZ 22146 5000 8.5776389e-11 8347140.2 22147 -0.0133249999999927 8347026.3244823 22147 5000 8.5770227e-11 8347026.3 Loop time of 0.017715 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:59 2021 Pair time (%) = 0.00117302 (6.62163) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.192458) Outpt time (%) = 0.0164111 (92.6395) Other time (%) = 9.67979e-05 (0.546419) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:59 2021 Memory usage per processor = 27.5451 Mbytes Step Atoms AVEKE stressZZ 22147 5000 8.5770227e-11 8346981.3 22148 -0.0133249999999927 8346867.48167286 22148 5000 8.5764064e-11 8346867.5 Loop time of 0.017396 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:59 2021 Pair time (%) = 0.00117707 (6.76635) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.195987) Outpt time (%) = 0.016078 (92.4237) Other time (%) = 0.000106812 (0.614001) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:59 2021 Memory usage per processor = 27.5451 Mbytes Step Atoms AVEKE stressZZ 22148 5000 8.5764064e-11 8346822.5 22149 -0.0133249999999927 8346708.64718725 22149 5000 8.5757903e-11 8346708.6 Loop time of 0.017951 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:59 2021 Pair time (%) = 0.00138783 (7.73123) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.205865) Outpt time (%) = 0.016391 (91.3098) Other time (%) = 0.000135183 (0.753068) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:59 2021 Memory usage per processor = 27.5451 Mbytes Step Atoms AVEKE stressZZ 22149 5000 8.5757903e-11 8346663.6 22150 -0.0133249999999927 8346549.8210245 22150 5000 8.5751742e-11 8346549.8 Loop time of 0.02021 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:59 2021 Pair time (%) = 0.00117683 (5.82302) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.162799) Outpt time (%) = 0.018898 (93.5081) Other time (%) = 0.000102282 (0.506093) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:59 2021 Memory usage per processor = 27.5451 Mbytes Step Atoms AVEKE stressZZ 22150 5000 8.5751742e-11 8346504.8 22151 -0.0133249999999927 8346391.00318332 22151 5000 8.5745582e-11 8346391 Loop time of 0.0176051 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:59 2021 Pair time (%) = 0.00116992 (6.64536) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.186888) Outpt time (%) = 0.016305 (92.6152) Other time (%) = 9.72748e-05 (0.552539) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:59 2021 Memory usage per processor = 27.5451 Mbytes Step Atoms AVEKE stressZZ 22151 5000 8.5745582e-11 8346346 22152 -0.0133249999999927 8346232.19366286 22152 5000 8.5739423e-11 8346232.2 Loop time of 0.017571 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:59 2021 Pair time (%) = 0.00124311 (7.07482) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.187251) Outpt time (%) = 0.016186 (92.1178) Other time (%) = 0.000108957 (0.620098) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:59 2021 Memory usage per processor = 27.5451 Mbytes Step Atoms AVEKE stressZZ 22152 5000 8.5739423e-11 8346187.2 22153 -0.0133249999999927 8346073.39246178 22153 5000 8.5733264e-11 8346073.4 Loop time of 0.017664 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:26:59 2021 Pair time (%) = 0.00138307 (7.82988) Neigh time (%) = 0 (0) Comm time (%) = 4.22001e-05 (0.238905) Outpt time (%) = 0.016103 (91.1632) Other time (%) = 0.00013566 (0.768006) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:26:59 2021 Memory usage per processor = 27.5451 Mbytes Step Atoms AVEKE stressZZ 22153 5000 8.5733264e-11 8346028.4 22154 -0.0133249999999927 8345914.59957924 22154 5000 8.5727106e-11 8345914.6 Loop time of 0.0177279 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:00 2021 Pair time (%) = 0.00124693 (7.03373) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.190973) Outpt time (%) = 0.0163419 (92.1822) Other time (%) = 0.000105143 (0.593093) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:00 2021 Memory usage per processor = 27.5451 Mbytes Step Atoms AVEKE stressZZ 22154 5000 8.5727106e-11 8345869.6 22155 -0.0133249999999927 8345755.81502929 22155 5000 8.5720949e-11 8345755.8 Loop time of 0.017808 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:00 2021 Pair time (%) = 0.00117612 (6.60446) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.186098) Outpt time (%) = 0.0165009 (92.6605) Other time (%) = 9.77516e-05 (0.548921) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:00 2021 Memory usage per processor = 27.5451 Mbytes Step Atoms AVEKE stressZZ 22155 5000 8.5720949e-11 8345710.8 22156 -0.0133249999999927 8345597.03890747 22156 5000 8.5714792e-11 8345597 Loop time of 0.0175059 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:00 2021 Pair time (%) = 0.00117898 (6.73476) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.193395) Outpt time (%) = 0.016192 (92.4944) Other time (%) = 0.000101089 (0.57746) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:00 2021 Memory usage per processor = 27.5451 Mbytes Step Atoms AVEKE stressZZ 22156 5000 8.5714792e-11 8345552 22157 -0.0133249999999927 8345438.27116787 22157 5000 8.5708637e-11 8345438.3 Loop time of 0.0175619 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:00 2021 Pair time (%) = 0.00132489 (7.54412) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.210426) Outpt time (%) = 0.0160868 (91.6006) Other time (%) = 0.000113249 (0.644855) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:00 2021 Memory usage per processor = 27.5451 Mbytes Step Atoms AVEKE stressZZ 22157 5000 8.5708637e-11 8345393.3 22158 -0.0133249999999927 8345279.51179112 22158 5000 8.5702481e-11 8345279.5 Loop time of 0.0179031 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:00 2021 Pair time (%) = 0.00133801 (7.4736) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.211743) Outpt time (%) = 0.0163991 (91.5995) Other time (%) = 0.000128031 (0.715132) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:00 2021 Memory usage per processor = 27.5451 Mbytes Step Atoms AVEKE stressZZ 22158 5000 8.5702481e-11 8345234.5 22159 -0.0133249999999927 8345120.76076822 22159 5000 8.5696327e-11 8345120.8 Loop time of 0.0177681 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:00 2021 Pair time (%) = 0.00121713 (6.85005) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.202617) Outpt time (%) = 0.0164061 (92.3341) Other time (%) = 0.000108957 (0.613217) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:27:00 2021 Memory usage per processor = 27.5451 Mbytes Step Atoms AVEKE stressZZ 22159 5000 8.5696327e-11 8345075.8 22160 -0.0133249999999927 8344939.60269325 22160 5000 1.6908116e-10 8345214.5 Loop time of 0.0196769 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:00 2021 Pair time (%) = 0.00117207 (5.95655) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.172057) Outpt time (%) = 0.0183508 (93.2607) Other time (%) = 0.000120163 (0.61068) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28377 ave 28377 max 28377 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28377 Ave neighs/atom = 5.6754 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:00 2021 Memory usage per processor = 27.5452 Mbytes Step Atoms AVEKE stressZZ 22160 5000 1.6908116e-10 8412561.6 22161 -0.0133574999999927 8412411.63985467 22161 5000 1.3603159e-10 8412411.6 Loop time of 0.017185 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:00 2021 Pair time (%) = 0.00124097 (7.22124) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.209492) Outpt time (%) = 0.0158 (91.9408) Other time (%) = 0.000108004 (0.628477) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28378 ave 28378 max 28378 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28378 Ave neighs/atom = 5.6756 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:00 2021 Memory usage per processor = 27.5452 Mbytes Step Atoms AVEKE stressZZ 22161 5000 1.3603159e-10 8412350.8 22162 -0.0133574999999927 8412213.59640657 22162 5000 1.1689421e-10 8412213.6 Loop time of 0.0176151 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:00 2021 Pair time (%) = 0.00125194 (7.10718) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.198963) Outpt time (%) = 0.0162179 (92.0685) Other time (%) = 0.000110149 (0.625313) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28378 ave 28378 max 28378 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28378 Ave neighs/atom = 5.6756 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:00 2021 Memory usage per processor = 27.5452 Mbytes Step Atoms AVEKE stressZZ 22162 5000 1.1689421e-10 8412158.3 22163 -0.0133574999999927 8412029.27654942 22163 5000 1.0548456e-10 8412029.3 Loop time of 0.017662 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:00 2021 Pair time (%) = 0.00120401 (6.81695) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.193035) Outpt time (%) = 0.0163209 (92.4069) Other time (%) = 0.000102997 (0.583153) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28378 ave 28378 max 28378 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28378 Ave neighs/atom = 5.6756 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:00 2021 Memory usage per processor = 27.5452 Mbytes Step Atoms AVEKE stressZZ 22163 5000 1.0548456e-10 8411977.6 22164 -0.0133574999999927 8411853.68123706 22164 5000 9.8536159e-11 8411853.7 Loop time of 0.01737 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:00 2021 Pair time (%) = 0.00117087 (6.74079) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.194908) Outpt time (%) = 0.0160689 (92.5098) Other time (%) = 9.63211e-05 (0.554526) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28378 ave 28378 max 28378 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28378 Ave neighs/atom = 5.6756 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:00 2021 Memory usage per processor = 27.5452 Mbytes Step Atoms AVEKE stressZZ 22164 5000 9.8536159e-11 8411804.2 22165 -0.0133574999999927 8411683.63355126 22165 5000 9.4241248e-11 8411683.6 Loop time of 0.0173712 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:00 2021 Pair time (%) = 0.00121808 (7.01208) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.207247) Outpt time (%) = 0.0160069 (92.1466) Other time (%) = 0.000110149 (0.634093) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28378 ave 28378 max 28378 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28378 Ave neighs/atom = 5.6756 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:00 2021 Memory usage per processor = 27.5452 Mbytes Step Atoms AVEKE stressZZ 22165 5000 9.4241248e-11 8411635.6 22166 -0.0133574999999927 8411517.11453592 22166 5000 9.1559262e-11 8411517.1 Loop time of 0.0177209 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:00 2021 Pair time (%) = 0.001261 (7.11585) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.197775) Outpt time (%) = 0.0163069 (92.0204) Other time (%) = 0.000118017 (0.665976) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28378 ave 28378 max 28378 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28378 Ave neighs/atom = 5.6756 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:00 2021 Memory usage per processor = 27.5452 Mbytes Step Atoms AVEKE stressZZ 22166 5000 9.1559262e-11 8411470 22167 -0.0133574999999927 8411352.8410848 22167 5000 8.9872659e-11 8411352.8 Loop time of 0.017616 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:00 2021 Pair time (%) = 0.00117111 (6.64799) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.188125) Outpt time (%) = 0.0163152 (92.6158) Other time (%) = 9.65595e-05 (0.548134) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28378 ave 28378 max 28378 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28378 Ave neighs/atom = 5.6756 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:00 2021 Memory usage per processor = 27.5452 Mbytes Step Atoms AVEKE stressZZ 22167 5000 8.9872659e-11 8411306.3 22168 -0.0133574999999927 8411189.99775861 22168 5000 8.8806652e-11 8411190 Loop time of 0.017374 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:00 2021 Pair time (%) = 0.00116682 (6.71589) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189373) Outpt time (%) = 0.016077 (92.5349) Other time (%) = 9.72748e-05 (0.559886) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28378 ave 28378 max 28378 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28378 Ave neighs/atom = 5.6756 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:00 2021 Memory usage per processor = 27.5452 Mbytes Step Atoms AVEKE stressZZ 22168 5000 8.8806652e-11 8411143.9 22169 -0.0133574999999927 8411028.06642102 22169 5000 8.8130199e-11 8411028.1 Loop time of 0.017535 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:00 2021 Pair time (%) = 0.00125885 (7.17908) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.205311) Outpt time (%) = 0.0161338 (92.0092) Other time (%) = 0.000106335 (0.606415) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28378 ave 28378 max 28378 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28378 Ave neighs/atom = 5.6756 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:00 2021 Memory usage per processor = 27.5452 Mbytes Step Atoms AVEKE stressZZ 22169 5000 8.8130199e-11 8410982.2 22170 -0.0133574999999927 8410866.71774828 22170 5000 8.7699355e-11 8410866.7 Loop time of 0.0204668 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:00 2021 Pair time (%) = 0.00124598 (6.08779) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.171241) Outpt time (%) = 0.0190818 (93.2331) Other time (%) = 0.000103951 (0.507898) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28378 ave 28378 max 28378 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28378 Ave neighs/atom = 5.6756 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:00 2021 Memory usage per processor = 27.5452 Mbytes Step Atoms AVEKE stressZZ 22170 5000 8.7699355e-11 8410821 22171 -0.0133574999999927 8410705.74245086 22171 5000 8.7423806e-11 8410705.7 Loop time of 0.017771 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:00 2021 Pair time (%) = 0.00117588 (6.61685) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.186485) Outpt time (%) = 0.016463 (92.6399) Other time (%) = 9.89437e-05 (0.55677) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28378 ave 28378 max 28378 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28378 Ave neighs/atom = 5.6756 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:00 2021 Memory usage per processor = 27.5452 Mbytes Step Atoms AVEKE stressZZ 22171 5000 8.7423806e-11 8410660.1 22172 -0.0133574999999927 8410545.00752224 22172 5000 8.7246628e-11 8410545 Loop time of 0.0181191 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:00 2021 Pair time (%) = 0.00141597 (7.81478) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.209219) Outpt time (%) = 0.0164762 (90.9325) Other time (%) = 0.000189066 (1.04346) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28378 ave 28378 max 28378 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28378 Ave neighs/atom = 5.6756 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:00 2021 Memory usage per processor = 27.5452 Mbytes Step Atoms AVEKE stressZZ 22172 5000 8.7246628e-11 8410499.4 22173 -0.0133574999999927 8410384.42843471 22173 5000 8.7131836e-11 8410384.4 Loop time of 0.0176151 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:00 2021 Pair time (%) = 0.00121021 (6.87032) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.204377) Outpt time (%) = 0.016264 (92.3298) Other time (%) = 0.000104904 (0.595536) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28378 ave 28378 max 28378 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28378 Ave neighs/atom = 5.6756 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:00 2021 Memory usage per processor = 27.5452 Mbytes Step Atoms AVEKE stressZZ 22173 5000 8.7131836e-11 8410338.9 22174 -0.0133574999999927 8410223.95146938 22174 5000 8.7056639e-11 8410224 Loop time of 0.018033 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:00 2021 Pair time (%) = 0.00139093 (7.71326) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.210217) Outpt time (%) = 0.016433 (91.1272) Other time (%) = 0.000171185 (0.949283) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28378 ave 28378 max 28378 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28378 Ave neighs/atom = 5.6756 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:00 2021 Memory usage per processor = 27.5452 Mbytes Step Atoms AVEKE stressZZ 22174 5000 8.7056639e-11 8410178.4 22175 -0.0133574999999927 8410063.54248666 22175 5000 8.7006584e-11 8410063.5 Loop time of 0.0177019 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:00 2021 Pair time (%) = 0.00116706 (6.59286) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.185866) Outpt time (%) = 0.016402 (92.6569) Other time (%) = 9.98974e-05 (0.564333) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28378 ave 28378 max 28378 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28378 Ave neighs/atom = 5.6756 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:00 2021 Memory usage per processor = 27.5452 Mbytes Step Atoms AVEKE stressZZ 22175 5000 8.7006584e-11 8410018 22176 -0.0133574999999927 8409903.17979009 22176 5000 8.6972498e-11 8409903.2 Loop time of 0.017746 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:00 2021 Pair time (%) = 0.00117493 (6.62081) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.192122) Outpt time (%) = 0.016433 (92.6013) Other time (%) = 0.000103951 (0.58577) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28378 ave 28378 max 28378 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28378 Ave neighs/atom = 5.6756 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:00 2021 Memory usage per processor = 27.5452 Mbytes Step Atoms AVEKE stressZZ 22176 5000 8.6972498e-11 8409857.7 22177 -0.0133574999999927 8409742.84959259 22177 5000 8.6948557e-11 8409742.8 Loop time of 0.0174608 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:00 2021 Pair time (%) = 0.00118399 (6.78082) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.200721) Outpt time (%) = 0.0161359 (92.4122) Other time (%) = 0.000105858 (0.606259) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28378 ave 28378 max 28378 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28378 Ave neighs/atom = 5.6756 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:00 2021 Memory usage per processor = 27.5452 Mbytes Step Atoms AVEKE stressZZ 22177 5000 8.6948557e-11 8409697.4 22178 -0.0133574999999927 8409582.5431451 22178 5000 8.6931062e-11 8409582.5 Loop time of 0.017849 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:00 2021 Pair time (%) = 0.00137806 (7.72067) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.212385) Outpt time (%) = 0.0162911 (91.2722) Other time (%) = 0.000141859 (0.794775) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28378 ave 28378 max 28378 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28378 Ave neighs/atom = 5.6756 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:00 2021 Memory usage per processor = 27.5452 Mbytes Step Atoms AVEKE stressZZ 22178 5000 8.6931062e-11 8409537.1 22179 -0.0133574999999927 8409422.25488995 22179 5000 8.6917663e-11 8409422.3 Loop time of 0.0176129 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:00 2021 Pair time (%) = 0.00118017 (6.7006) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.186805) Outpt time (%) = 0.0163009 (92.5508) Other time (%) = 9.89437e-05 (0.561767) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28378 ave 28378 max 28378 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28378 Ave neighs/atom = 5.6756 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:00 2021 Memory usage per processor = 27.5452 Mbytes Step Atoms AVEKE stressZZ 22179 5000 8.6917663e-11 8409376.8 22180 -0.0133574999999927 8409261.98137181 22180 5000 8.6906868e-11 8409262 Loop time of 0.0202708 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:00 2021 Pair time (%) = 0.00117803 (5.81144) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.168192) Outpt time (%) = 0.018961 (93.5381) Other time (%) = 9.77516e-05 (0.482228) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28378 ave 28378 max 28378 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28378 Ave neighs/atom = 5.6756 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:00 2021 Memory usage per processor = 27.5452 Mbytes Step Atoms AVEKE stressZZ 22180 5000 8.6906868e-11 8409216.5 22181 -0.0133574999999927 8409101.72027862 22181 5000 8.6897726e-11 8409101.7 Loop time of 0.0174358 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:00 2021 Pair time (%) = 0.00116897 (6.70441) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.19554) Outpt time (%) = 0.0161369 (92.5504) Other time (%) = 9.58443e-05 (0.549698) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28378 ave 28378 max 28378 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28378 Ave neighs/atom = 5.6756 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:00 2021 Memory usage per processor = 27.5452 Mbytes Step Atoms AVEKE stressZZ 22181 5000 8.6897726e-11 8409056.2 22182 -0.0133574999999927 8408941.47016674 22182 5000 8.6889637e-11 8408941.5 Loop time of 0.0175931 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:00 2021 Pair time (%) = 0.00133705 (7.59984) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.216829) Outpt time (%) = 0.0161049 (91.541) Other time (%) = 0.00011301 (0.642355) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28378 ave 28378 max 28378 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28378 Ave neighs/atom = 5.6756 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:00 2021 Memory usage per processor = 27.5452 Mbytes Step Atoms AVEKE stressZZ 22182 5000 8.6889637e-11 8408896 22183 -0.0133574999999927 8408781.23012029 22183 5000 8.6882216e-11 8408781.2 Loop time of 0.0176008 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:00 2021 Pair time (%) = 0.00121617 (6.90977) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.192352) Outpt time (%) = 0.0162508 (92.3303) Other time (%) = 9.98974e-05 (0.567574) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28378 ave 28378 max 28378 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28378 Ave neighs/atom = 5.6756 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:00 2021 Memory usage per processor = 27.5452 Mbytes Step Atoms AVEKE stressZZ 22183 5000 8.6882216e-11 8408735.8 22184 -0.0133574999999927 8408620.99955677 22184 5000 8.687522e-11 8408621 Loop time of 0.0175798 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:00 2021 Pair time (%) = 0.00116801 (6.64406) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.188513) Outpt time (%) = 0.0162809 (92.6114) Other time (%) = 9.77516e-05 (0.556045) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28378 ave 28378 max 28378 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28378 Ave neighs/atom = 5.6756 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:00 2021 Memory usage per processor = 27.5452 Mbytes Step Atoms AVEKE stressZZ 22184 5000 8.687522e-11 8408575.5 22185 -0.0133574999999927 8408460.7781054 22185 5000 8.6868495e-11 8408460.8 Loop time of 0.0173039 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:00 2021 Pair time (%) = 0.00117493 (6.78994) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.19014) Outpt time (%) = 0.0160041 (92.4881) Other time (%) = 9.20296e-05 (0.531842) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28378 ave 28378 max 28378 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28378 Ave neighs/atom = 5.6756 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:00 2021 Memory usage per processor = 27.5452 Mbytes Step Atoms AVEKE stressZZ 22185 5000 8.6868495e-11 8408415.3 22186 -0.0133574999999927 8408300.56552963 22186 5000 8.6861941e-11 8408300.6 Loop time of 0.017637 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:00 2021 Pair time (%) = 0.00116992 (6.63332) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.187901) Outpt time (%) = 0.016341 (92.6516) Other time (%) = 9.29832e-05 (0.527205) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28378 ave 28378 max 28378 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28378 Ave neighs/atom = 5.6756 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:00 2021 Memory usage per processor = 27.5452 Mbytes Step Atoms AVEKE stressZZ 22186 5000 8.6861941e-11 8408255.1 22187 -0.0133574999999927 8408140.36167844 22187 5000 8.6855498e-11 8408140.4 Loop time of 0.017478 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:00 2021 Pair time (%) = 0.00117397 (6.71687) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.195067) Outpt time (%) = 0.0161731 (92.5342) Other time (%) = 9.67979e-05 (0.553828) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28378 ave 28378 max 28378 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28378 Ave neighs/atom = 5.6756 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:00 2021 Memory usage per processor = 27.5452 Mbytes Step Atoms AVEKE stressZZ 22187 5000 8.6855498e-11 8408094.9 22188 -0.0133574999999927 8407980.16645527 22188 5000 8.6849124e-11 8407980.2 Loop time of 0.0178678 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:00 2021 Pair time (%) = 0.00143003 (8.00342) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.201486) Outpt time (%) = 0.0162649 (91.0292) Other time (%) = 0.000136852 (0.765915) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28378 ave 28378 max 28378 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28378 Ave neighs/atom = 5.6756 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:00 2021 Memory usage per processor = 27.5452 Mbytes Step Atoms AVEKE stressZZ 22188 5000 8.6849124e-11 8407934.7 22189 -0.0133574999999927 8407819.9797923 22189 5000 8.6842795e-11 8407820 Loop time of 0.017673 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:00 2021 Pair time (%) = 0.0011971 (6.7736) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.192915) Outpt time (%) = 0.016345 (92.4858) Other time (%) = 9.67979e-05 (0.547716) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28378 ave 28378 max 28378 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28378 Ave neighs/atom = 5.6756 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:00 2021 Memory usage per processor = 27.5452 Mbytes Step Atoms AVEKE stressZZ 22189 5000 8.6842795e-11 8407774.5 22190 -0.0133574999999927 8407659.80162915 22190 5000 8.6836495e-11 8407659.8 Loop time of 0.0202582 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:00 2021 Pair time (%) = 0.00118303 (5.83978) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.162412) Outpt time (%) = 0.0189362 (93.4741) Other time (%) = 0.000106096 (0.52372) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28378 ave 28378 max 28378 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28378 Ave neighs/atom = 5.6756 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:00 2021 Memory usage per processor = 27.5452 Mbytes Step Atoms AVEKE stressZZ 22190 5000 8.6836495e-11 8407614.3 22191 -0.0133574999999927 8407499.63198241 22191 5000 8.6830213e-11 8407499.6 Loop time of 0.017417 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:00 2021 Pair time (%) = 0.00116801 (6.70618) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.201227) Outpt time (%) = 0.0161209 (92.5587) Other time (%) = 9.29832e-05 (0.533866) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28378 ave 28378 max 28378 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28378 Ave neighs/atom = 5.6756 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:00 2021 Memory usage per processor = 27.5452 Mbytes Step Atoms AVEKE stressZZ 22191 5000 8.6830213e-11 8407454.2 22192 -0.0133574999999927 8407339.47085485 22192 5000 8.6823943e-11 8407339.5 Loop time of 0.017494 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:00 2021 Pair time (%) = 0.00126791 (7.2477) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.205792) Outpt time (%) = 0.016083 (91.9346) Other time (%) = 0.00010705 (0.611925) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28378 ave 28378 max 28378 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28378 Ave neighs/atom = 5.6756 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:00 2021 Memory usage per processor = 27.5452 Mbytes Step Atoms AVEKE stressZZ 22192 5000 8.6823943e-11 8407294 22193 -0.0133574999999927 8407179.31821816 22193 5000 8.6817681e-11 8407179.3 Loop time of 0.017988 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:00 2021 Pair time (%) = 0.00124812 (6.93865) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.189537) Outpt time (%) = 0.0165999 (92.2833) Other time (%) = 0.000105858 (0.588493) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28378 ave 28378 max 28378 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28378 Ave neighs/atom = 5.6756 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:00 2021 Memory usage per processor = 27.5452 Mbytes Step Atoms AVEKE stressZZ 22193 5000 8.6817681e-11 8407133.9 22194 -0.0133574999999927 8407019.17406023 22194 5000 8.6811425e-11 8407019.2 Loop time of 0.017689 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:00 2021 Pair time (%) = 0.00117898 (6.66505) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.191393) Outpt time (%) = 0.016377 (92.5829) Other time (%) = 9.91821e-05 (0.5607) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28378 ave 28378 max 28378 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28378 Ave neighs/atom = 5.6756 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:00 2021 Memory usage per processor = 27.5452 Mbytes Step Atoms AVEKE stressZZ 22194 5000 8.6811425e-11 8406973.7 22195 -0.0133574999999927 8406859.03840312 22195 5000 8.6805172e-11 8406859 Loop time of 0.0174742 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:00 2021 Pair time (%) = 0.00118113 (6.75926) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.19511) Outpt time (%) = 0.0161588 (92.4726) Other time (%) = 0.000100136 (0.57305) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28378 ave 28378 max 28378 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28378 Ave neighs/atom = 5.6756 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:00 2021 Memory usage per processor = 27.5452 Mbytes Step Atoms AVEKE stressZZ 22195 5000 8.6805172e-11 8406813.6 22196 -0.0133574999999927 8406698.91125316 22196 5000 8.6798921e-11 8406698.9 Loop time of 0.0174751 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:01 2021 Pair time (%) = 0.0012579 (7.19821) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.199192) Outpt time (%) = 0.0160718 (91.9695) Other time (%) = 0.000110626 (0.63305) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28378 ave 28378 max 28378 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28378 Ave neighs/atom = 5.6756 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:01 2021 Memory usage per processor = 27.5452 Mbytes Step Atoms AVEKE stressZZ 22196 5000 8.6798921e-11 8406653.5 22197 -0.0133574999999927 8406538.79258947 22197 5000 8.6792673e-11 8406538.8 Loop time of 0.017838 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:01 2021 Pair time (%) = 0.00131202 (7.35518) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.207169) Outpt time (%) = 0.016372 (91.7814) Other time (%) = 0.000117064 (0.656259) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28378 ave 28378 max 28378 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28378 Ave neighs/atom = 5.6756 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:01 2021 Memory usage per processor = 27.5452 Mbytes Step Atoms AVEKE stressZZ 22197 5000 8.6792673e-11 8406493.3 22198 -0.0133574999999927 8406378.68240218 22198 5000 8.6786425e-11 8406378.7 Loop time of 0.0176549 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:01 2021 Pair time (%) = 0.00116897 (6.6212) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.187711) Outpt time (%) = 0.0163569 (92.6482) Other time (%) = 9.58443e-05 (0.542876) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28378 ave 28378 max 28378 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28378 Ave neighs/atom = 5.6756 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:01 2021 Memory usage per processor = 27.5452 Mbytes Step Atoms AVEKE stressZZ 22198 5000 8.6786425e-11 8406333.2 22199 -0.0133574999999927 8406218.58068237 22199 5000 8.678018e-11 8406218.6 Loop time of 0.017396 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:01 2021 Pair time (%) = 0.00117898 (6.77731) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.195987) Outpt time (%) = 0.0160849 (92.4634) Other time (%) = 9.799e-05 (0.563291) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28378 ave 28378 max 28378 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28378 Ave neighs/atom = 5.6756 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:01 2021 Memory usage per processor = 27.5452 Mbytes Step Atoms AVEKE stressZZ 22199 5000 8.678018e-11 8406173.1 22200 -0.0133574999999927 8406058.48743361 22200 5000 8.6773935e-11 8406058.5 Loop time of 0.020108 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:01 2021 Pair time (%) = 0.00126791 (6.30551) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.179039) Outpt time (%) = 0.0186949 (92.9724) Other time (%) = 0.000109196 (0.543047) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28378 ave 28378 max 28378 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28378 Ave neighs/atom = 5.6756 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:01 2021 Memory usage per processor = 27.5452 Mbytes Step Atoms AVEKE stressZZ 22200 5000 8.6773935e-11 8406013 22201 -0.0133574999999927 8405898.40265603 22201 5000 8.6767691e-11 8405898.4 Loop time of 0.0178752 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:01 2021 Pair time (%) = 0.00132418 (7.4079) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.201403) Outpt time (%) = 0.016382 (91.6464) Other time (%) = 0.000133038 (0.744258) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28378 ave 28378 max 28378 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28378 Ave neighs/atom = 5.6756 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:01 2021 Memory usage per processor = 27.5452 Mbytes Step Atoms AVEKE stressZZ 22201 5000 8.6767691e-11 8405853 22202 -0.0133574999999927 8405738.32635461 22202 5000 8.6761448e-11 8405738.3 Loop time of 0.017662 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:01 2021 Pair time (%) = 0.00117087 (6.62932) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.186285) Outpt time (%) = 0.0163641 (92.6512) Other time (%) = 9.41753e-05 (0.533207) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28378 ave 28378 max 28378 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28378 Ave neighs/atom = 5.6756 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:01 2021 Memory usage per processor = 27.5452 Mbytes Step Atoms AVEKE stressZZ 22202 5000 8.6761448e-11 8405692.9 22203 -0.0133574999999927 8405578.25854756 22203 5000 8.6755205e-11 8405578.3 Loop time of 0.0175729 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:01 2021 Pair time (%) = 0.00117302 (6.67517) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.188587) Outpt time (%) = 0.016268 (92.5746) Other time (%) = 9.87053e-05 (0.561691) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28378 ave 28378 max 28378 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28378 Ave neighs/atom = 5.6756 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:01 2021 Memory usage per processor = 27.5452 Mbytes Step Atoms AVEKE stressZZ 22203 5000 8.6755205e-11 8405532.8 22204 -0.0133574999999927 8405418.19919159 22204 5000 8.6748964e-11 8405418.2 Loop time of 0.0174692 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:01 2021 Pair time (%) = 0.00127888 (7.32077) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.200625) Outpt time (%) = 0.016047 (91.859) Other time (%) = 0.000108242 (0.619618) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28378 ave 28378 max 28378 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28378 Ave neighs/atom = 5.6756 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:01 2021 Memory usage per processor = 27.5452 Mbytes Step Atoms AVEKE stressZZ 22204 5000 8.6748964e-11 8405372.8 22205 -0.0133574999999927 8405258.14827574 22205 5000 8.6742723e-11 8405258.1 Loop time of 0.0178411 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:01 2021 Pair time (%) = 0.00129199 (7.24165) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.201788) Outpt time (%) = 0.0163851 (91.8389) Other time (%) = 0.000128031 (0.717617) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28378 ave 28378 max 28378 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28378 Ave neighs/atom = 5.6756 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:01 2021 Memory usage per processor = 27.5452 Mbytes Step Atoms AVEKE stressZZ 22205 5000 8.6742723e-11 8405212.7 22206 -0.0133574999999927 8405098.10579778 22206 5000 8.6736483e-11 8405098.1 Loop time of 0.0177009 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:01 2021 Pair time (%) = 0.00116706 (6.59321) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.187223) Outpt time (%) = 0.0164039 (92.6727) Other time (%) = 9.67979e-05 (0.546853) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28378 ave 28378 max 28378 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28378 Ave neighs/atom = 5.6756 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:01 2021 Memory usage per processor = 27.5452 Mbytes Step Atoms AVEKE stressZZ 22206 5000 8.6736483e-11 8405052.7 22207 -0.0133574999999927 8404938.07175594 22207 5000 8.6730243e-11 8404938.1 Loop time of 0.0175712 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:01 2021 Pair time (%) = 0.00117087 (6.66359) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.194032) Outpt time (%) = 0.016269 (92.5888) Other time (%) = 9.72748e-05 (0.553603) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28378 ave 28378 max 28378 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28378 Ave neighs/atom = 5.6756 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:01 2021 Memory usage per processor = 27.5452 Mbytes Step Atoms AVEKE stressZZ 22207 5000 8.6730243e-11 8404892.6 22208 -0.0133574999999927 8404778.04614824 22208 5000 8.6724005e-11 8404778 Loop time of 0.0174301 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:01 2021 Pair time (%) = 0.00121999 (6.99933) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.206547) Outpt time (%) = 0.016067 (92.18) Other time (%) = 0.00010705 (0.614168) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28378 ave 28378 max 28378 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28378 Ave neighs/atom = 5.6756 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:01 2021 Memory usage per processor = 27.5452 Mbytes Step Atoms AVEKE stressZZ 22208 5000 8.6724005e-11 8404732.6 22209 -0.0133574999999927 8404618.02897295 22209 5000 8.6717767e-11 8404618 Loop time of 0.0178549 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:01 2021 Pair time (%) = 0.00134301 (7.5218) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.201632) Outpt time (%) = 0.0163479 (91.5595) Other time (%) = 0.000128031 (0.717061) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28378 ave 28378 max 28378 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28378 Ave neighs/atom = 5.6756 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:01 2021 Memory usage per processor = 27.5452 Mbytes Step Atoms AVEKE stressZZ 22209 5000 8.6717767e-11 8404572.6 22210 -0.0133574999999927 8404458.0202285 22210 5000 8.671153e-11 8404458 Loop time of 0.0201759 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:01 2021 Pair time (%) = 0.00116897 (5.79386) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.164256) Outpt time (%) = 0.018877 (93.5621) Other time (%) = 9.67979e-05 (0.479769) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28378 ave 28378 max 28378 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28378 Ave neighs/atom = 5.6756 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:01 2021 Memory usage per processor = 27.5452 Mbytes Step Atoms AVEKE stressZZ 22210 5000 8.671153e-11 8404412.6 22211 -0.0133574999999927 8404298.0199123 22211 5000 8.6705293e-11 8404298 Loop time of 0.017694 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:01 2021 Pair time (%) = 0.00122309 (6.91244) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.192686) Outpt time (%) = 0.0163329 (92.3074) Other time (%) = 0.000103951 (0.58749) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28378 ave 28378 max 28378 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28378 Ave neighs/atom = 5.6756 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:01 2021 Memory usage per processor = 27.5452 Mbytes Step Atoms AVEKE stressZZ 22211 5000 8.6705293e-11 8404252.6 22212 -0.0133574999999927 8404138.02800887 22212 5000 8.6699058e-11 8404138 Loop time of 0.0174911 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:01 2021 Pair time (%) = 0.00118017 (6.74727) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.200373) Outpt time (%) = 0.0161688 (92.4403) Other time (%) = 0.00010705 (0.612025) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28378 ave 28378 max 28378 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28378 Ave neighs/atom = 5.6756 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:01 2021 Memory usage per processor = 27.5452 Mbytes Step Atoms AVEKE stressZZ 22212 5000 8.6699058e-11 8404092.6 22213 -0.0133574999999927 8403978.0445306 22213 5000 8.6692823e-11 8403978 Loop time of 0.0180421 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:01 2021 Pair time (%) = 0.0014379 (7.96971) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.206147) Outpt time (%) = 0.0164349 (91.0921) Other time (%) = 0.000132084 (0.732088) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28378 ave 28378 max 28378 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28378 Ave neighs/atom = 5.6756 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:01 2021 Memory usage per processor = 27.5452 Mbytes Step Atoms AVEKE stressZZ 22213 5000 8.6692823e-11 8403932.6 22214 -0.0133574999999927 8403818.0694789 22214 5000 8.6686588e-11 8403818.1 Loop time of 0.0177279 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:01 2021 Pair time (%) = 0.00119996 (6.76879) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.186939) Outpt time (%) = 0.0163949 (92.4808) Other time (%) = 9.98974e-05 (0.563505) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28378 ave 28378 max 28378 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28378 Ave neighs/atom = 5.6756 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:01 2021 Memory usage per processor = 27.5452 Mbytes Step Atoms AVEKE stressZZ 22214 5000 8.6686588e-11 8403772.6 22215 -0.0133574999999927 8403658.10285156 22215 5000 8.6680355e-11 8403658.1 Loop time of 0.0176919 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:01 2021 Pair time (%) = 0.00117517 (6.64241) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.185971) Outpt time (%) = 0.0163858 (92.6177) Other time (%) = 9.799e-05 (0.553871) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28378 ave 28378 max 28378 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28378 Ave neighs/atom = 5.6756 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:01 2021 Memory usage per processor = 27.5452 Mbytes Step Atoms AVEKE stressZZ 22215 5000 8.6680355e-11 8403612.7 22216 -0.0133574999999927 8403498.14464482 22216 5000 8.6674122e-11 8403498.1 Loop time of 0.017437 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:01 2021 Pair time (%) = 0.00117612 (6.74497) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.195526) Outpt time (%) = 0.0161259 (92.4811) Other time (%) = 0.000100851 (0.578375) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28378 ave 28378 max 28378 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28378 Ave neighs/atom = 5.6756 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:01 2021 Memory usage per processor = 27.5452 Mbytes Step Atoms AVEKE stressZZ 22216 5000 8.6674122e-11 8403452.7 22217 -0.0133574999999927 8403338.19485739 22217 5000 8.666789e-11 8403338.2 Loop time of 0.0179009 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:01 2021 Pair time (%) = 0.00140405 (7.84342) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.2131) Outpt time (%) = 0.016278 (90.9339) Other time (%) = 0.000180721 (1.00956) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28378 ave 28378 max 28378 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28378 Ave neighs/atom = 5.6756 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:01 2021 Memory usage per processor = 27.5452 Mbytes Step Atoms AVEKE stressZZ 22217 5000 8.666789e-11 8403292.8 22218 -0.0133574999999927 8403178.25348771 22218 5000 8.6661659e-11 8403178.3 Loop time of 0.0177429 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:01 2021 Pair time (%) = 0.00122404 (6.89878) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.18678) Outpt time (%) = 0.0163829 (92.3353) Other time (%) = 0.000102758 (0.579153) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28378 ave 28378 max 28378 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28378 Ave neighs/atom = 5.6756 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:01 2021 Memory usage per processor = 27.5452 Mbytes Step Atoms AVEKE stressZZ 22218 5000 8.6661659e-11 8403132.8 22219 -0.0133574999999927 8403018.32053456 22219 5000 8.6655428e-11 8403018.3 Loop time of 0.0176711 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:01 2021 Pair time (%) = 0.00116706 (6.60433) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.187539) Outpt time (%) = 0.0163522 (92.5362) Other time (%) = 0.000118732 (0.671902) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28378 ave 28378 max 28378 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28378 Ave neighs/atom = 5.6756 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:01 2021 Memory usage per processor = 27.5452 Mbytes Step Atoms AVEKE stressZZ 22219 5000 8.6655428e-11 8402972.9 22220 -0.0133574999999927 8402858.39599654 22220 5000 8.6649198e-11 8402858.4 Loop time of 0.020051 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:01 2021 Pair time (%) = 0.00124192 (6.19382) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.174792) Outpt time (%) = 0.0186658 (93.0916) Other time (%) = 0.000108242 (0.539834) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28378 ave 28378 max 28378 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28378 Ave neighs/atom = 5.6756 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:01 2021 Memory usage per processor = 27.5452 Mbytes Step Atoms AVEKE stressZZ 22220 5000 8.6649198e-11 8402813 22221 -0.0133574999999927 8402698.47987217 22221 5000 8.6642969e-11 8402698.5 Loop time of 0.0176129 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:01 2021 Pair time (%) = 0.00130796 (7.42616) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.216585) Outpt time (%) = 0.016156 (91.7278) Other time (%) = 0.000110865 (0.62945) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28378 ave 28378 max 28378 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28378 Ave neighs/atom = 5.6756 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:01 2021 Memory usage per processor = 27.5452 Mbytes Step Atoms AVEKE stressZZ 22221 5000 8.6642969e-11 8402653.1 22222 -0.0133574999999927 8402538.57216032 22222 5000 8.663674e-11 8402538.6 Loop time of 0.0177441 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:01 2021 Pair time (%) = 0.00121903 (6.8701) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.192142) Outpt time (%) = 0.016386 (92.3466) Other time (%) = 0.000104904 (0.591207) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28378 ave 28378 max 28378 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28378 Ave neighs/atom = 5.6756 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:01 2021 Memory usage per processor = 27.5452 Mbytes Step Atoms AVEKE stressZZ 22222 5000 8.663674e-11 8402493.1 22223 -0.0133574999999927 8402378.67285961 22223 5000 8.6630512e-11 8402378.7 Loop time of 0.017664 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:01 2021 Pair time (%) = 0.00117302 (6.64075) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.187615) Outpt time (%) = 0.0163591 (92.6128) Other time (%) = 9.87053e-05 (0.558795) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28378 ave 28378 max 28378 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28378 Ave neighs/atom = 5.6756 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:01 2021 Memory usage per processor = 27.5452 Mbytes Step Atoms AVEKE stressZZ 22223 5000 8.6630512e-11 8402333.2 22224 -0.0133574999999927 8402218.78196874 22224 5000 8.6624285e-11 8402218.8 Loop time of 0.0173459 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:01 2021 Pair time (%) = 0.00117207 (6.75702) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191055) Outpt time (%) = 0.0160441 (92.4953) Other time (%) = 9.65595e-05 (0.55667) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28378 ave 28378 max 28378 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28378 Ave neighs/atom = 5.6756 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:01 2021 Memory usage per processor = 27.5452 Mbytes Step Atoms AVEKE stressZZ 22224 5000 8.6624285e-11 8402173.4 22225 -0.0133574999999927 8402058.89948649 22225 5000 8.6618059e-11 8402058.9 Loop time of 0.0176241 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:01 2021 Pair time (%) = 0.0013361 (7.58107) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.221858) Outpt time (%) = 0.016129 (91.5166) Other time (%) = 0.000119925 (0.680456) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28378 ave 28378 max 28378 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28378 Ave neighs/atom = 5.6756 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:01 2021 Memory usage per processor = 27.5452 Mbytes Step Atoms AVEKE stressZZ 22225 5000 8.6618059e-11 8402013.5 22226 -0.0133574999999927 8401899.02541158 22226 5000 8.6611833e-11 8401899 Loop time of 0.0172532 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:01 2021 Pair time (%) = 0.00117087 (6.78643) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.1907) Outpt time (%) = 0.015954 (92.4701) Other time (%) = 9.53674e-05 (0.552753) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28378 ave 28378 max 28378 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28378 Ave neighs/atom = 5.6756 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:01 2021 Memory usage per processor = 27.5452 Mbytes Step Atoms AVEKE stressZZ 22226 5000 8.6611833e-11 8401853.6 22227 -0.0133574999999927 8401739.15974272 22227 5000 8.6605609e-11 8401739.2 Loop time of 0.017252 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:01 2021 Pair time (%) = 0.00116992 (6.78137) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190713) Outpt time (%) = 0.015955 (92.482) Other time (%) = 9.41753e-05 (0.545882) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28378 ave 28378 max 28378 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28378 Ave neighs/atom = 5.6756 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:01 2021 Memory usage per processor = 27.5452 Mbytes Step Atoms AVEKE stressZZ 22227 5000 8.6605609e-11 8401693.7 22228 -0.0133574999999927 8401579.30247867 22228 5000 8.6599384e-11 8401579.3 Loop time of 0.0173912 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:01 2021 Pair time (%) = 0.00117302 (6.7449) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189186) Outpt time (%) = 0.0160918 (92.5285) Other time (%) = 9.34601e-05 (0.537399) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28378 ave 28378 max 28378 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28378 Ave neighs/atom = 5.6756 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:01 2021 Memory usage per processor = 27.5452 Mbytes Step Atoms AVEKE stressZZ 22228 5000 8.6599384e-11 8401533.9 22229 -0.0133574999999927 8401419.45361822 22229 5000 8.6593161e-11 8401419.5 Loop time of 0.017832 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:01 2021 Pair time (%) = 0.001405 (7.87908) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.213924) Outpt time (%) = 0.016252 (91.1395) Other time (%) = 0.000136852 (0.767451) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28378 ave 28378 max 28378 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28378 Ave neighs/atom = 5.6756 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:01 2021 Memory usage per processor = 27.5452 Mbytes Step Atoms AVEKE stressZZ 22229 5000 8.6593161e-11 8401374 22230 -0.0133574999999927 8401259.61316028 22230 5000 8.6586938e-11 8401259.6 Loop time of 0.020231 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:01 2021 Pair time (%) = 0.00117207 (5.79341) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.163809) Outpt time (%) = 0.018929 (93.5643) Other time (%) = 9.67979e-05 (0.478463) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28378 ave 28378 max 28378 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28378 Ave neighs/atom = 5.6756 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:01 2021 Memory usage per processor = 27.5452 Mbytes Step Atoms AVEKE stressZZ 22230 5000 8.6586938e-11 8401214.2 22231 -0.0133574999999927 8401099.78110354 22231 5000 8.6580716e-11 8401099.8 Loop time of 0.0177159 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:01 2021 Pair time (%) = 0.00117207 (6.61589) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.187064) Outpt time (%) = 0.016413 (92.6453) Other time (%) = 9.77516e-05 (0.551772) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28378 ave 28378 max 28378 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28378 Ave neighs/atom = 5.6756 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:01 2021 Memory usage per processor = 27.5452 Mbytes Step Atoms AVEKE stressZZ 22231 5000 8.6580716e-11 8401054.4 22232 -0.0133574999999927 8400939.9574468 22232 5000 8.6574495e-11 8400940 Loop time of 0.0174229 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:01 2021 Pair time (%) = 0.00116801 (6.70389) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.19021) Outpt time (%) = 0.0161259 (92.5558) Other time (%) = 9.58443e-05 (0.550105) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28378 ave 28378 max 28378 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28378 Ave neighs/atom = 5.6756 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:01 2021 Memory usage per processor = 27.5452 Mbytes Step Atoms AVEKE stressZZ 22232 5000 8.6574495e-11 8400894.5 22233 -0.0133574999999927 8400780.14218891 22233 5000 8.6568274e-11 8400780.1 Loop time of 0.0176551 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:01 2021 Pair time (%) = 0.00133014 (7.534) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.221469) Outpt time (%) = 0.0161731 (91.6058) Other time (%) = 0.000112772 (0.638749) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28378 ave 28378 max 28378 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28378 Ave neighs/atom = 5.6756 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:01 2021 Memory usage per processor = 27.5452 Mbytes Step Atoms AVEKE stressZZ 22233 5000 8.6568274e-11 8400734.7 22234 -0.0133574999999927 8400620.33532874 22234 5000 8.6562054e-11 8400620.3 Loop time of 0.01771 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:01 2021 Pair time (%) = 0.00121284 (6.84832) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.191166) Outpt time (%) = 0.0163581 (92.3668) Other time (%) = 0.000105143 (0.593692) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28378 ave 28378 max 28378 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28378 Ave neighs/atom = 5.6756 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:01 2021 Memory usage per processor = 27.5452 Mbytes Step Atoms AVEKE stressZZ 22234 5000 8.6562054e-11 8400574.9 22235 -0.0133574999999927 8400460.536865 22235 5000 8.6555835e-11 8400460.5 Loop time of 0.0176792 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:01 2021 Pair time (%) = 0.00117302 (6.63502) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.187453) Outpt time (%) = 0.0163791 (92.6462) Other time (%) = 9.39369e-05 (0.531341) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28378 ave 28378 max 28378 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28378 Ave neighs/atom = 5.6756 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:01 2021 Memory usage per processor = 27.5452 Mbytes Step Atoms AVEKE stressZZ 22235 5000 8.6555835e-11 8400415.1 22236 -0.0133574999999927 8400300.74679673 22236 5000 8.6549617e-11 8400300.7 Loop time of 0.017452 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:01 2021 Pair time (%) = 0.00116706 (6.68725) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.189893) Outpt time (%) = 0.0161541 (92.5627) Other time (%) = 9.77516e-05 (0.560117) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28378 ave 28378 max 28378 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28378 Ave neighs/atom = 5.6756 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:01 2021 Memory usage per processor = 27.5452 Mbytes Step Atoms AVEKE stressZZ 22236 5000 8.6549617e-11 8400255.3 22237 -0.0133574999999927 8400140.96512254 22237 5000 8.6543399e-11 8400141 Loop time of 0.0176499 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:01 2021 Pair time (%) = 0.00132704 (7.51868) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.221535) Outpt time (%) = 0.0161669 (91.5979) Other time (%) = 0.000116825 (0.661903) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28378 ave 28378 max 28378 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28378 Ave neighs/atom = 5.6756 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:01 2021 Memory usage per processor = 27.5452 Mbytes Step Atoms AVEKE stressZZ 22237 5000 8.6543399e-11 8400095.6 22238 -0.0133574999999927 8399981.19183635 22238 5000 8.6537182e-11 8399981.2 Loop time of 0.0177281 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:02 2021 Pair time (%) = 0.00121593 (6.8588) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.192315) Outpt time (%) = 0.0163729 (92.3558) Other time (%) = 0.000105143 (0.593085) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28378 ave 28378 max 28378 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28378 Ave neighs/atom = 5.6756 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:02 2021 Memory usage per processor = 27.5452 Mbytes Step Atoms AVEKE stressZZ 22238 5000 8.6537182e-11 8399935.8 22239 -0.0133574999999927 8399821.42693757 22239 5000 8.6530966e-11 8399821.4 Loop time of 0.0186129 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:02 2021 Pair time (%) = 0.00117016 (6.28683) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.17805) Outpt time (%) = 0.017313 (93.0163) Other time (%) = 9.65595e-05 (0.518779) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28378 ave 28378 max 28378 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28378 Ave neighs/atom = 5.6756 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:02 2021 Memory usage per processor = 27.5452 Mbytes Step Atoms AVEKE stressZZ 22239 5000 8.6530966e-11 8399776 22240 -0.0133574999999927 8399661.67042948 22240 5000 8.652475e-11 8399661.7 Loop time of 0.020088 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:02 2021 Pair time (%) = 0.00117397 (5.84416) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.164975) Outpt time (%) = 0.0187819 (93.4983) Other time (%) = 9.89437e-05 (0.492552) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28378 ave 28378 max 28378 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28378 Ave neighs/atom = 5.6756 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:02 2021 Memory usage per processor = 27.5452 Mbytes Step Atoms AVEKE stressZZ 22240 5000 8.652475e-11 8399616.3 22241 -0.0133574999999927 8399501.92231109 22241 5000 8.6518536e-11 8399501.9 Loop time of 0.0174122 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:02 2021 Pair time (%) = 0.00120401 (6.91478) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.201282) Outpt time (%) = 0.0160661 (92.2691) Other time (%) = 0.00010705 (0.614799) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28378 ave 28378 max 28378 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28378 Ave neighs/atom = 5.6756 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:02 2021 Memory usage per processor = 27.5452 Mbytes Step Atoms AVEKE stressZZ 22241 5000 8.6518536e-11 8399456.5 22242 -0.0133574999999927 8399342.18258107 22242 5000 8.6512322e-11 8399342.2 Loop time of 0.0178061 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:02 2021 Pair time (%) = 0.001297 (7.28402) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.207541) Outpt time (%) = 0.0163491 (91.8175) Other time (%) = 0.000123024 (0.690911) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28378 ave 28378 max 28378 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28378 Ave neighs/atom = 5.6756 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:02 2021 Memory usage per processor = 27.5452 Mbytes Step Atoms AVEKE stressZZ 22242 5000 8.6512322e-11 8399296.8 22243 -0.0133574999999927 8399182.45123856 22243 5000 8.6506108e-11 8399182.5 Loop time of 0.017674 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:02 2021 Pair time (%) = 0.00117612 (6.65453) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.186159) Outpt time (%) = 0.016362 (92.5766) Other time (%) = 0.000102997 (0.58276) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28378 ave 28378 max 28378 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28378 Ave neighs/atom = 5.6756 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:02 2021 Memory usage per processor = 27.5452 Mbytes Step Atoms AVEKE stressZZ 22243 5000 8.6506108e-11 8399137 22244 -0.0133574999999927 8399022.72828227 22244 5000 8.6499896e-11 8399022.7 Loop time of 0.0174949 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:02 2021 Pair time (%) = 0.00117302 (6.70492) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.188065) Outpt time (%) = 0.0161879 (92.5292) Other time (%) = 0.000101089 (0.577822) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28378 ave 28378 max 28378 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28378 Ave neighs/atom = 5.6756 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:02 2021 Memory usage per processor = 27.5452 Mbytes Step Atoms AVEKE stressZZ 22244 5000 8.6499896e-11 8398977.3 22245 -0.0133574999999927 8398863.01371116 22245 5000 8.6493684e-11 8398863 Loop time of 0.0175111 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:02 2021 Pair time (%) = 0.00124907 (7.13303) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.198783) Outpt time (%) = 0.016108 (91.9874) Other time (%) = 0.000119209 (0.680763) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28378 ave 28378 max 28378 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28378 Ave neighs/atom = 5.6756 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:02 2021 Memory usage per processor = 27.5452 Mbytes Step Atoms AVEKE stressZZ 22245 5000 8.6493684e-11 8398817.6 22246 -0.0133574999999927 8398703.30752423 22246 5000 8.6487472e-11 8398703.3 Loop time of 0.0178092 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:02 2021 Pair time (%) = 0.00132895 (7.46215) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.195456) Outpt time (%) = 0.016315 (91.6101) Other time (%) = 0.000130415 (0.732292) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28378 ave 28378 max 28378 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28378 Ave neighs/atom = 5.6756 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:02 2021 Memory usage per processor = 27.5452 Mbytes Step Atoms AVEKE stressZZ 22246 5000 8.6487472e-11 8398657.9 22247 -0.0133574999999927 8398543.60972052 22247 5000 8.6481262e-11 8398543.6 Loop time of 0.0176659 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:02 2021 Pair time (%) = 0.00116801 (6.61169) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.187594) Outpt time (%) = 0.0163679 (92.6528) Other time (%) = 9.67979e-05 (0.547938) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28378 ave 28378 max 28378 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28378 Ave neighs/atom = 5.6756 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:02 2021 Memory usage per processor = 27.5452 Mbytes Step Atoms AVEKE stressZZ 22247 5000 8.6481262e-11 8398498.2 22248 -0.0133574999999927 8398383.9202987 22248 5000 8.6475052e-11 8398383.9 Loop time of 0.0175459 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:02 2021 Pair time (%) = 0.00117493 (6.69629) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.188877) Outpt time (%) = 0.0162411 (92.5632) Other time (%) = 9.67979e-05 (0.551683) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28378 ave 28378 max 28378 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28378 Ave neighs/atom = 5.6756 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:02 2021 Memory usage per processor = 27.5452 Mbytes Step Atoms AVEKE stressZZ 22248 5000 8.6475052e-11 8398338.5 22249 -0.0133574999999927 8398224.23925777 22249 5000 8.6468843e-11 8398224.2 Loop time of 0.017483 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:02 2021 Pair time (%) = 0.00120211 (6.87586) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.200466) Outpt time (%) = 0.01614 (92.3182) Other time (%) = 0.000105858 (0.60549) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28378 ave 28378 max 28378 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28378 Ave neighs/atom = 5.6756 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:02 2021 Memory usage per processor = 27.5452 Mbytes Step Atoms AVEKE stressZZ 22249 5000 8.6468843e-11 8398178.8 22250 -0.0133574999999927 8398064.56659683 22250 5000 8.6462635e-11 8398064.6 Loop time of 0.0206051 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:02 2021 Pair time (%) = 0.00133801 (6.49357) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.17472) Outpt time (%) = 0.0191009 (92.6999) Other time (%) = 0.000130177 (0.631769) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28378 ave 28378 max 28378 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28378 Ave neighs/atom = 5.6756 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:02 2021 Memory usage per processor = 27.5452 Mbytes Step Atoms AVEKE stressZZ 22250 5000 8.6462635e-11 8398019.2 22251 -0.0133574999999927 8397904.90231475 22251 5000 8.6456427e-11 8397904.9 Loop time of 0.017653 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:02 2021 Pair time (%) = 0.0011909 (6.74617) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.186381) Outpt time (%) = 0.01633 (92.5056) Other time (%) = 9.91821e-05 (0.561843) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28378 ave 28378 max 28378 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28378 Ave neighs/atom = 5.6756 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:02 2021 Memory usage per processor = 27.5452 Mbytes Step Atoms AVEKE stressZZ 22251 5000 8.6456427e-11 8397859.5 22252 -0.0133574999999927 8397745.24641054 22252 5000 8.645022e-11 8397745.2 Loop time of 0.0176809 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:02 2021 Pair time (%) = 0.00117111 (6.62361) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.187435) Outpt time (%) = 0.0163801 (92.6428) Other time (%) = 9.65595e-05 (0.546124) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28378 ave 28378 max 28378 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28378 Ave neighs/atom = 5.6756 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:02 2021 Memory usage per processor = 27.5452 Mbytes Step Atoms AVEKE stressZZ 22252 5000 8.645022e-11 8397699.9 22253 -0.0133574999999927 8397585.59888312 22253 5000 8.6444014e-11 8397585.6 Loop time of 0.0174589 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:02 2021 Pair time (%) = 0.00117493 (6.72967) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.200743) Outpt time (%) = 0.0161469 (92.4851) Other time (%) = 0.000102043 (0.584476) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28378 ave 28378 max 28378 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28378 Ave neighs/atom = 5.6756 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:02 2021 Memory usage per processor = 27.5452 Mbytes Step Atoms AVEKE stressZZ 22253 5000 8.6444014e-11 8397540.2 22254 -0.0133574999999927 8397425.95973148 22254 5000 8.6437808e-11 8397426 Loop time of 0.0178041 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:02 2021 Pair time (%) = 0.00147104 (8.26236) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.202207) Outpt time (%) = 0.01617 (90.8217) Other time (%) = 0.000127077 (0.71375) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28378 ave 28378 max 28378 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28378 Ave neighs/atom = 5.6756 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:02 2021 Memory usage per processor = 27.5452 Mbytes Step Atoms AVEKE stressZZ 22254 5000 8.6437808e-11 8397380.6 22255 -0.0133574999999927 8397266.32895464 22255 5000 8.6431604e-11 8397266.3 Loop time of 0.0176749 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:02 2021 Pair time (%) = 0.0011878 (6.72026) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.191545) Outpt time (%) = 0.0163548 (92.5311) Other time (%) = 9.84669e-05 (0.557099) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28378 ave 28378 max 28378 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28378 Ave neighs/atom = 5.6756 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:02 2021 Memory usage per processor = 27.5452 Mbytes Step Atoms AVEKE stressZZ 22255 5000 8.6431604e-11 8397220.9 22256 -0.0133574999999927 8397106.70655152 22256 5000 8.64254e-11 8397106.7 Loop time of 0.017936 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:02 2021 Pair time (%) = 0.00130892 (7.29772) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.216672) Outpt time (%) = 0.01647 (91.8263) Other time (%) = 0.000118256 (0.65932) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28378 ave 28378 max 28378 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28378 Ave neighs/atom = 5.6756 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:02 2021 Memory usage per processor = 27.5452 Mbytes Step Atoms AVEKE stressZZ 22256 5000 8.64254e-11 8397061.3 22257 -0.0133574999999927 8396947.09252126 22257 5000 8.6419196e-11 8396947.1 Loop time of 0.0173872 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:02 2021 Pair time (%) = 0.00117207 (6.74099) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.196086) Outpt time (%) = 0.0160801 (92.4829) Other time (%) = 0.000100851 (0.580032) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28378 ave 28378 max 28378 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28378 Ave neighs/atom = 5.6756 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:02 2021 Memory usage per processor = 27.5452 Mbytes Step Atoms AVEKE stressZZ 22257 5000 8.6419196e-11 8396901.7 22258 -0.0133574999999927 8396787.48686274 22258 5000 8.6412994e-11 8396787.5 Loop time of 0.0177591 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:02 2021 Pair time (%) = 0.00145006 (8.16518) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.21883) Outpt time (%) = 0.0161312 (90.8333) Other time (%) = 0.000138998 (0.782687) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28378 ave 28378 max 28378 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28378 Ave neighs/atom = 5.6756 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:02 2021 Memory usage per processor = 27.5452 Mbytes Step Atoms AVEKE stressZZ 22258 5000 8.6412994e-11 8396742.1 22259 -0.0133574999999927 8396627.88957503 22259 5000 8.6406792e-11 8396627.9 Loop time of 0.0176742 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:02 2021 Pair time (%) = 0.00121093 (6.85138) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.196949) Outpt time (%) = 0.0163269 (92.377) Other time (%) = 0.000101566 (0.574658) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28378 ave 28378 max 28378 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28378 Ave neighs/atom = 5.6756 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:02 2021 Memory usage per processor = 27.5452 Mbytes Step Atoms AVEKE stressZZ 22259 5000 8.6406792e-11 8396582.5 22260 -0.0133574999999927 8396468.30065728 22260 5000 8.6400591e-11 8396468.3 Loop time of 0.0201552 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:02 2021 Pair time (%) = 0.00117087 (5.80929) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.163242) Outpt time (%) = 0.0188539 (93.5437) Other time (%) = 9.75132e-05 (0.483812) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28378 ave 28378 max 28378 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28378 Ave neighs/atom = 5.6756 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:27:02 2021 Memory usage per processor = 27.5452 Mbytes Step Atoms AVEKE stressZZ 22260 5000 8.6400591e-11 8396422.9 22261 -0.0133574999999927 8396286.21992336 22261 5000 1.7046727e-10 8396562.8 Loop time of 0.0170789 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:02 2021 Pair time (%) = 0.00117087 (6.85568) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192646) Outpt time (%) = 0.0157521 (92.2313) Other time (%) = 0.000123024 (0.720328) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28378 ave 28378 max 28378 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28378 Ave neighs/atom = 5.6756 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:02 2021 Memory usage per processor = 27.5452 Mbytes Step Atoms AVEKE stressZZ 22261 5000 1.7046727e-10 8464081.6 22262 -0.0133899999999927 8463931.0482881 22262 5000 1.3714568e-10 8463931 Loop time of 0.017395 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:02 2021 Pair time (%) = 0.00135708 (7.80154) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.213816) Outpt time (%) = 0.015871 (91.239) Other time (%) = 0.0001297 (0.745614) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:02 2021 Memory usage per processor = 27.5452 Mbytes Step Atoms AVEKE stressZZ 22262 5000 1.3714568e-10 8463869.7 22263 -0.0133899999999927 8463731.94280706 22263 5000 1.1785089e-10 8463731.9 Loop time of 0.0175011 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:02 2021 Pair time (%) = 0.00121999 (6.97091) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.19481) Outpt time (%) = 0.0161431 (92.2403) Other time (%) = 0.000103951 (0.593965) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:02 2021 Memory usage per processor = 27.5452 Mbytes Step Atoms AVEKE stressZZ 22263 5000 1.1785089e-10 8463676.2 22264 -0.0133899999999927 8463546.64089401 22264 5000 1.0634745e-10 8463546.6 Loop time of 0.017626 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:02 2021 Pair time (%) = 0.00127387 (7.2272) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.197487) Outpt time (%) = 0.016211 (91.972) Other time (%) = 0.000106335 (0.603282) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:02 2021 Memory usage per processor = 27.5452 Mbytes Step Atoms AVEKE stressZZ 22264 5000 1.0634745e-10 8463494.5 22265 -0.0133899999999927 8463370.11447088 22265 5000 9.9341958e-11 8463370.1 Loop time of 0.0173509 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:02 2021 Pair time (%) = 0.00117207 (6.75507) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191) Outpt time (%) = 0.0160489 (92.496) Other time (%) = 9.67979e-05 (0.557884) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:02 2021 Memory usage per processor = 27.5452 Mbytes Step Atoms AVEKE stressZZ 22265 5000 9.9341958e-11 8463320.3 22266 -0.0133899999999927 8463199.16807845 22266 5000 9.5011766e-11 8463199.2 Loop time of 0.0174341 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:02 2021 Pair time (%) = 0.00132418 (7.59532) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.211969) Outpt time (%) = 0.0159521 (91.4994) Other time (%) = 0.000120878 (0.693343) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:02 2021 Memory usage per processor = 27.5452 Mbytes Step Atoms AVEKE stressZZ 22266 5000 9.5011766e-11 8463150.8 22267 -0.0133899999999927 8463031.77094604 22267 5000 9.2307756e-11 8463031.8 Loop time of 0.0176208 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:02 2021 Pair time (%) = 0.00122094 (6.92898) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.192133) Outpt time (%) = 0.0162599 (92.2768) Other time (%) = 0.000106096 (0.602108) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:02 2021 Memory usage per processor = 27.5452 Mbytes Step Atoms AVEKE stressZZ 22267 5000 9.2307756e-11 8462984.3 22268 -0.0133899999999927 8462866.6325048 22268 5000 9.0607305e-11 8462866.6 Loop time of 0.016871 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:02 2021 Pair time (%) = 0.00112391 (6.66177) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.19078) Outpt time (%) = 0.0156238 (92.6076) Other time (%) = 9.10759e-05 (0.539838) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:02 2021 Memory usage per processor = 27.5452 Mbytes Step Atoms AVEKE stressZZ 22268 5000 9.0607305e-11 8462819.7 22269 -0.0133899999999927 8462702.93258477 22269 5000 8.9532548e-11 8462702.9 Loop time of 0.016685 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:02 2021 Pair time (%) = 0.00113487 (6.80175) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.185762) Outpt time (%) = 0.0154271 (92.4609) Other time (%) = 9.20296e-05 (0.55157) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:02 2021 Memory usage per processor = 27.5452 Mbytes Step Atoms AVEKE stressZZ 22269 5000 8.9532548e-11 8462656.4 22270 -0.0133899999999927 8462540.14995888 22270 5000 8.8850544e-11 8462540.1 Loop time of 0.0204129 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:02 2021 Pair time (%) = 0.001158 (5.67287) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.156509) Outpt time (%) = 0.019135 (93.7396) Other time (%) = 8.79765e-05 (0.430984) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:02 2021 Memory usage per processor = 27.5453 Mbytes Step Atoms AVEKE stressZZ 22270 5000 8.8850544e-11 8462493.9 22271 -0.0133899999999927 8462377.95338101 22271 5000 8.8416166e-11 8462378 Loop time of 0.0170259 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:02 2021 Pair time (%) = 0.00115395 (6.77757) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.194645) Outpt time (%) = 0.0157371 (92.4298) Other time (%) = 0.000101805 (0.597939) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:02 2021 Memory usage per processor = 27.5453 Mbytes Step Atoms AVEKE stressZZ 22271 5000 8.8416166e-11 8462331.8 22272 -0.0133899999999927 8462216.13233976 22272 5000 8.8138358e-11 8462216.1 Loop time of 0.0179942 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:02 2021 Pair time (%) = 0.00142479 (7.91806) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.210671) Outpt time (%) = 0.01632 (90.696) Other time (%) = 0.000211477 (1.17525) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:02 2021 Memory usage per processor = 27.5453 Mbytes Step Atoms AVEKE stressZZ 22272 5000 8.8138358e-11 8462170.1 22273 -0.0133899999999927 8462054.55305221 22273 5000 8.7959729e-11 8462054.6 Loop time of 0.0177588 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:02 2021 Pair time (%) = 0.00115895 (6.52606) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.174529) Outpt time (%) = 0.0164759 (92.7758) Other time (%) = 9.29832e-05 (0.523588) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:02 2021 Memory usage per processor = 27.5453 Mbytes Step Atoms AVEKE stressZZ 22273 5000 8.7959729e-11 8462008.6 22274 -0.0133899999999927 8461893.13049732 22274 5000 8.7843999e-11 8461893.1 Loop time of 0.0175881 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:02 2021 Pair time (%) = 0.00114894 (6.53247) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.176223) Outpt time (%) = 0.0162702 (92.5064) Other time (%) = 0.000138044 (0.784872) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:02 2021 Memory usage per processor = 27.5453 Mbytes Step Atoms AVEKE stressZZ 22274 5000 8.7843999e-11 8461847.2 22275 -0.0133899999999927 8461731.81064248 22275 5000 8.7768189e-11 8461731.8 Loop time of 0.0169742 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:02 2021 Pair time (%) = 0.00119495 (7.03982) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.200857) Outpt time (%) = 0.0156312 (92.0879) Other time (%) = 0.000113964 (0.671395) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:02 2021 Memory usage per processor = 27.5453 Mbytes Step Atoms AVEKE stressZZ 22275 5000 8.7768189e-11 8461685.9 22276 -0.0133899999999927 8461570.55914873 22276 5000 8.7717727e-11 8461570.6 Loop time of 0.0176489 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:02 2021 Pair time (%) = 0.00153899 (8.72003) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.209389) Outpt time (%) = 0.015903 (90.1074) Other time (%) = 0.000169992 (0.963188) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:02 2021 Memory usage per processor = 27.5453 Mbytes Step Atoms AVEKE stressZZ 22276 5000 8.7717727e-11 8461524.7 22277 -0.0133899999999927 8461409.35419294 22277 5000 8.7683365e-11 8461409.4 Loop time of 0.0175889 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:02 2021 Pair time (%) = 0.00111794 (6.35598) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.176216) Outpt time (%) = 0.016346 (92.9337) Other time (%) = 9.39369e-05 (0.534071) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:02 2021 Memory usage per processor = 27.5453 Mbytes Step Atoms AVEKE stressZZ 22277 5000 8.7683365e-11 8461363.5 22278 -0.0133899999999927 8461248.1819054 22278 5000 8.7659232e-11 8461248.2 Loop time of 0.0173478 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:02 2021 Pair time (%) = 0.0012691 (7.31563) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.178665) Outpt time (%) = 0.015897 (91.6371) Other time (%) = 0.000150681 (0.868585) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:02 2021 Memory usage per processor = 27.5453 Mbytes Step Atoms AVEKE stressZZ 22278 5000 8.7659232e-11 8461202.3 22279 -0.0133899999999927 8461087.03347136 22279 5000 8.7641597e-11 8461087 Loop time of 0.0171502 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:02 2021 Pair time (%) = 0.00125504 (7.31792) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198796) Outpt time (%) = 0.0157151 (91.6325) Other time (%) = 0.000145912 (0.850792) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:02 2021 Memory usage per processor = 27.5453 Mbytes Step Atoms AVEKE stressZZ 22279 5000 8.7641597e-11 8461041.2 22280 -0.0133899999999927 8460925.90328837 22280 5000 8.7628092e-11 8460925.9 Loop time of 0.0204501 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:03 2021 Pair time (%) = 0.00139499 (6.82141) Neigh time (%) = 0 (0) Comm time (%) = 8.89301e-05 (0.434864) Outpt time (%) = 0.0188012 (91.937) Other time (%) = 0.000164986 (0.806771) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:03 2021 Memory usage per processor = 27.5453 Mbytes Step Atoms AVEKE stressZZ 22280 5000 8.7628092e-11 8460880 22281 -0.0133899999999927 8460764.78779552 22281 5000 8.7617212e-11 8460764.8 Loop time of 0.0176361 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:03 2021 Pair time (%) = 0.00112295 (6.36736) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.175745) Outpt time (%) = 0.0163891 (92.9297) Other time (%) = 9.29832e-05 (0.527234) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:03 2021 Memory usage per processor = 27.5453 Mbytes Step Atoms AVEKE stressZZ 22281 5000 8.7617212e-11 8460718.9 22282 -0.0133899999999927 8460603.68472918 22282 5000 8.7608e-11 8460603.7 Loop time of 0.0174 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:03 2021 Pair time (%) = 0.00114202 (6.56335) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.195941) Outpt time (%) = 0.0161262 (92.6789) Other time (%) = 9.77516e-05 (0.56179) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:03 2021 Memory usage per processor = 27.5453 Mbytes Step Atoms AVEKE stressZZ 22282 5000 8.7608e-11 8460557.8 22283 -0.0133899999999927 8460442.59265042 22283 5000 8.7599848e-11 8460442.6 Loop time of 0.016984 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:03 2021 Pair time (%) = 0.00118399 (6.97119) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.195126) Outpt time (%) = 0.0156519 (92.1571) Other time (%) = 0.000114918 (0.676624) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:03 2021 Memory usage per processor = 27.5453 Mbytes Step Atoms AVEKE stressZZ 22283 5000 8.7599848e-11 8460396.7 22284 -0.0133899999999927 8460281.51064418 22284 5000 8.7592371e-11 8460281.5 Loop time of 0.0179169 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:03 2021 Pair time (%) = 0.00155115 (8.65747) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.21158) Outpt time (%) = 0.0161431 (90.0997) Other time (%) = 0.000184774 (1.03128) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:03 2021 Memory usage per processor = 27.5453 Mbytes Step Atoms AVEKE stressZZ 22284 5000 8.7592371e-11 8460235.7 22285 -0.0133899999999927 8460120.43812846 22285 5000 8.7585322e-11 8460120.4 Loop time of 0.0178881 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:03 2021 Pair time (%) = 0.00118804 (6.64152) Neigh time (%) = 0 (0) Comm time (%) = 7.58171e-05 (0.423842) Outpt time (%) = 0.0165031 (92.2576) Other time (%) = 0.000121117 (0.677081) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:03 2021 Memory usage per processor = 27.5453 Mbytes Step Atoms AVEKE stressZZ 22285 5000 8.7585322e-11 8460074.6 22286 -0.0133899999999927 8459959.37473312 22286 5000 8.7578545e-11 8459959.4 Loop time of 0.0177779 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:03 2021 Pair time (%) = 0.0011301 (6.35678) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.186412) Outpt time (%) = 0.0165141 (92.8909) Other time (%) = 0.000100613 (0.565942) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:03 2021 Memory usage per processor = 27.5453 Mbytes Step Atoms AVEKE stressZZ 22286 5000 8.7578545e-11 8459913.5 22287 -0.0133899999999927 8459798.32029043 22287 5000 8.7571942e-11 8459798.3 Loop time of 0.016855 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:03 2021 Pair time (%) = 0.0011301 (6.70486) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.196619) Outpt time (%) = 0.01559 (92.4945) Other time (%) = 0.000101805 (0.604003) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:03 2021 Memory usage per processor = 27.5453 Mbytes Step Atoms AVEKE stressZZ 22287 5000 8.7571942e-11 8459752.5 22288 -0.0133899999999927 8459637.27466658 22288 5000 8.756545e-11 8459637.3 Loop time of 0.0177801 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:03 2021 Pair time (%) = 0.00154805 (8.70667) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.213208) Outpt time (%) = 0.0159919 (89.943) Other time (%) = 0.000202179 (1.13711) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:03 2021 Memory usage per processor = 27.5453 Mbytes Step Atoms AVEKE stressZZ 22288 5000 8.756545e-11 8459591.4 22289 -0.0133899999999927 8459476.23773079 22289 5000 8.7559028e-11 8459476.2 Loop time of 0.017906 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:03 2021 Pair time (%) = 0.00115705 (6.46179) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.179753) Outpt time (%) = 0.0166259 (92.8512) Other time (%) = 9.08375e-05 (0.507303) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:03 2021 Memory usage per processor = 27.5453 Mbytes Step Atoms AVEKE stressZZ 22289 5000 8.7559028e-11 8459430.4 22290 -0.0133899999999927 8459315.20941149 22290 5000 8.7552651e-11 8459315.2 Loop time of 0.020133 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:03 2021 Pair time (%) = 0.00115514 (5.73753) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.153948) Outpt time (%) = 0.018826 (93.5081) Other time (%) = 0.000120878 (0.600398) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:03 2021 Memory usage per processor = 27.5454 Mbytes Step Atoms AVEKE stressZZ 22290 5000 8.7552651e-11 8459269.4 22291 -0.0133899999999927 8459154.18963225 22291 5000 8.7546303e-11 8459154.2 Loop time of 0.016752 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:03 2021 Pair time (%) = 0.00112009 (6.68631) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.192135) Outpt time (%) = 0.015506 (92.5622) Other time (%) = 9.36985e-05 (0.559327) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:03 2021 Memory usage per processor = 27.5454 Mbytes Step Atoms AVEKE stressZZ 22291 5000 8.7546303e-11 8459108.3 22292 -0.0133899999999927 8458993.17837801 22292 5000 8.7539974e-11 8458993.2 Loop time of 0.0173709 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:03 2021 Pair time (%) = 0.00148702 (8.56037) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.230582) Outpt time (%) = 0.0156691 (90.203) Other time (%) = 0.000174761 (1.00605) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:03 2021 Memory usage per processor = 27.5454 Mbytes Step Atoms AVEKE stressZZ 22292 5000 8.7539974e-11 8458947.3 22293 -0.0133899999999927 8458832.17564446 22293 5000 8.7533657e-11 8458832.2 Loop time of 0.0177619 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:03 2021 Pair time (%) = 0.00113106 (6.36787) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.174499) Outpt time (%) = 0.016489 (92.8335) Other time (%) = 0.000110865 (0.624169) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:03 2021 Memory usage per processor = 27.5454 Mbytes Step Atoms AVEKE stressZZ 22293 5000 8.7533657e-11 8458786.3 22294 -0.0133899999999927 8458671.18139595 22294 5000 8.7527347e-11 8458671.2 Loop time of 0.0177178 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:03 2021 Pair time (%) = 0.00116396 (6.56942) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.181662) Outpt time (%) = 0.016428 (92.7201) Other time (%) = 9.36985e-05 (0.528837) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:03 2021 Memory usage per processor = 27.5454 Mbytes Step Atoms AVEKE stressZZ 22294 5000 8.7527347e-11 8458625.3 22295 -0.0133899999999927 8458510.19564189 22295 5000 8.7521043e-11 8458510.2 Loop time of 0.0168691 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:03 2021 Pair time (%) = 0.00117302 (6.95367) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.202109) Outpt time (%) = 0.0155602 (92.2407) Other time (%) = 0.000101805 (0.603499) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:03 2021 Memory usage per processor = 27.5454 Mbytes Step Atoms AVEKE stressZZ 22295 5000 8.7521043e-11 8458464.4 22296 -0.0133899999999927 8458349.21837748 22296 5000 8.7514743e-11 8458349.2 Loop time of 0.0178781 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:03 2021 Pair time (%) = 0.0015831 (8.85499) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.21204) Outpt time (%) = 0.016109 (90.1048) Other time (%) = 0.000148058 (0.828155) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:03 2021 Memory usage per processor = 27.5454 Mbytes Step Atoms AVEKE stressZZ 22296 5000 8.7514743e-11 8458303.4 22297 -0.0133899999999927 8458188.2495978 22297 5000 8.7508446e-11 8458188.2 Loop time of 0.017647 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:03 2021 Pair time (%) = 0.0011189 (6.34044) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.175635) Outpt time (%) = 0.016403 (92.9503) Other time (%) = 9.41753e-05 (0.533661) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:03 2021 Memory usage per processor = 27.5454 Mbytes Step Atoms AVEKE stressZZ 22297 5000 8.7508446e-11 8458142.4 22298 -0.0133899999999927 8458027.28929952 22298 5000 8.750215e-11 8458027.3 Loop time of 0.017946 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:03 2021 Pair time (%) = 0.00153494 (8.55309) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.205923) Outpt time (%) = 0.0162182 (90.3721) Other time (%) = 0.000155926 (0.868861) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:03 2021 Memory usage per processor = 27.5454 Mbytes Step Atoms AVEKE stressZZ 22298 5000 8.750215e-11 8457981.5 22299 -0.0133899999999927 8457866.33747965 22299 5000 8.7495855e-11 8457866.3 Loop time of 0.016911 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:03 2021 Pair time (%) = 0.00118303 (6.99563) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.194558) Outpt time (%) = 0.0155928 (92.205) Other time (%) = 0.000102282 (0.604822) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:03 2021 Memory usage per processor = 27.5454 Mbytes Step Atoms AVEKE stressZZ 22299 5000 8.7495855e-11 8457820.5 22300 -0.0133899999999927 8457705.39413595 22300 5000 8.7489562e-11 8457705.4 Loop time of 0.0205181 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:03 2021 Pair time (%) = 0.00160098 (7.80279) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.180109) Outpt time (%) = 0.018692 (91.1003) Other time (%) = 0.000188112 (0.916813) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:03 2021 Memory usage per processor = 27.5454 Mbytes Step Atoms AVEKE stressZZ 22300 5000 8.7489562e-11 8457659.6 22301 -0.0133899999999927 8457544.45926611 22301 5000 8.748327e-11 8457544.5 Loop time of 0.0178511 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:03 2021 Pair time (%) = 0.00116611 (6.53239) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.17897) Outpt time (%) = 0.0165532 (92.729) Other time (%) = 9.98974e-05 (0.559614) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:03 2021 Memory usage per processor = 27.5454 Mbytes Step Atoms AVEKE stressZZ 22301 5000 8.748327e-11 8457498.6 22302 -0.0133899999999927 8457383.53286846 22302 5000 8.7476979e-11 8457383.5 Loop time of 0.0176759 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:03 2021 Pair time (%) = 0.00111794 (6.32469) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.180744) Outpt time (%) = 0.0164289 (92.9456) Other time (%) = 9.70364e-05 (0.548976) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:03 2021 Memory usage per processor = 27.5454 Mbytes Step Atoms AVEKE stressZZ 22302 5000 8.7476979e-11 8457337.7 22303 -0.0133899999999927 8457222.61494124 22303 5000 8.7470689e-11 8457222.6 Loop time of 0.0168719 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:03 2021 Pair time (%) = 0.00114298 (6.77444) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.19077) Outpt time (%) = 0.0156078 (92.5077) Other time (%) = 8.89301e-05 (0.527089) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:03 2021 Memory usage per processor = 27.5454 Mbytes Step Atoms AVEKE stressZZ 22303 5000 8.7470689e-11 8457176.8 22304 -0.0133899999999927 8457061.70548267 22304 5000 8.7464399e-11 8457061.7 Loop time of 0.0175018 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:03 2021 Pair time (%) = 0.00146294 (8.35876) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.212511) Outpt time (%) = 0.0158648 (90.6468) Other time (%) = 0.000136852 (0.781931) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:03 2021 Memory usage per processor = 27.5454 Mbytes Step Atoms AVEKE stressZZ 22304 5000 8.7464399e-11 8457015.9 22305 -0.0133899999999927 8456900.80449155 22305 5000 8.7458111e-11 8456900.8 Loop time of 0.017801 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:03 2021 Pair time (%) = 0.00118589 (6.66193) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.179473) Outpt time (%) = 0.0164521 (92.4219) Other time (%) = 0.00013113 (0.736643) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:03 2021 Memory usage per processor = 27.5454 Mbytes Step Atoms AVEKE stressZZ 22305 5000 8.7458111e-11 8456855 22306 -0.0133899999999927 8456739.91200116 22306 5000 8.7451823e-11 8456739.9 Loop time of 0.0176799 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:03 2021 Pair time (%) = 0.00112295 (6.35156) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.182051) Outpt time (%) = 0.0164301 (92.931) Other time (%) = 9.46522e-05 (0.535365) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:03 2021 Memory usage per processor = 27.5454 Mbytes Step Atoms AVEKE stressZZ 22306 5000 8.7451823e-11 8456694.1 22307 -0.0133899999999927 8456579.02807014 22307 5000 8.7445536e-11 8456579 Loop time of 0.0169041 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:03 2021 Pair time (%) = 0.00112987 (6.68397) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.190406) Outpt time (%) = 0.0156488 (92.5742) Other time (%) = 9.32217e-05 (0.551473) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:03 2021 Memory usage per processor = 27.5454 Mbytes Step Atoms AVEKE stressZZ 22307 5000 8.7445536e-11 8456533.2 22308 -0.0133899999999927 8456418.15265602 22308 5000 8.7439249e-11 8456418.2 Loop time of 0.017318 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:03 2021 Pair time (%) = 0.00137091 (7.91608) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.214767) Outpt time (%) = 0.0157521 (90.9578) Other time (%) = 0.000157833 (0.911381) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:03 2021 Memory usage per processor = 27.5454 Mbytes Step Atoms AVEKE stressZZ 22308 5000 8.7439249e-11 8456372.3 22309 -0.0133899999999927 8456257.28574461 22309 5000 8.7432963e-11 8456257.3 Loop time of 0.0176692 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:03 2021 Pair time (%) = 0.00117612 (6.65632) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.187559) Outpt time (%) = 0.0163572 (92.5746) Other time (%) = 0.000102758 (0.581568) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:03 2021 Memory usage per processor = 27.5454 Mbytes Step Atoms AVEKE stressZZ 22309 5000 8.7432963e-11 8456211.5 22310 -0.0133899999999927 8456096.42732799 22310 5000 8.7426678e-11 8456096.4 Loop time of 0.0192668 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:03 2021 Pair time (%) = 0.00115395 (5.98928) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.165819) Outpt time (%) = 0.017988 (93.3623) Other time (%) = 9.29832e-05 (0.482608) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:03 2021 Memory usage per processor = 27.5454 Mbytes Step Atoms AVEKE stressZZ 22310 5000 8.7426678e-11 8456050.6 22311 -0.0133899999999927 8455935.57740094 22311 5000 8.7420394e-11 8455935.6 Loop time of 0.0166199 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:03 2021 Pair time (%) = 0.00111604 (6.71506) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.18649) Outpt time (%) = 0.0153811 (92.5462) Other time (%) = 9.17912e-05 (0.552296) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:03 2021 Memory usage per processor = 27.5454 Mbytes Step Atoms AVEKE stressZZ 22311 5000 8.7420394e-11 8455889.8 22312 -0.0133899999999927 8455774.73595923 22312 5000 8.7414111e-11 8455774.7 Loop time of 0.0170152 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:03 2021 Pair time (%) = 0.00112104 (6.58848) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.182157) Outpt time (%) = 0.015774 (92.7053) Other time (%) = 8.91685e-05 (0.524052) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:03 2021 Memory usage per processor = 27.5454 Mbytes Step Atoms AVEKE stressZZ 22312 5000 8.7414111e-11 8455728.9 22313 -0.0133899999999927 8455613.90299927 22313 5000 8.7407828e-11 8455613.9 Loop time of 0.016717 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:03 2021 Pair time (%) = 0.00111604 (6.67608) Neigh time (%) = 0 (0) Comm time (%) = 3.12328e-05 (0.186833) Outpt time (%) = 0.015481 (92.6065) Other time (%) = 8.86917e-05 (0.530549) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:03 2021 Memory usage per processor = 27.5454 Mbytes Step Atoms AVEKE stressZZ 22313 5000 8.7407828e-11 8455568.1 22314 -0.0133899999999927 8455453.0785182 22314 5000 8.7401546e-11 8455453.1 Loop time of 0.0183289 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:03 2021 Pair time (%) = 0.00149488 (8.15589) Neigh time (%) = 0 (0) Comm time (%) = 6.38962e-05 (0.348609) Outpt time (%) = 0.016603 (90.5837) Other time (%) = 0.000167131 (0.911846) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:03 2021 Memory usage per processor = 27.5454 Mbytes Step Atoms AVEKE stressZZ 22314 5000 8.7401546e-11 8455407.3 22315 -0.0133899999999927 8455292.26251339 22315 5000 8.7395264e-11 8455292.3 Loop time of 0.0176249 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:03 2021 Pair time (%) = 0.00121999 (6.92197) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.18262) Outpt time (%) = 0.0162511 (92.2055) Other time (%) = 0.000121593 (0.689898) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:03 2021 Memory usage per processor = 27.5454 Mbytes Step Atoms AVEKE stressZZ 22315 5000 8.7395264e-11 8455246.4 22316 -0.0133899999999927 8455131.45498244 22316 5000 8.7388984e-11 8455131.5 Loop time of 0.0172589 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:03 2021 Pair time (%) = 0.00111699 (6.47198) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179585) Outpt time (%) = 0.016017 (92.8042) Other time (%) = 9.39369e-05 (0.544282) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:03 2021 Memory usage per processor = 27.5454 Mbytes Step Atoms AVEKE stressZZ 22316 5000 8.7388984e-11 8455085.6 22317 -0.0133899999999927 8454970.65592311 22317 5000 8.7382704e-11 8454970.7 Loop time of 0.017169 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:03 2021 Pair time (%) = 0.00113702 (6.62251) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198578) Outpt time (%) = 0.0158958 (92.5846) Other time (%) = 0.000102043 (0.594345) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:03 2021 Memory usage per processor = 27.5454 Mbytes Step Atoms AVEKE stressZZ 22317 5000 8.7382704e-11 8454924.8 22318 -0.0133899999999927 8454809.86533343 22318 5000 8.7376425e-11 8454809.9 Loop time of 0.0175889 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:03 2021 Pair time (%) = 0.00133777 (7.60576) Neigh time (%) = 0 (0) Comm time (%) = 5.19753e-05 (0.295501) Outpt time (%) = 0.016022 (91.0916) Other time (%) = 0.000177145 (1.00714) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:03 2021 Memory usage per processor = 27.5454 Mbytes Step Atoms AVEKE stressZZ 22318 5000 8.7376425e-11 8454764.1 22319 -0.0133899999999927 8454649.08321135 22319 5000 8.7370146e-11 8454649.1 Loop time of 0.0177951 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:03 2021 Pair time (%) = 0.00124598 (7.0018) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.186232) Outpt time (%) = 0.0164008 (92.1648) Other time (%) = 0.000115156 (0.647123) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:03 2021 Memory usage per processor = 27.5454 Mbytes Step Atoms AVEKE stressZZ 22319 5000 8.7370146e-11 8454603.3 22320 -0.0133899999999927 8454488.30955516 22320 5000 8.7363868e-11 8454488.3 Loop time of 0.0202651 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:03 2021 Pair time (%) = 0.00111794 (5.5166) Neigh time (%) = 0 (0) Comm time (%) = 4.91142e-05 (0.242359) Outpt time (%) = 0.0189798 (93.6575) Other time (%) = 0.000118256 (0.583543) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:03 2021 Memory usage per processor = 27.5454 Mbytes Step Atoms AVEKE stressZZ 22320 5000 8.7363868e-11 8454442.5 22321 -0.0133899999999927 8454327.54436305 22321 5000 8.7357591e-11 8454327.5 Loop time of 0.0168469 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:03 2021 Pair time (%) = 0.00111794 (6.63591) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.183977) Outpt time (%) = 0.015605 (92.6282) Other time (%) = 9.29832e-05 (0.551931) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:03 2021 Memory usage per processor = 27.5454 Mbytes Step Atoms AVEKE stressZZ 22321 5000 8.7357591e-11 8454281.7 22322 -0.0133899999999927 8454166.78764783 22322 5000 8.7351315e-11 8454166.8 Loop time of 0.0177851 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:04 2021 Pair time (%) = 0.00160193 (9.00719) Neigh time (%) = 0 (0) Comm time (%) = 4.3869e-05 (0.246662) Outpt time (%) = 0.0159771 (89.8346) Other time (%) = 0.000162125 (0.911577) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:04 2021 Memory usage per processor = 27.5454 Mbytes Step Atoms AVEKE stressZZ 22322 5000 8.7351315e-11 8454121 22323 -0.0133899999999927 8454006.03937325 22323 5000 8.734504e-11 8454006 Loop time of 0.017765 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:04 2021 Pair time (%) = 0.00118899 (6.69288) Neigh time (%) = 0 (0) Comm time (%) = 6.19888e-05 (0.348937) Outpt time (%) = 0.0164051 (92.3449) Other time (%) = 0.000108957 (0.613324) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:04 2021 Memory usage per processor = 27.5454 Mbytes Step Atoms AVEKE stressZZ 22323 5000 8.734504e-11 8453960.2 22324 -0.0133899999999927 8453845.29955069 22324 5000 8.7338765e-11 8453845.3 Loop time of 0.0177059 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:04 2021 Pair time (%) = 0.00118613 (6.69907) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.180437) Outpt time (%) = 0.0163879 (92.5563) Other time (%) = 9.98974e-05 (0.564203) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:04 2021 Memory usage per processor = 27.5454 Mbytes Step Atoms AVEKE stressZZ 22324 5000 8.7338765e-11 8453799.5 22325 -0.0133899999999927 8453684.56818516 22325 5000 8.7332491e-11 8453684.6 Loop time of 0.0170619 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:04 2021 Pair time (%) = 0.0011189 (6.55786) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.199824) Outpt time (%) = 0.015763 (92.3871) Other time (%) = 0.000145912 (0.855191) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:04 2021 Memory usage per processor = 27.5454 Mbytes Step Atoms AVEKE stressZZ 22325 5000 8.7332491e-11 8453638.8 22326 -0.0133899999999927 8453523.84527533 22326 5000 8.7326217e-11 8453523.8 Loop time of 0.0175252 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:04 2021 Pair time (%) = 0.00147915 (8.44013) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.262564) Outpt time (%) = 0.0158141 (90.2362) Other time (%) = 0.000185966 (1.06114) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:04 2021 Memory usage per processor = 27.5454 Mbytes Step Atoms AVEKE stressZZ 22326 5000 8.7326217e-11 8453478 22327 -0.0133899999999927 8453363.13081957 22327 5000 8.7319945e-11 8453363.1 Loop time of 0.0177259 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:04 2021 Pair time (%) = 0.00114417 (6.45478) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.180233) Outpt time (%) = 0.0164528 (92.8176) Other time (%) = 9.70364e-05 (0.547426) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:04 2021 Memory usage per processor = 27.5454 Mbytes Step Atoms AVEKE stressZZ 22327 5000 8.7319945e-11 8453317.3 22328 -0.0133899999999927 8453202.42481663 22328 5000 8.7313673e-11 8453202.4 Loop time of 0.017483 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:04 2021 Pair time (%) = 0.0011549 (6.60584) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182738) Outpt time (%) = 0.016202 (92.6727) Other time (%) = 9.41753e-05 (0.538668) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:04 2021 Memory usage per processor = 27.5454 Mbytes Step Atoms AVEKE stressZZ 22328 5000 8.7313673e-11 8453156.6 22329 -0.0133899999999927 8453041.72726508 22329 5000 8.7307401e-11 8453041.7 Loop time of 0.0171139 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:04 2021 Pair time (%) = 0.00127983 (7.4783) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192251) Outpt time (%) = 0.0156691 (91.5577) Other time (%) = 0.000132084 (0.771792) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:04 2021 Memory usage per processor = 27.5454 Mbytes Step Atoms AVEKE stressZZ 22329 5000 8.7307401e-11 8452995.9 22330 -0.0133899999999927 8452881.03816392 22330 5000 8.7301131e-11 8452881 Loop time of 0.300527 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:04 2021 Pair time (%) = 0.00160503 (0.534073) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.0130107) Outpt time (%) = 0.29865 (99.3754) Other time (%) = 0.000232935 (0.0775088) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:04 2021 Memory usage per processor = 27.5454 Mbytes Step Atoms AVEKE stressZZ 22330 5000 8.7301131e-11 8452835.2 22331 -0.0133899999999927 8452720.35753357 22331 5000 8.7294861e-11 8452720.4 Loop time of 0.0181139 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:04 2021 Pair time (%) = 0.00140691 (7.76703) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.19875) Outpt time (%) = 0.016516 (91.1787) Other time (%) = 0.000154972 (0.855545) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:04 2021 Memory usage per processor = 27.5454 Mbytes Step Atoms AVEKE stressZZ 22331 5000 8.7294861e-11 8452674.6 22332 -0.0133899999999927 8452559.68536735 22332 5000 8.7288592e-11 8452559.7 Loop time of 0.016928 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:04 2021 Pair time (%) = 0.00118589 (7.00554) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.190138) Outpt time (%) = 0.0156169 (92.255) Other time (%) = 9.29832e-05 (0.549288) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:04 2021 Memory usage per processor = 27.5454 Mbytes Step Atoms AVEKE stressZZ 22332 5000 8.7288592e-11 8452513.9 22333 -0.0133899999999927 8452399.0216584 22333 5000 8.7282324e-11 8452399 Loop time of 0.0172319 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:04 2021 Pair time (%) = 0.00124598 (7.23062) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.203387) Outpt time (%) = 0.015811 (91.7538) Other time (%) = 0.000139952 (0.812164) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:04 2021 Memory usage per processor = 27.5454 Mbytes Step Atoms AVEKE stressZZ 22333 5000 8.7282324e-11 8452353.2 22334 -0.0133899999999927 8452238.36640361 22334 5000 8.7276056e-11 8452238.4 Loop time of 0.0177531 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:04 2021 Pair time (%) = 0.00119519 (6.73229) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.179958) Outpt time (%) = 0.016428 (92.5358) Other time (%) = 9.799e-05 (0.551959) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:04 2021 Memory usage per processor = 27.5454 Mbytes Step Atoms AVEKE stressZZ 22334 5000 8.7276056e-11 8452192.6 22335 -0.0133899999999927 8452077.71960043 22335 5000 8.7269789e-11 8452077.7 Loop time of 0.017451 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:04 2021 Pair time (%) = 0.00115895 (6.64116) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183073) Outpt time (%) = 0.0161648 (92.6293) Other time (%) = 9.53674e-05 (0.546485) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:04 2021 Memory usage per processor = 27.5454 Mbytes Step Atoms AVEKE stressZZ 22335 5000 8.7269789e-11 8452031.9 22336 -0.0133899999999927 8451917.08128718 22336 5000 8.7263523e-11 8451917.1 Loop time of 0.0168991 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:04 2021 Pair time (%) = 0.00111794 (6.61541) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.183409) Outpt time (%) = 0.015656 (92.6439) Other time (%) = 9.41753e-05 (0.55728) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:04 2021 Memory usage per processor = 27.5454 Mbytes Step Atoms AVEKE stressZZ 22336 5000 8.7263523e-11 8451871.3 22337 -0.0133899999999927 8451756.45146308 22337 5000 8.7257258e-11 8451756.5 Loop time of 0.0170219 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:04 2021 Pair time (%) = 0.00133109 (7.81988) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.217102) Outpt time (%) = 0.0155239 (91.1997) Other time (%) = 0.000129938 (0.763359) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:04 2021 Memory usage per processor = 27.5454 Mbytes Step Atoms AVEKE stressZZ 22337 5000 8.7257258e-11 8451710.7 22338 -0.0133899999999927 8451595.83011059 22338 5000 8.7250993e-11 8451595.8 Loop time of 0.017823 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:04 2021 Pair time (%) = 0.00123191 (6.91191) Neigh time (%) = 0 (0) Comm time (%) = 7.20024e-05 (0.403986) Outpt time (%) = 0.0164111 (92.0781) Other time (%) = 0.000108004 (0.60598) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:04 2021 Memory usage per processor = 27.5454 Mbytes Step Atoms AVEKE stressZZ 22338 5000 8.7250993e-11 8451550 22339 -0.0133899999999927 8451435.21722295 22339 5000 8.7244729e-11 8451435.2 Loop time of 0.017415 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:04 2021 Pair time (%) = 0.00111699 (6.41394) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.18482) Outpt time (%) = 0.0161781 (92.8974) Other time (%) = 8.7738e-05 (0.503806) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:04 2021 Memory usage per processor = 27.5454 Mbytes Step Atoms AVEKE stressZZ 22339 5000 8.7244729e-11 8451389.4 22340 -0.0133899999999927 8451274.61279609 22340 5000 8.7238466e-11 8451274.6 Loop time of 0.0194569 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:04 2021 Pair time (%) = 0.00112081 (5.76046) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.185031) Outpt time (%) = 0.0181811 (93.443) Other time (%) = 0.000118971 (0.61146) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:04 2021 Memory usage per processor = 27.5454 Mbytes Step Atoms AVEKE stressZZ 22340 5000 8.7238466e-11 8451228.8 22341 -0.0133899999999927 8451114.01682651 22341 5000 8.7232203e-11 8451114 Loop time of 0.017334 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:04 2021 Pair time (%) = 0.00112009 (6.46182) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184309) Outpt time (%) = 0.0160558 (92.6263) Other time (%) = 0.000126123 (0.727608) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:04 2021 Memory usage per processor = 27.5454 Mbytes Step Atoms AVEKE stressZZ 22341 5000 8.7232203e-11 8451068.2 22342 -0.0133899999999927 8450953.42931142 22342 5000 8.7225942e-11 8450953.4 Loop time of 0.0165749 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:04 2021 Pair time (%) = 0.00111914 (6.75201) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.198504) Outpt time (%) = 0.0153389 (92.5432) Other time (%) = 8.39233e-05 (0.506329) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:04 2021 Memory usage per processor = 27.5454 Mbytes Step Atoms AVEKE stressZZ 22342 5000 8.7225942e-11 8450907.6 22343 -0.0133899999999927 8450792.85024862 22343 5000 8.721968e-11 8450792.9 Loop time of 0.0166159 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:04 2021 Pair time (%) = 0.00112009 (6.74109) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.186535) Outpt time (%) = 0.0153389 (92.3148) Other time (%) = 0.000125885 (0.757619) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:04 2021 Memory usage per processor = 27.5454 Mbytes Step Atoms AVEKE stressZZ 22343 5000 8.721968e-11 8450747.1 22344 -0.0133899999999927 8450632.27963587 22344 5000 8.721342e-11 8450632.3 Loop time of 0.018501 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:04 2021 Pair time (%) = 0.001302 (7.03746) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.167528) Outpt time (%) = 0.017065 (92.2383) Other time (%) = 0.000102997 (0.556708) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:04 2021 Memory usage per processor = 27.5454 Mbytes Step Atoms AVEKE stressZZ 22344 5000 8.721342e-11 8450586.5 22345 -0.0133899999999927 8450471.71747118 22345 5000 8.7207161e-11 8450471.7 Loop time of 0.017242 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:04 2021 Pair time (%) = 0.0011301 (6.55438) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185293) Outpt time (%) = 0.0159562 (92.5427) Other time (%) = 0.000123739 (0.717664) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:04 2021 Memory usage per processor = 27.5454 Mbytes Step Atoms AVEKE stressZZ 22345 5000 8.7207161e-11 8450425.9 22346 -0.0133899999999927 8450311.1637529 22346 5000 8.7200902e-11 8450311.2 Loop time of 0.017199 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:04 2021 Pair time (%) = 0.00119281 (6.93532) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.203776) Outpt time (%) = 0.015867 (92.2551) Other time (%) = 0.000104189 (0.605783) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:04 2021 Memory usage per processor = 27.5454 Mbytes Step Atoms AVEKE stressZZ 22346 5000 8.7200902e-11 8450265.4 22347 -0.0133899999999927 8450150.61847907 22347 5000 8.7194643e-11 8450150.6 Loop time of 0.0177391 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:04 2021 Pair time (%) = 0.00128794 (7.26046) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.18682) Outpt time (%) = 0.0162811 (91.7812) Other time (%) = 0.000136852 (0.771474) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:04 2021 Memory usage per processor = 27.5454 Mbytes Step Atoms AVEKE stressZZ 22347 5000 8.7194643e-11 8450104.8 22348 -0.0133899999999927 8449990.08164364 22348 5000 8.7188386e-11 8449990.1 Loop time of 0.0176392 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:04 2021 Pair time (%) = 0.00115681 (6.55817) Neigh time (%) = 0 (0) Comm time (%) = 6.69956e-05 (0.379812) Outpt time (%) = 0.016314 (92.4876) Other time (%) = 0.000101328 (0.574449) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:04 2021 Memory usage per processor = 27.5454 Mbytes Step Atoms AVEKE stressZZ 22348 5000 8.7188386e-11 8449944.3 22349 -0.0133899999999927 8449829.55324495 22349 5000 8.7182129e-11 8449829.6 Loop time of 0.0174851 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:04 2021 Pair time (%) = 0.00115418 (6.60094) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182716) Outpt time (%) = 0.0162051 (92.6791) Other time (%) = 9.39369e-05 (0.537239) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:04 2021 Memory usage per processor = 27.5454 Mbytes Step Atoms AVEKE stressZZ 22349 5000 8.7182129e-11 8449783.8 22350 -0.0133899999999927 8449669.03328592 22350 5000 8.7175873e-11 8449669 Loop time of 0.019316 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:04 2021 Pair time (%) = 0.00120306 (6.22832) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.171569) Outpt time (%) = 0.017976 (93.0632) Other time (%) = 0.000103712 (0.536924) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:04 2021 Memory usage per processor = 27.5454 Mbytes Step Atoms AVEKE stressZZ 22350 5000 8.7175873e-11 8449623.3 22351 -0.0133899999999927 8449508.52176479 22351 5000 8.7169618e-11 8449508.5 Loop time of 0.017627 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:05 2021 Pair time (%) = 0.00146699 (8.3224) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.232643) Outpt time (%) = 0.015975 (90.628) Other time (%) = 0.000144005 (0.816956) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:05 2021 Memory usage per processor = 27.5454 Mbytes Step Atoms AVEKE stressZZ 22351 5000 8.7169618e-11 8449462.7 22352 -0.0133899999999927 8449348.01868036 22352 5000 8.7163363e-11 8449348 Loop time of 0.0177569 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:05 2021 Pair time (%) = 0.00111699 (6.29045) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.174548) Outpt time (%) = 0.0165129 (92.9939) Other time (%) = 9.60827e-05 (0.541099) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:05 2021 Memory usage per processor = 27.5454 Mbytes Step Atoms AVEKE stressZZ 22352 5000 8.7163363e-11 8449302.2 22353 -0.0133899999999927 8449187.52403125 22353 5000 8.715711e-11 8449187.5 Loop time of 0.0170431 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:05 2021 Pair time (%) = 0.00111794 (6.55951) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187455) Outpt time (%) = 0.0158 (92.7061) Other time (%) = 9.32217e-05 (0.546976) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:05 2021 Memory usage per processor = 27.5454 Mbytes Step Atoms AVEKE stressZZ 22353 5000 8.715711e-11 8449141.8 22354 -0.0133899999999927 8449027.03781613 22354 5000 8.7150856e-11 8449027 Loop time of 0.0169179 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:05 2021 Pair time (%) = 0.00116801 (6.90399) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.200116) Outpt time (%) = 0.0156119 (92.28) Other time (%) = 0.000104189 (0.615849) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:05 2021 Memory usage per processor = 27.5454 Mbytes Step Atoms AVEKE stressZZ 22354 5000 8.7150856e-11 8448981.3 22355 -0.0133899999999927 8448866.56003383 22355 5000 8.7144604e-11 8448866.6 Loop time of 0.0178289 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:05 2021 Pair time (%) = 0.00142217 (7.97673) Neigh time (%) = 0 (0) Comm time (%) = 0.000123024 (0.690024) Outpt time (%) = 0.016166 (90.6726) Other time (%) = 0.000117779 (0.660604) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:05 2021 Memory usage per processor = 27.5454 Mbytes Step Atoms AVEKE stressZZ 22355 5000 8.7144604e-11 8448820.8 22356 -0.0133899999999927 8448706.09068312 22356 5000 8.7138352e-11 8448706.1 Loop time of 0.0176511 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:05 2021 Pair time (%) = 0.001127 (6.3849) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.180998) Outpt time (%) = 0.0164001 (92.9127) Other time (%) = 9.20296e-05 (0.521382) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:05 2021 Memory usage per processor = 27.5454 Mbytes Step Atoms AVEKE stressZZ 22356 5000 8.7138352e-11 8448660.3 22357 -0.0133899999999927 8448545.62976268 22357 5000 8.7132101e-11 8448545.6 Loop time of 0.0171881 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:05 2021 Pair time (%) = 0.00113082 (6.57909) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185874) Outpt time (%) = 0.0159299 (92.6802) Other time (%) = 9.53674e-05 (0.554847) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:05 2021 Memory usage per processor = 27.5454 Mbytes Step Atoms AVEKE stressZZ 22357 5000 8.7132101e-11 8448499.9 22358 -0.0133899999999927 8448385.17727147 22358 5000 8.7125851e-11 8448385.2 Loop time of 0.016974 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:05 2021 Pair time (%) = 0.00115895 (6.82782) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.20086) Outpt time (%) = 0.015676 (92.3533) Other time (%) = 0.000104904 (0.61803) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:05 2021 Memory usage per processor = 27.5454 Mbytes Step Atoms AVEKE stressZZ 22358 5000 8.7125851e-11 8448339.4 22359 -0.0133899999999927 8448224.73320829 22359 5000 8.7119602e-11 8448224.7 Loop time of 0.0176401 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:05 2021 Pair time (%) = 0.00129485 (7.34038) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.191923) Outpt time (%) = 0.0161562 (91.5878) Other time (%) = 0.00015521 (0.879872) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:05 2021 Memory usage per processor = 27.5454 Mbytes Step Atoms AVEKE stressZZ 22359 5000 8.7119602e-11 8448179 22360 -0.0133899999999927 8448064.29757187 22360 5000 8.7113353e-11 8448064.3 Loop time of 0.0200341 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:05 2021 Pair time (%) = 0.00114393 (5.70993) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.154708) Outpt time (%) = 0.018764 (93.6605) Other time (%) = 9.5129e-05 (0.474836) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:05 2021 Memory usage per processor = 27.5454 Mbytes Step Atoms AVEKE stressZZ 22360 5000 8.7113353e-11 8448018.5 22361 -0.0133899999999927 8447903.87036137 22361 5000 8.7107105e-11 8447903.9 Loop time of 0.0172651 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:05 2021 Pair time (%) = 0.00111818 (6.47656) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179521) Outpt time (%) = 0.016021 (92.7943) Other time (%) = 9.48906e-05 (0.54961) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:27:05 2021 Memory usage per processor = 27.5454 Mbytes Step Atoms AVEKE stressZZ 22361 5000 8.7107105e-11 8447858.1 22362 -0.0133899999999927 8447720.86634666 22362 5000 1.7185772e-10 8447999.2 Loop time of 0.016623 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:05 2021 Pair time (%) = 0.00115395 (6.94185) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.2051) Outpt time (%) = 0.0152421 (91.6927) Other time (%) = 0.000192881 (1.16032) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2575 ave 2575 max 2575 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:05 2021 Memory usage per processor = 27.5454 Mbytes Step Atoms AVEKE stressZZ 22362 5000 1.7185772e-10 8515689.3 22363 -0.0134224999999927 8515538.08748082 22363 5000 1.3826327e-10 8515538.1 Loop time of 0.017499 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:05 2021 Pair time (%) = 0.00141597 (8.09172) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.188021) Outpt time (%) = 0.0159202 (90.9777) Other time (%) = 0.000129938 (0.742547) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:05 2021 Memory usage per processor = 27.5454 Mbytes Step Atoms AVEKE stressZZ 22363 5000 1.3826327e-10 8515476.2 22364 -0.0134224999999927 8515337.91999305 22364 5000 1.188106e-10 8515337.9 Loop time of 0.0173321 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:05 2021 Pair time (%) = 0.0011158 (6.43777) Neigh time (%) = 0 (0) Comm time (%) = 5.48363e-05 (0.316386) Outpt time (%) = 0.0160439 (92.5677) Other time (%) = 0.00011754 (0.678167) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:05 2021 Memory usage per processor = 27.5454 Mbytes Step Atoms AVEKE stressZZ 22364 5000 1.188106e-10 8515281.7 22365 -0.0134224999999927 8515151.63635967 22365 5000 1.0721308e-10 8515151.6 Loop time of 0.0168121 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:05 2021 Pair time (%) = 0.00115895 (6.89357) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.19003) Outpt time (%) = 0.0155241 (92.3392) Other time (%) = 9.70364e-05 (0.577182) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:05 2021 Memory usage per processor = 27.5454 Mbytes Step Atoms AVEKE stressZZ 22365 5000 1.0721308e-10 8515099.1 22366 -0.0134224999999927 8514974.17917331 22366 5000 1.0015031e-10 8514974.2 Loop time of 0.0167902 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:05 2021 Pair time (%) = 0.00121307 (7.22491) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.279738) Outpt time (%) = 0.0153921 (91.6732) Other time (%) = 0.000138044 (0.822175) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:05 2021 Memory usage per processor = 27.5454 Mbytes Step Atoms AVEKE stressZZ 22366 5000 1.0015031e-10 8514923.9 22367 -0.0134224999999927 8514802.33441004 22367 5000 9.5784732e-11 8514802.3 Loop time of 0.017539 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:05 2021 Pair time (%) = 0.00120592 (6.87565) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.194389) Outpt time (%) = 0.016196 (92.3427) Other time (%) = 0.000102997 (0.587244) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:05 2021 Memory usage per processor = 27.5454 Mbytes Step Atoms AVEKE stressZZ 22367 5000 9.5784732e-11 8514753.5 22368 -0.0134224999999927 8514634.05952773 22368 5000 9.3058628e-11 8514634.1 Loop time of 0.0178051 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:05 2021 Pair time (%) = 0.001127 (6.32967) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.179432) Outpt time (%) = 0.016521 (92.7879) Other time (%) = 0.00012517 (0.702999) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:05 2021 Memory usage per processor = 27.5454 Mbytes Step Atoms AVEKE stressZZ 22368 5000 9.3058628e-11 8514586.2 22369 -0.0134224999999927 8514468.05647009 22369 5000 9.1344287e-11 8514468.1 Loop time of 0.0175431 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:05 2021 Pair time (%) = 0.001122 (6.39567) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182112) Outpt time (%) = 0.0163009 (92.9194) Other time (%) = 8.82149e-05 (0.502847) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:05 2021 Memory usage per processor = 27.5454 Mbytes Step Atoms AVEKE stressZZ 22369 5000 9.1344287e-11 8514420.8 22370 -0.0134224999999927 8514303.50030824 22370 5000 9.0260752e-11 8514303.5 Loop time of 0.0202591 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:05 2021 Pair time (%) = 0.00155807 (7.69068) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.193002) Outpt time (%) = 0.018517 (91.4008) Other time (%) = 0.000144958 (0.715521) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:05 2021 Memory usage per processor = 27.5454 Mbytes Step Atoms AVEKE stressZZ 22370 5000 9.0260752e-11 8514256.6 22371 -0.0134224999999927 8514139.86679049 22371 5000 8.957318e-11 8514139.9 Loop time of 0.0166371 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:05 2021 Pair time (%) = 0.00112104 (6.73822) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192029) Outpt time (%) = 0.0153911 (92.5109) Other time (%) = 9.29832e-05 (0.558891) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:05 2021 Memory usage per processor = 27.5454 Mbytes Step Atoms AVEKE stressZZ 22371 5000 8.957318e-11 8514093.2 22372 -0.0134224999999927 8513976.82273297 22372 5000 8.9135257e-11 8513976.8 Loop time of 0.016577 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:05 2021 Pair time (%) = 0.00112295 (6.77415) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192725) Outpt time (%) = 0.0153239 (92.4406) Other time (%) = 9.82285e-05 (0.592559) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:05 2021 Memory usage per processor = 27.5454 Mbytes Step Atoms AVEKE stressZZ 22372 5000 8.9135257e-11 8513930.3 22373 -0.0134224999999927 8513814.15638343 22373 5000 8.8855184e-11 8513814.2 Loop time of 0.0166039 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:05 2021 Pair time (%) = 0.00112391 (6.7689) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.193849) Outpt time (%) = 0.0153592 (92.5031) Other time (%) = 8.86917e-05 (0.53416) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:05 2021 Memory usage per processor = 27.5454 Mbytes Step Atoms AVEKE stressZZ 22373 5000 8.8855184e-11 8513767.7 22374 -0.0134224999999927 8513651.73321525 22374 5000 8.86751e-11 8513651.7 Loop time of 0.0167971 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:05 2021 Pair time (%) = 0.00111985 (6.66695) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.184523) Outpt time (%) = 0.015558 (92.6233) Other time (%) = 8.82149e-05 (0.52518) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:05 2021 Memory usage per processor = 27.5454 Mbytes Step Atoms AVEKE stressZZ 22374 5000 8.86751e-11 8513605.4 22375 -0.0134224999999927 8513489.46771997 22375 5000 8.8558429e-11 8513489.5 Loop time of 0.016871 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:05 2021 Pair time (%) = 0.00114012 (6.75786) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.183714) Outpt time (%) = 0.015615 (92.5553) Other time (%) = 8.4877e-05 (0.503095) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:05 2021 Memory usage per processor = 27.5454 Mbytes Step Atoms AVEKE stressZZ 22375 5000 8.8558429e-11 8513443.2 22376 -0.0134224999999927 8513327.3056146 22376 5000 8.8482003e-11 8513327.3 Loop time of 0.0168149 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:05 2021 Pair time (%) = 0.0010941 (6.50673) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.184327) Outpt time (%) = 0.015604 (92.7985) Other time (%) = 8.58307e-05 (0.510443) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:05 2021 Memory usage per processor = 27.5454 Mbytes Step Atoms AVEKE stressZZ 22376 5000 8.8482003e-11 8513281 22377 -0.0134224999999927 8513165.21233515 22377 5000 8.8431133e-11 8513165.2 Loop time of 0.0167639 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:05 2021 Pair time (%) = 0.00109816 (6.55071) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.184888) Outpt time (%) = 0.0155492 (92.7538) Other time (%) = 8.55923e-05 (0.510574) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:05 2021 Memory usage per processor = 27.5454 Mbytes Step Atoms AVEKE stressZZ 22377 5000 8.8431133e-11 8513118.9 22378 -0.0134224999999927 8513003.16591886 22378 5000 8.8396494e-11 8513003.2 Loop time of 0.0167992 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:05 2021 Pair time (%) = 0.00114799 (6.83357) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.184499) Outpt time (%) = 0.0155342 (92.4696) Other time (%) = 8.60691e-05 (0.51234) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:05 2021 Memory usage per processor = 27.5454 Mbytes Step Atoms AVEKE stressZZ 22378 5000 8.8396494e-11 8512956.9 22379 -0.0134224999999927 8512841.15240998 22379 5000 8.8372168e-11 8512841.2 Loop time of 0.0168459 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:05 2021 Pair time (%) = 0.00114703 (6.80895) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.183987) Outpt time (%) = 0.0155821 (92.4976) Other time (%) = 8.58307e-05 (0.509504) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:05 2021 Memory usage per processor = 27.5454 Mbytes Step Atoms AVEKE stressZZ 22379 5000 8.8372168e-11 8512794.9 22380 -0.0134224999999927 8512679.16293915 22380 5000 8.8354393e-11 8512679.2 Loop time of 0.0190091 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:05 2021 Pair time (%) = 0.00114894 (6.04415) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.16305) Outpt time (%) = 0.0177431 (93.34) Other time (%) = 8.60691e-05 (0.452778) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:05 2021 Memory usage per processor = 27.5454 Mbytes Step Atoms AVEKE stressZZ 22380 5000 8.8354393e-11 8512632.9 22381 -0.0134224999999927 8512517.19186885 22381 5000 8.8340782e-11 8512517.2 Loop time of 0.0166361 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:05 2021 Pair time (%) = 0.0011251 (6.76297) Neigh time (%) = 0 (0) Comm time (%) = 3.00407e-05 (0.180575) Outpt time (%) = 0.015399 (92.5635) Other time (%) = 8.2016e-05 (0.492999) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:05 2021 Memory usage per processor = 27.5454 Mbytes Step Atoms AVEKE stressZZ 22381 5000 8.8340782e-11 8512471 22382 -0.0134224999999927 8512355.23561563 22382 5000 8.8329817e-11 8512355.2 Loop time of 0.0167511 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:05 2021 Pair time (%) = 0.00109506 (6.53724) Neigh time (%) = 0 (0) Comm time (%) = 2.98023e-05 (0.177913) Outpt time (%) = 0.015538 (92.7582) Other time (%) = 8.82149e-05 (0.526623) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:05 2021 Memory usage per processor = 27.5454 Mbytes Step Atoms AVEKE stressZZ 22382 5000 8.8329817e-11 8512309 22383 -0.0134224999999927 8512193.29190123 22383 5000 8.8320534e-11 8512193.3 Loop time of 0.0169361 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:05 2021 Pair time (%) = 0.00109506 (6.46583) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.183008) Outpt time (%) = 0.0157239 (92.843) Other time (%) = 8.60691e-05 (0.5082) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:05 2021 Memory usage per processor = 27.5454 Mbytes Step Atoms AVEKE stressZZ 22383 5000 8.8320534e-11 8512147.1 22384 -0.0134224999999927 8512031.35927701 22384 5000 8.831232e-11 8512031.4 Loop time of 0.0167592 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:05 2021 Pair time (%) = 0.00113392 (6.76597) Neigh time (%) = 0 (0) Comm time (%) = 5.91278e-05 (0.352809) Outpt time (%) = 0.0154371 (92.1116) Other time (%) = 0.000128984 (0.769636) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:05 2021 Memory usage per processor = 27.5454 Mbytes Step Atoms AVEKE stressZZ 22384 5000 8.831232e-11 8511985.1 22385 -0.0134224999999927 8511869.43682156 22385 5000 8.8304785e-11 8511869.4 Loop time of 0.016592 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:05 2021 Pair time (%) = 0.00109196 (6.58122) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.186803) Outpt time (%) = 0.0153842 (92.7204) Other time (%) = 8.4877e-05 (0.511553) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:05 2021 Memory usage per processor = 27.5454 Mbytes Step Atoms AVEKE stressZZ 22385 5000 8.8304785e-11 8511823.2 22386 -0.0134224999999927 8511707.52394847 22386 5000 8.8297682e-11 8511707.5 Loop time of 0.0167921 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:05 2021 Pair time (%) = 0.00109601 (6.52696) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.184578) Outpt time (%) = 0.0155802 (92.783) Other time (%) = 8.4877e-05 (0.505459) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:05 2021 Memory usage per processor = 27.5454 Mbytes Step Atoms AVEKE stressZZ 22386 5000 8.8297682e-11 8511661.3 22387 -0.0134224999999927 8511545.62028443 22387 5000 8.8290855e-11 8511545.6 Loop time of 0.0166481 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:05 2021 Pair time (%) = 0.00114512 (6.87843) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.186174) Outpt time (%) = 0.0153849 (92.4127) Other time (%) = 8.70228e-05 (0.52272) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:06 2021 Memory usage per processor = 27.5454 Mbytes Step Atoms AVEKE stressZZ 22387 5000 8.8290855e-11 8511499.4 22388 -0.0134224999999927 8511383.72559145 22388 5000 8.8284202e-11 8511383.7 Loop time of 0.0185289 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:06 2021 Pair time (%) = 0.00145292 (7.84137) Neigh time (%) = 0 (0) Comm time (%) = 3.98159e-05 (0.214885) Outpt time (%) = 0.016907 (91.2463) Other time (%) = 0.000129223 (0.697411) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:06 2021 Memory usage per processor = 27.5454 Mbytes Step Atoms AVEKE stressZZ 22388 5000 8.8284202e-11 8511337.5 22389 -0.0134224999999927 8511221.83971758 22389 5000 8.827766e-11 8511221.8 Loop time of 0.0167251 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:06 2021 Pair time (%) = 0.0011189 (6.68995) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191019) Outpt time (%) = 0.0154839 (92.5788) Other time (%) = 9.03606e-05 (0.540271) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:06 2021 Memory usage per processor = 27.5454 Mbytes Step Atoms AVEKE stressZZ 22389 5000 8.827766e-11 8511175.6 22390 -0.0134224999999927 8511059.96256546 22390 5000 8.827119e-11 8511060 Loop time of 0.0191729 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:06 2021 Pair time (%) = 0.00111985 (5.8408) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.167875) Outpt time (%) = 0.0179329 (93.5325) Other time (%) = 8.79765e-05 (0.458858) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:06 2021 Memory usage per processor = 27.5454 Mbytes Step Atoms AVEKE stressZZ 22390 5000 8.827119e-11 8511013.7 22391 -0.0134224999999927 8510898.09407271 22391 5000 8.8264765e-11 8510898.1 Loop time of 0.016942 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:06 2021 Pair time (%) = 0.00112104 (6.61694) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188573) Outpt time (%) = 0.0156991 (92.6639) Other time (%) = 8.98838e-05 (0.530538) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:06 2021 Memory usage per processor = 27.5454 Mbytes Step Atoms AVEKE stressZZ 22391 5000 8.8264765e-11 8510851.9 22392 -0.0134224999999927 8510736.23419908 22392 5000 8.8258369e-11 8510736.2 Loop time of 0.01724 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:06 2021 Pair time (%) = 0.00136614 (7.92422) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.208823) Outpt time (%) = 0.0157211 (91.1893) Other time (%) = 0.000116825 (0.677638) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:06 2021 Memory usage per processor = 27.5454 Mbytes Step Atoms AVEKE stressZZ 22392 5000 8.8258369e-11 8510690 22393 -0.0134224999999927 8510574.38293962 22393 5000 8.8251992e-11 8510574.4 Loop time of 0.017556 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:06 2021 Pair time (%) = 0.00122213 (6.96136) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.181979) Outpt time (%) = 0.016206 (92.3107) Other time (%) = 9.58443e-05 (0.545936) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:06 2021 Memory usage per processor = 27.5454 Mbytes Step Atoms AVEKE stressZZ 22393 5000 8.8251992e-11 8510528.2 22394 -0.0134224999999927 8510412.54035982 22394 5000 8.8245628e-11 8510412.5 Loop time of 0.0177071 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:06 2021 Pair time (%) = 0.00112295 (6.34181) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.180425) Outpt time (%) = 0.0164599 (92.9567) Other time (%) = 9.2268e-05 (0.521079) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:06 2021 Memory usage per processor = 27.5454 Mbytes Step Atoms AVEKE stressZZ 22394 5000 8.8245628e-11 8510366.3 22395 -0.0134224999999927 8510250.70638554 22395 5000 8.8239271e-11 8510250.7 Loop time of 0.0172751 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:06 2021 Pair time (%) = 0.00117779 (6.81784) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.195978) Outpt time (%) = 0.0159321 (92.2257) Other time (%) = 0.000131369 (0.760451) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:06 2021 Memory usage per processor = 27.5454 Mbytes Step Atoms AVEKE stressZZ 22395 5000 8.8239271e-11 8510204.5 22396 -0.0134224999999927 8510088.88101337 22396 5000 8.823292e-11 8510088.9 Loop time of 0.0178399 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:06 2021 Pair time (%) = 0.00122595 (6.87194) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.184428) Outpt time (%) = 0.0164449 (92.1805) Other time (%) = 0.000136137 (0.763104) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:06 2021 Memory usage per processor = 27.5454 Mbytes Step Atoms AVEKE stressZZ 22396 5000 8.823292e-11 8510042.7 22397 -0.0134224999999927 8509927.06427696 22397 5000 8.8226572e-11 8509927.1 Loop time of 0.017606 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:06 2021 Pair time (%) = 0.00119996 (6.81563) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.186878) Outpt time (%) = 0.016273 (92.4287) Other time (%) = 0.000100136 (0.568759) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:06 2021 Memory usage per processor = 27.5454 Mbytes Step Atoms AVEKE stressZZ 22397 5000 8.8226572e-11 8509880.8 22398 -0.0134224999999927 8509765.25614988 22398 5000 8.8220227e-11 8509765.3 Loop time of 0.0179291 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:06 2021 Pair time (%) = 0.00111985 (6.24601) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.178191) Outpt time (%) = 0.0166531 (92.883) Other time (%) = 0.000124216 (0.692819) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:06 2021 Memory usage per processor = 27.5454 Mbytes Step Atoms AVEKE stressZZ 22398 5000 8.8220227e-11 8509719 22399 -0.0134224999999927 8509603.45661645 22399 5000 8.8213884e-11 8509603.5 Loop time of 0.0170472 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:06 2021 Pair time (%) = 0.0011189 (6.56354) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.193004) Outpt time (%) = 0.015753 (92.4085) Other time (%) = 0.000142336 (0.834953) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:06 2021 Memory usage per processor = 27.5454 Mbytes Step Atoms AVEKE stressZZ 22399 5000 8.8213884e-11 8509557.2 22400 -0.0134224999999927 8509441.6656678 22400 5000 8.8207542e-11 8509441.7 Loop time of 0.020153 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:06 2021 Pair time (%) = 0.00156713 (7.77612) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.188103) Outpt time (%) = 0.0183699 (91.152) Other time (%) = 0.000178099 (0.883731) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:06 2021 Memory usage per processor = 27.5455 Mbytes Step Atoms AVEKE stressZZ 22400 5000 8.8207542e-11 8509395.5 22401 -0.0134224999999927 8509279.883291 22401 5000 8.8201202e-11 8509279.9 Loop time of 0.017782 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:06 2021 Pair time (%) = 0.00121403 (6.82729) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.179666) Outpt time (%) = 0.016418 (92.3294) Other time (%) = 0.000118017 (0.66369) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:06 2021 Memory usage per processor = 27.5455 Mbytes Step Atoms AVEKE stressZZ 22401 5000 8.8201202e-11 8509233.7 22402 -0.0134224999999927 8509118.10945705 22402 5000 8.8194862e-11 8509118.1 Loop time of 0.0175798 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:06 2021 Pair time (%) = 0.00115991 (6.59795) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.181732) Outpt time (%) = 0.016293 (92.6805) Other time (%) = 9.48906e-05 (0.539771) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:06 2021 Memory usage per processor = 27.5455 Mbytes Step Atoms AVEKE stressZZ 22402 5000 8.8194862e-11 8509071.9 22403 -0.0134224999999927 8508956.34420786 22403 5000 8.8188524e-11 8508956.3 Loop time of 0.0168121 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:06 2021 Pair time (%) = 0.00115395 (6.86379) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.19003) Outpt time (%) = 0.015532 (92.386) Other time (%) = 9.41753e-05 (0.560165) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:06 2021 Memory usage per processor = 27.5455 Mbytes Step Atoms AVEKE stressZZ 22403 5000 8.8188524e-11 8508910.1 22404 -0.0134224999999927 8508794.58753168 22404 5000 8.8182186e-11 8508794.6 Loop time of 0.017288 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:06 2021 Pair time (%) = 0.0013411 (7.75744) Neigh time (%) = 0 (0) Comm time (%) = 5.00679e-05 (0.289611) Outpt time (%) = 0.0157571 (91.1448) Other time (%) = 0.000139713 (0.808153) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:06 2021 Memory usage per processor = 27.5455 Mbytes Step Atoms AVEKE stressZZ 22404 5000 8.8182186e-11 8508748.4 22405 -0.0134224999999927 8508632.83942241 22405 5000 8.8175849e-11 8508632.8 Loop time of 0.017668 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:06 2021 Pair time (%) = 0.00114608 (6.48674) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.187572) Outpt time (%) = 0.016392 (92.7778) Other time (%) = 9.67979e-05 (0.547871) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:06 2021 Memory usage per processor = 27.5455 Mbytes Step Atoms AVEKE stressZZ 22405 5000 8.8175849e-11 8508586.6 22406 -0.0134224999999927 8508471.09987605 22406 5000 8.8169513e-11 8508471.1 Loop time of 0.0178261 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:06 2021 Pair time (%) = 0.00119114 (6.682) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.185908) Outpt time (%) = 0.0164418 (92.2346) Other time (%) = 0.000159979 (0.897443) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:06 2021 Memory usage per processor = 27.5455 Mbytes Step Atoms AVEKE stressZZ 22406 5000 8.8169513e-11 8508424.9 22407 -0.0134224999999927 8508309.36888889 22407 5000 8.8163178e-11 8508309.4 Loop time of 0.016892 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:06 2021 Pair time (%) = 0.001122 (6.6422) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.196189) Outpt time (%) = 0.015589 (92.2865) Other time (%) = 0.00014782 (0.875088) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:06 2021 Memory usage per processor = 27.5455 Mbytes Step Atoms AVEKE stressZZ 22407 5000 8.8163178e-11 8508263.2 22408 -0.0134224999999927 8508147.64649579 22408 5000 8.8156843e-11 8508147.6 Loop time of 0.0174379 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:06 2021 Pair time (%) = 0.00155592 (8.92261) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.29259) Outpt time (%) = 0.0156999 (90.0328) Other time (%) = 0.00013113 (0.751982) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:06 2021 Memory usage per processor = 27.5455 Mbytes Step Atoms AVEKE stressZZ 22408 5000 8.8156843e-11 8508101.4 22409 -0.0134224999999927 8507985.93272893 22409 5000 8.8150509e-11 8507985.9 Loop time of 0.0177429 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:06 2021 Pair time (%) = 0.00120306 (6.78053) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.181405) Outpt time (%) = 0.016412 (92.4992) Other time (%) = 9.56059e-05 (0.538841) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:06 2021 Memory usage per processor = 27.5455 Mbytes Step Atoms AVEKE stressZZ 22409 5000 8.8150509e-11 8507939.7 22410 -0.0134224999999927 8507824.22755393 22410 5000 8.8144176e-11 8507824.2 Loop time of 0.020009 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:06 2021 Pair time (%) = 0.00115395 (5.76712) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.154902) Outpt time (%) = 0.018729 (93.6025) Other time (%) = 9.5129e-05 (0.47543) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:06 2021 Memory usage per processor = 27.5455 Mbytes Step Atoms AVEKE stressZZ 22410 5000 8.8144176e-11 8507778 22411 -0.0134224999999927 8507662.53095926 22411 5000 8.8137844e-11 8507662.5 Loop time of 0.0170128 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:06 2021 Pair time (%) = 0.00121903 (7.16538) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.193394) Outpt time (%) = 0.0156529 (92.0064) Other time (%) = 0.000108004 (0.634836) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28380 ave 28380 max 28380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28380 Ave neighs/atom = 5.676 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:06 2021 Memory usage per processor = 27.5455 Mbytes Step Atoms AVEKE stressZZ 22411 5000 8.8137844e-11 8507616.3 22412 -0.0134224999999927 8507500.84293801 22412 5000 8.8131512e-11 8507500.8 Loop time of 0.017472 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:06 2021 Pair time (%) = 0.0014708 (8.41805) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.206051) Outpt time (%) = 0.01579 (90.3729) Other time (%) = 0.000175238 (1.00296) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:06 2021 Memory usage per processor = 27.5455 Mbytes Step Atoms AVEKE stressZZ 22412 5000 8.8131512e-11 8507454.6 22413 -0.0134224999999927 8507339.16348485 22413 5000 8.8125181e-11 8507339.2 Loop time of 0.0177021 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:06 2021 Pair time (%) = 0.00114703 (6.47964) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.180476) Outpt time (%) = 0.0164061 (92.6786) Other time (%) = 0.000117064 (0.661297) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:06 2021 Memory usage per processor = 27.5455 Mbytes Step Atoms AVEKE stressZZ 22413 5000 8.8125181e-11 8507293 22414 -0.0134224999999927 8507177.49259572 22414 5000 8.8118851e-11 8507177.5 Loop time of 0.0176339 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:06 2021 Pair time (%) = 0.00116086 (6.58311) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.182526) Outpt time (%) = 0.0163479 (92.7071) Other time (%) = 9.29832e-05 (0.527298) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:06 2021 Memory usage per processor = 27.5455 Mbytes Step Atoms AVEKE stressZZ 22414 5000 8.8118851e-11 8507131.3 22415 -0.0134224999999927 8507015.83026107 22415 5000 8.8112522e-11 8507015.8 Loop time of 0.016995 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:06 2021 Pair time (%) = 0.00117612 (6.9204) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187986) Outpt time (%) = 0.015692 (92.3333) Other time (%) = 9.48906e-05 (0.558346) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:06 2021 Memory usage per processor = 27.5455 Mbytes Step Atoms AVEKE stressZZ 22415 5000 8.8112522e-11 8506969.6 22416 -0.0134224999999927 8506854.17648706 22416 5000 8.8106193e-11 8506854.2 Loop time of 0.017334 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:06 2021 Pair time (%) = 0.00140095 (8.08209) Neigh time (%) = 0 (0) Comm time (%) = 5.6982e-05 (0.32873) Outpt time (%) = 0.0157351 (90.7763) Other time (%) = 0.000140905 (0.812885) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:06 2021 Memory usage per processor = 27.5455 Mbytes Step Atoms AVEKE stressZZ 22416 5000 8.8106193e-11 8506808 22417 -0.0134224999999927 8506692.53127056 22417 5000 8.8099865e-11 8506692.5 Loop time of 0.0177391 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:06 2021 Pair time (%) = 0.00127411 (7.18251) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.197573) Outpt time (%) = 0.0163181 (91.9896) Other time (%) = 0.000111818 (0.630351) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:06 2021 Memory usage per processor = 27.5455 Mbytes Step Atoms AVEKE stressZZ 22417 5000 8.8099865e-11 8506646.3 22418 -0.0134224999999927 8506530.89460573 22418 5000 8.8093538e-11 8506530.9 Loop time of 0.0174451 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:06 2021 Pair time (%) = 0.001122 (6.4316) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183135) Outpt time (%) = 0.016197 (92.8454) Other time (%) = 9.41753e-05 (0.539839) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:06 2021 Memory usage per processor = 27.5455 Mbytes Step Atoms AVEKE stressZZ 22418 5000 8.8093538e-11 8506484.7 22419 -0.0134224999999927 8506369.26649009 22419 5000 8.8087211e-11 8506369.3 Loop time of 0.0168829 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:06 2021 Pair time (%) = 0.00111794 (6.62176) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.189233) Outpt time (%) = 0.015609 (92.4547) Other time (%) = 0.000123978 (0.734339) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:06 2021 Memory usage per processor = 27.5455 Mbytes Step Atoms AVEKE stressZZ 22419 5000 8.8087211e-11 8506323.1 22420 -0.0134224999999927 8506207.64692122 22420 5000 8.8080886e-11 8506207.6 Loop time of 0.020241 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:07 2021 Pair time (%) = 0.00146508 (7.23818) Neigh time (%) = 0 (0) Comm time (%) = 3.98159e-05 (0.196709) Outpt time (%) = 0.0185821 (91.8042) Other time (%) = 0.000154018 (0.760922) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:07 2021 Memory usage per processor = 27.5455 Mbytes Step Atoms AVEKE stressZZ 22420 5000 8.8080886e-11 8506161.5 22421 -0.0134224999999927 8506046.03589679 22421 5000 8.8074561e-11 8506046 Loop time of 0.017935 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:07 2021 Pair time (%) = 0.00139999 (7.80592) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.184779) Outpt time (%) = 0.0164001 (91.4417) Other time (%) = 0.000101805 (0.56763) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:07 2021 Memory usage per processor = 27.5455 Mbytes Step Atoms AVEKE stressZZ 22421 5000 8.8074561e-11 8505999.8 22422 -0.0134224999999927 8505884.43338767 22422 5000 8.8068236e-11 8505884.4 Loop time of 0.0175769 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:07 2021 Pair time (%) = 0.00114799 (6.5312) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.181761) Outpt time (%) = 0.016289 (92.6726) Other time (%) = 0.000108004 (0.614462) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:07 2021 Memory usage per processor = 27.5455 Mbytes Step Atoms AVEKE stressZZ 22422 5000 8.8068236e-11 8505838.2 22423 -0.0134224999999927 8505722.8394125 22423 5000 8.8061913e-11 8505722.8 Loop time of 0.016958 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:07 2021 Pair time (%) = 0.00113702 (6.70491) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.194019) Outpt time (%) = 0.0156889 (92.5162) Other time (%) = 9.91821e-05 (0.584869) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:07 2021 Memory usage per processor = 27.5455 Mbytes Step Atoms AVEKE stressZZ 22423 5000 8.8061913e-11 8505676.7 22424 -0.0134224999999927 8505561.25397429 22424 5000 8.805559e-11 8505561.3 Loop time of 0.0173159 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:07 2021 Pair time (%) = 0.001266 (7.31123) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.207909) Outpt time (%) = 0.0158939 (91.7883) Other time (%) = 0.000119925 (0.69257) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:07 2021 Memory usage per processor = 27.5455 Mbytes Step Atoms AVEKE stressZZ 22424 5000 8.805559e-11 8505515.1 22425 -0.0134224999999927 8505399.67707116 22425 5000 8.8049268e-11 8505399.7 Loop time of 0.0178511 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:07 2021 Pair time (%) = 0.00115705 (6.48164) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.17897) Outpt time (%) = 0.016561 (92.7731) Other time (%) = 0.000101089 (0.566292) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:07 2021 Memory usage per processor = 27.5455 Mbytes Step Atoms AVEKE stressZZ 22425 5000 8.8049268e-11 8505353.5 22426 -0.0134224999999927 8505238.10870108 22426 5000 8.8042946e-11 8505238.1 Loop time of 0.017983 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:07 2021 Pair time (%) = 0.00112319 (6.24586) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.177658) Outpt time (%) = 0.0167341 (93.0554) Other time (%) = 9.36985e-05 (0.52104) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:07 2021 Memory usage per processor = 27.5455 Mbytes Step Atoms AVEKE stressZZ 22426 5000 8.8042946e-11 8505191.9 22427 -0.0134224999999927 8505076.54886233 22427 5000 8.8036626e-11 8505076.5 Loop time of 0.0168879 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:07 2021 Pair time (%) = 0.00114393 (6.77368) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.189177) Outpt time (%) = 0.0156181 (92.4809) Other time (%) = 9.39369e-05 (0.556238) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:07 2021 Memory usage per processor = 27.5455 Mbytes Step Atoms AVEKE stressZZ 22427 5000 8.8036626e-11 8505030.4 22428 -0.0134224999999927 8504914.99757904 22428 5000 8.8030306e-11 8504915 Loop time of 0.0173109 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:07 2021 Pair time (%) = 0.00141907 (8.19756) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.207969) Outpt time (%) = 0.015717 (90.7929) Other time (%) = 0.00013876 (0.801576) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:07 2021 Memory usage per processor = 27.5455 Mbytes Step Atoms AVEKE stressZZ 22428 5000 8.8030306e-11 8504868.8 22429 -0.0134224999999927 8504753.4548951 22429 5000 8.8023986e-11 8504753.5 Loop time of 0.01757 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:07 2021 Pair time (%) = 0.00114202 (6.49985) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.181833) Outpt time (%) = 0.0162542 (92.5109) Other time (%) = 0.000141859 (0.807393) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:07 2021 Memory usage per processor = 27.5455 Mbytes Step Atoms AVEKE stressZZ 22429 5000 8.8023986e-11 8504707.3 22430 -0.0134224999999927 8504591.92077725 22430 5000 8.8017668e-11 8504591.9 Loop time of 0.0200222 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:07 2021 Pair time (%) = 0.00114489 (5.7181) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.159564) Outpt time (%) = 0.01875 (93.646) Other time (%) = 9.53674e-05 (0.47631) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:07 2021 Memory usage per processor = 27.5455 Mbytes Step Atoms AVEKE stressZZ 22430 5000 8.8017668e-11 8504545.7 22431 -0.0134224999999927 8504430.39521436 22431 5000 8.801135e-11 8504430.4 Loop time of 0.016849 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:07 2021 Pair time (%) = 0.001122 (6.65912) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.191029) Outpt time (%) = 0.0156031 (92.6051) Other time (%) = 9.17912e-05 (0.544786) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:07 2021 Memory usage per processor = 27.5455 Mbytes Step Atoms AVEKE stressZZ 22431 5000 8.801135e-11 8504384.2 22432 -0.0134224999999927 8504268.87820008 22432 5000 8.8005033e-11 8504268.9 Loop time of 0.0171101 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:07 2021 Pair time (%) = 0.00121403 (7.09538) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.199261) Outpt time (%) = 0.0157411 (91.9989) Other time (%) = 0.000120878 (0.706473) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:07 2021 Memory usage per processor = 27.5455 Mbytes Step Atoms AVEKE stressZZ 22432 5000 8.8005033e-11 8504222.7 22433 -0.0134224999999927 8504107.36972948 22433 5000 8.7998717e-11 8504107.4 Loop time of 0.0167201 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:07 2021 Pair time (%) = 0.00112295 (6.71619) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191076) Outpt time (%) = 0.015475 (92.5537) Other time (%) = 9.01222e-05 (0.539007) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:07 2021 Memory usage per processor = 27.5455 Mbytes Step Atoms AVEKE stressZZ 22433 5000 8.7998717e-11 8504061.2 22434 -0.0134224999999927 8503945.8697992 22434 5000 8.7992401e-11 8503945.9 Loop time of 0.017168 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:07 2021 Pair time (%) = 0.00112104 (6.52983) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.187479) Outpt time (%) = 0.0159259 (92.7647) Other time (%) = 8.89301e-05 (0.517998) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:07 2021 Memory usage per processor = 27.5455 Mbytes Step Atoms AVEKE stressZZ 22434 5000 8.7992401e-11 8503899.7 22435 -0.0134224999999927 8503784.37840586 22435 5000 8.7986086e-11 8503784.4 Loop time of 0.0176969 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:07 2021 Pair time (%) = 0.00111485 (6.29968) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.175141) Outpt time (%) = 0.0164621 (93.0227) Other time (%) = 8.89301e-05 (0.502519) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:07 2021 Memory usage per processor = 27.5455 Mbytes Step Atoms AVEKE stressZZ 22435 5000 8.7986086e-11 8503738.2 22436 -0.0134224999999927 8503622.89554669 22436 5000 8.7979772e-11 8503622.9 Loop time of 0.0170019 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:07 2021 Pair time (%) = 0.00112104 (6.59365) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187909) Outpt time (%) = 0.015722 (92.4724) Other time (%) = 0.000126839 (0.746028) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:07 2021 Memory usage per processor = 27.5455 Mbytes Step Atoms AVEKE stressZZ 22436 5000 8.7979772e-11 8503576.7 22437 -0.0134224999999927 8503461.42121908 22437 5000 8.7973459e-11 8503461.4 Loop time of 0.0171039 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:07 2021 Pair time (%) = 0.00135207 (7.90504) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.216061) Outpt time (%) = 0.015599 (91.2014) Other time (%) = 0.000115871 (0.677456) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:07 2021 Memory usage per processor = 27.5455 Mbytes Step Atoms AVEKE stressZZ 22437 5000 8.7973459e-11 8503415.3 22438 -0.0134224999999927 8503299.95542067 22438 5000 8.7967146e-11 8503300 Loop time of 0.0178189 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:07 2021 Pair time (%) = 0.00140214 (7.86882) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.230137) Outpt time (%) = 0.0161991 (90.9096) Other time (%) = 0.000176668 (0.991464) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:07 2021 Memory usage per processor = 27.5455 Mbytes Step Atoms AVEKE stressZZ 22438 5000 8.7967146e-11 8503253.8 22439 -0.0134224999999927 8503138.49814922 22439 5000 8.7960834e-11 8503138.5 Loop time of 0.0176179 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:07 2021 Pair time (%) = 0.00115895 (6.57825) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.188105) Outpt time (%) = 0.0163209 (92.6382) Other time (%) = 0.000104904 (0.595439) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:07 2021 Memory usage per processor = 27.5455 Mbytes Step Atoms AVEKE stressZZ 22439 5000 8.7960834e-11 8503092.3 22440 -0.0134224999999927 8502977.04940269 22440 5000 8.7954523e-11 8502977 Loop time of 0.0195889 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:07 2021 Pair time (%) = 0.00112104 (5.72284) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.163092) Outpt time (%) = 0.0183129 (93.486) Other time (%) = 0.000123024 (0.628028) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:07 2021 Memory usage per processor = 27.5455 Mbytes Step Atoms AVEKE stressZZ 22440 5000 8.7954523e-11 8502930.9 22441 -0.0134224999999927 8502815.60917905 22441 5000 8.7948213e-11 8502815.6 Loop time of 0.016834 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:07 2021 Pair time (%) = 0.00116396 (6.91433) Neigh time (%) = 0 (0) Comm time (%) = 4.91142e-05 (0.291756) Outpt time (%) = 0.0155141 (92.1594) Other time (%) = 0.000106812 (0.634498) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:07 2021 Memory usage per processor = 27.5455 Mbytes Step Atoms AVEKE stressZZ 22441 5000 8.7948213e-11 8502769.4 22442 -0.0134224999999927 8502654.17747642 22442 5000 8.7941903e-11 8502654.2 Loop time of 0.0178521 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:07 2021 Pair time (%) = 0.00125909 (7.0529) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.19098) Outpt time (%) = 0.0164378 (92.0777) Other time (%) = 0.000121117 (0.678446) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:07 2021 Memory usage per processor = 27.5455 Mbytes Step Atoms AVEKE stressZZ 22442 5000 8.7941903e-11 8502608 22443 -0.0134224999999927 8502492.75429289 22443 5000 8.7935594e-11 8502492.8 Loop time of 0.0175881 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:07 2021 Pair time (%) = 0.00111914 (6.36302) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.181646) Outpt time (%) = 0.0163441 (92.9267) Other time (%) = 9.29832e-05 (0.52867) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:07 2021 Memory usage per processor = 27.5455 Mbytes Step Atoms AVEKE stressZZ 22443 5000 8.7935594e-11 8502446.6 22444 -0.0134224999999927 8502331.3396267 22444 5000 8.7929285e-11 8502331.3 Loop time of 0.0168009 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:07 2021 Pair time (%) = 0.0011301 (6.72646) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190157) Outpt time (%) = 0.015552 (92.5668) Other time (%) = 8.67844e-05 (0.516547) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:07 2021 Memory usage per processor = 27.5455 Mbytes Step Atoms AVEKE stressZZ 22444 5000 8.7929285e-11 8502285.2 22445 -0.0134224999999927 8502169.93347605 22445 5000 8.7922978e-11 8502169.9 Loop time of 0.0171511 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:07 2021 Pair time (%) = 0.00135303 (7.88885) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.215466) Outpt time (%) = 0.01563 (91.1311) Other time (%) = 0.00013113 (0.764558) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:07 2021 Memory usage per processor = 27.5455 Mbytes Step Atoms AVEKE stressZZ 22445 5000 8.7922978e-11 8502123.8 22446 -0.0134224999999927 8502008.53580302 22446 5000 8.7916671e-11 8502008.5 Loop time of 0.017801 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:07 2021 Pair time (%) = 0.00121593 (6.83069) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.180812) Outpt time (%) = 0.0164602 (92.4675) Other time (%) = 9.27448e-05 (0.521008) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:07 2021 Memory usage per processor = 27.5455 Mbytes Step Atoms AVEKE stressZZ 22446 5000 8.7916671e-11 8501962.4 22447 -0.0134224999999927 8501847.14663805 22447 5000 8.7910365e-11 8501847.1 Loop time of 0.0175991 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:07 2021 Pair time (%) = 0.00114799 (6.52298) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.181532) Outpt time (%) = 0.0163121 (92.6872) Other time (%) = 0.00010705 (0.608269) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:07 2021 Memory usage per processor = 27.5455 Mbytes Step Atoms AVEKE stressZZ 22447 5000 8.7910365e-11 8501801 22448 -0.0134224999999927 8501685.76598176 22448 5000 8.790406e-11 8501685.8 Loop time of 0.016973 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:07 2021 Pair time (%) = 0.00111985 (6.59784) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188229) Outpt time (%) = 0.015729 (92.6703) Other time (%) = 9.2268e-05 (0.543616) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:07 2021 Memory usage per processor = 27.5455 Mbytes Step Atoms AVEKE stressZZ 22448 5000 8.790406e-11 8501639.6 22449 -0.0134224999999927 8501524.39383263 22449 5000 8.7897755e-11 8501524.4 Loop time of 0.0172482 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:07 2021 Pair time (%) = 0.00138497 (8.02969) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.219783) Outpt time (%) = 0.015671 (90.8562) Other time (%) = 0.000154257 (0.894338) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:07 2021 Memory usage per processor = 27.5455 Mbytes Step Atoms AVEKE stressZZ 22449 5000 8.7897755e-11 8501478.2 22450 -0.0134224999999927 8501363.0301891 22450 5000 8.7891451e-11 8501363 Loop time of 0.020406 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:07 2021 Pair time (%) = 0.00116491 (5.70868) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.156562) Outpt time (%) = 0.019079 (93.4968) Other time (%) = 0.000130177 (0.637932) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:07 2021 Memory usage per processor = 27.5455 Mbytes Step Atoms AVEKE stressZZ 22450 5000 8.7891451e-11 8501316.9 22451 -0.0134224999999927 8501201.67504993 22451 5000 8.7885148e-11 8501201.7 Loop time of 0.0177269 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:07 2021 Pair time (%) = 0.00115395 (6.50958) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.180224) Outpt time (%) = 0.016448 (92.7857) Other time (%) = 9.29832e-05 (0.524532) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:07 2021 Memory usage per processor = 27.5455 Mbytes Step Atoms AVEKE stressZZ 22451 5000 8.7885148e-11 8501155.5 22452 -0.0134224999999927 8501040.3284134 22452 5000 8.7878845e-11 8501040.3 Loop time of 0.0169029 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:07 2021 Pair time (%) = 0.00112009 (6.62661) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.189009) Outpt time (%) = 0.0156291 (92.4636) Other time (%) = 0.000121832 (0.720774) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:07 2021 Memory usage per processor = 27.5455 Mbytes Step Atoms AVEKE stressZZ 22452 5000 8.7878845e-11 8500994.2 22453 -0.0134224999999927 8500878.9902781 22453 5000 8.7872543e-11 8500879 Loop time of 0.01735 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:07 2021 Pair time (%) = 0.001477 (8.51301) Neigh time (%) = 0 (0) Comm time (%) = 5.19753e-05 (0.29957) Outpt time (%) = 0.0156839 (90.3973) Other time (%) = 0.000137091 (0.79015) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:07 2021 Memory usage per processor = 27.5455 Mbytes Step Atoms AVEKE stressZZ 22453 5000 8.7872543e-11 8500832.8 22454 -0.0134224999999927 8500717.66064287 22454 5000 8.7866242e-11 8500717.7 Loop time of 0.017663 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:07 2021 Pair time (%) = 0.00117493 (6.65191) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.182226) Outpt time (%) = 0.0163541 (92.5895) Other time (%) = 0.000101805 (0.576373) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:07 2021 Memory usage per processor = 27.5455 Mbytes Step Atoms AVEKE stressZZ 22454 5000 8.7866242e-11 8500671.5 22455 -0.0134224999999927 8500556.33950604 22455 5000 8.7859942e-11 8500556.3 Loop time of 0.017606 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:07 2021 Pair time (%) = 0.00121284 (6.88875) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.188232) Outpt time (%) = 0.0162549 (92.3258) Other time (%) = 0.000105143 (0.597197) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:07 2021 Memory usage per processor = 27.5455 Mbytes Step Atoms AVEKE stressZZ 22455 5000 8.7859942e-11 8500510.2 22456 -0.0134224999999927 8500395.02686649 22456 5000 8.7853643e-11 8500395 Loop time of 0.016814 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:07 2021 Pair time (%) = 0.00112987 (6.71979) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.195681) Outpt time (%) = 0.0155489 (92.4762) Other time (%) = 0.000102282 (0.608312) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:07 2021 Memory usage per processor = 27.5455 Mbytes Step Atoms AVEKE stressZZ 22456 5000 8.7853643e-11 8500348.9 22457 -0.0134224999999927 8500233.72272268 22457 5000 8.7847344e-11 8500233.7 Loop time of 0.0174141 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:07 2021 Pair time (%) = 0.00135493 (7.78067) Neigh time (%) = 0 (0) Comm time (%) = 5.19753e-05 (0.298467) Outpt time (%) = 0.015862 (91.0871) Other time (%) = 0.000145197 (0.83379) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:07 2021 Memory usage per processor = 27.5455 Mbytes Step Atoms AVEKE stressZZ 22457 5000 8.7847344e-11 8500187.6 22458 -0.0134224999999927 8500072.42707319 22458 5000 8.7841046e-11 8500072.4 Loop time of 0.017911 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:07 2021 Pair time (%) = 0.00120401 (6.72222) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.183696) Outpt time (%) = 0.0165751 (92.5417) Other time (%) = 9.89437e-05 (0.55242) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:07 2021 Memory usage per processor = 27.5455 Mbytes Step Atoms AVEKE stressZZ 22458 5000 8.7841046e-11 8500026.3 22459 -0.0134224999999927 8499911.13991692 22459 5000 8.7834748e-11 8499911.1 Loop time of 0.0178161 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:07 2021 Pair time (%) = 0.00126004 (7.0725) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.191366) Outpt time (%) = 0.0164211 (92.1701) Other time (%) = 0.000100851 (0.566068) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:07 2021 Memory usage per processor = 27.5455 Mbytes Step Atoms AVEKE stressZZ 22459 5000 8.7834748e-11 8499865 22460 -0.0134224999999927 8499749.86125226 22460 5000 8.7828452e-11 8499749.9 Loop time of 0.0194151 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:07 2021 Pair time (%) = 0.00118685 (6.113) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.169464) Outpt time (%) = 0.018095 (93.2005) Other time (%) = 0.000100374 (0.516989) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:07 2021 Memory usage per processor = 27.5455 Mbytes Step Atoms AVEKE stressZZ 22460 5000 8.7828452e-11 8499703.7 22461 -0.0134224999999927 8499588.59107829 22461 5000 8.7822156e-11 8499588.6 Loop time of 0.017179 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:07 2021 Pair time (%) = 0.00127697 (7.43331) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.202626) Outpt time (%) = 0.015727 (91.548) Other time (%) = 0.00014019 (0.816055) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:07 2021 Memory usage per processor = 27.5455 Mbytes Step Atoms AVEKE stressZZ 22461 5000 8.7822156e-11 8499542.4 22462 -0.0134224999999927 8499427.32939336 22462 5000 8.781586e-11 8499427.3 Loop time of 0.0180321 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:08 2021 Pair time (%) = 0.00129414 (7.17686) Neigh time (%) = 0 (0) Comm time (%) = 6.29425e-05 (0.349059) Outpt time (%) = 0.0165372 (91.7099) Other time (%) = 0.000137806 (0.764227) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:27:08 2021 Memory usage per processor = 27.5455 Mbytes Step Atoms AVEKE stressZZ 22462 5000 8.781586e-11 8499381.2 22463 -0.0134224999999927 8499243.40752087 22463 5000 1.7325251e-10 8499523.4 Loop time of 0.0173869 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:08 2021 Pair time (%) = 0.00112081 (6.44626) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.185119) Outpt time (%) = 0.0161171 (92.6967) Other time (%) = 0.000116825 (0.671914) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:08 2021 Memory usage per processor = 27.5455 Mbytes Step Atoms AVEKE stressZZ 22463 5000 1.7325251e-10 8567384.2 22464 -0.0134549999999927 8567232.49288817 22464 5000 1.3938431e-10 8567232.5 Loop time of 0.016494 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:08 2021 Pair time (%) = 0.00111794 (6.77787) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.22405) Outpt time (%) = 0.0152359 (92.3722) Other time (%) = 0.000103235 (0.625894) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:08 2021 Memory usage per processor = 27.5455 Mbytes Step Atoms AVEKE stressZZ 22464 5000 1.3938431e-10 8567170.1 22465 -0.0134549999999927 8567031.27196754 22465 5000 1.1977325e-10 8567031.3 Loop time of 0.0171108 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:08 2021 Pair time (%) = 0.00135183 (7.90046) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.221547) Outpt time (%) = 0.0156059 (91.205) Other time (%) = 0.000115156 (0.673002) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:08 2021 Memory usage per processor = 27.5455 Mbytes Step Atoms AVEKE stressZZ 22465 5000 1.1977325e-10 8566974.6 22466 -0.0134549999999927 8566844.01471419 22466 5000 1.0808135e-10 8566844 Loop time of 0.017664 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:08 2021 Pair time (%) = 0.00130701 (7.39931) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.180866) Outpt time (%) = 0.016206 (91.7463) Other time (%) = 0.000118971 (0.673523) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:08 2021 Memory usage per processor = 27.5455 Mbytes Step Atoms AVEKE stressZZ 22466 5000 1.0808135e-10 8566791 22467 -0.0134549999999927 8566665.63464077 22467 5000 1.0096114e-10 8566665.6 Loop time of 0.0174971 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:08 2021 Pair time (%) = 0.00118494 (6.77222) Neigh time (%) = 0 (0) Comm time (%) = 3.12328e-05 (0.178503) Outpt time (%) = 0.0161872 (92.5138) Other time (%) = 9.36985e-05 (0.53551) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:08 2021 Memory usage per processor = 27.5455 Mbytes Step Atoms AVEKE stressZZ 22467 5000 1.0096114e-10 8566615 22468 -0.0134549999999927 8566492.89922851 22468 5000 9.6560058e-11 8566492.9 Loop time of 0.017005 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:08 2021 Pair time (%) = 0.00112414 (6.61068) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187875) Outpt time (%) = 0.0157051 (92.356) Other time (%) = 0.000143766 (0.845438) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:08 2021 Memory usage per processor = 27.5455 Mbytes Step Atoms AVEKE stressZZ 22468 5000 9.6560058e-11 8566443.7 22469 -0.0134549999999927 8566323.7541411 22469 5000 9.3811791e-11 8566323.8 Loop time of 0.0175719 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:08 2021 Pair time (%) = 0.00144196 (8.20602) Neigh time (%) = 0 (0) Comm time (%) = 4.50611e-05 (0.256438) Outpt time (%) = 0.015913 (90.5593) Other time (%) = 0.0001719 (0.978264) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:08 2021 Memory usage per processor = 27.5455 Mbytes Step Atoms AVEKE stressZZ 22469 5000 9.3811791e-11 8566275.5 22470 -0.0134549999999927 8566156.89389087 22470 5000 9.2083515e-11 8566156.9 Loop time of 0.0203769 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:08 2021 Pair time (%) = 0.0013411 (6.58149) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.161466) Outpt time (%) = 0.0188229 (92.3737) Other time (%) = 0.000180006 (0.883382) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:08 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22470 5000 9.2083515e-11 8566109.2 22471 -0.0134549999999927 8565991.48882012 22471 5000 9.0991175e-11 8565991.5 Loop time of 0.0178761 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:08 2021 Pair time (%) = 0.001127 (6.30452) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.178719) Outpt time (%) = 0.0166161 (92.9513) Other time (%) = 0.000101089 (0.565499) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:08 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22471 5000 9.0991175e-11 8565944.2 22472 -0.0134549999999927 8565827.01168427 22472 5000 9.0298017e-11 8565827 Loop time of 0.01705 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:08 2021 Pair time (%) = 0.00114107 (6.69249) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.188777) Outpt time (%) = 0.0157821 (92.5636) Other time (%) = 9.46522e-05 (0.555144) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:08 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22472 5000 9.0298017e-11 8565780 22473 -0.0134549999999927 8565663.12739857 22473 5000 8.9856538e-11 8565663.1 Loop time of 0.0172682 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:08 2021 Pair time (%) = 0.00133491 (7.73044) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.214006) Outpt time (%) = 0.0157681 (91.3128) Other time (%) = 0.000128269 (0.742807) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:08 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22473 5000 8.9856538e-11 8565616.2 22474 -0.0134549999999927 8565499.62301204 22474 5000 8.9574192e-11 8565499.6 Loop time of 0.017674 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:08 2021 Pair time (%) = 0.00115895 (6.5574) Neigh time (%) = 0 (0) Comm time (%) = 4.72069e-05 (0.267098) Outpt time (%) = 0.0163479 (92.497) Other time (%) = 0.000119925 (0.678538) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:08 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22474 5000 8.9574192e-11 8565452.8 22475 -0.0134549999999927 8565336.36319184 22475 5000 8.9392648e-11 8565336.4 Loop time of 0.0171399 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:08 2021 Pair time (%) = 0.00121999 (7.11782) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.187787) Outpt time (%) = 0.0157628 (91.9655) Other time (%) = 0.000124931 (0.728891) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:08 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22475 5000 8.9392648e-11 8565289.6 22476 -0.0134549999999927 8565173.26193164 22476 5000 8.9275032e-11 8565173.3 Loop time of 0.016793 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:08 2021 Pair time (%) = 0.00117517 (6.99794) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.184567) Outpt time (%) = 0.0154722 (92.1346) Other time (%) = 0.000114679 (0.682899) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:08 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22476 5000 8.9275032e-11 8565126.6 22477 -0.0134549999999927 8565010.26457315 22477 5000 8.9197989e-11 8565010.3 Loop time of 0.0170391 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:08 2021 Pair time (%) = 0.00112414 (6.59745) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187499) Outpt time (%) = 0.0157952 (92.7001) Other time (%) = 8.7738e-05 (0.514923) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:08 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22477 5000 8.9197989e-11 8564963.6 22478 -0.0134549999999927 8564847.33637985 22478 5000 8.9146709e-11 8564847.3 Loop time of 0.0174401 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:08 2021 Pair time (%) = 0.00118494 (6.79435) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.177719) Outpt time (%) = 0.016135 (92.5166) Other time (%) = 8.91685e-05 (0.511285) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:08 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22478 5000 8.9146709e-11 8564800.7 22479 -0.0134549999999927 8564684.45527595 22479 5000 8.9111793e-11 8564684.5 Loop time of 0.0170999 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:08 2021 Pair time (%) = 0.00120902 (7.07035) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.197987) Outpt time (%) = 0.0157559 (92.1405) Other time (%) = 0.000101089 (0.591171) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:08 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22479 5000 8.9111793e-11 8564637.8 22480 -0.0134549999999927 8564521.60723166 22480 5000 8.9087272e-11 8564521.6 Loop time of 0.0212061 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:08 2021 Pair time (%) = 0.00120711 (5.69228) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.216988) Outpt time (%) = 0.0197978 (93.3588) Other time (%) = 0.00015521 (0.731913) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:08 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22480 5000 8.9087272e-11 8564475 22481 -0.0134549999999927 8564358.7833308 22481 5000 8.9069357e-11 8564358.8 Loop time of 0.017848 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:08 2021 Pair time (%) = 0.00117397 (6.57761) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.257815) Outpt time (%) = 0.0165148 (92.5301) Other time (%) = 0.000113249 (0.634518) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:08 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22481 5000 8.9069357e-11 8564312.2 22482 -0.0134549999999927 8564195.97790693 22482 5000 8.9055639e-11 8564196 Loop time of 0.017452 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:08 2021 Pair time (%) = 0.00116014 (6.64763) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.177598) Outpt time (%) = 0.0161669 (92.6365) Other time (%) = 9.39369e-05 (0.538259) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:08 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22482 5000 8.9055639e-11 8564149.4 22483 -0.0134549999999927 8564033.18735942 22483 5000 8.9044589e-11 8564033.2 Loop time of 0.0169771 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:08 2021 Pair time (%) = 0.00117016 (6.89258) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.195206) Outpt time (%) = 0.01566 (92.2423) Other time (%) = 0.000113726 (0.669878) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:08 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22483 5000 8.9044589e-11 8563986.6 22484 -0.0134549999999927 8563870.40940447 22484 5000 8.9035234e-11 8563870.4 Loop time of 0.017906 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:08 2021 Pair time (%) = 0.00161695 (9.03027) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.201057) Outpt time (%) = 0.0160961 (89.8925) Other time (%) = 0.000156879 (0.87613) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:08 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22484 5000 8.9035234e-11 8563823.8 22485 -0.0134549999999927 8563707.64258358 22485 5000 8.9026957e-11 8563707.6 Loop time of 0.017611 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:08 2021 Pair time (%) = 0.00112104 (6.36558) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.175994) Outpt time (%) = 0.0163639 (92.9183) Other time (%) = 9.5129e-05 (0.540167) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:08 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22485 5000 8.9026957e-11 8563661 22486 -0.0134549999999927 8563544.88596005 22486 5000 8.9019364e-11 8563544.9 Loop time of 0.017333 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:08 2021 Pair time (%) = 0.00113082 (6.52407) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184319) Outpt time (%) = 0.0160749 (92.7414) Other time (%) = 9.53674e-05 (0.550206) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:08 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22486 5000 8.9019364e-11 8563498.3 22487 -0.0134549999999927 8563382.13894516 22487 5000 8.9012208e-11 8563382.1 Loop time of 0.0172489 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:08 2021 Pair time (%) = 0.00113297 (6.56834) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190747) Outpt time (%) = 0.015938 (92.4005) Other time (%) = 0.000144958 (0.840394) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:08 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22487 5000 8.9012208e-11 8563335.5 22488 -0.0134549999999927 8563219.40116455 22488 5000 8.9005328e-11 8563219.4 Loop time of 0.017621 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:08 2021 Pair time (%) = 0.001477 (8.38204) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.20972) Outpt time (%) = 0.0159581 (90.5626) Other time (%) = 0.000149012 (0.845646) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:08 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22488 5000 8.9005328e-11 8563172.8 22489 -0.0134549999999927 8563056.67237954 22489 5000 8.8998625e-11 8563056.7 Loop time of 0.017477 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:08 2021 Pair time (%) = 0.00112295 (6.4253) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.1828) Outpt time (%) = 0.016233 (92.8817) Other time (%) = 8.91685e-05 (0.510204) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:08 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22489 5000 8.8998625e-11 8563010.1 22490 -0.0134549999999927 8562893.95243817 22490 5000 8.8992034e-11 8562894 Loop time of 0.020144 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:08 2021 Pair time (%) = 0.00124788 (6.19482) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.159782) Outpt time (%) = 0.0187199 (92.9305) Other time (%) = 0.000144005 (0.714878) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:08 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22490 5000 8.8992034e-11 8562847.3 22491 -0.0134549999999927 8562731.24126559 22491 5000 8.8985515e-11 8562731.2 Loop time of 0.0169761 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:08 2021 Pair time (%) = 0.001122 (6.60927) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.195216) Outpt time (%) = 0.015722 (92.6127) Other time (%) = 9.89437e-05 (0.582841) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:08 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22491 5000 8.8985515e-11 8562684.6 22492 -0.0134549999999927 8562568.53881044 22492 5000 8.8979042e-11 8562568.5 Loop time of 0.0175271 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:08 2021 Pair time (%) = 0.00168324 (9.60361) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.216285) Outpt time (%) = 0.015646 (89.2674) Other time (%) = 0.000159979 (0.912751) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:08 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22492 5000 8.8979042e-11 8562521.9 22493 -0.0134549999999927 8562405.84501899 22493 5000 8.8972598e-11 8562405.8 Loop time of 0.0178339 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:08 2021 Pair time (%) = 0.00119901 (6.72317) Neigh time (%) = 0 (0) Comm time (%) = 4.48227e-05 (0.251334) Outpt time (%) = 0.016427 (92.1111) Other time (%) = 0.000163078 (0.914426) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:08 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22493 5000 8.8972598e-11 8562359.2 22494 -0.0134549999999927 8562243.15986148 22494 5000 8.8966173e-11 8562243.2 Loop time of 0.0175321 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:08 2021 Pair time (%) = 0.00115204 (6.57102) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.26246) Outpt time (%) = 0.0162411 (92.6362) Other time (%) = 9.29832e-05 (0.53036) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:08 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22494 5000 8.8966173e-11 8562196.6 22495 -0.0134549999999927 8562080.4833189 22495 5000 8.895976e-11 8562080.5 Loop time of 0.0170262 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:08 2021 Pair time (%) = 0.00113988 (6.69486) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.194642) Outpt time (%) = 0.015687 (92.1345) Other time (%) = 0.000166178 (0.976013) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:08 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22495 5000 8.895976e-11 8562033.9 22496 -0.0134549999999927 8561917.81537888 22496 5000 8.8953356e-11 8561917.8 Loop time of 0.0178838 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:08 2021 Pair time (%) = 0.00162506 (9.08679) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.206639) Outpt time (%) = 0.016063 (89.8187) Other time (%) = 0.000158787 (0.887882) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:08 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22496 5000 8.8953356e-11 8561871.2 22497 -0.0134549999999927 8561755.15606231 22497 5000 8.8946956e-11 8561755.2 Loop time of 0.0177381 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:08 2021 Pair time (%) = 0.00116897 (6.59014) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.174734) Outpt time (%) = 0.016444 (92.7042) Other time (%) = 9.41753e-05 (0.530921) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:08 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22497 5000 8.8946956e-11 8561708.6 22498 -0.0134549999999927 8561592.50542898 22498 5000 8.8940561e-11 8561592.5 Loop time of 0.017483 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:08 2021 Pair time (%) = 0.00116301 (6.65221) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.184102) Outpt time (%) = 0.0161951 (92.6332) Other time (%) = 9.27448e-05 (0.530486) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:08 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22498 5000 8.8940561e-11 8561545.9 22499 -0.0134549999999927 8561429.86343344 22499 5000 8.8934168e-11 8561429.9 Loop time of 0.0171731 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:08 2021 Pair time (%) = 0.00118899 (6.9236) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192978) Outpt time (%) = 0.015852 (92.3073) Other time (%) = 9.89437e-05 (0.576157) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:08 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22499 5000 8.8934168e-11 8561383.3 22500 -0.0134549999999927 8561267.23006068 22500 5000 8.8927777e-11 8561267.2 Loop time of 0.020824 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:08 2021 Pair time (%) = 0.00137091 (6.58332) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.172884) Outpt time (%) = 0.0192649 (92.5133) Other time (%) = 0.000152111 (0.730462) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:08 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22500 5000 8.8927777e-11 8561220.6 22501 -0.0134549999999927 8561104.60530457 22501 5000 8.8921388e-11 8561104.6 Loop time of 0.0179911 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:08 2021 Pair time (%) = 0.00120711 (6.70951) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.177578) Outpt time (%) = 0.0166249 (92.4066) Other time (%) = 0.000127077 (0.706334) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:08 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22501 5000 8.8921388e-11 8561058 22502 -0.0134549999999927 8560941.98915983 22502 5000 8.8914999e-11 8560942 Loop time of 0.017472 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:08 2021 Pair time (%) = 0.0011251 (6.43942) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.177394) Outpt time (%) = 0.016222 (92.8455) Other time (%) = 9.39369e-05 (0.537642) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:08 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22502 5000 8.8914999e-11 8560895.4 22503 -0.0134549999999927 8560779.38161215 22503 5000 8.8908612e-11 8560779.4 Loop time of 0.016768 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:08 2021 Pair time (%) = 0.0011251 (6.7098) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.203327) Outpt time (%) = 0.015511 (92.5039) Other time (%) = 9.77516e-05 (0.582966) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:08 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22503 5000 8.8908612e-11 8560732.8 22504 -0.0134549999999927 8560616.78265765 22504 5000 8.8902226e-11 8560616.8 Loop time of 0.017637 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:09 2021 Pair time (%) = 0.00148392 (8.41365) Neigh time (%) = 0 (0) Comm time (%) = 3.98159e-05 (0.225752) Outpt time (%) = 0.015959 (90.486) Other time (%) = 0.000154257 (0.87462) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:09 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22504 5000 8.8902226e-11 8560570.2 22505 -0.0134549999999927 8560454.19229295 22505 5000 8.8895841e-11 8560454.2 Loop time of 0.018039 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:09 2021 Pair time (%) = 0.00127411 (7.06308) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.177106) Outpt time (%) = 0.0166171 (92.1175) Other time (%) = 0.000115871 (0.642339) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:09 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22505 5000 8.8895841e-11 8560407.6 22506 -0.0134549999999927 8560291.61051514 22506 5000 8.8889456e-11 8560291.6 Loop time of 0.0177939 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:09 2021 Pair time (%) = 0.00121999 (6.85622) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.184905) Outpt time (%) = 0.0164092 (92.2179) Other time (%) = 0.000131845 (0.740959) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:09 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22506 5000 8.8889456e-11 8560245 22507 -0.0134549999999927 8560129.03737026 22507 5000 8.8883072e-11 8560129 Loop time of 0.0170741 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:09 2021 Pair time (%) = 0.00119209 (6.98188) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187114) Outpt time (%) = 0.0157001 (91.9527) Other time (%) = 0.000149965 (0.87832) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:09 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22507 5000 8.8883072e-11 8560082.4 22508 -0.0134549999999927 8559966.47301502 22508 5000 8.8876689e-11 8559966.5 Loop time of 0.0173569 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:09 2021 Pair time (%) = 0.00148392 (8.54945) Neigh time (%) = 0 (0) Comm time (%) = 4.19617e-05 (0.241758) Outpt time (%) = 0.01565 (90.1662) Other time (%) = 0.00018096 (1.04258) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:09 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22508 5000 8.8876689e-11 8559919.9 22509 -0.0134549999999927 8559803.91732433 22509 5000 8.8870307e-11 8559803.9 Loop time of 0.0176711 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:09 2021 Pair time (%) = 0.00116897 (6.61513) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.180793) Outpt time (%) = 0.016376 (92.6711) Other time (%) = 9.41753e-05 (0.532934) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:09 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22509 5000 8.8870307e-11 8559757.3 22510 -0.0134549999999927 8559641.37029855 22510 5000 8.8863925e-11 8559641.4 Loop time of 0.0199811 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:09 2021 Pair time (%) = 0.00112104 (5.61051) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.159891) Outpt time (%) = 0.0187361 (93.769) Other time (%) = 9.20296e-05 (0.460582) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:09 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22510 5000 8.8863925e-11 8559594.8 22511 -0.0134549999999927 8559478.83192086 22511 5000 8.8857545e-11 8559478.8 Loop time of 0.01688 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:09 2021 Pair time (%) = 0.00115299 (6.83051) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.183616) Outpt time (%) = 0.0155721 (92.2514) Other time (%) = 0.000123978 (0.734463) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:09 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22511 5000 8.8857545e-11 8559432.2 22512 -0.0134549999999927 8559316.30218042 22512 5000 8.8851165e-11 8559316.3 Loop time of 0.0172169 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:09 2021 Pair time (%) = 0.00135303 (7.8587) Neigh time (%) = 0 (0) Comm time (%) = 5.00679e-05 (0.290806) Outpt time (%) = 0.0156739 (91.0376) Other time (%) = 0.000139952 (0.812873) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:09 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22512 5000 8.8851165e-11 8559269.7 22513 -0.0134549999999927 8559153.78106886 22513 5000 8.8844785e-11 8559153.8 Loop time of 0.0175781 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:09 2021 Pair time (%) = 0.00115108 (6.54839) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.181749) Outpt time (%) = 0.0162969 (92.711) Other time (%) = 9.82285e-05 (0.558811) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:09 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22513 5000 8.8844785e-11 8559107.2 22514 -0.0134549999999927 8558991.26857987 22514 5000 8.8838407e-11 8558991.3 Loop time of 0.0175791 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:09 2021 Pair time (%) = 0.00111985 (6.37037) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.181739) Outpt time (%) = 0.0163341 (92.9176) Other time (%) = 9.32217e-05 (0.530299) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:09 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22514 5000 8.8838407e-11 8558944.7 22515 -0.0134549999999927 8558828.76469497 22515 5000 8.8832029e-11 8558828.8 Loop time of 0.016824 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:09 2021 Pair time (%) = 0.00112104 (6.66336) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.195564) Outpt time (%) = 0.0155699 (92.5459) Other time (%) = 0.000100136 (0.595196) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:09 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22515 5000 8.8832029e-11 8558782.2 22516 -0.0134549999999927 8558666.2694083 22516 5000 8.8825652e-11 8558666.3 Loop time of 0.017864 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:09 2021 Pair time (%) = 0.00156784 (8.77654) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.212207) Outpt time (%) = 0.016063 (89.9182) Other time (%) = 0.000195265 (1.09306) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:09 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22516 5000 8.8825652e-11 8558619.7 22517 -0.0134549999999927 8558503.78272714 22517 5000 8.8819276e-11 8558503.8 Loop time of 0.017597 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:09 2021 Pair time (%) = 0.001122 (6.37609) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.181555) Outpt time (%) = 0.0163319 (92.811) Other time (%) = 0.000111103 (0.631376) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:09 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22517 5000 8.8819276e-11 8558457.2 22518 -0.0134549999999927 8558341.30464821 22518 5000 8.88129e-11 8558341.3 Loop time of 0.0167589 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:09 2021 Pair time (%) = 0.00116014 (6.92255) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.184943) Outpt time (%) = 0.0154731 (92.3277) Other time (%) = 9.46522e-05 (0.564787) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:09 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22518 5000 8.88129e-11 8558294.7 22519 -0.0134549999999927 8558178.83515311 22519 5000 8.8806525e-11 8558178.8 Loop time of 0.016902 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:09 2021 Pair time (%) = 0.00112796 (6.67353) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18902) Outpt time (%) = 0.0156531 (92.6113) Other time (%) = 8.89301e-05 (0.526152) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:09 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22519 5000 8.8806525e-11 8558132.3 22520 -0.0134549999999927 8558016.37424643 22520 5000 8.8800151e-11 8558016.4 Loop time of 0.0197029 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:09 2021 Pair time (%) = 0.00112104 (5.68974) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.162149) Outpt time (%) = 0.0184619 (93.7016) Other time (%) = 8.79765e-05 (0.446515) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:09 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22520 5000 8.8800151e-11 8557969.8 22521 -0.0134549999999927 8557853.92193212 22521 5000 8.8793777e-11 8557853.9 Loop time of 0.0178258 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:09 2021 Pair time (%) = 0.00132298 (7.42172) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.173874) Outpt time (%) = 0.016387 (91.9283) Other time (%) = 8.4877e-05 (0.476146) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:09 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22521 5000 8.8793777e-11 8557807.3 22522 -0.0134549999999927 8557691.47820771 22522 5000 8.8787405e-11 8557691.5 Loop time of 0.017952 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:09 2021 Pair time (%) = 0.00112987 (6.29383) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.184605) Outpt time (%) = 0.0166879 (92.9585) Other time (%) = 0.000101089 (0.563111) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:09 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22522 5000 8.8787405e-11 8557644.9 22523 -0.0134549999999927 8557529.04307061 22523 5000 8.8781033e-11 8557529 Loop time of 0.0178399 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:09 2021 Pair time (%) = 0.00165009 (9.24946) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.213829) Outpt time (%) = 0.01599 (89.6306) Other time (%) = 0.000161648 (0.906102) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:09 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22523 5000 8.8781033e-11 8557482.5 22524 -0.0134549999999927 8557366.61651849 22524 5000 8.8774662e-11 8557366.6 Loop time of 0.0177369 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:09 2021 Pair time (%) = 0.00112295 (6.33116) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.174745) Outpt time (%) = 0.0164881 (92.9591) Other time (%) = 9.48906e-05 (0.534989) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:09 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22524 5000 8.8774662e-11 8557320 22525 -0.0134549999999927 8557204.19854916 22525 5000 8.8768291e-11 8557204.2 Loop time of 0.0177031 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:09 2021 Pair time (%) = 0.00123596 (6.98163) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.185854) Outpt time (%) = 0.0163331 (92.2615) Other time (%) = 0.000101089 (0.571028) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:09 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22525 5000 8.8768291e-11 8557157.6 22526 -0.0134549999999927 8557041.78916055 22526 5000 8.8761921e-11 8557041.8 Loop time of 0.0171521 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:09 2021 Pair time (%) = 0.00113392 (6.61097) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.197384) Outpt time (%) = 0.0158851 (92.6134) Other time (%) = 9.91821e-05 (0.578252) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:09 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22526 5000 8.8761921e-11 8556995.2 22527 -0.0134549999999927 8556879.38835048 22527 5000 8.8755552e-11 8556879.4 Loop time of 0.0178821 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:09 2021 Pair time (%) = 0.00170898 (9.55695) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.211992) Outpt time (%) = 0.0159731 (89.3244) Other time (%) = 0.000162125 (0.90663) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:09 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22527 5000 8.8755552e-11 8556832.8 22528 -0.0134549999999927 8556716.99611701 22528 5000 8.8749184e-11 8556717 Loop time of 0.017911 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:09 2021 Pair time (%) = 0.00120711 (6.73952) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.178372) Outpt time (%) = 0.0165589 (92.4511) Other time (%) = 0.00011301 (0.630957) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:09 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22528 5000 8.8749184e-11 8556670.4 22529 -0.0134549999999927 8556554.61245824 22529 5000 8.8742817e-11 8556554.6 Loop time of 0.017832 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:09 2021 Pair time (%) = 0.00115204 (6.4605) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.179161) Outpt time (%) = 0.0165529 (92.8269) Other time (%) = 9.5129e-05 (0.533472) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:09 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22529 5000 8.8742817e-11 8556508 22530 -0.0134549999999927 8556392.23737237 22530 5000 8.873645e-11 8556392.2 Loop time of 0.019424 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:09 2021 Pair time (%) = 0.00113297 (5.83282) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.169388) Outpt time (%) = 0.0181561 (93.4724) Other time (%) = 0.000102043 (0.525347) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:09 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22530 5000 8.873645e-11 8556345.7 22531 -0.0134549999999927 8556229.87085739 22531 5000 8.8730084e-11 8556229.9 Loop time of 0.0173788 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:09 2021 Pair time (%) = 0.00137401 (7.90622) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.212643) Outpt time (%) = 0.0158169 (91.0127) Other time (%) = 0.000150919 (0.868408) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:09 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22531 5000 8.8730084e-11 8556183.3 22532 -0.0134549999999927 8556067.51291171 22532 5000 8.8723718e-11 8556067.5 Loop time of 0.0176668 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:09 2021 Pair time (%) = 0.00123715 (7.0027) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.187584) Outpt time (%) = 0.0162959 (92.2402) Other time (%) = 0.000100613 (0.569501) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:09 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22532 5000 8.8723718e-11 8556021 22533 -0.0134549999999927 8555905.16353358 22533 5000 8.8717354e-11 8555905.2 Loop time of 0.017626 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:09 2021 Pair time (%) = 0.00112104 (6.36016) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.175844) Outpt time (%) = 0.016381 (92.9365) Other time (%) = 9.29832e-05 (0.527533) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:09 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22533 5000 8.8717354e-11 8555858.6 22534 -0.0134549999999927 8555742.82272127 22534 5000 8.871099e-11 8555742.8 Loop time of 0.016993 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:09 2021 Pair time (%) = 0.00114799 (6.75562) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.193619) Outpt time (%) = 0.0157151 (92.4797) Other time (%) = 9.70364e-05 (0.571036) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:09 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22534 5000 8.871099e-11 8555696.3 22535 -0.0134549999999927 8555580.49047302 22535 5000 8.8704627e-11 8555580.5 Loop time of 0.0173721 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:09 2021 Pair time (%) = 0.00134301 (7.73084) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.212725) Outpt time (%) = 0.015862 (91.3071) Other time (%) = 0.000130177 (0.749341) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:09 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22535 5000 8.8704627e-11 8555533.9 22536 -0.0134549999999927 8555418.16678737 22536 5000 8.8698264e-11 8555418.2 Loop time of 0.0175469 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:09 2021 Pair time (%) = 0.00115108 (6.56005) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.262239) Outpt time (%) = 0.0162098 (92.3801) Other time (%) = 0.000139952 (0.797587) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:09 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22536 5000 8.8698264e-11 8555371.6 22537 -0.0134549999999927 8555255.85166277 22537 5000 8.8691903e-11 8555255.9 Loop time of 0.0177209 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:09 2021 Pair time (%) = 0.00122499 (6.9127) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.187011) Outpt time (%) = 0.0163441 (92.2303) Other time (%) = 0.000118732 (0.670012) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:09 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22537 5000 8.8691903e-11 8555209.3 22538 -0.0134549999999927 8555093.54509755 22538 5000 8.8685542e-11 8555093.5 Loop time of 0.0169652 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:09 2021 Pair time (%) = 0.00112009 (6.6023) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188316) Outpt time (%) = 0.0157201 (92.6613) Other time (%) = 9.29832e-05 (0.548084) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:09 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22538 5000 8.8685542e-11 8555047 22539 -0.0134549999999927 8554931.24709015 22539 5000 8.8679182e-11 8554931.2 Loop time of 0.0176101 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:09 2021 Pair time (%) = 0.00151086 (8.57951) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.227451) Outpt time (%) = 0.015914 (90.3685) Other time (%) = 0.000145197 (0.824511) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:09 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22539 5000 8.8679182e-11 8554884.7 22540 -0.0134549999999927 8554768.95763918 22540 5000 8.8672822e-11 8554769 Loop time of 0.0201221 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:09 2021 Pair time (%) = 0.00119901 (5.95867) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.159956) Outpt time (%) = 0.018795 (93.4051) Other time (%) = 9.58443e-05 (0.476315) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:09 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22540 5000 8.8672822e-11 8554722.4 22541 -0.0134549999999927 8554606.67674311 22541 5000 8.8666464e-11 8554606.7 Loop time of 0.0177832 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:09 2021 Pair time (%) = 0.00111794 (6.28653) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.174291) Outpt time (%) = 0.016541 (93.015) Other time (%) = 9.32217e-05 (0.524213) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:09 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22541 5000 8.8666464e-11 8554560.1 22542 -0.0134549999999927 8554444.4044004 22542 5000 8.8660106e-11 8554444.4 Loop time of 0.016875 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:09 2021 Pair time (%) = 0.00112987 (6.69549) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.18367) Outpt time (%) = 0.015588 (92.3734) Other time (%) = 0.000126123 (0.747397) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:09 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22542 5000 8.8660106e-11 8554397.9 22543 -0.0134549999999927 8554282.14060966 22543 5000 8.8653748e-11 8554282.1 Loop time of 0.0173171 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:09 2021 Pair time (%) = 0.00131607 (7.59985) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.224416) Outpt time (%) = 0.015852 (91.5397) Other time (%) = 0.000110149 (0.636075) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:09 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22543 5000 8.8653748e-11 8554235.6 22544 -0.0134549999999927 8554119.88536944 22544 5000 8.8647392e-11 8554119.9 Loop time of 0.0179112 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:09 2021 Pair time (%) = 0.00116801 (6.52113) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.178369) Outpt time (%) = 0.0166109 (92.7401) Other time (%) = 0.000100374 (0.560399) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:09 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22544 5000 8.8647392e-11 8554073.3 22545 -0.0134549999999927 8553957.63867848 22545 5000 8.8641036e-11 8553957.6 Loop time of 0.0174282 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:09 2021 Pair time (%) = 0.00112796 (6.47204) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.184681) Outpt time (%) = 0.016176 (92.8152) Other time (%) = 9.20296e-05 (0.528051) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:09 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22545 5000 8.8641036e-11 8553911.1 22546 -0.0134549999999927 8553795.40053525 22546 5000 8.8634681e-11 8553795.4 Loop time of 0.0173781 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:10 2021 Pair time (%) = 0.00116014 (6.6759) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183841) Outpt time (%) = 0.016093 (92.6052) Other time (%) = 9.29832e-05 (0.53506) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:10 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22546 5000 8.8634681e-11 8553748.9 22547 -0.0134549999999927 8553633.17093837 22547 5000 8.8628327e-11 8553633.2 Loop time of 0.017307 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:10 2021 Pair time (%) = 0.00135398 (7.82328) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.213525) Outpt time (%) = 0.015785 (91.2055) Other time (%) = 0.00013113 (0.75767) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:10 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22547 5000 8.8628327e-11 8553586.6 22548 -0.0134549999999927 8553470.94988646 22548 5000 8.8621973e-11 8553470.9 Loop time of 0.0179751 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:10 2021 Pair time (%) = 0.00122499 (6.81496) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.177735) Outpt time (%) = 0.0165701 (92.1836) Other time (%) = 0.000148058 (0.823684) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:10 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22548 5000 8.8621973e-11 8553424.4 22549 -0.0134549999999927 8553308.73737817 22549 5000 8.861562e-11 8553308.7 Loop time of 0.017529 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:10 2021 Pair time (%) = 0.00116301 (6.63475) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.176818) Outpt time (%) = 0.0162408 (92.6512) Other time (%) = 9.41753e-05 (0.537254) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:10 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22549 5000 8.861562e-11 8553262.2 22550 -0.0134549999999927 8553146.53341229 22550 5000 8.8609268e-11 8553146.5 Loop time of 0.0197148 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:10 2021 Pair time (%) = 0.00113702 (5.76732) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.168098) Outpt time (%) = 0.018451 (93.5893) Other time (%) = 9.36985e-05 (0.475269) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:10 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22550 5000 8.8609268e-11 8553100 22551 -0.0134549999999927 8552984.3379875 22551 5000 8.8602917e-11 8552984.3 Loop time of 0.0169981 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:10 2021 Pair time (%) = 0.00119996 (7.0594) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.199172) Outpt time (%) = 0.0156591 (92.1229) Other time (%) = 0.000105143 (0.618557) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:10 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22551 5000 8.8602917e-11 8552937.8 22552 -0.0134549999999927 8552822.15110228 22552 5000 8.8596566e-11 8552822.2 Loop time of 0.01759 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:10 2021 Pair time (%) = 0.001261 (7.1688) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.188403) Outpt time (%) = 0.01616 (91.8702) Other time (%) = 0.000135899 (0.772588) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:10 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22552 5000 8.8596566e-11 8552775.6 22553 -0.0134549999999927 8552659.97275556 22553 5000 8.8590216e-11 8552660 Loop time of 0.017755 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:10 2021 Pair time (%) = 0.00116301 (6.55029) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.179938) Outpt time (%) = 0.0164649 (92.734) Other time (%) = 9.5129e-05 (0.535786) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:10 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22553 5000 8.8590216e-11 8552613.4 22554 -0.0134549999999927 8552497.8029459 22554 5000 8.8583867e-11 8552497.8 Loop time of 0.01684 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:10 2021 Pair time (%) = 0.00116897 (6.94161) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.191131) Outpt time (%) = 0.0155439 (92.3038) Other time (%) = 9.48906e-05 (0.563484) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:10 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22554 5000 8.8583867e-11 8552451.3 22555 -0.0134549999999927 8552335.64167223 22555 5000 8.8577519e-11 8552335.6 Loop time of 0.0170791 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:10 2021 Pair time (%) = 0.00127792 (7.48238) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205207) Outpt time (%) = 0.01563 (91.5153) Other time (%) = 0.000136137 (0.797096) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:10 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22555 5000 8.8577519e-11 8552289.1 22556 -0.0134549999999927 8552173.48893309 22556 5000 8.8571171e-11 8552173.5 Loop time of 0.017637 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:10 2021 Pair time (%) = 0.00118279 (6.70632) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.18655) Outpt time (%) = 0.01632 (92.5326) Other time (%) = 0.000101328 (0.574518) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:10 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22556 5000 8.8571171e-11 8552127 22557 -0.0134549999999927 8552011.34472723 22557 5000 8.8564824e-11 8552011.3 Loop time of 0.0177822 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:10 2021 Pair time (%) = 0.00112009 (6.29894) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.179663) Outpt time (%) = 0.016536 (92.9918) Other time (%) = 9.41753e-05 (0.529604) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:10 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22557 5000 8.8564824e-11 8551964.8 22558 -0.0134549999999927 8551849.20905345 22558 5000 8.8558478e-11 8551849.2 Loop time of 0.0169129 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:10 2021 Pair time (%) = 0.00113082 (6.68612) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.183259) Outpt time (%) = 0.015656 (92.5682) Other time (%) = 9.5129e-05 (0.562463) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:10 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22558 5000 8.8558478e-11 8551802.7 22559 -0.0134549999999927 8551687.08191057 22559 5000 8.8552132e-11 8551687.1 Loop time of 0.0171821 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:10 2021 Pair time (%) = 0.00139308 (8.10773) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.202589) Outpt time (%) = 0.0156209 (90.914) Other time (%) = 0.000133276 (0.775667) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:10 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22559 5000 8.8552132e-11 8551640.6 22560 -0.0134549999999927 8551524.96329742 22560 5000 8.8545787e-11 8551525 Loop time of 0.0204432 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:10 2021 Pair time (%) = 0.00120997 (5.91871) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.156277) Outpt time (%) = 0.0191021 (93.4399) Other time (%) = 9.91821e-05 (0.485159) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:10 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22560 5000 8.8545787e-11 8551478.4 22561 -0.0134549999999927 8551362.8532125 22561 5000 8.8539443e-11 8551362.9 Loop time of 0.0166521 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:10 2021 Pair time (%) = 0.001122 (6.73787) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191856) Outpt time (%) = 0.0154071 (92.5233) Other time (%) = 9.10759e-05 (0.546933) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:10 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22561 5000 8.8539443e-11 8551316.3 22562 -0.0134549999999927 8551200.75165485 22562 5000 8.85331e-11 8551200.8 Loop time of 0.0166419 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:10 2021 Pair time (%) = 0.0011251 (6.76065) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191974) Outpt time (%) = 0.0153959 (92.513) Other time (%) = 8.89301e-05 (0.534376) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:10 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22562 5000 8.85331e-11 8551154.2 22563 -0.0134549999999927 8551038.6586232 22563 5000 8.8526757e-11 8551038.7 Loop time of 0.0168469 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:10 2021 Pair time (%) = 0.0011189 (6.64157) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.183977) Outpt time (%) = 0.0156081 (92.6466) Other time (%) = 8.89301e-05 (0.527873) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:27:10 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22563 5000 8.8526757e-11 8550992.1 22564 -0.0134549999999927 8550853.82337194 22564 5000 1.7465143e-10 8551135.5 Loop time of 0.0178299 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:10 2021 Pair time (%) = 0.00141597 (7.94154) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.212612) Outpt time (%) = 0.0161939 (90.8242) Other time (%) = 0.000182152 (1.02161) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:10 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22564 5000 1.7465143e-10 8619166.4 22565 -0.0134874999999926 8619014.06380168 22565 5000 1.4050869e-10 8619014.1 Loop time of 0.017287 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:10 2021 Pair time (%) = 0.00117278 (6.78417) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190326) Outpt time (%) = 0.015976 (92.4159) Other time (%) = 0.000105381 (0.609596) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:10 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22565 5000 1.4050869e-10 8618951.1 22566 -0.0134874999999926 8618811.78489115 22566 5000 1.2073878e-10 8618811.8 Loop time of 0.016885 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:10 2021 Pair time (%) = 0.00112391 (6.65622) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.190621) Outpt time (%) = 0.015635 (92.5968) Other time (%) = 9.39369e-05 (0.556332) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:10 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22566 5000 1.2073878e-10 8618754.7 22567 -0.0134874999999926 8618623.54960497 22567 5000 1.0895223e-10 8618623.5 Loop time of 0.0170641 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:10 2021 Pair time (%) = 0.00135207 (7.92349) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.199799) Outpt time (%) = 0.0155232 (90.9699) Other time (%) = 0.000154734 (0.906779) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:10 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22567 5000 1.0895223e-10 8618570.1 22568 -0.0134874999999926 8618444.24231643 22568 5000 1.0177439e-10 8618444.2 Loop time of 0.0176792 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:10 2021 Pair time (%) = 0.00131083 (7.4145) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.187453) Outpt time (%) = 0.016222 (91.7575) Other time (%) = 0.000113249 (0.640576) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:10 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22568 5000 1.0177439e-10 8618393.1 22569 -0.0134874999999926 8618270.61200204 22569 5000 9.7337708e-11 8618270.6 Loop time of 0.0173571 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:10 2021 Pair time (%) = 0.00112104 (6.4587) Neigh time (%) = 0 (0) Comm time (%) = 4.50611e-05 (0.259612) Outpt time (%) = 0.016078 (92.6306) Other time (%) = 0.00011301 (0.65109) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:10 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22569 5000 9.7337708e-11 8618221 22570 -0.0134874999999926 8618100.59260555 22570 5000 9.4567213e-11 8618100.6 Loop time of 0.0198991 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:10 2021 Pair time (%) = 0.001122 (5.63843) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.16055) Outpt time (%) = 0.018651 (93.7278) Other time (%) = 9.41753e-05 (0.473264) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:10 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22570 5000 9.4567213e-11 8618051.9 22571 -0.0134874999999926 8617932.87112728 22571 5000 9.2824962e-11 8617932.9 Loop time of 0.0168672 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:10 2021 Pair time (%) = 0.00118017 (6.99686) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.195064) Outpt time (%) = 0.015552 (92.2031) Other time (%) = 0.000102043 (0.604981) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:10 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22571 5000 9.2824962e-11 8617884.8 22572 -0.0134874999999926 8617766.61314174 22572 5000 9.1723791e-11 8617766.6 Loop time of 0.017627 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:10 2021 Pair time (%) = 0.00138712 (7.86929) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.209649) Outpt time (%) = 0.0160658 (91.1433) Other time (%) = 0.000137091 (0.777731) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:10 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22572 5000 9.1723791e-11 8617718.9 22573 -0.0134874999999926 8617601.28836212 22573 5000 9.1025032e-11 8617601.3 Loop time of 0.0177722 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:10 2021 Pair time (%) = 0.00112104 (6.30785) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.174398) Outpt time (%) = 0.016526 (92.9878) Other time (%) = 9.41753e-05 (0.529903) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:10 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22573 5000 9.1025032e-11 8617553.9 22574 -0.0134874999999926 8617436.55978538 22574 5000 9.0579987e-11 8617436.6 Loop time of 0.0174091 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:10 2021 Pair time (%) = 0.00114512 (6.57774) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183514) Outpt time (%) = 0.0161071 (92.5211) Other time (%) = 0.000124931 (0.717621) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:10 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22574 5000 9.0579987e-11 8617389.3 22575 -0.0134874999999926 8617272.21324176 22575 5000 9.0295361e-11 8617272.2 Loop time of 0.0174451 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:10 2021 Pair time (%) = 0.00119901 (6.87304) Neigh time (%) = 0 (0) Comm time (%) = 4.88758e-05 (0.280169) Outpt time (%) = 0.016047 (91.9858) Other time (%) = 0.000150204 (0.861009) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:10 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22575 5000 9.0295361e-11 8617225 22576 -0.0134874999999926 8617108.11262338 22576 5000 9.0112353e-11 8617108.1 Loop time of 0.018142 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:10 2021 Pair time (%) = 0.00124097 (6.84031) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.186614) Outpt time (%) = 0.016758 (92.3712) Other time (%) = 0.000109196 (0.601895) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:10 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22576 5000 9.0112353e-11 8617061 22577 -0.0134874999999926 8616944.17143206 22577 5000 8.999379e-11 8616944.2 Loop time of 0.0178399 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:10 2021 Pair time (%) = 0.00119901 (6.72093) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.189774) Outpt time (%) = 0.0165031 (92.5066) Other time (%) = 0.000103951 (0.582685) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:10 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22577 5000 8.999379e-11 8616897.1 22578 -0.0134874999999926 8616780.33469692 22578 5000 8.9916129e-11 8616780.3 Loop time of 0.017626 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:10 2021 Pair time (%) = 0.00117397 (6.66044) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.193429) Outpt time (%) = 0.016319 (92.5848) Other time (%) = 9.89437e-05 (0.561349) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:10 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22578 5000 8.9916129e-11 8616733.3 22579 -0.0134874999999926 8616616.56748266 22579 5000 8.9864438e-11 8616616.6 Loop time of 0.017494 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:10 2021 Pair time (%) = 0.00120306 (6.877) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.200341) Outpt time (%) = 0.0161481 (92.3066) Other time (%) = 0.000107765 (0.616014) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:10 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22579 5000 8.9864438e-11 8616569.5 22580 -0.0134874999999926 8616452.84758725 22580 5000 8.9829243e-11 8616452.8 Loop time of 0.0206981 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:10 2021 Pair time (%) = 0.00131416 (6.34921) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.178543) Outpt time (%) = 0.0192342 (92.9274) Other time (%) = 0.000112772 (0.544843) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:10 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22580 5000 8.9829243e-11 8616405.8 22581 -0.0134874999999926 8616289.16090082 22581 5000 8.9804529e-11 8616289.2 Loop time of 0.0177889 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:10 2021 Pair time (%) = 0.00126195 (7.09403) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.186297) Outpt time (%) = 0.016377 (92.0629) Other time (%) = 0.000116825 (0.656731) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:10 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22581 5000 8.9804529e-11 8616242.1 22582 -0.0134874999999926 8616125.49845573 22582 5000 8.9786473e-11 8616125.5 Loop time of 0.0176909 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:10 2021 Pair time (%) = 0.00117803 (6.65894) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.187329) Outpt time (%) = 0.016382 (92.6012) Other time (%) = 9.77516e-05 (0.552553) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:10 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22582 5000 8.9786473e-11 8616078.5 22583 -0.0134874999999926 8615961.85455275 22583 5000 8.9772648e-11 8615961.9 Loop time of 0.017416 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:10 2021 Pair time (%) = 0.00118899 (6.82702) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.201238) Outpt time (%) = 0.016089 (92.3804) Other time (%) = 0.000102997 (0.591392) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:10 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22583 5000 8.9772648e-11 8615914.9 22584 -0.0134874999999926 8615798.22556929 22584 5000 8.9761513e-11 8615798.2 Loop time of 0.017905 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:10 2021 Pair time (%) = 0.00143909 (8.03739) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.201068) Outpt time (%) = 0.0163002 (91.0372) Other time (%) = 0.0001297 (0.724377) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:10 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22584 5000 8.9761513e-11 8615751.2 22585 -0.0134874999999926 8615634.60920311 22585 5000 8.9752086e-11 8615634.6 Loop time of 0.0176971 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:10 2021 Pair time (%) = 0.00120306 (6.79807) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.185916) Outpt time (%) = 0.0163622 (92.4569) Other time (%) = 9.89437e-05 (0.559096) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:10 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22585 5000 8.9752086e-11 8615587.6 22586 -0.0134874999999926 8615471.00399044 22586 5000 8.9743746e-11 8615471 Loop time of 0.0176451 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:10 2021 Pair time (%) = 0.00118089 (6.69243) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.186464) Outpt time (%) = 0.0163312 (92.5536) Other time (%) = 0.000100136 (0.567499) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:10 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22586 5000 8.9743746e-11 8615424 22587 -0.0134874999999926 8615307.40900088 22587 5000 8.9736096e-11 8615307.4 Loop time of 0.0175109 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:10 2021 Pair time (%) = 0.00117588 (6.71514) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.193339) Outpt time (%) = 0.0162039 (92.536) Other time (%) = 9.72748e-05 (0.55551) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:10 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22587 5000 8.9736096e-11 8615260.4 22588 -0.0134874999999926 8615143.82364269 22588 5000 8.9728886e-11 8615143.8 Loop time of 0.0178971 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:11 2021 Pair time (%) = 0.00144196 (8.05691) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.201156) Outpt time (%) = 0.016288 (91.0092) Other time (%) = 0.00013113 (0.732689) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:11 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22588 5000 8.9728886e-11 8615096.8 22589 -0.0134874999999926 8614980.24753942 22589 5000 8.9721955e-11 8614980.2 Loop time of 0.0176659 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:11 2021 Pair time (%) = 0.00119615 (6.77095) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.192993) Outpt time (%) = 0.0163369 (92.4773) Other time (%) = 9.87053e-05 (0.558735) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:11 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22589 5000 8.9721955e-11 8614933.3 22590 -0.0134874999999926 8614816.68045142 22590 5000 8.9715202e-11 8614816.7 Loop time of 0.020294 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:11 2021 Pair time (%) = 0.00117397 (5.78484) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.163301) Outpt time (%) = 0.01899 (93.5749) Other time (%) = 9.67979e-05 (0.476979) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:11 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22590 5000 8.9715202e-11 8614769.7 22591 -0.0134874999999926 8614653.12222589 22591 5000 8.9708562e-11 8614653.1 Loop time of 0.0174479 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:11 2021 Pair time (%) = 0.00117493 (6.7339) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.194037) Outpt time (%) = 0.0161381 (92.4927) Other time (%) = 0.000101089 (0.579377) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:11 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22591 5000 8.9708562e-11 8614606.1 22592 -0.0134874999999926 8614489.57276566 22592 5000 8.9701994e-11 8614489.6 Loop time of 0.017611 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:11 2021 Pair time (%) = 0.00133395 (7.57453) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.215255) Outpt time (%) = 0.0161221 (91.5455) Other time (%) = 0.000117064 (0.664717) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:11 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22592 5000 8.9701994e-11 8614442.6 22593 -0.0134874999999926 8614326.03200844 22593 5000 8.9695473e-11 8614326 Loop time of 0.0178602 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:11 2021 Pair time (%) = 0.00124717 (6.98295) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.189558) Outpt time (%) = 0.0164719 (92.2268) Other time (%) = 0.000107288 (0.600713) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:11 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22593 5000 8.9695473e-11 8614279 22594 -0.0134874999999926 8614162.49991408 22594 5000 8.9688981e-11 8614162.5 Loop time of 0.017704 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:11 2021 Pair time (%) = 0.00117612 (6.64323) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.18719) Outpt time (%) = 0.0163982 (92.6242) Other time (%) = 9.65595e-05 (0.54541) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:11 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22594 5000 8.9688981e-11 8614115.5 22595 -0.0134874999999926 8613998.97645703 22595 5000 8.9682508e-11 8613999 Loop time of 0.0174868 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:11 2021 Pair time (%) = 0.00118804 (6.79392) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.189515) Outpt time (%) = 0.0161688 (92.463) Other time (%) = 9.67979e-05 (0.553548) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:11 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22595 5000 8.9682508e-11 8613952 22596 -0.0134874999999926 8613835.46162053 22596 5000 8.9676048e-11 8613835.5 Loop time of 0.0175521 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:11 2021 Pair time (%) = 0.00128889 (7.34321) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.211902) Outpt time (%) = 0.0161071 (91.7671) Other time (%) = 0.000118971 (0.677814) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:11 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22596 5000 8.9676048e-11 8613788.5 22597 -0.0134874999999926 8613671.95539343 22597 5000 8.9669595e-11 8613672 Loop time of 0.017915 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:11 2021 Pair time (%) = 0.0012908 (7.20512) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.188978) Outpt time (%) = 0.016475 (91.9618) Other time (%) = 0.000115395 (0.644122) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:11 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22597 5000 8.9669595e-11 8613625 22598 -0.0134874999999926 8613508.45776848 22598 5000 8.9663149e-11 8613508.5 Loop time of 0.017643 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:11 2021 Pair time (%) = 0.00117588 (6.66486) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.186486) Outpt time (%) = 0.016336 (92.5919) Other time (%) = 9.82285e-05 (0.556757) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:11 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22598 5000 8.9663149e-11 8613461.5 22599 -0.0134874999999926 8613344.96874057 22599 5000 8.9656706e-11 8613345 Loop time of 0.0174232 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:11 2021 Pair time (%) = 0.00117707 (6.7558) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.190208) Outpt time (%) = 0.016113 (92.4806) Other time (%) = 9.98974e-05 (0.57336) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:11 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22599 5000 8.9656706e-11 8613298 22600 -0.0134874999999926 8613181.48830623 22600 5000 8.9650265e-11 8613181.5 Loop time of 0.020273 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:11 2021 Pair time (%) = 0.00136399 (6.72813) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.191695) Outpt time (%) = 0.0187471 (92.4733) Other time (%) = 0.000123024 (0.606838) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:11 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22600 5000 8.9650265e-11 8613134.5 22601 -0.0134874999999926 8613018.01646275 22601 5000 8.9643827e-11 8613018 Loop time of 0.0179601 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:11 2021 Pair time (%) = 0.00126505 (7.04367) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.195141) Outpt time (%) = 0.0165231 (91.9992) Other time (%) = 0.000136852 (0.761981) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:11 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22601 5000 8.9643827e-11 8612971 22602 -0.0134874999999926 8612854.55320807 22602 5000 8.963739e-11 8612854.6 Loop time of 0.0176611 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:11 2021 Pair time (%) = 0.00117207 (6.63643) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.186295) Outpt time (%) = 0.01636 (92.6332) Other time (%) = 9.60827e-05 (0.544036) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:11 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22602 5000 8.963739e-11 8612807.6 22603 -0.0134874999999926 8612691.09854052 22603 5000 8.9630954e-11 8612691.1 Loop time of 0.017391 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:11 2021 Pair time (%) = 0.00117707 (6.7683) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.19056) Outpt time (%) = 0.016084 (92.4845) Other time (%) = 9.67979e-05 (0.556599) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:11 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22603 5000 8.9630954e-11 8612644.1 22604 -0.0134874999999926 8612527.65245863 22604 5000 8.962452e-11 8612527.7 Loop time of 0.0173051 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:11 2021 Pair time (%) = 0.00117683 (6.80049) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190127) Outpt time (%) = 0.016001 (92.4638) Other time (%) = 9.44138e-05 (0.545582) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:11 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22604 5000 8.962452e-11 8612480.7 22605 -0.0134874999999926 8612364.21496126 22605 5000 8.9618086e-11 8612364.2 Loop time of 0.0175328 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:11 2021 Pair time (%) = 0.00117588 (6.70674) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.187658) Outpt time (%) = 0.0162308 (92.5739) Other time (%) = 9.32217e-05 (0.531698) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:11 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22605 5000 8.9618086e-11 8612317.2 22606 -0.0134874999999926 8612200.78604721 22606 5000 8.9611653e-11 8612200.8 Loop time of 0.017607 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:11 2021 Pair time (%) = 0.00117397 (6.66766) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.188222) Outpt time (%) = 0.0163059 (92.6106) Other time (%) = 9.39369e-05 (0.533521) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:11 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22606 5000 8.9611653e-11 8612153.8 22607 -0.0134874999999926 8612037.36571545 22607 5000 8.9605221e-11 8612037.4 Loop time of 0.0177171 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:11 2021 Pair time (%) = 0.00117302 (6.62082) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.197817) Outpt time (%) = 0.016407 (92.6054) Other time (%) = 0.000102043 (0.575958) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:11 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22607 5000 8.9605221e-11 8611990.4 22608 -0.0134874999999926 8611873.95396464 22608 5000 8.959879e-11 8611874 Loop time of 0.0178711 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:11 2021 Pair time (%) = 0.00134706 (7.53765) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.201449) Outpt time (%) = 0.016351 (91.4938) Other time (%) = 0.000137091 (0.767106) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:11 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22608 5000 8.959879e-11 8611827 22609 -0.0134874999999926 8611710.55079399 22609 5000 8.9592359e-11 8611710.6 Loop time of 0.0176792 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:11 2021 Pair time (%) = 0.00117302 (6.63502) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.186104) Outpt time (%) = 0.016376 (92.6287) Other time (%) = 9.72748e-05 (0.550221) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:11 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22609 5000 8.9592359e-11 8611663.6 22610 -0.0134874999999926 8611547.15620251 22610 5000 8.958593e-11 8611547.2 Loop time of 0.0201559 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:11 2021 Pair time (%) = 0.00117612 (5.83511) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.163236) Outpt time (%) = 0.0188489 (93.5155) Other time (%) = 9.799e-05 (0.48616) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:11 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22610 5000 8.958593e-11 8611500.2 22611 -0.0134874999999926 8611383.77018902 22611 5000 8.9579501e-11 8611383.8 Loop time of 0.017463 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:11 2021 Pair time (%) = 0.00119996 (6.87146) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.206157) Outpt time (%) = 0.0161211 (92.3162) Other time (%) = 0.000105858 (0.606185) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:11 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22611 5000 8.9579501e-11 8611336.8 22612 -0.0134874999999926 8611220.3927527 22612 5000 8.9573073e-11 8611220.4 Loop time of 0.017916 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:11 2021 Pair time (%) = 0.00145507 (8.12163) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.200945) Outpt time (%) = 0.016294 (90.9468) Other time (%) = 0.000130892 (0.730588) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:11 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22612 5000 8.9573073e-11 8611173.4 22613 -0.0134874999999926 8611057.02389241 22613 5000 8.9566646e-11 8611057 Loop time of 0.017657 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:11 2021 Pair time (%) = 0.00118899 (6.73382) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.186338) Outpt time (%) = 0.0163362 (92.5195) Other time (%) = 9.89437e-05 (0.560364) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:11 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22613 5000 8.9566646e-11 8611010.1 22614 -0.0134874999999926 8610893.66360731 22614 5000 8.9560219e-11 8610893.7 Loop time of 0.0178099 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:11 2021 Pair time (%) = 0.00126219 (7.08701) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.196787) Outpt time (%) = 0.0164068 (92.1218) Other time (%) = 0.000105858 (0.594378) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:11 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22614 5000 8.9560219e-11 8610846.7 22615 -0.0134874999999926 8610730.31189628 22615 5000 8.9553793e-11 8610730.3 Loop time of 0.0174298 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:11 2021 Pair time (%) = 0.00119305 (6.84486) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.201078) Outpt time (%) = 0.016094 (92.3358) Other time (%) = 0.000107765 (0.61828) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:11 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22615 5000 8.9553793e-11 8610683.4 22616 -0.0134874999999926 8610566.96875848 22616 5000 8.9547368e-11 8610567 Loop time of 0.0179 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:11 2021 Pair time (%) = 0.0014329 (8.00501) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.213112) Outpt time (%) = 0.016284 (90.9721) Other time (%) = 0.000144958 (0.809824) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:11 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22616 5000 8.9547368e-11 8610520 22617 -0.0134874999999926 8610403.63419292 22617 5000 8.9540944e-11 8610403.6 Loop time of 0.0177071 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:11 2021 Pair time (%) = 0.00118804 (6.70939) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.192543) Outpt time (%) = 0.0163832 (92.5231) Other time (%) = 0.000101805 (0.574937) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:11 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22617 5000 8.9540944e-11 8610356.7 22618 -0.0134874999999926 8610240.30819846 22618 5000 8.953452e-11 8610240.3 Loop time of 0.0176711 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:11 2021 Pair time (%) = 0.00117207 (6.63267) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.18619) Outpt time (%) = 0.0163679 (92.6253) Other time (%) = 9.82285e-05 (0.55587) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:11 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22618 5000 8.953452e-11 8610193.4 22619 -0.0134874999999926 8610076.99077438 22619 5000 8.9528097e-11 8610077 Loop time of 0.0174289 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:11 2021 Pair time (%) = 0.00117612 (6.74811) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.194249) Outpt time (%) = 0.0161171 (92.4735) Other time (%) = 0.000101805 (0.584115) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:11 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22619 5000 8.9528097e-11 8610030 22620 -0.0134874999999926 8609913.68191948 22620 5000 8.9521675e-11 8609913.7 Loop time of 0.0206819 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:11 2021 Pair time (%) = 0.00138092 (6.67696) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.178683) Outpt time (%) = 0.019124 (92.4677) Other time (%) = 0.000139952 (0.676688) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:11 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22620 5000 8.9521675e-11 8609866.7 22621 -0.0134874999999926 8609750.38163289 22621 5000 8.9515253e-11 8609750.4 Loop time of 0.0177872 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:11 2021 Pair time (%) = 0.00125885 (7.07727) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.197038) Outpt time (%) = 0.0163839 (92.1104) Other time (%) = 0.000109434 (0.61524) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:11 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22621 5000 8.9515253e-11 8609703.4 22622 -0.0134874999999926 8609587.08991371 22622 5000 8.9508833e-11 8609587.1 Loop time of 0.017874 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:11 2021 Pair time (%) = 0.00118804 (6.64675) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.184076) Outpt time (%) = 0.0165539 (92.6143) Other time (%) = 9.91821e-05 (0.554896) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:11 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22622 5000 8.9508833e-11 8609540.1 22623 -0.0134874999999926 8609423.80676089 22623 5000 8.9502413e-11 8609423.8 Loop time of 0.0175099 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:11 2021 Pair time (%) = 0.00118518 (6.76861) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.187903) Outpt time (%) = 0.016192 (92.473) Other time (%) = 9.98974e-05 (0.570518) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:11 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22623 5000 8.9502413e-11 8609376.9 22624 -0.0134874999999926 8609260.53217345 22624 5000 8.9495994e-11 8609260.5 Loop time of 0.0175891 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:11 2021 Pair time (%) = 0.00133395 (7.58397) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.210101) Outpt time (%) = 0.0160952 (91.5065) Other time (%) = 0.000123024 (0.699433) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:11 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22624 5000 8.9495994e-11 8609213.6 22625 -0.0134874999999926 8609097.26615046 22625 5000 8.9489575e-11 8609097.3 Loop time of 0.0177181 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:11 2021 Pair time (%) = 0.00122809 (6.93131) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.197807) Outpt time (%) = 0.0163448 (92.2492) Other time (%) = 0.000110149 (0.621678) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:11 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22625 5000 8.9489575e-11 8609050.3 22626 -0.0134874999999926 8608934.00869103 22626 5000 8.9483158e-11 8608934 Loop time of 0.0176752 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:11 2021 Pair time (%) = 0.00117588 (6.65273) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.186147) Outpt time (%) = 0.016366 (92.5932) Other time (%) = 0.000100374 (0.567883) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:11 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22626 5000 8.9483158e-11 8608887.1 22627 -0.0134874999999926 8608770.75979422 22627 5000 8.9476741e-11 8608770.8 Loop time of 0.017379 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:11 2021 Pair time (%) = 0.00118494 (6.81821) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189319) Outpt time (%) = 0.0160611 (92.4163) Other time (%) = 0.000100136 (0.576187) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:11 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22627 5000 8.9476741e-11 8608723.8 22628 -0.0134874999999926 8608607.51945886 22628 5000 8.9470325e-11 8608607.5 Loop time of 0.0176029 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:11 2021 Pair time (%) = 0.00127101 (7.22045) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.204518) Outpt time (%) = 0.016185 (91.9452) Other time (%) = 0.000110865 (0.629808) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:11 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22628 5000 8.9470325e-11 8608560.6 22629 -0.0134874999999926 8608444.28768428 22629 5000 8.9463909e-11 8608444.3 Loop time of 0.017765 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:11 2021 Pair time (%) = 0.00122786 (6.91164) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.191915) Outpt time (%) = 0.0163982 (92.3059) Other time (%) = 0.000104904 (0.590509) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:11 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22629 5000 8.9463909e-11 8608397.3 22630 -0.0134874999999926 8608281.06446929 22630 5000 8.9457495e-11 8608281.1 Loop time of 0.0202088 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:12 2021 Pair time (%) = 0.00117612 (5.81982) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.168708) Outpt time (%) = 0.0189021 (93.5337) Other time (%) = 9.65595e-05 (0.477808) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:12 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22630 5000 8.9457495e-11 8608234.1 22631 -0.0134874999999926 8608117.84981316 22631 5000 8.9451081e-11 8608117.8 Loop time of 0.0214229 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:12 2021 Pair time (%) = 0.00124097 (5.79273) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.163599) Outpt time (%) = 0.0200379 (93.5351) Other time (%) = 0.000108957 (0.508603) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:12 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22631 5000 8.9451081e-11 8608070.9 22632 -0.0134874999999926 8607954.64371474 22632 5000 8.9444667e-11 8607954.6 Loop time of 0.017477 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:12 2021 Pair time (%) = 0.00120401 (6.88912) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.195078) Outpt time (%) = 0.016134 (92.3156) Other time (%) = 0.000104904 (0.60024) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:12 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22632 5000 8.9444667e-11 8607907.7 22633 -0.0134874999999926 8607791.44617311 22633 5000 8.9438255e-11 8607791.4 Loop time of 0.0178211 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:12 2021 Pair time (%) = 0.00140285 (7.87189) Neigh time (%) = 0 (0) Comm time (%) = 4.41074e-05 (0.247502) Outpt time (%) = 0.016216 (90.9936) Other time (%) = 0.000158072 (0.886992) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:12 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22633 5000 8.9438255e-11 8607744.5 22634 -0.0134874999999926 8607628.25718741 22634 5000 8.9431843e-11 8607628.3 Loop time of 0.017746 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:12 2021 Pair time (%) = 0.00121188 (6.82905) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.197496) Outpt time (%) = 0.016396 (92.3931) Other time (%) = 0.000102997 (0.580396) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:12 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22634 5000 8.9431843e-11 8607581.3 22635 -0.0134874999999926 8607465.07675669 22635 5000 8.9425432e-11 8607465.1 Loop time of 0.017705 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:12 2021 Pair time (%) = 0.00117397 (6.63076) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.185834) Outpt time (%) = 0.0163989 (92.6232) Other time (%) = 9.91821e-05 (0.560194) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:12 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22635 5000 8.9425432e-11 8607418.1 22636 -0.0134874999999926 8607301.90487991 22636 5000 8.9419022e-11 8607301.9 Loop time of 0.017441 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:12 2021 Pair time (%) = 0.00120115 (6.88694) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.195481) Outpt time (%) = 0.016109 (92.3626) Other time (%) = 9.67979e-05 (0.555001) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:12 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22636 5000 8.9419022e-11 8607255 22637 -0.0134874999999926 8607138.74155626 22637 5000 8.9412613e-11 8607138.7 Loop time of 0.017787 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:12 2021 Pair time (%) = 0.00138617 (7.79315) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.202402) Outpt time (%) = 0.0162339 (91.2686) Other time (%) = 0.000130892 (0.735885) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:12 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22637 5000 8.9412613e-11 8607091.8 22638 -0.0134874999999926 8606975.58678477 22638 5000 8.9406204e-11 8606975.6 Loop time of 0.0176871 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:12 2021 Pair time (%) = 0.00120401 (6.80731) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.191413) Outpt time (%) = 0.0163438 (92.4055) Other time (%) = 0.000105381 (0.595808) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:12 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22638 5000 8.9406204e-11 8606928.7 22639 -0.0134874999999926 8606812.44056445 22639 5000 8.9399796e-11 8606812.4 Loop time of 0.0177641 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:12 2021 Pair time (%) = 0.00122714 (6.90798) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.185215) Outpt time (%) = 0.0164001 (92.3216) Other time (%) = 0.000103951 (0.585172) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:12 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22639 5000 8.9399796e-11 8606765.5 22640 -0.0134874999999926 8606649.30289426 22640 5000 8.9393389e-11 8606649.3 Loop time of 0.0200241 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:12 2021 Pair time (%) = 0.00117707 (5.87829) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.165502) Outpt time (%) = 0.018714 (93.4573) Other time (%) = 9.98974e-05 (0.498887) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:12 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22640 5000 8.9393389e-11 8606602.4 22641 -0.0134874999999926 8606486.17378521 22641 5000 8.9386982e-11 8606486.2 Loop time of 0.017555 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:12 2021 Pair time (%) = 0.00125098 (7.12607) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.205077) Outpt time (%) = 0.0161629 (92.0699) Other time (%) = 0.000105143 (0.598933) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:12 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22641 5000 8.9386982e-11 8606439.2 22642 -0.0134874999999926 8606323.05336228 22642 5000 8.9380576e-11 8606323.1 Loop time of 0.0178089 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:12 2021 Pair time (%) = 0.00124907 (7.01376) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.202153) Outpt time (%) = 0.016413 (92.1616) Other time (%) = 0.000110865 (0.622523) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:12 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22642 5000 8.9380576e-11 8606276.1 22643 -0.0134874999999926 8606159.94157364 22643 5000 8.9374171e-11 8606159.9 Loop time of 0.0177109 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:12 2021 Pair time (%) = 0.00118089 (6.66756) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.191156) Outpt time (%) = 0.0163989 (92.592) Other time (%) = 9.72748e-05 (0.549236) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:12 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22643 5000 8.9374171e-11 8606113 22644 -0.0134874999999926 8605996.83839338 22644 5000 8.9367767e-11 8605996.8 Loop time of 0.0174389 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:12 2021 Pair time (%) = 0.00119901 (6.87548) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.195505) Outpt time (%) = 0.016109 (92.3739) Other time (%) = 9.67979e-05 (0.555069) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:12 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22644 5000 8.9367767e-11 8605949.9 22645 -0.0134874999999926 8605833.7438023 22645 5000 8.9361364e-11 8605833.7 Loop time of 0.0175409 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:12 2021 Pair time (%) = 0.00128913 (7.34926) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.199804) Outpt time (%) = 0.0161109 (91.8474) Other time (%) = 0.000105858 (0.60349) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:12 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22645 5000 8.9361364e-11 8605786.8 22646 -0.0134874999999926 8605670.65778875 22646 5000 8.9354961e-11 8605670.7 Loop time of 0.017277 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:12 2021 Pair time (%) = 0.00117493 (6.80052) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190437) Outpt time (%) = 0.0159729 (92.4515) Other time (%) = 9.63211e-05 (0.557511) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:12 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22646 5000 8.9354961e-11 8605623.7 22647 -0.0134874999999926 8605507.58035557 22647 5000 8.9348559e-11 8605507.6 Loop time of 0.0175459 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:12 2021 Pair time (%) = 0.00117397 (6.69085) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.187518) Outpt time (%) = 0.0162461 (92.5917) Other time (%) = 9.29832e-05 (0.529942) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:12 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22647 5000 8.9348559e-11 8605460.7 22648 -0.0134874999999926 8605344.51149872 22648 5000 8.9342157e-11 8605344.5 Loop time of 0.017344 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:12 2021 Pair time (%) = 0.00118017 (6.8045) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191076) Outpt time (%) = 0.0160389 (92.4752) Other time (%) = 9.17912e-05 (0.529239) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:12 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22648 5000 8.9342157e-11 8605297.6 22649 -0.0134874999999926 8605181.45121504 22649 5000 8.9335757e-11 8605181.5 Loop time of 0.0178668 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:12 2021 Pair time (%) = 0.00130606 (7.30995) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.201497) Outpt time (%) = 0.0164111 (91.852) Other time (%) = 0.000113726 (0.636518) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:12 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22649 5000 8.9335757e-11 8605134.5 22650 -0.0134874999999926 8605018.3995014 22650 5000 8.9329357e-11 8605018.4 Loop time of 0.0205262 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:12 2021 Pair time (%) = 0.00133514 (6.50459) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.190492) Outpt time (%) = 0.0190399 (92.759) Other time (%) = 0.000112057 (0.545921) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:12 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22650 5000 8.9329357e-11 8604971.5 22651 -0.0134874999999926 8604855.3563555 22651 5000 8.9322958e-11 8604855.4 Loop time of 0.0176139 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:12 2021 Pair time (%) = 0.00118017 (6.70024) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.188148) Outpt time (%) = 0.0163031 (92.558) Other time (%) = 9.75132e-05 (0.553615) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:12 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22651 5000 8.9322958e-11 8604808.4 22652 -0.0134874999999926 8604692.32177513 22652 5000 8.931656e-11 8604692.3 Loop time of 0.0175271 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:12 2021 Pair time (%) = 0.00122499 (6.98914) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.19316) Outpt time (%) = 0.01616 (92.2001) Other time (%) = 0.000108242 (0.617569) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:12 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22652 5000 8.931656e-11 8604645.4 22653 -0.0134874999999926 8604529.29575788 22653 5000 8.9310162e-11 8604529.3 Loop time of 0.0179598 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:12 2021 Pair time (%) = 0.00138712 (7.72345) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.205764) Outpt time (%) = 0.0163319 (90.9358) Other time (%) = 0.000203848 (1.13502) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:12 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22653 5000 8.9310162e-11 8604482.4 22654 -0.0134874999999926 8604366.27830193 22654 5000 8.9303765e-11 8604366.3 Loop time of 0.0177751 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:12 2021 Pair time (%) = 0.00117612 (6.61668) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.191807) Outpt time (%) = 0.016469 (92.6523) Other time (%) = 9.58443e-05 (0.539206) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:12 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22654 5000 8.9303765e-11 8604319.4 22655 -0.0134874999999926 8604203.26940554 22655 5000 8.9297369e-11 8604203.3 Loop time of 0.017628 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:12 2021 Pair time (%) = 0.00117707 (6.67731) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.187998) Outpt time (%) = 0.01632 (92.5802) Other time (%) = 9.77516e-05 (0.554526) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:12 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22655 5000 8.9297369e-11 8604156.4 22656 -0.0134874999999926 8604040.26906686 22656 5000 8.9290974e-11 8604040.3 Loop time of 0.017436 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:12 2021 Pair time (%) = 0.00119996 (6.88208) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.201006) Outpt time (%) = 0.0161021 (92.3495) Other time (%) = 9.89437e-05 (0.567467) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:12 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22656 5000 8.9290974e-11 8603993.4 22657 -0.0134874999999926 8603877.27728424 22657 5000 8.9284579e-11 8603877.3 Loop time of 0.0179279 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:12 2021 Pair time (%) = 0.00137091 (7.64679) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.21145) Outpt time (%) = 0.016391 (91.4276) Other time (%) = 0.000128031 (0.714143) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:12 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22657 5000 8.9284579e-11 8603830.4 22658 -0.0134874999999926 8603714.29405607 22658 5000 8.9278185e-11 8603714.3 Loop time of 0.0176921 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:12 2021 Pair time (%) = 0.00117898 (6.66388) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.185969) Outpt time (%) = 0.0163829 (92.6003) Other time (%) = 9.72748e-05 (0.549821) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:12 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22658 5000 8.9278185e-11 8603667.4 22659 -0.0134874999999926 8603551.31938087 22659 5000 8.9271792e-11 8603551.3 Loop time of 0.017813 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:12 2021 Pair time (%) = 0.00117397 (6.59055) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.186045) Outpt time (%) = 0.016506 (92.6626) Other time (%) = 9.98974e-05 (0.560813) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:12 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22659 5000 8.9271792e-11 8603504.4 22660 -0.0134874999999926 8603388.35331284 22660 5000 8.9265399e-11 8603388.4 Loop time of 0.0200651 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:12 2021 Pair time (%) = 0.00118303 (5.89598) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.169916) Outpt time (%) = 0.0187402 (93.397) Other time (%) = 0.000107765 (0.537079) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:12 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22660 5000 8.9265399e-11 8603341.4 22661 -0.0134874999999926 8603225.39585674 22661 5000 8.9259008e-11 8603225.4 Loop time of 0.0176251 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:12 2021 Pair time (%) = 0.00135303 (7.6767) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.215083) Outpt time (%) = 0.016114 (91.4264) Other time (%) = 0.000120163 (0.681772) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:12 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22661 5000 8.9259008e-11 8603178.5 22662 -0.0134874999999926 8603062.44698632 22662 5000 8.9252617e-11 8603062.4 Loop time of 0.017746 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:12 2021 Pair time (%) = 0.00121117 (6.82502) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.190778) Outpt time (%) = 0.016402 (92.4266) Other time (%) = 9.89437e-05 (0.557556) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:12 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22662 5000 8.9252617e-11 8603015.5 22663 -0.0134874999999926 8602899.50669314 22663 5000 8.9246227e-11 8602899.5 Loop time of 0.0178409 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:12 2021 Pair time (%) = 0.00120306 (6.74328) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.1911) Outpt time (%) = 0.016505 (92.5124) Other time (%) = 9.87053e-05 (0.553254) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:12 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22663 5000 8.9246227e-11 8602852.6 22664 -0.0134874999999926 8602736.57497131 22664 5000 8.9239837e-11 8602736.6 Loop time of 0.017406 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:12 2021 Pair time (%) = 0.00118589 (6.81314) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.194505) Outpt time (%) = 0.016084 (92.4047) Other time (%) = 0.000102282 (0.587623) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:27:12 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22664 5000 8.9239837e-11 8602689.7 22665 -0.0134874999999926 8602550.81584076 22665 5000 1.7605456e-10 8602834.2 Loop time of 0.0174279 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:12 2021 Pair time (%) = 0.00138211 (7.93045) Neigh time (%) = 0 (0) Comm time (%) = 4.29153e-05 (0.246245) Outpt time (%) = 0.0158229 (90.7904) Other time (%) = 0.000180006 (1.03286) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:12 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22665 5000 1.7605456e-10 8671033.2 22666 -0.0135199999999926 8670880.30105767 22666 5000 1.4163649e-10 8670880.3 Loop time of 0.0174809 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:12 2021 Pair time (%) = 0.00120401 (6.88762) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.200491) Outpt time (%) = 0.0161381 (92.3186) Other time (%) = 0.000103712 (0.59329) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:12 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22666 5000 1.4163649e-10 8670816.9 22667 -0.0135199999999926 8670676.9582659 22667 5000 1.2170727e-10 8670677 Loop time of 0.0175331 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:12 2021 Pair time (%) = 0.00117993 (6.72976) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.189015) Outpt time (%) = 0.016221 (92.5169) Other time (%) = 9.89437e-05 (0.564326) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:12 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22667 5000 1.2170727e-10 8670619.4 22668 -0.0135199999999926 8670487.73920569 22668 5000 1.0982579e-10 8670487.7 Loop time of 0.0173478 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:12 2021 Pair time (%) = 0.00117707 (6.78514) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191034) Outpt time (%) = 0.0160398 (92.4604) Other time (%) = 9.77516e-05 (0.563481) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:12 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22668 5000 1.0982579e-10 8670433.9 22669 -0.0135199999999926 8670307.49916343 22669 5000 1.0259017e-10 8670307.5 Loop time of 0.0176148 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:12 2021 Pair time (%) = 0.00136995 (7.77727) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.216562) Outpt time (%) = 0.016063 (91.19) Other time (%) = 0.000143766 (0.816166) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:12 2021 Memory usage per processor = 27.5456 Mbytes Step Atoms AVEKE stressZZ 22669 5000 1.0259017e-10 8670256 22670 -0.0135199999999926 8670132.9685365 22670 5000 9.8117773e-11 8670133 Loop time of 0.0204039 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:12 2021 Pair time (%) = 0.00124884 (6.12059) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.165927) Outpt time (%) = 0.0190058 (93.1479) Other time (%) = 0.000115395 (0.565553) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:12 2021 Memory usage per processor = 27.5457 Mbytes Step Atoms AVEKE stressZZ 22670 5000 9.8117773e-11 8670083 22671 -0.0135199999999926 8669962.06946168 22671 5000 9.5324986e-11 8669962.1 Loop time of 0.0175998 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:13 2021 Pair time (%) = 0.00117993 (6.70424) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.193717) Outpt time (%) = 0.0162899 (92.5575) Other time (%) = 9.58443e-05 (0.544575) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:13 2021 Memory usage per processor = 27.5457 Mbytes Step Atoms AVEKE stressZZ 22671 5000 9.5324986e-11 8669913 22672 -0.0135199999999926 8669793.4814366 22672 5000 9.356872e-11 8669793.5 Loop time of 0.0174499 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:13 2021 Pair time (%) = 0.00118113 (6.76868) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.189917) Outpt time (%) = 0.01614 (92.4935) Other time (%) = 9.56059e-05 (0.547889) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:13 2021 Memory usage per processor = 27.5457 Mbytes Step Atoms AVEKE stressZZ 22672 5000 9.356872e-11 8669745 22673 -0.0135199999999926 8669626.36526812 22673 5000 9.2458694e-11 8669626.4 Loop time of 0.0174742 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:13 2021 Pair time (%) = 0.00124383 (7.1181) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.200568) Outpt time (%) = 0.0160902 (92.0796) Other time (%) = 0.000105143 (0.601703) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:13 2021 Memory usage per processor = 27.5457 Mbytes Step Atoms AVEKE stressZZ 22673 5000 9.2458694e-11 8669578.3 22674 -0.0135199999999926 8669460.18764135 22674 5000 9.1754317e-11 8669460.2 Loop time of 0.0178502 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:13 2021 Pair time (%) = 0.00127292 (7.13112) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.189665) Outpt time (%) = 0.0164289 (92.0381) Other time (%) = 0.000114441 (0.64112) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:13 2021 Memory usage per processor = 27.5457 Mbytes Step Atoms AVEKE stressZZ 22674 5000 9.1754317e-11 8669412.4 22675 -0.0135199999999926 8669294.60963031 22675 5000 9.1305695e-11 8669294.6 Loop time of 0.017709 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:13 2021 Pair time (%) = 0.00118399 (6.68578) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.185791) Outpt time (%) = 0.016396 (92.5859) Other time (%) = 9.60827e-05 (0.542564) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:13 2021 Memory usage per processor = 27.5457 Mbytes Step Atoms AVEKE stressZZ 22675 5000 9.1305695e-11 8669247 22676 -0.0135199999999926 8669129.41584856 22676 5000 9.1018784e-11 8669129.4 Loop time of 0.0176408 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:13 2021 Pair time (%) = 0.00117993 (6.68865) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.191915) Outpt time (%) = 0.0163229 (92.5288) Other time (%) = 0.000104189 (0.590612) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:13 2021 Memory usage per processor = 27.5457 Mbytes Step Atoms AVEKE stressZZ 22676 5000 9.1018784e-11 8669081.9 22677 -0.0135199999999926 8668964.4694313 22677 5000 9.0834309e-11 8668964.5 Loop time of 0.017678 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:13 2021 Pair time (%) = 0.00121498 (6.87283) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.198255) Outpt time (%) = 0.0163219 (92.3288) Other time (%) = 0.000106096 (0.600159) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:13 2021 Memory usage per processor = 27.5457 Mbytes Step Atoms AVEKE stressZZ 22677 5000 9.0834309e-11 8668917 22678 -0.0135199999999926 8668799.68334789 22678 5000 9.0714796e-11 8668799.7 Loop time of 0.0179341 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:13 2021 Pair time (%) = 0.00124311 (6.93157) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.195424) Outpt time (%) = 0.0165441 (92.2495) Other time (%) = 0.000111818 (0.623496) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:13 2021 Memory usage per processor = 27.5457 Mbytes Step Atoms AVEKE stressZZ 22678 5000 9.0714796e-11 8668752.2 22679 -0.0135199999999926 8668635.00230244 22679 5000 9.0636514e-11 8668635 Loop time of 0.017796 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:13 2021 Pair time (%) = 0.00119901 (6.73749) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.186222) Outpt time (%) = 0.016464 (92.5149) Other time (%) = 9.98974e-05 (0.561346) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:13 2021 Memory usage per processor = 27.5457 Mbytes Step Atoms AVEKE stressZZ 22679 5000 9.0636514e-11 8668587.6 22680 -0.0135199999999926 8668470.39116044 22680 5000 9.0584412e-11 8668470.4 Loop time of 0.0201509 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:13 2021 Pair time (%) = 0.00117707 (5.84129) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.163277) Outpt time (%) = 0.018842 (93.5044) Other time (%) = 9.89437e-05 (0.491014) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:13 2021 Memory usage per processor = 27.5457 Mbytes Step Atoms AVEKE stressZZ 22680 5000 9.0584412e-11 8668423 22681 -0.0135199999999926 8668305.82759283 22681 5000 9.0548939e-11 8668305.8 Loop time of 0.0174699 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:13 2021 Pair time (%) = 0.00120306 (6.88648) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.199252) Outpt time (%) = 0.0161231 (92.2906) Other time (%) = 0.000108957 (0.623686) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:13 2021 Memory usage per processor = 27.5457 Mbytes Step Atoms AVEKE stressZZ 22681 5000 9.0548939e-11 8668258.4 22682 -0.0135199999999926 8668141.29740909 22682 5000 9.052403e-11 8668141.3 Loop time of 0.017951 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:13 2021 Pair time (%) = 0.00137401 (7.6542) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.211178) Outpt time (%) = 0.0164058 (91.3922) Other time (%) = 0.000133276 (0.742443) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:13 2021 Memory usage per processor = 27.5457 Mbytes Step Atoms AVEKE stressZZ 22682 5000 9.052403e-11 8668093.9 22683 -0.0135199999999926 8667976.79159044 22683 5000 9.0505833e-11 8667976.8 Loop time of 0.0176749 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:13 2021 Pair time (%) = 0.00117993 (6.67575) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.186149) Outpt time (%) = 0.0163639 (92.5824) Other time (%) = 9.82285e-05 (0.55575) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:13 2021 Memory usage per processor = 27.5457 Mbytes Step Atoms AVEKE stressZZ 22683 5000 9.0505833e-11 8667929.4 22684 -0.0135199999999926 8667812.30440504 22684 5000 9.0491902e-11 8667812.3 Loop time of 0.0177312 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:13 2021 Pair time (%) = 0.00117898 (6.64919) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.185559) Outpt time (%) = 0.0164199 (92.6045) Other time (%) = 9.94205e-05 (0.56071) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:13 2021 Memory usage per processor = 27.5457 Mbytes Step Atoms AVEKE stressZZ 22684 5000 9.0491902e-11 8667764.9 22685 -0.0135199999999926 8667647.83220984 22685 5000 9.0480681e-11 8667647.8 Loop time of 0.0175099 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:13 2021 Pair time (%) = 0.00119591 (6.82988) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.194711) Outpt time (%) = 0.016175 (92.3763) Other time (%) = 0.000104904 (0.599112) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:13 2021 Memory usage per processor = 27.5457 Mbytes Step Atoms AVEKE stressZZ 22685 5000 9.0480681e-11 8667600.5 22686 -0.0135199999999926 8667483.37268936 22686 5000 9.0471183e-11 8667483.4 Loop time of 0.0178621 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:13 2021 Pair time (%) = 0.00139308 (7.79909) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.20689) Outpt time (%) = 0.0162921 (91.2105) Other time (%) = 0.000139952 (0.783513) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:13 2021 Memory usage per processor = 27.5457 Mbytes Step Atoms AVEKE stressZZ 22686 5000 9.0471183e-11 8667436 22687 -0.0135199999999926 8667318.92437154 22687 5000 9.0462781e-11 8667318.9 Loop time of 0.0178289 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:13 2021 Pair time (%) = 0.00126386 (7.08879) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.196577) Outpt time (%) = 0.016418 (92.0861) Other time (%) = 0.000112057 (0.62851) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:13 2021 Memory usage per processor = 27.5457 Mbytes Step Atoms AVEKE stressZZ 22687 5000 9.0462781e-11 8667271.6 22688 -0.0135199999999926 8667154.48632074 22688 5000 9.0455074e-11 8667154.5 Loop time of 0.017411 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:13 2021 Pair time (%) = 0.00117302 (6.73723) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.190341) Outpt time (%) = 0.0161071 (92.511) Other time (%) = 9.77516e-05 (0.561436) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:13 2021 Memory usage per processor = 27.5457 Mbytes Step Atoms AVEKE stressZZ 22688 5000 9.0455074e-11 8667107.1 22689 -0.0135199999999926 8666990.0579415 22689 5000 9.044781e-11 8666990.1 Loop time of 0.0173869 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:13 2021 Pair time (%) = 0.00118113 (6.79319) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.190604) Outpt time (%) = 0.0160749 (92.454) Other time (%) = 9.77516e-05 (0.562214) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:13 2021 Memory usage per processor = 27.5457 Mbytes Step Atoms AVEKE stressZZ 22689 5000 9.044781e-11 8666942.7 22690 -0.0135199999999926 8666825.63885574 22690 5000 9.0440828e-11 8666825.6 Loop time of 0.019856 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:13 2021 Pair time (%) = 0.00117207 (5.90284) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.166903) Outpt time (%) = 0.018558 (93.4632) Other time (%) = 9.27448e-05 (0.467088) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:13 2021 Memory usage per processor = 27.5457 Mbytes Step Atoms AVEKE stressZZ 22690 5000 9.0440828e-11 8666778.3 22691 -0.0135199999999926 8666661.22882202 22691 5000 9.0434025e-11 8666661.2 Loop time of 0.017323 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:13 2021 Pair time (%) = 0.00117397 (6.77696) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.195436) Outpt time (%) = 0.0160222 (92.4908) Other time (%) = 9.29832e-05 (0.536761) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:13 2021 Memory usage per processor = 27.5457 Mbytes Step Atoms AVEKE stressZZ 22691 5000 9.0434025e-11 8666613.9 22692 -0.0135199999999926 8666496.82768721 22692 5000 9.0427336e-11 8666496.8 Loop time of 0.017868 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:13 2021 Pair time (%) = 0.00129604 (7.25342) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.206821) Outpt time (%) = 0.0164111 (91.8459) Other time (%) = 0.000123978 (0.693851) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:13 2021 Memory usage per processor = 27.5457 Mbytes Step Atoms AVEKE stressZZ 22692 5000 9.0427336e-11 8666449.5 22693 -0.0135199999999926 8666332.43535319 22693 5000 9.042072e-11 8666332.4 Loop time of 0.0177548 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:13 2021 Pair time (%) = 0.00119591 (6.73569) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.197398) Outpt time (%) = 0.016428 (92.5271) Other time (%) = 9.58443e-05 (0.539822) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:13 2021 Memory usage per processor = 27.5457 Mbytes Step Atoms AVEKE stressZZ 22693 5000 9.042072e-11 8666285.1 22694 -0.0135199999999926 8666168.05175736 22694 5000 9.0414151e-11 8666168.1 Loop time of 0.017544 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:13 2021 Pair time (%) = 0.00118399 (6.74866) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.187538) Outpt time (%) = 0.0162289 (92.5039) Other time (%) = 9.82285e-05 (0.559897) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:13 2021 Memory usage per processor = 27.5457 Mbytes Step Atoms AVEKE stressZZ 22694 5000 9.0414151e-11 8666120.7 22695 -0.0135199999999926 8666003.6768597 22695 5000 9.0407611e-11 8666003.7 Loop time of 0.017494 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:13 2021 Pair time (%) = 0.00121522 (6.94651) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.200341) Outpt time (%) = 0.0161371 (92.244) Other time (%) = 0.000106573 (0.609199) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:13 2021 Memory usage per processor = 27.5457 Mbytes Step Atoms AVEKE stressZZ 22695 5000 9.0407611e-11 8665956.3 22696 -0.0135199999999926 8665839.31063425 22696 5000 9.0401091e-11 8665839.3 Loop time of 0.0179031 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:13 2021 Pair time (%) = 0.00135493 (7.56815) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.207748) Outpt time (%) = 0.0163751 (91.465) Other time (%) = 0.000135899 (0.759079) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:13 2021 Memory usage per processor = 27.5457 Mbytes Step Atoms AVEKE stressZZ 22696 5000 9.0401091e-11 8665791.9 22697 -0.0135199999999926 8665674.95310608 22697 5000 9.0394583e-11 8665675 Loop time of 0.0177879 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:13 2021 Pair time (%) = 0.00117397 (6.59983) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.186307) Outpt time (%) = 0.0164831 (92.6643) Other time (%) = 9.77516e-05 (0.549539) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:13 2021 Memory usage per processor = 27.5457 Mbytes Step Atoms AVEKE stressZZ 22697 5000 9.0394583e-11 8665627.6 22698 -0.0135199999999926 8665510.60427108 22698 5000 9.0388083e-11 8665510.6 Loop time of 0.017617 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:13 2021 Pair time (%) = 0.00117397 (6.66387) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.186762) Outpt time (%) = 0.0163109 (92.5864) Other time (%) = 9.91821e-05 (0.562991) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:13 2021 Memory usage per processor = 27.5457 Mbytes Step Atoms AVEKE stressZZ 22698 5000 9.0388083e-11 8665463.2 22699 -0.0135199999999926 8665346.26410216 22699 5000 9.0381589e-11 8665346.3 Loop time of 0.0175388 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:13 2021 Pair time (%) = 0.00121593 (6.93283) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.205266) Outpt time (%) = 0.01618 (92.2529) Other time (%) = 0.000106812 (0.609002) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:13 2021 Memory usage per processor = 27.5457 Mbytes Step Atoms AVEKE stressZZ 22699 5000 9.0381589e-11 8665298.9 22700 -0.0135199999999926 8665181.93258839 22700 5000 9.0375099e-11 8665181.9 Loop time of 0.0206759 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:13 2021 Pair time (%) = 0.00133896 (6.47594) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.174122) Outpt time (%) = 0.019172 (92.7261) Other time (%) = 0.000128984 (0.62384) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:13 2021 Memory usage per processor = 27.5457 Mbytes Step Atoms AVEKE stressZZ 22700 5000 9.0375099e-11 8665134.6 22701 -0.0135199999999926 8665017.60972289 22701 5000 9.0368611e-11 8665017.6 Loop time of 0.0177341 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:13 2021 Pair time (%) = 0.00119615 (6.74491) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.192251) Outpt time (%) = 0.0164049 (92.5049) Other time (%) = 9.89437e-05 (0.557931) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:13 2021 Memory usage per processor = 27.5457 Mbytes Step Atoms AVEKE stressZZ 22701 5000 9.0368611e-11 8664970.3 22702 -0.0135199999999926 8664853.29550086 22702 5000 9.0362125e-11 8664853.3 Loop time of 0.0176699 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:13 2021 Pair time (%) = 0.00118303 (6.69518) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.186202) Outpt time (%) = 0.0163541 (92.5533) Other time (%) = 9.98974e-05 (0.565353) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:13 2021 Memory usage per processor = 27.5457 Mbytes Step Atoms AVEKE stressZZ 22702 5000 9.0362125e-11 8664805.9 22703 -0.0135199999999926 8664688.98991865 22703 5000 9.0355641e-11 8664689 Loop time of 0.0174739 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:13 2021 Pair time (%) = 0.00120378 (6.88898) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.20057) Outpt time (%) = 0.0161269 (92.291) Other time (%) = 0.000108242 (0.619448) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:13 2021 Memory usage per processor = 27.5457 Mbytes Step Atoms AVEKE stressZZ 22703 5000 9.0355641e-11 8664641.6 22704 -0.0135199999999926 8664524.69297337 22704 5000 9.0349158e-11 8664524.7 Loop time of 0.01794 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:13 2021 Pair time (%) = 0.00145388 (8.10409) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.20732) Outpt time (%) = 0.0163112 (90.9204) Other time (%) = 0.000137806 (0.768147) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:13 2021 Memory usage per processor = 27.5457 Mbytes Step Atoms AVEKE stressZZ 22704 5000 9.0349158e-11 8664477.3 22705 -0.0135199999999926 8664360.40466245 22705 5000 9.0342676e-11 8664360.4 Loop time of 0.0177131 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:13 2021 Pair time (%) = 0.00119185 (6.72867) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.191133) Outpt time (%) = 0.0163872 (92.5149) Other time (%) = 0.000100136 (0.565322) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:13 2021 Memory usage per processor = 27.5457 Mbytes Step Atoms AVEKE stressZZ 22705 5000 9.0342676e-11 8664313.1 22706 -0.0135199999999926 8664196.12498407 22706 5000 9.0336195e-11 8664196.1 Loop time of 0.0176258 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:13 2021 Pair time (%) = 0.00117993 (6.69435) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.188021) Outpt time (%) = 0.016314 (92.5576) Other time (%) = 9.87053e-05 (0.560004) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:13 2021 Memory usage per processor = 27.5457 Mbytes Step Atoms AVEKE stressZZ 22706 5000 9.0336195e-11 8664148.8 22707 -0.0135199999999926 8664031.85393629 22707 5000 9.0329715e-11 8664031.9 Loop time of 0.017458 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:13 2021 Pair time (%) = 0.00119114 (6.8229) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.200754) Outpt time (%) = 0.0161269 (92.3755) Other time (%) = 0.000104904 (0.600896) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:13 2021 Memory usage per processor = 27.5457 Mbytes Step Atoms AVEKE stressZZ 22707 5000 9.0329715e-11 8663984.5 22708 -0.0135199999999926 8663867.59151745 22708 5000 9.0323236e-11 8663867.6 Loop time of 0.0178969 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:13 2021 Pair time (%) = 0.00145197 (8.11297) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.206488) Outpt time (%) = 0.0162771 (90.9492) Other time (%) = 0.000130892 (0.731366) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:13 2021 Memory usage per processor = 27.5457 Mbytes Step Atoms AVEKE stressZZ 22708 5000 9.0323236e-11 8663820.2 22709 -0.0135199999999926 8663703.33772598 22709 5000 9.0316757e-11 8663703.3 Loop time of 0.017719 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:13 2021 Pair time (%) = 0.00121212 (6.84078) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.185686) Outpt time (%) = 0.016376 (92.4205) Other time (%) = 9.799e-05 (0.553021) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:13 2021 Memory usage per processor = 27.5457 Mbytes Step Atoms AVEKE stressZZ 22709 5000 9.0316757e-11 8663656 22710 -0.0135199999999926 8663539.09256045 22710 5000 9.031028e-11 8663539.1 Loop time of 0.0202491 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:13 2021 Pair time (%) = 0.00117588 (5.80707) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.163662) Outpt time (%) = 0.0189421 (93.5453) Other time (%) = 9.799e-05 (0.483922) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:13 2021 Memory usage per processor = 27.5457 Mbytes Step Atoms AVEKE stressZZ 22710 5000 9.031028e-11 8663491.7 22711 -0.0135199999999926 8663374.85601944 22711 5000 9.0303803e-11 8663374.9 Loop time of 0.017431 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:13 2021 Pair time (%) = 0.00118113 (6.776) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.188754) Outpt time (%) = 0.016119 (92.4731) Other time (%) = 9.799e-05 (0.562159) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:13 2021 Memory usage per processor = 27.5457 Mbytes Step Atoms AVEKE stressZZ 22711 5000 9.0303803e-11 8663327.5 22712 -0.0135199999999926 8663210.62810149 22712 5000 9.0297327e-11 8663210.6 Loop time of 0.017628 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:13 2021 Pair time (%) = 0.00127316 (7.22236) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.198818) Outpt time (%) = 0.0162129 (91.9729) Other time (%) = 0.000106812 (0.605921) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:13 2021 Memory usage per processor = 27.5457 Mbytes Step Atoms AVEKE stressZZ 22712 5000 9.0297327e-11 8663163.3 22713 -0.0135199999999926 8663046.40881323 22713 5000 9.0290851e-11 8663046.4 Loop time of 0.0177791 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:14 2021 Pair time (%) = 0.00126219 (7.09927) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.197128) Outpt time (%) = 0.0163732 (92.0921) Other time (%) = 0.000108719 (0.611498) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:14 2021 Memory usage per processor = 27.5457 Mbytes Step Atoms AVEKE stressZZ 22713 5000 9.0290851e-11 8662999.1 22714 -0.0135199999999926 8662882.19824274 22714 5000 9.0284377e-11 8662882.2 Loop time of 0.017714 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:14 2021 Pair time (%) = 0.00118208 (6.67313) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.185739) Outpt time (%) = 0.0164011 (92.588) Other time (%) = 9.799e-05 (0.553178) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:14 2021 Memory usage per processor = 27.5457 Mbytes Step Atoms AVEKE stressZZ 22714 5000 9.0284377e-11 8662834.9 22715 -0.0135199999999926 8662717.9963534 22715 5000 9.0277903e-11 8662718 Loop time of 0.017436 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:14 2021 Pair time (%) = 0.00117803 (6.75628) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.190067) Outpt time (%) = 0.0161259 (92.4862) Other time (%) = 9.89437e-05 (0.567467) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:14 2021 Memory usage per processor = 27.5457 Mbytes Step Atoms AVEKE stressZZ 22715 5000 9.0277903e-11 8662670.7 22716 -0.0135199999999926 8662553.80312587 22716 5000 9.027143e-11 8662553.8 Loop time of 0.0177829 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:14 2021 Pair time (%) = 0.00143099 (8.04698) Neigh time (%) = 0 (0) Comm time (%) = 4.19617e-05 (0.235966) Outpt time (%) = 0.0161541 (90.8402) Other time (%) = 0.000155926 (0.876828) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:14 2021 Memory usage per processor = 27.5457 Mbytes Step Atoms AVEKE stressZZ 22716 5000 9.027143e-11 8662506.5 22717 -0.0135199999999926 8662389.61855131 22717 5000 9.0264957e-11 8662389.6 Loop time of 0.017808 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:14 2021 Pair time (%) = 0.00125885 (7.06903) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.202164) Outpt time (%) = 0.016403 (92.1103) Other time (%) = 0.000110149 (0.61854) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:14 2021 Memory usage per processor = 27.5457 Mbytes Step Atoms AVEKE stressZZ 22717 5000 9.0264957e-11 8662342.3 22718 -0.0135199999999926 8662225.44262388 22718 5000 9.0258486e-11 8662225.4 Loop time of 0.0176401 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:14 2021 Pair time (%) = 0.00117588 (6.66595) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.186517) Outpt time (%) = 0.0163331 (92.5907) Other time (%) = 9.82285e-05 (0.556847) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:14 2021 Memory usage per processor = 27.5457 Mbytes Step Atoms AVEKE stressZZ 22718 5000 9.0258486e-11 8662178.1 22719 -0.0135199999999926 8662061.27532661 22719 5000 9.0252015e-11 8662061.3 Loop time of 0.0175109 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:14 2021 Pair time (%) = 0.00120115 (6.85946) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.189255) Outpt time (%) = 0.0161769 (92.3822) Other time (%) = 9.9659e-05 (0.569126) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:14 2021 Memory usage per processor = 27.5457 Mbytes Step Atoms AVEKE stressZZ 22719 5000 9.0252015e-11 8662013.9 22720 -0.0135199999999926 8661897.1166443 22720 5000 9.0245545e-11 8661897.1 Loop time of 0.020164 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:14 2021 Pair time (%) = 0.00127387 (6.31754) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.173812) Outpt time (%) = 0.018748 (92.9777) Other time (%) = 0.00010705 (0.530896) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:14 2021 Memory usage per processor = 27.5457 Mbytes Step Atoms AVEKE stressZZ 22720 5000 9.0245545e-11 8661849.8 22721 -0.0135199999999926 8661732.96659672 22721 5000 9.0239075e-11 8661733 Loop time of 0.0178199 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:14 2021 Pair time (%) = 0.00131798 (7.39611) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.20738) Outpt time (%) = 0.0163381 (91.6847) Other time (%) = 0.000126839 (0.711782) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:14 2021 Memory usage per processor = 27.5457 Mbytes Step Atoms AVEKE stressZZ 22721 5000 9.0239075e-11 8661685.6 22722 -0.0135199999999926 8661568.82515581 22722 5000 9.0232607e-11 8661568.8 Loop time of 0.0177288 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:14 2021 Pair time (%) = 0.00117588 (6.6326) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.186928) Outpt time (%) = 0.0164199 (92.617) Other time (%) = 9.98974e-05 (0.563475) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:14 2021 Memory usage per processor = 27.5457 Mbytes Step Atoms AVEKE stressZZ 22722 5000 9.0232607e-11 8661521.5 22723 -0.0135199999999926 8661404.69232825 22723 5000 9.0226139e-11 8661404.7 Loop time of 0.01755 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:14 2021 Pair time (%) = 0.00118208 (6.7355) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.188833) Outpt time (%) = 0.016237 (92.5187) Other time (%) = 9.77516e-05 (0.55699) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:14 2021 Memory usage per processor = 27.5457 Mbytes Step Atoms AVEKE stressZZ 22723 5000 9.0226139e-11 8661357.4 22724 -0.0135199999999926 8661240.56819748 22724 5000 9.0219672e-11 8661240.6 Loop time of 0.0175042 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:14 2021 Pair time (%) = 0.00127006 (7.25571) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.200223) Outpt time (%) = 0.016089 (91.9148) Other time (%) = 0.000110149 (0.629273) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:14 2021 Memory usage per processor = 27.5457 Mbytes Step Atoms AVEKE stressZZ 22724 5000 9.0219672e-11 8661193.2 22725 -0.0135199999999926 8661076.45280817 22725 5000 9.0213205e-11 8661076.5 Loop time of 0.0178931 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:14 2021 Pair time (%) = 0.00134897 (7.53907) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.206532) Outpt time (%) = 0.0163729 (91.5042) Other time (%) = 0.00013423 (0.750177) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:14 2021 Memory usage per processor = 27.5457 Mbytes Step Atoms AVEKE stressZZ 22725 5000 9.0213205e-11 8661029.1 22726 -0.0135199999999926 8660912.34610709 22726 5000 9.020674e-11 8660912.3 Loop time of 0.0176568 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:14 2021 Pair time (%) = 0.00117397 (6.64884) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.187691) Outpt time (%) = 0.0163519 (92.6098) Other time (%) = 9.77516e-05 (0.55362) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:14 2021 Memory usage per processor = 27.5457 Mbytes Step Atoms AVEKE stressZZ 22726 5000 9.020674e-11 8660865 22727 -0.0135199999999926 8660748.24807803 22727 5000 9.0200275e-11 8660748.2 Loop time of 0.0175638 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:14 2021 Pair time (%) = 0.00118113 (6.72477) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.188684) Outpt time (%) = 0.016252 (92.5314) Other time (%) = 9.75132e-05 (0.555194) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:14 2021 Memory usage per processor = 27.5457 Mbytes Step Atoms AVEKE stressZZ 22727 5000 9.0200275e-11 8660700.9 22728 -0.0135199999999926 8660584.15871186 22728 5000 9.0193811e-11 8660584.2 Loop time of 0.017478 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:14 2021 Pair time (%) = 0.00120497 (6.8942) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.20598) Outpt time (%) = 0.0161319 (92.2982) Other time (%) = 0.000105143 (0.601571) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:14 2021 Memory usage per processor = 27.5457 Mbytes Step Atoms AVEKE stressZZ 22728 5000 9.0193811e-11 8660536.8 22729 -0.0135199999999926 8660420.07800174 22729 5000 9.0187347e-11 8660420.1 Loop time of 0.0179031 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:14 2021 Pair time (%) = 0.00131416 (7.34043) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.211743) Outpt time (%) = 0.0164351 (91.8006) Other time (%) = 0.000115871 (0.647215) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:14 2021 Memory usage per processor = 27.5457 Mbytes Step Atoms AVEKE stressZZ 22729 5000 9.0187347e-11 8660372.8 22730 -0.0135199999999926 8660256.00594265 22730 5000 9.0180885e-11 8660256 Loop time of 0.0203681 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:14 2021 Pair time (%) = 0.00117517 (5.76964) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.161536) Outpt time (%) = 0.019063 (93.5924) Other time (%) = 9.70364e-05 (0.476413) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:14 2021 Memory usage per processor = 27.5457 Mbytes Step Atoms AVEKE stressZZ 22730 5000 9.0180885e-11 8660208.7 22731 -0.0135199999999926 8660091.9425304 22731 5000 9.0174423e-11 8660091.9 Loop time of 0.0173402 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:14 2021 Pair time (%) = 0.00117612 (6.78262) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189743) Outpt time (%) = 0.0160298 (92.4433) Other time (%) = 0.000101328 (0.584353) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:14 2021 Memory usage per processor = 27.5457 Mbytes Step Atoms AVEKE stressZZ 22731 5000 9.0174423e-11 8660044.6 22732 -0.0135199999999926 8659927.8877613 22732 5000 9.0167961e-11 8659927.9 Loop time of 0.0173969 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:14 2021 Pair time (%) = 0.00118089 (6.78791) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189124) Outpt time (%) = 0.0160899 (92.4871) Other time (%) = 9.32217e-05 (0.535851) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:14 2021 Memory usage per processor = 27.5457 Mbytes Step Atoms AVEKE stressZZ 22732 5000 9.0167961e-11 8659880.6 22733 -0.0135199999999926 8659763.84163235 22733 5000 9.0161501e-11 8659763.8 Loop time of 0.017494 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:14 2021 Pair time (%) = 0.00118399 (6.76797) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.189438) Outpt time (%) = 0.0161829 (92.5056) Other time (%) = 9.39369e-05 (0.536968) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:14 2021 Memory usage per processor = 27.5457 Mbytes Step Atoms AVEKE stressZZ 22733 5000 9.0161501e-11 8659716.5 22734 -0.0135199999999926 8659599.80414034 22734 5000 9.0155041e-11 8659599.8 Loop time of 0.017853 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:14 2021 Pair time (%) = 0.00126505 (7.08591) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.196311) Outpt time (%) = 0.0164452 (92.1142) Other time (%) = 0.000107765 (0.603624) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:14 2021 Memory usage per processor = 27.5457 Mbytes Step Atoms AVEKE stressZZ 22734 5000 9.0155041e-11 8659552.5 22735 -0.0135199999999926 8659435.77526522 22735 5000 9.0148582e-11 8659435.8 Loop time of 0.0177491 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:14 2021 Pair time (%) = 0.00120091 (6.76607) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.197461) Outpt time (%) = 0.016408 (92.4441) Other time (%) = 0.000105143 (0.592384) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:14 2021 Memory usage per processor = 27.5457 Mbytes Step Atoms AVEKE stressZZ 22735 5000 9.0148582e-11 8659388.5 22736 -0.0135199999999926 8659271.75507973 22736 5000 9.0142124e-11 8659271.8 Loop time of 0.0177369 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:14 2021 Pair time (%) = 0.0011909 (6.71425) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.197597) Outpt time (%) = 0.0164111 (92.5249) Other time (%) = 9.98974e-05 (0.563217) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:14 2021 Memory usage per processor = 27.5457 Mbytes Step Atoms AVEKE stressZZ 22736 5000 9.0142124e-11 8659224.4 22737 -0.0135199999999926 8659107.7435649 22737 5000 9.0135667e-11 8659107.7 Loop time of 0.0174801 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:14 2021 Pair time (%) = 0.00117421 (6.71741) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.195043) Outpt time (%) = 0.0161691 (92.4997) Other time (%) = 0.000102758 (0.587858) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:14 2021 Memory usage per processor = 27.5457 Mbytes Step Atoms AVEKE stressZZ 22737 5000 9.0135667e-11 8659060.4 22738 -0.0135199999999926 8658943.74070781 22738 5000 9.012921e-11 8658943.7 Loop time of 0.0177829 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:14 2021 Pair time (%) = 0.00139785 (7.86062) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.197085) Outpt time (%) = 0.0162191 (91.2062) Other time (%) = 0.000130892 (0.736053) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:14 2021 Memory usage per processor = 27.5457 Mbytes Step Atoms AVEKE stressZZ 22738 5000 9.012921e-11 8658896.4 22739 -0.0135199999999926 8658779.74650116 22739 5000 9.0122754e-11 8658779.7 Loop time of 0.0178671 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:14 2021 Pair time (%) = 0.00132012 (7.38858) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.194823) Outpt time (%) = 0.016408 (91.8335) Other time (%) = 0.000104189 (0.583133) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:14 2021 Memory usage per processor = 27.5457 Mbytes Step Atoms AVEKE stressZZ 22739 5000 9.0122754e-11 8658732.4 22740 -0.0135199999999926 8658615.76093966 22740 5000 9.0116299e-11 8658615.8 Loop time of 0.020396 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:14 2021 Pair time (%) = 0.00117683 (5.76993) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.161315) Outpt time (%) = 0.0190899 (93.5965) Other time (%) = 9.63211e-05 (0.472255) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:14 2021 Memory usage per processor = 27.5458 Mbytes Step Atoms AVEKE stressZZ 22740 5000 9.0116299e-11 8658568.5 22741 -0.0135199999999926 8658451.78401924 22741 5000 9.0109844e-11 8658451.8 Loop time of 0.0174131 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:14 2021 Pair time (%) = 0.00117707 (6.75968) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.190317) Outpt time (%) = 0.016103 (92.4763) Other time (%) = 9.98974e-05 (0.57369) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:14 2021 Memory usage per processor = 27.5458 Mbytes Step Atoms AVEKE stressZZ 22741 5000 9.0109844e-11 8658404.5 22742 -0.0135199999999926 8658287.81573633 22742 5000 9.010339e-11 8658287.8 Loop time of 0.017663 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:14 2021 Pair time (%) = 0.00136018 (7.70072) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.203823) Outpt time (%) = 0.0161521 (91.4462) Other time (%) = 0.000114679 (0.649263) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:14 2021 Memory usage per processor = 27.5458 Mbytes Step Atoms AVEKE stressZZ 22742 5000 9.010339e-11 8658240.5 22743 -0.0135199999999926 8658123.85608794 22743 5000 9.0096937e-11 8658123.9 Loop time of 0.017899 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:14 2021 Pair time (%) = 0.00128889 (7.2009) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.201135) Outpt time (%) = 0.016469 (92.0105) Other time (%) = 0.000105143 (0.58742) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:14 2021 Memory usage per processor = 27.5458 Mbytes Step Atoms AVEKE stressZZ 22743 5000 9.0096937e-11 8658076.6 22744 -0.0135199999999926 8657959.90507144 22744 5000 9.0090485e-11 8657959.9 Loop time of 0.0178771 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:14 2021 Pair time (%) = 0.00123501 (6.90832) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.185378) Outpt time (%) = 0.01647 (92.1288) Other time (%) = 0.000138998 (0.77752) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:14 2021 Memory usage per processor = 27.5458 Mbytes Step Atoms AVEKE stressZZ 22744 5000 9.0090485e-11 8657912.6 22745 -0.0135199999999926 8657795.96268422 22745 5000 9.0084033e-11 8657796 Loop time of 0.0169899 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:14 2021 Pair time (%) = 0.00112605 (6.62775) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188041) Outpt time (%) = 0.015696 (92.3843) Other time (%) = 0.000135899 (0.799877) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:14 2021 Memory usage per processor = 27.5458 Mbytes Step Atoms AVEKE stressZZ 22745 5000 9.0084033e-11 8657748.7 22746 -0.0135199999999926 8657632.02892398 22746 5000 9.0077583e-11 8657632 Loop time of 0.017395 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:14 2021 Pair time (%) = 0.00127697 (7.34101) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.20011) Outpt time (%) = 0.0159709 (91.8133) Other time (%) = 0.000112295 (0.645559) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:14 2021 Memory usage per processor = 27.5458 Mbytes Step Atoms AVEKE stressZZ 22746 5000 9.0077583e-11 8657584.7 22747 -0.0135199999999926 8657468.10378853 22747 5000 9.0071133e-11 8657468.1 Loop time of 0.0179851 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:14 2021 Pair time (%) = 0.00115204 (6.40551) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.177636) Outpt time (%) = 0.0167031 (92.872) Other time (%) = 9.799e-05 (0.54484) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:14 2021 Memory usage per processor = 27.5458 Mbytes Step Atoms AVEKE stressZZ 22747 5000 9.0071133e-11 8657420.8 22748 -0.0135199999999926 8657304.187268 22748 5000 9.0064683e-11 8657304.2 Loop time of 0.017611 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:14 2021 Pair time (%) = 0.00112987 (6.41567) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.182763) Outpt time (%) = 0.016356 (92.8736) Other time (%) = 9.29832e-05 (0.527983) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:14 2021 Memory usage per processor = 27.5458 Mbytes Step Atoms AVEKE stressZZ 22748 5000 9.0064683e-11 8657256.9 22749 -0.0135199999999926 8657140.27933649 22749 5000 9.0058235e-11 8657140.3 Loop time of 0.016798 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:14 2021 Pair time (%) = 0.00112295 (6.68502) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.19019) Outpt time (%) = 0.0155501 (92.5713) Other time (%) = 9.29832e-05 (0.553537) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:14 2021 Memory usage per processor = 27.5458 Mbytes Step Atoms AVEKE stressZZ 22749 5000 9.0058235e-11 8657093 22750 -0.0135199999999926 8656976.3800213 22750 5000 9.0051787e-11 8656976.4 Loop time of 0.0198119 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:14 2021 Pair time (%) = 0.0013361 (6.74393) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.186529) Outpt time (%) = 0.0182929 (92.3331) Other time (%) = 0.000145912 (0.736489) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:14 2021 Memory usage per processor = 27.5458 Mbytes Step Atoms AVEKE stressZZ 22750 5000 9.0051787e-11 8656929.1 22751 -0.0135199999999926 8656812.48932075 22751 5000 9.004534e-11 8656812.5 Loop time of 0.017765 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:14 2021 Pair time (%) = 0.00127816 (7.19481) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.191915) Outpt time (%) = 0.016341 (91.9838) Other time (%) = 0.000111818 (0.629429) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:14 2021 Memory usage per processor = 27.5458 Mbytes Step Atoms AVEKE stressZZ 22751 5000 9.004534e-11 8656765.2 22752 -0.0135199999999926 8656648.60723314 22752 5000 9.0038893e-11 8656648.6 Loop time of 0.0176289 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:14 2021 Pair time (%) = 0.00112581 (6.38617) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.181226) Outpt time (%) = 0.016376 (92.893) Other time (%) = 9.5129e-05 (0.539619) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:14 2021 Memory usage per processor = 27.5458 Mbytes Step Atoms AVEKE stressZZ 22752 5000 9.0038893e-11 8656601.3 22753 -0.0135199999999926 8656484.733757 22753 5000 9.0032448e-11 8656484.7 Loop time of 0.016943 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:14 2021 Pair time (%) = 0.00112391 (6.63346) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188562) Outpt time (%) = 0.0156939 (92.6278) Other time (%) = 9.32217e-05 (0.550208) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:14 2021 Memory usage per processor = 27.5458 Mbytes Step Atoms AVEKE stressZZ 22753 5000 9.0032448e-11 8656437.4 22754 -0.0135199999999926 8656320.86889081 22754 5000 9.0026003e-11 8656320.9 Loop time of 0.0170391 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:14 2021 Pair time (%) = 0.00121999 (7.15995) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.193096) Outpt time (%) = 0.01565 (91.848) Other time (%) = 0.000136137 (0.79897) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:14 2021 Memory usage per processor = 27.5458 Mbytes Step Atoms AVEKE stressZZ 22754 5000 9.0026003e-11 8656273.6 22755 -0.0135199999999926 8656157.012633 22755 5000 9.0019559e-11 8656157 Loop time of 0.017699 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:15 2021 Pair time (%) = 0.00125504 (7.09099) Neigh time (%) = 0 (0) Comm time (%) = 6.29425e-05 (0.355627) Outpt time (%) = 0.0162532 (91.8313) Other time (%) = 0.000127792 (0.722031) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:15 2021 Memory usage per processor = 27.5458 Mbytes Step Atoms AVEKE stressZZ 22755 5000 9.0019559e-11 8656109.7 22756 -0.0135199999999926 8655993.16498194 22756 5000 9.0013115e-11 8655993.2 Loop time of 0.0176601 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:15 2021 Pair time (%) = 0.00117302 (6.64219) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.175505) Outpt time (%) = 0.0163598 (92.6369) Other time (%) = 9.63211e-05 (0.545415) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:15 2021 Memory usage per processor = 27.5458 Mbytes Step Atoms AVEKE stressZZ 22756 5000 9.0013115e-11 8655945.9 22757 -0.0135199999999926 8655829.32593652 22757 5000 9.0006673e-11 8655829.3 Loop time of 0.0171189 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:15 2021 Pair time (%) = 0.00116515 (6.80622) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181053) Outpt time (%) = 0.0158272 (92.4542) Other time (%) = 9.56059e-05 (0.55848) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:15 2021 Memory usage per processor = 27.5458 Mbytes Step Atoms AVEKE stressZZ 22757 5000 9.0006673e-11 8655782 22758 -0.0135199999999926 8655665.49549512 22758 5000 9.0000231e-11 8655665.5 Loop time of 0.0171208 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:15 2021 Pair time (%) = 0.0012989 (7.58669) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204707) Outpt time (%) = 0.0156388 (91.3438) Other time (%) = 0.000148058 (0.864782) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:15 2021 Memory usage per processor = 27.5458 Mbytes Step Atoms AVEKE stressZZ 22758 5000 9.0000231e-11 8655618.2 22759 -0.0135199999999926 8655501.67365635 22759 5000 8.999379e-11 8655501.7 Loop time of 0.01756 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:15 2021 Pair time (%) = 0.00115013 (6.54972) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.187368) Outpt time (%) = 0.0162818 (92.7212) Other time (%) = 9.5129e-05 (0.541737) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:15 2021 Memory usage per processor = 27.5458 Mbytes Step Atoms AVEKE stressZZ 22759 5000 8.999379e-11 8655454.4 22760 -0.0135199999999926 8655337.86041888 22760 5000 8.9987349e-11 8655337.9 Loop time of 0.020004 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:15 2021 Pair time (%) = 0.001122 (5.60886) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.159708) Outpt time (%) = 0.0187571 (93.7666) Other time (%) = 9.29832e-05 (0.464822) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:15 2021 Memory usage per processor = 27.5458 Mbytes Step Atoms AVEKE stressZZ 22760 5000 8.9987349e-11 8655290.6 22761 -0.0135199999999926 8655174.05578144 22761 5000 8.998091e-11 8655174.1 Loop time of 0.0169878 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:15 2021 Pair time (%) = 0.00118113 (6.95279) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.193679) Outpt time (%) = 0.015672 (92.2543) Other time (%) = 0.000101805 (0.599281) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:15 2021 Memory usage per processor = 27.5458 Mbytes Step Atoms AVEKE stressZZ 22761 5000 8.998091e-11 8655126.8 22762 -0.0135199999999926 8655010.25974252 22762 5000 8.9974471e-11 8655010.3 Loop time of 0.017231 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:15 2021 Pair time (%) = 0.00128293 (7.44548) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.208933) Outpt time (%) = 0.0157988 (91.6883) Other time (%) = 0.000113249 (0.657239) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:15 2021 Memory usage per processor = 27.5458 Mbytes Step Atoms AVEKE stressZZ 22762 5000 8.9974471e-11 8654963 22763 -0.0135199999999926 8654846.47230635 22763 5000 8.9968033e-11 8654846.5 Loop time of 0.017607 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:15 2021 Pair time (%) = 0.001302 (7.39482) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.186868) Outpt time (%) = 0.016166 (91.8157) Other time (%) = 0.000106096 (0.602581) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:15 2021 Memory usage per processor = 27.5458 Mbytes Step Atoms AVEKE stressZZ 22763 5000 8.9968033e-11 8654799.2 22764 -0.0135199999999926 8654682.69355532 22764 5000 8.9961595e-11 8654682.7 Loop time of 0.017802 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:15 2021 Pair time (%) = 0.00122118 (6.85979) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.191517) Outpt time (%) = 0.016444 (92.3715) Other time (%) = 0.000102758 (0.57723) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:15 2021 Memory usage per processor = 27.5458 Mbytes Step Atoms AVEKE stressZZ 22764 5000 8.9961595e-11 8654635.4 22765 -0.0135199999999926 8654518.92345759 22765 5000 8.9955159e-11 8654518.9 Loop time of 0.017122 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:15 2021 Pair time (%) = 0.00114799 (6.70473) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186591) Outpt time (%) = 0.0158479 (92.5587) Other time (%) = 9.41753e-05 (0.550024) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:27:15 2021 Memory usage per processor = 27.5458 Mbytes Step Atoms AVEKE stressZZ 22765 5000 8.9955159e-11 8654471.6 22766 -0.0135199999999926 8654332.24219618 22766 5000 1.7746201e-10 8654617.4 Loop time of 0.0167232 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:15 2021 Pair time (%) = 0.00132012 (7.89399) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.245217) Outpt time (%) = 0.0152071 (90.9341) Other time (%) = 0.000154972 (0.926692) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:15 2021 Memory usage per processor = 27.5458 Mbytes Step Atoms AVEKE stressZZ 22766 5000 1.7746201e-10 8722984 22767 -0.0135524999999926 8722830.42170577 22767 5000 1.4276778e-10 8722830.4 Loop time of 0.0172451 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:15 2021 Pair time (%) = 0.00114799 (6.6569) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192172) Outpt time (%) = 0.01597 (92.6062) Other time (%) = 9.39369e-05 (0.544718) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:15 2021 Memory usage per processor = 27.5458 Mbytes Step Atoms AVEKE stressZZ 22767 5000 1.4276778e-10 8722766.5 22768 -0.0135524999999926 8722626.01236266 22768 5000 1.2267876e-10 8722626 Loop time of 0.0174501 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:15 2021 Pair time (%) = 0.001158 (6.63606) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183083) Outpt time (%) = 0.0161378 (92.4799) Other time (%) = 0.000122309 (0.700906) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:15 2021 Memory usage per processor = 27.5458 Mbytes Step Atoms AVEKE stressZZ 22768 5000 1.2267876e-10 8722568 22769 -0.0135524999999926 8722435.80756673 22769 5000 1.1070206e-10 8722435.8 Loop time of 0.0169621 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:15 2021 Pair time (%) = 0.00117111 (6.90431) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.201001) Outpt time (%) = 0.0156569 (92.3057) Other time (%) = 9.98974e-05 (0.588946) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:15 2021 Memory usage per processor = 27.5458 Mbytes Step Atoms AVEKE stressZZ 22769 5000 1.1070206e-10 8722381.5 22770 -0.0135524999999926 8722254.6330703 22770 5000 1.0340848e-10 8722254.6 Loop time of 0.02037 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:15 2021 Pair time (%) = 0.00149012 (7.31525) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.182589) Outpt time (%) = 0.018671 (91.6594) Other time (%) = 0.000171661 (0.842716) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:15 2021 Memory usage per processor = 27.5459 Mbytes Step Atoms AVEKE stressZZ 22770 5000 1.0340848e-10 8722202.7 22771 -0.0135524999999926 8722079.2005954 22771 5000 9.890027e-11 8722079.2 Loop time of 0.017997 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:15 2021 Pair time (%) = 0.00131512 (7.30741) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.177519) Outpt time (%) = 0.016526 (91.8262) Other time (%) = 0.000123978 (0.688879) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:15 2021 Memory usage per processor = 27.5459 Mbytes Step Atoms AVEKE stressZZ 22771 5000 9.890027e-11 8722028.8 22772 -0.0135524999999926 8721907.42040953 22772 5000 9.6085123e-11 8721907.4 Loop time of 0.017662 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:15 2021 Pair time (%) = 0.001127 (6.38094) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.175486) Outpt time (%) = 0.0163672 (92.6687) Other time (%) = 0.000136852 (0.774838) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:15 2021 Memory usage per processor = 27.5459 Mbytes Step Atoms AVEKE stressZZ 22772 5000 9.6085123e-11 8721858 22773 -0.0135524999999926 8721737.96447658 22773 5000 9.4314799e-11 8721738 Loop time of 0.0176439 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:15 2021 Pair time (%) = 0.00120187 (6.81179) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.181071) Outpt time (%) = 0.0162539 (92.122) Other time (%) = 0.000156164 (0.885087) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:15 2021 Memory usage per processor = 27.5459 Mbytes Step Atoms AVEKE stressZZ 22773 5000 9.4314799e-11 8721689.1 22774 -0.0135524999999926 8721569.98882413 22774 5000 9.319589e-11 8721570 Loop time of 0.016896 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:15 2021 Pair time (%) = 0.00116086 (6.87062) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.190498) Outpt time (%) = 0.015609 (92.3829) Other time (%) = 9.39369e-05 (0.555971) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:15 2021 Memory usage per processor = 27.5459 Mbytes Step Atoms AVEKE stressZZ 22774 5000 9.319589e-11 8721521.5 22775 -0.0135524999999926 8721402.95707695 22775 5000 9.2485878e-11 8721403 Loop time of 0.0166352 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:15 2021 Pair time (%) = 0.0011549 (6.94251) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.192051) Outpt time (%) = 0.0153611 (92.3409) Other time (%) = 8.72612e-05 (0.524558) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:15 2021 Memory usage per processor = 27.5459 Mbytes Step Atoms AVEKE stressZZ 22775 5000 9.2485878e-11 8721354.8 22776 -0.0135524999999926 8721236.52836619 22776 5000 9.2033669e-11 8721236.5 Loop time of 0.0167959 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:15 2021 Pair time (%) = 0.00125098 (7.44815) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.191633) Outpt time (%) = 0.01543 (91.8676) Other time (%) = 8.27312e-05 (0.492569) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:15 2021 Memory usage per processor = 27.5459 Mbytes Step Atoms AVEKE stressZZ 22776 5000 9.2033669e-11 8721188.5 22777 -0.0135524999999926 8721070.48606593 22777 5000 9.1744466e-11 8721070.5 Loop time of 0.017874 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:15 2021 Pair time (%) = 0.00112796 (6.31061) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.173405) Outpt time (%) = 0.016624 (93.0064) Other time (%) = 9.10759e-05 (0.509544) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:15 2021 Memory usage per processor = 27.5459 Mbytes Step Atoms AVEKE stressZZ 22777 5000 9.1744466e-11 8721022.5 22778 -0.0135524999999926 8720904.69250765 22778 5000 9.1558517e-11 8720904.7 Loop time of 0.017561 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:15 2021 Pair time (%) = 0.00120497 (6.86163) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.194146) Outpt time (%) = 0.0162141 (92.3306) Other time (%) = 0.000107765 (0.613664) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:15 2021 Memory usage per processor = 27.5459 Mbytes Step Atoms AVEKE stressZZ 22778 5000 9.1558517e-11 8720856.8 22779 -0.0135524999999926 8720739.06020092 22779 5000 9.1438053e-11 8720739.1 Loop time of 0.017211 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:15 2021 Pair time (%) = 0.00120711 (7.01363) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.203635) Outpt time (%) = 0.015851 (92.0984) Other time (%) = 0.000117779 (0.684324) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:15 2021 Memory usage per processor = 27.5459 Mbytes Step Atoms AVEKE stressZZ 22779 5000 9.1438053e-11 8720691.2 22780 -0.0135524999999926 8720573.53354428 22780 5000 9.1359148e-11 8720573.5 Loop time of 0.0205278 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:15 2021 Pair time (%) = 0.00128412 (6.25552) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.160279) Outpt time (%) = 0.0190709 (92.9024) Other time (%) = 0.000139952 (0.681765) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:15 2021 Memory usage per processor = 27.5459 Mbytes Step Atoms AVEKE stressZZ 22780 5000 9.1359148e-11 8720525.7 22781 -0.0135524999999926 8720408.0772017 22781 5000 9.1306633e-11 8720408.1 Loop time of 0.017802 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:15 2021 Pair time (%) = 0.00112104 (6.29729) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.179463) Outpt time (%) = 0.0165288 (92.8482) Other time (%) = 0.000120163 (0.674997) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:15 2021 Memory usage per processor = 27.5459 Mbytes Step Atoms AVEKE stressZZ 22781 5000 9.1306633e-11 8720360.3 22782 -0.0135524999999926 8720242.66871643 22782 5000 9.127088e-11 8720242.7 Loop time of 0.017473 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:15 2021 Pair time (%) = 0.00120401 (6.89072) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.189665) Outpt time (%) = 0.0161331 (92.3315) Other time (%) = 0.000102758 (0.588099) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:15 2021 Memory usage per processor = 27.5459 Mbytes Step Atoms AVEKE stressZZ 22782 5000 9.127088e-11 8720194.9 22783 -0.0135524999999926 8720077.29381624 22783 5000 9.1245776e-11 8720077.3 Loop time of 0.016907 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:15 2021 Pair time (%) = 0.00114679 (6.78296) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.200245) Outpt time (%) = 0.015626 (92.4231) Other time (%) = 0.000100374 (0.593685) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:15 2021 Memory usage per processor = 27.5459 Mbytes Step Atoms AVEKE stressZZ 22783 5000 9.1245776e-11 8720029.5 22784 -0.0135524999999926 8719911.94343051 22784 5000 9.1227438e-11 8719911.9 Loop time of 0.017761 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:15 2021 Pair time (%) = 0.00154805 (8.71602) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.208068) Outpt time (%) = 0.0160298 (90.253) Other time (%) = 0.000146151 (0.822874) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:15 2021 Memory usage per processor = 27.5459 Mbytes Step Atoms AVEKE stressZZ 22784 5000 9.1227438e-11 8719864.2 22785 -0.0135524999999926 8719746.61179451 22785 5000 9.1213399e-11 8719746.6 Loop time of 0.0177739 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:15 2021 Pair time (%) = 0.00115895 (6.52054) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.195844) Outpt time (%) = 0.016458 (92.5968) Other time (%) = 0.00012207 (0.686797) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:15 2021 Memory usage per processor = 27.5459 Mbytes Step Atoms AVEKE stressZZ 22785 5000 9.1213399e-11 8719698.8 22786 -0.0135524999999926 8719581.29524396 22786 5000 9.1202093e-11 8719581.3 Loop time of 0.0174301 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:15 2021 Pair time (%) = 0.00117207 (6.72439) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.195604) Outpt time (%) = 0.016093 (92.3291) Other time (%) = 0.000130892 (0.750954) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:15 2021 Memory usage per processor = 27.5459 Mbytes Step Atoms AVEKE stressZZ 22786 5000 9.1202093e-11 8719533.5 22787 -0.0135524999999926 8719415.9914501 22787 5000 9.1192523e-11 8719416 Loop time of 0.017066 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:15 2021 Pair time (%) = 0.00123811 (7.25482) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192791) Outpt time (%) = 0.0156469 (91.6848) Other time (%) = 0.000148058 (0.867561) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:15 2021 Memory usage per processor = 27.5459 Mbytes Step Atoms AVEKE stressZZ 22787 5000 9.1192523e-11 8719368.2 22788 -0.0135524999999926 8719250.69893202 22788 5000 9.1184058e-11 8719250.7 Loop time of 0.0178359 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:15 2021 Pair time (%) = 0.00151014 (8.4669) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.207194) Outpt time (%) = 0.016144 (90.5145) Other time (%) = 0.00014472 (0.8114) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:15 2021 Memory usage per processor = 27.5459 Mbytes Step Atoms AVEKE stressZZ 22788 5000 9.1184058e-11 8719202.9 22789 -0.0135524999999926 8719085.41674853 22789 5000 9.1176294e-11 8719085.4 Loop time of 0.017566 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:15 2021 Pair time (%) = 0.00115204 (6.55836) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.181875) Outpt time (%) = 0.016289 (92.7304) Other time (%) = 9.29832e-05 (0.529338) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:15 2021 Memory usage per processor = 27.5459 Mbytes Step Atoms AVEKE stressZZ 22789 5000 9.1176294e-11 8719037.7 22790 -0.0135524999999926 8718920.14430103 22790 5000 9.1168976e-11 8718920.1 Loop time of 0.020232 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:15 2021 Pair time (%) = 0.00114083 (5.63877) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.162623) Outpt time (%) = 0.0189629 (93.7272) Other time (%) = 9.53674e-05 (0.47137) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:15 2021 Memory usage per processor = 27.5459 Mbytes Step Atoms AVEKE stressZZ 22790 5000 9.1168976e-11 8718872.4 22791 -0.0135524999999926 8718754.88120848 22791 5000 9.1161942e-11 8718754.9 Loop time of 0.0169909 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:15 2021 Pair time (%) = 0.00112391 (6.61475) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.189434) Outpt time (%) = 0.0157409 (92.643) Other time (%) = 9.39369e-05 (0.552866) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:15 2021 Memory usage per processor = 27.5459 Mbytes Step Atoms AVEKE stressZZ 22791 5000 9.1161942e-11 8718707.1 22792 -0.0135524999999926 8718589.6272284 22792 5000 9.1155089e-11 8718589.6 Loop time of 0.0176549 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:15 2021 Pair time (%) = 0.00149512 (8.4686) Neigh time (%) = 0 (0) Comm time (%) = 4.29153e-05 (0.243079) Outpt time (%) = 0.0159311 (90.2363) Other time (%) = 0.000185728 (1.05199) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:15 2021 Memory usage per processor = 27.5459 Mbytes Step Atoms AVEKE stressZZ 22792 5000 9.1155089e-11 8718541.9 22793 -0.0135524999999926 8718424.38222023 22793 5000 9.114835e-11 8718424.4 Loop time of 0.0177009 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:15 2021 Pair time (%) = 0.00118995 (6.72252) Neigh time (%) = 0 (0) Comm time (%) = 4.91142e-05 (0.277467) Outpt time (%) = 0.0163381 (92.301) Other time (%) = 0.000123739 (0.699056) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:15 2021 Memory usage per processor = 27.5459 Mbytes Step Atoms AVEKE stressZZ 22793 5000 9.114835e-11 8718376.6 22794 -0.0135524999999926 8718259.14607227 22794 5000 9.1141685e-11 8718259.1 Loop time of 0.0176752 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:15 2021 Pair time (%) = 0.0011611 (6.5691) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.1821) Outpt time (%) = 0.0163572 (92.5433) Other time (%) = 0.000124693 (0.70547) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:15 2021 Memory usage per processor = 27.5459 Mbytes Step Atoms AVEKE stressZZ 22794 5000 9.1141685e-11 8718211.4 22795 -0.0135524999999926 8718093.91872105 22795 5000 9.1135068e-11 8718093.9 Loop time of 0.0172319 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:15 2021 Pair time (%) = 0.00114393 (6.63844) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192318) Outpt time (%) = 0.015965 (92.6476) Other time (%) = 8.98838e-05 (0.521612) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:15 2021 Memory usage per processor = 27.5459 Mbytes Step Atoms AVEKE stressZZ 22795 5000 9.1135068e-11 8718046.2 22796 -0.0135524999999926 8717928.70012613 22796 5000 9.112848e-11 8717928.7 Loop time of 0.017477 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:15 2021 Pair time (%) = 0.0014739 (8.43337) Neigh time (%) = 0 (0) Comm time (%) = 7.20024e-05 (0.411983) Outpt time (%) = 0.0157669 (90.2147) Other time (%) = 0.00016427 (0.939921) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:15 2021 Memory usage per processor = 27.5459 Mbytes Step Atoms AVEKE stressZZ 22796 5000 9.112848e-11 8717881 22797 -0.0135524999999926 8717763.49026122 22797 5000 9.1121911e-11 8717763.5 Loop time of 0.0174739 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:16 2021 Pair time (%) = 0.00115395 (6.60381) Neigh time (%) = 0 (0) Comm time (%) = 7.10487e-05 (0.406598) Outpt time (%) = 0.0161519 (92.4343) Other time (%) = 9.70364e-05 (0.555321) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:16 2021 Memory usage per processor = 27.5459 Mbytes Step Atoms AVEKE stressZZ 22797 5000 9.1121911e-11 8717715.7 22798 -0.0135524999999926 8717598.28914722 22798 5000 9.1115356e-11 8717598.3 Loop time of 0.0176501 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:16 2021 Pair time (%) = 0.00113201 (6.41362) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.175604) Outpt time (%) = 0.016391 (92.8664) Other time (%) = 9.60827e-05 (0.544374) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:16 2021 Memory usage per processor = 27.5459 Mbytes Step Atoms AVEKE stressZZ 22798 5000 9.1115356e-11 8717550.5 22799 -0.0135524999999926 8717433.0969324 22799 5000 9.1108808e-11 8717433.1 Loop time of 0.017369 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:16 2021 Pair time (%) = 0.00113416 (6.52977) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183937) Outpt time (%) = 0.016104 (92.7166) Other time (%) = 9.89437e-05 (0.569656) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:16 2021 Memory usage per processor = 27.5459 Mbytes Step Atoms AVEKE stressZZ 22799 5000 9.1108808e-11 8717385.4 22800 -0.0135524999999926 8717267.91353199 22800 5000 9.1102266e-11 8717267.9 Loop time of 0.020519 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:16 2021 Pair time (%) = 0.00161409 (7.86633) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.184748) Outpt time (%) = 0.018676 (91.0182) Other time (%) = 0.000190973 (0.930714) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:16 2021 Memory usage per processor = 27.5459 Mbytes Step Atoms AVEKE stressZZ 22800 5000 9.1102266e-11 8717220.2 22801 -0.0135524999999926 8717102.73890723 22801 5000 9.1095728e-11 8717102.7 Loop time of 0.0179129 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:16 2021 Pair time (%) = 0.00122499 (6.83863) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.178353) Outpt time (%) = 0.0165539 (92.4134) Other time (%) = 0.000102043 (0.569664) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:16 2021 Memory usage per processor = 27.5459 Mbytes Step Atoms AVEKE stressZZ 22801 5000 9.1095728e-11 8717055 22802 -0.0135524999999926 8716937.57304 22802 5000 9.1089193e-11 8716937.6 Loop time of 0.0178928 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:16 2021 Pair time (%) = 0.00120616 (6.74102) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.178552) Outpt time (%) = 0.016561 (92.5568) Other time (%) = 9.36985e-05 (0.523665) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:16 2021 Memory usage per processor = 27.5459 Mbytes Step Atoms AVEKE stressZZ 22802 5000 9.1089193e-11 8716889.8 22803 -0.0135524999999926 8716772.41591865 22803 5000 9.1082659e-11 8716772.4 Loop time of 0.0168669 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:16 2021 Pair time (%) = 0.00117016 (6.93759) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.189413) Outpt time (%) = 0.015511 (91.9613) Other time (%) = 0.00015378 (0.911725) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:16 2021 Memory usage per processor = 27.5459 Mbytes Step Atoms AVEKE stressZZ 22803 5000 9.1082659e-11 8716724.7 22804 -0.0135524999999926 8716607.26753458 22804 5000 9.1076127e-11 8716607.3 Loop time of 0.0172439 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:16 2021 Pair time (%) = 0.00133395 (7.73581) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.208777) Outpt time (%) = 0.015729 (91.2148) Other time (%) = 0.000144958 (0.840638) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:16 2021 Memory usage per processor = 27.5459 Mbytes Step Atoms AVEKE stressZZ 22804 5000 9.1076127e-11 8716559.5 22805 -0.0135524999999926 8716442.1278815 22805 5000 9.1069597e-11 8716442.1 Loop time of 0.017545 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:16 2021 Pair time (%) = 0.00115395 (6.57707) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.187528) Outpt time (%) = 0.0162289 (92.4989) Other time (%) = 0.000129223 (0.736523) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:16 2021 Memory usage per processor = 27.5459 Mbytes Step Atoms AVEKE stressZZ 22805 5000 9.1069597e-11 8716394.4 22806 -0.0135524999999926 8716276.99695412 22806 5000 9.1063067e-11 8716277 Loop time of 0.0176499 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:16 2021 Pair time (%) = 0.00115991 (6.57175) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.187764) Outpt time (%) = 0.0163569 (92.6745) Other time (%) = 9.98974e-05 (0.565994) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:16 2021 Memory usage per processor = 27.5459 Mbytes Step Atoms AVEKE stressZZ 22806 5000 9.1063067e-11 8716229.3 22807 -0.0135524999999926 8716111.87474826 22807 5000 9.1056538e-11 8716111.9 Loop time of 0.0172651 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:16 2021 Pair time (%) = 0.00124907 (7.23469) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185045) Outpt time (%) = 0.015847 (91.7862) Other time (%) = 0.000137091 (0.794034) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:16 2021 Memory usage per processor = 27.5459 Mbytes Step Atoms AVEKE stressZZ 22807 5000 9.1056538e-11 8716064.1 22808 -0.0135524999999926 8715946.76126006 22808 5000 9.1050011e-11 8715946.8 Loop time of 0.01755 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:16 2021 Pair time (%) = 0.00146413 (8.34262) Neigh time (%) = 0 (0) Comm time (%) = 4.29153e-05 (0.244532) Outpt time (%) = 0.0158811 (90.4904) Other time (%) = 0.000161886 (0.922429) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:16 2021 Memory usage per processor = 27.5459 Mbytes Step Atoms AVEKE stressZZ 22808 5000 9.1050011e-11 8715899 22809 -0.0135524999999926 8715781.65648621 22809 5000 9.1043484e-11 8715781.7 Loop time of 0.0180371 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:16 2021 Pair time (%) = 0.00121689 (6.74659) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.177125) Outpt time (%) = 0.0166922 (92.5436) Other time (%) = 9.60827e-05 (0.532695) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:16 2021 Memory usage per processor = 27.5459 Mbytes Step Atoms AVEKE stressZZ 22809 5000 9.1043484e-11 8715733.9 22810 -0.0135524999999926 8715616.56042386 22810 5000 9.1036957e-11 8715616.6 Loop time of 0.020226 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:16 2021 Pair time (%) = 0.00112295 (5.55202) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.157956) Outpt time (%) = 0.018976 (93.8197) Other time (%) = 9.5129e-05 (0.47033) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:16 2021 Memory usage per processor = 27.5459 Mbytes Step Atoms AVEKE stressZZ 22810 5000 9.1036957e-11 8715568.8 22811 -0.0135524999999926 8715451.47307026 22811 5000 9.1030432e-11 8715451.5 Loop time of 0.0168619 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:16 2021 Pair time (%) = 0.00112104 (6.64838) Neigh time (%) = 0 (0) Comm time (%) = 3.12328e-05 (0.185227) Outpt time (%) = 0.015615 (92.6051) Other time (%) = 9.46522e-05 (0.561337) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:16 2021 Memory usage per processor = 27.5459 Mbytes Step Atoms AVEKE stressZZ 22811 5000 9.1030432e-11 8715403.7 22812 -0.0135524999999926 8715286.39441776 22812 5000 9.1023908e-11 8715286.4 Loop time of 0.0172129 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:16 2021 Pair time (%) = 0.00138521 (8.04754) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.209153) Outpt time (%) = 0.0155938 (90.5937) Other time (%) = 0.000197887 (1.14965) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:16 2021 Memory usage per processor = 27.5459 Mbytes Step Atoms AVEKE stressZZ 22812 5000 9.1023908e-11 8715238.7 22813 -0.0135524999999926 8715121.32445798 22813 5000 9.1017384e-11 8715121.3 Loop time of 0.0178139 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:16 2021 Pair time (%) = 0.001158 (6.50053) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.186035) Outpt time (%) = 0.0165238 (92.758) Other time (%) = 9.89437e-05 (0.555429) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:16 2021 Memory usage per processor = 27.5459 Mbytes Step Atoms AVEKE stressZZ 22813 5000 9.1017384e-11 8715073.6 22814 -0.0135524999999926 8714956.26319963 22814 5000 9.1010861e-11 8714956.3 Loop time of 0.0177851 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:16 2021 Pair time (%) = 0.00120711 (6.78723) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.186337) Outpt time (%) = 0.016432 (92.3924) Other time (%) = 0.000112772 (0.634082) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:16 2021 Memory usage per processor = 27.5459 Mbytes Step Atoms AVEKE stressZZ 22814 5000 9.1010861e-11 8714908.5 22815 -0.0135524999999926 8714791.21064747 22815 5000 9.1004338e-11 8714791.2 Loop time of 0.0177569 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:16 2021 Pair time (%) = 0.00112891 (6.35758) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.174548) Outpt time (%) = 0.0165081 (92.9671) Other time (%) = 8.89301e-05 (0.500819) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:16 2021 Memory usage per processor = 27.5459 Mbytes Step Atoms AVEKE stressZZ 22815 5000 9.1004338e-11 8714743.5 22816 -0.0135524999999926 8714626.16679837 22816 5000 9.0997817e-11 8714626.2 Loop time of 0.0171652 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:16 2021 Pair time (%) = 0.00135803 (7.91155) Neigh time (%) = 0 (0) Comm time (%) = 5.00679e-05 (0.291683) Outpt time (%) = 0.0156052 (90.912) Other time (%) = 0.000151873 (0.884771) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:16 2021 Memory usage per processor = 27.5459 Mbytes Step Atoms AVEKE stressZZ 22816 5000 9.0997817e-11 8714578.4 22817 -0.0135524999999926 8714461.13164857 22817 5000 9.0991296e-11 8714461.1 Loop time of 0.0175161 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:16 2021 Pair time (%) = 0.00138307 (7.89595) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182392) Outpt time (%) = 0.0159762 (91.2084) Other time (%) = 0.000124931 (0.713236) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:16 2021 Memory usage per processor = 27.5459 Mbytes Step Atoms AVEKE stressZZ 22817 5000 9.0991296e-11 8714413.4 22818 -0.0135524999999926 8714296.10519544 22818 5000 9.0984776e-11 8714296.1 Loop time of 0.0167899 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:16 2021 Pair time (%) = 0.00116205 (6.92113) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190281) Outpt time (%) = 0.015502 (92.3291) Other time (%) = 9.39369e-05 (0.559484) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:16 2021 Memory usage per processor = 27.5459 Mbytes Step Atoms AVEKE stressZZ 22818 5000 9.0984776e-11 8714248.4 22819 -0.0135524999999926 8714131.08743689 22819 5000 9.0978257e-11 8714131.1 Loop time of 0.016567 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:16 2021 Pair time (%) = 0.0011251 (6.7912) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.187085) Outpt time (%) = 0.015327 (92.5151) Other time (%) = 8.39233e-05 (0.50657) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:16 2021 Memory usage per processor = 27.5459 Mbytes Step Atoms AVEKE stressZZ 22819 5000 9.0978257e-11 8714083.4 22820 -0.0135524999999926 8713966.07837098 22820 5000 9.0971738e-11 8713966.1 Loop time of 0.020129 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:16 2021 Pair time (%) = 0.0011251 (5.58944) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.158717) Outpt time (%) = 0.0188839 (93.8148) Other time (%) = 8.79765e-05 (0.437064) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:16 2021 Memory usage per processor = 27.5459 Mbytes Step Atoms AVEKE stressZZ 22820 5000 9.0971738e-11 8713918.4 22821 -0.0135524999999926 8713801.0779957 22821 5000 9.0965221e-11 8713801.1 Loop time of 0.017699 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:16 2021 Pair time (%) = 0.0015161 (8.56604) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.203408) Outpt time (%) = 0.0159881 (90.3334) Other time (%) = 0.000158787 (0.897151) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:16 2021 Memory usage per processor = 27.5459 Mbytes Step Atoms AVEKE stressZZ 22821 5000 9.0965221e-11 8713753.4 22822 -0.0135524999999926 8713636.0863095 22822 5000 9.0958704e-11 8713636.1 Loop time of 0.0177481 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:16 2021 Pair time (%) = 0.00138402 (7.79812) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.192098) Outpt time (%) = 0.0161948 (91.2481) Other time (%) = 0.000135183 (0.761677) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:16 2021 Memory usage per processor = 27.5459 Mbytes Step Atoms AVEKE stressZZ 22822 5000 9.0958704e-11 8713588.4 22823 -0.0135524999999926 8713471.10331071 22823 5000 9.0952188e-11 8713471.1 Loop time of 0.0181041 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:16 2021 Pair time (%) = 0.00125313 (6.9218) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.171201) Outpt time (%) = 0.0167191 (92.3499) Other time (%) = 0.000100851 (0.557063) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:16 2021 Memory usage per processor = 27.5459 Mbytes Step Atoms AVEKE stressZZ 22823 5000 9.0952188e-11 8713423.4 22824 -0.0135524999999926 8713306.12899761 22824 5000 9.0945672e-11 8713306.1 Loop time of 0.0169959 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:16 2021 Pair time (%) = 0.00112796 (6.63665) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187975) Outpt time (%) = 0.015743 (92.6283) Other time (%) = 9.29832e-05 (0.547092) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:16 2021 Memory usage per processor = 27.5459 Mbytes Step Atoms AVEKE stressZZ 22824 5000 9.0945672e-11 8713258.4 22825 -0.0135524999999926 8713141.16336881 22825 5000 9.0939157e-11 8713141.2 Loop time of 0.017035 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:16 2021 Pair time (%) = 0.00127792 (7.50175) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.216935) Outpt time (%) = 0.0155921 (91.5297) Other time (%) = 0.000128031 (0.751575) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:16 2021 Memory usage per processor = 27.5459 Mbytes Step Atoms AVEKE stressZZ 22825 5000 9.0939157e-11 8713093.5 22826 -0.0135524999999926 8712976.20643839 22826 5000 9.0932643e-11 8712976.2 Loop time of 0.017822 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:16 2021 Pair time (%) = 0.00131798 (7.39522) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.191302) Outpt time (%) = 0.016361 (91.8021) Other time (%) = 0.000108957 (0.611363) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:16 2021 Memory usage per processor = 27.5459 Mbytes Step Atoms AVEKE stressZZ 22826 5000 9.0932643e-11 8712928.5 22827 -0.0135524999999926 8712811.2582555 22827 5000 9.092613e-11 8712811.3 Loop time of 0.0178239 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:16 2021 Pair time (%) = 0.00112391 (6.3056) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.179243) Outpt time (%) = 0.0165589 (92.9025) Other time (%) = 0.000109196 (0.612635) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:16 2021 Memory usage per processor = 27.5459 Mbytes Step Atoms AVEKE stressZZ 22827 5000 9.092613e-11 8712763.5 22828 -0.0135524999999926 8712646.31879027 22828 5000 9.0919618e-11 8712646.3 Loop time of 0.0170429 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:16 2021 Pair time (%) = 0.00121784 (7.14575) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.27559) Outpt time (%) = 0.0156691 (91.9393) Other time (%) = 0.000108957 (0.639313) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:16 2021 Memory usage per processor = 27.5459 Mbytes Step Atoms AVEKE stressZZ 22828 5000 9.0919618e-11 8712598.6 22829 -0.0135524999999926 8712481.38803157 22829 5000 9.0913106e-11 8712481.4 Loop time of 0.0173011 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:16 2021 Pair time (%) = 0.00121593 (7.02808) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.195684) Outpt time (%) = 0.0159161 (91.9949) Other time (%) = 0.000135183 (0.781358) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:16 2021 Memory usage per processor = 27.5459 Mbytes Step Atoms AVEKE stressZZ 22829 5000 9.0913106e-11 8712433.7 22830 -0.0135524999999926 8712316.46597339 22830 5000 9.0906595e-11 8712316.5 Loop time of 0.0202599 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:16 2021 Pair time (%) = 0.00125599 (6.1994) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.168283) Outpt time (%) = 0.0188339 (92.9615) Other time (%) = 0.000135899 (0.670778) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:16 2021 Memory usage per processor = 27.5459 Mbytes Step Atoms AVEKE stressZZ 22830 5000 9.0906595e-11 8712268.8 22831 -0.0135524999999926 8712151.55261169 22831 5000 9.0900085e-11 8712151.6 Loop time of 0.0177338 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:16 2021 Pair time (%) = 0.0011251 (6.34436) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.180154) Outpt time (%) = 0.016485 (92.9579) Other time (%) = 9.17912e-05 (0.517605) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:16 2021 Memory usage per processor = 27.5459 Mbytes Step Atoms AVEKE stressZZ 22831 5000 9.0900085e-11 8712103.8 22832 -0.0135524999999926 8711986.64794282 22832 5000 9.0893575e-11 8711986.6 Loop time of 0.0170951 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:16 2021 Pair time (%) = 0.00112319 (6.57025) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186885) Outpt time (%) = 0.015846 (92.6934) Other time (%) = 9.39369e-05 (0.549497) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:16 2021 Memory usage per processor = 27.5459 Mbytes Step Atoms AVEKE stressZZ 22832 5000 9.0893575e-11 8711938.9 22833 -0.0135524999999926 8711821.75196419 22833 5000 9.0887067e-11 8711821.8 Loop time of 0.0169411 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:16 2021 Pair time (%) = 0.00117493 (6.93537) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.19562) Outpt time (%) = 0.0156291 (92.2554) Other time (%) = 0.000103951 (0.613601) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:16 2021 Memory usage per processor = 27.5459 Mbytes Step Atoms AVEKE stressZZ 22833 5000 9.0887067e-11 8711774 22834 -0.0135524999999926 8711656.8646734 22834 5000 9.0880559e-11 8711656.9 Loop time of 0.0180039 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:16 2021 Pair time (%) = 0.00135493 (7.52576) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.184072) Outpt time (%) = 0.0165062 (91.681) Other time (%) = 0.000109673 (0.609159) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:16 2021 Memory usage per processor = 27.5459 Mbytes Step Atoms AVEKE stressZZ 22834 5000 9.0880559e-11 8711609.2 22835 -0.0135524999999926 8711491.98606801 22835 5000 9.0874052e-11 8711492 Loop time of 0.0178509 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:16 2021 Pair time (%) = 0.00116301 (6.51512) Neigh time (%) = 0 (0) Comm time (%) = 4.48227e-05 (0.251095) Outpt time (%) = 0.016504 (92.4551) Other time (%) = 0.000138998 (0.778662) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:16 2021 Memory usage per processor = 27.5459 Mbytes Step Atoms AVEKE stressZZ 22835 5000 9.0874052e-11 8711444.3 22836 -0.0135524999999926 8711327.1161664 22836 5000 9.0867545e-11 8711327.1 Loop time of 0.0169539 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:16 2021 Pair time (%) = 0.00117612 (6.93714) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18844) Outpt time (%) = 0.0156531 (92.3274) Other time (%) = 9.27448e-05 (0.54704) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:16 2021 Memory usage per processor = 27.5459 Mbytes Step Atoms AVEKE stressZZ 22836 5000 9.0867545e-11 8711279.4 22837 -0.0135524999999926 8711162.25496067 22837 5000 9.086104e-11 8711162.3 Loop time of 0.0170209 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:16 2021 Pair time (%) = 0.00132394 (7.77829) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205908) Outpt time (%) = 0.015518 (91.1698) Other time (%) = 0.000144005 (0.846045) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:16 2021 Memory usage per processor = 27.5459 Mbytes Step Atoms AVEKE stressZZ 22837 5000 9.086104e-11 8711114.6 22838 -0.0135524999999926 8710997.40243753 22838 5000 9.0854535e-11 8710997.4 Loop time of 0.0176191 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:16 2021 Pair time (%) = 0.00118589 (6.73072) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.188092) Outpt time (%) = 0.016304 (92.5359) Other time (%) = 9.60827e-05 (0.545332) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:16 2021 Memory usage per processor = 27.5459 Mbytes Step Atoms AVEKE stressZZ 22838 5000 9.0854535e-11 8710949.7 22839 -0.0135524999999926 8710832.55859473 22839 5000 9.084803e-11 8710832.6 Loop time of 0.017555 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:17 2021 Pair time (%) = 0.00112391 (6.40219) Neigh time (%) = 0 (0) Comm time (%) = 7.48634e-05 (0.426451) Outpt time (%) = 0.0162439 (92.5317) Other time (%) = 0.000112295 (0.639676) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:17 2021 Memory usage per processor = 27.5459 Mbytes Step Atoms AVEKE stressZZ 22839 5000 9.084803e-11 8710784.9 22840 -0.0135524999999926 8710667.72343061 22840 5000 9.0841527e-11 8710667.7 Loop time of 0.0211711 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:17 2021 Pair time (%) = 0.00112486 (5.31318) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.15203) Outpt time (%) = 0.019922 (94.1001) Other time (%) = 9.20296e-05 (0.434694) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:17 2021 Memory usage per processor = 27.5459 Mbytes Step Atoms AVEKE stressZZ 22840 5000 9.0841527e-11 8710620 22841 -0.0135524999999926 8710502.89694357 22841 5000 9.0835024e-11 8710502.9 Loop time of 0.0169501 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:17 2021 Pair time (%) = 0.00116491 (6.87259) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.230681) Outpt time (%) = 0.015609 (92.0879) Other time (%) = 0.000137091 (0.808788) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:17 2021 Memory usage per processor = 27.5459 Mbytes Step Atoms AVEKE stressZZ 22841 5000 9.0835024e-11 8710455.2 22842 -0.0135524999999926 8710338.07913188 22842 5000 9.0828522e-11 8710338.1 Loop time of 0.01774 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:17 2021 Pair time (%) = 0.00137401 (7.74524) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.202938) Outpt time (%) = 0.016192 (91.2737) Other time (%) = 0.000138044 (0.778153) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:17 2021 Memory usage per processor = 27.5459 Mbytes Step Atoms AVEKE stressZZ 22842 5000 9.0828522e-11 8710290.4 22843 -0.0135524999999926 8710173.26999424 22843 5000 9.0822021e-11 8710173.3 Loop time of 0.0176718 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:17 2021 Pair time (%) = 0.00113106 (6.40035) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.186182) Outpt time (%) = 0.016408 (92.8482) Other time (%) = 9.98974e-05 (0.565292) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:17 2021 Memory usage per processor = 27.5459 Mbytes Step Atoms AVEKE stressZZ 22843 5000 9.0822021e-11 8710125.6 22844 -0.0135524999999926 8710008.46952884 22844 5000 9.0815521e-11 8710008.5 Loop time of 0.0173252 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:17 2021 Pair time (%) = 0.00112605 (6.49951) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184403) Outpt time (%) = 0.016042 (92.5936) Other time (%) = 0.00012517 (0.722474) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:17 2021 Memory usage per processor = 27.5459 Mbytes Step Atoms AVEKE stressZZ 22844 5000 9.0815521e-11 8709960.8 22845 -0.0135524999999926 8709843.67773434 22845 5000 9.0809021e-11 8709843.7 Loop time of 0.017221 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:17 2021 Pair time (%) = 0.00115705 (6.71881) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.196594) Outpt time (%) = 0.015929 (92.4976) Other time (%) = 0.000101089 (0.587014) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:17 2021 Memory usage per processor = 27.5459 Mbytes Step Atoms AVEKE stressZZ 22845 5000 9.0809021e-11 8709796 22846 -0.0135524999999926 8709678.89460942 22846 5000 9.0802522e-11 8709678.9 Loop time of 0.01793 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:17 2021 Pair time (%) = 0.00129509 (7.22302) Neigh time (%) = 0 (0) Comm time (%) = 7.29561e-05 (0.406893) Outpt time (%) = 0.0164149 (91.5497) Other time (%) = 0.000147104 (0.820435) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:17 2021 Memory usage per processor = 27.5459 Mbytes Step Atoms AVEKE stressZZ 22846 5000 9.0802522e-11 8709631.2 22847 -0.0135524999999926 8709514.12015257 22847 5000 9.0796024e-11 8709514.1 Loop time of 0.0177581 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:17 2021 Pair time (%) = 0.00115418 (6.49947) Neigh time (%) = 0 (0) Comm time (%) = 5.48363e-05 (0.308795) Outpt time (%) = 0.0164571 (92.6735) Other time (%) = 9.20296e-05 (0.518239) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:17 2021 Memory usage per processor = 27.5459 Mbytes Step Atoms AVEKE stressZZ 22847 5000 9.0796024e-11 8709466.4 22848 -0.0135524999999926 8709349.35436265 22848 5000 9.0789527e-11 8709349.4 Loop time of 0.0170062 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:17 2021 Pair time (%) = 0.00112295 (6.6032) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187862) Outpt time (%) = 0.0157571 (92.6552) Other time (%) = 9.41753e-05 (0.553772) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:17 2021 Memory usage per processor = 27.5459 Mbytes Step Atoms AVEKE stressZZ 22848 5000 9.0789527e-11 8709301.7 22849 -0.0135524999999926 8709184.59723835 22849 5000 9.078303e-11 8709184.6 Loop time of 0.0170112 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:17 2021 Pair time (%) = 0.00116301 (6.83672) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.20042) Outpt time (%) = 0.0157108 (92.356) Other time (%) = 0.000103235 (0.606868) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:17 2021 Memory usage per processor = 27.5459 Mbytes Step Atoms AVEKE stressZZ 22849 5000 9.078303e-11 8709136.9 22850 -0.0135524999999926 8709019.84877825 22850 5000 9.0776534e-11 8709019.8 Loop time of 0.0205231 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:17 2021 Pair time (%) = 0.00131297 (6.39754) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.160316) Outpt time (%) = 0.019062 (92.881) Other time (%) = 0.000115156 (0.561106) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:17 2021 Memory usage per processor = 27.5459 Mbytes Step Atoms AVEKE stressZZ 22850 5000 9.0776534e-11 8708972.2 22851 -0.0135524999999926 8708855.10898119 22851 5000 9.0770039e-11 8708855.1 Loop time of 0.0178289 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:17 2021 Pair time (%) = 0.00121593 (6.82001) Neigh time (%) = 0 (0) Comm time (%) = 6.69956e-05 (0.375769) Outpt time (%) = 0.016413 (92.058) Other time (%) = 0.000133038 (0.746189) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:17 2021 Memory usage per processor = 27.5459 Mbytes Step Atoms AVEKE stressZZ 22851 5000 9.0770039e-11 8708807.4 22852 -0.0135524999999926 8708690.37784587 22852 5000 9.0763545e-11 8708690.4 Loop time of 0.0172281 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:17 2021 Pair time (%) = 0.00112605 (6.53612) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185441) Outpt time (%) = 0.0159762 (92.7332) Other time (%) = 9.39369e-05 (0.545253) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:17 2021 Memory usage per processor = 27.5459 Mbytes Step Atoms AVEKE stressZZ 22852 5000 9.0763545e-11 8708642.7 22853 -0.0135524999999926 8708525.65537151 22853 5000 9.0757051e-11 8708525.7 Loop time of 0.0167739 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:17 2021 Pair time (%) = 0.00116491 (6.94478) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.197569) Outpt time (%) = 0.0154729 (92.2436) Other time (%) = 0.000102997 (0.614029) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:17 2021 Memory usage per processor = 27.5459 Mbytes Step Atoms AVEKE stressZZ 22853 5000 9.0757051e-11 8708478 22854 -0.0135524999999926 8708360.94155768 22854 5000 9.0750558e-11 8708360.9 Loop time of 0.0178649 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:17 2021 Pair time (%) = 0.00154495 (8.64796) Neigh time (%) = 0 (0) Comm time (%) = 4.41074e-05 (0.246894) Outpt time (%) = 0.0161281 (90.2777) Other time (%) = 0.00014782 (0.827428) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:17 2021 Memory usage per processor = 27.5459 Mbytes Step Atoms AVEKE stressZZ 22854 5000 9.0750558e-11 8708313.3 22855 -0.0135524999999926 8708196.23643944 22855 5000 9.0744066e-11 8708196.2 Loop time of 0.0175469 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:17 2021 Pair time (%) = 0.00116205 (6.62255) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182073) Outpt time (%) = 0.0162599 (92.6655) Other time (%) = 9.29832e-05 (0.529913) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:17 2021 Memory usage per processor = 27.5459 Mbytes Step Atoms AVEKE stressZZ 22855 5000 9.0744066e-11 8708148.6 22856 -0.0135524999999926 8708031.54003868 22856 5000 9.0737574e-11 8708031.5 Loop time of 0.0174019 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:17 2021 Pair time (%) = 0.00114393 (6.57359) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.19592) Outpt time (%) = 0.0161252 (92.6633) Other time (%) = 9.87053e-05 (0.567209) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:17 2021 Memory usage per processor = 27.5459 Mbytes Step Atoms AVEKE stressZZ 22856 5000 9.0737574e-11 8707983.9 22857 -0.0135524999999926 8707866.85291001 22857 5000 9.0731084e-11 8707866.9 Loop time of 0.0180552 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:17 2021 Pair time (%) = 0.00117993 (6.53515) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.183549) Outpt time (%) = 0.016695 (92.4666) Other time (%) = 0.000147104 (0.814747) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:17 2021 Memory usage per processor = 27.5459 Mbytes Step Atoms AVEKE stressZZ 22857 5000 9.0731084e-11 8707819.2 22858 -0.0135524999999926 8707702.17486042 22858 5000 9.0724594e-11 8707702.2 Loop time of 0.017791 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:17 2021 Pair time (%) = 0.00143099 (8.04331) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.214417) Outpt time (%) = 0.016165 (90.8605) Other time (%) = 0.000156879 (0.881789) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:17 2021 Memory usage per processor = 27.5459 Mbytes Step Atoms AVEKE stressZZ 22858 5000 9.0724594e-11 8707654.5 22859 -0.0135524999999926 8707537.50575064 22859 5000 9.0718105e-11 8707537.5 Loop time of 0.017607 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:17 2021 Pair time (%) = 0.00119209 (6.77057) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.176035) Outpt time (%) = 0.016288 (92.509) Other time (%) = 9.58443e-05 (0.544354) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:17 2021 Memory usage per processor = 27.5459 Mbytes Step Atoms AVEKE stressZZ 22859 5000 9.0718105e-11 8707489.8 22860 -0.0135524999999926 8707372.84552868 22860 5000 9.0711616e-11 8707372.8 Loop time of 0.0191801 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:17 2021 Pair time (%) = 0.001127 (5.87592) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.166569) Outpt time (%) = 0.01793 (93.4827) Other time (%) = 9.10759e-05 (0.474847) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:17 2021 Memory usage per processor = 27.5459 Mbytes Step Atoms AVEKE stressZZ 22860 5000 9.0711616e-11 8707325.2 22861 -0.0135524999999926 8707208.1941632 22861 5000 9.0705129e-11 8707208.2 Loop time of 0.0168471 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:17 2021 Pair time (%) = 0.00117898 (6.9981) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.183974) Outpt time (%) = 0.0155449 (92.2702) Other time (%) = 9.2268e-05 (0.547678) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:17 2021 Memory usage per processor = 27.5459 Mbytes Step Atoms AVEKE stressZZ 22861 5000 9.0705129e-11 8707160.5 22862 -0.0135524999999926 8707043.55163207 22862 5000 9.0698642e-11 8707043.6 Loop time of 0.0174501 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:17 2021 Pair time (%) = 0.00112581 (6.45161) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183083) Outpt time (%) = 0.0162041 (92.8598) Other time (%) = 8.82149e-05 (0.505527) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:17 2021 Memory usage per processor = 27.5459 Mbytes Step Atoms AVEKE stressZZ 22862 5000 9.0698642e-11 8706995.9 22863 -0.0135524999999926 8706878.91791914 22863 5000 9.0692155e-11 8706878.9 Loop time of 0.017211 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:17 2021 Pair time (%) = 0.00126314 (7.33917) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.203635) Outpt time (%) = 0.0158069 (91.8421) Other time (%) = 0.000105858 (0.615061) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:17 2021 Memory usage per processor = 27.5459 Mbytes Step Atoms AVEKE stressZZ 22863 5000 9.0692155e-11 8706831.3 22864 -0.0135524999999926 8706714.29301117 22864 5000 9.068567e-11 8706714.3 Loop time of 0.017869 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:17 2021 Pair time (%) = 0.00118399 (6.62593) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.184128) Outpt time (%) = 0.016552 (92.6296) Other time (%) = 0.000100136 (0.560389) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:17 2021 Memory usage per processor = 27.5459 Mbytes Step Atoms AVEKE stressZZ 22864 5000 9.068567e-11 8706666.6 22865 -0.0135524999999926 8706549.67689764 22865 5000 9.0679185e-11 8706549.7 Loop time of 0.017426 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:17 2021 Pair time (%) = 0.001127 (6.46737) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183336) Outpt time (%) = 0.0161729 (92.8089) Other time (%) = 9.41753e-05 (0.54043) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:17 2021 Memory usage per processor = 27.5459 Mbytes Step Atoms AVEKE stressZZ 22865 5000 9.0679185e-11 8706502 22866 -0.0135524999999926 8706385.06956945 22866 5000 9.0672701e-11 8706385.1 Loop time of 0.016948 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:17 2021 Pair time (%) = 0.00118184 (6.97334) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.199761) Outpt time (%) = 0.015631 (92.229) Other time (%) = 0.000101328 (0.597876) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:27:17 2021 Memory usage per processor = 27.5459 Mbytes Step Atoms AVEKE stressZZ 22866 5000 9.0672701e-11 8706337.4 22867 -0.0135524999999926 8706197.46815916 22867 5000 1.7887375e-10 8706484.3 Loop time of 0.016752 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:17 2021 Pair time (%) = 0.00129104 (7.70676) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.233409) Outpt time (%) = 0.0152628 (91.1105) Other time (%) = 0.000159025 (0.949291) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:17 2021 Memory usage per processor = 27.5459 Mbytes Step Atoms AVEKE stressZZ 22867 5000 1.7887375e-10 8775021.6 22868 -0.0135849999999926 8774867.49015899 22868 5000 1.4390248e-10 8774867.5 Loop time of 0.017756 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:17 2021 Pair time (%) = 0.00120306 (6.77552) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.181271) Outpt time (%) = 0.0164239 (92.4981) Other time (%) = 9.67979e-05 (0.545157) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:17 2021 Memory usage per processor = 27.5459 Mbytes Step Atoms AVEKE stressZZ 22868 5000 1.4390248e-10 8774803 22869 -0.0135849999999926 8774662.03412103 22869 5000 1.2365316e-10 8774662 Loop time of 0.0178769 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:17 2021 Pair time (%) = 0.00112295 (6.28159) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.178712) Outpt time (%) = 0.0165961 (92.8355) Other time (%) = 0.000125885 (0.704178) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:17 2021 Memory usage per processor = 27.5459 Mbytes Step Atoms AVEKE stressZZ 22869 5000 1.2365316e-10 8774603.5 22870 -0.0135849999999926 8774470.8620876 22870 5000 1.1158095e-10 8774470.9 Loop time of 0.0195391 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:17 2021 Pair time (%) = 0.00112391 (5.75208) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.158628) Outpt time (%) = 0.018259 (93.4487) Other time (%) = 0.00012517 (0.640611) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:17 2021 Memory usage per processor = 27.546 Mbytes Step Atoms AVEKE stressZZ 22870 5000 1.1158095e-10 8774416.1 22871 -0.0135849999999926 8774288.77087252 22871 5000 1.0422923e-10 8774288.8 Loop time of 0.0171001 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:17 2021 Pair time (%) = 0.00119996 (7.01727) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.274668) Outpt time (%) = 0.015748 (92.0932) Other time (%) = 0.000105143 (0.614866) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:17 2021 Memory usage per processor = 27.546 Mbytes Step Atoms AVEKE stressZZ 22871 5000 1.0422923e-10 8774236.4 22872 -0.0135849999999926 8774112.45380835 22872 5000 9.968509e-11 8774112.5 Loop time of 0.0180109 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:17 2021 Pair time (%) = 0.00124884 (6.9338) Neigh time (%) = 0 (0) Comm time (%) = 6.81877e-05 (0.378592) Outpt time (%) = 0.016557 (91.9278) Other time (%) = 0.000136852 (0.759832) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:17 2021 Memory usage per processor = 27.546 Mbytes Step Atoms AVEKE stressZZ 22872 5000 9.968509e-11 8774061.6 22873 -0.0135849999999926 8773939.80947703 22873 5000 9.6847514e-11 8773939.8 Loop time of 0.0177481 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:17 2021 Pair time (%) = 0.00112796 (6.35537) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.174635) Outpt time (%) = 0.0164928 (92.9273) Other time (%) = 9.63211e-05 (0.542712) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:17 2021 Memory usage per processor = 27.546 Mbytes Step Atoms AVEKE stressZZ 22873 5000 9.6847514e-11 8773890 22874 -0.0135849999999926 8773769.50240658 22874 5000 9.5063088e-11 8773769.5 Loop time of 0.0170829 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:17 2021 Pair time (%) = 0.00112104 (6.56236) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187018) Outpt time (%) = 0.0157959 (92.4663) Other time (%) = 0.000133991 (0.784358) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:17 2021 Memory usage per processor = 27.546 Mbytes Step Atoms AVEKE stressZZ 22874 5000 9.5063088e-11 8773720.3 22875 -0.0135849999999926 8773600.68389046 22875 5000 9.3935268e-11 8773600.7 Loop time of 0.0172 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:17 2021 Pair time (%) = 0.00120211 (6.98899) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.203765) Outpt time (%) = 0.015857 (92.1918) Other time (%) = 0.000105858 (0.615453) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:17 2021 Memory usage per processor = 27.546 Mbytes Step Atoms AVEKE stressZZ 22875 5000 9.3935268e-11 8773551.8 22876 -0.0135849999999926 8773432.81456663 22876 5000 9.3219604e-11 8773432.8 Loop time of 0.017838 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:17 2021 Pair time (%) = 0.0011971 (6.71095) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.185784) Outpt time (%) = 0.016485 (92.4149) Other time (%) = 0.000122786 (0.688337) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:17 2021 Memory usage per processor = 27.546 Mbytes Step Atoms AVEKE stressZZ 22876 5000 9.3219604e-11 8773384.2 22877 -0.0135849999999926 8773265.55166467 22877 5000 9.2763796e-11 8773265.6 Loop time of 0.0176342 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:17 2021 Pair time (%) = 0.00113702 (6.44782) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.175764) Outpt time (%) = 0.0163722 (92.8437) Other time (%) = 9.39369e-05 (0.532699) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:17 2021 Memory usage per processor = 27.546 Mbytes Step Atoms AVEKE stressZZ 22877 5000 9.2763796e-11 8773217.1 22878 -0.0135849999999926 8773098.67735021 22878 5000 9.2472293e-11 8773098.7 Loop time of 0.017205 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:17 2021 Pair time (%) = 0.00112796 (6.55599) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185691) Outpt time (%) = 0.0159509 (92.7109) Other time (%) = 9.41753e-05 (0.547372) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:17 2021 Memory usage per processor = 27.546 Mbytes Step Atoms AVEKE stressZZ 22878 5000 9.2472293e-11 8773050.4 22879 -0.0135849999999926 8772932.05318706 22879 5000 9.2284867e-11 8772932.1 Loop time of 0.017427 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:17 2021 Pair time (%) = 0.00136209 (7.81596) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.212056) Outpt time (%) = 0.0158861 (91.158) Other time (%) = 0.000141859 (0.81402) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:17 2021 Memory usage per processor = 27.546 Mbytes Step Atoms AVEKE stressZZ 22879 5000 9.2284867e-11 8772883.8 22880 -0.0135849999999926 8772765.59119767 22880 5000 9.2163447e-11 8772765.6 Loop time of 0.0205371 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:17 2021 Pair time (%) = 0.00120592 (5.8719) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.166011) Outpt time (%) = 0.019172 (93.3526) Other time (%) = 0.00012517 (0.60948) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:17 2021 Memory usage per processor = 27.546 Mbytes Step Atoms AVEKE stressZZ 22880 5000 9.2163447e-11 8772717.4 22881 -0.0135849999999926 8772599.23547172 22881 5000 9.2083918e-11 8772599.2 Loop time of 0.017678 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:18 2021 Pair time (%) = 0.00112796 (6.38057) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.180722) Outpt time (%) = 0.0164039 (92.7927) Other time (%) = 0.000114202 (0.646014) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:18 2021 Memory usage per processor = 27.546 Mbytes Step Atoms AVEKE stressZZ 22881 5000 9.2083918e-11 8772551 22882 -0.0135849999999926 8772432.95047814 22882 5000 9.2030989e-11 8772433 Loop time of 0.0172181 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:18 2021 Pair time (%) = 0.00112391 (6.52746) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180011) Outpt time (%) = 0.0159669 (92.7331) Other time (%) = 9.63211e-05 (0.559417) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:18 2021 Memory usage per processor = 27.546 Mbytes Step Atoms AVEKE stressZZ 22882 5000 9.2030989e-11 8772384.8 22883 -0.0135849999999926 8772266.71363761 22883 5000 9.1994955e-11 8772266.7 Loop time of 0.0168259 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:18 2021 Pair time (%) = 0.00114489 (6.8043) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.20121) Outpt time (%) = 0.0155458 (92.3923) Other time (%) = 0.000101328 (0.602213) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:18 2021 Memory usage per processor = 27.546 Mbytes Step Atoms AVEKE stressZZ 22883 5000 9.1994955e-11 8772218.5 22884 -0.0135849999999926 8772100.51060303 22884 5000 9.1969655e-11 8772100.5 Loop time of 0.0177469 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:18 2021 Pair time (%) = 0.00137901 (7.77043) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.192111) Outpt time (%) = 0.0162101 (91.3402) Other time (%) = 0.000123739 (0.697243) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:18 2021 Memory usage per processor = 27.546 Mbytes Step Atoms AVEKE stressZZ 22884 5000 9.1969655e-11 8772052.4 22885 -0.0135849999999926 8771934.33226232 22885 5000 9.1951174e-11 8771934.3 Loop time of 0.017729 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:18 2021 Pair time (%) = 0.001122 (6.32859) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.174823) Outpt time (%) = 0.0164809 (92.96) Other time (%) = 9.5129e-05 (0.536572) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:18 2021 Memory usage per processor = 27.546 Mbytes Step Atoms AVEKE stressZZ 22885 5000 9.1951174e-11 8771886.2 22886 -0.0135849999999926 8771768.17284564 22886 5000 9.1937028e-11 8771768.2 Loop time of 0.0170898 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:18 2021 Pair time (%) = 0.00116706 (6.82896) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186942) Outpt time (%) = 0.0157979 (92.44) Other time (%) = 9.29832e-05 (0.544085) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:18 2021 Memory usage per processor = 27.546 Mbytes Step Atoms AVEKE stressZZ 22886 5000 9.1937028e-11 8771720 22887 -0.0135849999999926 8771602.0286222 22887 5000 9.1925636e-11 8771602 Loop time of 0.0170782 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:18 2021 Pair time (%) = 0.00129008 (7.55399) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.210803) Outpt time (%) = 0.0155971 (91.3278) Other time (%) = 0.000154972 (0.907428) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:18 2021 Memory usage per processor = 27.546 Mbytes Step Atoms AVEKE stressZZ 22887 5000 9.1925636e-11 8771553.9 22888 -0.0135849999999926 8771435.89723378 22888 5000 9.1915994e-11 8771435.9 Loop time of 0.0176899 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:18 2021 Pair time (%) = 0.00127482 (7.20649) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.19273) Outpt time (%) = 0.0162539 (91.8824) Other time (%) = 0.000127077 (0.718358) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:18 2021 Memory usage per processor = 27.546 Mbytes Step Atoms AVEKE stressZZ 22888 5000 9.1915994e-11 8771387.8 22889 -0.0135849999999926 8771269.77719202 22889 5000 9.1907465e-11 8771269.8 Loop time of 0.0178039 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:18 2021 Pair time (%) = 0.00112677 (6.32876) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.179444) Outpt time (%) = 0.0165539 (92.9789) Other time (%) = 9.13143e-05 (0.512889) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:18 2021 Memory usage per processor = 27.546 Mbytes Step Atoms AVEKE stressZZ 22889 5000 9.1907465e-11 8771221.6 22890 -0.0135849999999926 8771103.66755036 22890 5000 9.1899643e-11 8771103.7 Loop time of 0.019954 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:18 2021 Pair time (%) = 0.001122 (5.62293) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.15533) Outpt time (%) = 0.018712 (93.7761) Other time (%) = 8.89301e-05 (0.445676) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:18 2021 Memory usage per processor = 27.546 Mbytes Step Atoms AVEKE stressZZ 22890 5000 9.1899643e-11 8771055.5 22891 -0.0135849999999926 8770937.56770712 22891 5000 9.1892271e-11 8770937.6 Loop time of 0.0169539 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:18 2021 Pair time (%) = 0.00116801 (6.88933) Neigh time (%) = 0 (0) Comm time (%) = 5.22137e-05 (0.307974) Outpt time (%) = 0.015625 (92.1614) Other time (%) = 0.000108719 (0.64126) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:18 2021 Memory usage per processor = 27.546 Mbytes Step Atoms AVEKE stressZZ 22891 5000 9.1892271e-11 8770889.4 22892 -0.0135849999999926 8770771.47727904 22892 5000 9.1885185e-11 8770771.5 Loop time of 0.017622 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:18 2021 Pair time (%) = 0.001508 (8.55747) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.215121) Outpt time (%) = 0.015928 (90.3872) Other time (%) = 0.000148058 (0.840188) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:18 2021 Memory usage per processor = 27.546 Mbytes Step Atoms AVEKE stressZZ 22892 5000 9.1885185e-11 8770723.3 22893 -0.0135849999999926 8770605.39602248 22893 5000 9.1878281e-11 8770605.4 Loop time of 0.017684 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:18 2021 Pair time (%) = 0.00115108 (6.50919) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.187402) Outpt time (%) = 0.0164032 (92.7574) Other time (%) = 9.65595e-05 (0.546028) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:18 2021 Memory usage per processor = 27.546 Mbytes Step Atoms AVEKE stressZZ 22893 5000 9.1878281e-11 8770557.3 22894 -0.0135849999999926 8770439.32378233 22894 5000 9.1871493e-11 8770439.3 Loop time of 0.0172892 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:18 2021 Pair time (%) = 0.00120401 (6.96398) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190303) Outpt time (%) = 0.0159461 (92.2321) Other time (%) = 0.000106096 (0.613658) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:18 2021 Memory usage per processor = 27.546 Mbytes Step Atoms AVEKE stressZZ 22894 5000 9.1871493e-11 8770391.2 22895 -0.0135849999999926 8770273.2604596 22895 5000 9.1864779e-11 8770273.3 Loop time of 0.0169411 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:18 2021 Pair time (%) = 0.00117493 (6.93537) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.194213) Outpt time (%) = 0.0156009 (92.0893) Other time (%) = 0.000132322 (0.781074) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:18 2021 Memory usage per processor = 27.546 Mbytes Step Atoms AVEKE stressZZ 22895 5000 9.1864779e-11 8770225.1 22896 -0.0135849999999926 8770107.20599057 22896 5000 9.1858112e-11 8770107.2 Loop time of 0.0177732 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:18 2021 Pair time (%) = 0.00139785 (7.86494) Neigh time (%) = 0 (0) Comm time (%) = 6.98566e-05 (0.393046) Outpt time (%) = 0.0161519 (90.8781) Other time (%) = 0.000153542 (0.863896) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:18 2021 Memory usage per processor = 27.546 Mbytes Step Atoms AVEKE stressZZ 22896 5000 9.1858112e-11 8770059.1 22897 -0.0135849999999926 8769941.16033502 22897 5000 9.1851476e-11 8769941.2 Loop time of 0.0177698 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:18 2021 Pair time (%) = 0.00112414 (6.32614) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.179789) Outpt time (%) = 0.016521 (92.9721) Other time (%) = 9.27448e-05 (0.521923) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:18 2021 Memory usage per processor = 27.546 Mbytes Step Atoms AVEKE stressZZ 22897 5000 9.1851476e-11 8769893 22898 -0.0135849999999926 8769775.12346629 22898 5000 9.184486e-11 8769775.1 Loop time of 0.0170388 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:18 2021 Pair time (%) = 0.0011251 (6.60314) Neigh time (%) = 0 (0) Comm time (%) = 7.39098e-05 (0.433773) Outpt time (%) = 0.015743 (92.395) Other time (%) = 9.67979e-05 (0.568102) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:18 2021 Memory usage per processor = 27.546 Mbytes Step Atoms AVEKE stressZZ 22898 5000 9.184486e-11 8769727 22899 -0.0135849999999926 8769609.09536769 22899 5000 9.1838256e-11 8769609.1 Loop time of 0.018003 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:18 2021 Pair time (%) = 0.00121307 (6.73818) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.189379) Outpt time (%) = 0.0166509 (92.4897) Other time (%) = 0.000104904 (0.582704) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:18 2021 Memory usage per processor = 27.546 Mbytes Step Atoms AVEKE stressZZ 22899 5000 9.1838256e-11 8769561 22900 -0.0135849999999926 8769443.07602803 22900 5000 9.183166e-11 8769443.1 Loop time of 0.0204489 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:18 2021 Pair time (%) = 0.00121713 (5.95203) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.166727) Outpt time (%) = 0.0190949 (93.3787) Other time (%) = 0.000102758 (0.502513) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:18 2021 Memory usage per processor = 27.546 Mbytes Step Atoms AVEKE stressZZ 22900 5000 9.183166e-11 8769395 22901 -0.0135849999999926 8769277.06543953 22901 5000 9.182507e-11 8769277.1 Loop time of 0.01753 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:18 2021 Pair time (%) = 0.00112605 (6.42358) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182248) Outpt time (%) = 0.0162771 (92.8529) Other time (%) = 9.48906e-05 (0.541305) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:18 2021 Memory usage per processor = 27.546 Mbytes Step Atoms AVEKE stressZZ 22901 5000 9.182507e-11 8769228.9 22902 -0.0135849999999926 8769111.06359716 22902 5000 9.1818484e-11 8769111.1 Loop time of 0.0168321 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:18 2021 Pair time (%) = 0.001122 (6.66582) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.184139) Outpt time (%) = 0.0155849 (92.5905) Other time (%) = 9.41753e-05 (0.559498) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:18 2021 Memory usage per processor = 27.546 Mbytes Step Atoms AVEKE stressZZ 22902 5000 9.1818484e-11 8769062.9 22903 -0.0135849999999926 8768945.07049732 22903 5000 9.18119e-11 8768945.1 Loop time of 0.0169611 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:18 2021 Pair time (%) = 0.00115991 (6.83863) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206635) Outpt time (%) = 0.0156832 (92.4656) Other time (%) = 8.29697e-05 (0.489176) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:18 2021 Memory usage per processor = 27.546 Mbytes Step Atoms AVEKE stressZZ 22903 5000 9.18119e-11 8768896.9 22904 -0.0135849999999926 8768779.08613718 22904 5000 9.1805319e-11 8768779.1 Loop time of 0.0171032 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:18 2021 Pair time (%) = 0.00112391 (6.57132) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186796) Outpt time (%) = 0.0158591 (92.7261) Other time (%) = 8.82149e-05 (0.51578) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:18 2021 Memory usage per processor = 27.546 Mbytes Step Atoms AVEKE stressZZ 22904 5000 9.1805319e-11 8768731 22905 -0.0135849999999926 8768613.11051474 22905 5000 9.1798739e-11 8768613.1 Loop time of 0.0169668 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:18 2021 Pair time (%) = 0.0011251 (6.63116) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188297) Outpt time (%) = 0.0157208 (92.6564) Other time (%) = 8.89301e-05 (0.524141) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:18 2021 Memory usage per processor = 27.546 Mbytes Step Atoms AVEKE stressZZ 22905 5000 9.1798739e-11 8768565 22906 -0.0135849999999926 8768447.14362836 22906 5000 9.179216e-11 8768447.1 Loop time of 0.0174639 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:18 2021 Pair time (%) = 0.0015049 (8.61718) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.218433) Outpt time (%) = 0.015775 (90.3289) Other time (%) = 0.000145912 (0.835506) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:18 2021 Memory usage per processor = 27.546 Mbytes Step Atoms AVEKE stressZZ 22906 5000 9.179216e-11 8768399 22907 -0.0135849999999926 8768281.18547638 22907 5000 9.1785583e-11 8768281.2 Loop time of 0.017683 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:18 2021 Pair time (%) = 0.00113678 (6.42865) Neigh time (%) = 0 (0) Comm time (%) = 4.50611e-05 (0.254827) Outpt time (%) = 0.016376 (92.6087) Other time (%) = 0.00012517 (0.707852) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:18 2021 Memory usage per processor = 27.546 Mbytes Step Atoms AVEKE stressZZ 22907 5000 9.1785583e-11 8768233.1 22908 -0.0135849999999926 8768115.23605757 22908 5000 9.1779006e-11 8768115.2 Loop time of 0.017451 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:18 2021 Pair time (%) = 0.00116491 (6.67532) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.177608) Outpt time (%) = 0.016161 (92.6074) Other time (%) = 9.41753e-05 (0.539654) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:18 2021 Memory usage per processor = 27.546 Mbytes Step Atoms AVEKE stressZZ 22908 5000 9.1779006e-11 8768067.1 22909 -0.0135849999999926 8767949.29537082 22909 5000 9.177243e-11 8767949.3 Loop time of 0.0170262 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:18 2021 Pair time (%) = 0.00128603 (7.55325) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.204445) Outpt time (%) = 0.015599 (91.6178) Other time (%) = 0.000106335 (0.624536) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:18 2021 Memory usage per processor = 27.546 Mbytes Step Atoms AVEKE stressZZ 22909 5000 9.177243e-11 8767901.2 22910 -0.0135849999999926 8767783.36341497 22910 5000 9.1765855e-11 8767783.4 Loop time of 0.020705 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:18 2021 Pair time (%) = 0.00153494 (7.41338) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.187695) Outpt time (%) = 0.01893 (91.4271) Other time (%) = 0.000201225 (0.971869) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:18 2021 Memory usage per processor = 27.546 Mbytes Step Atoms AVEKE stressZZ 22910 5000 9.1765855e-11 8767735.3 22911 -0.0135849999999926 8767617.44018883 22911 5000 9.1759281e-11 8767617.4 Loop time of 0.017904 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:18 2021 Pair time (%) = 0.00117707 (6.57434) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.185099) Outpt time (%) = 0.016593 (92.6773) Other time (%) = 0.000100851 (0.563287) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:18 2021 Memory usage per processor = 27.546 Mbytes Step Atoms AVEKE stressZZ 22911 5000 9.1759281e-11 8767569.3 22912 -0.0135849999999926 8767451.52569141 22912 5000 9.1752708e-11 8767451.5 Loop time of 0.0177701 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:18 2021 Pair time (%) = 0.00117707 (6.62391) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.19052) Outpt time (%) = 0.016463 (92.6449) Other time (%) = 9.60827e-05 (0.5407) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:18 2021 Memory usage per processor = 27.546 Mbytes Step Atoms AVEKE stressZZ 22912 5000 9.1752708e-11 8767403.4 22913 -0.0135849999999926 8767285.61992161 22913 5000 9.1746135e-11 8767285.6 Loop time of 0.0174899 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:18 2021 Pair time (%) = 0.00117803 (6.73546) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.189482) Outpt time (%) = 0.0161779 (92.4984) Other time (%) = 0.000100851 (0.576624) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:18 2021 Memory usage per processor = 27.546 Mbytes Step Atoms AVEKE stressZZ 22913 5000 9.1746135e-11 8767237.5 22914 -0.0135849999999926 8767119.72287839 22914 5000 9.1739564e-11 8767119.7 Loop time of 0.0177069 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:18 2021 Pair time (%) = 0.00133395 (7.53353) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.21005) Outpt time (%) = 0.016212 (91.5576) Other time (%) = 0.000123739 (0.69882) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:18 2021 Memory usage per processor = 27.546 Mbytes Step Atoms AVEKE stressZZ 22914 5000 9.1739564e-11 8767071.6 22915 -0.0135849999999926 8766953.83456076 22915 5000 9.1732993e-11 8766953.8 Loop time of 0.0178092 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:18 2021 Pair time (%) = 0.00123096 (6.91192) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.184746) Outpt time (%) = 0.0164402 (92.3129) Other time (%) = 0.000105143 (0.590385) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:18 2021 Memory usage per processor = 27.546 Mbytes Step Atoms AVEKE stressZZ 22915 5000 9.1732993e-11 8766905.7 22916 -0.0135849999999926 8766787.95496763 22916 5000 9.1726423e-11 8766788 Loop time of 0.017756 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:18 2021 Pair time (%) = 0.00118303 (6.66273) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.186642) Outpt time (%) = 0.0164421 (92.6001) Other time (%) = 9.77516e-05 (0.550528) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:18 2021 Memory usage per processor = 27.546 Mbytes Step Atoms AVEKE stressZZ 22916 5000 9.1726423e-11 8766739.9 22917 -0.0135849999999926 8766622.08409796 22917 5000 9.1719853e-11 8766622.1 Loop time of 0.017442 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:18 2021 Pair time (%) = 0.00117707 (6.7485) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.190002) Outpt time (%) = 0.016134 (92.5011) Other time (%) = 9.77516e-05 (0.560439) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:18 2021 Memory usage per processor = 27.546 Mbytes Step Atoms AVEKE stressZZ 22917 5000 9.1719853e-11 8766574 22918 -0.0135849999999926 8766456.22195086 22918 5000 9.1713285e-11 8766456.2 Loop time of 0.0177019 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:18 2021 Pair time (%) = 0.00136399 (7.70536) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.208763) Outpt time (%) = 0.0161908 (91.4636) Other time (%) = 0.000110149 (0.622247) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:18 2021 Memory usage per processor = 27.546 Mbytes Step Atoms AVEKE stressZZ 22918 5000 9.1713285e-11 8766408.1 22919 -0.0135849999999926 8766290.36852522 22919 5000 9.1706717e-11 8766290.4 Loop time of 0.017772 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:18 2021 Pair time (%) = 0.00120687 (6.79089) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.191841) Outpt time (%) = 0.0164289 (92.4431) Other time (%) = 0.000102043 (0.574181) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:18 2021 Memory usage per processor = 27.546 Mbytes Step Atoms AVEKE stressZZ 22919 5000 9.1706717e-11 8766242.3 22920 -0.0135849999999926 8766124.52382005 22920 5000 9.170015e-11 8766124.5 Loop time of 0.0202699 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:18 2021 Pair time (%) = 0.0011909 (5.87523) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.1682) Outpt time (%) = 0.01895 (93.4884) Other time (%) = 9.48906e-05 (0.468136) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:18 2021 Memory usage per processor = 27.546 Mbytes Step Atoms AVEKE stressZZ 22920 5000 9.170015e-11 8766076.4 22921 -0.0135849999999926 8765958.68783429 22921 5000 9.1693583e-11 8765958.7 Loop time of 0.0176229 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:18 2021 Pair time (%) = 0.00117707 (6.6792) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.186698) Outpt time (%) = 0.0163159 (92.5835) Other time (%) = 9.70364e-05 (0.550625) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:18 2021 Memory usage per processor = 27.546 Mbytes Step Atoms AVEKE stressZZ 22921 5000 9.1693583e-11 8765910.6 22922 -0.0135849999999926 8765792.86056706 22922 5000 9.1687018e-11 8765792.9 Loop time of 0.0174799 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:18 2021 Pair time (%) = 0.00121307 (6.93982) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.200502) Outpt time (%) = 0.01613 (92.2773) Other time (%) = 0.000101805 (0.58241) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:18 2021 Memory usage per processor = 27.546 Mbytes Step Atoms AVEKE stressZZ 22922 5000 9.1687018e-11 8765744.8 22923 -0.0135849999999926 8765627.04201729 22923 5000 9.1680453e-11 8765627 Loop time of 0.017844 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:19 2021 Pair time (%) = 0.00133204 (7.46496) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.196411) Outpt time (%) = 0.0163469 (91.6104) Other time (%) = 0.000129938 (0.728191) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:19 2021 Memory usage per processor = 27.546 Mbytes Step Atoms AVEKE stressZZ 22923 5000 9.1680453e-11 8765578.9 22924 -0.0135849999999926 8765461.23218392 22924 5000 9.1673889e-11 8765461.2 Loop time of 0.0177579 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:19 2021 Pair time (%) = 0.00118208 (6.65664) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.186622) Outpt time (%) = 0.0164449 (92.6063) Other time (%) = 9.77516e-05 (0.550469) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:19 2021 Memory usage per processor = 27.546 Mbytes Step Atoms AVEKE stressZZ 22924 5000 9.1673889e-11 8765413.1 22925 -0.0135849999999926 8765295.43106598 22925 5000 9.1667326e-11 8765295.4 Loop time of 0.01756 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:19 2021 Pair time (%) = 0.00117898 (6.71401) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.188725) Outpt time (%) = 0.0162511 (92.546) Other time (%) = 9.67979e-05 (0.551241) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:19 2021 Memory usage per processor = 27.546 Mbytes Step Atoms AVEKE stressZZ 22925 5000 9.1667326e-11 8765247.3 22926 -0.0135849999999926 8765129.63878306 22926 5000 9.1660763e-11 8765129.6 Loop time of 0.017586 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:19 2021 Pair time (%) = 0.00128508 (7.30738) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.204715) Outpt time (%) = 0.016151 (91.8399) Other time (%) = 0.000113964 (0.648039) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:19 2021 Memory usage per processor = 27.546 Mbytes Step Atoms AVEKE stressZZ 22926 5000 9.1660763e-11 8765081.5 22927 -0.0135849999999926 8764963.85541479 22927 5000 9.1654201e-11 8764963.9 Loop time of 0.0179191 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:19 2021 Pair time (%) = 0.00131798 (7.35517) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.20091) Outpt time (%) = 0.0164361 (91.7241) Other time (%) = 0.000128984 (0.719817) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:19 2021 Memory usage per processor = 27.546 Mbytes Step Atoms AVEKE stressZZ 22927 5000 9.1654201e-11 8764915.8 22928 -0.0135849999999926 8764798.08087956 22928 5000 9.164764e-11 8764798.1 Loop time of 0.0176721 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:19 2021 Pair time (%) = 0.00117588 (6.65389) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.18618) Outpt time (%) = 0.016372 (92.6432) Other time (%) = 9.13143e-05 (0.516716) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:19 2021 Memory usage per processor = 27.546 Mbytes Step Atoms AVEKE stressZZ 22928 5000 9.164764e-11 8764750 22929 -0.0135849999999926 8764632.31514888 22929 5000 9.164108e-11 8764632.3 Loop time of 0.0176151 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:19 2021 Pair time (%) = 0.00117588 (6.67542) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.186782) Outpt time (%) = 0.016309 (92.5856) Other time (%) = 9.72748e-05 (0.552224) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:19 2021 Memory usage per processor = 27.546 Mbytes Step Atoms AVEKE stressZZ 22929 5000 9.164108e-11 8764584.2 22930 -0.0135849999999926 8764466.5582075 22930 5000 9.163452e-11 8764466.6 Loop time of 0.020102 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:19 2021 Pair time (%) = 0.00123906 (6.16386) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.174348) Outpt time (%) = 0.018724 (93.1447) Other time (%) = 0.000103951 (0.517115) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:19 2021 Memory usage per processor = 27.546 Mbytes Step Atoms AVEKE stressZZ 22930 5000 9.163452e-11 8764418.5 22931 -0.0135849999999926 8764300.81004558 22931 5000 9.1627962e-11 8764300.8 Loop time of 0.017879 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:19 2021 Pair time (%) = 0.00142622 (7.97706) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.212028) Outpt time (%) = 0.0162828 (91.0721) Other time (%) = 0.000132084 (0.738765) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:19 2021 Memory usage per processor = 27.546 Mbytes Step Atoms AVEKE stressZZ 22931 5000 9.1627962e-11 8764252.7 22932 -0.0135849999999926 8764135.07065541 22932 5000 9.1621403e-11 8764135.1 Loop time of 0.0177579 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:19 2021 Pair time (%) = 0.00118113 (6.65127) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.186622) Outpt time (%) = 0.0164459 (92.6116) Other time (%) = 9.77516e-05 (0.550469) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:19 2021 Memory usage per processor = 27.546 Mbytes Step Atoms AVEKE stressZZ 22932 5000 9.1621403e-11 8764087 22933 -0.0135849999999926 8763969.34003103 22933 5000 9.1614846e-11 8763969.3 Loop time of 0.0178869 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:19 2021 Pair time (%) = 0.00127792 (7.14448) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.19594) Outpt time (%) = 0.0164709 (92.0838) Other time (%) = 0.000102997 (0.575823) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:19 2021 Memory usage per processor = 27.546 Mbytes Step Atoms AVEKE stressZZ 22933 5000 9.1614846e-11 8763921.3 22934 -0.0135849999999926 8763803.6182163 22934 5000 9.160829e-11 8763803.6 Loop time of 0.017493 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:19 2021 Pair time (%) = 0.00119996 (6.85966) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.200352) Outpt time (%) = 0.016151 (92.328) Other time (%) = 0.00010705 (0.611958) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:19 2021 Memory usage per processor = 27.546 Mbytes Step Atoms AVEKE stressZZ 22934 5000 9.160829e-11 8763755.5 22935 -0.0135849999999926 8763637.90528527 22935 5000 9.1601734e-11 8763637.9 Loop time of 0.0179749 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:19 2021 Pair time (%) = 0.00138211 (7.68914) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.205592) Outpt time (%) = 0.0164239 (91.3718) Other time (%) = 0.000131845 (0.7335) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:19 2021 Memory usage per processor = 27.546 Mbytes Step Atoms AVEKE stressZZ 22935 5000 9.1601734e-11 8763589.8 22936 -0.0135849999999926 8763472.20123863 22936 5000 9.1595179e-11 8763472.2 Loop time of 0.0176849 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:19 2021 Pair time (%) = 0.00117612 (6.6504) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.186044) Outpt time (%) = 0.0163808 (92.6256) Other time (%) = 9.5129e-05 (0.53791) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:19 2021 Memory usage per processor = 27.546 Mbytes Step Atoms AVEKE stressZZ 22936 5000 9.1595179e-11 8763424.1 22937 -0.0135849999999926 8763306.5060293 22937 5000 9.1588624e-11 8763306.5 Loop time of 0.0178831 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:19 2021 Pair time (%) = 0.00120497 (6.73804) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.195982) Outpt time (%) = 0.0165441 (92.5127) Other time (%) = 9.89437e-05 (0.553282) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:19 2021 Memory usage per processor = 27.546 Mbytes Step Atoms AVEKE stressZZ 22937 5000 9.1588624e-11 8763258.4 22938 -0.0135849999999926 8763140.81963775 22938 5000 9.1582071e-11 8763140.8 Loop time of 0.0175061 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:19 2021 Pair time (%) = 0.00120807 (6.90083) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.200202) Outpt time (%) = 0.016156 (92.2875) Other time (%) = 0.00010705 (0.6115) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:19 2021 Memory usage per processor = 27.546 Mbytes Step Atoms AVEKE stressZZ 22938 5000 9.1582071e-11 8763092.7 22939 -0.0135849999999926 8762975.14205168 22939 5000 9.1575518e-11 8762975.1 Loop time of 0.017873 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:19 2021 Pair time (%) = 0.00142097 (7.95038) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.206763) Outpt time (%) = 0.016278 (91.0758) Other time (%) = 0.000137091 (0.767025) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:19 2021 Memory usage per processor = 27.546 Mbytes Step Atoms AVEKE stressZZ 22939 5000 9.1575518e-11 8762927.1 22940 -0.0135849999999926 8762809.47322931 22940 5000 9.1568966e-11 8762809.5 Loop time of 0.0204461 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:19 2021 Pair time (%) = 0.00127196 (6.22107) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.165584) Outpt time (%) = 0.0190389 (93.1178) Other time (%) = 0.000101328 (0.495586) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:19 2021 Memory usage per processor = 27.546 Mbytes Step Atoms AVEKE stressZZ 22940 5000 9.1568966e-11 8762761.4 22941 -0.0135849999999926 8762643.8131353 22941 5000 9.1562414e-11 8762643.8 Loop time of 0.017792 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:19 2021 Pair time (%) = 0.00122023 (6.85829) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.202345) Outpt time (%) = 0.0164309 (92.3497) Other time (%) = 0.000104904 (0.589615) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:19 2021 Memory usage per processor = 27.546 Mbytes Step Atoms AVEKE stressZZ 22941 5000 9.1562414e-11 8762595.7 22942 -0.0135849999999926 8762478.16179354 22942 5000 9.1555864e-11 8762478.2 Loop time of 0.0175579 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:19 2021 Pair time (%) = 0.00117898 (6.71483) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.188748) Outpt time (%) = 0.0162499 (92.5505) Other time (%) = 9.58443e-05 (0.545877) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:19 2021 Memory usage per processor = 27.546 Mbytes Step Atoms AVEKE stressZZ 22942 5000 9.1555864e-11 8762430.1 22943 -0.0135849999999926 8762312.51918343 22943 5000 9.1549314e-11 8762312.5 Loop time of 0.017575 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:19 2021 Pair time (%) = 0.00126886 (7.2197) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.199417) Outpt time (%) = 0.016161 (91.9541) Other time (%) = 0.000110149 (0.626738) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:19 2021 Memory usage per processor = 27.546 Mbytes Step Atoms AVEKE stressZZ 22943 5000 9.1549314e-11 8762264.4 22944 -0.0135849999999926 8762146.88533416 22944 5000 9.1542765e-11 8762146.9 Loop time of 0.0177798 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:19 2021 Pair time (%) = 0.00125599 (7.06412) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.195779) Outpt time (%) = 0.0163779 (92.1152) Other time (%) = 0.000111103 (0.624883) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:19 2021 Memory usage per processor = 27.546 Mbytes Step Atoms AVEKE stressZZ 22944 5000 9.1542765e-11 8762098.8 22945 -0.0135849999999926 8761981.26024243 22945 5000 9.1536216e-11 8761981.3 Loop time of 0.017405 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:19 2021 Pair time (%) = 0.00119114 (6.84365) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.190406) Outpt time (%) = 0.016084 (92.4098) Other time (%) = 9.67979e-05 (0.556149) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:19 2021 Memory usage per processor = 27.546 Mbytes Step Atoms AVEKE stressZZ 22945 5000 9.1536216e-11 8761933.2 22946 -0.0135849999999926 8761815.64390523 22946 5000 9.1529669e-11 8761815.6 Loop time of 0.017303 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:19 2021 Pair time (%) = 0.00118208 (6.83165) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.19704) Outpt time (%) = 0.0159931 (92.4298) Other time (%) = 9.36985e-05 (0.541516) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:19 2021 Memory usage per processor = 27.546 Mbytes Step Atoms AVEKE stressZZ 22946 5000 9.1529669e-11 8761767.6 22947 -0.0135849999999926 8761650.03631995 22947 5000 9.1523122e-11 8761650 Loop time of 0.017606 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:19 2021 Pair time (%) = 0.00118089 (6.70729) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.186878) Outpt time (%) = 0.0163009 (92.5872) Other time (%) = 9.13143e-05 (0.518654) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:19 2021 Memory usage per processor = 27.546 Mbytes Step Atoms AVEKE stressZZ 22947 5000 9.1523122e-11 8761602 22948 -0.0135849999999926 8761484.4374841 22948 5000 9.1516576e-11 8761484.4 Loop time of 0.017679 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:19 2021 Pair time (%) = 0.00130415 (7.37684) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.203639) Outpt time (%) = 0.016222 (91.7587) Other time (%) = 0.000116825 (0.660814) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:19 2021 Memory usage per processor = 27.546 Mbytes Step Atoms AVEKE stressZZ 22948 5000 9.1516576e-11 8761436.4 22949 -0.0135849999999926 8761318.84743288 22949 5000 9.151003e-11 8761318.8 Loop time of 0.0178959 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:19 2021 Pair time (%) = 0.00133896 (7.48191) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.194508) Outpt time (%) = 0.0164051 (91.6694) Other time (%) = 0.000117064 (0.654135) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:19 2021 Memory usage per processor = 27.546 Mbytes Step Atoms AVEKE stressZZ 22949 5000 9.151003e-11 8761270.8 22950 -0.0135849999999926 8761153.26615486 22950 5000 9.1503486e-11 8761153.3 Loop time of 0.020376 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:19 2021 Pair time (%) = 0.00117898 (5.78613) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.162643) Outpt time (%) = 0.019067 (93.5762) Other time (%) = 9.67979e-05 (0.475059) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:19 2021 Memory usage per processor = 27.546 Mbytes Step Atoms AVEKE stressZZ 22950 5000 9.1503486e-11 8761105.2 22951 -0.0135849999999926 8760987.69363831 22951 5000 9.1496942e-11 8760987.7 Loop time of 0.017761 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:19 2021 Pair time (%) = 0.00118303 (6.66085) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.185247) Outpt time (%) = 0.016448 (92.6076) Other time (%) = 9.70364e-05 (0.546345) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:19 2021 Memory usage per processor = 27.546 Mbytes Step Atoms AVEKE stressZZ 22951 5000 9.1496942e-11 8760939.6 22952 -0.0135849999999926 8760822.12987723 22952 5000 9.1490399e-11 8760822.1 Loop time of 0.017576 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:19 2021 Pair time (%) = 0.00120902 (6.87882) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.19398) Outpt time (%) = 0.016228 (92.3303) Other time (%) = 0.000104904 (0.596861) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:19 2021 Memory usage per processor = 27.546 Mbytes Step Atoms AVEKE stressZZ 22952 5000 9.1490399e-11 8760774.1 22953 -0.0135849999999926 8760656.57486767 22953 5000 9.1483856e-11 8760656.6 Loop time of 0.017906 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:19 2021 Pair time (%) = 0.001472 (8.22071) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.211709) Outpt time (%) = 0.0162649 (90.8353) Other time (%) = 0.00013113 (0.732328) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:19 2021 Memory usage per processor = 27.546 Mbytes Step Atoms AVEKE stressZZ 22953 5000 9.1483856e-11 8760608.5 22954 -0.0135849999999926 8760491.02860584 22954 5000 9.1477315e-11 8760491 Loop time of 0.0177078 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:19 2021 Pair time (%) = 0.00120115 (6.78318) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.185804) Outpt time (%) = 0.0163739 (92.4669) Other time (%) = 9.98974e-05 (0.564143) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:19 2021 Memory usage per processor = 27.546 Mbytes Step Atoms AVEKE stressZZ 22954 5000 9.1477315e-11 8760443 22955 -0.0135849999999926 8760325.49108894 22955 5000 9.1470774e-11 8760325.5 Loop time of 0.017725 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:19 2021 Pair time (%) = 0.00118208 (6.669) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.186969) Outpt time (%) = 0.016412 (92.5925) Other time (%) = 9.77516e-05 (0.55149) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:19 2021 Memory usage per processor = 27.546 Mbytes Step Atoms AVEKE stressZZ 22955 5000 9.1470774e-11 8760277.4 22956 -0.0135849999999926 8760159.96231431 22956 5000 9.1464234e-11 8760160 Loop time of 0.0174372 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:19 2021 Pair time (%) = 0.00119686 (6.86383) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.194156) Outpt time (%) = 0.016103 (92.3486) Other time (%) = 0.000103474 (0.593407) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:19 2021 Memory usage per processor = 27.546 Mbytes Step Atoms AVEKE stressZZ 22956 5000 9.1464234e-11 8760111.9 22957 -0.0135849999999926 8759994.44227926 22957 5000 9.1457694e-11 8759994.4 Loop time of 0.017941 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:19 2021 Pair time (%) = 0.00135779 (7.56811) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.20598) Outpt time (%) = 0.016408 (91.4551) Other time (%) = 0.000138283 (0.770764) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:19 2021 Memory usage per processor = 27.546 Mbytes Step Atoms AVEKE stressZZ 22957 5000 9.1457694e-11 8759946.4 22958 -0.0135849999999926 8759828.93098168 22958 5000 9.1451156e-11 8759828.9 Loop time of 0.0177259 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:19 2021 Pair time (%) = 0.00120807 (6.81525) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.192339) Outpt time (%) = 0.0163851 (92.4356) Other time (%) = 9.87053e-05 (0.556841) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:19 2021 Memory usage per processor = 27.546 Mbytes Step Atoms AVEKE stressZZ 22958 5000 9.1451156e-11 8759780.9 22959 -0.0135849999999926 8759663.42841926 22959 5000 9.1444618e-11 8759663.4 Loop time of 0.0177159 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:19 2021 Pair time (%) = 0.00118303 (6.67779) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.191102) Outpt time (%) = 0.016403 (92.5888) Other time (%) = 9.60827e-05 (0.542352) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:19 2021 Memory usage per processor = 27.546 Mbytes Step Atoms AVEKE stressZZ 22959 5000 9.1444618e-11 8759615.4 22960 -0.0135849999999926 8759497.9345899 22960 5000 9.1438081e-11 8759497.9 Loop time of 0.020076 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:19 2021 Pair time (%) = 0.0011909 (5.93195) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.174574) Outpt time (%) = 0.0187509 (93.3994) Other time (%) = 9.91821e-05 (0.494032) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:19 2021 Memory usage per processor = 27.546 Mbytes Step Atoms AVEKE stressZZ 22960 5000 9.1438081e-11 8759449.9 22961 -0.0135849999999926 8759332.44949172 22961 5000 9.1431544e-11 8759332.4 Loop time of 0.017621 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:19 2021 Pair time (%) = 0.001297 (7.3605) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.204308) Outpt time (%) = 0.016171 (91.7709) Other time (%) = 0.000117064 (0.664339) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:19 2021 Memory usage per processor = 27.546 Mbytes Step Atoms AVEKE stressZZ 22961 5000 9.1431544e-11 8759284.4 22962 -0.0135849999999926 8759166.97312259 22962 5000 9.1425009e-11 8759167 Loop time of 0.0177841 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:19 2021 Pair time (%) = 0.00124097 (6.97796) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.195731) Outpt time (%) = 0.0164011 (92.223) Other time (%) = 0.000107288 (0.603282) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:19 2021 Memory usage per processor = 27.546 Mbytes Step Atoms AVEKE stressZZ 22962 5000 9.1425009e-11 8759118.9 22963 -0.0135849999999926 8759001.50548082 22963 5000 9.1418474e-11 8759001.5 Loop time of 0.0177469 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:19 2021 Pair time (%) = 0.00118089 (6.65404) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.185394) Outpt time (%) = 0.016438 (92.6245) Other time (%) = 9.5129e-05 (0.536031) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:19 2021 Memory usage per processor = 27.546 Mbytes Step Atoms AVEKE stressZZ 22963 5000 9.1418474e-11 8758953.5 22964 -0.0135849999999926 8758836.04656451 22964 5000 9.141194e-11 8758836 Loop time of 0.017462 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:19 2021 Pair time (%) = 0.00118399 (6.78036) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.188419) Outpt time (%) = 0.016145 (92.4578) Other time (%) = 0.000100136 (0.573449) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:19 2021 Memory usage per processor = 27.546 Mbytes Step Atoms AVEKE stressZZ 22964 5000 9.141194e-11 8758788 22965 -0.0135849999999926 8758670.59635556 22965 5000 9.1405406e-11 8758670.6 Loop time of 0.0177448 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:20 2021 Pair time (%) = 0.00138402 (7.79959) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.202883) Outpt time (%) = 0.0161939 (91.2599) Other time (%) = 0.000130892 (0.737636) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:20 2021 Memory usage per processor = 27.546 Mbytes Step Atoms AVEKE stressZZ 22965 5000 9.1405406e-11 8758622.5 22966 -0.0135849999999926 8758505.15486756 22966 5000 9.1398874e-11 8758505.2 Loop time of 0.0177379 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:20 2021 Pair time (%) = 0.00123692 (6.97331) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.197586) Outpt time (%) = 0.0163589 (92.2256) Other time (%) = 0.00010705 (0.603511) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:20 2021 Memory usage per processor = 27.546 Mbytes Step Atoms AVEKE stressZZ 22966 5000 9.1398874e-11 8758457.1 22967 -0.0135849999999926 8758339.72210704 22967 5000 9.1392342e-11 8758339.7 Loop time of 0.017869 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:20 2021 Pair time (%) = 0.00126123 (7.05823) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.189465) Outpt time (%) = 0.016468 (92.1599) Other time (%) = 0.000105858 (0.592411) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:27:20 2021 Memory usage per processor = 27.546 Mbytes Step Atoms AVEKE stressZZ 22967 5000 9.1392342e-11 8758291.7 22968 -0.0135849999999926 8758151.21432517 22968 5000 1.8028953e-10 8758439.8 Loop time of 0.0170431 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:20 2021 Pair time (%) = 0.00118208 (6.93582) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.200045) Outpt time (%) = 0.015697 (92.1017) Other time (%) = 0.000129938 (0.762408) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:20 2021 Memory usage per processor = 27.546 Mbytes Step Atoms AVEKE stressZZ 22968 5000 1.8028953e-10 8827147.7 22969 -0.0136174999999926 8826992.9926344 22969 5000 1.4504043e-10 8826993 Loop time of 0.0175021 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:20 2021 Pair time (%) = 0.00138807 (7.93091) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.211146) Outpt time (%) = 0.0159571 (91.1727) Other time (%) = 0.000119925 (0.685202) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:20 2021 Memory usage per processor = 27.546 Mbytes Step Atoms AVEKE stressZZ 22969 5000 1.4504043e-10 8826928 22970 -0.0136174999999926 8826786.48558548 22970 5000 1.2463036e-10 8826786.5 Loop time of 0.0202551 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:20 2021 Pair time (%) = 0.00121593 (6.00311) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.173031) Outpt time (%) = 0.0189002 (93.3107) Other time (%) = 0.000103951 (0.513207) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:20 2021 Memory usage per processor = 27.5462 Mbytes Step Atoms AVEKE stressZZ 22970 5000 1.2463036e-10 8826727.5 22971 -0.0136174999999926 8826594.34238472 22971 5000 1.1246236e-10 8826594.3 Loop time of 0.017632 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:20 2021 Pair time (%) = 0.001194 (6.77178) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.192011) Outpt time (%) = 0.0163012 (92.4521) Other time (%) = 0.000102997 (0.584147) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:20 2021 Memory usage per processor = 27.5462 Mbytes Step Atoms AVEKE stressZZ 22971 5000 1.1246236e-10 8826539.2 22972 -0.0136174999999926 8826411.33071416 22972 5000 1.0505233e-10 8826411.3 Loop time of 0.01739 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:20 2021 Pair time (%) = 0.00117898 (6.77964) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.19057) Outpt time (%) = 0.0160809 (92.4718) Other time (%) = 9.70364e-05 (0.558001) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:20 2021 Memory usage per processor = 27.5462 Mbytes Step Atoms AVEKE stressZZ 22972 5000 1.0505233e-10 8826358.6 22973 -0.0136174999999926 8826234.12541919 22973 5000 1.0047217e-10 8826234.1 Loop time of 0.017452 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:20 2021 Pair time (%) = 0.00121808 (6.9796) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.200822) Outpt time (%) = 0.016093 (92.213) Other time (%) = 0.000105858 (0.606566) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:20 2021 Memory usage per processor = 27.5462 Mbytes Step Atoms AVEKE stressZZ 22973 5000 1.0047217e-10 8826182.9 22974 -0.0136174999999926 8826060.61340903 22974 5000 9.7612098e-11 8826060.6 Loop time of 0.01773 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:20 2021 Pair time (%) = 0.00125003 (7.05036) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.197674) Outpt time (%) = 0.016335 (92.1321) Other time (%) = 0.000109911 (0.619915) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:20 2021 Memory usage per processor = 27.5462 Mbytes Step Atoms AVEKE stressZZ 22974 5000 9.7612098e-11 8826010.4 22975 -0.0136174999999926 8825889.45174315 22975 5000 9.5813531e-11 8825889.5 Loop time of 0.017664 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:20 2021 Pair time (%) = 0.00119114 (6.74333) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.186265) Outpt time (%) = 0.0163419 (92.5157) Other time (%) = 9.799e-05 (0.554746) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:20 2021 Memory usage per processor = 27.5462 Mbytes Step Atoms AVEKE stressZZ 22975 5000 9.5813531e-11 8825839.8 22976 -0.0136174999999926 8825719.78696823 22976 5000 9.4676775e-11 8825719.8 Loop time of 0.0175371 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:20 2021 Pair time (%) = 0.00118494 (6.75676) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.187612) Outpt time (%) = 0.0162199 (92.4887) Other time (%) = 9.94205e-05 (0.566915) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:20 2021 Memory usage per processor = 27.5462 Mbytes Step Atoms AVEKE stressZZ 22976 5000 9.4676775e-11 8825670.6 22977 -0.0136174999999926 8825551.07670537 22977 5000 9.3955442e-11 8825551.1 Loop time of 0.0175869 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:20 2021 Pair time (%) = 0.00127006 (7.22158) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.197926) Outpt time (%) = 0.0161729 (91.9596) Other time (%) = 0.000109196 (0.620891) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:20 2021 Memory usage per processor = 27.5462 Mbytes Step Atoms AVEKE stressZZ 22977 5000 9.3955442e-11 8825502.1 22978 -0.0136174999999926 8825382.97626647 22978 5000 9.3496026e-11 8825383 Loop time of 0.0179291 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:20 2021 Pair time (%) = 0.00125122 (6.97872) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.19016) Outpt time (%) = 0.0165331 (92.2141) Other time (%) = 0.000110626 (0.617021) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:20 2021 Memory usage per processor = 27.5462 Mbytes Step Atoms AVEKE stressZZ 22978 5000 9.3496026e-11 8825334.2 22979 -0.0136174999999926 8825215.26659789 22979 5000 9.3202216e-11 8825215.3 Loop time of 0.017776 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:20 2021 Pair time (%) = 0.00119495 (6.72228) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.186432) Outpt time (%) = 0.0164502 (92.5414) Other time (%) = 9.77516e-05 (0.549907) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:20 2021 Memory usage per processor = 27.5462 Mbytes Step Atoms AVEKE stressZZ 22979 5000 9.3202216e-11 8825166.6 22980 -0.0136174999999926 8825047.80848824 22980 5000 9.3013309e-11 8825047.8 Loop time of 0.0204651 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:20 2021 Pair time (%) = 0.00118494 (5.79004) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.16077) Outpt time (%) = 0.0191472 (93.5599) Other time (%) = 0.000100136 (0.489299) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:20 2021 Memory usage per processor = 27.5462 Mbytes Step Atoms AVEKE stressZZ 22980 5000 9.3013309e-11 8824999.2 22981 -0.0136174999999926 8824880.51346679 22981 5000 9.289093e-11 8824880.5 Loop time of 0.0176339 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:20 2021 Pair time (%) = 0.00119281 (6.76428) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.19199) Outpt time (%) = 0.0163 (92.4353) Other time (%) = 0.000107288 (0.608421) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:20 2021 Memory usage per processor = 27.5462 Mbytes Step Atoms AVEKE stressZZ 22981 5000 9.289093e-11 8824831.9 22982 -0.0136174999999926 8824713.32530875 22982 5000 9.2810774e-11 8824713.3 Loop time of 0.018275 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:20 2021 Pair time (%) = 0.00140309 (7.67766) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.202215) Outpt time (%) = 0.016691 (91.3321) Other time (%) = 0.000144005 (0.787987) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:20 2021 Memory usage per processor = 27.5462 Mbytes Step Atoms AVEKE stressZZ 22982 5000 9.2810774e-11 8824664.7 22983 -0.0136174999999926 8824546.20828234 22983 5000 9.2757429e-11 8824546.2 Loop time of 0.0177519 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:20 2021 Pair time (%) = 0.00118089 (6.65216) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.185342) Outpt time (%) = 0.0164399 (92.6092) Other time (%) = 9.82285e-05 (0.55334) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:20 2021 Memory usage per processor = 27.5462 Mbytes Step Atoms AVEKE stressZZ 22983 5000 9.2757429e-11 8824497.6 22984 -0.0136174999999926 8824379.13967899 22984 5000 9.2721114e-11 8824379.1 Loop time of 0.0177631 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:20 2021 Pair time (%) = 0.0011909 (6.70434) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.191936) Outpt time (%) = 0.0164411 (92.5574) Other time (%) = 9.70364e-05 (0.546279) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:20 2021 Memory usage per processor = 27.5462 Mbytes Step Atoms AVEKE stressZZ 22984 5000 9.2721114e-11 8824330.6 22985 -0.0136174999999926 8824212.10506711 22985 5000 9.2695617e-11 8824212.1 Loop time of 0.0175591 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:20 2021 Pair time (%) = 0.00120187 (6.84472) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.205029) Outpt time (%) = 0.0162132 (92.3352) Other time (%) = 0.000108004 (0.615088) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:20 2021 Memory usage per processor = 27.5462 Mbytes Step Atoms AVEKE stressZZ 22985 5000 9.2695617e-11 8824163.6 22986 -0.0136174999999926 8824045.0952742 22986 5000 9.2676994e-11 8824045.1 Loop time of 0.0178571 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:20 2021 Pair time (%) = 0.00138998 (7.78392) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.206948) Outpt time (%) = 0.0162911 (91.2307) Other time (%) = 0.000138998 (0.778392) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:20 2021 Memory usage per processor = 27.5462 Mbytes Step Atoms AVEKE stressZZ 22986 5000 9.2676994e-11 8823996.6 22987 -0.0136174999999926 8823878.10447112 22987 5000 9.2662739e-11 8823878.1 Loop time of 0.0173872 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:20 2021 Pair time (%) = 0.00117803 (6.77527) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.194715) Outpt time (%) = 0.0160792 (92.4774) Other time (%) = 9.60827e-05 (0.552607) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:20 2021 Memory usage per processor = 27.5462 Mbytes Step Atoms AVEKE stressZZ 22987 5000 9.2662739e-11 8823829.6 22988 -0.0136174999999926 8823711.12895261 22988 5000 9.2651261e-11 8823711.1 Loop time of 0.017329 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:20 2021 Pair time (%) = 0.00118208 (6.8214) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191241) Outpt time (%) = 0.016022 (92.4577) Other time (%) = 9.17912e-05 (0.529697) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:20 2021 Memory usage per processor = 27.5462 Mbytes Step Atoms AVEKE stressZZ 22988 5000 9.2651261e-11 8823662.6 22989 -0.0136174999999926 8823544.16636366 22989 5000 9.2641546e-11 8823544.2 Loop time of 0.017307 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:20 2021 Pair time (%) = 0.00118399 (6.84107) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190106) Outpt time (%) = 0.0159981 (92.4371) Other time (%) = 9.20296e-05 (0.531746) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:20 2021 Memory usage per processor = 27.5462 Mbytes Step Atoms AVEKE stressZZ 22989 5000 9.2641546e-11 8823495.6 22990 -0.0136174999999926 8823377.21520709 22990 5000 9.2632953e-11 8823377.2 Loop time of 0.0208929 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:20 2021 Pair time (%) = 0.00130105 (6.22725) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.163184) Outpt time (%) = 0.0194318 (93.007) Other time (%) = 0.000125885 (0.602527) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:20 2021 Memory usage per processor = 27.5462 Mbytes Step Atoms AVEKE stressZZ 22990 5000 9.2632953e-11 8823328.7 22991 -0.0136174999999926 8823210.27453121 22991 5000 9.2625073e-11 8823210.3 Loop time of 0.0179021 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:20 2021 Pair time (%) = 0.00119901 (6.69756) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.190446) Outpt time (%) = 0.0165639 (92.5247) Other time (%) = 0.000105143 (0.587319) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:20 2021 Memory usage per processor = 27.5462 Mbytes Step Atoms AVEKE stressZZ 22991 5000 9.2625073e-11 8823161.7 22992 -0.0136174999999926 8823043.34373053 22992 5000 9.2617646e-11 8823043.3 Loop time of 0.017525 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:20 2021 Pair time (%) = 0.00117898 (6.72743) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.189103) Outpt time (%) = 0.0162148 (92.5243) Other time (%) = 9.799e-05 (0.559146) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:20 2021 Memory usage per processor = 27.5462 Mbytes Step Atoms AVEKE stressZZ 22992 5000 9.2617646e-11 8822994.8 22993 -0.0136174999999926 8822876.42241994 22993 5000 9.2610508e-11 8822876.4 Loop time of 0.0177131 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:20 2021 Pair time (%) = 0.00133514 (7.53762) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.208631) Outpt time (%) = 0.016223 (91.5875) Other time (%) = 0.000118017 (0.666272) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:20 2021 Memory usage per processor = 27.5462 Mbytes Step Atoms AVEKE stressZZ 22993 5000 9.2610508e-11 8822827.9 22994 -0.0136174999999926 8822709.51035438 22994 5000 9.2603553e-11 8822709.5 Loop time of 0.017832 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:20 2021 Pair time (%) = 0.001261 (7.07152) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.189857) Outpt time (%) = 0.0164309 (92.1423) Other time (%) = 0.000106335 (0.596312) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:20 2021 Memory usage per processor = 27.5462 Mbytes Step Atoms AVEKE stressZZ 22994 5000 9.2603553e-11 8822661 22995 -0.0136174999999926 8822542.60737735 22995 5000 9.2596715e-11 8822542.6 Loop time of 0.017894 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:20 2021 Pair time (%) = 0.00117898 (6.58868) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.185202) Outpt time (%) = 0.016583 (92.6732) Other time (%) = 9.89437e-05 (0.552943) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:20 2021 Memory usage per processor = 27.5462 Mbytes Step Atoms AVEKE stressZZ 22995 5000 9.2596715e-11 8822494.1 22996 -0.0136174999999926 8822375.71338946 22996 5000 9.2589952e-11 8822375.7 Loop time of 0.0175209 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:20 2021 Pair time (%) = 0.00118303 (6.75212) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.19459) Outpt time (%) = 0.016206 (92.4954) Other time (%) = 9.77516e-05 (0.557914) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:20 2021 Memory usage per processor = 27.5462 Mbytes Step Atoms AVEKE stressZZ 22996 5000 9.2589952e-11 8822327.2 22997 -0.0136174999999926 8822208.82832686 22997 5000 9.2583236e-11 8822208.8 Loop time of 0.0176368 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:20 2021 Pair time (%) = 0.00136805 (7.75678) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.2217) Outpt time (%) = 0.0161078 (91.3307) Other time (%) = 0.000121832 (0.690783) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:20 2021 Memory usage per processor = 27.5462 Mbytes Step Atoms AVEKE stressZZ 22997 5000 9.2583236e-11 8822160.3 22998 -0.0136174999999926 8822041.95214851 22998 5000 9.2576551e-11 8822042 Loop time of 0.017839 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:20 2021 Pair time (%) = 0.00127006 (7.11956) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.189784) Outpt time (%) = 0.0164309 (92.1066) Other time (%) = 0.000104189 (0.584053) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:20 2021 Memory usage per processor = 27.5462 Mbytes Step Atoms AVEKE stressZZ 22998 5000 9.2576551e-11 8821993.4 22999 -0.0136174999999926 8821875.08482799 22999 5000 9.2569886e-11 8821875.1 Loop time of 0.017699 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:20 2021 Pair time (%) = 0.00117898 (6.66128) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.187243) Outpt time (%) = 0.0163879 (92.5924) Other time (%) = 9.89437e-05 (0.559035) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:20 2021 Memory usage per processor = 27.5462 Mbytes Step Atoms AVEKE stressZZ 22999 5000 9.2569886e-11 8821826.6 23000 -0.0136174999999926 8821708.22634833 23000 5000 9.2563233e-11 8821708.2 Loop time of 0.0202091 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:20 2021 Pair time (%) = 0.00118399 (5.85869) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.162807) Outpt time (%) = 0.018894 (93.4924) Other time (%) = 9.82285e-05 (0.486061) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:20 2021 Memory usage per processor = 27.5462 Mbytes Step Atoms AVEKE stressZZ 23000 5000 9.2563233e-11 8821659.7 23001 -0.0136174999999926 8821541.37669799 23001 5000 9.2556589e-11 8821541.4 Loop time of 0.0174851 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:20 2021 Pair time (%) = 0.00120878 (6.9132) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.200442) Outpt time (%) = 0.016134 (92.2728) Other time (%) = 0.000107288 (0.613597) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:20 2021 Memory usage per processor = 27.5462 Mbytes Step Atoms AVEKE stressZZ 23001 5000 9.2556589e-11 8821492.9 23002 -0.0136174999999926 8821374.53586946 23002 5000 9.2549951e-11 8821374.5 Loop time of 0.0179241 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:20 2021 Pair time (%) = 0.00132918 (7.41563) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.200854) Outpt time (%) = 0.0164301 (91.6652) Other time (%) = 0.000128746 (0.718286) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:20 2021 Memory usage per processor = 27.5462 Mbytes Step Atoms AVEKE stressZZ 23002 5000 9.2549951e-11 8821326 23003 -0.0136174999999926 8821207.70385758 23003 5000 9.2543316e-11 8821207.7 Loop time of 0.017669 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:20 2021 Pair time (%) = 0.00117803 (6.66721) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.19161) Outpt time (%) = 0.016361 (92.5974) Other time (%) = 9.60827e-05 (0.543794) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:20 2021 Memory usage per processor = 27.5462 Mbytes Step Atoms AVEKE stressZZ 23003 5000 9.2543316e-11 8821159.2 23004 -0.0136174999999926 8821040.88065867 23004 5000 9.2536684e-11 8821040.9 Loop time of 0.017669 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:20 2021 Pair time (%) = 0.001261 (7.13679) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.198356) Outpt time (%) = 0.016268 (92.0711) Other time (%) = 0.000104904 (0.59372) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:20 2021 Memory usage per processor = 27.5462 Mbytes Step Atoms AVEKE stressZZ 23004 5000 9.2536684e-11 8820992.4 23005 -0.0136174999999926 8820874.06626979 23005 5000 9.2530054e-11 8820874.1 Loop time of 0.01755 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:20 2021 Pair time (%) = 0.00123906 (7.06018) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.199701) Outpt time (%) = 0.01617 (92.1369) Other time (%) = 0.000105858 (0.603179) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:20 2021 Memory usage per processor = 27.5462 Mbytes Step Atoms AVEKE stressZZ 23005 5000 9.2530054e-11 8820825.6 23006 -0.0136174999999926 8820707.26068899 23006 5000 9.2523426e-11 8820707.3 Loop time of 0.0178812 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:21 2021 Pair time (%) = 0.00132203 (7.39343) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.201336) Outpt time (%) = 0.0163939 (91.6826) Other time (%) = 0.000129223 (0.722676) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:21 2021 Memory usage per processor = 27.5462 Mbytes Step Atoms AVEKE stressZZ 23006 5000 9.2523426e-11 8820658.8 23007 -0.0136174999999926 8820540.46391468 23007 5000 9.2516799e-11 8820540.5 Loop time of 0.0177059 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:21 2021 Pair time (%) = 0.00118208 (6.67618) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.18717) Outpt time (%) = 0.0163929 (92.5846) Other time (%) = 9.77516e-05 (0.552084) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:21 2021 Memory usage per processor = 27.5462 Mbytes Step Atoms AVEKE stressZZ 23007 5000 9.2516799e-11 8820492 23008 -0.0136174999999926 8820373.67594522 23008 5000 9.2510173e-11 8820373.7 Loop time of 0.0176151 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:21 2021 Pair time (%) = 0.00120211 (6.8243) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.198963) Outpt time (%) = 0.0162771 (92.4042) Other time (%) = 0.000100851 (0.572527) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:21 2021 Memory usage per processor = 27.5462 Mbytes Step Atoms AVEKE stressZZ 23008 5000 9.2510173e-11 8820325.2 23009 -0.0136174999999926 8820206.89677928 23009 5000 9.2503548e-11 8820206.9 Loop time of 0.017729 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:21 2021 Pair time (%) = 0.00125909 (7.10184) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.203063) Outpt time (%) = 0.016324 (92.0751) Other time (%) = 0.000109911 (0.619949) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:21 2021 Memory usage per processor = 27.5462 Mbytes Step Atoms AVEKE stressZZ 23009 5000 9.2503548e-11 8820158.4 23010 -0.0136174999999926 8820040.12641574 23010 5000 9.2496924e-11 8820040.1 Loop time of 0.020704 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:21 2021 Pair time (%) = 0.00134397 (6.49132) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.178491) Outpt time (%) = 0.0191901 (92.6876) Other time (%) = 0.000133038 (0.642568) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:21 2021 Memory usage per processor = 27.5462 Mbytes Step Atoms AVEKE stressZZ 23010 5000 9.2496924e-11 8819991.6 23011 -0.0136174999999926 8819873.36485356 23011 5000 9.2490301e-11 8819873.4 Loop time of 0.0178251 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:21 2021 Pair time (%) = 0.00123787 (6.94452) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.195281) Outpt time (%) = 0.0164452 (92.2583) Other time (%) = 0.000107288 (0.601894) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:21 2021 Memory usage per processor = 27.5462 Mbytes Step Atoms AVEKE stressZZ 23011 5000 9.2490301e-11 8819824.9 23012 -0.0136174999999926 8819706.61209154 23012 5000 9.2483678e-11 8819706.6 Loop time of 0.0177619 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:21 2021 Pair time (%) = 0.00118518 (6.67257) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.185237) Outpt time (%) = 0.0164449 (92.5851) Other time (%) = 9.89437e-05 (0.557054) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:21 2021 Memory usage per processor = 27.5462 Mbytes Step Atoms AVEKE stressZZ 23012 5000 9.2483678e-11 8819658.1 23013 -0.0136174999999926 8819539.86812878 23013 5000 9.2477057e-11 8819539.9 Loop time of 0.017441 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:21 2021 Pair time (%) = 0.00119209 (6.83499) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.195481) Outpt time (%) = 0.0161159 (92.4022) Other time (%) = 9.89437e-05 (0.567304) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:21 2021 Memory usage per processor = 27.5462 Mbytes Step Atoms AVEKE stressZZ 23013 5000 9.2477057e-11 8819491.4 23014 -0.0136174999999926 8819373.13296417 23014 5000 9.2470436e-11 8819373.1 Loop time of 0.0178511 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:21 2021 Pair time (%) = 0.00142097 (7.96015) Neigh time (%) = 0 (0) Comm time (%) = 5.38826e-05 (0.301844) Outpt time (%) = 0.016197 (90.7336) Other time (%) = 0.000179291 (1.00437) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:21 2021 Memory usage per processor = 27.5462 Mbytes Step Atoms AVEKE stressZZ 23014 5000 9.2470436e-11 8819324.6 23015 -0.0136174999999926 8819206.40659677 23015 5000 9.2463816e-11 8819206.4 Loop time of 0.0177519 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:21 2021 Pair time (%) = 0.00121498 (6.84422) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.192057) Outpt time (%) = 0.0164042 (92.4077) Other time (%) = 9.87053e-05 (0.556026) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:21 2021 Memory usage per processor = 27.5462 Mbytes Step Atoms AVEKE stressZZ 23015 5000 9.2463816e-11 8819157.9 23016 -0.0136174999999926 8819039.68902568 23016 5000 9.2457197e-11 8819039.7 Loop time of 0.0177441 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:21 2021 Pair time (%) = 0.00118899 (6.7008) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.185424) Outpt time (%) = 0.016423 (92.5548) Other time (%) = 9.91821e-05 (0.558959) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:21 2021 Memory usage per processor = 27.5462 Mbytes Step Atoms AVEKE stressZZ 23016 5000 9.2457197e-11 8818991.2 23017 -0.0136174999999926 8818872.98024983 23017 5000 9.2450578e-11 8818873 Loop time of 0.0174851 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:21 2021 Pair time (%) = 0.00118303 (6.76593) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.194988) Outpt time (%) = 0.0161681 (92.4678) Other time (%) = 9.98974e-05 (0.571327) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:21 2021 Memory usage per processor = 27.5462 Mbytes Step Atoms AVEKE stressZZ 23017 5000 9.2450578e-11 8818824.5 23018 -0.0136174999999926 8818706.28026832 23018 5000 9.244396e-11 8818706.3 Loop time of 0.0177951 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:21 2021 Pair time (%) = 0.00139809 (7.85659) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.207669) Outpt time (%) = 0.016221 (91.1546) Other time (%) = 0.000138998 (0.781103) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:21 2021 Memory usage per processor = 27.5462 Mbytes Step Atoms AVEKE stressZZ 23018 5000 9.244396e-11 8818657.8 23019 -0.0136174999999926 8818539.58908039 23019 5000 9.2437343e-11 8818539.6 Loop time of 0.0178118 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:21 2021 Pair time (%) = 0.00121713 (6.83327) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.191412) Outpt time (%) = 0.0164549 (92.3823) Other time (%) = 0.000105619 (0.592975) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:21 2021 Memory usage per processor = 27.5462 Mbytes Step Atoms AVEKE stressZZ 23019 5000 9.2437343e-11 8818491.1 23020 -0.0136174999999926 8818372.90668493 23020 5000 9.2430727e-11 8818372.9 Loop time of 0.020386 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:21 2021 Pair time (%) = 0.00122213 (5.99497) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.166072) Outpt time (%) = 0.019032 (93.3583) Other time (%) = 9.799e-05 (0.480674) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:21 2021 Memory usage per processor = 27.5462 Mbytes Step Atoms AVEKE stressZZ 23020 5000 9.2430727e-11 8818324.4 23021 -0.0136174999999926 8818206.23308128 23021 5000 9.2424112e-11 8818206.2 Loop time of 0.0176141 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:21 2021 Pair time (%) = 0.00118399 (6.7218) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.188145) Outpt time (%) = 0.0162981 (92.5283) Other time (%) = 9.89437e-05 (0.561729) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:21 2021 Memory usage per processor = 27.5462 Mbytes Step Atoms AVEKE stressZZ 23021 5000 9.2424112e-11 8818157.7 23022 -0.0136174999999926 8818039.56826843 23022 5000 9.2417497e-11 8818039.6 Loop time of 0.017535 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:21 2021 Pair time (%) = 0.00123286 (7.03088) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.199872) Outpt time (%) = 0.0161579 (92.1465) Other time (%) = 0.000109196 (0.622731) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:21 2021 Memory usage per processor = 27.5462 Mbytes Step Atoms AVEKE stressZZ 23022 5000 9.2417497e-11 8817991.1 23023 -0.0136174999999926 8817872.91224558 23023 5000 9.2410883e-11 8817872.9 Loop time of 0.017961 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:21 2021 Pair time (%) = 0.00127006 (7.07118) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.195131) Outpt time (%) = 0.016542 (92.0992) Other time (%) = 0.000113964 (0.634508) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:21 2021 Memory usage per processor = 27.5462 Mbytes Step Atoms AVEKE stressZZ 23023 5000 9.2410883e-11 8817824.4 23024 -0.0136174999999926 8817706.26501948 23024 5000 9.240427e-11 8817706.3 Loop time of 0.0177982 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:21 2021 Pair time (%) = 0.00122595 (6.88805) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.202275) Outpt time (%) = 0.0164292 (92.3082) Other time (%) = 0.00010705 (0.601465) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:21 2021 Memory usage per processor = 27.5462 Mbytes Step Atoms AVEKE stressZZ 23024 5000 9.240427e-11 8817657.8 23025 -0.0136174999999926 8817539.62658286 23025 5000 9.2397658e-11 8817539.6 Loop time of 0.017596 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:21 2021 Pair time (%) = 0.00117898 (6.70027) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.186984) Outpt time (%) = 0.016284 (92.5437) Other time (%) = 0.000100136 (0.569083) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:21 2021 Memory usage per processor = 27.5462 Mbytes Step Atoms AVEKE stressZZ 23025 5000 9.2397658e-11 8817491.1 23026 -0.0136174999999926 8817372.99693356 23026 5000 9.2391046e-11 8817373 Loop time of 0.0175819 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:21 2021 Pair time (%) = 0.001297 (7.37687) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.204762) Outpt time (%) = 0.0161409 (91.8041) Other time (%) = 0.000108004 (0.614287) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:21 2021 Memory usage per processor = 27.5462 Mbytes Step Atoms AVEKE stressZZ 23026 5000 9.2391046e-11 8817324.5 23027 -0.0136174999999926 8817206.37607074 23027 5000 9.2384435e-11 8817206.4 Loop time of 0.017987 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:21 2021 Pair time (%) = 0.00142908 (7.94507) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.200151) Outpt time (%) = 0.0163889 (91.1151) Other time (%) = 0.000133038 (0.739631) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:21 2021 Memory usage per processor = 27.5462 Mbytes Step Atoms AVEKE stressZZ 23027 5000 9.2384435e-11 8817157.9 23028 -0.0136174999999926 8817039.76402003 23028 5000 9.2377825e-11 8817039.8 Loop time of 0.017684 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:21 2021 Pair time (%) = 0.00119686 (6.76805) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.186054) Outpt time (%) = 0.0163541 (92.4796) Other time (%) = 0.000100136 (0.566251) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:21 2021 Memory usage per processor = 27.5462 Mbytes Step Atoms AVEKE stressZZ 23028 5000 9.2377825e-11 8816991.3 23029 -0.0136174999999926 8816873.16075796 23029 5000 9.2371216e-11 8816873.2 Loop time of 0.0173759 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:21 2021 Pair time (%) = 0.00118589 (6.82492) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189352) Outpt time (%) = 0.016058 (92.4149) Other time (%) = 9.91821e-05 (0.570801) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:21 2021 Memory usage per processor = 27.5462 Mbytes Step Atoms AVEKE stressZZ 23029 5000 9.2371216e-11 8816824.7 23030 -0.0136174999999926 8816706.56627844 23030 5000 9.2364607e-11 8816706.6 Loop time of 0.0199192 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:21 2021 Pair time (%) = 0.00118113 (5.9296) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.166373) Outpt time (%) = 0.0186119 (93.4372) Other time (%) = 9.29832e-05 (0.466803) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:21 2021 Memory usage per processor = 27.5462 Mbytes Step Atoms AVEKE stressZZ 23030 5000 9.2364607e-11 8816658.1 23031 -0.0136174999999926 8816539.98058072 23031 5000 9.2357999e-11 8816540 Loop time of 0.0177059 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:21 2021 Pair time (%) = 0.00118184 (6.67484) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.185824) Outpt time (%) = 0.016398 (92.6128) Other time (%) = 9.32217e-05 (0.5265) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:21 2021 Memory usage per processor = 27.5462 Mbytes Step Atoms AVEKE stressZZ 23031 5000 9.2357999e-11 8816491.5 23032 -0.0136174999999926 8816373.40366443 23032 5000 9.2351392e-11 8816373.4 Loop time of 0.0176339 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:21 2021 Pair time (%) = 0.001194 (6.77104) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.187934) Outpt time (%) = 0.016309 (92.4867) Other time (%) = 9.77516e-05 (0.554339) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:21 2021 Memory usage per processor = 27.5462 Mbytes Step Atoms AVEKE stressZZ 23032 5000 9.2351392e-11 8816324.9 23033 -0.0136174999999926 8816206.83552871 23033 5000 9.2344786e-11 8816206.8 Loop time of 0.0178049 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:21 2021 Pair time (%) = 0.00139189 (7.81746) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.207555) Outpt time (%) = 0.0162549 (91.2947) Other time (%) = 0.000121117 (0.680245) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:21 2021 Memory usage per processor = 27.5462 Mbytes Step Atoms AVEKE stressZZ 23033 5000 9.2344786e-11 8816158.4 23034 -0.0136174999999926 8816040.27617295 23034 5000 9.2338181e-11 8816040.3 Loop time of 0.0177789 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:21 2021 Pair time (%) = 0.00121903 (6.85664) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.195789) Outpt time (%) = 0.016423 (92.3736) Other time (%) = 0.000102043 (0.573957) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:21 2021 Memory usage per processor = 27.5462 Mbytes Step Atoms AVEKE stressZZ 23034 5000 9.2338181e-11 8815991.8 23035 -0.0136174999999926 8815873.72559697 23035 5000 9.2331576e-11 8815873.7 Loop time of 0.0177691 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:21 2021 Pair time (%) = 0.00118303 (6.65781) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.185163) Outpt time (%) = 0.0164552 (92.6056) Other time (%) = 9.799e-05 (0.551463) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:21 2021 Memory usage per processor = 27.5462 Mbytes Step Atoms AVEKE stressZZ 23035 5000 9.2331576e-11 8815825.3 23036 -0.0136174999999926 8815707.18379988 23036 5000 9.2324972e-11 8815707.2 Loop time of 0.0174432 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:21 2021 Pair time (%) = 0.00118899 (6.81638) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.195457) Outpt time (%) = 0.0161221 (92.4264) Other time (%) = 9.799e-05 (0.561767) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:21 2021 Memory usage per processor = 27.5462 Mbytes Step Atoms AVEKE stressZZ 23036 5000 9.2324972e-11 8815658.7 23037 -0.0136174999999926 8815540.65078173 23037 5000 9.2318369e-11 8815540.7 Loop time of 0.017874 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:21 2021 Pair time (%) = 0.00147009 (8.22473) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.229428) Outpt time (%) = 0.0162101 (90.6908) Other time (%) = 0.000152826 (0.85502) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:21 2021 Memory usage per processor = 27.5462 Mbytes Step Atoms AVEKE stressZZ 23037 5000 9.2318369e-11 8815492.2 23038 -0.0136174999999926 8815374.1265421 23038 5000 9.2311766e-11 8815374.1 Loop time of 0.0179961 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:21 2021 Pair time (%) = 0.00124002 (6.89048) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.189452) Outpt time (%) = 0.0166202 (92.3544) Other time (%) = 0.000101805 (0.565705) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:21 2021 Memory usage per processor = 27.5462 Mbytes Step Atoms AVEKE stressZZ 23038 5000 9.2311766e-11 8815325.7 23039 -0.0136174999999926 8815207.61108094 23039 5000 9.2305165e-11 8815207.6 Loop time of 0.0177112 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:21 2021 Pair time (%) = 0.00117898 (6.65671) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.192499) Outpt time (%) = 0.0164008 (92.6016) Other time (%) = 9.72748e-05 (0.549229) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:21 2021 Memory usage per processor = 27.5462 Mbytes Step Atoms AVEKE stressZZ 23039 5000 9.2305165e-11 8815159.1 23040 -0.0136174999999926 8815041.10439843 23040 5000 9.2298564e-11 8815041.1 Loop time of 0.02034 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:21 2021 Pair time (%) = 0.00128293 (6.30744) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.171137) Outpt time (%) = 0.018918 (93.0092) Other time (%) = 0.000104189 (0.512237) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:21 2021 Memory usage per processor = 27.5462 Mbytes Step Atoms AVEKE stressZZ 23040 5000 9.2298564e-11 8814992.6 23041 -0.0136174999999926 8814874.60649486 23041 5000 9.2291964e-11 8814874.6 Loop time of 0.0176342 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:21 2021 Pair time (%) = 0.00122905 (6.9697) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.198748) Outpt time (%) = 0.016263 (92.2245) Other time (%) = 0.00010705 (0.60706) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:21 2021 Memory usage per processor = 27.5462 Mbytes Step Atoms AVEKE stressZZ 23041 5000 9.2291964e-11 8814826.1 23042 -0.0136174999999926 8814708.11737096 23042 5000 9.2285365e-11 8814708.1 Loop time of 0.01793 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:21 2021 Pair time (%) = 0.00124884 (6.96506) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.194139) Outpt time (%) = 0.0165339 (92.2132) Other time (%) = 0.000112534 (0.627626) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:21 2021 Memory usage per processor = 27.5462 Mbytes Step Atoms AVEKE stressZZ 23042 5000 9.2285365e-11 8814659.7 23043 -0.0136174999999926 8814541.63702824 23043 5000 9.2278766e-11 8814541.6 Loop time of 0.0177739 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:21 2021 Pair time (%) = 0.00118709 (6.67883) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.186455) Outpt time (%) = 0.0164549 (92.5794) Other time (%) = 9.87053e-05 (0.555339) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:21 2021 Memory usage per processor = 27.5462 Mbytes Step Atoms AVEKE stressZZ 23043 5000 9.2278766e-11 8814493.2 23044 -0.0136174999999926 8814375.16546903 23044 5000 9.2272168e-11 8814375.2 Loop time of 0.0175948 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:21 2021 Pair time (%) = 0.00117993 (6.70614) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.193772) Outpt time (%) = 0.016283 (92.5445) Other time (%) = 9.77516e-05 (0.555571) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:21 2021 Memory usage per processor = 27.5462 Mbytes Step Atoms AVEKE stressZZ 23044 5000 9.2272168e-11 8814326.7 23045 -0.0136174999999926 8814208.70269779 23045 5000 9.2265571e-11 8814208.7 Loop time of 0.0175698 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:21 2021 Pair time (%) = 0.00121689 (6.92603) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.199476) Outpt time (%) = 0.016212 (92.272) Other time (%) = 0.000105858 (0.6025) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:21 2021 Memory usage per processor = 27.5462 Mbytes Step Atoms AVEKE stressZZ 23045 5000 9.2265571e-11 8814160.2 23046 -0.0136174999999926 8814042.24872708 23046 5000 9.2258975e-11 8814042.2 Loop time of 0.0178549 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:21 2021 Pair time (%) = 0.00125408 (7.02373) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.190949) Outpt time (%) = 0.016454 (92.1537) Other time (%) = 0.000112772 (0.631601) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:21 2021 Memory usage per processor = 27.5462 Mbytes Step Atoms AVEKE stressZZ 23046 5000 9.2258975e-11 8813993.8 23047 -0.0136174999999926 8813875.80357544 23047 5000 9.2252379e-11 8813875.8 Loop time of 0.0177279 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:21 2021 Pair time (%) = 0.00117898 (6.65044) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.192318) Outpt time (%) = 0.016418 (92.6112) Other time (%) = 9.67979e-05 (0.546022) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:21 2021 Memory usage per processor = 27.5462 Mbytes Step Atoms AVEKE stressZZ 23047 5000 9.2252379e-11 8813827.3 23048 -0.0136174999999926 8813709.36718409 23048 5000 9.2245784e-11 8813709.4 Loop time of 0.0176339 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:22 2021 Pair time (%) = 0.00118184 (6.70209) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.186582) Outpt time (%) = 0.0163178 (92.5367) Other time (%) = 0.000101328 (0.574619) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:22 2021 Memory usage per processor = 27.5462 Mbytes Step Atoms AVEKE stressZZ 23048 5000 9.2245784e-11 8813660.9 23049 -0.0136174999999926 8813542.9395511 23049 5000 9.223919e-11 8813542.9 Loop time of 0.207666 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:22 2021 Pair time (%) = 0.00124097 (0.597579) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.0168769) Outpt time (%) = 0.206284 (99.3346) Other time (%) = 0.000105858 (0.0509751) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:22 2021 Memory usage per processor = 27.5462 Mbytes Step Atoms AVEKE stressZZ 23049 5000 9.223919e-11 8813494.5 23050 -0.0136174999999926 8813376.52067782 23050 5000 9.2232597e-11 8813376.5 Loop time of 0.0211089 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:22 2021 Pair time (%) = 0.00127411 (6.03589) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.17055) Outpt time (%) = 0.019691 (93.283) Other time (%) = 0.000107765 (0.510521) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:22 2021 Memory usage per processor = 27.5462 Mbytes Step Atoms AVEKE stressZZ 23050 5000 9.2232597e-11 8813328.1 23051 -0.0136174999999926 8813210.11057122 23051 5000 9.2226005e-11 8813210.1 Loop time of 0.0178099 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:22 2021 Pair time (%) = 0.00118113 (6.63186) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.186078) Outpt time (%) = 0.0164979 (92.6332) Other time (%) = 9.77516e-05 (0.548862) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:22 2021 Memory usage per processor = 27.5462 Mbytes Step Atoms AVEKE stressZZ 23051 5000 9.2226005e-11 8813161.7 23052 -0.0136174999999926 8813043.70922651 23052 5000 9.2219413e-11 8813043.7 Loop time of 0.017751 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:22 2021 Pair time (%) = 0.00118017 (6.64849) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.185352) Outpt time (%) = 0.016439 (92.6088) Other time (%) = 9.89437e-05 (0.557399) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:22 2021 Memory usage per processor = 27.5462 Mbytes Step Atoms AVEKE stressZZ 23052 5000 9.2219413e-11 8812995.3 23053 -0.0136174999999926 8812877.31662689 23053 5000 9.2212822e-11 8812877.3 Loop time of 0.017585 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:22 2021 Pair time (%) = 0.00118089 (6.71529) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.19388) Outpt time (%) = 0.0162649 (92.4929) Other time (%) = 0.000105143 (0.597909) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:22 2021 Memory usage per processor = 27.5462 Mbytes Step Atoms AVEKE stressZZ 23053 5000 9.2212822e-11 8812828.9 23054 -0.0136174999999926 8812710.93277115 23054 5000 9.2206232e-11 8812710.9 Loop time of 0.01805 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:22 2021 Pair time (%) = 0.0013988 (7.74961) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.199453) Outpt time (%) = 0.016449 (91.1303) Other time (%) = 0.000166178 (0.920655) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:22 2021 Memory usage per processor = 27.5462 Mbytes Step Atoms AVEKE stressZZ 23054 5000 9.2206232e-11 8812662.5 23055 -0.0136174999999926 8812544.55765837 23055 5000 9.2199643e-11 8812544.6 Loop time of 0.017786 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:22 2021 Pair time (%) = 0.00120592 (6.78016) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.191689) Outpt time (%) = 0.0164421 (92.4437) Other time (%) = 0.000103951 (0.58445) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:22 2021 Memory usage per processor = 27.5462 Mbytes Step Atoms AVEKE stressZZ 23055 5000 9.2199643e-11 8812496.1 23056 -0.0136174999999926 8812378.19128748 23056 5000 9.2193054e-11 8812378.2 Loop time of 0.0178261 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:22 2021 Pair time (%) = 0.00117803 (6.60844) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.185908) Outpt time (%) = 0.016515 (92.6452) Other time (%) = 9.98974e-05 (0.5604) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:22 2021 Memory usage per processor = 27.5462 Mbytes Step Atoms AVEKE stressZZ 23056 5000 9.2193054e-11 8812329.7 23057 -0.0136174999999926 8812211.83365752 23057 5000 9.2186466e-11 8812211.8 Loop time of 0.0177779 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:22 2021 Pair time (%) = 0.00118399 (6.65987) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.197141) Outpt time (%) = 0.0164549 (92.5583) Other time (%) = 0.000103951 (0.584717) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:22 2021 Memory usage per processor = 27.5462 Mbytes Step Atoms AVEKE stressZZ 23057 5000 9.2186466e-11 8812163.4 23058 -0.0136174999999926 8812045.48476751 23058 5000 9.2179879e-11 8812045.5 Loop time of 0.0178089 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:22 2021 Pair time (%) = 0.00122905 (6.90131) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.191443) Outpt time (%) = 0.0164399 (92.3128) Other time (%) = 0.000105858 (0.594409) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:22 2021 Memory usage per processor = 27.5462 Mbytes Step Atoms AVEKE stressZZ 23058 5000 9.2179879e-11 8811997 23059 -0.0136174999999926 8811879.14461632 23059 5000 9.2173293e-11 8811879.1 Loop time of 0.0177319 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:22 2021 Pair time (%) = 0.00117993 (6.6543) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.186896) Outpt time (%) = 0.0164211 (92.6075) Other time (%) = 9.77516e-05 (0.551275) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:22 2021 Memory usage per processor = 27.5462 Mbytes Step Atoms AVEKE stressZZ 23059 5000 9.2173293e-11 8811830.7 23060 -0.0136174999999926 8811712.81320292 23060 5000 9.2166707e-11 8811712.8 Loop time of 0.020268 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:22 2021 Pair time (%) = 0.00118494 (5.84637) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.167039) Outpt time (%) = 0.0189519 (93.5066) Other time (%) = 9.72748e-05 (0.479944) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:22 2021 Memory usage per processor = 27.5462 Mbytes Step Atoms AVEKE stressZZ 23060 5000 9.2166707e-11 8811664.4 23061 -0.0136174999999926 8811546.49052643 23061 5000 9.2160122e-11 8811546.5 Loop time of 0.0175209 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:22 2021 Pair time (%) = 0.00118494 (6.76301) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.189147) Outpt time (%) = 0.016206 (92.4954) Other time (%) = 9.67979e-05 (0.552471) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:22 2021 Memory usage per processor = 27.5462 Mbytes Step Atoms AVEKE stressZZ 23061 5000 9.2160122e-11 8811498.1 23062 -0.0136174999999926 8811380.17658564 23062 5000 9.2153538e-11 8811380.2 Loop time of 0.0176072 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:22 2021 Pair time (%) = 0.00132585 (7.53013) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.209885) Outpt time (%) = 0.0161352 (91.6398) Other time (%) = 0.000109196 (0.620176) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:22 2021 Memory usage per processor = 27.5462 Mbytes Step Atoms AVEKE stressZZ 23062 5000 9.2153538e-11 8811331.7 23063 -0.0136174999999926 8811213.8713798 23063 5000 9.2146955e-11 8811213.9 Loop time of 0.0174 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:22 2021 Pair time (%) = 0.00120997 (6.95386) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.195941) Outpt time (%) = 0.016058 (92.287) Other time (%) = 9.799e-05 (0.56316) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:22 2021 Memory usage per processor = 27.5462 Mbytes Step Atoms AVEKE stressZZ 23063 5000 9.2146955e-11 8811165.4 23064 -0.0136174999999926 8811047.57490765 23064 5000 9.2140372e-11 8811047.6 Loop time of 0.0175791 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:22 2021 Pair time (%) = 0.00118399 (6.7352) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.187164) Outpt time (%) = 0.0162702 (92.5541) Other time (%) = 9.20296e-05 (0.523518) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:22 2021 Memory usage per processor = 27.5462 Mbytes Step Atoms AVEKE stressZZ 23064 5000 9.2140372e-11 8810999.1 23065 -0.0136174999999926 8810881.28716829 23065 5000 9.213379e-11 8810881.3 Loop time of 0.0174191 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:22 2021 Pair time (%) = 0.00118113 (6.78064) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.184777) Outpt time (%) = 0.0161109 (92.4898) Other time (%) = 9.48906e-05 (0.54475) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:22 2021 Memory usage per processor = 27.5462 Mbytes Step Atoms AVEKE stressZZ 23065 5000 9.213379e-11 8810832.9 23066 -0.0136174999999926 8810715.00816063 23066 5000 9.2127209e-11 8810715 Loop time of 0.0179539 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:22 2021 Pair time (%) = 0.00130486 (7.26787) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.200521) Outpt time (%) = 0.016484 (91.8132) Other time (%) = 0.000128984 (0.718421) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:22 2021 Memory usage per processor = 27.5462 Mbytes Step Atoms AVEKE stressZZ 23066 5000 9.2127209e-11 8810666.6 23067 -0.0136174999999926 8810548.73788381 23067 5000 9.2120629e-11 8810548.7 Loop time of 0.0177321 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:22 2021 Pair time (%) = 0.00118184 (6.66496) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.185549) Outpt time (%) = 0.0164199 (92.5996) Other time (%) = 9.75132e-05 (0.549923) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:22 2021 Memory usage per processor = 27.5462 Mbytes Step Atoms AVEKE stressZZ 23067 5000 9.2120629e-11 8810500.3 23068 -0.0136174999999926 8810382.47633657 23068 5000 9.211405e-11 8810382.5 Loop time of 0.0176351 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:22 2021 Pair time (%) = 0.00118494 (6.71921) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.193329) Outpt time (%) = 0.016324 (92.5656) Other time (%) = 9.20296e-05 (0.521854) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:27:22 2021 Memory usage per processor = 27.5462 Mbytes Step Atoms AVEKE stressZZ 23068 5000 9.211405e-11 8810334 23069 -0.0136174999999926 8810193.05910313 23069 5000 1.8170929e-10 8810483.4 Loop time of 0.017081 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:22 2021 Pair time (%) = 0.00122213 (7.15492) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205184) Outpt time (%) = 0.0156941 (91.8806) Other time (%) = 0.0001297 (0.759321) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:22 2021 Memory usage per processor = 27.5462 Mbytes Step Atoms AVEKE stressZZ 23069 5000 1.8170929e-10 8879362 23070 -0.0136499999999926 8879206.77973464 23070 5000 1.461816e-10 8879206.8 Loop time of 0.020587 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:22 2021 Pair time (%) = 0.00138998 (6.75175) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.170241) Outpt time (%) = 0.019017 (92.3739) Other time (%) = 0.000144958 (0.704127) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:22 2021 Memory usage per processor = 27.5462 Mbytes Step Atoms AVEKE stressZZ 23070 5000 1.461816e-10 8879141.3 23071 -0.0136499999999926 8878999.21254446 23071 5000 1.2561033e-10 8878999.2 Loop time of 0.017503 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:22 2021 Pair time (%) = 0.00118995 (6.79852) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.183891) Outpt time (%) = 0.0161822 (92.4537) Other time (%) = 9.87053e-05 (0.563933) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:22 2021 Memory usage per processor = 27.5462 Mbytes Step Atoms AVEKE stressZZ 23071 5000 1.2561033e-10 8878939.7 23072 -0.0136499999999926 8878806.08948059 23072 5000 1.1334629e-10 8878806.1 Loop time of 0.0172429 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:22 2021 Pair time (%) = 0.0011301 (6.55402) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185282) Outpt time (%) = 0.015955 (92.5306) Other time (%) = 0.000125885 (0.730068) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:22 2021 Memory usage per processor = 27.5462 Mbytes Step Atoms AVEKE stressZZ 23072 5000 1.1334629e-10 8878750.5 23073 -0.0136499999999926 8878622.14901713 23073 5000 1.0587779e-10 8878622.1 Loop time of 0.016762 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:22 2021 Pair time (%) = 0.00116205 (6.93265) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.201977) Outpt time (%) = 0.0154641 (92.2566) Other time (%) = 0.000102043 (0.608776) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:22 2021 Memory usage per processor = 27.5462 Mbytes Step Atoms AVEKE stressZZ 23073 5000 1.0587779e-10 8878569 23074 -0.0136499999999926 8878444.04741019 23074 5000 1.012615e-10 8878444 Loop time of 0.0178618 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:22 2021 Pair time (%) = 0.001477 (8.26904) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.201554) Outpt time (%) = 0.016206 (90.7299) Other time (%) = 0.000142813 (0.799541) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:22 2021 Memory usage per processor = 27.5462 Mbytes Step Atoms AVEKE stressZZ 23074 5000 1.012615e-10 8878392.4 23075 -0.0136499999999926 8878269.65970612 23075 5000 9.8378874e-11 8878269.7 Loop time of 0.017566 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:22 2021 Pair time (%) = 0.00112796 (6.42127) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.176446) Outpt time (%) = 0.0163188 (92.9001) Other time (%) = 8.82149e-05 (0.502192) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:22 2021 Memory usage per processor = 27.5462 Mbytes Step Atoms AVEKE stressZZ 23075 5000 9.8378874e-11 8878219 23076 -0.0136499999999926 8878097.63545793 23076 5000 9.6566126e-11 8878097.6 Loop time of 0.0174022 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:22 2021 Pair time (%) = 0.00117016 (6.72421) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183587) Outpt time (%) = 0.016104 (92.5401) Other time (%) = 9.60827e-05 (0.55213) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:22 2021 Memory usage per processor = 27.5462 Mbytes Step Atoms AVEKE stressZZ 23076 5000 9.6566126e-11 8878047.6 23077 -0.0136499999999926 8877927.11643562 23077 5000 9.5420411e-11 8877927.1 Loop time of 0.0169032 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:22 2021 Pair time (%) = 0.00116301 (6.8804) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.201701) Outpt time (%) = 0.0156031 (92.3086) Other time (%) = 0.000102997 (0.609335) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:22 2021 Memory usage per processor = 27.5462 Mbytes Step Atoms AVEKE stressZZ 23077 5000 9.5420411e-11 8877877.5 23078 -0.0136499999999926 8877757.5572274 23078 5000 9.4693394e-11 8877757.6 Loop time of 0.0175011 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:22 2021 Pair time (%) = 0.00148511 (8.4858) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.211157) Outpt time (%) = 0.0158329 (90.468) Other time (%) = 0.000146151 (0.835093) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:22 2021 Memory usage per processor = 27.5462 Mbytes Step Atoms AVEKE stressZZ 23078 5000 9.4693394e-11 8877708.2 23079 -0.0136499999999926 8877588.6112153 23079 5000 9.423036e-11 8877588.6 Loop time of 0.0178499 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:22 2021 Pair time (%) = 0.001127 (6.31378) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.180317) Outpt time (%) = 0.0165989 (92.9917) Other time (%) = 9.17912e-05 (0.514238) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:22 2021 Memory usage per processor = 27.5462 Mbytes Step Atoms AVEKE stressZZ 23079 5000 9.423036e-11 8877539.4 23080 -0.0136499999999926 8877420.05811925 23080 5000 9.3934238e-11 8877420.1 Loop time of 0.02071 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:22 2021 Pair time (%) = 0.00119495 (5.76994) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.154264) Outpt time (%) = 0.019346 (93.4138) Other time (%) = 0.000137091 (0.661954) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:22 2021 Memory usage per processor = 27.5462 Mbytes Step Atoms AVEKE stressZZ 23080 5000 9.3934238e-11 8877371 23081 -0.0136499999999926 8877251.75794852 23081 5000 9.3743846e-11 8877251.8 Loop time of 0.017205 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:23 2021 Pair time (%) = 0.0011301 (6.56846) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191234) Outpt time (%) = 0.0158958 (92.3908) Other time (%) = 0.000146151 (0.849466) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:23 2021 Memory usage per processor = 27.5462 Mbytes Step Atoms AVEKE stressZZ 23081 5000 9.3743846e-11 8877202.7 23082 -0.0136499999999926 8877083.62173666 23082 5000 9.3620507e-11 8877083.6 Loop time of 0.0175641 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:23 2021 Pair time (%) = 0.00136995 (7.79975) Neigh time (%) = 0 (0) Comm time (%) = 5.19753e-05 (0.295918) Outpt time (%) = 0.0159931 (91.0559) Other time (%) = 0.000149012 (0.848389) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:23 2021 Memory usage per processor = 27.5462 Mbytes Step Atoms AVEKE stressZZ 23082 5000 9.3620507e-11 8877034.6 23083 -0.0136499999999926 8876915.5929439 23083 5000 9.3539724e-11 8876915.6 Loop time of 0.0178139 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:23 2021 Pair time (%) = 0.00115204 (6.46707) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.263662) Outpt time (%) = 0.0165198 (92.7353) Other time (%) = 9.5129e-05 (0.534015) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:23 2021 Memory usage per processor = 27.5462 Mbytes Step Atoms AVEKE stressZZ 23083 5000 9.3539724e-11 8876866.6 23084 -0.0136499999999926 8876747.63563841 23084 5000 9.3485963e-11 8876747.6 Loop time of 0.0176249 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:23 2021 Pair time (%) = 0.00118113 (6.70148) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.181267) Outpt time (%) = 0.016319 (92.591) Other time (%) = 9.27448e-05 (0.526216) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:23 2021 Memory usage per processor = 27.5462 Mbytes Step Atoms AVEKE stressZZ 23084 5000 9.3485963e-11 8876698.7 23085 -0.0136499999999926 8876579.72697597 23085 5000 9.3449366e-11 8876579.7 Loop time of 0.0170412 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:23 2021 Pair time (%) = 0.00118899 (6.97717) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.200067) Outpt time (%) = 0.0157168 (92.2282) Other time (%) = 0.000101328 (0.594605) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:23 2021 Memory usage per processor = 27.5462 Mbytes Step Atoms AVEKE stressZZ 23085 5000 9.3449366e-11 8876530.8 23086 -0.0136499999999926 8876411.85243811 23086 5000 9.3423672e-11 8876411.9 Loop time of 0.017638 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:23 2021 Pair time (%) = 0.00150895 (8.55513) Neigh time (%) = 0 (0) Comm time (%) = 4.19617e-05 (0.237905) Outpt time (%) = 0.015944 (90.3959) Other time (%) = 0.000143051 (0.811041) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:23 2021 Memory usage per processor = 27.5462 Mbytes Step Atoms AVEKE stressZZ 23086 5000 9.3423672e-11 8876362.9 23087 -0.0136499999999926 8876244.00281307 23087 5000 9.3404907e-11 8876244 Loop time of 0.0176849 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:23 2021 Pair time (%) = 0.00121999 (6.89846) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.182) Outpt time (%) = 0.016336 (92.3722) Other time (%) = 9.67979e-05 (0.547347) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:23 2021 Memory usage per processor = 27.5462 Mbytes Step Atoms AVEKE stressZZ 23087 5000 9.3404907e-11 8876195.1 23088 -0.0136499999999926 8876076.17223878 23088 5000 9.3390545e-11 8876076.2 Loop time of 0.0176239 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:23 2021 Pair time (%) = 0.00113392 (6.43398) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.175866) Outpt time (%) = 0.0163641 (92.8517) Other time (%) = 9.48906e-05 (0.53842) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:23 2021 Memory usage per processor = 27.5462 Mbytes Step Atoms AVEKE stressZZ 23088 5000 9.3390545e-11 8876027.3 23089 -0.0136499999999926 8875908.35698937 23089 5000 9.337898e-11 8875908.4 Loop time of 0.016959 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:23 2021 Pair time (%) = 0.00114107 (6.72843) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.194008) Outpt time (%) = 0.0156419 (92.234) Other time (%) = 0.000143051 (0.843514) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:23 2021 Memory usage per processor = 27.5462 Mbytes Step Atoms AVEKE stressZZ 23089 5000 9.337898e-11 8875859.4 23090 -0.0136499999999926 8875740.55469649 23090 5000 9.3369194e-11 8875740.6 Loop time of 0.0204282 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:23 2021 Pair time (%) = 0.00142908 (6.99564) Neigh time (%) = 0 (0) Comm time (%) = 5.31673e-05 (0.260265) Outpt time (%) = 0.0187831 (91.947) Other time (%) = 0.00016284 (0.797134) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:23 2021 Memory usage per processor = 27.5462 Mbytes Step Atoms AVEKE stressZZ 23090 5000 9.3369194e-11 8875691.6 23091 -0.0136499999999926 8875572.76385448 23091 5000 9.3360538e-11 8875572.8 Loop time of 0.017874 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:23 2021 Pair time (%) = 0.00121808 (6.81482) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.178741) Outpt time (%) = 0.01652 (92.4249) Other time (%) = 0.000103951 (0.581574) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:23 2021 Memory usage per processor = 27.5462 Mbytes Step Atoms AVEKE stressZZ 23091 5000 9.3360538e-11 8875523.9 23092 -0.0136499999999926 8875404.98351608 23092 5000 9.33526e-11 8875405 Loop time of 0.0176799 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:23 2021 Pair time (%) = 0.00116897 (6.61183) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.180703) Outpt time (%) = 0.0163581 (92.5238) Other time (%) = 0.000120878 (0.683703) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:23 2021 Memory usage per processor = 27.5462 Mbytes Step Atoms AVEKE stressZZ 23092 5000 9.33526e-11 8875356.1 23093 -0.0136499999999926 8875237.2131416 23093 5000 9.334512e-11 8875237.2 Loop time of 0.0170181 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:23 2021 Pair time (%) = 0.00112796 (6.628) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.194735) Outpt time (%) = 0.0157261 (92.4081) Other time (%) = 0.000130892 (0.769134) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:23 2021 Memory usage per processor = 27.5462 Mbytes Step Atoms AVEKE stressZZ 23093 5000 9.334512e-11 8875188.3 23094 -0.0136499999999926 8875069.45231242 23094 5000 9.333793e-11 8875069.5 Loop time of 0.017134 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:23 2021 Pair time (%) = 0.00134778 (7.86614) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.215682) Outpt time (%) = 0.01561 (91.1055) Other time (%) = 0.000139236 (0.812635) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:23 2021 Memory usage per processor = 27.5462 Mbytes Step Atoms AVEKE stressZZ 23094 5000 9.333793e-11 8875020.5 23095 -0.0136499999999926 8874901.70076888 23095 5000 9.3330925e-11 8874901.7 Loop time of 0.018003 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:23 2021 Pair time (%) = 0.00120592 (6.69845) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.194676) Outpt time (%) = 0.0166528 (92.5003) Other time (%) = 0.000109196 (0.606542) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:23 2021 Memory usage per processor = 27.5462 Mbytes Step Atoms AVEKE stressZZ 23095 5000 9.3330925e-11 8874852.8 23096 -0.0136499999999926 8874733.95834799 23096 5000 9.3324037e-11 8874734 Loop time of 0.0175009 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:23 2021 Pair time (%) = 0.00113106 (6.46286) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182551) Outpt time (%) = 0.0162451 (92.8246) Other time (%) = 9.27448e-05 (0.529944) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:23 2021 Memory usage per processor = 27.5462 Mbytes Step Atoms AVEKE stressZZ 23096 5000 9.3324037e-11 8874685.1 23097 -0.0136499999999926 8874566.22495446 23097 5000 9.3317225e-11 8874566.2 Loop time of 0.017103 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:23 2021 Pair time (%) = 0.00112796 (6.59511) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.199345) Outpt time (%) = 0.015795 (92.3524) Other time (%) = 0.000145912 (0.85314) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:23 2021 Memory usage per processor = 27.5462 Mbytes Step Atoms AVEKE stressZZ 23097 5000 9.3317225e-11 8874517.3 23098 -0.0136499999999926 8874398.50052277 23098 5000 9.3310461e-11 8874398.5 Loop time of 0.0177829 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:23 2021 Pair time (%) = 0.00149512 (8.40763) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.230603) Outpt time (%) = 0.016082 (90.4353) Other time (%) = 0.000164747 (0.926435) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:23 2021 Memory usage per processor = 27.5462 Mbytes Step Atoms AVEKE stressZZ 23098 5000 9.3310461e-11 8874349.6 23099 -0.0136499999999926 8874230.78500236 23099 5000 9.3303728e-11 8874230.8 Loop time of 0.0177619 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:23 2021 Pair time (%) = 0.00115204 (6.48599) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.18658) Outpt time (%) = 0.0164831 (92.7999) Other time (%) = 9.36985e-05 (0.527524) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:23 2021 Memory usage per processor = 27.5462 Mbytes Step Atoms AVEKE stressZZ 23099 5000 9.3303728e-11 8874181.9 23100 -0.0136499999999926 8874063.07837005 23100 5000 9.3297015e-11 8874063.1 Loop time of 0.0207729 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:23 2021 Pair time (%) = 0.00136304 (6.56161) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.183638) Outpt time (%) = 0.019244 (92.6396) Other time (%) = 0.000127792 (0.615187) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:23 2021 Memory usage per processor = 27.5463 Mbytes Step Atoms AVEKE stressZZ 23100 5000 9.3297015e-11 8874014.2 23101 -0.0136499999999926 8873895.38061163 23101 5000 9.3290315e-11 8873895.4 Loop time of 0.0173278 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:23 2021 Pair time (%) = 0.00124097 (7.16173) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189879) Outpt time (%) = 0.0159039 (91.7829) Other time (%) = 0.000149965 (0.865461) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:23 2021 Memory usage per processor = 27.5463 Mbytes Step Atoms AVEKE stressZZ 23101 5000 9.3290315e-11 8873846.5 23102 -0.0136499999999926 8873727.69179877 23102 5000 9.3283623e-11 8873727.7 Loop time of 0.0173469 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:23 2021 Pair time (%) = 0.00127506 (7.35039) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.200665) Outpt time (%) = 0.015933 (91.8497) Other time (%) = 0.000103951 (0.599247) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:23 2021 Memory usage per processor = 27.5463 Mbytes Step Atoms AVEKE stressZZ 23102 5000 9.3283623e-11 8873678.8 23103 -0.0136499999999926 8873560.0118913 23103 5000 9.3276937e-11 8873560 Loop time of 0.0178461 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:23 2021 Pair time (%) = 0.00125194 (7.01518) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.191044) Outpt time (%) = 0.0164452 (92.1498) Other time (%) = 0.000114918 (0.643937) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:23 2021 Memory usage per processor = 27.5463 Mbytes Step Atoms AVEKE stressZZ 23103 5000 9.3276937e-11 8873511.1 23104 -0.0136499999999926 8873392.34086509 23104 5000 9.3270254e-11 8873392.3 Loop time of 0.0177498 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:23 2021 Pair time (%) = 0.0011301 (6.36686) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.179991) Outpt time (%) = 0.0164928 (92.9185) Other time (%) = 9.48906e-05 (0.534601) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:23 2021 Memory usage per processor = 27.5463 Mbytes Step Atoms AVEKE stressZZ 23104 5000 9.3270254e-11 8873343.4 23105 -0.0136499999999926 8873224.67870808 23105 5000 9.3263575e-11 8873224.7 Loop time of 0.016834 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:23 2021 Pair time (%) = 0.001127 (6.6948) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.191199) Outpt time (%) = 0.0155821 (92.5631) Other time (%) = 9.27448e-05 (0.550937) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:23 2021 Memory usage per processor = 27.5463 Mbytes Step Atoms AVEKE stressZZ 23105 5000 9.3263575e-11 8873175.8 23106 -0.0136499999999926 8873057.02541232 23106 5000 9.3256897e-11 8873057 Loop time of 0.016731 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:23 2021 Pair time (%) = 0.00118399 (7.07659) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.185251) Outpt time (%) = 0.0154321 (92.2366) Other time (%) = 8.39233e-05 (0.501603) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:23 2021 Memory usage per processor = 27.5463 Mbytes Step Atoms AVEKE stressZZ 23106 5000 9.3256897e-11 8873008.1 23107 -0.0136499999999926 8872889.38097178 23107 5000 9.3250221e-11 8872889.4 Loop time of 0.0168221 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:23 2021 Pair time (%) = 0.00113511 (6.74774) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.189917) Outpt time (%) = 0.0155671 (92.5394) Other time (%) = 8.79765e-05 (0.522981) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:23 2021 Memory usage per processor = 27.5463 Mbytes Step Atoms AVEKE stressZZ 23107 5000 9.3250221e-11 8872840.5 23108 -0.0136499999999926 8872721.74538562 23108 5000 9.3243546e-11 8872721.7 Loop time of 0.017256 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:23 2021 Pair time (%) = 0.00112987 (6.54766) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179615) Outpt time (%) = 0.016005 (92.7505) Other time (%) = 9.01222e-05 (0.522265) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:23 2021 Memory usage per processor = 27.5463 Mbytes Step Atoms AVEKE stressZZ 23108 5000 9.3243546e-11 8872672.9 23109 -0.0136499999999926 8872554.11868085 23109 5000 9.3236873e-11 8872554.1 Loop time of 0.01703 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:23 2021 Pair time (%) = 0.00119901 (7.04056) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.193199) Outpt time (%) = 0.015666 (91.9906) Other time (%) = 0.000132084 (0.775595) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:23 2021 Memory usage per processor = 27.5463 Mbytes Step Atoms AVEKE stressZZ 23109 5000 9.3236873e-11 8872505.2 23110 -0.0136499999999926 8872386.50083656 23110 5000 9.32302e-11 8872386.5 Loop time of 0.0202291 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:23 2021 Pair time (%) = 0.00122285 (6.045) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.163824) Outpt time (%) = 0.018867 (93.2667) Other time (%) = 0.000106096 (0.524473) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:23 2021 Memory usage per processor = 27.5463 Mbytes Step Atoms AVEKE stressZZ 23110 5000 9.32302e-11 8872337.6 23111 -0.0136499999999926 8872218.89184516 23111 5000 9.3223528e-11 8872218.9 Loop time of 0.01758 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:23 2021 Pair time (%) = 0.00113487 (6.45546) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.176305) Outpt time (%) = 0.0163209 (92.838) Other time (%) = 9.32217e-05 (0.53027) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:23 2021 Memory usage per processor = 27.5463 Mbytes Step Atoms AVEKE stressZZ 23111 5000 9.3223528e-11 8872170 23112 -0.0136499999999926 8872051.29170197 23112 5000 9.3216858e-11 8872051.3 Loop time of 0.0171909 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:23 2021 Pair time (%) = 0.00112391 (6.53778) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185843) Outpt time (%) = 0.0159419 (92.7341) Other time (%) = 9.32217e-05 (0.542272) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:23 2021 Memory usage per processor = 27.5463 Mbytes Step Atoms AVEKE stressZZ 23112 5000 9.3216858e-11 8872002.4 23113 -0.0136499999999926 8871883.70040341 23113 5000 9.3210187e-11 8871883.7 Loop time of 0.0169082 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:23 2021 Pair time (%) = 0.00115395 (6.82478) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.201641) Outpt time (%) = 0.0156181 (92.3701) Other time (%) = 0.000102043 (0.603514) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:23 2021 Memory usage per processor = 27.5463 Mbytes Step Atoms AVEKE stressZZ 23113 5000 9.3210187e-11 8871834.8 23114 -0.0136499999999926 8871716.11794659 23114 5000 9.3203518e-11 8871716.1 Loop time of 0.0178561 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:23 2021 Pair time (%) = 0.00141883 (7.9459) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.185596) Outpt time (%) = 0.0162778 (91.1608) Other time (%) = 0.000126362 (0.707667) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:23 2021 Memory usage per processor = 27.5463 Mbytes Step Atoms AVEKE stressZZ 23114 5000 9.3203518e-11 8871667.2 23115 -0.0136499999999926 8871548.5443288 23115 5000 9.319685e-11 8871548.5 Loop time of 0.017524 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:23 2021 Pair time (%) = 0.00117588 (6.71011) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.183671) Outpt time (%) = 0.016222 (92.5702) Other time (%) = 9.39369e-05 (0.536047) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:23 2021 Memory usage per processor = 27.5463 Mbytes Step Atoms AVEKE stressZZ 23115 5000 9.319685e-11 8871499.7 23116 -0.0136499999999926 8871380.97954769 23116 5000 9.3190182e-11 8871381 Loop time of 0.0170579 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:23 2021 Pair time (%) = 0.00117898 (6.91164) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187292) Outpt time (%) = 0.015754 (92.356) Other time (%) = 9.29832e-05 (0.545104) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:23 2021 Memory usage per processor = 27.5463 Mbytes Step Atoms AVEKE stressZZ 23116 5000 9.3190182e-11 8871332.1 23117 -0.0136499999999926 8871213.42360079 23117 5000 9.3183515e-11 8871213.4 Loop time of 0.017087 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:23 2021 Pair time (%) = 0.00117111 (6.85383) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.199531) Outpt time (%) = 0.0157812 (92.3578) Other time (%) = 0.000100613 (0.588826) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:23 2021 Memory usage per processor = 27.5463 Mbytes Step Atoms AVEKE stressZZ 23117 5000 9.3183515e-11 8871164.5 23118 -0.0136499999999926 8871045.87648631 23118 5000 9.3176849e-11 8871045.9 Loop time of 0.0177228 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:23 2021 Pair time (%) = 0.00128412 (7.24558) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.186991) Outpt time (%) = 0.016293 (91.9325) Other time (%) = 0.000112534 (0.634963) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:23 2021 Memory usage per processor = 27.5463 Mbytes Step Atoms AVEKE stressZZ 23118 5000 9.3176849e-11 8870997 23119 -0.0136499999999926 8870878.33820198 23119 5000 9.3170184e-11 8870878.3 Loop time of 0.0179219 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:23 2021 Pair time (%) = 0.00113106 (6.31103) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.179593) Outpt time (%) = 0.016665 (92.9866) Other time (%) = 9.36985e-05 (0.522815) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:23 2021 Memory usage per processor = 27.5463 Mbytes Step Atoms AVEKE stressZZ 23119 5000 9.3170184e-11 8870829.5 23120 -0.0136499999999926 8870710.80874613 23120 5000 9.3163519e-11 8870710.8 Loop time of 0.0199182 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:23 2021 Pair time (%) = 0.0011332 (5.68929) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.160396) Outpt time (%) = 0.0186601 (93.6835) Other time (%) = 9.29832e-05 (0.466825) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:23 2021 Memory usage per processor = 27.5463 Mbytes Step Atoms AVEKE stressZZ 23120 5000 9.3163519e-11 8870661.9 23121 -0.0136499999999926 8870543.2881169 23121 5000 9.3156855e-11 8870543.3 Loop time of 0.0170109 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:23 2021 Pair time (%) = 0.00118995 (6.99519) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.200423) Outpt time (%) = 0.015615 (91.7939) Other time (%) = 0.0001719 (1.01053) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:23 2021 Memory usage per processor = 27.5463 Mbytes Step Atoms AVEKE stressZZ 23121 5000 9.3156855e-11 8870494.4 23122 -0.0136499999999926 8870375.77626137 23122 5000 9.3150192e-11 8870375.8 Loop time of 0.0178621 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:23 2021 Pair time (%) = 0.0014689 (8.22355) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.20689) Outpt time (%) = 0.0162041 (90.718) Other time (%) = 0.000152111 (0.851586) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:23 2021 Memory usage per processor = 27.5463 Mbytes Step Atoms AVEKE stressZZ 23122 5000 9.3150192e-11 8870326.9 23123 -0.0136499999999926 8870208.27321467 23123 5000 9.314353e-11 8870208.3 Loop time of 0.0175841 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:24 2021 Pair time (%) = 0.00113511 (6.45533) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.181688) Outpt time (%) = 0.016324 (92.8342) Other time (%) = 9.29832e-05 (0.528792) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:24 2021 Memory usage per processor = 27.5463 Mbytes Step Atoms AVEKE stressZZ 23123 5000 9.314353e-11 8870159.4 23124 -0.0136499999999926 8870040.77898674 23124 5000 9.3136869e-11 8870040.8 Loop time of 0.017477 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:24 2021 Pair time (%) = 0.0011251 (6.43758) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.1828) Outpt time (%) = 0.0161941 (92.6593) Other time (%) = 0.000125885 (0.720288) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:24 2021 Memory usage per processor = 27.5463 Mbytes Step Atoms AVEKE stressZZ 23124 5000 9.3136869e-11 8869991.9 23125 -0.0136499999999926 8869873.29357621 23125 5000 9.3130208e-11 8869873.3 Loop time of 0.0171051 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:24 2021 Pair time (%) = 0.00127816 (7.4724) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204895) Outpt time (%) = 0.0156641 (91.5756) Other time (%) = 0.000127792 (0.747101) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:24 2021 Memory usage per processor = 27.5463 Mbytes Step Atoms AVEKE stressZZ 23125 5000 9.3130208e-11 8869824.4 23126 -0.0136499999999926 8869705.81698135 23126 5000 9.3123548e-11 8869705.8 Loop time of 0.0179451 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:24 2021 Pair time (%) = 0.00135398 (7.54514) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.188662) Outpt time (%) = 0.0164371 (91.5966) Other time (%) = 0.000120163 (0.669616) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:24 2021 Memory usage per processor = 27.5463 Mbytes Step Atoms AVEKE stressZZ 23126 5000 9.3123548e-11 8869656.9 23127 -0.0136499999999926 8869538.34920045 23127 5000 9.3116889e-11 8869538.3 Loop time of 0.017513 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:24 2021 Pair time (%) = 0.00112581 (6.42843) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.183786) Outpt time (%) = 0.0162671 (92.8854) Other time (%) = 8.79765e-05 (0.502348) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:24 2021 Memory usage per processor = 27.5463 Mbytes Step Atoms AVEKE stressZZ 23127 5000 9.3116889e-11 8869489.5 23128 -0.0136499999999926 8869370.89022902 23128 5000 9.311023e-11 8869370.9 Loop time of 0.0170951 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:24 2021 Pair time (%) = 0.00114012 (6.66927) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186885) Outpt time (%) = 0.0158281 (92.5888) Other time (%) = 9.48906e-05 (0.555075) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:24 2021 Memory usage per processor = 27.5463 Mbytes Step Atoms AVEKE stressZZ 23128 5000 9.311023e-11 8869322 23129 -0.0136499999999926 8869203.44006902 23129 5000 9.3103573e-11 8869203.4 Loop time of 0.017148 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:24 2021 Pair time (%) = 0.00130296 (7.5983) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.209944) Outpt time (%) = 0.0156939 (91.5202) Other time (%) = 0.000115156 (0.671542) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:24 2021 Memory usage per processor = 27.5463 Mbytes Step Atoms AVEKE stressZZ 23129 5000 9.3103573e-11 8869154.6 23130 -0.0136499999999926 8869035.99871923 23130 5000 9.3096916e-11 8869036 Loop time of 0.020431 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:24 2021 Pair time (%) = 0.00127101 (6.22097) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.162205) Outpt time (%) = 0.0190129 (93.059) Other time (%) = 0.000113964 (0.557799) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:24 2021 Memory usage per processor = 27.5463 Mbytes Step Atoms AVEKE stressZZ 23130 5000 9.3096916e-11 8868987.1 23131 -0.0136499999999926 8868868.56617825 23131 5000 9.309026e-11 8868868.6 Loop time of 0.0175259 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:24 2021 Pair time (%) = 0.0011282 (6.43731) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182291) Outpt time (%) = 0.016273 (92.8512) Other time (%) = 9.27448e-05 (0.529187) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:24 2021 Memory usage per processor = 27.5463 Mbytes Step Atoms AVEKE stressZZ 23131 5000 9.309026e-11 8868819.7 23132 -0.0136499999999926 8868701.1424447 23132 5000 9.3083604e-11 8868701.1 Loop time of 0.017843 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:24 2021 Pair time (%) = 0.00113678 (6.37101) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.179051) Outpt time (%) = 0.016521 (92.5908) Other time (%) = 0.000153303 (0.859178) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:24 2021 Memory usage per processor = 27.5463 Mbytes Step Atoms AVEKE stressZZ 23132 5000 9.3083604e-11 8868652.3 23133 -0.0136499999999926 8868533.72751771 23133 5000 9.307695e-11 8868533.7 Loop time of 0.0172331 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:24 2021 Pair time (%) = 0.00112987 (6.55636) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190922) Outpt time (%) = 0.0159249 (92.4088) Other time (%) = 0.000145435 (0.843929) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:24 2021 Memory usage per processor = 27.5463 Mbytes Step Atoms AVEKE stressZZ 23133 5000 9.307695e-11 8868484.9 23134 -0.0136499999999926 8868366.32139562 23134 5000 9.3070296e-11 8868366.3 Loop time of 0.0177951 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:24 2021 Pair time (%) = 0.00155115 (8.71674) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.218387) Outpt time (%) = 0.0160451 (90.1659) Other time (%) = 0.000159979 (0.899006) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:24 2021 Memory usage per processor = 27.5463 Mbytes Step Atoms AVEKE stressZZ 23134 5000 9.3070296e-11 8868317.5 23135 -0.0136499999999926 8868198.92408108 23135 5000 9.3063643e-11 8868198.9 Loop time of 0.017735 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:24 2021 Pair time (%) = 0.00113106 (6.37754) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.174764) Outpt time (%) = 0.0164418 (92.7083) Other time (%) = 0.00013113 (0.739386) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:24 2021 Memory usage per processor = 27.5463 Mbytes Step Atoms AVEKE stressZZ 23135 5000 9.3063643e-11 8868150.1 23136 -0.0136499999999926 8868031.53557714 23136 5000 9.3056991e-11 8868031.5 Loop time of 0.0175519 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:24 2021 Pair time (%) = 0.00120211 (6.84887) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.176587) Outpt time (%) = 0.0162261 (92.4461) Other time (%) = 9.27448e-05 (0.528403) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:24 2021 Memory usage per processor = 27.5463 Mbytes Step Atoms AVEKE stressZZ 23136 5000 9.3056991e-11 8867982.7 23137 -0.0136499999999926 8867864.15587926 23137 5000 9.305034e-11 8867864.2 Loop time of 0.017031 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:24 2021 Pair time (%) = 0.00119781 (7.03316) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.275783) Outpt time (%) = 0.015636 (91.8091) Other time (%) = 0.000150204 (0.881945) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:24 2021 Memory usage per processor = 27.5463 Mbytes Step Atoms AVEKE stressZZ 23137 5000 9.305034e-11 8867815.3 23138 -0.0136499999999926 8867696.78498491 23138 5000 9.3043689e-11 8867696.8 Loop time of 0.0177948 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:24 2021 Pair time (%) = 0.00155997 (8.76643) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.207672) Outpt time (%) = 0.016052 (90.2059) Other time (%) = 0.000145912 (0.819969) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:24 2021 Memory usage per processor = 27.5463 Mbytes Step Atoms AVEKE stressZZ 23138 5000 9.3043689e-11 8867647.9 23139 -0.0136499999999926 8867529.42289256 23139 5000 9.3037039e-11 8867529.4 Loop time of 0.01771 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:24 2021 Pair time (%) = 0.00114298 (6.45387) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.187127) Outpt time (%) = 0.0164349 (92.8003) Other time (%) = 9.89437e-05 (0.558689) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:24 2021 Memory usage per processor = 27.5463 Mbytes Step Atoms AVEKE stressZZ 23139 5000 9.3037039e-11 8867480.6 23140 -0.0136499999999926 8867362.06960072 23140 5000 9.303039e-11 8867362.1 Loop time of 0.0201631 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:24 2021 Pair time (%) = 0.00119805 (5.94182) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.158449) Outpt time (%) = 0.0187962 (93.221) Other time (%) = 0.000136852 (0.678728) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:24 2021 Memory usage per processor = 27.5463 Mbytes Step Atoms AVEKE stressZZ 23140 5000 9.303039e-11 8867313.2 23141 -0.0136499999999926 8867194.72512184 23141 5000 9.3023741e-11 8867194.7 Loop time of 0.0178602 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:24 2021 Pair time (%) = 0.00113201 (6.33819) Neigh time (%) = 0 (0) Comm time (%) = 8.70228e-05 (0.487245) Outpt time (%) = 0.016485 (92.3002) Other time (%) = 0.000156164 (0.874371) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:24 2021 Memory usage per processor = 27.5463 Mbytes Step Atoms AVEKE stressZZ 23141 5000 9.3023741e-11 8867145.9 23142 -0.0136499999999926 8867027.38959917 23142 5000 9.3017094e-11 8867027.4 Loop time of 0.0179498 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:24 2021 Pair time (%) = 0.00142384 (7.93231) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.207207) Outpt time (%) = 0.016341 (91.037) Other time (%) = 0.00014782 (0.823515) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:24 2021 Memory usage per processor = 27.5463 Mbytes Step Atoms AVEKE stressZZ 23142 5000 9.3017094e-11 8866978.5 23143 -0.0136499999999926 8866860.0629724 23143 5000 9.3010447e-11 8866860.1 Loop time of 0.0178521 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:24 2021 Pair time (%) = 0.00118303 (6.62687) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.17896) Outpt time (%) = 0.0165341 (92.6172) Other time (%) = 0.000102997 (0.576946) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:24 2021 Memory usage per processor = 27.5463 Mbytes Step Atoms AVEKE stressZZ 23143 5000 9.3010447e-11 8866811.2 23144 -0.0136499999999926 8866692.74521183 23144 5000 9.3003801e-11 8866692.7 Loop time of 0.017482 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:24 2021 Pair time (%) = 0.00112915 (6.45892) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182748) Outpt time (%) = 0.0162292 (92.8333) Other time (%) = 9.17912e-05 (0.52506) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:24 2021 Memory usage per processor = 27.5463 Mbytes Step Atoms AVEKE stressZZ 23144 5000 9.3003801e-11 8866643.9 23145 -0.0136499999999926 8866525.43630362 23145 5000 9.2997156e-11 8866525.4 Loop time of 0.016993 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:24 2021 Pair time (%) = 0.00118208 (6.95625) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.18941) Outpt time (%) = 0.015686 (92.3086) Other time (%) = 9.27448e-05 (0.545781) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:24 2021 Memory usage per processor = 27.5463 Mbytes Step Atoms AVEKE stressZZ 23145 5000 9.2997156e-11 8866476.6 23146 -0.0136499999999926 8866358.13623916 23146 5000 9.2990511e-11 8866358.1 Loop time of 0.017314 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:24 2021 Pair time (%) = 0.00132394 (7.64665) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.214817) Outpt time (%) = 0.015831 (91.4349) Other time (%) = 0.000121832 (0.703663) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:24 2021 Memory usage per processor = 27.5463 Mbytes Step Atoms AVEKE stressZZ 23146 5000 9.2990511e-11 8866309.3 23147 -0.0136499999999926 8866190.8450119 23147 5000 9.2983867e-11 8866190.8 Loop time of 0.0178969 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:24 2021 Pair time (%) = 0.00128293 (7.16845) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.190502) Outpt time (%) = 0.0164471 (91.899) Other time (%) = 0.000132799 (0.742024) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:24 2021 Memory usage per processor = 27.5463 Mbytes Step Atoms AVEKE stressZZ 23147 5000 9.2983867e-11 8866142 23148 -0.0136499999999926 8866023.5626167 23148 5000 9.2977224e-11 8866023.6 Loop time of 0.017025 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:24 2021 Pair time (%) = 0.00112796 (6.62531) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187654) Outpt time (%) = 0.015744 (92.4756) Other time (%) = 0.000121117 (0.711405) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:24 2021 Memory usage per processor = 27.5463 Mbytes Step Atoms AVEKE stressZZ 23148 5000 9.2977224e-11 8865974.7 23149 -0.0136499999999926 8865856.28904645 23149 5000 9.2970582e-11 8865856.3 Loop time of 0.0168478 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:24 2021 Pair time (%) = 0.00112605 (6.68365) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.183967) Outpt time (%) = 0.0155978 (92.5805) Other time (%) = 9.29832e-05 (0.5519) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:24 2021 Memory usage per processor = 27.5463 Mbytes Step Atoms AVEKE stressZZ 23149 5000 9.2970582e-11 8865807.5 23150 -0.0136499999999926 8865689.02430024 23150 5000 9.2963941e-11 8865689 Loop time of 0.01915 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:24 2021 Pair time (%) = 0.00113106 (5.9063) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.166831) Outpt time (%) = 0.017899 (93.4675) Other time (%) = 8.79765e-05 (0.459407) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:24 2021 Memory usage per processor = 27.5463 Mbytes Step Atoms AVEKE stressZZ 23150 5000 9.2963941e-11 8865640.2 23151 -0.0136499999999926 8865521.76837505 23151 5000 9.29573e-11 8865521.8 Loop time of 0.0167699 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:24 2021 Pair time (%) = 0.00112891 (6.73178) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.19193) Outpt time (%) = 0.015521 (92.5531) Other time (%) = 8.7738e-05 (0.523188) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:24 2021 Memory usage per processor = 27.5463 Mbytes Step Atoms AVEKE stressZZ 23151 5000 9.29573e-11 8865472.9 23152 -0.0136499999999926 8865354.5212682 23152 5000 9.295066e-11 8865354.5 Loop time of 0.0181561 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:24 2021 Pair time (%) = 0.00151801 (8.36091) Neigh time (%) = 0 (0) Comm time (%) = 6.81877e-05 (0.375565) Outpt time (%) = 0.016427 (90.4769) Other time (%) = 0.000142813 (0.786585) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:24 2021 Memory usage per processor = 27.5463 Mbytes Step Atoms AVEKE stressZZ 23152 5000 9.295066e-11 8865305.7 23153 -0.0136499999999926 8865187.28297707 23153 5000 9.2944021e-11 8865187.3 Loop time of 0.0180578 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:24 2021 Pair time (%) = 0.00115299 (6.385) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.183523) Outpt time (%) = 0.0167708 (92.873) Other time (%) = 0.000100851 (0.55849) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:24 2021 Memory usage per processor = 27.5463 Mbytes Step Atoms AVEKE stressZZ 23153 5000 9.2944021e-11 8865138.4 23154 -0.0136499999999926 8865020.0535261 23154 5000 9.2937382e-11 8865020.1 Loop time of 0.0169139 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:24 2021 Pair time (%) = 0.00112581 (6.65614) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188887) Outpt time (%) = 0.0156639 (92.6095) Other time (%) = 9.2268e-05 (0.545516) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:24 2021 Memory usage per processor = 27.5463 Mbytes Step Atoms AVEKE stressZZ 23154 5000 9.2937382e-11 8864971.2 23155 -0.0136499999999926 8864852.8329879 23155 5000 9.2930745e-11 8864852.8 Loop time of 0.0173259 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:24 2021 Pair time (%) = 0.00128603 (7.4226) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.195404) Outpt time (%) = 0.0158849 (91.683) Other time (%) = 0.000121117 (0.699051) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:24 2021 Memory usage per processor = 27.5463 Mbytes Step Atoms AVEKE stressZZ 23155 5000 9.2930745e-11 8864804 23156 -0.0136499999999926 8864685.621316 23156 5000 9.2924108e-11 8864685.6 Loop time of 0.017874 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:24 2021 Pair time (%) = 0.00121093 (6.7748) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.196081) Outpt time (%) = 0.0164659 (92.1221) Other time (%) = 0.000162125 (0.907042) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:24 2021 Memory usage per processor = 27.5463 Mbytes Step Atoms AVEKE stressZZ 23156 5000 9.2924108e-11 8864636.8 23157 -0.0136499999999926 8864518.41849411 23157 5000 9.2917472e-11 8864518.4 Loop time of 0.01719 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:24 2021 Pair time (%) = 0.00116897 (6.80028) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.18724) Outpt time (%) = 0.0158951 (92.4674) Other time (%) = 9.36985e-05 (0.545076) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:24 2021 Memory usage per processor = 27.5463 Mbytes Step Atoms AVEKE stressZZ 23157 5000 9.2917472e-11 8864469.6 23158 -0.0136499999999926 8864351.22451357 23158 5000 9.2910837e-11 8864351.2 Loop time of 0.0174031 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:24 2021 Pair time (%) = 0.00127316 (7.31567) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.201386) Outpt time (%) = 0.015974 (91.7884) Other time (%) = 0.000120878 (0.694578) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:24 2021 Memory usage per processor = 27.5463 Mbytes Step Atoms AVEKE stressZZ 23158 5000 9.2910837e-11 8864302.4 23159 -0.0136499999999926 8864184.03936825 23159 5000 9.2904202e-11 8864184 Loop time of 0.0173252 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:24 2021 Pair time (%) = 0.00142384 (8.21831) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.2711) Outpt time (%) = 0.0156841 (90.528) Other time (%) = 0.000170231 (0.982564) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:24 2021 Memory usage per processor = 27.5463 Mbytes Step Atoms AVEKE stressZZ 23159 5000 9.2904202e-11 8864135.2 23160 -0.0136499999999926 8864016.86303219 23160 5000 9.2897568e-11 8864016.9 Loop time of 0.020643 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:24 2021 Pair time (%) = 0.00124407 (6.02659) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.222907) Outpt time (%) = 0.0192289 (93.1499) Other time (%) = 0.000123978 (0.60058) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:24 2021 Memory usage per processor = 27.5463 Mbytes Step Atoms AVEKE stressZZ 23160 5000 9.2897568e-11 8863968 23161 -0.0136499999999926 8863849.69550353 23161 5000 9.2890935e-11 8863849.7 Loop time of 0.017487 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:24 2021 Pair time (%) = 0.0011301 (6.46252) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182696) Outpt time (%) = 0.0162318 (92.8217) Other time (%) = 9.32217e-05 (0.53309) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:24 2021 Memory usage per processor = 27.5463 Mbytes Step Atoms AVEKE stressZZ 23161 5000 9.2890935e-11 8863800.9 23162 -0.0136499999999926 8863682.53679268 23162 5000 9.2884303e-11 8863682.5 Loop time of 0.0173059 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:24 2021 Pair time (%) = 0.00115299 (6.66244) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179098) Outpt time (%) = 0.0160279 (92.6157) Other time (%) = 9.39369e-05 (0.542804) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:24 2021 Memory usage per processor = 27.5463 Mbytes Step Atoms AVEKE stressZZ 23162 5000 9.2884303e-11 8863633.7 23163 -0.0136499999999926 8863515.38689727 23163 5000 9.2877671e-11 8863515.4 Loop time of 0.0170779 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:24 2021 Pair time (%) = 0.00121808 (7.13249) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.199637) Outpt time (%) = 0.015682 (91.8261) Other time (%) = 0.000143766 (0.841826) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:24 2021 Memory usage per processor = 27.5463 Mbytes Step Atoms AVEKE stressZZ 23163 5000 9.2877671e-11 8863466.6 23164 -0.0136499999999926 8863348.24581494 23164 5000 9.2871041e-11 8863348.2 Loop time of 0.017694 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:24 2021 Pair time (%) = 0.00138092 (7.80446) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.203466) Outpt time (%) = 0.0160811 (90.8845) Other time (%) = 0.00019598 (1.10761) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:24 2021 Memory usage per processor = 27.5463 Mbytes Step Atoms AVEKE stressZZ 23164 5000 9.2871041e-11 8863299.4 23165 -0.0136499999999926 8863181.11354341 23165 5000 9.2864411e-11 8863181.1 Loop time of 0.0178421 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:25 2021 Pair time (%) = 0.00116682 (6.53972) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.173716) Outpt time (%) = 0.0165501 (92.7587) Other time (%) = 9.41753e-05 (0.527828) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:25 2021 Memory usage per processor = 27.5463 Mbytes Step Atoms AVEKE stressZZ 23165 5000 9.2864411e-11 8863132.3 23166 -0.0136499999999926 8863013.99008075 23166 5000 9.2857782e-11 8863014 Loop time of 0.0171199 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:25 2021 Pair time (%) = 0.00118423 (6.91725) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181043) Outpt time (%) = 0.015811 (92.3544) Other time (%) = 9.36985e-05 (0.547308) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:25 2021 Memory usage per processor = 27.5463 Mbytes Step Atoms AVEKE stressZZ 23166 5000 9.2857782e-11 8862965.2 23167 -0.0136499999999926 8862846.87542471 23167 5000 9.2851153e-11 8862846.9 Loop time of 0.0170422 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:25 2021 Pair time (%) = 0.00125813 (7.38248) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.200056) Outpt time (%) = 0.01563 (91.7138) Other time (%) = 0.000119925 (0.703693) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:25 2021 Memory usage per processor = 27.5463 Mbytes Step Atoms AVEKE stressZZ 23167 5000 9.2851153e-11 8862798.1 23168 -0.0136499999999926 8862679.76957353 23168 5000 9.2844525e-11 8862679.8 Loop time of 0.0176761 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:25 2021 Pair time (%) = 0.00134087 (7.58575) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.186137) Outpt time (%) = 0.0161922 (91.605) Other time (%) = 0.000110149 (0.623154) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:25 2021 Memory usage per processor = 27.5463 Mbytes Step Atoms AVEKE stressZZ 23168 5000 9.2844525e-11 8862631 23169 -0.0136499999999926 8862512.67252533 23169 5000 9.2837899e-11 8862512.7 Loop time of 0.0179191 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:25 2021 Pair time (%) = 0.00116897 (6.52359) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.190266) Outpt time (%) = 0.0166168 (92.7326) Other time (%) = 9.91821e-05 (0.553501) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:27:25 2021 Memory usage per processor = 27.5463 Mbytes Step Atoms AVEKE stressZZ 23169 5000 9.2837899e-11 8862463.9 23170 -0.0136499999999926 8862322.33754149 23170 5000 1.8313317e-10 8862614.4 Loop time of 0.0193799 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:25 2021 Pair time (%) = 0.00113893 (5.87685) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.164852) Outpt time (%) = 0.018029 (93.0295) Other time (%) = 0.000180006 (0.928831) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:25 2021 Memory usage per processor = 27.5463 Mbytes Step Atoms AVEKE stressZZ 23170 5000 1.8313317e-10 8931662.3 23171 -0.0136824999999925 8931506.49031979 23171 5000 1.473261e-10 8931506.5 Loop time of 0.01666 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:25 2021 Pair time (%) = 0.001194 (7.16688) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.203214) Outpt time (%) = 0.0153291 (92.0117) Other time (%) = 0.000102997 (0.618229) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:25 2021 Memory usage per processor = 27.5463 Mbytes Step Atoms AVEKE stressZZ 23171 5000 1.473261e-10 8931440.5 23172 -0.0136824999999925 8931297.8660055 23172 5000 1.2659319e-10 8931297.9 Loop time of 0.017509 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:25 2021 Pair time (%) = 0.00132298 (7.55603) Neigh time (%) = 0 (0) Comm time (%) = 5.81741e-05 (0.332253) Outpt time (%) = 0.0160091 (91.4336) Other time (%) = 0.000118732 (0.678123) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:25 2021 Memory usage per processor = 27.5463 Mbytes Step Atoms AVEKE stressZZ 23172 5000 1.2659319e-10 8931237.9 23173 -0.0136824999999925 8931103.76595674 23173 5000 1.1423282e-10 8931103.8 Loop time of 0.0175669 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:25 2021 Pair time (%) = 0.00112605 (6.41007) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.176436) Outpt time (%) = 0.0163219 (92.9127) Other time (%) = 8.79765e-05 (0.500808) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:25 2021 Memory usage per processor = 27.5463 Mbytes Step Atoms AVEKE stressZZ 23173 5000 1.1423282e-10 8931047.7 23174 -0.0136824999999925 8930918.89945934 23174 5000 1.0670569e-10 8930918.9 Loop time of 0.0169759 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:25 2021 Pair time (%) = 0.00113106 (6.66273) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.182579) Outpt time (%) = 0.0157199 (92.6013) Other time (%) = 9.39369e-05 (0.553355) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:25 2021 Memory usage per processor = 27.5463 Mbytes Step Atoms AVEKE stressZZ 23174 5000 1.0670569e-10 8930865.3 23175 -0.0136824999999925 8930739.90422133 23175 5000 1.0205317e-10 8930739.9 Loop time of 0.017308 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:25 2021 Pair time (%) = 0.00117111 (6.76631) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.196983) Outpt time (%) = 0.0159869 (92.3672) Other time (%) = 0.000115871 (0.669468) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:25 2021 Memory usage per processor = 27.5463 Mbytes Step Atoms AVEKE stressZZ 23175 5000 1.0205317e-10 8930687.9 23176 -0.0136824999999925 8930564.64347482 23176 5000 9.9147928e-11 8930564.6 Loop time of 0.017648 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:25 2021 Pair time (%) = 0.001369 (7.75726) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.186434) Outpt time (%) = 0.016135 (91.4268) Other time (%) = 0.000111103 (0.629551) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:25 2021 Memory usage per processor = 27.5463 Mbytes Step Atoms AVEKE stressZZ 23176 5000 9.9147928e-11 8930513.6 23177 -0.0136824999999925 8930391.75928205 23177 5000 9.732096e-11 8930391.8 Loop time of 0.0176749 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:25 2021 Pair time (%) = 0.00120187 (6.79985) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.180754) Outpt time (%) = 0.0163479 (92.492) Other time (%) = 9.32217e-05 (0.527423) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:25 2021 Memory usage per processor = 27.5463 Mbytes Step Atoms AVEKE stressZZ 23177 5000 9.732096e-11 8930341.3 23178 -0.0136824999999925 8930220.38865936 23178 5000 9.616626e-11 8930220.4 Loop time of 0.0170169 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:25 2021 Pair time (%) = 0.00121713 (7.15246) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.276011) Outpt time (%) = 0.0156 (91.6734) Other time (%) = 0.000152826 (0.898086) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:25 2021 Memory usage per processor = 27.5463 Mbytes Step Atoms AVEKE stressZZ 23178 5000 9.616626e-11 8930170.4 23179 -0.0136824999999925 8930049.98314446 23179 5000 9.5433544e-11 8930050 Loop time of 0.0170341 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:25 2021 Pair time (%) = 0.00128698 (7.55536) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.20575) Outpt time (%) = 0.015589 (91.5167) Other time (%) = 0.000123024 (0.722224) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:25 2021 Memory usage per processor = 27.5463 Mbytes Step Atoms AVEKE stressZZ 23179 5000 9.5433544e-11 8930000.2 23180 -0.0136824999999925 8929880.19420887 23180 5000 9.4966881e-11 8929880.2 Loop time of 0.0207281 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:25 2021 Pair time (%) = 0.00119519 (5.76605) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.15873) Outpt time (%) = 0.0194001 (93.5933) Other time (%) = 9.98974e-05 (0.481942) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:25 2021 Memory usage per processor = 27.5464 Mbytes Step Atoms AVEKE stressZZ 23180 5000 9.4966881e-11 8929830.6 23181 -0.0136824999999925 8929710.80036873 23181 5000 9.466844e-11 8929710.8 Loop time of 0.017916 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:25 2021 Pair time (%) = 0.00128293 (7.16082) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.184976) Outpt time (%) = 0.0164969 (92.0793) Other time (%) = 0.000102997 (0.574889) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:25 2021 Memory usage per processor = 27.5464 Mbytes Step Atoms AVEKE stressZZ 23181 5000 9.466844e-11 8929661.3 23182 -0.0136824999999925 8929541.66085769 23182 5000 9.4476559e-11 8929541.7 Loop time of 0.0174692 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:25 2021 Pair time (%) = 0.00113511 (6.4978) Neigh time (%) = 0 (0) Comm time (%) = 7.20024e-05 (0.412169) Outpt time (%) = 0.0161579 (92.4936) Other time (%) = 0.000104189 (0.596416) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:25 2021 Memory usage per processor = 27.5464 Mbytes Step Atoms AVEKE stressZZ 23182 5000 9.4476559e-11 8929492.2 23183 -0.0136824999999925 8929372.68621613 23183 5000 9.4352256e-11 8929372.7 Loop time of 0.0179229 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:25 2021 Pair time (%) = 0.00119686 (6.67784) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.188895) Outpt time (%) = 0.0165889 (92.5573) Other time (%) = 0.000103235 (0.575997) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:25 2021 Memory usage per processor = 27.5464 Mbytes Step Atoms AVEKE stressZZ 23183 5000 9.4352256e-11 8929323.3 23184 -0.0136824999999925 8929203.81959132 23184 5000 9.4270844e-11 8929203.8 Loop time of 0.017869 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:25 2021 Pair time (%) = 0.001405 (7.86278) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.212147) Outpt time (%) = 0.016293 (91.1806) Other time (%) = 0.000133038 (0.744516) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:25 2021 Memory usage per processor = 27.5464 Mbytes Step Atoms AVEKE stressZZ 23184 5000 9.4270844e-11 8929154.5 23185 -0.0136824999999925 8929035.02480406 23185 5000 9.4216666e-11 8929035 Loop time of 0.017837 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:25 2021 Pair time (%) = 0.00123215 (6.9078) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.185794) Outpt time (%) = 0.0164719 (92.3464) Other time (%) = 9.98974e-05 (0.560056) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:25 2021 Memory usage per processor = 27.5464 Mbytes Step Atoms AVEKE stressZZ 23185 5000 9.4216666e-11 8928985.7 23186 -0.0136824999999925 8928866.27893594 23186 5000 9.4179786e-11 8928866.3 Loop time of 0.017796 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:25 2021 Pair time (%) = 0.00117302 (6.59146) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.180863) Outpt time (%) = 0.016495 (92.6891) Other time (%) = 9.58443e-05 (0.538571) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:25 2021 Memory usage per processor = 27.5464 Mbytes Step Atoms AVEKE stressZZ 23186 5000 9.4179786e-11 8928817 23187 -0.0136824999999925 8928697.56739508 23187 5000 9.4153895e-11 8928697.6 Loop time of 0.0171158 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:25 2021 Pair time (%) = 0.00118518 (6.92446) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.19223) Outpt time (%) = 0.015795 (92.2829) Other time (%) = 0.000102758 (0.600371) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:25 2021 Memory usage per processor = 27.5464 Mbytes Step Atoms AVEKE stressZZ 23187 5000 9.4153895e-11 8928648.3 23188 -0.0136824999999925 8928528.88090673 23188 5000 9.4134988e-11 8928528.9 Loop time of 0.0177138 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:25 2021 Pair time (%) = 0.00156903 (8.85769) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.215352) Outpt time (%) = 0.0159619 (90.11) Other time (%) = 0.00014472 (0.816991) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:25 2021 Memory usage per processor = 27.5464 Mbytes Step Atoms AVEKE stressZZ 23188 5000 9.4134988e-11 8928479.6 23189 -0.0136824999999925 8928360.21357638 23189 5000 9.4120517e-11 8928360.2 Loop time of 0.017863 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:25 2021 Pair time (%) = 0.00113201 (6.33717) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.180185) Outpt time (%) = 0.016607 (92.9688) Other time (%) = 9.17912e-05 (0.513861) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:25 2021 Memory usage per processor = 27.5464 Mbytes Step Atoms AVEKE stressZZ 23189 5000 9.4120517e-11 8928310.9 23190 -0.0136824999999925 8928191.5616573 23190 5000 9.4108866e-11 8928191.6 Loop time of 0.0199909 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:25 2021 Pair time (%) = 0.00114012 (5.70318) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.159813) Outpt time (%) = 0.0187252 (93.6683) Other time (%) = 9.36985e-05 (0.468705) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:25 2021 Memory usage per processor = 27.5464 Mbytes Step Atoms AVEKE stressZZ 23190 5000 9.4108866e-11 8928142.3 23191 -0.0136824999999925 8928022.92276806 23191 5000 9.4099007e-11 8928022.9 Loop time of 0.016958 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:25 2021 Pair time (%) = 0.00112605 (6.64024) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.182772) Outpt time (%) = 0.015708 (92.6287) Other time (%) = 9.29832e-05 (0.548315) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:25 2021 Memory usage per processor = 27.5464 Mbytes Step Atoms AVEKE stressZZ 23191 5000 9.4099007e-11 8927973.6 23192 -0.0136824999999925 8927854.29539473 23192 5000 9.4090287e-11 8927854.3 Loop time of 0.016819 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:25 2021 Pair time (%) = 0.00117016 (6.95736) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.184282) Outpt time (%) = 0.0155299 (92.3353) Other time (%) = 8.79765e-05 (0.523078) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:25 2021 Memory usage per processor = 27.5464 Mbytes Step Atoms AVEKE stressZZ 23192 5000 9.4090287e-11 8927805 23193 -0.0136824999999925 8927685.67857467 23193 5000 9.4082292e-11 8927685.7 Loop time of 0.016767 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:25 2021 Pair time (%) = 0.001127 (6.72155) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190541) Outpt time (%) = 0.0155191 (92.5575) Other time (%) = 8.89301e-05 (0.530387) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:25 2021 Memory usage per processor = 27.5464 Mbytes Step Atoms AVEKE stressZZ 23193 5000 9.4082292e-11 8927636.4 23194 -0.0136824999999925 8927517.07169577 23194 5000 9.4074757e-11 8927517.1 Loop time of 0.017997 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:25 2021 Pair time (%) = 0.00126505 (7.02921) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.177519) Outpt time (%) = 0.0165989 (92.2316) Other time (%) = 0.000101089 (0.561701) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:25 2021 Memory usage per processor = 27.5464 Mbytes Step Atoms AVEKE stressZZ 23194 5000 9.4074757e-11 8927467.8 23195 -0.0136824999999925 8927348.47436868 23195 5000 9.4067515e-11 8927348.5 Loop time of 0.017885 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:25 2021 Pair time (%) = 0.00123215 (6.88929) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.178631) Outpt time (%) = 0.0165191 (92.3629) Other time (%) = 0.000101805 (0.569219) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:25 2021 Memory usage per processor = 27.5464 Mbytes Step Atoms AVEKE stressZZ 23195 5000 9.4067515e-11 8927299.2 23196 -0.0136824999999925 8927179.88634524 23196 5000 9.4060459e-11 8927179.9 Loop time of 0.0170441 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:25 2021 Pair time (%) = 0.00113201 (6.64167) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.194438) Outpt time (%) = 0.0157349 (92.319) Other time (%) = 0.000144005 (0.844897) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:25 2021 Memory usage per processor = 27.5464 Mbytes Step Atoms AVEKE stressZZ 23196 5000 9.4060459e-11 8927130.6 23197 -0.0136824999999925 8927011.30746733 23197 5000 9.4053523e-11 8927011.3 Loop time of 0.0175231 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:25 2021 Pair time (%) = 0.00147414 (8.41259) Neigh time (%) = 0 (0) Comm time (%) = 4.19617e-05 (0.239466) Outpt time (%) = 0.0158551 (90.4812) Other time (%) = 0.000151873 (0.866702) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:25 2021 Memory usage per processor = 27.5464 Mbytes Step Atoms AVEKE stressZZ 23197 5000 9.4053523e-11 8926962 23198 -0.0136824999999925 8926842.73763438 23198 5000 9.4046662e-11 8926842.7 Loop time of 0.0178931 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:25 2021 Pair time (%) = 0.00118804 (6.63966) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.17855) Outpt time (%) = 0.0165741 (92.6288) Other time (%) = 9.89437e-05 (0.552972) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:25 2021 Memory usage per processor = 27.5464 Mbytes Step Atoms AVEKE stressZZ 23198 5000 9.4046662e-11 8926793.5 23199 -0.0136824999999925 8926674.17678164 23199 5000 9.4039849e-11 8926674.2 Loop time of 0.017755 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:25 2021 Pair time (%) = 0.00117087 (6.5946) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.179938) Outpt time (%) = 0.016459 (92.7004) Other time (%) = 9.32217e-05 (0.525044) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:25 2021 Memory usage per processor = 27.5464 Mbytes Step Atoms AVEKE stressZZ 23199 5000 9.4039849e-11 8926624.9 23200 -0.0136824999999925 8926505.62486763 23200 5000 9.4033067e-11 8926505.6 Loop time of 0.0196948 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:25 2021 Pair time (%) = 0.00116491 (5.91482) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.168269) Outpt time (%) = 0.0183809 (93.3286) Other time (%) = 0.000115871 (0.588335) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:25 2021 Memory usage per processor = 27.5464 Mbytes Step Atoms AVEKE stressZZ 23200 5000 9.4033067e-11 8926456.3 23201 -0.0136824999999925 8926337.08186578 23201 5000 9.4026306e-11 8926337.1 Loop time of 0.017431 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:25 2021 Pair time (%) = 0.00131488 (7.54332) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.224316) Outpt time (%) = 0.015965 (91.5895) Other time (%) = 0.000112057 (0.642858) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:25 2021 Memory usage per processor = 27.5464 Mbytes Step Atoms AVEKE stressZZ 23201 5000 9.4026306e-11 8926287.8 23202 -0.0136824999999925 8926168.5477584 23202 5000 9.4019557e-11 8926168.5 Loop time of 0.0180349 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:25 2021 Pair time (%) = 0.00116491 (6.4592) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.177146) Outpt time (%) = 0.016742 (92.8309) Other time (%) = 9.60827e-05 (0.532759) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:25 2021 Memory usage per processor = 27.5464 Mbytes Step Atoms AVEKE stressZZ 23202 5000 9.4019557e-11 8926119.3 23203 -0.0136824999999925 8926000.02253426 23203 5000 9.4012817e-11 8926000 Loop time of 0.0174332 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:25 2021 Pair time (%) = 0.00113201 (6.49344) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.184628) Outpt time (%) = 0.0161769 (92.794) Other time (%) = 9.20296e-05 (0.527899) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:25 2021 Memory usage per processor = 27.5464 Mbytes Step Atoms AVEKE stressZZ 23203 5000 9.4012817e-11 8925950.7 23204 -0.0136824999999925 8925831.50618541 23204 5000 9.4006083e-11 8925831.5 Loop time of 0.0169749 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:25 2021 Pair time (%) = 0.00117397 (6.91592) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188208) Outpt time (%) = 0.015676 (92.3481) Other time (%) = 9.29832e-05 (0.547768) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:25 2021 Memory usage per processor = 27.5464 Mbytes Step Atoms AVEKE stressZZ 23204 5000 9.4006083e-11 8925782.2 23205 -0.0136824999999925 8925662.99870674 23205 5000 9.3999353e-11 8925663 Loop time of 0.0174558 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:25 2021 Pair time (%) = 0.00135493 (7.76207) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.213071) Outpt time (%) = 0.0159199 (91.2013) Other time (%) = 0.000143766 (0.823602) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:25 2021 Memory usage per processor = 27.5464 Mbytes Step Atoms AVEKE stressZZ 23205 5000 9.3999353e-11 8925613.7 23206 -0.0136824999999925 8925494.50009424 23206 5000 9.3992625e-11 8925494.5 Loop time of 0.0180531 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:25 2021 Pair time (%) = 0.00122499 (6.78553) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.178288) Outpt time (%) = 0.0166941 (92.4723) Other time (%) = 0.000101805 (0.56392) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:25 2021 Memory usage per processor = 27.5464 Mbytes Step Atoms AVEKE stressZZ 23206 5000 9.3992625e-11 8925445.2 23207 -0.0136824999999925 8925326.01034525 23207 5000 9.39859e-11 8925326 Loop time of 0.017725 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:26 2021 Pair time (%) = 0.00117803 (6.64613) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.180243) Outpt time (%) = 0.016422 (92.649) Other time (%) = 9.29832e-05 (0.524588) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:26 2021 Memory usage per processor = 27.5464 Mbytes Step Atoms AVEKE stressZZ 23207 5000 9.39859e-11 8925276.7 23208 -0.0136824999999925 8925157.52945749 23208 5000 9.3979176e-11 8925157.5 Loop time of 0.0169301 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:26 2021 Pair time (%) = 0.0011301 (6.67512) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.190114) Outpt time (%) = 0.0156739 (92.5799) Other time (%) = 9.39369e-05 (0.554851) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:26 2021 Memory usage per processor = 27.5464 Mbytes Step Atoms AVEKE stressZZ 23208 5000 9.3979176e-11 8925108.3 23209 -0.0136824999999925 8924989.05742909 23209 5000 9.3972453e-11 8924989.1 Loop time of 0.0173779 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:26 2021 Pair time (%) = 0.00140786 (8.10147) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.212655) Outpt time (%) = 0.0157681 (90.7365) Other time (%) = 0.000164986 (0.949402) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:26 2021 Memory usage per processor = 27.5464 Mbytes Step Atoms AVEKE stressZZ 23209 5000 9.3972453e-11 8924939.8 23210 -0.0136824999999925 8924820.59425868 23210 5000 9.3965732e-11 8924820.6 Loop time of 0.0202141 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:26 2021 Pair time (%) = 0.00116205 (5.74873) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.167484) Outpt time (%) = 0.018923 (93.6132) Other time (%) = 9.5129e-05 (0.470608) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:26 2021 Memory usage per processor = 27.5464 Mbytes Step Atoms AVEKE stressZZ 23210 5000 9.3965732e-11 8924771.3 23211 -0.0136824999999925 8924652.1399448 23211 5000 9.3959011e-11 8924652.1 Loop time of 0.0178659 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:26 2021 Pair time (%) = 0.00120902 (6.7672) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.206846) Outpt time (%) = 0.016489 (92.2933) Other time (%) = 0.000130892 (0.732635) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:26 2021 Memory usage per processor = 27.5464 Mbytes Step Atoms AVEKE stressZZ 23211 5000 9.3959011e-11 8924602.9 23212 -0.0136824999999925 8924483.69448608 23212 5000 9.3952292e-11 8924483.7 Loop time of 0.0173361 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:26 2021 Pair time (%) = 0.0012219 (7.04826) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184286) Outpt time (%) = 0.015974 (92.1431) Other time (%) = 0.000108242 (0.624373) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:26 2021 Memory usage per processor = 27.5464 Mbytes Step Atoms AVEKE stressZZ 23212 5000 9.3952292e-11 8924434.4 23213 -0.0136824999999925 8924315.2578815 23213 5000 9.3945573e-11 8924315.3 Loop time of 0.0171778 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:26 2021 Pair time (%) = 0.00128984 (7.50878) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.197088) Outpt time (%) = 0.0157471 (91.6709) Other time (%) = 0.00010705 (0.623187) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:26 2021 Memory usage per processor = 27.5464 Mbytes Step Atoms AVEKE stressZZ 23213 5000 9.3945573e-11 8924266 23214 -0.0136824999999925 8924146.83012972 23214 5000 9.3938855e-11 8924146.8 Loop time of 0.0177801 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:26 2021 Pair time (%) = 0.00122094 (6.86691) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.18639) Outpt time (%) = 0.016413 (92.3111) Other time (%) = 0.00011301 (0.635602) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:26 2021 Memory usage per processor = 27.5464 Mbytes Step Atoms AVEKE stressZZ 23214 5000 9.3938855e-11 8924097.6 23215 -0.0136824999999925 8923978.41122953 23215 5000 9.3932138e-11 8923978.4 Loop time of 0.017441 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:26 2021 Pair time (%) = 0.00112915 (6.4741) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.17771) Outpt time (%) = 0.0161879 (92.8151) Other time (%) = 9.29832e-05 (0.533129) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:26 2021 Memory usage per processor = 27.5464 Mbytes Step Atoms AVEKE stressZZ 23215 5000 9.3932138e-11 8923929.1 23216 -0.0136824999999925 8923810.00118003 23216 5000 9.3925422e-11 8923810 Loop time of 0.0170572 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:26 2021 Pair time (%) = 0.00112891 (6.6184) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181709) Outpt time (%) = 0.0158029 (92.6464) Other time (%) = 9.44138e-05 (0.553513) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:26 2021 Memory usage per processor = 27.5464 Mbytes Step Atoms AVEKE stressZZ 23216 5000 9.3925422e-11 8923760.7 23217 -0.0136824999999925 8923641.59998009 23217 5000 9.3918706e-11 8923641.6 Loop time of 0.0172062 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:26 2021 Pair time (%) = 0.00127387 (7.40356) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.202306) Outpt time (%) = 0.0156982 (91.2357) Other time (%) = 0.000199318 (1.15841) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:26 2021 Memory usage per processor = 27.5464 Mbytes Step Atoms AVEKE stressZZ 23217 5000 9.3918706e-11 8923592.3 23218 -0.0136824999999925 8923473.20762864 23218 5000 9.3911991e-11 8923473.2 Loop time of 0.0178759 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:26 2021 Pair time (%) = 0.00118399 (6.62336) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.178721) Outpt time (%) = 0.016556 (92.6164) Other time (%) = 0.000103951 (0.581512) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:26 2021 Memory usage per processor = 27.5464 Mbytes Step Atoms AVEKE stressZZ 23218 5000 9.3911991e-11 8923423.9 23219 -0.0136824999999925 8923304.82412443 23219 5000 9.3905277e-11 8923304.8 Loop time of 0.018033 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:26 2021 Pair time (%) = 0.0011909 (6.604) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.177164) Outpt time (%) = 0.0167191 (92.7138) Other time (%) = 9.10759e-05 (0.505051) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:26 2021 Memory usage per processor = 27.5464 Mbytes Step Atoms AVEKE stressZZ 23219 5000 9.3905277e-11 8923255.6 23220 -0.0136824999999925 8923136.44946648 23220 5000 9.3898564e-11 8923136.4 Loop time of 0.0199559 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:26 2021 Pair time (%) = 0.00120401 (6.03338) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.155315) Outpt time (%) = 0.0185959 (93.1853) Other time (%) = 0.000124931 (0.626038) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:26 2021 Memory usage per processor = 27.5464 Mbytes Step Atoms AVEKE stressZZ 23220 5000 9.3898564e-11 8923087.2 23221 -0.0136824999999925 8922968.08365367 23221 5000 9.3891852e-11 8922968.1 Loop time of 0.0170469 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:26 2021 Pair time (%) = 0.00118399 (6.94545) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.194406) Outpt time (%) = 0.015728 (92.2629) Other time (%) = 0.000101805 (0.597203) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:26 2021 Memory usage per processor = 27.5464 Mbytes Step Atoms AVEKE stressZZ 23221 5000 9.3891852e-11 8922918.8 23222 -0.0136824999999925 8922799.72669059 23222 5000 9.388514e-11 8922799.7 Loop time of 0.0179651 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:26 2021 Pair time (%) = 0.00145698 (8.11004) Neigh time (%) = 0 (0) Comm time (%) = 7.10487e-05 (0.395482) Outpt time (%) = 0.0163121 (90.7991) Other time (%) = 0.000124931 (0.695412) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:26 2021 Memory usage per processor = 27.5464 Mbytes Step Atoms AVEKE stressZZ 23222 5000 9.388514e-11 8922750.5 23223 -0.0136824999999925 8922631.37864807 23223 5000 9.3878429e-11 8922631.4 Loop time of 0.0176749 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:26 2021 Pair time (%) = 0.00128293 (7.25848) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.180754) Outpt time (%) = 0.0162411 (91.8877) Other time (%) = 0.000118971 (0.673105) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:26 2021 Memory usage per processor = 27.5464 Mbytes Step Atoms AVEKE stressZZ 23223 5000 9.3878429e-11 8922582.1 23224 -0.0136824999999925 8922463.03949788 23224 5000 9.3871719e-11 8922463 Loop time of 0.0171809 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:26 2021 Pair time (%) = 0.00112891 (6.57073) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185951) Outpt time (%) = 0.0159249 (92.6896) Other time (%) = 9.5129e-05 (0.55369) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:26 2021 Memory usage per processor = 27.5464 Mbytes Step Atoms AVEKE stressZZ 23224 5000 9.3871719e-11 8922413.8 23225 -0.0136824999999925 8922294.70922412 23225 5000 9.386501e-11 8922294.7 Loop time of 0.0180008 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:26 2021 Pair time (%) = 0.00117207 (6.51117) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.182779) Outpt time (%) = 0.0166919 (92.7286) Other time (%) = 0.000103951 (0.577476) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:26 2021 Memory usage per processor = 27.5464 Mbytes Step Atoms AVEKE stressZZ 23225 5000 9.386501e-11 8922245.5 23226 -0.0136824999999925 8922126.38781941 23226 5000 9.3858302e-11 8922126.4 Loop time of 0.0179498 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:26 2021 Pair time (%) = 0.00129104 (7.19248) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.183299) Outpt time (%) = 0.0164778 (91.7994) Other time (%) = 0.000148058 (0.824844) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:26 2021 Memory usage per processor = 27.5464 Mbytes Step Atoms AVEKE stressZZ 23226 5000 9.3858302e-11 8922077.1 23227 -0.0136824999999925 8921958.0752788 23227 5000 9.3851594e-11 8921958.1 Loop time of 0.0175698 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:26 2021 Pair time (%) = 0.00112987 (6.43073) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.181835) Outpt time (%) = 0.0162849 (92.6872) Other time (%) = 0.000123024 (0.700202) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:26 2021 Memory usage per processor = 27.5464 Mbytes Step Atoms AVEKE stressZZ 23227 5000 9.3851594e-11 8921908.8 23228 -0.0136824999999925 8921789.77159891 23228 5000 9.3844887e-11 8921789.8 Loop time of 0.0173419 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:26 2021 Pair time (%) = 0.00113297 (6.53313) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184225) Outpt time (%) = 0.016083 (92.741) Other time (%) = 9.39369e-05 (0.541678) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:26 2021 Memory usage per processor = 27.5464 Mbytes Step Atoms AVEKE stressZZ 23228 5000 9.3844887e-11 8921740.5 23229 -0.0136824999999925 8921621.47677664 23229 5000 9.3838181e-11 8921621.5 Loop time of 0.016881 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:26 2021 Pair time (%) = 0.00115299 (6.83012) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.201966) Outpt time (%) = 0.0155921 (92.3648) Other time (%) = 0.000101805 (0.603073) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:26 2021 Memory usage per processor = 27.5464 Mbytes Step Atoms AVEKE stressZZ 23229 5000 9.3838181e-11 8921572.2 23230 -0.0136824999999925 8921453.19080942 23230 5000 9.3831475e-11 8921453.2 Loop time of 0.0204129 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:26 2021 Pair time (%) = 0.00140285 (6.87239) Neigh time (%) = 0 (0) Comm time (%) = 5.98431e-05 (0.293163) Outpt time (%) = 0.01879 (92.0496) Other time (%) = 0.000160217 (0.784882) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:26 2021 Memory usage per processor = 27.5464 Mbytes Step Atoms AVEKE stressZZ 23230 5000 9.3831475e-11 8921403.9 23231 -0.0136824999999925 8921284.91369512 23231 5000 9.3824771e-11 8921284.9 Loop time of 0.017801 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:26 2021 Pair time (%) = 0.00115609 (6.49452) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.179473) Outpt time (%) = 0.0165191 (92.7983) Other time (%) = 9.39369e-05 (0.527704) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:26 2021 Memory usage per processor = 27.5464 Mbytes Step Atoms AVEKE stressZZ 23231 5000 9.3824771e-11 8921235.7 23232 -0.0136824999999925 8921116.64543167 23232 5000 9.3818067e-11 8921116.6 Loop time of 0.0174191 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:26 2021 Pair time (%) = 0.00113297 (6.50415) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.177934) Outpt time (%) = 0.0161598 (92.7704) Other time (%) = 9.53674e-05 (0.547488) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:26 2021 Memory usage per processor = 27.5464 Mbytes Step Atoms AVEKE stressZZ 23232 5000 9.3818067e-11 8921067.4 23233 -0.0136824999999925 8920948.38601704 23233 5000 9.3811364e-11 8920948.4 Loop time of 0.0170979 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:26 2021 Pair time (%) = 0.00117397 (6.86616) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192431) Outpt time (%) = 0.0157459 (92.0922) Other time (%) = 0.000145197 (0.849207) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:26 2021 Memory usage per processor = 27.5464 Mbytes Step Atoms AVEKE stressZZ 23233 5000 9.3811364e-11 8920899.1 23234 -0.0136824999999925 8920780.13544978 23234 5000 9.3804662e-11 8920780.1 Loop time of 0.017091 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:26 2021 Pair time (%) = 0.00127101 (7.4367) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186929) Outpt time (%) = 0.0156991 (91.856) Other time (%) = 8.89301e-05 (0.520332) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:26 2021 Memory usage per processor = 27.5464 Mbytes Step Atoms AVEKE stressZZ 23234 5000 9.3804662e-11 8920730.9 23235 -0.0136824999999925 8920611.89372797 23235 5000 9.379796e-11 8920611.9 Loop time of 0.016715 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:26 2021 Pair time (%) = 0.00113106 (6.7667) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.185428) Outpt time (%) = 0.0154641 (92.5158) Other time (%) = 8.89301e-05 (0.532036) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:26 2021 Memory usage per processor = 27.5464 Mbytes Step Atoms AVEKE stressZZ 23235 5000 9.379796e-11 8920562.7 23236 -0.0136824999999925 8920443.66085 23236 5000 9.3791259e-11 8920443.7 Loop time of 0.0175691 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:26 2021 Pair time (%) = 0.0011301 (6.43235) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.176415) Outpt time (%) = 0.01632 (92.8905) Other time (%) = 8.79765e-05 (0.500746) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:26 2021 Memory usage per processor = 27.5464 Mbytes Step Atoms AVEKE stressZZ 23236 5000 9.3791259e-11 8920394.4 23237 -0.0136824999999925 8920275.43681461 23237 5000 9.3784559e-11 8920275.4 Loop time of 0.0175378 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:26 2021 Pair time (%) = 0.00113606 (6.47779) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182167) Outpt time (%) = 0.0162759 (92.8044) Other time (%) = 9.39369e-05 (0.535624) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:26 2021 Memory usage per processor = 27.5464 Mbytes Step Atoms AVEKE stressZZ 23237 5000 9.3784559e-11 8920226.2 23238 -0.0136824999999925 8920107.22162019 23238 5000 9.377786e-11 8920107.2 Loop time of 0.0171282 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:26 2021 Pair time (%) = 0.00131607 (7.68363) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.217146) Outpt time (%) = 0.0156598 (91.4269) Other time (%) = 0.000115156 (0.672318) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:26 2021 Memory usage per processor = 27.5464 Mbytes Step Atoms AVEKE stressZZ 23238 5000 9.377786e-11 8920058 23239 -0.0136824999999925 8919939.01526531 23239 5000 9.3771162e-11 8919939 Loop time of 0.0178242 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:26 2021 Pair time (%) = 0.00115085 (6.45666) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.17924) Outpt time (%) = 0.0165391 (92.7903) Other time (%) = 0.000102282 (0.573836) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:26 2021 Memory usage per processor = 27.5464 Mbytes Step Atoms AVEKE stressZZ 23239 5000 9.3771162e-11 8919889.8 23240 -0.0136824999999925 8919770.81775669 23240 5000 9.3764464e-11 8919770.8 Loop time of 0.0204511 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:26 2021 Pair time (%) = 0.00113082 (5.52939) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.16088) Outpt time (%) = 0.0191638 (93.7058) Other time (%) = 0.000123501 (0.603884) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:26 2021 Memory usage per processor = 27.5464 Mbytes Step Atoms AVEKE stressZZ 23240 5000 9.3764464e-11 8919721.6 23241 -0.0136824999999925 8919602.62912788 23241 5000 9.3757767e-11 8919602.6 Loop time of 0.0173361 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:26 2021 Pair time (%) = 0.00115991 (6.69069) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.185661) Outpt time (%) = 0.0160489 (92.5749) Other time (%) = 9.5129e-05 (0.548733) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:26 2021 Memory usage per processor = 27.5464 Mbytes Step Atoms AVEKE stressZZ 23241 5000 9.3757767e-11 8919553.4 23242 -0.0136824999999925 8919434.44935938 23242 5000 9.3751071e-11 8919434.4 Loop time of 0.017045 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:26 2021 Pair time (%) = 0.00117207 (6.87629) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.200022) Outpt time (%) = 0.0156929 (92.0676) Other time (%) = 0.000145912 (0.85604) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:26 2021 Memory usage per processor = 27.5464 Mbytes Step Atoms AVEKE stressZZ 23242 5000 9.3751071e-11 8919385.2 23243 -0.0136824999999925 8919266.27841735 23243 5000 9.3744376e-11 8919266.3 Loop time of 0.0178668 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:26 2021 Pair time (%) = 0.00126815 (7.09777) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.201497) Outpt time (%) = 0.0164518 (92.0802) Other time (%) = 0.000110865 (0.620505) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:26 2021 Memory usage per processor = 27.5464 Mbytes Step Atoms AVEKE stressZZ 23243 5000 9.3744376e-11 8919217 23244 -0.0136824999999925 8919098.11630721 23244 5000 9.3737682e-11 8919098.1 Loop time of 0.0176978 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:26 2021 Pair time (%) = 0.00113606 (6.41924) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18052) Outpt time (%) = 0.0164368 (92.8748) Other time (%) = 9.29832e-05 (0.525394) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:26 2021 Memory usage per processor = 27.5464 Mbytes Step Atoms AVEKE stressZZ 23244 5000 9.3737682e-11 8919048.9 23245 -0.0136824999999925 8918929.9630403 23245 5000 9.3730988e-11 8918930 Loop time of 0.0169911 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:26 2021 Pair time (%) = 0.00113106 (6.65675) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.182415) Outpt time (%) = 0.0157361 (92.6136) Other time (%) = 9.29832e-05 (0.547246) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:26 2021 Memory usage per processor = 27.5464 Mbytes Step Atoms AVEKE stressZZ 23245 5000 9.3730988e-11 8918880.7 23246 -0.0136824999999925 8918761.81861421 23246 5000 9.3724295e-11 8918761.8 Loop time of 0.017256 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:26 2021 Pair time (%) = 0.00140285 (8.12965) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.20863) Outpt time (%) = 0.0156791 (90.8617) Other time (%) = 0.000138044 (0.799978) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:26 2021 Memory usage per processor = 27.5464 Mbytes Step Atoms AVEKE stressZZ 23246 5000 9.3724295e-11 8918712.6 23247 -0.0136824999999925 8918593.68302681 23247 5000 9.3717603e-11 8918593.7 Loop time of 0.01759 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:26 2021 Pair time (%) = 0.00120115 (6.82859) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.187048) Outpt time (%) = 0.0162532 (92.4002) Other time (%) = 0.000102758 (0.584185) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:26 2021 Memory usage per processor = 27.5464 Mbytes Step Atoms AVEKE stressZZ 23247 5000 9.3717603e-11 8918544.5 23248 -0.0136824999999925 8918425.55627605 23248 5000 9.3710911e-11 8918425.6 Loop time of 0.0175698 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:26 2021 Pair time (%) = 0.00121307 (6.90432) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.181835) Outpt time (%) = 0.0162299 (92.3738) Other time (%) = 9.48906e-05 (0.540078) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:26 2021 Memory usage per processor = 27.5464 Mbytes Step Atoms AVEKE stressZZ 23248 5000 9.3710911e-11 8918376.3 23249 -0.0136824999999925 8918257.43836028 23249 5000 9.3704221e-11 8918257.4 Loop time of 0.0171921 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:27 2021 Pair time (%) = 0.00119495 (6.95059) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18583) Outpt time (%) = 0.0158651 (92.2811) Other time (%) = 0.000100136 (0.582452) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:27 2021 Memory usage per processor = 27.5464 Mbytes Step Atoms AVEKE stressZZ 23249 5000 9.3704221e-11 8918208.2 23250 -0.0136824999999925 8918089.32927777 23250 5000 9.3697531e-11 8918089.3 Loop time of 0.209789 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:27 2021 Pair time (%) = 0.00148988 (0.710179) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.0176153) Outpt time (%) = 0.208107 (99.1982) Other time (%) = 0.00015521 (0.0739841) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:27 2021 Memory usage per processor = 27.5464 Mbytes Step Atoms AVEKE stressZZ 23250 5000 9.3697531e-11 8918040.1 23251 -0.0136824999999925 8917921.22902701 23251 5000 9.3690842e-11 8917921.2 Loop time of 0.019819 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:27 2021 Pair time (%) = 0.00283813 (14.3203) Neigh time (%) = 0 (0) Comm time (%) = 0.000161171 (0.813214) Outpt time (%) = 0.0165319 (83.4145) Other time (%) = 0.000287771 (1.452) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:27 2021 Memory usage per processor = 27.5464 Mbytes Step Atoms AVEKE stressZZ 23251 5000 9.3690842e-11 8917872 23252 -0.0136824999999925 8917753.13760642 23252 5000 9.3684153e-11 8917753.1 Loop time of 0.017879 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:27 2021 Pair time (%) = 0.00110793 (6.19683) Neigh time (%) = 0 (0) Comm time (%) = 6.00815e-05 (0.336045) Outpt time (%) = 0.0165632 (92.6404) Other time (%) = 0.00014782 (0.826777) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:27 2021 Memory usage per processor = 27.5464 Mbytes Step Atoms AVEKE stressZZ 23252 5000 9.3684153e-11 8917703.9 23253 -0.0136824999999925 8917585.0550147 23253 5000 9.3677466e-11 8917585.1 Loop time of 0.0174489 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:27 2021 Pair time (%) = 0.00128293 (7.3525) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.17763) Outpt time (%) = 0.0160301 (91.8687) Other time (%) = 0.000104904 (0.601208) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:27 2021 Memory usage per processor = 27.5464 Mbytes Step Atoms AVEKE stressZZ 23253 5000 9.3677466e-11 8917535.8 23254 -0.0136824999999925 8917416.98125049 23254 5000 9.3670779e-11 8917417 Loop time of 0.017478 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:27 2021 Pair time (%) = 0.00137591 (7.87226) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.223714) Outpt time (%) = 0.0159431 (91.2179) Other time (%) = 0.000119925 (0.686146) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:27 2021 Memory usage per processor = 27.5464 Mbytes Step Atoms AVEKE stressZZ 23254 5000 9.3670779e-11 8917367.8 23255 -0.0136824999999925 8917248.91631231 23255 5000 9.3664093e-11 8917248.9 Loop time of 0.017849 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:27 2021 Pair time (%) = 0.00117302 (6.57192) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.268487) Outpt time (%) = 0.016504 (92.465) Other time (%) = 0.000123978 (0.694593) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:27 2021 Memory usage per processor = 27.5464 Mbytes Step Atoms AVEKE stressZZ 23255 5000 9.3664093e-11 8917199.7 23256 -0.0136824999999925 8917080.86019894 23256 5000 9.3657408e-11 8917080.9 Loop time of 0.017452 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:27 2021 Pair time (%) = 0.00116491 (6.67495) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.177598) Outpt time (%) = 0.0161622 (92.6092) Other time (%) = 9.39369e-05 (0.538259) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:27 2021 Memory usage per processor = 27.5464 Mbytes Step Atoms AVEKE stressZZ 23256 5000 9.3657408e-11 8917031.6 23257 -0.0136824999999925 8916912.81290888 23257 5000 9.3650723e-11 8916912.8 Loop time of 0.0168581 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:27 2021 Pair time (%) = 0.00117707 (6.98224) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.189512) Outpt time (%) = 0.0155549 (92.2696) Other time (%) = 9.41753e-05 (0.558636) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:27 2021 Memory usage per processor = 27.5464 Mbytes Step Atoms AVEKE stressZZ 23257 5000 9.3650723e-11 8916863.6 23258 -0.0136824999999925 8916744.77444113 23258 5000 9.364404e-11 8916744.8 Loop time of 0.0182121 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:27 2021 Pair time (%) = 0.00154591 (8.48836) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.225169) Outpt time (%) = 0.016468 (90.4238) Other time (%) = 0.000157118 (0.862712) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:27 2021 Memory usage per processor = 27.5464 Mbytes Step Atoms AVEKE stressZZ 23258 5000 9.364404e-11 8916695.6 23259 -0.0136824999999925 8916576.74479428 23259 5000 9.3637357e-11 8916576.7 Loop time of 0.0178778 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:27 2021 Pair time (%) = 0.00123286 (6.89605) Neigh time (%) = 0 (0) Comm time (%) = 4.98295e-05 (0.278722) Outpt time (%) = 0.0164969 (92.2758) Other time (%) = 9.82285e-05 (0.549443) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:27 2021 Memory usage per processor = 27.5464 Mbytes Step Atoms AVEKE stressZZ 23259 5000 9.3637357e-11 8916527.5 23260 -0.0136824999999925 8916408.72396726 23260 5000 9.3630675e-11 8916408.7 Loop time of 0.0201461 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:27 2021 Pair time (%) = 0.00113797 (5.64859) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.159765) Outpt time (%) = 0.018883 (93.7301) Other time (%) = 9.29832e-05 (0.461544) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:27 2021 Memory usage per processor = 27.5464 Mbytes Step Atoms AVEKE stressZZ 23260 5000 9.3630675e-11 8916359.5 23261 -0.0136824999999925 8916240.71195884 23261 5000 9.3623993e-11 8916240.7 Loop time of 0.017195 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:27 2021 Pair time (%) = 0.00113106 (6.57783) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192732) Outpt time (%) = 0.015929 (92.6374) Other time (%) = 0.000101805 (0.592061) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:27 2021 Memory usage per processor = 27.5464 Mbytes Step Atoms AVEKE stressZZ 23261 5000 9.3623993e-11 8916191.5 23262 -0.0136824999999925 8916072.70876773 23262 5000 9.3617313e-11 8916072.7 Loop time of 0.0171149 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:27 2021 Pair time (%) = 0.001297 (7.57818) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.215923) Outpt time (%) = 0.0156739 (91.5804) Other time (%) = 0.00010705 (0.625479) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:27 2021 Memory usage per processor = 27.5464 Mbytes Step Atoms AVEKE stressZZ 23262 5000 9.3617313e-11 8916023.5 23263 -0.0136824999999925 8915904.71439276 23263 5000 9.3610633e-11 8915904.7 Loop time of 0.017931 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:27 2021 Pair time (%) = 0.00119591 (6.6695) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.179502) Outpt time (%) = 0.0166042 (92.6005) Other time (%) = 9.87053e-05 (0.550473) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:27 2021 Memory usage per processor = 27.5464 Mbytes Step Atoms AVEKE stressZZ 23263 5000 9.3610633e-11 8915855.5 23264 -0.0136824999999925 8915736.72883291 23264 5000 9.3603954e-11 8915736.7 Loop time of 0.0176129 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:27 2021 Pair time (%) = 0.00118303 (6.71684) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.182744) Outpt time (%) = 0.016304 (92.5684) Other time (%) = 9.36985e-05 (0.531987) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:27 2021 Memory usage per processor = 27.5464 Mbytes Step Atoms AVEKE stressZZ 23264 5000 9.3603954e-11 8915687.5 23265 -0.0136824999999925 8915568.75208703 23265 5000 9.3597276e-11 8915568.8 Loop time of 0.016866 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:27 2021 Pair time (%) = 0.00113082 (6.70474) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.190837) Outpt time (%) = 0.0156062 (92.5305) Other time (%) = 9.67979e-05 (0.573925) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:27 2021 Memory usage per processor = 27.5464 Mbytes Step Atoms AVEKE stressZZ 23265 5000 9.3597276e-11 8915519.5 23266 -0.0136824999999925 8915400.7841539 23266 5000 9.3590598e-11 8915400.8 Loop time of 0.017549 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:27 2021 Pair time (%) = 0.00130486 (7.43554) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.205146) Outpt time (%) = 0.0160649 (91.5428) Other time (%) = 0.00014329 (0.81651) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:27 2021 Memory usage per processor = 27.5464 Mbytes Step Atoms AVEKE stressZZ 23266 5000 9.3590598e-11 8915351.6 23267 -0.0136824999999925 8915232.82503245 23267 5000 9.3583922e-11 8915232.8 Loop time of 0.0169752 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:27 2021 Pair time (%) = 0.00113702 (6.69813) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188205) Outpt time (%) = 0.0157161 (92.5828) Other time (%) = 9.01222e-05 (0.530906) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:27 2021 Memory usage per processor = 27.5464 Mbytes Step Atoms AVEKE stressZZ 23267 5000 9.3583922e-11 8915183.6 23268 -0.0136824999999925 8915064.87471249 23268 5000 9.3577246e-11 8915064.9 Loop time of 0.0167089 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:27 2021 Pair time (%) = 0.00113297 (6.78063) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.192631) Outpt time (%) = 0.015456 (92.5016) Other time (%) = 8.7738e-05 (0.525099) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:27 2021 Memory usage per processor = 27.5464 Mbytes Step Atoms AVEKE stressZZ 23268 5000 9.3577246e-11 8915015.7 23269 -0.0136824999999925 8914896.93318243 23269 5000 9.357057e-11 8914896.9 Loop time of 0.0169981 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:27 2021 Pair time (%) = 0.00119114 (7.0075) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.182341) Outpt time (%) = 0.0156839 (92.2687) Other time (%) = 9.20296e-05 (0.541412) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:27 2021 Memory usage per processor = 27.5464 Mbytes Step Atoms AVEKE stressZZ 23269 5000 9.357057e-11 8914847.7 23270 -0.0136824999999925 8914729.00045964 23270 5000 9.3563896e-11 8914729 Loop time of 0.0199258 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:27 2021 Pair time (%) = 0.001261 (6.32845) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.165121) Outpt time (%) = 0.018481 (92.749) Other time (%) = 0.000150919 (0.757404) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:27:27 2021 Memory usage per processor = 27.5464 Mbytes Step Atoms AVEKE stressZZ 23270 5000 9.3563896e-11 8914679.8 23271 -0.0136824999999925 8914537.74711797 23271 5000 1.845612e-10 8914831.5 Loop time of 0.01752 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:27 2021 Pair time (%) = 0.00145507 (8.30521) Neigh time (%) = 0 (0) Comm time (%) = 7.00951e-05 (0.400087) Outpt time (%) = 0.0158501 (90.4687) Other time (%) = 0.00014472 (0.82603) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:27 2021 Memory usage per processor = 27.5464 Mbytes Step Atoms AVEKE stressZZ 23271 5000 1.845612e-10 8984046.5 23272 -0.0137149999999925 8983890.06422502 23272 5000 1.4847395e-10 8983890.1 Loop time of 0.017252 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:27 2021 Pair time (%) = 0.00113988 (6.60724) Neigh time (%) = 0 (0) Comm time (%) = 4.50611e-05 (0.261194) Outpt time (%) = 0.0159538 (92.4751) Other time (%) = 0.000113249 (0.65644) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:27 2021 Memory usage per processor = 27.5464 Mbytes Step Atoms AVEKE stressZZ 23272 5000 1.4847395e-10 8983823.5 23273 -0.0137149999999925 8983680.37552538 23273 5000 1.2757893e-10 8983680.4 Loop time of 0.0170212 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:27 2021 Pair time (%) = 0.00117302 (6.89153) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.193299) Outpt time (%) = 0.0157149 (92.3255) Other time (%) = 0.000100374 (0.589702) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:27 2021 Memory usage per processor = 27.5464 Mbytes Step Atoms AVEKE stressZZ 23273 5000 1.2757893e-10 8983620 23274 -0.0137149999999925 8983485.29189763 23274 5000 1.1512198e-10 8983485.3 Loop time of 0.016994 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:27 2021 Pair time (%) = 0.00138092 (8.12593) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.200623) Outpt time (%) = 0.015475 (91.0618) Other time (%) = 0.000103951 (0.611689) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:27 2021 Memory usage per processor = 27.5464 Mbytes Step Atoms AVEKE stressZZ 23274 5000 1.1512198e-10 8983428.8 23275 -0.0137149999999925 8983299.49318423 23275 5000 1.0753605e-10 8983299.5 Loop time of 0.0176408 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:27 2021 Pair time (%) = 0.00119781 (6.79002) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.187861) Outpt time (%) = 0.016309 (92.4504) Other time (%) = 0.000100851 (0.571691) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:27 2021 Memory usage per processor = 27.5464 Mbytes Step Atoms AVEKE stressZZ 23275 5000 1.0753605e-10 8983245.5 23276 -0.0137149999999925 8983119.59838005 23276 5000 1.0284719e-10 8983119.6 Loop time of 0.017678 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:27 2021 Pair time (%) = 0.00124407 (7.03737) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.265688) Outpt time (%) = 0.0162101 (91.6962) Other time (%) = 0.000176907 (1.00071) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:27 2021 Memory usage per processor = 27.5464 Mbytes Step Atoms AVEKE stressZZ 23276 5000 1.0284719e-10 8983067.1 23277 -0.0137149999999925 8982943.45882413 23277 5000 9.9919268e-11 8982943.5 Loop time of 0.0174131 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:27 2021 Pair time (%) = 0.00113201 (6.5009) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.18484) Outpt time (%) = 0.0161271 (92.6146) Other time (%) = 0.000121832 (0.699655) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:27 2021 Memory usage per processor = 27.5464 Mbytes Step Atoms AVEKE stressZZ 23277 5000 9.9919268e-11 8982892 23278 -0.0137149999999925 8982769.70902061 23278 5000 9.8078041e-11 8982769.7 Loop time of 0.01741 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:27 2021 Pair time (%) = 0.00122213 (7.01971) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.195829) Outpt time (%) = 0.0160501 (92.1888) Other time (%) = 0.000103712 (0.595703) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:27 2021 Memory usage per processor = 27.5464 Mbytes Step Atoms AVEKE stressZZ 23278 5000 9.8078041e-11 8982718.9 23279 -0.0137149999999925 8982597.48118216 23279 5000 9.691433e-11 8982597.5 Loop time of 0.0179021 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:27 2021 Pair time (%) = 0.00120711 (6.74284) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.195773) Outpt time (%) = 0.0165529 (92.4634) Other time (%) = 0.00010705 (0.597973) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:27 2021 Memory usage per processor = 27.5464 Mbytes Step Atoms AVEKE stressZZ 23279 5000 9.691433e-11 8982547.1 23280 -0.0137149999999925 8982426.2238205 23280 5000 9.6175898e-11 8982426.2 Loop time of 0.020457 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:27 2021 Pair time (%) = 0.00112796 (5.51379) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.156172) Outpt time (%) = 0.019206 (93.8848) Other time (%) = 9.10759e-05 (0.445206) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:27 2021 Memory usage per processor = 27.5465 Mbytes Step Atoms AVEKE stressZZ 23280 5000 9.6175898e-11 8982376.1 23281 -0.0137149999999925 8982255.58645808 23281 5000 9.5705597e-11 8982255.6 Loop time of 0.017657 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:27 2021 Pair time (%) = 0.00116801 (6.615) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.180937) Outpt time (%) = 0.016361 (92.6599) Other time (%) = 9.60827e-05 (0.544161) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:27 2021 Memory usage per processor = 27.5465 Mbytes Step Atoms AVEKE stressZZ 23281 5000 9.5705597e-11 8982205.6 23282 -0.0137149999999925 8982085.34636242 23282 5000 9.5404831e-11 8982085.3 Loop time of 0.0174239 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:28 2021 Pair time (%) = 0.00135708 (7.78862) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.201147) Outpt time (%) = 0.0159278 (91.4136) Other time (%) = 0.000103951 (0.596598) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:28 2021 Memory usage per processor = 27.5465 Mbytes Step Atoms AVEKE stressZZ 23282 5000 9.5404831e-11 8982035.5 23283 -0.0137149999999925 8981915.36198403 23283 5000 9.5211457e-11 8981915.4 Loop time of 0.017961 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:28 2021 Pair time (%) = 0.00142694 (7.94462) Neigh time (%) = 0 (0) Comm time (%) = 5.38826e-05 (0.299997) Outpt time (%) = 0.0163231 (90.8806) Other time (%) = 0.000157118 (0.874771) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:28 2021 Memory usage per processor = 27.5465 Mbytes Step Atoms AVEKE stressZZ 23283 5000 9.5211457e-11 8981865.6 23284 -0.0137149999999925 8981745.54336633 23284 5000 9.5086189e-11 8981745.5 Loop time of 0.017797 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:28 2021 Pair time (%) = 0.00113487 (6.37676) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.174155) Outpt time (%) = 0.0165379 (92.9253) Other time (%) = 9.32217e-05 (0.523806) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:28 2021 Memory usage per processor = 27.5465 Mbytes Step Atoms AVEKE stressZZ 23284 5000 9.5086189e-11 8981695.8 23285 -0.0137149999999925 8981575.83334061 23285 5000 9.5004146e-11 8981575.8 Loop time of 0.0176659 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:28 2021 Pair time (%) = 0.00112891 (6.39036) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.175448) Outpt time (%) = 0.0164111 (92.8971) Other time (%) = 9.48906e-05 (0.537141) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:28 2021 Memory usage per processor = 27.5465 Mbytes Step Atoms AVEKE stressZZ 23285 5000 9.5004146e-11 8981526.1 23286 -0.0137149999999925 8981406.19557483 23286 5000 9.4949549e-11 8981406.2 Loop time of 0.0170579 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:28 2021 Pair time (%) = 0.00113511 (6.65446) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.18869) Outpt time (%) = 0.0157881 (92.5558) Other time (%) = 0.00010252 (0.601012) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:28 2021 Memory usage per processor = 27.5465 Mbytes Step Atoms AVEKE stressZZ 23286 5000 9.4949549e-11 8981356.5 23287 -0.0137149999999925 8981236.60697941 23287 5000 9.4912386e-11 8981236.6 Loop time of 0.017832 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:28 2021 Pair time (%) = 0.00141096 (7.91251) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.201891) Outpt time (%) = 0.0162392 (91.0673) Other time (%) = 0.000145912 (0.818258) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:28 2021 Memory usage per processor = 27.5465 Mbytes Step Atoms AVEKE stressZZ 23287 5000 9.4912386e-11 8981186.9 23288 -0.0137149999999925 8981067.05288008 23288 5000 9.4886298e-11 8981067.1 Loop time of 0.0178869 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:28 2021 Pair time (%) = 0.00117111 (6.54733) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.178612) Outpt time (%) = 0.0165911 (92.7556) Other time (%) = 9.27448e-05 (0.518508) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:28 2021 Memory usage per processor = 27.5465 Mbytes Step Atoms AVEKE stressZZ 23288 5000 9.4886298e-11 8981017.4 23289 -0.0137149999999925 8980897.52395109 23289 5000 9.4867248e-11 8980897.5 Loop time of 0.0178611 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:28 2021 Pair time (%) = 0.00113106 (6.33251) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.268304) Outpt time (%) = 0.016521 (92.4968) Other time (%) = 0.000161171 (0.902356) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:28 2021 Memory usage per processor = 27.5465 Mbytes Step Atoms AVEKE stressZZ 23289 5000 9.4867248e-11 8980847.8 23290 -0.0137149999999925 8980728.01426503 23290 5000 9.4852669e-11 8980728 Loop time of 0.01967 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:28 2021 Pair time (%) = 0.00113416 (5.76592) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.173329) Outpt time (%) = 0.0183401 (93.239) Other time (%) = 0.000161648 (0.821798) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:28 2021 Memory usage per processor = 27.5465 Mbytes Step Atoms AVEKE stressZZ 23290 5000 9.4852669e-11 8980678.3 23291 -0.0137149999999925 8980558.52008568 23291 5000 9.4840932e-11 8980558.5 Loop time of 0.017071 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:28 2021 Pair time (%) = 0.0013001 (7.61582) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.216477) Outpt time (%) = 0.015615 (91.4708) Other time (%) = 0.000118971 (0.696918) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:28 2021 Memory usage per processor = 27.5465 Mbytes Step Atoms AVEKE stressZZ 23291 5000 9.4840932e-11 8980508.8 23292 -0.0137149999999925 8980389.03902815 23292 5000 9.4831001e-11 8980389 Loop time of 0.0177219 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:28 2021 Pair time (%) = 0.00116205 (6.55716) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.187001) Outpt time (%) = 0.016432 (92.7217) Other time (%) = 9.46522e-05 (0.534097) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:28 2021 Memory usage per processor = 27.5465 Mbytes Step Atoms AVEKE stressZZ 23292 5000 9.4831001e-11 8980339.4 23293 -0.0137149999999925 8980219.56955357 23293 5000 9.4822218e-11 8980219.6 Loop time of 0.017848 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:28 2021 Pair time (%) = 0.00113392 (6.35319) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.173657) Outpt time (%) = 0.0165892 (92.9468) Other time (%) = 9.39369e-05 (0.526316) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:28 2021 Memory usage per processor = 27.5465 Mbytes Step Atoms AVEKE stressZZ 23293 5000 9.4822218e-11 8980169.9 23294 -0.0137149999999925 8980050.11068944 23294 5000 9.4814165e-11 8980050.1 Loop time of 0.0170858 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:28 2021 Pair time (%) = 0.00113297 (6.63104) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181405) Outpt time (%) = 0.0158279 (92.6378) Other time (%) = 9.39369e-05 (0.549796) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:28 2021 Memory usage per processor = 27.5465 Mbytes Step Atoms AVEKE stressZZ 23294 5000 9.4814165e-11 8980000.4 23295 -0.0137149999999925 8979880.66181741 23295 5000 9.4806576e-11 8979880.7 Loop time of 0.0173209 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:28 2021 Pair time (%) = 0.00132489 (7.64911) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.207849) Outpt time (%) = 0.0158389 (91.4438) Other time (%) = 0.000121117 (0.699253) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:28 2021 Memory usage per processor = 27.5465 Mbytes Step Atoms AVEKE stressZZ 23295 5000 9.4806576e-11 8979831 23296 -0.0137149999999925 8979711.22254433 23296 5000 9.4799282e-11 8979711.2 Loop time of 0.017885 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:28 2021 Pair time (%) = 0.00118279 (6.61334) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.183963) Outpt time (%) = 0.016556 (92.5695) Other time (%) = 0.000113249 (0.633207) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:28 2021 Memory usage per processor = 27.5465 Mbytes Step Atoms AVEKE stressZZ 23296 5000 9.4799282e-11 8979661.5 23297 -0.0137149999999925 8979541.79261979 23297 5000 9.4792176e-11 8979541.8 Loop time of 0.017828 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:28 2021 Pair time (%) = 0.00113082 (6.34294) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.179202) Outpt time (%) = 0.016572 (92.955) Other time (%) = 9.32217e-05 (0.522895) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:28 2021 Memory usage per processor = 27.5465 Mbytes Step Atoms AVEKE stressZZ 23297 5000 9.4792176e-11 8979492.1 23298 -0.0137149999999925 8979372.37188411 23298 5000 9.478519e-11 8979372.4 Loop time of 0.0169652 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:28 2021 Pair time (%) = 0.00115609 (6.81451) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188316) Outpt time (%) = 0.0156782 (92.414) Other time (%) = 9.89437e-05 (0.583217) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:28 2021 Memory usage per processor = 27.5465 Mbytes Step Atoms AVEKE stressZZ 23298 5000 9.478519e-11 8979322.7 23299 -0.0137149999999925 8979202.96025134 23299 5000 9.477828e-11 8979203 Loop time of 0.017359 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:28 2021 Pair time (%) = 0.00141788 (8.16795) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.21838) Outpt time (%) = 0.0157759 (90.8802) Other time (%) = 0.000127316 (0.733426) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:28 2021 Memory usage per processor = 27.5465 Mbytes Step Atoms AVEKE stressZZ 23299 5000 9.477828e-11 8979153.3 23300 -0.0137149999999925 8979033.55767967 23300 5000 9.4771419e-11 8979033.6 Loop time of 0.0206141 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:28 2021 Pair time (%) = 0.001261 (6.11714) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.154981) Outpt time (%) = 0.0192111 (93.1935) Other time (%) = 0.000110149 (0.534339) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:28 2021 Memory usage per processor = 27.5465 Mbytes Step Atoms AVEKE stressZZ 23300 5000 9.4771419e-11 8978983.9 23301 -0.0137149999999925 8978864.16410392 23301 5000 9.476459e-11 8978864.2 Loop time of 0.017874 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:28 2021 Pair time (%) = 0.00119996 (6.71344) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.190746) Outpt time (%) = 0.016537 (92.5196) Other time (%) = 0.000102997 (0.576238) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:28 2021 Memory usage per processor = 27.5465 Mbytes Step Atoms AVEKE stressZZ 23301 5000 9.476459e-11 8978814.5 23302 -0.0137149999999925 8978694.77949815 23302 5000 9.475778e-11 8978694.8 Loop time of 0.0170159 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:28 2021 Pair time (%) = 0.00120711 (7.09402) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.193359) Outpt time (%) = 0.015676 (92.1255) Other time (%) = 9.98974e-05 (0.587081) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:28 2021 Memory usage per processor = 27.5465 Mbytes Step Atoms AVEKE stressZZ 23302 5000 9.475778e-11 8978645.1 23303 -0.0137149999999925 8978525.40384133 23303 5000 9.4750984e-11 8978525.4 Loop time of 0.0170999 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:28 2021 Pair time (%) = 0.00132608 (7.75494) Neigh time (%) = 0 (0) Comm time (%) = 5.00679e-05 (0.292797) Outpt time (%) = 0.015594 (91.1938) Other time (%) = 0.0001297 (0.758484) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:28 2021 Memory usage per processor = 27.5465 Mbytes Step Atoms AVEKE stressZZ 23303 5000 9.4750984e-11 8978475.7 23304 -0.0137149999999925 8978356.03712026 23304 5000 9.4744196e-11 8978356 Loop time of 0.0177021 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:28 2021 Pair time (%) = 0.00119615 (6.75708) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.185864) Outpt time (%) = 0.0163741 (92.4981) Other time (%) = 9.89437e-05 (0.558938) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:28 2021 Memory usage per processor = 27.5465 Mbytes Step Atoms AVEKE stressZZ 23304 5000 9.4744196e-11 8978306.4 23305 -0.0137149999999925 8978186.6793253 23305 5000 9.4737414e-11 8978186.7 Loop time of 0.017638 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:28 2021 Pair time (%) = 0.00112891 (6.40046) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.182484) Outpt time (%) = 0.016382 (92.8791) Other time (%) = 9.48906e-05 (0.537991) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:28 2021 Memory usage per processor = 27.5465 Mbytes Step Atoms AVEKE stressZZ 23305 5000 9.4737414e-11 8978137 23306 -0.0137149999999925 8978017.33045003 23306 5000 9.4730636e-11 8978017.3 Loop time of 0.0170979 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:28 2021 Pair time (%) = 0.00120091 (7.02373) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192431) Outpt time (%) = 0.015769 (92.2275) Other time (%) = 9.5129e-05 (0.556377) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:28 2021 Memory usage per processor = 27.5465 Mbytes Step Atoms AVEKE stressZZ 23306 5000 9.4730636e-11 8977967.7 23307 -0.0137149999999925 8977847.99049004 23307 5000 9.4723861e-11 8977848 Loop time of 0.017102 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:28 2021 Pair time (%) = 0.00124907 (7.30368) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.216085) Outpt time (%) = 0.0156789 (91.6786) Other time (%) = 0.000137091 (0.801606) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:28 2021 Memory usage per processor = 27.5465 Mbytes Step Atoms AVEKE stressZZ 23307 5000 9.4723861e-11 8977798.3 23308 -0.0137149999999925 8977678.65943849 23308 5000 9.4717087e-11 8977678.7 Loop time of 0.0178308 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:28 2021 Pair time (%) = 0.0012331 (6.91555) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.185859) Outpt time (%) = 0.0164609 (92.3169) Other time (%) = 0.000103712 (0.581644) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:28 2021 Memory usage per processor = 27.5465 Mbytes Step Atoms AVEKE stressZZ 23308 5000 9.4717087e-11 8977629 23309 -0.0137149999999925 8977509.33729397 23309 5000 9.4710316e-11 8977509.3 Loop time of 0.0170729 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:28 2021 Pair time (%) = 0.00116706 (6.83573) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187127) Outpt time (%) = 0.0157819 (92.4381) Other time (%) = 9.20296e-05 (0.539038) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:28 2021 Memory usage per processor = 27.5465 Mbytes Step Atoms AVEKE stressZZ 23309 5000 9.4710316e-11 8977459.7 23310 -0.0137149999999925 8977340.02405566 23310 5000 9.4703545e-11 8977340 Loop time of 0.0192258 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:28 2021 Pair time (%) = 0.00113702 (5.91401) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.166173) Outpt time (%) = 0.017967 (93.4523) Other time (%) = 8.98838e-05 (0.467516) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:28 2021 Memory usage per processor = 27.5465 Mbytes Step Atoms AVEKE stressZZ 23310 5000 9.4703545e-11 8977290.4 23311 -0.0137149999999925 8977170.71972156 23311 5000 9.4696776e-11 8977170.7 Loop time of 0.017153 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:28 2021 Pair time (%) = 0.00113106 (6.59393) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.187643) Outpt time (%) = 0.015902 (92.7069) Other time (%) = 8.7738e-05 (0.511502) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:28 2021 Memory usage per processor = 27.5465 Mbytes Step Atoms AVEKE stressZZ 23311 5000 9.4696776e-11 8977121.1 23312 -0.0137149999999925 8977001.42428987 23312 5000 9.4690008e-11 8977001.4 Loop time of 0.016746 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:28 2021 Pair time (%) = 0.00113297 (6.76557) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.19078) Outpt time (%) = 0.0154932 (92.5183) Other time (%) = 8.79765e-05 (0.525357) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:28 2021 Memory usage per processor = 27.5465 Mbytes Step Atoms AVEKE stressZZ 23312 5000 9.4690008e-11 8976951.8 23313 -0.0137149999999925 8976832.13775892 23313 5000 9.4683241e-11 8976832.1 Loop time of 0.0182309 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:28 2021 Pair time (%) = 0.00152493 (8.3645) Neigh time (%) = 0 (0) Comm time (%) = 5.29289e-05 (0.290325) Outpt time (%) = 0.0165131 (90.5775) Other time (%) = 0.000139952 (0.767661) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:28 2021 Memory usage per processor = 27.5465 Mbytes Step Atoms AVEKE stressZZ 23313 5000 9.4683241e-11 8976782.5 23314 -0.0137149999999925 8976662.8601271 23314 5000 9.4676474e-11 8976662.9 Loop time of 0.0180569 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:28 2021 Pair time (%) = 0.0013082 (7.2449) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.17693) Outpt time (%) = 0.016624 (92.0645) Other time (%) = 9.27448e-05 (0.513626) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:28 2021 Memory usage per processor = 27.5465 Mbytes Step Atoms AVEKE stressZZ 23314 5000 9.4676474e-11 8976613.2 23315 -0.0137149999999925 8976493.59139315 23315 5000 9.4669709e-11 8976493.6 Loop time of 0.017364 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:28 2021 Pair time (%) = 0.00112915 (6.50281) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18399) Outpt time (%) = 0.0161099 (92.7777) Other time (%) = 9.29832e-05 (0.535494) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:28 2021 Memory usage per processor = 27.5465 Mbytes Step Atoms AVEKE stressZZ 23315 5000 9.4669709e-11 8976443.9 23316 -0.0137149999999925 8976324.3315556 23316 5000 9.4662944e-11 8976324.3 Loop time of 0.0169609 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:28 2021 Pair time (%) = 0.00114608 (6.75719) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.193986) Outpt time (%) = 0.0156789 (92.4416) Other time (%) = 0.000102997 (0.607262) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:28 2021 Memory usage per processor = 27.5465 Mbytes Step Atoms AVEKE stressZZ 23316 5000 9.4662944e-11 8976274.7 23317 -0.0137149999999925 8976155.08061291 23317 5000 9.465618e-11 8976155.1 Loop time of 0.0180311 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:28 2021 Pair time (%) = 0.00156116 (8.65817) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.204951) Outpt time (%) = 0.0162849 (90.3158) Other time (%) = 0.000148058 (0.821124) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:28 2021 Memory usage per processor = 27.5465 Mbytes Step Atoms AVEKE stressZZ 23317 5000 9.465618e-11 8976105.4 23318 -0.0137149999999925 8975985.83856413 23318 5000 9.4649417e-11 8975985.8 Loop time of 0.0176182 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:28 2021 Pair time (%) = 0.00113606 (6.44825) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.181336) Outpt time (%) = 0.016356 (92.8359) Other time (%) = 9.41753e-05 (0.534535) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:28 2021 Memory usage per processor = 27.5465 Mbytes Step Atoms AVEKE stressZZ 23318 5000 9.4649417e-11 8975936.2 23319 -0.0137149999999925 8975816.60540761 23319 5000 9.4642655e-11 8975816.6 Loop time of 0.0176821 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:28 2021 Pair time (%) = 0.00116682 (6.59889) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.186074) Outpt time (%) = 0.0163851 (92.6649) Other time (%) = 9.72748e-05 (0.550132) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:28 2021 Memory usage per processor = 27.5465 Mbytes Step Atoms AVEKE stressZZ 23319 5000 9.4642655e-11 8975767 23320 -0.0137149999999925 8975647.38114241 23320 5000 9.4635893e-11 8975647.4 Loop time of 0.019809 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:28 2021 Pair time (%) = 0.00118279 (5.97099) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.161281) Outpt time (%) = 0.018477 (93.2756) Other time (%) = 0.000117302 (0.592165) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:28 2021 Memory usage per processor = 27.5465 Mbytes Step Atoms AVEKE stressZZ 23320 5000 9.4635893e-11 8975597.7 23321 -0.0137149999999925 8975478.16576702 23321 5000 9.4629132e-11 8975478.2 Loop time of 0.0171609 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:28 2021 Pair time (%) = 0.00132608 (7.72736) Neigh time (%) = 0 (0) Comm time (%) = 5.19753e-05 (0.30287) Outpt time (%) = 0.0156481 (91.1848) Other time (%) = 0.000134706 (0.784962) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:28 2021 Memory usage per processor = 27.5465 Mbytes Step Atoms AVEKE stressZZ 23321 5000 9.4629132e-11 8975428.5 23322 -0.0137149999999925 8975308.95928041 23322 5000 9.4622372e-11 8975309 Loop time of 0.0177109 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:28 2021 Pair time (%) = 0.00116396 (6.57199) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.25981) Outpt time (%) = 0.016382 (92.4965) Other time (%) = 0.000118971 (0.671737) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:28 2021 Memory usage per processor = 27.5465 Mbytes Step Atoms AVEKE stressZZ 23322 5000 9.4622372e-11 8975259.3 23323 -0.0137149999999925 8975139.76168127 23323 5000 9.4615613e-11 8975139.8 Loop time of 0.017566 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:28 2021 Pair time (%) = 0.00113606 (6.46742) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.181875) Outpt time (%) = 0.016305 (92.8214) Other time (%) = 9.29832e-05 (0.529338) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:28 2021 Memory usage per processor = 27.5465 Mbytes Step Atoms AVEKE stressZZ 23323 5000 9.4615613e-11 8975090.1 23324 -0.0137149999999925 8974970.5729681 23324 5000 9.4608855e-11 8974970.6 Loop time of 0.0169752 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:29 2021 Pair time (%) = 0.00112891 (6.65037) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.193823) Outpt time (%) = 0.0156648 (92.2808) Other time (%) = 0.000148535 (0.875012) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:29 2021 Memory usage per processor = 27.5465 Mbytes Step Atoms AVEKE stressZZ 23324 5000 9.4608855e-11 8974920.9 23325 -0.0137149999999925 8974801.39313682 23325 5000 9.4602097e-11 8974801.4 Loop time of 0.0175412 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:29 2021 Pair time (%) = 0.00150013 (8.55205) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.228345) Outpt time (%) = 0.0158248 (90.2152) Other time (%) = 0.000176191 (1.00444) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:29 2021 Memory usage per processor = 27.5465 Mbytes Step Atoms AVEKE stressZZ 23325 5000 9.4602097e-11 8974751.7 23326 -0.0137149999999925 8974632.22218953 23326 5000 9.459534e-11 8974632.2 Loop time of 0.0178468 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:29 2021 Pair time (%) = 0.00120997 (6.77977) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.179013) Outpt time (%) = 0.016511 (92.5149) Other time (%) = 9.39369e-05 (0.526351) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:29 2021 Memory usage per processor = 27.5465 Mbytes Step Atoms AVEKE stressZZ 23326 5000 9.459534e-11 8974582.6 23327 -0.0137149999999925 8974463.06012495 23327 5000 9.4588584e-11 8974463.1 Loop time of 0.017848 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:29 2021 Pair time (%) = 0.00128198 (7.18274) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.18568) Outpt time (%) = 0.016432 (92.0665) Other time (%) = 0.000100851 (0.565055) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:29 2021 Memory usage per processor = 27.5465 Mbytes Step Atoms AVEKE stressZZ 23327 5000 9.4588584e-11 8974413.4 23328 -0.0137149999999925 8974293.90694199 23328 5000 9.4581829e-11 8974293.9 Loop time of 0.0170121 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:29 2021 Pair time (%) = 0.00117707 (6.91902) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.189198) Outpt time (%) = 0.0156341 (91.8995) Other time (%) = 0.0001688 (0.992236) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:29 2021 Memory usage per processor = 27.5465 Mbytes Step Atoms AVEKE stressZZ 23328 5000 9.4581829e-11 8974244.3 23329 -0.0137149999999925 8974124.76263961 23329 5000 9.4575074e-11 8974124.8 Loop time of 0.0174398 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:29 2021 Pair time (%) = 0.00147605 (8.46366) Neigh time (%) = 0 (0) Comm time (%) = 4.29153e-05 (0.246076) Outpt time (%) = 0.0157609 (90.3729) Other time (%) = 0.000159979 (0.917318) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:29 2021 Memory usage per processor = 27.5465 Mbytes Step Atoms AVEKE stressZZ 23329 5000 9.4575074e-11 8974075.1 23330 -0.0137149999999925 8973955.62721675 23330 5000 9.4568321e-11 8973955.6 Loop time of 0.020108 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:29 2021 Pair time (%) = 0.00115681 (5.75297) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.163625) Outpt time (%) = 0.0187769 (93.3803) Other time (%) = 0.000141382 (0.703115) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:29 2021 Memory usage per processor = 27.5465 Mbytes Step Atoms AVEKE stressZZ 23330 5000 9.4568321e-11 8973906 23331 -0.0137149999999925 8973786.50067201 23331 5000 9.4561568e-11 8973786.5 Loop time of 0.017662 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:29 2021 Pair time (%) = 0.00112891 (6.39174) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.175486) Outpt time (%) = 0.016413 (92.9279) Other time (%) = 8.91685e-05 (0.50486) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:29 2021 Memory usage per processor = 27.5465 Mbytes Step Atoms AVEKE stressZZ 23331 5000 9.4561568e-11 8973736.9 23332 -0.0137149999999925 8973617.3830046 23332 5000 9.4554816e-11 8973617.4 Loop time of 0.0170681 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:29 2021 Pair time (%) = 0.00116396 (6.81948) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18718) Outpt time (%) = 0.01578 (92.4528) Other time (%) = 9.2268e-05 (0.540586) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:29 2021 Memory usage per processor = 27.5465 Mbytes Step Atoms AVEKE stressZZ 23332 5000 9.4554816e-11 8973567.7 23333 -0.0137149999999925 8973448.27421317 23333 5000 9.4548064e-11 8973448.3 Loop time of 0.0175359 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:29 2021 Pair time (%) = 0.00135899 (7.74972) Neigh time (%) = 0 (0) Comm time (%) = 6.41346e-05 (0.365733) Outpt time (%) = 0.0159941 (91.2075) Other time (%) = 0.000118732 (0.677081) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:29 2021 Memory usage per processor = 27.5465 Mbytes Step Atoms AVEKE stressZZ 23333 5000 9.4548064e-11 8973398.6 23334 -0.0137149999999925 8973279.1742967 23334 5000 9.4541314e-11 8973279.2 Loop time of 0.0178878 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:29 2021 Pair time (%) = 0.00125504 (7.01614) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.185267) Outpt time (%) = 0.0165 (92.2415) Other time (%) = 9.9659e-05 (0.557133) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:29 2021 Memory usage per processor = 27.5465 Mbytes Step Atoms AVEKE stressZZ 23334 5000 9.4541314e-11 8973229.5 23335 -0.0137149999999925 8973110.08325423 23335 5000 9.4534564e-11 8973110.1 Loop time of 0.017606 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:29 2021 Pair time (%) = 0.00113297 (6.4351) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.176044) Outpt time (%) = 0.016346 (92.8431) Other time (%) = 9.60827e-05 (0.545738) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:29 2021 Memory usage per processor = 27.5465 Mbytes Step Atoms AVEKE stressZZ 23335 5000 9.4534564e-11 8973060.5 23336 -0.0137149999999925 8972941.00106672 23336 5000 9.4527815e-11 8972941 Loop time of 0.017041 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:29 2021 Pair time (%) = 0.00120497 (7.071) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.194474) Outpt time (%) = 0.015656 (91.8727) Other time (%) = 0.000146866 (0.86184) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:29 2021 Memory usage per processor = 27.5465 Mbytes Step Atoms AVEKE stressZZ 23336 5000 9.4527815e-11 8972891.4 23337 -0.0137149999999925 8972771.92773741 23337 5000 9.4521067e-11 8972771.9 Loop time of 0.017247 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:29 2021 Pair time (%) = 0.00123096 (7.13723) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.277858) Outpt time (%) = 0.0158451 (91.8716) Other time (%) = 0.000123024 (0.713308) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:29 2021 Memory usage per processor = 27.5465 Mbytes Step Atoms AVEKE stressZZ 23337 5000 9.4521067e-11 8972722.3 23338 -0.0137149999999925 8972602.86327795 23338 5000 9.451432e-11 8972602.9 Loop time of 0.017977 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:29 2021 Pair time (%) = 0.00118303 (6.58081) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.177716) Outpt time (%) = 0.0166581 (92.6632) Other time (%) = 0.000103951 (0.578242) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:29 2021 Memory usage per processor = 27.5465 Mbytes Step Atoms AVEKE stressZZ 23338 5000 9.451432e-11 8972553.2 23339 -0.0137149999999925 8972433.80768732 23339 5000 9.4507573e-11 8972433.8 Loop time of 0.017591 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:29 2021 Pair time (%) = 0.00113106 (6.42975) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.182971) Outpt time (%) = 0.016336 (92.8655) Other time (%) = 9.17912e-05 (0.521807) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:29 2021 Memory usage per processor = 27.5465 Mbytes Step Atoms AVEKE stressZZ 23339 5000 9.4507573e-11 8972384.2 23340 -0.0137149999999925 8972264.76096463 23340 5000 9.4500827e-11 8972264.8 Loop time of 0.0194671 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:29 2021 Pair time (%) = 0.00113797 (5.84561) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.165338) Outpt time (%) = 0.0182049 (93.5163) Other time (%) = 9.20296e-05 (0.472744) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:29 2021 Memory usage per processor = 27.5465 Mbytes Step Atoms AVEKE stressZZ 23340 5000 9.4500827e-11 8972215.1 23341 -0.0137149999999925 8972095.72310876 23341 5000 9.4494082e-11 8972095.7 Loop time of 0.0171502 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:29 2021 Pair time (%) = 0.00124907 (7.28317) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204357) Outpt time (%) = 0.015763 (91.9119) Other time (%) = 0.000102997 (0.600559) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:29 2021 Memory usage per processor = 27.5465 Mbytes Step Atoms AVEKE stressZZ 23341 5000 9.4494082e-11 8972046.1 23342 -0.0137149999999925 8971926.69411856 23342 5000 9.4487338e-11 8971926.7 Loop time of 0.018141 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:29 2021 Pair time (%) = 0.00127912 (7.05095) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.181367) Outpt time (%) = 0.0167098 (92.1106) Other time (%) = 0.000119209 (0.657125) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:29 2021 Memory usage per processor = 27.5465 Mbytes Step Atoms AVEKE stressZZ 23342 5000 9.4487338e-11 8971877.1 23343 -0.0137149999999925 8971757.67399324 23343 5000 9.4480594e-11 8971757.7 Loop time of 0.0178559 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:29 2021 Pair time (%) = 0.00119591 (6.69756) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.19628) Outpt time (%) = 0.016521 (92.524) Other time (%) = 0.000103951 (0.582164) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:29 2021 Memory usage per processor = 27.5465 Mbytes Step Atoms AVEKE stressZZ 23343 5000 9.4480594e-11 8971708.1 23344 -0.0137149999999925 8971588.66273152 23344 5000 9.4473852e-11 8971588.7 Loop time of 0.0171509 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:29 2021 Pair time (%) = 0.00117421 (6.84636) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186277) Outpt time (%) = 0.0158501 (92.4155) Other time (%) = 9.46522e-05 (0.551879) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:29 2021 Memory usage per processor = 27.5465 Mbytes Step Atoms AVEKE stressZZ 23344 5000 9.4473852e-11 8971539 23345 -0.0137149999999925 8971419.66033262 23345 5000 9.446711e-11 8971419.7 Loop time of 0.0171361 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:29 2021 Pair time (%) = 0.00132704 (7.74411) Neigh time (%) = 0 (0) Comm time (%) = 8.29697e-05 (0.484181) Outpt time (%) = 0.0156231 (91.1707) Other time (%) = 0.000102997 (0.601052) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:29 2021 Memory usage per processor = 27.5465 Mbytes Step Atoms AVEKE stressZZ 23345 5000 9.446711e-11 8971370 23346 -0.0137149999999925 8971250.66679538 23346 5000 9.4460368e-11 8971250.7 Loop time of 0.0177329 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:29 2021 Pair time (%) = 0.00123596 (6.9699) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.186886) Outpt time (%) = 0.0163159 (92.0096) Other time (%) = 0.00014782 (0.833591) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:29 2021 Memory usage per processor = 27.5465 Mbytes Step Atoms AVEKE stressZZ 23346 5000 9.4460368e-11 8971201 23347 -0.0137149999999925 8971081.68211892 23347 5000 9.4453628e-11 8971081.7 Loop time of 0.0177972 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:29 2021 Pair time (%) = 0.00117993 (6.62987) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.18621) Outpt time (%) = 0.016484 (92.6213) Other time (%) = 0.000100136 (0.562648) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:29 2021 Memory usage per processor = 27.5465 Mbytes Step Atoms AVEKE stressZZ 23347 5000 9.4453628e-11 8971032.1 23348 -0.0137149999999925 8970912.70630207 23348 5000 9.4446889e-11 8970912.7 Loop time of 0.0172729 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:29 2021 Pair time (%) = 0.00112796 (6.5302) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.186341) Outpt time (%) = 0.016021 (92.752) Other time (%) = 9.17912e-05 (0.531416) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:29 2021 Memory usage per processor = 27.5465 Mbytes Step Atoms AVEKE stressZZ 23348 5000 9.4446889e-11 8970863.1 23349 -0.0137149999999925 8970743.73934391 23349 5000 9.444015e-11 8970743.7 Loop time of 0.0172348 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:29 2021 Pair time (%) = 0.00139499 (8.09401) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.21442) Outpt time (%) = 0.0156388 (90.7398) Other time (%) = 0.000164032 (0.951749) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:29 2021 Memory usage per processor = 27.5465 Mbytes Step Atoms AVEKE stressZZ 23349 5000 9.444015e-11 8970694.1 23350 -0.0137149999999925 8970574.78124348 23350 5000 9.4433412e-11 8970574.8 Loop time of 0.020479 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:29 2021 Pair time (%) = 0.00126696 (6.18662) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.160661) Outpt time (%) = 0.0190699 (93.1195) Other time (%) = 0.000109196 (0.533209) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:29 2021 Memory usage per processor = 27.5465 Mbytes Step Atoms AVEKE stressZZ 23350 5000 9.4433412e-11 8970525.2 23351 -0.0137149999999925 8970405.83199981 23351 5000 9.4426674e-11 8970405.8 Loop time of 0.0182371 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:29 2021 Pair time (%) = 0.00113201 (6.20719) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.175182) Outpt time (%) = 0.0169821 (93.1182) Other time (%) = 9.10759e-05 (0.499399) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:29 2021 Memory usage per processor = 27.5465 Mbytes Step Atoms AVEKE stressZZ 23351 5000 9.4426674e-11 8970356.2 23352 -0.0137149999999925 8970236.89161178 23352 5000 9.4419938e-11 8970236.9 Loop time of 0.017071 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:29 2021 Pair time (%) = 0.00112987 (6.61862) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187148) Outpt time (%) = 0.015816 (92.6481) Other time (%) = 9.32217e-05 (0.546082) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:29 2021 Memory usage per processor = 27.5465 Mbytes Step Atoms AVEKE stressZZ 23352 5000 9.4419938e-11 8970187.3 23353 -0.0137149999999925 8970067.96008063 23353 5000 9.4413202e-11 8970068 Loop time of 0.0166819 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:29 2021 Pair time (%) = 0.00113201 (6.78586) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.185797) Outpt time (%) = 0.015429 (92.4895) Other time (%) = 8.98838e-05 (0.53881) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:29 2021 Memory usage per processor = 27.5465 Mbytes Step Atoms AVEKE stressZZ 23353 5000 9.4413202e-11 8970018.4 23354 -0.0137149999999925 8969899.03743258 23354 5000 9.4406468e-11 8969899 Loop time of 0.017081 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:29 2021 Pair time (%) = 0.00118899 (6.9609) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181455) Outpt time (%) = 0.0157731 (92.3426) Other time (%) = 8.79765e-05 (0.515054) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:29 2021 Memory usage per processor = 27.5465 Mbytes Step Atoms AVEKE stressZZ 23354 5000 9.4406468e-11 8969849.4 23355 -0.0137149999999925 8969730.12365635 23355 5000 9.4399733e-11 8969730.1 Loop time of 0.017911 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:29 2021 Pair time (%) = 0.00126004 (7.03504) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.173047) Outpt time (%) = 0.016506 (92.1556) Other time (%) = 0.000113964 (0.636281) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:29 2021 Memory usage per processor = 27.5465 Mbytes Step Atoms AVEKE stressZZ 23355 5000 9.4399733e-11 8969680.5 23356 -0.0137149999999925 8969561.21874521 23356 5000 9.4393e-11 8969561.2 Loop time of 0.0175622 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:29 2021 Pair time (%) = 0.00118804 (6.76477) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.187345) Outpt time (%) = 0.0162418 (92.4818) Other time (%) = 9.94205e-05 (0.566107) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:29 2021 Memory usage per processor = 27.5465 Mbytes Step Atoms AVEKE stressZZ 23356 5000 9.4393e-11 8969511.6 23357 -0.0137149999999925 8969392.32269621 23357 5000 9.4386268e-11 8969392.3 Loop time of 0.016917 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:29 2021 Pair time (%) = 0.00114417 (6.76344) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.194489) Outpt time (%) = 0.0156372 (92.4346) Other time (%) = 0.000102758 (0.607427) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:29 2021 Memory usage per processor = 27.5465 Mbytes Step Atoms AVEKE stressZZ 23357 5000 9.4386268e-11 8969342.7 23358 -0.0137149999999925 8969223.43550645 23358 5000 9.4379536e-11 8969223.4 Loop time of 0.017714 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:29 2021 Pair time (%) = 0.00144815 (8.17519) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.203236) Outpt time (%) = 0.016072 (90.7306) Other time (%) = 0.000157833 (0.891006) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:29 2021 Memory usage per processor = 27.5465 Mbytes Step Atoms AVEKE stressZZ 23358 5000 9.4379536e-11 8969173.8 23359 -0.0137149999999925 8969054.5571742 23359 5000 9.4372805e-11 8969054.6 Loop time of 0.0174448 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:29 2021 Pair time (%) = 0.00114608 (6.56972) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183138) Outpt time (%) = 0.0161738 (92.7141) Other time (%) = 9.29832e-05 (0.533013) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:29 2021 Memory usage per processor = 27.5465 Mbytes Step Atoms AVEKE stressZZ 23359 5000 9.4372805e-11 8969005 23360 -0.0137149999999925 8968885.68769778 23360 5000 9.4366075e-11 8968885.7 Loop time of 0.0201271 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:29 2021 Pair time (%) = 0.00119805 (5.95245) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.164655) Outpt time (%) = 0.0187969 (93.3913) Other time (%) = 9.89437e-05 (0.491595) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:29 2021 Memory usage per processor = 27.5465 Mbytes Step Atoms AVEKE stressZZ 23360 5000 9.4366075e-11 8968836.1 23361 -0.0137149999999925 8968716.82707561 23361 5000 9.4359345e-11 8968716.8 Loop time of 0.017123 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:29 2021 Pair time (%) = 0.00119019 (6.95081) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18658) Outpt time (%) = 0.0157912 (92.2221) Other time (%) = 0.000109673 (0.640499) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:29 2021 Memory usage per processor = 27.5465 Mbytes Step Atoms AVEKE stressZZ 23361 5000 9.4359345e-11 8968667.2 23362 -0.0137149999999925 8968547.97530634 23362 5000 9.4352617e-11 8968548 Loop time of 0.0174129 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:29 2021 Pair time (%) = 0.00142002 (8.15499) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.201273) Outpt time (%) = 0.0157819 (90.6333) Other time (%) = 0.000175953 (1.01047) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:29 2021 Memory usage per processor = 27.5465 Mbytes Step Atoms AVEKE stressZZ 23362 5000 9.4352617e-11 8968498.4 23363 -0.0137149999999925 8968379.13238856 23363 5000 9.4345889e-11 8968379.1 Loop time of 0.0179019 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:29 2021 Pair time (%) = 0.00128102 (7.15579) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.190448) Outpt time (%) = 0.0164711 (92.0078) Other time (%) = 0.000115633 (0.645926) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:29 2021 Memory usage per processor = 27.5465 Mbytes Step Atoms AVEKE stressZZ 23363 5000 9.4345889e-11 8968329.5 23364 -0.0137149999999925 8968210.29832108 23364 5000 9.4339162e-11 8968210.3 Loop time of 0.017683 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:29 2021 Pair time (%) = 0.00113201 (6.40168) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.180671) Outpt time (%) = 0.016418 (92.846) Other time (%) = 0.000101089 (0.571675) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:29 2021 Memory usage per processor = 27.5465 Mbytes Step Atoms AVEKE stressZZ 23364 5000 9.4339162e-11 8968160.7 23365 -0.0137149999999925 8968041.47310245 23365 5000 9.4332436e-11 8968041.5 Loop time of 0.0169849 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:29 2021 Pair time (%) = 0.00114918 (6.76586) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188097) Outpt time (%) = 0.0156801 (92.3175) Other time (%) = 0.000123739 (0.728523) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:29 2021 Memory usage per processor = 27.5465 Mbytes Step Atoms AVEKE stressZZ 23365 5000 9.4332436e-11 8967991.9 23366 -0.0137149999999925 8967872.65673181 23366 5000 9.432571e-11 8967872.7 Loop time of 0.0173681 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:30 2021 Pair time (%) = 0.00135303 (7.7903) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.207284) Outpt time (%) = 0.0158339 (91.1664) Other time (%) = 0.000145197 (0.835999) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:30 2021 Memory usage per processor = 27.5465 Mbytes Step Atoms AVEKE stressZZ 23366 5000 9.432571e-11 8967823.1 23367 -0.0137149999999925 8967703.84920776 23367 5000 9.4318985e-11 8967703.8 Loop time of 0.0177059 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:30 2021 Pair time (%) = 0.00116086 (6.55634) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.181784) Outpt time (%) = 0.0163929 (92.5846) Other time (%) = 0.000119925 (0.677313) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:30 2021 Memory usage per processor = 27.5465 Mbytes Step Atoms AVEKE stressZZ 23367 5000 9.4318985e-11 8967654.3 23368 -0.0137149999999925 8967535.05052925 23368 5000 9.4312261e-11 8967535.1 Loop time of 0.017627 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:30 2021 Pair time (%) = 0.00117302 (6.65467) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.175835) Outpt time (%) = 0.0163269 (92.6244) Other time (%) = 9.60827e-05 (0.545088) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:30 2021 Memory usage per processor = 27.5465 Mbytes Step Atoms AVEKE stressZZ 23368 5000 9.4312261e-11 8967485.5 23369 -0.0137149999999925 8967366.26069516 23369 5000 9.4305538e-11 8967366.3 Loop time of 0.0170751 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:30 2021 Pair time (%) = 0.00117707 (6.89352) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181519) Outpt time (%) = 0.0157721 (92.3692) Other time (%) = 9.48906e-05 (0.555726) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:30 2021 Memory usage per processor = 27.5465 Mbytes Step Atoms AVEKE stressZZ 23369 5000 9.4305538e-11 8967316.7 23370 -0.0137149999999925 8967197.47970449 23370 5000 9.4298816e-11 8967197.5 Loop time of 0.020015 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:30 2021 Pair time (%) = 0.00150108 (7.49979) Neigh time (%) = 0 (0) Comm time (%) = 4.48227e-05 (0.223945) Outpt time (%) = 0.018302 (91.4412) Other time (%) = 0.000167131 (0.835031) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:30 2021 Memory usage per processor = 27.5465 Mbytes Step Atoms AVEKE stressZZ 23370 5000 9.4298816e-11 8967147.9 23371 -0.0137149999999925 8967028.70755937 23371 5000 9.4292094e-11 8967028.7 Loop time of 0.017776 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:30 2021 Pair time (%) = 0.00122094 (6.86848) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.197162) Outpt time (%) = 0.016418 (92.3603) Other time (%) = 0.000102043 (0.57405) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:27:30 2021 Memory usage per processor = 27.5465 Mbytes Step Atoms AVEKE stressZZ 23371 5000 9.4292094e-11 8966979.1 23372 -0.0137149999999925 8966836.5330733 23372 5000 1.8599346e-10 8967132 Loop time of 0.0172188 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:30 2021 Pair time (%) = 0.00113606 (6.5978) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185542) Outpt time (%) = 0.0159349 (92.5437) Other time (%) = 0.000115871 (0.672934) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:30 2021 Memory usage per processor = 27.5465 Mbytes Step Atoms AVEKE stressZZ 23372 5000 1.8599346e-10 9036513.4 23373 -0.0137474999999925 9036356.3946608 23373 5000 1.4962523e-10 9036356.4 Loop time of 0.0168569 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:30 2021 Pair time (%) = 0.00117993 (6.9997) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.183868) Outpt time (%) = 0.0155511 (92.2535) Other time (%) = 9.48906e-05 (0.562918) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:30 2021 Memory usage per processor = 27.5465 Mbytes Step Atoms AVEKE stressZZ 23373 5000 1.4962523e-10 9036289.3 23374 -0.0137474999999925 9036145.63929498 23374 5000 1.2856763e-10 9036145.6 Loop time of 0.017302 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:30 2021 Pair time (%) = 0.00142598 (8.2417) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.213587) Outpt time (%) = 0.0156851 (90.6545) Other time (%) = 0.000154018 (0.890175) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:30 2021 Memory usage per processor = 27.5465 Mbytes Step Atoms AVEKE stressZZ 23374 5000 1.2856763e-10 9036084.7 23375 -0.0137474999999925 9035949.57001121 23375 5000 1.160138e-10 9035949.6 Loop time of 0.017699 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:30 2021 Pair time (%) = 0.00118113 (6.6734) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.180508) Outpt time (%) = 0.016387 (92.5871) Other time (%) = 9.89437e-05 (0.559035) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:30 2021 Memory usage per processor = 27.5465 Mbytes Step Atoms AVEKE stressZZ 23375 5000 1.160138e-10 9035892.6 23376 -0.0137474999999925 9035762.83713834 23376 5000 1.083689e-10 9035762.8 Loop time of 0.017437 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:30 2021 Pair time (%) = 0.00112796 (6.46877) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.177751) Outpt time (%) = 0.0161819 (92.8025) Other time (%) = 9.60827e-05 (0.551028) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:30 2021 Memory usage per processor = 27.5465 Mbytes Step Atoms AVEKE stressZZ 23376 5000 1.083689e-10 9035708.4 23377 -0.0137474999999925 9035582.0409152 23377 5000 1.0364361e-10 9035582 Loop time of 0.0169852 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:30 2021 Pair time (%) = 0.00113201 (6.6647) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188094) Outpt time (%) = 0.015727 (92.5927) Other time (%) = 9.41753e-05 (0.554456) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:30 2021 Memory usage per processor = 27.5465 Mbytes Step Atoms AVEKE stressZZ 23377 5000 1.0364361e-10 9035529.2 23378 -0.0137474999999925 9035405.02076131 23378 5000 1.0069294e-10 9035405 Loop time of 0.017035 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:30 2021 Pair time (%) = 0.00135088 (7.93002) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.222533) Outpt time (%) = 0.0155249 (91.1351) Other time (%) = 0.000121355 (0.712386) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:30 2021 Memory usage per processor = 27.5465 Mbytes Step Atoms AVEKE stressZZ 23378 5000 1.0069294e-10 9035353.2 23379 -0.0137474999999925 9035230.40361133 23379 5000 9.8837413e-11 9035230.4 Loop time of 0.017415 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:30 2021 Pair time (%) = 0.00117993 (6.77537) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.195772) Outpt time (%) = 0.0160699 (92.2759) Other time (%) = 0.00013113 (0.752971) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:30 2021 Memory usage per processor = 27.5465 Mbytes Step Atoms AVEKE stressZZ 23379 5000 9.8837413e-11 9035179.2 23380 -0.0137474999999925 9035057.31691825 23380 5000 9.7664665e-11 9035057.3 Loop time of 0.020437 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:30 2021 Pair time (%) = 0.00116706 (5.71052) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.156325) Outpt time (%) = 0.0191448 (93.677) Other time (%) = 9.32217e-05 (0.456142) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:30 2021 Memory usage per processor = 27.5466 Mbytes Step Atoms AVEKE stressZZ 23380 5000 9.7664665e-11 9035006.5 23381 -0.0137474999999925 9034885.20611133 23381 5000 9.6920502e-11 9034885.2 Loop time of 0.0170288 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:30 2021 Pair time (%) = 0.00113511 (6.66583) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187612) Outpt time (%) = 0.0157669 (92.5893) Other time (%) = 9.48906e-05 (0.557236) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:30 2021 Memory usage per processor = 27.5466 Mbytes Step Atoms AVEKE stressZZ 23381 5000 9.6920502e-11 9034834.7 23382 -0.0137474999999925 9034713.71875796 23382 5000 9.6446552e-11 9034713.7 Loop time of 0.0173109 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:30 2021 Pair time (%) = 0.00137091 (7.91935) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.207969) Outpt time (%) = 0.0157568 (91.0229) Other time (%) = 0.000147104 (0.84978) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:30 2021 Memory usage per processor = 27.5466 Mbytes Step Atoms AVEKE stressZZ 23382 5000 9.6446552e-11 9034663.3 23383 -0.0137474999999925 9034542.6308853 23383 5000 9.6143455e-11 9034542.6 Loop time of 0.018101 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:30 2021 Pair time (%) = 0.00130916 (7.23252) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.176499) Outpt time (%) = 0.016614 (91.7849) Other time (%) = 0.000145912 (0.806101) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:30 2021 Memory usage per processor = 27.5466 Mbytes Step Atoms AVEKE stressZZ 23383 5000 9.6143455e-11 9034492.4 23384 -0.0137474999999925 9034371.80015612 23384 5000 9.5948583e-11 9034371.8 Loop time of 0.017705 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:30 2021 Pair time (%) = 0.00113297 (6.39914) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.175061) Outpt time (%) = 0.0164471 (92.8952) Other time (%) = 9.39369e-05 (0.530568) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:30 2021 Memory usage per processor = 27.5466 Mbytes Step Atoms AVEKE stressZZ 23384 5000 9.5948583e-11 9034321.6 23385 -0.0137474999999925 9034201.13611254 23385 5000 9.5822347e-11 9034201.1 Loop time of 0.018153 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:30 2021 Pair time (%) = 0.00139594 (7.68988) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.253484) Outpt time (%) = 0.016526 (91.0374) Other time (%) = 0.000185013 (1.01919) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:30 2021 Memory usage per processor = 27.5466 Mbytes Step Atoms AVEKE stressZZ 23385 5000 9.5822347e-11 9034151 23386 -0.0137474999999925 9034030.58126746 23386 5000 9.5739672e-11 9034030.6 Loop time of 0.0174551 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:30 2021 Pair time (%) = 0.00131202 (7.51653) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.20625) Outpt time (%) = 0.0159571 (91.4181) Other time (%) = 0.000149965 (0.859149) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:30 2021 Memory usage per processor = 27.5466 Mbytes Step Atoms AVEKE stressZZ 23386 5000 9.5739672e-11 9033980.4 23387 -0.0137474999999925 9033860.09908632 23387 5000 9.5684656e-11 9033860.1 Loop time of 0.017715 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:30 2021 Pair time (%) = 0.00122595 (6.92041) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.197841) Outpt time (%) = 0.0163519 (92.3057) Other time (%) = 0.000102043 (0.576028) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:30 2021 Memory usage per processor = 27.5466 Mbytes Step Atoms AVEKE stressZZ 23387 5000 9.5684656e-11 9033810 23388 -0.0137474999999925 9033689.66635051 23388 5000 9.564721e-11 9033689.7 Loop time of 0.0177679 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:30 2021 Pair time (%) = 0.00112987 (6.35903) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.179808) Outpt time (%) = 0.0165141 (92.9432) Other time (%) = 9.20296e-05 (0.517954) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:30 2021 Memory usage per processor = 27.5466 Mbytes Step Atoms AVEKE stressZZ 23388 5000 9.564721e-11 9033639.6 23389 -0.0137474999999925 9033519.26830372 23389 5000 9.5620924e-11 9033519.3 Loop time of 0.0170288 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:30 2021 Pair time (%) = 0.00113201 (6.64763) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187612) Outpt time (%) = 0.0157709 (92.6131) Other time (%) = 9.39369e-05 (0.551635) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:30 2021 Memory usage per processor = 27.5466 Mbytes Step Atoms AVEKE stressZZ 23389 5000 9.5620924e-11 9033469.2 23390 -0.0137474999999925 9033348.89556775 23390 5000 9.5601731e-11 9033348.9 Loop time of 0.0205169 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:30 2021 Pair time (%) = 0.00150585 (7.33958) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.184768) Outpt time (%) = 0.018785 (91.5588) Other time (%) = 0.000188112 (0.916866) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:30 2021 Memory usage per processor = 27.5466 Mbytes Step Atoms AVEKE stressZZ 23390 5000 9.5601731e-11 9033298.8 23391 -0.0137474999999925 9033178.54217961 23391 5000 9.5587043e-11 9033178.5 Loop time of 0.0178978 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:30 2021 Pair time (%) = 0.00121307 (6.77776) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.183831) Outpt time (%) = 0.0165439 (92.435) Other time (%) = 0.000108004 (0.603445) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:30 2021 Memory usage per processor = 27.5466 Mbytes Step Atoms AVEKE stressZZ 23391 5000 9.5587043e-11 9033128.5 23392 -0.0137474999999925 9033008.20434824 23392 5000 9.557522e-11 9033008.2 Loop time of 0.0177169 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:30 2021 Pair time (%) = 0.00114202 (6.44597) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.180326) Outpt time (%) = 0.016448 (92.8381) Other time (%) = 9.48906e-05 (0.535594) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:30 2021 Memory usage per processor = 27.5466 Mbytes Step Atoms AVEKE stressZZ 23392 5000 9.557522e-11 9032958.1 23393 -0.0137474999999925 9032837.87966997 23393 5000 9.5565217e-11 9032837.9 Loop time of 0.0171189 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:30 2021 Pair time (%) = 0.00113487 (6.62934) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181053) Outpt time (%) = 0.0158589 (92.6395) Other time (%) = 9.41753e-05 (0.550124) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:30 2021 Memory usage per processor = 27.5466 Mbytes Step Atoms AVEKE stressZZ 23393 5000 9.5565217e-11 9032787.8 23394 -0.0137474999999925 9032667.56661403 23394 5000 9.5556371e-11 9032667.6 Loop time of 0.0173559 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:30 2021 Pair time (%) = 0.001261 (7.26551) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.196439) Outpt time (%) = 0.0159531 (91.9171) Other time (%) = 0.000107765 (0.620913) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:30 2021 Memory usage per processor = 27.5466 Mbytes Step Atoms AVEKE stressZZ 23394 5000 9.5556371e-11 9032617.5 23395 -0.0137474999999925 9032497.26420719 23395 5000 9.554826e-11 9032497.3 Loop time of 0.0168741 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:30 2021 Pair time (%) = 0.00113511 (6.72695) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.183681) Outpt time (%) = 0.0156231 (92.5864) Other time (%) = 8.4877e-05 (0.503002) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:30 2021 Memory usage per processor = 27.5466 Mbytes Step Atoms AVEKE stressZZ 23395 5000 9.554826e-11 9032447.2 23396 -0.0137474999999925 9032326.97183048 23396 5000 9.5540617e-11 9032327 Loop time of 0.016866 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:30 2021 Pair time (%) = 0.00119901 (7.10903) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.189423) Outpt time (%) = 0.0155468 (92.1785) Other time (%) = 8.82149e-05 (0.523035) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:30 2021 Memory usage per processor = 27.5466 Mbytes Step Atoms AVEKE stressZZ 23396 5000 9.5540617e-11 9032276.9 23397 -0.0137474999999925 9032156.68909036 23397 5000 9.5533272e-11 9032156.7 Loop time of 0.0181201 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:30 2021 Pair time (%) = 0.00113702 (6.27492) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.177629) Outpt time (%) = 0.0167589 (92.4883) Other time (%) = 0.000191927 (1.0592) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:30 2021 Memory usage per processor = 27.5466 Mbytes Step Atoms AVEKE stressZZ 23397 5000 9.5533272e-11 9032106.6 23398 -0.0137474999999925 9031986.41573615 23398 5000 9.5526116e-11 9031986.4 Loop time of 0.0171859 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:30 2021 Pair time (%) = 0.00116014 (6.75055) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185897) Outpt time (%) = 0.0158429 (92.1854) Other time (%) = 0.000150919 (0.878154) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:30 2021 Memory usage per processor = 27.5466 Mbytes Step Atoms AVEKE stressZZ 23398 5000 9.5526116e-11 9031936.3 23399 -0.0137474999999925 9031816.15160855 23399 5000 9.551908e-11 9031816.2 Loop time of 0.0171349 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:30 2021 Pair time (%) = 0.00131488 (7.67368) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.210104) Outpt time (%) = 0.0156651 (91.4219) Other time (%) = 0.000118971 (0.694319) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:30 2021 Memory usage per processor = 27.5466 Mbytes Step Atoms AVEKE stressZZ 23399 5000 9.551908e-11 9031766.1 23400 -0.0137474999999925 9031645.89660598 23400 5000 9.5512122e-11 9031645.9 Loop time of 0.0205629 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:30 2021 Pair time (%) = 0.00117493 (5.71382) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.155368) Outpt time (%) = 0.0192549 (93.6392) Other time (%) = 0.000101089 (0.491611) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:30 2021 Memory usage per processor = 27.5466 Mbytes Step Atoms AVEKE stressZZ 23400 5000 9.5512122e-11 9031595.8 23401 -0.0137474999999925 9031475.65066401 23401 5000 9.5505213e-11 9031475.7 Loop time of 0.018075 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:30 2021 Pair time (%) = 0.00118113 (6.53459) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.188624) Outpt time (%) = 0.0167611 (92.7307) Other time (%) = 9.87053e-05 (0.546088) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:30 2021 Memory usage per processor = 27.5466 Mbytes Step Atoms AVEKE stressZZ 23401 5000 9.5505213e-11 9031425.6 23402 -0.0137474999999925 9031305.41374214 23402 5000 9.5498335e-11 9031305.4 Loop time of 0.017354 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:30 2021 Pair time (%) = 0.00124502 (7.17426) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.178601) Outpt time (%) = 0.0159559 (91.9437) Other time (%) = 0.00012207 (0.703413) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:30 2021 Memory usage per processor = 27.5466 Mbytes Step Atoms AVEKE stressZZ 23402 5000 9.5498335e-11 9031255.3 23403 -0.0137474999999925 9031135.1858169 23403 5000 9.5491477e-11 9031135.2 Loop time of 0.017241 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:30 2021 Pair time (%) = 0.00121713 (7.05949) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197749) Outpt time (%) = 0.015872 (92.0596) Other time (%) = 0.000117779 (0.683132) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:30 2021 Memory usage per processor = 27.5466 Mbytes Step Atoms AVEKE stressZZ 23403 5000 9.5491477e-11 9031085.1 23404 -0.0137474999999925 9030964.9668737 23404 5000 9.5484633e-11 9030965 Loop time of 0.0178778 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:30 2021 Pair time (%) = 0.00123096 (6.88538) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.190705) Outpt time (%) = 0.0164878 (92.2251) Other time (%) = 0.000124931 (0.698806) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:30 2021 Memory usage per processor = 27.5466 Mbytes Step Atoms AVEKE stressZZ 23404 5000 9.5484633e-11 9030914.9 23405 -0.0137474999999925 9030794.75688682 23405 5000 9.5477798e-11 9030794.8 Loop time of 0.0177851 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:30 2021 Pair time (%) = 0.00113106 (6.35959) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.174272) Outpt time (%) = 0.01653 (92.9433) Other time (%) = 9.29832e-05 (0.522816) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:30 2021 Memory usage per processor = 27.5466 Mbytes Step Atoms AVEKE stressZZ 23405 5000 9.5477798e-11 9030744.7 23406 -0.0137474999999925 9030624.55584821 23406 5000 9.5470968e-11 9030624.6 Loop time of 0.0171218 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:30 2021 Pair time (%) = 0.00113797 (6.64634) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186593) Outpt time (%) = 0.0158589 (92.624) Other time (%) = 9.29832e-05 (0.54307) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:30 2021 Memory usage per processor = 27.5466 Mbytes Step Atoms AVEKE stressZZ 23406 5000 9.5470968e-11 9030574.5 23407 -0.0137474999999925 9030454.36375256 23407 5000 9.5464142e-11 9030454.4 Loop time of 0.0171778 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:30 2021 Pair time (%) = 0.00135779 (7.90434) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.220683) Outpt time (%) = 0.0156519 (91.1172) Other time (%) = 0.000130177 (0.757818) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:30 2021 Memory usage per processor = 27.5466 Mbytes Step Atoms AVEKE stressZZ 23407 5000 9.5464142e-11 9030404.3 23408 -0.0137474999999925 9030284.180596 23408 5000 9.5457319e-11 9030284.2 Loop time of 0.017988 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:31 2021 Pair time (%) = 0.00119185 (6.62584) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.184235) Outpt time (%) = 0.0166621 (92.6293) Other time (%) = 0.000100851 (0.560658) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:31 2021 Memory usage per processor = 27.5466 Mbytes Step Atoms AVEKE stressZZ 23408 5000 9.5457319e-11 9030234.1 23409 -0.0137474999999925 9030114.00637572 23409 5000 9.5450498e-11 9030114 Loop time of 0.0176749 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:31 2021 Pair time (%) = 0.00113082 (6.39787) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.175358) Outpt time (%) = 0.0164258 (92.9331) Other time (%) = 8.72612e-05 (0.493701) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:31 2021 Memory usage per processor = 27.5466 Mbytes Step Atoms AVEKE stressZZ 23409 5000 9.5450498e-11 9030064 23410 -0.0137474999999925 9029943.84108926 23410 5000 9.5443679e-11 9029943.8 Loop time of 0.0197971 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:31 2021 Pair time (%) = 0.00113702 (5.74336) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.162582) Outpt time (%) = 0.0185339 (93.6196) Other time (%) = 9.39369e-05 (0.474499) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:31 2021 Memory usage per processor = 27.5466 Mbytes Step Atoms AVEKE stressZZ 23410 5000 9.5443679e-11 9029893.8 23411 -0.0137474999999925 9029773.68473503 23411 5000 9.5436861e-11 9029773.7 Loop time of 0.017025 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:31 2021 Pair time (%) = 0.00127196 (7.47115) Neigh time (%) = 0 (0) Comm time (%) = 6.8903e-05 (0.404717) Outpt time (%) = 0.0155649 (91.4239) Other time (%) = 0.000119209 (0.700202) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:31 2021 Memory usage per processor = 27.5466 Mbytes Step Atoms AVEKE stressZZ 23411 5000 9.5436861e-11 9029723.6 23412 -0.0137474999999925 9029603.53731127 23412 5000 9.5430045e-11 9029603.5 Loop time of 0.0176539 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:31 2021 Pair time (%) = 0.00138688 (7.85593) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.209329) Outpt time (%) = 0.0160761 (91.0623) Other time (%) = 0.000154018 (0.872431) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:31 2021 Memory usage per processor = 27.5466 Mbytes Step Atoms AVEKE stressZZ 23412 5000 9.5430045e-11 9029553.5 23413 -0.0137474999999925 9029433.39881675 23413 5000 9.5423229e-11 9029433.4 Loop time of 0.0174758 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:31 2021 Pair time (%) = 0.00112891 (6.45984) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182813) Outpt time (%) = 0.016222 (92.8253) Other time (%) = 9.29832e-05 (0.532067) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:31 2021 Memory usage per processor = 27.5466 Mbytes Step Atoms AVEKE stressZZ 23413 5000 9.5423229e-11 9029383.3 23414 -0.0137474999999925 9029263.26925002 23414 5000 9.5416414e-11 9029263.3 Loop time of 0.0172942 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:31 2021 Pair time (%) = 0.00114012 (6.5925) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184733) Outpt time (%) = 0.0160291 (92.6851) Other time (%) = 9.29832e-05 (0.537657) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:31 2021 Memory usage per processor = 27.5466 Mbytes Step Atoms AVEKE stressZZ 23414 5000 9.5416414e-11 9029213.2 23415 -0.0137474999999925 9029093.14860995 23415 5000 9.54096e-11 9029093.1 Loop time of 0.0169761 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:31 2021 Pair time (%) = 0.00120902 (7.12189) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.206452) Outpt time (%) = 0.0156291 (92.0649) Other time (%) = 0.000102997 (0.606716) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:31 2021 Memory usage per processor = 27.5466 Mbytes Step Atoms AVEKE stressZZ 23415 5000 9.54096e-11 9029043.1 23416 -0.0137474999999925 9028923.03689531 23416 5000 9.5402787e-11 9028923 Loop time of 0.0178912 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:31 2021 Pair time (%) = 0.00132799 (7.42261) Neigh time (%) = 0 (0) Comm time (%) = 5.00679e-05 (0.279847) Outpt time (%) = 0.0164039 (91.6872) Other time (%) = 0.000109196 (0.610333) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:31 2021 Memory usage per processor = 27.5466 Mbytes Step Atoms AVEKE stressZZ 23416 5000 9.5402787e-11 9028873 23417 -0.0137474999999925 9028752.93410493 23417 5000 9.5395974e-11 9028752.9 Loop time of 0.017982 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:31 2021 Pair time (%) = 0.00124502 (6.92371) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.184296) Outpt time (%) = 0.0166049 (92.3418) Other time (%) = 9.89437e-05 (0.550237) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:31 2021 Memory usage per processor = 27.5466 Mbytes Step Atoms AVEKE stressZZ 23417 5000 9.5395974e-11 9028702.9 23418 -0.0137474999999925 9028582.84023777 23418 5000 9.5389163e-11 9028582.8 Loop time of 0.0171509 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:31 2021 Pair time (%) = 0.00119996 (6.9965) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186277) Outpt time (%) = 0.015815 (92.2111) Other time (%) = 0.000103951 (0.606094) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:31 2021 Memory usage per processor = 27.5466 Mbytes Step Atoms AVEKE stressZZ 23418 5000 9.5389163e-11 9028532.8 23419 -0.0137474999999925 9028412.7552926 23419 5000 9.5382352e-11 9028412.8 Loop time of 0.017108 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:31 2021 Pair time (%) = 0.00124288 (7.2649) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.199286) Outpt time (%) = 0.015723 (91.9045) Other time (%) = 0.000108004 (0.631306) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:31 2021 Memory usage per processor = 27.5466 Mbytes Step Atoms AVEKE stressZZ 23419 5000 9.5382352e-11 9028362.7 23420 -0.0137474999999925 9028242.67926846 23420 5000 9.5375542e-11 9028242.7 Loop time of 0.0203991 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:31 2021 Pair time (%) = 0.00120306 (5.89762) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.16129) Outpt time (%) = 0.0190639 (93.4549) Other time (%) = 9.91821e-05 (0.486209) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:31 2021 Memory usage per processor = 27.5466 Mbytes Step Atoms AVEKE stressZZ 23420 5000 9.5375542e-11 9028192.6 23421 -0.0137474999999925 9028072.61216426 23421 5000 9.5368733e-11 9028072.6 Loop time of 0.017699 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:31 2021 Pair time (%) = 0.00113487 (6.41207) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.181855) Outpt time (%) = 0.016433 (92.847) Other time (%) = 9.89437e-05 (0.559035) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:31 2021 Memory usage per processor = 27.5466 Mbytes Step Atoms AVEKE stressZZ 23421 5000 9.5368733e-11 9028022.6 23422 -0.0137474999999925 9027902.55397876 23422 5000 9.5361925e-11 9027902.6 Loop time of 0.0176308 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:31 2021 Pair time (%) = 0.00113297 (6.42605) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.181206) Outpt time (%) = 0.0163729 (92.8654) Other time (%) = 9.29832e-05 (0.52739) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:31 2021 Memory usage per processor = 27.5466 Mbytes Step Atoms AVEKE stressZZ 23422 5000 9.5361925e-11 9027852.5 23423 -0.0137474999999925 9027732.50471101 23423 5000 9.5355117e-11 9027732.5 Loop time of 0.016865 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:31 2021 Pair time (%) = 0.00115514 (6.84932) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207812) Outpt time (%) = 0.0155761 (92.3576) Other time (%) = 9.87053e-05 (0.585267) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:31 2021 Memory usage per processor = 27.5466 Mbytes Step Atoms AVEKE stressZZ 23423 5000 9.5355117e-11 9027682.5 23424 -0.0137474999999925 9027562.46438903 23424 5000 9.5348311e-11 9027562.5 Loop time of 0.0179782 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:31 2021 Pair time (%) = 0.00150585 (8.37599) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.193619) Outpt time (%) = 0.016283 (90.571) Other time (%) = 0.000154495 (0.859348) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:31 2021 Memory usage per processor = 27.5466 Mbytes Step Atoms AVEKE stressZZ 23424 5000 9.5348311e-11 9027512.4 23425 -0.0137474999999925 9027392.43303628 23425 5000 9.5341505e-11 9027392.4 Loop time of 0.017767 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:31 2021 Pair time (%) = 0.00117993 (6.64117) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.179817) Outpt time (%) = 0.0164611 (92.6503) Other time (%) = 9.39369e-05 (0.528717) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:31 2021 Memory usage per processor = 27.5466 Mbytes Step Atoms AVEKE stressZZ 23425 5000 9.5341505e-11 9027342.4 23426 -0.0137474999999925 9027222.410628 23426 5000 9.53347e-11 9027222.4 Loop time of 0.017556 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:31 2021 Pair time (%) = 0.00115991 (6.60691) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.176546) Outpt time (%) = 0.016257 (92.6013) Other time (%) = 0.000108004 (0.615197) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:31 2021 Memory usage per processor = 27.5466 Mbytes Step Atoms AVEKE stressZZ 23426 5000 9.53347e-11 9027172.4 23427 -0.0137474999999925 9027052.39715662 23427 5000 9.5327895e-11 9027052.4 Loop time of 0.017792 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:31 2021 Pair time (%) = 0.0014801 (8.31893) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.214405) Outpt time (%) = 0.016082 (90.3893) Other time (%) = 0.000191689 (1.07739) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:31 2021 Memory usage per processor = 27.5466 Mbytes Step Atoms AVEKE stressZZ 23427 5000 9.5327895e-11 9027002.4 23428 -0.0137474999999925 9026882.39261328 23428 5000 9.5321092e-11 9026882.4 Loop time of 0.0179439 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:31 2021 Pair time (%) = 0.00140595 (7.8353) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.183359) Outpt time (%) = 0.0163801 (91.2851) Other time (%) = 0.000124931 (0.696234) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:31 2021 Memory usage per processor = 27.5466 Mbytes Step Atoms AVEKE stressZZ 23428 5000 9.5321092e-11 9026832.4 23429 -0.0137474999999925 9026712.3969953 23429 5000 9.5314289e-11 9026712.4 Loop time of 0.0177009 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:31 2021 Pair time (%) = 0.00116301 (6.57032) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.180488) Outpt time (%) = 0.016412 (92.7185) Other time (%) = 9.39369e-05 (0.53069) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:31 2021 Memory usage per processor = 27.5466 Mbytes Step Atoms AVEKE stressZZ 23429 5000 9.5314289e-11 9026662.4 23430 -0.0137474999999925 9026542.41030259 23430 5000 9.5307487e-11 9026542.4 Loop time of 0.020083 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:31 2021 Pair time (%) = 0.00113106 (5.63193) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.154332) Outpt time (%) = 0.018827 (93.746) Other time (%) = 9.39369e-05 (0.467745) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:31 2021 Memory usage per processor = 27.5466 Mbytes Step Atoms AVEKE stressZZ 23430 5000 9.5307487e-11 9026492.4 23431 -0.0137474999999925 9026372.43253283 23431 5000 9.5300686e-11 9026372.4 Loop time of 0.0169511 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:31 2021 Pair time (%) = 0.001158 (6.83142) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.195505) Outpt time (%) = 0.015656 (92.3598) Other time (%) = 0.000103951 (0.613238) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:31 2021 Memory usage per processor = 27.5466 Mbytes Step Atoms AVEKE stressZZ 23431 5000 9.5300686e-11 9026322.4 23432 -0.0137474999999925 9026202.46368415 23432 5000 9.5293886e-11 9026202.5 Loop time of 0.0176141 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:31 2021 Pair time (%) = 0.00145197 (8.24321) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.211156) Outpt time (%) = 0.0159311 (90.4452) Other time (%) = 0.000193834 (1.10045) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:31 2021 Memory usage per processor = 27.5466 Mbytes Step Atoms AVEKE stressZZ 23432 5000 9.5293886e-11 9026152.4 23433 -0.0137474999999925 9026032.50375469 23433 5000 9.5287086e-11 9026032.5 Loop time of 0.0176311 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:31 2021 Pair time (%) = 0.00113797 (6.45436) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.175794) Outpt time (%) = 0.0163641 (92.8141) Other time (%) = 9.799e-05 (0.555781) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:31 2021 Memory usage per processor = 27.5466 Mbytes Step Atoms AVEKE stressZZ 23433 5000 9.5287086e-11 9025982.5 23434 -0.0137474999999925 9025862.55274284 23434 5000 9.5280287e-11 9025862.6 Loop time of 0.0177279 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:31 2021 Pair time (%) = 0.00114012 (6.43122) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.180214) Outpt time (%) = 0.0164599 (92.8479) Other time (%) = 9.58443e-05 (0.540642) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:31 2021 Memory usage per processor = 27.5466 Mbytes Step Atoms AVEKE stressZZ 23434 5000 9.5280287e-11 9025812.5 23435 -0.0137474999999925 9025692.6106471 23435 5000 9.5273489e-11 9025692.6 Loop time of 0.017025 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:31 2021 Pair time (%) = 0.0011611 (6.81996) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.193256) Outpt time (%) = 0.0156999 (92.2166) Other time (%) = 0.00013113 (0.770222) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:31 2021 Memory usage per processor = 27.5466 Mbytes Step Atoms AVEKE stressZZ 23435 5000 9.5273489e-11 9025642.6 23436 -0.0137474999999925 9025522.67746592 23436 5000 9.5266692e-11 9025522.7 Loop time of 0.0180812 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:31 2021 Pair time (%) = 0.00156999 (8.68298) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.204383) Outpt time (%) = 0.016324 (90.2819) Other time (%) = 0.000150204 (0.830718) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:31 2021 Memory usage per processor = 27.5466 Mbytes Step Atoms AVEKE stressZZ 23436 5000 9.5266692e-11 9025472.7 23437 -0.0137474999999925 9025352.75319786 23437 5000 9.5259896e-11 9025352.8 Loop time of 0.0168951 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:31 2021 Pair time (%) = 0.00116181 (6.87665) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.183453) Outpt time (%) = 0.0155649 (92.1271) Other time (%) = 0.000137329 (0.812836) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:31 2021 Memory usage per processor = 27.5466 Mbytes Step Atoms AVEKE stressZZ 23437 5000 9.5259896e-11 9025302.7 23438 -0.0137474999999925 9025182.83784157 23438 5000 9.52531e-11 9025182.8 Loop time of 0.016618 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:31 2021 Pair time (%) = 0.00113893 (6.85356) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.193684) Outpt time (%) = 0.0153592 (92.4248) Other time (%) = 8.7738e-05 (0.527969) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:31 2021 Memory usage per processor = 27.5466 Mbytes Step Atoms AVEKE stressZZ 23438 5000 9.52531e-11 9025132.8 23439 -0.0137474999999925 9025012.93139594 23439 5000 9.5246305e-11 9025012.9 Loop time of 0.0166399 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:31 2021 Pair time (%) = 0.00113702 (6.83306) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.186265) Outpt time (%) = 0.015383 (92.4462) Other time (%) = 8.89301e-05 (0.534438) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:31 2021 Memory usage per processor = 27.5466 Mbytes Step Atoms AVEKE stressZZ 23439 5000 9.5246305e-11 9024962.9 23440 -0.0137474999999925 9024843.03385912 23440 5000 9.5239511e-11 9024843 Loop time of 0.02 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:31 2021 Pair time (%) = 0.00113297 (5.66483) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.154972) Outpt time (%) = 0.0187469 (93.7344) Other time (%) = 8.91685e-05 (0.445843) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:31 2021 Memory usage per processor = 27.5466 Mbytes Step Atoms AVEKE stressZZ 23440 5000 9.5239511e-11 9024793 23441 -0.0137474999999925 9024673.14523027 23441 5000 9.5232718e-11 9024673.1 Loop time of 0.017513 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:31 2021 Pair time (%) = 0.00128508 (7.33783) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.183786) Outpt time (%) = 0.016093 (91.8916) Other time (%) = 0.000102758 (0.586754) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:31 2021 Memory usage per processor = 27.5466 Mbytes Step Atoms AVEKE stressZZ 23441 5000 9.5232718e-11 9024623.1 23442 -0.0137474999999925 9024503.26550799 23442 5000 9.5225925e-11 9024503.3 Loop time of 0.0171361 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:31 2021 Pair time (%) = 0.00119281 (6.96079) Neigh time (%) = 0 (0) Comm time (%) = 4.88758e-05 (0.285221) Outpt time (%) = 0.0157731 (92.0458) Other time (%) = 0.000121355 (0.708184) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:31 2021 Memory usage per processor = 27.5466 Mbytes Step Atoms AVEKE stressZZ 23442 5000 9.5225925e-11 9024453.3 23443 -0.0137474999999925 9024333.39469109 23443 5000 9.5219134e-11 9024333.4 Loop time of 0.017874 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:31 2021 Pair time (%) = 0.00145316 (8.13003) Neigh time (%) = 0 (0) Comm time (%) = 7.20024e-05 (0.402833) Outpt time (%) = 0.016187 (90.5614) Other time (%) = 0.000161886 (0.905708) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:31 2021 Memory usage per processor = 27.5466 Mbytes Step Atoms AVEKE stressZZ 23443 5000 9.5219134e-11 9024283.4 23444 -0.0137474999999925 9024163.5327784 23444 5000 9.5212343e-11 9024163.5 Loop time of 0.0178189 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:31 2021 Pair time (%) = 0.0011332 (6.35955) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.173941) Outpt time (%) = 0.016562 (92.946) Other time (%) = 9.27448e-05 (0.520485) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:31 2021 Memory usage per processor = 27.5466 Mbytes Step Atoms AVEKE stressZZ 23444 5000 9.5212343e-11 9024113.5 23445 -0.0137474999999925 9023993.67976867 23445 5000 9.5205552e-11 9023993.7 Loop time of 0.017287 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:31 2021 Pair time (%) = 0.00121617 (7.03518) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190326) Outpt time (%) = 0.015938 (92.1966) Other time (%) = 9.98974e-05 (0.577875) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:31 2021 Memory usage per processor = 27.5466 Mbytes Step Atoms AVEKE stressZZ 23445 5000 9.5205552e-11 9023943.7 23446 -0.0137474999999925 9023823.83566075 23446 5000 9.5198763e-11 9023823.8 Loop time of 0.016993 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:31 2021 Pair time (%) = 0.00117493 (6.91416) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.193619) Outpt time (%) = 0.015681 (92.2791) Other time (%) = 0.000104189 (0.613127) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:31 2021 Memory usage per processor = 27.5466 Mbytes Step Atoms AVEKE stressZZ 23446 5000 9.5198763e-11 9023773.8 23447 -0.0137474999999925 9023654.00045341 23447 5000 9.5191975e-11 9023654 Loop time of 0.0178771 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:31 2021 Pair time (%) = 0.001297 (7.25507) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.184044) Outpt time (%) = 0.0164351 (91.9341) Other time (%) = 0.000112057 (0.626817) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:31 2021 Memory usage per processor = 27.5466 Mbytes Step Atoms AVEKE stressZZ 23447 5000 9.5191975e-11 9023604 23448 -0.0137474999999925 9023484.17415296 23448 5000 9.5185187e-11 9023484.2 Loop time of 0.0176458 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:31 2021 Pair time (%) = 0.00113416 (6.42734) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.175647) Outpt time (%) = 0.016392 (92.8944) Other time (%) = 8.86917e-05 (0.502621) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:31 2021 Memory usage per processor = 27.5466 Mbytes Step Atoms AVEKE stressZZ 23448 5000 9.5185187e-11 9023434.2 23449 -0.0137474999999925 9023314.35677252 23449 5000 9.51784e-11 9023314.4 Loop time of 0.0171242 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:31 2021 Pair time (%) = 0.00119209 (6.96146) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.268712) Outpt time (%) = 0.0157151 (91.7716) Other time (%) = 0.000170946 (0.998274) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:31 2021 Memory usage per processor = 27.5466 Mbytes Step Atoms AVEKE stressZZ 23449 5000 9.51784e-11 9023264.4 23450 -0.0137474999999925 9023144.54830143 23450 5000 9.5171614e-11 9023144.5 Loop time of 0.0198829 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:32 2021 Pair time (%) = 0.00135112 (6.79537) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.17627) Outpt time (%) = 0.018384 (92.4612) Other time (%) = 0.000112772 (0.56718) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:32 2021 Memory usage per processor = 27.5466 Mbytes Step Atoms AVEKE stressZZ 23450 5000 9.5171614e-11 9023094.5 23451 -0.0137474999999925 9022974.74873558 23451 5000 9.5164828e-11 9022974.7 Loop time of 0.017822 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:32 2021 Pair time (%) = 0.00155401 (8.71962) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.208693) Outpt time (%) = 0.0160661 (90.1473) Other time (%) = 0.000164747 (0.924402) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:32 2021 Memory usage per processor = 27.5466 Mbytes Step Atoms AVEKE stressZZ 23451 5000 9.5164828e-11 9022924.7 23452 -0.0137474999999925 9022804.95807249 23452 5000 9.5158044e-11 9022805 Loop time of 0.017797 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:32 2021 Pair time (%) = 0.00113392 (6.37141) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.179514) Outpt time (%) = 0.0165401 (92.9373) Other time (%) = 9.10759e-05 (0.511749) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:32 2021 Memory usage per processor = 27.5466 Mbytes Step Atoms AVEKE stressZZ 23452 5000 9.5158044e-11 9022755 23453 -0.0137474999999925 9022635.1763102 23453 5000 9.515126e-11 9022635.2 Loop time of 0.0176201 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:32 2021 Pair time (%) = 0.00114393 (6.49221) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.181316) Outpt time (%) = 0.016351 (92.7974) Other time (%) = 9.32217e-05 (0.529065) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:32 2021 Memory usage per processor = 27.5466 Mbytes Step Atoms AVEKE stressZZ 23453 5000 9.515126e-11 9022585.2 23454 -0.0137474999999925 9022465.40344694 23454 5000 9.5144477e-11 9022465.4 Loop time of 0.016916 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:32 2021 Pair time (%) = 0.00114202 (6.75114) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.1945) Outpt time (%) = 0.0156422 (92.4695) Other time (%) = 9.89437e-05 (0.584911) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:32 2021 Memory usage per processor = 27.5466 Mbytes Step Atoms AVEKE stressZZ 23454 5000 9.5144477e-11 9022415.4 23455 -0.0137474999999925 9022295.63948099 23455 5000 9.5137695e-11 9022295.6 Loop time of 0.0176899 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:32 2021 Pair time (%) = 0.00151587 (8.56908) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.214294) Outpt time (%) = 0.015949 (90.1586) Other time (%) = 0.000187159 (1.05799) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:32 2021 Memory usage per processor = 27.5466 Mbytes Step Atoms AVEKE stressZZ 23455 5000 9.5137695e-11 9022245.6 23456 -0.0137474999999925 9022125.88441112 23456 5000 9.5130913e-11 9022125.9 Loop time of 0.0177932 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:32 2021 Pair time (%) = 0.00113201 (6.36205) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.179552) Outpt time (%) = 0.016535 (92.9291) Other time (%) = 9.41753e-05 (0.529278) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:32 2021 Memory usage per processor = 27.5466 Mbytes Step Atoms AVEKE stressZZ 23456 5000 9.5130913e-11 9022075.9 23457 -0.0137474999999925 9021956.13823573 23457 5000 9.5124133e-11 9021956.1 Loop time of 0.017333 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:32 2021 Pair time (%) = 0.00114298 (6.59422) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.202201) Outpt time (%) = 0.0160358 (92.5158) Other time (%) = 0.000119209 (0.687758) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:32 2021 Memory usage per processor = 27.5466 Mbytes Step Atoms AVEKE stressZZ 23457 5000 9.5124133e-11 9021906.1 23458 -0.0137474999999925 9021786.40095372 23458 5000 9.5117353e-11 9021786.4 Loop time of 0.0170121 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:32 2021 Pair time (%) = 0.00121498 (7.14186) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.194803) Outpt time (%) = 0.0156322 (91.8883) Other time (%) = 0.000131845 (0.775009) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:32 2021 Memory usage per processor = 27.5466 Mbytes Step Atoms AVEKE stressZZ 23458 5000 9.5117353e-11 9021736.4 23459 -0.0137474999999925 9021616.67256354 23459 5000 9.5110574e-11 9021616.7 Loop time of 0.017848 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:32 2021 Pair time (%) = 0.00142908 (8.00695) Neigh time (%) = 0 (0) Comm time (%) = 7.10487e-05 (0.398076) Outpt time (%) = 0.0162201 (90.879) Other time (%) = 0.000127792 (0.716003) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:32 2021 Memory usage per processor = 27.5466 Mbytes Step Atoms AVEKE stressZZ 23459 5000 9.5110574e-11 9021566.7 23460 -0.0137474999999925 9021446.95306415 23460 5000 9.5103795e-11 9021447 Loop time of 0.0203891 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:32 2021 Pair time (%) = 0.00116301 (5.70406) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.16137) Outpt time (%) = 0.0190651 (93.5066) Other time (%) = 0.000128031 (0.627938) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:32 2021 Memory usage per processor = 27.5466 Mbytes Step Atoms AVEKE stressZZ 23460 5000 9.5103795e-11 9021397 23461 -0.0137474999999925 9021277.24245425 23461 5000 9.5097018e-11 9021277.2 Loop time of 0.0176051 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:32 2021 Pair time (%) = 0.00113106 (6.42462) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.181471) Outpt time (%) = 0.0163479 (92.859) Other time (%) = 9.41753e-05 (0.534933) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:32 2021 Memory usage per processor = 27.5466 Mbytes Step Atoms AVEKE stressZZ 23461 5000 9.5097018e-11 9021227.3 23462 -0.0137474999999925 9021107.54073258 23462 5000 9.5090241e-11 9021107.5 Loop time of 0.017076 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:32 2021 Pair time (%) = 0.0011332 (6.63623) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187093) Outpt time (%) = 0.0158131 (92.6042) Other time (%) = 9.77516e-05 (0.57245) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:32 2021 Memory usage per processor = 27.5466 Mbytes Step Atoms AVEKE stressZZ 23462 5000 9.5090241e-11 9021057.6 23463 -0.0137474999999925 9020937.8478981 23463 5000 9.5083465e-11 9020937.8 Loop time of 0.0176749 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:32 2021 Pair time (%) = 0.0015409 (8.718) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.219872) Outpt time (%) = 0.015902 (89.9695) Other time (%) = 0.000193119 (1.09262) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:32 2021 Memory usage per processor = 27.5466 Mbytes Step Atoms AVEKE stressZZ 23463 5000 9.5083465e-11 9020887.9 23464 -0.0137474999999925 9020768.16394968 23464 5000 9.507669e-11 9020768.2 Loop time of 0.0180278 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:32 2021 Pair time (%) = 0.00113106 (6.27397) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.177216) Outpt time (%) = 0.016773 (93.0396) Other time (%) = 9.17912e-05 (0.509165) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:32 2021 Memory usage per processor = 27.5466 Mbytes Step Atoms AVEKE stressZZ 23464 5000 9.507669e-11 9020718.2 23465 -0.0137474999999925 9020598.48888599 23465 5000 9.5069916e-11 9020598.5 Loop time of 0.017802 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:32 2021 Pair time (%) = 0.00117517 (6.60131) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.179463) Outpt time (%) = 0.0165 (92.6862) Other time (%) = 9.48906e-05 (0.533033) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:32 2021 Memory usage per processor = 27.5466 Mbytes Step Atoms AVEKE stressZZ 23465 5000 9.5069916e-11 9020548.5 23466 -0.0137474999999925 9020428.82272722 23466 5000 9.5063142e-11 9020428.8 Loop time of 0.017313 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:32 2021 Pair time (%) = 0.00130296 (7.52589) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.195549) Outpt time (%) = 0.0158741 (91.6892) Other time (%) = 0.000102043 (0.589402) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:32 2021 Memory usage per processor = 27.5466 Mbytes Step Atoms AVEKE stressZZ 23466 5000 9.5063142e-11 9020378.8 23467 -0.0137474999999925 9020259.16548419 23467 5000 9.5056369e-11 9020259.2 Loop time of 0.0178661 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:32 2021 Pair time (%) = 0.00154805 (8.66473) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.206843) Outpt time (%) = 0.016118 (90.2157) Other time (%) = 0.000163078 (0.912779) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:32 2021 Memory usage per processor = 27.5466 Mbytes Step Atoms AVEKE stressZZ 23467 5000 9.5056369e-11 9020209.2 23468 -0.0137474999999925 9020089.51714144 23468 5000 9.5049597e-11 9020089.5 Loop time of 0.0182052 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:32 2021 Pair time (%) = 0.0012641 (6.94361) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.187276) Outpt time (%) = 0.016706 (91.7651) Other time (%) = 0.000200987 (1.10401) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:32 2021 Memory usage per processor = 27.5466 Mbytes Step Atoms AVEKE stressZZ 23468 5000 9.5049597e-11 9020039.5 23469 -0.0137474999999925 9019919.87769478 23469 5000 9.5042826e-11 9019919.9 Loop time of 0.018007 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:32 2021 Pair time (%) = 0.00117207 (6.50893) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.17742) Outpt time (%) = 0.0167091 (92.792) Other time (%) = 9.39369e-05 (0.521668) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:32 2021 Memory usage per processor = 27.5466 Mbytes Step Atoms AVEKE stressZZ 23469 5000 9.5042826e-11 9019869.9 23470 -0.0137474999999925 9019750.24714495 23470 5000 9.5036056e-11 9019750.2 Loop time of 0.019685 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:32 2021 Pair time (%) = 0.00114298 (5.80633) Neigh time (%) = 0 (0) Comm time (%) = 5.50747e-05 (0.27978) Outpt time (%) = 0.018363 (93.2841) Other time (%) = 0.000123978 (0.629807) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:32 2021 Memory usage per processor = 27.5466 Mbytes Step Atoms AVEKE stressZZ 23470 5000 9.5036056e-11 9019700.3 23471 -0.0137474999999925 9019580.62548493 23471 5000 9.5029286e-11 9019580.6 Loop time of 0.0174229 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:32 2021 Pair time (%) = 0.00146008 (8.3802) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.212105) Outpt time (%) = 0.0157609 (90.4607) Other time (%) = 0.000164986 (0.946946) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:32 2021 Memory usage per processor = 27.5466 Mbytes Step Atoms AVEKE stressZZ 23471 5000 9.5029286e-11 9019530.6 23472 -0.0137474999999925 9019411.01271264 23472 5000 9.5022517e-11 9019411 Loop time of 0.0176361 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:32 2021 Pair time (%) = 0.00117302 (6.65126) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.181152) Outpt time (%) = 0.0163281 (92.5836) Other time (%) = 0.000102997 (0.584013) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:27:32 2021 Memory usage per processor = 27.5466 Mbytes Step Atoms AVEKE stressZZ 23472 5000 9.5022517e-11 9019361 23473 -0.0137474999999925 9019217.91525015 23473 5000 1.8743e-10 9019515.1 Loop time of 0.0174901 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:32 2021 Pair time (%) = 0.00123 (7.03254) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.189479) Outpt time (%) = 0.016057 (91.806) Other time (%) = 0.000169992 (0.971933) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:32 2021 Memory usage per processor = 27.5466 Mbytes Step Atoms AVEKE stressZZ 23473 5000 1.8743e-10 9089062.7 23474 -0.0137799999999925 9088905.03412478 23474 5000 1.5077997e-10 9088905 Loop time of 0.0166848 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:32 2021 Pair time (%) = 0.00116205 (6.96475) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.197196) Outpt time (%) = 0.0153909 (92.245) Other time (%) = 9.89437e-05 (0.593018) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:32 2021 Memory usage per processor = 27.5466 Mbytes Step Atoms AVEKE stressZZ 23474 5000 1.5077997e-10 9088837.4 23475 -0.0137799999999925 9088693.20787654 23475 5000 1.2955932e-10 9088693.2 Loop time of 0.0171499 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:32 2021 Pair time (%) = 0.00132918 (7.75038) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.215481) Outpt time (%) = 0.0156269 (91.1194) Other time (%) = 0.000156879 (0.914753) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:32 2021 Memory usage per processor = 27.5466 Mbytes Step Atoms AVEKE stressZZ 23475 5000 1.2955932e-10 9088631.8 23476 -0.0137799999999925 9088496.14861442 23476 5000 1.1690833e-10 9088496.1 Loop time of 0.017848 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:32 2021 Pair time (%) = 0.00124311 (6.965) Neigh time (%) = 0 (0) Comm time (%) = 5.29289e-05 (0.296554) Outpt time (%) = 0.0164239 (92.0211) Other time (%) = 0.000128031 (0.717339) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:32 2021 Memory usage per processor = 27.5466 Mbytes Step Atoms AVEKE stressZZ 23476 5000 1.1690833e-10 9088438.7 23477 -0.0137799999999925 9088308.47718642 23477 5000 1.092043e-10 9088308.5 Loop time of 0.0177782 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:32 2021 Pair time (%) = 0.00118494 (6.66515) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.179704) Outpt time (%) = 0.0164671 (92.6254) Other time (%) = 9.41753e-05 (0.529725) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:32 2021 Memory usage per processor = 27.5466 Mbytes Step Atoms AVEKE stressZZ 23477 5000 1.092043e-10 9088253.6 23478 -0.0137799999999925 9088126.77509622 23478 5000 1.0444246e-10 9088126.8 Loop time of 0.0169489 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:32 2021 Pair time (%) = 0.00116611 (6.88011) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.194123) Outpt time (%) = 0.0156281 (92.207) Other time (%) = 0.000121832 (0.718817) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:32 2021 Memory usage per processor = 27.5466 Mbytes Step Atoms AVEKE stressZZ 23478 5000 1.0444246e-10 9088073.5 23479 -0.0137799999999925 9087948.86985712 23479 5000 1.0146898e-10 9087948.9 Loop time of 0.017323 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:32 2021 Pair time (%) = 0.00146794 (8.47395) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.23122) Outpt time (%) = 0.0156801 (90.5158) Other time (%) = 0.000134945 (0.778992) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:32 2021 Memory usage per processor = 27.5466 Mbytes Step Atoms AVEKE stressZZ 23479 5000 1.0146898e-10 9087896.6 23480 -0.0137799999999925 9087773.3808319 23480 5000 9.9599104e-11 9087773.4 Loop time of 0.0196371 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:32 2021 Pair time (%) = 0.00113297 (5.76951) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.157836) Outpt time (%) = 0.0183802 (93.5991) Other time (%) = 9.29832e-05 (0.473508) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:32 2021 Memory usage per processor = 27.5467 Mbytes Step Atoms AVEKE stressZZ 23480 5000 9.9599104e-11 9087721.8 23481 -0.0137799999999925 9087599.430611 23481 5000 9.8417295e-11 9087599.4 Loop time of 0.0167079 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:32 2021 Pair time (%) = 0.00114012 (6.82382) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.185508) Outpt time (%) = 0.0154469 (92.4527) Other time (%) = 8.98838e-05 (0.537972) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:32 2021 Memory usage per processor = 27.5467 Mbytes Step Atoms AVEKE stressZZ 23481 5000 9.8417295e-11 9087548.2 23482 -0.0137799999999925 9087426.4615906 23482 5000 9.7667383e-11 9087426.5 Loop time of 0.018069 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:32 2021 Pair time (%) = 0.00113511 (6.28208) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.171533) Outpt time (%) = 0.016813 (93.0489) Other time (%) = 8.98838e-05 (0.497447) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:32 2021 Memory usage per processor = 27.5467 Mbytes Step Atoms AVEKE stressZZ 23482 5000 9.7667383e-11 9087375.5 23483 -0.0137799999999925 9087254.11940724 23483 5000 9.7189774e-11 9087254.1 Loop time of 0.01706 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:32 2021 Pair time (%) = 0.00114298 (6.69974) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192859) Outpt time (%) = 0.015784 (92.5204) Other time (%) = 0.000100136 (0.586961) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:32 2021 Memory usage per processor = 27.5467 Mbytes Step Atoms AVEKE stressZZ 23483 5000 9.7189774e-11 9087203.4 23484 -0.0137799999999925 9087082.17885873 23484 5000 9.6884339e-11 9087082.2 Loop time of 0.0178311 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:32 2021 Pair time (%) = 0.00156403 (8.77134) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.213935) Outpt time (%) = 0.016037 (89.9384) Other time (%) = 0.000191927 (1.07636) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:32 2021 Memory usage per processor = 27.5467 Mbytes Step Atoms AVEKE stressZZ 23484 5000 9.6884339e-11 9087031.5 23485 -0.0137799999999925 9086910.49682588 23485 5000 9.6687966e-11 9086910.5 Loop time of 0.0177851 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:32 2021 Pair time (%) = 0.00114083 (6.41455) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.180975) Outpt time (%) = 0.0165191 (92.8817) Other time (%) = 9.29832e-05 (0.522816) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:32 2021 Memory usage per processor = 27.5467 Mbytes Step Atoms AVEKE stressZZ 23485 5000 9.6687966e-11 9086859.9 23486 -0.0137799999999925 9086738.98235421 23486 5000 9.6560759e-11 9086739 Loop time of 0.0174241 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:32 2021 Pair time (%) = 0.00113606 (6.52007) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183356) Outpt time (%) = 0.0161641 (92.7684) Other time (%) = 9.20296e-05 (0.528174) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:32 2021 Memory usage per processor = 27.5467 Mbytes Step Atoms AVEKE stressZZ 23486 5000 9.6560759e-11 9086688.4 23487 -0.0137799999999925 9086567.57764184 23487 5000 9.647745e-11 9086567.6 Loop time of 0.017056 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:32 2021 Pair time (%) = 0.00116014 (6.80198) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.199894) Outpt time (%) = 0.015754 (92.3663) Other time (%) = 0.000107765 (0.631832) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:32 2021 Memory usage per processor = 27.5467 Mbytes Step Atoms AVEKE stressZZ 23487 5000 9.647745e-11 9086517.1 23488 -0.0137799999999925 9086396.24595404 23488 5000 9.6422014e-11 9086396.2 Loop time of 0.0180361 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:32 2021 Pair time (%) = 0.00152016 (8.4284) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.189031) Outpt time (%) = 0.01634 (90.596) Other time (%) = 0.000141859 (0.786527) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:32 2021 Memory usage per processor = 27.5467 Mbytes Step Atoms AVEKE stressZZ 23488 5000 9.6422014e-11 9086345.8 23489 -0.0137799999999925 9086224.9639454 23489 5000 9.6384283e-11 9086225 Loop time of 0.0177341 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:32 2021 Pair time (%) = 0.00117016 (6.59837) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.180151) Outpt time (%) = 0.0164399 (92.7025) Other time (%) = 9.20296e-05 (0.518943) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:32 2021 Memory usage per processor = 27.5467 Mbytes Step Atoms AVEKE stressZZ 23489 5000 9.6384283e-11 9086174.5 23490 -0.0137799999999925 9086053.71677901 23490 5000 9.63578e-11 9086053.7 Loop time of 0.0199819 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:32 2021 Pair time (%) = 0.00118017 (5.90622) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.155113) Outpt time (%) = 0.018676 (93.465) Other time (%) = 9.46522e-05 (0.47369) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:32 2021 Memory usage per processor = 27.5467 Mbytes Step Atoms AVEKE stressZZ 23490 5000 9.63578e-11 9086003.2 23491 -0.0137799999999925 9085882.49502542 23491 5000 9.6338463e-11 9085882.5 Loop time of 0.0168951 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:32 2021 Pair time (%) = 0.00113916 (6.74259) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.189097) Outpt time (%) = 0.015624 (92.477) Other time (%) = 9.98974e-05 (0.591282) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:32 2021 Memory usage per processor = 27.5467 Mbytes Step Atoms AVEKE stressZZ 23491 5000 9.6338463e-11 9085832 23492 -0.0137799999999925 9085711.29269213 23492 5000 9.6323668e-11 9085711.3 Loop time of 0.0178921 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:33 2021 Pair time (%) = 0.00159311 (8.90399) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.211873) Outpt time (%) = 0.0161121 (90.0513) Other time (%) = 0.000149012 (0.832834) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:33 2021 Memory usage per processor = 27.5467 Mbytes Step Atoms AVEKE stressZZ 23492 5000 9.6323668e-11 9085660.8 23493 -0.0137799999999925 9085540.10597005 23493 5000 9.6311758e-11 9085540.1 Loop time of 0.017678 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:33 2021 Pair time (%) = 0.00113797 (6.43721) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.182071) Outpt time (%) = 0.016392 (92.7253) Other time (%) = 0.000115871 (0.655455) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:33 2021 Memory usage per processor = 27.5467 Mbytes Step Atoms AVEKE stressZZ 23493 5000 9.6311758e-11 9085489.6 23494 -0.0137799999999925 9085368.93246643 23494 5000 9.6301683e-11 9085368.9 Loop time of 0.0178978 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:33 2021 Pair time (%) = 0.00114202 (6.3808) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.173174) Outpt time (%) = 0.0165999 (92.748) Other time (%) = 0.000124931 (0.698024) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:33 2021 Memory usage per processor = 27.5467 Mbytes Step Atoms AVEKE stressZZ 23494 5000 9.6301683e-11 9085318.5 23495 -0.0137799999999925 9085197.77067902 23495 5000 9.6292774e-11 9085197.8 Loop time of 0.0169499 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:33 2021 Pair time (%) = 0.00113988 (6.72499) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.201145) Outpt time (%) = 0.0156329 (92.2299) Other time (%) = 0.000143051 (0.843965) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:33 2021 Memory usage per processor = 27.5467 Mbytes Step Atoms AVEKE stressZZ 23495 5000 9.6292774e-11 9085147.3 23496 -0.0137799999999925 9085026.61960065 23496 5000 9.6284605e-11 9085026.6 Loop time of 0.017905 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:33 2021 Pair time (%) = 0.00147986 (8.26509) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.206394) Outpt time (%) = 0.0162389 (90.6949) Other time (%) = 0.00014925 (0.833566) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:33 2021 Memory usage per processor = 27.5467 Mbytes Step Atoms AVEKE stressZZ 23496 5000 9.6284605e-11 9084976.2 23497 -0.0137799999999925 9084855.47860114 23497 5000 9.6276909e-11 9084855.5 Loop time of 0.0176649 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:33 2021 Pair time (%) = 0.00119209 (6.74837) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.175458) Outpt time (%) = 0.0163481 (92.5458) Other time (%) = 9.36985e-05 (0.530422) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:33 2021 Memory usage per processor = 27.5467 Mbytes Step Atoms AVEKE stressZZ 23497 5000 9.6276909e-11 9084805 23498 -0.0137799999999925 9084684.34728033 23498 5000 9.6269512e-11 9084684.3 Loop time of 0.0174248 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:33 2021 Pair time (%) = 0.00117993 (6.77157) Neigh time (%) = 0 (0) Comm time (%) = 6.29425e-05 (0.361223) Outpt time (%) = 0.0160289 (91.9888) Other time (%) = 0.000153065 (0.878429) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:33 2021 Memory usage per processor = 27.5467 Mbytes Step Atoms AVEKE stressZZ 23498 5000 9.6269512e-11 9084633.9 23499 -0.0137799999999925 9084513.2253839 23499 5000 9.6262306e-11 9084513.2 Loop time of 0.0171552 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:33 2021 Pair time (%) = 0.00130892 (7.62987) Neigh time (%) = 0 (0) Comm time (%) = 6.41346e-05 (0.37385) Outpt time (%) = 0.015645 (91.1972) Other time (%) = 0.000137091 (0.799122) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:33 2021 Memory usage per processor = 27.5467 Mbytes Step Atoms AVEKE stressZZ 23499 5000 9.6262306e-11 9084462.8 23500 -0.0137799999999925 9084342.11274909 23500 5000 9.6255221e-11 9084342.1 Loop time of 0.0204711 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:33 2021 Pair time (%) = 0.00142407 (6.95651) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.161888) Outpt time (%) = 0.0188861 (92.2573) Other time (%) = 0.000127792 (0.624258) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:33 2021 Memory usage per processor = 27.5467 Mbytes Step Atoms AVEKE stressZZ 23500 5000 9.6255221e-11 9084291.7 23501 -0.0137799999999925 9084171.00927245 23501 5000 9.6248214e-11 9084171 Loop time of 0.0176349 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:33 2021 Pair time (%) = 0.00113583 (6.4408) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.181164) Outpt time (%) = 0.0163729 (92.844) Other time (%) = 9.41753e-05 (0.534029) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:33 2021 Memory usage per processor = 27.5467 Mbytes Step Atoms AVEKE stressZZ 23501 5000 9.6248214e-11 9084120.6 23502 -0.0137799999999925 9083999.91488725 23502 5000 9.6241256e-11 9083999.9 Loop time of 0.017421 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:33 2021 Pair time (%) = 0.00115705 (6.64167) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.275082) Outpt time (%) = 0.0161219 (92.5427) Other time (%) = 9.41753e-05 (0.540585) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:33 2021 Memory usage per processor = 27.5467 Mbytes Step Atoms AVEKE stressZZ 23502 5000 9.6241256e-11 9083949.5 23503 -0.0137799999999925 9083828.82955085 23503 5000 9.6234331e-11 9083828.8 Loop time of 0.0169771 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:33 2021 Pair time (%) = 0.00120378 (7.0906) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.193801) Outpt time (%) = 0.0156341 (92.0893) Other time (%) = 0.000106335 (0.626343) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:33 2021 Memory usage per processor = 27.5467 Mbytes Step Atoms AVEKE stressZZ 23503 5000 9.6234331e-11 9083778.4 23504 -0.0137799999999925 9083657.75323527 23504 5000 9.6227426e-11 9083657.8 Loop time of 0.017823 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:33 2021 Pair time (%) = 0.00144291 (8.09578) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.214033) Outpt time (%) = 0.0161788 (90.7752) Other time (%) = 0.000163078 (0.914989) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:33 2021 Memory usage per processor = 27.5467 Mbytes Step Atoms AVEKE stressZZ 23504 5000 9.6227426e-11 9083607.3 23505 -0.0137799999999925 9083486.68592238 23505 5000 9.6220534e-11 9083486.7 Loop time of 0.0178981 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:33 2021 Pair time (%) = 0.00114012 (6.37005) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.185161) Outpt time (%) = 0.016623 (92.876) Other time (%) = 0.000101805 (0.568802) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:33 2021 Memory usage per processor = 27.5467 Mbytes Step Atoms AVEKE stressZZ 23505 5000 9.6220534e-11 9083436.2 23506 -0.0137799999999925 9083315.62760025 23506 5000 9.621365e-11 9083315.6 Loop time of 0.0171819 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:33 2021 Pair time (%) = 0.00113297 (6.59396) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.187328) Outpt time (%) = 0.0159249 (92.6845) Other time (%) = 9.17912e-05 (0.534233) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:33 2021 Memory usage per processor = 27.5467 Mbytes Step Atoms AVEKE stressZZ 23506 5000 9.621365e-11 9083265.2 23507 -0.0137799999999925 9083144.5782606 23507 5000 9.6206773e-11 9083144.6 Loop time of 0.0171208 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:33 2021 Pair time (%) = 0.00116491 (6.80407) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.199137) Outpt time (%) = 0.01579 (92.2267) Other time (%) = 0.000131845 (0.770088) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:33 2021 Memory usage per processor = 27.5467 Mbytes Step Atoms AVEKE stressZZ 23507 5000 9.6206773e-11 9083094.1 23508 -0.0137799999999925 9082973.53789793 23508 5000 9.61999e-11 9082973.5 Loop time of 0.017971 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:33 2021 Pair time (%) = 0.00139999 (7.79028) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.205636) Outpt time (%) = 0.0163951 (91.2306) Other time (%) = 0.000138998 (0.773456) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:33 2021 Memory usage per processor = 27.5467 Mbytes Step Atoms AVEKE stressZZ 23508 5000 9.61999e-11 9082923.1 23509 -0.0137799999999925 9082802.50650811 23509 5000 9.6193029e-11 9082802.5 Loop time of 0.0178671 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:33 2021 Pair time (%) = 0.00113606 (6.35842) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.173472) Outpt time (%) = 0.0166121 (92.9757) Other time (%) = 8.79765e-05 (0.492394) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:33 2021 Memory usage per processor = 27.5467 Mbytes Step Atoms AVEKE stressZZ 23509 5000 9.6193029e-11 9082752.1 23510 -0.0137799999999925 9082631.48408829 23510 5000 9.6186161e-11 9082631.5 Loop time of 0.0203779 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:33 2021 Pair time (%) = 0.00120306 (5.90376) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.156778) Outpt time (%) = 0.019042 (93.4446) Other time (%) = 0.000100851 (0.494905) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:33 2021 Memory usage per processor = 27.5467 Mbytes Step Atoms AVEKE stressZZ 23510 5000 9.6186161e-11 9082581 23511 -0.0137799999999925 9082460.47061071 23511 5000 9.6179294e-11 9082460.5 Loop time of 0.0172749 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:33 2021 Pair time (%) = 0.00122905 (7.11466) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197361) Outpt time (%) = 0.015878 (91.9137) Other time (%) = 0.000133753 (0.774263) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:33 2021 Memory usage per processor = 27.5467 Mbytes Step Atoms AVEKE stressZZ 23511 5000 9.6179294e-11 9082410 23512 -0.0137799999999925 9082289.46608286 23512 5000 9.6172429e-11 9082289.5 Loop time of 0.017632 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:33 2021 Pair time (%) = 0.00142717 (8.09422) Neigh time (%) = 0 (0) Comm time (%) = 7.60555e-05 (0.431349) Outpt time (%) = 0.0159512 (90.467) Other time (%) = 0.000177622 (1.00738) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:33 2021 Memory usage per processor = 27.5467 Mbytes Step Atoms AVEKE stressZZ 23512 5000 9.6172429e-11 9082239 23513 -0.0137799999999925 9082118.47051701 23513 5000 9.6165565e-11 9082118.5 Loop time of 0.0177958 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:33 2021 Pair time (%) = 0.00126219 (7.09262) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.258571) Outpt time (%) = 0.0163639 (91.9535) Other time (%) = 0.000123739 (0.695328) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:33 2021 Memory usage per processor = 27.5467 Mbytes Step Atoms AVEKE stressZZ 23513 5000 9.6165565e-11 9082068 23514 -0.0137799999999925 9081947.48391189 23514 5000 9.6158702e-11 9081947.5 Loop time of 0.0177879 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:33 2021 Pair time (%) = 0.00117087 (6.5824) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.179605) Outpt time (%) = 0.0164919 (92.7139) Other time (%) = 9.32217e-05 (0.524072) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:33 2021 Memory usage per processor = 27.5467 Mbytes Step Atoms AVEKE stressZZ 23514 5000 9.6158702e-11 9081897.1 23515 -0.0137799999999925 9081776.50626643 23515 5000 9.6151839e-11 9081776.5 Loop time of 0.017323 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:33 2021 Pair time (%) = 0.00117707 (6.79485) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191307) Outpt time (%) = 0.0160139 (92.4427) Other time (%) = 9.89437e-05 (0.571169) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:33 2021 Memory usage per processor = 27.5467 Mbytes Step Atoms AVEKE stressZZ 23515 5000 9.6151839e-11 9081726.1 23516 -0.0137799999999925 9081605.53757972 23516 5000 9.6144978e-11 9081605.5 Loop time of 0.017591 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:33 2021 Pair time (%) = 0.00144601 (8.22016) Neigh time (%) = 0 (0) Comm time (%) = 4.31538e-05 (0.245317) Outpt time (%) = 0.0159481 (90.6603) Other time (%) = 0.00015378 (0.874197) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:33 2021 Memory usage per processor = 27.5467 Mbytes Step Atoms AVEKE stressZZ 23516 5000 9.6144978e-11 9081555.1 23517 -0.0137799999999925 9081434.5778509 23517 5000 9.6138117e-11 9081434.6 Loop time of 0.017796 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:33 2021 Pair time (%) = 0.00119805 (6.73213) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.202299) Outpt time (%) = 0.0164549 (92.464) Other time (%) = 0.00010705 (0.601538) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:33 2021 Memory usage per processor = 27.5467 Mbytes Step Atoms AVEKE stressZZ 23517 5000 9.6138117e-11 9081384.2 23518 -0.0137799999999925 9081263.62707962 23518 5000 9.6131257e-11 9081263.6 Loop time of 0.017699 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:33 2021 Pair time (%) = 0.00113606 (6.41881) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.180508) Outpt time (%) = 0.0164371 (92.8699) Other time (%) = 9.39369e-05 (0.530747) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28381 ave 28381 max 28381 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28381 Ave neighs/atom = 5.6762 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:33 2021 Memory usage per processor = 27.5467 Mbytes Step Atoms AVEKE stressZZ 23518 5000 9.6131257e-11 9081213.2 23519 -0.0137799999999925 9081092.68526689 23519 5000 9.6124399e-11 9081092.7 Loop time of 0.0170159 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:33 2021 Pair time (%) = 0.00113416 (6.66527) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187754) Outpt time (%) = 0.0157509 (92.5655) Other time (%) = 9.89437e-05 (0.581477) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28382 ave 28382 max 28382 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28382 Ave neighs/atom = 5.6764 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:33 2021 Memory usage per processor = 27.5467 Mbytes Step Atoms AVEKE stressZZ 23519 5000 9.6124399e-11 9081042.3 23520 -0.0137799999999925 9080921.75241233 23520 5000 9.611754e-11 9080921.8 Loop time of 0.020298 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:33 2021 Pair time (%) = 0.00156498 (7.71002) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.251363) Outpt time (%) = 0.0184731 (91.0097) Other time (%) = 0.000208855 (1.02894) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28382 ave 28382 max 28382 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28382 Ave neighs/atom = 5.6764 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:33 2021 Memory usage per processor = 27.5467 Mbytes Step Atoms AVEKE stressZZ 23520 5000 9.611754e-11 9080871.3 23521 -0.0137799999999925 9080750.82850805 23521 5000 9.6110683e-11 9080750.8 Loop time of 0.0177681 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:33 2021 Pair time (%) = 0.00124621 (7.01375) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.185173) Outpt time (%) = 0.016387 (92.2268) Other time (%) = 0.000102043 (0.574304) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28382 ave 28382 max 28382 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28382 Ave neighs/atom = 5.6764 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:33 2021 Memory usage per processor = 27.5467 Mbytes Step Atoms AVEKE stressZZ 23521 5000 9.6110683e-11 9080700.4 23522 -0.0137799999999925 9080579.91355321 23522 5000 9.6103827e-11 9080579.9 Loop time of 0.0179551 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:33 2021 Pair time (%) = 0.00117302 (6.53308) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.177934) Outpt time (%) = 0.0166559 (92.7645) Other time (%) = 9.41753e-05 (0.524506) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28382 ave 28382 max 28382 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28382 Ave neighs/atom = 5.6764 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:33 2021 Memory usage per processor = 27.5467 Mbytes Step Atoms AVEKE stressZZ 23522 5000 9.6103827e-11 9080529.5 23523 -0.0137799999999925 9080409.00754687 23523 5000 9.6096971e-11 9080409 Loop time of 0.0168359 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:33 2021 Pair time (%) = 0.00117302 (6.96736) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.191178) Outpt time (%) = 0.015538 (92.2906) Other time (%) = 9.27448e-05 (0.550874) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28382 ave 28382 max 28382 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28382 Ave neighs/atom = 5.6764 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:33 2021 Memory usage per processor = 27.5467 Mbytes Step Atoms AVEKE stressZZ 23523 5000 9.6096971e-11 9080358.6 23524 -0.0137799999999925 9080238.11048776 23524 5000 9.6090116e-11 9080238.1 Loop time of 0.0167861 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:33 2021 Pair time (%) = 0.0011332 (6.75085) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190325) Outpt time (%) = 0.015533 (92.5347) Other time (%) = 8.79765e-05 (0.524103) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28382 ave 28382 max 28382 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28382 Ave neighs/atom = 5.6764 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:33 2021 Memory usage per processor = 27.5467 Mbytes Step Atoms AVEKE stressZZ 23524 5000 9.6090116e-11 9080187.7 23525 -0.0137799999999925 9080067.22237497 23525 5000 9.6083262e-11 9080067.2 Loop time of 0.0169449 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:33 2021 Pair time (%) = 0.00123 (7.25884) Neigh time (%) = 0 (0) Comm time (%) = 6.69956e-05 (0.395374) Outpt time (%) = 0.015532 (91.662) Other time (%) = 0.000115871 (0.683814) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28382 ave 28382 max 28382 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28382 Ave neighs/atom = 5.6764 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:33 2021 Memory usage per processor = 27.5467 Mbytes Step Atoms AVEKE stressZZ 23525 5000 9.6083262e-11 9080016.8 23526 -0.0137799999999925 9079896.34320748 23526 5000 9.6076409e-11 9079896.3 Loop time of 0.0175509 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:33 2021 Pair time (%) = 0.00113797 (6.48382) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.176597) Outpt time (%) = 0.016294 (92.8383) Other time (%) = 8.79765e-05 (0.501263) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28382 ave 28382 max 28382 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28382 Ave neighs/atom = 5.6764 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:33 2021 Memory usage per processor = 27.5467 Mbytes Step Atoms AVEKE stressZZ 23526 5000 9.6076409e-11 9079845.9 23527 -0.0137799999999925 9079725.47298413 23527 5000 9.6069556e-11 9079725.5 Loop time of 0.017494 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:33 2021 Pair time (%) = 0.00124097 (7.0937) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182624) Outpt time (%) = 0.016077 (91.9005) Other time (%) = 0.000144005 (0.823169) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28382 ave 28382 max 28382 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28382 Ave neighs/atom = 5.6764 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:33 2021 Memory usage per processor = 27.5467 Mbytes Step Atoms AVEKE stressZZ 23527 5000 9.6069556e-11 9079675.1 23528 -0.0137799999999925 9079554.61170404 23528 5000 9.6062704e-11 9079554.6 Loop time of 0.0169559 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:33 2021 Pair time (%) = 0.00117993 (6.95886) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.201074) Outpt time (%) = 0.0156419 (92.2509) Other time (%) = 9.98974e-05 (0.589162) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28382 ave 28382 max 28382 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28382 Ave neighs/atom = 5.6764 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:33 2021 Memory usage per processor = 27.5467 Mbytes Step Atoms AVEKE stressZZ 23528 5000 9.6062704e-11 9079504.2 23529 -0.0137799999999925 9079383.75936619 23529 5000 9.6055853e-11 9079383.8 Loop time of 0.0181658 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:33 2021 Pair time (%) = 0.00132585 (7.29857) Neigh time (%) = 0 (0) Comm time (%) = 6.19888e-05 (0.341239) Outpt time (%) = 0.0165989 (91.3745) Other time (%) = 0.000179052 (0.985655) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28382 ave 28382 max 28382 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28382 Ave neighs/atom = 5.6764 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:33 2021 Memory usage per processor = 27.5467 Mbytes Step Atoms AVEKE stressZZ 23529 5000 9.6055853e-11 9079333.3 23530 -0.0137799999999925 9079212.91596934 23530 5000 9.6049003e-11 9079212.9 Loop time of 0.020257 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:33 2021 Pair time (%) = 0.00113392 (5.59766) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.157714) Outpt time (%) = 0.0189989 (93.7891) Other time (%) = 9.2268e-05 (0.455487) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28382 ave 28382 max 28382 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28382 Ave neighs/atom = 5.6764 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:33 2021 Memory usage per processor = 27.5467 Mbytes Step Atoms AVEKE stressZZ 23530 5000 9.6049003e-11 9079162.5 23531 -0.0137799999999925 9079042.08151296 23531 5000 9.6042154e-11 9079042.1 Loop time of 0.017678 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:33 2021 Pair time (%) = 0.00119495 (6.75955) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.186117) Outpt time (%) = 0.016305 (92.233) Other time (%) = 0.000145197 (0.821341) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28382 ave 28382 max 28382 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28382 Ave neighs/atom = 5.6764 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:33 2021 Memory usage per processor = 27.5467 Mbytes Step Atoms AVEKE stressZZ 23531 5000 9.6042154e-11 9078991.7 23532 -0.0137799999999925 9078871.25599572 23532 5000 9.6035305e-11 9078871.3 Loop time of 0.017019 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:33 2021 Pair time (%) = 0.00118899 (6.98626) Neigh time (%) = 0 (0) Comm time (%) = 5.48363e-05 (0.322206) Outpt time (%) = 0.0156472 (91.9393) Other time (%) = 0.000128031 (0.75228) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28382 ave 28382 max 28382 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28382 Ave neighs/atom = 5.6764 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:33 2021 Memory usage per processor = 27.5467 Mbytes Step Atoms AVEKE stressZZ 23532 5000 9.6035305e-11 9078820.8 23533 -0.0137799999999925 9078700.43941666 23533 5000 9.6028458e-11 9078700.4 Loop time of 0.017904 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:33 2021 Pair time (%) = 0.00162506 (9.0765) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.217058) Outpt time (%) = 0.016084 (89.8342) Other time (%) = 0.000156164 (0.872229) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28382 ave 28382 max 28382 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28382 Ave neighs/atom = 5.6764 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:33 2021 Memory usage per processor = 27.5467 Mbytes Step Atoms AVEKE stressZZ 23533 5000 9.6028458e-11 9078650 23534 -0.0137799999999925 9078529.63177494 23534 5000 9.6021611e-11 9078529.6 Loop time of 0.0177062 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:34 2021 Pair time (%) = 0.00120902 (6.82825) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.180435) Outpt time (%) = 0.016371 (92.4594) Other time (%) = 9.41753e-05 (0.531879) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28382 ave 28382 max 28382 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28382 Ave neighs/atom = 5.6764 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:34 2021 Memory usage per processor = 27.5467 Mbytes Step Atoms AVEKE stressZZ 23534 5000 9.6021611e-11 9078479.2 23535 -0.0137799999999925 9078358.83306942 23535 5000 9.6014765e-11 9078358.8 Loop time of 0.0175099 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:34 2021 Pair time (%) = 0.00113678 (6.4922) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.187903) Outpt time (%) = 0.0162411 (92.7535) Other time (%) = 9.91821e-05 (0.566433) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28382 ave 28382 max 28382 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28382 Ave neighs/atom = 5.6764 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:34 2021 Memory usage per processor = 27.5467 Mbytes Step Atoms AVEKE stressZZ 23535 5000 9.6014765e-11 9078308.4 23536 -0.0137799999999925 9078188.04329925 23536 5000 9.6007919e-11 9078188 Loop time of 0.016983 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:34 2021 Pair time (%) = 0.00116706 (6.87191) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.199349) Outpt time (%) = 0.015682 (92.3391) Other time (%) = 0.000100136 (0.589623) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28382 ave 28382 max 28382 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28382 Ave neighs/atom = 5.6764 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:34 2021 Memory usage per processor = 27.5467 Mbytes Step Atoms AVEKE stressZZ 23536 5000 9.6007919e-11 9078137.6 23537 -0.0137799999999925 9078017.26246348 23537 5000 9.6001075e-11 9078017.3 Loop time of 0.017791 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:34 2021 Pair time (%) = 0.00153399 (8.62224) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.213077) Outpt time (%) = 0.016073 (90.3432) Other time (%) = 0.000146151 (0.821485) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28382 ave 28382 max 28382 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28382 Ave neighs/atom = 5.6764 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:34 2021 Memory usage per processor = 27.5467 Mbytes Step Atoms AVEKE stressZZ 23537 5000 9.6001075e-11 9077966.9 23538 -0.0137799999999925 9077846.49056108 23538 5000 9.5994231e-11 9077846.5 Loop time of 0.0178349 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:34 2021 Pair time (%) = 0.00114298 (6.40866) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.179132) Outpt time (%) = 0.016566 (92.8855) Other time (%) = 9.39369e-05 (0.526703) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28382 ave 28382 max 28382 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28382 Ave neighs/atom = 5.6764 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:34 2021 Memory usage per processor = 27.5467 Mbytes Step Atoms AVEKE stressZZ 23538 5000 9.5994231e-11 9077796.1 23539 -0.0137799999999925 9077675.72759523 23539 5000 9.5987388e-11 9077675.7 Loop time of 0.0171809 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:34 2021 Pair time (%) = 0.00113177 (6.58738) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185951) Outpt time (%) = 0.015929 (92.7132) Other time (%) = 8.82149e-05 (0.513447) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28382 ave 28382 max 28382 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28382 Ave neighs/atom = 5.6764 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:34 2021 Memory usage per processor = 27.5467 Mbytes Step Atoms AVEKE stressZZ 23539 5000 9.5987388e-11 9077625.3 23540 -0.0137799999999925 9077504.97356179 23540 5000 9.5980546e-11 9077505 Loop time of 0.019531 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:34 2021 Pair time (%) = 0.00124002 (6.34895) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.173342) Outpt time (%) = 0.018152 (92.9394) Other time (%) = 0.000105143 (0.538337) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28382 ave 28382 max 28382 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28382 Ave neighs/atom = 5.6764 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:34 2021 Memory usage per processor = 27.5467 Mbytes Step Atoms AVEKE stressZZ 23540 5000 9.5980546e-11 9077454.6 23541 -0.0137799999999925 9077334.22845875 23541 5000 9.5973705e-11 9077334.2 Loop time of 0.017663 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:34 2021 Pair time (%) = 0.00156713 (8.87236) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.214621) Outpt time (%) = 0.015903 (90.0356) Other time (%) = 0.000154972 (0.877382) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28382 ave 28382 max 28382 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28382 Ave neighs/atom = 5.6764 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:34 2021 Memory usage per processor = 27.5467 Mbytes Step Atoms AVEKE stressZZ 23541 5000 9.5973705e-11 9077283.8 23542 -0.0137799999999925 9077163.49228791 23542 5000 9.5966864e-11 9077163.5 Loop time of 0.017838 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:34 2021 Pair time (%) = 0.00121188 (6.79382) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.179101) Outpt time (%) = 0.016499 (92.4938) Other time (%) = 9.5129e-05 (0.533294) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28382 ave 28382 max 28382 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28382 Ave neighs/atom = 5.6764 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:34 2021 Memory usage per processor = 27.5467 Mbytes Step Atoms AVEKE stressZZ 23542 5000 9.5966864e-11 9077113.1 23543 -0.0137799999999925 9076992.76510339 23543 5000 9.5960024e-11 9076992.8 Loop time of 0.01809 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:34 2021 Pair time (%) = 0.00123501 (6.82702) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.181878) Outpt time (%) = 0.0166841 (92.228) Other time (%) = 0.000138044 (0.763097) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28382 ave 28382 max 28382 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28382 Ave neighs/atom = 5.6764 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:34 2021 Memory usage per processor = 27.5467 Mbytes Step Atoms AVEKE stressZZ 23543 5000 9.5960024e-11 9076942.4 23544 -0.0137799999999925 9076822.04688502 23544 5000 9.5953185e-11 9076822 Loop time of 0.0170012 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:34 2021 Pair time (%) = 0.00113797 (6.6935) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187917) Outpt time (%) = 0.0157392 (92.5773) Other time (%) = 9.20296e-05 (0.541314) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28382 ave 28382 max 28382 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28382 Ave neighs/atom = 5.6764 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:34 2021 Memory usage per processor = 27.5467 Mbytes Step Atoms AVEKE stressZZ 23544 5000 9.5953185e-11 9076771.7 23545 -0.0137799999999925 9076651.3376204 23545 5000 9.5946347e-11 9076651.3 Loop time of 0.017385 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:34 2021 Pair time (%) = 0.00143099 (8.23116) Neigh time (%) = 0 (0) Comm time (%) = 5.4121e-05 (0.311309) Outpt time (%) = 0.0157351 (90.5099) Other time (%) = 0.000164747 (0.94764) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28382 ave 28382 max 28382 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28382 Ave neighs/atom = 5.6764 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:34 2021 Memory usage per processor = 27.5467 Mbytes Step Atoms AVEKE stressZZ 23545 5000 9.5946347e-11 9076600.9 23546 -0.0137799999999925 9076480.63730339 23546 5000 9.593951e-11 9076480.6 Loop time of 0.017777 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:34 2021 Pair time (%) = 0.0011549 (6.49661) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.179716) Outpt time (%) = 0.016495 (92.7886) Other time (%) = 9.5129e-05 (0.535125) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28382 ave 28382 max 28382 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28382 Ave neighs/atom = 5.6764 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:34 2021 Memory usage per processor = 27.5467 Mbytes Step Atoms AVEKE stressZZ 23546 5000 9.593951e-11 9076430.2 23547 -0.0137799999999925 9076309.94592109 23547 5000 9.5932673e-11 9076309.9 Loop time of 0.0177591 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:34 2021 Pair time (%) = 0.00113487 (6.39038) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.174527) Outpt time (%) = 0.0164988 (92.9035) Other time (%) = 9.44138e-05 (0.531636) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28382 ave 28382 max 28382 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28382 Ave neighs/atom = 5.6764 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:34 2021 Memory usage per processor = 27.5467 Mbytes Step Atoms AVEKE stressZZ 23547 5000 9.5932673e-11 9076259.6 23548 -0.0137799999999925 9076139.26346889 23548 5000 9.5925837e-11 9076139.3 Loop time of 0.0170851 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:34 2021 Pair time (%) = 0.00114417 (6.6969) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192576) Outpt time (%) = 0.015748 (92.1742) Other time (%) = 0.000159979 (0.936366) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28382 ave 28382 max 28382 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28382 Ave neighs/atom = 5.6764 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:34 2021 Memory usage per processor = 27.5467 Mbytes Step Atoms AVEKE stressZZ 23548 5000 9.5925837e-11 9076088.9 23549 -0.0137799999999925 9075968.58995221 23549 5000 9.5919002e-11 9075968.6 Loop time of 0.0178111 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:34 2021 Pair time (%) = 0.00162292 (9.11184) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.207483) Outpt time (%) = 0.0159791 (89.7142) Other time (%) = 0.000172138 (0.966468) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28382 ave 28382 max 28382 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28382 Ave neighs/atom = 5.6764 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:34 2021 Memory usage per processor = 27.5467 Mbytes Step Atoms AVEKE stressZZ 23549 5000 9.5919002e-11 9075918.2 23550 -0.0137799999999925 9075797.92536967 23550 5000 9.5912168e-11 9075797.9 Loop time of 0.020412 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:34 2021 Pair time (%) = 0.00117612 (5.76191) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.156516) Outpt time (%) = 0.01911 (93.6214) Other time (%) = 9.39369e-05 (0.460205) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28382 ave 28382 max 28382 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28382 Ave neighs/atom = 5.6764 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:34 2021 Memory usage per processor = 27.5467 Mbytes Step Atoms AVEKE stressZZ 23550 5000 9.5912168e-11 9075747.5 23551 -0.0137799999999925 9075627.26971955 23551 5000 9.5905335e-11 9075627.3 Loop time of 0.0175221 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:34 2021 Pair time (%) = 0.00113893 (6.49994) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18233) Outpt time (%) = 0.0162592 (92.7925) Other time (%) = 9.20296e-05 (0.52522) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28382 ave 28382 max 28382 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28382 Ave neighs/atom = 5.6764 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:34 2021 Memory usage per processor = 27.5467 Mbytes Step Atoms AVEKE stressZZ 23551 5000 9.5905335e-11 9075576.9 23552 -0.0137799999999925 9075456.62303258 23552 5000 9.5898502e-11 9075456.6 Loop time of 0.017874 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:34 2021 Pair time (%) = 0.00113106 (6.32795) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.180074) Outpt time (%) = 0.0166161 (92.9624) Other time (%) = 9.46522e-05 (0.529552) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28382 ave 28382 max 28382 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28382 Ave neighs/atom = 5.6764 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:34 2021 Memory usage per processor = 27.5467 Mbytes Step Atoms AVEKE stressZZ 23552 5000 9.5898502e-11 9075406.2 23553 -0.0137799999999925 9075285.98533575 23553 5000 9.589167e-11 9075286 Loop time of 0.017267 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:34 2021 Pair time (%) = 0.00140381 (8.13001) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.277536) Outpt time (%) = 0.0155931 (90.3056) Other time (%) = 0.000222206 (1.28688) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28382 ave 28382 max 28382 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28382 Ave neighs/atom = 5.6764 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:34 2021 Memory usage per processor = 27.5467 Mbytes Step Atoms AVEKE stressZZ 23553 5000 9.589167e-11 9075235.6 23554 -0.0137799999999925 9075115.35660135 23554 5000 9.5884839e-11 9075115.4 Loop time of 0.0177622 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:34 2021 Pair time (%) = 0.00119901 (6.75034) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.191946) Outpt time (%) = 0.0164218 (92.4537) Other time (%) = 0.000107288 (0.604027) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28382 ave 28382 max 28382 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28382 Ave neighs/atom = 5.6764 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:34 2021 Memory usage per processor = 27.5467 Mbytes Step Atoms AVEKE stressZZ 23554 5000 9.5884839e-11 9075065 23555 -0.0137799999999925 9074944.73682061 23555 5000 9.5878009e-11 9074944.7 Loop time of 0.017678 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:34 2021 Pair time (%) = 0.00113702 (6.43182) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.180722) Outpt time (%) = 0.0164158 (92.8601) Other time (%) = 9.32217e-05 (0.527331) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28382 ave 28382 max 28382 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28382 Ave neighs/atom = 5.6764 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:34 2021 Memory usage per processor = 27.5467 Mbytes Step Atoms AVEKE stressZZ 23555 5000 9.5878009e-11 9074894.4 23556 -0.0137799999999925 9074774.1259888 23556 5000 9.587118e-11 9074774.1 Loop time of 0.0169659 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:34 2021 Pair time (%) = 0.00114202 (6.73131) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188308) Outpt time (%) = 0.0157039 (92.5618) Other time (%) = 8.79765e-05 (0.51855) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28382 ave 28382 max 28382 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28382 Ave neighs/atom = 5.6764 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:34 2021 Memory usage per processor = 27.5467 Mbytes Step Atoms AVEKE stressZZ 23556 5000 9.587118e-11 9074723.8 23557 -0.0137799999999925 9074603.52410247 23557 5000 9.5864351e-11 9074603.5 Loop time of 0.0173349 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:34 2021 Pair time (%) = 0.00143385 (8.27144) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.214557) Outpt time (%) = 0.015712 (90.6379) Other time (%) = 0.000151873 (0.876107) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28382 ave 28382 max 28382 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28382 Ave neighs/atom = 5.6764 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:34 2021 Memory usage per processor = 27.5467 Mbytes Step Atoms AVEKE stressZZ 23557 5000 9.5864351e-11 9074553.1 23558 -0.0137799999999925 9074432.93119277 23558 5000 9.5857523e-11 9074432.9 Loop time of 0.0175302 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:34 2021 Pair time (%) = 0.0011878 (6.77574) Neigh time (%) = 0 (0) Comm time (%) = 4.88758e-05 (0.278809) Outpt time (%) = 0.0161452 (92.0995) Other time (%) = 0.000148296 (0.845948) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28382 ave 28382 max 28382 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28382 Ave neighs/atom = 5.6764 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:34 2021 Memory usage per processor = 27.5467 Mbytes Step Atoms AVEKE stressZZ 23558 5000 9.5857523e-11 9074382.6 23559 -0.0137799999999925 9074262.34725212 23559 5000 9.5850696e-11 9074262.3 Loop time of 0.017817 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:34 2021 Pair time (%) = 0.0012641 (7.09487) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.191356) Outpt time (%) = 0.016355 (91.7945) Other time (%) = 0.000163794 (0.91931) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28382 ave 28382 max 28382 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28382 Ave neighs/atom = 5.6764 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:34 2021 Memory usage per processor = 27.5467 Mbytes Step Atoms AVEKE stressZZ 23559 5000 9.5850696e-11 9074212 23560 -0.0137799999999925 9074091.77227047 23560 5000 9.584387e-11 9074091.8 Loop time of 0.0195439 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:34 2021 Pair time (%) = 0.00118089 (6.04223) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.158589) Outpt time (%) = 0.0182378 (93.3173) Other time (%) = 9.41753e-05 (0.481866) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28382 ave 28382 max 28382 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28382 Ave neighs/atom = 5.6764 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:34 2021 Memory usage per processor = 27.5467 Mbytes Step Atoms AVEKE stressZZ 23560 5000 9.584387e-11 9074041.4 23561 -0.0137799999999925 9073921.20624682 23561 5000 9.5837044e-11 9073921.2 Loop time of 0.0171621 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:34 2021 Pair time (%) = 0.00120616 (7.02805) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191712) Outpt time (%) = 0.0157909 (92.0106) Other time (%) = 0.000132084 (0.769626) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28382 ave 28382 max 28382 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28382 Ave neighs/atom = 5.6764 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:34 2021 Memory usage per processor = 27.5467 Mbytes Step Atoms AVEKE stressZZ 23561 5000 9.5837044e-11 9073870.8 23562 -0.0137799999999925 9073750.64916658 23562 5000 9.583022e-11 9073750.6 Loop time of 0.017848 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:34 2021 Pair time (%) = 0.00136685 (7.6583) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.184344) Outpt time (%) = 0.0163069 (91.3652) Other time (%) = 0.000141382 (0.792145) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28382 ave 28382 max 28382 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28382 Ave neighs/atom = 5.6764 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:34 2021 Memory usage per processor = 27.5467 Mbytes Step Atoms AVEKE stressZZ 23562 5000 9.583022e-11 9073700.3 23563 -0.0137799999999925 9073580.10102541 23563 5000 9.5823396e-11 9073580.1 Loop time of 0.0178671 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:34 2021 Pair time (%) = 0.00117087 (6.55324) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.173472) Outpt time (%) = 0.0165679 (92.7288) Other time (%) = 9.72748e-05 (0.544436) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28382 ave 28382 max 28382 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28382 Ave neighs/atom = 5.6764 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:34 2021 Memory usage per processor = 27.5467 Mbytes Step Atoms AVEKE stressZZ 23563 5000 9.5823396e-11 9073529.7 23564 -0.0137799999999925 9073409.56182072 23564 5000 9.5816573e-11 9073409.6 Loop time of 0.016973 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:34 2021 Pair time (%) = 0.00117612 (6.92934) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.18261) Outpt time (%) = 0.0156431 (92.1646) Other time (%) = 0.000122786 (0.723416) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28382 ave 28382 max 28382 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28382 Ave neighs/atom = 5.6764 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:34 2021 Memory usage per processor = 27.5467 Mbytes Step Atoms AVEKE stressZZ 23564 5000 9.5816573e-11 9073359.2 23565 -0.0137799999999925 9073239.03155022 23565 5000 9.580975e-11 9073239 Loop time of 0.017467 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:34 2021 Pair time (%) = 0.00131202 (7.5114) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.20065) Outpt time (%) = 0.0160022 (91.6137) Other time (%) = 0.000117779 (0.674292) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28382 ave 28382 max 28382 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28382 Ave neighs/atom = 5.6764 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:34 2021 Memory usage per processor = 27.5467 Mbytes Step Atoms AVEKE stressZZ 23565 5000 9.580975e-11 9073188.7 23566 -0.0137799999999925 9073068.51021159 23566 5000 9.5802929e-11 9073068.5 Loop time of 0.0167339 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:34 2021 Pair time (%) = 0.00113487 (6.78188) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.185219) Outpt time (%) = 0.0154769 (92.4886) Other time (%) = 9.10759e-05 (0.54426) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28382 ave 28382 max 28382 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28382 Ave neighs/atom = 5.6764 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:34 2021 Memory usage per processor = 27.5467 Mbytes Step Atoms AVEKE stressZZ 23566 5000 9.5802929e-11 9073018.1 23567 -0.0137799999999925 9072897.99779102 23567 5000 9.5796108e-11 9072898 Loop time of 0.0169499 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:34 2021 Pair time (%) = 0.00117803 (6.95005) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188486) Outpt time (%) = 0.0156529 (92.3481) Other time (%) = 8.70228e-05 (0.513412) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28382 ave 28382 max 28382 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28382 Ave neighs/atom = 5.6764 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:34 2021 Memory usage per processor = 27.5467 Mbytes Step Atoms AVEKE stressZZ 23567 5000 9.5796108e-11 9072847.6 23568 -0.0137799999999925 9072727.49429192 23568 5000 9.5789288e-11 9072727.5 Loop time of 0.016659 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:34 2021 Pair time (%) = 0.00113606 (6.81952) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191777) Outpt time (%) = 0.0154021 (92.4549) Other time (%) = 8.89301e-05 (0.533826) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28382 ave 28382 max 28382 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28382 Ave neighs/atom = 5.6764 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:34 2021 Memory usage per processor = 27.5467 Mbytes Step Atoms AVEKE stressZZ 23568 5000 9.5789288e-11 9072677.1 23569 -0.0137799999999925 9072556.99971796 23569 5000 9.5782469e-11 9072557 Loop time of 0.01824 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:34 2021 Pair time (%) = 0.00128317 (7.03493) Neigh time (%) = 0 (0) Comm time (%) = 5.60284e-05 (0.307173) Outpt time (%) = 0.016732 (91.7325) Other time (%) = 0.0001688 (0.925442) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28382 ave 28382 max 28382 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28382 Ave neighs/atom = 5.6764 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:34 2021 Memory usage per processor = 27.5467 Mbytes Step Atoms AVEKE stressZZ 23569 5000 9.5782469e-11 9072506.6 23570 -0.0137799999999925 9072386.51406782 23570 5000 9.5775651e-11 9072386.5 Loop time of 0.02038 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:34 2021 Pair time (%) = 0.00117898 (5.78498) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.162611) Outpt time (%) = 0.0190661 (93.5529) Other time (%) = 0.000101805 (0.499532) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28382 ave 28382 max 28382 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28382 Ave neighs/atom = 5.6764 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:34 2021 Memory usage per processor = 27.5467 Mbytes Step Atoms AVEKE stressZZ 23570 5000 9.5775651e-11 9072336.2 23571 -0.0137799999999925 9072216.03733971 23571 5000 9.5768833e-11 9072216 Loop time of 0.016973 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:34 2021 Pair time (%) = 0.00113201 (6.66948) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188229) Outpt time (%) = 0.0157149 (92.5874) Other time (%) = 9.41753e-05 (0.554853) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28382 ave 28382 max 28382 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28382 Ave neighs/atom = 5.6764 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:34 2021 Memory usage per processor = 27.5467 Mbytes Step Atoms AVEKE stressZZ 23571 5000 9.5768833e-11 9072165.7 23572 -0.0137799999999925 9072045.56953225 23572 5000 9.5762016e-11 9072045.6 Loop time of 0.0172319 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:34 2021 Pair time (%) = 0.00131607 (7.63739) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.21999) Outpt time (%) = 0.0157349 (91.3125) Other time (%) = 0.000143051 (0.830151) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28382 ave 28382 max 28382 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28382 Ave neighs/atom = 5.6764 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:34 2021 Memory usage per processor = 27.5467 Mbytes Step Atoms AVEKE stressZZ 23572 5000 9.5762016e-11 9071995.2 23573 -0.0137799999999925 9071875.11064387 23573 5000 9.57552e-11 9071875.1 Loop time of 0.017911 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:34 2021 Pair time (%) = 0.00122809 (6.85666) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.185027) Outpt time (%) = 0.0165529 (92.4179) Other time (%) = 9.67979e-05 (0.54044) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28382 ave 28382 max 28382 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28382 Ave neighs/atom = 5.6764 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:27:34 2021 Memory usage per processor = 27.5467 Mbytes Step Atoms AVEKE stressZZ 23573 5000 9.57552e-11 9071824.8 23574 -0.0137799999999925 9071681.0819408 23574 5000 1.888709e-10 9071980 Loop time of 0.017684 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:34 2021 Pair time (%) = 0.00126195 (7.13612) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.186054) Outpt time (%) = 0.0162468 (91.8729) Other time (%) = 0.000142336 (0.804886) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2576 ave 2576 max 2576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28382 ave 28382 max 28382 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28382 Ave neighs/atom = 5.6764 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:34 2021 Memory usage per processor = 27.5467 Mbytes Step Atoms AVEKE stressZZ 23574 5000 1.888709e-10 9141692.2 23575 -0.0138124999999925 9141534.03680131 23575 5000 1.5193823e-10 9141534 Loop time of 0.0171611 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:34 2021 Pair time (%) = 0.001194 (6.95758) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186165) Outpt time (%) = 0.015794 (92.0338) Other time (%) = 0.000141144 (0.822462) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:34 2021 Memory usage per processor = 27.5467 Mbytes Step Atoms AVEKE stressZZ 23575 5000 1.5193823e-10 9141465.9 23576 -0.0138124999999925 9141321.14336055 23576 5000 1.3055404e-10 9141321.1 Loop time of 0.017313 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:35 2021 Pair time (%) = 0.00148487 (8.57662) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.21896) Outpt time (%) = 0.0156331 (90.2969) Other time (%) = 0.000157118 (0.907513) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:35 2021 Memory usage per processor = 27.5467 Mbytes Step Atoms AVEKE stressZZ 23576 5000 1.3055404e-10 9141259.3 23577 -0.0138124999999925 9141123.09797375 23577 5000 1.1780561e-10 9141123.1 Loop time of 0.017689 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:35 2021 Pair time (%) = 0.00118089 (6.67583) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18061) Outpt time (%) = 0.016377 (92.5829) Other time (%) = 9.91821e-05 (0.5607) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:35 2021 Memory usage per processor = 27.5467 Mbytes Step Atoms AVEKE stressZZ 23577 5000 1.1780561e-10 9141065.3 23578 -0.0138124999999925 9140934.49196061 23578 5000 1.1004225e-10 9140934.5 Loop time of 0.0176749 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:35 2021 Pair time (%) = 0.0012579 (7.11684) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.186149) Outpt time (%) = 0.016279 (92.1021) Other time (%) = 0.000105143 (0.594869) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:35 2021 Memory usage per processor = 27.5467 Mbytes Step Atoms AVEKE stressZZ 23578 5000 1.1004225e-10 9140879.2 23579 -0.0138124999999925 9140751.88804137 23579 5000 1.0524377e-10 9140751.9 Loop time of 0.017 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:35 2021 Pair time (%) = 0.00114202 (6.71781) Neigh time (%) = 0 (0) Comm time (%) = 4.19617e-05 (0.246834) Outpt time (%) = 0.0156679 (92.1644) Other time (%) = 0.000148058 (0.870931) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:35 2021 Memory usage per processor = 27.5467 Mbytes Step Atoms AVEKE stressZZ 23579 5000 1.0524377e-10 9140698.2 23580 -0.0138124999999925 9140573.10181557 23580 5000 1.022474e-10 9140573.1 Loop time of 0.0201919 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:35 2021 Pair time (%) = 0.00149488 (7.40338) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.173572) Outpt time (%) = 0.0184879 (91.5611) Other time (%) = 0.000174046 (0.861957) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:35 2021 Memory usage per processor = 27.5468 Mbytes Step Atoms AVEKE stressZZ 23580 5000 1.022474e-10 9140520.4 23581 -0.0138124999999925 9140396.7450752 23581 5000 1.0036314e-10 9140396.7 Loop time of 0.0177751 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:35 2021 Pair time (%) = 0.00125289 (7.04858) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.185101) Outpt time (%) = 0.016387 (92.1909) Other time (%) = 0.000102282 (0.575422) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:35 2021 Memory usage per processor = 27.5468 Mbytes Step Atoms AVEKE stressZZ 23581 5000 1.0036314e-10 9140344.7 23582 -0.0138124999999925 9140221.93559924 23582 5000 9.9172245e-11 9140221.9 Loop time of 0.0178142 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:35 2021 Pair time (%) = 0.00113916 (6.39471) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.179341) Outpt time (%) = 0.0165482 (92.8933) Other time (%) = 9.48906e-05 (0.53267) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:35 2021 Memory usage per processor = 27.5468 Mbytes Step Atoms AVEKE stressZZ 23582 5000 9.9172245e-11 9140170.3 23583 -0.0138124999999925 9140048.11271758 23583 5000 9.8416568e-11 9140048.1 Loop time of 0.0170419 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:35 2021 Pair time (%) = 0.00118017 (6.92511) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187468) Outpt time (%) = 0.0156901 (92.0676) Other time (%) = 0.000139713 (0.819821) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:35 2021 Memory usage per processor = 27.5468 Mbytes Step Atoms AVEKE stressZZ 23583 5000 9.8416568e-11 9139996.8 23584 -0.0138124999999925 9139874.92011964 23584 5000 9.7935289e-11 9139874.9 Loop time of 0.017369 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:35 2021 Pair time (%) = 0.00126505 (7.28336) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.201782) Outpt time (%) = 0.0158989 (91.5361) Other time (%) = 0.000169992 (0.97871) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:35 2021 Memory usage per processor = 27.5468 Mbytes Step Atoms AVEKE stressZZ 23584 5000 9.7935289e-11 9139823.8 23585 -0.0138124999999925 9139702.13137748 23585 5000 9.7627509e-11 9139702.1 Loop time of 0.0179472 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:35 2021 Pair time (%) = 0.00117493 (6.54658) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.178012) Outpt time (%) = 0.016624 (92.6271) Other time (%) = 0.000116348 (0.648281) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:35 2021 Memory usage per processor = 27.5468 Mbytes Step Atoms AVEKE stressZZ 23585 5000 9.7627509e-11 9139651.1 23586 -0.0138124999999925 9139529.60258718 23586 5000 9.742963e-11 9139529.6 Loop time of 0.0177541 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:35 2021 Pair time (%) = 0.00113606 (6.39889) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.174576) Outpt time (%) = 0.0164921 (92.8921) Other time (%) = 9.48906e-05 (0.534472) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:35 2021 Memory usage per processor = 27.5468 Mbytes Step Atoms AVEKE stressZZ 23586 5000 9.742963e-11 9139478.6 23587 -0.0138124999999925 9139357.24229497 23587 5000 9.7301449e-11 9139357.2 Loop time of 0.0170641 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:35 2021 Pair time (%) = 0.00113487 (6.65065) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.188621) Outpt time (%) = 0.015805 (92.6214) Other time (%) = 9.20296e-05 (0.539317) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:35 2021 Memory usage per processor = 27.5468 Mbytes Step Atoms AVEKE stressZZ 23587 5000 9.7301449e-11 9139306.3 23588 -0.0138124999999925 9139184.9923813 23588 5000 9.7217504e-11 9139185 Loop time of 0.0175409 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:35 2021 Pair time (%) = 0.00138402 (7.89023) Neigh time (%) = 0 (0) Comm time (%) = 5.29289e-05 (0.301745) Outpt time (%) = 0.0159769 (91.0836) Other time (%) = 0.000127077 (0.72446) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:35 2021 Memory usage per processor = 27.5468 Mbytes Step Atoms AVEKE stressZZ 23588 5000 9.7217504e-11 9139134.1 23589 -0.0138124999999925 9139012.81590947 23589 5000 9.7161647e-11 9139012.8 Loop time of 0.0181179 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:35 2021 Pair time (%) = 0.00120711 (6.66254) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.176334) Outpt time (%) = 0.016777 (92.5992) Other time (%) = 0.000101805 (0.561901) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:35 2021 Memory usage per processor = 27.5468 Mbytes Step Atoms AVEKE stressZZ 23589 5000 9.7161647e-11 9138961.9 23590 -0.0138124999999925 9138840.6894055 23590 5000 9.7123631e-11 9138840.7 Loop time of 0.0201471 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:35 2021 Pair time (%) = 0.00118518 (5.88263) Neigh time (%) = 0 (0) Comm time (%) = 4.50611e-05 (0.223661) Outpt time (%) = 0.0187981 (93.3044) Other time (%) = 0.000118732 (0.589328) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:35 2021 Memory usage per processor = 27.5468 Mbytes Step Atoms AVEKE stressZZ 23590 5000 9.7123631e-11 9138789.8 23591 -0.0138124999999925 9138668.59795083 23591 5000 9.7096949e-11 9138668.6 Loop time of 0.016974 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:35 2021 Pair time (%) = 0.00113416 (6.68174) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.1826) Outpt time (%) = 0.0157149 (92.5822) Other time (%) = 9.39369e-05 (0.553417) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:35 2021 Memory usage per processor = 27.5468 Mbytes Step Atoms AVEKE stressZZ 23591 5000 9.7096949e-11 9138617.7 23592 -0.0138124999999925 9138496.53206411 23592 5000 9.7077468e-11 9138496.5 Loop time of 0.017307 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:35 2021 Pair time (%) = 0.0014689 (8.48728) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.202504) Outpt time (%) = 0.0156789 (90.5925) Other time (%) = 0.000124216 (0.71772) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:35 2021 Memory usage per processor = 27.5468 Mbytes Step Atoms AVEKE stressZZ 23592 5000 9.7077468e-11 9138445.7 23593 -0.0138124999999925 9138324.48571933 23593 5000 9.7062564e-11 9138324.5 Loop time of 0.0178881 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:35 2021 Pair time (%) = 0.0012188 (6.81346) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.201258) Outpt time (%) = 0.01652 (92.3522) Other time (%) = 0.000113249 (0.633097) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:35 2021 Memory usage per processor = 27.5468 Mbytes Step Atoms AVEKE stressZZ 23593 5000 9.7062564e-11 9138273.6 23594 -0.0138124999999925 9138152.45508652 23594 5000 9.7050568e-11 9138152.5 Loop time of 0.0181448 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:35 2021 Pair time (%) = 0.00157213 (8.66435) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.203666) Outpt time (%) = 0.016392 (90.3397) Other time (%) = 0.000143766 (0.792326) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:35 2021 Memory usage per processor = 27.5468 Mbytes Step Atoms AVEKE stressZZ 23594 5000 9.7050568e-11 9138101.6 23595 -0.0138124999999925 9137980.43773114 23595 5000 9.7040421e-11 9137980.4 Loop time of 0.017514 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:35 2021 Pair time (%) = 0.00117111 (6.68672) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.189221) Outpt time (%) = 0.0162029 (92.5142) Other time (%) = 0.000106812 (0.609864) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:35 2021 Memory usage per processor = 27.5468 Mbytes Step Atoms AVEKE stressZZ 23595 5000 9.7040421e-11 9137929.6 23596 -0.0138124999999925 9137808.43210547 23596 5000 9.7031448e-11 9137808.4 Loop time of 0.01706 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:35 2021 Pair time (%) = 0.00118899 (6.96946) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.198449) Outpt time (%) = 0.0157351 (92.2339) Other time (%) = 0.000102043 (0.598141) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:35 2021 Memory usage per processor = 27.5468 Mbytes Step Atoms AVEKE stressZZ 23596 5000 9.7031448e-11 9137757.6 23597 -0.0138124999999925 9137636.43722587 23597 5000 9.7023222e-11 9137636.4 Loop time of 0.017957 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:35 2021 Pair time (%) = 0.00120497 (6.7103) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.189864) Outpt time (%) = 0.016573 (92.2926) Other time (%) = 0.000144958 (0.807255) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:35 2021 Memory usage per processor = 27.5468 Mbytes Step Atoms AVEKE stressZZ 23597 5000 9.7023222e-11 9137585.6 23598 -0.0138124999999925 9137464.45246606 23598 5000 9.7015471e-11 9137464.5 Loop time of 0.017771 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:35 2021 Pair time (%) = 0.00113893 (6.4089) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.17441) Outpt time (%) = 0.0165122 (92.9163) Other time (%) = 8.89301e-05 (0.500423) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:35 2021 Memory usage per processor = 27.5468 Mbytes Step Atoms AVEKE stressZZ 23598 5000 9.7015471e-11 9137413.6 23599 -0.0138124999999925 9137292.47742841 23599 5000 9.7008022e-11 9137292.5 Loop time of 0.0170419 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:35 2021 Pair time (%) = 0.00113821 (6.67888) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187468) Outpt time (%) = 0.0157781 (92.5838) Other time (%) = 9.36985e-05 (0.549812) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:35 2021 Memory usage per processor = 27.5468 Mbytes Step Atoms AVEKE stressZZ 23599 5000 9.7008022e-11 9137241.6 23600 -0.0138124999999925 9137120.51185913 23600 5000 9.7000766e-11 9137120.5 Loop time of 0.0198071 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:35 2021 Pair time (%) = 0.00138712 (7.00314) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.192592) Outpt time (%) = 0.0182409 (92.0929) Other time (%) = 0.000140905 (0.711388) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:35 2021 Memory usage per processor = 27.5468 Mbytes Step Atoms AVEKE stressZZ 23600 5000 9.7000766e-11 9137069.7 23601 -0.0138124999999925 9136948.55559698 23601 5000 9.6993632e-11 9136948.6 Loop time of 0.0179639 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:35 2021 Pair time (%) = 0.00148392 (8.26056) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.193773) Outpt time (%) = 0.0162899 (90.6817) Other time (%) = 0.00015521 (0.864014) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:35 2021 Memory usage per processor = 27.5468 Mbytes Step Atoms AVEKE stressZZ 23601 5000 9.6993632e-11 9136897.7 23602 -0.0138124999999925 9136776.60853871 23602 5000 9.6986576e-11 9136776.6 Loop time of 0.017607 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:35 2021 Pair time (%) = 0.00114083 (6.47944) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.181451) Outpt time (%) = 0.016341 (92.8097) Other time (%) = 9.32217e-05 (0.529459) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:35 2021 Memory usage per processor = 27.5468 Mbytes Step Atoms AVEKE stressZZ 23602 5000 9.6986576e-11 9136725.8 23603 -0.0138124999999925 9136604.67061858 23603 5000 9.697957e-11 9136604.7 Loop time of 0.0173569 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:35 2021 Pair time (%) = 0.00113201 (6.52198) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.178571) Outpt time (%) = 0.0160699 (92.5852) Other time (%) = 0.000123978 (0.714286) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:35 2021 Memory usage per processor = 27.5468 Mbytes Step Atoms AVEKE stressZZ 23603 5000 9.697957e-11 9136553.8 23604 -0.0138124999999925 9136432.74179424 23604 5000 9.6972596e-11 9136432.7 Loop time of 0.0170639 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:35 2021 Pair time (%) = 0.00116897 (6.85054) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.198404) Outpt time (%) = 0.015758 (92.3475) Other time (%) = 0.000102997 (0.603596) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:35 2021 Memory usage per processor = 27.5468 Mbytes Step Atoms AVEKE stressZZ 23604 5000 9.6972596e-11 9136381.9 23605 -0.0138124999999925 9136260.82203842 23605 5000 9.6965643e-11 9136260.8 Loop time of 0.017875 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:35 2021 Pair time (%) = 0.0013051 (7.3013) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.1854) Outpt time (%) = 0.0163651 (91.553) Other time (%) = 0.000171661 (0.960346) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:35 2021 Memory usage per processor = 27.5468 Mbytes Step Atoms AVEKE stressZZ 23605 5000 9.6965643e-11 9136210 23606 -0.0138124999999925 9136088.91133322 23606 5000 9.6958703e-11 9136088.9 Loop time of 0.0177751 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:35 2021 Pair time (%) = 0.00113893 (6.40744) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.179735) Outpt time (%) = 0.0165122 (92.8951) Other time (%) = 9.20296e-05 (0.517746) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:35 2021 Memory usage per processor = 27.5468 Mbytes Step Atoms AVEKE stressZZ 23606 5000 9.6958703e-11 9136038.1 23607 -0.0138124999999925 9135917.00966708 23607 5000 9.6951772e-11 9135917 Loop time of 0.016906 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:35 2021 Pair time (%) = 0.00113487 (6.71283) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.190385) Outpt time (%) = 0.0156469 (92.5524) Other time (%) = 9.20296e-05 (0.54436) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:35 2021 Memory usage per processor = 27.5468 Mbytes Step Atoms AVEKE stressZZ 23607 5000 9.6951772e-11 9135866.2 23608 -0.0138124999999925 9135745.11703232 23608 5000 9.6944847e-11 9135745.1 Loop time of 0.0169399 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:35 2021 Pair time (%) = 0.00117111 (6.91334) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.271636) Outpt time (%) = 0.015614 (92.1732) Other time (%) = 0.000108719 (0.641793) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:35 2021 Memory usage per processor = 27.5468 Mbytes Step Atoms AVEKE stressZZ 23608 5000 9.6944847e-11 9135694.3 23609 -0.0138124999999925 9135573.23342313 23609 5000 9.6937926e-11 9135573.2 Loop time of 0.0166011 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:35 2021 Pair time (%) = 0.00113916 (6.86198) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.186701) Outpt time (%) = 0.015342 (92.4156) Other time (%) = 8.89301e-05 (0.535689) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:35 2021 Memory usage per processor = 27.5468 Mbytes Step Atoms AVEKE stressZZ 23609 5000 9.6937926e-11 9135522.4 23610 -0.0138124999999925 9135401.35883621 23610 5000 9.6931008e-11 9135401.4 Loop time of 0.0194919 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:35 2021 Pair time (%) = 0.00120091 (6.16109) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.163904) Outpt time (%) = 0.018111 (92.9154) Other time (%) = 0.000148058 (0.759587) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:35 2021 Memory usage per processor = 27.5468 Mbytes Step Atoms AVEKE stressZZ 23610 5000 9.6931008e-11 9135350.5 23611 -0.0138124999999925 9135229.49326832 23611 5000 9.6924092e-11 9135229.5 Loop time of 0.0180399 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:35 2021 Pair time (%) = 0.00113416 (6.28692) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.17181) Outpt time (%) = 0.0167859 (93.0483) Other time (%) = 8.89301e-05 (0.492962) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:35 2021 Memory usage per processor = 27.5468 Mbytes Step Atoms AVEKE stressZZ 23611 5000 9.6924092e-11 9135178.7 23612 -0.0138124999999925 9135057.63671759 23612 5000 9.6917177e-11 9135057.6 Loop time of 0.0172889 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:35 2021 Pair time (%) = 0.00116992 (6.76688) Neigh time (%) = 0 (0) Comm time (%) = 4.50611e-05 (0.260636) Outpt time (%) = 0.015975 (92.4002) Other time (%) = 9.89437e-05 (0.572295) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:35 2021 Memory usage per processor = 27.5468 Mbytes Step Atoms AVEKE stressZZ 23612 5000 9.6917177e-11 9135006.8 23613 -0.0138124999999925 9134885.78918218 23613 5000 9.6910264e-11 9134885.8 Loop time of 0.017097 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:35 2021 Pair time (%) = 0.00124502 (7.28211) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.19802) Outpt time (%) = 0.0157142 (91.9119) Other time (%) = 0.000103951 (0.608004) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:35 2021 Memory usage per processor = 27.5468 Mbytes Step Atoms AVEKE stressZZ 23613 5000 9.6910264e-11 9134835 23614 -0.0138124999999925 9134713.95066054 23614 5000 9.6903352e-11 9134714 Loop time of 0.0178361 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:35 2021 Pair time (%) = 0.00138187 (7.74763) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.184467) Outpt time (%) = 0.0162971 (91.3715) Other time (%) = 0.000124216 (0.696431) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:35 2021 Memory usage per processor = 27.5468 Mbytes Step Atoms AVEKE stressZZ 23614 5000 9.6903352e-11 9134663.1 23615 -0.0138124999999925 9134542.12115139 23615 5000 9.6896441e-11 9134542.1 Loop time of 0.0181391 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:35 2021 Pair time (%) = 0.00117111 (6.45628) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.170871) Outpt time (%) = 0.0168421 (92.8497) Other time (%) = 9.48906e-05 (0.523127) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:35 2021 Memory usage per processor = 27.5468 Mbytes Step Atoms AVEKE stressZZ 23615 5000 9.6896441e-11 9134491.3 23616 -0.0138124999999925 9134370.30065345 23616 5000 9.6889531e-11 9134370.3 Loop time of 0.0171809 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:35 2021 Pair time (%) = 0.00126719 (7.37559) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.197053) Outpt time (%) = 0.0157428 (91.6294) Other time (%) = 0.000137091 (0.797924) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:35 2021 Memory usage per processor = 27.5468 Mbytes Step Atoms AVEKE stressZZ 23616 5000 9.6889531e-11 9134319.5 23617 -0.0138124999999925 9134198.48916568 23617 5000 9.6882622e-11 9134198.5 Loop time of 0.0172942 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:35 2021 Pair time (%) = 0.00133514 (7.7202) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.213684) Outpt time (%) = 0.0158072 (91.4016) Other time (%) = 0.000114918 (0.664488) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:35 2021 Memory usage per processor = 27.5468 Mbytes Step Atoms AVEKE stressZZ 23617 5000 9.6882622e-11 9134147.7 23618 -0.0138124999999925 9134026.68670945 23618 5000 9.6875714e-11 9134026.7 Loop time of 0.0178308 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:36 2021 Pair time (%) = 0.00122809 (6.88747) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.191207) Outpt time (%) = 0.0164609 (92.3169) Other time (%) = 0.000107765 (0.604375) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:36 2021 Memory usage per processor = 27.5468 Mbytes Step Atoms AVEKE stressZZ 23618 5000 9.6875714e-11 9133975.9 23619 -0.0138124999999925 9133854.89332364 23619 5000 9.6868806e-11 9133854.9 Loop time of 0.0178061 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:36 2021 Pair time (%) = 0.00121403 (6.81806) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.179423) Outpt time (%) = 0.0164392 (92.3237) Other time (%) = 0.000120878 (0.67886) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:36 2021 Memory usage per processor = 27.5468 Mbytes Step Atoms AVEKE stressZZ 23619 5000 9.6868806e-11 9133804.1 23620 -0.0138124999999925 9133683.1089796 23620 5000 9.68619e-11 9133683.1 Loop time of 0.0198829 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:36 2021 Pair time (%) = 0.00117588 (5.91402) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.166677) Outpt time (%) = 0.0185759 (93.4265) Other time (%) = 9.799e-05 (0.492835) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:36 2021 Memory usage per processor = 27.5468 Mbytes Step Atoms AVEKE stressZZ 23620 5000 9.68619e-11 9133632.3 23621 -0.0138124999999925 9133511.33366805 23621 5000 9.6854994e-11 9133511.3 Loop time of 0.0169649 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:36 2021 Pair time (%) = 0.00116992 (6.89612) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.199562) Outpt time (%) = 0.015661 (92.3141) Other time (%) = 0.000100136 (0.590252) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:36 2021 Memory usage per processor = 27.5468 Mbytes Step Atoms AVEKE stressZZ 23621 5000 9.6854994e-11 9133460.5 23622 -0.0138124999999925 9133339.56738397 23622 5000 9.6848089e-11 9133339.6 Loop time of 0.017894 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:36 2021 Pair time (%) = 0.00131798 (7.36546) Neigh time (%) = 0 (0) Comm time (%) = 5.6982e-05 (0.318442) Outpt time (%) = 0.0163329 (91.2755) Other time (%) = 0.000186205 (1.0406) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:36 2021 Memory usage per processor = 27.5468 Mbytes Step Atoms AVEKE stressZZ 23622 5000 9.6848089e-11 9133288.8 23623 -0.0138124999999925 9133167.81013453 23623 5000 9.6841185e-11 9133167.8 Loop time of 0.0175381 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:36 2021 Pair time (%) = 0.00116897 (6.66531) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182164) Outpt time (%) = 0.016243 (92.6156) Other time (%) = 9.41753e-05 (0.536977) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:36 2021 Memory usage per processor = 27.5468 Mbytes Step Atoms AVEKE stressZZ 23623 5000 9.6841185e-11 9133117 23624 -0.0138124999999925 9132996.06192037 23624 5000 9.6834281e-11 9132996.1 Loop time of 0.017473 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:36 2021 Pair time (%) = 0.00121307 (6.94257) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.263348) Outpt time (%) = 0.0160742 (91.9945) Other time (%) = 0.000139713 (0.799596) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:36 2021 Memory usage per processor = 27.5468 Mbytes Step Atoms AVEKE stressZZ 23624 5000 9.6834281e-11 9132945.3 23625 -0.0138124999999925 9132824.32273354 23625 5000 9.6827379e-11 9132824.3 Loop time of 0.016932 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:36 2021 Pair time (%) = 0.00121307 (7.16438) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.201357) Outpt time (%) = 0.0155809 (92.0203) Other time (%) = 0.000103951 (0.613929) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:36 2021 Memory usage per processor = 27.5468 Mbytes Step Atoms AVEKE stressZZ 23625 5000 9.6827379e-11 9132773.5 23626 -0.0138124999999925 9132652.59257008 23626 5000 9.6820477e-11 9132652.6 Loop time of 0.0178671 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:36 2021 Pair time (%) = 0.00130606 (7.30985) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.190819) Outpt time (%) = 0.0164111 (91.8508) Other time (%) = 0.000115871 (0.648519) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:36 2021 Memory usage per processor = 27.5468 Mbytes Step Atoms AVEKE stressZZ 23626 5000 9.6820477e-11 9132601.8 23627 -0.0138124999999925 9132480.8714277 23627 5000 9.6813576e-11 9132480.9 Loop time of 0.01757 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:36 2021 Pair time (%) = 0.00113797 (6.47678) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.181833) Outpt time (%) = 0.0163081 (92.8176) Other time (%) = 9.20296e-05 (0.523788) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:36 2021 Memory usage per processor = 27.5468 Mbytes Step Atoms AVEKE stressZZ 23627 5000 9.6813576e-11 9132430.1 23628 -0.0138124999999925 9132309.15930441 23628 5000 9.6806676e-11 9132309.2 Loop time of 0.0171781 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:36 2021 Pair time (%) = 0.00113702 (6.61901) Neigh time (%) = 0 (0) Comm time (%) = 4.50611e-05 (0.262318) Outpt time (%) = 0.0158429 (92.2276) Other time (%) = 0.000153065 (0.891048) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:36 2021 Memory usage per processor = 27.5468 Mbytes Step Atoms AVEKE stressZZ 23628 5000 9.6806676e-11 9132258.4 23629 -0.0138124999999925 9132137.45619897 23629 5000 9.6799776e-11 9132137.5 Loop time of 0.0170059 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:36 2021 Pair time (%) = 0.00120592 (7.09118) Neigh time (%) = 0 (0) Comm time (%) = 4.81606e-05 (0.283199) Outpt time (%) = 0.015615 (91.8209) Other time (%) = 0.000136852 (0.804733) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:36 2021 Memory usage per processor = 27.5468 Mbytes Step Atoms AVEKE stressZZ 23629 5000 9.6799776e-11 9132086.7 23630 -0.0138124999999925 9131965.76211089 23630 5000 9.6792878e-11 9131965.8 Loop time of 0.0203209 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:36 2021 Pair time (%) = 0.00119495 (5.88042) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.157218) Outpt time (%) = 0.0189919 (93.4602) Other time (%) = 0.000102043 (0.502159) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:36 2021 Memory usage per processor = 27.5468 Mbytes Step Atoms AVEKE stressZZ 23630 5000 9.6792878e-11 9131915 23631 -0.0138124999999925 9131794.07704407 23631 5000 9.678598e-11 9131794.1 Loop time of 0.0178881 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:36 2021 Pair time (%) = 0.00113392 (6.33897) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.1786) Outpt time (%) = 0.016628 (92.956) Other time (%) = 9.41753e-05 (0.52647) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:36 2021 Memory usage per processor = 27.5468 Mbytes Step Atoms AVEKE stressZZ 23631 5000 9.678598e-11 9131743.3 23632 -0.0138124999999925 9131622.40099139 23632 5000 9.6779083e-11 9131622.4 Loop time of 0.0172369 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:36 2021 Pair time (%) = 0.00113392 (6.57842) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185347) Outpt time (%) = 0.01598 (92.7079) Other time (%) = 9.10759e-05 (0.528376) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:36 2021 Memory usage per processor = 27.5468 Mbytes Step Atoms AVEKE stressZZ 23632 5000 9.6779083e-11 9131571.6 23633 -0.0138124999999925 9131450.73394356 23633 5000 9.6772187e-11 9131450.7 Loop time of 0.0170672 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:36 2021 Pair time (%) = 0.00118899 (6.96654) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.199763) Outpt time (%) = 0.0157411 (92.2302) Other time (%) = 0.000102997 (0.603478) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:36 2021 Memory usage per processor = 27.5468 Mbytes Step Atoms AVEKE stressZZ 23633 5000 9.6772187e-11 9131399.9 23634 -0.0138124999999925 9131279.07589907 23634 5000 9.6765292e-11 9131279.1 Loop time of 0.0178769 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:36 2021 Pair time (%) = 0.00121498 (6.79639) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.178712) Outpt time (%) = 0.0164518 (92.0286) Other time (%) = 0.000178099 (0.996252) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:36 2021 Memory usage per processor = 27.5468 Mbytes Step Atoms AVEKE stressZZ 23634 5000 9.6765292e-11 9131228.3 23635 -0.0138124999999925 9131107.42685628 23635 5000 9.6758397e-11 9131107.4 Loop time of 0.0178161 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:36 2021 Pair time (%) = 0.00113201 (6.35388) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.179322) Outpt time (%) = 0.016561 (92.9556) Other time (%) = 9.10759e-05 (0.511201) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:36 2021 Memory usage per processor = 27.5468 Mbytes Step Atoms AVEKE stressZZ 23635 5000 9.6758397e-11 9131056.6 23636 -0.0138124999999925 9130935.78678193 23636 5000 9.6751503e-11 9130935.8 Loop time of 0.0177422 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:36 2021 Pair time (%) = 0.00134182 (7.56289) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.180069) Outpt time (%) = 0.016247 (91.573) Other time (%) = 0.000121355 (0.683993) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:36 2021 Memory usage per processor = 27.5468 Mbytes Step Atoms AVEKE stressZZ 23636 5000 9.6751503e-11 9130885 23637 -0.0138124999999925 9130764.15570016 23637 5000 9.674461e-11 9130764.2 Loop time of 0.0170979 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:36 2021 Pair time (%) = 0.00125408 (7.33469) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204981) Outpt time (%) = 0.015662 (91.6014) Other time (%) = 0.000146866 (0.858968) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:36 2021 Memory usage per processor = 27.5468 Mbytes Step Atoms AVEKE stressZZ 23637 5000 9.674461e-11 9130713.4 23638 -0.0138124999999925 9130592.53361399 23638 5000 9.6737718e-11 9130592.5 Loop time of 0.017817 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:36 2021 Pair time (%) = 0.00130796 (7.34109) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.186003) Outpt time (%) = 0.0163639 (91.844) Other time (%) = 0.000112057 (0.628931) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:36 2021 Memory usage per processor = 27.5468 Mbytes Step Atoms AVEKE stressZZ 23638 5000 9.6737718e-11 9130541.7 23639 -0.0138124999999925 9130420.92052233 23639 5000 9.6730827e-11 9130420.9 Loop time of 0.0177932 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:36 2021 Pair time (%) = 0.00117517 (6.60458) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.174193) Outpt time (%) = 0.0164931 (92.6933) Other time (%) = 9.39369e-05 (0.527938) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:36 2021 Memory usage per processor = 27.5468 Mbytes Step Atoms AVEKE stressZZ 23639 5000 9.6730827e-11 9130370.1 23640 -0.0138124999999925 9130249.31642361 23640 5000 9.6723936e-11 9130249.3 Loop time of 0.020061 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:36 2021 Pair time (%) = 0.00124717 (6.21687) Neigh time (%) = 0 (0) Comm time (%) = 5.6982e-05 (0.284044) Outpt time (%) = 0.0186431 (92.9322) Other time (%) = 0.000113726 (0.566899) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:36 2021 Memory usage per processor = 27.5468 Mbytes Step Atoms AVEKE stressZZ 23640 5000 9.6723936e-11 9130198.5 23641 -0.0138124999999925 9130077.72131698 23641 5000 9.6717047e-11 9130077.7 Loop time of 0.017324 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:36 2021 Pair time (%) = 0.00117803 (6.79998) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191297) Outpt time (%) = 0.0159671 (92.1678) Other time (%) = 0.000145674 (0.84088) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:36 2021 Memory usage per processor = 27.5468 Mbytes Step Atoms AVEKE stressZZ 23641 5000 9.6717047e-11 9130026.9 23642 -0.0138124999999925 9129906.13520096 23642 5000 9.6710158e-11 9129906.1 Loop time of 0.0179629 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:36 2021 Pair time (%) = 0.00157595 (8.77333) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.212365) Outpt time (%) = 0.016197 (90.1688) Other time (%) = 0.000151873 (0.845478) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:36 2021 Memory usage per processor = 27.5468 Mbytes Step Atoms AVEKE stressZZ 23642 5000 9.6710158e-11 9129855.4 23643 -0.0138124999999925 9129734.55807444 23643 5000 9.670327e-11 9129734.6 Loop time of 0.017693 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:36 2021 Pair time (%) = 0.00113416 (6.41019) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.175179) Outpt time (%) = 0.0164351 (92.8904) Other time (%) = 9.27448e-05 (0.524188) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:36 2021 Memory usage per processor = 27.5468 Mbytes Step Atoms AVEKE stressZZ 23643 5000 9.670327e-11 9129683.8 23644 -0.0138124999999925 9129562.98993617 23644 5000 9.6696382e-11 9129563 Loop time of 0.017513 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:36 2021 Pair time (%) = 0.00113392 (6.47471) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.183786) Outpt time (%) = 0.0162508 (92.7929) Other time (%) = 9.60827e-05 (0.548635) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:36 2021 Memory usage per processor = 27.5468 Mbytes Step Atoms AVEKE stressZZ 23644 5000 9.6696382e-11 9129512.2 23645 -0.0138124999999925 9129391.43078493 23645 5000 9.6689496e-11 9129391.4 Loop time of 0.016912 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:36 2021 Pair time (%) = 0.00116706 (6.90078) Neigh time (%) = 0 (0) Comm time (%) = 5.50747e-05 (0.325655) Outpt time (%) = 0.015588 (92.1716) Other time (%) = 0.000101805 (0.601968) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:36 2021 Memory usage per processor = 27.5468 Mbytes Step Atoms AVEKE stressZZ 23645 5000 9.6689496e-11 9129340.7 23646 -0.0138124999999925 9129219.88061963 23646 5000 9.668261e-11 9129219.9 Loop time of 0.0177631 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:36 2021 Pair time (%) = 0.00157499 (8.86664) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.208043) Outpt time (%) = 0.0160072 (90.1146) Other time (%) = 0.000144005 (0.810695) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:36 2021 Memory usage per processor = 27.5468 Mbytes Step Atoms AVEKE stressZZ 23646 5000 9.668261e-11 9129169.1 23647 -0.0138124999999925 9129048.33943895 23647 5000 9.6675725e-11 9129048.3 Loop time of 0.0176442 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:36 2021 Pair time (%) = 0.00117588 (6.66441) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.18242) Outpt time (%) = 0.0163429 (92.6248) Other time (%) = 9.32217e-05 (0.528343) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:36 2021 Memory usage per processor = 27.5468 Mbytes Step Atoms AVEKE stressZZ 23647 5000 9.6675725e-11 9128997.6 23648 -0.0138124999999925 9128876.8072419 23648 5000 9.6668841e-11 9128876.8 Loop time of 0.0173831 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:36 2021 Pair time (%) = 0.00117803 (6.77685) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183788) Outpt time (%) = 0.0160792 (92.499) Other time (%) = 9.39369e-05 (0.540392) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:36 2021 Memory usage per processor = 27.5468 Mbytes Step Atoms AVEKE stressZZ 23648 5000 9.6668841e-11 9128826 23649 -0.0138124999999925 9128705.28402723 23649 5000 9.6661958e-11 9128705.3 Loop time of 0.0170631 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:36 2021 Pair time (%) = 0.00122499 (7.17919) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.19981) Outpt time (%) = 0.015702 (92.023) Other time (%) = 0.000102043 (0.598033) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:36 2021 Memory usage per processor = 27.5468 Mbytes Step Atoms AVEKE stressZZ 23649 5000 9.6661958e-11 9128654.5 23650 -0.0138124999999925 9128533.76979388 23650 5000 9.6655075e-11 9128533.8 Loop time of 0.020601 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:36 2021 Pair time (%) = 0.00132513 (6.43235) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.179384) Outpt time (%) = 0.0190182 (92.3166) Other time (%) = 0.000220776 (1.07167) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:36 2021 Memory usage per processor = 27.5468 Mbytes Step Atoms AVEKE stressZZ 23650 5000 9.6655075e-11 9128483 23651 -0.0138124999999925 9128362.26454072 23651 5000 9.6648193e-11 9128362.3 Loop time of 0.017154 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:36 2021 Pair time (%) = 0.00117397 (6.84374) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186243) Outpt time (%) = 0.015856 (92.4335) Other time (%) = 9.20296e-05 (0.536491) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:36 2021 Memory usage per processor = 27.5468 Mbytes Step Atoms AVEKE stressZZ 23651 5000 9.6648193e-11 9128311.5 23652 -0.0138124999999925 9128190.76826653 23652 5000 9.6641313e-11 9128190.8 Loop time of 0.0167849 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:36 2021 Pair time (%) = 0.00113606 (6.76837) Neigh time (%) = 0 (0) Comm time (%) = 5.50747e-05 (0.32812) Outpt time (%) = 0.015485 (92.2558) Other time (%) = 0.000108719 (0.647718) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:36 2021 Memory usage per processor = 27.5468 Mbytes Step Atoms AVEKE stressZZ 23652 5000 9.6641313e-11 9128140 23653 -0.0138124999999925 9128019.28097025 23653 5000 9.6634432e-11 9128019.3 Loop time of 0.0171242 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:36 2021 Pair time (%) = 0.00113702 (6.63984) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186567) Outpt time (%) = 0.015867 (92.6584) Other time (%) = 8.82149e-05 (0.515148) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:36 2021 Memory usage per processor = 27.5468 Mbytes Step Atoms AVEKE stressZZ 23653 5000 9.6634432e-11 9127968.5 23654 -0.0138124999999925 9127847.80265084 23654 5000 9.6627553e-11 9127847.8 Loop time of 0.017859 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:36 2021 Pair time (%) = 0.00136399 (7.63757) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.178891) Outpt time (%) = 0.0163541 (91.5734) Other time (%) = 0.000108957 (0.610098) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:36 2021 Memory usage per processor = 27.5468 Mbytes Step Atoms AVEKE stressZZ 23654 5000 9.6627553e-11 9127797 23655 -0.0138124999999925 9127676.33330705 23655 5000 9.6620675e-11 9127676.3 Loop time of 0.018121 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:36 2021 Pair time (%) = 0.00118685 (6.54957) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.181567) Outpt time (%) = 0.0167429 (92.3952) Other time (%) = 0.00015831 (0.873627) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:36 2021 Memory usage per processor = 27.5468 Mbytes Step Atoms AVEKE stressZZ 23655 5000 9.6620675e-11 9127625.6 23656 -0.0138124999999925 9127504.87293796 23656 5000 9.6613797e-11 9127504.9 Loop time of 0.0172141 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:36 2021 Pair time (%) = 0.00127196 (7.38909) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191133) Outpt time (%) = 0.015764 (91.5763) Other time (%) = 0.000145197 (0.843479) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:36 2021 Memory usage per processor = 27.5468 Mbytes Step Atoms AVEKE stressZZ 23656 5000 9.6613797e-11 9127454.1 23657 -0.0138124999999925 9127333.42154242 23657 5000 9.660692e-11 9127333.4 Loop time of 0.017705 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:36 2021 Pair time (%) = 0.00163221 (9.21896) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.214113) Outpt time (%) = 0.0158911 (89.7549) Other time (%) = 0.000143766 (0.812012) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:36 2021 Memory usage per processor = 27.5468 Mbytes Step Atoms AVEKE stressZZ 23657 5000 9.660692e-11 9127282.7 23658 -0.0138124999999925 9127161.97911919 23658 5000 9.6600044e-11 9127162 Loop time of 0.0176601 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:36 2021 Pair time (%) = 0.00113297 (6.41538) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.175505) Outpt time (%) = 0.016402 (92.8759) Other time (%) = 9.41753e-05 (0.533265) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:36 2021 Memory usage per processor = 27.5468 Mbytes Step Atoms AVEKE stressZZ 23658 5000 9.6600044e-11 9127111.2 23659 -0.0138124999999925 9126990.54566743 23659 5000 9.6593168e-11 9126990.5 Loop time of 0.017426 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:36 2021 Pair time (%) = 0.00115609 (6.63429) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.188808) Outpt time (%) = 0.0161381 (92.6091) Other time (%) = 9.89437e-05 (0.567793) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:36 2021 Memory usage per processor = 27.5468 Mbytes Step Atoms AVEKE stressZZ 23659 5000 9.6593168e-11 9126939.8 23660 -0.0138124999999925 9126819.121186 23660 5000 9.6586294e-11 9126819.1 Loop time of 0.0196221 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:37 2021 Pair time (%) = 0.00115204 (5.87113) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.239365) Outpt time (%) = 0.018297 (93.2467) Other time (%) = 0.000126123 (0.642763) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:37 2021 Memory usage per processor = 27.5468 Mbytes Step Atoms AVEKE stressZZ 23660 5000 9.6586294e-11 9126768.4 23661 -0.0138124999999925 9126647.70567367 23661 5000 9.657942e-11 9126647.7 Loop time of 0.01756 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:37 2021 Pair time (%) = 0.00146198 (8.32564) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.205018) Outpt time (%) = 0.0158508 (90.2664) Other time (%) = 0.000211239 (1.20295) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:37 2021 Memory usage per processor = 27.5468 Mbytes Step Atoms AVEKE stressZZ 23661 5000 9.657942e-11 9126596.9 23662 -0.0138124999999925 9126476.29913166 23662 5000 9.6572547e-11 9126476.3 Loop time of 0.0177989 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:37 2021 Pair time (%) = 0.00116491 (6.54486) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.180834) Outpt time (%) = 0.01647 (92.5336) Other time (%) = 0.000131845 (0.740751) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:37 2021 Memory usage per processor = 27.5468 Mbytes Step Atoms AVEKE stressZZ 23662 5000 9.6572547e-11 9126425.5 23663 -0.0138124999999925 9126304.9016278 23663 5000 9.6565675e-11 9126304.9 Loop time of 0.0182509 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:37 2021 Pair time (%) = 0.00139809 (7.66035) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.252123) Outpt time (%) = 0.0166469 (91.211) Other time (%) = 0.000159979 (0.876551) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:37 2021 Memory usage per processor = 27.5468 Mbytes Step Atoms AVEKE stressZZ 23663 5000 9.6565675e-11 9126254.1 23664 -0.0138124999999925 9126133.51313982 23664 5000 9.6558804e-11 9126133.5 Loop time of 0.017488 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:37 2021 Pair time (%) = 0.00113511 (6.4908) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182686) Outpt time (%) = 0.0161991 (92.6299) Other time (%) = 0.000121832 (0.69666) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:37 2021 Memory usage per processor = 27.5468 Mbytes Step Atoms AVEKE stressZZ 23664 5000 9.6558804e-11 9126082.8 23665 -0.0138124999999925 9125962.13365095 23665 5000 9.6551933e-11 9125962.1 Loop time of 0.0172849 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:37 2021 Pair time (%) = 0.0013721 (7.93815) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.215178) Outpt time (%) = 0.0157251 (90.9763) Other time (%) = 0.000150442 (0.870369) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:37 2021 Memory usage per processor = 27.5468 Mbytes Step Atoms AVEKE stressZZ 23665 5000 9.6551933e-11 9125911.4 23666 -0.0138124999999925 9125790.76315395 23666 5000 9.6545064e-11 9125790.8 Loop time of 0.017776 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:37 2021 Pair time (%) = 0.00116396 (6.54792) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.179726) Outpt time (%) = 0.016484 (92.7318) Other time (%) = 9.60827e-05 (0.540519) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:37 2021 Memory usage per processor = 27.5468 Mbytes Step Atoms AVEKE stressZZ 23666 5000 9.6545064e-11 9125740 23667 -0.0138124999999925 9125619.40164388 23667 5000 9.6538195e-11 9125619.4 Loop time of 0.0177119 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:37 2021 Pair time (%) = 0.0011611 (6.55548) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.180377) Outpt time (%) = 0.0164239 (92.7284) Other time (%) = 9.48906e-05 (0.535746) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:37 2021 Memory usage per processor = 27.5468 Mbytes Step Atoms AVEKE stressZZ 23667 5000 9.6538195e-11 9125568.7 23668 -0.0138124999999925 9125448.04911735 23668 5000 9.6531326e-11 9125448 Loop time of 0.017061 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:37 2021 Pair time (%) = 0.00114012 (6.6826) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187258) Outpt time (%) = 0.015789 (92.5446) Other time (%) = 9.98974e-05 (0.585531) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:37 2021 Memory usage per processor = 27.5468 Mbytes Step Atoms AVEKE stressZZ 23668 5000 9.6531326e-11 9125397.3 23669 -0.0138124999999925 9125276.70557137 23669 5000 9.6524459e-11 9125276.7 Loop time of 0.017539 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:37 2021 Pair time (%) = 0.00153303 (8.74069) Neigh time (%) = 0 (0) Comm time (%) = 5.6982e-05 (0.324887) Outpt time (%) = 0.0157931 (90.0454) Other time (%) = 0.000155926 (0.889022) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:37 2021 Memory usage per processor = 27.5468 Mbytes Step Atoms AVEKE stressZZ 23669 5000 9.6524459e-11 9125226 23670 -0.0138124999999925 9125105.37100353 23670 5000 9.6517593e-11 9125105.4 Loop time of 0.0204239 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:37 2021 Pair time (%) = 0.00119781 (5.86477) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.161095) Outpt time (%) = 0.019073 (93.3858) Other time (%) = 0.000120163 (0.588345) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:37 2021 Memory usage per processor = 27.5468 Mbytes Step Atoms AVEKE stressZZ 23670 5000 9.6517593e-11 9125054.6 23671 -0.0138124999999925 9124934.04541145 23671 5000 9.6510727e-11 9124934 Loop time of 0.0177231 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:37 2021 Pair time (%) = 0.00113416 (6.39932) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.174882) Outpt time (%) = 0.016463 (92.8904) Other time (%) = 9.48906e-05 (0.535407) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:37 2021 Memory usage per processor = 27.5468 Mbytes Step Atoms AVEKE stressZZ 23671 5000 9.6510727e-11 9124883.3 23672 -0.0138124999999925 9124762.72879316 23672 5000 9.6503862e-11 9124762.7 Loop time of 0.0170071 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:37 2021 Pair time (%) = 0.00114512 (6.73321) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.182244) Outpt time (%) = 0.0157351 (92.521) Other time (%) = 9.58443e-05 (0.563554) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:37 2021 Memory usage per processor = 27.5468 Mbytes Step Atoms AVEKE stressZZ 23672 5000 9.6503862e-11 9124712 23673 -0.0138124999999925 9124591.42116846 23673 5000 9.6496998e-11 9124591.4 Loop time of 0.017297 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:37 2021 Pair time (%) = 0.00125909 (7.27922) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.208135) Outpt time (%) = 0.015892 (91.8772) Other time (%) = 0.000109911 (0.635433) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:37 2021 Memory usage per processor = 27.5468 Mbytes Step Atoms AVEKE stressZZ 23673 5000 9.6496998e-11 9124540.7 23674 -0.0138124999999925 9124420.12255025 23674 5000 9.6490134e-11 9124420.1 Loop time of 0.017756 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:37 2021 Pair time (%) = 0.00118303 (6.66273) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.174558) Outpt time (%) = 0.0164239 (92.4981) Other time (%) = 0.000118017 (0.664661) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:27:37 2021 Memory usage per processor = 27.5468 Mbytes Step Atoms AVEKE stressZZ 23674 5000 9.6490134e-11 9124369.4 23675 -0.0138124999999925 9124225.17231972 23675 5000 1.9031614e-10 9124525.9 Loop time of 0.017369 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:37 2021 Pair time (%) = 0.00113487 (6.53388) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.178446) Outpt time (%) = 0.016063 (92.4805) Other time (%) = 0.00014019 (0.807127) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:37 2021 Memory usage per processor = 27.5468 Mbytes Step Atoms AVEKE stressZZ 23675 5000 1.9031614e-10 9194402.6 23676 -0.0138449999999924 9194243.7724315 23676 5000 1.5309997e-10 9194243.8 Loop time of 0.0166609 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:37 2021 Pair time (%) = 0.00118518 (7.11352) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191755) Outpt time (%) = 0.0153458 (92.1066) Other time (%) = 9.799e-05 (0.588143) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:37 2021 Memory usage per processor = 27.5468 Mbytes Step Atoms AVEKE stressZZ 23676 5000 1.5309997e-10 9194175.1 23677 -0.0138449999999924 9194029.8087508 23677 5000 1.3155174e-10 9194029.8 Loop time of 0.0172658 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:37 2021 Pair time (%) = 0.00139093 (8.05601) Neigh time (%) = 0 (0) Comm time (%) = 4.91142e-05 (0.28446) Outpt time (%) = 0.0156579 (90.6874) Other time (%) = 0.000167847 (0.972134) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:37 2021 Memory usage per processor = 27.5468 Mbytes Step Atoms AVEKE stressZZ 23677 5000 1.3155174e-10 9193967.5 23678 -0.0138449999999924 9193830.77416342 23678 5000 1.1870558e-10 9193830.8 Loop time of 0.0179698 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:37 2021 Pair time (%) = 0.00168204 (9.36036) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.188401) Outpt time (%) = 0.0161059 (89.6273) Other time (%) = 0.000148058 (0.823924) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:37 2021 Memory usage per processor = 27.5468 Mbytes Step Atoms AVEKE stressZZ 23678 5000 1.1870558e-10 9193772.5 23679 -0.0138449999999924 9193641.23046023 23679 5000 1.1088273e-10 9193641.2 Loop time of 0.0175951 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:37 2021 Pair time (%) = 0.00120807 (6.86595) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.19377) Outpt time (%) = 0.0162401 (92.2994) Other time (%) = 0.000112772 (0.64093) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:37 2021 Memory usage per processor = 27.5468 Mbytes Step Atoms AVEKE stressZZ 23679 5000 1.1088273e-10 9193585.5 23680 -0.0138449999999924 9193457.72160461 23680 5000 1.0604748e-10 9193457.7 Loop time of 0.0196199 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:37 2021 Pair time (%) = 0.00113606 (5.79036) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.162835) Outpt time (%) = 0.018322 (93.3845) Other time (%) = 0.000129938 (0.662276) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:37 2021 Memory usage per processor = 27.5469 Mbytes Step Atoms AVEKE stressZZ 23680 5000 1.0604748e-10 9193403.6 23681 -0.0138449999999924 9193278.05126503 23681 5000 1.0302817e-10 9193278.1 Loop time of 0.017067 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:37 2021 Pair time (%) = 0.00125194 (7.33544) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205353) Outpt time (%) = 0.0156779 (91.8613) Other time (%) = 0.000102043 (0.597899) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:37 2021 Memory usage per processor = 27.5469 Mbytes Step Atoms AVEKE stressZZ 23681 5000 1.0302817e-10 9193225 23682 -0.0138449999999924 9193100.8236513 23682 5000 1.0112948e-10 9193100.8 Loop time of 0.0176079 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:37 2021 Pair time (%) = 0.00126386 (7.17777) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.186858) Outpt time (%) = 0.016176 (91.8676) Other time (%) = 0.000135183 (0.767741) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:37 2021 Memory usage per processor = 27.5469 Mbytes Step Atoms AVEKE stressZZ 23682 5000 1.0112948e-10 9193048.4 23683 -0.0138449999999924 9192925.15179113 23683 5000 9.9929468e-11 9192925.2 Loop time of 0.0178399 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:37 2021 Pair time (%) = 0.00120997 (6.7824) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.189774) Outpt time (%) = 0.0164959 (92.4665) Other time (%) = 0.000100136 (0.561302) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:37 2021 Memory usage per processor = 27.5469 Mbytes Step Atoms AVEKE stressZZ 23683 5000 9.9929468e-11 9192873.2 23684 -0.0138449999999924 9192750.47193245 23684 5000 9.9168008e-11 9192750.5 Loop time of 0.0174129 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:37 2021 Pair time (%) = 0.00117183 (6.72965) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.177997) Outpt time (%) = 0.016113 (92.5351) Other time (%) = 9.70364e-05 (0.557267) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:37 2021 Memory usage per processor = 27.5469 Mbytes Step Atoms AVEKE stressZZ 23684 5000 9.9168008e-11 9192698.8 23685 -0.0138449999999924 9192576.42580607 23685 5000 9.8683049e-11 9192576.4 Loop time of 0.0172002 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:37 2021 Pair time (%) = 0.00123596 (7.18573) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198217) Outpt time (%) = 0.0157862 (91.7788) Other time (%) = 0.000144005 (0.837226) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:37 2021 Memory usage per processor = 27.5469 Mbytes Step Atoms AVEKE stressZZ 23685 5000 9.8683049e-11 9192524.9 23686 -0.0138449999999924 9192402.78573119 23686 5000 9.8372917e-11 9192402.8 Loop time of 0.018034 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:37 2021 Pair time (%) = 0.00120091 (6.65918) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.189053) Outpt time (%) = 0.0166979 (92.5912) Other time (%) = 0.000101089 (0.56055) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:37 2021 Memory usage per processor = 27.5469 Mbytes Step Atoms AVEKE stressZZ 23686 5000 9.8372917e-11 9192351.4 23687 -0.0138449999999924 9192229.40701368 23687 5000 9.8173528e-11 9192229.4 Loop time of 0.0179238 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:37 2021 Pair time (%) = 0.00113916 (6.35558) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.178244) Outpt time (%) = 0.01666 (92.9487) Other time (%) = 9.27448e-05 (0.517439) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:37 2021 Memory usage per processor = 27.5469 Mbytes Step Atoms AVEKE stressZZ 23687 5000 9.8173528e-11 9192178 23688 -0.0138449999999924 9192056.19770904 23688 5000 9.8044372e-11 9192056.2 Loop time of 0.0170991 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:37 2021 Pair time (%) = 0.00119781 (7.00512) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18684) Outpt time (%) = 0.0157468 (92.0914) Other time (%) = 0.000122547 (0.716686) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:37 2021 Memory usage per processor = 27.5469 Mbytes Step Atoms AVEKE stressZZ 23688 5000 9.8044372e-11 9192004.9 23689 -0.0138449999999924 9191883.09939268 23689 5000 9.7959789e-11 9191883.1 Loop time of 0.0173368 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:37 2021 Pair time (%) = 0.00123906 (7.14698) Neigh time (%) = 0 (0) Comm time (%) = 4.91142e-05 (0.283294) Outpt time (%) = 0.0159349 (91.9137) Other time (%) = 0.000113726 (0.655977) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:37 2021 Memory usage per processor = 27.5469 Mbytes Step Atoms AVEKE stressZZ 23689 5000 9.7959789e-11 9191831.8 23690 -0.0138449999999924 9191710.07490468 23690 5000 9.790351e-11 9191710.1 Loop time of 0.020427 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:37 2021 Pair time (%) = 0.00119209 (5.83587) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.156401) Outpt time (%) = 0.019073 (93.3716) Other time (%) = 0.000129938 (0.63611) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:37 2021 Memory usage per processor = 27.5469 Mbytes Step Atoms AVEKE stressZZ 23690 5000 9.790351e-11 9191658.8 23691 -0.0138449999999924 9191537.10064144 23691 5000 9.7865208e-11 9191537.1 Loop time of 0.0178189 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:37 2021 Pair time (%) = 0.00118899 (6.67264) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.180631) Outpt time (%) = 0.016505 (92.6262) Other time (%) = 9.27448e-05 (0.520485) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:37 2021 Memory usage per processor = 27.5469 Mbytes Step Atoms AVEKE stressZZ 23691 5000 9.7865208e-11 9191485.8 23692 -0.0138449999999924 9191364.16160217 23692 5000 9.7838327e-11 9191364.2 Loop time of 0.0170441 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:37 2021 Pair time (%) = 0.00121617 (7.13546) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187444) Outpt time (%) = 0.0157001 (92.1148) Other time (%) = 9.58443e-05 (0.562332) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:37 2021 Memory usage per processor = 27.5469 Mbytes Step Atoms AVEKE stressZZ 23692 5000 9.7838327e-11 9191312.9 23693 -0.0138449999999924 9191191.24825279 23693 5000 9.7818703e-11 9191191.2 Loop time of 0.0169091 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:37 2021 Pair time (%) = 0.00113678 (6.72288) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18894) Outpt time (%) = 0.01562 (92.3761) Other time (%) = 0.000120401 (0.71205) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:37 2021 Memory usage per processor = 27.5469 Mbytes Step Atoms AVEKE stressZZ 23693 5000 9.7818703e-11 9191140 23694 -0.0138449999999924 9191018.35453397 23694 5000 9.780369e-11 9191018.4 Loop time of 0.0168371 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:37 2021 Pair time (%) = 0.00114417 (6.79553) Neigh time (%) = 0 (0) Comm time (%) = 6.91414e-05 (0.410649) Outpt time (%) = 0.0155339 (92.26) Other time (%) = 8.98838e-05 (0.533843) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:37 2021 Memory usage per processor = 27.5469 Mbytes Step Atoms AVEKE stressZZ 23694 5000 9.780369e-11 9190967.1 23695 -0.0138449999999924 9190845.47659392 23695 5000 9.7791607e-11 9190845.5 Loop time of 0.0175741 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:37 2021 Pair time (%) = 0.0012002 (6.82937) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.181791) Outpt time (%) = 0.0162549 (92.4937) Other time (%) = 8.70228e-05 (0.495177) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:37 2021 Memory usage per processor = 27.5469 Mbytes Step Atoms AVEKE stressZZ 23695 5000 9.7791607e-11 9190794.2 23696 -0.0138449999999924 9190672.6119847 23696 5000 9.7781388e-11 9190672.6 Loop time of 0.0183971 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:37 2021 Pair time (%) = 0.00113392 (6.16358) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.168475) Outpt time (%) = 0.0171421 (93.1781) Other time (%) = 9.01222e-05 (0.489872) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:37 2021 Memory usage per processor = 27.5469 Mbytes Step Atoms AVEKE stressZZ 23696 5000 9.7781388e-11 9190621.4 23697 -0.0138449999999924 9190499.75914984 23697 5000 9.7772352e-11 9190499.8 Loop time of 0.017159 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:37 2021 Pair time (%) = 0.0012269 (7.1502) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186189) Outpt time (%) = 0.015758 (91.8355) Other time (%) = 0.000142097 (0.828123) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:37 2021 Memory usage per processor = 27.5469 Mbytes Step Atoms AVEKE stressZZ 23697 5000 9.7772352e-11 9190448.5 23698 -0.0138449999999924 9190326.91709948 23698 5000 9.7764068e-11 9190326.9 Loop time of 0.017329 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:37 2021 Pair time (%) = 0.00128889 (7.43778) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.214631) Outpt time (%) = 0.0158889 (91.6899) Other time (%) = 0.000113964 (0.65765) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:37 2021 Memory usage per processor = 27.5469 Mbytes Step Atoms AVEKE stressZZ 23698 5000 9.7764068e-11 9190275.7 23699 -0.0138449999999924 9190154.08520439 23699 5000 9.7756263e-11 9190154.1 Loop time of 0.0176549 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:37 2021 Pair time (%) = 0.00118709 (6.72384) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.180959) Outpt time (%) = 0.0163009 (92.3309) Other time (%) = 0.000134945 (0.764348) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:37 2021 Memory usage per processor = 27.5469 Mbytes Step Atoms AVEKE stressZZ 23699 5000 9.7756263e-11 9190102.9 23700 -0.0138449999999924 9189981.26306385 23700 5000 9.7748763e-11 9189981.3 Loop time of 0.02036 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:37 2021 Pair time (%) = 0.00113797 (5.58925) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.156916) Outpt time (%) = 0.0190961 (93.7924) Other time (%) = 9.39369e-05 (0.46138) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:37 2021 Memory usage per processor = 27.5469 Mbytes Step Atoms AVEKE stressZZ 23700 5000 9.7748763e-11 9189930 23701 -0.0138449999999924 9189808.45042288 23701 5000 9.7741457e-11 9189808.5 Loop time of 0.0175061 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:37 2021 Pair time (%) = 0.00113797 (6.50042) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.177049) Outpt time (%) = 0.016211 (92.6021) Other time (%) = 0.000126123 (0.720453) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:37 2021 Memory usage per processor = 27.5469 Mbytes Step Atoms AVEKE stressZZ 23701 5000 9.7741457e-11 9189757.2 23702 -0.0138449999999924 9189635.64711904 23702 5000 9.7734273e-11 9189635.6 Loop time of 0.017103 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:38 2021 Pair time (%) = 0.00121021 (7.07604) Neigh time (%) = 0 (0) Comm time (%) = 6.19888e-05 (0.362445) Outpt time (%) = 0.0157061 (91.8324) Other time (%) = 0.000124693 (0.729072) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:38 2021 Memory usage per processor = 27.5469 Mbytes Step Atoms AVEKE stressZZ 23702 5000 9.7734273e-11 9189584.4 23703 -0.0138449999999924 9189462.85304833 23703 5000 9.7727169e-11 9189462.9 Loop time of 0.017772 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:38 2021 Pair time (%) = 0.00128102 (7.20811) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.186475) Outpt time (%) = 0.01633 (91.8863) Other time (%) = 0.000127792 (0.719067) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:38 2021 Memory usage per processor = 27.5469 Mbytes Step Atoms AVEKE stressZZ 23703 5000 9.7727169e-11 9189411.6 23704 -0.0138449999999924 9189290.06814449 23704 5000 9.7720115e-11 9189290.1 Loop time of 0.0178549 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:38 2021 Pair time (%) = 0.00119281 (6.68055) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.184273) Outpt time (%) = 0.016505 (92.4395) Other time (%) = 0.000124216 (0.695696) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:38 2021 Memory usage per processor = 27.5469 Mbytes Step Atoms AVEKE stressZZ 23704 5000 9.7720115e-11 9189238.8 23705 -0.0138449999999924 9189117.29236479 23705 5000 9.7713093e-11 9189117.3 Loop time of 0.017822 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:38 2021 Pair time (%) = 0.00119019 (6.67817) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.179262) Outpt time (%) = 0.0164781 (92.459) Other time (%) = 0.000121832 (0.683603) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:38 2021 Memory usage per processor = 27.5469 Mbytes Step Atoms AVEKE stressZZ 23705 5000 9.7713093e-11 9189066.1 23706 -0.0138449999999924 9188944.52571805 23706 5000 9.7706092e-11 9188944.5 Loop time of 0.0171201 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:38 2021 Pair time (%) = 0.001302 (7.60511) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.197752) Outpt time (%) = 0.0156791 (91.583) Other time (%) = 0.000105143 (0.614146) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:38 2021 Memory usage per processor = 27.5469 Mbytes Step Atoms AVEKE stressZZ 23706 5000 9.7706092e-11 9188893.3 23707 -0.0138449999999924 9188771.76822074 23707 5000 9.7699104e-11 9188771.8 Loop time of 0.0178711 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:38 2021 Pair time (%) = 0.00125408 (7.01736) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.184106) Outpt time (%) = 0.0164752 (92.1889) Other time (%) = 0.000108957 (0.609683) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:38 2021 Memory usage per processor = 27.5469 Mbytes Step Atoms AVEKE stressZZ 23707 5000 9.7699104e-11 9188720.5 23708 -0.0138449999999924 9188599.01982978 23708 5000 9.7692126e-11 9188599 Loop time of 0.0176051 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:38 2021 Pair time (%) = 0.00114202 (6.48691) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.181471) Outpt time (%) = 0.0163362 (92.7926) Other time (%) = 9.48906e-05 (0.538996) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:38 2021 Memory usage per processor = 27.5469 Mbytes Step Atoms AVEKE stressZZ 23708 5000 9.7692126e-11 9188547.8 23709 -0.0138449999999924 9188426.28052845 23709 5000 9.7685153e-11 9188426.3 Loop time of 0.017091 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:38 2021 Pair time (%) = 0.00113487 (6.64016) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186929) Outpt time (%) = 0.0158319 (92.633) Other time (%) = 9.2268e-05 (0.539862) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:38 2021 Memory usage per processor = 27.5469 Mbytes Step Atoms AVEKE stressZZ 23709 5000 9.7685153e-11 9188375.1 23710 -0.0138449999999924 9188253.55030669 23710 5000 9.7678185e-11 9188253.6 Loop time of 0.019511 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:38 2021 Pair time (%) = 0.00121093 (6.20639) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.17352) Outpt time (%) = 0.018163 (93.091) Other time (%) = 0.000103235 (0.529113) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:38 2021 Memory usage per processor = 27.5469 Mbytes Step Atoms AVEKE stressZZ 23710 5000 9.7678185e-11 9188202.3 23711 -0.0138449999999924 9188080.82915745 23711 5000 9.7671219e-11 9188080.8 Loop time of 0.01788 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:38 2021 Pair time (%) = 0.00141978 (7.94064) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.206683) Outpt time (%) = 0.016248 (90.8726) Other time (%) = 0.000175238 (0.980078) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:38 2021 Memory usage per processor = 27.5469 Mbytes Step Atoms AVEKE stressZZ 23711 5000 9.7671219e-11 9188029.6 23712 -0.0138449999999924 9187908.11710422 23712 5000 9.7664255e-11 9187908.1 Loop time of 0.0176899 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:38 2021 Pair time (%) = 0.00114012 (6.445) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.1806) Outpt time (%) = 0.0164249 (92.8488) Other time (%) = 9.29832e-05 (0.525628) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:38 2021 Memory usage per processor = 27.5469 Mbytes Step Atoms AVEKE stressZZ 23712 5000 9.7664255e-11 9187856.9 23713 -0.0138449999999924 9187735.41417633 23713 5000 9.7657293e-11 9187735.4 Loop time of 0.017401 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:38 2021 Pair time (%) = 0.00113297 (6.51093) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.178119) Outpt time (%) = 0.0161431 (92.7711) Other time (%) = 9.39369e-05 (0.539837) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:38 2021 Memory usage per processor = 27.5469 Mbytes Step Atoms AVEKE stressZZ 23713 5000 9.7657293e-11 9187684.2 23714 -0.0138449999999924 9187562.72034325 23714 5000 9.7650333e-11 9187562.7 Loop time of 0.0172591 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:38 2021 Pair time (%) = 0.00135708 (7.86296) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190634) Outpt time (%) = 0.0157549 (91.2847) Other time (%) = 0.000114202 (0.661694) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:38 2021 Memory usage per processor = 27.5469 Mbytes Step Atoms AVEKE stressZZ 23714 5000 9.7650333e-11 9187511.5 23715 -0.0138449999999924 9187390.03559471 23715 5000 9.7643373e-11 9187390 Loop time of 0.0180922 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:38 2021 Pair time (%) = 0.00140214 (7.74999) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.20953) Outpt time (%) = 0.0165009 (91.205) Other time (%) = 0.000151157 (0.835486) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:38 2021 Memory usage per processor = 27.5469 Mbytes Step Atoms AVEKE stressZZ 23715 5000 9.7643373e-11 9187338.8 23716 -0.0138449999999924 9187217.3599242 23716 5000 9.7636415e-11 9187217.4 Loop time of 0.0177112 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:38 2021 Pair time (%) = 0.00113702 (6.41978) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.180384) Outpt time (%) = 0.0164311 (92.7725) Other time (%) = 0.000111103 (0.627305) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:38 2021 Memory usage per processor = 27.5469 Mbytes Step Atoms AVEKE stressZZ 23716 5000 9.7636415e-11 9187166.2 23717 -0.0138449999999924 9187044.6933269 23717 5000 9.7629457e-11 9187044.7 Loop time of 0.0171821 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:38 2021 Pair time (%) = 0.00113297 (6.59386) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185938) Outpt time (%) = 0.015923 (92.6721) Other time (%) = 9.41753e-05 (0.548101) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:38 2021 Memory usage per processor = 27.5469 Mbytes Step Atoms AVEKE stressZZ 23717 5000 9.7629457e-11 9186993.5 23718 -0.0138449999999924 9186872.03579922 23718 5000 9.7622501e-11 9186872 Loop time of 0.086956 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:38 2021 Pair time (%) = 0.00119615 (1.37558) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.0381114) Outpt time (%) = 0.0855901 (98.4292) Other time (%) = 0.000136614 (0.157107) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:38 2021 Memory usage per processor = 27.5469 Mbytes Step Atoms AVEKE stressZZ 23718 5000 9.7622501e-11 9186820.8 23719 -0.0138449999999924 9186699.38733783 23719 5000 9.7615545e-11 9186699.4 Loop time of 0.0183039 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:38 2021 Pair time (%) = 0.00132108 (7.21748) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.201897) Outpt time (%) = 0.016839 (91.9971) Other time (%) = 0.000106812 (0.583546) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:38 2021 Memory usage per processor = 27.5469 Mbytes Step Atoms AVEKE stressZZ 23719 5000 9.7615545e-11 9186648.2 23720 -0.0138449999999924 9186526.74793992 23720 5000 9.760859e-11 9186526.7 Loop time of 0.0861549 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:38 2021 Pair time (%) = 0.00156617 (1.81785) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.0440004) Outpt time (%) = 0.0843968 (97.9594) Other time (%) = 0.000154018 (0.178769) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:38 2021 Memory usage per processor = 27.5469 Mbytes Step Atoms AVEKE stressZZ 23720 5000 9.760859e-11 9186475.5 23721 -0.0138449999999924 9186354.1176031 23721 5000 9.7601636e-11 9186354.1 Loop time of 0.034102 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:38 2021 Pair time (%) = 0.00520015 (15.2488) Neigh time (%) = 0 (0) Comm time (%) = 0.000157118 (0.46073) Outpt time (%) = 0.0283871 (83.2417) Other time (%) = 0.000357628 (1.0487) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:38 2021 Memory usage per processor = 27.5469 Mbytes Step Atoms AVEKE stressZZ 23721 5000 9.7601636e-11 9186302.9 23722 -0.0138449999999924 9186181.49632489 23722 5000 9.7594683e-11 9186181.5 Loop time of 0.017746 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:38 2021 Pair time (%) = 0.00140786 (7.93342) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.214961) Outpt time (%) = 0.016161 (91.0684) Other time (%) = 0.000138998 (0.783265) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:38 2021 Memory usage per processor = 27.5469 Mbytes Step Atoms AVEKE stressZZ 23722 5000 9.7594683e-11 9186130.3 23723 -0.0138449999999924 9186008.88410314 23723 5000 9.758773e-11 9186008.9 Loop time of 0.0176561 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:38 2021 Pair time (%) = 0.00114298 (6.47357) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.180947) Outpt time (%) = 0.0163879 (92.8175) Other time (%) = 9.32217e-05 (0.527986) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:38 2021 Memory usage per processor = 27.5469 Mbytes Step Atoms AVEKE stressZZ 23723 5000 9.758773e-11 9185957.7 23724 -0.0138449999999924 9185836.28093597 23724 5000 9.7580778e-11 9185836.3 Loop time of 0.017554 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:38 2021 Pair time (%) = 0.00115395 (6.57368) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.188789) Outpt time (%) = 0.016273 (92.7024) Other time (%) = 9.39369e-05 (0.53513) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:38 2021 Memory usage per processor = 27.5469 Mbytes Step Atoms AVEKE stressZZ 23724 5000 9.7580778e-11 9185785.1 23725 -0.0138449999999924 9185663.6868214 23725 5000 9.7573828e-11 9185663.7 Loop time of 0.0174339 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:38 2021 Pair time (%) = 0.00119305 (6.84326) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.201031) Outpt time (%) = 0.0161059 (92.3827) Other time (%) = 9.98974e-05 (0.573007) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:38 2021 Memory usage per processor = 27.5469 Mbytes Step Atoms AVEKE stressZZ 23725 5000 9.7573828e-11 9185612.5 23726 -0.0138449999999924 9185491.10175749 23726 5000 9.7566878e-11 9185491.1 Loop time of 0.0176051 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:38 2021 Pair time (%) = 0.00142384 (8.08765) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.215328) Outpt time (%) = 0.01601 (90.94) Other time (%) = 0.000133276 (0.757032) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:38 2021 Memory usage per processor = 27.5469 Mbytes Step Atoms AVEKE stressZZ 23726 5000 9.7566878e-11 9185439.9 23727 -0.0138449999999924 9185318.52574267 23727 5000 9.7559928e-11 9185318.5 Loop time of 0.0191491 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:38 2021 Pair time (%) = 0.00113797 (5.9427) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.173064) Outpt time (%) = 0.0178828 (93.3875) Other time (%) = 9.5129e-05 (0.496782) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:38 2021 Memory usage per processor = 27.5469 Mbytes Step Atoms AVEKE stressZZ 23727 5000 9.7559928e-11 9185267.3 23728 -0.0138449999999924 9185145.95877523 23728 5000 9.755298e-11 9185146 Loop time of 0.0192571 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:38 2021 Pair time (%) = 0.00145793 (7.57088) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.165903) Outpt time (%) = 0.0176742 (91.7804) Other time (%) = 9.29832e-05 (0.482853) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:38 2021 Memory usage per processor = 27.5469 Mbytes Step Atoms AVEKE stressZZ 23728 5000 9.755298e-11 9185094.8 23729 -0.0138449999999924 9184973.40085347 23729 5000 9.7546032e-11 9184973.4 Loop time of 0.0182669 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:38 2021 Pair time (%) = 0.00139689 (7.64713) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.169675) Outpt time (%) = 0.0167501 (91.6964) Other time (%) = 8.89301e-05 (0.486837) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:38 2021 Memory usage per processor = 27.5469 Mbytes Step Atoms AVEKE stressZZ 23729 5000 9.7546032e-11 9184922.2 23730 -0.0138449999999924 9184800.85197572 23730 5000 9.7539086e-11 9184800.9 Loop time of 0.020617 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:38 2021 Pair time (%) = 0.00113988 (5.52883) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.15496) Outpt time (%) = 0.019356 (93.8837) Other time (%) = 8.91685e-05 (0.4325) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:38 2021 Memory usage per processor = 27.5469 Mbytes Step Atoms AVEKE stressZZ 23730 5000 9.7539086e-11 9184749.7 23731 -0.0138449999999924 9184628.31211216 23731 5000 9.753214e-11 9184628.3 Loop time of 0.017056 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:38 2021 Pair time (%) = 0.00117803 (6.90682) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205485) Outpt time (%) = 0.0157411 (92.2908) Other time (%) = 0.000101805 (0.596886) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:38 2021 Memory usage per processor = 27.5469 Mbytes Step Atoms AVEKE stressZZ 23731 5000 9.753214e-11 9184577.1 23732 -0.0138449999999924 9184455.78126927 23732 5000 9.7525195e-11 9184455.8 Loop time of 0.0179172 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:38 2021 Pair time (%) = 0.00142908 (7.97605) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.190286) Outpt time (%) = 0.01633 (91.1417) Other time (%) = 0.000123978 (0.691949) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:38 2021 Memory usage per processor = 27.5469 Mbytes Step Atoms AVEKE stressZZ 23732 5000 9.7525195e-11 9184404.6 23733 -0.0138449999999924 9184283.2594642 23733 5000 9.751825e-11 9184283.3 Loop time of 0.017848 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:38 2021 Pair time (%) = 0.00127506 (7.144) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.189687) Outpt time (%) = 0.016439 (92.1053) Other time (%) = 0.000100136 (0.561047) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:38 2021 Memory usage per processor = 27.5469 Mbytes Step Atoms AVEKE stressZZ 23733 5000 9.751825e-11 9184232.1 23734 -0.0138449999999924 9184110.74668742 23734 5000 9.7511307e-11 9184110.7 Loop time of 0.0172291 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:38 2021 Pair time (%) = 0.00118089 (6.85404) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.19235) Outpt time (%) = 0.015919 (92.3959) Other time (%) = 9.60827e-05 (0.557677) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:38 2021 Memory usage per processor = 27.5469 Mbytes Step Atoms AVEKE stressZZ 23734 5000 9.7511307e-11 9184059.6 23735 -0.0138449999999924 9183938.24291392 23735 5000 9.7504364e-11 9183938.2 Loop time of 0.0172069 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:38 2021 Pair time (%) = 0.00121617 (7.06794) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.196755) Outpt time (%) = 0.0158579 (92.1603) Other time (%) = 9.89437e-05 (0.575023) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:38 2021 Memory usage per processor = 27.5469 Mbytes Step Atoms AVEKE stressZZ 23735 5000 9.7504364e-11 9183887.1 23736 -0.0138449999999924 9183765.74817258 23736 5000 9.7497422e-11 9183765.7 Loop time of 0.0178089 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:39 2021 Pair time (%) = 0.00124717 (7.00305) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.190104) Outpt time (%) = 0.016418 (92.1897) Other time (%) = 0.000109911 (0.617168) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:39 2021 Memory usage per processor = 27.5469 Mbytes Step Atoms AVEKE stressZZ 23736 5000 9.7497422e-11 9183714.6 23737 -0.0138449999999924 9183593.26246206 23737 5000 9.7490481e-11 9183593.3 Loop time of 0.017627 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:39 2021 Pair time (%) = 0.00114202 (6.47884) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.181245) Outpt time (%) = 0.01636 (92.8124) Other time (%) = 9.29832e-05 (0.527505) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:39 2021 Memory usage per processor = 27.5469 Mbytes Step Atoms AVEKE stressZZ 23737 5000 9.7490481e-11 9183542.1 23738 -0.0138449999999924 9183420.78578116 23738 5000 9.7483541e-11 9183420.8 Loop time of 0.017035 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:39 2021 Pair time (%) = 0.0011549 (6.77957) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187544) Outpt time (%) = 0.0157399 (92.3975) Other time (%) = 0.000108242 (0.635409) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:39 2021 Memory usage per processor = 27.5469 Mbytes Step Atoms AVEKE stressZZ 23738 5000 9.7483541e-11 9183369.6 23739 -0.0138449999999924 9183248.31812868 23739 5000 9.7476601e-11 9183248.3 Loop time of 0.01722 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:39 2021 Pair time (%) = 0.00121593 (7.06117) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.196605) Outpt time (%) = 0.0158651 (92.1316) Other time (%) = 0.000105143 (0.610583) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:39 2021 Memory usage per processor = 27.5469 Mbytes Step Atoms AVEKE stressZZ 23739 5000 9.7476601e-11 9183197.1 23740 -0.0138449999999924 9183075.85950324 23740 5000 9.7469662e-11 9183075.9 Loop time of 0.0207729 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:39 2021 Pair time (%) = 0.00121403 (5.84428) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.159535) Outpt time (%) = 0.0194249 (93.5107) Other time (%) = 0.000100851 (0.485493) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:39 2021 Memory usage per processor = 27.5469 Mbytes Step Atoms AVEKE stressZZ 23740 5000 9.7469662e-11 9183024.7 23741 -0.0138449999999924 9182903.40990389 23741 5000 9.7462724e-11 9182903.4 Loop time of 0.0179529 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:39 2021 Pair time (%) = 0.00118208 (6.58433) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.177955) Outpt time (%) = 0.016645 (92.7145) Other time (%) = 9.39369e-05 (0.52324) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:39 2021 Memory usage per processor = 27.5469 Mbytes Step Atoms AVEKE stressZZ 23741 5000 9.7462724e-11 9182852.2 23742 -0.0138449999999924 9182730.96932913 23742 5000 9.7455787e-11 9182731 Loop time of 0.0172551 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:39 2021 Pair time (%) = 0.00118303 (6.85615) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185152) Outpt time (%) = 0.0159461 (92.4143) Other time (%) = 9.39369e-05 (0.544402) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:39 2021 Memory usage per processor = 27.5469 Mbytes Step Atoms AVEKE stressZZ 23742 5000 9.7455787e-11 9182679.8 23743 -0.0138449999999924 9182558.53777804 23743 5000 9.7448851e-11 9182558.5 Loop time of 0.0171621 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:39 2021 Pair time (%) = 0.00125694 (7.32395) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191712) Outpt time (%) = 0.0157411 (91.7203) Other time (%) = 0.00013113 (0.764069) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:39 2021 Memory usage per processor = 27.5469 Mbytes Step Atoms AVEKE stressZZ 23743 5000 9.7448851e-11 9182507.4 23744 -0.0138449999999924 9182386.11524924 23744 5000 9.7441916e-11 9182386.1 Loop time of 0.0180809 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:39 2021 Pair time (%) = 0.00142598 (7.88665) Neigh time (%) = 0 (0) Comm time (%) = 6.60419e-05 (0.365257) Outpt time (%) = 0.016439 (90.9187) Other time (%) = 0.000149965 (0.82941) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:39 2021 Memory usage per processor = 27.5469 Mbytes Step Atoms AVEKE stressZZ 23744 5000 9.7441916e-11 9182334.9 23745 -0.0138449999999924 9182213.70174163 23745 5000 9.7434981e-11 9182213.7 Loop time of 0.0178881 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:39 2021 Pair time (%) = 0.00122905 (6.87077) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.173269) Outpt time (%) = 0.016531 (92.4135) Other time (%) = 9.70364e-05 (0.542464) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:39 2021 Memory usage per processor = 27.5469 Mbytes Step Atoms AVEKE stressZZ 23745 5000 9.7434981e-11 9182162.5 23746 -0.0138449999999924 9182041.29725415 23746 5000 9.7428047e-11 9182041.3 Loop time of 0.0172961 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:39 2021 Pair time (%) = 0.00114989 (6.64829) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184713) Outpt time (%) = 0.016021 (92.628) Other time (%) = 9.32217e-05 (0.538976) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:39 2021 Memory usage per processor = 27.5469 Mbytes Step Atoms AVEKE stressZZ 23746 5000 9.7428047e-11 9181990.1 23747 -0.0138449999999924 9181868.90178544 23747 5000 9.7421114e-11 9181868.9 Loop time of 0.016932 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:39 2021 Pair time (%) = 0.00118303 (6.98696) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.199949) Outpt time (%) = 0.0156121 (92.2048) Other time (%) = 0.000102997 (0.608296) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:39 2021 Memory usage per processor = 27.5469 Mbytes Step Atoms AVEKE stressZZ 23747 5000 9.7421114e-11 9181817.7 23748 -0.0138449999999924 9181696.51533453 23748 5000 9.7414182e-11 9181696.5 Loop time of 0.0178292 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:39 2021 Pair time (%) = 0.00129104 (7.24114) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.184539) Outpt time (%) = 0.016371 (91.8215) Other time (%) = 0.00013423 (0.752865) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:39 2021 Memory usage per processor = 27.5469 Mbytes Step Atoms AVEKE stressZZ 23748 5000 9.7414182e-11 9181645.4 23749 -0.0138449999999924 9181524.13790019 23749 5000 9.740725e-11 9181524.1 Loop time of 0.017735 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:39 2021 Pair time (%) = 0.00117493 (6.6249) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.186863) Outpt time (%) = 0.016434 (92.6639) Other time (%) = 9.29832e-05 (0.524292) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:39 2021 Memory usage per processor = 27.5469 Mbytes Step Atoms AVEKE stressZZ 23749 5000 9.740725e-11 9181473 23750 -0.0138449999999924 9181351.76995863 23750 5000 9.740032e-11 9181351.8 Loop time of 0.019964 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:39 2021 Pair time (%) = 0.00118804 (5.95092) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.161223) Outpt time (%) = 0.0186491 (93.4137) Other time (%) = 9.46522e-05 (0.474115) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:39 2021 Memory usage per processor = 27.5469 Mbytes Step Atoms AVEKE stressZZ 23750 5000 9.740032e-11 9181300.6 23751 -0.0138449999999924 9181179.41143443 23751 5000 9.739339e-11 9181179.4 Loop time of 0.017015 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:39 2021 Pair time (%) = 0.00119209 (7.00614) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.20598) Outpt time (%) = 0.0156569 (92.0186) Other time (%) = 0.000130892 (0.769274) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:39 2021 Memory usage per processor = 27.5469 Mbytes Step Atoms AVEKE stressZZ 23751 5000 9.739339e-11 9181128.3 23752 -0.0138449999999924 9181007.06216891 23752 5000 9.7386461e-11 9181007.1 Loop time of 0.0181041 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:39 2021 Pair time (%) = 0.00144482 (7.98061) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.21466) Outpt time (%) = 0.016468 (90.9632) Other time (%) = 0.000152349 (0.84152) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:39 2021 Memory usage per processor = 27.5469 Mbytes Step Atoms AVEKE stressZZ 23752 5000 9.7386461e-11 9180955.9 23753 -0.0138449999999924 9180834.72210858 23753 5000 9.7379533e-11 9180834.7 Loop time of 0.0173829 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:39 2021 Pair time (%) = 0.00114012 (6.55886) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183791) Outpt time (%) = 0.016118 (92.7238) Other time (%) = 9.27448e-05 (0.533542) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:39 2021 Memory usage per processor = 27.5469 Mbytes Step Atoms AVEKE stressZZ 23753 5000 9.7379533e-11 9180783.6 23754 -0.0138449999999924 9180662.39123415 23754 5000 9.7372605e-11 9180662.4 Loop time of 0.018132 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:39 2021 Pair time (%) = 0.00114202 (6.29841) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.181457) Outpt time (%) = 0.01684 (92.8745) Other time (%) = 0.000117064 (0.645619) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:39 2021 Memory usage per processor = 27.5469 Mbytes Step Atoms AVEKE stressZZ 23754 5000 9.7372605e-11 9180611.2 23755 -0.0138449999999924 9180490.06952588 23755 5000 9.7365678e-11 9180490.1 Loop time of 0.0179701 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:39 2021 Pair time (%) = 0.00146008 (8.12503) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.216261) Outpt time (%) = 0.0162771 (90.5787) Other time (%) = 0.000194073 (1.07998) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:39 2021 Memory usage per processor = 27.5469 Mbytes Step Atoms AVEKE stressZZ 23755 5000 9.7365678e-11 9180438.9 23756 -0.0138449999999924 9180317.75696918 23756 5000 9.7358753e-11 9180317.8 Loop time of 0.017699 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:39 2021 Pair time (%) = 0.00158215 (8.93918) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.226308) Outpt time (%) = 0.015883 (89.7393) Other time (%) = 0.000193834 (1.09517) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:39 2021 Memory usage per processor = 27.5469 Mbytes Step Atoms AVEKE stressZZ 23756 5000 9.7358753e-11 9180266.6 23757 -0.0138449999999924 9180145.45355246 23757 5000 9.7351827e-11 9180145.5 Loop time of 0.0179851 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:39 2021 Pair time (%) = 0.00115895 (6.44396) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.172334) Outpt time (%) = 0.016664 (92.6546) Other time (%) = 0.00013113 (0.729105) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:39 2021 Memory usage per processor = 27.5469 Mbytes Step Atoms AVEKE stressZZ 23757 5000 9.7351827e-11 9180094.3 23758 -0.0138449999999924 9179973.15926589 23758 5000 9.7344903e-11 9179973.2 Loop time of 0.0177431 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:39 2021 Pair time (%) = 0.00114107 (6.43107) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.180059) Outpt time (%) = 0.0164762 (92.8594) Other time (%) = 9.39369e-05 (0.529428) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:39 2021 Memory usage per processor = 27.5469 Mbytes Step Atoms AVEKE stressZZ 23758 5000 9.7344903e-11 9179922 23759 -0.0138449999999924 9179800.87410139 23759 5000 9.733798e-11 9179800.9 Loop time of 0.0172091 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:39 2021 Pair time (%) = 0.00116205 (6.75256) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.19673) Outpt time (%) = 0.015866 (92.1959) Other time (%) = 0.000147104 (0.854807) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:39 2021 Memory usage per processor = 27.5469 Mbytes Step Atoms AVEKE stressZZ 23759 5000 9.733798e-11 9179749.7 23760 -0.0138449999999924 9179628.59809931 23760 5000 9.7331057e-11 9179628.6 Loop time of 0.021174 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:39 2021 Pair time (%) = 0.00161195 (7.61288) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.18016) Outpt time (%) = 0.019376 (91.5088) Other time (%) = 0.00014782 (0.69812) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:39 2021 Memory usage per processor = 27.5469 Mbytes Step Atoms AVEKE stressZZ 23760 5000 9.7331057e-11 9179577.4 23761 -0.0138449999999924 9179456.33125825 23761 5000 9.7324135e-11 9179456.3 Loop time of 0.01846 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:39 2021 Pair time (%) = 0.0013752 (7.4496) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.183399) Outpt time (%) = 0.016896 (91.5275) Other time (%) = 0.000154972 (0.8395) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:39 2021 Memory usage per processor = 27.5469 Mbytes Step Atoms AVEKE stressZZ 23761 5000 9.7324135e-11 9179405.2 23762 -0.0138449999999924 9179284.07355203 23762 5000 9.7317214e-11 9179284.1 Loop time of 0.0176461 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:39 2021 Pair time (%) = 0.00117707 (6.67045) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.1824) Outpt time (%) = 0.0163441 (92.6216) Other time (%) = 9.27448e-05 (0.525583) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:39 2021 Memory usage per processor = 27.5469 Mbytes Step Atoms AVEKE stressZZ 23762 5000 9.7317214e-11 9179232.9 23763 -0.0138449999999924 9179111.82496926 23763 5000 9.7310294e-11 9179111.8 Loop time of 0.0172832 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:39 2021 Pair time (%) = 0.00120807 (6.98983) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184851) Outpt time (%) = 0.01595 (92.2859) Other time (%) = 9.32217e-05 (0.539377) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:39 2021 Memory usage per processor = 27.5469 Mbytes Step Atoms AVEKE stressZZ 23763 5000 9.7310294e-11 9179060.7 23764 -0.0138449999999924 9178939.58550184 23764 5000 9.7303374e-11 9178939.6 Loop time of 0.0171211 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:39 2021 Pair time (%) = 0.00123 (7.18414) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.199134) Outpt time (%) = 0.015722 (91.8285) Other time (%) = 0.000134945 (0.78818) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:39 2021 Memory usage per processor = 27.5469 Mbytes Step Atoms AVEKE stressZZ 23764 5000 9.7303374e-11 9178888.4 23765 -0.0138449999999924 9178767.35514309 23765 5000 9.7296456e-11 9178767.4 Loop time of 0.017982 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:39 2021 Pair time (%) = 0.00123 (6.84018) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.1896) Outpt time (%) = 0.016614 (92.3921) Other time (%) = 0.000103951 (0.578081) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:39 2021 Memory usage per processor = 27.5469 Mbytes Step Atoms AVEKE stressZZ 23765 5000 9.7296456e-11 9178716.2 23766 -0.0138449999999924 9178595.13388743 23766 5000 9.7289538e-11 9178595.1 Loop time of 0.0178411 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:39 2021 Pair time (%) = 0.00114608 (6.42381) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.17907) Outpt time (%) = 0.0165679 (92.8639) Other time (%) = 9.5129e-05 (0.533201) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:39 2021 Memory usage per processor = 27.5469 Mbytes Step Atoms AVEKE stressZZ 23766 5000 9.7289538e-11 9178544 23767 -0.0138449999999924 9178422.92172992 23767 5000 9.7282621e-11 9178422.9 Loop time of 0.0170329 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:39 2021 Pair time (%) = 0.00114202 (6.70483) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.194566) Outpt time (%) = 0.0157309 (92.3559) Other time (%) = 0.000126839 (0.74467) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:39 2021 Memory usage per processor = 27.5469 Mbytes Step Atoms AVEKE stressZZ 23767 5000 9.7282621e-11 9178371.8 23768 -0.0138449999999924 9178250.71866594 23768 5000 9.7275704e-11 9178250.7 Loop time of 0.0173051 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:39 2021 Pair time (%) = 0.00142598 (8.24022) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.202527) Outpt time (%) = 0.015677 (90.5915) Other time (%) = 0.000167131 (0.965791) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:39 2021 Memory usage per processor = 27.5469 Mbytes Step Atoms AVEKE stressZZ 23768 5000 9.7275704e-11 9178199.6 23769 -0.0138449999999924 9178078.52469142 23769 5000 9.7268789e-11 9178078.5 Loop time of 0.019347 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:39 2021 Pair time (%) = 0.00120497 (6.2282) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.166365) Outpt time (%) = 0.0179698 (92.8821) Other time (%) = 0.000139952 (0.723379) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:39 2021 Memory usage per processor = 27.5469 Mbytes Step Atoms AVEKE stressZZ 23769 5000 9.7268789e-11 9178027.4 23770 -0.0138449999999924 9177906.3398027 23770 5000 9.7261874e-11 9177906.3 Loop time of 0.0225661 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:39 2021 Pair time (%) = 0.00144601 (6.40789) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.141576) Outpt time (%) = 0.020941 (92.7987) Other time (%) = 0.000147104 (0.651882) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:39 2021 Memory usage per processor = 27.5469 Mbytes Step Atoms AVEKE stressZZ 23770 5000 9.7261874e-11 9177855.2 23771 -0.0138449999999924 9177734.16399596 23771 5000 9.725496e-11 9177734.2 Loop time of 0.0177832 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:39 2021 Pair time (%) = 0.00114584 (6.4434) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.174291) Outpt time (%) = 0.0165172 (92.8809) Other time (%) = 8.91685e-05 (0.501421) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:39 2021 Memory usage per processor = 27.5469 Mbytes Step Atoms AVEKE stressZZ 23771 5000 9.725496e-11 9177683 23772 -0.0138449999999924 9177561.99726796 23772 5000 9.7248047e-11 9177562 Loop time of 0.0177848 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:39 2021 Pair time (%) = 0.00113893 (6.40391) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.180977) Outpt time (%) = 0.0165241 (92.9111) Other time (%) = 8.96454e-05 (0.504055) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:39 2021 Memory usage per processor = 27.5469 Mbytes Step Atoms AVEKE stressZZ 23772 5000 9.7248047e-11 9177510.9 23773 -0.0138449999999924 9177389.83964074 23773 5000 9.7241135e-11 9177389.8 Loop time of 0.017437 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:39 2021 Pair time (%) = 0.00132108 (7.5763) Neigh time (%) = 0 (0) Comm time (%) = 5.19753e-05 (0.298075) Outpt time (%) = 0.015923 (91.3175) Other time (%) = 0.000140905 (0.808084) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:39 2021 Memory usage per processor = 27.5469 Mbytes Step Atoms AVEKE stressZZ 23773 5000 9.7241135e-11 9177338.7 23774 -0.0138449999999924 9177217.6911063 23774 5000 9.7234223e-11 9177217.7 Loop time of 0.017961 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:39 2021 Pair time (%) = 0.00121593 (6.76985) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.177875) Outpt time (%) = 0.016609 (92.4722) Other time (%) = 0.000104189 (0.580083) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:39 2021 Memory usage per processor = 27.5469 Mbytes Step Atoms AVEKE stressZZ 23774 5000 9.7234223e-11 9177166.6 23775 -0.0138449999999924 9177045.55164479 23775 5000 9.7227313e-11 9177045.6 Loop time of 0.0178671 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:39 2021 Pair time (%) = 0.00121784 (6.81612) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.173472) Outpt time (%) = 0.01648 (92.2365) Other time (%) = 0.000138283 (0.773952) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:27:39 2021 Memory usage per processor = 27.5469 Mbytes Step Atoms AVEKE stressZZ 23775 5000 9.7227313e-11 9176994.4 23776 -0.0138449999999924 9176849.67819452 23776 5000 1.9176569e-10 9177152.1 Loop time of 0.016923 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:39 2021 Pair time (%) = 0.00114799 (6.7836) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.201465) Outpt time (%) = 0.0155959 (92.1584) Other time (%) = 0.000144958 (0.856579) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:39 2021 Memory usage per processor = 27.5469 Mbytes Step Atoms AVEKE stressZZ 23776 5000 1.9176569e-10 9247194.6 23777 -0.0138774999999924 9247035.25263005 23777 5000 1.5426516e-10 9247035.3 Loop time of 0.0169899 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:39 2021 Pair time (%) = 0.00135493 (7.97491) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.211897) Outpt time (%) = 0.015461 (91.0007) Other time (%) = 0.000138044 (0.812506) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:39 2021 Memory usage per processor = 27.5469 Mbytes Step Atoms AVEKE stressZZ 23777 5000 1.5426516e-10 9246966.1 23778 -0.0138774999999924 9246820.23743094 23778 5000 1.3255241e-10 9246820.2 Loop time of 0.017638 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:40 2021 Pair time (%) = 0.00119185 (6.75732) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.266292) Outpt time (%) = 0.0162709 (92.2492) Other time (%) = 0.000128269 (0.727233) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:40 2021 Memory usage per processor = 27.5469 Mbytes Step Atoms AVEKE stressZZ 23778 5000 1.3255241e-10 9246757.4 23779 -0.0138774999999924 9246620.23145804 23779 5000 1.1960821e-10 9246620.2 Loop time of 0.0176158 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:40 2021 Pair time (%) = 0.00117207 (6.65349) Neigh time (%) = 0 (0) Comm time (%) = 6.50883e-05 (0.369488) Outpt time (%) = 0.016284 (92.4397) Other time (%) = 9.46522e-05 (0.537314) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:40 2021 Memory usage per processor = 27.5469 Mbytes Step Atoms AVEKE stressZZ 23779 5000 1.1960821e-10 9246561.5 23780 -0.0138774999999924 9246429.76732234 23780 5000 1.1172569e-10 9246429.8 Loop time of 0.0197539 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:40 2021 Pair time (%) = 0.00118494 (5.9985) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.16173) Outpt time (%) = 0.0184119 (93.2061) Other time (%) = 0.00012517 (0.633645) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:40 2021 Memory usage per processor = 27.547 Mbytes Step Atoms AVEKE stressZZ 23780 5000 1.1172569e-10 9246373.6 23781 -0.0138774999999924 9246245.37045273 23781 5000 1.0685357e-10 9246245.4 Loop time of 0.0171399 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:40 2021 Pair time (%) = 0.00118613 (6.92029) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193351) Outpt time (%) = 0.0157831 (92.0837) Other time (%) = 0.000137568 (0.802615) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:40 2021 Memory usage per processor = 27.547 Mbytes Step Atoms AVEKE stressZZ 23781 5000 1.0685357e-10 9246190.9 23782 -0.0138774999999924 9246064.83272736 23782 5000 1.0381123e-10 9246064.8 Loop time of 0.0177262 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:40 2021 Pair time (%) = 0.00128198 (7.23211) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.190991) Outpt time (%) = 0.0163002 (91.9555) Other time (%) = 0.000110149 (0.621394) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:40 2021 Memory usage per processor = 27.547 Mbytes Step Atoms AVEKE stressZZ 23782 5000 1.0381123e-10 9246011.4 23783 -0.0138774999999924 9245886.75086279 23783 5000 1.0189808e-10 9245886.8 Loop time of 0.0175841 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:40 2021 Pair time (%) = 0.00114393 (6.5055) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.183043) Outpt time (%) = 0.0162711 (92.5332) Other time (%) = 0.000136852 (0.778273) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:40 2021 Memory usage per processor = 27.547 Mbytes Step Atoms AVEKE stressZZ 23783 5000 1.0189808e-10 9245834 23784 -0.0138774999999924 9245710.23305723 23784 5000 1.0068892e-10 9245710.2 Loop time of 0.0171552 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:40 2021 Pair time (%) = 0.00117397 (6.84326) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18623) Outpt time (%) = 0.0158322 (92.2881) Other time (%) = 0.000117064 (0.68238) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:40 2021 Memory usage per processor = 27.547 Mbytes Step Atoms AVEKE stressZZ 23784 5000 1.0068892e-10 9245657.9 23785 -0.0138774999999924 9245534.7125611 23785 5000 9.9921656e-11 9245534.7 Loop time of 0.017309 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:40 2021 Pair time (%) = 0.00128603 (7.42985) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.196972) Outpt time (%) = 0.015852 (91.5825) Other time (%) = 0.000136852 (0.790644) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:40 2021 Memory usage per processor = 27.547 Mbytes Step Atoms AVEKE stressZZ 23785 5000 9.9921656e-11 9245482.6 23786 -0.0138774999999924 9245359.82919852 23786 5000 9.9433004e-11 9245359.8 Loop time of 0.0179899 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:40 2021 Pair time (%) = 0.00131416 (7.30502) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.188192) Outpt time (%) = 0.0165319 (91.8958) Other time (%) = 0.000109911 (0.61096) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:40 2021 Memory usage per processor = 27.547 Mbytes Step Atoms AVEKE stressZZ 23786 5000 9.9433004e-11 9245307.9 23787 -0.0138774999999924 9245185.3540734 23787 5000 9.9120513e-11 9245185.4 Loop time of 0.0179472 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:40 2021 Pair time (%) = 0.00114298 (6.36856) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.178012) Outpt time (%) = 0.0166779 (92.9274) Other time (%) = 9.44138e-05 (0.526064) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:40 2021 Memory usage per processor = 27.547 Mbytes Step Atoms AVEKE stressZZ 23787 5000 9.9120513e-11 9245133.5 23788 -0.0138774999999924 9245011.14171928 23788 5000 9.8919609e-11 9245011.1 Loop time of 0.017169 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:40 2021 Pair time (%) = 0.00113893 (6.63362) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.187469) Outpt time (%) = 0.0159039 (92.6318) Other time (%) = 9.39369e-05 (0.547131) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:40 2021 Memory usage per processor = 27.547 Mbytes Step Atoms AVEKE stressZZ 23788 5000 9.8919609e-11 9244959.4 23789 -0.0138774999999924 9244837.09969041 23789 5000 9.8789472e-11 9244837.1 Loop time of 0.0173721 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:40 2021 Pair time (%) = 0.00118303 (6.80995) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.201746) Outpt time (%) = 0.01601 (92.1594) Other time (%) = 0.000144005 (0.828942) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:40 2021 Memory usage per processor = 27.547 Mbytes Step Atoms AVEKE stressZZ 23789 5000 9.8789472e-11 9244785.4 23790 -0.0138774999999924 9244663.16923602 23790 5000 9.8704249e-11 9244663.2 Loop time of 0.020839 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:40 2021 Pair time (%) = 0.00139785 (6.70785) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.162462) Outpt time (%) = 0.0192931 (92.5817) Other time (%) = 0.000114202 (0.548024) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:40 2021 Memory usage per processor = 27.547 Mbytes Step Atoms AVEKE stressZZ 23790 5000 9.8704249e-11 9244611.5 23791 -0.0138774999999924 9244489.31308352 23791 5000 9.8647546e-11 9244489.3 Loop time of 0.018131 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:40 2021 Pair time (%) = 0.00113893 (6.28164) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.176207) Outpt time (%) = 0.0168359 (92.857) Other time (%) = 0.000124216 (0.685103) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:40 2021 Memory usage per processor = 27.547 Mbytes Step Atoms AVEKE stressZZ 23791 5000 9.8647546e-11 9244437.7 23792 -0.0138774999999924 9244315.50749522 23792 5000 9.8608957e-11 9244315.5 Loop time of 0.0175972 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:40 2021 Pair time (%) = 0.00114298 (6.49523) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.176133) Outpt time (%) = 0.01633 (92.7989) Other time (%) = 9.32217e-05 (0.529753) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:40 2021 Memory usage per processor = 27.547 Mbytes Step Atoms AVEKE stressZZ 23792 5000 9.8608957e-11 9244263.9 23793 -0.0138774999999924 9244141.73737107 23793 5000 9.8581876e-11 9244141.7 Loop time of 0.0169761 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:40 2021 Pair time (%) = 0.00115299 (6.79185) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188194) Outpt time (%) = 0.0156908 (92.4287) Other time (%) = 0.000100374 (0.591267) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:40 2021 Memory usage per processor = 27.547 Mbytes Step Atoms AVEKE stressZZ 23793 5000 9.8581876e-11 9244090.1 23794 -0.0138774999999924 9243967.99312001 23794 5000 9.8562107e-11 9243968 Loop time of 0.0180421 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:40 2021 Pair time (%) = 0.00160003 (8.8683) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.216719) Outpt time (%) = 0.016201 (89.7957) Other time (%) = 0.000201941 (1.11927) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:40 2021 Memory usage per processor = 27.547 Mbytes Step Atoms AVEKE stressZZ 23794 5000 9.8562107e-11 9243916.4 23795 -0.0138774999999924 9243794.26864686 23795 5000 9.8546984e-11 9243794.3 Loop time of 0.017983 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:40 2021 Pair time (%) = 0.00128508 (7.14608) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.18959) Outpt time (%) = 0.0165629 (92.1035) Other time (%) = 0.000100851 (0.560815) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:40 2021 Memory usage per processor = 27.547 Mbytes Step Atoms AVEKE stressZZ 23795 5000 9.8546984e-11 9243742.6 23796 -0.0138774999999924 9243620.56007761 23796 5000 9.8534814e-11 9243620.6 Loop time of 0.0178649 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:40 2021 Pair time (%) = 0.00136995 (7.66839) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.212195) Outpt time (%) = 0.0163269 (91.3907) Other time (%) = 0.000130177 (0.72867) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:40 2021 Memory usage per processor = 27.547 Mbytes Step Atoms AVEKE stressZZ 23796 5000 9.8534814e-11 9243568.9 23797 -0.0138774999999924 9243446.86494945 23797 5000 9.8524521e-11 9243446.9 Loop time of 0.016938 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:40 2021 Pair time (%) = 0.00116301 (6.86626) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.201287) Outpt time (%) = 0.0156388 (92.33) Other time (%) = 0.000102043 (0.602452) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:40 2021 Memory usage per processor = 27.547 Mbytes Step Atoms AVEKE stressZZ 23797 5000 9.8524521e-11 9243395.2 23798 -0.0138774999999924 9243273.18169662 23798 5000 9.8515421e-11 9243273.2 Loop time of 0.0177429 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:40 2021 Pair time (%) = 0.00150514 (8.48305) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.259342) Outpt time (%) = 0.0160229 (90.3062) Other time (%) = 0.0001688 (0.95137) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:40 2021 Memory usage per processor = 27.547 Mbytes Step Atoms AVEKE stressZZ 23798 5000 9.8515421e-11 9243221.6 23799 -0.0138774999999924 9243099.50932346 23799 5000 9.850708e-11 9243099.5 Loop time of 0.0177481 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:40 2021 Pair time (%) = 0.0012548 (7.07003) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.185382) Outpt time (%) = 0.0163622 (92.1911) Other time (%) = 9.82285e-05 (0.553458) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:40 2021 Memory usage per processor = 27.547 Mbytes Step Atoms AVEKE stressZZ 23799 5000 9.850708e-11 9243047.9 23800 -0.0138774999999924 9242925.84719646 23800 5000 9.849922e-11 9242925.8 Loop time of 0.020272 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:40 2021 Pair time (%) = 0.00118589 (5.84991) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.157597) Outpt time (%) = 0.0189581 (93.5185) Other time (%) = 9.60827e-05 (0.473967) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:40 2021 Memory usage per processor = 27.547 Mbytes Step Atoms AVEKE stressZZ 23800 5000 9.849922e-11 9242874.2 23801 -0.0138774999999924 9242752.19491229 23801 5000 9.8491667e-11 9242752.2 Loop time of 0.017133 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:40 2021 Pair time (%) = 0.00113797 (6.64199) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186471) Outpt time (%) = 0.0158679 (92.6163) Other time (%) = 9.5129e-05 (0.555239) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:40 2021 Memory usage per processor = 27.547 Mbytes Step Atoms AVEKE stressZZ 23801 5000 9.8491667e-11 9242700.6 23802 -0.0138774999999924 9242578.55221423 23802 5000 9.848431e-11 9242578.6 Loop time of 0.0172069 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:40 2021 Pair time (%) = 0.00132394 (7.69423) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.216153) Outpt time (%) = 0.0157011 (91.2486) Other time (%) = 0.00014472 (0.841058) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:40 2021 Memory usage per processor = 27.547 Mbytes Step Atoms AVEKE stressZZ 23802 5000 9.848431e-11 9242526.9 23803 -0.0138774999999924 9242404.91893863 23803 5000 9.8477076e-11 9242404.9 Loop time of 0.0178239 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:40 2021 Pair time (%) = 0.00132608 (7.43991) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.184593) Outpt time (%) = 0.0163639 (91.8083) Other time (%) = 0.000101089 (0.567156) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:40 2021 Memory usage per processor = 27.547 Mbytes Step Atoms AVEKE stressZZ 23803 5000 9.8477076e-11 9242353.3 23804 -0.0138774999999924 9242231.29498052 23804 5000 9.8469923e-11 9242231.3 Loop time of 0.0175719 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:40 2021 Pair time (%) = 0.00114822 (6.53442) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.181813) Outpt time (%) = 0.016299 (92.756) Other time (%) = 9.27448e-05 (0.527801) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:40 2021 Memory usage per processor = 27.547 Mbytes Step Atoms AVEKE stressZZ 23804 5000 9.8469923e-11 9242179.7 23805 -0.0138774999999924 9242057.68027297 23805 5000 9.8462819e-11 9242057.7 Loop time of 0.0171959 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:40 2021 Pair time (%) = 0.00118685 (6.90191) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180243) Outpt time (%) = 0.015882 (92.3591) Other time (%) = 9.60827e-05 (0.558752) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:40 2021 Memory usage per processor = 27.547 Mbytes Step Atoms AVEKE stressZZ 23805 5000 9.8462819e-11 9242006.1 23806 -0.0138774999999924 9241884.07477169 23806 5000 9.8455749e-11 9241884.1 Loop time of 0.0173261 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:40 2021 Pair time (%) = 0.00140309 (8.09814) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.207786) Outpt time (%) = 0.0157208 (90.735) Other time (%) = 0.000166178 (0.959117) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:40 2021 Memory usage per processor = 27.547 Mbytes Step Atoms AVEKE stressZZ 23806 5000 9.8455749e-11 9241832.5 23807 -0.0138774999999924 9241710.47841666 23807 5000 9.8448699e-11 9241710.5 Loop time of 0.0177572 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:40 2021 Pair time (%) = 0.00122809 (6.91604) Neigh time (%) = 0 (0) Comm time (%) = 5.60284e-05 (0.315525) Outpt time (%) = 0.016361 (92.1374) Other time (%) = 0.000112057 (0.63105) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:40 2021 Memory usage per processor = 27.547 Mbytes Step Atoms AVEKE stressZZ 23807 5000 9.8448699e-11 9241658.9 23808 -0.0138774999999924 9241536.89122094 23808 5000 9.8441663e-11 9241536.9 Loop time of 0.017812 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:40 2021 Pair time (%) = 0.00114703 (6.43965) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.186055) Outpt time (%) = 0.0165319 (92.8134) Other time (%) = 9.98974e-05 (0.560843) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:40 2021 Memory usage per processor = 27.547 Mbytes Step Atoms AVEKE stressZZ 23808 5000 9.8441663e-11 9241485.3 23809 -0.0138774999999924 9241363.31317233 23809 5000 9.8434636e-11 9241363.3 Loop time of 0.0169928 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:40 2021 Pair time (%) = 0.00114107 (6.71503) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.189413) Outpt time (%) = 0.0156949 (92.3618) Other time (%) = 0.000124693 (0.733798) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:40 2021 Memory usage per processor = 27.547 Mbytes Step Atoms AVEKE stressZZ 23809 5000 9.8434636e-11 9241311.7 23810 -0.0138774999999924 9241189.74426266 23810 5000 9.8427615e-11 9241189.7 Loop time of 0.0202692 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:40 2021 Pair time (%) = 0.00142407 (7.02582) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.177616) Outpt time (%) = 0.0186532 (92.0273) Other time (%) = 0.000155926 (0.769276) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:40 2021 Memory usage per processor = 27.547 Mbytes Step Atoms AVEKE stressZZ 23810 5000 9.8427615e-11 9241138.1 23811 -0.0138774999999924 9241016.18448629 23811 5000 9.8420598e-11 9241016.2 Loop time of 0.019423 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:40 2021 Pair time (%) = 0.001261 (6.49228) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.175533) Outpt time (%) = 0.0180032 (92.6902) Other time (%) = 0.000124693 (0.641986) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:40 2021 Memory usage per processor = 27.547 Mbytes Step Atoms AVEKE stressZZ 23811 5000 9.8420598e-11 9240964.6 23812 -0.0138774999999924 9240842.6338392 23812 5000 9.8413584e-11 9240842.6 Loop time of 0.0197229 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:40 2021 Pair time (%) = 0.00119686 (6.06837) Neigh time (%) = 0 (0) Comm time (%) = 0.000301123 (1.52676) Outpt time (%) = 0.018132 (91.9334) Other time (%) = 9.29832e-05 (0.471447) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:40 2021 Memory usage per processor = 27.547 Mbytes Step Atoms AVEKE stressZZ 23812 5000 9.8413584e-11 9240791 23813 -0.0138774999999924 9240669.09231842 23813 5000 9.8406572e-11 9240669.1 Loop time of 0.0181682 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:40 2021 Pair time (%) = 0.00114083 (6.27928) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.182408) Outpt time (%) = 0.016906 (93.0528) Other time (%) = 8.82149e-05 (0.485545) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:40 2021 Memory usage per processor = 27.547 Mbytes Step Atoms AVEKE stressZZ 23813 5000 9.8406572e-11 9240617.5 23814 -0.0138774999999924 9240495.55992145 23814 5000 9.8399562e-11 9240495.6 Loop time of 0.017647 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:40 2021 Pair time (%) = 0.00114202 (6.47149) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.182391) Outpt time (%) = 0.0163848 (92.8476) Other time (%) = 8.79765e-05 (0.498534) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:40 2021 Memory usage per processor = 27.547 Mbytes Step Atoms AVEKE stressZZ 23814 5000 9.8399562e-11 9240444 23815 -0.0138774999999924 9240322.03664629 23815 5000 9.8392553e-11 9240322 Loop time of 0.0172899 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:40 2021 Pair time (%) = 0.00133991 (7.74969) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.226148) Outpt time (%) = 0.0157769 (91.2492) Other time (%) = 0.000133991 (0.774969) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:40 2021 Memory usage per processor = 27.547 Mbytes Step Atoms AVEKE stressZZ 23815 5000 9.8392553e-11 9240270.4 23816 -0.0138774999999924 9240148.52249148 23816 5000 9.8385545e-11 9240148.5 Loop time of 0.0177081 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:40 2021 Pair time (%) = 0.00118899 (6.71442) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.180415) Outpt time (%) = 0.0163851 (92.5289) Other time (%) = 0.000102043 (0.576252) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:40 2021 Memory usage per processor = 27.547 Mbytes Step Atoms AVEKE stressZZ 23816 5000 9.8385545e-11 9240096.9 23817 -0.0138774999999924 9239975.01745514 23817 5000 9.8378538e-11 9239975 Loop time of 0.017931 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:40 2021 Pair time (%) = 0.00113988 (6.35704) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.178173) Outpt time (%) = 0.016665 (92.9396) Other time (%) = 9.41753e-05 (0.52521) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:40 2021 Memory usage per processor = 27.547 Mbytes Step Atoms AVEKE stressZZ 23817 5000 9.8378538e-11 9239923.4 23818 -0.0138774999999924 9239801.52153606 23818 5000 9.8371533e-11 9239801.5 Loop time of 0.0172069 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:40 2021 Pair time (%) = 0.00115299 (6.70075) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.187056) Outpt time (%) = 0.0159261 (92.5566) Other time (%) = 9.56059e-05 (0.555625) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:40 2021 Memory usage per processor = 27.547 Mbytes Step Atoms AVEKE stressZZ 23818 5000 9.8371533e-11 9239749.9 23819 -0.0138774999999924 9239628.03473284 23819 5000 9.8364528e-11 9239628 Loop time of 0.017283 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:41 2021 Pair time (%) = 0.0014081 (8.14733) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.202787) Outpt time (%) = 0.0156989 (90.8346) Other time (%) = 0.000140905 (0.815285) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:41 2021 Memory usage per processor = 27.547 Mbytes Step Atoms AVEKE stressZZ 23819 5000 9.8364528e-11 9239576.4 23820 -0.0138774999999924 9239454.55704414 23820 5000 9.8357524e-11 9239454.6 Loop time of 0.0203431 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:41 2021 Pair time (%) = 0.00119495 (5.87401) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.167594) Outpt time (%) = 0.0190091 (93.4427) Other time (%) = 0.000104904 (0.515675) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:41 2021 Memory usage per processor = 27.547 Mbytes Step Atoms AVEKE stressZZ 23820 5000 9.8357524e-11 9239403 23821 -0.0138774999999924 9239281.08846893 23821 5000 9.835052e-11 9239281.1 Loop time of 0.0179141 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:41 2021 Pair time (%) = 0.00117898 (6.58131) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.179672) Outpt time (%) = 0.016609 (92.7146) Other time (%) = 9.39369e-05 (0.524375) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:41 2021 Memory usage per processor = 27.547 Mbytes Step Atoms AVEKE stressZZ 23821 5000 9.835052e-11 9239229.5 23822 -0.0138774999999924 9239107.62900564 23822 5000 9.8343518e-11 9239107.6 Loop time of 0.0172131 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:41 2021 Pair time (%) = 0.00121903 (7.08201) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185603) Outpt time (%) = 0.0158381 (92.0121) Other time (%) = 0.000123978 (0.720252) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:41 2021 Memory usage per processor = 27.547 Mbytes Step Atoms AVEKE stressZZ 23822 5000 9.8343518e-11 9239056 23823 -0.0138774999999924 9238934.17865322 23823 5000 9.8336517e-11 9238934.2 Loop time of 0.0172651 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:41 2021 Pair time (%) = 0.00128794 (7.45978) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197473) Outpt time (%) = 0.0157969 (91.4962) Other time (%) = 0.000146151 (0.84651) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:41 2021 Memory usage per processor = 27.547 Mbytes Step Atoms AVEKE stressZZ 23823 5000 9.8336517e-11 9238882.6 23824 -0.0138774999999924 9238760.7374106 23824 5000 9.8329516e-11 9238760.7 Loop time of 0.017977 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:41 2021 Pair time (%) = 0.0013001 (7.232) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.184348) Outpt time (%) = 0.0165322 (91.963) Other time (%) = 0.00011158 (0.620681) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:41 2021 Memory usage per processor = 27.547 Mbytes Step Atoms AVEKE stressZZ 23824 5000 9.8329516e-11 9238709.2 23825 -0.0138774999999924 9238587.3052764 23825 5000 9.8322516e-11 9238587.3 Loop time of 0.0176702 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:41 2021 Pair time (%) = 0.00114393 (6.47381) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.182152) Outpt time (%) = 0.0164011 (92.8178) Other time (%) = 9.29832e-05 (0.526216) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:41 2021 Memory usage per processor = 27.547 Mbytes Step Atoms AVEKE stressZZ 23825 5000 9.8322516e-11 9238535.7 23826 -0.0138774999999924 9238413.88224941 23826 5000 9.8315517e-11 9238413.9 Loop time of 0.0171258 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:41 2021 Pair time (%) = 0.00124907 (7.29351) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.197686) Outpt time (%) = 0.015744 (91.9311) Other time (%) = 9.89437e-05 (0.577745) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:41 2021 Memory usage per processor = 27.547 Mbytes Step Atoms AVEKE stressZZ 23826 5000 9.8315517e-11 9238362.3 23827 -0.0138774999999924 9238240.46832873 23827 5000 9.8308519e-11 9238240.5 Loop time of 0.0170939 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:41 2021 Pair time (%) = 0.00127792 (7.47591) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205029) Outpt time (%) = 0.015672 (91.6817) Other time (%) = 0.000108957 (0.637405) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:41 2021 Memory usage per processor = 27.547 Mbytes Step Atoms AVEKE stressZZ 23827 5000 9.8308519e-11 9238188.9 23828 -0.0138774999999924 9238067.0635129 23828 5000 9.8301521e-11 9238067.1 Loop time of 0.0179181 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:41 2021 Pair time (%) = 0.00120807 (6.74216) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.184954) Outpt time (%) = 0.0165741 (92.4994) Other time (%) = 0.000102758 (0.573489) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:41 2021 Memory usage per processor = 27.547 Mbytes Step Atoms AVEKE stressZZ 23828 5000 9.8301521e-11 9238015.5 23829 -0.0138774999999924 9237893.66780097 23829 5000 9.8294525e-11 9237893.7 Loop time of 0.0178781 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:41 2021 Pair time (%) = 0.00113988 (6.37586) Neigh time (%) = 0 (0) Comm time (%) = 4.50611e-05 (0.252047) Outpt time (%) = 0.0165749 (92.7106) Other time (%) = 0.000118256 (0.661457) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:41 2021 Memory usage per processor = 27.547 Mbytes Step Atoms AVEKE stressZZ 23829 5000 9.8294525e-11 9237842.1 23830 -0.0138774999999924 9237720.28119169 23830 5000 9.8287529e-11 9237720.3 Loop time of 0.019702 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:41 2021 Pair time (%) = 0.001194 (6.06031) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.168208) Outpt time (%) = 0.0183742 (93.2608) Other time (%) = 0.000100613 (0.510673) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:41 2021 Memory usage per processor = 27.547 Mbytes Step Atoms AVEKE stressZZ 23830 5000 9.8287529e-11 9237668.7 23831 -0.0138774999999924 9237546.90368391 23831 5000 9.8280534e-11 9237546.9 Loop time of 0.017076 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:41 2021 Pair time (%) = 0.00117302 (6.8694) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192678) Outpt time (%) = 0.015738 (92.1644) Other time (%) = 0.000132084 (0.773505) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:41 2021 Memory usage per processor = 27.547 Mbytes Step Atoms AVEKE stressZZ 23831 5000 9.8280534e-11 9237495.3 23832 -0.0138774999999924 9237373.53527649 23832 5000 9.827354e-11 9237373.5 Loop time of 0.0180252 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:41 2021 Pair time (%) = 0.00139999 (7.76689) Neigh time (%) = 0 (0) Comm time (%) = 5.88894e-05 (0.326707) Outpt time (%) = 0.016402 (90.9951) Other time (%) = 0.00016427 (0.911339) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:41 2021 Memory usage per processor = 27.547 Mbytes Step Atoms AVEKE stressZZ 23832 5000 9.827354e-11 9237322 23833 -0.0138774999999924 9237200.17596826 23833 5000 9.8266547e-11 9237200.2 Loop time of 0.017781 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:41 2021 Pair time (%) = 0.00114298 (6.42808) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.191743) Outpt time (%) = 0.0165112 (92.8586) Other time (%) = 9.27448e-05 (0.521595) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:41 2021 Memory usage per processor = 27.547 Mbytes Step Atoms AVEKE stressZZ 23833 5000 9.8266547e-11 9237148.6 23834 -0.0138774999999924 9237026.8257582 23834 5000 9.8259554e-11 9237026.8 Loop time of 0.0172129 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:41 2021 Pair time (%) = 0.00114083 (6.62779) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198072) Outpt time (%) = 0.0159459 (92.6395) Other time (%) = 9.20296e-05 (0.534656) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:41 2021 Memory usage per processor = 27.547 Mbytes Step Atoms AVEKE stressZZ 23834 5000 9.8259554e-11 9236975.3 23835 -0.0138774999999924 9236853.48464499 23835 5000 9.8252562e-11 9236853.5 Loop time of 0.017061 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:41 2021 Pair time (%) = 0.00118494 (6.94532) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.280887) Outpt time (%) = 0.0156929 (91.9814) Other time (%) = 0.000135183 (0.792353) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:41 2021 Memory usage per processor = 27.547 Mbytes Step Atoms AVEKE stressZZ 23835 5000 9.8252562e-11 9236801.9 23836 -0.0138774999999924 9236680.15262774 23836 5000 9.8245572e-11 9236680.2 Loop time of 0.018225 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:41 2021 Pair time (%) = 0.00131106 (7.19378) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.185764) Outpt time (%) = 0.0167689 (92.0108) Other time (%) = 0.000111103 (0.60962) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:41 2021 Memory usage per processor = 27.547 Mbytes Step Atoms AVEKE stressZZ 23836 5000 9.8245572e-11 9236628.6 23837 -0.0138774999999924 9236506.8297051 23837 5000 9.8238581e-11 9236506.8 Loop time of 0.017904 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:41 2021 Pair time (%) = 0.00124097 (6.93122) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.173114) Outpt time (%) = 0.016505 (92.1859) Other time (%) = 0.000127077 (0.709768) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:41 2021 Memory usage per processor = 27.547 Mbytes Step Atoms AVEKE stressZZ 23837 5000 9.8238581e-11 9236455.3 23838 -0.0138774999999924 9236333.51587619 23838 5000 9.8231592e-11 9236333.5 Loop time of 0.0179052 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:41 2021 Pair time (%) = 0.00137401 (7.67377) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.201065) Outpt time (%) = 0.0163538 (91.3356) Other time (%) = 0.000141382 (0.789614) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:41 2021 Memory usage per processor = 27.547 Mbytes Step Atoms AVEKE stressZZ 23838 5000 9.8231592e-11 9236282 23839 -0.0138774999999924 9236160.21113964 23839 5000 9.8224604e-11 9236160.2 Loop time of 0.0171652 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:41 2021 Pair time (%) = 0.00118208 (6.88649) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198622) Outpt time (%) = 0.0158 (92.0468) Other time (%) = 0.000149012 (0.868104) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:41 2021 Memory usage per processor = 27.547 Mbytes Step Atoms AVEKE stressZZ 23839 5000 9.8224604e-11 9236108.6 23840 -0.0138774999999924 9235986.91549461 23840 5000 9.8217616e-11 9235986.9 Loop time of 0.0207908 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:41 2021 Pair time (%) = 0.00131798 (6.33923) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.159398) Outpt time (%) = 0.0193079 (92.8672) Other time (%) = 0.000131845 (0.634152) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:41 2021 Memory usage per processor = 27.547 Mbytes Step Atoms AVEKE stressZZ 23840 5000 9.8217616e-11 9235935.4 23841 -0.0138774999999924 9235813.62893972 23841 5000 9.8210629e-11 9235813.6 Loop time of 0.0178301 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:41 2021 Pair time (%) = 0.00114417 (6.41706) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.17918) Outpt time (%) = 0.016561 (92.8823) Other time (%) = 9.29832e-05 (0.521495) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:41 2021 Memory usage per processor = 27.547 Mbytes Step Atoms AVEKE stressZZ 23841 5000 9.8210629e-11 9235762.1 23842 -0.0138774999999924 9235640.35147404 23842 5000 9.8203643e-11 9235640.4 Loop time of 0.017724 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:41 2021 Pair time (%) = 0.00113988 (6.43126) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.181598) Outpt time (%) = 0.016458 (92.8571) Other time (%) = 9.39369e-05 (0.529997) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:41 2021 Memory usage per processor = 27.547 Mbytes Step Atoms AVEKE stressZZ 23842 5000 9.8203643e-11 9235588.8 23843 -0.0138774999999924 9235467.08309649 23843 5000 9.8196658e-11 9235467.1 Loop time of 0.0170979 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:41 2021 Pair time (%) = 0.00116396 (6.8076) Neigh time (%) = 0 (0) Comm time (%) = 0.000102043 (0.596815) Outpt time (%) = 0.015708 (91.8705) Other time (%) = 0.000123978 (0.725102) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:41 2021 Memory usage per processor = 27.547 Mbytes Step Atoms AVEKE stressZZ 23843 5000 9.8196658e-11 9235415.5 23844 -0.0138774999999924 9235293.82380583 23844 5000 9.8189674e-11 9235293.8 Loop time of 0.017906 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:41 2021 Pair time (%) = 0.00156903 (8.76263) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.201057) Outpt time (%) = 0.01615 (90.1935) Other time (%) = 0.000150919 (0.842842) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:41 2021 Memory usage per processor = 27.547 Mbytes Step Atoms AVEKE stressZZ 23844 5000 9.8189674e-11 9235242.3 23845 -0.0138774999999924 9235120.57360122 23845 5000 9.818269e-11 9235120.6 Loop time of 0.017827 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:41 2021 Pair time (%) = 0.00114107 (6.40079) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.180549) Outpt time (%) = 0.016546 (92.8142) Other time (%) = 0.000107765 (0.604504) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:41 2021 Memory usage per processor = 27.547 Mbytes Step Atoms AVEKE stressZZ 23845 5000 9.818269e-11 9235069 23846 -0.0138774999999924 9234947.3324812 23846 5000 9.8175707e-11 9234947.3 Loop time of 0.0175071 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:41 2021 Pair time (%) = 0.00114083 (6.51641) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.183849) Outpt time (%) = 0.0162408 (92.7673) Other time (%) = 9.32217e-05 (0.53248) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:41 2021 Memory usage per processor = 27.547 Mbytes Step Atoms AVEKE stressZZ 23846 5000 9.8175707e-11 9234895.8 23847 -0.0138774999999924 9234774.10044497 23847 5000 9.8168725e-11 9234774.1 Loop time of 0.0173349 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:41 2021 Pair time (%) = 0.00132799 (7.66078) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.202179) Outpt time (%) = 0.0158679 (91.5374) Other time (%) = 0.000103951 (0.599659) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:41 2021 Memory usage per processor = 27.547 Mbytes Step Atoms AVEKE stressZZ 23847 5000 9.8168725e-11 9234722.5 23848 -0.0138774999999924 9234600.87749125 23848 5000 9.8161744e-11 9234600.9 Loop time of 0.0178409 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:41 2021 Pair time (%) = 0.00149918 (8.40305) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.219163) Outpt time (%) = 0.0161519 (90.5332) Other time (%) = 0.000150681 (0.844581) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:41 2021 Memory usage per processor = 27.547 Mbytes Step Atoms AVEKE stressZZ 23848 5000 9.8161744e-11 9234549.3 23849 -0.0138774999999924 9234427.66361927 23849 5000 9.8154764e-11 9234427.7 Loop time of 0.017746 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:41 2021 Pair time (%) = 0.00114489 (6.45153) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.181374) Outpt time (%) = 0.0164819 (92.8767) Other time (%) = 8.70228e-05 (0.49038) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:41 2021 Memory usage per processor = 27.547 Mbytes Step Atoms AVEKE stressZZ 23849 5000 9.8154764e-11 9234376.1 23850 -0.0138774999999924 9234254.45882754 23850 5000 9.8147784e-11 9234254.5 Loop time of 0.020174 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:41 2021 Pair time (%) = 0.00114202 (5.66087) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.153635) Outpt time (%) = 0.0189059 (93.714) Other time (%) = 9.5129e-05 (0.471542) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:41 2021 Memory usage per processor = 27.547 Mbytes Step Atoms AVEKE stressZZ 23850 5000 9.8147784e-11 9234202.9 23851 -0.0138774999999924 9234081.26311528 23851 5000 9.8140806e-11 9234081.3 Loop time of 0.0169609 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:41 2021 Pair time (%) = 0.00116014 (6.84013) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.201015) Outpt time (%) = 0.015667 (92.3713) Other time (%) = 9.9659e-05 (0.587582) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:41 2021 Memory usage per processor = 27.547 Mbytes Step Atoms AVEKE stressZZ 23851 5000 9.8140806e-11 9234029.7 23852 -0.0138774999999924 9233908.07648132 23852 5000 9.8133828e-11 9233908.1 Loop time of 0.017427 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:41 2021 Pair time (%) = 0.0014379 (8.25102) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.206583) Outpt time (%) = 0.0158269 (90.8187) Other time (%) = 0.000126123 (0.723726) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:41 2021 Memory usage per processor = 27.547 Mbytes Step Atoms AVEKE stressZZ 23852 5000 9.8133828e-11 9233856.5 23853 -0.0138774999999924 9233734.89892459 23853 5000 9.8126851e-11 9233734.9 Loop time of 0.019742 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:41 2021 Pair time (%) = 0.00118995 (6.02749) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.161828) Outpt time (%) = 0.018419 (93.2986) Other time (%) = 0.000101089 (0.512053) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:41 2021 Memory usage per processor = 27.547 Mbytes Step Atoms AVEKE stressZZ 23853 5000 9.8126851e-11 9233683.4 23854 -0.0138774999999924 9233561.73044393 23854 5000 9.8119874e-11 9233561.7 Loop time of 0.0193861 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:41 2021 Pair time (%) = 0.00141191 (7.28315) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.15988) Outpt time (%) = 0.0178201 (91.9224) Other time (%) = 0.000123024 (0.6346) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:41 2021 Memory usage per processor = 27.547 Mbytes Step Atoms AVEKE stressZZ 23854 5000 9.8119874e-11 9233510.2 23855 -0.0138774999999924 9233388.57103845 23855 5000 9.8112899e-11 9233388.6 Loop time of 0.018182 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:41 2021 Pair time (%) = 0.00114584 (6.30204) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.177024) Outpt time (%) = 0.0169148 (93.0305) Other time (%) = 8.91685e-05 (0.490421) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:41 2021 Memory usage per processor = 27.547 Mbytes Step Atoms AVEKE stressZZ 23855 5000 9.8112899e-11 9233337 23856 -0.0138774999999924 9233215.42070696 23856 5000 9.8105924e-11 9233215.4 Loop time of 0.01824 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:41 2021 Pair time (%) = 0.00120282 (6.59443) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.175154) Outpt time (%) = 0.016917 (92.7468) Other time (%) = 8.82149e-05 (0.483635) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:41 2021 Memory usage per processor = 27.547 Mbytes Step Atoms AVEKE stressZZ 23856 5000 9.8105924e-11 9233163.9 23857 -0.0138774999999924 9233042.27944852 23857 5000 9.8098951e-11 9233042.3 Loop time of 0.017096 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:41 2021 Pair time (%) = 0.00116014 (6.78604) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.199425) Outpt time (%) = 0.0157621 (92.1973) Other time (%) = 0.000139713 (0.817226) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:41 2021 Memory usage per processor = 27.547 Mbytes Step Atoms AVEKE stressZZ 23857 5000 9.8098951e-11 9232990.7 23858 -0.0138774999999924 9232869.14726188 23858 5000 9.8091978e-11 9232869.1 Loop time of 0.017668 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:41 2021 Pair time (%) = 0.00151587 (8.57972) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.221308) Outpt time (%) = 0.015964 (90.3556) Other time (%) = 0.000149012 (0.843398) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:41 2021 Memory usage per processor = 27.547 Mbytes Step Atoms AVEKE stressZZ 23858 5000 9.8091978e-11 9232817.6 23859 -0.0138774999999924 9232696.02414609 23859 5000 9.8085005e-11 9232696 Loop time of 0.017724 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:41 2021 Pair time (%) = 0.00123405 (6.9626) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.192359) Outpt time (%) = 0.0163629 (92.3204) Other time (%) = 9.29832e-05 (0.524617) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:41 2021 Memory usage per processor = 27.547 Mbytes Step Atoms AVEKE stressZZ 23859 5000 9.8085005e-11 9232644.5 23860 -0.0138774999999924 9232522.91010012 23860 5000 9.8078034e-11 9232522.9 Loop time of 0.020263 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:41 2021 Pair time (%) = 0.00119019 (5.8737) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.162374) Outpt time (%) = 0.018945 (93.4956) Other time (%) = 9.48906e-05 (0.468296) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:41 2021 Memory usage per processor = 27.547 Mbytes Step Atoms AVEKE stressZZ 23860 5000 9.8078034e-11 9232471.4 23861 -0.0138774999999924 9232349.8051228 23861 5000 9.8071063e-11 9232349.8 Loop time of 0.016912 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:42 2021 Pair time (%) = 0.00114918 (6.79505) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188908) Outpt time (%) = 0.015635 (92.4493) Other time (%) = 9.58443e-05 (0.566724) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:42 2021 Memory usage per processor = 27.547 Mbytes Step Atoms AVEKE stressZZ 23861 5000 9.8071063e-11 9232298.3 23862 -0.0138774999999924 9232176.70921332 23862 5000 9.8064094e-11 9232176.7 Loop time of 0.0204141 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:42 2021 Pair time (%) = 0.00135303 (6.62789) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.249933) Outpt time (%) = 0.018867 (92.4214) Other time (%) = 0.000143051 (0.700746) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:42 2021 Memory usage per processor = 27.547 Mbytes Step Atoms AVEKE stressZZ 23862 5000 9.8064094e-11 9232125.2 23863 -0.0138774999999924 9232003.62237032 23863 5000 9.8057125e-11 9232003.6 Loop time of 0.017978 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:42 2021 Pair time (%) = 0.00141406 (7.86553) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.217492) Outpt time (%) = 0.016386 (91.1451) Other time (%) = 0.00013876 (0.771832) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:42 2021 Memory usage per processor = 27.547 Mbytes Step Atoms AVEKE stressZZ 23863 5000 9.8057125e-11 9231952.1 23864 -0.0138774999999924 9231830.54459293 23864 5000 9.8050156e-11 9231830.5 Loop time of 0.0177588 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:42 2021 Pair time (%) = 0.00118089 (6.64957) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.1799) Outpt time (%) = 0.0164528 (92.6456) Other time (%) = 9.32217e-05 (0.524931) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:42 2021 Memory usage per processor = 27.547 Mbytes Step Atoms AVEKE stressZZ 23864 5000 9.8050156e-11 9231779 23865 -0.0138774999999924 9231657.47588 23865 5000 9.8043189e-11 9231657.5 Loop time of 0.017314 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:42 2021 Pair time (%) = 0.0012188 (7.03938) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.195538) Outpt time (%) = 0.0159659 (92.2143) Other time (%) = 9.53674e-05 (0.550812) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:42 2021 Memory usage per processor = 27.547 Mbytes Step Atoms AVEKE stressZZ 23865 5000 9.8043189e-11 9231605.9 23866 -0.0138774999999924 9231484.41623068 23866 5000 9.8036223e-11 9231484.4 Loop time of 0.0171459 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:42 2021 Pair time (%) = 0.00121903 (7.10978) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198846) Outpt time (%) = 0.0157459 (91.8348) Other time (%) = 0.000146866 (0.856567) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:42 2021 Memory usage per processor = 27.547 Mbytes Step Atoms AVEKE stressZZ 23866 5000 9.8036223e-11 9231432.9 23867 -0.0138774999999924 9231311.36564373 23867 5000 9.8029257e-11 9231311.4 Loop time of 0.0177162 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:42 2021 Pair time (%) = 0.00127482 (7.19582) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.187062) Outpt time (%) = 0.0162969 (91.9886) Other time (%) = 0.000111341 (0.628474) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:42 2021 Memory usage per processor = 27.547 Mbytes Step Atoms AVEKE stressZZ 23867 5000 9.8029257e-11 9231259.8 23868 -0.0138774999999924 9231138.3241182 23868 5000 9.8022292e-11 9231138.3 Loop time of 0.0175531 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:42 2021 Pair time (%) = 0.00114393 (6.51699) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182008) Outpt time (%) = 0.0162842 (92.7713) Other time (%) = 9.29832e-05 (0.529726) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:42 2021 Memory usage per processor = 27.547 Mbytes Step Atoms AVEKE stressZZ 23868 5000 9.8022292e-11 9231086.8 23869 -0.0138774999999924 9230965.29165288 23869 5000 9.8015328e-11 9230965.3 Loop time of 0.0171309 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:42 2021 Pair time (%) = 0.00114083 (6.65952) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186494) Outpt time (%) = 0.015861 (92.5875) Other time (%) = 9.70364e-05 (0.566442) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:42 2021 Memory usage per processor = 27.547 Mbytes Step Atoms AVEKE stressZZ 23869 5000 9.8015328e-11 9230913.8 23870 -0.0138774999999924 9230792.26824707 23870 5000 9.8008365e-11 9230792.3 Loop time of 0.0196819 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:42 2021 Pair time (%) = 0.00127888 (6.49772) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.172013) Outpt time (%) = 0.0182641 (92.7961) Other time (%) = 0.000105143 (0.534209) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:42 2021 Memory usage per processor = 27.547 Mbytes Step Atoms AVEKE stressZZ 23870 5000 9.8008365e-11 9230740.7 23871 -0.0138774999999924 9230619.25389947 23871 5000 9.8001402e-11 9230619.3 Loop time of 0.0178721 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:42 2021 Pair time (%) = 0.001441 (8.06286) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.21211) Outpt time (%) = 0.0162389 (90.8619) Other time (%) = 0.000154257 (0.863115) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:42 2021 Memory usage per processor = 27.547 Mbytes Step Atoms AVEKE stressZZ 23871 5000 9.8001402e-11 9230567.7 23872 -0.0138774999999924 9230446.24860915 23872 5000 9.799444e-11 9230446.2 Loop time of 0.017719 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:42 2021 Pair time (%) = 0.00117803 (6.64837) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.180304) Outpt time (%) = 0.0164149 (92.6398) Other time (%) = 9.41753e-05 (0.531493) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:42 2021 Memory usage per processor = 27.547 Mbytes Step Atoms AVEKE stressZZ 23872 5000 9.799444e-11 9230394.7 23873 -0.0138774999999924 9230273.25237504 23873 5000 9.798748e-11 9230273.3 Loop time of 0.0175581 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:42 2021 Pair time (%) = 0.00113988 (6.49204) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.183314) Outpt time (%) = 0.0162928 (92.7937) Other time (%) = 9.32217e-05 (0.530933) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:42 2021 Memory usage per processor = 27.547 Mbytes Step Atoms AVEKE stressZZ 23873 5000 9.798748e-11 9230221.7 23874 -0.0138774999999924 9230100.26519608 23874 5000 9.798052e-11 9230100.3 Loop time of 0.0172391 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:42 2021 Pair time (%) = 0.00116515 (6.75878) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197771) Outpt time (%) = 0.0158961 (92.2095) Other time (%) = 0.000143766 (0.833956) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:42 2021 Memory usage per processor = 27.547 Mbytes Step Atoms AVEKE stressZZ 23874 5000 9.798052e-11 9230048.7 23875 -0.0138774999999924 9229927.28707127 23875 5000 9.797356e-11 9229927.3 Loop time of 0.0179839 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:42 2021 Pair time (%) = 0.00153208 (8.51916) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.205489) Outpt time (%) = 0.016201 (90.0862) Other time (%) = 0.000213861 (1.18918) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:42 2021 Memory usage per processor = 27.547 Mbytes Step Atoms AVEKE stressZZ 23875 5000 9.797356e-11 9229875.8 23876 -0.0138774999999924 9229754.31799963 23876 5000 9.7966602e-11 9229754.3 Loop time of 0.0176492 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:42 2021 Pair time (%) = 0.00115108 (6.52203) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.181017) Outpt time (%) = 0.016371 (92.7579) Other time (%) = 9.5129e-05 (0.539) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:27:42 2021 Memory usage per processor = 27.547 Mbytes Step Atoms AVEKE stressZZ 23876 5000 9.7966602e-11 9229702.8 23877 -0.0138774999999924 9229557.53452398 23877 5000 1.932193e-10 9229861.7 Loop time of 0.016798 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:42 2021 Pair time (%) = 0.00114703 (6.82838) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.19019) Outpt time (%) = 0.0154781 (92.1426) Other time (%) = 0.000140905 (0.838821) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28383 ave 28383 max 28383 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28383 Ave neighs/atom = 5.6766 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:42 2021 Memory usage per processor = 27.547 Mbytes Step Atoms AVEKE stressZZ 23877 5000 1.932193e-10 9300069.6 23878 -0.0139099999999924 9299909.62602873 23878 5000 1.5543363e-10 9299909.6 Loop time of 0.017442 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:42 2021 Pair time (%) = 0.0011878 (6.81001) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.274752) Outpt time (%) = 0.0160789 (92.1853) Other time (%) = 0.000127316 (0.729937) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28385 ave 28385 max 28385 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28385 Ave neighs/atom = 5.677 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:42 2021 Memory usage per processor = 27.547 Mbytes Step Atoms AVEKE stressZZ 23878 5000 1.5543363e-10 9299839.9 23879 -0.0139099999999924 9299693.5467176 23879 5000 1.3355589e-10 9299693.5 Loop time of 0.0174849 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:42 2021 Pair time (%) = 0.00117993 (6.7483) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182718) Outpt time (%) = 0.0161769 (92.5195) Other time (%) = 9.60827e-05 (0.549518) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28385 ave 28385 max 28385 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28385 Ave neighs/atom = 5.677 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:42 2021 Memory usage per processor = 27.547 Mbytes Step Atoms AVEKE stressZZ 23879 5000 1.3355589e-10 9299630.3 23880 -0.0139099999999924 9299492.55738264 23880 5000 1.205134e-10 9299492.6 Loop time of 0.020256 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:42 2021 Pair time (%) = 0.00123906 (6.117) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.168315) Outpt time (%) = 0.0188839 (93.2262) Other time (%) = 9.89437e-05 (0.488465) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28385 ave 28385 max 28385 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28385 Ave neighs/atom = 5.677 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:42 2021 Memory usage per processor = 27.5471 Mbytes Step Atoms AVEKE stressZZ 23880 5000 1.205134e-10 9299433.4 23881 -0.0139099999999924 9299301.16119965 23881 5000 1.1257103e-10 9299301.2 Loop time of 0.0175731 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:42 2021 Pair time (%) = 0.00114298 (6.50413) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.181801) Outpt time (%) = 0.016288 (92.6873) Other time (%) = 0.000110149 (0.626806) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28385 ave 28385 max 28385 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28385 Ave neighs/atom = 5.677 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:42 2021 Memory usage per processor = 27.5471 Mbytes Step Atoms AVEKE stressZZ 23881 5000 1.1257103e-10 9299244.6 23882 -0.0139099999999924 9299115.86490195 23882 5000 1.0766194e-10 9299115.9 Loop time of 0.0169871 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:42 2021 Pair time (%) = 0.00122905 (7.23519) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.200705) Outpt time (%) = 0.015624 (91.976) Other time (%) = 9.98974e-05 (0.588078) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28385 ave 28385 max 28385 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28385 Ave neighs/atom = 5.677 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:42 2021 Memory usage per processor = 27.5471 Mbytes Step Atoms AVEKE stressZZ 23882 5000 1.0766194e-10 9299061 23883 -0.0139099999999924 9298934.44848728 23883 5000 1.0459652e-10 9298934.4 Loop time of 0.0176198 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:42 2021 Pair time (%) = 0.00155687 (8.83591) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.220559) Outpt time (%) = 0.015862 (90.0234) Other time (%) = 0.000162125 (0.920125) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28385 ave 28385 max 28385 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28385 Ave neighs/atom = 5.677 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:42 2021 Memory usage per processor = 27.5471 Mbytes Step Atoms AVEKE stressZZ 23883 5000 1.0459652e-10 9298880.6 23884 -0.0139099999999924 9298755.5011223 23884 5000 1.0266885e-10 9298755.5 Loop time of 0.017705 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:42 2021 Pair time (%) = 0.00114703 (6.47859) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.18718) Outpt time (%) = 0.016423 (92.7592) Other time (%) = 0.000101805 (0.575007) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28385 ave 28385 max 28385 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28385 Ave neighs/atom = 5.677 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:42 2021 Memory usage per processor = 27.5471 Mbytes Step Atoms AVEKE stressZZ 23884 5000 1.0266885e-10 9298702.3 23885 -0.0139099999999924 9298578.1262071 23885 5000 1.0145052e-10 9298578.1 Loop time of 0.0175221 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:42 2021 Pair time (%) = 0.00118303 (6.75166) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18233) Outpt time (%) = 0.0161819 (92.3517) Other time (%) = 0.00012517 (0.714354) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28385 ave 28385 max 28385 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28385 Ave neighs/atom = 5.677 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:42 2021 Memory usage per processor = 27.5471 Mbytes Step Atoms AVEKE stressZZ 23885 5000 1.0145052e-10 9298525.4 23886 -0.0139099999999924 9298401.75394284 23886 5000 1.0067745e-10 9298401.8 Loop time of 0.017277 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:42 2021 Pair time (%) = 0.00126195 (7.30422) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197337) Outpt time (%) = 0.015878 (91.9023) Other time (%) = 0.000102997 (0.59615) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28385 ave 28385 max 28385 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28385 Ave neighs/atom = 5.677 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:42 2021 Memory usage per processor = 27.5471 Mbytes Step Atoms AVEKE stressZZ 23886 5000 1.0067745e-10 9298349.3 23887 -0.0139099999999924 9298226.02221542 23887 5000 1.001851e-10 9298226 Loop time of 0.0179811 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:42 2021 Pair time (%) = 0.00155401 (8.6425) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.210825) Outpt time (%) = 0.0162408 (90.3219) Other time (%) = 0.000148296 (0.824737) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28385 ave 28385 max 28385 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28385 Ave neighs/atom = 5.677 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:42 2021 Memory usage per processor = 27.5471 Mbytes Step Atoms AVEKE stressZZ 23887 5000 1.001851e-10 9298173.7 23888 -0.0139099999999924 9298050.70089711 23888 5000 9.9870239e-11 9298050.7 Loop time of 0.0181339 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:42 2021 Pair time (%) = 0.00118184 (6.51731) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.177494) Outpt time (%) = 0.016794 (92.611) Other time (%) = 0.000125885 (0.694198) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28385 ave 28385 max 28385 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28385 Ave neighs/atom = 5.677 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:42 2021 Memory usage per processor = 27.5471 Mbytes Step Atoms AVEKE stressZZ 23888 5000 9.9870239e-11 9297998.5 23889 -0.0139099999999924 9297875.64378138 23889 5000 9.9667816e-11 9297875.6 Loop time of 0.0180242 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:42 2021 Pair time (%) = 0.00118899 (6.59665) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.177251) Outpt time (%) = 0.0167089 (92.7023) Other time (%) = 9.44138e-05 (0.523816) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28385 ave 28385 max 28385 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28385 Ave neighs/atom = 5.677 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:42 2021 Memory usage per processor = 27.5471 Mbytes Step Atoms AVEKE stressZZ 23889 5000 9.9667816e-11 9297823.5 23890 -0.0139099999999924 9297700.75791742 23890 5000 9.9536698e-11 9297700.8 Loop time of 0.0199571 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:42 2021 Pair time (%) = 0.00120306 (6.02824) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.166057) Outpt time (%) = 0.0185881 (93.1403) Other time (%) = 0.000132799 (0.665424) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28385 ave 28385 max 28385 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28385 Ave neighs/atom = 5.677 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:42 2021 Memory usage per processor = 27.5471 Mbytes Step Atoms AVEKE stressZZ 23890 5000 9.9536698e-11 9297648.7 23891 -0.0139099999999924 9297525.98422575 23891 5000 9.9450834e-11 9297526 Loop time of 0.017487 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:42 2021 Pair time (%) = 0.00134301 (7.68004) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.212691) Outpt time (%) = 0.015976 (91.3588) Other time (%) = 0.000130892 (0.748507) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28385 ave 28385 max 28385 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28385 Ave neighs/atom = 5.677 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:42 2021 Memory usage per processor = 27.5471 Mbytes Step Atoms AVEKE stressZZ 23891 5000 9.9450834e-11 9297473.9 23892 -0.0139099999999924 9297351.28516374 23892 5000 9.9393706e-11 9297351.3 Loop time of 0.0179861 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:42 2021 Pair time (%) = 0.00127196 (7.07194) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.210766) Outpt time (%) = 0.0165648 (92.0983) Other time (%) = 0.000111341 (0.619043) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28385 ave 28385 max 28385 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28385 Ave neighs/atom = 5.677 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:42 2021 Memory usage per processor = 27.5471 Mbytes Step Atoms AVEKE stressZZ 23892 5000 9.9393706e-11 9297299.2 23893 -0.0139099999999924 9297176.63684626 23893 5000 9.935483e-11 9297176.6 Loop time of 0.0177491 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:42 2021 Pair time (%) = 0.00119305 (6.72174) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.185372) Outpt time (%) = 0.0164261 (92.5462) Other time (%) = 9.70364e-05 (0.546712) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28385 ave 28385 max 28385 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28385 Ave neighs/atom = 5.677 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:42 2021 Memory usage per processor = 27.5471 Mbytes Step Atoms AVEKE stressZZ 23893 5000 9.935483e-11 9297124.6 23894 -0.0139099999999924 9297002.02412779 23894 5000 9.9327549e-11 9297002 Loop time of 0.0175869 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:42 2021 Pair time (%) = 0.00121784 (6.92469) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.193859) Outpt time (%) = 0.016232 (92.2958) Other time (%) = 0.000102997 (0.585644) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28385 ave 28385 max 28385 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28385 Ave neighs/atom = 5.677 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:42 2021 Memory usage per processor = 27.5471 Mbytes Step Atoms AVEKE stressZZ 23894 5000 9.9327549e-11 9296950 23895 -0.0139099999999924 9296827.437378 23895 5000 9.9307635e-11 9296827.4 Loop time of 0.0212989 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:42 2021 Pair time (%) = 0.00157714 (7.4048) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.173506) Outpt time (%) = 0.0195799 (91.9292) Other time (%) = 0.000104904 (0.492534) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28385 ave 28385 max 28385 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28385 Ave neighs/atom = 5.677 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:42 2021 Memory usage per processor = 27.5471 Mbytes Step Atoms AVEKE stressZZ 23895 5000 9.9307635e-11 9296775.4 23896 -0.0139099999999924 9296652.87047166 23896 5000 9.9292403e-11 9296652.9 Loop time of 0.019793 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:42 2021 Pair time (%) = 0.00147104 (7.43212) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.167434) Outpt time (%) = 0.0181952 (91.9271) Other time (%) = 9.36985e-05 (0.473391) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28385 ave 28385 max 28385 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28385 Ave neighs/atom = 5.677 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:42 2021 Memory usage per processor = 27.5471 Mbytes Step Atoms AVEKE stressZZ 23896 5000 9.9292403e-11 9296600.9 23897 -0.0139099999999924 9296478.31951595 23897 5000 9.9280147e-11 9296478.3 Loop time of 0.018497 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:42 2021 Pair time (%) = 0.00120211 (6.49893) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.179165) Outpt time (%) = 0.017168 (92.8153) Other time (%) = 9.36985e-05 (0.506561) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28385 ave 28385 max 28385 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28385 Ave neighs/atom = 5.677 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:42 2021 Memory usage per processor = 27.5471 Mbytes Step Atoms AVEKE stressZZ 23897 5000 9.9280147e-11 9296426.3 23898 -0.0139099999999924 9296303.78203615 23898 5000 9.9269781e-11 9296303.8 Loop time of 0.0180571 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:42 2021 Pair time (%) = 0.00140715 (7.79276) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.209937) Outpt time (%) = 0.016469 (91.2051) Other time (%) = 0.000143051 (0.792215) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28385 ave 28385 max 28385 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28385 Ave neighs/atom = 5.677 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:42 2021 Memory usage per processor = 27.5471 Mbytes Step Atoms AVEKE stressZZ 23898 5000 9.9269781e-11 9296251.8 23899 -0.0139099999999924 9296129.25645932 23899 5000 9.9260618e-11 9296129.3 Loop time of 0.0178161 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:42 2021 Pair time (%) = 0.00119591 (6.71252) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.19538) Outpt time (%) = 0.0164909 (92.5622) Other time (%) = 9.44138e-05 (0.529936) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28385 ave 28385 max 28385 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28385 Ave neighs/atom = 5.677 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:42 2021 Memory usage per processor = 27.5471 Mbytes Step Atoms AVEKE stressZZ 23899 5000 9.9260618e-11 9296077.2 23900 -0.0139099999999924 9295954.74178501 23900 5000 9.9252218e-11 9295954.7 Loop time of 0.02038 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:42 2021 Pair time (%) = 0.001194 (5.85868) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.161441) Outpt time (%) = 0.019053 (93.4885) Other time (%) = 0.000100136 (0.491343) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28385 ave 28385 max 28385 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28385 Ave neighs/atom = 5.677 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:42 2021 Memory usage per processor = 27.5471 Mbytes Step Atoms AVEKE stressZZ 23900 5000 9.9252218e-11 9295902.7 23901 -0.0139099999999924 9295780.23737707 23901 5000 9.9244305e-11 9295780.2 Loop time of 0.0176251 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:42 2021 Pair time (%) = 0.00120115 (6.81502) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.188028) Outpt time (%) = 0.016294 (92.4478) Other time (%) = 9.67979e-05 (0.549205) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28385 ave 28385 max 28385 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28385 Ave neighs/atom = 5.677 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:42 2021 Memory usage per processor = 27.5471 Mbytes Step Atoms AVEKE stressZZ 23901 5000 9.9244305e-11 9295728.2 23902 -0.0139099999999924 9295605.74283095 23902 5000 9.92367e-11 9295605.7 Loop time of 0.0177341 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:43 2021 Pair time (%) = 0.00136685 (7.70751) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.213761) Outpt time (%) = 0.016206 (91.3837) Other time (%) = 0.000123262 (0.695061) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28385 ave 28385 max 28385 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28385 Ave neighs/atom = 5.677 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:43 2021 Memory usage per processor = 27.5471 Mbytes Step Atoms AVEKE stressZZ 23902 5000 9.92367e-11 9295553.7 23903 -0.0139099999999924 9295431.25788886 23903 5000 9.9229292e-11 9295431.3 Loop time of 0.017853 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:43 2021 Pair time (%) = 0.00125003 (7.00178) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.196311) Outpt time (%) = 0.0164611 (92.2036) Other time (%) = 0.000106812 (0.598283) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28385 ave 28385 max 28385 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28385 Ave neighs/atom = 5.677 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:43 2021 Memory usage per processor = 27.5471 Mbytes Step Atoms AVEKE stressZZ 23903 5000 9.9229292e-11 9295379.3 23904 -0.0139099999999924 9295256.78240001 23904 5000 9.922201e-11 9295256.8 Loop time of 0.017802 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:43 2021 Pair time (%) = 0.00119901 (6.73524) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.18616) Outpt time (%) = 0.0164719 (92.5282) Other time (%) = 9.799e-05 (0.550444) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28385 ave 28385 max 28385 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28385 Ave neighs/atom = 5.677 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:43 2021 Memory usage per processor = 27.5471 Mbytes Step Atoms AVEKE stressZZ 23904 5000 9.922201e-11 9295204.8 23905 -0.0139099999999924 9295082.31624668 23905 5000 9.9214807e-11 9295082.3 Loop time of 0.0175369 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:43 2021 Pair time (%) = 0.00119281 (6.80171) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.193053) Outpt time (%) = 0.016211 (92.4397) Other time (%) = 9.91821e-05 (0.565563) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28385 ave 28385 max 28385 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28385 Ave neighs/atom = 5.677 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:43 2021 Memory usage per processor = 27.5471 Mbytes Step Atoms AVEKE stressZZ 23905 5000 9.9214807e-11 9295030.3 23906 -0.0139099999999924 9294907.8593606 23906 5000 9.9207656e-11 9294907.9 Loop time of 0.0177619 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:43 2021 Pair time (%) = 0.00130892 (7.36923) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.209399) Outpt time (%) = 0.016299 (91.7636) Other time (%) = 0.000116825 (0.657727) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28385 ave 28385 max 28385 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28385 Ave neighs/atom = 5.677 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:43 2021 Memory usage per processor = 27.5471 Mbytes Step Atoms AVEKE stressZZ 23906 5000 9.9207656e-11 9294855.9 23907 -0.0139099999999924 9294733.41169906 23907 5000 9.9200537e-11 9294733.4 Loop time of 0.0178599 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:43 2021 Pair time (%) = 0.00124502 (6.97103) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.190896) Outpt time (%) = 0.016475 (92.2454) Other time (%) = 0.000105858 (0.592711) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28385 ave 28385 max 28385 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28385 Ave neighs/atom = 5.677 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:43 2021 Memory usage per processor = 27.5471 Mbytes Step Atoms AVEKE stressZZ 23907 5000 9.9200537e-11 9294681.4 23908 -0.0139099999999924 9294558.97323646 23908 5000 9.9193439e-11 9294559 Loop time of 0.017777 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:43 2021 Pair time (%) = 0.00119901 (6.74472) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.186422) Outpt time (%) = 0.0164468 (92.5176) Other time (%) = 9.799e-05 (0.551219) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28385 ave 28385 max 28385 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28385 Ave neighs/atom = 5.677 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:43 2021 Memory usage per processor = 27.5471 Mbytes Step Atoms AVEKE stressZZ 23908 5000 9.9193439e-11 9294507 23909 -0.0139099999999924 9294384.54395426 23909 5000 9.9186355e-11 9294384.5 Loop time of 0.0176301 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:43 2021 Pair time (%) = 0.00119901 (6.80091) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.186623) Outpt time (%) = 0.016299 (92.4499) Other time (%) = 9.91821e-05 (0.562573) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28385 ave 28385 max 28385 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28385 Ave neighs/atom = 5.677 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:43 2021 Memory usage per processor = 27.5471 Mbytes Step Atoms AVEKE stressZZ 23909 5000 9.9186355e-11 9294332.6 23910 -0.0139099999999924 9294210.12381152 23910 5000 9.9179281e-11 9294210.1 Loop time of 0.0205021 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:43 2021 Pair time (%) = 0.00138116 (6.73667) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.175598) Outpt time (%) = 0.018955 (92.4539) Other time (%) = 0.000129938 (0.63378) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28385 ave 28385 max 28385 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28385 Ave neighs/atom = 5.677 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:43 2021 Memory usage per processor = 27.5471 Mbytes Step Atoms AVEKE stressZZ 23910 5000 9.9179281e-11 9294158.1 23911 -0.0139099999999924 9294035.71282792 23911 5000 9.9172212e-11 9294035.7 Loop time of 0.0180001 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:43 2021 Pair time (%) = 0.00135517 (7.52868) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.194707) Outpt time (%) = 0.016479 (91.5494) Other time (%) = 0.000130892 (0.727172) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28385 ave 28385 max 28385 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28385 Ave neighs/atom = 5.677 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:43 2021 Memory usage per processor = 27.5471 Mbytes Step Atoms AVEKE stressZZ 23911 5000 9.9172212e-11 9293983.7 23912 -0.0139099999999924 9293861.31103066 23912 5000 9.9165147e-11 9293861.3 Loop time of 0.0178411 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:43 2021 Pair time (%) = 0.00119781 (6.7138) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.184416) Outpt time (%) = 0.0165141 (92.5619) Other time (%) = 9.63211e-05 (0.539883) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28385 ave 28385 max 28385 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28385 Ave neighs/atom = 5.677 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:43 2021 Memory usage per processor = 27.5471 Mbytes Step Atoms AVEKE stressZZ 23912 5000 9.9165147e-11 9293809.3 23913 -0.0139099999999924 9293686.91840456 23913 5000 9.9158085e-11 9293686.9 Loop time of 0.0176699 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:43 2021 Pair time (%) = 0.00119495 (6.76265) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.186202) Outpt time (%) = 0.016345 (92.502) Other time (%) = 9.70364e-05 (0.549161) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28385 ave 28385 max 28385 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28385 Ave neighs/atom = 5.677 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:43 2021 Memory usage per processor = 27.5471 Mbytes Step Atoms AVEKE stressZZ 23913 5000 9.9158085e-11 9293634.9 23914 -0.0139099999999924 9293512.53494005 23914 5000 9.9151026e-11 9293512.5 Loop time of 0.017591 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:43 2021 Pair time (%) = 0.00125599 (7.13995) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.204657) Outpt time (%) = 0.0161929 (92.0523) Other time (%) = 0.000106096 (0.603128) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28385 ave 28385 max 28385 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28385 Ave neighs/atom = 5.677 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:43 2021 Memory usage per processor = 27.5471 Mbytes Step Atoms AVEKE stressZZ 23914 5000 9.9151026e-11 9293460.5 23915 -0.0139099999999924 9293338.16063281 23915 5000 9.9143968e-11 9293338.2 Loop time of 0.0179901 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:43 2021 Pair time (%) = 0.00134206 (7.45998) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.194816) Outpt time (%) = 0.016484 (91.6282) Other time (%) = 0.000128984 (0.716974) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28385 ave 28385 max 28385 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28385 Ave neighs/atom = 5.677 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:43 2021 Memory usage per processor = 27.5471 Mbytes Step Atoms AVEKE stressZZ 23915 5000 9.9143968e-11 9293286.2 23916 -0.0139099999999924 9293163.79547931 23916 5000 9.9136911e-11 9293163.8 Loop time of 0.017776 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:43 2021 Pair time (%) = 0.00119591 (6.72765) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.186432) Outpt time (%) = 0.016448 (92.5293) Other time (%) = 9.89437e-05 (0.556614) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28385 ave 28385 max 28385 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28385 Ave neighs/atom = 5.677 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:43 2021 Memory usage per processor = 27.5471 Mbytes Step Atoms AVEKE stressZZ 23916 5000 9.9136911e-11 9293111.8 23917 -0.0139099999999924 9292989.43947734 23917 5000 9.9129856e-11 9292989.4 Loop time of 0.017674 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:43 2021 Pair time (%) = 0.00120306 (6.80696) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.191555) Outpt time (%) = 0.0163369 (92.4349) Other time (%) = 0.000100136 (0.566572) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28385 ave 28385 max 28385 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28385 Ave neighs/atom = 5.677 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:43 2021 Memory usage per processor = 27.5471 Mbytes Step Atoms AVEKE stressZZ 23917 5000 9.9129856e-11 9292937.5 23918 -0.0139099999999924 9292815.09262524 23918 5000 9.9122802e-11 9292815.1 Loop time of 0.0175929 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:43 2021 Pair time (%) = 0.00123596 (7.02534) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.199214) Outpt time (%) = 0.0162129 (92.1561) Other time (%) = 0.000108957 (0.619325) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28385 ave 28385 max 28385 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28385 Ave neighs/atom = 5.677 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:43 2021 Memory usage per processor = 27.5471 Mbytes Step Atoms AVEKE stressZZ 23918 5000 9.9122802e-11 9292763.1 23919 -0.0139099999999924 9292640.75492141 23919 5000 9.9115748e-11 9292640.8 Loop time of 0.0182068 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:43 2021 Pair time (%) = 0.00136805 (7.51391) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.204282) Outpt time (%) = 0.0166619 (91.5144) Other time (%) = 0.000139713 (0.767367) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28385 ave 28385 max 28385 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28385 Ave neighs/atom = 5.677 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:43 2021 Memory usage per processor = 27.5471 Mbytes Step Atoms AVEKE stressZZ 23919 5000 9.9115748e-11 9292588.8 23920 -0.0139099999999924 9292466.42636472 23920 5000 9.9108696e-11 9292466.4 Loop time of 0.0204549 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:43 2021 Pair time (%) = 0.00120807 (5.90601) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.171341) Outpt time (%) = 0.019104 (93.3958) Other time (%) = 0.000107765 (0.526843) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28385 ave 28385 max 28385 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28385 Ave neighs/atom = 5.677 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:43 2021 Memory usage per processor = 27.5471 Mbytes Step Atoms AVEKE stressZZ 23920 5000 9.9108696e-11 9292414.4 23921 -0.0139099999999924 9292292.10695455 23921 5000 9.9101644e-11 9292292.1 Loop time of 0.0177748 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:43 2021 Pair time (%) = 0.00119495 (6.72273) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.186445) Outpt time (%) = 0.0164499 (92.5462) Other time (%) = 9.67979e-05 (0.544579) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28385 ave 28385 max 28385 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28385 Ave neighs/atom = 5.677 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:43 2021 Memory usage per processor = 27.5471 Mbytes Step Atoms AVEKE stressZZ 23921 5000 9.9101644e-11 9292240.1 23922 -0.0139099999999924 9292117.79669082 23922 5000 9.9094594e-11 9292117.8 Loop time of 0.017529 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:43 2021 Pair time (%) = 0.00119996 (6.84557) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.1945) Outpt time (%) = 0.0161939 (92.3832) Other time (%) = 0.000101089 (0.576698) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28385 ave 28385 max 28385 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28385 Ave neighs/atom = 5.677 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:43 2021 Memory usage per processor = 27.5471 Mbytes Step Atoms AVEKE stressZZ 23922 5000 9.9094594e-11 9292065.8 23923 -0.0139099999999924 9291943.49557405 23923 5000 9.9087544e-11 9291943.5 Loop time of 0.0178809 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:43 2021 Pair time (%) = 0.00139999 (7.82954) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.213339) Outpt time (%) = 0.01632 (91.2704) Other time (%) = 0.000122786 (0.686685) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28385 ave 28385 max 28385 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28385 Ave neighs/atom = 5.677 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:43 2021 Memory usage per processor = 27.5471 Mbytes Step Atoms AVEKE stressZZ 23923 5000 9.9087544e-11 9291891.5 23924 -0.0139099999999924 9291769.2036073 23924 5000 9.9080495e-11 9291769.2 Loop time of 0.0178881 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:43 2021 Pair time (%) = 0.00121999 (6.82012) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.190596) Outpt time (%) = 0.0165281 (92.3975) Other time (%) = 0.000105858 (0.591779) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28385 ave 28385 max 28385 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28385 Ave neighs/atom = 5.677 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:43 2021 Memory usage per processor = 27.5471 Mbytes Step Atoms AVEKE stressZZ 23924 5000 9.9080495e-11 9291717.2 23925 -0.0139099999999924 9291594.92080167 23925 5000 9.9073446e-11 9291594.9 Loop time of 0.0177832 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:43 2021 Pair time (%) = 0.00119495 (6.71958) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.185016) Outpt time (%) = 0.016458 (92.5484) Other time (%) = 9.72748e-05 (0.547005) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28385 ave 28385 max 28385 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28385 Ave neighs/atom = 5.677 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:43 2021 Memory usage per processor = 27.5471 Mbytes Step Atoms AVEKE stressZZ 23925 5000 9.9073446e-11 9291543 23926 -0.0139099999999924 9291420.64713266 23926 5000 9.9066399e-11 9291420.6 Loop time of 0.0175569 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:43 2021 Pair time (%) = 0.00119901 (6.82926) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.187401) Outpt time (%) = 0.0162261 (92.4198) Other time (%) = 9.89437e-05 (0.56356) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28385 ave 28385 max 28385 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28385 Ave neighs/atom = 5.677 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:43 2021 Memory usage per processor = 27.5471 Mbytes Step Atoms AVEKE stressZZ 23926 5000 9.9066399e-11 9291368.7 23927 -0.0139099999999924 9291246.38259297 23927 5000 9.9059352e-11 9291246.4 Loop time of 0.017817 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:43 2021 Pair time (%) = 0.00139999 (7.85762) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.219457) Outpt time (%) = 0.016242 (91.1602) Other time (%) = 0.000135899 (0.762746) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28385 ave 28385 max 28385 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28385 Ave neighs/atom = 5.677 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:43 2021 Memory usage per processor = 27.5471 Mbytes Step Atoms AVEKE stressZZ 23927 5000 9.9059352e-11 9291194.4 23928 -0.0139099999999924 9291072.12718152 23928 5000 9.9052307e-11 9291072.1 Loop time of 0.017967 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:43 2021 Pair time (%) = 0.00132513 (7.37536) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.200374) Outpt time (%) = 0.0165 (91.8351) Other time (%) = 0.000105858 (0.58918) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28385 ave 28385 max 28385 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28385 Ave neighs/atom = 5.677 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:43 2021 Memory usage per processor = 27.5471 Mbytes Step Atoms AVEKE stressZZ 23928 5000 9.9052307e-11 9291020.2 23929 -0.0139099999999924 9290897.88089716 23929 5000 9.9045262e-11 9290897.9 Loop time of 0.0178421 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:43 2021 Pair time (%) = 0.001194 (6.69206) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.189751) Outpt time (%) = 0.0165179 (92.5783) Other time (%) = 9.63211e-05 (0.539854) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28385 ave 28385 max 28385 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28385 Ave neighs/atom = 5.677 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:43 2021 Memory usage per processor = 27.5471 Mbytes Step Atoms AVEKE stressZZ 23929 5000 9.9045262e-11 9290845.9 23930 -0.0139099999999924 9290723.64373888 23930 5000 9.9038218e-11 9290723.6 Loop time of 0.0201559 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:43 2021 Pair time (%) = 0.001194 (5.92382) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.169151) Outpt time (%) = 0.018826 (93.4019) Other time (%) = 0.000101805 (0.505086) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28385 ave 28385 max 28385 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28385 Ave neighs/atom = 5.677 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:43 2021 Memory usage per processor = 27.5471 Mbytes Step Atoms AVEKE stressZZ 23930 5000 9.9038218e-11 9290671.7 23931 -0.0139099999999924 9290549.41570592 23931 5000 9.9031174e-11 9290549.4 Loop time of 0.0176749 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:43 2021 Pair time (%) = 0.00133395 (7.54714) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.203685) Outpt time (%) = 0.016191 (91.6044) Other time (%) = 0.000113964 (0.644778) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28385 ave 28385 max 28385 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28385 Ave neighs/atom = 5.677 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:43 2021 Memory usage per processor = 27.5471 Mbytes Step Atoms AVEKE stressZZ 23931 5000 9.9031174e-11 9290497.5 23932 -0.0139099999999924 9290375.19679846 23932 5000 9.9024132e-11 9290375.2 Loop time of 0.017859 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:43 2021 Pair time (%) = 0.001261 (7.06085) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.189571) Outpt time (%) = 0.0164599 (92.1662) Other time (%) = 0.000104189 (0.583398) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28385 ave 28385 max 28385 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28385 Ave neighs/atom = 5.677 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:43 2021 Memory usage per processor = 27.5471 Mbytes Step Atoms AVEKE stressZZ 23932 5000 9.9024132e-11 9290323.2 23933 -0.0139099999999924 9290200.98701218 23933 5000 9.901709e-11 9290201 Loop time of 0.0179749 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:43 2021 Pair time (%) = 0.00123596 (6.87606) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.189675) Outpt time (%) = 0.0165999 (92.3506) Other time (%) = 0.000104904 (0.583616) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28385 ave 28385 max 28385 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28385 Ave neighs/atom = 5.677 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:43 2021 Memory usage per processor = 27.5471 Mbytes Step Atoms AVEKE stressZZ 23933 5000 9.901709e-11 9290149 23934 -0.0139099999999924 9290026.78634619 23934 5000 9.901005e-11 9290026.8 Loop time of 0.0176089 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:43 2021 Pair time (%) = 0.00119901 (6.8091) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.188202) Outpt time (%) = 0.016278 (92.4422) Other time (%) = 9.87053e-05 (0.560543) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28385 ave 28385 max 28385 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28385 Ave neighs/atom = 5.677 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:43 2021 Memory usage per processor = 27.5471 Mbytes Step Atoms AVEKE stressZZ 23934 5000 9.901005e-11 9289974.8 23935 -0.0139099999999924 9289852.59479907 23935 5000 9.900301e-11 9289852.6 Loop time of 0.0176392 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:43 2021 Pair time (%) = 0.00129604 (7.34753) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.19734) Outpt time (%) = 0.016201 (91.8469) Other time (%) = 0.000107288 (0.60824) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28385 ave 28385 max 28385 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28385 Ave neighs/atom = 5.677 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:43 2021 Memory usage per processor = 27.5471 Mbytes Step Atoms AVEKE stressZZ 23935 5000 9.900301e-11 9289800.6 23936 -0.0139099999999924 9289678.41236981 23936 5000 9.899597e-11 9289678.4 Loop time of 0.017942 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:43 2021 Pair time (%) = 0.00130701 (7.28466) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.19401) Outpt time (%) = 0.0164759 (91.829) Other time (%) = 0.000124216 (0.692322) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28385 ave 28385 max 28385 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28385 Ave neighs/atom = 5.677 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:43 2021 Memory usage per processor = 27.5471 Mbytes Step Atoms AVEKE stressZZ 23936 5000 9.899597e-11 9289626.5 23937 -0.0139099999999924 9289504.23905704 23937 5000 9.8988932e-11 9289504.2 Loop time of 0.0186019 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:43 2021 Pair time (%) = 0.00120211 (6.46228) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.178155) Outpt time (%) = 0.0172689 (92.8341) Other time (%) = 9.77516e-05 (0.525493) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28385 ave 28385 max 28385 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28385 Ave neighs/atom = 5.677 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:43 2021 Memory usage per processor = 27.5471 Mbytes Step Atoms AVEKE stressZZ 23937 5000 9.8988932e-11 9289452.3 23938 -0.0139099999999924 9289330.07485999 23938 5000 9.8981895e-11 9289330.1 Loop time of 0.0198429 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:43 2021 Pair time (%) = 0.0011971 (6.0329) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.171819) Outpt time (%) = 0.0185149 (93.3075) Other time (%) = 9.67979e-05 (0.487822) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28385 ave 28385 max 28385 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28385 Ave neighs/atom = 5.677 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:43 2021 Memory usage per processor = 27.5471 Mbytes Step Atoms AVEKE stressZZ 23938 5000 9.8981895e-11 9289278.1 23939 -0.0139099999999924 9289155.91977731 23939 5000 9.8974858e-11 9289155.9 Loop time of 0.0187619 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:43 2021 Pair time (%) = 0.00145292 (7.74402) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.175365) Outpt time (%) = 0.017184 (91.5901) Other time (%) = 9.20296e-05 (0.490514) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28385 ave 28385 max 28385 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28385 Ave neighs/atom = 5.677 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:43 2021 Memory usage per processor = 27.5471 Mbytes Step Atoms AVEKE stressZZ 23939 5000 9.8974858e-11 9289104 23940 -0.0139099999999924 9288981.77380809 23940 5000 9.8967822e-11 9288981.8 Loop time of 0.0208628 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:43 2021 Pair time (%) = 0.00119495 (5.72767) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.157705) Outpt time (%) = 0.0195429 (93.6735) Other time (%) = 9.20296e-05 (0.441118) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28385 ave 28385 max 28385 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28385 Ave neighs/atom = 5.677 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:43 2021 Memory usage per processor = 27.5471 Mbytes Step Atoms AVEKE stressZZ 23940 5000 9.8967822e-11 9288929.8 23941 -0.0139099999999924 9288807.6369509 23941 5000 9.8960787e-11 9288807.6 Loop time of 0.017647 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:43 2021 Pair time (%) = 0.00122714 (6.95381) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.198603) Outpt time (%) = 0.016278 (92.2423) Other time (%) = 0.000106812 (0.605266) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28385 ave 28385 max 28385 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28385 Ave neighs/atom = 5.677 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:43 2021 Memory usage per processor = 27.5471 Mbytes Step Atoms AVEKE stressZZ 23941 5000 9.8960787e-11 9288755.7 23942 -0.0139099999999924 9288633.509205 23942 5000 9.8953753e-11 9288633.5 Loop time of 0.0179338 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:43 2021 Pair time (%) = 0.00144887 (8.07897) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.212709) Outpt time (%) = 0.0163209 (91.0064) Other time (%) = 0.000125885 (0.701941) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28385 ave 28385 max 28385 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28385 Ave neighs/atom = 5.677 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:43 2021 Memory usage per processor = 27.5471 Mbytes Step Atoms AVEKE stressZZ 23942 5000 9.8953753e-11 9288581.6 23943 -0.0139099999999924 9288459.39056909 23943 5000 9.8946719e-11 9288459.4 Loop time of 0.0179169 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:44 2021 Pair time (%) = 0.00125003 (6.97681) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.195611) Outpt time (%) = 0.016525 (92.2314) Other time (%) = 0.000106812 (0.596149) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28385 ave 28385 max 28385 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28385 Ave neighs/atom = 5.677 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:44 2021 Memory usage per processor = 27.5471 Mbytes Step Atoms AVEKE stressZZ 23943 5000 9.8946719e-11 9288407.4 23944 -0.0139099999999924 9288285.28104232 23944 5000 9.8939687e-11 9288285.3 Loop time of 0.017916 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:44 2021 Pair time (%) = 0.00128794 (7.18877) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.194291) Outpt time (%) = 0.016494 (92.0633) Other time (%) = 9.91821e-05 (0.553596) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28385 ave 28385 max 28385 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28385 Ave neighs/atom = 5.677 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:44 2021 Memory usage per processor = 27.5471 Mbytes Step Atoms AVEKE stressZZ 23944 5000 9.8939687e-11 9288233.3 23945 -0.0139099999999924 9288111.18062334 23945 5000 9.8932655e-11 9288111.2 Loop time of 0.017632 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:44 2021 Pair time (%) = 0.00120091 (6.81099) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.192011) Outpt time (%) = 0.016299 (92.4399) Other time (%) = 9.82285e-05 (0.557103) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28385 ave 28385 max 28385 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28385 Ave neighs/atom = 5.677 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:44 2021 Memory usage per processor = 27.5471 Mbytes Step Atoms AVEKE stressZZ 23945 5000 9.8932655e-11 9288059.2 23946 -0.0139099999999924 9287937.0893112 23946 5000 9.8925624e-11 9287937.1 Loop time of 0.0177991 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:44 2021 Pair time (%) = 0.00141001 (7.92177) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.208961) Outpt time (%) = 0.016232 (91.1955) Other time (%) = 0.000119925 (0.673766) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28385 ave 28385 max 28385 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28385 Ave neighs/atom = 5.677 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:44 2021 Memory usage per processor = 27.5471 Mbytes Step Atoms AVEKE stressZZ 23946 5000 9.8925624e-11 9287885.1 23947 -0.0139099999999924 9287763.00709518 23947 5000 9.8918594e-11 9287763 Loop time of 0.0179012 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:44 2021 Pair time (%) = 0.00124383 (6.94831) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.195783) Outpt time (%) = 0.0165131 (92.2459) Other time (%) = 0.000109196 (0.609992) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28385 ave 28385 max 28385 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28385 Ave neighs/atom = 5.677 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:44 2021 Memory usage per processor = 27.5471 Mbytes Step Atoms AVEKE stressZZ 23947 5000 9.8918594e-11 9287711.1 23948 -0.0139099999999924 9287588.93399101 23948 5000 9.8911565e-11 9287588.9 Loop time of 0.0178778 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:44 2021 Pair time (%) = 0.00119686 (6.69467) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.189371) Outpt time (%) = 0.0165479 (92.5612) Other time (%) = 9.91821e-05 (0.554778) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28385 ave 28385 max 28385 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28385 Ave neighs/atom = 5.677 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:44 2021 Memory usage per processor = 27.5471 Mbytes Step Atoms AVEKE stressZZ 23948 5000 9.8911565e-11 9287537 23949 -0.0139099999999924 9287414.87002107 23949 5000 9.8904536e-11 9287414.9 Loop time of 0.0175209 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:44 2021 Pair time (%) = 0.00119591 (6.8256) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.187786) Outpt time (%) = 0.016192 (92.4151) Other time (%) = 0.000100136 (0.571522) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28385 ave 28385 max 28385 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28385 Ave neighs/atom = 5.677 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:44 2021 Memory usage per processor = 27.5471 Mbytes Step Atoms AVEKE stressZZ 23949 5000 9.8904536e-11 9287362.9 23950 -0.0139099999999924 9287240.81517131 23950 5000 9.8897508e-11 9287240.8 Loop time of 0.0207019 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:44 2021 Pair time (%) = 0.0014801 (7.1496) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.222273) Outpt time (%) = 0.019022 (91.8853) Other time (%) = 0.00015378 (0.742831) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28385 ave 28385 max 28385 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28385 Ave neighs/atom = 5.677 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:44 2021 Memory usage per processor = 27.5471 Mbytes Step Atoms AVEKE stressZZ 23950 5000 9.8897508e-11 9287188.9 23951 -0.0139099999999924 9287066.76943695 23951 5000 9.8890482e-11 9287066.8 Loop time of 0.0179322 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:44 2021 Pair time (%) = 0.00128293 (7.15435) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.195445) Outpt time (%) = 0.0164979 (92.0014) Other time (%) = 0.000116348 (0.648824) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28385 ave 28385 max 28385 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28385 Ave neighs/atom = 5.677 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:44 2021 Memory usage per processor = 27.5471 Mbytes Step Atoms AVEKE stressZZ 23951 5000 9.8890482e-11 9287014.8 23952 -0.0139099999999924 9286892.732815 23952 5000 9.8883455e-11 9286892.7 Loop time of 0.017843 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:44 2021 Pair time (%) = 0.00119781 (6.71308) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.184396) Outpt time (%) = 0.0165131 (92.5467) Other time (%) = 9.91821e-05 (0.55586) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28385 ave 28385 max 28385 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28385 Ave neighs/atom = 5.677 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:44 2021 Memory usage per processor = 27.5471 Mbytes Step Atoms AVEKE stressZZ 23952 5000 9.8883455e-11 9286840.8 23953 -0.0139099999999924 9286718.70530287 23953 5000 9.887643e-11 9286718.7 Loop time of 0.017622 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:44 2021 Pair time (%) = 0.00119305 (6.77021) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.188061) Outpt time (%) = 0.0162971 (92.4816) Other time (%) = 9.87053e-05 (0.560126) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28385 ave 28385 max 28385 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28385 Ave neighs/atom = 5.677 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:44 2021 Memory usage per processor = 27.5471 Mbytes Step Atoms AVEKE stressZZ 23953 5000 9.887643e-11 9286666.8 23954 -0.0139099999999924 9286544.68689854 23954 5000 9.8869406e-11 9286544.7 Loop time of 0.017627 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:44 2021 Pair time (%) = 0.00130296 (7.39183) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.204239) Outpt time (%) = 0.01618 (91.7912) Other time (%) = 0.000108004 (0.612717) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28385 ave 28385 max 28385 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28385 Ave neighs/atom = 5.677 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:44 2021 Memory usage per processor = 27.5471 Mbytes Step Atoms AVEKE stressZZ 23954 5000 9.8869406e-11 9286492.8 23955 -0.0139099999999924 9286370.67759646 23955 5000 9.8862382e-11 9286370.7 Loop time of 0.0178909 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:44 2021 Pair time (%) = 0.00127721 (7.13886) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.195896) Outpt time (%) = 0.0164671 (92.0416) Other time (%) = 0.00011158 (0.623667) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28385 ave 28385 max 28385 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28385 Ave neighs/atom = 5.677 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:44 2021 Memory usage per processor = 27.5471 Mbytes Step Atoms AVEKE stressZZ 23955 5000 9.8862382e-11 9286318.7 23956 -0.0139099999999924 9286196.67739779 23956 5000 9.8855359e-11 9286196.7 Loop time of 0.0179019 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:44 2021 Pair time (%) = 0.00123191 (6.88144) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.195776) Outpt time (%) = 0.0165329 (92.3528) Other time (%) = 0.000102043 (0.570013) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28385 ave 28385 max 28385 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28385 Ave neighs/atom = 5.677 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:44 2021 Memory usage per processor = 27.5471 Mbytes Step Atoms AVEKE stressZZ 23956 5000 9.8855359e-11 9286144.7 23957 -0.0139099999999924 9286022.68630166 23957 5000 9.8848338e-11 9286022.7 Loop time of 0.017612 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:44 2021 Pair time (%) = 0.00119901 (6.80791) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.19223) Outpt time (%) = 0.016279 (92.4313) Other time (%) = 0.000100136 (0.568566) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28385 ave 28385 max 28385 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28385 Ave neighs/atom = 5.677 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:44 2021 Memory usage per processor = 27.5471 Mbytes Step Atoms AVEKE stressZZ 23957 5000 9.8848338e-11 9285970.8 23958 -0.0139099999999924 9285848.70430714 23958 5000 9.8841316e-11 9285848.7 Loop time of 0.017664 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:44 2021 Pair time (%) = 0.001266 (7.16715) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.209211) Outpt time (%) = 0.0162511 (92.0014) Other time (%) = 0.000109911 (0.622233) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28385 ave 28385 max 28385 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28385 Ave neighs/atom = 5.677 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:44 2021 Memory usage per processor = 27.5471 Mbytes Step Atoms AVEKE stressZZ 23958 5000 9.8841316e-11 9285796.8 23959 -0.0139099999999924 9285674.73141224 23959 5000 9.8834296e-11 9285674.7 Loop time of 0.0179489 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:44 2021 Pair time (%) = 0.00127411 (7.09855) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.18995) Outpt time (%) = 0.016525 (92.0673) Other time (%) = 0.000115633 (0.644236) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28385 ave 28385 max 28385 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28385 Ave neighs/atom = 5.677 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:44 2021 Memory usage per processor = 27.5471 Mbytes Step Atoms AVEKE stressZZ 23959 5000 9.8834296e-11 9285622.8 23960 -0.0139099999999924 9285500.76761572 23960 5000 9.8827277e-11 9285500.8 Loop time of 0.0204759 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:44 2021 Pair time (%) = 0.00119901 (5.85571) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.160686) Outpt time (%) = 0.019146 (93.505) Other time (%) = 9.799e-05 (0.478564) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28385 ave 28385 max 28385 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28385 Ave neighs/atom = 5.677 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:44 2021 Memory usage per processor = 27.5471 Mbytes Step Atoms AVEKE stressZZ 23960 5000 9.8827277e-11 9285448.8 23961 -0.0139099999999924 9285326.81291624 23961 5000 9.8820258e-11 9285326.8 Loop time of 0.01811 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:44 2021 Pair time (%) = 0.00143695 (7.93454) Neigh time (%) = 0 (0) Comm time (%) = 4.41074e-05 (0.243552) Outpt time (%) = 0.016475 (90.9714) Other time (%) = 0.000154018 (0.850459) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28385 ave 28385 max 28385 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28385 Ave neighs/atom = 5.677 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:44 2021 Memory usage per processor = 27.5471 Mbytes Step Atoms AVEKE stressZZ 23961 5000 9.8820258e-11 9285274.9 23962 -0.0139099999999924 9285152.86731258 23962 5000 9.881324e-11 9285152.9 Loop time of 0.017555 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:44 2021 Pair time (%) = 0.0012219 (6.96038) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.199644) Outpt time (%) = 0.016192 (92.2356) Other time (%) = 0.000106096 (0.604365) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28385 ave 28385 max 28385 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28385 Ave neighs/atom = 5.677 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:44 2021 Memory usage per processor = 27.5471 Mbytes Step Atoms AVEKE stressZZ 23962 5000 9.881324e-11 9285100.9 23963 -0.0139099999999924 9284978.93080345 23963 5000 9.8806223e-11 9284978.9 Loop time of 0.0181041 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:44 2021 Pair time (%) = 0.00140905 (7.78307) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.210709) Outpt time (%) = 0.0165019 (91.1502) Other time (%) = 0.000154972 (0.856007) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28385 ave 28385 max 28385 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28385 Ave neighs/atom = 5.677 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:44 2021 Memory usage per processor = 27.5471 Mbytes Step Atoms AVEKE stressZZ 23963 5000 9.8806223e-11 9284927 23964 -0.0139099999999924 9284805.00338781 23964 5000 9.8799207e-11 9284805 Loop time of 0.0177991 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:44 2021 Pair time (%) = 0.00120592 (6.77517) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.191548) Outpt time (%) = 0.016459 (92.4707) Other time (%) = 0.000100136 (0.562588) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28385 ave 28385 max 28385 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28385 Ave neighs/atom = 5.677 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:44 2021 Memory usage per processor = 27.5471 Mbytes Step Atoms AVEKE stressZZ 23964 5000 9.8799207e-11 9284753.1 23965 -0.0139099999999924 9284631.08506433 23965 5000 9.8792191e-11 9284631.1 Loop time of 0.017967 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:44 2021 Pair time (%) = 0.00119686 (6.66145) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.188431) Outpt time (%) = 0.016638 (92.6034) Other time (%) = 9.82285e-05 (0.546716) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28385 ave 28385 max 28385 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28385 Ave neighs/atom = 5.677 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:44 2021 Memory usage per processor = 27.5471 Mbytes Step Atoms AVEKE stressZZ 23965 5000 9.8792191e-11 9284579.2 23966 -0.0139099999999924 9284457.17583207 23966 5000 9.8785177e-11 9284457.2 Loop time of 0.017576 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:44 2021 Pair time (%) = 0.00121188 (6.8951) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.199406) Outpt time (%) = 0.0162251 (92.3141) Other time (%) = 0.000103951 (0.591435) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28385 ave 28385 max 28385 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28385 Ave neighs/atom = 5.677 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:44 2021 Memory usage per processor = 27.5471 Mbytes Step Atoms AVEKE stressZZ 23966 5000 9.8785177e-11 9284405.3 23967 -0.0139099999999924 9284283.27568967 23967 5000 9.8778163e-11 9284283.3 Loop time of 0.0180099 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:44 2021 Pair time (%) = 0.00141406 (7.85157) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.217106) Outpt time (%) = 0.0164092 (91.1119) Other time (%) = 0.000147581 (0.819444) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28385 ave 28385 max 28385 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28385 Ave neighs/atom = 5.677 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:44 2021 Memory usage per processor = 27.5471 Mbytes Step Atoms AVEKE stressZZ 23967 5000 9.8778163e-11 9284231.4 23968 -0.0139099999999924 9284109.38463604 23968 5000 9.877115e-11 9284109.4 Loop time of 0.017869 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:44 2021 Pair time (%) = 0.00119686 (6.69798) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.184128) Outpt time (%) = 0.016542 (92.5735) Other time (%) = 9.72748e-05 (0.544377) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28384 ave 28384 max 28384 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28384 Ave neighs/atom = 5.6768 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:44 2021 Memory usage per processor = 27.5471 Mbytes Step Atoms AVEKE stressZZ 23968 5000 9.877115e-11 9284057.5 23969 -0.0139099999999924 9283935.50267025 23969 5000 9.8764138e-11 9283935.5 Loop time of 0.0178452 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:44 2021 Pair time (%) = 0.00119495 (6.69624) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.184374) Outpt time (%) = 0.0165188 (92.5676) Other time (%) = 9.84669e-05 (0.551785) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28384 ave 28384 max 28384 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28384 Ave neighs/atom = 5.6768 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:44 2021 Memory usage per processor = 27.5471 Mbytes Step Atoms AVEKE stressZZ 23969 5000 9.8764138e-11 9283883.6 23970 -0.0139099999999924 9283761.62979098 23970 5000 9.8757127e-11 9283761.6 Loop time of 0.0201972 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:44 2021 Pair time (%) = 0.00120807 (5.98137) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.173527) Outpt time (%) = 0.0188491 (93.3257) Other time (%) = 0.000104904 (0.519401) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28384 ave 28384 max 28384 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28384 Ave neighs/atom = 5.6768 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:44 2021 Memory usage per processor = 27.5471 Mbytes Step Atoms AVEKE stressZZ 23970 5000 9.8757127e-11 9283709.7 23971 -0.0139099999999924 9283587.7659972 23971 5000 9.8750116e-11 9283587.8 Loop time of 0.0177021 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:44 2021 Pair time (%) = 0.00131583 (7.4332) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.20876) Outpt time (%) = 0.016237 (91.7237) Other time (%) = 0.000112295 (0.634361) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28384 ave 28384 max 28384 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28384 Ave neighs/atom = 5.6768 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:44 2021 Memory usage per processor = 27.5471 Mbytes Step Atoms AVEKE stressZZ 23971 5000 9.8750116e-11 9283535.9 23972 -0.0139099999999924 9283413.91128773 23972 5000 9.8743107e-11 9283413.9 Loop time of 0.0178308 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:44 2021 Pair time (%) = 0.00124788 (6.99845) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.18987) Outpt time (%) = 0.0164459 (92.2327) Other time (%) = 0.000103235 (0.57897) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28384 ave 28384 max 28384 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28384 Ave neighs/atom = 5.6768 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:44 2021 Memory usage per processor = 27.5471 Mbytes Step Atoms AVEKE stressZZ 23972 5000 9.8743107e-11 9283362 23973 -0.0139099999999924 9283240.06566166 23973 5000 9.8736098e-11 9283240.1 Loop time of 0.0178089 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:44 2021 Pair time (%) = 0.00120306 (6.75538) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.191443) Outpt time (%) = 0.016475 (92.5096) Other time (%) = 9.67979e-05 (0.543536) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28384 ave 28384 max 28384 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28384 Ave neighs/atom = 5.6768 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:44 2021 Memory usage per processor = 27.5471 Mbytes Step Atoms AVEKE stressZZ 23973 5000 9.8736098e-11 9283188.2 23974 -0.0139099999999924 9283066.22911786 23974 5000 9.872909e-11 9283066.2 Loop time of 0.017585 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:44 2021 Pair time (%) = 0.0012219 (6.94849) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.19388) Outpt time (%) = 0.0162289 (92.2882) Other time (%) = 0.000100136 (0.569437) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28384 ave 28384 max 28384 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28384 Ave neighs/atom = 5.6768 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:44 2021 Memory usage per processor = 27.5471 Mbytes Step Atoms AVEKE stressZZ 23974 5000 9.872909e-11 9283014.3 23975 -0.0139099999999924 9282892.40165512 23975 5000 9.8722082e-11 9282892.4 Loop time of 0.0177929 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:44 2021 Pair time (%) = 0.00139689 (7.85084) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.213054) Outpt time (%) = 0.016237 (91.2554) Other time (%) = 0.000121117 (0.680701) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28384 ave 28384 max 28384 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28384 Ave neighs/atom = 5.6768 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:44 2021 Memory usage per processor = 27.5471 Mbytes Step Atoms AVEKE stressZZ 23975 5000 9.8722082e-11 9282840.5 23976 -0.0139099999999924 9282718.58327257 23976 5000 9.8715076e-11 9282718.6 Loop time of 0.0179179 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:44 2021 Pair time (%) = 0.00129199 (7.21062) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.200923) Outpt time (%) = 0.0164831 (91.9923) Other time (%) = 0.000106812 (0.596117) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28384 ave 28384 max 28384 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28384 Ave neighs/atom = 5.6768 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:44 2021 Memory usage per processor = 27.5471 Mbytes Step Atoms AVEKE stressZZ 23976 5000 9.8715076e-11 9282666.7 23977 -0.0139099999999924 9282544.77396891 23977 5000 9.870807e-11 9282544.8 Loop time of 0.017807 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:44 2021 Pair time (%) = 0.00120306 (6.75611) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.191463) Outpt time (%) = 0.0164719 (92.5021) Other time (%) = 9.799e-05 (0.550289) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28384 ave 28384 max 28384 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28384 Ave neighs/atom = 5.6768 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:27:44 2021 Memory usage per processor = 27.5471 Mbytes Step Atoms AVEKE stressZZ 23977 5000 9.870807e-11 9282492.9 23978 -0.0139099999999924 9282347.06810808 23978 5000 1.946771e-10 9282653 Loop time of 0.0170848 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:44 2021 Pair time (%) = 0.00120306 (7.04168) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192579) Outpt time (%) = 0.0157239 (92.0345) Other time (%) = 0.000124931 (0.731241) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28384 ave 28384 max 28384 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28384 Ave neighs/atom = 5.6768 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:44 2021 Memory usage per processor = 27.5471 Mbytes Step Atoms AVEKE stressZZ 23978 5000 1.946771e-10 9353026.9 23979 -0.0139424999999924 9352866.34124636 23979 5000 1.5660546e-10 9352866.3 Loop time of 0.019835 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:44 2021 Pair time (%) = 0.00159717 (8.05226) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.19112) Outpt time (%) = 0.018085 (91.1772) Other time (%) = 0.000114918 (0.579369) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:44 2021 Memory usage per processor = 27.5471 Mbytes Step Atoms AVEKE stressZZ 23979 5000 1.5660546e-10 9352796.1 23980 -0.0139424999999924 9352649.21134731 23980 5000 1.3456227e-10 9352649.2 Loop time of 0.0225959 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:44 2021 Pair time (%) = 0.00120091 (5.31475) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.150885) Outpt time (%) = 0.021266 (94.1144) Other time (%) = 9.48906e-05 (0.419946) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:44 2021 Memory usage per processor = 27.5472 Mbytes Step Atoms AVEKE stressZZ 23980 5000 1.3456227e-10 9352585.5 23981 -0.0139424999999924 9352447.25142551 23981 5000 1.2142119e-10 9352447.3 Loop time of 0.018647 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:44 2021 Pair time (%) = 0.00145292 (7.79174) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.182839) Outpt time (%) = 0.017066 (91.5217) Other time (%) = 9.39369e-05 (0.503765) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:44 2021 Memory usage per processor = 27.5472 Mbytes Step Atoms AVEKE stressZZ 23981 5000 1.2142119e-10 9352387.6 23982 -0.0139424999999924 9352254.93553188 23982 5000 1.1341882e-10 9352254.9 Loop time of 0.0178621 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:44 2021 Pair time (%) = 0.00133514 (7.47474) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.201551) Outpt time (%) = 0.0163641 (91.6136) Other time (%) = 0.000126839 (0.7101) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:44 2021 Memory usage per processor = 27.5472 Mbytes Step Atoms AVEKE stressZZ 23982 5000 1.1341882e-10 9352197.9 23983 -0.0139424999999924 9352068.75188138 23983 5000 1.0847264e-10 9352068.8 Loop time of 0.0177319 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:44 2021 Pair time (%) = 0.00119495 (6.739) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.19093) Outpt time (%) = 0.0164049 (92.5161) Other time (%) = 9.82285e-05 (0.553964) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:44 2021 Memory usage per processor = 27.5472 Mbytes Step Atoms AVEKE stressZZ 23983 5000 1.0847264e-10 9352013.4 23984 -0.0139424999999924 9351886.46870163 23984 5000 1.0538408e-10 9351886.5 Loop time of 0.018373 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:45 2021 Pair time (%) = 0.00119495 (6.50385) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.184267) Outpt time (%) = 0.017046 (92.7772) Other time (%) = 9.82285e-05 (0.534634) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:45 2021 Memory usage per processor = 27.5472 Mbytes Step Atoms AVEKE stressZZ 23984 5000 1.0538408e-10 9351832.2 23985 -0.0139424999999924 9351706.66767947 23985 5000 1.0344186e-10 9351706.7 Loop time of 0.01755 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:45 2021 Pair time (%) = 0.00122499 (6.98003) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.199701) Outpt time (%) = 0.0161841 (92.2171) Other time (%) = 0.000105858 (0.603179) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:45 2021 Memory usage per processor = 27.5472 Mbytes Step Atoms AVEKE stressZZ 23985 5000 1.0344186e-10 9351653.1 23986 -0.0139424999999924 9351528.44746174 23986 5000 1.0221433e-10 9351528.4 Loop time of 0.0181129 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:45 2021 Pair time (%) = 0.00142407 (7.86221) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.215872) Outpt time (%) = 0.0164919 (91.0505) Other time (%) = 0.000157833 (0.871385) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:45 2021 Memory usage per processor = 27.5472 Mbytes Step Atoms AVEKE stressZZ 23986 5000 1.0221433e-10 9351475.3 23987 -0.0139424999999924 9351351.23522875 23987 5000 1.0143543e-10 9351351.2 Loop time of 0.0177898 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:45 2021 Pair time (%) = 0.00120497 (6.77335) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.186287) Outpt time (%) = 0.016453 (92.4855) Other time (%) = 9.87053e-05 (0.554841) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:45 2021 Memory usage per processor = 27.5472 Mbytes Step Atoms AVEKE stressZZ 23987 5000 1.0143543e-10 9351298.3 23988 -0.0139424999999924 9351174.66694108 23988 5000 1.0093936e-10 9351174.7 Loop time of 0.0179081 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:45 2021 Pair time (%) = 0.00119901 (6.69533) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.183726) Outpt time (%) = 0.016571 (92.5338) Other time (%) = 0.000105143 (0.587123) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:45 2021 Memory usage per processor = 27.5472 Mbytes Step Atoms AVEKE stressZZ 23988 5000 1.0093936e-10 9351122 23989 -0.0139424999999924 9350998.51125537 23989 5000 1.0062213e-10 9350998.5 Loop time of 0.018811 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:45 2021 Pair time (%) = 0.00123405 (6.56029) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.186314) Outpt time (%) = 0.017436 (92.6907) Other time (%) = 0.000105858 (0.562745) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:45 2021 Memory usage per processor = 27.5472 Mbytes Step Atoms AVEKE stressZZ 23989 5000 1.0062213e-10 9350945.9 23990 -0.0139424999999924 9350822.62114851 23990 5000 1.0041818e-10 9350822.6 Loop time of 0.020668 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:45 2021 Pair time (%) = 0.00138402 (6.69643) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.183416) Outpt time (%) = 0.0191171 (92.4961) Other time (%) = 0.000128984 (0.624077) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:45 2021 Memory usage per processor = 27.5472 Mbytes Step Atoms AVEKE stressZZ 23990 5000 1.0041818e-10 9350770.1 23991 -0.0139424999999924 9350646.90318451 23991 5000 1.0028608e-10 9350646.9 Loop time of 0.0181251 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:45 2021 Pair time (%) = 0.00128102 (7.06769) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.193365) Outpt time (%) = 0.0166991 (92.1325) Other time (%) = 0.000109911 (0.606403) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:45 2021 Memory usage per processor = 27.5472 Mbytes Step Atoms AVEKE stressZZ 23991 5000 1.0028608e-10 9350594.4 23992 -0.0139424999999924 9350471.29798322 23992 5000 1.0019957e-10 9350471.3 Loop time of 0.017895 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:45 2021 Pair time (%) = 0.00119901 (6.70024) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.18386) Outpt time (%) = 0.0165651 (92.5683) Other time (%) = 9.799e-05 (0.547584) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:45 2021 Memory usage per processor = 27.5472 Mbytes Step Atoms AVEKE stressZZ 23992 5000 1.0019957e-10 9350418.8 23993 -0.0139424999999924 9350295.76780756 23993 5000 1.0014202e-10 9350295.8 Loop time of 0.0177419 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:45 2021 Pair time (%) = 0.00121212 (6.83196) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.185446) Outpt time (%) = 0.0163989 (92.4303) Other time (%) = 9.799e-05 (0.552308) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:45 2021 Memory usage per processor = 27.5472 Mbytes Step Atoms AVEKE stressZZ 23993 5000 1.0014202e-10 9350243.3 23994 -0.0139424999999924 9350120.28867449 23994 5000 1.0010285e-10 9350120.3 Loop time of 0.0176411 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:45 2021 Pair time (%) = 0.00123906 (7.02373) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.19867) Outpt time (%) = 0.0162592 (92.1667) Other time (%) = 0.000107765 (0.610877) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:45 2021 Memory usage per processor = 27.5472 Mbytes Step Atoms AVEKE stressZZ 23994 5000 1.0010285e-10 9350067.9 23995 -0.0139424999999924 9349944.84534246 23995 5000 1.0007537e-10 9349944.8 Loop time of 0.017925 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:45 2021 Pair time (%) = 0.00131583 (7.34076) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.200843) Outpt time (%) = 0.0164568 (91.8093) Other time (%) = 0.000116348 (0.649083) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:45 2021 Memory usage per processor = 27.5472 Mbytes Step Atoms AVEKE stressZZ 23995 5000 1.0007537e-10 9349892.4 23996 -0.0139424999999924 9349769.42812474 23996 5000 1.0005531e-10 9349769.4 Loop time of 0.0178311 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:45 2021 Pair time (%) = 0.00119996 (6.7296) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.184519) Outpt time (%) = 0.0165 (92.535) Other time (%) = 9.82285e-05 (0.550883) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:45 2021 Memory usage per processor = 27.5472 Mbytes Step Atoms AVEKE stressZZ 23996 5000 1.0005531e-10 9349717 23997 -0.0139424999999924 9349594.03086459 23997 5000 1.0003997e-10 9349594 Loop time of 0.0176589 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:45 2021 Pair time (%) = 0.00119805 (6.7844) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.191718) Outpt time (%) = 0.016336 (92.5081) Other time (%) = 9.10759e-05 (0.515749) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:45 2021 Memory usage per processor = 27.5472 Mbytes Step Atoms AVEKE stressZZ 23997 5000 1.0003997e-10 9349541.6 23998 -0.0139424999999924 9349418.64964934 23998 5000 1.0002763e-10 9349418.6 Loop time of 0.0175722 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:45 2021 Pair time (%) = 0.00124717 (7.0974) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.198092) Outpt time (%) = 0.0161872 (92.1184) Other time (%) = 0.000102997 (0.586136) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:45 2021 Memory usage per processor = 27.5472 Mbytes Step Atoms AVEKE stressZZ 23998 5000 1.0002763e-10 9349366.3 23999 -0.0139424999999924 9349243.28199147 23999 5000 1.0001719e-10 9349243.3 Loop time of 0.018019 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:45 2021 Pair time (%) = 0.00135303 (7.5089) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.205089) Outpt time (%) = 0.0165021 (91.5821) Other time (%) = 0.000126839 (0.703918) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:45 2021 Memory usage per processor = 27.5472 Mbytes Step Atoms AVEKE stressZZ 23999 5000 1.0001719e-10 9349190.9 24000 -0.0139424999999924 9349067.92631025 24000 5000 1.0000796e-10 9349067.9 Loop time of 0.020376 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:45 2021 Pair time (%) = 0.00120592 (5.91835) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.162643) Outpt time (%) = 0.0190382 (93.4346) Other time (%) = 9.87053e-05 (0.48442) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:45 2021 Memory usage per processor = 27.5472 Mbytes Step Atoms AVEKE stressZZ 24000 5000 1.0000796e-10 9349015.5 24001 -0.0139424999999924 9348892.58160042 24001 5000 9.9999504e-11 9348892.6 Loop time of 0.0178561 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:45 2021 Pair time (%) = 0.00119781 (6.70815) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.18426) Outpt time (%) = 0.0165272 (92.5575) Other time (%) = 9.82285e-05 (0.550111) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:45 2021 Memory usage per processor = 27.5472 Mbytes Step Atoms AVEKE stressZZ 24001 5000 9.9999504e-11 9348840.2 24002 -0.0139424999999924 9348717.24722257 24002 5000 9.9991536e-11 9348717.2 Loop time of 0.0177939 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:45 2021 Pair time (%) = 0.00120115 (6.75037) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.184905) Outpt time (%) = 0.0164621 (92.5154) Other time (%) = 9.77516e-05 (0.549355) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:45 2021 Memory usage per processor = 27.5472 Mbytes Step Atoms AVEKE stressZZ 24002 5000 9.9991536e-11 9348664.9 24003 -0.0139424999999924 9348541.92277005 24003 5000 9.9983879e-11 9348541.9 Loop time of 0.0179889 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:45 2021 Pair time (%) = 0.001472 (8.18279) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.205431) Outpt time (%) = 0.0163479 (90.8775) Other time (%) = 0.000132084 (0.734251) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:45 2021 Memory usage per processor = 27.5472 Mbytes Step Atoms AVEKE stressZZ 24003 5000 9.9983879e-11 9348489.5 24004 -0.0139424999999924 9348366.60798415 24004 5000 9.997642e-11 9348366.6 Loop time of 0.0178258 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:45 2021 Pair time (%) = 0.00123882 (6.94959) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.189923) Outpt time (%) = 0.0164459 (92.2586) Other time (%) = 0.000107288 (0.60187) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:45 2021 Memory usage per processor = 27.5472 Mbytes Step Atoms AVEKE stressZZ 24004 5000 9.997642e-11 9348314.2 24005 -0.0139424999999924 9348191.30269962 24005 5000 9.9969088e-11 9348191.3 Loop time of 0.0178101 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:45 2021 Pair time (%) = 0.00119686 (6.72012) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.190091) Outpt time (%) = 0.0164821 (92.5436) Other time (%) = 9.72748e-05 (0.546177) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:45 2021 Memory usage per processor = 27.5472 Mbytes Step Atoms AVEKE stressZZ 24005 5000 9.9969088e-11 9348138.9 24006 -0.0139424999999924 9348016.00681153 24006 5000 9.9961836e-11 9348016 Loop time of 0.0176818 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:45 2021 Pair time (%) = 0.00119615 (6.76483) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.186077) Outpt time (%) = 0.0163519 (92.4787) Other time (%) = 0.000100851 (0.570365) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:45 2021 Memory usage per processor = 27.5472 Mbytes Step Atoms AVEKE stressZZ 24006 5000 9.9961836e-11 9347963.6 24007 -0.0139424999999924 9347840.72025245 24007 5000 9.9954636e-11 9347840.7 Loop time of 0.0177009 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:45 2021 Pair time (%) = 0.00134897 (7.62092) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.219549) Outpt time (%) = 0.0161901 (91.4645) Other time (%) = 0.000123024 (0.695015) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:45 2021 Memory usage per processor = 27.5472 Mbytes Step Atoms AVEKE stressZZ 24007 5000 9.9954636e-11 9347788.3 24008 -0.0139424999999924 9347665.44297916 24008 5000 9.9947468e-11 9347665.4 Loop time of 0.017915 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:45 2021 Pair time (%) = 0.00128484 (7.17185) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.188978) Outpt time (%) = 0.0164821 (92.0017) Other time (%) = 0.000114202 (0.637468) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:45 2021 Memory usage per processor = 27.5472 Mbytes Step Atoms AVEKE stressZZ 24008 5000 9.9947468e-11 9347613.1 24009 -0.0139424999999924 9347490.1749638 24009 5000 9.9940322e-11 9347490.2 Loop time of 0.0178351 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:45 2021 Pair time (%) = 0.00119185 (6.68262) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.184477) Outpt time (%) = 0.0165131 (92.5875) Other time (%) = 9.72748e-05 (0.545411) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:45 2021 Memory usage per processor = 27.5472 Mbytes Step Atoms AVEKE stressZZ 24009 5000 9.9940322e-11 9347437.8 24010 -0.0139424999999924 9347314.91618821 24010 5000 9.993319e-11 9347314.9 Loop time of 0.0202899 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:45 2021 Pair time (%) = 0.00120401 (5.93406) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.168034) Outpt time (%) = 0.018954 (93.4161) Other time (%) = 9.77516e-05 (0.481775) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:45 2021 Memory usage per processor = 27.5472 Mbytes Step Atoms AVEKE stressZZ 24010 5000 9.993319e-11 9347262.5 24011 -0.0139424999999924 9347139.66664046 24011 5000 9.9926067e-11 9347139.7 Loop time of 0.017617 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:45 2021 Pair time (%) = 0.00125599 (7.12942) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.204355) Outpt time (%) = 0.016217 (92.0532) Other time (%) = 0.000108004 (0.613065) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:45 2021 Memory usage per processor = 27.5472 Mbytes Step Atoms AVEKE stressZZ 24011 5000 9.9926067e-11 9347087.3 24012 -0.0139424999999924 9346964.42631272 24012 5000 9.9918949e-11 9346964.4 Loop time of 0.0179482 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:45 2021 Pair time (%) = 0.00128794 (7.17588) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.195271) Outpt time (%) = 0.01651 (91.9872) Other time (%) = 0.000115156 (0.641605) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:45 2021 Memory usage per processor = 27.5472 Mbytes Step Atoms AVEKE stressZZ 24012 5000 9.9918949e-11 9346912.1 24013 -0.0139424999999924 9346789.19519918 24013 5000 9.9911837e-11 9346789.2 Loop time of 0.017791 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:45 2021 Pair time (%) = 0.00119686 (6.72733) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.184935) Outpt time (%) = 0.016463 (92.5356) Other time (%) = 9.82285e-05 (0.552123) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:45 2021 Memory usage per processor = 27.5472 Mbytes Step Atoms AVEKE stressZZ 24013 5000 9.9911837e-11 9346736.8 24014 -0.0139424999999924 9346613.97329622 24014 5000 9.9904727e-11 9346614 Loop time of 0.017678 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:45 2021 Pair time (%) = 0.00119686 (6.77033) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.191511) Outpt time (%) = 0.01635 (92.4879) Other time (%) = 9.72748e-05 (0.550258) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:45 2021 Memory usage per processor = 27.5472 Mbytes Step Atoms AVEKE stressZZ 24014 5000 9.9904727e-11 9346561.6 24015 -0.0139424999999924 9346438.76060085 24015 5000 9.9897619e-11 9346438.8 Loop time of 0.0176189 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:45 2021 Pair time (%) = 0.0012331 (6.99874) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.19892) Outpt time (%) = 0.0162411 (92.1799) Other time (%) = 0.000109673 (0.622471) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:45 2021 Memory usage per processor = 27.5472 Mbytes Step Atoms AVEKE stressZZ 24015 5000 9.9897619e-11 9346386.4 24016 -0.0139424999999924 9346263.55711072 24016 5000 9.9890513e-11 9346263.6 Loop time of 0.0179851 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:45 2021 Pair time (%) = 0.00137019 (7.61848) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.205475) Outpt time (%) = 0.0164411 (91.4151) Other time (%) = 0.000136852 (0.76092) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:45 2021 Memory usage per processor = 27.5472 Mbytes Step Atoms AVEKE stressZZ 24016 5000 9.9890513e-11 9346211.2 24017 -0.0139424999999924 9346088.36282404 24017 5000 9.9883408e-11 9346088.4 Loop time of 0.0177989 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:45 2021 Pair time (%) = 0.00119686 (6.72436) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.190211) Outpt time (%) = 0.01647 (92.5336) Other time (%) = 9.82285e-05 (0.551879) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:45 2021 Memory usage per processor = 27.5472 Mbytes Step Atoms AVEKE stressZZ 24017 5000 9.9883408e-11 9346036 24018 -0.0139424999999924 9345913.17773943 24018 5000 9.9876304e-11 9345913.2 Loop time of 0.017695 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:45 2021 Pair time (%) = 0.00119901 (6.77598) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.187286) Outpt time (%) = 0.0163641 (92.4789) Other time (%) = 9.87053e-05 (0.557816) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:45 2021 Memory usage per processor = 27.5472 Mbytes Step Atoms AVEKE stressZZ 24018 5000 9.9876304e-11 9345860.8 24019 -0.0139424999999924 9345738.00185516 24019 5000 9.9869202e-11 9345738 Loop time of 0.017597 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:45 2021 Pair time (%) = 0.00123096 (6.99527) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.199168) Outpt time (%) = 0.016223 (92.1918) Other time (%) = 0.000108004 (0.613763) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:45 2021 Memory usage per processor = 27.5472 Mbytes Step Atoms AVEKE stressZZ 24019 5000 9.9869202e-11 9345685.6 24020 -0.0139424999999924 9345562.8351702 24020 5000 9.98621e-11 9345562.8 Loop time of 0.0216711 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:45 2021 Pair time (%) = 0.00140619 (6.48881) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.174927) Outpt time (%) = 0.0200901 (92.7048) Other time (%) = 0.000136852 (0.631498) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:45 2021 Memory usage per processor = 27.5472 Mbytes Step Atoms AVEKE stressZZ 24020 5000 9.98621e-11 9345510.5 24021 -0.0139424999999924 9345387.67768321 24021 5000 9.9854999e-11 9345387.7 Loop time of 0.0201049 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:45 2021 Pair time (%) = 0.00147605 (7.34175) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.16958) Outpt time (%) = 0.0184979 (92.0072) Other time (%) = 9.67979e-05 (0.481465) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:45 2021 Memory usage per processor = 27.5472 Mbytes Step Atoms AVEKE stressZZ 24021 5000 9.9854999e-11 9345335.3 24022 -0.0139424999999924 9345212.52939289 24022 5000 9.98479e-11 9345212.5 Loop time of 0.0185258 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:45 2021 Pair time (%) = 0.00149083 (8.04731) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.182747) Outpt time (%) = 0.016906 (91.2565) Other time (%) = 9.5129e-05 (0.513494) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:45 2021 Memory usage per processor = 27.5472 Mbytes Step Atoms AVEKE stressZZ 24022 5000 9.98479e-11 9345160.2 24023 -0.0139424999999924 9345037.39029822 24023 5000 9.9840801e-11 9345037.4 Loop time of 0.018151 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:45 2021 Pair time (%) = 0.00119591 (6.58864) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.186521) Outpt time (%) = 0.0168281 (92.7112) Other time (%) = 9.32217e-05 (0.513588) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:45 2021 Memory usage per processor = 27.5472 Mbytes Step Atoms AVEKE stressZZ 24023 5000 9.9840801e-11 9344985 24024 -0.0139424999999924 9344862.26039821 24024 5000 9.9833703e-11 9344862.3 Loop time of 0.017638 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:45 2021 Pair time (%) = 0.00125313 (7.10472) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.204112) Outpt time (%) = 0.016242 (92.0856) Other time (%) = 0.000106812 (0.605577) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:45 2021 Memory usage per processor = 27.5472 Mbytes Step Atoms AVEKE stressZZ 24024 5000 9.9833703e-11 9344809.9 24025 -0.0139424999999924 9344687.1396914 24025 5000 9.9826606e-11 9344687.1 Loop time of 0.0179579 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:46 2021 Pair time (%) = 0.00127006 (7.0724) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.193837) Outpt time (%) = 0.0165401 (92.1045) Other time (%) = 0.00011301 (0.629307) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:46 2021 Memory usage per processor = 27.5472 Mbytes Step Atoms AVEKE stressZZ 24025 5000 9.9826606e-11 9344634.8 24026 -0.0139424999999924 9344512.0281769 24026 5000 9.9819509e-11 9344512 Loop time of 0.017817 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:46 2021 Pair time (%) = 0.00119591 (6.71216) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.184665) Outpt time (%) = 0.01649 (92.5519) Other time (%) = 9.82285e-05 (0.551318) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:46 2021 Memory usage per processor = 27.5472 Mbytes Step Atoms AVEKE stressZZ 24026 5000 9.9819509e-11 9344459.7 24027 -0.0139424999999924 9344336.92585363 24027 5000 9.9812414e-11 9344336.9 Loop time of 0.017647 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:46 2021 Pair time (%) = 0.00119781 (6.78763) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.193199) Outpt time (%) = 0.0163169 (92.4625) Other time (%) = 9.82285e-05 (0.556629) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:46 2021 Memory usage per processor = 27.5472 Mbytes Step Atoms AVEKE stressZZ 24027 5000 9.9812414e-11 9344284.6 24028 -0.0139424999999924 9344161.8327204 24028 5000 9.9805319e-11 9344161.8 Loop time of 0.0178041 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:46 2021 Pair time (%) = 0.00128293 (7.2058) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.19685) Outpt time (%) = 0.0163751 (91.9733) Other time (%) = 0.000111103 (0.624029) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:46 2021 Memory usage per processor = 27.5472 Mbytes Step Atoms AVEKE stressZZ 24028 5000 9.9805319e-11 9344109.5 24029 -0.0139424999999924 9343986.74877604 24029 5000 9.9798225e-11 9343986.7 Loop time of 0.017909 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:46 2021 Pair time (%) = 0.00127697 (7.13031) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.195697) Outpt time (%) = 0.0164871 (92.0603) Other time (%) = 0.000109911 (0.613717) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:46 2021 Memory usage per processor = 27.5472 Mbytes Step Atoms AVEKE stressZZ 24029 5000 9.9798225e-11 9343934.4 24030 -0.0139424999999924 9343811.67401965 24030 5000 9.9791132e-11 9343811.7 Loop time of 0.0204279 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:46 2021 Pair time (%) = 0.00121784 (5.96165) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.165731) Outpt time (%) = 0.019073 (93.3673) Other time (%) = 0.000103235 (0.505363) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:46 2021 Memory usage per processor = 27.5472 Mbytes Step Atoms AVEKE stressZZ 24030 5000 9.9791132e-11 9343759.3 24031 -0.0139424999999924 9343636.60845005 24031 5000 9.978404e-11 9343636.6 Loop time of 0.017818 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:46 2021 Pair time (%) = 0.00119591 (6.7118) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.191345) Outpt time (%) = 0.01649 (92.5469) Other time (%) = 9.799e-05 (0.54995) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:46 2021 Memory usage per processor = 27.5472 Mbytes Step Atoms AVEKE stressZZ 24031 5000 9.978404e-11 9343584.3 24032 -0.0139424999999924 9343461.55206615 24032 5000 9.9776948e-11 9343461.6 Loop time of 0.0175281 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:46 2021 Pair time (%) = 0.00119996 (6.84594) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.19451) Outpt time (%) = 0.0161941 (92.3896) Other time (%) = 9.98974e-05 (0.569928) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:46 2021 Memory usage per processor = 27.5472 Mbytes Step Atoms AVEKE stressZZ 24032 5000 9.9776948e-11 9343409.2 24033 -0.0139424999999924 9343286.50486687 24033 5000 9.9769858e-11 9343286.5 Loop time of 0.0179782 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:46 2021 Pair time (%) = 0.00141811 (7.88797) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.212185) Outpt time (%) = 0.0163369 (90.8708) Other time (%) = 0.000185013 (1.0291) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:46 2021 Memory usage per processor = 27.5472 Mbytes Step Atoms AVEKE stressZZ 24033 5000 9.9769858e-11 9343234.2 24034 -0.0139424999999924 9343111.46685098 24034 5000 9.9762768e-11 9343111.5 Loop time of 0.0178969 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:46 2021 Pair time (%) = 0.00121307 (6.77813) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.190502) Outpt time (%) = 0.016557 (92.5132) Other time (%) = 9.27448e-05 (0.518218) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:46 2021 Memory usage per processor = 27.5472 Mbytes Step Atoms AVEKE stressZZ 24034 5000 9.9762768e-11 9343059.1 24035 -0.0139424999999924 9342936.4380177 24035 5000 9.9755679e-11 9342936.4 Loop time of 0.017777 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:46 2021 Pair time (%) = 0.00119805 (6.73936) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.191787) Outpt time (%) = 0.016448 (92.5243) Other time (%) = 9.67979e-05 (0.544513) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:46 2021 Memory usage per processor = 27.5472 Mbytes Step Atoms AVEKE stressZZ 24035 5000 9.9755679e-11 9342884.1 24036 -0.0139424999999924 9342761.41836575 24036 5000 9.9748591e-11 9342761.4 Loop time of 0.0176771 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:46 2021 Pair time (%) = 0.0013051 (7.38303) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.209055) Outpt time (%) = 0.016223 (91.774) Other time (%) = 0.000112057 (0.63391) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:46 2021 Memory usage per processor = 27.5472 Mbytes Step Atoms AVEKE stressZZ 24036 5000 9.9748591e-11 9342709.1 24037 -0.0139424999999924 9342586.40789405 24037 5000 9.9741504e-11 9342586.4 Loop time of 0.0178969 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:46 2021 Pair time (%) = 0.00141501 (7.90648) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.213149) Outpt time (%) = 0.0163281 (91.2343) Other time (%) = 0.000115633 (0.646107) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:46 2021 Memory usage per processor = 27.5472 Mbytes Step Atoms AVEKE stressZZ 24037 5000 9.9741504e-11 9342534.1 24038 -0.0139424999999924 9342411.40660163 24038 5000 9.9734417e-11 9342411.4 Loop time of 0.017832 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:46 2021 Pair time (%) = 0.00123119 (6.90439) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.191194) Outpt time (%) = 0.016464 (92.3282) Other time (%) = 0.000102758 (0.576257) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:46 2021 Memory usage per processor = 27.5472 Mbytes Step Atoms AVEKE stressZZ 24038 5000 9.9734417e-11 9342359.1 24039 -0.0139424999999924 9342236.41448744 24039 5000 9.9727332e-11 9342236.4 Loop time of 0.017833 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:46 2021 Pair time (%) = 0.001194 (6.69546) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.185836) Outpt time (%) = 0.0165091 (92.5759) Other time (%) = 9.67979e-05 (0.542803) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:46 2021 Memory usage per processor = 27.5472 Mbytes Step Atoms AVEKE stressZZ 24039 5000 9.9727332e-11 9342184.1 24040 -0.0139424999999924 9342061.43155029 24040 5000 9.9720247e-11 9342061.4 Loop time of 0.020304 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:46 2021 Pair time (%) = 0.00120211 (5.92055) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.162046) Outpt time (%) = 0.018971 (93.4348) Other time (%) = 9.799e-05 (0.482615) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:46 2021 Memory usage per processor = 27.5472 Mbytes Step Atoms AVEKE stressZZ 24040 5000 9.9720247e-11 9342009.1 24041 -0.0139424999999924 9341886.4577892 24041 5000 9.9713163e-11 9341886.5 Loop time of 0.017617 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:46 2021 Pair time (%) = 0.0012548 (7.12265) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.204355) Outpt time (%) = 0.0162189 (92.064) Other time (%) = 0.000107288 (0.609005) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:46 2021 Memory usage per processor = 27.5472 Mbytes Step Atoms AVEKE stressZZ 24041 5000 9.9713163e-11 9341834.1 24042 -0.0139424999999924 9341711.49320305 24042 5000 9.970608e-11 9341711.5 Loop time of 0.0180712 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:46 2021 Pair time (%) = 0.00128007 (7.08349) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.193942) Outpt time (%) = 0.016639 (92.0748) Other time (%) = 0.000117064 (0.647791) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:46 2021 Memory usage per processor = 27.5472 Mbytes Step Atoms AVEKE stressZZ 24042 5000 9.970608e-11 9341659.2 24043 -0.0139424999999924 9341536.53779073 24043 5000 9.9698998e-11 9341536.5 Loop time of 0.017906 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:46 2021 Pair time (%) = 0.00125599 (7.01437) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.195731) Outpt time (%) = 0.0165081 (92.1934) Other time (%) = 0.000106812 (0.596514) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:46 2021 Memory usage per processor = 27.5472 Mbytes Step Atoms AVEKE stressZZ 24043 5000 9.9698998e-11 9341484.2 24044 -0.0139424999999924 9341361.59155135 24044 5000 9.9691916e-11 9341361.6 Loop time of 0.0178499 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:46 2021 Pair time (%) = 0.00126195 (7.06978) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.191003) Outpt time (%) = 0.0164452 (92.1301) Other time (%) = 0.000108719 (0.609072) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:46 2021 Memory usage per processor = 27.5472 Mbytes Step Atoms AVEKE stressZZ 24044 5000 9.9691916e-11 9341309.3 24045 -0.0139424999999924 9341186.65448364 24045 5000 9.9684835e-11 9341186.7 Loop time of 0.0176179 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:46 2021 Pair time (%) = 0.00125694 (7.13445) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.198931) Outpt time (%) = 0.0162151 (92.0374) Other time (%) = 0.000110865 (0.629271) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:46 2021 Memory usage per processor = 27.5472 Mbytes Step Atoms AVEKE stressZZ 24045 5000 9.9684835e-11 9341134.3 24046 -0.0139424999999924 9341011.72658674 24046 5000 9.9677756e-11 9341011.7 Loop time of 0.0180349 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:46 2021 Pair time (%) = 0.00135922 (7.53662) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.194331) Outpt time (%) = 0.0165138 (91.5658) Other time (%) = 0.000126839 (0.703294) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:46 2021 Memory usage per processor = 27.5472 Mbytes Step Atoms AVEKE stressZZ 24046 5000 9.9677756e-11 9340959.4 24047 -0.0139424999999924 9340836.8078595 24047 5000 9.9670677e-11 9340836.8 Loop time of 0.0178211 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:46 2021 Pair time (%) = 0.00120616 (6.76816) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.184623) Outpt time (%) = 0.016484 (92.4974) Other time (%) = 9.799e-05 (0.549855) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:46 2021 Memory usage per processor = 27.5472 Mbytes Step Atoms AVEKE stressZZ 24047 5000 9.9670677e-11 9340784.5 24048 -0.0139424999999924 9340661.89830093 24048 5000 9.9663598e-11 9340661.9 Loop time of 0.0177948 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:46 2021 Pair time (%) = 0.00124192 (6.97911) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.190254) Outpt time (%) = 0.0164158 (92.2505) Other time (%) = 0.000103235 (0.580141) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:46 2021 Memory usage per processor = 27.5472 Mbytes Step Atoms AVEKE stressZZ 24048 5000 9.9663598e-11 9340609.6 24049 -0.0139424999999924 9340486.99790974 24049 5000 9.9656521e-11 9340487 Loop time of 0.0175769 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:46 2021 Pair time (%) = 0.00124502 (7.08327) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.204821) Outpt time (%) = 0.0161879 (92.0974) Other time (%) = 0.000108004 (0.614462) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:46 2021 Memory usage per processor = 27.5472 Mbytes Step Atoms AVEKE stressZZ 24049 5000 9.9656521e-11 9340434.7 24050 -0.0139424999999924 9340312.10677722 24050 5000 9.9649444e-11 9340312.1 Loop time of 0.0208549 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:46 2021 Pair time (%) = 0.00141501 (6.78503) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.181772) Outpt time (%) = 0.0192699 (92.3999) Other time (%) = 0.000132084 (0.633346) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:46 2021 Memory usage per processor = 27.5472 Mbytes Step Atoms AVEKE stressZZ 24050 5000 9.9649444e-11 9340259.8 24051 -0.0139424999999924 9340137.22496576 24051 5000 9.9642369e-11 9340137.2 Loop time of 0.017864 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:46 2021 Pair time (%) = 0.00122809 (6.87469) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.190852) Outpt time (%) = 0.0165 (92.3646) Other time (%) = 0.000101805 (0.569888) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:46 2021 Memory usage per processor = 27.5472 Mbytes Step Atoms AVEKE stressZZ 24051 5000 9.9642369e-11 9340084.9 24052 -0.0139424999999924 9339962.35240688 24052 5000 9.9635294e-11 9339962.4 Loop time of 0.0178049 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:46 2021 Pair time (%) = 0.00120497 (6.76763) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.191486) Outpt time (%) = 0.01647 (92.5026) Other time (%) = 9.58443e-05 (0.538304) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:46 2021 Memory usage per processor = 27.5472 Mbytes Step Atoms AVEKE stressZZ 24052 5000 9.9635294e-11 9339910 24053 -0.0139424999999924 9339787.48908031 24053 5000 9.962822e-11 9339787.5 Loop time of 0.017597 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:46 2021 Pair time (%) = 0.00119996 (6.81914) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.192394) Outpt time (%) = 0.0162649 (92.4303) Other time (%) = 9.82285e-05 (0.558213) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:46 2021 Memory usage per processor = 27.5472 Mbytes Step Atoms AVEKE stressZZ 24053 5000 9.962822e-11 9339735.2 24054 -0.0139424999999924 9339612.63497503 24054 5000 9.9621147e-11 9339612.6 Loop time of 0.0178242 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:46 2021 Pair time (%) = 0.0014019 (7.86517) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.214018) Outpt time (%) = 0.016259 (91.2186) Other time (%) = 0.00012517 (0.702247) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:46 2021 Memory usage per processor = 27.5472 Mbytes Step Atoms AVEKE stressZZ 24054 5000 9.9621147e-11 9339560.3 24055 -0.0139424999999924 9339437.79008301 24055 5000 9.9614074e-11 9339437.8 Loop time of 0.0179129 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:46 2021 Pair time (%) = 0.00123405 (6.88921) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.20098) Outpt time (%) = 0.016537 (92.3189) Other time (%) = 0.000105858 (0.59096) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:46 2021 Memory usage per processor = 27.5472 Mbytes Step Atoms AVEKE stressZZ 24055 5000 9.9614074e-11 9339385.5 24056 -0.0139424999999924 9339262.95439862 24056 5000 9.9607003e-11 9339263 Loop time of 0.0177989 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:46 2021 Pair time (%) = 0.0011611 (6.52343) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.180834) Outpt time (%) = 0.016511 (92.764) Other time (%) = 9.46522e-05 (0.531787) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:46 2021 Memory usage per processor = 27.5472 Mbytes Step Atoms AVEKE stressZZ 24056 5000 9.9607003e-11 9339210.6 24057 -0.0139424999999924 9339088.12791697 24057 5000 9.9599932e-11 9339088.1 Loop time of 0.017005 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:46 2021 Pair time (%) = 0.00114393 (6.72705) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.189277) Outpt time (%) = 0.015734 (92.5257) Other time (%) = 9.48906e-05 (0.558017) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:46 2021 Memory usage per processor = 27.5472 Mbytes Step Atoms AVEKE stressZZ 24057 5000 9.9599932e-11 9339035.8 24058 -0.0139424999999924 9338913.31063399 24058 5000 9.9592862e-11 9338913.3 Loop time of 0.0175381 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:46 2021 Pair time (%) = 0.00144601 (8.24497) Neigh time (%) = 0 (0) Comm time (%) = 4.31538e-05 (0.246058) Outpt time (%) = 0.0158682 (90.4785) Other time (%) = 0.000180721 (1.03045) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:46 2021 Memory usage per processor = 27.5472 Mbytes Step Atoms AVEKE stressZZ 24058 5000 9.9592862e-11 9338861 24059 -0.0139424999999924 9338738.50254664 24059 5000 9.9585793e-11 9338738.5 Loop time of 0.017957 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:46 2021 Pair time (%) = 0.00124002 (6.90548) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.177915) Outpt time (%) = 0.0165551 (92.193) Other time (%) = 0.000129938 (0.723608) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:46 2021 Memory usage per processor = 27.5472 Mbytes Step Atoms AVEKE stressZZ 24059 5000 9.9585793e-11 9338686.2 24060 -0.0139424999999924 9338563.70365145 24060 5000 9.9578724e-11 9338563.7 Loop time of 0.020335 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:46 2021 Pair time (%) = 0.00117707 (5.78842) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.157109) Outpt time (%) = 0.0189991 (93.4307) Other time (%) = 0.000126839 (0.623747) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:46 2021 Memory usage per processor = 27.5472 Mbytes Step Atoms AVEKE stressZZ 24060 5000 9.9578724e-11 9338511.4 24061 -0.0139424999999924 9338388.91393478 24061 5000 9.9571657e-11 9338388.9 Loop time of 0.0169811 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:46 2021 Pair time (%) = 0.00115395 (6.79546) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.189543) Outpt time (%) = 0.0157011 (92.4618) Other time (%) = 9.39369e-05 (0.553184) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:46 2021 Memory usage per processor = 27.5472 Mbytes Step Atoms AVEKE stressZZ 24061 5000 9.9571657e-11 9338336.6 24062 -0.0139424999999924 9338214.13338607 24062 5000 9.956459e-11 9338214.1 Loop time of 0.0198262 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:46 2021 Pair time (%) = 0.00125194 (6.31456) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.181584) Outpt time (%) = 0.0184121 (92.8677) Other time (%) = 0.000126123 (0.636146) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:46 2021 Memory usage per processor = 27.5472 Mbytes Step Atoms AVEKE stressZZ 24062 5000 9.956459e-11 9338161.8 24063 -0.0139424999999924 9338039.3620196 24063 5000 9.9557524e-11 9338039.4 Loop time of 0.0205181 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:46 2021 Pair time (%) = 0.00113893 (5.55084) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.151059) Outpt time (%) = 0.0189712 (92.461) Other time (%) = 0.00037694 (1.83711) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:46 2021 Memory usage per processor = 27.5472 Mbytes Step Atoms AVEKE stressZZ 24063 5000 9.9557524e-11 9337987.1 24064 -0.0139424999999924 9337864.59983351 24064 5000 9.9550459e-11 9337864.6 Loop time of 0.0181022 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:46 2021 Pair time (%) = 0.00114703 (6.33643) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.171219) Outpt time (%) = 0.016834 (92.9945) Other time (%) = 9.01222e-05 (0.497853) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:46 2021 Memory usage per processor = 27.5472 Mbytes Step Atoms AVEKE stressZZ 24064 5000 9.9550459e-11 9337812.3 24065 -0.0139424999999924 9337689.84682573 24065 5000 9.9543395e-11 9337689.8 Loop time of 0.018218 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:46 2021 Pair time (%) = 0.00114679 (6.29482) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.175365) Outpt time (%) = 0.016952 (93.0508) Other time (%) = 8.72612e-05 (0.478982) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:46 2021 Memory usage per processor = 27.5472 Mbytes Step Atoms AVEKE stressZZ 24065 5000 9.9543395e-11 9337637.5 24066 -0.0139424999999924 9337515.10299432 24066 5000 9.9536332e-11 9337515.1 Loop time of 0.0170181 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:47 2021 Pair time (%) = 0.00113988 (6.69805) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18773) Outpt time (%) = 0.015753 (92.5664) Other time (%) = 9.32217e-05 (0.54778) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:47 2021 Memory usage per processor = 27.5472 Mbytes Step Atoms AVEKE stressZZ 24066 5000 9.9536332e-11 9337462.8 24067 -0.0139424999999924 9337340.36833744 24067 5000 9.9529269e-11 9337340.4 Loop time of 0.0176959 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:47 2021 Pair time (%) = 0.00134897 (7.62308) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.21018) Outpt time (%) = 0.016149 (91.2587) Other time (%) = 0.000160694 (0.908087) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:47 2021 Memory usage per processor = 27.5472 Mbytes Step Atoms AVEKE stressZZ 24067 5000 9.9529269e-11 9337288.1 24068 -0.0139424999999924 9337165.64285348 24068 5000 9.9522208e-11 9337165.6 Loop time of 0.017746 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:47 2021 Pair time (%) = 0.00118399 (6.67186) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.185404) Outpt time (%) = 0.0164258 (92.561) Other time (%) = 0.000103235 (0.581739) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:47 2021 Memory usage per processor = 27.5472 Mbytes Step Atoms AVEKE stressZZ 24068 5000 9.9522208e-11 9337113.3 24069 -0.0139424999999924 9336990.92654074 24069 5000 9.9515147e-11 9336990.9 Loop time of 0.0178909 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:47 2021 Pair time (%) = 0.0011611 (6.48987) Neigh time (%) = 0 (0) Comm time (%) = 4.91142e-05 (0.27452) Outpt time (%) = 0.016572 (92.6279) Other time (%) = 0.000108719 (0.607676) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:47 2021 Memory usage per processor = 27.5472 Mbytes Step Atoms AVEKE stressZZ 24069 5000 9.9515147e-11 9336938.6 24070 -0.0139424999999924 9336816.21939742 24070 5000 9.9508087e-11 9336816.2 Loop time of 0.0197499 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:47 2021 Pair time (%) = 0.00123787 (6.26773) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.166592) Outpt time (%) = 0.0183859 (93.0937) Other time (%) = 9.32217e-05 (0.472011) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:47 2021 Memory usage per processor = 27.5472 Mbytes Step Atoms AVEKE stressZZ 24070 5000 9.9508087e-11 9336763.9 24071 -0.0139424999999924 9336641.52142205 24071 5000 9.9501027e-11 9336641.5 Loop time of 0.0172648 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:47 2021 Pair time (%) = 0.0012269 (7.10636) Neigh time (%) = 0 (0) Comm time (%) = 3.98159e-05 (0.230618) Outpt time (%) = 0.0158949 (92.0651) Other time (%) = 0.000103235 (0.597951) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:47 2021 Memory usage per processor = 27.5472 Mbytes Step Atoms AVEKE stressZZ 24071 5000 9.9501027e-11 9336589.2 24072 -0.0139424999999924 9336466.83261317 24072 5000 9.9493969e-11 9336466.8 Loop time of 0.0180969 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:47 2021 Pair time (%) = 0.00137091 (7.57536) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.181809) Outpt time (%) = 0.0165751 (91.5907) Other time (%) = 0.000118017 (0.65214) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:47 2021 Memory usage per processor = 27.5472 Mbytes Step Atoms AVEKE stressZZ 24072 5000 9.9493969e-11 9336414.5 24073 -0.0139424999999924 9336292.15296911 24073 5000 9.9486911e-11 9336292.2 Loop time of 0.0179632 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:47 2021 Pair time (%) = 0.00135994 (7.57071) Neigh time (%) = 0 (0) Comm time (%) = 5.07832e-05 (0.282707) Outpt time (%) = 0.0164478 (91.5639) Other time (%) = 0.000104666 (0.582669) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:47 2021 Memory usage per processor = 27.5472 Mbytes Step Atoms AVEKE stressZZ 24073 5000 9.9486911e-11 9336239.9 24074 -0.0139424999999924 9336117.4825206 24074 5000 9.9479854e-11 9336117.5 Loop time of 0.0172341 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:47 2021 Pair time (%) = 0.00118208 (6.85896) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185377) Outpt time (%) = 0.0159252 (92.4051) Other time (%) = 9.48906e-05 (0.550598) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:47 2021 Memory usage per processor = 27.5472 Mbytes Step Atoms AVEKE stressZZ 24074 5000 9.9479854e-11 9336065.2 24075 -0.0139424999999924 9335942.82127052 24075 5000 9.9472798e-11 9335942.8 Loop time of 0.017004 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:47 2021 Pair time (%) = 0.00121593 (7.15087) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.200505) Outpt time (%) = 0.015651 (92.0429) Other time (%) = 0.000102997 (0.605721) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:47 2021 Memory usage per processor = 27.5472 Mbytes Step Atoms AVEKE stressZZ 24075 5000 9.9472798e-11 9335890.5 24076 -0.0139424999999924 9335768.1692431 24076 5000 9.9465743e-11 9335768.2 Loop time of 0.0177851 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:47 2021 Pair time (%) = 0.00138092 (7.76449) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.191699) Outpt time (%) = 0.0162539 (91.391) Other time (%) = 0.00011611 (0.65285) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:47 2021 Memory usage per processor = 27.5472 Mbytes Step Atoms AVEKE stressZZ 24076 5000 9.9465743e-11 9335715.9 24077 -0.0139424999999924 9335593.52645527 24077 5000 9.9458689e-11 9335593.5 Loop time of 0.0179389 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:47 2021 Pair time (%) = 0.00114584 (6.38747) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.178094) Outpt time (%) = 0.0166678 (92.9148) Other time (%) = 9.32217e-05 (0.519663) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:47 2021 Memory usage per processor = 27.5472 Mbytes Step Atoms AVEKE stressZZ 24077 5000 9.9458689e-11 9335541.2 24078 -0.0139424999999924 9335418.89287594 24078 5000 9.9451635e-11 9335418.9 Loop time of 0.0174041 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:47 2021 Pair time (%) = 0.00114417 (6.57415) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183567) Outpt time (%) = 0.016134 (92.7025) Other time (%) = 9.39369e-05 (0.539741) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:27:47 2021 Memory usage per processor = 27.5472 Mbytes Step Atoms AVEKE stressZZ 24078 5000 9.9451635e-11 9335366.6 24079 -0.0139424999999924 9335220.28331003 24079 5000 1.9613892e-10 9335528 Loop time of 0.0168331 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:47 2021 Pair time (%) = 0.00129414 (7.68806) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.208206) Outpt time (%) = 0.0153511 (91.1958) Other time (%) = 0.000152826 (0.907893) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:47 2021 Memory usage per processor = 27.5472 Mbytes Step Atoms AVEKE stressZZ 24079 5000 1.9613892e-10 9406066.8 24080 -0.0139749999999924 9405905.67861788 24080 5000 1.5778054e-10 9405905.7 Loop time of 0.0202701 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:47 2021 Pair time (%) = 0.001261 (6.22096) Neigh time (%) = 0 (0) Comm time (%) = 4.88758e-05 (0.241123) Outpt time (%) = 0.0188608 (93.0474) Other time (%) = 9.94205e-05 (0.490479) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:47 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24080 5000 1.5778054e-10 9405834.9 24081 -0.0139749999999924 9405687.48970849 24081 5000 1.3557144e-10 9405687.5 Loop time of 0.0179009 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:47 2021 Pair time (%) = 0.00122714 (6.85517) Neigh time (%) = 0 (0) Comm time (%) = 5.60284e-05 (0.312991) Outpt time (%) = 0.0164931 (92.1353) Other time (%) = 0.000124693 (0.696572) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:47 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24081 5000 1.3557144e-10 9405623.3 24082 -0.0139749999999924 9405484.55139353 24082 5000 1.2233151e-10 9405484.6 Loop time of 0.017235 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:47 2021 Pair time (%) = 0.00114393 (6.63725) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.18675) Outpt time (%) = 0.015965 (92.631) Other time (%) = 9.39369e-05 (0.545035) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:47 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24082 5000 1.2233151e-10 9405424.5 24083 -0.0139749999999924 9405291.30835191 24083 5000 1.1426897e-10 9405291.3 Loop time of 0.016963 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:47 2021 Pair time (%) = 0.00117612 (6.93343) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.199584) Outpt time (%) = 0.0156531 (92.2781) Other time (%) = 9.98974e-05 (0.588913) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:47 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24083 5000 1.1426897e-10 9405233.9 24084 -0.0139749999999924 9405104.23013371 24084 5000 1.0928561e-10 9405104.2 Loop time of 0.0184331 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:47 2021 Pair time (%) = 0.00146008 (7.92095) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.190134) Outpt time (%) = 0.0167949 (91.1129) Other time (%) = 0.000143051 (0.776056) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:47 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24084 5000 1.0928561e-10 9405048.5 24085 -0.0139749999999924 9404921.07310573 24085 5000 1.0617383e-10 9404921.1 Loop time of 0.0179889 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:47 2021 Pair time (%) = 0.00115395 (6.41476) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.184226) Outpt time (%) = 0.016655 (92.5846) Other time (%) = 0.000146866 (0.816424) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:47 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24085 5000 1.0617383e-10 9404866.4 24086 -0.0139749999999924 9404740.41141647 24086 5000 1.0421702e-10 9404740.4 Loop time of 0.017225 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:47 2021 Pair time (%) = 0.00114489 (6.64664) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179938) Outpt time (%) = 0.0159552 (92.6281) Other time (%) = 9.39369e-05 (0.545351) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:47 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24086 5000 1.0421702e-10 9404686.4 24087 -0.0139749999999924 9404561.33892245 24087 5000 1.0298028e-10 9404561.3 Loop time of 0.0170891 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:47 2021 Pair time (%) = 0.00119305 (6.98132) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205087) Outpt time (%) = 0.0157578 (92.2095) Other time (%) = 0.000103235 (0.604099) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:47 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24087 5000 1.0298028e-10 9404507.8 24088 -0.0139749999999924 9404383.27975923 24088 5000 1.0219552e-10 9404383.3 Loop time of 0.0177598 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:47 2021 Pair time (%) = 0.00131607 (7.41039) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.197342) Outpt time (%) = 0.0162859 (91.7009) Other time (%) = 0.000122786 (0.691368) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:47 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24088 5000 1.0219552e-10 9404330 24089 -0.0139749999999924 9404205.86799212 24089 5000 1.0169573e-10 9404205.9 Loop time of 0.017709 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:47 2021 Pair time (%) = 0.00114989 (6.49326) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.180406) Outpt time (%) = 0.016433 (92.7945) Other time (%) = 9.41753e-05 (0.531793) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:47 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24089 5000 1.0169573e-10 9404152.8 24090 -0.0139749999999924 9404028.87104487 24090 5000 1.0137612e-10 9404028.9 Loop time of 0.0203211 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:47 2021 Pair time (%) = 0.00118709 (5.84163) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.157216) Outpt time (%) = 0.0190091 (93.5436) Other time (%) = 9.29832e-05 (0.457569) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:47 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24090 5000 1.0137612e-10 9403975.9 24091 -0.0139749999999924 9403852.14109754 24091 5000 1.0117065e-10 9403852.1 Loop time of 0.0172348 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:47 2021 Pair time (%) = 0.00121307 (7.03851) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.19782) Outpt time (%) = 0.0158548 (91.9931) Other time (%) = 0.000132799 (0.770529) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:47 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24091 5000 1.0117065e-10 9403799.2 24092 -0.0139749999999924 9403675.58421268 24092 5000 1.0103756e-10 9403675.6 Loop time of 0.0182171 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:47 2021 Pair time (%) = 0.00172997 (9.49639) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.202858) Outpt time (%) = 0.0162969 (89.4592) Other time (%) = 0.000153303 (0.841535) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:47 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24092 5000 1.0103756e-10 9403622.7 24093 -0.0139749999999924 9403499.14069192 24093 5000 1.0095041e-10 9403499.1 Loop time of 0.0180531 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:47 2021 Pair time (%) = 0.00120807 (6.69176) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.176968) Outpt time (%) = 0.016715 (92.5885) Other time (%) = 9.799e-05 (0.542789) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:47 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24093 5000 1.0095041e-10 9403446.3 24094 -0.0139749999999924 9403322.7725827 24094 5000 1.0089243e-10 9403322.8 Loop time of 0.017679 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:47 2021 Pair time (%) = 0.00114298 (6.46519) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.182061) Outpt time (%) = 0.0163951 (92.7378) Other time (%) = 0.000108719 (0.614961) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:47 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24094 5000 1.0089243e-10 9403269.9 24095 -0.0139749999999924 9403146.45573606 24095 5000 1.0085297e-10 9403146.5 Loop time of 0.0170002 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:47 2021 Pair time (%) = 0.00115299 (6.78223) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.19494) Outpt time (%) = 0.015712 (92.4226) Other time (%) = 0.000102043 (0.600247) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:47 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24095 5000 1.0085297e-10 9403093.6 24096 -0.0139749999999924 9402970.17487456 24096 5000 1.0082529e-10 9402970.2 Loop time of 0.017961 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:47 2021 Pair time (%) = 0.00152612 (8.49683) Neigh time (%) = 0 (0) Comm time (%) = 4.48227e-05 (0.249555) Outpt time (%) = 0.0162261 (90.3404) Other time (%) = 0.000164032 (0.913266) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:47 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24096 5000 1.0082529e-10 9402917.4 24097 -0.0139749999999924 9402793.92025888 24097 5000 1.0080509e-10 9402793.9 Loop time of 0.018019 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:47 2021 Pair time (%) = 0.00118303 (6.56549) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.265954) Outpt time (%) = 0.0166781 (92.5586) Other time (%) = 0.000109911 (0.609974) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:47 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24097 5000 1.0080509e-10 9402741.1 24098 -0.0139749999999924 9402617.68569931 24098 5000 1.0078964e-10 9402617.7 Loop time of 0.017812 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:47 2021 Pair time (%) = 0.00114202 (6.41154) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.179363) Outpt time (%) = 0.0165441 (92.8817) Other time (%) = 9.39369e-05 (0.52738) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:47 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24098 5000 1.0078964e-10 9402564.9 24099 -0.0139749999999924 9402441.46726148 24099 5000 1.0077721e-10 9402441.5 Loop time of 0.017128 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:47 2021 Pair time (%) = 0.00127816 (7.46242) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186526) Outpt time (%) = 0.015717 (91.7622) Other time (%) = 0.000100851 (0.588808) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:47 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24099 5000 1.0077721e-10 9402388.7 24100 -0.0139749999999924 9402265.26244439 24100 5000 1.0076669e-10 9402265.3 Loop time of 0.0204768 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:47 2021 Pair time (%) = 0.001544 (7.54023) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.185129) Outpt time (%) = 0.0187418 (91.5271) Other time (%) = 0.000153065 (0.747503) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:47 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24100 5000 1.0076669e-10 9402212.5 24101 -0.0139749999999924 9402089.0696583 24101 5000 1.007574e-10 9402089.1 Loop time of 0.0180709 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:47 2021 Pair time (%) = 0.001333 (7.37648) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.18207) Outpt time (%) = 0.016593 (91.8214) Other time (%) = 0.000112057 (0.620094) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:47 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24101 5000 1.007574e-10 9402036.3 24102 -0.0139749999999924 9401912.88789217 24102 5000 1.0074889e-10 9401912.9 Loop time of 0.017818 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:47 2021 Pair time (%) = 0.00118494 (6.65025) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.179303) Outpt time (%) = 0.0165071 (92.6432) Other time (%) = 9.39369e-05 (0.527203) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:47 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24102 5000 1.0074889e-10 9401860.1 24103 -0.0139749999999924 9401736.71650299 24103 5000 1.0074086e-10 9401736.7 Loop time of 0.0171158 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:47 2021 Pair time (%) = 0.00124192 (7.25599) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193623) Outpt time (%) = 0.0157459 (91.996) Other time (%) = 9.48906e-05 (0.554402) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:47 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24103 5000 1.0074086e-10 9401683.9 24104 -0.0139749999999924 9401560.55508165 24104 5000 1.0073315e-10 9401560.6 Loop time of 0.0191071 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:47 2021 Pair time (%) = 0.00129199 (6.76183) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.199648) Outpt time (%) = 0.0176671 (92.4633) Other time (%) = 0.000109911 (0.575236) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:47 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24104 5000 1.0073315e-10 9401507.8 24105 -0.0139749999999924 9401384.40336763 24105 5000 1.0072565e-10 9401384.4 Loop time of 0.01917 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:47 2021 Pair time (%) = 0.00141191 (7.36521) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.161681) Outpt time (%) = 0.0176361 (91.998) Other time (%) = 9.10759e-05 (0.475095) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:47 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24105 5000 1.0072565e-10 9401331.6 24106 -0.0139749999999924 9401208.26119488 24106 5000 1.0071826e-10 9401208.3 Loop time of 0.0179031 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:47 2021 Pair time (%) = 0.00141311 (7.89309) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.17845) Outpt time (%) = 0.0163682 (91.4264) Other time (%) = 8.98838e-05 (0.502058) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:47 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24106 5000 1.0071826e-10 9401155.5 24107 -0.0139749999999924 9401032.12845738 24107 5000 1.0071096e-10 9401032.1 Loop time of 0.017854 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:47 2021 Pair time (%) = 0.00114799 (6.42986) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.178941) Outpt time (%) = 0.0165842 (92.8878) Other time (%) = 8.98838e-05 (0.503439) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:47 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24107 5000 1.0071096e-10 9400979.4 24108 -0.0139749999999924 9400856.00508725 24108 5000 1.0070371e-10 9400856 Loop time of 0.0171041 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:48 2021 Pair time (%) = 0.0012269 (7.17313) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193755) Outpt time (%) = 0.0157399 (92.024) Other time (%) = 0.000104189 (0.609144) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:48 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24108 5000 1.0070371e-10 9400803.2 24109 -0.0139749999999924 9400679.8910411 24109 5000 1.006965e-10 9400679.9 Loop time of 0.0177271 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:48 2021 Pair time (%) = 0.0012238 (6.90355) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.185601) Outpt time (%) = 0.0163701 (92.3446) Other time (%) = 0.000100374 (0.566218) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:48 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24109 5000 1.006965e-10 9400627.1 24110 -0.0139749999999924 9400503.78627061 24110 5000 1.006893e-10 9400503.8 Loop time of 0.0204611 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:48 2021 Pair time (%) = 0.00114298 (5.58611) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.157306) Outpt time (%) = 0.0191941 (93.808) Other time (%) = 9.17912e-05 (0.448613) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:48 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24110 5000 1.006893e-10 9400451 24111 -0.0139749999999924 9400327.69077394 24111 5000 1.0068212e-10 9400327.7 Loop time of 0.0176589 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:48 2021 Pair time (%) = 0.00131798 (7.46351) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.180917) Outpt time (%) = 0.016145 (91.4267) Other time (%) = 0.000164032 (0.928889) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:48 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24111 5000 1.0068212e-10 9400274.9 24112 -0.0139749999999924 9400151.60454159 24112 5000 1.0067495e-10 9400151.6 Loop time of 0.0176399 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:48 2021 Pair time (%) = 0.0011878 (6.73362) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.197332) Outpt time (%) = 0.016314 (92.4838) Other time (%) = 0.000103235 (0.585238) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:48 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24112 5000 1.0067495e-10 9400098.8 24113 -0.0139749999999924 9399975.52756528 24113 5000 1.0066779e-10 9399975.5 Loop time of 0.0180399 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:48 2021 Pair time (%) = 0.00158 (8.75834) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.211458) Outpt time (%) = 0.016269 (90.183) Other time (%) = 0.000152826 (0.847155) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:48 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24113 5000 1.0066779e-10 9399922.8 24114 -0.0139749999999924 9399799.45987502 24114 5000 1.0066063e-10 9399799.5 Loop time of 0.017946 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:48 2021 Pair time (%) = 0.00114608 (6.38626) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.172709) Outpt time (%) = 0.0166819 (92.9561) Other time (%) = 8.70228e-05 (0.484915) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:48 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24114 5000 1.0066063e-10 9399746.7 24115 -0.0139749999999924 9399623.40148409 24115 5000 1.0065347e-10 9399623.4 Loop time of 0.0177689 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:48 2021 Pair time (%) = 0.00114202 (6.42711) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.179798) Outpt time (%) = 0.0165009 (92.8644) Other time (%) = 9.39369e-05 (0.52866) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:48 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24115 5000 1.0065347e-10 9399570.6 24116 -0.0139749999999924 9399447.35236406 24116 5000 1.0064631e-10 9399447.4 Loop time of 0.017241 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:48 2021 Pair time (%) = 0.00115514 (6.69995) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.196366) Outpt time (%) = 0.0159521 (92.5243) Other time (%) = 9.98974e-05 (0.579418) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:48 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24116 5000 1.0064631e-10 9399394.6 24117 -0.0139749999999924 9399271.31250712 24117 5000 1.0063916e-10 9399271.3 Loop time of 0.0179751 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:48 2021 Pair time (%) = 0.00141788 (7.888) Neigh time (%) = 0 (0) Comm time (%) = 3.98159e-05 (0.221506) Outpt time (%) = 0.0163391 (90.8984) Other time (%) = 0.000178337 (0.992135) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:48 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24117 5000 1.0063916e-10 9399218.6 24118 -0.0139749999999924 9399095.28190797 24118 5000 1.0063201e-10 9399095.3 Loop time of 0.018064 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:48 2021 Pair time (%) = 0.00114608 (6.34453) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.17686) Outpt time (%) = 0.0167952 (92.9757) Other time (%) = 9.08375e-05 (0.502864) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:48 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24118 5000 1.0063201e-10 9399042.5 24119 -0.0139749999999924 9398919.26056295 24119 5000 1.0062485e-10 9398919.3 Loop time of 0.0176458 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:48 2021 Pair time (%) = 0.00114608 (6.49489) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.186456) Outpt time (%) = 0.0163748 (92.7971) Other time (%) = 9.20296e-05 (0.521537) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:48 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24119 5000 1.0062485e-10 9398866.5 24120 -0.0139749999999924 9398743.2484695 24120 5000 1.006177e-10 9398743.2 Loop time of 0.0196879 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:48 2021 Pair time (%) = 0.00120687 (6.13004) Neigh time (%) = 0 (0) Comm time (%) = 7.82013e-05 (0.397205) Outpt time (%) = 0.0183041 (92.9714) Other time (%) = 9.87053e-05 (0.50135) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:48 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24120 5000 1.006177e-10 9398690.5 24121 -0.0139749999999924 9398567.24560675 24121 5000 1.0061056e-10 9398567.2 Loop time of 0.0172131 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:48 2021 Pair time (%) = 0.00127792 (7.42413) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.20915) Outpt time (%) = 0.0157492 (91.4955) Other time (%) = 0.000149965 (0.871227) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:48 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24121 5000 1.0061056e-10 9398514.5 24122 -0.0139749999999924 9398391.25204908 24122 5000 1.0060341e-10 9398391.3 Loop time of 0.017904 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:48 2021 Pair time (%) = 0.00121808 (6.80338) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.185099) Outpt time (%) = 0.0165479 (92.4256) Other time (%) = 0.000104904 (0.585924) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:48 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24122 5000 1.0060341e-10 9398338.5 24123 -0.0139749999999924 9398215.26784573 24123 5000 1.0059626e-10 9398215.3 Loop time of 0.0178919 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:48 2021 Pair time (%) = 0.00120497 (6.73472) Neigh time (%) = 0 (0) Comm time (%) = 5.60284e-05 (0.31315) Outpt time (%) = 0.0165379 (92.4324) Other time (%) = 9.29832e-05 (0.519695) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:48 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24123 5000 1.0059626e-10 9398162.5 24124 -0.0139749999999924 9398039.29294621 24124 5000 1.0058911e-10 9398039.3 Loop time of 0.01722 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:48 2021 Pair time (%) = 0.00114703 (6.66104) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185529) Outpt time (%) = 0.0159481 (92.6135) Other time (%) = 9.29832e-05 (0.539972) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:48 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24124 5000 1.0058911e-10 9397986.5 24125 -0.0139749999999924 9397863.32733568 24125 5000 1.0058197e-10 9397863.3 Loop time of 0.018187 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:48 2021 Pair time (%) = 0.0014081 (7.74232) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.214992) Outpt time (%) = 0.016572 (91.1198) Other time (%) = 0.000167847 (0.922891) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:48 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24125 5000 1.0058197e-10 9397810.6 24126 -0.0139749999999924 9397687.37100514 24126 5000 1.0057482e-10 9397687.4 Loop time of 0.0179501 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:48 2021 Pair time (%) = 0.00116992 (6.51764) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.179311) Outpt time (%) = 0.0166528 (92.7731) Other time (%) = 9.5129e-05 (0.529965) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:48 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24126 5000 1.0057482e-10 9397634.6 24127 -0.0139749999999924 9397511.42394083 24127 5000 1.0056768e-10 9397511.4 Loop time of 0.0175531 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:48 2021 Pair time (%) = 0.00114417 (6.51834) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182008) Outpt time (%) = 0.016284 (92.7699) Other time (%) = 9.29832e-05 (0.529726) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:48 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24127 5000 1.0056768e-10 9397458.7 24128 -0.0139749999999924 9397335.48611332 24128 5000 1.0056053e-10 9397335.5 Loop time of 0.017014 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:48 2021 Pair time (%) = 0.00114512 (6.73047) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187775) Outpt time (%) = 0.0157421 (92.524) Other time (%) = 9.48906e-05 (0.55772) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:48 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24128 5000 1.0056053e-10 9397282.7 24129 -0.0139749999999924 9397159.55754631 24129 5000 1.0055339e-10 9397159.6 Loop time of 0.017395 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:48 2021 Pair time (%) = 0.00137115 (7.8824) Neigh time (%) = 0 (0) Comm time (%) = 6.00815e-05 (0.345395) Outpt time (%) = 0.015816 (90.9224) Other time (%) = 0.00014782 (0.849781) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:48 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24129 5000 1.0055339e-10 9397106.8 24130 -0.0139749999999924 9396983.63823731 24130 5000 1.0054625e-10 9396983.6 Loop time of 0.020417 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:48 2021 Pair time (%) = 0.00117898 (5.77451) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.16582) Outpt time (%) = 0.019098 (93.54) Other time (%) = 0.000106096 (0.519647) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:48 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24130 5000 1.0054625e-10 9396930.9 24131 -0.0139749999999924 9396807.72818481 24131 5000 1.0053911e-10 9396807.7 Loop time of 0.0177319 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:48 2021 Pair time (%) = 0.00114918 (6.48085) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.180173) Outpt time (%) = 0.016458 (92.8159) Other time (%) = 9.27448e-05 (0.523039) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:48 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24131 5000 1.0053911e-10 9396755 24132 -0.0139749999999924 9396631.8273888 24132 5000 1.0053197e-10 9396631.8 Loop time of 0.0172191 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:48 2021 Pair time (%) = 0.001158 (6.7251) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185539) Outpt time (%) = 0.015934 (92.5369) Other time (%) = 9.5129e-05 (0.552463) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:48 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24132 5000 1.0053197e-10 9396579.1 24133 -0.0139749999999924 9396455.93585347 24133 5000 1.0052483e-10 9396455.9 Loop time of 0.01722 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:48 2021 Pair time (%) = 0.00123882 (7.19409) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191067) Outpt time (%) = 0.0158219 (91.881) Other time (%) = 0.000126362 (0.733808) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:48 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24133 5000 1.0052483e-10 9396403.2 24134 -0.0139749999999924 9396280.05356669 24134 5000 1.0051769e-10 9396280.1 Loop time of 0.0180569 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:48 2021 Pair time (%) = 0.001405 (7.78098) Neigh time (%) = 0 (0) Comm time (%) = 4.88758e-05 (0.270677) Outpt time (%) = 0.0164549 (91.1284) Other time (%) = 0.000148058 (0.819954) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:48 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24134 5000 1.0051769e-10 9396227.3 24135 -0.0139749999999924 9396104.18052106 24135 5000 1.0051055e-10 9396104.2 Loop time of 0.0181639 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:48 2021 Pair time (%) = 0.00114179 (6.28601) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.170637) Outpt time (%) = 0.016897 (93.0249) Other time (%) = 9.41753e-05 (0.518475) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:48 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24135 5000 1.0051055e-10 9396051.4 24136 -0.0139749999999924 9395928.31671464 24136 5000 1.0050342e-10 9395928.3 Loop time of 0.0171678 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:48 2021 Pair time (%) = 0.00115108 (6.7049) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180538) Outpt time (%) = 0.015893 (92.5743) Other time (%) = 9.27448e-05 (0.540225) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:48 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24136 5000 1.0050342e-10 9395875.6 24137 -0.0139749999999924 9395752.46214562 24137 5000 1.0049628e-10 9395752.5 Loop time of 0.0171089 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:48 2021 Pair time (%) = 0.00118494 (6.92586) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.199275) Outpt time (%) = 0.015758 (92.1042) Other time (%) = 0.000131845 (0.770624) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:48 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24137 5000 1.0049628e-10 9395699.7 24138 -0.0139749999999924 9395576.61681219 24138 5000 1.0048915e-10 9395576.6 Loop time of 0.0178201 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:48 2021 Pair time (%) = 0.00128078 (7.1873) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.185971) Outpt time (%) = 0.016396 (92.0086) Other time (%) = 0.000110149 (0.618118) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:48 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24138 5000 1.0048915e-10 9395523.9 24139 -0.0139749999999924 9395400.78071264 24139 5000 1.0048201e-10 9395400.8 Loop time of 0.0178568 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:48 2021 Pair time (%) = 0.00117588 (6.58504) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.178912) Outpt time (%) = 0.0165548 (92.7087) Other time (%) = 9.41753e-05 (0.527391) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:48 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24139 5000 1.0048201e-10 9395348 24140 -0.0139749999999924 9395224.95384563 24140 5000 1.0047488e-10 9395225 Loop time of 0.019954 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:48 2021 Pair time (%) = 0.00117898 (5.9085) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.160109) Outpt time (%) = 0.0186491 (93.4606) Other time (%) = 9.39369e-05 (0.470768) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:48 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24140 5000 1.0047488e-10 9395172.2 24141 -0.0139749999999924 9395049.13620909 24141 5000 1.0046774e-10 9395049.1 Loop time of 0.017343 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:48 2021 Pair time (%) = 0.00117707 (6.787) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.19521) Outpt time (%) = 0.015986 (92.1751) Other time (%) = 0.000146151 (0.842704) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:48 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24141 5000 1.0046774e-10 9394996.4 24142 -0.0139749999999924 9394873.32780165 24142 5000 1.0046061e-10 9394873.3 Loop time of 0.0181329 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:48 2021 Pair time (%) = 0.00155902 (8.59773) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.2038) Outpt time (%) = 0.016377 (90.3162) Other time (%) = 0.000159979 (0.882256) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:48 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24142 5000 1.0046061e-10 9394820.6 24143 -0.0139749999999924 9394697.52862186 24143 5000 1.0045348e-10 9394697.5 Loop time of 0.0177538 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:48 2021 Pair time (%) = 0.00115013 (6.47821) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.17995) Outpt time (%) = 0.016479 (92.8194) Other time (%) = 9.27448e-05 (0.522393) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:48 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24143 5000 1.0045348e-10 9394644.8 24144 -0.0139749999999924 9394521.73866802 24144 5000 1.0044635e-10 9394521.7 Loop time of 0.0176909 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:48 2021 Pair time (%) = 0.00114608 (6.47835) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.180591) Outpt time (%) = 0.0164211 (92.8222) Other time (%) = 9.17912e-05 (0.518861) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:48 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24144 5000 1.0044635e-10 9394469 24145 -0.0139749999999924 9394345.9579389 24145 5000 1.0043922e-10 9394346 Loop time of 0.0170629 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:48 2021 Pair time (%) = 0.0011549 (6.76848) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192826) Outpt time (%) = 0.0157709 (92.4281) Other time (%) = 0.000104189 (0.610617) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:48 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24145 5000 1.0043922e-10 9394293.2 24146 -0.0139749999999924 9394170.18643293 24146 5000 1.0043209e-10 9394170.2 Loop time of 0.017771 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:48 2021 Pair time (%) = 0.00157404 (8.85735) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.214658) Outpt time (%) = 0.015995 (90.0063) Other time (%) = 0.000163794 (0.92169) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:48 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24146 5000 1.0043209e-10 9394117.5 24147 -0.0139749999999924 9393994.42414861 24147 5000 1.0042497e-10 9393994.4 Loop time of 0.019757 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:48 2021 Pair time (%) = 0.0011549 (5.84551) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.161705) Outpt time (%) = 0.0184772 (93.5221) Other time (%) = 9.29832e-05 (0.470634) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:48 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24147 5000 1.0042497e-10 9393941.7 24148 -0.0139749999999924 9393818.67108474 24148 5000 1.0041784e-10 9393818.7 Loop time of 0.020113 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:48 2021 Pair time (%) = 0.00118899 (5.91157) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.158843) Outpt time (%) = 0.0187991 (93.4673) Other time (%) = 9.29832e-05 (0.462304) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:48 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24148 5000 1.0041784e-10 9393766 24149 -0.0139749999999924 9393642.92723983 24149 5000 1.0041071e-10 9393642.9 Loop time of 0.018219 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:49 2021 Pair time (%) = 0.00114298 (6.27356) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.175356) Outpt time (%) = 0.016953 (93.0512) Other time (%) = 9.10759e-05 (0.499895) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:49 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24149 5000 1.0041071e-10 9393590.2 24150 -0.0139749999999924 9393467.19261252 24150 5000 1.0040359e-10 9393467.2 Loop time of 0.0213001 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:49 2021 Pair time (%) = 0.00114703 (5.38511) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.14999) Outpt time (%) = 0.0200329 (94.0508) Other time (%) = 8.82149e-05 (0.414153) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:49 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24150 5000 1.0040359e-10 9393414.5 24151 -0.0139749999999924 9393291.46720131 24151 5000 1.0039646e-10 9393291.5 Loop time of 0.017596 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:49 2021 Pair time (%) = 0.00115108 (6.54174) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.188339) Outpt time (%) = 0.0162799 (92.5206) Other time (%) = 0.000131845 (0.749292) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:49 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24151 5000 1.0039646e-10 9393238.8 24152 -0.0139749999999924 9393115.75100506 24152 5000 1.0038934e-10 9393115.8 Loop time of 0.0170851 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:49 2021 Pair time (%) = 0.00120997 (7.08205) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193972) Outpt time (%) = 0.0156982 (91.8825) Other time (%) = 0.000143766 (0.841474) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:49 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24152 5000 1.0038934e-10 9393063 24153 -0.0139749999999924 9392940.04402269 24153 5000 1.0038222e-10 9392940 Loop time of 0.0179491 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:49 2021 Pair time (%) = 0.00125909 (7.01477) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.177993) Outpt time (%) = 0.0165498 (92.2042) Other time (%) = 0.000108242 (0.60305) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:49 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24153 5000 1.0038222e-10 9392887.3 24154 -0.0139749999999924 9392764.34625243 24154 5000 1.003751e-10 9392764.3 Loop time of 0.017859 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:49 2021 Pair time (%) = 0.00119519 (6.69239) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.189571) Outpt time (%) = 0.016531 (92.564) Other time (%) = 9.89437e-05 (0.554028) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:49 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24154 5000 1.003751e-10 9392711.6 24155 -0.0139749999999924 9392588.6576933 24155 5000 1.0036797e-10 9392588.7 Loop time of 0.0168619 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:49 2021 Pair time (%) = 0.00114393 (6.78412) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.189469) Outpt time (%) = 0.015588 (92.4453) Other time (%) = 9.799e-05 (0.581132) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:49 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24155 5000 1.0036797e-10 9392535.9 24156 -0.0139749999999924 9392412.97834379 24156 5000 1.0036085e-10 9392413 Loop time of 0.017566 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:49 2021 Pair time (%) = 0.00124502 (7.08769) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.19409) Outpt time (%) = 0.01618 (92.1102) Other time (%) = 0.000106812 (0.60806) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:49 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24156 5000 1.0036085e-10 9392360.3 24157 -0.0139749999999924 9392237.30820303 24157 5000 1.0035373e-10 9392237.3 Loop time of 0.018069 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:49 2021 Pair time (%) = 0.00132608 (7.33899) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.176811) Outpt time (%) = 0.0166092 (91.9208) Other time (%) = 0.000101805 (0.563421) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:49 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24157 5000 1.0035373e-10 9392184.6 24158 -0.0139749999999924 9392061.64726946 24158 5000 1.0034662e-10 9392061.6 Loop time of 0.0180411 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:49 2021 Pair time (%) = 0.00119495 (6.6235) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.183692) Outpt time (%) = 0.016717 (92.6602) Other time (%) = 9.60827e-05 (0.532576) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:49 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24158 5000 1.0034662e-10 9392008.9 24159 -0.0139749999999924 9391885.99554193 24159 5000 1.003395e-10 9391886 Loop time of 0.017102 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:49 2021 Pair time (%) = 0.00118494 (6.92866) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186809) Outpt time (%) = 0.0157609 (92.1582) Other time (%) = 0.000124216 (0.726325) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:49 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24159 5000 1.003395e-10 9391833.3 24160 -0.0139749999999924 9391710.35301909 24160 5000 1.0033238e-10 9391710.4 Loop time of 0.019948 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:49 2021 Pair time (%) = 0.00124717 (6.25209) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.170914) Outpt time (%) = 0.018517 (92.8264) Other time (%) = 0.000149727 (0.750586) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:49 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24160 5000 1.0033238e-10 9391657.7 24161 -0.0139749999999924 9391534.7197 24161 5000 1.0032527e-10 9391534.7 Loop time of 0.017838 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:49 2021 Pair time (%) = 0.00149679 (8.39103) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.217862) Outpt time (%) = 0.016156 (90.5705) Other time (%) = 0.000146389 (0.820658) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:49 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24161 5000 1.0032527e-10 9391482 24162 -0.0139749999999924 9391359.09558314 24162 5000 1.0031815e-10 9391359.1 Loop time of 0.0177672 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:49 2021 Pair time (%) = 0.00114703 (6.4559) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.179815) Outpt time (%) = 0.0164928 (92.8275) Other time (%) = 9.53674e-05 (0.536761) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:49 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24162 5000 1.0031815e-10 9391306.4 24163 -0.0139749999999924 9391183.48066741 24163 5000 1.0031104e-10 9391183.5 Loop time of 0.017612 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:49 2021 Pair time (%) = 0.00114799 (6.51821) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.182753) Outpt time (%) = 0.0163081 (92.5965) Other time (%) = 0.000123739 (0.702586) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:49 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24163 5000 1.0031104e-10 9391130.8 24164 -0.0139749999999924 9391007.87495181 24164 5000 1.0030392e-10 9391007.9 Loop time of 0.017108 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:49 2021 Pair time (%) = 0.00117302 (6.85657) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.274542) Outpt time (%) = 0.0157549 (92.0913) Other time (%) = 0.000133038 (0.777635) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:49 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24164 5000 1.0030392e-10 9390955.2 24165 -0.0139749999999924 9390832.27843487 24165 5000 1.0029681e-10 9390832.3 Loop time of 0.017828 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:49 2021 Pair time (%) = 0.00156903 (8.80095) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.217984) Outpt time (%) = 0.0160639 (90.1051) Other time (%) = 0.000156164 (0.87595) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:49 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24165 5000 1.0029681e-10 9390779.6 24166 -0.0139749999999924 9390656.69111567 24166 5000 1.002897e-10 9390656.7 Loop time of 0.018014 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:49 2021 Pair time (%) = 0.00114393 (6.35026) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.178675) Outpt time (%) = 0.016712 (92.7722) Other time (%) = 0.000125885 (0.698819) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:49 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24166 5000 1.002897e-10 9390604 24167 -0.0139749999999924 9390481.11299279 24167 5000 1.0028259e-10 9390481.1 Loop time of 0.018301 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:49 2021 Pair time (%) = 0.00140691 (7.6876) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.201928) Outpt time (%) = 0.016716 (91.3392) Other time (%) = 0.000141144 (0.771235) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:49 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24167 5000 1.0028259e-10 9390428.4 24168 -0.0139749999999924 9390305.54406517 24168 5000 1.0027548e-10 9390305.5 Loop time of 0.017405 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:49 2021 Pair time (%) = 0.00117302 (6.73954) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189036) Outpt time (%) = 0.0160961 (92.4797) Other time (%) = 0.000102997 (0.591765) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:49 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24168 5000 1.0027548e-10 9390252.9 24169 -0.0139749999999924 9390129.98433182 24169 5000 1.0026837e-10 9390130 Loop time of 0.0175841 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:49 2021 Pair time (%) = 0.00141096 (8.02408) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.215584) Outpt time (%) = 0.0160079 (91.0363) Other time (%) = 0.000127316 (0.724038) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:49 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24169 5000 1.0026837e-10 9390077.3 24170 -0.0139749999999924 9389954.43387647 24170 5000 1.0026126e-10 9389954.4 Loop time of 0.020535 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:49 2021 Pair time (%) = 0.00118518 (5.77151) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.160223) Outpt time (%) = 0.0192208 (93.6004) Other time (%) = 9.60827e-05 (0.467897) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:49 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24170 5000 1.0026126e-10 9389901.7 24171 -0.0139749999999924 9389778.89311343 24171 5000 1.0025415e-10 9389778.9 Loop time of 0.0180631 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:49 2021 Pair time (%) = 0.00118804 (6.57718) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.17159) Outpt time (%) = 0.0167491 (92.7259) Other time (%) = 9.48906e-05 (0.525329) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:49 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24171 5000 1.0025415e-10 9389726.2 24172 -0.0139749999999924 9389603.36183392 24172 5000 1.0024704e-10 9389603.4 Loop time of 0.0174601 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:49 2021 Pair time (%) = 0.00115108 (6.59266) Neigh time (%) = 0 (0) Comm time (%) = 6.79493e-05 (0.389169) Outpt time (%) = 0.0161312 (92.3887) Other time (%) = 0.000109911 (0.629498) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:49 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24172 5000 1.0024704e-10 9389550.7 24173 -0.0139749999999924 9389427.83995903 24173 5000 1.0023994e-10 9389427.8 Loop time of 0.0172088 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:49 2021 Pair time (%) = 0.00125217 (7.27635) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198119) Outpt time (%) = 0.0157869 (91.7372) Other time (%) = 0.00013566 (0.788318) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:49 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24173 5000 1.0023994e-10 9389375.2 24174 -0.0139749999999924 9389252.32741099 24174 5000 1.0023283e-10 9389252.3 Loop time of 0.017807 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:49 2021 Pair time (%) = 0.00133896 (7.51928) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.26912) Outpt time (%) = 0.0162909 (91.4859) Other time (%) = 0.000129223 (0.725686) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:49 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24174 5000 1.0023283e-10 9389199.6 24175 -0.0139749999999924 9389076.82417748 24175 5000 1.0022573e-10 9389076.8 Loop time of 0.017616 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:49 2021 Pair time (%) = 0.00120711 (6.85236) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.181358) Outpt time (%) = 0.0162821 (92.4276) Other time (%) = 9.48906e-05 (0.53866) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:49 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24175 5000 1.0022573e-10 9389024.1 24176 -0.0139749999999924 9388901.33025977 24176 5000 1.0021862e-10 9388901.3 Loop time of 0.017148 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:49 2021 Pair time (%) = 0.00119901 (6.9921) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186308) Outpt time (%) = 0.0158238 (92.278) Other time (%) = 9.32217e-05 (0.543629) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:49 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24176 5000 1.0021862e-10 9388848.7 24177 -0.0139749999999924 9388725.84564635 24177 5000 1.0021152e-10 9388725.8 Loop time of 0.0174749 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:49 2021 Pair time (%) = 0.00130892 (7.49028) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.206017) Outpt time (%) = 0.0160098 (91.6161) Other time (%) = 0.000120163 (0.687632) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:49 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24177 5000 1.0021152e-10 9388673.2 24178 -0.0139749999999924 9388550.37032779 24178 5000 1.0020442e-10 9388550.4 Loop time of 0.018146 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:49 2021 Pair time (%) = 0.00128484 (7.08054) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.181317) Outpt time (%) = 0.0167141 (92.1088) Other time (%) = 0.000114202 (0.629352) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:49 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24178 5000 1.0020442e-10 9388497.7 24179 -0.0139749999999924 9388374.90429621 24179 5000 1.0019732e-10 9388374.9 Loop time of 0.017556 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:49 2021 Pair time (%) = 0.00114489 (6.52136) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.187411) Outpt time (%) = 0.0162859 (92.7657) Other time (%) = 9.2268e-05 (0.525565) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:27:49 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24179 5000 1.0019732e-10 9388322.2 24180 -0.0139749999999924 9388175.38314656 24180 5000 1.976048e-10 9388484.8 Loop time of 0.019505 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:49 2021 Pair time (%) = 0.00116205 (5.95771) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.168684) Outpt time (%) = 0.0181921 (93.2685) Other time (%) = 0.000118017 (0.605061) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:49 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24180 5000 1.976048e-10 9459187.5 24181 -0.0140074999999924 9459025.82793215 24181 5000 1.5895889e-10 9459025.8 Loop time of 0.016767 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:49 2021 Pair time (%) = 0.00122595 (7.31166) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.201917) Outpt time (%) = 0.0154052 (91.8778) Other time (%) = 0.000102043 (0.608594) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28387 ave 28387 max 28387 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28387 Ave neighs/atom = 5.6774 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:49 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24181 5000 1.5895889e-10 9458954.5 24182 -0.0140074999999924 9458806.5812618 24182 5000 1.3658344e-10 9458806.6 Loop time of 0.0177829 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:49 2021 Pair time (%) = 0.00141001 (7.929) Neigh time (%) = 0 (0) Comm time (%) = 8.89301e-05 (0.500087) Outpt time (%) = 0.016125 (90.6767) Other time (%) = 0.000159025 (0.894258) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28387 ave 28387 max 28387 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28387 Ave neighs/atom = 5.6774 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:49 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24182 5000 1.3658344e-10 9458741.9 24183 -0.0140074999999924 9458602.66571306 24183 5000 1.2324438e-10 9458602.7 Loop time of 0.0176649 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:49 2021 Pair time (%) = 0.00114393 (6.47573) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.180856) Outpt time (%) = 0.0163949 (92.8103) Other time (%) = 9.41753e-05 (0.533121) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28387 ave 28387 max 28387 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28387 Ave neighs/atom = 5.6774 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:49 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24183 5000 1.2324438e-10 9458542.2 24184 -0.0140074999999924 9458408.49662072 24184 5000 1.151215e-10 9458408.5 Loop time of 0.017179 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:49 2021 Pair time (%) = 0.00114894 (6.68804) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185972) Outpt time (%) = 0.0159039 (92.5778) Other time (%) = 9.41753e-05 (0.5482) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28387 ave 28387 max 28387 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28387 Ave neighs/atom = 5.6774 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:49 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24184 5000 1.151215e-10 9458350.6 24185 -0.0140074999999924 9458220.52491402 24185 5000 1.1010087e-10 9458220.5 Loop time of 0.0172801 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:49 2021 Pair time (%) = 0.00121117 (7.00902) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197301) Outpt time (%) = 0.0158889 (91.9493) Other time (%) = 0.000145912 (0.844394) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28387 ave 28387 max 28387 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28387 Ave neighs/atom = 5.6774 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:49 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24185 5000 1.1010087e-10 9458164.4 24186 -0.0140074999999924 9458036.4951045 24186 5000 1.0696582e-10 9458036.5 Loop time of 0.0177109 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:49 2021 Pair time (%) = 0.00129485 (7.31103) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.185771) Outpt time (%) = 0.016212 (91.5366) Other time (%) = 0.000171185 (0.966548) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28387 ave 28387 max 28387 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28387 Ave neighs/atom = 5.6774 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:49 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24186 5000 1.0696582e-10 9457981.4 24187 -0.0140074999999924 9457854.97380636 24187 5000 1.0499437e-10 9457855 Loop time of 0.017735 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:49 2021 Pair time (%) = 0.00118089 (6.65851) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.185519) Outpt time (%) = 0.0164189 (92.5792) Other time (%) = 0.000102282 (0.576721) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28387 ave 28387 max 28387 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28387 Ave neighs/atom = 5.6774 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:49 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24187 5000 1.0499437e-10 9457800.6 24188 -0.0140074999999924 9457675.05008804 24188 5000 1.0374838e-10 9457675.1 Loop time of 0.0175259 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:49 2021 Pair time (%) = 0.00114608 (6.53934) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.183651) Outpt time (%) = 0.0162539 (92.7424) Other time (%) = 9.36985e-05 (0.534628) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28387 ave 28387 max 28387 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28387 Ave neighs/atom = 5.6774 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:49 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24188 5000 1.0374838e-10 9457621.1 24189 -0.0140074999999924 9457496.14504232 24189 5000 1.0295776e-10 9457496.1 Loop time of 0.017396 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:49 2021 Pair time (%) = 0.00121403 (6.97878) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.195987) Outpt time (%) = 0.015986 (91.8946) Other time (%) = 0.000161886 (0.930596) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28387 ave 28387 max 28387 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28387 Ave neighs/atom = 5.6774 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:49 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24189 5000 1.0295776e-10 9457442.5 24190 -0.0140074999999924 9457317.8907672 24190 5000 1.0245424e-10 9457317.9 Loop time of 0.023818 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:50 2021 Pair time (%) = 0.00140095 (5.88188) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.142142) Outpt time (%) = 0.0222731 (93.5135) Other time (%) = 0.000110149 (0.462462) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:50 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24190 5000 1.0245424e-10 9457264.4 24191 -0.0140074999999924 9457140.05345643 24191 5000 1.0213225e-10 9457140.1 Loop time of 0.0191891 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:50 2021 Pair time (%) = 0.00115395 (6.01354) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.166491) Outpt time (%) = 0.017911 (93.3391) Other time (%) = 9.2268e-05 (0.480835) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:50 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24191 5000 1.0213225e-10 9457086.7 24192 -0.0140074999999924 9456962.48452323 24192 5000 1.0192524e-10 9456962.5 Loop time of 0.0181079 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:50 2021 Pair time (%) = 0.00115013 (6.35155) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.176432) Outpt time (%) = 0.0168378 (92.9862) Other time (%) = 8.79765e-05 (0.485846) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:50 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24192 5000 1.0192524e-10 9456909.2 24193 -0.0140074999999924 9456785.08953848 24193 5000 1.0179116e-10 9456785.1 Loop time of 0.017983 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:50 2021 Pair time (%) = 0.00125408 (6.97372) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.18959) Outpt time (%) = 0.016577 (92.1817) Other time (%) = 0.000117779 (0.654947) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:50 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24193 5000 1.0179116e-10 9456731.8 24194 -0.0140074999999924 9456607.80849112 24194 5000 1.0170336e-10 9456607.8 Loop time of 0.0180871 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:50 2021 Pair time (%) = 0.00114894 (6.35224) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.183225) Outpt time (%) = 0.0168052 (92.9122) Other time (%) = 9.98974e-05 (0.552311) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:50 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24194 5000 1.0170336e-10 9456554.6 24195 -0.0140074999999924 9456430.60324301 24195 5000 1.0164495e-10 9456430.6 Loop time of 0.0170841 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:50 2021 Pair time (%) = 0.00115204 (6.74333) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181422) Outpt time (%) = 0.0158069 (92.524) Other time (%) = 9.41753e-05 (0.551245) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:50 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24195 5000 1.0164495e-10 9456377.4 24196 -0.0140074999999924 9456253.44955652 24196 5000 1.0160521e-10 9456253.4 Loop time of 0.0172739 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:50 2021 Pair time (%) = 0.00120401 (6.97013) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.202893) Outpt time (%) = 0.0159061 (92.0817) Other time (%) = 0.000128746 (0.745321) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:50 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24196 5000 1.0160521e-10 9456200.2 24197 -0.0140074999999924 9456076.33202782 24197 5000 1.0157733e-10 9456076.3 Loop time of 0.018203 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:50 2021 Pair time (%) = 0.00128889 (7.08064) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.182059) Outpt time (%) = 0.0167799 (92.182) Other time (%) = 0.000101089 (0.555345) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:50 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24197 5000 1.0157733e-10 9456023.1 24198 -0.0140074999999924 9455899.24086711 24198 5000 1.0155698e-10 9455899.2 Loop time of 0.0178411 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:50 2021 Pair time (%) = 0.00119305 (6.68707) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.185752) Outpt time (%) = 0.0165229 (92.6114) Other time (%) = 9.20296e-05 (0.515829) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:50 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24198 5000 1.0155698e-10 9455846.1 24199 -0.0140074999999924 9455722.16985263 24199 5000 1.0154141e-10 9455722.2 Loop time of 0.0170181 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:50 2021 Pair time (%) = 0.00118899 (6.98665) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.182126) Outpt time (%) = 0.0157039 (92.2778) Other time (%) = 9.41753e-05 (0.553384) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:50 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24199 5000 1.0154141e-10 9455669 24200 -0.0140074999999924 9455545.11502988 24200 5000 1.015289e-10 9455545.1 Loop time of 0.0201368 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:50 2021 Pair time (%) = 0.00134897 (6.69903) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.172863) Outpt time (%) = 0.0186028 (92.3822) Other time (%) = 0.000150204 (0.745915) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:50 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24200 5000 1.015289e-10 9455491.9 24201 -0.0140074999999924 9455368.07388573 24201 5000 1.0151831e-10 9455368.1 Loop time of 0.0179901 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:50 2021 Pair time (%) = 0.00146103 (8.12129) Neigh time (%) = 0 (0) Comm time (%) = 5.88894e-05 (0.327343) Outpt time (%) = 0.0163071 (90.6449) Other time (%) = 0.000163078 (0.906489) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:50 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24201 5000 1.0151831e-10 9455314.9 24202 -0.0140074999999924 9455191.04488194 24202 5000 1.0150895e-10 9455191 Loop time of 0.0176342 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:50 2021 Pair time (%) = 0.00114489 (6.49244) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.182524) Outpt time (%) = 0.0163651 (92.8032) Other time (%) = 9.20296e-05 (0.521883) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:50 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24202 5000 1.0150895e-10 9455137.9 24203 -0.0140074999999924 9455014.02698966 24203 5000 1.0150038e-10 9455014 Loop time of 0.0175738 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:50 2021 Pair time (%) = 0.00114512 (6.51608) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.181794) Outpt time (%) = 0.016304 (92.7744) Other time (%) = 9.27448e-05 (0.527744) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:50 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24203 5000 1.0150038e-10 9454960.9 24204 -0.0140074999999924 9454837.01954697 24204 5000 1.014923e-10 9454837 Loop time of 0.017235 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:50 2021 Pair time (%) = 0.00118399 (6.86965) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197817) Outpt time (%) = 0.0158739 (92.1025) Other time (%) = 0.000143051 (0.830002) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:50 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24204 5000 1.014923e-10 9454783.8 24205 -0.0140074999999924 9454660.0221483 24205 5000 1.0148454e-10 9454660 Loop time of 0.0177748 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:50 2021 Pair time (%) = 0.0014112 (7.93932) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.207906) Outpt time (%) = 0.0161788 (91.0212) Other time (%) = 0.00014782 (0.831623) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:50 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24205 5000 1.0148454e-10 9454606.9 24206 -0.0140074999999924 9454483.03454261 24206 5000 1.0147698e-10 9454483 Loop time of 0.017977 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:50 2021 Pair time (%) = 0.00117898 (6.55827) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.172412) Outpt time (%) = 0.0166719 (92.7401) Other time (%) = 9.5129e-05 (0.529171) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:50 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24206 5000 1.0147698e-10 9454429.9 24207 -0.0140074999999924 9454306.05654953 24207 5000 1.0146955e-10 9454306.1 Loop time of 0.0175571 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:50 2021 Pair time (%) = 0.00126791 (7.22162) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.176534) Outpt time (%) = 0.016114 (91.7803) Other time (%) = 0.000144243 (0.821564) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:50 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24207 5000 1.0146955e-10 9454252.9 24208 -0.0140074999999924 9454129.08805805 24208 5000 1.014622e-10 9454129.1 Loop time of 0.0180171 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:50 2021 Pair time (%) = 0.00132203 (7.33766) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.182615) Outpt time (%) = 0.016515 (91.6632) Other time (%) = 0.000147104 (0.816472) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:50 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24208 5000 1.014622e-10 9454075.9 24209 -0.0140074999999924 9453952.12899688 24209 5000 1.014549e-10 9453952.1 Loop time of 0.0179579 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:50 2021 Pair time (%) = 0.0013752 (7.65789) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.188526) Outpt time (%) = 0.0164371 (91.5309) Other time (%) = 0.000111818 (0.622668) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:50 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24209 5000 1.014549e-10 9453899 24210 -0.0140074999999924 9453775.17932054 24210 5000 1.0144763e-10 9453775.2 Loop time of 0.0203261 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:50 2021 Pair time (%) = 0.001194 (5.87421) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.157177) Outpt time (%) = 0.0190091 (93.5205) Other time (%) = 9.10759e-05 (0.448073) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:50 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24210 5000 1.0144763e-10 9453722 24211 -0.0140074999999924 9453598.23899907 24211 5000 1.0144039e-10 9453598.2 Loop time of 0.0177009 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:50 2021 Pair time (%) = 0.001158 (6.54203) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.185876) Outpt time (%) = 0.0164089 (92.701) Other time (%) = 0.000101089 (0.571098) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:50 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24211 5000 1.0144039e-10 9453545.1 24212 -0.0140074999999924 9453421.30801277 24212 5000 1.0143316e-10 9453421.3 Loop time of 0.0172241 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:50 2021 Pair time (%) = 0.00117207 (6.80481) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191022) Outpt time (%) = 0.015841 (91.9702) Other time (%) = 0.000178099 (1.03401) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:50 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24212 5000 1.0143316e-10 9453368.1 24213 -0.0140074999999924 9453244.38634864 24213 5000 1.0142594e-10 9453244.4 Loop time of 0.0175381 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:50 2021 Pair time (%) = 0.00141907 (8.09135) Neigh time (%) = 0 (0) Comm time (%) = 4.91142e-05 (0.280044) Outpt time (%) = 0.0158911 (90.609) Other time (%) = 0.000178814 (1.01958) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:50 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24213 5000 1.0142594e-10 9453191.2 24214 -0.0140074999999924 9453067.47399776 24214 5000 1.0141873e-10 9453067.5 Loop time of 0.0177982 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:50 2021 Pair time (%) = 0.00116611 (6.55182) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.179502) Outpt time (%) = 0.0164602 (92.4824) Other time (%) = 0.000139952 (0.786326) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:50 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24214 5000 1.0141873e-10 9453014.3 24215 -0.0140074999999924 9452890.5709535 24215 5000 1.0141152e-10 9452890.6 Loop time of 0.017874 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:50 2021 Pair time (%) = 0.00120711 (6.75346) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.178741) Outpt time (%) = 0.0165398 (92.5356) Other time (%) = 9.5129e-05 (0.53222) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:50 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24215 5000 1.0141152e-10 9452837.4 24216 -0.0140074999999924 9452713.67721128 24216 5000 1.0140431e-10 9452713.7 Loop time of 0.0171738 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:50 2021 Pair time (%) = 0.00114417 (6.66232) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186028) Outpt time (%) = 0.015873 (92.4256) Other time (%) = 0.000124693 (0.726066) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:50 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24216 5000 1.0140431e-10 9452660.5 24217 -0.0140074999999924 9452536.79275523 24217 5000 1.0139711e-10 9452536.8 Loop time of 0.017673 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:50 2021 Pair time (%) = 0.00157285 (8.89971) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.260367) Outpt time (%) = 0.0158839 (89.8767) Other time (%) = 0.000170231 (0.963225) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:50 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24217 5000 1.0139711e-10 9452483.6 24218 -0.0140074999999924 9452359.91757192 24218 5000 1.0138991e-10 9452359.9 Loop time of 0.0177681 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:50 2021 Pair time (%) = 0.00117207 (6.59644) Neigh time (%) = 0 (0) Comm time (%) = 4.48227e-05 (0.252264) Outpt time (%) = 0.0164351 (92.4978) Other time (%) = 0.00011611 (0.653472) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:50 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24218 5000 1.0138991e-10 9452306.8 24219 -0.0140074999999924 9452183.05168004 24219 5000 1.0138271e-10 9452183.1 Loop time of 0.017848 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:50 2021 Pair time (%) = 0.00114799 (6.43201) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.179001) Outpt time (%) = 0.0165761 (92.8734) Other time (%) = 9.20296e-05 (0.515629) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:50 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24219 5000 1.0138271e-10 9452129.9 24220 -0.0140074999999924 9452006.19507776 24220 5000 1.0137551e-10 9452006.2 Loop time of 0.019562 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:50 2021 Pair time (%) = 0.00114703 (5.86357) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.169411) Outpt time (%) = 0.0182879 (93.4868) Other time (%) = 9.39369e-05 (0.480201) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:50 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24220 5000 1.0137551e-10 9451953 24221 -0.0140074999999924 9451829.34776309 24221 5000 1.0136831e-10 9451829.3 Loop time of 0.0173512 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:50 2021 Pair time (%) = 0.00130486 (7.52034) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.212982) Outpt time (%) = 0.0158851 (91.5508) Other time (%) = 0.000124216 (0.715895) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:50 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24221 5000 1.0136831e-10 9451776.2 24222 -0.0140074999999924 9451652.50973451 24222 5000 1.0136111e-10 9451652.5 Loop time of 0.0179489 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:50 2021 Pair time (%) = 0.0012629 (7.03612) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.193935) Outpt time (%) = 0.016547 (92.1895) Other time (%) = 0.000104189 (0.580476) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:50 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24222 5000 1.0136111e-10 9451599.4 24223 -0.0140074999999924 9451475.68099055 24223 5000 1.0135391e-10 9451475.7 Loop time of 0.0178421 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:50 2021 Pair time (%) = 0.00119805 (6.71477) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.184406) Outpt time (%) = 0.0165119 (92.5449) Other time (%) = 9.91821e-05 (0.55589) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:50 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24223 5000 1.0135391e-10 9451422.5 24224 -0.0140074999999924 9451298.8615297 24224 5000 1.0134672e-10 9451298.9 Loop time of 0.0177138 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:50 2021 Pair time (%) = 0.001302 (7.35023) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.197855) Outpt time (%) = 0.0162718 (91.8597) Other time (%) = 0.000104904 (0.592218) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:50 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24224 5000 1.0134672e-10 9451245.7 24225 -0.0140074999999924 9451122.05135067 24225 5000 1.0133952e-10 9451122.1 Loop time of 0.0177369 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:50 2021 Pair time (%) = 0.00135183 (7.62158) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.20835) Outpt time (%) = 0.0162261 (91.4818) Other time (%) = 0.00012207 (0.688228) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:50 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24225 5000 1.0133952e-10 9451068.9 24226 -0.0140074999999924 9450945.25044923 24226 5000 1.0133233e-10 9450945.3 Loop time of 0.0179379 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:50 2021 Pair time (%) = 0.00127196 (7.09093) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.195383) Outpt time (%) = 0.0165229 (92.1116) Other time (%) = 0.000108004 (0.602097) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:50 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24226 5000 1.0133233e-10 9450892.1 24227 -0.0140074999999924 9450768.45882666 24227 5000 1.0132513e-10 9450768.5 Loop time of 0.017807 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:50 2021 Pair time (%) = 0.00120187 (6.74941) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.191463) Outpt time (%) = 0.0164731 (92.5088) Other time (%) = 9.799e-05 (0.550289) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:50 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24227 5000 1.0132513e-10 9450715.3 24228 -0.0140074999999924 9450591.67648169 24228 5000 1.0131794e-10 9450591.7 Loop time of 0.0176349 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:50 2021 Pair time (%) = 0.00121117 (6.86802) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.19874) Outpt time (%) = 0.0162921 (92.3857) Other time (%) = 9.65595e-05 (0.547549) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:50 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24228 5000 1.0131794e-10 9450538.5 24229 -0.0140074999999924 9450414.90341307 24229 5000 1.0131075e-10 9450414.9 Loop time of 0.0177331 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:50 2021 Pair time (%) = 0.00133491 (7.52776) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.197639) Outpt time (%) = 0.016242 (91.5916) Other time (%) = 0.000121117 (0.682998) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:50 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24229 5000 1.0131075e-10 9450361.8 24230 -0.0140074999999924 9450238.13962767 24230 5000 1.0130356e-10 9450238.1 Loop time of 0.0207961 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:50 2021 Pair time (%) = 0.00128198 (6.16452) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.173116) Outpt time (%) = 0.0193679 (93.1327) Other time (%) = 0.000110149 (0.529665) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:50 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24230 5000 1.0130356e-10 9450185 24231 -0.0140074999999924 9450061.38511698 24231 5000 1.0129637e-10 9450061.4 Loop time of 0.019501 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:50 2021 Pair time (%) = 0.00119805 (6.14356) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.173609) Outpt time (%) = 0.018172 (93.1852) Other time (%) = 9.70364e-05 (0.497598) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:50 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24231 5000 1.0129637e-10 9450008.3 24232 -0.0140074999999924 9449884.63987882 24232 5000 1.0128918e-10 9449884.6 Loop time of 0.020541 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:51 2021 Pair time (%) = 0.00147104 (7.16151) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.160176) Outpt time (%) = 0.0189421 (92.2164) Other time (%) = 9.48906e-05 (0.461958) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:51 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24232 5000 1.0128918e-10 9449831.5 24233 -0.0140074999999924 9449707.90391182 24233 5000 1.0128199e-10 9449707.9 Loop time of 0.018554 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:51 2021 Pair time (%) = 0.00119901 (6.46227) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.178615) Outpt time (%) = 0.0172291 (92.8593) Other time (%) = 9.27448e-05 (0.499865) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:51 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24233 5000 1.0128199e-10 9449654.8 24234 -0.0140074999999924 9449531.17721473 24234 5000 1.012748e-10 9449531.2 Loop time of 0.0185828 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:51 2021 Pair time (%) = 0.00147581 (7.9418) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.182187) Outpt time (%) = 0.0169799 (91.3744) Other time (%) = 9.32217e-05 (0.501655) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:51 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24234 5000 1.012748e-10 9449478 24235 -0.0140074999999924 9449354.4597864 24235 5000 1.0126761e-10 9449354.5 Loop time of 0.0177999 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:51 2021 Pair time (%) = 0.00121188 (6.80838) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.19154) Outpt time (%) = 0.0164409 (92.3652) Other time (%) = 0.00011301 (0.634895) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:51 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24235 5000 1.0126761e-10 9449301.3 24236 -0.0140074999999924 9449177.75162583 24236 5000 1.0126043e-10 9449177.8 Loop time of 0.017669 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:51 2021 Pair time (%) = 0.00129819 (7.34729) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.203754) Outpt time (%) = 0.0162301 (91.8566) Other time (%) = 0.000104666 (0.592371) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:51 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24236 5000 1.0126043e-10 9449124.6 24237 -0.0140074999999924 9449001.05276421 24237 5000 1.0125324e-10 9449001.1 Loop time of 0.0179651 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:51 2021 Pair time (%) = 0.00128603 (7.1585) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.195087) Outpt time (%) = 0.01653 (92.0121) Other time (%) = 0.000113964 (0.634365) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:51 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24237 5000 1.0125324e-10 9448947.9 24238 -0.0140074999999924 9448824.36323844 24238 5000 1.0124606e-10 9448824.4 Loop time of 0.0178449 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:51 2021 Pair time (%) = 0.00120401 (6.7471) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.191056) Outpt time (%) = 0.01651 (92.5194) Other time (%) = 9.67979e-05 (0.54244) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:51 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24238 5000 1.0124606e-10 9448771.2 24239 -0.0140074999999924 9448647.68307001 24239 5000 1.0123888e-10 9448647.7 Loop time of 0.0178039 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:51 2021 Pair time (%) = 0.00128818 (7.23535) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.191496) Outpt time (%) = 0.0163748 (91.9732) Other time (%) = 0.000106812 (0.599933) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:51 2021 Memory usage per processor = 27.5473 Mbytes Step Atoms AVEKE stressZZ 24239 5000 1.0123888e-10 9448594.6 24240 -0.0140074999999924 9448471.01227202 24240 5000 1.0123169e-10 9448471 Loop time of 0.0202758 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:51 2021 Pair time (%) = 0.00127816 (6.30387) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.172854) Outpt time (%) = 0.0188549 (92.9918) Other time (%) = 0.000107765 (0.531496) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:51 2021 Memory usage per processor = 27.5474 Mbytes Step Atoms AVEKE stressZZ 24240 5000 1.0123169e-10 9448417.9 24241 -0.0140074999999924 9448294.35080584 24241 5000 1.0122451e-10 9448294.4 Loop time of 0.0180192 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:51 2021 Pair time (%) = 0.00145102 (8.05261) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.211702) Outpt time (%) = 0.0163939 (90.9802) Other time (%) = 0.000136137 (0.755511) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:51 2021 Memory usage per processor = 27.5474 Mbytes Step Atoms AVEKE stressZZ 24241 5000 1.0122451e-10 9448241.2 24242 -0.0140074999999924 9448117.69865821 24242 5000 1.0121733e-10 9448117.7 Loop time of 0.0178449 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:51 2021 Pair time (%) = 0.00121498 (6.80856) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.18972) Outpt time (%) = 0.0164959 (92.4406) Other time (%) = 0.000100136 (0.561145) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:51 2021 Memory usage per processor = 27.5474 Mbytes Step Atoms AVEKE stressZZ 24242 5000 1.0121733e-10 9448064.6 24243 -0.0140074999999924 9447941.05582052 24243 5000 1.0121015e-10 9447941.1 Loop time of 0.0178521 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:51 2021 Pair time (%) = 0.00120592 (6.75508) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.189644) Outpt time (%) = 0.016515 (92.5104) Other time (%) = 9.72748e-05 (0.544894) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:51 2021 Memory usage per processor = 27.5474 Mbytes Step Atoms AVEKE stressZZ 24243 5000 1.0121015e-10 9447887.9 24244 -0.0140074999999924 9447764.4222868 24244 5000 1.0120297e-10 9447764.4 Loop time of 0.0175781 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:51 2021 Pair time (%) = 0.00121593 (6.91732) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.193956) Outpt time (%) = 0.0162258 (92.3069) Other time (%) = 0.000102282 (0.581868) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:51 2021 Memory usage per processor = 27.5474 Mbytes Step Atoms AVEKE stressZZ 24244 5000 1.0120297e-10 9447711.3 24245 -0.0140074999999924 9447587.79805204 24245 5000 1.0119579e-10 9447587.8 Loop time of 0.0179791 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:51 2021 Pair time (%) = 0.00142694 (7.93661) Neigh time (%) = 0 (0) Comm time (%) = 4.31538e-05 (0.240021) Outpt time (%) = 0.0163581 (90.984) Other time (%) = 0.000150919 (0.839411) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:51 2021 Memory usage per processor = 27.5474 Mbytes Step Atoms AVEKE stressZZ 24245 5000 1.0119579e-10 9447534.7 24246 -0.0140074999999924 9447411.18311225 24246 5000 1.0118862e-10 9447411.2 Loop time of 0.017904 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:51 2021 Pair time (%) = 0.00123405 (6.8926) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.21839) Outpt time (%) = 0.0165279 (92.3137) Other time (%) = 0.000102997 (0.575271) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:51 2021 Memory usage per processor = 27.5474 Mbytes Step Atoms AVEKE stressZZ 24246 5000 1.0118862e-10 9447358.1 24247 -0.0140074999999924 9447234.57746382 24247 5000 1.0118144e-10 9447234.6 Loop time of 0.0178361 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:51 2021 Pair time (%) = 0.00120091 (6.73306) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.189814) Outpt time (%) = 0.016504 (92.5317) Other time (%) = 9.72748e-05 (0.545382) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:51 2021 Memory usage per processor = 27.5474 Mbytes Step Atoms AVEKE stressZZ 24247 5000 1.0118144e-10 9447181.5 24248 -0.0140074999999924 9447057.98114213 24248 5000 1.0117426e-10 9447058 Loop time of 0.017554 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:51 2021 Pair time (%) = 0.00120187 (6.84667) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.192864) Outpt time (%) = 0.0162182 (92.39) Other time (%) = 0.000100136 (0.570443) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:51 2021 Memory usage per processor = 27.5474 Mbytes Step Atoms AVEKE stressZZ 24248 5000 1.0117426e-10 9447004.9 24249 -0.0140074999999924 9446881.39415305 24249 5000 1.0116709e-10 9446881.4 Loop time of 0.0181291 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:51 2021 Pair time (%) = 0.00142097 (7.83808) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.220939) Outpt time (%) = 0.0165482 (91.2795) Other time (%) = 0.000119925 (0.661503) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:51 2021 Memory usage per processor = 27.5474 Mbytes Step Atoms AVEKE stressZZ 24249 5000 1.0116709e-10 9446828.3 24250 -0.0140074999999924 9446704.81646429 24250 5000 1.0115991e-10 9446704.8 Loop time of 0.020488 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:51 2021 Pair time (%) = 0.00123096 (6.00817) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.190846) Outpt time (%) = 0.0191169 (93.3076) Other time (%) = 0.000101089 (0.493408) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:51 2021 Memory usage per processor = 27.5474 Mbytes Step Atoms AVEKE stressZZ 24250 5000 1.0115991e-10 9446651.7 24251 -0.0140074999999924 9446528.24811723 24251 5000 1.0115274e-10 9446528.2 Loop time of 0.0178599 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:51 2021 Pair time (%) = 0.00121307 (6.79215) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.196235) Outpt time (%) = 0.0165009 (92.3909) Other time (%) = 0.000110865 (0.620745) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:51 2021 Memory usage per processor = 27.5474 Mbytes Step Atoms AVEKE stressZZ 24251 5000 1.0115274e-10 9446475.1 24252 -0.0140074999999924 9446351.68910353 24252 5000 1.0114557e-10 9446351.7 Loop time of 0.017724 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:51 2021 Pair time (%) = 0.00120687 (6.80925) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.185634) Outpt time (%) = 0.0163851 (92.4455) Other time (%) = 9.91821e-05 (0.559591) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:51 2021 Memory usage per processor = 27.5474 Mbytes Step Atoms AVEKE stressZZ 24252 5000 1.0114557e-10 9446298.6 24253 -0.0140074999999924 9446175.1394067 24253 5000 1.011384e-10 9446175.1 Loop time of 0.0176201 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:51 2021 Pair time (%) = 0.00125813 (7.14034) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.204319) Outpt time (%) = 0.016217 (92.037) Other time (%) = 0.000108957 (0.61837) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:51 2021 Memory usage per processor = 27.5474 Mbytes Step Atoms AVEKE stressZZ 24253 5000 1.011384e-10 9446122 24254 -0.0140074999999924 9445998.59906266 24254 5000 1.0113122e-10 9445998.6 Loop time of 0.0179639 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:51 2021 Pair time (%) = 0.00129914 (7.23197) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.1951) Outpt time (%) = 0.0165141 (91.9292) Other time (%) = 0.000115633 (0.643697) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:51 2021 Memory usage per processor = 27.5474 Mbytes Step Atoms AVEKE stressZZ 24254 5000 1.0113122e-10 9445945.5 24255 -0.0140074999999924 9445822.0680686 24255 5000 1.0112405e-10 9445822.1 Loop time of 0.0179348 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:51 2021 Pair time (%) = 0.0012641 (7.04828) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.184781) Outpt time (%) = 0.0165288 (92.1607) Other time (%) = 0.000108719 (0.60619) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:51 2021 Memory usage per processor = 27.5474 Mbytes Step Atoms AVEKE stressZZ 24255 5000 1.0112405e-10 9445769 24256 -0.0140074999999924 9445645.5464015 24256 5000 1.0111688e-10 9445645.5 Loop time of 0.017715 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:51 2021 Pair time (%) = 0.00120401 (6.79659) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.192458) Outpt time (%) = 0.0163779 (92.4524) Other time (%) = 9.89437e-05 (0.558531) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:51 2021 Memory usage per processor = 27.5474 Mbytes Step Atoms AVEKE stressZZ 24256 5000 1.0111688e-10 9445592.4 24257 -0.0140074999999924 9445469.03405211 24257 5000 1.0110972e-10 9445469 Loop time of 0.0176082 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:51 2021 Pair time (%) = 0.00125289 (7.11539) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.197687) Outpt time (%) = 0.0162129 (92.0763) Other time (%) = 0.000107527 (0.610664) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:51 2021 Memory usage per processor = 27.5474 Mbytes Step Atoms AVEKE stressZZ 24257 5000 1.0110972e-10 9445415.9 24258 -0.0140074999999924 9445292.53101338 24258 5000 1.0110255e-10 9445292.5 Loop time of 0.0180578 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:51 2021 Pair time (%) = 0.00133681 (7.40296) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.204647) Outpt time (%) = 0.016552 (91.6609) Other time (%) = 0.000132084 (0.73145) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:51 2021 Memory usage per processor = 27.5474 Mbytes Step Atoms AVEKE stressZZ 24258 5000 1.0110255e-10 9445239.4 24259 -0.0140074999999924 9445116.03728041 24259 5000 1.0109538e-10 9445116 Loop time of 0.0179009 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:51 2021 Pair time (%) = 0.00120902 (6.75395) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.185131) Outpt time (%) = 0.016562 (92.5202) Other time (%) = 9.67979e-05 (0.540742) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:51 2021 Memory usage per processor = 27.5474 Mbytes Step Atoms AVEKE stressZZ 24259 5000 1.0109538e-10 9445062.9 24260 -0.0140074999999924 9444939.55284859 24260 5000 1.0108822e-10 9444939.6 Loop time of 0.0204711 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:51 2021 Pair time (%) = 0.00120783 (5.90017) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.165382) Outpt time (%) = 0.0191331 (93.4639) Other time (%) = 9.63211e-05 (0.470522) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:51 2021 Memory usage per processor = 27.5474 Mbytes Step Atoms AVEKE stressZZ 24260 5000 1.0108822e-10 9444886.5 24261 -0.0140074999999924 9444763.0777142 24261 5000 1.0108105e-10 9444763.1 Loop time of 0.0176671 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:51 2021 Pair time (%) = 0.00120497 (6.82042) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.198378) Outpt time (%) = 0.0163209 (92.3807) Other time (%) = 0.000106096 (0.600532) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:51 2021 Memory usage per processor = 27.5474 Mbytes Step Atoms AVEKE stressZZ 24261 5000 1.0108105e-10 9444710 24262 -0.0140074999999924 9444586.61187379 24262 5000 1.0107389e-10 9444586.6 Loop time of 0.0179 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:51 2021 Pair time (%) = 0.00141001 (7.87714) Neigh time (%) = 0 (0) Comm time (%) = 3.98159e-05 (0.222435) Outpt time (%) = 0.016319 (91.1679) Other time (%) = 0.00013113 (0.732571) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:51 2021 Memory usage per processor = 27.5474 Mbytes Step Atoms AVEKE stressZZ 24262 5000 1.0107389e-10 9444533.5 24263 -0.0140074999999924 9444410.15532434 24263 5000 1.0106672e-10 9444410.2 Loop time of 0.0178521 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:51 2021 Pair time (%) = 0.00123191 (6.90065) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.19098) Outpt time (%) = 0.0164819 (92.3247) Other time (%) = 0.000104189 (0.583624) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:51 2021 Memory usage per processor = 27.5474 Mbytes Step Atoms AVEKE stressZZ 24263 5000 1.0106672e-10 9444357.1 24264 -0.0140074999999924 9444233.70806282 24264 5000 1.0105956e-10 9444233.7 Loop time of 0.0178812 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:51 2021 Pair time (%) = 0.00120091 (6.71609) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.190669) Outpt time (%) = 0.0165491 (92.5506) Other time (%) = 9.70364e-05 (0.542674) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:51 2021 Memory usage per processor = 27.5474 Mbytes Step Atoms AVEKE stressZZ 24264 5000 1.0105956e-10 9444180.6 24265 -0.0140074999999924 9444057.27005424 24265 5000 1.010524e-10 9444057.3 Loop time of 0.0175431 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:51 2021 Pair time (%) = 0.00120497 (6.86862) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.194344) Outpt time (%) = 0.016207 (92.3839) Other time (%) = 9.70364e-05 (0.553132) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:51 2021 Memory usage per processor = 27.5474 Mbytes Step Atoms AVEKE stressZZ 24265 5000 1.010524e-10 9444004.2 24266 -0.0140074999999924 9443880.84136902 24266 5000 1.0104524e-10 9443880.8 Loop time of 0.0178921 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:51 2021 Pair time (%) = 0.00142598 (7.96988) Neigh time (%) = 0 (0) Comm time (%) = 4.50611e-05 (0.251849) Outpt time (%) = 0.0162661 (90.9121) Other time (%) = 0.000154972 (0.866147) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:51 2021 Memory usage per processor = 27.5474 Mbytes Step Atoms AVEKE stressZZ 24266 5000 1.0104524e-10 9443827.8 24267 -0.0140074999999924 9443704.42201647 24267 5000 1.0103808e-10 9443704.4 Loop time of 0.0178931 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:51 2021 Pair time (%) = 0.00124192 (6.9408) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.19454) Outpt time (%) = 0.0165119 (92.281) Other time (%) = 0.000104427 (0.583619) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:51 2021 Memory usage per processor = 27.5474 Mbytes Step Atoms AVEKE stressZZ 24267 5000 1.0103808e-10 9443651.3 24268 -0.0140074999999924 9443528.0119968 24268 5000 1.0103092e-10 9443528 Loop time of 0.0178061 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:51 2021 Pair time (%) = 0.00119901 (6.7337) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.191473) Outpt time (%) = 0.0164759 (92.5299) Other time (%) = 9.70364e-05 (0.544963) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:51 2021 Memory usage per processor = 27.5474 Mbytes Step Atoms AVEKE stressZZ 24268 5000 1.0103092e-10 9443474.9 24269 -0.0140074999999924 9443351.61132634 24269 5000 1.0102376e-10 9443351.6 Loop time of 0.0176618 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:51 2021 Pair time (%) = 0.001266 (7.16802) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.209236) Outpt time (%) = 0.0162559 (92.0396) Other time (%) = 0.000102997 (0.583161) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:51 2021 Memory usage per processor = 27.5474 Mbytes Step Atoms AVEKE stressZZ 24269 5000 1.0102376e-10 9443298.5 24270 -0.0140074999999924 9443175.21996874 24270 5000 1.010166e-10 9443175.2 Loop time of 0.020654 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:51 2021 Pair time (%) = 0.00142503 (6.89954) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.183541) Outpt time (%) = 0.0190649 (92.3063) Other time (%) = 0.000126123 (0.61065) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:51 2021 Memory usage per processor = 27.5474 Mbytes Step Atoms AVEKE stressZZ 24270 5000 1.010166e-10 9443122.1 24271 -0.0140074999999924 9442998.83792272 24271 5000 1.0100944e-10 9442998.8 Loop time of 0.0180278 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:51 2021 Pair time (%) = 0.00129104 (7.16137) Neigh time (%) = 0 (0) Comm time (%) = 3.57628e-05 (0.198376) Outpt time (%) = 0.016587 (92.0081) Other time (%) = 0.000113964 (0.632158) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:51 2021 Memory usage per processor = 27.5474 Mbytes Step Atoms AVEKE stressZZ 24271 5000 1.0100944e-10 9442945.8 24272 -0.0140074999999924 9442822.46518114 24272 5000 1.0100229e-10 9442822.5 Loop time of 0.0189981 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:51 2021 Pair time (%) = 0.00120091 (6.32122) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.178204) Outpt time (%) = 0.0176659 (92.9873) Other time (%) = 9.75132e-05 (0.513277) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:51 2021 Memory usage per processor = 27.5474 Mbytes Step Atoms AVEKE stressZZ 24272 5000 1.0100229e-10 9442769.4 24273 -0.0140074999999924 9442646.10173883 24273 5000 1.0099513e-10 9442646.1 Loop time of 0.0199699 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:52 2021 Pair time (%) = 0.00120711 (6.04465) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.170726) Outpt time (%) = 0.01863 (93.2904) Other time (%) = 9.87053e-05 (0.494269) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:52 2021 Memory usage per processor = 27.5474 Mbytes Step Atoms AVEKE stressZZ 24273 5000 1.0099513e-10 9442593 24274 -0.0140074999999924 9442469.74759116 24274 5000 1.0098798e-10 9442469.7 Loop time of 0.0442328 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:52 2021 Pair time (%) = 0.00120306 (2.71983) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.0749221) Outpt time (%) = 0.042902 (96.9913) Other time (%) = 9.46522e-05 (0.213986) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:52 2021 Memory usage per processor = 27.5474 Mbytes Step Atoms AVEKE stressZZ 24274 5000 1.0098798e-10 9442416.7 24275 -0.0140074999999924 9442293.40273446 24275 5000 1.0098082e-10 9442293.4 Loop time of 0.0176702 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:52 2021 Pair time (%) = 0.00121117 (6.85431) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.20374) Outpt time (%) = 0.0163119 (92.3132) Other time (%) = 0.000111103 (0.628761) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:52 2021 Memory usage per processor = 27.5474 Mbytes Step Atoms AVEKE stressZZ 24275 5000 1.0098082e-10 9442240.3 24276 -0.0140074999999924 9442117.06716524 24276 5000 1.0097367e-10 9442117.1 Loop time of 0.018116 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:52 2021 Pair time (%) = 0.00141096 (7.78848) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.214519) Outpt time (%) = 0.016516 (91.1679) Other time (%) = 0.000150204 (0.829122) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:52 2021 Memory usage per processor = 27.5474 Mbytes Step Atoms AVEKE stressZZ 24276 5000 1.0097367e-10 9442064 24277 -0.0140074999999924 9441940.74088415 24277 5000 1.0096652e-10 9441940.7 Loop time of 0.017864 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:52 2021 Pair time (%) = 0.0012002 (6.71854) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.189518) Outpt time (%) = 0.0165322 (92.5447) Other time (%) = 9.77516e-05 (0.547199) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:52 2021 Memory usage per processor = 27.5474 Mbytes Step Atoms AVEKE stressZZ 24277 5000 1.0096652e-10 9441887.7 24278 -0.0140074999999924 9441764.42390792 24278 5000 1.0095937e-10 9441764.4 Loop time of 0.0178821 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:52 2021 Pair time (%) = 0.00120091 (6.71573) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.201325) Outpt time (%) = 0.016546 (92.5283) Other time (%) = 9.91821e-05 (0.554644) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:52 2021 Memory usage per processor = 27.5474 Mbytes Step Atoms AVEKE stressZZ 24278 5000 1.0095937e-10 9441711.4 24279 -0.0140074999999924 9441588.11621307 24279 5000 1.0095222e-10 9441588.1 Loop time of 0.0176609 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:52 2021 Pair time (%) = 0.00120687 (6.83361) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.197098) Outpt time (%) = 0.01631 (92.351) Other time (%) = 0.000109196 (0.618292) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:52 2021 Memory usage per processor = 27.5474 Mbytes Step Atoms AVEKE stressZZ 24279 5000 1.0095222e-10 9441535 24280 -0.0140074999999924 9441411.81776461 24280 5000 1.0094507e-10 9441411.8 Loop time of 0.0208919 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:52 2021 Pair time (%) = 0.00143504 (6.86889) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.187157) Outpt time (%) = 0.019242 (92.1029) Other time (%) = 0.000175714 (0.841065) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:27:52 2021 Memory usage per processor = 27.5474 Mbytes Step Atoms AVEKE stressZZ 24280 5000 1.0094507e-10 9441358.8 24281 -0.0140074999999924 9441211.38470731 24281 5000 1.9907466e-10 9441522.6 Loop time of 0.017519 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:52 2021 Pair time (%) = 0.00127006 (7.24959) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.194611) Outpt time (%) = 0.0160861 (91.8209) Other time (%) = 0.000128746 (0.734894) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28386 ave 28386 max 28386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28386 Ave neighs/atom = 5.6772 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:52 2021 Memory usage per processor = 27.5474 Mbytes Step Atoms AVEKE stressZZ 24281 5000 1.9907466e-10 9512387.8 24282 -0.0140399999999923 9512225.5901097 24282 5000 1.6014045e-10 9512225.6 Loop time of 0.0175149 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:52 2021 Pair time (%) = 0.00120401 (6.87421) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.194656) Outpt time (%) = 0.01618 (92.3785) Other time (%) = 9.67979e-05 (0.552659) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:52 2021 Memory usage per processor = 27.5474 Mbytes Step Atoms AVEKE stressZZ 24282 5000 1.6014045e-10 9512153.7 24283 -0.0140399999999923 9512005.28356938 24283 5000 1.375982e-10 9512005.3 Loop time of 0.017468 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:52 2021 Pair time (%) = 0.00120187 (6.88041) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.188355) Outpt time (%) = 0.0161331 (92.358) Other time (%) = 0.000100136 (0.573254) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:52 2021 Memory usage per processor = 27.5474 Mbytes Step Atoms AVEKE stressZZ 24283 5000 1.375982e-10 9511940.1 24284 -0.0140399999999923 9511800.38916209 24284 5000 1.2415977e-10 9511800.4 Loop time of 0.017628 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:52 2021 Pair time (%) = 0.00135088 (7.66328) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.2164) Outpt time (%) = 0.016119 (91.44) Other time (%) = 0.000119925 (0.680309) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:52 2021 Memory usage per processor = 27.5474 Mbytes Step Atoms AVEKE stressZZ 24284 5000 1.2415977e-10 9511739.4 24285 -0.0140399999999923 9511605.29273057 24285 5000 1.1597639e-10 9511605.3 Loop time of 0.017797 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:52 2021 Pair time (%) = 0.00128913 (7.24352) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.202288) Outpt time (%) = 0.016366 (91.9594) Other time (%) = 0.000105858 (0.594807) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:52 2021 Memory usage per processor = 27.5474 Mbytes Step Atoms AVEKE stressZZ 24285 5000 1.1597639e-10 9511547 24286 -0.0140399999999923 9511416.42641127 24286 5000 1.1091837e-10 9511416.4 Loop time of 0.017709 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:52 2021 Pair time (%) = 0.00120401 (6.79887) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.192523) Outpt time (%) = 0.0163739 (92.4607) Other time (%) = 9.70364e-05 (0.547949) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:52 2021 Memory usage per processor = 27.5474 Mbytes Step Atoms AVEKE stressZZ 24286 5000 1.1091837e-10 9511359.9 24287 -0.0140399999999923 9511231.52281818 24287 5000 1.0775999e-10 9511231.5 Loop time of 0.0174892 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:52 2021 Pair time (%) = 0.00120521 (6.89115) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.194942) Outpt time (%) = 0.0161479 (92.3304) Other time (%) = 0.000102043 (0.583464) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:52 2021 Memory usage per processor = 27.5474 Mbytes Step Atoms AVEKE stressZZ 24287 5000 1.0775999e-10 9511176 24288 -0.0140399999999923 9511049.14105171 24288 5000 1.0577387e-10 9511049.1 Loop time of 0.017792 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:52 2021 Pair time (%) = 0.00139093 (7.81776) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.219765) Outpt time (%) = 0.0162282 (91.2107) Other time (%) = 0.000133753 (0.751759) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:52 2021 Memory usage per processor = 27.5474 Mbytes Step Atoms AVEKE stressZZ 24288 5000 1.0577387e-10 9510994.3 24289 -0.0140399999999923 9510868.36534235 24289 5000 1.0451861e-10 9510868.4 Loop time of 0.0179291 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:52 2021 Pair time (%) = 0.00124693 (6.95479) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.183511) Outpt time (%) = 0.0165429 (92.2686) Other time (%) = 0.000106335 (0.593085) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:52 2021 Memory usage per processor = 27.5474 Mbytes Step Atoms AVEKE stressZZ 24289 5000 1.0451861e-10 9510814 24290 -0.0140399999999923 9510688.61371613 24290 5000 1.0372211e-10 9510688.6 Loop time of 0.0206728 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:52 2021 Pair time (%) = 0.00130105 (6.29354) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.174148) Outpt time (%) = 0.019227 (93.0064) Other time (%) = 0.000108719 (0.525903) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:52 2021 Memory usage per processor = 27.5475 Mbytes Step Atoms AVEKE stressZZ 24290 5000 1.0372211e-10 9510634.5 24291 -0.0140399999999923 9510509.51632368 24291 5000 1.0321485e-10 9510509.5 Loop time of 0.017766 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:52 2021 Pair time (%) = 0.00121188 (6.82135) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.190563) Outpt time (%) = 0.0164239 (92.4459) Other time (%) = 9.63211e-05 (0.542165) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:52 2021 Memory usage per processor = 27.5475 Mbytes Step Atoms AVEKE stressZZ 24291 5000 1.0321485e-10 9510455.6 24292 -0.0140399999999923 9510330.8381216 24292 5000 1.0289046e-10 9510330.8 Loop time of 0.0176659 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:52 2021 Pair time (%) = 0.00122499 (6.93425) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.198391) Outpt time (%) = 0.0162959 (92.2452) Other time (%) = 0.000109911 (0.622166) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:52 2021 Memory usage per processor = 27.5475 Mbytes Step Atoms AVEKE stressZZ 24292 5000 1.0289046e-10 9510277.1 24293 -0.0140399999999923 9510152.42973251 24293 5000 1.0268192e-10 9510152.4 Loop time of 0.018137 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:52 2021 Pair time (%) = 0.00137496 (7.58098) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.214271) Outpt time (%) = 0.016588 (91.4594) Other time (%) = 0.000135183 (0.745347) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:52 2021 Memory usage per processor = 27.5475 Mbytes Step Atoms AVEKE stressZZ 24293 5000 1.0268192e-10 9510098.7 24294 -0.0140399999999923 9509974.19622189 24294 5000 1.0254685e-10 9509974.2 Loop time of 0.017976 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:52 2021 Pair time (%) = 0.00120211 (6.68727) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.189663) Outpt time (%) = 0.016644 (92.5899) Other time (%) = 9.58443e-05 (0.533178) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:52 2021 Memory usage per processor = 27.5475 Mbytes Step Atoms AVEKE stressZZ 24294 5000 1.0254685e-10 9509920.5 24295 -0.0140399999999923 9509796.07726924 24295 5000 1.024584e-10 9509796.1 Loop time of 0.0179062 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:52 2021 Pair time (%) = 0.00119996 (6.70137) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.190403) Outpt time (%) = 0.0165741 (92.561) Other time (%) = 9.799e-05 (0.547241) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:52 2021 Memory usage per processor = 27.5475 Mbytes Step Atoms AVEKE stressZZ 24295 5000 1.024584e-10 9509742.4 24296 -0.0140399999999923 9509618.03453418 24296 5000 1.0239956e-10 9509618 Loop time of 0.0177081 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:52 2021 Pair time (%) = 0.00120687 (6.8154) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.191187) Outpt time (%) = 0.016367 (92.4266) Other time (%) = 0.000100374 (0.566828) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:52 2021 Memory usage per processor = 27.5475 Mbytes Step Atoms AVEKE stressZZ 24296 5000 1.0239956e-10 9509564.4 24297 -0.0140399999999923 9509440.0436501 24297 5000 1.0235953e-10 9509440 Loop time of 0.0179842 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:52 2021 Pair time (%) = 0.00148582 (8.26186) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.217417) Outpt time (%) = 0.0163219 (90.7571) Other time (%) = 0.000137329 (0.763612) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:52 2021 Memory usage per processor = 27.5475 Mbytes Step Atoms AVEKE stressZZ 24297 5000 1.0235953e-10 9509386.4 24298 -0.0140399999999923 9509262.08913112 24298 5000 1.0233144e-10 9509262.1 Loop time of 0.0179212 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:52 2021 Pair time (%) = 0.0012958 (7.23057) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.195565) Outpt time (%) = 0.0164852 (91.9872) Other time (%) = 0.000105143 (0.586694) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:52 2021 Memory usage per processor = 27.5475 Mbytes Step Atoms AVEKE stressZZ 24298 5000 1.0233144e-10 9509208.5 24299 -0.0140399999999923 9509084.16113535 24299 5000 1.0231095e-10 9509084.2 Loop time of 0.0178411 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:52 2021 Pair time (%) = 0.00119901 (6.72048) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.184416) Outpt time (%) = 0.016511 (92.5445) Other time (%) = 9.82285e-05 (0.550574) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:52 2021 Memory usage per processor = 27.5475 Mbytes Step Atoms AVEKE stressZZ 24299 5000 1.0231095e-10 9509030.6 24300 -0.0140399999999923 9508906.25340734 24300 5000 1.0229527e-10 9508906.3 Loop time of 0.020216 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:52 2021 Pair time (%) = 0.00120497 (5.96047) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.168648) Outpt time (%) = 0.0188749 (93.3661) Other time (%) = 0.000102043 (0.504765) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:52 2021 Memory usage per processor = 27.5475 Mbytes Step Atoms AVEKE stressZZ 24300 5000 1.0229527e-10 9508852.7 24301 -0.0140399999999923 9508728.36197118 24301 5000 1.0228267e-10 9508728.4 Loop time of 0.017683 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:52 2021 Pair time (%) = 0.00133586 (7.55447) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.203592) Outpt time (%) = 0.016202 (91.6244) Other time (%) = 0.000109196 (0.617517) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:52 2021 Memory usage per processor = 27.5475 Mbytes Step Atoms AVEKE stressZZ 24301 5000 1.0228267e-10 9508674.8 24302 -0.0140399999999923 9508550.48429948 24302 5000 1.0227201e-10 9508550.5 Loop time of 0.0179539 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:52 2021 Pair time (%) = 0.00128794 (7.17359) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.195209) Outpt time (%) = 0.016516 (91.9911) Other time (%) = 0.000114918 (0.640072) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:52 2021 Memory usage per processor = 27.5475 Mbytes Step Atoms AVEKE stressZZ 24302 5000 1.0227201e-10 9508496.9 24303 -0.0140399999999923 9508372.61879947 24303 5000 1.0226259e-10 9508372.6 Loop time of 0.0179269 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:52 2021 Pair time (%) = 0.00126195 (7.03941) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.188852) Outpt time (%) = 0.0165272 (92.1919) Other time (%) = 0.000103951 (0.579857) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:52 2021 Memory usage per processor = 27.5475 Mbytes Step Atoms AVEKE stressZZ 24303 5000 1.0226259e-10 9508319 24304 -0.0140399999999923 9508194.76445679 24304 5000 1.0225395e-10 9508194.8 Loop time of 0.0177739 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:52 2021 Pair time (%) = 0.00122118 (6.87065) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.185113) Outpt time (%) = 0.016422 (92.3943) Other time (%) = 9.77516e-05 (0.549974) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:52 2021 Memory usage per processor = 27.5475 Mbytes Step Atoms AVEKE stressZZ 24304 5000 1.0225395e-10 9508141.2 24305 -0.0140399999999923 9508016.92060038 24305 5000 1.0224582e-10 9508016.9 Loop time of 0.017607 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:52 2021 Pair time (%) = 0.00123501 (7.01431) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.199055) Outpt time (%) = 0.0162311 (92.1854) Other time (%) = 0.000105858 (0.601227) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:52 2021 Memory usage per processor = 27.5475 Mbytes Step Atoms AVEKE stressZZ 24305 5000 1.0224582e-10 9507963.3 24306 -0.0140399999999923 9507839.08680569 24306 5000 1.0223801e-10 9507839.1 Loop time of 0.0182011 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:52 2021 Pair time (%) = 0.00151014 (8.29698) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.208276) Outpt time (%) = 0.0165038 (90.6747) Other time (%) = 0.00014925 (0.820005) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:52 2021 Memory usage per processor = 27.5475 Mbytes Step Atoms AVEKE stressZZ 24306 5000 1.0223801e-10 9507785.5 24307 -0.0140399999999923 9507661.26282713 24307 5000 1.0223039e-10 9507661.3 Loop time of 0.0180149 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:52 2021 Pair time (%) = 0.00120783 (6.70461) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.18793) Outpt time (%) = 0.0166769 (92.5728) Other time (%) = 9.63211e-05 (0.534674) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:52 2021 Memory usage per processor = 27.5475 Mbytes Step Atoms AVEKE stressZZ 24307 5000 1.0223039e-10 9507607.7 24308 -0.0140399999999923 9507483.44849606 24308 5000 1.0222291e-10 9507483.4 Loop time of 0.0178041 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:52 2021 Pair time (%) = 0.00121403 (6.81879) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.191494) Outpt time (%) = 0.016458 (92.4393) Other time (%) = 9.799e-05 (0.550378) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:52 2021 Memory usage per processor = 27.5475 Mbytes Step Atoms AVEKE stressZZ 24308 5000 1.0222291e-10 9507429.9 24309 -0.0140399999999923 9507305.64370484 24309 5000 1.0221551e-10 9507305.6 Loop time of 0.0176179 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:52 2021 Pair time (%) = 0.00124097 (7.04378) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.204344) Outpt time (%) = 0.0162339 (92.1443) Other time (%) = 0.00010705 (0.607619) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:52 2021 Memory usage per processor = 27.5475 Mbytes Step Atoms AVEKE stressZZ 24309 5000 1.0221551e-10 9507252.1 24310 -0.0140399999999923 9507127.84838432 24310 5000 1.0220816e-10 9507127.8 Loop time of 0.020905 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:52 2021 Pair time (%) = 0.00141907 (6.78817) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.182478) Outpt time (%) = 0.019315 (92.3941) Other time (%) = 0.000132799 (0.63525) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:52 2021 Memory usage per processor = 27.5475 Mbytes Step Atoms AVEKE stressZZ 24310 5000 1.0220816e-10 9507074.3 24311 -0.0140399999999923 9506950.06249037 24311 5000 1.0220085e-10 9506950.1 Loop time of 0.0179 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:52 2021 Pair time (%) = 0.00126982 (7.09396) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.183809) Outpt time (%) = 0.0164931 (92.1402) Other time (%) = 0.000104189 (0.582061) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:52 2021 Memory usage per processor = 27.5475 Mbytes Step Atoms AVEKE stressZZ 24311 5000 1.0220085e-10 9506896.5 24312 -0.0140399999999923 9506772.28599422 24312 5000 1.0219356e-10 9506772.3 Loop time of 0.019048 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:52 2021 Pair time (%) = 0.00119996 (6.29968) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.178989) Outpt time (%) = 0.0177159 (93.0069) Other time (%) = 9.799e-05 (0.514438) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:52 2021 Memory usage per processor = 27.5475 Mbytes Step Atoms AVEKE stressZZ 24312 5000 1.0219356e-10 9506718.7 24313 -0.0140399999999923 9506594.51887747 24313 5000 1.0218628e-10 9506594.5 Loop time of 0.0202222 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:53 2021 Pair time (%) = 0.00147796 (7.30859) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.168596) Outpt time (%) = 0.0186112 (92.0335) Other time (%) = 9.89437e-05 (0.489283) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:53 2021 Memory usage per processor = 27.5475 Mbytes Step Atoms AVEKE stressZZ 24313 5000 1.0218628e-10 9506541 24314 -0.0140399999999923 9506416.76112919 24314 5000 1.0217901e-10 9506416.8 Loop time of 0.0189011 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:53 2021 Pair time (%) = 0.00152493 (8.06791) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.175335) Outpt time (%) = 0.0172501 (91.2648) Other time (%) = 9.29832e-05 (0.491946) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:53 2021 Memory usage per processor = 27.5475 Mbytes Step Atoms AVEKE stressZZ 24314 5000 1.0217901e-10 9506363.2 24315 -0.0140399999999923 9506239.01277172 24315 5000 1.0217175e-10 9506239 Loop time of 0.018244 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:53 2021 Pair time (%) = 0.00120211 (6.58904) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.186877) Outpt time (%) = 0.0169141 (92.7105) Other time (%) = 9.36985e-05 (0.513585) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:53 2021 Memory usage per processor = 27.5475 Mbytes Step Atoms AVEKE stressZZ 24315 5000 1.0217175e-10 9506185.5 24316 -0.0140399999999923 9506061.27378671 24316 5000 1.0216449e-10 9506061.3 Loop time of 0.0176761 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:53 2021 Pair time (%) = 0.001266 (7.16222) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.196927) Outpt time (%) = 0.0162692 (92.0406) Other time (%) = 0.000106096 (0.600224) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:53 2021 Memory usage per processor = 27.5475 Mbytes Step Atoms AVEKE stressZZ 24316 5000 1.0216449e-10 9506007.7 24317 -0.0140399999999923 9505883.54416137 24317 5000 1.0215724e-10 9505883.5 Loop time of 0.018091 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:53 2021 Pair time (%) = 0.00141501 (7.82166) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.216134) Outpt time (%) = 0.0165069 (91.244) Other time (%) = 0.000129938 (0.718249) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:53 2021 Memory usage per processor = 27.5475 Mbytes Step Atoms AVEKE stressZZ 24317 5000 1.0215724e-10 9505830 24318 -0.0140399999999923 9505705.82389006 24318 5000 1.0214998e-10 9505705.8 Loop time of 0.0178349 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:53 2021 Pair time (%) = 0.0012002 (6.7295) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.191164) Outpt time (%) = 0.0165031 (92.5326) Other time (%) = 9.75132e-05 (0.546755) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:53 2021 Memory usage per processor = 27.5475 Mbytes Step Atoms AVEKE stressZZ 24318 5000 1.0214998e-10 9505652.3 24319 -0.0140399999999923 9505528.11296858 24319 5000 1.0214273e-10 9505528.1 Loop time of 0.0180011 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:53 2021 Pair time (%) = 0.00129008 (7.1667) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.189399) Outpt time (%) = 0.0165701 (92.0505) Other time (%) = 0.000106812 (0.593362) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:53 2021 Memory usage per processor = 27.5475 Mbytes Step Atoms AVEKE stressZZ 24319 5000 1.0214273e-10 9505474.6 24320 -0.0140399999999923 9505350.41139377 24320 5000 1.0213548e-10 9505350.4 Loop time of 0.020263 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:53 2021 Pair time (%) = 0.00121903 (6.01607) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.17767) Outpt time (%) = 0.0189002 (93.2744) Other time (%) = 0.000107765 (0.531834) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:53 2021 Memory usage per processor = 27.5475 Mbytes Step Atoms AVEKE stressZZ 24320 5000 1.0213548e-10 9505296.9 24321 -0.0140399999999923 9505172.7191655 24321 5000 1.0212823e-10 9505172.7 Loop time of 0.017786 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:53 2021 Pair time (%) = 0.00135016 (7.59115) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.207775) Outpt time (%) = 0.0162849 (91.5603) Other time (%) = 0.000113964 (0.640751) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:53 2021 Memory usage per processor = 27.5475 Mbytes Step Atoms AVEKE stressZZ 24321 5000 1.0212823e-10 9505119.2 24322 -0.0140399999999923 9504995.03628263 24322 5000 1.0212099e-10 9504995 Loop time of 0.0179799 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:53 2021 Pair time (%) = 0.001297 (7.21361) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.200231) Outpt time (%) = 0.016537 (91.9749) Other time (%) = 0.000109911 (0.6113) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:53 2021 Memory usage per processor = 27.5475 Mbytes Step Atoms AVEKE stressZZ 24322 5000 1.0212099e-10 9504941.5 24323 -0.0140399999999923 9504817.36274737 24323 5000 1.0211374e-10 9504817.4 Loop time of 0.0178289 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:53 2021 Pair time (%) = 0.00120401 (6.75314) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.185879) Outpt time (%) = 0.016495 (92.5181) Other time (%) = 9.67979e-05 (0.542926) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:53 2021 Memory usage per processor = 27.5475 Mbytes Step Atoms AVEKE stressZZ 24323 5000 1.0211374e-10 9504763.8 24324 -0.0140399999999923 9504639.69855347 24324 5000 1.0210649e-10 9504639.7 Loop time of 0.017668 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:53 2021 Pair time (%) = 0.00120592 (6.82545) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.186222) Outpt time (%) = 0.016331 (92.4324) Other time (%) = 9.82285e-05 (0.555968) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:53 2021 Memory usage per processor = 27.5475 Mbytes Step Atoms AVEKE stressZZ 24324 5000 1.0210649e-10 9504586.2 24325 -0.0140399999999923 9504462.0436967 24325 5000 1.0209925e-10 9504462 Loop time of 0.0176911 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:53 2021 Pair time (%) = 0.00132203 (7.47284) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.210237) Outpt time (%) = 0.016217 (91.6673) Other time (%) = 0.000114918 (0.649578) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:53 2021 Memory usage per processor = 27.5475 Mbytes Step Atoms AVEKE stressZZ 24325 5000 1.0209925e-10 9504408.5 24326 -0.0140399999999923 9504284.39817552 24326 5000 1.0209201e-10 9504284.4 Loop time of 0.017956 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:53 2021 Pair time (%) = 0.00127792 (7.11697) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.188546) Outpt time (%) = 0.0165401 (92.1142) Other time (%) = 0.000104189 (0.580245) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:53 2021 Memory usage per processor = 27.5475 Mbytes Step Atoms AVEKE stressZZ 24326 5000 1.0209201e-10 9504230.9 24327 -0.0140399999999923 9504106.76198835 24327 5000 1.0208476e-10 9504106.8 Loop time of 0.017854 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:53 2021 Pair time (%) = 0.00122118 (6.83982) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.184283) Outpt time (%) = 0.0165031 (92.4337) Other time (%) = 9.67979e-05 (0.542165) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:53 2021 Memory usage per processor = 27.5475 Mbytes Step Atoms AVEKE stressZZ 24327 5000 1.0208476e-10 9504053.2 24328 -0.0140399999999923 9503929.13513355 24328 5000 1.0207752e-10 9503929.1 Loop time of 0.017632 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:53 2021 Pair time (%) = 0.00120616 (6.84074) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.193363) Outpt time (%) = 0.016294 (92.4115) Other time (%) = 9.77516e-05 (0.554399) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:53 2021 Memory usage per processor = 27.5475 Mbytes Step Atoms AVEKE stressZZ 24328 5000 1.0207752e-10 9503875.6 24329 -0.0140399999999923 9503751.51760968 24329 5000 1.0207028e-10 9503751.5 Loop time of 0.0176752 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:53 2021 Pair time (%) = 0.0012989 (7.34876) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.203682) Outpt time (%) = 0.016233 (91.8406) Other time (%) = 0.000107288 (0.607001) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:53 2021 Memory usage per processor = 27.5475 Mbytes Step Atoms AVEKE stressZZ 24329 5000 1.0207028e-10 9503698 24330 -0.0140399999999923 9503573.90941519 24330 5000 1.0206304e-10 9503573.9 Loop time of 0.0209072 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:53 2021 Pair time (%) = 0.00128293 (6.13632) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.177897) Outpt time (%) = 0.0194752 (93.151) Other time (%) = 0.000111818 (0.534833) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:53 2021 Memory usage per processor = 27.5475 Mbytes Step Atoms AVEKE stressZZ 24330 5000 1.0206304e-10 9503520.4 24331 -0.0140399999999923 9503396.31054863 24331 5000 1.020558e-10 9503396.3 Loop time of 0.0179121 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:53 2021 Pair time (%) = 0.00120616 (6.73375) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.190339) Outpt time (%) = 0.0165679 (92.4956) Other time (%) = 0.000103951 (0.580335) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:53 2021 Memory usage per processor = 27.5475 Mbytes Step Atoms AVEKE stressZZ 24331 5000 1.020558e-10 9503342.8 24332 -0.0140399999999923 9503218.72103411 24332 5000 1.0204856e-10 9503218.7 Loop time of 0.0179081 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:53 2021 Pair time (%) = 0.00120091 (6.70599) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.189051) Outpt time (%) = 0.0165758 (92.5604) Other time (%) = 9.75132e-05 (0.54452) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:53 2021 Memory usage per processor = 27.5475 Mbytes Step Atoms AVEKE stressZZ 24332 5000 1.0204856e-10 9503165.2 24333 -0.0140399999999923 9503041.14091079 24333 5000 1.0204132e-10 9503041.1 Loop time of 0.017617 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:53 2021 Pair time (%) = 0.00122523 (6.95484) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.204355) Outpt time (%) = 0.0162508 (92.2453) Other time (%) = 0.000104904 (0.595472) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:53 2021 Memory usage per processor = 27.5475 Mbytes Step Atoms AVEKE stressZZ 24333 5000 1.0204132e-10 9502987.6 24334 -0.0140399999999923 9502863.57014786 24334 5000 1.0203409e-10 9502863.6 Loop time of 0.018153 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:53 2021 Pair time (%) = 0.00143099 (7.88295) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.220649) Outpt time (%) = 0.016505 (90.9219) Other time (%) = 0.000176907 (0.974533) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:53 2021 Memory usage per processor = 27.5475 Mbytes Step Atoms AVEKE stressZZ 24334 5000 1.0203409e-10 9502810 24335 -0.0140399999999923 9502686.00873547 24335 5000 1.0202685e-10 9502686 Loop time of 0.017849 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:53 2021 Pair time (%) = 0.00120306 (6.74022) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.189677) Outpt time (%) = 0.0165141 (92.5211) Other time (%) = 9.799e-05 (0.548996) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:53 2021 Memory usage per processor = 27.5475 Mbytes Step Atoms AVEKE stressZZ 24335 5000 1.0202685e-10 9502632.5 24336 -0.0140399999999923 9502508.45666801 24336 5000 1.0201961e-10 9502508.5 Loop time of 0.017884 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:53 2021 Pair time (%) = 0.00120592 (6.74301) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.185306) Outpt time (%) = 0.0165529 (92.5571) Other time (%) = 9.20296e-05 (0.514591) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:53 2021 Memory usage per processor = 27.5475 Mbytes Step Atoms AVEKE stressZZ 24336 5000 1.0201961e-10 9502454.9 24337 -0.0140399999999923 9502330.91394122 24337 5000 1.0201238e-10 9502330.9 Loop time of 0.017616 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:53 2021 Pair time (%) = 0.00120783 (6.85642) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.198952) Outpt time (%) = 0.016269 (92.3532) Other time (%) = 0.000104189 (0.591444) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:53 2021 Memory usage per processor = 27.5475 Mbytes Step Atoms AVEKE stressZZ 24337 5000 1.0201238e-10 9502277.4 24338 -0.0140399999999923 9502153.38055184 24338 5000 1.0200515e-10 9502153.4 Loop time of 0.01807 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:53 2021 Pair time (%) = 0.00140905 (7.79776) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.209787) Outpt time (%) = 0.0164971 (91.2958) Other time (%) = 0.000125885 (0.696653) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:53 2021 Memory usage per processor = 27.5475 Mbytes Step Atoms AVEKE stressZZ 24338 5000 1.0200515e-10 9502099.9 24339 -0.0140399999999923 9501975.85649691 24339 5000 1.0199791e-10 9501975.9 Loop time of 0.0179191 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:53 2021 Pair time (%) = 0.00120497 (6.7245) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.195588) Outpt time (%) = 0.016582 (92.5384) Other time (%) = 9.70364e-05 (0.541526) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:53 2021 Memory usage per processor = 27.5475 Mbytes Step Atoms AVEKE stressZZ 24339 5000 1.0199791e-10 9501922.3 24340 -0.0140399999999923 9501798.34177411 24340 5000 1.0199068e-10 9501798.3 Loop time of 0.020406 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:53 2021 Pair time (%) = 0.00120497 (5.90496) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.162404) Outpt time (%) = 0.019069 (93.4478) Other time (%) = 9.89437e-05 (0.484875) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:53 2021 Memory usage per processor = 27.5475 Mbytes Step Atoms AVEKE stressZZ 24340 5000 1.0199068e-10 9501744.8 24341 -0.0140399999999923 9501620.8363812 24341 5000 1.0198345e-10 9501620.8 Loop time of 0.0176449 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:53 2021 Pair time (%) = 0.00120211 (6.81278) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.187818) Outpt time (%) = 0.0163119 (92.4454) Other time (%) = 9.77516e-05 (0.553994) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:53 2021 Memory usage per processor = 27.5475 Mbytes Step Atoms AVEKE stressZZ 24341 5000 1.0198345e-10 9501567.3 24342 -0.0140399999999923 9501443.34031603 24342 5000 1.0197622e-10 9501443.3 Loop time of 0.0177271 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:53 2021 Pair time (%) = 0.0012989 (7.32721) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.203085) Outpt time (%) = 0.016284 (91.8591) Other time (%) = 0.000108242 (0.610601) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:53 2021 Memory usage per processor = 27.5475 Mbytes Step Atoms AVEKE stressZZ 24342 5000 1.0197622e-10 9501389.8 24343 -0.0140399999999923 9501265.85357663 24343 5000 1.0196899e-10 9501265.9 Loop time of 0.0179548 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:53 2021 Pair time (%) = 0.00128293 (7.14532) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.195198) Outpt time (%) = 0.0165319 (92.0752) Other time (%) = 0.000104904 (0.584267) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:53 2021 Memory usage per processor = 27.5475 Mbytes Step Atoms AVEKE stressZZ 24343 5000 1.0196899e-10 9501212.3 24344 -0.0140399999999923 9501088.37616115 24344 5000 1.0196176e-10 9501088.4 Loop time of 0.0178561 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:53 2021 Pair time (%) = 0.00120211 (6.73218) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.18426) Outpt time (%) = 0.0165262 (92.5521) Other time (%) = 9.48906e-05 (0.531418) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:53 2021 Memory usage per processor = 27.5475 Mbytes Step Atoms AVEKE stressZZ 24344 5000 1.0196176e-10 9501034.9 24345 -0.0140399999999923 9500910.9080676 24345 5000 1.0195454e-10 9500910.9 Loop time of 0.0175688 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:53 2021 Pair time (%) = 0.00120592 (6.86398) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.192702) Outpt time (%) = 0.0162289 (92.3734) Other time (%) = 0.000100136 (0.569963) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:53 2021 Memory usage per processor = 27.5475 Mbytes Step Atoms AVEKE stressZZ 24345 5000 1.0195454e-10 9500857.4 24346 -0.0140399999999923 9500733.44926693 24346 5000 1.0194731e-10 9500733.4 Loop time of 0.017756 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:53 2021 Pair time (%) = 0.00131106 (7.38378) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.197384) Outpt time (%) = 0.016288 (91.7327) Other time (%) = 0.000121832 (0.686146) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:53 2021 Memory usage per processor = 27.5475 Mbytes Step Atoms AVEKE stressZZ 24346 5000 1.0194731e-10 9500679.9 24347 -0.0140399999999923 9500555.9997833 24347 5000 1.0194008e-10 9500556 Loop time of 0.0179861 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:53 2021 Pair time (%) = 0.00127721 (7.1011) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.194859) Outpt time (%) = 0.0165658 (92.1036) Other time (%) = 0.000108004 (0.600485) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:53 2021 Memory usage per processor = 27.5475 Mbytes Step Atoms AVEKE stressZZ 24347 5000 1.0194008e-10 9500502.5 24348 -0.0140399999999923 9500378.55961509 24348 5000 1.0193286e-10 9500378.6 Loop time of 0.017875 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:53 2021 Pair time (%) = 0.00120592 (6.74643) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.184066) Outpt time (%) = 0.0165379 (92.52) Other time (%) = 9.82285e-05 (0.549531) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:53 2021 Memory usage per processor = 27.5475 Mbytes Step Atoms AVEKE stressZZ 24348 5000 1.0193286e-10 9500325.1 24349 -0.0140399999999923 9500201.12876083 24349 5000 1.0192563e-10 9500201.1 Loop time of 0.0176482 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:53 2021 Pair time (%) = 0.00121903 (6.90741) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.193186) Outpt time (%) = 0.0162981 (92.3496) Other time (%) = 9.70364e-05 (0.549837) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:53 2021 Memory usage per processor = 27.5475 Mbytes Step Atoms AVEKE stressZZ 24349 5000 1.0192563e-10 9500147.6 24350 -0.0140399999999923 9500023.70721906 24350 5000 1.0191841e-10 9500023.7 Loop time of 0.0203681 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:53 2021 Pair time (%) = 0.00128102 (6.28936) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.172071) Outpt time (%) = 0.018945 (93.013) Other time (%) = 0.00010705 (0.525576) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:53 2021 Memory usage per processor = 27.5475 Mbytes Step Atoms AVEKE stressZZ 24350 5000 1.0191841e-10 9499970.2 24351 -0.0140399999999923 9499846.29498844 24351 5000 1.0191119e-10 9499846.3 Loop time of 0.018115 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:53 2021 Pair time (%) = 0.00141597 (7.81653) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.209266) Outpt time (%) = 0.016531 (91.2556) Other time (%) = 0.000130177 (0.71861) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:53 2021 Memory usage per processor = 27.5475 Mbytes Step Atoms AVEKE stressZZ 24351 5000 1.0191119e-10 9499792.8 24352 -0.0140399999999923 9499668.89206741 24352 5000 1.0190396e-10 9499668.9 Loop time of 0.0178649 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:53 2021 Pair time (%) = 0.00120592 (6.75021) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.189508) Outpt time (%) = 0.0165269 (92.5104) Other time (%) = 9.82285e-05 (0.549839) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:53 2021 Memory usage per processor = 27.5475 Mbytes Step Atoms AVEKE stressZZ 24352 5000 1.0190396e-10 9499615.4 24353 -0.0140399999999923 9499491.49845463 24353 5000 1.0189674e-10 9499491.5 Loop time of 0.019026 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:53 2021 Pair time (%) = 0.00119996 (6.30694) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.179196) Outpt time (%) = 0.017694 (92.9988) Other time (%) = 9.799e-05 (0.515031) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:53 2021 Memory usage per processor = 27.5475 Mbytes Step Atoms AVEKE stressZZ 24353 5000 1.0189674e-10 9499438 24354 -0.0140399999999923 9499314.11414878 24354 5000 1.0188952e-10 9499314.1 Loop time of 0.0202391 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:54 2021 Pair time (%) = 0.0014708 (7.26714) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.167277) Outpt time (%) = 0.0186381 (92.0897) Other time (%) = 9.63211e-05 (0.475916) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:54 2021 Memory usage per processor = 27.5475 Mbytes Step Atoms AVEKE stressZZ 24354 5000 1.0188952e-10 9499260.6 24355 -0.0140399999999923 9499136.73914847 24355 5000 1.018823e-10 9499136.7 Loop time of 0.01858 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:54 2021 Pair time (%) = 0.00120616 (6.49172) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.178365) Outpt time (%) = 0.0172451 (92.8153) Other time (%) = 9.56059e-05 (0.514564) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:54 2021 Memory usage per processor = 27.5475 Mbytes Step Atoms AVEKE stressZZ 24355 5000 1.018823e-10 9499083.2 24356 -0.0140399999999923 9498959.37345247 24356 5000 1.0187509e-10 9498959.4 Loop time of 0.0181329 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:54 2021 Pair time (%) = 0.00120187 (6.6281) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.181448) Outpt time (%) = 0.0168061 (92.6829) Other time (%) = 9.20296e-05 (0.507527) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:54 2021 Memory usage per processor = 27.5475 Mbytes Step Atoms AVEKE stressZZ 24356 5000 1.0187509e-10 9498905.9 24357 -0.0140399999999923 9498782.01705924 24357 5000 1.0186787e-10 9498782 Loop time of 0.0178781 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:54 2021 Pair time (%) = 0.0014019 (7.84146) Neigh time (%) = 0 (0) Comm time (%) = 3.98159e-05 (0.222708) Outpt time (%) = 0.016315 (91.257) Other time (%) = 0.000121355 (0.678793) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:54 2021 Memory usage per processor = 27.5475 Mbytes Step Atoms AVEKE stressZZ 24357 5000 1.0186787e-10 9498728.5 24358 -0.0140399999999923 9498604.66996781 24358 5000 1.0186065e-10 9498604.7 Loop time of 0.0180688 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:54 2021 Pair time (%) = 0.00129604 (7.17283) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.193967) Outpt time (%) = 0.0166309 (92.0421) Other time (%) = 0.000106812 (0.591138) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:54 2021 Memory usage per processor = 27.5475 Mbytes Step Atoms AVEKE stressZZ 24358 5000 1.0186065e-10 9498551.2 24359 -0.0140399999999923 9498427.33217651 24359 5000 1.0185343e-10 9498427.3 Loop time of 0.0179129 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:54 2021 Pair time (%) = 0.00123405 (6.88921) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.190332) Outpt time (%) = 0.016537 (92.3189) Other time (%) = 0.000107765 (0.601608) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:54 2021 Memory usage per processor = 27.5475 Mbytes Step Atoms AVEKE stressZZ 24359 5000 1.0185343e-10 9498373.8 24360 -0.0140399999999923 9498250.00368433 24360 5000 1.0184622e-10 9498250 Loop time of 0.020436 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:54 2021 Pair time (%) = 0.00120997 (5.92078) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.162165) Outpt time (%) = 0.019093 (93.4282) Other time (%) = 9.98974e-05 (0.488829) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:54 2021 Memory usage per processor = 27.5475 Mbytes Step Atoms AVEKE stressZZ 24360 5000 1.0184622e-10 9498196.5 24361 -0.0140399999999923 9498072.68448998 24361 5000 1.0183901e-10 9498072.7 Loop time of 0.017581 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:54 2021 Pair time (%) = 0.00122499 (6.96772) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.197993) Outpt time (%) = 0.016221 (92.2647) Other time (%) = 0.000100136 (0.569569) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:54 2021 Memory usage per processor = 27.5475 Mbytes Step Atoms AVEKE stressZZ 24361 5000 1.0183901e-10 9498019.2 24362 -0.0140399999999923 9497895.37459202 24362 5000 1.0183179e-10 9497895.4 Loop time of 0.0183141 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:54 2021 Pair time (%) = 0.00149894 (8.1846) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.218707) Outpt time (%) = 0.016561 (90.4277) Other time (%) = 0.0002141 (1.16904) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:54 2021 Memory usage per processor = 27.5475 Mbytes Step Atoms AVEKE stressZZ 24362 5000 1.0183179e-10 9497841.9 24363 -0.0140399999999923 9497718.07398953 24363 5000 1.0182458e-10 9497718.1 Loop time of 0.0178709 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:54 2021 Pair time (%) = 0.00120306 (6.73195) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.190779) Outpt time (%) = 0.016536 (92.5303) Other time (%) = 9.77516e-05 (0.546988) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:54 2021 Memory usage per processor = 27.5475 Mbytes Step Atoms AVEKE stressZZ 24363 5000 1.0182458e-10 9497664.6 24364 -0.0140399999999923 9497540.78268085 24364 5000 1.0181737e-10 9497540.8 Loop time of 0.0178211 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:54 2021 Pair time (%) = 0.00120592 (6.76683) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.184623) Outpt time (%) = 0.016484 (92.4974) Other time (%) = 9.82285e-05 (0.551193) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:54 2021 Memory usage per processor = 27.5475 Mbytes Step Atoms AVEKE stressZZ 24364 5000 1.0181737e-10 9497487.3 24365 -0.0140399999999923 9497363.50066499 24365 5000 1.0181016e-10 9497363.5 Loop time of 0.017632 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:54 2021 Pair time (%) = 0.00122619 (6.95432) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.192011) Outpt time (%) = 0.0162659 (92.2519) Other time (%) = 0.000106096 (0.601725) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:54 2021 Memory usage per processor = 27.5475 Mbytes Step Atoms AVEKE stressZZ 24365 5000 1.0181016e-10 9497310 24366 -0.0140399999999923 9497186.22794074 24366 5000 1.0180295e-10 9497186.2 Loop time of 0.018024 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:54 2021 Pair time (%) = 0.00149083 (8.27138) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.216937) Outpt time (%) = 0.0163648 (90.7947) Other time (%) = 0.000129223 (0.71695) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:54 2021 Memory usage per processor = 27.5475 Mbytes Step Atoms AVEKE stressZZ 24366 5000 1.0180295e-10 9497132.7 24367 -0.0140399999999923 9497008.96451119 24367 5000 1.0179574e-10 9497009 Loop time of 0.0178452 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:54 2021 Pair time (%) = 0.00121593 (6.81381) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.191054) Outpt time (%) = 0.0164971 (92.446) Other time (%) = 9.799e-05 (0.549113) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:54 2021 Memory usage per processor = 27.5475 Mbytes Step Atoms AVEKE stressZZ 24367 5000 1.0179574e-10 9496955.5 24368 -0.0140399999999923 9496831.71037895 24368 5000 1.0178853e-10 9496831.7 Loop time of 0.017854 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:54 2021 Pair time (%) = 0.00120187 (6.73166) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.184283) Outpt time (%) = 0.0165229 (92.5446) Other time (%) = 9.63211e-05 (0.539494) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:54 2021 Memory usage per processor = 27.5475 Mbytes Step Atoms AVEKE stressZZ 24368 5000 1.0178853e-10 9496778.2 24369 -0.0140399999999923 9496654.46553921 24369 5000 1.0178132e-10 9496654.5 Loop time of 0.0175662 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:54 2021 Pair time (%) = 0.00120211 (6.84329) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.194088) Outpt time (%) = 0.016233 (92.4102) Other time (%) = 9.70364e-05 (0.552404) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:54 2021 Memory usage per processor = 27.5475 Mbytes Step Atoms AVEKE stressZZ 24369 5000 1.0178132e-10 9496601 24370 -0.0140399999999923 9496477.22998966 24370 5000 1.0177411e-10 9496477.2 Loop time of 0.0206931 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:54 2021 Pair time (%) = 0.00143886 (6.95333) Neigh time (%) = 0 (0) Comm time (%) = 4.29153e-05 (0.20739) Outpt time (%) = 0.0190601 (92.1088) Other time (%) = 0.000151157 (0.730474) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:54 2021 Memory usage per processor = 27.5475 Mbytes Step Atoms AVEKE stressZZ 24370 5000 1.0177411e-10 9496423.8 24371 -0.0140399999999923 9496300.00372871 24371 5000 1.0176691e-10 9496300 Loop time of 0.0180948 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:54 2021 Pair time (%) = 0.00134206 (7.41683) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.198959) Outpt time (%) = 0.016603 (91.7557) Other time (%) = 0.000113726 (0.6285) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:54 2021 Memory usage per processor = 27.5475 Mbytes Step Atoms AVEKE stressZZ 24371 5000 1.0176691e-10 9496246.5 24372 -0.0140399999999923 9496122.78675476 24372 5000 1.017597e-10 9496122.8 Loop time of 0.0179992 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:54 2021 Pair time (%) = 0.00131822 (7.32376) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.205314) Outpt time (%) = 0.016531 (91.8431) Other time (%) = 0.00011301 (0.627864) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:54 2021 Memory usage per processor = 27.5475 Mbytes Step Atoms AVEKE stressZZ 24372 5000 1.017597e-10 9496069.3 24373 -0.0140399999999923 9495945.57906634 24373 5000 1.017525e-10 9495945.6 Loop time of 0.0177469 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:54 2021 Pair time (%) = 0.00121617 (6.85287) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.192111) Outpt time (%) = 0.0163932 (92.372) Other time (%) = 0.000103474 (0.583051) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:54 2021 Memory usage per processor = 27.5475 Mbytes Step Atoms AVEKE stressZZ 24373 5000 1.017525e-10 9495892.1 24374 -0.0140399999999923 9495768.38066228 24374 5000 1.017453e-10 9495768.4 Loop time of 0.0176871 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:54 2021 Pair time (%) = 0.00124598 (7.04455) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.203545) Outpt time (%) = 0.0162971 (92.1413) Other time (%) = 0.000108004 (0.610636) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:54 2021 Memory usage per processor = 27.5475 Mbytes Step Atoms AVEKE stressZZ 24374 5000 1.017453e-10 9495714.9 24375 -0.0140399999999923 9495591.19154113 24375 5000 1.0173809e-10 9495591.2 Loop time of 0.01806 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:54 2021 Pair time (%) = 0.00137091 (7.59086) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.205943) Outpt time (%) = 0.016516 (91.4507) Other time (%) = 0.000135899 (0.752485) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:54 2021 Memory usage per processor = 27.5475 Mbytes Step Atoms AVEKE stressZZ 24375 5000 1.0173809e-10 9495537.7 24376 -0.0140399999999923 9495414.01170151 24376 5000 1.0173089e-10 9495414 Loop time of 0.017863 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:54 2021 Pair time (%) = 0.00121307 (6.79097) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.184189) Outpt time (%) = 0.0165169 (92.4643) Other time (%) = 0.000100136 (0.560576) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:54 2021 Memory usage per processor = 27.5475 Mbytes Step Atoms AVEKE stressZZ 24376 5000 1.0173089e-10 9495360.5 24377 -0.0140399999999923 9495236.84114215 24377 5000 1.0172369e-10 9495236.8 Loop time of 0.0177362 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:54 2021 Pair time (%) = 0.00120306 (6.78308) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.186851) Outpt time (%) = 0.016402 (92.4776) Other time (%) = 9.799e-05 (0.552486) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:54 2021 Memory usage per processor = 27.5475 Mbytes Step Atoms AVEKE stressZZ 24377 5000 1.0172369e-10 9495183.4 24378 -0.0140399999999923 9495059.67986225 24378 5000 1.0171649e-10 9495059.7 Loop time of 0.0176821 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:54 2021 Pair time (%) = 0.00122809 (6.94542) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.198209) Outpt time (%) = 0.0163112 (92.2469) Other time (%) = 0.000107765 (0.60946) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:54 2021 Memory usage per processor = 27.5475 Mbytes Step Atoms AVEKE stressZZ 24378 5000 1.0171649e-10 9495006.2 24379 -0.0140399999999923 9494882.52786146 24379 5000 1.0170929e-10 9494882.5 Loop time of 0.018136 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:54 2021 Pair time (%) = 0.00141692 (7.81275) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.210338) Outpt time (%) = 0.016541 (91.2052) Other time (%) = 0.000139952 (0.771678) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:54 2021 Memory usage per processor = 27.5475 Mbytes Step Atoms AVEKE stressZZ 24379 5000 1.0170929e-10 9494829.1 24380 -0.0140399999999923 9494705.38513748 24380 5000 1.0170209e-10 9494705.4 Loop time of 0.0205131 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:54 2021 Pair time (%) = 0.00120616 (5.87996) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.166206) Outpt time (%) = 0.0191748 (93.4761) Other time (%) = 9.799e-05 (0.477696) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:54 2021 Memory usage per processor = 27.5475 Mbytes Step Atoms AVEKE stressZZ 24380 5000 1.0170209e-10 9494651.9 24381 -0.0140399999999923 9494528.25168897 24381 5000 1.0169489e-10 9494528.3 Loop time of 0.0178471 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:54 2021 Pair time (%) = 0.00120401 (6.74629) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.18569) Outpt time (%) = 0.0165122 (92.5203) Other time (%) = 9.77516e-05 (0.547718) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:27:54 2021 Memory usage per processor = 27.5475 Mbytes Step Atoms AVEKE stressZZ 24381 5000 1.0169489e-10 9494474.8 24382 -0.0140399999999923 9494326.90446485 24382 5000 2.0054849e-10 9494639.9 Loop time of 0.017133 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:54 2021 Pair time (%) = 0.00120687 (7.04415) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198995) Outpt time (%) = 0.0157731 (92.0625) Other time (%) = 0.000118971 (0.694396) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:54 2021 Memory usage per processor = 27.5475 Mbytes Step Atoms AVEKE stressZZ 24382 5000 2.0054849e-10 9565667.8 24383 -0.0140724999999923 9565504.96573731 24383 5000 1.6132524e-10 9565505 Loop time of 0.0175781 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:54 2021 Pair time (%) = 0.00139189 (7.91829) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.210232) Outpt time (%) = 0.016021 (91.1418) Other time (%) = 0.000128269 (0.729709) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:54 2021 Memory usage per processor = 27.5475 Mbytes Step Atoms AVEKE stressZZ 24383 5000 1.6132524e-10 9565432.6 24384 -0.0140724999999923 9565283.59464789 24384 5000 1.3861575e-10 9565283.6 Loop time of 0.01759 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:54 2021 Pair time (%) = 0.00124812 (7.09561) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.193825) Outpt time (%) = 0.0162048 (92.125) Other time (%) = 0.000102997 (0.58554) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:54 2021 Memory usage per processor = 27.5475 Mbytes Step Atoms AVEKE stressZZ 24384 5000 1.3861575e-10 9565217.9 24385 -0.0140724999999923 9565077.71669705 24385 5000 1.2507768e-10 9565077.7 Loop time of 0.0175779 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:54 2021 Pair time (%) = 0.00115013 (6.54306) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.181752) Outpt time (%) = 0.0163071 (92.7706) Other time (%) = 8.86917e-05 (0.504564) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:54 2021 Memory usage per processor = 27.5475 Mbytes Step Atoms AVEKE stressZZ 24385 5000 1.2507768e-10 9565016.3 24386 -0.0140724999999923 9564881.68819702 24386 5000 1.1683365e-10 9564881.7 Loop time of 0.0169122 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:54 2021 Pair time (%) = 0.00118899 (7.03038) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.194544) Outpt time (%) = 0.015537 (91.8686) Other time (%) = 0.000153303 (0.906464) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:54 2021 Memory usage per processor = 27.5475 Mbytes Step Atoms AVEKE stressZZ 24386 5000 1.1683365e-10 9564823 24387 -0.0140724999999923 9564691.92253768 24387 5000 1.1173815e-10 9564691.9 Loop time of 0.0176661 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:54 2021 Pair time (%) = 0.00157094 (8.8924) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.203787) Outpt time (%) = 0.0158682 (89.8228) Other time (%) = 0.000190973 (1.08102) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:54 2021 Memory usage per processor = 27.5475 Mbytes Step Atoms AVEKE stressZZ 24387 5000 1.1173815e-10 9564634.9 24388 -0.0140724999999923 9564506.14039453 24388 5000 1.0855637e-10 9564506.1 Loop time of 0.017843 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:54 2021 Pair time (%) = 0.00132489 (7.42527) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.184396) Outpt time (%) = 0.0163829 (91.8171) Other time (%) = 0.000102282 (0.573231) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:54 2021 Memory usage per processor = 27.5475 Mbytes Step Atoms AVEKE stressZZ 24388 5000 1.0855637e-10 9564450.2 24389 -0.0140724999999923 9564322.8932342 24389 5000 1.0655554e-10 9564322.9 Loop time of 0.017343 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:54 2021 Pair time (%) = 0.00118589 (6.83787) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.185587) Outpt time (%) = 0.016032 (92.4404) Other time (%) = 9.29832e-05 (0.536141) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:54 2021 Memory usage per processor = 27.5475 Mbytes Step Atoms AVEKE stressZZ 24389 5000 1.0655554e-10 9564267.7 24390 -0.0140724999999923 9564141.26049842 24390 5000 1.0529099e-10 9564141.3 Loop time of 0.0197649 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:54 2021 Pair time (%) = 0.00118113 (5.97587) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.237636) Outpt time (%) = 0.018425 (93.2207) Other time (%) = 0.000111818 (0.565742) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:54 2021 Memory usage per processor = 27.5476 Mbytes Step Atoms AVEKE stressZZ 24390 5000 1.0529099e-10 9564086.5 24391 -0.0140724999999923 9563960.65716244 24391 5000 1.044886e-10 9563960.7 Loop time of 0.0174949 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:54 2021 Pair time (%) = 0.00142598 (8.15083) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.218046) Outpt time (%) = 0.0158539 (90.6199) Other time (%) = 0.000176907 (1.01119) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:54 2021 Memory usage per processor = 27.5476 Mbytes Step Atoms AVEKE stressZZ 24391 5000 1.044886e-10 9563906.2 24392 -0.0140724999999923 9563780.71143619 24392 5000 1.0397758e-10 9563780.7 Loop time of 0.017868 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:54 2021 Pair time (%) = 0.00119996 (6.71568) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.184137) Outpt time (%) = 0.0165341 (92.5344) Other time (%) = 0.000101089 (0.565756) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:54 2021 Memory usage per processor = 27.5476 Mbytes Step Atoms AVEKE stressZZ 24392 5000 1.0397758e-10 9563726.4 24393 -0.0140724999999923 9563601.18704301 24393 5000 1.036508e-10 9563601.2 Loop time of 0.0180552 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:54 2021 Pair time (%) = 0.00125194 (6.93394) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.188831) Outpt time (%) = 0.0166659 (92.3055) Other time (%) = 0.000103235 (0.571776) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:54 2021 Memory usage per processor = 27.5476 Mbytes Step Atoms AVEKE stressZZ 24393 5000 1.036508e-10 9563547 24394 -0.0140724999999923 9563421.93382584 24394 5000 1.0344072e-10 9563421.9 Loop time of 0.0170338 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:54 2021 Pair time (%) = 0.00115108 (6.75765) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187557) Outpt time (%) = 0.015758 (92.5103) Other time (%) = 9.27448e-05 (0.544475) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:54 2021 Memory usage per processor = 27.5476 Mbytes Step Atoms AVEKE stressZZ 24394 5000 1.0344072e-10 9563367.8 24395 -0.0140724999999923 9563242.8563579 24395 5000 1.0330465e-10 9563242.9 Loop time of 0.0206699 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:55 2021 Pair time (%) = 0.00138688 (6.70965) Neigh time (%) = 0 (0) Comm time (%) = 4.88758e-05 (0.236458) Outpt time (%) = 0.0191052 (92.4299) Other time (%) = 0.000128984 (0.62402) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:55 2021 Memory usage per processor = 27.5476 Mbytes Step Atoms AVEKE stressZZ 24395 5000 1.0330465e-10 9563188.8 24396 -0.0140724999999923 9563063.89399435 24396 5000 1.0321556e-10 9563063.9 Loop time of 0.0202649 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:55 2021 Pair time (%) = 0.00147295 (7.26849) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.158829) Outpt time (%) = 0.018667 (92.115) Other time (%) = 9.27448e-05 (0.457663) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:55 2021 Memory usage per processor = 27.5476 Mbytes Step Atoms AVEKE stressZZ 24396 5000 1.0321556e-10 9563009.9 24397 -0.0140724999999923 9562885.00819402 24397 5000 1.0315629e-10 9562885 Loop time of 0.0182412 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:55 2021 Pair time (%) = 0.00114393 (6.27116) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.169915) Outpt time (%) = 0.0169771 (93.0701) Other time (%) = 8.91685e-05 (0.488831) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:55 2021 Memory usage per processor = 27.5476 Mbytes Step Atoms AVEKE stressZZ 24397 5000 1.0315629e-10 9562831 24398 -0.0140724999999923 9562706.17446324 24398 5000 1.0311596e-10 9562706.2 Loop time of 0.018115 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:55 2021 Pair time (%) = 0.00141907 (7.83364) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.176362) Outpt time (%) = 0.0165761 (91.5043) Other time (%) = 8.79765e-05 (0.485654) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:55 2021 Memory usage per processor = 27.5476 Mbytes Step Atoms AVEKE stressZZ 24398 5000 1.0311596e-10 9562652.2 24399 -0.0140724999999923 9562527.3772358 24399 5000 1.0308767e-10 9562527.4 Loop time of 0.0175591 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:55 2021 Pair time (%) = 0.00120687 (6.87323) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.187378) Outpt time (%) = 0.016181 (92.1519) Other time (%) = 0.000138283 (0.78753) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:55 2021 Memory usage per processor = 27.5476 Mbytes Step Atoms AVEKE stressZZ 24399 5000 1.0308767e-10 9562473.4 24400 -0.0140724999999923 9562348.60661873 24400 5000 1.0306703e-10 9562348.6 Loop time of 0.0198438 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:55 2021 Pair time (%) = 0.00120401 (6.06745) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.171811) Outpt time (%) = 0.0184629 (93.0411) Other time (%) = 0.000142813 (0.719684) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:55 2021 Memory usage per processor = 27.5476 Mbytes Step Atoms AVEKE stressZZ 24400 5000 1.0306703e-10 9562294.6 24401 -0.0140724999999923 9562169.85632453 24401 5000 1.0305125e-10 9562169.9 Loop time of 0.017833 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:55 2021 Pair time (%) = 0.00159097 (8.92148) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.212575) Outpt time (%) = 0.0160389 (89.9394) Other time (%) = 0.000165224 (0.926508) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:55 2021 Memory usage per processor = 27.5476 Mbytes Step Atoms AVEKE stressZZ 24401 5000 1.0305125e-10 9562115.9 24402 -0.0140724999999923 9561991.12235717 24402 5000 1.0303855e-10 9561991.1 Loop time of 0.018034 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:55 2021 Pair time (%) = 0.00120401 (6.67636) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.178477) Outpt time (%) = 0.0167019 (92.6137) Other time (%) = 9.58443e-05 (0.531465) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:55 2021 Memory usage per processor = 27.5476 Mbytes Step Atoms AVEKE stressZZ 24402 5000 1.0303855e-10 9561937.2 24403 -0.0140724999999923 9561812.40217657 24403 5000 1.0302782e-10 9561812.4 Loop time of 0.017983 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:55 2021 Pair time (%) = 0.00116491 (6.47787) Neigh time (%) = 0 (0) Comm time (%) = 4.91142e-05 (0.273115) Outpt time (%) = 0.016638 (92.5211) Other time (%) = 0.000130892 (0.727866) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:55 2021 Memory usage per processor = 27.5476 Mbytes Step Atoms AVEKE stressZZ 24403 5000 1.0302782e-10 9561758.4 24404 -0.0140724999999923 9561633.6941683 24404 5000 1.0301833e-10 9561633.7 Loop time of 0.0172732 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:55 2021 Pair time (%) = 0.00121093 (7.01045) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190479) Outpt time (%) = 0.0159309 (92.229) Other time (%) = 9.84669e-05 (0.570056) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:55 2021 Memory usage per processor = 27.5476 Mbytes Step Atoms AVEKE stressZZ 24404 5000 1.0301833e-10 9561579.7 24405 -0.0140724999999923 9561454.997306 24405 5000 1.0300964e-10 9561455 Loop time of 0.0174842 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:55 2021 Pair time (%) = 0.00138617 (7.92811) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.291816) Outpt time (%) = 0.0158679 (90.756) Other time (%) = 0.000179052 (1.02408) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:55 2021 Memory usage per processor = 27.5476 Mbytes Step Atoms AVEKE stressZZ 24405 5000 1.0300964e-10 9561401 24406 -0.0140724999999923 9561276.31093681 24406 5000 1.0300146e-10 9561276.3 Loop time of 0.018383 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:55 2021 Pair time (%) = 0.00135303 (7.36019) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.178979) Outpt time (%) = 0.016856 (91.693) Other time (%) = 0.000141144 (0.767794) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:55 2021 Memory usage per processor = 27.5476 Mbytes Step Atoms AVEKE stressZZ 24406 5000 1.0300146e-10 9561222.3 24407 -0.0140724999999923 9561097.63464559 24407 5000 1.0299359e-10 9561097.6 Loop time of 0.017185 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:55 2021 Pair time (%) = 0.00118709 (6.9077) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185907) Outpt time (%) = 0.015873 (92.3653) Other time (%) = 9.29832e-05 (0.541073) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:55 2021 Memory usage per processor = 27.5476 Mbytes Step Atoms AVEKE stressZZ 24407 5000 1.0299359e-10 9561043.7 24408 -0.0140724999999923 9560918.96816823 24408 5000 1.0298593e-10 9560919 Loop time of 0.0169439 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:55 2021 Pair time (%) = 0.00118017 (6.96516) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188552) Outpt time (%) = 0.0156231 (92.2046) Other time (%) = 0.000108719 (0.641639) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:55 2021 Memory usage per processor = 27.5476 Mbytes Step Atoms AVEKE stressZZ 24408 5000 1.0298593e-10 9560865 24409 -0.0140724999999923 9560740.31133648 24409 5000 1.0297839e-10 9560740.3 Loop time of 0.016803 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:55 2021 Pair time (%) = 0.00115108 (6.85046) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190133) Outpt time (%) = 0.015533 (92.4415) Other time (%) = 8.70228e-05 (0.517899) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:55 2021 Memory usage per processor = 27.5476 Mbytes Step Atoms AVEKE stressZZ 24409 5000 1.0297839e-10 9560686.4 24410 -0.0140724999999923 9560561.66404287 24410 5000 1.0297095e-10 9560561.7 Loop time of 0.019207 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:55 2021 Pair time (%) = 0.00115108 (5.99305) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.16137) Outpt time (%) = 0.017936 (93.3826) Other time (%) = 8.89301e-05 (0.463009) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:55 2021 Memory usage per processor = 27.5476 Mbytes Step Atoms AVEKE stressZZ 24410 5000 1.0297095e-10 9560507.7 24411 -0.0140724999999923 9560383.02621907 24411 5000 1.0296355e-10 9560383 Loop time of 0.0167069 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:55 2021 Pair time (%) = 0.00115108 (6.88986) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.191226) Outpt time (%) = 0.0154419 (92.428) Other time (%) = 8.2016e-05 (0.49091) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:55 2021 Memory usage per processor = 27.5476 Mbytes Step Atoms AVEKE stressZZ 24411 5000 1.0296355e-10 9560329.1 24412 -0.0140724999999923 9560204.39782088 24412 5000 1.0295619e-10 9560204.4 Loop time of 0.0173919 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:55 2021 Pair time (%) = 0.00115323 (6.63084) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183695) Outpt time (%) = 0.0161169 (92.6686) Other time (%) = 8.98838e-05 (0.516814) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:55 2021 Memory usage per processor = 27.5476 Mbytes Step Atoms AVEKE stressZZ 24412 5000 1.0295619e-10 9560150.4 24413 -0.0140724999999923 9560025.77882019 24413 5000 1.0294885e-10 9560025.8 Loop time of 0.0172501 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:55 2021 Pair time (%) = 0.00118995 (6.89822) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.201791) Outpt time (%) = 0.015923 (92.3071) Other time (%) = 0.000102282 (0.592935) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:55 2021 Memory usage per processor = 27.5476 Mbytes Step Atoms AVEKE stressZZ 24413 5000 1.0294885e-10 9559971.8 24414 -0.0140724999999923 9559847.16919855 24414 5000 1.0294152e-10 9559847.2 Loop time of 0.0176821 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:55 2021 Pair time (%) = 0.00116897 (6.61102) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.180681) Outpt time (%) = 0.0163901 (92.6932) Other time (%) = 9.10759e-05 (0.515075) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:55 2021 Memory usage per processor = 27.5476 Mbytes Step Atoms AVEKE stressZZ 24414 5000 1.0294152e-10 9559793.2 24415 -0.0140724999999923 9559668.56894388 24415 5000 1.029342e-10 9559668.6 Loop time of 0.017436 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:55 2021 Pair time (%) = 0.00119591 (6.85883) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.1887) Outpt time (%) = 0.0160599 (92.1074) Other time (%) = 0.000147343 (0.845047) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:55 2021 Memory usage per processor = 27.5476 Mbytes Step Atoms AVEKE stressZZ 24415 5000 1.029342e-10 9559614.6 24416 -0.0140724999999923 9559489.97804834 24416 5000 1.0292689e-10 9559490 Loop time of 0.017957 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:55 2021 Pair time (%) = 0.00160193 (8.92096) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.212435) Outpt time (%) = 0.01612 (89.7699) Other time (%) = 0.000196934 (1.0967) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:55 2021 Memory usage per processor = 27.5476 Mbytes Step Atoms AVEKE stressZZ 24416 5000 1.0292689e-10 9559436 24417 -0.0140724999999923 9559311.39650644 24417 5000 1.0291959e-10 9559311.4 Loop time of 0.0183039 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:55 2021 Pair time (%) = 0.001122 (6.12984) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.174543) Outpt time (%) = 0.0170288 (93.0339) Other time (%) = 0.000121117 (0.6617) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:55 2021 Memory usage per processor = 27.5476 Mbytes Step Atoms AVEKE stressZZ 24417 5000 1.0291959e-10 9559257.5 24418 -0.0140724999999923 9559132.82431412 24418 5000 1.0291229e-10 9559132.8 Loop time of 0.0178719 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:55 2021 Pair time (%) = 0.00121808 (6.81564) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.185432) Outpt time (%) = 0.0164819 (92.2225) Other time (%) = 0.00013876 (0.776414) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:55 2021 Memory usage per processor = 27.5476 Mbytes Step Atoms AVEKE stressZZ 24418 5000 1.0291229e-10 9559078.9 24419 -0.0140724999999923 9558954.26146901 24419 5000 1.0290498e-10 9558954.3 Loop time of 0.0174148 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:55 2021 Pair time (%) = 0.00115395 (6.62623) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.190299) Outpt time (%) = 0.0160809 (92.3401) Other time (%) = 0.000146866 (0.843339) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:55 2021 Memory usage per processor = 27.5476 Mbytes Step Atoms AVEKE stressZZ 24419 5000 1.0290498e-10 9558900.3 24420 -0.0140724999999923 9558775.70796848 24420 5000 1.0289769e-10 9558775.7 Loop time of 0.020401 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:55 2021 Pair time (%) = 0.00165296 (8.10233) Neigh time (%) = 0 (0) Comm time (%) = 0.000101089 (0.495512) Outpt time (%) = 0.0184848 (90.6075) Other time (%) = 0.000162125 (0.79469) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:55 2021 Memory usage per processor = 27.5476 Mbytes Step Atoms AVEKE stressZZ 24420 5000 1.0289769e-10 9558721.8 24421 -0.0140724999999923 9558597.16381113 24421 5000 1.0289039e-10 9558597.2 Loop time of 0.017904 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:55 2021 Pair time (%) = 0.0012691 (7.08835) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.201079) Outpt time (%) = 0.0164421 (91.8343) Other time (%) = 0.000156879 (0.876223) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:55 2021 Memory usage per processor = 27.5476 Mbytes Step Atoms AVEKE stressZZ 24421 5000 1.0289039e-10 9558543.2 24422 -0.0140724999999923 9558418.62899537 24422 5000 1.0288309e-10 9558418.6 Loop time of 0.0176911 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:55 2021 Pair time (%) = 0.00118494 (6.69793) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.181936) Outpt time (%) = 0.0163798 (92.5878) Other time (%) = 9.41753e-05 (0.532331) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:55 2021 Memory usage per processor = 27.5476 Mbytes Step Atoms AVEKE stressZZ 24422 5000 1.0288309e-10 9558364.7 24423 -0.0140724999999923 9558240.10352004 24423 5000 1.028758e-10 9558240.1 Loop time of 0.0171549 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:55 2021 Pair time (%) = 0.00123596 (7.2047) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193182) Outpt time (%) = 0.015749 (91.8044) Other time (%) = 0.000136852 (0.797743) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:55 2021 Memory usage per processor = 27.5476 Mbytes Step Atoms AVEKE stressZZ 24423 5000 1.028758e-10 9558186.2 24424 -0.0140724999999923 9558061.58738372 24424 5000 1.028685e-10 9558061.6 Loop time of 0.017638 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:55 2021 Pair time (%) = 0.00154305 (8.74843) Neigh time (%) = 0 (0) Comm time (%) = 4.48227e-05 (0.254126) Outpt time (%) = 0.0158691 (89.9715) Other time (%) = 0.00018096 (1.02597) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:55 2021 Memory usage per processor = 27.5476 Mbytes Step Atoms AVEKE stressZZ 24424 5000 1.028685e-10 9558007.7 24425 -0.0140724999999923 9557883.08058548 24425 5000 1.0286121e-10 9557883.1 Loop time of 0.0181539 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:55 2021 Pair time (%) = 0.00122714 (6.75965) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.186491) Outpt time (%) = 0.0167599 (92.321) Other time (%) = 0.000133038 (0.732832) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:55 2021 Memory usage per processor = 27.5476 Mbytes Step Atoms AVEKE stressZZ 24425 5000 1.0286121e-10 9557829.1 24426 -0.0140724999999923 9557704.58312428 24426 5000 1.0285392e-10 9557704.6 Loop time of 0.017916 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:55 2021 Pair time (%) = 0.00131202 (7.32318) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.178322) Outpt time (%) = 0.016432 (91.7173) Other time (%) = 0.000139952 (0.781156) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:55 2021 Memory usage per processor = 27.5476 Mbytes Step Atoms AVEKE stressZZ 24426 5000 1.0285392e-10 9557650.7 24427 -0.0140724999999923 9557526.09499882 24427 5000 1.0284662e-10 9557526.1 Loop time of 0.017127 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:55 2021 Pair time (%) = 0.00118899 (6.9422) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192104) Outpt time (%) = 0.0157609 (92.0235) Other time (%) = 0.000144243 (0.842196) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:55 2021 Memory usage per processor = 27.5476 Mbytes Step Atoms AVEKE stressZZ 24427 5000 1.0284662e-10 9557472.2 24428 -0.0140724999999923 9557347.61620837 24428 5000 1.0283933e-10 9557347.6 Loop time of 0.0176868 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:55 2021 Pair time (%) = 0.00153995 (8.70673) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.260164) Outpt time (%) = 0.0159149 (89.9817) Other time (%) = 0.000185966 (1.05144) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:55 2021 Memory usage per processor = 27.5476 Mbytes Step Atoms AVEKE stressZZ 24428 5000 1.0283933e-10 9557293.7 24429 -0.0140724999999923 9557169.14675187 24429 5000 1.0283204e-10 9557169.1 Loop time of 0.017828 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:55 2021 Pair time (%) = 0.00119114 (6.68129) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.179202) Outpt time (%) = 0.0165081 (92.5966) Other time (%) = 9.67979e-05 (0.542955) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:55 2021 Memory usage per processor = 27.5476 Mbytes Step Atoms AVEKE stressZZ 24429 5000 1.0283204e-10 9557115.2 24430 -0.0140724999999923 9556990.68662826 24430 5000 1.0282476e-10 9556990.7 Loop time of 0.02039 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:55 2021 Pair time (%) = 0.00114608 (5.62078) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.156685) Outpt time (%) = 0.01912 (93.7712) Other time (%) = 9.20296e-05 (0.451346) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:55 2021 Memory usage per processor = 27.5476 Mbytes Step Atoms AVEKE stressZZ 24430 5000 1.0282476e-10 9556936.8 24431 -0.0140724999999923 9556812.23583652 24431 5000 1.0281747e-10 9556812.2 Loop time of 0.017036 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:55 2021 Pair time (%) = 0.00114799 (6.7386) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187533) Outpt time (%) = 0.015764 (92.5337) Other time (%) = 9.20296e-05 (0.540208) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:55 2021 Memory usage per processor = 27.5476 Mbytes Step Atoms AVEKE stressZZ 24431 5000 1.0281747e-10 9556758.3 24432 -0.0140724999999923 9556633.79437572 24432 5000 1.0281018e-10 9556633.8 Loop time of 0.017298 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:55 2021 Pair time (%) = 0.001261 (7.28984) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197097) Outpt time (%) = 0.0158989 (91.9121) Other time (%) = 0.000103951 (0.60094) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:55 2021 Memory usage per processor = 27.5476 Mbytes Step Atoms AVEKE stressZZ 24432 5000 1.0281018e-10 9556579.9 24433 -0.0140724999999923 9556455.36224476 24433 5000 1.0280289e-10 9556455.4 Loop time of 0.0180588 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:55 2021 Pair time (%) = 0.00133085 (7.36956) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.188794) Outpt time (%) = 0.0165849 (91.8383) Other time (%) = 0.000108957 (0.603348) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:55 2021 Memory usage per processor = 27.5476 Mbytes Step Atoms AVEKE stressZZ 24433 5000 1.0280289e-10 9556401.4 24434 -0.0140724999999923 9556276.93944287 24434 5000 1.0279561e-10 9556276.9 Loop time of 0.0178571 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:55 2021 Pair time (%) = 0.00118589 (6.64103) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.17891) Outpt time (%) = 0.016547 (92.6634) Other time (%) = 9.2268e-05 (0.516703) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:55 2021 Memory usage per processor = 27.5476 Mbytes Step Atoms AVEKE stressZZ 24434 5000 1.0279561e-10 9556223 24435 -0.0140724999999923 9556098.52596891 24435 5000 1.0278832e-10 9556098.5 Loop time of 0.017154 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:55 2021 Pair time (%) = 0.00119901 (6.98967) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186243) Outpt time (%) = 0.0158281 (92.2709) Other time (%) = 9.48906e-05 (0.55317) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:55 2021 Memory usage per processor = 27.5476 Mbytes Step Atoms AVEKE stressZZ 24435 5000 1.0278832e-10 9556044.6 24436 -0.0140724999999923 9555920.12182251 24436 5000 1.0278104e-10 9555920.1 Loop time of 0.017328 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:56 2021 Pair time (%) = 0.001266 (7.3061) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.202259) Outpt time (%) = 0.0159221 (91.8862) Other time (%) = 0.000104904 (0.605402) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:56 2021 Memory usage per processor = 27.5476 Mbytes Step Atoms AVEKE stressZZ 24436 5000 1.0278104e-10 9555866.2 24437 -0.0140724999999923 9555741.72711473 24437 5000 1.0277376e-10 9555741.7 Loop time of 0.0178092 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:56 2021 Pair time (%) = 0.00133801 (7.51302) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.263732) Outpt time (%) = 0.0162361 (91.167) Other time (%) = 0.000188112 (1.05627) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:56 2021 Memory usage per processor = 27.5476 Mbytes Step Atoms AVEKE stressZZ 24437 5000 1.0277376e-10 9555687.8 24438 -0.0140724999999923 9555563.34181861 24438 5000 1.0276647e-10 9555563.3 Loop time of 0.0191901 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:56 2021 Pair time (%) = 0.00114799 (5.98218) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.167725) Outpt time (%) = 0.0179172 (93.3668) Other time (%) = 9.27448e-05 (0.483296) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:56 2021 Memory usage per processor = 27.5476 Mbytes Step Atoms AVEKE stressZZ 24438 5000 1.0276647e-10 9555509.4 24439 -0.0140724999999923 9555384.96590431 24439 5000 1.0275919e-10 9555385 Loop time of 0.0190289 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:56 2021 Pair time (%) = 0.00115108 (6.04914) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.167892) Outpt time (%) = 0.017756 (93.3106) Other time (%) = 8.98838e-05 (0.472354) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:56 2021 Memory usage per processor = 27.5476 Mbytes Step Atoms AVEKE stressZZ 24439 5000 1.0275919e-10 9555331.1 24440 -0.0140724999999923 9555206.59935965 24440 5000 1.0275191e-10 9555206.6 Loop time of 0.0208321 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:56 2021 Pair time (%) = 0.00115418 (5.54042) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.15336) Outpt time (%) = 0.019556 (93.8747) Other time (%) = 8.98838e-05 (0.431469) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:56 2021 Memory usage per processor = 27.5476 Mbytes Step Atoms AVEKE stressZZ 24440 5000 1.0275191e-10 9555152.7 24441 -0.0140724999999923 9555028.24217785 24441 5000 1.0274463e-10 9555028.2 Loop time of 0.0179801 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:56 2021 Pair time (%) = 0.00122595 (6.81836) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.188294) Outpt time (%) = 0.0166161 (92.4139) Other time (%) = 0.000104189 (0.579468) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:56 2021 Memory usage per processor = 27.5476 Mbytes Step Atoms AVEKE stressZZ 24441 5000 1.0274463e-10 9554974.3 24442 -0.0140724999999923 9554849.89435335 24442 5000 1.0273735e-10 9554849.9 Loop time of 0.0178659 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:56 2021 Pair time (%) = 0.00117207 (6.56035) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.18416) Outpt time (%) = 0.0165529 (92.651) Other time (%) = 0.000108004 (0.604524) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:56 2021 Memory usage per processor = 27.5476 Mbytes Step Atoms AVEKE stressZZ 24442 5000 1.0273735e-10 9554796 24443 -0.0140724999999923 9554671.55588213 24443 5000 1.0273008e-10 9554671.6 Loop time of 0.0172839 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:56 2021 Pair time (%) = 0.00113297 (6.55503) Neigh time (%) = 0 (0) Comm time (%) = 6.60419e-05 (0.382101) Outpt time (%) = 0.0159671 (92.3814) Other time (%) = 0.000117779 (0.681436) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:56 2021 Memory usage per processor = 27.5476 Mbytes Step Atoms AVEKE stressZZ 24443 5000 1.0273008e-10 9554617.6 24444 -0.0140724999999923 9554493.22676078 24444 5000 1.027228e-10 9554493.2 Loop time of 0.0173919 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:56 2021 Pair time (%) = 0.00131083 (7.53698) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.207) Outpt time (%) = 0.0159049 (91.45) Other time (%) = 0.00014019 (0.806065) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:56 2021 Memory usage per processor = 27.5476 Mbytes Step Atoms AVEKE stressZZ 24444 5000 1.027228e-10 9554439.3 24445 -0.0140724999999923 9554314.90698629 24445 5000 1.0271552e-10 9554314.9 Loop time of 0.0183561 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:56 2021 Pair time (%) = 0.00142384 (7.75675) Neigh time (%) = 0 (0) Comm time (%) = 4.72069e-05 (0.257173) Outpt time (%) = 0.016712 (91.0431) Other time (%) = 0.000173092 (0.942967) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:56 2021 Memory usage per processor = 27.5476 Mbytes Step Atoms AVEKE stressZZ 24445 5000 1.0271552e-10 9554261 24446 -0.0140724999999923 9554136.59655634 24446 5000 1.0270825e-10 9554136.6 Loop time of 0.0182891 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:56 2021 Pair time (%) = 0.00132799 (7.26111) Neigh time (%) = 0 (0) Comm time (%) = 4.41074e-05 (0.241168) Outpt time (%) = 0.016782 (91.7599) Other time (%) = 0.000134945 (0.737844) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:56 2021 Memory usage per processor = 27.5476 Mbytes Step Atoms AVEKE stressZZ 24446 5000 1.0270825e-10 9554082.7 24447 -0.0140724999999923 9553958.29546817 24447 5000 1.0270097e-10 9553958.3 Loop time of 0.0171201 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:56 2021 Pair time (%) = 0.00115514 (6.74725) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186611) Outpt time (%) = 0.0158381 (92.5119) Other time (%) = 9.48906e-05 (0.554264) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:56 2021 Memory usage per processor = 27.5476 Mbytes Step Atoms AVEKE stressZZ 24447 5000 1.0270097e-10 9553904.4 24448 -0.0140724999999923 9553780.00371999 24448 5000 1.026937e-10 9553780 Loop time of 0.0174999 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:56 2021 Pair time (%) = 0.00138807 (7.93188) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.205722) Outpt time (%) = 0.0159419 (91.0967) Other time (%) = 0.000133991 (0.765668) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:56 2021 Memory usage per processor = 27.5476 Mbytes Step Atoms AVEKE stressZZ 24448 5000 1.026937e-10 9553726.1 24449 -0.0140724999999923 9553601.72128884 24449 5000 1.0268643e-10 9553601.7 Loop time of 0.017895 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:56 2021 Pair time (%) = 0.0013411 (7.4943) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.178531) Outpt time (%) = 0.016418 (91.7463) Other time (%) = 0.000103951 (0.580892) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:56 2021 Memory usage per processor = 27.5476 Mbytes Step Atoms AVEKE stressZZ 24449 5000 1.0268643e-10 9553547.8 24450 -0.0140724999999923 9553423.44814786 24450 5000 1.0267915e-10 9553423.4 Loop time of 0.0205722 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:56 2021 Pair time (%) = 0.00128412 (6.24203) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.164569) Outpt time (%) = 0.0191531 (93.102) Other time (%) = 0.000101089 (0.491389) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:56 2021 Memory usage per processor = 27.5476 Mbytes Step Atoms AVEKE stressZZ 24450 5000 1.0267915e-10 9553369.6 24451 -0.0140724999999923 9553245.18433648 24451 5000 1.0267188e-10 9553245.2 Loop time of 0.0176361 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:56 2021 Pair time (%) = 0.00124598 (7.06493) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.187911) Outpt time (%) = 0.016216 (91.9482) Other time (%) = 0.000140905 (0.798962) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:56 2021 Memory usage per processor = 27.5476 Mbytes Step Atoms AVEKE stressZZ 24451 5000 1.0267188e-10 9553191.3 24452 -0.0140724999999923 9553066.92985338 24452 5000 1.0266461e-10 9553066.9 Loop time of 0.017221 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:56 2021 Pair time (%) = 0.00118208 (6.86418) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.278278) Outpt time (%) = 0.015842 (91.9922) Other time (%) = 0.000149012 (0.865291) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:56 2021 Memory usage per processor = 27.5476 Mbytes Step Atoms AVEKE stressZZ 24452 5000 1.0266461e-10 9553013 24453 -0.0140724999999923 9552888.68469721 24453 5000 1.0265734e-10 9552888.7 Loop time of 0.0179329 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:56 2021 Pair time (%) = 0.00137687 (7.67789) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.195437) Outpt time (%) = 0.0163679 (91.2731) Other time (%) = 0.000153065 (0.853542) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:56 2021 Memory usage per processor = 27.5476 Mbytes Step Atoms AVEKE stressZZ 24453 5000 1.0265734e-10 9552834.8 24454 -0.0140724999999923 9552710.44886655 24454 5000 1.0265007e-10 9552710.4 Loop time of 0.0179811 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:56 2021 Pair time (%) = 0.00142288 (7.91323) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.217455) Outpt time (%) = 0.016387 (91.1347) Other time (%) = 0.000132084 (0.734573) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:56 2021 Memory usage per processor = 27.5476 Mbytes Step Atoms AVEKE stressZZ 24454 5000 1.0265007e-10 9552656.6 24455 -0.0140724999999923 9552532.22236037 24455 5000 1.0264281e-10 9552532.2 Loop time of 0.018013 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:56 2021 Pair time (%) = 0.00137997 (7.66095) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.199862) Outpt time (%) = 0.0164409 (91.2722) Other time (%) = 0.000156164 (0.866953) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:56 2021 Memory usage per processor = 27.5476 Mbytes Step Atoms AVEKE stressZZ 24455 5000 1.0264281e-10 9552478.3 24456 -0.0140724999999923 9552354.00517695 24456 5000 1.0263554e-10 9552354 Loop time of 0.0170319 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:56 2021 Pair time (%) = 0.00123 (7.22175) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.198777) Outpt time (%) = 0.015666 (91.9803) Other time (%) = 0.000102043 (0.599129) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:56 2021 Memory usage per processor = 27.5476 Mbytes Step Atoms AVEKE stressZZ 24456 5000 1.0263554e-10 9552300.1 24457 -0.0140724999999923 9552175.79731551 24457 5000 1.0262827e-10 9552175.8 Loop time of 0.017961 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:56 2021 Pair time (%) = 0.0015099 (8.40656) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.21106) Outpt time (%) = 0.0162401 (90.4187) Other time (%) = 0.000173092 (0.963708) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:56 2021 Memory usage per processor = 27.5476 Mbytes Step Atoms AVEKE stressZZ 24457 5000 1.0262827e-10 9552121.9 24458 -0.0140724999999923 9551997.59877468 24458 5000 1.0262101e-10 9551997.6 Loop time of 0.017581 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:56 2021 Pair time (%) = 0.00114989 (6.54055) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.183076) Outpt time (%) = 0.0163052 (92.7434) Other time (%) = 9.36985e-05 (0.532954) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:56 2021 Memory usage per processor = 27.5476 Mbytes Step Atoms AVEKE stressZZ 24458 5000 1.0262101e-10 9551943.7 24459 -0.0140724999999923 9551819.40955335 24459 5000 1.0261374e-10 9551819.4 Loop time of 0.0176342 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:56 2021 Pair time (%) = 0.00114703 (6.5046) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.175764) Outpt time (%) = 0.0163679 (92.8194) Other time (%) = 8.82149e-05 (0.50025) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:56 2021 Memory usage per processor = 27.5476 Mbytes Step Atoms AVEKE stressZZ 24459 5000 1.0261374e-10 9551765.5 24460 -0.0140724999999923 9551641.22965039 24460 5000 1.0260648e-10 9551641.2 Loop time of 0.0199211 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:56 2021 Pair time (%) = 0.00117111 (5.87876) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.171145) Outpt time (%) = 0.018615 (93.4438) Other time (%) = 0.000100851 (0.506253) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:56 2021 Memory usage per processor = 27.5476 Mbytes Step Atoms AVEKE stressZZ 24460 5000 1.0260648e-10 9551587.3 24461 -0.0140724999999923 9551463.05907511 24461 5000 1.0259922e-10 9551463.1 Loop time of 0.0175121 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:56 2021 Pair time (%) = 0.00149107 (8.51452) Neigh time (%) = 0 (0) Comm time (%) = 7.70092e-05 (0.439749) Outpt time (%) = 0.0158081 (90.2697) Other time (%) = 0.000135899 (0.776028) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:56 2021 Memory usage per processor = 27.5476 Mbytes Step Atoms AVEKE stressZZ 24461 5000 1.0259922e-10 9551409.2 24462 -0.0140724999999923 9551284.89783223 24462 5000 1.0259196e-10 9551284.9 Loop time of 0.0180209 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:56 2021 Pair time (%) = 0.00124407 (6.90349) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.187868) Outpt time (%) = 0.016639 (92.3318) Other time (%) = 0.000103951 (0.576834) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:56 2021 Memory usage per processor = 27.5476 Mbytes Step Atoms AVEKE stressZZ 24462 5000 1.0259196e-10 9551231 24463 -0.0140724999999923 9551106.74591444 24463 5000 1.0258469e-10 9551106.7 Loop time of 0.018173 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:56 2021 Pair time (%) = 0.001194 (6.5702) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.170552) Outpt time (%) = 0.0168531 (92.7371) Other time (%) = 9.48906e-05 (0.522152) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:56 2021 Memory usage per processor = 27.5476 Mbytes Step Atoms AVEKE stressZZ 24463 5000 1.0258469e-10 9551052.9 24464 -0.0140724999999923 9550928.60331893 24464 5000 1.0257743e-10 9550928.6 Loop time of 0.0170569 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:56 2021 Pair time (%) = 0.00120187 (7.04621) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.194291) Outpt time (%) = 0.015698 (92.0327) Other time (%) = 0.000123978 (0.726846) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:56 2021 Memory usage per processor = 27.5476 Mbytes Step Atoms AVEKE stressZZ 24464 5000 1.0257743e-10 9550874.7 24465 -0.0140724999999923 9550750.47004467 24465 5000 1.0257018e-10 9550750.5 Loop time of 0.0172641 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:56 2021 Pair time (%) = 0.00131297 (7.6052) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.203008) Outpt time (%) = 0.0158041 (91.5427) Other time (%) = 0.000112057 (0.649073) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:56 2021 Memory usage per processor = 27.5476 Mbytes Step Atoms AVEKE stressZZ 24465 5000 1.0257018e-10 9550696.6 24466 -0.0140724999999923 9550572.34609218 24466 5000 1.0256292e-10 9550572.3 Loop time of 0.0179119 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:56 2021 Pair time (%) = 0.00120711 (6.73917) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.179693) Outpt time (%) = 0.0165751 (92.5367) Other time (%) = 9.75132e-05 (0.544404) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:56 2021 Memory usage per processor = 27.5476 Mbytes Step Atoms AVEKE stressZZ 24466 5000 1.0256292e-10 9550518.5 24467 -0.0140724999999923 9550394.23146174 24467 5000 1.0255566e-10 9550394.2 Loop time of 0.0180309 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:56 2021 Pair time (%) = 0.00115085 (6.38264) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.177185) Outpt time (%) = 0.0167539 (92.9179) Other time (%) = 9.41753e-05 (0.5223) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:56 2021 Memory usage per processor = 27.5476 Mbytes Step Atoms AVEKE stressZZ 24467 5000 1.0255566e-10 9550340.4 24468 -0.0140724999999923 9550216.12614197 24468 5000 1.025484e-10 9550216.1 Loop time of 0.0171928 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:56 2021 Pair time (%) = 0.00122023 (7.09729) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185822) Outpt time (%) = 0.015846 (92.1664) Other time (%) = 9.46522e-05 (0.550533) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:56 2021 Memory usage per processor = 27.5476 Mbytes Step Atoms AVEKE stressZZ 24468 5000 1.025484e-10 9550162.3 24469 -0.0140724999999923 9550038.0301316 24469 5000 1.0254115e-10 9550038 Loop time of 0.017446 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:56 2021 Pair time (%) = 0.00137115 (7.85935) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.211824) Outpt time (%) = 0.015873 (90.9831) Other time (%) = 0.000164986 (0.945691) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:56 2021 Memory usage per processor = 27.5476 Mbytes Step Atoms AVEKE stressZZ 24469 5000 1.0254115e-10 9549984.2 24470 -0.0140724999999923 9549859.94342905 24470 5000 1.0253389e-10 9549859.9 Loop time of 0.020469 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:56 2021 Pair time (%) = 0.00120711 (5.89729) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.16074) Outpt time (%) = 0.0191119 (93.3701) Other time (%) = 0.000117064 (0.571908) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:56 2021 Memory usage per processor = 27.5476 Mbytes Step Atoms AVEKE stressZZ 24470 5000 1.0253389e-10 9549806.1 24471 -0.0140724999999923 9549681.86603297 24471 5000 1.0252664e-10 9549681.9 Loop time of 0.0179219 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:56 2021 Pair time (%) = 0.00118804 (6.62897) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.184914) Outpt time (%) = 0.016607 (92.6633) Other time (%) = 9.36985e-05 (0.522815) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:56 2021 Memory usage per processor = 27.5476 Mbytes Step Atoms AVEKE stressZZ 24471 5000 1.0252664e-10 9549628 24472 -0.0140724999999923 9549503.79794211 24472 5000 1.0251938e-10 9549503.8 Loop time of 0.017386 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:56 2021 Pair time (%) = 0.00121307 (6.97732) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.185129) Outpt time (%) = 0.016047 (92.2986) Other time (%) = 9.36985e-05 (0.538932) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:56 2021 Memory usage per processor = 27.5476 Mbytes Step Atoms AVEKE stressZZ 24472 5000 1.0251938e-10 9549449.9 24473 -0.0140724999999923 9549325.73915504 24473 5000 1.0251213e-10 9549325.7 Loop time of 0.0171731 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:56 2021 Pair time (%) = 0.0012691 (7.39008) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198531) Outpt time (%) = 0.0157371 (91.6381) Other time (%) = 0.000132799 (0.7733) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:56 2021 Memory usage per processor = 27.5476 Mbytes Step Atoms AVEKE stressZZ 24473 5000 1.0251213e-10 9549271.9 24474 -0.0140724999999923 9549147.68967082 24474 5000 1.0250488e-10 9549147.7 Loop time of 0.0180259 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:56 2021 Pair time (%) = 0.00135493 (7.5166) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.187816) Outpt time (%) = 0.01652 (91.6462) Other time (%) = 0.000117064 (0.649419) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:56 2021 Memory usage per processor = 27.5476 Mbytes Step Atoms AVEKE stressZZ 24474 5000 1.0250488e-10 9549093.8 24475 -0.0140724999999923 9548969.64948801 24475 5000 1.0249763e-10 9548969.6 Loop time of 0.0178981 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:56 2021 Pair time (%) = 0.00120807 (6.7497) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.1785) Outpt time (%) = 0.0165541 (92.491) Other time (%) = 0.000103951 (0.580791) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:56 2021 Memory usage per processor = 27.5476 Mbytes Step Atoms AVEKE stressZZ 24475 5000 1.0249763e-10 9548915.8 24476 -0.0140724999999923 9548791.61860541 24476 5000 1.0249038e-10 9548791.6 Loop time of 0.017092 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:56 2021 Pair time (%) = 0.00114799 (6.71651) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186918) Outpt time (%) = 0.0158179 (92.5456) Other time (%) = 9.41753e-05 (0.550991) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:56 2021 Memory usage per processor = 27.5476 Mbytes Step Atoms AVEKE stressZZ 24476 5000 1.0249038e-10 9548737.8 24477 -0.0140724999999923 9548613.59702182 24477 5000 1.0248313e-10 9548613.6 Loop time of 0.0172131 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:56 2021 Pair time (%) = 0.00123405 (7.16927) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.20361) Outpt time (%) = 0.0157812 (91.6811) Other time (%) = 0.00016284 (0.946023) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:56 2021 Memory usage per processor = 27.5476 Mbytes Step Atoms AVEKE stressZZ 24477 5000 1.0248313e-10 9548559.7 24478 -0.0140724999999923 9548435.58473624 24478 5000 1.0247588e-10 9548435.6 Loop time of 0.0178652 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:57 2021 Pair time (%) = 0.00120902 (6.76747) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.184167) Outpt time (%) = 0.0165231 (92.4879) Other time (%) = 0.000100136 (0.560508) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:57 2021 Memory usage per processor = 27.5476 Mbytes Step Atoms AVEKE stressZZ 24478 5000 1.0247588e-10 9548381.7 24479 -0.0140724999999923 9548257.58174715 24479 5000 1.0246863e-10 9548257.6 Loop time of 0.0176709 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:57 2021 Pair time (%) = 0.00114894 (6.50188) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.186192) Outpt time (%) = 0.016376 (92.6724) Other time (%) = 0.00011301 (0.639529) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:57 2021 Memory usage per processor = 27.5476 Mbytes Step Atoms AVEKE stressZZ 24479 5000 1.0246863e-10 9548203.7 24480 -0.0140724999999923 9548079.58805367 24480 5000 1.0246139e-10 9548079.6 Loop time of 0.0226619 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:57 2021 Pair time (%) = 0.00145578 (6.42392) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.145185) Outpt time (%) = 0.021019 (92.7502) Other time (%) = 0.000154257 (0.680687) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:57 2021 Memory usage per processor = 27.5476 Mbytes Step Atoms AVEKE stressZZ 24480 5000 1.0246139e-10 9548025.7 24481 -0.0140724999999923 9547901.60365459 24481 5000 1.0245414e-10 9547901.6 Loop time of 0.018966 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:57 2021 Pair time (%) = 0.00220513 (11.6268) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.179763) Outpt time (%) = 0.0166359 (87.7145) Other time (%) = 9.08375e-05 (0.47895) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:57 2021 Memory usage per processor = 27.5476 Mbytes Step Atoms AVEKE stressZZ 24481 5000 1.0245414e-10 9547847.8 24482 -0.0140724999999923 9547723.62854885 24482 5000 1.0244689e-10 9547723.6 Loop time of 0.0180581 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:57 2021 Pair time (%) = 0.00115204 (6.37964) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.176919) Outpt time (%) = 0.0167851 (92.951) Other time (%) = 8.89301e-05 (0.492468) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:27:57 2021 Memory usage per processor = 27.5476 Mbytes Step Atoms AVEKE stressZZ 24482 5000 1.0244689e-10 9547669.8 24483 -0.0140724999999923 9547521.35812038 24483 5000 2.020265e-10 9547836.1 Loop time of 0.0171411 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:57 2021 Pair time (%) = 0.00133109 (7.76549) Neigh time (%) = 0 (0) Comm time (%) = 5.19753e-05 (0.30322) Outpt time (%) = 0.0155988 (91.0022) Other time (%) = 0.000159264 (0.929133) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28388 ave 28388 max 28388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28388 Ave neighs/atom = 5.6776 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:57 2021 Memory usage per processor = 27.5476 Mbytes Step Atoms AVEKE stressZZ 24483 5000 2.020265e-10 9619025.4 24484 -0.0141049999999923 9618862.02267349 24484 5000 1.6251342e-10 9618862 Loop time of 0.017674 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:57 2021 Pair time (%) = 0.00118899 (6.72737) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.180764) Outpt time (%) = 0.016355 (92.5374) Other time (%) = 9.799e-05 (0.554431) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:57 2021 Memory usage per processor = 27.5476 Mbytes Step Atoms AVEKE stressZZ 24484 5000 1.6251342e-10 9618789.1 24485 -0.0141049999999923 9618639.58126155 24485 5000 1.3963624e-10 9618639.6 Loop time of 0.0174599 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:57 2021 Pair time (%) = 0.00114918 (6.58182) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18298) Outpt time (%) = 0.016185 (92.6985) Other time (%) = 9.36985e-05 (0.536651) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:57 2021 Memory usage per processor = 27.5476 Mbytes Step Atoms AVEKE stressZZ 24485 5000 1.3963624e-10 9618573.4 24486 -0.0141049999999923 9618432.71415608 24486 5000 1.2599825e-10 9618432.7 Loop time of 0.016978 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:57 2021 Pair time (%) = 0.0012002 (7.06913) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.199407) Outpt time (%) = 0.0156441 (92.1431) Other time (%) = 9.98974e-05 (0.588392) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:57 2021 Memory usage per processor = 27.5476 Mbytes Step Atoms AVEKE stressZZ 24486 5000 1.2599825e-10 9618370.9 24487 -0.0141049999999923 9618235.74810117 24487 5000 1.176934e-10 9618235.7 Loop time of 0.0175369 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:57 2021 Pair time (%) = 0.00138688 (7.90837) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.221603) Outpt time (%) = 0.015981 (91.1277) Other time (%) = 0.000130177 (0.742302) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:57 2021 Memory usage per processor = 27.5476 Mbytes Step Atoms AVEKE stressZZ 24487 5000 1.176934e-10 9618176.6 24488 -0.0141049999999923 9618045.07769512 24488 5000 1.1256032e-10 9618045.1 Loop time of 0.0177741 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:57 2021 Pair time (%) = 0.00124598 (7.01006) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.179745) Outpt time (%) = 0.016397 (92.2522) Other time (%) = 9.91821e-05 (0.558015) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:57 2021 Memory usage per processor = 27.5476 Mbytes Step Atoms AVEKE stressZZ 24488 5000 1.1256032e-10 9617987.7 24489 -0.0141049999999923 9617858.41167182 24489 5000 1.0935508e-10 9617858.4 Loop time of 0.0178111 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:57 2021 Pair time (%) = 0.00119185 (6.69165) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.179372) Outpt time (%) = 0.0164919 (92.5935) Other time (%) = 9.53674e-05 (0.535439) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:57 2021 Memory usage per processor = 27.5476 Mbytes Step Atoms AVEKE stressZZ 24489 5000 1.0935508e-10 9617802.1 24490 -0.0141049999999923 9617674.29394831 24490 5000 1.0733951e-10 9617674.3 Loop time of 0.019762 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:57 2021 Pair time (%) = 0.00119305 (6.03706) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.161664) Outpt time (%) = 0.0184121 (93.1691) Other time (%) = 0.000124931 (0.632178) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:57 2021 Memory usage per processor = 27.5477 Mbytes Step Atoms AVEKE stressZZ 24490 5000 1.0733951e-10 9617618.7 24491 -0.0141049999999923 9617491.79913292 24491 5000 1.0606564e-10 9617491.8 Loop time of 0.0172431 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:57 2021 Pair time (%) = 0.00122786 (7.12083) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.201872) Outpt time (%) = 0.0158741 (92.0606) Other time (%) = 0.000106335 (0.616678) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:57 2021 Memory usage per processor = 27.5477 Mbytes Step Atoms AVEKE stressZZ 24491 5000 1.0606564e-10 9617436.7 24492 -0.0141049999999923 9617310.33912516 24492 5000 1.0525733e-10 9617310.3 Loop time of 0.0180101 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:57 2021 Pair time (%) = 0.00125098 (6.94599) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.182685) Outpt time (%) = 0.0166268 (92.3193) Other time (%) = 9.94205e-05 (0.552025) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:57 2021 Memory usage per processor = 27.5477 Mbytes Step Atoms AVEKE stressZZ 24492 5000 1.0525733e-10 9617255.5 24493 -0.0141049999999923 9617129.54018326 24493 5000 1.0474256e-10 9617129.5 Loop time of 0.0177131 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:57 2021 Pair time (%) = 0.00115395 (6.51466) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.181711) Outpt time (%) = 0.016433 (92.7733) Other time (%) = 9.39369e-05 (0.530325) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:57 2021 Memory usage per processor = 27.5477 Mbytes Step Atoms AVEKE stressZZ 24493 5000 1.0474256e-10 9617074.9 24494 -0.0141049999999923 9616949.16479 24494 5000 1.0441337e-10 9616949.2 Loop time of 0.0171161 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:57 2021 Pair time (%) = 0.00114679 (6.7001) Neigh time (%) = 0 (0) Comm time (%) = 5.6982e-05 (0.332915) Outpt time (%) = 0.015794 (92.2761) Other time (%) = 0.000118256 (0.690904) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:57 2021 Memory usage per processor = 27.5477 Mbytes Step Atoms AVEKE stressZZ 24494 5000 1.0441337e-10 9616894.6 24495 -0.0141049999999923 9616769.06200029 24495 5000 1.0420175e-10 9616769.1 Loop time of 0.018332 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:57 2021 Pair time (%) = 0.00129294 (7.05293) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.196384) Outpt time (%) = 0.0168569 (91.9534) Other time (%) = 0.000146151 (0.797243) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:57 2021 Memory usage per processor = 27.5477 Mbytes Step Atoms AVEKE stressZZ 24495 5000 1.0420175e-10 9616714.6 24496 -0.0141049999999923 9616589.13588608 24496 5000 1.0406468e-10 9616589.1 Loop time of 0.0181532 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:57 2021 Pair time (%) = 0.00118899 (6.54978) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.175992) Outpt time (%) = 0.0168309 (92.716) Other time (%) = 0.000101328 (0.558182) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:57 2021 Memory usage per processor = 27.5477 Mbytes Step Atoms AVEKE stressZZ 24496 5000 1.0406468e-10 9616534.7 24497 -0.0141049999999923 9616409.32548379 24497 5000 1.0397494e-10 9616409.3 Loop time of 0.018008 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:57 2021 Pair time (%) = 0.001158 (6.43047) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.18403) Outpt time (%) = 0.0167241 (92.8705) Other time (%) = 9.27448e-05 (0.51502) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:57 2021 Memory usage per processor = 27.5477 Mbytes Step Atoms AVEKE stressZZ 24497 5000 1.0397494e-10 9616354.9 24498 -0.0141049999999923 9616229.59204965 24498 5000 1.0391524e-10 9616229.6 Loop time of 0.017374 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:57 2021 Pair time (%) = 0.00123715 (7.1207) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.201724) Outpt time (%) = 0.0159991 (92.0861) Other time (%) = 0.000102758 (0.591448) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:57 2021 Memory usage per processor = 27.5477 Mbytes Step Atoms AVEKE stressZZ 24498 5000 1.0391524e-10 9616175.2 24499 -0.0141049999999923 9616049.91096186 24499 5000 1.0387462e-10 9616049.9 Loop time of 0.0171931 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:57 2021 Pair time (%) = 0.00124097 (7.21784) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.196913) Outpt time (%) = 0.015785 (91.8101) Other time (%) = 0.000133276 (0.775172) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:57 2021 Memory usage per processor = 27.5477 Mbytes Step Atoms AVEKE stressZZ 24499 5000 1.0387462e-10 9615995.5 24500 -0.0141049999999923 9615870.26659543 24500 5000 1.0384613e-10 9615870.3 Loop time of 0.0209708 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:57 2021 Pair time (%) = 0.00132489 (6.31779) Neigh time (%) = 0 (0) Comm time (%) = 4.72069e-05 (0.225107) Outpt time (%) = 0.0194299 (92.6522) Other time (%) = 0.0001688 (0.80493) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:57 2021 Memory usage per processor = 27.5477 Mbytes Step Atoms AVEKE stressZZ 24500 5000 1.0384613e-10 9615815.9 24501 -0.0141049999999923 9615690.64898291 24501 5000 1.0382534e-10 9615690.6 Loop time of 0.0178368 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:57 2021 Pair time (%) = 0.00119114 (6.67798) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.179113) Outpt time (%) = 0.0165179 (92.6056) Other time (%) = 9.58443e-05 (0.53734) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:57 2021 Memory usage per processor = 27.5477 Mbytes Step Atoms AVEKE stressZZ 24501 5000 1.0382534e-10 9615636.3 24502 -0.0141049999999923 9615511.05180377 24502 5000 1.0380945e-10 9615511.1 Loop time of 0.01792 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:57 2021 Pair time (%) = 0.00115204 (6.42878) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.179612) Outpt time (%) = 0.016634 (92.8235) Other time (%) = 0.000101805 (0.568106) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:57 2021 Memory usage per processor = 27.5477 Mbytes Step Atoms AVEKE stressZZ 24502 5000 1.0380945e-10 9615456.7 24503 -0.0141049999999923 9615331.47103997 24503 5000 1.0379666e-10 9615331.5 Loop time of 0.0171509 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:57 2021 Pair time (%) = 0.00122714 (7.15497) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.197398) Outpt time (%) = 0.015743 (91.7913) Other time (%) = 0.000146866 (0.856317) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:57 2021 Memory usage per processor = 27.5477 Mbytes Step Atoms AVEKE stressZZ 24503 5000 1.0379666e-10 9615277.1 24504 -0.0141049999999923 9615151.90413816 24504 5000 1.0378586e-10 9615151.9 Loop time of 0.017745 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:57 2021 Pair time (%) = 0.00163913 (9.23712) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.220347) Outpt time (%) = 0.015903 (89.6195) Other time (%) = 0.000163794 (0.92304) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:57 2021 Memory usage per processor = 27.5477 Mbytes Step Atoms AVEKE stressZZ 24504 5000 1.0378586e-10 9615097.6 24505 -0.0141049999999923 9614972.34947476 24505 5000 1.0377631e-10 9614972.3 Loop time of 0.0181389 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:57 2021 Pair time (%) = 0.00138497 (7.63538) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.181388) Outpt time (%) = 0.016572 (91.3617) Other time (%) = 0.000149012 (0.821504) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:57 2021 Memory usage per processor = 27.5477 Mbytes Step Atoms AVEKE stressZZ 24505 5000 1.0377631e-10 9614918 24506 -0.0141049999999923 9614792.80601758 24506 5000 1.0376756e-10 9614792.8 Loop time of 0.0177329 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:57 2021 Pair time (%) = 0.00115299 (6.50201) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.180163) Outpt time (%) = 0.016417 (92.5797) Other time (%) = 0.000130892 (0.738131) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:57 2021 Memory usage per processor = 27.5477 Mbytes Step Atoms AVEKE stressZZ 24506 5000 1.0376756e-10 9614738.5 24507 -0.0141049999999923 9614613.27311029 24507 5000 1.0375932e-10 9614613.3 Loop time of 0.0170588 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:57 2021 Pair time (%) = 0.0011549 (6.77009) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.19427) Outpt time (%) = 0.015774 (92.4682) Other time (%) = 9.67979e-05 (0.567435) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:57 2021 Memory usage per processor = 27.5477 Mbytes Step Atoms AVEKE stressZZ 24507 5000 1.0375932e-10 9614558.9 24508 -0.0141049999999923 9614433.75033657 24508 5000 1.037514e-10 9614433.8 Loop time of 0.01776 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:57 2021 Pair time (%) = 0.00145507 (8.19294) Neigh time (%) = 0 (0) Comm time (%) = 5.50747e-05 (0.310105) Outpt time (%) = 0.0160201 (90.2028) Other time (%) = 0.000229836 (1.29412) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:57 2021 Memory usage per processor = 27.5477 Mbytes Step Atoms AVEKE stressZZ 24508 5000 1.037514e-10 9614379.4 24509 -0.0141049999999923 9614254.23743709 24509 5000 1.0374369e-10 9614254.2 Loop time of 0.0178421 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:57 2021 Pair time (%) = 0.00117898 (6.60787) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.184406) Outpt time (%) = 0.0164871 (92.406) Other time (%) = 0.000143051 (0.801764) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:57 2021 Memory usage per processor = 27.5477 Mbytes Step Atoms AVEKE stressZZ 24509 5000 1.0374369e-10 9614199.9 24510 -0.0141049999999923 9614074.73423932 24510 5000 1.037361e-10 9614074.7 Loop time of 0.0205061 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:57 2021 Pair time (%) = 0.00115013 (5.60872) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.155798) Outpt time (%) = 0.019232 (93.7867) Other time (%) = 9.20296e-05 (0.44879) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:57 2021 Memory usage per processor = 27.5477 Mbytes Step Atoms AVEKE stressZZ 24510 5000 1.037361e-10 9614020.4 24511 -0.0141049999999923 9613895.24063393 24511 5000 1.0372861e-10 9613895.2 Loop time of 0.017498 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:57 2021 Pair time (%) = 0.00117803 (6.73234) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.188031) Outpt time (%) = 0.0161729 (92.427) Other time (%) = 0.000114202 (0.65266) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:57 2021 Memory usage per processor = 27.5477 Mbytes Step Atoms AVEKE stressZZ 24511 5000 1.0372861e-10 9613840.9 24512 -0.0141049999999923 9613715.75655089 24512 5000 1.0372116e-10 9613715.8 Loop time of 0.0176778 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:57 2021 Pair time (%) = 0.00127101 (7.18987) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.231975) Outpt time (%) = 0.016258 (91.9685) Other time (%) = 0.000107765 (0.609608) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:57 2021 Memory usage per processor = 27.5477 Mbytes Step Atoms AVEKE stressZZ 24512 5000 1.0372116e-10 9613661.4 24513 -0.0141049999999923 9613536.28194579 24513 5000 1.0371375e-10 9613536.3 Loop time of 0.0181 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:57 2021 Pair time (%) = 0.00132799 (7.33696) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.188364) Outpt time (%) = 0.0165391 (91.3761) Other time (%) = 0.000198841 (1.09857) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:57 2021 Memory usage per processor = 27.5477 Mbytes Step Atoms AVEKE stressZZ 24513 5000 1.0371375e-10 9613481.9 24514 -0.0141049999999923 9613356.81678934 24514 5000 1.0370636e-10 9613356.8 Loop time of 0.0181742 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:57 2021 Pair time (%) = 0.00118995 (6.54746) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.175788) Outpt time (%) = 0.0168591 (92.7638) Other time (%) = 9.32217e-05 (0.512935) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:57 2021 Memory usage per processor = 27.5477 Mbytes Step Atoms AVEKE stressZZ 24514 5000 1.0370636e-10 9613302.5 24515 -0.0141049999999923 9613177.361063 24515 5000 1.0369899e-10 9613177.4 Loop time of 0.0173719 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:57 2021 Pair time (%) = 0.00123 (7.08041) Neigh time (%) = 0 (0) Comm time (%) = 5.00679e-05 (0.288212) Outpt time (%) = 0.0159841 (92.011) Other time (%) = 0.000107765 (0.620342) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:57 2021 Memory usage per processor = 27.5477 Mbytes Step Atoms AVEKE stressZZ 24515 5000 1.0369899e-10 9613123 24516 -0.0141049999999923 9612997.91475435 24516 5000 1.0369162e-10 9612997.9 Loop time of 0.017359 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:57 2021 Pair time (%) = 0.0012629 (7.2752) Neigh time (%) = 0 (0) Comm time (%) = 4.88758e-05 (0.281559) Outpt time (%) = 0.0159249 (91.7387) Other time (%) = 0.000122309 (0.704583) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:57 2021 Memory usage per processor = 27.5477 Mbytes Step Atoms AVEKE stressZZ 24516 5000 1.0369162e-10 9612943.6 24517 -0.0141049999999923 9612818.47785492 24517 5000 1.0368427e-10 9612818.5 Loop time of 0.018065 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:57 2021 Pair time (%) = 0.00139403 (7.71677) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.199287) Outpt time (%) = 0.0164769 (91.2089) Other time (%) = 0.000158072 (0.875016) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:57 2021 Memory usage per processor = 27.5477 Mbytes Step Atoms AVEKE stressZZ 24517 5000 1.0368427e-10 9612764.1 24518 -0.0141049999999923 9612639.05035903 24518 5000 1.0367691e-10 9612639.1 Loop time of 0.0176539 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:57 2021 Pair time (%) = 0.0011909 (6.74581) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.180969) Outpt time (%) = 0.0163391 (92.5519) Other time (%) = 9.20296e-05 (0.521298) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:57 2021 Memory usage per processor = 27.5477 Mbytes Step Atoms AVEKE stressZZ 24518 5000 1.0367691e-10 9612584.7 24519 -0.0141049999999923 9612459.63226276 24519 5000 1.0366956e-10 9612459.6 Loop time of 0.017658 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:58 2021 Pair time (%) = 0.00124002 (7.0224) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.187678) Outpt time (%) = 0.0162702 (92.1405) Other time (%) = 0.000114679 (0.649447) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:58 2021 Memory usage per processor = 27.5477 Mbytes Step Atoms AVEKE stressZZ 24519 5000 1.0366956e-10 9612405.3 24520 -0.0141049999999923 9612280.22356257 24520 5000 1.0366221e-10 9612280.2 Loop time of 0.019861 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:58 2021 Pair time (%) = 0.00123882 (6.23747) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.170462) Outpt time (%) = 0.0184429 (92.8598) Other time (%) = 0.000145435 (0.732267) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:58 2021 Memory usage per processor = 27.5477 Mbytes Step Atoms AVEKE stressZZ 24520 5000 1.0366221e-10 9612225.9 24521 -0.0141049999999923 9612100.82425654 24521 5000 1.0365487e-10 9612100.8 Loop time of 0.0194781 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:58 2021 Pair time (%) = 0.0014689 (7.54128) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.236239) Outpt time (%) = 0.0177872 (91.3191) Other time (%) = 0.000175953 (0.903338) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:58 2021 Memory usage per processor = 27.5477 Mbytes Step Atoms AVEKE stressZZ 24521 5000 1.0365487e-10 9612046.5 24522 -0.0141049999999923 9611921.43434259 24522 5000 1.0364752e-10 9611921.4 Loop time of 0.019243 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:58 2021 Pair time (%) = 0.00145793 (7.57641) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.166024) Outpt time (%) = 0.0176601 (91.7744) Other time (%) = 9.29832e-05 (0.483206) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:58 2021 Memory usage per processor = 27.5477 Mbytes Step Atoms AVEKE stressZZ 24522 5000 1.0364752e-10 9611867.1 24523 -0.0141049999999923 9611742.05381916 24523 5000 1.0364018e-10 9611742.1 Loop time of 0.0181451 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:58 2021 Pair time (%) = 0.00114894 (6.33196) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.17607) Outpt time (%) = 0.0168762 (93.0071) Other time (%) = 8.79765e-05 (0.48485) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:58 2021 Memory usage per processor = 27.5477 Mbytes Step Atoms AVEKE stressZZ 24523 5000 1.0364018e-10 9611687.7 24524 -0.0141049999999923 9611562.68268468 24524 5000 1.0363283e-10 9611562.7 Loop time of 0.0181811 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:58 2021 Pair time (%) = 0.00115204 (6.33647) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.177033) Outpt time (%) = 0.0169089 (93.0026) Other time (%) = 8.79765e-05 (0.48389) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:58 2021 Memory usage per processor = 27.5477 Mbytes Step Atoms AVEKE stressZZ 24524 5000 1.0363283e-10 9611508.4 24525 -0.0141049999999923 9611383.32093785 24525 5000 1.0362549e-10 9611383.3 Loop time of 0.0171258 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:58 2021 Pair time (%) = 0.00123215 (7.19467) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.197686) Outpt time (%) = 0.015759 (92.0188) Other time (%) = 0.000100851 (0.588882) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:58 2021 Memory usage per processor = 27.5477 Mbytes Step Atoms AVEKE stressZZ 24525 5000 1.0362549e-10 9611329 24526 -0.0141049999999923 9611203.96857747 24526 5000 1.0361815e-10 9611204 Loop time of 0.0179169 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:58 2021 Pair time (%) = 0.00142694 (7.96418) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.188958) Outpt time (%) = 0.016331 (91.1483) Other time (%) = 0.00012517 (0.698612) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:58 2021 Memory usage per processor = 27.5477 Mbytes Step Atoms AVEKE stressZZ 24526 5000 1.0361815e-10 9611149.6 24527 -0.0141049999999923 9611024.62560215 24527 5000 1.0361081e-10 9611024.6 Loop time of 0.0179069 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:58 2021 Pair time (%) = 0.00123215 (6.88085) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.185069) Outpt time (%) = 0.016541 (92.3722) Other time (%) = 0.000100613 (0.561865) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:58 2021 Memory usage per processor = 27.5477 Mbytes Step Atoms AVEKE stressZZ 24527 5000 1.0361081e-10 9610970.3 24528 -0.0141049999999923 9610845.29201085 24528 5000 1.0360347e-10 9610845.3 Loop time of 0.0173149 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:58 2021 Pair time (%) = 0.00114799 (6.63004) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179004) Outpt time (%) = 0.016042 (92.6484) Other time (%) = 9.39369e-05 (0.54252) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:58 2021 Memory usage per processor = 27.5477 Mbytes Step Atoms AVEKE stressZZ 24528 5000 1.0360347e-10 9610791 24529 -0.0141049999999923 9610665.9678023 24529 5000 1.0359613e-10 9610666 Loop time of 0.0170891 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:58 2021 Pair time (%) = 0.00120115 (7.02875) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.198111) Outpt time (%) = 0.0157521 (92.176) Other time (%) = 0.000102043 (0.597123) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:58 2021 Memory usage per processor = 27.5477 Mbytes Step Atoms AVEKE stressZZ 24529 5000 1.0359613e-10 9610611.7 24530 -0.0141049999999923 9610486.65297551 24530 5000 1.0358879e-10 9610486.7 Loop time of 0.020762 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:58 2021 Pair time (%) = 0.00136018 (6.5513) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.163065) Outpt time (%) = 0.019243 (92.6839) Other time (%) = 0.000124931 (0.601732) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:58 2021 Memory usage per processor = 27.5477 Mbytes Step Atoms AVEKE stressZZ 24530 5000 1.0358879e-10 9610432.3 24531 -0.0141049999999923 9610307.34752915 24531 5000 1.0358146e-10 9610307.3 Loop time of 0.017705 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:58 2021 Pair time (%) = 0.00118899 (6.71559) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.180447) Outpt time (%) = 0.0163901 (92.5734) Other time (%) = 9.39369e-05 (0.530568) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:58 2021 Memory usage per processor = 27.5477 Mbytes Step Atoms AVEKE stressZZ 24531 5000 1.0358146e-10 9610253 24532 -0.0141049999999923 9610128.05146247 24532 5000 1.0357412e-10 9610128.1 Loop time of 0.017875 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:58 2021 Pair time (%) = 0.00124192 (6.94783) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.257426) Outpt time (%) = 0.0164688 (92.1332) Other time (%) = 0.000118256 (0.661571) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:58 2021 Memory usage per processor = 27.5477 Mbytes Step Atoms AVEKE stressZZ 24532 5000 1.0357412e-10 9610073.7 24533 -0.0141049999999923 9609948.76477384 24533 5000 1.0356679e-10 9609948.8 Loop time of 0.0171452 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:58 2021 Pair time (%) = 0.00121093 (7.0628) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198854) Outpt time (%) = 0.0157681 (91.968) Other time (%) = 0.000132084 (0.770386) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:58 2021 Memory usage per processor = 27.5477 Mbytes Step Atoms AVEKE stressZZ 24533 5000 1.0356679e-10 9609894.5 24534 -0.0141049999999923 9609769.48746267 24534 5000 1.0355945e-10 9609769.5 Loop time of 0.0178621 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:58 2021 Pair time (%) = 0.00170708 (9.55699) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.218903) Outpt time (%) = 0.015965 (89.3792) Other time (%) = 0.000150919 (0.844913) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:58 2021 Memory usage per processor = 27.5477 Mbytes Step Atoms AVEKE stressZZ 24534 5000 1.0355945e-10 9609715.2 24535 -0.0141049999999923 9609590.21952749 24535 5000 1.0355212e-10 9609590.2 Loop time of 0.017863 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:58 2021 Pair time (%) = 0.00115085 (6.44261) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.17885) Outpt time (%) = 0.0165851 (92.846) Other time (%) = 9.5129e-05 (0.532547) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:58 2021 Memory usage per processor = 27.5477 Mbytes Step Atoms AVEKE stressZZ 24535 5000 1.0355212e-10 9609535.9 24536 -0.0141049999999923 9609410.9609675 24536 5000 1.0354479e-10 9609411 Loop time of 0.0179842 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:58 2021 Pair time (%) = 0.00118709 (6.60073) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.189577) Outpt time (%) = 0.0166631 (92.6542) Other time (%) = 9.98974e-05 (0.555475) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:58 2021 Memory usage per processor = 27.5477 Mbytes Step Atoms AVEKE stressZZ 24536 5000 1.0354479e-10 9609356.7 24537 -0.0141049999999923 9609231.71178142 24537 5000 1.0353745e-10 9609231.7 Loop time of 0.0178499 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:58 2021 Pair time (%) = 0.00116181 (6.50879) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.184324) Outpt time (%) = 0.0165479 (92.7058) Other time (%) = 0.000107288 (0.601058) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:58 2021 Memory usage per processor = 27.5477 Mbytes Step Atoms AVEKE stressZZ 24537 5000 1.0353745e-10 9609177.4 24538 -0.0141049999999923 9609052.47196832 24538 5000 1.0353012e-10 9609052.5 Loop time of 0.01808 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:58 2021 Pair time (%) = 0.00158119 (8.74553) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.216265) Outpt time (%) = 0.016257 (89.9173) Other time (%) = 0.000202656 (1.12088) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:58 2021 Memory usage per processor = 27.5477 Mbytes Step Atoms AVEKE stressZZ 24538 5000 1.0353012e-10 9608998.2 24539 -0.0141049999999923 9608873.24152702 24539 5000 1.0352279e-10 9608873.2 Loop time of 0.0182111 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:58 2021 Pair time (%) = 0.00118613 (6.51323) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.180668) Outpt time (%) = 0.016896 (92.7785) Other time (%) = 9.60827e-05 (0.527604) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:58 2021 Memory usage per processor = 27.5477 Mbytes Step Atoms AVEKE stressZZ 24539 5000 1.0352279e-10 9608818.9 24540 -0.0141049999999923 9608694.02045647 24540 5000 1.0351546e-10 9608694 Loop time of 0.0204291 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:58 2021 Pair time (%) = 0.00119209 (5.83526) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.16222) Outpt time (%) = 0.0190749 (93.3711) Other time (%) = 0.000128984 (0.631375) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:58 2021 Memory usage per processor = 27.5477 Mbytes Step Atoms AVEKE stressZZ 24540 5000 1.0351546e-10 9608639.7 24541 -0.0141049999999923 9608514.80875571 24541 5000 1.0350814e-10 9608514.8 Loop time of 0.0170801 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:58 2021 Pair time (%) = 0.00115204 (6.74493) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187049) Outpt time (%) = 0.015801 (92.5111) Other time (%) = 9.5129e-05 (0.556959) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:58 2021 Memory usage per processor = 27.5477 Mbytes Step Atoms AVEKE stressZZ 24541 5000 1.0350814e-10 9608460.5 24542 -0.0141049999999923 9608335.60642345 24542 5000 1.0350081e-10 9608335.6 Loop time of 0.017359 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:58 2021 Pair time (%) = 0.00140309 (8.08279) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.276065) Outpt time (%) = 0.0157409 (90.6784) Other time (%) = 0.000167131 (0.962793) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:58 2021 Memory usage per processor = 27.5477 Mbytes Step Atoms AVEKE stressZZ 24542 5000 1.0350081e-10 9608281.3 24543 -0.0141049999999923 9608156.41345892 24543 5000 1.0349348e-10 9608156.4 Loop time of 0.018147 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:58 2021 Pair time (%) = 0.00132298 (7.29038) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.187876) Outpt time (%) = 0.0166821 (91.9279) Other time (%) = 0.000107765 (0.593846) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:58 2021 Memory usage per processor = 27.5477 Mbytes Step Atoms AVEKE stressZZ 24543 5000 1.0349348e-10 9608102.1 24544 -0.0141049999999923 9607977.22985514 24544 5000 1.0348616e-10 9607977.2 Loop time of 0.0178442 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:58 2021 Pair time (%) = 0.00116014 (6.50152) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.179039) Outpt time (%) = 0.016557 (92.7863) Other time (%) = 9.5129e-05 (0.533109) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:58 2021 Memory usage per processor = 27.5477 Mbytes Step Atoms AVEKE stressZZ 24544 5000 1.0348616e-10 9607922.9 24545 -0.0141049999999923 9607798.05561701 24545 5000 1.0347883e-10 9607798.1 Loop time of 0.017323 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:58 2021 Pair time (%) = 0.00115013 (6.63932) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189931) Outpt time (%) = 0.016048 (92.6395) Other time (%) = 9.20296e-05 (0.531256) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:58 2021 Memory usage per processor = 27.5477 Mbytes Step Atoms AVEKE stressZZ 24545 5000 1.0347883e-10 9607743.8 24546 -0.0141049999999923 9607618.89074314 24546 5000 1.0347151e-10 9607618.9 Loop time of 0.0171921 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:58 2021 Pair time (%) = 0.00128984 (7.50253) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.203858) Outpt time (%) = 0.0157471 (91.5947) Other time (%) = 0.000120163 (0.698942) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:58 2021 Memory usage per processor = 27.5477 Mbytes Step Atoms AVEKE stressZZ 24546 5000 1.0347151e-10 9607564.6 24547 -0.0141049999999923 9607439.73523253 24547 5000 1.0346418e-10 9607439.7 Loop time of 0.017931 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:58 2021 Pair time (%) = 0.00132585 (7.39416) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.183491) Outpt time (%) = 0.016459 (91.7908) Other time (%) = 0.000113249 (0.631582) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:58 2021 Memory usage per processor = 27.5477 Mbytes Step Atoms AVEKE stressZZ 24547 5000 1.0346418e-10 9607385.4 24548 -0.0141049999999923 9607260.58908425 24548 5000 1.0345686e-10 9607260.6 Loop time of 0.0181339 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:58 2021 Pair time (%) = 0.00122499 (6.75528) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.181438) Outpt time (%) = 0.016773 (92.4953) Other time (%) = 0.000102997 (0.56798) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:58 2021 Memory usage per processor = 27.5477 Mbytes Step Atoms AVEKE stressZZ 24548 5000 1.0345686e-10 9607206.3 24549 -0.0141049999999923 9607081.45229722 24549 5000 1.0344954e-10 9607081.5 Loop time of 0.0172789 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:58 2021 Pair time (%) = 0.00118804 (6.87566) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184896) Outpt time (%) = 0.015965 (92.3958) Other time (%) = 9.39369e-05 (0.543651) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:58 2021 Memory usage per processor = 27.5477 Mbytes Step Atoms AVEKE stressZZ 24549 5000 1.0344954e-10 9607027.2 24550 -0.0141049999999923 9606902.32487029 24550 5000 1.0344222e-10 9606902.3 Loop time of 0.0202892 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:58 2021 Pair time (%) = 0.00122499 (6.03767) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.17274) Outpt time (%) = 0.0189109 (93.2067) Other time (%) = 0.000118256 (0.582851) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:58 2021 Memory usage per processor = 27.5477 Mbytes Step Atoms AVEKE stressZZ 24550 5000 1.0344222e-10 9606848 24551 -0.0141049999999923 9606723.2068026 24551 5000 1.034349e-10 9606723.2 Loop time of 0.0180919 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:58 2021 Pair time (%) = 0.00142598 (7.88187) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.214804) Outpt time (%) = 0.0164962 (91.1798) Other time (%) = 0.000130892 (0.723482) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:58 2021 Memory usage per processor = 27.5477 Mbytes Step Atoms AVEKE stressZZ 24551 5000 1.034349e-10 9606668.9 24552 -0.0141049999999923 9606544.098093 24552 5000 1.0342758e-10 9606544.1 Loop time of 0.0178668 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:58 2021 Pair time (%) = 0.00120997 (6.77217) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.190822) Outpt time (%) = 0.016526 (92.4952) Other time (%) = 9.67979e-05 (0.541774) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:58 2021 Memory usage per processor = 27.5477 Mbytes Step Atoms AVEKE stressZZ 24552 5000 1.0342758e-10 9606489.8 24553 -0.0141049999999923 9606364.99874068 24553 5000 1.0342026e-10 9606365 Loop time of 0.017817 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:58 2021 Pair time (%) = 0.00120401 (6.75766) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.186003) Outpt time (%) = 0.016484 (92.5184) Other time (%) = 9.58443e-05 (0.537937) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:58 2021 Memory usage per processor = 27.5477 Mbytes Step Atoms AVEKE stressZZ 24553 5000 1.0342026e-10 9606310.7 24554 -0.0141049999999923 9606185.90874447 24554 5000 1.0341295e-10 9606185.9 Loop time of 0.017674 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:58 2021 Pair time (%) = 0.00121593 (6.87981) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.192904) Outpt time (%) = 0.0163238 (92.3607) Other time (%) = 0.000100136 (0.566572) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:58 2021 Memory usage per processor = 27.5477 Mbytes Step Atoms AVEKE stressZZ 24554 5000 1.0341295e-10 9606131.6 24555 -0.0141049999999923 9606006.82810328 24555 5000 1.0340563e-10 9606006.8 Loop time of 0.017992 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:58 2021 Pair time (%) = 0.00147605 (8.20391) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.217322) Outpt time (%) = 0.016341 (90.8234) Other time (%) = 0.000135899 (0.755327) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:58 2021 Memory usage per processor = 27.5477 Mbytes Step Atoms AVEKE stressZZ 24555 5000 1.0340563e-10 9605952.6 24556 -0.0141049999999923 9605827.75683213 24556 5000 1.0339831e-10 9605827.8 Loop time of 0.017947 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:58 2021 Pair time (%) = 0.00128388 (7.15377) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.193955) Outpt time (%) = 0.0165222 (92.0611) Other time (%) = 0.000106096 (0.591166) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:58 2021 Memory usage per processor = 27.5477 Mbytes Step Atoms AVEKE stressZZ 24556 5000 1.0339831e-10 9605773.5 24557 -0.0141049999999923 9605648.69498 24557 5000 1.03391e-10 9605648.7 Loop time of 0.0178862 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:58 2021 Pair time (%) = 0.00120211 (6.72087) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.190616) Outpt time (%) = 0.0165532 (92.5473) Other time (%) = 9.67979e-05 (0.541189) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:58 2021 Memory usage per processor = 27.5477 Mbytes Step Atoms AVEKE stressZZ 24557 5000 1.03391e-10 9605594.4 24558 -0.0141049999999923 9605469.64251757 24558 5000 1.0338369e-10 9605469.6 Loop time of 0.017602 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:58 2021 Pair time (%) = 0.00121808 (6.92014) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.193693) Outpt time (%) = 0.0162451 (92.2915) Other time (%) = 0.000104666 (0.594625) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:58 2021 Memory usage per processor = 27.5477 Mbytes Step Atoms AVEKE stressZZ 24558 5000 1.0338369e-10 9605415.4 24559 -0.0141049999999923 9605290.59943417 24559 5000 1.0337637e-10 9605290.6 Loop time of 0.0179541 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:58 2021 Pair time (%) = 0.00141287 (7.86933) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.212469) Outpt time (%) = 0.0163691 (91.1719) Other time (%) = 0.000133991 (0.746298) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:58 2021 Memory usage per processor = 27.5477 Mbytes Step Atoms AVEKE stressZZ 24559 5000 1.0337637e-10 9605236.3 24560 -0.0141049999999923 9605111.56572437 24560 5000 1.0336906e-10 9605111.6 Loop time of 0.02055 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:59 2021 Pair time (%) = 0.00124216 (6.04457) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.165907) Outpt time (%) = 0.0191751 (93.3092) Other time (%) = 9.87053e-05 (0.480317) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:59 2021 Memory usage per processor = 27.5477 Mbytes Step Atoms AVEKE stressZZ 24560 5000 1.0336906e-10 9605057.3 24561 -0.0141049999999923 9604932.54138437 24561 5000 1.0336175e-10 9604932.5 Loop time of 0.0179012 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:59 2021 Pair time (%) = 0.0012331 (6.88838) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.190456) Outpt time (%) = 0.0165322 (92.3525) Other time (%) = 0.000101805 (0.568704) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:59 2021 Memory usage per processor = 27.5477 Mbytes Step Atoms AVEKE stressZZ 24561 5000 1.0336175e-10 9604878.3 24562 -0.0141049999999923 9604753.5264111 24562 5000 1.0335444e-10 9604753.5 Loop time of 0.0177619 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:59 2021 Pair time (%) = 0.00122023 (6.86989) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.190607) Outpt time (%) = 0.0164092 (92.3838) Other time (%) = 9.87053e-05 (0.555712) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:59 2021 Memory usage per processor = 27.5477 Mbytes Step Atoms AVEKE stressZZ 24562 5000 1.0335444e-10 9604699.3 24563 -0.0141049999999923 9604574.52079744 24563 5000 1.0334713e-10 9604574.5 Loop time of 0.017632 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:59 2021 Pair time (%) = 0.00124788 (7.07737) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.204181) Outpt time (%) = 0.016243 (92.1221) Other time (%) = 0.000105143 (0.596317) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:59 2021 Memory usage per processor = 27.5477 Mbytes Step Atoms AVEKE stressZZ 24563 5000 1.0334713e-10 9604520.3 24564 -0.0141049999999923 9604395.52452672 24564 5000 1.0333982e-10 9604395.5 Loop time of 0.0210569 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:59 2021 Pair time (%) = 0.00128293 (6.09269) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.166442) Outpt time (%) = 0.019367 (91.9745) Other time (%) = 0.000371933 (1.76632) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:59 2021 Memory usage per processor = 27.5477 Mbytes Step Atoms AVEKE stressZZ 24564 5000 1.0333982e-10 9604341.3 24565 -0.0141049999999923 9604216.53761337 24565 5000 1.0333251e-10 9604216.5 Loop time of 0.019737 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:59 2021 Pair time (%) = 0.00120401 (6.10029) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.172741) Outpt time (%) = 0.0184059 (93.2559) Other time (%) = 9.29832e-05 (0.471111) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:59 2021 Memory usage per processor = 27.5477 Mbytes Step Atoms AVEKE stressZZ 24565 5000 1.0333251e-10 9604162.3 24566 -0.0141049999999923 9604037.56005588 24566 5000 1.0332521e-10 9604037.6 Loop time of 0.0185552 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:59 2021 Pair time (%) = 0.0014751 (7.94979) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.177319) Outpt time (%) = 0.0169542 (91.3718) Other time (%) = 9.29832e-05 (0.501118) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:59 2021 Memory usage per processor = 27.5477 Mbytes Step Atoms AVEKE stressZZ 24566 5000 1.0332521e-10 9603983.3 24567 -0.0141049999999923 9603858.5918526 24567 5000 1.033179e-10 9603858.6 Loop time of 0.0182478 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:59 2021 Pair time (%) = 0.00136995 (7.50748) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.207743) Outpt time (%) = 0.01671 (91.5727) Other time (%) = 0.000129938 (0.712074) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:59 2021 Memory usage per processor = 27.5477 Mbytes Step Atoms AVEKE stressZZ 24567 5000 1.033179e-10 9603804.3 24568 -0.0141049999999923 9603679.63300218 24568 5000 1.033106e-10 9603679.6 Loop time of 0.0179031 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:59 2021 Pair time (%) = 0.00120091 (6.70786) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.195762) Outpt time (%) = 0.016566 (92.5317) Other time (%) = 0.000101089 (0.564648) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:59 2021 Memory usage per processor = 27.5477 Mbytes Step Atoms AVEKE stressZZ 24568 5000 1.033106e-10 9603625.4 24569 -0.0141049999999923 9603500.68350334 24569 5000 1.0330329e-10 9603500.7 Loop time of 0.017709 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:59 2021 Pair time (%) = 0.00120807 (6.82176) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.185791) Outpt time (%) = 0.0163682 (92.4283) Other time (%) = 9.98974e-05 (0.564105) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:59 2021 Memory usage per processor = 27.5477 Mbytes Step Atoms AVEKE stressZZ 24569 5000 1.0330329e-10 9603446.4 24570 -0.0141049999999923 9603321.74335462 24570 5000 1.0329599e-10 9603321.7 Loop time of 0.02035 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:59 2021 Pair time (%) = 0.00130105 (6.39337) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.172224) Outpt time (%) = 0.0189052 (92.9002) Other time (%) = 0.000108719 (0.534246) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:59 2021 Memory usage per processor = 27.5477 Mbytes Step Atoms AVEKE stressZZ 24570 5000 1.0329599e-10 9603267.5 24571 -0.0141049999999923 9603142.8125548 24571 5000 1.0328869e-10 9603142.8 Loop time of 0.0180681 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:59 2021 Pair time (%) = 0.00146985 (8.13507) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.199253) Outpt time (%) = 0.0164239 (90.9003) Other time (%) = 0.000138283 (0.765343) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:59 2021 Memory usage per processor = 27.5477 Mbytes Step Atoms AVEKE stressZZ 24571 5000 1.0328869e-10 9603088.6 24572 -0.0141049999999923 9602963.89110257 24572 5000 1.0328138e-10 9602963.9 Loop time of 0.017874 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:59 2021 Pair time (%) = 0.00122213 (6.83749) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.190746) Outpt time (%) = 0.0165191 (92.4195) Other time (%) = 9.87053e-05 (0.552228) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:59 2021 Memory usage per processor = 27.5477 Mbytes Step Atoms AVEKE stressZZ 24572 5000 1.0328138e-10 9602909.6 24573 -0.0141049999999923 9602784.97899676 24573 5000 1.0327408e-10 9602785 Loop time of 0.0178671 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:59 2021 Pair time (%) = 0.00120687 (6.75474) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.196157) Outpt time (%) = 0.0165281 (92.506) Other time (%) = 9.70364e-05 (0.543101) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:59 2021 Memory usage per processor = 27.5477 Mbytes Step Atoms AVEKE stressZZ 24573 5000 1.0327408e-10 9602730.7 24574 -0.0141049999999923 9602606.0762361 24574 5000 1.0326678e-10 9602606.1 Loop time of 0.01773 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:59 2021 Pair time (%) = 0.00121593 (6.85806) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.192295) Outpt time (%) = 0.0163801 (92.3862) Other time (%) = 9.98974e-05 (0.563437) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:59 2021 Memory usage per processor = 27.5477 Mbytes Step Atoms AVEKE stressZZ 24574 5000 1.0326678e-10 9602551.8 24575 -0.0141049999999923 9602427.18281944 24575 5000 1.0325948e-10 9602427.2 Loop time of 0.017972 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:59 2021 Pair time (%) = 0.00148678 (8.27275) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.210931) Outpt time (%) = 0.0163102 (90.7535) Other time (%) = 0.000137091 (0.762802) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:59 2021 Memory usage per processor = 27.5477 Mbytes Step Atoms AVEKE stressZZ 24575 5000 1.0325948e-10 9602372.9 24576 -0.0141049999999923 9602248.29874559 24576 5000 1.0325219e-10 9602248.3 Loop time of 0.017875 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:59 2021 Pair time (%) = 0.00123191 (6.89181) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.184066) Outpt time (%) = 0.01651 (92.3639) Other time (%) = 0.000100136 (0.560202) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:59 2021 Memory usage per processor = 27.5477 Mbytes Step Atoms AVEKE stressZZ 24576 5000 1.0325219e-10 9602194.1 24577 -0.0141049999999923 9602069.42401346 24577 5000 1.0324489e-10 9602069.4 Loop time of 0.0178571 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:59 2021 Pair time (%) = 0.00121021 (6.77722) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.184251) Outpt time (%) = 0.0165181 (92.5018) Other time (%) = 9.58443e-05 (0.53673) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:59 2021 Memory usage per processor = 27.5477 Mbytes Step Atoms AVEKE stressZZ 24577 5000 1.0324489e-10 9602015.2 24578 -0.0141049999999923 9601890.55862184 24578 5000 1.0323759e-10 9601890.6 Loop time of 0.017875 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:59 2021 Pair time (%) = 0.00121403 (6.79178) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.196071) Outpt time (%) = 0.0165241 (92.4426) Other time (%) = 0.000101805 (0.569538) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:59 2021 Memory usage per processor = 27.5477 Mbytes Step Atoms AVEKE stressZZ 24578 5000 1.0323759e-10 9601836.3 24579 -0.0141049999999923 9601711.70256963 24579 5000 1.032303e-10 9601711.7 Loop time of 0.0180309 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:59 2021 Pair time (%) = 0.00147009 (8.15317) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.227432) Outpt time (%) = 0.0163748 (90.8154) Other time (%) = 0.000144958 (0.803946) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:59 2021 Memory usage per processor = 27.5477 Mbytes Step Atoms AVEKE stressZZ 24579 5000 1.032303e-10 9601657.5 24580 -0.0141049999999923 9601532.85585588 24580 5000 1.03223e-10 9601532.9 Loop time of 0.0206618 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:59 2021 Pair time (%) = 0.00127316 (6.16187) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.163855) Outpt time (%) = 0.0192499 (93.1666) Other time (%) = 0.000104904 (0.50772) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:59 2021 Memory usage per processor = 27.5477 Mbytes Step Atoms AVEKE stressZZ 24580 5000 1.03223e-10 9601478.6 24581 -0.0141049999999923 9601354.01847925 24581 5000 1.0321571e-10 9601354 Loop time of 0.0178931 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:59 2021 Pair time (%) = 0.00120783 (6.75026) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.18921) Outpt time (%) = 0.0165551 (92.5222) Other time (%) = 9.63211e-05 (0.538315) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:59 2021 Memory usage per processor = 27.5477 Mbytes Step Atoms AVEKE stressZZ 24581 5000 1.0321571e-10 9601299.8 24582 -0.0141049999999923 9601175.19043889 24582 5000 1.0320841e-10 9601175.2 Loop time of 0.01771 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:59 2021 Pair time (%) = 0.00121498 (6.86044) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.187127) Outpt time (%) = 0.0163651 (92.4059) Other time (%) = 9.67979e-05 (0.546573) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:59 2021 Memory usage per processor = 27.5477 Mbytes Step Atoms AVEKE stressZZ 24582 5000 1.0320841e-10 9601121 24583 -0.0141049999999923 9600996.37173368 24583 5000 1.0320112e-10 9600996.4 Loop time of 0.017678 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:59 2021 Pair time (%) = 0.00123596 (6.99152) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.196906) Outpt time (%) = 0.0163019 (92.2155) Other time (%) = 0.000105381 (0.596113) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:27:59 2021 Memory usage per processor = 27.5477 Mbytes Step Atoms AVEKE stressZZ 24583 5000 1.0320112e-10 9600942.1 24584 -0.0141049999999923 9600793.17478421 24584 5000 2.0350877e-10 9601109.7 Loop time of 0.0176649 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:59 2021 Pair time (%) = 0.00137997 (7.81191) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.209199) Outpt time (%) = 0.0160639 (90.9369) Other time (%) = 0.000184059 (1.04195) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:59 2021 Memory usage per processor = 27.5477 Mbytes Step Atoms AVEKE stressZZ 24584 5000 2.0350877e-10 9672460.8 24585 -0.0141374999999923 9672296.79561502 24585 5000 1.6370504e-10 9672296.8 Loop time of 0.017663 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:59 2021 Pair time (%) = 0.00120807 (6.83953) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.191674) Outpt time (%) = 0.016324 (92.4194) Other time (%) = 9.70364e-05 (0.549376) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:59 2021 Memory usage per processor = 27.5477 Mbytes Step Atoms AVEKE stressZZ 24585 5000 1.6370504e-10 9672223.4 24586 -0.0141374999999923 9672073.28746819 24586 5000 1.406597e-10 9672073.3 Loop time of 0.01755 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:59 2021 Pair time (%) = 0.00120497 (6.86591) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.192909) Outpt time (%) = 0.0162139 (92.3869) Other time (%) = 9.72748e-05 (0.554273) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:59 2021 Memory usage per processor = 27.5477 Mbytes Step Atoms AVEKE stressZZ 24586 5000 1.406597e-10 9672006.7 24587 -0.0141374999999923 9671865.43474312 24587 5000 1.2692151e-10 9671865.4 Loop time of 0.0175071 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:59 2021 Pair time (%) = 0.00125384 (7.16192) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.198829) Outpt time (%) = 0.0161171 (92.0605) Other time (%) = 0.000101328 (0.578783) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:59 2021 Memory usage per processor = 27.5477 Mbytes Step Atoms AVEKE stressZZ 24587 5000 1.2692151e-10 9671803.1 24588 -0.0141374999999923 9671667.53462849 24588 5000 1.1855567e-10 9671667.5 Loop time of 0.017972 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:59 2021 Pair time (%) = 0.00137305 (7.63996) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.212258) Outpt time (%) = 0.0164292 (91.4155) Other time (%) = 0.000131607 (0.73229) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:59 2021 Memory usage per processor = 27.5477 Mbytes Step Atoms AVEKE stressZZ 24588 5000 1.1855567e-10 9671608 24589 -0.0141374999999923 9671475.96295553 24589 5000 1.1338491e-10 9671476 Loop time of 0.017725 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:59 2021 Pair time (%) = 0.00120616 (6.80485) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.192349) Outpt time (%) = 0.016387 (92.4513) Other time (%) = 9.77516e-05 (0.55149) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:59 2021 Memory usage per processor = 27.5477 Mbytes Step Atoms AVEKE stressZZ 24589 5000 1.1338491e-10 9671418.2 24590 -0.0141374999999923 9671288.41653181 24590 5000 1.1015614e-10 9671288.4 Loop time of 0.0204442 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:59 2021 Pair time (%) = 0.00122881 (6.01057) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.166766) Outpt time (%) = 0.019079 (93.3224) Other time (%) = 0.000102282 (0.500297) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:59 2021 Memory usage per processor = 27.5478 Mbytes Step Atoms AVEKE stressZZ 24590 5000 1.1015614e-10 9671231.7 24591 -0.0141374999999923 9671103.43165625 24591 5000 1.0812578e-10 9671103.4 Loop time of 0.017596 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:59 2021 Pair time (%) = 0.00121689 (6.91571) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.192404) Outpt time (%) = 0.0162439 (92.316) Other time (%) = 0.000101328 (0.575857) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:59 2021 Memory usage per processor = 27.5478 Mbytes Step Atoms AVEKE stressZZ 24591 5000 1.0812578e-10 9671047.4 24592 -0.0141374999999923 9670920.07813111 24592 5000 1.0684256e-10 9670920.1 Loop time of 0.0178971 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:59 2021 Pair time (%) = 0.0014379 (8.03426) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.223803) Outpt time (%) = 0.0162871 (91.0039) Other time (%) = 0.000132084 (0.738017) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:59 2021 Memory usage per processor = 27.5478 Mbytes Step Atoms AVEKE stressZZ 24592 5000 1.0684256e-10 9670864.5 24593 -0.0141374999999923 9670737.76480523 24593 5000 1.0602833e-10 9670737.8 Loop time of 0.0179989 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:59 2021 Pair time (%) = 0.00127506 (7.0841) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.217239) Outpt time (%) = 0.0165799 (92.1158) Other time (%) = 0.000104904 (0.582835) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:59 2021 Memory usage per processor = 27.5478 Mbytes Step Atoms AVEKE stressZZ 24593 5000 1.0602833e-10 9670682.5 24594 -0.0141374999999923 9670556.11599576 24594 5000 1.0550978e-10 9670556.1 Loop time of 0.017905 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:59 2021 Pair time (%) = 0.00120902 (6.75242) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.189084) Outpt time (%) = 0.0165641 (92.5112) Other time (%) = 9.799e-05 (0.547278) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:59 2021 Memory usage per processor = 27.5478 Mbytes Step Atoms AVEKE stressZZ 24594 5000 1.0550978e-10 9670501 24595 -0.0141374999999923 9670374.89295105 24595 5000 1.0517818e-10 9670374.9 Loop time of 0.0176651 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:59 2021 Pair time (%) = 0.00121212 (6.86165) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.193001) Outpt time (%) = 0.01632 (92.3852) Other time (%) = 9.89437e-05 (0.560107) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:59 2021 Memory usage per processor = 27.5478 Mbytes Step Atoms AVEKE stressZZ 24595 5000 1.0517818e-10 9670319.9 24596 -0.0141374999999923 9670193.94394148 24596 5000 1.0496501e-10 9670193.9 Loop time of 0.0179839 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:59 2021 Pair time (%) = 0.00142694 (7.93451) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.228026) Outpt time (%) = 0.0163908 (91.1415) Other time (%) = 0.00012517 (0.69601) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:59 2021 Memory usage per processor = 27.5478 Mbytes Step Atoms AVEKE stressZZ 24596 5000 1.0496501e-10 9670139.1 24597 -0.0141374999999923 9670013.1725406 24597 5000 1.0482695e-10 9670013.2 Loop time of 0.018183 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:59 2021 Pair time (%) = 0.00128508 (7.06746) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.187504) Outpt time (%) = 0.016757 (92.1576) Other time (%) = 0.000106812 (0.587425) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:59 2021 Memory usage per processor = 27.5478 Mbytes Step Atoms AVEKE stressZZ 24597 5000 1.0482695e-10 9669958.3 24598 -0.0141374999999923 9669832.51746753 24598 5000 1.0473655e-10 9669832.5 Loop time of 0.0179851 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:59 2021 Pair time (%) = 0.00121593 (6.76079) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.182939) Outpt time (%) = 0.016639 (92.5154) Other time (%) = 9.72748e-05 (0.540863) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:59 2021 Memory usage per processor = 27.5478 Mbytes Step Atoms AVEKE stressZZ 24598 5000 1.0473655e-10 9669777.7 24599 -0.0141374999999923 9669651.93977728 24599 5000 1.0467642e-10 9669651.9 Loop time of 0.0177498 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:59 2021 Pair time (%) = 0.00120807 (6.80609) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.19208) Outpt time (%) = 0.0164099 (92.4511) Other time (%) = 9.77516e-05 (0.55072) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:59 2021 Memory usage per processor = 27.5478 Mbytes Step Atoms AVEKE stressZZ 24599 5000 1.0467642e-10 9669597.2 24600 -0.0141374999999923 9669471.41471907 24600 5000 1.0463551e-10 9669471.4 Loop time of 0.0207839 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:27:59 2021 Pair time (%) = 0.00137401 (6.61092) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.173217) Outpt time (%) = 0.019254 (92.6389) Other time (%) = 0.000119925 (0.577007) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:27:59 2021 Memory usage per processor = 27.5478 Mbytes Step Atoms AVEKE stressZZ 24600 5000 1.0463551e-10 9669416.6 24601 -0.0141374999999923 9669290.92656298 24601 5000 1.0460681e-10 9669290.9 Loop time of 0.0180371 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:00 2021 Pair time (%) = 0.00143814 (7.97325) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.211492) Outpt time (%) = 0.016432 (91.1015) Other time (%) = 0.000128746 (0.713785) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:00 2021 Memory usage per processor = 27.5478 Mbytes Step Atoms AVEKE stressZZ 24601 5000 1.0460681e-10 9669236.2 24602 -0.0141374999999923 9669110.46531195 24602 5000 1.0458588e-10 9669110.5 Loop time of 0.0178878 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:00 2021 Pair time (%) = 0.00122404 (6.84287) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.185267) Outpt time (%) = 0.016531 (92.4147) Other time (%) = 9.9659e-05 (0.557133) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:00 2021 Memory usage per processor = 27.5478 Mbytes Step Atoms AVEKE stressZZ 24602 5000 1.0458588e-10 9669055.7 24603 -0.0141374999999923 9668930.0246121 24603 5000 1.0456987e-10 9668930 Loop time of 0.0179172 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:00 2021 Pair time (%) = 0.00120997 (6.75316) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.183633) Outpt time (%) = 0.0165758 (92.5136) Other time (%) = 9.84669e-05 (0.549568) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:00 2021 Memory usage per processor = 27.5478 Mbytes Step Atoms AVEKE stressZZ 24603 5000 1.0456987e-10 9668875.3 24604 -0.0141374999999923 9668749.60042501 24604 5000 1.04557e-10 9668749.6 Loop time of 0.0180531 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:00 2021 Pair time (%) = 0.00128293 (7.10644) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.192816) Outpt time (%) = 0.016629 (92.1117) Other time (%) = 0.000106335 (0.589012) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:00 2021 Memory usage per processor = 27.5478 Mbytes Step Atoms AVEKE stressZZ 24604 5000 1.04557e-10 9668694.9 24605 -0.0141374999999923 9668569.19018351 24605 5000 1.0454612e-10 9668569.2 Loop time of 0.0197079 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:00 2021 Pair time (%) = 0.00121093 (6.14437) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.172996) Outpt time (%) = 0.018363 (93.1757) Other time (%) = 9.98974e-05 (0.50689) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:00 2021 Memory usage per processor = 27.5478 Mbytes Step Atoms AVEKE stressZZ 24605 5000 1.0454612e-10 9668514.4 24606 -0.0141374999999923 9668388.79225583 24606 5000 1.0453651e-10 9668388.8 Loop time of 0.0202229 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:00 2021 Pair time (%) = 0.0014751 (7.29418) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.162696) Outpt time (%) = 0.0186169 (92.0586) Other time (%) = 9.799e-05 (0.48455) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:00 2021 Memory usage per processor = 27.5478 Mbytes Step Atoms AVEKE stressZZ 24606 5000 1.0453651e-10 9668334.1 24607 -0.0141374999999923 9668208.40560759 24607 5000 1.045277e-10 9668208.4 Loop time of 0.0188341 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:00 2021 Pair time (%) = 0.00147104 (7.81052) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.181022) Outpt time (%) = 0.017236 (91.5148) Other time (%) = 9.29832e-05 (0.493696) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:00 2021 Memory usage per processor = 27.5478 Mbytes Step Atoms AVEKE stressZZ 24607 5000 1.045277e-10 9668153.7 24608 -0.0141374999999923 9668028.02967381 24608 5000 1.0451941e-10 9668028 Loop time of 0.0183539 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:00 2021 Pair time (%) = 0.00120306 (6.55478) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.179263) Outpt time (%) = 0.017024 (92.7542) Other time (%) = 9.39369e-05 (0.511808) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:00 2021 Memory usage per processor = 27.5478 Mbytes Step Atoms AVEKE stressZZ 24608 5000 1.0451941e-10 9667973.3 24609 -0.0141374999999923 9667847.66400374 24609 5000 1.0451144e-10 9667847.7 Loop time of 0.0177 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:00 2021 Pair time (%) = 0.00121093 (6.84142) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.191274) Outpt time (%) = 0.0163541 (92.3962) Other time (%) = 0.000101089 (0.571128) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:00 2021 Memory usage per processor = 27.5478 Mbytes Step Atoms AVEKE stressZZ 24609 5000 1.0451144e-10 9667792.9 24610 -0.0141374999999923 9667667.30830909 24610 5000 1.0450367e-10 9667667.3 Loop time of 0.02088 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:00 2021 Pair time (%) = 0.0014739 (7.05893) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.181555) Outpt time (%) = 0.019228 (92.0881) Other time (%) = 0.00014019 (0.671409) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:00 2021 Memory usage per processor = 27.5478 Mbytes Step Atoms AVEKE stressZZ 24610 5000 1.0450367e-10 9667612.6 24611 -0.0141374999999923 9667486.96241092 24611 5000 1.0449604e-10 9667487 Loop time of 0.0180058 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:00 2021 Pair time (%) = 0.00129104 (7.1701) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.194645) Outpt time (%) = 0.016573 (92.0421) Other time (%) = 0.000106812 (0.593205) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:00 2021 Memory usage per processor = 27.5478 Mbytes Step Atoms AVEKE stressZZ 24611 5000 1.0449604e-10 9667432.2 24612 -0.0141374999999923 9667306.62619544 24612 5000 1.0448849e-10 9667306.6 Loop time of 0.0178511 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:00 2021 Pair time (%) = 0.00120592 (6.75544) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.184312) Outpt time (%) = 0.0165119 (92.498) Other time (%) = 0.000100374 (0.562285) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:00 2021 Memory usage per processor = 27.5478 Mbytes Step Atoms AVEKE stressZZ 24612 5000 1.0448849e-10 9667251.9 24613 -0.0141374999999923 9667126.29958939 24613 5000 1.04481e-10 9667126.3 Loop time of 0.0177441 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:00 2021 Pair time (%) = 0.00126791 (7.14554) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.190799) Outpt time (%) = 0.016336 (92.0644) Other time (%) = 0.000106335 (0.599269) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:00 2021 Memory usage per processor = 27.5478 Mbytes Step Atoms AVEKE stressZZ 24613 5000 1.04481e-10 9667071.6 24614 -0.0141374999999923 9666945.98253531 24614 5000 1.0447354e-10 9666946 Loop time of 0.0177798 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:00 2021 Pair time (%) = 0.001369 (7.69973) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.214552) Outpt time (%) = 0.0162559 (91.4286) Other time (%) = 0.000116825 (0.657065) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:00 2021 Memory usage per processor = 27.5478 Mbytes Step Atoms AVEKE stressZZ 24614 5000 1.0447354e-10 9666891.3 24615 -0.0141374999999923 9666765.67497728 24615 5000 1.0446611e-10 9666765.7 Loop time of 0.017982 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:00 2021 Pair time (%) = 0.00127721 (7.1027) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.200207) Outpt time (%) = 0.0165651 (92.1203) Other time (%) = 0.000103712 (0.576755) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:00 2021 Memory usage per processor = 27.5478 Mbytes Step Atoms AVEKE stressZZ 24615 5000 1.0446611e-10 9666711 24616 -0.0141374999999923 9666585.37692848 24616 5000 1.0445868e-10 9666585.4 Loop time of 0.0178771 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:00 2021 Pair time (%) = 0.00120807 (6.75762) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.196047) Outpt time (%) = 0.016537 (92.5035) Other time (%) = 9.70364e-05 (0.542797) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:00 2021 Memory usage per processor = 27.5478 Mbytes Step Atoms AVEKE stressZZ 24616 5000 1.0445868e-10 9666530.7 24617 -0.0141374999999923 9666405.08837527 24617 5000 1.0445127e-10 9666405.1 Loop time of 0.017705 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:00 2021 Pair time (%) = 0.00126505 (7.14517) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.20334) Outpt time (%) = 0.0162981 (92.0536) Other time (%) = 0.000105858 (0.597899) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:00 2021 Memory usage per processor = 27.5478 Mbytes Step Atoms AVEKE stressZZ 24617 5000 1.0445127e-10 9666350.4 24618 -0.0141374999999923 9666224.80930831 24618 5000 1.0444386e-10 9666224.8 Loop time of 0.0180819 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:00 2021 Pair time (%) = 0.00136209 (7.53286) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.221516) Outpt time (%) = 0.016556 (91.5613) Other time (%) = 0.000123739 (0.684326) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:00 2021 Memory usage per processor = 27.5478 Mbytes Step Atoms AVEKE stressZZ 24618 5000 1.0444386e-10 9666170.1 24619 -0.0141374999999923 9666044.53972046 24619 5000 1.0443646e-10 9666044.5 Loop time of 0.0179031 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:00 2021 Pair time (%) = 0.00122404 (6.83704) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.190436) Outpt time (%) = 0.0165441 (92.4092) Other time (%) = 0.000100851 (0.563317) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:00 2021 Memory usage per processor = 27.5478 Mbytes Step Atoms AVEKE stressZZ 24619 5000 1.0443646e-10 9665989.8 24620 -0.0141374999999923 9665864.27958182 24620 5000 1.0442906e-10 9665864.3 Loop time of 0.020493 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:00 2021 Pair time (%) = 0.00120902 (5.89967) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.161714) Outpt time (%) = 0.0191529 (93.4605) Other time (%) = 9.799e-05 (0.478163) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:00 2021 Memory usage per processor = 27.5478 Mbytes Step Atoms AVEKE stressZZ 24620 5000 1.0442906e-10 9665809.6 24621 -0.0141374999999923 9665684.02892588 24621 5000 1.0442167e-10 9665684 Loop time of 0.017966 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:00 2021 Pair time (%) = 0.00120997 (6.73479) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.183133) Outpt time (%) = 0.016624 (92.53) Other time (%) = 9.91821e-05 (0.552054) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:00 2021 Memory usage per processor = 27.5478 Mbytes Step Atoms AVEKE stressZZ 24621 5000 1.0442167e-10 9665629.3 24622 -0.0141374999999923 9665503.78782838 24622 5000 1.0441427e-10 9665503.8 Loop time of 0.017688 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:00 2021 Pair time (%) = 0.00122285 (6.91342) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.192751) Outpt time (%) = 0.0163231 (92.2832) Other time (%) = 0.000108004 (0.610603) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:00 2021 Memory usage per processor = 27.5478 Mbytes Step Atoms AVEKE stressZZ 24622 5000 1.0441427e-10 9665449.1 24623 -0.0141374999999923 9665323.55622566 24623 5000 1.0440688e-10 9665323.6 Loop time of 0.0180171 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:00 2021 Pair time (%) = 0.00150204 (8.33675) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.215697) Outpt time (%) = 0.016336 (90.6695) Other time (%) = 0.00014019 (0.778097) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:00 2021 Memory usage per processor = 27.5478 Mbytes Step Atoms AVEKE stressZZ 24623 5000 1.0440688e-10 9665268.8 24624 -0.0141374999999923 9665143.33411638 24624 5000 1.0439949e-10 9665143.3 Loop time of 0.0179479 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:00 2021 Pair time (%) = 0.00127196 (7.08697) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.200587) Outpt time (%) = 0.0165331 (92.1173) Other time (%) = 0.000106812 (0.595119) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:00 2021 Memory usage per processor = 27.5478 Mbytes Step Atoms AVEKE stressZZ 24624 5000 1.0439949e-10 9665088.6 24625 -0.0141374999999923 9664963.12149351 24625 5000 1.0439209e-10 9664963.1 Loop time of 0.017869 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:00 2021 Pair time (%) = 0.00121188 (6.78204) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.189465) Outpt time (%) = 0.016525 (92.4788) Other time (%) = 9.82285e-05 (0.549714) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:00 2021 Memory usage per processor = 27.5478 Mbytes Step Atoms AVEKE stressZZ 24625 5000 1.0439209e-10 9664908.4 24626 -0.0141374999999923 9664782.91835233 24626 5000 1.043847e-10 9664782.9 Loop time of 0.0175591 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:00 2021 Pair time (%) = 0.00121307 (6.90854) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.187378) Outpt time (%) = 0.0162148 (92.3447) Other time (%) = 9.82285e-05 (0.559418) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:00 2021 Memory usage per processor = 27.5478 Mbytes Step Atoms AVEKE stressZZ 24626 5000 1.043847e-10 9664728.2 24627 -0.0141374999999923 9664602.72468872 24627 5000 1.0437732e-10 9664602.7 Loop time of 0.018024 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:00 2021 Pair time (%) = 0.00138402 (7.67877) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.19445) Outpt time (%) = 0.0164421 (91.2233) Other time (%) = 0.00016284 (0.903463) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:00 2021 Memory usage per processor = 27.5478 Mbytes Step Atoms AVEKE stressZZ 24627 5000 1.0437732e-10 9664548 24628 -0.0141374999999923 9664422.54057024 24628 5000 1.0436993e-10 9664422.5 Loop time of 0.0179422 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:00 2021 Pair time (%) = 0.00125098 (6.97229) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.188692) Outpt time (%) = 0.0165548 (92.2676) Other time (%) = 0.00010252 (0.571391) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:00 2021 Memory usage per processor = 27.5478 Mbytes Step Atoms AVEKE stressZZ 24628 5000 1.0436993e-10 9664367.8 24629 -0.0141374999999923 9664242.36603544 24629 5000 1.0436254e-10 9664242.4 Loop time of 0.0178399 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:00 2021 Pair time (%) = 0.00120997 (6.7824) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.19111) Outpt time (%) = 0.016499 (92.4839) Other time (%) = 9.67979e-05 (0.542592) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:00 2021 Memory usage per processor = 27.5478 Mbytes Step Atoms AVEKE stressZZ 24629 5000 1.0436254e-10 9664187.7 24630 -0.0141374999999923 9664062.20103351 24630 5000 1.0435515e-10 9664062.2 Loop time of 0.020402 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:00 2021 Pair time (%) = 0.00121212 (5.9412) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.161268) Outpt time (%) = 0.0190561 (93.4032) Other time (%) = 0.000100851 (0.494321) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:00 2021 Memory usage per processor = 27.5478 Mbytes Step Atoms AVEKE stressZZ 24630 5000 1.0435515e-10 9664007.5 24631 -0.0141374999999923 9663882.04554792 24631 5000 1.0434777e-10 9663882 Loop time of 0.0177329 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:00 2021 Pair time (%) = 0.00124812 (7.03847) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.20302) Outpt time (%) = 0.016341 (92.1508) Other time (%) = 0.000107765 (0.607715) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:00 2021 Memory usage per processor = 27.5478 Mbytes Step Atoms AVEKE stressZZ 24631 5000 1.0434777e-10 9663827.3 24632 -0.0141374999999923 9663701.89956901 24632 5000 1.0434038e-10 9663701.9 Loop time of 0.018059 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:00 2021 Pair time (%) = 0.00129795 (7.18727) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.194072) Outpt time (%) = 0.016618 (92.0206) Other time (%) = 0.000108004 (0.598059) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:00 2021 Memory usage per processor = 27.5478 Mbytes Step Atoms AVEKE stressZZ 24632 5000 1.0434038e-10 9663647.2 24633 -0.0141374999999923 9663521.76308992 24633 5000 1.04333e-10 9663521.8 Loop time of 0.01794 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:00 2021 Pair time (%) = 0.00120306 (6.706) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.188714) Outpt time (%) = 0.0166039 (92.5524) Other time (%) = 9.91821e-05 (0.552853) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:00 2021 Memory usage per processor = 27.5478 Mbytes Step Atoms AVEKE stressZZ 24633 5000 1.04333e-10 9663467.1 24634 -0.0141374999999923 9663341.63610486 24634 5000 1.0432562e-10 9663341.6 Loop time of 0.0177591 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:00 2021 Pair time (%) = 0.00120997 (6.81327) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.185267) Outpt time (%) = 0.0164158 (92.4363) Other time (%) = 0.000100374 (0.565199) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:00 2021 Memory usage per processor = 27.5478 Mbytes Step Atoms AVEKE stressZZ 24634 5000 1.0432562e-10 9663286.9 24635 -0.0141374999999923 9663161.51860929 24635 5000 1.0431823e-10 9663161.5 Loop time of 0.0176358 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:00 2021 Pair time (%) = 0.00124311 (7.0488) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.204137) Outpt time (%) = 0.0162508 (92.1468) Other time (%) = 0.000105858 (0.600243) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:00 2021 Memory usage per processor = 27.5478 Mbytes Step Atoms AVEKE stressZZ 24635 5000 1.0431823e-10 9663106.8 24636 -0.0141374999999923 9662981.41060095 24636 5000 1.0431085e-10 9662981.4 Loop time of 0.0180402 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:00 2021 Pair time (%) = 0.00136185 (7.54897) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.192953) Outpt time (%) = 0.0165122 (91.5299) Other time (%) = 0.000131369 (0.7282) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:00 2021 Memory usage per processor = 27.5478 Mbytes Step Atoms AVEKE stressZZ 24636 5000 1.0431085e-10 9662926.7 24637 -0.0141374999999923 9662801.31210834 24637 5000 1.0430347e-10 9662801.3 Loop time of 0.017911 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:00 2021 Pair time (%) = 0.00121212 (6.76748) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.185027) Outpt time (%) = 0.0165691 (92.5084) Other time (%) = 9.65595e-05 (0.539109) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:00 2021 Memory usage per processor = 27.5478 Mbytes Step Atoms AVEKE stressZZ 24637 5000 1.0430347e-10 9662746.6 24638 -0.0141374999999923 9662621.22311662 24638 5000 1.0429609e-10 9662621.2 Loop time of 0.0177851 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:00 2021 Pair time (%) = 0.00120592 (6.78052) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.184997) Outpt time (%) = 0.0164461 (92.4714) Other time (%) = 0.000100136 (0.563033) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:00 2021 Memory usage per processor = 27.5478 Mbytes Step Atoms AVEKE stressZZ 24638 5000 1.0429609e-10 9662566.5 24639 -0.0141374999999923 9662441.14361622 24639 5000 1.0428871e-10 9662441.1 Loop time of 0.0176802 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:00 2021 Pair time (%) = 0.00127602 (7.21722) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.203625) Outpt time (%) = 0.0162611 (91.9737) Other time (%) = 0.00010705 (0.60548) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:00 2021 Memory usage per processor = 27.5478 Mbytes Step Atoms AVEKE stressZZ 24639 5000 1.0428871e-10 9662386.5 24640 -0.0141374999999923 9662261.07359285 24640 5000 1.0428133e-10 9662261.1 Loop time of 0.0209031 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:00 2021 Pair time (%) = 0.00136805 (6.5447) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.172229) Outpt time (%) = 0.019371 (92.6706) Other time (%) = 0.000128031 (0.612496) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:00 2021 Memory usage per processor = 27.5478 Mbytes Step Atoms AVEKE stressZZ 24640 5000 1.0428133e-10 9662206.4 24641 -0.0141374999999923 9662081.0130092 24641 5000 1.0427396e-10 9662081 Loop time of 0.0178709 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:00 2021 Pair time (%) = 0.00122404 (6.84935) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.190779) Outpt time (%) = 0.0165131 (92.4022) Other time (%) = 9.9659e-05 (0.55766) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:00 2021 Memory usage per processor = 27.5478 Mbytes Step Atoms AVEKE stressZZ 24641 5000 1.0427396e-10 9662026.3 24642 -0.0141374999999923 9661900.96189968 24642 5000 1.0426658e-10 9661901 Loop time of 0.0178959 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:01 2021 Pair time (%) = 0.00120997 (6.76117) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.185183) Outpt time (%) = 0.016557 (92.5181) Other time (%) = 9.58443e-05 (0.535564) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:01 2021 Memory usage per processor = 27.5478 Mbytes Step Atoms AVEKE stressZZ 24642 5000 1.0426658e-10 9661846.3 24643 -0.0141374999999923 9661720.92025954 24643 5000 1.0425921e-10 9661720.9 Loop time of 0.0175619 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:01 2021 Pair time (%) = 0.00120497 (6.86125) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.187347) Outpt time (%) = 0.0162258 (92.3921) Other time (%) = 9.82285e-05 (0.559327) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:01 2021 Memory usage per processor = 27.5478 Mbytes Step Atoms AVEKE stressZZ 24643 5000 1.0425921e-10 9661666.2 24644 -0.0141374999999923 9661540.88808637 24644 5000 1.0425183e-10 9661540.9 Loop time of 0.0179739 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:01 2021 Pair time (%) = 0.00146794 (8.16708) Neigh time (%) = 0 (0) Comm time (%) = 4.19617e-05 (0.233459) Outpt time (%) = 0.016314 (90.7651) Other time (%) = 0.000149965 (0.83435) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:01 2021 Memory usage per processor = 27.5478 Mbytes Step Atoms AVEKE stressZZ 24644 5000 1.0425183e-10 9661486.2 24645 -0.0141374999999923 9661360.86537858 24645 5000 1.0424446e-10 9661360.9 Loop time of 0.0178869 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:01 2021 Pair time (%) = 0.00123906 (6.92721) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.201272) Outpt time (%) = 0.016511 (92.3077) Other time (%) = 0.000100851 (0.563827) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:01 2021 Memory usage per processor = 27.5478 Mbytes Step Atoms AVEKE stressZZ 24645 5000 1.0424446e-10 9661306.2 24646 -0.0141374999999923 9661180.85213386 24646 5000 1.0423708e-10 9661180.9 Loop time of 0.018019 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:01 2021 Pair time (%) = 0.00120807 (6.70442) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.189211) Outpt time (%) = 0.016679 (92.5639) Other time (%) = 9.77516e-05 (0.542493) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:01 2021 Memory usage per processor = 27.5478 Mbytes Step Atoms AVEKE stressZZ 24646 5000 1.0423708e-10 9661126.2 24647 -0.0141374999999923 9661000.84836922 24647 5000 1.0422971e-10 9661000.8 Loop time of 0.0192239 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:01 2021 Pair time (%) = 0.00121593 (6.32511) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.176111) Outpt time (%) = 0.017875 (92.9828) Other time (%) = 9.91821e-05 (0.515931) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:01 2021 Memory usage per processor = 27.5478 Mbytes Step Atoms AVEKE stressZZ 24647 5000 1.0422971e-10 9660946.2 24648 -0.0141374999999923 9660820.85474527 24648 5000 1.0422234e-10 9660820.9 Loop time of 0.020606 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:01 2021 Pair time (%) = 0.00148106 (7.18749) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.160828) Outpt time (%) = 0.0189981 (92.197) Other time (%) = 9.36985e-05 (0.454714) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:01 2021 Memory usage per processor = 27.5478 Mbytes Step Atoms AVEKE stressZZ 24648 5000 1.0422234e-10 9660766.2 24649 -0.0141374999999923 9660640.87106045 24649 5000 1.0421497e-10 9660640.9 Loop time of 0.0185809 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:01 2021 Pair time (%) = 0.00120687 (6.49524) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.177073) Outpt time (%) = 0.0172482 (92.8273) Other time (%) = 9.29832e-05 (0.500423) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:01 2021 Memory usage per processor = 27.5478 Mbytes Step Atoms AVEKE stressZZ 24649 5000 1.0421497e-10 9660586.2 24650 -0.0141374999999923 9660460.89717397 24650 5000 1.042076e-10 9660460.9 Loop time of 0.0207648 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:01 2021 Pair time (%) = 0.00146294 (7.04526) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.158449) Outpt time (%) = 0.0191751 (92.3439) Other time (%) = 9.39369e-05 (0.452385) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:01 2021 Memory usage per processor = 27.5478 Mbytes Step Atoms AVEKE stressZZ 24650 5000 1.042076e-10 9660406.2 24651 -0.0141374999999923 9660280.93301344 24651 5000 1.0420023e-10 9660280.9 Loop time of 0.0179939 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:01 2021 Pair time (%) = 0.00125504 (6.97477) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.194774) Outpt time (%) = 0.0166039 (92.2753) Other time (%) = 9.98974e-05 (0.555173) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:01 2021 Memory usage per processor = 27.5478 Mbytes Step Atoms AVEKE stressZZ 24651 5000 1.0420023e-10 9660226.3 24652 -0.0141374999999923 9660100.97854044 24652 5000 1.0419286e-10 9660101 Loop time of 0.0176558 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:01 2021 Pair time (%) = 0.00121498 (6.88146) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.198504) Outpt time (%) = 0.0163009 (92.3259) Other time (%) = 0.000104904 (0.594161) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:01 2021 Memory usage per processor = 27.5478 Mbytes Step Atoms AVEKE stressZZ 24652 5000 1.0419286e-10 9660046.3 24653 -0.0141374999999923 9659921.03372826 24653 5000 1.041855e-10 9659921 Loop time of 0.0180981 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:01 2021 Pair time (%) = 0.00148702 (8.21642) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.214731) Outpt time (%) = 0.0164361 (90.8166) Other time (%) = 0.000136137 (0.752216) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:01 2021 Memory usage per processor = 27.5478 Mbytes Step Atoms AVEKE stressZZ 24653 5000 1.041855e-10 9659866.4 24654 -0.0141374999999923 9659741.09855694 24654 5000 1.0417813e-10 9659741.1 Loop time of 0.017884 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:01 2021 Pair time (%) = 0.00122595 (6.85499) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.190639) Outpt time (%) = 0.0165269 (92.4118) Other time (%) = 9.70364e-05 (0.542587) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:01 2021 Memory usage per processor = 27.5478 Mbytes Step Atoms AVEKE stressZZ 24654 5000 1.0417813e-10 9659686.4 24655 -0.0141374999999923 9659561.17301016 24655 5000 1.0417077e-10 9659561.2 Loop time of 0.01788 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:01 2021 Pair time (%) = 0.00120711 (6.75121) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.190682) Outpt time (%) = 0.016547 (92.5447) Other time (%) = 9.17912e-05 (0.513374) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:01 2021 Memory usage per processor = 27.5478 Mbytes Step Atoms AVEKE stressZZ 24655 5000 1.0417077e-10 9659506.5 24656 -0.0141374999999923 9659381.25707612 24656 5000 1.041634e-10 9659381.3 Loop time of 0.0176501 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:01 2021 Pair time (%) = 0.0012219 (6.92287) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.186411) Outpt time (%) = 0.0162969 (92.3328) Other time (%) = 9.84669e-05 (0.557882) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:01 2021 Memory usage per processor = 27.5478 Mbytes Step Atoms AVEKE stressZZ 24656 5000 1.041634e-10 9659326.6 24657 -0.0141374999999923 9659201.3507893 24657 5000 1.0415604e-10 9659201.4 Loop time of 0.0178668 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:01 2021 Pair time (%) = 0.00141096 (7.89709) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.208169) Outpt time (%) = 0.016293 (91.1915) Other time (%) = 0.000125647 (0.703239) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:01 2021 Memory usage per processor = 27.5478 Mbytes Step Atoms AVEKE stressZZ 24657 5000 1.0415604e-10 9659146.7 24658 -0.0141374999999923 9659021.45412583 24658 5000 1.0414868e-10 9659021.5 Loop time of 0.0179899 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:01 2021 Pair time (%) = 0.00129795 (7.2149) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.193493) Outpt time (%) = 0.0165489 (91.9899) Other time (%) = 0.000108242 (0.601683) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:01 2021 Memory usage per processor = 27.5478 Mbytes Step Atoms AVEKE stressZZ 24658 5000 1.0414868e-10 9658966.8 24659 -0.0141374999999923 9658841.56706691 24659 5000 1.0414131e-10 9658841.6 Loop time of 0.0178831 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:01 2021 Pair time (%) = 0.00120497 (6.73804) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.185316) Outpt time (%) = 0.016546 (92.5234) Other time (%) = 9.89437e-05 (0.553282) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:01 2021 Memory usage per processor = 27.5478 Mbytes Step Atoms AVEKE stressZZ 24659 5000 1.0414131e-10 9658786.9 24660 -0.0141374999999923 9658661.68960072 24660 5000 1.0413395e-10 9658661.7 Loop time of 0.0207038 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:01 2021 Pair time (%) = 0.00120497 (5.82003) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.164674) Outpt time (%) = 0.0193708 (93.5616) Other time (%) = 9.39369e-05 (0.453718) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:01 2021 Memory usage per processor = 27.5478 Mbytes Step Atoms AVEKE stressZZ 24660 5000 1.0413395e-10 9658607 24661 -0.0141374999999923 9658481.82171786 24661 5000 1.0412659e-10 9658481.8 Loop time of 0.017694 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:01 2021 Pair time (%) = 0.00124717 (7.04854) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.198076) Outpt time (%) = 0.0163059 (92.1551) Other time (%) = 0.000105858 (0.59827) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:01 2021 Memory usage per processor = 27.5478 Mbytes Step Atoms AVEKE stressZZ 24661 5000 1.0412659e-10 9658427.2 24662 -0.0141374999999923 9658301.96341051 24662 5000 1.0411923e-10 9658302 Loop time of 0.018055 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:01 2021 Pair time (%) = 0.00135994 (7.53222) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.20468) Outpt time (%) = 0.016531 (91.5593) Other time (%) = 0.000127077 (0.703835) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:01 2021 Memory usage per processor = 27.5478 Mbytes Step Atoms AVEKE stressZZ 24662 5000 1.0411923e-10 9658247.3 24663 -0.0141374999999923 9658122.11467157 24663 5000 1.0411187e-10 9658122.1 Loop time of 0.0178668 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:01 2021 Pair time (%) = 0.00120497 (6.74415) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.185484) Outpt time (%) = 0.016536 (92.5513) Other time (%) = 9.27448e-05 (0.519089) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:01 2021 Memory usage per processor = 27.5478 Mbytes Step Atoms AVEKE stressZZ 24663 5000 1.0411187e-10 9658067.5 24664 -0.0141374999999923 9657942.27549463 24664 5000 1.0410452e-10 9657942.3 Loop time of 0.0177858 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:01 2021 Pair time (%) = 0.00122309 (6.87677) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.184989) Outpt time (%) = 0.0164309 (92.3819) Other time (%) = 9.89437e-05 (0.556308) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:01 2021 Memory usage per processor = 27.5478 Mbytes Step Atoms AVEKE stressZZ 24664 5000 1.0410452e-10 9657887.6 24665 -0.0141374999999923 9657762.44587389 24665 5000 1.0409716e-10 9657762.4 Loop time of 0.017652 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:01 2021 Pair time (%) = 0.00125408 (7.10446) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.198547) Outpt time (%) = 0.0162559 (92.0905) Other time (%) = 0.00010705 (0.606445) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:01 2021 Memory usage per processor = 27.5478 Mbytes Step Atoms AVEKE stressZZ 24665 5000 1.0409716e-10 9657707.8 24666 -0.0141374999999923 9657582.62580415 24666 5000 1.040898e-10 9657582.6 Loop time of 0.0181491 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:01 2021 Pair time (%) = 0.00142312 (7.84126) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.215441) Outpt time (%) = 0.0165229 (91.0395) Other time (%) = 0.000164032 (0.9038) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:01 2021 Memory usage per processor = 27.5478 Mbytes Step Atoms AVEKE stressZZ 24666 5000 1.040898e-10 9657528 24667 -0.0141374999999923 9657402.81528042 24667 5000 1.0408245e-10 9657402.8 Loop time of 0.0178711 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:01 2021 Pair time (%) = 0.00120997 (6.77055) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.190776) Outpt time (%) = 0.0165291 (92.4904) Other time (%) = 9.799e-05 (0.548314) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:01 2021 Memory usage per processor = 27.5478 Mbytes Step Atoms AVEKE stressZZ 24667 5000 1.0408245e-10 9657348.2 24668 -0.0141374999999923 9657223.01429795 24668 5000 1.0407509e-10 9657223 Loop time of 0.017961 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:01 2021 Pair time (%) = 0.00126004 (7.01542) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.188494) Outpt time (%) = 0.0165629 (92.216) Other time (%) = 0.000104189 (0.580083) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:01 2021 Memory usage per processor = 27.5478 Mbytes Step Atoms AVEKE stressZZ 24668 5000 1.0407509e-10 9657168.4 24669 -0.0141374999999923 9657043.22285248 24669 5000 1.0406774e-10 9657043.2 Loop time of 0.0177059 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:01 2021 Pair time (%) = 0.00122309 (6.90779) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.192556) Outpt time (%) = 0.0163441 (92.3085) Other time (%) = 0.000104666 (0.591134) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:01 2021 Memory usage per processor = 27.5478 Mbytes Step Atoms AVEKE stressZZ 24669 5000 1.0406774e-10 9656988.6 24670 -0.0141374999999923 9656863.44093983 24670 5000 1.0406039e-10 9656863.4 Loop time of 0.0207829 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:01 2021 Pair time (%) = 0.00148916 (7.16531) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.188138) Outpt time (%) = 0.0191181 (91.9892) Other time (%) = 0.000136614 (0.657336) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:01 2021 Memory usage per processor = 27.5478 Mbytes Step Atoms AVEKE stressZZ 24670 5000 1.0406039e-10 9656808.8 24671 -0.0141374999999923 9656683.66855597 24671 5000 1.0405304e-10 9656683.7 Loop time of 0.0179911 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:01 2021 Pair time (%) = 0.00130296 (7.24225) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.194805) Outpt time (%) = 0.0165429 (91.9507) Other time (%) = 0.000110149 (0.612245) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:01 2021 Memory usage per processor = 27.5478 Mbytes Step Atoms AVEKE stressZZ 24671 5000 1.0405304e-10 9656629 24672 -0.0141374999999923 9656503.90568295 24672 5000 1.0404568e-10 9656503.9 Loop time of 0.0179701 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:01 2021 Pair time (%) = 0.00120687 (6.71602) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.189726) Outpt time (%) = 0.0166311 (92.549) Other time (%) = 9.799e-05 (0.545295) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:01 2021 Memory usage per processor = 27.5478 Mbytes Step Atoms AVEKE stressZZ 24672 5000 1.0404568e-10 9656449.3 24673 -0.0141374999999923 9656324.15232286 24673 5000 1.0403833e-10 9656324.2 Loop time of 0.0176179 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:01 2021 Pair time (%) = 0.00120616 (6.8462) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.204344) Outpt time (%) = 0.016274 (92.3716) Other time (%) = 0.000101805 (0.577847) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:01 2021 Memory usage per processor = 27.5478 Mbytes Step Atoms AVEKE stressZZ 24673 5000 1.0403833e-10 9656269.5 24674 -0.0141374999999923 9656144.40847956 24674 5000 1.0403099e-10 9656144.4 Loop time of 0.0177782 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:01 2021 Pair time (%) = 0.00137305 (7.72326) Neigh time (%) = 0 (0) Comm time (%) = 3.98159e-05 (0.22396) Outpt time (%) = 0.0162501 (91.405) Other time (%) = 0.000115156 (0.64774) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:01 2021 Memory usage per processor = 27.5478 Mbytes Step Atoms AVEKE stressZZ 24674 5000 1.0403099e-10 9656089.8 24675 -0.0141374999999923 9655964.67414988 24675 5000 1.0402364e-10 9655964.7 Loop time of 0.017972 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:01 2021 Pair time (%) = 0.00127888 (7.11595) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.210931) Outpt time (%) = 0.0165451 (92.0602) Other time (%) = 0.000110149 (0.612895) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:01 2021 Memory usage per processor = 27.5478 Mbytes Step Atoms AVEKE stressZZ 24675 5000 1.0402364e-10 9655910 24676 -0.0141374999999923 9655784.94933062 24676 5000 1.0401629e-10 9655784.9 Loop time of 0.017983 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:01 2021 Pair time (%) = 0.00125885 (7.00024) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.194893) Outpt time (%) = 0.016582 (92.2096) Other time (%) = 0.00010705 (0.595285) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:01 2021 Memory usage per processor = 27.5478 Mbytes Step Atoms AVEKE stressZZ 24676 5000 1.0401629e-10 9655730.3 24677 -0.0141374999999923 9655605.23401886 24677 5000 1.0400894e-10 9655605.2 Loop time of 0.017705 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:01 2021 Pair time (%) = 0.00120306 (6.79504) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.185834) Outpt time (%) = 0.016367 (92.4428) Other time (%) = 0.000102043 (0.576353) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:01 2021 Memory usage per processor = 27.5478 Mbytes Step Atoms AVEKE stressZZ 24677 5000 1.0400894e-10 9655550.6 24678 -0.0141374999999923 9655425.5282116 24678 5000 1.040016e-10 9655425.5 Loop time of 0.0177178 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:01 2021 Pair time (%) = 0.00125003 (7.0552) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.203192) Outpt time (%) = 0.0163238 (92.132) Other time (%) = 0.000108004 (0.609576) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:01 2021 Memory usage per processor = 27.5478 Mbytes Step Atoms AVEKE stressZZ 24678 5000 1.040016e-10 9655370.9 24679 -0.0141374999999923 9655245.83191382 24679 5000 1.0399425e-10 9655245.8 Loop time of 0.0180449 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:01 2021 Pair time (%) = 0.0012958 (7.18098) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.194224) Outpt time (%) = 0.016598 (91.9813) Other time (%) = 0.00011611 (0.643448) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:01 2021 Memory usage per processor = 27.5478 Mbytes Step Atoms AVEKE stressZZ 24679 5000 1.0399425e-10 9655191.2 24680 -0.0141374999999923 9655066.14515308 24680 5000 1.0398691e-10 9655066.1 Loop time of 0.0205419 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:01 2021 Pair time (%) = 0.00120902 (5.88563) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.16133) Outpt time (%) = 0.0191998 (93.4667) Other time (%) = 9.98974e-05 (0.48631) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:01 2021 Memory usage per processor = 27.5478 Mbytes Step Atoms AVEKE stressZZ 24680 5000 1.0398691e-10 9655011.5 24681 -0.0141374999999923 9654886.46791048 24681 5000 1.0397956e-10 9654886.5 Loop time of 0.0178502 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:01 2021 Pair time (%) = 0.00120592 (6.7558) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.189665) Outpt time (%) = 0.016515 (92.5203) Other time (%) = 9.53674e-05 (0.534267) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:01 2021 Memory usage per processor = 27.5478 Mbytes Step Atoms AVEKE stressZZ 24681 5000 1.0397956e-10 9654831.8 24682 -0.0141374999999923 9654706.80017793 24682 5000 1.0397222e-10 9654706.8 Loop time of 0.0177081 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:01 2021 Pair time (%) = 0.00121212 (6.84502) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.192533) Outpt time (%) = 0.0163519 (92.3418) Other time (%) = 0.000109911 (0.620683) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:01 2021 Memory usage per processor = 27.5478 Mbytes Step Atoms AVEKE stressZZ 24682 5000 1.0397222e-10 9654652.2 24683 -0.0141374999999923 9654527.14194997 24683 5000 1.0396488e-10 9654527.1 Loop time of 0.0180759 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:02 2021 Pair time (%) = 0.00147891 (8.18165) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.214994) Outpt time (%) = 0.016418 (90.8278) Other time (%) = 0.00014019 (0.775562) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:02 2021 Memory usage per processor = 27.5478 Mbytes Step Atoms AVEKE stressZZ 24683 5000 1.0396488e-10 9654472.5 24684 -0.0141374999999923 9654347.49322272 24684 5000 1.0395754e-10 9654347.5 Loop time of 0.0179179 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:02 2021 Pair time (%) = 0.00123382 (6.88595) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.188948) Outpt time (%) = 0.0165489 (92.3596) Other time (%) = 0.000101328 (0.565513) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:28:02 2021 Memory usage per processor = 27.5478 Mbytes Step Atoms AVEKE stressZZ 24684 5000 1.0395754e-10 9654292.9 24685 -0.0141374999999923 9654143.38713216 24685 5000 2.0499525e-10 9654461.7 Loop time of 0.0174251 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:02 2021 Pair time (%) = 0.00120807 (6.93293) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.19566) Outpt time (%) = 0.0160611 (92.1722) Other time (%) = 0.000121832 (0.699176) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28389 ave 28389 max 28389 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28389 Ave neighs/atom = 5.6778 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:02 2021 Memory usage per processor = 27.5478 Mbytes Step Atoms AVEKE stressZZ 24685 5000 2.0499525e-10 9725977.2 24686 -0.0141699999999923 9725812.65094845 24686 5000 1.6489999e-10 9725812.7 Loop time of 0.0173929 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:02 2021 Pair time (%) = 0.00120807 (6.94576) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189168) Outpt time (%) = 0.016052 (92.2907) Other time (%) = 9.98974e-05 (0.574358) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28391 ave 28391 max 28391 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28391 Ave neighs/atom = 5.6782 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:02 2021 Memory usage per processor = 27.5478 Mbytes Step Atoms AVEKE stressZZ 24686 5000 1.6489999e-10 9725738.7 24687 -0.0141699999999923 9725588.10046808 24687 5000 1.4168597e-10 9725588.1 Loop time of 0.0176859 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:02 2021 Pair time (%) = 0.00142312 (8.04664) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.221084) Outpt time (%) = 0.016098 (91.0218) Other time (%) = 0.000125647 (0.710434) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28391 ave 28391 max 28391 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28391 Ave neighs/atom = 5.6782 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:02 2021 Memory usage per processor = 27.5478 Mbytes Step Atoms AVEKE stressZZ 24687 5000 1.4168597e-10 9725521 24688 -0.0141699999999923 9725379.28528048 24688 5000 1.2784728e-10 9725379.3 Loop time of 0.0178421 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:02 2021 Pair time (%) = 0.00129604 (7.26398) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.196432) Outpt time (%) = 0.0164058 (91.9503) Other time (%) = 0.000105143 (0.589296) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28391 ave 28391 max 28391 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28391 Ave neighs/atom = 5.6782 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:02 2021 Memory usage per processor = 27.5478 Mbytes Step Atoms AVEKE stressZZ 24688 5000 1.2784728e-10 9725316.5 24689 -0.0141699999999923 9725180.47347 24689 5000 1.1942026e-10 9725180.5 Loop time of 0.0193172 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:02 2021 Pair time (%) = 0.00120902 (6.25879) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.176495) Outpt time (%) = 0.017977 (93.0624) Other time (%) = 9.70364e-05 (0.502333) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28391 ave 28391 max 28391 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28391 Ave neighs/atom = 5.6782 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:02 2021 Memory usage per processor = 27.5478 Mbytes Step Atoms AVEKE stressZZ 24689 5000 1.1942026e-10 9725120.5 24690 -0.0141699999999923 9724988.02247593 24690 5000 1.142117e-10 9724988 Loop time of 0.0237248 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:02 2021 Pair time (%) = 0.00147796 (6.22959) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.143706) Outpt time (%) = 0.0221159 (93.2187) Other time (%) = 9.67979e-05 (0.408003) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28391 ave 28391 max 28391 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28391 Ave neighs/atom = 5.6782 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:02 2021 Memory usage per processor = 27.5479 Mbytes Step Atoms AVEKE stressZZ 24690 5000 1.142117e-10 9724929.8 24691 -0.0141699999999923 9724799.61733445 24691 5000 1.1095934e-10 9724799.6 Loop time of 0.0184848 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:02 2021 Pair time (%) = 0.00121403 (6.5677) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.179283) Outpt time (%) = 0.017143 (92.741) Other time (%) = 9.46522e-05 (0.512053) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28391 ave 28391 max 28391 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28391 Ave neighs/atom = 5.6782 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:02 2021 Memory usage per processor = 27.5479 Mbytes Step Atoms AVEKE stressZZ 24691 5000 1.1095934e-10 9724742.5 24692 -0.0141699999999923 9724613.78686619 24692 5000 1.0891414e-10 9724613.8 Loop time of 0.0183289 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:02 2021 Pair time (%) = 0.00120997 (6.60145) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.186011) Outpt time (%) = 0.0169921 (92.7065) Other time (%) = 9.27448e-05 (0.506003) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28391 ave 28391 max 28391 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28391 Ave neighs/atom = 5.6782 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:02 2021 Memory usage per processor = 27.5479 Mbytes Step Atoms AVEKE stressZZ 24692 5000 1.0891414e-10 9724557.4 24693 -0.0141699999999923 9724429.59654588 24693 5000 1.0762155e-10 9724429.6 Loop time of 0.017771 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:02 2021 Pair time (%) = 0.00125098 (7.03946) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.202584) Outpt time (%) = 0.016377 (92.1556) Other time (%) = 0.00010705 (0.602385) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28391 ave 28391 max 28391 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28391 Ave neighs/atom = 5.6782 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:02 2021 Memory usage per processor = 27.5479 Mbytes Step Atoms AVEKE stressZZ 24693 5000 1.0762155e-10 9724373.7 24694 -0.0141699999999923 9724246.45225847 24694 5000 1.0680137e-10 9724246.5 Loop time of 0.0178008 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:02 2021 Pair time (%) = 0.0013721 (7.70807) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.214299) Outpt time (%) = 0.016273 (91.4173) Other time (%) = 0.00011754 (0.660309) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28391 ave 28391 max 28391 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28391 Ave neighs/atom = 5.6782 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:02 2021 Memory usage per processor = 27.5479 Mbytes Step Atoms AVEKE stressZZ 24694 5000 1.0680137e-10 9724190.8 24695 -0.0141699999999923 9724063.97618051 24695 5000 1.0627904e-10 9724064 Loop time of 0.0180511 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:02 2021 Pair time (%) = 0.00127983 (7.09003) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.192836) Outpt time (%) = 0.016628 (92.1162) Other time (%) = 0.00010848 (0.600962) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28391 ave 28391 max 28391 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28391 Ave neighs/atom = 5.6782 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:02 2021 Memory usage per processor = 27.5479 Mbytes Step Atoms AVEKE stressZZ 24695 5000 1.0627904e-10 9724008.5 24696 -0.0141699999999923 9723881.92830068 24696 5000 1.0594502e-10 9723881.9 Loop time of 0.0179119 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:02 2021 Pair time (%) = 0.00121593 (6.78841) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.190342) Outpt time (%) = 0.016566 (92.4862) Other time (%) = 9.58443e-05 (0.535087) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28391 ave 28391 max 28391 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28391 Ave neighs/atom = 5.6782 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:02 2021 Memory usage per processor = 27.5479 Mbytes Step Atoms AVEKE stressZZ 24696 5000 1.0594502e-10 9723826.6 24697 -0.0141699999999923 9723700.15609499 24697 5000 1.057303e-10 9723700.2 Loop time of 0.017978 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:02 2021 Pair time (%) = 0.00130796 (7.27538) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.194947) Outpt time (%) = 0.0165269 (91.9289) Other time (%) = 0.000108004 (0.600756) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28391 ave 28391 max 28391 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28391 Ave neighs/atom = 5.6782 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:02 2021 Memory usage per processor = 27.5479 Mbytes Step Atoms AVEKE stressZZ 24697 5000 1.057303e-10 9723644.9 24698 -0.0141699999999923 9723518.56262614 24698 5000 1.0559123e-10 9723518.6 Loop time of 0.0178032 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:02 2021 Pair time (%) = 0.00128388 (7.21154) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.196861) Outpt time (%) = 0.016376 (91.9836) Other time (%) = 0.000108242 (0.607992) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28391 ave 28391 max 28391 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28391 Ave neighs/atom = 5.6782 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:02 2021 Memory usage per processor = 27.5479 Mbytes Step Atoms AVEKE stressZZ 24698 5000 1.0559123e-10 9723463.3 24699 -0.0141699999999923 9723337.08628813 24699 5000 1.0550017e-10 9723337.1 Loop time of 0.0181222 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:02 2021 Pair time (%) = 0.0012989 (7.16748) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.19208) Outpt time (%) = 0.0166712 (91.9932) Other time (%) = 0.000117302 (0.647283) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28391 ave 28391 max 28391 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28391 Ave neighs/atom = 5.6782 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:02 2021 Memory usage per processor = 27.5479 Mbytes Step Atoms AVEKE stressZZ 24699 5000 1.0550017e-10 9723281.9 24700 -0.0141699999999923 9723155.68793088 24700 5000 1.0543961e-10 9723155.7 Loop time of 0.020555 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:02 2021 Pair time (%) = 0.00121021 (5.88767) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.165866) Outpt time (%) = 0.0192132 (93.4721) Other time (%) = 9.75132e-05 (0.474401) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28391 ave 28391 max 28391 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28391 Ave neighs/atom = 5.6782 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:02 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24700 5000 1.0543961e-10 9723100.5 24701 -0.0141699999999923 9722974.34266608 24701 5000 1.053984e-10 9722974.3 Loop time of 0.0180981 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:02 2021 Pair time (%) = 0.00138211 (7.63678) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.221318) Outpt time (%) = 0.016562 (91.5122) Other time (%) = 0.000113964 (0.629701) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28391 ave 28391 max 28391 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28391 Ave neighs/atom = 5.6782 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:02 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24701 5000 1.053984e-10 9722919.2 24702 -0.0141699999999923 9722793.03467505 24702 5000 1.053695e-10 9722793 Loop time of 0.0176499 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:02 2021 Pair time (%) = 0.00122595 (6.94593) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.198571) Outpt time (%) = 0.0162849 (92.2665) Other time (%) = 0.000103951 (0.588958) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28391 ave 28391 max 28391 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28391 Ave neighs/atom = 5.6782 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:02 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24702 5000 1.053695e-10 9722737.9 24703 -0.0141699999999923 9722611.75390282 24703 5000 1.0534842e-10 9722611.8 Loop time of 0.0178289 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:02 2021 Pair time (%) = 0.00140905 (7.90318) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.213961) Outpt time (%) = 0.016258 (91.1888) Other time (%) = 0.000123739 (0.694036) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28391 ave 28391 max 28391 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28391 Ave neighs/atom = 5.6782 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:02 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24703 5000 1.0534842e-10 9722556.6 24704 -0.0141699999999923 9722430.4939574 24704 5000 1.053323e-10 9722430.5 Loop time of 0.0178802 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:02 2021 Pair time (%) = 0.00127196 (7.11381) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.190679) Outpt time (%) = 0.0164719 (92.1235) Other time (%) = 0.000102282 (0.572038) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28391 ave 28391 max 28391 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28391 Ave neighs/atom = 5.6782 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:02 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24704 5000 1.053323e-10 9722375.4 24705 -0.0141699999999923 9722249.25077438 24705 5000 1.0531934e-10 9722249.3 Loop time of 0.0180361 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:02 2021 Pair time (%) = 0.0012989 (7.20168) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.194318) Outpt time (%) = 0.016602 (92.0488) Other time (%) = 0.000100136 (0.555196) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28391 ave 28391 max 28391 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28391 Ave neighs/atom = 5.6782 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:02 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24705 5000 1.0531934e-10 9722194.1 24706 -0.0141699999999923 9722068.02176929 24706 5000 1.0530839e-10 9722068 Loop time of 0.0176208 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:02 2021 Pair time (%) = 0.00121617 (6.90192) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.193486) Outpt time (%) = 0.0162721 (92.3458) Other time (%) = 9.84669e-05 (0.55881) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28391 ave 28391 max 28391 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28391 Ave neighs/atom = 5.6782 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:02 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24706 5000 1.0530839e-10 9722012.9 24707 -0.0141699999999923 9721886.80529796 24707 5000 1.0529871e-10 9721886.8 Loop time of 0.0178449 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:02 2021 Pair time (%) = 0.001369 (7.67165) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.201745) Outpt time (%) = 0.0163209 (91.4599) Other time (%) = 0.000118971 (0.666693) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28391 ave 28391 max 28391 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28391 Ave neighs/atom = 5.6782 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:02 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24707 5000 1.0529871e-10 9721831.7 24708 -0.0141699999999923 9721705.60031342 24708 5000 1.0528984e-10 9721705.6 Loop time of 0.0179451 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:02 2021 Pair time (%) = 0.00127006 (7.07747) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.188662) Outpt time (%) = 0.016536 (92.148) Other time (%) = 0.000105143 (0.585914) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28391 ave 28391 max 28391 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28391 Ave neighs/atom = 5.6782 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:02 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24708 5000 1.0528984e-10 9721650.5 24709 -0.0141699999999923 9721524.40614918 24709 5000 1.0528149e-10 9721524.4 Loop time of 0.0178461 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:02 2021 Pair time (%) = 0.00121403 (6.80276) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.1857) Outpt time (%) = 0.0165012 (92.4638) Other time (%) = 9.77516e-05 (0.547748) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28391 ave 28391 max 28391 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28391 Ave neighs/atom = 5.6782 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:02 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24709 5000 1.0528149e-10 9721469.3 24710 -0.0141699999999923 9721343.22238017 24710 5000 1.0527347e-10 9721343.2 Loop time of 0.020375 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:02 2021 Pair time (%) = 0.00121903 (5.98299) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.161481) Outpt time (%) = 0.0190241 (93.3699) Other time (%) = 9.89437e-05 (0.485613) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28391 ave 28391 max 28391 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28391 Ave neighs/atom = 5.6782 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:02 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24710 5000 1.0527347e-10 9721288.1 24711 -0.0141699999999923 9721162.04873465 24711 5000 1.0526565e-10 9721162 Loop time of 0.0177372 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:02 2021 Pair time (%) = 0.00125289 (7.06365) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.190873) Outpt time (%) = 0.016336 (92.1003) Other time (%) = 0.000114441 (0.645205) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28391 ave 28391 max 28391 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28391 Ave neighs/atom = 5.6782 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:02 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24711 5000 1.0526565e-10 9721106.9 24712 -0.0141699999999923 9720980.88505773 24712 5000 1.0525797e-10 9720980.9 Loop time of 0.0180461 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:02 2021 Pair time (%) = 0.00136399 (7.55836) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.20478) Outpt time (%) = 0.0165188 (91.5366) Other time (%) = 0.000126362 (0.700215) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28391 ave 28391 max 28391 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28391 Ave neighs/atom = 5.6782 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:02 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24712 5000 1.0525797e-10 9720925.8 24713 -0.0141699999999923 9720799.73125878 24713 5000 1.0525037e-10 9720799.7 Loop time of 0.017909 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:02 2021 Pair time (%) = 0.00121593 (6.7895) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.183716) Outpt time (%) = 0.016561 (92.473) Other time (%) = 9.91821e-05 (0.55381) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28391 ave 28391 max 28391 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28391 Ave neighs/atom = 5.6782 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:02 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24713 5000 1.0525037e-10 9720744.6 24714 -0.0141699999999923 9720618.58724772 24714 5000 1.0524282e-10 9720618.6 Loop time of 0.0174239 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:02 2021 Pair time (%) = 0.00121117 (6.95119) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.188832) Outpt time (%) = 0.016083 (92.3044) Other time (%) = 9.67979e-05 (0.555548) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28391 ave 28391 max 28391 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28391 Ave neighs/atom = 5.6782 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:02 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24714 5000 1.0524282e-10 9720563.5 24715 -0.0141699999999923 9720437.45297239 24715 5000 1.0523532e-10 9720437.5 Loop time of 0.017118 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:02 2021 Pair time (%) = 0.00119209 (6.96398) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193599) Outpt time (%) = 0.0157881 (92.231) Other time (%) = 0.000104666 (0.611438) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28391 ave 28391 max 28391 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28391 Ave neighs/atom = 5.6782 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:02 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24715 5000 1.0523532e-10 9720382.3 24716 -0.0141699999999923 9720256.32839917 24716 5000 1.0522783e-10 9720256.3 Loop time of 0.017951 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:02 2021 Pair time (%) = 0.00145388 (8.09913) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.19524) Outpt time (%) = 0.0163419 (91.0362) Other time (%) = 0.000120163 (0.669394) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28391 ave 28391 max 28391 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28391 Ave neighs/atom = 5.6782 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:02 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24716 5000 1.0522783e-10 9720201.2 24717 -0.0141699999999923 9720075.21350549 24717 5000 1.0522036e-10 9720075.2 Loop time of 0.0178502 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:02 2021 Pair time (%) = 0.00115108 (6.4486) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.178979) Outpt time (%) = 0.0165741 (92.8515) Other time (%) = 9.29832e-05 (0.52091) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28391 ave 28391 max 28391 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28391 Ave neighs/atom = 5.6782 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:02 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24717 5000 1.0522036e-10 9720020.1 24718 -0.0141699999999923 9719894.10827586 24718 5000 1.0521289e-10 9719894.1 Loop time of 0.01773 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:02 2021 Pair time (%) = 0.00115705 (6.52592) Neigh time (%) = 0 (0) Comm time (%) = 6.19888e-05 (0.349627) Outpt time (%) = 0.0163579 (92.2611) Other time (%) = 0.000153065 (0.863309) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28391 ave 28391 max 28391 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28391 Ave neighs/atom = 5.6782 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:02 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24718 5000 1.0521289e-10 9719839 24719 -0.0141699999999923 9719713.01269902 24719 5000 1.0520544e-10 9719713 Loop time of 0.0171239 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:02 2021 Pair time (%) = 0.00119805 (6.99637) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.197708) Outpt time (%) = 0.0157909 (92.2156) Other time (%) = 0.000101089 (0.59034) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28391 ave 28391 max 28391 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28391 Ave neighs/atom = 5.6782 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:02 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24719 5000 1.0520544e-10 9719657.9 24720 -0.0141699999999923 9719531.9267668 24720 5000 1.0519799e-10 9719531.9 Loop time of 0.0206819 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:02 2021 Pair time (%) = 0.00137711 (6.65852) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.159085) Outpt time (%) = 0.0191219 (92.4573) Other time (%) = 0.000149965 (0.725105) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28391 ave 28391 max 28391 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28391 Ave neighs/atom = 5.6782 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:02 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24720 5000 1.0519799e-10 9719476.8 24721 -0.0141699999999923 9719350.85047304 24721 5000 1.0519054e-10 9719350.9 Loop time of 0.018028 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:02 2021 Pair time (%) = 0.00115395 (6.40085) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.177214) Outpt time (%) = 0.0167179 (92.7329) Other time (%) = 0.000124216 (0.689017) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28391 ave 28391 max 28391 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28391 Ave neighs/atom = 5.6782 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:02 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24721 5000 1.0519054e-10 9719295.7 24722 -0.0141699999999923 9719169.78381247 24722 5000 1.0518309e-10 9719169.8 Loop time of 0.017674 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:02 2021 Pair time (%) = 0.0011518 (6.51693) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.180764) Outpt time (%) = 0.016396 (92.7695) Other time (%) = 9.41753e-05 (0.532848) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28391 ave 28391 max 28391 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28391 Ave neighs/atom = 5.6782 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:02 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24722 5000 1.0518309e-10 9719114.7 24723 -0.0141699999999923 9718988.72678101 24723 5000 1.0517565e-10 9718988.7 Loop time of 0.0170729 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:02 2021 Pair time (%) = 0.00116587 (6.82875) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192713) Outpt time (%) = 0.0157731 (92.3864) Other time (%) = 0.000101089 (0.592104) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28391 ave 28391 max 28391 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28391 Ave neighs/atom = 5.6782 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:02 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24723 5000 1.0517565e-10 9718933.6 24724 -0.0141699999999923 9718807.67935417 24724 5000 1.051682e-10 9718807.7 Loop time of 0.0179591 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:03 2021 Pair time (%) = 0.00160885 (8.95839) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.211082) Outpt time (%) = 0.0161741 (90.0605) Other time (%) = 0.000138283 (0.769986) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28391 ave 28391 max 28391 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28391 Ave neighs/atom = 5.6782 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:03 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24724 5000 1.051682e-10 9718752.6 24725 -0.0141699999999923 9718626.64154056 24725 5000 1.0516076e-10 9718626.6 Loop time of 0.017678 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:03 2021 Pair time (%) = 0.00115514 (6.53432) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.180722) Outpt time (%) = 0.016397 (92.7536) Other time (%) = 9.39369e-05 (0.531377) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28391 ave 28391 max 28391 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28391 Ave neighs/atom = 5.6782 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:03 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24725 5000 1.0516076e-10 9718571.5 24726 -0.0141699999999923 9718445.61334504 24726 5000 1.0515332e-10 9718445.6 Loop time of 0.0174968 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:03 2021 Pair time (%) = 0.00116205 (6.6415) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.189407) Outpt time (%) = 0.016201 (92.5941) Other time (%) = 0.000100613 (0.575034) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28391 ave 28391 max 28391 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28391 Ave neighs/atom = 5.6782 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:03 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24726 5000 1.0515332e-10 9718390.5 24727 -0.0141699999999923 9718264.59476484 24727 5000 1.0514588e-10 9718264.6 Loop time of 0.0172808 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:03 2021 Pair time (%) = 0.00116801 (6.75901) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.195913) Outpt time (%) = 0.0159349 (92.2118) Other time (%) = 0.000144005 (0.833322) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28391 ave 28391 max 28391 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28391 Ave neighs/atom = 5.6782 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:03 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24727 5000 1.0514588e-10 9718209.5 24728 -0.0141699999999923 9718083.58579702 24728 5000 1.0513844e-10 9718083.6 Loop time of 0.0178211 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:03 2021 Pair time (%) = 0.00145912 (8.18762) Neigh time (%) = 0 (0) Comm time (%) = 5.4121e-05 (0.303691) Outpt time (%) = 0.016103 (90.3595) Other time (%) = 0.000204802 (1.14921) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28391 ave 28391 max 28391 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28391 Ave neighs/atom = 5.6782 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:03 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24728 5000 1.0513844e-10 9718028.5 24729 -0.0141699999999923 9717902.5864391 24729 5000 1.05131e-10 9717902.6 Loop time of 0.017731 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:03 2021 Pair time (%) = 0.00116992 (6.59818) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.180183) Outpt time (%) = 0.016433 (92.6797) Other time (%) = 9.60827e-05 (0.541892) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28391 ave 28391 max 28391 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28391 Ave neighs/atom = 5.6782 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:03 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24729 5000 1.05131e-10 9717847.5 24730 -0.0141699999999923 9717721.59668845 24730 5000 1.0512357e-10 9717721.6 Loop time of 0.020581 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:03 2021 Pair time (%) = 0.00115395 (5.60685) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.155231) Outpt time (%) = 0.019299 (93.7711) Other time (%) = 9.60827e-05 (0.466851) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28391 ave 28391 max 28391 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28391 Ave neighs/atom = 5.6782 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:03 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24730 5000 1.0512357e-10 9717666.5 24731 -0.0141699999999923 9717540.61654269 24731 5000 1.0511613e-10 9717540.6 Loop time of 0.0195529 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:03 2021 Pair time (%) = 0.00143886 (7.35877) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.164612) Outpt time (%) = 0.017951 (91.8072) Other time (%) = 0.000130892 (0.669422) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28391 ave 28391 max 28391 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28391 Ave neighs/atom = 5.6782 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:03 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24731 5000 1.0511613e-10 9717485.5 24732 -0.0141699999999923 9717359.64599933 24732 5000 1.0510869e-10 9717359.6 Loop time of 0.0190041 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:03 2021 Pair time (%) = 0.00142407 (7.49351) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.168112) Outpt time (%) = 0.0174558 (91.8529) Other time (%) = 9.2268e-05 (0.485516) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28391 ave 28391 max 28391 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28391 Ave neighs/atom = 5.6782 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:03 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24732 5000 1.0510869e-10 9717304.5 24733 -0.0141699999999923 9717178.6850561 24733 5000 1.0510126e-10 9717178.7 Loop time of 0.0178721 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:03 2021 Pair time (%) = 0.00142288 (7.96147) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.17876) Outpt time (%) = 0.016293 (91.1647) Other time (%) = 0.000124216 (0.695028) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28391 ave 28391 max 28391 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28391 Ave neighs/atom = 5.6782 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:03 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24733 5000 1.0510126e-10 9717123.6 24734 -0.0141699999999923 9716997.73371081 24734 5000 1.0509382e-10 9716997.7 Loop time of 0.017879 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:03 2021 Pair time (%) = 0.00154185 (8.62382) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.212028) Outpt time (%) = 0.016099 (90.044) Other time (%) = 0.000200272 (1.12015) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28391 ave 28391 max 28391 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28391 Ave neighs/atom = 5.6782 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:03 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24734 5000 1.0509382e-10 9716942.6 24735 -0.0141699999999923 9716816.79196121 24735 5000 1.0508639e-10 9716816.8 Loop time of 0.017931 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:03 2021 Pair time (%) = 0.00115299 (6.43017) Neigh time (%) = 0 (0) Comm time (%) = 5.48363e-05 (0.305819) Outpt time (%) = 0.0166171 (92.6723) Other time (%) = 0.000106096 (0.591692) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28391 ave 28391 max 28391 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28391 Ave neighs/atom = 5.6782 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:03 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24735 5000 1.0508639e-10 9716761.7 24736 -0.0141699999999923 9716635.85980484 24736 5000 1.0507896e-10 9716635.9 Loop time of 0.017694 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:03 2021 Pair time (%) = 0.001194 (6.74805) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.180559) Outpt time (%) = 0.0163751 (92.5459) Other time (%) = 9.29832e-05 (0.525507) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28391 ave 28391 max 28391 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28391 Ave neighs/atom = 5.6782 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:03 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24736 5000 1.0507896e-10 9716580.8 24737 -0.0141699999999923 9716454.93723989 24737 5000 1.0507153e-10 9716454.9 Loop time of 0.017292 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:03 2021 Pair time (%) = 0.00118113 (6.83047) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197165) Outpt time (%) = 0.0159459 (92.2154) Other time (%) = 0.000130892 (0.756949) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28391 ave 28391 max 28391 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28391 Ave neighs/atom = 5.6782 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:03 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24737 5000 1.0507153e-10 9716399.8 24738 -0.0141699999999923 9716274.02426409 24738 5000 1.050641e-10 9716274 Loop time of 0.017772 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:03 2021 Pair time (%) = 0.00151396 (8.5188) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.218672) Outpt time (%) = 0.016072 (90.4348) Other time (%) = 0.000147104 (0.827732) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28391 ave 28391 max 28391 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28391 Ave neighs/atom = 5.6782 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:03 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24738 5000 1.050641e-10 9716218.9 24739 -0.0141699999999923 9716093.12085874 24739 5000 1.0505667e-10 9716093.1 Loop time of 0.0181 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:03 2021 Pair time (%) = 0.00121593 (6.71786) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.188364) Outpt time (%) = 0.016752 (92.5524) Other time (%) = 9.799e-05 (0.541381) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28391 ave 28391 max 28391 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28391 Ave neighs/atom = 5.6782 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:03 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24739 5000 1.0505667e-10 9716038 24740 -0.0141699999999923 9715912.22702477 24740 5000 1.0504924e-10 9715912.2 Loop time of 0.0206652 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:03 2021 Pair time (%) = 0.00127387 (6.16434) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.160367) Outpt time (%) = 0.0192358 (93.0834) Other time (%) = 0.000122309 (0.591859) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28391 ave 28391 max 28391 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28391 Ave neighs/atom = 5.6782 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:03 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24740 5000 1.0504924e-10 9715857.1 24741 -0.0141699999999923 9715731.34277279 24741 5000 1.0504181e-10 9715731.3 Loop time of 0.0175822 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:03 2021 Pair time (%) = 0.00115299 (6.55773) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.181707) Outpt time (%) = 0.0163052 (92.7371) Other time (%) = 9.20296e-05 (0.523425) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28391 ave 28391 max 28391 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28391 Ave neighs/atom = 5.6782 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:03 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24741 5000 1.0504181e-10 9715676.3 24742 -0.0141699999999923 9715550.46810081 24742 5000 1.0503439e-10 9715550.5 Loop time of 0.017875 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:03 2021 Pair time (%) = 0.00119615 (6.69174) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.184066) Outpt time (%) = 0.016542 (92.5426) Other time (%) = 0.000103951 (0.581543) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28391 ave 28391 max 28391 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28391 Ave neighs/atom = 5.6782 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:03 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24742 5000 1.0503439e-10 9715495.4 24743 -0.0141699999999923 9715369.60300685 24743 5000 1.0502696e-10 9715369.6 Loop time of 0.018064 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:03 2021 Pair time (%) = 0.00122404 (6.77613) Neigh time (%) = 0 (0) Comm time (%) = 7.20024e-05 (0.398596) Outpt time (%) = 0.016669 (92.2775) Other time (%) = 9.89437e-05 (0.547739) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28391 ave 28391 max 28391 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28391 Ave neighs/atom = 5.6782 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:03 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24743 5000 1.0502696e-10 9715314.5 24744 -0.0141699999999923 9715188.74748793 24744 5000 1.0501953e-10 9715188.7 Loop time of 0.018106 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:03 2021 Pair time (%) = 0.00115108 (6.35748) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.17645) Outpt time (%) = 0.0167992 (92.7826) Other time (%) = 0.000123739 (0.683416) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28391 ave 28391 max 28391 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28391 Ave neighs/atom = 5.6782 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:03 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24744 5000 1.0501953e-10 9715133.7 24745 -0.0141699999999923 9715007.90154022 24745 5000 1.0501211e-10 9715007.9 Loop time of 0.0174029 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:03 2021 Pair time (%) = 0.00125098 (7.18836) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189059) Outpt time (%) = 0.015975 (91.7951) Other time (%) = 0.000144005 (0.827477) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28391 ave 28391 max 28391 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28391 Ave neighs/atom = 5.6782 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:03 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24745 5000 1.0501211e-10 9714952.8 24746 -0.0141699999999923 9714827.06516484 24746 5000 1.0500469e-10 9714827.1 Loop time of 0.017282 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:03 2021 Pair time (%) = 0.00126195 (7.3021) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.202798) Outpt time (%) = 0.0158648 (91.7998) Other time (%) = 0.000120163 (0.695307) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28391 ave 28391 max 28391 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28391 Ave neighs/atom = 5.6782 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:03 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24746 5000 1.0500469e-10 9714772 24747 -0.0141699999999923 9714646.23835999 24747 5000 1.0499726e-10 9714646.2 Loop time of 0.018043 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:03 2021 Pair time (%) = 0.00129104 (7.15532) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.188958) Outpt time (%) = 0.0166059 (92.0347) Other time (%) = 0.000112057 (0.621052) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28391 ave 28391 max 28391 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28391 Ave neighs/atom = 5.6782 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:03 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24747 5000 1.0499726e-10 9714591.2 24748 -0.0141699999999923 9714465.42112367 24748 5000 1.0498984e-10 9714465.4 Loop time of 0.0178912 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:03 2021 Pair time (%) = 0.00115204 (6.43915) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.179902) Outpt time (%) = 0.016614 (92.8612) Other time (%) = 9.29832e-05 (0.519716) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28391 ave 28391 max 28391 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28391 Ave neighs/atom = 5.6782 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:03 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24748 5000 1.0498984e-10 9714410.3 24749 -0.0141699999999923 9714284.61345421 24749 5000 1.0498242e-10 9714284.6 Loop time of 0.017216 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:03 2021 Pair time (%) = 0.00119996 (6.97005) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.196651) Outpt time (%) = 0.015882 (92.2517) Other time (%) = 0.000100136 (0.581645) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28391 ave 28391 max 28391 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28391 Ave neighs/atom = 5.6782 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:03 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24749 5000 1.0498242e-10 9714229.5 24750 -0.0141699999999923 9714103.81534979 24750 5000 1.04975e-10 9714103.8 Loop time of 0.019875 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:03 2021 Pair time (%) = 0.00120211 (6.04832) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.171541) Outpt time (%) = 0.0185349 (93.2571) Other time (%) = 0.000103951 (0.52302) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28391 ave 28391 max 28391 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28391 Ave neighs/atom = 5.6782 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:03 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24750 5000 1.04975e-10 9714048.7 24751 -0.0141699999999923 9713923.02685023 24751 5000 1.0496758e-10 9713923 Loop time of 0.018074 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:03 2021 Pair time (%) = 0.00159001 (8.79722) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.204464) Outpt time (%) = 0.0162969 (90.1673) Other time (%) = 0.000150204 (0.831047) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28391 ave 28391 max 28391 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28391 Ave neighs/atom = 5.6782 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:03 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24751 5000 1.0496758e-10 9713868 24752 -0.0141699999999923 9713742.24801176 24752 5000 1.0496016e-10 9713742.2 Loop time of 0.017838 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:03 2021 Pair time (%) = 0.00120902 (6.77778) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.179101) Outpt time (%) = 0.0165019 (92.5098) Other time (%) = 9.5129e-05 (0.533294) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28391 ave 28391 max 28391 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28391 Ave neighs/atom = 5.6782 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:03 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24752 5000 1.0496016e-10 9713687.2 24753 -0.0141699999999923 9713561.47878846 24753 5000 1.0495275e-10 9713561.5 Loop time of 0.017741 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:03 2021 Pair time (%) = 0.00120211 (6.77588) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.185456) Outpt time (%) = 0.016413 (92.5145) Other time (%) = 9.29832e-05 (0.524116) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28391 ave 28391 max 28391 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28391 Ave neighs/atom = 5.6782 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:03 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24753 5000 1.0495275e-10 9713506.4 24754 -0.0141699999999923 9713380.71916595 24754 5000 1.0494533e-10 9713380.7 Loop time of 0.0170619 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:03 2021 Pair time (%) = 0.00119901 (7.02737) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192837) Outpt time (%) = 0.015728 (92.1817) Other time (%) = 0.000102043 (0.598074) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28391 ave 28391 max 28391 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28391 Ave neighs/atom = 5.6782 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:03 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24754 5000 1.0494533e-10 9713325.7 24755 -0.0141699999999923 9713199.96913579 24755 5000 1.0493791e-10 9713200 Loop time of 0.0178258 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:03 2021 Pair time (%) = 0.00156784 (8.79532) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.212661) Outpt time (%) = 0.0160689 (90.144) Other time (%) = 0.000151157 (0.847968) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28391 ave 28391 max 28391 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28391 Ave neighs/atom = 5.6782 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:03 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24755 5000 1.0493791e-10 9713144.9 24756 -0.0141699999999923 9713019.22869223 24756 5000 1.049305e-10 9713019.2 Loop time of 0.0179338 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:03 2021 Pair time (%) = 0.00115991 (6.46769) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.178144) Outpt time (%) = 0.0166481 (92.8304) Other time (%) = 9.39369e-05 (0.523797) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28391 ave 28391 max 28391 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28391 Ave neighs/atom = 5.6782 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:03 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24756 5000 1.049305e-10 9712964.2 24757 -0.0141699999999923 9712838.49783053 24757 5000 1.0492309e-10 9712838.5 Loop time of 0.017597 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:03 2021 Pair time (%) = 0.00116301 (6.60913) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.181555) Outpt time (%) = 0.0163069 (92.6687) Other time (%) = 9.5129e-05 (0.540599) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28391 ave 28391 max 28391 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28391 Ave neighs/atom = 5.6782 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:03 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24757 5000 1.0492309e-10 9712783.4 24758 -0.0141699999999923 9712657.77654683 24758 5000 1.0491567e-10 9712657.8 Loop time of 0.017169 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:03 2021 Pair time (%) = 0.0011909 (6.93634) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191635) Outpt time (%) = 0.0158269 (92.1832) Other time (%) = 0.000118256 (0.688774) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28391 ave 28391 max 28391 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28391 Ave neighs/atom = 5.6782 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:03 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24758 5000 1.0491567e-10 9712602.7 24759 -0.0141699999999923 9712477.06483765 24759 5000 1.0490826e-10 9712477.1 Loop time of 0.0179 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:03 2021 Pair time (%) = 0.00158691 (8.86545) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.21178) Outpt time (%) = 0.016125 (90.0836) Other time (%) = 0.000150204 (0.839127) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28391 ave 28391 max 28391 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28391 Ave neighs/atom = 5.6782 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:03 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24759 5000 1.0490826e-10 9712422 24760 -0.0141699999999923 9712296.36269977 24760 5000 1.0490085e-10 9712296.4 Loop time of 0.0205572 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:03 2021 Pair time (%) = 0.00115299 (5.60871) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.155411) Outpt time (%) = 0.0192778 (93.7766) Other time (%) = 9.44138e-05 (0.459274) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28391 ave 28391 max 28391 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28391 Ave neighs/atom = 5.6782 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:03 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24760 5000 1.0490085e-10 9712241.3 24761 -0.0141699999999923 9712115.67013035 24761 5000 1.0489344e-10 9712115.7 Loop time of 0.0177641 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:03 2021 Pair time (%) = 0.00115299 (6.49058) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.181189) Outpt time (%) = 0.0164862 (92.8061) Other time (%) = 9.27448e-05 (0.522092) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28391 ave 28391 max 28391 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28391 Ave neighs/atom = 5.6782 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:03 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24761 5000 1.0489344e-10 9712060.6 24762 -0.0141699999999923 9711934.9871267 24762 5000 1.0488603e-10 9711935 Loop time of 0.016994 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:03 2021 Pair time (%) = 0.00116491 (6.85485) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.19922) Outpt time (%) = 0.0156779 (92.2557) Other time (%) = 0.000117302 (0.690255) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28391 ave 28391 max 28391 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28391 Ave neighs/atom = 5.6782 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:03 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24762 5000 1.0488603e-10 9711879.9 24763 -0.0141699999999923 9711754.31368647 24763 5000 1.0487862e-10 9711754.3 Loop time of 0.0175512 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:03 2021 Pair time (%) = 0.001441 (8.21028) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.267609) Outpt time (%) = 0.015877 (90.4612) Other time (%) = 0.000186205 (1.06093) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28391 ave 28391 max 28391 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28391 Ave neighs/atom = 5.6782 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:03 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24763 5000 1.0487862e-10 9711699.3 24764 -0.0141699999999923 9711573.64980704 24764 5000 1.0487121e-10 9711573.6 Loop time of 0.0180302 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:03 2021 Pair time (%) = 0.00126004 (6.98852) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.177192) Outpt time (%) = 0.0166409 (92.2948) Other time (%) = 9.72748e-05 (0.539511) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28391 ave 28391 max 28391 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28391 Ave neighs/atom = 5.6782 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:03 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24764 5000 1.0487121e-10 9711518.6 24765 -0.0141699999999923 9711392.99548634 24765 5000 1.048638e-10 9711393 Loop time of 0.0177791 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:04 2021 Pair time (%) = 0.0011518 (6.47839) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.179695) Outpt time (%) = 0.0165 (92.8055) Other time (%) = 9.53674e-05 (0.536402) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28391 ave 28391 max 28391 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28391 Ave neighs/atom = 5.6782 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:04 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24765 5000 1.048638e-10 9711337.9 24766 -0.0141699999999923 9711212.35072192 24766 5000 1.048564e-10 9711212.4 Loop time of 0.017247 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:04 2021 Pair time (%) = 0.001158 (6.71422) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185239) Outpt time (%) = 0.015964 (92.5614) Other time (%) = 9.29832e-05 (0.539128) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28391 ave 28391 max 28391 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28391 Ave neighs/atom = 5.6782 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:04 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24766 5000 1.048564e-10 9711157.3 24767 -0.0141699999999923 9711031.71547047 24767 5000 1.0484899e-10 9711031.7 Loop time of 0.0176799 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:04 2021 Pair time (%) = 0.00139213 (7.87405) Neigh time (%) = 0 (0) Comm time (%) = 5.88894e-05 (0.333086) Outpt time (%) = 0.016063 (90.8543) Other time (%) = 0.000165939 (0.938575) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28391 ave 28391 max 28391 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28391 Ave neighs/atom = 5.6782 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:04 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24767 5000 1.0484899e-10 9710976.7 24768 -0.0141699999999923 9710851.08974262 24768 5000 1.0484159e-10 9710851.1 Loop time of 0.018033 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:04 2021 Pair time (%) = 0.00126314 (7.0046) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.194352) Outpt time (%) = 0.0166261 (92.1982) Other time (%) = 0.000108719 (0.602888) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28391 ave 28391 max 28391 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28391 Ave neighs/atom = 5.6782 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:04 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24768 5000 1.0484159e-10 9710796 24769 -0.0141699999999923 9710670.47356092 24769 5000 1.0483418e-10 9710670.5 Loop time of 0.0178711 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:04 2021 Pair time (%) = 0.00115204 (6.44636) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.178769) Outpt time (%) = 0.0165761 (92.7532) Other time (%) = 0.000111103 (0.62169) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28391 ave 28391 max 28391 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28391 Ave neighs/atom = 5.6782 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:04 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24769 5000 1.0483418e-10 9710615.4 24770 -0.0141699999999923 9710489.86692389 24770 5000 1.0482678e-10 9710489.9 Loop time of 0.0196741 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:04 2021 Pair time (%) = 0.00116301 (5.91137) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.167234) Outpt time (%) = 0.0183799 (93.4221) Other time (%) = 9.82285e-05 (0.499279) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28391 ave 28391 max 28391 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28391 Ave neighs/atom = 5.6782 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:04 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24770 5000 1.0482678e-10 9710434.8 24771 -0.0141699999999923 9710309.26982974 24771 5000 1.0481938e-10 9710309.3 Loop time of 0.017328 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:04 2021 Pair time (%) = 0.00137186 (7.917) Neigh time (%) = 0 (0) Comm time (%) = 5.50747e-05 (0.317836) Outpt time (%) = 0.0157652 (90.9809) Other time (%) = 0.000135899 (0.784271) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28391 ave 28391 max 28391 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28391 Ave neighs/atom = 5.6782 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:04 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24771 5000 1.0481938e-10 9710254.2 24772 -0.0141699999999923 9710128.68227657 24772 5000 1.0481198e-10 9710128.7 Loop time of 0.017796 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:04 2021 Pair time (%) = 0.00122285 (6.87147) Neigh time (%) = 0 (0) Comm time (%) = 5.48363e-05 (0.308138) Outpt time (%) = 0.0163939 (92.1211) Other time (%) = 0.000124454 (0.699338) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28391 ave 28391 max 28391 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28391 Ave neighs/atom = 5.6782 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:04 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24772 5000 1.0481198e-10 9710073.6 24773 -0.0141699999999923 9709948.10426261 24773 5000 1.0480458e-10 9709948.1 Loop time of 0.019711 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:04 2021 Pair time (%) = 0.00142097 (7.20904) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.157244) Outpt time (%) = 0.0181658 (92.1608) Other time (%) = 9.32217e-05 (0.472942) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28391 ave 28391 max 28391 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28391 Ave neighs/atom = 5.6782 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:04 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24773 5000 1.0480458e-10 9709893.1 24774 -0.0141699999999923 9709767.53578626 24774 5000 1.0479718e-10 9709767.5 Loop time of 0.019285 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:04 2021 Pair time (%) = 0.00142694 (7.39921) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.165663) Outpt time (%) = 0.0177372 (91.974) Other time (%) = 8.89301e-05 (0.461137) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28391 ave 28391 max 28391 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28391 Ave neighs/atom = 5.6782 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:04 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24774 5000 1.0479718e-10 9709712.5 24775 -0.0141699999999923 9709586.97684584 24775 5000 1.0478978e-10 9709587 Loop time of 0.018255 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:04 2021 Pair time (%) = 0.00142384 (7.7997) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.17501) Outpt time (%) = 0.016717 (91.5747) Other time (%) = 8.22544e-05 (0.450586) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28391 ave 28391 max 28391 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28391 Ave neighs/atom = 5.6782 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:04 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24775 5000 1.0478978e-10 9709531.9 24776 -0.0141699999999923 9709406.42743964 24776 5000 1.0478238e-10 9709406.4 Loop time of 0.0177619 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:04 2021 Pair time (%) = 0.001441 (8.11286) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.213426) Outpt time (%) = 0.016109 (90.6938) Other time (%) = 0.000174046 (0.979879) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28391 ave 28391 max 28391 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28391 Ave neighs/atom = 5.6782 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:04 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24776 5000 1.0478238e-10 9709351.4 24777 -0.0141699999999923 9709225.887566 24777 5000 1.0477498e-10 9709225.9 Loop time of 0.018064 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:04 2021 Pair time (%) = 0.001333 (7.3793) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.171581) Outpt time (%) = 0.016551 (91.6242) Other time (%) = 0.000149012 (0.824908) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28391 ave 28391 max 28391 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28391 Ave neighs/atom = 5.6782 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:04 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24777 5000 1.0477498e-10 9709170.9 24778 -0.0141699999999923 9709045.35722329 24778 5000 1.0476759e-10 9709045.4 Loop time of 0.0181491 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:04 2021 Pair time (%) = 0.00112796 (6.21494) Neigh time (%) = 0 (0) Comm time (%) = 4.50611e-05 (0.248282) Outpt time (%) = 0.0168669 (92.9351) Other time (%) = 0.000109196 (0.601658) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28391 ave 28391 max 28391 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28391 Ave neighs/atom = 5.6782 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:04 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24778 5000 1.0476759e-10 9708990.3 24779 -0.0141699999999923 9708864.83640995 24779 5000 1.0476019e-10 9708864.8 Loop time of 0.01737 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:04 2021 Pair time (%) = 0.00119901 (6.90275) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.26491) Outpt time (%) = 0.016005 (92.1419) Other time (%) = 0.000119925 (0.690412) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28391 ave 28391 max 28391 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28391 Ave neighs/atom = 5.6782 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:04 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24779 5000 1.0476019e-10 9708809.8 24780 -0.0141699999999923 9708684.32512423 24780 5000 1.047528e-10 9708684.3 Loop time of 0.0203841 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:04 2021 Pair time (%) = 0.00154185 (7.56401) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.185971) Outpt time (%) = 0.018635 (91.4196) Other time (%) = 0.000169277 (0.830438) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28391 ave 28391 max 28391 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28391 Ave neighs/atom = 5.6782 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:04 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24780 5000 1.047528e-10 9708629.3 24781 -0.0141699999999923 9708503.82336476 24781 5000 1.047454e-10 9708503.8 Loop time of 0.0180461 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:04 2021 Pair time (%) = 0.00124407 (6.89382) Neigh time (%) = 0 (0) Comm time (%) = 5.38826e-05 (0.298582) Outpt time (%) = 0.0166421 (92.2197) Other time (%) = 0.000106096 (0.587917) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28391 ave 28391 max 28391 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28391 Ave neighs/atom = 5.6782 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:04 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24781 5000 1.047454e-10 9708448.8 24782 -0.0141699999999923 9708323.33112978 24782 5000 1.0473801e-10 9708323.3 Loop time of 0.017772 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:04 2021 Pair time (%) = 0.00117803 (6.62857) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.186475) Outpt time (%) = 0.0164671 (92.6577) Other time (%) = 9.36985e-05 (0.527227) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28391 ave 28391 max 28391 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28391 Ave neighs/atom = 5.6782 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:04 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24782 5000 1.0473801e-10 9708268.3 24783 -0.0141699999999923 9708142.84841779 24783 5000 1.0473062e-10 9708142.8 Loop time of 0.0180521 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:04 2021 Pair time (%) = 0.00121021 (6.704) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.176977) Outpt time (%) = 0.016712 (92.5762) Other time (%) = 9.799e-05 (0.542818) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28391 ave 28391 max 28391 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28391 Ave neighs/atom = 5.6782 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:04 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24783 5000 1.0473062e-10 9708087.8 24784 -0.0141699999999923 9707962.37522726 24784 5000 1.0472323e-10 9707962.4 Loop time of 0.017391 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:04 2021 Pair time (%) = 0.0013361 (7.68271) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.224833) Outpt time (%) = 0.0158989 (91.4207) Other time (%) = 0.000116825 (0.671757) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28391 ave 28391 max 28391 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28391 Ave neighs/atom = 5.6782 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:04 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24784 5000 1.0472323e-10 9707907.4 24785 -0.0141699999999923 9707781.91155663 24785 5000 1.0471584e-10 9707781.9 Loop time of 0.0179729 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:04 2021 Pair time (%) = 0.00137186 (7.63292) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.183063) Outpt time (%) = 0.016453 (91.5433) Other time (%) = 0.000115156 (0.64072) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28391 ave 28391 max 28391 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28391 Ave neighs/atom = 5.6782 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:28:04 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24785 5000 1.0471584e-10 9707726.9 24786 -0.0141699999999923 9707576.91615874 24786 5000 2.0648532e-10 9707897 Loop time of 0.0174429 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:04 2021 Pair time (%) = 0.00119901 (6.87388) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.269269) Outpt time (%) = 0.016027 (91.8823) Other time (%) = 0.000169992 (0.974563) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28391 ave 28391 max 28391 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28391 Ave neighs/atom = 5.6782 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:04 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24786 5000 2.0648532e-10 9779576.3 24787 -0.0142024999999923 9779411.22449978 24787 5000 1.6609779e-10 9779411.2 Loop time of 0.017097 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:04 2021 Pair time (%) = 0.00119495 (6.98926) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186864) Outpt time (%) = 0.0157759 (92.273) Other time (%) = 9.41753e-05 (0.55083) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:04 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24787 5000 1.6609779e-10 9779336.7 24788 -0.0142024999999923 9779185.63601056 24788 5000 1.4271468e-10 9779185.6 Loop time of 0.0170369 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:04 2021 Pair time (%) = 0.00124097 (7.284) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205715) Outpt time (%) = 0.015655 (91.8889) Other time (%) = 0.000105858 (0.621344) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:04 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24788 5000 1.4271468e-10 9779118 24789 -0.0142024999999923 9778975.8627587 24789 5000 1.2877524e-10 9778975.9 Loop time of 0.017771 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:04 2021 Pair time (%) = 0.00121784 (6.85297) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.181118) Outpt time (%) = 0.016376 (92.1502) Other time (%) = 0.000144958 (0.815702) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:04 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24789 5000 1.2877524e-10 9778912.6 24790 -0.0142024999999923 9778776.14375536 24790 5000 1.202869e-10 9778776.1 Loop time of 0.0204868 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:04 2021 Pair time (%) = 0.00115991 (5.66172) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.155945) Outpt time (%) = 0.019202 (93.7285) Other time (%) = 9.29832e-05 (0.453868) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:04 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24790 5000 1.202869e-10 9778715.7 24791 -0.0142024999999923 9778582.81784806 24791 5000 1.1504045e-10 9778582.8 Loop time of 0.017307 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:04 2021 Pair time (%) = 0.00120211 (6.94576) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184596) Outpt time (%) = 0.0159779 (92.32) Other time (%) = 9.5129e-05 (0.549655) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:04 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24791 5000 1.1504045e-10 9778524.2 24792 -0.0142024999999923 9778393.55834149 24792 5000 1.1176443e-10 9778393.6 Loop time of 0.017122 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:04 2021 Pair time (%) = 0.00123405 (7.20741) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204693) Outpt time (%) = 0.0157499 (91.9864) Other time (%) = 0.000102997 (0.601546) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:04 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24792 5000 1.1176443e-10 9778336 24793 -0.0142024999999923 9778206.88659451 24793 5000 1.0970436e-10 9778206.9 Loop time of 0.0177681 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:04 2021 Pair time (%) = 0.00129604 (7.2942) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.191882) Outpt time (%) = 0.0163269 (91.8886) Other time (%) = 0.000111103 (0.625294) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:04 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24793 5000 1.0970436e-10 9778150.1 24794 -0.0142024999999923 9778021.86291941 24794 5000 1.0840237e-10 9778021.9 Loop time of 0.0178089 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:04 2021 Pair time (%) = 0.00115085 (6.46219) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.179394) Outpt time (%) = 0.0165319 (92.8296) Other time (%) = 9.41753e-05 (0.52881) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:04 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24794 5000 1.0840237e-10 9777965.5 24795 -0.0142024999999923 9777837.89013356 24795 5000 1.0757623e-10 9777837.9 Loop time of 0.0171139 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:04 2021 Pair time (%) = 0.00115299 (6.73716) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186679) Outpt time (%) = 0.015835 (92.5273) Other time (%) = 9.39369e-05 (0.548892) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:04 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24795 5000 1.0757623e-10 9777781.8 24796 -0.0142024999999923 9777654.58871946 24796 5000 1.070501e-10 9777654.6 Loop time of 0.0172579 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:04 2021 Pair time (%) = 0.00136781 (7.92568) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.201699) Outpt time (%) = 0.015749 (91.2565) Other time (%) = 0.000106335 (0.61615) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:04 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24796 5000 1.070501e-10 9777598.7 24797 -0.0142024999999923 9777471.71748905 24797 5000 1.0671366e-10 9777471.7 Loop time of 0.018189 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:04 2021 Pair time (%) = 0.00121784 (6.6955) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.180889) Outpt time (%) = 0.016835 (92.556) Other time (%) = 0.000103235 (0.567571) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:04 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24797 5000 1.0671366e-10 9777416 24798 -0.0142024999999923 9777289.12316377 24798 5000 1.0649738e-10 9777289.1 Loop time of 0.0181079 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:04 2021 Pair time (%) = 0.00130892 (7.22844) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.176432) Outpt time (%) = 0.016645 (91.921) Other time (%) = 0.00012207 (0.674128) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:04 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24798 5000 1.0649738e-10 9777233.4 24799 -0.0142024999999923 9777106.70833255 24799 5000 1.0635731e-10 9777106.7 Loop time of 0.0173159 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:04 2021 Pair time (%) = 0.00115395 (6.6641) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190009) Outpt time (%) = 0.0160351 (92.6034) Other time (%) = 9.39369e-05 (0.54249) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:04 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24799 5000 1.0635731e-10 9777051.1 24800 -0.0142024999999923 9776924.41108882 24800 5000 1.0626559e-10 9776924.4 Loop time of 0.020165 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:04 2021 Pair time (%) = 0.00140095 (6.94743) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.173804) Outpt time (%) = 0.0186231 (92.3538) Other time (%) = 0.000105858 (0.524959) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:04 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24800 5000 1.0626559e-10 9776868.8 24801 -0.0142024999999923 9776742.19208921 24801 5000 1.0620459e-10 9776742.2 Loop time of 0.0179811 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:04 2021 Pair time (%) = 0.00163317 (9.08271) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.216129) Outpt time (%) = 0.016161 (89.8777) Other time (%) = 0.000148058 (0.823411) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:04 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24801 5000 1.0620459e-10 9776686.6 24802 -0.0142024999999923 9776560.02633029 24802 5000 1.0616309e-10 9776560 Loop time of 0.017879 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:04 2021 Pair time (%) = 0.00118089 (6.60488) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.184025) Outpt time (%) = 0.016572 (92.6897) Other time (%) = 9.32217e-05 (0.521403) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:04 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24802 5000 1.0616309e-10 9776504.5 24803 -0.0142024999999923 9776377.89792077 24803 5000 1.0613398e-10 9776377.9 Loop time of 0.0175409 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:04 2021 Pair time (%) = 0.00119019 (6.78519) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182135) Outpt time (%) = 0.0162251 (92.4985) Other time (%) = 9.36985e-05 (0.534171) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:04 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24803 5000 1.0613398e-10 9776322.3 24804 -0.0142024999999923 9776195.79676105 24804 5000 1.0611275e-10 9776195.8 Loop time of 0.0170481 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:04 2021 Pair time (%) = 0.00123286 (7.23166) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192993) Outpt time (%) = 0.0156782 (91.9642) Other time (%) = 0.000104189 (0.611146) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:04 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24804 5000 1.0611275e-10 9776140.2 24805 -0.0142024999999923 9776013.71643212 24805 5000 1.0609652e-10 9776013.7 Loop time of 0.0177221 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:04 2021 Pair time (%) = 0.00152493 (8.60464) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.219286) Outpt time (%) = 0.0160091 (90.3339) Other time (%) = 0.00014925 (0.842168) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:04 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24805 5000 1.0609652e-10 9775958.2 24806 -0.0142024999999923 9775831.65285351 24806 5000 1.0608347e-10 9775831.7 Loop time of 0.0178189 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:05 2021 Pair time (%) = 0.0011549 (6.48131) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.180631) Outpt time (%) = 0.0165341 (92.7895) Other time (%) = 9.77516e-05 (0.548583) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:05 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24806 5000 1.0608347e-10 9775776.1 24807 -0.0142024999999923 9775649.6034317 24807 5000 1.0607244e-10 9775649.6 Loop time of 0.017637 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:05 2021 Pair time (%) = 0.0011549 (6.54816) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.181142) Outpt time (%) = 0.0163569 (92.7421) Other time (%) = 9.32217e-05 (0.528557) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:05 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24807 5000 1.0607244e-10 9775594.1 24808 -0.0142024999999923 9775467.56651766 24808 5000 1.060627e-10 9775467.6 Loop time of 0.0171978 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:05 2021 Pair time (%) = 0.00119996 (6.97739) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.196859) Outpt time (%) = 0.015837 (92.0868) Other time (%) = 0.000127077 (0.738913) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:05 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24808 5000 1.060627e-10 9775412 24809 -0.0142024999999923 9775285.54106239 24809 5000 1.0605377e-10 9775285.5 Loop time of 0.018075 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:05 2021 Pair time (%) = 0.00160098 (8.85744) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.211048) Outpt time (%) = 0.0162852 (90.0979) Other time (%) = 0.000150681 (0.833641) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:05 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24809 5000 1.0605377e-10 9775230 24810 -0.0142024999999923 9775103.52639914 24810 5000 1.0604536e-10 9775103.5 Loop time of 0.0206139 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:05 2021 Pair time (%) = 0.00115204 (5.58865) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.150357) Outpt time (%) = 0.0192981 (93.6168) Other time (%) = 0.000132799 (0.644221) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:05 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24810 5000 1.0604536e-10 9775048 24811 -0.0142024999999923 9774921.52210314 24811 5000 1.0603728e-10 9774921.5 Loop time of 0.0183771 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:05 2021 Pair time (%) = 0.00119591 (6.50761) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.184227) Outpt time (%) = 0.0170531 (92.7957) Other time (%) = 9.41753e-05 (0.512461) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:05 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24811 5000 1.0603728e-10 9774866 24812 -0.0142024999999923 9774739.52790381 24812 5000 1.0602941e-10 9774739.5 Loop time of 0.017199 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:05 2021 Pair time (%) = 0.00117898 (6.85492) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.196845) Outpt time (%) = 0.015887 (92.3716) Other time (%) = 9.91821e-05 (0.576672) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:05 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24812 5000 1.0602941e-10 9774684 24813 -0.0142024999999923 9774557.54362866 24813 5000 1.0602168e-10 9774557.5 Loop time of 0.01723 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:05 2021 Pair time (%) = 0.00126696 (7.35319) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197875) Outpt time (%) = 0.015795 (91.6713) Other time (%) = 0.000133991 (0.777661) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:05 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24813 5000 1.0602168e-10 9774502 24814 -0.0142024999999923 9774375.56916731 24814 5000 1.0601403e-10 9774375.6 Loop time of 0.0203519 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:05 2021 Pair time (%) = 0.00123119 (6.04953) Neigh time (%) = 0 (0) Comm time (%) = 8.60691e-05 (0.422905) Outpt time (%) = 0.018934 (93.0332) Other time (%) = 0.000100613 (0.494365) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:05 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24814 5000 1.0601403e-10 9774320 24815 -0.0142024999999923 9774193.60444912 24815 5000 1.0600644e-10 9774193.6 Loop time of 0.0207179 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:05 2021 Pair time (%) = 0.00119114 (5.74934) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.154206) Outpt time (%) = 0.0194011 (93.6442) Other time (%) = 9.36985e-05 (0.45226) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:05 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24815 5000 1.0600644e-10 9774138.1 24816 -0.0142024999999923 9774011.64942844 24816 5000 1.0599888e-10 9774011.6 Loop time of 0.0182512 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:05 2021 Pair time (%) = 0.00115585 (6.33303) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.176353) Outpt time (%) = 0.0169752 (93.0086) Other time (%) = 8.79765e-05 (0.482032) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:05 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24816 5000 1.0599888e-10 9773956.1 24817 -0.0142024999999923 9773829.70407593 24817 5000 1.0599134e-10 9773829.7 Loop time of 0.0184989 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:05 2021 Pair time (%) = 0.00114894 (6.21085) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.173991) Outpt time (%) = 0.017231 (93.146) Other time (%) = 8.67844e-05 (0.469133) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:05 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24817 5000 1.0599134e-10 9773774.2 24818 -0.0142024999999923 9773647.76837189 24818 5000 1.0598382e-10 9773647.8 Loop time of 0.0170259 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:05 2021 Pair time (%) = 0.00115919 (6.80838) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187644) Outpt time (%) = 0.0157411 (92.4536) Other time (%) = 9.36985e-05 (0.550328) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:05 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24818 5000 1.0598382e-10 9773592.2 24819 -0.0142024999999923 9773465.84230353 24819 5000 1.059763e-10 9773465.8 Loop time of 0.017967 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:05 2021 Pair time (%) = 0.00149298 (8.30956) Neigh time (%) = 0 (0) Comm time (%) = 4.50611e-05 (0.2508) Outpt time (%) = 0.0162399 (90.3873) Other time (%) = 0.000189066 (1.0523) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:05 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24819 5000 1.059763e-10 9773410.3 24820 -0.0142024999999923 9773283.92586216 24820 5000 1.059688e-10 9773283.9 Loop time of 0.020705 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:05 2021 Pair time (%) = 0.00128198 (6.19163) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.173877) Outpt time (%) = 0.019285 (93.1416) Other time (%) = 0.000102043 (0.492843) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:05 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24820 5000 1.059688e-10 9773228.4 24821 -0.0142024999999923 9773102.01904142 24821 5000 1.059613e-10 9773102 Loop time of 0.017746 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:05 2021 Pair time (%) = 0.00115609 (6.51467) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18003) Outpt time (%) = 0.0164719 (92.8203) Other time (%) = 8.60691e-05 (0.485006) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:05 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24821 5000 1.059613e-10 9773046.5 24822 -0.0142024999999923 9772920.12183697 24822 5000 1.059538e-10 9772920.1 Loop time of 0.017149 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:05 2021 Pair time (%) = 0.00115609 (6.74146) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186297) Outpt time (%) = 0.015867 (92.5245) Other time (%) = 9.39369e-05 (0.54777) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:05 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24822 5000 1.059538e-10 9772864.6 24823 -0.0142024999999923 9772738.23424517 24823 5000 1.059463e-10 9772738.2 Loop time of 0.0172241 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:05 2021 Pair time (%) = 0.00123811 (7.18824) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192406) Outpt time (%) = 0.015794 (91.6975) Other time (%) = 0.000158787 (0.921889) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:05 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24823 5000 1.059463e-10 9772682.7 24824 -0.0142024999999923 9772556.35626333 24824 5000 1.0593881e-10 9772556.4 Loop time of 0.018223 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:05 2021 Pair time (%) = 0.00129199 (7.08987) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.181859) Outpt time (%) = 0.016799 (92.1853) Other time (%) = 9.89437e-05 (0.542959) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:05 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24824 5000 1.0593881e-10 9772500.8 24825 -0.0142024999999923 9772374.48788931 24825 5000 1.0593131e-10 9772374.5 Loop time of 0.0177958 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:05 2021 Pair time (%) = 0.00119996 (6.74294) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.191584) Outpt time (%) = 0.0164499 (92.4371) Other time (%) = 0.000111818 (0.628341) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:05 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24825 5000 1.0593131e-10 9772319 24826 -0.0142024999999923 9772192.62912089 24826 5000 1.0592382e-10 9772192.6 Loop time of 0.017236 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:05 2021 Pair time (%) = 0.00121999 (7.07814) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.19089) Outpt time (%) = 0.015888 (92.179) Other time (%) = 9.5129e-05 (0.551921) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:05 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24826 5000 1.0592382e-10 9772137.1 24827 -0.0142024999999923 9772010.77995632 24827 5000 1.0591633e-10 9772010.8 Loop time of 0.017508 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:05 2021 Pair time (%) = 0.00136495 (7.79612) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.193371) Outpt time (%) = 0.015965 (91.1866) Other time (%) = 0.000144243 (0.823869) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:05 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24827 5000 1.0591633e-10 9771955.3 24828 -0.0142024999999923 9771828.94039386 24828 5000 1.0590884e-10 9771828.9 Loop time of 0.0179551 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:05 2021 Pair time (%) = 0.00131679 (7.33378) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.188556) Outpt time (%) = 0.016479 (91.7792) Other time (%) = 0.000125408 (0.698456) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:05 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24828 5000 1.0590884e-10 9771773.4 24829 -0.0142024999999923 9771647.11043201 24829 5000 1.0590135e-10 9771647.1 Loop time of 0.017889 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:05 2021 Pair time (%) = 0.00130081 (7.27156) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.190585) Outpt time (%) = 0.0164499 (91.9554) Other time (%) = 0.000104189 (0.582418) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:05 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24829 5000 1.0590135e-10 9771591.6 24830 -0.0142024999999923 9771465.290069 24830 5000 1.0589387e-10 9771465.3 Loop time of 0.0203631 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:05 2021 Pair time (%) = 0.0011518 (5.65631) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.156892) Outpt time (%) = 0.0190849 (93.7231) Other time (%) = 9.44138e-05 (0.463651) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:05 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24830 5000 1.0589387e-10 9771409.8 24831 -0.0142024999999923 9771283.47930331 24831 5000 1.0588638e-10 9771283.5 Loop time of 0.0172081 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:05 2021 Pair time (%) = 0.00115705 (6.72384) Neigh time (%) = 0 (0) Comm time (%) = 6.41346e-05 (0.3727) Outpt time (%) = 0.0158291 (91.9863) Other time (%) = 0.000157833 (0.917202) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:05 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24831 5000 1.0588638e-10 9771228 24832 -0.0142024999999923 9771101.67813356 24832 5000 1.0587889e-10 9771101.7 Loop time of 0.0180981 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:05 2021 Pair time (%) = 0.00174403 (9.63654) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.281917) Outpt time (%) = 0.01615 (89.2358) Other time (%) = 0.000153065 (0.84575) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:05 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24832 5000 1.0587889e-10 9771046.2 24833 -0.0142024999999923 9770919.88655802 24833 5000 1.0587141e-10 9770919.9 Loop time of 0.018002 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:05 2021 Pair time (%) = 0.00118804 (6.59948) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.177469) Outpt time (%) = 0.016685 (92.684) Other time (%) = 9.70364e-05 (0.53903) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:05 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24833 5000 1.0587141e-10 9770864.4 24834 -0.0142024999999923 9770738.10457557 24834 5000 1.0586392e-10 9770738.1 Loop time of 0.017822 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:05 2021 Pair time (%) = 0.0011549 (6.48018) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.179262) Outpt time (%) = 0.016547 (92.8456) Other time (%) = 8.82149e-05 (0.494977) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:05 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24834 5000 1.0586392e-10 9770682.6 24835 -0.0142024999999923 9770556.33218439 24835 5000 1.0585644e-10 9770556.3 Loop time of 0.0171628 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:05 2021 Pair time (%) = 0.00115514 (6.73048) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193093) Outpt time (%) = 0.0158439 (92.3152) Other time (%) = 0.000130653 (0.761259) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:05 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24835 5000 1.0585644e-10 9770500.8 24836 -0.0142024999999923 9770374.56938327 24836 5000 1.0584896e-10 9770374.6 Loop time of 0.01752 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:05 2021 Pair time (%) = 0.00139618 (7.96908) Neigh time (%) = 0 (0) Comm time (%) = 5.50747e-05 (0.314354) Outpt time (%) = 0.015897 (90.7368) Other time (%) = 0.000171661 (0.979805) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:05 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24836 5000 1.0584896e-10 9770319.1 24837 -0.0142024999999923 9770192.8161709 24837 5000 1.0584148e-10 9770192.8 Loop time of 0.0179601 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:05 2021 Pair time (%) = 0.00120306 (6.69853) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.188504) Outpt time (%) = 0.0166111 (92.489) Other time (%) = 0.000112057 (0.623921) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:05 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24837 5000 1.0584148e-10 9770137.3 24838 -0.0142024999999923 9770011.0725455 24838 5000 1.05834e-10 9770011.1 Loop time of 0.0178061 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:05 2021 Pair time (%) = 0.00123096 (6.91313) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.191473) Outpt time (%) = 0.0164421 (92.3397) Other time (%) = 9.89437e-05 (0.555675) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:05 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24838 5000 1.05834e-10 9769955.6 24839 -0.0142024999999923 9769829.33850579 24839 5000 1.0582652e-10 9769829.3 Loop time of 0.017242 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:05 2021 Pair time (%) = 0.00121593 (7.05219) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.203269) Outpt time (%) = 0.015837 (91.8513) Other time (%) = 0.000154018 (0.893277) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:05 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24839 5000 1.0582652e-10 9769773.9 24840 -0.0142024999999923 9769647.61405066 24840 5000 1.0581904e-10 9769647.6 Loop time of 0.020323 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:05 2021 Pair time (%) = 0.00144815 (7.12568) Neigh time (%) = 0 (0) Comm time (%) = 4.50611e-05 (0.221724) Outpt time (%) = 0.018652 (91.7774) Other time (%) = 0.00017786 (0.875166) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:05 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24840 5000 1.0581904e-10 9769592.1 24841 -0.0142024999999923 9769465.89917824 24841 5000 1.0581156e-10 9769465.9 Loop time of 0.0182109 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:05 2021 Pair time (%) = 0.00124502 (6.83669) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.185908) Outpt time (%) = 0.016825 (92.3896) Other time (%) = 0.00010705 (0.587835) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:05 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24841 5000 1.0581156e-10 9769410.4 24842 -0.0142024999999923 9769284.19388747 24842 5000 1.0580408e-10 9769284.2 Loop time of 0.0177341 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:05 2021 Pair time (%) = 0.00116992 (6.59703) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.180151) Outpt time (%) = 0.0163929 (92.4377) Other time (%) = 0.000139236 (0.785136) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:05 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24842 5000 1.0580408e-10 9769228.7 24843 -0.0142024999999923 9769102.49817688 24843 5000 1.057966e-10 9769102.5 Loop time of 0.017149 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:05 2021 Pair time (%) = 0.00116181 (6.77483) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186297) Outpt time (%) = 0.015861 (92.4897) Other time (%) = 9.41753e-05 (0.54916) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:05 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24843 5000 1.057966e-10 9769047 24844 -0.0142024999999923 9768920.81204509 24844 5000 1.0578913e-10 9768920.8 Loop time of 0.0173781 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:05 2021 Pair time (%) = 0.00135708 (7.80913) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.190701) Outpt time (%) = 0.0158532 (91.225) Other time (%) = 0.000134706 (0.775151) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:05 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24844 5000 1.0578913e-10 9768865.3 24845 -0.0142024999999923 9768739.13549078 24845 5000 1.0578165e-10 9768739.1 Loop time of 0.018044 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:05 2021 Pair time (%) = 0.00124097 (6.87746) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.199519) Outpt time (%) = 0.0166199 (92.1078) Other time (%) = 0.000147104 (0.815253) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:05 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24845 5000 1.0578165e-10 9768683.7 24846 -0.0142024999999923 9768557.46851253 24846 5000 1.0577418e-10 9768557.5 Loop time of 0.0177059 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:05 2021 Pair time (%) = 0.00115895 (6.54557) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.18717) Outpt time (%) = 0.016423 (92.7542) Other time (%) = 9.08375e-05 (0.513035) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:05 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24846 5000 1.0577418e-10 9768502 24847 -0.0142024999999923 9768375.81110904 24847 5000 1.0576671e-10 9768375.8 Loop time of 0.017065 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:05 2021 Pair time (%) = 0.00115395 (6.76204) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181625) Outpt time (%) = 0.01579 (92.5282) Other time (%) = 9.01222e-05 (0.52811) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:05 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24847 5000 1.0576671e-10 9768320.3 24848 -0.0142024999999923 9768194.16327895 24848 5000 1.0575923e-10 9768194.2 Loop time of 0.0174181 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:06 2021 Pair time (%) = 0.00142193 (8.16349) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.206688) Outpt time (%) = 0.0158241 (90.8482) Other time (%) = 0.000136137 (0.781582) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:06 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24848 5000 1.0575923e-10 9768138.7 24849 -0.0142024999999923 9768012.52502082 24849 5000 1.0575176e-10 9768012.5 Loop time of 0.0181229 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:06 2021 Pair time (%) = 0.00130892 (7.22245) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.181548) Outpt time (%) = 0.0166769 (92.0211) Other time (%) = 0.000104189 (0.574902) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:06 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24849 5000 1.0575176e-10 9767957.1 24850 -0.0142024999999923 9767830.89633358 24850 5000 1.0574429e-10 9767830.9 Loop time of 0.0207191 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:06 2021 Pair time (%) = 0.00120997 (5.83991) Neigh time (%) = 0 (0) Comm time (%) = 6.91414e-05 (0.333709) Outpt time (%) = 0.0193381 (93.335) Other time (%) = 0.000101805 (0.491358) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:06 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24850 5000 1.0574429e-10 9767775.4 24851 -0.0142024999999923 9767649.27721555 24851 5000 1.0573682e-10 9767649.3 Loop time of 0.017674 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:06 2021 Pair time (%) = 0.00115585 (6.53986) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.182113) Outpt time (%) = 0.016392 (92.7465) Other time (%) = 9.39369e-05 (0.531499) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:06 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24851 5000 1.0573682e-10 9767593.8 24852 -0.0142024999999923 9767467.66766571 24852 5000 1.0572936e-10 9767467.7 Loop time of 0.0172319 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:06 2021 Pair time (%) = 0.00116992 (6.78925) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192318) Outpt time (%) = 0.0158651 (92.0679) Other time (%) = 0.000163794 (0.950523) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:06 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24852 5000 1.0572936e-10 9767412.2 24853 -0.0142024999999923 9767286.06768269 24853 5000 1.0572189e-10 9767286.1 Loop time of 0.017817 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:06 2021 Pair time (%) = 0.00143814 (8.07172) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.218119) Outpt time (%) = 0.0161772 (90.7962) Other time (%) = 0.00016284 (0.913957) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:06 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24853 5000 1.0572189e-10 9767230.6 24854 -0.0142024999999923 9767104.47726501 24854 5000 1.0571442e-10 9767104.5 Loop time of 0.017931 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:06 2021 Pair time (%) = 0.00115395 (6.43549) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.179502) Outpt time (%) = 0.0166519 (92.8665) Other time (%) = 9.29832e-05 (0.518562) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:06 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24854 5000 1.0571442e-10 9767049 24855 -0.0142024999999923 9766922.89642443 24855 5000 1.0570695e-10 9766922.9 Loop time of 0.017617 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:06 2021 Pair time (%) = 0.00115609 (6.56237) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.181348) Outpt time (%) = 0.0163369 (92.7339) Other time (%) = 9.20296e-05 (0.522391) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:06 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24855 5000 1.0570695e-10 9766867.4 24856 -0.0142024999999923 9766741.32518799 24856 5000 1.0569949e-10 9766741.3 Loop time of 0.0204051 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:06 2021 Pair time (%) = 0.00116491 (5.70894) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.161243) Outpt time (%) = 0.0190609 (93.4124) Other time (%) = 0.000146389 (0.717415) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:06 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24856 5000 1.0569949e-10 9766685.9 24857 -0.0142024999999923 9766559.7635361 24857 5000 1.0569202e-10 9766559.8 Loop time of 0.019799 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:06 2021 Pair time (%) = 0.0014329 (7.23721) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.162566) Outpt time (%) = 0.018244 (92.1462) Other time (%) = 8.98838e-05 (0.453982) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:06 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24857 5000 1.0569202e-10 9766504.3 24858 -0.0142024999999923 9766378.21146204 24858 5000 1.0568456e-10 9766378.2 Loop time of 0.018394 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:06 2021 Pair time (%) = 0.00115299 (6.26831) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.168503) Outpt time (%) = 0.0171199 (93.0732) Other time (%) = 9.01222e-05 (0.489955) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:06 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24858 5000 1.0568456e-10 9766322.8 24859 -0.0142024999999923 9766196.66896169 24859 5000 1.056771e-10 9766196.7 Loop time of 0.018229 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:06 2021 Pair time (%) = 0.0012598 (6.91098) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.185723) Outpt time (%) = 0.0168281 (92.3147) Other time (%) = 0.000107288 (0.588558) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:06 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24859 5000 1.056771e-10 9766141.2 24860 -0.0142024999999923 9766015.1360319 24860 5000 1.0566964e-10 9766015.1 Loop time of 0.0204201 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:06 2021 Pair time (%) = 0.00119305 (5.84252) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.161125) Outpt time (%) = 0.019052 (93.3005) Other time (%) = 0.000142097 (0.695871) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:06 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24860 5000 1.0566964e-10 9765959.7 24861 -0.0142024999999923 9765833.61266351 24861 5000 1.0566218e-10 9765833.6 Loop time of 0.017185 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:06 2021 Pair time (%) = 0.00115514 (6.72179) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180358) Outpt time (%) = 0.0159039 (92.5457) Other time (%) = 9.48906e-05 (0.552172) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:06 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24861 5000 1.0566218e-10 9765778.2 24862 -0.0142024999999923 9765652.09885867 24862 5000 1.0565472e-10 9765652.1 Loop time of 0.0172741 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:06 2021 Pair time (%) = 0.00131607 (7.61873) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.213932) Outpt time (%) = 0.015794 (91.4317) Other time (%) = 0.000127077 (0.735649) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:06 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24862 5000 1.0565472e-10 9765596.6 24863 -0.0142024999999923 9765470.59461671 24863 5000 1.0564726e-10 9765470.6 Loop time of 0.0180192 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:06 2021 Pair time (%) = 0.00121903 (6.7652) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.1773) Outpt time (%) = 0.0166659 (92.4899) Other time (%) = 0.000102282 (0.567625) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:06 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24863 5000 1.0564726e-10 9765415.1 24864 -0.0142024999999923 9765289.09993597 24864 5000 1.056398e-10 9765289.1 Loop time of 0.0177569 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:06 2021 Pair time (%) = 0.0011549 (6.50393) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.181262) Outpt time (%) = 0.0164759 (92.7858) Other time (%) = 9.39369e-05 (0.529015) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:06 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24864 5000 1.056398e-10 9765233.7 24865 -0.0142024999999923 9765107.61481431 24865 5000 1.0563234e-10 9765107.6 Loop time of 0.0179501 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:06 2021 Pair time (%) = 0.00120711 (6.72484) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.189937) Outpt time (%) = 0.0165961 (92.457) Other time (%) = 0.000112772 (0.628254) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:06 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24865 5000 1.0563234e-10 9765052.2 24866 -0.0142024999999923 9764926.1392504 24866 5000 1.0562488e-10 9764926.1 Loop time of 0.0178869 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:06 2021 Pair time (%) = 0.00120902 (6.75926) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.178612) Outpt time (%) = 0.0165191 (92.353) Other time (%) = 0.000126839 (0.709116) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:06 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24866 5000 1.0562488e-10 9764870.7 24867 -0.0142024999999923 9764744.67324273 24867 5000 1.0561743e-10 9764744.7 Loop time of 0.017972 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:06 2021 Pair time (%) = 0.00131798 (7.33351) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.193685) Outpt time (%) = 0.0165141 (91.8878) Other time (%) = 0.000105143 (0.585036) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:06 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24867 5000 1.0561743e-10 9764689.2 24868 -0.0142024999999923 9764563.21678954 24868 5000 1.0560997e-10 9764563.2 Loop time of 0.01805 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:06 2021 Pair time (%) = 0.001266 (7.01388) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.182282) Outpt time (%) = 0.01665 (92.2438) Other time (%) = 0.000101089 (0.560054) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:06 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24868 5000 1.0560997e-10 9764507.8 24869 -0.0142024999999923 9764381.76988957 24869 5000 1.0560252e-10 9764381.8 Loop time of 0.0170281 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:06 2021 Pair time (%) = 0.00119305 (7.00634) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18762) Outpt time (%) = 0.0157099 (92.2586) Other time (%) = 9.32217e-05 (0.547458) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:06 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24869 5000 1.0560252e-10 9764326.3 24870 -0.0142024999999923 9764200.33254119 24870 5000 1.0559507e-10 9764200.3 Loop time of 0.02003 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:06 2021 Pair time (%) = 0.00137615 (6.87045) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.184497) Outpt time (%) = 0.0184541 (92.1321) Other time (%) = 0.00016284 (0.812979) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:06 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24870 5000 1.0559507e-10 9764144.9 24871 -0.0142024999999923 9764018.90474296 24871 5000 1.0558761e-10 9764018.9 Loop time of 0.0179839 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:06 2021 Pair time (%) = 0.00144506 (8.03526) Neigh time (%) = 0 (0) Comm time (%) = 5.38826e-05 (0.299616) Outpt time (%) = 0.016326 (90.7809) Other time (%) = 0.000159025 (0.884264) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:06 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24871 5000 1.0558761e-10 9763963.5 24872 -0.0142024999999923 9763837.48649349 24872 5000 1.0558016e-10 9763837.5 Loop time of 0.0179739 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:06 2021 Pair time (%) = 0.00115299 (6.41481) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.183053) Outpt time (%) = 0.016686 (92.8344) Other time (%) = 0.000102043 (0.56773) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:06 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24872 5000 1.0558016e-10 9763782 24873 -0.0142024999999923 9763656.07779149 24873 5000 1.0557271e-10 9763656.1 Loop time of 0.017318 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:06 2021 Pair time (%) = 0.00115299 (6.65776) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.185856) Outpt time (%) = 0.0160401 (92.6208) Other time (%) = 9.27448e-05 (0.53554) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:06 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24873 5000 1.0557271e-10 9763600.6 24874 -0.0142024999999923 9763474.67863548 24874 5000 1.0556526e-10 9763474.7 Loop time of 0.017153 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:06 2021 Pair time (%) = 0.00118995 (6.93724) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198763) Outpt time (%) = 0.015825 (92.258) Other time (%) = 0.000103951 (0.606018) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:06 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24874 5000 1.0556526e-10 9763419.2 24875 -0.0142024999999923 9763293.2890241 24875 5000 1.0555781e-10 9763293.3 Loop time of 0.017916 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:06 2021 Pair time (%) = 0.00130701 (7.29523) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.183645) Outpt time (%) = 0.016463 (91.8903) Other time (%) = 0.00011301 (0.63078) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:06 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24875 5000 1.0555781e-10 9763237.9 24876 -0.0142024999999923 9763111.90895585 24876 5000 1.0555037e-10 9763111.9 Loop time of 0.0176411 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:06 2021 Pair time (%) = 0.00115919 (6.57098) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.181101) Outpt time (%) = 0.016355 (92.71) Other time (%) = 9.48906e-05 (0.537896) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:06 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24876 5000 1.0555037e-10 9763056.5 24877 -0.0142024999999923 9762930.5384296 24877 5000 1.0554292e-10 9762930.5 Loop time of 0.017134 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:06 2021 Pair time (%) = 0.00119209 (6.95749) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192027) Outpt time (%) = 0.0158141 (92.2967) Other time (%) = 9.48906e-05 (0.553816) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:06 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24877 5000 1.0554292e-10 9762875.1 24878 -0.0142024999999923 9762749.17744398 24878 5000 1.0553547e-10 9762749.2 Loop time of 0.017431 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:06 2021 Pair time (%) = 0.00130296 (7.47494) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.292706) Outpt time (%) = 0.015918 (91.32) Other time (%) = 0.000159025 (0.912311) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:06 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24878 5000 1.0553547e-10 9762693.7 24879 -0.0142024999999923 9762567.82599754 24879 5000 1.0552803e-10 9762567.8 Loop time of 0.0181088 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:06 2021 Pair time (%) = 0.00127506 (7.0411) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.188272) Outpt time (%) = 0.01669 (92.165) Other time (%) = 0.000109673 (0.60563) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:06 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24879 5000 1.0552803e-10 9762512.4 24880 -0.0142024999999923 9762386.48408916 24880 5000 1.0552058e-10 9762386.5 Loop time of 0.0205121 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:06 2021 Pair time (%) = 0.00120902 (5.89418) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.160402) Outpt time (%) = 0.019171 (93.4619) Other time (%) = 9.91821e-05 (0.48353) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:06 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24880 5000 1.0552058e-10 9762331.1 24881 -0.0142024999999923 9762205.15171733 24881 5000 1.0551314e-10 9762205.2 Loop time of 0.01789 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:06 2021 Pair time (%) = 0.00121212 (6.77541) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.190575) Outpt time (%) = 0.016542 (92.465) Other time (%) = 0.000101805 (0.56906) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:06 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24881 5000 1.0551314e-10 9762149.7 24882 -0.0142024999999923 9762023.82888103 24882 5000 1.055057e-10 9762023.8 Loop time of 0.017678 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:06 2021 Pair time (%) = 0.00124383 (7.03602) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.20365) Outpt time (%) = 0.016294 (92.171) Other time (%) = 0.000104189 (0.58937) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:06 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24882 5000 1.055057e-10 9761968.4 24883 -0.0142024999999923 9761842.51557875 24883 5000 1.0549825e-10 9761842.5 Loop time of 0.0180979 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:06 2021 Pair time (%) = 0.00141621 (7.82526) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.209464) Outpt time (%) = 0.01651 (91.2262) Other time (%) = 0.000133753 (0.739053) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:06 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24883 5000 1.0549825e-10 9761787.1 24884 -0.0142024999999923 9761661.21180922 24884 5000 1.0549081e-10 9761661.2 Loop time of 0.017942 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:06 2021 Pair time (%) = 0.00127006 (7.07869) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.195338) Outpt time (%) = 0.016535 (92.1586) Other time (%) = 0.000101805 (0.567412) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:06 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24884 5000 1.0549081e-10 9761605.8 24885 -0.0142024999999923 9761479.9175713 24885 5000 1.0548337e-10 9761479.9 Loop time of 0.0178971 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:06 2021 Pair time (%) = 0.00121093 (6.76605) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.189167) Outpt time (%) = 0.0165539 (92.4946) Other time (%) = 9.84669e-05 (0.550183) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:06 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24885 5000 1.0548337e-10 9761424.5 24886 -0.0142024999999923 9761298.63286367 24886 5000 1.0547593e-10 9761298.6 Loop time of 0.017657 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:06 2021 Pair time (%) = 0.00121999 (6.90936) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.19849) Outpt time (%) = 0.016299 (92.3088) Other time (%) = 0.000102997 (0.583319) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:28:06 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24886 5000 1.0547593e-10 9761243.2 24887 -0.0142024999999923 9761092.74079725 24887 5000 2.0797881e-10 9761414.6 Loop time of 0.017699 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:06 2021 Pair time (%) = 0.00151801 (8.57682) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.22092) Outpt time (%) = 0.0159671 (90.2149) Other time (%) = 0.000174761 (0.987405) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:06 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24887 5000 2.0797881e-10 9833256.3 24888 -0.0142349999999922 9833090.64791659 24888 5000 1.6729838e-10 9833090.6 Loop time of 0.017626 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:06 2021 Pair time (%) = 0.00123811 (7.02431) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.186666) Outpt time (%) = 0.0162549 (92.2209) Other time (%) = 0.000100136 (0.568113) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:06 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24888 5000 1.6729838e-10 9833015.6 24889 -0.0142349999999922 9832864.01785556 24889 5000 1.4374581e-10 9832864 Loop time of 0.017653 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:07 2021 Pair time (%) = 0.00120997 (6.85422) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.193134) Outpt time (%) = 0.0163128 (92.4084) Other time (%) = 9.60827e-05 (0.544286) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:07 2021 Memory usage per processor = 27.548 Mbytes Step Atoms AVEKE stressZZ 24889 5000 1.4374581e-10 9832795.9 24890 -0.0142349999999922 9832653.28286042 24890 5000 1.2970541e-10 9832653.3 Loop time of 0.77354 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:07 2021 Pair time (%) = 0.0012331 (0.15941) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.00465408) Outpt time (%) = 0.772165 (99.8223) Other time (%) = 0.000105858 (0.0136849) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:07 2021 Memory usage per processor = 27.5481 Mbytes Step Atoms AVEKE stressZZ 24890 5000 1.2970541e-10 9832589.6 24891 -0.0142349999999922 9832452.65289758 24891 5000 1.2115562e-10 9832452.7 Loop time of 0.0177379 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:07 2021 Pair time (%) = 0.00120902 (6.81604) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.192209) Outpt time (%) = 0.0164008 (92.4622) Other time (%) = 9.39369e-05 (0.529584) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:07 2021 Memory usage per processor = 27.5481 Mbytes Step Atoms AVEKE stressZZ 24891 5000 1.2115562e-10 9832391.8 24892 -0.0142349999999922 9832258.44831827 24892 5000 1.1587119e-10 9832258.4 Loop time of 0.017971 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:07 2021 Pair time (%) = 0.00148106 (8.24135) Neigh time (%) = 0 (0) Comm time (%) = 3.98159e-05 (0.221556) Outpt time (%) = 0.0163112 (90.7636) Other time (%) = 0.000138998 (0.773456) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:07 2021 Memory usage per processor = 27.5481 Mbytes Step Atoms AVEKE stressZZ 24892 5000 1.1587119e-10 9832199.4 24893 -0.0142349999999922 9832068.33067266 24893 5000 1.1257146e-10 9832068.3 Loop time of 0.0178411 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:07 2021 Pair time (%) = 0.00124407 (6.97305) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.207133) Outpt time (%) = 0.016458 (92.2479) Other time (%) = 0.000102043 (0.571955) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:07 2021 Memory usage per processor = 27.5481 Mbytes Step Atoms AVEKE stressZZ 24893 5000 1.1257146e-10 9832010.4 24894 -0.0142349999999922 9831880.81385291 24894 5000 1.1049649e-10 9831880.8 Loop time of 0.017817 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:07 2021 Pair time (%) = 0.00121188 (6.80182) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.186003) Outpt time (%) = 0.016474 (92.4622) Other time (%) = 9.799e-05 (0.54998) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:07 2021 Memory usage per processor = 27.5481 Mbytes Step Atoms AVEKE stressZZ 24894 5000 1.1049649e-10 9831823.6 24895 -0.0142349999999922 9831694.95342197 24895 5000 1.0918508e-10 9831695 Loop time of 0.0176511 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:07 2021 Pair time (%) = 0.00120687 (6.8374) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.191804) Outpt time (%) = 0.0163131 (92.4197) Other time (%) = 9.72748e-05 (0.551098) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:07 2021 Memory usage per processor = 27.5481 Mbytes Step Atoms AVEKE stressZZ 24895 5000 1.0918508e-10 9831638.2 24896 -0.0142349999999922 9831510.14917985 24896 5000 1.0835297e-10 9831510.1 Loop time of 0.0179532 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:07 2021 Pair time (%) = 0.00141501 (7.8817) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.211153) Outpt time (%) = 0.0163791 (91.2325) Other time (%) = 0.000121117 (0.674626) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:07 2021 Memory usage per processor = 27.5481 Mbytes Step Atoms AVEKE stressZZ 24896 5000 1.0835297e-10 9831453.7 24897 -0.0142349999999922 9831326.01969223 24897 5000 1.0782304e-10 9831326 Loop time of 0.0179749 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:07 2021 Pair time (%) = 0.00124288 (6.91453) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.189675) Outpt time (%) = 0.016592 (92.3069) Other time (%) = 0.000105858 (0.588922) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:07 2021 Memory usage per processor = 27.5481 Mbytes Step Atoms AVEKE stressZZ 24897 5000 1.0782304e-10 9831269.7 24898 -0.0142349999999922 9831142.32255298 24898 5000 1.0748417e-10 9831142.3 Loop time of 0.018055 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:07 2021 Pair time (%) = 0.00130892 (7.24963) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.199398) Outpt time (%) = 0.016602 (91.9528) Other time (%) = 0.000108004 (0.598194) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:07 2021 Memory usage per processor = 27.5481 Mbytes Step Atoms AVEKE stressZZ 24898 5000 1.0748417e-10 9831086.2 24899 -0.0142349999999922 9830958.90370975 24899 5000 1.0726633e-10 9830958.9 Loop time of 0.0177729 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:08 2021 Pair time (%) = 0.00120878 (6.80126) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.190489) Outpt time (%) = 0.016433 (92.4609) Other time (%) = 9.72748e-05 (0.54732) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:08 2021 Memory usage per processor = 27.5481 Mbytes Step Atoms AVEKE stressZZ 24899 5000 1.0726633e-10 9830902.8 24900 -0.0142349999999922 9830775.66525962 24900 5000 1.0712525e-10 9830775.7 Loop time of 0.0207441 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:08 2021 Pair time (%) = 0.00142193 (6.85462) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.197685) Outpt time (%) = 0.0191591 (92.3592) Other time (%) = 0.00012207 (0.588458) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:08 2021 Memory usage per processor = 27.5481 Mbytes Step Atoms AVEKE stressZZ 24900 5000 1.0712525e-10 9830719.6 24901 -0.0142349999999922 9830592.54495662 24901 5000 1.0703287e-10 9830592.5 Loop time of 0.0181272 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:08 2021 Pair time (%) = 0.00130796 (7.21548) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.198603) Outpt time (%) = 0.0166609 (91.9112) Other time (%) = 0.000122309 (0.674725) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:08 2021 Memory usage per processor = 27.5481 Mbytes Step Atoms AVEKE stressZZ 24901 5000 1.0703287e-10 9830536.5 24902 -0.0142349999999922 9830409.50323713 24902 5000 1.0697143e-10 9830409.5 Loop time of 0.0179539 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:08 2021 Pair time (%) = 0.00120902 (6.73404) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.184585) Outpt time (%) = 0.0166149 (92.5422) Other time (%) = 9.67979e-05 (0.539148) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:08 2021 Memory usage per processor = 27.5481 Mbytes Step Atoms AVEKE stressZZ 24902 5000 1.0697143e-10 9830353.5 24903 -0.0142349999999922 9830226.51501796 24903 5000 1.0692964e-10 9830226.5 Loop time of 0.0177598 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:08 2021 Pair time (%) = 0.00120711 (6.79689) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.186602) Outpt time (%) = 0.0164218 (92.4661) Other time (%) = 9.77516e-05 (0.550409) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:08 2021 Memory usage per processor = 27.5481 Mbytes Step Atoms AVEKE stressZZ 24903 5000 1.0692964e-10 9830170.6 24904 -0.0142349999999922 9830043.5643282 24904 5000 1.0690033e-10 9830043.6 Loop time of 0.0177369 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:08 2021 Pair time (%) = 0.00127912 (7.2116) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.196252) Outpt time (%) = 0.0163081 (91.9442) Other time (%) = 0.000114918 (0.647902) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:08 2021 Memory usage per processor = 27.5481 Mbytes Step Atoms AVEKE stressZZ 24904 5000 1.0690033e-10 9829987.6 24905 -0.0142349999999922 9829860.64101741 24905 5000 1.0687895e-10 9829860.6 Loop time of 0.01808 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:08 2021 Pair time (%) = 0.00138402 (7.65498) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.226814) Outpt time (%) = 0.0165231 (91.389) Other time (%) = 0.000131845 (0.729234) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:08 2021 Memory usage per processor = 27.5481 Mbytes Step Atoms AVEKE stressZZ 24905 5000 1.0687895e-10 9829804.7 24906 -0.0142349999999922 9829677.73863439 24906 5000 1.068626e-10 9829677.7 Loop time of 0.0178661 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:08 2021 Pair time (%) = 0.00121403 (6.79513) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.19083) Outpt time (%) = 0.01652 (92.4656) Other time (%) = 9.799e-05 (0.548468) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:08 2021 Memory usage per processor = 27.5481 Mbytes Step Atoms AVEKE stressZZ 24906 5000 1.068626e-10 9829621.8 24907 -0.0142349999999922 9829494.85307848 24907 5000 1.0684946e-10 9829494.9 Loop time of 0.0178368 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:08 2021 Pair time (%) = 0.00121593 (6.817) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.185797) Outpt time (%) = 0.01649 (92.4492) Other time (%) = 9.77516e-05 (0.548033) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:08 2021 Memory usage per processor = 27.5481 Mbytes Step Atoms AVEKE stressZZ 24907 5000 1.0684946e-10 9829438.9 24908 -0.0142349999999922 9829311.9817433 24908 5000 1.0683836e-10 9829312 Loop time of 0.017699 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:08 2021 Pair time (%) = 0.00124002 (7.00613) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.203408) Outpt time (%) = 0.016315 (92.1802) Other time (%) = 0.000108004 (0.610224) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:08 2021 Memory usage per processor = 27.5481 Mbytes Step Atoms AVEKE stressZZ 24908 5000 1.0683836e-10 9829256 24909 -0.0142349999999922 9829129.12297153 24909 5000 1.0682855e-10 9829129.1 Loop time of 0.0180891 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:08 2021 Pair time (%) = 0.00142097 (7.85544) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.210884) Outpt time (%) = 0.016489 (91.1547) Other time (%) = 0.000140905 (0.778954) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:08 2021 Memory usage per processor = 27.5481 Mbytes Step Atoms AVEKE stressZZ 24909 5000 1.0682855e-10 9829073.2 24910 -0.0142349999999922 9828946.27570954 24910 5000 1.0681956e-10 9828946.3 Loop time of 0.020571 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:08 2021 Pair time (%) = 0.00121188 (5.89122) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.164579) Outpt time (%) = 0.019228 (93.4713) Other time (%) = 9.72748e-05 (0.472874) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:08 2021 Memory usage per processor = 27.5481 Mbytes Step Atoms AVEKE stressZZ 24910 5000 1.0681956e-10 9828890.3 24911 -0.0142349999999922 9828763.43928701 24911 5000 1.068111e-10 9828763.4 Loop time of 0.017894 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:08 2021 Pair time (%) = 0.00121403 (6.78454) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.1892) Outpt time (%) = 0.016547 (92.472) Other time (%) = 9.91821e-05 (0.554275) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:08 2021 Memory usage per processor = 27.5481 Mbytes Step Atoms AVEKE stressZZ 24911 5000 1.068111e-10 9828707.5 24912 -0.0142349999999922 9828580.61327727 24912 5000 1.0680296e-10 9828580.6 Loop time of 0.017699 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:08 2021 Pair time (%) = 0.00120997 (6.8364) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.191284) Outpt time (%) = 0.016355 (92.4065) Other time (%) = 0.000100136 (0.565771) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:08 2021 Memory usage per processor = 27.5481 Mbytes Step Atoms AVEKE stressZZ 24912 5000 1.0680296e-10 9828524.7 24913 -0.0142349999999922 9828397.79740894 24913 5000 1.0679504e-10 9828397.8 Loop time of 0.017776 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:08 2021 Pair time (%) = 0.00135398 (7.61689) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.214598) Outpt time (%) = 0.0162699 (91.5274) Other time (%) = 0.000113964 (0.641112) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:08 2021 Memory usage per processor = 27.5481 Mbytes Step Atoms AVEKE stressZZ 24913 5000 1.0679504e-10 9828341.9 24914 -0.0142349999999922 9828214.9915083 24914 5000 1.0678726e-10 9828215 Loop time of 0.018064 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:08 2021 Pair time (%) = 0.00134611 (7.45189) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.204577) Outpt time (%) = 0.016557 (91.6572) Other time (%) = 0.000123978 (0.686324) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:08 2021 Memory usage per processor = 27.5481 Mbytes Step Atoms AVEKE stressZZ 24914 5000 1.0678726e-10 9828159.1 24915 -0.0142349999999922 9828032.19546521 24915 5000 1.0677956e-10 9828032.2 Loop time of 0.0179231 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:08 2021 Pair time (%) = 0.00120807 (6.74027) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.183572) Outpt time (%) = 0.0165851 (92.5348) Other time (%) = 9.70364e-05 (0.541403) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:08 2021 Memory usage per processor = 27.5481 Mbytes Step Atoms AVEKE stressZZ 24915 5000 1.0677956e-10 9827976.3 24916 -0.0142349999999922 9827849.40920831 24916 5000 1.0677191e-10 9827849.4 Loop time of 0.017705 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:08 2021 Pair time (%) = 0.00121999 (6.89065) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.20334) Outpt time (%) = 0.0163419 (92.3014) Other time (%) = 0.00010705 (0.604632) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:08 2021 Memory usage per processor = 27.5481 Mbytes Step Atoms AVEKE stressZZ 24916 5000 1.0677191e-10 9827793.5 24917 -0.0142349999999922 9827666.63269199 24917 5000 1.067643e-10 9827666.6 Loop time of 0.0181291 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:08 2021 Pair time (%) = 0.00135994 (7.50141) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.209103) Outpt time (%) = 0.0166152 (91.649) Other time (%) = 0.00011611 (0.640461) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:08 2021 Memory usage per processor = 27.5481 Mbytes Step Atoms AVEKE stressZZ 24917 5000 1.067643e-10 9827610.7 24918 -0.0142349999999922 9827483.86588681 24918 5000 1.0675672e-10 9827483.9 Loop time of 0.0191631 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:08 2021 Pair time (%) = 0.00123191 (6.42854) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.177914) Outpt time (%) = 0.0177958 (92.8648) Other time (%) = 0.000101328 (0.528765) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:08 2021 Memory usage per processor = 27.5481 Mbytes Step Atoms AVEKE stressZZ 24918 5000 1.0675672e-10 9827427.9 24919 -0.0142349999999922 9827301.10877338 24919 5000 1.0674915e-10 9827301.1 Loop time of 0.0200109 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:08 2021 Pair time (%) = 0.00147915 (7.3917) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.175142) Outpt time (%) = 0.018398 (91.9399) Other time (%) = 9.87053e-05 (0.493256) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:08 2021 Memory usage per processor = 27.5481 Mbytes Step Atoms AVEKE stressZZ 24919 5000 1.0674915e-10 9827245.2 24920 -0.0142349999999922 9827118.36133889 24920 5000 1.0674158e-10 9827118.4 Loop time of 0.0220881 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:08 2021 Pair time (%) = 0.00120997 (5.47796) Neigh time (%) = 0 (0) Comm time (%) = 0.000302792 (1.37084) Outpt time (%) = 0.0204811 (92.7248) Other time (%) = 9.41753e-05 (0.426363) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:08 2021 Memory usage per processor = 27.5481 Mbytes Step Atoms AVEKE stressZZ 24920 5000 1.0674158e-10 9827062.4 24921 -0.0142349999999922 9826935.62357441 24921 5000 1.0673403e-10 9826935.6 Loop time of 0.01843 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:08 2021 Pair time (%) = 0.00120592 (6.54325) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.179817) Outpt time (%) = 0.0170979 (92.7724) Other time (%) = 9.29832e-05 (0.504521) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:08 2021 Memory usage per processor = 27.5481 Mbytes Step Atoms AVEKE stressZZ 24921 5000 1.0673403e-10 9826879.7 24922 -0.0142349999999922 9826752.89549571 24922 5000 1.0672648e-10 9826752.9 Loop time of 0.0177069 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:08 2021 Pair time (%) = 0.00123 (6.94646) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.197932) Outpt time (%) = 0.0163391 (92.2753) Other time (%) = 0.000102758 (0.580331) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:08 2021 Memory usage per processor = 27.5481 Mbytes Step Atoms AVEKE stressZZ 24922 5000 1.0672648e-10 9826697 24923 -0.0142349999999922 9826570.1771088 24923 5000 1.0671893e-10 9826570.2 Loop time of 0.0181839 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:08 2021 Pair time (%) = 0.00144196 (7.92983) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.209784) Outpt time (%) = 0.016551 (91.0199) Other time (%) = 0.000152826 (0.840446) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:08 2021 Memory usage per processor = 27.5481 Mbytes Step Atoms AVEKE stressZZ 24923 5000 1.0671893e-10 9826514.3 24924 -0.0142349999999922 9826387.46839667 24924 5000 1.0671138e-10 9826387.5 Loop time of 0.017916 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:08 2021 Pair time (%) = 0.00121307 (6.77091) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.184976) Outpt time (%) = 0.016571 (92.4932) Other time (%) = 9.87053e-05 (0.550935) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:08 2021 Memory usage per processor = 27.5481 Mbytes Step Atoms AVEKE stressZZ 24924 5000 1.0671138e-10 9826331.6 24925 -0.0142349999999922 9826204.76935271 24925 5000 1.0670384e-10 9826204.8 Loop time of 0.0179629 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:08 2021 Pair time (%) = 0.00122499 (6.81957) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.184492) Outpt time (%) = 0.0166061 (92.4464) Other time (%) = 9.87053e-05 (0.549494) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:08 2021 Memory usage per processor = 27.5481 Mbytes Step Atoms AVEKE stressZZ 24925 5000 1.0670384e-10 9826148.9 24926 -0.0142349999999922 9826022.07997254 24926 5000 1.066963e-10 9826022.1 Loop time of 0.0177238 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:08 2021 Pair time (%) = 0.00121307 (6.84432) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.197743) Outpt time (%) = 0.0163689 (92.3553) Other time (%) = 0.000106812 (0.602645) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:08 2021 Memory usage per processor = 27.5481 Mbytes Step Atoms AVEKE stressZZ 24926 5000 1.066963e-10 9825966.2 24927 -0.0142349999999922 9825839.40025268 24927 5000 1.0668876e-10 9825839.4 Loop time of 0.0181952 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:08 2021 Pair time (%) = 0.00144005 (7.91446) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.214896) Outpt time (%) = 0.0165491 (90.9534) Other time (%) = 0.000166893 (0.917239) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:08 2021 Memory usage per processor = 27.5481 Mbytes Step Atoms AVEKE stressZZ 24927 5000 1.0668876e-10 9825783.5 24928 -0.0142349999999922 9825656.73019061 24928 5000 1.0668122e-10 9825656.7 Loop time of 0.0179241 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:08 2021 Pair time (%) = 0.00121188 (6.7612) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.183562) Outpt time (%) = 0.0165811 (92.5072) Other time (%) = 9.82285e-05 (0.548025) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:08 2021 Memory usage per processor = 27.5481 Mbytes Step Atoms AVEKE stressZZ 24928 5000 1.0668122e-10 9825600.8 24929 -0.0142349999999922 9825474.06978371 24929 5000 1.0667368e-10 9825474.1 Loop time of 0.0178561 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:08 2021 Pair time (%) = 0.00120592 (6.75355) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.189601) Outpt time (%) = 0.0165188 (92.5107) Other time (%) = 9.75132e-05 (0.546105) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:08 2021 Memory usage per processor = 27.5481 Mbytes Step Atoms AVEKE stressZZ 24929 5000 1.0667368e-10 9825418.2 24930 -0.0142349999999922 9825291.41902976 24930 5000 1.0666614e-10 9825291.4 Loop time of 0.02036 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:08 2021 Pair time (%) = 0.00121498 (5.96749) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.166284) Outpt time (%) = 0.0190091 (93.365) Other time (%) = 0.000102043 (0.501194) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:08 2021 Memory usage per processor = 27.5481 Mbytes Step Atoms AVEKE stressZZ 24930 5000 1.0666614e-10 9825235.5 24931 -0.0142349999999922 9825108.77792686 24931 5000 1.066586e-10 9825108.8 Loop time of 0.0177891 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:08 2021 Pair time (%) = 0.00132489 (7.44776) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.197017) Outpt time (%) = 0.0163209 (91.7467) Other time (%) = 0.000108242 (0.608473) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:08 2021 Memory usage per processor = 27.5481 Mbytes Step Atoms AVEKE stressZZ 24931 5000 1.066586e-10 9825052.9 24932 -0.0142349999999922 9824926.14647304 24932 5000 1.0665106e-10 9824926.1 Loop time of 0.0180228 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:08 2021 Pair time (%) = 0.0013051 (7.24141) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.216951) Outpt time (%) = 0.0165679 (91.9278) Other time (%) = 0.000110626 (0.613813) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:08 2021 Memory usage per processor = 27.5481 Mbytes Step Atoms AVEKE stressZZ 24932 5000 1.0665106e-10 9824870.2 24933 -0.0142349999999922 9824743.52466645 24933 5000 1.0664353e-10 9824743.5 Loop time of 0.0179031 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:08 2021 Pair time (%) = 0.00120997 (6.75847) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.190436) Outpt time (%) = 0.016562 (92.5091) Other time (%) = 9.70364e-05 (0.542009) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:08 2021 Memory usage per processor = 27.5481 Mbytes Step Atoms AVEKE stressZZ 24933 5000 1.0664353e-10 9824687.6 24934 -0.0142349999999922 9824560.91250534 24934 5000 1.0663599e-10 9824560.9 Loop time of 0.01771 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:08 2021 Pair time (%) = 0.00121093 (6.83755) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.185781) Outpt time (%) = 0.0163679 (92.422) Other time (%) = 9.82285e-05 (0.554651) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:08 2021 Memory usage per processor = 27.5481 Mbytes Step Atoms AVEKE stressZZ 24934 5000 1.0663599e-10 9824505 24935 -0.0142349999999922 9824378.30998811 24935 5000 1.0662846e-10 9824378.3 Loop time of 0.017766 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:08 2021 Pair time (%) = 0.00133204 (7.49772) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.202641) Outpt time (%) = 0.016288 (91.681) Other time (%) = 0.000109911 (0.618659) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:08 2021 Memory usage per processor = 27.5481 Mbytes Step Atoms AVEKE stressZZ 24935 5000 1.0662846e-10 9824322.4 24936 -0.0142349999999922 9824195.71711286 24936 5000 1.0662093e-10 9824195.7 Loop time of 0.018048 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:08 2021 Pair time (%) = 0.001297 (7.18636) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.187585) Outpt time (%) = 0.0165999 (91.9761) Other time (%) = 0.000117302 (0.649943) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:08 2021 Memory usage per processor = 27.5481 Mbytes Step Atoms AVEKE stressZZ 24936 5000 1.0662093e-10 9824139.8 24937 -0.0142349999999922 9824013.13387818 24937 5000 1.066134e-10 9824013.1 Loop time of 0.0178831 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:08 2021 Pair time (%) = 0.00121403 (6.7887) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.194648) Outpt time (%) = 0.016536 (92.4674) Other time (%) = 9.82285e-05 (0.549282) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:08 2021 Memory usage per processor = 27.5481 Mbytes Step Atoms AVEKE stressZZ 24937 5000 1.066134e-10 9823957.2 24938 -0.0142349999999922 9823830.56028235 24938 5000 1.0660587e-10 9823830.6 Loop time of 0.017807 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:08 2021 Pair time (%) = 0.00121498 (6.82305) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.190124) Outpt time (%) = 0.0164609 (92.4406) Other time (%) = 9.72748e-05 (0.546272) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:08 2021 Memory usage per processor = 27.5481 Mbytes Step Atoms AVEKE stressZZ 24938 5000 1.0660587e-10 9823774.7 24939 -0.0142349999999922 9823647.99632397 24939 5000 1.0659833e-10 9823648 Loop time of 0.01771 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:08 2021 Pair time (%) = 0.00127006 (7.17142) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.203282) Outpt time (%) = 0.0163009 (92.0437) Other time (%) = 0.000102997 (0.581575) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:08 2021 Memory usage per processor = 27.5481 Mbytes Step Atoms AVEKE stressZZ 24939 5000 1.0659833e-10 9823592.1 24940 -0.0142349999999922 9823465.44200141 24940 5000 1.0659081e-10 9823465.4 Loop time of 0.020884 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:09 2021 Pair time (%) = 0.00135183 (6.47305) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.166678) Outpt time (%) = 0.0193741 (92.7701) Other time (%) = 0.000123262 (0.590223) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:09 2021 Memory usage per processor = 27.5481 Mbytes Step Atoms AVEKE stressZZ 24940 5000 1.0659081e-10 9823409.6 24941 -0.0142349999999922 9823282.89731302 24941 5000 1.0658328e-10 9823282.9 Loop time of 0.017925 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:09 2021 Pair time (%) = 0.00122809 (6.85128) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.190203) Outpt time (%) = 0.016562 (92.3959) Other time (%) = 0.000100851 (0.562627) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:09 2021 Memory usage per processor = 27.5481 Mbytes Step Atoms AVEKE stressZZ 24941 5000 1.0658328e-10 9823227 24942 -0.0142349999999922 9823100.3622575 24942 5000 1.0657575e-10 9823100.4 Loop time of 0.0179081 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:09 2021 Pair time (%) = 0.00121903 (6.80717) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.183726) Outpt time (%) = 0.016556 (92.4499) Other time (%) = 0.000100136 (0.559165) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:09 2021 Memory usage per processor = 27.5481 Mbytes Step Atoms AVEKE stressZZ 24942 5000 1.0657575e-10 9823044.5 24943 -0.0142349999999922 9822917.83683337 24943 5000 1.0656822e-10 9822917.8 Loop time of 0.017709 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:09 2021 Pair time (%) = 0.00122619 (6.92408) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.185791) Outpt time (%) = 0.0163481 (92.3153) Other time (%) = 0.000101805 (0.574875) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:09 2021 Memory usage per processor = 27.5481 Mbytes Step Atoms AVEKE stressZZ 24943 5000 1.0656822e-10 9822862 24944 -0.0142349999999922 9822735.32103881 24944 5000 1.065607e-10 9822735.3 Loop time of 0.0179801 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:09 2021 Pair time (%) = 0.001436 (7.98658) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.22277) Outpt time (%) = 0.0163748 (91.0719) Other time (%) = 0.000129223 (0.718699) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:09 2021 Memory usage per processor = 27.5481 Mbytes Step Atoms AVEKE stressZZ 24944 5000 1.065607e-10 9822679.4 24945 -0.0142349999999922 9822552.81487278 24945 5000 1.0655317e-10 9822552.8 Loop time of 0.0179901 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:09 2021 Pair time (%) = 0.00126219 (7.01601) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.210719) Outpt time (%) = 0.0165889 (92.2114) Other time (%) = 0.000101089 (0.561917) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:09 2021 Memory usage per processor = 27.5481 Mbytes Step Atoms AVEKE stressZZ 24945 5000 1.0655317e-10 9822496.9 24946 -0.0142349999999922 9822370.31833371 24946 5000 1.0654565e-10 9822370.3 Loop time of 0.0179019 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:09 2021 Pair time (%) = 0.00121021 (6.76025) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.183789) Outpt time (%) = 0.0165601 (92.5046) Other time (%) = 9.87053e-05 (0.551368) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:09 2021 Memory usage per processor = 27.5481 Mbytes Step Atoms AVEKE stressZZ 24946 5000 1.0654565e-10 9822314.4 24947 -0.0142349999999922 9822187.83141999 24947 5000 1.0653812e-10 9822187.8 Loop time of 0.0176809 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:09 2021 Pair time (%) = 0.00121403 (6.86633) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.19148) Outpt time (%) = 0.0163329 (92.3758) Other time (%) = 0.000100136 (0.566351) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:09 2021 Memory usage per processor = 27.5481 Mbytes Step Atoms AVEKE stressZZ 24947 5000 1.0653812e-10 9822132 24948 -0.0142349999999922 9822005.35413032 24948 5000 1.065306e-10 9822005.4 Loop time of 0.017869 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:09 2021 Pair time (%) = 0.00142312 (7.96419) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.218818) Outpt time (%) = 0.0162871 (91.1472) Other time (%) = 0.000119686 (0.669798) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:09 2021 Memory usage per processor = 27.5481 Mbytes Step Atoms AVEKE stressZZ 24948 5000 1.065306e-10 9821949.5 24949 -0.0142349999999922 9821822.88652476 24949 5000 1.0652308e-10 9821822.9 Loop time of 0.017982 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:09 2021 Pair time (%) = 0.00129294 (7.19021) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.200207) Outpt time (%) = 0.0165479 (92.0249) Other time (%) = 0.000105143 (0.58471) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:09 2021 Memory usage per processor = 27.5481 Mbytes Step Atoms AVEKE stressZZ 24949 5000 1.0652308e-10 9821767 24950 -0.0142349999999922 9821640.42861271 24950 5000 1.0651556e-10 9821640.4 Loop time of 0.0205309 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:09 2021 Pair time (%) = 0.00121212 (5.90387) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.161416) Outpt time (%) = 0.0191882 (93.4598) Other time (%) = 9.75132e-05 (0.474957) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:09 2021 Memory usage per processor = 27.5481 Mbytes Step Atoms AVEKE stressZZ 24950 5000 1.0651556e-10 9821584.6 24951 -0.0142349999999922 9821457.98036378 24951 5000 1.0650804e-10 9821458 Loop time of 0.01773 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:09 2021 Pair time (%) = 0.00121093 (6.82983) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.192295) Outpt time (%) = 0.016387 (92.4252) Other time (%) = 9.799e-05 (0.552679) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:09 2021 Memory usage per processor = 27.5481 Mbytes Step Atoms AVEKE stressZZ 24951 5000 1.0650804e-10 9821402.1 24952 -0.0142349999999922 9821275.54175159 24952 5000 1.0650052e-10 9821275.5 Loop time of 0.017817 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:09 2021 Pair time (%) = 0.00136209 (7.64485) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.224809) Outpt time (%) = 0.016299 (91.48) Other time (%) = 0.000115871 (0.650341) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:09 2021 Memory usage per processor = 27.5481 Mbytes Step Atoms AVEKE stressZZ 24952 5000 1.0650052e-10 9821219.7 24953 -0.0142349999999922 9821093.1127806 24953 5000 1.06493e-10 9821093.1 Loop time of 0.0180371 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:09 2021 Pair time (%) = 0.00130796 (7.25153) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.194308) Outpt time (%) = 0.0165792 (91.917) Other time (%) = 0.000114918 (0.637119) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:09 2021 Memory usage per processor = 27.5481 Mbytes Step Atoms AVEKE stressZZ 24953 5000 1.06493e-10 9821037.2 24954 -0.0142349999999922 9820910.69344807 24954 5000 1.0648549e-10 9820910.7 Loop time of 0.017868 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:09 2021 Pair time (%) = 0.00120902 (6.76639) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.190809) Outpt time (%) = 0.0165279 (92.4997) Other time (%) = 9.70364e-05 (0.543072) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:09 2021 Memory usage per processor = 27.5481 Mbytes Step Atoms AVEKE stressZZ 24954 5000 1.0648549e-10 9820854.8 24955 -0.0142349999999922 9820728.28375028 24955 5000 1.0647797e-10 9820728.3 Loop time of 0.017935 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:09 2021 Pair time (%) = 0.00131297 (7.3207) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.188767) Outpt time (%) = 0.0164781 (91.8764) Other time (%) = 0.000110149 (0.614158) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:09 2021 Memory usage per processor = 27.5481 Mbytes Step Atoms AVEKE stressZZ 24955 5000 1.0647797e-10 9820672.4 24956 -0.0142349999999922 9820545.8836847 24956 5000 1.0647046e-10 9820545.9 Loop time of 0.0177081 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:09 2021 Pair time (%) = 0.00127602 (7.20585) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.197918) Outpt time (%) = 0.016289 (91.9863) Other time (%) = 0.000108004 (0.609912) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:09 2021 Memory usage per processor = 27.5481 Mbytes Step Atoms AVEKE stressZZ 24956 5000 1.0647046e-10 9820490 24957 -0.0142349999999922 9820363.49324895 24957 5000 1.0646294e-10 9820363.5 Loop time of 0.0182009 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:09 2021 Pair time (%) = 0.00138402 (7.60414) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.208279) Outpt time (%) = 0.0166421 (91.4357) Other time (%) = 0.000136852 (0.751899) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:09 2021 Memory usage per processor = 27.5481 Mbytes Step Atoms AVEKE stressZZ 24957 5000 1.0646294e-10 9820307.6 24958 -0.0142349999999922 9820181.11241987 24958 5000 1.0645543e-10 9820181.1 Loop time of 0.0180762 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:09 2021 Pair time (%) = 0.00125384 (6.93644) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.192569) Outpt time (%) = 0.01668 (92.2761) Other time (%) = 0.000107527 (0.594853) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:09 2021 Memory usage per processor = 27.5481 Mbytes Step Atoms AVEKE stressZZ 24958 5000 1.0645543e-10 9820125.3 24959 -0.0142349999999922 9819998.74120718 24959 5000 1.0644791e-10 9819998.7 Loop time of 0.019191 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:09 2021 Pair time (%) = 0.00121713 (6.34217) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.172686) Outpt time (%) = 0.0178421 (92.9708) Other time (%) = 9.87053e-05 (0.51433) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:09 2021 Memory usage per processor = 27.5481 Mbytes Step Atoms AVEKE stressZZ 24959 5000 1.0644791e-10 9819942.9 24960 -0.0142349999999922 9819816.37961663 24960 5000 1.064404e-10 9819816.4 Loop time of 0.023159 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:09 2021 Pair time (%) = 0.00147796 (6.38177) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.147216) Outpt time (%) = 0.021549 (93.0479) Other time (%) = 9.799e-05 (0.423118) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:09 2021 Memory usage per processor = 27.5481 Mbytes Step Atoms AVEKE stressZZ 24960 5000 1.064404e-10 9819760.5 24961 -0.0142349999999922 9819634.02764643 24961 5000 1.0643289e-10 9819634 Loop time of 0.0186269 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:09 2021 Pair time (%) = 0.00121593 (6.52783) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.176635) Outpt time (%) = 0.0172839 (92.7899) Other time (%) = 9.41753e-05 (0.505587) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:09 2021 Memory usage per processor = 27.5481 Mbytes Step Atoms AVEKE stressZZ 24961 5000 1.0643289e-10 9819578.2 24962 -0.0142349999999922 9819451.68529473 24962 5000 1.0642538e-10 9819451.7 Loop time of 0.0182939 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:09 2021 Pair time (%) = 0.00120997 (6.6141) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.179851) Outpt time (%) = 0.016958 (92.6978) Other time (%) = 9.29832e-05 (0.508276) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:09 2021 Memory usage per processor = 27.5481 Mbytes Step Atoms AVEKE stressZZ 24962 5000 1.0642538e-10 9819395.8 24963 -0.0142349999999922 9819269.35255966 24963 5000 1.0641787e-10 9819269.4 Loop time of 0.01775 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:09 2021 Pair time (%) = 0.0012691 (7.14986) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.196107) Outpt time (%) = 0.0163379 (92.0442) Other time (%) = 0.000108242 (0.609813) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:09 2021 Memory usage per processor = 27.5481 Mbytes Step Atoms AVEKE stressZZ 24963 5000 1.0641787e-10 9819213.5 24964 -0.0142349999999922 9819087.02943957 24964 5000 1.0641036e-10 9819087 Loop time of 0.0180528 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:09 2021 Pair time (%) = 0.00136685 (7.57142) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.192818) Outpt time (%) = 0.0165219 (91.52) Other time (%) = 0.000129223 (0.715804) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:09 2021 Memory usage per processor = 27.5481 Mbytes Step Atoms AVEKE stressZZ 24964 5000 1.0641036e-10 9819031.2 24965 -0.0142349999999922 9818904.71593268 24965 5000 1.0640286e-10 9818904.7 Loop time of 0.0180061 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:09 2021 Pair time (%) = 0.00130701 (7.25872) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.210532) Outpt time (%) = 0.0165491 (91.9084) Other time (%) = 0.000112057 (0.622327) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:09 2021 Memory usage per processor = 27.5481 Mbytes Step Atoms AVEKE stressZZ 24965 5000 1.0640286e-10 9818848.9 24966 -0.0142349999999922 9818722.41203741 24966 5000 1.0639535e-10 9818722.4 Loop time of 0.0178189 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:09 2021 Pair time (%) = 0.00121212 (6.80243) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.191335) Outpt time (%) = 0.0164771 (92.4697) Other time (%) = 9.56059e-05 (0.536541) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:09 2021 Memory usage per processor = 27.5481 Mbytes Step Atoms AVEKE stressZZ 24966 5000 1.0639535e-10 9818666.6 24967 -0.0142349999999922 9818540.11776261 24967 5000 1.0638784e-10 9818540.1 Loop time of 0.0176508 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:09 2021 Pair time (%) = 0.00124502 (7.05361) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.19856) Outpt time (%) = 0.0162659 (92.1535) Other time (%) = 0.000104904 (0.59433) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:09 2021 Memory usage per processor = 27.5481 Mbytes Step Atoms AVEKE stressZZ 24967 5000 1.0638784e-10 9818484.3 24968 -0.0142349999999922 9818357.83313114 24968 5000 1.0638034e-10 9818357.8 Loop time of 0.0181749 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:09 2021 Pair time (%) = 0.00143981 (7.92197) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.208577) Outpt time (%) = 0.0165269 (90.9328) Other time (%) = 0.000170231 (0.936627) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:09 2021 Memory usage per processor = 27.5481 Mbytes Step Atoms AVEKE stressZZ 24968 5000 1.0638034e-10 9818302 24969 -0.0142349999999922 9818175.55812603 24969 5000 1.0637283e-10 9818175.6 Loop time of 0.0178649 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:09 2021 Pair time (%) = 0.00121403 (6.79559) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.185504) Outpt time (%) = 0.016521 (92.4771) Other time (%) = 9.67979e-05 (0.541832) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:09 2021 Memory usage per processor = 27.5481 Mbytes Step Atoms AVEKE stressZZ 24969 5000 1.0637283e-10 9818119.7 24970 -0.0142349999999922 9817993.29274092 24970 5000 1.0636533e-10 9817993.3 Loop time of 0.0206449 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:09 2021 Pair time (%) = 0.00123501 (5.98215) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.15937) Outpt time (%) = 0.0192709 (93.3446) Other time (%) = 0.000106096 (0.51391) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:09 2021 Memory usage per processor = 27.5481 Mbytes Step Atoms AVEKE stressZZ 24970 5000 1.0636533e-10 9817937.5 24971 -0.0142349999999922 9817811.03697194 24971 5000 1.0635783e-10 9817811 Loop time of 0.017715 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:09 2021 Pair time (%) = 0.00120997 (6.83023) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.191112) Outpt time (%) = 0.0163729 (92.4242) Other time (%) = 9.82285e-05 (0.554494) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:09 2021 Memory usage per processor = 27.5481 Mbytes Step Atoms AVEKE stressZZ 24971 5000 1.0635783e-10 9817755.2 24972 -0.0142349999999922 9817628.79081617 24972 5000 1.0635033e-10 9817628.8 Loop time of 0.017695 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:09 2021 Pair time (%) = 0.00128484 (7.26104) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.198065) Outpt time (%) = 0.0162699 (91.9467) Other time (%) = 0.000105143 (0.594195) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:09 2021 Memory usage per processor = 27.5481 Mbytes Step Atoms AVEKE stressZZ 24972 5000 1.0635033e-10 9817573 24973 -0.0142349999999922 9817446.5542711 24973 5000 1.0634283e-10 9817446.6 Loop time of 0.01809 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:09 2021 Pair time (%) = 0.00130391 (7.20791) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.210873) Outpt time (%) = 0.0166361 (91.9631) Other time (%) = 0.000111818 (0.618122) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:09 2021 Memory usage per processor = 27.5481 Mbytes Step Atoms AVEKE stressZZ 24973 5000 1.0634283e-10 9817390.7 24974 -0.0142349999999922 9817264.3273345 24974 5000 1.0633533e-10 9817264.3 Loop time of 0.0178909 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:09 2021 Pair time (%) = 0.00122094 (6.82436) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.190565) Outpt time (%) = 0.0165401 (92.4494) Other time (%) = 9.58443e-05 (0.535714) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:09 2021 Memory usage per processor = 27.5481 Mbytes Step Atoms AVEKE stressZZ 24974 5000 1.0633533e-10 9817208.5 24975 -0.0142349999999922 9817082.110022 24975 5000 1.0632783e-10 9817082.1 Loop time of 0.0177221 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:09 2021 Pair time (%) = 0.00121379 (6.849) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.185654) Outpt time (%) = 0.016376 (92.4043) Other time (%) = 9.94205e-05 (0.560997) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:09 2021 Memory usage per processor = 27.5481 Mbytes Step Atoms AVEKE stressZZ 24975 5000 1.0632783e-10 9817026.3 24976 -0.0142349999999922 9816899.9023704 24976 5000 1.0632033e-10 9816899.9 Loop time of 0.0177548 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:09 2021 Pair time (%) = 0.00125813 (7.08617) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.202769) Outpt time (%) = 0.0163538 (92.1095) Other time (%) = 0.000106812 (0.601593) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:09 2021 Memory usage per processor = 27.5481 Mbytes Step Atoms AVEKE stressZZ 24976 5000 1.0632033e-10 9816844.1 24977 -0.0142349999999922 9816717.70435306 24977 5000 1.0631283e-10 9816717.7 Loop time of 0.0180209 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:09 2021 Pair time (%) = 0.00129604 (7.1919) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.194483) Outpt time (%) = 0.016578 (91.9931) Other time (%) = 0.000111818 (0.620493) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:09 2021 Memory usage per processor = 27.5481 Mbytes Step Atoms AVEKE stressZZ 24977 5000 1.0631283e-10 9816661.9 24978 -0.0142349999999922 9816535.51596051 24978 5000 1.0630534e-10 9816535.5 Loop time of 0.017951 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:09 2021 Pair time (%) = 0.00120687 (6.72316) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.188599) Outpt time (%) = 0.016614 (92.5517) Other time (%) = 9.63211e-05 (0.536578) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:09 2021 Memory usage per processor = 27.5481 Mbytes Step Atoms AVEKE stressZZ 24978 5000 1.0630534e-10 9816479.7 24979 -0.0142349999999922 9816353.33718775 24979 5000 1.0629784e-10 9816353.3 Loop time of 0.0177841 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:09 2021 Pair time (%) = 0.00121808 (6.84926) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.19171) Outpt time (%) = 0.0164318 (92.396) Other time (%) = 0.000100136 (0.563063) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:09 2021 Memory usage per processor = 27.5481 Mbytes Step Atoms AVEKE stressZZ 24979 5000 1.0629784e-10 9816297.5 24980 -0.0142349999999922 9816171.16811951 24980 5000 1.0629035e-10 9816171.2 Loop time of 0.0203211 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:09 2021 Pair time (%) = 0.00125694 (6.1854) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.172468) Outpt time (%) = 0.0189202 (93.106) Other time (%) = 0.000108957 (0.536177) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:09 2021 Memory usage per processor = 27.5482 Mbytes Step Atoms AVEKE stressZZ 24980 5000 1.0629035e-10 9816115.3 24981 -0.0142349999999922 9815989.00873193 24981 5000 1.0628285e-10 9815989 Loop time of 0.0181351 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:10 2021 Pair time (%) = 0.00145102 (8.00116) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.215608) Outpt time (%) = 0.0164919 (90.9392) Other time (%) = 0.000153065 (0.844026) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:10 2021 Memory usage per processor = 27.5482 Mbytes Step Atoms AVEKE stressZZ 24981 5000 1.0628285e-10 9815933.2 24982 -0.0142349999999922 9815806.85899912 24982 5000 1.0627536e-10 9815806.9 Loop time of 0.0178909 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:10 2021 Pair time (%) = 0.00124478 (6.95762) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.189232) Outpt time (%) = 0.0165129 (92.2974) Other time (%) = 9.94205e-05 (0.555704) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:10 2021 Memory usage per processor = 27.5482 Mbytes Step Atoms AVEKE stressZZ 24982 5000 1.0627536e-10 9815751 24983 -0.0142349999999922 9815624.71890968 24983 5000 1.0626787e-10 9815624.7 Loop time of 0.017976 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:10 2021 Pair time (%) = 0.0012641 (7.03211) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.183031) Outpt time (%) = 0.016573 (92.1946) Other time (%) = 0.000106096 (0.590209) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:10 2021 Memory usage per processor = 27.5482 Mbytes Step Atoms AVEKE stressZZ 24983 5000 1.0626787e-10 9815568.9 24984 -0.0142349999999922 9815442.58845666 24984 5000 1.0626038e-10 9815442.6 Loop time of 0.0176609 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:10 2021 Pair time (%) = 0.00121307 (6.86871) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.187648) Outpt time (%) = 0.016315 (92.3793) Other time (%) = 9.9659e-05 (0.564293) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:10 2021 Memory usage per processor = 27.5482 Mbytes Step Atoms AVEKE stressZZ 24984 5000 1.0626038e-10 9815386.8 24985 -0.0142349999999922 9815260.46763697 24985 5000 1.0625289e-10 9815260.5 Loop time of 0.0178919 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:10 2021 Pair time (%) = 0.00143909 (8.04328) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.213208) Outpt time (%) = 0.0162849 (91.0186) Other time (%) = 0.0001297 (0.724908) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:10 2021 Memory usage per processor = 27.5482 Mbytes Step Atoms AVEKE stressZZ 24985 5000 1.0625289e-10 9815204.6 24986 -0.0142349999999922 9815078.35644472 24986 5000 1.062454e-10 9815078.4 Loop time of 0.01792 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:10 2021 Pair time (%) = 0.00124407 (6.94234) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.195578) Outpt time (%) = 0.016536 (92.2767) Other time (%) = 0.000104904 (0.585402) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:10 2021 Memory usage per processor = 27.5482 Mbytes Step Atoms AVEKE stressZZ 24986 5000 1.062454e-10 9815022.5 24987 -0.0142349999999922 9814896.25487466 24987 5000 1.0623791e-10 9814896.3 Loop time of 0.017909 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:10 2021 Pair time (%) = 0.00122118 (6.81879) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.183716) Outpt time (%) = 0.0165572 (92.4517) Other time (%) = 9.77516e-05 (0.545822) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:28:10 2021 Memory usage per processor = 27.5482 Mbytes Step Atoms AVEKE stressZZ 24987 5000 1.0623791e-10 9814840.4 24988 -0.0142349999999922 9814689.47185297 24988 5000 2.0947588e-10 9815013.1 Loop time of 0.017185 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:10 2021 Pair time (%) = 0.00121117 (7.04782) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198393) Outpt time (%) = 0.0158179 (92.0448) Other time (%) = 0.000121832 (0.708944) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:10 2021 Memory usage per processor = 27.5482 Mbytes Step Atoms AVEKE stressZZ 24988 5000 2.0947588e-10 9887018.2 24989 -0.0142674999999922 9886852.0708251 24989 5000 1.6850185e-10 9886852.1 Loop time of 0.0177538 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:10 2021 Pair time (%) = 0.00146294 (8.24011) Neigh time (%) = 0 (0) Comm time (%) = 4.41074e-05 (0.248439) Outpt time (%) = 0.0160918 (90.6386) Other time (%) = 0.000154972 (0.872893) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:10 2021 Memory usage per processor = 27.5482 Mbytes Step Atoms AVEKE stressZZ 24989 5000 1.6850185e-10 9886776.5 24990 -0.0142674999999922 9886624.39930104 24990 5000 1.4477942e-10 9886624.4 Loop time of 0.0204301 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:10 2021 Pair time (%) = 0.00124598 (6.09873) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.171549) Outpt time (%) = 0.0190501 (93.2454) Other time (%) = 9.89437e-05 (0.484304) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:10 2021 Memory usage per processor = 27.5482 Mbytes Step Atoms AVEKE stressZZ 24990 5000 1.4477942e-10 9886555.8 24991 -0.0142674999999922 9886412.70302108 24991 5000 1.3063781e-10 9886412.7 Loop time of 0.0177758 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:10 2021 Pair time (%) = 0.00121713 (6.84711) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.1918) Outpt time (%) = 0.016428 (92.4179) Other time (%) = 9.65595e-05 (0.543209) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:10 2021 Memory usage per processor = 27.5482 Mbytes Step Atoms AVEKE stressZZ 24991 5000 1.3063781e-10 9886348.6 24992 -0.0142674999999922 9886211.16269502 24992 5000 1.2202641e-10 9886211.2 Loop time of 0.0176792 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:10 2021 Pair time (%) = 0.00121212 (6.85619) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.187453) Outpt time (%) = 0.016335 (92.3967) Other time (%) = 9.89437e-05 (0.559661) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:10 2021 Memory usage per processor = 27.5482 Mbytes Step Atoms AVEKE stressZZ 24992 5000 1.2202641e-10 9886149.9 24993 -0.0142674999999922 9886016.08011748 24993 5000 1.1670392e-10 9886016.1 Loop time of 0.01757 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:10 2021 Pair time (%) = 0.00128794 (7.33031) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.198117) Outpt time (%) = 0.016139 (91.8555) Other time (%) = 0.000108242 (0.616061) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:10 2021 Memory usage per processor = 27.5482 Mbytes Step Atoms AVEKE stressZZ 24993 5000 1.1670392e-10 9885956.6 24994 -0.0142674999999922 9885825.10504515 24994 5000 1.1338043e-10 9885825.1 Loop time of 0.0179088 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:10 2021 Pair time (%) = 0.00128508 (7.17566) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.1957) Outpt time (%) = 0.016475 (91.9936) Other time (%) = 0.000113726 (0.635026) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:10 2021 Memory usage per processor = 27.5482 Mbytes Step Atoms AVEKE stressZZ 24994 5000 1.1338043e-10 9885766.8 24995 -0.0142674999999922 9885636.74387564 24995 5000 1.1129051e-10 9885636.7 Loop time of 0.017833 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:10 2021 Pair time (%) = 0.00121188 (6.79573) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.184499) Outpt time (%) = 0.0164878 (92.4569) Other time (%) = 0.000100374 (0.562857) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:10 2021 Memory usage per processor = 27.5482 Mbytes Step Atoms AVEKE stressZZ 24995 5000 1.1129051e-10 9885579.1 24996 -0.0142674999999922 9885450.04740901 24996 5000 1.0996967e-10 9885450 Loop time of 0.017777 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:10 2021 Pair time (%) = 0.00125098 (7.0371) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.21861) Outpt time (%) = 0.0163832 (92.1595) Other time (%) = 0.000103951 (0.584748) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:10 2021 Memory usage per processor = 27.5482 Mbytes Step Atoms AVEKE stressZZ 24996 5000 1.0996967e-10 9885392.9 24997 -0.0142674999999922 9885264.4124186 24997 5000 1.0913157e-10 9885264.4 Loop time of 0.0177581 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:10 2021 Pair time (%) = 0.0012579 (7.0835) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.196018) Outpt time (%) = 0.0163581 (92.1163) Other time (%) = 0.000107288 (0.604165) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:10 2021 Memory usage per processor = 27.5482 Mbytes Step Atoms AVEKE stressZZ 24997 5000 1.0913157e-10 9885207.5 24998 -0.0142674999999922 9885079.45554704 24998 5000 1.0859783e-10 9885079.5 Loop time of 0.018178 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:10 2021 Pair time (%) = 0.00128818 (7.08646) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.192802) Outpt time (%) = 0.0167348 (92.061) Other time (%) = 0.000119925 (0.659724) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:10 2021 Memory usage per processor = 27.5482 Mbytes Step Atoms AVEKE stressZZ 24998 5000 1.0859783e-10 9885022.8 24999 -0.0142674999999922 9884894.93316611 24999 5000 1.0825653e-10 9884894.9 Loop time of 0.0180779 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:10 2021 Pair time (%) = 0.00124311 (6.87645) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.199145) Outpt time (%) = 0.0166919 (92.3336) Other time (%) = 0.000106812 (0.590842) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:10 2021 Memory usage per processor = 27.5482 Mbytes Step Atoms AVEKE stressZZ 24999 5000 1.0825653e-10 9884838.4 25000 -0.0142674999999922 9884710.69044702 25000 5000 1.0803712e-10 9884710.7 Loop time of 0.0206161 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:10 2021 Pair time (%) = 0.00121212 (5.8795) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.159593) Outpt time (%) = 0.0192721 (93.481) Other time (%) = 9.89437e-05 (0.479935) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:10 2021 Memory usage per processor = 27.5482 Mbytes Step Atoms AVEKE stressZZ 25000 5000 1.0803712e-10 9884654.2 25001 -0.0142674999999922 9884526.62899383 25001 5000 1.0789503e-10 9884526.6 Loop time of 0.0205209 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:10 2021 Pair time (%) = 0.00121498 (5.92069) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.166142) Outpt time (%) = 0.0191698 (93.4159) Other time (%) = 0.000102043 (0.497264) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:10 2021 Memory usage per processor = 27.5482 Mbytes Step Atoms AVEKE stressZZ 25001 5000 1.0789503e-10 9884470.2 25002 -0.0142674999999922 9884342.6862748 25002 5000 1.0780199e-10 9884342.7 Loop time of 0.021055 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:10 2021 Pair time (%) = 0.00148487 (7.05235) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.156266) Outpt time (%) = 0.0194421 (92.3396) Other time (%) = 9.5129e-05 (0.451812) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:10 2021 Memory usage per processor = 27.5482 Mbytes Step Atoms AVEKE stressZZ 25002 5000 1.0780199e-10 9884286.3 25003 -0.0142674999999922 9884158.8225491 25003 5000 1.0774012e-10 9884158.8 Loop time of 0.0186629 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:10 2021 Pair time (%) = 0.0014801 (7.93071) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.176295) Outpt time (%) = 0.0170569 (91.3948) Other time (%) = 9.29832e-05 (0.498224) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:10 2021 Memory usage per processor = 27.5482 Mbytes Step Atoms AVEKE stressZZ 25003 5000 1.0774012e-10 9884102.4 25004 -0.0142674999999922 9883975.01256118 25004 5000 1.0769803e-10 9883975 Loop time of 0.0180299 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:10 2021 Pair time (%) = 0.00133014 (7.37739) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.204964) Outpt time (%) = 0.016552 (91.8028) Other time (%) = 0.000110865 (0.614892) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:10 2021 Memory usage per processor = 27.5482 Mbytes Step Atoms AVEKE stressZZ 25004 5000 1.0769803e-10 9883918.6 25005 -0.0142674999999922 9883791.24026009 25005 5000 1.0766851e-10 9883791.2 Loop time of 0.017926 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:10 2021 Pair time (%) = 0.00123501 (6.88949) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.188862) Outpt time (%) = 0.0165529 (92.3404) Other time (%) = 0.000104189 (0.581217) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:10 2021 Memory usage per processor = 27.5482 Mbytes Step Atoms AVEKE stressZZ 25005 5000 1.0766851e-10 9883734.9 25006 -0.0142674999999922 9883607.49544476 25006 5000 1.0764698e-10 9883607.5 Loop time of 0.0177281 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:10 2021 Pair time (%) = 0.00121307 (6.84266) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.186936) Outpt time (%) = 0.0163841 (92.419) Other time (%) = 9.77516e-05 (0.551394) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:10 2021 Memory usage per processor = 27.5482 Mbytes Step Atoms AVEKE stressZZ 25006 5000 1.0764698e-10 9883551.1 25007 -0.0142674999999922 9883423.77163194 25007 5000 1.0763052e-10 9883423.8 Loop time of 0.0177319 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:10 2021 Pair time (%) = 0.00131512 (7.41667) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.197652) Outpt time (%) = 0.0162711 (91.7618) Other time (%) = 0.000110626 (0.623882) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:10 2021 Memory usage per processor = 27.5482 Mbytes Step Atoms AVEKE stressZZ 25007 5000 1.0763052e-10 9883367.4 25008 -0.0142674999999922 9883240.06470086 25008 5000 1.0761729e-10 9883240.1 Loop time of 0.0180521 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:10 2021 Pair time (%) = 0.00134087 (7.42776) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.211316) Outpt time (%) = 0.0165579 (91.723) Other time (%) = 0.000115156 (0.63791) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:10 2021 Memory usage per processor = 27.5482 Mbytes Step Atoms AVEKE stressZZ 25008 5000 1.0761729e-10 9883183.7 25009 -0.0142674999999922 9883056.37203238 25009 5000 1.0760611e-10 9883056.4 Loop time of 0.017894 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:10 2021 Pair time (%) = 0.00121212 (6.77388) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.185202) Outpt time (%) = 0.016551 (92.4946) Other time (%) = 9.77516e-05 (0.546281) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:10 2021 Memory usage per processor = 27.5482 Mbytes Step Atoms AVEKE stressZZ 25009 5000 1.0760611e-10 9883000 25010 -0.0142674999999922 9882872.69196133 25010 5000 1.0759624e-10 9882872.7 Loop time of 0.0204599 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:10 2021 Pair time (%) = 0.00121713 (5.94884) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.165472) Outpt time (%) = 0.0191109 (93.4067) Other time (%) = 9.799e-05 (0.478937) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:10 2021 Memory usage per processor = 27.5482 Mbytes Step Atoms AVEKE stressZZ 25010 5000 1.0759624e-10 9882816.4 25011 -0.0142674999999922 9882689.02342914 25011 5000 1.0758719e-10 9882689 Loop time of 0.017725 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:10 2021 Pair time (%) = 0.00129104 (7.28371) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.20311) Outpt time (%) = 0.0162899 (91.9039) Other time (%) = 0.000108004 (0.60933) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:10 2021 Memory usage per processor = 27.5482 Mbytes Step Atoms AVEKE stressZZ 25011 5000 1.0758719e-10 9882632.7 25012 -0.0142674999999922 9882505.36576259 25012 5000 1.0757867e-10 9882505.4 Loop time of 0.017962 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:10 2021 Pair time (%) = 0.00143695 (7.99995) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.216358) Outpt time (%) = 0.0163178 (90.8466) Other time (%) = 0.000168324 (0.93711) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:10 2021 Memory usage per processor = 27.5482 Mbytes Step Atoms AVEKE stressZZ 25012 5000 1.0757867e-10 9882449 25013 -0.0142674999999922 9882321.71853357 25013 5000 1.0757048e-10 9882321.7 Loop time of 0.0177419 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:10 2021 Pair time (%) = 0.00115705 (6.52153) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.180071) Outpt time (%) = 0.0164649 (92.8025) Other time (%) = 8.79765e-05 (0.495868) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:10 2021 Memory usage per processor = 27.5482 Mbytes Step Atoms AVEKE stressZZ 25013 5000 1.0757048e-10 9882265.4 25014 -0.0142674999999922 9882138.08146897 25014 5000 1.0756251e-10 9882138.1 Loop time of 0.0179231 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:10 2021 Pair time (%) = 0.00115585 (6.44895) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.183572) Outpt time (%) = 0.0166411 (92.8474) Other time (%) = 9.32217e-05 (0.52012) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:10 2021 Memory usage per processor = 27.5482 Mbytes Step Atoms AVEKE stressZZ 25014 5000 1.0756251e-10 9882081.8 25015 -0.0142674999999922 9881954.45439547 25015 5000 1.0755467e-10 9881954.5 Loop time of 0.0171778 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:10 2021 Pair time (%) = 0.00116301 (6.77039) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191536) Outpt time (%) = 0.0158501 (92.2705) Other time (%) = 0.000131845 (0.767533) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:10 2021 Memory usage per processor = 27.5482 Mbytes Step Atoms AVEKE stressZZ 25015 5000 1.0755467e-10 9881898.1 25016 -0.0142674999999922 9881770.83720216 25016 5000 1.0754692e-10 9881770.8 Loop time of 0.017658 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:10 2021 Pair time (%) = 0.00160718 (9.10171) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.209281) Outpt time (%) = 0.0158379 (89.6926) Other time (%) = 0.000175953 (0.996449) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:10 2021 Memory usage per processor = 27.5482 Mbytes Step Atoms AVEKE stressZZ 25016 5000 1.0754692e-10 9881714.5 25017 -0.0142674999999922 9881587.22981781 25017 5000 1.0753923e-10 9881587.2 Loop time of 0.0181639 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:10 2021 Pair time (%) = 0.00115991 (6.38577) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.1772) Outpt time (%) = 0.0168769 (92.9146) Other time (%) = 9.48906e-05 (0.522413) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:10 2021 Memory usage per processor = 27.5482 Mbytes Step Atoms AVEKE stressZZ 25017 5000 1.0753923e-10 9881530.9 25018 -0.0142674999999922 9881403.63219708 25018 5000 1.0753157e-10 9881403.6 Loop time of 0.0175769 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:10 2021 Pair time (%) = 0.00115085 (6.54748) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.183118) Outpt time (%) = 0.0163 (92.735) Other time (%) = 9.39369e-05 (0.534433) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:10 2021 Memory usage per processor = 27.5482 Mbytes Step Atoms AVEKE stressZZ 25018 5000 1.0753157e-10 9881347.3 25019 -0.0142674999999922 9881220.04431063 25019 5000 1.0752393e-10 9881220 Loop time of 0.017055 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:10 2021 Pair time (%) = 0.001194 (7.00087) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.194313) Outpt time (%) = 0.0157242 (92.1967) Other time (%) = 0.000103712 (0.608102) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:10 2021 Memory usage per processor = 27.5482 Mbytes Step Atoms AVEKE stressZZ 25019 5000 1.0752393e-10 9881163.7 25020 -0.0142674999999922 9881036.46613943 25020 5000 1.0751631e-10 9881036.5 Loop time of 0.020684 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:10 2021 Pair time (%) = 0.00151587 (7.32868) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.174053) Outpt time (%) = 0.0189872 (91.7964) Other time (%) = 0.000144958 (0.700824) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:10 2021 Memory usage per processor = 27.5482 Mbytes Step Atoms AVEKE stressZZ 25020 5000 1.0751631e-10 9880980.1 25021 -0.0142674999999922 9880852.89767073 25021 5000 1.075087e-10 9880852.9 Loop time of 0.018151 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:10 2021 Pair time (%) = 0.00124002 (6.83165) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.176012) Outpt time (%) = 0.016782 (92.4577) Other time (%) = 9.70364e-05 (0.534605) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:10 2021 Memory usage per processor = 27.5482 Mbytes Step Atoms AVEKE stressZZ 25021 5000 1.075087e-10 9880796.6 25022 -0.0142674999999922 9880669.33889608 25022 5000 1.0750109e-10 9880669.3 Loop time of 0.017767 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:11 2021 Pair time (%) = 0.0011549 (6.50027) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.181159) Outpt time (%) = 0.0164878 (92.8006) Other time (%) = 9.20296e-05 (0.517982) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:11 2021 Memory usage per processor = 27.5482 Mbytes Step Atoms AVEKE stressZZ 25022 5000 1.0750109e-10 9880613 25023 -0.0142674999999922 9880485.78980854 25023 5000 1.0749349e-10 9880485.8 Loop time of 0.0171959 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:11 2021 Pair time (%) = 0.0011611 (6.75217) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191334) Outpt time (%) = 0.015909 (92.5158) Other time (%) = 9.29832e-05 (0.540728) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:11 2021 Memory usage per processor = 27.5482 Mbytes Step Atoms AVEKE stressZZ 25023 5000 1.0749349e-10 9880429.5 25024 -0.0142674999999922 9880302.25040087 25024 5000 1.0748589e-10 9880302.3 Loop time of 0.0175219 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:11 2021 Pair time (%) = 0.00143695 (8.20089) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.200022) Outpt time (%) = 0.015909 (90.7949) Other time (%) = 0.000140905 (0.804169) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:11 2021 Memory usage per processor = 27.5482 Mbytes Step Atoms AVEKE stressZZ 25024 5000 1.0748589e-10 9880245.9 25025 -0.0142674999999922 9880118.72067485 25025 5000 1.074783e-10 9880118.7 Loop time of 0.018151 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:11 2021 Pair time (%) = 0.00119495 (6.58339) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.18258) Outpt time (%) = 0.0168209 (92.6718) Other time (%) = 0.000102043 (0.562189) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:11 2021 Memory usage per processor = 27.5482 Mbytes Step Atoms AVEKE stressZZ 25025 5000 1.074783e-10 9880062.4 25026 -0.0142674999999922 9879935.20062794 25026 5000 1.0747071e-10 9879935.2 Loop time of 0.0176868 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:11 2021 Pair time (%) = 0.00115609 (6.53645) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.180632) Outpt time (%) = 0.016407 (92.7639) Other time (%) = 9.17912e-05 (0.51898) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:11 2021 Memory usage per processor = 27.5482 Mbytes Step Atoms AVEKE stressZZ 25026 5000 1.0747071e-10 9879878.9 25027 -0.0142674999999922 9879751.69025847 25027 5000 1.0746311e-10 9879751.7 Loop time of 0.0170739 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:11 2021 Pair time (%) = 0.00117111 (6.85909) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187117) Outpt time (%) = 0.0157759 (92.398) Other time (%) = 9.48906e-05 (0.555765) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:11 2021 Memory usage per processor = 27.5482 Mbytes Step Atoms AVEKE stressZZ 25027 5000 1.0746311e-10 9879695.4 25028 -0.0142674999999922 9879568.18956487 25028 5000 1.0745552e-10 9879568.2 Loop time of 0.0179241 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:11 2021 Pair time (%) = 0.00158119 (8.82161) Neigh time (%) = 0 (0) Comm time (%) = 4.41074e-05 (0.246079) Outpt time (%) = 0.0161321 (90.0025) Other time (%) = 0.000166655 (0.929781) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:11 2021 Memory usage per processor = 27.5482 Mbytes Step Atoms AVEKE stressZZ 25028 5000 1.0745552e-10 9879511.9 25029 -0.0142674999999922 9879384.69854579 25029 5000 1.0744793e-10 9879384.7 Loop time of 0.017602 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:11 2021 Pair time (%) = 0.00117898 (6.698) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.182857) Outpt time (%) = 0.0163 (92.6031) Other time (%) = 9.08375e-05 (0.516064) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:11 2021 Memory usage per processor = 27.5482 Mbytes Step Atoms AVEKE stressZZ 25029 5000 1.0744793e-10 9879328.4 25030 -0.0142674999999922 9879201.2171999 25030 5000 1.0744034e-10 9879201.2 Loop time of 0.0207779 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:11 2021 Pair time (%) = 0.00124288 (5.98171) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.15376) Outpt time (%) = 0.0193629 (93.1898) Other time (%) = 0.00014019 (0.674707) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:11 2021 Memory usage per processor = 27.5482 Mbytes Step Atoms AVEKE stressZZ 25030 5000 1.0744034e-10 9879144.9 25031 -0.0142674999999922 9879017.745531 25031 5000 1.0743276e-10 9879017.7 Loop time of 0.0171049 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:11 2021 Pair time (%) = 0.00116086 (6.78672) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193747) Outpt time (%) = 0.015815 (92.4592) Other time (%) = 9.58443e-05 (0.560333) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:11 2021 Memory usage per processor = 27.5482 Mbytes Step Atoms AVEKE stressZZ 25031 5000 1.0743276e-10 9878961.4 25032 -0.0142674999999922 9878834.28357412 25032 5000 1.0742517e-10 9878834.3 Loop time of 0.0172248 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:11 2021 Pair time (%) = 0.00121808 (7.07167) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191014) Outpt time (%) = 0.0158689 (92.1283) Other time (%) = 0.000104904 (0.60903) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:11 2021 Memory usage per processor = 27.5482 Mbytes Step Atoms AVEKE stressZZ 25032 5000 1.0742517e-10 9878778 25033 -0.0142674999999922 9878650.83131197 25033 5000 1.0741758e-10 9878650.8 Loop time of 0.0182791 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:11 2021 Pair time (%) = 0.00129414 (7.07988) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.179997) Outpt time (%) = 0.0168531 (92.1988) Other time (%) = 9.89437e-05 (0.541295) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:11 2021 Memory usage per processor = 27.5482 Mbytes Step Atoms AVEKE stressZZ 25033 5000 1.0741758e-10 9878594.5 25034 -0.0142674999999922 9878467.38873713 25034 5000 1.0741e-10 9878467.4 Loop time of 0.01827 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:11 2021 Pair time (%) = 0.0011549 (6.32128) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.174866) Outpt time (%) = 0.016959 (92.824) Other time (%) = 0.000124216 (0.67989) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:11 2021 Memory usage per processor = 27.5482 Mbytes Step Atoms AVEKE stressZZ 25034 5000 1.0741e-10 9878411.1 25035 -0.0142674999999922 9878283.95584607 25035 5000 1.0740242e-10 9878284 Loop time of 0.0171442 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:11 2021 Pair time (%) = 0.00116301 (6.78367) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191912) Outpt time (%) = 0.0158548 (92.4793) Other time (%) = 9.34601e-05 (0.545141) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:11 2021 Memory usage per processor = 27.5482 Mbytes Step Atoms AVEKE stressZZ 25035 5000 1.0740242e-10 9878227.7 25036 -0.0142674999999922 9878100.53309356 25036 5000 1.0739483e-10 9878100.5 Loop time of 0.017226 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:11 2021 Pair time (%) = 0.00122905 (7.13485) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.196537) Outpt time (%) = 0.0158589 (92.0638) Other time (%) = 0.000104189 (0.604836) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:11 2021 Memory usage per processor = 27.5482 Mbytes Step Atoms AVEKE stressZZ 25036 5000 1.0739483e-10 9878044.2 25037 -0.0142674999999922 9877917.12041676 25037 5000 1.0738725e-10 9877917.1 Loop time of 0.0180249 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:11 2021 Pair time (%) = 0.0013051 (7.24055) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.183858) Outpt time (%) = 0.016588 (92.028) Other time (%) = 9.87053e-05 (0.547605) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:11 2021 Memory usage per processor = 27.5482 Mbytes Step Atoms AVEKE stressZZ 25037 5000 1.0738725e-10 9877860.8 25038 -0.0142674999999922 9877733.71768493 25038 5000 1.0737967e-10 9877733.7 Loop time of 0.018065 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:11 2021 Pair time (%) = 0.00116181 (6.43131) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.18345) Outpt time (%) = 0.0167711 (92.8375) Other time (%) = 9.89437e-05 (0.54771) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:11 2021 Memory usage per processor = 27.5482 Mbytes Step Atoms AVEKE stressZZ 25038 5000 1.0737967e-10 9877677.4 25039 -0.0142674999999922 9877550.32483461 25039 5000 1.0737209e-10 9877550.3 Loop time of 0.0174241 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:11 2021 Pair time (%) = 0.00115395 (6.6227) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183356) Outpt time (%) = 0.016144 (92.6535) Other time (%) = 9.41753e-05 (0.540489) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:11 2021 Memory usage per processor = 27.5482 Mbytes Step Atoms AVEKE stressZZ 25039 5000 1.0737209e-10 9877494 25040 -0.0142674999999922 9877366.94182881 25040 5000 1.0736451e-10 9877366.9 Loop time of 0.0203431 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:11 2021 Pair time (%) = 0.00126696 (6.22795) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.17697) Outpt time (%) = 0.0189221 (93.0149) Other time (%) = 0.000118017 (0.580135) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:11 2021 Memory usage per processor = 27.5482 Mbytes Step Atoms AVEKE stressZZ 25040 5000 1.0736451e-10 9877310.7 25041 -0.0142674999999922 9877183.56864666 25041 5000 1.0735693e-10 9877183.6 Loop time of 0.0179169 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:11 2021 Pair time (%) = 0.00145102 (8.09858) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.21158) Outpt time (%) = 0.0162768 (90.8462) Other time (%) = 0.000151157 (0.843657) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:11 2021 Memory usage per processor = 27.5482 Mbytes Step Atoms AVEKE stressZZ 25041 5000 1.0735693e-10 9877127.3 25042 -0.0142674999999922 9877000.20527227 25042 5000 1.0734935e-10 9877000.2 Loop time of 0.017946 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:11 2021 Pair time (%) = 0.00130105 (7.2498) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.184666) Outpt time (%) = 0.0165088 (91.9916) Other time (%) = 0.000102997 (0.573926) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:11 2021 Memory usage per processor = 27.5482 Mbytes Step Atoms AVEKE stressZZ 25042 5000 1.0734935e-10 9876943.9 25043 -0.0142674999999922 9876816.8516932 25043 5000 1.0734177e-10 9876816.9 Loop time of 0.0188382 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:11 2021 Pair time (%) = 0.00115705 (6.14203) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.16453) Outpt time (%) = 0.017556 (93.1935) Other time (%) = 9.41753e-05 (0.499918) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:11 2021 Memory usage per processor = 27.5482 Mbytes Step Atoms AVEKE stressZZ 25043 5000 1.0734177e-10 9876760.6 25044 -0.0142674999999922 9876633.50790762 25044 5000 1.073342e-10 9876633.5 Loop time of 0.0197659 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:11 2021 Pair time (%) = 0.0014298 (7.23367) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.161633) Outpt time (%) = 0.0182118 (92.1379) Other time (%) = 9.2268e-05 (0.466805) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:11 2021 Memory usage per processor = 27.5482 Mbytes Step Atoms AVEKE stressZZ 25044 5000 1.073342e-10 9876577.2 25045 -0.0142674999999922 9876450.1738996 25045 5000 1.0732662e-10 9876450.2 Loop time of 0.018163 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:11 2021 Pair time (%) = 0.00115919 (6.38217) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.175897) Outpt time (%) = 0.0168819 (92.9471) Other time (%) = 8.98838e-05 (0.494874) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:11 2021 Memory usage per processor = 27.5482 Mbytes Step Atoms AVEKE stressZZ 25045 5000 1.0732662e-10 9876393.9 25046 -0.0142674999999922 9876266.84966105 25046 5000 1.0731905e-10 9876266.8 Loop time of 0.01789 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:11 2021 Pair time (%) = 0.00115609 (6.46223) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.179914) Outpt time (%) = 0.0166109 (92.8501) Other time (%) = 9.08375e-05 (0.507756) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:11 2021 Memory usage per processor = 27.5482 Mbytes Step Atoms AVEKE stressZZ 25046 5000 1.0731905e-10 9876210.6 25047 -0.0142674999999922 9876083.53518537 25047 5000 1.0731148e-10 9876083.5 Loop time of 0.0182691 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:11 2021 Pair time (%) = 0.00144696 (7.92029) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.191841) Outpt time (%) = 0.0166621 (91.204) Other time (%) = 0.000124931 (0.683841) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:11 2021 Memory usage per processor = 27.5482 Mbytes Step Atoms AVEKE stressZZ 25047 5000 1.0731148e-10 9876027.3 25048 -0.0142674999999922 9875900.2304666 25048 5000 1.073039e-10 9875900.2 Loop time of 0.0179701 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:11 2021 Pair time (%) = 0.0012579 (6.99995) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.183092) Outpt time (%) = 0.016541 (92.0474) Other time (%) = 0.000138283 (0.769517) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:11 2021 Memory usage per processor = 27.5482 Mbytes Step Atoms AVEKE stressZZ 25048 5000 1.073039e-10 9875844 25049 -0.0142674999999922 9875716.93549675 25049 5000 1.0729633e-10 9875716.9 Loop time of 0.017627 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:11 2021 Pair time (%) = 0.00115681 (6.5627) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.181245) Outpt time (%) = 0.016345 (92.7272) Other time (%) = 9.32217e-05 (0.528857) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:11 2021 Memory usage per processor = 27.5482 Mbytes Step Atoms AVEKE stressZZ 25049 5000 1.0729633e-10 9875660.7 25050 -0.0142674999999922 9875533.65025347 25050 5000 1.0728876e-10 9875533.7 Loop time of 0.01999 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:11 2021 Pair time (%) = 0.00115895 (5.79767) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.159821) Outpt time (%) = 0.0187039 (93.5666) Other time (%) = 9.5129e-05 (0.475884) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:11 2021 Memory usage per processor = 27.5482 Mbytes Step Atoms AVEKE stressZZ 25050 5000 1.0728876e-10 9875477.4 25051 -0.0142674999999922 9875350.3747508 25051 5000 1.0728119e-10 9875350.4 Loop time of 0.0173249 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:11 2021 Pair time (%) = 0.00123692 (7.13952) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.195415) Outpt time (%) = 0.01595 (92.0637) Other time (%) = 0.000104189 (0.601382) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:11 2021 Memory usage per processor = 27.5482 Mbytes Step Atoms AVEKE stressZZ 25051 5000 1.0728119e-10 9875294.1 25052 -0.0142674999999922 9875167.10898449 25052 5000 1.0727362e-10 9875167.1 Loop time of 0.018007 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:11 2021 Pair time (%) = 0.00142121 (7.89254) Neigh time (%) = 0 (0) Comm time (%) = 5.38826e-05 (0.299231) Outpt time (%) = 0.0163841 (90.9873) Other time (%) = 0.00014782 (0.820898) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:11 2021 Memory usage per processor = 27.5482 Mbytes Step Atoms AVEKE stressZZ 25052 5000 1.0727362e-10 9875110.8 25053 -0.0142674999999922 9874983.85295052 25053 5000 1.0726605e-10 9874983.9 Loop time of 0.0178471 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:11 2021 Pair time (%) = 0.00116301 (6.51651) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.17901) Outpt time (%) = 0.016556 (92.7661) Other time (%) = 9.60827e-05 (0.538367) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:11 2021 Memory usage per processor = 27.5482 Mbytes Step Atoms AVEKE stressZZ 25053 5000 1.0726605e-10 9874927.6 25054 -0.0142674999999922 9874800.60664538 25054 5000 1.0725849e-10 9874800.6 Loop time of 0.0174742 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:11 2021 Pair time (%) = 0.00116205 (6.65011) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18283) Outpt time (%) = 0.0161848 (92.6213) Other time (%) = 9.53674e-05 (0.545762) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:11 2021 Memory usage per processor = 27.5482 Mbytes Step Atoms AVEKE stressZZ 25054 5000 1.0725849e-10 9874744.3 25055 -0.0142674999999922 9874617.37006535 25055 5000 1.0725092e-10 9874617.4 Loop time of 0.017452 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:11 2021 Pair time (%) = 0.00129414 (7.4154) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.195358) Outpt time (%) = 0.016021 (91.8004) Other time (%) = 0.000102758 (0.588806) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:11 2021 Memory usage per processor = 27.5482 Mbytes Step Atoms AVEKE stressZZ 25055 5000 1.0725092e-10 9874561.1 25056 -0.0142674999999922 9874434.14320708 25056 5000 1.0724335e-10 9874434.1 Loop time of 0.01805 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:11 2021 Pair time (%) = 0.00142097 (7.87246) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.21002) Outpt time (%) = 0.0164521 (91.1475) Other time (%) = 0.000138998 (0.770074) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:11 2021 Memory usage per processor = 27.5482 Mbytes Step Atoms AVEKE stressZZ 25056 5000 1.0724335e-10 9874377.9 25057 -0.0142674999999922 9874250.92606758 25057 5000 1.0723579e-10 9874250.9 Loop time of 0.0178571 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:11 2021 Pair time (%) = 0.00115681 (6.47814) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.184251) Outpt time (%) = 0.0165761 (92.8262) Other time (%) = 9.13143e-05 (0.511362) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:11 2021 Memory usage per processor = 27.5482 Mbytes Step Atoms AVEKE stressZZ 25057 5000 1.0723579e-10 9874194.7 25058 -0.0142674999999922 9874067.71864366 25058 5000 1.0722822e-10 9874067.7 Loop time of 0.017396 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:11 2021 Pair time (%) = 0.00116086 (6.67315) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183652) Outpt time (%) = 0.0161099 (92.6073) Other time (%) = 9.32217e-05 (0.535881) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28392 ave 28392 max 28392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28392 Ave neighs/atom = 5.6784 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:11 2021 Memory usage per processor = 27.5482 Mbytes Step Atoms AVEKE stressZZ 25058 5000 1.0722822e-10 9874011.5 25059 -0.0142674999999922 9873884.52093249 25059 5000 1.0722066e-10 9873884.5 Loop time of 0.0172391 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:11 2021 Pair time (%) = 0.00119495 (6.93165) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197771) Outpt time (%) = 0.0159061 (92.2676) Other time (%) = 0.000103951 (0.602993) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28393 ave 28393 max 28393 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28393 Ave neighs/atom = 5.6786 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:11 2021 Memory usage per processor = 27.5482 Mbytes Step Atoms AVEKE stressZZ 25059 5000 1.0722066e-10 9873828.3 25060 -0.0142674999999922 9873701.33293108 25060 5000 1.072131e-10 9873701.3 Loop time of 0.020772 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:11 2021 Pair time (%) = 0.00142002 (6.83623) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.173316) Outpt time (%) = 0.019079 (91.8495) Other time (%) = 0.000236988 (1.1409) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28393 ave 28393 max 28393 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28393 Ave neighs/atom = 5.6786 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:11 2021 Memory usage per processor = 27.5482 Mbytes Step Atoms AVEKE stressZZ 25060 5000 1.072131e-10 9873645.1 25061 -0.0142674999999922 9873518.154637 25061 5000 1.0720554e-10 9873518.2 Loop time of 0.018106 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:11 2021 Pair time (%) = 0.00128508 (7.09752) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.177767) Outpt time (%) = 0.0166919 (92.1901) Other time (%) = 9.67979e-05 (0.534619) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28393 ave 28393 max 28393 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28393 Ave neighs/atom = 5.6786 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:11 2021 Memory usage per processor = 27.5482 Mbytes Step Atoms AVEKE stressZZ 25061 5000 1.0720554e-10 9873461.9 25062 -0.0142674999999922 9873334.98604732 25062 5000 1.0719798e-10 9873335 Loop time of 0.0178089 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:11 2021 Pair time (%) = 0.00119805 (6.72727) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.179394) Outpt time (%) = 0.016485 (92.5659) Other time (%) = 9.39369e-05 (0.527471) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28393 ave 28393 max 28393 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28393 Ave neighs/atom = 5.6786 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:11 2021 Memory usage per processor = 27.5482 Mbytes Step Atoms AVEKE stressZZ 25062 5000 1.0719798e-10 9873278.7 25063 -0.0142674999999922 9873151.82721556 25063 5000 1.0719042e-10 9873151.8 Loop time of 0.0172281 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:12 2021 Pair time (%) = 0.00119901 (6.95959) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.186825) Outpt time (%) = 0.0159039 (92.3139) Other time (%) = 9.29832e-05 (0.539718) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28393 ave 28393 max 28393 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28393 Ave neighs/atom = 5.6786 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:12 2021 Memory usage per processor = 27.5482 Mbytes Step Atoms AVEKE stressZZ 25063 5000 1.0719042e-10 9873095.6 25064 -0.0142674999999922 9872968.67815236 25064 5000 1.0718286e-10 9872968.7 Loop time of 0.0177948 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:12 2021 Pair time (%) = 0.0014379 (8.08044) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.196953) Outpt time (%) = 0.0161428 (90.7164) Other time (%) = 0.000179052 (1.0062) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28393 ave 28393 max 28393 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28393 Ave neighs/atom = 5.6786 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:12 2021 Memory usage per processor = 27.5482 Mbytes Step Atoms AVEKE stressZZ 25064 5000 1.0718286e-10 9872912.4 25065 -0.0142674999999922 9872785.53882669 25065 5000 1.071753e-10 9872785.5 Loop time of 0.017983 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:12 2021 Pair time (%) = 0.00125885 (7.00024) Neigh time (%) = 0 (0) Comm time (%) = 4.57764e-05 (0.254554) Outpt time (%) = 0.016566 (92.1208) Other time (%) = 0.000112295 (0.624453) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28393 ave 28393 max 28393 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28393 Ave neighs/atom = 5.6786 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:12 2021 Memory usage per processor = 27.5482 Mbytes Step Atoms AVEKE stressZZ 25065 5000 1.071753e-10 9872729.3 25066 -0.0142674999999922 9872602.40922851 25066 5000 1.0716774e-10 9872602.4 Loop time of 0.017863 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:12 2021 Pair time (%) = 0.00119901 (6.71222) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.17885) Outpt time (%) = 0.0165379 (92.5817) Other time (%) = 9.41753e-05 (0.527208) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28393 ave 28393 max 28393 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28393 Ave neighs/atom = 5.6786 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:12 2021 Memory usage per processor = 27.5482 Mbytes Step Atoms AVEKE stressZZ 25066 5000 1.0716774e-10 9872546.2 25067 -0.0142674999999922 9872419.28935057 25067 5000 1.0716019e-10 9872419.3 Loop time of 0.01741 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:12 2021 Pair time (%) = 0.00115705 (6.64585) Neigh time (%) = 0 (0) Comm time (%) = 6.00815e-05 (0.345097) Outpt time (%) = 0.0160689 (92.2969) Other time (%) = 0.000123978 (0.712104) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28393 ave 28393 max 28393 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28393 Ave neighs/atom = 5.6786 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:12 2021 Memory usage per processor = 27.5482 Mbytes Step Atoms AVEKE stressZZ 25067 5000 1.0716019e-10 9872363 25068 -0.0142674999999922 9872236.1791748 25068 5000 1.0715263e-10 9872236.2 Loop time of 0.0177989 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:12 2021 Pair time (%) = 0.00146985 (8.2581) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.207625) Outpt time (%) = 0.0161219 (90.5779) Other time (%) = 0.000170231 (0.956412) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28393 ave 28393 max 28393 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28393 Ave neighs/atom = 5.6786 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:12 2021 Memory usage per processor = 27.5482 Mbytes Step Atoms AVEKE stressZZ 25068 5000 1.0715263e-10 9872179.9 25069 -0.0142674999999922 9872053.07870811 25069 5000 1.0714508e-10 9872053.1 Loop time of 0.017724 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:12 2021 Pair time (%) = 0.00118613 (6.69222) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.180253) Outpt time (%) = 0.0164099 (92.5854) Other time (%) = 9.60827e-05 (0.542104) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28393 ave 28393 max 28393 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28393 Ave neighs/atom = 5.6786 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:12 2021 Memory usage per processor = 27.5482 Mbytes Step Atoms AVEKE stressZZ 25069 5000 1.0714508e-10 9871996.8 25070 -0.0142674999999922 9871869.98794785 25070 5000 1.0713753e-10 9871870 Loop time of 0.020659 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:12 2021 Pair time (%) = 0.00124598 (6.03116) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.160415) Outpt time (%) = 0.019275 (93.3006) Other time (%) = 0.000104904 (0.50779) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28393 ave 28393 max 28393 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28393 Ave neighs/atom = 5.6786 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:12 2021 Memory usage per processor = 27.5483 Mbytes Step Atoms AVEKE stressZZ 25070 5000 1.0713753e-10 9871813.7 25071 -0.0142674999999922 9871686.90687498 25071 5000 1.0712997e-10 9871686.9 Loop time of 0.0173688 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:12 2021 Pair time (%) = 0.00115705 (6.66163) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18394) Outpt time (%) = 0.016093 (92.6548) Other time (%) = 8.67844e-05 (0.499657) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28393 ave 28393 max 28393 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28393 Ave neighs/atom = 5.6786 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:12 2021 Memory usage per processor = 27.5483 Mbytes Step Atoms AVEKE stressZZ 25071 5000 1.0712997e-10 9871630.7 25072 -0.0142674999999922 9871503.83548328 25072 5000 1.0712242e-10 9871503.8 Loop time of 0.01717 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:12 2021 Pair time (%) = 0.00120783 (7.03455) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198567) Outpt time (%) = 0.015794 (91.9865) Other time (%) = 0.000133991 (0.780382) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28393 ave 28393 max 28393 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28393 Ave neighs/atom = 5.6786 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:12 2021 Memory usage per processor = 27.5483 Mbytes Step Atoms AVEKE stressZZ 25072 5000 1.0712242e-10 9871447.6 25073 -0.0142674999999922 9871320.77378525 25073 5000 1.0711487e-10 9871320.8 Loop time of 0.0182381 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:12 2021 Pair time (%) = 0.00125003 (6.85395) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.180402) Outpt time (%) = 0.0168509 (92.3944) Other time (%) = 0.000104189 (0.571272) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28393 ave 28393 max 28393 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28393 Ave neighs/atom = 5.6786 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:12 2021 Memory usage per processor = 27.5483 Mbytes Step Atoms AVEKE stressZZ 25073 5000 1.0711487e-10 9871264.5 25074 -0.0142674999999922 9871137.72177826 25074 5000 1.0710732e-10 9871137.7 Loop time of 0.0176611 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:12 2021 Pair time (%) = 0.00119901 (6.78897) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.180895) Outpt time (%) = 0.0163372 (92.5036) Other time (%) = 9.29832e-05 (0.526486) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28393 ave 28393 max 28393 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28393 Ave neighs/atom = 5.6786 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:12 2021 Memory usage per processor = 27.5483 Mbytes Step Atoms AVEKE stressZZ 25074 5000 1.0710732e-10 9871081.5 25075 -0.0142674999999922 9870954.67946002 25075 5000 1.0709977e-10 9870954.7 Loop time of 0.0172231 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:12 2021 Pair time (%) = 0.00120091 (6.97269) Neigh time (%) = 0 (0) Comm time (%) = 9.98974e-05 (0.580019) Outpt time (%) = 0.0158012 (91.7441) Other time (%) = 0.000121117 (0.703221) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28393 ave 28393 max 28393 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28393 Ave neighs/atom = 5.6786 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:12 2021 Memory usage per processor = 27.5483 Mbytes Step Atoms AVEKE stressZZ 25075 5000 1.0709977e-10 9870898.4 25076 -0.0142674999999922 9870771.64682804 25076 5000 1.0709222e-10 9870771.6 Loop time of 0.0174971 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:12 2021 Pair time (%) = 0.00131202 (7.4985) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.212569) Outpt time (%) = 0.016036 (91.6499) Other time (%) = 0.000111818 (0.639069) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28393 ave 28393 max 28393 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28393 Ave neighs/atom = 5.6786 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:12 2021 Memory usage per processor = 27.5483 Mbytes Step Atoms AVEKE stressZZ 25076 5000 1.0709222e-10 9870715.4 25077 -0.0142674999999922 9870588.62388015 25077 5000 1.0708468e-10 9870588.6 Loop time of 0.0181191 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:12 2021 Pair time (%) = 0.00128794 (7.10818) Neigh time (%) = 0 (0) Comm time (%) = 6.29425e-05 (0.347382) Outpt time (%) = 0.0166662 (91.9813) Other time (%) = 0.000102043 (0.56318) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28393 ave 28393 max 28393 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28393 Ave neighs/atom = 5.6786 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:12 2021 Memory usage per processor = 27.5483 Mbytes Step Atoms AVEKE stressZZ 25077 5000 1.0708468e-10 9870532.4 25078 -0.0142674999999922 9870405.610614 25078 5000 1.0707713e-10 9870405.6 Loop time of 0.018012 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:12 2021 Pair time (%) = 0.00119495 (6.63419) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.177371) Outpt time (%) = 0.0166631 (92.5107) Other time (%) = 0.00012207 (0.677715) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28393 ave 28393 max 28393 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28393 Ave neighs/atom = 5.6786 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:12 2021 Memory usage per processor = 27.5483 Mbytes Step Atoms AVEKE stressZZ 25078 5000 1.0707713e-10 9870349.4 25079 -0.0142674999999922 9870222.60702758 25079 5000 1.0706958e-10 9870222.6 Loop time of 0.0173111 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:12 2021 Pair time (%) = 0.00131011 (7.56804) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.196948) Outpt time (%) = 0.0158441 (91.5257) Other time (%) = 0.000122786 (0.709288) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28393 ave 28393 max 28393 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28393 Ave neighs/atom = 5.6786 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:12 2021 Memory usage per processor = 27.5483 Mbytes Step Atoms AVEKE stressZZ 25079 5000 1.0706958e-10 9870166.4 25080 -0.0142674999999922 9870039.61311877 25080 5000 1.0706204e-10 9870039.6 Loop time of 0.020226 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:12 2021 Pair time (%) = 0.00139904 (6.91704) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.177995) Outpt time (%) = 0.0186579 (92.2472) Other time (%) = 0.000133038 (0.657755) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28393 ave 28393 max 28393 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28393 Ave neighs/atom = 5.6786 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:12 2021 Memory usage per processor = 27.5483 Mbytes Step Atoms AVEKE stressZZ 25080 5000 1.0706204e-10 9869983.4 25081 -0.0142674999999922 9869856.6288855 25081 5000 1.070545e-10 9869856.6 Loop time of 0.0186169 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:12 2021 Pair time (%) = 0.0014348 (7.70699) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.203624) Outpt time (%) = 0.017005 (91.3415) Other time (%) = 0.000139236 (0.747903) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28393 ave 28393 max 28393 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28393 Ave neighs/atom = 5.6786 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:12 2021 Memory usage per processor = 27.5483 Mbytes Step Atoms AVEKE stressZZ 25081 5000 1.070545e-10 9869800.4 25082 -0.0142674999999922 9869673.65432586 25082 5000 1.0704695e-10 9869673.7 Loop time of 0.0181248 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:12 2021 Pair time (%) = 0.00117087 (6.46006) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.177583) Outpt time (%) = 0.0168221 (92.8125) Other time (%) = 9.9659e-05 (0.549848) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28393 ave 28393 max 28393 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28393 Ave neighs/atom = 5.6786 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:12 2021 Memory usage per processor = 27.5483 Mbytes Step Atoms AVEKE stressZZ 25082 5000 1.0704695e-10 9869617.4 25083 -0.0142674999999922 9869490.68943767 25083 5000 1.0703941e-10 9869490.7 Loop time of 0.017827 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:12 2021 Pair time (%) = 0.00116491 (6.53453) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.179211) Outpt time (%) = 0.0165091 (92.6069) Other time (%) = 0.000121117 (0.679399) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28393 ave 28393 max 28393 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28393 Ave neighs/atom = 5.6786 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:12 2021 Memory usage per processor = 27.5483 Mbytes Step Atoms AVEKE stressZZ 25083 5000 1.0703941e-10 9869434.5 25084 -0.0142674999999922 9869307.73421916 25084 5000 1.0703187e-10 9869307.7 Loop time of 0.017241 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:12 2021 Pair time (%) = 0.00119901 (6.95439) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197749) Outpt time (%) = 0.0158632 (92.0085) Other time (%) = 0.00014472 (0.839395) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28393 ave 28393 max 28393 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28393 Ave neighs/atom = 5.6786 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:12 2021 Memory usage per processor = 27.5483 Mbytes Step Atoms AVEKE stressZZ 25084 5000 1.0703187e-10 9869251.5 25085 -0.0142674999999922 9869124.78866841 25085 5000 1.0702433e-10 9869124.8 Loop time of 0.018774 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:12 2021 Pair time (%) = 0.00153303 (8.1657) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.19684) Outpt time (%) = 0.0170131 (90.6202) Other time (%) = 0.000190973 (1.01722) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28393 ave 28393 max 28393 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28393 Ave neighs/atom = 5.6786 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:12 2021 Memory usage per processor = 27.5483 Mbytes Step Atoms AVEKE stressZZ 25085 5000 1.0702433e-10 9869068.6 25086 -0.0142674999999922 9868941.8527836 25086 5000 1.0701679e-10 9868941.9 Loop time of 0.0192609 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:12 2021 Pair time (%) = 0.00146508 (7.60652) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.16587) Outpt time (%) = 0.0176699 (91.7399) Other time (%) = 9.39369e-05 (0.487708) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28393 ave 28393 max 28393 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28393 Ave neighs/atom = 5.6786 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:12 2021 Memory usage per processor = 27.5483 Mbytes Step Atoms AVEKE stressZZ 25086 5000 1.0701679e-10 9868885.6 25087 -0.0142674999999922 9868758.92656292 25087 5000 1.0700925e-10 9868758.9 Loop time of 0.0181301 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:12 2021 Pair time (%) = 0.00142598 (7.86529) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.176216) Outpt time (%) = 0.016582 (91.4614) Other time (%) = 9.01222e-05 (0.497087) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28393 ave 28393 max 28393 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28393 Ave neighs/atom = 5.6786 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:12 2021 Memory usage per processor = 27.5483 Mbytes Step Atoms AVEKE stressZZ 25087 5000 1.0700925e-10 9868702.7 25088 -0.0142674999999922 9868576.01000451 25088 5000 1.0700171e-10 9868576 Loop time of 0.0178032 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:12 2021 Pair time (%) = 0.00116181 (6.52587) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.179451) Outpt time (%) = 0.01652 (92.7925) Other time (%) = 8.9407e-05 (0.502196) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28393 ave 28393 max 28393 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28393 Ave neighs/atom = 5.6786 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:28:12 2021 Memory usage per processor = 27.5483 Mbytes Step Atoms AVEKE stressZZ 25088 5000 1.0700171e-10 9868519.8 25089 -0.0142674999999922 9868368.33838944 25089 5000 2.1097643e-10 9868693.7 Loop time of 0.017194 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:12 2021 Pair time (%) = 0.00136614 (7.94542) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.238501) Outpt time (%) = 0.0155749 (90.5834) Other time (%) = 0.000211954 (1.23272) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28393 ave 28393 max 28393 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28393 Ave neighs/atom = 5.6786 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:12 2021 Memory usage per processor = 27.5483 Mbytes Step Atoms AVEKE stressZZ 25089 5000 2.1097643e-10 9940865.2 25090 -0.0142999999999922 9940698.48431775 25090 5000 1.6970812e-10 9940698.5 Loop time of 0.020602 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:12 2021 Pair time (%) = 0.00126696 (6.14968) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.155073) Outpt time (%) = 0.0191691 (93.0449) Other time (%) = 0.000133991 (0.65038) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:12 2021 Memory usage per processor = 27.5483 Mbytes Step Atoms AVEKE stressZZ 25090 5000 1.6970812e-10 9940622.3 25091 -0.0142999999999922 9940469.77605075 25091 5000 1.4581543e-10 9940469.8 Loop time of 0.0175381 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:12 2021 Pair time (%) = 0.00118279 (6.74415) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.273246) Outpt time (%) = 0.01618 (92.2567) Other time (%) = 0.000127316 (0.725938) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:12 2021 Memory usage per processor = 27.5483 Mbytes Step Atoms AVEKE stressZZ 25091 5000 1.4581543e-10 9940400.7 25092 -0.0142999999999922 9940257.12286542 25092 5000 1.3157239e-10 9940257.1 Loop time of 0.017127 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:12 2021 Pair time (%) = 0.00122595 (7.15797) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193496) Outpt time (%) = 0.0157702 (92.0778) Other time (%) = 9.77516e-05 (0.570744) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:12 2021 Memory usage per processor = 27.5483 Mbytes Step Atoms AVEKE stressZZ 25092 5000 1.3157239e-10 9940192.5 25093 -0.0142999999999922 9940054.67637906 25093 5000 1.2289924e-10 9940054.7 Loop time of 0.751967 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:13 2021 Pair time (%) = 0.0012629 (0.167947) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.00453396) Outpt time (%) = 0.750547 (99.8111) Other time (%) = 0.000123262 (0.016392) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:13 2021 Memory usage per processor = 27.5483 Mbytes Step Atoms AVEKE stressZZ 25093 5000 1.2289924e-10 9939992.9 25094 -0.0142999999999922 9939858.71989699 25094 5000 1.175386e-10 9939858.7 Loop time of 0.033592 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:13 2021 Pair time (%) = 0.00493908 (14.7031) Neigh time (%) = 0 (0) Comm time (%) = 0.000175953 (0.523794) Outpt time (%) = 0.0280561 (83.5204) Other time (%) = 0.000420809 (1.25271) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:13 2021 Memory usage per processor = 27.5483 Mbytes Step Atoms AVEKE stressZZ 25094 5000 1.175386e-10 9939798.8 25095 -0.0142999999999922 9939666.89142605 25095 5000 1.1419129e-10 9939666.9 Loop time of 0.0173788 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:13 2021 Pair time (%) = 0.00141096 (8.11886) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.22499) Outpt time (%) = 0.0157979 (90.903) Other time (%) = 0.000130892 (0.753169) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:13 2021 Memory usage per processor = 27.5483 Mbytes Step Atoms AVEKE stressZZ 25095 5000 1.1419129e-10 9939608.1 25096 -0.0142999999999922 9939477.68989653 25096 5000 1.120864e-10 9939477.7 Loop time of 0.0201139 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:13 2021 Pair time (%) = 0.00146389 (7.27799) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.160021) Outpt time (%) = 0.018523 (92.0902) Other time (%) = 9.48906e-05 (0.471765) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:13 2021 Memory usage per processor = 27.5483 Mbytes Step Atoms AVEKE stressZZ 25096 5000 1.120864e-10 9939419.7 25097 -0.0142999999999922 9939290.1613628 25097 5000 1.107561e-10 9939290.2 Loop time of 0.0196221 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:13 2021 Pair time (%) = 0.00146389 (7.46042) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.157957) Outpt time (%) = 0.0180371 (91.9223) Other time (%) = 9.01222e-05 (0.45929) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:13 2021 Memory usage per processor = 27.5483 Mbytes Step Atoms AVEKE stressZZ 25097 5000 1.107561e-10 9939232.6 25098 -0.0142999999999922 9939103.69958248 25098 5000 1.09912e-10 9939103.7 Loop time of 0.018285 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:13 2021 Pair time (%) = 0.001266 (6.92371) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.174723) Outpt time (%) = 0.0168979 (92.4139) Other time (%) = 8.91685e-05 (0.487659) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:13 2021 Memory usage per processor = 27.5483 Mbytes Step Atoms AVEKE stressZZ 25098 5000 1.09912e-10 9939046.4 25099 -0.0142999999999922 9938917.9192816 25099 5000 1.0937444e-10 9938917.9 Loop time of 0.0184491 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:13 2021 Pair time (%) = 0.00142813 (7.74092) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.173169) Outpt time (%) = 0.0169001 (91.6039) Other time (%) = 8.89301e-05 (0.48203) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:13 2021 Memory usage per processor = 27.5483 Mbytes Step Atoms AVEKE stressZZ 25099 5000 1.0937444e-10 9938860.8 25100 -0.0142999999999922 9938732.57561434 25100 5000 1.090307e-10 9938732.6 Loop time of 0.0206931 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:13 2021 Pair time (%) = 0.00131798 (6.36918) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.178586) Outpt time (%) = 0.0192161 (92.8623) Other time (%) = 0.00012207 (0.589909) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:13 2021 Memory usage per processor = 27.5483 Mbytes Step Atoms AVEKE stressZZ 25100 5000 1.090307e-10 9938675.6 25101 -0.0142999999999922 9938547.51297734 25101 5000 1.0880972e-10 9938547.5 Loop time of 0.0175171 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:13 2021 Pair time (%) = 0.00117612 (6.71412) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182382) Outpt time (%) = 0.0161541 (92.2188) Other time (%) = 0.000154972 (0.884691) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:13 2021 Memory usage per processor = 27.5483 Mbytes Step Atoms AVEKE stressZZ 25101 5000 1.0880972e-10 9938490.6 25102 -0.0142999999999922 9938362.6324835 25102 5000 1.0866661e-10 9938362.6 Loop time of 0.0177491 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:13 2021 Pair time (%) = 0.00136805 (7.7077) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.208207) Outpt time (%) = 0.0161819 (91.1707) Other time (%) = 0.000162125 (0.913426) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:13 2021 Memory usage per processor = 27.5483 Mbytes Step Atoms AVEKE stressZZ 25102 5000 1.0866661e-10 9938305.8 25103 -0.0142999999999922 9938177.87128816 25103 5000 1.0857292e-10 9938177.9 Loop time of 0.017983 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:13 2021 Pair time (%) = 0.001261 (7.01217) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.177658) Outpt time (%) = 0.0165918 (92.2639) Other time (%) = 9.82285e-05 (0.546231) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:13 2021 Memory usage per processor = 27.5483 Mbytes Step Atoms AVEKE stressZZ 25103 5000 1.0857292e-10 9938121.1 25104 -0.0142999999999922 9937993.18945226 25104 5000 1.085106e-10 9937993.2 Loop time of 0.0178528 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:13 2021 Pair time (%) = 0.00115919 (6.49306) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.178953) Outpt time (%) = 0.016567 (92.7978) Other time (%) = 9.46522e-05 (0.530182) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:13 2021 Memory usage per processor = 27.5483 Mbytes Step Atoms AVEKE stressZZ 25104 5000 1.085106e-10 9937936.4 25105 -0.0142999999999922 9937808.56159391 25105 5000 1.0846822e-10 9937808.6 Loop time of 0.017077 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:13 2021 Pair time (%) = 0.00116014 (6.79362) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181498) Outpt time (%) = 0.0157921 (92.4762) Other time (%) = 9.36985e-05 (0.548683) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:13 2021 Memory usage per processor = 27.5483 Mbytes Step Atoms AVEKE stressZZ 25105 5000 1.0846822e-10 9937751.8 25106 -0.0142999999999922 9937623.97158228 25106 5000 1.0843849e-10 9937624 Loop time of 0.0174921 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:13 2021 Pair time (%) = 0.00137019 (7.83322) Neigh time (%) = 0 (0) Comm time (%) = 5.60284e-05 (0.320307) Outpt time (%) = 0.0159299 (91.0696) Other time (%) = 0.000135899 (0.776916) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:13 2021 Memory usage per processor = 27.5483 Mbytes Step Atoms AVEKE stressZZ 25106 5000 1.0843849e-10 9937567.2 25107 -0.0142999999999922 9937439.40916546 25107 5000 1.0841681e-10 9937439.4 Loop time of 0.017813 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:13 2021 Pair time (%) = 0.00123692 (6.94391) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.191399) Outpt time (%) = 0.0164111 (92.1299) Other time (%) = 0.000130892 (0.734812) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:13 2021 Memory usage per processor = 27.5483 Mbytes Step Atoms AVEKE stressZZ 25107 5000 1.0841681e-10 9937382.7 25108 -0.0142999999999922 9937254.86782775 25108 5000 1.0840024e-10 9937254.9 Loop time of 0.0178552 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:13 2021 Pair time (%) = 0.00121117 (6.78328) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.178929) Outpt time (%) = 0.0165191 (92.517) Other time (%) = 9.29832e-05 (0.520764) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:13 2021 Memory usage per processor = 27.5483 Mbytes Step Atoms AVEKE stressZZ 25108 5000 1.0840024e-10 9937198.1 25109 -0.0142999999999922 9937070.34342806 25109 5000 1.0838692e-10 9937070.3 Loop time of 0.01737 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:13 2021 Pair time (%) = 0.00120997 (6.96589) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.19079) Outpt time (%) = 0.0160332 (92.3039) Other time (%) = 9.36985e-05 (0.539428) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:13 2021 Memory usage per processor = 27.5483 Mbytes Step Atoms AVEKE stressZZ 25109 5000 1.0838692e-10 9937013.6 25110 -0.0142999999999922 9936885.83333416 25110 5000 1.0837567e-10 9936885.8 Loop time of 0.0203679 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:13 2021 Pair time (%) = 0.0014751 (7.24227) Neigh time (%) = 0 (0) Comm time (%) = 7.00951e-05 (0.344145) Outpt time (%) = 0.0186648 (91.6387) Other time (%) = 0.000157833 (0.774913) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:13 2021 Memory usage per processor = 27.5483 Mbytes Step Atoms AVEKE stressZZ 25110 5000 1.0837567e-10 9936829.1 25111 -0.0142999999999922 9936701.33587296 25111 5000 1.0836573e-10 9936701.3 Loop time of 0.017714 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:13 2021 Pair time (%) = 0.00123596 (6.97731) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.187084) Outpt time (%) = 0.0163422 (92.2555) Other time (%) = 0.000102758 (0.580096) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:13 2021 Memory usage per processor = 27.5483 Mbytes Step Atoms AVEKE stressZZ 25111 5000 1.0836573e-10 9936644.6 25112 -0.0142999999999922 9936516.84998067 25112 5000 1.0835662e-10 9936516.8 Loop time of 0.017868 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:13 2021 Pair time (%) = 0.00117207 (6.55956) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.1788) Outpt time (%) = 0.0165701 (92.7359) Other time (%) = 9.39369e-05 (0.525726) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:13 2021 Memory usage per processor = 27.5483 Mbytes Step Atoms AVEKE stressZZ 25112 5000 1.0835662e-10 9936460.1 25113 -0.0142999999999922 9936332.37498058 25113 5000 1.0834804e-10 9936332.4 Loop time of 0.01718 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:14 2021 Pair time (%) = 0.00115991 (6.75151) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.1929) Outpt time (%) = 0.0158939 (92.5144) Other time (%) = 9.29832e-05 (0.541231) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:14 2021 Memory usage per processor = 27.5483 Mbytes Step Atoms AVEKE stressZZ 25113 5000 1.0834804e-10 9936275.6 25114 -0.0142999999999922 9936147.91044274 25114 5000 1.083398e-10 9936147.9 Loop time of 0.0172639 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:14 2021 Pair time (%) = 0.00130701 (7.57078) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.208535) Outpt time (%) = 0.01578 (91.4045) Other time (%) = 0.000140905 (0.816186) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:14 2021 Memory usage per processor = 27.5483 Mbytes Step Atoms AVEKE stressZZ 25114 5000 1.083398e-10 9936091.2 25115 -0.0142999999999922 9935963.45609311 25115 5000 1.0833178e-10 9935963.5 Loop time of 0.0179691 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:14 2021 Pair time (%) = 0.00124216 (6.91275) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.177794) Outpt time (%) = 0.0165939 (92.3469) Other time (%) = 0.000101089 (0.562573) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:14 2021 Memory usage per processor = 27.5483 Mbytes Step Atoms AVEKE stressZZ 25115 5000 1.0833178e-10 9935906.7 25116 -0.0142999999999922 9935779.01175703 25116 5000 1.0832389e-10 9935779 Loop time of 0.0178509 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:14 2021 Pair time (%) = 0.00120091 (6.72748) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.178972) Outpt time (%) = 0.0165229 (92.5606) Other time (%) = 9.5129e-05 (0.532909) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:14 2021 Memory usage per processor = 27.5483 Mbytes Step Atoms AVEKE stressZZ 25116 5000 1.0832389e-10 9935722.3 25117 -0.0142999999999922 9935594.57732339 25117 5000 1.0831609e-10 9935594.6 Loop time of 0.0173161 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:14 2021 Pair time (%) = 0.00131106 (7.57136) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.196891) Outpt time (%) = 0.01583 (91.418) Other time (%) = 0.000140905 (0.813725) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:14 2021 Memory usage per processor = 27.5483 Mbytes Step Atoms AVEKE stressZZ 25117 5000 1.0831609e-10 9935537.9 25118 -0.0142999999999922 9935410.15272083 25118 5000 1.0830835e-10 9935410.2 Loop time of 0.017518 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:14 2021 Pair time (%) = 0.00140095 (7.99717) Neigh time (%) = 0 (0) Comm time (%) = 5.19753e-05 (0.296696) Outpt time (%) = 0.0159259 (90.9113) Other time (%) = 0.000139236 (0.794817) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:14 2021 Memory usage per processor = 27.5483 Mbytes Step Atoms AVEKE stressZZ 25118 5000 1.0830835e-10 9935353.4 25119 -0.0142999999999922 9935225.73790408 25119 5000 1.0830064e-10 9935225.7 Loop time of 0.0181239 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:14 2021 Pair time (%) = 0.00130177 (7.1826) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.1868) Outpt time (%) = 0.0166869 (92.0715) Other time (%) = 0.000101328 (0.559085) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:14 2021 Memory usage per processor = 27.5483 Mbytes Step Atoms AVEKE stressZZ 25119 5000 1.0830064e-10 9935169 25120 -0.0142999999999922 9935041.33284335 25120 5000 1.0829295e-10 9935041.3 Loop time of 0.020365 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:14 2021 Pair time (%) = 0.00120115 (5.89812) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.156877) Outpt time (%) = 0.0190389 (93.4884) Other time (%) = 9.29832e-05 (0.456584) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:14 2021 Memory usage per processor = 27.5483 Mbytes Step Atoms AVEKE stressZZ 25120 5000 1.0829295e-10 9934984.6 25121 -0.0142999999999922 9934856.93751957 25121 5000 1.0828528e-10 9934856.9 Loop time of 0.017451 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:14 2021 Pair time (%) = 0.00118589 (6.79555) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.195369) Outpt time (%) = 0.0161321 (92.4421) Other time (%) = 9.89437e-05 (0.566979) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:14 2021 Memory usage per processor = 27.5483 Mbytes Step Atoms AVEKE stressZZ 25121 5000 1.0828528e-10 9934800.2 25122 -0.0142999999999922 9934672.55192034 25122 5000 1.0827762e-10 9934672.6 Loop time of 0.0172579 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:14 2021 Pair time (%) = 0.00119591 (6.92961) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197555) Outpt time (%) = 0.0158949 (92.102) Other time (%) = 0.000133038 (0.770878) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:14 2021 Memory usage per processor = 27.5483 Mbytes Step Atoms AVEKE stressZZ 25122 5000 1.0827762e-10 9934615.8 25123 -0.0142999999999922 9934488.1760372 25123 5000 1.0826996e-10 9934488.2 Loop time of 0.0179379 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:14 2021 Pair time (%) = 0.00143409 (7.99474) Neigh time (%) = 0 (0) Comm time (%) = 5.60284e-05 (0.312346) Outpt time (%) = 0.0162849 (90.7851) Other time (%) = 0.00016284 (0.907798) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:14 2021 Memory usage per processor = 27.5483 Mbytes Step Atoms AVEKE stressZZ 25123 5000 1.0826996e-10 9934431.5 25124 -0.0142999999999922 9934303.80987891 25124 5000 1.0826231e-10 9934303.8 Loop time of 0.017976 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:14 2021 Pair time (%) = 0.001261 (7.01487) Neigh time (%) = 0 (0) Comm time (%) = 6.41346e-05 (0.356778) Outpt time (%) = 0.016489 (91.7278) Other time (%) = 0.000161886 (0.900566) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:14 2021 Memory usage per processor = 27.5483 Mbytes Step Atoms AVEKE stressZZ 25124 5000 1.0826231e-10 9934247.1 25125 -0.0142999999999922 9934119.45350747 25125 5000 1.0825467e-10 9934119.5 Loop time of 0.017457 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:14 2021 Pair time (%) = 0.0011549 (6.61568) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.188473) Outpt time (%) = 0.016176 (92.6618) Other time (%) = 9.32217e-05 (0.534007) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:14 2021 Memory usage per processor = 27.5483 Mbytes Step Atoms AVEKE stressZZ 25125 5000 1.0825467e-10 9934062.7 25126 -0.0142999999999922 9933935.10688604 25126 5000 1.0824702e-10 9933935.1 Loop time of 0.0172091 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:14 2021 Pair time (%) = 0.00120902 (7.02549) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198116) Outpt time (%) = 0.015861 (92.1668) Other time (%) = 0.000104904 (0.609587) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:14 2021 Memory usage per processor = 27.5483 Mbytes Step Atoms AVEKE stressZZ 25126 5000 1.0824702e-10 9933878.4 25127 -0.0142999999999922 9933750.76999995 25127 5000 1.0823938e-10 9933750.8 Loop time of 0.0179641 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:14 2021 Pair time (%) = 0.00152898 (8.51129) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.211024) Outpt time (%) = 0.0162652 (90.5424) Other time (%) = 0.000132084 (0.735265) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:14 2021 Memory usage per processor = 27.5483 Mbytes Step Atoms AVEKE stressZZ 25127 5000 1.0823938e-10 9933694.1 25128 -0.0142999999999922 9933566.44284167 25128 5000 1.0823174e-10 9933566.4 Loop time of 0.018085 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:14 2021 Pair time (%) = 0.00116801 (6.45846) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.181928) Outpt time (%) = 0.0167902 (92.8402) Other time (%) = 9.39369e-05 (0.519419) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:14 2021 Memory usage per processor = 27.5483 Mbytes Step Atoms AVEKE stressZZ 25128 5000 1.0823174e-10 9933509.7 25129 -0.0142999999999922 9933382.12540587 25129 5000 1.082241e-10 9933382.1 Loop time of 0.0177002 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:14 2021 Pair time (%) = 0.0011611 (6.55981) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.180496) Outpt time (%) = 0.0163839 (92.5633) Other time (%) = 0.000123262 (0.69639) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:14 2021 Memory usage per processor = 27.5483 Mbytes Step Atoms AVEKE stressZZ 25129 5000 1.082241e-10 9933325.4 25130 -0.0142999999999922 9933197.81768869 25130 5000 1.0821646e-10 9933197.8 Loop time of 0.0196629 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:14 2021 Pair time (%) = 0.00118303 (6.01659) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.17218) Outpt time (%) = 0.0183458 (93.302) Other time (%) = 0.000100136 (0.509264) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:14 2021 Memory usage per processor = 27.5483 Mbytes Step Atoms AVEKE stressZZ 25130 5000 1.0821646e-10 9933141.1 25131 -0.0142999999999922 9933013.51968691 25131 5000 1.0820882e-10 9933013.5 Loop time of 0.0181901 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:14 2021 Pair time (%) = 0.00134897 (7.41595) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.204469) Outpt time (%) = 0.016696 (91.7858) Other time (%) = 0.000108004 (0.593748) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:14 2021 Memory usage per processor = 27.5483 Mbytes Step Atoms AVEKE stressZZ 25131 5000 1.0820882e-10 9932956.8 25132 -0.0142999999999922 9932829.23140473 25132 5000 1.0820118e-10 9932829.2 Loop time of 0.0179231 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:14 2021 Pair time (%) = 0.00122595 (6.84004) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.183572) Outpt time (%) = 0.016566 (92.4283) Other time (%) = 9.82285e-05 (0.548055) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:14 2021 Memory usage per processor = 27.5483 Mbytes Step Atoms AVEKE stressZZ 25132 5000 1.0820118e-10 9932772.5 25133 -0.0142999999999922 9932644.95291032 25133 5000 1.0819355e-10 9932645 Loop time of 0.0181119 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:14 2021 Pair time (%) = 0.00115609 (6.38303) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.176392) Outpt time (%) = 0.0168302 (92.9232) Other time (%) = 9.36985e-05 (0.51733) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:14 2021 Memory usage per processor = 27.5483 Mbytes Step Atoms AVEKE stressZZ 25133 5000 1.0819355e-10 9932588.3 25134 -0.0142999999999922 9932460.68419061 25134 5000 1.0818591e-10 9932460.7 Loop time of 0.0170388 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:14 2021 Pair time (%) = 0.00115705 (6.79064) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187502) Outpt time (%) = 0.015758 (92.4831) Other time (%) = 9.17912e-05 (0.538718) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:14 2021 Memory usage per processor = 27.5483 Mbytes Step Atoms AVEKE stressZZ 25134 5000 1.0818591e-10 9932404 25135 -0.0142999999999922 9932276.42525118 25135 5000 1.0817828e-10 9932276.4 Loop time of 0.0173831 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:14 2021 Pair time (%) = 0.00131297 (7.55315) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.218077) Outpt time (%) = 0.0159171 (91.5663) Other time (%) = 0.000115156 (0.662461) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:14 2021 Memory usage per processor = 27.5483 Mbytes Step Atoms AVEKE stressZZ 25135 5000 1.0817828e-10 9932219.7 25136 -0.0142999999999922 9932092.17606649 25136 5000 1.0817064e-10 9932092.2 Loop time of 0.018085 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:14 2021 Pair time (%) = 0.00123 (6.80122) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.181928) Outpt time (%) = 0.016721 (92.4579) Other time (%) = 0.000101089 (0.558969) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:14 2021 Memory usage per processor = 27.5483 Mbytes Step Atoms AVEKE stressZZ 25136 5000 1.0817064e-10 9932035.5 25137 -0.0142999999999922 9931907.93662611 25137 5000 1.0816301e-10 9931907.9 Loop time of 0.0176671 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:14 2021 Pair time (%) = 0.0011549 (6.53702) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.182184) Outpt time (%) = 0.016387 (92.7545) Other time (%) = 9.29832e-05 (0.526309) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:14 2021 Memory usage per processor = 27.5483 Mbytes Step Atoms AVEKE stressZZ 25137 5000 1.0816301e-10 9931851.2 25138 -0.0142999999999922 9931723.70692321 25138 5000 1.0815538e-10 9931723.7 Loop time of 0.020246 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:14 2021 Pair time (%) = 0.00116706 (5.76438) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.157799) Outpt time (%) = 0.0189538 (93.6174) Other time (%) = 9.32217e-05 (0.460444) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:14 2021 Memory usage per processor = 27.5483 Mbytes Step Atoms AVEKE stressZZ 25138 5000 1.0815538e-10 9931667 25139 -0.0142999999999922 9931539.48695266 25139 5000 1.0814775e-10 9931539.5 Loop time of 0.0193801 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:14 2021 Pair time (%) = 0.00115299 (5.94936) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.159929) Outpt time (%) = 0.0181072 (93.4318) Other time (%) = 8.89301e-05 (0.458874) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:14 2021 Memory usage per processor = 27.5483 Mbytes Step Atoms AVEKE stressZZ 25139 5000 1.0814775e-10 9931482.8 25140 -0.0142999999999922 9931355.27671001 25140 5000 1.0814012e-10 9931355.3 Loop time of 0.020704 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:14 2021 Pair time (%) = 0.00115991 (5.60232) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.154309) Outpt time (%) = 0.019424 (93.8173) Other time (%) = 8.82149e-05 (0.426076) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:14 2021 Memory usage per processor = 27.5483 Mbytes Step Atoms AVEKE stressZZ 25140 5000 1.0814012e-10 9931298.6 25141 -0.0142999999999922 9931171.07619052 25141 5000 1.0813249e-10 9931171.1 Loop time of 0.0180361 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:14 2021 Pair time (%) = 0.00126982 (7.04041) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.192997) Outpt time (%) = 0.0166252 (92.177) Other time (%) = 0.000106335 (0.589565) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:14 2021 Memory usage per processor = 27.5483 Mbytes Step Atoms AVEKE stressZZ 25141 5000 1.0813249e-10 9931114.4 25142 -0.0142999999999922 9930986.88539094 25142 5000 1.0812486e-10 9930986.9 Loop time of 0.0180051 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:14 2021 Pair time (%) = 0.0011971 (6.64866) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.189356) Outpt time (%) = 0.01666 (92.529) Other time (%) = 0.000113964 (0.632953) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:14 2021 Memory usage per processor = 27.5483 Mbytes Step Atoms AVEKE stressZZ 25142 5000 1.0812486e-10 9930930.2 25143 -0.0142999999999922 9930802.70430956 25143 5000 1.0811724e-10 9930802.7 Loop time of 0.0171139 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:14 2021 Pair time (%) = 0.00115991 (6.77756) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193645) Outpt time (%) = 0.0158219 (92.4506) Other time (%) = 9.89437e-05 (0.578147) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:14 2021 Memory usage per processor = 27.5483 Mbytes Step Atoms AVEKE stressZZ 25143 5000 1.0811724e-10 9930746 25144 -0.0142999999999922 9930618.53294342 25144 5000 1.0810961e-10 9930618.5 Loop time of 0.0176852 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:14 2021 Pair time (%) = 0.00148702 (8.40827) Neigh time (%) = 0 (0) Comm time (%) = 4.29153e-05 (0.242663) Outpt time (%) = 0.0159812 (90.3649) Other time (%) = 0.000174046 (0.984133) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:14 2021 Memory usage per processor = 27.5483 Mbytes Step Atoms AVEKE stressZZ 25144 5000 1.0810961e-10 9930561.8 25145 -0.0142999999999922 9930434.37129026 25145 5000 1.0810199e-10 9930434.4 Loop time of 0.018117 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:14 2021 Pair time (%) = 0.0012548 (6.92609) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.253987) Outpt time (%) = 0.0166531 (91.9198) Other time (%) = 0.000163078 (0.900142) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:14 2021 Memory usage per processor = 27.5483 Mbytes Step Atoms AVEKE stressZZ 25145 5000 1.0810199e-10 9930377.7 25146 -0.0142999999999922 9930250.21934772 25146 5000 1.0809436e-10 9930250.2 Loop time of 0.0175989 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:14 2021 Pair time (%) = 0.00116515 (6.62061) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.186954) Outpt time (%) = 0.0163081 (92.6654) Other time (%) = 9.27448e-05 (0.526993) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:14 2021 Memory usage per processor = 27.5483 Mbytes Step Atoms AVEKE stressZZ 25146 5000 1.0809436e-10 9930193.5 25147 -0.0142999999999922 9930066.07711366 25147 5000 1.0808674e-10 9930066.1 Loop time of 0.0172222 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:14 2021 Pair time (%) = 0.00120616 (7.00353) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185506) Outpt time (%) = 0.0158579 (92.0786) Other time (%) = 0.000126123 (0.732332) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:14 2021 Memory usage per processor = 27.5483 Mbytes Step Atoms AVEKE stressZZ 25147 5000 1.0808674e-10 9930009.4 25148 -0.0142999999999922 9929881.94458618 25148 5000 1.0807911e-10 9929881.9 Loop time of 0.0177591 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:14 2021 Pair time (%) = 0.00149989 (8.44577) Neigh time (%) = 0 (0) Comm time (%) = 4.3869e-05 (0.247023) Outpt time (%) = 0.016032 (90.2748) Other time (%) = 0.000183344 (1.03239) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:14 2021 Memory usage per processor = 27.5483 Mbytes Step Atoms AVEKE stressZZ 25148 5000 1.0807911e-10 9929825.3 25149 -0.0142999999999922 9929697.82177074 25149 5000 1.0807149e-10 9929697.8 Loop time of 0.018152 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:14 2021 Pair time (%) = 0.00121498 (6.69337) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.18257) Outpt time (%) = 0.016804 (92.5737) Other time (%) = 9.98974e-05 (0.550338) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:14 2021 Memory usage per processor = 27.5483 Mbytes Step Atoms AVEKE stressZZ 25149 5000 1.0807149e-10 9929641.1 25150 -0.0142999999999922 9929513.70869459 25150 5000 1.0806387e-10 9929513.7 Loop time of 0.0206819 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:14 2021 Pair time (%) = 0.00117493 (5.68095) Neigh time (%) = 0 (0) Comm time (%) = 7.10487e-05 (0.343532) Outpt time (%) = 0.0193238 (93.4337) Other time (%) = 0.000112057 (0.541812) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:14 2021 Memory usage per processor = 27.5483 Mbytes Step Atoms AVEKE stressZZ 25150 5000 1.0806387e-10 9929457 25151 -0.0142999999999922 9929329.605318 25151 5000 1.0805625e-10 9929329.6 Loop time of 0.0174501 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:14 2021 Pair time (%) = 0.001158 (6.63606) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183083) Outpt time (%) = 0.0161669 (92.6466) Other time (%) = 9.32217e-05 (0.534219) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:14 2021 Memory usage per processor = 27.5483 Mbytes Step Atoms AVEKE stressZZ 25151 5000 1.0805625e-10 9929272.9 25152 -0.0142999999999922 9929145.51160346 25152 5000 1.0804863e-10 9929145.5 Loop time of 0.0170848 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:14 2021 Pair time (%) = 0.00120807 (7.07099) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.198161) Outpt time (%) = 0.0157409 (92.1336) Other time (%) = 0.000102043 (0.597273) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:14 2021 Memory usage per processor = 27.5483 Mbytes Step Atoms AVEKE stressZZ 25152 5000 1.0804863e-10 9929088.8 25153 -0.0142999999999922 9928961.42758852 25153 5000 1.0804102e-10 9928961.4 Loop time of 0.0179081 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:14 2021 Pair time (%) = 0.00123596 (6.90169) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.195708) Outpt time (%) = 0.0164981 (92.1264) Other time (%) = 0.000138998 (0.776174) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:14 2021 Memory usage per processor = 27.5483 Mbytes Step Atoms AVEKE stressZZ 25153 5000 1.0804102e-10 9928904.8 25154 -0.0142999999999922 9928777.35327725 25154 5000 1.080334e-10 9928777.4 Loop time of 0.0179191 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:14 2021 Pair time (%) = 0.00115895 (6.46771) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.178291) Outpt time (%) = 0.0166371 (92.8457) Other time (%) = 9.10759e-05 (0.508263) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:14 2021 Memory usage per processor = 27.5483 Mbytes Step Atoms AVEKE stressZZ 25154 5000 1.080334e-10 9928720.7 25155 -0.0142999999999922 9928593.28866685 25155 5000 1.0802578e-10 9928593.3 Loop time of 0.017159 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:15 2021 Pair time (%) = 0.001158 (6.74865) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186189) Outpt time (%) = 0.0158739 (92.5108) Other time (%) = 9.5129e-05 (0.554398) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:15 2021 Memory usage per processor = 27.5483 Mbytes Step Atoms AVEKE stressZZ 25155 5000 1.0802578e-10 9928536.6 25156 -0.0142999999999922 9928409.23375492 25156 5000 1.0801817e-10 9928409.2 Loop time of 0.0173161 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:15 2021 Pair time (%) = 0.00136995 (7.91144) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.225805) Outpt time (%) = 0.0157762 (91.1069) Other time (%) = 0.000130892 (0.755896) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:15 2021 Memory usage per processor = 27.5483 Mbytes Step Atoms AVEKE stressZZ 25156 5000 1.0801817e-10 9928352.6 25157 -0.0142999999999922 9928225.18853934 25157 5000 1.0801055e-10 9928225.2 Loop time of 0.0179231 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:15 2021 Pair time (%) = 0.00119901 (6.68972) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.183572) Outpt time (%) = 0.0165889 (92.556) Other time (%) = 0.000102282 (0.570668) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:15 2021 Memory usage per processor = 27.5483 Mbytes Step Atoms AVEKE stressZZ 25157 5000 1.0801055e-10 9928168.5 25158 -0.0142999999999922 9928041.15301807 25158 5000 1.0800294e-10 9928041.2 Loop time of 0.0179532 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:15 2021 Pair time (%) = 0.00120807 (6.72899) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.189905) Outpt time (%) = 0.0166111 (92.5247) Other time (%) = 9.98974e-05 (0.556434) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:15 2021 Memory usage per processor = 27.5483 Mbytes Step Atoms AVEKE stressZZ 25158 5000 1.0800294e-10 9927984.5 25159 -0.0142999999999922 9927857.12718922 25159 5000 1.0799532e-10 9927857.1 Loop time of 0.017118 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:15 2021 Pair time (%) = 0.0011549 (6.74671) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.188028) Outpt time (%) = 0.0158079 (92.3466) Other time (%) = 0.000123024 (0.718683) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:15 2021 Memory usage per processor = 27.5483 Mbytes Step Atoms AVEKE stressZZ 25159 5000 1.0799532e-10 9927800.5 25160 -0.0142999999999922 9927673.11105096 25160 5000 1.0798771e-10 9927673.1 Loop time of 0.020179 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:15 2021 Pair time (%) = 0.00153303 (7.59715) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.183135) Outpt time (%) = 0.018477 (91.5652) Other time (%) = 0.000132084 (0.65456) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:15 2021 Memory usage per processor = 27.5483 Mbytes Step Atoms AVEKE stressZZ 25160 5000 1.0798771e-10 9927616.5 25161 -0.0142999999999922 9927489.10460159 25161 5000 1.079801e-10 9927489.1 Loop time of 0.017936 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:15 2021 Pair time (%) = 0.00124502 (6.94147) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.18344) Outpt time (%) = 0.016547 (92.2556) Other time (%) = 0.000111103 (0.619442) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:15 2021 Memory usage per processor = 27.5483 Mbytes Step Atoms AVEKE stressZZ 25161 5000 1.079801e-10 9927432.4 25162 -0.0142999999999922 9927305.10783931 25162 5000 1.0797249e-10 9927305.1 Loop time of 0.0177441 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:15 2021 Pair time (%) = 0.0011549 (6.50865) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.181393) Outpt time (%) = 0.0164628 (92.7792) Other time (%) = 9.41753e-05 (0.530743) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:15 2021 Memory usage per processor = 27.5483 Mbytes Step Atoms AVEKE stressZZ 25162 5000 1.0797249e-10 9927248.5 25163 -0.0142999999999922 9927121.12076247 25163 5000 1.0796488e-10 9927121.1 Loop time of 0.0172451 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:15 2021 Pair time (%) = 0.00116205 (6.73847) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185259) Outpt time (%) = 0.0159581 (92.5371) Other time (%) = 9.29832e-05 (0.539188) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:15 2021 Memory usage per processor = 27.5483 Mbytes Step Atoms AVEKE stressZZ 25163 5000 1.0796488e-10 9927064.5 25164 -0.0142999999999922 9926937.14336974 25164 5000 1.0795727e-10 9926937.1 Loop time of 0.017288 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:15 2021 Pair time (%) = 0.00134897 (7.80295) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.202728) Outpt time (%) = 0.0158002 (91.3944) Other time (%) = 0.000103712 (0.599909) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:15 2021 Memory usage per processor = 27.5483 Mbytes Step Atoms AVEKE stressZZ 25164 5000 1.0795727e-10 9926880.5 25165 -0.0142999999999922 9926753.17565918 25165 5000 1.0794967e-10 9926753.2 Loop time of 0.0180771 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:15 2021 Pair time (%) = 0.00128007 (7.08115) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.183327) Outpt time (%) = 0.0166512 (92.1117) Other time (%) = 0.000112772 (0.623838) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:15 2021 Memory usage per processor = 27.5483 Mbytes Step Atoms AVEKE stressZZ 25165 5000 1.0794967e-10 9926696.5 25166 -0.0142999999999922 9926569.21762945 25166 5000 1.0794206e-10 9926569.2 Loop time of 0.017879 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:15 2021 Pair time (%) = 0.00115991 (6.48753) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.17869) Outpt time (%) = 0.0165942 (92.8137) Other time (%) = 9.29832e-05 (0.520069) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:15 2021 Memory usage per processor = 27.5483 Mbytes Step Atoms AVEKE stressZZ 25166 5000 1.0794206e-10 9926512.6 25167 -0.0142999999999922 9926385.26927895 25167 5000 1.0793445e-10 9926385.3 Loop time of 0.0172329 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:15 2021 Pair time (%) = 0.00115681 (6.71278) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18539) Outpt time (%) = 0.0159509 (92.5609) Other time (%) = 9.32217e-05 (0.540952) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:15 2021 Memory usage per processor = 27.5483 Mbytes Step Atoms AVEKE stressZZ 25167 5000 1.0793445e-10 9926328.6 25168 -0.0142999999999922 9926201.33061299 25168 5000 1.0792685e-10 9926201.3 Loop time of 0.0171618 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:15 2021 Pair time (%) = 0.00123477 (7.19485) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.197272) Outpt time (%) = 0.0157709 (91.8952) Other time (%) = 0.000122309 (0.712678) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:15 2021 Memory usage per processor = 27.5483 Mbytes Step Atoms AVEKE stressZZ 25168 5000 1.0792685e-10 9926144.7 25169 -0.0142999999999922 9926017.40162661 25169 5000 1.0791924e-10 9926017.4 Loop time of 0.0182228 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:15 2021 Pair time (%) = 0.00123906 (6.79951) Neigh time (%) = 0 (0) Comm time (%) = 4.91142e-05 (0.269521) Outpt time (%) = 0.016789 (92.1316) Other time (%) = 0.000145674 (0.799403) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:15 2021 Memory usage per processor = 27.5483 Mbytes Step Atoms AVEKE stressZZ 25169 5000 1.0791924e-10 9925960.8 25170 -0.0142999999999922 9925833.48231553 25170 5000 1.0791164e-10 9925833.5 Loop time of 0.02035 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:15 2021 Pair time (%) = 0.00115514 (5.67636) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.156993) Outpt time (%) = 0.019043 (93.5773) Other time (%) = 0.000119925 (0.58931) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:15 2021 Memory usage per processor = 27.5483 Mbytes Step Atoms AVEKE stressZZ 25170 5000 1.0791164e-10 9925776.8 25171 -0.0142999999999922 9925649.57267836 25171 5000 1.0790404e-10 9925649.6 Loop time of 0.0176001 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:15 2021 Pair time (%) = 0.00116992 (6.64725) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.181523) Outpt time (%) = 0.0162761 (92.4776) Other time (%) = 0.00012207 (0.693579) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:15 2021 Memory usage per processor = 27.5483 Mbytes Step Atoms AVEKE stressZZ 25171 5000 1.0790404e-10 9925592.9 25172 -0.0142999999999922 9925465.67271389 25172 5000 1.0789644e-10 9925465.7 Loop time of 0.0173202 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:15 2021 Pair time (%) = 0.00121403 (7.00933) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.202351) Outpt time (%) = 0.0159681 (92.1937) Other time (%) = 0.000102997 (0.594665) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:15 2021 Memory usage per processor = 27.5483 Mbytes Step Atoms AVEKE stressZZ 25172 5000 1.0789644e-10 9925409 25173 -0.0142999999999922 9925281.78242046 25173 5000 1.0788884e-10 9925281.8 Loop time of 0.018368 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:15 2021 Pair time (%) = 0.00142002 (7.73095) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.201192) Outpt time (%) = 0.0167861 (91.3877) Other time (%) = 0.000124931 (0.680157) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:15 2021 Memory usage per processor = 27.5483 Mbytes Step Atoms AVEKE stressZZ 25173 5000 1.0788884e-10 9925225.1 25174 -0.0142999999999922 9925097.90179681 25174 5000 1.0788124e-10 9925097.9 Loop time of 0.0179751 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:15 2021 Pair time (%) = 0.00120902 (6.72609) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.183041) Outpt time (%) = 0.0166171 (92.4449) Other time (%) = 0.00011611 (0.645949) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:15 2021 Memory usage per processor = 27.5483 Mbytes Step Atoms AVEKE stressZZ 25174 5000 1.0788124e-10 9925041.3 25175 -0.0142999999999922 9924914.03084155 25175 5000 1.0787364e-10 9924914 Loop time of 0.0178192 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:15 2021 Pair time (%) = 0.00124407 (6.98163) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.189995) Outpt time (%) = 0.016444 (92.2825) Other time (%) = 9.72748e-05 (0.5459) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:15 2021 Memory usage per processor = 27.5483 Mbytes Step Atoms AVEKE stressZZ 25175 5000 1.0787364e-10 9924857.4 25176 -0.0142999999999922 9924730.16955338 25176 5000 1.0786604e-10 9924730.2 Loop time of 0.017107 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:15 2021 Pair time (%) = 0.00119781 (7.0019) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192329) Outpt time (%) = 0.0157542 (92.0922) Other time (%) = 0.00012207 (0.713569) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:15 2021 Memory usage per processor = 27.5483 Mbytes Step Atoms AVEKE stressZZ 25176 5000 1.0786604e-10 9924673.5 25177 -0.0142999999999922 9924546.31793092 25177 5000 1.0785844e-10 9924546.3 Loop time of 0.018013 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:15 2021 Pair time (%) = 0.00165796 (9.20426) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.210451) Outpt time (%) = 0.0161569 (89.6958) Other time (%) = 0.000160217 (0.889454) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:15 2021 Memory usage per processor = 27.5483 Mbytes Step Atoms AVEKE stressZZ 25177 5000 1.0785844e-10 9924489.7 25178 -0.0142999999999922 9924362.47597272 25178 5000 1.0785085e-10 9924362.5 Loop time of 0.0180528 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:15 2021 Pair time (%) = 0.00118399 (6.55846) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.17697) Outpt time (%) = 0.016742 (92.7389) Other time (%) = 9.48906e-05 (0.525628) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:15 2021 Memory usage per processor = 27.5483 Mbytes Step Atoms AVEKE stressZZ 25178 5000 1.0785085e-10 9924305.8 25179 -0.0142999999999922 9924178.64367775 25179 5000 1.0784325e-10 9924178.6 Loop time of 0.0177948 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:15 2021 Pair time (%) = 0.00123501 (6.94026) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.184895) Outpt time (%) = 0.0164261 (92.3081) Other time (%) = 0.000100851 (0.566743) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:15 2021 Memory usage per processor = 27.5483 Mbytes Step Atoms AVEKE stressZZ 25179 5000 1.0784325e-10 9924122 25180 -0.0142999999999922 9923994.82104775 25180 5000 1.0783566e-10 9923994.8 Loop time of 0.0225911 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:15 2021 Pair time (%) = 0.00115895 (5.13013) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.14564) Outpt time (%) = 0.0210352 (93.1127) Other time (%) = 0.000364065 (1.61154) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:15 2021 Memory usage per processor = 27.5483 Mbytes Step Atoms AVEKE stressZZ 25180 5000 1.0783566e-10 9923938.2 25181 -0.0142999999999922 9923811.00807831 25181 5000 1.0782806e-10 9923811 Loop time of 0.0180991 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:15 2021 Pair time (%) = 0.00142193 (7.85636) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.177835) Outpt time (%) = 0.016556 (91.4745) Other time (%) = 8.89301e-05 (0.491352) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:15 2021 Memory usage per processor = 27.5483 Mbytes Step Atoms AVEKE stressZZ 25181 5000 1.0782806e-10 9923754.4 25182 -0.0142999999999922 9923627.20476803 25182 5000 1.0782047e-10 9923627.2 Loop time of 0.0178719 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:15 2021 Pair time (%) = 0.00123 (6.88234) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.178762) Outpt time (%) = 0.016521 (92.4413) Other time (%) = 8.89301e-05 (0.497599) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:15 2021 Memory usage per processor = 27.5483 Mbytes Step Atoms AVEKE stressZZ 25182 5000 1.0782047e-10 9923570.6 25183 -0.0142999999999922 9923443.4111157 25183 5000 1.0781288e-10 9923443.4 Loop time of 0.0175359 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:15 2021 Pair time (%) = 0.00137901 (7.86393) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.210738) Outpt time (%) = 0.016006 (91.2754) Other time (%) = 0.000113964 (0.649889) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:15 2021 Memory usage per processor = 27.5483 Mbytes Step Atoms AVEKE stressZZ 25183 5000 1.0781288e-10 9923386.8 25184 -0.0142999999999922 9923259.62712015 25184 5000 1.0780529e-10 9923259.6 Loop time of 0.0180769 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:15 2021 Pair time (%) = 0.00124097 (6.86494) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.183329) Outpt time (%) = 0.016705 (92.411) Other time (%) = 9.77516e-05 (0.540754) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:15 2021 Memory usage per processor = 27.5483 Mbytes Step Atoms AVEKE stressZZ 25184 5000 1.0780529e-10 9923203 25185 -0.0142999999999922 9923075.85277971 25185 5000 1.077977e-10 9923075.9 Loop time of 0.017853 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:15 2021 Pair time (%) = 0.00120902 (6.77208) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.180286) Outpt time (%) = 0.0165181 (92.5228) Other time (%) = 9.36985e-05 (0.524833) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:15 2021 Memory usage per processor = 27.5483 Mbytes Step Atoms AVEKE stressZZ 25185 5000 1.077977e-10 9923019.2 25186 -0.0142999999999922 9922892.08809355 25186 5000 1.0779011e-10 9922892.1 Loop time of 0.017127 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:15 2021 Pair time (%) = 0.001158 (6.76123) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186536) Outpt time (%) = 0.0158432 (92.5038) Other time (%) = 9.39369e-05 (0.548472) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:15 2021 Memory usage per processor = 27.5483 Mbytes Step Atoms AVEKE stressZZ 25186 5000 1.0779011e-10 9922835.5 25187 -0.0142999999999922 9922708.3330603 25187 5000 1.0778252e-10 9922708.3 Loop time of 0.0173151 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:15 2021 Pair time (%) = 0.001369 (7.90637) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.218933) Outpt time (%) = 0.0157871 (91.1752) Other time (%) = 0.000121117 (0.699484) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:15 2021 Memory usage per processor = 27.5483 Mbytes Step Atoms AVEKE stressZZ 25187 5000 1.0778252e-10 9922651.7 25188 -0.0142999999999922 9922524.58767853 25188 5000 1.0777493e-10 9922524.6 Loop time of 0.0179281 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:15 2021 Pair time (%) = 0.00117683 (6.56418) Neigh time (%) = 0 (0) Comm time (%) = 4.88758e-05 (0.272621) Outpt time (%) = 0.0165799 (92.4797) Other time (%) = 0.000122547 (0.683547) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:15 2021 Memory usage per processor = 27.5483 Mbytes Step Atoms AVEKE stressZZ 25188 5000 1.0777493e-10 9922468 25189 -0.0142999999999922 9922340.85194722 25189 5000 1.0776735e-10 9922340.9 Loop time of 0.0178711 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:15 2021 Pair time (%) = 0.0011611 (6.49706) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.178769) Outpt time (%) = 0.0165832 (92.7932) Other time (%) = 9.48906e-05 (0.530971) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:28:15 2021 Memory usage per processor = 27.5483 Mbytes Step Atoms AVEKE stressZZ 25189 5000 1.0776735e-10 9922284.2 25190 -0.0142999999999922 9922132.28718504 25190 5000 2.1248046e-10 9922459.4 Loop time of 0.0195551 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:15 2021 Pair time (%) = 0.00115895 (5.9266) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.169471) Outpt time (%) = 0.0181868 (93.0029) Other time (%) = 0.000176191 (0.901) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:15 2021 Memory usage per processor = 27.5483 Mbytes Step Atoms AVEKE stressZZ 25190 5000 2.1248046e-10 9994793.1 25191 -0.0143324999999922 9994625.87022586 25191 5000 1.7091724e-10 9994625.9 Loop time of 0.0171881 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:15 2021 Pair time (%) = 0.00129008 (7.50569) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.27881) Outpt time (%) = 0.015732 (91.5289) Other time (%) = 0.000118017 (0.686623) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:15 2021 Memory usage per processor = 27.5483 Mbytes Step Atoms AVEKE stressZZ 25191 5000 1.7091724e-10 9994549.2 25192 -0.0143324999999922 9994396.1116536 25192 5000 1.4685393e-10 9994396.1 Loop time of 0.017941 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:15 2021 Pair time (%) = 0.00128102 (7.1402) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.178073) Outpt time (%) = 0.0165281 (92.1249) Other time (%) = 9.98974e-05 (0.556811) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:15 2021 Memory usage per processor = 27.5483 Mbytes Step Atoms AVEKE stressZZ 25192 5000 1.4685393e-10 9994326.5 25193 -0.0143324999999922 9994182.48875155 25193 5000 1.3250923e-10 9994182.5 Loop time of 0.0180321 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:15 2021 Pair time (%) = 0.00122881 (6.81458) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.182462) Outpt time (%) = 0.016675 (92.4741) Other time (%) = 9.53674e-05 (0.528877) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:15 2021 Memory usage per processor = 27.5483 Mbytes Step Atoms AVEKE stressZZ 25193 5000 1.3250923e-10 9994117.4 25194 -0.0143324999999922 9993979.12377258 25194 5000 1.2377421e-10 9993979.1 Loop time of 0.017081 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:15 2021 Pair time (%) = 0.00120306 (7.04326) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187039) Outpt time (%) = 0.0156941 (91.8806) Other time (%) = 0.000151873 (0.889131) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:15 2021 Memory usage per processor = 27.5483 Mbytes Step Atoms AVEKE stressZZ 25194 5000 1.2377421e-10 9993916.9 25195 -0.0143324999999922 9993782.28136108 25195 5000 1.1837533e-10 9993782.3 Loop time of 0.0172942 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:15 2021 Pair time (%) = 0.00131392 (7.5975) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.213684) Outpt time (%) = 0.015826 (91.5105) Other time (%) = 0.000117302 (0.678275) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:15 2021 Memory usage per processor = 27.5483 Mbytes Step Atoms AVEKE stressZZ 25195 5000 1.1837533e-10 9993721.9 25196 -0.0143324999999922 9993589.58766522 25196 5000 1.1500416e-10 9993589.6 Loop time of 0.0182328 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:16 2021 Pair time (%) = 0.00133991 (7.3489) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.197453) Outpt time (%) = 0.016748 (91.8561) Other time (%) = 0.000108957 (0.597589) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:16 2021 Memory usage per processor = 27.5483 Mbytes Step Atoms AVEKE stressZZ 25196 5000 1.1500416e-10 9993530.4 25197 -0.0143324999999922 9993399.5340784 25197 5000 1.1288426e-10 9993399.5 Loop time of 0.017772 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:16 2021 Pair time (%) = 0.00118303 (6.65674) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.174401) Outpt time (%) = 0.0164549 (92.5893) Other time (%) = 0.000102997 (0.579547) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:16 2021 Memory usage per processor = 27.5483 Mbytes Step Atoms AVEKE stressZZ 25197 5000 1.1288426e-10 9993341.1 25198 -0.0143324999999922 9993211.16186546 25198 5000 1.1154448e-10 9993211.2 Loop time of 0.0173278 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:16 2021 Pair time (%) = 0.00115895 (6.68841) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184375) Outpt time (%) = 0.0160429 (92.5851) Other time (%) = 9.39369e-05 (0.542117) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:16 2021 Memory usage per processor = 27.5483 Mbytes Step Atoms AVEKE stressZZ 25198 5000 1.1154448e-10 9993153.2 25199 -0.0143324999999922 9993023.86174013 25199 5000 1.1069437e-10 9993023.9 Loop time of 0.0172951 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:16 2021 Pair time (%) = 0.00126791 (7.33103) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.195751) Outpt time (%) = 0.015861 (91.7081) Other time (%) = 0.000132322 (0.765085) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:16 2021 Memory usage per processor = 27.5483 Mbytes Step Atoms AVEKE stressZZ 25199 5000 1.1069437e-10 9992966.2 25200 -0.0143324999999922 9992837.24649367 25200 5000 1.1015298e-10 9992837.2 Loop time of 0.020947 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:16 2021 Pair time (%) = 0.00133801 (6.38758) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.157072) Outpt time (%) = 0.019459 (92.8965) Other time (%) = 0.000117064 (0.558856) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:16 2021 Memory usage per processor = 27.5484 Mbytes Step Atoms AVEKE stressZZ 25200 5000 1.1015298e-10 9992779.8 25201 -0.0143324999999922 9992651.07005069 25201 5000 1.0980679e-10 9992651.1 Loop time of 0.017935 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:16 2021 Pair time (%) = 0.00116086 (6.47258) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.179462) Outpt time (%) = 0.0166471 (92.8189) Other time (%) = 9.48906e-05 (0.529079) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:16 2021 Memory usage per processor = 27.5484 Mbytes Step Atoms AVEKE stressZZ 25201 5000 1.0980679e-10 9992593.7 25202 -0.0143324999999922 9992465.17601802 25202 5000 1.0958425e-10 9992465.2 Loop time of 0.0178671 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:16 2021 Pair time (%) = 0.001158 (6.48118) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.17881) Outpt time (%) = 0.0165842 (92.8196) Other time (%) = 9.29832e-05 (0.520416) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:16 2021 Memory usage per processor = 27.5484 Mbytes Step Atoms AVEKE stressZZ 25202 5000 1.0958425e-10 9992407.9 25203 -0.0143324999999922 9992279.46497862 25203 5000 1.0944012e-10 9992279.5 Loop time of 0.0172751 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:16 2021 Pair time (%) = 0.00117707 (6.8137) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.195978) Outpt time (%) = 0.0159659 (92.4217) Other time (%) = 9.82285e-05 (0.568613) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:16 2021 Memory usage per processor = 27.5484 Mbytes Step Atoms AVEKE stressZZ 25203 5000 1.0944012e-10 9992222.2 25204 -0.0143324999999922 9992093.87381139 25204 5000 1.0934577e-10 9992093.9 Loop time of 0.018075 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:16 2021 Pair time (%) = 0.00168896 (9.34417) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.215006) Outpt time (%) = 0.016201 (89.6322) Other time (%) = 0.000146151 (0.808579) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:16 2021 Memory usage per processor = 27.5484 Mbytes Step Atoms AVEKE stressZZ 25204 5000 1.0934577e-10 9992036.7 25205 -0.0143324999999922 9991908.36237695 25205 5000 1.0928301e-10 9991908.4 Loop time of 0.018079 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:16 2021 Pair time (%) = 0.00123596 (6.83643) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.178032) Outpt time (%) = 0.016674 (92.2286) Other time (%) = 0.000136852 (0.756966) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:16 2021 Memory usage per processor = 27.5484 Mbytes Step Atoms AVEKE stressZZ 25205 5000 1.0928301e-10 9991851.2 25206 -0.0143324999999922 9991722.90516547 25206 5000 1.0924033e-10 9991722.9 Loop time of 0.017694 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:16 2021 Pair time (%) = 0.001158 (6.54459) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.180559) Outpt time (%) = 0.016366 (92.4947) Other time (%) = 0.000138044 (0.780176) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:16 2021 Memory usage per processor = 27.5484 Mbytes Step Atoms AVEKE stressZZ 25206 5000 1.0924033e-10 9991665.7 25207 -0.0143324999999922 9991537.48596483 25207 5000 1.092104e-10 9991537.5 Loop time of 0.0173151 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:16 2021 Pair time (%) = 0.00118613 (6.85026) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190017) Outpt time (%) = 0.0160012 (92.4117) Other time (%) = 9.48906e-05 (0.548021) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:16 2021 Memory usage per processor = 27.5484 Mbytes Step Atoms AVEKE stressZZ 25207 5000 1.092104e-10 9991480.3 25208 -0.0143324999999922 9991352.09447178 25208 5000 1.0918857e-10 9991352.1 Loop time of 0.0177929 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:16 2021 Pair time (%) = 0.00146198 (8.21665) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.202334) Outpt time (%) = 0.0161219 (90.6082) Other time (%) = 0.000173092 (0.972812) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:16 2021 Memory usage per processor = 27.5484 Mbytes Step Atoms AVEKE stressZZ 25208 5000 1.0918857e-10 9991294.9 25209 -0.0143324999999922 9991166.72413767 25209 5000 1.0917189e-10 9991166.7 Loop time of 0.01807 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:16 2021 Pair time (%) = 0.001297 (7.17763) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.178121) Outpt time (%) = 0.0166011 (91.8711) Other time (%) = 0.000139713 (0.773179) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:16 2021 Memory usage per processor = 27.5484 Mbytes Step Atoms AVEKE stressZZ 25209 5000 1.0917189e-10 9991109.6 25210 -0.0143324999999922 9990981.37084057 25210 5000 1.0915848e-10 9990981.4 Loop time of 0.020663 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:16 2021 Pair time (%) = 0.00120091 (5.8119) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.155769) Outpt time (%) = 0.0193059 (93.4323) Other time (%) = 0.000123978 (0.599998) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:16 2021 Memory usage per processor = 27.5484 Mbytes Step Atoms AVEKE stressZZ 25210 5000 1.0915848e-10 9990924.2 25211 -0.0143324999999922 9990796.0319303 25211 5000 1.0914715e-10 9990796 Loop time of 0.0173569 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:16 2021 Pair time (%) = 0.00116086 (6.68819) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.178571) Outpt time (%) = 0.0160749 (92.614) Other time (%) = 9.01222e-05 (0.519231) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:16 2021 Memory usage per processor = 27.5484 Mbytes Step Atoms AVEKE stressZZ 25211 5000 1.0914715e-10 9990738.9 25212 -0.0143324999999922 9990610.70571247 25212 5000 1.0913714e-10 9990610.7 Loop time of 0.017231 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:16 2021 Pair time (%) = 0.00123405 (7.16183) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197864) Outpt time (%) = 0.0158181 (91.8004) Other time (%) = 0.00014472 (0.839883) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:16 2021 Memory usage per processor = 27.5484 Mbytes Step Atoms AVEKE stressZZ 25212 5000 1.0913714e-10 9990553.6 25213 -0.0143324999999922 9990425.39111235 25213 5000 1.0912798e-10 9990425.4 Loop time of 0.0179179 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:16 2021 Pair time (%) = 0.00135112 (7.54062) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.184956) Outpt time (%) = 0.016408 (91.5732) Other time (%) = 0.000125647 (0.701236) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:16 2021 Memory usage per processor = 27.5484 Mbytes Step Atoms AVEKE stressZZ 25213 5000 1.0912798e-10 9990368.3 25214 -0.0143324999999922 9990240.08743868 25214 5000 1.0911934e-10 9990240.1 Loop time of 0.017942 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:16 2021 Pair time (%) = 0.00138998 (7.7471) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.188694) Outpt time (%) = 0.0163829 (91.3108) Other time (%) = 0.000135183 (0.753448) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:16 2021 Memory usage per processor = 27.5484 Mbytes Step Atoms AVEKE stressZZ 25214 5000 1.0911934e-10 9990183 25215 -0.0143324999999922 9990054.79426513 25215 5000 1.0911105e-10 9990054.8 Loop time of 0.0175271 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:16 2021 Pair time (%) = 0.00128412 (7.3265) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.194521) Outpt time (%) = 0.0161011 (91.8641) Other time (%) = 0.000107765 (0.614849) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:16 2021 Memory usage per processor = 27.5484 Mbytes Step Atoms AVEKE stressZZ 25215 5000 1.0911105e-10 9989997.7 25216 -0.0143324999999922 9989869.5113154 25216 5000 1.0910297e-10 9989869.5 Loop time of 0.0172889 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:16 2021 Pair time (%) = 0.00120187 (6.95167) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197201) Outpt time (%) = 0.015919 (92.0761) Other time (%) = 0.000133991 (0.775012) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:16 2021 Memory usage per processor = 27.5484 Mbytes Step Atoms AVEKE stressZZ 25216 5000 1.0910297e-10 9989812.4 25217 -0.0143324999999922 9989684.23841308 25217 5000 1.0909504e-10 9989684.2 Loop time of 0.018106 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:16 2021 Pair time (%) = 0.00128698 (7.10806) Neigh time (%) = 0 (0) Comm time (%) = 6.38962e-05 (0.352901) Outpt time (%) = 0.016587 (91.6107) Other time (%) = 0.000168085 (0.92834) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:16 2021 Memory usage per processor = 27.5484 Mbytes Step Atoms AVEKE stressZZ 25217 5000 1.0909504e-10 9989627.1 25218 -0.0143324999999922 9989498.97544608 25218 5000 1.0908719e-10 9989499 Loop time of 0.018167 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:16 2021 Pair time (%) = 0.00115895 (6.37943) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.175858) Outpt time (%) = 0.0168831 (92.9329) Other time (%) = 9.29832e-05 (0.511824) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:16 2021 Memory usage per processor = 27.5484 Mbytes Step Atoms AVEKE stressZZ 25218 5000 1.0908719e-10 9989441.8 25219 -0.0143324999999922 9989313.72234198 25219 5000 1.0907939e-10 9989313.7 Loop time of 0.017247 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:16 2021 Pair time (%) = 0.00116086 (6.73081) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179709) Outpt time (%) = 0.0159609 (92.5434) Other time (%) = 9.41753e-05 (0.54604) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:16 2021 Memory usage per processor = 27.5484 Mbytes Step Atoms AVEKE stressZZ 25219 5000 1.0907939e-10 9989256.6 25220 -0.0143324999999922 9989128.47905453 25220 5000 1.0907163e-10 9989128.5 Loop time of 0.019773 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:16 2021 Pair time (%) = 0.00121093 (6.12415) Neigh time (%) = 0 (0) Comm time (%) = 4.91142e-05 (0.24839) Outpt time (%) = 0.018364 (92.8739) Other time (%) = 0.000149012 (0.753611) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:16 2021 Memory usage per processor = 27.5484 Mbytes Step Atoms AVEKE stressZZ 25220 5000 1.0907163e-10 9989071.4 25221 -0.0143324999999922 9988943.24555621 25221 5000 1.090639e-10 9988943.2 Loop time of 0.017976 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:16 2021 Pair time (%) = 0.00146699 (8.1608) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.217515) Outpt time (%) = 0.0163109 (90.737) Other time (%) = 0.000159025 (0.884651) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:16 2021 Memory usage per processor = 27.5484 Mbytes Step Atoms AVEKE stressZZ 25221 5000 1.090639e-10 9988886.1 25222 -0.0143324999999922 9988758.02183758 25222 5000 1.0905618e-10 9988758 Loop time of 0.0189259 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:16 2021 Pair time (%) = 0.00121403 (6.41463) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.170066) Outpt time (%) = 0.017586 (92.9202) Other time (%) = 9.36985e-05 (0.495081) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:16 2021 Memory usage per processor = 27.5484 Mbytes Step Atoms AVEKE stressZZ 25222 5000 1.0905618e-10 9988700.9 25223 -0.0143324999999922 9988572.80788038 25223 5000 1.0904847e-10 9988572.8 Loop time of 0.0194402 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:16 2021 Pair time (%) = 0.00115609 (5.94692) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.159435) Outpt time (%) = 0.0181592 (93.4104) Other time (%) = 9.39369e-05 (0.48321) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:16 2021 Memory usage per processor = 27.5484 Mbytes Step Atoms AVEKE stressZZ 25223 5000 1.0904847e-10 9988515.7 25224 -0.0143324999999922 9988387.60367409 25224 5000 1.0904076e-10 9988387.6 Loop time of 0.018193 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:16 2021 Pair time (%) = 0.00120091 (6.60097) Neigh time (%) = 0 (0) Comm time (%) = 0.000298977 (1.64336) Outpt time (%) = 0.016609 (91.2931) Other time (%) = 8.41618e-05 (0.462605) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:16 2021 Memory usage per processor = 27.5484 Mbytes Step Atoms AVEKE stressZZ 25224 5000 1.0904076e-10 9988330.5 25225 -0.0143324999999922 9988202.4092115 25225 5000 1.0903306e-10 9988202.4 Loop time of 0.017889 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:16 2021 Pair time (%) = 0.00121403 (6.78644) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.17859) Outpt time (%) = 0.0165548 (92.5418) Other time (%) = 8.82149e-05 (0.493123) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:16 2021 Memory usage per processor = 27.5484 Mbytes Step Atoms AVEKE stressZZ 25225 5000 1.0903306e-10 9988145.3 25226 -0.0143324999999922 9988017.22448798 25226 5000 1.0902537e-10 9988017.2 Loop time of 0.017343 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:16 2021 Pair time (%) = 0.00136089 (7.84691) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.225454) Outpt time (%) = 0.015816 (91.1949) Other time (%) = 0.000127077 (0.732727) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:16 2021 Memory usage per processor = 27.5484 Mbytes Step Atoms AVEKE stressZZ 25226 5000 1.0902537e-10 9987960.1 25227 -0.0143324999999922 9987832.04949985 25227 5000 1.0901768e-10 9987832 Loop time of 0.018245 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:16 2021 Pair time (%) = 0.00146317 (8.0196) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.169879) Outpt time (%) = 0.0166221 (91.1049) Other time (%) = 0.000128746 (0.705652) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:16 2021 Memory usage per processor = 27.5484 Mbytes Step Atoms AVEKE stressZZ 25227 5000 1.0901768e-10 9987774.9 25228 -0.0143324999999922 9987646.88424423 25228 5000 1.0900998e-10 9987646.9 Loop time of 0.0183349 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:16 2021 Pair time (%) = 0.00128603 (7.01412) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.174248) Outpt time (%) = 0.016921 (92.2889) Other time (%) = 9.58443e-05 (0.522743) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:16 2021 Memory usage per processor = 27.5484 Mbytes Step Atoms AVEKE stressZZ 25228 5000 1.0900998e-10 9987589.8 25229 -0.0143324999999922 9987461.72871868 25229 5000 1.0900229e-10 9987461.7 Loop time of 0.0174909 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:16 2021 Pair time (%) = 0.00121784 (6.96273) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.188108) Outpt time (%) = 0.0161479 (92.3216) Other time (%) = 9.2268e-05 (0.527521) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:16 2021 Memory usage per processor = 27.5484 Mbytes Step Atoms AVEKE stressZZ 25229 5000 1.0900229e-10 9987404.6 25230 -0.0143324999999922 9987276.58293464 25230 5000 1.089946e-10 9987276.6 Loop time of 0.019896 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:16 2021 Pair time (%) = 0.001266 (6.36309) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.17136) Outpt time (%) = 0.0184622 (92.7933) Other time (%) = 0.000133753 (0.672259) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:16 2021 Memory usage per processor = 27.5484 Mbytes Step Atoms AVEKE stressZZ 25230 5000 1.089946e-10 9987219.5 25231 -0.0143324999999922 9987091.44697063 25231 5000 1.0898692e-10 9987091.4 Loop time of 0.017833 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:16 2021 Pair time (%) = 0.00159001 (8.91613) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.213912) Outpt time (%) = 0.0160542 (90.025) Other time (%) = 0.000150681 (0.844954) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:16 2021 Memory usage per processor = 27.5484 Mbytes Step Atoms AVEKE stressZZ 25231 5000 1.0898692e-10 9987034.3 25232 -0.0143324999999922 9986906.32078733 25232 5000 1.0897923e-10 9986906.3 Loop time of 0.0181141 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:16 2021 Pair time (%) = 0.00120187 (6.63499) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.177688) Outpt time (%) = 0.0167871 (92.674) Other time (%) = 9.29832e-05 (0.51332) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:16 2021 Memory usage per processor = 27.5484 Mbytes Step Atoms AVEKE stressZZ 25232 5000 1.0897923e-10 9986849.2 25233 -0.0143324999999922 9986721.20436795 25233 5000 1.0897154e-10 9986721.2 Loop time of 0.01807 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:16 2021 Pair time (%) = 0.00120592 (6.67362) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.176802) Outpt time (%) = 0.0167382 (92.6297) Other time (%) = 9.39369e-05 (0.519851) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:16 2021 Memory usage per processor = 27.5484 Mbytes Step Atoms AVEKE stressZZ 25233 5000 1.0897154e-10 9986664.1 25234 -0.0143324999999922 9986536.0977042 25234 5000 1.0896386e-10 9986536.1 Loop time of 0.0171921 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:16 2021 Pair time (%) = 0.00120401 (7.00329) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198311) Outpt time (%) = 0.0158498 (92.1924) Other time (%) = 0.000104189 (0.606027) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:16 2021 Memory usage per processor = 27.5484 Mbytes Step Atoms AVEKE stressZZ 25234 5000 1.0896386e-10 9986479 25235 -0.0143324999999922 9986351.00079046 25235 5000 1.0895618e-10 9986351 Loop time of 0.0179961 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:16 2021 Pair time (%) = 0.00139904 (7.77414) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.20535) Outpt time (%) = 0.0164158 (91.219) Other time (%) = 0.000144243 (0.801526) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:16 2021 Memory usage per processor = 27.5484 Mbytes Step Atoms AVEKE stressZZ 25235 5000 1.0895618e-10 9986293.9 25236 -0.0143324999999922 9986165.91362246 25236 5000 1.0894849e-10 9986165.9 Loop time of 0.018091 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:16 2021 Pair time (%) = 0.00115895 (6.40625) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.176597) Outpt time (%) = 0.0168059 (92.8966) Other time (%) = 9.41753e-05 (0.520566) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:16 2021 Memory usage per processor = 27.5484 Mbytes Step Atoms AVEKE stressZZ 25236 5000 1.0894849e-10 9986108.8 25237 -0.0143324999999922 9985980.83619648 25237 5000 1.0894081e-10 9985980.8 Loop time of 0.0176332 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:17 2021 Pair time (%) = 0.001158 (6.56715) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.181181) Outpt time (%) = 0.0163498 (92.7216) Other time (%) = 9.34601e-05 (0.530023) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:17 2021 Memory usage per processor = 27.5484 Mbytes Step Atoms AVEKE stressZZ 25237 5000 1.0894081e-10 9985923.7 25238 -0.0143324999999922 9985795.76850981 25238 5000 1.0893313e-10 9985795.8 Loop time of 0.0171602 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:17 2021 Pair time (%) = 0.00116801 (6.80653) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.19868) Outpt time (%) = 0.0158539 (92.3876) Other time (%) = 0.000104189 (0.607155) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:17 2021 Memory usage per processor = 27.5484 Mbytes Step Atoms AVEKE stressZZ 25238 5000 1.0893313e-10 9985738.7 25239 -0.0143324999999922 9985610.71055955 25239 5000 1.0892545e-10 9985610.7 Loop time of 0.044214 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:17 2021 Pair time (%) = 0.00159597 (3.60966) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.0857388) Outpt time (%) = 0.0424252 (95.9541) Other time (%) = 0.000154972 (0.350504) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:17 2021 Memory usage per processor = 27.5484 Mbytes Step Atoms AVEKE stressZZ 25239 5000 1.0892545e-10 9985553.6 25240 -0.0143324999999922 9985425.66237346 25240 5000 1.0891777e-10 9985425.7 Loop time of 0.0205681 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:17 2021 Pair time (%) = 0.0013032 (6.336) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.159965) Outpt time (%) = 0.0191212 (92.965) Other time (%) = 0.000110865 (0.539012) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:17 2021 Memory usage per processor = 27.5484 Mbytes Step Atoms AVEKE stressZZ 25240 5000 1.0891777e-10 9985368.6 25241 -0.0143324999999922 9985240.62398877 25241 5000 1.0891009e-10 9985240.6 Loop time of 0.0173709 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:17 2021 Pair time (%) = 0.001158 (6.6663) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.264895) Outpt time (%) = 0.016072 (92.5225) Other time (%) = 9.48906e-05 (0.546261) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:17 2021 Memory usage per processor = 27.5484 Mbytes Step Atoms AVEKE stressZZ 25241 5000 1.0891009e-10 9985183.5 25242 -0.0143324999999922 9985055.59537246 25242 5000 1.0890241e-10 9985055.6 Loop time of 0.0174179 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:17 2021 Pair time (%) = 0.001266 (7.2684) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.194371) Outpt time (%) = 0.016011 (91.9226) Other time (%) = 0.00010705 (0.614597) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:17 2021 Memory usage per processor = 27.5484 Mbytes Step Atoms AVEKE stressZZ 25242 5000 1.0890241e-10 9984998.5 25243 -0.0143324999999922 9984870.57651374 25243 5000 1.0889474e-10 9984870.6 Loop time of 0.018048 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:17 2021 Pair time (%) = 0.00122881 (6.80854) Neigh time (%) = 0 (0) Comm time (%) = 5.00679e-05 (0.277414) Outpt time (%) = 0.016639 (92.1928) Other time (%) = 0.000130177 (0.721278) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:17 2021 Memory usage per processor = 27.5484 Mbytes Step Atoms AVEKE stressZZ 25243 5000 1.0889474e-10 9984813.5 25244 -0.0143324999999922 9984685.5674061 25244 5000 1.0888706e-10 9984685.6 Loop time of 0.0178649 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:17 2021 Pair time (%) = 0.00119209 (6.67281) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.178831) Outpt time (%) = 0.0165489 (92.6332) Other time (%) = 9.20296e-05 (0.515141) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:17 2021 Memory usage per processor = 27.5484 Mbytes Step Atoms AVEKE stressZZ 25244 5000 1.0888706e-10 9984628.5 25245 -0.0143324999999922 9984500.56804479 25245 5000 1.0887939e-10 9984500.6 Loop time of 0.01721 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:17 2021 Pair time (%) = 0.00124407 (7.22875) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191178) Outpt time (%) = 0.0158401 (92.0398) Other time (%) = 9.29832e-05 (0.540286) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:17 2021 Memory usage per processor = 27.5484 Mbytes Step Atoms AVEKE stressZZ 25245 5000 1.0887939e-10 9984443.5 25246 -0.0143324999999922 9984315.57842598 25246 5000 1.0887171e-10 9984315.6 Loop time of 0.0177839 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:17 2021 Pair time (%) = 0.00158191 (8.89518) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.2078) Outpt time (%) = 0.015981 (89.862) Other time (%) = 0.000184059 (1.03498) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:17 2021 Memory usage per processor = 27.5484 Mbytes Step Atoms AVEKE stressZZ 25246 5000 1.0887171e-10 9984258.5 25247 -0.0143324999999922 9984130.59854645 25247 5000 1.0886404e-10 9984130.6 Loop time of 0.0182571 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:17 2021 Pair time (%) = 0.00121713 (6.66658) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.17499) Outpt time (%) = 0.016906 (92.5995) Other time (%) = 0.000102043 (0.558922) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:17 2021 Memory usage per processor = 27.5484 Mbytes Step Atoms AVEKE stressZZ 25247 5000 1.0886404e-10 9984073.5 25248 -0.0143324999999922 9983945.62840336 25248 5000 1.0885637e-10 9983945.6 Loop time of 0.0176589 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:17 2021 Pair time (%) = 0.001158 (6.55758) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.180917) Outpt time (%) = 0.0163751 (92.7296) Other time (%) = 9.39369e-05 (0.531951) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:17 2021 Memory usage per processor = 27.5484 Mbytes Step Atoms AVEKE stressZZ 25248 5000 1.0885637e-10 9983888.5 25249 -0.0143324999999922 9983760.66799374 25249 5000 1.088487e-10 9983760.7 Loop time of 0.0170929 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:17 2021 Pair time (%) = 0.00116205 (6.79843) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.188303) Outpt time (%) = 0.015806 (92.4707) Other time (%) = 9.27448e-05 (0.542591) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:17 2021 Memory usage per processor = 27.5484 Mbytes Step Atoms AVEKE stressZZ 25249 5000 1.088487e-10 9983703.6 25250 -0.0143324999999922 9983575.71729594 25250 5000 1.0884103e-10 9983575.7 Loop time of 0.020093 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:17 2021 Pair time (%) = 0.00138807 (6.90825) Neigh time (%) = 0 (0) Comm time (%) = 5.60284e-05 (0.278846) Outpt time (%) = 0.0185401 (92.2718) Other time (%) = 0.000108719 (0.541079) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:17 2021 Memory usage per processor = 27.5484 Mbytes Step Atoms AVEKE stressZZ 25250 5000 1.0884103e-10 9983518.6 25251 -0.0143324999999922 9983390.77633232 25251 5000 1.0883336e-10 9983390.8 Loop time of 0.0178759 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:17 2021 Pair time (%) = 0.0014379 (8.0438) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.201395) Outpt time (%) = 0.0162821 (91.0839) Other time (%) = 0.000119925 (0.670872) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:17 2021 Memory usage per processor = 27.5484 Mbytes Step Atoms AVEKE stressZZ 25251 5000 1.0883336e-10 9983333.7 25252 -0.0143324999999922 9983205.84508008 25252 5000 1.0882569e-10 9983205.8 Loop time of 0.0177472 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:17 2021 Pair time (%) = 0.00120497 (6.78963) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.180018) Outpt time (%) = 0.0164168 (92.5037) Other time (%) = 9.34601e-05 (0.52662) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:17 2021 Memory usage per processor = 27.5484 Mbytes Step Atoms AVEKE stressZZ 25252 5000 1.0882569e-10 9983148.8 25253 -0.0143324999999922 9983020.92356712 25253 5000 1.0881802e-10 9983020.9 Loop time of 0.017451 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:17 2021 Pair time (%) = 0.00119996 (6.87615) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183073) Outpt time (%) = 0.016094 (92.2235) Other time (%) = 0.00012517 (0.717262) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:17 2021 Memory usage per processor = 27.5484 Mbytes Step Atoms AVEKE stressZZ 25253 5000 1.0881802e-10 9982963.9 25254 -0.0143324999999922 9982836.01178749 25254 5000 1.0881035e-10 9982836 Loop time of 0.017885 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:17 2021 Pair time (%) = 0.00132394 (7.40252) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.194628) Outpt time (%) = 0.016391 (91.647) Other time (%) = 0.000135183 (0.755849) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:17 2021 Memory usage per processor = 27.5484 Mbytes Step Atoms AVEKE stressZZ 25254 5000 1.0881035e-10 9982778.9 25255 -0.0143324999999922 9982651.10973702 25255 5000 1.0880269e-10 9982651.1 Loop time of 0.01805 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:17 2021 Pair time (%) = 0.00135398 (7.50129) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.260214) Outpt time (%) = 0.0164881 (91.3469) Other time (%) = 0.000160933 (0.891595) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:17 2021 Memory usage per processor = 27.5484 Mbytes Step Atoms AVEKE stressZZ 25255 5000 1.0880269e-10 9982594 25256 -0.0143324999999922 9982466.21741313 25256 5000 1.0879502e-10 9982466.2 Loop time of 0.017921 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:17 2021 Pair time (%) = 0.00120306 (6.71314) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.178272) Outpt time (%) = 0.0165749 (92.4886) Other time (%) = 0.000111103 (0.619961) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:17 2021 Memory usage per processor = 27.5484 Mbytes Step Atoms AVEKE stressZZ 25256 5000 1.0879502e-10 9982409.1 25257 -0.0143324999999922 9982281.33481278 25257 5000 1.0878736e-10 9982281.3 Loop time of 0.0173209 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:17 2021 Pair time (%) = 0.00116205 (6.70897) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184449) Outpt time (%) = 0.0160329 (92.5642) Other time (%) = 9.39369e-05 (0.542334) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:17 2021 Memory usage per processor = 27.5484 Mbytes Step Atoms AVEKE stressZZ 25257 5000 1.0878736e-10 9982224.3 25258 -0.0143324999999922 9982096.46193381 25258 5000 1.0877969e-10 9982096.5 Loop time of 0.0172088 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:17 2021 Pair time (%) = 0.001194 (6.93831) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.272933) Outpt time (%) = 0.0158329 (92.0046) Other time (%) = 0.000134945 (0.784162) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:17 2021 Memory usage per processor = 27.5484 Mbytes Step Atoms AVEKE stressZZ 25258 5000 1.0877969e-10 9982039.4 25259 -0.0143324999999922 9981911.59877398 25259 5000 1.0877203e-10 9981911.6 Loop time of 0.0178211 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:17 2021 Pair time (%) = 0.00133896 (7.51335) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.191312) Outpt time (%) = 0.0163219 (91.5876) Other time (%) = 0.000126123 (0.707721) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:17 2021 Memory usage per processor = 27.5484 Mbytes Step Atoms AVEKE stressZZ 25259 5000 1.0877203e-10 9981854.5 25260 -0.0143324999999922 9981726.74533119 25260 5000 1.0876437e-10 9981726.7 Loop time of 0.0208249 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:17 2021 Pair time (%) = 0.00115919 (5.56637) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.153413) Outpt time (%) = 0.019542 (93.8394) Other time (%) = 9.17912e-05 (0.440776) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:17 2021 Memory usage per processor = 27.5484 Mbytes Step Atoms AVEKE stressZZ 25260 5000 1.0876437e-10 9981669.7 25261 -0.0143324999999922 9981541.90160368 25261 5000 1.0875671e-10 9981541.9 Loop time of 0.0174661 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:17 2021 Pair time (%) = 0.001158 (6.62999) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182915) Outpt time (%) = 0.0161819 (92.6479) Other time (%) = 9.41753e-05 (0.53919) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:17 2021 Memory usage per processor = 27.5484 Mbytes Step Atoms AVEKE stressZZ 25261 5000 1.0875671e-10 9981484.8 25262 -0.0143324999999922 9981357.06758951 25262 5000 1.0874905e-10 9981357.1 Loop time of 0.0170879 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:17 2021 Pair time (%) = 0.00121903 (7.13389) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.223239) Outpt time (%) = 0.0157301 (92.0541) Other time (%) = 0.000100613 (0.588793) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:17 2021 Memory usage per processor = 27.5484 Mbytes Step Atoms AVEKE stressZZ 25262 5000 1.0874905e-10 9981300 25263 -0.0143324999999922 9981172.24334076 25263 5000 1.0874139e-10 9981172.2 Loop time of 0.0206101 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:17 2021 Pair time (%) = 0.00155091 (7.52502) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.185089) Outpt time (%) = 0.018873 (91.5715) Other time (%) = 0.000148058 (0.718376) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:17 2021 Memory usage per processor = 27.5484 Mbytes Step Atoms AVEKE stressZZ 25263 5000 1.0874139e-10 9981115.2 25264 -0.0143324999999922 9980987.42893772 25264 5000 1.0873373e-10 9980987.4 Loop time of 0.0201931 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:17 2021 Pair time (%) = 0.00148296 (7.34391) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.158213) Outpt time (%) = 0.018585 (92.0362) Other time (%) = 9.32217e-05 (0.461651) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:17 2021 Memory usage per processor = 27.5484 Mbytes Step Atoms AVEKE stressZZ 25264 5000 1.0873373e-10 9980930.4 25265 -0.0143324999999922 9980802.62431851 25265 5000 1.0872608e-10 9980802.6 Loop time of 0.018189 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:17 2021 Pair time (%) = 0.00115919 (6.37305) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.175646) Outpt time (%) = 0.0169089 (92.9624) Other time (%) = 8.89301e-05 (0.488924) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:17 2021 Memory usage per processor = 27.5484 Mbytes Step Atoms AVEKE stressZZ 25265 5000 1.0872608e-10 9980745.6 25266 -0.0143324999999922 9980617.82946421 25266 5000 1.0871842e-10 9980617.8 Loop time of 0.0182321 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:17 2021 Pair time (%) = 0.0015111 (8.28811) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.17523) Outpt time (%) = 0.0166011 (91.0541) Other time (%) = 8.79765e-05 (0.482536) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:17 2021 Memory usage per processor = 27.5484 Mbytes Step Atoms AVEKE stressZZ 25266 5000 1.0871842e-10 9980560.8 25267 -0.0143324999999922 9980433.04436382 25267 5000 1.0871076e-10 9980433 Loop time of 0.017355 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:17 2021 Pair time (%) = 0.00115609 (6.66145) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184086) Outpt time (%) = 0.0160751 (92.6256) Other time (%) = 9.17912e-05 (0.528904) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:17 2021 Memory usage per processor = 27.5484 Mbytes Step Atoms AVEKE stressZZ 25267 5000 1.0871076e-10 9980376 25268 -0.0143324999999922 9980248.26900882 25268 5000 1.0870311e-10 9980248.3 Loop time of 0.017374 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:17 2021 Pair time (%) = 0.00134087 (7.71764) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.196234) Outpt time (%) = 0.0158961 (91.4933) Other time (%) = 0.000102997 (0.59282) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:17 2021 Memory usage per processor = 27.5484 Mbytes Step Atoms AVEKE stressZZ 25268 5000 1.0870311e-10 9980191.2 25269 -0.0143324999999922 9980063.50339302 25269 5000 1.0869546e-10 9980063.5 Loop time of 0.018234 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:17 2021 Pair time (%) = 0.00123 (6.74564) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.257587) Outpt time (%) = 0.0167971 (92.1194) Other time (%) = 0.000159979 (0.877365) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:17 2021 Memory usage per processor = 27.5484 Mbytes Step Atoms AVEKE stressZZ 25269 5000 1.0869546e-10 9980006.5 25270 -0.0143324999999922 9979878.7475136 25270 5000 1.086878e-10 9979878.7 Loop time of 0.020685 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:17 2021 Pair time (%) = 0.00116396 (5.62708) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.155603) Outpt time (%) = 0.019397 (93.7736) Other time (%) = 9.17912e-05 (0.443758) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:17 2021 Memory usage per processor = 27.5484 Mbytes Step Atoms AVEKE stressZZ 25270 5000 1.086878e-10 9979821.7 25271 -0.0143324999999922 9979694.0013748 25271 5000 1.0868015e-10 9979694 Loop time of 0.017653 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:17 2021 Pair time (%) = 0.00125098 (7.08652) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.191783) Outpt time (%) = 0.016268 (92.1545) Other time (%) = 0.000100136 (0.567246) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:17 2021 Memory usage per processor = 27.5484 Mbytes Step Atoms AVEKE stressZZ 25271 5000 1.0868015e-10 9979637 25272 -0.0143324999999922 9979509.26496517 25272 5000 1.086725e-10 9979509.3 Loop time of 0.0172071 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:17 2021 Pair time (%) = 0.00123119 (7.15513) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198138) Outpt time (%) = 0.015821 (91.9442) Other time (%) = 0.000120878 (0.702488) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:17 2021 Memory usage per processor = 27.5484 Mbytes Step Atoms AVEKE stressZZ 25272 5000 1.086725e-10 9979452.2 25273 -0.0143324999999922 9979324.53828165 25273 5000 1.0866485e-10 9979324.5 Loop time of 0.0179119 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:17 2021 Pair time (%) = 0.0013659 (7.62565) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.20099) Outpt time (%) = 0.016366 (91.3694) Other time (%) = 0.000144005 (0.803961) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:17 2021 Memory usage per processor = 27.5484 Mbytes Step Atoms AVEKE stressZZ 25273 5000 1.0866485e-10 9979267.5 25274 -0.0143324999999922 9979139.82132158 25274 5000 1.086572e-10 9979139.8 Loop time of 0.01776 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:17 2021 Pair time (%) = 0.00120711 (6.79679) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.179888) Outpt time (%) = 0.016413 (92.4152) Other time (%) = 0.000108004 (0.608127) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:17 2021 Memory usage per processor = 27.5484 Mbytes Step Atoms AVEKE stressZZ 25274 5000 1.086572e-10 9979082.8 25275 -0.0143324999999922 9978955.11408199 25275 5000 1.0864955e-10 9978955.1 Loop time of 0.0173931 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:17 2021 Pair time (%) = 0.00118613 (6.81955) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.190536) Outpt time (%) = 0.016073 (92.4101) Other time (%) = 0.000100851 (0.579833) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:17 2021 Memory usage per processor = 27.5484 Mbytes Step Atoms AVEKE stressZZ 25275 5000 1.0864955e-10 9978898.1 25276 -0.0143324999999922 9978770.41656071 25276 5000 1.0864191e-10 9978770.4 Loop time of 0.0171349 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:17 2021 Pair time (%) = 0.00121498 (7.09068) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.204539) Outpt time (%) = 0.0157828 (92.1093) Other time (%) = 0.000102043 (0.595528) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:17 2021 Memory usage per processor = 27.5484 Mbytes Step Atoms AVEKE stressZZ 25276 5000 1.0864191e-10 9978713.4 25277 -0.0143324999999922 9978585.72875529 25277 5000 1.0863426e-10 9978585.7 Loop time of 0.0181341 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:18 2021 Pair time (%) = 0.00131989 (7.27846) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.188009) Outpt time (%) = 0.01667 (91.9261) Other time (%) = 0.000110149 (0.607415) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:18 2021 Memory usage per processor = 27.5484 Mbytes Step Atoms AVEKE stressZZ 25277 5000 1.0863426e-10 9978528.7 25278 -0.0143324999999922 9978401.05066356 25278 5000 1.0862661e-10 9978401.1 Loop time of 0.017705 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:18 2021 Pair time (%) = 0.001158 (6.54053) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.181794) Outpt time (%) = 0.0164201 (92.7431) Other time (%) = 9.46522e-05 (0.534608) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:18 2021 Memory usage per processor = 27.5484 Mbytes Step Atoms AVEKE stressZZ 25278 5000 1.0862661e-10 9978344 25279 -0.0143324999999922 9978216.3822834 25279 5000 1.0861897e-10 9978216.4 Loop time of 0.0175869 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:18 2021 Pair time (%) = 0.00116396 (6.61831) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.272487) Outpt time (%) = 0.0162148 (92.1982) Other time (%) = 0.000160217 (0.911001) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:18 2021 Memory usage per processor = 27.5484 Mbytes Step Atoms AVEKE stressZZ 25279 5000 1.0861897e-10 9978159.4 25280 -0.0143324999999922 9978031.72361264 25280 5000 1.0861133e-10 9978031.7 Loop time of 0.0197601 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:18 2021 Pair time (%) = 0.00120521 (6.09918) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.176158) Outpt time (%) = 0.0184171 (93.2034) Other time (%) = 0.000102997 (0.521236) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:18 2021 Memory usage per processor = 27.5484 Mbytes Step Atoms AVEKE stressZZ 25280 5000 1.0861133e-10 9977974.7 25281 -0.0143324999999922 9977847.07464969 25281 5000 1.0860368e-10 9977847.1 Loop time of 0.0180199 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:18 2021 Pair time (%) = 0.00160599 (8.91229) Neigh time (%) = 0 (0) Comm time (%) = 4.3869e-05 (0.243447) Outpt time (%) = 0.016185 (89.8175) Other time (%) = 0.000185013 (1.02671) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:18 2021 Memory usage per processor = 27.5484 Mbytes Step Atoms AVEKE stressZZ 25281 5000 1.0860368e-10 9977790 25282 -0.0143324999999922 9977662.43539217 25282 5000 1.0859604e-10 9977662.4 Loop time of 0.0178599 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:18 2021 Pair time (%) = 0.001194 (6.68536) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.178881) Outpt time (%) = 0.0165269 (92.5364) Other time (%) = 0.00010705 (0.599386) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:18 2021 Memory usage per processor = 27.5484 Mbytes Step Atoms AVEKE stressZZ 25282 5000 1.0859604e-10 9977605.4 25283 -0.0143324999999922 9977477.80583859 25283 5000 1.085884e-10 9977477.8 Loop time of 0.017792 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:18 2021 Pair time (%) = 0.00121307 (6.81809) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.184925) Outpt time (%) = 0.0164499 (92.457) Other time (%) = 9.60827e-05 (0.540034) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:18 2021 Memory usage per processor = 27.5484 Mbytes Step Atoms AVEKE stressZZ 25283 5000 1.085884e-10 9977420.8 25284 -0.0143324999999922 9977293.18599348 25284 5000 1.0858076e-10 9977293.2 Loop time of 0.0174279 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:18 2021 Pair time (%) = 0.00120711 (6.92632) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.199732) Outpt time (%) = 0.0160739 (92.231) Other time (%) = 0.000112057 (0.642972) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:18 2021 Memory usage per processor = 27.5484 Mbytes Step Atoms AVEKE stressZZ 25284 5000 1.0858076e-10 9977236.2 25285 -0.0143324999999922 9977108.57586721 25285 5000 1.0857312e-10 9977108.6 Loop time of 0.0181291 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:18 2021 Pair time (%) = 0.00158596 (8.74814) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.215679) Outpt time (%) = 0.0163541 (90.209) Other time (%) = 0.000149965 (0.827207) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:18 2021 Memory usage per processor = 27.5484 Mbytes Step Atoms AVEKE stressZZ 25285 5000 1.0857312e-10 9977051.6 25286 -0.0143324999999922 9976923.97545024 25286 5000 1.0856548e-10 9976924 Loop time of 0.0182159 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:18 2021 Pair time (%) = 0.00119591 (6.56519) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.176695) Outpt time (%) = 0.0168939 (92.7424) Other time (%) = 9.39369e-05 (0.515687) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:18 2021 Memory usage per processor = 27.5484 Mbytes Step Atoms AVEKE stressZZ 25286 5000 1.0856548e-10 9976867 25287 -0.0143324999999922 9976739.38473804 25287 5000 1.0855784e-10 9976739.4 Loop time of 0.017921 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:18 2021 Pair time (%) = 0.00119591 (6.67323) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.183594) Outpt time (%) = 0.016598 (92.6177) Other time (%) = 9.41753e-05 (0.525504) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:18 2021 Memory usage per processor = 27.5484 Mbytes Step Atoms AVEKE stressZZ 25287 5000 1.0855784e-10 9976682.4 25288 -0.0143324999999922 9976554.80372782 25288 5000 1.0855021e-10 9976554.8 Loop time of 0.0173318 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:18 2021 Pair time (%) = 0.00120306 (6.94133) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.185707) Outpt time (%) = 0.0159988 (92.309) Other time (%) = 9.77516e-05 (0.564) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:18 2021 Memory usage per processor = 27.5484 Mbytes Step Atoms AVEKE stressZZ 25288 5000 1.0855021e-10 9976497.8 25289 -0.0143324999999922 9976370.23241714 25289 5000 1.0854257e-10 9976370.2 Loop time of 0.0181358 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:18 2021 Pair time (%) = 0.00162506 (8.96052) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.198509) Outpt time (%) = 0.0162508 (89.6065) Other time (%) = 0.000223875 (1.23444) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:18 2021 Memory usage per processor = 27.5484 Mbytes Step Atoms AVEKE stressZZ 25289 5000 1.0854257e-10 9976313.2 25290 -0.0143324999999922 9976185.67080404 25290 5000 1.0853494e-10 9976185.7 Loop time of 0.0208359 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:18 2021 Pair time (%) = 0.00138211 (6.63333) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.162486) Outpt time (%) = 0.0193179 (92.7144) Other time (%) = 0.000102043 (0.489747) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:28:18 2021 Memory usage per processor = 27.5484 Mbytes Step Atoms AVEKE stressZZ 25290 5000 1.0853494e-10 9976128.7 25291 -0.0143324999999922 9975976.20426543 25291 5000 2.1398823e-10 9976305.1 Loop time of 0.0173819 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:18 2021 Pair time (%) = 0.00116301 (6.6909) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.190659) Outpt time (%) = 0.0160701 (92.4532) Other time (%) = 0.000115633 (0.665249) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:18 2021 Memory usage per processor = 27.5484 Mbytes Step Atoms AVEKE stressZZ 25291 5000 2.1398823e-10 10048800 25292 -0.0143649999999922 10048632.5631285 25292 5000 1.7212939e-10 10048633 Loop time of 0.0169492 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:18 2021 Pair time (%) = 0.00116491 (6.87298) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188493) Outpt time (%) = 0.0156572 (92.3773) Other time (%) = 9.5129e-05 (0.56126) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:18 2021 Memory usage per processor = 27.5484 Mbytes Step Atoms AVEKE stressZZ 25292 5000 1.7212939e-10 10048555 25293 -0.0143649999999922 10048401.7566235 25293 5000 1.4789505e-10 10048402 Loop time of 0.0173252 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:18 2021 Pair time (%) = 0.00145197 (8.3807) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.207797) Outpt time (%) = 0.0156381 (90.2624) Other time (%) = 0.00019908 (1.14908) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:18 2021 Memory usage per processor = 27.5484 Mbytes Step Atoms AVEKE stressZZ 25293 5000 1.4789505e-10 10048332 25294 -0.0143649999999922 10048187.1663314 25294 5000 1.3344844e-10 10048187 Loop time of 0.017628 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:18 2021 Pair time (%) = 0.00121498 (6.89235) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.186645) Outpt time (%) = 0.0162818 (92.3638) Other time (%) = 9.82285e-05 (0.557231) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:18 2021 Memory usage per processor = 27.5484 Mbytes Step Atoms AVEKE stressZZ 25294 5000 1.3344844e-10 10048122 25295 -0.0143649999999922 10047982.8851417 25295 5000 1.2465139e-10 10047983 Loop time of 0.01806 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:18 2021 Pair time (%) = 0.00122786 (6.79877) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.187461) Outpt time (%) = 0.0166979 (92.458) Other time (%) = 0.000100374 (0.555783) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:18 2021 Memory usage per processor = 27.5484 Mbytes Step Atoms AVEKE stressZZ 25295 5000 1.2465139e-10 10047920 25296 -0.0143649999999922 10047785.1590396 25296 5000 1.1921419e-10 10047785 Loop time of 0.016983 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:18 2021 Pair time (%) = 0.00116491 (6.85928) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.189522) Outpt time (%) = 0.0156901 (92.3868) Other time (%) = 9.58443e-05 (0.564353) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:18 2021 Memory usage per processor = 27.5484 Mbytes Step Atoms AVEKE stressZZ 25296 5000 1.1921419e-10 10047724 25297 -0.0143649999999922 10047591.6024051 25297 5000 1.1581909e-10 10047592 Loop time of 0.0173101 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:18 2021 Pair time (%) = 0.00140977 (8.14418) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.213487) Outpt time (%) = 0.015749 (90.9812) Other time (%) = 0.000114441 (0.661121) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:18 2021 Memory usage per processor = 27.5484 Mbytes Step Atoms AVEKE stressZZ 25297 5000 1.1581909e-10 10047532 25298 -0.0143649999999922 10047400.6991591 25298 5000 1.1368416e-10 10047401 Loop time of 0.018002 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:18 2021 Pair time (%) = 0.00141716 (7.87222) Neigh time (%) = 0 (0) Comm time (%) = 6.79493e-05 (0.377453) Outpt time (%) = 0.0164201 (91.2126) Other time (%) = 9.67979e-05 (0.537706) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:18 2021 Memory usage per processor = 27.5484 Mbytes Step Atoms AVEKE stressZZ 25298 5000 1.1368416e-10 10047342 25299 -0.0143649999999922 10047211.4857427 25299 5000 1.1233487e-10 10047211 Loop time of 0.0179121 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:18 2021 Pair time (%) = 0.00120211 (6.71112) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.17836) Outpt time (%) = 0.0165851 (92.5914) Other time (%) = 9.29832e-05 (0.519107) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:18 2021 Memory usage per processor = 27.5484 Mbytes Step Atoms AVEKE stressZZ 25299 5000 1.1233487e-10 10047153 25300 -0.0143649999999922 10047023.3498174 25300 5000 1.1147873e-10 10047023 Loop time of 0.0199628 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:18 2021 Pair time (%) = 0.00121284 (6.07548) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.160038) Outpt time (%) = 0.0185869 (93.1076) Other time (%) = 0.00013113 (0.656873) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:18 2021 Memory usage per processor = 27.5485 Mbytes Step Atoms AVEKE stressZZ 25300 5000 1.1147873e-10 10046965 25301 -0.0143649999999922 10046835.902237 25301 5000 1.1093351e-10 10046836 Loop time of 0.01737 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:18 2021 Pair time (%) = 0.00137687 (7.9267) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.212751) Outpt time (%) = 0.0158012 (90.9684) Other time (%) = 0.000154972 (0.892183) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:18 2021 Memory usage per processor = 27.5485 Mbytes Step Atoms AVEKE stressZZ 25301 5000 1.1093351e-10 10046778 25302 -0.0143649999999922 10046648.89615 25302 5000 1.1058487e-10 10046649 Loop time of 0.0181141 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:18 2021 Pair time (%) = 0.00125194 (6.91139) Neigh time (%) = 0 (0) Comm time (%) = 6.69956e-05 (0.369854) Outpt time (%) = 0.0166898 (92.137) Other time (%) = 0.000105381 (0.581763) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:18 2021 Memory usage per processor = 27.5485 Mbytes Step Atoms AVEKE stressZZ 25302 5000 1.1058487e-10 10046591 25303 -0.0143649999999922 10046462.1743956 25303 5000 1.1036075e-10 10046462 Loop time of 0.0180199 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:18 2021 Pair time (%) = 0.00116205 (6.44871) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.177293) Outpt time (%) = 0.016732 (92.8527) Other time (%) = 9.39369e-05 (0.521295) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:18 2021 Memory usage per processor = 27.5485 Mbytes Step Atoms AVEKE stressZZ 25303 5000 1.1036075e-10 10046404 25304 -0.0143649999999922 10046275.6368846 25304 5000 1.1021561e-10 10046276 Loop time of 0.017391 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:18 2021 Pair time (%) = 0.00116801 (6.7162) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.19056) Outpt time (%) = 0.016083 (92.4791) Other time (%) = 0.000106812 (0.614178) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:18 2021 Memory usage per processor = 27.5485 Mbytes Step Atoms AVEKE stressZZ 25304 5000 1.1021561e-10 10046218 25305 -0.0143649999999922 10046089.2201079 25305 5000 1.1012059e-10 10046089 Loop time of 0.02037 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:18 2021 Pair time (%) = 0.00193191 (9.48407) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.172055) Outpt time (%) = 0.0183001 (89.8382) Other time (%) = 0.000102997 (0.50563) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:18 2021 Memory usage per processor = 27.5485 Mbytes Step Atoms AVEKE stressZZ 25305 5000 1.1012059e-10 10046032 25306 -0.0143649999999922 10045902.8837189 25306 5000 1.1005739e-10 10045903 Loop time of 0.0193739 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:18 2021 Pair time (%) = 0.001436 (7.41201) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.169825) Outpt time (%) = 0.0178161 (91.9591) Other time (%) = 8.89301e-05 (0.45902) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:18 2021 Memory usage per processor = 27.5485 Mbytes Step Atoms AVEKE stressZZ 25306 5000 1.1005739e-10 10045845 25307 -0.0143649999999922 10045716.6020966 25307 5000 1.1001441e-10 10045717 Loop time of 0.0181692 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:18 2021 Pair time (%) = 0.00143504 (7.89822) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.177149) Outpt time (%) = 0.016614 (91.4404) Other time (%) = 8.79765e-05 (0.484207) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:18 2021 Memory usage per processor = 27.5485 Mbytes Step Atoms AVEKE stressZZ 25307 5000 1.1001441e-10 10045659 25308 -0.0143649999999922 10045530.3588484 25308 5000 1.0998428e-10 10045530 Loop time of 0.018213 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:18 2021 Pair time (%) = 0.00134993 (7.41187) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.187195) Outpt time (%) = 0.0166922 (91.6495) Other time (%) = 0.000136852 (0.751397) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:18 2021 Memory usage per processor = 27.5485 Mbytes Step Atoms AVEKE stressZZ 25308 5000 1.0998428e-10 10045473 25309 -0.0143649999999922 10045344.1436452 25309 5000 1.099623e-10 10045344 Loop time of 0.0180659 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:18 2021 Pair time (%) = 0.00119185 (6.59725) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.187399) Outpt time (%) = 0.0167449 (92.6875) Other time (%) = 9.53674e-05 (0.527886) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:18 2021 Memory usage per processor = 27.5485 Mbytes Step Atoms AVEKE stressZZ 25309 5000 1.099623e-10 10045287 25310 -0.0143649999999922 10045157.9498915 25310 5000 1.099455e-10 10045158 Loop time of 0.0206189 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:18 2021 Pair time (%) = 0.00120592 (5.84862) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.160727) Outpt time (%) = 0.0192821 (93.5166) Other time (%) = 9.77516e-05 (0.474087) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:18 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25310 5000 1.099455e-10 10045100 25311 -0.0143649999999922 10044971.7733943 25311 5000 1.0993201e-10 10044972 Loop time of 0.017303 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:18 2021 Pair time (%) = 0.00120211 (6.94739) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190151) Outpt time (%) = 0.0159359 (92.0991) Other time (%) = 0.000132084 (0.763359) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:18 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25311 5000 1.0993201e-10 10044914 25312 -0.0143649999999922 10044785.6114855 25312 5000 1.099206e-10 10044786 Loop time of 0.018218 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:18 2021 Pair time (%) = 0.00145888 (8.0079) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.208083) Outpt time (%) = 0.0165608 (90.9033) Other time (%) = 0.000160456 (0.880752) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:18 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25312 5000 1.099206e-10 10044728 25313 -0.0143649999999922 10044599.4624673 25313 5000 1.0991053e-10 10044599 Loop time of 0.0181191 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:18 2021 Pair time (%) = 0.00120401 (6.645) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.181586) Outpt time (%) = 0.016783 (92.626) Other time (%) = 9.91821e-05 (0.54739) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:18 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25313 5000 1.0991053e-10 10044542 25314 -0.0143649999999922 10044413.3252585 25314 5000 1.099013e-10 10044413 Loop time of 0.017837 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:18 2021 Pair time (%) = 0.00119686 (6.70997) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.180448) Outpt time (%) = 0.0165031 (92.5215) Other time (%) = 0.000104904 (0.588125) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:18 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25314 5000 1.099013e-10 10044356 25315 -0.0143649999999922 10044227.1991698 25315 5000 1.0989262e-10 10044227 Loop time of 0.0172241 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:18 2021 Pair time (%) = 0.00117183 (6.80343) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191022) Outpt time (%) = 0.0159202 (92.4297) Other time (%) = 9.91821e-05 (0.575834) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:18 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25315 5000 1.0989262e-10 10044170 25316 -0.0143649999999922 10044041.0837611 25316 5000 1.0988427e-10 10044041 Loop time of 0.0178618 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:18 2021 Pair time (%) = 0.00174594 (9.77469) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.213567) Outpt time (%) = 0.0159099 (89.0721) Other time (%) = 0.000167847 (0.939694) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:18 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25316 5000 1.0988427e-10 10043984 25317 -0.0143649999999922 10043854.9787514 25317 5000 1.0987614e-10 10043855 Loop time of 0.0179369 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:18 2021 Pair time (%) = 0.00116396 (6.48917) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.184759) Outpt time (%) = 0.0166471 (92.809) Other time (%) = 9.27448e-05 (0.51706) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:18 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25317 5000 1.0987614e-10 10043797 25318 -0.0143649999999922 10043668.8839598 25318 5000 1.0986815e-10 10043669 Loop time of 0.0177071 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:18 2021 Pair time (%) = 0.00115991 (6.55051) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.181772) Outpt time (%) = 0.016422 (92.7426) Other time (%) = 9.29832e-05 (0.525118) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:18 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25318 5000 1.0986815e-10 10043611 25319 -0.0143649999999922 10043482.7992702 25319 5000 1.0986025e-10 10043483 Loop time of 0.017211 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:19 2021 Pair time (%) = 0.00123811 (7.19372) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198094) Outpt time (%) = 0.015836 (92.0111) Other time (%) = 0.000102758 (0.597052) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:19 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25319 5000 1.0986025e-10 10043425 25320 -0.0143649999999922 10043296.7246071 25320 5000 1.0985241e-10 10043297 Loop time of 0.0206389 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:19 2021 Pair time (%) = 0.00174403 (8.4502) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.183675) Outpt time (%) = 0.0186579 (90.4015) Other time (%) = 0.00019908 (0.964582) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:19 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25320 5000 1.0985241e-10 10043239 25321 -0.0143649999999922 10043110.659921 25321 5000 1.098446e-10 10043111 Loop time of 0.0180409 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:19 2021 Pair time (%) = 0.00124311 (6.89054) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.260344) Outpt time (%) = 0.01665 (92.2901) Other time (%) = 0.000100851 (0.559014) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:19 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25321 5000 1.098446e-10 10043053 25322 -0.0143649999999922 10042924.605179 25322 5000 1.0983681e-10 10042925 Loop time of 0.0179279 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:19 2021 Pair time (%) = 0.00120306 (6.71055) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.179533) Outpt time (%) = 0.0165999 (92.5926) Other time (%) = 9.27448e-05 (0.517322) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:19 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25322 5000 1.0983681e-10 10042867 25323 -0.0143649999999922 10042738.5603594 25323 5000 1.0982904e-10 10042739 Loop time of 0.017179 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:19 2021 Pair time (%) = 0.00120187 (6.99614) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185972) Outpt time (%) = 0.015851 (92.2697) Other time (%) = 9.41753e-05 (0.5482) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:19 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25323 5000 1.0982904e-10 10042681 25324 -0.0143649999999922 10042552.5254466 25324 5000 1.0982129e-10 10042553 Loop time of 0.0174341 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:19 2021 Pair time (%) = 0.00136495 (7.82917) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.206499) Outpt time (%) = 0.015867 (91.0112) Other time (%) = 0.000166178 (0.953175) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:19 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25324 5000 1.0982129e-10 10042495 25325 -0.0143649999999922 10042366.5004298 25325 5000 1.0981353e-10 10042367 Loop time of 0.0180531 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:19 2021 Pair time (%) = 0.00126696 (7.01796) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.199419) Outpt time (%) = 0.016638 (92.1619) Other time (%) = 0.000112057 (0.620708) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:19 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25325 5000 1.0981353e-10 10042309 25326 -0.0143649999999922 10042180.4853007 25326 5000 1.0980578e-10 10042180 Loop time of 0.017828 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:19 2021 Pair time (%) = 0.0011611 (6.51278) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.179202) Outpt time (%) = 0.016542 (92.7865) Other time (%) = 9.29832e-05 (0.521558) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:19 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25326 5000 1.0980578e-10 10042123 25327 -0.0143649999999922 10041994.4800531 25327 5000 1.0979804e-10 10041994 Loop time of 0.017045 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:19 2021 Pair time (%) = 0.00115991 (6.80496) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187434) Outpt time (%) = 0.015729 (92.2789) Other time (%) = 0.000124216 (0.728753) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:19 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25327 5000 1.0979804e-10 10041937 25328 -0.0143649999999922 10041808.4846821 25328 5000 1.097903e-10 10041808 Loop time of 0.0174809 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:19 2021 Pair time (%) = 0.00134897 (7.71686) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.205947) Outpt time (%) = 0.0159519 (91.2534) Other time (%) = 0.000144005 (0.823786) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:19 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25328 5000 1.097903e-10 10041751 25329 -0.0143649999999922 10041622.4991833 25329 5000 1.0978256e-10 10041622 Loop time of 0.017833 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:19 2021 Pair time (%) = 0.00121212 (6.79706) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.179152) Outpt time (%) = 0.0164881 (92.4583) Other time (%) = 0.000100851 (0.565531) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:19 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25329 5000 1.0978256e-10 10041565 25330 -0.0143649999999922 10041436.5235531 25330 5000 1.0977482e-10 10041437 Loop time of 0.0203168 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:19 2021 Pair time (%) = 0.00116086 (5.71378) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.157249) Outpt time (%) = 0.0190299 (93.6654) Other time (%) = 9.41753e-05 (0.463533) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:19 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25330 5000 1.0977482e-10 10041379 25331 -0.0143649999999922 10041250.557788 25331 5000 1.0976708e-10 10041251 Loop time of 0.017457 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:19 2021 Pair time (%) = 0.00120401 (6.89702) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18301) Outpt time (%) = 0.0161259 (92.375) Other time (%) = 9.5129e-05 (0.544933) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:19 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25331 5000 1.0976708e-10 10041193 25332 -0.0143649999999922 10041064.601882 25332 5000 1.0975934e-10 10041065 Loop time of 0.0171921 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:19 2021 Pair time (%) = 0.00125694 (7.31115) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198311) Outpt time (%) = 0.0157549 (91.6404) Other time (%) = 0.000146151 (0.850102) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:19 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25332 5000 1.0975934e-10 10041007 25333 -0.0143649999999922 10040878.6558014 25333 5000 1.0975161e-10 10040879 Loop time of 0.0178239 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:19 2021 Pair time (%) = 0.00129604 (7.27137) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.185931) Outpt time (%) = 0.0163789 (91.8926) Other time (%) = 0.000115871 (0.650089) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:19 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25333 5000 1.0975161e-10 10040821 25334 -0.0143649999999922 10040692.7195759 25334 5000 1.0974387e-10 10040693 Loop time of 0.0180671 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:19 2021 Pair time (%) = 0.00117493 (6.50312) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.17815) Outpt time (%) = 0.0167682 (92.8107) Other time (%) = 9.17912e-05 (0.508056) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:19 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25334 5000 1.0974387e-10 10040635 25335 -0.0143649999999922 10040506.7932032 25335 5000 1.0973614e-10 10040507 Loop time of 0.0177302 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:19 2021 Pair time (%) = 0.00116014 (6.54331) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18019) Outpt time (%) = 0.016398 (92.4858) Other time (%) = 0.00014019 (0.790684) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:19 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25335 5000 1.0973614e-10 10040449 25336 -0.0143649999999922 10040320.8766806 25336 5000 1.097284e-10 10040321 Loop time of 0.017694 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:19 2021 Pair time (%) = 0.00131297 (7.42043) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.288355) Outpt time (%) = 0.01618 (91.4437) Other time (%) = 0.000149965 (0.847549) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:19 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25336 5000 1.097284e-10 10040263 25337 -0.0143649999999922 10040134.9700058 25337 5000 1.0972067e-10 10040135 Loop time of 0.0179482 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:19 2021 Pair time (%) = 0.00130701 (7.28215) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.189957) Outpt time (%) = 0.016495 (91.9036) Other time (%) = 0.000112057 (0.624336) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:19 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25337 5000 1.0972067e-10 10040077 25338 -0.0143649999999922 10039949.0731763 25338 5000 1.0971294e-10 10039949 Loop time of 0.0179448 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:19 2021 Pair time (%) = 0.00116396 (6.48633) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.184678) Outpt time (%) = 0.016655 (92.8122) Other time (%) = 9.27448e-05 (0.516834) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:19 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25338 5000 1.0971294e-10 10039892 25339 -0.0143649999999922 10039763.1861901 25339 5000 1.0970521e-10 10039763 Loop time of 0.017077 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:19 2021 Pair time (%) = 0.00116205 (6.80479) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187083) Outpt time (%) = 0.0157881 (92.4525) Other time (%) = 9.48906e-05 (0.555664) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:19 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25339 5000 1.0970521e-10 10039706 25340 -0.0143649999999922 10039577.3090447 25340 5000 1.0969748e-10 10039577 Loop time of 0.0200272 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:19 2021 Pair time (%) = 0.00123191 (6.15119) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.170238) Outpt time (%) = 0.0186272 (93.0095) Other time (%) = 0.000133991 (0.669048) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:19 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25340 5000 1.0969748e-10 10039520 25341 -0.0143649999999922 10039391.4417382 25341 5000 1.0968975e-10 10039391 Loop time of 0.018193 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:19 2021 Pair time (%) = 0.00157809 (8.67417) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.208369) Outpt time (%) = 0.0164261 (90.2879) Other time (%) = 0.000150919 (0.829544) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:19 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25341 5000 1.0968975e-10 10039334 25342 -0.0143649999999922 10039205.5842682 25342 5000 1.0968203e-10 10039206 Loop time of 0.018225 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:19 2021 Pair time (%) = 0.0014348 (7.87274) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.175299) Outpt time (%) = 0.016634 (91.2704) Other time (%) = 0.000124216 (0.681571) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:19 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25342 5000 1.0968203e-10 10039148 25343 -0.0143649999999922 10039019.736633 25343 5000 1.096743e-10 10039020 Loop time of 0.0177841 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:19 2021 Pair time (%) = 0.00116205 (6.53421) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.179644) Outpt time (%) = 0.0165012 (92.7861) Other time (%) = 8.89301e-05 (0.500054) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:19 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25343 5000 1.096743e-10 10038962 25344 -0.0143649999999922 10038833.8988304 25344 5000 1.0966657e-10 10038834 Loop time of 0.0171051 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:19 2021 Pair time (%) = 0.00117111 (6.84657) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193744) Outpt time (%) = 0.0158 (92.3701) Other time (%) = 0.000100851 (0.589596) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:19 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25344 5000 1.0966657e-10 10038776 25345 -0.0143649999999922 10038648.0708584 25345 5000 1.0965885e-10 10038648 Loop time of 0.017956 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:19 2021 Pair time (%) = 0.0016489 (9.18301) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.217758) Outpt time (%) = 0.0161009 (89.6685) Other time (%) = 0.000167131 (0.930782) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:19 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25345 5000 1.0965885e-10 10038591 25346 -0.0143649999999922 10038462.252722 25346 5000 1.0965112e-10 10038462 Loop time of 0.018353 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:19 2021 Pair time (%) = 0.00117397 (6.39663) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.184468) Outpt time (%) = 0.0170279 (92.7798) Other time (%) = 0.000117302 (0.639144) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:19 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25346 5000 1.0965112e-10 10038405 25347 -0.0143649999999922 10038276.4444261 25347 5000 1.096434e-10 10038276 Loop time of 0.019444 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:19 2021 Pair time (%) = 0.0014329 (7.36935) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.164308) Outpt time (%) = 0.0178859 (91.9869) Other time (%) = 9.32217e-05 (0.479437) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:19 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25347 5000 1.096434e-10 10038219 25348 -0.0143649999999922 10038090.6459543 25348 5000 1.0963568e-10 10038091 Loop time of 0.0190251 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:19 2021 Pair time (%) = 0.00147581 (7.75718) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.162913) Outpt time (%) = 0.017426 (91.5949) Other time (%) = 9.2268e-05 (0.484981) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:19 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25348 5000 1.0963568e-10 10038033 25349 -0.0143649999999922 10037904.8573048 25349 5000 1.0962796e-10 10037905 Loop time of 0.017875 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:19 2021 Pair time (%) = 0.00116205 (6.50101) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.178731) Outpt time (%) = 0.016592 (92.8227) Other time (%) = 8.89301e-05 (0.497512) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:19 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25349 5000 1.0962796e-10 10037847 25350 -0.0143649999999922 10037719.0784755 25350 5000 1.0962024e-10 10037719 Loop time of 0.0210512 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:19 2021 Pair time (%) = 0.00163007 (7.74336) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.180078) Outpt time (%) = 0.0192492 (91.4401) Other time (%) = 0.000133991 (0.636503) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:19 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25350 5000 1.0962024e-10 10037662 25351 -0.0143649999999922 10037533.3094648 25351 5000 1.0961252e-10 10037533 Loop time of 0.0182929 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:19 2021 Pair time (%) = 0.00136781 (7.47726) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.169434) Outpt time (%) = 0.0167489 (91.5596) Other time (%) = 0.000145197 (0.793734) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:19 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25351 5000 1.0961252e-10 10037476 25352 -0.0143649999999922 10037347.5502711 25352 5000 1.096048e-10 10037348 Loop time of 0.0179989 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:19 2021 Pair time (%) = 0.00124383 (6.91057) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.1775) Outpt time (%) = 0.0166318 (92.4046) Other time (%) = 9.13143e-05 (0.507332) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:19 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25352 5000 1.096048e-10 10037290 25353 -0.0143649999999922 10037161.8008922 25353 5000 1.0959708e-10 10037162 Loop time of 0.017504 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:19 2021 Pair time (%) = 0.00118113 (6.74776) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.189329) Outpt time (%) = 0.016176 (92.4132) Other time (%) = 0.000113726 (0.649713) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:19 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25353 5000 1.0959708e-10 10037104 25354 -0.0143649999999922 10036976.061327 25354 5000 1.0958937e-10 10036976 Loop time of 0.0174129 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:19 2021 Pair time (%) = 0.00120997 (6.94872) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.195797) Outpt time (%) = 0.016022 (92.012) Other time (%) = 0.000146866 (0.843431) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:19 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25354 5000 1.0958937e-10 10036919 25355 -0.0143649999999922 10036790.3315734 25355 5000 1.0958165e-10 10036790 Loop time of 0.0181949 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:19 2021 Pair time (%) = 0.00134706 (7.40352) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.186071) Outpt time (%) = 0.0167019 (91.7945) Other time (%) = 0.000112057 (0.615868) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:19 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25355 5000 1.0958165e-10 10036733 25356 -0.0143649999999922 10036604.6116298 25356 5000 1.0957393e-10 10036605 Loop time of 0.018049 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:19 2021 Pair time (%) = 0.00115991 (6.42643) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.177008) Outpt time (%) = 0.0167611 (92.8642) Other time (%) = 9.60827e-05 (0.532344) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:19 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25356 5000 1.0957393e-10 10036547 25357 -0.0143649999999922 10036418.9014947 25357 5000 1.0956622e-10 10036419 Loop time of 0.017143 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:19 2021 Pair time (%) = 0.00115991 (6.76606) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186362) Outpt time (%) = 0.015857 (92.4982) Other time (%) = 9.41753e-05 (0.549351) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:19 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25357 5000 1.0956622e-10 10036361 25358 -0.0143649999999922 10036233.2011666 25358 5000 1.0955851e-10 10036233 Loop time of 0.0171368 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:19 2021 Pair time (%) = 0.00121403 (7.08432) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198951) Outpt time (%) = 0.015785 (92.1115) Other time (%) = 0.000103712 (0.605201) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:19 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25358 5000 1.0955851e-10 10036176 25359 -0.0143649999999922 10036047.5106437 25359 5000 1.095508e-10 10036048 Loop time of 0.017941 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:19 2021 Pair time (%) = 0.00122595 (6.83322) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.183389) Outpt time (%) = 0.0165801 (92.4146) Other time (%) = 0.000102043 (0.568771) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:19 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25359 5000 1.095508e-10 10035990 25360 -0.0143649999999922 10035861.8299247 25360 5000 1.0954308e-10 10035862 Loop time of 0.0207069 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:20 2021 Pair time (%) = 0.0011971 (5.78117) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.158893) Outpt time (%) = 0.0193779 (93.5821) Other time (%) = 9.89437e-05 (0.47783) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:20 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25360 5000 1.0954308e-10 10035804 25361 -0.0143649999999922 10035676.1590081 25361 5000 1.0953537e-10 10035676 Loop time of 0.0175488 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:20 2021 Pair time (%) = 0.00120211 (6.85008) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182053) Outpt time (%) = 0.016222 (92.4394) Other time (%) = 9.27448e-05 (0.528497) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:20 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25361 5000 1.0953537e-10 10035619 25362 -0.0143649999999922 10035490.4978925 25362 5000 1.0952766e-10 10035490 Loop time of 0.0172219 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:20 2021 Pair time (%) = 0.00122213 (7.09638) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197968) Outpt time (%) = 0.0158489 (92.0273) Other time (%) = 0.000116825 (0.678351) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:20 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25362 5000 1.0952766e-10 10035433 25363 -0.0143649999999922 10035304.8465764 25363 5000 1.0951995e-10 10035305 Loop time of 0.0182219 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:20 2021 Pair time (%) = 0.00143099 (7.85314) Neigh time (%) = 0 (0) Comm time (%) = 9.20296e-05 (0.505051) Outpt time (%) = 0.016531 (90.7207) Other time (%) = 0.000167847 (0.921128) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:20 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25363 5000 1.0951995e-10 10035247 25364 -0.0143649999999922 10035119.2050584 25364 5000 1.0951225e-10 10035119 Loop time of 0.018275 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:20 2021 Pair time (%) = 0.00117493 (6.42914) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.174818) Outpt time (%) = 0.016973 (92.8755) Other time (%) = 9.5129e-05 (0.520541) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:20 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25364 5000 1.0951225e-10 10035062 25365 -0.0143649999999922 10034933.5733375 25365 5000 1.0950454e-10 10034934 Loop time of 0.0174029 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:20 2021 Pair time (%) = 0.00115991 (6.66502) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183579) Outpt time (%) = 0.016118 (92.6171) Other time (%) = 9.29832e-05 (0.534298) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:20 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25365 5000 1.0950454e-10 10034876 25366 -0.0143649999999922 10034747.9514123 25366 5000 1.0949683e-10 10034748 Loop time of 0.0173049 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:20 2021 Pair time (%) = 0.00133705 (7.72643) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.195641) Outpt time (%) = 0.015785 (91.2168) Other time (%) = 0.000149012 (0.861095) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:20 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25366 5000 1.0949683e-10 10034690 25367 -0.0143649999999922 10034562.339282 25367 5000 1.0948913e-10 10034562 Loop time of 0.0183251 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:20 2021 Pair time (%) = 0.00145006 (7.91299) Neigh time (%) = 0 (0) Comm time (%) = 8.79765e-05 (0.480087) Outpt time (%) = 0.016634 (90.7717) Other time (%) = 0.000153065 (0.835274) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:20 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25367 5000 1.0948913e-10 10034505 25368 -0.0143649999999922 10034376.7369453 25368 5000 1.0948142e-10 10034377 Loop time of 0.0177979 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:20 2021 Pair time (%) = 0.001158 (6.50636) Neigh time (%) = 0 (0) Comm time (%) = 4.88758e-05 (0.274615) Outpt time (%) = 0.0164888 (92.6443) Other time (%) = 0.000102282 (0.574682) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:20 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25368 5000 1.0948142e-10 10034319 25369 -0.0143649999999922 10034191.1444016 25369 5000 1.0947372e-10 10034191 Loop time of 0.01754 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:20 2021 Pair time (%) = 0.00116205 (6.62516) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182144) Outpt time (%) = 0.016252 (92.6571) Other time (%) = 9.39369e-05 (0.535559) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:20 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25369 5000 1.0947372e-10 10034134 25370 -0.0143649999999922 10034005.5616502 25370 5000 1.0946602e-10 10034006 Loop time of 0.01999 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:20 2021 Pair time (%) = 0.00132298 (6.61824) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.175326) Outpt time (%) = 0.018503 (92.5612) Other time (%) = 0.000128984 (0.645246) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:20 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25370 5000 1.0946602e-10 10033948 25371 -0.0143649999999922 10033819.988691 25371 5000 1.0945832e-10 10033820 Loop time of 0.0175059 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:20 2021 Pair time (%) = 0.00136304 (7.78618) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.200204) Outpt time (%) = 0.0159569 (91.1515) Other time (%) = 0.000150919 (0.862104) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:20 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25371 5000 1.0945832e-10 10033763 25372 -0.0143649999999922 10033634.4255253 25372 5000 1.0945062e-10 10033634 Loop time of 0.0179431 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:20 2021 Pair time (%) = 0.00121522 (6.77261) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.178052) Outpt time (%) = 0.016597 (92.4979) Other time (%) = 9.89437e-05 (0.551429) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:20 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25372 5000 1.0945062e-10 10033577 25373 -0.0143649999999922 10033448.8721554 25373 5000 1.0944292e-10 10033449 Loop time of 0.0179739 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:20 2021 Pair time (%) = 0.00115705 (6.43736) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.179074) Outpt time (%) = 0.0166919 (92.8676) Other time (%) = 9.27448e-05 (0.515997) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:20 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25373 5000 1.0944292e-10 10033391 25374 -0.0143649999999922 10033263.3285955 25374 5000 1.0943522e-10 10033263 Loop time of 0.0170169 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:20 2021 Pair time (%) = 0.00116396 (6.84003) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187743) Outpt time (%) = 0.015727 (92.4202) Other time (%) = 9.39369e-05 (0.552022) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:20 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25374 5000 1.0943522e-10 10033206 25375 -0.0143649999999922 10033077.7948208 25375 5000 1.0942752e-10 10033078 Loop time of 0.0175881 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:20 2021 Pair time (%) = 0.0014348 (8.15779) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.210113) Outpt time (%) = 0.0159361 (90.6073) Other time (%) = 0.000180244 (1.02481) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:20 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25375 5000 1.0942752e-10 10033020 25376 -0.0143649999999922 10032892.2708186 25376 5000 1.0941982e-10 10032892 Loop time of 0.0181649 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:20 2021 Pair time (%) = 0.00144506 (7.95522) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.181129) Outpt time (%) = 0.016587 (91.3137) Other time (%) = 9.98974e-05 (0.549948) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:20 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25376 5000 1.0941982e-10 10032835 25377 -0.0143649999999922 10032706.7565874 25377 5000 1.0941213e-10 10032707 Loop time of 0.0179319 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:20 2021 Pair time (%) = 0.00119209 (6.64788) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.183481) Outpt time (%) = 0.0166061 (92.6062) Other time (%) = 0.000100851 (0.56241) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:20 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25377 5000 1.0941213e-10 10032649 25378 -0.0143649999999922 10032521.2521258 25378 5000 1.0940443e-10 10032521 Loop time of 0.0181119 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:20 2021 Pair time (%) = 0.00124502 (6.87404) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.198771) Outpt time (%) = 0.0167239 (92.3361) Other time (%) = 0.00010705 (0.591046) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:20 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25378 5000 1.0940443e-10 10032464 25379 -0.0143649999999922 10032335.7574321 25379 5000 1.0939674e-10 10032336 Loop time of 0.0172999 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:20 2021 Pair time (%) = 0.001266 (7.31798) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197076) Outpt time (%) = 0.0158639 (91.6994) Other time (%) = 0.000135899 (0.785546) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:20 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25379 5000 1.0939674e-10 10032278 25380 -0.0143649999999922 10032150.272505 25380 5000 1.0938904e-10 10032150 Loop time of 0.0209539 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:20 2021 Pair time (%) = 0.00131512 (6.27624) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.162709) Outpt time (%) = 0.0194941 (93.0331) Other time (%) = 0.000110626 (0.527951) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:20 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25380 5000 1.0938904e-10 10032093 25381 -0.0143649999999922 10031964.7973431 25381 5000 1.0938135e-10 10031965 Loop time of 0.0178339 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:20 2021 Pair time (%) = 0.00120211 (6.74055) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.173794) Outpt time (%) = 0.0165071 (92.5603) Other time (%) = 9.36985e-05 (0.525394) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:20 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25381 5000 1.0938135e-10 10031907 25382 -0.0143649999999922 10031779.3319449 25382 5000 1.0937366e-10 10031779 Loop time of 0.0180039 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:20 2021 Pair time (%) = 0.0011611 (6.44914) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.178775) Outpt time (%) = 0.0167179 (92.857) Other time (%) = 9.27448e-05 (0.515136) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:20 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25382 5000 1.0937366e-10 10031722 25383 -0.0143649999999922 10031593.8763089 25383 5000 1.0936597e-10 10031594 Loop time of 0.0171931 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:20 2021 Pair time (%) = 0.00117302 (6.82263) Neigh time (%) = 0 (0) Comm time (%) = 4.81606e-05 (0.280116) Outpt time (%) = 0.0158169 (91.9959) Other time (%) = 0.000154972 (0.901363) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:20 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25383 5000 1.0936597e-10 10031536 25384 -0.0143649999999922 10031408.4304372 25384 5000 1.0935828e-10 10031408 Loop time of 0.0182009 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:20 2021 Pair time (%) = 0.00148416 (8.15431) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.209589) Outpt time (%) = 0.0165401 (90.875) Other time (%) = 0.000138521 (0.761069) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:20 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25384 5000 1.0935828e-10 10031351 25385 -0.0143649999999922 10031222.9944121 25385 5000 1.0935059e-10 10031223 Loop time of 0.0177622 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:20 2021 Pair time (%) = 0.00116301 (6.54765) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.179866) Outpt time (%) = 0.0164728 (92.7409) Other time (%) = 9.44138e-05 (0.531544) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:20 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25385 5000 1.0935059e-10 10031166 25386 -0.0143649999999922 10031037.5682047 25386 5000 1.093429e-10 10031038 Loop time of 0.0177579 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:20 2021 Pair time (%) = 0.0011909 (6.70632) Neigh time (%) = 0 (0) Comm time (%) = 6.29425e-05 (0.354448) Outpt time (%) = 0.0164101 (92.4102) Other time (%) = 9.39369e-05 (0.528987) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:20 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25386 5000 1.093429e-10 10030980 25387 -0.0143649999999922 10030852.1517954 25387 5000 1.0933521e-10 10030852 Loop time of 0.0171831 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:20 2021 Pair time (%) = 0.00121784 (7.08746) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.197028) Outpt time (%) = 0.0158272 (92.1092) Other time (%) = 0.000104189 (0.606347) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:20 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25387 5000 1.0933521e-10 10030795 25388 -0.0143649999999922 10030666.7451749 25388 5000 1.0932753e-10 10030667 Loop time of 0.0180919 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:20 2021 Pair time (%) = 0.00146294 (8.08613) Neigh time (%) = 0 (0) Comm time (%) = 5.38826e-05 (0.297827) Outpt time (%) = 0.0164101 (90.7041) Other time (%) = 0.000164986 (0.91193) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:20 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25388 5000 1.0932753e-10 10030609 25389 -0.0143649999999922 10030481.3483375 25389 5000 1.0931984e-10 10030481 Loop time of 0.019484 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:20 2021 Pair time (%) = 0.00116491 (5.97881) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.165194) Outpt time (%) = 0.018193 (93.3739) Other time (%) = 9.39369e-05 (0.482122) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:20 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25389 5000 1.0931984e-10 10030424 25390 -0.0143649999999922 10030295.9613068 25390 5000 1.0931216e-10 10030296 Loop time of 0.021512 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:20 2021 Pair time (%) = 0.00143313 (6.66201) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.148513) Outpt time (%) = 0.019958 (92.7761) Other time (%) = 8.89301e-05 (0.413397) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:20 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25390 5000 1.0931216e-10 10030239 25391 -0.0143649999999922 10030110.5840745 25391 5000 1.0930447e-10 10030111 Loop time of 0.0179441 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:20 2021 Pair time (%) = 0.00149512 (8.33212) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.178042) Outpt time (%) = 0.0163291 (90.9996) Other time (%) = 8.79765e-05 (0.490281) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:28:20 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25391 5000 1.0930447e-10 10030053 25392 -0.0143649999999922 10029900.2287668 25392 5000 2.154997e-10 10030231 Loop time of 0.0176241 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:20 2021 Pair time (%) = 0.00146604 (8.31834) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.19345) Outpt time (%) = 0.0159731 (90.6319) Other time (%) = 0.000150919 (0.85632) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:20 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25392 5000 2.154997e-10 10102889 25393 -0.0143974999999921 10102720.9894263 25393 5000 1.7334449e-10 10102721 Loop time of 0.0175281 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:20 2021 Pair time (%) = 0.00122404 (6.98332) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182268) Outpt time (%) = 0.0161779 (92.2971) Other time (%) = 9.41753e-05 (0.537283) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:20 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25393 5000 1.7334449e-10 10102643 25394 -0.0143974999999921 10102489.1465112 25394 5000 1.4893869e-10 10102489 Loop time of 0.017076 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:20 2021 Pair time (%) = 0.00120783 (7.07325) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187093) Outpt time (%) = 0.0157409 (92.1812) Other time (%) = 9.53674e-05 (0.558488) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:20 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25394 5000 1.4893869e-10 10102419 25395 -0.0143974999999921 10102273.5996258 25395 5000 1.3438993e-10 10102274 Loop time of 0.0170591 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:20 2021 Pair time (%) = 0.00129008 (7.56244) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.20405) Outpt time (%) = 0.015631 (91.6283) Other time (%) = 0.000103235 (0.605163) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:20 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25395 5000 1.3438993e-10 10102208 25396 -0.0143974999999921 10102068.4126061 25396 5000 1.255307e-10 10102068 Loop time of 0.017915 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:20 2021 Pair time (%) = 0.00122619 (6.84447) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.188978) Outpt time (%) = 0.0165541 (92.4036) Other time (%) = 0.000100851 (0.562942) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:20 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25396 5000 1.255307e-10 10102005 25397 -0.0143974999999921 10101869.8129723 25397 5000 1.2005507e-10 10101870 Loop time of 0.0178552 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:20 2021 Pair time (%) = 0.00115895 (6.49085) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.178929) Outpt time (%) = 0.0165691 (92.7974) Other time (%) = 9.5129e-05 (0.532781) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:20 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25397 5000 1.2005507e-10 10101809 25398 -0.0143974999999921 10101675.4032791 25398 5000 1.1663599e-10 10101675 Loop time of 0.016953 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:20 2021 Pair time (%) = 0.00115991 (6.8419) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188451) Outpt time (%) = 0.015667 (92.4141) Other time (%) = 9.41753e-05 (0.555509) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:20 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25398 5000 1.1663599e-10 10101615 25399 -0.0143974999999921 10101483.6599263 25399 5000 1.1448598e-10 10101484 Loop time of 0.017381 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:20 2021 Pair time (%) = 0.00135803 (7.81334) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.213989) Outpt time (%) = 0.0158279 (91.0646) Other time (%) = 0.000157833 (0.908081) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:20 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25399 5000 1.1448598e-10 10101424 25400 -0.0143974999999921 10101293.6146505 25400 5000 1.1312716e-10 10101294 Loop time of 0.020817 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:20 2021 Pair time (%) = 0.00135112 (6.49044) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.159197) Outpt time (%) = 0.01932 (92.8086) Other time (%) = 0.000112772 (0.541729) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:20 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25400 5000 1.1312716e-10 10101235 25401 -0.0143974999999921 10101104.6521097 25401 5000 1.1226498e-10 10101105 Loop time of 0.0179329 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:21 2021 Pair time (%) = 0.00120401 (6.714) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.184801) Outpt time (%) = 0.016603 (92.584) Other time (%) = 9.27448e-05 (0.517177) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:21 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25401 5000 1.1226498e-10 10101046 25402 -0.0143974999999921 10100916.3812474 25402 5000 1.1171591e-10 10100916 Loop time of 0.018121 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:21 2021 Pair time (%) = 0.0012958 (7.15085) Neigh time (%) = 0 (0) Comm time (%) = 6.41346e-05 (0.353924) Outpt time (%) = 0.0165961 (91.5848) Other time (%) = 0.000164986 (0.910466) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:21 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25402 5000 1.1171591e-10 10100858 25403 -0.0143974999999921 10100728.5535426 25403 5000 1.1136481e-10 10100729 Loop time of 0.0173199 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:21 2021 Pair time (%) = 0.00121117 (6.99291) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.276688) Outpt time (%) = 0.015914 (91.8824) Other time (%) = 0.000146866 (0.847959) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:21 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25403 5000 1.1136481e-10 10100670 25404 -0.0143974999999921 10100541.011057 25404 5000 1.1113912e-10 10100541 Loop time of 0.0178359 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:21 2021 Pair time (%) = 0.0014689 (8.23564) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.25799) Outpt time (%) = 0.0161481 (90.5372) Other time (%) = 0.000172853 (0.969135) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:21 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25404 5000 1.1113912e-10 10100483 25405 -0.0143974999999921 10100353.6534188 25405 5000 1.1099296e-10 10100354 Loop time of 0.0180819 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:21 2021 Pair time (%) = 0.00123 (6.80239) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.18196) Outpt time (%) = 0.01669 (92.3023) Other time (%) = 0.000128984 (0.713334) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:21 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25405 5000 1.1099296e-10 10100296 25406 -0.0143974999999921 10100166.4168401 25406 5000 1.1089727e-10 10100166 Loop time of 0.0180569 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:21 2021 Pair time (%) = 0.00119901 (6.64017) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.17693) Outpt time (%) = 0.0167329 (92.668) Other time (%) = 9.29832e-05 (0.514947) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:21 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25406 5000 1.1089727e-10 10100108 25407 -0.0143974999999921 10099979.2607827 25407 5000 1.1083363e-10 10099979 Loop time of 0.0171208 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:21 2021 Pair time (%) = 0.00122213 (7.13828) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181033) Outpt time (%) = 0.015774 (92.1334) Other time (%) = 9.36985e-05 (0.547278) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:21 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25407 5000 1.1083363e-10 10099921 25408 -0.0143974999999921 10099792.1594837 25408 5000 1.1079036e-10 10099792 Loop time of 0.01791 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:21 2021 Pair time (%) = 0.00144315 (8.05777) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.201012) Outpt time (%) = 0.016295 (90.9824) Other time (%) = 0.000135899 (0.758786) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:21 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25408 5000 1.1079036e-10 10099734 25409 -0.0143974999999921 10099605.09657 25409 5000 1.1076001e-10 10099605 Loop time of 0.018064 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:21 2021 Pair time (%) = 0.00129509 (7.16944) Neigh time (%) = 0 (0) Comm time (%) = 6.38962e-05 (0.353721) Outpt time (%) = 0.0165999 (91.8948) Other time (%) = 0.000105143 (0.582055) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:21 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25409 5000 1.1076001e-10 10099547 25410 -0.0143974999999921 10099418.0616359 25410 5000 1.1073788e-10 10099418 Loop time of 0.020328 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:21 2021 Pair time (%) = 0.00120091 (5.90767) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.157163) Outpt time (%) = 0.019001 (93.4719) Other time (%) = 9.41753e-05 (0.463278) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:21 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25410 5000 1.1073788e-10 10099360 25411 -0.0143974999999921 10099231.0480681 25411 5000 1.1072098e-10 10099231 Loop time of 0.017498 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:21 2021 Pair time (%) = 0.001158 (6.61789) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182581) Outpt time (%) = 0.0162141 (92.6627) Other time (%) = 9.39369e-05 (0.536843) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:21 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25411 5000 1.1072098e-10 10099173 25412 -0.0143974999999921 10099044.0516633 25412 5000 1.1070739e-10 10099044 Loop time of 0.0174809 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:21 2021 Pair time (%) = 0.00121284 (6.93808) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.188216) Outpt time (%) = 0.0161309 (92.2777) Other time (%) = 0.000104189 (0.596017) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:21 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25412 5000 1.1070739e-10 10098986 25413 -0.0143974999999921 10098857.0697497 25413 5000 1.1069591e-10 10098857 Loop time of 0.0180371 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:21 2021 Pair time (%) = 0.001369 (7.58992) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.187699) Outpt time (%) = 0.0165172 (91.5734) Other time (%) = 0.000117064 (0.649016) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:21 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25413 5000 1.1069591e-10 10098799 25414 -0.0143974999999921 10098670.1006292 25414 5000 1.1068577e-10 10098670 Loop time of 0.017988 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:21 2021 Pair time (%) = 0.00115895 (6.44293) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.172306) Outpt time (%) = 0.0167041 (92.8625) Other time (%) = 9.39369e-05 (0.522221) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:21 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25414 5000 1.1068577e-10 10098612 25415 -0.0143974999999921 10098483.143222 25415 5000 1.1067648e-10 10098483 Loop time of 0.0173891 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:21 2021 Pair time (%) = 0.00116897 (6.72242) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183725) Outpt time (%) = 0.016094 (92.5523) Other time (%) = 9.41753e-05 (0.541578) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:21 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25415 5000 1.1067648e-10 10098425 25416 -0.0143974999999921 10098296.1968414 25416 5000 1.1066774e-10 10098296 Loop time of 0.0172482 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:21 2021 Pair time (%) = 0.00123715 (7.17267) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.203196) Outpt time (%) = 0.0158432 (91.8542) Other time (%) = 0.000132799 (0.769933) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:21 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25416 5000 1.1066774e-10 10098238 25417 -0.0143974999999921 10098109.2610508 25417 5000 1.1065934e-10 10098109 Loop time of 0.0178361 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:21 2021 Pair time (%) = 0.00144386 (8.09517) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.189814) Outpt time (%) = 0.016232 (91.0065) Other time (%) = 0.000126362 (0.708461) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:21 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25417 5000 1.1065934e-10 10098051 25418 -0.0143974999999921 10097922.3355721 25418 5000 1.1065116e-10 10097922 Loop time of 0.0179508 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:21 2021 Pair time (%) = 0.00121403 (6.76309) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.184617) Outpt time (%) = 0.016602 (92.4865) Other time (%) = 0.000101566 (0.565805) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:21 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25418 5000 1.1065116e-10 10097864 25419 -0.0143974999999921 10097735.4202284 25419 5000 1.1064312e-10 10097735 Loop time of 0.0180929 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:21 2021 Pair time (%) = 0.00128698 (7.11321) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.176578) Outpt time (%) = 0.0166671 (92.1199) Other time (%) = 0.000106812 (0.590351) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:21 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25419 5000 1.1064312e-10 10097677 25420 -0.0143974999999921 10097548.5149066 25420 5000 1.1063517e-10 10097549 Loop time of 0.0203879 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:21 2021 Pair time (%) = 0.00131297 (6.43996) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.181259) Outpt time (%) = 0.0189199 (92.7999) Other time (%) = 0.000118017 (0.578859) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:21 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25420 5000 1.1063517e-10 10097491 25421 -0.0143974999999921 10097361.6195343 25421 5000 1.1062728e-10 10097362 Loop time of 0.017385 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:21 2021 Pair time (%) = 0.00139689 (8.03505) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.207082) Outpt time (%) = 0.01583 (91.0557) Other time (%) = 0.00012207 (0.702159) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:21 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25421 5000 1.1062728e-10 10097304 25422 -0.0143974999999921 10097174.7340654 25422 5000 1.1061942e-10 10097175 Loop time of 0.0184338 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:21 2021 Pair time (%) = 0.00131011 (7.1071) Neigh time (%) = 0 (0) Comm time (%) = 5.00679e-05 (0.271609) Outpt time (%) = 0.0169668 (92.0419) Other time (%) = 0.000106812 (0.579433) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:21 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25422 5000 1.1061942e-10 10097117 25423 -0.0143974999999921 10096987.8584701 25423 5000 1.1061158e-10 10096988 Loop time of 0.018003 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:21 2021 Pair time (%) = 0.00116515 (6.47199) Neigh time (%) = 0 (0) Comm time (%) = 7.10487e-05 (0.39465) Outpt time (%) = 0.0166531 (92.5017) Other time (%) = 0.000113726 (0.631704) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:21 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25423 5000 1.1061158e-10 10096930 25424 -0.0143974999999921 10096800.992729 25424 5000 1.1060376e-10 10096801 Loop time of 0.0172219 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:21 2021 Pair time (%) = 0.00115991 (6.73506) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.186893) Outpt time (%) = 0.0159109 (92.3872) Other time (%) = 0.000118971 (0.69081) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:21 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25424 5000 1.1060376e-10 10096743 25425 -0.0143974999999921 10096614.1368292 25425 5000 1.1059596e-10 10096614 Loop time of 0.017663 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:21 2021 Pair time (%) = 0.00150704 (8.53221) Neigh time (%) = 0 (0) Comm time (%) = 4.81606e-05 (0.272663) Outpt time (%) = 0.0159528 (90.3177) Other time (%) = 0.000154972 (0.877382) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:21 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25425 5000 1.1059596e-10 10096556 25426 -0.0143974999999921 10096427.2907623 25426 5000 1.1058815e-10 10096427 Loop time of 0.0180299 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:21 2021 Pair time (%) = 0.00127387 (7.06531) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.189096) Outpt time (%) = 0.0166061 (92.1029) Other time (%) = 0.000115871 (0.642662) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:21 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25426 5000 1.1058815e-10 10096369 25427 -0.0143974999999921 10096240.4545225 25427 5000 1.1058036e-10 10096240 Loop time of 0.018055 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:21 2021 Pair time (%) = 0.00129914 (7.19549) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.182231) Outpt time (%) = 0.016624 (92.0743) Other time (%) = 9.89437e-05 (0.548014) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:21 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25427 5000 1.1058036e-10 10096183 25428 -0.0143974999999921 10096053.6281056 25428 5000 1.1057256e-10 10096054 Loop time of 0.0171521 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:21 2021 Pair time (%) = 0.00120687 (7.03632) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193214) Outpt time (%) = 0.0158119 (92.1867) Other time (%) = 0.000100136 (0.583812) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:21 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25428 5000 1.1057256e-10 10095996 25429 -0.0143974999999921 10095866.8115086 25429 5000 1.1056477e-10 10095867 Loop time of 0.0176439 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:21 2021 Pair time (%) = 0.00153184 (8.68196) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.260797) Outpt time (%) = 0.0159011 (90.1222) Other time (%) = 0.000164986 (0.935085) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:21 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25429 5000 1.1056477e-10 10095809 25430 -0.0143974999999921 10095680.0047293 25430 5000 1.1055698e-10 10095680 Loop time of 0.0205929 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:21 2021 Pair time (%) = 0.00123596 (6.00188) Neigh time (%) = 0 (0) Comm time (%) = 6.38962e-05 (0.310282) Outpt time (%) = 0.019197 (93.2213) Other time (%) = 9.60827e-05 (0.466581) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:21 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25430 5000 1.1055698e-10 10095622 25431 -0.0143974999999921 10095493.2077655 25431 5000 1.1054919e-10 10095493 Loop time of 0.0200291 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:21 2021 Pair time (%) = 0.00116587 (5.82087) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.160699) Outpt time (%) = 0.0187371 (93.5494) Other time (%) = 9.39369e-05 (0.469003) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:21 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25431 5000 1.1054919e-10 10095435 25432 -0.0143974999999921 10095306.4206159 25432 5000 1.1054141e-10 10095306 Loop time of 0.0200181 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:21 2021 Pair time (%) = 0.00147891 (7.38787) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.154832) Outpt time (%) = 0.018419 (92.0119) Other time (%) = 8.91685e-05 (0.44544) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:21 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25432 5000 1.1054141e-10 10095249 25433 -0.0143974999999921 10095119.6432789 25433 5000 1.1053362e-10 10095120 Loop time of 0.0180211 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:21 2021 Pair time (%) = 0.00116611 (6.47078) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.177282) Outpt time (%) = 0.0167351 (92.8638) Other time (%) = 8.79765e-05 (0.488186) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:21 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25433 5000 1.1053362e-10 10095062 25434 -0.0143974999999921 10094932.8757531 25434 5000 1.1052583e-10 10094933 Loop time of 0.018024 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:21 2021 Pair time (%) = 0.00143385 (7.95524) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.177253) Outpt time (%) = 0.016468 (91.3675) Other time (%) = 9.01222e-05 (0.500013) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:21 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25434 5000 1.1052583e-10 10094875 25435 -0.0143974999999921 10094746.1180375 25435 5000 1.1051805e-10 10094746 Loop time of 0.017803 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:21 2021 Pair time (%) = 0.00135803 (7.62813) Neigh time (%) = 0 (0) Comm time (%) = 6.58035e-05 (0.369621) Outpt time (%) = 0.0162129 (91.0688) Other time (%) = 0.000166178 (0.933428) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:21 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25435 5000 1.1051805e-10 10094688 25436 -0.0143974999999921 10094559.3701306 25436 5000 1.1051027e-10 10094559 Loop time of 0.017561 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:21 2021 Pair time (%) = 0.00121903 (6.94173) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.192788) Outpt time (%) = 0.0162039 (92.2722) Other time (%) = 0.000104189 (0.593299) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:21 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25436 5000 1.1051027e-10 10094501 25437 -0.0143974999999921 10094372.6320314 25437 5000 1.1050249e-10 10094373 Loop time of 0.0182681 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:21 2021 Pair time (%) = 0.00152683 (8.35791) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.202292) Outpt time (%) = 0.0165391 (90.5354) Other time (%) = 0.000165224 (0.90444) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:21 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25437 5000 1.1050249e-10 10094315 25438 -0.0143974999999921 10094185.9037386 25438 5000 1.1049471e-10 10094186 Loop time of 0.017977 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:21 2021 Pair time (%) = 0.00116396 (6.47472) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.179043) Outpt time (%) = 0.0166879 (92.829) Other time (%) = 9.29832e-05 (0.517235) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:21 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25438 5000 1.1049471e-10 10094128 25439 -0.0143974999999921 10093999.1852512 25439 5000 1.1048693e-10 10093999 Loop time of 0.0177121 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:21 2021 Pair time (%) = 0.00121903 (6.88249) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.185759) Outpt time (%) = 0.0163472 (92.2937) Other time (%) = 0.00011301 (0.63804) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:21 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25439 5000 1.1048693e-10 10093941 25440 -0.0143974999999921 10093812.476568 25440 5000 1.1047915e-10 10093812 Loop time of 0.0199571 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:21 2021 Pair time (%) = 0.00117087 (5.86696) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.170836) Outpt time (%) = 0.018651 (93.4557) Other time (%) = 0.000101089 (0.506535) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:21 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25440 5000 1.1047915e-10 10093755 25441 -0.0143974999999921 10093625.777688 25441 5000 1.1047137e-10 10093626 Loop time of 0.0176978 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:21 2021 Pair time (%) = 0.00148511 (8.39149) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.215546) Outpt time (%) = 0.0160398 (90.6318) Other time (%) = 0.000134706 (0.761148) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:21 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25441 5000 1.1047137e-10 10093568 25442 -0.0143974999999921 10093439.0886099 25442 5000 1.1046359e-10 10093439 Loop time of 0.0179839 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:22 2021 Pair time (%) = 0.00125098 (6.95612) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.184277) Outpt time (%) = 0.0165989 (92.2988) Other time (%) = 0.000100851 (0.560785) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:22 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25442 5000 1.1046359e-10 10093381 25443 -0.0143974999999921 10093252.4093328 25443 5000 1.1045581e-10 10093252 Loop time of 0.018162 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:22 2021 Pair time (%) = 0.00115991 (6.38644) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.175906) Outpt time (%) = 0.0168469 (92.759) Other time (%) = 0.000123262 (0.678683) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:22 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25443 5000 1.1045581e-10 10093195 25444 -0.0143974999999921 10093065.7398553 25444 5000 1.1044804e-10 10093066 Loop time of 0.04528 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:22 2021 Pair time (%) = 0.00123096 (2.71854) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.0705568) Outpt time (%) = 0.0438941 (96.9392) Other time (%) = 0.000123024 (0.271696) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:22 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25444 5000 1.1044804e-10 10093008 25445 -0.0143974999999921 10092879.0801765 25445 5000 1.1044026e-10 10092879 Loop time of 0.0178349 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:22 2021 Pair time (%) = 0.00120306 (6.74554) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.180469) Outpt time (%) = 0.016506 (92.5486) Other time (%) = 9.36985e-05 (0.525366) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:22 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25445 5000 1.1044026e-10 10092821 25446 -0.0143974999999921 10092692.4302952 25446 5000 1.1043249e-10 10092692 Loop time of 0.0180552 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:22 2021 Pair time (%) = 0.0013659 (7.56513) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.183549) Outpt time (%) = 0.0165389 (91.6016) Other time (%) = 0.000117302 (0.649685) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:22 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25446 5000 1.1043249e-10 10092635 25447 -0.0143974999999921 10092505.7902103 25447 5000 1.1042472e-10 10092506 Loop time of 0.0180061 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:22 2021 Pair time (%) = 0.0012219 (6.78601) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.177429) Outpt time (%) = 0.0166581 (92.5135) Other time (%) = 9.41753e-05 (0.523019) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:22 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25447 5000 1.1042472e-10 10092448 25448 -0.0143974999999921 10092319.1599209 25448 5000 1.1041695e-10 10092319 Loop time of 0.017283 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:22 2021 Pair time (%) = 0.00121093 (7.00648) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184853) Outpt time (%) = 0.015945 (92.2582) Other time (%) = 9.5129e-05 (0.550421) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:22 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25448 5000 1.1041695e-10 10092261 25449 -0.0143974999999921 10092132.5394256 25449 5000 1.1040917e-10 10092133 Loop time of 0.017302 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:22 2021 Pair time (%) = 0.0013659 (7.89445) Neigh time (%) = 0 (0) Comm time (%) = 4.98295e-05 (0.287998) Outpt time (%) = 0.0157499 (91.0294) Other time (%) = 0.000136375 (0.788204) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:22 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25449 5000 1.1040917e-10 10092075 25450 -0.0143974999999921 10091945.9287234 25450 5000 1.104014e-10 10091946 Loop time of 0.02088 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:22 2021 Pair time (%) = 0.00132799 (6.36012) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.158717) Outpt time (%) = 0.0194142 (92.9799) Other time (%) = 0.000104666 (0.501273) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:22 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25450 5000 1.104014e-10 10091888 25451 -0.0143974999999921 10091759.3278132 25451 5000 1.1039363e-10 10091759 Loop time of 0.017844 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:22 2021 Pair time (%) = 0.00116491 (6.52833) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.173697) Outpt time (%) = 0.0165529 (92.7649) Other time (%) = 9.5129e-05 (0.533116) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:22 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25451 5000 1.1039363e-10 10091701 25452 -0.0143974999999921 10091572.736694 25452 5000 1.1038587e-10 10091573 Loop time of 0.01793 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:22 2021 Pair time (%) = 0.00117612 (6.55949) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.178182) Outpt time (%) = 0.0166199 (92.6932) Other time (%) = 0.000102043 (0.569119) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:22 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25452 5000 1.1038587e-10 10091515 25453 -0.0143974999999921 10091386.1553644 25453 5000 1.103781e-10 10091386 Loop time of 0.0172169 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:22 2021 Pair time (%) = 0.00119805 (6.95858) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.203564) Outpt time (%) = 0.015882 (92.2465) Other time (%) = 0.000101805 (0.591306) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:22 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25453 5000 1.103781e-10 10091328 25454 -0.0143974999999921 10091199.5838237 25454 5000 1.1037033e-10 10091200 Loop time of 0.0178571 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:22 2021 Pair time (%) = 0.00160694 (8.99891) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.213624) Outpt time (%) = 0.0160651 (89.965) Other time (%) = 0.000146866 (0.822452) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:22 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25454 5000 1.1037033e-10 10091142 25455 -0.0143974999999921 10091013.0220705 25455 5000 1.1036257e-10 10091013 Loop time of 0.018048 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:22 2021 Pair time (%) = 0.00118494 (6.56548) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.183622) Outpt time (%) = 0.0167301 (92.6974) Other time (%) = 9.98974e-05 (0.553508) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:22 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25455 5000 1.1036257e-10 10090955 25456 -0.0143974999999921 10090826.4701039 25456 5000 1.103548e-10 10090826 Loop time of 0.0178661 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:22 2021 Pair time (%) = 0.00116301 (6.50955) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.178819) Outpt time (%) = 0.016577 (92.7845) Other time (%) = 9.41753e-05 (0.527116) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:22 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25456 5000 1.103548e-10 10090769 25457 -0.0143974999999921 10090639.9279228 25457 5000 1.1034704e-10 10090640 Loop time of 0.0170679 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:22 2021 Pair time (%) = 0.00116205 (6.8084) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.19277) Outpt time (%) = 0.015774 (92.4191) Other time (%) = 9.89437e-05 (0.579706) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:22 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25457 5000 1.1034704e-10 10090582 25458 -0.0143974999999921 10090453.3955259 25458 5000 1.1033928e-10 10090453 Loop time of 0.0179691 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:22 2021 Pair time (%) = 0.00152993 (8.51422) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.217599) Outpt time (%) = 0.016217 (90.2492) Other time (%) = 0.000183105 (1.019) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:22 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25458 5000 1.1033928e-10 10090396 25459 -0.0143974999999921 10090266.8729123 25459 5000 1.1033151e-10 10090267 Loop time of 0.0179019 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:22 2021 Pair time (%) = 0.00117493 (6.56314) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.179794) Outpt time (%) = 0.0165989 (92.7217) Other time (%) = 9.58443e-05 (0.535386) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:22 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25459 5000 1.1033151e-10 10090209 25460 -0.0143974999999921 10090080.3600809 25460 5000 1.1032375e-10 10090080 Loop time of 0.0207601 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:22 2021 Pair time (%) = 0.00129509 (6.23837) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.173416) Outpt time (%) = 0.019289 (92.9141) Other time (%) = 0.000139952 (0.674139) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:22 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25460 5000 1.1032375e-10 10090022 25461 -0.0143974999999921 10089893.8570307 25461 5000 1.1031599e-10 10089894 Loop time of 0.0173671 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:22 2021 Pair time (%) = 0.00119185 (6.8627) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183957) Outpt time (%) = 0.016026 (92.2779) Other time (%) = 0.000117302 (0.675425) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:22 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25461 5000 1.1031599e-10 10089836 25462 -0.0143974999999921 10089707.3637604 25462 5000 1.1030823e-10 10089707 Loop time of 0.0175099 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:22 2021 Pair time (%) = 0.00148511 (8.48152) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.200158) Outpt time (%) = 0.015842 (90.4741) Other time (%) = 0.00014782 (0.844204) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:22 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25462 5000 1.1030823e-10 10089650 25463 -0.0143974999999921 10089520.880269 25463 5000 1.1030048e-10 10089521 Loop time of 0.017962 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:22 2021 Pair time (%) = 0.00130296 (7.25398) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.177865) Outpt time (%) = 0.0165248 (91.9987) Other time (%) = 0.000102282 (0.569434) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:22 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25463 5000 1.1030048e-10 10089463 25464 -0.0143974999999921 10089334.4065553 25464 5000 1.1029272e-10 10089334 Loop time of 0.0179691 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:22 2021 Pair time (%) = 0.00127697 (7.10646) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.177794) Outpt time (%) = 0.0165188 (91.9289) Other time (%) = 0.000141382 (0.786806) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:22 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25464 5000 1.1029272e-10 10089277 25465 -0.0143974999999921 10089147.9426185 25465 5000 1.1028496e-10 10089148 Loop time of 0.0174642 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:22 2021 Pair time (%) = 0.00122523 (7.0157) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.188396) Outpt time (%) = 0.0160902 (92.1324) Other time (%) = 0.000115871 (0.663481) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:22 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25465 5000 1.1028496e-10 10089090 25466 -0.0143974999999921 10088961.4884573 25466 5000 1.1027721e-10 10088961 Loop time of 0.0175169 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:22 2021 Pair time (%) = 0.00130391 (7.44375) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.200079) Outpt time (%) = 0.016053 (91.643) Other time (%) = 0.000124931 (0.713207) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:22 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25466 5000 1.1027721e-10 10088904 25467 -0.0143974999999921 10088775.0440707 25467 5000 1.1026945e-10 10088775 Loop time of 0.0179989 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:22 2021 Pair time (%) = 0.00128388 (7.13311) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.188097) Outpt time (%) = 0.0165288 (91.8324) Other time (%) = 0.000152349 (0.846436) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:22 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25467 5000 1.1026945e-10 10088717 25468 -0.0143974999999921 10088588.6094577 25468 5000 1.102617e-10 10088589 Loop time of 0.018117 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:22 2021 Pair time (%) = 0.00120497 (6.65105) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.17766) Outpt time (%) = 0.0167849 (92.6475) Other time (%) = 9.48906e-05 (0.523767) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:22 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25468 5000 1.102617e-10 10088531 25469 -0.0143974999999921 10088402.184617 25469 5000 1.1025394e-10 10088402 Loop time of 0.0171618 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:22 2021 Pair time (%) = 0.00120401 (7.01564) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186158) Outpt time (%) = 0.015805 (92.0939) Other time (%) = 0.000120878 (0.704343) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:22 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25469 5000 1.1025394e-10 10088344 25470 -0.0143974999999921 10088215.7695478 25470 5000 1.1024619e-10 10088216 Loop time of 0.0201449 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:22 2021 Pair time (%) = 0.00134516 (6.6774) Neigh time (%) = 0 (0) Comm time (%) = 5.00679e-05 (0.248538) Outpt time (%) = 0.0186119 (92.39) Other time (%) = 0.000137806 (0.684072) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:22 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25470 5000 1.1024619e-10 10088158 25471 -0.0143974999999921 10088029.3642488 25471 5000 1.1023844e-10 10088029 Loop time of 0.0208271 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:22 2021 Pair time (%) = 0.0014348 (6.88913) Neigh time (%) = 0 (0) Comm time (%) = 5.38826e-05 (0.258714) Outpt time (%) = 0.0191429 (91.9135) Other time (%) = 0.000195503 (0.938698) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:22 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25471 5000 1.1023844e-10 10087972 25472 -0.0143974999999921 10087842.9687191 25472 5000 1.1023069e-10 10087843 Loop time of 0.020241 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:22 2021 Pair time (%) = 0.00116897 (5.77523) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.163728) Outpt time (%) = 0.018944 (93.5922) Other time (%) = 9.48906e-05 (0.468803) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:22 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25472 5000 1.1023069e-10 10087785 25473 -0.0143974999999921 10087656.5829574 25473 5000 1.1022294e-10 10087657 Loop time of 0.018259 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:22 2021 Pair time (%) = 0.00123811 (6.78079) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.174971) Outpt time (%) = 0.016901 (92.5624) Other time (%) = 8.79765e-05 (0.481824) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:22 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25473 5000 1.1022294e-10 10087599 25474 -0.0143974999999921 10087470.2069629 25474 5000 1.1021519e-10 10087470 Loop time of 0.018348 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:22 2021 Pair time (%) = 0.00121903 (6.64397) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.168926) Outpt time (%) = 0.01701 (92.7076) Other time (%) = 8.79765e-05 (0.479489) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:22 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25474 5000 1.1021519e-10 10087412 25475 -0.0143974999999921 10087283.8407343 25475 5000 1.1020745e-10 10087284 Loop time of 0.017134 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:22 2021 Pair time (%) = 0.0011611 (6.7766) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186461) Outpt time (%) = 0.015846 (92.4831) Other time (%) = 9.48906e-05 (0.553816) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:22 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25475 5000 1.1020745e-10 10087226 25476 -0.0143974999999921 10087097.4842707 25476 5000 1.101997e-10 10087097 Loop time of 0.01741 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:22 2021 Pair time (%) = 0.00135279 (7.77015) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.201306) Outpt time (%) = 0.015882 (91.2233) Other time (%) = 0.00014019 (0.805226) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:22 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25476 5000 1.101997e-10 10087040 25477 -0.0143974999999921 10086911.137571 25477 5000 1.1019195e-10 10086911 Loop time of 0.0182929 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:22 2021 Pair time (%) = 0.00141621 (7.74183) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.186377) Outpt time (%) = 0.0167401 (91.5114) Other time (%) = 0.00010252 (0.560436) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:22 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25477 5000 1.1019195e-10 10086853 25478 -0.0143974999999921 10086724.8006341 25478 5000 1.1018421e-10 10086725 Loop time of 0.018398 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:22 2021 Pair time (%) = 0.00113511 (6.16974) Neigh time (%) = 0 (0) Comm time (%) = 4.50611e-05 (0.244923) Outpt time (%) = 0.017086 (92.8687) Other time (%) = 0.000131845 (0.716628) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:22 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25478 5000 1.1018421e-10 10086667 25479 -0.0143974999999921 10086538.4734588 25479 5000 1.1017646e-10 10086538 Loop time of 0.0177009 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:22 2021 Pair time (%) = 0.00134206 (7.58186) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.180488) Outpt time (%) = 0.0162048 (91.548) Other time (%) = 0.00012207 (0.689627) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:22 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25479 5000 1.1017646e-10 10086481 25480 -0.0143974999999921 10086352.1560444 25480 5000 1.1016872e-10 10086352 Loop time of 0.020364 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:22 2021 Pair time (%) = 0.00128698 (6.31988) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.172105) Outpt time (%) = 0.018935 (92.9823) Other time (%) = 0.00010705 (0.525681) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:22 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25480 5000 1.1016872e-10 10086294 25481 -0.0143974999999921 10086165.8483895 25481 5000 1.1016098e-10 10086166 Loop time of 0.0179501 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:22 2021 Pair time (%) = 0.00149083 (8.30544) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.216502) Outpt time (%) = 0.016283 (90.713) Other time (%) = 0.000137329 (0.765062) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:22 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25481 5000 1.1016098e-10 10086108 25482 -0.0143974999999921 10085979.5505023 25482 5000 1.1015324e-10 10085980 Loop time of 0.0178549 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:23 2021 Pair time (%) = 0.00119901 (6.71527) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.17359) Outpt time (%) = 0.01653 (92.5797) Other time (%) = 9.48906e-05 (0.531453) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:23 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25482 5000 1.1015324e-10 10085922 25483 -0.0143974999999921 10085793.2624011 25483 5000 1.101455e-10 10085793 Loop time of 0.017756 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:23 2021 Pair time (%) = 0.00125194 (7.05078) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.179929) Outpt time (%) = 0.016376 (92.2282) Other time (%) = 9.60827e-05 (0.541128) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:23 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25483 5000 1.101455e-10 10085735 25484 -0.0143974999999921 10085606.9840723 25484 5000 1.1013776e-10 10085607 Loop time of 0.017302 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:23 2021 Pair time (%) = 0.00132513 (7.65881) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.208075) Outpt time (%) = 0.0158281 (91.4813) Other time (%) = 0.000112772 (0.651784) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:23 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25484 5000 1.1013776e-10 10085549 25485 -0.0143974999999921 10085420.7155109 25485 5000 1.1013002e-10 10085421 Loop time of 0.0181789 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:23 2021 Pair time (%) = 0.00166798 (9.17532) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.215088) Outpt time (%) = 0.016325 (89.8017) Other time (%) = 0.000146866 (0.80789) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:23 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25485 5000 1.1013002e-10 10085363 25486 -0.0143974999999921 10085234.456714 25486 5000 1.1012228e-10 10085234 Loop time of 0.0182071 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:23 2021 Pair time (%) = 0.00126505 (6.94812) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.17678) Outpt time (%) = 0.0168161 (92.3605) Other time (%) = 9.36985e-05 (0.514627) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:23 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25486 5000 1.1012228e-10 10085177 25487 -0.0143974999999921 10085048.2076793 25487 5000 1.1011455e-10 10085048 Loop time of 0.01792 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:23 2021 Pair time (%) = 0.00121117 (6.75873) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.183603) Outpt time (%) = 0.016583 (92.5388) Other time (%) = 9.29832e-05 (0.518879) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:23 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25487 5000 1.1011455e-10 10084990 25488 -0.0143974999999921 10084861.968405 25488 5000 1.1010681e-10 10084862 Loop time of 0.017226 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:23 2021 Pair time (%) = 0.00120187 (6.97707) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.186849) Outpt time (%) = 0.0158811 (92.1925) Other time (%) = 0.000110865 (0.64359) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:23 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25488 5000 1.1010681e-10 10084804 25489 -0.0143974999999921 10084675.738889 25489 5000 1.1009908e-10 10084676 Loop time of 0.0176589 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:23 2021 Pair time (%) = 0.00145102 (8.21688) Neigh time (%) = 0 (0) Comm time (%) = 4.29153e-05 (0.243023) Outpt time (%) = 0.016005 (90.6342) Other time (%) = 0.000159979 (0.905937) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:23 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25489 5000 1.1009908e-10 10084618 25490 -0.0143974999999921 10084489.5191303 25490 5000 1.1009134e-10 10084490 Loop time of 0.0205901 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:23 2021 Pair time (%) = 0.00119495 (5.80355) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.155163) Outpt time (%) = 0.0192232 (93.3616) Other time (%) = 0.000139952 (0.679705) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:23 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25490 5000 1.1009134e-10 10084432 25491 -0.0143974999999921 10084303.309127 25491 5000 1.1008361e-10 10084303 Loop time of 0.017858 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:23 2021 Pair time (%) = 0.00116396 (6.51785) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.180236) Outpt time (%) = 0.0165691 (92.7826) Other time (%) = 9.27448e-05 (0.519345) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:23 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25491 5000 1.1008361e-10 10084245 25492 -0.0143974999999921 10084117.108878 25492 5000 1.1007588e-10 10084117 Loop time of 0.0170639 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:23 2021 Pair time (%) = 0.00116086 (6.80303) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187227) Outpt time (%) = 0.01578 (92.476) Other time (%) = 9.10759e-05 (0.533736) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:28:23 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25492 5000 1.1007588e-10 10084059 25493 -0.0143974999999921 10083905.8551409 25493 5000 2.1701472e-10 10084238 Loop time of 0.016896 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:23 2021 Pair time (%) = 0.00123405 (7.30382) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.201786) Outpt time (%) = 0.015419 (91.2583) Other time (%) = 0.000208855 (1.23612) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:23 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25493 5000 2.1701472e-10 10157059 25494 -0.0144299999999921 10156889.7440515 25494 5000 1.7456251e-10 10156890 Loop time of 0.0181808 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:23 2021 Pair time (%) = 0.00128102 (7.046) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.182281) Outpt time (%) = 0.0167639 (92.2065) Other time (%) = 0.000102758 (0.565201) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:23 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25494 5000 1.7456251e-10 10156811 25495 -0.0144299999999921 10156656.8476251 25495 5000 1.4998488e-10 10156657 Loop time of 0.0176902 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:23 2021 Pair time (%) = 0.00124407 (7.03253) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.185989) Outpt time (%) = 0.0163131 (92.2154) Other time (%) = 0.000100136 (0.566053) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:23 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25495 5000 1.4998488e-10 10156586 25496 -0.0144299999999921 10156440.3279599 25496 5000 1.3533374e-10 10156440 Loop time of 0.0173371 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:23 2021 Pair time (%) = 0.00120902 (6.97361) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.185651) Outpt time (%) = 0.0160019 (92.2989) Other time (%) = 9.39369e-05 (0.541827) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:23 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25496 5000 1.3533374e-10 10156374 25497 -0.0144299999999921 10156234.2194525 25497 5000 1.2641219e-10 10156234 Loop time of 0.017103 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:23 2021 Pair time (%) = 0.00125694 (7.34927) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.199345) Outpt time (%) = 0.0156639 (91.5857) Other time (%) = 0.000148058 (0.865686) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:23 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25497 5000 1.2641219e-10 10156171 25498 -0.0144299999999921 10156034.7309321 25498 5000 1.2089806e-10 10156035 Loop time of 0.0178831 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:23 2021 Pair time (%) = 0.00123191 (6.88869) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.185316) Outpt time (%) = 0.016515 (92.35) Other time (%) = 0.000102997 (0.575946) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:23 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25498 5000 1.2089806e-10 10155973 25499 -0.0144299999999921 10155839.4530769 25499 5000 1.1745494e-10 10155839 Loop time of 0.0177939 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:23 2021 Pair time (%) = 0.00116086 (6.52392) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.179545) Outpt time (%) = 0.016506 (92.7619) Other time (%) = 9.5129e-05 (0.534616) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:23 2021 Memory usage per processor = 27.5486 Mbytes Step Atoms AVEKE stressZZ 25499 5000 1.1745494e-10 10155779 25500 -0.0144299999999921 10155646.8547402 25500 5000 1.1528982e-10 10155647 Loop time of 0.020427 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:23 2021 Pair time (%) = 0.00116396 (5.69815) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.16107) Outpt time (%) = 0.0191379 (93.6891) Other time (%) = 9.2268e-05 (0.451696) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:23 2021 Memory usage per processor = 27.5487 Mbytes Step Atoms AVEKE stressZZ 25500 5000 1.1528982e-10 10155587 25501 -0.0144299999999921 10155455.9628621 25501 5000 1.1392146e-10 10155456 Loop time of 0.017621 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:23 2021 Pair time (%) = 0.0014801 (8.39963) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.204308) Outpt time (%) = 0.015945 (90.4882) Other time (%) = 0.000159979 (0.907885) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:23 2021 Memory usage per processor = 27.5487 Mbytes Step Atoms AVEKE stressZZ 25501 5000 1.1392146e-10 10155397 25502 -0.0144299999999921 10155266.1590526 25502 5000 1.1305322e-10 10155266 Loop time of 0.018034 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:23 2021 Pair time (%) = 0.00156593 (8.68324) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.211528) Outpt time (%) = 0.0162771 (90.2578) Other time (%) = 0.000152826 (0.847435) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:23 2021 Memory usage per processor = 27.5487 Mbytes Step Atoms AVEKE stressZZ 25502 5000 1.1305322e-10 10155207 25503 -0.0144299999999921 10155077.0503177 25503 5000 1.1250029e-10 10155077 Loop time of 0.017807 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:23 2021 Pair time (%) = 0.00117588 (6.60347) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.179413) Outpt time (%) = 0.0165062 (92.6949) Other time (%) = 9.29832e-05 (0.522172) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:23 2021 Memory usage per processor = 27.5487 Mbytes Step Atoms AVEKE stressZZ 25503 5000 1.1250029e-10 10155018 25504 -0.0144299999999921 10154888.3869051 25504 5000 1.1214673e-10 10154888 Loop time of 0.0178249 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:23 2021 Pair time (%) = 0.00116587 (6.54067) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.184583) Outpt time (%) = 0.016525 (92.7076) Other time (%) = 0.000101089 (0.567125) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:23 2021 Memory usage per processor = 27.5487 Mbytes Step Atoms AVEKE stressZZ 25504 5000 1.1214673e-10 10154830 25505 -0.0144299999999921 10154700.0100995 25505 5000 1.1191946e-10 10154700 Loop time of 0.017364 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:23 2021 Pair time (%) = 0.00117016 (6.73898) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189482) Outpt time (%) = 0.0160589 (92.4839) Other time (%) = 0.000102043 (0.58767) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:23 2021 Memory usage per processor = 27.5487 Mbytes Step Atoms AVEKE stressZZ 25505 5000 1.1191946e-10 10154642 25506 -0.0144299999999921 10154511.8190291 25506 5000 1.1177228e-10 10154512 Loop time of 0.018172 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:23 2021 Pair time (%) = 0.00157595 (8.67238) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.209921) Outpt time (%) = 0.0163789 (90.1324) Other time (%) = 0.000179052 (0.985319) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:23 2021 Memory usage per processor = 27.5487 Mbytes Step Atoms AVEKE stressZZ 25506 5000 1.1177228e-10 10154453 25507 -0.0144299999999921 10154323.7495792 25507 5000 1.1167593e-10 10154324 Loop time of 0.017988 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:23 2021 Pair time (%) = 0.0012002 (6.67223) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.18291) Outpt time (%) = 0.016655 (92.5895) Other time (%) = 9.98974e-05 (0.555357) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:23 2021 Memory usage per processor = 27.5487 Mbytes Step Atoms AVEKE stressZZ 25507 5000 1.1167593e-10 10154265 25508 -0.0144299999999921 10154135.7609901 25508 5000 1.1161185e-10 10154136 Loop time of 0.0179989 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:23 2021 Pair time (%) = 0.0011642 (6.46815) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.1775) Outpt time (%) = 0.01671 (92.8391) Other time (%) = 9.27448e-05 (0.51528) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:23 2021 Memory usage per processor = 27.5487 Mbytes Step Atoms AVEKE stressZZ 25508 5000 1.1161185e-10 10154077 25509 -0.0144299999999921 10153947.8273963 25509 5000 1.1156827e-10 10153948 Loop time of 0.0171189 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:23 2021 Pair time (%) = 0.00118303 (6.91067) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192195) Outpt time (%) = 0.0158081 (92.3428) Other time (%) = 9.48906e-05 (0.554302) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:23 2021 Memory usage per processor = 27.5487 Mbytes Step Atoms AVEKE stressZZ 25509 5000 1.1156827e-10 10153889 25510 -0.0144299999999921 10153759.9323436 25510 5000 1.1153772e-10 10153760 Loop time of 0.020649 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:23 2021 Pair time (%) = 0.00156498 (7.57898) Neigh time (%) = 0 (0) Comm time (%) = 5.19753e-05 (0.251709) Outpt time (%) = 0.018821 (91.1475) Other time (%) = 0.000211 (1.02185) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:23 2021 Memory usage per processor = 27.5487 Mbytes Step Atoms AVEKE stressZZ 25510 5000 1.1153772e-10 10153702 25511 -0.0144299999999921 10153572.0653744 25511 5000 1.1151544e-10 10153572 Loop time of 0.0181658 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:23 2021 Pair time (%) = 0.00136805 (7.53088) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.181119) Outpt time (%) = 0.016624 (91.5123) Other time (%) = 0.000140905 (0.775662) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:23 2021 Memory usage per processor = 27.5487 Mbytes Step Atoms AVEKE stressZZ 25511 5000 1.1151544e-10 10153514 25512 -0.0144299999999921 10153384.2198429 25512 5000 1.1149842e-10 10153384 Loop time of 0.0181088 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:23 2021 Pair time (%) = 0.00122023 (6.73829) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.171156) Outpt time (%) = 0.0167639 (92.5731) Other time (%) = 9.36985e-05 (0.517418) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:23 2021 Memory usage per processor = 27.5487 Mbytes Step Atoms AVEKE stressZZ 25512 5000 1.1149842e-10 10153326 25513 -0.0144299999999921 10153196.3915243 25513 5000 1.1148475e-10 10153196 Loop time of 0.017755 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:23 2021 Pair time (%) = 0.00120997 (6.81482) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.259165) Outpt time (%) = 0.0163841 (92.2788) Other time (%) = 0.000114918 (0.64724) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:23 2021 Memory usage per processor = 27.5487 Mbytes Step Atoms AVEKE stressZZ 25513 5000 1.1148475e-10 10153138 25514 -0.0144299999999921 10153008.5777341 25514 5000 1.1147319e-10 10153009 Loop time of 0.0202079 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:23 2021 Pair time (%) = 0.00144887 (7.16982) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.167536) Outpt time (%) = 0.018626 (92.1718) Other time (%) = 9.91821e-05 (0.490809) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:23 2021 Memory usage per processor = 27.5487 Mbytes Step Atoms AVEKE stressZZ 25514 5000 1.1147319e-10 10152950 25515 -0.0144299999999921 10152820.7767654 25515 5000 1.1146299e-10 10152821 Loop time of 0.0192502 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:23 2021 Pair time (%) = 0.00267601 (13.9012) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.167201) Outpt time (%) = 0.0164509 (85.4584) Other time (%) = 9.10759e-05 (0.473118) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:23 2021 Memory usage per processor = 27.5487 Mbytes Step Atoms AVEKE stressZZ 25515 5000 1.1146299e-10 10152762 25516 -0.0144299999999921 10152632.9875328 25516 5000 1.1145365e-10 10152633 Loop time of 0.018369 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:23 2021 Pair time (%) = 0.0011611 (6.32098) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.173924) Outpt time (%) = 0.0170879 (93.0262) Other time (%) = 8.79765e-05 (0.478941) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:23 2021 Memory usage per processor = 27.5487 Mbytes Step Atoms AVEKE stressZZ 25516 5000 1.1145365e-10 10152575 25517 -0.0144299999999921 10152445.2093466 25517 5000 1.1144485e-10 10152445 Loop time of 0.0181139 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:23 2021 Pair time (%) = 0.00149894 (8.27509) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.21586) Outpt time (%) = 0.016391 (90.489) Other time (%) = 0.000184774 (1.02007) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:23 2021 Memory usage per processor = 27.5487 Mbytes Step Atoms AVEKE stressZZ 25517 5000 1.1144485e-10 10152387 25518 -0.0144299999999921 10152257.4417676 25518 5000 1.114364e-10 10152257 Loop time of 0.0180018 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:23 2021 Pair time (%) = 0.00124002 (6.88829) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.266208) Outpt time (%) = 0.0165999 (92.2124) Other time (%) = 0.000113964 (0.633071) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:23 2021 Memory usage per processor = 27.5487 Mbytes Step Atoms AVEKE stressZZ 25518 5000 1.114364e-10 10152199 25519 -0.0144299999999921 10152069.6845164 25519 5000 1.1142816e-10 10152070 Loop time of 0.0181289 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:23 2021 Pair time (%) = 0.00116301 (6.41521) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.176228) Outpt time (%) = 0.01684 (92.8904) Other time (%) = 9.39369e-05 (0.518162) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:23 2021 Memory usage per processor = 27.5487 Mbytes Step Atoms AVEKE stressZZ 25519 5000 1.1142816e-10 10152011 25520 -0.0144299999999921 10151881.9374151 25520 5000 1.1142007e-10 10151882 Loop time of 0.020051 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:23 2021 Pair time (%) = 0.00116396 (5.80499) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.154578) Outpt time (%) = 0.01876 (93.5612) Other time (%) = 9.60827e-05 (0.479191) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:23 2021 Memory usage per processor = 27.5487 Mbytes Step Atoms AVEKE stressZZ 25520 5000 1.1142007e-10 10151824 25521 -0.0144299999999921 10151694.2003501 25521 5000 1.1141207e-10 10151694 Loop time of 0.017329 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:23 2021 Pair time (%) = 0.00121188 (6.99338) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.196745) Outpt time (%) = 0.01598 (92.2155) Other time (%) = 0.000102997 (0.594362) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:23 2021 Memory usage per processor = 27.5487 Mbytes Step Atoms AVEKE stressZZ 25521 5000 1.1141207e-10 10151636 25522 -0.0144299999999921 10151506.4732488 25522 5000 1.1140413e-10 10151506 Loop time of 0.017966 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:23 2021 Pair time (%) = 0.00138307 (7.69823) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.283989) Outpt time (%) = 0.0163279 (90.8818) Other time (%) = 0.000204086 (1.13596) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:23 2021 Memory usage per processor = 27.5487 Mbytes Step Atoms AVEKE stressZZ 25522 5000 1.1140413e-10 10151448 25523 -0.0144299999999921 10151318.7560647 25523 5000 1.1139622e-10 10151319 Loop time of 0.0178921 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:24 2021 Pair time (%) = 0.00116086 (6.48811) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.173229) Outpt time (%) = 0.0166061 (92.8123) Other time (%) = 9.41753e-05 (0.526351) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:24 2021 Memory usage per processor = 27.5487 Mbytes Step Atoms AVEKE stressZZ 25523 5000 1.1139622e-10 10151260 25524 -0.0144299999999921 10151131.0487678 25524 5000 1.1138834e-10 10151131 Loop time of 0.0174189 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:24 2021 Pair time (%) = 0.00116801 (6.70545) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.264166) Outpt time (%) = 0.016083 (92.331) Other time (%) = 0.000121832 (0.699425) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:24 2021 Memory usage per processor = 27.5487 Mbytes Step Atoms AVEKE stressZZ 25524 5000 1.1138834e-10 10151073 25525 -0.0144299999999921 10150943.3513385 25525 5000 1.1138047e-10 10150943 Loop time of 0.017318 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:24 2021 Pair time (%) = 0.00121498 (7.01571) Neigh time (%) = 0 (0) Comm time (%) = 5.6982e-05 (0.329033) Outpt time (%) = 0.015918 (91.916) Other time (%) = 0.000128031 (0.739293) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:24 2021 Memory usage per processor = 27.5487 Mbytes Step Atoms AVEKE stressZZ 25525 5000 1.1138047e-10 10150885 25526 -0.0144299999999921 10150755.6637641 25526 5000 1.1137262e-10 10150756 Loop time of 0.018219 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:24 2021 Pair time (%) = 0.00139594 (7.66201) Neigh time (%) = 0 (0) Comm time (%) = 6.00815e-05 (0.329774) Outpt time (%) = 0.016639 (91.3277) Other time (%) = 0.000123978 (0.680486) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:24 2021 Memory usage per processor = 27.5487 Mbytes Step Atoms AVEKE stressZZ 25526 5000 1.1137262e-10 10150697 25527 -0.0144299999999921 10150567.986036 25527 5000 1.1136477e-10 10150568 Loop time of 0.017782 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:24 2021 Pair time (%) = 0.00120306 (6.76562) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.179666) Outpt time (%) = 0.016454 (92.5318) Other time (%) = 9.29832e-05 (0.522907) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:24 2021 Memory usage per processor = 27.5487 Mbytes Step Atoms AVEKE stressZZ 25527 5000 1.1136477e-10 10150510 25528 -0.0144299999999921 10150380.3181485 25528 5000 1.1135692e-10 10150380 Loop time of 0.0176489 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:24 2021 Pair time (%) = 0.00124002 (7.026) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.186424) Outpt time (%) = 0.0162768 (92.2256) Other time (%) = 9.91821e-05 (0.561972) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:24 2021 Memory usage per processor = 27.5487 Mbytes Step Atoms AVEKE stressZZ 25528 5000 1.1135692e-10 10150322 25529 -0.0144299999999921 10150192.6600971 25529 5000 1.1134908e-10 10150193 Loop time of 0.0176139 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:24 2021 Pair time (%) = 0.00123501 (7.01156) Neigh time (%) = 0 (0) Comm time (%) = 8.60691e-05 (0.488643) Outpt time (%) = 0.0161901 (91.9164) Other time (%) = 0.000102758 (0.583394) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:24 2021 Memory usage per processor = 27.5487 Mbytes Step Atoms AVEKE stressZZ 25529 5000 1.1134908e-10 10150134 25530 -0.0144299999999921 10150005.0118793 25530 5000 1.1134124e-10 10150005 Loop time of 0.0207651 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:24 2021 Pair time (%) = 0.00163889 (7.89253) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.182559) Outpt time (%) = 0.0188901 (90.9708) Other time (%) = 0.000198126 (0.954131) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:24 2021 Memory usage per processor = 27.5487 Mbytes Step Atoms AVEKE stressZZ 25530 5000 1.1134124e-10 10149947 25531 -0.0144299999999921 10149817.3734921 25531 5000 1.113334e-10 10149817 Loop time of 0.0180349 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:24 2021 Pair time (%) = 0.00124288 (6.89149) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.182434) Outpt time (%) = 0.016654 (92.3431) Other time (%) = 0.000105143 (0.582994) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:24 2021 Memory usage per processor = 27.5487 Mbytes Step Atoms AVEKE stressZZ 25531 5000 1.113334e-10 10149759 25532 -0.0144299999999921 10149629.7449343 25532 5000 1.1132556e-10 10149630 Loop time of 0.0180349 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:24 2021 Pair time (%) = 0.00116682 (6.46978) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.178468) Outpt time (%) = 0.0167429 (92.8362) Other time (%) = 9.29832e-05 (0.515573) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:24 2021 Memory usage per processor = 27.5487 Mbytes Step Atoms AVEKE stressZZ 25532 5000 1.1132556e-10 10149571 25533 -0.0144299999999921 10149442.126204 25533 5000 1.1131773e-10 10149442 Loop time of 0.01723 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:24 2021 Pair time (%) = 0.00117707 (6.83152) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179886) Outpt time (%) = 0.0158939 (92.2455) Other time (%) = 0.000128031 (0.743067) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:24 2021 Memory usage per processor = 27.5487 Mbytes Step Atoms AVEKE stressZZ 25533 5000 1.1131773e-10 10149384 25534 -0.0144299999999921 10149254.5172995 25534 5000 1.1130989e-10 10149255 Loop time of 0.017683 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:24 2021 Pair time (%) = 0.00141096 (7.97918) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.219771) Outpt time (%) = 0.0160499 (90.7642) Other time (%) = 0.000183344 (1.03684) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:24 2021 Memory usage per processor = 27.5487 Mbytes Step Atoms AVEKE stressZZ 25534 5000 1.1130989e-10 10149196 25535 -0.0144299999999921 10149066.91822 25535 5000 1.1130206e-10 10149067 Loop time of 0.0182829 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:24 2021 Pair time (%) = 0.0012269 (6.71066) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.181263) Outpt time (%) = 0.0169239 (92.5669) Other time (%) = 9.89437e-05 (0.541182) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:24 2021 Memory usage per processor = 27.5487 Mbytes Step Atoms AVEKE stressZZ 25535 5000 1.1130206e-10 10149009 25536 -0.0144299999999921 10148879.328964 25536 5000 1.1129423e-10 10148879 Loop time of 0.01807 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:24 2021 Pair time (%) = 0.00122404 (6.77389) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.254648) Outpt time (%) = 0.016654 (92.164) Other time (%) = 0.000145912 (0.807484) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:24 2021 Memory usage per processor = 27.5487 Mbytes Step Atoms AVEKE stressZZ 25536 5000 1.1129423e-10 10148821 25537 -0.0144299999999921 10148691.7495329 25537 5000 1.112864e-10 10148692 Loop time of 0.0172541 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:24 2021 Pair time (%) = 0.00120378 (6.97674) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.266689) Outpt time (%) = 0.015826 (91.723) Other time (%) = 0.000178337 (1.03359) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:24 2021 Memory usage per processor = 27.5487 Mbytes Step Atoms AVEKE stressZZ 25537 5000 1.112864e-10 10148633 25538 -0.0144299999999921 10148504.1799374 25538 5000 1.1127857e-10 10148504 Loop time of 0.0173171 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:24 2021 Pair time (%) = 0.00129914 (7.5021) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.201011) Outpt time (%) = 0.015877 (91.6842) Other time (%) = 0.000106096 (0.612669) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:24 2021 Memory usage per processor = 27.5487 Mbytes Step Atoms AVEKE stressZZ 25538 5000 1.1127857e-10 10148446 25539 -0.0144299999999921 10148316.6201706 25539 5000 1.1127074e-10 10148317 Loop time of 0.0183191 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:24 2021 Pair time (%) = 0.00127101 (6.93815) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.186111) Outpt time (%) = 0.0168872 (92.1834) Other time (%) = 0.000126839 (0.692384) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:24 2021 Memory usage per processor = 27.5487 Mbytes Step Atoms AVEKE stressZZ 25539 5000 1.1127074e-10 10148258 25540 -0.0144299999999921 10148129.070229 25540 5000 1.1126291e-10 10148129 Loop time of 0.020551 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:24 2021 Pair time (%) = 0.00115895 (5.63941) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.155458) Outpt time (%) = 0.0192659 (93.7469) Other time (%) = 9.41753e-05 (0.458253) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:24 2021 Memory usage per processor = 27.5487 Mbytes Step Atoms AVEKE stressZZ 25540 5000 1.1126291e-10 10148071 25541 -0.0144299999999921 10147941.5301102 25541 5000 1.1125508e-10 10147942 Loop time of 0.0179551 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:24 2021 Pair time (%) = 0.00116587 (6.49325) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.179261) Outpt time (%) = 0.0166621 (92.799) Other time (%) = 9.48906e-05 (0.528489) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:24 2021 Memory usage per processor = 27.5487 Mbytes Step Atoms AVEKE stressZZ 25541 5000 1.1125508e-10 10147883 25542 -0.0144299999999921 10147753.999813 25542 5000 1.1124726e-10 10147754 Loop time of 0.017432 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:24 2021 Pair time (%) = 0.00137997 (7.9163) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.206524) Outpt time (%) = 0.0158949 (91.1824) Other time (%) = 0.000121117 (0.694796) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:24 2021 Memory usage per processor = 27.5487 Mbytes Step Atoms AVEKE stressZZ 25542 5000 1.1124726e-10 10147696 25543 -0.0144299999999921 10147566.4793355 25543 5000 1.1123943e-10 10147566 Loop time of 0.018276 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:24 2021 Pair time (%) = 0.00148082 (8.10254) Neigh time (%) = 0 (0) Comm time (%) = 5.38826e-05 (0.294827) Outpt time (%) = 0.016598 (90.8186) Other time (%) = 0.00014329 (0.784032) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:24 2021 Memory usage per processor = 27.5487 Mbytes Step Atoms AVEKE stressZZ 25543 5000 1.1123943e-10 10147508 25544 -0.0144299999999921 10147378.9686762 25544 5000 1.1123161e-10 10147379 Loop time of 0.0177641 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:24 2021 Pair time (%) = 0.0011611 (6.53621) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.179846) Outpt time (%) = 0.0164781 (92.7605) Other time (%) = 9.29832e-05 (0.523434) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:24 2021 Memory usage per processor = 27.5487 Mbytes Step Atoms AVEKE stressZZ 25544 5000 1.1123161e-10 10147321 25545 -0.0144299999999921 10147191.4678339 25545 5000 1.1122378e-10 10147191 Loop time of 0.0173919 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:24 2021 Pair time (%) = 0.00116491 (6.69801) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.185066) Outpt time (%) = 0.0161021 (92.5837) Other time (%) = 9.27448e-05 (0.533264) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:24 2021 Memory usage per processor = 27.5487 Mbytes Step Atoms AVEKE stressZZ 25545 5000 1.1122378e-10 10147133 25546 -0.0144299999999921 10147003.976846 25546 5000 1.1121596e-10 10147004 Loop time of 0.0173268 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:24 2021 Pair time (%) = 0.00121617 (7.01902) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189889) Outpt time (%) = 0.015944 (92.0192) Other time (%) = 0.000133753 (0.77194) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:24 2021 Memory usage per processor = 27.5487 Mbytes Step Atoms AVEKE stressZZ 25546 5000 1.1121596e-10 10146946 25547 -0.0144299999999921 10146816.4957144 25547 5000 1.1120814e-10 10146816 Loop time of 0.01811 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:24 2021 Pair time (%) = 0.00149107 (8.23339) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.215906) Outpt time (%) = 0.0163741 (90.4146) Other time (%) = 0.000205755 (1.13614) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:24 2021 Memory usage per processor = 27.5487 Mbytes Step Atoms AVEKE stressZZ 25547 5000 1.1120814e-10 10146758 25548 -0.0144299999999921 10146629.0244211 25548 5000 1.1120032e-10 10146629 Loop time of 0.018142 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:24 2021 Pair time (%) = 0.00117302 (6.46577) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.1761) Outpt time (%) = 0.0168428 (92.839) Other time (%) = 9.41753e-05 (0.519102) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:24 2021 Memory usage per processor = 27.5487 Mbytes Step Atoms AVEKE stressZZ 25548 5000 1.1120032e-10 10146571 25549 -0.0144299999999921 10146441.5629601 25549 5000 1.111925e-10 10146442 Loop time of 0.0181382 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:24 2021 Pair time (%) = 0.00132704 (7.31627) Neigh time (%) = 0 (0) Comm time (%) = 4.50611e-05 (0.248433) Outpt time (%) = 0.0166059 (91.552) Other time (%) = 0.000160217 (0.883316) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:24 2021 Memory usage per processor = 27.5487 Mbytes Step Atoms AVEKE stressZZ 25549 5000 1.111925e-10 10146383 25550 -0.0144299999999921 10146254.1113274 25550 5000 1.1118468e-10 10146254 Loop time of 0.0200391 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:24 2021 Pair time (%) = 0.00117898 (5.8834) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.165378) Outpt time (%) = 0.0187261 (93.4479) Other time (%) = 0.000100851 (0.503272) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:24 2021 Memory usage per processor = 27.5487 Mbytes Step Atoms AVEKE stressZZ 25550 5000 1.1118468e-10 10146196 25551 -0.0144299999999921 10146066.6695196 25551 5000 1.1117686e-10 10146067 Loop time of 0.017246 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:24 2021 Pair time (%) = 0.0012691 (7.35882) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197691) Outpt time (%) = 0.0158172 (91.7149) Other time (%) = 0.000125647 (0.728555) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:24 2021 Memory usage per processor = 27.5487 Mbytes Step Atoms AVEKE stressZZ 25551 5000 1.1117686e-10 10146008 25552 -0.0144299999999921 10145879.2375348 25552 5000 1.1116904e-10 10145879 Loop time of 0.0182252 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:24 2021 Pair time (%) = 0.00136113 (7.46841) Neigh time (%) = 0 (0) Comm time (%) = 6.38962e-05 (0.350593) Outpt time (%) = 0.0166409 (91.3071) Other time (%) = 0.000159264 (0.873865) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:24 2021 Memory usage per processor = 27.5487 Mbytes Step Atoms AVEKE stressZZ 25552 5000 1.1116904e-10 10145821 25553 -0.0144299999999921 10145691.8153747 25553 5000 1.1116123e-10 10145692 Loop time of 0.0179131 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:24 2021 Pair time (%) = 0.00120211 (6.71077) Neigh time (%) = 0 (0) Comm time (%) = 7.10487e-05 (0.39663) Outpt time (%) = 0.0165451 (92.3629) Other time (%) = 9.48906e-05 (0.529727) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:24 2021 Memory usage per processor = 27.5487 Mbytes Step Atoms AVEKE stressZZ 25553 5000 1.1116123e-10 10145634 25554 -0.0144299999999921 10145504.4030572 25554 5000 1.1115341e-10 10145504 Loop time of 0.0173149 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:24 2021 Pair time (%) = 0.00120997 (6.98805) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.185889) Outpt time (%) = 0.0159769 (92.2725) Other time (%) = 9.58443e-05 (0.553536) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:24 2021 Memory usage per processor = 27.5487 Mbytes Step Atoms AVEKE stressZZ 25554 5000 1.1115341e-10 10145446 25555 -0.0144299999999921 10145317.0005701 25555 5000 1.111456e-10 10145317 Loop time of 0.0186698 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:24 2021 Pair time (%) = 0.00130391 (6.98405) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.181338) Outpt time (%) = 0.017226 (92.2663) Other time (%) = 0.000106096 (0.568276) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:24 2021 Memory usage per processor = 27.5487 Mbytes Step Atoms AVEKE stressZZ 25555 5000 1.111456e-10 10145259 25556 -0.0144299999999921 10145129.6079084 25556 5000 1.1113778e-10 10145130 Loop time of 0.0193021 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:24 2021 Pair time (%) = 0.00116491 (6.03515) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.165516) Outpt time (%) = 0.0177481 (91.949) Other time (%) = 0.000357151 (1.85032) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:24 2021 Memory usage per processor = 27.5487 Mbytes Step Atoms AVEKE stressZZ 25556 5000 1.1113778e-10 10145071 25557 -0.0144299999999921 10144942.2250686 25557 5000 1.1112997e-10 10144942 Loop time of 0.0183039 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:24 2021 Pair time (%) = 0.00146699 (8.01464) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.174543) Outpt time (%) = 0.016717 (91.3302) Other time (%) = 8.79765e-05 (0.480644) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:24 2021 Memory usage per processor = 27.5487 Mbytes Step Atoms AVEKE stressZZ 25557 5000 1.1112997e-10 10144884 25558 -0.0144299999999921 10144754.8520479 25558 5000 1.1112216e-10 10144755 Loop time of 0.0190339 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:24 2021 Pair time (%) = 0.00121999 (6.40955) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.169101) Outpt time (%) = 0.017694 (92.9604) Other time (%) = 8.7738e-05 (0.460956) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:24 2021 Memory usage per processor = 27.5487 Mbytes Step Atoms AVEKE stressZZ 25558 5000 1.1112216e-10 10144697 25559 -0.0144299999999921 10144567.488844 25559 5000 1.1111435e-10 10144567 Loop time of 0.0175619 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:24 2021 Pair time (%) = 0.00114298 (6.50828) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.181917) Outpt time (%) = 0.016233 (92.4328) Other time (%) = 0.000154018 (0.877002) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:24 2021 Memory usage per processor = 27.5487 Mbytes Step Atoms AVEKE stressZZ 25559 5000 1.1111435e-10 10144509 25560 -0.0144299999999921 10144380.1354553 25560 5000 1.1110654e-10 10144380 Loop time of 0.020709 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:24 2021 Pair time (%) = 0.00160885 (7.76882) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.246373) Outpt time (%) = 0.0188589 (91.0661) Other time (%) = 0.000190258 (0.91872) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:24 2021 Memory usage per processor = 27.5487 Mbytes Step Atoms AVEKE stressZZ 25560 5000 1.1110654e-10 10144322 25561 -0.0144299999999921 10144192.7918795 25561 5000 1.1109873e-10 10144193 Loop time of 0.0182431 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:24 2021 Pair time (%) = 0.00133014 (7.29119) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.192114) Outpt time (%) = 0.016773 (91.9417) Other time (%) = 0.000104904 (0.575036) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:24 2021 Memory usage per processor = 27.5487 Mbytes Step Atoms AVEKE stressZZ 25561 5000 1.1109873e-10 10144135 25562 -0.0144299999999921 10144005.4581151 25562 5000 1.1109092e-10 10144005 Loop time of 0.018297 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:24 2021 Pair time (%) = 0.00124693 (6.81495) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.174609) Outpt time (%) = 0.0169139 (92.441) Other time (%) = 0.000104189 (0.569433) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:24 2021 Memory usage per processor = 27.5487 Mbytes Step Atoms AVEKE stressZZ 25562 5000 1.1109092e-10 10143947 25563 -0.0144299999999921 10143818.1341605 25563 5000 1.1108311e-10 10143818 Loop time of 0.0175581 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:24 2021 Pair time (%) = 0.00132799 (7.56341) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.181956) Outpt time (%) = 0.016082 (91.5933) Other time (%) = 0.00011611 (0.661289) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:24 2021 Memory usage per processor = 27.5487 Mbytes Step Atoms AVEKE stressZZ 25563 5000 1.1108311e-10 10143760 25564 -0.0144299999999921 10143630.820014 25564 5000 1.1107531e-10 10143631 Loop time of 0.017308 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:25 2021 Pair time (%) = 0.00127912 (7.39032) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.196983) Outpt time (%) = 0.0158899 (91.8066) Other time (%) = 0.000104904 (0.606102) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:25 2021 Memory usage per processor = 27.5487 Mbytes Step Atoms AVEKE stressZZ 25564 5000 1.1107531e-10 10143573 25565 -0.0144299999999921 10143443.5156742 25565 5000 1.110675e-10 10143444 Loop time of 0.01808 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:25 2021 Pair time (%) = 0.00134492 (7.43871) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.209671) Outpt time (%) = 0.01651 (91.3164) Other time (%) = 0.000187159 (1.03517) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:25 2021 Memory usage per processor = 27.5487 Mbytes Step Atoms AVEKE stressZZ 25565 5000 1.110675e-10 10143385 25566 -0.0144299999999921 10143256.2211394 25566 5000 1.110597e-10 10143256 Loop time of 0.0179172 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:25 2021 Pair time (%) = 0.00120091 (6.70259) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.17831) Outpt time (%) = 0.0165911 (92.5988) Other time (%) = 9.32217e-05 (0.520293) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:25 2021 Memory usage per processor = 27.5487 Mbytes Step Atoms AVEKE stressZZ 25566 5000 1.110597e-10 10143198 25567 -0.0144299999999921 10143068.9364084 25567 5000 1.1105189e-10 10143069 Loop time of 0.017391 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:25 2021 Pair time (%) = 0.00128007 (7.36054) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.194673) Outpt time (%) = 0.0159781 (91.8758) Other time (%) = 9.89437e-05 (0.568937) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:25 2021 Memory usage per processor = 27.5487 Mbytes Step Atoms AVEKE stressZZ 25567 5000 1.1105189e-10 10143011 25568 -0.0144299999999921 10142881.6614797 25568 5000 1.1104409e-10 10142882 Loop time of 0.0173841 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:25 2021 Pair time (%) = 0.00124812 (7.17969) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.190636) Outpt time (%) = 0.015996 (92.0153) Other time (%) = 0.000106812 (0.614422) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:25 2021 Memory usage per processor = 27.5487 Mbytes Step Atoms AVEKE stressZZ 25568 5000 1.1104409e-10 10142823 25569 -0.0144299999999921 10142694.3963521 25569 5000 1.1103629e-10 10142694 Loop time of 0.0185361 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:25 2021 Pair time (%) = 0.00135016 (7.28398) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.178787) Outpt time (%) = 0.0170429 (91.9443) Other time (%) = 0.000109911 (0.592957) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:25 2021 Memory usage per processor = 27.5487 Mbytes Step Atoms AVEKE stressZZ 25569 5000 1.1103629e-10 10142636 25570 -0.0144299999999921 10142507.141024 25570 5000 1.1102849e-10 10142507 Loop time of 0.0207732 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:25 2021 Pair time (%) = 0.001158 (5.57449) Neigh time (%) = 0 (0) Comm time (%) = 5.91278e-05 (0.284635) Outpt time (%) = 0.019403 (93.404) Other time (%) = 0.000153065 (0.736838) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:25 2021 Memory usage per processor = 27.5487 Mbytes Step Atoms AVEKE stressZZ 25570 5000 1.1102849e-10 10142449 25571 -0.0144299999999921 10142319.8954943 25571 5000 1.1102069e-10 10142320 Loop time of 0.017858 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:25 2021 Pair time (%) = 0.00117207 (6.56324) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.1789) Outpt time (%) = 0.0165591 (92.7265) Other time (%) = 9.48906e-05 (0.531361) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:25 2021 Memory usage per processor = 27.5487 Mbytes Step Atoms AVEKE stressZZ 25571 5000 1.1102069e-10 10142262 25572 -0.0144299999999921 10142132.6597575 25572 5000 1.1101289e-10 10142133 Loop time of 0.0172372 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:25 2021 Pair time (%) = 0.00117803 (6.83421) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190877) Outpt time (%) = 0.0158751 (92.098) Other time (%) = 0.000151157 (0.876926) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:25 2021 Memory usage per processor = 27.5487 Mbytes Step Atoms AVEKE stressZZ 25572 5000 1.1101289e-10 10142074 25573 -0.0144299999999921 10141945.4338067 25573 5000 1.1100509e-10 10141945 Loop time of 0.0177169 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:25 2021 Pair time (%) = 0.00140285 (7.91818) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.287983) Outpt time (%) = 0.0160818 (90.7711) Other time (%) = 0.000181198 (1.02274) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:25 2021 Memory usage per processor = 27.5487 Mbytes Step Atoms AVEKE stressZZ 25573 5000 1.1100509e-10 10141887 25574 -0.0144299999999921 10141758.2176997 25574 5000 1.1099729e-10 10141758 Loop time of 0.017858 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:25 2021 Pair time (%) = 0.00119901 (6.71411) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.26301) Outpt time (%) = 0.0165169 (92.4902) Other time (%) = 9.5129e-05 (0.532696) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:25 2021 Memory usage per processor = 27.5487 Mbytes Step Atoms AVEKE stressZZ 25574 5000 1.1099729e-10 10141700 25575 -0.0144299999999921 10141571.0114133 25575 5000 1.109895e-10 10141571 Loop time of 0.0180309 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:25 2021 Pair time (%) = 0.00122809 (6.81106) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.177185) Outpt time (%) = 0.016669 (92.4471) Other time (%) = 0.000101805 (0.564613) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:25 2021 Memory usage per processor = 27.5487 Mbytes Step Atoms AVEKE stressZZ 25575 5000 1.109895e-10 10141513 25576 -0.0144299999999921 10141383.8149395 25576 5000 1.109817e-10 10141384 Loop time of 0.0171752 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:25 2021 Pair time (%) = 0.00115991 (6.75338) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186013) Outpt time (%) = 0.0158899 (92.5164) Other time (%) = 9.34601e-05 (0.544157) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:25 2021 Memory usage per processor = 27.5487 Mbytes Step Atoms AVEKE stressZZ 25576 5000 1.109817e-10 10141326 25577 -0.0144299999999921 10141196.6282741 25577 5000 1.1097391e-10 10141197 Loop time of 0.0174732 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:25 2021 Pair time (%) = 0.00141001 (8.06953) Neigh time (%) = 0 (0) Comm time (%) = 4.91142e-05 (0.281083) Outpt time (%) = 0.0158172 (90.5223) Other time (%) = 0.000196934 (1.12706) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:25 2021 Memory usage per processor = 27.5487 Mbytes Step Atoms AVEKE stressZZ 25577 5000 1.1097391e-10 10141138 25578 -0.0144299999999921 10141009.4514133 25578 5000 1.1096611e-10 10141009 Loop time of 0.0179701 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:25 2021 Pair time (%) = 0.00120115 (6.68418) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.183092) Outpt time (%) = 0.016639 (92.5927) Other time (%) = 9.70364e-05 (0.539988) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:25 2021 Memory usage per processor = 27.5487 Mbytes Step Atoms AVEKE stressZZ 25578 5000 1.1096611e-10 10140951 25579 -0.0144299999999921 10140822.2843548 25579 5000 1.1095832e-10 10140822 Loop time of 0.0179131 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:25 2021 Pair time (%) = 0.00118089 (6.59231) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.179681) Outpt time (%) = 0.016608 (92.7143) Other time (%) = 9.20296e-05 (0.513756) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:25 2021 Memory usage per processor = 27.5487 Mbytes Step Atoms AVEKE stressZZ 25579 5000 1.1095832e-10 10140764 25580 -0.0144299999999921 10140635.1270938 25580 5000 1.1095053e-10 10140635 Loop time of 0.019697 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:25 2021 Pair time (%) = 0.00116611 (5.92023) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.16825) Outpt time (%) = 0.018398 (93.4056) Other time (%) = 9.9659e-05 (0.505961) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:25 2021 Memory usage per processor = 27.5487 Mbytes Step Atoms AVEKE stressZZ 25580 5000 1.1095053e-10 10140577 25581 -0.0144299999999921 10140447.9796155 25581 5000 1.1094274e-10 10140448 Loop time of 0.0174792 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:25 2021 Pair time (%) = 0.0012629 (7.22519) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.19369) Outpt time (%) = 0.0160751 (91.9673) Other time (%) = 0.000107288 (0.613807) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:25 2021 Memory usage per processor = 27.5487 Mbytes Step Atoms AVEKE stressZZ 25581 5000 1.1094274e-10 10140390 25582 -0.0144299999999921 10140260.8419257 25582 5000 1.1093495e-10 10140261 Loop time of 0.018364 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:25 2021 Pair time (%) = 0.00125098 (6.81216) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.260958) Outpt time (%) = 0.016928 (92.1804) Other time (%) = 0.000137091 (0.746521) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:25 2021 Memory usage per processor = 27.5487 Mbytes Step Atoms AVEKE stressZZ 25582 5000 1.1093495e-10 10140203 25583 -0.0144299999999921 10140073.7140286 25583 5000 1.1092716e-10 10140074 Loop time of 0.0179238 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:25 2021 Pair time (%) = 0.0012331 (6.87967) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.190215) Outpt time (%) = 0.0165548 (92.3621) Other time (%) = 0.000101805 (0.567985) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:25 2021 Memory usage per processor = 27.5487 Mbytes Step Atoms AVEKE stressZZ 25583 5000 1.1092716e-10 10140015 25584 -0.0144299999999921 10139886.5959225 25584 5000 1.1091937e-10 10139887 Loop time of 0.0173521 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:25 2021 Pair time (%) = 0.00125194 (7.21489) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189613) Outpt time (%) = 0.0159662 (92.0129) Other time (%) = 0.000101089 (0.582578) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:25 2021 Memory usage per processor = 27.5487 Mbytes Step Atoms AVEKE stressZZ 25584 5000 1.1091937e-10 10139828 25585 -0.0144299999999921 10139699.4876059 25585 5000 1.1091158e-10 10139699 Loop time of 0.0175161 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:25 2021 Pair time (%) = 0.00124907 (7.131) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.194643) Outpt time (%) = 0.016129 (92.0809) Other time (%) = 0.000103951 (0.593456) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:25 2021 Memory usage per processor = 27.5487 Mbytes Step Atoms AVEKE stressZZ 25585 5000 1.1091158e-10 10139641 25586 -0.0144299999999921 10139512.3890773 25586 5000 1.109038e-10 10139512 Loop time of 0.0180509 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:25 2021 Pair time (%) = 0.00131106 (7.26315) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.187555) Outpt time (%) = 0.0165939 (91.9285) Other time (%) = 0.000112057 (0.620782) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:25 2021 Memory usage per processor = 27.5487 Mbytes Step Atoms AVEKE stressZZ 25586 5000 1.109038e-10 10139454 25587 -0.0144299999999921 10139325.3003351 25587 5000 1.1089601e-10 10139325 Loop time of 0.017869 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:25 2021 Pair time (%) = 0.00116491 (6.51919) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.173454) Outpt time (%) = 0.0165801 (92.787) Other time (%) = 9.29832e-05 (0.520361) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:25 2021 Memory usage per processor = 27.5487 Mbytes Step Atoms AVEKE stressZZ 25587 5000 1.1089601e-10 10139267 25588 -0.0144299999999921 10139138.2213951 25588 5000 1.1088823e-10 10139138 Loop time of 0.0175231 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:25 2021 Pair time (%) = 0.00116205 (6.63156) Neigh time (%) = 0 (0) Comm time (%) = 4.50611e-05 (0.257153) Outpt time (%) = 0.016202 (92.4609) Other time (%) = 0.000113964 (0.650367) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:25 2021 Memory usage per processor = 27.5487 Mbytes Step Atoms AVEKE stressZZ 25588 5000 1.1088823e-10 10139080 25589 -0.0144299999999921 10138951.1522725 25589 5000 1.1088044e-10 10138951 Loop time of 0.017416 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:25 2021 Pair time (%) = 0.00122404 (7.02826) Neigh time (%) = 0 (0) Comm time (%) = 7.08103e-05 (0.406582) Outpt time (%) = 0.0159531 (91.6) Other time (%) = 0.000168085 (0.965119) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:25 2021 Memory usage per processor = 27.5487 Mbytes Step Atoms AVEKE stressZZ 25589 5000 1.1088044e-10 10138893 25590 -0.0144299999999921 10138764.0930045 25590 5000 1.1087266e-10 10138764 Loop time of 0.0206971 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:25 2021 Pair time (%) = 0.00134587 (6.50271) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.169335) Outpt time (%) = 0.0192001 (92.767) Other time (%) = 0.00011611 (0.560995) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:25 2021 Memory usage per processor = 27.5487 Mbytes Step Atoms AVEKE stressZZ 25590 5000 1.1087266e-10 10138706 25591 -0.0144299999999921 10138577.0441318 25591 5000 1.1086488e-10 10138577 Loop time of 0.017976 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:25 2021 Pair time (%) = 0.00116706 (6.4923) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.177726) Outpt time (%) = 0.0166831 (92.8074) Other time (%) = 9.39369e-05 (0.522567) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:25 2021 Memory usage per processor = 27.5487 Mbytes Step Atoms AVEKE stressZZ 25591 5000 1.1086488e-10 10138519 25592 -0.0144299999999921 10138390.005437 25592 5000 1.108571e-10 10138390 Loop time of 0.017942 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:25 2021 Pair time (%) = 0.00116587 (6.49799) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.172748) Outpt time (%) = 0.0166509 (92.8044) Other time (%) = 9.41753e-05 (0.524889) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:25 2021 Memory usage per processor = 27.5487 Mbytes Step Atoms AVEKE stressZZ 25592 5000 1.108571e-10 10138332 25593 -0.0144299999999921 10138202.9768629 25593 5000 1.1084932e-10 10138203 Loop time of 0.017096 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:25 2021 Pair time (%) = 0.00118899 (6.95479) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.205004) Outpt time (%) = 0.015769 (92.2377) Other time (%) = 0.000102997 (0.60246) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:28:25 2021 Memory usage per processor = 27.5487 Mbytes Step Atoms AVEKE stressZZ 25593 5000 1.1084932e-10 10138145 25594 -0.0144299999999921 10137990.8181843 25594 5000 2.1853363e-10 10138325 Loop time of 0.017585 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:25 2021 Pair time (%) = 0.00170398 (9.68993) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.220996) Outpt time (%) = 0.0156341 (88.9055) Other time (%) = 0.000208139 (1.18362) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:25 2021 Memory usage per processor = 27.5487 Mbytes Step Atoms AVEKE stressZZ 25594 5000 2.1853363e-10 10211308 25595 -0.0144624999999921 10211138.3890783 25595 5000 1.7578366e-10 10211138 Loop time of 0.0177541 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:25 2021 Pair time (%) = 0.00120306 (6.77625) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.179948) Outpt time (%) = 0.0164242 (92.5093) Other time (%) = 9.48906e-05 (0.534472) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:25 2021 Memory usage per processor = 27.5487 Mbytes Step Atoms AVEKE stressZZ 25595 5000 1.7578366e-10 10211060 25596 -0.0144624999999921 10210904.4467538 25596 5000 1.5103376e-10 10210904 Loop time of 0.018034 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:25 2021 Pair time (%) = 0.00134897 (7.48017) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.177155) Outpt time (%) = 0.0165081 (91.5389) Other time (%) = 0.000144958 (0.803808) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:25 2021 Memory usage per processor = 27.5487 Mbytes Step Atoms AVEKE stressZZ 25596 5000 1.5103376e-10 10210833 25597 -0.0144624999999921 10210686.9614417 25597 5000 1.3627999e-10 10210687 Loop time of 0.019439 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:25 2021 Pair time (%) = 0.0012629 (6.49676) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.169257) Outpt time (%) = 0.018044 (92.8238) Other time (%) = 9.91821e-05 (0.510223) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:25 2021 Memory usage per processor = 27.5487 Mbytes Step Atoms AVEKE stressZZ 25597 5000 1.3627999e-10 10210620 25598 -0.0144624999999921 10210479.9383209 25598 5000 1.2729596e-10 10210480 Loop time of 0.0189159 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:25 2021 Pair time (%) = 0.00116301 (6.1483) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.168895) Outpt time (%) = 0.0176311 (93.2076) Other time (%) = 8.98838e-05 (0.475176) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:25 2021 Memory usage per processor = 27.5487 Mbytes Step Atoms AVEKE stressZZ 25598 5000 1.2729596e-10 10210416 25599 -0.0144624999999921 10210279.5676349 25599 5000 1.2174323e-10 10210280 Loop time of 0.0180202 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:25 2021 Pair time (%) = 0.00116301 (6.45392) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.177291) Outpt time (%) = 0.016737 (92.8793) Other time (%) = 8.82149e-05 (0.489535) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:25 2021 Memory usage per processor = 27.5487 Mbytes Step Atoms AVEKE stressZZ 25599 5000 1.2174323e-10 10210218 25600 -0.0144624999999921 10210083.4282483 25600 5000 1.1827602e-10 10210083 Loop time of 0.0206261 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:25 2021 Pair time (%) = 0.00124311 (6.02691) Neigh time (%) = 0 (0) Comm time (%) = 6.38962e-05 (0.309784) Outpt time (%) = 0.0191619 (92.9016) Other time (%) = 0.000157118 (0.761744) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:25 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25600 5000 1.1827602e-10 10210023 25601 -0.0144624999999921 10209889.9815064 25601 5000 1.1609574e-10 10209890 Loop time of 0.0177932 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:25 2021 Pair time (%) = 0.00116205 (6.53089) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.179552) Outpt time (%) = 0.016506 (92.7656) Other time (%) = 9.32217e-05 (0.523918) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:25 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25601 5000 1.1609574e-10 10209830 25602 -0.0144624999999921 10209698.249578 25602 5000 1.1471781e-10 10209698 Loop time of 0.01736 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:25 2021 Pair time (%) = 0.001158 (6.67051) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.185406) Outpt time (%) = 0.016077 (92.6098) Other time (%) = 9.27448e-05 (0.534245) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:25 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25602 5000 1.1471781e-10 10209639 25603 -0.0144624999999921 10209507.6110409 25603 5000 1.138435e-10 10209508 Loop time of 0.0172381 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:25 2021 Pair time (%) = 0.00121212 (7.03162) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.203314) Outpt time (%) = 0.015857 (91.9878) Other time (%) = 0.000133991 (0.777295) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:25 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25603 5000 1.138435e-10 10209448 25604 -0.0144624999999921 10209317.6709745 25604 5000 1.1328671e-10 10209318 Loop time of 0.017957 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:25 2021 Pair time (%) = 0.00145411 (8.09777) Neigh time (%) = 0 (0) Comm time (%) = 6.8903e-05 (0.383712) Outpt time (%) = 0.016269 (90.5997) Other time (%) = 0.000164986 (0.918783) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:25 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25604 5000 1.1328671e-10 10209259 25605 -0.0144624999999921 10209128.1784022 25605 5000 1.1293069e-10 10209128 Loop time of 0.0178561 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:26 2021 Pair time (%) = 0.00116301 (6.51321) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.180255) Outpt time (%) = 0.016567 (92.7805) Other time (%) = 9.39369e-05 (0.526077) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:26 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25605 5000 1.1293069e-10 10209069 25606 -0.0144624999999921 10208938.9738253 25606 5000 1.1270183e-10 10208939 Loop time of 0.017648 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:26 2021 Pair time (%) = 0.00116611 (6.60758) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.175626) Outpt time (%) = 0.016356 (92.6791) Other time (%) = 9.48906e-05 (0.537685) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:26 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25606 5000 1.1270183e-10 10208880 25607 -0.0144624999999921 10208749.9558801 25607 5000 1.1255362e-10 10208750 Loop time of 0.0173378 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:26 2021 Pair time (%) = 0.00121593 (7.0132) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.19527) Outpt time (%) = 0.0159509 (92.0008) Other time (%) = 0.000137091 (0.790704) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:26 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25607 5000 1.1255362e-10 10208691 25608 -0.0144624999999921 10208561.0601487 25608 5000 1.124566e-10 10208561 Loop time of 0.0184309 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:26 2021 Pair time (%) = 0.00140405 (7.61788) Neigh time (%) = 0 (0) Comm time (%) = 5.29289e-05 (0.287174) Outpt time (%) = 0.0167809 (91.0472) Other time (%) = 0.000193119 (1.0478) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:26 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25608 5000 1.124566e-10 10208502 25609 -0.0144624999999921 10208372.2456924 25609 5000 1.1239209e-10 10208372 Loop time of 0.0180578 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:26 2021 Pair time (%) = 0.00117111 (6.48534) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.176921) Outpt time (%) = 0.016712 (92.5469) Other time (%) = 0.000142813 (0.790863) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:26 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25609 5000 1.1239209e-10 10208313 25610 -0.0144624999999921 10208183.4864938 25610 5000 1.1234821e-10 10208183 Loop time of 0.0205622 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:26 2021 Pair time (%) = 0.00116301 (5.65605) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.155373) Outpt time (%) = 0.0192399 (93.5694) Other time (%) = 0.000127316 (0.619174) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:26 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25610 5000 1.1234821e-10 10208125 25611 -0.0144624999999921 10207994.7660176 25611 5000 1.1231745e-10 10207995 Loop time of 0.0170321 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:26 2021 Pair time (%) = 0.00116611 (6.8465) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.281363) Outpt time (%) = 0.015698 (92.1666) Other time (%) = 0.000120163 (0.705507) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:26 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25611 5000 1.1231745e-10 10207936 25612 -0.0144624999999921 10207806.073756 25612 5000 1.1229502e-10 10207806 Loop time of 0.017808 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:26 2021 Pair time (%) = 0.00151896 (8.5297) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.258394) Outpt time (%) = 0.0160589 (90.1783) Other time (%) = 0.000184059 (1.03358) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:26 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25612 5000 1.1229502e-10 10207747 25613 -0.0144624999999921 10207617.4030304 25613 5000 1.1227789e-10 10207617 Loop time of 0.017921 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:26 2021 Pair time (%) = 0.0012331 (6.88077) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.184924) Outpt time (%) = 0.0165551 (92.3782) Other time (%) = 9.9659e-05 (0.556102) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:26 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25613 5000 1.1227789e-10 10207559 25614 -0.0144624999999921 10207428.7495958 25614 5000 1.1226413e-10 10207429 Loop time of 0.0177379 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:26 2021 Pair time (%) = 0.00119996 (6.76497) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.180112) Outpt time (%) = 0.016412 (92.5253) Other time (%) = 9.39369e-05 (0.529584) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:26 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25614 5000 1.1226413e-10 10207370 25615 -0.0144624999999921 10207240.1107542 25615 5000 1.122525e-10 10207240 Loop time of 0.017236 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:26 2021 Pair time (%) = 0.00120902 (7.01451) Neigh time (%) = 0 (0) Comm time (%) = 7.51019e-05 (0.435727) Outpt time (%) = 0.0157981 (91.6576) Other time (%) = 0.00015378 (0.892203) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:26 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25615 5000 1.122525e-10 10207181 25616 -0.0144624999999921 10207051.4847909 25616 5000 1.1224223e-10 10207051 Loop time of 0.0179541 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:26 2021 Pair time (%) = 0.00157595 (8.77764) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.217781) Outpt time (%) = 0.016176 (90.0963) Other time (%) = 0.000163078 (0.908306) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:26 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25616 5000 1.1224223e-10 10206993 25617 -0.0144624999999921 10206862.870638 25617 5000 1.1223283e-10 10206863 Loop time of 0.0180881 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:26 2021 Pair time (%) = 0.00124002 (6.85542) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.176625) Outpt time (%) = 0.0167172 (92.4209) Other time (%) = 9.89437e-05 (0.54701) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:26 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25617 5000 1.1223283e-10 10206804 25618 -0.0144624999999921 10206674.2676199 25618 5000 1.1222397e-10 10206674 Loop time of 0.0177059 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:26 2021 Pair time (%) = 0.00116706 (6.59135) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.181784) Outpt time (%) = 0.016412 (92.6923) Other time (%) = 9.46522e-05 (0.534579) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:26 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25618 5000 1.1222397e-10 10206616 25619 -0.0144624999999921 10206485.675278 25619 5000 1.1221547e-10 10206486 Loop time of 0.017143 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:26 2021 Pair time (%) = 0.00120211 (7.01222) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.187753) Outpt time (%) = 0.0158091 (92.2187) Other time (%) = 9.9659e-05 (0.581339) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:26 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25619 5000 1.1221547e-10 10206427 25620 -0.0144624999999921 10206297.0933266 25620 5000 1.1220718e-10 10206297 Loop time of 0.0206778 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:26 2021 Pair time (%) = 0.00149894 (7.24902) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.198319) Outpt time (%) = 0.0189829 (91.8032) Other time (%) = 0.000154972 (0.749461) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:26 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25620 5000 1.1220718e-10 10206238 25621 -0.0144624999999921 10206108.5215844 25621 5000 1.1219904e-10 10206109 Loop time of 0.0182638 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:26 2021 Pair time (%) = 0.00132704 (7.26594) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.181453) Outpt time (%) = 0.016789 (91.9247) Other time (%) = 0.000114679 (0.627905) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:26 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25621 5000 1.1219904e-10 10206050 25622 -0.0144624999999921 10205919.9599357 25622 5000 1.1219099e-10 10205920 Loop time of 0.0179698 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:26 2021 Pair time (%) = 0.00125098 (6.96156) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.183094) Outpt time (%) = 0.0165658 (92.1867) Other time (%) = 0.000120163 (0.668692) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:26 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25622 5000 1.1219099e-10 10205861 25623 -0.0144624999999921 10205731.4083064 25623 5000 1.12183e-10 10205731 Loop time of 0.0180988 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:26 2021 Pair time (%) = 0.00121498 (6.71304) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.181789) Outpt time (%) = 0.0167589 (92.5967) Other time (%) = 9.20296e-05 (0.508484) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:26 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25623 5000 1.12183e-10 10205673 25624 -0.0144624999999921 10205542.8666486 25624 5000 1.1217504e-10 10205543 Loop time of 0.017766 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:26 2021 Pair time (%) = 0.00117707 (6.62542) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.179827) Outpt time (%) = 0.016464 (92.6714) Other time (%) = 9.29832e-05 (0.523378) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:26 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25624 5000 1.1217504e-10 10205484 25625 -0.0144624999999921 10205354.3349318 25625 5000 1.1216711e-10 10205354 Loop time of 0.01825 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:26 2021 Pair time (%) = 0.00141716 (7.76527) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.202493) Outpt time (%) = 0.0165768 (90.8317) Other time (%) = 0.000219107 (1.20059) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:26 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25625 5000 1.1216711e-10 10205296 25626 -0.0144624999999921 10205165.8131356 25626 5000 1.121592e-10 10205166 Loop time of 0.0181229 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:26 2021 Pair time (%) = 0.00116301 (6.41732) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.176286) Outpt time (%) = 0.016834 (92.8881) Other time (%) = 9.39369e-05 (0.518332) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:26 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25626 5000 1.121592e-10 10205107 25627 -0.0144624999999921 10204977.3012469 25627 5000 1.1215129e-10 10204977 Loop time of 0.017467 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:26 2021 Pair time (%) = 0.00116515 (6.67058) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.177445) Outpt time (%) = 0.0161769 (92.6142) Other time (%) = 9.39369e-05 (0.537796) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:26 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25627 5000 1.1215129e-10 10204919 25628 -0.0144624999999921 10204788.7992568 25628 5000 1.1214339e-10 10204789 Loop time of 0.017246 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:26 2021 Pair time (%) = 0.00120902 (7.01044) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197691) Outpt time (%) = 0.0158572 (91.9472) Other time (%) = 0.000145674 (0.844681) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:26 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25628 5000 1.1214339e-10 10204730 25629 -0.0144624999999921 10204600.3071587 25629 5000 1.121355e-10 10204600 Loop time of 0.0180581 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:26 2021 Pair time (%) = 0.00152397 (8.43929) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.204645) Outpt time (%) = 0.0163009 (90.2695) Other time (%) = 0.000196218 (1.0866) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:26 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25629 5000 1.121355e-10 10204542 25630 -0.0144624999999921 10204411.8249486 25630 5000 1.1212761e-10 10204412 Loop time of 0.0206411 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:26 2021 Pair time (%) = 0.00118303 (5.73145) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.159399) Outpt time (%) = 0.019325 (93.624) Other time (%) = 0.000100136 (0.485129) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:26 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25630 5000 1.1212761e-10 10204353 25631 -0.0144624999999921 10204223.352623 25631 5000 1.1211972e-10 10204223 Loop time of 0.0180621 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:26 2021 Pair time (%) = 0.00120211 (6.6554) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.182159) Outpt time (%) = 0.016732 (92.6358) Other time (%) = 9.5129e-05 (0.526677) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:26 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25631 5000 1.1211972e-10 10204165 25632 -0.0144624999999921 10204034.8901791 25632 5000 1.1211183e-10 10204035 Loop time of 0.0172651 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:26 2021 Pair time (%) = 0.00119901 (6.94469) Neigh time (%) = 0 (0) Comm time (%) = 6.19888e-05 (0.359042) Outpt time (%) = 0.0158501 (91.8042) Other time (%) = 0.000154018 (0.89208) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:26 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25632 5000 1.1211183e-10 10203976 25633 -0.0144624999999921 10203846.4376152 25633 5000 1.1210395e-10 10203846 Loop time of 0.0174639 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:26 2021 Pair time (%) = 0.00139999 (8.01649) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.211607) Outpt time (%) = 0.0159101 (91.103) Other time (%) = 0.000116825 (0.668951) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:26 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25633 5000 1.1210395e-10 10203788 25634 -0.0144624999999921 10203657.9949293 25634 5000 1.1209606e-10 10203658 Loop time of 0.0182829 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:26 2021 Pair time (%) = 0.00127602 (6.97929) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.262115) Outpt time (%) = 0.016804 (91.911) Other time (%) = 0.000154972 (0.847634) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:26 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25634 5000 1.1209606e-10 10203599 25635 -0.0144624999999921 10203469.5621198 25635 5000 1.1208818e-10 10203470 Loop time of 0.0181491 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:26 2021 Pair time (%) = 0.00120306 (6.62875) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.176031) Outpt time (%) = 0.016819 (92.6711) Other time (%) = 9.5129e-05 (0.524152) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:26 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25635 5000 1.1208818e-10 10203411 25636 -0.0144624999999921 10203281.1391854 25636 5000 1.120803e-10 10203281 Loop time of 0.0174911 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:26 2021 Pair time (%) = 0.00128698 (7.35793) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.200373) Outpt time (%) = 0.016068 (91.8637) Other time (%) = 0.000101089 (0.577948) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:26 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25636 5000 1.120803e-10 10203222 25637 -0.0144624999999921 10203092.7261245 25637 5000 1.1207242e-10 10203093 Loop time of 0.0173111 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:26 2021 Pair time (%) = 0.00125885 (7.27193) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.195571) Outpt time (%) = 0.0158851 (91.7626) Other time (%) = 0.000133276 (0.769888) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:26 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25637 5000 1.1207242e-10 10203034 25638 -0.0144624999999921 10202904.322936 25638 5000 1.1206454e-10 10202904 Loop time of 0.0206409 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:26 2021 Pair time (%) = 0.00139689 (6.76762) Neigh time (%) = 0 (0) Comm time (%) = 6.41346e-05 (0.310717) Outpt time (%) = 0.0190239 (92.1662) Other time (%) = 0.000155926 (0.755423) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:26 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25638 5000 1.1206454e-10 10202846 25639 -0.0144624999999921 10202715.9296183 25639 5000 1.1205666e-10 10202716 Loop time of 0.0197399 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:26 2021 Pair time (%) = 0.00143504 (7.26976) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.161846) Outpt time (%) = 0.018182 (92.1082) Other time (%) = 9.08375e-05 (0.460173) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:26 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25639 5000 1.1205666e-10 10202657 25640 -0.0144624999999921 10202527.5461705 25640 5000 1.1204878e-10 10202528 Loop time of 0.020571 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:26 2021 Pair time (%) = 0.0011642 (5.65942) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.155306) Outpt time (%) = 0.019285 (93.7483) Other time (%) = 8.98838e-05 (0.436944) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:26 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25640 5000 1.1204878e-10 10202469 25641 -0.0144624999999921 10202339.1725911 25641 5000 1.120409e-10 10202339 Loop time of 0.0185821 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:26 2021 Pair time (%) = 0.00117016 (6.29723) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.171929) Outpt time (%) = 0.0172918 (93.0561) Other time (%) = 8.82149e-05 (0.47473) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:26 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25641 5000 1.120409e-10 10202280 25642 -0.0144624999999921 10202150.8088792 25642 5000 1.1203303e-10 10202151 Loop time of 0.017148 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:26 2021 Pair time (%) = 0.00120497 (7.02686) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.187698) Outpt time (%) = 0.0158191 (92.2502) Other time (%) = 9.17912e-05 (0.535287) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:26 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25642 5000 1.1203303e-10 10202092 25643 -0.0144624999999921 10201962.4550334 25643 5000 1.1202515e-10 10201962 Loop time of 0.0173881 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:26 2021 Pair time (%) = 0.00137711 (7.91981) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.21253) Outpt time (%) = 0.0158448 (91.1245) Other time (%) = 0.000129223 (0.743168) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:26 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25643 5000 1.1202515e-10 10201904 25644 -0.0144624999999921 10201774.1110524 25644 5000 1.1201728e-10 10201774 Loop time of 0.0179131 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:26 2021 Pair time (%) = 0.00120401 (6.72141) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.183674) Outpt time (%) = 0.0165749 (92.5292) Other time (%) = 0.000101328 (0.565664) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:26 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25644 5000 1.1201728e-10 10201715 25645 -0.0144624999999921 10201585.7769352 25645 5000 1.1200941e-10 10201586 Loop time of 0.0179961 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:26 2021 Pair time (%) = 0.00116897 (6.49567) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.177528) Outpt time (%) = 0.0167031 (92.8154) Other time (%) = 9.20296e-05 (0.511387) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:26 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25645 5000 1.1200941e-10 10201527 25646 -0.0144624999999921 10201397.4526806 25646 5000 1.1200153e-10 10201397 Loop time of 0.017179 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:26 2021 Pair time (%) = 0.00117397 (6.83376) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185972) Outpt time (%) = 0.015878 (92.4265) Other time (%) = 9.5129e-05 (0.553751) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:26 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25646 5000 1.1200153e-10 10201339 25647 -0.0144624999999921 10201209.1382647 25647 5000 1.1199366e-10 10201209 Loop time of 0.017596 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:27 2021 Pair time (%) = 0.00141096 (8.01864) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.289961) Outpt time (%) = 0.0159709 (90.7646) Other time (%) = 0.000163078 (0.926792) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:27 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25647 5000 1.1199366e-10 10201150 25648 -0.0144624999999921 10201020.8336973 25648 5000 1.1198579e-10 10201021 Loop time of 0.018136 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:27 2021 Pair time (%) = 0.00121593 (6.70453) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.181417) Outpt time (%) = 0.0167859 (92.5553) Other time (%) = 0.000101328 (0.558711) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:27 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25648 5000 1.1198579e-10 10200962 25649 -0.0144624999999921 10200832.5389879 25649 5000 1.1197792e-10 10200833 Loop time of 0.0181892 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:27 2021 Pair time (%) = 0.00116491 (6.40443) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.176954) Outpt time (%) = 0.0168698 (92.7462) Other time (%) = 0.000122309 (0.672425) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:27 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25649 5000 1.1197792e-10 10200774 25650 -0.0144624999999921 10200644.2541356 25650 5000 1.1197006e-10 10200644 Loop time of 0.020133 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:27 2021 Pair time (%) = 0.00117397 (5.83108) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.159869) Outpt time (%) = 0.0188022 (93.3897) Other time (%) = 0.000124693 (0.619345) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28395 ave 28395 max 28395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28395 Ave neighs/atom = 5.679 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:27 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25650 5000 1.1197006e-10 10200586 25651 -0.0144624999999921 10200455.9791388 25651 5000 1.1196219e-10 10200456 Loop time of 0.0172839 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:27 2021 Pair time (%) = 0.00128818 (7.45303) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.277264) Outpt time (%) = 0.015789 (91.351) Other time (%) = 0.000158787 (0.918697) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:27 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25651 5000 1.1196219e-10 10200397 25652 -0.0144624999999921 10200267.7139969 25652 5000 1.1195432e-10 10200268 Loop time of 0.0181761 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:27 2021 Pair time (%) = 0.00158 (8.69274) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.21381) Outpt time (%) = 0.0164061 (90.2618) Other time (%) = 0.000151157 (0.831628) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:27 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25652 5000 1.1195432e-10 10200209 25653 -0.0144624999999921 10200079.4587085 25653 5000 1.1194646e-10 10200079 Loop time of 0.0178812 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:27 2021 Pair time (%) = 0.0011611 (6.49342) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.185336) Outpt time (%) = 0.0165949 (92.8066) Other time (%) = 9.20296e-05 (0.514674) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:27 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25653 5000 1.1194646e-10 10200021 25654 -0.0144624999999921 10199891.2132727 25654 5000 1.1193859e-10 10199891 Loop time of 0.0177901 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:27 2021 Pair time (%) = 0.00116706 (6.56017) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.184944) Outpt time (%) = 0.0164912 (92.6987) Other time (%) = 9.89437e-05 (0.556174) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:27 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25654 5000 1.1193859e-10 10199833 25655 -0.0144624999999921 10199702.9776881 25655 5000 1.1193073e-10 10199703 Loop time of 0.017266 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:27 2021 Pair time (%) = 0.00116396 (6.74132) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191939) Outpt time (%) = 0.0159712 (92.5006) Other time (%) = 9.77516e-05 (0.56615) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:27 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25655 5000 1.1193073e-10 10199644 25656 -0.0144624999999921 10199514.7519537 25656 5000 1.1192286e-10 10199515 Loop time of 0.0180769 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:27 2021 Pair time (%) = 0.00171614 (9.49354) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.216302) Outpt time (%) = 0.0161669 (89.4342) Other time (%) = 0.000154734 (0.855975) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:27 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25656 5000 1.1192286e-10 10199456 25657 -0.0144624999999921 10199326.5360687 25657 5000 1.11915e-10 10199327 Loop time of 0.018162 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:27 2021 Pair time (%) = 0.00124288 (6.84327) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.187721) Outpt time (%) = 0.016784 (92.4124) Other time (%) = 0.000101089 (0.556598) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:27 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25657 5000 1.11915e-10 10199268 25658 -0.0144624999999921 10199138.3300316 25658 5000 1.1190714e-10 10199138 Loop time of 0.0179541 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:27 2021 Pair time (%) = 0.00117207 (6.52812) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.177943) Outpt time (%) = 0.0166562 (92.7707) Other time (%) = 9.39369e-05 (0.523206) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:27 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25658 5000 1.1190714e-10 10199080 25659 -0.0144624999999921 10198950.1338414 25659 5000 1.1189928e-10 10198950 Loop time of 0.0172801 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:27 2021 Pair time (%) = 0.0011642 (6.73722) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184884) Outpt time (%) = 0.01599 (92.5343) Other time (%) = 9.39369e-05 (0.543613) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:27 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25659 5000 1.1189928e-10 10198891 25660 -0.0144624999999921 10198761.9474973 25660 5000 1.1189142e-10 10198762 Loop time of 0.0202782 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:27 2021 Pair time (%) = 0.00147414 (7.26958) Neigh time (%) = 0 (0) Comm time (%) = 5.60284e-05 (0.276298) Outpt time (%) = 0.0185671 (91.5617) Other time (%) = 0.00018096 (0.892385) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:27 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25660 5000 1.1189142e-10 10198703 25661 -0.0144624999999921 10198573.7709977 25661 5000 1.1188356e-10 10198574 Loop time of 0.0179482 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:27 2021 Pair time (%) = 0.00128722 (7.17189) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.189957) Outpt time (%) = 0.016516 (92.0205) Other time (%) = 0.000110865 (0.617694) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:27 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25661 5000 1.1188356e-10 10198515 25662 -0.0144624999999921 10198385.6043419 25662 5000 1.1187571e-10 10198386 Loop time of 0.0179629 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:27 2021 Pair time (%) = 0.00116181 (6.46784) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.172547) Outpt time (%) = 0.0166759 (92.8353) Other time (%) = 9.41753e-05 (0.524276) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:27 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25662 5000 1.1187571e-10 10198327 25663 -0.0144624999999921 10198197.4475287 25663 5000 1.1186785e-10 10198197 Loop time of 0.0175591 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:27 2021 Pair time (%) = 0.00116086 (6.61118) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.181947) Outpt time (%) = 0.0162599 (92.6013) Other time (%) = 0.000106335 (0.605583) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:27 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25663 5000 1.1186785e-10 10198139 25664 -0.0144624999999921 10198009.3005569 25664 5000 1.1185999e-10 10198009 Loop time of 0.0180368 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:27 2021 Pair time (%) = 0.0012641 (7.00841) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.182414) Outpt time (%) = 0.0166368 (92.2381) Other time (%) = 0.000102997 (0.571036) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:27 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25664 5000 1.1185999e-10 10197951 25665 -0.0144624999999921 10197821.1634254 25665 5000 1.1185214e-10 10197821 Loop time of 0.0180259 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:27 2021 Pair time (%) = 0.001302 (7.22297) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.183848) Outpt time (%) = 0.0165219 (91.6567) Other time (%) = 0.0001688 (0.936434) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:27 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25665 5000 1.1185214e-10 10197763 25666 -0.0144624999999921 10197633.0361335 25666 5000 1.1184428e-10 10197633 Loop time of 0.018337 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:27 2021 Pair time (%) = 0.00120711 (6.58293) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.174227) Outpt time (%) = 0.017004 (92.7306) Other time (%) = 9.39369e-05 (0.51228) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:27 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25666 5000 1.1184428e-10 10197574 25667 -0.0144624999999921 10197444.9186796 25667 5000 1.1183643e-10 10197445 Loop time of 0.017283 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:27 2021 Pair time (%) = 0.00120521 (6.97338) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190371) Outpt time (%) = 0.0159519 (92.2982) Other time (%) = 9.29832e-05 (0.538005) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:27 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25667 5000 1.1183643e-10 10197386 25668 -0.0144624999999921 10197256.811063 25668 5000 1.1182858e-10 10197257 Loop time of 0.0172219 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:27 2021 Pair time (%) = 0.00125003 (7.25835) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197968) Outpt time (%) = 0.0158348 (91.9456) Other time (%) = 0.000102997 (0.598056) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:27 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25668 5000 1.1182858e-10 10197198 25669 -0.0144624999999921 10197068.7132823 25669 5000 1.1182073e-10 10197069 Loop time of 0.018328 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:27 2021 Pair time (%) = 0.00133896 (7.30556) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.180818) Outpt time (%) = 0.016845 (91.9087) Other time (%) = 0.000110865 (0.604894) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:27 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25669 5000 1.1182073e-10 10197010 25670 -0.0144624999999921 10196880.6253369 25670 5000 1.1181288e-10 10196881 Loop time of 0.0205629 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:27 2021 Pair time (%) = 0.00116992 (5.68947) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.155368) Outpt time (%) = 0.019264 (93.6833) Other time (%) = 9.70364e-05 (0.4719) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:27 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25670 5000 1.1181288e-10 10196822 25671 -0.0144624999999921 10196692.5472251 25671 5000 1.1180503e-10 10196693 Loop time of 0.017772 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:27 2021 Pair time (%) = 0.00116396 (6.54942) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.174401) Outpt time (%) = 0.0164828 (92.7463) Other time (%) = 9.41753e-05 (0.52991) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:27 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25671 5000 1.1180503e-10 10196634 25672 -0.0144624999999921 10196504.4789463 25672 5000 1.1179718e-10 10196504 Loop time of 0.0173261 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:27 2021 Pair time (%) = 0.00117683 (6.79226) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.196777) Outpt time (%) = 0.0160148 (92.4316) Other time (%) = 0.000100374 (0.579323) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:27 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25672 5000 1.1179718e-10 10196446 25673 -0.0144624999999921 10196316.4204993 25673 5000 1.1178933e-10 10196316 Loop time of 0.018141 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:27 2021 Pair time (%) = 0.00156903 (8.64908) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.21028) Outpt time (%) = 0.0163691 (90.2325) Other time (%) = 0.000164747 (0.908147) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:27 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25673 5000 1.1178933e-10 10196258 25674 -0.0144624999999921 10196128.371883 25674 5000 1.1178149e-10 10196128 Loop time of 0.01808 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:27 2021 Pair time (%) = 0.00125289 (6.9297) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.188572) Outpt time (%) = 0.01669 (92.3121) Other time (%) = 0.000102997 (0.569673) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:27 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25674 5000 1.1178149e-10 10196070 25675 -0.0144624999999921 10195940.3330963 25675 5000 1.1177364e-10 10195940 Loop time of 0.0178819 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:27 2021 Pair time (%) = 0.00116491 (6.51449) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.178662) Outpt time (%) = 0.0165911 (92.7815) Other time (%) = 9.39369e-05 (0.525319) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:27 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25675 5000 1.1177364e-10 10195882 25676 -0.0144624999999921 10195752.3041381 25676 5000 1.117658e-10 10195752 Loop time of 0.0169959 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:27 2021 Pair time (%) = 0.0011611 (6.83164) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187975) Outpt time (%) = 0.0157101 (92.4347) Other time (%) = 9.27448e-05 (0.545689) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:27 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25676 5000 1.117658e-10 10195694 25677 -0.0144624999999921 10195564.2850075 25677 5000 1.1175795e-10 10195564 Loop time of 0.0176649 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:27 2021 Pair time (%) = 0.00140285 (7.94148) Neigh time (%) = 0 (0) Comm time (%) = 6.69956e-05 (0.379258) Outpt time (%) = 0.016048 (90.8465) Other time (%) = 0.000147104 (0.832748) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:27 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25677 5000 1.1175795e-10 10195506 25678 -0.0144624999999921 10195376.2757032 25678 5000 1.1175011e-10 10195376 Loop time of 0.0179219 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:27 2021 Pair time (%) = 0.0012331 (6.8804) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.184914) Outpt time (%) = 0.0165579 (92.3893) Other time (%) = 9.77516e-05 (0.54543) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:27 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25678 5000 1.1175011e-10 10195318 25679 -0.0144624999999921 10195188.2762242 25679 5000 1.1174227e-10 10195188 Loop time of 0.01794 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:27 2021 Pair time (%) = 0.001266 (7.05685) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.188714) Outpt time (%) = 0.0165191 (92.0793) Other time (%) = 0.000121117 (0.675119) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:27 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25679 5000 1.1174227e-10 10195130 25680 -0.0144624999999921 10195000.2865695 25680 5000 1.1173443e-10 10195000 Loop time of 0.0226309 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:27 2021 Pair time (%) = 0.00147104 (6.50014) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.145384) Outpt time (%) = 0.0210159 (92.8635) Other time (%) = 0.000111103 (0.490935) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:27 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25680 5000 1.1173443e-10 10194942 25681 -0.0144624999999921 10194812.3067381 25681 5000 1.1172659e-10 10194812 Loop time of 0.01948 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:27 2021 Pair time (%) = 0.00119305 (6.12447) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.164005) Outpt time (%) = 0.0181651 (93.2501) Other time (%) = 8.98838e-05 (0.461416) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:27 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25681 5000 1.1172659e-10 10194754 25682 -0.0144624999999921 10194624.3367287 25682 5000 1.1171875e-10 10194624 Loop time of 0.0179329 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:27 2021 Pair time (%) = 0.00142908 (7.96905) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.179483) Outpt time (%) = 0.0163829 (91.3569) Other time (%) = 8.86917e-05 (0.494576) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:27 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25682 5000 1.1171875e-10 10194566 25683 -0.0144624999999921 10194436.3765408 25683 5000 1.1171091e-10 10194436 Loop time of 0.017746 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:27 2021 Pair time (%) = 0.00150299 (8.46948) Neigh time (%) = 0 (0) Comm time (%) = 5.00679e-05 (0.282137) Outpt time (%) = 0.0159662 (89.9707) Other time (%) = 0.000226736 (1.27768) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:27 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25683 5000 1.1171091e-10 10194378 25684 -0.0144624999999921 10194248.4261719 25684 5000 1.1170307e-10 10194248 Loop time of 0.0178192 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:27 2021 Pair time (%) = 0.00118613 (6.6565) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.179291) Outpt time (%) = 0.0165029 (92.613) Other time (%) = 9.82285e-05 (0.551252) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:27 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25684 5000 1.1170307e-10 10194190 25685 -0.0144624999999921 10194060.485622 25685 5000 1.1169524e-10 10194060 Loop time of 0.018096 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:27 2021 Pair time (%) = 0.0011611 (6.41634) Neigh time (%) = 0 (0) Comm time (%) = 5.38826e-05 (0.29776) Outpt time (%) = 0.0167711 (92.6785) Other time (%) = 0.000109911 (0.607378) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:27 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25685 5000 1.1169524e-10 10194002 25686 -0.0144624999999921 10193872.5548897 25686 5000 1.116874e-10 10193873 Loop time of 0.0170791 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:27 2021 Pair time (%) = 0.00116706 (6.83325) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.188455) Outpt time (%) = 0.0157871 (92.4353) Other time (%) = 9.27448e-05 (0.543031) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:27 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25686 5000 1.116874e-10 10193814 25687 -0.0144624999999921 10193684.6339745 25687 5000 1.1167957e-10 10193685 Loop time of 0.0177851 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:27 2021 Pair time (%) = 0.00160909 (9.0474) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.225213) Outpt time (%) = 0.0159712 (89.8011) Other time (%) = 0.000164747 (0.926323) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:27 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25687 5000 1.1167957e-10 10193626 25688 -0.0144624999999921 10193496.7228749 25688 5000 1.1167173e-10 10193497 Loop time of 0.01824 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:28 2021 Pair time (%) = 0.00122094 (6.69377) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.175154) Outpt time (%) = 0.0168519 (92.3899) Other time (%) = 0.000135183 (0.741138) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:28 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25688 5000 1.1167173e-10 10193438 25689 -0.0144624999999921 10193308.8215902 25689 5000 1.116639e-10 10193309 Loop time of 0.018172 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:28 2021 Pair time (%) = 0.00133204 (7.33019) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.170561) Outpt time (%) = 0.0166402 (91.5703) Other time (%) = 0.0001688 (0.928902) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:28 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25689 5000 1.116639e-10 10193250 25690 -0.0144624999999921 10193120.9301191 25690 5000 1.1165607e-10 10193121 Loop time of 0.020344 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:28 2021 Pair time (%) = 0.00116205 (5.71201) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.152351) Outpt time (%) = 0.0190179 (93.4817) Other time (%) = 0.000133038 (0.653939) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:28 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25690 5000 1.1165607e-10 10193062 25691 -0.0144624999999921 10192933.0484608 25691 5000 1.1164824e-10 10192933 Loop time of 0.017216 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:28 2021 Pair time (%) = 0.00125909 (7.31349) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.203576) Outpt time (%) = 0.0158181 (91.8805) Other time (%) = 0.000103712 (0.602418) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:28 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25691 5000 1.1164824e-10 10192874 25692 -0.0144624999999921 10192745.1766138 25692 5000 1.1164041e-10 10192745 Loop time of 0.018003 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:28 2021 Pair time (%) = 0.00128698 (7.14872) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.182757) Outpt time (%) = 0.016572 (92.0514) Other time (%) = 0.000111103 (0.617137) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:28 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25692 5000 1.1164041e-10 10192687 25693 -0.0144624999999921 10192557.3145775 25693 5000 1.1163258e-10 10192557 Loop time of 0.0179951 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:28 2021 Pair time (%) = 0.00122285 (6.79545) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.184162) Outpt time (%) = 0.0166302 (92.4149) Other time (%) = 0.000108957 (0.605482) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:28 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25693 5000 1.1163258e-10 10192499 25694 -0.0144624999999921 10192369.4623507 25694 5000 1.1162475e-10 10192369 Loop time of 0.0170929 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:28 2021 Pair time (%) = 0.00116205 (6.79843) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.188303) Outpt time (%) = 0.0158041 (92.4595) Other time (%) = 9.46522e-05 (0.55375) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:28:28 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25694 5000 1.1162475e-10 10192311 25695 -0.0144624999999921 10192156.4040824 25695 5000 2.2005634e-10 10192493 Loop time of 0.016871 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:28 2021 Pair time (%) = 0.0012641 (7.49272) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.207739) Outpt time (%) = 0.0154181 (91.388) Other time (%) = 0.00015378 (0.911506) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:28 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25695 5000 2.2005634e-10 10265635 25696 -0.0144949999999921 10265464.9015965 25696 5000 1.770079e-10 10265465 Loop time of 0.0177751 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:28 2021 Pair time (%) = 0.00125194 (7.04322) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.185101) Outpt time (%) = 0.0163879 (92.1963) Other time (%) = 0.000102282 (0.575422) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:28 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25696 5000 1.770079e-10 10265385 25697 -0.0144949999999921 10265229.9011095 25697 5000 1.5208533e-10 10265230 Loop time of 0.017853 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:28 2021 Pair time (%) = 0.00119615 (6.69996) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.184292) Outpt time (%) = 0.016525 (92.5615) Other time (%) = 9.89437e-05 (0.554213) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:28 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25697 5000 1.5208533e-10 10265158 25698 -0.0144949999999921 10265011.4386117 25698 5000 1.3722867e-10 10265011 Loop time of 0.0171919 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:28 2021 Pair time (%) = 0.00123405 (7.17812) Neigh time (%) = 0 (0) Comm time (%) = 4.81606e-05 (0.280135) Outpt time (%) = 0.015748 (91.6015) Other time (%) = 0.000161648 (0.940256) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:28 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25698 5000 1.3722867e-10 10264944 25699 -0.0144949999999921 10264803.4897879 25699 5000 1.2818203e-10 10264803 Loop time of 0.0175259 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:28 2021 Pair time (%) = 0.00128508 (7.33244) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.199976) Outpt time (%) = 0.016058 (91.6242) Other time (%) = 0.00014782 (0.843434) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:28 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25699 5000 1.2818203e-10 10264739 25700 -0.0144949999999921 10264602.2261594 25700 5000 1.2259061e-10 10264602 Loop time of 0.0208149 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:28 2021 Pair time (%) = 0.00132704 (6.37542) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.159214) Outpt time (%) = 0.0193529 (92.9763) Other time (%) = 0.000101805 (0.489096) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:28 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25700 5000 1.2259061e-10 10264540 25701 -0.0144949999999921 10264405.2146615 25701 5000 1.1909924e-10 10264405 Loop time of 0.0182521 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:28 2021 Pair time (%) = 0.00119996 (6.57436) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.175038) Outpt time (%) = 0.0168798 (92.4812) Other time (%) = 0.000140429 (0.769381) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:28 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25701 5000 1.1909924e-10 10264344 25702 -0.0144949999999921 10264210.9090577 25702 5000 1.1690378e-10 10264211 Loop time of 0.017457 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:28 2021 Pair time (%) = 0.00121593 (6.96531) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18301) Outpt time (%) = 0.016114 (92.3067) Other time (%) = 9.5129e-05 (0.544933) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:28 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25702 5000 1.1690378e-10 10264150 25703 -0.0144949999999921 10264018.3266985 25703 5000 1.1551626e-10 10264018 Loop time of 0.0173459 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:28 2021 Pair time (%) = 0.00123501 (7.11988) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191055) Outpt time (%) = 0.015959 (92.0046) Other time (%) = 0.000118732 (0.684498) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:28 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25703 5000 1.1551626e-10 10263958 25704 -0.0144949999999921 10263826.8430996 25704 5000 1.1463586e-10 10263827 Loop time of 0.018368 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:28 2021 Pair time (%) = 0.00149703 (8.15021) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.184317) Outpt time (%) = 0.0167091 (90.9684) Other time (%) = 0.000128031 (0.697031) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:28 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25704 5000 1.1463586e-10 10263767 25705 -0.0144949999999921 10263636.0613944 25705 5000 1.140752e-10 10263636 Loop time of 0.0187509 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:28 2021 Pair time (%) = 0.00200391 (10.687) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.170382) Outpt time (%) = 0.016619 (88.6302) Other time (%) = 9.60827e-05 (0.512416) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:28 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25705 5000 1.140752e-10 10263577 25706 -0.0144949999999921 10263445.7293692 25706 5000 1.137167e-10 10263446 Loop time of 0.018811 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:28 2021 Pair time (%) = 0.00165296 (8.78718) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.201523) Outpt time (%) = 0.0169179 (89.9365) Other time (%) = 0.000202179 (1.07479) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:28 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25706 5000 1.137167e-10 10263386 25707 -0.0144949999999921 10263255.686739 25707 5000 1.1348626e-10 10263256 Loop time of 0.0176411 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:28 2021 Pair time (%) = 0.0011878 (6.73316) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.191913) Outpt time (%) = 0.016314 (92.4776) Other time (%) = 0.000105381 (0.597362) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:28 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25707 5000 1.1348626e-10 10263196 25708 -0.0144949999999921 10263065.8316409 25708 5000 1.1333703e-10 10263066 Loop time of 0.017839 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:28 2021 Pair time (%) = 0.00151515 (8.49349) Neigh time (%) = 0 (0) Comm time (%) = 5.29289e-05 (0.296704) Outpt time (%) = 0.016094 (90.2181) Other time (%) = 0.000176907 (0.991687) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:28 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25708 5000 1.1333703e-10 10263007 25709 -0.0144949999999921 10262876.0993391 25709 5000 1.1323934e-10 10262876 Loop time of 0.018116 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:28 2021 Pair time (%) = 0.00123811 (6.83433) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.182933) Outpt time (%) = 0.0167391 (92.3997) Other time (%) = 0.000105619 (0.583017) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:28 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25709 5000 1.1323934e-10 10262817 25710 -0.0144949999999921 10262686.448693 25710 5000 1.1317437e-10 10262686 Loop time of 0.02056 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:28 2021 Pair time (%) = 0.00116897 (5.68563) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.155389) Outpt time (%) = 0.0192642 (93.6975) Other time (%) = 9.48906e-05 (0.46153) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:28 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25710 5000 1.1317437e-10 10262627 25711 -0.0144949999999921 10262496.8535569 25711 5000 1.131302e-10 10262497 Loop time of 0.0174589 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:28 2021 Pair time (%) = 0.00120783 (6.91812) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18299) Outpt time (%) = 0.0161269 (92.3704) Other time (%) = 9.2268e-05 (0.528486) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:28 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25711 5000 1.131302e-10 10262438 25712 -0.0144949999999921 10262307.2973143 25712 5000 1.1309923e-10 10262307 Loop time of 0.0173399 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:28 2021 Pair time (%) = 0.00131702 (7.59532) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.20212) Outpt time (%) = 0.015882 (91.5921) Other time (%) = 0.000105858 (0.610486) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:28 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25712 5000 1.1309923e-10 10262248 25713 -0.0144949999999921 10262117.7694049 25713 5000 1.1307666e-10 10262118 Loop time of 0.018024 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:28 2021 Pair time (%) = 0.00138617 (7.69068) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.182545) Outpt time (%) = 0.01648 (91.4336) Other time (%) = 0.000124931 (0.69314) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:28 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25713 5000 1.1307666e-10 10262059 25714 -0.0144949999999921 10261928.2631172 25714 5000 1.1305941e-10 10261928 Loop time of 0.0179851 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:28 2021 Pair time (%) = 0.00118113 (6.56724) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.182939) Outpt time (%) = 0.0166719 (92.6983) Other time (%) = 9.91821e-05 (0.551468) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:28 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25714 5000 1.1305941e-10 10261869 25715 -0.0144949999999921 10261738.7741852 25715 5000 1.1304556e-10 10261739 Loop time of 0.0172648 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:28 2021 Pair time (%) = 0.00116706 (6.75974) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185047) Outpt time (%) = 0.0159731 (92.518) Other time (%) = 9.27448e-05 (0.537189) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:28 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25715 5000 1.1304556e-10 10261680 25716 -0.0144949999999921 10261549.2998977 25716 5000 1.1303386e-10 10261549 Loop time of 0.0172272 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:28 2021 Pair time (%) = 0.00124216 (7.21047) Neigh time (%) = 0 (0) Comm time (%) = 7.60555e-05 (0.441486) Outpt time (%) = 0.0157881 (91.6464) Other time (%) = 0.000120878 (0.701672) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:28 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25716 5000 1.1303386e-10 10261490 25717 -0.0144949999999921 10261359.8385309 25717 5000 1.1302352e-10 10261360 Loop time of 0.0184 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:28 2021 Pair time (%) = 0.0013001 (7.06576) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.185293) Outpt time (%) = 0.016911 (91.908) Other time (%) = 0.000154734 (0.840946) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:28 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25717 5000 1.1302352e-10 10261301 25718 -0.0144949999999921 10261170.3889895 25718 5000 1.1301406e-10 10261170 Loop time of 0.0179451 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:28 2021 Pair time (%) = 0.00116897 (6.51414) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.178033) Outpt time (%) = 0.0166519 (92.7937) Other time (%) = 9.2268e-05 (0.51417) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:28 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25718 5000 1.1301406e-10 10261111 25719 -0.0144949999999921 10260980.9505761 25719 5000 1.1300515e-10 10260981 Loop time of 0.017262 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:28 2021 Pair time (%) = 0.00117207 (6.78987) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185078) Outpt time (%) = 0.0159619 (92.4684) Other time (%) = 9.60827e-05 (0.556614) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:28 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25719 5000 1.1300515e-10 10260922 25720 -0.0144949999999921 10260791.5228479 25720 5000 1.1299659e-10 10260792 Loop time of 0.0200839 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:28 2021 Pair time (%) = 0.00136805 (6.81165) Neigh time (%) = 0 (0) Comm time (%) = 5.00679e-05 (0.249294) Outpt time (%) = 0.018532 (92.2731) Other time (%) = 0.000133753 (0.66597) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:28 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25720 5000 1.1299659e-10 10260732 25721 -0.0144949999999921 10260602.1055225 25721 5000 1.1298826e-10 10260602 Loop time of 0.0180089 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:28 2021 Pair time (%) = 0.00159311 (8.84623) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.217118) Outpt time (%) = 0.0162282 (90.1119) Other time (%) = 0.000148535 (0.824783) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:28 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25721 5000 1.1298826e-10 10260543 25722 -0.0144949999999921 10260412.6984204 25722 5000 1.1298007e-10 10260413 Loop time of 0.019496 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:28 2021 Pair time (%) = 0.00116491 (5.97515) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.169985) Outpt time (%) = 0.0182049 (93.3779) Other time (%) = 9.29832e-05 (0.476936) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:28 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25722 5000 1.1298007e-10 10260354 25723 -0.0144949999999921 10260223.3014361 25723 5000 1.1297197e-10 10260223 Loop time of 0.0204639 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:28 2021 Pair time (%) = 0.0014329 (7.00205) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.156119) Outpt time (%) = 0.0189049 (92.3816) Other time (%) = 9.41753e-05 (0.460201) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:28 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25723 5000 1.1297197e-10 10260164 25724 -0.0144949999999921 10260033.9145307 25724 5000 1.1296393e-10 10260034 Loop time of 0.018255 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:28 2021 Pair time (%) = 0.0011611 (6.36044) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.17501) Outpt time (%) = 0.016973 (92.9774) Other time (%) = 8.89301e-05 (0.487155) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:28 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25724 5000 1.1296393e-10 10259975 25725 -0.0144949999999921 10259844.5376385 25725 5000 1.1295593e-10 10259845 Loop time of 0.018569 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:28 2021 Pair time (%) = 0.00143313 (7.71789) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.172051) Outpt time (%) = 0.0170159 (91.6363) Other time (%) = 8.79765e-05 (0.473782) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:28 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25725 5000 1.1295593e-10 10259785 25726 -0.0144949999999921 10259655.1707228 25726 5000 1.1294795e-10 10259655 Loop time of 0.017544 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:28 2021 Pair time (%) = 0.00128293 (7.31263) Neigh time (%) = 0 (0) Comm time (%) = 4.81606e-05 (0.274512) Outpt time (%) = 0.016072 (91.6097) Other time (%) = 0.000140905 (0.803153) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:28 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25726 5000 1.1294795e-10 10259596 25727 -0.0144949999999921 10259465.8137609 25727 5000 1.1293998e-10 10259466 Loop time of 0.017586 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:28 2021 Pair time (%) = 0.00131512 (7.47821) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.193869) Outpt time (%) = 0.016129 (91.7151) Other time (%) = 0.000107765 (0.61279) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:28 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25727 5000 1.1293998e-10 10259407 25728 -0.0144949999999921 10259276.466738 25728 5000 1.1293203e-10 10259276 Loop time of 0.0183051 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:28 2021 Pair time (%) = 0.00135183 (7.38502) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.179741) Outpt time (%) = 0.0168061 (91.8113) Other time (%) = 0.000114202 (0.623885) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:28 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25728 5000 1.1293203e-10 10259217 25729 -0.0144949999999921 10259087.1296441 25729 5000 1.1292408e-10 10259087 Loop time of 0.018091 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:29 2021 Pair time (%) = 0.00116301 (6.42866) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.177915) Outpt time (%) = 0.016803 (92.8808) Other time (%) = 9.27448e-05 (0.512658) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:29 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25729 5000 1.1292408e-10 10259028 25730 -0.0144949999999921 10258897.8024721 25730 5000 1.1291614e-10 10258898 Loop time of 0.02033 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:29 2021 Pair time (%) = 0.00122905 (6.0455) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.161839) Outpt time (%) = 0.018966 (93.2907) Other time (%) = 0.000102043 (0.501935) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:29 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25730 5000 1.1291614e-10 10258839 25731 -0.0144949999999921 10258708.485208 25731 5000 1.129082e-10 10258708 Loop time of 0.0170691 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:29 2021 Pair time (%) = 0.00118494 (6.94202) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.198343) Outpt time (%) = 0.015748 (92.2604) Other time (%) = 0.000102282 (0.599221) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:29 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25731 5000 1.129082e-10 10258649 25732 -0.0144949999999921 10258519.1778492 25732 5000 1.1290026e-10 10258519 Loop time of 0.018115 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:29 2021 Pair time (%) = 0.00167418 (9.24191) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.209266) Outpt time (%) = 0.0162368 (89.6315) Other time (%) = 0.000166178 (0.917347) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:29 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25732 5000 1.1290026e-10 10258460 25733 -0.0144949999999921 10258329.8804086 25733 5000 1.1289233e-10 10258330 Loop time of 0.0177069 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:29 2021 Pair time (%) = 0.00118995 (6.72026) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.180428) Outpt time (%) = 0.0163879 (92.5513) Other time (%) = 9.70364e-05 (0.548015) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:29 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25733 5000 1.1289233e-10 10258271 25734 -0.0144949999999921 10258140.5929563 25734 5000 1.128844e-10 10258141 Loop time of 0.0178699 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:29 2021 Pair time (%) = 0.00116611 (6.52551) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.178781) Outpt time (%) = 0.0165551 (92.642) Other time (%) = 0.000116825 (0.653752) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:29 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25734 5000 1.128844e-10 10258081 25735 -0.0144949999999921 10257951.3154585 25735 5000 1.1287646e-10 10257951 Loop time of 0.017108 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:29 2021 Pair time (%) = 0.00116396 (6.80361) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.192318) Outpt time (%) = 0.01581 (92.4132) Other time (%) = 0.000101089 (0.590891) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:29 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25735 5000 1.1287646e-10 10257892 25736 -0.0144949999999921 10257762.0478996 25736 5000 1.1286853e-10 10257762 Loop time of 0.017967 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:29 2021 Pair time (%) = 0.00148606 (8.27108) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.256107) Outpt time (%) = 0.016268 (90.5439) Other time (%) = 0.000166893 (0.928887) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:29 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25736 5000 1.1286853e-10 10257703 25737 -0.0144949999999921 10257572.7902935 25737 5000 1.128606e-10 10257573 Loop time of 0.018012 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:29 2021 Pair time (%) = 0.00119805 (6.6514) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.182665) Outpt time (%) = 0.0166502 (92.4392) Other time (%) = 0.000130892 (0.72669) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:29 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25737 5000 1.128606e-10 10257514 25738 -0.0144949999999921 10257383.5426316 25738 5000 1.1285267e-10 10257384 Loop time of 0.0181272 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:29 2021 Pair time (%) = 0.00121403 (6.69727) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.176244) Outpt time (%) = 0.0167449 (92.3742) Other time (%) = 0.000136375 (0.752325) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:29 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25738 5000 1.1285267e-10 10257324 25739 -0.0144949999999921 10257194.3049032 25739 5000 1.1284475e-10 10257194 Loop time of 0.017364 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:29 2021 Pair time (%) = 0.00117612 (6.77331) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.194975) Outpt time (%) = 0.0160601 (92.4907) Other time (%) = 9.39369e-05 (0.540986) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:29 2021 Memory usage per processor = 27.5488 Mbytes Step Atoms AVEKE stressZZ 25739 5000 1.1284475e-10 10257135 25740 -0.0144949999999921 10257005.0771029 25740 5000 1.1283682e-10 10257005 Loop time of 0.02036 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:29 2021 Pair time (%) = 0.00141311 (6.94061) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.176823) Outpt time (%) = 0.01876 (92.1413) Other time (%) = 0.000150919 (0.741253) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:29 2021 Memory usage per processor = 27.5489 Mbytes Step Atoms AVEKE stressZZ 25740 5000 1.1283682e-10 10256946 25741 -0.0144949999999921 10256815.8592268 25741 5000 1.128289e-10 10256816 Loop time of 0.0180039 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:29 2021 Pair time (%) = 0.00148106 (8.22629) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.189369) Outpt time (%) = 0.016361 (90.8745) Other time (%) = 0.000127792 (0.709802) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:29 2021 Memory usage per processor = 27.5489 Mbytes Step Atoms AVEKE stressZZ 25741 5000 1.128289e-10 10256757 25742 -0.0144949999999921 10256626.6512711 25742 5000 1.1282097e-10 10256627 Loop time of 0.0179248 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:29 2021 Pair time (%) = 0.00123811 (6.90724) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.183555) Outpt time (%) = 0.0165529 (92.3466) Other time (%) = 0.000100851 (0.562635) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:29 2021 Memory usage per processor = 27.5489 Mbytes Step Atoms AVEKE stressZZ 25742 5000 1.1282097e-10 10256568 25743 -0.0144949999999921 10256437.453233 25743 5000 1.1281305e-10 10256437 Loop time of 0.017529 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:29 2021 Pair time (%) = 0.00120807 (6.89181) Neigh time (%) = 0 (0) Comm time (%) = 6.19888e-05 (0.353636) Outpt time (%) = 0.016166 (92.2241) Other time (%) = 9.29832e-05 (0.530453) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:29 2021 Memory usage per processor = 27.5489 Mbytes Step Atoms AVEKE stressZZ 25743 5000 1.1281305e-10 10256378 25744 -0.0144949999999921 10256248.2651099 25744 5000 1.1280512e-10 10256248 Loop time of 0.017231 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:29 2021 Pair time (%) = 0.00125003 (7.25454) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197864) Outpt time (%) = 0.0158319 (91.8807) Other time (%) = 0.000114918 (0.666925) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:29 2021 Memory usage per processor = 27.5489 Mbytes Step Atoms AVEKE stressZZ 25744 5000 1.1280512e-10 10256189 25745 -0.0144949999999921 10256059.0868994 25745 5000 1.127972e-10 10256059 Loop time of 0.018158 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:29 2021 Pair time (%) = 0.00141716 (7.80462) Neigh time (%) = 0 (0) Comm time (%) = 5.00679e-05 (0.275735) Outpt time (%) = 0.0165431 (91.1069) Other time (%) = 0.000147581 (0.812763) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:29 2021 Memory usage per processor = 27.5489 Mbytes Step Atoms AVEKE stressZZ 25745 5000 1.127972e-10 10256000 25746 -0.0144949999999921 10255869.9185992 25746 5000 1.1278928e-10 10255870 Loop time of 0.018014 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:29 2021 Pair time (%) = 0.00117016 (6.49584) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.177352) Outpt time (%) = 0.0167201 (92.8172) Other time (%) = 9.17912e-05 (0.509556) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:29 2021 Memory usage per processor = 27.5489 Mbytes Step Atoms AVEKE stressZZ 25746 5000 1.1278928e-10 10255811 25747 -0.0144949999999921 10255680.7602074 25747 5000 1.1278136e-10 10255681 Loop time of 0.018497 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:29 2021 Pair time (%) = 0.00146198 (7.9039) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.194633) Outpt time (%) = 0.0168519 (91.1062) Other time (%) = 0.000147104 (0.795288) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:29 2021 Memory usage per processor = 27.5489 Mbytes Step Atoms AVEKE stressZZ 25747 5000 1.1278136e-10 10255622 25748 -0.0144949999999921 10255491.6117219 25748 5000 1.1277344e-10 10255492 Loop time of 0.0172551 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:29 2021 Pair time (%) = 0.00127292 (7.37706) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197587) Outpt time (%) = 0.0158458 (91.8326) Other time (%) = 0.000102282 (0.592762) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:29 2021 Memory usage per processor = 27.5489 Mbytes Step Atoms AVEKE stressZZ 25748 5000 1.1277344e-10 10255433 25749 -0.0144949999999921 10255302.4731407 25749 5000 1.1276552e-10 10255302 Loop time of 0.0179942 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:29 2021 Pair time (%) = 0.00145793 (8.10224) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.206696) Outpt time (%) = 0.0163269 (90.7344) Other time (%) = 0.000172138 (0.956633) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:29 2021 Memory usage per processor = 27.5489 Mbytes Step Atoms AVEKE stressZZ 25749 5000 1.1276552e-10 10255243 25750 -0.0144949999999921 10255113.3444624 25750 5000 1.1275761e-10 10255113 Loop time of 0.0208991 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:29 2021 Pair time (%) = 0.0012269 (5.87061) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.152869) Outpt time (%) = 0.0195448 (93.5202) Other time (%) = 9.53674e-05 (0.456324) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:29 2021 Memory usage per processor = 27.5489 Mbytes Step Atoms AVEKE stressZZ 25750 5000 1.1275761e-10 10255054 25751 -0.0144949999999921 10254924.2256848 25751 5000 1.1274969e-10 10254924 Loop time of 0.0181479 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:29 2021 Pair time (%) = 0.00116396 (6.41373) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.176042) Outpt time (%) = 0.0168581 (92.8926) Other time (%) = 9.39369e-05 (0.517617) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:29 2021 Memory usage per processor = 27.5489 Mbytes Step Atoms AVEKE stressZZ 25751 5000 1.1274969e-10 10254865 25752 -0.0144949999999921 10254735.1168068 25752 5000 1.1274177e-10 10254735 Loop time of 0.0171711 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:29 2021 Pair time (%) = 0.00117612 (6.84939) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186057) Outpt time (%) = 0.0158679 (92.4105) Other time (%) = 9.5129e-05 (0.554005) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:29 2021 Memory usage per processor = 27.5489 Mbytes Step Atoms AVEKE stressZZ 25752 5000 1.1274177e-10 10254676 25753 -0.0144949999999921 10254546.0178262 25753 5000 1.1273386e-10 10254546 Loop time of 0.0173502 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:29 2021 Pair time (%) = 0.00133586 (7.69939) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.196504) Outpt time (%) = 0.015847 (91.336) Other time (%) = 0.000133276 (0.768153) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:29 2021 Memory usage per processor = 27.5489 Mbytes Step Atoms AVEKE stressZZ 25753 5000 1.1273386e-10 10254487 25754 -0.0144949999999921 10254356.9287417 25754 5000 1.1272595e-10 10254357 Loop time of 0.0180681 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:29 2021 Pair time (%) = 0.00125885 (6.96726) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.199253) Outpt time (%) = 0.0166681 (92.2516) Other time (%) = 0.000105143 (0.581925) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:29 2021 Memory usage per processor = 27.5489 Mbytes Step Atoms AVEKE stressZZ 25754 5000 1.1272595e-10 10254298 25755 -0.0144949999999921 10254167.8495518 25755 5000 1.1271803e-10 10254168 Loop time of 0.0178189 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:29 2021 Pair time (%) = 0.00116491 (6.5375) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.179293) Outpt time (%) = 0.0165291 (92.7614) Other time (%) = 9.29832e-05 (0.521823) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:29 2021 Memory usage per processor = 27.5489 Mbytes Step Atoms AVEKE stressZZ 25755 5000 1.1271803e-10 10254109 25756 -0.0144949999999921 10253978.7802549 25756 5000 1.1271012e-10 10253979 Loop time of 0.017143 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:29 2021 Pair time (%) = 0.00116491 (6.79527) Neigh time (%) = 0 (0) Comm time (%) = 5.60284e-05 (0.326829) Outpt time (%) = 0.0158272 (92.3244) Other time (%) = 9.48906e-05 (0.553523) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:29 2021 Memory usage per processor = 27.5489 Mbytes Step Atoms AVEKE stressZZ 25756 5000 1.1271012e-10 10253920 25757 -0.0144949999999921 10253789.7208495 25757 5000 1.1270221e-10 10253790 Loop time of 0.017875 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:29 2021 Pair time (%) = 0.00140405 (7.85483) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.206741) Outpt time (%) = 0.0163131 (91.2622) Other time (%) = 0.000120878 (0.676243) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:29 2021 Memory usage per processor = 27.5489 Mbytes Step Atoms AVEKE stressZZ 25757 5000 1.1270221e-10 10253731 25758 -0.0144949999999921 10253600.6713341 25758 5000 1.126943e-10 10253601 Loop time of 0.0182781 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:29 2021 Pair time (%) = 0.00125694 (6.87676) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.185224) Outpt time (%) = 0.016845 (92.1593) Other time (%) = 0.000142336 (0.778723) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:29 2021 Memory usage per processor = 27.5489 Mbytes Step Atoms AVEKE stressZZ 25758 5000 1.126943e-10 10253542 25759 -0.0144949999999921 10253411.6317184 25759 5000 1.1268639e-10 10253412 Loop time of 0.017925 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:29 2021 Pair time (%) = 0.00116491 (6.49881) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.178232) Outpt time (%) = 0.0166349 (92.8029) Other time (%) = 9.32217e-05 (0.520064) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:29 2021 Memory usage per processor = 27.5489 Mbytes Step Atoms AVEKE stressZZ 25759 5000 1.1268639e-10 10253353 25760 -0.0144949999999921 10253222.6020054 25760 5000 1.1267848e-10 10253223 Loop time of 0.0203812 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:29 2021 Pair time (%) = 0.00116491 (5.71562) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.156753) Outpt time (%) = 0.019093 (93.6796) Other time (%) = 9.13143e-05 (0.448032) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:29 2021 Memory usage per processor = 27.5489 Mbytes Step Atoms AVEKE stressZZ 25760 5000 1.1267848e-10 10253164 25761 -0.0144949999999921 10253033.5822061 25761 5000 1.1267058e-10 10253034 Loop time of 0.017251 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:29 2021 Pair time (%) = 0.00123811 (7.17701) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.203162) Outpt time (%) = 0.015873 (92.0117) Other time (%) = 0.000104904 (0.608104) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:29 2021 Memory usage per processor = 27.5489 Mbytes Step Atoms AVEKE stressZZ 25761 5000 1.1267058e-10 10252975 25762 -0.0144949999999921 10252844.572313 25762 5000 1.1266267e-10 10252845 Loop time of 0.017925 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:29 2021 Pair time (%) = 0.00159407 (8.89297) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.212814) Outpt time (%) = 0.0161469 (90.0802) Other time (%) = 0.000145912 (0.814014) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:29 2021 Memory usage per processor = 27.5489 Mbytes Step Atoms AVEKE stressZZ 25762 5000 1.1266267e-10 10252786 25763 -0.0144949999999921 10252655.5723212 25763 5000 1.1265476e-10 10252656 Loop time of 0.017952 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:29 2021 Pair time (%) = 0.00120902 (6.73475) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.177964) Outpt time (%) = 0.0166168 (92.5627) Other time (%) = 9.41753e-05 (0.524596) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:29 2021 Memory usage per processor = 27.5489 Mbytes Step Atoms AVEKE stressZZ 25763 5000 1.1265476e-10 10252597 25764 -0.0144949999999921 10252466.5822797 25764 5000 1.1264686e-10 10252467 Loop time of 0.0195611 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:29 2021 Pair time (%) = 0.00116611 (5.96136) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.163325) Outpt time (%) = 0.0182712 (93.4061) Other time (%) = 9.17912e-05 (0.469255) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:29 2021 Memory usage per processor = 27.5489 Mbytes Step Atoms AVEKE stressZZ 25764 5000 1.1264686e-10 10252408 25765 -0.0144949999999921 10252277.6021892 25765 5000 1.1263896e-10 10252278 Loop time of 0.019145 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:29 2021 Pair time (%) = 0.00143099 (7.47447) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.166874) Outpt time (%) = 0.0175929 (91.8929) Other time (%) = 8.91685e-05 (0.465753) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:29 2021 Memory usage per processor = 27.5489 Mbytes Step Atoms AVEKE stressZZ 25765 5000 1.1263896e-10 10252219 25766 -0.0144949999999921 10252088.6320252 25766 5000 1.1263105e-10 10252089 Loop time of 0.0180399 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:29 2021 Pair time (%) = 0.00116801 (6.47459) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.177096) Outpt time (%) = 0.0167489 (92.8435) Other time (%) = 9.10759e-05 (0.504857) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:29 2021 Memory usage per processor = 27.5489 Mbytes Step Atoms AVEKE stressZZ 25766 5000 1.1263105e-10 10252030 25767 -0.0144949999999921 10251899.6717787 25767 5000 1.1262315e-10 10251900 Loop time of 0.017931 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:29 2021 Pair time (%) = 0.00134802 (7.51782) Neigh time (%) = 0 (0) Comm time (%) = 4.91142e-05 (0.273907) Outpt time (%) = 0.0164161 (91.5514) Other time (%) = 0.000117779 (0.656845) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:29 2021 Memory usage per processor = 27.5489 Mbytes Step Atoms AVEKE stressZZ 25767 5000 1.1262315e-10 10251841 25768 -0.0144949999999921 10251710.7214436 25768 5000 1.1261525e-10 10251711 Loop time of 0.018265 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:29 2021 Pair time (%) = 0.00118899 (6.50968) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.180135) Outpt time (%) = 0.016952 (92.8115) Other time (%) = 9.10759e-05 (0.498636) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:29 2021 Memory usage per processor = 27.5489 Mbytes Step Atoms AVEKE stressZZ 25768 5000 1.1261525e-10 10251652 25769 -0.0144949999999921 10251521.7810155 25769 5000 1.1260735e-10 10251522 Loop time of 0.0178361 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:29 2021 Pair time (%) = 0.00117278 (6.57532) Neigh time (%) = 0 (0) Comm time (%) = 5.6982e-05 (0.319476) Outpt time (%) = 0.016485 (92.4248) Other time (%) = 0.000121355 (0.68039) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:29 2021 Memory usage per processor = 27.5489 Mbytes Step Atoms AVEKE stressZZ 25769 5000 1.1260735e-10 10251463 25770 -0.0144949999999921 10251332.8504907 25770 5000 1.1259945e-10 10251333 Loop time of 0.0199351 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:30 2021 Pair time (%) = 0.00122499 (6.1449) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.175808) Outpt time (%) = 0.018574 (93.1722) Other time (%) = 0.000101089 (0.507092) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:30 2021 Memory usage per processor = 27.5489 Mbytes Step Atoms AVEKE stressZZ 25770 5000 1.1259945e-10 10251274 25771 -0.0144949999999921 10251143.929866 25771 5000 1.1259156e-10 10251144 Loop time of 0.017817 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:30 2021 Pair time (%) = 0.00159311 (8.94152) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.219457) Outpt time (%) = 0.0159659 (89.6106) Other time (%) = 0.000218868 (1.22842) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:30 2021 Memory usage per processor = 27.5489 Mbytes Step Atoms AVEKE stressZZ 25771 5000 1.1259156e-10 10251085 25772 -0.0144949999999921 10250955.0191113 25772 5000 1.1258366e-10 10250955 Loop time of 0.0180659 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:30 2021 Pair time (%) = 0.00116801 (6.46528) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.176842) Outpt time (%) = 0.0167749 (92.8537) Other time (%) = 9.10759e-05 (0.504131) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:30 2021 Memory usage per processor = 27.5489 Mbytes Step Atoms AVEKE stressZZ 25772 5000 1.1258366e-10 10250896 25773 -0.0144949999999921 10250766.1182556 25773 5000 1.1257576e-10 10250766 Loop time of 0.0179741 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:30 2021 Pair time (%) = 0.00116491 (6.48105) Neigh time (%) = 0 (0) Comm time (%) = 5.38826e-05 (0.299778) Outpt time (%) = 0.0166452 (92.6063) Other time (%) = 0.000110149 (0.612821) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:30 2021 Memory usage per processor = 27.5489 Mbytes Step Atoms AVEKE stressZZ 25773 5000 1.1257576e-10 10250707 25774 -0.0144949999999921 10250577.2273319 25774 5000 1.1256787e-10 10250577 Loop time of 0.0173628 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:30 2021 Pair time (%) = 0.00124121 (7.14864) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.196361) Outpt time (%) = 0.01594 (91.805) Other time (%) = 0.000147581 (0.849983) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:30 2021 Memory usage per processor = 27.5489 Mbytes Step Atoms AVEKE stressZZ 25774 5000 1.1256787e-10 10250518 25775 -0.0144949999999921 10250388.3463203 25775 5000 1.1255997e-10 10250388 Loop time of 0.017818 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:30 2021 Pair time (%) = 0.00165081 (9.26486) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.212755) Outpt time (%) = 0.0159559 (89.5496) Other time (%) = 0.00017333 (0.972783) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:30 2021 Memory usage per processor = 27.5489 Mbytes Step Atoms AVEKE stressZZ 25775 5000 1.1255997e-10 10250329 25776 -0.0144949999999921 10250199.4752127 25776 5000 1.1255208e-10 10250199 Loop time of 0.017976 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:30 2021 Pair time (%) = 0.00116992 (6.50822) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.188336) Outpt time (%) = 0.0166719 (92.7451) Other time (%) = 0.000100374 (0.558378) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:30 2021 Memory usage per processor = 27.5489 Mbytes Step Atoms AVEKE stressZZ 25776 5000 1.1255208e-10 10250140 25777 -0.0144949999999921 10250010.6139979 25777 5000 1.1254419e-10 10250011 Loop time of 0.0178769 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:30 2021 Pair time (%) = 0.00116801 (6.53366) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.178712) Outpt time (%) = 0.0165811 (92.7515) Other time (%) = 9.58443e-05 (0.536136) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:30 2021 Memory usage per processor = 27.5489 Mbytes Step Atoms AVEKE stressZZ 25777 5000 1.1254419e-10 10249952 25778 -0.0144949999999921 10249821.7626701 25778 5000 1.125363e-10 10249822 Loop time of 0.0171618 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:30 2021 Pair time (%) = 0.00117207 (6.82949) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193104) Outpt time (%) = 0.0158269 (92.2217) Other time (%) = 0.0001297 (0.755744) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:30 2021 Memory usage per processor = 27.5489 Mbytes Step Atoms AVEKE stressZZ 25778 5000 1.125363e-10 10249763 25779 -0.0144949999999921 10249632.9212343 25779 5000 1.125284e-10 10249633 Loop time of 0.018429 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:30 2021 Pair time (%) = 0.00143886 (7.80755) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.200525) Outpt time (%) = 0.016777 (91.0359) Other time (%) = 0.000176191 (0.956053) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:30 2021 Memory usage per processor = 27.5489 Mbytes Step Atoms AVEKE stressZZ 25779 5000 1.125284e-10 10249574 25780 -0.0144949999999921 10249444.089688 25780 5000 1.1252052e-10 10249444 Loop time of 0.020925 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:30 2021 Pair time (%) = 0.00123191 (5.88725) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.152679) Outpt time (%) = 0.019515 (93.2616) Other time (%) = 0.000146151 (0.698448) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:30 2021 Memory usage per processor = 27.5489 Mbytes Step Atoms AVEKE stressZZ 25780 5000 1.1252052e-10 10249385 25781 -0.0144949999999921 10249255.2680234 25781 5000 1.1251263e-10 10249255 Loop time of 0.017961 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:30 2021 Pair time (%) = 0.00116801 (6.50304) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.177875) Outpt time (%) = 0.016669 (92.8067) Other time (%) = 9.20296e-05 (0.512385) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:30 2021 Memory usage per processor = 27.5489 Mbytes Step Atoms AVEKE stressZZ 25781 5000 1.1251263e-10 10249196 25782 -0.0144949999999921 10249066.4562074 25782 5000 1.1250474e-10 10249066 Loop time of 0.0172291 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:30 2021 Pair time (%) = 0.00116205 (6.74471) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185431) Outpt time (%) = 0.015939 (92.5122) Other time (%) = 9.60827e-05 (0.557677) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:30 2021 Memory usage per processor = 27.5489 Mbytes Step Atoms AVEKE stressZZ 25782 5000 1.1250474e-10 10249007 25783 -0.0144949999999921 10248877.6542719 25783 5000 1.1249685e-10 10248878 Loop time of 0.0178909 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:30 2021 Pair time (%) = 0.00145602 (8.13833) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.262527) Outpt time (%) = 0.016212 (90.6157) Other time (%) = 0.000175953 (0.983475) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:30 2021 Memory usage per processor = 27.5489 Mbytes Step Atoms AVEKE stressZZ 25783 5000 1.1249685e-10 10248819 25784 -0.0144949999999921 10248688.8622149 25784 5000 1.1248897e-10 10248689 Loop time of 0.017993 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:30 2021 Pair time (%) = 0.00121188 (6.73531) Neigh time (%) = 0 (0) Comm time (%) = 4.72069e-05 (0.262363) Outpt time (%) = 0.016614 (92.3358) Other time (%) = 0.000119925 (0.666508) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:30 2021 Memory usage per processor = 27.5489 Mbytes Step Atoms AVEKE stressZZ 25784 5000 1.1248897e-10 10248630 25785 -0.0144949999999921 10248500.0800347 25785 5000 1.1248108e-10 10248500 Loop time of 0.0181141 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:30 2021 Pair time (%) = 0.00118685 (6.55207) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.176371) Outpt time (%) = 0.0167918 (92.7003) Other time (%) = 0.000103474 (0.571233) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:30 2021 Memory usage per processor = 27.5489 Mbytes Step Atoms AVEKE stressZZ 25785 5000 1.1248108e-10 10248441 25786 -0.0144949999999921 10248311.3077296 25786 5000 1.124732e-10 10248311 Loop time of 0.0173001 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:30 2021 Pair time (%) = 0.00116301 (6.72253) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190182) Outpt time (%) = 0.01601 (92.5429) Other time (%) = 9.41753e-05 (0.544362) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:30 2021 Memory usage per processor = 27.5489 Mbytes Step Atoms AVEKE stressZZ 25786 5000 1.124732e-10 10248252 25787 -0.0144949999999921 10248122.5452977 25787 5000 1.1246531e-10 10248123 Loop time of 0.0176151 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:30 2021 Pair time (%) = 0.00144219 (8.18727) Neigh time (%) = 0 (0) Comm time (%) = 4.3869e-05 (0.249042) Outpt time (%) = 0.0159771 (90.7015) Other time (%) = 0.000151873 (0.862174) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:30 2021 Memory usage per processor = 27.5489 Mbytes Step Atoms AVEKE stressZZ 25787 5000 1.1246531e-10 10248064 25788 -0.0144949999999921 10247933.7927374 25788 5000 1.1245743e-10 10247934 Loop time of 0.0181909 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:30 2021 Pair time (%) = 0.00134897 (7.41566) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.203151) Outpt time (%) = 0.0166779 (91.6826) Other time (%) = 0.000127077 (0.698577) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:30 2021 Memory usage per processor = 27.5489 Mbytes Step Atoms AVEKE stressZZ 25788 5000 1.1245743e-10 10247875 25789 -0.0144949999999921 10247745.0500472 25789 5000 1.1244955e-10 10247745 Loop time of 0.0180941 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:30 2021 Pair time (%) = 0.00120902 (6.68186) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.181837) Outpt time (%) = 0.0167511 (92.5776) Other time (%) = 0.000101089 (0.558689) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:30 2021 Memory usage per processor = 27.5489 Mbytes Step Atoms AVEKE stressZZ 25789 5000 1.1244955e-10 10247686 25790 -0.0144949999999921 10247556.3172517 25790 5000 1.1244167e-10 10247556 Loop time of 0.0199029 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:30 2021 Pair time (%) = 0.00116992 (5.87813) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.160519) Outpt time (%) = 0.0186069 (93.4882) Other time (%) = 9.41753e-05 (0.473173) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:30 2021 Memory usage per processor = 27.5489 Mbytes Step Atoms AVEKE stressZZ 25790 5000 1.1244167e-10 10247497 25791 -0.0144949999999921 10247367.594479 25791 5000 1.1243379e-10 10247368 Loop time of 0.017478 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:30 2021 Pair time (%) = 0.001261 (7.21477) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.20598) Outpt time (%) = 0.0160339 (91.7376) Other time (%) = 0.000147104 (0.841654) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:30 2021 Memory usage per processor = 27.5489 Mbytes Step Atoms AVEKE stressZZ 25791 5000 1.1243379e-10 10247309 25792 -0.0144949999999921 10247178.8816598 25792 5000 1.1242591e-10 10247179 Loop time of 0.018033 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:30 2021 Pair time (%) = 0.001405 (7.79126) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.19964) Outpt time (%) = 0.016418 (91.0439) Other time (%) = 0.000174046 (0.965149) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:30 2021 Memory usage per processor = 27.5489 Mbytes Step Atoms AVEKE stressZZ 25792 5000 1.1242591e-10 10247120 25793 -0.0144949999999921 10246990.1787759 25793 5000 1.1241803e-10 10246990 Loop time of 0.0181489 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:30 2021 Pair time (%) = 0.00120282 (6.62752) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.176033) Outpt time (%) = 0.0168209 (92.6828) Other time (%) = 9.32217e-05 (0.513649) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:30 2021 Memory usage per processor = 27.5489 Mbytes Step Atoms AVEKE stressZZ 25793 5000 1.1241803e-10 10246931 25794 -0.0144949999999921 10246801.4858136 25794 5000 1.1241016e-10 10246801 Loop time of 0.0173771 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:30 2021 Pair time (%) = 0.00121593 (6.99732) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183851) Outpt time (%) = 0.0160339 (92.27) Other time (%) = 9.53674e-05 (0.54881) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:30 2021 Memory usage per processor = 27.5489 Mbytes Step Atoms AVEKE stressZZ 25794 5000 1.1241016e-10 10246742 25795 -0.0144949999999921 10246612.8027639 25795 5000 1.1240228e-10 10246613 Loop time of 0.017498 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:30 2021 Pair time (%) = 0.00143194 (8.18345) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.211195) Outpt time (%) = 0.0159011 (90.8737) Other time (%) = 0.000128031 (0.731687) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:28:30 2021 Memory usage per processor = 27.5489 Mbytes Step Atoms AVEKE stressZZ 25795 5000 1.1240228e-10 10246554 25796 -0.0144949999999921 10246398.837935 25796 5000 2.2158304e-10 10246737 Loop time of 0.0176668 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:30 2021 Pair time (%) = 0.00142384 (8.05938) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.209177) Outpt time (%) = 0.0160079 (90.61) Other time (%) = 0.000198126 (1.12146) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28396 ave 28396 max 28396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28396 Ave neighs/atom = 5.6792 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:30 2021 Memory usage per processor = 27.5489 Mbytes Step Atoms AVEKE stressZZ 25796 5000 2.2158304e-10 10320037 25797 -0.0145274999999921 10319866.9473753 25797 5000 1.7823538e-10 10319867 Loop time of 0.0175891 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:30 2021 Pair time (%) = 0.00116587 (6.62835) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.182991) Outpt time (%) = 0.016299 (92.6654) Other time (%) = 9.20296e-05 (0.52322) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:30 2021 Memory usage per processor = 27.5489 Mbytes Step Atoms AVEKE stressZZ 25797 5000 1.7823538e-10 10319787 25798 -0.0145274999999921 10319630.8909906 25798 5000 1.5313968e-10 10319631 Loop time of 0.01723 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:30 2021 Pair time (%) = 0.00116897 (6.78447) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185421) Outpt time (%) = 0.0159349 (92.4835) Other time (%) = 9.41753e-05 (0.546577) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:30 2021 Memory usage per processor = 27.5489 Mbytes Step Atoms AVEKE stressZZ 25798 5000 1.5313968e-10 10319558 25799 -0.0145274999999921 10319411.4538603 25799 5000 1.3817988e-10 10319411 Loop time of 0.0171301 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:30 2021 Pair time (%) = 0.001297 (7.57143) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.210163) Outpt time (%) = 0.0156772 (91.5183) Other time (%) = 0.000119925 (0.700079) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:30 2021 Memory usage per processor = 27.5489 Mbytes Step Atoms AVEKE stressZZ 25799 5000 1.3817988e-10 10319344 25800 -0.0145274999999921 10319202.5820534 25800 5000 1.2907045e-10 10319203 Loop time of 0.0207281 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:30 2021 Pair time (%) = 0.00131297 (6.33425) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.15988) Outpt time (%) = 0.019269 (92.9607) Other time (%) = 0.00011301 (0.545204) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:30 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25800 5000 1.2907045e-10 10319138 25801 -0.0145274999999921 10319000.4282473 25801 5000 1.2344024e-10 10319000 Loop time of 0.0180421 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:30 2021 Pair time (%) = 0.00120807 (6.69583) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.178397) Outpt time (%) = 0.0167081 (92.6064) Other time (%) = 9.36985e-05 (0.519333) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:30 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25801 5000 1.2344024e-10 10318938 25802 -0.0145274999999921 10318802.5474683 25802 5000 1.1992465e-10 10318803 Loop time of 0.017797 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:30 2021 Pair time (%) = 0.00131702 (7.40026) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.202288) Outpt time (%) = 0.0163381 (91.8026) Other time (%) = 0.000105858 (0.594807) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:30 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25802 5000 1.1992465e-10 10318741 25803 -0.0145274999999921 10318607.3859077 25803 5000 1.1771397e-10 10318607 Loop time of 0.0176671 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:30 2021 Pair time (%) = 0.00124502 (7.04714) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.198378) Outpt time (%) = 0.0162809 (92.154) Other time (%) = 0.000106096 (0.600532) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:30 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25803 5000 1.1771397e-10 10318546 25804 -0.0145274999999921 10318413.9560679 25804 5000 1.1631683e-10 10318414 Loop time of 0.0181561 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:30 2021 Pair time (%) = 0.00150204 (8.27293) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.208793) Outpt time (%) = 0.0164831 (90.7855) Other time (%) = 0.000133038 (0.732745) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:30 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25804 5000 1.1631683e-10 10318354 25805 -0.0145274999999921 10318221.6303925 25805 5000 1.1543034e-10 10318222 Loop time of 0.017992 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:30 2021 Pair time (%) = 0.00123906 (6.88673) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.19347) Outpt time (%) = 0.016614 (92.3407) Other time (%) = 0.000104189 (0.579084) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:30 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25805 5000 1.1543034e-10 10318162 25806 -0.0145274999999921 10318030.0100632 25806 5000 1.148658e-10 10318030 Loop time of 0.0203531 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:30 2021 Pair time (%) = 0.00121808 (5.98475) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.166341) Outpt time (%) = 0.019002 (93.3616) Other time (%) = 9.91821e-05 (0.487308) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:30 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25806 5000 1.148658e-10 10317970 25807 -0.0145274999999921 10317838.841626 25807 5000 1.1450482e-10 10317839 Loop time of 0.020834 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:30 2021 Pair time (%) = 0.00122404 (5.87522) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.159068) Outpt time (%) = 0.0194831 (93.516) Other time (%) = 9.36985e-05 (0.449739) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:30 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25807 5000 1.1450482e-10 10317779 25808 -0.0145274999999921 10317647.9640079 25808 5000 1.1427278e-10 10317648 Loop time of 0.018785 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:30 2021 Pair time (%) = 0.00122094 (6.49956) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.180226) Outpt time (%) = 0.0174358 (92.8176) Other time (%) = 9.44138e-05 (0.502602) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:30 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25808 5000 1.1427278e-10 10317588 25809 -0.0145274999999921 10317457.2748445 25809 5000 1.1412252e-10 10317457 Loop time of 0.0184121 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:30 2021 Pair time (%) = 0.00149107 (8.09831) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.179991) Outpt time (%) = 0.0167942 (91.2128) Other time (%) = 9.36985e-05 (0.508896) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:30 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25809 5000 1.1412252e-10 10317398 25810 -0.0145274999999921 10317266.7090816 25810 5000 1.1402416e-10 10317267 Loop time of 0.0209579 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:30 2021 Pair time (%) = 0.00130606 (6.2318) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.162677) Outpt time (%) = 0.0195131 (93.1061) Other time (%) = 0.000104666 (0.499408) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:30 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25810 5000 1.1402416e-10 10317207 25811 -0.0145274999999921 10317076.2253759 25811 5000 1.1395875e-10 10317076 Loop time of 0.0177999 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:31 2021 Pair time (%) = 0.00122809 (6.89946) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.196898) Outpt time (%) = 0.0164349 (92.3317) Other time (%) = 0.000101805 (0.571941) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:31 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25811 5000 1.1395875e-10 10317017 25812 -0.0145274999999921 10316885.7974527 25812 5000 1.1391428e-10 10316886 Loop time of 0.0180361 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:31 2021 Pair time (%) = 0.00142908 (7.92344) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.204894) Outpt time (%) = 0.016448 (91.1949) Other time (%) = 0.00012207 (0.67681) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:31 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25812 5000 1.1391428e-10 10316826 25813 -0.0145274999999921 10316695.4086137 25813 5000 1.1388311e-10 10316695 Loop time of 0.018028 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:31 2021 Pair time (%) = 0.00127792 (7.08854) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.189116) Outpt time (%) = 0.0166121 (92.1457) Other time (%) = 0.000103951 (0.576605) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:31 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25813 5000 1.1388311e-10 10316636 25814 -0.0145274999999921 10316505.0482464 25814 5000 1.1386038e-10 10316505 Loop time of 0.0180159 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:31 2021 Pair time (%) = 0.00122595 (6.80483) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.189244) Outpt time (%) = 0.016654 (92.4408) Other time (%) = 0.000101805 (0.565084) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:31 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25814 5000 1.1386038e-10 10316445 25815 -0.0145274999999921 10316314.7095944 25815 5000 1.1384302e-10 10316315 Loop time of 0.0177159 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:31 2021 Pair time (%) = 0.00123096 (6.94829) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.185719) Outpt time (%) = 0.0163548 (92.3169) Other time (%) = 9.72748e-05 (0.549081) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:31 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25815 5000 1.1384302e-10 10316255 25816 -0.0145274999999921 10316124.3883627 25816 5000 1.1382908e-10 10316124 Loop time of 0.0178671 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:31 2021 Pair time (%) = 0.00137401 (7.69015) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.21217) Outpt time (%) = 0.0163369 (91.4358) Other time (%) = 0.000118256 (0.661863) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:31 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25816 5000 1.1382908e-10 10316065 25817 -0.0145274999999921 10315934.0818438 25817 5000 1.138173e-10 10315934 Loop time of 0.0180509 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:31 2021 Pair time (%) = 0.00129414 (7.16937) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.194159) Outpt time (%) = 0.0166149 (92.0447) Other time (%) = 0.000106812 (0.591724) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:31 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25817 5000 1.138173e-10 10315875 25818 -0.0145274999999921 10315743.7883055 25818 5000 1.138069e-10 10315744 Loop time of 0.017993 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:31 2021 Pair time (%) = 0.00122309 (6.79758) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.184184) Outpt time (%) = 0.016638 (92.4697) Other time (%) = 9.87053e-05 (0.548577) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:31 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25818 5000 1.138069e-10 10315684 25819 -0.0145274999999921 10315553.5066468 25819 5000 1.1379738e-10 10315554 Loop time of 0.017827 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:31 2021 Pair time (%) = 0.00122809 (6.88894) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.191248) Outpt time (%) = 0.0164659 (92.3648) Other time (%) = 9.89437e-05 (0.555021) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:31 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25819 5000 1.1379738e-10 10315494 25820 -0.0145274999999921 10315363.2361671 25820 5000 1.1378842e-10 10315363 Loop time of 0.0205419 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:31 2021 Pair time (%) = 0.00131607 (6.40676) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.170615) Outpt time (%) = 0.019083 (92.898) Other time (%) = 0.000107765 (0.524611) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:31 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25820 5000 1.1378842e-10 10315304 25821 -0.0145274999999921 10315172.9764211 25821 5000 1.1377981e-10 10315173 Loop time of 0.018187 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:31 2021 Pair time (%) = 0.00150609 (8.28111) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.192706) Outpt time (%) = 0.016511 (90.7842) Other time (%) = 0.000134945 (0.741984) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:31 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25821 5000 1.1377981e-10 10315113 25822 -0.0145274999999921 10314982.7271251 25822 5000 1.1377142e-10 10314983 Loop time of 0.0180271 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:31 2021 Pair time (%) = 0.00123811 (6.86805) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.189126) Outpt time (%) = 0.0166569 (92.3993) Other time (%) = 9.799e-05 (0.543572) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:31 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25822 5000 1.1377142e-10 10314923 25823 -0.0145274999999921 10314792.4880985 25823 5000 1.1376318e-10 10314792 Loop time of 0.0180502 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:31 2021 Pair time (%) = 0.00128913 (7.14191) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.194167) Outpt time (%) = 0.0166218 (92.0867) Other time (%) = 0.000104189 (0.577218) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:31 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25823 5000 1.1376318e-10 10314733 25824 -0.0145274999999921 10314602.2592258 25824 5000 1.1375504e-10 10314602 Loop time of 0.0177572 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:31 2021 Pair time (%) = 0.00122094 (6.87576) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.192) Outpt time (%) = 0.0164051 (92.3858) Other time (%) = 9.70364e-05 (0.546463) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:31 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25824 5000 1.1375504e-10 10314543 25825 -0.0145274999999921 10314412.0404335 25825 5000 1.1374694e-10 10314412 Loop time of 0.01794 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:31 2021 Pair time (%) = 0.00142097 (7.92069) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.205991) Outpt time (%) = 0.0163591 (91.1876) Other time (%) = 0.000123024 (0.685751) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:31 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25825 5000 1.1374694e-10 10314353 25826 -0.0145274999999921 10314221.8316742 25826 5000 1.1373889e-10 10314222 Loop time of 0.0181251 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:31 2021 Pair time (%) = 0.00135994 (7.50309) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.198627) Outpt time (%) = 0.0166149 (91.6682) Other time (%) = 0.000114202 (0.630081) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:31 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25826 5000 1.1373889e-10 10314162 25827 -0.0145274999999921 10314031.6329177 25827 5000 1.1373086e-10 10314032 Loop time of 0.0180862 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:31 2021 Pair time (%) = 0.0012269 (6.78364) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.188508) Outpt time (%) = 0.0167279 (92.49) Other time (%) = 9.72748e-05 (0.53784) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:31 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25827 5000 1.1373086e-10 10313972 25828 -0.0145274999999921 10313841.444144 25828 5000 1.1372285e-10 10313841 Loop time of 0.0178099 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:31 2021 Pair time (%) = 0.00122905 (6.90094) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.184739) Outpt time (%) = 0.016449 (92.3588) Other time (%) = 9.89437e-05 (0.555556) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:31 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25828 5000 1.1372285e-10 10313782 25829 -0.0145274999999921 10313651.26534 25829 5000 1.1371485e-10 10313651 Loop time of 0.0181069 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:31 2021 Pair time (%) = 0.00129819 (7.16957) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.193559) Outpt time (%) = 0.0166678 (92.0522) Other time (%) = 0.000105858 (0.584626) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:31 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25829 5000 1.1371485e-10 10313592 25830 -0.0145274999999921 10313461.0964969 25830 5000 1.1370685e-10 10313461 Loop time of 0.0208759 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:31 2021 Pair time (%) = 0.00129509 (6.20375) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.167885) Outpt time (%) = 0.0194349 (93.0973) Other time (%) = 0.000110865 (0.531064) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:31 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25830 5000 1.1370685e-10 10313402 25831 -0.0145274999999921 10313270.9376093 25831 5000 1.1369886e-10 10313271 Loop time of 0.0179889 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:31 2021 Pair time (%) = 0.00122285 (6.79779) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.189527) Outpt time (%) = 0.016634 (92.468) Other time (%) = 9.799e-05 (0.544724) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:31 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25831 5000 1.1369886e-10 10313211 25832 -0.0145274999999921 10313080.7886723 25832 5000 1.1369087e-10 10313081 Loop time of 0.017926 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:31 2021 Pair time (%) = 0.00122499 (6.83363) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.183542) Outpt time (%) = 0.0165701 (92.4362) Other time (%) = 9.799e-05 (0.546637) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:31 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25832 5000 1.1369087e-10 10313021 25833 -0.0145274999999921 10312890.6496833 25833 5000 1.1368289e-10 10312891 Loop time of 0.0177412 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:31 2021 Pair time (%) = 0.00125694 (7.08488) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.197549) Outpt time (%) = 0.0163419 (92.1128) Other time (%) = 0.000107288 (0.604741) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:31 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25833 5000 1.1368289e-10 10312831 25834 -0.0145274999999921 10312700.5206395 25834 5000 1.1367491e-10 10312701 Loop time of 0.0181899 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:31 2021 Pair time (%) = 0.00142813 (7.85121) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.214958) Outpt time (%) = 0.0165899 (91.2038) Other time (%) = 0.000132799 (0.730071) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:31 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25834 5000 1.1367491e-10 10312641 25835 -0.0145274999999921 10312510.4015393 25835 5000 1.1366693e-10 10312510 Loop time of 0.0179582 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:31 2021 Pair time (%) = 0.00122404 (6.81607) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.189852) Outpt time (%) = 0.016602 (92.4484) Other time (%) = 9.799e-05 (0.545657) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:31 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25835 5000 1.1366693e-10 10312451 25836 -0.0145274999999921 10312320.2923808 25836 5000 1.1365895e-10 10312320 Loop time of 0.0180202 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:31 2021 Pair time (%) = 0.00125408 (6.95933) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.189198) Outpt time (%) = 0.016629 (92.2799) Other time (%) = 0.000102997 (0.571565) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:31 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25836 5000 1.1365895e-10 10312261 25837 -0.0145274999999921 10312130.1931627 25837 5000 1.1365097e-10 10312130 Loop time of 0.017731 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:31 2021 Pair time (%) = 0.00123096 (6.94241) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.197663) Outpt time (%) = 0.0163581 (92.2575) Other time (%) = 0.000106812 (0.602402) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:31 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25837 5000 1.1365097e-10 10312071 25838 -0.0145274999999921 10311940.1038835 25838 5000 1.1364299e-10 10311940 Loop time of 0.0182252 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:31 2021 Pair time (%) = 0.00150585 (8.26247) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.213234) Outpt time (%) = 0.0165431 (90.7708) Other time (%) = 0.000137329 (0.753512) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:31 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25838 5000 1.1364299e-10 10311881 25839 -0.0145274999999921 10311750.024542 25839 5000 1.1363501e-10 10311750 Loop time of 0.01809 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:31 2021 Pair time (%) = 0.00127482 (7.04712) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.192422) Outpt time (%) = 0.0166769 (92.1885) Other time (%) = 0.000103474 (0.571993) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:31 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25839 5000 1.1363501e-10 10311691 25840 -0.0145274999999921 10311559.9551369 25840 5000 1.1362704e-10 10311560 Loop time of 0.020642 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:31 2021 Pair time (%) = 0.00121903 (5.90559) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.165167) Outpt time (%) = 0.019289 (93.4453) Other time (%) = 9.98974e-05 (0.483951) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:31 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25840 5000 1.1362704e-10 10311500 25841 -0.0145274999999921 10311369.8956671 25841 5000 1.1361906e-10 10311370 Loop time of 0.017874 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:31 2021 Pair time (%) = 0.0012219 (6.83616) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.18541) Outpt time (%) = 0.016521 (92.4302) Other time (%) = 9.799e-05 (0.548227) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:31 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25841 5000 1.1361906e-10 10311310 25842 -0.0145274999999921 10311179.8461316 25842 5000 1.1361109e-10 10311180 Loop time of 0.0178218 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:31 2021 Pair time (%) = 0.00126505 (7.09833) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.202007) Outpt time (%) = 0.016413 (92.095) Other time (%) = 0.000107765 (0.604682) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:31 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25842 5000 1.1361109e-10 10311120 25843 -0.0145274999999921 10310989.8065289 25843 5000 1.1360311e-10 10310990 Loop time of 0.018151 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:31 2021 Pair time (%) = 0.00141716 (7.80759) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.208851) Outpt time (%) = 0.0165629 (91.2506) Other time (%) = 0.000133038 (0.732947) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:31 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25843 5000 1.1360311e-10 10310930 25844 -0.0145274999999921 10310799.7768579 25844 5000 1.1359514e-10 10310800 Loop time of 0.018049 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:31 2021 Pair time (%) = 0.00125003 (6.92575) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.19418) Outpt time (%) = 0.0166619 (92.3147) Other time (%) = 0.000102043 (0.565367) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:31 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25844 5000 1.1359514e-10 10310740 25845 -0.0145274999999921 10310609.7571178 25845 5000 1.1358717e-10 10310610 Loop time of 0.0179989 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:31 2021 Pair time (%) = 0.00132203 (7.34505) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.19472) Outpt time (%) = 0.016535 (91.8668) Other time (%) = 0.000106812 (0.593433) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:31 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25845 5000 1.1358717e-10 10310550 25846 -0.0145274999999921 10310419.7473071 25846 5000 1.135792e-10 10310420 Loop time of 0.017761 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:31 2021 Pair time (%) = 0.00126982 (7.14947) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.197329) Outpt time (%) = 0.0163529 (92.072) Other time (%) = 0.000103235 (0.581247) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:31 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25846 5000 1.135792e-10 10310360 25847 -0.0145274999999921 10310229.7474249 25847 5000 1.1357123e-10 10310230 Loop time of 0.0206871 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:31 2021 Pair time (%) = 0.00146699 (7.09132) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.18901) Outpt time (%) = 0.019001 (91.8495) Other time (%) = 0.000180006 (0.870136) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:31 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25847 5000 1.1357123e-10 10310170 25848 -0.0145274999999921 10310039.7574699 25848 5000 1.1356326e-10 10310040 Loop time of 0.020864 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:31 2021 Pair time (%) = 0.00150704 (7.22317) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.16341) Outpt time (%) = 0.0192261 (92.1495) Other time (%) = 9.67979e-05 (0.463947) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:31 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25848 5000 1.1356326e-10 10309980 25849 -0.0145274999999921 10309849.7774412 25849 5000 1.135553e-10 10309850 Loop time of 0.018698 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:31 2021 Pair time (%) = 0.00122309 (6.54128) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.18234) Outpt time (%) = 0.0173481 (92.7804) Other time (%) = 9.27448e-05 (0.496015) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:31 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25849 5000 1.135553e-10 10309790 25850 -0.0145274999999921 10309659.8073375 25850 5000 1.1354733e-10 10309660 Loop time of 0.0208039 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:31 2021 Pair time (%) = 0.00125194 (6.01779) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.158152) Outpt time (%) = 0.0194092 (93.2957) Other time (%) = 0.000109911 (0.528318) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:31 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25850 5000 1.1354733e-10 10309600 25851 -0.0145274999999921 10309469.8471578 25851 5000 1.1353936e-10 10309470 Loop time of 0.0180008 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:32 2021 Pair time (%) = 0.00123715 (6.87276) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.194699) Outpt time (%) = 0.016629 (92.3789) Other time (%) = 9.9659e-05 (0.553635) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:32 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25851 5000 1.1353936e-10 10309410 25852 -0.0145274999999921 10309279.8969007 25852 5000 1.135314e-10 10309280 Loop time of 0.017782 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:32 2021 Pair time (%) = 0.00122309 (6.87824) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.191733) Outpt time (%) = 0.016428 (92.3857) Other time (%) = 9.67979e-05 (0.54436) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:32 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25852 5000 1.135314e-10 10309220 25853 -0.0145274999999921 10309089.9565656 25853 5000 1.1352344e-10 10309090 Loop time of 0.017828 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:32 2021 Pair time (%) = 0.00129318 (7.25366) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.201936) Outpt time (%) = 0.016392 (91.9453) Other time (%) = 0.000106812 (0.599123) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:32 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25853 5000 1.1352344e-10 10309030 25854 -0.0145274999999921 10308900.0261511 25854 5000 1.1351547e-10 10308900 Loop time of 0.018141 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:32 2021 Pair time (%) = 0.00133491 (7.35849) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.21028) Outpt time (%) = 0.0166531 (91.7978) Other time (%) = 0.000114918 (0.633469) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:32 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25854 5000 1.1351547e-10 10308841 25855 -0.0145274999999921 10308710.105656 25855 5000 1.1350751e-10 10308710 Loop time of 0.0180349 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:32 2021 Pair time (%) = 0.00122499 (6.79234) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.182434) Outpt time (%) = 0.016679 (92.4819) Other time (%) = 9.799e-05 (0.543335) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:32 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25855 5000 1.1350751e-10 10308651 25856 -0.0145274999999921 10308520.1950793 25856 5000 1.1349955e-10 10308520 Loop time of 0.0177901 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:32 2021 Pair time (%) = 0.00122404 (6.88047) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.190305) Outpt time (%) = 0.0164351 (92.3838) Other time (%) = 9.70364e-05 (0.545452) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:32 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25856 5000 1.1349955e-10 10308461 25857 -0.0145274999999921 10308330.29442 25857 5000 1.1349159e-10 10308330 Loop time of 0.0177839 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:32 2021 Pair time (%) = 0.00128412 (7.22071) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.197075) Outpt time (%) = 0.0163579 (91.9816) Other time (%) = 0.000106812 (0.600609) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:32 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25857 5000 1.1349159e-10 10308271 25858 -0.0145274999999921 10308140.403677 25858 5000 1.1348363e-10 10308140 Loop time of 0.0181561 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:32 2021 Pair time (%) = 0.0013032 (7.17775) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.187782) Outpt time (%) = 0.016705 (92.0081) Other time (%) = 0.000113726 (0.626379) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:32 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25858 5000 1.1348363e-10 10308081 25859 -0.0145274999999921 10307950.5228492 25859 5000 1.1347567e-10 10307951 Loop time of 0.01808 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:32 2021 Pair time (%) = 0.00123191 (6.81366) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.187254) Outpt time (%) = 0.0167141 (92.4452) Other time (%) = 0.000100136 (0.553849) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:32 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25859 5000 1.1347567e-10 10307891 25860 -0.0145274999999921 10307760.6519352 25860 5000 1.1346772e-10 10307761 Loop time of 0.0206521 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:32 2021 Pair time (%) = 0.0012219 (5.91658) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.165087) Outpt time (%) = 0.0192962 (93.4346) Other time (%) = 9.98974e-05 (0.483716) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:32 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25860 5000 1.1346772e-10 10307701 25861 -0.0145274999999921 10307570.7909344 25861 5000 1.1345976e-10 10307571 Loop time of 0.0177481 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:32 2021 Pair time (%) = 0.00123191 (6.94107) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.202845) Outpt time (%) = 0.0163729 (92.2516) Other time (%) = 0.000107288 (0.604506) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:32 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25861 5000 1.1345976e-10 10307511 25862 -0.0145274999999921 10307380.9398452 25862 5000 1.1345181e-10 10307381 Loop time of 0.018178 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:32 2021 Pair time (%) = 0.00149298 (8.21311) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.225592) Outpt time (%) = 0.0165071 (90.8085) Other time (%) = 0.000136852 (0.752846) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:32 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25862 5000 1.1345181e-10 10307321 25863 -0.0145274999999921 10307191.0986668 25863 5000 1.1344385e-10 10307191 Loop time of 0.018079 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:32 2021 Pair time (%) = 0.0012691 (7.01974) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.209682) Outpt time (%) = 0.0166681 (92.1956) Other time (%) = 0.000103951 (0.574978) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:32 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25863 5000 1.1344385e-10 10307132 25864 -0.0145274999999921 10307001.2673984 25864 5000 1.134359e-10 10307001 Loop time of 0.018018 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:32 2021 Pair time (%) = 0.00121689 (6.75373) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.183928) Outpt time (%) = 0.0166709 (92.5238) Other time (%) = 9.70364e-05 (0.538552) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:32 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25864 5000 1.134359e-10 10306942 25865 -0.0145274999999921 10306811.4460693 25865 5000 1.1342794e-10 10306811 Loop time of 0.0177031 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:32 2021 Pair time (%) = 0.00122595 (6.92507) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.191241) Outpt time (%) = 0.016345 (92.3288) Other time (%) = 9.82285e-05 (0.554867) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:32 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25865 5000 1.1342794e-10 10306752 25866 -0.0145274999999921 10306621.6347532 25866 5000 1.1341999e-10 10306622 Loop time of 0.0180659 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:32 2021 Pair time (%) = 0.00145793 (8.07005) Neigh time (%) = 0 (0) Comm time (%) = 4.48227e-05 (0.248106) Outpt time (%) = 0.0164039 (90.8003) Other time (%) = 0.000159264 (0.881569) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:32 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25866 5000 1.1341999e-10 10306562 25867 -0.0145274999999921 10306431.8334027 25867 5000 1.1341204e-10 10306432 Loop time of 0.0180411 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:32 2021 Pair time (%) = 0.00126505 (7.01203) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.194265) Outpt time (%) = 0.0166352 (92.207) Other time (%) = 0.000105858 (0.586758) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:32 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25867 5000 1.1341204e-10 10306372 25868 -0.0145274999999921 10306242.0420024 25868 5000 1.1340409e-10 10306242 Loop time of 0.0179858 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:32 2021 Pair time (%) = 0.0012219 (6.79366) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.184257) Outpt time (%) = 0.016634 (92.4839) Other time (%) = 9.67979e-05 (0.53819) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:32 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25868 5000 1.1340409e-10 10306183 25869 -0.0145274999999921 10306052.260544 25869 5000 1.1339614e-10 10306052 Loop time of 0.018034 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:32 2021 Pair time (%) = 0.00124002 (6.87599) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.189053) Outpt time (%) = 0.0166631 (92.3982) Other time (%) = 9.67979e-05 (0.536753) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:32 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25869 5000 1.1339614e-10 10305993 25870 -0.0145274999999921 10305862.4890218 25870 5000 1.133882e-10 10305862 Loop time of 0.0208528 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:32 2021 Pair time (%) = 0.00122809 (5.88935) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.163498) Outpt time (%) = 0.01949 (93.4647) Other time (%) = 0.000100613 (0.48249) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:32 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25870 5000 1.133882e-10 10305803 25871 -0.0145274999999921 10305672.7274316 25871 5000 1.1338025e-10 10305673 Loop time of 0.0182362 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:32 2021 Pair time (%) = 0.00140905 (7.7267) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.209183) Outpt time (%) = 0.0166512 (91.3084) Other time (%) = 0.000137806 (0.755674) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:32 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25871 5000 1.1338025e-10 10305613 25872 -0.0145274999999921 10305482.9757699 25872 5000 1.133723e-10 10305483 Loop time of 0.0179691 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:32 2021 Pair time (%) = 0.00122094 (6.79466) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.183102) Outpt time (%) = 0.0166168 (92.4743) Other time (%) = 9.84669e-05 (0.547978) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:32 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25872 5000 1.133723e-10 10305424 25873 -0.0145274999999921 10305293.2340338 25873 5000 1.1336436e-10 10305293 Loop time of 0.017911 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:32 2021 Pair time (%) = 0.00123811 (6.91257) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.185027) Outpt time (%) = 0.0165441 (92.3686) Other time (%) = 9.56059e-05 (0.533784) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:32 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25873 5000 1.1336436e-10 10305234 25874 -0.0145274999999921 10305103.5022205 25874 5000 1.1335641e-10 10305104 Loop time of 0.0178339 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:32 2021 Pair time (%) = 0.00123882 (6.94643) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.196521) Outpt time (%) = 0.0164471 (92.2234) Other time (%) = 0.00011301 (0.633681) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:32 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25874 5000 1.1335641e-10 10305044 25875 -0.0145274999999921 10304913.7803278 25875 5000 1.1334847e-10 10304914 Loop time of 0.0182261 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:32 2021 Pair time (%) = 0.00148606 (8.15347) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.20799) Outpt time (%) = 0.0165472 (90.7883) Other time (%) = 0.000154972 (0.850273) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:32 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25875 5000 1.1334847e-10 10304854 25876 -0.0145274999999921 10304724.0683536 25876 5000 1.1334053e-10 10304724 Loop time of 0.0180242 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:32 2021 Pair time (%) = 0.00122595 (6.80168) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.189156) Outpt time (%) = 0.016665 (92.4589) Other time (%) = 9.91821e-05 (0.550272) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:32 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25876 5000 1.1334053e-10 10304665 25877 -0.0145274999999921 10304534.3662957 25877 5000 1.1333259e-10 10304534 Loop time of 0.017983 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:32 2021 Pair time (%) = 0.00123596 (6.87296) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.182961) Outpt time (%) = 0.0166149 (92.3925) Other time (%) = 9.91821e-05 (0.551534) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:32 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25877 5000 1.1333259e-10 10304475 25878 -0.0145274999999921 10304344.6741521 25878 5000 1.1332465e-10 10304345 Loop time of 0.0178151 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:32 2021 Pair time (%) = 0.00124907 (7.01132) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.191376) Outpt time (%) = 0.0164289 (92.2192) Other time (%) = 0.000102997 (0.578143) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:32 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25878 5000 1.1332465e-10 10304285 25879 -0.0145274999999921 10304154.9919213 25879 5000 1.1331671e-10 10304155 Loop time of 0.0181689 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:32 2021 Pair time (%) = 0.00150013 (8.25657) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.215206) Outpt time (%) = 0.0164959 (90.7921) Other time (%) = 0.000133753 (0.736163) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:32 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25879 5000 1.1331671e-10 10304096 25880 -0.0145274999999921 10303965.3196012 25880 5000 1.1330877e-10 10303965 Loop time of 0.020961 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:32 2021 Pair time (%) = 0.00134301 (6.40718) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.171753) Outpt time (%) = 0.0194709 (92.891) Other time (%) = 0.000111103 (0.530045) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:32 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25880 5000 1.1330877e-10 10303906 25881 -0.0145274999999921 10303775.6571905 25881 5000 1.1330083e-10 10303776 Loop time of 0.018043 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:32 2021 Pair time (%) = 0.00122905 (6.81176) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.182352) Outpt time (%) = 0.0166831 (92.4628) Other time (%) = 9.799e-05 (0.54309) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:32 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25881 5000 1.1330083e-10 10303716 25882 -0.0145274999999921 10303586.0046876 25882 5000 1.1329289e-10 10303586 Loop time of 0.0179019 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:32 2021 Pair time (%) = 0.00122499 (6.84282) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.185121) Outpt time (%) = 0.0165441 (92.4154) Other time (%) = 9.9659e-05 (0.556695) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:32 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25882 5000 1.1329289e-10 10303527 25883 -0.0145274999999921 10303396.3620905 25883 5000 1.1328496e-10 10303396 Loop time of 0.0178211 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:32 2021 Pair time (%) = 0.00125003 (7.01433) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.202015) Outpt time (%) = 0.0164261 (92.1723) Other time (%) = 0.000108957 (0.611396) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:32 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25883 5000 1.1328496e-10 10303337 25884 -0.0145274999999921 10303206.7293982 25884 5000 1.1327702e-10 10303207 Loop time of 0.0181179 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:32 2021 Pair time (%) = 0.00135803 (7.49553) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.205285) Outpt time (%) = 0.0165939 (91.5886) Other time (%) = 0.000128746 (0.710601) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:32 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25884 5000 1.1327702e-10 10303147 25885 -0.0145274999999921 10303017.1065401 25885 5000 1.1326909e-10 10303017 Loop time of 0.0180089 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:32 2021 Pair time (%) = 0.00121784 (6.76243) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.182697) Outpt time (%) = 0.0166578 (92.4975) Other time (%) = 0.000100374 (0.557358) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:32 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25885 5000 1.1326909e-10 10302958 25886 -0.0145274999999921 10302827.493571 25886 5000 1.1326116e-10 10302827 Loop time of 0.0178761 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:32 2021 Pair time (%) = 0.0012219 (6.83534) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.189389) Outpt time (%) = 0.01652 (92.4138) Other time (%) = 0.000100374 (0.561498) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:32 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25886 5000 1.1326116e-10 10302768 25887 -0.0145274999999921 10302637.8904985 25887 5000 1.1325322e-10 10302638 Loop time of 0.017756 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:32 2021 Pair time (%) = 0.00124979 (7.0387) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.192013) Outpt time (%) = 0.016366 (92.1718) Other time (%) = 0.000106096 (0.597524) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:32 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25887 5000 1.1325322e-10 10302578 25888 -0.0145274999999921 10302448.2973213 25888 5000 1.1324529e-10 10302448 Loop time of 0.0217459 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:32 2021 Pair time (%) = 0.00177717 (8.17244) Neigh time (%) = 0 (0) Comm time (%) = 4.19617e-05 (0.192963) Outpt time (%) = 0.0190721 (87.7041) Other time (%) = 0.000854731 (3.93053) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:32 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25888 5000 1.1324529e-10 10302389 25889 -0.0145274999999921 10302258.7140383 25889 5000 1.1323736e-10 10302259 Loop time of 0.0197799 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:32 2021 Pair time (%) = 0.00149322 (7.54915) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.166339) Outpt time (%) = 0.018157 (91.7951) Other time (%) = 9.67979e-05 (0.489375) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:32 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25889 5000 1.1323736e-10 10302199 25890 -0.0145274999999921 10302069.140648 25890 5000 1.1322943e-10 10302069 Loop time of 0.02126 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:32 2021 Pair time (%) = 0.00149107 (7.01349) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.154759) Outpt time (%) = 0.0196419 (92.3888) Other time (%) = 9.41753e-05 (0.442969) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:32 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25890 5000 1.1322943e-10 10302010 25891 -0.0145274999999921 10301879.5771495 25891 5000 1.1322151e-10 10301880 Loop time of 0.017921 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:32 2021 Pair time (%) = 0.00134516 (7.50605) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.212862) Outpt time (%) = 0.0164239 (91.6465) Other time (%) = 0.000113726 (0.634595) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:32 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25891 5000 1.1322151e-10 10301820 25892 -0.0145274999999921 10301690.0235412 25892 5000 1.1321358e-10 10301690 Loop time of 0.018096 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:33 2021 Pair time (%) = 0.00129414 (7.15152) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.193676) Outpt time (%) = 0.01665 (92.0092) Other time (%) = 0.000116825 (0.645586) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:33 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25892 5000 1.1321358e-10 10301631 25893 -0.0145274999999921 10301500.4798222 25893 5000 1.1320565e-10 10301500 Loop time of 0.018136 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:33 2021 Pair time (%) = 0.00131583 (7.25535) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.193248) Outpt time (%) = 0.0166771 (91.9559) Other time (%) = 0.000108004 (0.59552) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:33 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25893 5000 1.1320565e-10 10301441 25894 -0.0145274999999921 10301310.945991 25894 5000 1.1319773e-10 10301311 Loop time of 0.017916 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:33 2021 Pair time (%) = 0.0012219 (6.82015) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.183645) Outpt time (%) = 0.0165629 (92.4479) Other time (%) = 9.82285e-05 (0.548273) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:33 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25894 5000 1.1319773e-10 10301252 25895 -0.0145274999999921 10301121.4220468 25895 5000 1.131898e-10 10301121 Loop time of 0.0177422 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:33 2021 Pair time (%) = 0.00125504 (7.07375) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.202913) Outpt time (%) = 0.0163462 (92.1321) Other time (%) = 0.000104904 (0.591271) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:33 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25895 5000 1.131898e-10 10301062 25896 -0.0145274999999921 10300931.907988 25896 5000 1.1318188e-10 10300932 Loop time of 0.018255 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:33 2021 Pair time (%) = 0.00136709 (7.48887) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.197213) Outpt time (%) = 0.0167279 (91.6348) Other time (%) = 0.000123978 (0.679144) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:28:33 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25896 5000 1.1318188e-10 10300872 25897 -0.0145274999999921 10300717.0366037 25897 5000 2.2311369e-10 10301057 Loop time of 0.0176542 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:33 2021 Pair time (%) = 0.00128818 (7.29672) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.198523) Outpt time (%) = 0.0162032 (91.7809) Other time (%) = 0.000127792 (0.723865) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:33 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25897 5000 2.2311369e-10 10374515 25898 -0.0145599999999921 10374343.45857 25898 5000 1.7946605e-10 10374343 Loop time of 0.0176411 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:33 2021 Pair time (%) = 0.00122499 (6.94399) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.186507) Outpt time (%) = 0.0162859 (92.3181) Other time (%) = 9.72748e-05 (0.551411) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:33 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25898 5000 1.7946605e-10 10374263 25899 -0.0145599999999921 10374106.3398964 25899 5000 1.5419681e-10 10374106 Loop time of 0.017607 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:33 2021 Pair time (%) = 0.0012579 (7.14431) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.204471) Outpt time (%) = 0.016207 (92.0486) Other time (%) = 0.000106096 (0.602581) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:33 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25899 5000 1.5419681e-10 10374033 25900 -0.0145599999999921 10373885.9221349 25900 5000 1.3913361e-10 10373886 Loop time of 0.0208862 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:33 2021 Pair time (%) = 0.00142694 (6.83196) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.176935) Outpt time (%) = 0.019285 (92.3336) Other time (%) = 0.000137329 (0.657512) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:33 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25900 5000 1.3913361e-10 10373818 25901 -0.0145599999999921 10373676.1215695 25901 5000 1.2996124e-10 10373676 Loop time of 0.0179989 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:33 2021 Pair time (%) = 0.00130892 (7.2722) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.19472) Outpt time (%) = 0.0165379 (91.8827) Other time (%) = 0.000117064 (0.650391) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:33 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25901 5000 1.2996124e-10 10373611 25902 -0.0145599999999921 10373473.0719984 25902 5000 1.2429214e-10 10373473 Loop time of 0.0179 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:33 2021 Pair time (%) = 0.00122499 (6.84355) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.190469) Outpt time (%) = 0.0165431 (92.4199) Other time (%) = 9.77516e-05 (0.546099) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:33 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25902 5000 1.2429214e-10 10373410 25903 -0.0145599999999921 10373274.3164212 25903 5000 1.2075228e-10 10373274 Loop time of 0.0176499 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:33 2021 Pair time (%) = 0.00122905 (6.96349) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.191817) Outpt time (%) = 0.016289 (92.2895) Other time (%) = 9.799e-05 (0.555188) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:33 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25903 5000 1.2075228e-10 10373212 25904 -0.0145599999999921 10373078.2933853 25904 5000 1.1852634e-10 10373078 Loop time of 0.0177641 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:33 2021 Pair time (%) = 0.00132918 (7.48242) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.197294) Outpt time (%) = 0.0162911 (91.7083) Other time (%) = 0.000108719 (0.612015) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:33 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25904 5000 1.1852634e-10 10373017 25905 -0.0145599999999921 10372884.010568 25905 5000 1.1711955e-10 10372884 Loop time of 0.0181508 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:33 2021 Pair time (%) = 0.00130105 (7.168) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.203599) Outpt time (%) = 0.016706 (92.0399) Other time (%) = 0.000106812 (0.588467) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:33 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25905 5000 1.1711955e-10 10372823 25906 -0.0145599999999921 10372690.8373348 25906 5000 1.1622695e-10 10372691 Loop time of 0.0180039 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:33 2021 Pair time (%) = 0.00122619 (6.81066) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.182748) Outpt time (%) = 0.0166471 (92.4636) Other time (%) = 9.77516e-05 (0.542946) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:33 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25906 5000 1.1622695e-10 10372630 25907 -0.0145599999999921 10372498.3729101 25907 5000 1.1565851e-10 10372498 Loop time of 0.0179679 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:33 2021 Pair time (%) = 0.00126386 (7.03396) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.189748) Outpt time (%) = 0.016567 (92.2031) Other time (%) = 0.000102997 (0.573226) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:33 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25907 5000 1.1565851e-10 10372438 25908 -0.0145599999999921 10372306.3625958 25908 5000 1.1529505e-10 10372306 Loop time of 0.0178721 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:33 2021 Pair time (%) = 0.00129294 (7.23443) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.201438) Outpt time (%) = 0.0164361 (91.9652) Other time (%) = 0.00010705 (0.598978) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:33 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25908 5000 1.1529505e-10 10372246 25909 -0.0145599999999921 10372114.644528 25909 5000 1.1506142e-10 10372115 Loop time of 0.018368 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:33 2021 Pair time (%) = 0.00137091 (7.46356) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.207682) Outpt time (%) = 0.01683 (91.6265) Other time (%) = 0.000128984 (0.702223) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:33 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25909 5000 1.1506142e-10 10372055 25910 -0.0145599999999921 10371923.1158396 25910 5000 1.1491013e-10 10371923 Loop time of 0.0210941 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:33 2021 Pair time (%) = 0.0012331 (5.84572) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.157107) Outpt time (%) = 0.019731 (93.5383) Other time (%) = 9.67979e-05 (0.458887) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:33 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25910 5000 1.1491013e-10 10371863 25911 -0.0145599999999921 10371731.7111569 25911 5000 1.1481109e-10 10371732 Loop time of 0.01823 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:33 2021 Pair time (%) = 0.0012641 (6.93416) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.197484) Outpt time (%) = 0.0168221 (92.2772) Other time (%) = 0.000107765 (0.591143) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:33 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25911 5000 1.1481109e-10 10371672 25912 -0.0145599999999921 10371540.3889334 25912 5000 1.1474524e-10 10371540 Loop time of 0.0177991 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:33 2021 Pair time (%) = 0.00123 (6.91045) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.191548) Outpt time (%) = 0.0164368 (92.3461) Other time (%) = 9.82285e-05 (0.551872) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:33 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25912 5000 1.1474524e-10 10371480 25913 -0.0145599999999921 10371349.1227654 25913 5000 1.1470047e-10 10371349 Loop time of 0.0179 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:33 2021 Pair time (%) = 0.00130105 (7.26844) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.195796) Outpt time (%) = 0.016453 (91.9164) Other time (%) = 0.000110865 (0.619356) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:33 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25913 5000 1.1470047e-10 10371289 25914 -0.0145599999999921 10371157.8958721 25914 5000 1.1466909e-10 10371158 Loop time of 0.018116 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:33 2021 Pair time (%) = 0.00130916 (7.22652) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.198726) Outpt time (%) = 0.016664 (91.9852) Other time (%) = 0.000106812 (0.589598) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:33 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25914 5000 1.1466909e-10 10371098 25915 -0.0145599999999921 10370966.6975889 25915 5000 1.1464621e-10 10370967 Loop time of 0.0179842 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:33 2021 Pair time (%) = 0.00122404 (6.80622) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.182949) Outpt time (%) = 0.0166309 (92.4752) Other time (%) = 9.63211e-05 (0.535589) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:33 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25915 5000 1.1464621e-10 10370907 25916 -0.0145599999999921 10370775.5211375 25916 5000 1.1462874e-10 10370776 Loop time of 0.0179369 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:33 2021 Pair time (%) = 0.00122499 (6.82945) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.18343) Outpt time (%) = 0.0165811 (92.4408) Other time (%) = 9.799e-05 (0.546303) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:33 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25916 5000 1.1462874e-10 10370716 25917 -0.0145599999999921 10370584.3622095 25917 5000 1.1461471e-10 10370584 Loop time of 0.0177948 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:33 2021 Pair time (%) = 0.00127721 (7.17741) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.196953) Outpt time (%) = 0.0163729 (92.0093) Other time (%) = 0.000109673 (0.616316) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:33 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25917 5000 1.1461471e-10 10370524 25918 -0.0145599999999921 10370393.2180666 25918 5000 1.1460286e-10 10370393 Loop time of 0.018168 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:33 2021 Pair time (%) = 0.00138402 (7.61791) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.198158) Outpt time (%) = 0.016618 (91.4687) Other time (%) = 0.000129938 (0.715204) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:33 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25918 5000 1.1460286e-10 10370333 25919 -0.0145599999999921 10370202.0869675 25919 5000 1.1459239e-10 10370202 Loop time of 0.0180371 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:33 2021 Pair time (%) = 0.00122809 (6.80872) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.182412) Outpt time (%) = 0.016679 (92.4709) Other time (%) = 9.70364e-05 (0.537983) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:33 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25919 5000 1.1459239e-10 10370142 25920 -0.0145599999999921 10370010.9678055 25920 5000 1.1458281e-10 10370011 Loop time of 0.0206931 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:33 2021 Pair time (%) = 0.0012269 (5.92905) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.158999) Outpt time (%) = 0.01934 (93.4615) Other time (%) = 9.32217e-05 (0.450497) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:33 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25920 5000 1.1458281e-10 10369951 25921 -0.0145599999999921 10369819.8598765 25921 5000 1.1457379e-10 10369820 Loop time of 0.0178862 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:33 2021 Pair time (%) = 0.00123715 (6.91682) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.195948) Outpt time (%) = 0.0165091 (92.3007) Other time (%) = 0.000104904 (0.58651) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:33 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25921 5000 1.1457379e-10 10369760 25922 -0.0145599999999921 10369628.7627326 25922 5000 1.1456513e-10 10369629 Loop time of 0.0179541 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:33 2021 Pair time (%) = 0.00142407 (7.93174) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.211141) Outpt time (%) = 0.0163732 (91.1945) Other time (%) = 0.000118971 (0.662639) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:33 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25922 5000 1.1456513e-10 10369569 25923 -0.0145599999999921 10369437.6760883 25923 5000 1.145567e-10 10369438 Loop time of 0.01807 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:33 2021 Pair time (%) = 0.00127697 (7.0668) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.188677) Outpt time (%) = 0.0166531 (92.1587) Other time (%) = 0.000105858 (0.585822) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:33 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25923 5000 1.145567e-10 10369378 25924 -0.0145599999999921 10369246.599762 25924 5000 1.1454841e-10 10369247 Loop time of 0.018043 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:33 2021 Pair time (%) = 0.00123215 (6.82893) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.183673) Outpt time (%) = 0.0166821 (92.4575) Other time (%) = 9.56059e-05 (0.529877) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:33 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25924 5000 1.1454841e-10 10369187 25925 -0.0145599999999921 10369055.5336376 25925 5000 1.1454021e-10 10369056 Loop time of 0.0177302 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:33 2021 Pair time (%) = 0.0012219 (6.89159) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.185569) Outpt time (%) = 0.0163782 (92.3742) Other time (%) = 9.72748e-05 (0.548638) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:33 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25925 5000 1.1454021e-10 10368996 25926 -0.0145599999999921 10368864.4776408 25926 5000 1.1453207e-10 10368864 Loop time of 0.017909 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:33 2021 Pair time (%) = 0.00132608 (7.40455) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.201022) Outpt time (%) = 0.0164418 (91.8073) Other time (%) = 0.000105143 (0.587092) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:33 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25926 5000 1.1453207e-10 10368805 25927 -0.0145599999999921 10368673.4317239 25927 5000 1.1452397e-10 10368673 Loop time of 0.018141 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:33 2021 Pair time (%) = 0.00130987 (7.22049) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.198452) Outpt time (%) = 0.0166881 (91.991) Other time (%) = 0.00010705 (0.590098) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:33 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25927 5000 1.1452397e-10 10368613 25928 -0.0145599999999921 10368482.3958557 25928 5000 1.1451589e-10 10368482 Loop time of 0.017993 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:33 2021 Pair time (%) = 0.00122619 (6.81481) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.182859) Outpt time (%) = 0.0166368 (92.463) Other time (%) = 9.70364e-05 (0.539301) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:33 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25928 5000 1.1451589e-10 10368422 25929 -0.0145599999999921 10368291.3700165 25929 5000 1.1450783e-10 10368291 Loop time of 0.0200489 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:33 2021 Pair time (%) = 0.0012269 (6.11956) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.165297) Outpt time (%) = 0.0186901 (93.2228) Other time (%) = 9.87053e-05 (0.492324) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:33 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25929 5000 1.1450783e-10 10368231 25930 -0.0145599999999921 10368100.3541929 25930 5000 1.1449978e-10 10368100 Loop time of 0.023751 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:33 2021 Pair time (%) = 0.00148797 (6.26487) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.143547) Outpt time (%) = 0.0221369 (93.2041) Other time (%) = 9.20296e-05 (0.387476) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:33 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25930 5000 1.1449978e-10 10368040 25931 -0.0145599999999921 10367909.3483758 25931 5000 1.1449174e-10 10367909 Loop time of 0.0187142 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:33 2021 Pair time (%) = 0.00122499 (6.54581) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.175812) Outpt time (%) = 0.0173609 (92.7688) Other time (%) = 9.53674e-05 (0.5096) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:33 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25931 5000 1.1449174e-10 10367849 25932 -0.0145599999999921 10367718.3525592 25932 5000 1.144837e-10 10367718 Loop time of 0.018199 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:33 2021 Pair time (%) = 0.00123191 (6.76911) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.180789) Outpt time (%) = 0.016572 (91.0601) Other time (%) = 0.000362158 (1.98999) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:33 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25932 5000 1.144837e-10 10367658 25933 -0.0145599999999921 10367527.3667385 25933 5000 1.1447566e-10 10367527 Loop time of 0.0180571 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:34 2021 Pair time (%) = 0.0013361 (7.39929) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.209937) Outpt time (%) = 0.0165741 (91.7874) Other time (%) = 0.000108957 (0.603404) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:34 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25933 5000 1.1447566e-10 10367467 25934 -0.0145599999999921 10367336.3909105 25934 5000 1.1446763e-10 10367336 Loop time of 0.0177839 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:34 2021 Pair time (%) = 0.00127792 (7.18585) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.202437) Outpt time (%) = 0.0163641 (92.0165) Other time (%) = 0.000105858 (0.595246) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:34 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25934 5000 1.1446763e-10 10367276 25935 -0.0145599999999921 10367145.4250726 25935 5000 1.144596e-10 10367145 Loop time of 0.01826 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:34 2021 Pair time (%) = 0.001441 (7.89158) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.207604) Outpt time (%) = 0.016644 (91.15) Other time (%) = 0.000137091 (0.75077) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:34 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25935 5000 1.144596e-10 10367086 25936 -0.0145599999999921 10366954.4692229 25936 5000 1.1445157e-10 10366954 Loop time of 0.017983 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:34 2021 Pair time (%) = 0.00122499 (6.81197) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.184287) Outpt time (%) = 0.016628 (92.4655) Other time (%) = 9.67979e-05 (0.538276) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:34 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25936 5000 1.1445157e-10 10366895 25937 -0.0145599999999921 10366763.523359 25937 5000 1.1444354e-10 10366764 Loop time of 0.0180321 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:34 2021 Pair time (%) = 0.00125194 (6.94283) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.189073) Outpt time (%) = 0.0166419 (92.2903) Other time (%) = 0.000104189 (0.577798) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:34 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25937 5000 1.1444354e-10 10366704 25938 -0.0145599999999921 10366572.5874798 25938 5000 1.1443551e-10 10366573 Loop time of 0.017736 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:34 2021 Pair time (%) = 0.00123191 (6.94583) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.19223) Outpt time (%) = 0.016367 (92.2812) Other time (%) = 0.000102997 (0.580723) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:34 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25938 5000 1.1443551e-10 10366513 25939 -0.0145599999999921 10366381.6615837 25939 5000 1.1442749e-10 10366382 Loop time of 0.0180199 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:34 2021 Pair time (%) = 0.00141597 (7.85779) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.205078) Outpt time (%) = 0.0164459 (91.265) Other time (%) = 0.000121117 (0.672127) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:34 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25939 5000 1.1442749e-10 10366322 25940 -0.0145599999999921 10366190.7456689 25940 5000 1.1441946e-10 10366191 Loop time of 0.0208371 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:34 2021 Pair time (%) = 0.0012641 (6.06657) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.163621) Outpt time (%) = 0.0194371 (93.2812) Other time (%) = 0.000101805 (0.488575) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:34 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25940 5000 1.1441946e-10 10366131 25941 -0.0145599999999921 10365999.8397346 25941 5000 1.1441144e-10 10366000 Loop time of 0.0179729 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:34 2021 Pair time (%) = 0.00122619 (6.8224) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.189695) Outpt time (%) = 0.0166159 (92.4493) Other time (%) = 9.67979e-05 (0.538576) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:34 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25941 5000 1.1441144e-10 10365940 25942 -0.0145599999999921 10365808.9437787 25942 5000 1.1440342e-10 10365809 Loop time of 0.017909 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:34 2021 Pair time (%) = 0.00123596 (6.90133) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.190372) Outpt time (%) = 0.016541 (92.3611) Other time (%) = 9.799e-05 (0.547154) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:34 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25942 5000 1.1440342e-10 10365749 25943 -0.0145599999999921 10365618.0578007 25943 5000 1.1439539e-10 10365618 Loop time of 0.0178502 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:34 2021 Pair time (%) = 0.00132084 (7.39959) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.201686) Outpt time (%) = 0.0163851 (91.7923) Other time (%) = 0.000108242 (0.606392) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:34 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25943 5000 1.1439539e-10 10365558 25944 -0.0145599999999921 10365427.1817989 25944 5000 1.1438737e-10 10365427 Loop time of 0.0181072 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:34 2021 Pair time (%) = 0.00130892 (7.22873) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.198823) Outpt time (%) = 0.0166469 (91.9352) Other time (%) = 0.000115395 (0.637287) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:34 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25944 5000 1.1438737e-10 10365367 25945 -0.0145599999999921 10365236.3157719 25945 5000 1.1437935e-10 10365236 Loop time of 0.0180719 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:34 2021 Pair time (%) = 0.00125885 (6.96579) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.193934) Outpt time (%) = 0.016679 (92.2928) Other time (%) = 9.89437e-05 (0.547501) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:34 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25945 5000 1.1437935e-10 10365176 25946 -0.0145599999999921 10365045.4597187 25946 5000 1.1437133e-10 10365045 Loop time of 0.017971 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:34 2021 Pair time (%) = 0.00122499 (6.81649) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.184409) Outpt time (%) = 0.016614 (92.4485) Other time (%) = 9.89437e-05 (0.550573) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:34 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25946 5000 1.1437133e-10 10364986 25947 -0.0145599999999921 10364854.6136378 25947 5000 1.1436332e-10 10364855 Loop time of 0.0178299 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:34 2021 Pair time (%) = 0.00125003 (7.01086) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.201915) Outpt time (%) = 0.0164361 (92.1828) Other time (%) = 0.000107765 (0.604407) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:34 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25947 5000 1.1436332e-10 10364795 25948 -0.0145599999999921 10364663.7775282 25948 5000 1.143553e-10 10364664 Loop time of 0.018146 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:34 2021 Pair time (%) = 0.00135589 (7.47208) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.198397) Outpt time (%) = 0.016633 (91.6621) Other time (%) = 0.000121117 (0.667455) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:34 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25948 5000 1.143553e-10 10364604 25949 -0.0145599999999921 10364472.9513885 25949 5000 1.1434728e-10 10364473 Loop time of 0.0179701 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:34 2021 Pair time (%) = 0.00122404 (6.81155) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.188399) Outpt time (%) = 0.0166152 (92.4601) Other time (%) = 9.70364e-05 (0.539988) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:34 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25949 5000 1.1434728e-10 10364413 25950 -0.0145599999999921 10364282.1352175 25950 5000 1.1433927e-10 10364282 Loop time of 0.0207489 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:34 2021 Pair time (%) = 0.00126004 (6.07283) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.168913) Outpt time (%) = 0.0193489 (93.2527) Other time (%) = 0.000104904 (0.50559) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:34 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25950 5000 1.1433927e-10 10364222 25951 -0.0145599999999921 10364091.3290262 25951 5000 1.1433125e-10 10364091 Loop time of 0.018013 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:34 2021 Pair time (%) = 0.00122094 (6.77811) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.183979) Outpt time (%) = 0.016659 (92.4833) Other time (%) = 9.98974e-05 (0.554585) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:34 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25951 5000 1.1433125e-10 10364031 25952 -0.0145599999999921 10363900.5328821 25952 5000 1.1432324e-10 10363901 Loop time of 0.0181372 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:34 2021 Pair time (%) = 0.00145292 (8.01073) Neigh time (%) = 0 (0) Comm time (%) = 4.50611e-05 (0.248446) Outpt time (%) = 0.0164831 (90.8798) Other time (%) = 0.000156164 (0.861015) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:34 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25952 5000 1.1432324e-10 10363841 25953 -0.0145599999999921 10363709.746751 25953 5000 1.1431523e-10 10363710 Loop time of 0.0180881 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:34 2021 Pair time (%) = 0.00128317 (7.09399) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.183215) Outpt time (%) = 0.016665 (92.1323) Other time (%) = 0.000106812 (0.590507) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:34 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25953 5000 1.1431523e-10 10363650 25954 -0.0145599999999921 10363518.9706185 25954 5000 1.1430721e-10 10363519 Loop time of 0.018029 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:34 2021 Pair time (%) = 0.00122404 (6.7893) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.183816) Outpt time (%) = 0.016675 (92.49) Other time (%) = 9.67979e-05 (0.536902) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:34 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25954 5000 1.1430721e-10 10363459 25955 -0.0145599999999921 10363328.2044777 25955 5000 1.142992e-10 10363328 Loop time of 0.017725 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:34 2021 Pair time (%) = 0.0012219 (6.89363) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.191004) Outpt time (%) = 0.0163729 (92.3719) Other time (%) = 9.63211e-05 (0.54342) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:34 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25955 5000 1.142992e-10 10363268 25956 -0.0145599999999921 10363137.4483236 25956 5000 1.1429119e-10 10363137 Loop time of 0.0179338 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:34 2021 Pair time (%) = 0.00132108 (7.36639) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.195427) Outpt time (%) = 0.0164719 (91.8479) Other time (%) = 0.000105858 (0.590269) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:34 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25956 5000 1.1429119e-10 10363078 25957 -0.0145599999999921 10362946.7021527 25957 5000 1.1428319e-10 10362947 Loop time of 0.018146 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:34 2021 Pair time (%) = 0.00131798 (7.26317) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.203653) Outpt time (%) = 0.0166821 (91.9327) Other time (%) = 0.000108957 (0.600447) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:34 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25957 5000 1.1428319e-10 10362887 25958 -0.0145599999999921 10362755.9659615 25958 5000 1.1427518e-10 10362756 Loop time of 0.018106 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:34 2021 Pair time (%) = 0.00124812 (6.89342) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.193569) Outpt time (%) = 0.016721 (92.3507) Other time (%) = 0.000101805 (0.562271) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:34 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25958 5000 1.1427518e-10 10362696 25959 -0.0145599999999921 10362565.2397477 25959 5000 1.1426717e-10 10362565 Loop time of 0.017859 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:34 2021 Pair time (%) = 0.0012219 (6.84191) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.184231) Outpt time (%) = 0.016505 (92.4185) Other time (%) = 9.91821e-05 (0.555363) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:34 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25959 5000 1.1426717e-10 10362505 25960 -0.0145599999999921 10362374.5235086 25960 5000 1.1425916e-10 10362375 Loop time of 0.0205569 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:34 2021 Pair time (%) = 0.00131702 (6.40672) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.16933) Outpt time (%) = 0.0190971 (92.8986) Other time (%) = 0.000108004 (0.525388) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:34 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25960 5000 1.1425916e-10 10362315 25961 -0.0145599999999921 10362183.8172421 25961 5000 1.1425116e-10 10362184 Loop time of 0.0182331 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:34 2021 Pair time (%) = 0.0015099 (8.28114) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.207911) Outpt time (%) = 0.0165479 (90.7578) Other time (%) = 0.000137329 (0.753187) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:34 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25961 5000 1.1425116e-10 10362124 25962 -0.0145599999999921 10361993.1209465 25962 5000 1.1424316e-10 10361993 Loop time of 0.0180318 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:34 2021 Pair time (%) = 0.00124097 (6.8821) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.189076) Outpt time (%) = 0.0166578 (92.3801) Other time (%) = 9.89437e-05 (0.548717) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:34 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25962 5000 1.1424316e-10 10361933 25963 -0.0145599999999921 10361802.4346194 25963 5000 1.1423515e-10 10361802 Loop time of 0.018029 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:34 2021 Pair time (%) = 0.00122499 (6.79459) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.183816) Outpt time (%) = 0.016674 (92.4847) Other time (%) = 9.67979e-05 (0.536902) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:34 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25963 5000 1.1423515e-10 10361743 25964 -0.0145599999999921 10361611.7582591 25964 5000 1.1422715e-10 10361612 Loop time of 0.0177381 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:34 2021 Pair time (%) = 0.00122404 (6.90063) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.192207) Outpt time (%) = 0.0163801 (92.344) Other time (%) = 9.98974e-05 (0.56318) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:34 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25964 5000 1.1422715e-10 10361552 25965 -0.0145599999999921 10361421.091864 25965 5000 1.1421915e-10 10361421 Loop time of 0.0180831 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:34 2021 Pair time (%) = 0.00146699 (8.11249) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.221501) Outpt time (%) = 0.016444 (90.9356) Other time (%) = 0.000132084 (0.730427) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:34 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25965 5000 1.1421915e-10 10361361 25966 -0.0145599999999921 10361230.4354324 25966 5000 1.1421115e-10 10361230 Loop time of 0.018167 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:34 2021 Pair time (%) = 0.00122595 (6.74821) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.175858) Outpt time (%) = 0.0168061 (92.509) Other time (%) = 0.000102997 (0.566944) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:34 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25966 5000 1.1421115e-10 10361171 25967 -0.0145599999999921 10361039.7889625 25967 5000 1.1420315e-10 10361040 Loop time of 0.0179589 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:34 2021 Pair time (%) = 0.00116897 (6.50913) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.177896) Outpt time (%) = 0.016665 (92.7952) Other time (%) = 9.29832e-05 (0.517756) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:34 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25967 5000 1.1420315e-10 10360980 25968 -0.0145599999999921 10360849.1524499 25968 5000 1.1419515e-10 10360849 Loop time of 0.017293 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:34 2021 Pair time (%) = 0.00117922 (6.81906) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190261) Outpt time (%) = 0.0159819 (92.4185) Other time (%) = 9.89437e-05 (0.572161) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:34 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25968 5000 1.1419515e-10 10360789 25969 -0.0145599999999921 10360658.5258506 25969 5000 1.1418715e-10 10360659 Loop time of 0.0174358 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:34 2021 Pair time (%) = 0.00135994 (7.7997) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.217418) Outpt time (%) = 0.0158949 (91.1624) Other time (%) = 0.000143051 (0.820446) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:34 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25969 5000 1.1418715e-10 10360599 25970 -0.0145599999999921 10360467.909206 25970 5000 1.1417916e-10 10360468 Loop time of 0.022985 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:34 2021 Pair time (%) = 0.00123096 (5.35548) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.143145) Outpt time (%) = 0.021615 (94.0398) Other time (%) = 0.000106096 (0.46159) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:34 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25970 5000 1.1417916e-10 10360408 25971 -0.0145599999999921 10360277.3025146 25971 5000 1.1417116e-10 10360277 Loop time of 0.020299 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:34 2021 Pair time (%) = 0.00148201 (7.30092) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.157388) Outpt time (%) = 0.018692 (92.0836) Other time (%) = 9.29832e-05 (0.458069) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:34 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25971 5000 1.1417116e-10 10360217 25972 -0.0145599999999921 10360086.7057751 25972 5000 1.1416317e-10 10360087 Loop time of 0.01829 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:34 2021 Pair time (%) = 0.00117087 (6.4017) Neigh time (%) = 0 (0) Comm time (%) = 5.79357e-05 (0.316761) Outpt time (%) = 0.0169291 (92.5594) Other time (%) = 0.000132084 (0.722163) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:34 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25972 5000 1.1416317e-10 10360027 25973 -0.0145599999999921 10359896.118986 25973 5000 1.1415517e-10 10359896 Loop time of 0.0184221 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:35 2021 Pair time (%) = 0.00116801 (6.34027) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.173422) Outpt time (%) = 0.0171351 (93.0139) Other time (%) = 8.70228e-05 (0.472382) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:35 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25973 5000 1.1415517e-10 10359836 25974 -0.0145599999999921 10359705.5421462 25974 5000 1.1414718e-10 10359706 Loop time of 0.0172389 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:35 2021 Pair time (%) = 0.00117612 (6.82249) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185326) Outpt time (%) = 0.0158701 (92.06) Other time (%) = 0.000160694 (0.932162) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:35 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25974 5000 1.1414718e-10 10359646 25975 -0.0145599999999921 10359514.9752543 25975 5000 1.1413919e-10 10359515 Loop time of 0.0174699 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:35 2021 Pair time (%) = 0.00130606 (7.47605) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.211535) Outpt time (%) = 0.016006 (91.6205) Other time (%) = 0.000120878 (0.691923) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:35 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25975 5000 1.1413919e-10 10359455 25976 -0.0145599999999921 10359324.4183088 25976 5000 1.141312e-10 10359324 Loop time of 0.0179551 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:35 2021 Pair time (%) = 0.00121999 (6.79467) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.177934) Outpt time (%) = 0.016602 (92.4644) Other time (%) = 0.000101089 (0.563014) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:35 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25976 5000 1.141312e-10 10359265 25977 -0.0145599999999921 10359133.8713088 25977 5000 1.1412321e-10 10359134 Loop time of 0.0178809 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:35 2021 Pair time (%) = 0.00116587 (6.52017) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.180005) Outpt time (%) = 0.016588 (92.7691) Other time (%) = 9.48906e-05 (0.530681) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:35 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25977 5000 1.1412321e-10 10359074 25978 -0.0145599999999921 10358943.3342528 25978 5000 1.1411522e-10 10358943 Loop time of 0.0173638 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:35 2021 Pair time (%) = 0.00125599 (7.23338) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183993) Outpt time (%) = 0.0159829 (92.0471) Other time (%) = 9.29832e-05 (0.535501) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:35 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25978 5000 1.1411522e-10 10358883 25979 -0.0145599999999921 10358752.8071394 25979 5000 1.1410723e-10 10358753 Loop time of 0.0173991 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:35 2021 Pair time (%) = 0.00136495 (7.84494) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.212396) Outpt time (%) = 0.0158501 (91.0972) Other time (%) = 0.000147104 (0.845472) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:35 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25979 5000 1.1410723e-10 10358693 25980 -0.0145599999999921 10358562.2899677 25980 5000 1.1409924e-10 10358562 Loop time of 0.020813 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:35 2021 Pair time (%) = 0.00122285 (5.87541) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.153501) Outpt time (%) = 0.0194581 (93.49) Other time (%) = 0.000100136 (0.481122) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:35 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25980 5000 1.1409924e-10 10358502 25981 -0.0145599999999921 10358371.7827361 25981 5000 1.1409126e-10 10358372 Loop time of 0.0179679 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:35 2021 Pair time (%) = 0.00120306 (6.69559) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.179133) Outpt time (%) = 0.016639 (92.6038) Other time (%) = 9.36985e-05 (0.521476) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:35 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25981 5000 1.1409126e-10 10358312 25982 -0.0145599999999921 10358181.2854435 25982 5000 1.1408327e-10 10358181 Loop time of 0.0175362 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:35 2021 Pair time (%) = 0.00121379 (6.92163) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.262399) Outpt time (%) = 0.0161438 (92.06) Other time (%) = 0.000132561 (0.755928) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:35 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25982 5000 1.1408327e-10 10358121 25983 -0.0145599999999921 10357990.7980887 25983 5000 1.1407529e-10 10357991 Loop time of 0.0172541 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:35 2021 Pair time (%) = 0.00121093 (7.0182) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192071) Outpt time (%) = 0.015907 (92.1928) Other time (%) = 0.000102997 (0.596941) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:35 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25983 5000 1.1407529e-10 10357931 25984 -0.0145599999999921 10357800.3206704 25984 5000 1.140673e-10 10357800 Loop time of 0.0180759 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:35 2021 Pair time (%) = 0.00147796 (8.17637) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.205761) Outpt time (%) = 0.0163879 (90.6616) Other time (%) = 0.000172853 (0.956263) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:35 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25984 5000 1.140673e-10 10357740 25985 -0.0145599999999921 10357609.8531875 25985 5000 1.1405932e-10 10357610 Loop time of 0.017977 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:35 2021 Pair time (%) = 0.00120592 (6.70813) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.177716) Outpt time (%) = 0.0166471 (92.6022) Other time (%) = 9.20296e-05 (0.51193) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:35 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25985 5000 1.1405932e-10 10357550 25986 -0.0145599999999921 10357419.3956384 25986 5000 1.1405134e-10 10357419 Loop time of 0.0179129 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:35 2021 Pair time (%) = 0.00121403 (6.77741) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.185008) Outpt time (%) = 0.016567 (92.4866) Other time (%) = 9.87053e-05 (0.55103) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:35 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25986 5000 1.1405134e-10 10357360 25987 -0.0145599999999921 10357228.9480226 25987 5000 1.1404336e-10 10357229 Loop time of 0.0173512 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:35 2021 Pair time (%) = 0.00119114 (6.8649) Neigh time (%) = 0 (0) Comm time (%) = 7.29561e-05 (0.420468) Outpt time (%) = 0.015981 (92.1032) Other time (%) = 0.000106096 (0.611465) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:35 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25987 5000 1.1404336e-10 10357169 25988 -0.0145599999999921 10357038.5103383 25988 5000 1.1403538e-10 10357039 Loop time of 0.0177879 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:35 2021 Pair time (%) = 0.001616 (9.08482) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.213114) Outpt time (%) = 0.0159721 (89.792) Other time (%) = 0.000161886 (0.91009) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:35 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25988 5000 1.1403538e-10 10356979 25989 -0.0145599999999921 10356848.0825843 25989 5000 1.140274e-10 10356848 Loop time of 0.018013 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:35 2021 Pair time (%) = 0.00128603 (7.13945) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.183979) Outpt time (%) = 0.016592 (92.1114) Other time (%) = 0.000101805 (0.565174) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:35 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25989 5000 1.140274e-10 10356788 25990 -0.0145599999999921 10356657.6647597 25990 5000 1.1401942e-10 10356658 Loop time of 0.020612 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:35 2021 Pair time (%) = 0.00138903 (6.73892) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.150371) Outpt time (%) = 0.0190959 (92.6446) Other time (%) = 9.60827e-05 (0.466149) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:35 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25990 5000 1.1401942e-10 10356598 25991 -0.0145599999999921 10356467.2568633 25991 5000 1.1401144e-10 10356467 Loop time of 0.0179591 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:35 2021 Pair time (%) = 0.00118208 (6.58206) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.177893) Outpt time (%) = 0.0166211 (92.5497) Other time (%) = 0.000123978 (0.690333) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:35 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25991 5000 1.1401144e-10 10356407 25992 -0.0145599999999921 10356276.8588936 25992 5000 1.1400347e-10 10356277 Loop time of 0.0181379 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:35 2021 Pair time (%) = 0.00123501 (6.80898) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.186655) Outpt time (%) = 0.016767 (92.4418) Other time (%) = 0.000102043 (0.562595) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:35 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25992 5000 1.1400347e-10 10356217 25993 -0.0145599999999921 10356086.4708498 25993 5000 1.1399549e-10 10356086 Loop time of 0.0181909 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:35 2021 Pair time (%) = 0.00144696 (7.95434) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.203151) Outpt time (%) = 0.0165598 (91.0338) Other time (%) = 0.000147104 (0.808671) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:35 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25993 5000 1.1399549e-10 10356027 25994 -0.0145599999999921 10355896.0927305 25994 5000 1.1398752e-10 10355896 Loop time of 0.017863 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:35 2021 Pair time (%) = 0.00116897 (6.54405) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.17885) Outpt time (%) = 0.0165372 (92.5777) Other time (%) = 0.000124931 (0.699385) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:35 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25994 5000 1.1398752e-10 10355836 25995 -0.0145599999999921 10355705.7245346 25995 5000 1.1397954e-10 10355706 Loop time of 0.0179908 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:35 2021 Pair time (%) = 0.00130796 (7.27017) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.184206) Outpt time (%) = 0.0165339 (91.9016) Other time (%) = 0.000115871 (0.644058) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:35 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25995 5000 1.1397954e-10 10355646 25996 -0.0145599999999921 10355515.3662609 25996 5000 1.1397157e-10 10355515 Loop time of 0.017231 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:35 2021 Pair time (%) = 0.00123596 (7.1729) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.202015) Outpt time (%) = 0.015856 (92.0204) Other time (%) = 0.000104189 (0.60466) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:35 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25996 5000 1.1397157e-10 10355456 25997 -0.0145599999999921 10355325.0179084 25997 5000 1.139636e-10 10355325 Loop time of 0.01807 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:35 2021 Pair time (%) = 0.00159717 (8.83878) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.221662) Outpt time (%) = 0.0162971 (90.1888) Other time (%) = 0.00013566 (0.750749) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:28:35 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25997 5000 1.139636e-10 10355265 25998 -0.0145599999999921 10355109.236642 25998 5000 2.2464839e-10 10355451 Loop time of 0.0175579 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:35 2021 Pair time (%) = 0.00116777 (6.65101) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.181959) Outpt time (%) = 0.0162139 (92.3455) Other time (%) = 0.000144243 (0.821531) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:35 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25998 5000 2.2464839e-10 10429068 25999 -0.014592499999992 10428896.2494028 25999 5000 1.8070001e-10 10428896 Loop time of 0.0177128 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:35 2021 Pair time (%) = 0.00131106 (7.40177) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.192481) Outpt time (%) = 0.0162699 (91.8539) Other time (%) = 9.77516e-05 (0.551869) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:35 2021 Memory usage per processor = 27.549 Mbytes Step Atoms AVEKE stressZZ 25999 5000 1.8070001e-10 10428815 26000 -0.014592499999992 10428658.0707329 26000 5000 1.5525676e-10 10428658 Loop time of 0.0196919 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:35 2021 Pair time (%) = 0.00126219 (6.40967) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.171925) Outpt time (%) = 0.0182898 (92.8796) Other time (%) = 0.000106096 (0.53878) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:35 2021 Memory usage per processor = 27.5491 Mbytes Step Atoms AVEKE stressZZ 26000 5000 1.5525676e-10 10428585 26001 -0.014592499999992 10428436.6744985 26001 5000 1.4008989e-10 10428437 Loop time of 0.0175419 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:35 2021 Pair time (%) = 0.00136805 (7.79874) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.210667) Outpt time (%) = 0.0159872 (91.1371) Other time (%) = 0.000149727 (0.853539) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:35 2021 Memory usage per processor = 27.5491 Mbytes Step Atoms AVEKE stressZZ 26001 5000 1.4008989e-10 10428368 26002 -0.014592499999992 10428225.9473207 26002 5000 1.3085443e-10 10428226 Loop time of 0.0177059 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:35 2021 Pair time (%) = 0.00120401 (6.80006) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.18717) Outpt time (%) = 0.016372 (92.4661) Other time (%) = 9.67979e-05 (0.546698) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:35 2021 Memory usage per processor = 27.5491 Mbytes Step Atoms AVEKE stressZZ 26002 5000 1.3085443e-10 10428160 26003 -0.014592499999992 10428022.0040965 26003 5000 1.2514633e-10 10428022 Loop time of 0.0175922 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:35 2021 Pair time (%) = 0.00120211 (6.83318) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.181604) Outpt time (%) = 0.016264 (92.4499) Other time (%) = 9.41753e-05 (0.535325) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:35 2021 Memory usage per processor = 27.5491 Mbytes Step Atoms AVEKE stressZZ 26003 5000 1.2514633e-10 10427958 26004 -0.014592499999992 10427822.3758071 26004 5000 1.2158214e-10 10427822 Loop time of 0.0172451 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:35 2021 Pair time (%) = 0.0012219 (7.08548) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.272359) Outpt time (%) = 0.015846 (91.8873) Other time (%) = 0.000130177 (0.754863) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:35 2021 Memory usage per processor = 27.5491 Mbytes Step Atoms AVEKE stressZZ 26004 5000 1.2158214e-10 10427760 26005 -0.014592499999992 10427625.4933665 26005 5000 1.1934089e-10 10427625 Loop time of 0.0180211 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:35 2021 Pair time (%) = 0.00176907 (9.81663) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.210356) Outpt time (%) = 0.016037 (88.99) Other time (%) = 0.000177145 (0.982986) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:35 2021 Memory usage per processor = 27.5491 Mbytes Step Atoms AVEKE stressZZ 26005 5000 1.1934089e-10 10427564 26006 -0.014592499999992 10427430.3596043 26006 5000 1.1792444e-10 10427430 Loop time of 0.018121 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:35 2021 Pair time (%) = 0.00121808 (6.72193) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.176304) Outpt time (%) = 0.016777 (92.5834) Other time (%) = 9.39369e-05 (0.518387) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:35 2021 Memory usage per processor = 27.5491 Mbytes Step Atoms AVEKE stressZZ 26006 5000 1.1792444e-10 10427369 26007 -0.014592499999992 10427236.3408079 26007 5000 1.1702571e-10 10427236 Loop time of 0.0180619 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:35 2021 Pair time (%) = 0.00127983 (7.08581) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.176881) Outpt time (%) = 0.0166349 (92.0997) Other time (%) = 0.000115156 (0.637565) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:35 2021 Memory usage per processor = 27.5491 Mbytes Step Atoms AVEKE stressZZ 26007 5000 1.1702571e-10 10427175 26008 -0.014592499999992 10427043.0342456 26008 5000 1.1645337e-10 10427043 Loop time of 0.0174408 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:35 2021 Pair time (%) = 0.00123286 (7.06884) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.199584) Outpt time (%) = 0.0160699 (92.1397) Other time (%) = 0.000103235 (0.591918) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:35 2021 Memory usage per processor = 27.5491 Mbytes Step Atoms AVEKE stressZZ 26008 5000 1.1645337e-10 10426982 26009 -0.014592499999992 10426850.1839769 26009 5000 1.1608741e-10 10426850 Loop time of 0.017771 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:35 2021 Pair time (%) = 0.00141597 (7.96785) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.213317) Outpt time (%) = 0.0161779 (91.0353) Other time (%) = 0.000139236 (0.783503) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:35 2021 Memory usage per processor = 27.5491 Mbytes Step Atoms AVEKE stressZZ 26009 5000 1.1608741e-10 10426790 26010 -0.014592499999992 10426657.6273483 26010 5000 1.1585218e-10 10426658 Loop time of 0.0207012 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:35 2021 Pair time (%) = 0.00123286 (5.95552) Neigh time (%) = 0 (0) Comm time (%) = 4.72069e-05 (0.22804) Outpt time (%) = 0.0193059 (93.2602) Other time (%) = 0.000115156 (0.556279) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:35 2021 Memory usage per processor = 27.5491 Mbytes Step Atoms AVEKE stressZZ 26010 5000 1.1585218e-10 10426597 26011 -0.014592499999992 10426465.2609914 26011 5000 1.1569986e-10 10426465 Loop time of 0.0180471 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:35 2021 Pair time (%) = 0.00121188 (6.71511) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.177026) Outpt time (%) = 0.0167069 (92.5741) Other time (%) = 9.63211e-05 (0.533721) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:35 2021 Memory usage per processor = 27.5491 Mbytes Step Atoms AVEKE stressZZ 26011 5000 1.1569986e-10 10426405 26012 -0.014592499999992 10426273.0192135 26012 5000 1.1560015e-10 10426273 Loop time of 0.0197639 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:35 2021 Pair time (%) = 0.00117183 (5.92912) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.161648) Outpt time (%) = 0.018466 (93.4327) Other time (%) = 9.41753e-05 (0.476501) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:35 2021 Memory usage per processor = 27.5491 Mbytes Step Atoms AVEKE stressZZ 26012 5000 1.1560015e-10 10426213 26013 -0.014592499999992 10426080.8602667 26013 5000 1.1553386e-10 10426081 Loop time of 0.0200398 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:35 2021 Pair time (%) = 0.00143504 (7.16096) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.159423) Outpt time (%) = 0.0184848 (92.2406) Other time (%) = 8.79765e-05 (0.439009) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:35 2021 Memory usage per processor = 27.5491 Mbytes Step Atoms AVEKE stressZZ 26013 5000 1.1553386e-10 10426020 26014 -0.014592499999992 10425888.7576184 26014 5000 1.1548878e-10 10425889 Loop time of 0.0184698 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:35 2021 Pair time (%) = 0.00117207 (6.34585) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.174266) Outpt time (%) = 0.0171149 (92.6641) Other time (%) = 0.000150681 (0.815821) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:35 2021 Memory usage per processor = 27.5491 Mbytes Step Atoms AVEKE stressZZ 26014 5000 1.1548878e-10 10425828 26015 -0.014592499999992 10425696.694407 26015 5000 1.1545719e-10 10425697 Loop time of 0.0185411 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:36 2021 Pair time (%) = 0.00123405 (6.65578) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.167166) Outpt time (%) = 0.0171881 (92.7026) Other time (%) = 8.79765e-05 (0.474494) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:36 2021 Memory usage per processor = 27.5491 Mbytes Step Atoms AVEKE stressZZ 26015 5000 1.1545719e-10 10425636 26016 -0.014592499999992 10425504.6599157 26016 5000 1.1543417e-10 10425505 Loop time of 0.0172691 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:36 2021 Pair time (%) = 0.00120902 (7.00105) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185001) Outpt time (%) = 0.015934 (92.2686) Other time (%) = 9.41753e-05 (0.545339) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:36 2021 Memory usage per processor = 27.5491 Mbytes Step Atoms AVEKE stressZZ 26016 5000 1.1543417e-10 10425444 26017 -0.014592499999992 10425312.647334 26017 5000 1.1541658e-10 10425313 Loop time of 0.0177541 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:36 2021 Pair time (%) = 0.0014081 (7.93114) Neigh time (%) = 0 (0) Comm time (%) = 5.00679e-05 (0.282008) Outpt time (%) = 0.0161691 (91.0724) Other time (%) = 0.000126839 (0.71442) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:36 2021 Memory usage per processor = 27.5491 Mbytes Step Atoms AVEKE stressZZ 26017 5000 1.1541658e-10 10425252 26018 -0.014592499999992 10425120.6523332 26018 5000 1.1540246e-10 10425121 Loop time of 0.0182819 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:36 2021 Pair time (%) = 0.00132895 (7.26917) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.179969) Outpt time (%) = 0.016818 (91.9927) Other time (%) = 0.000102043 (0.558164) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:36 2021 Memory usage per processor = 27.5491 Mbytes Step Atoms AVEKE stressZZ 26018 5000 1.1540246e-10 10425060 26019 -0.014592499999992 10424928.6721616 26019 5000 1.1539054e-10 10424929 Loop time of 0.01843 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:36 2021 Pair time (%) = 0.00125694 (6.82009) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.179817) Outpt time (%) = 0.0170398 (92.4568) Other time (%) = 0.000100136 (0.543331) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:36 2021 Memory usage per processor = 27.5491 Mbytes Step Atoms AVEKE stressZZ 26019 5000 1.1539054e-10 10424868 26020 -0.014592499999992 10424736.7050703 26020 5000 1.1538001e-10 10424737 Loop time of 0.0204408 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:36 2021 Pair time (%) = 0.00124002 (6.06637) Neigh time (%) = 0 (0) Comm time (%) = 4.48227e-05 (0.21928) Outpt time (%) = 0.0189829 (92.8676) Other time (%) = 0.000173092 (0.846795) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:36 2021 Memory usage per processor = 27.5491 Mbytes Step Atoms AVEKE stressZZ 26020 5000 1.1538001e-10 10424676 26021 -0.014592499999992 10424544.7499475 26021 5000 1.1537037e-10 10424545 Loop time of 0.0173509 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:36 2021 Pair time (%) = 0.00118399 (6.82377) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.195122) Outpt time (%) = 0.0160301 (92.3875) Other time (%) = 0.000102997 (0.59361) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:36 2021 Memory usage per processor = 27.5491 Mbytes Step Atoms AVEKE stressZZ 26021 5000 1.1537037e-10 10424484 26022 -0.014592499999992 10424352.806086 26022 5000 1.153613e-10 10424353 Loop time of 0.0180321 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:36 2021 Pair time (%) = 0.00160313 (8.89042) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.215517) Outpt time (%) = 0.016206 (89.8733) Other time (%) = 0.000184059 (1.02073) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:36 2021 Memory usage per processor = 27.5491 Mbytes Step Atoms AVEKE stressZZ 26022 5000 1.153613e-10 10424292 26023 -0.014592499999992 10424160.8730359 26023 5000 1.1535258e-10 10424161 Loop time of 0.0181191 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:36 2021 Pair time (%) = 0.00116801 (6.44631) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.177639) Outpt time (%) = 0.0168262 (92.8642) Other time (%) = 9.27448e-05 (0.511862) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:36 2021 Memory usage per processor = 27.5491 Mbytes Step Atoms AVEKE stressZZ 26023 5000 1.1535258e-10 10424101 26024 -0.014592499999992 10423968.9505112 26024 5000 1.1534409e-10 10423969 Loop time of 0.0177372 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:36 2021 Pair time (%) = 0.00116992 (6.59587) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.181464) Outpt time (%) = 0.0164409 (92.6917) Other time (%) = 9.41753e-05 (0.53095) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:36 2021 Memory usage per processor = 27.5491 Mbytes Step Atoms AVEKE stressZZ 26024 5000 1.1534409e-10 10423909 26025 -0.014592499999992 10423777.0383295 26025 5000 1.1533575e-10 10423777 Loop time of 0.0173631 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:36 2021 Pair time (%) = 0.00119996 (6.91099) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.185373) Outpt time (%) = 0.016 (92.1498) Other time (%) = 0.000130892 (0.753852) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:36 2021 Memory usage per processor = 27.5491 Mbytes Step Atoms AVEKE stressZZ 26025 5000 1.1533575e-10 10423717 26026 -0.014592499999992 10423585.1363741 26026 5000 1.1532751e-10 10423585 Loop time of 0.0179241 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:36 2021 Pair time (%) = 0.00163388 (9.11558) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.200854) Outpt time (%) = 0.0161252 (89.964) Other time (%) = 0.000128984 (0.719616) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:36 2021 Memory usage per processor = 27.5491 Mbytes Step Atoms AVEKE stressZZ 26026 5000 1.1532751e-10 10423525 26027 -0.014592499999992 10423393.2445711 26027 5000 1.1531932e-10 10423393 Loop time of 0.018151 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:36 2021 Pair time (%) = 0.00130701 (7.20075) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.176012) Outpt time (%) = 0.016715 (92.0886) Other time (%) = 9.70364e-05 (0.534605) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:36 2021 Memory usage per processor = 27.5491 Mbytes Step Atoms AVEKE stressZZ 26027 5000 1.1531932e-10 10423333 26028 -0.014592499999992 10423201.3629494 26028 5000 1.1531117e-10 10423201 Loop time of 0.0180399 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:36 2021 Pair time (%) = 0.00117016 (6.48649) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.177096) Outpt time (%) = 0.016746 (92.8276) Other time (%) = 9.17912e-05 (0.508822) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:36 2021 Memory usage per processor = 27.5491 Mbytes Step Atoms AVEKE stressZZ 26028 5000 1.1531117e-10 10423141 26029 -0.014592499999992 10423009.4914872 26029 5000 1.1530304e-10 10423009 Loop time of 0.0174809 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:36 2021 Pair time (%) = 0.00118089 (6.75532) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.184124) Outpt time (%) = 0.0161729 (92.5177) Other time (%) = 9.48906e-05 (0.542826) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:36 2021 Memory usage per processor = 27.5491 Mbytes Step Atoms AVEKE stressZZ 26029 5000 1.1530304e-10 10422949 26030 -0.014592499999992 10422817.6301122 26030 5000 1.1529493e-10 10422818 Loop time of 0.0205131 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:36 2021 Pair time (%) = 0.00154209 (7.51761) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.199912) Outpt time (%) = 0.0187621 (91.4642) Other time (%) = 0.000167847 (0.818243) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:36 2021 Memory usage per processor = 27.5491 Mbytes Step Atoms AVEKE stressZZ 26030 5000 1.1529493e-10 10422757 26031 -0.014592499999992 10422625.7788074 26031 5000 1.1528684e-10 10422626 Loop time of 0.017818 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:36 2021 Pair time (%) = 0.00124478 (6.98611) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.207402) Outpt time (%) = 0.0164211 (92.1602) Other time (%) = 0.000115156 (0.646292) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:36 2021 Memory usage per processor = 27.5491 Mbytes Step Atoms AVEKE stressZZ 26031 5000 1.1528684e-10 10422565 26032 -0.014592499999992 10422433.9375635 26032 5000 1.1527874e-10 10422434 Loop time of 0.0181551 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:36 2021 Pair time (%) = 0.00116396 (6.4112) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.17072) Outpt time (%) = 0.016865 (92.8941) Other time (%) = 9.5129e-05 (0.52398) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:36 2021 Memory usage per processor = 27.5491 Mbytes Step Atoms AVEKE stressZZ 26032 5000 1.1527874e-10 10422374 26033 -0.014592499999992 10422242.1063785 26033 5000 1.1527066e-10 10422242 Loop time of 0.018167 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:36 2021 Pair time (%) = 0.00139594 (7.68393) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.17717) Outpt time (%) = 0.0166149 (91.4565) Other time (%) = 0.000123978 (0.682433) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:36 2021 Memory usage per processor = 27.5491 Mbytes Step Atoms AVEKE stressZZ 26033 5000 1.1527066e-10 10422182 26034 -0.014592499999992 10422050.2852622 26034 5000 1.1526257e-10 10422050 Loop time of 0.0174839 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:36 2021 Pair time (%) = 0.00139499 (7.97867) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.20591) Outpt time (%) = 0.0159469 (91.2086) Other time (%) = 0.000106096 (0.606821) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:36 2021 Memory usage per processor = 27.5491 Mbytes Step Atoms AVEKE stressZZ 26034 5000 1.1526257e-10 10421990 26035 -0.014592499999992 10421858.4742002 26035 5000 1.1525449e-10 10421858 Loop time of 0.018198 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:36 2021 Pair time (%) = 0.00142813 (7.84771) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.203071) Outpt time (%) = 0.016582 (91.1199) Other time (%) = 0.000150919 (0.829316) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:36 2021 Memory usage per processor = 27.5491 Mbytes Step Atoms AVEKE stressZZ 26035 5000 1.1525449e-10 10421798 26036 -0.014592499999992 10421666.6731851 26036 5000 1.1524641e-10 10421667 Loop time of 0.0181448 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:36 2021 Pair time (%) = 0.00117183 (6.45818) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.176073) Outpt time (%) = 0.0168469 (92.8467) Other time (%) = 9.41753e-05 (0.51902) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:36 2021 Memory usage per processor = 27.5491 Mbytes Step Atoms AVEKE stressZZ 26036 5000 1.1524641e-10 10421606 26037 -0.014592499999992 10421474.8822127 26037 5000 1.1523834e-10 10421475 Loop time of 0.017755 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:36 2021 Pair time (%) = 0.00117302 (6.60669) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.18531) Outpt time (%) = 0.0164549 (92.6776) Other time (%) = 9.41753e-05 (0.530415) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:36 2021 Memory usage per processor = 27.5491 Mbytes Step Atoms AVEKE stressZZ 26037 5000 1.1523834e-10 10421415 26038 -0.014592499999992 10421283.1012793 26038 5000 1.1523026e-10 10421283 Loop time of 0.0174751 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:36 2021 Pair time (%) = 0.00148392 (8.4916) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.200557) Outpt time (%) = 0.0158551 (90.7294) Other time (%) = 0.000101089 (0.578476) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:36 2021 Memory usage per processor = 27.5491 Mbytes Step Atoms AVEKE stressZZ 26038 5000 1.1523026e-10 10421223 26039 -0.014592499999992 10421091.3303817 26039 5000 1.1522218e-10 10421091 Loop time of 0.0182071 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:36 2021 Pair time (%) = 0.00160789 (8.83116) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.213446) Outpt time (%) = 0.016398 (90.0636) Other time (%) = 0.000162363 (0.891758) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:36 2021 Memory usage per processor = 27.5491 Mbytes Step Atoms AVEKE stressZZ 26039 5000 1.1522218e-10 10421031 26040 -0.014592499999992 10420899.5695175 26040 5000 1.1521411e-10 10420900 Loop time of 0.0209601 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:36 2021 Pair time (%) = 0.0012579 (6.00139) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.161523) Outpt time (%) = 0.0195091 (93.0772) Other time (%) = 0.000159264 (0.759842) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:36 2021 Memory usage per processor = 27.5491 Mbytes Step Atoms AVEKE stressZZ 26040 5000 1.1521411e-10 10420839 26041 -0.014592499999992 10420707.8186758 26041 5000 1.1520604e-10 10420708 Loop time of 0.0181491 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:36 2021 Pair time (%) = 0.00116611 (6.42513) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.176031) Outpt time (%) = 0.0168569 (92.8799) Other time (%) = 9.41753e-05 (0.518897) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:36 2021 Memory usage per processor = 27.5491 Mbytes Step Atoms AVEKE stressZZ 26041 5000 1.1520604e-10 10420647 26042 -0.014592499999992 10420516.0778632 26042 5000 1.1519797e-10 10420516 Loop time of 0.017535 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:36 2021 Pair time (%) = 0.00118208 (6.74127) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.187635) Outpt time (%) = 0.01615 (92.1016) Other time (%) = 0.000169992 (0.969448) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:36 2021 Memory usage per processor = 27.5491 Mbytes Step Atoms AVEKE stressZZ 26042 5000 1.1519797e-10 10420456 26043 -0.014592499999992 10420324.3470782 26043 5000 1.1518989e-10 10420324 Loop time of 0.0173972 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:36 2021 Pair time (%) = 0.00128913 (7.41) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.201455) Outpt time (%) = 0.015969 (91.791) Other time (%) = 0.000103951 (0.597514) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:36 2021 Memory usage per processor = 27.5491 Mbytes Step Atoms AVEKE stressZZ 26043 5000 1.1518989e-10 10420264 26044 -0.014592499999992 10420132.626319 26044 5000 1.1518182e-10 10420133 Loop time of 0.018091 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:36 2021 Pair time (%) = 0.00132895 (7.34591) Neigh time (%) = 0 (0) Comm time (%) = 7.20024e-05 (0.398002) Outpt time (%) = 0.0165648 (91.5642) Other time (%) = 0.00012517 (0.691891) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:36 2021 Memory usage per processor = 27.5491 Mbytes Step Atoms AVEKE stressZZ 26044 5000 1.1518182e-10 10420072 26045 -0.014592499999992 10419940.9155835 26045 5000 1.1517376e-10 10419941 Loop time of 0.0181179 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:36 2021 Pair time (%) = 0.00119781 (6.61122) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.181598) Outpt time (%) = 0.0167859 (92.6479) Other time (%) = 0.000101328 (0.559269) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:36 2021 Memory usage per processor = 27.5491 Mbytes Step Atoms AVEKE stressZZ 26045 5000 1.1517376e-10 10419881 26046 -0.014592499999992 10419749.2148706 26046 5000 1.1516569e-10 10419749 Loop time of 0.0177128 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:36 2021 Pair time (%) = 0.00117302 (6.62243) Neigh time (%) = 0 (0) Comm time (%) = 6.8903e-05 (0.389) Outpt time (%) = 0.0163538 (92.3277) Other time (%) = 0.000117064 (0.660897) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:36 2021 Memory usage per processor = 27.5491 Mbytes Step Atoms AVEKE stressZZ 26046 5000 1.1516569e-10 10419689 26047 -0.014592499999992 10419557.5241784 26047 5000 1.1515762e-10 10419558 Loop time of 0.0173612 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:36 2021 Pair time (%) = 0.00120997 (6.96943) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.201873) Outpt time (%) = 0.016012 (92.2286) Other time (%) = 0.000104189 (0.600126) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:36 2021 Memory usage per processor = 27.5491 Mbytes Step Atoms AVEKE stressZZ 26047 5000 1.1515762e-10 10419497 26048 -0.014592499999992 10419365.8435056 26048 5000 1.1514955e-10 10419366 Loop time of 0.01843 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:36 2021 Pair time (%) = 0.00145602 (7.90029) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.200515) Outpt time (%) = 0.0168228 (91.2795) Other time (%) = 0.000114202 (0.619656) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:36 2021 Memory usage per processor = 27.5491 Mbytes Step Atoms AVEKE stressZZ 26048 5000 1.1514955e-10 10419306 26049 -0.014592499999992 10419174.1728561 26049 5000 1.1514149e-10 10419174 Loop time of 0.0179741 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:36 2021 Pair time (%) = 0.00117397 (6.53146) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.177745) Outpt time (%) = 0.016675 (92.7722) Other time (%) = 9.32217e-05 (0.518643) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:36 2021 Memory usage per processor = 27.5491 Mbytes Step Atoms AVEKE stressZZ 26049 5000 1.1514149e-10 10419114 26050 -0.014592499999992 10418982.5123085 26050 5000 1.1513342e-10 10418983 Loop time of 0.0206239 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:36 2021 Pair time (%) = 0.00117087 (5.67726) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.160688) Outpt time (%) = 0.019326 (93.7066) Other time (%) = 9.39369e-05 (0.455476) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:36 2021 Memory usage per processor = 27.5491 Mbytes Step Atoms AVEKE stressZZ 26050 5000 1.1513342e-10 10418922 26051 -0.014592499999992 10418790.8618318 26051 5000 1.1512536e-10 10418791 Loop time of 0.0171888 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:36 2021 Pair time (%) = 0.00119185 (6.93391) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191414) Outpt time (%) = 0.0158689 (92.3212) Other time (%) = 9.5129e-05 (0.553436) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:36 2021 Memory usage per processor = 27.5491 Mbytes Step Atoms AVEKE stressZZ 26051 5000 1.1512536e-10 10418731 26052 -0.014592499999992 10418599.2214078 26052 5000 1.151173e-10 10418599 Loop time of 0.0175979 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:36 2021 Pair time (%) = 0.00143719 (8.1668) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.215415) Outpt time (%) = 0.01595 (90.6355) Other time (%) = 0.000172853 (0.982238) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:36 2021 Memory usage per processor = 27.5491 Mbytes Step Atoms AVEKE stressZZ 26052 5000 1.151173e-10 10418539 26053 -0.014592499999992 10418407.5910286 26053 5000 1.1510924e-10 10418408 Loop time of 0.0179808 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:36 2021 Pair time (%) = 0.0012989 (7.22384) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.188286) Outpt time (%) = 0.0165439 (92.0084) Other time (%) = 0.000104189 (0.579445) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:36 2021 Memory usage per processor = 27.5491 Mbytes Step Atoms AVEKE stressZZ 26053 5000 1.1510924e-10 10418347 26054 -0.014592499999992 10418215.9706887 26054 5000 1.1510118e-10 10418216 Loop time of 0.0191522 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:36 2021 Pair time (%) = 0.00121093 (6.32267) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.166812) Outpt time (%) = 0.0178161 (93.0238) Other time (%) = 9.32217e-05 (0.486742) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:36 2021 Memory usage per processor = 27.5491 Mbytes Step Atoms AVEKE stressZZ 26054 5000 1.1510118e-10 10418156 26055 -0.014592499999992 10418024.3603839 26055 5000 1.1509312e-10 10418024 Loop time of 0.019341 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:36 2021 Pair time (%) = 0.00117207 (6.06001) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.165183) Outpt time (%) = 0.018044 (93.2941) Other time (%) = 9.29832e-05 (0.480757) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:36 2021 Memory usage per processor = 27.5491 Mbytes Step Atoms AVEKE stressZZ 26055 5000 1.1509312e-10 10417964 26056 -0.014592499999992 10417832.7601111 26056 5000 1.1508506e-10 10417833 Loop time of 0.0181899 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:37 2021 Pair time (%) = 0.00120497 (6.62437) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.175636) Outpt time (%) = 0.0168641 (92.7111) Other time (%) = 8.89301e-05 (0.488898) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:37 2021 Memory usage per processor = 27.5491 Mbytes Step Atoms AVEKE stressZZ 26056 5000 1.1508506e-10 10417772 26057 -0.014592499999992 10417641.1698673 26057 5000 1.15077e-10 10417641 Loop time of 0.0619068 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:37 2021 Pair time (%) = 0.00116992 (1.88981) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.0516067) Outpt time (%) = 0.0606129 (97.9099) Other time (%) = 9.20296e-05 (0.148658) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:37 2021 Memory usage per processor = 27.5491 Mbytes Step Atoms AVEKE stressZZ 26057 5000 1.15077e-10 10417581 26058 -0.014592499999992 10417449.5896641 26058 5000 1.1506894e-10 10417450 Loop time of 0.018568 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:37 2021 Pair time (%) = 0.00125408 (6.75398) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.183616) Outpt time (%) = 0.01718 (92.5244) Other time (%) = 9.98974e-05 (0.538007) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:37 2021 Memory usage per processor = 27.5491 Mbytes Step Atoms AVEKE stressZZ 26058 5000 1.1506894e-10 10417389 26059 -0.014592499999992 10417258.0194899 26059 5000 1.1506089e-10 10417258 Loop time of 0.017436 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:37 2021 Pair time (%) = 0.00117612 (6.74534) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18323) Outpt time (%) = 0.0161328 (92.5258) Other time (%) = 9.5129e-05 (0.545589) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:37 2021 Memory usage per processor = 27.5491 Mbytes Step Atoms AVEKE stressZZ 26059 5000 1.1506089e-10 10417198 26060 -0.014592499999992 10417066.4593391 26060 5000 1.1505283e-10 10417066 Loop time of 0.0200078 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:37 2021 Pair time (%) = 0.00121617 (6.07848) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.169211) Outpt time (%) = 0.018594 (92.9337) Other time (%) = 0.000163794 (0.818647) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:37 2021 Memory usage per processor = 27.5491 Mbytes Step Atoms AVEKE stressZZ 26060 5000 1.1505283e-10 10417006 26061 -0.014592499999992 10416874.9092099 26061 5000 1.1504478e-10 10416875 Loop time of 0.0181859 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:37 2021 Pair time (%) = 0.0016799 (9.23738) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.213695) Outpt time (%) = 0.0162649 (89.4372) Other time (%) = 0.000202179 (1.11174) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:37 2021 Memory usage per processor = 27.5491 Mbytes Step Atoms AVEKE stressZZ 26061 5000 1.1504478e-10 10416815 26062 -0.014592499999992 10416683.3691008 26062 5000 1.1503673e-10 10416683 Loop time of 0.018018 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:37 2021 Pair time (%) = 0.00122094 (6.77623) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.178635) Outpt time (%) = 0.0166709 (92.5238) Other time (%) = 9.39369e-05 (0.52135) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:37 2021 Memory usage per processor = 27.5491 Mbytes Step Atoms AVEKE stressZZ 26062 5000 1.1503673e-10 10416623 26063 -0.014592499999992 10416491.8390108 26063 5000 1.1502867e-10 10416492 Loop time of 0.017863 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:37 2021 Pair time (%) = 0.00120592 (6.75093) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.17885) Outpt time (%) = 0.016531 (92.543) Other time (%) = 9.41753e-05 (0.527208) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:37 2021 Memory usage per processor = 27.5491 Mbytes Step Atoms AVEKE stressZZ 26063 5000 1.1502867e-10 10416432 26064 -0.014592499999992 10416300.3189387 26064 5000 1.1502062e-10 10416300 Loop time of 0.0173841 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:37 2021 Pair time (%) = 0.00123501 (7.10426) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.201607) Outpt time (%) = 0.016012 (92.1071) Other time (%) = 0.000102043 (0.586993) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:37 2021 Memory usage per processor = 27.5491 Mbytes Step Atoms AVEKE stressZZ 26064 5000 1.1502062e-10 10416240 26065 -0.014592499999992 10416108.8088837 26065 5000 1.1501257e-10 10416109 Loop time of 0.0180359 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:37 2021 Pair time (%) = 0.00158405 (8.78278) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.210184) Outpt time (%) = 0.016237 (90.0262) Other time (%) = 0.000176907 (0.980859) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:37 2021 Memory usage per processor = 27.5491 Mbytes Step Atoms AVEKE stressZZ 26065 5000 1.1501257e-10 10416049 26066 -0.014592499999992 10415917.3088459 26066 5000 1.1500452e-10 10415917 Loop time of 0.018074 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:37 2021 Pair time (%) = 0.00121784 (6.73808) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.176762) Outpt time (%) = 0.016715 (92.481) Other time (%) = 0.000109196 (0.604158) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:37 2021 Memory usage per processor = 27.5491 Mbytes Step Atoms AVEKE stressZZ 26066 5000 1.1500452e-10 10415857 26067 -0.014592499999992 10415725.8188259 26067 5000 1.1499647e-10 10415726 Loop time of 0.01792 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:37 2021 Pair time (%) = 0.00116992 (6.52856) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.178282) Outpt time (%) = 0.0166211 (92.7517) Other time (%) = 9.70364e-05 (0.541497) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:37 2021 Memory usage per processor = 27.5491 Mbytes Step Atoms AVEKE stressZZ 26067 5000 1.1499647e-10 10415666 26068 -0.014592499999992 10415534.3388276 26068 5000 1.1498843e-10 10415534 Loop time of 0.017225 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:37 2021 Pair time (%) = 0.00121808 (7.07157) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.186859) Outpt time (%) = 0.015873 (92.1505) Other time (%) = 0.000101805 (0.591028) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:37 2021 Memory usage per processor = 27.5491 Mbytes Step Atoms AVEKE stressZZ 26068 5000 1.1498843e-10 10415474 26069 -0.014592499999992 10415342.868865 26069 5000 1.1498038e-10 10415343 Loop time of 0.0176849 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:37 2021 Pair time (%) = 0.00155187 (8.77508) Neigh time (%) = 0 (0) Comm time (%) = 4.29153e-05 (0.242666) Outpt time (%) = 0.0159159 (89.9968) Other time (%) = 0.000174284 (0.985494) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:37 2021 Memory usage per processor = 27.5491 Mbytes Step Atoms AVEKE stressZZ 26069 5000 1.1498038e-10 10415283 26070 -0.014592499999992 10415151.4089191 26070 5000 1.1497233e-10 10415151 Loop time of 0.0211701 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:37 2021 Pair time (%) = 0.00135493 (6.40021) Neigh time (%) = 0 (0) Comm time (%) = 4.81606e-05 (0.227493) Outpt time (%) = 0.0196419 (92.781) Other time (%) = 0.00012517 (0.591256) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:37 2021 Memory usage per processor = 27.5491 Mbytes Step Atoms AVEKE stressZZ 26070 5000 1.1497233e-10 10415091 26071 -0.014592499999992 10414959.9589737 26071 5000 1.1496429e-10 10414960 Loop time of 0.018177 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:37 2021 Pair time (%) = 0.00117302 (6.45331) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.177072) Outpt time (%) = 0.0168769 (92.8476) Other time (%) = 9.48906e-05 (0.522036) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:37 2021 Memory usage per processor = 27.5491 Mbytes Step Atoms AVEKE stressZZ 26071 5000 1.1496429e-10 10414900 26072 -0.014592499999992 10414768.518996 26072 5000 1.1495625e-10 10414769 Loop time of 0.0181799 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:37 2021 Pair time (%) = 0.00146103 (8.03651) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.175733) Outpt time (%) = 0.016567 (91.1281) Other time (%) = 0.000119925 (0.659655) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:37 2021 Memory usage per processor = 27.5491 Mbytes Step Atoms AVEKE stressZZ 26072 5000 1.1495625e-10 10414708 26073 -0.014592499999992 10414577.0890195 26073 5000 1.149482e-10 10414577 Loop time of 0.0172429 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:37 2021 Pair time (%) = 0.00124002 (7.19145) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.201875) Outpt time (%) = 0.015867 (92.0204) Other time (%) = 0.000101089 (0.586267) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:37 2021 Memory usage per processor = 27.5491 Mbytes Step Atoms AVEKE stressZZ 26073 5000 1.149482e-10 10414517 26074 -0.014592499999992 10414385.6690416 26074 5000 1.1494016e-10 10414386 Loop time of 0.0182121 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:37 2021 Pair time (%) = 0.00148988 (8.18071) Neigh time (%) = 0 (0) Comm time (%) = 4.98295e-05 (0.273607) Outpt time (%) = 0.016547 (90.8571) Other time (%) = 0.000125408 (0.688599) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:37 2021 Memory usage per processor = 27.5491 Mbytes Step Atoms AVEKE stressZZ 26074 5000 1.1494016e-10 10414325 26075 -0.014592499999992 10414194.2590596 26075 5000 1.1493212e-10 10414194 Loop time of 0.0183411 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:37 2021 Pair time (%) = 0.00116801 (6.36829) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.175489) Outpt time (%) = 0.0170481 (92.9506) Other time (%) = 9.27448e-05 (0.505668) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:37 2021 Memory usage per processor = 27.5491 Mbytes Step Atoms AVEKE stressZZ 26075 5000 1.1493212e-10 10414134 26076 -0.014592499999992 10414002.8590715 26076 5000 1.1492408e-10 10414003 Loop time of 0.017534 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:37 2021 Pair time (%) = 0.00116897 (6.66685) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.183566) Outpt time (%) = 0.016216 (92.4833) Other time (%) = 0.000116825 (0.666277) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:37 2021 Memory usage per processor = 27.5491 Mbytes Step Atoms AVEKE stressZZ 26076 5000 1.1492408e-10 10413943 26077 -0.014592499999992 10413811.4690858 26077 5000 1.1491604e-10 10413811 Loop time of 0.017467 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:37 2021 Pair time (%) = 0.00122905 (7.03639) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.19519) Outpt time (%) = 0.0160708 (92.0068) Other time (%) = 0.000133038 (0.76165) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:37 2021 Memory usage per processor = 27.5491 Mbytes Step Atoms AVEKE stressZZ 26077 5000 1.1491604e-10 10413751 26078 -0.014592499999992 10413620.0891733 26078 5000 1.14908e-10 10413620 Loop time of 0.0181022 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:37 2021 Pair time (%) = 0.00132489 (7.31897) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.188341) Outpt time (%) = 0.016634 (91.8895) Other time (%) = 0.000109196 (0.603219) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:37 2021 Memory usage per processor = 27.5491 Mbytes Step Atoms AVEKE stressZZ 26078 5000 1.14908e-10 10413560 26079 -0.014592499999992 10413428.7193009 26079 5000 1.1489997e-10 10413429 Loop time of 0.0181479 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:37 2021 Pair time (%) = 0.00117302 (6.46365) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.176042) Outpt time (%) = 0.01685 (92.8479) Other time (%) = 9.29832e-05 (0.512362) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:37 2021 Memory usage per processor = 27.5491 Mbytes Step Atoms AVEKE stressZZ 26079 5000 1.1489997e-10 10413368 26080 -0.014592499999992 10413237.3594564 26080 5000 1.1489193e-10 10413237 Loop time of 0.0205312 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:37 2021 Pair time (%) = 0.00117016 (5.69942) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.155608) Outpt time (%) = 0.0192361 (93.6921) Other time (%) = 9.29832e-05 (0.452888) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:37 2021 Memory usage per processor = 27.5491 Mbytes Step Atoms AVEKE stressZZ 26080 5000 1.1489193e-10 10413177 26081 -0.014592499999992 10413046.009629 26081 5000 1.1488389e-10 10413046 Loop time of 0.0172119 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:37 2021 Pair time (%) = 0.00119209 (6.92598) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.196698) Outpt time (%) = 0.0158851 (92.2914) Other time (%) = 0.000100851 (0.585938) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:37 2021 Memory usage per processor = 27.5491 Mbytes Step Atoms AVEKE stressZZ 26081 5000 1.1488389e-10 10412986 26082 -0.014592499999992 10412854.6698125 26082 5000 1.1487586e-10 10412855 Loop time of 0.018327 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:37 2021 Pair time (%) = 0.00165009 (9.00363) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.206845) Outpt time (%) = 0.0164709 (89.8724) Other time (%) = 0.000168085 (0.917145) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:37 2021 Memory usage per processor = 27.5491 Mbytes Step Atoms AVEKE stressZZ 26082 5000 1.1487586e-10 10412794 26083 -0.014592499999992 10412663.3400185 26083 5000 1.1486783e-10 10412663 Loop time of 0.0180299 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:37 2021 Pair time (%) = 0.00117111 (6.49538) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.183807) Outpt time (%) = 0.0166819 (92.5234) Other time (%) = 0.000143766 (0.797376) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:37 2021 Memory usage per processor = 27.5491 Mbytes Step Atoms AVEKE stressZZ 26083 5000 1.1486783e-10 10412603 26084 -0.014592499999992 10412472.0202802 26084 5000 1.1485979e-10 10412472 Loop time of 0.0178349 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:37 2021 Pair time (%) = 0.00117898 (6.61052) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.185816) Outpt time (%) = 0.016525 (92.6556) Other time (%) = 9.77516e-05 (0.548092) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:37 2021 Memory usage per processor = 27.5491 Mbytes Step Atoms AVEKE stressZZ 26084 5000 1.1485979e-10 10412412 26085 -0.014592499999992 10412280.7105716 26085 5000 1.1485176e-10 10412281 Loop time of 0.0173628 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:37 2021 Pair time (%) = 0.00118208 (6.8081) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189495) Outpt time (%) = 0.0160451 (92.4106) Other time (%) = 0.000102758 (0.59183) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:37 2021 Memory usage per processor = 27.5491 Mbytes Step Atoms AVEKE stressZZ 26085 5000 1.1485176e-10 10412220 26086 -0.014592499999992 10412089.4108827 26086 5000 1.1484373e-10 10412089 Loop time of 0.017935 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:37 2021 Pair time (%) = 0.00160789 (8.9651) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.206049) Outpt time (%) = 0.0161531 (90.0645) Other time (%) = 0.000137091 (0.764374) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:37 2021 Memory usage per processor = 27.5491 Mbytes Step Atoms AVEKE stressZZ 26086 5000 1.1484373e-10 10412029 26087 -0.014592499999992 10411898.1212079 26087 5000 1.148357e-10 10411898 Loop time of 0.017909 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:37 2021 Pair time (%) = 0.00117111 (6.53922) Neigh time (%) = 0 (0) Comm time (%) = 5.48363e-05 (0.306193) Outpt time (%) = 0.0165739 (92.5449) Other time (%) = 0.000109196 (0.609724) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:37 2021 Memory usage per processor = 27.5491 Mbytes Step Atoms AVEKE stressZZ 26087 5000 1.148357e-10 10411838 26088 -0.014592499999992 10411706.8415421 26088 5000 1.1482767e-10 10411707 Loop time of 0.018028 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:37 2021 Pair time (%) = 0.00120711 (6.69576) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.177214) Outpt time (%) = 0.0166962 (92.6126) Other time (%) = 9.27448e-05 (0.514448) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:37 2021 Memory usage per processor = 27.5491 Mbytes Step Atoms AVEKE stressZZ 26088 5000 1.1482767e-10 10411647 26089 -0.014592499999992 10411515.5718821 26089 5000 1.1481965e-10 10411516 Loop time of 0.0172729 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:37 2021 Pair time (%) = 0.00119591 (6.92359) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190481) Outpt time (%) = 0.015944 (92.3062) Other time (%) = 0.000100136 (0.579726) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:37 2021 Memory usage per processor = 27.5491 Mbytes Step Atoms AVEKE stressZZ 26089 5000 1.1481965e-10 10411455 26090 -0.014592499999992 10411324.3122259 26090 5000 1.1481162e-10 10411324 Loop time of 0.0209889 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:37 2021 Pair time (%) = 0.00174904 (8.33314) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.165845) Outpt time (%) = 0.019026 (90.6479) Other time (%) = 0.000179052 (0.853079) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:37 2021 Memory usage per processor = 27.5491 Mbytes Step Atoms AVEKE stressZZ 26090 5000 1.1481162e-10 10411264 26091 -0.014592499999992 10411133.0625738 26091 5000 1.1480359e-10 10411133 Loop time of 0.0182049 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:37 2021 Pair time (%) = 0.00134397 (7.38243) Neigh time (%) = 0 (0) Comm time (%) = 6.29425e-05 (0.345744) Outpt time (%) = 0.016664 (91.5358) Other time (%) = 0.000133991 (0.736016) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:37 2021 Memory usage per processor = 27.5491 Mbytes Step Atoms AVEKE stressZZ 26091 5000 1.1480359e-10 10411073 26092 -0.014592499999992 10410941.8229191 26092 5000 1.1479557e-10 10410942 Loop time of 0.0179062 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:37 2021 Pair time (%) = 0.00119185 (6.6561) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.173093) Outpt time (%) = 0.0165758 (92.5703) Other time (%) = 0.000107527 (0.600501) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:37 2021 Memory usage per processor = 27.5491 Mbytes Step Atoms AVEKE stressZZ 26092 5000 1.1479557e-10 10410882 26093 -0.014592499999992 10410750.5932595 26093 5000 1.1478754e-10 10410751 Loop time of 0.0172558 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:37 2021 Pair time (%) = 0.00126696 (7.34221) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185144) Outpt time (%) = 0.0158348 (91.7652) Other time (%) = 0.00012207 (0.707417) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:37 2021 Memory usage per processor = 27.5491 Mbytes Step Atoms AVEKE stressZZ 26093 5000 1.1478754e-10 10410690 26094 -0.014592499999992 10410559.3735925 26094 5000 1.1477952e-10 10410559 Loop time of 0.0187109 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:37 2021 Pair time (%) = 0.00128102 (6.84642) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.187311) Outpt time (%) = 0.0172238 (92.0527) Other time (%) = 0.000170946 (0.91362) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:37 2021 Memory usage per processor = 27.5491 Mbytes Step Atoms AVEKE stressZZ 26094 5000 1.1477952e-10 10410499 26095 -0.014592499999992 10410368.1639161 26095 5000 1.147715e-10 10410368 Loop time of 0.0194561 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:38 2021 Pair time (%) = 0.00149012 (7.65884) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.165431) Outpt time (%) = 0.017843 (91.7088) Other time (%) = 9.08375e-05 (0.466883) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:38 2021 Memory usage per processor = 27.5491 Mbytes Step Atoms AVEKE stressZZ 26095 5000 1.147715e-10 10410308 26096 -0.014592499999992 10410176.964228 26096 5000 1.1476348e-10 10410177 Loop time of 0.01966 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:38 2021 Pair time (%) = 0.00224781 (11.4334) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.162503) Outpt time (%) = 0.0172899 (87.9445) Other time (%) = 9.03606e-05 (0.459617) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:38 2021 Memory usage per processor = 27.5491 Mbytes Step Atoms AVEKE stressZZ 26096 5000 1.1476348e-10 10410117 26097 -0.014592499999992 10409985.7745264 26097 5000 1.1475546e-10 10409986 Loop time of 0.0188448 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:38 2021 Pair time (%) = 0.00126791 (6.72815) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.169532) Outpt time (%) = 0.0173841 (92.2483) Other time (%) = 0.000160933 (0.853987) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:38 2021 Memory usage per processor = 27.5491 Mbytes Step Atoms AVEKE stressZZ 26097 5000 1.1475546e-10 10409926 26098 -0.014592499999992 10409794.5948092 26098 5000 1.1474744e-10 10409795 Loop time of 0.017529 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:38 2021 Pair time (%) = 0.00117016 (6.67555) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.1945) Outpt time (%) = 0.016223 (92.5492) Other time (%) = 0.000101805 (0.580779) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:28:38 2021 Memory usage per processor = 27.5491 Mbytes Step Atoms AVEKE stressZZ 26098 5000 1.1474744e-10 10409734 26099 -0.014592499999992 10409577.9072863 26099 5000 2.2618713e-10 10409921 Loop time of 0.0176001 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:38 2021 Pair time (%) = 0.00164199 (9.32945) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.227581) Outpt time (%) = 0.015713 (89.278) Other time (%) = 0.00020504 (1.165) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:38 2021 Memory usage per processor = 27.5491 Mbytes Step Atoms AVEKE stressZZ 26099 5000 2.2618713e-10 10483697 26100 -0.014624999999992 10483524.4411604 26100 5000 1.8193721e-10 10483524 Loop time of 0.0204499 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:38 2021 Pair time (%) = 0.00117707 (5.75589) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.162056) Outpt time (%) = 0.0191488 (93.6379) Other time (%) = 9.08375e-05 (0.444196) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:38 2021 Memory usage per processor = 27.5492 Mbytes Step Atoms AVEKE stressZZ 26100 5000 1.8193721e-10 10483443 26101 -0.014624999999992 10483285.1990217 26101 5000 1.5631952e-10 10483285 Loop time of 0.0179281 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:38 2021 Pair time (%) = 0.00117111 (6.53226) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.178201) Outpt time (%) = 0.0165961 (92.5701) Other time (%) = 0.000128984 (0.719453) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:38 2021 Memory usage per processor = 27.5492 Mbytes Step Atoms AVEKE stressZZ 26101 5000 1.5631952e-10 10483211 26102 -0.014624999999992 10483062.82101 26102 5000 1.4104872e-10 10483063 Loop time of 0.017251 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:38 2021 Pair time (%) = 0.00118184 (6.85085) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185195) Outpt time (%) = 0.0159121 (92.2384) Other time (%) = 0.00012517 (0.725579) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:38 2021 Memory usage per processor = 27.5492 Mbytes Step Atoms AVEKE stressZZ 26102 5000 1.4104872e-10 10482994 26103 -0.014624999999992 10482851.1639856 26103 5000 1.3174999e-10 10482851 Loop time of 0.017344 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:38 2021 Pair time (%) = 0.00139713 (8.05543) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.21307) Outpt time (%) = 0.015758 (90.8559) Other time (%) = 0.000151873 (0.87565) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:38 2021 Memory usage per processor = 27.5492 Mbytes Step Atoms AVEKE stressZZ 26103 5000 1.3174999e-10 10482785 26104 -0.014624999999992 10482646.3239341 26104 5000 1.2600281e-10 10482646 Loop time of 0.018218 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:38 2021 Pair time (%) = 0.00123405 (6.77381) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.181909) Outpt time (%) = 0.0168521 (92.5025) Other time (%) = 9.87053e-05 (0.5418) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:38 2021 Memory usage per processor = 27.5492 Mbytes Step Atoms AVEKE stressZZ 26104 5000 1.2600281e-10 10482582 26105 -0.014624999999992 10482445.8198185 26105 5000 1.2241421e-10 10482446 Loop time of 0.017899 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:38 2021 Pair time (%) = 0.00120091 (6.70938) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.190479) Outpt time (%) = 0.0165641 (92.542) Other time (%) = 9.98974e-05 (0.558116) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:38 2021 Memory usage per processor = 27.5492 Mbytes Step Atoms AVEKE stressZZ 26105 5000 1.2241421e-10 10482383 26106 -0.014624999999992 10482248.0749156 26106 5000 1.2015763e-10 10482248 Loop time of 0.0172741 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:38 2021 Pair time (%) = 0.00126195 (7.30543) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184947) Outpt time (%) = 0.015856 (91.7905) Other time (%) = 0.000124216 (0.719087) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:38 2021 Memory usage per processor = 27.5492 Mbytes Step Atoms AVEKE stressZZ 26106 5000 1.2015763e-10 10482186 26107 -0.014624999999992 10482052.0871431 26107 5000 1.1873148e-10 10482052 Loop time of 0.0174928 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:38 2021 Pair time (%) = 0.00132108 (7.55213) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.211258) Outpt time (%) = 0.0160198 (91.5797) Other time (%) = 0.000114918 (0.656944) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:38 2021 Memory usage per processor = 27.5492 Mbytes Step Atoms AVEKE stressZZ 26107 5000 1.1873148e-10 10481990 26108 -0.014624999999992 10481857.2197258 26108 5000 1.178266e-10 10481857 Loop time of 0.0179141 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:38 2021 Pair time (%) = 0.00131011 (7.31331) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.183665) Outpt time (%) = 0.016468 (91.9281) Other time (%) = 0.000102997 (0.57495) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:38 2021 Memory usage per processor = 27.5492 Mbytes Step Atoms AVEKE stressZZ 26108 5000 1.178266e-10 10481796 26109 -0.014624999999992 10481663.0680345 26109 5000 1.1725035e-10 10481663 Loop time of 0.0180478 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:38 2021 Pair time (%) = 0.00117016 (6.48366) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.177019) Outpt time (%) = 0.016752 (92.8202) Other time (%) = 9.36985e-05 (0.519168) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:38 2021 Memory usage per processor = 27.5492 Mbytes Step Atoms AVEKE stressZZ 26109 5000 1.1725035e-10 10481602 26110 -0.014624999999992 10481469.374871 26110 5000 1.168819e-10 10481469 Loop time of 0.0201161 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:38 2021 Pair time (%) = 0.00117016 (5.81703) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.158819) Outpt time (%) = 0.0188181 (93.5477) Other time (%) = 9.58443e-05 (0.476456) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:38 2021 Memory usage per processor = 27.5492 Mbytes Step Atoms AVEKE stressZZ 26110 5000 1.168819e-10 10481408 26111 -0.014624999999992 10481275.9767843 26111 5000 1.1664506e-10 10481276 Loop time of 0.017288 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:38 2021 Pair time (%) = 0.00122285 (7.07341) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197211) Outpt time (%) = 0.0159271 (92.1281) Other time (%) = 0.000103951 (0.601288) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:38 2021 Memory usage per processor = 27.5492 Mbytes Step Atoms AVEKE stressZZ 26111 5000 1.1664506e-10 10481215 26112 -0.014624999999992 10481082.7699001 26112 5000 1.164917e-10 10481083 Loop time of 0.0183001 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:38 2021 Pair time (%) = 0.00157309 (8.59607) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.201939) Outpt time (%) = 0.0165231 (90.29) Other time (%) = 0.000166893 (0.911981) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:38 2021 Memory usage per processor = 27.5492 Mbytes Step Atoms AVEKE stressZZ 26112 5000 1.164917e-10 10481022 26113 -0.014624999999992 10480889.6882045 26113 5000 1.1639132e-10 10480890 Loop time of 0.0186188 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:38 2021 Pair time (%) = 0.0016911 (9.08276) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.210006) Outpt time (%) = 0.016721 (89.807) Other time (%) = 0.000167608 (0.900209) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:38 2021 Memory usage per processor = 27.5492 Mbytes Step Atoms AVEKE stressZZ 26113 5000 1.1639132e-10 10480829 26114 -0.014624999999992 10480696.6897448 26114 5000 1.1632458e-10 10480697 Loop time of 0.018075 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:38 2021 Pair time (%) = 0.00121093 (6.69947) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.182029) Outpt time (%) = 0.0167179 (92.492) Other time (%) = 0.000113249 (0.62655) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:38 2021 Memory usage per processor = 27.5492 Mbytes Step Atoms AVEKE stressZZ 26114 5000 1.1632458e-10 10480636 26115 -0.014624999999992 10480503.7478586 26115 5000 1.162792e-10 10480504 Loop time of 0.017272 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:38 2021 Pair time (%) = 0.00120902 (6.99989) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.202915) Outpt time (%) = 0.0159249 (92.2009) Other time (%) = 0.000102997 (0.596323) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:38 2021 Memory usage per processor = 27.5492 Mbytes Step Atoms AVEKE stressZZ 26115 5000 1.162792e-10 10480443 26116 -0.014624999999992 10480310.8456013 26116 5000 1.162474e-10 10480311 Loop time of 0.0180249 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:38 2021 Pair time (%) = 0.00162005 (8.98786) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.205021) Outpt time (%) = 0.0162151 (89.9593) Other time (%) = 0.000152826 (0.847861) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:38 2021 Memory usage per processor = 27.5492 Mbytes Step Atoms AVEKE stressZZ 26116 5000 1.162474e-10 10480250 26117 -0.014624999999992 10480117.972244 26117 5000 1.1622423e-10 10480118 Loop time of 0.017905 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:38 2021 Pair time (%) = 0.00116515 (6.50741) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.178431) Outpt time (%) = 0.016613 (92.7842) Other time (%) = 9.48906e-05 (0.529967) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:38 2021 Memory usage per processor = 27.5492 Mbytes Step Atoms AVEKE stressZZ 26117 5000 1.1622423e-10 10480057 26118 -0.014624999999992 10479925.1210153 26118 5000 1.1620653e-10 10479925 Loop time of 0.0178342 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:38 2021 Pair time (%) = 0.00117016 (6.56132) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.17914) Outpt time (%) = 0.016537 (92.7261) Other time (%) = 9.5129e-05 (0.533408) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:38 2021 Memory usage per processor = 27.5492 Mbytes Step Atoms AVEKE stressZZ 26118 5000 1.1620653e-10 10479864 26119 -0.014624999999992 10479732.2875107 26119 5000 1.1619232e-10 10479732 Loop time of 0.0171089 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:38 2021 Pair time (%) = 0.00117517 (6.86873) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.197882) Outpt time (%) = 0.015785 (92.2617) Other time (%) = 0.000114918 (0.671683) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:38 2021 Memory usage per processor = 27.5492 Mbytes Step Atoms AVEKE stressZZ 26119 5000 1.1619232e-10 10479672 26120 -0.014624999999992 10479539.4689515 26120 5000 1.1618032e-10 10479539 Loop time of 0.0206652 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:38 2021 Pair time (%) = 0.00140095 (6.77927) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.178827) Outpt time (%) = 0.019063 (92.247) Other time (%) = 0.00016427 (0.794914) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:38 2021 Memory usage per processor = 27.5492 Mbytes Step Atoms AVEKE stressZZ 26120 5000 1.1618032e-10 10479479 26121 -0.014624999999992 10479346.6635725 26121 5000 1.1616973e-10 10479347 Loop time of 0.0182731 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:38 2021 Pair time (%) = 0.00127387 (6.97128) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.174837) Outpt time (%) = 0.016865 (92.2941) Other time (%) = 0.000102282 (0.559738) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:38 2021 Memory usage per processor = 27.5492 Mbytes Step Atoms AVEKE stressZZ 26121 5000 1.1616973e-10 10479286 26122 -0.014624999999992 10479153.8702518 26122 5000 1.1616003e-10 10479154 Loop time of 0.0180321 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:38 2021 Pair time (%) = 0.00121093 (6.71541) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.178496) Outpt time (%) = 0.016695 (92.5851) Other time (%) = 9.39369e-05 (0.520944) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:38 2021 Memory usage per processor = 27.5492 Mbytes Step Atoms AVEKE stressZZ 26122 5000 1.1616003e-10 10479093 26123 -0.014624999999992 10478961.0882753 26123 5000 1.161509e-10 10478961 Loop time of 0.0177031 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:38 2021 Pair time (%) = 0.00126314 (7.13516) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.191241) Outpt time (%) = 0.0163062 (92.1093) Other time (%) = 9.98974e-05 (0.564295) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:38 2021 Memory usage per processor = 27.5492 Mbytes Step Atoms AVEKE stressZZ 26123 5000 1.161509e-10 10478900 26124 -0.014624999999992 10478768.3171883 26124 5000 1.1614213e-10 10478768 Loop time of 0.0173872 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:38 2021 Pair time (%) = 0.00122809 (7.06323) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.196086) Outpt time (%) = 0.016 (92.0222) Other time (%) = 0.000124931 (0.718527) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:38 2021 Memory usage per processor = 27.5492 Mbytes Step Atoms AVEKE stressZZ 26124 5000 1.1614213e-10 10478708 26125 -0.014624999999992 10478575.5566976 26125 5000 1.1613359e-10 10478576 Loop time of 0.0182569 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:38 2021 Pair time (%) = 0.00134301 (7.35619) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.185439) Outpt time (%) = 0.016767 (91.8394) Other time (%) = 0.00011301 (0.619001) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:38 2021 Memory usage per processor = 27.5492 Mbytes Step Atoms AVEKE stressZZ 26125 5000 1.1613359e-10 10478515 26126 -0.014624999999992 10478382.8065808 26126 5000 1.161252e-10 10478383 Loop time of 0.0177848 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:38 2021 Pair time (%) = 0.00117683 (6.61707) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.179637) Outpt time (%) = 0.0164828 (92.6791) Other time (%) = 9.32217e-05 (0.524164) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:38 2021 Memory usage per processor = 27.5492 Mbytes Step Atoms AVEKE stressZZ 26126 5000 1.161252e-10 10478322 26127 -0.014624999999992 10478190.066756 26127 5000 1.1611691e-10 10478190 Loop time of 0.0174429 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:38 2021 Pair time (%) = 0.00120807 (6.92582) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183158) Outpt time (%) = 0.0161068 (92.3402) Other time (%) = 9.60827e-05 (0.55084) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:38 2021 Memory usage per processor = 27.5492 Mbytes Step Atoms AVEKE stressZZ 26127 5000 1.1611691e-10 10478129 26128 -0.014624999999992 10477997.3371475 26128 5000 1.1610867e-10 10477997 Loop time of 0.0174301 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:38 2021 Pair time (%) = 0.00131607 (7.55058) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.201075) Outpt time (%) = 0.0159361 (91.429) Other time (%) = 0.000142813 (0.819347) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:38 2021 Memory usage per processor = 27.5492 Mbytes Step Atoms AVEKE stressZZ 26128 5000 1.1610867e-10 10477937 26129 -0.014624999999992 10477804.6177066 26129 5000 1.1610047e-10 10477805 Loop time of 0.018157 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:38 2021 Pair time (%) = 0.0013411 (7.38615) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.18252) Outpt time (%) = 0.016669 (91.805) Other time (%) = 0.000113726 (0.626346) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:38 2021 Memory usage per processor = 27.5492 Mbytes Step Atoms AVEKE stressZZ 26129 5000 1.1610047e-10 10477744 26130 -0.014624999999992 10477611.9084015 26130 5000 1.160923e-10 10477612 Loop time of 0.0206451 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:38 2021 Pair time (%) = 0.00116897 (5.66219) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.155904) Outpt time (%) = 0.0193522 (93.7373) Other time (%) = 9.17912e-05 (0.444614) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:38 2021 Memory usage per processor = 27.5492 Mbytes Step Atoms AVEKE stressZZ 26130 5000 1.160923e-10 10477551 26131 -0.014624999999992 10477419.2092117 26131 5000 1.1608414e-10 10477419 Loop time of 0.018023 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:38 2021 Pair time (%) = 0.00125813 (6.98071) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.182554) Outpt time (%) = 0.0165701 (91.9385) Other time (%) = 0.000161886 (0.898219) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:38 2021 Memory usage per processor = 27.5492 Mbytes Step Atoms AVEKE stressZZ 26131 5000 1.1608414e-10 10477358 26132 -0.014624999999992 10477226.5201233 26132 5000 1.1607599e-10 10477227 Loop time of 0.017575 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:38 2021 Pair time (%) = 0.00124884 (7.10575) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.181781) Outpt time (%) = 0.0161309 (91.7832) Other time (%) = 0.000163317 (0.929255) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:38 2021 Memory usage per processor = 27.5492 Mbytes Step Atoms AVEKE stressZZ 26132 5000 1.1607599e-10 10477166 26133 -0.014624999999992 10477033.8411268 26133 5000 1.1606785e-10 10477034 Loop time of 0.0179548 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:38 2021 Pair time (%) = 0.00159311 (8.8729) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.212461) Outpt time (%) = 0.016166 (90.0369) Other time (%) = 0.000157595 (0.877729) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:38 2021 Memory usage per processor = 27.5492 Mbytes Step Atoms AVEKE stressZZ 26133 5000 1.1606785e-10 10476973 26134 -0.014624999999992 10476841.172216 26134 5000 1.1605971e-10 10476841 Loop time of 0.0179071 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:38 2021 Pair time (%) = 0.00117016 (6.53459) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.17841) Outpt time (%) = 0.0166111 (92.7624) Other time (%) = 9.39369e-05 (0.524578) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:38 2021 Memory usage per processor = 27.5492 Mbytes Step Atoms AVEKE stressZZ 26134 5000 1.1605971e-10 10476780 26135 -0.014624999999992 10476648.5133859 26135 5000 1.1605158e-10 10476649 Loop time of 0.017935 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:38 2021 Pair time (%) = 0.0011692 (6.51911) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.178132) Outpt time (%) = 0.0166409 (92.7843) Other time (%) = 9.29832e-05 (0.518445) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:38 2021 Memory usage per processor = 27.5492 Mbytes Step Atoms AVEKE stressZZ 26135 5000 1.1605158e-10 10476588 26136 -0.014624999999992 10476455.8646331 26136 5000 1.1604345e-10 10476456 Loop time of 0.0198991 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:39 2021 Pair time (%) = 0.00144601 (7.26669) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.161748) Outpt time (%) = 0.018327 (92.0995) Other time (%) = 9.39369e-05 (0.472065) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:39 2021 Memory usage per processor = 27.5492 Mbytes Step Atoms AVEKE stressZZ 26136 5000 1.1604345e-10 10476395 26137 -0.014624999999992 10476263.2259547 26137 5000 1.1603533e-10 10476263 Loop time of 0.018239 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:39 2021 Pair time (%) = 0.00116611 (6.39346) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.169935) Outpt time (%) = 0.0169499 (92.932) Other time (%) = 9.20296e-05 (0.504575) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:39 2021 Memory usage per processor = 27.5492 Mbytes Step Atoms AVEKE stressZZ 26137 5000 1.1603533e-10 10476202 26138 -0.014624999999992 10476070.5973486 26138 5000 1.160272e-10 10476071 Loop time of 0.0180779 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:39 2021 Pair time (%) = 0.00116992 (6.47157) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.178044) Outpt time (%) = 0.0167868 (92.8585) Other time (%) = 8.89301e-05 (0.491929) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:39 2021 Memory usage per processor = 27.5492 Mbytes Step Atoms AVEKE stressZZ 26138 5000 1.160272e-10 10476010 26139 -0.014624999999992 10475877.9788128 26139 5000 1.1601907e-10 10475878 Loop time of 0.0178101 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:39 2021 Pair time (%) = 0.00129104 (7.2489) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.186075) Outpt time (%) = 0.016355 (91.8301) Other time (%) = 0.000130892 (0.73493) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:39 2021 Memory usage per processor = 27.5492 Mbytes Step Atoms AVEKE stressZZ 26139 5000 1.1601907e-10 10475817 26140 -0.014624999999992 10475685.3703452 26140 5000 1.1601095e-10 10475685 Loop time of 0.0210369 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:39 2021 Pair time (%) = 0.001472 (6.99722) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.156401) Outpt time (%) = 0.019402 (92.2287) Other time (%) = 0.000129938 (0.617669) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:39 2021 Memory usage per processor = 27.5492 Mbytes Step Atoms AVEKE stressZZ 26140 5000 1.1601095e-10 10475625 26141 -0.014624999999992 10475492.7719444 26141 5000 1.1600283e-10 10475493 Loop time of 0.0184309 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:39 2021 Pair time (%) = 0.00138617 (7.52086) Neigh time (%) = 0 (0) Comm time (%) = 6.29425e-05 (0.341504) Outpt time (%) = 0.0168591 (91.4714) Other time (%) = 0.000122786 (0.666192) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:39 2021 Memory usage per processor = 27.5492 Mbytes Step Atoms AVEKE stressZZ 26141 5000 1.1600283e-10 10475432 26142 -0.014624999999992 10475300.1836089 26142 5000 1.1599471e-10 10475300 Loop time of 0.0179069 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:39 2021 Pair time (%) = 0.00121593 (6.79031) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.178412) Outpt time (%) = 0.0165648 (92.5054) Other time (%) = 9.41753e-05 (0.525916) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:39 2021 Memory usage per processor = 27.5492 Mbytes Step Atoms AVEKE stressZZ 26142 5000 1.1599471e-10 10475239 26143 -0.014624999999992 10475107.605337 26143 5000 1.1598659e-10 10475108 Loop time of 0.017148 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:39 2021 Pair time (%) = 0.00124884 (7.28269) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.187698) Outpt time (%) = 0.0157731 (91.9818) Other time (%) = 9.39369e-05 (0.5478) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:39 2021 Memory usage per processor = 27.5492 Mbytes Step Atoms AVEKE stressZZ 26143 5000 1.1598659e-10 10475047 26144 -0.014624999999992 10474915.0371276 26144 5000 1.1597847e-10 10474915 Loop time of 0.017957 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:39 2021 Pair time (%) = 0.00150704 (8.39253) Neigh time (%) = 0 (0) Comm time (%) = 4.57764e-05 (0.254923) Outpt time (%) = 0.016217 (90.3103) Other time (%) = 0.000187159 (1.04226) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:39 2021 Memory usage per processor = 27.5492 Mbytes Step Atoms AVEKE stressZZ 26144 5000 1.1597847e-10 10474854 26145 -0.014624999999992 10474722.4789791 26145 5000 1.1597035e-10 10474722 Loop time of 0.0179579 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:39 2021 Pair time (%) = 0.00119615 (6.66083) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.183216) Outpt time (%) = 0.016582 (92.3381) Other time (%) = 0.000146866 (0.817833) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:39 2021 Memory usage per processor = 27.5492 Mbytes Step Atoms AVEKE stressZZ 26145 5000 1.1597035e-10 10474662 26146 -0.014624999999992 10474529.9308901 26146 5000 1.1596223e-10 10474530 Loop time of 0.0181391 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:39 2021 Pair time (%) = 0.0012722 (7.01358) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.186643) Outpt time (%) = 0.0167301 (92.232) Other time (%) = 0.000102997 (0.567816) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:39 2021 Memory usage per processor = 27.5492 Mbytes Step Atoms AVEKE stressZZ 26146 5000 1.1596223e-10 10474469 26147 -0.014624999999992 10474337.3928596 26147 5000 1.1595411e-10 10474337 Loop time of 0.0172551 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:39 2021 Pair time (%) = 0.00117207 (6.79259) Neigh time (%) = 0 (0) Comm time (%) = 6.41346e-05 (0.371686) Outpt time (%) = 0.0159252 (92.2927) Other time (%) = 9.36985e-05 (0.54302) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:39 2021 Memory usage per processor = 27.5492 Mbytes Step Atoms AVEKE stressZZ 26147 5000 1.1595411e-10 10474277 26148 -0.014624999999992 10474144.8648859 26148 5000 1.15946e-10 10474145 Loop time of 0.017642 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:39 2021 Pair time (%) = 0.00137997 (7.82204) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.271636) Outpt time (%) = 0.0160339 (90.8846) Other time (%) = 0.000180244 (1.02168) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:39 2021 Memory usage per processor = 27.5492 Mbytes Step Atoms AVEKE stressZZ 26148 5000 1.15946e-10 10474084 26149 -0.014624999999992 10473952.3469678 26149 5000 1.1593788e-10 10473952 Loop time of 0.018111 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:39 2021 Pair time (%) = 0.00120997 (6.68088) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.176402) Outpt time (%) = 0.0167701 (92.5964) Other time (%) = 9.89437e-05 (0.546319) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:39 2021 Memory usage per processor = 27.5492 Mbytes Step Atoms AVEKE stressZZ 26149 5000 1.1593788e-10 10473892 26150 -0.014624999999992 10473759.8391041 26150 5000 1.1592977e-10 10473760 Loop time of 0.0206711 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:39 2021 Pair time (%) = 0.00116897 (5.65507) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.155708) Outpt time (%) = 0.019376 (93.7348) Other time (%) = 9.39369e-05 (0.454435) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:39 2021 Memory usage per processor = 27.5492 Mbytes Step Atoms AVEKE stressZZ 26150 5000 1.1592977e-10 10473699 26151 -0.014624999999992 10473567.341316 26151 5000 1.1592166e-10 10473567 Loop time of 0.0173271 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:39 2021 Pair time (%) = 0.00117302 (6.76987) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184383) Outpt time (%) = 0.0160282 (92.5036) Other time (%) = 9.39369e-05 (0.54214) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:39 2021 Memory usage per processor = 27.5492 Mbytes Step Atoms AVEKE stressZZ 26151 5000 1.1592166e-10 10473507 26152 -0.014624999999992 10473374.8536046 26152 5000 1.1591355e-10 10473375 Loop time of 0.0174239 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:39 2021 Pair time (%) = 0.00122619 (7.0374) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.275037) Outpt time (%) = 0.0159988 (91.8214) Other time (%) = 0.000150919 (0.866162) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:39 2021 Memory usage per processor = 27.5492 Mbytes Step Atoms AVEKE stressZZ 26152 5000 1.1591355e-10 10473314 26153 -0.014624999999992 10473182.3759587 26153 5000 1.1590544e-10 10473182 Loop time of 0.0178781 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:39 2021 Pair time (%) = 0.00126791 (7.09199) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.185368) Outpt time (%) = 0.016454 (92.0345) Other time (%) = 0.000123024 (0.688128) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:39 2021 Memory usage per processor = 27.5492 Mbytes Step Atoms AVEKE stressZZ 26153 5000 1.1590544e-10 10473122 26154 -0.014624999999992 10472989.9083741 26154 5000 1.1589733e-10 10472990 Loop time of 0.0185058 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:39 2021 Pair time (%) = 0.00165105 (8.92178) Neigh time (%) = 0 (0) Comm time (%) = 6.07967e-05 (0.328528) Outpt time (%) = 0.0165849 (89.6198) Other time (%) = 0.000209093 (1.12988) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:39 2021 Memory usage per processor = 27.5492 Mbytes Step Atoms AVEKE stressZZ 26154 5000 1.1589733e-10 10472929 26155 -0.014624999999992 10472797.4508481 26155 5000 1.1588922e-10 10472797 Loop time of 0.0178049 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:39 2021 Pair time (%) = 0.00120807 (6.78504) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.191486) Outpt time (%) = 0.016396 (92.0875) Other time (%) = 0.000166655 (0.936006) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:39 2021 Memory usage per processor = 27.5492 Mbytes Step Atoms AVEKE stressZZ 26155 5000 1.1588922e-10 10472737 26156 -0.014624999999992 10472605.0033781 26156 5000 1.1588111e-10 10472605 Loop time of 0.0174739 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:39 2021 Pair time (%) = 0.00121093 (6.92991) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.193748) Outpt time (%) = 0.0160978 (92.1245) Other time (%) = 0.000131369 (0.751798) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:39 2021 Memory usage per processor = 27.5492 Mbytes Step Atoms AVEKE stressZZ 26156 5000 1.1588111e-10 10472544 26157 -0.014624999999992 10472412.5659623 26157 5000 1.15873e-10 10472413 Loop time of 0.0181282 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:39 2021 Pair time (%) = 0.00156879 (8.65391) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.214375) Outpt time (%) = 0.0163641 (90.269) Other time (%) = 0.000156403 (0.862761) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:39 2021 Memory usage per processor = 27.5492 Mbytes Step Atoms AVEKE stressZZ 26157 5000 1.15873e-10 10472352 26158 -0.014624999999992 10472220.1385989 26158 5000 1.158649e-10 10472220 Loop time of 0.01842 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:39 2021 Pair time (%) = 0.00116992 (6.35136) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.173443) Outpt time (%) = 0.0171239 (92.9639) Other time (%) = 9.41753e-05 (0.511267) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:39 2021 Memory usage per processor = 27.5492 Mbytes Step Atoms AVEKE stressZZ 26158 5000 1.158649e-10 10472159 26159 -0.014624999999992 10472027.7212859 26159 5000 1.1585679e-10 10472028 Loop time of 0.0181739 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:39 2021 Pair time (%) = 0.00135612 (7.46192) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.175791) Outpt time (%) = 0.016664 (91.6919) Other time (%) = 0.000121832 (0.670366) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:39 2021 Memory usage per processor = 27.5492 Mbytes Step Atoms AVEKE stressZZ 26159 5000 1.1585679e-10 10471967 26160 -0.014624999999992 10471835.3140223 26160 5000 1.1584869e-10 10471835 Loop time of 0.0198669 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:39 2021 Pair time (%) = 0.00119901 (6.03519) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.171611) Outpt time (%) = 0.018533 (93.2856) Other time (%) = 0.000100851 (0.507632) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:39 2021 Memory usage per processor = 27.5492 Mbytes Step Atoms AVEKE stressZZ 26160 5000 1.1584869e-10 10471775 26161 -0.014624999999992 10471642.9168063 26161 5000 1.1584058e-10 10471643 Loop time of 0.0175059 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:39 2021 Pair time (%) = 0.00124097 (7.08887) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.194757) Outpt time (%) = 0.016082 (91.8665) Other time (%) = 0.000148773 (0.849847) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:39 2021 Memory usage per processor = 27.5492 Mbytes Step Atoms AVEKE stressZZ 26161 5000 1.1584058e-10 10471582 26162 -0.014624999999992 10471450.5296362 26162 5000 1.1583248e-10 10471451 Loop time of 0.018055 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:39 2021 Pair time (%) = 0.00124311 (6.88517) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.182231) Outpt time (%) = 0.0166781 (92.374) Other time (%) = 0.000100851 (0.558578) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:39 2021 Memory usage per processor = 27.5492 Mbytes Step Atoms AVEKE stressZZ 26162 5000 1.1583248e-10 10471390 26163 -0.014624999999992 10471258.1525105 26163 5000 1.1582438e-10 10471258 Loop time of 0.0179188 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:39 2021 Pair time (%) = 0.00117302 (6.5463) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.178293) Outpt time (%) = 0.0166218 (92.7618) Other time (%) = 9.20296e-05 (0.513592) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:39 2021 Memory usage per processor = 27.5492 Mbytes Step Atoms AVEKE stressZZ 26163 5000 1.1582438e-10 10471197 26164 -0.014624999999992 10471065.7854167 26164 5000 1.1581628e-10 10471066 Loop time of 0.017185 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:39 2021 Pair time (%) = 0.00118995 (6.92435) Neigh time (%) = 0 (0) Comm time (%) = 6.60419e-05 (0.384301) Outpt time (%) = 0.015835 (92.1447) Other time (%) = 9.39369e-05 (0.546622) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:39 2021 Memory usage per processor = 27.5492 Mbytes Step Atoms AVEKE stressZZ 26164 5000 1.1581628e-10 10471005 26165 -0.014624999999992 10470873.4283642 26165 5000 1.1580818e-10 10470873 Loop time of 0.0174799 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:39 2021 Pair time (%) = 0.00131893 (7.54542) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.200502) Outpt time (%) = 0.016021 (91.6539) Other time (%) = 0.000104904 (0.600142) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:39 2021 Memory usage per processor = 27.5492 Mbytes Step Atoms AVEKE stressZZ 26165 5000 1.1580818e-10 10470813 26166 -0.014624999999992 10470681.0813518 26166 5000 1.1580008e-10 10470681 Loop time of 0.0181401 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:39 2021 Pair time (%) = 0.00131297 (7.23796) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.20372) Outpt time (%) = 0.016654 (91.8078) Other time (%) = 0.000136137 (0.750476) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:39 2021 Memory usage per processor = 27.5492 Mbytes Step Atoms AVEKE stressZZ 26166 5000 1.1580008e-10 10470620 26167 -0.014624999999992 10470488.7443783 26167 5000 1.1579198e-10 10470489 Loop time of 0.01776 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:39 2021 Pair time (%) = 0.00120306 (6.77397) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.179888) Outpt time (%) = 0.0164301 (92.5118) Other time (%) = 9.48906e-05 (0.534293) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:39 2021 Memory usage per processor = 27.5492 Mbytes Step Atoms AVEKE stressZZ 26167 5000 1.1579198e-10 10470428 26168 -0.014624999999992 10470296.4174424 26168 5000 1.1578389e-10 10470296 Loop time of 0.0174041 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:39 2021 Pair time (%) = 0.00121999 (7.00978) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183567) Outpt time (%) = 0.016057 (92.2601) Other time (%) = 9.5129e-05 (0.54659) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:39 2021 Memory usage per processor = 27.5492 Mbytes Step Atoms AVEKE stressZZ 26168 5000 1.1578389e-10 10470236 26169 -0.014624999999992 10470104.1005429 26169 5000 1.1577579e-10 10470104 Loop time of 0.0175631 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:39 2021 Pair time (%) = 0.00134182 (7.63999) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.210412) Outpt time (%) = 0.0160761 (91.5333) Other time (%) = 0.000108242 (0.616304) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:39 2021 Memory usage per processor = 27.5492 Mbytes Step Atoms AVEKE stressZZ 26169 5000 1.1577579e-10 10470043 26170 -0.014624999999992 10469911.793679 26170 5000 1.157677e-10 10469912 Loop time of 0.020808 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:39 2021 Pair time (%) = 0.00128508 (6.17588) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.16385) Outpt time (%) = 0.0193861 (93.1664) Other time (%) = 0.000102758 (0.493841) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:39 2021 Memory usage per processor = 27.5492 Mbytes Step Atoms AVEKE stressZZ 26170 5000 1.157677e-10 10469851 26171 -0.014624999999992 10469719.4968493 26171 5000 1.157596e-10 10469719 Loop time of 0.0177279 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:39 2021 Pair time (%) = 0.00117397 (6.6222) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.180214) Outpt time (%) = 0.0164289 (92.6731) Other time (%) = 9.29832e-05 (0.524504) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:39 2021 Memory usage per processor = 27.5492 Mbytes Step Atoms AVEKE stressZZ 26171 5000 1.157596e-10 10469659 26172 -0.014624999999992 10469527.2100576 26172 5000 1.1575151e-10 10469527 Loop time of 0.017684 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:39 2021 Pair time (%) = 0.00118113 (6.67907) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.187402) Outpt time (%) = 0.016371 (92.5754) Other time (%) = 9.87053e-05 (0.558162) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:39 2021 Memory usage per processor = 27.5492 Mbytes Step Atoms AVEKE stressZZ 26172 5000 1.1575151e-10 10469467 26173 -0.014624999999992 10469334.9333135 26173 5000 1.1574342e-10 10469335 Loop time of 0.0172122 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:39 2021 Pair time (%) = 0.00119305 (6.93142) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.19808) Outpt time (%) = 0.015882 (92.2721) Other time (%) = 0.000102997 (0.598396) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:39 2021 Memory usage per processor = 27.5492 Mbytes Step Atoms AVEKE stressZZ 26173 5000 1.1574342e-10 10469274 26174 -0.014624999999992 10469142.6665995 26174 5000 1.1573533e-10 10469143 Loop time of 0.0181348 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:39 2021 Pair time (%) = 0.00155282 (8.56264) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.209037) Outpt time (%) = 0.0163929 (90.3948) Other time (%) = 0.000151157 (0.83352) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:39 2021 Memory usage per processor = 27.5492 Mbytes Step Atoms AVEKE stressZZ 26174 5000 1.1573533e-10 10469082 26175 -0.014624999999992 10468950.4099144 26175 5000 1.1572724e-10 10468950 Loop time of 0.0179079 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:39 2021 Pair time (%) = 0.00117111 (6.53965) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.173077) Outpt time (%) = 0.0166121 (92.764) Other time (%) = 9.36985e-05 (0.523226) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:39 2021 Memory usage per processor = 27.5492 Mbytes Step Atoms AVEKE stressZZ 26175 5000 1.1572724e-10 10468890 26176 -0.014624999999992 10468758.1633219 26176 5000 1.1571915e-10 10468758 Loop time of 0.0178988 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:39 2021 Pair time (%) = 0.00117111 (6.54296) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.178493) Outpt time (%) = 0.016603 (92.7604) Other time (%) = 9.27448e-05 (0.518162) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:39 2021 Memory usage per processor = 27.5492 Mbytes Step Atoms AVEKE stressZZ 26176 5000 1.1571915e-10 10468697 26177 -0.014624999999992 10468565.9268171 26177 5000 1.1571106e-10 10468566 Loop time of 0.0181761 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:40 2021 Pair time (%) = 0.00120115 (6.60843) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.187575) Outpt time (%) = 0.0168371 (92.6334) Other time (%) = 0.000103712 (0.570597) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:40 2021 Memory usage per processor = 27.5492 Mbytes Step Atoms AVEKE stressZZ 26177 5000 1.1571106e-10 10468505 26178 -0.014624999999992 10468373.7003759 26178 5000 1.1570297e-10 10468374 Loop time of 0.0194941 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:40 2021 Pair time (%) = 0.00117111 (6.00753) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.168778) Outpt time (%) = 0.0181999 (93.3614) Other time (%) = 9.01222e-05 (0.462306) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:40 2021 Memory usage per processor = 27.5492 Mbytes Step Atoms AVEKE stressZZ 26178 5000 1.1570297e-10 10468313 26179 -0.014624999999992 10468181.4839906 26179 5000 1.1569489e-10 10468181 Loop time of 0.0193582 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:40 2021 Pair time (%) = 0.00271511 (14.0257) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.176121) Outpt time (%) = 0.01652 (85.3388) Other time (%) = 8.89301e-05 (0.459394) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:40 2021 Memory usage per processor = 27.5492 Mbytes Step Atoms AVEKE stressZZ 26179 5000 1.1569489e-10 10468121 26180 -0.014624999999992 10467989.2776557 26180 5000 1.156868e-10 10467989 Loop time of 0.0207939 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:40 2021 Pair time (%) = 0.00116897 (5.62167) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.153642) Outpt time (%) = 0.019505 (93.8016) Other time (%) = 8.79765e-05 (0.423088) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:40 2021 Memory usage per processor = 27.5492 Mbytes Step Atoms AVEKE stressZZ 26180 5000 1.156868e-10 10467929 26181 -0.014624999999992 10467797.0813675 26181 5000 1.1567872e-10 10467797 Loop time of 0.0174539 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:40 2021 Pair time (%) = 0.00125003 (7.16188) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.2008) Outpt time (%) = 0.016067 (92.054) Other time (%) = 0.000101805 (0.583278) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:40 2021 Memory usage per processor = 27.5492 Mbytes Step Atoms AVEKE stressZZ 26181 5000 1.1567872e-10 10467736 26182 -0.014624999999992 10467604.8951232 26182 5000 1.1567063e-10 10467605 Loop time of 0.0181191 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:40 2021 Pair time (%) = 0.00156307 (8.62666) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.209219) Outpt time (%) = 0.01631 (90.0154) Other time (%) = 0.000208139 (1.14873) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:40 2021 Memory usage per processor = 27.5492 Mbytes Step Atoms AVEKE stressZZ 26182 5000 1.1567063e-10 10467544 26183 -0.014624999999992 10467412.7189204 26183 5000 1.1566255e-10 10467413 Loop time of 0.017905 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:40 2021 Pair time (%) = 0.00122595 (6.84696) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.185089) Outpt time (%) = 0.0165479 (92.4207) Other time (%) = 9.799e-05 (0.547278) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:40 2021 Memory usage per processor = 27.5492 Mbytes Step Atoms AVEKE stressZZ 26183 5000 1.1566255e-10 10467352 26184 -0.014624999999992 10467220.552757 26184 5000 1.1565447e-10 10467221 Loop time of 0.0177429 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:40 2021 Pair time (%) = 0.00116992 (6.59375) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.18678) Outpt time (%) = 0.0164471 (92.6968) Other time (%) = 9.27448e-05 (0.522716) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:40 2021 Memory usage per processor = 27.5492 Mbytes Step Atoms AVEKE stressZZ 26184 5000 1.1565447e-10 10467160 26185 -0.014624999999992 10467028.3966314 26185 5000 1.1564639e-10 10467028 Loop time of 0.017179 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:40 2021 Pair time (%) = 0.00118303 (6.8865) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192911) Outpt time (%) = 0.0158601 (92.3224) Other time (%) = 0.000102758 (0.598162) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:40 2021 Memory usage per processor = 27.5492 Mbytes Step Atoms AVEKE stressZZ 26185 5000 1.1564639e-10 10466968 26186 -0.014624999999992 10466836.2505422 26186 5000 1.1563831e-10 10466836 Loop time of 0.0181549 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:40 2021 Pair time (%) = 0.00149918 (8.25771) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.208807) Outpt time (%) = 0.0164719 (90.7298) Other time (%) = 0.000145912 (0.803709) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:40 2021 Memory usage per processor = 27.5492 Mbytes Step Atoms AVEKE stressZZ 26186 5000 1.1563831e-10 10466776 26187 -0.014624999999992 10466644.114488 26187 5000 1.1563023e-10 10466644 Loop time of 0.0181198 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:40 2021 Pair time (%) = 0.00117397 (6.47895) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.176316) Outpt time (%) = 0.0168209 (92.8316) Other time (%) = 9.29832e-05 (0.513158) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:40 2021 Memory usage per processor = 27.5492 Mbytes Step Atoms AVEKE stressZZ 26187 5000 1.1563023e-10 10466583 26188 -0.014624999999992 10466451.9884681 26188 5000 1.1562215e-10 10466452 Loop time of 0.0179751 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:40 2021 Pair time (%) = 0.00117111 (6.51519) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.179062) Outpt time (%) = 0.016633 (92.5338) Other time (%) = 0.00013876 (0.771955) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:40 2021 Memory usage per processor = 27.5492 Mbytes Step Atoms AVEKE stressZZ 26188 5000 1.1562215e-10 10466391 26189 -0.014624999999992 10466259.872482 26189 5000 1.1561407e-10 10466260 Loop time of 0.0172789 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:40 2021 Pair time (%) = 0.00118518 (6.85911) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190416) Outpt time (%) = 0.0159481 (92.2978) Other time (%) = 0.000112772 (0.652657) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:40 2021 Memory usage per processor = 27.5492 Mbytes Step Atoms AVEKE stressZZ 26189 5000 1.1561407e-10 10466199 26190 -0.014624999999992 10466067.7665298 26190 5000 1.15606e-10 10466068 Loop time of 0.020772 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:40 2021 Pair time (%) = 0.00163412 (7.86695) Neigh time (%) = 0 (0) Comm time (%) = 4.81606e-05 (0.231853) Outpt time (%) = 0.0189319 (91.1414) Other time (%) = 0.000157833 (0.759837) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:40 2021 Memory usage per processor = 27.5492 Mbytes Step Atoms AVEKE stressZZ 26190 5000 1.15606e-10 10466007 26191 -0.014624999999992 10465875.670612 26191 5000 1.1559792e-10 10465876 Loop time of 0.0182948 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:40 2021 Pair time (%) = 0.001302 (7.11679) Neigh time (%) = 0 (0) Comm time (%) = 6.19888e-05 (0.338833) Outpt time (%) = 0.016742 (91.5122) Other time (%) = 0.000188828 (1.03214) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:40 2021 Memory usage per processor = 27.5492 Mbytes Step Atoms AVEKE stressZZ 26191 5000 1.1559792e-10 10465815 26192 -0.014624999999992 10465683.5847314 26192 5000 1.1558985e-10 10465684 Loop time of 0.017858 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:40 2021 Pair time (%) = 0.00120902 (6.77018) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.180236) Outpt time (%) = 0.016521 (92.5129) Other time (%) = 9.58443e-05 (0.536701) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:40 2021 Memory usage per processor = 27.5492 Mbytes Step Atoms AVEKE stressZZ 26192 5000 1.1558985e-10 10465623 26193 -0.014624999999992 10465491.5088969 26193 5000 1.1558178e-10 10465492 Loop time of 0.0175209 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:40 2021 Pair time (%) = 0.0013361 (7.62573) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.189147) Outpt time (%) = 0.016052 (91.6163) Other time (%) = 9.9659e-05 (0.5688) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:40 2021 Memory usage per processor = 27.5492 Mbytes Step Atoms AVEKE stressZZ 26193 5000 1.1558178e-10 10465431 26194 -0.014624999999992 10465299.4431203 26194 5000 1.155737e-10 10465299 Loop time of 0.0175231 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:40 2021 Pair time (%) = 0.00142121 (8.11054) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.205451) Outpt time (%) = 0.015866 (90.5438) Other time (%) = 0.000199795 (1.14018) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:40 2021 Memory usage per processor = 27.5492 Mbytes Step Atoms AVEKE stressZZ 26194 5000 1.155737e-10 10465239 26195 -0.014624999999992 10465107.3873548 26195 5000 1.1556563e-10 10465107 Loop time of 0.0182421 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:40 2021 Pair time (%) = 0.00138211 (7.57649) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.180362) Outpt time (%) = 0.0167129 (91.6171) Other time (%) = 0.000114202 (0.626037) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:40 2021 Memory usage per processor = 27.5492 Mbytes Step Atoms AVEKE stressZZ 26195 5000 1.1556563e-10 10465047 26196 -0.014624999999992 10464915.3415982 26196 5000 1.1555756e-10 10464915 Loop time of 0.018069 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:40 2021 Pair time (%) = 0.00120807 (6.68584) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.178131) Outpt time (%) = 0.0167351 (92.6175) Other time (%) = 9.36985e-05 (0.518559) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:40 2021 Memory usage per processor = 27.5492 Mbytes Step Atoms AVEKE stressZZ 26196 5000 1.1555756e-10 10464855 26197 -0.014624999999992 10464723.3058488 26197 5000 1.1554949e-10 10464723 Loop time of 0.017446 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:40 2021 Pair time (%) = 0.00120902 (6.93006) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.177659) Outpt time (%) = 0.0161119 (92.3525) Other time (%) = 9.41753e-05 (0.539809) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:40 2021 Memory usage per processor = 27.5492 Mbytes Step Atoms AVEKE stressZZ 26197 5000 1.1554949e-10 10464663 26198 -0.014624999999992 10464531.2800872 26198 5000 1.1554143e-10 10464531 Loop time of 0.0173671 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:40 2021 Pair time (%) = 0.00135279 (7.78936) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.200431) Outpt time (%) = 0.015872 (91.3911) Other time (%) = 0.000107527 (0.61914) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:40 2021 Memory usage per processor = 27.5492 Mbytes Step Atoms AVEKE stressZZ 26198 5000 1.1554143e-10 10464471 26199 -0.014624999999992 10464339.264293 26199 5000 1.1553336e-10 10464339 Loop time of 0.0182171 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:40 2021 Pair time (%) = 0.00131202 (7.20213) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.180609) Outpt time (%) = 0.0167589 (91.9956) Other time (%) = 0.000113249 (0.621663) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:28:40 2021 Memory usage per processor = 27.5492 Mbytes Step Atoms AVEKE stressZZ 26199 5000 1.1553336e-10 10464279 26200 -0.014624999999992 10464121.6651694 26200 5000 2.2772983e-10 10464467 Loop time of 0.020165 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:40 2021 Pair time (%) = 0.00121713 (6.03585) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.163163) Outpt time (%) = 0.01879 (93.1814) Other time (%) = 0.000124931 (0.619546) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:40 2021 Memory usage per processor = 27.5492 Mbytes Step Atoms AVEKE stressZZ 26200 5000 2.2772983e-10 10538398 26201 -0.014657499999992 10538225.3939279 26201 5000 1.8317764e-10 10538225 Loop time of 0.0175421 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:40 2021 Pair time (%) = 0.00116897 (6.66377) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.183481) Outpt time (%) = 0.016248 (92.6227) Other time (%) = 9.29832e-05 (0.530057) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:40 2021 Memory usage per processor = 27.5492 Mbytes Step Atoms AVEKE stressZZ 26201 5000 1.8317764e-10 10538143 26202 -0.014657499999992 10537985.0889248 26202 5000 1.5738508e-10 10537985 Loop time of 0.0169492 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:40 2021 Pair time (%) = 0.00118804 (7.00942) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.201153) Outpt time (%) = 0.0156262 (92.1944) Other time (%) = 0.000100851 (0.59502) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:40 2021 Memory usage per processor = 27.5492 Mbytes Step Atoms AVEKE stressZZ 26202 5000 1.5738508e-10 10537911 26203 -0.014657499999992 10537761.7298576 26203 5000 1.4201008e-10 10537762 Loop time of 0.0178609 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:40 2021 Pair time (%) = 0.00151801 (8.49908) Neigh time (%) = 0 (0) Comm time (%) = 4.50611e-05 (0.252289) Outpt time (%) = 0.016114 (90.2195) Other time (%) = 0.000183821 (1.02918) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:40 2021 Memory usage per processor = 27.5492 Mbytes Step Atoms AVEKE stressZZ 26203 5000 1.4201008e-10 10537692 26204 -0.014657499999992 10537549.1437922 26204 5000 1.3264793e-10 10537549 Loop time of 0.018028 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:40 2021 Pair time (%) = 0.00121593 (6.74469) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.177214) Outpt time (%) = 0.0166872 (92.5623) Other time (%) = 9.29832e-05 (0.515771) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:40 2021 Memory usage per processor = 27.5492 Mbytes Step Atoms AVEKE stressZZ 26204 5000 1.3264793e-10 10537483 26205 -0.014657499999992 10537343.4077783 26205 5000 1.2686156e-10 10537343 Loop time of 0.018199 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:40 2021 Pair time (%) = 0.00122499 (6.73112) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.182099) Outpt time (%) = 0.0168469 (92.5706) Other time (%) = 9.39369e-05 (0.516166) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:40 2021 Memory usage per processor = 27.5492 Mbytes Step Atoms AVEKE stressZZ 26205 5000 1.2686156e-10 10537279 26206 -0.014657499999992 10537142.0287462 26206 5000 1.232485e-10 10537142 Loop time of 0.01741 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:40 2021 Pair time (%) = 0.00133801 (7.68525) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.190351) Outpt time (%) = 0.015924 (91.4643) Other time (%) = 0.000114918 (0.660066) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:40 2021 Memory usage per processor = 27.5492 Mbytes Step Atoms AVEKE stressZZ 26206 5000 1.232485e-10 10537079 26207 -0.014657499999992 10536943.4223253 26207 5000 1.2097654e-10 10536943 Loop time of 0.0177948 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:40 2021 Pair time (%) = 0.00142193 (7.99067) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.213031) Outpt time (%) = 0.0162079 (91.0822) Other time (%) = 0.000127077 (0.714123) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:40 2021 Memory usage per processor = 27.5492 Mbytes Step Atoms AVEKE stressZZ 26207 5000 1.2097654e-10 10536881 26208 -0.014657499999992 10536746.5816313 26208 5000 1.1954068e-10 10536747 Loop time of 0.018049 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:40 2021 Pair time (%) = 0.00127006 (7.03671) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.19418) Outpt time (%) = 0.0166261 (92.1166) Other time (%) = 0.000117779 (0.65255) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:40 2021 Memory usage per processor = 27.5492 Mbytes Step Atoms AVEKE stressZZ 26208 5000 1.1954068e-10 10536685 26209 -0.014657499999992 10536550.8667791 26209 5000 1.1862964e-10 10536551 Loop time of 0.0178771 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:40 2021 Pair time (%) = 0.00120687 (6.75095) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.180043) Outpt time (%) = 0.016546 (92.5542) Other time (%) = 9.20296e-05 (0.51479) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:40 2021 Memory usage per processor = 27.5492 Mbytes Step Atoms AVEKE stressZZ 26209 5000 1.1862964e-10 10536489 26210 -0.014657499999992 10536355.8711135 26210 5000 1.1804947e-10 10536356 Loop time of 0.0198679 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:40 2021 Pair time (%) = 0.00121498 (6.1153) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.160803) Outpt time (%) = 0.0185249 (93.2403) Other time (%) = 9.60827e-05 (0.483608) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:40 2021 Memory usage per processor = 27.5493 Mbytes Step Atoms AVEKE stressZZ 26210 5000 1.1804947e-10 10536294 26211 -0.014657499999992 10536161.3362062 26211 5000 1.1767851e-10 10536161 Loop time of 0.0174282 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:40 2021 Pair time (%) = 0.001333 (7.64853) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.195625) Outpt time (%) = 0.015928 (91.3925) Other time (%) = 0.000133038 (0.763348) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:40 2021 Memory usage per processor = 27.5493 Mbytes Step Atoms AVEKE stressZZ 26211 5000 1.1767851e-10 10536100 26212 -0.014657499999992 10535967.0978893 26212 5000 1.1744007e-10 10535967 Loop time of 0.0182941 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:40 2021 Pair time (%) = 0.00126314 (6.90464) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.207217) Outpt time (%) = 0.0168512 (92.1127) Other time (%) = 0.000141859 (0.775436) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:40 2021 Memory usage per processor = 27.5493 Mbytes Step Atoms AVEKE stressZZ 26212 5000 1.1744007e-10 10535906 26213 -0.014657499999992 10535773.0517601 26213 5000 1.1728567e-10 10535773 Loop time of 0.0180521 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:40 2021 Pair time (%) = 0.00117111 (6.4874) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.176977) Outpt time (%) = 0.0167561 (92.8205) Other time (%) = 9.29832e-05 (0.515083) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:40 2021 Memory usage per processor = 27.5493 Mbytes Step Atoms AVEKE stressZZ 26213 5000 1.1728567e-10 10535712 26214 -0.014657499999992 10535579.1314719 26214 5000 1.1718461e-10 10535579 Loop time of 0.0176129 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:40 2021 Pair time (%) = 0.00117207 (6.65457) Neigh time (%) = 0 (0) Comm time (%) = 4.50611e-05 (0.255841) Outpt time (%) = 0.0162809 (92.4371) Other time (%) = 0.000114918 (0.652462) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:40 2021 Memory usage per processor = 27.5493 Mbytes Step Atoms AVEKE stressZZ 26214 5000 1.1718461e-10 10535518 26215 -0.014657499999992 10535385.2948628 26215 5000 1.1711742e-10 10535385 Loop time of 0.017333 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:40 2021 Pair time (%) = 0.00124907 (7.20633) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189821) Outpt time (%) = 0.0159161 (91.8253) Other time (%) = 0.000134945 (0.778542) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:40 2021 Memory usage per processor = 27.5493 Mbytes Step Atoms AVEKE stressZZ 26215 5000 1.1711742e-10 10535324 26216 -0.014657499999992 10535191.5151383 26216 5000 1.1707174e-10 10535192 Loop time of 0.0180151 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:40 2021 Pair time (%) = 0.00146103 (8.11) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.199839) Outpt time (%) = 0.0163791 (90.9186) Other time (%) = 0.000138998 (0.771562) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:40 2021 Memory usage per processor = 27.5493 Mbytes Step Atoms AVEKE stressZZ 26216 5000 1.1707174e-10 10535130 26217 -0.014657499999992 10534997.7752693 26217 5000 1.1703973e-10 10534998 Loop time of 0.0180171 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:40 2021 Pair time (%) = 0.00116587 (6.47091) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.177321) Outpt time (%) = 0.016726 (92.8344) Other time (%) = 9.32217e-05 (0.517408) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:40 2021 Memory usage per processor = 27.5493 Mbytes Step Atoms AVEKE stressZZ 26217 5000 1.1703973e-10 10534937 26218 -0.014657499999992 10534804.0644529 26218 5000 1.170164e-10 10534804 Loop time of 0.017638 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:41 2021 Pair time (%) = 0.00125694 (7.12635) Neigh time (%) = 0 (0) Comm time (%) = 4.50611e-05 (0.255478) Outpt time (%) = 0.0162148 (91.9315) Other time (%) = 0.000121117 (0.686681) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:41 2021 Memory usage per processor = 27.5493 Mbytes Step Atoms AVEKE stressZZ 26218 5000 1.170164e-10 10534743 26219 -0.014657499999992 10534610.3758478 26219 5000 1.1699859e-10 10534610 Loop time of 0.020313 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:41 2021 Pair time (%) = 0.00151896 (7.47779) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.167842) Outpt time (%) = 0.018604 (91.5868) Other time (%) = 0.000155926 (0.767615) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:41 2021 Memory usage per processor = 27.5493 Mbytes Step Atoms AVEKE stressZZ 26219 5000 1.1699859e-10 10534549 26220 -0.014657499999992 10534416.7050559 26220 5000 1.1698429e-10 10534417 Loop time of 0.0220251 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:41 2021 Pair time (%) = 0.00144005 (6.53821) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.146136) Outpt time (%) = 0.020462 (92.9032) Other time (%) = 9.08375e-05 (0.412427) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:41 2021 Memory usage per processor = 27.5493 Mbytes Step Atoms AVEKE stressZZ 26220 5000 1.1698429e-10 10534356 26221 -0.014657499999992 10534223.0492901 26221 5000 1.1697222e-10 10534223 Loop time of 0.0180521 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:41 2021 Pair time (%) = 0.0014379 (7.96529) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.178298) Outpt time (%) = 0.0164921 (91.3585) Other time (%) = 8.98838e-05 (0.497913) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:41 2021 Memory usage per processor = 27.5493 Mbytes Step Atoms AVEKE stressZZ 26221 5000 1.1697222e-10 10534162 26222 -0.014657499999992 10534029.406779 26222 5000 1.1696156e-10 10534029 Loop time of 0.0175619 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:41 2021 Pair time (%) = 0.00139713 (7.95547) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.204996) Outpt time (%) = 0.0160069 (91.1458) Other time (%) = 0.000121832 (0.693728) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:41 2021 Memory usage per processor = 27.5493 Mbytes Step Atoms AVEKE stressZZ 26222 5000 1.1696156e-10 10533968 26223 -0.014657499999992 10533835.7763966 26223 5000 1.169518e-10 10533836 Loop time of 0.0182769 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:41 2021 Pair time (%) = 0.00123286 (6.74546) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.176105) Outpt time (%) = 0.016911 (92.5266) Other time (%) = 0.000100851 (0.551794) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:41 2021 Memory usage per processor = 27.5493 Mbytes Step Atoms AVEKE stressZZ 26223 5000 1.169518e-10 10533775 26224 -0.014657499999992 10533642.1574259 26224 5000 1.1694262e-10 10533642 Loop time of 0.018106 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:41 2021 Pair time (%) = 0.00117016 (6.46283) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.17645) Outpt time (%) = 0.0168121 (92.8538) Other time (%) = 9.17912e-05 (0.506966) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:41 2021 Memory usage per processor = 27.5493 Mbytes Step Atoms AVEKE stressZZ 26224 5000 1.1694262e-10 10533581 26225 -0.014657499999992 10533448.5494107 26225 5000 1.169338e-10 10533449 Loop time of 0.0172219 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:41 2021 Pair time (%) = 0.00117707 (6.83473) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.186893) Outpt time (%) = 0.015918 (92.4288) Other time (%) = 9.46522e-05 (0.549603) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:41 2021 Memory usage per processor = 27.5493 Mbytes Step Atoms AVEKE stressZZ 26225 5000 1.169338e-10 10533387 26226 -0.014657499999992 10533254.9520601 26226 5000 1.1692521e-10 10533255 Loop time of 0.0174801 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:41 2021 Pair time (%) = 0.00142694 (8.16318) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.199135) Outpt time (%) = 0.0158761 (90.8234) Other time (%) = 0.000142336 (0.814272) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:41 2021 Memory usage per processor = 27.5493 Mbytes Step Atoms AVEKE stressZZ 26226 5000 1.1692521e-10 10533194 26227 -0.014657499999992 10533061.3651881 26227 5000 1.1691677e-10 10533061 Loop time of 0.0180979 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:41 2021 Pair time (%) = 0.00120902 (6.68046) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.176529) Outpt time (%) = 0.0167549 (92.5792) Other time (%) = 0.000102043 (0.56384) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:41 2021 Memory usage per processor = 27.5493 Mbytes Step Atoms AVEKE stressZZ 26227 5000 1.1691677e-10 10533000 26228 -0.014657499999992 10532867.788676 26228 5000 1.1690842e-10 10532868 Loop time of 0.0179191 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:41 2021 Pair time (%) = 0.00117207 (6.54089) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.178291) Outpt time (%) = 0.0166221 (92.7619) Other time (%) = 9.29832e-05 (0.518907) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:41 2021 Memory usage per processor = 27.5493 Mbytes Step Atoms AVEKE stressZZ 26228 5000 1.1690842e-10 10532807 26229 -0.014657499999992 10532674.2224476 26229 5000 1.1690014e-10 10532674 Loop time of 0.0173109 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:41 2021 Pair time (%) = 0.00117397 (6.78172) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184555) Outpt time (%) = 0.016012 (92.4966) Other time (%) = 9.29832e-05 (0.537138) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:41 2021 Memory usage per processor = 27.5493 Mbytes Step Atoms AVEKE stressZZ 26229 5000 1.1690014e-10 10532613 26230 -0.014657499999992 10532480.6664235 26230 5000 1.1689189e-10 10532481 Loop time of 0.0203111 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:41 2021 Pair time (%) = 0.00141001 (6.94205) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.177249) Outpt time (%) = 0.0187321 (92.2257) Other time (%) = 0.000133038 (0.654999) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:41 2021 Memory usage per processor = 27.5493 Mbytes Step Atoms AVEKE stressZZ 26230 5000 1.1689189e-10 10532420 26231 -0.014657499999992 10532287.1205995 26231 5000 1.1688367e-10 10532287 Loop time of 0.0181382 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:41 2021 Pair time (%) = 0.0013299 (7.33205) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.187967) Outpt time (%) = 0.0166619 (91.8609) Other time (%) = 0.000112295 (0.61911) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:41 2021 Memory usage per processor = 27.5493 Mbytes Step Atoms AVEKE stressZZ 26231 5000 1.1688367e-10 10532226 26232 -0.014657499999992 10532093.5849546 26232 5000 1.1687546e-10 10532094 Loop time of 0.018075 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:41 2021 Pair time (%) = 0.00122094 (6.75487) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.183348) Outpt time (%) = 0.0167201 (92.5038) Other time (%) = 0.000100851 (0.557959) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:41 2021 Memory usage per processor = 27.5493 Mbytes Step Atoms AVEKE stressZZ 26232 5000 1.1687546e-10 10532032 26233 -0.014657499999992 10531900.0594936 26233 5000 1.1686726e-10 10531900 Loop time of 0.0178239 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:41 2021 Pair time (%) = 0.0012579 (7.05734) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.185931) Outpt time (%) = 0.0164299 (92.1789) Other time (%) = 0.000102997 (0.577857) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:41 2021 Memory usage per processor = 27.5493 Mbytes Step Atoms AVEKE stressZZ 26233 5000 1.1686726e-10 10531839 26234 -0.014657499999992 10531706.5441949 26234 5000 1.1685907e-10 10531707 Loop time of 0.017298 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:41 2021 Pair time (%) = 0.00121498 (7.02383) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.202611) Outpt time (%) = 0.0159459 (92.1836) Other time (%) = 0.000102043 (0.589914) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:41 2021 Memory usage per processor = 27.5493 Mbytes Step Atoms AVEKE stressZZ 26234 5000 1.1685907e-10 10531645 26235 -0.014657499999992 10531513.0390466 26235 5000 1.1685089e-10 10531513 Loop time of 0.018225 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:41 2021 Pair time (%) = 0.00149703 (8.21418) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.192305) Outpt time (%) = 0.0165379 (90.7432) Other time (%) = 0.000154972 (0.850329) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:41 2021 Memory usage per processor = 27.5493 Mbytes Step Atoms AVEKE stressZZ 26235 5000 1.1685089e-10 10531452 26236 -0.014657499999992 10531319.5440438 26236 5000 1.1684271e-10 10531320 Loop time of 0.018121 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:41 2021 Pair time (%) = 0.00117207 (6.468) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.181567) Outpt time (%) = 0.0167959 (92.6873) Other time (%) = 0.000120163 (0.663114) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:41 2021 Memory usage per processor = 27.5493 Mbytes Step Atoms AVEKE stressZZ 26236 5000 1.1684271e-10 10531258 26237 -0.014657499999992 10531126.0591826 26237 5000 1.1683453e-10 10531126 Loop time of 0.0182049 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:41 2021 Pair time (%) = 0.00148511 (8.15773) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.197755) Outpt time (%) = 0.0165391 (90.8496) Other time (%) = 0.00014472 (0.79495) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:41 2021 Memory usage per processor = 27.5493 Mbytes Step Atoms AVEKE stressZZ 26237 5000 1.1683453e-10 10531065 26238 -0.014657499999992 10530932.5844601 26238 5000 1.1682636e-10 10530933 Loop time of 0.0173059 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:41 2021 Pair time (%) = 0.00131106 (7.57584) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.19563) Outpt time (%) = 0.0158191 (91.4088) Other time (%) = 0.000141859 (0.819717) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:41 2021 Memory usage per processor = 27.5493 Mbytes Step Atoms AVEKE stressZZ 26238 5000 1.1682636e-10 10530871 26239 -0.014657499999992 10530739.1198734 26239 5000 1.1681818e-10 10530739 Loop time of 0.0183098 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:41 2021 Pair time (%) = 0.00166583 (9.09801) Neigh time (%) = 0 (0) Comm time (%) = 5.07832e-05 (0.277355) Outpt time (%) = 0.016398 (89.5582) Other time (%) = 0.000195265 (1.06645) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:41 2021 Memory usage per processor = 27.5493 Mbytes Step Atoms AVEKE stressZZ 26239 5000 1.1681818e-10 10530678 26240 -0.014657499999992 10530545.6654203 26240 5000 1.1681001e-10 10530546 Loop time of 0.0207648 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:41 2021 Pair time (%) = 0.00122786 (5.91315) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.153857) Outpt time (%) = 0.019408 (93.4657) Other time (%) = 9.70364e-05 (0.467311) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:41 2021 Memory usage per processor = 27.5493 Mbytes Step Atoms AVEKE stressZZ 26240 5000 1.1681001e-10 10530485 26241 -0.014657499999992 10530352.2210989 26241 5000 1.1680184e-10 10530352 Loop time of 0.0179291 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:41 2021 Pair time (%) = 0.00117278 (6.54122) Neigh time (%) = 0 (0) Comm time (%) = 7.48634e-05 (0.417553) Outpt time (%) = 0.016542 (92.2633) Other time (%) = 0.000139475 (0.777926) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:41 2021 Memory usage per processor = 27.5493 Mbytes Step Atoms AVEKE stressZZ 26241 5000 1.1680184e-10 10530291 26242 -0.014657499999992 10530158.7869071 26242 5000 1.1679367e-10 10530159 Loop time of 0.0174899 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:41 2021 Pair time (%) = 0.00117111 (6.69593) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182666) Outpt time (%) = 0.0161929 (92.5843) Other time (%) = 9.39369e-05 (0.537092) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:41 2021 Memory usage per processor = 27.5493 Mbytes Step Atoms AVEKE stressZZ 26242 5000 1.1679367e-10 10530098 26243 -0.014657499999992 10529965.3628433 26243 5000 1.167855e-10 10529965 Loop time of 0.0174491 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:41 2021 Pair time (%) = 0.00134611 (7.71448) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.211786) Outpt time (%) = 0.015924 (91.2594) Other time (%) = 0.000142097 (0.814352) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:41 2021 Memory usage per processor = 27.5493 Mbytes Step Atoms AVEKE stressZZ 26243 5000 1.167855e-10 10529904 26244 -0.014657499999992 10529771.9489057 26244 5000 1.1677733e-10 10529772 Loop time of 0.0181429 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:41 2021 Pair time (%) = 0.00124002 (6.8347) Neigh time (%) = 0 (0) Comm time (%) = 5.00679e-05 (0.275964) Outpt time (%) = 0.0167232 (92.1745) Other time (%) = 0.0001297 (0.714877) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:41 2021 Memory usage per processor = 27.5493 Mbytes Step Atoms AVEKE stressZZ 26244 5000 1.1677733e-10 10529711 26245 -0.014657499999992 10529578.5450926 26245 5000 1.1676916e-10 10529579 Loop time of 0.018059 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:41 2021 Pair time (%) = 0.00122809 (6.80045) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.18351) Outpt time (%) = 0.016696 (92.4523) Other time (%) = 0.000101805 (0.563734) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:41 2021 Memory usage per processor = 27.5493 Mbytes Step Atoms AVEKE stressZZ 26245 5000 1.1676916e-10 10529517 26246 -0.014657499999992 10529385.1514023 26246 5000 1.1676099e-10 10529385 Loop time of 0.0173619 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:41 2021 Pair time (%) = 0.00117016 (6.73981) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184013) Outpt time (%) = 0.0160661 (92.5365) Other time (%) = 9.36985e-05 (0.539679) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:41 2021 Memory usage per processor = 27.5493 Mbytes Step Atoms AVEKE stressZZ 26246 5000 1.1676099e-10 10529324 26247 -0.014657499999992 10529191.7678333 26247 5000 1.1675283e-10 10529192 Loop time of 0.0172701 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:41 2021 Pair time (%) = 0.00123596 (7.15666) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197416) Outpt time (%) = 0.0158989 (92.0606) Other time (%) = 0.000101089 (0.585344) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:41 2021 Memory usage per processor = 27.5493 Mbytes Step Atoms AVEKE stressZZ 26247 5000 1.1675283e-10 10529131 26248 -0.014657499999992 10528998.3943845 26248 5000 1.1674466e-10 10528998 Loop time of 0.018101 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:41 2021 Pair time (%) = 0.00131798 (7.28125) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.181768) Outpt time (%) = 0.0166211 (91.8244) Other time (%) = 0.000128984 (0.712583) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:41 2021 Memory usage per processor = 27.5493 Mbytes Step Atoms AVEKE stressZZ 26248 5000 1.1674466e-10 10528937 26249 -0.014657499999992 10528805.0310593 26249 5000 1.167365e-10 10528805 Loop time of 0.017962 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:41 2021 Pair time (%) = 0.00121713 (6.77613) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.177865) Outpt time (%) = 0.016618 (92.5177) Other time (%) = 9.48906e-05 (0.528286) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:41 2021 Memory usage per processor = 27.5493 Mbytes Step Atoms AVEKE stressZZ 26249 5000 1.167365e-10 10528744 26250 -0.014657499999992 10528611.6778541 26250 5000 1.1672834e-10 10528612 Loop time of 0.0201581 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:41 2021 Pair time (%) = 0.0012219 (6.06157) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.158488) Outpt time (%) = 0.0188091 (93.308) Other time (%) = 9.5129e-05 (0.471916) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:41 2021 Memory usage per processor = 27.5493 Mbytes Step Atoms AVEKE stressZZ 26250 5000 1.1672834e-10 10528551 26251 -0.014657499999992 10528418.3347678 26251 5000 1.1672017e-10 10528418 Loop time of 0.0172279 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:41 2021 Pair time (%) = 0.00117993 (6.84897) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.19098) Outpt time (%) = 0.0159121 (92.3622) Other time (%) = 0.000102997 (0.597849) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:41 2021 Memory usage per processor = 27.5493 Mbytes Step Atoms AVEKE stressZZ 26251 5000 1.1672017e-10 10528357 26252 -0.014657499999992 10528225.0018839 26252 5000 1.1671201e-10 10528225 Loop time of 0.017988 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:41 2021 Pair time (%) = 0.00139189 (7.73788) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.206768) Outpt time (%) = 0.016422 (91.2946) Other time (%) = 0.000136852 (0.760799) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:41 2021 Memory usage per processor = 27.5493 Mbytes Step Atoms AVEKE stressZZ 26252 5000 1.1671201e-10 10528164 26253 -0.014657499999992 10528031.6791791 26253 5000 1.1670385e-10 10528032 Loop time of 0.017971 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:41 2021 Pair time (%) = 0.00117207 (6.52197) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.177775) Outpt time (%) = 0.016674 (92.7828) Other time (%) = 9.29832e-05 (0.517406) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:41 2021 Memory usage per processor = 27.5493 Mbytes Step Atoms AVEKE stressZZ 26253 5000 1.1670385e-10 10527971 26254 -0.014657499999992 10527838.3666301 26254 5000 1.1669569e-10 10527838 Loop time of 0.017765 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:41 2021 Pair time (%) = 0.00116897 (6.58015) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.179837) Outpt time (%) = 0.01647 (92.7099) Other time (%) = 9.41753e-05 (0.530116) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:41 2021 Memory usage per processor = 27.5493 Mbytes Step Atoms AVEKE stressZZ 26254 5000 1.1669569e-10 10527777 26255 -0.014657499999992 10527645.0642271 26255 5000 1.1668754e-10 10527645 Loop time of 0.0174131 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:41 2021 Pair time (%) = 0.00134301 (7.71263) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.194425) Outpt time (%) = 0.0159202 (91.4261) Other time (%) = 0.00011611 (0.666794) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:41 2021 Memory usage per processor = 27.5493 Mbytes Step Atoms AVEKE stressZZ 26255 5000 1.1668754e-10 10527584 26256 -0.014657499999992 10527451.7719639 26256 5000 1.1667938e-10 10527452 Loop time of 0.0182171 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:41 2021 Pair time (%) = 0.00159693 (8.7661) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.213328) Outpt time (%) = 0.0163829 (89.9317) Other time (%) = 0.000198364 (1.08889) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:41 2021 Memory usage per processor = 27.5493 Mbytes Step Atoms AVEKE stressZZ 26256 5000 1.1667938e-10 10527391 26257 -0.014657499999992 10527258.4898358 26257 5000 1.1667122e-10 10527258 Loop time of 0.0186741 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:41 2021 Pair time (%) = 0.00158381 (8.48133) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.181296) Outpt time (%) = 0.0169101 (90.5535) Other time (%) = 0.000146389 (0.783913) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:41 2021 Memory usage per processor = 27.5493 Mbytes Step Atoms AVEKE stressZZ 26257 5000 1.1667122e-10 10527197 26258 -0.014657499999992 10527065.2178388 26258 5000 1.1666307e-10 10527065 Loop time of 0.017916 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:41 2021 Pair time (%) = 0.00116992 (6.53004) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.178322) Outpt time (%) = 0.0166209 (92.7713) Other time (%) = 9.32217e-05 (0.520327) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:41 2021 Memory usage per processor = 27.5493 Mbytes Step Atoms AVEKE stressZZ 26258 5000 1.1666307e-10 10527004 26259 -0.014657499999992 10526871.9559695 26259 5000 1.1665491e-10 10526872 Loop time of 0.0173562 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:42 2021 Pair time (%) = 0.00117493 (6.76951) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.190942) Outpt time (%) = 0.016048 (92.4626) Other time (%) = 0.000100136 (0.576947) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:42 2021 Memory usage per processor = 27.5493 Mbytes Step Atoms AVEKE stressZZ 26259 5000 1.1665491e-10 10526811 26260 -0.014657499999992 10526678.7042253 26260 5000 1.1664676e-10 10526679 Loop time of 0.0241179 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:42 2021 Pair time (%) = 0.00147891 (6.13199) Neigh time (%) = 0 (0) Comm time (%) = 4.50611e-05 (0.186836) Outpt time (%) = 0.0224011 (92.8814) Other time (%) = 0.000192881 (0.799739) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:42 2021 Memory usage per processor = 27.5493 Mbytes Step Atoms AVEKE stressZZ 26260 5000 1.1664676e-10 10526618 26261 -0.014657499999992 10526485.4626032 26261 5000 1.1663861e-10 10526485 Loop time of 0.0219431 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:42 2021 Pair time (%) = 0.00117397 (5.35008) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.146682) Outpt time (%) = 0.0206442 (94.0806) Other time (%) = 9.27448e-05 (0.422661) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:42 2021 Memory usage per processor = 27.5493 Mbytes Step Atoms AVEKE stressZZ 26261 5000 1.1663861e-10 10526424 26262 -0.014657499999992 10526292.2311008 26262 5000 1.1663045e-10 10526292 Loop time of 0.0183711 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:42 2021 Pair time (%) = 0.00117397 (6.39032) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.175202) Outpt time (%) = 0.017072 (92.9283) Other time (%) = 9.29832e-05 (0.506139) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:42 2021 Memory usage per processor = 27.5493 Mbytes Step Atoms AVEKE stressZZ 26262 5000 1.1663045e-10 10526231 26263 -0.014657499999992 10526099.0097158 26263 5000 1.166223e-10 10526099 Loop time of 0.0184159 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:42 2021 Pair time (%) = 0.00156593 (8.50315) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.21232) Outpt time (%) = 0.016628 (90.2916) Other time (%) = 0.000182867 (0.992983) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:42 2021 Memory usage per processor = 27.5493 Mbytes Step Atoms AVEKE stressZZ 26263 5000 1.166223e-10 10526038 26264 -0.014657499999992 10525905.7984461 26264 5000 1.1661415e-10 10525906 Loop time of 0.018182 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:42 2021 Pair time (%) = 0.00117087 (6.43973) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.182269) Outpt time (%) = 0.0168831 (92.8561) Other time (%) = 9.48906e-05 (0.521892) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:42 2021 Memory usage per processor = 27.5493 Mbytes Step Atoms AVEKE stressZZ 26264 5000 1.1661415e-10 10525845 26265 -0.014657499999992 10525712.5972894 26265 5000 1.1660601e-10 10525713 Loop time of 0.0179789 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:42 2021 Pair time (%) = 0.00116897 (6.50188) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.172393) Outpt time (%) = 0.016638 (92.542) Other time (%) = 0.000140905 (0.783726) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:42 2021 Memory usage per processor = 27.5493 Mbytes Step Atoms AVEKE stressZZ 26265 5000 1.1660601e-10 10525651 26266 -0.014657499999992 10525519.406244 26266 5000 1.1659786e-10 10525519 Loop time of 0.0172729 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:42 2021 Pair time (%) = 0.0013051 (7.55576) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18496) Outpt time (%) = 0.0158379 (91.692) Other time (%) = 9.799e-05 (0.567303) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:42 2021 Memory usage per processor = 27.5493 Mbytes Step Atoms AVEKE stressZZ 26266 5000 1.1659786e-10 10525458 26267 -0.014657499999992 10525326.2253077 26267 5000 1.1658971e-10 10525326 Loop time of 0.0182929 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:42 2021 Pair time (%) = 0.00165606 (9.05299) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.202018) Outpt time (%) = 0.0164011 (89.658) Other time (%) = 0.000198841 (1.08698) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:42 2021 Memory usage per processor = 27.5493 Mbytes Step Atoms AVEKE stressZZ 26267 5000 1.1658971e-10 10525265 26268 -0.014657499999992 10525133.0544788 26268 5000 1.1658157e-10 10525133 Loop time of 0.018029 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:42 2021 Pair time (%) = 0.00122094 (6.77211) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.177204) Outpt time (%) = 0.01668 (92.5178) Other time (%) = 9.60827e-05 (0.532935) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:42 2021 Memory usage per processor = 27.5493 Mbytes Step Atoms AVEKE stressZZ 26268 5000 1.1658157e-10 10525072 26269 -0.014657499999992 10524939.8937554 26269 5000 1.1657342e-10 10524940 Loop time of 0.0180149 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:42 2021 Pair time (%) = 0.00116801 (6.48359) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.26072) Outpt time (%) = 0.016675 (92.5622) Other time (%) = 0.000124931 (0.693489) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:42 2021 Memory usage per processor = 27.5493 Mbytes Step Atoms AVEKE stressZZ 26269 5000 1.1657342e-10 10524879 26270 -0.014657499999992 10524746.7431359 26270 5000 1.1656528e-10 10524747 Loop time of 0.0202889 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:42 2021 Pair time (%) = 0.00123096 (6.06712) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.162166) Outpt time (%) = 0.0189061 (93.1843) Other time (%) = 0.000118971 (0.586383) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:42 2021 Memory usage per processor = 27.5493 Mbytes Step Atoms AVEKE stressZZ 26270 5000 1.1656528e-10 10524686 26271 -0.014657499999992 10524553.6026184 26271 5000 1.1655713e-10 10524554 Loop time of 0.017457 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:42 2021 Pair time (%) = 0.00121713 (6.97214) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.195302) Outpt time (%) = 0.016058 (91.9858) Other time (%) = 0.00014782 (0.846763) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:42 2021 Memory usage per processor = 27.5493 Mbytes Step Atoms AVEKE stressZZ 26271 5000 1.1655713e-10 10524493 26272 -0.014657499999992 10524360.4721512 26272 5000 1.1654899e-10 10524360 Loop time of 0.018208 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:42 2021 Pair time (%) = 0.00135899 (7.46366) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.180699) Outpt time (%) = 0.0167041 (91.7402) Other time (%) = 0.000112057 (0.615425) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:42 2021 Memory usage per processor = 27.5493 Mbytes Step Atoms AVEKE stressZZ 26272 5000 1.1654899e-10 10524299 26273 -0.014657499999992 10524167.3517663 26273 5000 1.1654085e-10 10524167 Loop time of 0.018111 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:42 2021 Pair time (%) = 0.00117016 (6.46104) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.176402) Outpt time (%) = 0.0168161 (92.8505) Other time (%) = 9.27448e-05 (0.512091) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:42 2021 Memory usage per processor = 27.5493 Mbytes Step Atoms AVEKE stressZZ 26273 5000 1.1654085e-10 10524106 26274 -0.014657499999992 10523974.2414756 26274 5000 1.1653271e-10 10523974 Loop time of 0.017355 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:42 2021 Pair time (%) = 0.00117302 (6.75898) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184086) Outpt time (%) = 0.0160551 (92.5102) Other time (%) = 9.48906e-05 (0.546763) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:42 2021 Memory usage per processor = 27.5493 Mbytes Step Atoms AVEKE stressZZ 26274 5000 1.1653271e-10 10523913 26275 -0.014657499999992 10523781.1412776 26275 5000 1.1652457e-10 10523781 Loop time of 0.0177071 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:42 2021 Pair time (%) = 0.00121498 (6.86154) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.185811) Outpt time (%) = 0.01631 (92.1098) Other time (%) = 0.00014925 (0.842882) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:42 2021 Memory usage per processor = 27.5493 Mbytes Step Atoms AVEKE stressZZ 26275 5000 1.1652457e-10 10523720 26276 -0.014657499999992 10523588.0511709 26276 5000 1.1651643e-10 10523588 Loop time of 0.0180199 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:42 2021 Pair time (%) = 0.00131893 (7.3193) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.182586) Outpt time (%) = 0.0165529 (91.8591) Other time (%) = 0.000115156 (0.639049) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:42 2021 Memory usage per processor = 27.5493 Mbytes Step Atoms AVEKE stressZZ 26276 5000 1.1651643e-10 10523527 26277 -0.014657499999992 10523394.9711539 26277 5000 1.165083e-10 10523395 Loop time of 0.0186789 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:42 2021 Pair time (%) = 0.0015769 (8.44215) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.219542) Outpt time (%) = 0.016896 (90.455) Other time (%) = 0.000164986 (0.883273) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:42 2021 Memory usage per processor = 27.5493 Mbytes Step Atoms AVEKE stressZZ 26277 5000 1.165083e-10 10523334 26278 -0.014657499999992 10523201.9012251 26278 5000 1.1650016e-10 10523202 Loop time of 0.0179851 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:42 2021 Pair time (%) = 0.00118113 (6.56724) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.255849) Outpt time (%) = 0.0166101 (92.355) Other time (%) = 0.00014782 (0.8219) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:42 2021 Memory usage per processor = 27.5493 Mbytes Step Atoms AVEKE stressZZ 26278 5000 1.1650016e-10 10523141 26279 -0.014657499999992 10523008.8413834 26279 5000 1.1649202e-10 10523009 Loop time of 0.0172329 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:42 2021 Pair time (%) = 0.00123501 (7.16657) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.20891) Outpt time (%) = 0.0158191 (91.7958) Other time (%) = 0.000142813 (0.828722) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:42 2021 Memory usage per processor = 27.5493 Mbytes Step Atoms AVEKE stressZZ 26279 5000 1.1649202e-10 10522948 26280 -0.014657499999992 10522815.791627 26280 5000 1.1648389e-10 10522816 Loop time of 0.02074 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:42 2021 Pair time (%) = 0.00161695 (7.7963) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.188527) Outpt time (%) = 0.0188849 (91.0553) Other time (%) = 0.00019908 (0.95988) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:42 2021 Memory usage per processor = 27.5493 Mbytes Step Atoms AVEKE stressZZ 26280 5000 1.1648389e-10 10522755 26281 -0.014657499999992 10522622.7519544 26281 5000 1.1647576e-10 10522623 Loop time of 0.0180719 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:42 2021 Pair time (%) = 0.00125217 (6.92885) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.18338) Outpt time (%) = 0.0166831 (92.3152) Other time (%) = 0.000103474 (0.572567) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:42 2021 Memory usage per processor = 27.5493 Mbytes Step Atoms AVEKE stressZZ 26281 5000 1.1647576e-10 10522562 26282 -0.014657499999992 10522429.7223647 26282 5000 1.1646762e-10 10522430 Loop time of 0.017909 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:42 2021 Pair time (%) = 0.00121808 (6.80148) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.178391) Outpt time (%) = 0.016537 (92.3385) Other time (%) = 0.00012207 (0.681612) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:42 2021 Memory usage per processor = 27.5493 Mbytes Step Atoms AVEKE stressZZ 26282 5000 1.1646762e-10 10522369 26283 -0.014657499999992 10522236.702856 26283 5000 1.1645949e-10 10522237 Loop time of 0.017441 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:42 2021 Pair time (%) = 0.00117683 (6.7475) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.188646) Outpt time (%) = 0.0161278 (92.4706) Other time (%) = 0.000103474 (0.593277) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:42 2021 Memory usage per processor = 27.5493 Mbytes Step Atoms AVEKE stressZZ 26283 5000 1.1645949e-10 10522176 26284 -0.014657499999992 10522043.6934271 26284 5000 1.1645136e-10 10522044 Loop time of 0.0174091 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:42 2021 Pair time (%) = 0.00122881 (7.05844) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.188992) Outpt time (%) = 0.0159991 (91.9007) Other time (%) = 0.000148296 (0.851833) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:42 2021 Memory usage per processor = 27.5493 Mbytes Step Atoms AVEKE stressZZ 26284 5000 1.1645136e-10 10521983 26285 -0.014657499999992 10521850.6940767 26285 5000 1.1644323e-10 10521851 Loop time of 0.018079 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:42 2021 Pair time (%) = 0.00132704 (7.3402) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.188582) Outpt time (%) = 0.0166039 (91.8409) Other time (%) = 0.000113964 (0.630366) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:42 2021 Memory usage per processor = 27.5493 Mbytes Step Atoms AVEKE stressZZ 26285 5000 1.1644323e-10 10521790 26286 -0.014657499999992 10521657.7048036 26286 5000 1.164351e-10 10521658 Loop time of 0.0177619 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:42 2021 Pair time (%) = 0.00117016 (6.58801) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.179868) Outpt time (%) = 0.0164661 (92.7046) Other time (%) = 9.36985e-05 (0.527524) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:42 2021 Memory usage per processor = 27.5493 Mbytes Step Atoms AVEKE stressZZ 26286 5000 1.164351e-10 10521597 26287 -0.014657499999992 10521464.7256061 26287 5000 1.1642698e-10 10521465 Loop time of 0.0173771 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:42 2021 Pair time (%) = 0.00117302 (6.75036) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189339) Outpt time (%) = 0.016077 (92.5184) Other time (%) = 9.41753e-05 (0.54195) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:42 2021 Memory usage per processor = 27.5493 Mbytes Step Atoms AVEKE stressZZ 26287 5000 1.1642698e-10 10521404 26288 -0.014657499999992 10521271.7564829 26288 5000 1.1641885e-10 10521272 Loop time of 0.0172431 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:42 2021 Pair time (%) = 0.00127387 (7.38769) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.196341) Outpt time (%) = 0.0158041 (91.6541) Other time (%) = 0.000131369 (0.76186) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:42 2021 Memory usage per processor = 27.5493 Mbytes Step Atoms AVEKE stressZZ 26288 5000 1.1641885e-10 10521211 26289 -0.014657499999992 10521078.7974328 26289 5000 1.1641072e-10 10521079 Loop time of 0.018326 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:42 2021 Pair time (%) = 0.00141096 (7.69921) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.18604) Outpt time (%) = 0.0167711 (91.515) Other time (%) = 0.000109911 (0.599753) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:42 2021 Memory usage per processor = 27.5493 Mbytes Step Atoms AVEKE stressZZ 26289 5000 1.1641072e-10 10521018 26290 -0.014657499999992 10520885.8484544 26290 5000 1.164026e-10 10520886 Loop time of 0.0206668 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:42 2021 Pair time (%) = 0.00116992 (5.66086) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.154586) Outpt time (%) = 0.0193348 (93.5547) Other time (%) = 0.000130177 (0.629881) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:42 2021 Memory usage per processor = 27.5493 Mbytes Step Atoms AVEKE stressZZ 26290 5000 1.164026e-10 10520825 26291 -0.014657499999992 10520692.9095463 26291 5000 1.1639447e-10 10520693 Loop time of 0.018266 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:42 2021 Pair time (%) = 0.00120902 (6.61898) Neigh time (%) = 0 (0) Comm time (%) = 4.50611e-05 (0.246694) Outpt time (%) = 0.0169179 (92.6201) Other time (%) = 9.39369e-05 (0.514273) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:42 2021 Memory usage per processor = 27.5493 Mbytes Step Atoms AVEKE stressZZ 26291 5000 1.1639447e-10 10520632 26292 -0.014657499999992 10520499.9807074 26292 5000 1.1638635e-10 10520500 Loop time of 0.0177579 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:42 2021 Pair time (%) = 0.00124407 (7.00572) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.259123) Outpt time (%) = 0.016341 (92.0209) Other time (%) = 0.000126839 (0.714267) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:42 2021 Memory usage per processor = 27.5493 Mbytes Step Atoms AVEKE stressZZ 26292 5000 1.1638635e-10 10520439 26293 -0.014657499999992 10520307.0619362 26293 5000 1.1637823e-10 10520307 Loop time of 0.0177031 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:42 2021 Pair time (%) = 0.00141096 (7.97016) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.215482) Outpt time (%) = 0.016124 (91.0804) Other time (%) = 0.000129938 (0.733987) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:42 2021 Memory usage per processor = 27.5493 Mbytes Step Atoms AVEKE stressZZ 26293 5000 1.1637823e-10 10520246 26294 -0.014657499999992 10520114.1532316 26294 5000 1.1637011e-10 10520114 Loop time of 0.018054 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:42 2021 Pair time (%) = 0.00126696 (7.01759) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.183561) Outpt time (%) = 0.0166559 (92.2561) Other time (%) = 9.799e-05 (0.542761) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:42 2021 Memory usage per processor = 27.5493 Mbytes Step Atoms AVEKE stressZZ 26294 5000 1.1637011e-10 10520053 26295 -0.014657499999992 10519921.254592 26295 5000 1.1636199e-10 10519921 Loop time of 0.0179372 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:42 2021 Pair time (%) = 0.00123405 (6.87987) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.178111) Outpt time (%) = 0.0165761 (92.4117) Other time (%) = 9.5129e-05 (0.530345) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:42 2021 Memory usage per processor = 27.5493 Mbytes Step Atoms AVEKE stressZZ 26295 5000 1.1636199e-10 10519860 26296 -0.014657499999992 10519728.3660165 26296 5000 1.1635387e-10 10519728 Loop time of 0.0173221 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:42 2021 Pair time (%) = 0.00125098 (7.2219) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191318) Outpt time (%) = 0.0159428 (92.0376) Other time (%) = 9.5129e-05 (0.549178) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:42 2021 Memory usage per processor = 27.5493 Mbytes Step Atoms AVEKE stressZZ 26296 5000 1.1635387e-10 10519667 26297 -0.014657499999992 10519535.4875034 26297 5000 1.1634575e-10 10519535 Loop time of 0.0176671 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:42 2021 Pair time (%) = 0.00140095 (7.92972) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.209174) Outpt time (%) = 0.016099 (91.1243) Other time (%) = 0.000130177 (0.736832) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:42 2021 Memory usage per processor = 27.5493 Mbytes Step Atoms AVEKE stressZZ 26297 5000 1.1634575e-10 10519474 26298 -0.014657499999992 10519342.6190517 26298 5000 1.1633763e-10 10519343 Loop time of 0.0179689 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:42 2021 Pair time (%) = 0.00127602 (7.10125) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.183104) Outpt time (%) = 0.016556 (92.1371) Other time (%) = 0.000103951 (0.578503) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:42 2021 Memory usage per processor = 27.5493 Mbytes Step Atoms AVEKE stressZZ 26298 5000 1.1633763e-10 10519282 26299 -0.014657499999992 10519149.76066 26299 5000 1.1632952e-10 10519150 Loop time of 0.0181761 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:42 2021 Pair time (%) = 0.00120401 (6.62417) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.17577) Outpt time (%) = 0.0168459 (92.6819) Other time (%) = 9.41753e-05 (0.518128) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:42 2021 Memory usage per processor = 27.5493 Mbytes Step Atoms AVEKE stressZZ 26299 5000 1.1632952e-10 10519089 26300 -0.014657499999992 10518956.9123271 26300 5000 1.163214e-10 10518957 Loop time of 0.020541 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:43 2021 Pair time (%) = 0.0012269 (5.97296) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.155534) Outpt time (%) = 0.019156 (93.2575) Other time (%) = 0.000126123 (0.61401) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:28:43 2021 Memory usage per processor = 27.5493 Mbytes Step Atoms AVEKE stressZZ 26300 5000 1.163214e-10 10518896 26301 -0.014657499999992 10518738.4052316 26301 5000 2.2927658e-10 10519085 Loop time of 0.0192389 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:43 2021 Pair time (%) = 0.00120497 (6.26317) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.172256) Outpt time (%) = 0.0178549 (92.8062) Other time (%) = 0.000145912 (0.758421) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:43 2021 Memory usage per processor = 27.5493 Mbytes Step Atoms AVEKE stressZZ 26301 5000 2.2927658e-10 10593176 26302 -0.014689999999992 10593003.2372739 26302 5000 1.8442128e-10 10593003 Loop time of 0.0193739 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:43 2021 Pair time (%) = 0.00117612 (6.07064) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.164903) Outpt time (%) = 0.018075 (93.2956) Other time (%) = 9.08375e-05 (0.468865) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:43 2021 Memory usage per processor = 27.5493 Mbytes Step Atoms AVEKE stressZZ 26302 5000 1.8442128e-10 10592920 26303 -0.014689999999992 10592761.8947559 26303 5000 1.5845335e-10 10592762 Loop time of 0.0182312 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:43 2021 Pair time (%) = 0.00123096 (6.75193) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.176547) Outpt time (%) = 0.0168788 (92.5824) Other time (%) = 8.91685e-05 (0.4891) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:43 2021 Memory usage per processor = 27.5493 Mbytes Step Atoms AVEKE stressZZ 26303 5000 1.5845335e-10 10592687 26304 -0.014689999999992 10592537.578375 26304 5000 1.4297387e-10 10592538 Loop time of 0.0182669 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:43 2021 Pair time (%) = 0.00125003 (6.84313) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.185337) Outpt time (%) = 0.0168779 (92.3959) Other time (%) = 0.000105143 (0.57559) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:43 2021 Memory usage per processor = 27.5493 Mbytes Step Atoms AVEKE stressZZ 26304 5000 1.4297387e-10 10592467 26305 -0.014689999999992 10592324.0860063 26305 5000 1.3354813e-10 10592324 Loop time of 0.0178339 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:43 2021 Pair time (%) = 0.00121593 (6.81809) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.185826) Outpt time (%) = 0.0164871 (92.448) Other time (%) = 9.77516e-05 (0.548121) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:43 2021 Memory usage per processor = 27.5493 Mbytes Step Atoms AVEKE stressZZ 26305 5000 1.3354813e-10 10592257 26306 -0.014689999999992 10592117.4761181 26306 5000 1.2772247e-10 10592117 Loop time of 0.017415 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:43 2021 Pair time (%) = 0.00117183 (6.72882) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183451) Outpt time (%) = 0.0160549 (92.1896) Other time (%) = 0.000156403 (0.898089) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:43 2021 Memory usage per processor = 27.5493 Mbytes Step Atoms AVEKE stressZZ 26306 5000 1.2772247e-10 10592052 26307 -0.014689999999992 10591915.2438587 26307 5000 1.2408488e-10 10591915 Loop time of 0.0174329 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:43 2021 Pair time (%) = 0.00136495 (7.8297) Neigh time (%) = 0 (0) Comm time (%) = 4.72069e-05 (0.270791) Outpt time (%) = 0.0158999 (91.2061) Other time (%) = 0.000120878 (0.69339) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:43 2021 Memory usage per processor = 27.5493 Mbytes Step Atoms AVEKE stressZZ 26307 5000 1.2408488e-10 10591851 26308 -0.014689999999992 10591715.7974488 26308 5000 1.217975e-10 10591716 Loop time of 0.018337 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:43 2021 Pair time (%) = 0.00132203 (7.20963) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.278244) Outpt time (%) = 0.016861 (91.9504) Other time (%) = 0.000102997 (0.561688) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:43 2021 Memory usage per processor = 27.5493 Mbytes Step Atoms AVEKE stressZZ 26308 5000 1.217975e-10 10591653 26309 -0.014689999999992 10591518.1251975 26309 5000 1.203519e-10 10591518 Loop time of 0.018414 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:43 2021 Pair time (%) = 0.00146699 (7.9667) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.173499) Outpt time (%) = 0.0167401 (90.9094) Other time (%) = 0.000174999 (0.950359) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:43 2021 Memory usage per processor = 27.5493 Mbytes Step Atoms AVEKE stressZZ 26309 5000 1.203519e-10 10591456 26310 -0.014689999999992 10591321.5841744 26310 5000 1.1943468e-10 10591322 Loop time of 0.0206549 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:43 2021 Pair time (%) = 0.00122213 (5.91691) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.159293) Outpt time (%) = 0.0193071 (93.4748) Other time (%) = 9.27448e-05 (0.449021) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:43 2021 Memory usage per processor = 27.5494 Mbytes Step Atoms AVEKE stressZZ 26310 5000 1.1943468e-10 10591259 26311 -0.014689999999992 10591125.7657933 26311 5000 1.1885058e-10 10591126 Loop time of 0.0173509 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:43 2021 Pair time (%) = 0.00119781 (6.90347) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191) Outpt time (%) = 0.016017 (92.3119) Other time (%) = 0.000102997 (0.59361) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:43 2021 Memory usage per processor = 27.5494 Mbytes Step Atoms AVEKE stressZZ 26311 5000 1.1885058e-10 10591064 26312 -0.014689999999992 10590930.4103931 26312 5000 1.184771e-10 10590930 Loop time of 0.0179038 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:43 2021 Pair time (%) = 0.0015831 (8.84225) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.218393) Outpt time (%) = 0.0161309 (90.0977) Other time (%) = 0.000150681 (0.841612) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:43 2021 Memory usage per processor = 27.5494 Mbytes Step Atoms AVEKE stressZZ 26312 5000 1.184771e-10 10590869 26313 -0.014689999999992 10590735.3529556 26313 5000 1.1823705e-10 10590735 Loop time of 0.017947 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:43 2021 Pair time (%) = 0.00117302 (6.53603) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.1727) Outpt time (%) = 0.016649 (92.7679) Other time (%) = 9.39369e-05 (0.523414) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:43 2021 Memory usage per processor = 27.5494 Mbytes Step Atoms AVEKE stressZZ 26313 5000 1.1823705e-10 10590674 26314 -0.014689999999992 10590540.4886087 26314 5000 1.1808161e-10 10590540 Loop time of 0.018239 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:43 2021 Pair time (%) = 0.00118899 (6.51895) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.252288) Outpt time (%) = 0.0168669 (92.4771) Other time (%) = 0.000137091 (0.751634) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:43 2021 Memory usage per processor = 27.5494 Mbytes Step Atoms AVEKE stressZZ 26314 5000 1.1808161e-10 10590479 26315 -0.014689999999992 10590345.7507047 26315 5000 1.1797987e-10 10590346 Loop time of 0.017509 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:43 2021 Pair time (%) = 0.00121593 (6.94463) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.19336) Outpt time (%) = 0.016155 (92.2669) Other time (%) = 0.000104189 (0.59506) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:43 2021 Memory usage per processor = 27.5494 Mbytes Step Atoms AVEKE stressZZ 26315 5000 1.1797987e-10 10590284 26316 -0.014689999999992 10590151.0968865 26316 5000 1.1791223e-10 10590151 Loop time of 0.018132 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:43 2021 Pair time (%) = 0.00155902 (8.59818) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.20907) Outpt time (%) = 0.0163181 (89.9962) Other time (%) = 0.000216961 (1.19657) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:43 2021 Memory usage per processor = 27.5494 Mbytes Step Atoms AVEKE stressZZ 26316 5000 1.1791223e-10 10590089 26317 -0.014689999999992 10589956.5002356 26317 5000 1.1786625e-10 10589957 Loop time of 0.0180869 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:43 2021 Pair time (%) = 0.00123382 (6.8216) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.176637) Outpt time (%) = 0.0167241 (92.4653) Other time (%) = 9.70364e-05 (0.5365) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:43 2021 Memory usage per processor = 27.5494 Mbytes Step Atoms AVEKE stressZZ 26317 5000 1.1786625e-10 10589895 26318 -0.014689999999992 10589761.9436438 26318 5000 1.1783403e-10 10589762 Loop time of 0.0183001 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:43 2021 Pair time (%) = 0.00140405 (7.67236) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.196727) Outpt time (%) = 0.0167129 (91.3271) Other time (%) = 0.000147104 (0.803846) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:43 2021 Memory usage per processor = 27.5494 Mbytes Step Atoms AVEKE stressZZ 26318 5000 1.1783403e-10 10589700 26319 -0.014689999999992 10589567.4162135 26319 5000 1.1781055e-10 10589567 Loop time of 0.0173221 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:43 2021 Pair time (%) = 0.00123215 (7.11317) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189941) Outpt time (%) = 0.01596 (92.1367) Other time (%) = 9.70364e-05 (0.560189) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:43 2021 Memory usage per processor = 27.5494 Mbytes Step Atoms AVEKE stressZZ 26319 5000 1.1781055e-10 10589506 26320 -0.014689999999992 10589372.9110477 26320 5000 1.1779263e-10 10589373 Loop time of 0.0202751 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:43 2021 Pair time (%) = 0.00145006 (7.15193) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.177563) Outpt time (%) = 0.0186372 (91.9214) Other time (%) = 0.000151873 (0.749059) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:43 2021 Memory usage per processor = 27.5494 Mbytes Step Atoms AVEKE stressZZ 26320 5000 1.1779263e-10 10589311 26321 -0.014689999999992 10589178.4237843 26321 5000 1.1777823e-10 10589178 Loop time of 0.0182681 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:43 2021 Pair time (%) = 0.00160313 (8.77555) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.208817) Outpt time (%) = 0.0164759 (90.1895) Other time (%) = 0.000150919 (0.826133) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:43 2021 Memory usage per processor = 27.5494 Mbytes Step Atoms AVEKE stressZZ 26321 5000 1.1777823e-10 10589117 26322 -0.014689999999992 10588983.9518049 26322 5000 1.1776608e-10 10588984 Loop time of 0.0179169 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:43 2021 Pair time (%) = 0.00117111 (6.53635) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.179643) Outpt time (%) = 0.016619 (92.7557) Other time (%) = 9.46522e-05 (0.528284) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:43 2021 Memory usage per processor = 27.5494 Mbytes Step Atoms AVEKE stressZZ 26322 5000 1.1776608e-10 10588922 26323 -0.014689999999992 10588789.4932588 26323 5000 1.1775536e-10 10588789 Loop time of 0.0178909 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:43 2021 Pair time (%) = 0.00120902 (6.75773) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.178571) Outpt time (%) = 0.0165219 (92.3481) Other time (%) = 0.000128031 (0.715618) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:43 2021 Memory usage per processor = 27.5494 Mbytes Step Atoms AVEKE stressZZ 26323 5000 1.1775536e-10 10588728 26324 -0.014689999999992 10588595.0469741 26324 5000 1.1774554e-10 10588595 Loop time of 0.0173199 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:43 2021 Pair time (%) = 0.00117517 (6.78505) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189965) Outpt time (%) = 0.0159781 (92.2527) Other time (%) = 0.000133753 (0.772249) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:43 2021 Memory usage per processor = 27.5494 Mbytes Step Atoms AVEKE stressZZ 26324 5000 1.1774554e-10 10588533 26325 -0.014689999999992 10588400.6121903 26325 5000 1.177363e-10 10588401 Loop time of 0.017838 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:43 2021 Pair time (%) = 0.00142908 (8.01144) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.201823) Outpt time (%) = 0.0162489 (91.0917) Other time (%) = 0.000123978 (0.69502) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:43 2021 Memory usage per processor = 27.5494 Mbytes Step Atoms AVEKE stressZZ 26325 5000 1.177363e-10 10588339 26326 -0.014689999999992 10588206.188476 26326 5000 1.1772743e-10 10588206 Loop time of 0.0181968 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:43 2021 Pair time (%) = 0.00119996 (6.59434) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.182121) Outpt time (%) = 0.0168688 (92.7021) Other time (%) = 9.48906e-05 (0.521468) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:43 2021 Memory usage per processor = 27.5494 Mbytes Step Atoms AVEKE stressZZ 26326 5000 1.1772743e-10 10588145 26327 -0.014689999999992 10588011.775534 26327 5000 1.1771879e-10 10588012 Loop time of 0.018259 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:43 2021 Pair time (%) = 0.00127387 (6.97665) Neigh time (%) = 0 (0) Comm time (%) = 6.69956e-05 (0.366917) Outpt time (%) = 0.0167739 (91.8664) Other time (%) = 0.000144243 (0.789982) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:43 2021 Memory usage per processor = 27.5494 Mbytes Step Atoms AVEKE stressZZ 26327 5000 1.1771879e-10 10587950 26328 -0.014689999999992 10587817.3731743 26328 5000 1.1771029e-10 10587817 Loop time of 0.0172482 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:43 2021 Pair time (%) = 0.00117207 (6.79531) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185226) Outpt time (%) = 0.0159502 (92.4748) Other time (%) = 9.39369e-05 (0.54462) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:43 2021 Memory usage per processor = 27.5494 Mbytes Step Atoms AVEKE stressZZ 26328 5000 1.1771029e-10 10587756 26329 -0.014689999999992 10587622.9812743 26329 5000 1.177019e-10 10587623 Loop time of 0.0176499 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:43 2021 Pair time (%) = 0.00156212 (8.85059) Neigh time (%) = 0 (0) Comm time (%) = 4.91142e-05 (0.278269) Outpt time (%) = 0.0158818 (89.9823) Other time (%) = 0.000156879 (0.888841) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:43 2021 Memory usage per processor = 27.5494 Mbytes Step Atoms AVEKE stressZZ 26329 5000 1.177019e-10 10587561 26330 -0.014689999999992 10587428.5997559 26330 5000 1.1769356e-10 10587429 Loop time of 0.0208821 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:43 2021 Pair time (%) = 0.00120401 (5.76576) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.220355) Outpt time (%) = 0.019511 (93.4339) Other time (%) = 0.000121117 (0.580001) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:43 2021 Memory usage per processor = 27.5494 Mbytes Step Atoms AVEKE stressZZ 26330 5000 1.1769356e-10 10587367 26331 -0.014689999999992 10587234.2285672 26331 5000 1.1768526e-10 10587234 Loop time of 0.0180302 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:43 2021 Pair time (%) = 0.00117612 (6.52306) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.177192) Outpt time (%) = 0.0167341 (92.8118) Other time (%) = 8.79765e-05 (0.48794) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:43 2021 Memory usage per processor = 27.5494 Mbytes Step Atoms AVEKE stressZZ 26331 5000 1.1768526e-10 10587173 26332 -0.014689999999992 10587039.8676751 26332 5000 1.1767699e-10 10587040 Loop time of 0.017194 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:43 2021 Pair time (%) = 0.00117207 (6.8167) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.187196) Outpt time (%) = 0.0159011 (92.4803) Other time (%) = 8.86917e-05 (0.515828) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:43 2021 Memory usage per processor = 27.5494 Mbytes Step Atoms AVEKE stressZZ 26332 5000 1.1767699e-10 10586978 26333 -0.014689999999992 10586845.517047 26333 5000 1.1766874e-10 10586846 Loop time of 0.017442 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:43 2021 Pair time (%) = 0.00124598 (7.14354) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.194103) Outpt time (%) = 0.016017 (91.8299) Other time (%) = 0.000145197 (0.832456) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:43 2021 Memory usage per processor = 27.5494 Mbytes Step Atoms AVEKE stressZZ 26333 5000 1.1766874e-10 10586784 26334 -0.014689999999992 10586651.176663 26334 5000 1.1766049e-10 10586651 Loop time of 0.018219 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:43 2021 Pair time (%) = 0.00127912 (7.02078) Neigh time (%) = 0 (0) Comm time (%) = 5.00679e-05 (0.274812) Outpt time (%) = 0.016777 (92.0854) Other time (%) = 0.000112772 (0.61898) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:43 2021 Memory usage per processor = 27.5494 Mbytes Step Atoms AVEKE stressZZ 26334 5000 1.1766049e-10 10586590 26335 -0.014689999999992 10586456.8465261 26335 5000 1.1765225e-10 10586457 Loop time of 0.0180881 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:43 2021 Pair time (%) = 0.00119591 (6.61157) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.19376) Outpt time (%) = 0.016762 (92.6687) Other time (%) = 9.5129e-05 (0.52592) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:43 2021 Memory usage per processor = 27.5494 Mbytes Step Atoms AVEKE stressZZ 26335 5000 1.1765225e-10 10586395 26336 -0.014689999999992 10586262.5266283 26336 5000 1.1764402e-10 10586263 Loop time of 0.017843 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:43 2021 Pair time (%) = 0.00121999 (6.83734) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.185732) Outpt time (%) = 0.0164762 (92.3396) Other time (%) = 0.000113726 (0.637368) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:43 2021 Memory usage per processor = 27.5494 Mbytes Step Atoms AVEKE stressZZ 26336 5000 1.1764402e-10 10586201 26337 -0.014689999999992 10586068.2169644 26337 5000 1.1763579e-10 10586068 Loop time of 0.017602 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:43 2021 Pair time (%) = 0.0013001 (7.38609) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.188275) Outpt time (%) = 0.016166 (91.8418) Other time (%) = 0.000102758 (0.583789) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:43 2021 Memory usage per processor = 27.5494 Mbytes Step Atoms AVEKE stressZZ 26337 5000 1.1763579e-10 10586007 26338 -0.014689999999992 10585873.9175412 26338 5000 1.1762756e-10 10585874 Loop time of 0.0181682 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:43 2021 Pair time (%) = 0.00137901 (7.59025) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.182408) Outpt time (%) = 0.0166421 (91.6001) Other time (%) = 0.000113964 (0.627272) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:43 2021 Memory usage per processor = 27.5494 Mbytes Step Atoms AVEKE stressZZ 26338 5000 1.1762756e-10 10585812 26339 -0.014689999999992 10585679.6284159 26339 5000 1.1761934e-10 10585680 Loop time of 0.0181601 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:43 2021 Pair time (%) = 0.00124002 (6.82824) Neigh time (%) = 0 (0) Comm time (%) = 8.70228e-05 (0.479198) Outpt time (%) = 0.016711 (92.0204) Other time (%) = 0.00012207 (0.672189) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:43 2021 Memory usage per processor = 27.5494 Mbytes Step Atoms AVEKE stressZZ 26339 5000 1.1761934e-10 10585618 26340 -0.014689999999992 10585485.3495569 26340 5000 1.1761111e-10 10585485 Loop time of 0.0203719 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:43 2021 Pair time (%) = 0.00117302 (5.75802) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.157995) Outpt time (%) = 0.019073 (93.624) Other time (%) = 9.36985e-05 (0.45994) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:43 2021 Memory usage per processor = 27.5494 Mbytes Step Atoms AVEKE stressZZ 26340 5000 1.1761111e-10 10585424 26341 -0.014689999999992 10585291.0809501 26341 5000 1.1760289e-10 10585291 Loop time of 0.017365 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:44 2021 Pair time (%) = 0.00124502 (7.16973) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.190845) Outpt time (%) = 0.0159402 (91.795) Other time (%) = 0.000146627 (0.844386) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:44 2021 Memory usage per processor = 27.5494 Mbytes Step Atoms AVEKE stressZZ 26341 5000 1.1760289e-10 10585230 26342 -0.014689999999992 10585096.8225883 26342 5000 1.1759467e-10 10585097 Loop time of 0.0212269 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:44 2021 Pair time (%) = 0.00191498 (9.02148) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.169602) Outpt time (%) = 0.019119 (90.0699) Other time (%) = 0.000156879 (0.73906) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:44 2021 Memory usage per processor = 27.5494 Mbytes Step Atoms AVEKE stressZZ 26342 5000 1.1759467e-10 10585035 26343 -0.014689999999992 10584902.5744664 26343 5000 1.1758645e-10 10584903 Loop time of 0.019577 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:44 2021 Pair time (%) = 0.00122595 (6.26218) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.16441) Outpt time (%) = 0.0182261 (93.0997) Other time (%) = 9.27448e-05 (0.473743) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:44 2021 Memory usage per processor = 27.5494 Mbytes Step Atoms AVEKE stressZZ 26343 5000 1.1758645e-10 10584841 26344 -0.014689999999992 10584708.3365806 26344 5000 1.1757823e-10 10584708 Loop time of 0.0184031 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:44 2021 Pair time (%) = 0.00144506 (7.85226) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.173602) Outpt time (%) = 0.0168412 (91.5129) Other time (%) = 8.4877e-05 (0.461212) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:44 2021 Memory usage per processor = 27.5494 Mbytes Step Atoms AVEKE stressZZ 26344 5000 1.1757823e-10 10584647 26345 -0.014689999999992 10584514.1089285 26345 5000 1.1757001e-10 10584514 Loop time of 0.0182271 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:44 2021 Pair time (%) = 0.00128007 (7.02289) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.18705) Outpt time (%) = 0.0167611 (91.9568) Other time (%) = 0.000151873 (0.833224) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:44 2021 Memory usage per processor = 27.5494 Mbytes Step Atoms AVEKE stressZZ 26345 5000 1.1757001e-10 10584453 26346 -0.014689999999992 10584319.8915079 26346 5000 1.175618e-10 10584320 Loop time of 0.017909 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:44 2021 Pair time (%) = 0.00117779 (6.5765) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.178391) Outpt time (%) = 0.0166011 (92.6966) Other time (%) = 9.82285e-05 (0.548485) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:44 2021 Memory usage per processor = 27.5494 Mbytes Step Atoms AVEKE stressZZ 26346 5000 1.175618e-10 10584258 26347 -0.014689999999992 10584125.6843199 26347 5000 1.1755358e-10 10584126 Loop time of 0.0175419 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:44 2021 Pair time (%) = 0.00117493 (6.69784) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182125) Outpt time (%) = 0.0162399 (92.5777) Other time (%) = 9.5129e-05 (0.542296) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:44 2021 Memory usage per processor = 27.5494 Mbytes Step Atoms AVEKE stressZZ 26347 5000 1.1755358e-10 10584064 26348 -0.014689999999992 10583931.4873675 26348 5000 1.1754536e-10 10583931 Loop time of 0.0172091 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:44 2021 Pair time (%) = 0.00122309 (7.10723) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198116) Outpt time (%) = 0.0158448 (92.0726) Other time (%) = 0.00010705 (0.622056) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:44 2021 Memory usage per processor = 27.5494 Mbytes Step Atoms AVEKE stressZZ 26348 5000 1.1754536e-10 10583870 26349 -0.014689999999992 10583737.3006312 26349 5000 1.1753715e-10 10583737 Loop time of 0.0185399 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:44 2021 Pair time (%) = 0.00136805 (7.37893) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.182608) Outpt time (%) = 0.0169799 (91.5859) Other time (%) = 0.000158072 (0.852602) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:44 2021 Memory usage per processor = 27.5494 Mbytes Step Atoms AVEKE stressZZ 26349 5000 1.1753715e-10 10583676 26350 -0.014689999999992 10583543.1241304 26350 5000 1.1752894e-10 10583543 Loop time of 0.0206139 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:44 2021 Pair time (%) = 0.00120091 (5.82575) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.160766) Outpt time (%) = 0.0192721 (93.4907) Other time (%) = 0.000107765 (0.522779) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:44 2021 Memory usage per processor = 27.5494 Mbytes Step Atoms AVEKE stressZZ 26350 5000 1.1752894e-10 10583482 26351 -0.014689999999992 10583348.9578614 26351 5000 1.1752073e-10 10583349 Loop time of 0.01792 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:44 2021 Pair time (%) = 0.00117397 (6.55118) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.17296) Outpt time (%) = 0.0166209 (92.7503) Other time (%) = 9.41753e-05 (0.525532) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:44 2021 Memory usage per processor = 27.5494 Mbytes Step Atoms AVEKE stressZZ 26351 5000 1.1752073e-10 10583287 26352 -0.014689999999992 10583154.8018121 26352 5000 1.1751251e-10 10583155 Loop time of 0.017276 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:44 2021 Pair time (%) = 0.00122094 (7.06725) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190447) Outpt time (%) = 0.015919 (92.1447) Other time (%) = 0.000103235 (0.597563) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:44 2021 Memory usage per processor = 27.5494 Mbytes Step Atoms AVEKE stressZZ 26352 5000 1.1751251e-10 10583093 26353 -0.014689999999992 10582960.6559604 26353 5000 1.175043e-10 10582961 Loop time of 0.017813 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:44 2021 Pair time (%) = 0.00142813 (8.01735) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.219507) Outpt time (%) = 0.0161831 (90.8503) Other time (%) = 0.000162601 (0.912826) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:44 2021 Memory usage per processor = 27.5494 Mbytes Step Atoms AVEKE stressZZ 26353 5000 1.175043e-10 10582899 26354 -0.014689999999992 10582766.5203097 26354 5000 1.1749609e-10 10582767 Loop time of 0.0183439 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:44 2021 Pair time (%) = 0.00122309 (6.66753) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.179361) Outpt time (%) = 0.0169928 (92.6345) Other time (%) = 9.5129e-05 (0.518586) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:44 2021 Memory usage per processor = 27.5494 Mbytes Step Atoms AVEKE stressZZ 26354 5000 1.1749609e-10 10582705 26355 -0.014689999999992 10582572.3948672 26355 5000 1.1748789e-10 10582572 Loop time of 0.0180089 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:44 2021 Pair time (%) = 0.00117207 (6.50824) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.178725) Outpt time (%) = 0.01671 (92.7874) Other time (%) = 9.46522e-05 (0.525584) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:44 2021 Memory usage per processor = 27.5494 Mbytes Step Atoms AVEKE stressZZ 26355 5000 1.1748789e-10 10582511 26356 -0.014689999999992 10582378.2796305 26356 5000 1.1747968e-10 10582378 Loop time of 0.0171521 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:44 2021 Pair time (%) = 0.00117517 (6.85145) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191824) Outpt time (%) = 0.015847 (92.391) Other time (%) = 9.70364e-05 (0.565741) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:44 2021 Memory usage per processor = 27.5494 Mbytes Step Atoms AVEKE stressZZ 26356 5000 1.1747968e-10 10582317 26357 -0.014689999999992 10582184.1745973 26357 5000 1.1747147e-10 10582184 Loop time of 0.017853 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:44 2021 Pair time (%) = 0.00148702 (8.32922) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.212337) Outpt time (%) = 0.0161641 (90.5397) Other time (%) = 0.000164032 (0.918791) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:44 2021 Memory usage per processor = 27.5494 Mbytes Step Atoms AVEKE stressZZ 26357 5000 1.1747147e-10 10582123 26358 -0.014689999999992 10581990.0797656 26358 5000 1.1746327e-10 10581990 Loop time of 0.018441 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:44 2021 Pair time (%) = 0.00127292 (6.90266) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.174538) Outpt time (%) = 0.017036 (92.3811) Other time (%) = 9.98974e-05 (0.541715) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:44 2021 Memory usage per processor = 27.5494 Mbytes Step Atoms AVEKE stressZZ 26358 5000 1.1746327e-10 10581929 26359 -0.014689999999992 10581795.9951334 26359 5000 1.1745506e-10 10581796 Loop time of 0.0184109 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:44 2021 Pair time (%) = 0.00121999 (6.62644) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.178708) Outpt time (%) = 0.0169919 (92.2923) Other time (%) = 0.000166178 (0.902604) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:44 2021 Memory usage per processor = 27.5494 Mbytes Step Atoms AVEKE stressZZ 26359 5000 1.1745506e-10 10581734 26360 -0.014689999999992 10581601.9206988 26360 5000 1.1744686e-10 10581602 Loop time of 0.0209048 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:44 2021 Pair time (%) = 0.00127912 (6.11877) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.163091) Outpt time (%) = 0.019479 (93.1798) Other time (%) = 0.000112534 (0.538315) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:44 2021 Memory usage per processor = 27.5494 Mbytes Step Atoms AVEKE stressZZ 26360 5000 1.1744686e-10 10581540 26361 -0.014689999999992 10581407.8564601 26361 5000 1.1743866e-10 10581408 Loop time of 0.0173051 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:44 2021 Pair time (%) = 0.00127006 (7.33918) Neigh time (%) = 0 (0) Comm time (%) = 5.38826e-05 (0.311368) Outpt time (%) = 0.015877 (91.7474) Other time (%) = 0.000104189 (0.602069) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:44 2021 Memory usage per processor = 27.5494 Mbytes Step Atoms AVEKE stressZZ 26361 5000 1.1743866e-10 10581346 26362 -0.014689999999992 10581213.8024158 26362 5000 1.1743045e-10 10581214 Loop time of 0.0183339 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:44 2021 Pair time (%) = 0.00169992 (9.27202) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.191162) Outpt time (%) = 0.016454 (89.7462) Other time (%) = 0.000144958 (0.790658) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:44 2021 Memory usage per processor = 27.5494 Mbytes Step Atoms AVEKE stressZZ 26362 5000 1.1743045e-10 10581152 26363 -0.014689999999992 10581019.7585643 26363 5000 1.1742225e-10 10581020 Loop time of 0.0180469 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:44 2021 Pair time (%) = 0.00120878 (6.69802) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.177029) Outpt time (%) = 0.016711 (92.5978) Other time (%) = 9.5129e-05 (0.527122) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:44 2021 Memory usage per processor = 27.5494 Mbytes Step Atoms AVEKE stressZZ 26363 5000 1.1742225e-10 10580958 26364 -0.014689999999992 10580825.7249041 26364 5000 1.1741405e-10 10580826 Loop time of 0.0180371 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:44 2021 Pair time (%) = 0.00117016 (6.48752) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.177125) Outpt time (%) = 0.0167391 (92.804) Other time (%) = 9.58443e-05 (0.531374) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:44 2021 Memory usage per processor = 27.5494 Mbytes Step Atoms AVEKE stressZZ 26364 5000 1.1741405e-10 10580764 26365 -0.014689999999992 10580631.7014064 26365 5000 1.1740585e-10 10580632 Loop time of 0.0173891 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:44 2021 Pair time (%) = 0.00118303 (6.80332) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.18921) Outpt time (%) = 0.0160761 (92.4494) Other time (%) = 9.70364e-05 (0.558031) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:44 2021 Memory usage per processor = 27.5494 Mbytes Step Atoms AVEKE stressZZ 26365 5000 1.1740585e-10 10580570 26366 -0.014689999999992 10580437.6880682 26366 5000 1.1739766e-10 10580438 Loop time of 0.0177631 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:44 2021 Pair time (%) = 0.00141406 (7.96065) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.202674) Outpt time (%) = 0.016155 (90.9468) Other time (%) = 0.000158072 (0.889885) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:44 2021 Memory usage per processor = 27.5494 Mbytes Step Atoms AVEKE stressZZ 26366 5000 1.1739766e-10 10580376 26367 -0.014689999999992 10580243.6849169 26367 5000 1.1738946e-10 10580244 Loop time of 0.0180862 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:44 2021 Pair time (%) = 0.00121093 (6.69532) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.176644) Outpt time (%) = 0.016747 (92.5955) Other time (%) = 9.63211e-05 (0.532567) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:44 2021 Memory usage per processor = 27.5494 Mbytes Step Atoms AVEKE stressZZ 26367 5000 1.1738946e-10 10580182 26368 -0.014689999999992 10580049.6919528 26368 5000 1.1738126e-10 10580050 Loop time of 0.0180721 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:44 2021 Pair time (%) = 0.00128388 (7.10422) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.176781) Outpt time (%) = 0.0166512 (92.1372) Other time (%) = 0.000105143 (0.581794) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:44 2021 Memory usage per processor = 27.5494 Mbytes Step Atoms AVEKE stressZZ 26368 5000 1.1738126e-10 10579988 26369 -0.014689999999992 10579855.709179 26369 5000 1.1737307e-10 10579856 Loop time of 0.0173521 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:44 2021 Pair time (%) = 0.00117302 (6.7601) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184117) Outpt time (%) = 0.016052 (92.5076) Other time (%) = 9.5129e-05 (0.548228) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:44 2021 Memory usage per processor = 27.5494 Mbytes Step Atoms AVEKE stressZZ 26369 5000 1.1737307e-10 10579794 26370 -0.014689999999992 10579661.7366031 26370 5000 1.1736487e-10 10579662 Loop time of 0.0203159 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:44 2021 Pair time (%) = 0.001405 (6.91577) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.192463) Outpt time (%) = 0.0187249 (92.1689) Other time (%) = 0.000146866 (0.722911) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:44 2021 Memory usage per processor = 27.5494 Mbytes Step Atoms AVEKE stressZZ 26370 5000 1.1736487e-10 10579600 26371 -0.014689999999992 10579467.7741998 26371 5000 1.1735668e-10 10579468 Loop time of 0.0184422 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:44 2021 Pair time (%) = 0.00156212 (8.47037) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.212018) Outpt time (%) = 0.0166402 (90.2291) Other time (%) = 0.000200748 (1.08853) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:44 2021 Memory usage per processor = 27.5494 Mbytes Step Atoms AVEKE stressZZ 26371 5000 1.1735668e-10 10579406 26372 -0.014689999999992 10579273.8219659 26372 5000 1.1734849e-10 10579274 Loop time of 0.0179451 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:44 2021 Pair time (%) = 0.00117493 (6.54736) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.172718) Outpt time (%) = 0.016644 (92.7498) Other time (%) = 9.5129e-05 (0.530113) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:44 2021 Memory usage per processor = 27.5494 Mbytes Step Atoms AVEKE stressZZ 26372 5000 1.1734849e-10 10579212 26373 -0.014689999999992 10579079.8798995 26373 5000 1.173403e-10 10579080 Loop time of 0.0175371 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:44 2021 Pair time (%) = 0.00117517 (6.70102) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182174) Outpt time (%) = 0.0162361 (92.5812) Other time (%) = 9.39369e-05 (0.535646) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:44 2021 Memory usage per processor = 27.5494 Mbytes Step Atoms AVEKE stressZZ 26373 5000 1.173403e-10 10579018 26374 -0.014689999999992 10578885.9479993 26374 5000 1.1733211e-10 10578886 Loop time of 0.0176351 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:44 2021 Pair time (%) = 0.00121212 (6.87334) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.193329) Outpt time (%) = 0.0162551 (92.1749) Other time (%) = 0.000133753 (0.758446) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:44 2021 Memory usage per processor = 27.5494 Mbytes Step Atoms AVEKE stressZZ 26374 5000 1.1733211e-10 10578824 26375 -0.014689999999992 10578692.0262619 26375 5000 1.1732392e-10 10578692 Loop time of 0.0181379 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:44 2021 Pair time (%) = 0.00158405 (8.73337) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.210316) Outpt time (%) = 0.0163639 (90.219) Other time (%) = 0.000151873 (0.837321) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:44 2021 Memory usage per processor = 27.5494 Mbytes Step Atoms AVEKE stressZZ 26375 5000 1.1732392e-10 10578631 26376 -0.014689999999992 10578498.1146792 26376 5000 1.1731573e-10 10578498 Loop time of 0.0181661 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:44 2021 Pair time (%) = 0.00139403 (7.67383) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.175867) Outpt time (%) = 0.0166161 (91.4678) Other time (%) = 0.000123978 (0.682468) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:44 2021 Memory usage per processor = 27.5494 Mbytes Step Atoms AVEKE stressZZ 26376 5000 1.1731573e-10 10578437 26377 -0.014689999999992 10578304.2132576 26377 5000 1.1730754e-10 10578304 Loop time of 0.0179851 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:44 2021 Pair time (%) = 0.00117111 (6.51157) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.177636) Outpt time (%) = 0.016686 (92.7766) Other time (%) = 9.60827e-05 (0.534235) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:44 2021 Memory usage per processor = 27.5494 Mbytes Step Atoms AVEKE stressZZ 26377 5000 1.1730754e-10 10578243 26378 -0.014689999999992 10578110.3219959 26378 5000 1.1729936e-10 10578110 Loop time of 0.0172129 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:44 2021 Pair time (%) = 0.00118399 (6.8785) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.198072) Outpt time (%) = 0.0158958 (92.3486) Other time (%) = 9.89437e-05 (0.574824) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:44 2021 Memory usage per processor = 27.5494 Mbytes Step Atoms AVEKE stressZZ 26378 5000 1.1729936e-10 10578049 26379 -0.014689999999992 10577916.4408922 26379 5000 1.1729117e-10 10577916 Loop time of 0.017787 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:44 2021 Pair time (%) = 0.00137997 (7.7583) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.19704) Outpt time (%) = 0.016166 (90.8865) Other time (%) = 0.000205994 (1.15811) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:44 2021 Memory usage per processor = 27.5494 Mbytes Step Atoms AVEKE stressZZ 26379 5000 1.1729117e-10 10577855 26380 -0.014689999999992 10577722.5699454 26380 5000 1.1728299e-10 10577723 Loop time of 0.0208302 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:44 2021 Pair time (%) = 0.00123 (5.90491) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.153374) Outpt time (%) = 0.0194421 (93.3362) Other time (%) = 0.000126123 (0.605485) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:44 2021 Memory usage per processor = 27.5494 Mbytes Step Atoms AVEKE stressZZ 26380 5000 1.1728299e-10 10577661 26381 -0.014689999999992 10577528.7091539 26381 5000 1.172748e-10 10577529 Loop time of 0.018003 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:44 2021 Pair time (%) = 0.00120711 (6.70507) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.17746) Outpt time (%) = 0.01667 (92.5957) Other time (%) = 9.39369e-05 (0.521785) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:44 2021 Memory usage per processor = 27.5494 Mbytes Step Atoms AVEKE stressZZ 26381 5000 1.172748e-10 10577467 26382 -0.014689999999992 10577334.8585164 26382 5000 1.1726662e-10 10577335 Loop time of 0.0174372 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:45 2021 Pair time (%) = 0.00122404 (7.0197) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183218) Outpt time (%) = 0.0160868 (92.2556) Other time (%) = 9.44138e-05 (0.54145) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:45 2021 Memory usage per processor = 27.5494 Mbytes Step Atoms AVEKE stressZZ 26382 5000 1.1726662e-10 10577273 26383 -0.014689999999992 10577141.0180312 26383 5000 1.1725844e-10 10577141 Loop time of 0.020488 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:45 2021 Pair time (%) = 0.00159478 (7.78397) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.233903) Outpt time (%) = 0.0187111 (91.327) Other time (%) = 0.00013423 (0.655162) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:45 2021 Memory usage per processor = 27.5494 Mbytes Step Atoms AVEKE stressZZ 26383 5000 1.1725844e-10 10577080 26384 -0.014689999999992 10576947.1876972 26384 5000 1.1725026e-10 10576947 Loop time of 0.0194712 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:45 2021 Pair time (%) = 0.00144696 (7.43131) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.165303) Outpt time (%) = 0.0179019 (91.9405) Other time (%) = 9.01222e-05 (0.46285) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:45 2021 Memory usage per processor = 27.5494 Mbytes Step Atoms AVEKE stressZZ 26384 5000 1.1725026e-10 10576886 26385 -0.014689999999992 10576753.3675128 26385 5000 1.1724208e-10 10576753 Loop time of 0.018384 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:45 2021 Pair time (%) = 0.00124192 (6.75546) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.168595) Outpt time (%) = 0.0170209 (92.5857) Other time (%) = 9.01222e-05 (0.490222) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:45 2021 Memory usage per processor = 27.5494 Mbytes Step Atoms AVEKE stressZZ 26385 5000 1.1724208e-10 10576692 26386 -0.014689999999992 10576559.5574765 26386 5000 1.172339e-10 10576560 Loop time of 0.0184491 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:45 2021 Pair time (%) = 0.001369 (7.42043) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.189969) Outpt time (%) = 0.0168831 (91.5121) Other time (%) = 0.000161886 (0.877476) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:45 2021 Memory usage per processor = 27.5494 Mbytes Step Atoms AVEKE stressZZ 26386 5000 1.172339e-10 10576498 26387 -0.014689999999992 10576365.7575871 26387 5000 1.1722572e-10 10576366 Loop time of 0.0180981 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:45 2021 Pair time (%) = 0.00118709 (6.55917) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.183114) Outpt time (%) = 0.0167761 (92.6952) Other time (%) = 0.000101805 (0.562516) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:45 2021 Memory usage per processor = 27.5494 Mbytes Step Atoms AVEKE stressZZ 26387 5000 1.1722572e-10 10576304 26388 -0.014689999999992 10576171.9678432 26388 5000 1.1721754e-10 10576172 Loop time of 0.017262 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:45 2021 Pair time (%) = 0.00116897 (6.77191) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.186459) Outpt time (%) = 0.0159731 (92.5334) Other time (%) = 8.7738e-05 (0.508273) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:45 2021 Memory usage per processor = 27.5494 Mbytes Step Atoms AVEKE stressZZ 26388 5000 1.1721754e-10 10576110 26389 -0.014689999999992 10575978.1882432 26389 5000 1.1720937e-10 10575978 Loop time of 0.0175309 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:45 2021 Pair time (%) = 0.00132394 (7.55202) Neigh time (%) = 0 (0) Comm time (%) = 4.91142e-05 (0.280158) Outpt time (%) = 0.015995 (91.239) Other time (%) = 0.00016284 (0.928873) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:45 2021 Memory usage per processor = 27.5494 Mbytes Step Atoms AVEKE stressZZ 26389 5000 1.1720937e-10 10575917 26390 -0.014689999999992 10575784.4187861 26390 5000 1.1720119e-10 10575784 Loop time of 0.0209229 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:45 2021 Pair time (%) = 0.00131583 (6.28896) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.157252) Outpt time (%) = 0.019459 (93.0034) Other time (%) = 0.000115156 (0.550383) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:45 2021 Memory usage per processor = 27.5494 Mbytes Step Atoms AVEKE stressZZ 26390 5000 1.1720119e-10 10575723 26391 -0.014689999999992 10575590.65947 26391 5000 1.1719302e-10 10575591 Loop time of 0.0180659 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:45 2021 Pair time (%) = 0.00131202 (7.26239) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.182121) Outpt time (%) = 0.0165992 (91.8811) Other time (%) = 0.000121832 (0.674374) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:45 2021 Memory usage per processor = 27.5494 Mbytes Step Atoms AVEKE stressZZ 26391 5000 1.1719302e-10 10575529 26392 -0.014689999999992 10575396.9102941 26392 5000 1.1718485e-10 10575397 Loop time of 0.0180349 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:45 2021 Pair time (%) = 0.00121307 (6.72624) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.177146) Outpt time (%) = 0.0166671 (92.4158) Other time (%) = 0.000122786 (0.680821) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:45 2021 Memory usage per processor = 27.5494 Mbytes Step Atoms AVEKE stressZZ 26392 5000 1.1718485e-10 10575335 26393 -0.014689999999992 10575203.1712565 26393 5000 1.1717667e-10 10575203 Loop time of 0.0172069 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:45 2021 Pair time (%) = 0.00122595 (7.12475) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.191213) Outpt time (%) = 0.015847 (92.0965) Other time (%) = 0.000101089 (0.587494) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:45 2021 Memory usage per processor = 27.5494 Mbytes Step Atoms AVEKE stressZZ 26393 5000 1.1717667e-10 10575142 26394 -0.014689999999992 10575009.4423564 26394 5000 1.171685e-10 10575009 Loop time of 0.017889 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:45 2021 Pair time (%) = 0.00151014 (8.44173) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.257224) Outpt time (%) = 0.0161638 (90.3561) Other time (%) = 0.000169039 (0.94493) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:45 2021 Memory usage per processor = 27.5494 Mbytes Step Atoms AVEKE stressZZ 26394 5000 1.171685e-10 10574948 26395 -0.014689999999992 10574815.7235922 26395 5000 1.1716033e-10 10574816 Loop time of 0.0183108 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:45 2021 Pair time (%) = 0.00130486 (7.12621) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.180987) Outpt time (%) = 0.016876 (92.1642) Other time (%) = 9.67979e-05 (0.528639) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:45 2021 Memory usage per processor = 27.5494 Mbytes Step Atoms AVEKE stressZZ 26395 5000 1.1716033e-10 10574754 26396 -0.014689999999992 10574622.0149625 26396 5000 1.1715216e-10 10574622 Loop time of 0.0178661 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:45 2021 Pair time (%) = 0.00121713 (6.81248) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.178819) Outpt time (%) = 0.0165231 (92.4829) Other time (%) = 9.39369e-05 (0.525782) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:45 2021 Memory usage per processor = 27.5494 Mbytes Step Atoms AVEKE stressZZ 26396 5000 1.1715216e-10 10574561 26397 -0.014689999999992 10574428.316466 26397 5000 1.1714399e-10 10574428 Loop time of 0.017271 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:45 2021 Pair time (%) = 0.00120187 (6.95886) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190502) Outpt time (%) = 0.015938 (92.2819) Other time (%) = 9.82285e-05 (0.568747) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:45 2021 Memory usage per processor = 27.5494 Mbytes Step Atoms AVEKE stressZZ 26397 5000 1.1714399e-10 10574367 26398 -0.014689999999992 10574234.6281013 26398 5000 1.1713583e-10 10574235 Loop time of 0.0178339 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:45 2021 Pair time (%) = 0.00141597 (7.93973) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.201869) Outpt time (%) = 0.0162601 (91.1753) Other time (%) = 0.000121832 (0.683146) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:45 2021 Memory usage per processor = 27.5494 Mbytes Step Atoms AVEKE stressZZ 26398 5000 1.1713583e-10 10574173 26399 -0.014689999999992 10574040.9498675 26399 5000 1.1712766e-10 10574041 Loop time of 0.0181639 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:45 2021 Pair time (%) = 0.00123596 (6.80449) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.187701) Outpt time (%) = 0.016732 (92.1166) Other time (%) = 0.000161886 (0.891252) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:45 2021 Memory usage per processor = 27.5494 Mbytes Step Atoms AVEKE stressZZ 26399 5000 1.1712766e-10 10573979 26400 -0.014689999999992 10573847.2817627 26400 5000 1.171195e-10 10573847 Loop time of 0.021075 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:45 2021 Pair time (%) = 0.00136209 (6.46304) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.179874) Outpt time (%) = 0.0195608 (92.8152) Other time (%) = 0.000114202 (0.541886) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:45 2021 Memory usage per processor = 27.5494 Mbytes Step Atoms AVEKE stressZZ 26400 5000 1.171195e-10 10573786 26401 -0.014689999999992 10573653.6237858 26401 5000 1.1711133e-10 10573654 Loop time of 0.0176649 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:45 2021 Pair time (%) = 0.00117397 (6.64579) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.180856) Outpt time (%) = 0.016283 (92.1773) Other time (%) = 0.000175953 (0.996059) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:28:45 2021 Memory usage per processor = 27.5494 Mbytes Step Atoms AVEKE stressZZ 26401 5000 1.1711133e-10 10573592 26402 -0.014689999999992 10573434.2376128 26402 5000 2.308269e-10 10573783 Loop time of 0.016799 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:45 2021 Pair time (%) = 0.00124907 (7.43542) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.202952) Outpt time (%) = 0.015393 (91.6307) Other time (%) = 0.000122786 (0.730911) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:45 2021 Memory usage per processor = 27.5494 Mbytes Step Atoms AVEKE stressZZ 26402 5000 2.308269e-10 10648033 26403 -0.014722499999992 10647859.6498669 26403 5000 1.8566779e-10 10647860 Loop time of 0.017874 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:45 2021 Pair time (%) = 0.00136304 (7.62582) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.194747) Outpt time (%) = 0.016341 (91.4231) Other time (%) = 0.000135183 (0.756313) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:45 2021 Memory usage per processor = 27.5494 Mbytes Step Atoms AVEKE stressZZ 26403 5000 1.8566779e-10 10647776 26404 -0.014722499999992 10647617.2608941 26404 5000 1.595241e-10 10647617 Loop time of 0.017673 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:45 2021 Pair time (%) = 0.00117302 (6.63735) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.180773) Outpt time (%) = 0.0163729 (92.6436) Other time (%) = 9.5129e-05 (0.538273) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:45 2021 Memory usage per processor = 27.5494 Mbytes Step Atoms AVEKE stressZZ 26404 5000 1.595241e-10 10647542 26405 -0.014722499999992 10647391.9788621 26405 5000 1.4393991e-10 10647392 Loop time of 0.017164 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:45 2021 Pair time (%) = 0.00117207 (6.82863) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186134) Outpt time (%) = 0.015867 (92.4435) Other time (%) = 9.29832e-05 (0.541734) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:45 2021 Memory usage per processor = 27.5494 Mbytes Step Atoms AVEKE stressZZ 26405 5000 1.4393991e-10 10647321 26406 -0.014722499999992 10647177.5722203 26406 5000 1.3445043e-10 10647178 Loop time of 0.017288 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:45 2021 Pair time (%) = 0.00122595 (7.09134) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197211) Outpt time (%) = 0.015924 (92.1102) Other time (%) = 0.000103951 (0.601288) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:45 2021 Memory usage per processor = 27.5494 Mbytes Step Atoms AVEKE stressZZ 26406 5000 1.3445043e-10 10647110 26407 -0.014722499999992 10646970.0807598 26407 5000 1.2858539e-10 10646970 Loop time of 0.0182481 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:45 2021 Pair time (%) = 0.00125408 (6.8724) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.181609) Outpt time (%) = 0.0168421 (92.2953) Other time (%) = 0.000118732 (0.650657) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:45 2021 Memory usage per processor = 27.5494 Mbytes Step Atoms AVEKE stressZZ 26407 5000 1.2858539e-10 10646905 26408 -0.014722499999992 10646766.9877086 26408 5000 1.2492321e-10 10646767 Loop time of 0.0181229 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:45 2021 Pair time (%) = 0.00121784 (6.7199) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.182863) Outpt time (%) = 0.0167799 (92.5894) Other time (%) = 9.20296e-05 (0.507808) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:45 2021 Memory usage per processor = 27.5494 Mbytes Step Atoms AVEKE stressZZ 26408 5000 1.2492321e-10 10646703 26409 -0.014722499999992 10646566.693636 26409 5000 1.2262038e-10 10646567 Loop time of 0.0174439 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:45 2021 Pair time (%) = 0.00117302 (6.72453) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183148) Outpt time (%) = 0.0161459 (92.5593) Other time (%) = 9.29832e-05 (0.533042) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:45 2021 Memory usage per processor = 27.5494 Mbytes Step Atoms AVEKE stressZZ 26409 5000 1.2262038e-10 10646503 26410 -0.014722499999992 10646368.1820951 26410 5000 1.2116502e-10 10646368 Loop time of 0.019805 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:45 2021 Pair time (%) = 0.00124192 (6.27077) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.170944) Outpt time (%) = 0.018429 (93.0527) Other time (%) = 0.000100136 (0.50561) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:45 2021 Memory usage per processor = 27.5495 Mbytes Step Atoms AVEKE stressZZ 26410 5000 1.2116502e-10 10646305 26411 -0.014722499999992 10646170.8071001 26411 5000 1.202416e-10 10646171 Loop time of 0.0180829 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:45 2021 Pair time (%) = 0.00148797 (8.22862) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.21623) Outpt time (%) = 0.016403 (90.71) Other time (%) = 0.000152826 (0.845145) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:45 2021 Memory usage per processor = 27.5495 Mbytes Step Atoms AVEKE stressZZ 26411 5000 1.202416e-10 10646108 26412 -0.014722499999992 10645974.1581234 26412 5000 1.1965356e-10 10645974 Loop time of 0.0179651 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:45 2021 Pair time (%) = 0.00117111 (6.51883) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.177834) Outpt time (%) = 0.0166671 (92.7751) Other time (%) = 9.48906e-05 (0.528195) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:45 2021 Memory usage per processor = 27.5495 Mbytes Step Atoms AVEKE stressZZ 26412 5000 1.1965356e-10 10645912 26413 -0.014722499999992 10645777.9742743 26413 5000 1.1927757e-10 10645778 Loop time of 0.0179081 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:45 2021 Pair time (%) = 0.00116801 (6.52226) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.179732) Outpt time (%) = 0.0166152 (92.7801) Other time (%) = 9.27448e-05 (0.517893) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:45 2021 Memory usage per processor = 27.5495 Mbytes Step Atoms AVEKE stressZZ 26413 5000 1.1927757e-10 10645716 26414 -0.014722499999992 10645582.0897532 26414 5000 1.190359e-10 10645582 Loop time of 0.0174708 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:45 2021 Pair time (%) = 0.00120091 (6.87382) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.188324) Outpt time (%) = 0.016099 (92.1477) Other time (%) = 0.000138044 (0.790142) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:45 2021 Memory usage per processor = 27.5495 Mbytes Step Atoms AVEKE stressZZ 26414 5000 1.190359e-10 10645520 26415 -0.014722499999992 10645386.3991923 26415 5000 1.1887942e-10 10645386 Loop time of 0.0182199 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:45 2021 Pair time (%) = 0.00160289 (8.79744) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.208061) Outpt time (%) = 0.016403 (90.0275) Other time (%) = 0.000176191 (0.967024) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:45 2021 Memory usage per processor = 27.5495 Mbytes Step Atoms AVEKE stressZZ 26415 5000 1.1887942e-10 10645324 26416 -0.014722499999992 10645190.8356285 26416 5000 1.18777e-10 10645191 Loop time of 0.018117 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:45 2021 Pair time (%) = 0.00117707 (6.49708) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.17766) Outpt time (%) = 0.0168149 (92.8133) Other time (%) = 9.27448e-05 (0.511923) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:45 2021 Memory usage per processor = 27.5495 Mbytes Step Atoms AVEKE stressZZ 26416 5000 1.18777e-10 10645129 26417 -0.014722499999992 10644995.3565055 26417 5000 1.1870891e-10 10644995 Loop time of 0.0181131 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:45 2021 Pair time (%) = 0.00117087 (6.46422) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.176381) Outpt time (%) = 0.0168121 (92.8171) Other time (%) = 9.82285e-05 (0.542305) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:45 2021 Memory usage per processor = 27.5495 Mbytes Step Atoms AVEKE stressZZ 26417 5000 1.1870891e-10 10644933 26418 -0.014722499999992 10644799.934778 26418 5000 1.1866262e-10 10644800 Loop time of 0.0176299 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:45 2021 Pair time (%) = 0.00121808 (6.90919) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.181216) Outpt time (%) = 0.016253 (92.1901) Other time (%) = 0.000126839 (0.719454) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:45 2021 Memory usage per processor = 27.5495 Mbytes Step Atoms AVEKE stressZZ 26418 5000 1.1866262e-10 10644738 26419 -0.014722499999992 10644604.5532575 26419 5000 1.1863019e-10 10644605 Loop time of 0.0180509 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:45 2021 Pair time (%) = 0.00155115 (8.5932) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.204726) Outpt time (%) = 0.016264 (90.1005) Other time (%) = 0.000198841 (1.10156) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:45 2021 Memory usage per processor = 27.5495 Mbytes Step Atoms AVEKE stressZZ 26419 5000 1.1863019e-10 10644543 26420 -0.014722499999992 10644409.2010202 26420 5000 1.1860656e-10 10644409 Loop time of 0.0210299 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:45 2021 Pair time (%) = 0.00130486 (6.20479) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.17119) Outpt time (%) = 0.019588 (93.1433) Other time (%) = 0.000101089 (0.480693) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:45 2021 Memory usage per processor = 27.5495 Mbytes Step Atoms AVEKE stressZZ 26420 5000 1.1860656e-10 10644347 26421 -0.014722499999992 10644213.8711237 26421 5000 1.1858852e-10 10644214 Loop time of 0.017843 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:45 2021 Pair time (%) = 0.00116992 (6.55674) Neigh time (%) = 0 (0) Comm time (%) = 3.12328e-05 (0.175042) Outpt time (%) = 0.0165489 (92.7471) Other time (%) = 9.29832e-05 (0.521119) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:45 2021 Memory usage per processor = 27.5495 Mbytes Step Atoms AVEKE stressZZ 26421 5000 1.1858852e-10 10644152 26422 -0.014722499999992 10644018.5591548 26422 5000 1.1857403e-10 10644019 Loop time of 0.0175159 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:45 2021 Pair time (%) = 0.00118208 (6.74861) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.17695) Outpt time (%) = 0.0162089 (92.5381) Other time (%) = 9.39369e-05 (0.536295) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:45 2021 Memory usage per processor = 27.5495 Mbytes Step Atoms AVEKE stressZZ 26422 5000 1.1857403e-10 10643957 26423 -0.014722499999992 10643823.2623134 26423 5000 1.1856181e-10 10643823 Loop time of 0.0173712 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:46 2021 Pair time (%) = 0.00132799 (7.6448) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.200384) Outpt time (%) = 0.0158968 (91.5125) Other time (%) = 0.00011158 (0.642328) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:46 2021 Memory usage per processor = 27.5495 Mbytes Step Atoms AVEKE stressZZ 26423 5000 1.1856181e-10 10643761 26424 -0.014722499999992 10643627.9788181 26424 5000 1.1855102e-10 10643628 Loop time of 0.019798 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:46 2021 Pair time (%) = 0.00136399 (6.88953) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.166187) Outpt time (%) = 0.0182881 (92.3735) Other time (%) = 0.00011301 (0.570816) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:46 2021 Memory usage per processor = 27.5495 Mbytes Step Atoms AVEKE stressZZ 26424 5000 1.1855102e-10 10643566 26425 -0.014722499999992 10643432.7075289 26425 5000 1.1854114e-10 10643433 Loop time of 0.0195949 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:46 2021 Pair time (%) = 0.00117278 (5.98513) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.163043) Outpt time (%) = 0.0182979 (93.3809) Other time (%) = 9.2268e-05 (0.470877) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:46 2021 Memory usage per processor = 27.5495 Mbytes Step Atoms AVEKE stressZZ 26425 5000 1.1854114e-10 10643371 26426 -0.014722499999992 10643237.4477249 26426 5000 1.1853184e-10 10643237 Loop time of 0.018441 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:46 2021 Pair time (%) = 0.00117803 (6.3881) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.173245) Outpt time (%) = 0.017143 (92.9616) Other time (%) = 8.79765e-05 (0.477071) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:46 2021 Memory usage per processor = 27.5495 Mbytes Step Atoms AVEKE stressZZ 26426 5000 1.1853184e-10 10643175 26427 -0.014722499999992 10643042.1989474 26427 5000 1.1852292e-10 10643042 Loop time of 0.018203 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:46 2021 Pair time (%) = 0.00117087 (6.4323) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.17551) Outpt time (%) = 0.016911 (92.9023) Other time (%) = 8.91685e-05 (0.489856) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:46 2021 Memory usage per processor = 27.5495 Mbytes Step Atoms AVEKE stressZZ 26427 5000 1.1852292e-10 10642980 26428 -0.014722499999992 10642846.9609043 26428 5000 1.1851422e-10 10642847 Loop time of 0.0177829 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:46 2021 Pair time (%) = 0.00138998 (7.81638) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.202448) Outpt time (%) = 0.01618 (90.9864) Other time (%) = 0.000176907 (0.994811) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:46 2021 Memory usage per processor = 27.5495 Mbytes Step Atoms AVEKE stressZZ 26428 5000 1.1851422e-10 10642785 26429 -0.014722499999992 10642651.7334098 26429 5000 1.1850568e-10 10642652 Loop time of 0.018111 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:46 2021 Pair time (%) = 0.00125217 (6.91389) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.176402) Outpt time (%) = 0.0167251 (92.3476) Other time (%) = 0.000101805 (0.562116) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:46 2021 Memory usage per processor = 27.5495 Mbytes Step Atoms AVEKE stressZZ 26429 5000 1.1850568e-10 10642590 26430 -0.014722499999992 10642456.5163453 26430 5000 1.1849724e-10 10642457 Loop time of 0.0204861 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:46 2021 Pair time (%) = 0.00117207 (5.72127) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.15595) Outpt time (%) = 0.0191901 (93.6736) Other time (%) = 9.20296e-05 (0.449229) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:46 2021 Memory usage per processor = 27.5495 Mbytes Step Atoms AVEKE stressZZ 26430 5000 1.1849724e-10 10642395 26431 -0.014722499999992 10642261.3096346 26431 5000 1.1848885e-10 10642261 Loop time of 0.0177472 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:46 2021 Pair time (%) = 0.00121903 (6.8689) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.180018) Outpt time (%) = 0.0163722 (92.2525) Other time (%) = 0.000123978 (0.698577) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:46 2021 Memory usage per processor = 27.5495 Mbytes Step Atoms AVEKE stressZZ 26431 5000 1.1848885e-10 10642199 26432 -0.014722499999992 10642066.1132291 26432 5000 1.184805e-10 10642066 Loop time of 0.0172999 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:46 2021 Pair time (%) = 0.00123882 (7.16087) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.195697) Outpt time (%) = 0.015892 (91.862) Other time (%) = 0.000135183 (0.781412) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:46 2021 Memory usage per processor = 27.5495 Mbytes Step Atoms AVEKE stressZZ 26432 5000 1.184805e-10 10642004 26433 -0.014722499999992 10641870.9270971 26433 5000 1.1847218e-10 10641871 Loop time of 0.0184491 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:46 2021 Pair time (%) = 0.00148511 (8.04978) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.211938) Outpt time (%) = 0.0167742 (90.9215) Other time (%) = 0.000150681 (0.816738) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:46 2021 Memory usage per processor = 27.5495 Mbytes Step Atoms AVEKE stressZZ 26433 5000 1.1847218e-10 10641809 26434 -0.014722499999992 10641675.7512496 26434 5000 1.1846388e-10 10641676 Loop time of 0.0181921 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:46 2021 Pair time (%) = 0.00121379 (6.67208) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.175616) Outpt time (%) = 0.0168519 (92.6333) Other time (%) = 9.44138e-05 (0.518984) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:46 2021 Memory usage per processor = 27.5495 Mbytes Step Atoms AVEKE stressZZ 26434 5000 1.1846388e-10 10641614 26435 -0.014722499999992 10641480.5857463 26435 5000 1.1845558e-10 10641481 Loop time of 0.0180809 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:46 2021 Pair time (%) = 0.00121307 (6.70913) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.178013) Outpt time (%) = 0.0167401 (92.5841) Other time (%) = 9.56059e-05 (0.528766) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:46 2021 Memory usage per processor = 27.5495 Mbytes Step Atoms AVEKE stressZZ 26435 5000 1.1845558e-10 10641419 26436 -0.014722499999992 10641285.4305324 26436 5000 1.1844729e-10 10641285 Loop time of 0.0172369 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:46 2021 Pair time (%) = 0.00119519 (6.9339) Neigh time (%) = 0 (0) Comm time (%) = 5.19753e-05 (0.301534) Outpt time (%) = 0.0158899 (92.185) Other time (%) = 9.98974e-05 (0.579554) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:46 2021 Memory usage per processor = 27.5495 Mbytes Step Atoms AVEKE stressZZ 26436 5000 1.1844729e-10 10641223 26437 -0.014722499999992 10641090.2855873 26437 5000 1.1843901e-10 10641090 Loop time of 0.0179539 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:46 2021 Pair time (%) = 0.00157309 (8.76182) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.205832) Outpt time (%) = 0.0161519 (89.9633) Other time (%) = 0.000191927 (1.069) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:46 2021 Memory usage per processor = 27.5495 Mbytes Step Atoms AVEKE stressZZ 26437 5000 1.1843901e-10 10641028 26438 -0.014722499999992 10640895.1508997 26438 5000 1.1843073e-10 10640895 Loop time of 0.0183148 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:46 2021 Pair time (%) = 0.00135899 (7.42014) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.174438) Outpt time (%) = 0.0168281 (91.8821) Other time (%) = 9.58443e-05 (0.523315) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:46 2021 Memory usage per processor = 27.5495 Mbytes Step Atoms AVEKE stressZZ 26438 5000 1.1843073e-10 10640833 26439 -0.014722499999992 10640700.0264617 26439 5000 1.1842246e-10 10640700 Loop time of 0.0179522 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:46 2021 Pair time (%) = 0.00122094 (6.80107) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.177962) Outpt time (%) = 0.016607 (92.507) Other time (%) = 9.2268e-05 (0.513965) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:46 2021 Memory usage per processor = 27.5495 Mbytes Step Atoms AVEKE stressZZ 26439 5000 1.1842246e-10 10640638 26440 -0.014722499999992 10640504.9122677 26440 5000 1.1841418e-10 10640505 Loop time of 0.0205679 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:46 2021 Pair time (%) = 0.00121593 (5.91181) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.150693) Outpt time (%) = 0.0192261 (93.4761) Other time (%) = 9.48906e-05 (0.461353) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:46 2021 Memory usage per processor = 27.5495 Mbytes Step Atoms AVEKE stressZZ 26440 5000 1.1841418e-10 10640443 26441 -0.014722499999992 10640309.8083134 26441 5000 1.1840591e-10 10640310 Loop time of 0.0181069 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:46 2021 Pair time (%) = 0.00119591 (6.60469) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.198825) Outpt time (%) = 0.0167589 (92.5552) Other time (%) = 0.00011611 (0.641245) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:46 2021 Memory usage per processor = 27.5495 Mbytes Step Atoms AVEKE stressZZ 26441 5000 1.1840591e-10 10640248 26442 -0.014722499999992 10640114.714595 26442 5000 1.1839764e-10 10640115 Loop time of 0.0181229 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:46 2021 Pair time (%) = 0.00134301 (7.41057) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.181548) Outpt time (%) = 0.016634 (91.7843) Other time (%) = 0.00011301 (0.623578) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:46 2021 Memory usage per processor = 27.5495 Mbytes Step Atoms AVEKE stressZZ 26442 5000 1.1839764e-10 10640053 26443 -0.014722499999992 10639919.6311095 26443 5000 1.1838937e-10 10639920 Loop time of 0.018115 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:46 2021 Pair time (%) = 0.00127387 (7.03211) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.181627) Outpt time (%) = 0.0167069 (92.2269) Other time (%) = 0.000101328 (0.559358) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:46 2021 Memory usage per processor = 27.5495 Mbytes Step Atoms AVEKE stressZZ 26443 5000 1.1838937e-10 10639858 26444 -0.014722499999992 10639724.5578543 26444 5000 1.183811e-10 10639725 Loop time of 0.0176148 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:46 2021 Pair time (%) = 0.00120902 (6.86365) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.175956) Outpt time (%) = 0.0162199 (92.0806) Other time (%) = 0.000154972 (0.879781) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:46 2021 Memory usage per processor = 27.5495 Mbytes Step Atoms AVEKE stressZZ 26444 5000 1.183811e-10 10639663 26445 -0.014722499999992 10639529.4948266 26445 5000 1.1837283e-10 10639529 Loop time of 0.0173011 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:46 2021 Pair time (%) = 0.00125408 (7.24857) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197062) Outpt time (%) = 0.0159111 (91.9659) Other time (%) = 0.000101805 (0.58843) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:46 2021 Memory usage per processor = 27.5495 Mbytes Step Atoms AVEKE stressZZ 26445 5000 1.1837283e-10 10639468 26446 -0.014722499999992 10639334.4420244 26446 5000 1.1836456e-10 10639334 Loop time of 0.0183539 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:46 2021 Pair time (%) = 0.00143504 (7.81871) Neigh time (%) = 0 (0) Comm time (%) = 7.29561e-05 (0.397496) Outpt time (%) = 0.016643 (90.6783) Other time (%) = 0.000202894 (1.10545) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:46 2021 Memory usage per processor = 27.5495 Mbytes Step Atoms AVEKE stressZZ 26446 5000 1.1836456e-10 10639272 26447 -0.014722499999992 10639139.3994455 26447 5000 1.183563e-10 10639139 Loop time of 0.0179071 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:46 2021 Pair time (%) = 0.00117397 (6.55589) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.17841) Outpt time (%) = 0.016608 (92.7451) Other time (%) = 9.32217e-05 (0.520584) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:46 2021 Memory usage per processor = 27.5495 Mbytes Step Atoms AVEKE stressZZ 26447 5000 1.183563e-10 10639077 26448 -0.014722499999992 10638944.3670881 26448 5000 1.1834803e-10 10638944 Loop time of 0.017453 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:46 2021 Pair time (%) = 0.00117588 (6.73743) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183053) Outpt time (%) = 0.0161521 (92.5468) Other time (%) = 9.29832e-05 (0.532765) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:46 2021 Memory usage per processor = 27.5495 Mbytes Step Atoms AVEKE stressZZ 26448 5000 1.1834803e-10 10638882 26449 -0.014722499999992 10638749.3449499 26449 5000 1.1833977e-10 10638749 Loop time of 0.017391 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:46 2021 Pair time (%) = 0.00120497 (6.9287) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.270074) Outpt time (%) = 0.015975 (91.858) Other time (%) = 0.000164032 (0.943202) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:46 2021 Memory usage per processor = 27.5495 Mbytes Step Atoms AVEKE stressZZ 26449 5000 1.1833977e-10 10638687 26450 -0.014722499999992 10638554.3329651 26450 5000 1.1833151e-10 10638554 Loop time of 0.0210049 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:46 2021 Pair time (%) = 0.00159311 (7.58448) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.175934) Outpt time (%) = 0.019227 (91.5359) Other time (%) = 0.00014782 (0.703738) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:46 2021 Memory usage per processor = 27.5495 Mbytes Step Atoms AVEKE stressZZ 26450 5000 1.1833151e-10 10638492 26451 -0.014722499999992 10638359.3311924 26451 5000 1.1832324e-10 10638359 Loop time of 0.0181558 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:46 2021 Pair time (%) = 0.00121999 (6.71954) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.177279) Outpt time (%) = 0.0168021 (92.5438) Other time (%) = 0.000101566 (0.559415) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:46 2021 Memory usage per processor = 27.5495 Mbytes Step Atoms AVEKE stressZZ 26451 5000 1.1832324e-10 10638297 26452 -0.014722499999992 10638164.3396303 26452 5000 1.1831498e-10 10638164 Loop time of 0.0179131 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:46 2021 Pair time (%) = 0.00117207 (6.54306) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.17835) Outpt time (%) = 0.0166161 (92.7595) Other time (%) = 9.29832e-05 (0.519079) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:46 2021 Memory usage per processor = 27.5495 Mbytes Step Atoms AVEKE stressZZ 26452 5000 1.1831498e-10 10638102 26453 -0.014722499999992 10637969.3582774 26453 5000 1.1830672e-10 10637969 Loop time of 0.0173368 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:46 2021 Pair time (%) = 0.00125098 (7.21574) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.196655) Outpt time (%) = 0.0159519 (92.0114) Other time (%) = 9.98974e-05 (0.576214) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:46 2021 Memory usage per processor = 27.5495 Mbytes Step Atoms AVEKE stressZZ 26453 5000 1.1830672e-10 10637907 26454 -0.014722499999992 10637774.3871321 26454 5000 1.1829846e-10 10637774 Loop time of 0.017524 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:46 2021 Pair time (%) = 0.00134206 (7.6584) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.210881) Outpt time (%) = 0.015996 (91.2804) Other time (%) = 0.000149012 (0.850329) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:46 2021 Memory usage per processor = 27.5495 Mbytes Step Atoms AVEKE stressZZ 26454 5000 1.1829846e-10 10637712 26455 -0.014722499999992 10637579.4261933 26455 5000 1.182902e-10 10637579 Loop time of 0.0180008 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:46 2021 Pair time (%) = 0.00123191 (6.84362) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.178806) Outpt time (%) = 0.016634 (92.4067) Other time (%) = 0.000102758 (0.570853) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:46 2021 Memory usage per processor = 27.5495 Mbytes Step Atoms AVEKE stressZZ 26455 5000 1.182902e-10 10637517 26456 -0.014722499999992 10637384.4754593 26456 5000 1.1828195e-10 10637384 Loop time of 0.0178082 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:46 2021 Pair time (%) = 0.00117397 (6.59232) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.179401) Outpt time (%) = 0.01651 (92.7102) Other time (%) = 9.2268e-05 (0.518121) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:46 2021 Memory usage per processor = 27.5495 Mbytes Step Atoms AVEKE stressZZ 26456 5000 1.1828195e-10 10637323 26457 -0.014722499999992 10637189.5349287 26457 5000 1.1827369e-10 10637190 Loop time of 0.017328 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:46 2021 Pair time (%) = 0.00117183 (6.76261) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184372) Outpt time (%) = 0.0160298 (92.5082) Other time (%) = 9.44138e-05 (0.544862) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:46 2021 Memory usage per processor = 27.5495 Mbytes Step Atoms AVEKE stressZZ 26457 5000 1.1827369e-10 10637128 26458 -0.014722499999992 10636994.6046002 26458 5000 1.1826544e-10 10636995 Loop time of 0.0176201 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:46 2021 Pair time (%) = 0.00145793 (8.27425) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.204319) Outpt time (%) = 0.0159771 (90.6757) Other time (%) = 0.000149012 (0.845692) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:46 2021 Memory usage per processor = 27.5495 Mbytes Step Atoms AVEKE stressZZ 26458 5000 1.1826544e-10 10636933 26459 -0.014722499999992 10636799.6844728 26459 5000 1.1825718e-10 10636800 Loop time of 0.0179679 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:46 2021 Pair time (%) = 0.00121999 (6.7898) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.179133) Outpt time (%) = 0.0166152 (92.4711) Other time (%) = 0.000100613 (0.559956) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:46 2021 Memory usage per processor = 27.5495 Mbytes Step Atoms AVEKE stressZZ 26459 5000 1.1825718e-10 10636738 26460 -0.014722499999992 10636604.7745448 26460 5000 1.1824893e-10 10636605 Loop time of 0.0207651 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:46 2021 Pair time (%) = 0.00118303 (5.69723) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.155003) Outpt time (%) = 0.019412 (93.4841) Other time (%) = 0.000137806 (0.663643) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:46 2021 Memory usage per processor = 27.5495 Mbytes Step Atoms AVEKE stressZZ 26460 5000 1.1824893e-10 10636543 26461 -0.014722499999992 10636409.8748151 26461 5000 1.1824068e-10 10636410 Loop time of 0.017508 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:46 2021 Pair time (%) = 0.00117493 (6.71079) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182477) Outpt time (%) = 0.0162032 (92.547) Other time (%) = 9.799e-05 (0.559686) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:46 2021 Memory usage per processor = 27.5495 Mbytes Step Atoms AVEKE stressZZ 26461 5000 1.1824068e-10 10636348 26462 -0.014722499999992 10636214.9853081 26462 5000 1.1823242e-10 10636215 Loop time of 0.0173831 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:46 2021 Pair time (%) = 0.00126004 (7.24866) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.196132) Outpt time (%) = 0.015986 (91.9627) Other time (%) = 0.000102997 (0.592511) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:46 2021 Memory usage per processor = 27.5495 Mbytes Step Atoms AVEKE stressZZ 26462 5000 1.1823242e-10 10636153 26463 -0.014722499999992 10636020.1060216 26463 5000 1.1822417e-10 10636020 Loop time of 0.0183179 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:46 2021 Pair time (%) = 0.00144315 (7.87833) Neigh time (%) = 0 (0) Comm time (%) = 7.60555e-05 (0.415197) Outpt time (%) = 0.016609 (90.6704) Other time (%) = 0.000189781 (1.03604) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:46 2021 Memory usage per processor = 27.5495 Mbytes Step Atoms AVEKE stressZZ 26463 5000 1.1822417e-10 10635958 26464 -0.014722499999992 10635825.2369453 26464 5000 1.1821592e-10 10635825 Loop time of 0.018229 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:47 2021 Pair time (%) = 0.00117207 (6.42967) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.17526) Outpt time (%) = 0.0169299 (92.8732) Other time (%) = 9.5129e-05 (0.521855) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:47 2021 Memory usage per processor = 27.5495 Mbytes Step Atoms AVEKE stressZZ 26464 5000 1.1821592e-10 10635763 26465 -0.014722499999992 10635630.3780749 26465 5000 1.1820767e-10 10635630 Loop time of 0.017596 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:47 2021 Pair time (%) = 0.00117588 (6.68266) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.181564) Outpt time (%) = 0.0162981 (92.6236) Other time (%) = 9.01222e-05 (0.512174) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:47 2021 Memory usage per processor = 27.5495 Mbytes Step Atoms AVEKE stressZZ 26465 5000 1.1820767e-10 10635568 26466 -0.014722499999992 10635435.5294185 26466 5000 1.1819943e-10 10635436 Loop time of 0.0187671 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:47 2021 Pair time (%) = 0.00120115 (6.4003) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.181668) Outpt time (%) = 0.0174282 (92.8654) Other time (%) = 0.000103712 (0.552627) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:47 2021 Memory usage per processor = 27.5495 Mbytes Step Atoms AVEKE stressZZ 26466 5000 1.1819943e-10 10635374 26467 -0.014722499999992 10635240.6909796 26467 5000 1.1819118e-10 10635241 Loop time of 0.0194762 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:47 2021 Pair time (%) = 0.00148582 (7.62893) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.165261) Outpt time (%) = 0.0178702 (91.7541) Other time (%) = 8.79765e-05 (0.451713) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:47 2021 Memory usage per processor = 27.5495 Mbytes Step Atoms AVEKE stressZZ 26467 5000 1.1819118e-10 10635179 26468 -0.014722499999992 10635045.8627497 26468 5000 1.1818293e-10 10635046 Loop time of 0.0182691 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:47 2021 Pair time (%) = 0.00143981 (7.88114) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.174875) Outpt time (%) = 0.0167081 (91.4559) Other time (%) = 8.91685e-05 (0.488085) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:47 2021 Memory usage per processor = 27.5495 Mbytes Step Atoms AVEKE stressZZ 26468 5000 1.1818293e-10 10634984 26469 -0.014722499999992 10634851.0447256 26469 5000 1.1817469e-10 10634851 Loop time of 0.0180199 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:47 2021 Pair time (%) = 0.00124407 (6.90385) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.172001) Outpt time (%) = 0.016655 (92.4253) Other time (%) = 8.98838e-05 (0.498803) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:47 2021 Memory usage per processor = 27.5495 Mbytes Step Atoms AVEKE stressZZ 26469 5000 1.1817469e-10 10634789 26470 -0.014722499999992 10634656.2369068 26470 5000 1.1816645e-10 10634656 Loop time of 0.0200391 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:47 2021 Pair time (%) = 0.00135708 (6.77216) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.174896) Outpt time (%) = 0.018507 (92.3546) Other time (%) = 0.000139952 (0.698394) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:47 2021 Memory usage per processor = 27.5495 Mbytes Step Atoms AVEKE stressZZ 26470 5000 1.1816645e-10 10634594 26471 -0.014722499999992 10634461.4392943 26471 5000 1.181582e-10 10634461 Loop time of 0.0180881 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:47 2021 Pair time (%) = 0.00143504 (7.93362) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.205623) Outpt time (%) = 0.016463 (91.0159) Other time (%) = 0.000152826 (0.8449) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:47 2021 Memory usage per processor = 27.5495 Mbytes Step Atoms AVEKE stressZZ 26471 5000 1.181582e-10 10634400 26472 -0.014722499999992 10634266.6518758 26472 5000 1.1814996e-10 10634267 Loop time of 0.0185251 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:47 2021 Pair time (%) = 0.00128698 (6.94723) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.178893) Outpt time (%) = 0.0171041 (92.3295) Other time (%) = 0.000100851 (0.544402) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:47 2021 Memory usage per processor = 27.5495 Mbytes Step Atoms AVEKE stressZZ 26472 5000 1.1814996e-10 10634205 26473 -0.014722499999992 10634071.8746487 26473 5000 1.1814172e-10 10634072 Loop time of 0.018328 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:47 2021 Pair time (%) = 0.00115013 (6.27529) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.251063) Outpt time (%) = 0.0169518 (92.4915) Other time (%) = 0.000180006 (0.982139) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:47 2021 Memory usage per processor = 27.5495 Mbytes Step Atoms AVEKE stressZZ 26473 5000 1.1814172e-10 10634010 26474 -0.014722499999992 10633877.107611 26474 5000 1.1813348e-10 10633877 Loop time of 0.0172441 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:47 2021 Pair time (%) = 0.00122905 (7.12735) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192183) Outpt time (%) = 0.0158801 (92.0901) Other time (%) = 0.000101805 (0.590374) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:47 2021 Memory usage per processor = 27.5495 Mbytes Step Atoms AVEKE stressZZ 26474 5000 1.1813348e-10 10633815 26475 -0.014722499999992 10633682.3507612 26475 5000 1.1812524e-10 10633682 Loop time of 0.0181198 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:47 2021 Pair time (%) = 0.00177717 (9.80789) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.203947) Outpt time (%) = 0.0161469 (89.1118) Other time (%) = 0.000158787 (0.876316) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:47 2021 Memory usage per processor = 27.5495 Mbytes Step Atoms AVEKE stressZZ 26475 5000 1.1812524e-10 10633620 26476 -0.014722499999992 10633487.6040973 26476 5000 1.18117e-10 10633488 Loop time of 0.018065 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:47 2021 Pair time (%) = 0.00139189 (7.7049) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.18213) Outpt time (%) = 0.0165451 (91.5864) Other time (%) = 9.5129e-05 (0.526594) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:47 2021 Memory usage per processor = 27.5495 Mbytes Step Atoms AVEKE stressZZ 26476 5000 1.18117e-10 10633426 26477 -0.014722499999992 10633292.8676177 26477 5000 1.1810877e-10 10633293 Loop time of 0.0179272 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:47 2021 Pair time (%) = 0.00122094 (6.81056) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.17821) Outpt time (%) = 0.0165799 (92.4846) Other time (%) = 9.44138e-05 (0.526652) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:47 2021 Memory usage per processor = 27.5495 Mbytes Step Atoms AVEKE stressZZ 26477 5000 1.1810877e-10 10633231 26478 -0.014722499999992 10633098.1413212 26478 5000 1.1810053e-10 10633098 Loop time of 0.0173361 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:47 2021 Pair time (%) = 0.0012238 (7.05926) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184286) Outpt time (%) = 0.0159571 (92.0454) Other time (%) = 0.000123262 (0.711015) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:47 2021 Memory usage per processor = 27.5495 Mbytes Step Atoms AVEKE stressZZ 26478 5000 1.1810053e-10 10633036 26479 -0.014722499999992 10632903.4252059 26479 5000 1.1809229e-10 10632903 Loop time of 0.0181048 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:47 2021 Pair time (%) = 0.00152898 (8.44516) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.226504) Outpt time (%) = 0.016377 (90.4566) Other time (%) = 0.000157833 (0.871775) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:47 2021 Memory usage per processor = 27.5495 Mbytes Step Atoms AVEKE stressZZ 26479 5000 1.1809229e-10 10632842 26480 -0.014722499999992 10632708.7192703 26480 5000 1.1808406e-10 10632709 Loop time of 0.0210631 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:47 2021 Pair time (%) = 0.00127602 (6.05807) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.160733) Outpt time (%) = 0.0196111 (93.1066) Other time (%) = 0.000142097 (0.674628) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:47 2021 Memory usage per processor = 27.5495 Mbytes Step Atoms AVEKE stressZZ 26480 5000 1.1808406e-10 10632647 26481 -0.014722499999992 10632514.0235131 26481 5000 1.1807583e-10 10632514 Loop time of 0.0179691 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:47 2021 Pair time (%) = 0.00117111 (6.51735) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.177794) Outpt time (%) = 0.01667 (92.7701) Other time (%) = 9.60827e-05 (0.53471) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:47 2021 Memory usage per processor = 27.5495 Mbytes Step Atoms AVEKE stressZZ 26481 5000 1.1807583e-10 10632452 26482 -0.014722499999992 10632319.3379327 26482 5000 1.1806759e-10 10632319 Loop time of 0.018297 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:47 2021 Pair time (%) = 0.00148201 (8.09976) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.203276) Outpt time (%) = 0.0166109 (90.7848) Other time (%) = 0.000166893 (0.912135) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:47 2021 Memory usage per processor = 27.5495 Mbytes Step Atoms AVEKE stressZZ 26482 5000 1.1806759e-10 10632257 26483 -0.014722499999992 10632124.6625288 26483 5000 1.1805936e-10 10632125 Loop time of 0.0175991 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:47 2021 Pair time (%) = 0.00127101 (7.22201) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.272299) Outpt time (%) = 0.0161161 (91.5736) Other time (%) = 0.000164032 (0.932047) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:47 2021 Memory usage per processor = 27.5495 Mbytes Step Atoms AVEKE stressZZ 26483 5000 1.1805936e-10 10632063 26484 -0.014722499999992 10631929.9973202 26484 5000 1.1805113e-10 10631930 Loop time of 0.018178 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:47 2021 Pair time (%) = 0.00136709 (7.52059) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.198048) Outpt time (%) = 0.0165529 (91.0603) Other time (%) = 0.000221968 (1.22108) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:47 2021 Memory usage per processor = 27.5495 Mbytes Step Atoms AVEKE stressZZ 26484 5000 1.1805113e-10 10631868 26485 -0.014722499999992 10631735.3422851 26485 5000 1.180429e-10 10631735 Loop time of 0.018105 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:47 2021 Pair time (%) = 0.00121689 (6.72127) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.17646) Outpt time (%) = 0.0167632 (92.5887) Other time (%) = 9.29832e-05 (0.513577) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:47 2021 Memory usage per processor = 27.5495 Mbytes Step Atoms AVEKE stressZZ 26485 5000 1.180429e-10 10631673 26486 -0.014722499999992 10631540.6974222 26486 5000 1.1803468e-10 10631541 Loop time of 0.0176749 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:47 2021 Pair time (%) = 0.00121117 (6.85246) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.186149) Outpt time (%) = 0.016331 (92.3962) Other time (%) = 9.98974e-05 (0.565193) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:47 2021 Memory usage per processor = 27.5495 Mbytes Step Atoms AVEKE stressZZ 26486 5000 1.1803468e-10 10631479 26487 -0.014722499999992 10631346.0627302 26487 5000 1.1802645e-10 10631346 Loop time of 0.017458 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:47 2021 Pair time (%) = 0.00119996 (6.87343) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.195291) Outpt time (%) = 0.016084 (92.1296) Other time (%) = 0.000139952 (0.80165) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:47 2021 Memory usage per processor = 27.5495 Mbytes Step Atoms AVEKE stressZZ 26487 5000 1.1802645e-10 10631284 26488 -0.014722499999992 10631151.4382077 26488 5000 1.1801822e-10 10631151 Loop time of 0.0181592 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:47 2021 Pair time (%) = 0.00159502 (8.78356) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.208757) Outpt time (%) = 0.0163441 (90.0046) Other time (%) = 0.000182152 (1.00309) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:47 2021 Memory usage per processor = 27.5495 Mbytes Step Atoms AVEKE stressZZ 26488 5000 1.1801822e-10 10631090 26489 -0.014722499999992 10630956.8238546 26489 5000 1.1801e-10 10630957 Loop time of 0.01793 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:47 2021 Pair time (%) = 0.00117207 (6.53689) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.172863) Outpt time (%) = 0.0166318 (92.7597) Other time (%) = 9.5129e-05 (0.530557) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:47 2021 Memory usage per processor = 27.5495 Mbytes Step Atoms AVEKE stressZZ 26489 5000 1.1801e-10 10630895 26490 -0.014722499999992 10630762.2196792 26490 5000 1.1800177e-10 10630762 Loop time of 0.020591 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:47 2021 Pair time (%) = 0.00117302 (5.69675) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.156313) Outpt time (%) = 0.0192921 (93.6919) Other time (%) = 9.36985e-05 (0.455045) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:47 2021 Memory usage per processor = 27.5495 Mbytes Step Atoms AVEKE stressZZ 26490 5000 1.1800177e-10 10630700 26491 -0.014722499999992 10630567.6256696 26491 5000 1.1799355e-10 10630568 Loop time of 0.01735 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:47 2021 Pair time (%) = 0.00117183 (6.75406) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.185513) Outpt time (%) = 0.0160511 (92.5135) Other time (%) = 9.48906e-05 (0.546921) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:47 2021 Memory usage per processor = 27.5495 Mbytes Step Atoms AVEKE stressZZ 26491 5000 1.1799355e-10 10630506 26492 -0.014722499999992 10630373.0418247 26492 5000 1.1798532e-10 10630373 Loop time of 0.0174718 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:47 2021 Pair time (%) = 0.00138593 (7.93237) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.218335) Outpt time (%) = 0.015929 (91.1697) Other time (%) = 0.000118732 (0.679567) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:47 2021 Memory usage per processor = 27.5495 Mbytes Step Atoms AVEKE stressZZ 26492 5000 1.1798532e-10 10630311 26493 -0.014722499999992 10630178.4681453 26493 5000 1.179771e-10 10630178 Loop time of 0.0180039 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:47 2021 Pair time (%) = 0.00122094 (6.78152) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.177451) Outpt time (%) = 0.016649 (92.4742) Other time (%) = 0.000102043 (0.566782) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:47 2021 Memory usage per processor = 27.5495 Mbytes Step Atoms AVEKE stressZZ 26493 5000 1.179771e-10 10630117 26494 -0.014722499999992 10629983.9046719 26494 5000 1.1796888e-10 10629984 Loop time of 0.017956 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:47 2021 Pair time (%) = 0.00117612 (6.55) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.177924) Outpt time (%) = 0.016654 (92.7489) Other time (%) = 9.39369e-05 (0.52315) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:47 2021 Memory usage per processor = 27.5495 Mbytes Step Atoms AVEKE stressZZ 26494 5000 1.1796888e-10 10629922 26495 -0.014722499999992 10629789.3513884 26495 5000 1.1796066e-10 10629789 Loop time of 0.0172782 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:47 2021 Pair time (%) = 0.00117421 (6.79592) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184904) Outpt time (%) = 0.0159791 (92.481) Other time (%) = 9.29832e-05 (0.538154) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:47 2021 Memory usage per processor = 27.5495 Mbytes Step Atoms AVEKE stressZZ 26495 5000 1.1796066e-10 10629727 26496 -0.014722499999992 10629594.8082846 26496 5000 1.1795244e-10 10629595 Loop time of 0.0176821 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:47 2021 Pair time (%) = 0.00145197 (8.21153) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.208996) Outpt time (%) = 0.0160031 (90.5048) Other time (%) = 0.00019002 (1.07465) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:47 2021 Memory usage per processor = 27.5495 Mbytes Step Atoms AVEKE stressZZ 26496 5000 1.1795244e-10 10629533 26497 -0.014722499999992 10629400.2753556 26497 5000 1.1794422e-10 10629400 Loop time of 0.018292 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:47 2021 Pair time (%) = 0.00122809 (6.71385) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.17987) Outpt time (%) = 0.0169039 (92.4116) Other time (%) = 0.000127077 (0.694716) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:47 2021 Memory usage per processor = 27.5495 Mbytes Step Atoms AVEKE stressZZ 26497 5000 1.1794422e-10 10629338 26498 -0.014722499999992 10629205.7525978 26498 5000 1.1793601e-10 10629206 Loop time of 0.0182891 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:47 2021 Pair time (%) = 0.00119996 (6.56107) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.186416) Outpt time (%) = 0.0169101 (92.4599) Other time (%) = 0.000144958 (0.792595) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:47 2021 Memory usage per processor = 27.5495 Mbytes Step Atoms AVEKE stressZZ 26498 5000 1.1793601e-10 10629144 26499 -0.014722499999992 10629011.2400087 26499 5000 1.1792779e-10 10629011 Loop time of 0.0174751 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:47 2021 Pair time (%) = 0.00119185 (6.82029) Neigh time (%) = 0 (0) Comm time (%) = 6.41346e-05 (0.367005) Outpt time (%) = 0.0160921 (92.0855) Other time (%) = 0.000127077 (0.727188) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:47 2021 Memory usage per processor = 27.5495 Mbytes Step Atoms AVEKE stressZZ 26499 5000 1.1792779e-10 10628949 26500 -0.014722499999992 10628816.7375858 26500 5000 1.1791958e-10 10628817 Loop time of 0.019901 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:47 2021 Pair time (%) = 0.00121593 (6.10991) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.165327) Outpt time (%) = 0.018532 (93.121) Other time (%) = 0.000120163 (0.603803) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:47 2021 Memory usage per processor = 27.5495 Mbytes Step Atoms AVEKE stressZZ 26500 5000 1.1791958e-10 10628755 26501 -0.014722499999992 10628622.2453269 26501 5000 1.1791136e-10 10628622 Loop time of 0.0182481 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:47 2021 Pair time (%) = 0.00152993 (8.38407) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.20774) Outpt time (%) = 0.01651 (90.4753) Other time (%) = 0.000170231 (0.93287) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:47 2021 Memory usage per processor = 27.5495 Mbytes Step Atoms AVEKE stressZZ 26501 5000 1.1791136e-10 10628560 26502 -0.014722499999992 10628427.7632331 26502 5000 1.1790315e-10 10628428 Loop time of 0.0180531 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:47 2021 Pair time (%) = 0.0012269 (6.79609) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.178288) Outpt time (%) = 0.0167 (92.5053) Other time (%) = 9.39369e-05 (0.520338) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:28:47 2021 Memory usage per processor = 27.5495 Mbytes Step Atoms AVEKE stressZZ 26502 5000 1.1790315e-10 10628366 26503 -0.014722499999992 10628207.4799011 26503 5000 2.3238081e-10 10628558 Loop time of 0.0175509 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:47 2021 Pair time (%) = 0.00121593 (6.92803) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182031) Outpt time (%) = 0.0161641 (92.098) Other time (%) = 0.000138998 (0.791969) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:47 2021 Memory usage per processor = 27.5495 Mbytes Step Atoms AVEKE stressZZ 26503 5000 2.3238081e-10 10702966 26504 -0.0147549999999919 10702791.4747066 26504 5000 1.8691723e-10 10702791 Loop time of 0.0172429 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:47 2021 Pair time (%) = 0.00123 (7.13338) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190813) Outpt time (%) = 0.015878 (92.084) Other time (%) = 0.000102043 (0.591798) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:47 2021 Memory usage per processor = 27.5495 Mbytes Step Atoms AVEKE stressZZ 26504 5000 1.8691723e-10 10702708 26505 -0.0147549999999919 10702548.0364847 26505 5000 1.605974e-10 10702548 Loop time of 0.0179 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:48 2021 Pair time (%) = 0.00183892 (10.2733) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.207784) Outpt time (%) = 0.0158951 (88.7996) Other time (%) = 0.000128746 (0.719252) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:48 2021 Memory usage per processor = 27.5495 Mbytes Step Atoms AVEKE stressZZ 26505 5000 1.605974e-10 10702472 26506 -0.0147549999999919 10702321.7861786 26506 5000 1.4490826e-10 10702322 Loop time of 0.0177979 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:48 2021 Pair time (%) = 0.00125599 (7.05693) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.184863) Outpt time (%) = 0.0164061 (92.1795) Other time (%) = 0.000102997 (0.578701) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:48 2021 Memory usage per processor = 27.5495 Mbytes Step Atoms AVEKE stressZZ 26506 5000 1.4490826e-10 10702251 26507 -0.0147549999999919 10702106.46267 26507 5000 1.353549e-10 10702106 Loop time of 0.0179341 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:48 2021 Pair time (%) = 0.00117397 (6.54604) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.178142) Outpt time (%) = 0.016619 (92.6669) Other time (%) = 0.000109196 (0.608873) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:48 2021 Memory usage per processor = 27.5495 Mbytes Step Atoms AVEKE stressZZ 26507 5000 1.353549e-10 10702039 26508 -0.0147549999999919 10701898.0870262 26508 5000 1.2945039e-10 10701898 Loop time of 0.0172081 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:48 2021 Pair time (%) = 0.00118089 (6.86239) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192585) Outpt time (%) = 0.0158951 (92.37) Other time (%) = 9.89437e-05 (0.574983) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:48 2021 Memory usage per processor = 27.5495 Mbytes Step Atoms AVEKE stressZZ 26508 5000 1.2945039e-10 10701832 26509 -0.0147549999999919 10701694.1305754 26509 5000 1.2576358e-10 10701694 Loop time of 0.0208249 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:48 2021 Pair time (%) = 0.00195193 (9.37307) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.177455) Outpt time (%) = 0.0186949 (89.7717) Other time (%) = 0.000141144 (0.677764) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:48 2021 Memory usage per processor = 27.5495 Mbytes Step Atoms AVEKE stressZZ 26509 5000 1.2576358e-10 10701629 26510 -0.0147549999999919 10701492.9863218 26510 5000 1.2344526e-10 10701493 Loop time of 0.0224559 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:48 2021 Pair time (%) = 0.00144386 (6.42976) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.14227) Outpt time (%) = 0.0208879 (93.0171) Other time (%) = 9.2268e-05 (0.410885) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:48 2021 Memory usage per processor = 27.5496 Mbytes Step Atoms AVEKE stressZZ 26510 5000 1.2344526e-10 10701429 26511 -0.0147549999999919 10701293.6330035 26511 5000 1.2198011e-10 10701294 Loop time of 0.0184081 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:48 2021 Pair time (%) = 0.00117397 (6.37749) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.173555) Outpt time (%) = 0.017113 (92.9646) Other time (%) = 8.91685e-05 (0.484399) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:48 2021 Memory usage per processor = 27.5496 Mbytes Step Atoms AVEKE stressZZ 26511 5000 1.2198011e-10 10701230 26512 -0.0147549999999919 10701095.4215975 26512 5000 1.2105049e-10 10701095 Loop time of 0.0185621 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:48 2021 Pair time (%) = 0.00136995 (7.38039) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.183675) Outpt time (%) = 0.0170379 (91.7886) Other time (%) = 0.000120163 (0.647357) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:48 2021 Memory usage per processor = 27.5496 Mbytes Step Atoms AVEKE stressZZ 26512 5000 1.2105049e-10 10701032 26513 -0.0147549999999919 10700897.9396421 26513 5000 1.204585e-10 10700898 Loop time of 0.0183971 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:48 2021 Pair time (%) = 0.00121689 (6.61457) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.174954) Outpt time (%) = 0.017055 (92.7051) Other time (%) = 9.29832e-05 (0.505424) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:48 2021 Memory usage per processor = 27.5496 Mbytes Step Atoms AVEKE stressZZ 26513 5000 1.204585e-10 10700835 26514 -0.0147549999999919 10700700.9250135 26514 5000 1.2007998e-10 10700701 Loop time of 0.017983 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:48 2021 Pair time (%) = 0.00121999 (6.78413) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.178983) Outpt time (%) = 0.0166361 (92.5105) Other time (%) = 9.46522e-05 (0.526344) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:48 2021 Memory usage per processor = 27.5496 Mbytes Step Atoms AVEKE stressZZ 26514 5000 1.2007998e-10 10700638 26515 -0.0147549999999919 10700504.2111289 26515 5000 1.198367e-10 10700504 Loop time of 0.0175691 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:48 2021 Pair time (%) = 0.00125003 (7.11494) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.198127) Outpt time (%) = 0.0161419 (91.8768) Other time (%) = 0.000142336 (0.810151) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:48 2021 Memory usage per processor = 27.5496 Mbytes Step Atoms AVEKE stressZZ 26515 5000 1.198367e-10 10700442 26516 -0.0147549999999919 10700307.6921222 26516 5000 1.1967917e-10 10700308 Loop time of 0.0181949 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:48 2021 Pair time (%) = 0.00157595 (8.66147) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.203106) Outpt time (%) = 0.0164342 (90.323) Other time (%) = 0.00014782 (0.812422) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:48 2021 Memory usage per processor = 27.5496 Mbytes Step Atoms AVEKE stressZZ 26516 5000 1.1967917e-10 10700245 26517 -0.0147549999999919 10700111.3007144 26517 5000 1.1957606e-10 10700111 Loop time of 0.01826 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:48 2021 Pair time (%) = 0.00138807 (7.60171) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.186713) Outpt time (%) = 0.0167279 (91.6097) Other time (%) = 0.000109911 (0.601922) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:48 2021 Memory usage per processor = 27.5496 Mbytes Step Atoms AVEKE stressZZ 26517 5000 1.1957606e-10 10700049 26518 -0.0147549999999919 10699914.9941483 26518 5000 1.1950752e-10 10699915 Loop time of 0.0181699 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:48 2021 Pair time (%) = 0.00121403 (6.68154) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.17583) Outpt time (%) = 0.0168309 (92.6309) Other time (%) = 9.29832e-05 (0.511744) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:48 2021 Memory usage per processor = 27.5496 Mbytes Step Atoms AVEKE stressZZ 26518 5000 1.1950752e-10 10699853 26519 -0.0147549999999919 10699718.7452508 26519 5000 1.1946093e-10 10699719 Loop time of 0.0177789 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:48 2021 Pair time (%) = 0.00119305 (6.71047) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.185061) Outpt time (%) = 0.0164421 (92.4809) Other time (%) = 0.000110865 (0.623575) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:48 2021 Memory usage per processor = 27.5496 Mbytes Step Atoms AVEKE stressZZ 26519 5000 1.1946093e-10 10699656 26520 -0.0147549999999919 10699522.5367527 26520 5000 1.1942829e-10 10699523 Loop time of 0.0206339 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:48 2021 Pair time (%) = 0.00139809 (6.77567) Neigh time (%) = 0 (0) Comm time (%) = 5.31673e-05 (0.257669) Outpt time (%) = 0.019068 (92.4109) Other time (%) = 0.000114679 (0.55578) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:48 2021 Memory usage per processor = 27.5496 Mbytes Step Atoms AVEKE stressZZ 26520 5000 1.1942829e-10 10699460 26521 -0.0147549999999919 10699326.3576789 26521 5000 1.194045e-10 10699326 Loop time of 0.018008 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:48 2021 Pair time (%) = 0.0014472 (8.03644) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.205214) Outpt time (%) = 0.016367 (90.8872) Other time (%) = 0.000156879 (0.871165) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:48 2021 Memory usage per processor = 27.5496 Mbytes Step Atoms AVEKE stressZZ 26521 5000 1.194045e-10 10699264 26522 -0.0147549999999919 10699130.201054 26522 5000 1.1938635e-10 10699130 Loop time of 0.724316 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:49 2021 Pair time (%) = 0.00124002 (0.171198) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.00457538) Outpt time (%) = 0.722948 (99.8111) Other time (%) = 9.48906e-05 (0.0131007) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:49 2021 Memory usage per processor = 27.5496 Mbytes Step Atoms AVEKE stressZZ 26522 5000 1.1938635e-10 10699068 26523 -0.0147549999999919 10698934.0624448 26523 5000 1.1937177e-10 10698934 Loop time of 0.0180218 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:49 2021 Pair time (%) = 0.00123191 (6.83565) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.183889) Outpt time (%) = 0.01666 (92.4433) Other time (%) = 9.67979e-05 (0.537115) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:49 2021 Memory usage per processor = 27.5496 Mbytes Step Atoms AVEKE stressZZ 26523 5000 1.1937177e-10 10698872 26524 -0.0147549999999919 10698737.9390335 26524 5000 1.1935947e-10 10698738 Loop time of 0.0210581 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:49 2021 Pair time (%) = 0.0020349 (9.66329) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.160772) Outpt time (%) = 0.018888 (89.6948) Other time (%) = 0.000101328 (0.481183) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:49 2021 Memory usage per processor = 27.5496 Mbytes Step Atoms AVEKE stressZZ 26524 5000 1.1935947e-10 10698676 26525 -0.0147549999999919 10698541.829029 26525 5000 1.1934862e-10 10698542 Loop time of 0.019635 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:49 2021 Pair time (%) = 0.00142193 (7.24182) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.157853) Outpt time (%) = 0.018013 (91.7394) Other time (%) = 0.000169039 (0.860907) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:49 2021 Memory usage per processor = 27.5496 Mbytes Step Atoms AVEKE stressZZ 26525 5000 1.1934862e-10 10698479 26526 -0.0147549999999919 10698345.7312924 26526 5000 1.1933868e-10 10698346 Loop time of 0.018311 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:49 2021 Pair time (%) = 0.00114894 (6.27458) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.169266) Outpt time (%) = 0.0170441 (93.0809) Other time (%) = 8.70228e-05 (0.475248) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:49 2021 Memory usage per processor = 27.5496 Mbytes Step Atoms AVEKE stressZZ 26526 5000 1.1933868e-10 10698283 26527 -0.0147549999999919 10698149.6450998 26527 5000 1.1932933e-10 10698150 Loop time of 0.0186589 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:49 2021 Pair time (%) = 0.00158405 (8.48954) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.246611) Outpt time (%) = 0.0168259 (90.1765) Other time (%) = 0.000202894 (1.08739) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:49 2021 Memory usage per processor = 27.5496 Mbytes Step Atoms AVEKE stressZZ 26527 5000 1.1932933e-10 10698087 26528 -0.0147549999999919 10697953.5699907 26528 5000 1.1932035e-10 10697954 Loop time of 0.018281 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:49 2021 Pair time (%) = 0.00131702 (7.20434) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.181282) Outpt time (%) = 0.0167999 (91.8984) Other time (%) = 0.000130892 (0.716) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:49 2021 Memory usage per processor = 27.5496 Mbytes Step Atoms AVEKE stressZZ 26528 5000 1.1932035e-10 10697891 26529 -0.0147549999999919 10697757.5056721 26529 5000 1.193116e-10 10697758 Loop time of 0.017463 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:49 2021 Pair time (%) = 0.00117803 (6.74585) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182948) Outpt time (%) = 0.0161581 (92.5278) Other time (%) = 9.48906e-05 (0.543382) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:49 2021 Memory usage per processor = 27.5496 Mbytes Step Atoms AVEKE stressZZ 26529 5000 1.193116e-10 10697695 26530 -0.0147549999999919 10697561.4519573 26530 5000 1.1930301e-10 10697561 Loop time of 0.0201442 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:49 2021 Pair time (%) = 0.00129509 (6.42909) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.164515) Outpt time (%) = 0.0186992 (92.8265) Other time (%) = 0.000116825 (0.579943) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:49 2021 Memory usage per processor = 27.5496 Mbytes Step Atoms AVEKE stressZZ 26530 5000 1.1930301e-10 10697499 26531 -0.0147549999999919 10697365.4087273 26531 5000 1.1929451e-10 10697365 Loop time of 0.0181379 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:49 2021 Pair time (%) = 0.00152612 (8.41395) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.198486) Outpt time (%) = 0.0164299 (90.5831) Other time (%) = 0.000145912 (0.804459) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:49 2021 Memory usage per processor = 27.5496 Mbytes Step Atoms AVEKE stressZZ 26531 5000 1.1929451e-10 10697303 26532 -0.0147549999999919 10697169.3759061 26532 5000 1.1928608e-10 10697169 Loop time of 0.0176289 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:49 2021 Pair time (%) = 0.00117922 (6.68912) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.175816) Outpt time (%) = 0.016324 (92.5982) Other time (%) = 9.46522e-05 (0.536915) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:49 2021 Memory usage per processor = 27.5496 Mbytes Step Atoms AVEKE stressZZ 26532 5000 1.1928608e-10 10697107 26533 -0.0147549999999919 10696973.3534455 26533 5000 1.1927768e-10 10696973 Loop time of 0.017966 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:49 2021 Pair time (%) = 0.00117302 (6.5291) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.179152) Outpt time (%) = 0.0166662 (92.7649) Other time (%) = 9.46522e-05 (0.52684) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:49 2021 Memory usage per processor = 27.5496 Mbytes Step Atoms AVEKE stressZZ 26533 5000 1.1927768e-10 10696911 26534 -0.0147549999999919 10696777.3413138 26534 5000 1.1926931e-10 10696777 Loop time of 0.0180142 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:49 2021 Pair time (%) = 0.00129294 (7.17736) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.193232) Outpt time (%) = 0.0165529 (91.8882) Other time (%) = 0.000133514 (0.741162) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:49 2021 Memory usage per processor = 27.5496 Mbytes Step Atoms AVEKE stressZZ 26534 5000 1.1926931e-10 10696715 26535 -0.0147549999999919 10696581.3394912 26535 5000 1.1926096e-10 10696581 Loop time of 0.0179951 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:49 2021 Pair time (%) = 0.00127983 (7.1121) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.177538) Outpt time (%) = 0.0165761 (92.1142) Other time (%) = 0.000107288 (0.596208) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:49 2021 Memory usage per processor = 27.5496 Mbytes Step Atoms AVEKE stressZZ 26535 5000 1.1926096e-10 10696519 26536 -0.0147549999999919 10696385.3479813 26536 5000 1.1925261e-10 10696385 Loop time of 0.018007 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:49 2021 Pair time (%) = 0.00123692 (6.86907) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.17742) Outpt time (%) = 0.0166411 (92.4146) Other time (%) = 9.70364e-05 (0.53888) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:49 2021 Memory usage per processor = 27.5496 Mbytes Step Atoms AVEKE stressZZ 26536 5000 1.1925261e-10 10696323 26537 -0.0147549999999919 10696189.3667716 26537 5000 1.1924428e-10 10696189 Loop time of 0.0181358 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:49 2021 Pair time (%) = 0.00117302 (6.46798) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.17616) Outpt time (%) = 0.0168369 (92.8379) Other time (%) = 9.39369e-05 (0.517964) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:49 2021 Memory usage per processor = 27.5496 Mbytes Step Atoms AVEKE stressZZ 26537 5000 1.1924428e-10 10696127 26538 -0.0147549999999919 10695993.3958415 26538 5000 1.1923594e-10 10695993 Loop time of 0.018019 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:49 2021 Pair time (%) = 0.00118089 (6.55358) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.178626) Outpt time (%) = 0.0166819 (92.5798) Other time (%) = 0.000123978 (0.68804) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:49 2021 Memory usage per processor = 27.5496 Mbytes Step Atoms AVEKE stressZZ 26538 5000 1.1923594e-10 10695931 26539 -0.0147549999999919 10695797.4351869 26539 5000 1.1922762e-10 10695797 Loop time of 0.017688 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:49 2021 Pair time (%) = 0.00150299 (8.49722) Neigh time (%) = 0 (0) Comm time (%) = 4.29153e-05 (0.242624) Outpt time (%) = 0.0159812 (90.3503) Other time (%) = 0.000160933 (0.909838) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:49 2021 Memory usage per processor = 27.5496 Mbytes Step Atoms AVEKE stressZZ 26539 5000 1.1922762e-10 10695735 26540 -0.0147549999999919 10695601.4848051 26540 5000 1.1921929e-10 10695601 Loop time of 0.0207779 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:49 2021 Pair time (%) = 0.00123096 (5.92434) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.15376) Outpt time (%) = 0.019412 (93.4262) Other time (%) = 0.000102997 (0.495703) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:49 2021 Memory usage per processor = 27.5496 Mbytes Step Atoms AVEKE stressZZ 26540 5000 1.1921929e-10 10695539 26541 -0.0147549999999919 10695405.5446941 26541 5000 1.1921097e-10 10695406 Loop time of 0.0181038 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:49 2021 Pair time (%) = 0.00121403 (6.70591) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.176471) Outpt time (%) = 0.016767 (92.6159) Other time (%) = 9.08375e-05 (0.501758) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:49 2021 Memory usage per processor = 27.5496 Mbytes Step Atoms AVEKE stressZZ 26541 5000 1.1921097e-10 10695343 26542 -0.0147549999999919 10695209.6148521 26542 5000 1.1920265e-10 10695210 Loop time of 0.017411 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:49 2021 Pair time (%) = 0.00121999 (7.007) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183494) Outpt time (%) = 0.0160661 (92.2755) Other time (%) = 9.29832e-05 (0.534049) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:49 2021 Memory usage per processor = 27.5496 Mbytes Step Atoms AVEKE stressZZ 26542 5000 1.1920265e-10 10695147 26543 -0.0147549999999919 10695013.6952781 26543 5000 1.1919433e-10 10695014 Loop time of 0.017324 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:49 2021 Pair time (%) = 0.00126815 (7.32019) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.202307) Outpt time (%) = 0.0159211 (91.9022) Other time (%) = 9.9659e-05 (0.575266) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:49 2021 Memory usage per processor = 27.5496 Mbytes Step Atoms AVEKE stressZZ 26543 5000 1.1919433e-10 10694951 26544 -0.0147549999999919 10694817.7859711 26544 5000 1.1918601e-10 10694818 Loop time of 0.018163 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:49 2021 Pair time (%) = 0.001472 (8.10438) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.198212) Outpt time (%) = 0.0164881 (90.7785) Other time (%) = 0.000166893 (0.918864) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:49 2021 Memory usage per processor = 27.5496 Mbytes Step Atoms AVEKE stressZZ 26544 5000 1.1918601e-10 10694755 26545 -0.0147549999999919 10694621.8869303 26545 5000 1.1917769e-10 10694622 Loop time of 0.018105 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:49 2021 Pair time (%) = 0.00122118 (6.74498) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.171192) Outpt time (%) = 0.0167601 (92.5716) Other time (%) = 9.27448e-05 (0.51226) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:49 2021 Memory usage per processor = 27.5496 Mbytes Step Atoms AVEKE stressZZ 26545 5000 1.1917769e-10 10694560 26546 -0.0147549999999919 10694425.9981551 26546 5000 1.1916937e-10 10694426 Loop time of 0.0175381 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:49 2021 Pair time (%) = 0.00122309 (6.9739) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.183524) Outpt time (%) = 0.0161901 (92.3138) Other time (%) = 9.27448e-05 (0.52882) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:49 2021 Memory usage per processor = 27.5496 Mbytes Step Atoms AVEKE stressZZ 26546 5000 1.1916937e-10 10694364 26547 -0.0147549999999919 10694230.1196454 26547 5000 1.1916106e-10 10694230 Loop time of 0.0174961 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:49 2021 Pair time (%) = 0.00125289 (7.16096) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.194865) Outpt time (%) = 0.0160921 (91.9751) Other time (%) = 0.000117064 (0.669083) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:49 2021 Memory usage per processor = 27.5496 Mbytes Step Atoms AVEKE stressZZ 26547 5000 1.1916106e-10 10694168 26548 -0.0147549999999919 10694034.2514005 26548 5000 1.1915274e-10 10694034 Loop time of 0.018307 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:49 2021 Pair time (%) = 0.0014441 (7.88826) Neigh time (%) = 0 (0) Comm time (%) = 0.000103951 (0.567819) Outpt time (%) = 0.0165839 (90.588) Other time (%) = 0.000174999 (0.955916) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:49 2021 Memory usage per processor = 27.5496 Mbytes Step Atoms AVEKE stressZZ 26548 5000 1.1915274e-10 10693972 26549 -0.0147549999999919 10693838.3934208 26549 5000 1.1914443e-10 10693838 Loop time of 0.017843 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:49 2021 Pair time (%) = 0.00117087 (6.56209) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.179051) Outpt time (%) = 0.016547 (92.7364) Other time (%) = 9.32217e-05 (0.522455) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:49 2021 Memory usage per processor = 27.5496 Mbytes Step Atoms AVEKE stressZZ 26549 5000 1.1914443e-10 10693776 26550 -0.0147549999999919 10693642.5457065 26550 5000 1.1913611e-10 10693643 Loop time of 0.0206649 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:49 2021 Pair time (%) = 0.00120616 (5.83675) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.159215) Outpt time (%) = 0.019326 (93.5206) Other time (%) = 9.98974e-05 (0.483415) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:49 2021 Memory usage per processor = 27.5496 Mbytes Step Atoms AVEKE stressZZ 26550 5000 1.1913611e-10 10693580 26551 -0.0147549999999919 10693446.7082587 26551 5000 1.191278e-10 10693447 Loop time of 0.0172698 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:49 2021 Pair time (%) = 0.00119209 (6.90274) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190516) Outpt time (%) = 0.0159459 (92.3338) Other time (%) = 9.89437e-05 (0.572927) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:49 2021 Memory usage per processor = 27.5496 Mbytes Step Atoms AVEKE stressZZ 26551 5000 1.191278e-10 10693384 26552 -0.0147549999999919 10693250.8810792 26552 5000 1.1911949e-10 10693251 Loop time of 0.018358 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:49 2021 Pair time (%) = 0.00173497 (9.45077) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.196106) Outpt time (%) = 0.0164108 (89.3934) Other time (%) = 0.000176191 (0.959753) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:49 2021 Memory usage per processor = 27.5496 Mbytes Step Atoms AVEKE stressZZ 26552 5000 1.1911949e-10 10693189 26553 -0.0147549999999919 10693055.0641723 26553 5000 1.1911118e-10 10693055 Loop time of 0.0182672 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:49 2021 Pair time (%) = 0.00141501 (7.74622) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.18142) Outpt time (%) = 0.016717 (91.5137) Other time (%) = 0.000102043 (0.558615) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:49 2021 Memory usage per processor = 27.5496 Mbytes Step Atoms AVEKE stressZZ 26553 5000 1.1911118e-10 10692993 26554 -0.0147549999999919 10692859.2575496 26554 5000 1.1910287e-10 10692859 Loop time of 0.018105 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:49 2021 Pair time (%) = 0.00117517 (6.49082) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.177777) Outpt time (%) = 0.016741 (92.4662) Other time (%) = 0.000156641 (0.865179) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:49 2021 Memory usage per processor = 27.5496 Mbytes Step Atoms AVEKE stressZZ 26554 5000 1.1910287e-10 10692797 26555 -0.0147549999999919 10692663.461227 26555 5000 1.1909456e-10 10692663 Loop time of 0.0172031 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:49 2021 Pair time (%) = 0.00117683 (6.84083) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185711) Outpt time (%) = 0.0159011 (92.4316) Other time (%) = 9.32217e-05 (0.541889) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:49 2021 Memory usage per processor = 27.5496 Mbytes Step Atoms AVEKE stressZZ 26555 5000 1.1909456e-10 10692601 26556 -0.0147549999999919 10692467.6751475 26556 5000 1.1908626e-10 10692468 Loop time of 0.017643 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:49 2021 Pair time (%) = 0.00145793 (8.26351) Neigh time (%) = 0 (0) Comm time (%) = 6.60419e-05 (0.374324) Outpt time (%) = 0.015939 (90.3419) Other time (%) = 0.000180006 (1.02027) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:49 2021 Memory usage per processor = 27.5496 Mbytes Step Atoms AVEKE stressZZ 26556 5000 1.1908626e-10 10692405 26557 -0.0147549999999919 10692271.8993081 26557 5000 1.1907795e-10 10692272 Loop time of 0.018008 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:50 2021 Pair time (%) = 0.00121593 (6.75219) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.182706) Outpt time (%) = 0.0166628 (92.5302) Other time (%) = 9.63211e-05 (0.53488) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:50 2021 Memory usage per processor = 27.5496 Mbytes Step Atoms AVEKE stressZZ 26557 5000 1.1907795e-10 10692210 26558 -0.0147549999999919 10692076.1337082 26558 5000 1.1906965e-10 10692076 Loop time of 0.0179961 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:50 2021 Pair time (%) = 0.00117803 (6.54602) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.177528) Outpt time (%) = 0.0166931 (92.7598) Other time (%) = 9.29832e-05 (0.516686) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:50 2021 Memory usage per processor = 27.5496 Mbytes Step Atoms AVEKE stressZZ 26558 5000 1.1906965e-10 10692014 26559 -0.0147549999999919 10691880.3783466 26559 5000 1.1906134e-10 10691880 Loop time of 0.017189 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:50 2021 Pair time (%) = 0.00117493 (6.83533) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192798) Outpt time (%) = 0.015882 (92.3962) Other time (%) = 9.89437e-05 (0.575621) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:50 2021 Memory usage per processor = 27.5496 Mbytes Step Atoms AVEKE stressZZ 26559 5000 1.1906134e-10 10691818 26560 -0.0147549999999919 10691684.6332588 26560 5000 1.1905304e-10 10691685 Loop time of 0.0205421 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:50 2021 Pair time (%) = 0.00142002 (6.91272) Neigh time (%) = 0 (0) Comm time (%) = 3.98159e-05 (0.193825) Outpt time (%) = 0.018909 (92.0497) Other time (%) = 0.00017333 (0.843779) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:50 2021 Memory usage per processor = 27.5496 Mbytes Step Atoms AVEKE stressZZ 26560 5000 1.1905304e-10 10691622 26561 -0.0147549999999919 10691488.8984618 26561 5000 1.1904474e-10 10691489 Loop time of 0.0178919 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:50 2021 Pair time (%) = 0.0013299 (7.43297) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.190555) Outpt time (%) = 0.016417 (91.7568) Other time (%) = 0.000110865 (0.619636) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:50 2021 Memory usage per processor = 27.5496 Mbytes Step Atoms AVEKE stressZZ 26561 5000 1.1904474e-10 10691427 26562 -0.0147549999999919 10691293.1739314 26562 5000 1.1903644e-10 10691293 Loop time of 0.0181501 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:50 2021 Pair time (%) = 0.0012219 (6.73217) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.177335) Outpt time (%) = 0.016803 (92.5782) Other time (%) = 9.29832e-05 (0.512302) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:50 2021 Memory usage per processor = 27.5496 Mbytes Step Atoms AVEKE stressZZ 26562 5000 1.1903644e-10 10691231 26563 -0.0147549999999919 10691097.4596597 26563 5000 1.1902813e-10 10691097 Loop time of 0.0174742 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:50 2021 Pair time (%) = 0.00118399 (6.77564) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18283) Outpt time (%) = 0.016119 (92.2447) Other time (%) = 0.000139236 (0.796813) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:50 2021 Memory usage per processor = 27.5496 Mbytes Step Atoms AVEKE stressZZ 26563 5000 1.1902813e-10 10691035 26564 -0.0147549999999919 10690901.7556426 26564 5000 1.1901984e-10 10690902 Loop time of 0.0173941 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:50 2021 Pair time (%) = 0.00128913 (7.41132) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.196009) Outpt time (%) = 0.015893 (91.3701) Other time (%) = 0.00017786 (1.02253) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:50 2021 Memory usage per processor = 27.5496 Mbytes Step Atoms AVEKE stressZZ 26564 5000 1.1901984e-10 10690839 26565 -0.0147549999999919 10690706.0618766 26565 5000 1.1901154e-10 10690706 Loop time of 0.0204568 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:50 2021 Pair time (%) = 0.00138402 (6.76558) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.160835) Outpt time (%) = 0.0189269 (92.5212) Other time (%) = 0.00011301 (0.552435) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:50 2021 Memory usage per processor = 27.5496 Mbytes Step Atoms AVEKE stressZZ 26565 5000 1.1901154e-10 10690644 26566 -0.0147549999999919 10690510.3783589 26566 5000 1.1900324e-10 10690510 Loop time of 0.020524 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:50 2021 Pair time (%) = 0.00151491 (7.38116) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.155662) Outpt time (%) = 0.0188558 (91.8719) Other time (%) = 0.000121355 (0.591283) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:50 2021 Memory usage per processor = 27.5496 Mbytes Step Atoms AVEKE stressZZ 26566 5000 1.1900324e-10 10690448 26567 -0.0147549999999919 10690314.7050874 26567 5000 1.1899494e-10 10690315 Loop time of 0.0184391 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:50 2021 Pair time (%) = 0.00117898 (6.39393) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.173263) Outpt time (%) = 0.0171392 (92.9505) Other time (%) = 8.89301e-05 (0.482292) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:50 2021 Memory usage per processor = 27.5496 Mbytes Step Atoms AVEKE stressZZ 26567 5000 1.1899494e-10 10690252 26568 -0.0147549999999919 10690119.0420602 26568 5000 1.1898665e-10 10690119 Loop time of 0.018681 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:50 2021 Pair time (%) = 0.00117517 (6.29068) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.171019) Outpt time (%) = 0.0173841 (93.0572) Other time (%) = 8.98838e-05 (0.48115) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:50 2021 Memory usage per processor = 27.5496 Mbytes Step Atoms AVEKE stressZZ 26568 5000 1.1898665e-10 10690057 26569 -0.0147549999999919 10689923.3892757 26569 5000 1.1897835e-10 10689923 Loop time of 0.017247 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:50 2021 Pair time (%) = 0.00117397 (6.80684) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.186621) Outpt time (%) = 0.0159471 (92.4633) Other time (%) = 9.36985e-05 (0.543275) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:50 2021 Memory usage per processor = 27.5496 Mbytes Step Atoms AVEKE stressZZ 26569 5000 1.1897835e-10 10689861 26570 -0.0147549999999919 10689727.7467319 26570 5000 1.1897006e-10 10689728 Loop time of 0.020458 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:50 2021 Pair time (%) = 0.00146079 (7.14044) Neigh time (%) = 0 (0) Comm time (%) = 4.29153e-05 (0.209773) Outpt time (%) = 0.0187891 (91.8422) Other time (%) = 0.000165224 (0.807626) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:50 2021 Memory usage per processor = 27.5496 Mbytes Step Atoms AVEKE stressZZ 26570 5000 1.1897006e-10 10689665 26571 -0.0147549999999919 10689532.1144279 26571 5000 1.1896177e-10 10689532 Loop time of 0.0180459 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:50 2021 Pair time (%) = 0.00133705 (7.40917) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.188929) Outpt time (%) = 0.0165501 (91.7109) Other time (%) = 0.000124693 (0.690976) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:50 2021 Memory usage per processor = 27.5496 Mbytes Step Atoms AVEKE stressZZ 26571 5000 1.1896177e-10 10689470 26572 -0.0147549999999919 10689336.4923697 26572 5000 1.1895348e-10 10689336 Loop time of 0.0181711 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:50 2021 Pair time (%) = 0.00119615 (6.58269) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.182379) Outpt time (%) = 0.016844 (92.697) Other time (%) = 9.77516e-05 (0.537952) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:50 2021 Memory usage per processor = 27.5496 Mbytes Step Atoms AVEKE stressZZ 26572 5000 1.1895348e-10 10689274 26573 -0.0147549999999919 10689140.8805476 26573 5000 1.1894519e-10 10689141 Loop time of 0.0175951 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:50 2021 Pair time (%) = 0.00117493 (6.6776) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.181574) Outpt time (%) = 0.016294 (92.6056) Other time (%) = 9.41753e-05 (0.535238) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:50 2021 Memory usage per processor = 27.5496 Mbytes Step Atoms AVEKE stressZZ 26573 5000 1.1894519e-10 10689079 26574 -0.0147549999999919 10688945.2789734 26574 5000 1.189369e-10 10688945 Loop time of 0.017257 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:50 2021 Pair time (%) = 0.00121212 (7.02394) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.203092) Outpt time (%) = 0.0159099 (92.1941) Other time (%) = 9.98974e-05 (0.578881) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:50 2021 Memory usage per processor = 27.5496 Mbytes Step Atoms AVEKE stressZZ 26574 5000 1.189369e-10 10688883 26575 -0.0147549999999919 10688749.687644 26575 5000 1.1892861e-10 10688750 Loop time of 0.018692 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:50 2021 Pair time (%) = 0.00136995 (7.32908) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.181122) Outpt time (%) = 0.017158 (91.7934) Other time (%) = 0.000130177 (0.696429) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:50 2021 Memory usage per processor = 27.5496 Mbytes Step Atoms AVEKE stressZZ 26575 5000 1.1892861e-10 10688687 26576 -0.0147549999999919 10688554.1065464 26576 5000 1.1892032e-10 10688554 Loop time of 0.017998 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:50 2021 Pair time (%) = 0.00121117 (6.72946) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.188107) Outpt time (%) = 0.016649 (92.5049) Other time (%) = 0.000103951 (0.577568) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:50 2021 Memory usage per processor = 27.5496 Mbytes Step Atoms AVEKE stressZZ 26576 5000 1.1892032e-10 10688492 26577 -0.0147549999999919 10688358.5356793 26577 5000 1.1891203e-10 10688359 Loop time of 0.0177588 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:50 2021 Pair time (%) = 0.00117207 (6.5999) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.1799) Outpt time (%) = 0.0164621 (92.698) Other time (%) = 9.27448e-05 (0.522246) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:50 2021 Memory usage per processor = 27.5496 Mbytes Step Atoms AVEKE stressZZ 26577 5000 1.1891203e-10 10688296 26578 -0.0147549999999919 10688162.9750075 26578 5000 1.1890375e-10 10688163 Loop time of 0.017338 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:50 2021 Pair time (%) = 0.00129795 (7.48615) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.196642) Outpt time (%) = 0.0159061 (91.741) Other time (%) = 9.98974e-05 (0.576175) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:50 2021 Memory usage per processor = 27.5496 Mbytes Step Atoms AVEKE stressZZ 26578 5000 1.1890375e-10 10688101 26579 -0.0147549999999919 10687967.4245605 26579 5000 1.1889546e-10 10687967 Loop time of 0.0182769 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:50 2021 Pair time (%) = 0.00163317 (8.93568) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.208717) Outpt time (%) = 0.0164449 (89.9764) Other time (%) = 0.000160694 (0.879218) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:50 2021 Memory usage per processor = 27.5496 Mbytes Step Atoms AVEKE stressZZ 26579 5000 1.1889546e-10 10687905 26580 -0.0147549999999919 10687771.8843396 26580 5000 1.1888718e-10 10687772 Loop time of 0.020617 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:50 2021 Pair time (%) = 0.00117803 (5.71386) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.156116) Outpt time (%) = 0.0193141 (93.6802) Other time (%) = 9.27448e-05 (0.449846) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:50 2021 Memory usage per processor = 27.5496 Mbytes Step Atoms AVEKE stressZZ 26580 5000 1.1888718e-10 10687710 26581 -0.0147549999999919 10687576.3543445 26581 5000 1.188789e-10 10687576 Loop time of 0.018101 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:50 2021 Pair time (%) = 0.00124192 (6.86108) Neigh time (%) = 0 (0) Comm time (%) = 4.81606e-05 (0.266066) Outpt time (%) = 0.0166609 (92.0444) Other time (%) = 0.000149965 (0.828493) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:50 2021 Memory usage per processor = 27.5496 Mbytes Step Atoms AVEKE stressZZ 26581 5000 1.188789e-10 10687514 26582 -0.0147549999999919 10687380.8345746 26582 5000 1.1887061e-10 10687381 Loop time of 0.017312 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:50 2021 Pair time (%) = 0.00118017 (6.81706) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190051) Outpt time (%) = 0.015974 (92.2712) Other time (%) = 0.000124931 (0.721644) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:50 2021 Memory usage per processor = 27.5496 Mbytes Step Atoms AVEKE stressZZ 26582 5000 1.1887061e-10 10687319 26583 -0.0147549999999919 10687185.3250295 26583 5000 1.1886233e-10 10687185 Loop time of 0.0176709 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:50 2021 Pair time (%) = 0.00140095 (7.92801) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.210478) Outpt time (%) = 0.0161068 (91.1491) Other time (%) = 0.000125885 (0.712387) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:50 2021 Memory usage per processor = 27.5496 Mbytes Step Atoms AVEKE stressZZ 26583 5000 1.1886233e-10 10687123 26584 -0.0147549999999919 10686989.8257091 26584 5000 1.1885405e-10 10686990 Loop time of 0.0181851 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:50 2021 Pair time (%) = 0.0012331 (6.78082) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.186171) Outpt time (%) = 0.0168178 (92.4811) Other time (%) = 0.000100374 (0.551957) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:50 2021 Memory usage per processor = 27.5496 Mbytes Step Atoms AVEKE stressZZ 26584 5000 1.1885405e-10 10686928 26585 -0.0147549999999919 10686794.3366137 26585 5000 1.1884577e-10 10686794 Loop time of 0.017983 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:50 2021 Pair time (%) = 0.00117493 (6.53356) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.177658) Outpt time (%) = 0.0166879 (92.7982) Other time (%) = 8.82149e-05 (0.490547) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:50 2021 Memory usage per processor = 27.5496 Mbytes Step Atoms AVEKE stressZZ 26585 5000 1.1884577e-10 10686732 26586 -0.0147549999999919 10686598.8577438 26586 5000 1.188375e-10 10686599 Loop time of 0.0172961 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:50 2021 Pair time (%) = 0.00117278 (6.78062) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184713) Outpt time (%) = 0.0159941 (92.4723) Other time (%) = 9.72748e-05 (0.56241) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:50 2021 Memory usage per processor = 27.5496 Mbytes Step Atoms AVEKE stressZZ 26586 5000 1.188375e-10 10686537 26587 -0.0147549999999919 10686403.3891004 26587 5000 1.1882922e-10 10686403 Loop time of 0.017642 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:50 2021 Pair time (%) = 0.0013411 (7.60176) Neigh time (%) = 0 (0) Comm time (%) = 5.91278e-05 (0.335153) Outpt time (%) = 0.016103 (91.2766) Other time (%) = 0.00013876 (0.786529) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:50 2021 Memory usage per processor = 27.5496 Mbytes Step Atoms AVEKE stressZZ 26587 5000 1.1882922e-10 10686341 26588 -0.0147549999999919 10686207.9306865 26588 5000 1.1882094e-10 10686208 Loop time of 0.0179899 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:50 2021 Pair time (%) = 0.00128317 (7.13273) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.177589) Outpt time (%) = 0.016571 (92.1132) Other time (%) = 0.000103712 (0.576503) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:50 2021 Memory usage per processor = 27.5496 Mbytes Step Atoms AVEKE stressZZ 26588 5000 1.1882094e-10 10686146 26589 -0.0147549999999919 10686012.4825077 26589 5000 1.1881267e-10 10686012 Loop time of 0.0180819 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:50 2021 Pair time (%) = 0.00117421 (6.49385) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.176685) Outpt time (%) = 0.016783 (92.8166) Other time (%) = 9.27448e-05 (0.512915) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:50 2021 Memory usage per processor = 27.5496 Mbytes Step Atoms AVEKE stressZZ 26589 5000 1.1881267e-10 10685950 26590 -0.0147549999999919 10685817.0445769 26590 5000 1.1880439e-10 10685817 Loop time of 0.0201399 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:50 2021 Pair time (%) = 0.00117493 (5.83382) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.158631) Outpt time (%) = 0.0188379 (93.5352) Other time (%) = 9.5129e-05 (0.47234) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:50 2021 Memory usage per processor = 27.5496 Mbytes Step Atoms AVEKE stressZZ 26590 5000 1.1880439e-10 10685755 26591 -0.0147549999999919 10685621.6168707 26591 5000 1.1879612e-10 10685622 Loop time of 0.017848 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:50 2021 Pair time (%) = 0.00128984 (7.22682) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.195031) Outpt time (%) = 0.0164149 (91.9703) Other time (%) = 0.00010848 (0.607801) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:50 2021 Memory usage per processor = 27.5496 Mbytes Step Atoms AVEKE stressZZ 26591 5000 1.1879612e-10 10685559 26592 -0.0147549999999919 10685426.1994056 26592 5000 1.1878785e-10 10685426 Loop time of 0.018255 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:50 2021 Pair time (%) = 0.00137806 (7.54894) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.202437) Outpt time (%) = 0.0167122 (91.5486) Other time (%) = 0.000127792 (0.70004) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:50 2021 Memory usage per processor = 27.5496 Mbytes Step Atoms AVEKE stressZZ 26592 5000 1.1878785e-10 10685364 26593 -0.0147549999999919 10685230.7921582 26593 5000 1.1877958e-10 10685231 Loop time of 0.0181201 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:50 2021 Pair time (%) = 0.00123215 (6.79991) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.188155) Outpt time (%) = 0.0167558 (92.4712) Other time (%) = 9.799e-05 (0.540782) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:50 2021 Memory usage per processor = 27.5496 Mbytes Step Atoms AVEKE stressZZ 26593 5000 1.1877958e-10 10685169 26594 -0.0147549999999919 10685035.3951049 26594 5000 1.1877131e-10 10685035 Loop time of 0.0180991 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:50 2021 Pair time (%) = 0.00123191 (6.80648) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.187056) Outpt time (%) = 0.0167339 (92.4572) Other time (%) = 9.94205e-05 (0.549313) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:50 2021 Memory usage per processor = 27.5496 Mbytes Step Atoms AVEKE stressZZ 26594 5000 1.1877131e-10 10684973 26595 -0.0147549999999919 10684840.0082443 26595 5000 1.1876304e-10 10684840 Loop time of 0.017832 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:50 2021 Pair time (%) = 0.00124693 (6.99263) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.196542) Outpt time (%) = 0.016443 (92.2105) Other time (%) = 0.00010705 (0.600324) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:50 2021 Memory usage per processor = 27.5496 Mbytes Step Atoms AVEKE stressZZ 26595 5000 1.1876304e-10 10684778 26596 -0.0147549999999919 10684644.6315755 26596 5000 1.1875477e-10 10684645 Loop time of 0.0182791 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:50 2021 Pair time (%) = 0.00150704 (8.24464) Neigh time (%) = 0 (0) Comm time (%) = 4.3869e-05 (0.239996) Outpt time (%) = 0.016577 (90.6884) Other time (%) = 0.000151157 (0.826942) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:50 2021 Memory usage per processor = 27.5496 Mbytes Step Atoms AVEKE stressZZ 26596 5000 1.1875477e-10 10684582 26597 -0.0147549999999919 10684449.2650971 26597 5000 1.187465e-10 10684449 Loop time of 0.018086 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:50 2021 Pair time (%) = 0.00127196 (7.03288) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.18851) Outpt time (%) = 0.0166781 (92.2157) Other time (%) = 0.000101805 (0.562894) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:50 2021 Memory usage per processor = 27.5496 Mbytes Step Atoms AVEKE stressZZ 26597 5000 1.187465e-10 10684387 26598 -0.0147549999999919 10684253.908862 26598 5000 1.1873824e-10 10684254 Loop time of 0.0182328 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:51 2021 Pair time (%) = 0.00132394 (7.26129) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.190915) Outpt time (%) = 0.0167689 (91.9711) Other time (%) = 0.000105143 (0.576667) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:51 2021 Memory usage per processor = 27.5496 Mbytes Step Atoms AVEKE stressZZ 26598 5000 1.1873824e-10 10684192 26599 -0.0147549999999919 10684058.5628785 26599 5000 1.1872997e-10 10684059 Loop time of 0.017796 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:51 2021 Pair time (%) = 0.0012269 (6.89424) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.184883) Outpt time (%) = 0.0164361 (92.3582) Other time (%) = 0.000100136 (0.562686) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:51 2021 Memory usage per processor = 27.5496 Mbytes Step Atoms AVEKE stressZZ 26599 5000 1.1872997e-10 10683996 26600 -0.0147549999999919 10683863.2271199 26600 5000 1.1872171e-10 10683863 Loop time of 0.0206192 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:51 2021 Pair time (%) = 0.00129199 (6.26597) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.174601) Outpt time (%) = 0.0191898 (93.068) Other time (%) = 0.000101328 (0.491426) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:51 2021 Memory usage per processor = 27.5496 Mbytes Step Atoms AVEKE stressZZ 26600 5000 1.1872171e-10 10683801 26601 -0.0147549999999919 10683667.9015772 26601 5000 1.1871344e-10 10683668 Loop time of 0.0183489 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:51 2021 Pair time (%) = 0.00144815 (7.89231) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.201401) Outpt time (%) = 0.016712 (91.0786) Other time (%) = 0.000151873 (0.827692) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:51 2021 Memory usage per processor = 27.5496 Mbytes Step Atoms AVEKE stressZZ 26601 5000 1.1871344e-10 10683606 26602 -0.0147549999999919 10683472.586245 26602 5000 1.1870518e-10 10683473 Loop time of 0.0181289 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:51 2021 Pair time (%) = 0.00122714 (6.76898) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.188064) Outpt time (%) = 0.0167689 (92.4985) Other time (%) = 9.87053e-05 (0.544465) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:51 2021 Memory usage per processor = 27.5496 Mbytes Step Atoms AVEKE stressZZ 26602 5000 1.1870518e-10 10683410 26603 -0.0147549999999919 10683277.2811001 26603 5000 1.1869692e-10 10683277 Loop time of 0.0180509 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:51 2021 Pair time (%) = 0.00123119 (6.82067) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.182272) Outpt time (%) = 0.01669 (92.4608) Other time (%) = 9.67979e-05 (0.53625) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:28:51 2021 Memory usage per processor = 27.5496 Mbytes Step Atoms AVEKE stressZZ 26603 5000 1.1869692e-10 10683215 26604 -0.0147549999999919 10683056.1015017 26604 5000 2.3393841e-10 10683409 Loop time of 0.017482 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:51 2021 Pair time (%) = 0.00124121 (7.0999) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.195022) Outpt time (%) = 0.0160811 (91.9864) Other time (%) = 0.000125647 (0.718718) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:51 2021 Memory usage per processor = 27.5496 Mbytes Step Atoms AVEKE stressZZ 26604 5000 2.3393841e-10 10757973 26605 -0.0147874999999919 10757798.0570536 26605 5000 1.8816967e-10 10757798 Loop time of 0.0179901 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:51 2021 Pair time (%) = 0.00147796 (8.21538) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.210719) Outpt time (%) = 0.0163372 (90.8119) Other time (%) = 0.000137091 (0.762034) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:51 2021 Memory usage per processor = 27.5496 Mbytes Step Atoms AVEKE stressZZ 26605 5000 1.8816967e-10 10757714 26606 -0.0147874999999919 10757553.5638292 26606 5000 1.616733e-10 10757554 Loop time of 0.0179899 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:51 2021 Pair time (%) = 0.00135899 (7.55417) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.194818) Outpt time (%) = 0.016489 (91.6573) Other time (%) = 0.000106812 (0.593731) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:51 2021 Memory usage per processor = 27.5496 Mbytes Step Atoms AVEKE stressZZ 26606 5000 1.616733e-10 10757477 26607 -0.0147874999999919 10757326.3397824 26607 5000 1.4587898e-10 10757326 Loop time of 0.0193839 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:51 2021 Pair time (%) = 0.00123096 (6.3504) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.170968) Outpt time (%) = 0.018023 (92.9793) Other time (%) = 9.67979e-05 (0.499373) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:51 2021 Memory usage per processor = 27.5496 Mbytes Step Atoms AVEKE stressZZ 26607 5000 1.4587898e-10 10757255 26608 -0.0147874999999919 10757110.0942354 26608 5000 1.3626159e-10 10757110 Loop time of 0.020299 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:51 2021 Pair time (%) = 0.0015049 (7.41367) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.162086) Outpt time (%) = 0.0186629 (91.9403) Other time (%) = 9.82285e-05 (0.483909) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:51 2021 Memory usage per processor = 27.5496 Mbytes Step Atoms AVEKE stressZZ 26608 5000 1.3626159e-10 10757042 26609 -0.0147874999999919 10756900.8294022 26609 5000 1.3031753e-10 10756901 Loop time of 0.018976 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:51 2021 Pair time (%) = 0.00155497 (8.19439) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.178412) Outpt time (%) = 0.0172932 (91.1322) Other time (%) = 9.39369e-05 (0.495031) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:51 2021 Memory usage per processor = 27.5496 Mbytes Step Atoms AVEKE stressZZ 26609 5000 1.3031753e-10 10756834 26610 -0.0147874999999919 10756696.0046564 26610 5000 1.2660602e-10 10756696 Loop time of 0.0211639 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:51 2021 Pair time (%) = 0.00123405 (5.83093) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.155461) Outpt time (%) = 0.019803 (93.5698) Other time (%) = 9.39369e-05 (0.443854) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:51 2021 Memory usage per processor = 27.5497 Mbytes Step Atoms AVEKE stressZZ 26610 5000 1.2660602e-10 10756631 26611 -0.0147874999999919 10756494.0054049 26611 5000 1.2427218e-10 10756494 Loop time of 0.017813 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:51 2021 Pair time (%) = 0.00124097 (6.96666) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.196753) Outpt time (%) = 0.016434 (92.2584) Other time (%) = 0.000102997 (0.578213) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:51 2021 Memory usage per processor = 27.5497 Mbytes Step Atoms AVEKE stressZZ 26611 5000 1.2427218e-10 10756430 26612 -0.0147874999999919 10756293.8055576 26612 5000 1.2279722e-10 10756294 Loop time of 0.017988 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:51 2021 Pair time (%) = 0.00140095 (7.78825) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.205442) Outpt time (%) = 0.0164239 (91.3052) Other time (%) = 0.000126123 (0.701154) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:51 2021 Memory usage per processor = 27.5497 Mbytes Step Atoms AVEKE stressZZ 26612 5000 1.2279722e-10 10756230 26613 -0.0147874999999919 10756094.753023 26613 5000 1.2186138e-10 10756095 Loop time of 0.018105 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:51 2021 Pair time (%) = 0.00128484 (7.09658) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.192262) Outpt time (%) = 0.0166769 (92.112) Other time (%) = 0.00010848 (0.599173) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:51 2021 Memory usage per processor = 27.5497 Mbytes Step Atoms AVEKE stressZZ 26613 5000 1.2186138e-10 10756031 26614 -0.0147874999999919 10755896.4333895 26614 5000 1.2126543e-10 10755896 Loop time of 0.018096 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:51 2021 Pair time (%) = 0.00123501 (6.82477) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.187088) Outpt time (%) = 0.016731 (92.4572) Other time (%) = 9.60827e-05 (0.530962) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:51 2021 Memory usage per processor = 27.5497 Mbytes Step Atoms AVEKE stressZZ 26614 5000 1.2126543e-10 10755833 26615 -0.0147874999999919 10755698.5833286 26615 5000 1.2088439e-10 10755699 Loop time of 0.0178859 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:51 2021 Pair time (%) = 0.0012331 (6.89425) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.190618) Outpt time (%) = 0.01652 (92.3633) Other time (%) = 9.87053e-05 (0.55186) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:51 2021 Memory usage per processor = 27.5497 Mbytes Step Atoms AVEKE stressZZ 26615 5000 1.2088439e-10 10755636 26616 -0.0147874999999919 10755501.0355286 26616 5000 1.2063948e-10 10755501 Loop time of 0.018342 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:51 2021 Pair time (%) = 0.00133801 (7.29475) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.196277) Outpt time (%) = 0.016861 (91.9253) Other time (%) = 0.00010705 (0.583632) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:51 2021 Memory usage per processor = 27.5497 Mbytes Step Atoms AVEKE stressZZ 26616 5000 1.2063948e-10 10755438 26617 -0.0147874999999919 10755303.6835814 26617 5000 1.204809e-10 10755304 Loop time of 0.018286 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:51 2021 Pair time (%) = 0.00128222 (7.01201) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.185144) Outpt time (%) = 0.0168638 (92.2226) Other time (%) = 0.000106096 (0.580205) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:51 2021 Memory usage per processor = 27.5497 Mbytes Step Atoms AVEKE stressZZ 26617 5000 1.204809e-10 10755241 26618 -0.0147874999999919 10755106.459877 26618 5000 1.2037712e-10 10755106 Loop time of 0.0181339 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:51 2021 Pair time (%) = 0.00122905 (6.77763) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.188012) Outpt time (%) = 0.0167749 (92.5058) Other time (%) = 9.58443e-05 (0.528537) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:51 2021 Memory usage per processor = 27.5497 Mbytes Step Atoms AVEKE stressZZ 26618 5000 1.2037712e-10 10755044 26619 -0.0147874999999919 10754909.3214491 26619 5000 1.2030812e-10 10754909 Loop time of 0.0181029 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:51 2021 Pair time (%) = 0.00127506 (7.04342) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.187017) Outpt time (%) = 0.0166881 (92.1848) Other time (%) = 0.000105858 (0.584757) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:51 2021 Memory usage per processor = 27.5497 Mbytes Step Atoms AVEKE stressZZ 26619 5000 1.2030812e-10 10754846 26620 -0.0147874999999919 10754712.2409922 26620 5000 1.2026123e-10 10754712 Loop time of 0.0206492 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:51 2021 Pair time (%) = 0.00127602 (6.1795) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.174347) Outpt time (%) = 0.0192289 (93.122) Other time (%) = 0.000108242 (0.524195) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:51 2021 Memory usage per processor = 27.5497 Mbytes Step Atoms AVEKE stressZZ 26620 5000 1.2026123e-10 10754649 26621 -0.0147874999999919 10754515.2011519 26621 5000 1.2022837e-10 10754515 Loop time of 0.0180731 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:51 2021 Pair time (%) = 0.00142312 (7.87425) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.199198) Outpt time (%) = 0.016485 (91.2129) Other time (%) = 0.000128984 (0.713683) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:51 2021 Memory usage per processor = 27.5497 Mbytes Step Atoms AVEKE stressZZ 26621 5000 1.2022837e-10 10754452 26622 -0.0147874999999919 10754318.1908988 26622 5000 1.2020444e-10 10754318 Loop time of 0.0182152 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:51 2021 Pair time (%) = 0.00131798 (7.2356) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.192408) Outpt time (%) = 0.0167551 (91.9843) Other time (%) = 0.00010705 (0.587696) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:51 2021 Memory usage per processor = 27.5497 Mbytes Step Atoms AVEKE stressZZ 26622 5000 1.2020444e-10 10754255 26623 -0.0147874999999919 10754121.2032226 26623 5000 1.2018617e-10 10754121 Loop time of 0.0181031 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:51 2021 Pair time (%) = 0.00122905 (6.78915) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.188331) Outpt time (%) = 0.0167429 (92.4865) Other time (%) = 9.70364e-05 (0.53602) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:51 2021 Memory usage per processor = 27.5497 Mbytes Step Atoms AVEKE stressZZ 26623 5000 1.2018617e-10 10754058 26624 -0.0147874999999919 10753924.2336701 26624 5000 1.201715e-10 10753924 Loop time of 0.017952 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:51 2021 Pair time (%) = 0.00123501 (6.87952) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.183277) Outpt time (%) = 0.0165861 (92.3914) Other time (%) = 9.799e-05 (0.545846) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:51 2021 Memory usage per processor = 27.5497 Mbytes Step Atoms AVEKE stressZZ 26624 5000 1.201715e-10 10753861 26625 -0.0147874999999919 10753727.2795059 26625 5000 1.2015912e-10 10753727 Loop time of 0.017899 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:51 2021 Pair time (%) = 0.00131893 (7.36873) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.201135) Outpt time (%) = 0.016434 (91.8147) Other time (%) = 0.000110149 (0.615393) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:51 2021 Memory usage per processor = 27.5497 Mbytes Step Atoms AVEKE stressZZ 26625 5000 1.2015912e-10 10753664 26626 -0.0147874999999919 10753530.3389028 26626 5000 1.201482e-10 10753530 Loop time of 0.0182409 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:51 2021 Pair time (%) = 0.00133204 (7.3025) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.185602) Outpt time (%) = 0.016757 (91.8649) Other time (%) = 0.000118017 (0.646991) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:51 2021 Memory usage per processor = 27.5497 Mbytes Step Atoms AVEKE stressZZ 26626 5000 1.201482e-10 10753468 26627 -0.0147874999999919 10753333.4106789 26627 5000 1.2013821e-10 10753333 Loop time of 0.0181251 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:51 2021 Pair time (%) = 0.00125599 (6.92957) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.19205) Outpt time (%) = 0.0167322 (92.3154) Other time (%) = 0.000102043 (0.562995) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:51 2021 Memory usage per processor = 27.5497 Mbytes Step Atoms AVEKE stressZZ 26627 5000 1.2013821e-10 10753271 26628 -0.0147874999999919 10753136.4940707 26628 5000 1.201288e-10 10753136 Loop time of 0.017997 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:51 2021 Pair time (%) = 0.00123191 (6.84507) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.182818) Outpt time (%) = 0.016634 (92.4263) Other time (%) = 9.82285e-05 (0.545804) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:51 2021 Memory usage per processor = 27.5497 Mbytes Step Atoms AVEKE stressZZ 26628 5000 1.201288e-10 10753074 26629 -0.0147874999999919 10752939.5886436 26629 5000 1.2011977e-10 10752940 Loop time of 0.0178339 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:51 2021 Pair time (%) = 0.001266 (7.09884) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.196521) Outpt time (%) = 0.0164249 (92.099) Other time (%) = 0.000108004 (0.605607) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:51 2021 Memory usage per processor = 27.5497 Mbytes Step Atoms AVEKE stressZZ 26629 5000 1.2011977e-10 10752877 26630 -0.0147874999999919 10752742.6940917 26630 5000 1.2011097e-10 10752743 Loop time of 0.0211041 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:51 2021 Pair time (%) = 0.00138998 (6.58631) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.16607) Outpt time (%) = 0.0195601 (92.6839) Other time (%) = 0.000118971 (0.563734) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:51 2021 Memory usage per processor = 27.5498 Mbytes Step Atoms AVEKE stressZZ 26630 5000 1.2011097e-10 10752680 26631 -0.0147874999999919 10752545.8101998 26631 5000 1.2010233e-10 10752546 Loop time of 0.0182312 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:51 2021 Pair time (%) = 0.00133896 (7.34434) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.197471) Outpt time (%) = 0.0167491 (91.871) Other time (%) = 0.00010705 (0.587181) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:51 2021 Memory usage per processor = 27.5498 Mbytes Step Atoms AVEKE stressZZ 26631 5000 1.2010233e-10 10752483 26632 -0.0147874999999919 10752348.9368718 26632 5000 1.2009378e-10 10752349 Loop time of 0.0180991 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:51 2021 Pair time (%) = 0.0012331 (6.81306) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.188374) Outpt time (%) = 0.016737 (92.4743) Other time (%) = 9.48906e-05 (0.524284) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:51 2021 Memory usage per processor = 27.5498 Mbytes Step Atoms AVEKE stressZZ 26632 5000 1.2009378e-10 10752286 26633 -0.0147874999999919 10752152.0740292 26633 5000 1.2008529e-10 10752152 Loop time of 0.017801 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:51 2021 Pair time (%) = 0.00122786 (6.89766) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.184831) Outpt time (%) = 0.016443 (92.3711) Other time (%) = 9.72748e-05 (0.546455) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:51 2021 Memory usage per processor = 27.5498 Mbytes Step Atoms AVEKE stressZZ 26633 5000 1.2008529e-10 10752089 26634 -0.0147874999999919 10751955.2216217 26634 5000 1.2007685e-10 10751955 Loop time of 0.0180531 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:51 2021 Pair time (%) = 0.00141382 (7.83148) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.209984) Outpt time (%) = 0.0164781 (91.2758) Other time (%) = 0.000123262 (0.682779) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:51 2021 Memory usage per processor = 27.5498 Mbytes Step Atoms AVEKE stressZZ 26634 5000 1.2007685e-10 10751892 26635 -0.0147874999999919 10751758.3796159 26635 5000 1.2006843e-10 10751758 Loop time of 0.0182118 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:51 2021 Pair time (%) = 0.00131392 (7.21467) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.19768) Outpt time (%) = 0.0167489 (91.9671) Other time (%) = 0.00011301 (0.620533) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:51 2021 Memory usage per processor = 27.5498 Mbytes Step Atoms AVEKE stressZZ 26635 5000 1.2006843e-10 10751696 26636 -0.0147874999999919 10751561.5479907 26636 5000 1.2006002e-10 10751562 Loop time of 0.0180471 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:51 2021 Pair time (%) = 0.00123405 (6.83797) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.188916) Outpt time (%) = 0.01668 (92.4249) Other time (%) = 9.89437e-05 (0.548253) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:51 2021 Memory usage per processor = 27.5498 Mbytes Step Atoms AVEKE stressZZ 26636 5000 1.2006002e-10 10751499 26637 -0.0147874999999919 10751364.7267309 26637 5000 1.2005163e-10 10751365 Loop time of 0.017935 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:51 2021 Pair time (%) = 0.00123405 (6.88069) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.190096) Outpt time (%) = 0.0165701 (92.3895) Other time (%) = 9.67979e-05 (0.539714) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:51 2021 Memory usage per processor = 27.5498 Mbytes Step Atoms AVEKE stressZZ 26637 5000 1.2005163e-10 10751302 26638 -0.0147874999999919 10751167.9158271 26638 5000 1.2004325e-10 10751168 Loop time of 0.0179179 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:51 2021 Pair time (%) = 0.00130916 (7.30643) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.200923) Outpt time (%) = 0.0164659 (91.8965) Other time (%) = 0.000106812 (0.596117) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:51 2021 Memory usage per processor = 27.5498 Mbytes Step Atoms AVEKE stressZZ 26638 5000 1.2004325e-10 10751105 26639 -0.0147874999999919 10750971.1152719 26639 5000 1.2003486e-10 10750971 Loop time of 0.018224 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:52 2021 Pair time (%) = 0.00139499 (7.65467) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.197548) Outpt time (%) = 0.0166571 (91.4021) Other time (%) = 0.000135899 (0.745712) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:52 2021 Memory usage per processor = 27.5498 Mbytes Step Atoms AVEKE stressZZ 26639 5000 1.2003486e-10 10750908 26640 -0.0147874999999919 10750774.3250631 26640 5000 1.2002649e-10 10750774 Loop time of 0.020838 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:52 2021 Pair time (%) = 0.00126815 (6.08574) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.16819) Outpt time (%) = 0.0194311 (93.2484) Other time (%) = 0.000103712 (0.497706) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:52 2021 Memory usage per processor = 27.5498 Mbytes Step Atoms AVEKE stressZZ 26640 5000 1.2002649e-10 10750712 26641 -0.0147874999999919 10750577.5452465 26641 5000 1.2001811e-10 10750578 Loop time of 0.020997 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:52 2021 Pair time (%) = 0.00124002 (5.90566) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.162375) Outpt time (%) = 0.0196252 (93.4664) Other time (%) = 9.77516e-05 (0.465549) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:52 2021 Memory usage per processor = 27.5498 Mbytes Step Atoms AVEKE stressZZ 26641 5000 1.2001811e-10 10750515 26642 -0.0147874999999919 10750380.7758224 26642 5000 1.2000974e-10 10750381 Loop time of 0.0180721 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:52 2021 Pair time (%) = 0.00129509 (7.16623) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.193931) Outpt time (%) = 0.0166399 (92.0752) Other time (%) = 0.000102043 (0.564644) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:52 2021 Memory usage per processor = 27.5498 Mbytes Step Atoms AVEKE stressZZ 26642 5000 1.2000974e-10 10750318 26643 -0.0147874999999919 10750184.0167639 26643 5000 1.2000137e-10 10750184 Loop time of 0.017858 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:52 2021 Pair time (%) = 0.00128913 (7.21877) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.196256) Outpt time (%) = 0.0164261 (91.9815) Other time (%) = 0.000107765 (0.603455) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:52 2021 Memory usage per processor = 27.5498 Mbytes Step Atoms AVEKE stressZZ 26643 5000 1.2000137e-10 10750121 26644 -0.0147874999999919 10749987.2680616 26644 5000 1.19993e-10 10749987 Loop time of 0.018322 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:52 2021 Pair time (%) = 0.00145221 (7.92604) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.206902) Outpt time (%) = 0.0167019 (91.1579) Other time (%) = 0.000129938 (0.709192) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:52 2021 Memory usage per processor = 27.5498 Mbytes Step Atoms AVEKE stressZZ 26644 5000 1.19993e-10 10749924 26645 -0.0147874999999919 10749790.5297096 26645 5000 1.1998463e-10 10749791 Loop time of 0.0180671 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:52 2021 Pair time (%) = 0.00123596 (6.84095) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.182108) Outpt time (%) = 0.0166991 (92.428) Other time (%) = 9.91821e-05 (0.548965) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:52 2021 Memory usage per processor = 27.5498 Mbytes Step Atoms AVEKE stressZZ 26645 5000 1.1998463e-10 10749728 26646 -0.0147874999999919 10749593.8017038 26646 5000 1.1997627e-10 10749594 Loop time of 0.0180569 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:52 2021 Pair time (%) = 0.00123715 (6.85143) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.188814) Outpt time (%) = 0.0166891 (92.425) Other time (%) = 9.65595e-05 (0.534752) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:52 2021 Memory usage per processor = 27.5498 Mbytes Step Atoms AVEKE stressZZ 26646 5000 1.1997627e-10 10749531 26647 -0.0147874999999919 10749397.0840413 26647 5000 1.199679e-10 10749397 Loop time of 0.0178611 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:52 2021 Pair time (%) = 0.00128818 (7.21217) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.196222) Outpt time (%) = 0.0164309 (91.9923) Other time (%) = 0.00010705 (0.599346) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:52 2021 Memory usage per processor = 27.5498 Mbytes Step Atoms AVEKE stressZZ 26647 5000 1.199679e-10 10749334 26648 -0.0147874999999919 10749200.376728 26648 5000 1.1995954e-10 10749200 Loop time of 0.0198669 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:52 2021 Pair time (%) = 0.001441 (7.25326) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.186012) Outpt time (%) = 0.01826 (91.9115) Other time (%) = 0.000128984 (0.649242) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:52 2021 Memory usage per processor = 27.5498 Mbytes Step Atoms AVEKE stressZZ 26648 5000 1.1995954e-10 10749138 26649 -0.0147874999999919 10749003.6797528 26649 5000 1.1995117e-10 10749004 Loop time of 0.0212162 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:52 2021 Pair time (%) = 0.00123096 (5.80197) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.160698) Outpt time (%) = 0.0198541 (93.58) Other time (%) = 9.70364e-05 (0.45737) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:52 2021 Memory usage per processor = 27.5498 Mbytes Step Atoms AVEKE stressZZ 26649 5000 1.1995117e-10 10748941 26650 -0.0147874999999919 10748806.9931133 26650 5000 1.1994281e-10 10748807 Loop time of 0.0215139 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:52 2021 Pair time (%) = 0.00123501 (5.7405) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.157365) Outpt time (%) = 0.020149 (93.6555) Other time (%) = 9.60827e-05 (0.446607) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:52 2021 Memory usage per processor = 27.5498 Mbytes Step Atoms AVEKE stressZZ 26650 5000 1.1994281e-10 10748744 26651 -0.0147874999999919 10748610.3168071 26651 5000 1.1993445e-10 10748610 Loop time of 0.0182819 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:52 2021 Pair time (%) = 0.00150108 (8.21075) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.181273) Outpt time (%) = 0.016654 (91.0955) Other time (%) = 9.36985e-05 (0.51252) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:52 2021 Memory usage per processor = 27.5498 Mbytes Step Atoms AVEKE stressZZ 26651 5000 1.1993445e-10 10748548 26652 -0.0147874999999919 10748413.6508319 26652 5000 1.1992609e-10 10748414 Loop time of 0.0180578 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:52 2021 Pair time (%) = 0.00124502 (6.89464) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.183523) Outpt time (%) = 0.0166678 (92.3026) Other time (%) = 0.000111818 (0.619224) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:52 2021 Memory usage per processor = 27.5498 Mbytes Step Atoms AVEKE stressZZ 26652 5000 1.1992609e-10 10748351 26653 -0.0147874999999919 10748216.9951853 26653 5000 1.1991773e-10 10748217 Loop time of 0.0179131 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:52 2021 Pair time (%) = 0.00128102 (7.15132) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.200977) Outpt time (%) = 0.016489 (92.0501) Other time (%) = 0.00010705 (0.597607) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:52 2021 Memory usage per processor = 27.5498 Mbytes Step Atoms AVEKE stressZZ 26653 5000 1.1991773e-10 10748154 26654 -0.0147874999999919 10748020.3498661 26654 5000 1.1990937e-10 10748020 Loop time of 0.0184281 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:52 2021 Pair time (%) = 0.00141191 (7.66175) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.201829) Outpt time (%) = 0.016844 (91.4041) Other time (%) = 0.000134945 (0.732278) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:52 2021 Memory usage per processor = 27.5498 Mbytes Step Atoms AVEKE stressZZ 26654 5000 1.1990937e-10 10747958 26655 -0.0147874999999919 10747823.714872 26655 5000 1.1990101e-10 10747824 Loop time of 0.0180869 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:52 2021 Pair time (%) = 0.00123978 (6.85455) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.187182) Outpt time (%) = 0.0167141 (92.4099) Other time (%) = 9.91821e-05 (0.548364) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:52 2021 Memory usage per processor = 27.5498 Mbytes Step Atoms AVEKE stressZZ 26655 5000 1.1990101e-10 10747761 26656 -0.0147874999999919 10747627.0902012 26656 5000 1.1989265e-10 10747627 Loop time of 0.0180869 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:52 2021 Pair time (%) = 0.00123715 (6.84005) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.183227) Outpt time (%) = 0.0167191 (92.4376) Other time (%) = 9.75132e-05 (0.539137) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:52 2021 Memory usage per processor = 27.5498 Mbytes Step Atoms AVEKE stressZZ 26656 5000 1.1989265e-10 10747564 26657 -0.0147874999999919 10747430.475852 26657 5000 1.198843e-10 10747430 Loop time of 0.018095 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:52 2021 Pair time (%) = 0.00124478 (6.87915) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.187098) Outpt time (%) = 0.0167141 (92.3685) Other time (%) = 0.000102282 (0.565247) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:52 2021 Memory usage per processor = 27.5498 Mbytes Step Atoms AVEKE stressZZ 26657 5000 1.198843e-10 10747368 26658 -0.0147874999999919 10747233.8718228 26658 5000 1.1987594e-10 10747234 Loop time of 0.0182631 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:52 2021 Pair time (%) = 0.00144506 (7.91243) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.207569) Outpt time (%) = 0.016645 (91.1398) Other time (%) = 0.000135183 (0.740199) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:52 2021 Memory usage per processor = 27.5498 Mbytes Step Atoms AVEKE stressZZ 26658 5000 1.1987594e-10 10747171 26659 -0.0147874999999919 10747037.278112 26659 5000 1.1986759e-10 10747037 Loop time of 0.0182099 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:52 2021 Pair time (%) = 0.00133705 (7.34243) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.197701) Outpt time (%) = 0.0167251 (91.8458) Other time (%) = 0.000111818 (0.614051) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:52 2021 Memory usage per processor = 27.5498 Mbytes Step Atoms AVEKE stressZZ 26659 5000 1.1986759e-10 10746975 26660 -0.0147874999999919 10746840.6947182 26660 5000 1.1985923e-10 10746841 Loop time of 0.020787 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:52 2021 Pair time (%) = 0.00122881 (5.91143) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.162868) Outpt time (%) = 0.019428 (93.4623) Other time (%) = 9.63211e-05 (0.463372) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:52 2021 Memory usage per processor = 27.5498 Mbytes Step Atoms AVEKE stressZZ 26660 5000 1.1985923e-10 10746778 26661 -0.0147874999999919 10746644.1216397 26661 5000 1.1985088e-10 10746644 Loop time of 0.017833 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:52 2021 Pair time (%) = 0.00123405 (6.92006) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.196532) Outpt time (%) = 0.0164649 (92.3286) Other time (%) = 9.89437e-05 (0.554835) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:52 2021 Memory usage per processor = 27.5498 Mbytes Step Atoms AVEKE stressZZ 26661 5000 1.1985088e-10 10746581 26662 -0.0147874999999919 10746447.5588756 26662 5000 1.1984253e-10 10746448 Loop time of 0.018002 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:52 2021 Pair time (%) = 0.00140595 (7.80998) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.205282) Outpt time (%) = 0.0164361 (91.3014) Other time (%) = 0.000123024 (0.683389) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:52 2021 Memory usage per processor = 27.5498 Mbytes Step Atoms AVEKE stressZZ 26662 5000 1.1984253e-10 10746385 26663 -0.0147874999999919 10746251.006424 26663 5000 1.1983418e-10 10746251 Loop time of 0.0181849 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:52 2021 Pair time (%) = 0.00133085 (7.31845) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.192729) Outpt time (%) = 0.0167 (91.8346) Other time (%) = 0.000118971 (0.654229) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:52 2021 Memory usage per processor = 27.5498 Mbytes Step Atoms AVEKE stressZZ 26663 5000 1.1983418e-10 10746188 26664 -0.0147874999999919 10746054.464284 26664 5000 1.1982583e-10 10746054 Loop time of 0.018147 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:52 2021 Pair time (%) = 0.00127482 (7.02499) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.191818) Outpt time (%) = 0.0167329 (92.2077) Other time (%) = 0.000104427 (0.575453) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:52 2021 Memory usage per processor = 27.5498 Mbytes Step Atoms AVEKE stressZZ 26664 5000 1.1982583e-10 10745992 26665 -0.0147874999999919 10745857.9324545 26665 5000 1.1981748e-10 10745858 Loop time of 0.0179219 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:52 2021 Pair time (%) = 0.00123 (6.86311) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.188905) Outpt time (%) = 0.0165589 (92.3946) Other time (%) = 9.91821e-05 (0.553412) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:52 2021 Memory usage per processor = 27.5498 Mbytes Step Atoms AVEKE stressZZ 26665 5000 1.1981748e-10 10745795 26666 -0.0147874999999919 10745661.4109342 26666 5000 1.1980914e-10 10745661 Loop time of 0.0179 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:52 2021 Pair time (%) = 0.001266 (7.07264) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.194464) Outpt time (%) = 0.01649 (92.1229) Other time (%) = 0.000109196 (0.610032) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:52 2021 Memory usage per processor = 27.5498 Mbytes Step Atoms AVEKE stressZZ 26666 5000 1.1980914e-10 10745599 26667 -0.0147874999999919 10745464.8997224 26667 5000 1.1980079e-10 10745465 Loop time of 0.01825 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:52 2021 Pair time (%) = 0.00138497 (7.5889) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.202493) Outpt time (%) = 0.0166962 (91.4862) Other time (%) = 0.000131845 (0.722441) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:52 2021 Memory usage per processor = 27.5498 Mbytes Step Atoms AVEKE stressZZ 26667 5000 1.1980079e-10 10745402 26668 -0.0147874999999919 10745268.3988181 26668 5000 1.1979244e-10 10745268 Loop time of 0.0182621 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:52 2021 Pair time (%) = 0.00122595 (6.71306) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.180164) Outpt time (%) = 0.0169048 (92.5676) Other time (%) = 9.84669e-05 (0.539186) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:52 2021 Memory usage per processor = 27.5498 Mbytes Step Atoms AVEKE stressZZ 26668 5000 1.1979244e-10 10745206 26669 -0.0147874999999919 10745071.9082213 26669 5000 1.197841e-10 10745072 Loop time of 0.0181069 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:52 2021 Pair time (%) = 0.00124311 (6.8654) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.186975) Outpt time (%) = 0.016731 (92.4012) Other time (%) = 9.89437e-05 (0.546441) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:52 2021 Memory usage per processor = 27.5498 Mbytes Step Atoms AVEKE stressZZ 26669 5000 1.197841e-10 10745009 26670 -0.0147874999999919 10744875.4279317 26670 5000 1.1977576e-10 10744875 Loop time of 0.0206611 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:52 2021 Pair time (%) = 0.00123501 (5.97745) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.16963) Outpt time (%) = 0.019285 (93.3394) Other time (%) = 0.000106096 (0.513507) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:52 2021 Memory usage per processor = 27.5498 Mbytes Step Atoms AVEKE stressZZ 26670 5000 1.1977576e-10 10744813 26671 -0.0147874999999919 10744678.95795 26671 5000 1.1976741e-10 10744679 Loop time of 0.017931 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:52 2021 Pair time (%) = 0.00135303 (7.54574) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.218062) Outpt time (%) = 0.016428 (91.6179) Other time (%) = 0.000110865 (0.618285) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:52 2021 Memory usage per processor = 27.5498 Mbytes Step Atoms AVEKE stressZZ 26671 5000 1.1976741e-10 10744616 26672 -0.0147874999999919 10744482.4982793 26672 5000 1.1975907e-10 10744482 Loop time of 0.0182009 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:52 2021 Pair time (%) = 0.00132084 (7.25701) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.19125) Outpt time (%) = 0.0167389 (91.9675) Other time (%) = 0.000106335 (0.584228) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:52 2021 Memory usage per processor = 27.5498 Mbytes Step Atoms AVEKE stressZZ 26672 5000 1.1975907e-10 10744420 26673 -0.0147874999999919 10744286.0489333 26673 5000 1.1975073e-10 10744286 Loop time of 0.01807 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:52 2021 Pair time (%) = 0.00123 (6.80688) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.187357) Outpt time (%) = 0.0167091 (92.4688) Other time (%) = 9.70364e-05 (0.537003) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:52 2021 Memory usage per processor = 27.5498 Mbytes Step Atoms AVEKE stressZZ 26673 5000 1.1975073e-10 10744223 26674 -0.0147874999999919 10744089.6098922 26674 5000 1.1974239e-10 10744090 Loop time of 0.0179338 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:52 2021 Pair time (%) = 0.00122809 (6.84791) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.190109) Outpt time (%) = 0.0165761 (92.4289) Other time (%) = 9.56059e-05 (0.533103) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:52 2021 Memory usage per processor = 27.5498 Mbytes Step Atoms AVEKE stressZZ 26674 5000 1.1974239e-10 10744027 26675 -0.0147874999999919 10743893.1811469 26675 5000 1.1973405e-10 10743893 Loop time of 0.0179448 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:52 2021 Pair time (%) = 0.00135708 (7.56251) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.200622) Outpt time (%) = 0.0164449 (91.6416) Other time (%) = 0.000106812 (0.595222) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:52 2021 Memory usage per processor = 27.5498 Mbytes Step Atoms AVEKE stressZZ 26675 5000 1.1973405e-10 10743830 26676 -0.0147874999999919 10743696.7626933 26676 5000 1.1972572e-10 10743697 Loop time of 0.0182071 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:52 2021 Pair time (%) = 0.00133324 (7.32263) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.192494) Outpt time (%) = 0.0167251 (91.8603) Other time (%) = 0.000113726 (0.624624) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:52 2021 Memory usage per processor = 27.5498 Mbytes Step Atoms AVEKE stressZZ 26676 5000 1.1972572e-10 10743634 26677 -0.0147874999999919 10743500.3545245 26677 5000 1.1971738e-10 10743500 Loop time of 0.0181808 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:52 2021 Pair time (%) = 0.00123 (6.76537) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.187526) Outpt time (%) = 0.01682 (92.5147) Other time (%) = 9.67979e-05 (0.532417) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:52 2021 Memory usage per processor = 27.5498 Mbytes Step Atoms AVEKE stressZZ 26677 5000 1.1971738e-10 10743438 26678 -0.0147874999999919 10743303.9566395 26678 5000 1.1970905e-10 10743304 Loop time of 0.0180459 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:52 2021 Pair time (%) = 0.00123 (6.81596) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.182323) Outpt time (%) = 0.016685 (92.4587) Other time (%) = 9.799e-05 (0.543004) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:52 2021 Memory usage per processor = 27.5498 Mbytes Step Atoms AVEKE stressZZ 26678 5000 1.1970905e-10 10743241 26679 -0.0147874999999919 10743107.5690365 26679 5000 1.1970071e-10 10743108 Loop time of 0.0178821 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:53 2021 Pair time (%) = 0.00127006 (7.10238) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.201325) Outpt time (%) = 0.0164711 (92.1096) Other time (%) = 0.000104904 (0.586643) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:53 2021 Memory usage per processor = 27.5498 Mbytes Step Atoms AVEKE stressZZ 26679 5000 1.1970071e-10 10743045 26680 -0.0147874999999919 10742911.1917142 26680 5000 1.1969238e-10 10742911 Loop time of 0.021152 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:53 2021 Pair time (%) = 0.00148606 (7.02563) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.180347) Outpt time (%) = 0.019484 (92.1143) Other time (%) = 0.000143766 (0.679682) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:53 2021 Memory usage per processor = 27.5498 Mbytes Step Atoms AVEKE stressZZ 26680 5000 1.1969238e-10 10742848 26681 -0.0147874999999919 10742714.8246716 26681 5000 1.1968404e-10 10742715 Loop time of 0.0182409 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:53 2021 Pair time (%) = 0.00131702 (7.22016) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.197365) Outpt time (%) = 0.0167801 (91.9917) Other time (%) = 0.000107765 (0.590788) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:53 2021 Memory usage per processor = 27.5498 Mbytes Step Atoms AVEKE stressZZ 26681 5000 1.1968404e-10 10742652 26682 -0.0147874999999919 10742518.4679069 26682 5000 1.1967571e-10 10742518 Loop time of 0.0181351 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:53 2021 Pair time (%) = 0.00123286 (6.79822) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.188) Outpt time (%) = 0.0167701 (92.4734) Other time (%) = 9.799e-05 (0.540334) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:53 2021 Memory usage per processor = 27.5498 Mbytes Step Atoms AVEKE stressZZ 26682 5000 1.1967571e-10 10742456 26683 -0.0147874999999919 10742322.1214191 26683 5000 1.1966738e-10 10742322 Loop time of 0.0179038 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:53 2021 Pair time (%) = 0.00122809 (6.8594) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.185101) Outpt time (%) = 0.0165429 (92.3989) Other time (%) = 9.9659e-05 (0.556636) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:53 2021 Memory usage per processor = 27.5498 Mbytes Step Atoms AVEKE stressZZ 26683 5000 1.1966738e-10 10742259 26684 -0.0147874999999919 10742125.785207 26684 5000 1.1965905e-10 10742126 Loop time of 0.018039 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:53 2021 Pair time (%) = 0.00139499 (7.73318) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.210148) Outpt time (%) = 0.0164921 (91.4249) Other time (%) = 0.000113964 (0.631765) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:53 2021 Memory usage per processor = 27.5498 Mbytes Step Atoms AVEKE stressZZ 26684 5000 1.1965905e-10 10742063 26685 -0.0147874999999919 10741929.4593126 26685 5000 1.1965072e-10 10741929 Loop time of 0.0182142 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:53 2021 Pair time (%) = 0.00132203 (7.25823) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.191109) Outpt time (%) = 0.0167401 (91.9066) Other time (%) = 0.000117302 (0.644013) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:53 2021 Memory usage per processor = 27.5498 Mbytes Step Atoms AVEKE stressZZ 26685 5000 1.1965072e-10 10741867 26686 -0.0147874999999919 10741733.143789 26686 5000 1.196424e-10 10741733 Loop time of 0.018065 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:53 2021 Pair time (%) = 0.00123405 (6.8312) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.187409) Outpt time (%) = 0.0167019 (92.4548) Other time (%) = 9.5129e-05 (0.526594) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:53 2021 Memory usage per processor = 27.5498 Mbytes Step Atoms AVEKE stressZZ 26686 5000 1.196424e-10 10741670 26687 -0.0147874999999919 10741536.8385917 26687 5000 1.1963407e-10 10741537 Loop time of 0.0179899 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:53 2021 Pair time (%) = 0.00123096 (6.84249) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.184216) Outpt time (%) = 0.016628 (92.4299) Other time (%) = 9.77516e-05 (0.54337) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:53 2021 Memory usage per processor = 27.5498 Mbytes Step Atoms AVEKE stressZZ 26687 5000 1.1963407e-10 10741474 26688 -0.0147874999999919 10741340.5437069 26688 5000 1.1962574e-10 10741341 Loop time of 0.0178778 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:53 2021 Pair time (%) = 0.00127196 (7.11476) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.201374) Outpt time (%) = 0.0164609 (92.0744) Other time (%) = 0.000108957 (0.609455) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:53 2021 Memory usage per processor = 27.5498 Mbytes Step Atoms AVEKE stressZZ 26688 5000 1.1962574e-10 10741278 26689 -0.0147874999999919 10741144.2591271 26689 5000 1.1961742e-10 10741144 Loop time of 0.018203 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:53 2021 Pair time (%) = 0.00136304 (7.48798) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.197776) Outpt time (%) = 0.0166812 (91.6397) Other time (%) = 0.000122786 (0.674534) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:53 2021 Memory usage per processor = 27.5498 Mbytes Step Atoms AVEKE stressZZ 26689 5000 1.1961742e-10 10741082 26690 -0.0147874999999919 10740947.9848467 26690 5000 1.1960909e-10 10740948 Loop time of 0.0234151 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:53 2021 Pair time (%) = 0.00124598 (5.32125) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.140515) Outpt time (%) = 0.022038 (94.1187) Other time (%) = 9.82285e-05 (0.419509) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:53 2021 Memory usage per processor = 27.5498 Mbytes Step Atoms AVEKE stressZZ 26690 5000 1.1960909e-10 10740885 26691 -0.0147874999999919 10740751.7208616 26691 5000 1.1960077e-10 10740752 Loop time of 0.0209281 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:53 2021 Pair time (%) = 0.00149894 (7.16231) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.157213) Outpt time (%) = 0.0193009 (92.2248) Other time (%) = 9.53674e-05 (0.45569) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:53 2021 Memory usage per processor = 27.5498 Mbytes Step Atoms AVEKE stressZZ 26691 5000 1.1960077e-10 10740689 26692 -0.0147874999999919 10740555.4671682 26692 5000 1.1959245e-10 10740555 Loop time of 0.0188179 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:53 2021 Pair time (%) = 0.00123191 (6.54647) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.181178) Outpt time (%) = 0.017458 (92.7732) Other time (%) = 9.39369e-05 (0.499189) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:53 2021 Memory usage per processor = 27.5498 Mbytes Step Atoms AVEKE stressZZ 26692 5000 1.1959245e-10 10740493 26693 -0.0147874999999919 10740359.2237635 26693 5000 1.1958413e-10 10740359 Loop time of 0.0184379 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:53 2021 Pair time (%) = 0.00127697 (6.9258) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.178447) Outpt time (%) = 0.0169971 (92.1858) Other time (%) = 0.000130892 (0.709908) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:53 2021 Memory usage per processor = 27.5498 Mbytes Step Atoms AVEKE stressZZ 26693 5000 1.1958413e-10 10740297 26694 -0.0147874999999919 10740162.990645 26694 5000 1.1957581e-10 10740163 Loop time of 0.018059 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:53 2021 Pair time (%) = 0.00128388 (7.10938) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.187471) Outpt time (%) = 0.0166359 (92.1196) Other time (%) = 0.000105381 (0.583537) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:53 2021 Memory usage per processor = 27.5498 Mbytes Step Atoms AVEKE stressZZ 26694 5000 1.1957581e-10 10740100 26695 -0.0147874999999919 10739966.76781 26695 5000 1.1956749e-10 10739967 Loop time of 0.017875 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:53 2021 Pair time (%) = 0.00126719 (7.08922) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.201406) Outpt time (%) = 0.016464 (92.1065) Other time (%) = 0.000107765 (0.602884) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:53 2021 Memory usage per processor = 27.5498 Mbytes Step Atoms AVEKE stressZZ 26695 5000 1.1956749e-10 10739904 26696 -0.0147874999999919 10739770.5552619 26696 5000 1.1955917e-10 10739771 Loop time of 0.0182989 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:53 2021 Pair time (%) = 0.00144887 (7.91781) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.201952) Outpt time (%) = 0.016685 (91.1806) Other time (%) = 0.000128031 (0.699665) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:53 2021 Memory usage per processor = 27.5498 Mbytes Step Atoms AVEKE stressZZ 26696 5000 1.1955917e-10 10739708 26697 -0.0147874999999919 10739574.3530182 26697 5000 1.1955085e-10 10739574 Loop time of 0.0184391 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:53 2021 Pair time (%) = 0.00145698 (7.90158) Neigh time (%) = 0 (0) Comm time (%) = 4.48227e-05 (0.243086) Outpt time (%) = 0.016777 (90.9864) Other time (%) = 0.000160217 (0.868902) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:53 2021 Memory usage per processor = 27.5498 Mbytes Step Atoms AVEKE stressZZ 26697 5000 1.1955085e-10 10739512 26698 -0.0147874999999919 10739378.1610664 26698 5000 1.1954254e-10 10739378 Loop time of 0.018189 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:53 2021 Pair time (%) = 0.00123405 (6.78464) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.191375) Outpt time (%) = 0.0168159 (92.4512) Other time (%) = 0.000104189 (0.572814) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:53 2021 Memory usage per processor = 27.5498 Mbytes Step Atoms AVEKE stressZZ 26698 5000 1.1954254e-10 10739315 26699 -0.0147874999999919 10739181.9794009 26699 5000 1.1953422e-10 10739182 Loop time of 0.017956 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:53 2021 Pair time (%) = 0.00123096 (6.85539) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.189874) Outpt time (%) = 0.016593 (92.409) Other time (%) = 9.799e-05 (0.545723) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:53 2021 Memory usage per processor = 27.5498 Mbytes Step Atoms AVEKE stressZZ 26699 5000 1.1953422e-10 10739119 26700 -0.0147874999999919 10738985.8080184 26700 5000 1.1952591e-10 10738986 Loop time of 0.020874 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:53 2021 Pair time (%) = 0.00145793 (6.98442) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.191886) Outpt time (%) = 0.019258 (92.2583) Other time (%) = 0.000118017 (0.565378) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:53 2021 Memory usage per processor = 27.5498 Mbytes Step Atoms AVEKE stressZZ 26700 5000 1.1952591e-10 10738923 26701 -0.0147874999999919 10738789.6469545 26701 5000 1.1951759e-10 10738790 Loop time of 0.0184302 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:53 2021 Pair time (%) = 0.00144792 (7.8562) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.205687) Outpt time (%) = 0.0168142 (91.2318) Other time (%) = 0.000130177 (0.706321) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:53 2021 Memory usage per processor = 27.5498 Mbytes Step Atoms AVEKE stressZZ 26701 5000 1.1951759e-10 10738727 26702 -0.0147874999999919 10738593.4961655 26702 5000 1.1950928e-10 10738593 Loop time of 0.0180631 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:53 2021 Pair time (%) = 0.00123096 (6.81476) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.188749) Outpt time (%) = 0.0167 (92.454) Other time (%) = 9.799e-05 (0.542488) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:53 2021 Memory usage per processor = 27.5498 Mbytes Step Atoms AVEKE stressZZ 26702 5000 1.1950928e-10 10738531 26703 -0.0147874999999919 10738397.3556546 26703 5000 1.1950097e-10 10738397 Loop time of 0.0179591 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:53 2021 Pair time (%) = 0.00123191 (6.85952) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.189841) Outpt time (%) = 0.0165949 (92.4037) Other time (%) = 9.82285e-05 (0.546956) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:53 2021 Memory usage per processor = 27.5498 Mbytes Step Atoms AVEKE stressZZ 26703 5000 1.1950097e-10 10738335 26704 -0.0147874999999919 10738201.2255237 26704 5000 1.1949266e-10 10738201 Loop time of 0.0179141 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:53 2021 Pair time (%) = 0.0012641 (7.05644) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.200966) Outpt time (%) = 0.01651 (92.1623) Other time (%) = 0.000103951 (0.580273) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:28:53 2021 Memory usage per processor = 27.5498 Mbytes Step Atoms AVEKE stressZZ 26704 5000 1.1949266e-10 10738139 26705 -0.0147874999999919 10737979.1477585 26705 5000 2.3549975e-10 10738333 Loop time of 0.0178761 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:53 2021 Pair time (%) = 0.00145411 (8.13439) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.229401) Outpt time (%) = 0.0162091 (90.6746) Other time (%) = 0.0001719 (0.961615) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:53 2021 Memory usage per processor = 27.5498 Mbytes Step Atoms AVEKE stressZZ 26705 5000 2.3549975e-10 10813054 26706 -0.0148199999999919 10812878.8597069 26706 5000 1.8942513e-10 10812879 Loop time of 0.0178101 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:53 2021 Pair time (%) = 0.00123906 (6.95707) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.19143) Outpt time (%) = 0.016439 (92.3013) Other time (%) = 9.799e-05 (0.550193) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:53 2021 Memory usage per processor = 27.5498 Mbytes Step Atoms AVEKE stressZZ 26706 5000 1.8942513e-10 10812794 26707 -0.0148199999999919 10812633.3182647 26707 5000 1.6275179e-10 10812633 Loop time of 0.0180001 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:53 2021 Pair time (%) = 0.00124407 (6.91144) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.193383) Outpt time (%) = 0.016618 (92.3217) Other time (%) = 0.000103235 (0.573525) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:53 2021 Memory usage per processor = 27.5498 Mbytes Step Atoms AVEKE stressZZ 26707 5000 1.6275179e-10 10812556 26708 -0.0148199999999919 10812405.1268463 26708 5000 1.4685204e-10 10812405 Loop time of 0.017719 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:53 2021 Pair time (%) = 0.00125003 (7.05472) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.197796) Outpt time (%) = 0.0163281 (92.1501) Other time (%) = 0.000105858 (0.597425) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:53 2021 Memory usage per processor = 27.5498 Mbytes Step Atoms AVEKE stressZZ 26708 5000 1.4685204e-10 10812333 26709 -0.0148199999999919 10812187.9653428 26709 5000 1.3717048e-10 10812188 Loop time of 0.018182 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:53 2021 Pair time (%) = 0.00148201 (8.15096) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.203249) Outpt time (%) = 0.0165322 (90.9259) Other time (%) = 0.000130892 (0.719896) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:53 2021 Memory usage per processor = 27.5498 Mbytes Step Atoms AVEKE stressZZ 26709 5000 1.3717048e-10 10812119 26710 -0.0148199999999919 10811977.8172398 26710 5000 1.3118677e-10 10811978 Loop time of 0.0207748 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:53 2021 Pair time (%) = 0.0012641 (6.08474) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.162964) Outpt time (%) = 0.019376 (93.2668) Other time (%) = 0.000100851 (0.485448) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:53 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26710 5000 1.3118677e-10 10811911 26711 -0.0148199999999919 10811772.1300061 26711 5000 1.2745051e-10 10811772 Loop time of 0.0179398 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:53 2021 Pair time (%) = 0.00123 (6.85627) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.18473) Outpt time (%) = 0.0165789 (92.4141) Other time (%) = 9.77516e-05 (0.544887) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:53 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26711 5000 1.2745051e-10 10811707 26712 -0.0148199999999919 10811569.2814833 26712 5000 1.2510111e-10 10811569 Loop time of 0.017921 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:53 2021 Pair time (%) = 0.00130701 (7.29319) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.195567) Outpt time (%) = 0.016475 (91.9312) Other time (%) = 0.000103951 (0.580049) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:53 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26712 5000 1.2510111e-10 10811505 26713 -0.0148199999999919 10811368.240773 26713 5000 1.2361632e-10 10811368 Loop time of 0.0179329 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:53 2021 Pair time (%) = 0.00130105 (7.25511) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.200755) Outpt time (%) = 0.0164881 (91.9432) Other time (%) = 0.000107765 (0.600936) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:53 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26713 5000 1.2361632e-10 10811304 26714 -0.0148199999999919 10811168.3527283 26714 5000 1.2267425e-10 10811168 Loop time of 0.0182071 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:53 2021 Pair time (%) = 0.00131702 (7.23359) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.187256) Outpt time (%) = 0.0167391 (91.9375) Other time (%) = 0.000116825 (0.641647) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:53 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26714 5000 1.2267425e-10 10811105 26715 -0.0148199999999919 10810969.2009963 26715 5000 1.2207433e-10 10810969 Loop time of 0.0182021 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:53 2021 Pair time (%) = 0.00130606 (7.17532) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.180758) Outpt time (%) = 0.0167542 (92.0453) Other time (%) = 0.000108957 (0.598598) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:53 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26715 5000 1.2207433e-10 10810906 26716 -0.0148199999999919 10810770.5209797 26716 5000 1.2169075e-10 10810771 Loop time of 0.0180559 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:53 2021 Pair time (%) = 0.0012331 (6.82935) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.182222) Outpt time (%) = 0.01669 (92.4352) Other time (%) = 9.98974e-05 (0.553267) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:53 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26716 5000 1.2169075e-10 10810707 26717 -0.0148199999999919 10810572.1445236 26717 5000 1.2144422e-10 10810572 Loop time of 0.017998 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:53 2021 Pair time (%) = 0.00127983 (7.11097) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.200029) Outpt time (%) = 0.0165761 (92.0995) Other time (%) = 0.000106096 (0.58949) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:53 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26717 5000 1.2144422e-10 10810509 26718 -0.0148199999999919 10810373.9647635 26718 5000 1.2128459e-10 10810374 Loop time of 0.0184798 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:53 2021 Pair time (%) = 0.00144792 (7.83512) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.205135) Outpt time (%) = 0.0168629 (91.2502) Other time (%) = 0.00013113 (0.709586) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:53 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26718 5000 1.2128459e-10 10810311 26719 -0.0148199999999919 10810175.9137853 26719 5000 1.2118012e-10 10810176 Loop time of 0.0182259 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:53 2021 Pair time (%) = 0.00123715 (6.78789) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.187063) Outpt time (%) = 0.0168638 (92.5267) Other time (%) = 9.08375e-05 (0.498398) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:53 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26719 5000 1.2118012e-10 10810113 26720 -0.0148199999999919 10809977.9484285 26720 5000 1.2111067e-10 10809978 Loop time of 0.0207961 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:54 2021 Pair time (%) = 0.00123906 (5.95815) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.163944) Outpt time (%) = 0.0194249 (93.4067) Other time (%) = 9.799e-05 (0.471195) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:54 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26720 5000 1.2111067e-10 10809915 26721 -0.0148199999999919 10809780.0412634 26721 5000 1.2106347e-10 10809780 Loop time of 0.017936 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:54 2021 Pair time (%) = 0.00123215 (6.86969) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.190086) Outpt time (%) = 0.016571 (92.3899) Other time (%) = 9.87053e-05 (0.55032) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:54 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26721 5000 1.2106347e-10 10809717 26722 -0.0148199999999919 10809582.1748577 26722 5000 1.210304e-10 10809582 Loop time of 0.017921 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:54 2021 Pair time (%) = 0.00135303 (7.54996) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.200889) Outpt time (%) = 0.016418 (91.6132) Other time (%) = 0.000113964 (0.635926) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:54 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26722 5000 1.210304e-10 10809519 26723 -0.0148199999999919 10809384.3381329 26723 5000 1.2100631e-10 10809384 Loop time of 0.018229 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:54 2021 Pair time (%) = 0.00132012 (7.24188) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.197494) Outpt time (%) = 0.0167582 (91.9315) Other time (%) = 0.000114679 (0.629104) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:54 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26723 5000 1.2100631e-10 10809321 26724 -0.0148199999999919 10809186.5240478 26724 5000 1.2098792e-10 10809187 Loop time of 0.0180421 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:54 2021 Pair time (%) = 0.00123715 (6.85704) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.182361) Outpt time (%) = 0.016674 (92.4175) Other time (%) = 9.799e-05 (0.543119) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:54 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26724 5000 1.2098792e-10 10809123 26725 -0.0148199999999919 10808988.7281271 26725 5000 1.2097317e-10 10808989 Loop time of 0.0180531 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:54 2021 Pair time (%) = 0.0012989 (7.19493) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.204702) Outpt time (%) = 0.016613 (92.0232) Other time (%) = 0.000104189 (0.577126) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:54 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26725 5000 1.2097317e-10 10808926 26726 -0.0148199999999919 10808790.9475261 26726 5000 1.2096071e-10 10808791 Loop time of 0.017858 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:54 2021 Pair time (%) = 0.00127792 (7.15602) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.194921) Outpt time (%) = 0.0164349 (92.0309) Other time (%) = 0.000110388 (0.618141) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:54 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26726 5000 1.2096071e-10 10808728 26727 -0.0148199999999919 10808593.1804369 26727 5000 1.2094973e-10 10808593 Loop time of 0.0182991 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:54 2021 Pair time (%) = 0.00148797 (8.13138) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.218887) Outpt time (%) = 0.0166309 (90.8836) Other time (%) = 0.00014019 (0.766104) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:54 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26727 5000 1.2094973e-10 10808530 26728 -0.0148199999999919 10808395.4257098 26728 5000 1.2093967e-10 10808395 Loop time of 0.0181758 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:54 2021 Pair time (%) = 0.00132799 (7.30636) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.192825) Outpt time (%) = 0.0167019 (91.8909) Other time (%) = 0.000110865 (0.609956) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:54 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26728 5000 1.2093967e-10 10808332 26729 -0.0148199999999919 10808197.6826139 26729 5000 1.2093021e-10 10808198 Loop time of 0.017966 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:54 2021 Pair time (%) = 0.00123 (6.84626) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.189768) Outpt time (%) = 0.0166061 (92.4305) Other time (%) = 9.58443e-05 (0.533475) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:54 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26729 5000 1.2093021e-10 10808134 26730 -0.0148199999999919 10807999.9506839 26730 5000 1.2092112e-10 10808000 Loop time of 0.0206161 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:54 2021 Pair time (%) = 0.00125909 (6.10732) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.168845) Outpt time (%) = 0.0192161 (93.2092) Other time (%) = 0.000106096 (0.514629) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:54 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26730 5000 1.2092112e-10 10807937 26731 -0.0148199999999919 10807802.229624 26731 5000 1.2091227e-10 10807802 Loop time of 0.021215 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:54 2021 Pair time (%) = 0.00203896 (9.61093) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.169697) Outpt time (%) = 0.019033 (89.7148) Other time (%) = 0.00010705 (0.504596) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:54 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26731 5000 1.2091227e-10 10807739 26732 -0.0148199999999919 10807604.5192457 26732 5000 1.2090358e-10 10807605 Loop time of 0.019932 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:54 2021 Pair time (%) = 0.00148797 (7.46522) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.171051) Outpt time (%) = 0.018316 (91.8924) Other time (%) = 9.39369e-05 (0.471286) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:54 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26732 5000 1.2090358e-10 10807541 26733 -0.0148199999999919 10807406.8194286 26733 5000 1.2089498e-10 10807407 Loop time of 0.0189471 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:54 2021 Pair time (%) = 0.00154996 (8.18045) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.17365) Outpt time (%) = 0.0172691 (91.1438) Other time (%) = 9.5129e-05 (0.502076) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:54 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26733 5000 1.2089498e-10 10807344 26734 -0.0148199999999919 10807209.1300956 26734 5000 1.2088644e-10 10807209 Loop time of 0.0180318 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:54 2021 Pair time (%) = 0.00137281 (7.61328) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.21552) Outpt time (%) = 0.016506 (91.5379) Other time (%) = 0.000114202 (0.633338) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:54 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26734 5000 1.2088644e-10 10807146 26735 -0.0148199999999919 10807011.4511978 26735 5000 1.2087795e-10 10807011 Loop time of 0.0182271 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:54 2021 Pair time (%) = 0.00132895 (7.29104) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.197515) Outpt time (%) = 0.0167539 (91.9176) Other time (%) = 0.000108242 (0.593852) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:54 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26735 5000 1.2087795e-10 10806948 26736 -0.0148199999999919 10806813.782703 26736 5000 1.2086948e-10 10806814 Loop time of 0.018069 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:54 2021 Pair time (%) = 0.00123096 (6.81251) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.188687) Outpt time (%) = 0.0167081 (92.4684) Other time (%) = 9.58443e-05 (0.530434) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:54 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26736 5000 1.2086948e-10 10806751 26737 -0.0148199999999919 10806616.1245907 26737 5000 1.2086102e-10 10806616 Loop time of 0.0181201 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:54 2021 Pair time (%) = 0.0012331 (6.80517) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.193419) Outpt time (%) = 0.0167511 (92.4448) Other time (%) = 0.000100851 (0.556572) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:54 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26737 5000 1.2086102e-10 10806553 26738 -0.0148199999999919 10806418.4768477 26738 5000 1.2085258e-10 10806418 Loop time of 0.018136 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:54 2021 Pair time (%) = 0.00127482 (7.02924) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.186675) Outpt time (%) = 0.016721 (92.1978) Other time (%) = 0.000106335 (0.586318) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:54 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26738 5000 1.2085258e-10 10806355 26739 -0.0148199999999919 10806220.8394644 26739 5000 1.2084415e-10 10806221 Loop time of 0.018332 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:54 2021 Pair time (%) = 0.00137496 (7.50033) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.191182) Outpt time (%) = 0.016782 (91.5451) Other time (%) = 0.000139952 (0.763428) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:54 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26739 5000 1.2084415e-10 10806158 26740 -0.0148199999999919 10806023.2124348 26740 5000 1.2083572e-10 10806023 Loop time of 0.020812 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:54 2021 Pair time (%) = 0.00123 (5.91005) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.15809) Outpt time (%) = 0.0194511 (93.461) Other time (%) = 9.799e-05 (0.470834) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:54 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26740 5000 1.2083572e-10 10805960 26741 -0.0148199999999919 10805825.5957543 26741 5000 1.2082729e-10 10805826 Loop time of 0.018106 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:54 2021 Pair time (%) = 0.00123 (6.79334) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.186985) Outpt time (%) = 0.0167451 (92.4837) Other time (%) = 9.70364e-05 (0.535935) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:54 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26741 5000 1.2082729e-10 10805762 26742 -0.0148199999999919 10805627.98942 26742 5000 1.2081887e-10 10805628 Loop time of 0.0178671 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:54 2021 Pair time (%) = 0.00124002 (6.94022) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.196157) Outpt time (%) = 0.01649 (92.2925) Other time (%) = 0.000102043 (0.571124) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:54 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26742 5000 1.2081887e-10 10805565 26743 -0.0148199999999919 10805430.3934294 26743 5000 1.2081045e-10 10805430 Loop time of 0.0180891 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:54 2021 Pair time (%) = 0.00142097 (7.85544) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.204294) Outpt time (%) = 0.0165131 (91.2878) Other time (%) = 0.000118017 (0.652423) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:54 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26743 5000 1.2081045e-10 10805367 26744 -0.0148199999999919 10805232.8077802 26744 5000 1.2080203e-10 10805233 Loop time of 0.0182278 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:54 2021 Pair time (%) = 0.00129485 (7.10371) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.180503) Outpt time (%) = 0.016794 (92.1337) Other time (%) = 0.000106096 (0.582057) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:54 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26744 5000 1.2080203e-10 10805170 26745 -0.0148199999999919 10805035.2324707 26745 5000 1.2079361e-10 10805035 Loop time of 0.0180979 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:54 2021 Pair time (%) = 0.00123692 (6.83459) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.187069) Outpt time (%) = 0.0167248 (92.4132) Other time (%) = 0.000102282 (0.565158) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:54 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26745 5000 1.2079361e-10 10804972 26746 -0.0148199999999919 10804837.6674995 26746 5000 1.2078519e-10 10804838 Loop time of 0.017863 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:54 2021 Pair time (%) = 0.00123215 (6.89775) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.185524) Outpt time (%) = 0.0165012 (92.3762) Other time (%) = 9.65595e-05 (0.540555) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:54 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26746 5000 1.2078519e-10 10804774 26747 -0.0148199999999919 10804640.1128652 26747 5000 1.2077677e-10 10804640 Loop time of 0.0179009 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:54 2021 Pair time (%) = 0.00131583 (7.35063) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.201113) Outpt time (%) = 0.0164418 (91.8489) Other time (%) = 0.000107288 (0.599345) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:54 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26747 5000 1.2077677e-10 10804577 26748 -0.0148199999999919 10804442.5685664 26748 5000 1.2076836e-10 10804443 Loop time of 0.018203 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:54 2021 Pair time (%) = 0.00131989 (7.25091) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.203015) Outpt time (%) = 0.016737 (91.9462) Other time (%) = 0.000109196 (0.599877) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:54 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26748 5000 1.2076836e-10 10804379 26749 -0.0148199999999919 10804245.0346018 26749 5000 1.2075994e-10 10804245 Loop time of 0.0181439 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:54 2021 Pair time (%) = 0.00123096 (6.7844) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.187908) Outpt time (%) = 0.016782 (92.4942) Other time (%) = 9.67979e-05 (0.533502) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:54 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26749 5000 1.2075994e-10 10804182 26750 -0.0148199999999919 10804047.5109703 26750 5000 1.2075153e-10 10804048 Loop time of 0.020818 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:54 2021 Pair time (%) = 0.00123501 (5.93241) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.158045) Outpt time (%) = 0.019453 (93.4434) Other time (%) = 9.70364e-05 (0.466118) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:54 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26750 5000 1.2075153e-10 10803984 26751 -0.0148199999999919 10803849.9976702 26751 5000 1.2074312e-10 10803850 Loop time of 0.0178521 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:54 2021 Pair time (%) = 0.00126386 (7.07961) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.201664) Outpt time (%) = 0.016444 (92.1124) Other time (%) = 0.000108242 (0.606328) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:54 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26751 5000 1.2074312e-10 10803787 26752 -0.0148199999999919 10803652.494701 26752 5000 1.2073471e-10 10803652 Loop time of 0.0184259 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:54 2021 Pair time (%) = 0.00149608 (8.1194) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.212204) Outpt time (%) = 0.0167601 (90.9593) Other time (%) = 0.000130653 (0.709073) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:54 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26752 5000 1.2073471e-10 10803589 26753 -0.0148199999999919 10803455.0020609 26753 5000 1.207263e-10 10803455 Loop time of 0.0182679 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:54 2021 Pair time (%) = 0.00120497 (6.5961) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.181412) Outpt time (%) = 0.016902 (92.5229) Other time (%) = 0.000127792 (0.699547) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:54 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26753 5000 1.207263e-10 10803392 26754 -0.0148199999999919 10803257.519811 26754 5000 1.2071789e-10 10803258 Loop time of 0.0181971 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:54 2021 Pair time (%) = 0.00118494 (6.51171) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.170327) Outpt time (%) = 0.0168869 (92.8004) Other time (%) = 9.41753e-05 (0.517531) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:54 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26754 5000 1.2071789e-10 10803194 26755 -0.0148199999999919 10803060.0479727 26755 5000 1.2070948e-10 10803060 Loop time of 0.0172992 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:54 2021 Pair time (%) = 0.00118113 (6.82764) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18468) Outpt time (%) = 0.0159931 (92.4502) Other time (%) = 9.29832e-05 (0.537501) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:54 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26755 5000 1.2070948e-10 10802997 26756 -0.0148199999999919 10802862.5865092 26756 5000 1.2070107e-10 10802863 Loop time of 0.0180171 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:54 2021 Pair time (%) = 0.00160599 (8.91371) Neigh time (%) = 0 (0) Comm time (%) = 9.20296e-05 (0.510791) Outpt time (%) = 0.0161521 (89.6492) Other time (%) = 0.000166893 (0.926306) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:54 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26756 5000 1.2070107e-10 10802799 26757 -0.0148199999999919 10802665.1354093 26757 5000 1.2069267e-10 10802665 Loop time of 0.0183642 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:54 2021 Pair time (%) = 0.00123096 (6.70302) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.173969) Outpt time (%) = 0.0169969 (92.5544) Other time (%) = 0.000104427 (0.568647) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:54 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26757 5000 1.2069267e-10 10802602 26758 -0.0148199999999919 10802467.6946661 26758 5000 1.2068426e-10 10802468 Loop time of 0.017132 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:54 2021 Pair time (%) = 0.00118184 (6.89842) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186481) Outpt time (%) = 0.0158241 (92.3654) Other time (%) = 9.41753e-05 (0.549703) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:54 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26758 5000 1.2068426e-10 10802405 26759 -0.0148199999999919 10802270.2642745 26759 5000 1.2067586e-10 10802270 Loop time of 0.0170619 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:54 2021 Pair time (%) = 0.00117612 (6.89323) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187248) Outpt time (%) = 0.015763 (92.3871) Other time (%) = 9.08375e-05 (0.532398) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:54 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26759 5000 1.2067586e-10 10802207 26760 -0.0148199999999919 10802072.844231 26760 5000 1.2066746e-10 10802073 Loop time of 0.0195849 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:55 2021 Pair time (%) = 0.00117898 (6.01984) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.163126) Outpt time (%) = 0.018286 (93.3678) Other time (%) = 8.79765e-05 (0.449206) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:55 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26760 5000 1.2066746e-10 10802010 26761 -0.0148199999999919 10801875.4345321 26761 5000 1.2065905e-10 10801875 Loop time of 0.017091 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:55 2021 Pair time (%) = 0.00117493 (6.87452) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181349) Outpt time (%) = 0.0157959 (92.4224) Other time (%) = 8.91685e-05 (0.521727) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:55 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26761 5000 1.2065905e-10 10801812 26762 -0.0148199999999919 10801678.0351795 26762 5000 1.2065065e-10 10801678 Loop time of 0.0170169 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:55 2021 Pair time (%) = 0.00117302 (6.89327) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187743) Outpt time (%) = 0.0157249 (92.4076) Other time (%) = 8.70228e-05 (0.511391) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:55 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26762 5000 1.2065065e-10 10801615 26763 -0.0148199999999919 10801480.6461827 26763 5000 1.2064225e-10 10801481 Loop time of 0.0171669 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:55 2021 Pair time (%) = 0.00121284 (7.06498) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180548) Outpt time (%) = 0.015836 (92.2475) Other time (%) = 8.70228e-05 (0.506923) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:55 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26763 5000 1.2064225e-10 10801417 26764 -0.0148199999999919 10801283.2675246 26764 5000 1.2063385e-10 10801283 Loop time of 0.0172582 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:55 2021 Pair time (%) = 0.00115204 (6.67532) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179593) Outpt time (%) = 0.0159891 (92.6464) Other time (%) = 8.60691e-05 (0.498715) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:55 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26764 5000 1.2063385e-10 10801220 26765 -0.0148199999999919 10801085.8992036 26765 5000 1.2062546e-10 10801086 Loop time of 0.017067 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:55 2021 Pair time (%) = 0.00121903 (7.14266) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.181605) Outpt time (%) = 0.0157299 (92.1658) Other time (%) = 8.70228e-05 (0.50989) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:55 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26765 5000 1.2062546e-10 10801023 26766 -0.0148199999999919 10800888.5412171 26766 5000 1.2061706e-10 10800889 Loop time of 0.017235 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:55 2021 Pair time (%) = 0.00114894 (6.6663) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.18675) Outpt time (%) = 0.0159678 (92.6476) Other time (%) = 8.60691e-05 (0.499384) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:55 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26766 5000 1.2061706e-10 10800825 26767 -0.0148199999999919 10800691.1935632 26767 5000 1.2060866e-10 10800691 Loop time of 0.017313 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:55 2021 Pair time (%) = 0.00135112 (7.80407) Neigh time (%) = 0 (0) Comm time (%) = 3.00407e-05 (0.173515) Outpt time (%) = 0.0158429 (91.5088) Other time (%) = 8.89301e-05 (0.513661) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:55 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26767 5000 1.2060866e-10 10800628 26768 -0.0148199999999919 10800493.8562403 26768 5000 1.2060027e-10 10800494 Loop time of 0.0171881 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:55 2021 Pair time (%) = 0.00121999 (7.09787) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.180325) Outpt time (%) = 0.015851 (92.2211) Other time (%) = 8.60691e-05 (0.500749) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:55 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26768 5000 1.2060027e-10 10800431 26769 -0.0148199999999919 10800296.5292462 26769 5000 1.2059187e-10 10800297 Loop time of 0.0172832 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:55 2021 Pair time (%) = 0.00115514 (6.68359) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179333) Outpt time (%) = 0.016011 (92.6391) Other time (%) = 8.60691e-05 (0.497993) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:55 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26769 5000 1.2059187e-10 10800233 26770 -0.0148199999999919 10800099.2125793 26770 5000 1.2058348e-10 10800099 Loop time of 0.019778 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:55 2021 Pair time (%) = 0.00115108 (5.82002) Neigh time (%) = 0 (0) Comm time (%) = 5.91278e-05 (0.298957) Outpt time (%) = 0.0184591 (93.3313) Other time (%) = 0.000108719 (0.549696) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:55 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26770 5000 1.2058348e-10 10800036 26771 -0.0148199999999919 10799901.906238 26771 5000 1.2057509e-10 10799902 Loop time of 0.018244 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:55 2021 Pair time (%) = 0.00155997 (8.55059) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.169888) Outpt time (%) = 0.0165219 (90.5608) Other time (%) = 0.00013113 (0.718757) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:55 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26771 5000 1.2057509e-10 10799839 26772 -0.0148199999999919 10799704.6102205 26772 5000 1.205667e-10 10799705 Loop time of 0.018873 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:55 2021 Pair time (%) = 0.00117803 (6.24187) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.180649) Outpt time (%) = 0.0175591 (93.0381) Other time (%) = 0.000101805 (0.539421) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:55 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26772 5000 1.205667e-10 10799641 26773 -0.0148199999999919 10799507.3245251 26773 5000 1.2055831e-10 10799507 Loop time of 0.019485 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:55 2021 Pair time (%) = 0.00118899 (6.1021) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.159068) Outpt time (%) = 0.018178 (93.2922) Other time (%) = 8.70228e-05 (0.446614) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:55 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26773 5000 1.2055831e-10 10799444 26774 -0.0148199999999919 10799310.0491506 26774 5000 1.2054992e-10 10799310 Loop time of 0.0185919 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:55 2021 Pair time (%) = 0.00119686 (6.43755) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.166709) Outpt time (%) = 0.017276 (92.9225) Other time (%) = 8.79765e-05 (0.473198) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:55 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26774 5000 1.2054992e-10 10799247 26775 -0.0148199999999919 10799112.7840951 26775 5000 1.2054153e-10 10799113 Loop time of 0.0187089 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:55 2021 Pair time (%) = 0.00129509 (6.9223) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.165666) Outpt time (%) = 0.0172319 (92.1054) Other time (%) = 0.000150919 (0.806667) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:55 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26775 5000 1.2054153e-10 10799050 26776 -0.0148199999999919 10798915.5293576 26776 5000 1.2053314e-10 10798916 Loop time of 0.0176959 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:55 2021 Pair time (%) = 0.00139785 (7.89928) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.192665) Outpt time (%) = 0.016134 (91.1738) Other time (%) = 0.000129938 (0.734284) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:55 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26776 5000 1.2053314e-10 10798852 26777 -0.0148199999999919 10798718.2849361 26777 5000 1.2052475e-10 10798718 Loop time of 0.0181131 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:55 2021 Pair time (%) = 0.00134492 (7.4251) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.181646) Outpt time (%) = 0.0166209 (91.7614) Other time (%) = 0.000114441 (0.631812) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:55 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26777 5000 1.2052475e-10 10798655 26778 -0.0148199999999919 10798521.0508294 26778 5000 1.2051637e-10 10798521 Loop time of 0.018487 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:55 2021 Pair time (%) = 0.00116611 (6.30771) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.172814) Outpt time (%) = 0.0171969 (93.0217) Other time (%) = 9.20296e-05 (0.497808) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:55 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26778 5000 1.2051637e-10 10798458 26779 -0.0148199999999919 10798323.8270358 26779 5000 1.2050798e-10 10798324 Loop time of 0.0186391 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:55 2021 Pair time (%) = 0.00166202 (8.91683) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.198265) Outpt time (%) = 0.0167701 (89.9729) Other time (%) = 0.000169992 (0.912021) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:55 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26779 5000 1.2050798e-10 10798261 26780 -0.0148199999999919 10798126.6135544 26780 5000 1.204996e-10 10798127 Loop time of 0.020134 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:55 2021 Pair time (%) = 0.00121093 (6.01435) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.174072) Outpt time (%) = 0.0187612 (93.1816) Other time (%) = 0.000126839 (0.629973) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:55 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26780 5000 1.204996e-10 10798063 26781 -0.0148199999999919 10797929.4103835 26781 5000 1.2049122e-10 10797929 Loop time of 0.0174201 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:55 2021 Pair time (%) = 0.00132585 (7.61103) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.206665) Outpt time (%) = 0.015907 (91.3146) Other time (%) = 0.000151157 (0.867721) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:55 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26781 5000 1.2049122e-10 10797866 26782 -0.0148199999999919 10797732.2175216 26782 5000 1.2048284e-10 10797732 Loop time of 0.018141 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:55 2021 Pair time (%) = 0.00123906 (6.83016) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.193195) Outpt time (%) = 0.0167191 (92.1618) Other time (%) = 0.00014782 (0.814835) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:55 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26782 5000 1.2048284e-10 10797669 26783 -0.0148199999999919 10797535.0349873 26783 5000 1.2047446e-10 10797535 Loop time of 0.0179479 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:55 2021 Pair time (%) = 0.00118089 (6.57952) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.179333) Outpt time (%) = 0.0166399 (92.7124) Other time (%) = 9.48906e-05 (0.5287) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:55 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26783 5000 1.2047446e-10 10797472 26784 -0.0148199999999919 10797337.8628154 26784 5000 1.2046608e-10 10797338 Loop time of 0.0176051 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:55 2021 Pair time (%) = 0.00128508 (7.29947) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.199076) Outpt time (%) = 0.0160851 (91.3666) Other time (%) = 0.000199795 (1.13487) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:55 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26784 5000 1.2046608e-10 10797275 26785 -0.0148199999999919 10797140.7009796 26785 5000 1.204577e-10 10797141 Loop time of 0.017487 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:55 2021 Pair time (%) = 0.00139904 (8.00044) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.205874) Outpt time (%) = 0.0159481 (91.1992) Other time (%) = 0.000103951 (0.594443) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:55 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26785 5000 1.204577e-10 10797078 26786 -0.0148199999999919 10796943.5494715 26786 5000 1.2044932e-10 10796944 Loop time of 0.0182111 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:55 2021 Pair time (%) = 0.00134397 (7.37991) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.181978) Outpt time (%) = 0.0167172 (91.7966) Other time (%) = 0.000116825 (0.641504) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:55 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26786 5000 1.2044932e-10 10796880 26787 -0.0148199999999919 10796746.4082857 26787 5000 1.2044094e-10 10796746 Loop time of 0.0180829 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:55 2021 Pair time (%) = 0.00117993 (6.52515) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.176676) Outpt time (%) = 0.016778 (92.784) Other time (%) = 9.29832e-05 (0.514207) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:55 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26787 5000 1.2044094e-10 10796683 26788 -0.0148199999999919 10796549.2774188 26788 5000 1.2043257e-10 10796549 Loop time of 0.0176852 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:55 2021 Pair time (%) = 0.00120902 (6.83635) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.192782) Outpt time (%) = 0.0163412 (92.4006) Other time (%) = 0.000100851 (0.570258) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:55 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26788 5000 1.2043257e-10 10796486 26789 -0.0148199999999919 10796352.1568678 26789 5000 1.2042419e-10 10796352 Loop time of 0.0175471 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:55 2021 Pair time (%) = 0.00134397 (7.65918) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.205169) Outpt time (%) = 0.01599 (91.1261) Other time (%) = 0.000177145 (1.00954) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:55 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26789 5000 1.2042419e-10 10796289 26790 -0.0148199999999919 10796155.0466302 26790 5000 1.2041582e-10 10796155 Loop time of 0.021229 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:55 2021 Pair time (%) = 0.00163102 (7.68298) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.179693) Outpt time (%) = 0.0194049 (91.4073) Other time (%) = 0.000154972 (0.730001) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:55 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26790 5000 1.2041582e-10 10796092 26791 -0.0148199999999919 10795957.9467037 26791 5000 1.2040745e-10 10795958 Loop time of 0.0180681 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:55 2021 Pair time (%) = 0.00122905 (6.80232) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.182099) Outpt time (%) = 0.016706 (92.4614) Other time (%) = 0.000100136 (0.554214) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:55 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26791 5000 1.2040745e-10 10795895 26792 -0.0148199999999919 10795760.8570858 26792 5000 1.2039907e-10 10795761 Loop time of 0.0180099 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:55 2021 Pair time (%) = 0.00117612 (6.5304) Neigh time (%) = 0 (0) Comm time (%) = 5.29289e-05 (0.293888) Outpt time (%) = 0.016664 (92.527) Other time (%) = 0.000116825 (0.648672) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:55 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26792 5000 1.2039907e-10 10795698 26793 -0.0148199999999919 10795563.7777754 26793 5000 1.203907e-10 10795564 Loop time of 0.017303 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:55 2021 Pair time (%) = 0.00117898 (6.81373) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184639) Outpt time (%) = 0.0159988 (92.4629) Other time (%) = 9.32217e-05 (0.53876) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:55 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26793 5000 1.203907e-10 10795501 26794 -0.0148199999999919 10795366.70877 26794 5000 1.2038233e-10 10795367 Loop time of 0.0175819 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:55 2021 Pair time (%) = 0.00142884 (8.12676) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.204762) Outpt time (%) = 0.0159621 (90.787) Other time (%) = 0.000154972 (0.881428) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:55 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26794 5000 1.2038233e-10 10795304 26795 -0.0148199999999919 10795169.650068 26795 5000 1.2037396e-10 10795170 Loop time of 0.018481 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:55 2021 Pair time (%) = 0.00137591 (7.44501) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.276076) Outpt time (%) = 0.0169551 (91.7435) Other time (%) = 9.89437e-05 (0.53538) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:55 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26795 5000 1.2037396e-10 10795107 26796 -0.0148199999999919 10794972.6016678 26796 5000 1.203656e-10 10794973 Loop time of 0.0180511 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:55 2021 Pair time (%) = 0.00117612 (6.51548) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.176986) Outpt time (%) = 0.0167489 (92.7858) Other time (%) = 9.41753e-05 (0.521714) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:55 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26796 5000 1.203656e-10 10794910 26797 -0.0148199999999919 10794775.5635758 26797 5000 1.2035723e-10 10794776 Loop time of 0.0174289 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:55 2021 Pair time (%) = 0.00117803 (6.75905) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183306) Outpt time (%) = 0.016125 (92.5187) Other time (%) = 9.39369e-05 (0.538973) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:55 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26797 5000 1.2035723e-10 10794712 26798 -0.0148199999999919 10794578.5358189 26798 5000 1.2034886e-10 10794579 Loop time of 0.0177472 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:55 2021 Pair time (%) = 0.00136614 (7.69778) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.202856) Outpt time (%) = 0.0161681 (91.1025) Other time (%) = 0.000176907 (0.996816) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:55 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26798 5000 1.2034886e-10 10794515 26799 -0.0148199999999919 10794381.5183951 26799 5000 1.203405e-10 10794382 Loop time of 0.018352 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:55 2021 Pair time (%) = 0.00124216 (6.76852) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.179281) Outpt time (%) = 0.0169742 (92.4923) Other time (%) = 0.000102758 (0.559929) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:55 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26799 5000 1.203405e-10 10794318 26800 -0.0148199999999919 10794184.5112913 26800 5000 1.2033213e-10 10794185 Loop time of 0.0205958 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:55 2021 Pair time (%) = 0.00117707 (5.71511) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.15512) Outpt time (%) = 0.019295 (93.6841) Other time (%) = 9.17912e-05 (0.445679) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:55 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26800 5000 1.2033213e-10 10794121 26801 -0.0148199999999919 10793987.5144993 26801 5000 1.2032377e-10 10793988 Loop time of 0.0179679 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:56 2021 Pair time (%) = 0.00125003 (6.95699) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.183114) Outpt time (%) = 0.0165839 (92.2973) Other time (%) = 0.000101089 (0.56261) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:56 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26801 5000 1.2032377e-10 10793924 26802 -0.0148199999999919 10793790.5280148 26802 5000 1.2031541e-10 10793791 Loop time of 0.017338 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:56 2021 Pair time (%) = 0.00125003 (7.20975) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.200767) Outpt time (%) = 0.0159509 (91.9996) Other time (%) = 0.000102282 (0.589926) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:56 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26802 5000 1.2031541e-10 10793727 26803 -0.0148199999999919 10793593.5518347 26803 5000 1.2030705e-10 10793594 Loop time of 0.018271 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:56 2021 Pair time (%) = 0.00169396 (9.27134) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.191821) Outpt time (%) = 0.016351 (89.4916) Other time (%) = 0.000190973 (1.04523) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:56 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26803 5000 1.2030705e-10 10793530 26804 -0.0148199999999919 10793396.5859565 26804 5000 1.2029869e-10 10793397 Loop time of 0.0179451 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:56 2021 Pair time (%) = 0.00123882 (6.90342) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.179361) Outpt time (%) = 0.0165792 (92.3884) Other time (%) = 9.48906e-05 (0.528784) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:56 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26804 5000 1.2029869e-10 10793334 26805 -0.0148199999999919 10793199.6303779 26805 5000 1.2029033e-10 10793200 Loop time of 0.0178521 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:56 2021 Pair time (%) = 0.00117707 (6.59348) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.180296) Outpt time (%) = 0.0165479 (92.6947) Other time (%) = 9.48906e-05 (0.531538) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:28:56 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26805 5000 1.2029033e-10 10793137 26806 -0.0148199999999919 10792976.6530737 26806 5000 2.3706475e-10 10793333 Loop time of 0.016911 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:56 2021 Pair time (%) = 0.00117683 (6.95897) Neigh time (%) = 0 (0) Comm time (%) = 4.72069e-05 (0.279148) Outpt time (%) = 0.015543 (91.9103) Other time (%) = 0.000144005 (0.851544) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28397 ave 28397 max 28397 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28397 Ave neighs/atom = 5.6794 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:56 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26806 5000 2.3706475e-10 10868211 26807 -0.0148524999999919 10868034.5925347 26807 5000 1.9068356e-10 10868035 Loop time of 0.0177741 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:56 2021 Pair time (%) = 0.00158095 (8.8947) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.230718) Outpt time (%) = 0.0159991 (90.0134) Other time (%) = 0.000153065 (0.861167) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:56 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26807 5000 1.9068356e-10 10867949 26808 -0.0148524999999919 10867787.995665 26808 5000 1.6383286e-10 10867788 Loop time of 0.018048 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:56 2021 Pair time (%) = 0.00132012 (7.3145) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.182301) Outpt time (%) = 0.0165942 (91.9444) Other time (%) = 0.000100851 (0.558792) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:56 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26808 5000 1.6383286e-10 10867710 26809 -0.0148524999999919 10867558.8300162 26809 5000 1.4782744e-10 10867559 Loop time of 0.0182321 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:56 2021 Pair time (%) = 0.00128102 (7.02619) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.17523) Outpt time (%) = 0.0167651 (91.9538) Other time (%) = 0.000154018 (0.844765) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:56 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26809 5000 1.4782744e-10 10867486 26810 -0.0148524999999919 10867340.7458554 26810 5000 1.3808157e-10 10867341 Loop time of 0.0199678 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:56 2021 Pair time (%) = 0.00123191 (6.16948) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.161192) Outpt time (%) = 0.018605 (93.175) Other time (%) = 9.87053e-05 (0.494322) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:56 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26810 5000 1.3808157e-10 10867271 26811 -0.0148524999999919 10867129.7078767 26811 5000 1.3205811e-10 10867130 Loop time of 0.017293 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:56 2021 Pair time (%) = 0.00135899 (7.8586) Neigh time (%) = 0 (0) Comm time (%) = 4.88758e-05 (0.282634) Outpt time (%) = 0.0157669 (91.1749) Other time (%) = 0.000118256 (0.683836) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:56 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26811 5000 1.3205811e-10 10867062 26812 -0.0148524999999919 10866923.1516065 26812 5000 1.2829705e-10 10866923 Loop time of 0.0178978 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:56 2021 Pair time (%) = 0.00136709 (7.63831) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.185163) Outpt time (%) = 0.016376 (91.4972) Other time (%) = 0.000121593 (0.679375) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:56 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26812 5000 1.2829705e-10 10866857 26813 -0.0148524999999919 10866719.447297 26813 5000 1.2593205e-10 10866719 Loop time of 0.019042 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:56 2021 Pair time (%) = 0.00117397 (6.16517) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.167777) Outpt time (%) = 0.0177429 (93.1775) Other time (%) = 9.32217e-05 (0.489558) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:56 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26813 5000 1.2593205e-10 10866654 26814 -0.0148524999999919 10866517.5592267 26814 5000 1.2443741e-10 10866518 Loop time of 0.0197809 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:56 2021 Pair time (%) = 0.00150299 (7.5982) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.156689) Outpt time (%) = 0.018152 (91.7654) Other time (%) = 9.48906e-05 (0.479709) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:56 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26814 5000 1.2443741e-10 10866453 26815 -0.0148524999999919 10866316.8291837 26815 5000 1.2348908e-10 10866317 Loop time of 0.0190949 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:56 2021 Pair time (%) = 0.00218797 (11.4584) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.167312) Outpt time (%) = 0.0167871 (87.9136) Other time (%) = 8.79765e-05 (0.460732) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:56 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26815 5000 1.2348908e-10 10866253 26816 -0.0148524999999919 10866116.8388671 26816 5000 1.2288519e-10 10866117 Loop time of 0.0180569 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:56 2021 Pair time (%) = 0.00122404 (6.77881) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.17693) Outpt time (%) = 0.0167139 (92.5623) Other time (%) = 8.70228e-05 (0.481937) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:56 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26816 5000 1.2288519e-10 10866053 26817 -0.0148524999999919 10865917.322442 26817 5000 1.2249908e-10 10865917 Loop time of 0.0178041 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:56 2021 Pair time (%) = 0.00136995 (7.69457) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.207563) Outpt time (%) = 0.0162351 (91.1873) Other time (%) = 0.000162125 (0.9106) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:56 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26817 5000 1.2249908e-10 10865853 26818 -0.0148524999999919 10865718.1109668 26818 5000 1.2225091e-10 10865718 Loop time of 0.0183051 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:56 2021 Pair time (%) = 0.00126719 (6.92265) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.190161) Outpt time (%) = 0.01688 (92.2151) Other time (%) = 0.000123024 (0.672076) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:56 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26818 5000 1.2225091e-10 10865654 26819 -0.0148524999999919 10865519.0970772 26819 5000 1.2209023e-10 10865519 Loop time of 0.0183539 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:56 2021 Pair time (%) = 0.00124884 (6.80419) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.174067) Outpt time (%) = 0.0169291 (92.2371) Other time (%) = 0.000144005 (0.784599) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:56 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26819 5000 1.2209023e-10 10865455 26820 -0.0148524999999919 10865320.2125416 26820 5000 1.2198507e-10 10865320 Loop time of 0.02191 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:56 2021 Pair time (%) = 0.00141788 (6.47138) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.168667) Outpt time (%) = 0.0203009 (92.6559) Other time (%) = 0.000154257 (0.704049) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:56 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26820 5000 1.2198507e-10 10865257 26821 -0.0148524999999919 10865121.4139977 26821 5000 1.2191517e-10 10865121 Loop time of 0.017359 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:56 2021 Pair time (%) = 0.00118208 (6.8096) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.19091) Outpt time (%) = 0.016041 (92.4075) Other time (%) = 0.000102758 (0.59196) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:56 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26821 5000 1.2191517e-10 10865058 26822 -0.0148524999999919 10864922.6738881 26822 5000 1.2186766e-10 10864923 Loop time of 0.0175369 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:56 2021 Pair time (%) = 0.00136495 (7.78329) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.212086) Outpt time (%) = 0.0159678 (91.053) Other time (%) = 0.000166893 (0.951669) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:56 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26822 5000 1.2186766e-10 10864859 26823 -0.0148524999999919 10864723.9747201 26823 5000 1.2183438e-10 10864724 Loop time of 0.0180821 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:56 2021 Pair time (%) = 0.00120997 (6.69154) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.176683) Outpt time (%) = 0.016712 (92.4224) Other time (%) = 0.000128269 (0.709369) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:56 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26823 5000 1.2183438e-10 10864660 26824 -0.0148524999999919 10864525.3053431 26824 5000 1.2181014e-10 10864525 Loop time of 0.0183852 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:56 2021 Pair time (%) = 0.00117993 (6.41785) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.173771) Outpt time (%) = 0.0170801 (92.9013) Other time (%) = 9.32217e-05 (0.507048) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:56 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26824 5000 1.2181014e-10 10864462 26825 -0.0148524999999919 10864326.6586813 26825 5000 1.2179164e-10 10864327 Loop time of 0.017302 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:56 2021 Pair time (%) = 0.00117803 (6.8086) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190161) Outpt time (%) = 0.015996 (92.4514) Other time (%) = 9.5129e-05 (0.549814) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:56 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26825 5000 1.2179164e-10 10864263 26826 -0.0148524999999919 10864128.0302387 26826 5000 1.2177679e-10 10864128 Loop time of 0.0176649 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:56 2021 Pair time (%) = 0.00139713 (7.90909) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.209199) Outpt time (%) = 0.0161119 (91.2082) Other time (%) = 0.000118971 (0.673487) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:56 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26826 5000 1.2177679e-10 10864064 26827 -0.0148524999999919 10863929.4171581 26827 5000 1.2176426e-10 10863929 Loop time of 0.018024 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:56 2021 Pair time (%) = 0.00124907 (6.93008) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.177253) Outpt time (%) = 0.0166421 (92.3331) Other time (%) = 0.000100851 (0.559539) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:56 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26827 5000 1.2176426e-10 10863866 26828 -0.0148524999999919 10863730.8176232 26828 5000 1.2175321e-10 10863731 Loop time of 0.0179241 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:56 2021 Pair time (%) = 0.00117707 (6.56699) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.178241) Outpt time (%) = 0.016607 (92.6522) Other time (%) = 0.000108004 (0.602562) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:56 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26828 5000 1.2175321e-10 10863667 26829 -0.0148524999999919 10863532.2304793 26829 5000 1.2174309e-10 10863532 Loop time of 0.017473 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:56 2021 Pair time (%) = 0.00125599 (7.18818) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.188301) Outpt time (%) = 0.0160699 (91.9699) Other time (%) = 0.000114202 (0.653595) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:56 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26829 5000 1.2174309e-10 10863469 26830 -0.0148524999999919 10863333.6550088 26830 5000 1.2173357e-10 10863334 Loop time of 0.020457 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:56 2021 Pair time (%) = 0.00128913 (6.30164) Neigh time (%) = 0 (0) Comm time (%) = 6.48499e-05 (0.317005) Outpt time (%) = 0.0189471 (92.6191) Other time (%) = 0.000155926 (0.762211) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:56 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26830 5000 1.2173357e-10 10863270 26831 -0.0148524999999919 10863135.0907894 26831 5000 1.2172443e-10 10863135 Loop time of 0.018219 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:56 2021 Pair time (%) = 0.00158501 (8.69975) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.208072) Outpt time (%) = 0.016433 (90.1971) Other time (%) = 0.000163078 (0.895101) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:56 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26831 5000 1.2172443e-10 10863071 26832 -0.0148524999999919 10862936.5375067 26832 5000 1.2171553e-10 10862937 Loop time of 0.0180871 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:56 2021 Pair time (%) = 0.00118303 (6.54074) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.176634) Outpt time (%) = 0.0167768 (92.7554) Other time (%) = 9.53674e-05 (0.527266) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:56 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26832 5000 1.2171553e-10 10862873 26833 -0.0148524999999919 10862737.9949589 26833 5000 1.2170679e-10 10862738 Loop time of 0.018244 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:56 2021 Pair time (%) = 0.00118017 (6.46881) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.175115) Outpt time (%) = 0.0169392 (92.8477) Other time (%) = 9.27448e-05 (0.508357) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:56 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26833 5000 1.2170679e-10 10862674 26834 -0.0148524999999919 10862539.4630211 26834 5000 1.2169814e-10 10862539 Loop time of 0.0177269 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:56 2021 Pair time (%) = 0.00120616 (6.80412) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.185604) Outpt time (%) = 0.0163901 (92.4588) Other time (%) = 9.77516e-05 (0.551431) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:56 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26834 5000 1.2169814e-10 10862476 26835 -0.0148524999999919 10862340.9416132 26835 5000 1.2168956e-10 10862341 Loop time of 0.01771 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:56 2021 Pair time (%) = 0.00146294 (8.26052) Neigh time (%) = 0 (0) Comm time (%) = 4.41074e-05 (0.249054) Outpt time (%) = 0.016027 (90.4969) Other time (%) = 0.000175953 (0.993525) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:56 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26835 5000 1.2168956e-10 10862277 26836 -0.0148524999999919 10862142.430685 26836 5000 1.2168101e-10 10862142 Loop time of 0.018163 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:56 2021 Pair time (%) = 0.0012219 (6.7274) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.175897) Outpt time (%) = 0.0168159 (92.5835) Other time (%) = 9.32217e-05 (0.513251) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:56 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26836 5000 1.2168101e-10 10862079 26837 -0.0148524999999919 10861943.930204 26837 5000 1.2167249e-10 10861944 Loop time of 0.0180311 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:56 2021 Pair time (%) = 0.00117803 (6.53329) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.255196) Outpt time (%) = 0.01669 (92.5623) Other time (%) = 0.000117064 (0.64923) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:56 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26837 5000 1.2167249e-10 10861880 26838 -0.0148524999999919 10861745.4401505 26838 5000 1.2166399e-10 10861745 Loop time of 0.0174129 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:56 2021 Pair time (%) = 0.00117803 (6.76525) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.188951) Outpt time (%) = 0.0160899 (92.4023) Other time (%) = 0.000112057 (0.643527) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:56 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26838 5000 1.2166399e-10 10861682 26839 -0.0148524999999919 10861546.9605128 26839 5000 1.216555e-10 10861547 Loop time of 0.0175738 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:56 2021 Pair time (%) = 0.00133204 (7.5797) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.204857) Outpt time (%) = 0.016063 (91.4028) Other time (%) = 0.000142813 (0.812644) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:56 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26839 5000 1.216555e-10 10861483 26840 -0.0148524999999919 10861348.4912865 26840 5000 1.2164702e-10 10861348 Loop time of 0.0208659 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:56 2021 Pair time (%) = 0.00123405 (5.91421) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.158824) Outpt time (%) = 0.0194981 (93.4448) Other time (%) = 0.000100613 (0.482187) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:56 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26840 5000 1.2164702e-10 10861285 26841 -0.0148524999999919 10861150.0324841 26841 5000 1.2163854e-10 10861150 Loop time of 0.0181909 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:56 2021 Pair time (%) = 0.00121403 (6.67383) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.192666) Outpt time (%) = 0.0168459 (92.6066) Other time (%) = 9.58443e-05 (0.526881) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:56 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26841 5000 1.2163854e-10 10861086 26842 -0.0148524999999919 10860951.5840823 26842 5000 1.2163006e-10 10860952 Loop time of 0.0175319 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:57 2021 Pair time (%) = 0.00117183 (6.68398) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182229) Outpt time (%) = 0.016233 (92.5912) Other time (%) = 9.5129e-05 (0.542606) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:57 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26842 5000 1.2163006e-10 10860888 26843 -0.0148524999999919 10860753.1460508 26843 5000 1.2162159e-10 10860753 Loop time of 0.0174 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:57 2021 Pair time (%) = 0.00129008 (7.41426) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.201422) Outpt time (%) = 0.0159721 (91.7938) Other time (%) = 0.000102758 (0.590565) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:57 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26843 5000 1.2162159e-10 10860690 26844 -0.0148524999999919 10860554.7183864 26844 5000 1.2161312e-10 10860555 Loop time of 0.0185452 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:57 2021 Pair time (%) = 0.00146222 (7.88465) Neigh time (%) = 0 (0) Comm time (%) = 6.98566e-05 (0.376684) Outpt time (%) = 0.016844 (90.8272) Other time (%) = 0.000169039 (0.911499) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:57 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26844 5000 1.2161312e-10 10860491 26845 -0.0148524999999919 10860356.301087 26845 5000 1.2160465e-10 10860356 Loop time of 0.01809 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:57 2021 Pair time (%) = 0.00117612 (6.50148) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.183196) Outpt time (%) = 0.016788 (92.8026) Other time (%) = 9.27448e-05 (0.512685) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:57 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26845 5000 1.2160465e-10 10860293 26846 -0.0148524999999919 10860157.8941507 26846 5000 1.2159619e-10 10860158 Loop time of 0.017508 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:57 2021 Pair time (%) = 0.00118113 (6.74619) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182477) Outpt time (%) = 0.016201 (92.5348) Other time (%) = 9.39369e-05 (0.536536) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:57 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26846 5000 1.2159619e-10 10860094 26847 -0.0148524999999919 10859959.4975752 26847 5000 1.2158772e-10 10859959 Loop time of 0.0173039 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:57 2021 Pair time (%) = 0.00120115 (6.9415) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.195652) Outpt time (%) = 0.0159671 (92.2745) Other time (%) = 0.000101805 (0.588333) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:57 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26847 5000 1.2158772e-10 10859896 26848 -0.0148524999999919 10859761.11136 26848 5000 1.2157926e-10 10859761 Loop time of 0.0182388 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:57 2021 Pair time (%) = 0.00150394 (8.24586) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.207846) Outpt time (%) = 0.0164979 (90.4548) Other time (%) = 0.00019908 (1.09152) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:57 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26848 5000 1.2157926e-10 10859698 26849 -0.0148524999999919 10859562.7355191 26849 5000 1.2157079e-10 10859563 Loop time of 0.0181141 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:57 2021 Pair time (%) = 0.00117588 (6.49152) Neigh time (%) = 0 (0) Comm time (%) = 5.29289e-05 (0.292198) Outpt time (%) = 0.0167811 (92.6411) Other time (%) = 0.000104189 (0.575182) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:57 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26849 5000 1.2157079e-10 10859499 26850 -0.0148524999999919 10859364.3700355 26850 5000 1.2156233e-10 10859364 Loop time of 0.0208809 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:57 2021 Pair time (%) = 0.00121498 (5.81861) Neigh time (%) = 0 (0) Comm time (%) = 5.4121e-05 (0.259189) Outpt time (%) = 0.01951 (93.4346) Other time (%) = 0.000101805 (0.487549) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:57 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26850 5000 1.2156233e-10 10859301 26851 -0.0148524999999919 10859166.0149077 26851 5000 1.2155387e-10 10859166 Loop time of 0.0174301 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:57 2021 Pair time (%) = 0.00121593 (6.97608) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183293) Outpt time (%) = 0.0160592 (92.1348) Other time (%) = 0.000123024 (0.705815) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:57 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26851 5000 1.2155387e-10 10859102 26852 -0.0148524999999919 10858967.6701341 26852 5000 1.2154541e-10 10858968 Loop time of 0.0174611 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:57 2021 Pair time (%) = 0.00136209 (7.8007) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.20618) Outpt time (%) = 0.01594 (91.2886) Other time (%) = 0.000123024 (0.704562) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:57 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26852 5000 1.2154541e-10 10858904 26853 -0.0148524999999919 10858769.3357135 26853 5000 1.2153695e-10 10858769 Loop time of 0.0182409 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:57 2021 Pair time (%) = 0.00128293 (7.03325) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.180373) Outpt time (%) = 0.016814 (92.1773) Other time (%) = 0.000111103 (0.609087) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:57 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26853 5000 1.2153695e-10 10858706 26854 -0.0148524999999919 10858571.0116446 26854 5000 1.2152849e-10 10858571 Loop time of 0.01791 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:57 2021 Pair time (%) = 0.00118089 (6.59345) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.178381) Outpt time (%) = 0.016603 (92.7023) Other time (%) = 9.41753e-05 (0.525825) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:57 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26854 5000 1.2152849e-10 10858507 26855 -0.0148524999999919 10858372.6979258 26855 5000 1.2152003e-10 10858373 Loop time of 0.0178192 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:57 2021 Pair time (%) = 0.00117803 (6.61101) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.179291) Outpt time (%) = 0.0165129 (92.6692) Other time (%) = 9.63211e-05 (0.540548) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:57 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26855 5000 1.2152003e-10 10858309 26856 -0.0148524999999919 10858174.3945559 26856 5000 1.2151157e-10 10858174 Loop time of 0.0200331 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:57 2021 Pair time (%) = 0.00149608 (7.46802) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.159476) Outpt time (%) = 0.0184102 (91.8988) Other time (%) = 9.48906e-05 (0.473669) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:57 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26856 5000 1.2151157e-10 10858111 26857 -0.0148524999999919 10857976.1015336 26857 5000 1.2150312e-10 10857976 Loop time of 0.0189199 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:57 2021 Pair time (%) = 0.00219297 (11.5908) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.168859) Outpt time (%) = 0.0166051 (87.7653) Other time (%) = 8.98838e-05 (0.475074) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:57 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26857 5000 1.2150312e-10 10857913 26858 -0.0148524999999919 10857777.8188573 26858 5000 1.2149466e-10 10857778 Loop time of 0.0181839 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:57 2021 Pair time (%) = 0.00117993 (6.48887) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.177005) Outpt time (%) = 0.0168812 (92.8359) Other time (%) = 9.05991e-05 (0.498237) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:57 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26858 5000 1.2149466e-10 10857714 26859 -0.0148524999999919 10857579.5465263 26859 5000 1.2148621e-10 10857580 Loop time of 0.018167 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:57 2021 Pair time (%) = 0.0014112 (7.76792) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.187669) Outpt time (%) = 0.016613 (91.446) Other time (%) = 0.000108719 (0.598441) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:57 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26859 5000 1.2148621e-10 10857516 26860 -0.0148524999999919 10857381.2845391 26860 5000 1.2147776e-10 10857381 Loop time of 0.021462 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:57 2021 Pair time (%) = 0.00122404 (5.7033) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.153303) Outpt time (%) = 0.020102 (93.6635) Other time (%) = 0.000102997 (0.479904) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:57 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26860 5000 1.2147776e-10 10857318 26861 -0.0148524999999919 10857183.032954 26861 5000 1.2146931e-10 10857183 Loop time of 0.0179591 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:57 2021 Pair time (%) = 0.00118995 (6.62587) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.183204) Outpt time (%) = 0.016634 (92.6214) Other time (%) = 0.000102282 (0.569524) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:57 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26861 5000 1.2146931e-10 10857119 26862 -0.0148524999999919 10856984.7917581 26862 5000 1.2146086e-10 10856985 Loop time of 0.0178702 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:57 2021 Pair time (%) = 0.00117993 (6.6028) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.173442) Outpt time (%) = 0.016566 (92.7021) Other time (%) = 9.32217e-05 (0.52166) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:57 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26862 5000 1.2146086e-10 10856921 26863 -0.0148524999999919 10856786.5609338 26863 5000 1.2145241e-10 10856787 Loop time of 0.017518 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:57 2021 Pair time (%) = 0.00122499 (6.99276) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.189177) Outpt time (%) = 0.0161579 (92.2356) Other time (%) = 0.000102043 (0.582503) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:57 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26863 5000 1.2145241e-10 10856723 26864 -0.0148524999999919 10856588.3404735 26864 5000 1.2144396e-10 10856588 Loop time of 0.018146 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:57 2021 Pair time (%) = 0.0015862 (8.7413) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.215478) Outpt time (%) = 0.0163231 (89.954) Other time (%) = 0.000197649 (1.08921) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:57 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26864 5000 1.2144396e-10 10856525 26865 -0.0148524999999919 10856390.1303629 26865 5000 1.2143551e-10 10856390 Loop time of 0.0183129 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:57 2021 Pair time (%) = 0.00118279 (6.45879) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.169249) Outpt time (%) = 0.017005 (92.8577) Other time (%) = 9.41753e-05 (0.514256) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:57 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26865 5000 1.2143551e-10 10856327 26866 -0.0148524999999919 10856191.9306052 26866 5000 1.2142706e-10 10856192 Loop time of 0.0180061 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:57 2021 Pair time (%) = 0.00128293 (7.12498) Neigh time (%) = 0 (0) Comm time (%) = 5.60284e-05 (0.311163) Outpt time (%) = 0.0165441 (91.8806) Other time (%) = 0.000123024 (0.683236) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:57 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26866 5000 1.2142706e-10 10856128 26867 -0.0148524999999919 10855993.7412001 26867 5000 1.2141862e-10 10855994 Loop time of 0.0174501 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:57 2021 Pair time (%) = 0.00122595 (7.02545) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.195379) Outpt time (%) = 0.0160861 (92.1835) Other time (%) = 0.000103951 (0.595702) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:57 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26867 5000 1.2141862e-10 10855930 26868 -0.0148524999999919 10855795.5621451 26868 5000 1.2141017e-10 10855796 Loop time of 0.0179691 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:57 2021 Pair time (%) = 0.00151706 (8.44258) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.195043) Outpt time (%) = 0.0162361 (90.3553) Other time (%) = 0.00018096 (1.00706) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:57 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26868 5000 1.2141017e-10 10855732 26869 -0.0148524999999919 10855597.3934378 26869 5000 1.2140173e-10 10855597 Loop time of 0.0180659 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:57 2021 Pair time (%) = 0.00118995 (6.58669) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.178161) Outpt time (%) = 0.0167499 (92.7152) Other time (%) = 9.39369e-05 (0.519967) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:57 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26869 5000 1.2140173e-10 10855534 26870 -0.0148524999999919 10855399.2350765 26870 5000 1.2139329e-10 10855399 Loop time of 0.0207291 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:57 2021 Pair time (%) = 0.00117517 (5.66917) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.154122) Outpt time (%) = 0.0194271 (93.7189) Other time (%) = 9.48906e-05 (0.457766) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:57 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26870 5000 1.2139329e-10 10855336 26871 -0.0148524999999919 10855201.0870588 26871 5000 1.2138485e-10 10855201 Loop time of 0.017915 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:57 2021 Pair time (%) = 0.00131607 (7.34619) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.262174) Outpt time (%) = 0.0163929 (91.504) Other time (%) = 0.000159025 (0.887665) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:57 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26871 5000 1.2138485e-10 10855138 26872 -0.0148524999999919 10855002.9493832 26872 5000 1.213764e-10 10855003 Loop time of 0.0176411 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:57 2021 Pair time (%) = 0.00131798 (7.47108) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.193264) Outpt time (%) = 0.0161521 (91.5599) Other time (%) = 0.000136852 (0.77576) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:57 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26872 5000 1.213764e-10 10854939 26873 -0.0148524999999919 10854804.8220479 26873 5000 1.2136797e-10 10854805 Loop time of 0.0183139 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:57 2021 Pair time (%) = 0.00136518 (7.45437) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.184862) Outpt time (%) = 0.016799 (91.7281) Other time (%) = 0.000115871 (0.632697) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:57 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26873 5000 1.2136797e-10 10854741 26874 -0.0148524999999919 10854606.7050511 26874 5000 1.2135953e-10 10854607 Loop time of 0.01805 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:57 2021 Pair time (%) = 0.001266 (7.01388) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.183603) Outpt time (%) = 0.0166471 (92.2279) Other time (%) = 0.000103712 (0.574584) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:57 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26874 5000 1.2135953e-10 10854543 26875 -0.0148524999999919 10854408.5983914 26875 5000 1.2135109e-10 10854409 Loop time of 0.0175831 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:57 2021 Pair time (%) = 0.00117898 (6.70518) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.181697) Outpt time (%) = 0.0162759 (92.5653) Other time (%) = 9.63211e-05 (0.547804) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:57 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26875 5000 1.2135109e-10 10854345 26876 -0.0148524999999919 10854210.502067 26876 5000 1.2134265e-10 10854211 Loop time of 0.017379 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:57 2021 Pair time (%) = 0.00122404 (7.0432) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.194806) Outpt time (%) = 0.0160172 (92.1639) Other time (%) = 0.000103951 (0.598137) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:57 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26876 5000 1.2134265e-10 10854147 26877 -0.0148524999999919 10854012.4160766 26877 5000 1.2133422e-10 10854012 Loop time of 0.0181129 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:57 2021 Pair time (%) = 0.00145793 (8.04912) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.20929) Outpt time (%) = 0.0164609 (90.8794) Other time (%) = 0.000156164 (0.862171) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:57 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26877 5000 1.2133422e-10 10853949 26878 -0.0148524999999919 10853814.3404185 26878 5000 1.2132578e-10 10853814 Loop time of 0.018065 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:57 2021 Pair time (%) = 0.00117993 (6.53161) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.178171) Outpt time (%) = 0.0167611 (92.7821) Other time (%) = 9.17912e-05 (0.508117) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:57 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26878 5000 1.2132578e-10 10853751 26879 -0.0148524999999919 10853616.2750912 26879 5000 1.2131735e-10 10853616 Loop time of 0.0177832 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:57 2021 Pair time (%) = 0.00117898 (6.62975) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.179654) Outpt time (%) = 0.0164778 (92.6597) Other time (%) = 9.44138e-05 (0.530917) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:57 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26879 5000 1.2131735e-10 10853553 26880 -0.0148524999999919 10853418.2200937 26880 5000 1.2130891e-10 10853418 Loop time of 0.019958 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:57 2021 Pair time (%) = 0.00122213 (6.12352) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.169633) Outpt time (%) = 0.0186012 (93.2015) Other time (%) = 0.000100851 (0.505316) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:57 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26880 5000 1.2130891e-10 10853355 26881 -0.0148524999999919 10853220.1754242 26881 5000 1.2130048e-10 10853220 Loop time of 0.0178349 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:57 2021 Pair time (%) = 0.00151515 (8.49542) Neigh time (%) = 0 (0) Comm time (%) = 4.31538e-05 (0.241962) Outpt time (%) = 0.016114 (90.3509) Other time (%) = 0.000162601 (0.911704) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:57 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26881 5000 1.2130048e-10 10853157 26882 -0.0148524999999919 10853022.1410814 26882 5000 1.2129205e-10 10853022 Loop time of 0.0181098 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:57 2021 Pair time (%) = 0.00123787 (6.83536) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.182996) Outpt time (%) = 0.016741 (92.4419) Other time (%) = 9.77516e-05 (0.539772) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:57 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26882 5000 1.2129205e-10 10852959 26883 -0.0148524999999919 10852824.1170639 26883 5000 1.2128362e-10 10852824 Loop time of 0.0181272 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:58 2021 Pair time (%) = 0.00122595 (6.76303) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.176244) Outpt time (%) = 0.0167761 (92.5465) Other time (%) = 9.32217e-05 (0.514264) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:58 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26883 5000 1.2128362e-10 10852761 26884 -0.0148524999999919 10852626.1033705 26884 5000 1.2127519e-10 10852626 Loop time of 0.017184 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:58 2021 Pair time (%) = 0.00121689 (7.08151) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192855) Outpt time (%) = 0.015841 (92.1845) Other time (%) = 9.29832e-05 (0.541103) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:58 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26884 5000 1.2127519e-10 10852563 26885 -0.0148524999999919 10852428.1 26885 5000 1.2126677e-10 10852428 Loop time of 0.0178878 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:58 2021 Pair time (%) = 0.00164485 (9.19536) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.189265) Outpt time (%) = 0.0160599 (89.781) Other time (%) = 0.00014925 (0.834366) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:58 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26885 5000 1.2126677e-10 10852365 26886 -0.0148524999999919 10852230.1069507 26886 5000 1.2125834e-10 10852230 Loop time of 0.018069 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:58 2021 Pair time (%) = 0.00120306 (6.65813) Neigh time (%) = 0 (0) Comm time (%) = 5.4121e-05 (0.299524) Outpt time (%) = 0.016691 (92.3734) Other time (%) = 0.000120878 (0.66898) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:58 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26886 5000 1.2125834e-10 10852167 26887 -0.0148524999999919 10852032.1242214 26887 5000 1.2124991e-10 10852032 Loop time of 0.0179691 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:58 2021 Pair time (%) = 0.00117707 (6.55053) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.177794) Outpt time (%) = 0.0166662 (92.7489) Other time (%) = 9.39369e-05 (0.522768) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:58 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26887 5000 1.2124991e-10 10851969 26888 -0.0148524999999919 10851834.1518111 26888 5000 1.2124149e-10 10851834 Loop time of 0.0174642 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:58 2021 Pair time (%) = 0.00118279 (6.7727) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182935) Outpt time (%) = 0.0161541 (92.4983) Other time (%) = 9.53674e-05 (0.546075) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:58 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26888 5000 1.2124149e-10 10851771 26889 -0.0148524999999919 10851636.1897088 26889 5000 1.2123306e-10 10851636 Loop time of 0.017658 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:58 2021 Pair time (%) = 0.00141716 (8.0256) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.209281) Outpt time (%) = 0.0160589 (90.9442) Other time (%) = 0.000144958 (0.820923) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:58 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26889 5000 1.2123306e-10 10851573 26890 -0.0148524999999919 10851438.2379735 26890 5000 1.2122464e-10 10851438 Loop time of 0.0208342 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:58 2021 Pair time (%) = 0.00126791 (6.08571) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.168221) Outpt time (%) = 0.019424 (93.2311) Other time (%) = 0.000107288 (0.514963) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:58 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26890 5000 1.2122464e-10 10851375 26891 -0.0148524999999919 10851240.2966368 26891 5000 1.2121622e-10 10851240 Loop time of 0.018085 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:58 2021 Pair time (%) = 0.00117993 (6.52438) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.176655) Outpt time (%) = 0.0167789 (92.7782) Other time (%) = 9.41753e-05 (0.520737) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:58 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26891 5000 1.2121622e-10 10851177 26892 -0.0148524999999919 10851042.3656615 26892 5000 1.212078e-10 10851042 Loop time of 0.0175519 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:58 2021 Pair time (%) = 0.00117898 (6.71711) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.183379) Outpt time (%) = 0.0162458 (92.5589) Other time (%) = 9.48906e-05 (0.540629) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:58 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26892 5000 1.212078e-10 10850979 26893 -0.0148524999999919 10850844.4450359 26893 5000 1.2119938e-10 10850844 Loop time of 0.0173938 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:58 2021 Pair time (%) = 0.00128508 (7.38812) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.201494) Outpt time (%) = 0.0159688 (91.8073) Other time (%) = 0.000104904 (0.603112) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:58 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26893 5000 1.2119938e-10 10850781 26894 -0.0148524999999919 10850646.5347535 26894 5000 1.2119096e-10 10850647 Loop time of 0.018398 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:58 2021 Pair time (%) = 0.00132298 (7.1909) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.178833) Outpt time (%) = 0.016932 (92.0316) Other time (%) = 0.000110149 (0.598702) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:58 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26894 5000 1.2119096e-10 10850583 26895 -0.0148524999999919 10850448.6348093 26895 5000 1.2118254e-10 10850449 Loop time of 0.01827 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:58 2021 Pair time (%) = 0.00117898 (6.45309) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.174866) Outpt time (%) = 0.0169671 (92.8683) Other time (%) = 9.20296e-05 (0.503719) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:58 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26895 5000 1.2118254e-10 10850385 26896 -0.0148524999999919 10850250.7451996 26896 5000 1.2117412e-10 10850251 Loop time of 0.0180511 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:58 2021 Pair time (%) = 0.00132704 (7.35154) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.176986) Outpt time (%) = 0.016566 (91.7728) Other time (%) = 0.000126123 (0.6987) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:58 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26896 5000 1.2117412e-10 10850187 26897 -0.0148524999999919 10850052.865921 26897 5000 1.2116571e-10 10850053 Loop time of 0.0199242 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:58 2021 Pair time (%) = 0.00128102 (6.42949) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.171118) Outpt time (%) = 0.0184622 (92.6623) Other time (%) = 0.000146866 (0.737124) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:58 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26897 5000 1.2116571e-10 10849989 26898 -0.0148524999999919 10849854.9969587 26898 5000 1.2115729e-10 10849855 Loop time of 0.0198188 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:58 2021 Pair time (%) = 0.00144291 (7.28051) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.161201) Outpt time (%) = 0.0182538 (92.1036) Other time (%) = 9.01222e-05 (0.454731) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:58 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26898 5000 1.2115729e-10 10849792 26899 -0.0148524999999919 10849657.1382925 26899 5000 1.2114888e-10 10849657 Loop time of 0.018337 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:58 2021 Pair time (%) = 0.00118208 (6.44641) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.175528) Outpt time (%) = 0.017035 (92.8996) Other time (%) = 8.7738e-05 (0.478475) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:58 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26899 5000 1.2114888e-10 10849594 26900 -0.0148524999999919 10849459.2899459 26900 5000 1.2114046e-10 10849459 Loop time of 0.0216682 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:58 2021 Pair time (%) = 0.00118184 (5.45427) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.147442) Outpt time (%) = 0.0203671 (93.9956) Other time (%) = 8.72612e-05 (0.402716) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:58 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26900 5000 1.2114046e-10 10849396 26901 -0.0148524999999919 10849261.4519168 26901 5000 1.2113205e-10 10849261 Loop time of 0.0184429 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:58 2021 Pair time (%) = 0.00132608 (7.19023) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.173227) Outpt time (%) = 0.0168998 (91.6334) Other time (%) = 0.000185013 (1.00317) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:58 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26901 5000 1.2113205e-10 10849198 26902 -0.0148524999999919 10849063.6242037 26902 5000 1.2112364e-10 10849064 Loop time of 0.0180688 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:58 2021 Pair time (%) = 0.00152683 (8.45011) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.215079) Outpt time (%) = 0.016335 (90.4046) Other time (%) = 0.000168085 (0.930251) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:58 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26902 5000 1.2112364e-10 10849000 26903 -0.0148524999999919 10848865.8068049 26903 5000 1.2111523e-10 10848866 Loop time of 0.0180581 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:58 2021 Pair time (%) = 0.00163913 (9.07699) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.216527) Outpt time (%) = 0.0161881 (89.645) Other time (%) = 0.000191689 (1.06151) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:58 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26903 5000 1.2111523e-10 10848802 26904 -0.0148524999999919 10848667.9997185 26904 5000 1.2110682e-10 10848668 Loop time of 0.0181048 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:58 2021 Pair time (%) = 0.00121403 (6.70556) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.171195) Outpt time (%) = 0.0167668 (92.6097) Other time (%) = 9.29832e-05 (0.513584) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:58 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26904 5000 1.2110682e-10 10848605 26905 -0.0148524999999919 10848470.2029431 26905 5000 1.2109841e-10 10848470 Loop time of 0.01792 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:58 2021 Pair time (%) = 0.00122213 (6.81994) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.178282) Outpt time (%) = 0.016572 (92.4776) Other time (%) = 9.39369e-05 (0.524201) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:58 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26905 5000 1.2109841e-10 10848407 26906 -0.0148524999999919 10848272.416477 26906 5000 1.2109001e-10 10848272 Loop time of 0.0172801 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:58 2021 Pair time (%) = 0.00122285 (7.07663) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191782) Outpt time (%) = 0.0159259 (92.1631) Other time (%) = 9.82285e-05 (0.568448) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:28:58 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26906 5000 1.2109001e-10 10848209 26907 -0.0148524999999919 10848048.5327688 26907 5000 2.3863356e-10 10848406 Loop time of 0.0173731 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:58 2021 Pair time (%) = 0.00157714 (9.07806) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.236043) Outpt time (%) = 0.0155408 (89.4535) Other time (%) = 0.0002141 (1.23237) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:58 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26907 5000 2.3863356e-10 10923440 26908 -0.0148849999999919 10923263.8639563 26908 5000 1.9194508e-10 10923264 Loop time of 0.0178502 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:58 2021 Pair time (%) = 0.00130105 (7.28873) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.178979) Outpt time (%) = 0.016422 (91.9994) Other time (%) = 9.5129e-05 (0.532931) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:58 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26908 5000 1.9194508e-10 10923178 26909 -0.0148849999999919 10923016.2133082 26909 5000 1.6491661e-10 10923016 Loop time of 0.0177529 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:58 2021 Pair time (%) = 0.00117779 (6.63435) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.17996) Outpt time (%) = 0.016449 (92.6552) Other time (%) = 9.41753e-05 (0.530479) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:58 2021 Memory usage per processor = 27.5499 Mbytes Step Atoms AVEKE stressZZ 26909 5000 1.6491661e-10 10922938 26910 -0.0148849999999919 10922786.07507 26910 5000 1.4880528e-10 10922786 Loop time of 0.0200579 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:58 2021 Pair time (%) = 0.00132203 (6.59107) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.168788) Outpt time (%) = 0.0186 (92.7314) Other time (%) = 0.000102043 (0.508743) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:58 2021 Memory usage per processor = 27.55 Mbytes Step Atoms AVEKE stressZZ 26910 5000 1.4880528e-10 10922713 26911 -0.0148849999999919 10922567.0699305 26911 5000 1.3899493e-10 10922567 Loop time of 0.0175979 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:58 2021 Pair time (%) = 0.00136113 (7.73462) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.215415) Outpt time (%) = 0.0160909 (91.4362) Other time (%) = 0.000108004 (0.61373) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:58 2021 Memory usage per processor = 27.55 Mbytes Step Atoms AVEKE stressZZ 26911 5000 1.3899493e-10 10922497 26912 -0.0148849999999919 10922355.1438201 26912 5000 1.3293164e-10 10922355 Loop time of 0.0180671 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:58 2021 Pair time (%) = 0.00123501 (6.83567) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.17683) Outpt time (%) = 0.0166991 (92.428) Other time (%) = 0.000101089 (0.559522) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:58 2021 Memory usage per processor = 27.55 Mbytes Step Atoms AVEKE stressZZ 26912 5000 1.3293164e-10 10922287 26913 -0.0148849999999919 10922147.720282 26913 5000 1.2914572e-10 10922148 Loop time of 0.0177629 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:58 2021 Pair time (%) = 0.00118089 (6.64805) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.18657) Outpt time (%) = 0.0164568 (92.6473) Other time (%) = 9.20296e-05 (0.5181) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:58 2021 Memory usage per processor = 27.55 Mbytes Step Atoms AVEKE stressZZ 26913 5000 1.2914572e-10 10922081 26914 -0.0148849999999919 10921943.1619768 26914 5000 1.2676509e-10 10921943 Loop time of 0.017298 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:58 2021 Pair time (%) = 0.00117898 (6.81571) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184693) Outpt time (%) = 0.0159922 (92.451) Other time (%) = 9.48906e-05 (0.548564) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:58 2021 Memory usage per processor = 27.55 Mbytes Step Atoms AVEKE stressZZ 26914 5000 1.2676509e-10 10921878 26915 -0.0148849999999919 10921740.4283586 26915 5000 1.2526058e-10 10921740 Loop time of 0.0176961 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:58 2021 Pair time (%) = 0.00140214 (7.92342) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.203441) Outpt time (%) = 0.0161331 (91.1672) Other time (%) = 0.000124931 (0.705981) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:58 2021 Memory usage per processor = 27.55 Mbytes Step Atoms AVEKE stressZZ 26915 5000 1.2526058e-10 10921675 26916 -0.0148849999999919 10921538.8581494 26916 5000 1.2430599e-10 10921539 Loop time of 0.0179029 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:58 2021 Pair time (%) = 0.00122094 (6.81982) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.178453) Outpt time (%) = 0.016546 (92.4211) Other time (%) = 0.000103951 (0.580637) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:58 2021 Memory usage per processor = 27.55 Mbytes Step Atoms AVEKE stressZZ 26916 5000 1.2430599e-10 10921474 26917 -0.0148849999999919 10921338.0310995 26917 5000 1.2369811e-10 10921338 Loop time of 0.0181599 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:58 2021 Pair time (%) = 0.00118589 (6.5303) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.175927) Outpt time (%) = 0.0168469 (92.7699) Other time (%) = 9.5129e-05 (0.523842) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:58 2021 Memory usage per processor = 27.55 Mbytes Step Atoms AVEKE stressZZ 26917 5000 1.2369811e-10 10921274 26918 -0.0148849999999919 10921137.6801452 26918 5000 1.2330945e-10 10921138 Loop time of 0.0174141 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:58 2021 Pair time (%) = 0.00118518 (6.80586) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.190307) Outpt time (%) = 0.016099 (92.448) Other time (%) = 9.67979e-05 (0.55586) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:58 2021 Memory usage per processor = 27.55 Mbytes Step Atoms AVEKE stressZZ 26918 5000 1.2330945e-10 10921073 26919 -0.0148849999999919 10920937.6355869 26919 5000 1.2305965e-10 10920938 Loop time of 0.0176001 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:58 2021 Pair time (%) = 0.00126815 (7.20536) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.193714) Outpt time (%) = 0.0161951 (92.0171) Other time (%) = 0.000102758 (0.583853) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:58 2021 Memory usage per processor = 27.55 Mbytes Step Atoms AVEKE stressZZ 26919 5000 1.2305965e-10 10920873 26920 -0.0148849999999919 10920737.7895431 26920 5000 1.2289791e-10 10920738 Loop time of 0.0208499 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:58 2021 Pair time (%) = 0.001261 (6.04796) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.157803) Outpt time (%) = 0.019455 (93.3094) Other time (%) = 0.000101089 (0.484843) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:58 2021 Memory usage per processor = 27.55 Mbytes Step Atoms AVEKE stressZZ 26920 5000 1.2289791e-10 10920674 26921 -0.0148849999999919 10920538.0734584 26921 5000 1.2279207e-10 10920538 Loop time of 0.018415 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:58 2021 Pair time (%) = 0.00122213 (6.63663) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.178669) Outpt time (%) = 0.017065 (92.6694) Other time (%) = 9.48906e-05 (0.51529) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:58 2021 Memory usage per processor = 27.55 Mbytes Step Atoms AVEKE stressZZ 26921 5000 1.2279207e-10 10920474 26922 -0.0148849999999919 10920338.4437658 26922 5000 1.2272171e-10 10920338 Loop time of 0.0181971 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:58 2021 Pair time (%) = 0.00124478 (6.84057) Neigh time (%) = 0 (0) Comm time (%) = 5.29289e-05 (0.290865) Outpt time (%) = 0.0167871 (92.2515) Other time (%) = 0.000112295 (0.617106) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:58 2021 Memory usage per processor = 27.55 Mbytes Step Atoms AVEKE stressZZ 26922 5000 1.2272171e-10 10920274 26923 -0.0148849999999919 10920138.872777 26923 5000 1.226739e-10 10920139 Loop time of 0.0175068 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:58 2021 Pair time (%) = 0.00122905 (7.02039) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.189299) Outpt time (%) = 0.016114 (92.044) Other time (%) = 0.000130653 (0.746299) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:58 2021 Memory usage per processor = 27.55 Mbytes Step Atoms AVEKE stressZZ 26923 5000 1.226739e-10 10920075 26924 -0.0148849999999919 10919939.342891 26924 5000 1.226404e-10 10919939 Loop time of 0.017889 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:59 2021 Pair time (%) = 0.00159407 (8.91086) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.21191) Outpt time (%) = 0.016103 (90.0163) Other time (%) = 0.000154018 (0.860966) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:59 2021 Memory usage per processor = 27.55 Mbytes Step Atoms AVEKE stressZZ 26924 5000 1.226404e-10 10919875 26925 -0.0148849999999919 10919739.8429279 26925 5000 1.2261601e-10 10919740 Loop time of 0.0183022 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:59 2021 Pair time (%) = 0.00140715 (7.6884) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.174559) Outpt time (%) = 0.0167692 (91.6238) Other time (%) = 9.39369e-05 (0.513255) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:59 2021 Memory usage per processor = 27.55 Mbytes Step Atoms AVEKE stressZZ 26925 5000 1.2261601e-10 10919676 26926 -0.0148849999999919 10919540.3657804 26926 5000 1.225974e-10 10919540 Loop time of 0.018002 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:59 2021 Pair time (%) = 0.00122023 (6.77827) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.177469) Outpt time (%) = 0.0166571 (92.5291) Other time (%) = 9.27448e-05 (0.515191) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:59 2021 Memory usage per processor = 27.55 Mbytes Step Atoms AVEKE stressZZ 26926 5000 1.225974e-10 10919476 26927 -0.0148849999999919 10919340.9069307 26927 5000 1.2258246e-10 10919341 Loop time of 0.0172751 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:59 2021 Pair time (%) = 0.00123501 (7.14907) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184937) Outpt time (%) = 0.015913 (92.1153) Other time (%) = 9.5129e-05 (0.550671) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:59 2021 Memory usage per processor = 27.55 Mbytes Step Atoms AVEKE stressZZ 26927 5000 1.2258246e-10 10919277 26928 -0.0148849999999919 10919141.4635073 26928 5000 1.2256985e-10 10919141 Loop time of 0.0180609 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:59 2021 Pair time (%) = 0.00145817 (8.07361) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.209893) Outpt time (%) = 0.0164158 (90.8914) Other time (%) = 0.000149012 (0.82505) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:59 2021 Memory usage per processor = 27.55 Mbytes Step Atoms AVEKE stressZZ 26928 5000 1.2256985e-10 10919077 26929 -0.0148849999999919 10918942.0336848 26929 5000 1.2255874e-10 10918942 Loop time of 0.0182672 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:59 2021 Pair time (%) = 0.00132012 (7.22676) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.191861) Outpt time (%) = 0.0168018 (91.9784) Other time (%) = 0.000110149 (0.602991) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:59 2021 Memory usage per processor = 27.55 Mbytes Step Atoms AVEKE stressZZ 26929 5000 1.2255874e-10 10918878 26930 -0.0148849999999919 10918742.6163026 26930 5000 1.2254856e-10 10918743 Loop time of 0.020627 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:59 2021 Pair time (%) = 0.00122118 (5.92029) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.154885) Outpt time (%) = 0.0192811 (93.4752) Other time (%) = 9.27448e-05 (0.449628) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:59 2021 Memory usage per processor = 27.55 Mbytes Step Atoms AVEKE stressZZ 26930 5000 1.2254856e-10 10918679 26931 -0.0148849999999919 10918543.2106225 26931 5000 1.2253898e-10 10918543 Loop time of 0.0175879 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:59 2021 Pair time (%) = 0.00117922 (6.70471) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.181648) Outpt time (%) = 0.016283 (92.5809) Other time (%) = 9.36985e-05 (0.532744) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:59 2021 Memory usage per processor = 27.55 Mbytes Step Atoms AVEKE stressZZ 26931 5000 1.2253898e-10 10918479 26932 -0.0148849999999919 10918343.8161747 26932 5000 1.2252979e-10 10918344 Loop time of 0.017704 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:59 2021 Pair time (%) = 0.00130892 (7.39334) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.208737) Outpt time (%) = 0.0162511 (91.7933) Other time (%) = 0.00010705 (0.604665) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:59 2021 Memory usage per processor = 27.55 Mbytes Step Atoms AVEKE stressZZ 26932 5000 1.2252979e-10 10918280 26933 -0.0148849999999919 10918144.4326605 26933 5000 1.2252084e-10 10918144 Loop time of 0.018084 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:59 2021 Pair time (%) = 0.00130987 (7.24324) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.183256) Outpt time (%) = 0.016628 (91.9486) Other time (%) = 0.00011301 (0.624918) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:59 2021 Memory usage per processor = 27.55 Mbytes Step Atoms AVEKE stressZZ 26933 5000 1.2252084e-10 10918080 26934 -0.0148849999999919 10917945.0598893 26934 5000 1.2251204e-10 10917945 Loop time of 0.0181971 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:59 2021 Pair time (%) = 0.00122309 (6.72135) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.175567) Outpt time (%) = 0.0168021 (92.334) Other time (%) = 0.000139952 (0.76909) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:59 2021 Memory usage per processor = 27.55 Mbytes Step Atoms AVEKE stressZZ 26934 5000 1.2251204e-10 10917881 26935 -0.0148849999999919 10917745.6977393 26935 5000 1.2250335e-10 10917746 Loop time of 0.0177 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:59 2021 Pair time (%) = 0.00117993 (6.66631) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.17511) Outpt time (%) = 0.0163929 (92.6157) Other time (%) = 9.60827e-05 (0.542841) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:59 2021 Memory usage per processor = 27.55 Mbytes Step Atoms AVEKE stressZZ 26935 5000 1.2250335e-10 10917682 26936 -0.0148849999999919 10917546.3461333 26936 5000 1.2249471e-10 10917546 Loop time of 0.017621 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:59 2021 Pair time (%) = 0.00121999 (6.92347) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.198896) Outpt time (%) = 0.016212 (92.0036) Other time (%) = 0.000154018 (0.87406) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:59 2021 Memory usage per processor = 27.55 Mbytes Step Atoms AVEKE stressZZ 26936 5000 1.2249471e-10 10917482 26937 -0.0148849999999919 10917347.0050565 26937 5000 1.2248612e-10 10917347 Loop time of 0.0185449 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:59 2021 Pair time (%) = 0.00156188 (8.42215) Neigh time (%) = 0 (0) Comm time (%) = 8.4877e-05 (0.457684) Outpt time (%) = 0.0167191 (90.1547) Other time (%) = 0.000179052 (0.965507) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:59 2021 Memory usage per processor = 27.55 Mbytes Step Atoms AVEKE stressZZ 26937 5000 1.2248612e-10 10917283 26938 -0.0148849999999919 10917147.6744696 26938 5000 1.2247755e-10 10917148 Loop time of 0.0201139 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:59 2021 Pair time (%) = 0.00117612 (5.84728) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.163577) Outpt time (%) = 0.018811 (93.5221) Other time (%) = 9.39369e-05 (0.467024) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:59 2021 Memory usage per processor = 27.55 Mbytes Step Atoms AVEKE stressZZ 26938 5000 1.2247755e-10 10917084 26939 -0.0148849999999919 10916948.3543421 26939 5000 1.22469e-10 10916948 Loop time of 0.020117 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:59 2021 Pair time (%) = 0.00118017 (5.86653) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.158811) Outpt time (%) = 0.018815 (93.5279) Other time (%) = 8.98838e-05 (0.446804) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:59 2021 Memory usage per processor = 27.55 Mbytes Step Atoms AVEKE stressZZ 26939 5000 1.22469e-10 10916884 26940 -0.0148849999999919 10916749.0446565 26940 5000 1.2246046e-10 10916749 Loop time of 0.0210721 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:59 2021 Pair time (%) = 0.00124884 (5.92648) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.152744) Outpt time (%) = 0.019702 (93.4976) Other time (%) = 8.91685e-05 (0.423158) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:59 2021 Memory usage per processor = 27.55 Mbytes Step Atoms AVEKE stressZZ 26940 5000 1.2246046e-10 10916685 26941 -0.0148849999999919 10916549.7454016 26941 5000 1.2245193e-10 10916550 Loop time of 0.0187871 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:59 2021 Pair time (%) = 0.00118017 (6.28181) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.170053) Outpt time (%) = 0.0174711 (92.9948) Other time (%) = 0.000103951 (0.553307) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:59 2021 Memory usage per processor = 27.55 Mbytes Step Atoms AVEKE stressZZ 26941 5000 1.2245193e-10 10916486 26942 -0.0148849999999919 10916350.4565698 26942 5000 1.224434e-10 10916350 Loop time of 0.0182731 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:59 2021 Pair time (%) = 0.001266 (6.92823) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.191798) Outpt time (%) = 0.0168681 (92.3111) Other time (%) = 0.000103951 (0.568871) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:59 2021 Memory usage per processor = 27.55 Mbytes Step Atoms AVEKE stressZZ 26942 5000 1.224434e-10 10916286 26943 -0.0148849999999919 10916151.1781553 26943 5000 1.2243488e-10 10916151 Loop time of 0.0182559 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:59 2021 Pair time (%) = 0.0016799 (9.20192) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.219404) Outpt time (%) = 0.0163538 (89.5809) Other time (%) = 0.000182152 (0.997767) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:59 2021 Memory usage per processor = 27.55 Mbytes Step Atoms AVEKE stressZZ 26943 5000 1.2243488e-10 10916087 26944 -0.0148849999999919 10915951.9101544 26944 5000 1.2242636e-10 10915952 Loop time of 0.0180199 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:59 2021 Pair time (%) = 0.00154805 (8.59078) Neigh time (%) = 0 (0) Comm time (%) = 4.31538e-05 (0.239478) Outpt time (%) = 0.016289 (90.3944) Other time (%) = 0.000139713 (0.775327) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:59 2021 Memory usage per processor = 27.55 Mbytes Step Atoms AVEKE stressZZ 26944 5000 1.2242636e-10 10915888 26945 -0.0148849999999919 10915752.6525734 26945 5000 1.2241784e-10 10915753 Loop time of 0.0183349 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:59 2021 Pair time (%) = 0.00122404 (6.67603) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.174248) Outpt time (%) = 0.016953 (92.4631) Other time (%) = 0.000125885 (0.686588) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:59 2021 Memory usage per processor = 27.55 Mbytes Step Atoms AVEKE stressZZ 26945 5000 1.2241784e-10 10915689 26946 -0.0148849999999919 10915553.4054158 26946 5000 1.2240932e-10 10915553 Loop time of 0.0180459 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:59 2021 Pair time (%) = 0.00121498 (6.73273) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.177038) Outpt time (%) = 0.016701 (92.5472) Other time (%) = 9.799e-05 (0.543004) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:59 2021 Memory usage per processor = 27.55 Mbytes Step Atoms AVEKE stressZZ 26946 5000 1.2240932e-10 10915489 26947 -0.0148849999999919 10915354.1686658 26947 5000 1.2240081e-10 10915354 Loop time of 0.017334 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:59 2021 Pair time (%) = 0.00118113 (6.81393) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191186) Outpt time (%) = 0.015991 (92.2521) Other time (%) = 0.000128746 (0.742738) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:59 2021 Memory usage per processor = 27.55 Mbytes Step Atoms AVEKE stressZZ 26947 5000 1.2240081e-10 10915290 26948 -0.0148849999999919 10915154.9423216 26948 5000 1.2239229e-10 10915155 Loop time of 0.0175841 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:59 2021 Pair time (%) = 0.00138903 (7.89934) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.199314) Outpt time (%) = 0.0160141 (91.0715) Other time (%) = 0.000145912 (0.829797) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:59 2021 Memory usage per processor = 27.55 Mbytes Step Atoms AVEKE stressZZ 26948 5000 1.2239229e-10 10915091 26949 -0.0148849999999919 10914955.7263811 26949 5000 1.2238378e-10 10914956 Loop time of 0.018177 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:59 2021 Pair time (%) = 0.00125217 (6.88877) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.175761) Outpt time (%) = 0.0167921 (92.3806) Other time (%) = 0.000100851 (0.554827) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:59 2021 Memory usage per processor = 27.55 Mbytes Step Atoms AVEKE stressZZ 26949 5000 1.2238378e-10 10914892 26950 -0.0148849999999919 10914756.5208426 26950 5000 1.2237527e-10 10914757 Loop time of 0.020575 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:59 2021 Pair time (%) = 0.00117803 (5.72551) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.155276) Outpt time (%) = 0.0192709 (93.6615) Other time (%) = 9.41753e-05 (0.457716) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:59 2021 Memory usage per processor = 27.55 Mbytes Step Atoms AVEKE stressZZ 26950 5000 1.2237527e-10 10914693 26951 -0.0148849999999919 10914557.3257045 26951 5000 1.2236676e-10 10914557 Loop time of 0.0181808 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:59 2021 Pair time (%) = 0.00122809 (6.75488) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.170478) Outpt time (%) = 0.016825 (92.5422) Other time (%) = 9.67979e-05 (0.532417) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:59 2021 Memory usage per processor = 27.55 Mbytes Step Atoms AVEKE stressZZ 26951 5000 1.2236676e-10 10914493 26952 -0.0148849999999919 10914358.1409652 26952 5000 1.2235825e-10 10914358 Loop time of 0.0173521 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:59 2021 Pair time (%) = 0.00118279 (6.81643) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189613) Outpt time (%) = 0.0160348 (92.4086) Other time (%) = 0.000101566 (0.585326) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:59 2021 Memory usage per processor = 27.55 Mbytes Step Atoms AVEKE stressZZ 26952 5000 1.2235825e-10 10914294 26953 -0.0148849999999919 10914158.966623 26953 5000 1.2234974e-10 10914159 Loop time of 0.0179989 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:59 2021 Pair time (%) = 0.00148821 (8.26832) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.200019) Outpt time (%) = 0.0162771 (90.4336) Other time (%) = 0.000197649 (1.09812) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:59 2021 Memory usage per processor = 27.55 Mbytes Step Atoms AVEKE stressZZ 26953 5000 1.2234974e-10 10914095 26954 -0.0148849999999919 10913959.8026767 26954 5000 1.2234123e-10 10913960 Loop time of 0.017977 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:59 2021 Pair time (%) = 0.00123405 (6.86463) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.177716) Outpt time (%) = 0.0166159 (92.4285) Other time (%) = 9.5129e-05 (0.529171) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:59 2021 Memory usage per processor = 27.55 Mbytes Step Atoms AVEKE stressZZ 26954 5000 1.2234123e-10 10913896 26955 -0.0148849999999919 10913760.6491247 26955 5000 1.2233272e-10 10913761 Loop time of 0.0183942 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:59 2021 Pair time (%) = 0.00127101 (6.90983) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.180166) Outpt time (%) = 0.0169232 (92.0027) Other time (%) = 0.000166893 (0.907312) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:59 2021 Memory usage per processor = 27.55 Mbytes Step Atoms AVEKE stressZZ 26955 5000 1.2233272e-10 10913697 26956 -0.0148849999999919 10913561.5059655 26956 5000 1.2232422e-10 10913562 Loop time of 0.0174301 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:59 2021 Pair time (%) = 0.00117612 (6.74764) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183293) Outpt time (%) = 0.0161271 (92.5247) Other time (%) = 9.48906e-05 (0.544408) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:59 2021 Memory usage per processor = 27.55 Mbytes Step Atoms AVEKE stressZZ 26956 5000 1.2232422e-10 10913498 26957 -0.0148849999999919 10913362.3731979 26957 5000 1.2231571e-10 10913362 Loop time of 0.0179489 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:59 2021 Pair time (%) = 0.00145817 (8.12401) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.216516) Outpt time (%) = 0.0162859 (90.735) Other time (%) = 0.000165939 (0.924512) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:59 2021 Memory usage per processor = 27.55 Mbytes Step Atoms AVEKE stressZZ 26957 5000 1.2231571e-10 10913298 26958 -0.0148849999999919 10913163.2508205 26958 5000 1.2230721e-10 10913163 Loop time of 0.0180681 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:59 2021 Pair time (%) = 0.00123119 (6.81419) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.182099) Outpt time (%) = 0.0167031 (92.4455) Other time (%) = 0.000100851 (0.558173) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:59 2021 Memory usage per processor = 27.55 Mbytes Step Atoms AVEKE stressZZ 26958 5000 1.2230721e-10 10913099 26959 -0.0148849999999919 10912964.1388319 26959 5000 1.2229871e-10 10912964 Loop time of 0.0183051 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:59 2021 Pair time (%) = 0.00117779 (6.43422) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.174531) Outpt time (%) = 0.0170009 (92.8755) Other time (%) = 9.44138e-05 (0.515779) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:59 2021 Memory usage per processor = 27.55 Mbytes Step Atoms AVEKE stressZZ 26959 5000 1.2229871e-10 10912900 26960 -0.0148849999999919 10912765.0372307 26960 5000 1.222902e-10 10912765 Loop time of 0.0208199 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:59 2021 Pair time (%) = 0.00126815 (6.09104) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.230175) Outpt time (%) = 0.0193861 (93.1131) Other time (%) = 0.000117779 (0.565703) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:59 2021 Memory usage per processor = 27.55 Mbytes Step Atoms AVEKE stressZZ 26960 5000 1.222902e-10 10912701 26961 -0.0148849999999919 10912565.9460158 26961 5000 1.222817e-10 10912566 Loop time of 0.0173321 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:59 2021 Pair time (%) = 0.00123 (7.09668) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.202212) Outpt time (%) = 0.0159678 (92.1289) Other time (%) = 9.91821e-05 (0.572246) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:59 2021 Memory usage per processor = 27.55 Mbytes Step Atoms AVEKE stressZZ 26961 5000 1.222817e-10 10912502 26962 -0.0148849999999919 10912366.8651857 26962 5000 1.222732e-10 10912367 Loop time of 0.0181351 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:59 2021 Pair time (%) = 0.00161004 (8.87805) Neigh time (%) = 0 (0) Comm time (%) = 4.91142e-05 (0.270825) Outpt time (%) = 0.0163491 (90.1517) Other time (%) = 0.000126839 (0.699411) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:59 2021 Memory usage per processor = 27.55 Mbytes Step Atoms AVEKE stressZZ 26962 5000 1.222732e-10 10912303 26963 -0.0148849999999919 10912167.794739 26963 5000 1.222647e-10 10912168 Loop time of 0.017895 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:59 2021 Pair time (%) = 0.00122595 (6.85079) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.178531) Outpt time (%) = 0.0165429 (92.4444) Other time (%) = 9.41753e-05 (0.526267) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:59 2021 Memory usage per processor = 27.55 Mbytes Step Atoms AVEKE stressZZ 26963 5000 1.222647e-10 10912104 26964 -0.0148849999999919 10911968.734675 26964 5000 1.2225621e-10 10911969 Loop time of 0.0180559 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:28:59 2021 Pair time (%) = 0.00123501 (6.83991) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.171658) Outpt time (%) = 0.016686 (92.4127) Other time (%) = 0.000103951 (0.575714) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:28:59 2021 Memory usage per processor = 27.55 Mbytes Step Atoms AVEKE stressZZ 26964 5000 1.2225621e-10 10911905 26965 -0.0148849999999919 10911769.6849918 26965 5000 1.2224771e-10 10911770 Loop time of 0.0173311 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:00 2021 Pair time (%) = 0.001194 (6.88934) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184339) Outpt time (%) = 0.016011 (92.3829) Other time (%) = 9.41753e-05 (0.543389) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:00 2021 Memory usage per processor = 27.55 Mbytes Step Atoms AVEKE stressZZ 26965 5000 1.2224771e-10 10911706 26966 -0.0148849999999919 10911570.6456885 26966 5000 1.2223921e-10 10911571 Loop time of 0.0178032 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:00 2021 Pair time (%) = 0.00144005 (8.08871) Neigh time (%) = 0 (0) Comm time (%) = 5.29289e-05 (0.2973) Outpt time (%) = 0.0161228 (90.5614) Other time (%) = 0.000187397 (1.0526) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:00 2021 Memory usage per processor = 27.55 Mbytes Step Atoms AVEKE stressZZ 26966 5000 1.2223921e-10 10911507 26967 -0.0148849999999919 10911371.6167636 26967 5000 1.2223072e-10 10911372 Loop time of 0.0181921 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:00 2021 Pair time (%) = 0.00122404 (6.72844) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.176926) Outpt time (%) = 0.01684 (92.5678) Other time (%) = 9.58443e-05 (0.526847) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:00 2021 Memory usage per processor = 27.55 Mbytes Step Atoms AVEKE stressZZ 26967 5000 1.2223072e-10 10911308 26968 -0.0148849999999919 10911172.5982163 26968 5000 1.2222222e-10 10911173 Loop time of 0.0184689 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:00 2021 Pair time (%) = 0.00117803 (6.37845) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.179438) Outpt time (%) = 0.0171709 (92.9722) Other time (%) = 8.67844e-05 (0.469896) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:00 2021 Memory usage per processor = 27.55 Mbytes Step Atoms AVEKE stressZZ 26968 5000 1.2222222e-10 10911109 26969 -0.0148849999999919 10910973.590045 26969 5000 1.2221373e-10 10910974 Loop time of 0.018158 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:00 2021 Pair time (%) = 0.0011971 (6.5927) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.175945) Outpt time (%) = 0.016783 (92.4278) Other time (%) = 0.000145912 (0.803571) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:00 2021 Memory usage per processor = 27.55 Mbytes Step Atoms AVEKE stressZZ 26969 5000 1.2221373e-10 10910910 26970 -0.0148849999999919 10910774.5922486 26970 5000 1.2220524e-10 10910775 Loop time of 0.0201931 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:00 2021 Pair time (%) = 0.00130606 (6.46784) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.178285) Outpt time (%) = 0.0187111 (92.6608) Other time (%) = 0.000139952 (0.693067) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:00 2021 Memory usage per processor = 27.55 Mbytes Step Atoms AVEKE stressZZ 26970 5000 1.2220524e-10 10910711 26971 -0.0148849999999919 10910575.6048258 26971 5000 1.2219675e-10 10910576 Loop time of 0.0181551 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:00 2021 Pair time (%) = 0.00148988 (8.20639) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.187792) Outpt time (%) = 0.0165009 (90.8888) Other time (%) = 0.000130177 (0.717025) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:00 2021 Memory usage per processor = 27.55 Mbytes Step Atoms AVEKE stressZZ 26971 5000 1.2219675e-10 10910512 26972 -0.0148849999999919 10910376.6277758 26972 5000 1.2218826e-10 10910377 Loop time of 0.018014 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:00 2021 Pair time (%) = 0.00118089 (6.5554) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.177352) Outpt time (%) = 0.0167069 (92.7445) Other time (%) = 9.41753e-05 (0.522791) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:00 2021 Memory usage per processor = 27.55 Mbytes Step Atoms AVEKE stressZZ 26972 5000 1.2218826e-10 10910313 26973 -0.0148849999999919 10910177.6610969 26973 5000 1.2217977e-10 10910178 Loop time of 0.0176098 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:00 2021 Pair time (%) = 0.00118113 (6.70719) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.181422) Outpt time (%) = 0.016305 (92.5901) Other time (%) = 9.17912e-05 (0.521249) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:00 2021 Memory usage per processor = 27.55 Mbytes Step Atoms AVEKE stressZZ 26973 5000 1.2217977e-10 10910114 26974 -0.0148849999999919 10909978.7047881 26974 5000 1.2217128e-10 10909979 Loop time of 0.017312 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:00 2021 Pair time (%) = 0.00122786 (7.09249) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190051) Outpt time (%) = 0.0159481 (92.1211) Other time (%) = 0.000103235 (0.59632) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:00 2021 Memory usage per processor = 27.55 Mbytes Step Atoms AVEKE stressZZ 26974 5000 1.2217128e-10 10909915 26975 -0.0148849999999919 10909779.7588482 26975 5000 1.2216279e-10 10909780 Loop time of 0.0180292 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:00 2021 Pair time (%) = 0.00147104 (8.15922) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.204972) Outpt time (%) = 0.016356 (90.7194) Other time (%) = 0.000165224 (0.916424) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:00 2021 Memory usage per processor = 27.55 Mbytes Step Atoms AVEKE stressZZ 26975 5000 1.2216279e-10 10909716 26976 -0.0148849999999919 10909580.823276 26976 5000 1.2215431e-10 10909581 Loop time of 0.0179992 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:00 2021 Pair time (%) = 0.00118208 (6.56741) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.177498) Outpt time (%) = 0.0166922 (92.7385) Other time (%) = 9.29832e-05 (0.516597) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:00 2021 Memory usage per processor = 27.55 Mbytes Step Atoms AVEKE stressZZ 26976 5000 1.2215431e-10 10909517 26977 -0.0148849999999919 10909381.8981304 26977 5000 1.2214582e-10 10909382 Loop time of 0.017926 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:00 2021 Pair time (%) = 0.00117707 (6.56629) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.178222) Outpt time (%) = 0.016624 (92.7368) Other time (%) = 9.29832e-05 (0.518707) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:00 2021 Memory usage per processor = 27.55 Mbytes Step Atoms AVEKE stressZZ 26977 5000 1.2214582e-10 10909318 26978 -0.0148849999999919 10909182.9834454 26978 5000 1.2213734e-10 10909183 Loop time of 0.01739 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:00 2021 Pair time (%) = 0.00120902 (6.95238) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.196054) Outpt time (%) = 0.0159841 (91.9152) Other time (%) = 0.00016284 (0.936399) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:00 2021 Memory usage per processor = 27.55 Mbytes Step Atoms AVEKE stressZZ 26978 5000 1.2213734e-10 10909119 26979 -0.0148849999999919 10908984.079179 26979 5000 1.2212886e-10 10908984 Loop time of 0.0179951 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:00 2021 Pair time (%) = 0.00177097 (9.84141) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.211985) Outpt time (%) = 0.0160122 (88.9807) Other time (%) = 0.000173807 (0.965857) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:00 2021 Memory usage per processor = 27.55 Mbytes Step Atoms AVEKE stressZZ 26979 5000 1.2212886e-10 10908920 26980 -0.0148849999999919 10908785.1853181 26980 5000 1.2212037e-10 10908785 Loop time of 0.022784 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:00 2021 Pair time (%) = 0.00119495 (5.24471) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.140222) Outpt time (%) = 0.0211999 (93.0475) Other time (%) = 0.000357151 (1.56755) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:00 2021 Memory usage per processor = 27.55 Mbytes Step Atoms AVEKE stressZZ 26980 5000 1.2212037e-10 10908721 26981 -0.0148849999999919 10908586.301856 26981 5000 1.2211189e-10 10908586 Loop time of 0.0187409 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:00 2021 Pair time (%) = 0.00148988 (7.94988) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.165384) Outpt time (%) = 0.017128 (91.3937) Other time (%) = 9.20296e-05 (0.491063) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:00 2021 Memory usage per processor = 27.55 Mbytes Step Atoms AVEKE stressZZ 26981 5000 1.2211189e-10 10908522 26982 -0.0148849999999919 10908387.4287868 26982 5000 1.2210341e-10 10908387 Loop time of 0.0184088 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:00 2021 Pair time (%) = 0.00148988 (8.0933) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.173548) Outpt time (%) = 0.016798 (91.2501) Other time (%) = 8.89301e-05 (0.483086) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:00 2021 Memory usage per processor = 27.55 Mbytes Step Atoms AVEKE stressZZ 26982 5000 1.2210341e-10 10908324 26983 -0.0148849999999919 10908188.5661064 26983 5000 1.2209493e-10 10908189 Loop time of 0.018734 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:00 2021 Pair time (%) = 0.00132298 (7.06195) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.180717) Outpt time (%) = 0.017261 (92.1375) Other time (%) = 0.00011611 (0.619782) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:00 2021 Memory usage per processor = 27.55 Mbytes Step Atoms AVEKE stressZZ 26983 5000 1.2209493e-10 10908125 26984 -0.0148849999999919 10907989.7138119 26984 5000 1.2208645e-10 10907990 Loop time of 0.0179861 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:00 2021 Pair time (%) = 0.00121689 (6.76573) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.177627) Outpt time (%) = 0.016639 (92.5105) Other time (%) = 9.82285e-05 (0.546137) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:00 2021 Memory usage per processor = 27.55 Mbytes Step Atoms AVEKE stressZZ 26984 5000 1.2208645e-10 10907926 26985 -0.0148849999999919 10907790.8718998 26985 5000 1.2207798e-10 10907791 Loop time of 0.0180609 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:00 2021 Pair time (%) = 0.00117683 (6.51591) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.17161) Outpt time (%) = 0.016758 (92.7858) Other time (%) = 9.5129e-05 (0.526712) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:00 2021 Memory usage per processor = 27.55 Mbytes Step Atoms AVEKE stressZZ 26985 5000 1.2207798e-10 10907727 26986 -0.0148849999999919 10907592.0403679 26986 5000 1.220695e-10 10907592 Loop time of 0.0174189 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:00 2021 Pair time (%) = 0.00118995 (6.83137) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.190255) Outpt time (%) = 0.0160758 (92.2899) Other time (%) = 0.000119925 (0.688475) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:00 2021 Memory usage per processor = 27.55 Mbytes Step Atoms AVEKE stressZZ 26986 5000 1.220695e-10 10907528 26987 -0.0148849999999919 10907393.2192135 26987 5000 1.2206103e-10 10907393 Loop time of 0.0173299 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:00 2021 Pair time (%) = 0.00118113 (6.81552) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.185728) Outpt time (%) = 0.016032 (92.5104) Other time (%) = 8.46386e-05 (0.488395) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:00 2021 Memory usage per processor = 27.55 Mbytes Step Atoms AVEKE stressZZ 26987 5000 1.2206103e-10 10907329 26988 -0.0148849999999919 10907194.4084349 26988 5000 1.2205255e-10 10907194 Loop time of 0.017302 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:00 2021 Pair time (%) = 0.00121593 (7.0277) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.186027) Outpt time (%) = 0.0159631 (92.2613) Other time (%) = 9.08375e-05 (0.52501) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:00 2021 Memory usage per processor = 27.55 Mbytes Step Atoms AVEKE stressZZ 26988 5000 1.2205255e-10 10907130 26989 -0.0148849999999919 10906995.6080295 26989 5000 1.2204408e-10 10906996 Loop time of 0.017081 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:00 2021 Pair time (%) = 0.00118017 (6.90926) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187039) Outpt time (%) = 0.01578 (92.3831) Other time (%) = 8.89301e-05 (0.520637) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:00 2021 Memory usage per processor = 27.55 Mbytes Step Atoms AVEKE stressZZ 26989 5000 1.2204408e-10 10906932 26990 -0.0148849999999919 10906796.8179836 26990 5000 1.2203561e-10 10906797 Loop time of 0.0195069 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:00 2021 Pair time (%) = 0.00117803 (6.03901) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.165) Outpt time (%) = 0.018209 (93.3462) Other time (%) = 8.7738e-05 (0.449779) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:00 2021 Memory usage per processor = 27.55 Mbytes Step Atoms AVEKE stressZZ 26990 5000 1.2203561e-10 10906733 26991 -0.0148849999999919 10906598.038256 26991 5000 1.2202714e-10 10906598 Loop time of 0.017004 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:00 2021 Pair time (%) = 0.00123906 (7.28688) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.189288) Outpt time (%) = 0.0156429 (91.9952) Other time (%) = 8.98838e-05 (0.528603) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:00 2021 Memory usage per processor = 27.55 Mbytes Step Atoms AVEKE stressZZ 26991 5000 1.2202714e-10 10906534 26992 -0.0148849999999919 10906399.2688921 26992 5000 1.2201866e-10 10906399 Loop time of 0.017024 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:00 2021 Pair time (%) = 0.00115299 (6.77273) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.182063) Outpt time (%) = 0.0157549 (92.5452) Other time (%) = 8.51154e-05 (0.499972) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:00 2021 Memory usage per processor = 27.55 Mbytes Step Atoms AVEKE stressZZ 26992 5000 1.2201866e-10 10906335 26993 -0.0148849999999919 10906200.5098906 26993 5000 1.220102e-10 10906201 Loop time of 0.0169959 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:00 2021 Pair time (%) = 0.00116897 (6.87793) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187975) Outpt time (%) = 0.0156929 (92.3337) Other time (%) = 0.000102043 (0.600398) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:00 2021 Memory usage per processor = 27.55 Mbytes Step Atoms AVEKE stressZZ 26993 5000 1.220102e-10 10906137 26994 -0.0148849999999919 10906001.7612498 26994 5000 1.2200173e-10 10906002 Loop time of 0.0170851 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:00 2021 Pair time (%) = 0.00117612 (6.8839) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186994) Outpt time (%) = 0.01579 (92.4198) Other time (%) = 8.70228e-05 (0.50935) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:00 2021 Memory usage per processor = 27.55 Mbytes Step Atoms AVEKE stressZZ 26994 5000 1.2200173e-10 10905938 26995 -0.0148849999999919 10905803.0229684 26995 5000 1.2199326e-10 10905803 Loop time of 0.017071 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:00 2021 Pair time (%) = 0.00114918 (6.73175) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.187148) Outpt time (%) = 0.01579 (92.4959) Other time (%) = 9.98974e-05 (0.585187) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:00 2021 Memory usage per processor = 27.55 Mbytes Step Atoms AVEKE stressZZ 26995 5000 1.2199326e-10 10905739 26996 -0.0148849999999919 10905604.295045 26996 5000 1.2198479e-10 10905604 Loop time of 0.017117 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:00 2021 Pair time (%) = 0.00118113 (6.9003) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.298075) Outpt time (%) = 0.0157969 (92.2877) Other time (%) = 8.79765e-05 (0.513971) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:00 2021 Memory usage per processor = 27.55 Mbytes Step Atoms AVEKE stressZZ 26996 5000 1.2198479e-10 10905540 26997 -0.0148849999999919 10905405.5774782 26997 5000 1.2197633e-10 10905406 Loop time of 0.0169199 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:00 2021 Pair time (%) = 0.00115585 (6.83134) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.183184) Outpt time (%) = 0.0156441 (92.4599) Other time (%) = 8.89301e-05 (0.525596) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:00 2021 Memory usage per processor = 27.55 Mbytes Step Atoms AVEKE stressZZ 26997 5000 1.2197633e-10 10905342 26998 -0.0148849999999919 10905206.8702669 26998 5000 1.2196786e-10 10905207 Loop time of 0.016907 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:00 2021 Pair time (%) = 0.00115204 (6.81398) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.183323) Outpt time (%) = 0.015635 (92.4767) Other time (%) = 8.89301e-05 (0.525997) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:00 2021 Memory usage per processor = 27.55 Mbytes Step Atoms AVEKE stressZZ 26998 5000 1.2196786e-10 10905143 26999 -0.0148849999999919 10905008.1734094 26999 5000 1.219594e-10 10905008 Loop time of 0.0183358 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:00 2021 Pair time (%) = 0.0011549 (6.2986) Neigh time (%) = 0 (0) Comm time (%) = 5.29289e-05 (0.288664) Outpt time (%) = 0.0170228 (92.8393) Other time (%) = 0.000105143 (0.573427) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:00 2021 Memory usage per processor = 27.55 Mbytes Step Atoms AVEKE stressZZ 26999 5000 1.219594e-10 10904944 27000 -0.0148849999999919 10904809.4869046 27000 5000 1.2195094e-10 10904809 Loop time of 0.020889 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:00 2021 Pair time (%) = 0.00129604 (6.20442) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.167779) Outpt time (%) = 0.0194581 (93.1496) Other time (%) = 9.98974e-05 (0.478229) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:00 2021 Memory usage per processor = 27.55 Mbytes Step Atoms AVEKE stressZZ 27000 5000 1.2195094e-10 10904746 27001 -0.0148849999999919 10904610.8107512 27001 5000 1.2194248e-10 10904611 Loop time of 0.0173378 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:00 2021 Pair time (%) = 0.00123096 (7.09983) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184268) Outpt time (%) = 0.015918 (91.8111) Other time (%) = 0.000156879 (0.90484) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:00 2021 Memory usage per processor = 27.55 Mbytes Step Atoms AVEKE stressZZ 27001 5000 1.2194248e-10 10904547 27002 -0.0148849999999919 10904412.144948 27002 5000 1.2193402e-10 10904412 Loop time of 0.0178781 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:00 2021 Pair time (%) = 0.00147104 (8.2282) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.201371) Outpt time (%) = 0.016264 (90.9716) Other time (%) = 0.00010705 (0.598778) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:00 2021 Memory usage per processor = 27.55 Mbytes Step Atoms AVEKE stressZZ 27002 5000 1.2193402e-10 10904348 27003 -0.0148849999999919 10904213.4894938 27003 5000 1.2192556e-10 10904213 Loop time of 0.0183878 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:00 2021 Pair time (%) = 0.00130701 (7.10803) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.173746) Outpt time (%) = 0.0169449 (92.1529) Other time (%) = 0.000103951 (0.565323) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:00 2021 Memory usage per processor = 27.55 Mbytes Step Atoms AVEKE stressZZ 27003 5000 1.2192556e-10 10904150 27004 -0.0148849999999919 10904014.844387 27004 5000 1.219171e-10 10904015 Loop time of 0.01825 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:00 2021 Pair time (%) = 0.00122094 (6.69009) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.175058) Outpt time (%) = 0.0169032 (92.6201) Other time (%) = 9.39369e-05 (0.514723) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:00 2021 Memory usage per processor = 27.55 Mbytes Step Atoms AVEKE stressZZ 27004 5000 1.219171e-10 10903951 27005 -0.0148849999999919 10903816.2096268 27005 5000 1.2190864e-10 10903816 Loop time of 0.017657 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:00 2021 Pair time (%) = 0.00128388 (7.27123) Neigh time (%) = 0 (0) Comm time (%) = 4.72069e-05 (0.267354) Outpt time (%) = 0.0162051 (91.7768) Other time (%) = 0.000120878 (0.684589) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:00 2021 Memory usage per processor = 27.55 Mbytes Step Atoms AVEKE stressZZ 27005 5000 1.2190864e-10 10903752 27006 -0.0148849999999919 10903617.5852116 27006 5000 1.2190018e-10 10903618 Loop time of 0.0175209 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:01 2021 Pair time (%) = 0.00124192 (7.08823) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.200033) Outpt time (%) = 0.0161211 (92.0109) Other time (%) = 0.000122786 (0.700795) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:01 2021 Memory usage per processor = 27.55 Mbytes Step Atoms AVEKE stressZZ 27006 5000 1.2190018e-10 10903554 27007 -0.0148849999999919 10903418.9711407 27007 5000 1.2189173e-10 10903419 Loop time of 0.0183001 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:01 2021 Pair time (%) = 0.00139999 (7.65022) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.196727) Outpt time (%) = 0.016705 (91.2841) Other time (%) = 0.000159025 (0.868987) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:29:01 2021 Memory usage per processor = 27.55 Mbytes Step Atoms AVEKE stressZZ 27007 5000 1.2189173e-10 10903355 27008 -0.0148849999999919 10903194.1853814 27008 5000 2.4020625e-10 10903554 Loop time of 0.0174942 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:01 2021 Pair time (%) = 0.00122094 (6.97912) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182621) Outpt time (%) = 0.0161228 (92.1609) Other time (%) = 0.000118494 (0.677333) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:01 2021 Memory usage per processor = 27.55 Mbytes Step Atoms AVEKE stressZZ 27008 5000 2.4020625e-10 10978744 27009 -0.0149174999999919 10978566.6259217 27009 5000 1.9320975e-10 10978567 Loop time of 0.017549 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:01 2021 Pair time (%) = 0.00121808 (6.94101) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18205) Outpt time (%) = 0.0162051 (92.3417) Other time (%) = 9.39369e-05 (0.535282) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:01 2021 Memory usage per processor = 27.55 Mbytes Step Atoms AVEKE stressZZ 27009 5000 1.9320975e-10 10978480 27010 -0.0149174999999919 10978317.9165709 27010 5000 1.6600307e-10 10978318 Loop time of 0.0199201 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:01 2021 Pair time (%) = 0.00126886 (6.36976) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.171153) Outpt time (%) = 0.0185149 (92.9456) Other time (%) = 0.000102282 (0.513459) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:01 2021 Memory usage per processor = 27.5501 Mbytes Step Atoms AVEKE stressZZ 27010 5000 1.6600307e-10 10978239 27011 -0.0149174999999919 10978086.8010023 27011 5000 1.4978557e-10 10978087 Loop time of 0.0177739 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:01 2021 Pair time (%) = 0.00152898 (8.6024) Neigh time (%) = 0 (0) Comm time (%) = 5.50747e-05 (0.309863) Outpt time (%) = 0.0160098 (90.075) Other time (%) = 0.000180006 (1.01276) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:01 2021 Memory usage per processor = 27.5501 Mbytes Step Atoms AVEKE stressZZ 27011 5000 1.4978557e-10 10978013 27012 -0.0149174999999919 10977866.8702534 27012 5000 1.3991061e-10 10977867 Loop time of 0.0179949 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:01 2021 Pair time (%) = 0.00120997 (6.72399) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.17754) Outpt time (%) = 0.0166271 (92.3989) Other time (%) = 0.000125885 (0.69956) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:01 2021 Memory usage per processor = 27.5501 Mbytes Step Atoms AVEKE stressZZ 27012 5000 1.3991061e-10 10977797 27013 -0.0149174999999919 10977654.0513777 27013 5000 1.3380739e-10 10977654 Loop time of 0.0179241 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:01 2021 Pair time (%) = 0.00117683 (6.56566) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.178241) Outpt time (%) = 0.0166209 (92.7294) Other time (%) = 9.44138e-05 (0.526743) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:01 2021 Memory usage per processor = 27.5501 Mbytes Step Atoms AVEKE stressZZ 27013 5000 1.3380739e-10 10977586 27014 -0.0149174999999919 10977445.7559806 27014 5000 1.2999654e-10 10977446 Loop time of 0.017175 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:01 2021 Pair time (%) = 0.00118089 (6.87563) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186016) Outpt time (%) = 0.0158691 (92.397) Other time (%) = 9.29832e-05 (0.541388) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:01 2021 Memory usage per processor = 27.5501 Mbytes Step Atoms AVEKE stressZZ 27014 5000 1.2999654e-10 10977379 27015 -0.0149174999999919 10977240.3391117 27015 5000 1.2760024e-10 10977240 Loop time of 0.017818 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:01 2021 Pair time (%) = 0.00153899 (8.6373) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.20205) Outpt time (%) = 0.0160861 (90.2802) Other time (%) = 0.000156879 (0.880456) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:01 2021 Memory usage per processor = 27.5501 Mbytes Step Atoms AVEKE stressZZ 27015 5000 1.2760024e-10 10977174 27016 -0.0149174999999919 10977036.7553886 27016 5000 1.2608583e-10 10977037 Loop time of 0.0181861 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:01 2021 Pair time (%) = 0.00122499 (6.73589) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.175673) Outpt time (%) = 0.0167751 (92.2415) Other time (%) = 0.000154018 (0.846902) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:01 2021 Memory usage per processor = 27.5501 Mbytes Step Atoms AVEKE stressZZ 27016 5000 1.2608583e-10 10976971 27017 -0.0149174999999919 10976834.3404598 27017 5000 1.2512497e-10 10976834 Loop time of 0.0181949 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:01 2021 Pair time (%) = 0.00117803 (6.47448) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.175588) Outpt time (%) = 0.016892 (92.8389) Other time (%) = 9.29832e-05 (0.51104) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:01 2021 Memory usage per processor = 27.5501 Mbytes Step Atoms AVEKE stressZZ 27017 5000 1.2512497e-10 10976769 27018 -0.0149174999999919 10976632.6721221 27018 5000 1.245131e-10 10976633 Loop time of 0.017545 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:01 2021 Pair time (%) = 0.00132298 (7.54053) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182092) Outpt time (%) = 0.0160849 (91.6781) Other time (%) = 0.000105143 (0.599274) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:01 2021 Memory usage per processor = 27.5501 Mbytes Step Atoms AVEKE stressZZ 27018 5000 1.245131e-10 10976568 27019 -0.0149174999999919 10976431.4820606 27019 5000 1.2412188e-10 10976431 Loop time of 0.017808 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:01 2021 Pair time (%) = 0.00141597 (7.95132) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.207519) Outpt time (%) = 0.016216 (91.0606) Other time (%) = 0.000138998 (0.780539) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:01 2021 Memory usage per processor = 27.5501 Mbytes Step Atoms AVEKE stressZZ 27019 5000 1.2412188e-10 10976367 27020 -0.0149174999999919 10976230.5997584 27020 5000 1.2387045e-10 10976231 Loop time of 0.0211689 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:01 2021 Pair time (%) = 0.00124502 (5.88136) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.15092) Outpt time (%) = 0.019788 (93.4767) Other time (%) = 0.000103951 (0.491052) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:01 2021 Memory usage per processor = 27.5501 Mbytes Step Atoms AVEKE stressZZ 27020 5000 1.2387045e-10 10976166 27021 -0.0149174999999919 10976029.916849 27021 5000 1.2370765e-10 10976030 Loop time of 0.0180321 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:01 2021 Pair time (%) = 0.00117898 (6.53824) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.177174) Outpt time (%) = 0.016727 (92.7623) Other time (%) = 9.41753e-05 (0.522266) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:01 2021 Memory usage per processor = 27.5501 Mbytes Step Atoms AVEKE stressZZ 27021 5000 1.2370765e-10 10975965 27022 -0.0149174999999919 10975829.3644645 27022 5000 1.2360112e-10 10975829 Loop time of 0.02 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:01 2021 Pair time (%) = 0.00117803 (5.89014) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.159741) Outpt time (%) = 0.0187011 (93.5055) Other time (%) = 8.89301e-05 (0.444651) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:01 2021 Memory usage per processor = 27.5501 Mbytes Step Atoms AVEKE stressZZ 27022 5000 1.2360112e-10 10975765 27023 -0.0149174999999919 10975628.8988377 27023 5000 1.2353031e-10 10975629 Loop time of 0.020889 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:01 2021 Pair time (%) = 0.00149012 (7.13348) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.154083) Outpt time (%) = 0.0192759 (92.2776) Other time (%) = 9.08375e-05 (0.434857) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:01 2021 Memory usage per processor = 27.5501 Mbytes Step Atoms AVEKE stressZZ 27023 5000 1.2353031e-10 10975564 27024 -0.0149174999999919 10975428.492154 27024 5000 1.2348219e-10 10975428 Loop time of 0.0184152 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:01 2021 Pair time (%) = 0.00132585 (7.19973) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.173487) Outpt time (%) = 0.016968 (92.1413) Other time (%) = 8.9407e-05 (0.485506) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:01 2021 Memory usage per processor = 27.5501 Mbytes Step Atoms AVEKE stressZZ 27024 5000 1.2348219e-10 10975364 27025 -0.0149174999999919 10975228.1267359 27025 5000 1.2344848e-10 10975228 Loop time of 0.0184791 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:01 2021 Pair time (%) = 0.00132704 (7.18129) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.254171) Outpt time (%) = 0.0169592 (91.7749) Other time (%) = 0.000145912 (0.789606) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:01 2021 Memory usage per processor = 27.5501 Mbytes Step Atoms AVEKE stressZZ 27025 5000 1.2344848e-10 10975164 27026 -0.0149174999999919 10975027.7913495 27026 5000 1.2342393e-10 10975028 Loop time of 0.01842 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:01 2021 Pair time (%) = 0.00135088 (7.33377) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.200624) Outpt time (%) = 0.0168891 (91.689) Other time (%) = 0.000143051 (0.776609) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:01 2021 Memory usage per processor = 27.5501 Mbytes Step Atoms AVEKE stressZZ 27026 5000 1.2342393e-10 10974963 27027 -0.0149174999999919 10974827.4788546 27027 5000 1.234052e-10 10974827 Loop time of 0.0177321 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:01 2021 Pair time (%) = 0.00123906 (6.98766) Neigh time (%) = 0 (0) Comm time (%) = 5.38826e-05 (0.30387) Outpt time (%) = 0.0163481 (92.1949) Other time (%) = 9.10759e-05 (0.51362) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:01 2021 Memory usage per processor = 27.5501 Mbytes Step Atoms AVEKE stressZZ 27027 5000 1.234052e-10 10974763 27028 -0.0149174999999919 10974627.184713 27028 5000 1.2339017e-10 10974627 Loop time of 0.0176189 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:01 2021 Pair time (%) = 0.0013628 (7.73488) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.221925) Outpt time (%) = 0.0160849 (91.2935) Other time (%) = 0.000132084 (0.749672) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:01 2021 Memory usage per processor = 27.5501 Mbytes Step Atoms AVEKE stressZZ 27028 5000 1.2339017e-10 10974563 27029 -0.0149174999999919 10974426.9060404 27029 5000 1.233775e-10 10974427 Loop time of 0.0182381 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:01 2021 Pair time (%) = 0.00123096 (6.74937) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.181709) Outpt time (%) = 0.0168719 (92.5094) Other time (%) = 0.000102043 (0.559506) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:01 2021 Memory usage per processor = 27.5501 Mbytes Step Atoms AVEKE stressZZ 27029 5000 1.233775e-10 10974362 27030 -0.0149174999999919 10974226.6410034 27030 5000 1.2336631e-10 10974227 Loop time of 0.020669 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:01 2021 Pair time (%) = 0.00118089 (5.71333) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.15457) Outpt time (%) = 0.0193632 (93.6822) Other time (%) = 9.29832e-05 (0.449868) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:01 2021 Memory usage per processor = 27.5501 Mbytes Step Atoms AVEKE stressZZ 27030 5000 1.2336631e-10 10974162 27031 -0.0149174999999919 10974026.3884363 27031 5000 1.2335608e-10 10974026 Loop time of 0.0176909 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:01 2021 Pair time (%) = 0.00121808 (6.88535) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.180591) Outpt time (%) = 0.0163479 (92.4085) Other time (%) = 9.29832e-05 (0.525599) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:01 2021 Memory usage per processor = 27.5501 Mbytes Step Atoms AVEKE stressZZ 27031 5000 1.2335608e-10 10973962 27032 -0.0149174999999919 10973826.1475975 27032 5000 1.2334645e-10 10973826 Loop time of 0.0174649 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:01 2021 Pair time (%) = 0.00125718 (7.19834) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.188388) Outpt time (%) = 0.016068 (92.0017) Other time (%) = 0.000106812 (0.611579) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:01 2021 Memory usage per processor = 27.5501 Mbytes Step Atoms AVEKE stressZZ 27032 5000 1.2334645e-10 10973762 27033 -0.0149174999999919 10973625.918016 27033 5000 1.233372e-10 10973626 Loop time of 0.018198 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:01 2021 Pair time (%) = 0.00162888 (8.95084) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.208311) Outpt time (%) = 0.016377 (89.9932) Other time (%) = 0.000154257 (0.847657) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:01 2021 Memory usage per processor = 27.5501 Mbytes Step Atoms AVEKE stressZZ 27033 5000 1.233372e-10 10973561 27034 -0.0149174999999919 10973425.6993915 27034 5000 1.233282e-10 10973426 Loop time of 0.0181961 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:01 2021 Pair time (%) = 0.00121903 (6.69942) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.175577) Outpt time (%) = 0.01685 (92.6022) Other time (%) = 9.5129e-05 (0.522799) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:01 2021 Memory usage per processor = 27.5501 Mbytes Step Atoms AVEKE stressZZ 27034 5000 1.233282e-10 10973361 27035 -0.0149174999999919 10973225.4915328 27035 5000 1.2331935e-10 10973225 Loop time of 0.0184751 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:01 2021 Pair time (%) = 0.00122094 (6.60859) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.172926) Outpt time (%) = 0.0171289 (92.7139) Other time (%) = 9.32217e-05 (0.504581) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:01 2021 Memory usage per processor = 27.5501 Mbytes Step Atoms AVEKE stressZZ 27035 5000 1.2331935e-10 10973161 27036 -0.0149174999999919 10973025.2943181 27036 5000 1.233106e-10 10973025 Loop time of 0.0173008 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:01 2021 Pair time (%) = 0.00118494 (6.84903) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.18604) Outpt time (%) = 0.0159879 (92.4109) Other time (%) = 9.58443e-05 (0.553986) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:01 2021 Memory usage per processor = 27.5501 Mbytes Step Atoms AVEKE stressZZ 27036 5000 1.233106e-10 10972961 27037 -0.0149174999999919 10972825.1076694 27037 5000 1.2330192e-10 10972825 Loop time of 0.017839 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:01 2021 Pair time (%) = 0.00160503 (8.99735) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.201812) Outpt time (%) = 0.016036 (89.8933) Other time (%) = 0.000161886 (0.907487) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:01 2021 Memory usage per processor = 27.5501 Mbytes Step Atoms AVEKE stressZZ 27037 5000 1.2330192e-10 10972761 27038 -0.0149174999999919 10972624.9315368 27038 5000 1.2329328e-10 10972625 Loop time of 0.0182209 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:01 2021 Pair time (%) = 0.00123787 (6.79368) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.252538) Outpt time (%) = 0.0168118 (92.2668) Other time (%) = 0.00012517 (0.686957) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:01 2021 Memory usage per processor = 27.5501 Mbytes Step Atoms AVEKE stressZZ 27038 5000 1.2329328e-10 10972561 27039 -0.0149174999999919 10972424.7659076 27039 5000 1.2328466e-10 10972425 Loop time of 0.017998 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:01 2021 Pair time (%) = 0.00118113 (6.56255) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.177509) Outpt time (%) = 0.016691 (92.738) Other time (%) = 9.39369e-05 (0.52193) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:01 2021 Memory usage per processor = 27.5501 Mbytes Step Atoms AVEKE stressZZ 27039 5000 1.2328466e-10 10972360 27040 -0.0149174999999919 10972224.6108035 27040 5000 1.2327606e-10 10972225 Loop time of 0.0200911 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:01 2021 Pair time (%) = 0.00118399 (5.8931) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.163763) Outpt time (%) = 0.018775 (93.4495) Other time (%) = 9.91821e-05 (0.493663) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:01 2021 Memory usage per processor = 27.5501 Mbytes Step Atoms AVEKE stressZZ 27040 5000 1.2327606e-10 10972160 27041 -0.0149174999999919 10972024.4661852 27041 5000 1.2326748e-10 10972024 Loop time of 0.017725 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:01 2021 Pair time (%) = 0.00127006 (7.16534) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.185624) Outpt time (%) = 0.016257 (91.7182) Other time (%) = 0.000164986 (0.930808) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:01 2021 Memory usage per processor = 27.5501 Mbytes Step Atoms AVEKE stressZZ 27041 5000 1.2326748e-10 10971960 27042 -0.0149174999999919 10971824.3320361 27042 5000 1.2325889e-10 10971824 Loop time of 0.01842 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:01 2021 Pair time (%) = 0.00132513 (7.19398) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.17862) Outpt time (%) = 0.016947 (92.0035) Other time (%) = 0.000114918 (0.623876) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:01 2021 Memory usage per processor = 27.5501 Mbytes Step Atoms AVEKE stressZZ 27042 5000 1.2325889e-10 10971760 27043 -0.0149174999999919 10971624.2083442 27043 5000 1.2325032e-10 10971624 Loop time of 0.0181911 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:01 2021 Pair time (%) = 0.00122619 (6.74059) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.170382) Outpt time (%) = 0.016839 (92.5674) Other time (%) = 9.48906e-05 (0.521632) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:01 2021 Memory usage per processor = 27.5501 Mbytes Step Atoms AVEKE stressZZ 27043 5000 1.2325032e-10 10971560 27044 -0.0149174999999919 10971424.0951023 27044 5000 1.2324175e-10 10971424 Loop time of 0.0175669 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:01 2021 Pair time (%) = 0.00122404 (6.96788) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.176436) Outpt time (%) = 0.016216 (92.3101) Other time (%) = 9.58443e-05 (0.545595) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:01 2021 Memory usage per processor = 27.5501 Mbytes Step Atoms AVEKE stressZZ 27044 5000 1.2324175e-10 10971360 27045 -0.0149174999999919 10971223.9923052 27045 5000 1.2323318e-10 10971224 Loop time of 0.0179439 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:01 2021 Pair time (%) = 0.0012641 (7.04472) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.184688) Outpt time (%) = 0.0164979 (91.9415) Other time (%) = 0.000148773 (0.829104) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:01 2021 Memory usage per processor = 27.5501 Mbytes Step Atoms AVEKE stressZZ 27045 5000 1.2323318e-10 10971160 27046 -0.0149174999999919 10971023.8999487 27046 5000 1.2322461e-10 10971024 Loop time of 0.0183189 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:01 2021 Pair time (%) = 0.00146317 (7.98725) Neigh time (%) = 0 (0) Comm time (%) = 5.98431e-05 (0.326674) Outpt time (%) = 0.016629 (90.775) Other time (%) = 0.000166893 (0.911043) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:01 2021 Memory usage per processor = 27.5501 Mbytes Step Atoms AVEKE stressZZ 27046 5000 1.2322461e-10 10970960 27047 -0.0149174999999919 10970823.81803 27047 5000 1.2321605e-10 10970824 Loop time of 0.0182052 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:02 2021 Pair time (%) = 0.00121498 (6.67383) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.176799) Outpt time (%) = 0.0168352 (92.4749) Other time (%) = 0.000122786 (0.674455) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:02 2021 Memory usage per processor = 27.5501 Mbytes Step Atoms AVEKE stressZZ 27047 5000 1.2321605e-10 10970759 27048 -0.0149174999999919 10970623.7465464 27048 5000 1.2320748e-10 10970624 Loop time of 0.0178719 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:02 2021 Pair time (%) = 0.00121784 (6.8143) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.173426) Outpt time (%) = 0.0165269 (92.4747) Other time (%) = 9.60827e-05 (0.53762) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:02 2021 Memory usage per processor = 27.5501 Mbytes Step Atoms AVEKE stressZZ 27048 5000 1.2320748e-10 10970559 27049 -0.0149174999999919 10970423.6854952 27049 5000 1.2319892e-10 10970424 Loop time of 0.0194199 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:02 2021 Pair time (%) = 0.00121212 (6.24164) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.175561) Outpt time (%) = 0.0180359 (92.8732) Other time (%) = 0.000137806 (0.709612) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:02 2021 Memory usage per processor = 27.5501 Mbytes Step Atoms AVEKE stressZZ 27049 5000 1.2319892e-10 10970359 27050 -0.0149174999999919 10970223.634875 27050 5000 1.2319036e-10 10970224 Loop time of 0.0204389 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:02 2021 Pair time (%) = 0.00138402 (6.7715) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.171475) Outpt time (%) = 0.018903 (92.4854) Other time (%) = 0.000116825 (0.571582) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:02 2021 Memory usage per processor = 27.5501 Mbytes Step Atoms AVEKE stressZZ 27050 5000 1.2319036e-10 10970159 27051 -0.0149174999999919 10970023.5946834 27051 5000 1.231818e-10 10970024 Loop time of 0.0182149 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:02 2021 Pair time (%) = 0.00146484 (8.04199) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.180631) Outpt time (%) = 0.0166039 (91.1556) Other time (%) = 0.000113249 (0.621736) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:02 2021 Memory usage per processor = 27.5501 Mbytes Step Atoms AVEKE stressZZ 27051 5000 1.231818e-10 10969959 27052 -0.0149174999999919 10969823.5649189 27052 5000 1.2317324e-10 10969824 Loop time of 0.0180371 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:02 2021 Pair time (%) = 0.00117898 (6.53642) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.177125) Outpt time (%) = 0.016737 (92.7921) Other time (%) = 8.91685e-05 (0.494362) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:02 2021 Memory usage per processor = 27.5501 Mbytes Step Atoms AVEKE stressZZ 27052 5000 1.2317324e-10 10969759 27053 -0.0149174999999919 10969623.5455797 27053 5000 1.2316468e-10 10969624 Loop time of 0.017513 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:02 2021 Pair time (%) = 0.00118303 (6.75516) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182425) Outpt time (%) = 0.0162048 (92.5301) Other time (%) = 9.32217e-05 (0.532299) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:02 2021 Memory usage per processor = 27.5501 Mbytes Step Atoms AVEKE stressZZ 27053 5000 1.2316468e-10 10969559 27054 -0.0149174999999919 10969423.5366644 27054 5000 1.2315612e-10 10969424 Loop time of 0.0173969 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:02 2021 Pair time (%) = 0.00124502 (7.15656) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.194606) Outpt time (%) = 0.015995 (91.9417) Other time (%) = 0.000123024 (0.707159) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:02 2021 Memory usage per processor = 27.5501 Mbytes Step Atoms AVEKE stressZZ 27054 5000 1.2315612e-10 10969359 27055 -0.0149174999999919 10969223.5381712 27055 5000 1.2314757e-10 10969224 Loop time of 0.0184309 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:02 2021 Pair time (%) = 0.00150394 (8.15989) Neigh time (%) = 0 (0) Comm time (%) = 8.51154e-05 (0.461807) Outpt time (%) = 0.0166922 (90.5659) Other time (%) = 0.000149727 (0.812367) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:02 2021 Memory usage per processor = 27.5501 Mbytes Step Atoms AVEKE stressZZ 27055 5000 1.2314757e-10 10969159 27056 -0.0149174999999919 10969023.5500988 27056 5000 1.2313901e-10 10969024 Loop time of 0.018018 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:02 2021 Pair time (%) = 0.00118017 (6.54996) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.177312) Outpt time (%) = 0.016711 (92.7461) Other time (%) = 9.48906e-05 (0.526643) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:02 2021 Memory usage per processor = 27.5501 Mbytes Step Atoms AVEKE stressZZ 27056 5000 1.2313901e-10 10968959 27057 -0.0149174999999919 10968823.5724457 27057 5000 1.2313046e-10 10968824 Loop time of 0.018563 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:02 2021 Pair time (%) = 0.00121903 (6.567) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.172106) Outpt time (%) = 0.0172188 (92.7587) Other time (%) = 9.32217e-05 (0.50219) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:02 2021 Memory usage per processor = 27.5501 Mbytes Step Atoms AVEKE stressZZ 27057 5000 1.2313046e-10 10968759 27058 -0.0149174999999919 10968623.6052104 27058 5000 1.231219e-10 10968624 Loop time of 0.017473 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:02 2021 Pair time (%) = 0.0012238 (7.00397) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.193759) Outpt time (%) = 0.016088 (92.0736) Other time (%) = 0.000127316 (0.728642) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:02 2021 Memory usage per processor = 27.5501 Mbytes Step Atoms AVEKE stressZZ 27058 5000 1.231219e-10 10968559 27059 -0.0149174999999919 10968423.6483916 27059 5000 1.2311335e-10 10968424 Loop time of 0.0182121 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:02 2021 Pair time (%) = 0.00164986 (9.05913) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.208151) Outpt time (%) = 0.0163739 (89.9067) Other time (%) = 0.000150442 (0.826057) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:02 2021 Memory usage per processor = 27.5501 Mbytes Step Atoms AVEKE stressZZ 27059 5000 1.2311335e-10 10968359 27060 -0.0149174999999919 10968223.7019879 27060 5000 1.231048e-10 10968224 Loop time of 0.020978 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:02 2021 Pair time (%) = 0.00122309 (5.83034) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.152293) Outpt time (%) = 0.0195651 (93.265) Other time (%) = 0.000157833 (0.752375) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:02 2021 Memory usage per processor = 27.5501 Mbytes Step Atoms AVEKE stressZZ 27060 5000 1.231048e-10 10968159 27061 -0.0149174999999919 10968023.7659979 27061 5000 1.2309625e-10 10968024 Loop time of 0.0181341 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:02 2021 Pair time (%) = 0.00118279 (6.52248) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.176177) Outpt time (%) = 0.0168319 (92.8188) Other time (%) = 8.74996e-05 (0.482514) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:02 2021 Memory usage per processor = 27.5501 Mbytes Step Atoms AVEKE stressZZ 27061 5000 1.2309625e-10 10967959 27062 -0.0149174999999919 10967823.8404204 27062 5000 1.230877e-10 10967824 Loop time of 0.017499 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:02 2021 Pair time (%) = 0.00118089 (6.74832) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182571) Outpt time (%) = 0.0161982 (92.5664) Other time (%) = 8.79765e-05 (0.502752) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:02 2021 Memory usage per processor = 27.5501 Mbytes Step Atoms AVEKE stressZZ 27062 5000 1.230877e-10 10967759 27063 -0.0149174999999919 10967623.9252541 27063 5000 1.2307915e-10 10967624 Loop time of 0.0195091 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:02 2021 Pair time (%) = 0.00124311 (6.37198) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.174759) Outpt time (%) = 0.018131 (92.9363) Other time (%) = 0.000100851 (0.516944) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:02 2021 Memory usage per processor = 27.5501 Mbytes Step Atoms AVEKE stressZZ 27063 5000 1.2307915e-10 10967560 27064 -0.0149174999999919 10967424.0204973 27064 5000 1.230706e-10 10967424 Loop time of 0.021193 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:02 2021 Pair time (%) = 0.00148797 (7.02104) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.150748) Outpt time (%) = 0.0195842 (92.4086) Other time (%) = 8.89301e-05 (0.41962) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:02 2021 Memory usage per processor = 27.5501 Mbytes Step Atoms AVEKE stressZZ 27064 5000 1.230706e-10 10967360 27065 -0.0149174999999919 10967224.1261493 27065 5000 1.2306206e-10 10967224 Loop time of 0.0187199 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:02 2021 Pair time (%) = 0.00118208 (6.31456) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.170664) Outpt time (%) = 0.017415 (93.0295) Other time (%) = 9.08375e-05 (0.485245) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:02 2021 Memory usage per processor = 27.5501 Mbytes Step Atoms AVEKE stressZZ 27065 5000 1.2306206e-10 10967160 27066 -0.0149174999999919 10967024.2422082 27066 5000 1.2305351e-10 10967024 Loop time of 0.0187759 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:02 2021 Pair time (%) = 0.00124407 (6.62586) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.170154) Outpt time (%) = 0.01741 (92.7253) Other time (%) = 8.98838e-05 (0.478718) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:02 2021 Memory usage per processor = 27.5501 Mbytes Step Atoms AVEKE stressZZ 27066 5000 1.2305351e-10 10966960 27067 -0.0149174999999919 10966824.3686732 27067 5000 1.2304497e-10 10966824 Loop time of 0.0185089 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:02 2021 Pair time (%) = 0.00121498 (6.5643) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.172609) Outpt time (%) = 0.0171661 (92.7453) Other time (%) = 9.58443e-05 (0.517828) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:02 2021 Memory usage per processor = 27.5501 Mbytes Step Atoms AVEKE stressZZ 27067 5000 1.2304497e-10 10966760 27068 -0.0149174999999919 10966624.5055429 27068 5000 1.2303642e-10 10966625 Loop time of 0.0179431 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:02 2021 Pair time (%) = 0.00141597 (7.89141) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.20064) Outpt time (%) = 0.0163362 (91.0443) Other time (%) = 0.000154972 (0.863684) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:02 2021 Memory usage per processor = 27.5501 Mbytes Step Atoms AVEKE stressZZ 27068 5000 1.2303642e-10 10966560 27069 -0.0149174999999919 10966424.652816 27069 5000 1.2302788e-10 10966425 Loop time of 0.0182841 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:02 2021 Pair time (%) = 0.00123811 (6.77151) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.174732) Outpt time (%) = 0.016912 (92.4957) Other time (%) = 0.000102043 (0.558098) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:02 2021 Memory usage per processor = 27.5501 Mbytes Step Atoms AVEKE stressZZ 27069 5000 1.2302788e-10 10966360 27070 -0.0149174999999919 10966224.8104913 27070 5000 1.2301934e-10 10966225 Loop time of 0.021189 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:02 2021 Pair time (%) = 0.00125599 (5.92756) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.155278) Outpt time (%) = 0.019767 (93.2893) Other time (%) = 0.000133038 (0.627862) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:02 2021 Memory usage per processor = 27.5501 Mbytes Step Atoms AVEKE stressZZ 27070 5000 1.2301934e-10 10966160 27071 -0.0149174999999919 10966024.9785675 27071 5000 1.230108e-10 10966025 Loop time of 0.0176101 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:02 2021 Pair time (%) = 0.00122499 (6.95622) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.181419) Outpt time (%) = 0.0162599 (92.333) Other time (%) = 9.32217e-05 (0.529366) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:02 2021 Memory usage per processor = 27.5501 Mbytes Step Atoms AVEKE stressZZ 27071 5000 1.230108e-10 10965961 27072 -0.0149174999999919 10965825.1570434 27072 5000 1.2300226e-10 10965825 Loop time of 0.0175831 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:02 2021 Pair time (%) = 0.00122118 (6.94518) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.193901) Outpt time (%) = 0.0162241 (92.2711) Other time (%) = 0.000103712 (0.589839) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:02 2021 Memory usage per processor = 27.5501 Mbytes Step Atoms AVEKE stressZZ 27072 5000 1.2300226e-10 10965761 27073 -0.0149174999999919 10965625.3459178 27073 5000 1.2299372e-10 10965625 Loop time of 0.018223 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:02 2021 Pair time (%) = 0.00140905 (7.73226) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.202792) Outpt time (%) = 0.0165761 (90.962) Other time (%) = 0.000200987 (1.10293) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:02 2021 Memory usage per processor = 27.5501 Mbytes Step Atoms AVEKE stressZZ 27073 5000 1.2299372e-10 10965561 27074 -0.0149174999999919 10965425.5451896 27074 5000 1.2298519e-10 10965426 Loop time of 0.018342 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:02 2021 Pair time (%) = 0.00117993 (6.43295) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.17418) Outpt time (%) = 0.0170379 (92.8898) Other time (%) = 9.2268e-05 (0.503042) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:02 2021 Memory usage per processor = 27.5501 Mbytes Step Atoms AVEKE stressZZ 27074 5000 1.2298519e-10 10965361 27075 -0.0149174999999919 10965225.7548573 27075 5000 1.2297665e-10 10965226 Loop time of 0.0181808 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:02 2021 Pair time (%) = 0.00118017 (6.49129) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.175724) Outpt time (%) = 0.016875 (92.8176) Other time (%) = 9.36985e-05 (0.515369) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:02 2021 Memory usage per processor = 27.5501 Mbytes Step Atoms AVEKE stressZZ 27075 5000 1.2297665e-10 10965161 27076 -0.0149174999999919 10965025.9749201 27076 5000 1.2296811e-10 10965026 Loop time of 0.0176392 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:02 2021 Pair time (%) = 0.00117779 (6.67712) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18112) Outpt time (%) = 0.0163312 (92.5849) Other time (%) = 9.82285e-05 (0.556877) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:02 2021 Memory usage per processor = 27.5501 Mbytes Step Atoms AVEKE stressZZ 27076 5000 1.2296811e-10 10964962 27077 -0.0149174999999919 10964826.2053765 27077 5000 1.2295958e-10 10964826 Loop time of 0.01792 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:02 2021 Pair time (%) = 0.00146294 (8.1637) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.206221) Outpt time (%) = 0.0162539 (90.7027) Other time (%) = 0.000166178 (0.92733) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:02 2021 Memory usage per processor = 27.5501 Mbytes Step Atoms AVEKE stressZZ 27077 5000 1.2295958e-10 10964762 27078 -0.0149174999999919 10964626.4462254 27078 5000 1.2295105e-10 10964626 Loop time of 0.0183489 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:02 2021 Pair time (%) = 0.00122499 (6.67611) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.174114) Outpt time (%) = 0.016989 (92.5885) Other time (%) = 0.000102997 (0.561323) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:02 2021 Memory usage per processor = 27.5501 Mbytes Step Atoms AVEKE stressZZ 27078 5000 1.2295105e-10 10964562 27079 -0.0149174999999919 10964426.6974656 27079 5000 1.2294251e-10 10964427 Loop time of 0.0180271 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:02 2021 Pair time (%) = 0.00130105 (7.2172) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.177223) Outpt time (%) = 0.0165811 (91.9787) Other time (%) = 0.00011301 (0.626893) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:02 2021 Memory usage per processor = 27.5501 Mbytes Step Atoms AVEKE stressZZ 27079 5000 1.2294251e-10 10964362 27080 -0.0149174999999919 10964226.9590958 27080 5000 1.2293398e-10 10964227 Loop time of 0.020716 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:02 2021 Pair time (%) = 0.00117898 (5.69117) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.15422) Outpt time (%) = 0.0194101 (93.6966) Other time (%) = 9.48906e-05 (0.458056) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:02 2021 Memory usage per processor = 27.5501 Mbytes Step Atoms AVEKE stressZZ 27080 5000 1.2293398e-10 10964163 27081 -0.0149174999999919 10964027.2311151 27081 5000 1.2292545e-10 10964027 Loop time of 0.017432 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:02 2021 Pair time (%) = 0.00120711 (6.92471) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.195582) Outpt time (%) = 0.0160589 (92.1234) Other time (%) = 0.000131845 (0.756343) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:02 2021 Memory usage per processor = 27.5501 Mbytes Step Atoms AVEKE stressZZ 27081 5000 1.2292545e-10 10963963 27082 -0.0149174999999919 10963827.5135222 27082 5000 1.2291692e-10 10963828 Loop time of 0.017972 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:02 2021 Pair time (%) = 0.00157189 (8.74635) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.205625) Outpt time (%) = 0.0162139 (90.2176) Other time (%) = 0.00014925 (0.830459) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:02 2021 Memory usage per processor = 27.5501 Mbytes Step Atoms AVEKE stressZZ 27082 5000 1.2291692e-10 10963763 27083 -0.0149174999999919 10963627.8063159 27083 5000 1.2290839e-10 10963628 Loop time of 0.0179629 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:02 2021 Pair time (%) = 0.00117898 (6.5634) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.179183) Outpt time (%) = 0.0166588 (92.7398) Other time (%) = 9.29832e-05 (0.51764) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:02 2021 Memory usage per processor = 27.5501 Mbytes Step Atoms AVEKE stressZZ 27083 5000 1.2290839e-10 10963563 27084 -0.0149174999999919 10963428.109495 27084 5000 1.2289987e-10 10963428 Loop time of 0.0178602 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:02 2021 Pair time (%) = 0.00118089 (6.61185) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.178879) Outpt time (%) = 0.0165529 (92.6806) Other time (%) = 9.44138e-05 (0.528627) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:02 2021 Memory usage per processor = 27.5501 Mbytes Step Atoms AVEKE stressZZ 27084 5000 1.2289987e-10 10963364 27085 -0.0149174999999919 10963228.4230585 27085 5000 1.2289134e-10 10963228 Loop time of 0.017354 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:02 2021 Pair time (%) = 0.00127196 (7.3295) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.196461) Outpt time (%) = 0.0159221 (91.7486) Other time (%) = 0.000125885 (0.725394) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:02 2021 Memory usage per processor = 27.5501 Mbytes Step Atoms AVEKE stressZZ 27085 5000 1.2289134e-10 10963164 27086 -0.0149174999999919 10963028.747005 27086 5000 1.2288282e-10 10963029 Loop time of 0.0179491 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:02 2021 Pair time (%) = 0.0015409 (8.58483) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.216513) Outpt time (%) = 0.016181 (90.1493) Other time (%) = 0.000188351 (1.04936) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:02 2021 Memory usage per processor = 27.5501 Mbytes Step Atoms AVEKE stressZZ 27086 5000 1.2288282e-10 10962964 27087 -0.0149174999999919 10962829.0813335 27087 5000 1.2287429e-10 10962829 Loop time of 0.0181811 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:02 2021 Pair time (%) = 0.00128913 (7.0905) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.175722) Outpt time (%) = 0.0167661 (92.2171) Other time (%) = 9.39369e-05 (0.516674) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:02 2021 Memory usage per processor = 27.5501 Mbytes Step Atoms AVEKE stressZZ 27087 5000 1.2287429e-10 10962765 27088 -0.0149174999999919 10962629.4260428 27088 5000 1.2286577e-10 10962629 Loop time of 0.017858 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:03 2021 Pair time (%) = 0.00118685 (6.64602) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.1789) Outpt time (%) = 0.0165451 (92.6477) Other time (%) = 9.41753e-05 (0.527356) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:03 2021 Memory usage per processor = 27.5501 Mbytes Step Atoms AVEKE stressZZ 27088 5000 1.2286577e-10 10962565 27089 -0.0149174999999919 10962429.7811318 27089 5000 1.2285725e-10 10962430 Loop time of 0.017319 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:03 2021 Pair time (%) = 0.00118184 (6.82397) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191352) Outpt time (%) = 0.016006 (92.4189) Other time (%) = 9.799e-05 (0.565796) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:03 2021 Memory usage per processor = 27.5501 Mbytes Step Atoms AVEKE stressZZ 27089 5000 1.2285725e-10 10962365 27090 -0.0149174999999919 10962230.1465993 27090 5000 1.2284872e-10 10962230 Loop time of 0.0209789 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:03 2021 Pair time (%) = 0.00160623 (7.65638) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.180698) Outpt time (%) = 0.0190961 (91.0253) Other time (%) = 0.000238657 (1.1376) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:03 2021 Memory usage per processor = 27.5501 Mbytes Step Atoms AVEKE stressZZ 27090 5000 1.2284872e-10 10962166 27091 -0.0149174999999919 10962030.5224443 27091 5000 1.228402e-10 10962031 Loop time of 0.018132 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:03 2021 Pair time (%) = 0.00132108 (7.2859) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.182772) Outpt time (%) = 0.0166299 (91.7161) Other time (%) = 0.00014782 (0.815242) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:03 2021 Memory usage per processor = 27.5501 Mbytes Step Atoms AVEKE stressZZ 27091 5000 1.228402e-10 10961966 27092 -0.0149174999999919 10961830.9086656 27092 5000 1.2283168e-10 10961831 Loop time of 0.0182171 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:03 2021 Pair time (%) = 0.00128508 (7.05424) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.197623) Outpt time (%) = 0.0167601 (92.0021) Other time (%) = 0.000135899 (0.745995) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:03 2021 Memory usage per processor = 27.5501 Mbytes Step Atoms AVEKE stressZZ 27092 5000 1.2283168e-10 10961767 27093 -0.0149174999999919 10961631.305262 27093 5000 1.2282317e-10 10961631 Loop time of 0.0175331 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:03 2021 Pair time (%) = 0.00118303 (6.74744) Neigh time (%) = 0 (0) Comm time (%) = 5.48363e-05 (0.312759) Outpt time (%) = 0.016185 (92.3116) Other time (%) = 0.000110149 (0.628238) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:03 2021 Memory usage per processor = 27.5501 Mbytes Step Atoms AVEKE stressZZ 27093 5000 1.2282317e-10 10961567 27094 -0.0149174999999919 10961431.7122323 27094 5000 1.2281465e-10 10961432 Loop time of 0.0173521 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:03 2021 Pair time (%) = 0.00123787 (7.13383) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189613) Outpt time (%) = 0.0159791 (92.0871) Other time (%) = 0.000102282 (0.589448) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:03 2021 Memory usage per processor = 27.5501 Mbytes Step Atoms AVEKE stressZZ 27094 5000 1.2281465e-10 10961367 27095 -0.0149174999999919 10961232.1295756 27095 5000 1.2280613e-10 10961232 Loop time of 0.0181551 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:03 2021 Pair time (%) = 0.00128889 (7.09933) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.175973) Outpt time (%) = 0.016732 (92.1613) Other time (%) = 0.000102282 (0.563377) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:03 2021 Memory usage per processor = 27.5501 Mbytes Step Atoms AVEKE stressZZ 27095 5000 1.2280613e-10 10961168 27096 -0.0149174999999919 10961032.5572905 27096 5000 1.2279762e-10 10961033 Loop time of 0.018611 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:03 2021 Pair time (%) = 0.00122619 (6.58852) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.171663) Outpt time (%) = 0.0172591 (92.7364) Other time (%) = 9.36985e-05 (0.503459) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:03 2021 Memory usage per processor = 27.5501 Mbytes Step Atoms AVEKE stressZZ 27096 5000 1.2279762e-10 10960968 27097 -0.0149174999999919 10960832.9953762 27097 5000 1.227891e-10 10960833 Loop time of 0.017468 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:03 2021 Pair time (%) = 0.00121307 (6.94456) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.177436) Outpt time (%) = 0.01613 (92.3402) Other time (%) = 9.39369e-05 (0.537766) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:03 2021 Memory usage per processor = 27.5501 Mbytes Step Atoms AVEKE stressZZ 27097 5000 1.227891e-10 10960769 27098 -0.0149174999999919 10960633.4438314 27098 5000 1.2278059e-10 10960633 Loop time of 0.0174448 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:03 2021 Pair time (%) = 0.00123096 (7.05627) Neigh time (%) = 0 (0) Comm time (%) = 4.81606e-05 (0.276073) Outpt time (%) = 0.0160561 (92.039) Other time (%) = 0.000109673 (0.628682) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:03 2021 Memory usage per processor = 27.5501 Mbytes Step Atoms AVEKE stressZZ 27098 5000 1.2278059e-10 10960569 27099 -0.0149174999999919 10960433.9026548 27099 5000 1.2277208e-10 10960434 Loop time of 0.0182838 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:03 2021 Pair time (%) = 0.00134611 (7.3623) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.185166) Outpt time (%) = 0.0167909 (91.8344) Other time (%) = 0.00011301 (0.618089) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:03 2021 Memory usage per processor = 27.5501 Mbytes Step Atoms AVEKE stressZZ 27099 5000 1.2277208e-10 10960370 27100 -0.0149174999999919 10960234.3718455 27100 5000 1.2276356e-10 10960234 Loop time of 0.0204651 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:03 2021 Pair time (%) = 0.00122094 (5.96596) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.15611) Outpt time (%) = 0.0191181 (93.4178) Other time (%) = 9.41753e-05 (0.460175) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:03 2021 Memory usage per processor = 27.5501 Mbytes Step Atoms AVEKE stressZZ 27100 5000 1.2276356e-10 10960170 27101 -0.0149174999999919 10960034.8514026 27101 5000 1.2275505e-10 10960035 Loop time of 0.0180259 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:03 2021 Pair time (%) = 0.00119591 (6.63439) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.183848) Outpt time (%) = 0.0166981 (92.6342) Other time (%) = 9.87053e-05 (0.547576) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:03 2021 Memory usage per processor = 27.5501 Mbytes Step Atoms AVEKE stressZZ 27101 5000 1.2275505e-10 10959971 27102 -0.0149174999999919 10959835.3413244 27102 5000 1.2274654e-10 10959835 Loop time of 0.0173271 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:03 2021 Pair time (%) = 0.00119305 (6.88545) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189886) Outpt time (%) = 0.016006 (92.3756) Other time (%) = 9.5129e-05 (0.54902) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:03 2021 Memory usage per processor = 27.5501 Mbytes Step Atoms AVEKE stressZZ 27102 5000 1.2274654e-10 10959771 27103 -0.0149174999999919 10959635.8416103 27103 5000 1.2273804e-10 10959636 Loop time of 0.0182729 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:03 2021 Pair time (%) = 0.00160408 (8.77848) Neigh time (%) = 0 (0) Comm time (%) = 0.00011301 (0.61846) Outpt time (%) = 0.016407 (89.7889) Other time (%) = 0.000148773 (0.814175) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:03 2021 Memory usage per processor = 27.5501 Mbytes Step Atoms AVEKE stressZZ 27103 5000 1.2273804e-10 10959572 27104 -0.0149174999999919 10959436.352259 27104 5000 1.2272953e-10 10959436 Loop time of 0.0182118 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:03 2021 Pair time (%) = 0.00132513 (7.2762) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.185898) Outpt time (%) = 0.0167489 (91.9671) Other time (%) = 0.000103951 (0.570785) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:03 2021 Memory usage per processor = 27.5501 Mbytes Step Atoms AVEKE stressZZ 27104 5000 1.2272953e-10 10959372 27105 -0.0149174999999919 10959236.8732694 27105 5000 1.2272102e-10 10959237 Loop time of 0.0190029 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:03 2021 Pair time (%) = 0.00117803 (6.19919) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.163103) Outpt time (%) = 0.0177 (93.1434) Other time (%) = 9.39369e-05 (0.494329) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:03 2021 Memory usage per processor = 27.5501 Mbytes Step Atoms AVEKE stressZZ 27105 5000 1.2272102e-10 10959173 27106 -0.0149174999999919 10959037.4046404 27106 5000 1.2271252e-10 10959037 Loop time of 0.0196421 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:03 2021 Pair time (%) = 0.00117803 (5.99745) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.162651) Outpt time (%) = 0.0183389 (93.3653) Other time (%) = 9.32217e-05 (0.474601) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:03 2021 Memory usage per processor = 27.5501 Mbytes Step Atoms AVEKE stressZZ 27106 5000 1.2271252e-10 10958973 27107 -0.0149174999999919 10958837.946371 27107 5000 1.2270401e-10 10958838 Loop time of 0.0183702 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:03 2021 Pair time (%) = 0.00145197 (7.90396) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.168722) Outpt time (%) = 0.0167961 (91.4315) Other time (%) = 9.10759e-05 (0.495782) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:03 2021 Memory usage per processor = 27.5501 Mbytes Step Atoms AVEKE stressZZ 27107 5000 1.2270401e-10 10958774 27108 -0.0149174999999919 10958638.4984599 27108 5000 1.2269551e-10 10958638 Loop time of 0.0187252 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:03 2021 Pair time (%) = 0.00121307 (6.47831) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.182075) Outpt time (%) = 0.0173728 (92.7781) Other time (%) = 0.000105143 (0.561504) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:29:03 2021 Memory usage per processor = 27.5501 Mbytes Step Atoms AVEKE stressZZ 27108 5000 1.2269551e-10 10958574 27109 -0.0149174999999919 10958412.8029073 27109 5000 2.4178285e-10 10958774 Loop time of 0.017365 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:03 2021 Pair time (%) = 0.00132895 (7.65302) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.212813) Outpt time (%) = 0.015811 (91.0509) Other time (%) = 0.000188112 (1.08329) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:03 2021 Memory usage per processor = 27.5501 Mbytes Step Atoms AVEKE stressZZ 27109 5000 2.4178285e-10 11034118 27110 -0.0149499999999918 11033940.0971533 27110 5000 1.9447759e-10 11033940 Loop time of 0.0205941 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:03 2021 Pair time (%) = 0.00148511 (7.21133) Neigh time (%) = 0 (0) Comm time (%) = 7.29561e-05 (0.354257) Outpt time (%) = 0.018899 (91.7687) Other time (%) = 0.000137091 (0.665679) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:03 2021 Memory usage per processor = 27.5502 Mbytes Step Atoms AVEKE stressZZ 27110 5000 1.9447759e-10 11033853 27111 -0.0149499999999918 11033690.3267674 27111 5000 1.670923e-10 11033690 Loop time of 0.0179181 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:03 2021 Pair time (%) = 0.00121093 (6.75812) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.178301) Outpt time (%) = 0.0165811 (92.538) Other time (%) = 9.41753e-05 (0.525587) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:03 2021 Memory usage per processor = 27.5502 Mbytes Step Atoms AVEKE stressZZ 27111 5000 1.670923e-10 11033611 27112 -0.0149499999999918 11033458.2315488 27112 5000 1.5076838e-10 11033458 Loop time of 0.0179071 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:03 2021 Pair time (%) = 0.00122213 (6.82484) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.17841) Outpt time (%) = 0.0165579 (92.4655) Other time (%) = 9.5129e-05 (0.531235) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:03 2021 Memory usage per processor = 27.5502 Mbytes Step Atoms AVEKE stressZZ 27112 5000 1.5076838e-10 11033384 27113 -0.0149499999999918 11033237.3728536 27113 5000 1.4082864e-10 11033237 Loop time of 0.017395 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:03 2021 Pair time (%) = 0.00121593 (6.99013) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.190515) Outpt time (%) = 0.0159919 (91.9339) Other time (%) = 0.000154018 (0.885417) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:03 2021 Memory usage per processor = 27.5502 Mbytes Step Atoms AVEKE stressZZ 27113 5000 1.4082864e-10 11033167 27114 -0.0149499999999918 11033023.6590172 27114 5000 1.346854e-10 11033024 Loop time of 0.0177548 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:03 2021 Pair time (%) = 0.00148106 (8.34173) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.225597) Outpt time (%) = 0.0160589 (90.4484) Other time (%) = 0.000174761 (0.984302) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:03 2021 Memory usage per processor = 27.5502 Mbytes Step Atoms AVEKE stressZZ 27114 5000 1.346854e-10 11032955 27115 -0.0149499999999918 11032814.4896377 27115 5000 1.3084957e-10 11032814 Loop time of 0.0181661 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:03 2021 Pair time (%) = 0.00128818 (7.09111) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.181117) Outpt time (%) = 0.0167191 (92.0348) Other time (%) = 0.000125885 (0.692968) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:03 2021 Memory usage per processor = 27.5502 Mbytes Step Atoms AVEKE stressZZ 27115 5000 1.3084957e-10 11032747 27116 -0.0149499999999918 11032608.2121393 27116 5000 1.2843757e-10 11032608 Loop time of 0.0180719 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:03 2021 Pair time (%) = 0.00122118 (6.75735) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.259898) Outpt time (%) = 0.016675 (92.2703) Other time (%) = 0.000128746 (0.71241) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:03 2021 Memory usage per processor = 27.5502 Mbytes Step Atoms AVEKE stressZZ 27116 5000 1.2843757e-10 11032542 27117 -0.0149499999999918 11032403.7762967 27117 5000 1.2691323e-10 11032404 Loop time of 0.017451 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:03 2021 Pair time (%) = 0.00119805 (6.86522) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.189904) Outpt time (%) = 0.0161059 (92.2918) Other time (%) = 0.000113964 (0.65305) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:03 2021 Memory usage per processor = 27.5502 Mbytes Step Atoms AVEKE stressZZ 27117 5000 1.2691323e-10 11032338 27118 -0.0149499999999918 11032200.5146802 27118 5000 1.2594608e-10 11032201 Loop time of 0.0177381 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:03 2021 Pair time (%) = 0.00156999 (8.85093) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.20296) Outpt time (%) = 0.015991 (90.1504) Other time (%) = 0.000141144 (0.79571) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:03 2021 Memory usage per processor = 27.5502 Mbytes Step Atoms AVEKE stressZZ 27118 5000 1.2594608e-10 11032135 27119 -0.0149499999999918 11031998.0031312 27119 5000 1.253302e-10 11031998 Loop time of 0.01805 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:03 2021 Pair time (%) = 0.00123692 (6.85273) Neigh time (%) = 0 (0) Comm time (%) = 6.69956e-05 (0.371168) Outpt time (%) = 0.0166421 (92.2002) Other time (%) = 0.000103951 (0.575904) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:03 2021 Memory usage per processor = 27.5502 Mbytes Step Atoms AVEKE stressZZ 27119 5000 1.253302e-10 11031933 27120 -0.0149499999999918 11031795.9720916 27120 5000 1.2493643e-10 11031796 Loop time of 0.020833 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:03 2021 Pair time (%) = 0.00118303 (5.67864) Neigh time (%) = 0 (0) Comm time (%) = 6.79493e-05 (0.326162) Outpt time (%) = 0.019459 (93.4047) Other time (%) = 0.000123024 (0.590524) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:03 2021 Memory usage per processor = 27.5502 Mbytes Step Atoms AVEKE stressZZ 27120 5000 1.2493643e-10 11031731 27121 -0.0149499999999918 11031594.2502537 27121 5000 1.2468336e-10 11031594 Loop time of 0.0181332 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:03 2021 Pair time (%) = 0.00139308 (7.6825) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.176186) Outpt time (%) = 0.016587 (91.4734) Other time (%) = 0.000121117 (0.667929) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:03 2021 Memory usage per processor = 27.5502 Mbytes Step Atoms AVEKE stressZZ 27121 5000 1.2468336e-10 11031529 27122 -0.0149499999999918 11031392.7287491 27122 5000 1.245195e-10 11031393 Loop time of 0.017473 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:03 2021 Pair time (%) = 0.00127792 (7.31371) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.193759) Outpt time (%) = 0.0160279 (91.7298) Other time (%) = 0.000133276 (0.762755) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:03 2021 Memory usage per processor = 27.5502 Mbytes Step Atoms AVEKE stressZZ 27122 5000 1.245195e-10 11031328 27123 -0.0149499999999918 11031191.33839 27123 5000 1.2441228e-10 11031191 Loop time of 0.0184329 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:03 2021 Pair time (%) = 0.0014689 (7.96891) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.183669) Outpt time (%) = 0.0167749 (91.0054) Other time (%) = 0.00015521 (0.842032) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:03 2021 Memory usage per processor = 27.5502 Mbytes Step Atoms AVEKE stressZZ 27123 5000 1.2441228e-10 11031126 27124 -0.0149499999999918 11030990.0352058 27124 5000 1.2434101e-10 11030990 Loop time of 0.0181229 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:03 2021 Pair time (%) = 0.00122786 (6.77516) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.176286) Outpt time (%) = 0.0167708 (92.5394) Other time (%) = 9.2268e-05 (0.509123) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:03 2021 Memory usage per processor = 27.5502 Mbytes Step Atoms AVEKE stressZZ 27124 5000 1.2434101e-10 11030925 27125 -0.0149499999999918 11030788.7912297 27125 5000 1.2429258e-10 11030789 Loop time of 0.0179899 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:03 2021 Pair time (%) = 0.00126195 (7.01478) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.18289) Outpt time (%) = 0.0165949 (92.2457) Other time (%) = 0.000100136 (0.556623) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:03 2021 Memory usage per processor = 27.5502 Mbytes Step Atoms AVEKE stressZZ 27125 5000 1.2429258e-10 11030724 27126 -0.0149499999999918 11030587.5887171 27126 5000 1.2425866e-10 11030588 Loop time of 0.0173581 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:03 2021 Pair time (%) = 0.001266 (7.29346) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.196415) Outpt time (%) = 0.015955 (91.9168) Other time (%) = 0.000102997 (0.593366) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:03 2021 Memory usage per processor = 27.5502 Mbytes Step Atoms AVEKE stressZZ 27126 5000 1.2425866e-10 11030523 27127 -0.0149499999999918 11030386.4163868 27127 5000 1.2423396e-10 11030386 Loop time of 0.0182328 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:03 2021 Pair time (%) = 0.00166392 (9.12598) Neigh time (%) = 0 (0) Comm time (%) = 5.6982e-05 (0.312525) Outpt time (%) = 0.016362 (89.739) Other time (%) = 0.000149965 (0.822502) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:03 2021 Memory usage per processor = 27.5502 Mbytes Step Atoms AVEKE stressZZ 27127 5000 1.2423396e-10 11030322 27128 -0.0149499999999918 11030185.2670655 27128 5000 1.2421512e-10 11030185 Loop time of 0.0181279 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:03 2021 Pair time (%) = 0.00127888 (7.05474) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.177552) Outpt time (%) = 0.0167189 (92.2272) Other time (%) = 9.799e-05 (0.540548) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:03 2021 Memory usage per processor = 27.5502 Mbytes Step Atoms AVEKE stressZZ 27128 5000 1.2421512e-10 11030120 27129 -0.0149499999999918 11029984.1361936 27129 5000 1.242e-10 11029984 Loop time of 0.01807 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:04 2021 Pair time (%) = 0.00120401 (6.66306) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.187357) Outpt time (%) = 0.01669 (92.3632) Other time (%) = 0.000142097 (0.786373) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:04 2021 Memory usage per processor = 27.5502 Mbytes Step Atoms AVEKE stressZZ 27129 5000 1.242e-10 11029919 27130 -0.0149499999999918 11029783.020873 27130 5000 1.2418725e-10 11029783 Loop time of 0.0199919 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:04 2021 Pair time (%) = 0.00118208 (5.9128) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.159805) Outpt time (%) = 0.0186779 (93.4277) Other time (%) = 9.98974e-05 (0.49969) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:04 2021 Memory usage per processor = 27.5502 Mbytes Step Atoms AVEKE stressZZ 27130 5000 1.2418725e-10 11029718 27131 -0.0149499999999918 11029581.9192612 27131 5000 1.24176e-10 11029582 Loop time of 0.0175571 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:04 2021 Pair time (%) = 0.00145388 (8.28083) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.198262) Outpt time (%) = 0.01596 (90.903) Other time (%) = 0.00010848 (0.617871) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:04 2021 Memory usage per processor = 27.5502 Mbytes Step Atoms AVEKE stressZZ 27131 5000 1.24176e-10 11029517 27132 -0.0149499999999918 11029380.8301863 27132 5000 1.241657e-10 11029381 Loop time of 0.0182049 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:04 2021 Pair time (%) = 0.00131798 (7.23968) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.187278) Outpt time (%) = 0.016741 (91.9588) Other time (%) = 0.000111818 (0.61422) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:04 2021 Memory usage per processor = 27.5502 Mbytes Step Atoms AVEKE stressZZ 27132 5000 1.241657e-10 11029316 27133 -0.0149499999999918 11029179.752918 27133 5000 1.2415602e-10 11029180 Loop time of 0.0182459 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:04 2021 Pair time (%) = 0.00117898 (6.4616) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.175097) Outpt time (%) = 0.016943 (92.8589) Other time (%) = 9.20296e-05 (0.504384) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:04 2021 Memory usage per processor = 27.5502 Mbytes Step Atoms AVEKE stressZZ 27133 5000 1.2415602e-10 11029115 27134 -0.0149499999999918 11028978.6869785 27134 5000 1.2414672e-10 11028979 Loop time of 0.0175021 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:04 2021 Pair time (%) = 0.00119495 (6.8275) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.183901) Outpt time (%) = 0.0161822 (92.4587) Other time (%) = 9.27448e-05 (0.529908) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:04 2021 Memory usage per processor = 27.5502 Mbytes Step Atoms AVEKE stressZZ 27134 5000 1.2414672e-10 11028914 27135 -0.0149499999999918 11028777.6320635 27135 5000 1.2413766e-10 11028778 Loop time of 0.0173149 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:04 2021 Pair time (%) = 0.00126791 (7.32265) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.195528) Outpt time (%) = 0.0158939 (91.7933) Other time (%) = 0.000119209 (0.688478) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:04 2021 Memory usage per processor = 27.5502 Mbytes Step Atoms AVEKE stressZZ 27135 5000 1.2413766e-10 11028713 27136 -0.0149499999999918 11028576.5879787 27136 5000 1.2412877e-10 11028577 Loop time of 0.0181072 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:04 2021 Pair time (%) = 0.00146294 (8.07932) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.20409) Outpt time (%) = 0.0164719 (90.9687) Other time (%) = 0.000135422 (0.74789) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:04 2021 Memory usage per processor = 27.5502 Mbytes Step Atoms AVEKE stressZZ 27136 5000 1.2412877e-10 11028512 27137 -0.0149499999999918 11028375.5546059 27137 5000 1.2411997e-10 11028376 Loop time of 0.0182891 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:04 2021 Pair time (%) = 0.00117898 (6.44636) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.174684) Outpt time (%) = 0.016984 (92.864) Other time (%) = 9.41753e-05 (0.514926) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:04 2021 Memory usage per processor = 27.5502 Mbytes Step Atoms AVEKE stressZZ 27137 5000 1.2411997e-10 11028311 27138 -0.0149499999999918 11028174.5318865 27138 5000 1.2411124e-10 11028175 Loop time of 0.0176439 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:04 2021 Pair time (%) = 0.00118303 (6.70504) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.175666) Outpt time (%) = 0.016336 (92.5869) Other time (%) = 9.39369e-05 (0.532404) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:04 2021 Memory usage per processor = 27.5502 Mbytes Step Atoms AVEKE stressZZ 27138 5000 1.2411124e-10 11028110 27139 -0.0149499999999918 11027973.519759 27139 5000 1.2410255e-10 11027974 Loop time of 0.0172861 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:04 2021 Pair time (%) = 0.00121999 (7.05764) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197233) Outpt time (%) = 0.015929 (92.1493) Other time (%) = 0.000102997 (0.595837) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:04 2021 Memory usage per processor = 27.5502 Mbytes Step Atoms AVEKE stressZZ 27139 5000 1.2410255e-10 11027909 27140 -0.0149499999999918 11027772.5181866 27140 5000 1.2409388e-10 11027773 Loop time of 0.0210791 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:04 2021 Pair time (%) = 0.001647 (7.81342) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.175316) Outpt time (%) = 0.0192451 (91.2998) Other time (%) = 0.000149965 (0.711442) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:04 2021 Memory usage per processor = 27.5502 Mbytes Step Atoms AVEKE stressZZ 27140 5000 1.2409388e-10 11027708 27141 -0.0149499999999918 11027571.5271461 27141 5000 1.2408524e-10 11027572 Loop time of 0.0180681 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:04 2021 Pair time (%) = 0.0012331 (6.82475) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.176821) Outpt time (%) = 0.0167041 (92.4508) Other time (%) = 9.89437e-05 (0.547616) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:04 2021 Memory usage per processor = 27.5502 Mbytes Step Atoms AVEKE stressZZ 27141 5000 1.2408524e-10 11027507 27142 -0.0149499999999918 11027370.5466222 27142 5000 1.240766e-10 11027371 Loop time of 0.017941 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:04 2021 Pair time (%) = 0.00119495 (6.66047) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.188704) Outpt time (%) = 0.0166121 (92.5927) Other time (%) = 0.000100136 (0.55814) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:04 2021 Memory usage per processor = 27.5502 Mbytes Step Atoms AVEKE stressZZ 27142 5000 1.240766e-10 11027306 27143 -0.0149499999999918 11027169.5766046 27143 5000 1.2406797e-10 11027170 Loop time of 0.017287 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:04 2021 Pair time (%) = 0.00117683 (6.80762) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.179293) Outpt time (%) = 0.015985 (92.4683) Other time (%) = 9.41753e-05 (0.544775) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:04 2021 Memory usage per processor = 27.5502 Mbytes Step Atoms AVEKE stressZZ 27143 5000 1.2406797e-10 11027105 27144 -0.0149499999999918 11026968.6170859 27144 5000 1.2405935e-10 11026969 Loop time of 0.017436 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:04 2021 Pair time (%) = 0.00128293 (7.35793) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.195537) Outpt time (%) = 0.016017 (91.8613) Other time (%) = 0.000102043 (0.585243) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:04 2021 Memory usage per processor = 27.5502 Mbytes Step Atoms AVEKE stressZZ 27144 5000 1.2405935e-10 11026904 27145 -0.0149499999999918 11026767.6680613 27145 5000 1.2405073e-10 11026768 Loop time of 0.018151 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:04 2021 Pair time (%) = 0.00125694 (6.92491) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.181267) Outpt time (%) = 0.0167601 (92.3369) Other time (%) = 0.000101089 (0.556935) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:04 2021 Memory usage per processor = 27.5502 Mbytes Step Atoms AVEKE stressZZ 27145 5000 1.2405073e-10 11026703 27146 -0.0149499999999918 11026566.7295264 27146 5000 1.2404211e-10 11026567 Loop time of 0.017983 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:04 2021 Pair time (%) = 0.00117707 (6.54549) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.177658) Outpt time (%) = 0.0166812 (92.7611) Other time (%) = 9.27448e-05 (0.515737) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:04 2021 Memory usage per processor = 27.5502 Mbytes Step Atoms AVEKE stressZZ 27146 5000 1.2404211e-10 11026502 27147 -0.0149499999999918 11026365.8014784 27147 5000 1.2403349e-10 11026366 Loop time of 0.0204499 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:04 2021 Pair time (%) = 0.00120401 (5.88763) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.162056) Outpt time (%) = 0.019119 (93.4921) Other time (%) = 9.36985e-05 (0.458186) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:04 2021 Memory usage per processor = 27.5502 Mbytes Step Atoms AVEKE stressZZ 27147 5000 1.2403349e-10 11026301 27148 -0.0149499999999918 11026164.8839147 27148 5000 1.2402488e-10 11026165 Loop time of 0.0202532 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:04 2021 Pair time (%) = 0.00145006 (7.15967) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.153035) Outpt time (%) = 0.0186322 (91.9963) Other time (%) = 0.000139952 (0.691011) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:04 2021 Memory usage per processor = 27.5502 Mbytes Step Atoms AVEKE stressZZ 27148 5000 1.2402488e-10 11026100 27149 -0.0149499999999918 11025963.9768332 27149 5000 1.2401627e-10 11025964 Loop time of 0.0180969 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:04 2021 Pair time (%) = 0.00117803 (6.50954) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.176539) Outpt time (%) = 0.016799 (92.8278) Other time (%) = 8.79765e-05 (0.48614) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:04 2021 Memory usage per processor = 27.5502 Mbytes Step Atoms AVEKE stressZZ 27149 5000 1.2401627e-10 11025899 27150 -0.0149499999999918 11025763.080232 27150 5000 1.2400766e-10 11025763 Loop time of 0.021215 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:04 2021 Pair time (%) = 0.00118303 (5.57641) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.146097) Outpt time (%) = 0.0199111 (93.8538) Other time (%) = 8.98838e-05 (0.423681) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:04 2021 Memory usage per processor = 27.5502 Mbytes Step Atoms AVEKE stressZZ 27150 5000 1.2400766e-10 11025698 27151 -0.0149499999999918 11025562.1941093 27151 5000 1.2399905e-10 11025562 Loop time of 0.017519 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:04 2021 Pair time (%) = 0.00127602 (7.28361) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.194611) Outpt time (%) = 0.0161071 (91.9407) Other time (%) = 0.000101805 (0.581111) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:04 2021 Memory usage per processor = 27.5502 Mbytes Step Atoms AVEKE stressZZ 27151 5000 1.2399905e-10 11025497 27152 -0.0149499999999918 11025361.3184578 27152 5000 1.2399044e-10 11025361 Loop time of 0.0174398 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:04 2021 Pair time (%) = 0.00120807 (6.92705) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.200962) Outpt time (%) = 0.016094 (92.2828) Other time (%) = 0.000102758 (0.589216) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:04 2021 Memory usage per processor = 27.5502 Mbytes Step Atoms AVEKE stressZZ 27152 5000 1.2399044e-10 11025297 27153 -0.0149499999999918 11025160.453281 27153 5000 1.2398183e-10 11025160 Loop time of 0.018003 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:04 2021 Pair time (%) = 0.00133109 (7.39372) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.194676) Outpt time (%) = 0.0165138 (91.7282) Other time (%) = 0.000123024 (0.683353) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:04 2021 Memory usage per processor = 27.5502 Mbytes Step Atoms AVEKE stressZZ 27153 5000 1.2398183e-10 11025096 27154 -0.0149499999999918 11024959.5985773 27154 5000 1.2397322e-10 11024960 Loop time of 0.0182011 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:04 2021 Pair time (%) = 0.00118089 (6.48799) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.175528) Outpt time (%) = 0.0168941 (92.8191) Other time (%) = 9.41753e-05 (0.517415) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:04 2021 Memory usage per processor = 27.5502 Mbytes Step Atoms AVEKE stressZZ 27154 5000 1.2397322e-10 11024895 27155 -0.0149499999999918 11024758.7543455 27155 5000 1.2396462e-10 11024759 Loop time of 0.017571 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:04 2021 Pair time (%) = 0.0011878 (6.76002) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.181823) Outpt time (%) = 0.016257 (92.5222) Other time (%) = 9.41753e-05 (0.535971) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:04 2021 Memory usage per processor = 27.5502 Mbytes Step Atoms AVEKE stressZZ 27155 5000 1.2396462e-10 11024694 27156 -0.0149499999999918 11024557.9205841 27156 5000 1.2395601e-10 11024558 Loop time of 0.0174701 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:04 2021 Pair time (%) = 0.00130701 (7.48141) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.200614) Outpt time (%) = 0.015969 (91.4077) Other time (%) = 0.000159025 (0.91027) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:04 2021 Memory usage per processor = 27.5502 Mbytes Step Atoms AVEKE stressZZ 27156 5000 1.2395601e-10 11024493 27157 -0.0149499999999918 11024357.0972918 27157 5000 1.2394741e-10 11024357 Loop time of 0.0182149 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:04 2021 Pair time (%) = 0.00161004 (8.83912) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.213354) Outpt time (%) = 0.0164301 (90.2014) Other time (%) = 0.000135899 (0.746083) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:04 2021 Memory usage per processor = 27.5502 Mbytes Step Atoms AVEKE stressZZ 27157 5000 1.2394741e-10 11024292 27158 -0.0149499999999918 11024156.2844667 27158 5000 1.2393881e-10 11024156 Loop time of 0.0179172 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:04 2021 Pair time (%) = 0.00118113 (6.59215) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.172987) Outpt time (%) = 0.0166111 (92.7106) Other time (%) = 9.39369e-05 (0.524285) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:04 2021 Memory usage per processor = 27.5502 Mbytes Step Atoms AVEKE stressZZ 27158 5000 1.2393881e-10 11024092 27159 -0.0149499999999918 11023955.482108 27159 5000 1.2393021e-10 11023955 Loop time of 0.018476 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:04 2021 Pair time (%) = 0.00118208 (6.39791) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.172917) Outpt time (%) = 0.0171239 (92.682) Other time (%) = 0.000138044 (0.747155) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:04 2021 Memory usage per processor = 27.5502 Mbytes Step Atoms AVEKE stressZZ 27159 5000 1.2393021e-10 11023891 27160 -0.0149499999999918 11023754.6902139 27160 5000 1.2392161e-10 11023755 Loop time of 0.020009 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:04 2021 Pair time (%) = 0.00118089 (5.90177) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.16086) Outpt time (%) = 0.018702 (93.4679) Other time (%) = 9.39369e-05 (0.469472) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:04 2021 Memory usage per processor = 27.5502 Mbytes Step Atoms AVEKE stressZZ 27160 5000 1.2392161e-10 11023690 27161 -0.0149499999999918 11023553.9087832 27161 5000 1.2391301e-10 11023554 Loop time of 0.017318 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:04 2021 Pair time (%) = 0.00125504 (7.247) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.196869) Outpt time (%) = 0.015924 (91.9504) Other time (%) = 0.000104904 (0.605752) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:04 2021 Memory usage per processor = 27.5502 Mbytes Step Atoms AVEKE stressZZ 27161 5000 1.2391301e-10 11023489 27162 -0.0149499999999918 11023353.1378145 27162 5000 1.2390441e-10 11023353 Loop time of 0.0183649 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:04 2021 Pair time (%) = 0.00132608 (7.22075) Neigh time (%) = 0 (0) Comm time (%) = 5.4121e-05 (0.294698) Outpt time (%) = 0.0168719 (91.8705) Other time (%) = 0.000112772 (0.614062) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:04 2021 Memory usage per processor = 27.5502 Mbytes Step Atoms AVEKE stressZZ 27162 5000 1.2390441e-10 11023288 27163 -0.0149499999999918 11023152.3773066 27163 5000 1.2389581e-10 11023152 Loop time of 0.0180168 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:04 2021 Pair time (%) = 0.00118017 (6.55039) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.177324) Outpt time (%) = 0.016711 (92.7522) Other time (%) = 9.36985e-05 (0.520061) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:04 2021 Memory usage per processor = 27.5502 Mbytes Step Atoms AVEKE stressZZ 27163 5000 1.2389581e-10 11023088 27164 -0.0149499999999918 11022951.6272578 27164 5000 1.2388722e-10 11022952 Loop time of 0.0174699 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:04 2021 Pair time (%) = 0.00117898 (6.74864) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.18424) Outpt time (%) = 0.0161231 (92.2906) Other time (%) = 0.00013566 (0.776537) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:04 2021 Memory usage per processor = 27.5502 Mbytes Step Atoms AVEKE stressZZ 27164 5000 1.2388722e-10 11022887 27165 -0.0149499999999918 11022750.8876673 27165 5000 1.2387862e-10 11022751 Loop time of 0.017297 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:04 2021 Pair time (%) = 0.00125098 (7.23235) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.190216) Outpt time (%) = 0.0159111 (91.9875) Other time (%) = 0.000102043 (0.589946) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:04 2021 Memory usage per processor = 27.5502 Mbytes Step Atoms AVEKE stressZZ 27165 5000 1.2387862e-10 11022686 27166 -0.0149499999999918 11022550.1585382 27166 5000 1.2387003e-10 11022550 Loop time of 0.01823 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:04 2021 Pair time (%) = 0.00141597 (7.76726) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.192252) Outpt time (%) = 0.0166621 (91.3996) Other time (%) = 0.000116825 (0.640841) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:04 2021 Memory usage per processor = 27.5502 Mbytes Step Atoms AVEKE stressZZ 27166 5000 1.2387003e-10 11022485 27167 -0.0149499999999918 11022349.4402565 27167 5000 1.2386143e-10 11022349 Loop time of 0.0180571 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:04 2021 Pair time (%) = 0.0012219 (6.76684) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.178248) Outpt time (%) = 0.0167098 (92.5387) Other time (%) = 9.32217e-05 (0.51626) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:04 2021 Memory usage per processor = 27.5502 Mbytes Step Atoms AVEKE stressZZ 27167 5000 1.2386143e-10 11022285 27168 -0.0149499999999918 11022148.7327221 27168 5000 1.2385284e-10 11022149 Loop time of 0.0175149 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:04 2021 Pair time (%) = 0.0012219 (6.9763) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.183766) Outpt time (%) = 0.016166 (92.2982) Other time (%) = 9.48906e-05 (0.541769) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:04 2021 Memory usage per processor = 27.5502 Mbytes Step Atoms AVEKE stressZZ 27168 5000 1.2385284e-10 11022084 27169 -0.0149499999999918 11021948.0358369 27169 5000 1.2384425e-10 11021948 Loop time of 0.0174329 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:04 2021 Pair time (%) = 0.00129986 (7.45634) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.195572) Outpt time (%) = 0.0159869 (91.7053) Other time (%) = 0.000112057 (0.642788) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:04 2021 Memory usage per processor = 27.5502 Mbytes Step Atoms AVEKE stressZZ 27169 5000 1.2384425e-10 11021883 27170 -0.0149499999999918 11021747.3495634 27170 5000 1.2383566e-10 11021747 Loop time of 0.0211191 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:05 2021 Pair time (%) = 0.001441 (6.82321) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.176112) Outpt time (%) = 0.019469 (92.1867) Other time (%) = 0.0001719 (0.813953) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:05 2021 Memory usage per processor = 27.5502 Mbytes Step Atoms AVEKE stressZZ 27170 5000 1.2383566e-10 11021683 27171 -0.0149499999999918 11021546.6738785 27171 5000 1.2382707e-10 11021547 Loop time of 0.018132 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:05 2021 Pair time (%) = 0.00121307 (6.69025) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.181457) Outpt time (%) = 0.0167899 (92.5984) Other time (%) = 9.60827e-05 (0.529908) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:05 2021 Memory usage per processor = 27.5502 Mbytes Step Atoms AVEKE stressZZ 27171 5000 1.2382707e-10 11021482 27172 -0.0149499999999918 11021346.0087663 27172 5000 1.2381848e-10 11021346 Loop time of 0.0180371 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:05 2021 Pair time (%) = 0.00118399 (6.56418) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.178446) Outpt time (%) = 0.0167291 (92.7485) Other time (%) = 9.17912e-05 (0.508902) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:05 2021 Memory usage per processor = 27.5502 Mbytes Step Atoms AVEKE stressZZ 27172 5000 1.2381848e-10 11021281 27173 -0.0149499999999918 11021145.3542149 27173 5000 1.2380989e-10 11021145 Loop time of 0.0173759 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:05 2021 Pair time (%) = 0.00118804 (6.83727) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189352) Outpt time (%) = 0.01601 (92.1391) Other time (%) = 0.000144958 (0.834248) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:05 2021 Memory usage per processor = 27.5502 Mbytes Step Atoms AVEKE stressZZ 27173 5000 1.2380989e-10 11021081 27174 -0.0149499999999918 11020944.7102447 27174 5000 1.2380131e-10 11020945 Loop time of 0.0177109 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:05 2021 Pair time (%) = 0.00137806 (7.78084) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.208656) Outpt time (%) = 0.0161829 (91.3724) Other time (%) = 0.00011301 (0.638083) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:05 2021 Memory usage per processor = 27.5502 Mbytes Step Atoms AVEKE stressZZ 27174 5000 1.2380131e-10 11020880 27175 -0.0149499999999918 11020744.0768581 27175 5000 1.2379272e-10 11020744 Loop time of 0.0185061 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:05 2021 Pair time (%) = 0.00144291 (7.79696) Neigh time (%) = 0 (0) Comm time (%) = 4.81606e-05 (0.260242) Outpt time (%) = 0.0168998 (91.3205) Other time (%) = 0.000115156 (0.622262) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:05 2021 Memory usage per processor = 27.5502 Mbytes Step Atoms AVEKE stressZZ 27175 5000 1.2379272e-10 11020679 27176 -0.0149499999999918 11020543.454015 27176 5000 1.2378414e-10 11020543 Loop time of 0.0183039 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:05 2021 Pair time (%) = 0.00122309 (6.68212) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.174543) Outpt time (%) = 0.0169561 (92.6366) Other time (%) = 9.27448e-05 (0.506695) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:05 2021 Memory usage per processor = 27.5502 Mbytes Step Atoms AVEKE stressZZ 27176 5000 1.2378414e-10 11020479 27177 -0.0149499999999918 11020342.8417092 27177 5000 1.2377555e-10 11020343 Loop time of 0.0174088 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:05 2021 Pair time (%) = 0.00121713 (6.99143) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183516) Outpt time (%) = 0.016021 (92.028) Other time (%) = 0.00013876 (0.797064) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:05 2021 Memory usage per processor = 27.5502 Mbytes Step Atoms AVEKE stressZZ 27177 5000 1.2377555e-10 11020278 27178 -0.0149499999999918 11020142.2399345 27178 5000 1.2376697e-10 11020142 Loop time of 0.0175061 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:05 2021 Pair time (%) = 0.00126815 (7.24403) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.194754) Outpt time (%) = 0.0160959 (91.9443) Other time (%) = 0.000108004 (0.616948) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:05 2021 Memory usage per processor = 27.5502 Mbytes Step Atoms AVEKE stressZZ 27178 5000 1.2376697e-10 11020078 27179 -0.0149499999999918 11019941.6486861 27179 5000 1.2375839e-10 11019942 Loop time of 0.0183492 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:05 2021 Pair time (%) = 0.00142908 (7.78826) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.180609) Outpt time (%) = 0.0167761 (91.4269) Other time (%) = 0.000110865 (0.604194) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:05 2021 Memory usage per processor = 27.5502 Mbytes Step Atoms AVEKE stressZZ 27179 5000 1.2375839e-10 11019877 27180 -0.0149499999999918 11019741.0679592 27180 5000 1.2374981e-10 11019741 Loop time of 0.0207639 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:05 2021 Pair time (%) = 0.00122309 (5.89046) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.153864) Outpt time (%) = 0.0194159 (93.5079) Other time (%) = 9.29832e-05 (0.447813) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:05 2021 Memory usage per processor = 27.5502 Mbytes Step Atoms AVEKE stressZZ 27180 5000 1.2374981e-10 11019676 27181 -0.0149499999999918 11019540.4977339 27181 5000 1.2374123e-10 11019540 Loop time of 0.017961 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:05 2021 Pair time (%) = 0.00118685 (6.60791) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.177875) Outpt time (%) = 0.0166509 (92.7058) Other time (%) = 9.13143e-05 (0.508403) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:05 2021 Memory usage per processor = 27.5502 Mbytes Step Atoms AVEKE stressZZ 27181 5000 1.2374123e-10 11019476 27182 -0.0149499999999918 11019339.9380176 27182 5000 1.2373265e-10 11019340 Loop time of 0.01738 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:05 2021 Pair time (%) = 0.00118709 (6.83019) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.196167) Outpt time (%) = 0.0160131 (92.1355) Other time (%) = 0.000145674 (0.838169) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:05 2021 Memory usage per processor = 27.5502 Mbytes Step Atoms AVEKE stressZZ 27182 5000 1.2373265e-10 11019275 27183 -0.0149499999999918 11019139.3888103 27183 5000 1.2372407e-10 11019139 Loop time of 0.0177109 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:05 2021 Pair time (%) = 0.00144291 (8.147) Neigh time (%) = 0 (0) Comm time (%) = 7.51019e-05 (0.424043) Outpt time (%) = 0.0160348 (90.5364) Other time (%) = 0.000158072 (0.892509) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:05 2021 Memory usage per processor = 27.5502 Mbytes Step Atoms AVEKE stressZZ 27183 5000 1.2372407e-10 11019075 27184 -0.0149499999999918 11018938.8501088 27184 5000 1.237155e-10 11018939 Loop time of 0.018079 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:05 2021 Pair time (%) = 0.0012188 (6.74148) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.176713) Outpt time (%) = 0.0167329 (92.5543) Other time (%) = 9.53674e-05 (0.527503) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:05 2021 Memory usage per processor = 27.5502 Mbytes Step Atoms AVEKE stressZZ 27184 5000 1.237155e-10 11018874 27185 -0.0149499999999918 11018738.3219096 27185 5000 1.2370692e-10 11018738 Loop time of 0.0183511 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:05 2021 Pair time (%) = 0.00130606 (7.11706) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.179291) Outpt time (%) = 0.016917 (92.1853) Other time (%) = 9.5129e-05 (0.518384) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:05 2021 Memory usage per processor = 27.5502 Mbytes Step Atoms AVEKE stressZZ 27185 5000 1.2370692e-10 11018674 27186 -0.0149499999999918 11018537.8042098 27186 5000 1.2369835e-10 11018538 Loop time of 0.0173972 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:05 2021 Pair time (%) = 0.00120091 (6.90293) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189121) Outpt time (%) = 0.0160329 (92.1583) Other time (%) = 0.000130415 (0.749633) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:05 2021 Memory usage per processor = 27.5502 Mbytes Step Atoms AVEKE stressZZ 27186 5000 1.2369835e-10 11018473 27187 -0.0149499999999918 11018337.2970063 27187 5000 1.2368978e-10 11018337 Loop time of 0.0176818 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:05 2021 Pair time (%) = 0.00137877 (7.79769) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.214393) Outpt time (%) = 0.0161359 (91.2571) Other time (%) = 0.000129223 (0.730823) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:05 2021 Memory usage per processor = 27.5502 Mbytes Step Atoms AVEKE stressZZ 27187 5000 1.2368978e-10 11018273 27188 -0.0149499999999918 11018136.8002965 27188 5000 1.236812e-10 11018137 Loop time of 0.017931 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:05 2021 Pair time (%) = 0.00123286 (6.8756) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.178173) Outpt time (%) = 0.0165589 (92.3479) Other time (%) = 0.000107288 (0.598341) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:05 2021 Memory usage per processor = 27.5502 Mbytes Step Atoms AVEKE stressZZ 27188 5000 1.236812e-10 11018072 27189 -0.0149499999999918 11017936.3140775 27189 5000 1.2367263e-10 11017936 Loop time of 0.0197971 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:05 2021 Pair time (%) = 0.00176406 (8.9107) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.15656) Outpt time (%) = 0.0178399 (90.1138) Other time (%) = 0.000162125 (0.818932) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:05 2021 Memory usage per processor = 27.5502 Mbytes Step Atoms AVEKE stressZZ 27189 5000 1.2367263e-10 11017872 27190 -0.0149499999999918 11017735.8383469 27190 5000 1.2366406e-10 11017736 Loop time of 0.0212371 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:05 2021 Pair time (%) = 0.00118184 (5.56497) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.150435) Outpt time (%) = 0.0199342 (93.8647) Other time (%) = 8.91685e-05 (0.419871) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:05 2021 Memory usage per processor = 27.5502 Mbytes Step Atoms AVEKE stressZZ 27190 5000 1.2366406e-10 11017671 27191 -0.0149499999999918 11017535.3731103 27191 5000 1.2365549e-10 11017535 Loop time of 0.0169199 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:05 2021 Pair time (%) = 0.00118089 (6.9793) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.190229) Outpt time (%) = 0.01562 (92.3176) Other time (%) = 8.67844e-05 (0.512914) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:05 2021 Memory usage per processor = 27.5502 Mbytes Step Atoms AVEKE stressZZ 27191 5000 1.2365549e-10 11017471 27192 -0.0149499999999918 11017334.9183629 27192 5000 1.2364692e-10 11017335 Loop time of 0.016737 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:05 2021 Pair time (%) = 0.00117612 (7.02707) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.190883) Outpt time (%) = 0.0154419 (92.2621) Other time (%) = 8.70228e-05 (0.519943) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:05 2021 Memory usage per processor = 27.5502 Mbytes Step Atoms AVEKE stressZZ 27192 5000 1.2364692e-10 11017270 27193 -0.0149499999999918 11017134.4741006 27193 5000 1.2363836e-10 11017134 Loop time of 0.0185189 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:05 2021 Pair time (%) = 0.00117111 (6.32387) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.167366) Outpt time (%) = 0.0172279 (93.0286) Other time (%) = 8.89301e-05 (0.480212) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:05 2021 Memory usage per processor = 27.5502 Mbytes Step Atoms AVEKE stressZZ 27193 5000 1.2363836e-10 11017070 27194 -0.0149499999999918 11016934.0403203 27194 5000 1.2362979e-10 11016934 Loop time of 0.0190582 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:05 2021 Pair time (%) = 0.00153804 (8.07021) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.167634) Outpt time (%) = 0.0173321 (90.9428) Other time (%) = 0.000156164 (0.819406) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:05 2021 Memory usage per processor = 27.5502 Mbytes Step Atoms AVEKE stressZZ 27194 5000 1.2362979e-10 11016869 27195 -0.0149499999999918 11016733.6170195 27195 5000 1.2362122e-10 11016734 Loop time of 0.0178499 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:05 2021 Pair time (%) = 0.0012002 (6.72383) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.178982) Outpt time (%) = 0.0165241 (92.5723) Other time (%) = 9.36985e-05 (0.524924) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:05 2021 Memory usage per processor = 27.5502 Mbytes Step Atoms AVEKE stressZZ 27195 5000 1.2362122e-10 11016669 27196 -0.0149499999999918 11016533.2041954 27196 5000 1.2361266e-10 11016533 Loop time of 0.017525 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:05 2021 Pair time (%) = 0.00130391 (7.44031) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.199986) Outpt time (%) = 0.0160701 (91.6985) Other time (%) = 0.000115871 (0.66118) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:05 2021 Memory usage per processor = 27.5502 Mbytes Step Atoms AVEKE stressZZ 27196 5000 1.2361266e-10 11016469 27197 -0.0149499999999918 11016332.8018433 27197 5000 1.236041e-10 11016333 Loop time of 0.0180521 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:05 2021 Pair time (%) = 0.00131488 (7.2838) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.183581) Outpt time (%) = 0.016587 (91.8841) Other time (%) = 0.000117064 (0.648476) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:05 2021 Memory usage per processor = 27.5502 Mbytes Step Atoms AVEKE stressZZ 27197 5000 1.236041e-10 11016268 27198 -0.0149499999999918 11016132.4099613 27198 5000 1.2359553e-10 11016132 Loop time of 0.0181789 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:05 2021 Pair time (%) = 0.00117898 (6.48542) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.175742) Outpt time (%) = 0.0168741 (92.8221) Other time (%) = 9.39369e-05 (0.516735) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:05 2021 Memory usage per processor = 27.5502 Mbytes Step Atoms AVEKE stressZZ 27198 5000 1.2359553e-10 11016068 27199 -0.0149499999999918 11015932.0285496 27199 5000 1.2358697e-10 11015932 Loop time of 0.017596 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:05 2021 Pair time (%) = 0.00118279 (6.72195) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.181564) Outpt time (%) = 0.0162861 (92.5559) Other time (%) = 9.5129e-05 (0.540628) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:05 2021 Memory usage per processor = 27.5502 Mbytes Step Atoms AVEKE stressZZ 27199 5000 1.2358697e-10 11015867 27200 -0.0149499999999918 11015731.6576059 27200 5000 1.2357841e-10 11015732 Loop time of 0.020185 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:05 2021 Pair time (%) = 0.00129318 (6.40665) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.173632) Outpt time (%) = 0.01875 (92.8906) Other time (%) = 0.000106812 (0.529163) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:05 2021 Memory usage per processor = 27.5502 Mbytes Step Atoms AVEKE stressZZ 27200 5000 1.2357841e-10 11015667 27201 -0.0149499999999918 11015531.2971284 27201 5000 1.2356985e-10 11015531 Loop time of 0.0183301 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:05 2021 Pair time (%) = 0.00159407 (8.69644) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.212013) Outpt time (%) = 0.0165081 (90.0601) Other time (%) = 0.000189066 (1.03145) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:05 2021 Memory usage per processor = 27.5502 Mbytes Step Atoms AVEKE stressZZ 27201 5000 1.2356985e-10 11015467 27202 -0.0149499999999918 11015330.9471151 27202 5000 1.2356129e-10 11015331 Loop time of 0.018084 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:05 2021 Pair time (%) = 0.00124383 (6.87805) Neigh time (%) = 0 (0) Comm time (%) = 6.48499e-05 (0.358603) Outpt time (%) = 0.0166562 (92.1042) Other time (%) = 0.000119209 (0.659196) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:05 2021 Memory usage per processor = 27.5502 Mbytes Step Atoms AVEKE stressZZ 27202 5000 1.2356129e-10 11015266 27203 -0.0149499999999918 11015130.6075638 27203 5000 1.2355274e-10 11015131 Loop time of 0.017921 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:05 2021 Pair time (%) = 0.00117898 (6.57877) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.184924) Outpt time (%) = 0.0166168 (92.7228) Other time (%) = 9.20296e-05 (0.51353) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:05 2021 Memory usage per processor = 27.5502 Mbytes Step Atoms AVEKE stressZZ 27203 5000 1.2355274e-10 11015066 27204 -0.0149499999999918 11014930.2784729 27204 5000 1.2354418e-10 11014930 Loop time of 0.0174909 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:05 2021 Pair time (%) = 0.00121212 (6.93002) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182656) Outpt time (%) = 0.0161381 (92.2658) Other time (%) = 0.000108719 (0.621575) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:05 2021 Memory usage per processor = 27.5502 Mbytes Step Atoms AVEKE stressZZ 27204 5000 1.2354418e-10 11014866 27205 -0.0149499999999918 11014729.9598404 27205 5000 1.2353562e-10 11014730 Loop time of 0.0178709 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:05 2021 Pair time (%) = 0.00165606 (9.26677) Neigh time (%) = 0 (0) Comm time (%) = 3.98159e-05 (0.222797) Outpt time (%) = 0.0160179 (89.6313) Other time (%) = 0.000157118 (0.879182) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:05 2021 Memory usage per processor = 27.5502 Mbytes Step Atoms AVEKE stressZZ 27205 5000 1.2353562e-10 11014665 27206 -0.0149499999999918 11014529.6516646 27206 5000 1.2352707e-10 11014530 Loop time of 0.0179589 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:05 2021 Pair time (%) = 0.00121117 (6.74411) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.183206) Outpt time (%) = 0.0166211 (92.5509) Other time (%) = 9.36985e-05 (0.521739) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:05 2021 Memory usage per processor = 27.5502 Mbytes Step Atoms AVEKE stressZZ 27206 5000 1.2352707e-10 11014465 27207 -0.0149499999999918 11014329.3539437 27207 5000 1.2351852e-10 11014329 Loop time of 0.0179381 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:05 2021 Pair time (%) = 0.00118113 (6.58444) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.172785) Outpt time (%) = 0.0166311 (92.7138) Other time (%) = 9.48906e-05 (0.528988) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:05 2021 Memory usage per processor = 27.5502 Mbytes Step Atoms AVEKE stressZZ 27207 5000 1.2351852e-10 11014265 27208 -0.0149499999999918 11014129.0666768 27208 5000 1.2350996e-10 11014129 Loop time of 0.0179739 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:05 2021 Pair time (%) = 0.0011971 (6.66021) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.266621) Outpt time (%) = 0.0165701 (92.1897) Other time (%) = 0.000158787 (0.88343) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:05 2021 Memory usage per processor = 27.5502 Mbytes Step Atoms AVEKE stressZZ 27208 5000 1.2350996e-10 11014064 27209 -0.0149499999999918 11013928.7898615 27209 5000 1.2350141e-10 11013929 Loop time of 0.017766 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:05 2021 Pair time (%) = 0.00130486 (7.34473) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.197273) Outpt time (%) = 0.016274 (91.6018) Other time (%) = 0.000152111 (0.856192) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:29:05 2021 Memory usage per processor = 27.5502 Mbytes Step Atoms AVEKE stressZZ 27209 5000 1.2350141e-10 11013864 27210 -0.0149499999999918 11013702.1900444 27210 5000 2.4336348e-10 11014066 Loop time of 0.0207419 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:05 2021 Pair time (%) = 0.00125718 (6.06106) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.158624) Outpt time (%) = 0.0193028 (93.0619) Other time (%) = 0.000149012 (0.718407) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:05 2021 Memory usage per processor = 27.5502 Mbytes Step Atoms AVEKE stressZZ 27210 5000 2.4336348e-10 11089566 27211 -0.0149824999999918 11089387.4446472 27211 5000 1.9574867e-10 11089387 Loop time of 0.0177588 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:06 2021 Pair time (%) = 0.00117898 (6.63883) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.1799) Outpt time (%) = 0.0164599 (92.6859) Other time (%) = 8.79765e-05 (0.495395) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:06 2021 Memory usage per processor = 27.5502 Mbytes Step Atoms AVEKE stressZZ 27211 5000 1.9574867e-10 11089300 27212 -0.0149824999999918 11089136.6217938 27212 5000 1.6818429e-10 11089137 Loop time of 0.017385 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:06 2021 Pair time (%) = 0.00118017 (6.78845) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183768) Outpt time (%) = 0.0160799 (92.4929) Other time (%) = 9.29832e-05 (0.534847) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:06 2021 Memory usage per processor = 27.5502 Mbytes Step Atoms AVEKE stressZZ 27212 5000 1.6818429e-10 11089057 27213 -0.0149824999999918 11088903.5551074 27213 5000 1.5175367e-10 11088904 Loop time of 0.017333 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:06 2021 Pair time (%) = 0.00121498 (7.00963) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.202201) Outpt time (%) = 0.0159221 (91.8597) Other time (%) = 0.000160933 (0.928473) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:06 2021 Memory usage per processor = 27.5502 Mbytes Step Atoms AVEKE stressZZ 27213 5000 1.5175367e-10 11088829 27214 -0.0149824999999918 11088681.7764562 27214 5000 1.4174899e-10 11088682 Loop time of 0.0181119 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:06 2021 Pair time (%) = 0.00145888 (8.05481) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.186923) Outpt time (%) = 0.0164921 (91.0566) Other time (%) = 0.000127077 (0.70162) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:06 2021 Memory usage per processor = 27.5502 Mbytes Step Atoms AVEKE stressZZ 27214 5000 1.4174899e-10 11088611 27215 -0.0149824999999918 11088467.1752968 27215 5000 1.3556563e-10 11088467 Loop time of 0.0180869 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:06 2021 Pair time (%) = 0.00122094 (6.75042) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.176637) Outpt time (%) = 0.016741 (92.5589) Other time (%) = 9.29832e-05 (0.514091) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:06 2021 Memory usage per processor = 27.5502 Mbytes Step Atoms AVEKE stressZZ 27215 5000 1.3556563e-10 11088398 27216 -0.0149824999999918 11088257.1393427 27216 5000 1.3170475e-10 11088257 Loop time of 0.0175321 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:06 2021 Pair time (%) = 0.00121593 (6.93547) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182226) Outpt time (%) = 0.0161891 (92.3397) Other time (%) = 9.5129e-05 (0.542599) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:06 2021 Memory usage per processor = 27.5502 Mbytes Step Atoms AVEKE stressZZ 27216 5000 1.3170475e-10 11088190 27217 -0.0149824999999918 11088050.0084605 27217 5000 1.29277e-10 11088050 Loop time of 0.0172482 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:06 2021 Pair time (%) = 0.00124598 (7.22382) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.295809) Outpt time (%) = 0.015831 (91.7837) Other time (%) = 0.000120163 (0.696671) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:06 2021 Memory usage per processor = 27.5502 Mbytes Step Atoms AVEKE stressZZ 27217 5000 1.29277e-10 11087983 27218 -0.0149824999999918 11087844.7276184 27218 5000 1.2774272e-10 11087845 Loop time of 0.018121 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:06 2021 Pair time (%) = 0.00135493 (7.47714) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.182883) Outpt time (%) = 0.016619 (91.7111) Other time (%) = 0.000113964 (0.628906) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:06 2021 Memory usage per processor = 27.5502 Mbytes Step Atoms AVEKE stressZZ 27218 5000 1.2774272e-10 11087779 27219 -0.0149824999999918 11087640.6263329 27219 5000 1.2676926e-10 11087641 Loop time of 0.018085 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:06 2021 Pair time (%) = 0.00122309 (6.76299) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.176655) Outpt time (%) = 0.016737 (92.5462) Other time (%) = 9.29832e-05 (0.514146) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:06 2021 Memory usage per processor = 27.5502 Mbytes Step Atoms AVEKE stressZZ 27219 5000 1.2676926e-10 11087575 27220 -0.0149824999999918 11087437.2785043 27220 5000 1.2614937e-10 11087437 Loop time of 0.0207651 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:06 2021 Pair time (%) = 0.00121999 (5.87519) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.159596) Outpt time (%) = 0.0194168 (93.5071) Other time (%) = 9.5129e-05 (0.45812) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:06 2021 Memory usage per processor = 27.5502 Mbytes Step Atoms AVEKE stressZZ 27220 5000 1.2614937e-10 11087372 27221 -0.0149824999999918 11087234.4133415 27221 5000 1.2575304e-10 11087234 Loop time of 0.0174551 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:06 2021 Pair time (%) = 0.00121093 (6.93739) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.195323) Outpt time (%) = 0.016109 (92.2881) Other time (%) = 0.000101089 (0.57914) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:06 2021 Memory usage per processor = 27.5502 Mbytes Step Atoms AVEKE stressZZ 27221 5000 1.2575304e-10 11087169 27222 -0.0149824999999918 11087031.8587533 27222 5000 1.2549831e-10 11087032 Loop time of 0.018434 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:06 2021 Pair time (%) = 0.00158191 (8.58144) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.210818) Outpt time (%) = 0.0166271 (90.1976) Other time (%) = 0.000186205 (1.01011) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:06 2021 Memory usage per processor = 27.5502 Mbytes Step Atoms AVEKE stressZZ 27222 5000 1.2549831e-10 11086966 27223 -0.0149824999999918 11086829.5053759 27223 5000 1.253334e-10 11086830 Loop time of 0.018239 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:06 2021 Pair time (%) = 0.00117898 (6.46405) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.175163) Outpt time (%) = 0.016928 (92.8118) Other time (%) = 0.000100136 (0.54902) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:06 2021 Memory usage per processor = 27.5502 Mbytes Step Atoms AVEKE stressZZ 27223 5000 1.253334e-10 11086764 27224 -0.0149824999999918 11086627.2837998 27224 5000 1.2522548e-10 11086627 Loop time of 0.0179169 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:06 2021 Pair time (%) = 0.00122285 (6.82511) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.17299) Outpt time (%) = 0.0165689 (92.4763) Other time (%) = 9.41753e-05 (0.525622) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:06 2021 Memory usage per processor = 27.5502 Mbytes Step Atoms AVEKE stressZZ 27224 5000 1.2522548e-10 11086562 27225 -0.0149824999999918 11086425.1498272 27225 5000 1.2515376e-10 11086425 Loop time of 0.0176201 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:06 2021 Pair time (%) = 0.00124192 (7.04833) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.186729) Outpt time (%) = 0.0161769 (91.8096) Other time (%) = 0.000168324 (0.955293) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:06 2021 Memory usage per processor = 27.5502 Mbytes Step Atoms AVEKE stressZZ 27225 5000 1.2515376e-10 11086360 27226 -0.0149824999999918 11086223.0753644 27226 5000 1.2510502e-10 11086223 Loop time of 0.0181091 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:06 2021 Pair time (%) = 0.00158405 (8.74728) Neigh time (%) = 0 (0) Comm time (%) = 5.4121e-05 (0.298861) Outpt time (%) = 0.0162852 (89.9282) Other time (%) = 0.000185728 (1.02561) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:06 2021 Memory usage per processor = 27.5502 Mbytes Step Atoms AVEKE stressZZ 27226 5000 1.2510502e-10 11086158 27227 -0.0149824999999918 11086021.0425627 27227 5000 1.2507089e-10 11086021 Loop time of 0.0183351 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:06 2021 Pair time (%) = 0.00133419 (7.2767) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.174245) Outpt time (%) = 0.01687 (92.0094) Other time (%) = 9.89437e-05 (0.539641) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:06 2021 Memory usage per processor = 27.5502 Mbytes Step Atoms AVEKE stressZZ 27227 5000 1.2507089e-10 11085956 27228 -0.0149824999999918 11085819.0400789 27228 5000 1.2504603e-10 11085819 Loop time of 0.0178149 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:06 2021 Pair time (%) = 0.00122023 (6.84948) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.179334) Outpt time (%) = 0.016468 (92.4399) Other time (%) = 9.46522e-05 (0.53131) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:06 2021 Memory usage per processor = 27.5502 Mbytes Step Atoms AVEKE stressZZ 27228 5000 1.2504603e-10 11085754 27229 -0.0149824999999918 11085617.0607039 27229 5000 1.2502707e-10 11085617 Loop time of 0.018245 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:06 2021 Pair time (%) = 0.00130606 (7.15844) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.192094) Outpt time (%) = 0.016798 (92.0693) Other time (%) = 0.000105858 (0.580203) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:06 2021 Memory usage per processor = 27.5502 Mbytes Step Atoms AVEKE stressZZ 27229 5000 1.2502707e-10 11085552 27230 -0.0149824999999918 11085415.099855 27230 5000 1.2501186e-10 11085415 Loop time of 0.023586 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:06 2021 Pair time (%) = 0.00165987 (7.03751) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.160725) Outpt time (%) = 0.021754 (92.2327) Other time (%) = 0.00013423 (0.569107) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:06 2021 Memory usage per processor = 27.5503 Mbytes Step Atoms AVEKE stressZZ 27230 5000 1.2501186e-10 11085350 27231 -0.0149824999999918 11085213.1546197 27231 5000 1.2499903e-10 11085213 Loop time of 0.0202608 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:06 2021 Pair time (%) = 0.00118709 (5.85903) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.157684) Outpt time (%) = 0.018918 (93.3726) Other time (%) = 0.000123739 (0.610732) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:06 2021 Memory usage per processor = 27.5503 Mbytes Step Atoms AVEKE stressZZ 27231 5000 1.2499903e-10 11085148 27232 -0.0149824999999918 11085011.2231459 27232 5000 1.2498772e-10 11085011 Loop time of 0.018244 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:06 2021 Pair time (%) = 0.00117993 (6.46751) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.176422) Outpt time (%) = 0.0169411 (92.8582) Other time (%) = 9.08375e-05 (0.497903) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:06 2021 Memory usage per processor = 27.5503 Mbytes Step Atoms AVEKE stressZZ 27232 5000 1.2498772e-10 11084946 27233 -0.0149824999999918 11084809.3042558 27233 5000 1.2497737e-10 11084809 Loop time of 0.0181849 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:06 2021 Pair time (%) = 0.00117993 (6.48853) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.175685) Outpt time (%) = 0.0168841 (92.8467) Other time (%) = 8.89301e-05 (0.489033) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:06 2021 Memory usage per processor = 27.5503 Mbytes Step Atoms AVEKE stressZZ 27233 5000 1.2497737e-10 11084744 27234 -0.0149824999999918 11084607.3972004 27234 5000 1.2496762e-10 11084607 Loop time of 0.018178 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:06 2021 Pair time (%) = 0.00128603 (7.07466) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.187556) Outpt time (%) = 0.0167489 (92.1384) Other time (%) = 0.000108957 (0.599391) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:06 2021 Memory usage per processor = 27.5503 Mbytes Step Atoms AVEKE stressZZ 27234 5000 1.2496762e-10 11084542 27235 -0.0149824999999918 11084405.5015031 27235 5000 1.2495827e-10 11084406 Loop time of 0.0174048 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:06 2021 Pair time (%) = 0.00122309 (7.0273) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.195888) Outpt time (%) = 0.016017 (92.0261) Other time (%) = 0.000130653 (0.750675) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:06 2021 Memory usage per processor = 27.5503 Mbytes Step Atoms AVEKE stressZZ 27235 5000 1.2495827e-10 11084340 27236 -0.0149824999999918 11084203.6168601 27236 5000 1.2494917e-10 11084204 Loop time of 0.0181181 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:06 2021 Pair time (%) = 0.00162697 (8.97977) Neigh time (%) = 0 (0) Comm time (%) = 5.19753e-05 (0.286869) Outpt time (%) = 0.016273 (89.8162) Other time (%) = 0.000166178 (0.91719) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:06 2021 Memory usage per processor = 27.5503 Mbytes Step Atoms AVEKE stressZZ 27236 5000 1.2494917e-10 11084138 27237 -0.0149824999999918 11084001.743078 27237 5000 1.2494022e-10 11084002 Loop time of 0.0183771 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:06 2021 Pair time (%) = 0.00120592 (6.5621) Neigh time (%) = 0 (0) Comm time (%) = 7.20024e-05 (0.391806) Outpt time (%) = 0.0170031 (92.5233) Other time (%) = 9.60827e-05 (0.52284) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:06 2021 Memory usage per processor = 27.5503 Mbytes Step Atoms AVEKE stressZZ 27237 5000 1.2494022e-10 11083937 27238 -0.0149824999999918 11083799.8799694 27238 5000 1.2493138e-10 11083800 Loop time of 0.017885 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:06 2021 Pair time (%) = 0.00118613 (6.63201) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.178631) Outpt time (%) = 0.016573 (92.6641) Other time (%) = 9.39369e-05 (0.525228) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:06 2021 Memory usage per processor = 27.5503 Mbytes Step Atoms AVEKE stressZZ 27238 5000 1.2493138e-10 11083735 27239 -0.0149824999999918 11083598.0275099 27239 5000 1.2492259e-10 11083598 Loop time of 0.0173321 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:06 2021 Pair time (%) = 0.00128293 (7.40206) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.270992) Outpt time (%) = 0.015873 (91.5814) Other time (%) = 0.000129223 (0.745571) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:06 2021 Memory usage per processor = 27.5503 Mbytes Step Atoms AVEKE stressZZ 27239 5000 1.2492259e-10 11083533 27240 -0.0149824999999918 11083396.1856534 27240 5000 1.2491385e-10 11083396 Loop time of 0.0207281 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:06 2021 Pair time (%) = 0.00167108 (8.06188) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.187486) Outpt time (%) = 0.0188291 (90.8385) Other time (%) = 0.000189066 (0.912123) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:06 2021 Memory usage per processor = 27.5503 Mbytes Step Atoms AVEKE stressZZ 27240 5000 1.2491385e-10 11083331 27241 -0.0149824999999918 11083194.354367 27241 5000 1.2490514e-10 11083194 Loop time of 0.018362 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:06 2021 Pair time (%) = 0.00133419 (7.26602) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.185676) Outpt time (%) = 0.0168841 (91.951) Other time (%) = 0.000109673 (0.597278) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:06 2021 Memory usage per processor = 27.5503 Mbytes Step Atoms AVEKE stressZZ 27241 5000 1.2490514e-10 11083129 27242 -0.0149824999999918 11082992.5336299 27242 5000 1.2489644e-10 11082993 Loop time of 0.017978 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:06 2021 Pair time (%) = 0.00120807 (6.71971) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.177707) Outpt time (%) = 0.0166142 (92.4143) Other time (%) = 0.000123739 (0.688283) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:06 2021 Memory usage per processor = 27.5503 Mbytes Step Atoms AVEKE stressZZ 27242 5000 1.2489644e-10 11082927 27243 -0.0149824999999918 11082790.7234276 27243 5000 1.2488776e-10 11082791 Loop time of 0.017519 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:06 2021 Pair time (%) = 0.00118494 (6.76375) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182363) Outpt time (%) = 0.016206 (92.5054) Other time (%) = 9.60827e-05 (0.548449) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:06 2021 Memory usage per processor = 27.5503 Mbytes Step Atoms AVEKE stressZZ 27243 5000 1.2488776e-10 11082726 27244 -0.0149824999999918 11082588.923758 27244 5000 1.2487908e-10 11082589 Loop time of 0.0175228 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:06 2021 Pair time (%) = 0.0012598 (7.18951) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.200011) Outpt time (%) = 0.016125 (92.0227) Other time (%) = 0.000102997 (0.587787) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:06 2021 Memory usage per processor = 27.5503 Mbytes Step Atoms AVEKE stressZZ 27244 5000 1.2487908e-10 11082524 27245 -0.0149824999999918 11082387.1346401 27245 5000 1.2487041e-10 11082387 Loop time of 0.0183389 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:06 2021 Pair time (%) = 0.00139189 (7.5898) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.208011) Outpt time (%) = 0.0167789 (91.4936) Other time (%) = 0.000129938 (0.708538) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:06 2021 Memory usage per processor = 27.5503 Mbytes Step Atoms AVEKE stressZZ 27245 5000 1.2487041e-10 11082322 27246 -0.0149824999999918 11082185.3560553 27246 5000 1.2486174e-10 11082185 Loop time of 0.0181279 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:06 2021 Pair time (%) = 0.00123811 (6.82984) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.181498) Outpt time (%) = 0.0167589 (92.4481) Other time (%) = 9.799e-05 (0.540548) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:06 2021 Memory usage per processor = 27.5503 Mbytes Step Atoms AVEKE stressZZ 27246 5000 1.2486174e-10 11082120 27247 -0.0149824999999918 11081983.5879957 27247 5000 1.2485308e-10 11081984 Loop time of 0.018203 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:06 2021 Pair time (%) = 0.00125098 (6.87239) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.185988) Outpt time (%) = 0.0168121 (92.3588) Other time (%) = 0.000106096 (0.58285) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:06 2021 Memory usage per processor = 27.5503 Mbytes Step Atoms AVEKE stressZZ 27247 5000 1.2485308e-10 11081918 27248 -0.0149824999999918 11081781.830456 27248 5000 1.2484441e-10 11081782 Loop time of 0.0179548 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:06 2021 Pair time (%) = 0.00124288 (6.92224) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.189887) Outpt time (%) = 0.0165739 (92.3089) Other time (%) = 0.000103951 (0.578956) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:06 2021 Memory usage per processor = 27.5503 Mbytes Step Atoms AVEKE stressZZ 27248 5000 1.2484441e-10 11081717 27249 -0.0149824999999918 11081580.0834333 27249 5000 1.2483575e-10 11081580 Loop time of 0.018223 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:06 2021 Pair time (%) = 0.00149488 (8.20326) Neigh time (%) = 0 (0) Comm time (%) = 4.29153e-05 (0.2355) Outpt time (%) = 0.016542 (90.7749) Other time (%) = 0.00014329 (0.78631) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:06 2021 Memory usage per processor = 27.5503 Mbytes Step Atoms AVEKE stressZZ 27249 5000 1.2483575e-10 11081515 27250 -0.0149824999999918 11081378.346924 27250 5000 1.2482709e-10 11081378 Loop time of 0.0210469 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:06 2021 Pair time (%) = 0.00128198 (6.09105) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.16199) Outpt time (%) = 0.019628 (93.2587) Other time (%) = 0.000102758 (0.488236) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:06 2021 Memory usage per processor = 27.5503 Mbytes Step Atoms AVEKE stressZZ 27250 5000 1.2482709e-10 11081313 27251 -0.0149824999999918 11081176.6209262 27251 5000 1.2481843e-10 11081177 Loop time of 0.018153 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:07 2021 Pair time (%) = 0.00123978 (6.82961) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.181247) Outpt time (%) = 0.0167801 (92.4375) Other time (%) = 0.000100136 (0.551623) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:07 2021 Memory usage per processor = 27.5503 Mbytes Step Atoms AVEKE stressZZ 27251 5000 1.2481843e-10 11081111 27252 -0.0149824999999918 11080974.9054377 27252 5000 1.2480977e-10 11080975 Loop time of 0.0180428 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:07 2021 Pair time (%) = 0.00123906 (6.86734) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.188961) Outpt time (%) = 0.0166719 (92.4019) Other time (%) = 9.77516e-05 (0.541776) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:07 2021 Memory usage per processor = 27.5503 Mbytes Step Atoms AVEKE stressZZ 27252 5000 1.2480977e-10 11080910 27253 -0.0149824999999918 11080773.2004568 27253 5000 1.2480111e-10 11080773 Loop time of 0.0179141 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:07 2021 Pair time (%) = 0.00129008 (7.20151) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.200966) Outpt time (%) = 0.0164831 (92.0119) Other time (%) = 0.000104904 (0.585597) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:07 2021 Memory usage per processor = 27.5503 Mbytes Step Atoms AVEKE stressZZ 27253 5000 1.2480111e-10 11080708 27254 -0.0149824999999918 11080571.5059814 27254 5000 1.2479246e-10 11080572 Loop time of 0.0214901 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:07 2021 Pair time (%) = 0.00145698 (6.77976) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.171962) Outpt time (%) = 0.01986 (92.4148) Other time (%) = 0.000136137 (0.633487) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:07 2021 Memory usage per processor = 27.5503 Mbytes Step Atoms AVEKE stressZZ 27254 5000 1.2479246e-10 11080506 27255 -0.0149824999999918 11080369.8220103 27255 5000 1.247838e-10 11080370 Loop time of 0.0182221 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:07 2021 Pair time (%) = 0.00131106 (7.19491) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.181868) Outpt time (%) = 0.016773 (92.0475) Other time (%) = 0.000104904 (0.575698) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:07 2021 Memory usage per processor = 27.5503 Mbytes Step Atoms AVEKE stressZZ 27255 5000 1.247838e-10 11080305 27256 -0.0149824999999918 11080168.1485414 27256 5000 1.2477515e-10 11080168 Loop time of 0.018127 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:07 2021 Pair time (%) = 0.00123811 (6.8302) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.182823) Outpt time (%) = 0.016758 (92.4477) Other time (%) = 9.77516e-05 (0.539261) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:07 2021 Memory usage per processor = 27.5503 Mbytes Step Atoms AVEKE stressZZ 27256 5000 1.2477515e-10 11080103 27257 -0.0149824999999918 11079966.4855737 27257 5000 1.247665e-10 11079966 Loop time of 0.0179849 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:07 2021 Pair time (%) = 0.00123501 (6.86693) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.18957) Outpt time (%) = 0.016618 (92.4) Other time (%) = 9.77516e-05 (0.543521) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:07 2021 Memory usage per processor = 27.5503 Mbytes Step Atoms AVEKE stressZZ 27257 5000 1.247665e-10 11079901 27258 -0.0149824999999918 11079764.8331056 27258 5000 1.2475785e-10 11079765 Loop time of 0.0179722 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:07 2021 Pair time (%) = 0.00129199 (7.18881) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.200316) Outpt time (%) = 0.016536 (92.0086) Other time (%) = 0.000108242 (0.602274) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:07 2021 Memory usage per processor = 27.5503 Mbytes Step Atoms AVEKE stressZZ 27258 5000 1.2475785e-10 11079700 27259 -0.0149824999999918 11079563.1911355 27259 5000 1.2474919e-10 11079563 Loop time of 0.01826 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:07 2021 Pair time (%) = 0.00134087 (7.34319) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.191936) Outpt time (%) = 0.016767 (91.8238) Other time (%) = 0.000117064 (0.641093) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:07 2021 Memory usage per processor = 27.5503 Mbytes Step Atoms AVEKE stressZZ 27259 5000 1.2474919e-10 11079498 27260 -0.0149824999999918 11079361.5596619 27260 5000 1.2474054e-10 11079362 Loop time of 0.0209391 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:07 2021 Pair time (%) = 0.00124502 (5.94592) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.157131) Outpt time (%) = 0.0195632 (93.429) Other time (%) = 9.799e-05 (0.467976) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:07 2021 Memory usage per processor = 27.5503 Mbytes Step Atoms AVEKE stressZZ 27260 5000 1.2474054e-10 11079296 27261 -0.0149824999999918 11079159.9386838 27261 5000 1.247319e-10 11079160 Loop time of 0.0181651 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:07 2021 Pair time (%) = 0.00123286 (6.78698) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.186376) Outpt time (%) = 0.0168021 (92.4964) Other time (%) = 9.63211e-05 (0.530253) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:07 2021 Memory usage per processor = 27.5503 Mbytes Step Atoms AVEKE stressZZ 27261 5000 1.247319e-10 11079095 27262 -0.0149824999999918 11078958.3281996 27262 5000 1.2472325e-10 11078958 Loop time of 0.0178468 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:07 2021 Pair time (%) = 0.00125098 (7.00955) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.191036) Outpt time (%) = 0.016464 (92.2517) Other time (%) = 9.77516e-05 (0.547726) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:07 2021 Memory usage per processor = 27.5503 Mbytes Step Atoms AVEKE stressZZ 27262 5000 1.2472325e-10 11078893 27263 -0.0149824999999918 11078756.7282081 27263 5000 1.247146e-10 11078757 Loop time of 0.0181961 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:07 2021 Pair time (%) = 0.00146389 (8.04507) Neigh time (%) = 0 (0) Comm time (%) = 4.50611e-05 (0.247642) Outpt time (%) = 0.0165281 (90.8333) Other time (%) = 0.000159025 (0.873952) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:07 2021 Memory usage per processor = 27.5503 Mbytes Step Atoms AVEKE stressZZ 27263 5000 1.247146e-10 11078692 27264 -0.0149824999999918 11078555.1387079 27264 5000 1.2470596e-10 11078555 Loop time of 0.018198 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:07 2021 Pair time (%) = 0.0013001 (7.14417) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.187349) Outpt time (%) = 0.0167589 (92.092) Other time (%) = 0.000104904 (0.576459) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:07 2021 Memory usage per processor = 27.5503 Mbytes Step Atoms AVEKE stressZZ 27264 5000 1.2470596e-10 11078490 27265 -0.0149824999999918 11078353.5596975 27265 5000 1.2469731e-10 11078354 Loop time of 0.0181868 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:07 2021 Pair time (%) = 0.00124002 (6.81821) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.182221) Outpt time (%) = 0.0168159 (92.4621) Other time (%) = 9.77516e-05 (0.537486) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:07 2021 Memory usage per processor = 27.5503 Mbytes Step Atoms AVEKE stressZZ 27265 5000 1.2469731e-10 11078288 27266 -0.0149824999999918 11078151.991178 27266 5000 1.2468867e-10 11078152 Loop time of 0.0179532 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:07 2021 Pair time (%) = 0.001266 (7.0517) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.189905) Outpt time (%) = 0.016547 (92.1674) Other time (%) = 0.000106096 (0.590962) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:07 2021 Memory usage per processor = 27.5503 Mbytes Step Atoms AVEKE stressZZ 27266 5000 1.2468867e-10 11078087 27267 -0.0149824999999918 11077950.4331639 27267 5000 1.2468002e-10 11077950 Loop time of 0.018028 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:07 2021 Pair time (%) = 0.00130701 (7.24988) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.194406) Outpt time (%) = 0.0165761 (91.946) Other time (%) = 0.000109911 (0.609667) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:07 2021 Memory usage per processor = 27.5503 Mbytes Step Atoms AVEKE stressZZ 27267 5000 1.2468002e-10 11077885 27268 -0.0149824999999918 11077748.8856468 27268 5000 1.2467138e-10 11077749 Loop time of 0.018307 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:07 2021 Pair time (%) = 0.00134015 (7.32044) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.191444) Outpt time (%) = 0.016818 (91.8669) Other time (%) = 0.000113726 (0.621215) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:07 2021 Memory usage per processor = 27.5503 Mbytes Step Atoms AVEKE stressZZ 27268 5000 1.2467138e-10 11077684 27269 -0.0149824999999918 11077547.3486224 27269 5000 1.2466274e-10 11077547 Loop time of 0.018136 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:07 2021 Pair time (%) = 0.00123501 (6.8097) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.18799) Outpt time (%) = 0.0167689 (92.462) Other time (%) = 9.799e-05 (0.540306) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:07 2021 Memory usage per processor = 27.5503 Mbytes Step Atoms AVEKE stressZZ 27269 5000 1.2466274e-10 11077482 27270 -0.0149824999999918 11077345.822088 27270 5000 1.246541e-10 11077346 Loop time of 0.0216088 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:07 2021 Pair time (%) = 0.00146699 (6.78884) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.175431) Outpt time (%) = 0.019932 (92.2402) Other time (%) = 0.0001719 (0.795507) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:07 2021 Memory usage per processor = 27.5503 Mbytes Step Atoms AVEKE stressZZ 27270 5000 1.246541e-10 11077281 27271 -0.0149824999999918 11077144.3060418 27271 5000 1.2464546e-10 11077144 Loop time of 0.017894 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:07 2021 Pair time (%) = 0.00123596 (6.90712) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.1892) Outpt time (%) = 0.016526 (92.3547) Other time (%) = 9.82285e-05 (0.548945) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:07 2021 Memory usage per processor = 27.5503 Mbytes Step Atoms AVEKE stressZZ 27271 5000 1.2464546e-10 11077079 27272 -0.0149824999999918 11076942.8004817 27272 5000 1.2463683e-10 11076943 Loop time of 0.0205441 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:07 2021 Pair time (%) = 0.00151515 (7.37513) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.160152) Outpt time (%) = 0.0188968 (91.9819) Other time (%) = 9.91821e-05 (0.482778) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:07 2021 Memory usage per processor = 27.5503 Mbytes Step Atoms AVEKE stressZZ 27272 5000 1.2463683e-10 11076878 27273 -0.0149824999999918 11076741.3054063 27273 5000 1.2462819e-10 11076741 Loop time of 0.0199361 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:07 2021 Pair time (%) = 0.00150204 (7.53426) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.165036) Outpt time (%) = 0.018307 (91.8283) Other time (%) = 9.41753e-05 (0.472386) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:07 2021 Memory usage per processor = 27.5503 Mbytes Step Atoms AVEKE stressZZ 27273 5000 1.2462819e-10 11076676 27274 -0.0149824999999918 11076539.8208139 27274 5000 1.2461955e-10 11076540 Loop time of 0.0189931 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:07 2021 Pair time (%) = 0.00123501 (6.50239) Neigh time (%) = 0 (0) Comm time (%) = 0.000346184 (1.82268) Outpt time (%) = 0.0173202 (91.1916) Other time (%) = 9.17912e-05 (0.483286) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:07 2021 Memory usage per processor = 27.5503 Mbytes Step Atoms AVEKE stressZZ 27274 5000 1.2461955e-10 11076475 27275 -0.0149824999999918 11076338.3467591 27275 5000 1.2461092e-10 11076338 Loop time of 0.0183699 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:07 2021 Pair time (%) = 0.00139213 (7.57829) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.218043) Outpt time (%) = 0.016819 (91.5573) Other time (%) = 0.000118732 (0.646342) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:07 2021 Memory usage per processor = 27.5503 Mbytes Step Atoms AVEKE stressZZ 27275 5000 1.2461092e-10 11076273 27276 -0.0149824999999918 11076136.8832402 27276 5000 1.2460229e-10 11076137 Loop time of 0.018132 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:07 2021 Pair time (%) = 0.00123906 (6.83357) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.182772) Outpt time (%) = 0.0167608 (92.438) Other time (%) = 9.89437e-05 (0.545686) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:07 2021 Memory usage per processor = 27.5503 Mbytes Step Atoms AVEKE stressZZ 27276 5000 1.2460229e-10 11076072 27277 -0.0149824999999918 11075935.4302346 27277 5000 1.2459365e-10 11075935 Loop time of 0.018157 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:07 2021 Pair time (%) = 0.00124002 (6.8294) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.181207) Outpt time (%) = 0.0167871 (92.455) Other time (%) = 9.70364e-05 (0.534429) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:07 2021 Memory usage per processor = 27.5503 Mbytes Step Atoms AVEKE stressZZ 27277 5000 1.2459365e-10 11075870 27278 -0.0149824999999918 11075733.987734 27278 5000 1.2458502e-10 11075734 Loop time of 0.0179269 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:07 2021 Pair time (%) = 0.00123787 (6.90508) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.188852) Outpt time (%) = 0.016562 (92.3861) Other time (%) = 9.32217e-05 (0.520009) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:07 2021 Memory usage per processor = 27.5503 Mbytes Step Atoms AVEKE stressZZ 27278 5000 1.2458502e-10 11075669 27279 -0.0149824999999918 11075532.5557164 27279 5000 1.2457639e-10 11075533 Loop time of 0.018203 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:07 2021 Pair time (%) = 0.0014751 (8.10358) Neigh time (%) = 0 (0) Comm time (%) = 4.41074e-05 (0.242308) Outpt time (%) = 0.016531 (90.8145) Other time (%) = 0.000152826 (0.839566) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:07 2021 Memory usage per processor = 27.5503 Mbytes Step Atoms AVEKE stressZZ 27279 5000 1.2457639e-10 11075467 27280 -0.0149824999999918 11075331.1341907 27280 5000 1.2456776e-10 11075331 Loop time of 0.0211101 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:07 2021 Pair time (%) = 0.00127602 (6.04459) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.166023) Outpt time (%) = 0.019696 (93.3015) Other time (%) = 0.000102997 (0.487904) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:07 2021 Memory usage per processor = 27.5503 Mbytes Step Atoms AVEKE stressZZ 27280 5000 1.2456776e-10 11075266 27281 -0.0149824999999918 11075129.7232876 27281 5000 1.2455913e-10 11075130 Loop time of 0.0181332 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:07 2021 Pair time (%) = 0.00123906 (6.83312) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.18276) Outpt time (%) = 0.0167632 (92.445) Other time (%) = 9.77516e-05 (0.539076) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:07 2021 Memory usage per processor = 27.5503 Mbytes Step Atoms AVEKE stressZZ 27281 5000 1.2455913e-10 11075065 27282 -0.0149824999999918 11074928.3231744 27282 5000 1.2455051e-10 11074928 Loop time of 0.01805 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:07 2021 Pair time (%) = 0.00123596 (6.84745) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.187565) Outpt time (%) = 0.0166819 (92.4208) Other time (%) = 9.82285e-05 (0.544203) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:07 2021 Memory usage per processor = 27.5503 Mbytes Step Atoms AVEKE stressZZ 27282 5000 1.2455051e-10 11074863 27283 -0.0149824999999918 11074726.9337166 27283 5000 1.2454188e-10 11074727 Loop time of 0.0179739 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:07 2021 Pair time (%) = 0.00127411 (7.08866) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.200297) Outpt time (%) = 0.0165591 (92.1287) Other time (%) = 0.000104666 (0.582321) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:07 2021 Memory usage per processor = 27.5503 Mbytes Step Atoms AVEKE stressZZ 27283 5000 1.2454188e-10 11074662 27284 -0.0149824999999918 11074525.5548789 27284 5000 1.2453325e-10 11074526 Loop time of 0.0183461 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:07 2021 Pair time (%) = 0.00144696 (7.88704) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.201432) Outpt time (%) = 0.0167298 (91.1903) Other time (%) = 0.000132322 (0.721257) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:07 2021 Memory usage per processor = 27.5503 Mbytes Step Atoms AVEKE stressZZ 27284 5000 1.2453325e-10 11074460 27285 -0.0149824999999918 11074324.1866378 27285 5000 1.2452463e-10 11074324 Loop time of 0.0181942 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:07 2021 Pair time (%) = 0.00124717 (6.85475) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.187389) Outpt time (%) = 0.016813 (92.4088) Other time (%) = 9.98974e-05 (0.549062) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:07 2021 Memory usage per processor = 27.5503 Mbytes Step Atoms AVEKE stressZZ 27285 5000 1.2452463e-10 11074259 27286 -0.0149824999999918 11074122.8289782 27286 5000 1.2451601e-10 11074123 Loop time of 0.0181341 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:07 2021 Pair time (%) = 0.00124192 (6.84854) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.186695) Outpt time (%) = 0.0167601 (92.4231) Other time (%) = 9.82285e-05 (0.541678) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:07 2021 Memory usage per processor = 27.5503 Mbytes Step Atoms AVEKE stressZZ 27286 5000 1.2451601e-10 11074058 27287 -0.0149824999999918 11073921.4818884 27287 5000 1.2450738e-10 11073921 Loop time of 0.0179479 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:07 2021 Pair time (%) = 0.00125194 (6.97538) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.184646) Outpt time (%) = 0.0165598 (92.2661) Other time (%) = 0.000102997 (0.573865) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:07 2021 Memory usage per processor = 27.5503 Mbytes Step Atoms AVEKE stressZZ 27287 5000 1.2450738e-10 11073856 27288 -0.0149824999999918 11073720.1453597 27288 5000 1.2449876e-10 11073720 Loop time of 0.0181551 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:07 2021 Pair time (%) = 0.00142503 (7.84919) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.214057) Outpt time (%) = 0.016573 (91.2854) Other time (%) = 0.000118256 (0.651363) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:07 2021 Memory usage per processor = 27.5503 Mbytes Step Atoms AVEKE stressZZ 27288 5000 1.2449876e-10 11073655 27289 -0.0149824999999918 11073518.8193522 27289 5000 1.2449014e-10 11073519 Loop time of 0.0182071 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:07 2021 Pair time (%) = 0.00128889 (7.07907) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.185947) Outpt time (%) = 0.0167811 (92.168) Other time (%) = 0.000103235 (0.567006) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:07 2021 Memory usage per processor = 27.5503 Mbytes Step Atoms AVEKE stressZZ 27289 5000 1.2449014e-10 11073454 27290 -0.0149824999999918 11073317.5038378 27290 5000 1.2448152e-10 11073318 Loop time of 0.020865 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:07 2021 Pair time (%) = 0.00125384 (6.00932) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.16683) Outpt time (%) = 0.0194781 (93.3531) Other time (%) = 9.82285e-05 (0.470782) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:07 2021 Memory usage per processor = 27.5503 Mbytes Step Atoms AVEKE stressZZ 27290 5000 1.2448152e-10 11073252 27291 -0.0149824999999918 11073116.1988563 27291 5000 1.244729e-10 11073116 Loop time of 0.0180099 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:07 2021 Pair time (%) = 0.00123405 (6.85209) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.189306) Outpt time (%) = 0.0166419 (92.4039) Other time (%) = 9.98974e-05 (0.55468) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:07 2021 Memory usage per processor = 27.5503 Mbytes Step Atoms AVEKE stressZZ 27291 5000 1.244729e-10 11073051 27292 -0.0149824999999918 11072914.9044037 27292 5000 1.2446428e-10 11072915 Loop time of 0.017966 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:08 2021 Pair time (%) = 0.00131106 (7.29746) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.20702) Outpt time (%) = 0.0165129 (91.9116) Other time (%) = 0.000104904 (0.583903) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:08 2021 Memory usage per processor = 27.5503 Mbytes Step Atoms AVEKE stressZZ 27292 5000 1.2446428e-10 11072850 27293 -0.0149824999999918 11072713.6204759 27293 5000 1.2445567e-10 11072714 Loop time of 0.0183158 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:08 2021 Pair time (%) = 0.00145102 (7.92221) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.208274) Outpt time (%) = 0.0166969 (91.1614) Other time (%) = 0.0001297 (0.70813) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:08 2021 Memory usage per processor = 27.5503 Mbytes Step Atoms AVEKE stressZZ 27293 5000 1.2445567e-10 11072649 27294 -0.0149824999999918 11072512.3470689 27294 5000 1.2444705e-10 11072512 Loop time of 0.0182259 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:08 2021 Pair time (%) = 0.00124407 (6.82582) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.187063) Outpt time (%) = 0.016844 (92.4181) Other time (%) = 0.000103712 (0.569037) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:08 2021 Memory usage per processor = 27.5503 Mbytes Step Atoms AVEKE stressZZ 27294 5000 1.2444705e-10 11072447 27295 -0.0149824999999918 11072311.0841797 27295 5000 1.2443844e-10 11072311 Loop time of 0.0181391 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:08 2021 Pair time (%) = 0.00123501 (6.80853) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.186643) Outpt time (%) = 0.016773 (92.4686) Other time (%) = 9.72748e-05 (0.536271) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:08 2021 Memory usage per processor = 27.5503 Mbytes Step Atoms AVEKE stressZZ 27295 5000 1.2443844e-10 11072246 27296 -0.0149824999999918 11072109.831805 27296 5000 1.2442982e-10 11072110 Loop time of 0.017894 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:08 2021 Pair time (%) = 0.00124979 (6.9844) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.18387) Outpt time (%) = 0.0165091 (92.2601) Other time (%) = 0.000102282 (0.571596) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:08 2021 Memory usage per processor = 27.5503 Mbytes Step Atoms AVEKE stressZZ 27296 5000 1.2442982e-10 11072045 27297 -0.0149824999999918 11071908.5899418 27297 5000 1.2442121e-10 11071909 Loop time of 0.018142 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:08 2021 Pair time (%) = 0.00143194 (7.89297) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.210269) Outpt time (%) = 0.0165391 (91.1648) Other time (%) = 0.000132799 (0.731999) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:08 2021 Memory usage per processor = 27.5503 Mbytes Step Atoms AVEKE stressZZ 27297 5000 1.2442121e-10 11071843 27298 -0.0149824999999918 11071707.3585875 27298 5000 1.244126e-10 11071707 Loop time of 0.0182071 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:08 2021 Pair time (%) = 0.00129914 (7.13537) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.187256) Outpt time (%) = 0.0167701 (92.1077) Other time (%) = 0.000103712 (0.569625) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:08 2021 Memory usage per processor = 27.5503 Mbytes Step Atoms AVEKE stressZZ 27298 5000 1.244126e-10 11071642 27299 -0.0149824999999918 11071506.1377406 27299 5000 1.2440399e-10 11071506 Loop time of 0.0181379 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:08 2021 Pair time (%) = 0.00124002 (6.83658) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.18797) Outpt time (%) = 0.016767 (92.4418) Other time (%) = 9.67979e-05 (0.533677) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:08 2021 Memory usage per processor = 27.5503 Mbytes Step Atoms AVEKE stressZZ 27299 5000 1.2440399e-10 11071441 27300 -0.0149824999999918 11071304.9273973 27300 5000 1.2439538e-10 11071305 Loop time of 0.021028 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:08 2021 Pair time (%) = 0.00130486 (6.20536) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.16667) Outpt time (%) = 0.0195849 (93.137) Other time (%) = 0.000103235 (0.490941) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:08 2021 Memory usage per processor = 27.5503 Mbytes Step Atoms AVEKE stressZZ 27300 5000 1.2439538e-10 11071240 27301 -0.0149824999999918 11071103.7275551 27301 5000 1.2438677e-10 11071104 Loop time of 0.0179579 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:08 2021 Pair time (%) = 0.00124693 (6.94361) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.188526) Outpt time (%) = 0.016572 (92.2824) Other time (%) = 0.000105143 (0.585494) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:08 2021 Memory usage per processor = 27.5503 Mbytes Step Atoms AVEKE stressZZ 27301 5000 1.2438677e-10 11071039 27302 -0.0149824999999918 11070902.5382116 27302 5000 1.2437816e-10 11070903 Loop time of 0.0182681 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:08 2021 Pair time (%) = 0.0015192 (8.31615) Neigh time (%) = 0 (0) Comm time (%) = 4.29153e-05 (0.234919) Outpt time (%) = 0.0165551 (90.6228) Other time (%) = 0.000150919 (0.826133) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:08 2021 Memory usage per processor = 27.5503 Mbytes Step Atoms AVEKE stressZZ 27302 5000 1.2437816e-10 11070837 27303 -0.0149824999999918 11070701.3593646 27303 5000 1.2436956e-10 11070701 Loop time of 0.0182359 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:08 2021 Pair time (%) = 0.00133586 (7.32543) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.190882) Outpt time (%) = 0.0167542 (91.8744) Other time (%) = 0.000111103 (0.609254) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:08 2021 Memory usage per processor = 27.5503 Mbytes Step Atoms AVEKE stressZZ 27303 5000 1.2436956e-10 11070636 27304 -0.0149824999999918 11070500.1910115 27304 5000 1.2436095e-10 11070500 Loop time of 0.018203 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:08 2021 Pair time (%) = 0.00124502 (6.83964) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.180749) Outpt time (%) = 0.0168269 (92.44) Other time (%) = 9.82285e-05 (0.539627) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:08 2021 Memory usage per processor = 27.5503 Mbytes Step Atoms AVEKE stressZZ 27304 5000 1.2436095e-10 11070435 27305 -0.0149824999999918 11070299.0331508 27305 5000 1.2435235e-10 11070299 Loop time of 0.0178869 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:08 2021 Pair time (%) = 0.00123811 (6.92188) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.185277) Outpt time (%) = 0.0165169 (92.341) Other time (%) = 9.87053e-05 (0.551831) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:08 2021 Memory usage per processor = 27.5503 Mbytes Step Atoms AVEKE stressZZ 27305 5000 1.2435235e-10 11070234 27306 -0.0149824999999918 11070097.88578 27306 5000 1.2434374e-10 11070098 Loop time of 0.018024 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:08 2021 Pair time (%) = 0.00137997 (7.65629) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.215614) Outpt time (%) = 0.0164821 (91.4455) Other time (%) = 0.000123024 (0.682558) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:08 2021 Memory usage per processor = 27.5503 Mbytes Step Atoms AVEKE stressZZ 27306 5000 1.2434374e-10 11070033 27307 -0.0149824999999918 11069896.7488995 27307 5000 1.2433514e-10 11069897 Loop time of 0.01824 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:08 2021 Pair time (%) = 0.00132394 (7.25844) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.192147) Outpt time (%) = 0.016767 (91.9246) Other time (%) = 0.000113964 (0.624804) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:08 2021 Memory usage per processor = 27.5503 Mbytes Step Atoms AVEKE stressZZ 27307 5000 1.2433514e-10 11069832 27308 -0.0149824999999918 11069695.6225067 27308 5000 1.2432654e-10 11069696 Loop time of 0.0181699 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:08 2021 Pair time (%) = 0.00127292 (7.00564) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.192888) Outpt time (%) = 0.016758 (92.2294) Other time (%) = 0.000103951 (0.572103) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:08 2021 Memory usage per processor = 27.5503 Mbytes Step Atoms AVEKE stressZZ 27308 5000 1.2432654e-10 11069631 27309 -0.0149824999999918 11069494.506598 27309 5000 1.2431794e-10 11069495 Loop time of 0.0180519 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:08 2021 Pair time (%) = 0.00124002 (6.86918) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.183583) Outpt time (%) = 0.0166869 (92.4388) Other time (%) = 9.17912e-05 (0.508486) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:08 2021 Memory usage per processor = 27.5503 Mbytes Step Atoms AVEKE stressZZ 27309 5000 1.2431794e-10 11069429 27310 -0.0149824999999918 11069293.4011717 27310 5000 1.2430934e-10 11069293 Loop time of 0.02089 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:08 2021 Pair time (%) = 0.00127912 (6.1231) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.167772) Outpt time (%) = 0.0194709 (93.207) Other time (%) = 0.000104904 (0.502174) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:29:08 2021 Memory usage per processor = 27.5503 Mbytes Step Atoms AVEKE stressZZ 27310 5000 1.2430934e-10 11069228 27311 -0.0149824999999918 11069065.8978147 27311 5000 2.4494794e-10 11069431 Loop time of 0.0178759 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:08 2021 Pair time (%) = 0.00150609 (8.42525) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.201395) Outpt time (%) = 0.016176 (90.4904) Other time (%) = 0.000157833 (0.882937) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:08 2021 Memory usage per processor = 27.5503 Mbytes Step Atoms AVEKE stressZZ 27311 5000 2.4494794e-10 11145086 27312 -0.0150149999999918 11144907.7788972 27312 5000 1.9702286e-10 11144908 Loop time of 0.019913 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:08 2021 Pair time (%) = 0.00127792 (6.41755) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.176004) Outpt time (%) = 0.018502 (92.9144) Other time (%) = 9.799e-05 (0.492092) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:08 2021 Memory usage per processor = 27.5503 Mbytes Step Atoms AVEKE stressZZ 27312 5000 1.9702286e-10 11144819 27313 -0.0150149999999918 11144655.8972438 27313 5000 1.6927898e-10 11144656 Loop time of 0.020663 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:08 2021 Pair time (%) = 0.00150895 (7.30266) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.15923) Outpt time (%) = 0.0190229 (92.0627) Other time (%) = 9.82285e-05 (0.475383) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:08 2021 Memory usage per processor = 27.5503 Mbytes Step Atoms AVEKE stressZZ 27313 5000 1.6927898e-10 11144576 27314 -0.0150149999999918 11144421.8532395 27314 5000 1.5274142e-10 11144422 Loop time of 0.0187569 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:08 2021 Pair time (%) = 0.00124097 (6.61608) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.181767) Outpt time (%) = 0.0173879 (92.7013) Other time (%) = 9.39369e-05 (0.500814) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:08 2021 Memory usage per processor = 27.5503 Mbytes Step Atoms AVEKE stressZZ 27314 5000 1.5274142e-10 11144347 27315 -0.0150149999999918 11144199.1490776 27315 5000 1.4267165e-10 11144199 Loop time of 0.018585 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:08 2021 Pair time (%) = 0.00124216 (6.68369) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.177034) Outpt time (%) = 0.017216 (92.6338) Other time (%) = 9.39369e-05 (0.505446) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:08 2021 Memory usage per processor = 27.5503 Mbytes Step Atoms AVEKE stressZZ 27315 5000 1.4267165e-10 11144128 27316 -0.0150149999999918 11143983.6553507 27316 5000 1.3644807e-10 11143984 Loop time of 0.0179121 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:08 2021 Pair time (%) = 0.00124502 (6.95071) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.190339) Outpt time (%) = 0.0165341 (92.3066) Other time (%) = 9.89437e-05 (0.552383) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:08 2021 Memory usage per processor = 27.5503 Mbytes Step Atoms AVEKE stressZZ 27316 5000 1.3644807e-10 11143914 27317 -0.0150149999999918 11143772.7477832 27317 5000 1.3256209e-10 11143773 Loop time of 0.0179141 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:08 2021 Pair time (%) = 0.00137901 (7.69794) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.200966) Outpt time (%) = 0.0163851 (91.4649) Other time (%) = 0.000113964 (0.636171) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:08 2021 Memory usage per processor = 27.5503 Mbytes Step Atoms AVEKE stressZZ 27317 5000 1.3256209e-10 11143705 27318 -0.0150149999999918 11143564.7586225 27318 5000 1.3011856e-10 11143565 Loop time of 0.018168 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:08 2021 Pair time (%) = 0.00132394 (7.28721) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.192908) Outpt time (%) = 0.0167029 (91.9359) Other time (%) = 0.000106096 (0.583974) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:08 2021 Memory usage per processor = 27.5503 Mbytes Step Atoms AVEKE stressZZ 27318 5000 1.3011856e-10 11143498 27319 -0.0150149999999918 11143358.627995 27319 5000 1.2857431e-10 11143359 Loop time of 0.0181921 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:08 2021 Pair time (%) = 0.0012579 (6.91454) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.187411) Outpt time (%) = 0.016789 (92.2873) Other time (%) = 0.000111103 (0.610723) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:08 2021 Memory usage per processor = 27.5503 Mbytes Step Atoms AVEKE stressZZ 27319 5000 1.2857431e-10 11143292 27320 -0.0150149999999918 11143153.6823397 27320 5000 1.2759452e-10 11143154 Loop time of 0.0208371 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:08 2021 Pair time (%) = 0.00123906 (5.94643) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.1579) Outpt time (%) = 0.019465 (93.4151) Other time (%) = 0.000100136 (0.480566) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:08 2021 Memory usage per processor = 27.5504 Mbytes Step Atoms AVEKE stressZZ 27320 5000 1.2759452e-10 11143087 27321 -0.0150149999999918 11142949.4936015 27321 5000 1.2697061e-10 11142949 Loop time of 0.0179989 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:08 2021 Pair time (%) = 0.00124598 (6.9225) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.188097) Outpt time (%) = 0.016618 (92.3278) Other time (%) = 0.000101089 (0.561641) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:08 2021 Memory usage per processor = 27.5504 Mbytes Step Atoms AVEKE stressZZ 27321 5000 1.2697061e-10 11142883 27322 -0.0150149999999918 11142745.7897459 27322 5000 1.2657171e-10 11142746 Loop time of 0.0182862 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:08 2021 Pair time (%) = 0.00149179 (8.15797) Neigh time (%) = 0 (0) Comm time (%) = 4.29153e-05 (0.234687) Outpt time (%) = 0.0165989 (90.7729) Other time (%) = 0.000152588 (0.834442) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:08 2021 Memory usage per processor = 27.5504 Mbytes Step Atoms AVEKE stressZZ 27322 5000 1.2657171e-10 11142680 27323 -0.0150149999999918 11142542.3979008 27323 5000 1.2631534e-10 11142542 Loop time of 0.0183649 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:08 2021 Pair time (%) = 0.00133085 (7.24672) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.189541) Outpt time (%) = 0.0168881 (91.9588) Other time (%) = 0.000111103 (0.604975) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:08 2021 Memory usage per processor = 27.5504 Mbytes Step Atoms AVEKE stressZZ 27323 5000 1.2631534e-10 11142477 27324 -0.0150149999999918 11142339.2082008 27324 5000 1.2614936e-10 11142339 Loop time of 0.0182619 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:08 2021 Pair time (%) = 0.00123715 (6.77451) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.186694) Outpt time (%) = 0.0168939 (92.5087) Other time (%) = 9.67979e-05 (0.530054) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:08 2021 Memory usage per processor = 27.5504 Mbytes Step Atoms AVEKE stressZZ 27324 5000 1.2614936e-10 11142273 27325 -0.0150149999999918 11142136.1508125 27325 5000 1.2604075e-10 11142136 Loop time of 0.0180581 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:08 2021 Pair time (%) = 0.00124598 (6.89983) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.194082) Outpt time (%) = 0.016679 (92.3634) Other time (%) = 9.799e-05 (0.542639) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:08 2021 Memory usage per processor = 27.5504 Mbytes Step Atoms AVEKE stressZZ 27325 5000 1.2604075e-10 11142070 27326 -0.0150149999999918 11141933.1814548 27326 5000 1.2596857e-10 11141933 Loop time of 0.0181029 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:08 2021 Pair time (%) = 0.00138497 (7.65057) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.209406) Outpt time (%) = 0.0165639 (91.4986) Other time (%) = 0.00011611 (0.641389) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:08 2021 Memory usage per processor = 27.5504 Mbytes Step Atoms AVEKE stressZZ 27326 5000 1.2596857e-10 11141868 27327 -0.0150149999999918 11141730.2719139 27327 5000 1.2591952e-10 11141730 Loop time of 0.0183089 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:08 2021 Pair time (%) = 0.00133085 (7.26889) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.191424) Outpt time (%) = 0.0168281 (91.912) Other time (%) = 0.000114918 (0.627661) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:08 2021 Memory usage per processor = 27.5504 Mbytes Step Atoms AVEKE stressZZ 27327 5000 1.2591952e-10 11141665 27328 -0.0150149999999918 11141527.4042395 27328 5000 1.2588517e-10 11141527 Loop time of 0.018131 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:08 2021 Pair time (%) = 0.00123501 (6.81158) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.181467) Outpt time (%) = 0.0167661 (92.4718) Other time (%) = 9.70364e-05 (0.535195) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:08 2021 Memory usage per processor = 27.5504 Mbytes Step Atoms AVEKE stressZZ 27328 5000 1.2588517e-10 11141462 27329 -0.0150149999999918 11141324.5670319 27329 5000 1.2586016e-10 11141325 Loop time of 0.018096 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:08 2021 Pair time (%) = 0.00123882 (6.84585) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.187088) Outpt time (%) = 0.0167251 (92.4242) Other time (%) = 9.82285e-05 (0.542819) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:08 2021 Memory usage per processor = 27.5504 Mbytes Step Atoms AVEKE stressZZ 27329 5000 1.2586016e-10 11141259 27330 -0.0150149999999918 11141121.753046 27330 5000 1.2584109e-10 11141122 Loop time of 0.02075 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:08 2021 Pair time (%) = 0.001297 (6.25057) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.168903) Outpt time (%) = 0.019309 (93.0554) Other time (%) = 0.000108957 (0.525094) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:08 2021 Memory usage per processor = 27.5504 Mbytes Step Atoms AVEKE stressZZ 27330 5000 1.2584109e-10 11141056 27331 -0.0150149999999918 11140918.9576771 27331 5000 1.2582579e-10 11140919 Loop time of 0.01809 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:08 2021 Pair time (%) = 0.00143909 (7.95519) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.210873) Outpt time (%) = 0.0164931 (91.1723) Other time (%) = 0.000119686 (0.661614) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:08 2021 Memory usage per processor = 27.5504 Mbytes Step Atoms AVEKE stressZZ 27331 5000 1.2582579e-10 11140853 27332 -0.0150149999999918 11140716.1779984 27332 5000 1.2581288e-10 11140716 Loop time of 0.018332 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:09 2021 Pair time (%) = 0.00135088 (7.36897) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.18598) Outpt time (%) = 0.016829 (91.8013) Other time (%) = 0.000118017 (0.643777) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:09 2021 Memory usage per processor = 27.5504 Mbytes Step Atoms AVEKE stressZZ 27332 5000 1.2581288e-10 11140651 27333 -0.0150149999999918 11140513.4121483 27333 5000 1.258015e-10 11140513 Loop time of 0.018208 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:09 2021 Pair time (%) = 0.00124002 (6.81027) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.187246) Outpt time (%) = 0.016835 (92.4591) Other time (%) = 9.89437e-05 (0.543407) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:09 2021 Memory usage per processor = 27.5504 Mbytes Step Atoms AVEKE stressZZ 27333 5000 1.258015e-10 11140448 27334 -0.0150149999999918 11140310.6589435 27334 5000 1.2579109e-10 11140311 Loop time of 0.0179429 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:09 2021 Pair time (%) = 0.00123811 (6.90026) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.184698) Outpt time (%) = 0.0165751 (92.3769) Other time (%) = 9.65595e-05 (0.538149) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:09 2021 Memory usage per processor = 27.5504 Mbytes Step Atoms AVEKE stressZZ 27334 5000 1.2579109e-10 11140245 27335 -0.0150149999999918 11140107.9176278 27335 5000 1.2578129e-10 11140108 Loop time of 0.0180521 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:09 2021 Pair time (%) = 0.00136805 (7.57832) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.209995) Outpt time (%) = 0.0165281 (91.5579) Other time (%) = 0.000118017 (0.653759) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:09 2021 Memory usage per processor = 27.5504 Mbytes Step Atoms AVEKE stressZZ 27335 5000 1.2578129e-10 11140042 27336 -0.0150149999999918 11139905.1876758 27336 5000 1.2577189e-10 11139905 Loop time of 0.0183649 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:09 2021 Pair time (%) = 0.00142097 (7.73745) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.206418) Outpt time (%) = 0.0167651 (91.2889) Other time (%) = 0.000140905 (0.767253) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:09 2021 Memory usage per processor = 27.5504 Mbytes Step Atoms AVEKE stressZZ 27336 5000 1.2577189e-10 11139840 27337 -0.0150149999999918 11139702.4688265 27337 5000 1.2576273e-10 11139702 Loop time of 0.018096 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:09 2021 Pair time (%) = 0.00123906 (6.84717) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.187088) Outpt time (%) = 0.0167251 (92.4242) Other time (%) = 9.799e-05 (0.541502) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:09 2021 Memory usage per processor = 27.5504 Mbytes Step Atoms AVEKE stressZZ 27337 5000 1.2576273e-10 11139637 27338 -0.0150149999999918 11139499.7608859 27338 5000 1.2575373e-10 11139500 Loop time of 0.018157 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:09 2021 Pair time (%) = 0.00125098 (6.88981) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.186459) Outpt time (%) = 0.016772 (92.3722) Other time (%) = 0.000100136 (0.5515) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:09 2021 Memory usage per processor = 27.5504 Mbytes Step Atoms AVEKE stressZZ 27338 5000 1.2575373e-10 11139434 27339 -0.0150149999999918 11139297.0637297 27339 5000 1.2574484e-10 11139297 Loop time of 0.017909 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:09 2021 Pair time (%) = 0.00126195 (7.04643) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.201022) Outpt time (%) = 0.016506 (92.1655) Other time (%) = 0.000105143 (0.587092) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:09 2021 Memory usage per processor = 27.5504 Mbytes Step Atoms AVEKE stressZZ 27339 5000 1.2574484e-10 11139231 27340 -0.0150149999999918 11139094.3772784 27340 5000 1.2573601e-10 11139094 Loop time of 0.0212202 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:09 2021 Pair time (%) = 0.00150681 (7.1008) Neigh time (%) = 0 (0) Comm time (%) = 4.50611e-05 (0.21235) Outpt time (%) = 0.01951 (91.9408) Other time (%) = 0.00015831 (0.746034) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:09 2021 Memory usage per processor = 27.5504 Mbytes Step Atoms AVEKE stressZZ 27340 5000 1.2573601e-10 11139029 27341 -0.0150149999999918 11138891.7014807 27341 5000 1.2572722e-10 11138892 Loop time of 0.0182271 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:09 2021 Pair time (%) = 0.00132704 (7.28058) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.18705) Outpt time (%) = 0.0167511 (91.9019) Other time (%) = 0.000114918 (0.630477) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:09 2021 Memory usage per processor = 27.5504 Mbytes Step Atoms AVEKE stressZZ 27341 5000 1.2572722e-10 11138826 27342 -0.0150149999999918 11138689.0363039 27342 5000 1.2571846e-10 11138689 Loop time of 0.0181849 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:09 2021 Pair time (%) = 0.00127506 (7.01166) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.192729) Outpt time (%) = 0.016772 (92.2305) Other time (%) = 0.000102758 (0.565075) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:09 2021 Memory usage per processor = 27.5504 Mbytes Step Atoms AVEKE stressZZ 27342 5000 1.2571846e-10 11138623 27343 -0.0150149999999918 11138486.3817261 27343 5000 1.2570971e-10 11138486 Loop time of 0.0180719 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:09 2021 Pair time (%) = 0.00124097 (6.86685) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.18206) Outpt time (%) = 0.016701 (92.4141) Other time (%) = 9.70364e-05 (0.536946) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:09 2021 Memory usage per processor = 27.5504 Mbytes Step Atoms AVEKE stressZZ 27343 5000 1.2570971e-10 11138421 27344 -0.0150149999999918 11138283.7377333 27344 5000 1.2570098e-10 11138284 Loop time of 0.018029 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:09 2021 Pair time (%) = 0.00128198 (7.11065) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.194396) Outpt time (%) = 0.016607 (92.1131) Other time (%) = 0.000104904 (0.581864) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:09 2021 Memory usage per processor = 27.5504 Mbytes Step Atoms AVEKE stressZZ 27344 5000 1.2570098e-10 11138218 27345 -0.0150149999999918 11138081.1043156 27345 5000 1.2569225e-10 11138081 Loop time of 0.0184009 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:09 2021 Pair time (%) = 0.00137615 (7.47872) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.195649) Outpt time (%) = 0.0168579 (91.6143) Other time (%) = 0.000130892 (0.711333) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:09 2021 Memory usage per processor = 27.5504 Mbytes Step Atoms AVEKE stressZZ 27345 5000 1.2569225e-10 11138016 27346 -0.0150149999999918 11137878.4814667 27346 5000 1.2568353e-10 11137878 Loop time of 0.0181651 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:09 2021 Pair time (%) = 0.00123501 (6.79879) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.181126) Outpt time (%) = 0.016799 (92.4793) Other time (%) = 9.82285e-05 (0.540753) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:09 2021 Memory usage per processor = 27.5504 Mbytes Step Atoms AVEKE stressZZ 27346 5000 1.2568353e-10 11137813 27347 -0.0150149999999918 11137675.8691816 27347 5000 1.2567481e-10 11137676 Loop time of 0.0181391 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:09 2021 Pair time (%) = 0.00123811 (6.82562) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.186643) Outpt time (%) = 0.0167708 (92.4567) Other time (%) = 9.63211e-05 (0.531013) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:09 2021 Memory usage per processor = 27.5504 Mbytes Step Atoms AVEKE stressZZ 27347 5000 1.2567481e-10 11137610 27348 -0.0150149999999918 11137473.2674567 27348 5000 1.256661e-10 11137473 Loop time of 0.0179651 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:09 2021 Pair time (%) = 0.00124407 (6.92492) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.189779) Outpt time (%) = 0.016583 (92.3067) Other time (%) = 0.000103951 (0.578625) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:09 2021 Memory usage per processor = 27.5504 Mbytes Step Atoms AVEKE stressZZ 27348 5000 1.256661e-10 11137408 27349 -0.0150149999999918 11137270.6762894 27349 5000 1.2565738e-10 11137271 Loop time of 0.018276 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:09 2021 Pair time (%) = 0.00142717 (7.80901) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.208727) Outpt time (%) = 0.016691 (91.3274) Other time (%) = 0.000119686 (0.654882) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:09 2021 Memory usage per processor = 27.5504 Mbytes Step Atoms AVEKE stressZZ 27349 5000 1.2565738e-10 11137205 27350 -0.0150149999999918 11137068.0956775 27350 5000 1.2564867e-10 11137068 Loop time of 0.021333 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:09 2021 Pair time (%) = 0.00129199 (6.0563) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.159818) Outpt time (%) = 0.0198991 (93.2787) Other time (%) = 0.000107765 (0.505158) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:09 2021 Memory usage per processor = 27.5504 Mbytes Step Atoms AVEKE stressZZ 27350 5000 1.2564867e-10 11137003 27351 -0.0150149999999918 11136865.525619 27351 5000 1.2563996e-10 11136866 Loop time of 0.0182769 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:09 2021 Pair time (%) = 0.00130677 (7.14985) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.196976) Outpt time (%) = 0.0168262 (92.0622) Other time (%) = 0.000108004 (0.590929) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:09 2021 Memory usage per processor = 27.5504 Mbytes Step Atoms AVEKE stressZZ 27351 5000 1.2563996e-10 11136800 27352 -0.0150149999999918 11136662.9661119 27352 5000 1.2563126e-10 11136663 Loop time of 0.0180421 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:09 2021 Pair time (%) = 0.00124192 (6.88347) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.187647) Outpt time (%) = 0.0166671 (92.3792) Other time (%) = 9.91821e-05 (0.549726) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:09 2021 Memory usage per processor = 27.5504 Mbytes Step Atoms AVEKE stressZZ 27352 5000 1.2563126e-10 11136597 27353 -0.0150149999999918 11136460.4171549 27353 5000 1.2562255e-10 11136460 Loop time of 0.020849 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:09 2021 Pair time (%) = 0.00128698 (6.17288) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.166958) Outpt time (%) = 0.019419 (93.141) Other time (%) = 0.000108242 (0.519172) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:09 2021 Memory usage per processor = 27.5504 Mbytes Step Atoms AVEKE stressZZ 27353 5000 1.2562255e-10 11136395 27354 -0.0150149999999918 11136257.8787463 27354 5000 1.2561384e-10 11136258 Loop time of 0.0210001 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:09 2021 Pair time (%) = 0.00151396 (7.20927) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.157809) Outpt time (%) = 0.019356 (92.1708) Other time (%) = 9.70364e-05 (0.462075) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:09 2021 Memory usage per processor = 27.5504 Mbytes Step Atoms AVEKE stressZZ 27354 5000 1.2561384e-10 11136192 27355 -0.0150149999999918 11136055.350885 27355 5000 1.2560514e-10 11136055 Loop time of 0.0188482 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:09 2021 Pair time (%) = 0.00123882 (6.57264) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.179622) Outpt time (%) = 0.017482 (92.7519) Other time (%) = 9.34601e-05 (0.495857) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:09 2021 Memory usage per processor = 27.5504 Mbytes Step Atoms AVEKE stressZZ 27355 5000 1.2560514e-10 11135990 27356 -0.0150149999999918 11135852.8335693 27356 5000 1.2559644e-10 11135853 Loop time of 0.018131 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:09 2021 Pair time (%) = 0.00125003 (6.89442) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.182782) Outpt time (%) = 0.0167539 (92.4047) Other time (%) = 9.39369e-05 (0.518101) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:09 2021 Memory usage per processor = 27.5504 Mbytes Step Atoms AVEKE stressZZ 27356 5000 1.2559644e-10 11135787 27357 -0.0150149999999918 11135650.3267974 27357 5000 1.2558773e-10 11135650 Loop time of 0.018281 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:09 2021 Pair time (%) = 0.0013361 (7.30868) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.186499) Outpt time (%) = 0.016803 (91.9153) Other time (%) = 0.000107765 (0.589493) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:09 2021 Memory usage per processor = 27.5504 Mbytes Step Atoms AVEKE stressZZ 27357 5000 1.2558773e-10 11135585 27358 -0.0150149999999918 11135447.8305866 27358 5000 1.2557903e-10 11135448 Loop time of 0.017961 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:09 2021 Pair time (%) = 0.00123906 (6.89861) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.189821) Outpt time (%) = 0.016583 (92.3275) Other time (%) = 0.000104904 (0.584066) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:09 2021 Memory usage per processor = 27.5504 Mbytes Step Atoms AVEKE stressZZ 27358 5000 1.2557903e-10 11135382 27359 -0.0150149999999918 11135245.3450758 27359 5000 1.2557033e-10 11135245 Loop time of 0.0180809 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:09 2021 Pair time (%) = 0.00137305 (7.59392) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.205704) Outpt time (%) = 0.0165551 (91.5608) Other time (%) = 0.000115633 (0.63953) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:09 2021 Memory usage per processor = 27.5504 Mbytes Step Atoms AVEKE stressZZ 27359 5000 1.2557033e-10 11135180 27360 -0.0150149999999918 11135042.8702023 27360 5000 1.2556163e-10 11135043 Loop time of 0.021189 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:09 2021 Pair time (%) = 0.00132298 (6.24374) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.169905) Outpt time (%) = 0.019722 (93.0766) Other time (%) = 0.000108004 (0.509716) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:09 2021 Memory usage per processor = 27.5504 Mbytes Step Atoms AVEKE stressZZ 27360 5000 1.2556163e-10 11134977 27361 -0.0150149999999918 11134840.4059375 27361 5000 1.2555293e-10 11134840 Loop time of 0.0182419 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:09 2021 Pair time (%) = 0.0013001 (7.12699) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.180364) Outpt time (%) = 0.0167999 (92.0954) Other time (%) = 0.000108957 (0.597292) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:09 2021 Memory usage per processor = 27.5504 Mbytes Step Atoms AVEKE stressZZ 27361 5000 1.2555293e-10 11134775 27362 -0.0150149999999918 11134637.9522679 27362 5000 1.2554424e-10 11134638 Loop time of 0.0181692 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:09 2021 Pair time (%) = 0.00124097 (6.83008) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.187647) Outpt time (%) = 0.0167961 (92.443) Other time (%) = 9.799e-05 (0.539321) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:09 2021 Memory usage per processor = 27.5504 Mbytes Step Atoms AVEKE stressZZ 27362 5000 1.2554424e-10 11134572 27363 -0.0150149999999918 11134435.5091853 27363 5000 1.2553554e-10 11134436 Loop time of 0.0178971 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:09 2021 Pair time (%) = 0.00124598 (6.96187) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.189167) Outpt time (%) = 0.0165131 (92.2668) Other time (%) = 0.000104189 (0.582154) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:09 2021 Memory usage per processor = 27.5504 Mbytes Step Atoms AVEKE stressZZ 27363 5000 1.2553554e-10 11134370 27364 -0.0150149999999918 11134233.0766826 27364 5000 1.2552684e-10 11134233 Loop time of 0.0181949 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:09 2021 Pair time (%) = 0.00142598 (7.83725) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.203106) Outpt time (%) = 0.016609 (91.2835) Other time (%) = 0.000123024 (0.676145) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:09 2021 Memory usage per processor = 27.5504 Mbytes Step Atoms AVEKE stressZZ 27364 5000 1.2552684e-10 11134168 27365 -0.0150149999999918 11134030.6547553 27365 5000 1.2551815e-10 11134031 Loop time of 0.018229 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:09 2021 Pair time (%) = 0.00129199 (7.08755) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.187031) Outpt time (%) = 0.0168002 (92.1617) Other time (%) = 0.000102758 (0.563708) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:09 2021 Memory usage per processor = 27.5504 Mbytes Step Atoms AVEKE stressZZ 27365 5000 1.2551815e-10 11133965 27366 -0.0150149999999918 11133828.2433991 27366 5000 1.2550946e-10 11133828 Loop time of 0.0181239 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:09 2021 Pair time (%) = 0.00124216 (6.85373) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.188116) Outpt time (%) = 0.016752 (92.4306) Other time (%) = 9.56059e-05 (0.527514) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:09 2021 Memory usage per processor = 27.5504 Mbytes Step Atoms AVEKE stressZZ 27366 5000 1.2550946e-10 11133763 27367 -0.0150149999999918 11133625.84261 27367 5000 1.2550077e-10 11133626 Loop time of 0.0179379 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:09 2021 Pair time (%) = 0.00124097 (6.91814) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.188737) Outpt time (%) = 0.0165629 (92.3349) Other time (%) = 0.000100136 (0.558236) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:09 2021 Memory usage per processor = 27.5504 Mbytes Step Atoms AVEKE stressZZ 27367 5000 1.2550077e-10 11133560 27368 -0.0150149999999918 11133423.4523796 27368 5000 1.2549207e-10 11133423 Loop time of 0.01806 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:09 2021 Pair time (%) = 0.00139189 (7.70703) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.204623) Outpt time (%) = 0.016516 (91.4507) Other time (%) = 0.000115156 (0.637632) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:09 2021 Memory usage per processor = 27.5504 Mbytes Step Atoms AVEKE stressZZ 27368 5000 1.2549207e-10 11133358 27369 -0.0150149999999918 11133221.072705 27369 5000 1.2548338e-10 11133221 Loop time of 0.018281 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:09 2021 Pair time (%) = 0.00133395 (7.29694) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.186499) Outpt time (%) = 0.016799 (91.8932) Other time (%) = 0.000113964 (0.623402) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:09 2021 Memory usage per processor = 27.5504 Mbytes Step Atoms AVEKE stressZZ 27369 5000 1.2548338e-10 11133156 27370 -0.0150149999999918 11133018.7035877 27370 5000 1.2547469e-10 11133019 Loop time of 0.0209599 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:09 2021 Pair time (%) = 0.00128698 (6.14023) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.162663) Outpt time (%) = 0.0195339 (93.1966) Other time (%) = 0.000104904 (0.500501) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:09 2021 Memory usage per processor = 27.5504 Mbytes Step Atoms AVEKE stressZZ 27370 5000 1.2547469e-10 11132953 27371 -0.0150149999999918 11132816.3450256 27371 5000 1.2546601e-10 11132816 Loop time of 0.0181148 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:09 2021 Pair time (%) = 0.00123811 (6.83478) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.182945) Outpt time (%) = 0.0167449 (92.4374) Other time (%) = 9.87053e-05 (0.544887) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:09 2021 Memory usage per processor = 27.5504 Mbytes Step Atoms AVEKE stressZZ 27371 5000 1.2546601e-10 11132751 27372 -0.0150149999999918 11132613.997016 27372 5000 1.2545732e-10 11132614 Loop time of 0.0179529 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:10 2021 Pair time (%) = 0.00124598 (6.94024) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.188579) Outpt time (%) = 0.0165739 (92.3187) Other time (%) = 9.91821e-05 (0.552457) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:10 2021 Memory usage per processor = 27.5504 Mbytes Step Atoms AVEKE stressZZ 27372 5000 1.2545732e-10 11132548 27373 -0.0150149999999918 11132411.6595568 27373 5000 1.2544863e-10 11132412 Loop time of 0.0180912 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:10 2021 Pair time (%) = 0.00143218 (7.91645) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.20427) Outpt time (%) = 0.0164969 (91.1874) Other time (%) = 0.00012517 (0.691882) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:10 2021 Memory usage per processor = 27.5504 Mbytes Step Atoms AVEKE stressZZ 27373 5000 1.2544863e-10 11132346 27374 -0.0150149999999918 11132209.3326458 27374 5000 1.2543995e-10 11132209 Loop time of 0.018326 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:10 2021 Pair time (%) = 0.00139785 (7.62766) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.21206) Outpt time (%) = 0.016767 (91.4929) Other time (%) = 0.000122309 (0.667404) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:10 2021 Memory usage per processor = 27.5504 Mbytes Step Atoms AVEKE stressZZ 27374 5000 1.2543995e-10 11132144 27375 -0.0150149999999918 11132007.0162813 27375 5000 1.2543126e-10 11132007 Loop time of 0.0181739 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:10 2021 Pair time (%) = 0.00124002 (6.82304) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.187598) Outpt time (%) = 0.016804 (92.462) Other time (%) = 9.58443e-05 (0.527372) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:10 2021 Memory usage per processor = 27.5504 Mbytes Step Atoms AVEKE stressZZ 27375 5000 1.2543126e-10 11131941 27376 -0.0150149999999918 11131804.7104609 27376 5000 1.2542258e-10 11131805 Loop time of 0.018023 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:10 2021 Pair time (%) = 0.00124621 (6.91457) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.187846) Outpt time (%) = 0.016644 (92.3486) Other time (%) = 9.89437e-05 (0.548985) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:10 2021 Memory usage per processor = 27.5504 Mbytes Step Atoms AVEKE stressZZ 27376 5000 1.2542258e-10 11131739 27377 -0.0150149999999918 11131602.4151831 27377 5000 1.254139e-10 11131602 Loop time of 0.018019 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:10 2021 Pair time (%) = 0.001302 (7.22574) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.199796) Outpt time (%) = 0.016577 (91.9976) Other time (%) = 0.000103951 (0.576895) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:10 2021 Memory usage per processor = 27.5504 Mbytes Step Atoms AVEKE stressZZ 27377 5000 1.254139e-10 11131537 27378 -0.0150149999999918 11131400.1304729 27378 5000 1.2540522e-10 11131400 Loop time of 0.0183589 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:10 2021 Pair time (%) = 0.00142193 (7.74515) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.201291) Outpt time (%) = 0.016763 (91.3068) Other time (%) = 0.000137091 (0.746724) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:10 2021 Memory usage per processor = 27.5504 Mbytes Step Atoms AVEKE stressZZ 27378 5000 1.2540522e-10 11131335 27379 -0.0150149999999918 11131197.8563753 27379 5000 1.2539654e-10 11131198 Loop time of 0.018127 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:10 2021 Pair time (%) = 0.00124121 (6.8473) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.181507) Outpt time (%) = 0.0167551 (92.4319) Other time (%) = 9.77516e-05 (0.539261) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:10 2021 Memory usage per processor = 27.5504 Mbytes Step Atoms AVEKE stressZZ 27379 5000 1.2539654e-10 11131132 27380 -0.0150149999999918 11130995.5928558 27380 5000 1.2538786e-10 11130996 Loop time of 0.020942 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:10 2021 Pair time (%) = 0.00124097 (5.92575) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.162802) Outpt time (%) = 0.0195701 (93.4492) Other time (%) = 9.67979e-05 (0.46222) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:10 2021 Memory usage per processor = 27.5504 Mbytes Step Atoms AVEKE stressZZ 27380 5000 1.2538786e-10 11130930 27381 -0.0150149999999918 11130793.3399029 27381 5000 1.2537918e-10 11130793 Loop time of 0.0178709 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:10 2021 Pair time (%) = 0.00123692 (6.92139) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.189444) Outpt time (%) = 0.016499 (92.3235) Other time (%) = 0.000101089 (0.565665) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:10 2021 Memory usage per processor = 27.5504 Mbytes Step Atoms AVEKE stressZZ 27381 5000 1.2537918e-10 11130728 27382 -0.0150149999999918 11130591.0975103 27382 5000 1.253705e-10 11130591 Loop time of 0.018157 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:10 2021 Pair time (%) = 0.00143003 (7.87594) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.198277) Outpt time (%) = 0.016572 (91.2705) Other time (%) = 0.000118971 (0.655234) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:10 2021 Memory usage per processor = 27.5504 Mbytes Step Atoms AVEKE stressZZ 27382 5000 1.253705e-10 11130526 27383 -0.0150149999999918 11130388.865673 27383 5000 1.2536183e-10 11130389 Loop time of 0.018183 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:10 2021 Pair time (%) = 0.001302 (7.16056) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.187504) Outpt time (%) = 0.0167429 (92.0802) Other time (%) = 0.000103951 (0.571691) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:10 2021 Memory usage per processor = 27.5504 Mbytes Step Atoms AVEKE stressZZ 27383 5000 1.2536183e-10 11130323 27384 -0.0150149999999918 11130186.6443873 27384 5000 1.2535315e-10 11130187 Loop time of 0.0181432 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:10 2021 Pair time (%) = 0.00124192 (6.84512) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.187916) Outpt time (%) = 0.0167689 (92.4256) Other time (%) = 9.82285e-05 (0.541407) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:10 2021 Memory usage per processor = 27.5504 Mbytes Step Atoms AVEKE stressZZ 27384 5000 1.2535315e-10 11130121 27385 -0.0150149999999918 11129984.4336499 27385 5000 1.2534448e-10 11129984 Loop time of 0.0180092 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:10 2021 Pair time (%) = 0.00123596 (6.86295) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.189314) Outpt time (%) = 0.0166409 (92.4023) Other time (%) = 9.82285e-05 (0.545435) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:10 2021 Memory usage per processor = 27.5504 Mbytes Step Atoms AVEKE stressZZ 27385 5000 1.2534448e-10 11129919 27386 -0.0150149999999918 11129782.2334579 27386 5000 1.253358e-10 11129782 Loop time of 0.0179861 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:10 2021 Pair time (%) = 0.00132608 (7.37284) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.194859) Outpt time (%) = 0.0165172 (91.8331) Other time (%) = 0.000107765 (0.59916) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:10 2021 Memory usage per processor = 27.5504 Mbytes Step Atoms AVEKE stressZZ 27386 5000 1.253358e-10 11129717 27387 -0.0150149999999918 11129580.0438086 27387 5000 1.2532713e-10 11129580 Loop time of 0.018321 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:10 2021 Pair time (%) = 0.00131798 (7.1938) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.186091) Outpt time (%) = 0.016861 (92.0306) Other time (%) = 0.000108004 (0.589506) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:10 2021 Memory usage per processor = 27.5504 Mbytes Step Atoms AVEKE stressZZ 27387 5000 1.2532713e-10 11129515 27388 -0.0150149999999918 11129377.8646998 27388 5000 1.2531846e-10 11129378 Loop time of 0.0181332 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:10 2021 Pair time (%) = 0.00124002 (6.83838) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.186705) Outpt time (%) = 0.016762 (92.4385) Other time (%) = 9.72748e-05 (0.536447) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:10 2021 Memory usage per processor = 27.5504 Mbytes Step Atoms AVEKE stressZZ 27388 5000 1.2531846e-10 11129312 27389 -0.0150149999999918 11129175.6961292 27389 5000 1.2530979e-10 11129176 Loop time of 0.0180771 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:10 2021 Pair time (%) = 0.00123596 (6.83716) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.182008) Outpt time (%) = 0.016711 (92.4427) Other time (%) = 9.72748e-05 (0.538109) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:10 2021 Memory usage per processor = 27.5504 Mbytes Step Atoms AVEKE stressZZ 27389 5000 1.2530979e-10 11129110 27390 -0.0150149999999918 11128973.5380842 27390 5000 1.2530112e-10 11128974 Loop time of 0.0209429 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:10 2021 Pair time (%) = 0.00127506 (6.08827) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.171902) Outpt time (%) = 0.0195251 (93.2298) Other time (%) = 0.000106812 (0.510012) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:10 2021 Memory usage per processor = 27.5504 Mbytes Step Atoms AVEKE stressZZ 27390 5000 1.2530112e-10 11128908 27391 -0.0150149999999918 11128771.3905602 27391 5000 1.2529245e-10 11128771 Loop time of 0.0182509 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:10 2021 Pair time (%) = 0.00126505 (6.93142) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.197257) Outpt time (%) = 0.016845 (92.2965) Other time (%) = 0.000104904 (0.574788) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:10 2021 Memory usage per processor = 27.5504 Mbytes Step Atoms AVEKE stressZZ 27391 5000 1.2529245e-10 11128706 27392 -0.0150149999999918 11128569.2535664 27392 5000 1.2528379e-10 11128569 Loop time of 0.0182071 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:10 2021 Pair time (%) = 0.00126481 (6.94681) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.185947) Outpt time (%) = 0.0168071 (92.3107) Other time (%) = 0.000101328 (0.55653) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:10 2021 Memory usage per processor = 27.5504 Mbytes Step Atoms AVEKE stressZZ 27392 5000 1.2528379e-10 11128504 27393 -0.0150149999999918 11128367.1271011 27393 5000 1.2527512e-10 11128367 Loop time of 0.018286 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:10 2021 Pair time (%) = 0.00124383 (6.80209) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.186448) Outpt time (%) = 0.016917 (92.5134) Other time (%) = 9.10759e-05 (0.498064) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:10 2021 Memory usage per processor = 27.5504 Mbytes Step Atoms AVEKE stressZZ 27393 5000 1.2527512e-10 11128302 27394 -0.0150149999999918 11128165.0111626 27394 5000 1.2526646e-10 11128165 Loop time of 0.0205889 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:10 2021 Pair time (%) = 0.001513 (7.34865) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.165594) Outpt time (%) = 0.018945 (92.0156) Other time (%) = 9.67979e-05 (0.470147) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:10 2021 Memory usage per processor = 27.5504 Mbytes Step Atoms AVEKE stressZZ 27394 5000 1.2526646e-10 11128100 27395 -0.0150149999999918 11127962.9057491 27395 5000 1.2525779e-10 11127963 Loop time of 0.020592 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:10 2021 Pair time (%) = 0.00150704 (7.3186) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.160937) Outpt time (%) = 0.018959 (92.0701) Other time (%) = 9.27448e-05 (0.450393) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:10 2021 Memory usage per processor = 27.5504 Mbytes Step Atoms AVEKE stressZZ 27395 5000 1.2525779e-10 11127897 27396 -0.0150149999999918 11127760.8108589 27396 5000 1.2524913e-10 11127761 Loop time of 0.0188789 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:10 2021 Pair time (%) = 0.00123906 (6.56319) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.180592) Outpt time (%) = 0.0175118 (92.7586) Other time (%) = 9.39369e-05 (0.497575) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:10 2021 Memory usage per processor = 27.5504 Mbytes Step Atoms AVEKE stressZZ 27396 5000 1.2524913e-10 11127695 27397 -0.0150149999999918 11127558.7264903 27397 5000 1.2524047e-10 11127559 Loop time of 0.0182459 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:10 2021 Pair time (%) = 0.00127292 (6.97644) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.185551) Outpt time (%) = 0.016829 (92.2343) Other time (%) = 0.000110149 (0.603693) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:10 2021 Memory usage per processor = 27.5504 Mbytes Step Atoms AVEKE stressZZ 27397 5000 1.2524047e-10 11127493 27398 -0.0150149999999918 11127356.6526416 27398 5000 1.2523181e-10 11127357 Loop time of 0.018182 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:10 2021 Pair time (%) = 0.00128698 (7.07832) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.192759) Outpt time (%) = 0.0167549 (92.1506) Other time (%) = 0.000105143 (0.578277) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:10 2021 Memory usage per processor = 27.5504 Mbytes Step Atoms AVEKE stressZZ 27398 5000 1.2523181e-10 11127291 27399 -0.0150149999999918 11127154.5893117 27399 5000 1.2522315e-10 11127155 Loop time of 0.0180421 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:10 2021 Pair time (%) = 0.00125599 (6.96144) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.194254) Outpt time (%) = 0.0166481 (92.2734) Other time (%) = 0.000102997 (0.57087) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:10 2021 Memory usage per processor = 27.5504 Mbytes Step Atoms AVEKE stressZZ 27399 5000 1.2522315e-10 11127089 27400 -0.0150149999999918 11126952.5364985 27400 5000 1.2521449e-10 11126953 Loop time of 0.020916 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:10 2021 Pair time (%) = 0.00143409 (6.85642) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.186941) Outpt time (%) = 0.019325 (92.3935) Other time (%) = 0.000117779 (0.563104) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:10 2021 Memory usage per processor = 27.5504 Mbytes Step Atoms AVEKE stressZZ 27400 5000 1.2521449e-10 11126887 27401 -0.0150149999999918 11126750.4942007 27401 5000 1.2520583e-10 11126750 Loop time of 0.018301 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:10 2021 Pair time (%) = 0.00142717 (7.79833) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.208442) Outpt time (%) = 0.0166929 (91.2129) Other time (%) = 0.000142813 (0.780354) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:10 2021 Memory usage per processor = 27.5504 Mbytes Step Atoms AVEKE stressZZ 27401 5000 1.2520583e-10 11126685 27402 -0.0150149999999918 11126548.4624166 27402 5000 1.2519717e-10 11126548 Loop time of 0.0182409 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:10 2021 Pair time (%) = 0.00133109 (7.29728) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.192137) Outpt time (%) = 0.0167711 (91.942) Other time (%) = 0.000103712 (0.568568) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:10 2021 Memory usage per processor = 27.5504 Mbytes Step Atoms AVEKE stressZZ 27402 5000 1.2519717e-10 11126483 27403 -0.0150149999999918 11126346.441145 27403 5000 1.2518852e-10 11126346 Loop time of 0.0182559 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:10 2021 Pair time (%) = 0.00124502 (6.81981) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.181531) Outpt time (%) = 0.0168798 (92.4619) Other time (%) = 9.799e-05 (0.536757) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:10 2021 Memory usage per processor = 27.5504 Mbytes Step Atoms AVEKE stressZZ 27403 5000 1.2518852e-10 11126281 27404 -0.0150149999999918 11126144.4303841 27404 5000 1.2517986e-10 11126144 Loop time of 0.017906 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:10 2021 Pair time (%) = 0.00125599 (7.01437) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.1944) Outpt time (%) = 0.0165091 (92.1987) Other time (%) = 0.000106096 (0.59252) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:10 2021 Memory usage per processor = 27.5504 Mbytes Step Atoms AVEKE stressZZ 27404 5000 1.2517986e-10 11126079 27405 -0.0150149999999918 11125942.4301326 27405 5000 1.2517121e-10 11125942 Loop time of 0.018398 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:10 2021 Pair time (%) = 0.00151587 (8.23927) Neigh time (%) = 0 (0) Comm time (%) = 5.50747e-05 (0.299351) Outpt time (%) = 0.0166471 (90.483) Other time (%) = 0.000180006 (0.978398) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:10 2021 Memory usage per processor = 27.5504 Mbytes Step Atoms AVEKE stressZZ 27405 5000 1.2517121e-10 11125877 27406 -0.0150149999999918 11125740.4403889 27406 5000 1.2516256e-10 11125740 Loop time of 0.0183191 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:10 2021 Pair time (%) = 0.00128412 (7.00974) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.186111) Outpt time (%) = 0.0169001 (92.2536) Other time (%) = 0.000100851 (0.550523) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:10 2021 Memory usage per processor = 27.5504 Mbytes Step Atoms AVEKE stressZZ 27406 5000 1.2516256e-10 11125675 27407 -0.0150149999999918 11125538.4611517 27407 5000 1.251539e-10 11125538 Loop time of 0.01793 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:10 2021 Pair time (%) = 0.00118399 (6.60337) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.178182) Outpt time (%) = 0.0166199 (92.6932) Other time (%) = 9.41753e-05 (0.525238) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:10 2021 Memory usage per processor = 27.5504 Mbytes Step Atoms AVEKE stressZZ 27407 5000 1.251539e-10 11125473 27408 -0.0150149999999918 11125336.4924197 27408 5000 1.2514525e-10 11125336 Loop time of 0.0172861 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:10 2021 Pair time (%) = 0.00118494 (6.85489) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18482) Outpt time (%) = 0.0159729 (92.4031) Other time (%) = 9.63211e-05 (0.557218) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:10 2021 Memory usage per processor = 27.5504 Mbytes Step Atoms AVEKE stressZZ 27408 5000 1.2514525e-10 11125271 27409 -0.0150149999999918 11125134.5341913 27409 5000 1.251366e-10 11125135 Loop time of 0.0179551 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:10 2021 Pair time (%) = 0.00153399 (8.54347) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.216442) Outpt time (%) = 0.016227 (90.3757) Other time (%) = 0.00015521 (0.864439) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:10 2021 Memory usage per processor = 27.5504 Mbytes Step Atoms AVEKE stressZZ 27409 5000 1.251366e-10 11125069 27410 -0.0150149999999918 11124932.5864651 27410 5000 1.2512795e-10 11124933 Loop time of 0.0212412 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:10 2021 Pair time (%) = 0.00142312 (6.69982) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.160508) Outpt time (%) = 0.019671 (92.6076) Other time (%) = 0.00011301 (0.532034) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:10 2021 Memory usage per processor = 27.5504 Mbytes Step Atoms AVEKE stressZZ 27410 5000 1.2512795e-10 11124867 27411 -0.0150149999999918 11124730.6492398 27411 5000 1.2511931e-10 11124731 Loop time of 0.0180471 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:10 2021 Pair time (%) = 0.00118494 (6.56582) Neigh time (%) = 0 (0) Comm time (%) = 7.08103e-05 (0.392364) Outpt time (%) = 0.0166938 (92.5015) Other time (%) = 9.75132e-05 (0.540326) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:29:10 2021 Memory usage per processor = 27.5504 Mbytes Step Atoms AVEKE stressZZ 27411 5000 1.2511931e-10 11124665 27412 -0.0150149999999918 11124502.2386836 27412 5000 2.4653627e-10 11124869 Loop time of 0.0169649 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:10 2021 Pair time (%) = 0.00121284 (7.14908) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.188319) Outpt time (%) = 0.015579 (91.8306) Other time (%) = 0.000141144 (0.831975) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2578 ave 2578 max 2578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:10 2021 Memory usage per processor = 27.5504 Mbytes Step Atoms AVEKE stressZZ 27412 5000 2.4653627e-10 11200680 27413 -0.0150474999999918 11200500.7624112 27413 5000 1.9830016e-10 11200501 Loop time of 0.0173309 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:11 2021 Pair time (%) = 0.00138402 (7.98586) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.207729) Outpt time (%) = 0.0157969 (91.1488) Other time (%) = 0.000113964 (0.657578) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:11 2021 Memory usage per processor = 27.5504 Mbytes Step Atoms AVEKE stressZZ 27413 5000 1.9830016e-10 11200412 27414 -0.0150474999999918 11200247.8361014 27414 5000 1.7037635e-10 11200248 Loop time of 0.0183439 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:11 2021 Pair time (%) = 0.0013051 (7.11463) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.196257) Outpt time (%) = 0.016849 (91.8508) Other time (%) = 0.00015378 (0.838316) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:11 2021 Memory usage per processor = 27.5504 Mbytes Step Atoms AVEKE stressZZ 27414 5000 1.7037635e-10 11200167 27415 -0.0150474999999918 11200012.8281312 27415 5000 1.5373159e-10 11200013 Loop time of 0.0178509 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:11 2021 Pair time (%) = 0.00122714 (6.8744) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.17363) Outpt time (%) = 0.0164671 (92.2481) Other time (%) = 0.000125647 (0.703868) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:11 2021 Memory usage per processor = 27.5504 Mbytes Step Atoms AVEKE stressZZ 27415 5000 1.5373159e-10 11199938 27416 -0.0150474999999918 11199789.2113132 27416 5000 1.4359657e-10 11199789 Loop time of 0.0176151 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:11 2021 Pair time (%) = 0.00122499 (6.95424) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.182721) Outpt time (%) = 0.016263 (92.3244) Other time (%) = 9.48906e-05 (0.53869) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:11 2021 Memory usage per processor = 27.5504 Mbytes Step Atoms AVEKE stressZZ 27416 5000 1.4359657e-10 11199717 27417 -0.0150474999999918 11199572.8376508 27417 5000 1.3733267e-10 11199573 Loop time of 0.0175049 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:11 2021 Pair time (%) = 0.00133586 (7.63133) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.193405) Outpt time (%) = 0.016027 (91.5569) Other time (%) = 0.000108242 (0.618352) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:11 2021 Memory usage per processor = 27.5504 Mbytes Step Atoms AVEKE stressZZ 27417 5000 1.3733267e-10 11199503 27418 -0.0150474999999918 11199361.071196 27418 5000 1.3342152e-10 11199361 Loop time of 0.0180631 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:11 2021 Pair time (%) = 0.00131893 (7.30181) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.187429) Outpt time (%) = 0.0165701 (91.7346) Other time (%) = 0.00014019 (0.776115) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:11 2021 Memory usage per processor = 27.5504 Mbytes Step Atoms AVEKE stressZZ 27418 5000 1.3342152e-10 11199293 27419 -0.0150474999999918 11199152.2365303 27419 5000 1.3096217e-10 11199152 Loop time of 0.0182519 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:11 2021 Pair time (%) = 0.00126195 (6.91407) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.180265) Outpt time (%) = 0.0168431 (92.2813) Other time (%) = 0.000113964 (0.624396) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:11 2021 Memory usage per processor = 27.5504 Mbytes Step Atoms AVEKE stressZZ 27419 5000 1.3096217e-10 11199085 27420 -0.0150474999999918 11198945.2689503 27420 5000 1.2940793e-10 11198945 Loop time of 0.0208709 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:11 2021 Pair time (%) = 0.00132799 (6.36288) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.153075) Outpt time (%) = 0.0194001 (92.9529) Other time (%) = 0.000110865 (0.531192) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:11 2021 Memory usage per processor = 27.5505 Mbytes Step Atoms AVEKE stressZZ 27420 5000 1.2940793e-10 11198878 27421 -0.0150474999999918 11198739.4918323 27421 5000 1.284218e-10 11198739 Loop time of 0.017379 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:11 2021 Pair time (%) = 0.0011878 (6.83468) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.264772) Outpt time (%) = 0.016026 (92.2146) Other time (%) = 0.000119209 (0.685937) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:11 2021 Memory usage per processor = 27.5505 Mbytes Step Atoms AVEKE stressZZ 27421 5000 1.284218e-10 11198673 27422 -0.0150474999999918 11198534.4751745 27422 5000 1.2779386e-10 11198534 Loop time of 0.0180919 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:11 2021 Pair time (%) = 0.00172496 (9.53441) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.209533) Outpt time (%) = 0.0161419 (89.2216) Other time (%) = 0.000187159 (1.03449) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:11 2021 Memory usage per processor = 27.5505 Mbytes Step Atoms AVEKE stressZZ 27422 5000 1.2779386e-10 11198468 27423 -0.0150474999999918 11198329.9457053 27423 5000 1.2739238e-10 11198330 Loop time of 0.01841 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:11 2021 Pair time (%) = 0.0012331 (6.69801) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.173537) Outpt time (%) = 0.0170491 (92.6078) Other time (%) = 9.58443e-05 (0.520611) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:11 2021 Memory usage per processor = 27.5505 Mbytes Step Atoms AVEKE stressZZ 27423 5000 1.2739238e-10 11198264 27424 -0.0150474999999918 11198125.7297567 27424 5000 1.2713436e-10 11198126 Loop time of 0.018106 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:11 2021 Pair time (%) = 0.00118613 (6.55105) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.17645) Outpt time (%) = 0.0167949 (92.7589) Other time (%) = 9.29832e-05 (0.51355) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:11 2021 Memory usage per processor = 27.5505 Mbytes Step Atoms AVEKE stressZZ 27424 5000 1.2713436e-10 11198060 27425 -0.0150474999999918 11197921.7169586 27425 5000 1.2696731e-10 11197922 Loop time of 0.0176518 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:11 2021 Pair time (%) = 0.00118399 (6.70746) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.180991) Outpt time (%) = 0.0163429 (92.5848) Other time (%) = 9.29832e-05 (0.526764) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:11 2021 Memory usage per processor = 27.5505 Mbytes Step Atoms AVEKE stressZZ 27425 5000 1.2696731e-10 11197856 27426 -0.0150474999999918 11197717.8371686 27426 5000 1.26858e-10 11197718 Loop time of 0.0180972 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:11 2021 Pair time (%) = 0.00145698 (8.05085) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.198933) Outpt time (%) = 0.016448 (90.8873) Other time (%) = 0.000156164 (0.862921) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:11 2021 Memory usage per processor = 27.5505 Mbytes Step Atoms AVEKE stressZZ 27426 5000 1.26858e-10 11197652 27427 -0.0150474999999918 11197514.0458092 27427 5000 1.2678536e-10 11197514 Loop time of 0.0183239 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:11 2021 Pair time (%) = 0.0012939 (7.06126) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.174352) Outpt time (%) = 0.01685 (91.9564) Other time (%) = 0.000148058 (0.808005) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:11 2021 Memory usage per processor = 27.5505 Mbytes Step Atoms AVEKE stressZZ 27427 5000 1.2678536e-10 11197448 27428 -0.0150474999999918 11197310.3145494 27428 5000 1.26736e-10 11197310 Loop time of 0.018255 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:11 2021 Pair time (%) = 0.00131989 (7.23027) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.185458) Outpt time (%) = 0.0168009 (92.0344) Other time (%) = 0.000100374 (0.549845) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:11 2021 Memory usage per processor = 27.5505 Mbytes Step Atoms AVEKE stressZZ 27428 5000 1.26736e-10 11197244 27429 -0.0150474999999918 11197106.6253833 27429 5000 1.2670144e-10 11197107 Loop time of 0.0175569 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:11 2021 Pair time (%) = 0.00122309 (6.96642) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.181969) Outpt time (%) = 0.0162091 (92.3234) Other time (%) = 9.27448e-05 (0.528253) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:11 2021 Memory usage per processor = 27.5505 Mbytes Step Atoms AVEKE stressZZ 27429 5000 1.2670144e-10 11197041 27430 -0.0150474999999918 11196902.9668348 27430 5000 1.2667628e-10 11196903 Loop time of 0.020083 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:11 2021 Pair time (%) = 0.00128198 (6.38341) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.174514) Outpt time (%) = 0.0186629 (92.9292) Other time (%) = 0.000102997 (0.512857) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:11 2021 Memory usage per processor = 27.5505 Mbytes Step Atoms AVEKE stressZZ 27430 5000 1.2667628e-10 11196837 27431 -0.0150474999999918 11196699.3316395 27431 5000 1.2665709e-10 11196699 Loop time of 0.0187781 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:11 2021 Pair time (%) = 0.00166106 (8.84575) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.208225) Outpt time (%) = 0.0169251 (90.1322) Other time (%) = 0.000152826 (0.813855) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:11 2021 Memory usage per processor = 27.5505 Mbytes Step Atoms AVEKE stressZZ 27431 5000 1.2665709e-10 11196633 27432 -0.0150474999999918 11196495.715156 27432 5000 1.2664169e-10 11196496 Loop time of 0.0182099 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:11 2021 Pair time (%) = 0.00122499 (6.72707) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.176752) Outpt time (%) = 0.0168569 (92.5698) Other time (%) = 9.58443e-05 (0.52633) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:11 2021 Memory usage per processor = 27.5505 Mbytes Step Atoms AVEKE stressZZ 27432 5000 1.2664169e-10 11196430 27433 -0.0150474999999918 11196292.1144574 27433 5000 1.2662871e-10 11196292 Loop time of 0.0181601 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:11 2021 Pair time (%) = 0.00123096 (6.77835) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.175925) Outpt time (%) = 0.016788 (92.4444) Other time (%) = 0.000109196 (0.601294) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:11 2021 Memory usage per processor = 27.5505 Mbytes Step Atoms AVEKE stressZZ 27433 5000 1.2662871e-10 11196226 27434 -0.0150474999999918 11196088.5276967 27434 5000 1.2661726e-10 11196089 Loop time of 0.0173571 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:11 2021 Pair time (%) = 0.00122905 (7.08095) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.185437) Outpt time (%) = 0.0159721 (92.0207) Other time (%) = 0.000123739 (0.712902) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:11 2021 Memory usage per processor = 27.5505 Mbytes Step Atoms AVEKE stressZZ 27434 5000 1.2661726e-10 11196022 27435 -0.0150474999999918 11195884.9536853 27435 5000 1.2660679e-10 11195885 Loop time of 0.020294 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:11 2021 Pair time (%) = 0.00118113 (5.82009) Neigh time (%) = 0 (0) Comm time (%) = 0.00030303 (1.4932) Outpt time (%) = 0.018681 (92.0523) Other time (%) = 0.000128746 (0.634406) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:11 2021 Memory usage per processor = 27.5505 Mbytes Step Atoms AVEKE stressZZ 27435 5000 1.2660679e-10 11195819 27436 -0.0150474999999918 11195681.3916671 27436 5000 1.2659694e-10 11195681 Loop time of 0.0194201 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:11 2021 Pair time (%) = 0.00145411 (7.48766) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.16451) Outpt time (%) = 0.017843 (91.8789) Other time (%) = 9.10759e-05 (0.468976) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:11 2021 Memory usage per processor = 27.5505 Mbytes Step Atoms AVEKE stressZZ 27436 5000 1.2659694e-10 11195615 27437 -0.0150474999999918 11195477.8411605 27437 5000 1.2658748e-10 11195478 Loop time of 0.018419 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:11 2021 Pair time (%) = 0.00118589 (6.43842) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.174746) Outpt time (%) = 0.0171111 (92.8988) Other time (%) = 8.98838e-05 (0.487994) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:11 2021 Memory usage per processor = 27.5505 Mbytes Step Atoms AVEKE stressZZ 27437 5000 1.2658748e-10 11195412 27438 -0.0150474999999918 11195274.301859 27438 5000 1.2657827e-10 11195274 Loop time of 0.0182838 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:11 2021 Pair time (%) = 0.00146508 (8.01299) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.191686) Outpt time (%) = 0.016654 (91.086) Other time (%) = 0.0001297 (0.709368) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:11 2021 Memory usage per processor = 27.5505 Mbytes Step Atoms AVEKE stressZZ 27438 5000 1.2657827e-10 11195208 27439 -0.0150474999999918 11195070.7735666 27439 5000 1.2656922e-10 11195071 Loop time of 0.018223 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:11 2021 Pair time (%) = 0.00120211 (6.59663) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.175317) Outpt time (%) = 0.016892 (92.6956) Other time (%) = 9.70364e-05 (0.532493) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:11 2021 Memory usage per processor = 27.5505 Mbytes Step Atoms AVEKE stressZZ 27439 5000 1.2656922e-10 11195005 27440 -0.0150474999999918 11194867.2561585 27440 5000 1.2656028e-10 11194867 Loop time of 0.0210819 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:11 2021 Pair time (%) = 0.0011878 (5.63422) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.147019) Outpt time (%) = 0.0197399 (93.6341) Other time (%) = 0.000123262 (0.584683) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:11 2021 Memory usage per processor = 27.5505 Mbytes Step Atoms AVEKE stressZZ 27440 5000 1.2656028e-10 11194801 27441 -0.0150474999999918 11194663.7495868 27441 5000 1.265514e-10 11194664 Loop time of 0.0175891 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:11 2021 Pair time (%) = 0.00119901 (6.81676) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.181636) Outpt time (%) = 0.016232 (92.2845) Other time (%) = 0.000126123 (0.717055) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:11 2021 Memory usage per processor = 27.5505 Mbytes Step Atoms AVEKE stressZZ 27441 5000 1.265514e-10 11194598 27442 -0.0150474999999918 11194460.2542319 27442 5000 1.2654256e-10 11194460 Loop time of 0.0174301 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:11 2021 Pair time (%) = 0.00127196 (7.29752) Neigh time (%) = 0 (0) Comm time (%) = 6.41346e-05 (0.367954) Outpt time (%) = 0.015975 (91.652) Other time (%) = 0.000118971 (0.682561) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:11 2021 Memory usage per processor = 27.5505 Mbytes Step Atoms AVEKE stressZZ 27442 5000 1.2654256e-10 11194394 27443 -0.0150474999999918 11194256.769895 27443 5000 1.2653375e-10 11194257 Loop time of 0.018291 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:11 2021 Pair time (%) = 0.00135112 (7.38679) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.261998) Outpt time (%) = 0.0166991 (91.2967) Other time (%) = 0.000192881 (1.05451) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:11 2021 Memory usage per processor = 27.5505 Mbytes Step Atoms AVEKE stressZZ 27443 5000 1.2653375e-10 11194191 27444 -0.0150474999999918 11194053.2964802 27444 5000 1.2652495e-10 11194053 Loop time of 0.0180559 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:11 2021 Pair time (%) = 0.00121403 (6.72371) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.17694) Outpt time (%) = 0.016686 (92.4127) Other time (%) = 0.000123978 (0.686632) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:11 2021 Memory usage per processor = 27.5505 Mbytes Step Atoms AVEKE stressZZ 27444 5000 1.2652495e-10 11193987 27445 -0.0150474999999918 11193849.8339631 27445 5000 1.2651617e-10 11193850 Loop time of 0.017596 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:11 2021 Pair time (%) = 0.00118899 (6.75718) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.181564) Outpt time (%) = 0.0162809 (92.526) Other time (%) = 9.41753e-05 (0.535209) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:11 2021 Memory usage per processor = 27.5505 Mbytes Step Atoms AVEKE stressZZ 27445 5000 1.2651617e-10 11193784 27446 -0.0150474999999918 11193646.3822928 27446 5000 1.2650739e-10 11193646 Loop time of 0.0176032 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:11 2021 Pair time (%) = 0.00128984 (7.32735) Neigh time (%) = 0 (0) Comm time (%) = 5.50747e-05 (0.312868) Outpt time (%) = 0.0161519 (91.7557) Other time (%) = 0.000106335 (0.604066) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:11 2021 Memory usage per processor = 27.5505 Mbytes Step Atoms AVEKE stressZZ 27446 5000 1.2650739e-10 11193580 27447 -0.0150474999999918 11193442.9414368 27447 5000 1.2649862e-10 11193443 Loop time of 0.018311 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:11 2021 Pair time (%) = 0.00145793 (7.96203) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.207026) Outpt time (%) = 0.0166571 (90.9677) Other time (%) = 0.000158072 (0.863259) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:11 2021 Memory usage per processor = 27.5505 Mbytes Step Atoms AVEKE stressZZ 27447 5000 1.2649862e-10 11193377 27448 -0.0150474999999918 11193239.5113765 27448 5000 1.2648985e-10 11193240 Loop time of 0.0179918 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:11 2021 Pair time (%) = 0.00118709 (6.59794) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.17227) Outpt time (%) = 0.0166779 (92.6971) Other time (%) = 9.58443e-05 (0.532711) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:11 2021 Memory usage per processor = 27.5505 Mbytes Step Atoms AVEKE stressZZ 27448 5000 1.2648985e-10 11193174 27449 -0.0150474999999918 11193036.0920979 27449 5000 1.2648109e-10 11193036 Loop time of 0.0177929 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:11 2021 Pair time (%) = 0.00118494 (6.65961) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.179555) Outpt time (%) = 0.0164828 (92.6369) Other time (%) = 9.32217e-05 (0.523925) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:11 2021 Memory usage per processor = 27.5505 Mbytes Step Atoms AVEKE stressZZ 27449 5000 1.2648109e-10 11192970 27450 -0.0150474999999918 11192832.6835894 27450 5000 1.2647233e-10 11192833 Loop time of 0.0203478 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:11 2021 Pair time (%) = 0.00123191 (6.05425) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.17107) Outpt time (%) = 0.018975 (93.2533) Other time (%) = 0.000106096 (0.521413) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:11 2021 Memory usage per processor = 27.5505 Mbytes Step Atoms AVEKE stressZZ 27450 5000 1.2647233e-10 11192767 27451 -0.0150474999999918 11192629.2858418 27451 5000 1.2646357e-10 11192629 Loop time of 0.017509 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:11 2021 Pair time (%) = 0.00135589 (7.74395) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.216509) Outpt time (%) = 0.0159941 (91.3478) Other time (%) = 0.000121117 (0.69174) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:11 2021 Memory usage per processor = 27.5505 Mbytes Step Atoms AVEKE stressZZ 27451 5000 1.2646357e-10 11192563 27452 -0.0150474999999918 11192425.8988467 27452 5000 1.2645481e-10 11192426 Loop time of 0.0181382 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:11 2021 Pair time (%) = 0.00122595 (6.75894) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.181395) Outpt time (%) = 0.016778 (92.501) Other time (%) = 0.000101328 (0.558645) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:11 2021 Memory usage per processor = 27.5505 Mbytes Step Atoms AVEKE stressZZ 27452 5000 1.2645481e-10 11192360 27453 -0.0150474999999918 11192222.5225974 27453 5000 1.2644605e-10 11192223 Loop time of 0.0181479 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:11 2021 Pair time (%) = 0.00119901 (6.60685) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.182611) Outpt time (%) = 0.0168202 (92.6837) Other time (%) = 9.56059e-05 (0.526814) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:11 2021 Memory usage per processor = 27.5505 Mbytes Step Atoms AVEKE stressZZ 27453 5000 1.2644605e-10 11192157 27454 -0.0150474999999918 11192019.1570874 27454 5000 1.264373e-10 11192019 Loop time of 0.01739 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:12 2021 Pair time (%) = 0.00132394 (7.61321) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.19057) Outpt time (%) = 0.015909 (91.4833) Other time (%) = 0.000123978 (0.712924) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:12 2021 Memory usage per processor = 27.5505 Mbytes Step Atoms AVEKE stressZZ 27454 5000 1.264373e-10 11191953 27455 -0.0150474999999918 11191815.8023203 27455 5000 1.2642854e-10 11191816 Loop time of 0.0176771 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:12 2021 Pair time (%) = 0.00145507 (8.23139) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.20366) Outpt time (%) = 0.016072 (90.9202) Other time (%) = 0.000113964 (0.6447) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:12 2021 Memory usage per processor = 27.5505 Mbytes Step Atoms AVEKE stressZZ 27455 5000 1.2642854e-10 11191750 27456 -0.0150474999999918 11191612.4583359 27456 5000 1.2641979e-10 11191612 Loop time of 0.527816 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:12 2021 Pair time (%) = 0.00137877 (0.261223) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.00605288) Outpt time (%) = 0.526301 (99.713) Other time (%) = 0.000104189 (0.0197396) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:12 2021 Memory usage per processor = 27.5505 Mbytes Step Atoms AVEKE stressZZ 27456 5000 1.2641979e-10 11191546 27457 -0.0150474999999918 11191409.1251073 27457 5000 1.2641104e-10 11191409 Loop time of 0.0399461 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:12 2021 Pair time (%) = 0.00601482 (15.0574) Neigh time (%) = 0 (0) Comm time (%) = 0.000165939 (0.415408) Outpt time (%) = 0.0333068 (83.3795) Other time (%) = 0.000458479 (1.14774) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:12 2021 Memory usage per processor = 27.5505 Mbytes Step Atoms AVEKE stressZZ 27457 5000 1.2641104e-10 11191343 27458 -0.0150474999999918 11191205.8026214 27458 5000 1.2640228e-10 11191206 Loop time of 0.0193448 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:12 2021 Pair time (%) = 0.00121808 (6.29668) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.176243) Outpt time (%) = 0.0179698 (92.8924) Other time (%) = 0.000122786 (0.634721) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:12 2021 Memory usage per processor = 27.5505 Mbytes Step Atoms AVEKE stressZZ 27458 5000 1.2640228e-10 11191140 27459 -0.0150474999999918 11191002.49087 27459 5000 1.2639353e-10 11191002 Loop time of 0.018584 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:12 2021 Pair time (%) = 0.00118089 (6.35432) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.173195) Outpt time (%) = 0.0172808 (92.9875) Other time (%) = 9.01222e-05 (0.484945) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:12 2021 Memory usage per processor = 27.5505 Mbytes Step Atoms AVEKE stressZZ 27459 5000 1.2639353e-10 11190937 27460 -0.0150474999999918 11190799.1898472 27460 5000 1.2638478e-10 11190799 Loop time of 0.021399 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:12 2021 Pair time (%) = 0.00138497 (6.47213) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.168238) Outpt time (%) = 0.019851 (92.7658) Other time (%) = 0.000127077 (0.593845) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:12 2021 Memory usage per processor = 27.5505 Mbytes Step Atoms AVEKE stressZZ 27460 5000 1.2638478e-10 11190733 27461 -0.0150474999999918 11190595.899547 27461 5000 1.2637603e-10 11190596 Loop time of 0.0181031 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:12 2021 Pair time (%) = 0.00122905 (6.78915) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.181746) Outpt time (%) = 0.016748 (92.5142) Other time (%) = 9.32217e-05 (0.514948) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:12 2021 Memory usage per processor = 27.5505 Mbytes Step Atoms AVEKE stressZZ 27461 5000 1.2637603e-10 11190530 27462 -0.0150474999999918 11190392.619969 27462 5000 1.2636729e-10 11190393 Loop time of 0.018111 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:12 2021 Pair time (%) = 0.00118494 (6.54266) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.176402) Outpt time (%) = 0.0168002 (92.7623) Other time (%) = 9.39369e-05 (0.518674) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:12 2021 Memory usage per processor = 27.5505 Mbytes Step Atoms AVEKE stressZZ 27462 5000 1.2636729e-10 11190327 27463 -0.0150474999999918 11190189.3511059 27463 5000 1.2635854e-10 11190189 Loop time of 0.017416 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:12 2021 Pair time (%) = 0.00118685 (6.8147) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183441) Outpt time (%) = 0.0160999 (92.4433) Other time (%) = 9.72748e-05 (0.558537) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:12 2021 Memory usage per processor = 27.5505 Mbytes Step Atoms AVEKE stressZZ 27463 5000 1.2635854e-10 11190123 27464 -0.0150474999999918 11189986.092953 27464 5000 1.2634979e-10 11189986 Loop time of 0.017633 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:12 2021 Pair time (%) = 0.00150895 (8.55756) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.220395) Outpt time (%) = 0.0159619 (90.523) Other time (%) = 0.000123262 (0.699045) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:12 2021 Memory usage per processor = 27.5505 Mbytes Step Atoms AVEKE stressZZ 27464 5000 1.2634979e-10 11189920 27465 -0.0150474999999918 11189782.845644 27465 5000 1.2634105e-10 11189783 Loop time of 0.018075 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:12 2021 Pair time (%) = 0.00124002 (6.86039) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.182029) Outpt time (%) = 0.0167 (92.393) Other time (%) = 0.000102043 (0.564554) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:12 2021 Memory usage per processor = 27.5505 Mbytes Step Atoms AVEKE stressZZ 27465 5000 1.2634105e-10 11189717 27466 -0.0150474999999918 11189579.6091919 27466 5000 1.2633231e-10 11189580 Loop time of 0.0182228 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:12 2021 Pair time (%) = 0.00123405 (6.77203) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.180553) Outpt time (%) = 0.016834 (92.3788) Other time (%) = 0.000121832 (0.668568) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:12 2021 Memory usage per processor = 27.5505 Mbytes Step Atoms AVEKE stressZZ 27466 5000 1.2633231e-10 11189514 27467 -0.0150474999999918 11189376.3835319 27467 5000 1.2632356e-10 11189376 Loop time of 0.0176239 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:12 2021 Pair time (%) = 0.00118208 (6.70725) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.181277) Outpt time (%) = 0.016315 (92.5731) Other time (%) = 9.48906e-05 (0.53842) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:12 2021 Memory usage per processor = 27.5505 Mbytes Step Atoms AVEKE stressZZ 27467 5000 1.2632356e-10 11189310 27468 -0.0150474999999918 11189173.1686419 27468 5000 1.2631482e-10 11189173 Loop time of 0.0175009 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:12 2021 Pair time (%) = 0.00130606 (7.46281) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.200262) Outpt time (%) = 0.0160239 (91.5604) Other time (%) = 0.000135899 (0.776524) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:12 2021 Memory usage per processor = 27.5505 Mbytes Step Atoms AVEKE stressZZ 27468 5000 1.2631482e-10 11189107 27469 -0.0150474999999918 11188969.9645085 27469 5000 1.2630608e-10 11188970 Loop time of 0.0183499 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:12 2021 Pair time (%) = 0.00135303 (7.37348) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.179302) Outpt time (%) = 0.016855 (91.8534) Other time (%) = 0.000108957 (0.593776) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:12 2021 Memory usage per processor = 27.5505 Mbytes Step Atoms AVEKE stressZZ 27469 5000 1.2630608e-10 11188904 27470 -0.0150474999999918 11188766.7711215 27470 5000 1.2629734e-10 11188767 Loop time of 0.0208528 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:12 2021 Pair time (%) = 0.00119019 (5.70756) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.153208) Outpt time (%) = 0.0195379 (93.6945) Other time (%) = 9.27448e-05 (0.444759) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:12 2021 Memory usage per processor = 27.5505 Mbytes Step Atoms AVEKE stressZZ 27470 5000 1.2629734e-10 11188701 27471 -0.0150474999999918 11188563.5884729 27471 5000 1.262886e-10 11188564 Loop time of 0.018388 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:12 2021 Pair time (%) = 0.00128508 (6.98865) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.185413) Outpt time (%) = 0.0168979 (91.8963) Other time (%) = 0.000170946 (0.92966) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:12 2021 Memory usage per processor = 27.5505 Mbytes Step Atoms AVEKE stressZZ 27471 5000 1.262886e-10 11188498 27472 -0.0150474999999918 11188360.416556 27472 5000 1.2627986e-10 11188360 Loop time of 0.0173659 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:13 2021 Pair time (%) = 0.00119495 (6.88102) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.194953) Outpt time (%) = 0.0159979 (92.1222) Other time (%) = 0.000139236 (0.801779) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:13 2021 Memory usage per processor = 27.5505 Mbytes Step Atoms AVEKE stressZZ 27472 5000 1.2627986e-10 11188294 27473 -0.0150474999999918 11188157.2553648 27473 5000 1.2627113e-10 11188157 Loop time of 0.018157 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:13 2021 Pair time (%) = 0.001436 (7.90877) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.210095) Outpt time (%) = 0.0165012 (90.8806) Other time (%) = 0.000181675 (1.00058) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:13 2021 Memory usage per processor = 27.5505 Mbytes Step Atoms AVEKE stressZZ 27473 5000 1.2627113e-10 11188091 27474 -0.0150474999999918 11187954.1048943 27474 5000 1.2626239e-10 11187954 Loop time of 0.018244 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:13 2021 Pair time (%) = 0.00124788 (6.83995) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.180343) Outpt time (%) = 0.0168629 (92.4295) Other time (%) = 0.000100374 (0.550176) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:13 2021 Memory usage per processor = 27.5505 Mbytes Step Atoms AVEKE stressZZ 27474 5000 1.2626239e-10 11187888 27475 -0.0150474999999918 11187750.9651395 27475 5000 1.2625366e-10 11187751 Loop time of 0.01806 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:13 2021 Pair time (%) = 0.00118399 (6.55586) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.1769) Outpt time (%) = 0.0167499 (92.7458) Other time (%) = 9.41753e-05 (0.521459) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:13 2021 Memory usage per processor = 27.5505 Mbytes Step Atoms AVEKE stressZZ 27475 5000 1.2625366e-10 11187685 27476 -0.0150474999999918 11187547.8360961 27476 5000 1.2624492e-10 11187548 Loop time of 0.0174911 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:13 2021 Pair time (%) = 0.00126314 (7.22162) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.194921) Outpt time (%) = 0.016093 (92.0069) Other time (%) = 0.000100851 (0.576585) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:13 2021 Memory usage per processor = 27.5505 Mbytes Step Atoms AVEKE stressZZ 27476 5000 1.2624492e-10 11187482 27477 -0.0150474999999918 11187344.71776 27477 5000 1.2623619e-10 11187345 Loop time of 0.0178242 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:13 2021 Pair time (%) = 0.00127792 (7.16961) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.189941) Outpt time (%) = 0.0163791 (91.8927) Other time (%) = 0.000133276 (0.747726) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:13 2021 Memory usage per processor = 27.5505 Mbytes Step Atoms AVEKE stressZZ 27477 5000 1.2623619e-10 11187279 27478 -0.0150474999999918 11187141.6101194 27478 5000 1.2622746e-10 11187142 Loop time of 0.018486 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:13 2021 Pair time (%) = 0.0012691 (6.8652) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.18443) Outpt time (%) = 0.017065 (92.3132) Other time (%) = 0.000117779 (0.637123) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:13 2021 Memory usage per processor = 27.5505 Mbytes Step Atoms AVEKE stressZZ 27478 5000 1.2622746e-10 11187076 27479 -0.0150474999999918 11186938.5131464 27479 5000 1.2621873e-10 11186939 Loop time of 0.0181389 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:13 2021 Pair time (%) = 0.00129509 (7.13985) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.18796) Outpt time (%) = 0.016711 (92.128) Other time (%) = 9.87053e-05 (0.544164) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:13 2021 Memory usage per processor = 27.5505 Mbytes Step Atoms AVEKE stressZZ 27479 5000 1.2621873e-10 11186873 27480 -0.0150474999999918 11186735.4268672 27480 5000 1.2621e-10 11186735 Loop time of 0.020581 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:13 2021 Pair time (%) = 0.00126004 (6.12235) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.161023) Outpt time (%) = 0.019165 (93.12) Other time (%) = 0.000122786 (0.596597) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:13 2021 Memory usage per processor = 27.5505 Mbytes Step Atoms AVEKE stressZZ 27480 5000 1.2621e-10 11186669 27481 -0.0150474999999918 11186532.3512924 27481 5000 1.2620127e-10 11186532 Loop time of 0.017375 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:13 2021 Pair time (%) = 0.00119185 (6.8596) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189363) Outpt time (%) = 0.016001 (92.092) Other time (%) = 0.00014925 (0.858993) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:13 2021 Memory usage per processor = 27.5505 Mbytes Step Atoms AVEKE stressZZ 27481 5000 1.2620127e-10 11186466 27482 -0.0150474999999918 11186329.2864072 27482 5000 1.2619254e-10 11186329 Loop time of 0.0184429 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:13 2021 Pair time (%) = 0.00140619 (7.62459) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.205546) Outpt time (%) = 0.01685 (91.3632) Other time (%) = 0.000148773 (0.806671) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:13 2021 Memory usage per processor = 27.5505 Mbytes Step Atoms AVEKE stressZZ 27482 5000 1.2619254e-10 11186263 27483 -0.0150474999999918 11186126.2322068 27483 5000 1.2618382e-10 11186126 Loop time of 0.018254 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:13 2021 Pair time (%) = 0.00118589 (6.49661) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.175019) Outpt time (%) = 0.0169139 (92.6583) Other time (%) = 0.000122309 (0.670036) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:13 2021 Memory usage per processor = 27.5505 Mbytes Step Atoms AVEKE stressZZ 27483 5000 1.2618382e-10 11186060 27484 -0.0150474999999918 11185923.1886886 27484 5000 1.2617509e-10 11185923 Loop time of 0.01791 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:13 2021 Pair time (%) = 0.00118804 (6.63339) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.183706) Outpt time (%) = 0.016598 (92.6744) Other time (%) = 9.10759e-05 (0.50852) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:13 2021 Memory usage per processor = 27.5505 Mbytes Step Atoms AVEKE stressZZ 27484 5000 1.2617509e-10 11185857 27485 -0.0150474999999918 11185720.1558494 27485 5000 1.2616637e-10 11185720 Loop time of 0.017206 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:13 2021 Pair time (%) = 0.00120902 (7.02676) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.192609) Outpt time (%) = 0.0158608 (92.182) Other time (%) = 0.000102997 (0.598612) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:13 2021 Memory usage per processor = 27.5505 Mbytes Step Atoms AVEKE stressZZ 27485 5000 1.2616637e-10 11185654 27486 -0.0150474999999918 11185517.1336867 27486 5000 1.2615764e-10 11185517 Loop time of 0.0180509 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:13 2021 Pair time (%) = 0.00155187 (8.59717) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.204726) Outpt time (%) = 0.016279 (90.1837) Other time (%) = 0.000183105 (1.01438) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:13 2021 Memory usage per processor = 27.5505 Mbytes Step Atoms AVEKE stressZZ 27486 5000 1.2615764e-10 11185451 27487 -0.0150474999999918 11185314.122199 27487 5000 1.2614892e-10 11185314 Loop time of 0.0185709 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:13 2021 Pair time (%) = 0.00148201 (7.98028) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.172033) Outpt time (%) = 0.0169308 (91.1685) Other time (%) = 0.000126123 (0.679145) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:13 2021 Memory usage per processor = 27.5505 Mbytes Step Atoms AVEKE stressZZ 27487 5000 1.2614892e-10 11185248 27488 -0.0150474999999918 11185111.1213985 27488 5000 1.261402e-10 11185111 Loop time of 0.0181699 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:13 2021 Pair time (%) = 0.00118089 (6.49915) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.253248) Outpt time (%) = 0.0168169 (92.5535) Other time (%) = 0.000126123 (0.694135) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:13 2021 Memory usage per processor = 27.5505 Mbytes Step Atoms AVEKE stressZZ 27488 5000 1.261402e-10 11185045 27489 -0.0150474999999918 11184908.1312776 27489 5000 1.2613148e-10 11184908 Loop time of 0.017487 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:13 2021 Pair time (%) = 0.00118303 (6.7652) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182696) Outpt time (%) = 0.0161722 (92.4808) Other time (%) = 9.98974e-05 (0.571265) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:13 2021 Memory usage per processor = 27.5505 Mbytes Step Atoms AVEKE stressZZ 27489 5000 1.2613148e-10 11184842 27490 -0.0150474999999918 11184705.1518837 27490 5000 1.2612276e-10 11184705 Loop time of 0.0211861 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:13 2021 Pair time (%) = 0.00138998 (6.56081) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.184558) Outpt time (%) = 0.019629 (92.6503) Other time (%) = 0.000128031 (0.604315) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:13 2021 Memory usage per processor = 27.5505 Mbytes Step Atoms AVEKE stressZZ 27490 5000 1.2612276e-10 11184639 27491 -0.0150474999999918 11184502.1834119 27491 5000 1.2611404e-10 11184502 Loop time of 0.0181339 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:13 2021 Pair time (%) = 0.00132608 (7.31274) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.186697) Outpt time (%) = 0.0166581 (91.8616) Other time (%) = 0.000115871 (0.638978) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:13 2021 Memory usage per processor = 27.5505 Mbytes Step Atoms AVEKE stressZZ 27491 5000 1.2611404e-10 11184436 27492 -0.0150474999999918 11184299.2257517 27492 5000 1.2610532e-10 11184299 Loop time of 0.0183151 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:13 2021 Pair time (%) = 0.00123692 (6.75354) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.180945) Outpt time (%) = 0.0169499 (92.5461) Other time (%) = 9.5129e-05 (0.519403) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:13 2021 Memory usage per processor = 27.5505 Mbytes Step Atoms AVEKE stressZZ 27492 5000 1.2610532e-10 11184233 27493 -0.0150474999999918 11184096.2788627 27493 5000 1.2609661e-10 11184096 Loop time of 0.0180621 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:13 2021 Pair time (%) = 0.00118303 (6.5498) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.178199) Outpt time (%) = 0.016732 (92.6358) Other time (%) = 0.000114918 (0.636236) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:13 2021 Memory usage per processor = 27.5505 Mbytes Step Atoms AVEKE stressZZ 27493 5000 1.2609661e-10 11184030 27494 -0.0150474999999918 11183893.342725 27494 5000 1.2608789e-10 11183893 Loop time of 0.017379 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:13 2021 Pair time (%) = 0.00124121 (7.14198) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189319) Outpt time (%) = 0.0160031 (92.0829) Other time (%) = 0.000101805 (0.58579) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:13 2021 Memory usage per processor = 27.5505 Mbytes Step Atoms AVEKE stressZZ 27494 5000 1.2608789e-10 11183827 27495 -0.0150474999999918 11183690.4173245 27495 5000 1.2607918e-10 11183690 Loop time of 0.017755 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:13 2021 Pair time (%) = 0.00142622 (8.03276) Neigh time (%) = 0 (0) Comm time (%) = 6.50883e-05 (0.366591) Outpt time (%) = 0.016144 (90.9265) Other time (%) = 0.000119686 (0.674097) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:13 2021 Memory usage per processor = 27.5505 Mbytes Step Atoms AVEKE stressZZ 27495 5000 1.2607918e-10 11183625 27496 -0.0150474999999918 11183487.5026513 27496 5000 1.2607047e-10 11183488 Loop time of 0.0183139 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:13 2021 Pair time (%) = 0.00123715 (6.75528) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.179655) Outpt time (%) = 0.016906 (92.3126) Other time (%) = 0.000137806 (0.752467) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:13 2021 Memory usage per processor = 27.5505 Mbytes Step Atoms AVEKE stressZZ 27496 5000 1.2607047e-10 11183422 27497 -0.0150474999999918 11183284.5986974 27497 5000 1.2606175e-10 11183285 Loop time of 0.0181429 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:13 2021 Pair time (%) = 0.00118399 (6.52588) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.181347) Outpt time (%) = 0.016834 (92.7855) Other time (%) = 9.20296e-05 (0.507247) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:13 2021 Memory usage per processor = 27.5505 Mbytes Step Atoms AVEKE stressZZ 27497 5000 1.2606175e-10 11183219 27498 -0.0150474999999918 11183081.7054556 27498 5000 1.2605304e-10 11183082 Loop time of 0.0199859 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:13 2021 Pair time (%) = 0.00121784 (6.0935) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.161046) Outpt time (%) = 0.018358 (91.8547) Other time (%) = 0.000377893 (1.8908) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:13 2021 Memory usage per processor = 27.5505 Mbytes Step Atoms AVEKE stressZZ 27498 5000 1.2605304e-10 11183016 27499 -0.0150474999999918 11182878.8229199 27499 5000 1.2604433e-10 11182879 Loop time of 0.0195169 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:13 2021 Pair time (%) = 0.001477 (7.5678) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.163694) Outpt time (%) = 0.0178969 (91.6992) Other time (%) = 0.000111103 (0.569265) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:13 2021 Memory usage per processor = 27.5505 Mbytes Step Atoms AVEKE stressZZ 27499 5000 1.2604433e-10 11182813 27500 -0.0150474999999918 11182675.9510775 27500 5000 1.2603562e-10 11182676 Loop time of 0.0209 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:13 2021 Pair time (%) = 0.00118589 (5.67413) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.152862) Outpt time (%) = 0.019593 (93.7464) Other time (%) = 8.91685e-05 (0.426644) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:13 2021 Memory usage per processor = 27.5505 Mbytes Step Atoms AVEKE stressZZ 27500 5000 1.2603562e-10 11182610 27501 -0.0150474999999918 11182473.0899071 27501 5000 1.2602691e-10 11182473 Loop time of 0.017622 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:13 2021 Pair time (%) = 0.00133204 (7.55899) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.209709) Outpt time (%) = 0.0161002 (91.3641) Other time (%) = 0.000152826 (0.867248) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:13 2021 Memory usage per processor = 27.5505 Mbytes Step Atoms AVEKE stressZZ 27501 5000 1.2602691e-10 11182407 27502 -0.0150474999999918 11182270.239437 27502 5000 1.2601821e-10 11182270 Loop time of 0.0181899 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:13 2021 Pair time (%) = 0.00123 (6.762) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.175636) Outpt time (%) = 0.0167959 (92.3362) Other time (%) = 0.000132084 (0.726138) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:13 2021 Memory usage per processor = 27.5505 Mbytes Step Atoms AVEKE stressZZ 27502 5000 1.2601821e-10 11182204 27503 -0.0150474999999918 11182067.3996637 27503 5000 1.260095e-10 11182067 Loop time of 0.0181201 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:13 2021 Pair time (%) = 0.00118589 (6.54465) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.177629) Outpt time (%) = 0.0167758 (92.5817) Other time (%) = 0.000126123 (0.696043) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:13 2021 Memory usage per processor = 27.5505 Mbytes Step Atoms AVEKE stressZZ 27503 5000 1.260095e-10 11182002 27504 -0.0150474999999918 11181864.5707084 27504 5000 1.260008e-10 11181865 Loop time of 0.017319 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:13 2021 Pair time (%) = 0.00118423 (6.83774) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184469) Outpt time (%) = 0.016011 (92.4478) Other time (%) = 9.17912e-05 (0.530004) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:13 2021 Memory usage per processor = 27.5505 Mbytes Step Atoms AVEKE stressZZ 27504 5000 1.260008e-10 11181799 27505 -0.0150474999999918 11181661.7525177 27505 5000 1.2599209e-10 11181662 Loop time of 0.017756 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:13 2021 Pair time (%) = 0.00128889 (7.25891) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.192013) Outpt time (%) = 0.0163 (91.7998) Other time (%) = 0.000133038 (0.749255) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:13 2021 Memory usage per processor = 27.5505 Mbytes Step Atoms AVEKE stressZZ 27505 5000 1.2599209e-10 11181596 27506 -0.0150474999999918 11181458.9450635 27506 5000 1.2598339e-10 11181459 Loop time of 0.018275 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:13 2021 Pair time (%) = 0.00126696 (6.93272) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.180037) Outpt time (%) = 0.0168731 (92.3289) Other time (%) = 0.000102043 (0.558375) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:13 2021 Memory usage per processor = 27.5505 Mbytes Step Atoms AVEKE stressZZ 27506 5000 1.2598339e-10 11181393 27507 -0.0150474999999918 11181256.1483529 27507 5000 1.2597469e-10 11181256 Loop time of 0.0180638 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:13 2021 Pair time (%) = 0.00118208 (6.54392) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.176863) Outpt time (%) = 0.0167558 (92.7592) Other time (%) = 9.39369e-05 (0.520029) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:13 2021 Memory usage per processor = 27.5505 Mbytes Step Atoms AVEKE stressZZ 27507 5000 1.2597469e-10 11181190 27508 -0.0150474999999918 11181053.3623913 27508 5000 1.2596598e-10 11181053 Loop time of 0.017885 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:13 2021 Pair time (%) = 0.0013659 (7.63714) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.179964) Outpt time (%) = 0.0163629 (91.4897) Other time (%) = 0.000123978 (0.693195) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:13 2021 Memory usage per processor = 27.5505 Mbytes Step Atoms AVEKE stressZZ 27508 5000 1.2596598e-10 11180987 27509 -0.0150474999999918 11180850.5871556 27509 5000 1.2595728e-10 11180851 Loop time of 0.01739 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:13 2021 Pair time (%) = 0.00122309 (7.03327) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.194683) Outpt time (%) = 0.016032 (92.1907) Other time (%) = 0.000101089 (0.581308) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:13 2021 Memory usage per processor = 27.5505 Mbytes Step Atoms AVEKE stressZZ 27509 5000 1.2595728e-10 11180785 27510 -0.0150474999999918 11180647.8226351 27510 5000 1.2594858e-10 11180648 Loop time of 0.0211079 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:13 2021 Pair time (%) = 0.00144982 (6.86863) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.16491) Outpt time (%) = 0.019474 (92.2594) Other time (%) = 0.00014925 (0.707081) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:13 2021 Memory usage per processor = 27.5505 Mbytes Step Atoms AVEKE stressZZ 27510 5000 1.2594858e-10 11180582 27511 -0.0150474999999918 11180445.0688221 27511 5000 1.2593989e-10 11180445 Loop time of 0.018254 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:13 2021 Pair time (%) = 0.00125098 (6.85318) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.176325) Outpt time (%) = 0.0168741 (92.4402) Other time (%) = 9.67979e-05 (0.530282) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:13 2021 Memory usage per processor = 27.5505 Mbytes Step Atoms AVEKE stressZZ 27511 5000 1.2593989e-10 11180379 27512 -0.0150474999999918 11180242.3257103 27512 5000 1.2593119e-10 11180242 Loop time of 0.017972 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:14 2021 Pair time (%) = 0.00122404 (6.81083) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.177766) Outpt time (%) = 0.0166218 (92.4874) Other time (%) = 9.41753e-05 (0.524012) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:29:14 2021 Memory usage per processor = 27.5505 Mbytes Step Atoms AVEKE stressZZ 27512 5000 1.2593119e-10 11180176 27513 -0.0150474999999918 11180013.0401311 27513 5000 2.4812822e-10 11180382 Loop time of 0.0170901 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:14 2021 Pair time (%) = 0.00137305 (8.03421) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.186939) Outpt time (%) = 0.015533 (90.8888) Other time (%) = 0.000152111 (0.890055) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28398 ave 28398 max 28398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28398 Ave neighs/atom = 5.6796 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:14 2021 Memory usage per processor = 27.5505 Mbytes Step Atoms AVEKE stressZZ 27513 5000 2.4812822e-10 11256350 27514 -0.0150799999999918 11256170.3128787 27514 5000 1.995803e-10 11256170 Loop time of 0.0177732 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:14 2021 Pair time (%) = 0.00153017 (8.60945) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.23073) Outpt time (%) = 0.0160501 (90.3053) Other time (%) = 0.000151873 (0.854506) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:14 2021 Memory usage per processor = 27.5505 Mbytes Step Atoms AVEKE stressZZ 27514 5000 1.995803e-10 11256081 27515 -0.0150799999999918 11255916.3638606 27515 5000 1.7147612e-10 11255916 Loop time of 0.0179968 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:14 2021 Pair time (%) = 0.00120497 (6.69546) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.177521) Outpt time (%) = 0.016629 (92.3997) Other time (%) = 0.000130892 (0.727306) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:14 2021 Memory usage per processor = 27.5505 Mbytes Step Atoms AVEKE stressZZ 27515 5000 1.7147612e-10 11255835 27516 -0.0150799999999918 11255680.4126836 27516 5000 1.547239e-10 11255680 Loop time of 0.0180211 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:14 2021 Pair time (%) = 0.00118709 (6.5872) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.177282) Outpt time (%) = 0.01671 (92.7248) Other time (%) = 9.20296e-05 (0.510677) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:14 2021 Memory usage per processor = 27.5505 Mbytes Step Atoms AVEKE stressZZ 27516 5000 1.547239e-10 11255605 27517 -0.0150799999999918 11255455.9032051 27517 5000 1.4452347e-10 11255456 Loop time of 0.0171111 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:14 2021 Pair time (%) = 0.00119114 (6.96122) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18671) Outpt time (%) = 0.015794 (92.3031) Other time (%) = 9.39369e-05 (0.548984) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:14 2021 Memory usage per processor = 27.5505 Mbytes Step Atoms AVEKE stressZZ 27517 5000 1.4452347e-10 11255384 27518 -0.0150799999999918 11255238.6689151 27518 5000 1.3821916e-10 11255239 Loop time of 0.0180371 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:14 2021 Pair time (%) = 0.00163388 (9.05846) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.199596) Outpt time (%) = 0.0161231 (89.3884) Other time (%) = 0.000244141 (1.35355) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:14 2021 Memory usage per processor = 27.5505 Mbytes Step Atoms AVEKE stressZZ 27518 5000 1.3821916e-10 11255168 27519 -0.0150799999999918 11255026.0619827 27519 5000 1.3428278e-10 11255026 Loop time of 0.0181811 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:14 2021 Pair time (%) = 0.00121808 (6.69971) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.180967) Outpt time (%) = 0.0168359 (92.6013) Other time (%) = 9.41753e-05 (0.517985) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:14 2021 Memory usage per processor = 27.5505 Mbytes Step Atoms AVEKE stressZZ 27519 5000 1.3428278e-10 11254957 27520 -0.0150799999999918 11254816.3997189 27520 5000 1.3180758e-10 11254816 Loop time of 0.020488 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:14 2021 Pair time (%) = 0.00119114 (5.81383) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.155935) Outpt time (%) = 0.0191441 (93.4402) Other time (%) = 0.000120878 (0.589995) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:14 2021 Memory usage per processor = 27.5506 Mbytes Step Atoms AVEKE stressZZ 27520 5000 1.3180758e-10 11254748 27521 -0.0150799999999918 11254608.6128104 27521 5000 1.3024332e-10 11254609 Loop time of 0.0175951 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:14 2021 Pair time (%) = 0.00119901 (6.81446) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.192415) Outpt time (%) = 0.0162029 (92.088) Other time (%) = 0.000159264 (0.905161) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:14 2021 Memory usage per processor = 27.5506 Mbytes Step Atoms AVEKE stressZZ 27521 5000 1.3024332e-10 11254541 27522 -0.0150799999999918 11254402.0216531 27522 5000 1.2925084e-10 11254402 Loop time of 0.0175631 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:14 2021 Pair time (%) = 0.00121903 (6.94088) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.187335) Outpt time (%) = 0.0161631 (92.0288) Other time (%) = 0.000148058 (0.843005) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:14 2021 Memory usage per processor = 27.5506 Mbytes Step Atoms AVEKE stressZZ 27522 5000 1.2925084e-10 11254335 27523 -0.0150799999999918 11254196.1943154 27523 5000 1.2861885e-10 11254196 Loop time of 0.0183671 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:14 2021 Pair time (%) = 0.00138092 (7.51847) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.180433) Outpt time (%) = 0.016839 (91.6806) Other time (%) = 0.000113964 (0.620481) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:14 2021 Memory usage per processor = 27.5506 Mbytes Step Atoms AVEKE stressZZ 27523 5000 1.2861885e-10 11254129 27524 -0.0150799999999918 11253990.8563163 27524 5000 1.2821479e-10 11253991 Loop time of 0.0180779 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:14 2021 Pair time (%) = 0.00118685 (6.5652) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.176725) Outpt time (%) = 0.0167639 (92.7319) Other time (%) = 9.5129e-05 (0.526219) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:14 2021 Memory usage per processor = 27.5506 Mbytes Step Atoms AVEKE stressZZ 27524 5000 1.2821479e-10 11253924 27525 -0.0150799999999918 11253785.8332385 27525 5000 1.279551e-10 11253786 Loop time of 0.0177228 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:14 2021 Pair time (%) = 0.00118899 (6.70882) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.180265) Outpt time (%) = 0.0164089 (92.5863) Other time (%) = 9.29832e-05 (0.524652) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:14 2021 Memory usage per processor = 27.5506 Mbytes Step Atoms AVEKE stressZZ 27525 5000 1.279551e-10 11253719 27526 -0.0150799999999918 11253581.0142122 27526 5000 1.2778699e-10 11253581 Loop time of 0.017864 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:14 2021 Pair time (%) = 0.00122213 (6.84133) Neigh time (%) = 0 (0) Comm time (%) = 4.91142e-05 (0.274934) Outpt time (%) = 0.0164869 (92.2912) Other time (%) = 0.000105858 (0.592577) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:14 2021 Memory usage per processor = 27.5506 Mbytes Step Atoms AVEKE stressZZ 27526 5000 1.2778699e-10 11253514 27527 -0.0150799999999918 11253376.3287809 27527 5000 1.2767698e-10 11253376 Loop time of 0.0185649 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:14 2021 Pair time (%) = 0.00148106 (7.97771) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.205479) Outpt time (%) = 0.016907 (91.0694) Other time (%) = 0.00013876 (0.747428) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:14 2021 Memory usage per processor = 27.5506 Mbytes Step Atoms AVEKE stressZZ 27527 5000 1.2767698e-10 11253310 27528 -0.0150799999999918 11253171.7321684 27528 5000 1.2760388e-10 11253172 Loop time of 0.0181301 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:14 2021 Pair time (%) = 0.00125718 (6.93423) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.176216) Outpt time (%) = 0.0167501 (92.3885) Other time (%) = 9.08375e-05 (0.501032) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:14 2021 Memory usage per processor = 27.5506 Mbytes Step Atoms AVEKE stressZZ 27528 5000 1.2760388e-10 11253105 27529 -0.0150799999999918 11252967.1959185 27529 5000 1.2755421e-10 11252967 Loop time of 0.01808 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:14 2021 Pair time (%) = 0.00121689 (6.73058) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.183298) Outpt time (%) = 0.0167298 (92.5323) Other time (%) = 0.000100136 (0.553849) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:14 2021 Memory usage per processor = 27.5506 Mbytes Step Atoms AVEKE stressZZ 27529 5000 1.2755421e-10 11252901 27530 -0.0150799999999918 11252762.7019459 27530 5000 1.2751943e-10 11252763 Loop time of 0.0201881 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:14 2021 Pair time (%) = 0.00119209 (5.90493) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.162976) Outpt time (%) = 0.018821 (93.2282) Other time (%) = 0.000142097 (0.703868) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:14 2021 Memory usage per processor = 27.5506 Mbytes Step Atoms AVEKE stressZZ 27530 5000 1.2751943e-10 11252696 27531 -0.0150799999999918 11252558.238756 27531 5000 1.2749411e-10 11252558 Loop time of 0.0181692 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:14 2021 Pair time (%) = 0.00134706 (7.41402) Neigh time (%) = 0 (0) Comm time (%) = 4.91142e-05 (0.270316) Outpt time (%) = 0.016655 (91.6661) Other time (%) = 0.000118017 (0.649547) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:14 2021 Memory usage per processor = 27.5506 Mbytes Step Atoms AVEKE stressZZ 27531 5000 1.2749411e-10 11252492 27532 -0.0150799999999918 11252353.7990434 27532 5000 1.274748e-10 11252354 Loop time of 0.0181289 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:14 2021 Pair time (%) = 0.00135112 (7.45285) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.186749) Outpt time (%) = 0.0166399 (91.787) Other time (%) = 0.000103951 (0.573398) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:14 2021 Memory usage per processor = 27.5506 Mbytes Step Atoms AVEKE stressZZ 27532 5000 1.274748e-10 11252287 27533 -0.0150799999999918 11252149.3781687 27533 5000 1.2745931e-10 11252149 Loop time of 0.018013 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:14 2021 Pair time (%) = 0.00118709 (6.59016) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.172067) Outpt time (%) = 0.016706 (92.7441) Other time (%) = 8.89301e-05 (0.4937) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:14 2021 Memory usage per processor = 27.5506 Mbytes Step Atoms AVEKE stressZZ 27533 5000 1.2745931e-10 11252083 27534 -0.0150799999999918 11251944.9731214 27534 5000 1.2744626e-10 11251945 Loop time of 0.0174839 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:14 2021 Pair time (%) = 0.00118589 (6.78276) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182728) Outpt time (%) = 0.0161729 (92.5013) Other time (%) = 9.32217e-05 (0.533184) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:14 2021 Memory usage per processor = 27.5506 Mbytes Step Atoms AVEKE stressZZ 27534 5000 1.2744626e-10 11251879 27535 -0.0150799999999918 11251740.5820739 27535 5000 1.2743474e-10 11251741 Loop time of 0.0176392 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:14 2021 Pair time (%) = 0.00129104 (7.31915) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.193285) Outpt time (%) = 0.016176 (91.705) Other time (%) = 0.000138044 (0.782602) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:14 2021 Memory usage per processor = 27.5506 Mbytes Step Atoms AVEKE stressZZ 27535 5000 1.2743474e-10 11251674 27536 -0.0150799999999918 11251536.2038353 27536 5000 1.2742421e-10 11251536 Loop time of 0.018132 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:14 2021 Pair time (%) = 0.00135779 (7.4884) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.181457) Outpt time (%) = 0.0166268 (91.699) Other time (%) = 0.000114441 (0.631155) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:14 2021 Memory usage per processor = 27.5506 Mbytes Step Atoms AVEKE stressZZ 27536 5000 1.2742421e-10 11251470 27537 -0.0150799999999918 11251331.8376845 27537 5000 1.274143e-10 11251332 Loop time of 0.0181708 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:14 2021 Pair time (%) = 0.00121999 (6.71399) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.182381) Outpt time (%) = 0.016819 (92.5604) Other time (%) = 9.87053e-05 (0.543207) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:14 2021 Memory usage per processor = 27.5506 Mbytes Step Atoms AVEKE stressZZ 27537 5000 1.274143e-10 11251265 27538 -0.0150799999999918 11251127.4831253 27538 5000 1.2740478e-10 11251127 Loop time of 0.0178549 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:14 2021 Pair time (%) = 0.00118685 (6.64717) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.178931) Outpt time (%) = 0.016542 (92.6465) Other time (%) = 9.41753e-05 (0.527447) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:14 2021 Memory usage per processor = 27.5506 Mbytes Step Atoms AVEKE stressZZ 27538 5000 1.2740478e-10 11251061 27539 -0.0150799999999918 11250923.1398421 27539 5000 1.2739552e-10 11250923 Loop time of 0.0174141 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:14 2021 Pair time (%) = 0.00122881 (7.05641) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.19989) Outpt time (%) = 0.0160031 (91.8976) Other time (%) = 0.000147343 (0.846112) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:14 2021 Memory usage per processor = 27.5506 Mbytes Step Atoms AVEKE stressZZ 27539 5000 1.2739552e-10 11250857 27540 -0.0150799999999918 11250718.8076356 27540 5000 1.2738642e-10 11250719 Loop time of 0.024539 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:14 2021 Pair time (%) = 0.00170398 (6.94396) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.155455) Outpt time (%) = 0.0226619 (92.3507) Other time (%) = 0.000134945 (0.54992) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:14 2021 Memory usage per processor = 27.5506 Mbytes Step Atoms AVEKE stressZZ 27540 5000 1.2738642e-10 11250652 27541 -0.0150799999999918 11250514.4863727 27541 5000 1.2737742e-10 11250514 Loop time of 0.019846 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:14 2021 Pair time (%) = 0.00145507 (7.33181) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.16098) Outpt time (%) = 0.018266 (92.0387) Other time (%) = 9.29832e-05 (0.468525) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:14 2021 Memory usage per processor = 27.5506 Mbytes Step Atoms AVEKE stressZZ 27541 5000 1.2737742e-10 11250448 27542 -0.0150799999999918 11250310.1759744 27542 5000 1.2736849e-10 11250310 Loop time of 0.0184631 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:14 2021 Pair time (%) = 0.00118995 (6.44499) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.173037) Outpt time (%) = 0.0171521 (92.899) Other time (%) = 8.91685e-05 (0.482955) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:14 2021 Memory usage per processor = 27.5506 Mbytes Step Atoms AVEKE stressZZ 27542 5000 1.2736849e-10 11250244 27543 -0.0150799999999918 11250105.8763912 27543 5000 1.273596e-10 11250106 Loop time of 0.018543 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:14 2021 Pair time (%) = 0.00134397 (7.24783) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.204436) Outpt time (%) = 0.0169961 (91.658) Other time (%) = 0.000164986 (0.889746) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:14 2021 Memory usage per processor = 27.5506 Mbytes Step Atoms AVEKE stressZZ 27543 5000 1.273596e-10 11250039 27544 -0.0150799999999918 11249901.5875887 27544 5000 1.2735074e-10 11249902 Loop time of 0.0180528 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:14 2021 Pair time (%) = 0.00118589 (6.56902) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.17697) Outpt time (%) = 0.0167398 (92.7271) Other time (%) = 9.5129e-05 (0.526948) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:14 2021 Memory usage per processor = 27.5506 Mbytes Step Atoms AVEKE stressZZ 27544 5000 1.2735074e-10 11249835 27545 -0.0150799999999918 11249697.3095448 27545 5000 1.2734189e-10 11249697 Loop time of 0.0173662 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:14 2021 Pair time (%) = 0.00119495 (6.88093) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189459) Outpt time (%) = 0.016042 (92.375) Other time (%) = 9.63211e-05 (0.554648) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:14 2021 Memory usage per processor = 27.5506 Mbytes Step Atoms AVEKE stressZZ 27545 5000 1.2734189e-10 11249631 27546 -0.0150799999999918 11249493.0422446 27546 5000 1.2733306e-10 11249493 Loop time of 0.017616 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:14 2021 Pair time (%) = 0.00128198 (7.27733) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.193539) Outpt time (%) = 0.0161681 (91.7807) Other time (%) = 0.000131845 (0.74844) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:14 2021 Memory usage per processor = 27.5506 Mbytes Step Atoms AVEKE stressZZ 27546 5000 1.2733306e-10 11249427 27547 -0.0150799999999918 11249288.7856781 27547 5000 1.2732424e-10 11249289 Loop time of 0.0183542 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:14 2021 Pair time (%) = 0.00127316 (6.9366) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.17926) Outpt time (%) = 0.0169141 (92.1541) Other time (%) = 0.000133991 (0.730031) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:14 2021 Memory usage per processor = 27.5506 Mbytes Step Atoms AVEKE stressZZ 27547 5000 1.2732424e-10 11249222 27548 -0.0150799999999918 11249084.5398384 27548 5000 1.2731541e-10 11249085 Loop time of 0.0181429 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:14 2021 Pair time (%) = 0.00120401 (6.63627) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.176091) Outpt time (%) = 0.016813 (92.6699) Other time (%) = 9.39369e-05 (0.51776) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:14 2021 Memory usage per processor = 27.5506 Mbytes Step Atoms AVEKE stressZZ 27548 5000 1.2731541e-10 11249018 27549 -0.0150799999999918 11248880.3047204 27549 5000 1.273066e-10 11248880 Loop time of 0.0176451 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:14 2021 Pair time (%) = 0.00118494 (6.7154) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.18241) Outpt time (%) = 0.0163338 (92.5685) Other time (%) = 9.41753e-05 (0.533719) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:14 2021 Memory usage per processor = 27.5506 Mbytes Step Atoms AVEKE stressZZ 27549 5000 1.273066e-10 11248814 27550 -0.0150799999999918 11248676.0803203 27550 5000 1.2729778e-10 11248676 Loop time of 0.020215 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:14 2021 Pair time (%) = 0.00123096 (6.08931) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.168656) Outpt time (%) = 0.0188479 (93.2373) Other time (%) = 0.000102043 (0.504788) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:14 2021 Memory usage per processor = 27.5506 Mbytes Step Atoms AVEKE stressZZ 27550 5000 1.2729778e-10 11248610 27551 -0.0150799999999918 11248471.8666351 27551 5000 1.2728897e-10 11248472 Loop time of 0.018079 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:14 2021 Pair time (%) = 0.00173688 (9.60714) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.204407) Outpt time (%) = 0.0161588 (89.3787) Other time (%) = 0.000146389 (0.809717) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:14 2021 Memory usage per processor = 27.5506 Mbytes Step Atoms AVEKE stressZZ 27551 5000 1.2728897e-10 11248405 27552 -0.0150799999999918 11248267.6636482 27552 5000 1.2728016e-10 11248268 Loop time of 0.0181701 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:14 2021 Pair time (%) = 0.00125408 (6.90189) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.181076) Outpt time (%) = 0.016788 (92.3935) Other time (%) = 9.5129e-05 (0.523546) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:14 2021 Memory usage per processor = 27.5506 Mbytes Step Atoms AVEKE stressZZ 27552 5000 1.2728016e-10 11248201 27553 -0.0150799999999918 11248063.4714841 27553 5000 1.2727135e-10 11248063 Loop time of 0.017925 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:15 2021 Pair time (%) = 0.00118494 (6.61054) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.178232) Outpt time (%) = 0.0166142 (92.6872) Other time (%) = 9.39369e-05 (0.524055) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:15 2021 Memory usage per processor = 27.5506 Mbytes Step Atoms AVEKE stressZZ 27553 5000 1.2727135e-10 11247997 27554 -0.0150799999999918 11247859.2901939 27554 5000 1.2726255e-10 11247859 Loop time of 0.0173371 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:15 2021 Pair time (%) = 0.00119615 (6.89935) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189777) Outpt time (%) = 0.0160069 (92.3278) Other time (%) = 0.000101089 (0.583082) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:15 2021 Memory usage per processor = 27.5506 Mbytes Step Atoms AVEKE stressZZ 27554 5000 1.2726255e-10 11247793 27555 -0.0150799999999918 11247655.1197352 27555 5000 1.2725374e-10 11247655 Loop time of 0.0180631 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:15 2021 Pair time (%) = 0.0014329 (7.93274) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.209868) Outpt time (%) = 0.0164661 (91.1592) Other time (%) = 0.000126123 (0.698239) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:15 2021 Memory usage per processor = 27.5506 Mbytes Step Atoms AVEKE stressZZ 27555 5000 1.2725374e-10 11247589 27556 -0.0150799999999918 11247450.9600732 27556 5000 1.2724493e-10 11247451 Loop time of 0.0183918 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:15 2021 Pair time (%) = 0.00123405 (6.70979) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.175004) Outpt time (%) = 0.017025 (92.5682) Other time (%) = 0.000100613 (0.54705) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:15 2021 Memory usage per processor = 27.5506 Mbytes Step Atoms AVEKE stressZZ 27556 5000 1.2724493e-10 11247385 27557 -0.0150799999999918 11247246.8111925 27557 5000 1.2723613e-10 11247247 Loop time of 0.017961 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:15 2021 Pair time (%) = 0.00118709 (6.60923) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.179202) Outpt time (%) = 0.0166461 (92.6793) Other time (%) = 9.56059e-05 (0.532296) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:15 2021 Memory usage per processor = 27.5506 Mbytes Step Atoms AVEKE stressZZ 27557 5000 1.2723613e-10 11247180 27558 -0.0150799999999918 11247042.6730842 27558 5000 1.2722733e-10 11247043 Loop time of 0.017437 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:15 2021 Pair time (%) = 0.00118303 (6.78462) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18322) Outpt time (%) = 0.016129 (92.4989) Other time (%) = 9.29832e-05 (0.533253) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:15 2021 Memory usage per processor = 27.5506 Mbytes Step Atoms AVEKE stressZZ 27558 5000 1.2722733e-10 11246976 27559 -0.0150799999999918 11246838.545745 27559 5000 1.2721853e-10 11246839 Loop time of 0.0177619 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:15 2021 Pair time (%) = 0.00139189 (7.83635) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.191949) Outpt time (%) = 0.0161779 (91.0818) Other time (%) = 0.000158072 (0.889945) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:15 2021 Memory usage per processor = 27.5506 Mbytes Step Atoms AVEKE stressZZ 27559 5000 1.2721853e-10 11246772 27560 -0.0150799999999918 11246634.4291875 27560 5000 1.2720972e-10 11246634 Loop time of 0.021085 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:15 2021 Pair time (%) = 0.00127101 (6.02802) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.157174) Outpt time (%) = 0.01968 (93.3365) Other time (%) = 0.000100851 (0.478307) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:15 2021 Memory usage per processor = 27.5506 Mbytes Step Atoms AVEKE stressZZ 27560 5000 1.2720972e-10 11246568 27561 -0.0150799999999918 11246430.3233809 27561 5000 1.2720092e-10 11246430 Loop time of 0.0179222 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:15 2021 Pair time (%) = 0.00118399 (6.60627) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.17826) Outpt time (%) = 0.016613 (92.6953) Other time (%) = 9.32217e-05 (0.520147) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:15 2021 Memory usage per processor = 27.5506 Mbytes Step Atoms AVEKE stressZZ 27561 5000 1.2720092e-10 11246364 27562 -0.0150799999999918 11246226.2283136 27562 5000 1.2719213e-10 11246226 Loop time of 0.018328 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:15 2021 Pair time (%) = 0.00118589 (6.47041) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.174313) Outpt time (%) = 0.017015 (92.8362) Other time (%) = 9.5129e-05 (0.519038) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:15 2021 Memory usage per processor = 27.5506 Mbytes Step Atoms AVEKE stressZZ 27562 5000 1.2719213e-10 11246160 27563 -0.0150799999999918 11246022.1439814 27563 5000 1.2718333e-10 11246022 Loop time of 0.0174141 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:15 2021 Pair time (%) = 0.00121117 (6.95509) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.20126) Outpt time (%) = 0.016022 (92.0058) Other time (%) = 0.000145912 (0.837897) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:15 2021 Memory usage per processor = 27.5506 Mbytes Step Atoms AVEKE stressZZ 27563 5000 1.2718333e-10 11245956 27564 -0.0150799999999918 11245818.07038 27564 5000 1.2717453e-10 11245818 Loop time of 0.0179329 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:15 2021 Pair time (%) = 0.00161004 (8.97814) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.206073) Outpt time (%) = 0.016124 (89.9131) Other time (%) = 0.000161886 (0.902733) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:15 2021 Memory usage per processor = 27.5506 Mbytes Step Atoms AVEKE stressZZ 27564 5000 1.2717453e-10 11245752 27565 -0.0150799999999918 11245614.0074767 27565 5000 1.2716574e-10 11245614 Loop time of 0.018373 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:15 2021 Pair time (%) = 0.00122213 (6.65179) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.173886) Outpt time (%) = 0.0170181 (92.6254) Other time (%) = 0.000100851 (0.548909) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:15 2021 Memory usage per processor = 27.5506 Mbytes Step Atoms AVEKE stressZZ 27565 5000 1.2716574e-10 11245548 27566 -0.0150799999999918 11245409.9552649 27566 5000 1.2715694e-10 11245410 Loop time of 0.0181801 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:15 2021 Pair time (%) = 0.00118494 (6.51778) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.170485) Outpt time (%) = 0.016871 (92.799) Other time (%) = 9.32217e-05 (0.512767) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:15 2021 Memory usage per processor = 27.5506 Mbytes Step Atoms AVEKE stressZZ 27566 5000 1.2715694e-10 11245344 27567 -0.0150799999999918 11245205.91377 27567 5000 1.2714815e-10 11245206 Loop time of 0.0179942 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:15 2021 Pair time (%) = 0.00137496 (7.64114) Neigh time (%) = 0 (0) Comm time (%) = 6.19888e-05 (0.344494) Outpt time (%) = 0.0164618 (91.4844) Other time (%) = 9.53674e-05 (0.529991) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:15 2021 Memory usage per processor = 27.5506 Mbytes Step Atoms AVEKE stressZZ 27567 5000 1.2714815e-10 11245140 27568 -0.0150799999999918 11245001.8829893 27568 5000 1.2713935e-10 11245002 Loop time of 0.0177729 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:15 2021 Pair time (%) = 0.00136209 (7.66383) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.202562) Outpt time (%) = 0.016232 (91.3301) Other time (%) = 0.000142813 (0.803541) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:15 2021 Memory usage per processor = 27.5506 Mbytes Step Atoms AVEKE stressZZ 27568 5000 1.2713935e-10 11244936 27569 -0.0150799999999918 11244797.8629202 27569 5000 1.2713056e-10 11244798 Loop time of 0.018374 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:15 2021 Pair time (%) = 0.00125599 (6.8357) Neigh time (%) = 0 (0) Comm time (%) = 5.00679e-05 (0.272494) Outpt time (%) = 0.0169289 (92.1353) Other time (%) = 0.000138998 (0.756494) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:15 2021 Memory usage per processor = 27.5506 Mbytes Step Atoms AVEKE stressZZ 27569 5000 1.2713056e-10 11244731 27570 -0.0150799999999918 11244593.8535606 27570 5000 1.2712177e-10 11244594 Loop time of 0.02057 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:15 2021 Pair time (%) = 0.00118184 (5.74545) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.155314) Outpt time (%) = 0.019263 (93.646) Other time (%) = 9.32217e-05 (0.453191) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:15 2021 Memory usage per processor = 27.5506 Mbytes Step Atoms AVEKE stressZZ 27570 5000 1.2712177e-10 11244527 27571 -0.0150799999999918 11244389.8549387 27571 5000 1.2711298e-10 11244390 Loop time of 0.0181482 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:15 2021 Pair time (%) = 0.00120592 (6.64486) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.187864) Outpt time (%) = 0.0168078 (92.6142) Other time (%) = 0.000100374 (0.553081) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:15 2021 Memory usage per processor = 27.5506 Mbytes Step Atoms AVEKE stressZZ 27571 5000 1.2711298e-10 11244323 27572 -0.0150799999999918 11244185.8670471 27572 5000 1.2710419e-10 11244186 Loop time of 0.018311 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:15 2021 Pair time (%) = 0.00129008 (7.04539) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.179683) Outpt time (%) = 0.016886 (92.2177) Other time (%) = 0.000102043 (0.557277) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:15 2021 Memory usage per processor = 27.5506 Mbytes Step Atoms AVEKE stressZZ 27572 5000 1.2710419e-10 11244119 27573 -0.0150799999999918 11243981.8898743 27573 5000 1.2709541e-10 11243982 Loop time of 0.0180941 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:15 2021 Pair time (%) = 0.00162482 (8.97987) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.221367) Outpt time (%) = 0.016233 (89.7143) Other time (%) = 0.000196218 (1.08444) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:15 2021 Memory usage per processor = 27.5506 Mbytes Step Atoms AVEKE stressZZ 27573 5000 1.2709541e-10 11243916 27574 -0.0150799999999918 11243777.9234154 27574 5000 1.2708662e-10 11243778 Loop time of 0.0181191 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:15 2021 Pair time (%) = 0.00131893 (7.27923) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.181586) Outpt time (%) = 0.0166662 (91.9813) Other time (%) = 0.000101089 (0.557917) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:15 2021 Memory usage per processor = 27.5506 Mbytes Step Atoms AVEKE stressZZ 27574 5000 1.2708662e-10 11243712 27575 -0.0150799999999918 11243573.9676662 27575 5000 1.2707783e-10 11243574 Loop time of 0.0180411 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:15 2021 Pair time (%) = 0.00118709 (6.57989) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.177085) Outpt time (%) = 0.0167279 (92.721) Other time (%) = 9.41753e-05 (0.522003) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:15 2021 Memory usage per processor = 27.5506 Mbytes Step Atoms AVEKE stressZZ 27575 5000 1.2707783e-10 11243508 27576 -0.0150799999999918 11243370.0226237 27576 5000 1.2706905e-10 11243370 Loop time of 0.0175321 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:15 2021 Pair time (%) = 0.00119305 (6.80492) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182226) Outpt time (%) = 0.016211 (92.4648) Other time (%) = 9.60827e-05 (0.548038) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:15 2021 Memory usage per processor = 27.5506 Mbytes Step Atoms AVEKE stressZZ 27576 5000 1.2706905e-10 11243304 27577 -0.0150799999999918 11243166.0882848 27577 5000 1.2706027e-10 11243166 Loop time of 0.0176821 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:15 2021 Pair time (%) = 0.00142694 (8.06995) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.196861) Outpt time (%) = 0.016048 (90.7583) Other time (%) = 0.000172377 (0.974867) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:15 2021 Memory usage per processor = 27.5506 Mbytes Step Atoms AVEKE stressZZ 27577 5000 1.2706027e-10 11243100 27578 -0.0150799999999918 11242962.1646467 27578 5000 1.2705148e-10 11242962 Loop time of 0.018399 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:15 2021 Pair time (%) = 0.00121284 (6.59185) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.174936) Outpt time (%) = 0.017019 (92.4998) Other time (%) = 0.000134945 (0.733436) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:15 2021 Memory usage per processor = 27.5506 Mbytes Step Atoms AVEKE stressZZ 27578 5000 1.2705148e-10 11242896 27579 -0.0150799999999918 11242758.2517074 27579 5000 1.270427e-10 11242758 Loop time of 0.0182719 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:15 2021 Pair time (%) = 0.00118899 (6.50722) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.174848) Outpt time (%) = 0.016959 (92.8143) Other time (%) = 9.20296e-05 (0.503667) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:15 2021 Memory usage per processor = 27.5506 Mbytes Step Atoms AVEKE stressZZ 27579 5000 1.270427e-10 11242692 27580 -0.0150799999999918 11242554.3494642 27580 5000 1.2703392e-10 11242554 Loop time of 0.0203772 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:15 2021 Pair time (%) = 0.00123 (6.03618) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.166144) Outpt time (%) = 0.0189991 (93.2372) Other time (%) = 0.000114202 (0.560444) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:15 2021 Memory usage per processor = 27.5506 Mbytes Step Atoms AVEKE stressZZ 27580 5000 1.2703392e-10 11242488 27581 -0.0150799999999918 11242350.457915 27581 5000 1.2702514e-10 11242350 Loop time of 0.020014 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:15 2021 Pair time (%) = 0.00145197 (7.25475) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.159628) Outpt time (%) = 0.018434 (92.1055) Other time (%) = 9.60827e-05 (0.480076) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:15 2021 Memory usage per processor = 27.5506 Mbytes Step Atoms AVEKE stressZZ 27581 5000 1.2702514e-10 11242284 27582 -0.0150799999999918 11242146.5770577 27582 5000 1.2701636e-10 11242147 Loop time of 0.019078 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:15 2021 Pair time (%) = 0.00219893 (11.526) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.162461) Outpt time (%) = 0.016757 (87.8341) Other time (%) = 9.10759e-05 (0.477387) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:15 2021 Memory usage per processor = 27.5506 Mbytes Step Atoms AVEKE stressZZ 27582 5000 1.2701636e-10 11242080 27583 -0.0150799999999918 11241942.7068901 27583 5000 1.2700759e-10 11241943 Loop time of 0.018193 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:15 2021 Pair time (%) = 0.00118613 (6.51972) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.175606) Outpt time (%) = 0.0168869 (92.8211) Other time (%) = 8.79765e-05 (0.483573) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:15 2021 Memory usage per processor = 27.5506 Mbytes Step Atoms AVEKE stressZZ 27583 5000 1.2700759e-10 11241876 27584 -0.0150799999999918 11241738.8474102 27584 5000 1.2699881e-10 11241739 Loop time of 0.0183051 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:15 2021 Pair time (%) = 0.00152111 (8.30978) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.186254) Outpt time (%) = 0.0165889 (90.6248) Other time (%) = 0.000160933 (0.87917) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:15 2021 Memory usage per processor = 27.5506 Mbytes Step Atoms AVEKE stressZZ 27584 5000 1.2699881e-10 11241673 27585 -0.0150799999999918 11241534.9986188 27585 5000 1.2699003e-10 11241535 Loop time of 0.018441 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:15 2021 Pair time (%) = 0.001302 (7.06039) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.178417) Outpt time (%) = 0.0169461 (91.8937) Other time (%) = 0.000159979 (0.867519) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:15 2021 Memory usage per processor = 27.5506 Mbytes Step Atoms AVEKE stressZZ 27585 5000 1.2699003e-10 11241469 27586 -0.0150799999999918 11241331.1605278 27586 5000 1.2698126e-10 11241331 Loop time of 0.0180659 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:15 2021 Pair time (%) = 0.00119901 (6.63684) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.193998) Outpt time (%) = 0.016715 (92.5225) Other time (%) = 0.000116825 (0.64666) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:15 2021 Memory usage per processor = 27.5506 Mbytes Step Atoms AVEKE stressZZ 27586 5000 1.2698126e-10 11241265 27587 -0.0150799999999918 11241127.3331201 27587 5000 1.2697249e-10 11241127 Loop time of 0.017863 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:15 2021 Pair time (%) = 0.00127816 (7.15535) Neigh time (%) = 0 (0) Comm time (%) = 6.10352e-05 (0.341684) Outpt time (%) = 0.0164311 (91.9838) Other time (%) = 9.27448e-05 (0.5192) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:15 2021 Memory usage per processor = 27.5506 Mbytes Step Atoms AVEKE stressZZ 27587 5000 1.2697249e-10 11241061 27588 -0.0150799999999918 11240923.5163936 27588 5000 1.2696371e-10 11240924 Loop time of 0.0174029 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:15 2021 Pair time (%) = 0.00124407 (7.14863) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.195909) Outpt time (%) = 0.0159791 (91.8184) Other time (%) = 0.000145674 (0.837067) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:15 2021 Memory usage per processor = 27.5506 Mbytes Step Atoms AVEKE stressZZ 27588 5000 1.2696371e-10 11240857 27589 -0.0150799999999918 11240719.7103465 27589 5000 1.2695494e-10 11240720 Loop time of 0.018409 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:15 2021 Pair time (%) = 0.00145197 (7.88727) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.207219) Outpt time (%) = 0.0167701 (91.0974) Other time (%) = 0.000148773 (0.808154) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:15 2021 Memory usage per processor = 27.5506 Mbytes Step Atoms AVEKE stressZZ 27589 5000 1.2695494e-10 11240653 27590 -0.0150799999999918 11240515.9149769 27590 5000 1.2694617e-10 11240516 Loop time of 0.0205841 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:15 2021 Pair time (%) = 0.00118184 (5.74152) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.155208) Outpt time (%) = 0.019279 (93.6597) Other time (%) = 9.13143e-05 (0.443616) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:15 2021 Memory usage per processor = 27.5506 Mbytes Step Atoms AVEKE stressZZ 27590 5000 1.2694617e-10 11240450 27591 -0.0150799999999918 11240312.1302833 27591 5000 1.269374e-10 11240312 Loop time of 0.0182681 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:15 2021 Pair time (%) = 0.00133681 (7.31774) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.197071) Outpt time (%) = 0.0167441 (91.6577) Other time (%) = 0.000151157 (0.827439) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:15 2021 Memory usage per processor = 27.5506 Mbytes Step Atoms AVEKE stressZZ 27591 5000 1.269374e-10 11240246 27592 -0.0150799999999918 11240108.3562636 27592 5000 1.2692864e-10 11240108 Loop time of 0.017555 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:15 2021 Pair time (%) = 0.00123096 (7.01199) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.181989) Outpt time (%) = 0.0161979 (92.2696) Other time (%) = 9.41753e-05 (0.536459) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:15 2021 Memory usage per processor = 27.5506 Mbytes Step Atoms AVEKE stressZZ 27592 5000 1.2692864e-10 11240042 27593 -0.0150799999999918 11239904.5929162 27593 5000 1.2691987e-10 11239905 Loop time of 0.017704 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:15 2021 Pair time (%) = 0.0014658 (8.27947) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.203351) Outpt time (%) = 0.0160489 (90.6513) Other time (%) = 0.000153303 (0.865923) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:15 2021 Memory usage per processor = 27.5506 Mbytes Step Atoms AVEKE stressZZ 27593 5000 1.2691987e-10 11239838 27594 -0.0150799999999918 11239700.8402395 27594 5000 1.269111e-10 11239701 Loop time of 0.018023 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:16 2021 Pair time (%) = 0.00124812 (6.92515) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.177263) Outpt time (%) = 0.0166459 (92.3592) Other time (%) = 9.70364e-05 (0.538403) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:16 2021 Memory usage per processor = 27.5506 Mbytes Step Atoms AVEKE stressZZ 27594 5000 1.269111e-10 11239635 27595 -0.0150799999999918 11239497.0982317 27595 5000 1.2690234e-10 11239497 Loop time of 0.0180581 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:16 2021 Pair time (%) = 0.00121999 (6.75592) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.171638) Outpt time (%) = 0.0167122 (92.547) Other time (%) = 9.48906e-05 (0.525475) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:16 2021 Memory usage per processor = 27.5506 Mbytes Step Atoms AVEKE stressZZ 27595 5000 1.2690234e-10 11239431 27596 -0.0150799999999918 11239293.366891 27596 5000 1.2689357e-10 11239293 Loop time of 0.0173969 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:16 2021 Pair time (%) = 0.00124216 (7.14012) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.190494) Outpt time (%) = 0.0160201 (92.0856) Other time (%) = 0.000101566 (0.583818) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:16 2021 Memory usage per processor = 27.5506 Mbytes Step Atoms AVEKE stressZZ 27596 5000 1.2689357e-10 11239227 27597 -0.0150799999999918 11239089.6462161 27597 5000 1.2688481e-10 11239090 Loop time of 0.017592 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:16 2021 Pair time (%) = 0.00141382 (8.03675) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.210067) Outpt time (%) = 0.016021 (91.0701) Other time (%) = 0.000120163 (0.683056) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:16 2021 Memory usage per processor = 27.5506 Mbytes Step Atoms AVEKE stressZZ 27597 5000 1.2688481e-10 11239023 27598 -0.0150799999999918 11238885.9362049 27598 5000 1.2687605e-10 11238886 Loop time of 0.018189 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:16 2021 Pair time (%) = 0.00129008 (7.09267) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.175646) Outpt time (%) = 0.0167649 (92.1707) Other time (%) = 0.000102043 (0.561017) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:16 2021 Memory usage per processor = 27.5506 Mbytes Step Atoms AVEKE stressZZ 27598 5000 1.2687605e-10 11238820 27599 -0.0150799999999918 11238682.2368561 27599 5000 1.2686729e-10 11238682 Loop time of 0.0180931 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:16 2021 Pair time (%) = 0.00123501 (6.82585) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.183165) Outpt time (%) = 0.016726 (92.4441) Other time (%) = 9.89437e-05 (0.546859) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:16 2021 Memory usage per processor = 27.5506 Mbytes Step Atoms AVEKE stressZZ 27599 5000 1.2686729e-10 11238616 27600 -0.0150799999999918 11238478.5481682 27600 5000 1.2685853e-10 11238479 Loop time of 0.020493 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:16 2021 Pair time (%) = 0.00124002 (6.05091) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.155897) Outpt time (%) = 0.0191271 (93.3348) Other time (%) = 9.39369e-05 (0.458385) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:16 2021 Memory usage per processor = 27.5506 Mbytes Step Atoms AVEKE stressZZ 27600 5000 1.2685853e-10 11238412 27601 -0.0150799999999918 11238274.8701394 27601 5000 1.2684977e-10 11238275 Loop time of 0.017411 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:16 2021 Pair time (%) = 0.0012269 (7.04671) Neigh time (%) = 0 (0) Comm time (%) = 5.81741e-05 (0.334123) Outpt time (%) = 0.0159869 (91.8208) Other time (%) = 0.000138998 (0.798335) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:16 2021 Memory usage per processor = 27.5506 Mbytes Step Atoms AVEKE stressZZ 27601 5000 1.2684977e-10 11238209 27602 -0.0150799999999918 11238071.2027682 27602 5000 1.2684101e-10 11238071 Loop time of 0.0182559 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:16 2021 Pair time (%) = 0.00153995 (8.43531) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.20765) Outpt time (%) = 0.0165341 (90.5682) Other time (%) = 0.000144005 (0.78881) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:16 2021 Memory usage per processor = 27.5506 Mbytes Step Atoms AVEKE stressZZ 27602 5000 1.2684101e-10 11238005 27603 -0.0150799999999918 11237867.5460529 27603 5000 1.2683225e-10 11237868 Loop time of 0.0183241 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:16 2021 Pair time (%) = 0.00126219 (6.88812) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.179554) Outpt time (%) = 0.0169311 (92.3976) Other time (%) = 9.799e-05 (0.534759) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:16 2021 Memory usage per processor = 27.5506 Mbytes Step Atoms AVEKE stressZZ 27603 5000 1.2683225e-10 11237801 27604 -0.0150799999999918 11237663.8999922 27604 5000 1.268235e-10 11237664 Loop time of 0.0182168 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:16 2021 Pair time (%) = 0.00118184 (6.48763) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.180612) Outpt time (%) = 0.0169079 (92.8148) Other time (%) = 9.41753e-05 (0.516968) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:16 2021 Memory usage per processor = 27.5506 Mbytes Step Atoms AVEKE stressZZ 27604 5000 1.268235e-10 11237598 27605 -0.0150799999999918 11237460.2645845 27605 5000 1.2681474e-10 11237460 Loop time of 0.0174861 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:16 2021 Pair time (%) = 0.00120592 (6.89646) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.18816) Outpt time (%) = 0.016145 (92.3305) Other time (%) = 0.000102282 (0.584931) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:16 2021 Memory usage per processor = 27.5506 Mbytes Step Atoms AVEKE stressZZ 27605 5000 1.2681474e-10 11237394 27606 -0.0150799999999918 11237256.6398282 27606 5000 1.2680599e-10 11237257 Loop time of 0.0177388 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:16 2021 Pair time (%) = 0.00145817 (8.22021) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.202952) Outpt time (%) = 0.0160599 (90.5352) Other time (%) = 0.000184774 (1.04164) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:16 2021 Memory usage per processor = 27.5506 Mbytes Step Atoms AVEKE stressZZ 27606 5000 1.2680599e-10 11237190 27607 -0.0150799999999918 11237053.0257217 27607 5000 1.2679723e-10 11237053 Loop time of 0.018044 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:16 2021 Pair time (%) = 0.00122094 (6.76647) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.182342) Outpt time (%) = 0.0166931 (92.5134) Other time (%) = 9.70364e-05 (0.537776) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:16 2021 Memory usage per processor = 27.5506 Mbytes Step Atoms AVEKE stressZZ 27607 5000 1.2679723e-10 11236987 27608 -0.0150799999999918 11236849.4222635 27608 5000 1.2678848e-10 11236849 Loop time of 0.018214 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:16 2021 Pair time (%) = 0.00119209 (6.54493) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.176713) Outpt time (%) = 0.0168979 (92.7744) Other time (%) = 9.17912e-05 (0.50396) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:16 2021 Memory usage per processor = 27.5506 Mbytes Step Atoms AVEKE stressZZ 27608 5000 1.2678848e-10 11236783 27609 -0.0150799999999918 11236645.8294524 27609 5000 1.2677973e-10 11236646 Loop time of 0.017396 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:16 2021 Pair time (%) = 0.00118494 (6.81158) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.195987) Outpt time (%) = 0.0160379 (92.1934) Other time (%) = 0.000138998 (0.799024) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:16 2021 Memory usage per processor = 27.5506 Mbytes Step Atoms AVEKE stressZZ 27609 5000 1.2677973e-10 11236580 27610 -0.0150799999999918 11236442.2472867 27610 5000 1.2677098e-10 11236442 Loop time of 0.020314 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:16 2021 Pair time (%) = 0.00141501 (6.96572) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.172529) Outpt time (%) = 0.0187261 (92.1834) Other time (%) = 0.000137806 (0.67838) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:16 2021 Memory usage per processor = 27.5506 Mbytes Step Atoms AVEKE stressZZ 27610 5000 1.2677098e-10 11236376 27611 -0.0150799999999918 11236238.675765 27611 5000 1.2676223e-10 11236239 Loop time of 0.0181839 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:16 2021 Pair time (%) = 0.00149989 (8.24844) Neigh time (%) = 0 (0) Comm time (%) = 7.10487e-05 (0.390722) Outpt time (%) = 0.0164821 (90.641) Other time (%) = 0.000130892 (0.719821) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:16 2021 Memory usage per processor = 27.5506 Mbytes Step Atoms AVEKE stressZZ 27611 5000 1.2676223e-10 11236172 27612 -0.0150799999999918 11236035.1148858 27612 5000 1.2675348e-10 11236035 Loop time of 0.0182581 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:16 2021 Pair time (%) = 0.00119185 (6.52781) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.18151) Outpt time (%) = 0.016932 (92.737) Other time (%) = 0.000101089 (0.553669) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:16 2021 Memory usage per processor = 27.5506 Mbytes Step Atoms AVEKE stressZZ 27612 5000 1.2675348e-10 11235969 27613 -0.0150799999999918 11235831.5646475 27613 5000 1.2674474e-10 11235832 Loop time of 0.0185361 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:16 2021 Pair time (%) = 0.0015521 (8.37342) Neigh time (%) = 0 (0) Comm time (%) = 5.29289e-05 (0.285545) Outpt time (%) = 0.016747 (90.3481) Other time (%) = 0.000184059 (0.992977) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:29:16 2021 Memory usage per processor = 27.5506 Mbytes Step Atoms AVEKE stressZZ 27613 5000 1.2674474e-10 11235765 27614 -0.0150799999999918 11235601.4036531 27614 5000 2.4972328e-10 11235972 Loop time of 0.0169499 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:16 2021 Pair time (%) = 0.00125313 (7.39313) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.199738) Outpt time (%) = 0.015518 (91.5519) Other time (%) = 0.000144958 (0.855218) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:16 2021 Memory usage per processor = 27.5506 Mbytes Step Atoms AVEKE stressZZ 27614 5000 2.4972328e-10 11312097 27615 -0.0151124999999918 11311916.5973243 27615 5000 2.0086301e-10 11311917 Loop time of 0.0180659 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:16 2021 Pair time (%) = 0.00162792 (9.01101) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.209835) Outpt time (%) = 0.0162029 (89.6878) Other time (%) = 0.000197172 (1.0914) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:16 2021 Memory usage per processor = 27.5506 Mbytes Step Atoms AVEKE stressZZ 27615 5000 2.0086301e-10 11311827 27616 -0.0151124999999918 11311661.610027 27616 5000 1.7257812e-10 11311662 Loop time of 0.0179911 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:16 2021 Pair time (%) = 0.00118899 (6.6088) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.172277) Outpt time (%) = 0.016674 (92.6796) Other time (%) = 9.70364e-05 (0.539359) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:16 2021 Memory usage per processor = 27.5506 Mbytes Step Atoms AVEKE stressZZ 27616 5000 1.7257812e-10 11311580 27617 -0.0151124999999918 11311424.7012042 27617 5000 1.5571825e-10 11311425 Loop time of 0.018342 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:16 2021 Pair time (%) = 0.00148296 (8.08506) Neigh time (%) = 0 (0) Comm time (%) = 4.50611e-05 (0.245672) Outpt time (%) = 0.0166941 (91.0154) Other time (%) = 0.000119925 (0.653824) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:16 2021 Memory usage per processor = 27.5506 Mbytes Step Atoms AVEKE stressZZ 27617 5000 1.5571825e-10 11311349 27618 -0.0151124999999918 11311199.2854048 27618 5000 1.454523e-10 11311199 Loop time of 0.0174379 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:16 2021 Pair time (%) = 0.00123501 (7.08231) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.188679) Outpt time (%) = 0.0160708 (92.1602) Other time (%) = 9.91821e-05 (0.568772) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:16 2021 Memory usage per processor = 27.5506 Mbytes Step Atoms AVEKE stressZZ 27618 5000 1.454523e-10 11311126 27619 -0.0151124999999918 11310981.1774729 27619 5000 1.3910751e-10 11310981 Loop time of 0.0178611 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:16 2021 Pair time (%) = 0.00169301 (9.47874) Neigh time (%) = 0 (0) Comm time (%) = 5.19753e-05 (0.290996) Outpt time (%) = 0.0159791 (89.4627) Other time (%) = 0.000137091 (0.767537) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:16 2021 Memory usage per processor = 27.5506 Mbytes Step Atoms AVEKE stressZZ 27619 5000 1.3910751e-10 11310911 27620 -0.0151124999999918 11310767.7176855 27620 5000 1.3514586e-10 11310768 Loop time of 0.0206928 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:16 2021 Pair time (%) = 0.00118685 (5.73555) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.154392) Outpt time (%) = 0.0193789 (93.6503) Other time (%) = 9.5129e-05 (0.45972) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:16 2021 Memory usage per processor = 27.5507 Mbytes Step Atoms AVEKE stressZZ 27620 5000 1.3514586e-10 11310698 27621 -0.0151124999999918 11310557.2157753 27621 5000 1.3265476e-10 11310557 Loop time of 0.0193491 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:16 2021 Pair time (%) = 0.00119209 (6.16097) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.165114) Outpt time (%) = 0.0180321 (93.1934) Other time (%) = 9.29832e-05 (0.480556) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:16 2021 Memory usage per processor = 27.5507 Mbytes Step Atoms AVEKE stressZZ 27621 5000 1.3265476e-10 11310489 27622 -0.0151124999999918 11310348.5975401 27622 5000 1.3108046e-10 11310349 Loop time of 0.0197341 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:16 2021 Pair time (%) = 0.00149298 (7.56545) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.161892) Outpt time (%) = 0.018117 (91.8051) Other time (%) = 9.2268e-05 (0.467555) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:16 2021 Memory usage per processor = 27.5507 Mbytes Step Atoms AVEKE stressZZ 27622 5000 1.3108046e-10 11310281 27623 -0.0151124999999918 11310141.1803409 27623 5000 1.3008162e-10 11310141 Loop time of 0.0183778 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:16 2021 Pair time (%) = 0.0015099 (8.21593) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.173841) Outpt time (%) = 0.0167458 (91.1198) Other time (%) = 9.01222e-05 (0.490387) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:16 2021 Memory usage per processor = 27.5507 Mbytes Step Atoms AVEKE stressZZ 27623 5000 1.3008162e-10 11310074 27624 -0.0151124999999918 11309934.5303428 27624 5000 1.2944558e-10 11309935 Loop time of 0.018465 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:16 2021 Pair time (%) = 0.00126719 (6.86267) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.173019) Outpt time (%) = 0.0170779 (92.4879) Other time (%) = 8.79765e-05 (0.476449) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:16 2021 Memory usage per processor = 27.5507 Mbytes Step Atoms AVEKE stressZZ 27624 5000 1.2944558e-10 11309867 27625 -0.0151124999999918 11309728.3718384 27625 5000 1.2903893e-10 11309728 Loop time of 0.0176022 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:16 2021 Pair time (%) = 0.00131106 (7.44829) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.204527) Outpt time (%) = 0.0161479 (91.7377) Other time (%) = 0.000107288 (0.609517) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:16 2021 Memory usage per processor = 27.5507 Mbytes Step Atoms AVEKE stressZZ 27625 5000 1.2903893e-10 11309661 27626 -0.0151124999999918 11309522.5296116 27626 5000 1.2877759e-10 11309523 Loop time of 0.018353 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:16 2021 Pair time (%) = 0.00150824 (8.21793) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.184468) Outpt time (%) = 0.016686 (90.9169) Other time (%) = 0.000124931 (0.680714) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:16 2021 Memory usage per processor = 27.5507 Mbytes Step Atoms AVEKE stressZZ 27626 5000 1.2877759e-10 11309456 27627 -0.0151124999999918 11309316.8923096 27627 5000 1.286084e-10 11309317 Loop time of 0.0184369 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:16 2021 Pair time (%) = 0.00124002 (6.72572) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.178456) Outpt time (%) = 0.017065 (92.5592) Other time (%) = 9.89437e-05 (0.536661) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:16 2021 Memory usage per processor = 27.5507 Mbytes Step Atoms AVEKE stressZZ 27627 5000 1.286084e-10 11309250 27628 -0.0151124999999918 11309111.3891896 27628 5000 1.284977e-10 11309111 Loop time of 0.0181141 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:16 2021 Pair time (%) = 0.00118804 (6.55865) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.182953) Outpt time (%) = 0.016798 (92.7345) Other time (%) = 9.48906e-05 (0.52385) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:16 2021 Memory usage per processor = 27.5507 Mbytes Step Atoms AVEKE stressZZ 27628 5000 1.284977e-10 11309044 27629 -0.0151124999999918 11308905.9752887 27629 5000 1.2842413e-10 11308906 Loop time of 0.0174971 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:16 2021 Pair time (%) = 0.00119805 (6.84717) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.188042) Outpt time (%) = 0.0161178 (92.1172) Other time (%) = 0.000148296 (0.84755) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:16 2021 Memory usage per processor = 27.5507 Mbytes Step Atoms AVEKE stressZZ 27629 5000 1.2842413e-10 11308839 27630 -0.0151124999999918 11308700.6220097 27630 5000 1.2837415e-10 11308701 Loop time of 0.020952 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:16 2021 Pair time (%) = 0.00164294 (7.84146) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.180931) Outpt time (%) = 0.019134 (91.3233) Other time (%) = 0.000137091 (0.654309) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:16 2021 Memory usage per processor = 27.5507 Mbytes Step Atoms AVEKE stressZZ 27630 5000 1.2837415e-10 11308634 27631 -0.0151124999999918 11308495.3111833 27631 5000 1.2833915e-10 11308495 Loop time of 0.0186861 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:16 2021 Pair time (%) = 0.00156999 (8.40191) Neigh time (%) = 0 (0) Comm time (%) = 6.38962e-05 (0.341946) Outpt time (%) = 0.0169051 (90.4689) Other time (%) = 0.000147104 (0.787241) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:16 2021 Memory usage per processor = 27.5507 Mbytes Step Atoms AVEKE stressZZ 27631 5000 1.2833915e-10 11308428 27632 -0.0151124999999918 11308290.0311998 27632 5000 1.2831368e-10 11308290 Loop time of 0.0180962 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:16 2021 Pair time (%) = 0.00118804 (6.56513) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.176546) Outpt time (%) = 0.016783 (92.7432) Other time (%) = 9.32217e-05 (0.515145) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:16 2021 Memory usage per processor = 27.5507 Mbytes Step Atoms AVEKE stressZZ 27632 5000 1.2831368e-10 11308223 27633 -0.0151124999999918 11308084.7748271 27633 5000 1.2829425e-10 11308085 Loop time of 0.017601 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:16 2021 Pair time (%) = 0.00118399 (6.72681) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.176094) Outpt time (%) = 0.0162911 (92.558) Other time (%) = 9.48906e-05 (0.53912) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:16 2021 Memory usage per processor = 27.5507 Mbytes Step Atoms AVEKE stressZZ 27633 5000 1.2829425e-10 11308018 27634 -0.0151124999999918 11307879.5374342 27634 5000 1.2827867e-10 11307880 Loop time of 0.017374 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:16 2021 Pair time (%) = 0.00122809 (7.06856) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.196234) Outpt time (%) = 0.0159659 (91.8954) Other time (%) = 0.000145912 (0.839829) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:16 2021 Memory usage per processor = 27.5507 Mbytes Step Atoms AVEKE stressZZ 27634 5000 1.2827867e-10 11307813 27635 -0.0151124999999918 11307674.3160204 27635 5000 1.2826554e-10 11307674 Loop time of 0.0181851 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:17 2021 Pair time (%) = 0.00138283 (7.60416) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.187482) Outpt time (%) = 0.016655 (91.5856) Other time (%) = 0.000113249 (0.622755) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:17 2021 Memory usage per processor = 27.5507 Mbytes Step Atoms AVEKE stressZZ 27635 5000 1.2826554e-10 11307607 27636 -0.0151124999999918 11307469.1086921 27636 5000 1.2825395e-10 11307469 Loop time of 0.018158 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:17 2021 Pair time (%) = 0.00118399 (6.52048) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.175945) Outpt time (%) = 0.0168469 (92.7797) Other time (%) = 9.5129e-05 (0.523897) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:17 2021 Memory usage per processor = 27.5507 Mbytes Step Atoms AVEKE stressZZ 27636 5000 1.2825395e-10 11307402 27637 -0.0151124999999918 11307263.9142641 27637 5000 1.2824336e-10 11307264 Loop time of 0.0176399 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:17 2021 Pair time (%) = 0.00118613 (6.72415) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.181113) Outpt time (%) = 0.01633 (92.5744) Other time (%) = 9.17912e-05 (0.520362) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:17 2021 Memory usage per processor = 27.5507 Mbytes Step Atoms AVEKE stressZZ 27637 5000 1.2824336e-10 11307197 27638 -0.0151124999999918 11307058.7319513 27638 5000 1.2823339e-10 11307059 Loop time of 0.0175071 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:17 2021 Pair time (%) = 0.00132895 (7.5909) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.212447) Outpt time (%) = 0.0159931 (91.3523) Other time (%) = 0.00014782 (0.844342) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:17 2021 Memory usage per processor = 27.5507 Mbytes Step Atoms AVEKE stressZZ 27638 5000 1.2823339e-10 11306992 27639 -0.0151124999999918 11306853.5612653 27639 5000 1.2822383e-10 11306854 Loop time of 0.018512 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:17 2021 Pair time (%) = 0.00159097 (8.59424) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.204778) Outpt time (%) = 0.0167332 (90.3909) Other time (%) = 0.000149965 (0.810097) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:17 2021 Memory usage per processor = 27.5507 Mbytes Step Atoms AVEKE stressZZ 27639 5000 1.2822383e-10 11306787 27640 -0.0151124999999918 11306648.4018947 27640 5000 1.2821451e-10 11306648 Loop time of 0.020858 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:17 2021 Pair time (%) = 0.00118804 (5.69583) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.153169) Outpt time (%) = 0.0195441 (93.7006) Other time (%) = 9.39369e-05 (0.450363) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:17 2021 Memory usage per processor = 27.5507 Mbytes Step Atoms AVEKE stressZZ 27640 5000 1.2821451e-10 11306582 27641 -0.0151124999999918 11306443.2536406 27641 5000 1.2820536e-10 11306443 Loop time of 0.0181041 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:17 2021 Pair time (%) = 0.00124812 (6.89414) Neigh time (%) = 0 (0) Comm time (%) = 8.29697e-05 (0.458293) Outpt time (%) = 0.0166321 (91.8693) Other time (%) = 0.000140905 (0.778307) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:17 2021 Memory usage per processor = 27.5507 Mbytes Step Atoms AVEKE stressZZ 27641 5000 1.2820536e-10 11306376 27642 -0.0151124999999918 11306238.1163756 27642 5000 1.2819631e-10 11306238 Loop time of 0.017628 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:17 2021 Pair time (%) = 0.00118494 (6.72194) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.181235) Outpt time (%) = 0.0163169 (92.5626) Other time (%) = 9.41753e-05 (0.534239) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:17 2021 Memory usage per processor = 27.5507 Mbytes Step Atoms AVEKE stressZZ 27642 5000 1.2819631e-10 11306171 27643 -0.0151124999999918 11306032.9900179 27643 5000 1.2818733e-10 11306033 Loop time of 0.017823 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:17 2021 Pair time (%) = 0.00138497 (7.77072) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.195305) Outpt time (%) = 0.016264 (91.2528) Other time (%) = 0.000139236 (0.781219) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:17 2021 Memory usage per processor = 27.5507 Mbytes Step Atoms AVEKE stressZZ 27643 5000 1.2818733e-10 11305966 27644 -0.0151124999999918 11305827.8744759 27644 5000 1.2817839e-10 11305828 Loop time of 0.018302 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:17 2021 Pair time (%) = 0.00125408 (6.85217) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.174561) Outpt time (%) = 0.0169129 (92.4105) Other time (%) = 0.000102997 (0.562764) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:17 2021 Memory usage per processor = 27.5507 Mbytes Step Atoms AVEKE stressZZ 27644 5000 1.2817839e-10 11305761 27645 -0.0151124999999918 11305622.7697289 27645 5000 1.2816948e-10 11305623 Loop time of 0.0181139 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:17 2021 Pair time (%) = 0.00118399 (6.53636) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.176374) Outpt time (%) = 0.0168049 (92.7739) Other time (%) = 9.29832e-05 (0.513327) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:17 2021 Memory usage per processor = 27.5507 Mbytes Step Atoms AVEKE stressZZ 27645 5000 1.2816948e-10 11305556 27646 -0.0151124999999918 11305417.6757752 27646 5000 1.2816058e-10 11305418 Loop time of 0.017694 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:17 2021 Pair time (%) = 0.00131392 (7.42582) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.181906) Outpt time (%) = 0.0162551 (91.8681) Other time (%) = 9.27448e-05 (0.52416) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:17 2021 Memory usage per processor = 27.5507 Mbytes Step Atoms AVEKE stressZZ 27646 5000 1.2816058e-10 11305351 27647 -0.0151124999999918 11305212.5925999 27647 5000 1.281517e-10 11305213 Loop time of 0.017698 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:17 2021 Pair time (%) = 0.00122499 (6.92164) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.192642) Outpt time (%) = 0.016289 (92.0384) Other time (%) = 0.000149965 (0.847355) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:17 2021 Memory usage per processor = 27.5507 Mbytes Step Atoms AVEKE stressZZ 27647 5000 1.281517e-10 11305146 27648 -0.0151124999999918 11305007.5201925 27648 5000 1.2814282e-10 11305008 Loop time of 0.018085 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:17 2021 Pair time (%) = 0.00137997 (7.63045) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.20434) Outpt time (%) = 0.01649 (91.1804) Other time (%) = 0.000178099 (0.984787) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:17 2021 Memory usage per processor = 27.5507 Mbytes Step Atoms AVEKE stressZZ 27648 5000 1.2814282e-10 11304941 27649 -0.0151124999999918 11304802.4585454 27649 5000 1.2813395e-10 11304802 Loop time of 0.0184309 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:17 2021 Pair time (%) = 0.00118709 (6.44072) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.183688) Outpt time (%) = 0.0171111 (92.8388) Other time (%) = 9.89437e-05 (0.536835) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:17 2021 Memory usage per processor = 27.5507 Mbytes Step Atoms AVEKE stressZZ 27649 5000 1.2813395e-10 11304736 27650 -0.0151124999999918 11304597.4076538 27650 5000 1.2812509e-10 11304597 Loop time of 0.020689 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:17 2021 Pair time (%) = 0.00120211 (5.81036) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.154421) Outpt time (%) = 0.019361 (93.5812) Other time (%) = 9.39369e-05 (0.454043) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:17 2021 Memory usage per processor = 27.5507 Mbytes Step Atoms AVEKE stressZZ 27650 5000 1.2812509e-10 11304531 27651 -0.0151124999999918 11304392.3675131 27651 5000 1.2811622e-10 11304392 Loop time of 0.017309 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:17 2021 Pair time (%) = 0.00118995 (6.87475) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184576) Outpt time (%) = 0.0159929 (92.3966) Other time (%) = 9.41753e-05 (0.544085) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:17 2021 Memory usage per processor = 27.5507 Mbytes Step Atoms AVEKE stressZZ 27651 5000 1.2811622e-10 11304326 27652 -0.0151124999999918 11304187.3381201 27652 5000 1.2810736e-10 11304187 Loop time of 0.01758 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:17 2021 Pair time (%) = 0.0013361 (7.60009) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.211566) Outpt time (%) = 0.016057 (91.3367) Other time (%) = 0.000149727 (0.851687) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:17 2021 Memory usage per processor = 27.5507 Mbytes Step Atoms AVEKE stressZZ 27652 5000 1.2810736e-10 11304121 27653 -0.0151124999999918 11303982.3194722 27653 5000 1.280985e-10 11303982 Loop time of 0.0183489 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:17 2021 Pair time (%) = 0.00129104 (7.03603) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.175414) Outpt time (%) = 0.0169241 (92.235) Other time (%) = 0.000101566 (0.553527) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:17 2021 Memory usage per processor = 27.5507 Mbytes Step Atoms AVEKE stressZZ 27653 5000 1.280985e-10 11303916 27654 -0.0151124999999918 11303777.3115665 27654 5000 1.2808964e-10 11303777 Loop time of 0.0186129 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:17 2021 Pair time (%) = 0.00131583 (7.06948) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.181893) Outpt time (%) = 0.017153 (92.1568) Other time (%) = 0.000110149 (0.591792) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:17 2021 Memory usage per processor = 27.5507 Mbytes Step Atoms AVEKE stressZZ 27654 5000 1.2808964e-10 11303710 27655 -0.0151124999999918 11303572.3144014 27655 5000 1.2808079e-10 11303572 Loop time of 0.0177898 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:17 2021 Pair time (%) = 0.00121403 (6.82427) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.174225) Outpt time (%) = 0.0164509 (92.4735) Other time (%) = 9.39369e-05 (0.528037) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:17 2021 Memory usage per processor = 27.5507 Mbytes Step Atoms AVEKE stressZZ 27655 5000 1.2808079e-10 11303505 27656 -0.0151124999999918 11303367.3279747 27656 5000 1.2807193e-10 11303367 Loop time of 0.0174279 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:17 2021 Pair time (%) = 0.00125408 (7.19582) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.2011) Outpt time (%) = 0.0160348 (92.0066) Other time (%) = 0.000103951 (0.59646) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:17 2021 Memory usage per processor = 27.5507 Mbytes Step Atoms AVEKE stressZZ 27656 5000 1.2807193e-10 11303301 27657 -0.0151124999999918 11303162.3522839 27657 5000 1.2806308e-10 11303162 Loop time of 0.0181639 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:17 2021 Pair time (%) = 0.00133801 (7.36628) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.182451) Outpt time (%) = 0.016665 (91.7477) Other time (%) = 0.000127792 (0.703551) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:17 2021 Memory usage per processor = 27.5507 Mbytes Step Atoms AVEKE stressZZ 27657 5000 1.2806308e-10 11303096 27658 -0.0151124999999918 11302957.387328 27658 5000 1.2805422e-10 11302957 Loop time of 0.0182772 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:17 2021 Pair time (%) = 0.0011909 (6.51578) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.176102) Outpt time (%) = 0.0169609 (92.7981) Other time (%) = 9.32217e-05 (0.510044) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:17 2021 Memory usage per processor = 27.5507 Mbytes Step Atoms AVEKE stressZZ 27658 5000 1.2805422e-10 11302891 27659 -0.0151124999999918 11302752.4331047 27659 5000 1.2804537e-10 11302752 Loop time of 0.017863 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:17 2021 Pair time (%) = 0.00118208 (6.61746) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.180185) Outpt time (%) = 0.016557 (92.6885) Other time (%) = 9.17912e-05 (0.513861) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:17 2021 Memory usage per processor = 27.5507 Mbytes Step Atoms AVEKE stressZZ 27659 5000 1.2804537e-10 11302686 27660 -0.0151124999999918 11302547.4896124 27660 5000 1.2803652e-10 11302547 Loop time of 0.020267 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:17 2021 Pair time (%) = 0.00125194 (6.17721) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.168223) Outpt time (%) = 0.018882 (93.1664) Other time (%) = 9.89437e-05 (0.488201) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:17 2021 Memory usage per processor = 27.5507 Mbytes Step Atoms AVEKE stressZZ 27660 5000 1.2803652e-10 11302481 27661 -0.0151124999999918 11302342.5568493 27661 5000 1.2802767e-10 11302343 Loop time of 0.017601 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:17 2021 Pair time (%) = 0.0013752 (7.81318) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.215377) Outpt time (%) = 0.0160441 (91.1546) Other time (%) = 0.000143766 (0.816808) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:17 2021 Memory usage per processor = 27.5507 Mbytes Step Atoms AVEKE stressZZ 27661 5000 1.2802767e-10 11302276 27662 -0.0151124999999918 11302137.6348138 27662 5000 1.2801882e-10 11302138 Loop time of 0.0202689 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:17 2021 Pair time (%) = 0.00123215 (6.079) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.157621) Outpt time (%) = 0.018904 (93.2658) Other time (%) = 0.000100851 (0.497565) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:17 2021 Memory usage per processor = 27.5507 Mbytes Step Atoms AVEKE stressZZ 27662 5000 1.2801882e-10 11302071 27663 -0.0151124999999918 11301932.7235043 27663 5000 1.2800997e-10 11301933 Loop time of 0.0204921 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:17 2021 Pair time (%) = 0.00145102 (7.08086) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.155905) Outpt time (%) = 0.018914 (92.299) Other time (%) = 9.5129e-05 (0.464223) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:17 2021 Memory usage per processor = 27.5507 Mbytes Step Atoms AVEKE stressZZ 27663 5000 1.2800997e-10 11301866 27664 -0.0151124999999918 11301727.8229191 27664 5000 1.2800112e-10 11301728 Loop time of 0.018316 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:17 2021 Pair time (%) = 0.0011909 (6.50196) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.174427) Outpt time (%) = 0.0170031 (92.8316) Other time (%) = 9.01222e-05 (0.49204) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:17 2021 Memory usage per processor = 27.5507 Mbytes Step Atoms AVEKE stressZZ 27664 5000 1.2800112e-10 11301661 27665 -0.0151124999999918 11301522.9330565 27665 5000 1.2799228e-10 11301523 Loop time of 0.0186679 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:17 2021 Pair time (%) = 0.00124907 (6.69102) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.16603) Outpt time (%) = 0.017298 (92.6615) Other time (%) = 8.98838e-05 (0.481488) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:17 2021 Memory usage per processor = 27.5507 Mbytes Step Atoms AVEKE stressZZ 27665 5000 1.2799228e-10 11301456 27666 -0.0151124999999918 11301318.0539152 27666 5000 1.2798343e-10 11301318 Loop time of 0.0179701 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:17 2021 Pair time (%) = 0.00123 (6.84472) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.172478) Outpt time (%) = 0.0165591 (92.1483) Other time (%) = 0.000149965 (0.834527) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:17 2021 Memory usage per processor = 27.5507 Mbytes Step Atoms AVEKE stressZZ 27666 5000 1.2798343e-10 11301251 27667 -0.0151124999999918 11301113.1854933 27667 5000 1.2797459e-10 11301113 Loop time of 0.0177629 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:17 2021 Pair time (%) = 0.00149107 (8.39429) Neigh time (%) = 0 (0) Comm time (%) = 6.81877e-05 (0.383877) Outpt time (%) = 0.0160589 (90.4071) Other time (%) = 0.00014472 (0.814732) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:17 2021 Memory usage per processor = 27.5507 Mbytes Step Atoms AVEKE stressZZ 27667 5000 1.2797459e-10 11301046 27668 -0.0151124999999918 11300908.3277894 27668 5000 1.2796574e-10 11300908 Loop time of 0.0187201 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:17 2021 Pair time (%) = 0.00129509 (6.91816) Neigh time (%) = 0 (0) Comm time (%) = 8.89301e-05 (0.47505) Outpt time (%) = 0.0172021 (91.891) Other time (%) = 0.000133991 (0.715759) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:17 2021 Memory usage per processor = 27.5507 Mbytes Step Atoms AVEKE stressZZ 27668 5000 1.2796574e-10 11300842 27669 -0.0151124999999918 11300703.4808019 27669 5000 1.279569e-10 11300703 Loop time of 0.0183342 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:17 2021 Pair time (%) = 0.00115395 (6.29397) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.169053) Outpt time (%) = 0.0170152 (92.8061) Other time (%) = 0.000133991 (0.730829) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:17 2021 Memory usage per processor = 27.5507 Mbytes Step Atoms AVEKE stressZZ 27669 5000 1.279569e-10 11300637 27670 -0.0151124999999918 11300498.6445296 27670 5000 1.2794806e-10 11300499 Loop time of 0.020879 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:17 2021 Pair time (%) = 0.00119901 (5.74264) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.154157) Outpt time (%) = 0.019521 (93.4957) Other time (%) = 0.000126839 (0.607493) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:17 2021 Memory usage per processor = 27.5507 Mbytes Step Atoms AVEKE stressZZ 27670 5000 1.2794806e-10 11300432 27671 -0.0151124999999918 11300293.8189705 27671 5000 1.2793922e-10 11300294 Loop time of 0.0179079 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:17 2021 Pair time (%) = 0.0012691 (7.08684) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.185059) Outpt time (%) = 0.016506 (92.1716) Other time (%) = 9.9659e-05 (0.55651) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:17 2021 Memory usage per processor = 27.5507 Mbytes Step Atoms AVEKE stressZZ 27671 5000 1.2793922e-10 11300227 27672 -0.0151124999999918 11300089.0041232 27672 5000 1.2793038e-10 11300089 Loop time of 0.0179901 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:17 2021 Pair time (%) = 0.00160789 (8.93766) Neigh time (%) = 0 (0) Comm time (%) = 4.81606e-05 (0.267706) Outpt time (%) = 0.016207 (90.0883) Other time (%) = 0.000127077 (0.706372) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:17 2021 Memory usage per processor = 27.5507 Mbytes Step Atoms AVEKE stressZZ 27672 5000 1.2793038e-10 11300022 27673 -0.0151124999999918 11299884.1999862 27673 5000 1.2792154e-10 11299884 Loop time of 0.0184371 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:17 2021 Pair time (%) = 0.00127697 (6.92607) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.200437) Outpt time (%) = 0.017024 (92.3355) Other time (%) = 9.91821e-05 (0.537947) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:17 2021 Memory usage per processor = 27.5507 Mbytes Step Atoms AVEKE stressZZ 27673 5000 1.2792154e-10 11299817 27674 -0.0151124999999918 11299679.4065582 27674 5000 1.2791271e-10 11299679 Loop time of 0.0182252 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:17 2021 Pair time (%) = 0.00118208 (6.48596) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.176604) Outpt time (%) = 0.0168879 (92.6624) Other time (%) = 0.000123024 (0.675022) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:17 2021 Memory usage per processor = 27.5507 Mbytes Step Atoms AVEKE stressZZ 27674 5000 1.2791271e-10 11299613 27675 -0.0151124999999918 11299474.6238378 27675 5000 1.2790387e-10 11299475 Loop time of 0.0174999 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:18 2021 Pair time (%) = 0.00128078 (7.3188) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182561) Outpt time (%) = 0.016094 (91.9659) Other time (%) = 9.32217e-05 (0.532698) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:18 2021 Memory usage per processor = 27.5507 Mbytes Step Atoms AVEKE stressZZ 27675 5000 1.2790387e-10 11299408 27676 -0.0151124999999918 11299269.8518233 27676 5000 1.2789503e-10 11299270 Loop time of 0.017411 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:18 2021 Pair time (%) = 0.00129795 (7.45478) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.206773) Outpt time (%) = 0.0159709 (91.7291) Other time (%) = 0.000106096 (0.609364) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:18 2021 Memory usage per processor = 27.5507 Mbytes Step Atoms AVEKE stressZZ 27676 5000 1.2789503e-10 11299203 27677 -0.0151124999999918 11299065.0905133 27677 5000 1.278862e-10 11299065 Loop time of 0.0181441 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:18 2021 Pair time (%) = 0.00124884 (6.88287) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.18265) Outpt time (%) = 0.016758 (92.3603) Other time (%) = 0.000104189 (0.574229) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:18 2021 Memory usage per processor = 27.5507 Mbytes Step Atoms AVEKE stressZZ 27677 5000 1.278862e-10 11298998 27678 -0.0151124999999918 11298860.3399063 27678 5000 1.2787737e-10 11298860 Loop time of 0.018189 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:18 2021 Pair time (%) = 0.00118899 (6.5369) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.175646) Outpt time (%) = 0.0168741 (92.771) Other time (%) = 9.39369e-05 (0.51645) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:18 2021 Memory usage per processor = 27.5507 Mbytes Step Atoms AVEKE stressZZ 27678 5000 1.2787737e-10 11298794 27679 -0.0151124999999918 11298655.600001 27679 5000 1.2786854e-10 11298656 Loop time of 0.017663 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:18 2021 Pair time (%) = 0.00118709 (6.72075) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.186275) Outpt time (%) = 0.016319 (92.3911) Other time (%) = 0.000123978 (0.701906) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:18 2021 Memory usage per processor = 27.5507 Mbytes Step Atoms AVEKE stressZZ 27679 5000 1.2786854e-10 11298589 27680 -0.0151124999999918 11298450.8707958 27680 5000 1.278597e-10 11298451 Loop time of 0.020463 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:18 2021 Pair time (%) = 0.00137615 (6.72508) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.180594) Outpt time (%) = 0.0189431 (92.5724) Other time (%) = 0.000106812 (0.521974) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:18 2021 Memory usage per processor = 27.5507 Mbytes Step Atoms AVEKE stressZZ 27680 5000 1.278597e-10 11298384 27681 -0.0151124999999918 11298246.1522896 27681 5000 1.2785087e-10 11298246 Loop time of 0.018208 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:18 2021 Pair time (%) = 0.00139093 (7.63913) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.187246) Outpt time (%) = 0.0166471 (91.4273) Other time (%) = 0.000135899 (0.746366) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:18 2021 Memory usage per processor = 27.5507 Mbytes Step Atoms AVEKE stressZZ 27681 5000 1.2785087e-10 11298179 27682 -0.0151124999999918 11298041.4444804 27682 5000 1.2784205e-10 11298041 Loop time of 0.0183458 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:18 2021 Pair time (%) = 0.00118685 (6.4693) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.174144) Outpt time (%) = 0.0170338 (92.8484) Other time (%) = 9.32217e-05 (0.508135) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:18 2021 Memory usage per processor = 27.5507 Mbytes Step Atoms AVEKE stressZZ 27682 5000 1.2784205e-10 11297975 27683 -0.0151124999999918 11297836.747371 27683 5000 1.2783322e-10 11297837 Loop time of 0.0179329 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:18 2021 Pair time (%) = 0.00118995 (6.63556) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.18879) Outpt time (%) = 0.016614 (92.6452) Other time (%) = 9.5129e-05 (0.530472) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:18 2021 Memory usage per processor = 27.5507 Mbytes Step Atoms AVEKE stressZZ 27683 5000 1.2783322e-10 11297770 27684 -0.0151124999999918 11297632.0610212 27684 5000 1.2782439e-10 11297632 Loop time of 0.0175581 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:18 2021 Pair time (%) = 0.00119114 (6.78399) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.272935) Outpt time (%) = 0.0161669 (92.0767) Other time (%) = 0.000152111 (0.86633) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:18 2021 Memory usage per processor = 27.5507 Mbytes Step Atoms AVEKE stressZZ 27684 5000 1.2782439e-10 11297565 27685 -0.0151124999999918 11297427.3854079 27685 5000 1.2781557e-10 11297427 Loop time of 0.018235 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:18 2021 Pair time (%) = 0.00162983 (8.93793) Neigh time (%) = 0 (0) Comm time (%) = 4.91142e-05 (0.269341) Outpt time (%) = 0.016346 (89.6408) Other time (%) = 0.000210047 (1.15189) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:18 2021 Memory usage per processor = 27.5507 Mbytes Step Atoms AVEKE stressZZ 27685 5000 1.2781557e-10 11297361 27686 -0.0151124999999918 11297222.7205168 27686 5000 1.2780674e-10 11297223 Loop time of 0.0182619 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:18 2021 Pair time (%) = 0.00122499 (6.70792) Neigh time (%) = 0 (0) Comm time (%) = 6.29425e-05 (0.344666) Outpt time (%) = 0.016844 (92.2359) Other time (%) = 0.000129938 (0.711525) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:18 2021 Memory usage per processor = 27.5507 Mbytes Step Atoms AVEKE stressZZ 27686 5000 1.2780674e-10 11297156 27687 -0.0151124999999918 11297018.0663408 27687 5000 1.2779792e-10 11297018 Loop time of 0.0178771 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:18 2021 Pair time (%) = 0.00118685 (6.63893) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.17871) Outpt time (%) = 0.016566 (92.6662) Other time (%) = 9.2268e-05 (0.516124) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:18 2021 Memory usage per processor = 27.5507 Mbytes Step Atoms AVEKE stressZZ 27687 5000 1.2779792e-10 11296951 27688 -0.0151124999999918 11296813.4228757 27688 5000 1.2778909e-10 11296813 Loop time of 0.0173831 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:18 2021 Pair time (%) = 0.00123596 (7.11014) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189274) Outpt time (%) = 0.0159502 (91.757) Other time (%) = 0.000164032 (0.943629) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:18 2021 Memory usage per processor = 27.5507 Mbytes Step Atoms AVEKE stressZZ 27688 5000 1.2778909e-10 11296747 27689 -0.0151124999999918 11296608.7901174 27689 5000 1.2778027e-10 11296609 Loop time of 0.0178142 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:18 2021 Pair time (%) = 0.00152802 (8.57759) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.2128) Outpt time (%) = 0.016108 (90.4227) Other time (%) = 0.00014019 (0.786959) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:18 2021 Memory usage per processor = 27.5507 Mbytes Step Atoms AVEKE stressZZ 27689 5000 1.2778027e-10 11296542 27690 -0.0151124999999918 11296404.1680631 27690 5000 1.2777145e-10 11296404 Loop time of 0.0209451 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:18 2021 Pair time (%) = 0.00131893 (6.2971) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.162777) Outpt time (%) = 0.019486 (93.0336) Other time (%) = 0.000106096 (0.506545) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:18 2021 Memory usage per processor = 27.5507 Mbytes Step Atoms AVEKE stressZZ 27690 5000 1.2777145e-10 11296337 27691 -0.0151124999999918 11296199.5567101 27691 5000 1.2776263e-10 11296200 Loop time of 0.0182979 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:18 2021 Pair time (%) = 0.00118399 (6.47061) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.175903) Outpt time (%) = 0.016988 (92.8414) Other time (%) = 9.36985e-05 (0.512072) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:18 2021 Memory usage per processor = 27.5507 Mbytes Step Atoms AVEKE stressZZ 27691 5000 1.2776263e-10 11296133 27692 -0.0151124999999918 11295994.9560561 27692 5000 1.2775381e-10 11295995 Loop time of 0.0178549 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:18 2021 Pair time (%) = 0.00126505 (7.08515) Neigh time (%) = 0 (0) Comm time (%) = 5.38826e-05 (0.30178) Outpt time (%) = 0.0164161 (91.9414) Other time (%) = 0.000119925 (0.671661) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:18 2021 Memory usage per processor = 27.5507 Mbytes Step Atoms AVEKE stressZZ 27692 5000 1.2775381e-10 11295928 27693 -0.0151124999999918 11295790.3661021 27693 5000 1.27745e-10 11295790 Loop time of 0.0174 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:18 2021 Pair time (%) = 0.00127196 (7.31012) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.201422) Outpt time (%) = 0.015995 (91.9253) Other time (%) = 9.799e-05 (0.56316) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:18 2021 Memory usage per processor = 27.5507 Mbytes Step Atoms AVEKE stressZZ 27693 5000 1.27745e-10 11295724 27694 -0.0151124999999918 11295585.7869391 27694 5000 1.2773618e-10 11295586 Loop time of 0.0191541 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:18 2021 Pair time (%) = 0.00161099 (8.41071) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.204138) Outpt time (%) = 0.017271 (90.169) Other time (%) = 0.000232935 (1.21611) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:18 2021 Memory usage per processor = 27.5507 Mbytes Step Atoms AVEKE stressZZ 27694 5000 1.2773618e-10 11295519 27695 -0.0151124999999918 11295381.2185366 27695 5000 1.2772736e-10 11295381 Loop time of 0.0182159 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:18 2021 Pair time (%) = 0.00132394 (7.26804) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.175386) Outpt time (%) = 0.016742 (91.9087) Other time (%) = 0.000118017 (0.64788) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:18 2021 Memory usage per processor = 27.5507 Mbytes Step Atoms AVEKE stressZZ 27695 5000 1.2772736e-10 11295314 27696 -0.0151124999999918 11295176.6608433 27696 5000 1.2771855e-10 11295177 Loop time of 0.0180809 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:18 2021 Pair time (%) = 0.00122595 (6.78033) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.183288) Outpt time (%) = 0.0167291 (92.5234) Other time (%) = 9.27448e-05 (0.512942) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:18 2021 Memory usage per processor = 27.5507 Mbytes Step Atoms AVEKE stressZZ 27696 5000 1.2771855e-10 11295110 27697 -0.0151124999999918 11294972.1138737 27697 5000 1.2770974e-10 11294972 Loop time of 0.0176361 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:18 2021 Pair time (%) = 0.00123882 (7.02437) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.18656) Outpt time (%) = 0.016248 (92.1293) Other time (%) = 0.000116348 (0.659718) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:18 2021 Memory usage per processor = 27.5507 Mbytes Step Atoms AVEKE stressZZ 27697 5000 1.2770974e-10 11294905 27698 -0.0151124999999918 11294767.5776382 27698 5000 1.2770092e-10 11294768 Loop time of 0.0178831 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:18 2021 Pair time (%) = 0.00142503 (7.96859) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.285307) Outpt time (%) = 0.016269 (90.9742) Other time (%) = 0.000138044 (0.771928) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:18 2021 Memory usage per processor = 27.5507 Mbytes Step Atoms AVEKE stressZZ 27698 5000 1.2770092e-10 11294701 27699 -0.0151124999999918 11294563.0521279 27699 5000 1.2769211e-10 11294563 Loop time of 0.018337 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:18 2021 Pair time (%) = 0.00125599 (6.84948) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.174227) Outpt time (%) = 0.0169461 (92.4146) Other time (%) = 0.000102997 (0.561688) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:18 2021 Memory usage per processor = 27.5507 Mbytes Step Atoms AVEKE stressZZ 27699 5000 1.2769211e-10 11294496 27700 -0.0151124999999918 11294358.5373346 27700 5000 1.276833e-10 11294359 Loop time of 0.0208342 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:18 2021 Pair time (%) = 0.00119019 (5.71265) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.153344) Outpt time (%) = 0.019515 (93.6682) Other time (%) = 9.70364e-05 (0.465755) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:18 2021 Memory usage per processor = 27.5508 Mbytes Step Atoms AVEKE stressZZ 27700 5000 1.276833e-10 11294292 27701 -0.0151124999999918 11294154.0332534 27701 5000 1.2767449e-10 11294154 Loop time of 0.0179698 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:18 2021 Pair time (%) = 0.00124121 (6.90717) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.177787) Outpt time (%) = 0.016562 (92.1654) Other time (%) = 0.000134706 (0.749625) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:18 2021 Memory usage per processor = 27.5508 Mbytes Step Atoms AVEKE stressZZ 27701 5000 1.2767449e-10 11294087 27702 -0.0151124999999918 11293949.5398802 27702 5000 1.2766568e-10 11293950 Loop time of 0.0174489 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:18 2021 Pair time (%) = 0.00131512 (7.53696) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.194026) Outpt time (%) = 0.0159969 (91.6787) Other time (%) = 0.000102997 (0.590277) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:18 2021 Memory usage per processor = 27.5508 Mbytes Step Atoms AVEKE stressZZ 27702 5000 1.2766568e-10 11293883 27703 -0.0151124999999918 11293745.0572114 27703 5000 1.2765688e-10 11293745 Loop time of 0.018219 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:18 2021 Pair time (%) = 0.00162983 (8.94577) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.213306) Outpt time (%) = 0.0163949 (89.9877) Other time (%) = 0.000155449 (0.853224) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:18 2021 Memory usage per processor = 27.5508 Mbytes Step Atoms AVEKE stressZZ 27703 5000 1.2765688e-10 11293678 27704 -0.0151124999999918 11293540.5852444 27704 5000 1.2764807e-10 11293541 Loop time of 0.019918 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:18 2021 Pair time (%) = 0.00118494 (5.9491) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.160398) Outpt time (%) = 0.0183458 (92.107) Other time (%) = 0.000355244 (1.78353) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:18 2021 Memory usage per processor = 27.5508 Mbytes Step Atoms AVEKE stressZZ 27704 5000 1.2764807e-10 11293474 27705 -0.0151124999999918 11293336.1239759 27705 5000 1.2763926e-10 11293336 Loop time of 0.0196562 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:18 2021 Pair time (%) = 0.00122285 (6.22119) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.163748) Outpt time (%) = 0.018312 (93.1614) Other time (%) = 8.91685e-05 (0.453641) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:18 2021 Memory usage per processor = 27.5508 Mbytes Step Atoms AVEKE stressZZ 27705 5000 1.2763926e-10 11293269 27706 -0.0151124999999918 11293131.6733677 27706 5000 1.2763046e-10 11293132 Loop time of 0.018513 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:18 2021 Pair time (%) = 0.00149083 (8.0529) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.16742) Outpt time (%) = 0.016876 (91.1576) Other time (%) = 0.000115156 (0.62203) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:18 2021 Memory usage per processor = 27.5508 Mbytes Step Atoms AVEKE stressZZ 27706 5000 1.2763046e-10 11293065 27707 -0.0151124999999918 11292927.2334284 27707 5000 1.2762166e-10 11292927 Loop time of 0.0179839 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:18 2021 Pair time (%) = 0.00155306 (8.63582) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.212117) Outpt time (%) = 0.016243 (90.3195) Other time (%) = 0.000149727 (0.83256) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:18 2021 Memory usage per processor = 27.5508 Mbytes Step Atoms AVEKE stressZZ 27707 5000 1.2762166e-10 11292861 27708 -0.0151124999999918 11292722.8041762 27708 5000 1.2761285e-10 11292723 Loop time of 0.0183182 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:18 2021 Pair time (%) = 0.00128818 (7.03223) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.179613) Outpt time (%) = 0.0168869 (92.1868) Other time (%) = 0.000110149 (0.601312) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:18 2021 Memory usage per processor = 27.5508 Mbytes Step Atoms AVEKE stressZZ 27708 5000 1.2761285e-10 11292656 27709 -0.0151124999999918 11292518.3856096 27709 5000 1.2760405e-10 11292518 Loop time of 0.0187531 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:18 2021 Pair time (%) = 0.00141191 (7.52899) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.176719) Outpt time (%) = 0.0171731 (91.5747) Other time (%) = 0.000134945 (0.719589) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:18 2021 Memory usage per processor = 27.5508 Mbytes Step Atoms AVEKE stressZZ 27709 5000 1.2760405e-10 11292452 27710 -0.0151124999999918 11292313.9777264 27710 5000 1.2759525e-10 11292314 Loop time of 0.020411 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:18 2021 Pair time (%) = 0.00118089 (5.78554) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.151851) Outpt time (%) = 0.019047 (93.3174) Other time (%) = 0.000152111 (0.74524) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:18 2021 Memory usage per processor = 27.5508 Mbytes Step Atoms AVEKE stressZZ 27710 5000 1.2759525e-10 11292247 27711 -0.0151124999999918 11292109.5805246 27711 5000 1.2758645e-10 11292110 Loop time of 0.0174301 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:18 2021 Pair time (%) = 0.00125408 (7.19493) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.195604) Outpt time (%) = 0.0160089 (91.8462) Other time (%) = 0.000133038 (0.763265) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:18 2021 Memory usage per processor = 27.5508 Mbytes Step Atoms AVEKE stressZZ 27711 5000 1.2758645e-10 11292043 27712 -0.0151124999999918 11291905.1940028 27712 5000 1.2757766e-10 11291905 Loop time of 0.018502 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:18 2021 Pair time (%) = 0.0015409 (8.32829) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.182983) Outpt time (%) = 0.0166919 (90.2169) Other time (%) = 0.000235319 (1.27186) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:18 2021 Memory usage per processor = 27.5508 Mbytes Step Atoms AVEKE stressZZ 27712 5000 1.2757766e-10 11291838 27713 -0.0151124999999918 11291700.818159 27713 5000 1.2756886e-10 11291701 Loop time of 0.0182309 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:18 2021 Pair time (%) = 0.00122905 (6.74156) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.175241) Outpt time (%) = 0.016875 (92.5627) Other time (%) = 9.48906e-05 (0.520493) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:18 2021 Memory usage per processor = 27.5508 Mbytes Step Atoms AVEKE stressZZ 27713 5000 1.2756886e-10 11291634 27714 -0.0151124999999918 11291496.4529914 27714 5000 1.2756006e-10 11291496 Loop time of 0.0178211 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:18 2021 Pair time (%) = 0.00122499 (6.87385) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.179271) Outpt time (%) = 0.01647 (92.4184) Other time (%) = 9.41753e-05 (0.528449) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:29:18 2021 Memory usage per processor = 27.5508 Mbytes Step Atoms AVEKE stressZZ 27714 5000 1.2756006e-10 11291430 27715 -0.0151124999999918 11291265.407642 27715 5000 2.5132169e-10 11291638 Loop time of 0.017071 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:18 2021 Pair time (%) = 0.00125098 (7.32811) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.199718) Outpt time (%) = 0.01564 (91.6174) Other time (%) = 0.000145912 (0.854737) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28399 ave 28399 max 28399 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28399 Ave neighs/atom = 5.6798 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:18 2021 Memory usage per processor = 27.5508 Mbytes Step Atoms AVEKE stressZZ 27715 5000 2.5132169e-10 11367917 27716 -0.0151449999999917 11367736.7337772 27716 5000 2.0214845e-10 11367737 Loop time of 0.0181148 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:19 2021 Pair time (%) = 0.00140595 (7.76136) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.193475) Outpt time (%) = 0.016511 (91.1462) Other time (%) = 0.00016284 (0.898933) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28400 ave 28400 max 28400 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28400 Ave neighs/atom = 5.68 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:19 2021 Memory usage per processor = 27.5508 Mbytes Step Atoms AVEKE stressZZ 27716 5000 2.0214845e-10 11367646 27717 -0.0151449999999917 11367480.7108561 27717 5000 1.736825e-10 11367481 Loop time of 0.0180788 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:19 2021 Pair time (%) = 0.0012331 (6.8207) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.176716) Outpt time (%) = 0.016721 (92.4896) Other time (%) = 9.27448e-05 (0.513003) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28400 ave 28400 max 28400 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28400 Ave neighs/atom = 5.68 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:19 2021 Memory usage per processor = 27.5508 Mbytes Step Atoms AVEKE stressZZ 27717 5000 1.736825e-10 11367399 27718 -0.0151449999999917 11367242.8468919 27718 5000 1.5671476e-10 11367243 Loop time of 0.0175009 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:19 2021 Pair time (%) = 0.00123811 (7.07455) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182551) Outpt time (%) = 0.0161371 (92.2075) Other time (%) = 9.36985e-05 (0.535393) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28400 ave 28400 max 28400 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28400 Ave neighs/atom = 5.68 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:19 2021 Memory usage per processor = 27.5508 Mbytes Step Atoms AVEKE stressZZ 27718 5000 1.5671476e-10 11367166 27719 -0.0151449999999917 11367016.5270585 27719 5000 1.4638315e-10 11367017 Loop time of 0.017329 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:19 2021 Pair time (%) = 0.00128484 (7.41439) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.196745) Outpt time (%) = 0.015903 (91.7711) Other time (%) = 0.00010705 (0.617751) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28400 ave 28400 max 28400 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28400 Ave neighs/atom = 5.68 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:19 2021 Memory usage per processor = 27.5508 Mbytes Step Atoms AVEKE stressZZ 27719 5000 1.4638315e-10 11366943 27720 -0.0151449999999917 11366797.5475881 27720 5000 1.3999779e-10 11366798 Loop time of 0.0208619 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:19 2021 Pair time (%) = 0.00145602 (6.97935) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.182855) Outpt time (%) = 0.0192239 (92.1487) Other time (%) = 0.000143766 (0.689135) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28400 ave 28400 max 28400 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28400 Ave neighs/atom = 5.68 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:19 2021 Memory usage per processor = 27.5508 Mbytes Step Atoms AVEKE stressZZ 27720 5000 1.3999779e-10 11366726 27721 -0.0151449999999917 11366583.2369433 27721 5000 1.3601082e-10 11366583 Loop time of 0.018605 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:19 2021 Pair time (%) = 0.00145602 (7.82598) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.176844) Outpt time (%) = 0.0169752 (91.2398) Other time (%) = 0.000140905 (0.757352) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28400 ave 28400 max 28400 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28400 Ave neighs/atom = 5.68 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:19 2021 Memory usage per processor = 27.5508 Mbytes Step Atoms AVEKE stressZZ 27721 5000 1.3601082e-10 11366514 27722 -0.0151449999999917 11366371.8973372 27722 5000 1.3350381e-10 11366372 Loop time of 0.018096 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:19 2021 Pair time (%) = 0.00130892 (7.2332) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.177866) Outpt time (%) = 0.0166559 (92.0422) Other time (%) = 9.89437e-05 (0.546772) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28400 ave 28400 max 28400 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28400 Ave neighs/atom = 5.68 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:19 2021 Memory usage per processor = 27.5508 Mbytes Step Atoms AVEKE stressZZ 27722 5000 1.3350381e-10 11366303 27723 -0.0151449999999917 11366162.4498091 27723 5000 1.3191946e-10 11366162 Loop time of 0.0175879 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:19 2021 Pair time (%) = 0.00120401 (6.84569) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.181648) Outpt time (%) = 0.0162439 (92.3586) Other time (%) = 0.000108004 (0.614079) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28400 ave 28400 max 28400 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28400 Ave neighs/atom = 5.68 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:19 2021 Memory usage per processor = 27.5508 Mbytes Step Atoms AVEKE stressZZ 27723 5000 1.3191946e-10 11366094 27724 -0.0151449999999917 11365954.2086684 27724 5000 1.3091423e-10 11365954 Loop time of 0.01772 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:19 2021 Pair time (%) = 0.00139594 (7.87778) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.287932) Outpt time (%) = 0.0161312 (91.0337) Other time (%) = 0.000141859 (0.80056) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28400 ave 28400 max 28400 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28400 Ave neighs/atom = 5.68 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:19 2021 Memory usage per processor = 27.5508 Mbytes Step Atoms AVEKE stressZZ 27724 5000 1.3091423e-10 11365886 27725 -0.0151449999999917 11365746.7381506 27725 5000 1.3027413e-10 11365747 Loop time of 0.0180981 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:19 2021 Pair time (%) = 0.00121212 (6.69749) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.176527) Outpt time (%) = 0.0167549 (92.578) Other time (%) = 9.91821e-05 (0.548025) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28400 ave 28400 max 28400 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28400 Ave neighs/atom = 5.68 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:19 2021 Memory usage per processor = 27.5508 Mbytes Step Atoms AVEKE stressZZ 27725 5000 1.3027413e-10 11365679 27726 -0.0151449999999917 11365539.7613229 27726 5000 1.2986489e-10 11365540 Loop time of 0.0182359 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:19 2021 Pair time (%) = 0.0011971 (6.56451) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.176501) Outpt time (%) = 0.0169129 (92.7452) Other time (%) = 9.36985e-05 (0.513813) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28400 ave 28400 max 28400 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28400 Ave neighs/atom = 5.68 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:19 2021 Memory usage per processor = 27.5508 Mbytes Step Atoms AVEKE stressZZ 27726 5000 1.2986489e-10 11365472 27727 -0.0151449999999917 11365333.1021901 27727 5000 1.2960189e-10 11365333 Loop time of 0.01753 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:19 2021 Pair time (%) = 0.00124383 (7.09545) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.194489) Outpt time (%) = 0.016156 (92.162) Other time (%) = 9.60827e-05 (0.548105) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28400 ave 28400 max 28400 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28400 Ave neighs/atom = 5.68 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:19 2021 Memory usage per processor = 27.5508 Mbytes Step Atoms AVEKE stressZZ 27727 5000 1.2960189e-10 11365266 27728 -0.0151449999999917 11365126.6489057 27728 5000 1.2943163e-10 11365127 Loop time of 0.0179231 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:19 2021 Pair time (%) = 0.00147581 (8.23412) Neigh time (%) = 0 (0) Comm time (%) = 4.29153e-05 (0.239441) Outpt time (%) = 0.0162041 (90.409) Other time (%) = 0.000200272 (1.11739) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28400 ave 28400 max 28400 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28400 Ave neighs/atom = 5.68 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:19 2021 Memory usage per processor = 27.5508 Mbytes Step Atoms AVEKE stressZZ 27728 5000 1.2943163e-10 11365059 27729 -0.0151449999999917 11364920.3303887 27729 5000 1.2932022e-10 11364920 Loop time of 0.0182409 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:19 2021 Pair time (%) = 0.00133014 (7.29205) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.175145) Outpt time (%) = 0.0167661 (91.9146) Other time (%) = 0.000112772 (0.618236) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28400 ave 28400 max 28400 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28400 Ave neighs/atom = 5.68 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:19 2021 Memory usage per processor = 27.5508 Mbytes Step Atoms AVEKE stressZZ 27729 5000 1.2932022e-10 11364853 27730 -0.0151449999999917 11364714.101466 27730 5000 1.2924619e-10 11364714 Loop time of 0.020741 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:19 2021 Pair time (%) = 0.00119305 (5.75212) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.154034) Outpt time (%) = 0.0194221 (93.6409) Other time (%) = 9.39369e-05 (0.452905) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28400 ave 28400 max 28400 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28400 Ave neighs/atom = 5.68 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:19 2021 Memory usage per processor = 27.5508 Mbytes Step Atoms AVEKE stressZZ 27730 5000 1.2924619e-10 11364647 27731 -0.0151449999999917 11364507.9334289 27731 5000 1.2919589e-10 11364508 Loop time of 0.0175519 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:19 2021 Pair time (%) = 0.00119495 (6.80812) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182021) Outpt time (%) = 0.0162301 (92.4692) Other time (%) = 9.48906e-05 (0.540629) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28400 ave 28400 max 28400 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28400 Ave neighs/atom = 5.68 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:19 2021 Memory usage per processor = 27.5508 Mbytes Step Atoms AVEKE stressZZ 27731 5000 1.2919589e-10 11364441 27732 -0.0151449999999917 11364301.808032 27732 5000 1.2916068e-10 11364302 Loop time of 0.0175619 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:19 2021 Pair time (%) = 0.00138497 (7.88623) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.194135) Outpt time (%) = 0.0159879 (91.0372) Other time (%) = 0.000154972 (0.882433) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28400 ave 28400 max 28400 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28400 Ave neighs/atom = 5.68 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:19 2021 Memory usage per processor = 27.5508 Mbytes Step Atoms AVEKE stressZZ 27732 5000 1.2916068e-10 11364235 27733 -0.0151449999999917 11364095.7136794 27733 5000 1.2913505e-10 11364096 Loop time of 0.0183511 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:19 2021 Pair time (%) = 0.00140786 (7.67182) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.184487) Outpt time (%) = 0.0167661 (91.3629) Other time (%) = 0.00014329 (0.780824) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28400 ave 28400 max 28400 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28400 Ave neighs/atom = 5.68 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:19 2021 Memory usage per processor = 27.5508 Mbytes Step Atoms AVEKE stressZZ 27733 5000 1.2913505e-10 11364028 27734 -0.0151449999999917 11363889.6430011 27734 5000 1.2911551e-10 11363890 Loop time of 0.01827 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:19 2021 Pair time (%) = 0.00118518 (6.48702) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.174866) Outpt time (%) = 0.0169621 (92.8409) Other time (%) = 9.08375e-05 (0.497194) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28400 ave 28400 max 28400 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28400 Ave neighs/atom = 5.68 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:19 2021 Memory usage per processor = 27.5508 Mbytes Step Atoms AVEKE stressZZ 27734 5000 1.2911551e-10 11363822 27735 -0.0151449999999917 11363683.591313 27735 5000 1.2909984e-10 11363684 Loop time of 0.0188951 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:19 2021 Pair time (%) = 0.00166893 (8.83258) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.200626) Outpt time (%) = 0.0170288 (90.1226) Other time (%) = 0.000159502 (0.844143) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28400 ave 28400 max 28400 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28400 Ave neighs/atom = 5.68 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:19 2021 Memory usage per processor = 27.5508 Mbytes Step Atoms AVEKE stressZZ 27735 5000 1.2909984e-10 11363616 27736 -0.0151449999999917 11363477.5556375 27736 5000 1.2908663e-10 11363478 Loop time of 0.017606 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:19 2021 Pair time (%) = 0.00126719 (7.19751) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.192295) Outpt time (%) = 0.0161562 (91.7652) Other time (%) = 0.000148773 (0.845013) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28400 ave 28400 max 28400 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28400 Ave neighs/atom = 5.68 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:19 2021 Memory usage per processor = 27.5508 Mbytes Step Atoms AVEKE stressZZ 27736 5000 1.2908663e-10 11363410 27737 -0.0151449999999917 11363271.5340816 27737 5000 1.2907498e-10 11363272 Loop time of 0.019037 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:19 2021 Pair time (%) = 0.00159907 (8.39981) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.210402) Outpt time (%) = 0.0172019 (90.3603) Other time (%) = 0.00019598 (1.02947) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28400 ave 28400 max 28400 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28400 Ave neighs/atom = 5.68 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:19 2021 Memory usage per processor = 27.5508 Mbytes Step Atoms AVEKE stressZZ 27737 5000 1.2907498e-10 11363204 27738 -0.0151449999999917 11363065.5254415 27738 5000 1.2906432e-10 11363066 Loop time of 0.0184109 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:19 2021 Pair time (%) = 0.00127411 (6.9204) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.195543) Outpt time (%) = 0.0169969 (92.3194) Other time (%) = 0.000103951 (0.564613) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28400 ave 28400 max 28400 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28400 Ave neighs/atom = 5.68 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:19 2021 Memory usage per processor = 27.5508 Mbytes Step Atoms AVEKE stressZZ 27738 5000 1.2906432e-10 11362998 27739 -0.0151449999999917 11362859.5289521 27739 5000 1.290543e-10 11362860 Loop time of 0.0181911 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:19 2021 Pair time (%) = 0.00118804 (6.53089) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.176935) Outpt time (%) = 0.016876 (92.7705) Other time (%) = 9.48906e-05 (0.521632) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28400 ave 28400 max 28400 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28400 Ave neighs/atom = 5.68 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:19 2021 Memory usage per processor = 27.5508 Mbytes Step Atoms AVEKE stressZZ 27739 5000 1.290543e-10 11362792 27740 -0.0151449999999917 11362653.5441255 27740 5000 1.2904467e-10 11362654 Loop time of 0.0205421 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:19 2021 Pair time (%) = 0.00118899 (5.78807) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.150882) Outpt time (%) = 0.019227 (93.598) Other time (%) = 9.5129e-05 (0.463092) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28400 ave 28400 max 28400 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28400 Ave neighs/atom = 5.68 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:19 2021 Memory usage per processor = 27.5508 Mbytes Step Atoms AVEKE stressZZ 27740 5000 1.2904467e-10 11362586 27741 -0.0151449999999917 11362447.5706523 27741 5000 1.2903531e-10 11362448 Loop time of 0.017324 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:19 2021 Pair time (%) = 0.00121784 (7.02981) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.196802) Outpt time (%) = 0.0159709 (92.1899) Other time (%) = 0.000101089 (0.583524) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28400 ave 28400 max 28400 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28400 Ave neighs/atom = 5.68 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:19 2021 Memory usage per processor = 27.5508 Mbytes Step Atoms AVEKE stressZZ 27741 5000 1.2903531e-10 11362380 27742 -0.0151449999999917 11362241.6083342 27742 5000 1.2902611e-10 11362242 Loop time of 0.0183148 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:19 2021 Pair time (%) = 0.00161219 (8.80262) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.213492) Outpt time (%) = 0.0164781 (89.9711) Other time (%) = 0.00018549 (1.01278) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28400 ave 28400 max 28400 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28400 Ave neighs/atom = 5.68 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:19 2021 Memory usage per processor = 27.5508 Mbytes Step Atoms AVEKE stressZZ 27742 5000 1.2902611e-10 11362174 27743 -0.0151449999999917 11362035.6570448 27743 5000 1.2901701e-10 11362036 Loop time of 0.0185239 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:19 2021 Pair time (%) = 0.00122404 (6.60789) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.173756) Outpt time (%) = 0.0171709 (92.6958) Other time (%) = 9.67979e-05 (0.522556) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28400 ave 28400 max 28400 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28400 Ave neighs/atom = 5.68 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:19 2021 Memory usage per processor = 27.5508 Mbytes Step Atoms AVEKE stressZZ 27743 5000 1.2901701e-10 11361968 27744 -0.0151449999999917 11361829.7167036 27744 5000 1.2900797e-10 11361830 Loop time of 0.017894 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:19 2021 Pair time (%) = 0.00119209 (6.66196) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.185202) Outpt time (%) = 0.0165751 (92.6292) Other time (%) = 9.36985e-05 (0.52363) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28400 ave 28400 max 28400 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28400 Ave neighs/atom = 5.68 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:19 2021 Memory usage per processor = 27.5508 Mbytes Step Atoms AVEKE stressZZ 27744 5000 1.2900797e-10 11361762 27745 -0.0151449999999917 11361623.7872585 27745 5000 1.2899898e-10 11361624 Loop time of 0.0175068 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:19 2021 Pair time (%) = 0.00118685 (6.77934) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.183851) Outpt time (%) = 0.0161989 (92.5288) Other time (%) = 8.89301e-05 (0.507974) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28400 ave 28400 max 28400 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28400 Ave neighs/atom = 5.68 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:19 2021 Memory usage per processor = 27.5508 Mbytes Step Atoms AVEKE stressZZ 27745 5000 1.2899898e-10 11361557 27746 -0.0151449999999917 11361417.8686757 27746 5000 1.2899002e-10 11361418 Loop time of 0.0194609 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:19 2021 Pair time (%) = 0.00145817 (7.4928) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.164165) Outpt time (%) = 0.0178819 (91.8861) Other time (%) = 8.89301e-05 (0.456968) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28400 ave 28400 max 28400 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28400 Ave neighs/atom = 5.68 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:19 2021 Memory usage per processor = 27.5508 Mbytes Step Atoms AVEKE stressZZ 27746 5000 1.2899002e-10 11361351 27747 -0.0151449999999917 11361211.9609331 27747 5000 1.2898108e-10 11361212 Loop time of 0.0189381 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:19 2021 Pair time (%) = 0.00145912 (7.7047) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.168698) Outpt time (%) = 0.017359 (91.6621) Other time (%) = 8.79765e-05 (0.464548) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28400 ave 28400 max 28400 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28400 Ave neighs/atom = 5.68 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:19 2021 Memory usage per processor = 27.5508 Mbytes Step Atoms AVEKE stressZZ 27747 5000 1.2898108e-10 11361145 27748 -0.0151449999999917 11361006.0640164 27748 5000 1.2897214e-10 11361006 Loop time of 0.018167 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:19 2021 Pair time (%) = 0.00145912 (8.03171) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.175858) Outpt time (%) = 0.016588 (91.3082) Other time (%) = 8.79765e-05 (0.484265) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28400 ave 28400 max 28400 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28400 Ave neighs/atom = 5.68 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:19 2021 Memory usage per processor = 27.5508 Mbytes Step Atoms AVEKE stressZZ 27748 5000 1.2897214e-10 11360939 27749 -0.0151449999999917 11360800.1779156 27749 5000 1.2896322e-10 11360800 Loop time of 0.0182018 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:19 2021 Pair time (%) = 0.00158596 (8.71319) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.208268) Outpt time (%) = 0.0164258 (90.2428) Other time (%) = 0.000152111 (0.835691) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28400 ave 28400 max 28400 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28400 Ave neighs/atom = 5.68 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:19 2021 Memory usage per processor = 27.5508 Mbytes Step Atoms AVEKE stressZZ 27749 5000 1.2896322e-10 11360733 27750 -0.0151449999999917 11360594.3026239 27750 5000 1.289543e-10 11360594 Loop time of 0.0207911 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:19 2021 Pair time (%) = 0.00122809 (5.90684) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.159396) Outpt time (%) = 0.019434 (93.4728) Other time (%) = 9.58443e-05 (0.460988) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28400 ave 28400 max 28400 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28400 Ave neighs/atom = 5.68 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:19 2021 Memory usage per processor = 27.5508 Mbytes Step Atoms AVEKE stressZZ 27750 5000 1.289543e-10 11360527 27751 -0.0151449999999917 11360388.4381364 27751 5000 1.2894538e-10 11360388 Loop time of 0.017951 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:19 2021 Pair time (%) = 0.00118494 (6.60097) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.183286) Outpt time (%) = 0.016608 (92.5185) Other time (%) = 0.00012517 (0.697285) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28400 ave 28400 max 28400 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28400 Ave neighs/atom = 5.68 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:19 2021 Memory usage per processor = 27.5508 Mbytes Step Atoms AVEKE stressZZ 27751 5000 1.2894538e-10 11360321 27752 -0.0151449999999917 11360182.5844492 27752 5000 1.2893647e-10 11360183 Loop time of 0.0175631 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:19 2021 Pair time (%) = 0.00118589 (6.75219) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.181905) Outpt time (%) = 0.0162489 (92.5175) Other time (%) = 9.63211e-05 (0.548429) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28400 ave 28400 max 28400 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28400 Ave neighs/atom = 5.68 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:19 2021 Memory usage per processor = 27.5508 Mbytes Step Atoms AVEKE stressZZ 27752 5000 1.2893647e-10 11360115 27753 -0.0151449999999917 11359976.7415594 27753 5000 1.2892756e-10 11359977 Loop time of 0.0174482 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:19 2021 Pair time (%) = 0.00125003 (7.16423) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.195401) Outpt time (%) = 0.016062 (92.0555) Other time (%) = 0.000102043 (0.584835) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28400 ave 28400 max 28400 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28400 Ave neighs/atom = 5.68 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:19 2021 Memory usage per processor = 27.5508 Mbytes Step Atoms AVEKE stressZZ 27753 5000 1.2892756e-10 11359910 27754 -0.0151449999999917 11359770.9094647 27754 5000 1.2891865e-10 11359771 Loop time of 0.018554 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:19 2021 Pair time (%) = 0.00134492 (7.24869) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.18247) Outpt time (%) = 0.0170491 (91.8891) Other time (%) = 0.000126123 (0.679765) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28400 ave 28400 max 28400 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28400 Ave neighs/atom = 5.68 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:19 2021 Memory usage per processor = 27.5508 Mbytes Step Atoms AVEKE stressZZ 27754 5000 1.2891865e-10 11359704 27755 -0.0151449999999917 11359565.0881629 27755 5000 1.2890974e-10 11359565 Loop time of 0.018085 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:19 2021 Pair time (%) = 0.0011909 (6.58502) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.177973) Outpt time (%) = 0.0167689 (92.7229) Other time (%) = 9.29832e-05 (0.514146) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28400 ave 28400 max 28400 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28400 Ave neighs/atom = 5.68 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:19 2021 Memory usage per processor = 27.5508 Mbytes Step Atoms AVEKE stressZZ 27755 5000 1.2890974e-10 11359498 27756 -0.0151449999999917 11359359.2776519 27756 5000 1.2890083e-10 11359359 Loop time of 0.017695 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:19 2021 Pair time (%) = 0.00118518 (6.69784) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.180549) Outpt time (%) = 0.016382 (92.58) Other time (%) = 9.58443e-05 (0.541648) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28400 ave 28400 max 28400 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28400 Ave neighs/atom = 5.68 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:19 2021 Memory usage per processor = 27.5508 Mbytes Step Atoms AVEKE stressZZ 27756 5000 1.2890083e-10 11359292 27757 -0.0151449999999917 11359153.4779301 27757 5000 1.2889193e-10 11359153 Loop time of 0.0176458 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:20 2021 Pair time (%) = 0.00132298 (7.49743) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.193212) Outpt time (%) = 0.0161579 (91.5676) Other time (%) = 0.000130892 (0.741772) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28400 ave 28400 max 28400 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28400 Ave neighs/atom = 5.68 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:20 2021 Memory usage per processor = 27.5508 Mbytes Step Atoms AVEKE stressZZ 27757 5000 1.2889193e-10 11359086 27758 -0.0151449999999917 11358947.6889957 27758 5000 1.2888302e-10 11358948 Loop time of 0.0182152 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:20 2021 Pair time (%) = 0.00145006 (7.96073) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.20288) Outpt time (%) = 0.0165639 (90.9346) Other time (%) = 0.00016427 (0.901832) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28400 ave 28400 max 28400 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28400 Ave neighs/atom = 5.68 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:20 2021 Memory usage per processor = 27.5508 Mbytes Step Atoms AVEKE stressZZ 27758 5000 1.2888302e-10 11358880 27759 -0.0151449999999917 11358741.9108472 27759 5000 1.2887412e-10 11358742 Loop time of 0.01842 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:20 2021 Pair time (%) = 0.00118685 (6.44326) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.173443) Outpt time (%) = 0.017108 (92.8772) Other time (%) = 9.32217e-05 (0.50609) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28400 ave 28400 max 28400 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28400 Ave neighs/atom = 5.68 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:20 2021 Memory usage per processor = 27.5508 Mbytes Step Atoms AVEKE stressZZ 27759 5000 1.2887412e-10 11358675 27760 -0.0151449999999917 11358536.1434829 27760 5000 1.2886522e-10 11358536 Loop time of 0.0205531 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:20 2021 Pair time (%) = 0.00118709 (5.7757) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.160082) Outpt time (%) = 0.0192389 (93.606) Other time (%) = 9.41753e-05 (0.458205) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28400 ave 28400 max 28400 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28400 Ave neighs/atom = 5.68 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:20 2021 Memory usage per processor = 27.5508 Mbytes Step Atoms AVEKE stressZZ 27760 5000 1.2886522e-10 11358469 27761 -0.0151449999999917 11358330.3869012 27761 5000 1.2885632e-10 11358330 Loop time of 0.0175531 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:20 2021 Pair time (%) = 0.00127411 (7.2586) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.194233) Outpt time (%) = 0.0161471 (91.9903) Other time (%) = 9.77516e-05 (0.556891) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28400 ave 28400 max 28400 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28400 Ave neighs/atom = 5.68 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:20 2021 Memory usage per processor = 27.5508 Mbytes Step Atoms AVEKE stressZZ 27761 5000 1.2885632e-10 11358263 27762 -0.0151449999999917 11358124.6411006 27762 5000 1.2884742e-10 11358125 Loop time of 0.017776 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:20 2021 Pair time (%) = 0.00133801 (7.52703) Neigh time (%) = 0 (0) Comm time (%) = 5.00679e-05 (0.28166) Outpt time (%) = 0.016263 (91.4885) Other time (%) = 0.000124931 (0.702809) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28400 ave 28400 max 28400 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28400 Ave neighs/atom = 5.68 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:20 2021 Memory usage per processor = 27.5508 Mbytes Step Atoms AVEKE stressZZ 27762 5000 1.2884742e-10 11358057 27763 -0.0151449999999917 11357918.9060797 27763 5000 1.2883852e-10 11357919 Loop time of 0.0182941 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:20 2021 Pair time (%) = 0.00130391 (7.1275) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.196791) Outpt time (%) = 0.016834 (92.0189) Other time (%) = 0.000120163 (0.65684) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28400 ave 28400 max 28400 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28400 Ave neighs/atom = 5.68 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:20 2021 Memory usage per processor = 27.5508 Mbytes Step Atoms AVEKE stressZZ 27763 5000 1.2883852e-10 11357852 27764 -0.0151449999999917 11357713.1818366 27764 5000 1.2882962e-10 11357713 Loop time of 0.0182018 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:20 2021 Pair time (%) = 0.00122595 (6.7353) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.175521) Outpt time (%) = 0.01685 (92.5731) Other time (%) = 9.39369e-05 (0.516085) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28400 ave 28400 max 28400 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28400 Ave neighs/atom = 5.68 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:20 2021 Memory usage per processor = 27.5508 Mbytes Step Atoms AVEKE stressZZ 27764 5000 1.2882962e-10 11357646 27765 -0.0151449999999917 11357507.4683701 27765 5000 1.2882072e-10 11357507 Loop time of 0.0177069 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:20 2021 Pair time (%) = 0.00118685 (6.70275) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.181774) Outpt time (%) = 0.0163939 (92.585) Other time (%) = 9.39369e-05 (0.530511) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28400 ave 28400 max 28400 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28400 Ave neighs/atom = 5.68 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:20 2021 Memory usage per processor = 27.5508 Mbytes Step Atoms AVEKE stressZZ 27765 5000 1.2882072e-10 11357440 27766 -0.0151449999999917 11357301.7656786 27766 5000 1.2881183e-10 11357302 Loop time of 0.017365 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:20 2021 Pair time (%) = 0.00124407 (7.16424) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.194964) Outpt time (%) = 0.015986 (92.0587) Other time (%) = 0.000101089 (0.582146) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28400 ave 28400 max 28400 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28400 Ave neighs/atom = 5.68 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:20 2021 Memory usage per processor = 27.5508 Mbytes Step Atoms AVEKE stressZZ 27766 5000 1.2881183e-10 11357235 27767 -0.0151449999999917 11357096.0737605 27767 5000 1.2880293e-10 11357096 Loop time of 0.0184901 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:20 2021 Pair time (%) = 0.00148487 (8.03064) Neigh time (%) = 0 (0) Comm time (%) = 5.19753e-05 (0.281098) Outpt time (%) = 0.016813 (90.9301) Other time (%) = 0.00014019 (0.758191) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28400 ave 28400 max 28400 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28400 Ave neighs/atom = 5.68 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:20 2021 Memory usage per processor = 27.5508 Mbytes Step Atoms AVEKE stressZZ 27767 5000 1.2880293e-10 11357029 27768 -0.0151449999999917 11356890.3926146 27768 5000 1.2879404e-10 11356890 Loop time of 0.018157 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:20 2021 Pair time (%) = 0.00118494 (6.52608) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.177268) Outpt time (%) = 0.016845 (92.774) Other time (%) = 9.48906e-05 (0.522611) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28400 ave 28400 max 28400 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28400 Ave neighs/atom = 5.68 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:20 2021 Memory usage per processor = 27.5508 Mbytes Step Atoms AVEKE stressZZ 27768 5000 1.2879404e-10 11356823 27769 -0.0151449999999917 11356684.722239 27769 5000 1.2878514e-10 11356685 Loop time of 0.0182202 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:20 2021 Pair time (%) = 0.0012579 (6.90386) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.175344) Outpt time (%) = 0.0168371 (92.4092) Other time (%) = 9.32217e-05 (0.511639) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28400 ave 28400 max 28400 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28400 Ave neighs/atom = 5.68 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:20 2021 Memory usage per processor = 27.5508 Mbytes Step Atoms AVEKE stressZZ 27769 5000 1.2878514e-10 11356618 27770 -0.0151449999999917 11356479.0626326 27770 5000 1.2877625e-10 11356479 Loop time of 0.0201738 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:20 2021 Pair time (%) = 0.00123692 (6.1313) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.169001) Outpt time (%) = 0.0187709 (93.0462) Other time (%) = 0.000131845 (0.653548) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28400 ave 28400 max 28400 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28400 Ave neighs/atom = 5.68 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:20 2021 Memory usage per processor = 27.5508 Mbytes Step Atoms AVEKE stressZZ 27770 5000 1.2877625e-10 11356412 27771 -0.0151449999999917 11356273.4137938 27771 5000 1.2876736e-10 11356273 Loop time of 0.0178978 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:20 2021 Pair time (%) = 0.00138807 (7.75553) Neigh time (%) = 0 (0) Comm time (%) = 4.88758e-05 (0.273082) Outpt time (%) = 0.016288 (91.0056) Other time (%) = 0.000172853 (0.965778) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28400 ave 28400 max 28400 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28400 Ave neighs/atom = 5.68 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:20 2021 Memory usage per processor = 27.5508 Mbytes Step Atoms AVEKE stressZZ 27771 5000 1.2876736e-10 11356206 27772 -0.0151449999999917 11356067.7757211 27772 5000 1.2875847e-10 11356068 Loop time of 0.018018 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:20 2021 Pair time (%) = 0.00131202 (7.2817) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.183928) Outpt time (%) = 0.0165391 (91.792) Other time (%) = 0.000133753 (0.742329) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28400 ave 28400 max 28400 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28400 Ave neighs/atom = 5.68 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:20 2021 Memory usage per processor = 27.5508 Mbytes Step Atoms AVEKE stressZZ 27772 5000 1.2875847e-10 11356001 27773 -0.0151449999999917 11355862.148413 27773 5000 1.2874958e-10 11355862 Loop time of 0.0181839 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:20 2021 Pair time (%) = 0.00119209 (6.55574) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.175694) Outpt time (%) = 0.0168672 (92.7585) Other time (%) = 9.27448e-05 (0.510037) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28400 ave 28400 max 28400 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28400 Ave neighs/atom = 5.68 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:20 2021 Memory usage per processor = 27.5508 Mbytes Step Atoms AVEKE stressZZ 27773 5000 1.2874958e-10 11355795 27774 -0.0151449999999917 11355656.5318682 27774 5000 1.287407e-10 11355657 Loop time of 0.0173581 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:20 2021 Pair time (%) = 0.00118995 (6.8553) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189547) Outpt time (%) = 0.016042 (92.4181) Other time (%) = 9.32217e-05 (0.537051) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28400 ave 28400 max 28400 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28400 Ave neighs/atom = 5.68 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:20 2021 Memory usage per processor = 27.5508 Mbytes Step Atoms AVEKE stressZZ 27774 5000 1.287407e-10 11355589 27775 -0.0151449999999917 11355450.9260851 27775 5000 1.2873181e-10 11355451 Loop time of 0.0184071 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:20 2021 Pair time (%) = 0.00134993 (7.33372) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.190402) Outpt time (%) = 0.0168791 (91.6987) Other time (%) = 0.000143051 (0.777152) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28400 ave 28400 max 28400 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28400 Ave neighs/atom = 5.68 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:20 2021 Memory usage per processor = 27.5508 Mbytes Step Atoms AVEKE stressZZ 27775 5000 1.2873181e-10 11355384 27776 -0.0151449999999917 11355245.3310623 27776 5000 1.2872292e-10 11355245 Loop time of 0.0179701 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:20 2021 Pair time (%) = 0.00123215 (6.85666) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.183092) Outpt time (%) = 0.016603 (92.3924) Other time (%) = 0.000102043 (0.56785) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28400 ave 28400 max 28400 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28400 Ave neighs/atom = 5.68 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:20 2021 Memory usage per processor = 27.5508 Mbytes Step Atoms AVEKE stressZZ 27776 5000 1.2872292e-10 11355178 27777 -0.0151449999999917 11355039.7467985 27777 5000 1.2871404e-10 11355040 Loop time of 0.018003 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:20 2021 Pair time (%) = 0.00122404 (6.7991) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.17746) Outpt time (%) = 0.0166531 (92.5017) Other time (%) = 9.39369e-05 (0.521785) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28400 ave 28400 max 28400 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28400 Ave neighs/atom = 5.68 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:20 2021 Memory usage per processor = 27.5508 Mbytes Step Atoms AVEKE stressZZ 27777 5000 1.2871404e-10 11354973 27778 -0.0151449999999917 11354834.1732922 27778 5000 1.2870516e-10 11354834 Loop time of 0.0176079 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:20 2021 Pair time (%) = 0.00118995 (6.75802) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.181442) Outpt time (%) = 0.0162909 (92.5203) Other time (%) = 9.5129e-05 (0.540262) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28400 ave 28400 max 28400 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28400 Ave neighs/atom = 5.68 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:20 2021 Memory usage per processor = 27.5508 Mbytes Step Atoms AVEKE stressZZ 27778 5000 1.2870516e-10 11354767 27779 -0.0151449999999917 11354628.6105417 27779 5000 1.2869627e-10 11354629 Loop time of 0.0176818 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:20 2021 Pair time (%) = 0.00133395 (7.54419) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.19147) Outpt time (%) = 0.016151 (91.342) Other time (%) = 0.000163078 (0.922293) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28400 ave 28400 max 28400 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28400 Ave neighs/atom = 5.68 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:20 2021 Memory usage per processor = 27.5508 Mbytes Step Atoms AVEKE stressZZ 27779 5000 1.2869627e-10 11354561 27780 -0.0151449999999917 11354423.058546 27780 5000 1.2868739e-10 11354423 Loop time of 0.021168 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:20 2021 Pair time (%) = 0.00150299 (7.1003) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.161063) Outpt time (%) = 0.019501 (92.1248) Other time (%) = 0.000129938 (0.613842) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28400 ave 28400 max 28400 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28400 Ave neighs/atom = 5.68 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:20 2021 Memory usage per processor = 27.5508 Mbytes Step Atoms AVEKE stressZZ 27780 5000 1.2868739e-10 11354356 27781 -0.0151449999999917 11354217.5173035 27781 5000 1.2867851e-10 11354218 Loop time of 0.0181279 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:20 2021 Pair time (%) = 0.00121903 (6.72462) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.177552) Outpt time (%) = 0.016782 (92.5757) Other time (%) = 9.46522e-05 (0.522135) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28400 ave 28400 max 28400 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28400 Ave neighs/atom = 5.68 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:20 2021 Memory usage per processor = 27.5508 Mbytes Step Atoms AVEKE stressZZ 27781 5000 1.2867851e-10 11354150 27782 -0.0151449999999917 11354011.9868127 27782 5000 1.2866963e-10 11354012 Loop time of 0.018424 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:20 2021 Pair time (%) = 0.00127411 (6.91547) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.183757) Outpt time (%) = 0.0170181 (92.3689) Other time (%) = 9.799e-05 (0.53186) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28400 ave 28400 max 28400 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28400 Ave neighs/atom = 5.68 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:20 2021 Memory usage per processor = 27.5508 Mbytes Step Atoms AVEKE stressZZ 27782 5000 1.2866963e-10 11353945 27783 -0.0151449999999917 11353806.4670723 27783 5000 1.2866075e-10 11353806 Loop time of 0.0174432 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:20 2021 Pair time (%) = 0.00119185 (6.83278) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183155) Outpt time (%) = 0.0161221 (92.4264) Other time (%) = 9.72748e-05 (0.557667) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28400 ave 28400 max 28400 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28400 Ave neighs/atom = 5.68 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:20 2021 Memory usage per processor = 27.5508 Mbytes Step Atoms AVEKE stressZZ 27783 5000 1.2866075e-10 11353739 27784 -0.0151449999999917 11353600.9580808 27784 5000 1.2865188e-10 11353601 Loop time of 0.0176971 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:20 2021 Pair time (%) = 0.0013659 (7.71822) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.215555) Outpt time (%) = 0.016175 (91.3994) Other time (%) = 0.000118017 (0.666873) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28400 ave 28400 max 28400 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28400 Ave neighs/atom = 5.68 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:20 2021 Memory usage per processor = 27.5508 Mbytes Step Atoms AVEKE stressZZ 27784 5000 1.2865188e-10 11353534 27785 -0.0151449999999917 11353395.459837 27785 5000 1.28643e-10 11353395 Loop time of 0.0183902 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:20 2021 Pair time (%) = 0.00130391 (7.09026) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.173724) Outpt time (%) = 0.016952 (92.1798) Other time (%) = 0.000102282 (0.556175) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28400 ave 28400 max 28400 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28400 Ave neighs/atom = 5.68 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:20 2021 Memory usage per processor = 27.5508 Mbytes Step Atoms AVEKE stressZZ 27785 5000 1.28643e-10 11353328 27786 -0.0151449999999917 11353189.9723394 27786 5000 1.2863413e-10 11353190 Loop time of 0.018405 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:20 2021 Pair time (%) = 0.00118804 (6.455) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.173584) Outpt time (%) = 0.017091 (92.861) Other time (%) = 9.39369e-05 (0.510389) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28400 ave 28400 max 28400 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28400 Ave neighs/atom = 5.68 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:20 2021 Memory usage per processor = 27.5508 Mbytes Step Atoms AVEKE stressZZ 27786 5000 1.2863413e-10 11353123 27787 -0.0151449999999917 11352984.4955867 27787 5000 1.2862525e-10 11352984 Loop time of 0.0176411 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:20 2021 Pair time (%) = 0.00124192 (7.03995) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.193264) Outpt time (%) = 0.0162699 (92.2275) Other time (%) = 9.5129e-05 (0.539247) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28400 ave 28400 max 28400 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28400 Ave neighs/atom = 5.68 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:20 2021 Memory usage per processor = 27.5508 Mbytes Step Atoms AVEKE stressZZ 27787 5000 1.2862525e-10 11352917 27788 -0.0151449999999917 11352779.0295773 27788 5000 1.2861638e-10 11352779 Loop time of 0.019767 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:20 2021 Pair time (%) = 0.00148892 (7.53235) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.171272) Outpt time (%) = 0.0181451 (91.7946) Other time (%) = 9.91821e-05 (0.501755) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28400 ave 28400 max 28400 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28400 Ave neighs/atom = 5.68 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:20 2021 Memory usage per processor = 27.5508 Mbytes Step Atoms AVEKE stressZZ 27788 5000 1.2861638e-10 11352712 27789 -0.0151449999999917 11352573.5743099 27789 5000 1.2860751e-10 11352574 Loop time of 0.019155 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:20 2021 Pair time (%) = 0.00149512 (7.80538) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.161808) Outpt time (%) = 0.017539 (91.5636) Other time (%) = 8.98838e-05 (0.469244) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28400 ave 28400 max 28400 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28400 Ave neighs/atom = 5.68 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:20 2021 Memory usage per processor = 27.5508 Mbytes Step Atoms AVEKE stressZZ 27789 5000 1.2860751e-10 11352506 27790 -0.0151449999999917 11352368.1297831 27790 5000 1.2859863e-10 11352368 Loop time of 0.021096 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:20 2021 Pair time (%) = 0.00145721 (6.90754) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.146921) Outpt time (%) = 0.0195179 (92.5195) Other time (%) = 8.98838e-05 (0.426071) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28400 ave 28400 max 28400 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28400 Ave neighs/atom = 5.68 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:20 2021 Memory usage per processor = 27.5508 Mbytes Step Atoms AVEKE stressZZ 27790 5000 1.2859863e-10 11352301 27791 -0.0151449999999917 11352162.6959958 27791 5000 1.2858976e-10 11352163 Loop time of 0.017894 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:20 2021 Pair time (%) = 0.00143003 (7.99169) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.206521) Outpt time (%) = 0.016263 (90.8851) Other time (%) = 0.000164032 (0.916686) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28400 ave 28400 max 28400 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28400 Ave neighs/atom = 5.68 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:20 2021 Memory usage per processor = 27.5508 Mbytes Step Atoms AVEKE stressZZ 27791 5000 1.2858976e-10 11352096 27792 -0.0151449999999917 11351957.2729462 27792 5000 1.285809e-10 11351957 Loop time of 0.0180829 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:20 2021 Pair time (%) = 0.00132489 (7.32678) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.18195) Outpt time (%) = 0.016608 (91.8439) Other time (%) = 0.000117064 (0.647373) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28400 ave 28400 max 28400 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28400 Ave neighs/atom = 5.68 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:20 2021 Memory usage per processor = 27.5508 Mbytes Step Atoms AVEKE stressZZ 27792 5000 1.285809e-10 11351890 27793 -0.0151449999999917 11351751.8606334 27793 5000 1.2857203e-10 11351752 Loop time of 0.0181999 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:20 2021 Pair time (%) = 0.00132394 (7.27442) Neigh time (%) = 0 (0) Comm time (%) = 8.89301e-05 (0.488629) Outpt time (%) = 0.0166521 (91.4955) Other time (%) = 0.000134945 (0.741459) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28400 ave 28400 max 28400 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28400 Ave neighs/atom = 5.68 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:20 2021 Memory usage per processor = 27.5508 Mbytes Step Atoms AVEKE stressZZ 27793 5000 1.2857203e-10 11351685 27794 -0.0151449999999917 11351546.4590558 27794 5000 1.2856316e-10 11351546 Loop time of 0.017539 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:20 2021 Pair time (%) = 0.00118804 (6.77369) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182154) Outpt time (%) = 0.0162241 (92.5031) Other time (%) = 9.48906e-05 (0.541026) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28400 ave 28400 max 28400 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28400 Ave neighs/atom = 5.68 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:20 2021 Memory usage per processor = 27.5508 Mbytes Step Atoms AVEKE stressZZ 27794 5000 1.2856316e-10 11351479 27795 -0.0151449999999917 11351341.0682119 27795 5000 1.285543e-10 11351341 Loop time of 0.0177069 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:20 2021 Pair time (%) = 0.00129414 (7.30867) Neigh time (%) = 0 (0) Comm time (%) = 6.50883e-05 (0.367588) Outpt time (%) = 0.0161898 (91.4324) Other time (%) = 0.000157833 (0.891366) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28400 ave 28400 max 28400 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28400 Ave neighs/atom = 5.68 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:20 2021 Memory usage per processor = 27.5508 Mbytes Step Atoms AVEKE stressZZ 27795 5000 1.285543e-10 11351274 27796 -0.0151449999999917 11351135.6881005 27796 5000 1.2854543e-10 11351136 Loop time of 0.0181251 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:20 2021 Pair time (%) = 0.00135207 (7.45968) Neigh time (%) = 0 (0) Comm time (%) = 5.19753e-05 (0.286759) Outpt time (%) = 0.0165751 (91.4485) Other time (%) = 0.000145912 (0.80503) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28400 ave 28400 max 28400 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28400 Ave neighs/atom = 5.68 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:20 2021 Memory usage per processor = 27.5508 Mbytes Step Atoms AVEKE stressZZ 27796 5000 1.2854543e-10 11351069 27797 -0.0151449999999917 11350930.3187204 27797 5000 1.2853657e-10 11350930 Loop time of 0.0183439 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:21 2021 Pair time (%) = 0.00118685 (6.46998) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.179361) Outpt time (%) = 0.0170319 (92.8477) Other time (%) = 9.2268e-05 (0.502989) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28400 ave 28400 max 28400 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28400 Ave neighs/atom = 5.68 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:21 2021 Memory usage per processor = 27.5508 Mbytes Step Atoms AVEKE stressZZ 27797 5000 1.2853657e-10 11350863 27798 -0.0151449999999917 11350724.96007 27798 5000 1.285277e-10 11350725 Loop time of 0.0180919 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:21 2021 Pair time (%) = 0.00118995 (6.57723) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.176588) Outpt time (%) = 0.016742 (92.5385) Other time (%) = 0.000128031 (0.707668) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28400 ave 28400 max 28400 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28400 Ave neighs/atom = 5.68 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:21 2021 Memory usage per processor = 27.5508 Mbytes Step Atoms AVEKE stressZZ 27798 5000 1.285277e-10 11350658 27799 -0.0151449999999917 11350519.6122042 27799 5000 1.2851884e-10 11350520 Loop time of 0.0174041 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:21 2021 Pair time (%) = 0.00125408 (7.20568) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.201375) Outpt time (%) = 0.01601 (91.9902) Other time (%) = 0.000104904 (0.602756) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28400 ave 28400 max 28400 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28400 Ave neighs/atom = 5.68 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:21 2021 Memory usage per processor = 27.5508 Mbytes Step Atoms AVEKE stressZZ 27799 5000 1.2851884e-10 11350452 27800 -0.0151449999999917 11350314.2751159 27800 5000 1.2850998e-10 11350314 Loop time of 0.0207901 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:21 2021 Pair time (%) = 0.00148892 (7.1617) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.177752) Outpt time (%) = 0.0191162 (91.9484) Other time (%) = 0.000148058 (0.712156) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28400 ave 28400 max 28400 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28400 Ave neighs/atom = 5.68 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:21 2021 Memory usage per processor = 27.5508 Mbytes Step Atoms AVEKE stressZZ 27800 5000 1.2850998e-10 11350247 27801 -0.0151449999999917 11350108.9487855 27801 5000 1.2850112e-10 11350109 Loop time of 0.0181651 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:21 2021 Pair time (%) = 0.00125384 (6.90248) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.181126) Outpt time (%) = 0.0167761 (92.3533) Other time (%) = 0.000102282 (0.563066) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28400 ave 28400 max 28400 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28400 Ave neighs/atom = 5.68 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:21 2021 Memory usage per processor = 27.5508 Mbytes Step Atoms AVEKE stressZZ 27801 5000 1.2850112e-10 11350042 27802 -0.0151449999999917 11349903.6332054 27802 5000 1.2849226e-10 11349904 Loop time of 0.01826 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:21 2021 Pair time (%) = 0.00119901 (6.5663) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.180185) Outpt time (%) = 0.016927 (92.6999) Other time (%) = 0.000101089 (0.553612) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28400 ave 28400 max 28400 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28400 Ave neighs/atom = 5.68 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:21 2021 Memory usage per processor = 27.5508 Mbytes Step Atoms AVEKE stressZZ 27802 5000 1.2849226e-10 11349837 27803 -0.0151449999999917 11349698.3283706 27803 5000 1.284834e-10 11349698 Loop time of 0.0173879 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:21 2021 Pair time (%) = 0.00118709 (6.82709) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183738) Outpt time (%) = 0.0160811 (92.4846) Other time (%) = 8.7738e-05 (0.504593) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28400 ave 28400 max 28400 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28400 Ave neighs/atom = 5.68 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:21 2021 Memory usage per processor = 27.5508 Mbytes Step Atoms AVEKE stressZZ 27803 5000 1.284834e-10 11349631 27804 -0.0151449999999917 11349493.0342776 27804 5000 1.2847455e-10 11349493 Loop time of 0.017673 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:21 2021 Pair time (%) = 0.00136209 (7.70715) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.198311) Outpt time (%) = 0.01617 (91.4956) Other time (%) = 0.000105858 (0.59898) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28400 ave 28400 max 28400 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28400 Ave neighs/atom = 5.68 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:21 2021 Memory usage per processor = 27.5508 Mbytes Step Atoms AVEKE stressZZ 27804 5000 1.2847455e-10 11349426 27805 -0.0151449999999917 11349287.7509233 27805 5000 1.2846569e-10 11349288 Loop time of 0.018214 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:21 2021 Pair time (%) = 0.00132895 (7.29629) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.187185) Outpt time (%) = 0.016711 (91.7482) Other time (%) = 0.000139952 (0.768375) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28400 ave 28400 max 28400 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28400 Ave neighs/atom = 5.68 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:21 2021 Memory usage per processor = 27.5508 Mbytes Step Atoms AVEKE stressZZ 27805 5000 1.2846569e-10 11349221 27806 -0.0151449999999917 11349082.4783048 27806 5000 1.2845684e-10 11349082 Loop time of 0.018008 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:21 2021 Pair time (%) = 0.001194 (6.63039) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.177411) Outpt time (%) = 0.016686 (92.6586) Other time (%) = 9.60827e-05 (0.533556) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28400 ave 28400 max 28400 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28400 Ave neighs/atom = 5.68 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:21 2021 Memory usage per processor = 27.5508 Mbytes Step Atoms AVEKE stressZZ 27806 5000 1.2845684e-10 11349015 27807 -0.0151449999999917 11348877.2164198 27807 5000 1.2844798e-10 11348877 Loop time of 0.017626 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:21 2021 Pair time (%) = 0.00118804 (6.74025) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.181255) Outpt time (%) = 0.0163152 (92.5631) Other time (%) = 9.08375e-05 (0.515359) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28400 ave 28400 max 28400 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28400 Ave neighs/atom = 5.68 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:21 2021 Memory usage per processor = 27.5508 Mbytes Step Atoms AVEKE stressZZ 27807 5000 1.2844798e-10 11348810 27808 -0.0151449999999917 11348671.9652661 27808 5000 1.2843913e-10 11348672 Loop time of 0.0175049 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:21 2021 Pair time (%) = 0.001261 (7.20366) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.194767) Outpt time (%) = 0.016063 (91.7626) Other time (%) = 0.000146866 (0.838997) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28400 ave 28400 max 28400 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28400 Ave neighs/atom = 5.68 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:21 2021 Memory usage per processor = 27.5508 Mbytes Step Atoms AVEKE stressZZ 27808 5000 1.2843913e-10 11348605 27809 -0.0151449999999917 11348466.7248415 27809 5000 1.2843028e-10 11348467 Loop time of 0.0184731 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:21 2021 Pair time (%) = 0.00144219 (7.80697) Neigh time (%) = 0 (0) Comm time (%) = 7.10487e-05 (0.384605) Outpt time (%) = 0.0167842 (90.8572) Other time (%) = 0.000175714 (0.951189) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28400 ave 28400 max 28400 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28400 Ave neighs/atom = 5.68 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:21 2021 Memory usage per processor = 27.5508 Mbytes Step Atoms AVEKE stressZZ 27809 5000 1.2843028e-10 11348400 27810 -0.0151449999999917 11348261.4951444 27810 5000 1.2842143e-10 11348261 Loop time of 0.020786 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:21 2021 Pair time (%) = 0.00118303 (5.69148) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.1537) Outpt time (%) = 0.0194781 (93.7075) Other time (%) = 9.29832e-05 (0.447335) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28400 ave 28400 max 28400 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28400 Ave neighs/atom = 5.68 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:21 2021 Memory usage per processor = 27.5508 Mbytes Step Atoms AVEKE stressZZ 27810 5000 1.2842143e-10 11348194 27811 -0.0151449999999917 11348056.2761726 27811 5000 1.2841258e-10 11348056 Loop time of 0.0184381 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:21 2021 Pair time (%) = 0.00135589 (7.35372) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.18491) Outpt time (%) = 0.01687 (91.4954) Other time (%) = 0.000178099 (0.965927) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28400 ave 28400 max 28400 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28400 Ave neighs/atom = 5.68 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:21 2021 Memory usage per processor = 27.5508 Mbytes Step Atoms AVEKE stressZZ 27811 5000 1.2841258e-10 11347989 27812 -0.0151449999999917 11347851.0679414 27812 5000 1.2840373e-10 11347851 Loop time of 0.017431 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:21 2021 Pair time (%) = 0.00118899 (6.82113) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183283) Outpt time (%) = 0.0161159 (92.4553) Other time (%) = 9.41753e-05 (0.540274) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28400 ave 28400 max 28400 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28400 Ave neighs/atom = 5.68 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:21 2021 Memory usage per processor = 27.5508 Mbytes Step Atoms AVEKE stressZZ 27812 5000 1.2840373e-10 11347784 27813 -0.0151449999999917 11347645.870512 27813 5000 1.2839488e-10 11347646 Loop time of 0.017519 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:21 2021 Pair time (%) = 0.00135779 (7.75041) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.200054) Outpt time (%) = 0.0160189 (91.4371) Other time (%) = 0.000107288 (0.612412) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28400 ave 28400 max 28400 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28400 Ave neighs/atom = 5.68 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:21 2021 Memory usage per processor = 27.5508 Mbytes Step Atoms AVEKE stressZZ 27813 5000 1.2839488e-10 11347579 27814 -0.0151449999999917 11347440.6838482 27814 5000 1.2838604e-10 11347441 Loop time of 0.018013 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:21 2021 Pair time (%) = 0.00126004 (6.99518) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.178685) Outpt time (%) = 0.0166121 (92.2226) Other time (%) = 0.000108719 (0.603558) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28400 ave 28400 max 28400 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28400 Ave neighs/atom = 5.68 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:21 2021 Memory usage per processor = 27.5508 Mbytes Step Atoms AVEKE stressZZ 27814 5000 1.2838604e-10 11347374 27815 -0.0151449999999917 11347235.5079371 27815 5000 1.2837719e-10 11347236 Loop time of 0.0179861 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:21 2021 Pair time (%) = 0.00118613 (6.59473) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.177627) Outpt time (%) = 0.0166731 (92.7001) Other time (%) = 9.48906e-05 (0.527579) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28400 ave 28400 max 28400 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28400 Ave neighs/atom = 5.68 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:29:21 2021 Memory usage per processor = 27.5508 Mbytes Step Atoms AVEKE stressZZ 27815 5000 1.2837719e-10 11347168 27816 -0.0151449999999917 11347003.5820638 27816 5000 2.529235e-10 11347378 Loop time of 0.0178161 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:21 2021 Pair time (%) = 0.00120091 (6.74063) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.18066) Outpt time (%) = 0.0164618 (92.3989) Other time (%) = 0.000121117 (0.679817) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28400 ave 28400 max 28400 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28400 Ave neighs/atom = 5.68 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:21 2021 Memory usage per processor = 27.5508 Mbytes Step Atoms AVEKE stressZZ 27816 5000 2.529235e-10 11423812 27817 -0.0151774999999917 11423631.0258463 27817 5000 2.0343662e-10 11423631 Loop time of 0.0175321 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:21 2021 Pair time (%) = 0.00157213 (8.96716) Neigh time (%) = 0 (0) Comm time (%) = 4.31538e-05 (0.246141) Outpt time (%) = 0.0157549 (89.8633) Other time (%) = 0.000161886 (0.92337) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28400 ave 28400 max 28400 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28400 Ave neighs/atom = 5.68 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:21 2021 Memory usage per processor = 27.5508 Mbytes Step Atoms AVEKE stressZZ 27817 5000 2.0343662e-10 11423540 27818 -0.0151774999999917 11423373.9655567 27818 5000 1.7478923e-10 11423374 Loop time of 0.017935 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:21 2021 Pair time (%) = 0.00124002 (6.91392) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.18345) Outpt time (%) = 0.016561 (92.339) Other time (%) = 0.000101089 (0.563642) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28400 ave 28400 max 28400 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28400 Ave neighs/atom = 5.68 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:21 2021 Memory usage per processor = 27.5508 Mbytes Step Atoms AVEKE stressZZ 27818 5000 1.7478923e-10 11423291 27819 -0.0151774999999917 11423135.1445974 27819 5000 1.577134e-10 11423135 Loop time of 0.017812 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:21 2021 Pair time (%) = 0.00118804 (6.66988) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.179363) Outpt time (%) = 0.016499 (92.6287) Other time (%) = 9.29832e-05 (0.522025) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28400 ave 28400 max 28400 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28400 Ave neighs/atom = 5.68 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:21 2021 Memory usage per processor = 27.5508 Mbytes Step Atoms AVEKE stressZZ 27819 5000 1.577134e-10 11423058 27820 -0.0151774999999917 11422907.9188429 27820 5000 1.4731599e-10 11422908 Loop time of 0.0200949 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:21 2021 Pair time (%) = 0.00118995 (5.92165) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.158986) Outpt time (%) = 0.0187771 (93.4424) Other time (%) = 9.58443e-05 (0.476959) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28400 ave 28400 max 28400 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28400 Ave neighs/atom = 5.68 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:21 2021 Memory usage per processor = 27.5509 Mbytes Step Atoms AVEKE stressZZ 27820 5000 1.4731599e-10 11422834 27821 -0.0151774999999917 11422688.0658992 27821 5000 1.4088999e-10 11422688 Loop time of 0.017292 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:21 2021 Pair time (%) = 0.00127506 (7.3737) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197165) Outpt time (%) = 0.0158651 (91.748) Other time (%) = 0.000117779 (0.681116) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28400 ave 28400 max 28400 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28400 Ave neighs/atom = 5.68 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:21 2021 Memory usage per processor = 27.5509 Mbytes Step Atoms AVEKE stressZZ 27821 5000 1.4088999e-10 11422617 27822 -0.0151774999999917 11422472.9023981 27822 5000 1.3687764e-10 11422473 Loop time of 0.0180888 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:21 2021 Pair time (%) = 0.0013361 (7.38632) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.18189) Outpt time (%) = 0.016602 (91.7807) Other time (%) = 0.000117779 (0.651114) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28400 ave 28400 max 28400 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28400 Ave neighs/atom = 5.68 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:21 2021 Memory usage per processor = 27.5509 Mbytes Step Atoms AVEKE stressZZ 27822 5000 1.3687764e-10 11422403 27823 -0.0151774999999917 11422260.7230337 27823 5000 1.3435468e-10 11422261 Loop time of 0.018039 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:21 2021 Pair time (%) = 0.00118899 (6.59124) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.177106) Outpt time (%) = 0.0167239 (92.7096) Other time (%) = 9.41753e-05 (0.522066) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:21 2021 Memory usage per processor = 27.5509 Mbytes Step Atoms AVEKE stressZZ 27823 5000 1.3435468e-10 11422191 27824 -0.0151774999999917 11422050.4440618 27824 5000 1.3276025e-10 11422050 Loop time of 0.0175898 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:21 2021 Pair time (%) = 0.00119114 (6.77176) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.18705) Outpt time (%) = 0.016274 (92.5193) Other time (%) = 9.17912e-05 (0.521843) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:21 2021 Memory usage per processor = 27.5509 Mbytes Step Atoms AVEKE stressZZ 27824 5000 1.3276025e-10 11421982 27825 -0.0151774999999917 11421841.3767523 27825 5000 1.3174863e-10 11421841 Loop time of 0.0174348 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:21 2021 Pair time (%) = 0.00129104 (7.40493) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.19555) Outpt time (%) = 0.0159619 (91.5517) Other time (%) = 0.00014782 (0.84784) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:21 2021 Memory usage per processor = 27.5509 Mbytes Step Atoms AVEKE stressZZ 27825 5000 1.3174863e-10 11421773 27826 -0.0151774999999917 11421633.0834198 27826 5000 1.3110447e-10 11421633 Loop time of 0.0184159 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:21 2021 Pair time (%) = 0.00144601 (7.85195) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.21232) Outpt time (%) = 0.016778 (91.1059) Other time (%) = 0.000152826 (0.829859) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:21 2021 Memory usage per processor = 27.5509 Mbytes Step Atoms AVEKE stressZZ 27826 5000 1.3110447e-10 11421565 27827 -0.0151774999999917 11421425.2859047 27827 5000 1.3069263e-10 11421425 Loop time of 0.0182691 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:21 2021 Pair time (%) = 0.00118804 (6.50301) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.174875) Outpt time (%) = 0.0169561 (92.8131) Other time (%) = 9.29832e-05 (0.508966) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:21 2021 Memory usage per processor = 27.5509 Mbytes Step Atoms AVEKE stressZZ 27827 5000 1.3069263e-10 11421357 27828 -0.0151774999999917 11421217.8074328 27828 5000 1.3042796e-10 11421218 Loop time of 0.0177429 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:21 2021 Pair time (%) = 0.00118899 (6.70125) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.180062) Outpt time (%) = 0.016413 (92.5046) Other time (%) = 0.000108957 (0.61409) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:21 2021 Memory usage per processor = 27.5509 Mbytes Step Atoms AVEKE stressZZ 27828 5000 1.3042796e-10 11421150 27829 -0.0151774999999917 11421010.5356623 27829 5000 1.3025662e-10 11421011 Loop time of 0.0195591 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:21 2021 Pair time (%) = 0.00125003 (6.39102) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.173093) Outpt time (%) = 0.0181701 (92.8983) Other time (%) = 0.000105143 (0.537562) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:21 2021 Memory usage per processor = 27.5509 Mbytes Step Atoms AVEKE stressZZ 27829 5000 1.3025662e-10 11420943 27830 -0.0151774999999917 11420803.399198 27830 5000 1.3014451e-10 11420803 Loop time of 0.023649 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:21 2021 Pair time (%) = 0.00146103 (6.17798) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.139126) Outpt time (%) = 0.0220671 (93.3109) Other time (%) = 8.79765e-05 (0.37201) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:21 2021 Memory usage per processor = 27.5509 Mbytes Step Atoms AVEKE stressZZ 27830 5000 1.3014451e-10 11420736 27831 -0.0151774999999917 11420596.3526668 27831 5000 1.3007002e-10 11420596 Loop time of 0.018801 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:21 2021 Pair time (%) = 0.00124311 (6.61197) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.169928) Outpt time (%) = 0.0174341 (92.7299) Other time (%) = 9.17912e-05 (0.488226) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:21 2021 Memory usage per processor = 27.5509 Mbytes Step Atoms AVEKE stressZZ 27831 5000 1.3007002e-10 11420529 27832 -0.0151774999999917 11420389.3672336 27832 5000 1.3001941e-10 11420389 Loop time of 0.0189581 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:21 2021 Pair time (%) = 0.00127006 (6.69928) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.17355) Outpt time (%) = 0.0175669 (92.6619) Other time (%) = 8.82149e-05 (0.465315) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:21 2021 Memory usage per processor = 27.5509 Mbytes Step Atoms AVEKE stressZZ 27832 5000 1.3001941e-10 11420322 27833 -0.0151774999999917 11420182.4245725 27833 5000 1.2998398e-10 11420182 Loop time of 0.017827 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:21 2021 Pair time (%) = 0.00118709 (6.65891) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.179211) Outpt time (%) = 0.0165141 (92.6349) Other time (%) = 9.39369e-05 (0.526935) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:21 2021 Memory usage per processor = 27.5509 Mbytes Step Atoms AVEKE stressZZ 27833 5000 1.2998398e-10 11420115 27834 -0.0151774999999917 11419975.5130368 27834 5000 1.2995819e-10 11419976 Loop time of 0.017566 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:21 2021 Pair time (%) = 0.00134182 (7.63875) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.198162) Outpt time (%) = 0.016037 (91.2958) Other time (%) = 0.000152349 (0.867299) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:21 2021 Memory usage per processor = 27.5509 Mbytes Step Atoms AVEKE stressZZ 27834 5000 1.2995819e-10 11419908 27835 -0.0151774999999917 11419768.6252253 27835 5000 1.2993854e-10 11419769 Loop time of 0.0181072 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:21 2021 Pair time (%) = 0.00125098 (6.90877) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.183022) Outpt time (%) = 0.0167201 (92.3394) Other time (%) = 0.000102997 (0.568818) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:21 2021 Memory usage per processor = 27.5509 Mbytes Step Atoms AVEKE stressZZ 27835 5000 1.2993854e-10 11419701 27836 -0.0151774999999917 11419561.7564705 27836 5000 1.2992277e-10 11419562 Loop time of 0.0181439 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:21 2021 Pair time (%) = 0.00124002 (6.83434) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.187908) Outpt time (%) = 0.016773 (92.4443) Other time (%) = 9.67979e-05 (0.533502) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:21 2021 Memory usage per processor = 27.5509 Mbytes Step Atoms AVEKE stressZZ 27836 5000 1.2992277e-10 11419494 27837 -0.0151774999999917 11419354.903771 27837 5000 1.2990948e-10 11419355 Loop time of 0.0176389 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:21 2021 Pair time (%) = 0.00118685 (6.72857) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.181123) Outpt time (%) = 0.0163269 (92.5618) Other time (%) = 9.32217e-05 (0.5285) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:21 2021 Memory usage per processor = 27.5509 Mbytes Step Atoms AVEKE stressZZ 27837 5000 1.2990948e-10 11419287 27838 -0.0151774999999917 11419148.0652176 27838 5000 1.2989777e-10 11419148 Loop time of 0.0176029 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:22 2021 Pair time (%) = 0.001261 (7.16356) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.192329) Outpt time (%) = 0.016202 (92.0414) Other time (%) = 0.000106096 (0.60272) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:22 2021 Memory usage per processor = 27.5509 Mbytes Step Atoms AVEKE stressZZ 27838 5000 1.2989777e-10 11419080 27839 -0.0151774999999917 11418941.2395979 27839 5000 1.2988705e-10 11418941 Loop time of 0.0185099 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:22 2021 Pair time (%) = 0.00139117 (7.51584) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.177753) Outpt time (%) = 0.0169389 (91.513) Other time (%) = 0.000146866 (0.793446) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:22 2021 Memory usage per processor = 27.5509 Mbytes Step Atoms AVEKE stressZZ 27839 5000 1.2988705e-10 11418874 27840 -0.0151774999999917 11418734.4261417 27840 5000 1.2987697e-10 11418734 Loop time of 0.0207801 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:22 2021 Pair time (%) = 0.00118995 (5.72638) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.153744) Outpt time (%) = 0.0194659 (93.6759) Other time (%) = 9.2268e-05 (0.444021) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:22 2021 Memory usage per processor = 27.5509 Mbytes Step Atoms AVEKE stressZZ 27840 5000 1.2987697e-10 11418667 27841 -0.0151774999999917 11418527.6243588 27841 5000 1.2986729e-10 11418528 Loop time of 0.021476 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:22 2021 Pair time (%) = 0.00121903 (5.67625) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.158753) Outpt time (%) = 0.020061 (93.4112) Other time (%) = 0.000161886 (0.7538) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:22 2021 Memory usage per processor = 27.5509 Mbytes Step Atoms AVEKE stressZZ 27841 5000 1.2986729e-10 11418460 27842 -0.0151774999999917 11418320.833937 27842 5000 1.2985788e-10 11418321 Loop time of 0.017714 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:22 2021 Pair time (%) = 0.00122404 (6.91001) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.180355) Outpt time (%) = 0.0163629 (92.3726) Other time (%) = 9.5129e-05 (0.537027) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:22 2021 Memory usage per processor = 27.5509 Mbytes Step Atoms AVEKE stressZZ 27842 5000 1.2985788e-10 11418253 27843 -0.0151774999999917 11418114.0546769 27843 5000 1.2984862e-10 11418114 Loop time of 0.0174079 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:22 2021 Pair time (%) = 0.00125504 (7.20958) Neigh time (%) = 0 (0) Comm time (%) = 5.00679e-05 (0.287616) Outpt time (%) = 0.0159979 (91.9002) Other time (%) = 0.000104904 (0.602624) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:22 2021 Memory usage per processor = 27.5509 Mbytes Step Atoms AVEKE stressZZ 27843 5000 1.2984862e-10 11418046 27844 -0.0151774999999917 11417907.2864518 27844 5000 1.2983947e-10 11417907 Loop time of 0.0183649 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:22 2021 Pair time (%) = 0.00140595 (7.65566) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.184349) Outpt time (%) = 0.0168049 (91.5057) Other time (%) = 0.000120163 (0.654308) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:22 2021 Memory usage per processor = 27.5509 Mbytes Step Atoms AVEKE stressZZ 27844 5000 1.2983947e-10 11417840 27845 -0.0151774999999917 11417700.5291803 27845 5000 1.2983039e-10 11417701 Loop time of 0.018374 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:22 2021 Pair time (%) = 0.00118494 (6.44902) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.260815) Outpt time (%) = 0.017019 (92.6258) Other time (%) = 0.00012207 (0.664366) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:22 2021 Memory usage per processor = 27.5509 Mbytes Step Atoms AVEKE stressZZ 27845 5000 1.2983039e-10 11417633 27846 -0.0151774999999917 11417493.7828099 27846 5000 1.2982135e-10 11417494 Loop time of 0.017565 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:22 2021 Pair time (%) = 0.00118995 (6.77453) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.181885) Outpt time (%) = 0.0162489 (92.5074) Other time (%) = 9.41753e-05 (0.536153) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:22 2021 Memory usage per processor = 27.5509 Mbytes Step Atoms AVEKE stressZZ 27846 5000 1.2982135e-10 11417426 27847 -0.0151774999999917 11417287.0473069 27847 5000 1.2981234e-10 11417287 Loop time of 0.017451 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:22 2021 Pair time (%) = 0.00126195 (7.23137) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.195369) Outpt time (%) = 0.0160511 (91.9776) Other time (%) = 0.000103951 (0.595669) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:22 2021 Memory usage per processor = 27.5509 Mbytes Step Atoms AVEKE stressZZ 27847 5000 1.2981234e-10 11417219 27848 -0.0151774999999917 11417080.3226491 27848 5000 1.2980334e-10 11417080 Loop time of 0.0182171 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:22 2021 Pair time (%) = 0.00161695 (8.87603) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.202858) Outpt time (%) = 0.016407 (90.0639) Other time (%) = 0.000156164 (0.85724) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:22 2021 Memory usage per processor = 27.5509 Mbytes Step Atoms AVEKE stressZZ 27848 5000 1.2980334e-10 11417013 27849 -0.0151774999999917 11416873.608822 27849 5000 1.2979436e-10 11416874 Loop time of 0.018187 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:22 2021 Pair time (%) = 0.0011909 (6.54807) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.176975) Outpt time (%) = 0.016871 (92.7637) Other time (%) = 9.29832e-05 (0.511261) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:22 2021 Memory usage per processor = 27.5509 Mbytes Step Atoms AVEKE stressZZ 27849 5000 1.2979436e-10 11416806 27850 -0.0151774999999917 11416666.9058161 27850 5000 1.2978538e-10 11416667 Loop time of 0.0210049 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:22 2021 Pair time (%) = 0.00137186 (6.53114) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.153233) Outpt time (%) = 0.01949 (92.7878) Other time (%) = 0.000110865 (0.527803) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:22 2021 Memory usage per processor = 27.5509 Mbytes Step Atoms AVEKE stressZZ 27850 5000 1.2978538e-10 11416599 27851 -0.0151774999999917 11416460.213624 27851 5000 1.2977641e-10 11416460 Loop time of 0.01737 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:22 2021 Pair time (%) = 0.00122094 (7.02903) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183927) Outpt time (%) = 0.015991 (92.0609) Other time (%) = 0.000126123 (0.7261) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:22 2021 Memory usage per processor = 27.5509 Mbytes Step Atoms AVEKE stressZZ 27851 5000 1.2977641e-10 11416393 27852 -0.0151774999999917 11416253.5322413 27852 5000 1.2976745e-10 11416254 Loop time of 0.0175681 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:22 2021 Pair time (%) = 0.00132704 (7.55367) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.199495) Outpt time (%) = 0.0160849 (91.5574) Other time (%) = 0.000121117 (0.689412) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:22 2021 Memory usage per processor = 27.5509 Mbytes Step Atoms AVEKE stressZZ 27852 5000 1.2976745e-10 11416186 27853 -0.0151774999999917 11416046.8616644 27853 5000 1.2975849e-10 11416047 Loop time of 0.018342 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:22 2021 Pair time (%) = 0.00129986 (7.08678) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.191078) Outpt time (%) = 0.0169051 (92.1658) Other time (%) = 0.000102043 (0.556335) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:22 2021 Memory usage per processor = 27.5509 Mbytes Step Atoms AVEKE stressZZ 27853 5000 1.2975849e-10 11415979 27854 -0.0151774999999917 11415840.2018902 27854 5000 1.2974953e-10 11415840 Loop time of 0.018199 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:22 2021 Pair time (%) = 0.00122285 (6.71933) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.176859) Outpt time (%) = 0.0168519 (92.5981) Other time (%) = 9.20296e-05 (0.505686) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:22 2021 Memory usage per processor = 27.5509 Mbytes Step Atoms AVEKE stressZZ 27854 5000 1.2974953e-10 11415773 27855 -0.0151774999999917 11415633.5529167 27855 5000 1.2974057e-10 11415634 Loop time of 0.017735 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:22 2021 Pair time (%) = 0.00128603 (7.25136) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.19224) Outpt time (%) = 0.016315 (91.9931) Other time (%) = 9.98974e-05 (0.563278) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:22 2021 Memory usage per processor = 27.5509 Mbytes Step Atoms AVEKE stressZZ 27855 5000 1.2974057e-10 11415566 27856 -0.0151774999999917 11415426.9147417 27856 5000 1.2973161e-10 11415427 Loop time of 0.0176911 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:22 2021 Pair time (%) = 0.00125909 (7.11706) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.198108) Outpt time (%) = 0.0162909 (92.0851) Other time (%) = 0.000106096 (0.599714) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:22 2021 Memory usage per processor = 27.5509 Mbytes Step Atoms AVEKE stressZZ 27856 5000 1.2973161e-10 11415359 27857 -0.0151774999999917 11415220.2873636 27857 5000 1.2972265e-10 11415220 Loop time of 0.0183299 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:22 2021 Pair time (%) = 0.00124502 (6.79232) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.184701) Outpt time (%) = 0.01689 (92.145) Other time (%) = 0.000160933 (0.87798) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:22 2021 Memory usage per processor = 27.5509 Mbytes Step Atoms AVEKE stressZZ 27857 5000 1.2972265e-10 11415153 27858 -0.0151774999999917 11415013.6707806 27858 5000 1.297137e-10 11415014 Loop time of 0.018101 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:22 2021 Pair time (%) = 0.00118518 (6.5476) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.176499) Outpt time (%) = 0.0167909 (92.7622) Other time (%) = 9.29832e-05 (0.513692) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:22 2021 Memory usage per processor = 27.5509 Mbytes Step Atoms AVEKE stressZZ 27858 5000 1.297137e-10 11414946 27859 -0.0151774999999917 11414807.0649914 27859 5000 1.2970474e-10 11414807 Loop time of 0.018023 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:22 2021 Pair time (%) = 0.00121498 (6.74128) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.178586) Outpt time (%) = 0.0166459 (92.3592) Other time (%) = 0.000129938 (0.720957) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:22 2021 Memory usage per processor = 27.5509 Mbytes Step Atoms AVEKE stressZZ 27859 5000 1.2970474e-10 11414739 27860 -0.0151774999999917 11414600.4699943 27860 5000 1.2969579e-10 11414600 Loop time of 0.0199931 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:22 2021 Pair time (%) = 0.00121093 (6.05674) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.170528) Outpt time (%) = 0.018645 (93.2576) Other time (%) = 0.000102997 (0.515163) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:22 2021 Memory usage per processor = 27.5509 Mbytes Step Atoms AVEKE stressZZ 27860 5000 1.2969579e-10 11414533 27861 -0.0151774999999917 11414393.885788 27861 5000 1.2968684e-10 11414394 Loop time of 0.0177569 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:22 2021 Pair time (%) = 0.00138998 (7.82781) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.202744) Outpt time (%) = 0.0161901 (91.1759) Other time (%) = 0.000140905 (0.793523) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:22 2021 Memory usage per processor = 27.5509 Mbytes Step Atoms AVEKE stressZZ 27861 5000 1.2968684e-10 11414326 27862 -0.0151774999999917 11414187.3123711 27862 5000 1.2967789e-10 11414187 Loop time of 0.0182512 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:22 2021 Pair time (%) = 0.00129199 (7.07894) Neigh time (%) = 0 (0) Comm time (%) = 5.29289e-05 (0.290003) Outpt time (%) = 0.0167558 (91.8068) Other time (%) = 0.000150442 (0.824287) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:22 2021 Memory usage per processor = 27.5509 Mbytes Step Atoms AVEKE stressZZ 27862 5000 1.2967789e-10 11414120 27863 -0.0151774999999917 11413980.7497419 27863 5000 1.2966894e-10 11413981 Loop time of 0.0181181 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:22 2021 Pair time (%) = 0.00127506 (7.03749) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.181596) Outpt time (%) = 0.0167091 (92.223) Other time (%) = 0.000101089 (0.557946) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:22 2021 Memory usage per processor = 27.5509 Mbytes Step Atoms AVEKE stressZZ 27863 5000 1.2966894e-10 11413913 27864 -0.0151774999999917 11413774.1978995 27864 5000 1.2965999e-10 11413774 Loop time of 0.017844 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:22 2021 Pair time (%) = 0.00134587 (7.54246) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.196411) Outpt time (%) = 0.0163519 (91.6385) Other time (%) = 0.000111103 (0.622637) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:22 2021 Memory usage per processor = 27.5509 Mbytes Step Atoms AVEKE stressZZ 27864 5000 1.2965999e-10 11413707 27865 -0.0151774999999917 11413567.6568424 27865 5000 1.2965105e-10 11413568 Loop time of 0.017415 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:22 2021 Pair time (%) = 0.00123405 (7.08614) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.201249) Outpt time (%) = 0.0160131 (91.9501) Other time (%) = 0.000132799 (0.762554) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:22 2021 Memory usage per processor = 27.5509 Mbytes Step Atoms AVEKE stressZZ 27865 5000 1.2965105e-10 11413500 27866 -0.0151774999999917 11413361.1265621 27866 5000 1.296421e-10 11413361 Loop time of 0.0183749 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:22 2021 Pair time (%) = 0.00149107 (8.1147) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.185546) Outpt time (%) = 0.016737 (91.086) Other time (%) = 0.000112772 (0.613728) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:22 2021 Memory usage per processor = 27.5509 Mbytes Step Atoms AVEKE stressZZ 27866 5000 1.296421e-10 11413294 27867 -0.0151774999999917 11413154.6070377 27867 5000 1.2963315e-10 11413155 Loop time of 0.0183129 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:22 2021 Pair time (%) = 0.00122786 (6.70486) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.174456) Outpt time (%) = 0.016959 (92.6064) Other time (%) = 9.41753e-05 (0.514256) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:22 2021 Memory usage per processor = 27.5509 Mbytes Step Atoms AVEKE stressZZ 27867 5000 1.2963315e-10 11413087 27868 -0.0151774999999917 11412948.0982935 27868 5000 1.2962421e-10 11412948 Loop time of 0.017566 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:22 2021 Pair time (%) = 0.00118804 (6.7633) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.181875) Outpt time (%) = 0.0162089 (92.2744) Other time (%) = 0.000137091 (0.780434) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:22 2021 Memory usage per processor = 27.5509 Mbytes Step Atoms AVEKE stressZZ 27868 5000 1.2962421e-10 11412880 27869 -0.0151774999999917 11412741.6003282 27869 5000 1.2961527e-10 11412742 Loop time of 0.0175419 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:22 2021 Pair time (%) = 0.00123405 (7.0349) Neigh time (%) = 0 (0) Comm time (%) = 5.79357e-05 (0.330271) Outpt time (%) = 0.0161479 (92.0531) Other time (%) = 0.000102043 (0.581711) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:22 2021 Memory usage per processor = 27.5509 Mbytes Step Atoms AVEKE stressZZ 27869 5000 1.2961527e-10 11412674 27870 -0.0151774999999917 11412535.1131406 27870 5000 1.2960632e-10 11412535 Loop time of 0.024297 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:22 2021 Pair time (%) = 0.00160694 (6.61374) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.156022) Outpt time (%) = 0.0224938 (92.5787) Other time (%) = 0.00015831 (0.651562) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:22 2021 Memory usage per processor = 27.5509 Mbytes Step Atoms AVEKE stressZZ 27870 5000 1.2960632e-10 11412468 27871 -0.0151774999999917 11412328.6367296 27871 5000 1.2959738e-10 11412329 Loop time of 0.0194991 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:22 2021 Pair time (%) = 0.00124192 (6.36914) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.168735) Outpt time (%) = 0.018131 (92.984) Other time (%) = 9.32217e-05 (0.478083) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:22 2021 Memory usage per processor = 27.5509 Mbytes Step Atoms AVEKE stressZZ 27871 5000 1.2959738e-10 11412261 27872 -0.0151774999999917 11412122.1710933 27872 5000 1.2958844e-10 11412122 Loop time of 0.018476 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:22 2021 Pair time (%) = 0.00146103 (7.90771) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.172917) Outpt time (%) = 0.0168941 (91.438) Other time (%) = 8.89301e-05 (0.481328) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:22 2021 Memory usage per processor = 27.5509 Mbytes Step Atoms AVEKE stressZZ 27872 5000 1.2958844e-10 11412055 27873 -0.0151774999999917 11411915.7162309 27873 5000 1.2957951e-10 11411916 Loop time of 0.018466 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:22 2021 Pair time (%) = 0.001369 (7.41362) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.18463) Outpt time (%) = 0.0169301 (91.6826) Other time (%) = 0.000132799 (0.719155) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:22 2021 Memory usage per processor = 27.5509 Mbytes Step Atoms AVEKE stressZZ 27873 5000 1.2957951e-10 11411848 27874 -0.0151774999999917 11411709.272141 27874 5000 1.2957057e-10 11411709 Loop time of 0.0186932 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:22 2021 Pair time (%) = 0.00117898 (6.307) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.177285) Outpt time (%) = 0.0173678 (92.9099) Other time (%) = 0.000113249 (0.605829) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:22 2021 Memory usage per processor = 27.5509 Mbytes Step Atoms AVEKE stressZZ 27874 5000 1.2957057e-10 11411642 27875 -0.0151774999999917 11411502.8388224 27875 5000 1.2956163e-10 11411503 Loop time of 0.0180242 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:22 2021 Pair time (%) = 0.00123 (6.82416) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.183865) Outpt time (%) = 0.0166452 (92.3491) Other time (%) = 0.000115871 (0.642866) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:22 2021 Memory usage per processor = 27.5509 Mbytes Step Atoms AVEKE stressZZ 27875 5000 1.2956163e-10 11411435 27876 -0.0151774999999917 11411296.4162738 27876 5000 1.2955269e-10 11411296 Loop time of 0.0177851 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:22 2021 Pair time (%) = 0.00135803 (7.6358) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.195721) Outpt time (%) = 0.0162871 (91.5773) Other time (%) = 0.000105143 (0.591185) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:22 2021 Memory usage per processor = 27.5509 Mbytes Step Atoms AVEKE stressZZ 27876 5000 1.2955269e-10 11411229 27877 -0.0151774999999917 11411090.0044937 27877 5000 1.2954376e-10 11411090 Loop time of 0.0183251 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:22 2021 Pair time (%) = 0.00148582 (8.10814) Neigh time (%) = 0 (0) Comm time (%) = 5.48363e-05 (0.299241) Outpt time (%) = 0.0166352 (90.7782) Other time (%) = 0.00014925 (0.814457) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:22 2021 Memory usage per processor = 27.5509 Mbytes Step Atoms AVEKE stressZZ 27877 5000 1.2954376e-10 11411022 27878 -0.0151774999999917 11410883.6034812 27878 5000 1.2953483e-10 11410884 Loop time of 0.018163 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:22 2021 Pair time (%) = 0.00128198 (7.05819) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.187711) Outpt time (%) = 0.0167501 (92.2212) Other time (%) = 9.67979e-05 (0.532941) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:22 2021 Memory usage per processor = 27.5509 Mbytes Step Atoms AVEKE stressZZ 27878 5000 1.2953483e-10 11410816 27879 -0.0151774999999917 11410677.213235 27879 5000 1.2952589e-10 11410677 Loop time of 0.018106 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:23 2021 Pair time (%) = 0.00118804 (6.56159) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.17645) Outpt time (%) = 0.016793 (92.7484) Other time (%) = 9.29832e-05 (0.51355) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:23 2021 Memory usage per processor = 27.5509 Mbytes Step Atoms AVEKE stressZZ 27879 5000 1.2952589e-10 11410610 27880 -0.0151774999999917 11410470.8337538 27880 5000 1.2951696e-10 11410471 Loop time of 0.020062 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:23 2021 Pair time (%) = 0.00119996 (5.98127) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.234117) Outpt time (%) = 0.018682 (93.1215) Other time (%) = 0.000133038 (0.663133) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:23 2021 Memory usage per processor = 27.5509 Mbytes Step Atoms AVEKE stressZZ 27880 5000 1.2951696e-10 11410403 27881 -0.0151774999999917 11410264.4650679 27881 5000 1.2950803e-10 11410264 Loop time of 0.0176039 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:23 2021 Pair time (%) = 0.00135899 (7.71981) Neigh time (%) = 0 (0) Comm time (%) = 4.31538e-05 (0.245138) Outpt time (%) = 0.0160768 (91.3254) Other time (%) = 0.000124931 (0.709681) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:23 2021 Memory usage per processor = 27.5509 Mbytes Step Atoms AVEKE stressZZ 27881 5000 1.2950803e-10 11410197 27882 -0.0151774999999917 11410058.1072292 27882 5000 1.294991e-10 11410058 Loop time of 0.0181339 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:23 2021 Pair time (%) = 0.001405 (7.74793) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.181438) Outpt time (%) = 0.0165811 (91.4369) Other time (%) = 0.000114918 (0.633719) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:23 2021 Memory usage per processor = 27.5509 Mbytes Step Atoms AVEKE stressZZ 27882 5000 1.294991e-10 11409991 27883 -0.0151774999999917 11409851.7601986 27883 5000 1.2949017e-10 11409852 Loop time of 0.0181239 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:23 2021 Pair time (%) = 0.00127006 (7.00764) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.181538) Outpt time (%) = 0.0167201 (92.2544) Other time (%) = 0.000100851 (0.556454) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:23 2021 Memory usage per processor = 27.5509 Mbytes Step Atoms AVEKE stressZZ 27883 5000 1.2949017e-10 11409784 27884 -0.0151774999999917 11409645.4239642 27884 5000 1.2948125e-10 11409645 Loop time of 0.0177221 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:23 2021 Pair time (%) = 0.00122499 (6.91223) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.185654) Outpt time (%) = 0.016371 (92.3761) Other time (%) = 9.32217e-05 (0.526018) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:23 2021 Memory usage per processor = 27.5509 Mbytes Step Atoms AVEKE stressZZ 27884 5000 1.2948125e-10 11409578 27885 -0.0151774999999917 11409439.0985188 27885 5000 1.2947232e-10 11409439 Loop time of 0.0174279 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:23 2021 Pair time (%) = 0.00125694 (7.21224) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.2011) Outpt time (%) = 0.0160351 (92.008) Other time (%) = 0.000100851 (0.578675) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:23 2021 Memory usage per processor = 27.5509 Mbytes Step Atoms AVEKE stressZZ 27885 5000 1.2947232e-10 11409372 27886 -0.0151774999999917 11409232.7838577 27886 5000 1.2946339e-10 11409233 Loop time of 0.0184481 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:23 2021 Pair time (%) = 0.00137711 (7.46475) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.189979) Outpt time (%) = 0.0168929 (91.5698) Other time (%) = 0.000143051 (0.775424) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:23 2021 Memory usage per processor = 27.5509 Mbytes Step Atoms AVEKE stressZZ 27886 5000 1.2946339e-10 11409165 27887 -0.0151774999999917 11409026.4799769 27887 5000 1.2945447e-10 11409026 Loop time of 0.0182109 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:23 2021 Pair time (%) = 0.00122595 (6.73195) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.175434) Outpt time (%) = 0.0168591 (92.5768) Other time (%) = 9.39369e-05 (0.515828) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:23 2021 Memory usage per processor = 27.5509 Mbytes Step Atoms AVEKE stressZZ 27887 5000 1.2945447e-10 11408959 27888 -0.0151774999999917 11408820.1868738 27888 5000 1.2944555e-10 11408820 Loop time of 0.0177011 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:23 2021 Pair time (%) = 0.00119209 (6.73455) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.180486) Outpt time (%) = 0.016367 (92.4627) Other time (%) = 0.000110149 (0.622273) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:23 2021 Memory usage per processor = 27.5509 Mbytes Step Atoms AVEKE stressZZ 27888 5000 1.2944555e-10 11408753 27889 -0.0151774999999917 11408613.9045451 27889 5000 1.2943662e-10 11408614 Loop time of 0.017544 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:23 2021 Pair time (%) = 0.00122809 (7.00007) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.194333) Outpt time (%) = 0.01618 (92.2253) Other time (%) = 0.000101805 (0.580281) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:23 2021 Memory usage per processor = 27.5509 Mbytes Step Atoms AVEKE stressZZ 27889 5000 1.2943662e-10 11408546 27890 -0.0151774999999917 11408407.6329887 27890 5000 1.294277e-10 11408408 Loop time of 0.190831 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:23 2021 Pair time (%) = 0.00160909 (0.8432) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.019865) Outpt time (%) = 0.189028 (99.0552) Other time (%) = 0.000155926 (0.0817088) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:23 2021 Memory usage per processor = 27.5509 Mbytes Step Atoms AVEKE stressZZ 27890 5000 1.294277e-10 11408340 27891 -0.0151774999999917 11408201.372202 27891 5000 1.2941878e-10 11408201 Loop time of 0.0527 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:23 2021 Pair time (%) = 0.00412416 (7.82573) Neigh time (%) = 0 (0) Comm time (%) = 0.00013113 (0.248824) Outpt time (%) = 0.0481231 (91.3151) Other time (%) = 0.000321627 (0.610297) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:23 2021 Memory usage per processor = 27.5509 Mbytes Step Atoms AVEKE stressZZ 27891 5000 1.2941878e-10 11408134 27892 -0.0151774999999917 11407995.1222352 27892 5000 1.2940986e-10 11407995 Loop time of 0.0180249 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:23 2021 Pair time (%) = 0.00119114 (6.60829) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.260575) Outpt time (%) = 0.0166769 (92.5214) Other time (%) = 0.000109911 (0.609772) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:23 2021 Memory usage per processor = 27.5509 Mbytes Step Atoms AVEKE stressZZ 27892 5000 1.2940986e-10 11407928 27893 -0.0151774999999917 11407788.8830841 27893 5000 1.2940095e-10 11407789 Loop time of 0.0176539 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:23 2021 Pair time (%) = 0.00118494 (6.71204) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.180969) Outpt time (%) = 0.01634 (92.5573) Other time (%) = 9.70364e-05 (0.549658) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:23 2021 Memory usage per processor = 27.5509 Mbytes Step Atoms AVEKE stressZZ 27893 5000 1.2940095e-10 11407721 27894 -0.0151774999999917 11407582.6547279 27894 5000 1.2939203e-10 11407583 Loop time of 0.0348649 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:23 2021 Pair time (%) = 0.00125599 (3.60245) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.0977885) Outpt time (%) = 0.033412 (95.8327) Other time (%) = 0.00016284 (0.46706) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:23 2021 Memory usage per processor = 27.5509 Mbytes Step Atoms AVEKE stressZZ 27894 5000 1.2939203e-10 11407515 27895 -0.0151774999999917 11407376.4371587 27895 5000 1.2938311e-10 11407376 Loop time of 0.0179322 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:23 2021 Pair time (%) = 0.00123096 (6.8645) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.17949) Outpt time (%) = 0.0165749 (92.4308) Other time (%) = 9.41753e-05 (0.525175) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:23 2021 Memory usage per processor = 27.5509 Mbytes Step Atoms AVEKE stressZZ 27895 5000 1.2938311e-10 11407309 27896 -0.0151774999999917 11407170.2303713 27896 5000 1.293742e-10 11407170 Loop time of 0.017607 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:23 2021 Pair time (%) = 0.00124907 (7.09421) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.193638) Outpt time (%) = 0.016223 (92.1394) Other time (%) = 0.000100851 (0.57279) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:23 2021 Memory usage per processor = 27.5509 Mbytes Step Atoms AVEKE stressZZ 27896 5000 1.293742e-10 11407103 27897 -0.0151774999999917 11406964.0343284 27897 5000 1.2936528e-10 11406964 Loop time of 0.017941 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:23 2021 Pair time (%) = 0.00158215 (8.8186) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.228571) Outpt time (%) = 0.0161469 (90) Other time (%) = 0.000170946 (0.952824) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:23 2021 Memory usage per processor = 27.5509 Mbytes Step Atoms AVEKE stressZZ 27897 5000 1.2936528e-10 11406896 27898 -0.0151774999999917 11406757.8490354 27898 5000 1.2935637e-10 11406758 Loop time of 0.0185089 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:23 2021 Pair time (%) = 0.0012579 (6.79617) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.248609) Outpt time (%) = 0.0170579 (92.1604) Other time (%) = 0.000147104 (0.794775) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:23 2021 Memory usage per processor = 27.5509 Mbytes Step Atoms AVEKE stressZZ 27898 5000 1.2935637e-10 11406690 27899 -0.0151774999999917 11406551.6745106 27899 5000 1.2934746e-10 11406552 Loop time of 0.018261 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:23 2021 Pair time (%) = 0.00122499 (6.70827) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.174953) Outpt time (%) = 0.0168819 (92.4483) Other time (%) = 0.00012207 (0.668477) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:23 2021 Memory usage per processor = 27.5509 Mbytes Step Atoms AVEKE stressZZ 27899 5000 1.2934746e-10 11406484 27900 -0.0151774999999917 11406345.5107517 27900 5000 1.2933855e-10 11406346 Loop time of 0.0203631 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:23 2021 Pair time (%) = 0.00118804 (5.83428) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.161575) Outpt time (%) = 0.0190461 (93.5323) Other time (%) = 9.60827e-05 (0.471847) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:23 2021 Memory usage per processor = 27.5509 Mbytes Step Atoms AVEKE stressZZ 27900 5000 1.2933855e-10 11406278 27901 -0.0151774999999917 11406139.3577559 27901 5000 1.2932964e-10 11406139 Loop time of 0.0200939 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:23 2021 Pair time (%) = 0.00153303 (7.62933) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.169673) Outpt time (%) = 0.0184221 (91.6801) Other time (%) = 0.000104666 (0.520883) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:23 2021 Memory usage per processor = 27.5509 Mbytes Step Atoms AVEKE stressZZ 27901 5000 1.2932964e-10 11406072 27902 -0.0151774999999917 11405933.2155218 27902 5000 1.2932073e-10 11405933 Loop time of 0.019722 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:23 2021 Pair time (%) = 0.00147605 (7.48428) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.161992) Outpt time (%) = 0.0180998 (91.7747) Other time (%) = 0.000114202 (0.579062) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:23 2021 Memory usage per processor = 27.5509 Mbytes Step Atoms AVEKE stressZZ 27902 5000 1.2932073e-10 11405866 27903 -0.0151774999999917 11405727.0840469 27903 5000 1.2931182e-10 11405727 Loop time of 0.0181 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:23 2021 Pair time (%) = 0.00118613 (6.55321) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.17124) Outpt time (%) = 0.016794 (92.7842) Other time (%) = 8.89301e-05 (0.491326) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:23 2021 Memory usage per processor = 27.5509 Mbytes Step Atoms AVEKE stressZZ 27903 5000 1.2931182e-10 11405660 27904 -0.0151774999999917 11405520.9633718 27904 5000 1.2930291e-10 11405521 Loop time of 0.0176511 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:23 2021 Pair time (%) = 0.001297 (7.34798) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.193154) Outpt time (%) = 0.016202 (91.7903) Other time (%) = 0.000118017 (0.668612) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:23 2021 Memory usage per processor = 27.5509 Mbytes Step Atoms AVEKE stressZZ 27904 5000 1.2930291e-10 11405453 27905 -0.0151774999999917 11405314.8535023 27905 5000 1.2929401e-10 11405315 Loop time of 0.01841 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:23 2021 Pair time (%) = 0.00131488 (7.14221) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.185192) Outpt time (%) = 0.0168998 (91.7971) Other time (%) = 0.000161171 (0.875455) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:23 2021 Memory usage per processor = 27.5509 Mbytes Step Atoms AVEKE stressZZ 27905 5000 1.2929401e-10 11405247 27906 -0.0151774999999917 11405108.7544714 27906 5000 1.292851e-10 11405109 Loop time of 0.018132 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:23 2021 Pair time (%) = 0.00128007 (7.05974) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.176198) Outpt time (%) = 0.0166981 (92.0921) Other time (%) = 0.000121832 (0.671918) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:23 2021 Memory usage per processor = 27.5509 Mbytes Step Atoms AVEKE stressZZ 27906 5000 1.292851e-10 11405041 27907 -0.0151774999999917 11404902.666307 27907 5000 1.292762e-10 11404903 Loop time of 0.0178251 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:23 2021 Pair time (%) = 0.00118804 (6.66497) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.179231) Outpt time (%) = 0.0164812 (92.4603) Other time (%) = 0.000123978 (0.695522) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:23 2021 Memory usage per processor = 27.5509 Mbytes Step Atoms AVEKE stressZZ 27907 5000 1.292762e-10 11404835 27908 -0.0151774999999917 11404696.5889651 27908 5000 1.292673e-10 11404697 Loop time of 0.0175219 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:23 2021 Pair time (%) = 0.00122595 (6.99668) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.187776) Outpt time (%) = 0.01616 (92.2277) Other time (%) = 0.000102997 (0.587819) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:23 2021 Memory usage per processor = 27.5509 Mbytes Step Atoms AVEKE stressZZ 27908 5000 1.292673e-10 11404629 27909 -0.0151774999999917 11404490.5224304 27909 5000 1.292584e-10 11404491 Loop time of 0.018177 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:24 2021 Pair time (%) = 0.00146103 (8.03778) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.21511) Outpt time (%) = 0.0165181 (90.8736) Other time (%) = 0.000158787 (0.873557) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:24 2021 Memory usage per processor = 27.5509 Mbytes Step Atoms AVEKE stressZZ 27909 5000 1.292584e-10 11404423 27910 -0.0151774999999917 11404284.4666939 27910 5000 1.292495e-10 11404284 Loop time of 0.020797 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:24 2021 Pair time (%) = 0.00119996 (5.76987) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.154765) Outpt time (%) = 0.01947 (93.6191) Other time (%) = 9.48906e-05 (0.45627) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:24 2021 Memory usage per processor = 27.5509 Mbytes Step Atoms AVEKE stressZZ 27910 5000 1.292495e-10 11404217 27911 -0.0151774999999917 11404078.4217484 27911 5000 1.292406e-10 11404078 Loop time of 0.0183642 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:24 2021 Pair time (%) = 0.00128603 (7.00292) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.185654) Outpt time (%) = 0.0169439 (92.2661) Other time (%) = 0.000100136 (0.545278) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:24 2021 Memory usage per processor = 27.5509 Mbytes Step Atoms AVEKE stressZZ 27911 5000 1.292406e-10 11404011 27912 -0.0151774999999917 11403872.3875887 27912 5000 1.292317e-10 11403872 Loop time of 0.017385 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:24 2021 Pair time (%) = 0.001194 (6.86799) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189254) Outpt time (%) = 0.0160608 (92.3832) Other time (%) = 9.72748e-05 (0.559533) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:24 2021 Memory usage per processor = 27.5509 Mbytes Step Atoms AVEKE stressZZ 27912 5000 1.292317e-10 11403805 27913 -0.0151774999999917 11403666.3642309 27913 5000 1.292228e-10 11403666 Loop time of 0.0176859 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:24 2021 Pair time (%) = 0.00135112 (7.63953) Neigh time (%) = 0 (0) Comm time (%) = 5.60284e-05 (0.316797) Outpt time (%) = 0.0161681 (91.4182) Other time (%) = 0.000110626 (0.625506) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:24 2021 Memory usage per processor = 27.5509 Mbytes Step Atoms AVEKE stressZZ 27913 5000 1.292228e-10 11403599 27914 -0.0151774999999917 11403460.3517063 27914 5000 1.292139e-10 11403460 Loop time of 0.0181639 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:24 2021 Pair time (%) = 0.00125694 (6.92) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.175888) Outpt time (%) = 0.0167708 (92.3305) Other time (%) = 0.000104189 (0.573604) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:24 2021 Memory usage per processor = 27.5509 Mbytes Step Atoms AVEKE stressZZ 27914 5000 1.292139e-10 11403393 27915 -0.0151774999999917 11403254.3499482 27915 5000 1.2920501e-10 11403254 Loop time of 0.018038 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:24 2021 Pair time (%) = 0.00118518 (6.57044) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.178437) Outpt time (%) = 0.0167291 (92.7436) Other time (%) = 9.15527e-05 (0.507554) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:24 2021 Memory usage per processor = 27.5509 Mbytes Step Atoms AVEKE stressZZ 27915 5000 1.2920501e-10 11403187 27916 -0.0151774999999917 11403048.3589786 27916 5000 1.2919611e-10 11403048 Loop time of 0.0172842 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:24 2021 Pair time (%) = 0.00118899 (6.8791) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18484) Outpt time (%) = 0.0159669 (92.3788) Other time (%) = 9.63211e-05 (0.55728) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:29:24 2021 Memory usage per processor = 27.5509 Mbytes Step Atoms AVEKE stressZZ 27916 5000 1.2919611e-10 11402981 27917 -0.0151774999999917 11402815.5484596 27917 5000 2.5452866e-10 11403192 Loop time of 0.0175509 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:24 2021 Pair time (%) = 0.00141978 (8.08949) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.228217) Outpt time (%) = 0.0159421 (90.8333) Other time (%) = 0.000149012 (0.849023) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:24 2021 Memory usage per processor = 27.5509 Mbytes Step Atoms AVEKE stressZZ 27917 5000 2.5452866e-10 11479779 27918 -0.0152099999999917 11479597.259747 27918 5000 2.0472754e-10 11479597 Loop time of 0.0182068 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:24 2021 Pair time (%) = 0.00128007 (7.03071) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.176783) Outpt time (%) = 0.016778 (92.1522) Other time (%) = 0.000116587 (0.640346) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:24 2021 Memory usage per processor = 27.5509 Mbytes Step Atoms AVEKE stressZZ 27918 5000 2.0472754e-10 11479506 27919 -0.0152099999999917 11479339.1550846 27919 5000 1.7589836e-10 11479339 Loop time of 0.0177009 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:24 2021 Pair time (%) = 0.00119019 (6.72387) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.185876) Outpt time (%) = 0.0163851 (92.5663) Other time (%) = 9.27448e-05 (0.523955) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:24 2021 Memory usage per processor = 27.5509 Mbytes Step Atoms AVEKE stressZZ 27919 5000 1.7589836e-10 11479256 27920 -0.0152099999999917 11479099.3709262 27920 5000 1.5871422e-10 11479099 Loop time of 0.0201659 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:24 2021 Pair time (%) = 0.00119781 (5.9398) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.159608) Outpt time (%) = 0.018842 (93.4348) Other time (%) = 9.39369e-05 (0.46582) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:24 2021 Memory usage per processor = 27.5509 Mbytes Step Atoms AVEKE stressZZ 27920 5000 1.5871422e-10 11479022 27921 -0.0152099999999917 11478871.2335655 27921 5000 1.482509e-10 11478871 Loop time of 0.0173042 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:24 2021 Pair time (%) = 0.00123501 (7.13705) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.197027) Outpt time (%) = 0.015934 (92.0817) Other time (%) = 0.000101089 (0.584191) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:24 2021 Memory usage per processor = 27.5509 Mbytes Step Atoms AVEKE stressZZ 27921 5000 1.482509e-10 11478797 27922 -0.0152099999999917 11478650.5018089 27922 5000 1.4178417e-10 11478651 Loop time of 0.018338 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:24 2021 Pair time (%) = 0.00144482 (7.87883) Neigh time (%) = 0 (0) Comm time (%) = 5.38826e-05 (0.293831) Outpt time (%) = 0.0166731 (90.9211) Other time (%) = 0.000166178 (0.906195) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:24 2021 Memory usage per processor = 27.5509 Mbytes Step Atoms AVEKE stressZZ 27922 5000 1.4178417e-10 11478579 27923 -0.0152099999999917 11478434.4803423 27923 5000 1.377464e-10 11478434 Loop time of 0.0179272 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:24 2021 Pair time (%) = 0.00122404 (6.82785) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.1955) Outpt time (%) = 0.016572 (92.4407) Other time (%) = 9.60827e-05 (0.535961) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:24 2021 Memory usage per processor = 27.5509 Mbytes Step Atoms AVEKE stressZZ 27923 5000 1.377464e-10 11478364 27924 -0.0152099999999917 11478221.4562674 27924 5000 1.3520745e-10 11478221 Loop time of 0.017859 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:24 2021 Pair time (%) = 0.00125408 (7.02213) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.173551) Outpt time (%) = 0.016479 (92.273) Other time (%) = 9.48906e-05 (0.531333) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:24 2021 Memory usage per processor = 27.5509 Mbytes Step Atoms AVEKE stressZZ 27924 5000 1.3520745e-10 11478152 27925 -0.0152099999999917 11478010.3410203 27925 5000 1.3360292e-10 11478010 Loop time of 0.0173359 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:24 2021 Pair time (%) = 0.00124598 (7.18726) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.195291) Outpt time (%) = 0.0159538 (92.0275) Other time (%) = 0.000102282 (0.589999) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:24 2021 Memory usage per processor = 27.5509 Mbytes Step Atoms AVEKE stressZZ 27925 5000 1.3360292e-10 11477941 27926 -0.0152099999999917 11477800.4428072 27926 5000 1.3258491e-10 11477800 Loop time of 0.0181191 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:24 2021 Pair time (%) = 0.00166106 (9.16747) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.209219) Outpt time (%) = 0.016283 (89.8667) Other time (%) = 0.000137091 (0.756609) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:24 2021 Memory usage per processor = 27.5509 Mbytes Step Atoms AVEKE stressZZ 27926 5000 1.3258491e-10 11477732 27927 -0.0152099999999917 11477591.3220238 27927 5000 1.3193667e-10 11477591 Loop time of 0.018182 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:24 2021 Pair time (%) = 0.00120211 (6.61151) Neigh time (%) = 0 (0) Comm time (%) = 6.60419e-05 (0.363226) Outpt time (%) = 0.0167892 (92.3395) Other time (%) = 0.000124693 (0.685803) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:24 2021 Memory usage per processor = 27.5509 Mbytes Step Atoms AVEKE stressZZ 27927 5000 1.3193667e-10 11477523 27928 -0.0152099999999917 11477382.6992781 27928 5000 1.3152223e-10 11477383 Loop time of 0.0181541 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:24 2021 Pair time (%) = 0.00119615 (6.58883) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.175982) Outpt time (%) = 0.0168161 (92.6298) Other time (%) = 0.000109911 (0.605432) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:24 2021 Memory usage per processor = 27.5509 Mbytes Step Atoms AVEKE stressZZ 27928 5000 1.3152223e-10 11477314 27929 -0.0152099999999917 11477174.396991 27929 5000 1.3125589e-10 11477174 Loop time of 0.0183752 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:24 2021 Pair time (%) = 0.00169301 (9.21358) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.206303) Outpt time (%) = 0.0164762 (89.6654) Other time (%) = 0.000168085 (0.914741) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:24 2021 Memory usage per processor = 27.5509 Mbytes Step Atoms AVEKE stressZZ 27929 5000 1.3125589e-10 11477106 27930 -0.0152099999999917 11476966.3023157 27930 5000 1.3108347e-10 11476966 Loop time of 0.020822 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:24 2021 Pair time (%) = 0.00152898 (7.34307) Neigh time (%) = 0 (0) Comm time (%) = 5.38826e-05 (0.258777) Outpt time (%) = 0.0190601 (91.5382) Other time (%) = 0.000179052 (0.859917) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:24 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 27930 5000 1.3108347e-10 11476898 27931 -0.0152099999999917 11476758.343536 27931 5000 1.3097066e-10 11476758 Loop time of 0.0183871 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:24 2021 Pair time (%) = 0.00146604 (7.97318) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.212653) Outpt time (%) = 0.0167232 (90.9506) Other time (%) = 0.000158787 (0.863578) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:24 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 27931 5000 1.3097066e-10 11476690 27932 -0.0152099999999917 11476550.4750755 27932 5000 1.308957e-10 11476550 Loop time of 0.0182331 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:24 2021 Pair time (%) = 0.00118804 (6.51585) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.175221) Outpt time (%) = 0.0169201 (92.799) Other time (%) = 9.29832e-05 (0.509971) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:24 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 27932 5000 1.308957e-10 11476482 27933 -0.0152099999999917 11476342.6679687 27933 5000 1.3084478e-10 11476343 Loop time of 0.01774 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:24 2021 Pair time (%) = 0.00119185 (6.71845) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.180091) Outpt time (%) = 0.0164211 (92.5652) Other time (%) = 9.5129e-05 (0.53624) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:24 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 27933 5000 1.3084478e-10 11476275 27934 -0.0152099999999917 11476134.9038077 27934 5000 1.3080913e-10 11476135 Loop time of 0.017518 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:24 2021 Pair time (%) = 0.00132704 (7.57526) Neigh time (%) = 0 (0) Comm time (%) = 4.81606e-05 (0.27492) Outpt time (%) = 0.0160069 (91.3741) Other time (%) = 0.000135899 (0.775764) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:24 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 27934 5000 1.3080913e-10 11476067 27935 -0.0152099999999917 11475927.170893 27935 5000 1.3078319e-10 11475927 Loop time of 0.0181708 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:24 2021 Pair time (%) = 0.0014081 (7.74923) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.208623) Outpt time (%) = 0.016571 (91.1958) Other time (%) = 0.00015378 (0.846301) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:24 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 27935 5000 1.3078319e-10 11475859 27936 -0.0152099999999917 11475719.4617891 27936 5000 1.3076342e-10 11475719 Loop time of 0.0180008 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:24 2021 Pair time (%) = 0.00118804 (6.59991) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.177481) Outpt time (%) = 0.0166879 (92.7061) Other time (%) = 9.29832e-05 (0.516549) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:24 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 27936 5000 1.3076342e-10 11475651 27937 -0.0152099999999917 11475511.7717699 27937 5000 1.3074756e-10 11475512 Loop time of 0.0180261 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:24 2021 Pair time (%) = 0.00120497 (6.68457) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.178555) Outpt time (%) = 0.016696 (92.6211) Other time (%) = 9.29832e-05 (0.515825) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:24 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 27937 5000 1.3074756e-10 11475444 27938 -0.0152099999999917 11475304.0978309 27938 5000 1.3073419e-10 11475304 Loop time of 0.0174689 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:24 2021 Pair time (%) = 0.00120211 (6.8814) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.188344) Outpt time (%) = 0.0161331 (92.3529) Other time (%) = 0.000100851 (0.577317) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:24 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 27938 5000 1.3073419e-10 11475236 27939 -0.0152099999999917 11475096.4380631 27939 5000 1.3072241e-10 11475096 Loop time of 0.018188 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:24 2021 Pair time (%) = 0.00161004 (8.85221) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.280523) Outpt time (%) = 0.016377 (90.0427) Other time (%) = 0.000149965 (0.824529) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:24 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 27939 5000 1.3072241e-10 11475028 27940 -0.0152099999999917 11474888.7912521 27940 5000 1.3071163e-10 11474889 Loop time of 0.0207121 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:24 2021 Pair time (%) = 0.00122213 (5.90057) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.154248) Outpt time (%) = 0.0193641 (93.4916) Other time (%) = 9.39369e-05 (0.453536) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:24 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 27940 5000 1.3071163e-10 11474821 27941 -0.0152099999999917 11474681.1566253 27941 5000 1.307015e-10 11474681 Loop time of 0.019284 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:24 2021 Pair time (%) = 0.0011878 (6.15951) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.165671) Outpt time (%) = 0.0179689 (93.1803) Other time (%) = 9.53674e-05 (0.494541) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:24 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 27941 5000 1.307015e-10 11474613 27942 -0.0152099999999917 11474473.533692 27942 5000 1.3069177e-10 11474474 Loop time of 0.0200331 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:24 2021 Pair time (%) = 0.00148797 (7.42755) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.165427) Outpt time (%) = 0.018419 (91.9429) Other time (%) = 9.29832e-05 (0.464148) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:24 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 27942 5000 1.3069177e-10 11474405 27943 -0.0152099999999917 11474265.9221391 27943 5000 1.306823e-10 11474266 Loop time of 0.0183768 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:24 2021 Pair time (%) = 0.00118685 (6.45839) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.175147) Outpt time (%) = 0.0170698 (92.8877) Other time (%) = 8.79765e-05 (0.478736) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:24 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 27943 5000 1.306823e-10 11474198 27944 -0.0152099999999917 11474058.3217673 27944 5000 1.3067299e-10 11474058 Loop time of 0.0182209 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:24 2021 Pair time (%) = 0.00119209 (6.54245) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.175338) Outpt time (%) = 0.0168469 (92.4592) Other time (%) = 0.000149965 (0.82304) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:24 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 27944 5000 1.3067299e-10 11473990 27945 -0.0152099999999917 11473850.7324497 27945 5000 1.3066379e-10 11473851 Loop time of 0.0176599 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:24 2021 Pair time (%) = 0.0013442 (7.61162) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.191708) Outpt time (%) = 0.01618 (91.6202) Other time (%) = 0.000101805 (0.576474) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:24 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 27945 5000 1.3066379e-10 11473783 27946 -0.0152099999999917 11473643.1541048 27946 5000 1.3065466e-10 11473643 Loop time of 0.018316 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:24 2021 Pair time (%) = 0.00134492 (7.34285) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.179634) Outpt time (%) = 0.016834 (91.9087) Other time (%) = 0.000104189 (0.56884) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:24 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 27946 5000 1.3065466e-10 11473575 27947 -0.0152099999999917 11473435.5866802 27947 5000 1.3064557e-10 11473436 Loop time of 0.0180168 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:24 2021 Pair time (%) = 0.00122595 (6.80447) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.177324) Outpt time (%) = 0.016664 (92.4915) Other time (%) = 9.48906e-05 (0.526678) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:24 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 27947 5000 1.3064557e-10 11473368 27948 -0.0152099999999917 11473228.0301425 27948 5000 1.3063651e-10 11473228 Loop time of 0.0176589 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:24 2021 Pair time (%) = 0.00124788 (7.06657) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.193068) Outpt time (%) = 0.0162759 (92.1679) Other time (%) = 0.000101089 (0.572455) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:24 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 27948 5000 1.3063651e-10 11473160 27949 -0.0152099999999917 11473020.4844697 27949 5000 1.3062747e-10 11473020 Loop time of 0.0175438 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:24 2021 Pair time (%) = 0.00123882 (7.06132) Neigh time (%) = 0 (0) Comm time (%) = 5.79357e-05 (0.330235) Outpt time (%) = 0.01614 (91.9983) Other time (%) = 0.00010705 (0.610187) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:24 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 27949 5000 1.3062747e-10 11472952 27950 -0.0152099999999917 11472812.9496834 27950 5000 1.3061843e-10 11472813 Loop time of 0.0212629 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:25 2021 Pair time (%) = 0.00146294 (6.88024) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.174921) Outpt time (%) = 0.0195529 (91.9581) Other time (%) = 0.000209808 (0.986735) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:25 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 27950 5000 1.3061843e-10 11472745 27951 -0.0152099999999917 11472605.4258307 27951 5000 1.3060941e-10 11472605 Loop time of 0.0183821 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:25 2021 Pair time (%) = 0.00122404 (6.65888) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.250324) Outpt time (%) = 0.016995 (92.454) Other time (%) = 0.000117064 (0.636835) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:25 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 27951 5000 1.3060941e-10 11472537 27952 -0.0152099999999917 11472397.9128638 27952 5000 1.3060039e-10 11472398 Loop time of 0.0185978 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:25 2021 Pair time (%) = 0.00123501 (6.6406) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.171784) Outpt time (%) = 0.0172091 (92.5325) Other time (%) = 0.000121832 (0.655086) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:25 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 27952 5000 1.3060039e-10 11472330 27953 -0.0152099999999917 11472190.4107662 27953 5000 1.3059138e-10 11472190 Loop time of 0.017489 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:25 2021 Pair time (%) = 0.00132203 (7.55923) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.177223) Outpt time (%) = 0.0160322 (91.6705) Other time (%) = 0.000103712 (0.593015) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:25 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 27953 5000 1.3059138e-10 11472122 27954 -0.0152099999999917 11471982.9195278 27954 5000 1.3058236e-10 11471983 Loop time of 0.0175869 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:25 2021 Pair time (%) = 0.00135493 (7.7042) Neigh time (%) = 0 (0) Comm time (%) = 5.79357e-05 (0.329425) Outpt time (%) = 0.0160542 (91.2845) Other time (%) = 0.000119925 (0.681895) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:25 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 27954 5000 1.3058236e-10 11471915 27955 -0.0152099999999917 11471775.4391423 27955 5000 1.3057335e-10 11471775 Loop time of 0.018198 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:25 2021 Pair time (%) = 0.00129485 (7.11534) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.182109) Outpt time (%) = 0.0167689 (92.147) Other time (%) = 0.000101089 (0.555497) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:25 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 27955 5000 1.3057335e-10 11471707 27956 -0.0152099999999917 11471567.9696046 27956 5000 1.3056435e-10 11471568 Loop time of 0.0180242 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:25 2021 Pair time (%) = 0.00124717 (6.9194) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.177251) Outpt time (%) = 0.0166512 (92.3822) Other time (%) = 9.39369e-05 (0.521171) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:25 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 27956 5000 1.3056435e-10 11471500 27957 -0.0152099999999917 11471360.510911 27957 5000 1.3055534e-10 11471361 Loop time of 0.017513 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:25 2021 Pair time (%) = 0.00128603 (7.34327) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.193316) Outpt time (%) = 0.0160971 (91.9148) Other time (%) = 9.60827e-05 (0.548635) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:25 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 27957 5000 1.3055534e-10 11471292 27958 -0.0152099999999917 11471153.0630577 27958 5000 1.3054633e-10 11471153 Loop time of 0.0178978 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:25 2021 Pair time (%) = 0.00146985 (8.21244) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.218466) Outpt time (%) = 0.016269 (90.899) Other time (%) = 0.000119925 (0.67005) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:25 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 27958 5000 1.3054633e-10 11471085 27959 -0.0152099999999917 11470945.6260419 27959 5000 1.3053733e-10 11470946 Loop time of 0.018502 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:25 2021 Pair time (%) = 0.00132704 (7.1724) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.177828) Outpt time (%) = 0.0170391 (92.0931) Other time (%) = 0.000102997 (0.55668) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:25 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 27959 5000 1.3053733e-10 11470878 27960 -0.0152099999999917 11470738.199826 27960 5000 1.3052833e-10 11470738 Loop time of 0.020987 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:25 2021 Pair time (%) = 0.00119281 (5.68355) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.152228) Outpt time (%) = 0.019671 (93.7291) Other time (%) = 9.13143e-05 (0.435099) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:25 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 27960 5000 1.3052833e-10 11470670 27961 -0.0152099999999917 11470530.7844313 27961 5000 1.3051933e-10 11470531 Loop time of 0.0181751 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:25 2021 Pair time (%) = 0.00123 (6.7675) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.175779) Outpt time (%) = 0.016819 (92.5386) Other time (%) = 9.41753e-05 (0.518155) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:25 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 27961 5000 1.3051933e-10 11470463 27962 -0.0152099999999917 11470323.3798658 27962 5000 1.3051033e-10 11470323 Loop time of 0.01757 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:25 2021 Pair time (%) = 0.00123715 (7.04128) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.192689) Outpt time (%) = 0.0162001 (92.2029) Other time (%) = 9.89437e-05 (0.563139) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:25 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 27962 5000 1.3051033e-10 11470255 27963 -0.0152099999999917 11470115.9861274 27963 5000 1.3050133e-10 11470116 Loop time of 0.0182569 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:25 2021 Pair time (%) = 0.00159597 (8.74176) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.20764) Outpt time (%) = 0.016489 (90.3167) Other time (%) = 0.000133991 (0.733921) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:25 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 27963 5000 1.3050133e-10 11470048 27964 -0.0152099999999917 11469908.6032141 27964 5000 1.3049233e-10 11469909 Loop time of 0.018487 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:25 2021 Pair time (%) = 0.0012579 (6.80423) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.174104) Outpt time (%) = 0.017101 (92.5032) Other time (%) = 9.58443e-05 (0.518442) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:25 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 27964 5000 1.3049233e-10 11469841 27965 -0.0152099999999917 11469701.2310969 27965 5000 1.3048333e-10 11469701 Loop time of 0.018244 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:25 2021 Pair time (%) = 0.00120306 (6.59427) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.180343) Outpt time (%) = 0.0168991 (92.6282) Other time (%) = 0.000108957 (0.597222) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:25 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 27965 5000 1.3048333e-10 11469633 27966 -0.0152099999999917 11469493.869767 27966 5000 1.3047433e-10 11469494 Loop time of 0.017529 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:25 2021 Pair time (%) = 0.00127602 (7.27945) Neigh time (%) = 0 (0) Comm time (%) = 5.6982e-05 (0.325073) Outpt time (%) = 0.0160649 (91.6474) Other time (%) = 0.00013113 (0.748075) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:25 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 27966 5000 1.3047433e-10 11469426 27967 -0.0152099999999917 11469286.5192534 27967 5000 1.3046534e-10 11469287 Loop time of 0.0176258 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:25 2021 Pair time (%) = 0.00135493 (7.68721) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.197489) Outpt time (%) = 0.016088 (91.2753) Other time (%) = 0.000148058 (0.840006) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:25 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 27967 5000 1.3046534e-10 11469218 27968 -0.0152099999999917 11469079.1795543 27968 5000 1.3045634e-10 11469079 Loop time of 0.0184479 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:25 2021 Pair time (%) = 0.0012691 (6.87939) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.17318) Outpt time (%) = 0.017045 (92.3956) Other time (%) = 0.000101805 (0.551851) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:25 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 27968 5000 1.3045634e-10 11469011 27969 -0.0152099999999917 11468871.8506685 27969 5000 1.3044735e-10 11468872 Loop time of 0.0183702 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:25 2021 Pair time (%) = 0.00142002 (7.73005) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.207657) Outpt time (%) = 0.016783 (91.3602) Other time (%) = 0.000128984 (0.702141) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:25 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 27969 5000 1.3044735e-10 11468804 27970 -0.0152099999999917 11468664.5325943 27970 5000 1.3043836e-10 11468665 Loop time of 0.0209029 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:25 2021 Pair time (%) = 0.00120401 (5.76004) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.161965) Outpt time (%) = 0.0195649 (93.5989) Other time (%) = 0.000100136 (0.479053) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:25 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 27970 5000 1.3043836e-10 11468597 27971 -0.0152099999999917 11468457.2253303 27971 5000 1.3042937e-10 11468457 Loop time of 0.0174239 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:25 2021 Pair time (%) = 0.00119686 (6.86909) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.275037) Outpt time (%) = 0.0160449 (92.0855) Other time (%) = 0.00013423 (0.770378) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:25 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 27971 5000 1.3042937e-10 11468389 27972 -0.0152099999999917 11468249.9288751 27972 5000 1.3042038e-10 11468250 Loop time of 0.0177619 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:25 2021 Pair time (%) = 0.0014751 (8.30481) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.202687) Outpt time (%) = 0.0161319 (90.8227) Other time (%) = 0.000118971 (0.669808) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:25 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 27972 5000 1.3042038e-10 11468182 27973 -0.0152099999999917 11468042.6432272 27973 5000 1.3041139e-10 11468043 Loop time of 0.0180621 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:25 2021 Pair time (%) = 0.00124502 (6.893) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.182159) Outpt time (%) = 0.016685 (92.3757) Other time (%) = 9.91821e-05 (0.549117) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:25 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 27973 5000 1.3041139e-10 11467975 27974 -0.0152099999999917 11467835.3683851 27974 5000 1.304024e-10 11467835 Loop time of 0.018014 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:25 2021 Pair time (%) = 0.00123096 (6.83334) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.18794) Outpt time (%) = 0.0166519 (92.4387) Other time (%) = 9.72748e-05 (0.539997) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:25 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 27974 5000 1.304024e-10 11467767 27975 -0.0152099999999917 11467628.1043477 27975 5000 1.3039341e-10 11467628 Loop time of 0.0175791 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:25 2021 Pair time (%) = 0.00128388 (7.30348) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.199371) Outpt time (%) = 0.016166 (91.9614) Other time (%) = 9.41753e-05 (0.535724) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:25 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 27975 5000 1.3039341e-10 11467560 27976 -0.0152099999999917 11467420.8511133 27976 5000 1.3038443e-10 11467421 Loop time of 0.0177591 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:25 2021 Pair time (%) = 0.00132918 (7.48453) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.19735) Outpt time (%) = 0.016248 (91.4911) Other time (%) = 0.000146866 (0.82699) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:25 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 27976 5000 1.3038443e-10 11467353 27977 -0.0152099999999917 11467213.6086805 27977 5000 1.3037544e-10 11467214 Loop time of 0.018651 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:25 2021 Pair time (%) = 0.00141811 (7.60342) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.182799) Outpt time (%) = 0.0170691 (91.5184) Other time (%) = 0.0001297 (0.695403) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:25 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 27977 5000 1.3037544e-10 11467146 27978 -0.0152099999999917 11467006.3770482 27978 5000 1.3036646e-10 11467006 Loop time of 0.018086 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:25 2021 Pair time (%) = 0.00118899 (6.57413) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.176646) Outpt time (%) = 0.016772 (92.7351) Other time (%) = 9.29832e-05 (0.514118) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:25 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 27978 5000 1.3036646e-10 11466938 27979 -0.0152099999999917 11466799.1562147 27979 5000 1.3035748e-10 11466799 Loop time of 0.017555 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:25 2021 Pair time (%) = 0.00119209 (6.79062) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.176556) Outpt time (%) = 0.016206 (92.3157) Other time (%) = 0.000125885 (0.717089) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:25 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 27979 5000 1.3035748e-10 11466731 27980 -0.0152099999999917 11466591.9461791 27980 5000 1.303485e-10 11466592 Loop time of 0.020643 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:25 2021 Pair time (%) = 0.00141883 (6.87317) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.232147) Outpt time (%) = 0.0190539 (92.3022) Other time (%) = 0.000122309 (0.592495) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:25 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 27980 5000 1.303485e-10 11466524 27981 -0.0152099999999917 11466384.7469396 27981 5000 1.3033951e-10 11466385 Loop time of 0.018466 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:25 2021 Pair time (%) = 0.00155306 (8.41037) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.205288) Outpt time (%) = 0.0166581 (90.2094) Other time (%) = 0.000216961 (1.17492) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:25 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 27981 5000 1.3033951e-10 11466317 27982 -0.0152099999999917 11466177.5584951 27982 5000 1.3033054e-10 11466178 Loop time of 0.018466 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:25 2021 Pair time (%) = 0.00119209 (6.45561) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.17301) Outpt time (%) = 0.017148 (92.8627) Other time (%) = 9.39369e-05 (0.508702) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:25 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 27982 5000 1.3033054e-10 11466110 27983 -0.0152099999999917 11465970.3808442 27983 5000 1.3032156e-10 11465970 Loop time of 0.0180879 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:25 2021 Pair time (%) = 0.00122881 (6.79356) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.176627) Outpt time (%) = 0.016732 (92.5039) Other time (%) = 9.5129e-05 (0.525927) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:25 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 27983 5000 1.3032156e-10 11465902 27984 -0.0152099999999917 11465763.2139857 27984 5000 1.3031258e-10 11465763 Loop time of 0.0201058 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:25 2021 Pair time (%) = 0.00145984 (7.26076) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.164829) Outpt time (%) = 0.018518 (92.1025) Other time (%) = 9.48906e-05 (0.471955) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:25 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 27984 5000 1.3031258e-10 11465695 27985 -0.0152099999999917 11465556.0579181 27985 5000 1.303036e-10 11465556 Loop time of 0.0197659 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:25 2021 Pair time (%) = 0.00150108 (7.59433) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.161633) Outpt time (%) = 0.0181429 (91.7893) Other time (%) = 8.98838e-05 (0.454743) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:25 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 27985 5000 1.303036e-10 11465488 27986 -0.0152099999999917 11465348.9126402 27986 5000 1.3029463e-10 11465349 Loop time of 0.0183699 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:25 2021 Pair time (%) = 0.00118995 (6.4777) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.173915) Outpt time (%) = 0.0167921 (91.4107) Other time (%) = 0.000355959 (1.93773) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:25 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 27986 5000 1.3029463e-10 11465281 27987 -0.0152099999999917 11465141.7781509 27987 5000 1.3028565e-10 11465142 Loop time of 0.0184128 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:25 2021 Pair time (%) = 0.001755 (9.53139) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.190343) Outpt time (%) = 0.016458 (89.3835) Other time (%) = 0.000164747 (0.894742) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:25 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 27987 5000 1.3028565e-10 11465074 27988 -0.0152099999999917 11464934.6544485 27988 5000 1.3027668e-10 11464935 Loop time of 0.0182049 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:25 2021 Pair time (%) = 0.00129104 (7.09169) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.176801) Outpt time (%) = 0.016788 (92.2168) Other time (%) = 9.36985e-05 (0.514688) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:25 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 27988 5000 1.3027668e-10 11464867 27989 -0.0152099999999917 11464727.5415319 27989 5000 1.3026771e-10 11464728 Loop time of 0.018074 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:25 2021 Pair time (%) = 0.0012219 (6.7605) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.176762) Outpt time (%) = 0.016727 (92.547) Other time (%) = 9.32217e-05 (0.515777) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:25 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 27989 5000 1.3026771e-10 11464660 27990 -0.0152099999999917 11464520.4393999 27990 5000 1.3025874e-10 11464520 Loop time of 0.0203719 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:25 2021 Pair time (%) = 0.00123692 (6.07167) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.156824) Outpt time (%) = 0.0190079 (93.3045) Other time (%) = 9.5129e-05 (0.466962) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:25 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 27990 5000 1.3025874e-10 11464452 27991 -0.0152099999999917 11464313.3480511 27991 5000 1.3024977e-10 11464313 Loop time of 0.017457 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:26 2021 Pair time (%) = 0.00123692 (7.0855) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.193936) Outpt time (%) = 0.0160601 (91.9981) Other time (%) = 0.000126123 (0.72248) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:26 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 27991 5000 1.3024977e-10 11464245 27992 -0.0152099999999917 11464106.2674845 27992 5000 1.302408e-10 11464106 Loop time of 0.0182309 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:26 2021 Pair time (%) = 0.00137997 (7.56938) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.187011) Outpt time (%) = 0.0166829 (91.5086) Other time (%) = 0.000133991 (0.734967) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:26 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 27992 5000 1.302408e-10 11464038 27993 -0.0152099999999917 11463899.1976984 27993 5000 1.3023183e-10 11463899 Loop time of 0.0182829 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:26 2021 Pair time (%) = 0.00124693 (6.8202) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.179959) Outpt time (%) = 0.016871 (92.2774) Other time (%) = 0.000132084 (0.722445) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:26 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 27993 5000 1.3023183e-10 11463831 27994 -0.0152099999999917 11463692.1386917 27994 5000 1.3022286e-10 11463692 Loop time of 0.0179968 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:26 2021 Pair time (%) = 0.00123 (6.83456) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.18282) Outpt time (%) = 0.0165799 (92.1268) Other time (%) = 0.000154018 (0.855811) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:26 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 27994 5000 1.3022286e-10 11463624 27995 -0.0152099999999917 11463485.0904668 27995 5000 1.302139e-10 11463485 Loop time of 0.017422 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:26 2021 Pair time (%) = 0.00128007 (7.34745) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.194326) Outpt time (%) = 0.0160081 (91.8848) Other time (%) = 9.98974e-05 (0.573399) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:26 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 27995 5000 1.302139e-10 11463417 27996 -0.0152099999999917 11463278.0531145 27996 5000 1.3020493e-10 11463278 Loop time of 0.018445 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:26 2021 Pair time (%) = 0.00156999 (8.51171) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.200352) Outpt time (%) = 0.01668 (90.4309) Other time (%) = 0.000158072 (0.856988) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:26 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 27996 5000 1.3020493e-10 11463210 27997 -0.0152099999999917 11463071.026604 27997 5000 1.3019597e-10 11463071 Loop time of 0.018203 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:26 2021 Pair time (%) = 0.00123191 (6.76761) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.17551) Outpt time (%) = 0.016845 (92.5395) Other time (%) = 9.41753e-05 (0.517361) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:26 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 27997 5000 1.3019597e-10 11463003 27998 -0.0152099999999917 11462864.0109135 27998 5000 1.30187e-10 11462864 Loop time of 0.0181189 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:26 2021 Pair time (%) = 0.00123501 (6.81615) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.171062) Outpt time (%) = 0.016757 (92.4838) Other time (%) = 9.58443e-05 (0.528975) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:26 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 27998 5000 1.30187e-10 11462796 27999 -0.0152099999999917 11462657.0060333 27999 5000 1.3017804e-10 11462657 Loop time of 0.0177069 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:26 2021 Pair time (%) = 0.00132895 (7.50525) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.181774) Outpt time (%) = 0.016228 (91.6478) Other time (%) = 0.000117779 (0.665159) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:26 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 27999 5000 1.3017804e-10 11462589 28000 -0.0152099999999917 11462450.0119574 28000 5000 1.3016908e-10 11462450 Loop time of 0.020534 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:26 2021 Pair time (%) = 0.00142193 (6.92474) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.184613) Outpt time (%) = 0.0189152 (92.1162) Other time (%) = 0.000159025 (0.774447) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:26 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 28000 5000 1.3016908e-10 11462382 28001 -0.0152099999999917 11462243.0286811 28001 5000 1.3016012e-10 11462243 Loop time of 0.0183792 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:26 2021 Pair time (%) = 0.00137305 (7.47068) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.185502) Outpt time (%) = 0.0168581 (91.7237) Other time (%) = 0.000113964 (0.620071) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:26 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 28001 5000 1.3016012e-10 11462175 28002 -0.0152099999999917 11462036.0562008 28002 5000 1.3015116e-10 11462036 Loop time of 0.0180321 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:26 2021 Pair time (%) = 0.0012331 (6.83838) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.177174) Outpt time (%) = 0.0166738 (92.4675) Other time (%) = 9.32217e-05 (0.516977) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:26 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 28002 5000 1.3015116e-10 11461968 28003 -0.0152099999999917 11461829.0945132 28003 5000 1.3014221e-10 11461829 Loop time of 0.0177131 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:26 2021 Pair time (%) = 0.00123906 (6.99518) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.181711) Outpt time (%) = 0.016346 (92.282) Other time (%) = 9.58443e-05 (0.541093) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:26 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 28003 5000 1.3014221e-10 11461761 28004 -0.0152099999999917 11461622.1436158 28004 5000 1.3013325e-10 11461622 Loop time of 0.01753 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:26 2021 Pair time (%) = 0.00128698 (7.34162) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.199929) Outpt time (%) = 0.016104 (91.8655) Other time (%) = 0.000103951 (0.592988) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:26 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 28004 5000 1.3013325e-10 11461554 28005 -0.0152099999999917 11461415.2035057 28005 5000 1.3012429e-10 11461415 Loop time of 0.018362 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:26 2021 Pair time (%) = 0.00153303 (8.34891) Neigh time (%) = 0 (0) Comm time (%) = 6.48499e-05 (0.353173) Outpt time (%) = 0.0165629 (90.202) Other time (%) = 0.000201225 (1.09588) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:26 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 28005 5000 1.3012429e-10 11461347 28006 -0.0152099999999917 11461208.2741807 28006 5000 1.3011534e-10 11461208 Loop time of 0.0183408 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:26 2021 Pair time (%) = 0.00123596 (6.73886) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.174191) Outpt time (%) = 0.016948 (92.4058) Other time (%) = 0.000124931 (0.681165) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:26 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 28006 5000 1.3011534e-10 11461140 28007 -0.0152099999999917 11461001.3556387 28007 5000 1.3010639e-10 11461001 Loop time of 0.0182228 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:26 2021 Pair time (%) = 0.00123 (6.74979) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.175319) Outpt time (%) = 0.016866 (92.5542) Other time (%) = 9.48906e-05 (0.520724) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:26 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 28007 5000 1.3010639e-10 11460933 28008 -0.0152099999999917 11460794.4478759 28008 5000 1.3009743e-10 11460794 Loop time of 0.017529 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:26 2021 Pair time (%) = 0.00122499 (6.98838) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.187699) Outpt time (%) = 0.016139 (92.0704) Other time (%) = 0.000132084 (0.753516) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:26 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 28008 5000 1.3009743e-10 11460726 28009 -0.0152099999999917 11460587.5508359 28009 5000 1.3008848e-10 11460588 Loop time of 0.0187712 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:26 2021 Pair time (%) = 0.00148797 (7.92689) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.19687) Outpt time (%) = 0.017082 (91.0011) Other time (%) = 0.00016427 (0.875121) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:26 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 28009 5000 1.3008848e-10 11460520 28010 -0.0152099999999917 11460380.6645733 28010 5000 1.3007953e-10 11460381 Loop time of 0.0211248 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:26 2021 Pair time (%) = 0.00120902 (5.72322) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.160264) Outpt time (%) = 0.019768 (93.577) Other time (%) = 0.000113964 (0.539479) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:26 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 28010 5000 1.3007953e-10 11460313 28011 -0.0152099999999917 11460173.7891768 28011 5000 1.3007058e-10 11460174 Loop time of 0.0180759 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:26 2021 Pair time (%) = 0.00118804 (6.57249) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.176744) Outpt time (%) = 0.0167379 (92.5979) Other time (%) = 0.000118017 (0.652896) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:26 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 28011 5000 1.3007058e-10 11460106 28012 -0.0152099999999917 11459966.924614 28012 5000 1.3006163e-10 11459967 Loop time of 0.017921 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:26 2021 Pair time (%) = 0.00126505 (7.05904) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.183594) Outpt time (%) = 0.0165238 (92.2039) Other time (%) = 9.91821e-05 (0.553442) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:26 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 28012 5000 1.3006163e-10 11459899 28013 -0.0152099999999917 11459760.070864 28013 5000 1.3005269e-10 11459760 Loop time of 0.0174539 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:26 2021 Pair time (%) = 0.00123906 (7.09905) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.188507) Outpt time (%) = 0.016077 (92.1114) Other time (%) = 0.000104904 (0.601035) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:26 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 28013 5000 1.3005269e-10 11459692 28014 -0.0152099999999917 11459553.2279172 28014 5000 1.3004374e-10 11459553 Loop time of 0.018533 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:26 2021 Pair time (%) = 0.00148296 (8.00175) Neigh time (%) = 0 (0) Comm time (%) = 0.000108957 (0.58791) Outpt time (%) = 0.0167742 (90.5098) Other time (%) = 0.000166893 (0.900518) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:26 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 28014 5000 1.3004374e-10 11459485 28015 -0.0152099999999917 11459346.3957672 28015 5000 1.3003479e-10 11459346 Loop time of 0.0181601 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:26 2021 Pair time (%) = 0.00119209 (6.56435) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.175925) Outpt time (%) = 0.0168431 (92.7477) Other time (%) = 9.29832e-05 (0.512019) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:26 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 28015 5000 1.3003479e-10 11459278 28016 -0.0152099999999917 11459139.5744094 28016 5000 1.3002585e-10 11459140 Loop time of 0.0181091 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:26 2021 Pair time (%) = 0.00122404 (6.75927) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.181687) Outpt time (%) = 0.016752 (92.5061) Other time (%) = 0.000100136 (0.552959) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:26 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 28016 5000 1.3002585e-10 11459072 28017 -0.0152099999999917 11458932.7638403 28017 5000 1.3001691e-10 11458933 Loop time of 0.0174339 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:26 2021 Pair time (%) = 0.00122309 (7.01558) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.195561) Outpt time (%) = 0.0160301 (91.9478) Other time (%) = 0.000146627 (0.841049) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:29:26 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 28017 5000 1.3001691e-10 11458865 28018 -0.0152099999999917 11458699.0651657 28018 5000 2.5613736e-10 11459077 Loop time of 0.0177441 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:26 2021 Pair time (%) = 0.00166488 (9.38273) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.213641) Outpt time (%) = 0.015836 (89.2467) Other time (%) = 0.000205278 (1.15688) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:26 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 28018 5000 2.5613736e-10 11535817 28019 -0.0152424999999917 11535634.2270753 28019 5000 2.0602134e-10 11535634 Loop time of 0.0178249 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:26 2021 Pair time (%) = 0.00121593 (6.82156) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.179233) Outpt time (%) = 0.01648 (92.4548) Other time (%) = 9.70364e-05 (0.544387) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:26 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 28019 5000 2.0602134e-10 11535542 28020 -0.0152424999999917 11535375.0706956 28020 5000 1.7701e-10 11535375 Loop time of 0.0209091 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:26 2021 Pair time (%) = 0.00140882 (6.73782) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.152795) Outpt time (%) = 0.0193479 (92.5336) Other time (%) = 0.000120401 (0.575833) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:26 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 28020 5000 1.7701e-10 11535291 28021 -0.0152424999999917 11535134.3164043 28021 5000 1.5971733e-10 11535134 Loop time of 0.0177031 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:26 2021 Pair time (%) = 0.0011878 (6.70958) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.180467) Outpt time (%) = 0.0163291 (92.2386) Other time (%) = 0.000154257 (0.871357) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:26 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 28021 5000 1.5971733e-10 11535056 28022 -0.0152424999999917 11534905.2607737 28022 5000 1.4918795e-10 11534905 Loop time of 0.0173249 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:26 2021 Pair time (%) = 0.00125098 (7.22071) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.196791) Outpt time (%) = 0.0159419 (92.0169) Other time (%) = 9.799e-05 (0.565602) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:26 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 28022 5000 1.4918795e-10 11534831 28023 -0.0152424999999917 11534683.6437223 28023 5000 1.4268041e-10 11534684 Loop time of 0.0181658 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:26 2021 Pair time (%) = 0.00142717 (7.85636) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.181119) Outpt time (%) = 0.0165651 (91.1882) Other time (%) = 0.000140667 (0.774349) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:26 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 28023 5000 1.4268041e-10 11534611 28024 -0.0152424999999917 11534466.75793 28024 5000 1.3861716e-10 11534467 Loop time of 0.0192721 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:26 2021 Pair time (%) = 0.00123 (6.38229) Neigh time (%) = 0 (0) Comm time (%) = 5.38826e-05 (0.279589) Outpt time (%) = 0.0178821 (92.7876) Other time (%) = 0.000106096 (0.550518) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:26 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 28024 5000 1.3861716e-10 11534396 28025 -0.0152424999999917 11534252.8828691 28025 5000 1.360622e-10 11534253 Loop time of 0.0196481 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:26 2021 Pair time (%) = 0.00118899 (6.05145) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.167455) Outpt time (%) = 0.0183339 (93.3115) Other time (%) = 9.2268e-05 (0.469603) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:26 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 28025 5000 1.360622e-10 11534183 28026 -0.0152424999999917 11534040.9251234 28026 5000 1.3444756e-10 11534041 Loop time of 0.0184429 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:26 2021 Pair time (%) = 0.00145793 (7.90511) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.168056) Outpt time (%) = 0.0168641 (91.4395) Other time (%) = 8.98838e-05 (0.487363) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:26 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 28026 5000 1.3444756e-10 11533971 28027 -0.0152424999999917 11533830.1897678 28027 5000 1.3342312e-10 11533830 Loop time of 0.0181899 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:26 2021 Pair time (%) = 0.00118709 (6.52607) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.18219) Outpt time (%) = 0.0168822 (92.8107) Other time (%) = 8.74996e-05 (0.481034) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:26 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 28027 5000 1.3342312e-10 11533761 28028 -0.0152424999999917 11533620.2352527 28028 5000 1.327708e-10 11533620 Loop time of 0.0177901 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:26 2021 Pair time (%) = 0.00139809 (7.8588) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.202367) Outpt time (%) = 0.016243 (91.3036) Other time (%) = 0.00011301 (0.635244) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:26 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 28028 5000 1.327708e-10 11533551 28029 -0.0152424999999917 11533410.7809351 28029 5000 1.3235375e-10 11533411 Loop time of 0.01827 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:26 2021 Pair time (%) = 0.0012362 (6.76628) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.174866) Outpt time (%) = 0.0168829 (92.4077) Other time (%) = 0.000118971 (0.651181) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:26 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 28029 5000 1.3235375e-10 11533342 28030 -0.0152424999999917 11533201.6484632 28030 5000 1.3208574e-10 11533202 Loop time of 0.0209811 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:26 2021 Pair time (%) = 0.00120091 (5.7238) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.152271) Outpt time (%) = 0.019654 (93.6751) Other time (%) = 9.41753e-05 (0.448859) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:26 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 28030 5000 1.3208574e-10 11533133 28031 -0.0152424999999917 11532992.7244919 28031 5000 1.3191224e-10 11532993 Loop time of 0.0177081 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:27 2021 Pair time (%) = 0.00119114 (6.72654) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.185801) Outpt time (%) = 0.0163901 (92.5572) Other time (%) = 9.39369e-05 (0.530475) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:27 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 28031 5000 1.3191224e-10 11532924 28032 -0.0152424999999917 11532783.9369886 28032 5000 1.3179873e-10 11532784 Loop time of 0.0175991 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:27 2021 Pair time (%) = 0.00122595 (6.96597) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.193725) Outpt time (%) = 0.0162342 (92.2442) Other time (%) = 0.000104904 (0.596077) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:27 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 28032 5000 1.3179873e-10 11532715 28033 -0.0152424999999917 11532575.2401757 28033 5000 1.317233e-10 11532575 Loop time of 0.0182781 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:27 2021 Pair time (%) = 0.00145507 (7.96071) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.202181) Outpt time (%) = 0.0166261 (90.9619) Other time (%) = 0.000159979 (0.875248) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:27 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 28033 5000 1.317233e-10 11532507 28034 -0.0152424999999917 11532366.6049598 28034 5000 1.3167207e-10 11532367 Loop time of 0.0183902 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:27 2021 Pair time (%) = 0.00121188 (6.58983) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.185392) Outpt time (%) = 0.017046 (92.6906) Other time (%) = 9.82285e-05 (0.534135) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:27 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 28034 5000 1.3167207e-10 11532298 28035 -0.0152424999999917 11532158.0128534 28035 5000 1.3163621e-10 11532158 Loop time of 0.01826 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:27 2021 Pair time (%) = 0.00119209 (6.52844) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.174962) Outpt time (%) = 0.016942 (92.7822) Other time (%) = 9.39369e-05 (0.514441) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:27 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 28035 5000 1.3163621e-10 11532089 28036 -0.0152424999999917 11531949.4521505 28036 5000 1.3161011e-10 11531949 Loop time of 0.0175171 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:27 2021 Pair time (%) = 0.00119495 (6.82165) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.194632) Outpt time (%) = 0.0161901 (92.4243) Other time (%) = 9.799e-05 (0.559397) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:27 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 28036 5000 1.3161011e-10 11531881 28037 -0.0152424999999917 11531740.9153692 28037 5000 1.3159022e-10 11531741 Loop time of 0.018147 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:27 2021 Pair time (%) = 0.00156593 (8.62916) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.208897) Outpt time (%) = 0.016412 (90.4393) Other time (%) = 0.00013113 (0.7226) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:27 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 28037 5000 1.3159022e-10 11531672 28038 -0.0152424999999917 11531532.3977532 28038 5000 1.3157427e-10 11531532 Loop time of 0.0180581 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:27 2021 Pair time (%) = 0.00125194 (6.93284) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.178239) Outpt time (%) = 0.0166779 (92.3568) Other time (%) = 9.60827e-05 (0.532076) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:27 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 28038 5000 1.3157427e-10 11531464 28039 -0.0152424999999917 11531323.8962813 28039 5000 1.3156083e-10 11531324 Loop time of 0.0181921 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:27 2021 Pair time (%) = 0.00118589 (6.51875) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.176926) Outpt time (%) = 0.016881 (92.7932) Other time (%) = 9.29832e-05 (0.51112) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:27 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 28039 5000 1.3156083e-10 11531255 28040 -0.0152424999999917 11531115.4090333 28040 5000 1.3154898e-10 11531115 Loop time of 0.0205522 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:27 2021 Pair time (%) = 0.00131798 (6.41284) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.160089) Outpt time (%) = 0.019026 (92.5744) Other time (%) = 0.000175238 (0.852648) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:27 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 28040 5000 1.3154898e-10 11531047 28041 -0.0152424999999917 11530906.9347885 28041 5000 1.3153814e-10 11530907 Loop time of 0.0174291 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:27 2021 Pair time (%) = 0.00126505 (7.25825) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.194246) Outpt time (%) = 0.0160301 (91.973) Other time (%) = 0.000100136 (0.574532) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:27 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 28041 5000 1.3153814e-10 11530838 28042 -0.0152424999999917 11530698.4727703 28042 5000 1.3152795e-10 11530698 Loop time of 0.018259 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:27 2021 Pair time (%) = 0.00145102 (7.94683) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.207615) Outpt time (%) = 0.0166149 (90.9955) Other time (%) = 0.00015521 (0.850047) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:27 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 28042 5000 1.3152795e-10 11530630 28043 -0.0152424999999917 11530490.0224846 28043 5000 1.3151816e-10 11530490 Loop time of 0.0179329 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:27 2021 Pair time (%) = 0.001194 (6.65816) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.178154) Outpt time (%) = 0.016614 (92.6452) Other time (%) = 9.29832e-05 (0.518507) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:27 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 28043 5000 1.3151816e-10 11530422 28044 -0.0152424999999917 11530281.5836614 28044 5000 1.3150864e-10 11530282 Loop time of 0.0177939 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:27 2021 Pair time (%) = 0.001194 (6.71017) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.180885) Outpt time (%) = 0.0164719 (92.5703) Other time (%) = 9.58443e-05 (0.538636) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:27 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 28044 5000 1.3150864e-10 11530213 28045 -0.0152424999999917 11530073.1561747 28045 5000 1.3149929e-10 11530073 Loop time of 0.0175219 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:27 2021 Pair time (%) = 0.00131083 (7.48109) Neigh time (%) = 0 (0) Comm time (%) = 4.91142e-05 (0.280303) Outpt time (%) = 0.0160599 (91.6562) Other time (%) = 0.000102043 (0.582376) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:27 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 28045 5000 1.3149929e-10 11530005 28046 -0.0152424999999917 11529864.7398436 28046 5000 1.3149004e-10 11529865 Loop time of 0.018424 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:27 2021 Pair time (%) = 0.00153685 (8.34153) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.210932) Outpt time (%) = 0.016645 (90.3437) Other time (%) = 0.000203371 (1.10384) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:27 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 28046 5000 1.3149004e-10 11529796 28047 -0.0152424999999917 11529656.3345565 28047 5000 1.3148085e-10 11529656 Loop time of 0.01805 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:27 2021 Pair time (%) = 0.00119185 (6.60309) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.176998) Outpt time (%) = 0.0166929 (92.4815) Other time (%) = 0.000133276 (0.738373) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:27 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 28047 5000 1.3148085e-10 11529588 28048 -0.0152424999999917 11529447.9402387 28048 5000 1.3147171e-10 11529448 Loop time of 0.0182869 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:27 2021 Pair time (%) = 0.0012908 (7.05858) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.174704) Outpt time (%) = 0.016856 (92.1748) Other time (%) = 0.000108242 (0.591909) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:27 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 28048 5000 1.3147171e-10 11529379 28049 -0.0152424999999917 11529239.5568715 28049 5000 1.314626e-10 11529240 Loop time of 0.017498 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:27 2021 Pair time (%) = 0.00127506 (7.2869) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.194844) Outpt time (%) = 0.016084 (91.9187) Other time (%) = 0.000104904 (0.59952) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:27 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 28049 5000 1.314626e-10 11529171 28050 -0.0152424999999917 11529031.18443 28050 5000 1.3145351e-10 11529031 Loop time of 0.0217741 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:27 2021 Pair time (%) = 0.00162292 (7.45344) Neigh time (%) = 0 (0) Comm time (%) = 7.20024e-05 (0.33068) Outpt time (%) = 0.0199161 (91.4669) Other time (%) = 0.000163078 (0.748957) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:27 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 28050 5000 1.3145351e-10 11528963 28051 -0.0152424999999917 11528822.8228778 28051 5000 1.3144443e-10 11528823 Loop time of 0.018245 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:27 2021 Pair time (%) = 0.00127578 (6.99249) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.18556) Outpt time (%) = 0.0168359 (92.277) Other time (%) = 9.94205e-05 (0.54492) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:27 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 28051 5000 1.3144443e-10 11528754 28052 -0.0152424999999917 11528614.4722295 28052 5000 1.3143535e-10 11528614 Loop time of 0.0182688 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:27 2021 Pair time (%) = 0.0011909 (6.51876) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.174878) Outpt time (%) = 0.0169549 (92.8078) Other time (%) = 9.10759e-05 (0.498532) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:27 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 28052 5000 1.3143535e-10 11528546 28053 -0.0152424999999917 11528406.1324724 28053 5000 1.3142629e-10 11528406 Loop time of 0.017905 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:27 2021 Pair time (%) = 0.00124288 (6.9415) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.178431) Outpt time (%) = 0.016536 (92.3541) Other time (%) = 9.41753e-05 (0.525972) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:27 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 28053 5000 1.3142629e-10 11528338 28054 -0.0152424999999917 11528197.8035975 28054 5000 1.3141722e-10 11528198 Loop time of 0.0175378 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:27 2021 Pair time (%) = 0.00129795 (7.40086) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.19848) Outpt time (%) = 0.0160639 (91.5959) Other time (%) = 0.000141144 (0.804796) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:27 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 28054 5000 1.3141722e-10 11528129 28055 -0.0152424999999917 11527989.4856004 28055 5000 1.3140816e-10 11527989 Loop time of 0.0186901 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:27 2021 Pair time (%) = 0.0014658 (7.84264) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.202827) Outpt time (%) = 0.0170491 (91.2198) Other time (%) = 0.000137329 (0.734769) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:27 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 28055 5000 1.3140816e-10 11527921 28056 -0.0152424999999917 11527781.1784775 28056 5000 1.313991e-10 11527781 Loop time of 0.0179479 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:27 2021 Pair time (%) = 0.00122499 (6.82528) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.178004) Outpt time (%) = 0.016598 (92.4786) Other time (%) = 9.29832e-05 (0.518073) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:27 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 28056 5000 1.313991e-10 11527713 28057 -0.0152424999999917 11527572.8822258 28057 5000 1.3139005e-10 11527573 Loop time of 0.017777 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:27 2021 Pair time (%) = 0.00122809 (6.90834) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.179716) Outpt time (%) = 0.016422 (92.3782) Other time (%) = 9.48906e-05 (0.533784) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:27 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 28057 5000 1.3139005e-10 11527504 28058 -0.0152424999999917 11527364.5968434 28058 5000 1.3138099e-10 11527365 Loop time of 0.0175688 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:27 2021 Pair time (%) = 0.00123 (7.00104) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.194059) Outpt time (%) = 0.0161841 (92.1182) Other time (%) = 0.00012064 (0.68667) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:27 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 28058 5000 1.3138099e-10 11527296 28059 -0.0152424999999917 11527156.3223275 28059 5000 1.3137194e-10 11527156 Loop time of 0.0184178 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:27 2021 Pair time (%) = 0.00160503 (8.71456) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.20712) Outpt time (%) = 0.016624 (90.2602) Other time (%) = 0.000150681 (0.818123) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:27 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 28059 5000 1.3137194e-10 11527088 28060 -0.0152424999999917 11526948.0586767 28060 5000 1.3136288e-10 11526948 Loop time of 0.0210102 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:27 2021 Pair time (%) = 0.00121593 (5.78737) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.162273) Outpt time (%) = 0.0196621 (93.584) Other time (%) = 9.799e-05 (0.466394) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:27 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 28060 5000 1.3136288e-10 11526880 28061 -0.0152424999999917 11526739.8058889 28061 5000 1.3135383e-10 11526740 Loop time of 0.018122 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:27 2021 Pair time (%) = 0.00123286 (6.80314) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.182873) Outpt time (%) = 0.016762 (92.4956) Other time (%) = 9.39369e-05 (0.51836) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:27 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 28061 5000 1.3135383e-10 11526671 28062 -0.0152424999999917 11526531.5639622 28062 5000 1.3134478e-10 11526532 Loop time of 0.0176339 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:27 2021 Pair time (%) = 0.00128889 (7.30916) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.182526) Outpt time (%) = 0.0162151 (91.954) Other time (%) = 9.77516e-05 (0.554339) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:27 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 28062 5000 1.3134478e-10 11526463 28063 -0.0152424999999917 11526323.3328956 28063 5000 1.3133573e-10 11526323 Loop time of 0.0179501 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:27 2021 Pair time (%) = 0.00143504 (7.99463) Neigh time (%) = 0 (0) Comm time (%) = 4.91142e-05 (0.273616) Outpt time (%) = 0.0163052 (90.8365) Other time (%) = 0.000160694 (0.895229) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:27 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 28063 5000 1.3133573e-10 11526255 28064 -0.0152424999999917 11526115.1126872 28064 5000 1.3132668e-10 11526115 Loop time of 0.0184069 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:27 2021 Pair time (%) = 0.0013659 (7.4206) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.180042) Outpt time (%) = 0.01688 (91.7051) Other time (%) = 0.000127792 (0.694265) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:27 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 28064 5000 1.3132668e-10 11526047 28065 -0.0152424999999917 11525906.9033359 28065 5000 1.3131763e-10 11525907 Loop time of 0.018482 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:27 2021 Pair time (%) = 0.00119019 (6.43971) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.172861) Outpt time (%) = 0.0171671 (92.8856) Other time (%) = 9.27448e-05 (0.501812) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:27 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 28065 5000 1.3131763e-10 11525838 28066 -0.0152424999999917 11525698.7048396 28066 5000 1.3130859e-10 11525699 Loop time of 0.0200269 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:27 2021 Pair time (%) = 0.00148106 (7.39533) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.154764) Outpt time (%) = 0.0184209 (91.9809) Other time (%) = 9.39369e-05 (0.469053) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:27 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 28066 5000 1.3130859e-10 11525630 28067 -0.0152424999999917 11525490.5171977 28067 5000 1.3129954e-10 11525491 Loop time of 0.0194049 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:27 2021 Pair time (%) = 0.001194 (6.15309) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.164639) Outpt time (%) = 0.01809 (93.224) Other time (%) = 8.89301e-05 (0.458287) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:27 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 28067 5000 1.3129954e-10 11525422 28068 -0.0152424999999917 11525282.3404088 28068 5000 1.312905e-10 11525282 Loop time of 0.0186701 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:27 2021 Pair time (%) = 0.00118995 (6.37355) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.177504) Outpt time (%) = 0.01736 (92.9828) Other time (%) = 8.70228e-05 (0.466108) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:27 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 28068 5000 1.312905e-10 11525214 28069 -0.0152424999999917 11525074.1744719 28069 5000 1.3128145e-10 11525074 Loop time of 0.018563 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:27 2021 Pair time (%) = 0.00145292 (7.82697) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.19394) Outpt time (%) = 0.0169549 (91.3369) Other time (%) = 0.000119209 (0.642187) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:27 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 28069 5000 1.3128145e-10 11525006 28070 -0.0152424999999917 11524866.0193857 28070 5000 1.3127241e-10 11524866 Loop time of 0.021004 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:27 2021 Pair time (%) = 0.00124598 (5.9321) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.161186) Outpt time (%) = 0.0195961 (93.2972) Other time (%) = 0.000128031 (0.609555) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:27 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 28070 5000 1.3127241e-10 11524798 28071 -0.0152424999999917 11524657.8751496 28071 5000 1.3126337e-10 11524658 Loop time of 0.0176721 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:27 2021 Pair time (%) = 0.00119805 (6.77936) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.180783) Outpt time (%) = 0.0163071 (92.2762) Other time (%) = 0.000134945 (0.763606) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:27 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 28071 5000 1.3126337e-10 11524589 28072 -0.0152424999999917 11524449.7417624 28072 5000 1.3125433e-10 11524450 Loop time of 0.0174301 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:28 2021 Pair time (%) = 0.00133896 (7.68189) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.194236) Outpt time (%) = 0.0159099 (91.2785) Other time (%) = 0.000147343 (0.845336) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:28 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 28072 5000 1.3125433e-10 11524381 28073 -0.0152424999999917 11524241.6192244 28073 5000 1.3124529e-10 11524242 Loop time of 0.0188448 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:28 2021 Pair time (%) = 0.00144911 (7.68968) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.202427) Outpt time (%) = 0.017189 (91.2134) Other time (%) = 0.000168562 (0.894472) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:28 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 28073 5000 1.3124529e-10 11524173 28074 -0.0152424999999917 11524033.5075352 28074 5000 1.3123625e-10 11524034 Loop time of 0.0181239 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:28 2021 Pair time (%) = 0.00124693 (6.88004) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.176276) Outpt time (%) = 0.0167539 (92.4412) Other time (%) = 9.10759e-05 (0.502519) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:28 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 28074 5000 1.3123625e-10 11523965 28075 -0.0152424999999917 11523825.4066957 28075 5000 1.3122722e-10 11523825 Loop time of 0.0178211 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:28 2021 Pair time (%) = 0.00123906 (6.95279) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.180609) Outpt time (%) = 0.016454 (92.3288) Other time (%) = 9.58443e-05 (0.537814) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:28 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 28075 5000 1.3122722e-10 11523757 28076 -0.0152424999999917 11523617.31671 28076 5000 1.3121818e-10 11523617 Loop time of 0.0177588 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:28 2021 Pair time (%) = 0.00127006 (7.15168) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.191982) Outpt time (%) = 0.0163081 (91.8307) Other time (%) = 0.000146627 (0.825659) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:28 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 28076 5000 1.3121818e-10 11523549 28077 -0.0152424999999917 11523409.2375904 28077 5000 1.3120914e-10 11523409 Loop time of 0.018383 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:28 2021 Pair time (%) = 0.0016489 (8.9697) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.2127) Outpt time (%) = 0.0165 (89.7567) Other time (%) = 0.000195026 (1.0609) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:28 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 28077 5000 1.3120914e-10 11523341 28078 -0.0152424999999917 11523201.1693083 28078 5000 1.3120011e-10 11523201 Loop time of 0.0183768 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:28 2021 Pair time (%) = 0.00123119 (6.69971) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.17385) Outpt time (%) = 0.01702 (92.6166) Other time (%) = 9.36985e-05 (0.509873) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:28 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 28078 5000 1.3120011e-10 11523133 28079 -0.0152424999999917 11522993.1118561 28079 5000 1.3119108e-10 11522993 Loop time of 0.0183651 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:28 2021 Pair time (%) = 0.00119114 (6.48587) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.17396) Outpt time (%) = 0.0170319 (92.7404) Other time (%) = 0.000110149 (0.599774) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:28 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 28079 5000 1.3119108e-10 11522925 28080 -0.0152424999999917 11522785.0652323 28080 5000 1.3118205e-10 11522785 Loop time of 0.02039 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:28 2021 Pair time (%) = 0.00119019 (5.83709) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.161362) Outpt time (%) = 0.0190351 (93.3549) Other time (%) = 0.000131845 (0.646617) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:28 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 28080 5000 1.3118205e-10 11522717 28081 -0.0152424999999917 11522577.0294352 28081 5000 1.3117302e-10 11522577 Loop time of 0.0175409 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:28 2021 Pair time (%) = 0.00132298 (7.54227) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.194367) Outpt time (%) = 0.0160809 (91.6762) Other time (%) = 0.000102997 (0.58718) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:28 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 28081 5000 1.3117302e-10 11522509 28082 -0.0152424999999917 11522369.004464 28082 5000 1.3116399e-10 11522369 Loop time of 0.0184221 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:28 2021 Pair time (%) = 0.00141907 (7.70306) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.178599) Outpt time (%) = 0.0168478 (91.4544) Other time (%) = 0.000122309 (0.663923) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:28 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 28082 5000 1.3116399e-10 11522301 28083 -0.0152424999999917 11522160.990319 28083 5000 1.3115496e-10 11522161 Loop time of 0.018327 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:28 2021 Pair time (%) = 0.0011909 (6.49807) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.174323) Outpt time (%) = 0.0169621 (92.5523) Other time (%) = 0.000142097 (0.775345) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:28 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 28083 5000 1.3115496e-10 11522093 28084 -0.0152424999999917 11521952.9870844 28084 5000 1.3114593e-10 11521953 Loop time of 0.0177681 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:28 2021 Pair time (%) = 0.0011909 (6.70245) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.174438) Outpt time (%) = 0.0164518 (92.5917) Other time (%) = 9.44138e-05 (0.531365) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:28 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 28084 5000 1.3114593e-10 11521885 28085 -0.0152424999999917 11521744.9947346 28085 5000 1.311369e-10 11521745 Loop time of 0.0175261 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:28 2021 Pair time (%) = 0.00128698 (7.34322) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.193171) Outpt time (%) = 0.0160582 (91.6243) Other time (%) = 0.000147104 (0.839342) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:28 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 28085 5000 1.311369e-10 11521677 28086 -0.0152424999999917 11521537.0132478 28086 5000 1.3112788e-10 11521537 Loop time of 0.018393 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:28 2021 Pair time (%) = 0.00146699 (7.97579) Neigh time (%) = 0 (0) Comm time (%) = 9.58443e-05 (0.52109) Outpt time (%) = 0.016643 (90.4856) Other time (%) = 0.000187159 (1.01755) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:28 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 28086 5000 1.3112788e-10 11521469 28087 -0.0152424999999917 11521329.042615 28087 5000 1.3111885e-10 11521329 Loop time of 0.0182209 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:28 2021 Pair time (%) = 0.00122404 (6.71778) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.187114) Outpt time (%) = 0.016865 (92.5586) Other time (%) = 9.77516e-05 (0.536481) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:28 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 28087 5000 1.3111885e-10 11521261 28088 -0.0152424999999917 11521121.08283 28088 5000 1.3110983e-10 11521121 Loop time of 0.018105 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:28 2021 Pair time (%) = 0.00128818 (7.11501) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.17646) Outpt time (%) = 0.01669 (92.1844) Other time (%) = 9.48906e-05 (0.524112) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:28 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 28088 5000 1.3110983e-10 11521053 28089 -0.0152424999999917 11520913.1338884 28089 5000 1.3110081e-10 11520913 Loop time of 0.017633 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:28 2021 Pair time (%) = 0.00122285 (6.93502) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.192001) Outpt time (%) = 0.0162749 (92.2983) Other time (%) = 0.000101328 (0.57465) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:28 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 28089 5000 1.3110081e-10 11520845 28090 -0.0152424999999917 11520705.1957866 28090 5000 1.3109179e-10 11520705 Loop time of 0.0217919 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:28 2021 Pair time (%) = 0.00156307 (7.17271) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.183803) Outpt time (%) = 0.0200331 (91.9291) Other time (%) = 0.000155687 (0.714426) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:28 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 28090 5000 1.3109179e-10 11520637 28091 -0.0152424999999917 11520497.2685213 28091 5000 1.3108277e-10 11520497 Loop time of 0.0181079 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:28 2021 Pair time (%) = 0.00120616 (6.66096) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.176432) Outpt time (%) = 0.016772 (92.6228) Other time (%) = 9.77516e-05 (0.539829) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:28 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 28091 5000 1.3108277e-10 11520429 28092 -0.0152424999999917 11520289.35209 28092 5000 1.3107375e-10 11520289 Loop time of 0.0181458 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:28 2021 Pair time (%) = 0.00119996 (6.61288) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.176063) Outpt time (%) = 0.01682 (92.6934) Other time (%) = 9.39369e-05 (0.517679) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:28 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 28092 5000 1.3107375e-10 11520221 28093 -0.0152424999999917 11520081.44649 28093 5000 1.3106473e-10 11520081 Loop time of 0.0178142 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:28 2021 Pair time (%) = 0.00118613 (6.65837) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.179341) Outpt time (%) = 0.0165009 (92.6283) Other time (%) = 9.5129e-05 (0.534008) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:28 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 28093 5000 1.3106473e-10 11520013 28094 -0.0152424999999917 11519873.5517191 28094 5000 1.3105571e-10 11519874 Loop time of 0.0173421 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:28 2021 Pair time (%) = 0.00122595 (7.06921) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.196596) Outpt time (%) = 0.0159822 (92.1582) Other time (%) = 9.98974e-05 (0.57604) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:28 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 28094 5000 1.3105571e-10 11519805 28095 -0.0152424999999917 11519665.6677752 28095 5000 1.310467e-10 11519666 Loop time of 0.018245 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:28 2021 Pair time (%) = 0.00163698 (8.97223) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.209082) Outpt time (%) = 0.0164149 (89.9693) Other time (%) = 0.000154972 (0.849396) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:28 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 28095 5000 1.310467e-10 11519597 28096 -0.0152424999999917 11519457.794656 28096 5000 1.3103768e-10 11519458 Loop time of 0.0180089 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:28 2021 Pair time (%) = 0.00119686 (6.64593) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.177401) Outpt time (%) = 0.0166869 (92.659) Other time (%) = 9.32217e-05 (0.517641) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:28 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 28096 5000 1.3103768e-10 11519389 28097 -0.0152424999999917 11519249.9323596 28097 5000 1.3102867e-10 11519250 Loop time of 0.0176749 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:28 2021 Pair time (%) = 0.00120115 (6.7958) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.186149) Outpt time (%) = 0.016341 (92.4529) Other time (%) = 9.98974e-05 (0.565193) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:28 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 28097 5000 1.3102867e-10 11519182 28098 -0.0152424999999917 11519042.0808844 28098 5000 1.3101965e-10 11519042 Loop time of 0.017909 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:28 2021 Pair time (%) = 0.00142097 (7.93439) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.211673) Outpt time (%) = 0.016295 (90.9873) Other time (%) = 0.00015521 (0.86666) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:28 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 28098 5000 1.3101965e-10 11518974 28099 -0.0152424999999917 11518834.2402283 28099 5000 1.3101064e-10 11518834 Loop time of 0.0177951 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:28 2021 Pair time (%) = 0.00144792 (8.13661) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.20231) Outpt time (%) = 0.0161381 (90.6884) Other time (%) = 0.000173092 (0.972695) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:28 2021 Memory usage per processor = 27.551 Mbytes Step Atoms AVEKE stressZZ 28099 5000 1.3101064e-10 11518766 28100 -0.0152424999999917 11518626.4106341 28100 5000 1.3100163e-10 11518626 Loop time of 0.0209072 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:28 2021 Pair time (%) = 0.00124788 (5.96869) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.158511) Outpt time (%) = 0.0194981 (93.2604) Other time (%) = 0.000128031 (0.612378) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:28 2021 Memory usage per processor = 27.5511 Mbytes Step Atoms AVEKE stressZZ 28100 5000 1.3100163e-10 11518558 28101 -0.0152424999999917 11518418.5922448 28101 5000 1.3099262e-10 11518419 Loop time of 0.0182059 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:28 2021 Pair time (%) = 0.00123119 (6.76261) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.180721) Outpt time (%) = 0.01684 (92.4975) Other time (%) = 0.000101805 (0.559186) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:28 2021 Memory usage per processor = 27.5511 Mbytes Step Atoms AVEKE stressZZ 28101 5000 1.3099262e-10 11518350 28102 -0.0152424999999917 11518210.7848909 28102 5000 1.3098361e-10 11518211 Loop time of 0.0177839 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:28 2021 Pair time (%) = 0.00128198 (7.20864) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.18635) Outpt time (%) = 0.0163629 (92.0098) Other time (%) = 0.000105858 (0.595246) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:28 2021 Memory usage per processor = 27.5511 Mbytes Step Atoms AVEKE stressZZ 28102 5000 1.3098361e-10 11518142 28103 -0.0152424999999917 11518002.9885237 28103 5000 1.309746e-10 11518003 Loop time of 0.017411 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:28 2021 Pair time (%) = 0.00123405 (7.08779) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.195818) Outpt time (%) = 0.016011 (91.9591) Other time (%) = 0.000131845 (0.757254) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:28 2021 Memory usage per processor = 27.5511 Mbytes Step Atoms AVEKE stressZZ 28103 5000 1.309746e-10 11517935 28104 -0.0152424999999917 11517795.2031156 28104 5000 1.309656e-10 11517795 Loop time of 0.0183542 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:28 2021 Pair time (%) = 0.00163913 (8.93054) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.206539) Outpt time (%) = 0.0165119 (89.9627) Other time (%) = 0.000165224 (0.900199) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:28 2021 Memory usage per processor = 27.5511 Mbytes Step Atoms AVEKE stressZZ 28104 5000 1.309656e-10 11517727 28105 -0.0152424999999917 11517587.4286064 28105 5000 1.3095659e-10 11517587 Loop time of 0.018285 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:28 2021 Pair time (%) = 0.0011909 (6.51298) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.174723) Outpt time (%) = 0.016968 (92.7973) Other time (%) = 9.41753e-05 (0.51504) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:28 2021 Memory usage per processor = 27.5511 Mbytes Step Atoms AVEKE stressZZ 28105 5000 1.3095659e-10 11517519 28106 -0.0152424999999917 11517379.6649779 28106 5000 1.3094759e-10 11517380 Loop time of 0.0180891 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:28 2021 Pair time (%) = 0.00122595 (6.77729) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.18716) Outpt time (%) = 0.0167301 (92.4872) Other time (%) = 9.91821e-05 (0.548299) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:28 2021 Memory usage per processor = 27.5511 Mbytes Step Atoms AVEKE stressZZ 28106 5000 1.3094759e-10 11517311 28107 -0.0152424999999917 11517171.9122584 28107 5000 1.3093858e-10 11517172 Loop time of 0.0200939 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:28 2021 Pair time (%) = 0.00151706 (7.54983) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.158994) Outpt time (%) = 0.0184479 (91.8083) Other time (%) = 9.70364e-05 (0.482914) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:28 2021 Memory usage per processor = 27.5511 Mbytes Step Atoms AVEKE stressZZ 28107 5000 1.3093858e-10 11517104 28108 -0.0152424999999917 11516964.1704396 28108 5000 1.3092958e-10 11516964 Loop time of 0.0192702 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:28 2021 Pair time (%) = 0.00146008 (7.57686) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.167028) Outpt time (%) = 0.0176849 (91.7736) Other time (%) = 9.29832e-05 (0.482524) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:28 2021 Memory usage per processor = 27.5511 Mbytes Step Atoms AVEKE stressZZ 28108 5000 1.3092958e-10 11516896 28109 -0.0152424999999917 11516756.4395142 28109 5000 1.3092058e-10 11516756 Loop time of 0.0181379 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:28 2021 Pair time (%) = 0.00119591 (6.59341) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.17614) Outpt time (%) = 0.01682 (92.7336) Other time (%) = 9.01222e-05 (0.496872) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:28 2021 Memory usage per processor = 27.5511 Mbytes Step Atoms AVEKE stressZZ 28109 5000 1.3092058e-10 11516688 28110 -0.0152424999999917 11516548.7194762 28110 5000 1.3091158e-10 11516549 Loop time of 0.0202322 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:28 2021 Pair time (%) = 0.0012269 (6.06411) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.167334) Outpt time (%) = 0.018857 (93.2029) Other time (%) = 0.000114441 (0.565638) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:28 2021 Memory usage per processor = 27.5511 Mbytes Step Atoms AVEKE stressZZ 28110 5000 1.3091158e-10 11516480 28111 -0.0152424999999917 11516341.0103199 28111 5000 1.3090258e-10 11516341 Loop time of 0.017868 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:28 2021 Pair time (%) = 0.00154209 (8.63044) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.285547) Outpt time (%) = 0.016109 (90.1553) Other time (%) = 0.000165939 (0.928693) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:28 2021 Memory usage per processor = 27.5511 Mbytes Step Atoms AVEKE stressZZ 28111 5000 1.3090258e-10 11516273 28112 -0.0152424999999917 11516133.3120406 28112 5000 1.3089358e-10 11516133 Loop time of 0.018693 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:28 2021 Pair time (%) = 0.00128603 (6.87975) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.172185) Outpt time (%) = 0.017266 (92.3665) Other time (%) = 0.000108719 (0.581603) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:28 2021 Memory usage per processor = 27.5511 Mbytes Step Atoms AVEKE stressZZ 28112 5000 1.3089358e-10 11516065 28113 -0.0152424999999917 11515925.6246333 28113 5000 1.3088458e-10 11515926 Loop time of 0.0185161 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:29 2021 Pair time (%) = 0.00119305 (6.44331) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.167392) Outpt time (%) = 0.0171871 (92.8227) Other time (%) = 0.000104904 (0.566558) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:29 2021 Memory usage per processor = 27.5511 Mbytes Step Atoms AVEKE stressZZ 28113 5000 1.3088458e-10 11515857 28114 -0.0152424999999917 11515717.9480943 28114 5000 1.3087559e-10 11515718 Loop time of 0.0178242 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:29 2021 Pair time (%) = 0.001369 (7.68058) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.180578) Outpt time (%) = 0.0162919 (91.4032) Other time (%) = 0.00013113 (0.735688) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:29 2021 Memory usage per processor = 27.5511 Mbytes Step Atoms AVEKE stressZZ 28114 5000 1.3087559e-10 11515650 28115 -0.0152424999999917 11515510.2824193 28115 5000 1.3086659e-10 11515510 Loop time of 0.0177231 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:29 2021 Pair time (%) = 0.00141716 (7.99613) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.203132) Outpt time (%) = 0.0161569 (91.1631) Other time (%) = 0.00011301 (0.637645) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:29 2021 Memory usage per processor = 27.5511 Mbytes Step Atoms AVEKE stressZZ 28115 5000 1.3086659e-10 11515442 28116 -0.0152424999999917 11515302.6276067 28116 5000 1.308576e-10 11515303 Loop time of 0.018502 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:29 2021 Pair time (%) = 0.0012722 (6.87602) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.177828) Outpt time (%) = 0.0170481 (92.1421) Other time (%) = 0.000148773 (0.804093) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:29 2021 Memory usage per processor = 27.5511 Mbytes Step Atoms AVEKE stressZZ 28116 5000 1.308576e-10 11515234 28117 -0.0152424999999917 11515094.9837149 28117 5000 1.3084861e-10 11515095 Loop time of 0.0182581 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:29 2021 Pair time (%) = 0.00118589 (6.49517) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.176286) Outpt time (%) = 0.0169461 (92.8141) Other time (%) = 9.39369e-05 (0.514495) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:29 2021 Memory usage per processor = 27.5511 Mbytes Step Atoms AVEKE stressZZ 28117 5000 1.3084861e-10 11515027 28118 -0.0152424999999917 11514887.3507226 28118 5000 1.3083961e-10 11514887 Loop time of 0.017905 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:29 2021 Pair time (%) = 0.00124502 (6.95349) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.185089) Outpt time (%) = 0.0165091 (92.2036) Other time (%) = 0.000117779 (0.657798) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:29:29 2021 Memory usage per processor = 27.5511 Mbytes Step Atoms AVEKE stressZZ 28118 5000 1.3083961e-10 11514819 28119 -0.0152424999999917 11514652.7598629 28119 5000 2.5774965e-10 11515033 Loop time of 0.0173819 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:29 2021 Pair time (%) = 0.00126481 (7.27659) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.275701) Outpt time (%) = 0.0158811 (91.3655) Other time (%) = 0.000188112 (1.08223) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:29 2021 Memory usage per processor = 27.5511 Mbytes Step Atoms AVEKE stressZZ 28119 5000 2.5774965e-10 11591923 28120 -0.0152749999999917 11591740.6531593 28120 5000 2.0731806e-10 11591741 Loop time of 0.020951 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:29 2021 Pair time (%) = 0.00146604 (6.99744) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.180939) Outpt time (%) = 0.0192962 (92.1013) Other time (%) = 0.000150919 (0.720341) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:29 2021 Memory usage per processor = 27.5511 Mbytes Step Atoms AVEKE stressZZ 28120 5000 2.0731806e-10 11591648 28121 -0.0152749999999917 11591480.4507961 28121 5000 1.7812416e-10 11591480 Loop time of 0.018163 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:29 2021 Pair time (%) = 0.00120902 (6.65652) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.175897) Outpt time (%) = 0.0167871 (92.4246) Other time (%) = 0.000134945 (0.742967) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:29 2021 Memory usage per processor = 27.5511 Mbytes Step Atoms AVEKE stressZZ 28121 5000 1.7812416e-10 11591396 28122 -0.0152749999999917 11591238.731689 28122 5000 1.6072272e-10 11591239 Loop time of 0.0181909 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:29 2021 Pair time (%) = 0.00129294 (7.10766) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.175627) Outpt time (%) = 0.0167608 (92.1387) Other time (%) = 0.000105143 (0.577997) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:29 2021 Memory usage per processor = 27.5511 Mbytes Step Atoms AVEKE stressZZ 28122 5000 1.6072272e-10 11591160 28123 -0.0152749999999917 11591008.7628398 28123 5000 1.5012715e-10 11591009 Loop time of 0.0174489 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:29 2021 Pair time (%) = 0.00119519 (6.84967) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.263712) Outpt time (%) = 0.016099 (92.2635) Other time (%) = 0.000108719 (0.62307) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:29 2021 Memory usage per processor = 27.5511 Mbytes Step Atoms AVEKE stressZZ 28123 5000 1.5012715e-10 11590934 28124 -0.0152749999999917 11590786.2653746 28124 5000 1.435787e-10 11590786 Loop time of 0.01788 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:29 2021 Pair time (%) = 0.001441 (8.05931) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.217351) Outpt time (%) = 0.0162511 (90.8899) Other time (%) = 0.000149012 (0.8334) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:29 2021 Memory usage per processor = 27.5511 Mbytes Step Atoms AVEKE stressZZ 28124 5000 1.435787e-10 11590713 28125 -0.0152749999999917 11590568.5200262 28125 5000 1.3948992e-10 11590569 Loop time of 0.018497 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:29 2021 Pair time (%) = 0.00124812 (6.7477) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.17272) Outpt time (%) = 0.0170851 (92.3668) Other time (%) = 0.000131845 (0.712794) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:29 2021 Memory usage per processor = 27.5511 Mbytes Step Atoms AVEKE stressZZ 28125 5000 1.3948992e-10 11590497 28126 -0.0152749999999917 11590353.7987474 28126 5000 1.3691891e-10 11590354 Loop time of 0.0182509 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:29 2021 Pair time (%) = 0.0011971 (6.55911) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.175049) Outpt time (%) = 0.016928 (92.7511) Other time (%) = 9.39369e-05 (0.514696) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:29 2021 Memory usage per processor = 27.5511 Mbytes Step Atoms AVEKE stressZZ 28126 5000 1.3691891e-10 11590283 28127 -0.0152749999999917 11590141.0033483 28127 5000 1.3529412e-10 11590141 Loop time of 0.017689 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:29 2021 Pair time (%) = 0.00119686 (6.76614) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18061) Outpt time (%) = 0.0163231 (92.2782) Other time (%) = 0.000137091 (0.775006) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:29 2021 Memory usage per processor = 27.5511 Mbytes Step Atoms AVEKE stressZZ 28127 5000 1.3529412e-10 11590071 28128 -0.0152749999999917 11589929.4358387 28128 5000 1.3426326e-10 11589929 Loop time of 0.0176671 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:29 2021 Pair time (%) = 0.00130296 (7.37507) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.198378) Outpt time (%) = 0.0162241 (91.8328) Other time (%) = 0.000104904 (0.593784) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:29 2021 Memory usage per processor = 27.5511 Mbytes Step Atoms AVEKE stressZZ 28128 5000 1.3426326e-10 11589860 28129 -0.0152749999999917 11589718.6526558 28129 5000 1.3360685e-10 11589719 Loop time of 0.018651 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:29 2021 Pair time (%) = 0.00142694 (7.65071) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.193026) Outpt time (%) = 0.01706 (91.4698) Other time (%) = 0.000128031 (0.686455) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:29 2021 Memory usage per processor = 27.5511 Mbytes Step Atoms AVEKE stressZZ 28129 5000 1.3360685e-10 11589649 28130 -0.0152749999999917 11589508.3719121 28130 5000 1.3318719e-10 11589508 Loop time of 0.020952 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:29 2021 Pair time (%) = 0.00122881 (5.86488) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.147931) Outpt time (%) = 0.019598 (93.5377) Other time (%) = 9.41753e-05 (0.449482) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:29 2021 Memory usage per processor = 27.5511 Mbytes Step Atoms AVEKE stressZZ 28130 5000 1.3318719e-10 11589439 28131 -0.0152749999999917 11589298.4144644 28131 5000 1.329175e-10 11589298 Loop time of 0.0184879 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:29 2021 Pair time (%) = 0.00119495 (6.46343) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.174095) Outpt time (%) = 0.0171669 (92.8544) Other time (%) = 9.39369e-05 (0.508099) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:29 2021 Memory usage per processor = 27.5511 Mbytes Step Atoms AVEKE stressZZ 28131 5000 1.329175e-10 11589229 28132 -0.0152749999999917 11589088.6664649 28132 5000 1.3274292e-10 11589089 Loop time of 0.0179589 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:29 2021 Pair time (%) = 0.00153303 (8.53634) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.284102) Outpt time (%) = 0.0162339 (90.395) Other time (%) = 0.000140905 (0.7846) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:29 2021 Memory usage per processor = 27.5511 Mbytes Step Atoms AVEKE stressZZ 28132 5000 1.3274292e-10 11589020 28133 -0.0152749999999917 11588879.0555606 28133 5000 1.326287e-10 11588879 Loop time of 0.018013 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:29 2021 Pair time (%) = 0.00142813 (7.92831) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.199862) Outpt time (%) = 0.016396 (91.0234) Other time (%) = 0.000152826 (0.848422) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:29 2021 Memory usage per processor = 27.5511 Mbytes Step Atoms AVEKE stressZZ 28133 5000 1.326287e-10 11588810 28134 -0.0152749999999917 11588669.53577 28134 5000 1.3255281e-10 11588670 Loop time of 0.017931 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:29 2021 Pair time (%) = 0.00124502 (6.94341) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.183491) Outpt time (%) = 0.0165491 (92.2934) Other time (%) = 0.000103951 (0.579726) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:29 2021 Memory usage per processor = 27.5511 Mbytes Step Atoms AVEKE stressZZ 28134 5000 1.3255281e-10 11588601 28135 -0.0152749999999917 11588460.0778704 28135 5000 1.3250126e-10 11588460 Loop time of 0.0182271 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:29 2021 Pair time (%) = 0.00119114 (6.53499) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.175278) Outpt time (%) = 0.016911 (92.7796) Other time (%) = 9.29832e-05 (0.510137) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:29 2021 Memory usage per processor = 27.5511 Mbytes Step Atoms AVEKE stressZZ 28135 5000 1.3250126e-10 11588391 28136 -0.0152749999999917 11588250.6632898 28136 5000 1.3246518e-10 11588251 Loop time of 0.0174201 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:29 2021 Pair time (%) = 0.00118804 (6.81995) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183398) Outpt time (%) = 0.0161061 (92.4574) Other time (%) = 9.39369e-05 (0.539246) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:29 2021 Memory usage per processor = 27.5511 Mbytes Step Atoms AVEKE stressZZ 28136 5000 1.3246518e-10 11588182 28137 -0.0152749999999917 11588041.2802244 28137 5000 1.3243892e-10 11588041 Loop time of 0.017796 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:29 2021 Pair time (%) = 0.00147796 (8.30498) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.202299) Outpt time (%) = 0.016125 (90.6098) Other time (%) = 0.000157118 (0.882881) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:29 2021 Memory usage per processor = 27.5511 Mbytes Step Atoms AVEKE stressZZ 28137 5000 1.3243892e-10 11587972 28138 -0.0152749999999917 11587831.9211725 28138 5000 1.3241891e-10 11587832 Loop time of 0.018214 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:29 2021 Pair time (%) = 0.00123501 (6.78055) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.18064) Outpt time (%) = 0.0168459 (92.489) Other time (%) = 0.000100136 (0.549774) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:29 2021 Memory usage per processor = 27.5511 Mbytes Step Atoms AVEKE stressZZ 28138 5000 1.3241891e-10 11587763 28139 -0.0152749999999917 11587622.5813652 28139 5000 1.3240287e-10 11587623 Loop time of 0.0182211 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:29 2021 Pair time (%) = 0.00123692 (6.78835) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.181878) Outpt time (%) = 0.0168512 (92.4815) Other time (%) = 9.98974e-05 (0.54825) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:29 2021 Memory usage per processor = 27.5511 Mbytes Step Atoms AVEKE stressZZ 28139 5000 1.3240287e-10 11587554 28140 -0.0152749999999917 11587413.257772 28140 5000 1.3238935e-10 11587413 Loop time of 0.0205491 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:29 2021 Pair time (%) = 0.00119209 (5.8012) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.155472) Outpt time (%) = 0.0191991 (93.4307) Other time (%) = 0.000125885 (0.612607) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:29 2021 Memory usage per processor = 27.5511 Mbytes Step Atoms AVEKE stressZZ 28140 5000 1.3238935e-10 11587344 28141 -0.0152749999999917 11587203.9484657 28141 5000 1.3237744e-10 11587204 Loop time of 0.0174899 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:29 2021 Pair time (%) = 0.00120592 (6.89495) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.194934) Outpt time (%) = 0.0161469 (92.3212) Other time (%) = 0.000102997 (0.588893) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:29 2021 Memory usage per processor = 27.5511 Mbytes Step Atoms AVEKE stressZZ 28141 5000 1.3237744e-10 11587135 28142 -0.0152749999999917 11586994.652221 28142 5000 1.3236654e-10 11586995 Loop time of 0.018069 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:29 2021 Pair time (%) = 0.00158596 (8.77723) Neigh time (%) = 0 (0) Comm time (%) = 4.3869e-05 (0.242786) Outpt time (%) = 0.0162859 (90.1316) Other time (%) = 0.000153303 (0.84843) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:29 2021 Memory usage per processor = 27.5511 Mbytes Step Atoms AVEKE stressZZ 28142 5000 1.3236654e-10 11586926 28143 -0.0152749999999917 11586785.3682588 28143 5000 1.3235629e-10 11586785 Loop time of 0.018296 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:29 2021 Pair time (%) = 0.00129199 (7.0616) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.174618) Outpt time (%) = 0.0168669 (92.1891) Other time (%) = 0.000105143 (0.574675) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:29 2021 Memory usage per processor = 27.5511 Mbytes Step Atoms AVEKE stressZZ 28143 5000 1.3235629e-10 11586716 28144 -0.0152749999999917 11586576.0960831 28144 5000 1.3234645e-10 11586576 Loop time of 0.017673 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:29 2021 Pair time (%) = 0.00118995 (6.73313) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.260367) Outpt time (%) = 0.0163219 (92.3549) Other time (%) = 0.000115156 (0.651593) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:29 2021 Memory usage per processor = 27.5511 Mbytes Step Atoms AVEKE stressZZ 28144 5000 1.3234645e-10 11586507 28145 -0.0152749999999917 11586366.8353783 28145 5000 1.3233688e-10 11586367 Loop time of 0.0174491 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:29 2021 Pair time (%) = 0.00124097 (7.11192) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.194024) Outpt time (%) = 0.016072 (92.1079) Other time (%) = 0.000102282 (0.58617) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:29 2021 Memory usage per processor = 27.5511 Mbytes Step Atoms AVEKE stressZZ 28145 5000 1.3233688e-10 11586298 28146 -0.0152749999999917 11586157.5859428 28146 5000 1.3232747e-10 11586158 Loop time of 0.018292 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:29 2021 Pair time (%) = 0.00152016 (8.31052) Neigh time (%) = 0 (0) Comm time (%) = 5.29289e-05 (0.289356) Outpt time (%) = 0.0165448 (90.4486) Other time (%) = 0.000174046 (0.951487) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:29 2021 Memory usage per processor = 27.5511 Mbytes Step Atoms AVEKE stressZZ 28146 5000 1.3232747e-10 11586089 28147 -0.0152749999999917 11585948.3476485 28147 5000 1.3231817e-10 11585948 Loop time of 0.017312 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:29 2021 Pair time (%) = 0.00119495 (6.90244) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.184542) Outpt time (%) = 0.0159931 (92.3814) Other time (%) = 9.20296e-05 (0.531593) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:29 2021 Memory usage per processor = 27.5511 Mbytes Step Atoms AVEKE stressZZ 28147 5000 1.3231817e-10 11585879 28148 -0.0152749999999917 11585739.1204128 28148 5000 1.3230894e-10 11585739 Loop time of 0.0173481 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:29 2021 Pair time (%) = 0.0012269 (7.07228) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.178662) Outpt time (%) = 0.016001 (92.2351) Other time (%) = 8.91685e-05 (0.513997) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:29 2021 Memory usage per processor = 27.5511 Mbytes Step Atoms AVEKE stressZZ 28148 5000 1.3230894e-10 11585670 28149 -0.0152749999999917 11585529.9042632 28149 5000 1.3229975e-10 11585530 Loop time of 0.017211 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:29 2021 Pair time (%) = 0.001194 (6.93744) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185626) Outpt time (%) = 0.0158961 (92.3602) Other time (%) = 8.89301e-05 (0.516706) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:29 2021 Memory usage per processor = 27.5511 Mbytes Step Atoms AVEKE stressZZ 28149 5000 1.3229975e-10 11585461 28150 -0.0152749999999917 11585320.699469 28150 5000 1.3229059e-10 11585321 Loop time of 0.02125 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:29 2021 Pair time (%) = 0.001441 (6.78118) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.175027) Outpt time (%) = 0.0196228 (92.3426) Other time (%) = 0.000149012 (0.701231) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:29 2021 Memory usage per processor = 27.5511 Mbytes Step Atoms AVEKE stressZZ 28150 5000 1.3229059e-10 11585252 28151 -0.0152749999999917 11585111.5059146 28151 5000 1.3228144e-10 11585112 Loop time of 0.0199461 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:29 2021 Pair time (%) = 0.0015049 (7.54482) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.161367) Outpt time (%) = 0.0183151 (91.8229) Other time (%) = 9.39369e-05 (0.470954) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:29 2021 Memory usage per processor = 27.5511 Mbytes Step Atoms AVEKE stressZZ 28151 5000 1.3228144e-10 11585043 28152 -0.0152749999999917 11584902.3235967 28152 5000 1.3227231e-10 11584902 Loop time of 0.0191419 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:29 2021 Pair time (%) = 0.00119805 (6.2588) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.166901) Outpt time (%) = 0.0178239 (93.1147) Other time (%) = 8.79765e-05 (0.459601) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:29 2021 Memory usage per processor = 27.5511 Mbytes Step Atoms AVEKE stressZZ 28152 5000 1.3227231e-10 11584833 28153 -0.0152749999999917 11584693.1524221 28153 5000 1.3226319e-10 11584693 Loop time of 0.0181069 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:30 2021 Pair time (%) = 0.00119305 (6.58889) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.171174) Outpt time (%) = 0.016794 (92.7488) Other time (%) = 8.89301e-05 (0.491138) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:30 2021 Memory usage per processor = 27.5511 Mbytes Step Atoms AVEKE stressZZ 28153 5000 1.3226319e-10 11584624 28154 -0.0152749999999917 11584483.992347 28154 5000 1.3225407e-10 11584484 Loop time of 0.018239 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:30 2021 Pair time (%) = 0.00163603 (8.96993) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.20915) Outpt time (%) = 0.016422 (90.0379) Other time (%) = 0.000142813 (0.783007) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:30 2021 Memory usage per processor = 27.5511 Mbytes Step Atoms AVEKE stressZZ 28154 5000 1.3225407e-10 11584415 28155 -0.0152749999999917 11584274.8433455 28155 5000 1.3224496e-10 11584275 Loop time of 0.0181341 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:30 2021 Pair time (%) = 0.00123096 (6.78806) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.176177) Outpt time (%) = 0.016777 (92.5164) Other time (%) = 9.41753e-05 (0.519327) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:30 2021 Memory usage per processor = 27.5511 Mbytes Step Atoms AVEKE stressZZ 28155 5000 1.3224496e-10 11584206 28156 -0.0152749999999917 11584065.7053991 28156 5000 1.3223585e-10 11584066 Loop time of 0.0180011 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:30 2021 Pair time (%) = 0.00123286 (6.84883) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.177479) Outpt time (%) = 0.0166421 (92.4505) Other time (%) = 9.41753e-05 (0.523165) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:30 2021 Memory usage per processor = 27.5511 Mbytes Step Atoms AVEKE stressZZ 28156 5000 1.3223585e-10 11583997 28157 -0.0152749999999917 11583856.5784929 28157 5000 1.3222674e-10 11583857 Loop time of 0.0176239 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:30 2021 Pair time (%) = 0.00124502 (7.06439) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.186688) Outpt time (%) = 0.0162051 (91.9494) Other time (%) = 0.000140905 (0.799513) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:30 2021 Memory usage per processor = 27.5511 Mbytes Step Atoms AVEKE stressZZ 28157 5000 1.3222674e-10 11583788 28158 -0.0152749999999917 11583647.4626204 28158 5000 1.3221763e-10 11583647 Loop time of 0.0178599 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:30 2021 Pair time (%) = 0.00148106 (8.29262) Neigh time (%) = 0 (0) Comm time (%) = 4.41074e-05 (0.246963) Outpt time (%) = 0.0161469 (90.4085) Other time (%) = 0.000187874 (1.05193) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:30 2021 Memory usage per processor = 27.5511 Mbytes Step Atoms AVEKE stressZZ 28158 5000 1.3221763e-10 11583579 28159 -0.0152749999999917 11583438.3577885 28159 5000 1.3220853e-10 11583438 Loop time of 0.0182838 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:30 2021 Pair time (%) = 0.00127196 (6.95676) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.18647) Outpt time (%) = 0.0168741 (92.2895) Other time (%) = 0.000103712 (0.567233) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:30 2021 Memory usage per processor = 27.5511 Mbytes Step Atoms AVEKE stressZZ 28159 5000 1.3220853e-10 11583369 28160 -0.0152749999999917 11583229.2640002 28160 5000 1.3219943e-10 11583229 Loop time of 0.020822 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:30 2021 Pair time (%) = 0.0011909 (5.71942) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.153434) Outpt time (%) = 0.0195079 (93.6886) Other time (%) = 9.13143e-05 (0.438546) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:30 2021 Memory usage per processor = 27.5511 Mbytes Step Atoms AVEKE stressZZ 28160 5000 1.3219943e-10 11583160 28161 -0.0152749999999917 11583020.1812388 28161 5000 1.3219032e-10 11583020 Loop time of 0.018117 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:30 2021 Pair time (%) = 0.00132084 (7.29062) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.176344) Outpt time (%) = 0.01667 (92.0132) Other time (%) = 9.41753e-05 (0.519819) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:30 2021 Memory usage per processor = 27.5511 Mbytes Step Atoms AVEKE stressZZ 28161 5000 1.3219032e-10 11582951 28162 -0.0152749999999917 11582811.1094922 28162 5000 1.3218122e-10 11582811 Loop time of 0.0174508 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:30 2021 Pair time (%) = 0.00125098 (7.16862) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.19947) Outpt time (%) = 0.016041 (91.9215) Other time (%) = 0.000123978 (0.710441) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:30 2021 Memory usage per processor = 27.5511 Mbytes Step Atoms AVEKE stressZZ 28162 5000 1.3218122e-10 11582742 28163 -0.0152749999999917 11582602.0487521 28163 5000 1.3217212e-10 11582602 Loop time of 0.018193 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:30 2021 Pair time (%) = 0.00156903 (8.62437) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.203127) Outpt time (%) = 0.016418 (90.2434) Other time (%) = 0.000169039 (0.929141) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:30 2021 Memory usage per processor = 27.5511 Mbytes Step Atoms AVEKE stressZZ 28163 5000 1.3217212e-10 11582533 28164 -0.0152749999999917 11582392.9990118 28164 5000 1.3216302e-10 11582393 Loop time of 0.0183101 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:30 2021 Pair time (%) = 0.00123191 (6.72804) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.174484) Outpt time (%) = 0.016953 (92.5883) Other time (%) = 9.32217e-05 (0.509128) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:30 2021 Memory usage per processor = 27.5511 Mbytes Step Atoms AVEKE stressZZ 28164 5000 1.3216302e-10 11582324 28165 -0.0152749999999917 11582183.9602656 28165 5000 1.3215392e-10 11582184 Loop time of 0.0181949 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:30 2021 Pair time (%) = 0.00122595 (6.73786) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.175588) Outpt time (%) = 0.0168419 (92.5637) Other time (%) = 9.5129e-05 (0.522833) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:30 2021 Memory usage per processor = 27.5511 Mbytes Step Atoms AVEKE stressZZ 28165 5000 1.3215392e-10 11582115 28166 -0.0152749999999917 11581974.9325086 28166 5000 1.3214483e-10 11581975 Loop time of 0.0175261 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:30 2021 Pair time (%) = 0.00120902 (6.89838) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.194531) Outpt time (%) = 0.0161831 (92.3371) Other time (%) = 9.98974e-05 (0.56999) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:30 2021 Memory usage per processor = 27.5511 Mbytes Step Atoms AVEKE stressZZ 28166 5000 1.3214483e-10 11581906 28167 -0.0152749999999917 11581765.915736 28167 5000 1.3213573e-10 11581766 Loop time of 0.0184751 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:30 2021 Pair time (%) = 0.00172782 (9.35217) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.21035) Outpt time (%) = 0.0165629 (89.6503) Other time (%) = 0.000145435 (0.787198) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:30 2021 Memory usage per processor = 27.5511 Mbytes Step Atoms AVEKE stressZZ 28167 5000 1.3213573e-10 11581697 28168 -0.0152749999999917 11581556.9099433 28168 5000 1.3212664e-10 11581557 Loop time of 0.018374 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:30 2021 Pair time (%) = 0.00123596 (6.7267) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.180365) Outpt time (%) = 0.0169849 (92.4402) Other time (%) = 0.000119925 (0.652687) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:30 2021 Memory usage per processor = 27.5511 Mbytes Step Atoms AVEKE stressZZ 28168 5000 1.3212664e-10 11581488 28169 -0.0152749999999917 11581347.9151264 28169 5000 1.3211754e-10 11581348 Loop time of 0.017926 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:30 2021 Pair time (%) = 0.00118995 (6.63812) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.178222) Outpt time (%) = 0.0166111 (92.665) Other time (%) = 9.29832e-05 (0.518707) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:30 2021 Memory usage per processor = 27.5511 Mbytes Step Atoms AVEKE stressZZ 28169 5000 1.3211754e-10 11581279 28170 -0.0152749999999917 11581138.9312805 28170 5000 1.3210845e-10 11581139 Loop time of 0.0202951 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:30 2021 Pair time (%) = 0.00122309 (6.0265) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.163291) Outpt time (%) = 0.0189378 (93.3121) Other time (%) = 0.000101089 (0.498097) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:30 2021 Memory usage per processor = 27.5511 Mbytes Step Atoms AVEKE stressZZ 28170 5000 1.3210845e-10 11581070 28171 -0.0152749999999917 11580929.9584032 28171 5000 1.3209936e-10 11580930 Loop time of 0.0175099 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:30 2021 Pair time (%) = 0.00124311 (7.09948) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.198796) Outpt time (%) = 0.0161321 (92.1312) Other time (%) = 9.98974e-05 (0.570518) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:30 2021 Memory usage per processor = 27.5511 Mbytes Step Atoms AVEKE stressZZ 28171 5000 1.3209936e-10 11580861 28172 -0.0152749999999917 11580720.9964911 28172 5000 1.3209027e-10 11580721 Loop time of 0.0185182 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:30 2021 Pair time (%) = 0.00148797 (8.03517) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.19441) Outpt time (%) = 0.0168328 (90.8988) Other time (%) = 0.000161409 (0.871625) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:30 2021 Memory usage per processor = 27.5511 Mbytes Step Atoms AVEKE stressZZ 28172 5000 1.3209027e-10 11580652 28173 -0.0152749999999917 11580512.045541 28173 5000 1.3208118e-10 11580512 Loop time of 0.0181222 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:30 2021 Pair time (%) = 0.00119114 (6.57282) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.176293) Outpt time (%) = 0.0168049 (92.7312) Other time (%) = 9.41753e-05 (0.519668) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:30 2021 Memory usage per processor = 27.5511 Mbytes Step Atoms AVEKE stressZZ 28173 5000 1.3208118e-10 11580443 28174 -0.0152749999999917 11580303.1055498 28174 5000 1.3207209e-10 11580303 Loop time of 0.017797 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:30 2021 Pair time (%) = 0.00119209 (6.69828) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.179514) Outpt time (%) = 0.0164461 (92.4095) Other time (%) = 0.000126839 (0.712697) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:30 2021 Memory usage per processor = 27.5511 Mbytes Step Atoms AVEKE stressZZ 28174 5000 1.3207209e-10 11580234 28175 -0.0152749999999917 11580094.1765145 28175 5000 1.32063e-10 11580094 Loop time of 0.017432 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:30 2021 Pair time (%) = 0.00122595 (7.03276) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.194215) Outpt time (%) = 0.0160699 (92.1863) Other time (%) = 0.000102282 (0.586747) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:30 2021 Memory usage per processor = 27.5511 Mbytes Step Atoms AVEKE stressZZ 28175 5000 1.32063e-10 11580025 28176 -0.0152749999999917 11579885.2584322 28176 5000 1.3205392e-10 11579885 Loop time of 0.0184541 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:30 2021 Pair time (%) = 0.001616 (8.75688) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.217049) Outpt time (%) = 0.0166271 (90.0997) Other time (%) = 0.000170946 (0.926333) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:30 2021 Memory usage per processor = 27.5511 Mbytes Step Atoms AVEKE stressZZ 28176 5000 1.3205392e-10 11579816 28177 -0.0152749999999917 11579676.3513001 28177 5000 1.3204483e-10 11579676 Loop time of 0.0183001 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:30 2021 Pair time (%) = 0.00118899 (6.49721) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.181093) Outpt time (%) = 0.0169852 (92.8149) Other time (%) = 9.27448e-05 (0.506801) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:30 2021 Memory usage per processor = 27.5511 Mbytes Step Atoms AVEKE stressZZ 28177 5000 1.3204483e-10 11579608 28178 -0.0152749999999917 11579467.4551159 28178 5000 1.3203575e-10 11579467 Loop time of 0.0182762 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:30 2021 Pair time (%) = 0.00119019 (6.51221) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.174807) Outpt time (%) = 0.0169079 (92.5133) Other time (%) = 0.000146151 (0.799676) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:30 2021 Memory usage per processor = 27.5511 Mbytes Step Atoms AVEKE stressZZ 28178 5000 1.3203575e-10 11579399 28179 -0.0152749999999917 11579258.5698765 28179 5000 1.3202666e-10 11579259 Loop time of 0.0177591 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:30 2021 Pair time (%) = 0.00128388 (7.22945) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.179897) Outpt time (%) = 0.01635 (92.0657) Other time (%) = 9.32217e-05 (0.524924) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:30 2021 Memory usage per processor = 27.5511 Mbytes Step Atoms AVEKE stressZZ 28179 5000 1.3202666e-10 11579190 28180 -0.0152749999999917 11579049.6955799 28180 5000 1.3201758e-10 11579050 Loop time of 0.020402 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:30 2021 Pair time (%) = 0.00138497 (6.78844) Neigh time (%) = 0 (0) Comm time (%) = 4.88758e-05 (0.239564) Outpt time (%) = 0.018821 (92.251) Other time (%) = 0.000147104 (0.72103) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:30 2021 Memory usage per processor = 27.5511 Mbytes Step Atoms AVEKE stressZZ 28180 5000 1.3201758e-10 11578981 28181 -0.0152749999999917 11578840.8322232 28181 5000 1.320085e-10 11578841 Loop time of 0.0182199 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:30 2021 Pair time (%) = 0.00141716 (7.77807) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.180581) Outpt time (%) = 0.01665 (91.3831) Other time (%) = 0.000119925 (0.658205) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:30 2021 Memory usage per processor = 27.5511 Mbytes Step Atoms AVEKE stressZZ 28181 5000 1.320085e-10 11578772 28182 -0.0152749999999917 11578631.9798042 28182 5000 1.3199942e-10 11578632 Loop time of 0.018373 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:30 2021 Pair time (%) = 0.0011909 (6.48179) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.173886) Outpt time (%) = 0.0170569 (92.8369) Other time (%) = 9.32217e-05 (0.507384) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:30 2021 Memory usage per processor = 27.5511 Mbytes Step Atoms AVEKE stressZZ 28182 5000 1.3199942e-10 11578563 28183 -0.0152749999999917 11578423.1383225 28183 5000 1.3199034e-10 11578423 Loop time of 0.017976 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:30 2021 Pair time (%) = 0.00118995 (6.61963) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.179052) Outpt time (%) = 0.0166612 (92.6854) Other time (%) = 9.27448e-05 (0.515936) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:30 2021 Memory usage per processor = 27.5511 Mbytes Step Atoms AVEKE stressZZ 28183 5000 1.3199034e-10 11578354 28184 -0.0152749999999917 11578214.3078423 28184 5000 1.3198126e-10 11578214 Loop time of 0.017607 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:30 2021 Pair time (%) = 0.00123906 (7.03733) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.188222) Outpt time (%) = 0.0162308 (92.1841) Other time (%) = 0.000103951 (0.590394) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:30 2021 Memory usage per processor = 27.5511 Mbytes Step Atoms AVEKE stressZZ 28184 5000 1.3198126e-10 11578145 28185 -0.0152749999999917 11578005.4883415 28185 5000 1.3197219e-10 11578005 Loop time of 0.018199 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:30 2021 Pair time (%) = 0.00155783 (8.55997) Neigh time (%) = 0 (0) Comm time (%) = 5.60284e-05 (0.307866) Outpt time (%) = 0.016407 (90.1535) Other time (%) = 0.000178099 (0.97862) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:30 2021 Memory usage per processor = 27.5511 Mbytes Step Atoms AVEKE stressZZ 28185 5000 1.3197219e-10 11577937 28186 -0.0152749999999917 11577796.6798024 28186 5000 1.3196311e-10 11577797 Loop time of 0.0183032 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:30 2021 Pair time (%) = 0.00119019 (6.50262) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.17455) Outpt time (%) = 0.0169871 (92.8096) Other time (%) = 9.39369e-05 (0.513228) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:30 2021 Memory usage per processor = 27.5511 Mbytes Step Atoms AVEKE stressZZ 28186 5000 1.3196311e-10 11577728 28187 -0.0152749999999917 11577587.8822169 28187 5000 1.3195404e-10 11577588 Loop time of 0.0182438 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:30 2021 Pair time (%) = 0.00124812 (6.84135) Neigh time (%) = 0 (0) Comm time (%) = 7.10487e-05 (0.389441) Outpt time (%) = 0.0168209 (92.2007) Other time (%) = 0.000103712 (0.568479) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:30 2021 Memory usage per processor = 27.5511 Mbytes Step Atoms AVEKE stressZZ 28187 5000 1.3195404e-10 11577519 28188 -0.0152749999999917 11577379.0955793 28188 5000 1.3194496e-10 11577379 Loop time of 0.017772 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:30 2021 Pair time (%) = 0.00118995 (6.69564) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.185133) Outpt time (%) = 0.0164242 (92.4163) Other time (%) = 0.000124931 (0.702969) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:30 2021 Memory usage per processor = 27.5511 Mbytes Step Atoms AVEKE stressZZ 28188 5000 1.3194496e-10 11577310 28189 -0.0152749999999917 11577170.3198852 28189 5000 1.3193589e-10 11577170 Loop time of 0.0182068 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:30 2021 Pair time (%) = 0.00146008 (8.01938) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.225234) Outpt time (%) = 0.016582 (91.0758) Other time (%) = 0.000123739 (0.679631) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:30 2021 Memory usage per processor = 27.5511 Mbytes Step Atoms AVEKE stressZZ 28189 5000 1.3193589e-10 11577101 28190 -0.0152749999999917 11576961.5551306 28190 5000 1.3192682e-10 11576962 Loop time of 0.0212681 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:30 2021 Pair time (%) = 0.00132704 (6.23956) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.155821) Outpt time (%) = 0.019803 (93.1114) Other time (%) = 0.000104904 (0.493246) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:30 2021 Memory usage per processor = 27.5511 Mbytes Step Atoms AVEKE stressZZ 28190 5000 1.3192682e-10 11576893 28191 -0.0152749999999917 11576752.8013121 28191 5000 1.3191775e-10 11576753 Loop time of 0.020041 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:30 2021 Pair time (%) = 0.00124884 (6.23141) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.164172) Outpt time (%) = 0.018662 (93.119) Other time (%) = 9.72748e-05 (0.485379) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:30 2021 Memory usage per processor = 27.5511 Mbytes Step Atoms AVEKE stressZZ 28191 5000 1.3191775e-10 11576684 28192 -0.0152749999999917 11576544.0584265 28192 5000 1.3190868e-10 11576544 Loop time of 0.0203209 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:30 2021 Pair time (%) = 0.00125623 (6.18195) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.166604) Outpt time (%) = 0.0186648 (91.8505) Other time (%) = 0.000365973 (1.80097) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:30 2021 Memory usage per processor = 27.5511 Mbytes Step Atoms AVEKE stressZZ 28192 5000 1.3190868e-10 11576475 28193 -0.0152749999999917 11576335.3264715 28193 5000 1.3189961e-10 11576335 Loop time of 0.0192051 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:30 2021 Pair time (%) = 0.00151682 (7.898) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.176284) Outpt time (%) = 0.0175591 (91.4291) Other time (%) = 9.53674e-05 (0.496574) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:30 2021 Memory usage per processor = 27.5511 Mbytes Step Atoms AVEKE stressZZ 28193 5000 1.3189961e-10 11576267 28194 -0.0152749999999917 11576126.6054437 28194 5000 1.3189054e-10 11576127 Loop time of 0.0187099 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:31 2021 Pair time (%) = 0.00124788 (6.66964) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.180949) Outpt time (%) = 0.0173349 (92.6512) Other time (%) = 9.32217e-05 (0.498248) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:31 2021 Memory usage per processor = 27.5511 Mbytes Step Atoms AVEKE stressZZ 28194 5000 1.3189054e-10 11576058 28195 -0.0152749999999917 11575917.8953292 28195 5000 1.3188147e-10 11575918 Loop time of 0.0180461 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:31 2021 Pair time (%) = 0.001266 (7.01537) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.19289) Outpt time (%) = 0.016639 (92.2025) Other time (%) = 0.000106335 (0.589238) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:31 2021 Memory usage per processor = 27.5511 Mbytes Step Atoms AVEKE stressZZ 28195 5000 1.3188147e-10 11575849 28196 -0.0152749999999917 11575709.1961353 28196 5000 1.3187241e-10 11575709 Loop time of 0.0183332 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:31 2021 Pair time (%) = 0.00152302 (8.30743) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.223682) Outpt time (%) = 0.0166321 (90.7211) Other time (%) = 0.000137091 (0.747773) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:31 2021 Memory usage per processor = 27.5511 Mbytes Step Atoms AVEKE stressZZ 28196 5000 1.3187241e-10 11575640 28197 -0.0152749999999917 11575500.5079591 28197 5000 1.3186335e-10 11575501 Loop time of 0.018276 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:31 2021 Pair time (%) = 0.001297 (7.09673) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.196986) Outpt time (%) = 0.0168371 (92.1271) Other time (%) = 0.000105858 (0.579219) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:31 2021 Memory usage per processor = 27.5511 Mbytes Step Atoms AVEKE stressZZ 28197 5000 1.3186335e-10 11575432 28198 -0.0152749999999917 11575291.8307549 28198 5000 1.3185428e-10 11575292 Loop time of 0.018223 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:31 2021 Pair time (%) = 0.00124598 (6.83736) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.197559) Outpt time (%) = 0.0168431 (92.4274) Other time (%) = 9.799e-05 (0.537726) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:31 2021 Memory usage per processor = 27.5511 Mbytes Step Atoms AVEKE stressZZ 28198 5000 1.3185428e-10 11575223 28199 -0.0152749999999917 11575083.1645066 28199 5000 1.3184522e-10 11575083 Loop time of 0.0180829 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:31 2021 Pair time (%) = 0.00125813 (6.95761) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.18195) Outpt time (%) = 0.0166929 (92.3133) Other time (%) = 9.89437e-05 (0.547169) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:31 2021 Memory usage per processor = 27.5511 Mbytes Step Atoms AVEKE stressZZ 28199 5000 1.3184522e-10 11575014 28200 -0.0152749999999917 11574874.5092048 28200 5000 1.3183616e-10 11574875 Loop time of 0.020786 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:31 2021 Pair time (%) = 0.0013082 (6.29366) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.173199) Outpt time (%) = 0.0193341 (93.0147) Other time (%) = 0.000107765 (0.51845) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:31 2021 Memory usage per processor = 27.5512 Mbytes Step Atoms AVEKE stressZZ 28200 5000 1.3183616e-10 11574806 28201 -0.0152749999999917 11574665.8648436 28201 5000 1.318271e-10 11574666 Loop time of 0.018445 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:31 2021 Pair time (%) = 0.00145793 (7.90419) Neigh time (%) = 0 (0) Comm time (%) = 4.41074e-05 (0.239129) Outpt time (%) = 0.016804 (91.1031) Other time (%) = 0.000138998 (0.75358) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:31 2021 Memory usage per processor = 27.5512 Mbytes Step Atoms AVEKE stressZZ 28201 5000 1.318271e-10 11574597 28202 -0.0152749999999917 11574457.2314178 28202 5000 1.3181804e-10 11574457 Loop time of 0.0182378 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:31 2021 Pair time (%) = 0.00126791 (6.95209) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.18694) Outpt time (%) = 0.0168369 (92.3185) Other time (%) = 9.89437e-05 (0.542519) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:31 2021 Memory usage per processor = 27.5512 Mbytes Step Atoms AVEKE stressZZ 28202 5000 1.3181804e-10 11574388 28203 -0.0152749999999917 11574248.6089235 28203 5000 1.3180898e-10 11574249 Loop time of 0.018223 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:31 2021 Pair time (%) = 0.00124693 (6.84259) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.185784) Outpt time (%) = 0.016845 (92.4378) Other time (%) = 9.72748e-05 (0.533801) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:31 2021 Memory usage per processor = 27.5512 Mbytes Step Atoms AVEKE stressZZ 28203 5000 1.3180898e-10 11574180 28204 -0.0152749999999917 11574039.9973569 28204 5000 1.3179992e-10 11574040 Loop time of 0.0180399 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:31 2021 Pair time (%) = 0.00125098 (6.93451) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.187669) Outpt time (%) = 0.016655 (92.3227) Other time (%) = 0.000100136 (0.555078) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:31 2021 Memory usage per processor = 27.5512 Mbytes Step Atoms AVEKE stressZZ 28204 5000 1.3179992e-10 11573971 28205 -0.0152749999999917 11573831.3967148 28205 5000 1.3179087e-10 11573831 Loop time of 0.0180881 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:31 2021 Pair time (%) = 0.00137305 (7.59092) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.216168) Outpt time (%) = 0.016566 (91.5853) Other time (%) = 0.000109911 (0.607642) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:31 2021 Memory usage per processor = 27.5512 Mbytes Step Atoms AVEKE stressZZ 28205 5000 1.3179087e-10 11573763 28206 -0.0152749999999917 11573622.8069949 28206 5000 1.3178181e-10 11573623 Loop time of 0.0183651 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:31 2021 Pair time (%) = 0.00134301 (7.31283) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.202521) Outpt time (%) = 0.0168741 (91.881) Other time (%) = 0.000110865 (0.603669) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:31 2021 Memory usage per processor = 27.5512 Mbytes Step Atoms AVEKE stressZZ 28206 5000 1.3178181e-10 11573554 28207 -0.0152749999999917 11573414.2281646 28207 5000 1.3177276e-10 11573414 Loop time of 0.0181921 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:31 2021 Pair time (%) = 0.00124478 (6.84246) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.180858) Outpt time (%) = 0.0168171 (92.442) Other time (%) = 9.72748e-05 (0.53471) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:31 2021 Memory usage per processor = 27.5512 Mbytes Step Atoms AVEKE stressZZ 28207 5000 1.3177276e-10 11573345 28208 -0.0152749999999917 11573205.6602223 28208 5000 1.3176371e-10 11573206 Loop time of 0.0181279 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:31 2021 Pair time (%) = 0.00125003 (6.8956) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.181498) Outpt time (%) = 0.0167451 (92.3718) Other time (%) = 9.98974e-05 (0.551069) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:31 2021 Memory usage per processor = 27.5512 Mbytes Step Atoms AVEKE stressZZ 28208 5000 1.3176371e-10 11573137 28209 -0.0152749999999917 11572997.1031882 28209 5000 1.3175466e-10 11572997 Loop time of 0.0180299 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:31 2021 Pair time (%) = 0.00129604 (7.18829) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.193063) Outpt time (%) = 0.016592 (92.0249) Other time (%) = 0.00010705 (0.593735) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:31 2021 Memory usage per processor = 27.5512 Mbytes Step Atoms AVEKE stressZZ 28209 5000 1.3175466e-10 11572928 28210 -0.0152749999999917 11572788.5570602 28210 5000 1.317456e-10 11572789 Loop time of 0.0213721 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:31 2021 Pair time (%) = 0.00145388 (6.80269) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.181836) Outpt time (%) = 0.019742 (92.3729) Other time (%) = 0.000137329 (0.642563) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:31 2021 Memory usage per processor = 27.5512 Mbytes Step Atoms AVEKE stressZZ 28210 5000 1.317456e-10 11572720 28211 -0.0152749999999917 11572580.021836 28211 5000 1.3173656e-10 11572580 Loop time of 0.018271 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:31 2021 Pair time (%) = 0.00131321 (7.18741) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.180077) Outpt time (%) = 0.01682 (92.0584) Other time (%) = 0.000104904 (0.574158) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:31 2021 Memory usage per processor = 27.5512 Mbytes Step Atoms AVEKE stressZZ 28211 5000 1.3173656e-10 11572511 28212 -0.0152749999999917 11572371.4975137 28212 5000 1.3172751e-10 11572371 Loop time of 0.0182428 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:31 2021 Pair time (%) = 0.00124812 (6.84171) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.181661) Outpt time (%) = 0.0168629 (92.4356) Other time (%) = 9.87053e-05 (0.541063) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:31 2021 Memory usage per processor = 27.5512 Mbytes Step Atoms AVEKE stressZZ 28212 5000 1.3172751e-10 11572303 28213 -0.0152749999999917 11572162.9840911 28213 5000 1.3171846e-10 11572163 Loop time of 0.01863 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:31 2021 Pair time (%) = 0.00140405 (7.53647) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.188124) Outpt time (%) = 0.0170619 (91.5831) Other time (%) = 0.000128984 (0.692347) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:31 2021 Memory usage per processor = 27.5512 Mbytes Step Atoms AVEKE stressZZ 28213 5000 1.3171846e-10 11572094 28214 -0.0152749999999917 11571954.4815661 28214 5000 1.3170941e-10 11571954 Loop time of 0.0179911 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:31 2021 Pair time (%) = 0.00129294 (7.18659) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.194805) Outpt time (%) = 0.016556 (92.0236) Other time (%) = 0.00010705 (0.595017) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:31 2021 Memory usage per processor = 27.5512 Mbytes Step Atoms AVEKE stressZZ 28214 5000 1.3170941e-10 11571886 28215 -0.0152749999999917 11571745.989937 28215 5000 1.3170037e-10 11571746 Loop time of 0.018414 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:31 2021 Pair time (%) = 0.00143099 (7.77119) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.200689) Outpt time (%) = 0.016804 (91.2564) Other time (%) = 0.000142097 (0.771681) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:31 2021 Memory usage per processor = 27.5512 Mbytes Step Atoms AVEKE stressZZ 28215 5000 1.3170037e-10 11571677 28216 -0.0152749999999917 11571537.5092019 28216 5000 1.3169132e-10 11571538 Loop time of 0.0182211 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:31 2021 Pair time (%) = 0.00124598 (6.83808) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.187112) Outpt time (%) = 0.016844 (92.4423) Other time (%) = 9.70364e-05 (0.532548) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:31 2021 Memory usage per processor = 27.5512 Mbytes Step Atoms AVEKE stressZZ 28216 5000 1.3169132e-10 11571469 28217 -0.0152749999999917 11571329.0393585 28217 5000 1.3168228e-10 11571329 Loop time of 0.0181968 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:31 2021 Pair time (%) = 0.00124812 (6.85901) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.182121) Outpt time (%) = 0.01682 (92.4335) Other time (%) = 9.56059e-05 (0.525399) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:31 2021 Memory usage per processor = 27.5512 Mbytes Step Atoms AVEKE stressZZ 28217 5000 1.3168228e-10 11571260 28218 -0.0152749999999917 11571120.5804053 28218 5000 1.3167324e-10 11571121 Loop time of 0.0180552 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:31 2021 Pair time (%) = 0.00131488 (7.28255) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.192793) Outpt time (%) = 0.016598 (91.9291) Other time (%) = 0.000107527 (0.595545) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:31 2021 Memory usage per processor = 27.5512 Mbytes Step Atoms AVEKE stressZZ 28218 5000 1.3167324e-10 11571052 28219 -0.0152749999999917 11570912.1323869 28219 5000 1.316642e-10 11570912 Loop time of 0.0186069 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:31 2021 Pair time (%) = 0.00151181 (8.12501) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.215266) Outpt time (%) = 0.0169179 (90.923) Other time (%) = 0.000137091 (0.736773) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:29:31 2021 Memory usage per processor = 27.5512 Mbytes Step Atoms AVEKE stressZZ 28219 5000 1.316642e-10 11570843 28220 -0.0152749999999917 11570676.6569059 28220 5000 2.5936548e-10 11571059 Loop time of 0.0206838 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:31 2021 Pair time (%) = 0.00127602 (6.16917) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.169445) Outpt time (%) = 0.0192459 (93.0482) Other time (%) = 0.000126839 (0.613228) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:31 2021 Memory usage per processor = 27.5512 Mbytes Step Atoms AVEKE stressZZ 28220 5000 2.5936548e-10 11648101 28221 -0.0153074999999916 11647918.1250144 28221 5000 2.0861761e-10 11647918 Loop time of 0.018018 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:31 2021 Pair time (%) = 0.00130296 (7.23142) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.194514) Outpt time (%) = 0.0165789 (92.013) Other time (%) = 0.000101089 (0.561047) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:31 2021 Memory usage per processor = 27.5512 Mbytes Step Atoms AVEKE stressZZ 28221 5000 2.0861761e-10 11647825 28222 -0.0153074999999916 11647656.8871814 28222 5000 1.7924074e-10 11647657 Loop time of 0.017879 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:31 2021 Pair time (%) = 0.00124598 (6.96893) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.190692) Outpt time (%) = 0.0165009 (92.2923) Other time (%) = 9.799e-05 (0.548073) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:31 2021 Memory usage per processor = 27.5512 Mbytes Step Atoms AVEKE stressZZ 28222 5000 1.7924074e-10 11647572 28223 -0.0153074999999916 11647414.2131709 28223 5000 1.6173031e-10 11647414 Loop time of 0.017869 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:31 2021 Pair time (%) = 0.0012989 (7.26904) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.201473) Outpt time (%) = 0.016428 (91.9357) Other time (%) = 0.000106096 (0.593745) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:31 2021 Memory usage per processor = 27.5512 Mbytes Step Atoms AVEKE stressZZ 28223 5000 1.6173031e-10 11647335 28224 -0.0153074999999916 11647183.3406414 28224 5000 1.5106839e-10 11647183 Loop time of 0.0183358 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:31 2021 Pair time (%) = 0.00142908 (7.79393) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.196344) Outpt time (%) = 0.016741 (91.3024) Other time (%) = 0.0001297 (0.707357) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:31 2021 Memory usage per processor = 27.5512 Mbytes Step Atoms AVEKE stressZZ 28224 5000 1.5106839e-10 11647108 28225 -0.0153074999999916 11646959.9720714 28225 5000 1.4447895e-10 11646960 Loop time of 0.0181398 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:31 2021 Pair time (%) = 0.00125504 (6.91867) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.181378) Outpt time (%) = 0.016753 (92.3545) Other time (%) = 9.89437e-05 (0.54545) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:31 2021 Memory usage per processor = 27.5512 Mbytes Step Atoms AVEKE stressZZ 28225 5000 1.4447895e-10 11646887 28226 -0.0153074999999916 11646741.3763484 28226 5000 1.4036458e-10 11646741 Loop time of 0.017988 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:31 2021 Pair time (%) = 0.00125313 (6.96648) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.18291) Outpt time (%) = 0.0166049 (92.3112) Other time (%) = 9.70364e-05 (0.539452) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:31 2021 Memory usage per processor = 27.5512 Mbytes Step Atoms AVEKE stressZZ 28226 5000 1.4036458e-10 11646670 28227 -0.0153074999999916 11646525.8178242 28227 5000 1.3777749e-10 11646526 Loop time of 0.0179651 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:31 2021 Pair time (%) = 0.00127792 (7.11338) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.195087) Outpt time (%) = 0.0165451 (92.0957) Other time (%) = 0.00010705 (0.595878) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:31 2021 Memory usage per processor = 27.5512 Mbytes Step Atoms AVEKE stressZZ 28227 5000 1.3777749e-10 11646455 28228 -0.0153074999999916 11646312.1934767 28228 5000 1.3614254e-10 11646312 Loop time of 0.0183718 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:31 2021 Pair time (%) = 0.00151777 (8.26142) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.21802) Outpt time (%) = 0.01667 (90.7367) Other time (%) = 0.000144005 (0.783835) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:31 2021 Memory usage per processor = 27.5512 Mbytes Step Atoms AVEKE stressZZ 28228 5000 1.3614254e-10 11646242 28229 -0.0153074999999916 11646099.8023239 28229 5000 1.3510524e-10 11646100 Loop time of 0.0183859 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:31 2021 Pair time (%) = 0.00140405 (7.63655) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.20748) Outpt time (%) = 0.0168278 (91.5258) Other time (%) = 0.000115871 (0.630219) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:31 2021 Memory usage per processor = 27.5512 Mbytes Step Atoms AVEKE stressZZ 28229 5000 1.3510524e-10 11646030 28230 -0.0153074999999916 11645888.1988841 28230 5000 1.3444472e-10 11645888 Loop time of 0.0210729 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:31 2021 Pair time (%) = 0.00124907 (5.92741) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.16179) Outpt time (%) = 0.0196929 (93.4515) Other time (%) = 9.67979e-05 (0.459349) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:31 2021 Memory usage per processor = 27.5512 Mbytes Step Atoms AVEKE stressZZ 28230 5000 1.3444472e-10 11645818 28231 -0.0153074999999916 11645677.1000485 28231 5000 1.3402244e-10 11645677 Loop time of 0.018127 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:31 2021 Pair time (%) = 0.00125217 (6.9078) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.181507) Outpt time (%) = 0.0167429 (92.3649) Other time (%) = 9.89437e-05 (0.545837) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:31 2021 Memory usage per processor = 27.5512 Mbytes Step Atoms AVEKE stressZZ 28231 5000 1.3402244e-10 11645607 28232 -0.0153074999999916 11645466.3258982 28232 5000 1.3375107e-10 11645466 Loop time of 0.0205481 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:31 2021 Pair time (%) = 0.00129795 (6.31664) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.175205) Outpt time (%) = 0.019109 (92.9965) Other time (%) = 0.000105143 (0.51169) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:31 2021 Memory usage per processor = 27.5512 Mbytes Step Atoms AVEKE stressZZ 28232 5000 1.3375107e-10 11645397 28233 -0.0153074999999916 11645255.7620918 28233 5000 1.3357541e-10 11645256 Loop time of 0.0203409 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:31 2021 Pair time (%) = 0.00151801 (7.46284) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.162924) Outpt time (%) = 0.0186961 (91.9136) Other time (%) = 9.36985e-05 (0.46064) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:31 2021 Memory usage per processor = 27.5512 Mbytes Step Atoms AVEKE stressZZ 28233 5000 1.3357541e-10 11645186 28234 -0.0153074999999916 11645045.3359641 28234 5000 1.3346048e-10 11645045 Loop time of 0.0191209 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:32 2021 Pair time (%) = 0.00124907 (6.5325) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.173319) Outpt time (%) = 0.017746 (92.8091) Other time (%) = 9.27448e-05 (0.485043) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:32 2021 Memory usage per processor = 27.5512 Mbytes Step Atoms AVEKE stressZZ 28234 5000 1.3346048e-10 11644976 28235 -0.0153074999999916 11644835.0013349 28235 5000 1.3338412e-10 11644835 Loop time of 0.0185618 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:32 2021 Pair time (%) = 0.0015111 (8.14088) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.204228) Outpt time (%) = 0.0168769 (90.9228) Other time (%) = 0.000135899 (0.73214) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:32 2021 Memory usage per processor = 27.5512 Mbytes Step Atoms AVEKE stressZZ 28235 5000 1.3338412e-10 11644766 28236 -0.0153074999999916 11644624.7288556 28236 5000 1.3333226e-10 11644625 Loop time of 0.0182722 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:32 2021 Pair time (%) = 0.00126481 (6.92206) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.180065) Outpt time (%) = 0.0168738 (92.3472) Other time (%) = 0.000100613 (0.550633) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:32 2021 Memory usage per processor = 27.5512 Mbytes Step Atoms AVEKE stressZZ 28236 5000 1.3333226e-10 11644555 28237 -0.0153074999999916 11644414.4998743 28237 5000 1.3329596e-10 11644414 Loop time of 0.021929 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:32 2021 Pair time (%) = 0.00124812 (5.69164) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.150038) Outpt time (%) = 0.0205481 (93.7028) Other time (%) = 9.98974e-05 (0.455549) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:32 2021 Memory usage per processor = 27.5512 Mbytes Step Atoms AVEKE stressZZ 28237 5000 1.3329596e-10 11644345 28238 -0.0153074999999916 11644204.3025372 28238 5000 1.3326955e-10 11644204 Loop time of 0.018152 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:32 2021 Pair time (%) = 0.00124717 (6.87069) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.187824) Outpt time (%) = 0.0167718 (92.3964) Other time (%) = 9.89437e-05 (0.545084) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:32 2021 Memory usage per processor = 27.5512 Mbytes Step Atoms AVEKE stressZZ 28238 5000 1.3326955e-10 11644135 28239 -0.0153074999999916 11643994.1293104 28239 5000 1.3324942e-10 11643994 Loop time of 0.0180399 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:32 2021 Pair time (%) = 0.00128412 (7.11822) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.194277) Outpt time (%) = 0.0166199 (92.1285) Other time (%) = 0.000100851 (0.559043) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:32 2021 Memory usage per processor = 27.5512 Mbytes Step Atoms AVEKE stressZZ 28239 5000 1.3324942e-10 11643925 28240 -0.0153074999999916 11643783.9754055 28240 5000 1.3323328e-10 11643784 Loop time of 0.0213988 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:32 2021 Pair time (%) = 0.0014751 (6.89336) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.182724) Outpt time (%) = 0.0197289 (92.1964) Other time (%) = 0.000155687 (0.727552) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:32 2021 Memory usage per processor = 27.5512 Mbytes Step Atoms AVEKE stressZZ 28240 5000 1.3323328e-10 11643715 28241 -0.0153074999999916 11643573.8377788 28241 5000 1.3321969e-10 11643574 Loop time of 0.0182819 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:32 2021 Pair time (%) = 0.00131106 (7.17136) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.186489) Outpt time (%) = 0.0168309 (92.0631) Other time (%) = 0.000105858 (0.57903) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:32 2021 Memory usage per processor = 27.5512 Mbytes Step Atoms AVEKE stressZZ 28241 5000 1.3321969e-10 11643504 28242 -0.0153074999999916 11643363.7144958 28242 5000 1.332077e-10 11643364 Loop time of 0.01827 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:32 2021 Pair time (%) = 0.00124621 (6.82109) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.180086) Outpt time (%) = 0.016891 (92.452) Other time (%) = 9.98974e-05 (0.546783) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:32 2021 Memory usage per processor = 27.5512 Mbytes Step Atoms AVEKE stressZZ 28242 5000 1.332077e-10 11643294 28243 -0.0153074999999916 11643153.6043263 28243 5000 1.3319674e-10 11643154 Loop time of 0.0180671 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:32 2021 Pair time (%) = 0.00125194 (6.92936) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.182108) Outpt time (%) = 0.0166841 (92.3448) Other time (%) = 9.82285e-05 (0.543686) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:32 2021 Memory usage per processor = 27.5512 Mbytes Step Atoms AVEKE stressZZ 28243 5000 1.3319674e-10 11643084 28244 -0.0153074999999916 11642943.506488 28244 5000 1.3318644e-10 11642944 Loop time of 0.0180669 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:32 2021 Pair time (%) = 0.00129294 (7.15643) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.193988) Outpt time (%) = 0.0166311 (92.0531) Other time (%) = 0.000107765 (0.596479) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:32 2021 Memory usage per processor = 27.5512 Mbytes Step Atoms AVEKE stressZZ 28244 5000 1.3318644e-10 11642874 28245 -0.0153074999999916 11642733.4204831 28245 5000 1.3317655e-10 11642733 Loop time of 0.018446 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:32 2021 Pair time (%) = 0.00144291 (7.82236) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.211974) Outpt time (%) = 0.0168259 (91.2173) Other time (%) = 0.000138044 (0.748371) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:32 2021 Memory usage per processor = 27.5512 Mbytes Step Atoms AVEKE stressZZ 28245 5000 1.3317655e-10 11642664 28246 -0.0153074999999916 11642523.3459956 28246 5000 1.3316692e-10 11642523 Loop time of 0.018224 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:32 2021 Pair time (%) = 0.00124907 (6.85401) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.180541) Outpt time (%) = 0.016845 (92.433) Other time (%) = 9.70364e-05 (0.532465) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:32 2021 Memory usage per processor = 27.5512 Mbytes Step Atoms AVEKE stressZZ 28246 5000 1.3316692e-10 11642454 28247 -0.0153074999999916 11642313.2828227 28247 5000 1.3315746e-10 11642313 Loop time of 0.0182459 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:32 2021 Pair time (%) = 0.00125003 (6.851) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.186857) Outpt time (%) = 0.016866 (92.4369) Other time (%) = 9.58443e-05 (0.525291) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:32 2021 Memory usage per processor = 27.5512 Mbytes Step Atoms AVEKE stressZZ 28247 5000 1.3315746e-10 11642244 28248 -0.0153074999999916 11642103.2308363 28248 5000 1.3314811e-10 11642103 Loop time of 0.0179861 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:32 2021 Pair time (%) = 0.0012579 (6.99373) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.189557) Outpt time (%) = 0.0165911 (92.2441) Other time (%) = 0.000102997 (0.572648) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:32 2021 Memory usage per processor = 27.5512 Mbytes Step Atoms AVEKE stressZZ 28248 5000 1.3314811e-10 11642034 28249 -0.0153074999999916 11641893.1899537 28249 5000 1.3313883e-10 11641893 Loop time of 0.018311 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:32 2021 Pair time (%) = 0.00149703 (8.17557) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.223953) Outpt time (%) = 0.016633 (90.8362) Other time (%) = 0.000139952 (0.764303) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:32 2021 Memory usage per processor = 27.5512 Mbytes Step Atoms AVEKE stressZZ 28249 5000 1.3313883e-10 11641824 28250 -0.0153074999999916 11641683.1601224 28250 5000 1.3312959e-10 11641683 Loop time of 0.0211358 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:32 2021 Pair time (%) = 0.00128102 (6.06091) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.16018) Outpt time (%) = 0.0197201 (93.3017) Other time (%) = 0.000100851 (0.477157) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:32 2021 Memory usage per processor = 27.5512 Mbytes Step Atoms AVEKE stressZZ 28250 5000 1.3312959e-10 11641614 28251 -0.0153074999999916 11641473.1413082 28251 5000 1.3312038e-10 11641473 Loop time of 0.018234 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:32 2021 Pair time (%) = 0.00124812 (6.84502) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.180442) Outpt time (%) = 0.016854 (92.4319) Other time (%) = 9.89437e-05 (0.542633) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:32 2021 Memory usage per processor = 27.5512 Mbytes Step Atoms AVEKE stressZZ 28251 5000 1.3312038e-10 11641404 28252 -0.0153074999999916 11641263.1334888 28252 5000 1.3311118e-10 11641263 Loop time of 0.018225 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:32 2021 Pair time (%) = 0.00125003 (6.85888) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.18184) Outpt time (%) = 0.0168431 (92.4177) Other time (%) = 9.87053e-05 (0.541594) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:32 2021 Memory usage per processor = 27.5512 Mbytes Step Atoms AVEKE stressZZ 28252 5000 1.3311118e-10 11641194 28253 -0.0153074999999916 11641053.13665 28253 5000 1.33102e-10 11641053 Loop time of 0.0183041 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:32 2021 Pair time (%) = 0.00127792 (6.98162) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.184961) Outpt time (%) = 0.0168889 (92.2681) Other time (%) = 0.000103474 (0.565303) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:32 2021 Memory usage per processor = 27.5512 Mbytes Step Atoms AVEKE stressZZ 28253 5000 1.33102e-10 11640984 28254 -0.0153074999999916 11640843.1507816 28254 5000 1.3309283e-10 11640843 Loop time of 0.018461 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:32 2021 Pair time (%) = 0.00153112 (8.29384) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.195012) Outpt time (%) = 0.0167539 (90.7531) Other time (%) = 0.000139952 (0.758094) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:32 2021 Memory usage per processor = 27.5512 Mbytes Step Atoms AVEKE stressZZ 28254 5000 1.3309283e-10 11640774 28255 -0.0153074999999916 11640633.1758771 28255 5000 1.3308366e-10 11640633 Loop time of 0.0183179 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:32 2021 Pair time (%) = 0.00128794 (7.03102) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.179615) Outpt time (%) = 0.016896 (92.2375) Other time (%) = 0.000101089 (0.551861) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:32 2021 Memory usage per processor = 27.5512 Mbytes Step Atoms AVEKE stressZZ 28255 5000 1.3308366e-10 11640564 28256 -0.0153074999999916 11640423.2119396 28256 5000 1.330745e-10 11640423 Loop time of 0.0182331 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:32 2021 Pair time (%) = 0.00125813 (6.90029) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.186989) Outpt time (%) = 0.016845 (92.3871) Other time (%) = 9.58443e-05 (0.525662) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:32 2021 Memory usage per processor = 27.5512 Mbytes Step Atoms AVEKE stressZZ 28256 5000 1.330745e-10 11640354 28257 -0.0153074999999916 11640213.2589788 28257 5000 1.3306534e-10 11640213 Loop time of 0.018039 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:32 2021 Pair time (%) = 0.00125384 (6.95074) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.182393) Outpt time (%) = 0.016654 (92.3223) Other time (%) = 9.82285e-05 (0.544534) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:32 2021 Memory usage per processor = 27.5512 Mbytes Step Atoms AVEKE stressZZ 28257 5000 1.3306534e-10 11640144 28258 -0.0153074999999916 11640003.3169825 28258 5000 1.3305618e-10 11640003 Loop time of 0.0181551 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:32 2021 Pair time (%) = 0.00141001 (7.76645) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.203551) Outpt time (%) = 0.016597 (91.418) Other time (%) = 0.000111103 (0.611966) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:32 2021 Memory usage per processor = 27.5512 Mbytes Step Atoms AVEKE stressZZ 28258 5000 1.3305618e-10 11639934 28259 -0.0153074999999916 11639793.385946 28259 5000 1.3304702e-10 11639793 Loop time of 0.018465 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:32 2021 Pair time (%) = 0.001333 (7.21904) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.201425) Outpt time (%) = 0.0169861 (91.9908) Other time (%) = 0.000108719 (0.588782) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:32 2021 Memory usage per processor = 27.5512 Mbytes Step Atoms AVEKE stressZZ 28259 5000 1.3304702e-10 11639724 28260 -0.0153074999999916 11639583.4658658 28260 5000 1.3303787e-10 11639583 Loop time of 0.020987 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:32 2021 Pair time (%) = 0.00125098 (5.96074) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.157908) Outpt time (%) = 0.019604 (93.4099) Other time (%) = 9.89437e-05 (0.471452) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:32 2021 Memory usage per processor = 27.5512 Mbytes Step Atoms AVEKE stressZZ 28260 5000 1.3303787e-10 11639514 28261 -0.0153074999999916 11639373.5567396 28261 5000 1.3302872e-10 11639374 Loop time of 0.0183029 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:32 2021 Pair time (%) = 0.00125885 (6.87787) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.191486) Outpt time (%) = 0.0169051 (92.3627) Other time (%) = 0.000103951 (0.567945) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:32 2021 Memory usage per processor = 27.5512 Mbytes Step Atoms AVEKE stressZZ 28261 5000 1.3302872e-10 11639304 28262 -0.0153074999999916 11639163.6585649 28262 5000 1.3301956e-10 11639164 Loop time of 0.018059 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:32 2021 Pair time (%) = 0.00126386 (6.99848) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.18219) Outpt time (%) = 0.01666 (92.253) Other time (%) = 0.000102282 (0.566374) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:32 2021 Memory usage per processor = 27.5512 Mbytes Step Atoms AVEKE stressZZ 28262 5000 1.3301956e-10 11639094 28263 -0.0153074999999916 11638953.77134 28263 5000 1.3301041e-10 11638954 Loop time of 0.0182989 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:32 2021 Pair time (%) = 0.00145102 (7.92954) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.207163) Outpt time (%) = 0.0166769 (91.1363) Other time (%) = 0.000133038 (0.727026) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:32 2021 Memory usage per processor = 27.5512 Mbytes Step Atoms AVEKE stressZZ 28263 5000 1.3301041e-10 11638884 28264 -0.0153074999999916 11638743.895063 28264 5000 1.3300126e-10 11638744 Loop time of 0.0183201 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:32 2021 Pair time (%) = 0.001297 (7.07965) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.186101) Outpt time (%) = 0.0168831 (92.1564) Other time (%) = 0.000105858 (0.577824) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:32 2021 Memory usage per processor = 27.5512 Mbytes Step Atoms AVEKE stressZZ 28264 5000 1.3300126e-10 11638675 28265 -0.0153074999999916 11638534.0297322 28265 5000 1.3299211e-10 11638534 Loop time of 0.018249 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:32 2021 Pair time (%) = 0.00124717 (6.83416) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.185519) Outpt time (%) = 0.01687 (92.4434) Other time (%) = 9.799e-05 (0.53696) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:32 2021 Memory usage per processor = 27.5512 Mbytes Step Atoms AVEKE stressZZ 28265 5000 1.3299211e-10 11638465 28266 -0.0153074999999916 11638324.1753462 28266 5000 1.3298297e-10 11638324 Loop time of 0.0181351 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:32 2021 Pair time (%) = 0.00125909 (6.94284) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.188) Outpt time (%) = 0.0167441 (92.3301) Other time (%) = 9.77516e-05 (0.53902) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:32 2021 Memory usage per processor = 27.5512 Mbytes Step Atoms AVEKE stressZZ 28266 5000 1.3298297e-10 11638255 28267 -0.0153074999999916 11638114.3319032 28267 5000 1.3297382e-10 11638114 Loop time of 0.0180509 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:32 2021 Pair time (%) = 0.00132513 (7.34107) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.199443) Outpt time (%) = 0.0165799 (91.8506) Other time (%) = 0.000109911 (0.608894) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:32 2021 Memory usage per processor = 27.5512 Mbytes Step Atoms AVEKE stressZZ 28267 5000 1.3297382e-10 11638045 28268 -0.0153074999999916 11637904.4994018 28268 5000 1.3296467e-10 11637904 Loop time of 0.0183871 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:32 2021 Pair time (%) = 0.00142407 (7.74497) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.207466) Outpt time (%) = 0.0167961 (91.3474) Other time (%) = 0.000128746 (0.700198) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:32 2021 Memory usage per processor = 27.5512 Mbytes Step Atoms AVEKE stressZZ 28268 5000 1.3296467e-10 11637835 28269 -0.0153074999999916 11637694.6778407 28269 5000 1.3295553e-10 11637695 Loop time of 0.018259 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:32 2021 Pair time (%) = 0.00127387 (6.97665) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.191946) Outpt time (%) = 0.0168481 (92.2725) Other time (%) = 0.000102043 (0.558863) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:32 2021 Memory usage per processor = 27.5512 Mbytes Step Atoms AVEKE stressZZ 28269 5000 1.3295553e-10 11637625 28270 -0.0153074999999916 11637484.8672182 28270 5000 1.3294639e-10 11637485 Loop time of 0.0210671 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:32 2021 Pair time (%) = 0.00126696 (6.0139) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.156176) Outpt time (%) = 0.0196679 (93.358) Other time (%) = 9.94205e-05 (0.471922) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:32 2021 Memory usage per processor = 27.5512 Mbytes Step Atoms AVEKE stressZZ 28270 5000 1.3294639e-10 11637416 28271 -0.0153074999999916 11637275.0675329 28271 5000 1.3293724e-10 11637275 Loop time of 0.0180321 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:32 2021 Pair time (%) = 0.00125384 (6.95341) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.189073) Outpt time (%) = 0.0166459 (92.3128) Other time (%) = 9.82285e-05 (0.544743) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:32 2021 Memory usage per processor = 27.5512 Mbytes Step Atoms AVEKE stressZZ 28271 5000 1.3293724e-10 11637206 28272 -0.0153074999999916 11637065.2787835 28272 5000 1.329281e-10 11637065 Loop time of 0.018146 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:32 2021 Pair time (%) = 0.00140285 (7.73092) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.214164) Outpt time (%) = 0.0165939 (91.4466) Other time (%) = 0.000110388 (0.60833) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:32 2021 Memory usage per processor = 27.5512 Mbytes Step Atoms AVEKE stressZZ 28272 5000 1.329281e-10 11636996 28273 -0.0153074999999916 11636855.5009684 28273 5000 1.3291896e-10 11636856 Loop time of 0.0206351 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:32 2021 Pair time (%) = 0.00131297 (6.3628) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.169844) Outpt time (%) = 0.019182 (92.9578) Other time (%) = 0.000105143 (0.509532) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:32 2021 Memory usage per processor = 27.5512 Mbytes Step Atoms AVEKE stressZZ 28273 5000 1.3291896e-10 11636786 28274 -0.0153074999999916 11636645.7340866 28274 5000 1.3290982e-10 11636646 Loop time of 0.021456 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:33 2021 Pair time (%) = 0.00153589 (7.15833) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.153345) Outpt time (%) = 0.0197871 (92.2216) Other time (%) = 0.000100136 (0.466703) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:33 2021 Memory usage per processor = 27.5512 Mbytes Step Atoms AVEKE stressZZ 28274 5000 1.3290982e-10 11636576 28275 -0.0153074999999916 11636435.9781362 28275 5000 1.3290069e-10 11636436 Loop time of 0.0189769 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:33 2021 Pair time (%) = 0.00125504 (6.61348) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.173378) Outpt time (%) = 0.017596 (92.7232) Other time (%) = 9.29832e-05 (0.489981) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:33 2021 Memory usage per processor = 27.5512 Mbytes Step Atoms AVEKE stressZZ 28275 5000 1.3290069e-10 11636367 28276 -0.0153074999999916 11636226.2331164 28276 5000 1.3289155e-10 11636226 Loop time of 0.018889 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:33 2021 Pair time (%) = 0.00125289 (6.63292) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.174185) Outpt time (%) = 0.0175099 (92.6994) Other time (%) = 9.32217e-05 (0.493525) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:33 2021 Memory usage per processor = 27.5512 Mbytes Step Atoms AVEKE stressZZ 28276 5000 1.3289155e-10 11636157 28277 -0.0153074999999916 11636016.4990254 28277 5000 1.3288241e-10 11636016 Loop time of 0.0180781 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:33 2021 Pair time (%) = 0.00124693 (6.89746) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.187273) Outpt time (%) = 0.0167 (92.3772) Other time (%) = 9.72748e-05 (0.538081) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:33 2021 Memory usage per processor = 27.5512 Mbytes Step Atoms AVEKE stressZZ 28277 5000 1.3288241e-10 11635947 28278 -0.0153074999999916 11635806.7758622 28278 5000 1.3287328e-10 11635807 Loop time of 0.0181649 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:33 2021 Pair time (%) = 0.00141788 (7.80559) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.203441) Outpt time (%) = 0.0165911 (91.336) Other time (%) = 0.000118971 (0.65495) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:33 2021 Memory usage per processor = 27.5512 Mbytes Step Atoms AVEKE stressZZ 28278 5000 1.3287328e-10 11635738 28279 -0.0153074999999916 11635597.0636252 28279 5000 1.3286415e-10 11635597 Loop time of 0.0184209 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:33 2021 Pair time (%) = 0.00135612 (7.36187) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.185082) Outpt time (%) = 0.016916 (91.8305) Other time (%) = 0.000114679 (0.622549) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:33 2021 Memory usage per processor = 27.5512 Mbytes Step Atoms AVEKE stressZZ 28279 5000 1.3286415e-10 11635528 28280 -0.0153074999999916 11635387.3623132 28280 5000 1.3285501e-10 11635387 Loop time of 0.0209782 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:33 2021 Pair time (%) = 0.00125003 (5.9587) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.156838) Outpt time (%) = 0.019598 (93.4208) Other time (%) = 9.72748e-05 (0.463694) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:33 2021 Memory usage per processor = 27.5512 Mbytes Step Atoms AVEKE stressZZ 28280 5000 1.3285501e-10 11635318 28281 -0.0153074999999916 11635177.6719248 28281 5000 1.3284588e-10 11635178 Loop time of 0.0182779 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:33 2021 Pair time (%) = 0.00127602 (6.9812) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.185226) Outpt time (%) = 0.0168669 (92.2805) Other time (%) = 0.000101089 (0.55307) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:33 2021 Memory usage per processor = 27.5512 Mbytes Step Atoms AVEKE stressZZ 28281 5000 1.3284588e-10 11635108 28282 -0.0153074999999916 11634967.992459 28282 5000 1.3283675e-10 11634968 Loop time of 0.017992 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:33 2021 Pair time (%) = 0.00125694 (6.98611) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.194795) Outpt time (%) = 0.0165989 (92.2572) Other time (%) = 0.000101089 (0.561857) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:33 2021 Memory usage per processor = 27.5512 Mbytes Step Atoms AVEKE stressZZ 28282 5000 1.3283675e-10 11634899 28283 -0.0153074999999916 11634758.3239139 28283 5000 1.3282762e-10 11634758 Loop time of 0.0183241 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:33 2021 Pair time (%) = 0.001441 (7.86396) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.201673) Outpt time (%) = 0.016715 (91.2188) Other time (%) = 0.00013113 (0.715615) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:33 2021 Memory usage per processor = 27.5512 Mbytes Step Atoms AVEKE stressZZ 28283 5000 1.3282762e-10 11634689 28284 -0.0153074999999916 11634548.6662888 28284 5000 1.3281849e-10 11634549 Loop time of 0.0182931 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:33 2021 Pair time (%) = 0.00130916 (7.15654) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.181162) Outpt time (%) = 0.016845 (92.0836) Other time (%) = 0.000105858 (0.578675) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:33 2021 Memory usage per processor = 27.5512 Mbytes Step Atoms AVEKE stressZZ 28284 5000 1.3281849e-10 11634479 28285 -0.0153074999999916 11634339.019582 28285 5000 1.3280936e-10 11634339 Loop time of 0.018255 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:33 2021 Pair time (%) = 0.001266 (6.9351) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.180234) Outpt time (%) = 0.0168591 (92.3531) Other time (%) = 9.70364e-05 (0.531561) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:33 2021 Memory usage per processor = 27.5512 Mbytes Step Atoms AVEKE stressZZ 28285 5000 1.3280936e-10 11634270 28286 -0.0153074999999916 11634129.3837923 28286 5000 1.3280024e-10 11634129 Loop time of 0.0181501 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:33 2021 Pair time (%) = 0.0012548 (6.91345) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.181276) Outpt time (%) = 0.016763 (92.3575) Other time (%) = 9.94205e-05 (0.547769) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:33 2021 Memory usage per processor = 27.5512 Mbytes Step Atoms AVEKE stressZZ 28286 5000 1.3280024e-10 11634060 28287 -0.0153074999999916 11633919.7589185 28287 5000 1.3279111e-10 11633920 Loop time of 0.0180421 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:33 2021 Pair time (%) = 0.00132298 (7.33277) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.19954) Outpt time (%) = 0.0165761 (91.8744) Other time (%) = 0.00010705 (0.593335) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:33 2021 Memory usage per processor = 27.5512 Mbytes Step Atoms AVEKE stressZZ 28287 5000 1.3279111e-10 11633851 28288 -0.0153074999999916 11633710.1449594 28288 5000 1.3278199e-10 11633710 Loop time of 0.018429 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:33 2021 Pair time (%) = 0.00143504 (7.78685) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.206994) Outpt time (%) = 0.01682 (91.2687) Other time (%) = 0.000135899 (0.737415) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:33 2021 Memory usage per processor = 27.5512 Mbytes Step Atoms AVEKE stressZZ 28288 5000 1.3278199e-10 11633641 28289 -0.0153074999999916 11633500.5419179 28289 5000 1.3277287e-10 11633501 Loop time of 0.0183299 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:33 2021 Pair time (%) = 0.0012722 (6.9406) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.184701) Outpt time (%) = 0.016922 (92.3193) Other time (%) = 0.000101805 (0.555404) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:33 2021 Memory usage per processor = 27.5512 Mbytes Step Atoms AVEKE stressZZ 28289 5000 1.3277287e-10 11633431 28290 -0.0153074999999916 11633290.9498014 28290 5000 1.3276374e-10 11633291 Loop time of 0.0209742 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:33 2021 Pair time (%) = 0.00124693 (5.94507) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.156868) Outpt time (%) = 0.0195949 (93.424) Other time (%) = 9.94205e-05 (0.474014) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:33 2021 Memory usage per processor = 27.5512 Mbytes Step Atoms AVEKE stressZZ 28290 5000 1.3276374e-10 11633222 28291 -0.0153074999999916 11633081.3685963 28291 5000 1.3275462e-10 11633081 Loop time of 0.018095 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:33 2021 Pair time (%) = 0.00131989 (7.29419) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.187098) Outpt time (%) = 0.016633 (91.9205) Other time (%) = 0.000108242 (0.598187) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:33 2021 Memory usage per processor = 27.5512 Mbytes Step Atoms AVEKE stressZZ 28291 5000 1.3275462e-10 11633012 28292 -0.0153074999999916 11632871.798301 28292 5000 1.327455e-10 11632872 Loop time of 0.0183969 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:33 2021 Pair time (%) = 0.00136209 (7.4039) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.195692) Outpt time (%) = 0.016892 (91.8198) Other time (%) = 0.000106812 (0.580597) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:33 2021 Memory usage per processor = 27.5512 Mbytes Step Atoms AVEKE stressZZ 28292 5000 1.327455e-10 11632803 28293 -0.0153074999999916 11632662.2389146 28293 5000 1.3273638e-10 11632662 Loop time of 0.0182972 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:33 2021 Pair time (%) = 0.0012691 (6.93605) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.191546) Outpt time (%) = 0.0168939 (92.3303) Other time (%) = 9.91821e-05 (0.542062) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:33 2021 Memory usage per processor = 27.5512 Mbytes Step Atoms AVEKE stressZZ 28293 5000 1.3273638e-10 11632593 28294 -0.0153074999999916 11632452.6904354 28294 5000 1.3272727e-10 11632453 Loop time of 0.018219 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:33 2021 Pair time (%) = 0.00125098 (6.86636) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.181899) Outpt time (%) = 0.016835 (92.4034) Other time (%) = 9.98974e-05 (0.548314) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:33 2021 Memory usage per processor = 27.5512 Mbytes Step Atoms AVEKE stressZZ 28294 5000 1.3272727e-10 11632383 28295 -0.0153074999999916 11632243.1528623 28295 5000 1.3271815e-10 11632243 Loop time of 0.0182221 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:33 2021 Pair time (%) = 0.00127292 (6.98557) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.187102) Outpt time (%) = 0.016813 (92.2673) Other time (%) = 0.000102043 (0.559997) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:33 2021 Memory usage per processor = 27.5512 Mbytes Step Atoms AVEKE stressZZ 28295 5000 1.3271815e-10 11632174 28296 -0.0153074999999916 11632033.6261942 28296 5000 1.3270903e-10 11632034 Loop time of 0.018074 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:33 2021 Pair time (%) = 0.0012939 (7.15888) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.193911) Outpt time (%) = 0.016639 (92.0602) Other time (%) = 0.000106096 (0.587009) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:33 2021 Memory usage per processor = 27.5512 Mbytes Step Atoms AVEKE stressZZ 28296 5000 1.3270903e-10 11631964 28297 -0.0153074999999916 11631824.1104297 28297 5000 1.3269992e-10 11631824 Loop time of 0.018415 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:33 2021 Pair time (%) = 0.00145411 (7.89637) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.207152) Outpt time (%) = 0.016788 (91.165) Other time (%) = 0.000134706 (0.731505) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:33 2021 Memory usage per processor = 27.5512 Mbytes Step Atoms AVEKE stressZZ 28297 5000 1.3269992e-10 11631755 28298 -0.0153074999999916 11631614.6055674 28298 5000 1.3269081e-10 11631615 Loop time of 0.018328 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:33 2021 Pair time (%) = 0.0012939 (7.0597) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.189924) Outpt time (%) = 0.016891 (92.1598) Other time (%) = 0.000108242 (0.590584) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:33 2021 Memory usage per processor = 27.5512 Mbytes Step Atoms AVEKE stressZZ 28298 5000 1.3269081e-10 11631545 28299 -0.0153074999999916 11631405.1116062 28299 5000 1.3268169e-10 11631405 Loop time of 0.0184591 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:33 2021 Pair time (%) = 0.00125194 (6.78222) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.178242) Outpt time (%) = 0.017077 (92.5126) Other time (%) = 9.72748e-05 (0.526975) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:33 2021 Memory usage per processor = 27.5512 Mbytes Step Atoms AVEKE stressZZ 28299 5000 1.3268169e-10 11631336 28300 -0.0153074999999916 11631195.6285466 28300 5000 1.3267258e-10 11631196 Loop time of 0.020848 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:33 2021 Pair time (%) = 0.00125217 (6.0062) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.162392) Outpt time (%) = 0.0194628 (93.3557) Other time (%) = 9.91821e-05 (0.475738) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:33 2021 Memory usage per processor = 27.5512 Mbytes Step Atoms AVEKE stressZZ 28300 5000 1.3267258e-10 11631126 28301 -0.0153074999999916 11630986.1564611 28301 5000 1.3266347e-10 11630986 Loop time of 0.018044 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:33 2021 Pair time (%) = 0.00133491 (7.39806) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.194234) Outpt time (%) = 0.0165701 (91.8316) Other time (%) = 0.000103951 (0.576095) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:33 2021 Memory usage per processor = 27.5512 Mbytes Step Atoms AVEKE stressZZ 28301 5000 1.3266347e-10 11630917 28302 -0.0153074999999916 11630776.6953269 28302 5000 1.3265436e-10 11630777 Loop time of 0.01846 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:33 2021 Pair time (%) = 0.00143194 (7.75698) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.206646) Outpt time (%) = 0.0168519 (91.2886) Other time (%) = 0.000138044 (0.747801) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:33 2021 Memory usage per processor = 27.5512 Mbytes Step Atoms AVEKE stressZZ 28302 5000 1.3265436e-10 11630707 28303 -0.0153074999999916 11630567.2451124 28303 5000 1.3264525e-10 11630567 Loop time of 0.0182531 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:33 2021 Pair time (%) = 0.00125194 (6.85876) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.181559) Outpt time (%) = 0.01687 (92.4228) Other time (%) = 9.799e-05 (0.536841) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:33 2021 Memory usage per processor = 27.5512 Mbytes Step Atoms AVEKE stressZZ 28303 5000 1.3264525e-10 11630498 28304 -0.0153074999999916 11630357.8058113 28304 5000 1.3263615e-10 11630358 Loop time of 0.0182121 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:33 2021 Pair time (%) = 0.00124788 (6.85195) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.185896) Outpt time (%) = 0.0168331 (92.428) Other time (%) = 9.72748e-05 (0.534122) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:33 2021 Memory usage per processor = 27.5512 Mbytes Step Atoms AVEKE stressZZ 28304 5000 1.3263615e-10 11630289 28305 -0.0153074999999916 11630148.3774249 28305 5000 1.3262704e-10 11630148 Loop time of 0.018054 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:33 2021 Pair time (%) = 0.00125909 (6.97401) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.188844) Outpt time (%) = 0.0166552 (92.2521) Other time (%) = 0.000105619 (0.585019) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:33 2021 Memory usage per processor = 27.5512 Mbytes Step Atoms AVEKE stressZZ 28305 5000 1.3262704e-10 11630079 28306 -0.0153074999999916 11629938.9599498 28306 5000 1.3261794e-10 11629939 Loop time of 0.0183051 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:33 2021 Pair time (%) = 0.0014689 (8.02454) Neigh time (%) = 0 (0) Comm time (%) = 4.48227e-05 (0.244865) Outpt time (%) = 0.0166352 (90.8775) Other time (%) = 0.000156164 (0.85312) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:33 2021 Memory usage per processor = 27.5512 Mbytes Step Atoms AVEKE stressZZ 28306 5000 1.3261794e-10 11629870 28307 -0.0153074999999916 11629729.5533831 28307 5000 1.3260883e-10 11629730 Loop time of 0.0183582 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:33 2021 Pair time (%) = 0.00135708 (7.39221) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.190909) Outpt time (%) = 0.01686 (91.839) Other time (%) = 0.000106096 (0.577922) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:33 2021 Memory usage per processor = 27.5512 Mbytes Step Atoms AVEKE stressZZ 28307 5000 1.3260883e-10 11629660 28308 -0.0153074999999916 11629520.1577226 28308 5000 1.3259973e-10 11629520 Loop time of 0.018338 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:33 2021 Pair time (%) = 0.00125384 (6.83742) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.179419) Outpt time (%) = 0.016953 (92.4475) Other time (%) = 9.82285e-05 (0.535656) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:33 2021 Memory usage per processor = 27.5512 Mbytes Step Atoms AVEKE stressZZ 28308 5000 1.3259973e-10 11629451 28309 -0.0153074999999916 11629310.772966 28309 5000 1.3259063e-10 11629311 Loop time of 0.0180631 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:33 2021 Pair time (%) = 0.00125194 (6.93092) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.187429) Outpt time (%) = 0.016679 (92.3378) Other time (%) = 9.82285e-05 (0.543808) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:33 2021 Memory usage per processor = 27.5512 Mbytes Step Atoms AVEKE stressZZ 28309 5000 1.3259063e-10 11629242 28310 -0.0153074999999916 11629101.3991112 28310 5000 1.3258153e-10 11629101 Loop time of 0.020997 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:33 2021 Pair time (%) = 0.00140095 (6.67212) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.181678) Outpt time (%) = 0.019438 (92.5751) Other time (%) = 0.000119925 (0.57115) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:33 2021 Memory usage per processor = 27.5512 Mbytes Step Atoms AVEKE stressZZ 28310 5000 1.3258153e-10 11629032 28311 -0.0153074999999916 11628892.0361561 28311 5000 1.3257243e-10 11628892 Loop time of 0.0184619 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:33 2021 Pair time (%) = 0.00150299 (8.14102) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.205334) Outpt time (%) = 0.016772 (90.8465) Other time (%) = 0.000149012 (0.807129) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:33 2021 Memory usage per processor = 27.5512 Mbytes Step Atoms AVEKE stressZZ 28311 5000 1.3257243e-10 11628823 28312 -0.0153074999999916 11628682.6840993 28312 5000 1.3256333e-10 11628683 Loop time of 0.0182979 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:33 2021 Pair time (%) = 0.00127196 (6.95141) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.185024) Outpt time (%) = 0.0168898 (92.3046) Other time (%) = 0.000102282 (0.55898) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:33 2021 Memory usage per processor = 27.5512 Mbytes Step Atoms AVEKE stressZZ 28312 5000 1.3256333e-10 11628613 28313 -0.0153074999999916 11628473.3429386 28313 5000 1.3255423e-10 11628473 Loop time of 0.018214 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:33 2021 Pair time (%) = 0.00125098 (6.86825) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.181949) Outpt time (%) = 0.0168321 (92.4131) Other time (%) = 9.77516e-05 (0.536684) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:33 2021 Memory usage per processor = 27.5512 Mbytes Step Atoms AVEKE stressZZ 28313 5000 1.3255423e-10 11628404 28314 -0.0153074999999916 11628264.0126725 28314 5000 1.3254513e-10 11628264 Loop time of 0.0179901 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:33 2021 Pair time (%) = 0.0012548 (6.97493) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.182888) Outpt time (%) = 0.0166042 (92.2962) Other time (%) = 9.82285e-05 (0.546014) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:33 2021 Memory usage per processor = 27.5512 Mbytes Step Atoms AVEKE stressZZ 28314 5000 1.3254513e-10 11628195 28315 -0.0153074999999916 11628054.6932993 28315 5000 1.3253604e-10 11628055 Loop time of 0.020725 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:34 2021 Pair time (%) = 0.0013001 (6.27308) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.169107) Outpt time (%) = 0.0192831 (93.0424) Other time (%) = 0.000106812 (0.515375) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:34 2021 Memory usage per processor = 27.5512 Mbytes Step Atoms AVEKE stressZZ 28315 5000 1.3253604e-10 11627986 28316 -0.0153074999999916 11627845.3848176 28316 5000 1.3252694e-10 11627845 Loop time of 0.0195918 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:34 2021 Pair time (%) = 0.00187707 (9.58089) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.167936) Outpt time (%) = 0.0175869 (89.7668) Other time (%) = 9.48906e-05 (0.484338) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:34 2021 Memory usage per processor = 27.5512 Mbytes Step Atoms AVEKE stressZZ 28316 5000 1.3252694e-10 11627776 28317 -0.0153074999999916 11627636.0872256 28317 5000 1.3251785e-10 11627636 Loop time of 0.0185921 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:34 2021 Pair time (%) = 0.00125194 (6.73369) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.183378) Outpt time (%) = 0.0172119 (92.5764) Other time (%) = 9.41753e-05 (0.506534) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:34 2021 Memory usage per processor = 27.5512 Mbytes Step Atoms AVEKE stressZZ 28317 5000 1.3251785e-10 11627567 28318 -0.0153074999999916 11627426.8005218 28318 5000 1.3250876e-10 11627427 Loop time of 0.018296 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:34 2021 Pair time (%) = 0.00141883 (7.75486) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.207196) Outpt time (%) = 0.0167251 (91.4138) Other time (%) = 0.000114202 (0.624194) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:34 2021 Memory usage per processor = 27.5512 Mbytes Step Atoms AVEKE stressZZ 28318 5000 1.3250876e-10 11627358 28319 -0.0153074999999916 11627217.5247049 28319 5000 1.3249967e-10 11627218 Loop time of 0.0185108 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:34 2021 Pair time (%) = 0.00143003 (7.7254) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.200927) Outpt time (%) = 0.0169029 (91.3138) Other time (%) = 0.000140667 (0.759918) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:34 2021 Memory usage per processor = 27.5512 Mbytes Step Atoms AVEKE stressZZ 28319 5000 1.3249967e-10 11627148 28320 -0.0153074999999916 11627008.2597732 28320 5000 1.3249058e-10 11627008 Loop time of 0.0209758 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:34 2021 Pair time (%) = 0.00124812 (5.95028) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.162539) Outpt time (%) = 0.0195971 (93.4268) Other time (%) = 9.65595e-05 (0.460337) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:29:34 2021 Memory usage per processor = 27.5512 Mbytes Step Atoms AVEKE stressZZ 28320 5000 1.3249058e-10 11626939 28321 -0.0153074999999916 11626771.8972496 28321 5000 2.6098467e-10 11627156 Loop time of 0.0179431 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:34 2021 Pair time (%) = 0.00133491 (7.43964) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.193997) Outpt time (%) = 0.0164399 (91.6223) Other time (%) = 0.000133514 (0.744097) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:34 2021 Memory usage per processor = 27.5512 Mbytes Step Atoms AVEKE stressZZ 28321 5000 2.6098467e-10 11704352 28322 -0.0153399999999916 11704168.0953343 28322 5000 2.0991989e-10 11704168 Loop time of 0.017761 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:34 2021 Pair time (%) = 0.00127912 (7.20183) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.197329) Outpt time (%) = 0.0163441 (92.0223) Other time (%) = 0.000102758 (0.578562) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:34 2021 Memory usage per processor = 27.5512 Mbytes Step Atoms AVEKE stressZZ 28322 5000 2.0991989e-10 11704074 28323 -0.0153399999999916 11703905.8324309 28323 5000 1.8035969e-10 11703906 Loop time of 0.0181181 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:34 2021 Pair time (%) = 0.00148416 (8.19154) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.226337) Outpt time (%) = 0.0164661 (90.8821) Other time (%) = 0.000126839 (0.700064) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:34 2021 Memory usage per processor = 27.5512 Mbytes Step Atoms AVEKE stressZZ 28323 5000 1.8035969e-10 11703821 28324 -0.0153399999999916 11703662.2131949 28324 5000 1.6274003e-10 11703662 Loop time of 0.0181479 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:34 2021 Pair time (%) = 0.00131011 (7.21905) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.186552) Outpt time (%) = 0.0166972 (92.0058) Other time (%) = 0.000106812 (0.58856) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:34 2021 Memory usage per processor = 27.5512 Mbytes Step Atoms AVEKE stressZZ 28324 5000 1.6274003e-10 11703583 28325 -0.0153399999999916 11703430.4463068 28325 5000 1.5201163e-10 11703430 Loop time of 0.0182281 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:34 2021 Pair time (%) = 0.0012989 (7.12585) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.192272) Outpt time (%) = 0.016793 (92.1273) Other time (%) = 0.000101089 (0.554582) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:34 2021 Memory usage per processor = 27.5512 Mbytes Step Atoms AVEKE stressZZ 28325 5000 1.5201163e-10 11703354 28326 -0.0153399999999916 11703206.2157398 28326 5000 1.4538111e-10 11703206 Loop time of 0.017956 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:34 2021 Pair time (%) = 0.00125408 (6.98419) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.189874) Outpt time (%) = 0.0165699 (92.2802) Other time (%) = 9.799e-05 (0.545723) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:34 2021 Memory usage per processor = 27.5512 Mbytes Step Atoms AVEKE stressZZ 28326 5000 1.4538111e-10 11703133 28327 -0.0153399999999916 11702986.7786286 28327 5000 1.4124111e-10 11702987 Loop time of 0.017966 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:34 2021 Pair time (%) = 0.001302 (7.24703) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.195077) Outpt time (%) = 0.0165181 (91.9408) Other time (%) = 0.000110865 (0.617079) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:34 2021 Memory usage per processor = 27.5512 Mbytes Step Atoms AVEKE stressZZ 28327 5000 1.4124111e-10 11702915 28328 -0.0153399999999916 11702770.3918605 28328 5000 1.386379e-10 11702770 Loop time of 0.018337 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:34 2021 Pair time (%) = 0.00144005 (7.85323) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.206732) Outpt time (%) = 0.0167201 (91.182) Other time (%) = 0.000138998 (0.758019) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:34 2021 Memory usage per processor = 27.5512 Mbytes Step Atoms AVEKE stressZZ 28328 5000 1.386379e-10 11702699 28329 -0.0153399999999916 11702555.9476709 28329 5000 1.3699277e-10 11702556 Loop time of 0.01823 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:34 2021 Pair time (%) = 0.00125504 (6.88447) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.180482) Outpt time (%) = 0.016844 (92.3975) Other time (%) = 9.799e-05 (0.537522) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:34 2021 Memory usage per processor = 27.5512 Mbytes Step Atoms AVEKE stressZZ 28329 5000 1.3699277e-10 11702485 28330 -0.0153399999999916 11702342.7420644 28330 5000 1.35949e-10 11702343 Loop time of 0.0210381 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:34 2021 Pair time (%) = 0.00125194 (5.95082) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.175657) Outpt time (%) = 0.0196519 (93.4112) Other time (%) = 9.72748e-05 (0.462375) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:34 2021 Memory usage per processor = 27.5513 Mbytes Step Atoms AVEKE stressZZ 28330 5000 1.35949e-10 11702272 28331 -0.0153399999999916 11702130.3276436 28331 5000 1.3528438e-10 11702130 Loop time of 0.0180061 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:34 2021 Pair time (%) = 0.00125289 (6.95815) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.18405) Outpt time (%) = 0.0166202 (92.303) Other time (%) = 9.98974e-05 (0.554798) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:34 2021 Memory usage per processor = 27.5513 Mbytes Step Atoms AVEKE stressZZ 28331 5000 1.3528438e-10 11702060 28332 -0.0153399999999916 11701918.4200822 28332 5000 1.3485948e-10 11701918 Loop time of 0.0182571 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:34 2021 Pair time (%) = 0.00137281 (7.51933) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.19719) Outpt time (%) = 0.016726 (91.6136) Other time (%) = 0.000122309 (0.669923) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:34 2021 Memory usage per processor = 27.5513 Mbytes Step Atoms AVEKE stressZZ 28332 5000 1.3485948e-10 11701848 28333 -0.0153399999999916 11701706.8386867 28333 5000 1.3458642e-10 11701707 Loop time of 0.0186 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:34 2021 Pair time (%) = 0.00144291 (7.75758) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.198682) Outpt time (%) = 0.0169921 (91.3554) Other time (%) = 0.000128031 (0.688338) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:34 2021 Memory usage per processor = 27.5513 Mbytes Step Atoms AVEKE stressZZ 28333 5000 1.3458642e-10 11701637 28334 -0.0153399999999916 11701495.4686242 28334 5000 1.3440967e-10 11701495 Loop time of 0.0184011 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:34 2021 Pair time (%) = 0.00125599 (6.8256) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.185281) Outpt time (%) = 0.017014 (92.4618) Other time (%) = 9.70364e-05 (0.527339) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:34 2021 Memory usage per processor = 27.5513 Mbytes Step Atoms AVEKE stressZZ 28334 5000 1.3440967e-10 11701426 28335 -0.0153399999999916 11701284.2369158 28335 5000 1.3429403e-10 11701284 Loop time of 0.0183182 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:34 2021 Pair time (%) = 0.00128388 (7.0088) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.180914) Outpt time (%) = 0.016902 (92.2688) Other time (%) = 9.91821e-05 (0.541441) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:34 2021 Memory usage per processor = 27.5513 Mbytes Step Atoms AVEKE stressZZ 28335 5000 1.3429403e-10 11701214 28336 -0.0153399999999916 11701073.0971821 28336 5000 1.342172e-10 11701073 Loop time of 0.0181119 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:34 2021 Pair time (%) = 0.00128913 (7.11756) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.198771) Outpt time (%) = 0.0166779 (92.0821) Other time (%) = 0.000108957 (0.601577) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:34 2021 Memory usage per processor = 27.5513 Mbytes Step Atoms AVEKE stressZZ 28336 5000 1.342172e-10 11701003 28337 -0.0153399999999916 11700862.0199476 28337 5000 1.3416502e-10 11700862 Loop time of 0.01846 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:34 2021 Pair time (%) = 0.0015049 (8.15219) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.200189) Outpt time (%) = 0.016777 (90.883) Other time (%) = 0.000141144 (0.764591) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:34 2021 Memory usage per processor = 27.5513 Mbytes Step Atoms AVEKE stressZZ 28337 5000 1.3416502e-10 11700792 28338 -0.0153399999999916 11700650.9864771 28338 5000 1.3412851e-10 11700651 Loop time of 0.0182412 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:34 2021 Pair time (%) = 0.0012691 (6.95735) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.186906) Outpt time (%) = 0.0168381 (92.3081) Other time (%) = 9.98974e-05 (0.547648) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:34 2021 Memory usage per processor = 27.5513 Mbytes Step Atoms AVEKE stressZZ 28338 5000 1.3412851e-10 11700581 28339 -0.0153399999999916 11700439.9848345 28339 5000 1.3410194e-10 11700440 Loop time of 0.0182641 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:34 2021 Pair time (%) = 0.00126195 (6.90947) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.186672) Outpt time (%) = 0.0168719 (92.3778) Other time (%) = 9.60827e-05 (0.526075) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:34 2021 Memory usage per processor = 27.5513 Mbytes Step Atoms AVEKE stressZZ 28339 5000 1.3410194e-10 11700370 28340 -0.0153399999999916 11700229.0074832 28340 5000 1.3408169e-10 11700229 Loop time of 0.0208941 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:34 2021 Pair time (%) = 0.00124907 (5.97814) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.172304) Outpt time (%) = 0.019511 (93.3806) Other time (%) = 9.799e-05 (0.468985) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:34 2021 Memory usage per processor = 27.5513 Mbytes Step Atoms AVEKE stressZZ 28340 5000 1.3408169e-10 11700159 28341 -0.0153399999999916 11700018.0496136 28341 5000 1.3406546e-10 11700018 Loop time of 0.0180058 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:34 2021 Pair time (%) = 0.00131011 (7.27603) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.199942) Outpt time (%) = 0.016551 (91.9202) Other time (%) = 0.000108719 (0.603798) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:34 2021 Memory usage per processor = 27.5513 Mbytes Step Atoms AVEKE stressZZ 28341 5000 1.3406546e-10 11699948 28342 -0.0153399999999916 11699807.1081685 28342 5000 1.3405179e-10 11699807 Loop time of 0.018465 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:34 2021 Pair time (%) = 0.00142598 (7.7226) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.200134) Outpt time (%) = 0.016866 (91.34) Other time (%) = 0.000136137 (0.737269) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:34 2021 Memory usage per processor = 27.5513 Mbytes Step Atoms AVEKE stressZZ 28342 5000 1.3405179e-10 11699737 28343 -0.0153399999999916 11699596.1812041 28343 5000 1.3403973e-10 11699596 Loop time of 0.018194 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:34 2021 Pair time (%) = 0.00125504 (6.89809) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.186081) Outpt time (%) = 0.0168068 (92.3759) Other time (%) = 9.82285e-05 (0.539896) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:34 2021 Memory usage per processor = 27.5513 Mbytes Step Atoms AVEKE stressZZ 28343 5000 1.3403973e-10 11699526 28344 -0.0153399999999916 11699385.2674843 28344 5000 1.3402871e-10 11699385 Loop time of 0.018234 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:34 2021 Pair time (%) = 0.00124717 (6.83979) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.186979) Outpt time (%) = 0.0168562 (92.4437) Other time (%) = 9.65595e-05 (0.529557) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:34 2021 Memory usage per processor = 27.5513 Mbytes Step Atoms AVEKE stressZZ 28344 5000 1.3402871e-10 11699316 28345 -0.0153399999999916 11699174.3662233 28345 5000 1.3401835e-10 11699174 Loop time of 0.0180631 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:34 2021 Pair time (%) = 0.001261 (6.98107) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.194029) Outpt time (%) = 0.01666 (92.2323) Other time (%) = 0.00010705 (0.592645) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:34 2021 Memory usage per processor = 27.5513 Mbytes Step Atoms AVEKE stressZZ 28345 5000 1.3401835e-10 11699105 28346 -0.0153399999999916 11698963.4769204 28346 5000 1.340084e-10 11698963 Loop time of 0.0183129 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:34 2021 Pair time (%) = 0.00149584 (8.16821) Neigh time (%) = 0 (0) Comm time (%) = 4.50611e-05 (0.246062) Outpt time (%) = 0.016624 (90.7772) Other time (%) = 0.000148058 (0.808488) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:34 2021 Memory usage per processor = 27.5513 Mbytes Step Atoms AVEKE stressZZ 28346 5000 1.340084e-10 11698894 28347 -0.0153399999999916 11698752.599257 28347 5000 1.3399872e-10 11698753 Loop time of 0.0182841 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:34 2021 Pair time (%) = 0.00129104 (7.06099) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.185163) Outpt time (%) = 0.016855 (92.184) Other time (%) = 0.000104189 (0.569834) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:34 2021 Memory usage per processor = 27.5513 Mbytes Step Atoms AVEKE stressZZ 28347 5000 1.3399872e-10 11698683 28348 -0.0153399999999916 11698541.73303 28348 5000 1.3398921e-10 11698542 Loop time of 0.0182879 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:34 2021 Pair time (%) = 0.00125813 (6.8796) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.186429) Outpt time (%) = 0.0169001 (92.4112) Other time (%) = 9.56059e-05 (0.522782) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:34 2021 Memory usage per processor = 27.5513 Mbytes Step Atoms AVEKE stressZZ 28348 5000 1.3398921e-10 11698472 28349 -0.0153399999999916 11698330.8781096 28349 5000 1.3397981e-10 11698331 Loop time of 0.0177789 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:34 2021 Pair time (%) = 0.00124907 (7.02561) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.190425) Outpt time (%) = 0.016398 (92.2328) Other time (%) = 9.799e-05 (0.55116) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:34 2021 Memory usage per processor = 27.5513 Mbytes Step Atoms AVEKE stressZZ 28349 5000 1.3397981e-10 11698261 28350 -0.0153399999999916 11698120.0344122 28350 5000 1.3397047e-10 11698120 Loop time of 0.020318 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:34 2021 Pair time (%) = 0.00131798 (6.48674) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.166628) Outpt time (%) = 0.0188549 (92.7986) Other time (%) = 0.000111341 (0.547993) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:34 2021 Memory usage per processor = 27.5513 Mbytes Step Atoms AVEKE stressZZ 28350 5000 1.3397047e-10 11698050 28351 -0.0153399999999916 11697909.2018847 28351 5000 1.3396118e-10 11697909 Loop time of 0.0184951 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:34 2021 Pair time (%) = 0.00159693 (8.63434) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.204966) Outpt time (%) = 0.0167022 (90.306) Other time (%) = 0.000158072 (0.854668) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:34 2021 Memory usage per processor = 27.5513 Mbytes Step Atoms AVEKE stressZZ 28351 5000 1.3396118e-10 11697839 28352 -0.0153399999999916 11697698.3804922 28352 5000 1.3395192e-10 11697698 Loop time of 0.01847 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:34 2021 Pair time (%) = 0.0011971 (6.4813) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.172972) Outpt time (%) = 0.0171459 (92.8307) Other time (%) = 9.5129e-05 (0.515045) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:34 2021 Memory usage per processor = 27.5513 Mbytes Step Atoms AVEKE stressZZ 28352 5000 1.3395192e-10 11697629 28353 -0.0153399999999916 11697487.570212 28353 5000 1.3394268e-10 11697488 Loop time of 0.018189 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:34 2021 Pair time (%) = 0.0011971 (6.58147) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.176956) Outpt time (%) = 0.0168669 (92.7317) Other time (%) = 9.27448e-05 (0.509896) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:34 2021 Memory usage per processor = 27.5513 Mbytes Step Atoms AVEKE stressZZ 28353 5000 1.3394268e-10 11697418 28354 -0.0153399999999916 11697276.771029 28354 5000 1.3393345e-10 11697277 Loop time of 0.017467 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:34 2021 Pair time (%) = 0.00119686 (6.85212) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.188365) Outpt time (%) = 0.0161362 (92.3808) Other time (%) = 0.000101089 (0.578745) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:34 2021 Memory usage per processor = 27.5513 Mbytes Step Atoms AVEKE stressZZ 28354 5000 1.3393345e-10 11697207 28355 -0.0153399999999916 11697065.982933 28355 5000 1.3392422e-10 11697066 Loop time of 0.0179529 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:35 2021 Pair time (%) = 0.00150013 (8.35591) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.217795) Outpt time (%) = 0.016233 (90.4197) Other time (%) = 0.000180721 (1.00664) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:35 2021 Memory usage per processor = 27.5513 Mbytes Step Atoms AVEKE stressZZ 28355 5000 1.3392422e-10 11696996 28356 -0.0153399999999916 11696855.2059169 28356 5000 1.3391501e-10 11696855 Loop time of 0.0196521 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:35 2021 Pair time (%) = 0.00120616 (6.13755) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.162568) Outpt time (%) = 0.0183201 (93.2219) Other time (%) = 9.39369e-05 (0.477999) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:35 2021 Memory usage per processor = 27.5513 Mbytes Step Atoms AVEKE stressZZ 28356 5000 1.3391501e-10 11696785 28357 -0.0153399999999916 11696644.4399753 28357 5000 1.3390579e-10 11696644 Loop time of 0.0200222 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:35 2021 Pair time (%) = 0.00147104 (7.34707) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.154801) Outpt time (%) = 0.0184309 (92.0528) Other time (%) = 8.91685e-05 (0.445349) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:35 2021 Memory usage per processor = 27.5513 Mbytes Step Atoms AVEKE stressZZ 28357 5000 1.3390579e-10 11696575 28358 -0.0153399999999916 11696433.6851043 28358 5000 1.3389658e-10 11696434 Loop time of 0.019526 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:35 2021 Pair time (%) = 0.00145102 (7.43119) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.163618) Outpt time (%) = 0.0179541 (91.9497) Other time (%) = 8.89301e-05 (0.455445) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:35 2021 Memory usage per processor = 27.5513 Mbytes Step Atoms AVEKE stressZZ 28358 5000 1.3389658e-10 11696364 28359 -0.0153399999999916 11696222.9413009 28359 5000 1.3388737e-10 11696223 Loop time of 0.0184319 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:35 2021 Pair time (%) = 0.00149989 (8.13747) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.210842) Outpt time (%) = 0.0166619 (90.397) Other time (%) = 0.000231266 (1.25471) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:35 2021 Memory usage per processor = 27.5513 Mbytes Step Atoms AVEKE stressZZ 28359 5000 1.3388737e-10 11696153 28360 -0.0153399999999916 11696012.2085623 28360 5000 1.3387817e-10 11696012 Loop time of 0.020654 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:35 2021 Pair time (%) = 0.00119615 (5.79136) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.154683) Outpt time (%) = 0.019331 (93.5945) Other time (%) = 9.48906e-05 (0.45943) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:35 2021 Memory usage per processor = 27.5513 Mbytes Step Atoms AVEKE stressZZ 28360 5000 1.3387817e-10 11695943 28361 -0.0153399999999916 11695801.4868864 28361 5000 1.3386896e-10 11695801 Loop time of 0.018106 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:35 2021 Pair time (%) = 0.00119495 (6.59977) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.17645) Outpt time (%) = 0.0167871 (92.7155) Other time (%) = 9.20296e-05 (0.508283) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:35 2021 Memory usage per processor = 27.5513 Mbytes Step Atoms AVEKE stressZZ 28361 5000 1.3386896e-10 11695732 28362 -0.0153399999999916 11695590.7762711 28362 5000 1.3385976e-10 11695591 Loop time of 0.0174761 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:35 2021 Pair time (%) = 0.00120807 (6.91269) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.184175) Outpt time (%) = 0.0161419 (92.3656) Other time (%) = 9.39369e-05 (0.537517) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:35 2021 Memory usage per processor = 27.5513 Mbytes Step Atoms AVEKE stressZZ 28362 5000 1.3385976e-10 11695521 28363 -0.0153399999999916 11695380.0767141 28363 5000 1.3385056e-10 11695380 Loop time of 0.0175271 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:35 2021 Pair time (%) = 0.00132012 (7.5319) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.199962) Outpt time (%) = 0.016068 (91.6751) Other time (%) = 0.000103951 (0.593084) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:35 2021 Memory usage per processor = 27.5513 Mbytes Step Atoms AVEKE stressZZ 28363 5000 1.3385056e-10 11695310 28364 -0.0153399999999916 11695169.3882139 28364 5000 1.3384135e-10 11695169 Loop time of 0.0183342 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:35 2021 Pair time (%) = 0.001266 (6.90516) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.179456) Outpt time (%) = 0.0169351 (92.3692) Other time (%) = 0.000100136 (0.546171) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:35 2021 Memory usage per processor = 27.5513 Mbytes Step Atoms AVEKE stressZZ 28364 5000 1.3384135e-10 11695100 28365 -0.0153399999999916 11694958.7107687 28365 5000 1.3383215e-10 11694959 Loop time of 0.018141 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:35 2021 Pair time (%) = 0.00119805 (6.60411) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.17611) Outpt time (%) = 0.0168159 (92.6954) Other time (%) = 9.5129e-05 (0.524386) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:35 2021 Memory usage per processor = 27.5513 Mbytes Step Atoms AVEKE stressZZ 28365 5000 1.3383215e-10 11694889 28366 -0.0153399999999916 11694748.0443765 28366 5000 1.3382295e-10 11694748 Loop time of 0.017761 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:35 2021 Pair time (%) = 0.00119185 (6.71052) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.18122) Outpt time (%) = 0.016444 (92.5847) Other time (%) = 9.29832e-05 (0.523525) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:35 2021 Memory usage per processor = 27.5513 Mbytes Step Atoms AVEKE stressZZ 28366 5000 1.3382295e-10 11694678 28367 -0.0153399999999916 11694537.3890361 28367 5000 1.3381376e-10 11694537 Loop time of 0.017565 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:35 2021 Pair time (%) = 0.00128317 (7.30525) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.19953) Outpt time (%) = 0.016072 (91.5003) Other time (%) = 0.000174761 (0.994937) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:35 2021 Memory usage per processor = 27.5513 Mbytes Step Atoms AVEKE stressZZ 28367 5000 1.3381376e-10 11694468 28368 -0.0153399999999916 11694326.7447452 28368 5000 1.3380456e-10 11694327 Loop time of 0.0182419 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:35 2021 Pair time (%) = 0.00134611 (7.37923) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.185592) Outpt time (%) = 0.0167489 (91.8157) Other time (%) = 0.00011301 (0.619511) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:35 2021 Memory usage per processor = 27.5513 Mbytes Step Atoms AVEKE stressZZ 28368 5000 1.3380456e-10 11694257 28369 -0.0153399999999916 11694116.1115026 28369 5000 1.3379536e-10 11694116 Loop time of 0.0183589 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:35 2021 Pair time (%) = 0.00123 (6.69974) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.179214) Outpt time (%) = 0.0169919 (92.5535) Other time (%) = 0.000104189 (0.56751) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:35 2021 Memory usage per processor = 27.5513 Mbytes Step Atoms AVEKE stressZZ 28369 5000 1.3379536e-10 11694046 28370 -0.0153399999999916 11693905.4893064 28370 5000 1.3378617e-10 11693905 Loop time of 0.0209248 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:35 2021 Pair time (%) = 0.00125194 (5.98302) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.15268) Outpt time (%) = 0.0195479 (93.4199) Other time (%) = 9.29832e-05 (0.444368) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:35 2021 Memory usage per processor = 27.5513 Mbytes Step Atoms AVEKE stressZZ 28370 5000 1.3378617e-10 11693836 28371 -0.0153399999999916 11693694.8781549 28371 5000 1.3377697e-10 11693695 Loop time of 0.017472 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:35 2021 Pair time (%) = 0.0012579 (7.19949) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.263363) Outpt time (%) = 0.0160289 (91.7402) Other time (%) = 0.000139236 (0.796911) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:35 2021 Memory usage per processor = 27.5513 Mbytes Step Atoms AVEKE stressZZ 28371 5000 1.3377697e-10 11693625 28372 -0.0153399999999916 11693484.2780466 28372 5000 1.3376778e-10 11693484 Loop time of 0.0179529 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:35 2021 Pair time (%) = 0.00157499 (8.77291) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.22842) Outpt time (%) = 0.016181 (90.1301) Other time (%) = 0.000155926 (0.868526) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:35 2021 Memory usage per processor = 27.5513 Mbytes Step Atoms AVEKE stressZZ 28372 5000 1.3376778e-10 11693415 28373 -0.0153399999999916 11693273.6889797 28373 5000 1.3375859e-10 11693274 Loop time of 0.0182822 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:35 2021 Pair time (%) = 0.00127196 (6.95739) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.18127) Outpt time (%) = 0.016875 (92.3032) Other time (%) = 0.000102043 (0.558157) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:35 2021 Memory usage per processor = 27.5513 Mbytes Step Atoms AVEKE stressZZ 28373 5000 1.3375859e-10 11693204 28374 -0.0153399999999916 11693063.110953 28374 5000 1.337494e-10 11693063 Loop time of 0.0184381 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:35 2021 Pair time (%) = 0.00131416 (7.12743) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.190082) Outpt time (%) = 0.0169191 (91.7618) Other time (%) = 0.000169754 (0.92067) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:35 2021 Memory usage per processor = 27.5513 Mbytes Step Atoms AVEKE stressZZ 28374 5000 1.337494e-10 11692993 28375 -0.0153399999999916 11692852.5439645 28375 5000 1.3374021e-10 11692853 Loop time of 0.017611 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:35 2021 Pair time (%) = 0.00123191 (6.9951) Neigh time (%) = 0 (0) Comm time (%) = 6.38962e-05 (0.362819) Outpt time (%) = 0.0162208 (92.106) Other time (%) = 9.44138e-05 (0.536106) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:35 2021 Memory usage per processor = 27.5513 Mbytes Step Atoms AVEKE stressZZ 28375 5000 1.3374021e-10 11692783 28376 -0.0153399999999916 11692641.9880126 28376 5000 1.3373102e-10 11692642 Loop time of 0.0177641 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:35 2021 Pair time (%) = 0.00138903 (7.81929) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.197294) Outpt time (%) = 0.0161681 (91.0157) Other time (%) = 0.0001719 (0.967681) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:35 2021 Memory usage per processor = 27.5513 Mbytes Step Atoms AVEKE stressZZ 28376 5000 1.3373102e-10 11692572 28377 -0.0153399999999916 11692431.4430958 28377 5000 1.3372183e-10 11692431 Loop time of 0.0183661 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:35 2021 Pair time (%) = 0.00135279 (7.36567) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.179144) Outpt time (%) = 0.01685 (91.7451) Other time (%) = 0.000130415 (0.710085) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:35 2021 Memory usage per processor = 27.5513 Mbytes Step Atoms AVEKE stressZZ 28377 5000 1.3372183e-10 11692362 28378 -0.0153399999999916 11692220.9092127 28378 5000 1.3371265e-10 11692221 Loop time of 0.018084 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:35 2021 Pair time (%) = 0.00124288 (6.87278) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.177983) Outpt time (%) = 0.016715 (92.4298) Other time (%) = 9.39369e-05 (0.519446) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:35 2021 Memory usage per processor = 27.5513 Mbytes Step Atoms AVEKE stressZZ 28378 5000 1.3371265e-10 11692151 28379 -0.0153399999999916 11692010.3863614 28379 5000 1.3370346e-10 11692010 Loop time of 0.0179241 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:35 2021 Pair time (%) = 0.00122905 (6.85697) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.178241) Outpt time (%) = 0.0165699 (92.4447) Other time (%) = 9.32217e-05 (0.520092) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:35 2021 Memory usage per processor = 27.5513 Mbytes Step Atoms AVEKE stressZZ 28379 5000 1.3370346e-10 11691941 28380 -0.0153399999999916 11691799.8745405 28380 5000 1.3369428e-10 11691800 Loop time of 0.020277 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:35 2021 Pair time (%) = 0.0013392 (6.60451) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.166965) Outpt time (%) = 0.018785 (92.6418) Other time (%) = 0.000118971 (0.586727) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:35 2021 Memory usage per processor = 27.5513 Mbytes Step Atoms AVEKE stressZZ 28380 5000 1.3369428e-10 11691730 28381 -0.0153399999999916 11691589.3737485 28381 5000 1.336851e-10 11691589 Loop time of 0.0181458 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:35 2021 Pair time (%) = 0.00145006 (7.99117) Neigh time (%) = 0 (0) Comm time (%) = 5.50747e-05 (0.303512) Outpt time (%) = 0.0164778 (90.8079) Other time (%) = 0.00016284 (0.897397) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:35 2021 Memory usage per processor = 27.5513 Mbytes Step Atoms AVEKE stressZZ 28381 5000 1.336851e-10 11691520 28382 -0.0153399999999916 11691378.8839837 28382 5000 1.3367591e-10 11691379 Loop time of 0.0183508 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:35 2021 Pair time (%) = 0.00129008 (7.0301) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.179293) Outpt time (%) = 0.0169029 (92.1098) Other time (%) = 0.000124931 (0.680794) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:35 2021 Memory usage per processor = 27.5513 Mbytes Step Atoms AVEKE stressZZ 28382 5000 1.3367591e-10 11691309 28383 -0.0153399999999916 11691168.4052445 28383 5000 1.3366673e-10 11691168 Loop time of 0.018203 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:35 2021 Pair time (%) = 0.00126195 (6.93264) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.182059) Outpt time (%) = 0.016809 (92.3417) Other time (%) = 9.89437e-05 (0.543557) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:35 2021 Memory usage per processor = 27.5513 Mbytes Step Atoms AVEKE stressZZ 28383 5000 1.3366673e-10 11691099 28384 -0.0153399999999916 11690957.9375355 28384 5000 1.3365755e-10 11690958 Loop time of 0.0176659 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:35 2021 Pair time (%) = 0.0013001 (7.35937) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.180846) Outpt time (%) = 0.016212 (91.7701) Other time (%) = 0.000121832 (0.689646) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:35 2021 Memory usage per processor = 27.5513 Mbytes Step Atoms AVEKE stressZZ 28384 5000 1.3365755e-10 11690888 28385 -0.0153399999999916 11690747.4809142 28385 5000 1.3364837e-10 11690747 Loop time of 0.0175898 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:35 2021 Pair time (%) = 0.00130606 (7.42508) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.199249) Outpt time (%) = 0.0161428 (91.7739) Other time (%) = 0.000105858 (0.601814) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:35 2021 Memory usage per processor = 27.5513 Mbytes Step Atoms AVEKE stressZZ 28385 5000 1.3364837e-10 11690678 28386 -0.0153399999999916 11690537.0353549 28386 5000 1.336392e-10 11690537 Loop time of 0.018425 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:35 2021 Pair time (%) = 0.00139308 (7.56082) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.190217) Outpt time (%) = 0.016865 (91.5334) Other time (%) = 0.000131845 (0.71558) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:35 2021 Memory usage per processor = 27.5513 Mbytes Step Atoms AVEKE stressZZ 28386 5000 1.336392e-10 11690467 28387 -0.0153399999999916 11690326.6008441 28387 5000 1.3363002e-10 11690327 Loop time of 0.0183742 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:35 2021 Pair time (%) = 0.00123405 (6.71623) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.173875) Outpt time (%) = 0.0169818 (92.4222) Other time (%) = 0.000126362 (0.687713) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:35 2021 Memory usage per processor = 27.5513 Mbytes Step Atoms AVEKE stressZZ 28387 5000 1.3363002e-10 11690257 28388 -0.0153399999999916 11690116.1773754 28388 5000 1.3362084e-10 11690116 Loop time of 0.01773 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:35 2021 Pair time (%) = 0.00119901 (6.76259) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.180192) Outpt time (%) = 0.0164061 (92.5328) Other time (%) = 9.29832e-05 (0.52444) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:35 2021 Memory usage per processor = 27.5513 Mbytes Step Atoms AVEKE stressZZ 28388 5000 1.3362084e-10 11690047 28389 -0.0153399999999916 11689905.7649443 28389 5000 1.3361167e-10 11689906 Loop time of 0.017664 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:35 2021 Pair time (%) = 0.00135899 (7.69355) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.193014) Outpt time (%) = 0.0161271 (91.2995) Other time (%) = 0.000143766 (0.813897) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:35 2021 Memory usage per processor = 27.5513 Mbytes Step Atoms AVEKE stressZZ 28389 5000 1.3361167e-10 11689836 28390 -0.0153399999999916 11689695.3635468 28390 5000 1.336025e-10 11689695 Loop time of 0.0213001 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:35 2021 Pair time (%) = 0.00146794 (6.89173) Neigh time (%) = 0 (0) Comm time (%) = 0.000103951 (0.488029) Outpt time (%) = 0.0196011 (92.0236) Other time (%) = 0.000127077 (0.596604) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:35 2021 Memory usage per processor = 27.5513 Mbytes Step Atoms AVEKE stressZZ 28390 5000 1.336025e-10 11689626 28391 -0.0153399999999916 11689484.97318 28391 5000 1.3359332e-10 11689485 Loop time of 0.018198 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:35 2021 Pair time (%) = 0.00125408 (6.89131) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.186039) Outpt time (%) = 0.016784 (92.2296) Other time (%) = 0.000126123 (0.693062) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:35 2021 Memory usage per processor = 27.5513 Mbytes Step Atoms AVEKE stressZZ 28391 5000 1.3359332e-10 11689415 28392 -0.0153399999999916 11689274.5938411 28392 5000 1.3358415e-10 11689275 Loop time of 0.0184071 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:35 2021 Pair time (%) = 0.00132298 (7.18736) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.168383) Outpt time (%) = 0.016947 (92.0679) Other time (%) = 0.000106096 (0.576388) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:35 2021 Memory usage per processor = 27.5513 Mbytes Step Atoms AVEKE stressZZ 28392 5000 1.3358415e-10 11689205 28393 -0.0153399999999916 11689064.2255278 28393 5000 1.3357498e-10 11689064 Loop time of 0.0175819 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:35 2021 Pair time (%) = 0.00122714 (6.97955) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18171) Outpt time (%) = 0.0162292 (92.3058) Other time (%) = 9.36985e-05 (0.532925) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:35 2021 Memory usage per processor = 27.5513 Mbytes Step Atoms AVEKE stressZZ 28393 5000 1.3357498e-10 11688995 28394 -0.0153399999999916 11688853.868235 28394 5000 1.3356581e-10 11688854 Loop time of 0.0178599 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:35 2021 Pair time (%) = 0.00146508 (8.20318) Neigh time (%) = 0 (0) Comm time (%) = 4.91142e-05 (0.274997) Outpt time (%) = 0.0162091 (90.7569) Other time (%) = 0.000136614 (0.764918) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:35 2021 Memory usage per processor = 27.5513 Mbytes Step Atoms AVEKE stressZZ 28394 5000 1.3356581e-10 11688784 28395 -0.0153399999999916 11688643.5219334 28395 5000 1.3355664e-10 11688644 Loop time of 0.0184629 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:36 2021 Pair time (%) = 0.00128698 (6.97065) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.174331) Outpt time (%) = 0.0170429 (92.3088) Other time (%) = 0.000100851 (0.546236) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:36 2021 Memory usage per processor = 27.5513 Mbytes Step Atoms AVEKE stressZZ 28395 5000 1.3355664e-10 11688574 28396 -0.0153399999999916 11688433.1866479 28396 5000 1.3354748e-10 11688433 Loop time of 0.018312 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:36 2021 Pair time (%) = 0.00120187 (6.56329) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.174466) Outpt time (%) = 0.016953 (92.5787) Other time (%) = 0.00012517 (0.68354) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:36 2021 Memory usage per processor = 27.5513 Mbytes Step Atoms AVEKE stressZZ 28396 5000 1.3354748e-10 11688364 28397 -0.0153399999999916 11688222.8623764 28397 5000 1.3353831e-10 11688223 Loop time of 0.0208499 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:36 2021 Pair time (%) = 0.00146604 (7.03137) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.154372) Outpt time (%) = 0.019264 (92.3935) Other time (%) = 8.7738e-05 (0.420807) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:36 2021 Memory usage per processor = 27.5513 Mbytes Step Atoms AVEKE stressZZ 28397 5000 1.3353831e-10 11688153 28398 -0.0153399999999916 11688012.5491793 28398 5000 1.3352915e-10 11688013 Loop time of 0.019845 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:36 2021 Pair time (%) = 0.00119209 (6.00702) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.165794) Outpt time (%) = 0.0185299 (93.3731) Other time (%) = 9.01222e-05 (0.45413) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:36 2021 Memory usage per processor = 27.5513 Mbytes Step Atoms AVEKE stressZZ 28398 5000 1.3352915e-10 11687943 28399 -0.0153399999999916 11687802.2470716 28399 5000 1.3351998e-10 11687802 Loop time of 0.0188308 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:36 2021 Pair time (%) = 0.00146008 (7.75367) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.170925) Outpt time (%) = 0.0172498 (91.6044) Other time (%) = 8.86917e-05 (0.470993) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:36 2021 Memory usage per processor = 27.5513 Mbytes Step Atoms AVEKE stressZZ 28399 5000 1.3351998e-10 11687733 28400 -0.0153399999999916 11687591.9560193 28400 5000 1.3351082e-10 11687592 Loop time of 0.021301 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:36 2021 Pair time (%) = 0.00131702 (6.18291) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.160057) Outpt time (%) = 0.0198469 (93.1735) Other time (%) = 0.000102997 (0.48353) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:36 2021 Memory usage per processor = 27.5513 Mbytes Step Atoms AVEKE stressZZ 28400 5000 1.3351082e-10 11687522 28401 -0.0153399999999916 11687381.6760109 28401 5000 1.3350166e-10 11687382 Loop time of 0.018348 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:36 2021 Pair time (%) = 0.00119185 (6.49584) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.174123) Outpt time (%) = 0.0170321 (92.8285) Other time (%) = 9.20296e-05 (0.501579) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:36 2021 Memory usage per processor = 27.5513 Mbytes Step Atoms AVEKE stressZZ 28401 5000 1.3350166e-10 11687312 28402 -0.0153399999999916 11687171.4070395 28402 5000 1.334925e-10 11687171 Loop time of 0.0179398 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:36 2021 Pair time (%) = 0.00119305 (6.65028) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.178085) Outpt time (%) = 0.0166221 (92.6547) Other time (%) = 9.27448e-05 (0.516978) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:36 2021 Memory usage per processor = 27.5513 Mbytes Step Atoms AVEKE stressZZ 28402 5000 1.334925e-10 11687102 28403 -0.0153399999999916 11686961.1490999 28403 5000 1.3348334e-10 11686961 Loop time of 0.0174849 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:36 2021 Pair time (%) = 0.00122309 (6.9951) Neigh time (%) = 0 (0) Comm time (%) = 5.6982e-05 (0.325893) Outpt time (%) = 0.0161049 (92.1077) Other time (%) = 9.98974e-05 (0.571335) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:36 2021 Memory usage per processor = 27.5513 Mbytes Step Atoms AVEKE stressZZ 28403 5000 1.3348334e-10 11686892 28404 -0.0153399999999916 11686750.9021883 28404 5000 1.3347418e-10 11686751 Loop time of 0.018322 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:36 2021 Pair time (%) = 0.00157809 (8.61311) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.213408) Outpt time (%) = 0.0165241 (90.1871) Other time (%) = 0.000180721 (0.986363) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:36 2021 Memory usage per processor = 27.5513 Mbytes Step Atoms AVEKE stressZZ 28404 5000 1.3347418e-10 11686681 28405 -0.0153399999999916 11686540.6663005 28405 5000 1.3346502e-10 11686541 Loop time of 0.0182061 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:36 2021 Pair time (%) = 0.00125098 (6.87122) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.17548) Outpt time (%) = 0.01683 (92.4413) Other time (%) = 9.32217e-05 (0.512035) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:36 2021 Memory usage per processor = 27.5513 Mbytes Step Atoms AVEKE stressZZ 28405 5000 1.3346502e-10 11686471 28406 -0.0153399999999916 11686330.4414338 28406 5000 1.3345586e-10 11686330 Loop time of 0.01809 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:36 2021 Pair time (%) = 0.00130105 (7.19209) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.176606) Outpt time (%) = 0.0166621 (92.1068) Other time (%) = 9.48906e-05 (0.524547) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:36 2021 Memory usage per processor = 27.5513 Mbytes Step Atoms AVEKE stressZZ 28406 5000 1.3345586e-10 11686261 28407 -0.0153399999999916 11686120.2275853 28407 5000 1.3344671e-10 11686120 Loop time of 0.017458 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:36 2021 Pair time (%) = 0.00122595 (7.02229) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183) Outpt time (%) = 0.0160999 (92.2211) Other time (%) = 0.000100136 (0.573582) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:36 2021 Memory usage per processor = 27.5513 Mbytes Step Atoms AVEKE stressZZ 28407 5000 1.3344671e-10 11686051 28408 -0.0153399999999916 11685910.0247523 28408 5000 1.3343755e-10 11685910 Loop time of 0.0176959 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:36 2021 Pair time (%) = 0.00143814 (8.12697) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.203444) Outpt time (%) = 0.0160859 (90.9016) Other time (%) = 0.000135899 (0.767966) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:36 2021 Memory usage per processor = 27.5513 Mbytes Step Atoms AVEKE stressZZ 28408 5000 1.3343755e-10 11685840 28409 -0.0153399999999916 11685699.8329635 28409 5000 1.334284e-10 11685700 Loop time of 0.0181632 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:36 2021 Pair time (%) = 0.00128984 (7.10142) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.192959) Outpt time (%) = 0.016731 (92.1149) Other time (%) = 0.000107288 (0.590691) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:36 2021 Memory usage per processor = 27.5513 Mbytes Step Atoms AVEKE stressZZ 28409 5000 1.334284e-10 11685630 28410 -0.0153399999999916 11685489.6521511 28410 5000 1.3341925e-10 11685490 Loop time of 0.0212259 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:36 2021 Pair time (%) = 0.0012269 (5.7802) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.151638) Outpt time (%) = 0.0198739 (93.6301) Other time (%) = 9.29832e-05 (0.438064) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:36 2021 Memory usage per processor = 27.5514 Mbytes Step Atoms AVEKE stressZZ 28410 5000 1.3341925e-10 11685420 28411 -0.0153399999999916 11685279.4823591 28411 5000 1.334101e-10 11685279 Loop time of 0.017818 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:36 2021 Pair time (%) = 0.00123501 (6.93125) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.179303) Outpt time (%) = 0.0164361 (92.2445) Other time (%) = 0.000114918 (0.644954) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:36 2021 Memory usage per processor = 27.5514 Mbytes Step Atoms AVEKE stressZZ 28411 5000 1.334101e-10 11685210 28412 -0.0153399999999916 11685069.3235825 28412 5000 1.3340095e-10 11685069 Loop time of 0.0177929 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:36 2021 Pair time (%) = 0.00127316 (7.1554) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.191615) Outpt time (%) = 0.01634 (91.8343) Other time (%) = 0.000145674 (0.818717) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:36 2021 Memory usage per processor = 27.5514 Mbytes Step Atoms AVEKE stressZZ 28412 5000 1.3340095e-10 11685000 28413 -0.0153399999999916 11684859.175821 28413 5000 1.333918e-10 11684859 Loop time of 0.0185869 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:36 2021 Pair time (%) = 0.00165296 (8.89314) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.209084) Outpt time (%) = 0.016695 (89.8216) Other time (%) = 0.000200033 (1.07621) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:36 2021 Memory usage per processor = 27.5514 Mbytes Step Atoms AVEKE stressZZ 28413 5000 1.333918e-10 11684790 28414 -0.0153399999999916 11684649.0390718 28414 5000 1.3338265e-10 11684649 Loop time of 0.018409 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:36 2021 Pair time (%) = 0.00137711 (7.48061) Neigh time (%) = 0 (0) Comm time (%) = 6.38962e-05 (0.347092) Outpt time (%) = 0.0168321 (91.4341) Other time (%) = 0.000135899 (0.738218) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:36 2021 Memory usage per processor = 27.5514 Mbytes Step Atoms AVEKE stressZZ 28414 5000 1.3338265e-10 11684579 28415 -0.0153399999999916 11684438.9133297 28415 5000 1.333735e-10 11684439 Loop time of 0.018254 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:36 2021 Pair time (%) = 0.00119281 (6.53449) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.176325) Outpt time (%) = 0.0169339 (92.768) Other time (%) = 9.5129e-05 (0.521139) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:36 2021 Memory usage per processor = 27.5514 Mbytes Step Atoms AVEKE stressZZ 28415 5000 1.333735e-10 11684369 28416 -0.0153399999999916 11684228.7985918 28416 5000 1.3336436e-10 11684229 Loop time of 0.017509 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:36 2021 Pair time (%) = 0.00119495 (6.8248) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.187914) Outpt time (%) = 0.0161841 (92.4331) Other time (%) = 9.70364e-05 (0.554209) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:36 2021 Memory usage per processor = 27.5514 Mbytes Step Atoms AVEKE stressZZ 28416 5000 1.3336436e-10 11684159 28417 -0.0153399999999916 11684018.6948558 28417 5000 1.3335521e-10 11684019 Loop time of 0.017725 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:36 2021 Pair time (%) = 0.00134087 (7.56483) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.20311) Outpt time (%) = 0.0162292 (91.5609) Other time (%) = 0.000118971 (0.671204) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:36 2021 Memory usage per processor = 27.5514 Mbytes Step Atoms AVEKE stressZZ 28417 5000 1.3335521e-10 11683949 28418 -0.0153399999999916 11683808.6021197 28418 5000 1.3334607e-10 11683809 Loop time of 0.018363 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:36 2021 Pair time (%) = 0.00124288 (6.76837) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.180473) Outpt time (%) = 0.0169899 (92.5227) Other time (%) = 9.70364e-05 (0.528434) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:36 2021 Memory usage per processor = 27.5514 Mbytes Step Atoms AVEKE stressZZ 28418 5000 1.3334607e-10 11683739 28419 -0.0153399999999916 11683598.5203808 28419 5000 1.3333692e-10 11683599 Loop time of 0.018193 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:36 2021 Pair time (%) = 0.00118899 (6.53544) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.170364) Outpt time (%) = 0.0168779 (92.7713) Other time (%) = 9.5129e-05 (0.522888) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:36 2021 Memory usage per processor = 27.5514 Mbytes Step Atoms AVEKE stressZZ 28419 5000 1.3333692e-10 11683529 28420 -0.0153399999999916 11683388.4496375 28420 5000 1.3332778e-10 11683388 Loop time of 0.0204232 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:36 2021 Pair time (%) = 0.001194 (5.8463) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.156431) Outpt time (%) = 0.0191028 (93.535) Other time (%) = 9.44138e-05 (0.462287) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:36 2021 Memory usage per processor = 27.5514 Mbytes Step Atoms AVEKE stressZZ 28420 5000 1.3332778e-10 11683319 28421 -0.0153399999999916 11683178.3898877 28421 5000 1.3331864e-10 11683178 Loop time of 0.017386 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:36 2021 Pair time (%) = 0.00125122 (7.19673) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.194729) Outpt time (%) = 0.0159981 (92.0175) Other time (%) = 0.000102758 (0.591042) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:29:36 2021 Memory usage per processor = 27.5514 Mbytes Step Atoms AVEKE stressZZ 28421 5000 1.3331864e-10 11683109 28422 -0.0153399999999916 11682941.1670903 28422 5000 2.6260702e-10 11683327 Loop time of 0.0179789 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:36 2021 Pair time (%) = 0.0016489 (9.17132) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.222785) Outpt time (%) = 0.016114 (89.6272) Other time (%) = 0.000175953 (0.978663) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:36 2021 Memory usage per processor = 27.5514 Mbytes Step Atoms AVEKE stressZZ 28422 5000 2.6260702e-10 11760676 28423 -0.0153724999999916 11760492.0309978 28423 5000 2.1122468e-10 11760492 Loop time of 0.0178552 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:36 2021 Pair time (%) = 0.00119305 (6.6818) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.178929) Outpt time (%) = 0.0165069 (92.4489) Other time (%) = 0.000123262 (0.690346) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:36 2021 Memory usage per processor = 27.5514 Mbytes Step Atoms AVEKE stressZZ 28423 5000 2.1122468e-10 11760398 28424 -0.0153724999999916 11760228.7368437 28424 5000 1.8148078e-10 11760229 Loop time of 0.0179429 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:36 2021 Pair time (%) = 0.00120306 (6.70494) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.178054) Outpt time (%) = 0.016608 (92.5603) Other time (%) = 9.98974e-05 (0.556751) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:36 2021 Memory usage per processor = 27.5514 Mbytes Step Atoms AVEKE stressZZ 28424 5000 1.8148078e-10 11760143 28425 -0.0153724999999916 11759984.1664123 28425 5000 1.6375169e-10 11759984 Loop time of 0.017426 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:36 2021 Pair time (%) = 0.00133586 (7.66589) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.194281) Outpt time (%) = 0.0159559 (91.5638) Other time (%) = 0.000100374 (0.576002) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:36 2021 Memory usage per processor = 27.5514 Mbytes Step Atoms AVEKE stressZZ 28425 5000 1.6375169e-10 11759904 28426 -0.0153724999999916 11759751.4991302 28426 5000 1.5295667e-10 11759751 Loop time of 0.018182 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:36 2021 Pair time (%) = 0.0015831 (8.70694) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.203249) Outpt time (%) = 0.016407 (90.2375) Other time (%) = 0.000154972 (0.852336) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:36 2021 Memory usage per processor = 27.5514 Mbytes Step Atoms AVEKE stressZZ 28426 5000 1.5295667e-10 11759675 28427 -0.0153724999999916 11759526.4004522 28427 5000 1.4628501e-10 11759526 Loop time of 0.0182059 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:36 2021 Pair time (%) = 0.00119805 (6.58058) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.18203) Outpt time (%) = 0.0168769 (92.7005) Other time (%) = 9.77516e-05 (0.536923) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:36 2021 Memory usage per processor = 27.5514 Mbytes Step Atoms AVEKE stressZZ 28427 5000 1.4628501e-10 11759452 28428 -0.0153724999999916 11759306.1157373 28428 5000 1.4211931e-10 11759306 Loop time of 0.0181201 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:36 2021 Pair time (%) = 0.00119495 (6.59465) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.17105) Outpt time (%) = 0.0168002 (92.7159) Other time (%) = 9.39369e-05 (0.518414) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:36 2021 Memory usage per processor = 27.5514 Mbytes Step Atoms AVEKE stressZZ 28428 5000 1.4211931e-10 11759233 28429 -0.0153724999999916 11759088.8944588 28429 5000 1.3949995e-10 11759089 Loop time of 0.0175791 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:36 2021 Pair time (%) = 0.00119901 (6.82065) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.181739) Outpt time (%) = 0.0162041 (92.1784) Other time (%) = 0.000144005 (0.819183) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:36 2021 Memory usage per processor = 27.5514 Mbytes Step Atoms AVEKE stressZZ 28429 5000 1.3949995e-10 11759017 28430 -0.0153724999999916 11758873.6242871 28430 5000 1.3784462e-10 11758874 Loop time of 0.0209391 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:36 2021 Pair time (%) = 0.00141001 (6.73385) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.177626) Outpt time (%) = 0.019326 (92.296) Other time (%) = 0.000165939 (0.792485) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:36 2021 Memory usage per processor = 27.5514 Mbytes Step Atoms AVEKE stressZZ 28430 5000 1.3784462e-10 11758802 28431 -0.0153724999999916 11758659.5980818 28431 5000 1.3679439e-10 11758660 Loop time of 0.018487 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:36 2021 Pair time (%) = 0.00127101 (6.87516) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.179262) Outpt time (%) = 0.0170808 (92.3936) Other time (%) = 0.000102043 (0.551973) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:36 2021 Memory usage per processor = 27.5514 Mbytes Step Atoms AVEKE stressZZ 28431 5000 1.3679439e-10 11758589 28432 -0.0153724999999916 11758446.3664862 28432 5000 1.3612565e-10 11758446 Loop time of 0.0182068 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:36 2021 Pair time (%) = 0.00119805 (6.58024) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.175473) Outpt time (%) = 0.016885 (92.7401) Other time (%) = 9.17912e-05 (0.504158) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:36 2021 Memory usage per processor = 27.5514 Mbytes Step Atoms AVEKE stressZZ 28432 5000 1.3612565e-10 11758376 28433 -0.0153724999999916 11758233.6439311 28433 5000 1.3569811e-10 11758234 Loop time of 0.017669 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:36 2021 Pair time (%) = 0.00119495 (6.76301) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.187562) Outpt time (%) = 0.0163469 (92.5178) Other time (%) = 9.39369e-05 (0.531649) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:36 2021 Memory usage per processor = 27.5514 Mbytes Step Atoms AVEKE stressZZ 28433 5000 1.3569811e-10 11758163 28434 -0.0153724999999916 11758021.2489394 28434 5000 1.3542337e-10 11758021 Loop time of 0.0177279 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:36 2021 Pair time (%) = 0.00132799 (7.49099) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.203077) Outpt time (%) = 0.0162559 (91.6967) Other time (%) = 0.000108004 (0.609231) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:36 2021 Memory usage per processor = 27.5514 Mbytes Step Atoms AVEKE stressZZ 28434 5000 1.3542337e-10 11757951 28435 -0.0153724999999916 11757809.0661776 28435 5000 1.3524553e-10 11757809 Loop time of 0.0185871 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:36 2021 Pair time (%) = 0.00146699 (7.89251) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.203951) Outpt time (%) = 0.016942 (91.1493) Other time (%) = 0.00014019 (0.754233) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:36 2021 Memory usage per processor = 27.5514 Mbytes Step Atoms AVEKE stressZZ 28435 5000 1.3524553e-10 11757739 28436 -0.0153724999999916 11757597.0223485 28436 5000 1.3512918e-10 11757597 Loop time of 0.0182509 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:37 2021 Pair time (%) = 0.00119305 (6.5369) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.175049) Outpt time (%) = 0.016933 (92.7786) Other time (%) = 9.29832e-05 (0.509471) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:37 2021 Memory usage per processor = 27.5514 Mbytes Step Atoms AVEKE stressZZ 28436 5000 1.3512918e-10 11757527 28437 -0.0153724999999916 11757385.0708701 28437 5000 1.3505188e-10 11757385 Loop time of 0.01807 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:37 2021 Pair time (%) = 0.00121784 (6.73959) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.178121) Outpt time (%) = 0.0167139 (92.4952) Other time (%) = 0.000106096 (0.587141) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:37 2021 Memory usage per processor = 27.5514 Mbytes Step Atoms AVEKE stressZZ 28437 5000 1.3505188e-10 11757315 28438 -0.0153724999999916 11757173.1821373 28438 5000 1.3499939e-10 11757173 Loop time of 0.0202379 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:37 2021 Pair time (%) = 0.00152206 (7.52085) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.173178) Outpt time (%) = 0.0185809 (91.8124) Other time (%) = 9.98974e-05 (0.493615) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:37 2021 Memory usage per processor = 27.5514 Mbytes Step Atoms AVEKE stressZZ 28438 5000 1.3499939e-10 11757103 28439 -0.0153724999999916 11756961.3373346 28439 5000 1.3496265e-10 11756961 Loop time of 0.047332 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:37 2021 Pair time (%) = 0.00146389 (3.09281) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.0674978) Outpt time (%) = 0.0457442 (96.6453) Other time (%) = 9.20296e-05 (0.194434) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:37 2021 Memory usage per processor = 27.5514 Mbytes Step Atoms AVEKE stressZZ 28439 5000 1.3496265e-10 11756891 28440 -0.0153724999999916 11756749.5245034 28440 5000 1.3493592e-10 11756750 Loop time of 0.0211141 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:37 2021 Pair time (%) = 0.00173497 (8.21712) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.180671) Outpt time (%) = 0.019176 (90.8208) Other time (%) = 0.000164986 (0.7814) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:37 2021 Memory usage per processor = 27.5514 Mbytes Step Atoms AVEKE stressZZ 28440 5000 1.3493592e-10 11756679 28441 -0.0153724999999916 11756537.7360428 28441 5000 1.3491556e-10 11756538 Loop time of 0.018635 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:37 2021 Pair time (%) = 0.00132394 (7.10457) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.188073) Outpt time (%) = 0.017154 (92.0523) Other time (%) = 0.00012207 (0.655058) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:37 2021 Memory usage per processor = 27.5514 Mbytes Step Atoms AVEKE stressZZ 28441 5000 1.3491556e-10 11756468 28442 -0.0153724999999916 11756325.9671211 28442 5000 1.3489923e-10 11756326 Loop time of 0.0184598 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:37 2021 Pair time (%) = 0.0013001 (7.04285) Neigh time (%) = 0 (0) Comm time (%) = 6.19888e-05 (0.335805) Outpt time (%) = 0.016892 (91.5067) Other time (%) = 0.000205755 (1.11461) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:37 2021 Memory usage per processor = 27.5514 Mbytes Step Atoms AVEKE stressZZ 28442 5000 1.3489923e-10 11756256 28443 -0.0153724999999916 11756114.214667 28443 5000 1.3488548e-10 11756114 Loop time of 0.0180299 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:37 2021 Pair time (%) = 0.00116992 (6.48877) Neigh time (%) = 0 (0) Comm time (%) = 5.91278e-05 (0.327943) Outpt time (%) = 0.0167148 (92.7059) Other time (%) = 8.60691e-05 (0.477368) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:37 2021 Memory usage per processor = 27.5514 Mbytes Step Atoms AVEKE stressZZ 28443 5000 1.3488548e-10 11756044 28444 -0.0153724999999916 11755902.4767274 28444 5000 1.3487336e-10 11755902 Loop time of 0.017478 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:37 2021 Pair time (%) = 0.00122786 (7.02515) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.195067) Outpt time (%) = 0.016115 (92.2014) Other time (%) = 0.000101089 (0.578382) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:37 2021 Memory usage per processor = 27.5514 Mbytes Step Atoms AVEKE stressZZ 28444 5000 1.3487336e-10 11755832 28445 -0.0153724999999916 11755690.7520603 28445 5000 1.3486228e-10 11755691 Loop time of 0.0180709 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:37 2021 Pair time (%) = 0.00141692 (7.84089) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.187347) Outpt time (%) = 0.0164881 (91.2408) Other time (%) = 0.000132084 (0.730919) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:37 2021 Memory usage per processor = 27.5514 Mbytes Step Atoms AVEKE stressZZ 28445 5000 1.3486228e-10 11755621 28446 -0.0153724999999916 11755479.0398757 28446 5000 1.3485186e-10 11755479 Loop time of 0.018348 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:37 2021 Pair time (%) = 0.00119519 (6.51403) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.174123) Outpt time (%) = 0.0170279 (92.8051) Other time (%) = 9.29832e-05 (0.506777) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:37 2021 Memory usage per processor = 27.5514 Mbytes Step Atoms AVEKE stressZZ 28446 5000 1.3485186e-10 11755409 28447 -0.0153724999999916 11755267.3396703 28447 5000 1.3484186e-10 11755267 Loop time of 0.0177732 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:37 2021 Pair time (%) = 0.00119281 (6.71129) Neigh time (%) = 0 (0) Comm time (%) = 4.50611e-05 (0.253535) Outpt time (%) = 0.016428 (92.4315) Other time (%) = 0.000107288 (0.603654) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:37 2021 Memory usage per processor = 27.5514 Mbytes Step Atoms AVEKE stressZZ 28447 5000 1.3484186e-10 11755197 28448 -0.0153724999999916 11755055.6511237 28448 5000 1.3483213e-10 11755056 Loop time of 0.0174551 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:37 2021 Pair time (%) = 0.00124383 (7.12588) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.195323) Outpt time (%) = 0.016031 (91.8415) Other time (%) = 0.000146151 (0.837294) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:37 2021 Memory usage per processor = 27.5514 Mbytes Step Atoms AVEKE stressZZ 28448 5000 1.3483213e-10 11754986 28449 -0.0153724999999916 11754843.9740314 28449 5000 1.3482256e-10 11754844 Loop time of 0.0183439 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:37 2021 Pair time (%) = 0.00163603 (8.91864) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.207954) Outpt time (%) = 0.016516 (90.0351) Other time (%) = 0.00015378 (0.838316) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:37 2021 Memory usage per processor = 27.5514 Mbytes Step Atoms AVEKE stressZZ 28449 5000 1.3482256e-10 11754774 28450 -0.0153724999999916 11754632.3082627 28450 5000 1.3481311e-10 11754632 Loop time of 0.0208509 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:37 2021 Pair time (%) = 0.0011971 (5.74124) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.153222) Outpt time (%) = 0.0195289 (93.6596) Other time (%) = 9.29832e-05 (0.445944) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:37 2021 Memory usage per processor = 27.5514 Mbytes Step Atoms AVEKE stressZZ 28450 5000 1.3481311e-10 11754562 28451 -0.0153724999999916 11754420.6537337 28451 5000 1.3480372e-10 11754421 Loop time of 0.0183601 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:37 2021 Pair time (%) = 0.00124288 (6.76943) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.180501) Outpt time (%) = 0.0169861 (92.5164) Other time (%) = 9.799e-05 (0.533711) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:37 2021 Memory usage per processor = 27.5514 Mbytes Step Atoms AVEKE stressZZ 28451 5000 1.3480372e-10 11754351 28452 -0.0153724999999916 11754209.0103904 28452 5000 1.3479438e-10 11754209 Loop time of 0.0173831 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:37 2021 Pair time (%) = 0.00119591 (6.87971) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183788) Outpt time (%) = 0.0160611 (92.3947) Other time (%) = 9.41753e-05 (0.541764) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:37 2021 Memory usage per processor = 27.5514 Mbytes Step Atoms AVEKE stressZZ 28452 5000 1.3479438e-10 11754139 28453 -0.0153724999999916 11753997.3781975 28453 5000 1.3478507e-10 11753997 Loop time of 0.0183508 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:37 2021 Pair time (%) = 0.00128794 (7.01841) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.190986) Outpt time (%) = 0.016928 (92.2462) Other time (%) = 9.98974e-05 (0.544375) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:37 2021 Memory usage per processor = 27.5514 Mbytes Step Atoms AVEKE stressZZ 28453 5000 1.3478507e-10 11753927 28454 -0.0153724999999916 11753785.7571325 28454 5000 1.3477578e-10 11753786 Loop time of 0.018486 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:37 2021 Pair time (%) = 0.00124598 (6.74009) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.172823) Outpt time (%) = 0.0171089 (92.5506) Other time (%) = 9.91821e-05 (0.536525) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:37 2021 Memory usage per processor = 27.5514 Mbytes Step Atoms AVEKE stressZZ 28454 5000 1.3477578e-10 11753716 28455 -0.0153724999999916 11753574.1471797 28455 5000 1.3476649e-10 11753574 Loop time of 0.0184019 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:37 2021 Pair time (%) = 0.00122595 (6.66209) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.178796) Outpt time (%) = 0.01705 (92.6538) Other time (%) = 9.29832e-05 (0.505293) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:37 2021 Memory usage per processor = 27.5514 Mbytes Step Atoms AVEKE stressZZ 28455 5000 1.3476649e-10 11753504 28456 -0.0153724999999916 11753362.5483288 28456 5000 1.3475722e-10 11753363 Loop time of 0.017978 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:37 2021 Pair time (%) = 0.00121403 (6.75287) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.177707) Outpt time (%) = 0.0165942 (92.3029) Other time (%) = 0.000137806 (0.766527) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:37 2021 Memory usage per processor = 27.5514 Mbytes Step Atoms AVEKE stressZZ 28456 5000 1.3475722e-10 11753292 28457 -0.0153724999999916 11753150.9605725 28457 5000 1.3474795e-10 11753151 Loop time of 0.0175331 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:37 2021 Pair time (%) = 0.00136399 (7.77955) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.205333) Outpt time (%) = 0.0160329 (91.444) Other time (%) = 0.000100136 (0.571126) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:37 2021 Memory usage per processor = 27.5514 Mbytes Step Atoms AVEKE stressZZ 28457 5000 1.3474795e-10 11753081 28458 -0.0153724999999916 11752939.3839056 28458 5000 1.3473869e-10 11752939 Loop time of 0.0181458 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:37 2021 Pair time (%) = 0.001616 (8.90565) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.214167) Outpt time (%) = 0.0163229 (89.9539) Other time (%) = 0.000168085 (0.926303) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:37 2021 Memory usage per processor = 27.5514 Mbytes Step Atoms AVEKE stressZZ 28458 5000 1.3473869e-10 11752869 28459 -0.0153724999999916 11752727.8183237 28459 5000 1.3472943e-10 11752728 Loop time of 0.0182569 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:37 2021 Pair time (%) = 0.00129604 (7.09892) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.180215) Outpt time (%) = 0.016825 (92.1567) Other time (%) = 0.000102997 (0.564153) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:37 2021 Memory usage per processor = 27.5514 Mbytes Step Atoms AVEKE stressZZ 28459 5000 1.3472943e-10 11752658 28460 -0.0153724999999916 11752516.2638242 28460 5000 1.3472017e-10 11752516 Loop time of 0.020997 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:37 2021 Pair time (%) = 0.00123191 (5.86706) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.153291) Outpt time (%) = 0.019639 (93.5323) Other time (%) = 9.39369e-05 (0.447382) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:37 2021 Memory usage per processor = 27.5514 Mbytes Step Atoms AVEKE stressZZ 28460 5000 1.3472017e-10 11752446 28461 -0.0153724999999916 11752304.7204095 28461 5000 1.3471091e-10 11752305 Loop time of 0.0174499 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:37 2021 Pair time (%) = 0.00120807 (6.92308) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.189917) Outpt time (%) = 0.016099 (92.2585) Other time (%) = 0.000109673 (0.628501) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:37 2021 Memory usage per processor = 27.5514 Mbytes Step Atoms AVEKE stressZZ 28461 5000 1.3471091e-10 11752235 28462 -0.0153724999999916 11752093.1881864 28462 5000 1.3470166e-10 11752093 Loop time of 0.0177209 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:37 2021 Pair time (%) = 0.00140309 (7.91771) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.21392) Outpt time (%) = 0.016144 (91.1015) Other time (%) = 0.000135899 (0.766881) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:37 2021 Memory usage per processor = 27.5514 Mbytes Step Atoms AVEKE stressZZ 28462 5000 1.3470166e-10 11752023 28463 -0.0153724999999916 11751881.6671153 28463 5000 1.346924e-10 11751882 Loop time of 0.0183461 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:37 2021 Pair time (%) = 0.00127006 (6.92277) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.256014) Outpt time (%) = 0.0169051 (92.1454) Other time (%) = 0.000123978 (0.675772) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:37 2021 Memory usage per processor = 27.5514 Mbytes Step Atoms AVEKE stressZZ 28463 5000 1.346924e-10 11751812 28464 -0.0153724999999916 11751670.1571707 28464 5000 1.3468315e-10 11751670 Loop time of 0.018352 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:37 2021 Pair time (%) = 0.00123501 (6.72955) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.174085) Outpt time (%) = 0.016974 (92.491) Other time (%) = 0.000111103 (0.605399) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:37 2021 Memory usage per processor = 27.5514 Mbytes Step Atoms AVEKE stressZZ 28464 5000 1.3468315e-10 11751600 28465 -0.0153724999999916 11751458.6583412 28465 5000 1.346739e-10 11751459 Loop time of 0.0175879 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:37 2021 Pair time (%) = 0.00125003 (7.10732) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.18707) Outpt time (%) = 0.016212 (92.1769) Other time (%) = 9.29832e-05 (0.528677) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:37 2021 Memory usage per processor = 27.5514 Mbytes Step Atoms AVEKE stressZZ 28465 5000 1.346739e-10 11751389 28466 -0.0153724999999916 11751247.1706193 28466 5000 1.3466465e-10 11751247 Loop time of 0.017652 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:37 2021 Pair time (%) = 0.00129199 (7.31921) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.191793) Outpt time (%) = 0.016221 (91.8934) Other time (%) = 0.000105143 (0.59564) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:37 2021 Memory usage per processor = 27.5514 Mbytes Step Atoms AVEKE stressZZ 28466 5000 1.3466465e-10 11751177 28467 -0.0153724999999916 11751035.6939993 28467 5000 1.346554e-10 11751036 Loop time of 0.0183392 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:37 2021 Pair time (%) = 0.00148582 (8.10192) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.206708) Outpt time (%) = 0.0166831 (90.9698) Other time (%) = 0.000132322 (0.721529) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:37 2021 Memory usage per processor = 27.5514 Mbytes Step Atoms AVEKE stressZZ 28467 5000 1.346554e-10 11750966 28468 -0.0153724999999916 11750824.2284766 28468 5000 1.3464615e-10 11750824 Loop time of 0.018656 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:37 2021 Pair time (%) = 0.0012331 (6.60967) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.171248) Outpt time (%) = 0.017297 (92.7156) Other time (%) = 9.39369e-05 (0.503521) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:37 2021 Memory usage per processor = 27.5514 Mbytes Step Atoms AVEKE stressZZ 28468 5000 1.3464615e-10 11750754 28469 -0.0153724999999916 11750612.7740471 28469 5000 1.3463691e-10 11750613 Loop time of 0.0182979 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:37 2021 Pair time (%) = 0.00121784 (6.65563) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.186327) Outpt time (%) = 0.0169499 (92.6329) Other time (%) = 9.60827e-05 (0.525102) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:37 2021 Memory usage per processor = 27.5514 Mbytes Step Atoms AVEKE stressZZ 28469 5000 1.3463691e-10 11750543 28470 -0.0153724999999916 11750401.3307077 28470 5000 1.3462766e-10 11750401 Loop time of 0.0201879 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:37 2021 Pair time (%) = 0.00121808 (6.03373) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.167702) Outpt time (%) = 0.0188339 (93.2931) Other time (%) = 0.000102043 (0.505468) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:37 2021 Memory usage per processor = 27.5514 Mbytes Step Atoms AVEKE stressZZ 28470 5000 1.3462766e-10 11750331 28471 -0.0153724999999916 11750189.8984121 28471 5000 1.3461841e-10 11750190 Loop time of 0.017843 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:37 2021 Pair time (%) = 0.00141096 (7.90764) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.212456) Outpt time (%) = 0.0162668 (91.1664) Other time (%) = 0.000127316 (0.713532) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:37 2021 Memory usage per processor = 27.5514 Mbytes Step Atoms AVEKE stressZZ 28471 5000 1.3461841e-10 11750120 28472 -0.0153724999999916 11749978.477181 28472 5000 1.3460917e-10 11749978 Loop time of 0.018563 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:37 2021 Pair time (%) = 0.00134397 (7.24001) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.183665) Outpt time (%) = 0.017081 (92.0163) Other time (%) = 0.000103951 (0.559987) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:37 2021 Memory usage per processor = 27.5514 Mbytes Step Atoms AVEKE stressZZ 28472 5000 1.3460917e-10 11749908 28473 -0.0153724999999916 11749767.0670258 28473 5000 1.3459993e-10 11749767 Loop time of 0.0184379 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:37 2021 Pair time (%) = 0.00119686 (6.49132) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.173274) Outpt time (%) = 0.0171149 (92.8246) Other time (%) = 9.41753e-05 (0.510771) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:37 2021 Memory usage per processor = 27.5514 Mbytes Step Atoms AVEKE stressZZ 28473 5000 1.3459993e-10 11749697 28474 -0.0153724999999916 11749555.6679443 28474 5000 1.3459069e-10 11749556 Loop time of 0.0177569 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:37 2021 Pair time (%) = 0.001194 (6.72413) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.179919) Outpt time (%) = 0.016439 (92.5777) Other time (%) = 9.20296e-05 (0.518274) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:37 2021 Memory usage per processor = 27.5514 Mbytes Step Atoms AVEKE stressZZ 28474 5000 1.3459069e-10 11749486 28475 -0.0153724999999916 11749344.2799346 28475 5000 1.3458145e-10 11749344 Loop time of 0.017868 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:38 2021 Pair time (%) = 0.0012362 (6.9185) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.189475) Outpt time (%) = 0.0164659 (92.1528) Other time (%) = 0.000132084 (0.739219) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:38 2021 Memory usage per processor = 27.5514 Mbytes Step Atoms AVEKE stressZZ 28475 5000 1.3458145e-10 11749274 28476 -0.0153724999999916 11749132.9029943 28476 5000 1.3457221e-10 11749133 Loop time of 0.0184009 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:38 2021 Pair time (%) = 0.00141311 (7.67955) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.277277) Outpt time (%) = 0.0167301 (90.9198) Other time (%) = 0.000206709 (1.12336) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:38 2021 Memory usage per processor = 27.5514 Mbytes Step Atoms AVEKE stressZZ 28476 5000 1.3457221e-10 11749063 28477 -0.0153724999999916 11748921.5371218 28477 5000 1.3456297e-10 11748922 Loop time of 0.0180271 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:38 2021 Pair time (%) = 0.00119805 (6.64586) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.177223) Outpt time (%) = 0.0167041 (92.6611) Other time (%) = 9.29832e-05 (0.515798) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:38 2021 Memory usage per processor = 27.5514 Mbytes Step Atoms AVEKE stressZZ 28477 5000 1.3456297e-10 11748851 28478 -0.0153724999999916 11748710.1823148 28478 5000 1.3455373e-10 11748710 Loop time of 0.0199931 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:38 2021 Pair time (%) = 0.00119495 (5.97684) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.165758) Outpt time (%) = 0.0186729 (93.3971) Other time (%) = 9.20296e-05 (0.460307) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:38 2021 Memory usage per processor = 27.5514 Mbytes Step Atoms AVEKE stressZZ 28478 5000 1.3455373e-10 11748640 28479 -0.0153724999999916 11748498.8385716 28479 5000 1.345445e-10 11748499 Loop time of 0.020745 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:38 2021 Pair time (%) = 0.00146008 (7.03819) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.154004) Outpt time (%) = 0.019165 (92.3837) Other time (%) = 8.79765e-05 (0.424084) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:38 2021 Memory usage per processor = 27.5514 Mbytes Step Atoms AVEKE stressZZ 28479 5000 1.345445e-10 11748429 28480 -0.0153724999999916 11748287.5058902 28480 5000 1.3453526e-10 11748288 Loop time of 0.0213108 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:38 2021 Pair time (%) = 0.00125694 (5.89815) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.149915) Outpt time (%) = 0.0199339 (93.5391) Other time (%) = 8.79765e-05 (0.412826) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:38 2021 Memory usage per processor = 27.5514 Mbytes Step Atoms AVEKE stressZZ 28480 5000 1.3453526e-10 11748217 28481 -0.0153724999999916 11748076.1842689 28481 5000 1.3452603e-10 11748076 Loop time of 0.0184209 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:38 2021 Pair time (%) = 0.00138903 (7.54048) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.185082) Outpt time (%) = 0.0168788 (91.6286) Other time (%) = 0.000118971 (0.645846) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:38 2021 Memory usage per processor = 27.5514 Mbytes Step Atoms AVEKE stressZZ 28481 5000 1.3452603e-10 11748006 28482 -0.0153724999999916 11747864.8737058 28482 5000 1.3451679e-10 11747865 Loop time of 0.0181451 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:38 2021 Pair time (%) = 0.00126481 (6.97054) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.181326) Outpt time (%) = 0.0167449 (92.2831) Other time (%) = 0.00010252 (0.565001) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:38 2021 Memory usage per processor = 27.5514 Mbytes Step Atoms AVEKE stressZZ 28482 5000 1.3451679e-10 11747795 28483 -0.0153724999999916 11747653.574199 28483 5000 1.3450756e-10 11747654 Loop time of 0.0176258 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:38 2021 Pair time (%) = 0.00124002 (7.03522) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.271886) Outpt time (%) = 0.0162199 (92.0233) Other time (%) = 0.000118017 (0.66957) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:38 2021 Memory usage per processor = 27.5514 Mbytes Step Atoms AVEKE stressZZ 28483 5000 1.3450756e-10 11747584 28484 -0.0153724999999916 11747442.2857472 28484 5000 1.3449833e-10 11747442 Loop time of 0.0177929 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:38 2021 Pair time (%) = 0.00135303 (7.60428) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.207694) Outpt time (%) = 0.0162899 (91.5529) Other time (%) = 0.00011301 (0.635142) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:38 2021 Memory usage per processor = 27.5514 Mbytes Step Atoms AVEKE stressZZ 28484 5000 1.3449833e-10 11747372 28485 -0.0153724999999916 11747231.0083484 28485 5000 1.344891e-10 11747231 Loop time of 0.0184219 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:38 2021 Pair time (%) = 0.00142193 (7.71869) Neigh time (%) = 0 (0) Comm time (%) = 4.91142e-05 (0.266608) Outpt time (%) = 0.016814 (91.2718) Other time (%) = 0.000136852 (0.742879) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:38 2021 Memory usage per processor = 27.5514 Mbytes Step Atoms AVEKE stressZZ 28485 5000 1.344891e-10 11747161 28486 -0.0153724999999916 11747019.7419994 28486 5000 1.3447987e-10 11747020 Loop time of 0.0183089 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:38 2021 Pair time (%) = 0.00119281 (6.51492) Neigh time (%) = 0 (0) Comm time (%) = 6.69956e-05 (0.365919) Outpt time (%) = 0.0169539 (92.5996) Other time (%) = 9.5129e-05 (0.519579) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:38 2021 Memory usage per processor = 27.5514 Mbytes Step Atoms AVEKE stressZZ 28486 5000 1.3447987e-10 11746950 28487 -0.0153724999999916 11746808.4867318 28487 5000 1.3447064e-10 11746808 Loop time of 0.0177941 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:38 2021 Pair time (%) = 0.00119305 (6.70472) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.179543) Outpt time (%) = 0.0164738 (92.5798) Other time (%) = 9.53674e-05 (0.535949) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:38 2021 Memory usage per processor = 27.5514 Mbytes Step Atoms AVEKE stressZZ 28487 5000 1.3447064e-10 11746738 28488 -0.0153724999999916 11746597.2428777 28488 5000 1.3446142e-10 11746597 Loop time of 0.0176969 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:38 2021 Pair time (%) = 0.00125098 (7.06895) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.192655) Outpt time (%) = 0.01631 (92.1631) Other time (%) = 0.000101805 (0.57527) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:38 2021 Memory usage per processor = 27.5514 Mbytes Step Atoms AVEKE stressZZ 28488 5000 1.3446142e-10 11746527 28489 -0.0153724999999916 11746386.0103002 28489 5000 1.3445219e-10 11746386 Loop time of 0.01842 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:38 2021 Pair time (%) = 0.00146914 (7.97577) Neigh time (%) = 0 (0) Comm time (%) = 5.79357e-05 (0.314526) Outpt time (%) = 0.0167301 (90.8257) Other time (%) = 0.00016284 (0.884039) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:38 2021 Memory usage per processor = 27.5514 Mbytes Step Atoms AVEKE stressZZ 28489 5000 1.3445219e-10 11746316 28490 -0.0153724999999916 11746174.7889312 28490 5000 1.3444297e-10 11746175 Loop time of 0.0209491 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:38 2021 Pair time (%) = 0.00119519 (5.70521) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.152503) Outpt time (%) = 0.0195961 (93.5414) Other time (%) = 0.000125885 (0.600908) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:38 2021 Memory usage per processor = 27.5514 Mbytes Step Atoms AVEKE stressZZ 28490 5000 1.3444297e-10 11746105 28491 -0.0153724999999916 11745963.5787405 28491 5000 1.3443374e-10 11745964 Loop time of 0.0184071 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:38 2021 Pair time (%) = 0.00132108 (7.177) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.185221) Outpt time (%) = 0.0169489 (92.0782) Other time (%) = 0.000102997 (0.559549) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:38 2021 Memory usage per processor = 27.5514 Mbytes Step Atoms AVEKE stressZZ 28491 5000 1.3443374e-10 11745894 28492 -0.0153724999999916 11745752.379709 28492 5000 1.3442452e-10 11745752 Loop time of 0.0174499 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:38 2021 Pair time (%) = 0.00119495 (6.84793) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.274628) Outpt time (%) = 0.0160899 (92.2066) Other time (%) = 0.000117064 (0.670857) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:38 2021 Memory usage per processor = 27.5514 Mbytes Step Atoms AVEKE stressZZ 28492 5000 1.3442452e-10 11745682 28493 -0.0153724999999916 11745541.1918164 28493 5000 1.344153e-10 11745541 Loop time of 0.0179861 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:38 2021 Pair time (%) = 0.00162792 (9.05102) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.200162) Outpt time (%) = 0.016166 (89.8806) Other time (%) = 0.000156164 (0.868251) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:38 2021 Memory usage per processor = 27.5514 Mbytes Step Atoms AVEKE stressZZ 28493 5000 1.344153e-10 11745471 28494 -0.0153724999999916 11745330.0150579 28494 5000 1.3440608e-10 11745330 Loop time of 0.018548 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:38 2021 Pair time (%) = 0.00145698 (7.85516) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.194097) Outpt time (%) = 0.0168791 (91.0021) Other time (%) = 0.000175953 (0.948635) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:38 2021 Memory usage per processor = 27.5514 Mbytes Step Atoms AVEKE stressZZ 28494 5000 1.3440608e-10 11745260 28495 -0.0153724999999916 11745118.8494252 28495 5000 1.3439686e-10 11745119 Loop time of 0.0182822 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:38 2021 Pair time (%) = 0.00120306 (6.58051) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.17475) Outpt time (%) = 0.0169518 (92.7231) Other time (%) = 9.53674e-05 (0.521642) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:38 2021 Memory usage per processor = 27.5514 Mbytes Step Atoms AVEKE stressZZ 28495 5000 1.3439686e-10 11745049 28496 -0.0153724999999916 11744907.6949115 28496 5000 1.3438764e-10 11744908 Loop time of 0.0176468 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:38 2021 Pair time (%) = 0.001194 (6.7661) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.181042) Outpt time (%) = 0.0163279 (92.5259) Other time (%) = 9.29832e-05 (0.526913) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:38 2021 Memory usage per processor = 27.5514 Mbytes Step Atoms AVEKE stressZZ 28496 5000 1.3438764e-10 11744838 28497 -0.0153724999999916 11744696.5515106 28497 5000 1.3437843e-10 11744697 Loop time of 0.0174839 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:38 2021 Pair time (%) = 0.00123906 (7.08685) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.195001) Outpt time (%) = 0.016108 (92.1304) Other time (%) = 0.000102758 (0.58773) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:38 2021 Memory usage per processor = 27.5514 Mbytes Step Atoms AVEKE stressZZ 28497 5000 1.3437843e-10 11744627 28498 -0.0153724999999916 11744485.4192727 28498 5000 1.3436921e-10 11744485 Loop time of 0.0181911 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:38 2021 Pair time (%) = 0.00137305 (7.54794) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.182178) Outpt time (%) = 0.0166719 (91.6486) Other time (%) = 0.00011301 (0.62124) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:38 2021 Memory usage per processor = 27.5514 Mbytes Step Atoms AVEKE stressZZ 28498 5000 1.3436921e-10 11744415 28499 -0.0153724999999916 11744274.2982473 28499 5000 1.3435999e-10 11744274 Loop time of 0.017967 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:38 2021 Pair time (%) = 0.00119305 (6.64022) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.172508) Outpt time (%) = 0.016649 (92.6644) Other time (%) = 9.39369e-05 (0.522831) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:38 2021 Memory usage per processor = 27.5514 Mbytes Step Atoms AVEKE stressZZ 28499 5000 1.3435999e-10 11744204 28500 -0.0153724999999916 11744063.1883818 28500 5000 1.3435078e-10 11744063 Loop time of 0.0208299 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:38 2021 Pair time (%) = 0.00123286 (5.91871) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.163677) Outpt time (%) = 0.0194619 (93.4323) Other time (%) = 0.000101089 (0.485309) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:38 2021 Memory usage per processor = 27.5514 Mbytes Step Atoms AVEKE stressZZ 28500 5000 1.3435078e-10 11743993 28501 -0.0153724999999916 11743852.0896589 28501 5000 1.3434157e-10 11743852 Loop time of 0.0173781 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:38 2021 Pair time (%) = 0.00120115 (6.91188) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.196189) Outpt time (%) = 0.0160429 (92.3171) Other time (%) = 9.98974e-05 (0.574847) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:38 2021 Memory usage per processor = 27.5514 Mbytes Step Atoms AVEKE stressZZ 28501 5000 1.3434157e-10 11743782 28502 -0.0153724999999916 11743641.0020688 28502 5000 1.3433236e-10 11743641 Loop time of 0.0178401 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:38 2021 Pair time (%) = 0.00141907 (7.95435) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.196453) Outpt time (%) = 0.016212 (90.8736) Other time (%) = 0.000174046 (0.975584) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:38 2021 Memory usage per processor = 27.5514 Mbytes Step Atoms AVEKE stressZZ 28502 5000 1.3433236e-10 11743571 28503 -0.0153724999999916 11743429.9256046 28503 5000 1.3432314e-10 11743430 Loop time of 0.0181999 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:38 2021 Pair time (%) = 0.00121689 (6.68623) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.18078) Outpt time (%) = 0.0168209 (92.423) Other time (%) = 0.000129223 (0.710019) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:38 2021 Memory usage per processor = 27.5514 Mbytes Step Atoms AVEKE stressZZ 28503 5000 1.3432314e-10 11743360 28504 -0.0153724999999916 11743218.860255 28504 5000 1.3431394e-10 11743219 Loop time of 0.0181231 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:38 2021 Pair time (%) = 0.00119209 (6.57774) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.181546) Outpt time (%) = 0.016804 (92.7211) Other time (%) = 9.41753e-05 (0.519641) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:38 2021 Memory usage per processor = 27.5514 Mbytes Step Atoms AVEKE stressZZ 28504 5000 1.3431394e-10 11743149 28505 -0.0153724999999916 11743007.806014 28505 5000 1.3430473e-10 11743008 Loop time of 0.0174181 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:38 2021 Pair time (%) = 0.00120997 (6.94663) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.177943) Outpt time (%) = 0.016082 (92.3293) Other time (%) = 9.5129e-05 (0.546149) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:38 2021 Memory usage per processor = 27.5514 Mbytes Step Atoms AVEKE stressZZ 28505 5000 1.3430473e-10 11742938 28506 -0.0153724999999916 11742796.7628293 28506 5000 1.3429552e-10 11742797 Loop time of 0.01757 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:38 2021 Pair time (%) = 0.0013361 (7.60442) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.204901) Outpt time (%) = 0.016058 (91.3941) Other time (%) = 0.000139952 (0.796537) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:38 2021 Memory usage per processor = 27.5514 Mbytes Step Atoms AVEKE stressZZ 28506 5000 1.3429552e-10 11742727 28507 -0.0153724999999916 11742585.7307202 28507 5000 1.3428631e-10 11742586 Loop time of 0.0182331 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:38 2021 Pair time (%) = 0.00124598 (6.83361) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.181759) Outpt time (%) = 0.0168481 (92.4041) Other time (%) = 0.000105858 (0.580582) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:38 2021 Memory usage per processor = 27.5514 Mbytes Step Atoms AVEKE stressZZ 28507 5000 1.3428631e-10 11742516 28508 -0.0153724999999916 11742374.7096992 28508 5000 1.3427711e-10 11742375 Loop time of 0.0182109 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:38 2021 Pair time (%) = 0.00119686 (6.57223) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.176743) Outpt time (%) = 0.0168869 (92.73) Other time (%) = 9.48906e-05 (0.521065) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:38 2021 Memory usage per processor = 27.5514 Mbytes Step Atoms AVEKE stressZZ 28508 5000 1.3427711e-10 11742305 28509 -0.0153724999999916 11742163.6997628 28509 5000 1.342679e-10 11742164 Loop time of 0.0175362 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:38 2021 Pair time (%) = 0.00120616 (6.87813) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182184) Outpt time (%) = 0.0162051 (92.4095) Other time (%) = 9.29832e-05 (0.530237) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:38 2021 Memory usage per processor = 27.5514 Mbytes Step Atoms AVEKE stressZZ 28509 5000 1.342679e-10 11742094 28510 -0.0153724999999916 11741952.7009077 28510 5000 1.342587e-10 11741953 Loop time of 0.0203631 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:38 2021 Pair time (%) = 0.0012579 (6.17733) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.172113) Outpt time (%) = 0.018966 (93.1389) Other time (%) = 0.000104189 (0.511656) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:38 2021 Memory usage per processor = 27.5514 Mbytes Step Atoms AVEKE stressZZ 28510 5000 1.342587e-10 11741883 28511 -0.0153724999999916 11741741.713131 28511 5000 1.342495e-10 11741742 Loop time of 0.0184791 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:38 2021 Pair time (%) = 0.00153112 (8.2857) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.199982) Outpt time (%) = 0.0167711 (90.757) Other time (%) = 0.000139952 (0.757351) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:38 2021 Memory usage per processor = 27.5514 Mbytes Step Atoms AVEKE stressZZ 28511 5000 1.342495e-10 11741672 28512 -0.0153724999999916 11741530.7364295 28512 5000 1.342403e-10 11741531 Loop time of 0.018348 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:38 2021 Pair time (%) = 0.00126886 (6.91555) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.18062) Outpt time (%) = 0.0169489 (92.375) Other time (%) = 9.70364e-05 (0.528867) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:38 2021 Memory usage per processor = 27.5514 Mbytes Step Atoms AVEKE stressZZ 28512 5000 1.342403e-10 11741461 28513 -0.0153724999999916 11741319.7708006 28513 5000 1.3423109e-10 11741320 Loop time of 0.0183949 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:38 2021 Pair time (%) = 0.00127602 (6.93678) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.195712) Outpt time (%) = 0.0169821 (92.3193) Other time (%) = 0.000100851 (0.548254) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:38 2021 Memory usage per processor = 27.5514 Mbytes Step Atoms AVEKE stressZZ 28513 5000 1.3423109e-10 11741250 28514 -0.0153724999999916 11741108.8162414 28514 5000 1.342219e-10 11741109 Loop time of 0.0180221 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:38 2021 Pair time (%) = 0.00125003 (6.9361) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.187856) Outpt time (%) = 0.0166402 (92.3323) Other time (%) = 9.799e-05 (0.543723) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:38 2021 Memory usage per processor = 27.5514 Mbytes Step Atoms AVEKE stressZZ 28514 5000 1.342219e-10 11741039 28515 -0.0153724999999916 11740897.8727492 28515 5000 1.342127e-10 11740898 Loop time of 0.0182381 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:38 2021 Pair time (%) = 0.00143003 (7.84093) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.202625) Outpt time (%) = 0.016649 (91.2871) Other time (%) = 0.00012207 (0.669316) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:38 2021 Memory usage per processor = 27.5514 Mbytes Step Atoms AVEKE stressZZ 28515 5000 1.342127e-10 11740828 28516 -0.0153724999999916 11740686.9403403 28516 5000 1.342035e-10 11740687 Loop time of 0.0183599 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:39 2021 Pair time (%) = 0.00132418 (7.21233) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.185697) Outpt time (%) = 0.0168929 (92.0098) Other time (%) = 0.000108719 (0.592154) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:39 2021 Memory usage per processor = 27.5514 Mbytes Step Atoms AVEKE stressZZ 28516 5000 1.342035e-10 11740617 28517 -0.0153724999999916 11740476.0190546 28517 5000 1.341943e-10 11740476 Loop time of 0.018297 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:39 2021 Pair time (%) = 0.00125599 (6.86447) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.179821) Outpt time (%) = 0.016911 (92.4254) Other time (%) = 9.70364e-05 (0.530342) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:39 2021 Memory usage per processor = 27.5514 Mbytes Step Atoms AVEKE stressZZ 28517 5000 1.341943e-10 11740406 28518 -0.0153724999999916 11740265.1088625 28518 5000 1.3418511e-10 11740265 Loop time of 0.018132 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:39 2021 Pair time (%) = 0.0012579 (6.93745) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.181457) Outpt time (%) = 0.0167439 (92.3446) Other time (%) = 9.72748e-05 (0.536482) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:39 2021 Memory usage per processor = 27.5514 Mbytes Step Atoms AVEKE stressZZ 28518 5000 1.3418511e-10 11740195 28519 -0.0153724999999916 11740054.2097536 28519 5000 1.3417592e-10 11740054 Loop time of 0.020725 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:39 2021 Pair time (%) = 0.0015521 (7.48904) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.169107) Outpt time (%) = 0.019032 (91.8311) Other time (%) = 0.000105858 (0.510773) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:39 2021 Memory usage per processor = 27.5514 Mbytes Step Atoms AVEKE stressZZ 28519 5000 1.3417592e-10 11739984 28520 -0.0153724999999916 11739843.3217215 28520 5000 1.3416672e-10 11739843 Loop time of 0.0226219 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:39 2021 Pair time (%) = 0.00124907 (5.52154) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.150712) Outpt time (%) = 0.021246 (93.9178) Other time (%) = 9.27448e-05 (0.409979) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:39 2021 Memory usage per processor = 27.5514 Mbytes Step Atoms AVEKE stressZZ 28520 5000 1.3416672e-10 11739773 28521 -0.0153724999999916 11739632.4447611 28521 5000 1.3415753e-10 11739632 Loop time of 0.01875 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:39 2021 Pair time (%) = 0.00125098 (6.67192) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.181834) Outpt time (%) = 0.0173728 (92.6554) Other time (%) = 9.20296e-05 (0.490826) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:39 2021 Memory usage per processor = 27.5514 Mbytes Step Atoms AVEKE stressZZ 28521 5000 1.3415753e-10 11739562 28522 -0.0153724999999916 11739421.5788685 28522 5000 1.3414834e-10 11739422 Loop time of 0.0183139 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:39 2021 Pair time (%) = 0.0014689 (8.02067) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.212201) Outpt time (%) = 0.01667 (91.0238) Other time (%) = 0.000136137 (0.743354) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:29:39 2021 Memory usage per processor = 27.5514 Mbytes Step Atoms AVEKE stressZZ 28522 5000 1.3414834e-10 11739352 28523 -0.0153724999999916 11739183.4819085 28523 5000 2.6423241e-10 11739571 Loop time of 0.0178711 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:39 2021 Pair time (%) = 0.001302 (7.28551) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.190776) Outpt time (%) = 0.0164061 (91.802) Other time (%) = 0.000128984 (0.721747) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:39 2021 Memory usage per processor = 27.5514 Mbytes Step Atoms AVEKE stressZZ 28523 5000 2.6423241e-10 11817073 28524 -0.0154049999999916 11816888.3061916 28524 5000 2.1253196e-10 11816888 Loop time of 0.0180089 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:39 2021 Pair time (%) = 0.0012629 (7.01264) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.187992) Outpt time (%) = 0.0166099 (92.2314) Other time (%) = 0.000102282 (0.567949) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:39 2021 Memory usage per processor = 27.5514 Mbytes Step Atoms AVEKE stressZZ 28524 5000 2.1253196e-10 11816793 28525 -0.0154049999999916 11816623.9872302 28525 5000 1.8260404e-10 11816624 Loop time of 0.0178139 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:39 2021 Pair time (%) = 0.00126004 (7.07336) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.191389) Outpt time (%) = 0.0164211 (92.1812) Other time (%) = 9.87053e-05 (0.554091) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:39 2021 Memory usage per processor = 27.5514 Mbytes Step Atoms AVEKE stressZZ 28525 5000 1.8260404e-10 11816538 28526 -0.0154049999999916 11816378.4718313 28526 5000 1.6476532e-10 11816378 Loop time of 0.0191839 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:39 2021 Pair time (%) = 0.00145411 (7.57988) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.192635) Outpt time (%) = 0.0175791 (91.6347) Other time (%) = 0.000113726 (0.592819) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:39 2021 Memory usage per processor = 27.5514 Mbytes Step Atoms AVEKE stressZZ 28526 5000 1.6476532e-10 11816298 28527 -0.0154049999999916 11816144.9103259 28527 5000 1.5390358e-10 11816145 Loop time of 0.0182981 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:39 2021 Pair time (%) = 0.00132418 (7.23667) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.196748) Outpt time (%) = 0.0168278 (91.9646) Other time (%) = 0.000110149 (0.60197) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:39 2021 Memory usage per processor = 27.5514 Mbytes Step Atoms AVEKE stressZZ 28527 5000 1.5390358e-10 11816068 28528 -0.0154049999999916 11815918.9496965 28528 5000 1.4719069e-10 11815919 Loop time of 0.0181561 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:39 2021 Pair time (%) = 0.00125289 (6.90067) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.181217) Outpt time (%) = 0.016773 (92.3823) Other time (%) = 9.72748e-05 (0.535771) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:39 2021 Memory usage per processor = 27.5514 Mbytes Step Atoms AVEKE stressZZ 28528 5000 1.4719069e-10 11815844 28529 -0.0154049999999916 11815697.8235633 28529 5000 1.4299926e-10 11815698 Loop time of 0.0180271 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:39 2021 Pair time (%) = 0.00125694 (6.97253) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.182513) Outpt time (%) = 0.0166378 (92.2934) Other time (%) = 9.94205e-05 (0.551507) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:39 2021 Memory usage per processor = 27.5514 Mbytes Step Atoms AVEKE stressZZ 28529 5000 1.4299926e-10 11815625 28530 -0.0154049999999916 11815479.7738658 28530 5000 1.4036372e-10 11815480 Loop time of 0.020807 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:39 2021 Pair time (%) = 0.00128889 (6.1945) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.167295) Outpt time (%) = 0.0193789 (93.1363) Other time (%) = 0.000104427 (0.501885) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:39 2021 Memory usage per processor = 27.5515 Mbytes Step Atoms AVEKE stressZZ 28530 5000 1.4036372e-10 11815408 28531 -0.0154049999999916 11815263.6833389 28531 5000 1.3869817e-10 11815264 Loop time of 0.0183439 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:39 2021 Pair time (%) = 0.00147295 (8.02963) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.202755) Outpt time (%) = 0.0166969 (91.0216) Other time (%) = 0.000136852 (0.746036) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:39 2021 Memory usage per processor = 27.5515 Mbytes Step Atoms AVEKE stressZZ 28531 5000 1.3869817e-10 11815192 28532 -0.0154049999999916 11815048.8419495 28532 5000 1.3764145e-10 11815049 Loop time of 0.0183921 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:39 2021 Pair time (%) = 0.00131202 (7.1336) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.180187) Outpt time (%) = 0.016942 (92.1158) Other time (%) = 0.000104904 (0.570377) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:39 2021 Memory usage per processor = 27.5515 Mbytes Step Atoms AVEKE stressZZ 28532 5000 1.3764145e-10 11814978 28533 -0.0154049999999916 11814834.7984636 28533 5000 1.3696859e-10 11814835 Loop time of 0.018291 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:39 2021 Pair time (%) = 0.00125289 (6.84976) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.186397) Outpt time (%) = 0.0169079 (92.4385) Other time (%) = 9.60827e-05 (0.5253) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:39 2021 Memory usage per processor = 27.5515 Mbytes Step Atoms AVEKE stressZZ 28533 5000 1.3696859e-10 11814764 28534 -0.0154049999999916 11814621.2661167 28534 5000 1.3653842e-10 11814621 Loop time of 0.0183668 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:39 2021 Pair time (%) = 0.0013082 (7.12264) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.189522) Outpt time (%) = 0.016921 (92.1284) Other time (%) = 0.000102758 (0.559479) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:39 2021 Memory usage per processor = 27.5515 Mbytes Step Atoms AVEKE stressZZ 28534 5000 1.3653842e-10 11814550 28535 -0.0154049999999916 11814408.0626669 28535 5000 1.3626199e-10 11814408 Loop time of 0.0186021 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:39 2021 Pair time (%) = 0.001472 (7.91305) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.199941) Outpt time (%) = 0.016958 (91.1616) Other time (%) = 0.000134945 (0.725427) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:39 2021 Memory usage per processor = 27.5515 Mbytes Step Atoms AVEKE stressZZ 28535 5000 1.3626199e-10 11814337 28536 -0.0154049999999916 11814195.0722966 28536 5000 1.3608305e-10 11814195 Loop time of 0.0186038 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:39 2021 Pair time (%) = 0.00141501 (7.60605) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.188389) Outpt time (%) = 0.01703 (91.5404) Other time (%) = 0.000123739 (0.665129) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:39 2021 Memory usage per processor = 27.5515 Mbytes Step Atoms AVEKE stressZZ 28536 5000 1.3608305e-10 11814124 28537 -0.0154049999999916 11813982.2214021 28537 5000 1.3596599e-10 11813982 Loop time of 0.018378 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:39 2021 Pair time (%) = 0.00125289 (6.81733) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.190704) Outpt time (%) = 0.0169921 (92.4588) Other time (%) = 9.799e-05 (0.533191) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:39 2021 Memory usage per processor = 27.5515 Mbytes Step Atoms AVEKE stressZZ 28537 5000 1.3596599e-10 11813912 28538 -0.0154049999999916 11813769.4632067 28538 5000 1.3588822e-10 11813769 Loop time of 0.018312 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:39 2021 Pair time (%) = 0.00125504 (6.85363) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.184881) Outpt time (%) = 0.0169251 (92.4264) Other time (%) = 9.799e-05 (0.535114) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:39 2021 Memory usage per processor = 27.5515 Mbytes Step Atoms AVEKE stressZZ 28538 5000 1.3588822e-10 11813699 28539 -0.0154049999999916 11813556.7679834 28539 5000 1.3583541e-10 11813557 Loop time of 0.0181189 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:39 2021 Pair time (%) = 0.00126696 (6.99247) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.193431) Outpt time (%) = 0.016712 (92.2351) Other time (%) = 0.000104904 (0.578978) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:39 2021 Memory usage per processor = 27.5515 Mbytes Step Atoms AVEKE stressZZ 28539 5000 1.3583541e-10 11813486 28540 -0.0154049999999916 11813344.1168389 28540 5000 1.3579845e-10 11813344 Loop time of 0.0212371 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:39 2021 Pair time (%) = 0.00145912 (6.87061) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.175133) Outpt time (%) = 0.0196111 (92.3435) Other time (%) = 0.0001297 (0.610721) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:39 2021 Memory usage per processor = 27.5515 Mbytes Step Atoms AVEKE stressZZ 28540 5000 1.3579845e-10 11813274 28541 -0.0154049999999916 11813131.4977666 28541 5000 1.3577156e-10 11813131 Loop time of 0.018419 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:39 2021 Pair time (%) = 0.00134087 (7.27979) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.183807) Outpt time (%) = 0.0169258 (91.8931) Other time (%) = 0.000118494 (0.643324) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:39 2021 Memory usage per processor = 27.5515 Mbytes Step Atoms AVEKE stressZZ 28541 5000 1.3577156e-10 11813061 28542 -0.0154049999999916 11812918.9031347 28542 5000 1.3575108e-10 11812919 Loop time of 0.0182369 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:39 2021 Pair time (%) = 0.00125813 (6.89885) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.181721) Outpt time (%) = 0.016849 (92.39) Other time (%) = 9.65595e-05 (0.529474) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:39 2021 Memory usage per processor = 27.5515 Mbytes Step Atoms AVEKE stressZZ 28542 5000 1.3575108e-10 11812848 28543 -0.0154049999999916 11812706.3280935 28543 5000 1.3573466e-10 11812706 Loop time of 0.0184622 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:39 2021 Pair time (%) = 0.00129199 (6.99804) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.189834) Outpt time (%) = 0.01703 (92.2426) Other time (%) = 0.000105143 (0.569503) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:39 2021 Memory usage per processor = 27.5515 Mbytes Step Atoms AVEKE stressZZ 28543 5000 1.3573466e-10 11812636 28544 -0.0154049999999916 11812493.7695597 28544 5000 1.3572083e-10 11812494 Loop time of 0.01805 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:39 2021 Pair time (%) = 0.00130606 (7.23579) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.19417) Outpt time (%) = 0.0166011 (91.973) Other time (%) = 0.000107765 (0.597039) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:39 2021 Memory usage per processor = 27.5515 Mbytes Step Atoms AVEKE stressZZ 28544 5000 1.3572083e-10 11812423 28545 -0.0154049999999916 11812281.2255737 28545 5000 1.3570864e-10 11812281 Loop time of 0.0184691 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:39 2021 Pair time (%) = 0.0015099 (8.1753) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.211709) Outpt time (%) = 0.016783 (90.8707) Other time (%) = 0.000137091 (0.742271) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:39 2021 Memory usage per processor = 27.5515 Mbytes Step Atoms AVEKE stressZZ 28545 5000 1.3570864e-10 11812211 28546 -0.0154049999999916 11812068.6948891 28546 5000 1.356975e-10 11812069 Loop time of 0.0182629 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:39 2021 Pair time (%) = 0.00128603 (7.04178) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.186684) Outpt time (%) = 0.0168431 (92.2258) Other time (%) = 9.9659e-05 (0.545692) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:39 2021 Memory usage per processor = 27.5515 Mbytes Step Atoms AVEKE stressZZ 28546 5000 1.356975e-10 11811998 28547 -0.0154049999999916 11811856.1767139 28547 5000 1.3568702e-10 11811856 Loop time of 0.0183539 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:39 2021 Pair time (%) = 0.00133395 (7.26793) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.190954) Outpt time (%) = 0.016875 (91.9423) Other time (%) = 0.000109911 (0.598841) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:39 2021 Memory usage per processor = 27.5515 Mbytes Step Atoms AVEKE stressZZ 28547 5000 1.3568702e-10 11811786 28548 -0.0154049999999916 11811643.6705436 28548 5000 1.3567696e-10 11811644 Loop time of 0.0180788 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:39 2021 Pair time (%) = 0.00125909 (6.96445) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.18331) Outpt time (%) = 0.0166879 (92.3063) Other time (%) = 9.87053e-05 (0.545972) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:39 2021 Memory usage per processor = 27.5515 Mbytes Step Atoms AVEKE stressZZ 28548 5000 1.3567696e-10 11811573 28549 -0.0154049999999916 11811431.1760575 28549 5000 1.3566718e-10 11811431 Loop time of 0.0181289 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:39 2021 Pair time (%) = 0.00136495 (7.52913) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.215682) Outpt time (%) = 0.0166109 (91.6266) Other time (%) = 0.000113964 (0.628633) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:39 2021 Memory usage per processor = 27.5515 Mbytes Step Atoms AVEKE stressZZ 28549 5000 1.3566718e-10 11811361 28550 -0.0154049999999916 11811218.6930511 28550 5000 1.3565756e-10 11811219 Loop time of 0.0213058 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:39 2021 Pair time (%) = 0.00133801 (6.28) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.17345) Outpt time (%) = 0.019825 (93.0497) Other time (%) = 0.000105858 (0.49685) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:39 2021 Memory usage per processor = 27.5515 Mbytes Step Atoms AVEKE stressZZ 28550 5000 1.3565756e-10 11811148 28551 -0.0154049999999916 11811006.2213938 28551 5000 1.3564805e-10 11811006 Loop time of 0.0182891 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:39 2021 Pair time (%) = 0.00125313 (6.85178) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.179898) Outpt time (%) = 0.0169058 (92.4364) Other time (%) = 9.72748e-05 (0.531873) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:39 2021 Memory usage per processor = 27.5515 Mbytes Step Atoms AVEKE stressZZ 28551 5000 1.3564805e-10 11810936 28552 -0.0154049999999916 11810793.761002 28552 5000 1.3563862e-10 11810794 Loop time of 0.0182641 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:39 2021 Pair time (%) = 0.00125194 (6.85464) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.180145) Outpt time (%) = 0.01688 (92.4222) Other time (%) = 9.91821e-05 (0.543045) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:39 2021 Memory usage per processor = 27.5515 Mbytes Step Atoms AVEKE stressZZ 28552 5000 1.3563862e-10 11810723 28553 -0.0154049999999916 11810581.3118221 28553 5000 1.3562923e-10 11810581 Loop time of 0.0180912 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:39 2021 Pair time (%) = 0.00129008 (7.131) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.183184) Outpt time (%) = 0.016655 (92.0611) Other time (%) = 0.00011301 (0.624671) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:39 2021 Memory usage per processor = 27.5515 Mbytes Step Atoms AVEKE stressZZ 28553 5000 1.3562923e-10 11810511 28554 -0.0154049999999916 11810368.8738198 28554 5000 1.3561986e-10 11810369 Loop time of 0.0184371 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:39 2021 Pair time (%) = 0.00143003 (7.75627) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.206903) Outpt time (%) = 0.016854 (91.4135) Other time (%) = 0.000114918 (0.623295) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:39 2021 Memory usage per processor = 27.5515 Mbytes Step Atoms AVEKE stressZZ 28554 5000 1.3561986e-10 11810298 28555 -0.0154049999999916 11810156.4469724 28555 5000 1.3561052e-10 11810156 Loop time of 0.0183399 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:39 2021 Pair time (%) = 0.00133085 (7.25661) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.1846) Outpt time (%) = 0.0168669 (91.9686) Other time (%) = 0.000108242 (0.590201) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:39 2021 Memory usage per processor = 27.5515 Mbytes Step Atoms AVEKE stressZZ 28555 5000 1.3561052e-10 11810086 28556 -0.0154049999999916 11809944.031265 28556 5000 1.3560118e-10 11809944 Loop time of 0.0182459 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:40 2021 Pair time (%) = 0.00125313 (6.86798) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.186857) Outpt time (%) = 0.0168619 (92.4146) Other time (%) = 9.67979e-05 (0.530518) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:40 2021 Memory usage per processor = 27.5515 Mbytes Step Atoms AVEKE stressZZ 28556 5000 1.3560118e-10 11809873 28557 -0.0154049999999916 11809731.6266876 28557 5000 1.3559186e-10 11809732 Loop time of 0.0181441 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:40 2021 Pair time (%) = 0.00124907 (6.88418) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.187906) Outpt time (%) = 0.0167642 (92.3944) Other time (%) = 9.67979e-05 (0.533495) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:40 2021 Memory usage per processor = 27.5515 Mbytes Step Atoms AVEKE stressZZ 28557 5000 1.3559186e-10 11809661 28558 -0.0154049999999916 11809519.2332337 28558 5000 1.3558254e-10 11809519 Loop time of 0.0180609 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:40 2021 Pair time (%) = 0.00130486 (7.2248) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.204612) Outpt time (%) = 0.0166111 (91.9726) Other time (%) = 0.000108004 (0.597996) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:40 2021 Memory usage per processor = 27.5515 Mbytes Step Atoms AVEKE stressZZ 28558 5000 1.3558254e-10 11809449 28559 -0.0154049999999916 11809306.850898 28559 5000 1.3557323e-10 11809307 Loop time of 0.0184729 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:40 2021 Pair time (%) = 0.00144196 (7.80578) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.206502) Outpt time (%) = 0.0168591 (91.2637) Other time (%) = 0.000133753 (0.724048) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:40 2021 Memory usage per processor = 27.5515 Mbytes Step Atoms AVEKE stressZZ 28559 5000 1.3557323e-10 11809236 28560 -0.0154049999999916 11809094.4796771 28560 5000 1.3556392e-10 11809094 Loop time of 0.0233729 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:40 2021 Pair time (%) = 0.00126696 (5.42062) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.140769) Outpt time (%) = 0.0219688 (93.9928) Other time (%) = 0.000104189 (0.445768) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:40 2021 Memory usage per processor = 27.5515 Mbytes Step Atoms AVEKE stressZZ 28560 5000 1.3556392e-10 11809024 28561 -0.0154049999999916 11808882.119568 28561 5000 1.3555461e-10 11808882 Loop time of 0.02075 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:40 2021 Pair time (%) = 0.00124907 (6.01962) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.173499) Outpt time (%) = 0.0193679 (93.3392) Other time (%) = 9.70364e-05 (0.467644) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:40 2021 Memory usage per processor = 27.5515 Mbytes Step Atoms AVEKE stressZZ 28561 5000 1.3555461e-10 11808812 28562 -0.0154049999999916 11808669.7705685 28562 5000 1.355453e-10 11808670 Loop time of 0.0190051 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:40 2021 Pair time (%) = 0.001261 (6.63505) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.179394) Outpt time (%) = 0.017616 (92.6913) Other time (%) = 9.39369e-05 (0.494273) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:40 2021 Memory usage per processor = 27.5515 Mbytes Step Atoms AVEKE stressZZ 28562 5000 1.355453e-10 11808599 28563 -0.0154049999999916 11808457.4326767 28563 5000 1.3553599e-10 11808457 Loop time of 0.018558 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:40 2021 Pair time (%) = 0.00152302 (8.20679) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.183715) Outpt time (%) = 0.0169101 (91.12) Other time (%) = 9.08375e-05 (0.489478) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:40 2021 Memory usage per processor = 27.5515 Mbytes Step Atoms AVEKE stressZZ 28563 5000 1.3553599e-10 11808387 28564 -0.0154049999999916 11808245.1058907 28564 5000 1.3552669e-10 11808245 Loop time of 0.0185311 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:40 2021 Pair time (%) = 0.00129008 (6.96172) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.177549) Outpt time (%) = 0.0170991 (92.2728) Other time (%) = 0.000108957 (0.58797) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:40 2021 Memory usage per processor = 27.5515 Mbytes Step Atoms AVEKE stressZZ 28564 5000 1.3552669e-10 11808175 28565 -0.0154049999999916 11808032.7902087 28565 5000 1.3551738e-10 11808033 Loop time of 0.018038 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:40 2021 Pair time (%) = 0.00128889 (7.14541) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.192976) Outpt time (%) = 0.016608 (92.0721) Other time (%) = 0.000106335 (0.589503) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:40 2021 Memory usage per processor = 27.5515 Mbytes Step Atoms AVEKE stressZZ 28565 5000 1.3551738e-10 11807962 28566 -0.0154049999999916 11807820.4856294 28566 5000 1.3550808e-10 11807820 Loop time of 0.0184698 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:40 2021 Pair time (%) = 0.00150514 (8.14917) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.2117) Outpt time (%) = 0.016778 (90.8401) Other time (%) = 0.000147581 (0.79904) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:40 2021 Memory usage per processor = 27.5515 Mbytes Step Atoms AVEKE stressZZ 28566 5000 1.3550808e-10 11807750 28567 -0.0154049999999916 11807608.1921512 28567 5000 1.3549878e-10 11807608 Loop time of 0.018301 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:40 2021 Pair time (%) = 0.00128698 (7.03231) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.186295) Outpt time (%) = 0.0168791 (92.2303) Other time (%) = 0.000100851 (0.551068) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:40 2021 Memory usage per processor = 27.5515 Mbytes Step Atoms AVEKE stressZZ 28567 5000 1.3549878e-10 11807538 28568 -0.0154049999999916 11807395.9097728 28568 5000 1.3548948e-10 11807396 Loop time of 0.0182481 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:40 2021 Pair time (%) = 0.00125599 (6.88286) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.181609) Outpt time (%) = 0.0168619 (92.4038) Other time (%) = 9.70364e-05 (0.531762) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:40 2021 Memory usage per processor = 27.5515 Mbytes Step Atoms AVEKE stressZZ 28568 5000 1.3548948e-10 11807325 28569 -0.0154049999999916 11807183.6385369 28569 5000 1.3548018e-10 11807184 Loop time of 0.018086 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:40 2021 Pair time (%) = 0.00126505 (6.99465) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.18851) Outpt time (%) = 0.0166879 (92.2698) Other time (%) = 9.89437e-05 (0.547075) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:40 2021 Memory usage per processor = 27.5515 Mbytes Step Atoms AVEKE stressZZ 28569 5000 1.3548018e-10 11807113 28570 -0.0154049999999916 11806971.3784727 28570 5000 1.3547088e-10 11806971 Loop time of 0.021044 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:40 2021 Pair time (%) = 0.00137997 (6.55753) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.184671) Outpt time (%) = 0.0194969 (92.6483) Other time (%) = 0.000128269 (0.609528) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:40 2021 Memory usage per processor = 27.5515 Mbytes Step Atoms AVEKE stressZZ 28570 5000 1.3547088e-10 11806901 28571 -0.0154049999999916 11806759.1295463 28571 5000 1.3546159e-10 11806759 Loop time of 0.018466 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:40 2021 Pair time (%) = 0.00146317 (7.92362) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.20658) Outpt time (%) = 0.0168281 (91.13) Other time (%) = 0.000136614 (0.739813) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:40 2021 Memory usage per processor = 27.5515 Mbytes Step Atoms AVEKE stressZZ 28571 5000 1.3546159e-10 11806689 28572 -0.0154049999999916 11806546.891747 28572 5000 1.3545229e-10 11806547 Loop time of 0.0182869 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:40 2021 Pair time (%) = 0.00125408 (6.8578) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.179919) Outpt time (%) = 0.0169029 (92.4317) Other time (%) = 9.70364e-05 (0.530632) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:40 2021 Memory usage per processor = 27.5515 Mbytes Step Atoms AVEKE stressZZ 28572 5000 1.3545229e-10 11806476 28573 -0.0154049999999916 11806334.6650685 28573 5000 1.35443e-10 11806335 Loop time of 0.0182509 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:40 2021 Pair time (%) = 0.00125098 (6.85434) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.180274) Outpt time (%) = 0.0168679 (92.4219) Other time (%) = 9.91821e-05 (0.543436) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:40 2021 Memory usage per processor = 27.5515 Mbytes Step Atoms AVEKE stressZZ 28573 5000 1.35443e-10 11806264 28574 -0.0154049999999916 11806122.4495064 28574 5000 1.354337e-10 11806122 Loop time of 0.0182989 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:40 2021 Pair time (%) = 0.00127101 (6.94584) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.19674) Outpt time (%) = 0.0168889 (92.2946) Other time (%) = 0.000102997 (0.562859) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:40 2021 Memory usage per processor = 27.5515 Mbytes Step Atoms AVEKE stressZZ 28574 5000 1.354337e-10 11806052 28575 -0.0154049999999916 11805910.2450568 28575 5000 1.3542441e-10 11805910 Loop time of 0.018399 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:40 2021 Pair time (%) = 0.00134206 (7.29419) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.190486) Outpt time (%) = 0.0169029 (91.8687) Other time (%) = 0.000118971 (0.646616) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:40 2021 Memory usage per processor = 27.5515 Mbytes Step Atoms AVEKE stressZZ 28575 5000 1.3542441e-10 11805840 28576 -0.0154049999999916 11805698.051717 28576 5000 1.3541512e-10 11805698 Loop time of 0.0183489 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:40 2021 Pair time (%) = 0.00131202 (7.15037) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.184509) Outpt time (%) = 0.0169001 (92.1038) Other time (%) = 0.000102997 (0.561323) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:40 2021 Memory usage per processor = 27.5515 Mbytes Step Atoms AVEKE stressZZ 28576 5000 1.3541512e-10 11805628 28577 -0.0154049999999916 11805485.8694837 28577 5000 1.3540583e-10 11805486 Loop time of 0.0182412 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:40 2021 Pair time (%) = 0.00124788 (6.84103) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.180371) Outpt time (%) = 0.0168622 (92.4401) Other time (%) = 9.82285e-05 (0.538499) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:40 2021 Memory usage per processor = 27.5515 Mbytes Step Atoms AVEKE stressZZ 28577 5000 1.3540583e-10 11805415 28578 -0.0154049999999916 11805273.6983543 28578 5000 1.3539654e-10 11805274 Loop time of 0.0181 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:40 2021 Pair time (%) = 0.001261 (6.96682) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.181777) Outpt time (%) = 0.0167091 (92.3153) Other time (%) = 9.70364e-05 (0.536112) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:40 2021 Memory usage per processor = 27.5515 Mbytes Step Atoms AVEKE stressZZ 28578 5000 1.3539654e-10 11805203 28579 -0.0154049999999916 11805061.5383269 28579 5000 1.3538725e-10 11805062 Loop time of 0.018151 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:40 2021 Pair time (%) = 0.00132513 (7.30057) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.193088) Outpt time (%) = 0.0166841 (91.9179) Other time (%) = 0.000106812 (0.588459) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:40 2021 Memory usage per processor = 27.5515 Mbytes Step Atoms AVEKE stressZZ 28579 5000 1.3538725e-10 11804991 28580 -0.0154049999999916 11804849.3893991 28580 5000 1.3537797e-10 11804849 Loop time of 0.0213571 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:40 2021 Pair time (%) = 0.00134587 (6.30177) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.168568) Outpt time (%) = 0.0198598 (92.9894) Other time (%) = 0.000115395 (0.540311) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:40 2021 Memory usage per processor = 27.5515 Mbytes Step Atoms AVEKE stressZZ 28580 5000 1.3537797e-10 11804779 28581 -0.0154049999999916 11804637.2515688 28581 5000 1.3536868e-10 11804637 Loop time of 0.0182929 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:40 2021 Pair time (%) = 0.00127506 (6.97026) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.181164) Outpt time (%) = 0.016885 (92.3038) Other time (%) = 9.9659e-05 (0.544796) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:40 2021 Memory usage per processor = 27.5515 Mbytes Step Atoms AVEKE stressZZ 28581 5000 1.3536868e-10 11804567 28582 -0.0154049999999916 11804425.1248113 28582 5000 1.3535939e-10 11804425 Loop time of 0.0182552 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:40 2021 Pair time (%) = 0.00125289 (6.86318) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.186762) Outpt time (%) = 0.016871 (92.4172) Other time (%) = 9.72748e-05 (0.53286) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:40 2021 Memory usage per processor = 27.5515 Mbytes Step Atoms AVEKE stressZZ 28582 5000 1.3535939e-10 11804355 28583 -0.0154049999999916 11804213.0091245 28583 5000 1.3535011e-10 11804213 Loop time of 0.0180528 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:40 2021 Pair time (%) = 0.00125813 (6.96919) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.183573) Outpt time (%) = 0.0166631 (92.3018) Other time (%) = 9.84669e-05 (0.545438) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:40 2021 Memory usage per processor = 27.5515 Mbytes Step Atoms AVEKE stressZZ 28583 5000 1.3535011e-10 11804143 28584 -0.0154049999999916 11804000.9045264 28584 5000 1.3534083e-10 11804001 Loop time of 0.0181592 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:40 2021 Pair time (%) = 0.00138402 (7.62161) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.21007) Outpt time (%) = 0.016608 (91.458) Other time (%) = 0.000128984 (0.7103) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:40 2021 Memory usage per processor = 27.5515 Mbytes Step Atoms AVEKE stressZZ 28584 5000 1.3534083e-10 11803930 28585 -0.0154049999999916 11803788.8110155 28585 5000 1.3533155e-10 11803789 Loop time of 0.0184331 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:40 2021 Pair time (%) = 0.00139213 (7.55232) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.190134) Outpt time (%) = 0.0168898 (91.6276) Other time (%) = 0.00011611 (0.629899) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:40 2021 Memory usage per processor = 27.5515 Mbytes Step Atoms AVEKE stressZZ 28585 5000 1.3533155e-10 11803718 28586 -0.0154049999999916 11803576.7285903 28586 5000 1.3532227e-10 11803577 Loop time of 0.018311 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:40 2021 Pair time (%) = 0.00124884 (6.82013) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.184891) Outpt time (%) = 0.0169311 (92.4637) Other time (%) = 9.72748e-05 (0.531236) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:40 2021 Memory usage per processor = 27.5515 Mbytes Step Atoms AVEKE stressZZ 28586 5000 1.3532227e-10 11803506 28587 -0.0154049999999916 11803364.6572488 28587 5000 1.3531299e-10 11803365 Loop time of 0.0181742 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:40 2021 Pair time (%) = 0.00125098 (6.8833) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.181036) Outpt time (%) = 0.0167918 (92.3939) Other time (%) = 9.84669e-05 (0.541796) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:40 2021 Memory usage per processor = 27.5515 Mbytes Step Atoms AVEKE stressZZ 28587 5000 1.3531299e-10 11803294 28588 -0.0154049999999916 11803152.5969896 28588 5000 1.3530371e-10 11803153 Loop time of 0.0181341 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:40 2021 Pair time (%) = 0.00136495 (7.52695) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.203786) Outpt time (%) = 0.016618 (91.6395) Other time (%) = 0.000114202 (0.629766) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:40 2021 Memory usage per processor = 27.5515 Mbytes Step Atoms AVEKE stressZZ 28588 5000 1.3530371e-10 11803082 28589 -0.0154049999999916 11802940.547901 28589 5000 1.3529443e-10 11802941 Loop time of 0.0185239 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:40 2021 Pair time (%) = 0.00146604 (7.91428) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.211082) Outpt time (%) = 0.016876 (91.1037) Other time (%) = 0.000142813 (0.770963) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:40 2021 Memory usage per processor = 27.5515 Mbytes Step Atoms AVEKE stressZZ 28589 5000 1.3529443e-10 11802870 28590 -0.0154049999999916 11802728.509978 28590 5000 1.3528515e-10 11802729 Loop time of 0.0210531 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:40 2021 Pair time (%) = 0.00125098 (5.94204) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.16081) Outpt time (%) = 0.0196681 (93.4215) Other time (%) = 0.000100136 (0.475635) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:40 2021 Memory usage per processor = 27.5515 Mbytes Step Atoms AVEKE stressZZ 28590 5000 1.3528515e-10 11802658 28591 -0.0154049999999916 11802516.4831869 28591 5000 1.3527588e-10 11802516 Loop time of 0.01827 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:40 2021 Pair time (%) = 0.00125217 (6.85371) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.186611) Outpt time (%) = 0.0168881 (92.4364) Other time (%) = 9.56059e-05 (0.523294) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:40 2021 Memory usage per processor = 27.5515 Mbytes Step Atoms AVEKE stressZZ 28591 5000 1.3527588e-10 11802446 28592 -0.0154049999999916 11802304.4675153 28592 5000 1.352666e-10 11802304 Loop time of 0.0181301 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:40 2021 Pair time (%) = 0.00125098 (6.90004) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.181476) Outpt time (%) = 0.0167539 (92.4096) Other time (%) = 9.2268e-05 (0.508923) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:40 2021 Memory usage per processor = 27.5515 Mbytes Step Atoms AVEKE stressZZ 28592 5000 1.352666e-10 11802234 28593 -0.0154049999999916 11802092.4629556 28593 5000 1.3525733e-10 11802092 Loop time of 0.0180981 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:40 2021 Pair time (%) = 0.00129604 (7.16121) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.198922) Outpt time (%) = 0.0166581 (92.0431) Other time (%) = 0.000108004 (0.596767) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:40 2021 Memory usage per processor = 27.5515 Mbytes Step Atoms AVEKE stressZZ 28593 5000 1.3525733e-10 11802022 28594 -0.0154049999999916 11801880.4695025 28594 5000 1.3524806e-10 11801880 Loop time of 0.018461 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:40 2021 Pair time (%) = 0.00142503 (7.71913) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.195012) Outpt time (%) = 0.0168738 (91.4027) Other time (%) = 0.000126123 (0.683189) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:40 2021 Memory usage per processor = 27.5515 Mbytes Step Atoms AVEKE stressZZ 28594 5000 1.3524806e-10 11801810 28595 -0.0154049999999916 11801668.4871515 28595 5000 1.3523879e-10 11801668 Loop time of 0.01827 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:40 2021 Pair time (%) = 0.00125599 (6.87459) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.180086) Outpt time (%) = 0.0168839 (92.4129) Other time (%) = 9.72748e-05 (0.532429) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:40 2021 Memory usage per processor = 27.5515 Mbytes Step Atoms AVEKE stressZZ 28595 5000 1.3523879e-10 11801598 28596 -0.0154049999999916 11801456.5158987 28596 5000 1.3522952e-10 11801457 Loop time of 0.0182562 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:41 2021 Pair time (%) = 0.0012579 (6.89025) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.181528) Outpt time (%) = 0.0168669 (92.3902) Other time (%) = 9.82285e-05 (0.538056) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:41 2021 Memory usage per processor = 27.5515 Mbytes Step Atoms AVEKE stressZZ 28596 5000 1.3522952e-10 11801386 28597 -0.0154049999999916 11801244.5557411 28597 5000 1.3522025e-10 11801245 Loop time of 0.0180678 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:41 2021 Pair time (%) = 0.00126815 (7.01882) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.18738) Outpt time (%) = 0.016664 (92.2303) Other time (%) = 0.000101805 (0.563458) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:41 2021 Memory usage per processor = 27.5515 Mbytes Step Atoms AVEKE stressZZ 28597 5000 1.3522025e-10 11801174 28598 -0.0154049999999916 11801032.6066755 28598 5000 1.3521098e-10 11801033 Loop time of 0.0183959 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:41 2021 Pair time (%) = 0.001472 (8.00176) Neigh time (%) = 0 (0) Comm time (%) = 4.50611e-05 (0.244952) Outpt time (%) = 0.0167179 (90.8785) Other time (%) = 0.000160933 (0.874828) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:41 2021 Memory usage per processor = 27.5515 Mbytes Step Atoms AVEKE stressZZ 28598 5000 1.3521098e-10 11800962 28599 -0.0154049999999916 11800820.6686993 28599 5000 1.3520171e-10 11800821 Loop time of 0.0183251 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:41 2021 Pair time (%) = 0.0013001 (7.09463) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.191254) Outpt time (%) = 0.0168891 (92.1638) Other time (%) = 0.000100851 (0.550344) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:41 2021 Memory usage per processor = 27.5515 Mbytes Step Atoms AVEKE stressZZ 28599 5000 1.3520171e-10 11800750 28600 -0.0154049999999916 11800608.74181 28600 5000 1.3519245e-10 11800609 Loop time of 0.021266 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:41 2021 Pair time (%) = 0.0012548 (5.90049) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.1592) Outpt time (%) = 0.0198801 (93.4829) Other time (%) = 9.72748e-05 (0.45742) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:41 2021 Memory usage per processor = 27.5515 Mbytes Step Atoms AVEKE stressZZ 28600 5000 1.3519245e-10 11800538 28601 -0.0154049999999916 11800396.8260052 28601 5000 1.3518318e-10 11800397 Loop time of 0.02087 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:41 2021 Pair time (%) = 0.00151992 (7.2828) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.157651) Outpt time (%) = 0.0192168 (92.0786) Other time (%) = 0.000100374 (0.48095) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:41 2021 Memory usage per processor = 27.5515 Mbytes Step Atoms AVEKE stressZZ 28601 5000 1.3518318e-10 11800326 28602 -0.0154049999999916 11800184.9212825 28602 5000 1.3517392e-10 11800185 Loop time of 0.0189719 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:41 2021 Pair time (%) = 0.00151706 (7.99633) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.179707) Outpt time (%) = 0.017329 (91.3401) Other time (%) = 9.17912e-05 (0.483826) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:41 2021 Memory usage per processor = 27.5515 Mbytes Step Atoms AVEKE stressZZ 28602 5000 1.3517392e-10 11800114 28603 -0.0154049999999916 11799973.02763 28603 5000 1.3516466e-10 11799973 Loop time of 0.018616 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:41 2021 Pair time (%) = 0.00125504 (6.74172) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.183143) Outpt time (%) = 0.0172338 (92.5757) Other time (%) = 9.29832e-05 (0.499481) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:41 2021 Memory usage per processor = 27.5515 Mbytes Step Atoms AVEKE stressZZ 28603 5000 1.3516466e-10 11799903 28604 -0.0154049999999916 11799761.1449997 28604 5000 1.351554e-10 11799761 Loop time of 0.0181198 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:41 2021 Pair time (%) = 0.00130415 (7.19737) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.198684) Outpt time (%) = 0.0166719 (92.0092) Other time (%) = 0.000107765 (0.594737) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:41 2021 Memory usage per processor = 27.5515 Mbytes Step Atoms AVEKE stressZZ 28604 5000 1.351554e-10 11799691 28605 -0.0154049999999916 11799549.2734416 28605 5000 1.3514614e-10 11799549 Loop time of 0.018528 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:41 2021 Pair time (%) = 0.00142384 (7.68478) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.199454) Outpt time (%) = 0.016928 (91.3643) Other time (%) = 0.000139236 (0.751493) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:41 2021 Memory usage per processor = 27.5515 Mbytes Step Atoms AVEKE stressZZ 28605 5000 1.3514614e-10 11799479 28606 -0.0154049999999916 11799337.4129535 28606 5000 1.3513688e-10 11799337 Loop time of 0.0182471 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:41 2021 Pair time (%) = 0.00125599 (6.88322) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.185538) Outpt time (%) = 0.0168612 (92.4047) Other time (%) = 9.60827e-05 (0.526563) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:41 2021 Memory usage per processor = 27.5515 Mbytes Step Atoms AVEKE stressZZ 28606 5000 1.3513688e-10 11799267 28607 -0.0154049999999916 11799125.563534 28607 5000 1.3512762e-10 11799126 Loop time of 0.0183899 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:41 2021 Pair time (%) = 0.00132513 (7.20574) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.19058) Outpt time (%) = 0.016923 (92.0229) Other time (%) = 0.000106812 (0.580815) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:41 2021 Memory usage per processor = 27.5515 Mbytes Step Atoms AVEKE stressZZ 28607 5000 1.3512762e-10 11799055 28608 -0.0154049999999916 11798913.7251812 28608 5000 1.3511836e-10 11798914 Loop time of 0.0180919 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:41 2021 Pair time (%) = 0.00126195 (6.97521) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.193719) Outpt time (%) = 0.0166919 (92.2618) Other time (%) = 0.000102997 (0.569297) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:41 2021 Memory usage per processor = 27.5515 Mbytes Step Atoms AVEKE stressZZ 28608 5000 1.3511836e-10 11798843 28609 -0.0154049999999916 11798701.8978937 28609 5000 1.3510911e-10 11798702 Loop time of 0.019485 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:41 2021 Pair time (%) = 0.00148702 (7.6316) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.200671) Outpt time (%) = 0.017812 (91.414) Other time (%) = 0.000146866 (0.753738) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:41 2021 Memory usage per processor = 27.5515 Mbytes Step Atoms AVEKE stressZZ 28609 5000 1.3510911e-10 11798631 28610 -0.0154049999999916 11798490.0816697 28610 5000 1.3509985e-10 11798490 Loop time of 0.021343 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:41 2021 Pair time (%) = 0.00139785 (6.54945) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.182084) Outpt time (%) = 0.0197859 (92.7043) Other time (%) = 0.000120401 (0.564126) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:41 2021 Memory usage per processor = 27.5515 Mbytes Step Atoms AVEKE stressZZ 28610 5000 1.3509985e-10 11798420 28611 -0.0154049999999916 11798278.2765072 28611 5000 1.350906e-10 11798278 Loop time of 0.018373 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:41 2021 Pair time (%) = 0.00135684 (7.38496) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.189458) Outpt time (%) = 0.0168769 (91.8572) Other time (%) = 0.000104427 (0.568374) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:41 2021 Memory usage per processor = 27.5515 Mbytes Step Atoms AVEKE stressZZ 28611 5000 1.350906e-10 11798208 28612 -0.0154049999999916 11798066.4824053 28612 5000 1.3508134e-10 11798066 Loop time of 0.018285 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:41 2021 Pair time (%) = 0.00125504 (6.86373) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.181242) Outpt time (%) = 0.0168979 (92.4139) Other time (%) = 9.89437e-05 (0.541118) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:41 2021 Memory usage per processor = 27.5515 Mbytes Step Atoms AVEKE stressZZ 28612 5000 1.3508134e-10 11797996 28613 -0.0154049999999916 11797854.699362 28613 5000 1.3507209e-10 11797855 Loop time of 0.018018 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:41 2021 Pair time (%) = 0.00127101 (7.05411) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.194514) Outpt time (%) = 0.0166092 (92.1811) Other time (%) = 0.000102758 (0.57031) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:41 2021 Memory usage per processor = 27.5515 Mbytes Step Atoms AVEKE stressZZ 28613 5000 1.3507209e-10 11797784 28614 -0.0154049999999916 11797642.9273757 28614 5000 1.3506284e-10 11797643 Loop time of 0.0187988 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:41 2021 Pair time (%) = 0.00156999 (8.35151) Neigh time (%) = 0 (0) Comm time (%) = 5.29289e-05 (0.281554) Outpt time (%) = 0.016979 (90.3193) Other time (%) = 0.000196934 (1.04759) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:41 2021 Memory usage per processor = 27.5515 Mbytes Step Atoms AVEKE stressZZ 28614 5000 1.3506284e-10 11797573 28615 -0.0154049999999916 11797431.166445 28615 5000 1.3505359e-10 11797431 Loop time of 0.0182862 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:41 2021 Pair time (%) = 0.00128794 (7.04321) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.186446) Outpt time (%) = 0.0168641 (92.2227) Other time (%) = 0.000100136 (0.547602) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:41 2021 Memory usage per processor = 27.5515 Mbytes Step Atoms AVEKE stressZZ 28615 5000 1.3505359e-10 11797361 28616 -0.0154049999999916 11797219.4165685 28616 5000 1.3504434e-10 11797219 Loop time of 0.0182738 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:41 2021 Pair time (%) = 0.00125694 (6.87838) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.181353) Outpt time (%) = 0.016885 (92.4001) Other time (%) = 9.87053e-05 (0.540146) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:41 2021 Memory usage per processor = 27.5515 Mbytes Step Atoms AVEKE stressZZ 28616 5000 1.3504434e-10 11797149 28617 -0.0154049999999916 11797007.6777442 28617 5000 1.350351e-10 11797008 Loop time of 0.0181978 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:41 2021 Pair time (%) = 0.00125599 (6.90188) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.187352) Outpt time (%) = 0.0168099 (92.3736) Other time (%) = 9.77516e-05 (0.537162) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:41 2021 Memory usage per processor = 27.5515 Mbytes Step Atoms AVEKE stressZZ 28617 5000 1.350351e-10 11796937 28618 -0.0154049999999916 11796795.9499709 28618 5000 1.3502585e-10 11796796 Loop time of 0.0180719 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:41 2021 Pair time (%) = 0.00131583 (7.2811) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.199211) Outpt time (%) = 0.0166109 (91.9155) Other time (%) = 0.000109196 (0.60423) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:41 2021 Memory usage per processor = 27.5515 Mbytes Step Atoms AVEKE stressZZ 28618 5000 1.3502585e-10 11796726 28619 -0.0154049999999916 11796584.2332472 28619 5000 1.350166e-10 11796584 Loop time of 0.0184648 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:41 2021 Pair time (%) = 0.00142002 (7.69042) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.200137) Outpt time (%) = 0.016866 (91.3412) Other time (%) = 0.000141859 (0.768267) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:41 2021 Memory usage per processor = 27.5515 Mbytes Step Atoms AVEKE stressZZ 28619 5000 1.350166e-10 11796514 28620 -0.0154049999999916 11796372.5275715 28620 5000 1.3500736e-10 11796373 Loop time of 0.0209939 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:41 2021 Pair time (%) = 0.00125313 (5.969) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.162399) Outpt time (%) = 0.0196111 (93.4132) Other time (%) = 9.56059e-05 (0.455397) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:41 2021 Memory usage per processor = 27.5515 Mbytes Step Atoms AVEKE stressZZ 28620 5000 1.3500736e-10 11796302 28621 -0.0154049999999916 11796160.8329424 28621 5000 1.3499812e-10 11796161 Loop time of 0.0187271 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:41 2021 Pair time (%) = 0.00125504 (6.70172) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.187149) Outpt time (%) = 0.017334 (92.5611) Other time (%) = 0.000102997 (0.549989) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:41 2021 Memory usage per processor = 27.5515 Mbytes Step Atoms AVEKE stressZZ 28621 5000 1.3499812e-10 11796090 28622 -0.0154049999999916 11795949.1494169 28622 5000 1.3498887e-10 11795949 Loop time of 0.0179939 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:41 2021 Pair time (%) = 0.00125289 (6.96285) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.184174) Outpt time (%) = 0.0166061 (92.2872) Other time (%) = 0.000101805 (0.565773) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:41 2021 Memory usage per processor = 27.5515 Mbytes Step Atoms AVEKE stressZZ 28622 5000 1.3498887e-10 11795879 28623 -0.0154049999999916 11795737.476995 28623 5000 1.3497963e-10 11795737 Loop time of 0.0182362 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:41 2021 Pair time (%) = 0.001436 (7.87444) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.207876) Outpt time (%) = 0.0166318 (91.2025) Other time (%) = 0.000130415 (0.715145) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:29:41 2021 Memory usage per processor = 27.5515 Mbytes Step Atoms AVEKE stressZZ 28623 5000 1.3497963e-10 11795667 28624 -0.0154049999999916 11795498.505552 28624 5000 2.6586076e-10 11795888 Loop time of 0.0180399 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:41 2021 Pair time (%) = 0.0013361 (7.40633) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.216745) Outpt time (%) = 0.0165279 (91.6183) Other time (%) = 0.000136852 (0.758607) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:41 2021 Memory usage per processor = 27.5515 Mbytes Step Atoms AVEKE stressZZ 28624 5000 2.6586076e-10 11873541 28625 -0.0154374999999916 11873355.5826751 28625 5000 2.1384167e-10 11873356 Loop time of 0.0179431 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:41 2021 Pair time (%) = 0.00125599 (6.99983) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.19001) Outpt time (%) = 0.016556 (92.2694) Other time (%) = 9.70364e-05 (0.540799) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:41 2021 Memory usage per processor = 27.5515 Mbytes Step Atoms AVEKE stressZZ 28625 5000 2.1384167e-10 11873260 28626 -0.0154374999999916 11873090.2284584 28626 5000 1.8372943e-10 11873090 Loop time of 0.01791 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:41 2021 Pair time (%) = 0.00125194 (6.99015) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.189031) Outpt time (%) = 0.0165279 (92.283) Other time (%) = 9.63211e-05 (0.537806) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:41 2021 Memory usage per processor = 27.5515 Mbytes Step Atoms AVEKE stressZZ 28626 5000 1.8372943e-10 11873004 28627 -0.0154374999999916 11872843.7582765 28627 5000 1.6578089e-10 11872844 Loop time of 0.0179641 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:41 2021 Pair time (%) = 0.001297 (7.21993) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.195097) Outpt time (%) = 0.0165231 (91.9784) Other time (%) = 0.000108957 (0.606527) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:41 2021 Memory usage per processor = 27.5515 Mbytes Step Atoms AVEKE stressZZ 28627 5000 1.6578089e-10 11872763 28628 -0.0154374999999916 11872609.2931366 28628 5000 1.5485231e-10 11872609 Loop time of 0.0183091 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:41 2021 Pair time (%) = 0.00136781 (7.47064) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.190119) Outpt time (%) = 0.016784 (91.6699) Other time (%) = 0.000122547 (0.669323) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:41 2021 Memory usage per processor = 27.5515 Mbytes Step Atoms AVEKE stressZZ 28628 5000 1.5485231e-10 11872532 28629 -0.0154374999999916 11872382.4613853 28629 5000 1.4809812e-10 11872382 Loop time of 0.0181708 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:41 2021 Pair time (%) = 0.0012641 (6.95673) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.186317) Outpt time (%) = 0.0167749 (92.3177) Other time (%) = 9.799e-05 (0.539271) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:41 2021 Memory usage per processor = 27.5515 Mbytes Step Atoms AVEKE stressZZ 28629 5000 1.4809812e-10 11872307 28630 -0.0154374999999916 11872160.484838 28630 5000 1.4388091e-10 11872160 Loop time of 0.0209191 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:41 2021 Pair time (%) = 0.0012579 (6.01315) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.16298) Outpt time (%) = 0.0195301 (93.36) Other time (%) = 9.70364e-05 (0.463865) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:41 2021 Memory usage per processor = 27.5516 Mbytes Step Atoms AVEKE stressZZ 28630 5000 1.4388091e-10 11872087 28631 -0.0154374999999916 11871941.5978948 28631 5000 1.4122917e-10 11871942 Loop time of 0.0179291 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:41 2021 Pair time (%) = 0.00125694 (7.01064) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.18883) Outpt time (%) = 0.0165389 (92.246) Other time (%) = 9.94205e-05 (0.554521) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:41 2021 Memory usage per processor = 27.5516 Mbytes Step Atoms AVEKE stressZZ 28631 5000 1.4122917e-10 11871869 28632 -0.0154374999999916 11871724.6784997 28632 5000 1.3955338e-10 11871725 Loop time of 0.0182939 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:41 2021 Pair time (%) = 0.0014801 (8.09071) Neigh time (%) = 0 (0) Comm time (%) = 4.50611e-05 (0.246318) Outpt time (%) = 0.016609 (90.7898) Other time (%) = 0.00015974 (0.873192) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:41 2021 Memory usage per processor = 27.5516 Mbytes Step Atoms AVEKE stressZZ 28632 5000 1.3955338e-10 11871653 28633 -0.0154374999999916 11871509.0135914 28633 5000 1.3849017e-10 11871509 Loop time of 0.018343 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:41 2021 Pair time (%) = 0.00131416 (7.1644) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.185869) Outpt time (%) = 0.0168879 (92.0674) Other time (%) = 0.000106812 (0.582302) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:41 2021 Memory usage per processor = 27.5516 Mbytes Step Atoms AVEKE stressZZ 28633 5000 1.3849017e-10 11871437 28634 -0.0154374999999916 11871294.1500241 28634 5000 1.3781317e-10 11871294 Loop time of 0.0182791 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:41 2021 Pair time (%) = 0.00125813 (6.88292) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.181301) Outpt time (%) = 0.0168889 (92.3945) Other time (%) = 9.89437e-05 (0.541295) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:41 2021 Memory usage per processor = 27.5516 Mbytes Step Atoms AVEKE stressZZ 28634 5000 1.3781317e-10 11871223 28635 -0.0154374999999916 11871079.7997873 28635 5000 1.3738037e-10 11871080 Loop time of 0.0182159 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:41 2021 Pair time (%) = 0.00128102 (7.03245) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.192401) Outpt time (%) = 0.0167961 (92.2058) Other time (%) = 0.000103712 (0.569349) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:41 2021 Memory usage per processor = 27.5516 Mbytes Step Atoms AVEKE stressZZ 28635 5000 1.3738037e-10 11871009 28636 -0.0154374999999916 11870865.7798533 28636 5000 1.3710224e-10 11870866 Loop time of 0.01823 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:42 2021 Pair time (%) = 0.00130105 (7.13688) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.192252) Outpt time (%) = 0.0167902 (92.102) Other time (%) = 0.000103712 (0.56891) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:42 2021 Memory usage per processor = 27.5516 Mbytes Step Atoms AVEKE stressZZ 28636 5000 1.3710224e-10 11870795 28637 -0.0154374999999916 11870651.9739058 28637 5000 1.3692221e-10 11870652 Loop time of 0.0186019 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:42 2021 Pair time (%) = 0.00143385 (7.70808) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.198662) Outpt time (%) = 0.0169969 (91.3717) Other time (%) = 0.00013423 (0.721591) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:42 2021 Memory usage per processor = 27.5516 Mbytes Step Atoms AVEKE stressZZ 28637 5000 1.3692221e-10 11870581 28638 -0.0154374999999916 11870438.3080238 28638 5000 1.3680444e-10 11870438 Loop time of 0.018398 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:42 2021 Pair time (%) = 0.00125408 (6.81639) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.184016) Outpt time (%) = 0.0170159 (92.4877) Other time (%) = 9.41753e-05 (0.511877) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:42 2021 Memory usage per processor = 27.5516 Mbytes Step Atoms AVEKE stressZZ 28638 5000 1.3680444e-10 11870367 28639 -0.0154374999999916 11870224.7352244 28639 5000 1.367262e-10 11870225 Loop time of 0.0685539 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:42 2021 Pair time (%) = 0.00125504 (1.83073) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.047994) Outpt time (%) = 0.067168 (97.9783) Other time (%) = 9.799e-05 (0.142939) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:42 2021 Memory usage per processor = 27.5516 Mbytes Step Atoms AVEKE stressZZ 28639 5000 1.367262e-10 11870154 28640 -0.0154374999999916 11870011.2256425 28640 5000 1.3667306e-10 11870011 Loop time of 0.039582 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:42 2021 Pair time (%) = 0.00509381 (12.869) Neigh time (%) = 0 (0) Comm time (%) = 0.000155926 (0.393931) Outpt time (%) = 0.0339642 (85.807) Other time (%) = 0.000368118 (0.930014) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:42 2021 Memory usage per processor = 27.5516 Mbytes Step Atoms AVEKE stressZZ 28640 5000 1.3667306e-10 11869940 28641 -0.0154374999999916 11869797.7603157 28641 5000 1.3663588e-10 11869798 Loop time of 0.0199049 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:42 2021 Pair time (%) = 0.00125909 (6.32554) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.166493) Outpt time (%) = 0.01825 (91.6861) Other time (%) = 0.000362635 (1.82184) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:42 2021 Memory usage per processor = 27.5516 Mbytes Step Atoms AVEKE stressZZ 28641 5000 1.3663588e-10 11869727 28642 -0.0154374999999916 11869584.327185 28642 5000 1.3660884e-10 11869584 Loop time of 0.0189741 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:42 2021 Pair time (%) = 0.00125909 (6.63584) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.179687) Outpt time (%) = 0.0175869 (92.6894) Other time (%) = 9.39369e-05 (0.495081) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:42 2021 Memory usage per processor = 27.5516 Mbytes Step Atoms AVEKE stressZZ 28642 5000 1.3660884e-10 11869513 28643 -0.0154374999999916 11869370.9185859 28643 5000 1.3658824e-10 11869371 Loop time of 0.018671 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:42 2021 Pair time (%) = 0.00151205 (8.09838) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.204311) Outpt time (%) = 0.0169821 (90.9541) Other time (%) = 0.00013876 (0.743181) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:42 2021 Memory usage per processor = 27.5516 Mbytes Step Atoms AVEKE stressZZ 28643 5000 1.3658824e-10 11869300 28644 -0.0154374999999916 11869157.5296467 28644 5000 1.3657173e-10 11869158 Loop time of 0.0182371 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:42 2021 Pair time (%) = 0.00125384 (6.87523) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.18564) Outpt time (%) = 0.0168521 (92.4057) Other time (%) = 9.72748e-05 (0.533389) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:42 2021 Memory usage per processor = 27.5516 Mbytes Step Atoms AVEKE stressZZ 28644 5000 1.3657173e-10 11869087 28645 -0.0154374999999916 11868944.1572712 28645 5000 1.3655782e-10 11868944 Loop time of 0.0183392 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:42 2021 Pair time (%) = 0.00125289 (6.83177) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.179407) Outpt time (%) = 0.0169539 (92.4467) Other time (%) = 9.94205e-05 (0.542122) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:42 2021 Memory usage per processor = 27.5516 Mbytes Step Atoms AVEKE stressZZ 28645 5000 1.3655782e-10 11868873 28646 -0.0154374999999916 11868730.7994944 28646 5000 1.3654556e-10 11868731 Loop time of 0.018101 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:42 2021 Pair time (%) = 0.00126219 (6.97304) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.188354) Outpt time (%) = 0.016706 (92.2933) Other time (%) = 9.87053e-05 (0.545304) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:42 2021 Memory usage per processor = 27.5516 Mbytes Step Atoms AVEKE stressZZ 28646 5000 1.3654556e-10 11868660 28647 -0.0154374999999916 11868517.4550624 28647 5000 1.3653436e-10 11868517 Loop time of 0.0181892 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:42 2021 Pair time (%) = 0.00142503 (7.83448) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.213656) Outpt time (%) = 0.0166068 (91.3004) Other time (%) = 0.000118494 (0.651453) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:42 2021 Memory usage per processor = 27.5516 Mbytes Step Atoms AVEKE stressZZ 28647 5000 1.3653436e-10 11868446 28648 -0.0154374999999916 11868304.1231775 28648 5000 1.3652382e-10 11868304 Loop time of 0.0183282 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:42 2021 Pair time (%) = 0.00132394 (7.22351) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.191222) Outpt time (%) = 0.0168569 (91.9726) Other time (%) = 0.000112295 (0.612691) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:42 2021 Memory usage per processor = 27.5516 Mbytes Step Atoms AVEKE stressZZ 28648 5000 1.3652382e-10 11868233 28649 -0.0154374999999916 11868090.8033331 28649 5000 1.3651371e-10 11868091 Loop time of 0.0182641 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:42 2021 Pair time (%) = 0.00125813 (6.88858) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.186672) Outpt time (%) = 0.0168748 (92.3934) Other time (%) = 9.70364e-05 (0.531297) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:42 2021 Memory usage per processor = 27.5516 Mbytes Step Atoms AVEKE stressZZ 28649 5000 1.3651371e-10 11868020 28650 -0.0154374999999916 11867877.4952066 28650 5000 1.3650387e-10 11867877 Loop time of 0.021172 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:42 2021 Pair time (%) = 0.00125694 (5.9368) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.156528) Outpt time (%) = 0.019788 (93.463) Other time (%) = 9.39369e-05 (0.443684) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:42 2021 Memory usage per processor = 27.5516 Mbytes Step Atoms AVEKE stressZZ 28650 5000 1.3650387e-10 11867807 28651 -0.0154374999999916 11867664.1985928 28651 5000 1.364942e-10 11867664 Loop time of 0.0183029 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:42 2021 Pair time (%) = 0.00127792 (6.98208) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.191486) Outpt time (%) = 0.0168841 (92.2481) Other time (%) = 0.000105858 (0.578366) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:42 2021 Memory usage per processor = 27.5516 Mbytes Step Atoms AVEKE stressZZ 28651 5000 1.364942e-10 11867593 28652 -0.0154374999999916 11867450.9133602 28652 5000 1.3648464e-10 11867451 Loop time of 0.018569 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:42 2021 Pair time (%) = 0.00147796 (7.95927) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.215705) Outpt time (%) = 0.0169079 (91.0546) Other time (%) = 0.000143051 (0.770376) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:42 2021 Memory usage per processor = 27.5516 Mbytes Step Atoms AVEKE stressZZ 28652 5000 1.3648464e-10 11867380 28653 -0.0154374999999916 11867237.6394159 28653 5000 1.3647515e-10 11867238 Loop time of 0.018338 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:42 2021 Pair time (%) = 0.00128293 (6.99603) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.184619) Outpt time (%) = 0.016921 (92.2733) Other time (%) = 0.000100136 (0.546057) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:42 2021 Memory usage per processor = 27.5516 Mbytes Step Atoms AVEKE stressZZ 28653 5000 1.3647515e-10 11867167 28654 -0.0154374999999916 11867024.3767073 28654 5000 1.3646571e-10 11867024 Loop time of 0.018239 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:42 2021 Pair time (%) = 0.00126004 (6.9085) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.19085) Outpt time (%) = 0.0168471 (92.3686) Other time (%) = 9.70364e-05 (0.532026) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:42 2021 Memory usage per processor = 27.5516 Mbytes Step Atoms AVEKE stressZZ 28654 5000 1.3646571e-10 11866953 28655 -0.0154374999999916 11866811.1252065 28655 5000 1.3645629e-10 11866811 Loop time of 0.018084 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:42 2021 Pair time (%) = 0.00125623 (6.94661) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.181938) Outpt time (%) = 0.0166962 (92.3256) Other time (%) = 9.87053e-05 (0.545814) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:42 2021 Memory usage per processor = 27.5516 Mbytes Step Atoms AVEKE stressZZ 28655 5000 1.3645629e-10 11866740 28656 -0.0154374999999916 11866597.8848906 28656 5000 1.364469e-10 11866598 Loop time of 0.0180779 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:42 2021 Pair time (%) = 0.00131798 (7.29057) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.199145) Outpt time (%) = 0.0166059 (91.8575) Other time (%) = 0.000118017 (0.652828) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:42 2021 Memory usage per processor = 27.5516 Mbytes Step Atoms AVEKE stressZZ 28656 5000 1.364469e-10 11866527 28657 -0.0154374999999916 11866384.6557453 28657 5000 1.3643752e-10 11866385 Loop time of 0.018399 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:42 2021 Pair time (%) = 0.00135708 (7.37583) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.195669) Outpt time (%) = 0.0168891 (91.7935) Other time (%) = 0.000116825 (0.634954) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:42 2021 Memory usage per processor = 27.5516 Mbytes Step Atoms AVEKE stressZZ 28657 5000 1.3643752e-10 11866314 28658 -0.0154374999999916 11866171.4378366 28658 5000 1.3642814e-10 11866171 Loop time of 0.018332 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:42 2021 Pair time (%) = 0.00125813 (6.86305) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.18598) Outpt time (%) = 0.0169432 (92.4242) Other time (%) = 9.65595e-05 (0.526726) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:42 2021 Memory usage per processor = 27.5516 Mbytes Step Atoms AVEKE stressZZ 28658 5000 1.3642814e-10 11866100 28659 -0.0154374999999916 11865958.2311403 28659 5000 1.3641877e-10 11865958 Loop time of 0.018214 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:42 2021 Pair time (%) = 0.00125885 (6.91145) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.185876) Outpt time (%) = 0.016824 (92.3686) Other time (%) = 9.72748e-05 (0.534066) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:42 2021 Memory usage per processor = 27.5516 Mbytes Step Atoms AVEKE stressZZ 28659 5000 1.3641877e-10 11865887 28660 -0.0154374999999916 11865745.0356317 28660 5000 1.3640941e-10 11865745 Loop time of 0.0208571 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:42 2021 Pair time (%) = 0.0012989 (6.22764) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.172609) Outpt time (%) = 0.019418 (93.1002) Other time (%) = 0.000104189 (0.499537) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:42 2021 Memory usage per processor = 27.5516 Mbytes Step Atoms AVEKE stressZZ 28660 5000 1.3640941e-10 11865674 28661 -0.0154374999999916 11865531.8512994 28661 5000 1.3640004e-10 11865532 Loop time of 0.0182281 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:42 2021 Pair time (%) = 0.00139308 (7.6425) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.204044) Outpt time (%) = 0.0166831 (91.5243) Other time (%) = 0.000114679 (0.629136) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:42 2021 Memory usage per processor = 27.5516 Mbytes Step Atoms AVEKE stressZZ 28661 5000 1.3640004e-10 11865461 28662 -0.0154374999999916 11865318.6781365 28662 5000 1.3639068e-10 11865319 Loop time of 0.0184071 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:42 2021 Pair time (%) = 0.0013299 (7.22492) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.195583) Outpt time (%) = 0.016932 (91.9863) Other time (%) = 0.000109196 (0.593226) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:42 2021 Memory usage per processor = 27.5516 Mbytes Step Atoms AVEKE stressZZ 28662 5000 1.3639068e-10 11865248 28663 -0.0154374999999916 11865105.5161374 28663 5000 1.3638133e-10 11865106 Loop time of 0.0183411 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:42 2021 Pair time (%) = 0.00125623 (6.84926) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.184588) Outpt time (%) = 0.0169542 (92.4384) Other time (%) = 9.67979e-05 (0.527766) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:42 2021 Memory usage per processor = 27.5516 Mbytes Step Atoms AVEKE stressZZ 28663 5000 1.3638133e-10 11865035 28664 -0.0154374999999916 11864892.3652983 28664 5000 1.3637197e-10 11864892 Loop time of 0.0181952 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:42 2021 Pair time (%) = 0.00125289 (6.88584) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.187379) Outpt time (%) = 0.0168111 (92.3935) Other time (%) = 9.70364e-05 (0.533309) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:42 2021 Memory usage per processor = 27.5516 Mbytes Step Atoms AVEKE stressZZ 28664 5000 1.3637197e-10 11864821 28665 -0.0154374999999916 11864679.2256153 28665 5000 1.3636261e-10 11864679 Loop time of 0.0180919 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:42 2021 Pair time (%) = 0.00127912 (7.07009) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.193719) Outpt time (%) = 0.0166709 (92.1458) Other time (%) = 0.000106812 (0.590383) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:42 2021 Memory usage per processor = 27.5516 Mbytes Step Atoms AVEKE stressZZ 28665 5000 1.3636261e-10 11864608 28666 -0.0154374999999916 11864466.0970857 28666 5000 1.3635326e-10 11864466 Loop time of 0.0185559 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:42 2021 Pair time (%) = 0.00146198 (7.87881) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.205579) Outpt time (%) = 0.016922 (91.1948) Other time (%) = 0.000133753 (0.720811) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:42 2021 Memory usage per processor = 27.5516 Mbytes Step Atoms AVEKE stressZZ 28666 5000 1.3635326e-10 11864395 28667 -0.0154374999999916 11864252.9796791 28667 5000 1.3634391e-10 11864253 Loop time of 0.0183501 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:42 2021 Pair time (%) = 0.00125384 (6.83289) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.1793) Outpt time (%) = 0.0169652 (92.4525) Other time (%) = 9.82285e-05 (0.535301) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:42 2021 Memory usage per processor = 27.5516 Mbytes Step Atoms AVEKE stressZZ 28667 5000 1.3634391e-10 11864182 28668 -0.0154374999999916 11864039.8734081 28668 5000 1.3633455e-10 11864040 Loop time of 0.018095 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:42 2021 Pair time (%) = 0.00125313 (6.92527) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.176557) Outpt time (%) = 0.016717 (92.3843) Other time (%) = 9.29832e-05 (0.513861) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:42 2021 Memory usage per processor = 27.5516 Mbytes Step Atoms AVEKE stressZZ 28668 5000 1.3633455e-10 11863969 28669 -0.0154374999999916 11863826.7782793 28669 5000 1.363252e-10 11863827 Loop time of 0.01754 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:42 2021 Pair time (%) = 0.00125098 (7.13218) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.194378) Outpt time (%) = 0.0161541 (92.0985) Other time (%) = 0.000100851 (0.574978) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:42 2021 Memory usage per processor = 27.5516 Mbytes Step Atoms AVEKE stressZZ 28669 5000 1.363252e-10 11863756 28670 -0.0154374999999916 11863613.6942914 28670 5000 1.3631585e-10 11863614 Loop time of 0.0207448 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:42 2021 Pair time (%) = 0.00143409 (6.913) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.173543) Outpt time (%) = 0.019135 (92.24) Other time (%) = 0.000139713 (0.673486) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:42 2021 Memory usage per processor = 27.5516 Mbytes Step Atoms AVEKE stressZZ 28670 5000 1.3631585e-10 11863543 28671 -0.0154374999999916 11863400.6214494 28671 5000 1.3630651e-10 11863401 Loop time of 0.018543 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:42 2021 Pair time (%) = 0.00139785 (7.53841) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.178721) Outpt time (%) = 0.016999 (91.6734) Other time (%) = 0.00011301 (0.60945) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:42 2021 Memory usage per processor = 27.5516 Mbytes Step Atoms AVEKE stressZZ 28671 5000 1.3630651e-10 11863330 28672 -0.0154374999999916 11863187.559802 28672 5000 1.3629716e-10 11863188 Loop time of 0.0181038 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:42 2021 Pair time (%) = 0.00120211 (6.64006) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.176471) Outpt time (%) = 0.016778 (92.6764) Other time (%) = 9.17912e-05 (0.507026) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:42 2021 Memory usage per processor = 27.5516 Mbytes Step Atoms AVEKE stressZZ 28672 5000 1.3629716e-10 11863117 28673 -0.0154374999999916 11862974.5093248 28673 5000 1.3628781e-10 11862975 Loop time of 0.0180559 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:43 2021 Pair time (%) = 0.00120807 (6.6907) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.17694) Outpt time (%) = 0.0167201 (92.6015) Other time (%) = 9.58443e-05 (0.530819) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:43 2021 Memory usage per processor = 27.5516 Mbytes Step Atoms AVEKE stressZZ 28673 5000 1.3628781e-10 11862904 28674 -0.0154374999999916 11862761.4700064 28674 5000 1.3627847e-10 11862761 Loop time of 0.0175378 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:43 2021 Pair time (%) = 0.00127411 (7.26492) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.188964) Outpt time (%) = 0.016129 (91.967) Other time (%) = 0.000101566 (0.579127) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:43 2021 Memory usage per processor = 27.5516 Mbytes Step Atoms AVEKE stressZZ 28674 5000 1.3627847e-10 11862691 28675 -0.0154374999999916 11862548.4418405 28675 5000 1.3626912e-10 11862548 Loop time of 0.0186191 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:43 2021 Pair time (%) = 0.00154614 (8.3041) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.188235) Outpt time (%) = 0.016839 (90.4397) Other time (%) = 0.000198841 (1.06794) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:43 2021 Memory usage per processor = 27.5516 Mbytes Step Atoms AVEKE stressZZ 28675 5000 1.3626912e-10 11862478 28676 -0.0154374999999916 11862335.424823 28676 5000 1.3625978e-10 11862335 Loop time of 0.0181041 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:43 2021 Pair time (%) = 0.00123596 (6.82698) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.176469) Outpt time (%) = 0.016741 (92.4711) Other time (%) = 9.5129e-05 (0.525456) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:43 2021 Memory usage per processor = 27.5516 Mbytes Step Atoms AVEKE stressZZ 28676 5000 1.3625978e-10 11862265 28677 -0.0154374999999916 11862122.4189503 28677 5000 1.3625044e-10 11862122 Loop time of 0.0181229 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:43 2021 Pair time (%) = 0.00123405 (6.80936) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.182863) Outpt time (%) = 0.016762 (92.4908) Other time (%) = 9.36985e-05 (0.517017) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:43 2021 Memory usage per processor = 27.5516 Mbytes Step Atoms AVEKE stressZZ 28677 5000 1.3625044e-10 11862052 28678 -0.0154374999999916 11861909.4242195 28678 5000 1.362411e-10 11861909 Loop time of 0.0176299 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:43 2021 Pair time (%) = 0.00124598 (7.06741) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.192035) Outpt time (%) = 0.016232 (92.0711) Other time (%) = 0.000118017 (0.669416) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:43 2021 Memory usage per processor = 27.5516 Mbytes Step Atoms AVEKE stressZZ 28678 5000 1.362411e-10 11861839 28679 -0.0154374999999916 11861696.4406282 28679 5000 1.3623176e-10 11861696 Loop time of 0.0182462 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:43 2021 Pair time (%) = 0.001652 (9.05397) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.197308) Outpt time (%) = 0.016407 (89.9203) Other time (%) = 0.000151157 (0.828433) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:43 2021 Memory usage per processor = 27.5516 Mbytes Step Atoms AVEKE stressZZ 28679 5000 1.3623176e-10 11861626 28680 -0.0154374999999916 11861483.4681738 28680 5000 1.3622242e-10 11861483 Loop time of 0.0235319 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:43 2021 Pair time (%) = 0.00139284 (5.91895) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.135765) Outpt time (%) = 0.022012 (93.541) Other time (%) = 9.5129e-05 (0.404255) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:43 2021 Memory usage per processor = 27.5516 Mbytes Step Atoms AVEKE stressZZ 28680 5000 1.3622242e-10 11861413 28681 -0.0154374999999916 11861270.5068536 28681 5000 1.3621308e-10 11861271 Loop time of 0.020823 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:43 2021 Pair time (%) = 0.00148201 (7.11718) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.153427) Outpt time (%) = 0.0192161 (92.2829) Other time (%) = 9.29832e-05 (0.446541) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:43 2021 Memory usage per processor = 27.5516 Mbytes Step Atoms AVEKE stressZZ 28681 5000 1.3621308e-10 11861200 28682 -0.0154374999999916 11861057.5566601 28682 5000 1.3620375e-10 11861058 Loop time of 0.0185661 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:43 2021 Pair time (%) = 0.001194 (6.43107) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.172077) Outpt time (%) = 0.017251 (92.9166) Other time (%) = 8.91685e-05 (0.480275) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:43 2021 Memory usage per processor = 27.5516 Mbytes Step Atoms AVEKE stressZZ 28682 5000 1.3620375e-10 11860987 28683 -0.0154374999999916 11860844.6176138 28683 5000 1.3619441e-10 11860845 Loop time of 0.018898 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:43 2021 Pair time (%) = 0.00119591 (6.32822) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.170317) Outpt time (%) = 0.01758 (93.0258) Other time (%) = 8.98838e-05 (0.475626) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:43 2021 Memory usage per processor = 27.5516 Mbytes Step Atoms AVEKE stressZZ 28683 5000 1.3619441e-10 11860774 28684 -0.0154374999999916 11860631.6897683 28684 5000 1.3618508e-10 11860632 Loop time of 0.01792 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:43 2021 Pair time (%) = 0.00132799 (7.41066) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.178282) Outpt time (%) = 0.0164208 (91.6341) Other time (%) = 0.000139236 (0.776988) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:43 2021 Memory usage per processor = 27.5516 Mbytes Step Atoms AVEKE stressZZ 28684 5000 1.3618508e-10 11860561 28685 -0.0154374999999916 11860418.7730901 28685 5000 1.3617574e-10 11860419 Loop time of 0.0176001 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:43 2021 Pair time (%) = 0.001266 (7.19317) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.199133) Outpt time (%) = 0.0161991 (92.0401) Other time (%) = 9.98974e-05 (0.567597) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:43 2021 Memory usage per processor = 27.5516 Mbytes Step Atoms AVEKE stressZZ 28685 5000 1.3617574e-10 11860348 28686 -0.0154374999999916 11860205.8675668 28686 5000 1.3616641e-10 11860206 Loop time of 0.0182841 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:43 2021 Pair time (%) = 0.00145388 (7.9516) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.213851) Outpt time (%) = 0.0166531 (91.0796) Other time (%) = 0.000138044 (0.754997) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:43 2021 Memory usage per processor = 27.5516 Mbytes Step Atoms AVEKE stressZZ 28686 5000 1.3616641e-10 11860135 28687 -0.0154374999999916 11859992.9731922 28687 5000 1.3615708e-10 11859993 Loop time of 0.0181561 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:43 2021 Pair time (%) = 0.00124288 (6.84552) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.175964) Outpt time (%) = 0.016788 (92.4651) Other time (%) = 9.32217e-05 (0.513447) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:43 2021 Memory usage per processor = 27.5516 Mbytes Step Atoms AVEKE stressZZ 28687 5000 1.3615708e-10 11859922 28688 -0.0154374999999916 11859780.0899856 28688 5000 1.3614775e-10 11859780 Loop time of 0.0182071 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:43 2021 Pair time (%) = 0.00128579 (7.06204) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.185947) Outpt time (%) = 0.016789 (92.2112) Other time (%) = 9.84669e-05 (0.540817) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:43 2021 Memory usage per processor = 27.5516 Mbytes Step Atoms AVEKE stressZZ 28688 5000 1.3614775e-10 11859709 28689 -0.0154374999999916 11859567.2180076 28689 5000 1.3613842e-10 11859567 Loop time of 0.0175009 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:43 2021 Pair time (%) = 0.00127101 (7.26255) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.19345) Outpt time (%) = 0.016094 (91.9609) Other time (%) = 0.000102043 (0.583074) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:43 2021 Memory usage per processor = 27.5516 Mbytes Step Atoms AVEKE stressZZ 28689 5000 1.3613842e-10 11859496 28690 -0.0154374999999916 11859354.3572165 28690 5000 1.3612909e-10 11859354 Loop time of 0.0213451 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:43 2021 Pair time (%) = 0.00169206 (7.92713) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.183183) Outpt time (%) = 0.0194211 (90.9861) Other time (%) = 0.000192881 (0.903628) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:43 2021 Memory usage per processor = 27.5516 Mbytes Step Atoms AVEKE stressZZ 28690 5000 1.3612909e-10 11859283 28691 -0.0154374999999916 11859141.5075966 28691 5000 1.3611977e-10 11859142 Loop time of 0.0184999 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:43 2021 Pair time (%) = 0.00131607 (7.11395) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.183004) Outpt time (%) = 0.0170441 (92.1308) Other time (%) = 0.000105858 (0.572209) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:43 2021 Memory usage per processor = 27.5516 Mbytes Step Atoms AVEKE stressZZ 28691 5000 1.3611977e-10 11859071 28692 -0.0154374999999916 11858928.6691394 28692 5000 1.3611044e-10 11858929 Loop time of 0.0184252 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:43 2021 Pair time (%) = 0.0012331 (6.69246) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.190215) Outpt time (%) = 0.017056 (92.5687) Other time (%) = 0.000101089 (0.548647) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:43 2021 Memory usage per processor = 27.5516 Mbytes Step Atoms AVEKE stressZZ 28692 5000 1.3611044e-10 11858858 28693 -0.0154374999999916 11858715.8418386 28693 5000 1.3610112e-10 11858716 Loop time of 0.0178359 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:43 2021 Pair time (%) = 0.00119615 (6.70641) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.179123) Outpt time (%) = 0.016516 (92.5998) Other time (%) = 9.17912e-05 (0.514644) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:43 2021 Memory usage per processor = 27.5516 Mbytes Step Atoms AVEKE stressZZ 28693 5000 1.3610112e-10 11858645 28694 -0.0154374999999916 11858503.0256896 28694 5000 1.3609179e-10 11858503 Loop time of 0.0174339 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:43 2021 Pair time (%) = 0.00125504 (7.19883) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.194193) Outpt time (%) = 0.016042 (92.0162) Other time (%) = 0.000102997 (0.590785) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:43 2021 Memory usage per processor = 27.5516 Mbytes Step Atoms AVEKE stressZZ 28694 5000 1.3609179e-10 11858432 28695 -0.0154374999999916 11858290.2206879 28695 5000 1.3608247e-10 11858290 Loop time of 0.0183148 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:43 2021 Pair time (%) = 0.00153303 (8.37043) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.201776) Outpt time (%) = 0.016578 (90.5165) Other time (%) = 0.000166893 (0.911245) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:43 2021 Memory usage per processor = 27.5516 Mbytes Step Atoms AVEKE stressZZ 28695 5000 1.3608247e-10 11858219 28696 -0.0154374999999916 11858077.4268303 28696 5000 1.3607315e-10 11858077 Loop time of 0.0182412 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:43 2021 Pair time (%) = 0.0011971 (6.56263) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.175143) Outpt time (%) = 0.016917 (92.7407) Other time (%) = 9.5129e-05 (0.521507) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:43 2021 Memory usage per processor = 27.5516 Mbytes Step Atoms AVEKE stressZZ 28696 5000 1.3607315e-10 11858007 28697 -0.0154374999999916 11857864.6441135 28697 5000 1.3606383e-10 11857865 Loop time of 0.0186241 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:43 2021 Pair time (%) = 0.00140715 (7.55553) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.183063) Outpt time (%) = 0.0170491 (91.5432) Other time (%) = 0.000133753 (0.718172) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:43 2021 Memory usage per processor = 27.5516 Mbytes Step Atoms AVEKE stressZZ 28697 5000 1.3606383e-10 11857794 28698 -0.0154374999999916 11857651.8725175 28698 5000 1.3605451e-10 11857652 Loop time of 0.0174351 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:43 2021 Pair time (%) = 0.00120091 (6.88792) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.195548) Outpt time (%) = 0.016099 (92.3367) Other time (%) = 0.000101089 (0.579805) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:43 2021 Memory usage per processor = 27.5516 Mbytes Step Atoms AVEKE stressZZ 28698 5000 1.3605451e-10 11857581 28699 -0.0154374999999916 11857439.1120256 28699 5000 1.3604519e-10 11857439 Loop time of 0.0179231 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:43 2021 Pair time (%) = 0.00143003 (7.97872) Neigh time (%) = 0 (0) Comm time (%) = 5.4121e-05 (0.301962) Outpt time (%) = 0.0162442 (90.6325) Other time (%) = 0.000194788 (1.0868) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:43 2021 Memory usage per processor = 27.5516 Mbytes Step Atoms AVEKE stressZZ 28699 5000 1.3604519e-10 11857368 28700 -0.0154374999999916 11857226.3626636 28700 5000 1.3603587e-10 11857226 Loop time of 0.021122 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:43 2021 Pair time (%) = 0.00125504 (5.94185) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.151255) Outpt time (%) = 0.019686 (93.2014) Other time (%) = 0.000149012 (0.705481) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:43 2021 Memory usage per processor = 27.5516 Mbytes Step Atoms AVEKE stressZZ 28700 5000 1.3603587e-10 11857156 28701 -0.0154374999999916 11857013.6244296 28701 5000 1.3602656e-10 11857014 Loop time of 0.0182741 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:43 2021 Pair time (%) = 0.00119305 (6.52863) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.174827) Outpt time (%) = 0.0169549 (92.7812) Other time (%) = 9.41753e-05 (0.51535) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:43 2021 Memory usage per processor = 27.5516 Mbytes Step Atoms AVEKE stressZZ 28701 5000 1.3602656e-10 11856943 28702 -0.0154374999999916 11856800.8973242 28702 5000 1.3601724e-10 11856801 Loop time of 0.0178039 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:43 2021 Pair time (%) = 0.00120807 (6.7854) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.174088) Outpt time (%) = 0.016468 (92.4968) Other time (%) = 9.67979e-05 (0.543689) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:43 2021 Memory usage per processor = 27.5516 Mbytes Step Atoms AVEKE stressZZ 28702 5000 1.3601724e-10 11856730 28703 -0.0154374999999916 11856588.1813509 28703 5000 1.3600793e-10 11856588 Loop time of 0.017647 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:43 2021 Pair time (%) = 0.00128984 (7.30913) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.186444) Outpt time (%) = 0.016191 (91.7492) Other time (%) = 0.000133276 (0.755232) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:43 2021 Memory usage per processor = 27.5516 Mbytes Step Atoms AVEKE stressZZ 28703 5000 1.3600793e-10 11856517 28704 -0.0154374999999916 11856375.476496 28704 5000 1.3599861e-10 11856375 Loop time of 0.0184281 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:43 2021 Pair time (%) = 0.001647 (8.93742) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.217355) Outpt time (%) = 0.0165279 (89.6886) Other time (%) = 0.000213146 (1.15664) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:43 2021 Memory usage per processor = 27.5516 Mbytes Step Atoms AVEKE stressZZ 28704 5000 1.3599861e-10 11856305 28705 -0.0154374999999916 11856162.782755 28705 5000 1.359893e-10 11856163 Loop time of 0.0183132 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:43 2021 Pair time (%) = 0.00119495 (6.52511) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.175756) Outpt time (%) = 0.0169928 (92.7901) Other time (%) = 9.32217e-05 (0.509042) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:43 2021 Memory usage per processor = 27.5516 Mbytes Step Atoms AVEKE stressZZ 28705 5000 1.359893e-10 11856092 28706 -0.0154374999999916 11855950.1001258 28706 5000 1.3597999e-10 11855950 Loop time of 0.018136 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:43 2021 Pair time (%) = 0.00124192 (6.84782) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.182731) Outpt time (%) = 0.016763 (92.4291) Other time (%) = 9.799e-05 (0.540306) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:43 2021 Memory usage per processor = 27.5516 Mbytes Step Atoms AVEKE stressZZ 28706 5000 1.3597999e-10 11855879 28707 -0.0154374999999916 11855737.4286065 28707 5000 1.3597068e-10 11855737 Loop time of 0.0177171 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:43 2021 Pair time (%) = 0.00126791 (7.15641) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.187052) Outpt time (%) = 0.016319 (92.1088) Other time (%) = 9.70364e-05 (0.547698) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:43 2021 Memory usage per processor = 27.5516 Mbytes Step Atoms AVEKE stressZZ 28707 5000 1.3597068e-10 11855667 28708 -0.0154374999999916 11855524.7681953 28708 5000 1.3596137e-10 11855525 Loop time of 0.0179131 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:43 2021 Pair time (%) = 0.00150013 (8.37448) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.200977) Outpt time (%) = 0.01618 (90.3252) Other time (%) = 0.000196934 (1.09938) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:43 2021 Memory usage per processor = 27.5516 Mbytes Step Atoms AVEKE stressZZ 28708 5000 1.3596137e-10 11855454 28709 -0.0154374999999916 11855312.1188901 28709 5000 1.3595207e-10 11855312 Loop time of 0.0183649 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:43 2021 Pair time (%) = 0.001297 (7.06237) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.173963) Outpt time (%) = 0.0169199 (92.1314) Other time (%) = 0.00011611 (0.632238) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:43 2021 Memory usage per processor = 27.5516 Mbytes Step Atoms AVEKE stressZZ 28709 5000 1.3595207e-10 11855241 28710 -0.0154374999999916 11855099.4806894 28710 5000 1.3594276e-10 11855099 Loop time of 0.0212228 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:43 2021 Pair time (%) = 0.00133014 (6.26748) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.159524) Outpt time (%) = 0.0197518 (93.0686) Other time (%) = 0.00010705 (0.504409) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:43 2021 Memory usage per processor = 27.5516 Mbytes Step Atoms AVEKE stressZZ 28710 5000 1.3594276e-10 11855029 28711 -0.0154374999999916 11854886.8535913 28711 5000 1.3593345e-10 11854887 Loop time of 0.0180931 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:43 2021 Pair time (%) = 0.00132489 (7.32263) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.264864) Outpt time (%) = 0.0165491 (91.4664) Other time (%) = 0.000171185 (0.946131) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:43 2021 Memory usage per processor = 27.5516 Mbytes Step Atoms AVEKE stressZZ 28711 5000 1.3593345e-10 11854816 28712 -0.0154374999999916 11854674.2375939 28712 5000 1.3592415e-10 11854674 Loop time of 0.017576 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:43 2021 Pair time (%) = 0.00128794 (7.32783) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.199406) Outpt time (%) = 0.0161481 (91.8759) Other time (%) = 0.000104904 (0.596861) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:43 2021 Memory usage per processor = 27.5516 Mbytes Step Atoms AVEKE stressZZ 28712 5000 1.3592415e-10 11854603 28713 -0.0154374999999916 11854461.6326959 28713 5000 1.3591485e-10 11854462 Loop time of 0.018312 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:43 2021 Pair time (%) = 0.00157499 (8.60089) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.201807) Outpt time (%) = 0.016557 (90.4161) Other time (%) = 0.000143051 (0.781189) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:43 2021 Memory usage per processor = 27.5516 Mbytes Step Atoms AVEKE stressZZ 28713 5000 1.3591485e-10 11854391 28714 -0.0154374999999916 11854249.0388953 28714 5000 1.3590554e-10 11854249 Loop time of 0.018384 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:44 2021 Pair time (%) = 0.00123811 (6.73471) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.168595) Outpt time (%) = 0.0170259 (92.613) Other time (%) = 8.89301e-05 (0.483737) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:44 2021 Memory usage per processor = 27.5516 Mbytes Step Atoms AVEKE stressZZ 28714 5000 1.3590554e-10 11854178 28715 -0.0154374999999916 11854036.4561904 28715 5000 1.3589624e-10 11854036 Loop time of 0.0181041 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:44 2021 Pair time (%) = 0.00125384 (6.92575) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.187005) Outpt time (%) = 0.016716 (92.3328) Other time (%) = 0.000100374 (0.554429) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:44 2021 Memory usage per processor = 27.5516 Mbytes Step Atoms AVEKE stressZZ 28715 5000 1.3589624e-10 11853966 28716 -0.0154374999999916 11853823.8845796 28716 5000 1.3588694e-10 11853824 Loop time of 0.017494 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:44 2021 Pair time (%) = 0.00121093 (6.92198) Neigh time (%) = 0 (0) Comm time (%) = 6.41346e-05 (0.36661) Outpt time (%) = 0.0160758 (91.8937) Other time (%) = 0.000143051 (0.817717) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:44 2021 Memory usage per processor = 27.5516 Mbytes Step Atoms AVEKE stressZZ 28716 5000 1.3588694e-10 11853753 28717 -0.0154374999999916 11853611.3240613 28717 5000 1.3587764e-10 11853611 Loop time of 0.0182741 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:44 2021 Pair time (%) = 0.00142097 (7.77591) Neigh time (%) = 0 (0) Comm time (%) = 5.31673e-05 (0.290944) Outpt time (%) = 0.0166421 (91.0694) Other time (%) = 0.000157833 (0.8637) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:44 2021 Memory usage per processor = 27.5516 Mbytes Step Atoms AVEKE stressZZ 28717 5000 1.3587764e-10 11853541 28718 -0.0154374999999916 11853398.7746337 28718 5000 1.3586835e-10 11853399 Loop time of 0.018306 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:44 2021 Pair time (%) = 0.00128102 (6.99782) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.174522) Outpt time (%) = 0.0168898 (92.2637) Other time (%) = 0.000103235 (0.563942) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:44 2021 Memory usage per processor = 27.5516 Mbytes Step Atoms AVEKE stressZZ 28718 5000 1.3586835e-10 11853328 28719 -0.0154374999999916 11853186.2362955 28719 5000 1.3585905e-10 11853186 Loop time of 0.0180252 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:44 2021 Pair time (%) = 0.00120783 (6.70079) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.183855) Outpt time (%) = 0.0166891 (92.5876) Other time (%) = 9.5129e-05 (0.527757) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:44 2021 Memory usage per processor = 27.5516 Mbytes Step Atoms AVEKE stressZZ 28719 5000 1.3585905e-10 11853115 28720 -0.0154374999999916 11852973.7090449 28720 5000 1.3584975e-10 11852974 Loop time of 0.0204391 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:44 2021 Pair time (%) = 0.0011971 (5.8569) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.156308) Outpt time (%) = 0.0191162 (93.5272) Other time (%) = 9.39369e-05 (0.459593) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:44 2021 Memory usage per processor = 27.5516 Mbytes Step Atoms AVEKE stressZZ 28720 5000 1.3584975e-10 11852903 28721 -0.0154374999999916 11852761.1928805 28721 5000 1.3584046e-10 11852761 Loop time of 0.0199058 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:44 2021 Pair time (%) = 0.00149512 (7.51099) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.170078) Outpt time (%) = 0.0182788 (91.8267) Other time (%) = 9.799e-05 (0.492269) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:44 2021 Memory usage per processor = 27.5516 Mbytes Step Atoms AVEKE stressZZ 28721 5000 1.3584046e-10 11852690 28722 -0.0154374999999916 11852548.6878005 28722 5000 1.3583117e-10 11852549 Loop time of 0.0197861 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:44 2021 Pair time (%) = 0.00146723 (7.41544) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.161467) Outpt time (%) = 0.018198 (91.9736) Other time (%) = 8.89301e-05 (0.449457) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:44 2021 Memory usage per processor = 27.5516 Mbytes Step Atoms AVEKE stressZZ 28722 5000 1.3583117e-10 11852478 28723 -0.0154374999999916 11852336.1938034 28723 5000 1.3582187e-10 11852336 Loop time of 0.018852 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:44 2021 Pair time (%) = 0.00146508 (7.7715) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.164409) Outpt time (%) = 0.017266 (91.5873) Other time (%) = 8.98838e-05 (0.476787) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:44 2021 Memory usage per processor = 27.5516 Mbytes Step Atoms AVEKE stressZZ 28723 5000 1.3582187e-10 11852265 28724 -0.0154374999999916 11852123.7108879 28724 5000 1.3581258e-10 11852124 Loop time of 0.0184429 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:44 2021 Pair time (%) = 0.00135899 (7.36863) Neigh time (%) = 0 (0) Comm time (%) = 6.50883e-05 (0.352918) Outpt time (%) = 0.016876 (91.5041) Other time (%) = 0.000142813 (0.774352) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:29:44 2021 Memory usage per processor = 27.5516 Mbytes Step Atoms AVEKE stressZZ 28724 5000 1.3581258e-10 11852053 28725 -0.0154374999999916 11851883.8607247 28725 5000 2.674922e-10 11852275 Loop time of 0.0178061 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:44 2021 Pair time (%) = 0.00123596 (6.94125) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.184779) Outpt time (%) = 0.016417 (92.1991) Other time (%) = 0.000120163 (0.674843) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:44 2021 Memory usage per processor = 27.5516 Mbytes Step Atoms AVEKE stressZZ 28725 5000 2.674922e-10 11930078 28726 -0.0154699999999916 11929891.6201572 28726 5000 2.1515391e-10 11929892 Loop time of 0.0172582 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:44 2021 Pair time (%) = 0.00125194 (7.25417) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.185119) Outpt time (%) = 0.0158801 (92.015) Other time (%) = 9.41753e-05 (0.545686) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:44 2021 Memory usage per processor = 27.5516 Mbytes Step Atoms AVEKE stressZZ 28726 5000 2.1515391e-10 11929795 28727 -0.0154699999999916 11929625.2277342 28727 5000 1.84857e-10 11929625 Loop time of 0.017643 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:44 2021 Pair time (%) = 0.00131798 (7.47027) Neigh time (%) = 0 (0) Comm time (%) = 4.81606e-05 (0.272973) Outpt time (%) = 0.0161569 (91.577) Other time (%) = 0.000119925 (0.67973) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:44 2021 Memory usage per processor = 27.5516 Mbytes Step Atoms AVEKE stressZZ 28727 5000 1.84857e-10 11929538 28728 -0.0154699999999916 11929377.7999543 28728 5000 1.6679845e-10 11929378 Loop time of 0.0181341 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:44 2021 Pair time (%) = 0.00132394 (7.30082) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.186695) Outpt time (%) = 0.0166681 (91.9156) Other time (%) = 0.000108242 (0.596897) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:44 2021 Memory usage per processor = 27.5516 Mbytes Step Atoms AVEKE stressZZ 28728 5000 1.6679845e-10 11929296 28729 -0.0154699999999916 11929142.428457 28729 5000 1.5580292e-10 11929142 Loop time of 0.018019 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:44 2021 Pair time (%) = 0.00119591 (6.63694) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.178626) Outpt time (%) = 0.0166979 (92.6684) Other time (%) = 9.29832e-05 (0.51603) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:44 2021 Memory usage per processor = 27.5516 Mbytes Step Atoms AVEKE stressZZ 28729 5000 1.5580292e-10 11929065 28730 -0.0154699999999916 11928914.7229259 28730 5000 1.4900736e-10 11928915 Loop time of 0.0204551 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:44 2021 Pair time (%) = 0.00120211 (5.8768) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.157352) Outpt time (%) = 0.0191269 (93.5066) Other time (%) = 9.39369e-05 (0.459234) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:44 2021 Memory usage per processor = 27.5517 Mbytes Step Atoms AVEKE stressZZ 28730 5000 1.4900736e-10 11928839 28731 -0.0154699999999916 11928691.8932641 28731 5000 1.4476433e-10 11928692 Loop time of 0.017426 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:44 2021 Pair time (%) = 0.00121808 (6.99001) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.195649) Outpt time (%) = 0.016072 (92.2301) Other time (%) = 0.000101805 (0.584211) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:44 2021 Memory usage per processor = 27.5517 Mbytes Step Atoms AVEKE stressZZ 28731 5000 1.4476433e-10 11928618 28732 -0.0154699999999916 11928472.1663511 28732 5000 1.4209635e-10 11928472 Loop time of 0.0187089 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:44 2021 Pair time (%) = 0.00160885 (8.59936) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.202623) Outpt time (%) = 0.016892 (90.2881) Other time (%) = 0.000170231 (0.90989) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:44 2021 Memory usage per processor = 27.5517 Mbytes Step Atoms AVEKE stressZZ 28732 5000 1.4209635e-10 11928399 28733 -0.0154699999999916 11928254.4153565 28733 5000 1.404103e-10 11928254 Loop time of 0.018254 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:44 2021 Pair time (%) = 0.00119495 (6.54624) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.175019) Outpt time (%) = 0.016933 (92.7628) Other time (%) = 9.41753e-05 (0.515915) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:44 2021 Memory usage per processor = 27.5517 Mbytes Step Atoms AVEKE stressZZ 28733 5000 1.404103e-10 11928182 28734 -0.0154699999999916 11928037.9241622 28734 5000 1.3934059e-10 11928038 Loop time of 0.0181661 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:44 2021 Pair time (%) = 0.00120187 (6.61601) Neigh time (%) = 0 (0) Comm time (%) = 3.12328e-05 (0.17193) Outpt time (%) = 0.0168381 (92.6897) Other time (%) = 9.48906e-05 (0.522351) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:44 2021 Memory usage per processor = 27.5517 Mbytes Step Atoms AVEKE stressZZ 28734 5000 1.3934059e-10 11927966 28735 -0.0154699999999916 11927822.2376676 28735 5000 1.3865946e-10 11927822 Loop time of 0.0174949 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:44 2021 Pair time (%) = 0.00120497 (6.88753) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.194879) Outpt time (%) = 0.0161419 (92.2662) Other time (%) = 0.000113964 (0.651413) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:44 2021 Memory usage per processor = 27.5517 Mbytes Step Atoms AVEKE stressZZ 28735 5000 1.3865946e-10 11927750 28736 -0.0154699999999916 11927607.0666512 28736 5000 1.3822401e-10 11927607 Loop time of 0.0182481 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:44 2021 Pair time (%) = 0.00166416 (9.11965) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.219499) Outpt time (%) = 0.0163829 (89.7789) Other time (%) = 0.000160933 (0.881915) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:44 2021 Memory usage per processor = 27.5517 Mbytes Step Atoms AVEKE stressZZ 28736 5000 1.3822401e-10 11927535 28737 -0.0154699999999916 11927392.2273088 28737 5000 1.3794418e-10 11927392 Loop time of 0.0183692 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:44 2021 Pair time (%) = 0.00127983 (6.96727) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.173922) Outpt time (%) = 0.0169561 (92.3072) Other time (%) = 0.000101328 (0.551619) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:44 2021 Memory usage per processor = 27.5517 Mbytes Step Atoms AVEKE stressZZ 28737 5000 1.3794418e-10 11927321 28738 -0.0154699999999916 11927177.6028353 28738 5000 1.3776306e-10 11927178 Loop time of 0.018244 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:44 2021 Pair time (%) = 0.00124097 (6.80205) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.175115) Outpt time (%) = 0.0168781 (92.5132) Other time (%) = 9.29832e-05 (0.509664) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:44 2021 Memory usage per processor = 27.5517 Mbytes Step Atoms AVEKE stressZZ 28738 5000 1.3776306e-10 11927106 28739 -0.0154699999999916 11926963.1189978 28739 5000 1.3764457e-10 11926963 Loop time of 0.01791 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:44 2021 Pair time (%) = 0.00132585 (7.40282) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.183706) Outpt time (%) = 0.0164049 (91.5961) Other time (%) = 0.000146389 (0.817359) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:44 2021 Memory usage per processor = 27.5517 Mbytes Step Atoms AVEKE stressZZ 28739 5000 1.3764457e-10 11926892 28740 -0.0154699999999916 11926748.7286129 28740 5000 1.3756586e-10 11926749 Loop time of 0.0203772 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:44 2021 Pair time (%) = 0.00130796 (6.41878) Neigh time (%) = 0 (0) Comm time (%) = 4.81606e-05 (0.236346) Outpt time (%) = 0.018918 (92.8394) Other time (%) = 0.000102997 (0.505452) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:44 2021 Memory usage per processor = 27.5517 Mbytes Step Atoms AVEKE stressZZ 28740 5000 1.3756586e-10 11926677 28741 -0.0154699999999916 11926534.4016985 28741 5000 1.3751241e-10 11926534 Loop time of 0.0182009 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:44 2021 Pair time (%) = 0.00165892 (9.11449) Neigh time (%) = 0 (0) Comm time (%) = 4.91142e-05 (0.269845) Outpt time (%) = 0.0163591 (89.8808) Other time (%) = 0.000133753 (0.73487) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:44 2021 Memory usage per processor = 27.5517 Mbytes Step Atoms AVEKE stressZZ 28741 5000 1.3751241e-10 11926463 28742 -0.0154699999999916 11926320.1191999 28742 5000 1.3747501e-10 11926320 Loop time of 0.0182772 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:44 2021 Pair time (%) = 0.00133395 (7.29846) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.180016) Outpt time (%) = 0.0168078 (91.9606) Other time (%) = 0.00010252 (0.560918) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:44 2021 Memory usage per processor = 27.5517 Mbytes Step Atoms AVEKE stressZZ 28742 5000 1.3747501e-10 11926249 28743 -0.0154699999999916 11926105.8690071 28743 5000 1.3744781e-10 11926106 Loop time of 0.0182312 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:44 2021 Pair time (%) = 0.00123501 (6.77416) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.175239) Outpt time (%) = 0.016871 (92.5393) Other time (%) = 9.32217e-05 (0.511332) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:44 2021 Memory usage per processor = 27.5517 Mbytes Step Atoms AVEKE stressZZ 28743 5000 1.3744781e-10 11926034 28744 -0.0154699999999916 11925891.6434238 28744 5000 1.3742708e-10 11925892 Loop time of 0.0176551 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:44 2021 Pair time (%) = 0.0012269 (6.94926) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.180956) Outpt time (%) = 0.016269 (92.1487) Other time (%) = 0.000127316 (0.721125) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:44 2021 Memory usage per processor = 27.5517 Mbytes Step Atoms AVEKE stressZZ 28744 5000 1.3742708e-10 11925820 28745 -0.0154699999999916 11925677.4375578 28745 5000 1.3741048e-10 11925677 Loop time of 0.017941 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:44 2021 Pair time (%) = 0.00146294 (8.15415) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.200664) Outpt time (%) = 0.016284 (90.7641) Other time (%) = 0.000158072 (0.881063) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:44 2021 Memory usage per processor = 27.5517 Mbytes Step Atoms AVEKE stressZZ 28745 5000 1.3741048e-10 11925606 28746 -0.0154699999999916 11925463.2483002 28746 5000 1.3739649e-10 11925463 Loop time of 0.0181639 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:44 2021 Pair time (%) = 0.00129104 (7.1077) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.182451) Outpt time (%) = 0.0167379 (92.1494) Other time (%) = 0.000101805 (0.560478) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:44 2021 Memory usage per processor = 27.5517 Mbytes Step Atoms AVEKE stressZZ 28746 5000 1.3739649e-10 11925392 28747 -0.0154699999999916 11925249.0736744 28747 5000 1.3738416e-10 11925249 Loop time of 0.0183978 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:44 2021 Pair time (%) = 0.00129604 (7.04455) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.180131) Outpt time (%) = 0.0169699 (92.2388) Other time (%) = 9.87053e-05 (0.536506) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:44 2021 Memory usage per processor = 27.5517 Mbytes Step Atoms AVEKE stressZZ 28747 5000 1.3738416e-10 11925178 28748 -0.0154699999999916 11925034.9124235 28748 5000 1.373729e-10 11925035 Loop time of 0.0180809 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:44 2021 Pair time (%) = 0.00119495 (6.60891) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.176695) Outpt time (%) = 0.0167668 (92.7318) Other time (%) = 8.72612e-05 (0.482614) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:44 2021 Memory usage per processor = 27.5517 Mbytes Step Atoms AVEKE stressZZ 28748 5000 1.373729e-10 11924964 28749 -0.0154699999999916 11924820.7637483 28749 5000 1.373623e-10 11924821 Loop time of 0.017592 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:44 2021 Pair time (%) = 0.00134802 (7.6627) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.193804) Outpt time (%) = 0.0160971 (91.5025) Other time (%) = 0.000112772 (0.641043) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:44 2021 Memory usage per processor = 27.5517 Mbytes Step Atoms AVEKE stressZZ 28749 5000 1.373623e-10 11924749 28750 -0.0154699999999916 11924606.6271576 28750 5000 1.3735214e-10 11924607 Loop time of 0.0212669 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:44 2021 Pair time (%) = 0.00148678 (6.99103) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.160314) Outpt time (%) = 0.0195961 (92.1435) Other time (%) = 0.000149965 (0.705157) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:44 2021 Memory usage per processor = 27.5517 Mbytes Step Atoms AVEKE stressZZ 28750 5000 1.3735214e-10 11924535 28751 -0.0154699999999916 11924392.5023981 28751 5000 1.3734224e-10 11924393 Loop time of 0.0182841 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:44 2021 Pair time (%) = 0.00124097 (6.78715) Neigh time (%) = 0 (0) Comm time (%) = 7.00951e-05 (0.383367) Outpt time (%) = 0.0168719 (92.2766) Other time (%) = 0.000101089 (0.552882) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:44 2021 Memory usage per processor = 27.5517 Mbytes Step Atoms AVEKE stressZZ 28751 5000 1.3734224e-10 11924321 28752 -0.0154699999999916 11924178.3892269 28752 5000 1.3733252e-10 11924178 Loop time of 0.0183148 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:44 2021 Pair time (%) = 0.00119686 (6.53493) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.180947) Outpt time (%) = 0.0169919 (92.7764) Other time (%) = 9.29832e-05 (0.507694) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:44 2021 Memory usage per processor = 27.5517 Mbytes Step Atoms AVEKE stressZZ 28752 5000 1.3733252e-10 11924107 28753 -0.0154699999999916 11923964.2874991 28753 5000 1.3732291e-10 11923964 Loop time of 0.017369 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:44 2021 Pair time (%) = 0.00121307 (6.98412) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183937) Outpt time (%) = 0.0160301 (92.2911) Other time (%) = 9.39369e-05 (0.54083) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:44 2021 Memory usage per processor = 27.5517 Mbytes Step Atoms AVEKE stressZZ 28753 5000 1.3732291e-10 11923893 28754 -0.0154699999999916 11923750.1971247 28754 5000 1.3731337e-10 11923750 Loop time of 0.0177581 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:45 2021 Pair time (%) = 0.00146794 (8.26632) Neigh time (%) = 0 (0) Comm time (%) = 5.57899e-05 (0.314166) Outpt time (%) = 0.0160801 (90.5509) Other time (%) = 0.000154257 (0.868655) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:45 2021 Memory usage per processor = 27.5517 Mbytes Step Atoms AVEKE stressZZ 28754 5000 1.3731337e-10 11923679 28755 -0.0154699999999916 11923536.1181081 28755 5000 1.3730388e-10 11923536 Loop time of 0.018348 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:45 2021 Pair time (%) = 0.0012579 (6.85578) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.179321) Outpt time (%) = 0.016959 (92.4295) Other time (%) = 9.82285e-05 (0.535364) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:45 2021 Memory usage per processor = 27.5517 Mbytes Step Atoms AVEKE stressZZ 28755 5000 1.3730388e-10 11923465 28756 -0.0154699999999916 11923322.0504219 28756 5000 1.3729441e-10 11923322 Loop time of 0.0178621 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:45 2021 Pair time (%) = 0.00120211 (6.72993) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.17886) Outpt time (%) = 0.016535 (92.5706) Other time (%) = 9.29832e-05 (0.520562) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:45 2021 Memory usage per processor = 27.5517 Mbytes Step Atoms AVEKE stressZZ 28756 5000 1.3729441e-10 11923251 28757 -0.0154699999999916 11923107.9940123 28757 5000 1.3728497e-10 11923108 Loop time of 0.017621 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:45 2021 Pair time (%) = 0.00121307 (6.88423) Neigh time (%) = 0 (0) Comm time (%) = 6.50883e-05 (0.369378) Outpt time (%) = 0.0161891 (91.8737) Other time (%) = 0.00015378 (0.872707) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:45 2021 Memory usage per processor = 27.5517 Mbytes Step Atoms AVEKE stressZZ 28757 5000 1.3728497e-10 11923037 28758 -0.0154699999999916 11922893.948854 28758 5000 1.3727553e-10 11922894 Loop time of 0.017766 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:45 2021 Pair time (%) = 0.00125194 (7.04681) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.191905) Outpt time (%) = 0.0163341 (91.94) Other time (%) = 0.000145912 (0.8213) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:45 2021 Memory usage per processor = 27.5517 Mbytes Step Atoms AVEKE stressZZ 28758 5000 1.3727553e-10 11922823 28759 -0.0154699999999916 11922679.9149309 28759 5000 1.3726611e-10 11922680 Loop time of 0.018281 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:45 2021 Pair time (%) = 0.00134492 (7.35693) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.179978) Outpt time (%) = 0.0167968 (91.8814) Other time (%) = 0.000106335 (0.581668) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:45 2021 Memory usage per processor = 27.5517 Mbytes Step Atoms AVEKE stressZZ 28759 5000 1.3726611e-10 11922609 28760 -0.0154699999999916 11922465.8922316 28760 5000 1.3725669e-10 11922466 Loop time of 0.0211511 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:45 2021 Pair time (%) = 0.00119686 (5.65863) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.151047) Outpt time (%) = 0.019829 (93.7496) Other time (%) = 9.32217e-05 (0.440742) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:45 2021 Memory usage per processor = 27.5517 Mbytes Step Atoms AVEKE stressZZ 28760 5000 1.3725669e-10 11922395 28761 -0.0154699999999916 11922251.8807479 28761 5000 1.3724727e-10 11922252 Loop time of 0.0181651 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:45 2021 Pair time (%) = 0.00120497 (6.63342) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.175876) Outpt time (%) = 0.016834 (92.6723) Other time (%) = 9.41753e-05 (0.518441) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:45 2021 Memory usage per processor = 27.5517 Mbytes Step Atoms AVEKE stressZZ 28761 5000 1.3724727e-10 11922181 28762 -0.0154699999999916 11922037.8804738 28762 5000 1.3723786e-10 11922038 Loop time of 0.0197151 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:45 2021 Pair time (%) = 0.0014739 (7.47603) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.166886) Outpt time (%) = 0.0181119 (91.8685) Other time (%) = 9.63211e-05 (0.488566) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:45 2021 Memory usage per processor = 27.5517 Mbytes Step Atoms AVEKE stressZZ 28762 5000 1.3723786e-10 11921967 28763 -0.0154699999999916 11921823.8914044 28763 5000 1.3722845e-10 11921824 Loop time of 0.0191979 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:45 2021 Pair time (%) = 0.00119901 (6.2455) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.166414) Outpt time (%) = 0.0178769 (93.1187) Other time (%) = 9.01222e-05 (0.469437) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:45 2021 Memory usage per processor = 27.5517 Mbytes Step Atoms AVEKE stressZZ 28763 5000 1.3722845e-10 11921753 28764 -0.0154699999999916 11921609.9135356 28764 5000 1.3721904e-10 11921610 Loop time of 0.01842 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:45 2021 Pair time (%) = 0.00151014 (8.1984) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.173443) Outpt time (%) = 0.0167899 (91.1505) Other time (%) = 8.79765e-05 (0.477614) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:45 2021 Memory usage per processor = 27.5517 Mbytes Step Atoms AVEKE stressZZ 28764 5000 1.3721904e-10 11921539 28765 -0.0154699999999916 11921395.9468643 28765 5000 1.3720963e-10 11921396 Loop time of 0.0183411 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:45 2021 Pair time (%) = 0.00160789 (8.76664) Neigh time (%) = 0 (0) Comm time (%) = 3.98159e-05 (0.217086) Outpt time (%) = 0.0165381 (90.17) Other time (%) = 0.00015521 (0.846246) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:45 2021 Memory usage per processor = 27.5517 Mbytes Step Atoms AVEKE stressZZ 28765 5000 1.3720963e-10 11921325 28766 -0.0154699999999916 11921181.9913299 28766 5000 1.3720023e-10 11921182 Loop time of 0.0182199 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:45 2021 Pair time (%) = 0.00129914 (7.13033) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.180581) Outpt time (%) = 0.016747 (91.9157) Other time (%) = 0.000140905 (0.773358) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:45 2021 Memory usage per processor = 27.5517 Mbytes Step Atoms AVEKE stressZZ 28766 5000 1.3720023e-10 11921111 28767 -0.0154699999999916 11920968.046937 28767 5000 1.3719082e-10 11920968 Loop time of 0.018383 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:45 2021 Pair time (%) = 0.00123692 (6.72857) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.175088) Outpt time (%) = 0.0170209 (92.5905) Other time (%) = 9.29832e-05 (0.50581) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:45 2021 Memory usage per processor = 27.5517 Mbytes Step Atoms AVEKE stressZZ 28767 5000 1.3719082e-10 11920897 28768 -0.0154699999999916 11920754.1137277 28768 5000 1.3718142e-10 11920754 Loop time of 0.0177941 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:45 2021 Pair time (%) = 0.00121093 (6.80521) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.180883) Outpt time (%) = 0.0164592 (92.4981) Other time (%) = 9.17912e-05 (0.515851) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:45 2021 Memory usage per processor = 27.5517 Mbytes Step Atoms AVEKE stressZZ 28768 5000 1.3718142e-10 11920683 28769 -0.0154699999999916 11920540.1916996 28769 5000 1.3717201e-10 11920540 Loop time of 0.0177422 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:45 2021 Pair time (%) = 0.00145102 (8.17835) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.197538) Outpt time (%) = 0.016098 (90.7332) Other time (%) = 0.000158072 (0.890937) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:45 2021 Memory usage per processor = 27.5517 Mbytes Step Atoms AVEKE stressZZ 28769 5000 1.3717201e-10 11920469 28770 -0.0154699999999916 11920326.2808503 28770 5000 1.3716261e-10 11920326 Loop time of 0.0210452 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:45 2021 Pair time (%) = 0.00128317 (6.0972) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.171066) Outpt time (%) = 0.019587 (93.0713) Other time (%) = 0.000138998 (0.660474) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:45 2021 Memory usage per processor = 27.5517 Mbytes Step Atoms AVEKE stressZZ 28770 5000 1.3716261e-10 11920255 28771 -0.0154699999999916 11920112.3811778 28771 5000 1.3715321e-10 11920112 Loop time of 0.0185499 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:45 2021 Pair time (%) = 0.00123501 (6.65776) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.173513) Outpt time (%) = 0.0171568 (92.4901) Other time (%) = 0.000125885 (0.678628) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:45 2021 Memory usage per processor = 27.5517 Mbytes Step Atoms AVEKE stressZZ 28771 5000 1.3715321e-10 11920041 28772 -0.0154699999999916 11919898.4926802 28772 5000 1.3714381e-10 11919898 Loop time of 0.0182669 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:45 2021 Pair time (%) = 0.00119901 (6.56382) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.176201) Outpt time (%) = 0.016943 (92.7523) Other time (%) = 9.27448e-05 (0.50772) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:45 2021 Memory usage per processor = 27.5517 Mbytes Step Atoms AVEKE stressZZ 28772 5000 1.3714381e-10 11919827 28773 -0.0154699999999916 11919684.6153555 28773 5000 1.3713442e-10 11919685 Loop time of 0.0183191 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:45 2021 Pair time (%) = 0.00121784 (6.64793) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.179603) Outpt time (%) = 0.0169251 (92.3903) Other time (%) = 0.00014329 (0.782185) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:45 2021 Memory usage per processor = 27.5517 Mbytes Step Atoms AVEKE stressZZ 28773 5000 1.3713442e-10 11919613 28774 -0.0154699999999916 11919470.7492018 28774 5000 1.3712502e-10 11919471 Loop time of 0.01825 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:45 2021 Pair time (%) = 0.00169086 (9.26502) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.197267) Outpt time (%) = 0.0163679 (89.6872) Other time (%) = 0.00015521 (0.850469) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:45 2021 Memory usage per processor = 27.5517 Mbytes Step Atoms AVEKE stressZZ 28774 5000 1.3712502e-10 11919399 28775 -0.0154699999999916 11919256.8942174 28775 5000 1.3711562e-10 11919257 Loop time of 0.0183961 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:45 2021 Pair time (%) = 0.00128484 (6.98428) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.173667) Outpt time (%) = 0.0169771 (92.2861) Other time (%) = 0.000102282 (0.555995) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:45 2021 Memory usage per processor = 27.5517 Mbytes Step Atoms AVEKE stressZZ 28775 5000 1.3711562e-10 11919186 28776 -0.0154699999999916 11919043.0504005 28776 5000 1.3710623e-10 11919043 Loop time of 0.018208 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:45 2021 Pair time (%) = 0.00119781 (6.5785) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.170224) Outpt time (%) = 0.016886 (92.7393) Other time (%) = 9.32217e-05 (0.511981) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:45 2021 Memory usage per processor = 27.5517 Mbytes Step Atoms AVEKE stressZZ 28776 5000 1.3710623e-10 11918972 28777 -0.0154699999999916 11918829.2177492 28777 5000 1.3709684e-10 11918829 Loop time of 0.0177109 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:45 2021 Pair time (%) = 0.0011971 (6.7591) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.180386) Outpt time (%) = 0.0163889 (92.5355) Other time (%) = 9.29832e-05 (0.525005) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:45 2021 Memory usage per processor = 27.5517 Mbytes Step Atoms AVEKE stressZZ 28777 5000 1.3709684e-10 11918758 28778 -0.0154699999999916 11918615.3962622 28778 5000 1.3708744e-10 11918615 Loop time of 0.0175979 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:45 2021 Pair time (%) = 0.00123501 (7.01792) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.188319) Outpt time (%) = 0.016228 (92.2153) Other time (%) = 0.000101805 (0.578505) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:45 2021 Memory usage per processor = 27.5517 Mbytes Step Atoms AVEKE stressZZ 28778 5000 1.3708744e-10 11918544 28779 -0.0154699999999916 11918401.5859374 28779 5000 1.3707805e-10 11918402 Loop time of 0.018435 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:45 2021 Pair time (%) = 0.00145793 (7.90849) Neigh time (%) = 0 (0) Comm time (%) = 7.00951e-05 (0.380228) Outpt time (%) = 0.016742 (90.8163) Other time (%) = 0.000164986 (0.894959) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:45 2021 Memory usage per processor = 27.5517 Mbytes Step Atoms AVEKE stressZZ 28779 5000 1.3707805e-10 11918330 28780 -0.0154699999999916 11918187.7867735 28780 5000 1.3706866e-10 11918188 Loop time of 0.0211999 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:45 2021 Pair time (%) = 0.00120497 (5.68382) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.150699) Outpt time (%) = 0.0198681 (93.7179) Other time (%) = 9.48906e-05 (0.447598) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:45 2021 Memory usage per processor = 27.5517 Mbytes Step Atoms AVEKE stressZZ 28780 5000 1.3706866e-10 11918116 28781 -0.0154699999999916 11917973.9987686 28781 5000 1.3705927e-10 11917974 Loop time of 0.018151 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:45 2021 Pair time (%) = 0.00120091 (6.61623) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.177326) Outpt time (%) = 0.0168262 (92.7007) Other time (%) = 9.17912e-05 (0.505707) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:45 2021 Memory usage per processor = 27.5517 Mbytes Step Atoms AVEKE stressZZ 28781 5000 1.3705927e-10 11917903 28782 -0.0154699999999916 11917760.2219213 28782 5000 1.3704988e-10 11917760 Loop time of 0.0176191 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:45 2021 Pair time (%) = 0.00123096 (6.98647) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.182679) Outpt time (%) = 0.0162621 (92.2977) Other time (%) = 9.39369e-05 (0.533153) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:45 2021 Memory usage per processor = 27.5517 Mbytes Step Atoms AVEKE stressZZ 28782 5000 1.3704988e-10 11917689 28783 -0.0154699999999916 11917546.4562299 28783 5000 1.370405e-10 11917546 Loop time of 0.017868 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:45 2021 Pair time (%) = 0.00141907 (7.94193) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.213493) Outpt time (%) = 0.0162811 (91.1187) Other time (%) = 0.0001297 (0.725875) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:45 2021 Memory usage per processor = 27.5517 Mbytes Step Atoms AVEKE stressZZ 28783 5000 1.370405e-10 11917475 28784 -0.0154699999999916 11917332.7016928 28784 5000 1.3703111e-10 11917333 Loop time of 0.0183899 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:45 2021 Pair time (%) = 0.00131297 (7.13962) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.178912) Outpt time (%) = 0.0169439 (92.137) Other time (%) = 0.000100136 (0.544514) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:45 2021 Memory usage per processor = 27.5517 Mbytes Step Atoms AVEKE stressZZ 28784 5000 1.3703111e-10 11917261 28785 -0.0154699999999916 11917118.9583087 28785 5000 1.3702173e-10 11917119 Loop time of 0.0185008 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:45 2021 Pair time (%) = 0.001266 (6.84296) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.179128) Outpt time (%) = 0.017102 (92.4392) Other time (%) = 9.9659e-05 (0.538674) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:45 2021 Memory usage per processor = 27.5517 Mbytes Step Atoms AVEKE stressZZ 28785 5000 1.3702173e-10 11917048 28786 -0.0154699999999916 11916905.2260759 28786 5000 1.3701234e-10 11916905 Loop time of 0.0178938 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:45 2021 Pair time (%) = 0.00132108 (7.38288) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.178543) Outpt time (%) = 0.0164449 (91.9029) Other time (%) = 9.58443e-05 (0.535629) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:45 2021 Memory usage per processor = 27.5517 Mbytes Step Atoms AVEKE stressZZ 28786 5000 1.3701234e-10 11916834 28787 -0.0154699999999916 11916691.5049928 28787 5000 1.3700296e-10 11916692 Loop time of 0.0175991 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:45 2021 Pair time (%) = 0.00129604 (7.36426) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.199144) Outpt time (%) = 0.0161631 (91.8405) Other time (%) = 0.000104904 (0.596077) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:45 2021 Memory usage per processor = 27.5517 Mbytes Step Atoms AVEKE stressZZ 28787 5000 1.3700296e-10 11916620 28788 -0.0154699999999916 11916477.795058 28788 5000 1.3699358e-10 11916478 Loop time of 0.018435 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:45 2021 Pair time (%) = 0.00141907 (7.69768) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.183648) Outpt time (%) = 0.01687 (91.5108) Other time (%) = 0.000112057 (0.607848) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:45 2021 Memory usage per processor = 27.5517 Mbytes Step Atoms AVEKE stressZZ 28788 5000 1.3699358e-10 11916407 28789 -0.0154699999999916 11916264.09627 28789 5000 1.369842e-10 11916264 Loop time of 0.018121 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:45 2021 Pair time (%) = 0.00124407 (6.86534) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.176304) Outpt time (%) = 0.0167499 (92.4334) Other time (%) = 9.5129e-05 (0.524965) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:45 2021 Memory usage per processor = 27.5517 Mbytes Step Atoms AVEKE stressZZ 28789 5000 1.369842e-10 11916193 28790 -0.0154699999999916 11916050.4086273 28790 5000 1.3697482e-10 11916050 Loop time of 0.0210252 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:45 2021 Pair time (%) = 0.00130796 (6.22094) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.162157) Outpt time (%) = 0.019542 (92.9456) Other time (%) = 0.000141144 (0.671308) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:45 2021 Memory usage per processor = 27.5517 Mbytes Step Atoms AVEKE stressZZ 28790 5000 1.3697482e-10 11915979 28791 -0.0154699999999916 11915836.7321284 28791 5000 1.3696544e-10 11915837 Loop time of 0.0175948 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:45 2021 Pair time (%) = 0.00124407 (7.07065) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.186997) Outpt time (%) = 0.0161839 (91.9808) Other time (%) = 0.000133991 (0.761538) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:45 2021 Memory usage per processor = 27.5517 Mbytes Step Atoms AVEKE stressZZ 28791 5000 1.3696544e-10 11915765 28792 -0.0154699999999916 11915623.0667719 28792 5000 1.3695606e-10 11915623 Loop time of 0.017849 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:45 2021 Pair time (%) = 0.00147009 (8.23627) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.208378) Outpt time (%) = 0.0162129 (90.834) Other time (%) = 0.000128746 (0.721308) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:45 2021 Memory usage per processor = 27.5517 Mbytes Step Atoms AVEKE stressZZ 28792 5000 1.3695606e-10 11915552 28793 -0.0154699999999916 11915409.4125564 28793 5000 1.3694669e-10 11915409 Loop time of 0.018302 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:45 2021 Pair time (%) = 0.00131607 (7.19087) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.181074) Outpt time (%) = 0.0168519 (92.077) Other time (%) = 0.000100851 (0.55104) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:45 2021 Memory usage per processor = 27.5517 Mbytes Step Atoms AVEKE stressZZ 28793 5000 1.3694669e-10 11915338 28794 -0.0154699999999916 11915195.7694803 28794 5000 1.3693731e-10 11915196 Loop time of 0.0181761 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:45 2021 Pair time (%) = 0.001261 (6.93767) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.177082) Outpt time (%) = 0.0167902 (92.375) Other time (%) = 9.27448e-05 (0.510258) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:45 2021 Memory usage per processor = 27.5517 Mbytes Step Atoms AVEKE stressZZ 28794 5000 1.3693731e-10 11915124 28795 -0.0154699999999916 11914982.1375421 28795 5000 1.3692794e-10 11914982 Loop time of 0.017694 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:46 2021 Pair time (%) = 0.00123906 (7.00272) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.181906) Outpt time (%) = 0.0163281 (92.2804) Other time (%) = 9.46522e-05 (0.534939) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:46 2021 Memory usage per processor = 27.5517 Mbytes Step Atoms AVEKE stressZZ 28795 5000 1.3692794e-10 11914911 28796 -0.0154699999999916 11914768.5167632 28796 5000 1.3691856e-10 11914769 Loop time of 0.0175879 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:46 2021 Pair time (%) = 0.00135183 (7.68616) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.192493) Outpt time (%) = 0.016068 (91.3582) Other time (%) = 0.00013423 (0.763193) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:46 2021 Memory usage per processor = 27.5517 Mbytes Step Atoms AVEKE stressZZ 28796 5000 1.3691856e-10 11914697 28797 -0.0154699999999916 11914554.9071744 28797 5000 1.3690919e-10 11914555 Loop time of 0.0182219 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:46 2021 Pair time (%) = 0.00139904 (7.67781) Neigh time (%) = 0 (0) Comm time (%) = 6.41346e-05 (0.351965) Outpt time (%) = 0.0166271 (91.248) Other time (%) = 0.000131607 (0.722248) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:46 2021 Memory usage per processor = 27.5517 Mbytes Step Atoms AVEKE stressZZ 28797 5000 1.3690919e-10 11914484 28798 -0.0154699999999916 11914341.3087501 28798 5000 1.3689982e-10 11914341 Loop time of 0.0184441 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:46 2021 Pair time (%) = 0.00124407 (6.74509) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.174509) Outpt time (%) = 0.0170751 (92.5776) Other time (%) = 9.27448e-05 (0.502844) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:46 2021 Memory usage per processor = 27.5517 Mbytes Step Atoms AVEKE stressZZ 28798 5000 1.3689982e-10 11914270 28799 -0.0154699999999916 11914127.721482 28799 5000 1.3689045e-10 11914128 Loop time of 0.0180891 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:46 2021 Pair time (%) = 0.00122595 (6.77729) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.176616) Outpt time (%) = 0.0167251 (92.4596) Other time (%) = 0.000106096 (0.586522) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:46 2021 Memory usage per processor = 27.5517 Mbytes Step Atoms AVEKE stressZZ 28799 5000 1.3689045e-10 11914056 28800 -0.0154699999999916 11913914.1453645 28800 5000 1.3688108e-10 11913914 Loop time of 0.020524 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:46 2021 Pair time (%) = 0.00127077 (6.19163) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.170763) Outpt time (%) = 0.019114 (93.13) Other time (%) = 0.000104189 (0.507644) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:46 2021 Memory usage per processor = 27.5517 Mbytes Step Atoms AVEKE stressZZ 28800 5000 1.3688108e-10 11913843 28801 -0.0154699999999916 11913700.5803942 28801 5000 1.3687172e-10 11913701 Loop time of 0.017818 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:46 2021 Pair time (%) = 0.00134611 (7.55479) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.20205) Outpt time (%) = 0.016288 (91.4135) Other time (%) = 0.00014782 (0.829609) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:46 2021 Memory usage per processor = 27.5517 Mbytes Step Atoms AVEKE stressZZ 28801 5000 1.3687172e-10 11913629 28802 -0.0154699999999916 11913487.0265683 28802 5000 1.3686235e-10 11913487 Loop time of 0.0182881 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:46 2021 Pair time (%) = 0.00126195 (6.90037) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.174693) Outpt time (%) = 0.0169008 (92.4139) Other time (%) = 9.34601e-05 (0.511042) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:46 2021 Memory usage per processor = 27.5517 Mbytes Step Atoms AVEKE stressZZ 28802 5000 1.3686235e-10 11913416 28803 -0.0154699999999916 11913273.4838837 28803 5000 1.3685298e-10 11913273 Loop time of 0.0200691 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:46 2021 Pair time (%) = 0.00146699 (7.30968) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.16513) Outpt time (%) = 0.0184772 (92.0678) Other time (%) = 9.17912e-05 (0.457375) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:46 2021 Memory usage per processor = 27.5517 Mbytes Step Atoms AVEKE stressZZ 28803 5000 1.3685298e-10 11913202 28804 -0.0154699999999916 11913059.9523385 28804 5000 1.3684362e-10 11913060 Loop time of 0.0197971 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:46 2021 Pair time (%) = 0.00119805 (6.05166) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.162582) Outpt time (%) = 0.0184772 (93.3329) Other time (%) = 8.96454e-05 (0.452821) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:46 2021 Memory usage per processor = 27.5517 Mbytes Step Atoms AVEKE stressZZ 28804 5000 1.3684362e-10 11912989 28805 -0.0154699999999916 11912846.4319364 28805 5000 1.3683426e-10 11912846 Loop time of 0.0190799 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:46 2021 Pair time (%) = 0.00121808 (6.3841) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.162445) Outpt time (%) = 0.0176861 (92.695) Other time (%) = 0.00014472 (0.758494) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:46 2021 Memory usage per processor = 27.5517 Mbytes Step Atoms AVEKE stressZZ 28805 5000 1.3683426e-10 11912775 28806 -0.0154699999999916 11912632.9227001 28806 5000 1.3682489e-10 11912633 Loop time of 0.0178771 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:46 2021 Pair time (%) = 0.0011909 (6.6616) Neigh time (%) = 0 (0) Comm time (%) = 4.50611e-05 (0.25206) Outpt time (%) = 0.0164971 (92.2808) Other time (%) = 0.000144005 (0.805527) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:46 2021 Memory usage per processor = 27.5517 Mbytes Step Atoms AVEKE stressZZ 28806 5000 1.3682489e-10 11912562 28807 -0.0154699999999916 11912419.4246003 28807 5000 1.3681553e-10 11912419 Loop time of 0.017997 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:46 2021 Pair time (%) = 0.0014441 (8.02411) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.22786) Outpt time (%) = 0.016387 (91.0539) Other time (%) = 0.000124931 (0.694178) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:46 2021 Memory usage per processor = 27.5517 Mbytes Step Atoms AVEKE stressZZ 28807 5000 1.3681553e-10 11912348 28808 -0.0154699999999916 11912205.937635 28808 5000 1.3680617e-10 11912206 Loop time of 0.0185211 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:46 2021 Pair time (%) = 0.0012641 (6.82517) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.167347) Outpt time (%) = 0.0170619 (92.1218) Other time (%) = 0.000164032 (0.885651) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:46 2021 Memory usage per processor = 27.5517 Mbytes Step Atoms AVEKE stressZZ 28808 5000 1.3680617e-10 11912135 28809 -0.0154699999999916 11911992.4618019 28809 5000 1.3679681e-10 11911992 Loop time of 0.0185289 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:46 2021 Pair time (%) = 0.00125003 (6.74636) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.178856) Outpt time (%) = 0.0171349 (92.4765) Other time (%) = 0.000110865 (0.598332) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:46 2021 Memory usage per processor = 27.5517 Mbytes Step Atoms AVEKE stressZZ 28809 5000 1.3679681e-10 11911921 28810 -0.0154699999999916 11911778.9970995 28810 5000 1.3678746e-10 11911779 Loop time of 0.0206161 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:46 2021 Pair time (%) = 0.00124693 (6.04834) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.154967) Outpt time (%) = 0.019243 (93.3399) Other time (%) = 9.41753e-05 (0.456806) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:46 2021 Memory usage per processor = 27.5517 Mbytes Step Atoms AVEKE stressZZ 28810 5000 1.3678746e-10 11911708 28811 -0.0154699999999916 11911565.5435258 28811 5000 1.367781e-10 11911566 Loop time of 0.0175009 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:46 2021 Pair time (%) = 0.00121117 (6.9206) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.188001) Outpt time (%) = 0.0161309 (92.1721) Other time (%) = 0.000125885 (0.719307) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:46 2021 Memory usage per processor = 27.5517 Mbytes Step Atoms AVEKE stressZZ 28811 5000 1.367781e-10 11911494 28812 -0.0154699999999916 11911352.1010791 28812 5000 1.3676874e-10 11911352 Loop time of 0.018461 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:46 2021 Pair time (%) = 0.00162697 (8.81301) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.206636) Outpt time (%) = 0.016618 (90.0169) Other time (%) = 0.00017786 (0.963438) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:46 2021 Memory usage per processor = 27.5517 Mbytes Step Atoms AVEKE stressZZ 28812 5000 1.3676874e-10 11911281 28813 -0.0154699999999916 11911138.6697579 28813 5000 1.3675939e-10 11911139 Loop time of 0.0184848 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:46 2021 Pair time (%) = 0.00120091 (6.49676) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.172834) Outpt time (%) = 0.017158 (92.8222) Other time (%) = 9.39369e-05 (0.508184) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:46 2021 Memory usage per processor = 27.5517 Mbytes Step Atoms AVEKE stressZZ 28813 5000 1.3675939e-10 11911067 28814 -0.0154699999999916 11910925.2495607 28814 5000 1.3675004e-10 11910925 Loop time of 0.0188141 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:46 2021 Pair time (%) = 0.00146985 (7.8125) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.191352) Outpt time (%) = 0.0171521 (91.1661) Other time (%) = 0.000156164 (0.830039) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:46 2021 Memory usage per processor = 27.5517 Mbytes Step Atoms AVEKE stressZZ 28814 5000 1.3675004e-10 11910854 28815 -0.0154699999999916 11910711.8404854 28815 5000 1.3674068e-10 11910712 Loop time of 0.017664 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:46 2021 Pair time (%) = 0.00119805 (6.78247) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.288846) Outpt time (%) = 0.016253 (92.0122) Other time (%) = 0.000161886 (0.916478) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:46 2021 Memory usage per processor = 27.5517 Mbytes Step Atoms AVEKE stressZZ 28815 5000 1.3674068e-10 11910641 28816 -0.0154699999999916 11910498.4425312 28816 5000 1.3673133e-10 11910498 Loop time of 0.0176969 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:46 2021 Pair time (%) = 0.00134587 (7.60515) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.203433) Outpt time (%) = 0.0161428 (91.2187) Other time (%) = 0.000172138 (0.972705) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:46 2021 Memory usage per processor = 27.5517 Mbytes Step Atoms AVEKE stressZZ 28816 5000 1.3673133e-10 11910427 28817 -0.0154699999999916 11910285.0556973 28817 5000 1.3672198e-10 11910285 Loop time of 0.0185399 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:46 2021 Pair time (%) = 0.00133991 (7.22718) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.194182) Outpt time (%) = 0.0170431 (91.9266) Other time (%) = 0.000120878 (0.651989) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:46 2021 Memory usage per processor = 27.5517 Mbytes Step Atoms AVEKE stressZZ 28817 5000 1.3672198e-10 11910214 28818 -0.0154699999999916 11910071.6799816 28818 5000 1.3671263e-10 11910072 Loop time of 0.018539 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:46 2021 Pair time (%) = 0.00119901 (6.4675) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.17233) Outpt time (%) = 0.0172131 (92.8483) Other time (%) = 9.48906e-05 (0.511844) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:46 2021 Memory usage per processor = 27.5517 Mbytes Step Atoms AVEKE stressZZ 28818 5000 1.3671263e-10 11910000 28819 -0.0154699999999916 11909858.3153808 28819 5000 1.3670328e-10 11909858 Loop time of 0.0176868 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:46 2021 Pair time (%) = 0.00120187 (6.79527) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.180632) Outpt time (%) = 0.0163579 (92.4863) Other time (%) = 9.5129e-05 (0.537852) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:46 2021 Memory usage per processor = 27.5517 Mbytes Step Atoms AVEKE stressZZ 28819 5000 1.3670328e-10 11909787 28820 -0.0154699999999916 11909644.9618933 28820 5000 1.3669394e-10 11909645 Loop time of 0.0202858 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:46 2021 Pair time (%) = 0.00126982 (6.25962) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.172768) Outpt time (%) = 0.0188379 (92.8624) Other time (%) = 0.000143051 (0.705177) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:46 2021 Memory usage per processor = 27.5517 Mbytes Step Atoms AVEKE stressZZ 28820 5000 1.3669394e-10 11909574 28821 -0.0154699999999916 11909431.6195178 28821 5000 1.3668459e-10 11909432 Loop time of 0.017956 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:46 2021 Pair time (%) = 0.00148702 (8.28144) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.21643) Outpt time (%) = 0.016232 (90.3987) Other time (%) = 0.000198126 (1.1034) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:46 2021 Memory usage per processor = 27.5517 Mbytes Step Atoms AVEKE stressZZ 28821 5000 1.3668459e-10 11909360 28822 -0.0154699999999916 11909218.2882527 28822 5000 1.3667525e-10 11909218 Loop time of 0.0182002 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:46 2021 Pair time (%) = 0.00123 (6.75819) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.180777) Outpt time (%) = 0.0168049 (92.334) Other time (%) = 0.000132322 (0.727039) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:46 2021 Memory usage per processor = 27.5517 Mbytes Step Atoms AVEKE stressZZ 28822 5000 1.3667525e-10 11909147 28823 -0.0154699999999916 11909004.9680963 28823 5000 1.366659e-10 11909005 Loop time of 0.0185859 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:46 2021 Pair time (%) = 0.00127316 (6.85011) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.182156) Outpt time (%) = 0.0171809 (92.4405) Other time (%) = 9.799e-05 (0.527227) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:46 2021 Memory usage per processor = 27.5517 Mbytes Step Atoms AVEKE stressZZ 28823 5000 1.366659e-10 11908934 28824 -0.0154699999999916 11908791.6590476 28824 5000 1.3665656e-10 11908792 Loop time of 0.0175059 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:46 2021 Pair time (%) = 0.0012269 (7.00851) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.183861) Outpt time (%) = 0.0161359 (92.1743) Other time (%) = 0.000110865 (0.633299) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:46 2021 Memory usage per processor = 27.5517 Mbytes Step Atoms AVEKE stressZZ 28824 5000 1.3665656e-10 11908720 28825 -0.0154699999999916 11908578.3611048 28825 5000 1.3664722e-10 11908578 Loop time of 0.0177801 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:46 2021 Pair time (%) = 0.00132298 (7.44083) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.190412) Outpt time (%) = 0.016315 (91.76) Other time (%) = 0.000108242 (0.608783) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:29:46 2021 Memory usage per processor = 27.5517 Mbytes Step Atoms AVEKE stressZZ 28825 5000 1.3664722e-10 11908507 28826 -0.0154699999999916 11908337.6260348 28826 5000 2.6912678e-10 11908731 Loop time of 0.0183601 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:46 2021 Pair time (%) = 0.0012691 (6.91227) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.174008) Outpt time (%) = 0.0169148 (92.1281) Other time (%) = 0.000144243 (0.785633) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:46 2021 Memory usage per processor = 27.5517 Mbytes Step Atoms AVEKE stressZZ 28826 5000 2.6912678e-10 11986681 28827 -0.0155024999999915 11986494.6415371 28827 5000 2.1646872e-10 11986495 Loop time of 0.017679 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:46 2021 Pair time (%) = 0.0011971 (6.77132) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.180712) Outpt time (%) = 0.0163579 (92.5274) Other time (%) = 9.20296e-05 (0.520559) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:46 2021 Memory usage per processor = 27.5517 Mbytes Step Atoms AVEKE stressZZ 28827 5000 2.1646872e-10 11986398 28828 -0.0155024999999915 11986227.2050105 28828 5000 1.8598682e-10 11986227 Loop time of 0.017272 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:46 2021 Pair time (%) = 0.00120211 (6.95986) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18497) Outpt time (%) = 0.015944 (92.3113) Other time (%) = 9.39369e-05 (0.543868) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:46 2021 Memory usage per processor = 27.5517 Mbytes Step Atoms AVEKE stressZZ 28828 5000 1.8598682e-10 11986140 28829 -0.0155024999999915 11985978.8139059 28829 5000 1.6781807e-10 11985979 Loop time of 0.0176439 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:46 2021 Pair time (%) = 0.00151205 (8.56981) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.204043) Outpt time (%) = 0.015985 (90.5978) Other time (%) = 0.000110865 (0.628344) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:46 2021 Memory usage per processor = 27.5517 Mbytes Step Atoms AVEKE stressZZ 28829 5000 1.6781807e-10 11985897 28830 -0.0155024999999915 11985742.5304212 28830 5000 1.5675546e-10 11985743 Loop time of 0.0211539 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:46 2021 Pair time (%) = 0.00128102 (6.05572) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.170187) Outpt time (%) = 0.0197151 (93.1982) Other time (%) = 0.000121832 (0.57593) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:46 2021 Memory usage per processor = 27.5518 Mbytes Step Atoms AVEKE stressZZ 28830 5000 1.5675546e-10 11985664 28831 -0.0155024999999915 11985513.9455299 28831 5000 1.4991845e-10 11985514 Loop time of 0.018249 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:46 2021 Pair time (%) = 0.00119877 (6.56894) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.169841) Outpt time (%) = 0.016892 (92.5636) Other time (%) = 0.000127316 (0.697656) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:46 2021 Memory usage per processor = 27.5518 Mbytes Step Atoms AVEKE stressZZ 28831 5000 1.4991845e-10 11985438 28832 -0.0155024999999915 11985290.2572567 28832 5000 1.4564955e-10 11985290 Loop time of 0.0180991 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:46 2021 Pair time (%) = 0.00120091 (6.63523) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.176518) Outpt time (%) = 0.016772 (92.6679) Other time (%) = 9.41753e-05 (0.520332) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:46 2021 Memory usage per processor = 27.5518 Mbytes Step Atoms AVEKE stressZZ 28832 5000 1.4564955e-10 11985216 28833 -0.0155024999999915 11985069.6849199 28833 5000 1.4296531e-10 11985070 Loop time of 0.0174069 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:46 2021 Pair time (%) = 0.00120687 (6.9333) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.195864) Outpt time (%) = 0.0160191 (92.0271) Other time (%) = 0.000146866 (0.84372) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:46 2021 Memory usage per processor = 27.5518 Mbytes Step Atoms AVEKE stressZZ 28833 5000 1.4296531e-10 11984996 28834 -0.0155024999999915 11984851.0968791 28834 5000 1.4126899e-10 11984851 Loop time of 0.0178912 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:46 2021 Pair time (%) = 0.00151014 (8.44072) Neigh time (%) = 0 (0) Comm time (%) = 6.38962e-05 (0.357138) Outpt time (%) = 0.0161791 (90.4306) Other time (%) = 0.000138044 (0.771578) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:46 2021 Memory usage per processor = 27.5518 Mbytes Step Atoms AVEKE stressZZ 28834 5000 1.4126899e-10 11984778 28835 -0.0155024999999915 11984633.7739645 28835 5000 1.4019276e-10 11984634 Loop time of 0.0181091 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:47 2021 Pair time (%) = 0.00124192 (6.85801) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.188269) Outpt time (%) = 0.0167341 (92.4073) Other time (%) = 9.89437e-05 (0.546376) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:47 2021 Memory usage per processor = 27.5518 Mbytes Step Atoms AVEKE stressZZ 28835 5000 1.4019276e-10 11984561 28836 -0.0155024999999915 11984417.2591366 28836 5000 1.3950748e-10 11984417 Loop time of 0.0185108 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:47 2021 Pair time (%) = 0.0013032 (7.04019) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.172591) Outpt time (%) = 0.017051 (92.1136) Other time (%) = 0.000124693 (0.673622) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:47 2021 Memory usage per processor = 27.5518 Mbytes Step Atoms AVEKE stressZZ 28836 5000 1.3950748e-10 11984345 28837 -0.0155024999999915 11984201.2619413 28837 5000 1.3906939e-10 11984201 Loop time of 0.0175452 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:47 2021 Pair time (%) = 0.00119901 (6.83381) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.18209) Outpt time (%) = 0.016221 (92.4528) Other time (%) = 9.32217e-05 (0.531322) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:47 2021 Memory usage per processor = 27.5518 Mbytes Step Atoms AVEKE stressZZ 28837 5000 1.3906939e-10 11984129 28838 -0.0155024999999915 11983985.5977918 28838 5000 1.3878786e-10 11983986 Loop time of 0.018018 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:47 2021 Pair time (%) = 0.00149202 (8.28074) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.217009) Outpt time (%) = 0.0163701 (90.8539) Other time (%) = 0.000116825 (0.64838) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:47 2021 Memory usage per processor = 27.5518 Mbytes Step Atoms AVEKE stressZZ 28838 5000 1.3878786e-10 11983914 28839 -0.0155024999999915 11983770.1493808 28839 5000 1.3860564e-10 11983770 Loop time of 0.0187399 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:47 2021 Pair time (%) = 0.0013361 (7.12968) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.187021) Outpt time (%) = 0.0172641 (92.1248) Other time (%) = 0.000104666 (0.558517) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:47 2021 Memory usage per processor = 27.5518 Mbytes Step Atoms AVEKE stressZZ 28839 5000 1.3860564e-10 11983698 28840 -0.0155024999999915 11983554.8421578 28840 5000 1.3848644e-10 11983555 Loop time of 0.020818 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:47 2021 Pair time (%) = 0.00119901 (5.75947) Neigh time (%) = 0 (0) Comm time (%) = 7.9155e-05 (0.380224) Outpt time (%) = 0.0194209 (93.2888) Other time (%) = 0.000118971 (0.571481) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:47 2021 Memory usage per processor = 27.5518 Mbytes Step Atoms AVEKE stressZZ 28840 5000 1.3848644e-10 11983483 28841 -0.0155024999999915 11983339.6287448 28841 5000 1.3840725e-10 11983340 Loop time of 0.0186081 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:47 2021 Pair time (%) = 0.00123787 (6.65232) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.171689) Outpt time (%) = 0.017211 (92.4918) Other time (%) = 0.000127316 (0.684194) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:47 2021 Memory usage per processor = 27.5518 Mbytes Step Atoms AVEKE stressZZ 28841 5000 1.3840725e-10 11983268 28842 -0.0155024999999915 11983124.4790319 28842 5000 1.3835349e-10 11983124 Loop time of 0.0177641 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:47 2021 Pair time (%) = 0.00124002 (6.98046) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.185215) Outpt time (%) = 0.0163481 (92.029) Other time (%) = 0.000143051 (0.805283) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:47 2021 Memory usage per processor = 27.5518 Mbytes Step Atoms AVEKE stressZZ 28842 5000 1.3835349e-10 11983053 28843 -0.0155024999999915 11982909.3738839 28843 5000 1.3831586e-10 11982909 Loop time of 0.01806 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:47 2021 Pair time (%) = 0.00158596 (8.78163) Neigh time (%) = 0 (0) Comm time (%) = 4.19617e-05 (0.232346) Outpt time (%) = 0.016258 (90.0223) Other time (%) = 0.000174046 (0.963709) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:47 2021 Memory usage per processor = 27.5518 Mbytes Step Atoms AVEKE stressZZ 28843 5000 1.3831586e-10 11982838 28844 -0.0155024999999915 11982694.3011394 28844 5000 1.382885e-10 11982694 Loop time of 0.020247 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:47 2021 Pair time (%) = 0.00122809 (6.06557) Neigh time (%) = 0 (0) Comm time (%) = 6.79493e-05 (0.335602) Outpt time (%) = 0.0188179 (92.9418) Other time (%) = 0.000133038 (0.657074) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:47 2021 Memory usage per processor = 27.5518 Mbytes Step Atoms AVEKE stressZZ 28844 5000 1.382885e-10 11982622 28845 -0.0155024999999915 11982479.2530694 28845 5000 1.3826766e-10 11982479 Loop time of 0.0196211 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:47 2021 Pair time (%) = 0.00146699 (7.47658) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.162825) Outpt time (%) = 0.0180302 (91.8916) Other time (%) = 9.20296e-05 (0.469033) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:47 2021 Memory usage per processor = 27.5518 Mbytes Step Atoms AVEKE stressZZ 28845 5000 1.3826766e-10 11982407 28846 -0.0155024999999915 11982264.2247615 28846 5000 1.3825096e-10 11982264 Loop time of 0.018585 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:47 2021 Pair time (%) = 0.00119996 (6.45662) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.171903) Outpt time (%) = 0.017262 (92.8814) Other time (%) = 9.10759e-05 (0.490051) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:47 2021 Memory usage per processor = 27.5518 Mbytes Step Atoms AVEKE stressZZ 28846 5000 1.3825096e-10 11982192 28847 -0.0155024999999915 11982049.2130936 28847 5000 1.3823689e-10 11982049 Loop time of 0.0188711 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:47 2021 Pair time (%) = 0.00119996 (6.35873) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.169297) Outpt time (%) = 0.01755 (92.9995) Other time (%) = 8.91685e-05 (0.472515) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:47 2021 Memory usage per processor = 27.5518 Mbytes Step Atoms AVEKE stressZZ 28847 5000 1.3823689e-10 11981977 28848 -0.0155024999999915 11981834.2160806 28848 5000 1.382245e-10 11981834 Loop time of 0.017493 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:47 2021 Pair time (%) = 0.00124693 (7.12816) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.189448) Outpt time (%) = 0.0161128 (92.11) Other time (%) = 0.000100136 (0.572433) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:47 2021 Memory usage per processor = 27.5518 Mbytes Step Atoms AVEKE stressZZ 28848 5000 1.382245e-10 11981762 28849 -0.0155024999999915 11981619.2324611 28849 5000 1.3821317e-10 11981619 Loop time of 0.0178249 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:47 2021 Pair time (%) = 0.001436 (8.05612) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.218022) Outpt time (%) = 0.016216 (90.9741) Other time (%) = 0.000133991 (0.751709) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:47 2021 Memory usage per processor = 27.5518 Mbytes Step Atoms AVEKE stressZZ 28849 5000 1.3821317e-10 11981547 28850 -0.0155024999999915 11981404.2614327 28850 5000 1.3820252e-10 11981404 Loop time of 0.0211411 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:47 2021 Pair time (%) = 0.00127602 (6.03573) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.161268) Outpt time (%) = 0.0197251 (93.3023) Other time (%) = 0.000105858 (0.500722) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:47 2021 Memory usage per processor = 27.5518 Mbytes Step Atoms AVEKE stressZZ 28850 5000 1.3820252e-10 11981332 28851 -0.0155024999999915 11981189.302485 28851 5000 1.381923e-10 11981189 Loop time of 0.018338 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:47 2021 Pair time (%) = 0.00119901 (6.53839) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.174218) Outpt time (%) = 0.0170131 (92.7751) Other time (%) = 9.39369e-05 (0.512254) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:47 2021 Memory usage per processor = 27.5518 Mbytes Step Atoms AVEKE stressZZ 28851 5000 1.381923e-10 11981118 28852 -0.0155024999999915 11980974.3552933 28852 5000 1.3818235e-10 11980974 Loop time of 0.0176919 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:47 2021 Pair time (%) = 0.00119805 (6.77178) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.185971) Outpt time (%) = 0.016309 (92.1838) Other time (%) = 0.000151873 (0.858433) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:47 2021 Memory usage per processor = 27.5518 Mbytes Step Atoms AVEKE stressZZ 28852 5000 1.3818235e-10 11980903 28853 -0.0155024999999915 11980759.4196506 28853 5000 1.3817258e-10 11980759 Loop time of 0.0185919 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:47 2021 Pair time (%) = 0.00130987 (7.0454) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.182098) Outpt time (%) = 0.0171421 (92.2018) Other time (%) = 0.000106096 (0.570659) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:47 2021 Memory usage per processor = 27.5518 Mbytes Step Atoms AVEKE stressZZ 28853 5000 1.3817258e-10 11980688 28854 -0.0155024999999915 11980544.4954252 28854 5000 1.3816292e-10 11980544 Loop time of 0.018199 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:47 2021 Pair time (%) = 0.0012641 (6.94597) Neigh time (%) = 0 (0) Comm time (%) = 4.88758e-05 (0.268564) Outpt time (%) = 0.016726 (91.9064) Other time (%) = 0.000159979 (0.879055) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:47 2021 Memory usage per processor = 27.5518 Mbytes Step Atoms AVEKE stressZZ 28854 5000 1.3816292e-10 11980473 28855 -0.0155024999999915 11980329.582533 28855 5000 1.3815333e-10 11980330 Loop time of 0.0181029 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:47 2021 Pair time (%) = 0.00119495 (6.6009) Neigh time (%) = 0 (0) Comm time (%) = 5.60284e-05 (0.3095) Outpt time (%) = 0.0167589 (92.576) Other time (%) = 9.29832e-05 (0.513638) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:47 2021 Memory usage per processor = 27.5518 Mbytes Step Atoms AVEKE stressZZ 28855 5000 1.3815333e-10 11980258 28856 -0.0155024999999915 11980114.6809197 28856 5000 1.3814378e-10 11980115 Loop time of 0.0178092 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:47 2021 Pair time (%) = 0.00121212 (6.80616) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.195456) Outpt time (%) = 0.0164511 (92.3745) Other time (%) = 0.000111103 (0.623854) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:47 2021 Memory usage per processor = 27.5518 Mbytes Step Atoms AVEKE stressZZ 28856 5000 1.3814378e-10 11980043 28857 -0.0155024999999915 11979899.7905504 28857 5000 1.3813427e-10 11979900 Loop time of 0.017416 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:47 2021 Pair time (%) = 0.00124907 (7.172) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.195762) Outpt time (%) = 0.0160301 (92.0422) Other time (%) = 0.000102758 (0.590023) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:47 2021 Memory usage per processor = 27.5518 Mbytes Step Atoms AVEKE stressZZ 28857 5000 1.3813427e-10 11979828 28858 -0.0155024999999915 11979684.9114028 28858 5000 1.3812477e-10 11979685 Loop time of 0.0183508 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:47 2021 Pair time (%) = 0.0016582 (9.03611) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.213073) Outpt time (%) = 0.0165009 (89.9193) Other time (%) = 0.000152588 (0.831504) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:47 2021 Memory usage per processor = 27.5518 Mbytes Step Atoms AVEKE stressZZ 28858 5000 1.3812477e-10 11979613 28859 -0.0155024999999915 11979470.0434621 28859 5000 1.3811529e-10 11979470 Loop time of 0.0182719 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:47 2021 Pair time (%) = 0.00120091 (6.57246) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.174848) Outpt time (%) = 0.0169461 (92.7438) Other time (%) = 9.29832e-05 (0.508886) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:47 2021 Memory usage per processor = 27.5518 Mbytes Step Atoms AVEKE stressZZ 28859 5000 1.3811529e-10 11979398 28860 -0.0155024999999915 11979255.1867657 28860 5000 1.3810581e-10 11979255 Loop time of 0.0214319 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:47 2021 Pair time (%) = 0.00137401 (6.41103) Neigh time (%) = 0 (0) Comm time (%) = 5.6982e-05 (0.265875) Outpt time (%) = 0.0198629 (92.679) Other time (%) = 0.000138044 (0.644106) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:47 2021 Memory usage per processor = 27.5518 Mbytes Step Atoms AVEKE stressZZ 28860 5000 1.3810581e-10 11979183 28861 -0.0155024999999915 11979040.341368 28861 5000 1.3809634e-10 11979040 Loop time of 0.0175381 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:47 2021 Pair time (%) = 0.00121403 (6.92224) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.187602) Outpt time (%) = 0.0161769 (92.239) Other time (%) = 0.000114202 (0.651169) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:47 2021 Memory usage per processor = 27.5518 Mbytes Step Atoms AVEKE stressZZ 28861 5000 1.3809634e-10 11978969 28862 -0.0155024999999915 11978825.507223 28862 5000 1.3808688e-10 11978826 Loop time of 0.017662 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:47 2021 Pair time (%) = 0.00128698 (7.28672) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.191685) Outpt time (%) = 0.0162039 (91.7441) Other time (%) = 0.000137329 (0.777538) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:47 2021 Memory usage per processor = 27.5518 Mbytes Step Atoms AVEKE stressZZ 28862 5000 1.3808688e-10 11978754 28863 -0.0155024999999915 11978610.6843101 28863 5000 1.3807741e-10 11978611 Loop time of 0.0184691 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:47 2021 Pair time (%) = 0.00127602 (6.90893) Neigh time (%) = 0 (0) Comm time (%) = 7.10487e-05 (0.38469) Outpt time (%) = 0.0170181 (92.1435) Other time (%) = 0.000103951 (0.562835) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:47 2021 Memory usage per processor = 27.5518 Mbytes Step Atoms AVEKE stressZZ 28863 5000 1.3807741e-10 11978539 28864 -0.0155024999999915 11978395.872619 28864 5000 1.3806795e-10 11978396 Loop time of 0.018364 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:47 2021 Pair time (%) = 0.00120997 (6.58886) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.17527) Outpt time (%) = 0.0170271 (92.7205) Other time (%) = 9.46522e-05 (0.515424) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:47 2021 Memory usage per processor = 27.5518 Mbytes Step Atoms AVEKE stressZZ 28864 5000 1.3806795e-10 11978324 28865 -0.0155024999999915 11978181.0721424 28865 5000 1.3805849e-10 11978181 Loop time of 0.0181201 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:47 2021 Pair time (%) = 0.00119996 (6.62228) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.176313) Outpt time (%) = 0.0167949 (92.6869) Other time (%) = 9.32217e-05 (0.514467) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:47 2021 Memory usage per processor = 27.5518 Mbytes Step Atoms AVEKE stressZZ 28865 5000 1.3805849e-10 11978109 28866 -0.0155024999999915 11977966.282875 28866 5000 1.3804904e-10 11977966 Loop time of 0.0174329 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:47 2021 Pair time (%) = 0.00124311 (7.13084) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.195572) Outpt time (%) = 0.0160539 (92.0896) Other time (%) = 0.000101805 (0.58398) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:47 2021 Memory usage per processor = 27.5518 Mbytes Step Atoms AVEKE stressZZ 28866 5000 1.3804904e-10 11977895 28867 -0.0155024999999915 11977751.5048124 28867 5000 1.3803958e-10 11977752 Loop time of 0.018518 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:47 2021 Pair time (%) = 0.00146604 (7.91683) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.194412) Outpt time (%) = 0.0168471 (90.9772) Other time (%) = 0.0001688 (0.911549) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:47 2021 Memory usage per processor = 27.5518 Mbytes Step Atoms AVEKE stressZZ 28867 5000 1.3803958e-10 11977680 28868 -0.0155024999999915 11977536.7379512 28868 5000 1.3803013e-10 11977537 Loop time of 0.0182009 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:47 2021 Pair time (%) = 0.00119495 (6.56537) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.17684) Outpt time (%) = 0.01688 (92.743) Other time (%) = 9.36985e-05 (0.514802) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:47 2021 Memory usage per processor = 27.5518 Mbytes Step Atoms AVEKE stressZZ 28868 5000 1.3803013e-10 11977465 28869 -0.0155024999999915 11977321.9822883 28869 5000 1.3802067e-10 11977322 Loop time of 0.0180011 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:47 2021 Pair time (%) = 0.00119805 (6.65545) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.177479) Outpt time (%) = 0.0166771 (92.6452) Other time (%) = 9.39369e-05 (0.52184) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:47 2021 Memory usage per processor = 27.5518 Mbytes Step Atoms AVEKE stressZZ 28869 5000 1.3802067e-10 11977250 28870 -0.0155024999999915 11977107.2378207 28870 5000 1.3801122e-10 11977107 Loop time of 0.0201981 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:47 2021 Pair time (%) = 0.00124502 (6.16405) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.173519) Outpt time (%) = 0.018815 (93.1525) Other time (%) = 0.000102997 (0.509933) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:47 2021 Memory usage per processor = 27.5518 Mbytes Step Atoms AVEKE stressZZ 28870 5000 1.3801122e-10 11977035 28871 -0.0155024999999915 11976892.5045461 28871 5000 1.3800177e-10 11976893 Loop time of 0.0177078 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:47 2021 Pair time (%) = 0.00140691 (7.94512) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.214078) Outpt time (%) = 0.0161381 (91.1353) Other time (%) = 0.000124931 (0.705515) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:47 2021 Memory usage per processor = 27.5518 Mbytes Step Atoms AVEKE stressZZ 28871 5000 1.3800177e-10 11976821 28872 -0.0155024999999915 11976677.7824622 28872 5000 1.3799232e-10 11976678 Loop time of 0.018434 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:47 2021 Pair time (%) = 0.00126886 (6.88326) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.17331) Outpt time (%) = 0.0169871 (92.1506) Other time (%) = 0.000146151 (0.79283) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:47 2021 Memory usage per processor = 27.5518 Mbytes Step Atoms AVEKE stressZZ 28872 5000 1.3799232e-10 11976606 28873 -0.0155024999999915 11976463.0715668 28873 5000 1.3798287e-10 11976463 Loop time of 0.0183392 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:47 2021 Pair time (%) = 0.00121093 (6.60296) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.174207) Outpt time (%) = 0.0170031 (92.7145) Other time (%) = 9.32217e-05 (0.50832) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:47 2021 Memory usage per processor = 27.5518 Mbytes Step Atoms AVEKE stressZZ 28873 5000 1.3798287e-10 11976391 28874 -0.0155024999999915 11976248.3718578 28874 5000 1.3797342e-10 11976248 Loop time of 0.0178611 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:47 2021 Pair time (%) = 0.00121808 (6.81973) Neigh time (%) = 0 (0) Comm time (%) = 4.50611e-05 (0.252286) Outpt time (%) = 0.0164561 (92.1338) Other time (%) = 0.000141859 (0.794233) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:47 2021 Memory usage per processor = 27.5518 Mbytes Step Atoms AVEKE stressZZ 28874 5000 1.3797342e-10 11976177 28875 -0.0155024999999915 11976033.6833332 28875 5000 1.3796398e-10 11976034 Loop time of 0.017626 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:47 2021 Pair time (%) = 0.00129795 (7.36382) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.198839) Outpt time (%) = 0.0161889 (91.8462) Other time (%) = 0.000104189 (0.591108) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:47 2021 Memory usage per processor = 27.5518 Mbytes Step Atoms AVEKE stressZZ 28875 5000 1.3796398e-10 11975962 28876 -0.0155024999999915 11975819.0059912 28876 5000 1.3795453e-10 11975819 Loop time of 0.0183229 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:48 2021 Pair time (%) = 0.00133419 (7.28153) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.196482) Outpt time (%) = 0.016808 (91.7322) Other time (%) = 0.00014472 (0.78983) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:48 2021 Memory usage per processor = 27.5518 Mbytes Step Atoms AVEKE stressZZ 28876 5000 1.3795453e-10 11975747 28877 -0.0155024999999915 11975604.3398299 28877 5000 1.3794509e-10 11975604 Loop time of 0.01847 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:48 2021 Pair time (%) = 0.00119996 (6.49679) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.174263) Outpt time (%) = 0.0171459 (92.8307) Other time (%) = 9.20296e-05 (0.498264) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:48 2021 Memory usage per processor = 27.5518 Mbytes Step Atoms AVEKE stressZZ 28877 5000 1.3794509e-10 11975533 28878 -0.0155024999999915 11975389.6848197 28878 5000 1.3793564e-10 11975390 Loop time of 0.0177879 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:48 2021 Pair time (%) = 0.00120497 (6.77407) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.179605) Outpt time (%) = 0.0164571 (92.5182) Other time (%) = 9.39369e-05 (0.528094) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:48 2021 Memory usage per processor = 27.5518 Mbytes Step Atoms AVEKE stressZZ 28878 5000 1.3793564e-10 11975318 28879 -0.0155024999999915 11975175.040964 28879 5000 1.379262e-10 11975175 Loop time of 0.0175591 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:48 2021 Pair time (%) = 0.00122714 (6.98865) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.192809) Outpt time (%) = 0.0161958 (92.236) Other time (%) = 0.000102282 (0.582501) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:48 2021 Memory usage per processor = 27.5518 Mbytes Step Atoms AVEKE stressZZ 28879 5000 1.379262e-10 11975103 28880 -0.0155024999999915 11974960.4082812 28880 5000 1.3791676e-10 11974960 Loop time of 0.02109 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:48 2021 Pair time (%) = 0.00158691 (7.52447) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.185399) Outpt time (%) = 0.0193121 (91.57) Other time (%) = 0.000151873 (0.720116) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:48 2021 Memory usage per processor = 27.5518 Mbytes Step Atoms AVEKE stressZZ 28880 5000 1.3791676e-10 11974889 28881 -0.0155024999999915 11974745.7867698 28881 5000 1.3790732e-10 11974746 Loop time of 0.0183439 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:48 2021 Pair time (%) = 0.00129104 (7.03795) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.179361) Outpt time (%) = 0.0169151 (92.2108) Other time (%) = 0.000104904 (0.571874) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:48 2021 Memory usage per processor = 27.5518 Mbytes Step Atoms AVEKE stressZZ 28881 5000 1.3790732e-10 11974674 28882 -0.0155024999999915 11974531.1764285 28882 5000 1.3789788e-10 11974531 Loop time of 0.018142 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:48 2021 Pair time (%) = 0.00119686 (6.59719) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.1761) Outpt time (%) = 0.0168219 (92.7234) Other time (%) = 9.13143e-05 (0.503331) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:48 2021 Memory usage per processor = 27.5518 Mbytes Step Atoms AVEKE stressZZ 28882 5000 1.3789788e-10 11974459 28883 -0.0155024999999915 11974316.5772558 28883 5000 1.3788844e-10 11974317 Loop time of 0.0175321 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:48 2021 Pair time (%) = 0.00120497 (6.87292) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182226) Outpt time (%) = 0.016201 (92.4077) Other time (%) = 9.41753e-05 (0.537159) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:48 2021 Memory usage per processor = 27.5518 Mbytes Step Atoms AVEKE stressZZ 28883 5000 1.3788844e-10 11974245 28884 -0.0155024999999915 11974101.9892502 28884 5000 1.3787901e-10 11974102 Loop time of 0.0176282 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:48 2021 Pair time (%) = 0.0013659 (7.74838) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.198815) Outpt time (%) = 0.0161221 (91.4564) Other time (%) = 0.000105143 (0.596446) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:48 2021 Memory usage per processor = 27.5518 Mbytes Step Atoms AVEKE stressZZ 28884 5000 1.3787901e-10 11974030 28885 -0.0155024999999915 11973887.41241 28885 5000 1.3786957e-10 11973887 Loop time of 0.0198548 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:48 2021 Pair time (%) = 0.00136304 (6.86504) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.171716) Outpt time (%) = 0.0183449 (92.3953) Other time (%) = 0.000112772 (0.567984) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:48 2021 Memory usage per processor = 27.5518 Mbytes Step Atoms AVEKE stressZZ 28885 5000 1.3786957e-10 11973816 28886 -0.0155024999999915 11973672.846734 28886 5000 1.3786014e-10 11973673 Loop time of 0.019824 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:48 2021 Pair time (%) = 0.00119877 (6.04705) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.161158) Outpt time (%) = 0.018502 (93.3312) Other time (%) = 9.13143e-05 (0.460624) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:48 2021 Memory usage per processor = 27.5518 Mbytes Step Atoms AVEKE stressZZ 28886 5000 1.3786014e-10 11973601 28887 -0.0155024999999915 11973458.2922206 28887 5000 1.378507e-10 11973458 Loop time of 0.018621 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:48 2021 Pair time (%) = 0.00158787 (8.52731) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.171571) Outpt time (%) = 0.016912 (90.8223) Other time (%) = 8.91685e-05 (0.478861) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:48 2021 Memory usage per processor = 27.5518 Mbytes Step Atoms AVEKE stressZZ 28887 5000 1.378507e-10 11973387 28888 -0.0155024999999915 11973243.7488687 28888 5000 1.3784127e-10 11973244 Loop time of 0.0189929 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:48 2021 Pair time (%) = 0.00119901 (6.31292) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.168211) Outpt time (%) = 0.017673 (93.0506) Other time (%) = 8.89301e-05 (0.468228) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:48 2021 Memory usage per processor = 27.5518 Mbytes Step Atoms AVEKE stressZZ 28888 5000 1.3784127e-10 11973172 28889 -0.0155024999999915 11973029.2166765 28889 5000 1.3783184e-10 11973029 Loop time of 0.0175581 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:48 2021 Pair time (%) = 0.00123096 (7.01075) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.194177) Outpt time (%) = 0.0161901 (92.2085) Other time (%) = 0.000102997 (0.586606) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:48 2021 Memory usage per processor = 27.5518 Mbytes Step Atoms AVEKE stressZZ 28889 5000 1.3783184e-10 11972958 28890 -0.0155024999999915 11972814.6956551 28890 5000 1.3782241e-10 11972815 Loop time of 0.0212581 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:48 2021 Pair time (%) = 0.00158811 (7.47059) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.183933) Outpt time (%) = 0.0194662 (91.5705) Other time (%) = 0.000164747 (0.774985) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:48 2021 Memory usage per processor = 27.5518 Mbytes Step Atoms AVEKE stressZZ 28890 5000 1.3782241e-10 11972743 28891 -0.0155024999999915 11972600.1858218 28891 5000 1.3781298e-10 11972600 Loop time of 0.0183711 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:48 2021 Pair time (%) = 0.00128484 (6.9938) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.179095) Outpt time (%) = 0.016906 (92.0251) Other time (%) = 0.000147343 (0.802035) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:48 2021 Memory usage per processor = 27.5518 Mbytes Step Atoms AVEKE stressZZ 28891 5000 1.3781298e-10 11972528 28892 -0.0155024999999915 11972385.6871619 28892 5000 1.3780355e-10 11972386 Loop time of 0.0180471 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:48 2021 Pair time (%) = 0.00120401 (6.67151) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.183632) Outpt time (%) = 0.016717 (92.6296) Other time (%) = 9.29832e-05 (0.515226) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:48 2021 Memory usage per processor = 27.5518 Mbytes Step Atoms AVEKE stressZZ 28892 5000 1.3780355e-10 11972314 28893 -0.0155024999999915 11972171.1996695 28893 5000 1.3779413e-10 11972171 Loop time of 0.017427 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:48 2021 Pair time (%) = 0.00120211 (6.89797) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183326) Outpt time (%) = 0.016099 (92.3797) Other time (%) = 9.39369e-05 (0.539032) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:48 2021 Memory usage per processor = 27.5518 Mbytes Step Atoms AVEKE stressZZ 28893 5000 1.3779413e-10 11972100 28894 -0.0155024999999915 11971956.7233415 28894 5000 1.377847e-10 11971957 Loop time of 0.018429 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:48 2021 Pair time (%) = 0.00141001 (7.65101) Neigh time (%) = 0 (0) Comm time (%) = 5.29289e-05 (0.287204) Outpt time (%) = 0.0168309 (91.3283) Other time (%) = 0.000135183 (0.733534) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:48 2021 Memory usage per processor = 27.5518 Mbytes Step Atoms AVEKE stressZZ 28894 5000 1.377847e-10 11971885 28895 -0.0155024999999915 11971742.258175 28895 5000 1.3777528e-10 11971742 Loop time of 0.0185759 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:48 2021 Pair time (%) = 0.00124693 (6.71262) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.171987) Outpt time (%) = 0.017195 (92.5661) Other time (%) = 0.000102043 (0.549331) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:48 2021 Memory usage per processor = 27.5518 Mbytes Step Atoms AVEKE stressZZ 28895 5000 1.3777528e-10 11971671 28896 -0.0155024999999915 11971527.8041678 28896 5000 1.3776585e-10 11971528 Loop time of 0.0181441 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:48 2021 Pair time (%) = 0.00119996 (6.61349) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.176079) Outpt time (%) = 0.0168159 (92.6796) Other time (%) = 9.63211e-05 (0.530866) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:48 2021 Memory usage per processor = 27.5518 Mbytes Step Atoms AVEKE stressZZ 28896 5000 1.3776585e-10 11971456 28897 -0.0155024999999915 11971313.361318 28897 5000 1.3775643e-10 11971313 Loop time of 0.0181422 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:48 2021 Pair time (%) = 0.00124002 (6.83497) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.176098) Outpt time (%) = 0.0167539 (92.3476) Other time (%) = 0.000116348 (0.641312) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:48 2021 Memory usage per processor = 27.5518 Mbytes Step Atoms AVEKE stressZZ 28897 5000 1.3775643e-10 11971242 28898 -0.0155024999999915 11971098.9296235 28898 5000 1.3774701e-10 11971099 Loop time of 0.017745 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:48 2021 Pair time (%) = 0.00133109 (7.50121) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.197506) Outpt time (%) = 0.016259 (91.6255) Other time (%) = 0.000119925 (0.675821) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:48 2021 Memory usage per processor = 27.5518 Mbytes Step Atoms AVEKE stressZZ 28898 5000 1.3774701e-10 11971027 28899 -0.0155024999999915 11970884.5090824 28899 5000 1.3773759e-10 11970885 Loop time of 0.0186 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:48 2021 Pair time (%) = 0.00166583 (8.95608) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.208937) Outpt time (%) = 0.0166979 (89.7736) Other time (%) = 0.000197411 (1.06135) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:48 2021 Memory usage per processor = 27.5518 Mbytes Step Atoms AVEKE stressZZ 28899 5000 1.3773759e-10 11970813 28900 -0.0155024999999915 11970670.0996934 28900 5000 1.3772817e-10 11970670 Loop time of 0.0211501 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:48 2021 Pair time (%) = 0.00125909 (5.95311) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.151054) Outpt time (%) = 0.0197341 (93.3052) Other time (%) = 0.000124931 (0.590689) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:48 2021 Memory usage per processor = 27.5518 Mbytes Step Atoms AVEKE stressZZ 28900 5000 1.3772817e-10 11970598 28901 -0.0155024999999915 11970455.7014546 28901 5000 1.3771875e-10 11970456 Loop time of 0.0184791 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:48 2021 Pair time (%) = 0.00124311 (6.72713) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.172888) Outpt time (%) = 0.0171101 (92.5916) Other time (%) = 9.39369e-05 (0.508341) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:48 2021 Memory usage per processor = 27.5518 Mbytes Step Atoms AVEKE stressZZ 28901 5000 1.3771875e-10 11970384 28902 -0.0155024999999915 11970241.3143644 28902 5000 1.3770933e-10 11970241 Loop time of 0.0178599 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:48 2021 Pair time (%) = 0.0012219 (6.84154) Neigh time (%) = 0 (0) Comm time (%) = 5.07832e-05 (0.284341) Outpt time (%) = 0.0164649 (92.1893) Other time (%) = 0.000122309 (0.684822) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:48 2021 Memory usage per processor = 27.5518 Mbytes Step Atoms AVEKE stressZZ 28902 5000 1.3770933e-10 11970170 28903 -0.0155024999999915 11970026.9384213 28903 5000 1.3769992e-10 11970027 Loop time of 0.0176342 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:48 2021 Pair time (%) = 0.00123596 (7.00891) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.19334) Outpt time (%) = 0.016264 (92.2299) Other time (%) = 0.000100136 (0.567851) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:48 2021 Memory usage per processor = 27.5518 Mbytes Step Atoms AVEKE stressZZ 28903 5000 1.3769992e-10 11969955 28904 -0.0155024999999915 11969812.5736236 28904 5000 1.376905e-10 11969813 Loop time of 0.018374 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:48 2021 Pair time (%) = 0.0014441 (7.8595) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.201126) Outpt time (%) = 0.016695 (90.8624) Other time (%) = 0.000197887 (1.077) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:48 2021 Memory usage per processor = 27.5518 Mbytes Step Atoms AVEKE stressZZ 28904 5000 1.376905e-10 11969741 28905 -0.0155024999999915 11969598.2199702 28905 5000 1.3768109e-10 11969598 Loop time of 0.0180709 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:48 2021 Pair time (%) = 0.00119615 (6.61917) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.176793) Outpt time (%) = 0.0167489 (92.6842) Other time (%) = 9.39369e-05 (0.519823) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:48 2021 Memory usage per processor = 27.5518 Mbytes Step Atoms AVEKE stressZZ 28905 5000 1.3768109e-10 11969527 28906 -0.0155024999999915 11969383.8774594 28906 5000 1.3767168e-10 11969384 Loop time of 0.0177071 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:48 2021 Pair time (%) = 0.0011971 (6.76056) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.180425) Outpt time (%) = 0.0163829 (92.5218) Other time (%) = 9.5129e-05 (0.537236) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:48 2021 Memory usage per processor = 27.5518 Mbytes Step Atoms AVEKE stressZZ 28906 5000 1.3767168e-10 11969312 28907 -0.0155024999999915 11969169.5460898 28907 5000 1.3766226e-10 11969170 Loop time of 0.017494 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:48 2021 Pair time (%) = 0.00129604 (7.40852) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.200341) Outpt time (%) = 0.016063 (91.8201) Other time (%) = 9.98974e-05 (0.571039) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:48 2021 Memory usage per processor = 27.5518 Mbytes Step Atoms AVEKE stressZZ 28907 5000 1.3766226e-10 11969098 28908 -0.0155024999999915 11968955.2258598 28908 5000 1.3765285e-10 11968955 Loop time of 0.018518 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:48 2021 Pair time (%) = 0.00163293 (8.81808) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.21115) Outpt time (%) = 0.01671 (90.2369) Other time (%) = 0.000135899 (0.733874) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:48 2021 Memory usage per processor = 27.5518 Mbytes Step Atoms AVEKE stressZZ 28908 5000 1.3765285e-10 11968884 28909 -0.0155024999999915 11968740.9167681 28909 5000 1.3764344e-10 11968741 Loop time of 0.0181859 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:48 2021 Pair time (%) = 0.00121021 (6.65469) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.175675) Outpt time (%) = 0.01685 (92.6544) Other time (%) = 9.36985e-05 (0.515227) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:48 2021 Memory usage per processor = 27.5518 Mbytes Step Atoms AVEKE stressZZ 28909 5000 1.3764344e-10 11968669 28910 -0.0155024999999915 11968526.6188135 28910 5000 1.3763404e-10 11968527 Loop time of 0.020741 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:48 2021 Pair time (%) = 0.00119805 (5.77626) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.154034) Outpt time (%) = 0.019419 (93.626) Other time (%) = 9.20296e-05 (0.443709) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:48 2021 Memory usage per processor = 27.5518 Mbytes Step Atoms AVEKE stressZZ 28910 5000 1.3763404e-10 11968455 28911 -0.0155024999999915 11968312.3319944 28911 5000 1.3762463e-10 11968312 Loop time of 0.017699 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:48 2021 Pair time (%) = 0.00123 (6.94955) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.192632) Outpt time (%) = 0.016336 (92.2988) Other time (%) = 9.89437e-05 (0.559035) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:48 2021 Memory usage per processor = 27.5518 Mbytes Step Atoms AVEKE stressZZ 28911 5000 1.3762463e-10 11968241 28912 -0.0155024999999915 11968098.0563096 28912 5000 1.3761522e-10 11968098 Loop time of 0.017617 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:48 2021 Pair time (%) = 0.00130296 (7.39603) Neigh time (%) = 0 (0) Comm time (%) = 4.91142e-05 (0.278789) Outpt time (%) = 0.0161321 (91.5714) Other time (%) = 0.000132799 (0.753813) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:48 2021 Memory usage per processor = 27.5518 Mbytes Step Atoms AVEKE stressZZ 28912 5000 1.3761522e-10 11968026 28913 -0.0155024999999915 11967883.7917573 28913 5000 1.3760582e-10 11967884 Loop time of 0.018203 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:48 2021 Pair time (%) = 0.00128007 (7.03218) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.182059) Outpt time (%) = 0.0167902 (92.2383) Other time (%) = 9.9659e-05 (0.547486) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:48 2021 Memory usage per processor = 27.5518 Mbytes Step Atoms AVEKE stressZZ 28913 5000 1.3760582e-10 11967812 28914 -0.0155024999999915 11967669.5383368 28914 5000 1.3759641e-10 11967670 Loop time of 0.018301 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:48 2021 Pair time (%) = 0.00119495 (6.52944) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.169359) Outpt time (%) = 0.0169811 (92.7879) Other time (%) = 9.39369e-05 (0.513288) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:48 2021 Memory usage per processor = 27.5518 Mbytes Step Atoms AVEKE stressZZ 28914 5000 1.3759641e-10 11967598 28915 -0.0155024999999915 11967455.2960947 28915 5000 1.3758701e-10 11967455 Loop time of 0.0177588 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:48 2021 Pair time (%) = 0.00121379 (6.83484) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.1799) Outpt time (%) = 0.0163879 (92.2804) Other time (%) = 0.00012517 (0.70483) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:48 2021 Memory usage per processor = 27.5518 Mbytes Step Atoms AVEKE stressZZ 28915 5000 1.3758701e-10 11967384 28916 -0.0155024999999915 11967241.0650702 28916 5000 1.3757761e-10 11967241 Loop time of 0.017663 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:49 2021 Pair time (%) = 0.00123906 (7.01501) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.193024) Outpt time (%) = 0.0162892 (92.2223) Other time (%) = 0.000100613 (0.569624) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:49 2021 Memory usage per processor = 27.5518 Mbytes Step Atoms AVEKE stressZZ 28916 5000 1.3757761e-10 11967169 28917 -0.0155024999999915 11967026.8452232 28917 5000 1.3756821e-10 11967027 Loop time of 0.0181758 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:49 2021 Pair time (%) = 0.00138903 (7.64216) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.192825) Outpt time (%) = 0.016592 (91.2862) Other time (%) = 0.00015974 (0.878861) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:49 2021 Memory usage per processor = 27.5518 Mbytes Step Atoms AVEKE stressZZ 28917 5000 1.3756821e-10 11966955 28918 -0.0155024999999915 11966812.6365413 28918 5000 1.3755881e-10 11966813 Loop time of 0.0182331 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:49 2021 Pair time (%) = 0.00119805 (6.57077) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.175221) Outpt time (%) = 0.016917 (92.782) Other time (%) = 8.60691e-05 (0.47205) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:49 2021 Memory usage per processor = 27.5518 Mbytes Step Atoms AVEKE stressZZ 28918 5000 1.3755881e-10 11966741 28919 -0.0155024999999915 11966598.4390176 28919 5000 1.3754941e-10 11966598 Loop time of 0.0177369 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:49 2021 Pair time (%) = 0.00119805 (6.75458) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.180122) Outpt time (%) = 0.0164151 (92.5478) Other time (%) = 9.17912e-05 (0.517515) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:49 2021 Memory usage per processor = 27.5518 Mbytes Step Atoms AVEKE stressZZ 28919 5000 1.3754941e-10 11966527 28920 -0.0155024999999915 11966384.2526465 28920 5000 1.3754001e-10 11966384 Loop time of 0.0204701 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:49 2021 Pair time (%) = 0.0012579 (6.14503) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.165389) Outpt time (%) = 0.0190752 (93.1853) Other time (%) = 0.000103235 (0.504321) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:49 2021 Memory usage per processor = 27.5518 Mbytes Step Atoms AVEKE stressZZ 28920 5000 1.3754001e-10 11966313 28921 -0.0155024999999915 11966170.0774246 28921 5000 1.3753062e-10 11966170 Loop time of 0.018064 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:49 2021 Pair time (%) = 0.00138211 (7.65119) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.199298) Outpt time (%) = 0.016526 (91.4856) Other time (%) = 0.000119925 (0.663886) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:49 2021 Memory usage per processor = 27.5518 Mbytes Step Atoms AVEKE stressZZ 28921 5000 1.3753062e-10 11966098 28922 -0.0155024999999915 11965955.9133481 28922 5000 1.3752122e-10 11965956 Loop time of 0.018611 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:49 2021 Pair time (%) = 0.00128889 (6.92544) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.183192) Outpt time (%) = 0.017149 (92.1445) Other time (%) = 0.000138998 (0.746861) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:49 2021 Memory usage per processor = 27.5518 Mbytes Step Atoms AVEKE stressZZ 28922 5000 1.3752122e-10 11965884 28923 -0.0155024999999915 11965741.7604141 28923 5000 1.3751183e-10 11965742 Loop time of 0.0182049 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:49 2021 Pair time (%) = 0.00119996 (6.59141) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.175491) Outpt time (%) = 0.01688 (92.7223) Other time (%) = 9.29832e-05 (0.510759) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:49 2021 Memory usage per processor = 27.5518 Mbytes Step Atoms AVEKE stressZZ 28923 5000 1.3751183e-10 11965670 28924 -0.0155024999999915 11965527.6186201 28924 5000 1.3750243e-10 11965528 Loop time of 0.0178299 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:49 2021 Pair time (%) = 0.00121188 (6.79691) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.179183) Outpt time (%) = 0.0164618 (92.3272) Other time (%) = 0.000124216 (0.696673) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:49 2021 Memory usage per processor = 27.5518 Mbytes Step Atoms AVEKE stressZZ 28924 5000 1.3750243e-10 11965456 28925 -0.0155024999999915 11965313.4879458 28925 5000 1.3749304e-10 11965313 Loop time of 0.017468 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:49 2021 Pair time (%) = 0.00124097 (7.10425) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.193814) Outpt time (%) = 0.0160961 (92.1464) Other time (%) = 9.70364e-05 (0.55551) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:49 2021 Memory usage per processor = 27.5518 Mbytes Step Atoms AVEKE stressZZ 28925 5000 1.3749304e-10 11965242 28926 -0.0155024999999915 11965099.3683896 28926 5000 1.3748365e-10 11965099 Loop time of 0.018383 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:49 2021 Pair time (%) = 0.00155187 (8.44184) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.189355) Outpt time (%) = 0.016634 (90.4856) Other time (%) = 0.000162363 (0.883223) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:29:49 2021 Memory usage per processor = 27.5518 Mbytes Step Atoms AVEKE stressZZ 28926 5000 1.3748365e-10 11965028 28927 -0.0155024999999915 11964857.7394563 28927 5000 2.7076473e-10 11965253 Loop time of 0.0191031 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:49 2021 Pair time (%) = 0.001194 (6.25031) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.167241) Outpt time (%) = 0.017761 (92.9746) Other time (%) = 0.00011611 (0.607808) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:49 2021 Memory usage per processor = 27.5518 Mbytes Step Atoms AVEKE stressZZ 28927 5000 2.7076473e-10 12043350 28928 -0.0155349999999915 12043163.521338 28928 5000 2.1778626e-10 12043164 Loop time of 0.0206718 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:49 2021 Pair time (%) = 0.00123692 (5.98358) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.154549) Outpt time (%) = 0.0190408 (92.1099) Other time (%) = 0.000362158 (1.75194) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:49 2021 Memory usage per processor = 27.5518 Mbytes Step Atoms AVEKE stressZZ 28928 5000 2.1778626e-10 12043066 28929 -0.0155349999999915 12042895.0476234 28929 5000 1.8711901e-10 12042895 Loop time of 0.0184119 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:49 2021 Pair time (%) = 0.00138903 (7.54419) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.173519) Outpt time (%) = 0.016902 (91.7993) Other time (%) = 8.89301e-05 (0.483004) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:49 2021 Memory usage per processor = 27.5518 Mbytes Step Atoms AVEKE stressZZ 28929 5000 1.8711901e-10 12042807 28930 -0.0155349999999915 12042645.7000277 28930 5000 1.6883984e-10 12042646 Loop time of 0.0214601 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:49 2021 Pair time (%) = 0.0012641 (5.89046) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.148872) Outpt time (%) = 0.020077 (93.5552) Other time (%) = 8.70228e-05 (0.40551) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:49 2021 Memory usage per processor = 27.5519 Mbytes Step Atoms AVEKE stressZZ 28930 5000 1.6883984e-10 12042563 28931 -0.0155349999999915 12042408.5113788 28931 5000 1.5771001e-10 12042409 Loop time of 0.0174251 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:49 2021 Pair time (%) = 0.00120306 (6.9042) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183346) Outpt time (%) = 0.0160961 (92.3734) Other time (%) = 9.39369e-05 (0.539091) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:49 2021 Memory usage per processor = 27.5519 Mbytes Step Atoms AVEKE stressZZ 28931 5000 1.5771001e-10 12042330 28932 -0.0155349999999915 12042179.0539901 28932 5000 1.5083148e-10 12042179 Loop time of 0.017643 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:49 2021 Pair time (%) = 0.0014329 (8.12162) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.214865) Outpt time (%) = 0.0160291 (90.8527) Other time (%) = 0.000143051 (0.810811) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:49 2021 Memory usage per processor = 27.5519 Mbytes Step Atoms AVEKE stressZZ 28932 5000 1.5083148e-10 12042103 28933 -0.0155349999999915 12041954.5140173 28933 5000 1.4653666e-10 12041955 Loop time of 0.0180409 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:49 2021 Pair time (%) = 0.00126195 (6.99494) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.188981) Outpt time (%) = 0.016645 (92.2624) Other time (%) = 9.98974e-05 (0.553727) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:49 2021 Memory usage per processor = 27.5519 Mbytes Step Atoms AVEKE stressZZ 28933 5000 1.4653666e-10 12041880 28934 -0.0155349999999915 12041733.1032421 28934 5000 1.4383613e-10 12041733 Loop time of 0.0180209 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:49 2021 Pair time (%) = 0.00119781 (6.64682) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.177284) Outpt time (%) = 0.0166979 (92.6586) Other time (%) = 9.32217e-05 (0.517298) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:49 2021 Memory usage per processor = 27.5519 Mbytes Step Atoms AVEKE stressZZ 28934 5000 1.4383613e-10 12041659 28935 -0.0155349999999915 12041513.685235 28935 5000 1.4212951e-10 12041514 Loop time of 0.018223 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:49 2021 Pair time (%) = 0.00119996 (6.58485) Neigh time (%) = 0 (0) Comm time (%) = 7.79629e-05 (0.427826) Outpt time (%) = 0.016839 (92.4051) Other time (%) = 0.000106096 (0.582209) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:49 2021 Memory usage per processor = 27.5519 Mbytes Step Atoms AVEKE stressZZ 28935 5000 1.4212951e-10 12041440 28936 -0.0155349999999915 12041295.5377828 28936 5000 1.4104676e-10 12041296 Loop time of 0.0182002 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:49 2021 Pair time (%) = 0.00164509 (9.03887) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.203047) Outpt time (%) = 0.016371 (89.9498) Other time (%) = 0.000147104 (0.808258) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:49 2021 Memory usage per processor = 27.5519 Mbytes Step Atoms AVEKE stressZZ 28936 5000 1.4104676e-10 12041223 28937 -0.0155349999999915 12041078.2019106 28937 5000 1.4035732e-10 12041078 Loop time of 0.018404 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:49 2021 Pair time (%) = 0.00148892 (8.09022) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.202093) Outpt time (%) = 0.0167241 (90.8721) Other time (%) = 0.00015378 (0.835579) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:49 2021 Memory usage per processor = 27.5519 Mbytes Step Atoms AVEKE stressZZ 28937 5000 1.4035732e-10 12041006 28938 -0.0155349999999915 12040861.3859344 28938 5000 1.3991657e-10 12040861 Loop time of 0.0180829 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:49 2021 Pair time (%) = 0.00119805 (6.62535) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.176676) Outpt time (%) = 0.0167389 (92.5677) Other time (%) = 0.000113964 (0.630233) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:49 2021 Memory usage per processor = 27.5519 Mbytes Step Atoms AVEKE stressZZ 28938 5000 1.3991657e-10 12040789 28939 -0.0155349999999915 12040644.9044846 28939 5000 1.3963335e-10 12040645 Loop time of 0.018326 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:49 2021 Pair time (%) = 0.00124216 (6.77812) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.179536) Outpt time (%) = 0.0169492 (92.4868) Other time (%) = 0.000101805 (0.555519) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:49 2021 Memory usage per processor = 27.5519 Mbytes Step Atoms AVEKE stressZZ 28939 5000 1.3963335e-10 12040573 28940 -0.0155349999999915 12040428.639756 28940 5000 1.3945003e-10 12040429 Loop time of 0.0205131 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:49 2021 Pair time (%) = 0.00120807 (5.88926) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.160394) Outpt time (%) = 0.0191731 (93.468) Other time (%) = 9.89437e-05 (0.482345) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:49 2021 Memory usage per processor = 27.5519 Mbytes Step Atoms AVEKE stressZZ 28940 5000 1.3945003e-10 12040356 28941 -0.0155349999999915 12040212.516881 28941 5000 1.3933011e-10 12040213 Loop time of 0.0176489 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:49 2021 Pair time (%) = 0.00136209 (7.71766) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.232354) Outpt time (%) = 0.0161359 (91.4272) Other time (%) = 0.000109911 (0.622763) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:49 2021 Memory usage per processor = 27.5519 Mbytes Step Atoms AVEKE stressZZ 28941 5000 1.3933011e-10 12040140 28942 -0.0155349999999915 12039996.4882797 28942 5000 1.3925045e-10 12039996 Loop time of 0.0186188 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:49 2021 Pair time (%) = 0.00131917 (7.08514) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.17159) Outpt time (%) = 0.017159 (92.1593) Other time (%) = 0.000108719 (0.583919) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:49 2021 Memory usage per processor = 27.5519 Mbytes Step Atoms AVEKE stressZZ 28942 5000 1.3925045e-10 12039924 28943 -0.0155349999999915 12039780.5237134 28943 5000 1.3919636e-10 12039781 Loop time of 0.018384 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:49 2021 Pair time (%) = 0.00119519 (6.50127) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.173782) Outpt time (%) = 0.016988 (92.4068) Other time (%) = 0.0001688 (0.918193) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:49 2021 Memory usage per processor = 27.5519 Mbytes Step Atoms AVEKE stressZZ 28943 5000 1.3919636e-10 12039708 28944 -0.0155349999999915 12039564.6039727 28944 5000 1.3915852e-10 12039565 Loop time of 0.0177269 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:49 2021 Pair time (%) = 0.00119996 (6.76915) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.180224) Outpt time (%) = 0.016402 (92.5261) Other time (%) = 9.29832e-05 (0.524532) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:49 2021 Memory usage per processor = 27.5519 Mbytes Step Atoms AVEKE stressZZ 28944 5000 1.3915852e-10 12039492 28945 -0.0155349999999915 12039348.7168592 28945 5000 1.39131e-10 12039349 Loop time of 0.017626 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:49 2021 Pair time (%) = 0.00124288 (7.05136) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.192076) Outpt time (%) = 0.0162489 (92.1871) Other time (%) = 0.000100374 (0.569465) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:49 2021 Memory usage per processor = 27.5519 Mbytes Step Atoms AVEKE stressZZ 28945 5000 1.39131e-10 12039277 28946 -0.0155349999999915 12039132.854587 28946 5000 1.3911004e-10 12039133 Loop time of 0.018512 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:49 2021 Pair time (%) = 0.00150895 (8.1512) Neigh time (%) = 0 (0) Comm time (%) = 5.60284e-05 (0.30266) Outpt time (%) = 0.0168219 (90.87) Other time (%) = 0.00012517 (0.676154) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:49 2021 Memory usage per processor = 27.5519 Mbytes Step Atoms AVEKE stressZZ 28946 5000 1.3911004e-10 12039061 28947 -0.0155349999999915 12038917.0122213 28947 5000 1.3909325e-10 12038917 Loop time of 0.0184941 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:49 2021 Pair time (%) = 0.00120306 (6.50509) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.174036) Outpt time (%) = 0.0171361 (92.657) Other time (%) = 0.000122786 (0.663916) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:49 2021 Memory usage per processor = 27.5519 Mbytes Step Atoms AVEKE stressZZ 28947 5000 1.3909325e-10 12038845 28948 -0.0155349999999915 12038701.1866256 28948 5000 1.390791e-10 12038701 Loop time of 0.0180819 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:49 2021 Pair time (%) = 0.00120282 (6.65207) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.176685) Outpt time (%) = 0.016753 (92.6504) Other time (%) = 9.41753e-05 (0.520826) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:49 2021 Memory usage per processor = 27.5519 Mbytes Step Atoms AVEKE stressZZ 28948 5000 1.390791e-10 12038629 28949 -0.0155349999999915 12038485.3757906 28949 5000 1.3906664e-10 12038485 Loop time of 0.01754 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:49 2021 Pair time (%) = 0.00131798 (7.51414) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.187582) Outpt time (%) = 0.0160859 (91.7097) Other time (%) = 0.000103235 (0.588571) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:49 2021 Memory usage per processor = 27.5519 Mbytes Step Atoms AVEKE stressZZ 28949 5000 1.3906664e-10 12038413 28950 -0.0155349999999915 12038269.5784395 28950 5000 1.3905525e-10 12038270 Loop time of 0.0208802 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:49 2021 Pair time (%) = 0.0016818 (8.05453) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.172418) Outpt time (%) = 0.019017 (91.0765) Other time (%) = 0.000145435 (0.696522) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:49 2021 Memory usage per processor = 27.5519 Mbytes Step Atoms AVEKE stressZZ 28950 5000 1.3905525e-10 12038197 28951 -0.0155349999999915 12038053.7937499 28951 5000 1.3904454e-10 12038054 Loop time of 0.01846 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:49 2021 Pair time (%) = 0.00128198 (6.94461) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.174358) Outpt time (%) = 0.0170441 (92.3295) Other time (%) = 0.000101805 (0.551487) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:49 2021 Memory usage per processor = 27.5519 Mbytes Step Atoms AVEKE stressZZ 28951 5000 1.3904454e-10 12037982 28952 -0.0155349999999915 12037838.0212449 28952 5000 1.3903427e-10 12037838 Loop time of 0.017967 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:49 2021 Pair time (%) = 0.00120091 (6.68401) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.177816) Outpt time (%) = 0.0166409 (92.6193) Other time (%) = 9.32217e-05 (0.51885) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:49 2021 Memory usage per processor = 27.5519 Mbytes Step Atoms AVEKE stressZZ 28952 5000 1.3903427e-10 12037766 28953 -0.0155349999999915 12037622.2605975 28953 5000 1.3902427e-10 12037622 Loop time of 0.017904 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:49 2021 Pair time (%) = 0.00119495 (6.67421) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.178441) Outpt time (%) = 0.016551 (92.4429) Other time (%) = 0.000126123 (0.704441) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:49 2021 Memory usage per processor = 27.5519 Mbytes Step Atoms AVEKE stressZZ 28953 5000 1.3902427e-10 12037550 28954 -0.0155349999999915 12037406.5115993 28954 5000 1.3901444e-10 12037407 Loop time of 0.0175352 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:49 2021 Pair time (%) = 0.00131202 (7.48219) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.193071) Outpt time (%) = 0.0160561 (91.5647) Other time (%) = 0.000133276 (0.760048) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:49 2021 Memory usage per processor = 27.5519 Mbytes Step Atoms AVEKE stressZZ 28954 5000 1.3901444e-10 12037334 28955 -0.0155349999999915 12037190.7741173 28955 5000 1.3900473e-10 12037191 Loop time of 0.018465 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:49 2021 Pair time (%) = 0.001333 (7.21904) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.179475) Outpt time (%) = 0.0169899 (92.0114) Other time (%) = 0.000108957 (0.590073) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:49 2021 Memory usage per processor = 27.5519 Mbytes Step Atoms AVEKE stressZZ 28955 5000 1.3900473e-10 12037119 28956 -0.0155349999999915 12036975.0480663 28956 5000 1.3899509e-10 12036975 Loop time of 0.0184929 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:49 2021 Pair time (%) = 0.00120306 (6.50551) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.174048) Outpt time (%) = 0.0171649 (92.8189) Other time (%) = 9.27448e-05 (0.501515) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:49 2021 Memory usage per processor = 27.5519 Mbytes Step Atoms AVEKE stressZZ 28956 5000 1.3899509e-10 12036903 28957 -0.0155349999999915 12036759.3333914 28957 5000 1.3898549e-10 12036759 Loop time of 0.018127 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:50 2021 Pair time (%) = 0.00119996 (6.61976) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.176246) Outpt time (%) = 0.0168028 (92.695) Other time (%) = 9.2268e-05 (0.50901) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:50 2021 Memory usage per processor = 27.5519 Mbytes Step Atoms AVEKE stressZZ 28957 5000 1.3898549e-10 12036687 28958 -0.0155349999999915 12036543.630057 28958 5000 1.3897593e-10 12036544 Loop time of 0.0174792 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:50 2021 Pair time (%) = 0.00129008 (7.38068) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.19369) Outpt time (%) = 0.016052 (91.835) Other time (%) = 0.000103235 (0.590618) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:50 2021 Memory usage per processor = 27.5519 Mbytes Step Atoms AVEKE stressZZ 28958 5000 1.3897593e-10 12036471 28959 -0.0155349999999915 12036327.9380399 28959 5000 1.3896638e-10 12036328 Loop time of 0.018388 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:50 2021 Pair time (%) = 0.00167704 (9.12026) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.212642) Outpt time (%) = 0.01652 (89.8412) Other time (%) = 0.000151873 (0.825932) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:50 2021 Memory usage per processor = 27.5519 Mbytes Step Atoms AVEKE stressZZ 28959 5000 1.3896638e-10 12036256 28960 -0.0155349999999915 12036112.257325 28960 5000 1.3895685e-10 12036112 Loop time of 0.0210309 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:50 2021 Pair time (%) = 0.0012629 (6.00499) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.157579) Outpt time (%) = 0.0196369 (93.3715) Other time (%) = 9.799e-05 (0.465934) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:50 2021 Memory usage per processor = 27.5519 Mbytes Step Atoms AVEKE stressZZ 28960 5000 1.3895685e-10 12036040 28961 -0.0155349999999915 12035896.5879535 28961 5000 1.3894732e-10 12035897 Loop time of 0.0181439 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:50 2021 Pair time (%) = 0.00120091 (6.61884) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.170826) Outpt time (%) = 0.0168171 (92.6873) Other time (%) = 9.48906e-05 (0.522989) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:50 2021 Memory usage per processor = 27.5519 Mbytes Step Atoms AVEKE stressZZ 28961 5000 1.3894732e-10 12035824 28962 -0.0155349999999915 12035680.9299086 28962 5000 1.389378e-10 12035681 Loop time of 0.0176411 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:50 2021 Pair time (%) = 0.00120091 (6.80749) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.182452) Outpt time (%) = 0.0163131 (92.4722) Other time (%) = 9.48906e-05 (0.537896) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:50 2021 Memory usage per processor = 27.5519 Mbytes Step Atoms AVEKE stressZZ 28962 5000 1.389378e-10 12035609 28963 -0.0155349999999915 12035465.2831707 28963 5000 1.3892828e-10 12035465 Loop time of 0.017544 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:50 2021 Pair time (%) = 0.00125813 (7.1713) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.192974) Outpt time (%) = 0.0161479 (92.0419) Other time (%) = 0.000104189 (0.593871) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:50 2021 Memory usage per processor = 27.5519 Mbytes Step Atoms AVEKE stressZZ 28963 5000 1.3892828e-10 12035393 28964 -0.0155349999999915 12035249.6477304 28964 5000 1.3891877e-10 12035250 Loop time of 0.0183389 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:50 2021 Pair time (%) = 0.00137901 (7.5196) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.17941) Outpt time (%) = 0.016783 (91.5158) Other time (%) = 0.000144005 (0.785242) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:50 2021 Memory usage per processor = 27.5519 Mbytes Step Atoms AVEKE stressZZ 28964 5000 1.3891877e-10 12035177 28965 -0.0155349999999915 12035034.0235856 28965 5000 1.3890926e-10 12035034 Loop time of 0.0181742 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:50 2021 Pair time (%) = 0.00119901 (6.59731) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.175788) Outpt time (%) = 0.0168509 (92.7192) Other time (%) = 9.2268e-05 (0.507687) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:50 2021 Memory usage per processor = 27.5519 Mbytes Step Atoms AVEKE stressZZ 28965 5000 1.3890926e-10 12034962 28966 -0.0155349999999915 12034818.4107972 28966 5000 1.3889975e-10 12034818 Loop time of 0.0180752 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:50 2021 Pair time (%) = 0.00123811 (6.84975) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.188622) Outpt time (%) = 0.0167041 (92.4142) Other time (%) = 9.89437e-05 (0.5474) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:50 2021 Memory usage per processor = 27.5519 Mbytes Step Atoms AVEKE stressZZ 28966 5000 1.3889975e-10 12034746 28967 -0.0155349999999915 12034602.8093558 28967 5000 1.3889024e-10 12034603 Loop time of 0.0176249 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:50 2021 Pair time (%) = 0.0012691 (7.20064) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.192089) Outpt time (%) = 0.0162199 (92.0283) Other time (%) = 0.000102043 (0.578973) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:50 2021 Memory usage per processor = 27.5519 Mbytes Step Atoms AVEKE stressZZ 28967 5000 1.3889024e-10 12034531 28968 -0.0155349999999915 12034387.2195141 28968 5000 1.3888074e-10 12034387 Loop time of 0.0184851 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:50 2021 Pair time (%) = 0.00165701 (8.96404) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.210236) Outpt time (%) = 0.0166011 (89.8081) Other time (%) = 0.000188112 (1.01764) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:50 2021 Memory usage per processor = 27.5519 Mbytes Step Atoms AVEKE stressZZ 28968 5000 1.3888074e-10 12034315 28969 -0.0155349999999915 12034171.6411751 28969 5000 1.3887123e-10 12034172 Loop time of 0.0198162 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:50 2021 Pair time (%) = 0.00120211 (6.06629) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.166035) Outpt time (%) = 0.0184879 (93.2972) Other time (%) = 9.32217e-05 (0.470433) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:50 2021 Memory usage per processor = 27.5519 Mbytes Step Atoms AVEKE stressZZ 28969 5000 1.3887123e-10 12034099 28970 -0.0155349999999915 12033956.0742662 28970 5000 1.3886173e-10 12033956 Loop time of 0.0227449 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:50 2021 Pair time (%) = 0.00124097 (5.45603) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.140463) Outpt time (%) = 0.021384 (94.0167) Other time (%) = 8.79765e-05 (0.386797) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:50 2021 Memory usage per processor = 27.5519 Mbytes Step Atoms AVEKE stressZZ 28970 5000 1.3886173e-10 12033884 28971 -0.0155349999999915 12033740.518759 28971 5000 1.3885223e-10 12033741 Loop time of 0.0185618 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:50 2021 Pair time (%) = 0.00146794 (7.90839) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.173401) Outpt time (%) = 0.016974 (91.4455) Other time (%) = 8.7738e-05 (0.47268) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:50 2021 Memory usage per processor = 27.5519 Mbytes Step Atoms AVEKE stressZZ 28971 5000 1.3885223e-10 12033668 28972 -0.0155349999999915 12033524.9746351 28972 5000 1.3884272e-10 12033525 Loop time of 0.018599 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:50 2021 Pair time (%) = 0.00144196 (7.75285) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.18331) Outpt time (%) = 0.0169621 (91.1986) Other time (%) = 0.000160933 (0.865274) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:50 2021 Memory usage per processor = 27.5519 Mbytes Step Atoms AVEKE stressZZ 28972 5000 1.3884272e-10 12033453 28973 -0.0155349999999915 12033309.4419042 28973 5000 1.3883322e-10 12033309 Loop time of 0.0182331 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:50 2021 Pair time (%) = 0.00120091 (6.58647) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.181759) Outpt time (%) = 0.0169072 (92.7283) Other time (%) = 9.17912e-05 (0.503432) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:50 2021 Memory usage per processor = 27.5519 Mbytes Step Atoms AVEKE stressZZ 28973 5000 1.3883322e-10 12033237 28974 -0.0155349999999915 12033093.9205535 28974 5000 1.3882373e-10 12033094 Loop time of 0.017786 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:50 2021 Pair time (%) = 0.00120997 (6.80295) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.179625) Outpt time (%) = 0.016449 (92.4826) Other time (%) = 9.5129e-05 (0.534853) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:50 2021 Memory usage per processor = 27.5519 Mbytes Step Atoms AVEKE stressZZ 28974 5000 1.3882373e-10 12033022 28975 -0.0155349999999915 12032878.4105867 28975 5000 1.3881423e-10 12032878 Loop time of 0.01864 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:50 2021 Pair time (%) = 0.00143003 (7.67184) Neigh time (%) = 0 (0) Comm time (%) = 6.38962e-05 (0.34279) Outpt time (%) = 0.016983 (91.1105) Other time (%) = 0.000163078 (0.874882) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:50 2021 Memory usage per processor = 27.5519 Mbytes Step Atoms AVEKE stressZZ 28975 5000 1.3881423e-10 12032806 28976 -0.0155349999999915 12032662.9119788 28976 5000 1.3880473e-10 12032663 Loop time of 0.0183699 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:50 2021 Pair time (%) = 0.00148797 (8.10004) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.20766) Outpt time (%) = 0.01669 (90.8552) Other time (%) = 0.00015378 (0.83713) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:50 2021 Memory usage per processor = 27.5519 Mbytes Step Atoms AVEKE stressZZ 28976 5000 1.3880473e-10 12032591 28977 -0.0155349999999915 12032447.4247037 28977 5000 1.3879524e-10 12032447 Loop time of 0.0183561 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:50 2021 Pair time (%) = 0.00124121 (6.76183) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.174046) Outpt time (%) = 0.016989 (92.5524) Other time (%) = 9.39369e-05 (0.511748) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:50 2021 Memory usage per processor = 27.5519 Mbytes Step Atoms AVEKE stressZZ 28977 5000 1.3879524e-10 12032375 28978 -0.0155349999999915 12032231.9487149 28978 5000 1.3878574e-10 12032232 Loop time of 0.0182452 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:50 2021 Pair time (%) = 0.00123405 (6.76371) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.175104) Outpt time (%) = 0.0168869 (92.5555) Other time (%) = 9.2268e-05 (0.50571) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:50 2021 Memory usage per processor = 27.5519 Mbytes Step Atoms AVEKE stressZZ 28978 5000 1.3878574e-10 12032160 28979 -0.0155349999999915 12032016.4840573 28979 5000 1.3877625e-10 12032016 Loop time of 0.0176721 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:50 2021 Pair time (%) = 0.00121093 (6.85222) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.192925) Outpt time (%) = 0.0162809 (92.1278) Other time (%) = 0.000146151 (0.827015) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:50 2021 Memory usage per processor = 27.5519 Mbytes Step Atoms AVEKE stressZZ 28979 5000 1.3877625e-10 12031944 28980 -0.0155349999999915 12031801.0307259 28980 5000 1.3876675e-10 12031801 Loop time of 0.0207372 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:50 2021 Pair time (%) = 0.00142908 (6.8914) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.173607) Outpt time (%) = 0.019156 (92.3751) Other time (%) = 0.00011611 (0.559912) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:50 2021 Memory usage per processor = 27.5519 Mbytes Step Atoms AVEKE stressZZ 28980 5000 1.3876675e-10 12031729 28981 -0.0155349999999915 12031585.5887164 28981 5000 1.3875726e-10 12031586 Loop time of 0.0184689 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:50 2021 Pair time (%) = 0.00146103 (7.91077) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.178147) Outpt time (%) = 0.0168619 (91.2992) Other time (%) = 0.00011301 (0.611897) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:50 2021 Memory usage per processor = 27.5519 Mbytes Step Atoms AVEKE stressZZ 28981 5000 1.3875726e-10 12031513 28982 -0.0155349999999915 12031370.1580245 28982 5000 1.3874777e-10 12031370 Loop time of 0.0183489 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:50 2021 Pair time (%) = 0.0012362 (6.73718) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.174114) Outpt time (%) = 0.016988 (92.5833) Other time (%) = 9.27448e-05 (0.505451) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:50 2021 Memory usage per processor = 27.5519 Mbytes Step Atoms AVEKE stressZZ 28982 5000 1.3874777e-10 12031298 28983 -0.0155349999999915 12031154.7386465 28983 5000 1.3873828e-10 12031155 Loop time of 0.0179121 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:50 2021 Pair time (%) = 0.00124288 (6.93873) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.17836) Outpt time (%) = 0.0165441 (92.3625) Other time (%) = 9.32217e-05 (0.520438) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:50 2021 Memory usage per processor = 27.5519 Mbytes Step Atoms AVEKE stressZZ 28983 5000 1.3873828e-10 12031083 28984 -0.0155349999999915 12030939.330579 28984 5000 1.387288e-10 12030939 Loop time of 0.0175052 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:50 2021 Pair time (%) = 0.0012331 (7.04421) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.194765) Outpt time (%) = 0.0161362 (92.1795) Other time (%) = 0.000101805 (0.58157) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:50 2021 Memory usage per processor = 27.5519 Mbytes Step Atoms AVEKE stressZZ 28984 5000 1.387288e-10 12030867 28985 -0.0155349999999915 12030723.9338187 28985 5000 1.3871931e-10 12030724 Loop time of 0.0184619 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:50 2021 Pair time (%) = 0.00162292 (8.7906) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.205334) Outpt time (%) = 0.0166399 (90.1311) Other time (%) = 0.000161171 (0.87299) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:50 2021 Memory usage per processor = 27.5519 Mbytes Step Atoms AVEKE stressZZ 28985 5000 1.3871931e-10 12030652 28986 -0.0155349999999915 12030508.5483626 28986 5000 1.3870982e-10 12030509 Loop time of 0.0182519 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:50 2021 Pair time (%) = 0.00127912 (7.00812) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.17504) Outpt time (%) = 0.0168428 (92.28) Other time (%) = 9.799e-05 (0.536876) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:50 2021 Memory usage per processor = 27.5519 Mbytes Step Atoms AVEKE stressZZ 28986 5000 1.3870982e-10 12030436 28987 -0.0155349999999915 12030293.1742078 28987 5000 1.3870034e-10 12030293 Loop time of 0.0181451 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:50 2021 Pair time (%) = 0.00120187 (6.62366) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.177384) Outpt time (%) = 0.0168049 (92.6142) Other time (%) = 0.000106096 (0.584711) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:50 2021 Memory usage per processor = 27.5519 Mbytes Step Atoms AVEKE stressZZ 28987 5000 1.3870034e-10 12030221 28988 -0.0155349999999915 12030077.8113513 28988 5000 1.3869085e-10 12030078 Loop time of 0.0174601 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:50 2021 Pair time (%) = 0.00121999 (6.98729) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.18844) Outpt time (%) = 0.016094 (92.1757) Other time (%) = 0.000113249 (0.648615) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:50 2021 Memory usage per processor = 27.5519 Mbytes Step Atoms AVEKE stressZZ 28988 5000 1.3869085e-10 12030006 28989 -0.0155349999999915 12029862.4597911 28989 5000 1.3868137e-10 12029862 Loop time of 0.0180879 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:50 2021 Pair time (%) = 0.00146699 (8.11035) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.199035) Outpt time (%) = 0.0164309 (90.8391) Other time (%) = 0.000154018 (0.851501) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:50 2021 Memory usage per processor = 27.5519 Mbytes Step Atoms AVEKE stressZZ 28989 5000 1.3868137e-10 12029790 28990 -0.0155349999999915 12029647.1195248 28990 5000 1.3867189e-10 12029647 Loop time of 0.0209451 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:50 2021 Pair time (%) = 0.0012629 (6.0296) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.153671) Outpt time (%) = 0.0195479 (93.3295) Other time (%) = 0.000102043 (0.487194) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:50 2021 Memory usage per processor = 27.5519 Mbytes Step Atoms AVEKE stressZZ 28990 5000 1.3867189e-10 12029575 28991 -0.0155349999999915 12029431.7905505 28991 5000 1.3866241e-10 12029432 Loop time of 0.018189 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:50 2021 Pair time (%) = 0.00120401 (6.61948) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.175646) Outpt time (%) = 0.01686 (92.6937) Other time (%) = 9.29832e-05 (0.511207) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:50 2021 Memory usage per processor = 27.5519 Mbytes Step Atoms AVEKE stressZZ 28991 5000 1.3866241e-10 12029360 28992 -0.0155349999999915 12029216.4728669 28992 5000 1.3865293e-10 12029216 Loop time of 0.017998 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:50 2021 Pair time (%) = 0.00119996 (6.6672) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.178834) Outpt time (%) = 0.0166731 (92.6387) Other time (%) = 9.27448e-05 (0.515307) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:50 2021 Memory usage per processor = 27.5519 Mbytes Step Atoms AVEKE stressZZ 28992 5000 1.3865293e-10 12029144 28993 -0.0155349999999915 12029001.1664744 28993 5000 1.3864345e-10 12029001 Loop time of 0.0180962 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:50 2021 Pair time (%) = 0.00132489 (7.32138) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.193673) Outpt time (%) = 0.0166311 (91.9039) Other time (%) = 0.000105143 (0.58102) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:50 2021 Memory usage per processor = 27.5519 Mbytes Step Atoms AVEKE stressZZ 28993 5000 1.3864345e-10 12028929 28994 -0.0155349999999915 12028785.8713785 28994 5000 1.3863398e-10 12028786 Loop time of 0.0185449 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:50 2021 Pair time (%) = 0.00146508 (7.90018) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.204415) Outpt time (%) = 0.0169089 (91.178) Other time (%) = 0.000133038 (0.71738) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:50 2021 Memory usage per processor = 27.5519 Mbytes Step Atoms AVEKE stressZZ 28994 5000 1.3863398e-10 12028714 28995 -0.0155349999999915 12028570.5875627 28995 5000 1.386245e-10 12028571 Loop time of 0.0183699 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:50 2021 Pair time (%) = 0.0012641 (6.88134) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.190788) Outpt time (%) = 0.016969 (92.3737) Other time (%) = 0.000101805 (0.554193) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:50 2021 Memory usage per processor = 27.5519 Mbytes Step Atoms AVEKE stressZZ 28995 5000 1.386245e-10 12028498 28996 -0.0155349999999915 12028355.3150199 28996 5000 1.3861503e-10 12028355 Loop time of 0.018332 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:50 2021 Pair time (%) = 0.00126004 (6.87346) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.184679) Outpt time (%) = 0.0169399 (92.406) Other time (%) = 9.82285e-05 (0.53583) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:50 2021 Memory usage per processor = 27.5519 Mbytes Step Atoms AVEKE stressZZ 28996 5000 1.3861503e-10 12028283 28997 -0.0155349999999915 12028140.0537475 28997 5000 1.3860555e-10 12028140 Loop time of 0.0180402 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:51 2021 Pair time (%) = 0.00128007 (7.09566) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.188988) Outpt time (%) = 0.0166261 (92.1616) Other time (%) = 9.98974e-05 (0.553749) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:51 2021 Memory usage per processor = 27.5519 Mbytes Step Atoms AVEKE stressZZ 28997 5000 1.3860555e-10 12028068 28998 -0.0155349999999915 12027924.8037436 28998 5000 1.3859608e-10 12027925 Loop time of 0.018374 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:51 2021 Pair time (%) = 0.00149679 (8.14626) Neigh time (%) = 0 (0) Comm time (%) = 4.29153e-05 (0.233566) Outpt time (%) = 0.01668 (90.7806) Other time (%) = 0.000154257 (0.83954) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:51 2021 Memory usage per processor = 27.5519 Mbytes Step Atoms AVEKE stressZZ 28998 5000 1.3859608e-10 12027853 28999 -0.0155349999999915 12027709.5650058 28999 5000 1.3858661e-10 12027710 Loop time of 0.0183659 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:51 2021 Pair time (%) = 0.00131202 (7.14378) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.184339) Outpt time (%) = 0.0169139 (92.0942) Other time (%) = 0.000106096 (0.577682) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:51 2021 Memory usage per processor = 27.5519 Mbytes Step Atoms AVEKE stressZZ 28999 5000 1.3858661e-10 12027637 29000 -0.0155349999999915 12027494.3375319 29000 5000 1.3857714e-10 12027494 Loop time of 0.021049 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:51 2021 Pair time (%) = 0.00125885 (5.98056) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.15631) Outpt time (%) = 0.0196619 (93.4101) Other time (%) = 9.53674e-05 (0.453073) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:51 2021 Memory usage per processor = 27.5519 Mbytes Step Atoms AVEKE stressZZ 29000 5000 1.3857714e-10 12027422 29001 -0.0155349999999915 12027279.12132 29001 5000 1.3856767e-10 12027279 Loop time of 0.0182531 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:51 2021 Pair time (%) = 0.001261 (6.9084) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.186784) Outpt time (%) = 0.01686 (92.368) Other time (%) = 9.799e-05 (0.536841) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:51 2021 Memory usage per processor = 27.5519 Mbytes Step Atoms AVEKE stressZZ 29001 5000 1.3856767e-10 12027207 29002 -0.0155349999999915 12027063.9163678 29002 5000 1.385582e-10 12027064 Loop time of 0.0181539 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:51 2021 Pair time (%) = 0.00128698 (7.08929) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.193058) Outpt time (%) = 0.016726 (92.1345) Other time (%) = 0.000105858 (0.583113) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:51 2021 Memory usage per processor = 27.5519 Mbytes Step Atoms AVEKE stressZZ 29002 5000 1.385582e-10 12026992 29003 -0.0155349999999915 12026848.7226617 29003 5000 1.3854873e-10 12026849 Loop time of 0.0185339 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:51 2021 Pair time (%) = 0.00152802 (8.24447) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.205822) Outpt time (%) = 0.0168211 (90.7586) Other time (%) = 0.000146627 (0.791129) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:51 2021 Memory usage per processor = 27.5519 Mbytes Step Atoms AVEKE stressZZ 29003 5000 1.3854873e-10 12026777 29004 -0.0155349999999915 12026633.5401937 29004 5000 1.3853927e-10 12026634 Loop time of 0.0183239 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:51 2021 Pair time (%) = 0.00127983 (6.98449) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.184761) Outpt time (%) = 0.0169108 (92.2882) Other time (%) = 9.94205e-05 (0.542573) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:51 2021 Memory usage per processor = 27.5519 Mbytes Step Atoms AVEKE stressZZ 29004 5000 1.3853927e-10 12026561 29005 -0.0155349999999915 12026418.3689966 29005 5000 1.385298e-10 12026418 Loop time of 0.0184069 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:51 2021 Pair time (%) = 0.001261 (6.85068) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.185224) Outpt time (%) = 0.017014 (92.433) Other time (%) = 9.77516e-05 (0.531061) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:51 2021 Memory usage per processor = 27.5519 Mbytes Step Atoms AVEKE stressZZ 29005 5000 1.385298e-10 12026346 29006 -0.0155349999999915 12026203.209151 29006 5000 1.3852034e-10 12026203 Loop time of 0.018266 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:51 2021 Pair time (%) = 0.001261 (6.90353) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.185347) Outpt time (%) = 0.0168731 (92.3747) Other time (%) = 9.799e-05 (0.536462) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:51 2021 Memory usage per processor = 27.5519 Mbytes Step Atoms AVEKE stressZZ 29006 5000 1.3852034e-10 12026131 29007 -0.0155349999999915 12025988.0606132 29007 5000 1.3851087e-10 12025988 Loop time of 0.018249 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:51 2021 Pair time (%) = 0.00138211 (7.57362) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.207729) Outpt time (%) = 0.0167141 (91.5889) Other time (%) = 0.000114918 (0.62972) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:51 2021 Memory usage per processor = 27.5519 Mbytes Step Atoms AVEKE stressZZ 29007 5000 1.3851087e-10 12025916 29008 -0.0155349999999915 12025772.9233654 29008 5000 1.3850141e-10 12025773 Loop time of 0.0184312 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:51 2021 Pair time (%) = 0.00133801 (7.25946) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.190153) Outpt time (%) = 0.016953 (91.9799) Other time (%) = 0.000105143 (0.57046) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:51 2021 Memory usage per processor = 27.5519 Mbytes Step Atoms AVEKE stressZZ 29008 5000 1.3850141e-10 12025701 29009 -0.0155349999999915 12025557.7973989 29009 5000 1.3849195e-10 12025558 Loop time of 0.0183492 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:51 2021 Pair time (%) = 0.00125504 (6.83974) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.179309) Outpt time (%) = 0.016964 (92.4508) Other time (%) = 9.72748e-05 (0.530132) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:51 2021 Memory usage per processor = 27.5519 Mbytes Step Atoms AVEKE stressZZ 29009 5000 1.3849195e-10 12025486 29010 -0.0155349999999915 12025342.6827072 29010 5000 1.3848249e-10 12025343 Loop time of 0.0225799 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:51 2021 Pair time (%) = 0.001266 (5.60677) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.146768) Outpt time (%) = 0.021184 (93.8178) Other time (%) = 9.67979e-05 (0.428691) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:51 2021 Memory usage per processor = 27.5519 Mbytes Step Atoms AVEKE stressZZ 29010 5000 1.3848249e-10 12025271 29011 -0.0155349999999915 12025127.5792853 29011 5000 1.3847303e-10 12025128 Loop time of 0.020725 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:51 2021 Pair time (%) = 0.00152612 (7.36365) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.164506) Outpt time (%) = 0.0190692 (92.0105) Other time (%) = 9.56059e-05 (0.461307) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:51 2021 Memory usage per processor = 27.5519 Mbytes Step Atoms AVEKE stressZZ 29011 5000 1.3847303e-10 12025056 29012 -0.0155349999999915 12024912.487129 29012 5000 1.3846358e-10 12024912 Loop time of 0.0193632 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:51 2021 Pair time (%) = 0.0012629 (6.52219) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.169919) Outpt time (%) = 0.0177031 (91.4265) Other time (%) = 0.000364304 (1.88143) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:51 2021 Memory usage per processor = 27.5519 Mbytes Step Atoms AVEKE stressZZ 29012 5000 1.3846358e-10 12024840 29013 -0.0155349999999915 12024697.406235 29013 5000 1.3845412e-10 12024697 Loop time of 0.019156 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:51 2021 Pair time (%) = 0.00153089 (7.99169) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.17798) Outpt time (%) = 0.017498 (91.3449) Other time (%) = 9.29832e-05 (0.485401) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:51 2021 Memory usage per processor = 27.5519 Mbytes Step Atoms AVEKE stressZZ 29013 5000 1.3845412e-10 12024625 29014 -0.0155349999999915 12024482.3365998 29014 5000 1.3844466e-10 12024482 Loop time of 0.018317 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:51 2021 Pair time (%) = 0.00125504 (6.85176) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.179624) Outpt time (%) = 0.0169261 (92.4063) Other time (%) = 0.000102997 (0.562302) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:51 2021 Memory usage per processor = 27.5519 Mbytes Step Atoms AVEKE stressZZ 29014 5000 1.3844466e-10 12024410 29015 -0.0155349999999915 12024267.2782662 29015 5000 1.3843521e-10 12024267 Loop time of 0.0184789 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:51 2021 Pair time (%) = 0.00129509 (7.00849) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.189663) Outpt time (%) = 0.01704 (92.2135) Other time (%) = 0.000108719 (0.588342) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:51 2021 Memory usage per processor = 27.5519 Mbytes Step Atoms AVEKE stressZZ 29015 5000 1.3843521e-10 12024195 29016 -0.0155349999999915 12024052.2311959 29016 5000 1.3842576e-10 12024052 Loop time of 0.0184951 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:51 2021 Pair time (%) = 0.00126004 (6.81285) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.179184) Outpt time (%) = 0.017103 (92.473) Other time (%) = 9.89437e-05 (0.534973) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:51 2021 Memory usage per processor = 27.5519 Mbytes Step Atoms AVEKE stressZZ 29016 5000 1.3842576e-10 12023980 29017 -0.0155349999999915 12023837.1953808 29017 5000 1.384163e-10 12023837 Loop time of 0.0183389 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:51 2021 Pair time (%) = 0.00127912 (6.97487) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.18591) Outpt time (%) = 0.0169261 (92.2958) Other time (%) = 9.9659e-05 (0.543429) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:51 2021 Memory usage per processor = 27.5519 Mbytes Step Atoms AVEKE stressZZ 29017 5000 1.384163e-10 12023765 29018 -0.0155349999999915 12023622.1708174 29018 5000 1.3840685e-10 12023622 Loop time of 0.018275 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:51 2021 Pair time (%) = 0.00125504 (6.86749) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.180037) Outpt time (%) = 0.0168869 (92.4045) Other time (%) = 0.000100136 (0.547938) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:51 2021 Memory usage per processor = 27.5519 Mbytes Step Atoms AVEKE stressZZ 29018 5000 1.3840685e-10 12023550 29019 -0.0155349999999915 12023407.157504 29019 5000 1.383974e-10 12023407 Loop time of 0.0183091 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:51 2021 Pair time (%) = 0.00133705 (7.30265) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.18491) Outpt time (%) = 0.016829 (91.916) Other time (%) = 0.000109196 (0.596401) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:51 2021 Memory usage per processor = 27.5519 Mbytes Step Atoms AVEKE stressZZ 29019 5000 1.383974e-10 12023335 29020 -0.0155349999999915 12023192.1554372 29020 5000 1.3838795e-10 12023192 Loop time of 0.021081 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:51 2021 Pair time (%) = 0.00136709 (6.48496) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.166252) Outpt time (%) = 0.019568 (92.8229) Other time (%) = 0.000110865 (0.525899) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:51 2021 Memory usage per processor = 27.5519 Mbytes Step Atoms AVEKE stressZZ 29020 5000 1.3838795e-10 12023120 29021 -0.0155349999999915 12022977.1646151 29021 5000 1.3837851e-10 12022977 Loop time of 0.018611 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:51 2021 Pair time (%) = 0.00147986 (7.95158) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.208814) Outpt time (%) = 0.0169461 (91.0543) Other time (%) = 0.000146151 (0.785293) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:51 2021 Memory usage per processor = 27.5519 Mbytes Step Atoms AVEKE stressZZ 29021 5000 1.3837851e-10 12022905 29022 -0.0155349999999915 12022762.1850352 29022 5000 1.3836906e-10 12022762 Loop time of 0.018311 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:51 2021 Pair time (%) = 0.00125718 (6.86571) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.186193) Outpt time (%) = 0.0169232 (92.4208) Other time (%) = 9.65595e-05 (0.52733) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:51 2021 Memory usage per processor = 27.5519 Mbytes Step Atoms AVEKE stressZZ 29022 5000 1.3836906e-10 12022690 29023 -0.0155349999999915 12022547.2166951 29023 5000 1.3835962e-10 12022547 Loop time of 0.018357 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:51 2021 Pair time (%) = 0.00125909 (6.85889) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.185726) Outpt time (%) = 0.016964 (92.4112) Other time (%) = 9.98974e-05 (0.544191) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:51 2021 Memory usage per processor = 27.5519 Mbytes Step Atoms AVEKE stressZZ 29023 5000 1.3835962e-10 12022475 29024 -0.0155349999999915 12022332.259593 29024 5000 1.3835017e-10 12022332 Loop time of 0.0181551 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:51 2021 Pair time (%) = 0.0012579 (6.92861) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.186479) Outpt time (%) = 0.0167639 (92.3373) Other time (%) = 9.94205e-05 (0.547618) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:51 2021 Memory usage per processor = 27.5519 Mbytes Step Atoms AVEKE stressZZ 29024 5000 1.3835017e-10 12022260 29025 -0.0155349999999915 12022117.3137262 29025 5000 1.3834073e-10 12022117 Loop time of 0.0182528 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:51 2021 Pair time (%) = 0.00143695 (7.87246) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.214217) Outpt time (%) = 0.016659 (91.2681) Other time (%) = 0.000117779 (0.645262) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:51 2021 Memory usage per processor = 27.5519 Mbytes Step Atoms AVEKE stressZZ 29025 5000 1.3834073e-10 12022045 29026 -0.0155349999999915 12021902.3790932 29026 5000 1.3833129e-10 12021902 Loop time of 0.0184128 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:51 2021 Pair time (%) = 0.00131917 (7.16441) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.183869) Outpt time (%) = 0.0169549 (92.082) Other time (%) = 0.000104904 (0.569734) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:51 2021 Memory usage per processor = 27.5519 Mbytes Step Atoms AVEKE stressZZ 29026 5000 1.3833129e-10 12021830 29027 -0.0155349999999915 12021687.4556917 29027 5000 1.3832184e-10 12021687 Loop time of 0.0183508 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:51 2021 Pair time (%) = 0.0012629 (6.88199) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.185789) Outpt time (%) = 0.016958 (92.4099) Other time (%) = 9.58443e-05 (0.522288) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:29:51 2021 Memory usage per processor = 27.5519 Mbytes Step Atoms AVEKE stressZZ 29027 5000 1.3832184e-10 12021615 29028 -0.0155349999999915 12021444.9555989 29028 5000 2.7240596e-10 12021842 Loop time of 0.0177372 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:51 2021 Pair time (%) = 0.0012579 (7.09187) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.186841) Outpt time (%) = 0.016324 (92.0331) Other time (%) = 0.00012207 (0.688218) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:51 2021 Memory usage per processor = 27.5519 Mbytes Step Atoms AVEKE stressZZ 29028 5000 2.7240596e-10 12100090 29029 -0.0155674999999915 12099902.1776556 29029 5000 2.1910641e-10 12099902 Loop time of 0.017864 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:51 2021 Pair time (%) = 0.00131392 (7.35516) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.201529) Outpt time (%) = 0.0164092 (91.8561) Other time (%) = 0.000104904 (0.587238) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:51 2021 Memory usage per processor = 27.5519 Mbytes Step Atoms AVEKE stressZZ 29029 5000 2.1910641e-10 12099804 29030 -0.0155674999999915 12099632.6856361 29030 5000 1.8825342e-10 12099633 Loop time of 0.0213442 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:51 2021 Pair time (%) = 0.00135207 (6.33461) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.164202) Outpt time (%) = 0.019841 (92.9572) Other time (%) = 0.00011611 (0.543988) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:51 2021 Memory usage per processor = 27.552 Mbytes Step Atoms AVEKE stressZZ 29030 5000 1.8825342e-10 12099544 29031 -0.0155674999999915 12099382.3989648 29031 5000 1.6986359e-10 12099382 Loop time of 0.0182371 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:51 2021 Pair time (%) = 0.00125694 (6.89222) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.180411) Outpt time (%) = 0.01685 (92.394) Other time (%) = 9.72748e-05 (0.533389) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:51 2021 Memory usage per processor = 27.552 Mbytes Step Atoms AVEKE stressZZ 29031 5000 1.6986359e-10 12099300 29032 -0.0155674999999915 12099144.3215917 29032 5000 1.5866642e-10 12099144 Loop time of 0.0182159 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:51 2021 Pair time (%) = 0.00125909 (6.91203) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.187165) Outpt time (%) = 0.0168231 (92.3537) Other time (%) = 9.9659e-05 (0.547099) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:51 2021 Memory usage per processor = 27.552 Mbytes Step Atoms AVEKE stressZZ 29032 5000 1.5866642e-10 12099065 29033 -0.0155674999999915 12098914.007475 29033 5000 1.5174628e-10 12098914 Loop time of 0.0181761 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:51 2021 Pair time (%) = 0.00128102 (7.04785) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.192822) Outpt time (%) = 0.016757 (92.1927) Other time (%) = 0.000102997 (0.566661) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:51 2021 Memory usage per processor = 27.552 Mbytes Step Atoms AVEKE stressZZ 29033 5000 1.5174628e-10 12098837 29034 -0.0155674999999915 12098688.6311168 29034 5000 1.4742549e-10 12098689 Loop time of 0.0181901 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:51 2021 Pair time (%) = 0.001436 (7.89436) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.203159) Outpt time (%) = 0.016598 (91.2471) Other time (%) = 0.000119209 (0.655351) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:51 2021 Memory usage per processor = 27.552 Mbytes Step Atoms AVEKE stressZZ 29034 5000 1.4742549e-10 12098613 29035 -0.0155674999999915 12098466.3968871 29035 5000 1.4470862e-10 12098466 Loop time of 0.0184641 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:51 2021 Pair time (%) = 0.00131989 (7.14839) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.18465) Outpt time (%) = 0.017005 (92.0975) Other time (%) = 0.000105143 (0.569444) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:51 2021 Memory usage per processor = 27.552 Mbytes Step Atoms AVEKE stressZZ 29035 5000 1.4470862e-10 12098392 29036 -0.0155674999999915 12098246.1636453 29036 5000 1.4299169e-10 12098246 Loop time of 0.0182791 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:51 2021 Pair time (%) = 0.00125909 (6.88814) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.186518) Outpt time (%) = 0.0168881 (92.3906) Other time (%) = 9.77516e-05 (0.534773) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:51 2021 Memory usage per processor = 27.552 Mbytes Step Atoms AVEKE stressZZ 29036 5000 1.4299169e-10 12098172 29037 -0.0155674999999915 12098027.2061853 29037 5000 1.419024e-10 12098027 Loop time of 0.0180891 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:52 2021 Pair time (%) = 0.00125599 (6.94336) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.183206) Outpt time (%) = 0.0167 (92.3212) Other time (%) = 9.98974e-05 (0.552253) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:52 2021 Memory usage per processor = 27.552 Mbytes Step Atoms AVEKE stressZZ 29037 5000 1.419024e-10 12097954 29038 -0.0155674999999915 12097809.0636306 29038 5000 1.412088e-10 12097809 Loop time of 0.0183799 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:52 2021 Pair time (%) = 0.00135899 (7.39386) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.195872) Outpt time (%) = 0.0168741 (91.8071) Other time (%) = 0.000110865 (0.603183) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:52 2021 Memory usage per processor = 27.552 Mbytes Step Atoms AVEKE stressZZ 29038 5000 1.412088e-10 12097736 29039 -0.0155674999999915 12097591.4430891 29039 5000 1.4076539e-10 12097591 Loop time of 0.0185461 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:52 2021 Pair time (%) = 0.00135303 (7.29547) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.188975) Outpt time (%) = 0.0170422 (91.8908) Other time (%) = 0.000115871 (0.624775) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:52 2021 Memory usage per processor = 27.552 Mbytes Step Atoms AVEKE stressZZ 29039 5000 1.4076539e-10 12097519 29040 -0.0155674999999915 12097374.1584158 29040 5000 1.4048046e-10 12097374 Loop time of 0.437783 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:52 2021 Pair time (%) = 0.0012598 (0.287769) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.00751554) Outpt time (%) = 0.43639 (99.6818) Other time (%) = 0.000100136 (0.0228734) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:52 2021 Memory usage per processor = 27.552 Mbytes Step Atoms AVEKE stressZZ 29040 5000 1.4048046e-10 12097301 29041 -0.0155674999999915 12097157.0913033 29041 5000 1.4029604e-10 12097157 Loop time of 0.0320871 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:52 2021 Pair time (%) = 0.004668 (14.5479) Neigh time (%) = 0 (0) Comm time (%) = 0.000142097 (0.442849) Outpt time (%) = 0.026967 (84.0433) Other time (%) = 0.000309944 (0.965947) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:52 2021 Memory usage per processor = 27.552 Mbytes Step Atoms AVEKE stressZZ 29041 5000 1.4029604e-10 12097084 29042 -0.0155674999999915 12096940.1665975 29042 5000 1.401754e-10 12096940 Loop time of 0.0182521 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:52 2021 Pair time (%) = 0.00125885 (6.897) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.180263) Outpt time (%) = 0.0168612 (92.3793) Other time (%) = 9.91821e-05 (0.5434) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:52 2021 Memory usage per processor = 27.552 Mbytes Step Atoms AVEKE stressZZ 29042 5000 1.401754e-10 12096867 29043 -0.0155674999999915 12096723.3365226 29043 5000 1.4009527e-10 12096723 Loop time of 0.018296 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:52 2021 Pair time (%) = 0.00140691 (7.6897) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.213711) Outpt time (%) = 0.016736 (91.4737) Other time (%) = 0.000113964 (0.622891) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:52 2021 Memory usage per processor = 27.552 Mbytes Step Atoms AVEKE stressZZ 29043 5000 1.4009527e-10 12096651 29044 -0.0155674999999915 12096506.570716 29044 5000 1.4004086e-10 12096507 Loop time of 0.018465 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:52 2021 Pair time (%) = 0.00136495 (7.39206) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.200134) Outpt time (%) = 0.016947 (91.779) Other time (%) = 0.00011611 (0.628809) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:52 2021 Memory usage per processor = 27.552 Mbytes Step Atoms AVEKE stressZZ 29044 5000 1.4004086e-10 12096434 29045 -0.0155674999999915 12096289.8498813 29045 5000 1.400028e-10 12096290 Loop time of 0.018374 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:52 2021 Pair time (%) = 0.00127196 (6.92264) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.190746) Outpt time (%) = 0.0169621 (92.3157) Other time (%) = 0.000104904 (0.570939) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:52 2021 Memory usage per processor = 27.552 Mbytes Step Atoms AVEKE stressZZ 29045 5000 1.400028e-10 12096217 29046 -0.0155674999999915 12096073.1617551 29046 5000 1.3997512e-10 12096073 Loop time of 0.0181968 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:52 2021 Pair time (%) = 0.00126219 (6.93631) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.182121) Outpt time (%) = 0.0168009 (92.3287) Other time (%) = 0.000100613 (0.552913) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:52 2021 Memory usage per processor = 27.552 Mbytes Step Atoms AVEKE stressZZ 29046 5000 1.3997512e-10 12096001 29047 -0.0155674999999915 12095856.4985434 29047 5000 1.3995404e-10 12095856 Loop time of 0.018136 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:52 2021 Pair time (%) = 0.00128198 (7.06868) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.198507) Outpt time (%) = 0.016711 (92.1426) Other time (%) = 0.00010705 (0.590261) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:52 2021 Memory usage per processor = 27.552 Mbytes Step Atoms AVEKE stressZZ 29047 5000 1.3995404e-10 12095784 29048 -0.0155674999999915 12095639.855292 29048 5000 1.3993715e-10 12095640 Loop time of 0.0185759 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:52 2021 Pair time (%) = 0.00152993 (8.23611) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.200223) Outpt time (%) = 0.016881 (90.8757) Other time (%) = 0.000127792 (0.687947) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:52 2021 Memory usage per processor = 27.552 Mbytes Step Atoms AVEKE stressZZ 29048 5000 1.3993715e-10 12095567 29049 -0.0155674999999915 12095423.2289021 29049 5000 1.3992293e-10 12095423 Loop time of 0.0183339 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:52 2021 Pair time (%) = 0.00128412 (7.00408) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.185961) Outpt time (%) = 0.0169179 (92.2768) Other time (%) = 9.77516e-05 (0.533174) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:52 2021 Memory usage per processor = 27.552 Mbytes Step Atoms AVEKE stressZZ 29049 5000 1.3992293e-10 12095351 29050 -0.0155674999999915 12095206.6174013 29050 5000 1.399104e-10 12095207 Loop time of 0.0210872 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:52 2021 Pair time (%) = 0.00125599 (5.95618) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.161681) Outpt time (%) = 0.0196998 (93.4208) Other time (%) = 9.72748e-05 (0.461298) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:52 2021 Memory usage per processor = 27.552 Mbytes Step Atoms AVEKE stressZZ 29050 5000 1.399104e-10 12095134 29051 -0.0155674999999915 12094990.0194831 29051 5000 1.3989895e-10 12094990 Loop time of 0.018204 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:52 2021 Pair time (%) = 0.0012691 (6.97157) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.180739) Outpt time (%) = 0.0168021 (92.2989) Other time (%) = 9.98974e-05 (0.548767) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:52 2021 Memory usage per processor = 27.552 Mbytes Step Atoms AVEKE stressZZ 29051 5000 1.3989895e-10 12094917 29052 -0.0155674999999915 12094773.4343287 29052 5000 1.3988818e-10 12094773 Loop time of 0.018157 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:52 2021 Pair time (%) = 0.00131893 (7.26404) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.198277) Outpt time (%) = 0.016696 (91.9534) Other time (%) = 0.000106096 (0.584327) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:52 2021 Memory usage per processor = 27.552 Mbytes Step Atoms AVEKE stressZZ 29052 5000 1.3988818e-10 12094701 29053 -0.0155674999999915 12094556.8614184 29053 5000 1.3987785e-10 12094557 Loop time of 0.018477 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:52 2021 Pair time (%) = 0.00141311 (7.64794) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.206457) Outpt time (%) = 0.0168951 (91.4385) Other time (%) = 0.000130653 (0.707115) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:52 2021 Memory usage per processor = 27.552 Mbytes Step Atoms AVEKE stressZZ 29053 5000 1.3987785e-10 12094484 29054 -0.0155674999999915 12094340.300421 29054 5000 1.3986779e-10 12094340 Loop time of 0.018508 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:52 2021 Pair time (%) = 0.00126004 (6.80811) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.179059) Outpt time (%) = 0.017117 (92.4847) Other time (%) = 9.77516e-05 (0.52816) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:52 2021 Memory usage per processor = 27.552 Mbytes Step Atoms AVEKE stressZZ 29054 5000 1.3986779e-10 12094268 29055 -0.0155674999999915 12094123.7511254 29055 5000 1.3985792e-10 12094124 Loop time of 0.0182869 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:52 2021 Pair time (%) = 0.001261 (6.89561) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.185134) Outpt time (%) = 0.0168939 (92.3821) Other time (%) = 9.82285e-05 (0.537151) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:52 2021 Memory usage per processor = 27.552 Mbytes Step Atoms AVEKE stressZZ 29055 5000 1.3985792e-10 12094051 29056 -0.0155674999999915 12093907.2133966 29056 5000 1.3984815e-10 12093907 Loop time of 0.0180631 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:52 2021 Pair time (%) = 0.00127101 (7.03651) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.199308) Outpt time (%) = 0.0166509 (92.1821) Other time (%) = 0.000105143 (0.582086) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:52 2021 Memory usage per processor = 27.552 Mbytes Step Atoms AVEKE stressZZ 29056 5000 1.3984815e-10 12093835 29057 -0.0155674999999915 12093690.6871479 29057 5000 1.3983846e-10 12093691 Loop time of 0.0184519 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:52 2021 Pair time (%) = 0.00151896 (8.23201) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.200277) Outpt time (%) = 0.0167549 (90.8028) Other time (%) = 0.000141144 (0.764927) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:52 2021 Memory usage per processor = 27.552 Mbytes Step Atoms AVEKE stressZZ 29057 5000 1.3983846e-10 12093618 29058 -0.0155674999999915 12093474.1723234 29058 5000 1.3982881e-10 12093474 Loop time of 0.018358 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:52 2021 Pair time (%) = 0.00129795 (7.07022) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.179223) Outpt time (%) = 0.016923 (92.183) Other time (%) = 0.000104189 (0.56754) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:52 2021 Memory usage per processor = 27.552 Mbytes Step Atoms AVEKE stressZZ 29058 5000 1.3982881e-10 12093402 29059 -0.0155674999999915 12093257.6688873 29059 5000 1.3981919e-10 12093258 Loop time of 0.0183022 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:52 2021 Pair time (%) = 0.00126195 (6.89507) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.181072) Outpt time (%) = 0.0169079 (92.3819) Other time (%) = 9.91821e-05 (0.541914) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:52 2021 Memory usage per processor = 27.552 Mbytes Step Atoms AVEKE stressZZ 29059 5000 1.3981919e-10 12093185 29060 -0.0155674999999915 12093041.1768155 29060 5000 1.398096e-10 12093041 Loop time of 0.021112 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:53 2021 Pair time (%) = 0.00131607 (6.23377) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.166008) Outpt time (%) = 0.0196571 (93.109) Other time (%) = 0.000103712 (0.491248) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:53 2021 Memory usage per processor = 27.552 Mbytes Step Atoms AVEKE stressZZ 29060 5000 1.398096e-10 12092969 29061 -0.0155674999999915 12092824.6960921 29061 5000 1.3980001e-10 12092825 Loop time of 0.0181689 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:53 2021 Pair time (%) = 0.00128818 (7.08999) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.192898) Outpt time (%) = 0.0167398 (92.1345) Other time (%) = 0.000105858 (0.582631) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:53 2021 Memory usage per processor = 27.552 Mbytes Step Atoms AVEKE stressZZ 29061 5000 1.3980001e-10 12092752 29062 -0.0155674999999915 12092608.2267065 29062 5000 1.3979044e-10 12092608 Loop time of 0.0184889 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:53 2021 Pair time (%) = 0.00152302 (8.23748) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.201166) Outpt time (%) = 0.016793 (90.8276) Other time (%) = 0.00013566 (0.733739) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:53 2021 Memory usage per processor = 27.552 Mbytes Step Atoms AVEKE stressZZ 29062 5000 1.3979044e-10 12092536 29063 -0.0155674999999915 12092391.7686516 29063 5000 1.3978086e-10 12092392 Loop time of 0.0183702 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:53 2021 Pair time (%) = 0.00128889 (7.01622) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.179104) Outpt time (%) = 0.0169482 (92.2596) Other time (%) = 0.000100136 (0.545101) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:53 2021 Memory usage per processor = 27.552 Mbytes Step Atoms AVEKE stressZZ 29063 5000 1.3978086e-10 12092319 29064 -0.0155674999999915 12092175.3218653 29064 5000 1.397713e-10 12092175 Loop time of 0.0182991 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:53 2021 Pair time (%) = 0.00126505 (6.91317) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.186314) Outpt time (%) = 0.0169051 (92.382) Other time (%) = 9.48906e-05 (0.518553) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:53 2021 Memory usage per processor = 27.552 Mbytes Step Atoms AVEKE stressZZ 29064 5000 1.397713e-10 12092103 29065 -0.0155674999999915 12091958.8863938 29065 5000 1.3976173e-10 12091959 Loop time of 0.018239 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:53 2021 Pair time (%) = 0.00135493 (7.42876) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.185621) Outpt time (%) = 0.016741 (91.7869) Other time (%) = 0.000109196 (0.598693) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:53 2021 Memory usage per processor = 27.552 Mbytes Step Atoms AVEKE stressZZ 29065 5000 1.3976173e-10 12091886 29066 -0.0155674999999915 12091742.4622364 29066 5000 1.3975217e-10 12091742 Loop time of 0.01823 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:53 2021 Pair time (%) = 0.00136995 (7.51484) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.192252) Outpt time (%) = 0.016715 (91.69) Other time (%) = 0.000109911 (0.602914) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:53 2021 Memory usage per processor = 27.552 Mbytes Step Atoms AVEKE stressZZ 29066 5000 1.3975217e-10 12091670 29067 -0.0155674999999915 12091526.0493908 29067 5000 1.3974261e-10 12091526 Loop time of 0.018589 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:53 2021 Pair time (%) = 0.00132895 (7.14909) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.200082) Outpt time (%) = 0.0171142 (92.066) Other time (%) = 0.000108719 (0.584855) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:53 2021 Memory usage per processor = 27.552 Mbytes Step Atoms AVEKE stressZZ 29067 5000 1.3974261e-10 12091453 29068 -0.0155674999999915 12091309.6478546 29068 5000 1.3973306e-10 12091310 Loop time of 0.0183821 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:53 2021 Pair time (%) = 0.00130892 (7.12062) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.184176) Outpt time (%) = 0.016933 (92.1167) Other time (%) = 0.000106335 (0.57847) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:53 2021 Memory usage per processor = 27.552 Mbytes Step Atoms AVEKE stressZZ 29068 5000 1.3973306e-10 12091237 29069 -0.0155674999999915 12091093.2576263 29069 5000 1.397235e-10 12091093 Loop time of 0.0182271 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:53 2021 Pair time (%) = 0.0012629 (6.92871) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.181818) Outpt time (%) = 0.0168321 (92.3466) Other time (%) = 9.89437e-05 (0.542838) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:53 2021 Memory usage per processor = 27.552 Mbytes Step Atoms AVEKE stressZZ 29069 5000 1.397235e-10 12091021 29070 -0.0155674999999915 12090876.8787131 29070 5000 1.3971394e-10 12090877 Loop time of 0.02087 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:53 2021 Pair time (%) = 0.00128889 (6.17582) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.16679) Outpt time (%) = 0.019439 (93.1433) Other time (%) = 0.000107288 (0.51408) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:53 2021 Memory usage per processor = 27.552 Mbytes Step Atoms AVEKE stressZZ 29070 5000 1.3971394e-10 12090804 29071 -0.0155674999999915 12090660.5111512 29071 5000 1.3970439e-10 12090661 Loop time of 0.0183229 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:53 2021 Pair time (%) = 0.00148988 (8.13121) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.212096) Outpt time (%) = 0.0166669 (90.9618) Other time (%) = 0.000127316 (0.694842) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:53 2021 Memory usage per processor = 27.552 Mbytes Step Atoms AVEKE stressZZ 29071 5000 1.3970439e-10 12090588 29072 -0.0155674999999915 12090444.1549188 29072 5000 1.3969484e-10 12090444 Loop time of 0.018404 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:53 2021 Pair time (%) = 0.00132322 (7.18986) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.178775) Outpt time (%) = 0.0169451 (92.073) Other time (%) = 0.000102758 (0.558348) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:53 2021 Memory usage per processor = 27.552 Mbytes Step Atoms AVEKE stressZZ 29072 5000 1.3969484e-10 12090372 29073 -0.0155674999999915 12090227.8100076 29073 5000 1.3968529e-10 12090228 Loop time of 0.0183651 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:53 2021 Pair time (%) = 0.0012579 (6.84937) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.179153) Outpt time (%) = 0.0169771 (92.4418) Other time (%) = 9.72748e-05 (0.529671) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:53 2021 Memory usage per processor = 27.552 Mbytes Step Atoms AVEKE stressZZ 29073 5000 1.3968529e-10 12090155 29074 -0.0155674999999915 12090011.4764126 29074 5000 1.3967573e-10 12090011 Loop time of 0.0181482 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:53 2021 Pair time (%) = 0.00126195 (6.95359) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.187864) Outpt time (%) = 0.0167561 (92.3291) Other time (%) = 9.60827e-05 (0.529434) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:53 2021 Memory usage per processor = 27.552 Mbytes Step Atoms AVEKE stressZZ 29074 5000 1.3967573e-10 12089939 29075 -0.0155674999999915 12089795.1541303 29075 5000 1.3966619e-10 12089795 Loop time of 0.018162 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:53 2021 Pair time (%) = 0.00131106 (7.21871) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.192972) Outpt time (%) = 0.0167091 (92.0002) Other time (%) = 0.000106812 (0.588104) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:53 2021 Memory usage per processor = 27.552 Mbytes Step Atoms AVEKE stressZZ 29075 5000 1.3966619e-10 12089723 29076 -0.0155674999999915 12089578.8431582 29076 5000 1.3965664e-10 12089579 Loop time of 0.0185189 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:53 2021 Pair time (%) = 0.00145698 (7.8675) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.211139) Outpt time (%) = 0.0168781 (91.1399) Other time (%) = 0.00014472 (0.781471) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:53 2021 Memory usage per processor = 27.552 Mbytes Step Atoms AVEKE stressZZ 29076 5000 1.3965664e-10 12089506 29077 -0.0155674999999915 12089362.5435341 29077 5000 1.3964709e-10 12089363 Loop time of 0.0183599 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:53 2021 Pair time (%) = 0.0012939 (7.04741) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.180503) Outpt time (%) = 0.0169241 (92.1799) Other time (%) = 0.000108719 (0.592154) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:53 2021 Memory usage per processor = 27.552 Mbytes Step Atoms AVEKE stressZZ 29077 5000 1.3964709e-10 12089290 29078 -0.0155674999999915 12089146.2552445 29078 5000 1.3963754e-10 12089146 Loop time of 0.019634 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:53 2021 Pair time (%) = 0.00138998 (7.07945) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.178504) Outpt time (%) = 0.01808 (92.0851) Other time (%) = 0.000128984 (0.656944) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:53 2021 Memory usage per processor = 27.552 Mbytes Step Atoms AVEKE stressZZ 29078 5000 1.3963754e-10 12089074 29079 -0.0155674999999915 12088929.978278 29079 5000 1.39628e-10 12088930 Loop time of 0.020721 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:53 2021 Pair time (%) = 0.00153208 (7.39386) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.164538) Outpt time (%) = 0.0190561 (91.9653) Other time (%) = 9.87053e-05 (0.476355) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:53 2021 Memory usage per processor = 27.552 Mbytes Step Atoms AVEKE stressZZ 29079 5000 1.39628e-10 12088857 29080 -0.0155674999999915 12088713.7126285 29080 5000 1.3961846e-10 12088714 Loop time of 0.0220919 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:53 2021 Pair time (%) = 0.00152898 (6.921) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.153248) Outpt time (%) = 0.020436 (92.5049) Other time (%) = 9.29832e-05 (0.420894) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:53 2021 Memory usage per processor = 27.552 Mbytes Step Atoms AVEKE stressZZ 29080 5000 1.3961846e-10 12088641 29081 -0.0155674999999915 12088497.4582924 29081 5000 1.3960891e-10 12088497 Loop time of 0.0188589 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:53 2021 Pair time (%) = 0.00126386 (6.70164) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.180784) Outpt time (%) = 0.017468 (92.6245) Other time (%) = 9.29832e-05 (0.493047) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:53 2021 Memory usage per processor = 27.552 Mbytes Step Atoms AVEKE stressZZ 29081 5000 1.3960891e-10 12088425 29082 -0.0155674999999915 12088281.2152789 29082 5000 1.3959937e-10 12088281 Loop time of 0.018343 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:53 2021 Pair time (%) = 0.00132704 (7.23458) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.196267) Outpt time (%) = 0.01687 (91.9699) Other time (%) = 0.000109911 (0.599199) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:53 2021 Memory usage per processor = 27.552 Mbytes Step Atoms AVEKE stressZZ 29082 5000 1.3959937e-10 12088209 29083 -0.0155674999999915 12088064.9835849 29083 5000 1.3958983e-10 12088065 Loop time of 0.018183 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:53 2021 Pair time (%) = 0.00131202 (7.21563) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.192749) Outpt time (%) = 0.016726 (91.9872) Other time (%) = 0.000109911 (0.604471) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:53 2021 Memory usage per processor = 27.552 Mbytes Step Atoms AVEKE stressZZ 29083 5000 1.3958983e-10 12087992 29084 -0.0155674999999915 12087848.7631967 29084 5000 1.3958029e-10 12087849 Loop time of 0.0184889 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:53 2021 Pair time (%) = 0.00140405 (7.59401) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.199876) Outpt time (%) = 0.016921 (91.5201) Other time (%) = 0.000126839 (0.686027) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:53 2021 Memory usage per processor = 27.552 Mbytes Step Atoms AVEKE stressZZ 29084 5000 1.3958029e-10 12087776 29085 -0.0155674999999915 12087632.5541122 29085 5000 1.3957075e-10 12087633 Loop time of 0.0183871 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:53 2021 Pair time (%) = 0.00126195 (6.86324) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.180236) Outpt time (%) = 0.0169952 (92.4301) Other time (%) = 9.67979e-05 (0.526445) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:53 2021 Memory usage per processor = 27.552 Mbytes Step Atoms AVEKE stressZZ 29085 5000 1.3957075e-10 12087560 29086 -0.0155674999999915 12087416.3563289 29086 5000 1.3956122e-10 12087416 Loop time of 0.018297 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:53 2021 Pair time (%) = 0.00125909 (6.88141) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.181124) Outpt time (%) = 0.0169058 (92.3967) Other time (%) = 9.89437e-05 (0.540766) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:53 2021 Memory usage per processor = 27.552 Mbytes Step Atoms AVEKE stressZZ 29086 5000 1.3956122e-10 12087344 29087 -0.0155674999999915 12087200.1698444 29087 5000 1.3955168e-10 12087200 Loop time of 0.0181398 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:53 2021 Pair time (%) = 0.00126719 (6.9857) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.193208) Outpt time (%) = 0.016736 (92.2612) Other time (%) = 0.000101566 (0.559907) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:53 2021 Memory usage per processor = 27.552 Mbytes Step Atoms AVEKE stressZZ 29087 5000 1.3955168e-10 12087128 29088 -0.0155674999999915 12086983.994657 29088 5000 1.3954214e-10 12086984 Loop time of 0.0185261 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:53 2021 Pair time (%) = 0.00152898 (8.25311) Neigh time (%) = 0 (0) Comm time (%) = 4.19617e-05 (0.226501) Outpt time (%) = 0.0168159 (90.7688) Other time (%) = 0.000139236 (0.75157) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:53 2021 Memory usage per processor = 27.552 Mbytes Step Atoms AVEKE stressZZ 29088 5000 1.3954214e-10 12086911 29089 -0.0155674999999915 12086767.8307646 29089 5000 1.3953261e-10 12086768 Loop time of 0.0184069 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:53 2021 Pair time (%) = 0.00129199 (7.01907) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.190405) Outpt time (%) = 0.0169799 (92.2478) Other time (%) = 9.98974e-05 (0.542718) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:53 2021 Memory usage per processor = 27.552 Mbytes Step Atoms AVEKE stressZZ 29089 5000 1.3953261e-10 12086695 29090 -0.0155674999999915 12086551.6781651 29090 5000 1.3952308e-10 12086552 Loop time of 0.0211332 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:53 2021 Pair time (%) = 0.00125599 (5.94321) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.1602) Outpt time (%) = 0.019747 (93.4408) Other time (%) = 9.63211e-05 (0.455781) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:53 2021 Memory usage per processor = 27.552 Mbytes Step Atoms AVEKE stressZZ 29090 5000 1.3952308e-10 12086479 29091 -0.0155674999999915 12086335.5368568 29091 5000 1.3951355e-10 12086336 Loop time of 0.0184591 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:53 2021 Pair time (%) = 0.00126696 (6.86359) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.178242) Outpt time (%) = 0.0170591 (92.4157) Other time (%) = 0.000100136 (0.542474) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:53 2021 Memory usage per processor = 27.552 Mbytes Step Atoms AVEKE stressZZ 29091 5000 1.3951355e-10 12086263 29092 -0.0155674999999915 12086119.4068378 29092 5000 1.3950402e-10 12086119 Loop time of 0.0181751 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:53 2021 Pair time (%) = 0.00129199 (7.10856) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.19808) Outpt time (%) = 0.0167389 (92.0978) Other time (%) = 0.000108242 (0.59555) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:53 2021 Memory usage per processor = 27.552 Mbytes Step Atoms AVEKE stressZZ 29092 5000 1.3950402e-10 12086047 29093 -0.0155674999999915 12085903.2881063 29093 5000 1.3949449e-10 12085903 Loop time of 0.0185709 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:53 2021 Pair time (%) = 0.00151801 (8.17414) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.204129) Outpt time (%) = 0.016871 (90.8463) Other time (%) = 0.000144005 (0.775433) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:53 2021 Memory usage per processor = 27.552 Mbytes Step Atoms AVEKE stressZZ 29093 5000 1.3949449e-10 12085831 29094 -0.0155674999999915 12085687.1806605 29094 5000 1.3948496e-10 12085687 Loop time of 0.0185151 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:53 2021 Pair time (%) = 0.00128889 (6.96129) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.182853) Outpt time (%) = 0.0170941 (92.3253) Other time (%) = 9.82285e-05 (0.530531) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:53 2021 Memory usage per processor = 27.552 Mbytes Step Atoms AVEKE stressZZ 29094 5000 1.3948496e-10 12085615 29095 -0.0155674999999915 12085471.0844989 29095 5000 1.3947543e-10 12085471 Loop time of 0.0184369 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:53 2021 Pair time (%) = 0.00135589 (7.3542) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.190094) Outpt time (%) = 0.0169411 (91.8867) Other time (%) = 0.000104904 (0.56899) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:53 2021 Memory usage per processor = 27.552 Mbytes Step Atoms AVEKE stressZZ 29095 5000 1.3947543e-10 12085399 29096 -0.0155674999999915 12085254.9996195 29096 5000 1.394659e-10 12085255 Loop time of 0.018229 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:53 2021 Pair time (%) = 0.00125694 (6.89529) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.197494) Outpt time (%) = 0.0168381 (92.3697) Other time (%) = 9.799e-05 (0.53755) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:53 2021 Memory usage per processor = 27.552 Mbytes Step Atoms AVEKE stressZZ 29096 5000 1.394659e-10 12085182 29097 -0.0155674999999915 12085038.9260209 29097 5000 1.3945638e-10 12085039 Loop time of 0.0183251 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:53 2021 Pair time (%) = 0.00131583 (7.18049) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.184749) Outpt time (%) = 0.0168669 (92.0428) Other time (%) = 0.00010848 (0.591978) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:53 2021 Memory usage per processor = 27.552 Mbytes Step Atoms AVEKE stressZZ 29097 5000 1.3945638e-10 12084966 29098 -0.0155674999999915 12084822.8637016 29098 5000 1.3944686e-10 12084823 Loop time of 0.018496 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:53 2021 Pair time (%) = 0.00141501 (7.65036) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.199799) Outpt time (%) = 0.016927 (91.5169) Other time (%) = 0.000117064 (0.632911) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:53 2021 Memory usage per processor = 27.552 Mbytes Step Atoms AVEKE stressZZ 29098 5000 1.3944686e-10 12084750 29099 -0.0155674999999915 12084606.8126596 29099 5000 1.3943733e-10 12084607 Loop time of 0.018352 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:54 2021 Pair time (%) = 0.00125694 (6.84907) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.179281) Outpt time (%) = 0.016964 (92.4364) Other time (%) = 9.82285e-05 (0.535246) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:54 2021 Memory usage per processor = 27.552 Mbytes Step Atoms AVEKE stressZZ 29099 5000 1.3943733e-10 12084534 29100 -0.0155674999999915 12084390.7728935 29100 5000 1.3942781e-10 12084391 Loop time of 0.021054 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:54 2021 Pair time (%) = 0.00125504 (5.96102) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.157405) Outpt time (%) = 0.0196669 (93.4116) Other time (%) = 9.89437e-05 (0.469951) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:54 2021 Memory usage per processor = 27.552 Mbytes Step Atoms AVEKE stressZZ 29100 5000 1.3942781e-10 12084318 29101 -0.0155674999999915 12084174.7444018 29101 5000 1.3941829e-10 12084175 Loop time of 0.0183191 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:54 2021 Pair time (%) = 0.00126004 (6.87829) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.179603) Outpt time (%) = 0.016927 (92.4007) Other time (%) = 9.91821e-05 (0.541413) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:54 2021 Memory usage per processor = 27.552 Mbytes Step Atoms AVEKE stressZZ 29101 5000 1.3941829e-10 12084102 29102 -0.0155674999999915 12083958.7271829 29102 5000 1.3940877e-10 12083959 Loop time of 0.0182049 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:54 2021 Pair time (%) = 0.00135398 (7.43743) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.191207) Outpt time (%) = 0.0167069 (91.7715) Other time (%) = 0.000109196 (0.599814) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:54 2021 Memory usage per processor = 27.552 Mbytes Step Atoms AVEKE stressZZ 29102 5000 1.3940877e-10 12083886 29103 -0.0155674999999915 12083742.7212499 29103 5000 1.3939925e-10 12083743 Loop time of 0.0184801 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:54 2021 Pair time (%) = 0.00134301 (7.26736) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.1832) Outpt time (%) = 0.0169959 (91.9689) Other time (%) = 0.000107288 (0.580563) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:54 2021 Memory usage per processor = 27.552 Mbytes Step Atoms AVEKE stressZZ 29103 5000 1.3939925e-10 12083670 29104 -0.0155674999999915 12083526.7265907 29104 5000 1.3938973e-10 12083527 Loop time of 0.018352 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:54 2021 Pair time (%) = 0.00126696 (6.90363) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.179281) Outpt time (%) = 0.0169539 (92.3818) Other time (%) = 9.82285e-05 (0.535246) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:54 2021 Memory usage per processor = 27.552 Mbytes Step Atoms AVEKE stressZZ 29104 5000 1.3938973e-10 12083454 29105 -0.0155674999999915 12083310.7432002 29105 5000 1.3938022e-10 12083311 Loop time of 0.0182199 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:54 2021 Pair time (%) = 0.0012598 (6.91442) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.185815) Outpt time (%) = 0.016829 (92.3659) Other time (%) = 9.72748e-05 (0.533892) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:54 2021 Memory usage per processor = 27.552 Mbytes Step Atoms AVEKE stressZZ 29105 5000 1.3938022e-10 12083238 29106 -0.0155674999999915 12083094.771077 29106 5000 1.393707e-10 12083095 Loop time of 0.0183589 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:54 2021 Pair time (%) = 0.0012939 (7.04778) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.190902) Outpt time (%) = 0.016921 (92.1678) Other time (%) = 0.000108957 (0.593483) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:54 2021 Memory usage per processor = 27.552 Mbytes Step Atoms AVEKE stressZZ 29106 5000 1.393707e-10 12083022 29107 -0.0155674999999915 12082878.8102196 29107 5000 1.3936119e-10 12082879 Loop time of 0.0185518 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:54 2021 Pair time (%) = 0.00147796 (7.96664) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.209479) Outpt time (%) = 0.016901 (91.1016) Other time (%) = 0.000133991 (0.722254) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:54 2021 Memory usage per processor = 27.552 Mbytes Step Atoms AVEKE stressZZ 29107 5000 1.3936119e-10 12082806 29108 -0.0155674999999915 12082662.8606266 29108 5000 1.3935168e-10 12082663 Loop time of 0.0183411 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:54 2021 Pair time (%) = 0.0012629 (6.88566) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.185888) Outpt time (%) = 0.0169439 (92.3825) Other time (%) = 0.000100136 (0.545965) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:54 2021 Memory usage per processor = 27.552 Mbytes Step Atoms AVEKE stressZZ 29108 5000 1.3935168e-10 12082590 29109 -0.0155674999999915 12082446.9222964 29109 5000 1.3934216e-10 12082447 Loop time of 0.0183139 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:54 2021 Pair time (%) = 0.00125504 (6.85292) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.186164) Outpt time (%) = 0.016928 (92.4324) Other time (%) = 9.67979e-05 (0.528549) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:54 2021 Memory usage per processor = 27.552 Mbytes Step Atoms AVEKE stressZZ 29109 5000 1.3934216e-10 12082374 29110 -0.0155674999999915 12082230.9952751 29110 5000 1.3933265e-10 12082231 Loop time of 0.0209632 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:54 2021 Pair time (%) = 0.00126696 (6.04372) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.162637) Outpt time (%) = 0.019563 (93.3205) Other time (%) = 9.91821e-05 (0.473125) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:54 2021 Memory usage per processor = 27.552 Mbytes Step Atoms AVEKE stressZZ 29110 5000 1.3933265e-10 12082159 29111 -0.0155674999999915 12082015.07961 29111 5000 1.3932314e-10 12082015 Loop time of 0.0182052 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:54 2021 Pair time (%) = 0.00138593 (7.61282) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.197753) Outpt time (%) = 0.01667 (91.5674) Other time (%) = 0.000113249 (0.62207) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:54 2021 Memory usage per processor = 27.552 Mbytes Step Atoms AVEKE stressZZ 29111 5000 1.3932314e-10 12081943 29112 -0.0155674999999915 12081799.1752574 29112 5000 1.3931364e-10 12081799 Loop time of 0.0185461 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:54 2021 Pair time (%) = 0.00143003 (7.7107) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.19926) Outpt time (%) = 0.0169451 (91.3676) Other time (%) = 0.000133991 (0.722476) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:54 2021 Memory usage per processor = 27.552 Mbytes Step Atoms AVEKE stressZZ 29112 5000 1.3931364e-10 12081727 29113 -0.0155674999999915 12081583.2822037 29113 5000 1.3930413e-10 12081583 Loop time of 0.018302 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:54 2021 Pair time (%) = 0.00126195 (6.89516) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.181074) Outpt time (%) = 0.0169082 (92.3845) Other time (%) = 9.87053e-05 (0.539315) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:54 2021 Memory usage per processor = 27.552 Mbytes Step Atoms AVEKE stressZZ 29113 5000 1.3930413e-10 12081511 29114 -0.0155674999999915 12081367.4004411 29114 5000 1.3929462e-10 12081367 Loop time of 0.0183871 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:54 2021 Pair time (%) = 0.00127983 (6.96049) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.184126) Outpt time (%) = 0.0169699 (92.2926) Other time (%) = 0.000103474 (0.562752) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:54 2021 Memory usage per processor = 27.552 Mbytes Step Atoms AVEKE stressZZ 29114 5000 1.3929462e-10 12081295 29115 -0.0155674999999915 12081151.529964 29115 5000 1.3928512e-10 12081152 Loop time of 0.018106 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:54 2021 Pair time (%) = 0.00128412 (7.09225) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.193569) Outpt time (%) = 0.016679 (92.119) Other time (%) = 0.000107765 (0.595191) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:54 2021 Memory usage per processor = 27.552 Mbytes Step Atoms AVEKE stressZZ 29115 5000 1.3928512e-10 12081079 29116 -0.0155674999999915 12080935.6707681 29116 5000 1.3927561e-10 12080936 Loop time of 0.019433 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:54 2021 Pair time (%) = 0.00153494 (7.89861) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.211022) Outpt time (%) = 0.0177062 (91.1138) Other time (%) = 0.000150919 (0.776611) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:54 2021 Memory usage per processor = 27.552 Mbytes Step Atoms AVEKE stressZZ 29116 5000 1.3927561e-10 12080863 29117 -0.0155674999999915 12080719.8228497 29117 5000 1.3926611e-10 12080720 Loop time of 0.0183771 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:54 2021 Pair time (%) = 0.00133109 (7.24322) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.185524) Outpt time (%) = 0.016906 (91.9952) Other time (%) = 0.000105858 (0.576032) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:54 2021 Memory usage per processor = 27.552 Mbytes Step Atoms AVEKE stressZZ 29117 5000 1.3926611e-10 12080647 29118 -0.0155674999999915 12080503.9862058 29118 5000 1.3925661e-10 12080504 Loop time of 0.0189359 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:54 2021 Pair time (%) = 0.0014689 (7.7572) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.200194) Outpt time (%) = 0.0172989 (91.3551) Other time (%) = 0.000130177 (0.687458) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:54 2021 Memory usage per processor = 27.552 Mbytes Step Atoms AVEKE stressZZ 29118 5000 1.3925661e-10 12080432 29119 -0.0155674999999915 12080288.1608332 29119 5000 1.3924711e-10 12080288 Loop time of 0.0194609 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:54 2021 Pair time (%) = 0.00130415 (6.70138) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.184992) Outpt time (%) = 0.018013 (92.5599) Other time (%) = 0.000107765 (0.553752) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:54 2021 Memory usage per processor = 27.552 Mbytes Step Atoms AVEKE stressZZ 29119 5000 1.3924711e-10 12080216 29120 -0.0155674999999915 12080072.3467295 29120 5000 1.3923761e-10 12080072 Loop time of 0.023715 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:54 2021 Pair time (%) = 0.00152993 (6.45132) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.143765) Outpt time (%) = 0.0220551 (93.0008) Other time (%) = 9.58443e-05 (0.40415) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:54 2021 Memory usage per processor = 27.552 Mbytes Step Atoms AVEKE stressZZ 29120 5000 1.3923761e-10 12080000 29121 -0.0155674999999915 12079856.5438923 29121 5000 1.3922811e-10 12079857 Loop time of 0.0193801 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:54 2021 Pair time (%) = 0.00156093 (8.05428) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.171001) Outpt time (%) = 0.017698 (91.3208) Other time (%) = 8.79765e-05 (0.453953) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:54 2021 Memory usage per processor = 27.552 Mbytes Step Atoms AVEKE stressZZ 29121 5000 1.3922811e-10 12079784 29122 -0.0155674999999915 12079640.7523192 29122 5000 1.3921861e-10 12079641 Loop time of 0.0187759 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:54 2021 Pair time (%) = 0.00125599 (6.68935) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.175234) Outpt time (%) = 0.0173931 (92.6351) Other time (%) = 9.39369e-05 (0.500305) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:54 2021 Memory usage per processor = 27.552 Mbytes Step Atoms AVEKE stressZZ 29122 5000 1.3921861e-10 12079568 29123 -0.0155674999999915 12079424.9720081 29123 5000 1.3920911e-10 12079425 Loop time of 0.0184581 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:54 2021 Pair time (%) = 0.00147295 (7.97995) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.205376) Outpt time (%) = 0.0168211 (91.1314) Other time (%) = 0.000126123 (0.683295) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:54 2021 Memory usage per processor = 27.552 Mbytes Step Atoms AVEKE stressZZ 29123 5000 1.3920911e-10 12079353 29124 -0.0155674999999915 12079209.2029367 29124 5000 1.3919962e-10 12079209 Loop time of 0.0184791 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:54 2021 Pair time (%) = 0.00151992 (8.22506) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.205143) Outpt time (%) = 0.0167859 (90.837) Other time (%) = 0.000135422 (0.732837) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:54 2021 Memory usage per processor = 27.552 Mbytes Step Atoms AVEKE stressZZ 29124 5000 1.3919962e-10 12079137 29125 -0.0155674999999915 12078993.4450994 29125 5000 1.3919012e-10 12078993 Loop time of 0.0184231 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:54 2021 Pair time (%) = 0.00131702 (7.14877) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.188943) Outpt time (%) = 0.0169649 (92.0851) Other time (%) = 0.000106335 (0.577182) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:54 2021 Memory usage per processor = 27.552 Mbytes Step Atoms AVEKE stressZZ 29125 5000 1.3919012e-10 12078921 29126 -0.0155674999999915 12078777.6985153 29126 5000 1.3918063e-10 12078778 Loop time of 0.018317 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:54 2021 Pair time (%) = 0.001261 (6.8843) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.186132) Outpt time (%) = 0.0169239 (92.3946) Other time (%) = 9.799e-05 (0.534968) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:54 2021 Memory usage per processor = 27.552 Mbytes Step Atoms AVEKE stressZZ 29126 5000 1.3918063e-10 12078705 29127 -0.0155674999999915 12078561.9631828 29127 5000 1.3917114e-10 12078562 Loop time of 0.018167 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:54 2021 Pair time (%) = 0.00125504 (6.90832) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.182419) Outpt time (%) = 0.0167809 (92.3699) Other time (%) = 9.799e-05 (0.539384) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:54 2021 Memory usage per processor = 27.552 Mbytes Step Atoms AVEKE stressZZ 29127 5000 1.3917114e-10 12078490 29128 -0.0155674999999915 12078346.2390999 29128 5000 1.3916165e-10 12078346 Loop time of 0.018296 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:54 2021 Pair time (%) = 0.00145102 (7.93078) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.213711) Outpt time (%) = 0.0166762 (91.1466) Other time (%) = 0.0001297 (0.708896) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:29:54 2021 Memory usage per processor = 27.552 Mbytes Step Atoms AVEKE stressZZ 29128 5000 1.3916165e-10 12078274 29129 -0.0155674999999915 12078102.8710319 29129 5000 2.7405019e-10 12078502 Loop time of 0.018007 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:54 2021 Pair time (%) = 0.00134897 (7.49136) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.205225) Outpt time (%) = 0.016489 (91.5699) Other time (%) = 0.000132084 (0.733513) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:54 2021 Memory usage per processor = 27.552 Mbytes Step Atoms AVEKE stressZZ 29129 5000 2.7405019e-10 12156900 29130 -0.0155999999999915 12156712.0746009 29130 5000 2.20429e-10 12156712 Loop time of 0.0207961 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:54 2021 Pair time (%) = 0.001261 (6.06363) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.163944) Outpt time (%) = 0.0194039 (93.3058) Other time (%) = 9.70364e-05 (0.466609) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:54 2021 Memory usage per processor = 27.5521 Mbytes Step Atoms AVEKE stressZZ 29130 5000 2.20429e-10 12156614 29131 -0.0155999999999915 12156441.5495048 29131 5000 1.8938997e-10 12156442 Loop time of 0.0181649 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:54 2021 Pair time (%) = 0.00129199 (7.11258) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.192941) Outpt time (%) = 0.0167339 (92.1222) Other time (%) = 0.000103951 (0.572261) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:54 2021 Memory usage per processor = 27.5521 Mbytes Step Atoms AVEKE stressZZ 29131 5000 1.8938997e-10 12156352 29132 -0.0155999999999915 12156190.310007 29132 5000 1.7088929e-10 12156190 Loop time of 0.0180109 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:54 2021 Pair time (%) = 0.00125885 (6.9894) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.187972) Outpt time (%) = 0.016614 (92.2442) Other time (%) = 0.000104189 (0.578478) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:54 2021 Memory usage per processor = 27.5521 Mbytes Step Atoms AVEKE stressZZ 29132 5000 1.7088929e-10 12156107 29133 -0.0155999999999915 12155951.3308119 29133 5000 1.5962466e-10 12155951 Loop time of 0.0182891 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:54 2021 Pair time (%) = 0.0015111 (8.26229) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.251597) Outpt time (%) = 0.016571 (90.6062) Other time (%) = 0.000160933 (0.879937) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:54 2021 Memory usage per processor = 27.5521 Mbytes Step Atoms AVEKE stressZZ 29133 5000 1.5962466e-10 12155872 29134 -0.0155999999999915 12155720.1472903 29134 5000 1.5266284e-10 12155720 Loop time of 0.0182881 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:54 2021 Pair time (%) = 0.00135016 (7.38273) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.191641) Outpt time (%) = 0.0167971 (91.8468) Other time (%) = 0.000105858 (0.578833) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:54 2021 Memory usage per processor = 27.5521 Mbytes Step Atoms AVEKE stressZZ 29134 5000 1.5266284e-10 12155643 29135 -0.0155999999999915 12155493.9221318 29135 5000 1.4831603e-10 12155494 Loop time of 0.0180659 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:54 2021 Pair time (%) = 0.00124979 (6.91794) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.176842) Outpt time (%) = 0.0166891 (92.3787) Other time (%) = 9.5129e-05 (0.526566) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:54 2021 Memory usage per processor = 27.5521 Mbytes Step Atoms AVEKE stressZZ 29135 5000 1.4831603e-10 12155418 29136 -0.0155999999999915 12155270.8521992 29136 5000 1.4558281e-10 12155271 Loop time of 0.017643 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:54 2021 Pair time (%) = 0.00122905 (6.96622) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.186486) Outpt time (%) = 0.0162861 (92.3095) Other time (%) = 9.48906e-05 (0.537838) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:54 2021 Memory usage per processor = 27.5521 Mbytes Step Atoms AVEKE stressZZ 29136 5000 1.4558281e-10 12155196 29137 -0.0155999999999915 12155049.7915808 29137 5000 1.4385555e-10 12155050 Loop time of 0.017642 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:54 2021 Pair time (%) = 0.00135493 (7.68014) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.204065) Outpt time (%) = 0.016099 (91.2536) Other time (%) = 0.000152111 (0.862209) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:54 2021 Memory usage per processor = 27.5521 Mbytes Step Atoms AVEKE stressZZ 29137 5000 1.4385555e-10 12154976 29138 -0.0155999999999915 12154830.012038 29138 5000 1.427597e-10 12154830 Loop time of 0.018276 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:54 2021 Pair time (%) = 0.00133514 (7.30546) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.180027) Outpt time (%) = 0.0167561 (91.6835) Other time (%) = 0.000151873 (0.830996) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:54 2021 Memory usage per processor = 27.5521 Mbytes Step Atoms AVEKE stressZZ 29138 5000 1.427597e-10 12154756 29139 -0.0155999999999915 12154611.0507676 29139 5000 1.4206193e-10 12154611 Loop time of 0.0183442 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:54 2021 Pair time (%) = 0.0012629 (6.8845) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.180658) Outpt time (%) = 0.0169468 (92.3825) Other time (%) = 0.000101328 (0.552371) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:54 2021 Memory usage per processor = 27.5521 Mbytes Step Atoms AVEKE stressZZ 29139 5000 1.4206193e-10 12154538 29140 -0.0155999999999915 12154392.613653 29140 5000 1.4161586e-10 12154393 Loop time of 0.0209091 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:55 2021 Pair time (%) = 0.00120401 (5.75833) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.152795) Outpt time (%) = 0.0195851 (93.6681) Other time (%) = 8.79765e-05 (0.420757) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:55 2021 Memory usage per processor = 27.5521 Mbytes Step Atoms AVEKE stressZZ 29140 5000 1.4161586e-10 12154319 29141 -0.0155999999999915 12154174.5137794 29141 5000 1.4132923e-10 12154175 Loop time of 0.017633 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:55 2021 Pair time (%) = 0.00124598 (7.06617) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.187945) Outpt time (%) = 0.0162539 (92.1793) Other time (%) = 9.98974e-05 (0.566538) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:55 2021 Memory usage per processor = 27.5521 Mbytes Step Atoms AVEKE stressZZ 29141 5000 1.4132923e-10 12154101 29142 -0.0155999999999915 12153956.6323603 29142 5000 1.411437e-10 12153957 Loop time of 0.018115 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:55 2021 Pair time (%) = 0.00144696 (7.98763) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.210582) Outpt time (%) = 0.0165 (91.0845) Other time (%) = 0.000129938 (0.717294) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:55 2021 Memory usage per processor = 27.5521 Mbytes Step Atoms AVEKE stressZZ 29142 5000 1.411437e-10 12153883 29143 -0.0155999999999915 12153738.8938951 29143 5000 1.4102235e-10 12153739 Loop time of 0.0184801 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:55 2021 Pair time (%) = 0.00127006 (6.87257) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.179329) Outpt time (%) = 0.0170748 (92.3959) Other time (%) = 0.000102043 (0.55218) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:55 2021 Memory usage per processor = 27.5521 Mbytes Step Atoms AVEKE stressZZ 29143 5000 1.4102235e-10 12153666 29144 -0.0155999999999915 12153521.2504308 29144 5000 1.4094174e-10 12153521 Loop time of 0.0182118 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:55 2021 Pair time (%) = 0.00120187 (6.59938) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.175425) Outpt time (%) = 0.016885 (92.7146) Other time (%) = 9.29832e-05 (0.510565) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:55 2021 Memory usage per processor = 27.5521 Mbytes Step Atoms AVEKE stressZZ 29144 5000 1.4094174e-10 12153448 29145 -0.0155999999999915 12153303.671492 29145 5000 1.4088701e-10 12153304 Loop time of 0.0177958 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:55 2021 Pair time (%) = 0.00128722 (7.23329) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.190244) Outpt time (%) = 0.0163739 (92.0098) Other time (%) = 0.000100851 (0.566713) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:55 2021 Memory usage per processor = 27.5521 Mbytes Step Atoms AVEKE stressZZ 29145 5000 1.4088701e-10 12153231 29146 -0.0155999999999915 12153086.1376918 29146 5000 1.4084872e-10 12153086 Loop time of 0.0175939 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:55 2021 Pair time (%) = 0.00128198 (7.2865) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.193783) Outpt time (%) = 0.01616 (91.8503) Other time (%) = 0.000117779 (0.669431) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:55 2021 Memory usage per processor = 27.5521 Mbytes Step Atoms AVEKE stressZZ 29146 5000 1.4084872e-10 12153013 29147 -0.0155999999999915 12152868.636712 29147 5000 1.4082089e-10 12152869 Loop time of 0.0185721 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:55 2021 Pair time (%) = 0.00135803 (7.31222) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.182292) Outpt time (%) = 0.0170338 (91.7173) Other time (%) = 0.000146389 (0.78822) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:55 2021 Memory usage per processor = 27.5521 Mbytes Step Atoms AVEKE stressZZ 29147 5000 1.4082089e-10 12152796 29148 -0.0155999999999915 12152651.160724 29148 5000 1.4079969e-10 12152651 Loop time of 0.0184028 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:55 2021 Pair time (%) = 0.00141597 (7.6943) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.1749) Outpt time (%) = 0.0168049 (91.3172) Other time (%) = 0.000149727 (0.813609) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:55 2021 Memory usage per processor = 27.5521 Mbytes Step Atoms AVEKE stressZZ 29148 5000 1.4079969e-10 12152578 29149 -0.0155999999999915 12152433.7047524 29149 5000 1.407827e-10 12152434 Loop time of 0.0178471 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:55 2021 Pair time (%) = 0.00120211 (6.7356) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.17901) Outpt time (%) = 0.0165181 (92.5537) Other time (%) = 9.48906e-05 (0.531688) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:55 2021 Memory usage per processor = 27.5521 Mbytes Step Atoms AVEKE stressZZ 29149 5000 1.407827e-10 12152361 29150 -0.0155999999999915 12152216.2656343 29150 5000 1.407684e-10 12152216 Loop time of 0.020699 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:55 2021 Pair time (%) = 0.00132394 (6.39614) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.160105) Outpt time (%) = 0.0191951 (92.7342) Other time (%) = 0.000146866 (0.70953) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:55 2021 Memory usage per processor = 27.5521 Mbytes Step Atoms AVEKE stressZZ 29150 5000 1.407684e-10 12152143 29151 -0.0155999999999915 12151998.8413596 29151 5000 1.4075581e-10 12151999 Loop time of 0.0182111 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:55 2021 Pair time (%) = 0.00136495 (7.49512) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.214707) Outpt time (%) = 0.0166941 (91.6696) Other time (%) = 0.00011301 (0.620557) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:55 2021 Memory usage per processor = 27.5521 Mbytes Step Atoms AVEKE stressZZ 29151 5000 1.4075581e-10 12151926 29152 -0.0155999999999915 12151781.4306496 29152 5000 1.4074429e-10 12151781 Loop time of 0.018651 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:55 2021 Pair time (%) = 0.00127912 (6.85816) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.177686) Outpt time (%) = 0.017221 (92.3327) Other time (%) = 0.000117779 (0.631487) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:55 2021 Memory usage per processor = 27.5521 Mbytes Step Atoms AVEKE stressZZ 29152 5000 1.4074429e-10 12151708 29153 -0.0155999999999915 12151564.0327179 29153 5000 1.4073347e-10 12151564 Loop time of 0.018311 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:55 2021 Pair time (%) = 0.00125194 (6.83706) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.174475) Outpt time (%) = 0.0169301 (92.4585) Other time (%) = 9.70364e-05 (0.529934) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:55 2021 Memory usage per processor = 27.5521 Mbytes Step Atoms AVEKE stressZZ 29153 5000 1.4073347e-10 12151491 29154 -0.0155999999999915 12151346.64707 29154 5000 1.4072308e-10 12151347 Loop time of 0.017792 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:55 2021 Pair time (%) = 0.00126505 (7.11022) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.184925) Outpt time (%) = 0.0163989 (92.1702) Other time (%) = 9.5129e-05 (0.534673) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:55 2021 Memory usage per processor = 27.5521 Mbytes Step Atoms AVEKE stressZZ 29154 5000 1.4072308e-10 12151274 29155 -0.0155999999999915 12151129.273355 29155 5000 1.4071298e-10 12151129 Loop time of 0.0175169 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:55 2021 Pair time (%) = 0.001297 (7.40428) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.193274) Outpt time (%) = 0.016083 (91.8145) Other time (%) = 0.000102997 (0.587987) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:55 2021 Memory usage per processor = 27.5521 Mbytes Step Atoms AVEKE stressZZ 29155 5000 1.4071298e-10 12151056 29156 -0.0155999999999915 12150911.9113573 29156 5000 1.4070305e-10 12150912 Loop time of 0.0185239 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:55 2021 Pair time (%) = 0.00148892 (8.03784) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.211082) Outpt time (%) = 0.016835 (90.8823) Other time (%) = 0.000160933 (0.868782) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:55 2021 Memory usage per processor = 27.5521 Mbytes Step Atoms AVEKE stressZZ 29156 5000 1.4070305e-10 12150839 29157 -0.0155999999999915 12150694.5609397 29157 5000 1.4069323e-10 12150695 Loop time of 0.0185101 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:55 2021 Pair time (%) = 0.00133204 (7.19631) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.184191) Outpt time (%) = 0.017045 (92.085) Other time (%) = 9.89437e-05 (0.534539) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:55 2021 Memory usage per processor = 27.5521 Mbytes Step Atoms AVEKE stressZZ 29157 5000 1.4069323e-10 12150622 29158 -0.0155999999999915 12150477.2220144 29158 5000 1.4068349e-10 12150477 Loop time of 0.0182371 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:55 2021 Pair time (%) = 0.00120401 (6.602) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.175182) Outpt time (%) = 0.016906 (92.7012) Other time (%) = 9.5129e-05 (0.521623) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:55 2021 Memory usage per processor = 27.5521 Mbytes Step Atoms AVEKE stressZZ 29158 5000 1.4068349e-10 12150404 29159 -0.0155999999999915 12150259.8945251 29159 5000 1.4067379e-10 12150260 Loop time of 0.0183041 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:55 2021 Pair time (%) = 0.00162911 (8.90026) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.213617) Outpt time (%) = 0.016484 (90.0564) Other time (%) = 0.000151873 (0.829719) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:55 2021 Memory usage per processor = 27.5521 Mbytes Step Atoms AVEKE stressZZ 29159 5000 1.4067379e-10 12150187 29160 -0.0155999999999915 12150042.5784352 29160 5000 1.4066413e-10 12150043 Loop time of 0.0213141 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:55 2021 Pair time (%) = 0.00165701 (7.77422) Neigh time (%) = 0 (0) Comm time (%) = 3.98159e-05 (0.186805) Outpt time (%) = 0.019438 (91.1978) Other time (%) = 0.000179291 (0.841182) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:55 2021 Memory usage per processor = 27.5521 Mbytes Step Atoms AVEKE stressZZ 29160 5000 1.4066413e-10 12149970 29161 -0.0155999999999915 12149825.2737207 29161 5000 1.4065448e-10 12149825 Loop time of 0.020051 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:55 2021 Pair time (%) = 0.0014751 (7.35672) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.159334) Outpt time (%) = 0.018451 (92.0202) Other time (%) = 9.29832e-05 (0.463734) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:55 2021 Memory usage per processor = 27.5521 Mbytes Step Atoms AVEKE stressZZ 29161 5000 1.4065448e-10 12149752 29162 -0.0155999999999915 12149607.9803656 29162 5000 1.4064484e-10 12149608 Loop time of 0.0190389 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:55 2021 Pair time (%) = 0.00120115 (6.30893) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.162795) Outpt time (%) = 0.0177238 (93.0925) Other time (%) = 8.29697e-05 (0.43579) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:55 2021 Memory usage per processor = 27.5521 Mbytes Step Atoms AVEKE stressZZ 29162 5000 1.4064484e-10 12149535 29163 -0.0155999999999915 12149390.6983595 29163 5000 1.4063522e-10 12149391 Loop time of 0.0181799 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:55 2021 Pair time (%) = 0.00120187 (6.61097) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.177045) Outpt time (%) = 0.0168591 (92.7346) Other time (%) = 8.67844e-05 (0.477365) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:55 2021 Memory usage per processor = 27.5521 Mbytes Step Atoms AVEKE stressZZ 29163 5000 1.4063522e-10 12149318 29164 -0.0155999999999915 12149173.4276944 29164 5000 1.406256e-10 12149173 Loop time of 0.017906 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:55 2021 Pair time (%) = 0.0015192 (8.48435) Neigh time (%) = 0 (0) Comm time (%) = 5.00679e-05 (0.279616) Outpt time (%) = 0.0161941 (90.4398) Other time (%) = 0.000142574 (0.79624) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:55 2021 Memory usage per processor = 27.5521 Mbytes Step Atoms AVEKE stressZZ 29164 5000 1.406256e-10 12149100 29165 -0.0155999999999915 12148956.168352 29165 5000 1.4061598e-10 12148956 Loop time of 0.0182829 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:55 2021 Pair time (%) = 0.00131607 (7.19837) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.181263) Outpt time (%) = 0.0168309 (92.0583) Other time (%) = 0.000102758 (0.562047) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:55 2021 Memory usage per processor = 27.5521 Mbytes Step Atoms AVEKE stressZZ 29165 5000 1.4061598e-10 12148883 29166 -0.0155999999999915 12148738.9203361 29166 5000 1.4060637e-10 12148739 Loop time of 0.018224 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:55 2021 Pair time (%) = 0.00123978 (6.80299) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.175308) Outpt time (%) = 0.01686 (92.5154) Other time (%) = 9.2268e-05 (0.506299) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:55 2021 Memory usage per processor = 27.5521 Mbytes Step Atoms AVEKE stressZZ 29166 5000 1.4060637e-10 12148666 29167 -0.0155999999999915 12148521.6836481 29167 5000 1.4059676e-10 12148522 Loop time of 0.0177188 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:55 2021 Pair time (%) = 0.00124216 (7.01041) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.180306) Outpt time (%) = 0.016351 (92.2805) Other time (%) = 9.36985e-05 (0.528809) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:55 2021 Memory usage per processor = 27.5521 Mbytes Step Atoms AVEKE stressZZ 29167 5000 1.4059676e-10 12148449 29168 -0.0155999999999915 12148304.4582857 29168 5000 1.4058715e-10 12148304 Loop time of 0.017679 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:55 2021 Pair time (%) = 0.00125194 (7.0815) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.19285) Outpt time (%) = 0.016248 (91.9057) Other time (%) = 0.000144958 (0.819948) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:55 2021 Memory usage per processor = 27.5521 Mbytes Step Atoms AVEKE stressZZ 29168 5000 1.4058715e-10 12148231 29169 -0.0155999999999915 12148087.2442461 29169 5000 1.4057754e-10 12148087 Loop time of 0.0182359 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:55 2021 Pair time (%) = 0.00136995 (7.51239) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.207878) Outpt time (%) = 0.0166998 (91.5763) Other time (%) = 0.000128269 (0.703388) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:55 2021 Memory usage per processor = 27.5521 Mbytes Step Atoms AVEKE stressZZ 29169 5000 1.4057754e-10 12148014 29170 -0.0155999999999915 12147870.041528 29170 5000 1.4056793e-10 12147870 Loop time of 0.0210879 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:55 2021 Pair time (%) = 0.00120616 (5.71968) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.1515) Outpt time (%) = 0.019757 (93.689) Other time (%) = 9.27448e-05 (0.439801) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:55 2021 Memory usage per processor = 27.5521 Mbytes Step Atoms AVEKE stressZZ 29170 5000 1.4056793e-10 12147797 29171 -0.0155999999999915 12147652.8501291 29171 5000 1.4055833e-10 12147653 Loop time of 0.0183921 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:55 2021 Pair time (%) = 0.00125384 (6.8173) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.175002) Outpt time (%) = 0.0170121 (92.497) Other time (%) = 9.39369e-05 (0.510746) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:55 2021 Memory usage per processor = 27.5521 Mbytes Step Atoms AVEKE stressZZ 29171 5000 1.4055833e-10 12147580 29172 -0.0155999999999915 12147435.670048 29172 5000 1.4054872e-10 12147436 Loop time of 0.0174799 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:55 2021 Pair time (%) = 0.00125813 (7.19761) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.188226) Outpt time (%) = 0.016093 (92.0659) Other time (%) = 9.58443e-05 (0.548311) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:55 2021 Memory usage per processor = 27.5521 Mbytes Step Atoms AVEKE stressZZ 29172 5000 1.4054872e-10 12147363 29173 -0.0155999999999915 12147218.5012832 29173 5000 1.4053912e-10 12147219 Loop time of 0.0180399 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:55 2021 Pair time (%) = 0.00157309 (8.72002) Neigh time (%) = 0 (0) Comm time (%) = 4.48227e-05 (0.248464) Outpt time (%) = 0.016238 (90.0112) Other time (%) = 0.000184059 (1.02029) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:55 2021 Memory usage per processor = 27.5521 Mbytes Step Atoms AVEKE stressZZ 29173 5000 1.4053912e-10 12147146 29174 -0.0155999999999915 12147001.3438326 29174 5000 1.4052952e-10 12147001 Loop time of 0.0183249 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:55 2021 Pair time (%) = 0.00128818 (7.02966) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.25631) Outpt time (%) = 0.0168669 (92.044) Other time (%) = 0.000122786 (0.670049) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:55 2021 Memory usage per processor = 27.5521 Mbytes Step Atoms AVEKE stressZZ 29174 5000 1.4052952e-10 12146928 29175 -0.0155999999999915 12146784.1976953 29175 5000 1.4051992e-10 12146784 Loop time of 0.0183589 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:55 2021 Pair time (%) = 0.00123906 (6.74909) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.174019) Outpt time (%) = 0.016964 (92.4016) Other time (%) = 0.000123978 (0.675298) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:55 2021 Memory usage per processor = 27.5521 Mbytes Step Atoms AVEKE stressZZ 29175 5000 1.4051992e-10 12146711 29176 -0.0155999999999915 12146567.0628695 29176 5000 1.4051032e-10 12146567 Loop time of 0.017698 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:55 2021 Pair time (%) = 0.00120687 (6.81925) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.180518) Outpt time (%) = 0.0163651 (92.4681) Other time (%) = 9.41753e-05 (0.532123) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:55 2021 Memory usage per processor = 27.5521 Mbytes Step Atoms AVEKE stressZZ 29176 5000 1.4051032e-10 12146494 29177 -0.0155999999999915 12146349.939352 29177 5000 1.4050072e-10 12146350 Loop time of 0.017698 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:55 2021 Pair time (%) = 0.0013659 (7.7178) Neigh time (%) = 0 (0) Comm time (%) = 6.19888e-05 (0.350258) Outpt time (%) = 0.016144 (91.2193) Other time (%) = 0.000126123 (0.71264) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:55 2021 Memory usage per processor = 27.5521 Mbytes Step Atoms AVEKE stressZZ 29177 5000 1.4050072e-10 12146277 29178 -0.0155999999999915 12146132.8271079 29178 5000 1.4049113e-10 12146133 Loop time of 0.018249 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:55 2021 Pair time (%) = 0.00135994 (7.45212) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.185519) Outpt time (%) = 0.016746 (91.764) Other time (%) = 0.000109196 (0.598364) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:55 2021 Memory usage per processor = 27.5521 Mbytes Step Atoms AVEKE stressZZ 29178 5000 1.4049113e-10 12146060 29179 -0.0155999999999915 12145915.7261694 29179 5000 1.4048153e-10 12145916 Loop time of 0.018271 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:55 2021 Pair time (%) = 0.00123215 (6.74374) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.251846) Outpt time (%) = 0.0168471 (92.2071) Other time (%) = 0.000145674 (0.797296) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:55 2021 Memory usage per processor = 27.5521 Mbytes Step Atoms AVEKE stressZZ 29179 5000 1.4048153e-10 12145843 29180 -0.0155999999999915 12145698.6365356 29180 5000 1.4047194e-10 12145699 Loop time of 0.0208979 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:56 2021 Pair time (%) = 0.00120115 (5.74773) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.152877) Outpt time (%) = 0.019573 (93.6602) Other time (%) = 9.17912e-05 (0.439237) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:56 2021 Memory usage per processor = 27.5521 Mbytes Step Atoms AVEKE stressZZ 29180 5000 1.4047194e-10 12145626 29181 -0.0155999999999915 12145481.5582047 29181 5000 1.4046234e-10 12145482 Loop time of 0.0174329 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:56 2021 Pair time (%) = 0.00120997 (6.94074) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.188733) Outpt time (%) = 0.016088 (92.2852) Other time (%) = 0.000102043 (0.585347) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:56 2021 Memory usage per processor = 27.5521 Mbytes Step Atoms AVEKE stressZZ 29181 5000 1.4046234e-10 12145409 29182 -0.0155999999999915 12145264.4911755 29182 5000 1.4045275e-10 12145264 Loop time of 0.0179529 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:56 2021 Pair time (%) = 0.00142312 (7.92696) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.284197) Outpt time (%) = 0.016336 (90.9934) Other time (%) = 0.000142813 (0.795485) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:56 2021 Memory usage per processor = 27.5521 Mbytes Step Atoms AVEKE stressZZ 29182 5000 1.4045275e-10 12145192 29183 -0.0155999999999915 12145047.4354467 29183 5000 1.4044316e-10 12145047 Loop time of 0.0184331 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:56 2021 Pair time (%) = 0.00123906 (6.72194) Neigh time (%) = 0 (0) Comm time (%) = 4.50611e-05 (0.244458) Outpt time (%) = 0.01702 (92.3339) Other time (%) = 0.000128984 (0.699744) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:56 2021 Memory usage per processor = 27.5521 Mbytes Step Atoms AVEKE stressZZ 29183 5000 1.4044316e-10 12144974 29184 -0.0155999999999915 12144830.3910168 29184 5000 1.4043357e-10 12144830 Loop time of 0.0183859 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:56 2021 Pair time (%) = 0.00126195 (6.86369) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.184138) Outpt time (%) = 0.0169911 (92.414) Other time (%) = 9.89437e-05 (0.53815) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:56 2021 Memory usage per processor = 27.5521 Mbytes Step Atoms AVEKE stressZZ 29184 5000 1.4043357e-10 12144757 29185 -0.0155999999999915 12144613.3578846 29185 5000 1.4042398e-10 12144613 Loop time of 0.0174141 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:56 2021 Pair time (%) = 0.00120401 (6.91402) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183461) Outpt time (%) = 0.016083 (92.3562) Other time (%) = 9.5129e-05 (0.546276) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:56 2021 Memory usage per processor = 27.5521 Mbytes Step Atoms AVEKE stressZZ 29185 5000 1.4042398e-10 12144540 29186 -0.0155999999999915 12144396.3360487 29186 5000 1.4041439e-10 12144396 Loop time of 0.0175972 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:56 2021 Pair time (%) = 0.0013001 (7.38809) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.199165) Outpt time (%) = 0.0161579 (91.8207) Other time (%) = 0.000104189 (0.592077) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:56 2021 Memory usage per processor = 27.5521 Mbytes Step Atoms AVEKE stressZZ 29186 5000 1.4041439e-10 12144323 29187 -0.0155999999999915 12144179.3255078 29187 5000 1.4040481e-10 12144179 Loop time of 0.0185719 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:56 2021 Pair time (%) = 0.00135207 (7.28022) Neigh time (%) = 0 (0) Comm time (%) = 7.10487e-05 (0.382561) Outpt time (%) = 0.017046 (91.7839) Other time (%) = 0.000102758 (0.553302) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:56 2021 Memory usage per processor = 27.5521 Mbytes Step Atoms AVEKE stressZZ 29187 5000 1.4040481e-10 12144106 29188 -0.0155999999999915 12143962.3262607 29188 5000 1.4039522e-10 12143962 Loop time of 0.018204 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:56 2021 Pair time (%) = 0.00120592 (6.62449) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.17681) Outpt time (%) = 0.016871 (92.6774) Other time (%) = 9.48906e-05 (0.521263) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:56 2021 Memory usage per processor = 27.5521 Mbytes Step Atoms AVEKE stressZZ 29188 5000 1.4039522e-10 12143889 29189 -0.0155999999999915 12143745.3383057 29189 5000 1.4038564e-10 12143745 Loop time of 0.017858 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:56 2021 Pair time (%) = 0.00130987 (7.33492) Neigh time (%) = 0 (0) Comm time (%) = 6.41346e-05 (0.359136) Outpt time (%) = 0.016372 (91.6785) Other time (%) = 0.000112057 (0.627487) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:56 2021 Memory usage per processor = 27.5521 Mbytes Step Atoms AVEKE stressZZ 29189 5000 1.4038564e-10 12143672 29190 -0.0155999999999915 12143528.3616418 29190 5000 1.4037605e-10 12143528 Loop time of 0.0202408 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:56 2021 Pair time (%) = 0.00126314 (6.24058) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.167263) Outpt time (%) = 0.0188389 (93.0739) Other time (%) = 0.000104904 (0.518281) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:56 2021 Memory usage per processor = 27.5521 Mbytes Step Atoms AVEKE stressZZ 29190 5000 1.4037605e-10 12143455 29191 -0.0155999999999915 12143311.3962678 29191 5000 1.4036647e-10 12143311 Loop time of 0.0177991 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:56 2021 Pair time (%) = 0.00141191 (7.93249) Neigh time (%) = 0 (0) Comm time (%) = 5.00679e-05 (0.281294) Outpt time (%) = 0.0161932 (90.9772) Other time (%) = 0.000144005 (0.809055) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:56 2021 Memory usage per processor = 27.5521 Mbytes Step Atoms AVEKE stressZZ 29191 5000 1.4036647e-10 12143238 29192 -0.0155999999999915 12143094.4421819 29192 5000 1.4035689e-10 12143094 Loop time of 0.0181921 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:56 2021 Pair time (%) = 0.00124097 (6.82149) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.175616) Outpt time (%) = 0.0168221 (92.4695) Other time (%) = 9.70364e-05 (0.5334) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:56 2021 Memory usage per processor = 27.5521 Mbytes Step Atoms AVEKE stressZZ 29192 5000 1.4035689e-10 12143022 29193 -0.0155999999999915 12142877.4993833 29193 5000 1.4034731e-10 12142877 Loop time of 0.0181899 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:56 2021 Pair time (%) = 0.00120497 (6.62437) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.175636) Outpt time (%) = 0.01686 (92.6888) Other time (%) = 9.29832e-05 (0.51118) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:56 2021 Memory usage per processor = 27.5521 Mbytes Step Atoms AVEKE stressZZ 29193 5000 1.4034731e-10 12142805 29194 -0.0155999999999915 12142660.5678707 29194 5000 1.4033773e-10 12142661 Loop time of 0.0176899 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:56 2021 Pair time (%) = 0.00121593 (6.87359) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.185991) Outpt time (%) = 0.0163479 (92.4134) Other time (%) = 9.32217e-05 (0.526975) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:56 2021 Memory usage per processor = 27.5521 Mbytes Step Atoms AVEKE stressZZ 29194 5000 1.4033773e-10 12142588 29195 -0.0155999999999915 12142443.6476423 29195 5000 1.4032815e-10 12142444 Loop time of 0.0179029 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:56 2021 Pair time (%) = 0.001508 (8.42323) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.218405) Outpt time (%) = 0.0162179 (90.5886) Other time (%) = 0.000137806 (0.769743) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:56 2021 Memory usage per processor = 27.5521 Mbytes Step Atoms AVEKE stressZZ 29195 5000 1.4032815e-10 12142371 29196 -0.0155999999999915 12142226.7386973 29196 5000 1.4031858e-10 12142227 Loop time of 0.018451 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:56 2021 Pair time (%) = 0.00128412 (6.95965) Neigh time (%) = 0 (0) Comm time (%) = 7.10487e-05 (0.385068) Outpt time (%) = 0.0169909 (92.0867) Other time (%) = 0.000104904 (0.568556) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:56 2021 Memory usage per processor = 27.5521 Mbytes Step Atoms AVEKE stressZZ 29196 5000 1.4031858e-10 12142154 29197 -0.0155999999999915 12142009.8410342 29197 5000 1.40309e-10 12142010 Loop time of 0.0184009 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:56 2021 Pair time (%) = 0.001261 (6.8529) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.185284) Outpt time (%) = 0.0170081 (92.4306) Other time (%) = 9.77516e-05 (0.531233) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:56 2021 Memory usage per processor = 27.5521 Mbytes Step Atoms AVEKE stressZZ 29197 5000 1.40309e-10 12141937 29198 -0.0155999999999915 12141792.9546518 29198 5000 1.4029943e-10 12141793 Loop time of 0.0179389 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:56 2021 Pair time (%) = 0.00120282 (6.70512) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.178094) Outpt time (%) = 0.0165899 (92.4802) Other time (%) = 0.000114202 (0.636621) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:56 2021 Memory usage per processor = 27.5521 Mbytes Step Atoms AVEKE stressZZ 29198 5000 1.4029943e-10 12141720 29199 -0.0155999999999915 12141576.0795488 29199 5000 1.4028985e-10 12141576 Loop time of 0.0183101 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:56 2021 Pair time (%) = 0.00128794 (7.03404) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.186203) Outpt time (%) = 0.016885 (92.2172) Other time (%) = 0.000102997 (0.562515) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:56 2021 Memory usage per processor = 27.5521 Mbytes Step Atoms AVEKE stressZZ 29199 5000 1.4028985e-10 12141503 29200 -0.0155999999999915 12141359.2157238 29200 5000 1.4028028e-10 12141359 Loop time of 0.0215518 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:56 2021 Pair time (%) = 0.00156498 (7.26146) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.161513) Outpt time (%) = 0.0197949 (91.848) Other time (%) = 0.000157118 (0.729023) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:56 2021 Memory usage per processor = 27.5521 Mbytes Step Atoms AVEKE stressZZ 29200 5000 1.4028028e-10 12141286 29201 -0.0155999999999915 12141142.3631758 29201 5000 1.4027071e-10 12141142 Loop time of 0.020555 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:56 2021 Pair time (%) = 0.00130701 (6.3586) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.155427) Outpt time (%) = 0.019114 (92.9895) Other time (%) = 0.000102043 (0.496439) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:56 2021 Memory usage per processor = 27.5521 Mbytes Step Atoms AVEKE stressZZ 29201 5000 1.4027071e-10 12141069 29202 -0.0155999999999915 12140925.5219034 29202 5000 1.4026114e-10 12140926 Loop time of 0.021291 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:56 2021 Pair time (%) = 0.001472 (6.9137) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.150054) Outpt time (%) = 0.0196919 (92.4894) Other time (%) = 9.5129e-05 (0.446804) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:56 2021 Memory usage per processor = 27.5521 Mbytes Step Atoms AVEKE stressZZ 29202 5000 1.4026114e-10 12140853 29203 -0.0155999999999915 12140708.6919052 29203 5000 1.4025157e-10 12140709 Loop time of 0.018724 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:56 2021 Pair time (%) = 0.00120807 (6.45198) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.170627) Outpt time (%) = 0.017395 (92.9024) Other time (%) = 8.89301e-05 (0.474954) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:56 2021 Memory usage per processor = 27.5521 Mbytes Step Atoms AVEKE stressZZ 29203 5000 1.4025157e-10 12140636 29204 -0.0155999999999915 12140491.8731799 29204 5000 1.40242e-10 12140492 Loop time of 0.0190692 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:56 2021 Pair time (%) = 0.00120592 (6.32392) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.162537) Outpt time (%) = 0.0176818 (92.7246) Other time (%) = 0.000150442 (0.788928) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:56 2021 Memory usage per processor = 27.5521 Mbytes Step Atoms AVEKE stressZZ 29204 5000 1.40242e-10 12140419 29205 -0.0155999999999915 12140275.0657266 29205 5000 1.4023244e-10 12140275 Loop time of 0.017751 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:56 2021 Pair time (%) = 0.00124502 (7.01382) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.179979) Outpt time (%) = 0.016382 (92.2878) Other time (%) = 9.20296e-05 (0.518448) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:56 2021 Memory usage per processor = 27.5521 Mbytes Step Atoms AVEKE stressZZ 29205 5000 1.4023244e-10 12140202 29206 -0.0155999999999915 12140058.2695437 29206 5000 1.4022287e-10 12140058 Loop time of 0.0177791 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:56 2021 Pair time (%) = 0.00138402 (7.78453) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.209197) Outpt time (%) = 0.016238 (91.3318) Other time (%) = 0.000119925 (0.674525) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:56 2021 Memory usage per processor = 27.5521 Mbytes Step Atoms AVEKE stressZZ 29206 5000 1.4022287e-10 12139985 29207 -0.0155999999999915 12139841.48463 29207 5000 1.4021331e-10 12139841 Loop time of 0.0184939 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:56 2021 Pair time (%) = 0.00135398 (7.32122) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.184352) Outpt time (%) = 0.0169761 (91.7931) Other time (%) = 0.0001297 (0.701311) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:56 2021 Memory usage per processor = 27.5521 Mbytes Step Atoms AVEKE stressZZ 29207 5000 1.4021331e-10 12139769 29208 -0.0155999999999915 12139624.7109844 29208 5000 1.4020374e-10 12139625 Loop time of 0.018496 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:56 2021 Pair time (%) = 0.0012331 (6.66684) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.172729) Outpt time (%) = 0.0171299 (92.6139) Other time (%) = 0.000101089 (0.546547) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:56 2021 Memory usage per processor = 27.5521 Mbytes Step Atoms AVEKE stressZZ 29208 5000 1.4020374e-10 12139552 29209 -0.0155999999999915 12139407.9486056 29209 5000 1.4019418e-10 12139408 Loop time of 0.0179169 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:56 2021 Pair time (%) = 0.00120401 (6.71998) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.184966) Outpt time (%) = 0.0165861 (92.5721) Other time (%) = 9.36985e-05 (0.522961) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:56 2021 Memory usage per processor = 27.5521 Mbytes Step Atoms AVEKE stressZZ 29209 5000 1.4019418e-10 12139335 29210 -0.0155999999999915 12139191.1974921 29210 5000 1.4018462e-10 12139191 Loop time of 0.020463 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:56 2021 Pair time (%) = 0.00124097 (6.06445) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.166612) Outpt time (%) = 0.019022 (92.958) Other time (%) = 0.000165939 (0.810924) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:56 2021 Memory usage per processor = 27.5521 Mbytes Step Atoms AVEKE stressZZ 29210 5000 1.4018462e-10 12139118 29211 -0.0155999999999915 12138974.4576429 29211 5000 1.4017506e-10 12138974 Loop time of 0.017947 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:56 2021 Pair time (%) = 0.00140715 (7.84058) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.200598) Outpt time (%) = 0.0163529 (91.1179) Other time (%) = 0.000150919 (0.840917) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:56 2021 Memory usage per processor = 27.5521 Mbytes Step Atoms AVEKE stressZZ 29211 5000 1.4017506e-10 12138902 29212 -0.0155999999999915 12138757.7290566 29212 5000 1.401655e-10 12138758 Loop time of 0.018508 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:56 2021 Pair time (%) = 0.0012548 (6.77977) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.172618) Outpt time (%) = 0.0171199 (92.5001) Other time (%) = 0.000101328 (0.547483) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:56 2021 Memory usage per processor = 27.5521 Mbytes Step Atoms AVEKE stressZZ 29212 5000 1.401655e-10 12138685 29213 -0.0155999999999915 12138541.0117322 29213 5000 1.4015594e-10 12138541 Loop time of 0.0182118 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:56 2021 Pair time (%) = 0.00120306 (6.60592) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.175425) Outpt time (%) = 0.016885 (92.7146) Other time (%) = 9.17912e-05 (0.504019) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:56 2021 Memory usage per processor = 27.5521 Mbytes Step Atoms AVEKE stressZZ 29213 5000 1.4015594e-10 12138468 29214 -0.0155999999999915 12138324.3056682 29214 5000 1.4014639e-10 12138324 Loop time of 0.0177379 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:56 2021 Pair time (%) = 0.00120711 (6.80529) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.180112) Outpt time (%) = 0.0164061 (92.4917) Other time (%) = 9.27448e-05 (0.522864) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:56 2021 Memory usage per processor = 27.5521 Mbytes Step Atoms AVEKE stressZZ 29214 5000 1.4014639e-10 12138251 29215 -0.0155999999999915 12138107.6108635 29215 5000 1.4013683e-10 12138108 Loop time of 0.017555 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:56 2021 Pair time (%) = 0.00125098 (7.12607) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.194212) Outpt time (%) = 0.0161679 (92.0984) Other time (%) = 0.000102043 (0.581277) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:56 2021 Memory usage per processor = 27.5521 Mbytes Step Atoms AVEKE stressZZ 29215 5000 1.4013683e-10 12138035 29216 -0.0155999999999915 12137890.9273169 29216 5000 1.4012728e-10 12137891 Loop time of 0.0182769 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:56 2021 Pair time (%) = 0.0013721 (7.50727) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.18654) Outpt time (%) = 0.016757 (91.684) Other time (%) = 0.000113726 (0.622236) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:56 2021 Memory usage per processor = 27.5521 Mbytes Step Atoms AVEKE stressZZ 29216 5000 1.4012728e-10 12137818 29217 -0.0155999999999915 12137674.255027 29217 5000 1.4011772e-10 12137674 Loop time of 0.0184078 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:56 2021 Pair time (%) = 0.00120211 (6.53041) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.168376) Outpt time (%) = 0.017082 (92.7974) Other time (%) = 9.27448e-05 (0.503834) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:56 2021 Memory usage per processor = 27.5521 Mbytes Step Atoms AVEKE stressZZ 29217 5000 1.4011772e-10 12137601 29218 -0.0155999999999915 12137457.5939926 29218 5000 1.4010817e-10 12137458 Loop time of 0.018235 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:56 2021 Pair time (%) = 0.00120687 (6.61846) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.169972) Outpt time (%) = 0.0169029 (92.6951) Other time (%) = 9.41753e-05 (0.516455) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:56 2021 Memory usage per processor = 27.5521 Mbytes Step Atoms AVEKE stressZZ 29218 5000 1.4010817e-10 12137385 29219 -0.0155999999999915 12137240.9442126 29219 5000 1.4009862e-10 12137241 Loop time of 0.0176671 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:56 2021 Pair time (%) = 0.00122619 (6.94053) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.19163) Outpt time (%) = 0.0163028 (92.2781) Other time (%) = 0.000104189 (0.589736) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:56 2021 Memory usage per processor = 27.5521 Mbytes Step Atoms AVEKE stressZZ 29219 5000 1.4009862e-10 12137168 29220 -0.0155999999999915 12137024.3056856 29220 5000 1.4008907e-10 12137024 Loop time of 0.0211091 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:57 2021 Pair time (%) = 0.00158 (7.48492) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.180713) Outpt time (%) = 0.0193231 (91.5392) Other time (%) = 0.000167847 (0.795139) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:57 2021 Memory usage per processor = 27.5521 Mbytes Step Atoms AVEKE stressZZ 29220 5000 1.4008907e-10 12136951 29221 -0.0155999999999915 12136807.6784106 29221 5000 1.4007952e-10 12136808 Loop time of 0.0185931 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:57 2021 Pair time (%) = 0.00156999 (8.44393) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.176957) Outpt time (%) = 0.016876 (90.7649) Other time (%) = 0.000114202 (0.614221) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:57 2021 Memory usage per processor = 27.5521 Mbytes Step Atoms AVEKE stressZZ 29221 5000 1.4007952e-10 12136735 29222 -0.0155999999999915 12136591.062386 29222 5000 1.4006997e-10 12136591 Loop time of 0.018292 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:57 2021 Pair time (%) = 0.00120687 (6.59785) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.169443) Outpt time (%) = 0.0169609 (92.7231) Other time (%) = 9.32217e-05 (0.509632) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:57 2021 Memory usage per processor = 27.5521 Mbytes Step Atoms AVEKE stressZZ 29222 5000 1.4006997e-10 12136518 29223 -0.0155999999999915 12136374.457611 29223 5000 1.4006043e-10 12136374 Loop time of 0.253352 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:57 2021 Pair time (%) = 0.00127721 (0.504124) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.0126102) Outpt time (%) = 0.25195 (99.4467) Other time (%) = 9.27448e-05 (0.0366071) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:57 2021 Memory usage per processor = 27.5521 Mbytes Step Atoms AVEKE stressZZ 29223 5000 1.4006043e-10 12136302 29224 -0.0155999999999915 12136157.864096 29224 5000 1.4005088e-10 12136158 Loop time of 0.0181022 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:57 2021 Pair time (%) = 0.00120807 (6.6736) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.176488) Outpt time (%) = 0.0167382 (92.465) Other time (%) = 0.000123978 (0.684877) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:57 2021 Memory usage per processor = 27.5521 Mbytes Step Atoms AVEKE stressZZ 29224 5000 1.4005088e-10 12136085 29225 -0.0155999999999915 12135941.281846 29225 5000 1.4004134e-10 12135941 Loop time of 0.0184019 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:57 2021 Pair time (%) = 0.001405 (7.6351) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.195639) Outpt time (%) = 0.016845 (91.5396) Other time (%) = 0.000115871 (0.629672) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:57 2021 Memory usage per processor = 27.5521 Mbytes Step Atoms AVEKE stressZZ 29225 5000 1.4004134e-10 12135868 29226 -0.0155999999999915 12135724.7108518 29226 5000 1.4003179e-10 12135725 Loop time of 0.018333 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:57 2021 Pair time (%) = 0.00120091 (6.55058) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.175566) Outpt time (%) = 0.0170062 (92.7628) Other time (%) = 9.36985e-05 (0.511093) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:57 2021 Memory usage per processor = 27.5521 Mbytes Step Atoms AVEKE stressZZ 29226 5000 1.4003179e-10 12135652 29227 -0.0155999999999915 12135508.1511104 29227 5000 1.4002225e-10 12135508 Loop time of 0.018153 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:57 2021 Pair time (%) = 0.00132704 (7.31031) Neigh time (%) = 0 (0) Comm time (%) = 7.29561e-05 (0.401897) Outpt time (%) = 0.0165899 (91.3894) Other time (%) = 0.000163078 (0.898357) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:57 2021 Memory usage per processor = 27.5521 Mbytes Step Atoms AVEKE stressZZ 29227 5000 1.4002225e-10 12135435 29228 -0.0155999999999915 12135291.6026191 29228 5000 1.4001271e-10 12135292 Loop time of 0.0178289 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:57 2021 Pair time (%) = 0.00128007 (7.17973) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.191228) Outpt time (%) = 0.0164099 (92.0407) Other time (%) = 0.000104904 (0.588393) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:57 2021 Memory usage per processor = 27.5521 Mbytes Step Atoms AVEKE stressZZ 29228 5000 1.4001271e-10 12135219 29229 -0.0155999999999915 12135075.0653761 29229 5000 1.4000317e-10 12135075 Loop time of 0.0189402 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:57 2021 Pair time (%) = 0.00175714 (9.27733) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.195113) Outpt time (%) = 0.0169959 (89.7345) Other time (%) = 0.000150204 (0.793041) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:29:57 2021 Memory usage per processor = 27.5521 Mbytes Step Atoms AVEKE stressZZ 29229 5000 1.4000317e-10 12135002 29230 -0.0155999999999915 12134830.8152016 29230 5000 2.7569761e-10 12135231 Loop time of 0.020793 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:57 2021 Pair time (%) = 0.00135183 (6.5014) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.162822) Outpt time (%) = 0.0192811 (92.7292) Other time (%) = 0.000126123 (0.606568) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28401 ave 28401 max 28401 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28401 Ave neighs/atom = 5.6802 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:57 2021 Memory usage per processor = 27.5521 Mbytes Step Atoms AVEKE stressZZ 29230 5000 2.7569761e-10 12213779 29231 -0.0156324999999915 12213590.1945168 29231 5000 2.2175423e-10 12213590 Loop time of 0.0180531 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:57 2021 Pair time (%) = 0.00125313 (6.94136) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.176968) Outpt time (%) = 0.016674 (92.3613) Other time (%) = 9.39369e-05 (0.520338) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:57 2021 Memory usage per processor = 27.5521 Mbytes Step Atoms AVEKE stressZZ 29231 5000 2.2175423e-10 12213491 29232 -0.0156324999999915 12213318.6344605 29232 5000 1.9052881e-10 12213319 Loop time of 0.018497 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:57 2021 Pair time (%) = 0.00124502 (6.73094) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.177876) Outpt time (%) = 0.0170939 (92.4145) Other time (%) = 0.00012517 (0.676703) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:57 2021 Memory usage per processor = 27.5521 Mbytes Step Atoms AVEKE stressZZ 29232 5000 1.9052881e-10 12213229 29233 -0.0156324999999915 12213066.440571 29233 5000 1.719171e-10 12213066 Loop time of 0.0197089 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:57 2021 Pair time (%) = 0.00120616 (6.11988) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.1621) Outpt time (%) = 0.018379 (93.2523) Other time (%) = 9.17912e-05 (0.465735) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:57 2021 Memory usage per processor = 27.5521 Mbytes Step Atoms AVEKE stressZZ 29233 5000 1.719171e-10 12212983 29234 -0.0156324999999915 12212826.5582044 29234 5000 1.6058488e-10 12212827 Loop time of 0.019666 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:57 2021 Pair time (%) = 0.00121188 (6.16233) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.163666) Outpt time (%) = 0.0175388 (89.1835) Other time (%) = 0.000883102 (4.49051) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:57 2021 Memory usage per processor = 27.5521 Mbytes Step Atoms AVEKE stressZZ 29234 5000 1.6058488e-10 12212747 29235 -0.0156324999999915 12212594.5040825 29235 5000 1.5358131e-10 12212595 Loop time of 0.018631 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:57 2021 Pair time (%) = 0.00120687 (6.47778) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.171478) Outpt time (%) = 0.017308 (92.899) Other time (%) = 8.41618e-05 (0.45173) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:57 2021 Memory usage per processor = 27.5521 Mbytes Step Atoms AVEKE stressZZ 29235 5000 1.5358131e-10 12212517 29236 -0.0156324999999915 12212367.4290439 29236 5000 1.4920843e-10 12212367 Loop time of 0.018698 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:57 2021 Pair time (%) = 0.00162005 (8.66433) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.209117) Outpt time (%) = 0.0168672 (90.2085) Other time (%) = 0.000171661 (0.918075) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:57 2021 Memory usage per processor = 27.5521 Mbytes Step Atoms AVEKE stressZZ 29236 5000 1.4920843e-10 12212291 29237 -0.0156324999999915 12212143.5224197 29237 5000 1.4645883e-10 12212144 Loop time of 0.0181031 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:57 2021 Pair time (%) = 0.00155401 (8.58422) Neigh time (%) = 0 (0) Comm time (%) = 4.31538e-05 (0.238377) Outpt time (%) = 0.0163062 (90.0738) Other time (%) = 0.000199795 (1.10365) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:57 2021 Memory usage per processor = 27.5521 Mbytes Step Atoms AVEKE stressZZ 29237 5000 1.4645883e-10 12212068 29238 -0.0156324999999915 12211921.6335124 29238 5000 1.4472122e-10 12211922 Loop time of 0.018616 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:57 2021 Pair time (%) = 0.00133801 (7.18741) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.183143) Outpt time (%) = 0.0171311 (92.0237) Other time (%) = 0.000112772 (0.605781) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:57 2021 Memory usage per processor = 27.5521 Mbytes Step Atoms AVEKE stressZZ 29238 5000 1.4472122e-10 12211847 29239 -0.0156324999999915 12211701.0310417 29239 5000 1.4361881e-10 12211701 Loop time of 0.018342 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:57 2021 Pair time (%) = 0.00128102 (6.98409) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.17418) Outpt time (%) = 0.0169349 (92.3283) Other time (%) = 9.41753e-05 (0.51344) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:57 2021 Memory usage per processor = 27.5521 Mbytes Step Atoms AVEKE stressZZ 29239 5000 1.4361881e-10 12211627 29240 -0.0156324999999915 12211481.2502662 29240 5000 1.4291686e-10 12211481 Loop time of 0.0212741 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:57 2021 Pair time (%) = 0.00124311 (5.84333) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.150174) Outpt time (%) = 0.0199041 (93.5605) Other time (%) = 9.48906e-05 (0.446038) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:57 2021 Memory usage per processor = 27.5522 Mbytes Step Atoms AVEKE stressZZ 29240 5000 1.4291686e-10 12211407 29241 -0.0156324999999915 12211261.9958122 29241 5000 1.4246813e-10 12211262 Loop time of 0.0178912 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:57 2021 Pair time (%) = 0.001266 (7.07613) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.190562) Outpt time (%) = 0.0164421 (91.9004) Other time (%) = 0.000149012 (0.832878) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:57 2021 Memory usage per processor = 27.5522 Mbytes Step Atoms AVEKE stressZZ 29241 5000 1.4246813e-10 12211188 29242 -0.0156324999999915 12211043.0800145 29242 5000 1.4217978e-10 12211043 Loop time of 0.0186222 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:57 2021 Pair time (%) = 0.00177097 (9.51003) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.209968) Outpt time (%) = 0.0166619 (89.4734) Other time (%) = 0.000150204 (0.806586) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:57 2021 Memory usage per processor = 27.5522 Mbytes Step Atoms AVEKE stressZZ 29242 5000 1.4217978e-10 12210969 29243 -0.0156324999999915 12210824.3835904 29243 5000 1.4199315e-10 12210824 Loop time of 0.0187418 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:57 2021 Pair time (%) = 0.00128579 (6.86054) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.170464) Outpt time (%) = 0.017329 (92.4614) Other time (%) = 9.5129e-05 (0.507575) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:57 2021 Memory usage per processor = 27.5522 Mbytes Step Atoms AVEKE stressZZ 29243 5000 1.4199315e-10 12210751 29244 -0.0156324999999915 12210605.8307342 29244 5000 1.4187107e-10 12210606 Loop time of 0.018698 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:57 2021 Pair time (%) = 0.00126505 (6.7657) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.18234) Outpt time (%) = 0.0172989 (92.5177) Other time (%) = 9.98974e-05 (0.534268) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:57 2021 Memory usage per processor = 27.5522 Mbytes Step Atoms AVEKE stressZZ 29244 5000 1.4187107e-10 12210532 29245 -0.0156324999999915 12210387.3732697 29245 5000 1.4178999e-10 12210387 Loop time of 0.0175738 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:57 2021 Pair time (%) = 0.00120687 (6.86745) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.181794) Outpt time (%) = 0.0162408 (92.4149) Other time (%) = 9.41753e-05 (0.535884) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:57 2021 Memory usage per processor = 27.5522 Mbytes Step Atoms AVEKE stressZZ 29245 5000 1.4178999e-10 12210314 29246 -0.0156324999999915 12210168.9805802 29246 5000 1.4173494e-10 12210169 Loop time of 0.018038 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:57 2021 Pair time (%) = 0.00136089 (7.54458) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.189011) Outpt time (%) = 0.016479 (91.357) Other time (%) = 0.000164032 (0.909367) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:57 2021 Memory usage per processor = 27.5522 Mbytes Step Atoms AVEKE stressZZ 29246 5000 1.4173494e-10 12210096 29247 -0.0156324999999915 12209950.6332083 29247 5000 1.4169643e-10 12209951 Loop time of 0.0185339 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:57 2021 Pair time (%) = 0.001405 (7.58069) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.177522) Outpt time (%) = 0.016983 (91.632) Other time (%) = 0.00011301 (0.609748) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:57 2021 Memory usage per processor = 27.5522 Mbytes Step Atoms AVEKE stressZZ 29247 5000 1.4169643e-10 12209877 29248 -0.0156324999999915 12209732.3187877 29248 5000 1.4166844e-10 12209732 Loop time of 0.0183668 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:57 2021 Pair time (%) = 0.00124717 (6.79033) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.173945) Outpt time (%) = 0.016994 (92.5256) Other time (%) = 9.36985e-05 (0.510151) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:57 2021 Memory usage per processor = 27.5522 Mbytes Step Atoms AVEKE stressZZ 29248 5000 1.4166844e-10 12209659 29249 -0.0156324999999915 12209514.0294597 29249 5000 1.4164712e-10 12209514 Loop time of 0.018106 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:57 2021 Pair time (%) = 0.00128913 (7.11991) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.188302) Outpt time (%) = 0.016643 (91.9201) Other time (%) = 0.000139713 (0.771642) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:57 2021 Memory usage per processor = 27.5522 Mbytes Step Atoms AVEKE stressZZ 29249 5000 1.4164712e-10 12209441 29250 -0.0156324999999915 12209295.7602291 29250 5000 1.4163004e-10 12209296 Loop time of 0.0204842 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:57 2021 Pair time (%) = 0.00141001 (6.88339) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.169931) Outpt time (%) = 0.018934 (92.4322) Other time (%) = 0.000105381 (0.51445) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:57 2021 Memory usage per processor = 27.5522 Mbytes Step Atoms AVEKE stressZZ 29250 5000 1.4163004e-10 12209222 29251 -0.0156324999999915 12209077.5079213 29251 5000 1.4161566e-10 12209078 Loop time of 0.0179811 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:58 2021 Pair time (%) = 0.00146818 (8.16516) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.200217) Outpt time (%) = 0.0162961 (90.6296) Other time (%) = 0.000180721 (1.00507) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:58 2021 Memory usage per processor = 27.5522 Mbytes Step Atoms AVEKE stressZZ 29251 5000 1.4161566e-10 12209004 29252 -0.0156324999999915 12208859.2705185 29252 5000 1.41603e-10 12208859 Loop time of 0.0185049 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:58 2021 Pair time (%) = 0.00133514 (7.2151) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.177801) Outpt time (%) = 0.0170341 (92.0518) Other time (%) = 0.000102758 (0.555305) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:58 2021 Memory usage per processor = 27.5522 Mbytes Step Atoms AVEKE stressZZ 29252 5000 1.41603e-10 12208786 29253 -0.0156324999999915 12208641.0467383 29253 5000 1.4159143e-10 12208641 Loop time of 0.0179901 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:58 2021 Pair time (%) = 0.00123906 (6.88746) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.184213) Outpt time (%) = 0.0166252 (92.4128) Other time (%) = 9.27448e-05 (0.515532) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:58 2021 Memory usage per processor = 27.5522 Mbytes Step Atoms AVEKE stressZZ 29253 5000 1.4159143e-10 12208568 29254 -0.0156324999999915 12208422.8357651 29254 5000 1.4158055e-10 12208423 Loop time of 0.0178289 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:58 2021 Pair time (%) = 0.00124788 (6.9992) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.179192) Outpt time (%) = 0.0164559 (92.2987) Other time (%) = 9.32217e-05 (0.522867) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:58 2021 Memory usage per processor = 27.5522 Mbytes Step Atoms AVEKE stressZZ 29254 5000 1.4158055e-10 12208349 29255 -0.0156324999999915 12208204.6370806 29255 5000 1.4157011e-10 12208205 Loop time of 0.017705 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:58 2021 Pair time (%) = 0.00135088 (7.62995) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.20334) Outpt time (%) = 0.0162129 (91.5729) Other time (%) = 0.000105143 (0.593859) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:58 2021 Memory usage per processor = 27.5522 Mbytes Step Atoms AVEKE stressZZ 29255 5000 1.4157011e-10 12208131 29256 -0.0156324999999915 12207986.4503597 29256 5000 1.4155995e-10 12207986 Loop time of 0.018198 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:58 2021 Pair time (%) = 0.00133395 (7.33021) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.258097) Outpt time (%) = 0.016674 (91.6256) Other time (%) = 0.000143051 (0.786081) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:58 2021 Memory usage per processor = 27.5522 Mbytes Step Atoms AVEKE stressZZ 29256 5000 1.4155995e-10 12207913 29257 -0.0156324999999915 12207768.2753918 29257 5000 1.4154997e-10 12207768 Loop time of 0.0183959 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:58 2021 Pair time (%) = 0.00123715 (6.72516) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.185334) Outpt time (%) = 0.0170259 (92.5529) Other time (%) = 9.87053e-05 (0.536561) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:58 2021 Memory usage per processor = 27.5522 Mbytes Step Atoms AVEKE stressZZ 29257 5000 1.4154997e-10 12207695 29258 -0.0156324999999915 12207550.1120435 29258 5000 1.415401e-10 12207550 Loop time of 0.01788 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:58 2021 Pair time (%) = 0.00120902 (6.76187) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.180014) Outpt time (%) = 0.016551 (92.5674) Other time (%) = 8.7738e-05 (0.490706) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:58 2021 Memory usage per processor = 27.5522 Mbytes Step Atoms AVEKE stressZZ 29258 5000 1.415401e-10 12207477 29259 -0.0156324999999915 12207331.9602298 29259 5000 1.4153031e-10 12207332 Loop time of 0.017612 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:58 2021 Pair time (%) = 0.00122595 (6.96088) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.186815) Outpt time (%) = 0.0162501 (92.2675) Other time (%) = 0.000102997 (0.584811) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:58 2021 Memory usage per processor = 27.5522 Mbytes Step Atoms AVEKE stressZZ 29259 5000 1.4153031e-10 12207259 29260 -0.0156324999999915 12207113.8198985 29260 5000 1.4152056e-10 12207114 Loop time of 0.021451 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:58 2021 Pair time (%) = 0.00167704 (7.81799) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.176722) Outpt time (%) = 0.0195539 (91.1561) Other time (%) = 0.000182152 (0.849153) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:58 2021 Memory usage per processor = 27.5522 Mbytes Step Atoms AVEKE stressZZ 29260 5000 1.4152056e-10 12207040 29261 -0.0156324999999915 12206895.691018 29261 5000 1.4151084e-10 12206896 Loop time of 0.0183351 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:58 2021 Pair time (%) = 0.00129604 (7.06864) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.174245) Outpt time (%) = 0.0169039 (92.1941) Other time (%) = 0.000103235 (0.563047) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:58 2021 Memory usage per processor = 27.5522 Mbytes Step Atoms AVEKE stressZZ 29261 5000 1.4151084e-10 12206822 29262 -0.0156324999999915 12206677.5735744 29262 5000 1.4150115e-10 12206678 Loop time of 0.018265 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:58 2021 Pair time (%) = 0.00120497 (6.59714) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.174914) Outpt time (%) = 0.0169351 (92.7189) Other time (%) = 9.29832e-05 (0.509079) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:58 2021 Memory usage per processor = 27.5522 Mbytes Step Atoms AVEKE stressZZ 29262 5000 1.4150115e-10 12206604 29263 -0.0156324999999915 12206459.4675763 29263 5000 1.4149146e-10 12206459 Loop time of 0.0179231 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:58 2021 Pair time (%) = 0.00127006 (7.08613) Neigh time (%) = 0 (0) Comm time (%) = 6.60419e-05 (0.368474) Outpt time (%) = 0.0164552 (91.8098) Other time (%) = 0.000131845 (0.735617) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:58 2021 Memory usage per processor = 27.5522 Mbytes Step Atoms AVEKE stressZZ 29263 5000 1.4149146e-10 12206386 29264 -0.0156324999999915 12206241.3729651 29264 5000 1.4148179e-10 12206241 Loop time of 0.0175819 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:58 2021 Pair time (%) = 0.00124788 (7.09753) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.192558) Outpt time (%) = 0.0161951 (92.1119) Other time (%) = 0.000105143 (0.598015) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:58 2021 Memory usage per processor = 27.5522 Mbytes Step Atoms AVEKE stressZZ 29264 5000 1.4148179e-10 12206168 29265 -0.0156324999999915 12206023.2897245 29265 5000 1.4147212e-10 12206023 Loop time of 0.0183702 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:58 2021 Pair time (%) = 0.00146008 (7.94809) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.212849) Outpt time (%) = 0.0167308 (91.0759) Other time (%) = 0.00014019 (0.763141) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:58 2021 Memory usage per processor = 27.5522 Mbytes Step Atoms AVEKE stressZZ 29265 5000 1.4147212e-10 12205950 29266 -0.0156324999999915 12205805.2178497 29266 5000 1.4146245e-10 12205805 Loop time of 0.018373 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:58 2021 Pair time (%) = 0.00120497 (6.55836) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.173886) Outpt time (%) = 0.0170441 (92.7669) Other time (%) = 9.20296e-05 (0.500895) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:58 2021 Memory usage per processor = 27.5522 Mbytes Step Atoms AVEKE stressZZ 29266 5000 1.4146245e-10 12205732 29267 -0.0156324999999915 12205587.1573369 29267 5000 1.4145279e-10 12205587 Loop time of 0.018105 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:58 2021 Pair time (%) = 0.00120711 (6.66728) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.17646) Outpt time (%) = 0.016773 (92.6427) Other time (%) = 9.29832e-05 (0.513577) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:58 2021 Memory usage per processor = 27.5522 Mbytes Step Atoms AVEKE stressZZ 29267 5000 1.4145279e-10 12205514 29268 -0.0156324999999915 12205369.1081836 29268 5000 1.4144313e-10 12205369 Loop time of 0.0175562 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:58 2021 Pair time (%) = 0.00122404 (6.97213) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.19284) Outpt time (%) = 0.0162001 (92.2755) Other time (%) = 9.82285e-05 (0.559509) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:58 2021 Memory usage per processor = 27.5522 Mbytes Step Atoms AVEKE stressZZ 29268 5000 1.4144313e-10 12205296 29269 -0.0156324999999915 12205151.0703876 29269 5000 1.4143347e-10 12205151 Loop time of 0.018296 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:58 2021 Pair time (%) = 0.00159311 (8.70744) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.208499) Outpt time (%) = 0.0165138 (90.2592) Other time (%) = 0.000150919 (0.824874) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:58 2021 Memory usage per processor = 27.5522 Mbytes Step Atoms AVEKE stressZZ 29269 5000 1.4143347e-10 12205078 29270 -0.0156324999999915 12204933.0439473 29270 5000 1.4142381e-10 12204933 Loop time of 0.022295 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:58 2021 Pair time (%) = 0.00148892 (6.67829) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.161477) Outpt time (%) = 0.020586 (92.3347) Other time (%) = 0.000184059 (0.825562) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:58 2021 Memory usage per processor = 27.5522 Mbytes Step Atoms AVEKE stressZZ 29270 5000 1.4142381e-10 12204860 29271 -0.0156324999999915 12204715.0288608 29271 5000 1.4141416e-10 12204715 Loop time of 0.0184829 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:58 2021 Pair time (%) = 0.00125599 (6.7954) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.184461) Outpt time (%) = 0.017092 (92.4745) Other time (%) = 0.000100851 (0.545645) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:58 2021 Memory usage per processor = 27.5522 Mbytes Step Atoms AVEKE stressZZ 29271 5000 1.4141416e-10 12204642 29272 -0.0156324999999915 12204497.0251264 29272 5000 1.414045e-10 12204497 Loop time of 0.017972 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:58 2021 Pair time (%) = 0.00121093 (6.73786) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.179093) Outpt time (%) = 0.0166011 (92.372) Other time (%) = 0.000127792 (0.711064) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:58 2021 Memory usage per processor = 27.5522 Mbytes Step Atoms AVEKE stressZZ 29272 5000 1.414045e-10 12204424 29273 -0.0156324999999915 12204279.032743 29273 5000 1.4139485e-10 12204279 Loop time of 0.017596 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:58 2021 Pair time (%) = 0.00127292 (7.23412) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.215438) Outpt time (%) = 0.0161631 (91.8567) Other time (%) = 0.00012207 (0.693739) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:58 2021 Memory usage per processor = 27.5522 Mbytes Step Atoms AVEKE stressZZ 29273 5000 1.4139485e-10 12204206 29274 -0.0156324999999915 12204061.0517092 29274 5000 1.413852e-10 12204061 Loop time of 0.021471 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:58 2021 Pair time (%) = 0.00148296 (6.90681) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.177667) Outpt time (%) = 0.0198121 (92.2737) Other time (%) = 0.000137806 (0.641823) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:58 2021 Memory usage per processor = 27.5522 Mbytes Step Atoms AVEKE stressZZ 29274 5000 1.413852e-10 12203988 29275 -0.0156324999999915 12203843.0820238 29275 5000 1.4137555e-10 12203843 Loop time of 0.0205579 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:58 2021 Pair time (%) = 0.00152898 (7.43743) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.170482) Outpt time (%) = 0.0189009 (91.9398) Other time (%) = 9.29832e-05 (0.4523) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:58 2021 Memory usage per processor = 27.5522 Mbytes Step Atoms AVEKE stressZZ 29275 5000 1.4137555e-10 12203770 29276 -0.0156324999999915 12203625.1236855 29276 5000 1.413659e-10 12203625 Loop time of 0.0189152 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:58 2021 Pair time (%) = 0.00120592 (6.37542) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.168902) Outpt time (%) = 0.0175872 (92.9792) Other time (%) = 9.01222e-05 (0.476455) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:58 2021 Memory usage per processor = 27.5522 Mbytes Step Atoms AVEKE stressZZ 29276 5000 1.413659e-10 12203552 29277 -0.0156324999999915 12203407.1766929 29277 5000 1.4135625e-10 12203407 Loop time of 0.0184798 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:58 2021 Pair time (%) = 0.00135207 (7.31648) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.179332) Outpt time (%) = 0.0169899 (91.9378) Other time (%) = 0.000104666 (0.566379) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:58 2021 Memory usage per processor = 27.5522 Mbytes Step Atoms AVEKE stressZZ 29277 5000 1.4135625e-10 12203334 29278 -0.0156324999999915 12203189.2410451 29278 5000 1.413466e-10 12203189 Loop time of 0.018064 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:58 2021 Pair time (%) = 0.00120902 (6.69298) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.187419) Outpt time (%) = 0.016721 (92.5653) Other time (%) = 0.000100136 (0.554338) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:58 2021 Memory usage per processor = 27.5522 Mbytes Step Atoms AVEKE stressZZ 29278 5000 1.413466e-10 12203116 29279 -0.0156324999999915 12202971.3167406 29279 5000 1.4133696e-10 12202971 Loop time of 0.0175538 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:58 2021 Pair time (%) = 0.00120378 (6.85763) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182001) Outpt time (%) = 0.016223 (92.4184) Other time (%) = 9.5129e-05 (0.541928) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:58 2021 Memory usage per processor = 27.5522 Mbytes Step Atoms AVEKE stressZZ 29279 5000 1.4133696e-10 12202898 29280 -0.0156324999999915 12202753.4037785 29280 5000 1.4132731e-10 12202753 Loop time of 0.0204501 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:58 2021 Pair time (%) = 0.00129604 (6.33758) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.166717) Outpt time (%) = 0.0189869 (92.8452) Other time (%) = 0.000133038 (0.650547) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:58 2021 Memory usage per processor = 27.5522 Mbytes Step Atoms AVEKE stressZZ 29280 5000 1.4132731e-10 12202680 29281 -0.0156324999999915 12202535.5021576 29281 5000 1.4131767e-10 12202536 Loop time of 0.018754 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:58 2021 Pair time (%) = 0.00164485 (8.77066) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.202136) Outpt time (%) = 0.0169039 (90.1348) Other time (%) = 0.00016737 (0.892449) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:58 2021 Memory usage per processor = 27.5522 Mbytes Step Atoms AVEKE stressZZ 29281 5000 1.4131767e-10 12202462 29282 -0.0156324999999915 12202317.6118765 29282 5000 1.4130802e-10 12202318 Loop time of 0.0185778 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:58 2021 Pair time (%) = 0.00141096 (7.59487) Neigh time (%) = 0 (0) Comm time (%) = 8.70228e-05 (0.468423) Outpt time (%) = 0.0169849 (91.4259) Other time (%) = 9.48906e-05 (0.510774) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:58 2021 Memory usage per processor = 27.5522 Mbytes Step Atoms AVEKE stressZZ 29282 5000 1.4130802e-10 12202244 29283 -0.0156324999999915 12202099.7329343 29283 5000 1.4129838e-10 12202100 Loop time of 0.018434 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:58 2021 Pair time (%) = 0.00127792 (6.93241) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.259965) Outpt time (%) = 0.016979 (92.1066) Other time (%) = 0.000129223 (0.701001) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:58 2021 Memory usage per processor = 27.5522 Mbytes Step Atoms AVEKE stressZZ 29283 5000 1.4129838e-10 12202026 29284 -0.0156324999999915 12201881.8653296 29284 5000 1.4128874e-10 12201882 Loop time of 0.0177021 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:58 2021 Pair time (%) = 0.00120592 (6.8123) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.180476) Outpt time (%) = 0.016309 (92.1304) Other time (%) = 0.00015521 (0.876791) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:58 2021 Memory usage per processor = 27.5522 Mbytes Step Atoms AVEKE stressZZ 29284 5000 1.4128874e-10 12201809 29285 -0.0156324999999915 12201664.0090615 29285 5000 1.412791e-10 12201664 Loop time of 0.0177641 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:58 2021 Pair time (%) = 0.00137615 (7.74682) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.2134) Outpt time (%) = 0.016238 (91.409) Other time (%) = 0.000112057 (0.630805) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:58 2021 Memory usage per processor = 27.5522 Mbytes Step Atoms AVEKE stressZZ 29285 5000 1.412791e-10 12201591 29286 -0.0156324999999915 12201446.1641288 29286 5000 1.4126946e-10 12201446 Loop time of 0.0182462 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:58 2021 Pair time (%) = 0.00124621 (6.83) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.180321) Outpt time (%) = 0.0168681 (92.4474) Other time (%) = 9.89437e-05 (0.542271) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:58 2021 Memory usage per processor = 27.5522 Mbytes Step Atoms AVEKE stressZZ 29286 5000 1.4126946e-10 12201373 29287 -0.0156324999999915 12201228.3305307 29287 5000 1.4125983e-10 12201228 Loop time of 0.0183389 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:58 2021 Pair time (%) = 0.00120997 (6.59785) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.17941) Outpt time (%) = 0.0170031 (92.7157) Other time (%) = 9.29832e-05 (0.507027) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:58 2021 Memory usage per processor = 27.5522 Mbytes Step Atoms AVEKE stressZZ 29287 5000 1.4125983e-10 12201155 29288 -0.0156324999999915 12201010.5082659 29288 5000 1.4125019e-10 12201011 Loop time of 0.017513 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:58 2021 Pair time (%) = 0.00120807 (6.8981) Neigh time (%) = 0 (0) Comm time (%) = 5.4121e-05 (0.309033) Outpt time (%) = 0.0161312 (92.1095) Other time (%) = 0.000119686 (0.683412) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:58 2021 Memory usage per processor = 27.5522 Mbytes Step Atoms AVEKE stressZZ 29288 5000 1.4125019e-10 12200937 29289 -0.0156324999999915 12200792.6973332 29289 5000 1.4124056e-10 12200793 Loop time of 0.0179009 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:58 2021 Pair time (%) = 0.00130105 (7.26805) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.189127) Outpt time (%) = 0.0164011 (91.6212) Other time (%) = 0.000164986 (0.921659) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:58 2021 Memory usage per processor = 27.5522 Mbytes Step Atoms AVEKE stressZZ 29289 5000 1.4124056e-10 12200719 29290 -0.0156324999999915 12200574.897751 29290 5000 1.4123092e-10 12200575 Loop time of 0.021389 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:58 2021 Pair time (%) = 0.00132012 (6.17197) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.15494) Outpt time (%) = 0.0199351 (93.2027) Other time (%) = 0.000100613 (0.470394) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:58 2021 Memory usage per processor = 27.5522 Mbytes Step Atoms AVEKE stressZZ 29290 5000 1.4123092e-10 12200502 29291 -0.0156324999999915 12200357.1095015 29291 5000 1.4122129e-10 12200357 Loop time of 0.0181291 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:58 2021 Pair time (%) = 0.00120902 (6.66895) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.176225) Outpt time (%) = 0.016799 (92.663) Other time (%) = 8.91685e-05 (0.491853) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:58 2021 Memory usage per processor = 27.5522 Mbytes Step Atoms AVEKE stressZZ 29291 5000 1.4122129e-10 12200284 29292 -0.0156324999999915 12200139.3325801 29292 5000 1.4121166e-10 12200139 Loop time of 0.018049 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:59 2021 Pair time (%) = 0.00120783 (6.69194) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.177008) Outpt time (%) = 0.0167148 (92.608) Other time (%) = 9.44138e-05 (0.523097) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:59 2021 Memory usage per processor = 27.5522 Mbytes Step Atoms AVEKE stressZZ 29292 5000 1.4121166e-10 12200066 29293 -0.0156324999999915 12199921.5669855 29293 5000 1.4120203e-10 12199922 Loop time of 0.0175569 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:59 2021 Pair time (%) = 0.00123 (7.0058) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.192833) Outpt time (%) = 0.016192 (92.2256) Other time (%) = 0.000101089 (0.575782) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:59 2021 Memory usage per processor = 27.5522 Mbytes Step Atoms AVEKE stressZZ 29293 5000 1.4120203e-10 12199848 29294 -0.0156324999999915 12199703.8127169 29294 5000 1.411924e-10 12199704 Loop time of 0.0183582 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:59 2021 Pair time (%) = 0.00162005 (8.82468) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.207792) Outpt time (%) = 0.0165162 (89.9662) Other time (%) = 0.000183821 (1.0013) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:59 2021 Memory usage per processor = 27.5522 Mbytes Step Atoms AVEKE stressZZ 29294 5000 1.411924e-10 12199630 29295 -0.0156324999999915 12199486.0697733 29295 5000 1.4118277e-10 12199486 Loop time of 0.0183661 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:59 2021 Pair time (%) = 0.00120401 (6.55563) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.173951) Outpt time (%) = 0.0170372 (92.7641) Other time (%) = 9.29832e-05 (0.506277) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:59 2021 Memory usage per processor = 27.5522 Mbytes Step Atoms AVEKE stressZZ 29295 5000 1.4118277e-10 12199413 29296 -0.0156324999999915 12199268.338154 29296 5000 1.4117314e-10 12199268 Loop time of 0.0181539 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:59 2021 Pair time (%) = 0.00121808 (6.70974) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.177298) Outpt time (%) = 0.016809 (92.5916) Other time (%) = 9.46522e-05 (0.521387) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:59 2021 Memory usage per processor = 27.5522 Mbytes Step Atoms AVEKE stressZZ 29296 5000 1.4117314e-10 12199195 29297 -0.0156324999999915 12199050.6178578 29297 5000 1.4116352e-10 12199051 Loop time of 0.0176721 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:59 2021 Pair time (%) = 0.00126386 (7.15172) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.198322) Outpt time (%) = 0.016269 (92.0604) Other time (%) = 0.000104189 (0.589569) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:59 2021 Memory usage per processor = 27.5522 Mbytes Step Atoms AVEKE stressZZ 29297 5000 1.4116352e-10 12198977 29298 -0.0156324999999915 12198832.908884 29298 5000 1.4115389e-10 12198833 Loop time of 0.0179269 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:59 2021 Pair time (%) = 0.001472 (8.21109) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.284609) Outpt time (%) = 0.0162439 (90.6119) Other time (%) = 0.000159979 (0.892394) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:59 2021 Memory usage per processor = 27.5522 Mbytes Step Atoms AVEKE stressZZ 29298 5000 1.4115389e-10 12198760 29299 -0.0156324999999915 12198615.2112319 29299 5000 1.4114427e-10 12198615 Loop time of 0.0182261 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:59 2021 Pair time (%) = 0.00131297 (7.20378) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.175287) Outpt time (%) = 0.0167792 (92.0611) Other time (%) = 0.000102043 (0.559872) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:59 2021 Memory usage per processor = 27.5522 Mbytes Step Atoms AVEKE stressZZ 29299 5000 1.4114427e-10 12198542 29300 -0.0156324999999915 12198397.5249006 29300 5000 1.4113465e-10 12198398 Loop time of 0.021172 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:59 2021 Pair time (%) = 0.00125003 (5.90415) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.152024) Outpt time (%) = 0.0197971 (93.5058) Other time (%) = 9.27448e-05 (0.438053) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:59 2021 Memory usage per processor = 27.5522 Mbytes Step Atoms AVEKE stressZZ 29300 5000 1.4113465e-10 12198324 29301 -0.0156324999999915 12198179.8498941 29301 5000 1.4112503e-10 12198180 Loop time of 0.017849 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:59 2021 Pair time (%) = 0.00121117 (6.78564) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.173648) Outpt time (%) = 0.0165122 (92.5104) Other time (%) = 9.46522e-05 (0.530295) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:59 2021 Memory usage per processor = 27.5522 Mbytes Step Atoms AVEKE stressZZ 29301 5000 1.4112503e-10 12198107 29302 -0.0156324999999915 12197962.1862077 29302 5000 1.4111541e-10 12197962 Loop time of 0.0176671 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:59 2021 Pair time (%) = 0.00135398 (7.66386) Neigh time (%) = 0 (0) Comm time (%) = 6.60419e-05 (0.373814) Outpt time (%) = 0.0161312 (91.3065) Other time (%) = 0.000115871 (0.655862) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:59 2021 Memory usage per processor = 27.5522 Mbytes Step Atoms AVEKE stressZZ 29302 5000 1.4111541e-10 12197889 29303 -0.0156324999999915 12197744.533841 29303 5000 1.4110579e-10 12197745 Loop time of 0.018441 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:59 2021 Pair time (%) = 0.00164294 (8.9092) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.201688) Outpt time (%) = 0.016614 (90.0927) Other time (%) = 0.000146866 (0.796411) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:59 2021 Memory usage per processor = 27.5522 Mbytes Step Atoms AVEKE stressZZ 29303 5000 1.4110579e-10 12197671 29304 -0.0156324999999915 12197526.8927938 29304 5000 1.4109617e-10 12197527 Loop time of 0.0184681 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:59 2021 Pair time (%) = 0.00125194 (6.7789) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.17299) Outpt time (%) = 0.017091 (92.5433) Other time (%) = 9.32217e-05 (0.50477) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:59 2021 Memory usage per processor = 27.5522 Mbytes Step Atoms AVEKE stressZZ 29304 5000 1.4109617e-10 12197454 29305 -0.0156324999999915 12197309.2630668 29305 5000 1.4108655e-10 12197309 Loop time of 0.0183089 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:59 2021 Pair time (%) = 0.00125003 (6.82745) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.174495) Outpt time (%) = 0.0169339 (92.4902) Other time (%) = 9.29832e-05 (0.507859) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:59 2021 Memory usage per processor = 27.5522 Mbytes Step Atoms AVEKE stressZZ 29305 5000 1.4108655e-10 12197236 29306 -0.0156324999999915 12197091.6446817 29306 5000 1.4107694e-10 12197092 Loop time of 0.01773 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:59 2021 Pair time (%) = 0.00128603 (7.25341) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.185571) Outpt time (%) = 0.0162499 (91.652) Other time (%) = 0.000161171 (0.90903) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:59 2021 Memory usage per processor = 27.5522 Mbytes Step Atoms AVEKE stressZZ 29306 5000 1.4107694e-10 12197018 29307 -0.0156324999999915 12196874.0376893 29307 5000 1.4106732e-10 12196874 Loop time of 0.017941 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:59 2021 Pair time (%) = 0.00146008 (8.13821) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.207309) Outpt time (%) = 0.016216 (90.3854) Other time (%) = 0.00022769 (1.2691) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:59 2021 Memory usage per processor = 27.5522 Mbytes Step Atoms AVEKE stressZZ 29307 5000 1.4106732e-10 12196801 29308 -0.0156324999999915 12196656.442065 29308 5000 1.4105771e-10 12196656 Loop time of 0.0182052 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:59 2021 Pair time (%) = 0.00124216 (6.82312) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.175489) Outpt time (%) = 0.0168278 (92.4343) Other time (%) = 0.000103235 (0.567066) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:59 2021 Memory usage per processor = 27.5522 Mbytes Step Atoms AVEKE stressZZ 29308 5000 1.4105771e-10 12196583 29309 -0.0156324999999915 12196438.8578211 29309 5000 1.410481e-10 12196439 Loop time of 0.018285 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:59 2021 Pair time (%) = 0.00120592 (6.59513) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.174723) Outpt time (%) = 0.0169539 (92.7203) Other time (%) = 9.32217e-05 (0.509825) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:59 2021 Memory usage per processor = 27.5522 Mbytes Step Atoms AVEKE stressZZ 29309 5000 1.410481e-10 12196366 29310 -0.0156324999999915 12196221.2849211 29310 5000 1.4103848e-10 12196221 Loop time of 0.020962 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:59 2021 Pair time (%) = 0.00120401 (5.74379) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.15241) Outpt time (%) = 0.0196311 (93.6511) Other time (%) = 9.48906e-05 (0.452679) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:59 2021 Memory usage per processor = 27.5522 Mbytes Step Atoms AVEKE stressZZ 29310 5000 1.4103848e-10 12196148 29311 -0.0156324999999915 12196003.7233391 29311 5000 1.4102887e-10 12196004 Loop time of 0.018961 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:59 2021 Pair time (%) = 0.00150919 (7.95946) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.173524) Outpt time (%) = 0.0172992 (91.2358) Other time (%) = 0.000119686 (0.631224) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:59 2021 Memory usage per processor = 27.5522 Mbytes Step Atoms AVEKE stressZZ 29311 5000 1.4102887e-10 12195930 29312 -0.0156324999999915 12195786.1730711 29312 5000 1.4101927e-10 12195786 Loop time of 0.018106 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:59 2021 Pair time (%) = 0.00151491 (8.36691) Neigh time (%) = 0 (0) Comm time (%) = 5.19753e-05 (0.287061) Outpt time (%) = 0.0163929 (90.5388) Other time (%) = 0.000146151 (0.807195) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:59 2021 Memory usage per processor = 27.5522 Mbytes Step Atoms AVEKE stressZZ 29312 5000 1.4101927e-10 12195713 29313 -0.0156324999999915 12195568.6341096 29313 5000 1.4100966e-10 12195569 Loop time of 0.0183051 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:59 2021 Pair time (%) = 0.00120807 (6.59963) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.174531) Outpt time (%) = 0.0169709 (92.7114) Other time (%) = 9.41753e-05 (0.514477) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:59 2021 Memory usage per processor = 27.5522 Mbytes Step Atoms AVEKE stressZZ 29313 5000 1.4100966e-10 12195495 29314 -0.0156324999999915 12195351.1064463 29314 5000 1.4100005e-10 12195351 Loop time of 0.018172 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:59 2021 Pair time (%) = 0.00120997 (6.65844) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.175809) Outpt time (%) = 0.0168371 (92.6541) Other time (%) = 9.29832e-05 (0.511683) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:59 2021 Memory usage per processor = 27.5522 Mbytes Step Atoms AVEKE stressZZ 29314 5000 1.4100005e-10 12195278 29315 -0.0156324999999915 12195133.5901011 29315 5000 1.4099044e-10 12195134 Loop time of 0.019933 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:59 2021 Pair time (%) = 0.00121188 (6.07978) Neigh time (%) = 0 (0) Comm time (%) = 6.10352e-05 (0.306202) Outpt time (%) = 0.0185049 (92.8354) Other time (%) = 0.00015521 (0.778662) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:59 2021 Memory usage per processor = 27.5522 Mbytes Step Atoms AVEKE stressZZ 29315 5000 1.4099044e-10 12195060 29316 -0.0156324999999915 12194916.0851173 29316 5000 1.4098084e-10 12194916 Loop time of 0.0198269 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:59 2021 Pair time (%) = 0.00152206 (7.67677) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.161135) Outpt time (%) = 0.018183 (91.7088) Other time (%) = 8.98838e-05 (0.453343) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:59 2021 Memory usage per processor = 27.5522 Mbytes Step Atoms AVEKE stressZZ 29316 5000 1.4098084e-10 12194843 29317 -0.0156324999999915 12194698.5914681 29317 5000 1.4097124e-10 12194699 Loop time of 0.018635 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:59 2021 Pair time (%) = 0.00128007 (6.86915) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.171441) Outpt time (%) = 0.0172341 (92.4822) Other time (%) = 8.89301e-05 (0.47722) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:59 2021 Memory usage per processor = 27.5522 Mbytes Step Atoms AVEKE stressZZ 29317 5000 1.4097124e-10 12194625 29318 -0.0156324999999915 12194481.1091425 29318 5000 1.4096163e-10 12194481 Loop time of 0.019006 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:59 2021 Pair time (%) = 0.00127912 (6.73006) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.168095) Outpt time (%) = 0.017606 (92.6339) Other time (%) = 8.89301e-05 (0.467905) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:59 2021 Memory usage per processor = 27.5522 Mbytes Step Atoms AVEKE stressZZ 29318 5000 1.4096163e-10 12194408 29319 -0.0156324999999915 12194263.6381274 29319 5000 1.4095203e-10 12194264 Loop time of 0.0175171 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:59 2021 Pair time (%) = 0.00120282 (6.86656) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.176938) Outpt time (%) = 0.016175 (92.3386) Other time (%) = 0.000108242 (0.617922) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:59 2021 Memory usage per processor = 27.5522 Mbytes Step Atoms AVEKE stressZZ 29319 5000 1.4095203e-10 12194190 29320 -0.0156324999999915 12194046.1784246 29320 5000 1.4094243e-10 12194046 Loop time of 0.0207942 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:59 2021 Pair time (%) = 0.001436 (6.90576) Neigh time (%) = 0 (0) Comm time (%) = 5.29289e-05 (0.254538) Outpt time (%) = 0.0191171 (91.9351) Other time (%) = 0.000188112 (0.90464) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:59 2021 Memory usage per processor = 27.5522 Mbytes Step Atoms AVEKE stressZZ 29320 5000 1.4094243e-10 12193973 29321 -0.0156324999999915 12193828.7300312 29321 5000 1.4093283e-10 12193829 Loop time of 0.0184011 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:59 2021 Pair time (%) = 0.00138998 (7.55377) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.178803) Outpt time (%) = 0.0168149 (91.3799) Other time (%) = 0.000163317 (0.887536) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:59 2021 Memory usage per processor = 27.5522 Mbytes Step Atoms AVEKE stressZZ 29321 5000 1.4093283e-10 12193755 29322 -0.0156324999999915 12193611.2929446 29322 5000 1.4092324e-10 12193611 Loop time of 0.0184681 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:59 2021 Pair time (%) = 0.0012331 (6.67691) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.17299) Outpt time (%) = 0.0171082 (92.6363) Other time (%) = 9.48906e-05 (0.513807) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:59 2021 Memory usage per processor = 27.5522 Mbytes Step Atoms AVEKE stressZZ 29322 5000 1.4092324e-10 12193538 29323 -0.0156324999999915 12193393.8671619 29323 5000 1.4091364e-10 12193394 Loop time of 0.0182889 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:59 2021 Pair time (%) = 0.00127888 (6.99266) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.181204) Outpt time (%) = 0.0168328 (92.0387) Other time (%) = 0.000144005 (0.787391) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:59 2021 Memory usage per processor = 27.5522 Mbytes Step Atoms AVEKE stressZZ 29323 5000 1.4091364e-10 12193321 29324 -0.0156324999999915 12193176.4526811 29324 5000 1.4090404e-10 12193176 Loop time of 0.0175471 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:59 2021 Pair time (%) = 0.00128198 (7.30591) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.19294) Outpt time (%) = 0.016125 (91.8952) Other time (%) = 0.000106335 (0.605995) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:59 2021 Memory usage per processor = 27.5522 Mbytes Step Atoms AVEKE stressZZ 29324 5000 1.4090404e-10 12193103 29325 -0.0156324999999915 12192959.0495001 29325 5000 1.4089445e-10 12192959 Loop time of 0.0184522 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:59 2021 Pair time (%) = 0.00159311 (8.63374) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.200274) Outpt time (%) = 0.0166829 (90.4114) Other time (%) = 0.000139236 (0.75458) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:59 2021 Memory usage per processor = 27.5522 Mbytes Step Atoms AVEKE stressZZ 29325 5000 1.4089445e-10 12192886 29326 -0.0156324999999915 12192741.6576167 29326 5000 1.4088486e-10 12192742 Loop time of 0.0181739 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:59 2021 Pair time (%) = 0.00120807 (6.64725) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.175791) Outpt time (%) = 0.0168378 (92.6483) Other time (%) = 9.60827e-05 (0.528684) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:59 2021 Memory usage per processor = 27.5522 Mbytes Step Atoms AVEKE stressZZ 29326 5000 1.4088486e-10 12192668 29327 -0.0156324999999915 12192524.2770293 29327 5000 1.4087526e-10 12192524 Loop time of 0.018286 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:59 2021 Pair time (%) = 0.00120592 (6.59478) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.176017) Outpt time (%) = 0.0169539 (92.7155) Other time (%) = 9.39369e-05 (0.51371) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:59 2021 Memory usage per processor = 27.5522 Mbytes Step Atoms AVEKE stressZZ 29327 5000 1.4087526e-10 12192451 29328 -0.0156324999999915 12192306.9077358 29328 5000 1.4086567e-10 12192307 Loop time of 0.017967 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:59 2021 Pair time (%) = 0.00124192 (6.91225) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.18445) Outpt time (%) = 0.0165942 (92.3592) Other time (%) = 9.77516e-05 (0.544062) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:59 2021 Memory usage per processor = 27.5522 Mbytes Step Atoms AVEKE stressZZ 29328 5000 1.4086567e-10 12192234 29329 -0.0156324999999915 12192089.5497345 29329 5000 1.4085608e-10 12192090 Loop time of 0.0179801 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:59 2021 Pair time (%) = 0.00159287 (8.8591) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.200228) Outpt time (%) = 0.0162108 (90.1597) Other time (%) = 0.000140429 (0.781022) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:59 2021 Memory usage per processor = 27.5522 Mbytes Step Atoms AVEKE stressZZ 29329 5000 1.4085608e-10 12192016 29330 -0.0156324999999915 12191872.203052 29330 5000 1.4084649e-10 12191872 Loop time of 0.0211351 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:59 2021 Pair time (%) = 0.00131297 (6.21228) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.165826) Outpt time (%) = 0.0196819 (93.1244) Other time (%) = 0.000105143 (0.497479) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:29:59 2021 Memory usage per processor = 27.5522 Mbytes Step Atoms AVEKE stressZZ 29330 5000 1.4084649e-10 12191799 29331 -0.0156324999999915 12191627.0755737 29331 5000 2.773484e-10 12192030 Loop time of 0.0177059 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:29:59 2021 Pair time (%) = 0.00120783 (6.82161) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.181784) Outpt time (%) = 0.01633 (92.2291) Other time (%) = 0.000135899 (0.767532) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:29:59 2021 Memory usage per processor = 27.5522 Mbytes Step Atoms AVEKE stressZZ 29331 5000 2.773484e-10 12270726 29332 -0.0156649999999915 12270537.4214096 29332 5000 2.2308219e-10 12270537 Loop time of 0.0174372 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:00 2021 Pair time (%) = 0.00120711 (6.92262) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183218) Outpt time (%) = 0.0161049 (92.3595) Other time (%) = 9.32217e-05 (0.534613) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:00 2021 Memory usage per processor = 27.5522 Mbytes Step Atoms AVEKE stressZZ 29332 5000 2.2308219e-10 12270438 29333 -0.0156649999999915 12270264.8290994 29333 5000 1.9167001e-10 12270265 Loop time of 0.017308 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:00 2021 Pair time (%) = 0.00124693 (7.20435) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.196983) Outpt time (%) = 0.015923 (91.9981) Other time (%) = 0.000103951 (0.600592) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:00 2021 Memory usage per processor = 27.5522 Mbytes Step Atoms AVEKE stressZZ 29333 5000 1.9167001e-10 12270175 29334 -0.0156649999999915 12270011.6831856 29334 5000 1.7294704e-10 12270012 Loop time of 0.0182478 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:00 2021 Pair time (%) = 0.00143003 (7.83673) Neigh time (%) = 0 (0) Comm time (%) = 5.6982e-05 (0.312267) Outpt time (%) = 0.0166299 (91.1337) Other time (%) = 0.000130892 (0.7173) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:00 2021 Memory usage per processor = 27.5522 Mbytes Step Atoms AVEKE stressZZ 29334 5000 1.7294704e-10 12269927 29335 -0.0156649999999915 12269770.8997971 29335 5000 1.6154711e-10 12269771 Loop time of 0.0185311 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:00 2021 Pair time (%) = 0.00120711 (6.51399) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.172403) Outpt time (%) = 0.0171971 (92.8015) Other time (%) = 9.48906e-05 (0.512062) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:00 2021 Memory usage per processor = 27.5522 Mbytes Step Atoms AVEKE stressZZ 29335 5000 1.6154711e-10 12269690 29336 -0.0156649999999915 12269537.9770807 29336 5000 1.545017e-10 12269538 Loop time of 0.018889 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:00 2021 Pair time (%) = 0.00166512 (8.81529) Neigh time (%) = 0 (0) Comm time (%) = 6.10352e-05 (0.323126) Outpt time (%) = 0.017031 (90.1636) Other time (%) = 0.000131845 (0.698003) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:00 2021 Memory usage per processor = 27.5522 Mbytes Step Atoms AVEKE stressZZ 29336 5000 1.545017e-10 12269460 29337 -0.0156649999999915 12269310.0540691 29337 5000 1.5010271e-10 12269310 Loop time of 0.0178878 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:00 2021 Pair time (%) = 0.00134087 (7.49597) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.194597) Outpt time (%) = 0.016408 (91.727) Other time (%) = 0.000104189 (0.582457) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:00 2021 Memory usage per processor = 27.5522 Mbytes Step Atoms AVEKE stressZZ 29337 5000 1.5010271e-10 12269234 29338 -0.0156649999999915 12269085.312591 29338 5000 1.4733669e-10 12269085 Loop time of 0.0181541 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:00 2021 Pair time (%) = 0.00155997 (8.59293) Neigh time (%) = 0 (0) Comm time (%) = 4.29153e-05 (0.236394) Outpt time (%) = 0.0163898 (90.2816) Other time (%) = 0.000161409 (0.889105) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:00 2021 Memory usage per processor = 27.5522 Mbytes Step Atoms AVEKE stressZZ 29338 5000 1.4733669e-10 12269010 29339 -0.0156649999999915 12268862.5971809 29339 5000 1.4558871e-10 12268863 Loop time of 0.0181141 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:00 2021 Pair time (%) = 0.00125098 (6.90613) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.181636) Outpt time (%) = 0.0167308 (92.3634) Other time (%) = 9.94205e-05 (0.548858) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:00 2021 Memory usage per processor = 27.5522 Mbytes Step Atoms AVEKE stressZZ 29339 5000 1.4558871e-10 12268788 29340 -0.0156649999999915 12268641.1735285 29340 5000 1.4447972e-10 12268641 Loop time of 0.021276 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:00 2021 Pair time (%) = 0.00127006 (5.96943) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.15016) Outpt time (%) = 0.0198798 (93.4378) Other time (%) = 9.41753e-05 (0.442637) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:00 2021 Memory usage per processor = 27.5522 Mbytes Step Atoms AVEKE stressZZ 29340 5000 1.4447972e-10 12268567 29341 -0.0156649999999915 12268420.5749717 29341 5000 1.437736e-10 12268421 Loop time of 0.0180399 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:00 2021 Pair time (%) = 0.00124002 (6.87372) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.17181) Outpt time (%) = 0.016675 (92.4338) Other time (%) = 9.39369e-05 (0.520716) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:00 2021 Memory usage per processor = 27.5522 Mbytes Step Atoms AVEKE stressZZ 29341 5000 1.437736e-10 12268346 29342 -0.0156649999999915 12268200.5049414 29342 5000 1.4332219e-10 12268201 Loop time of 0.0178571 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:00 2021 Pair time (%) = 0.00129914 (7.27523) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.196267) Outpt time (%) = 0.0164189 (91.9464) Other time (%) = 0.000103951 (0.582125) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:00 2021 Memory usage per processor = 27.5522 Mbytes Step Atoms AVEKE stressZZ 29342 5000 1.4332219e-10 12268126 29343 -0.0156649999999915 12267980.7749646 29343 5000 1.4303213e-10 12267981 Loop time of 0.0187161 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:00 2021 Pair time (%) = 0.00150084 (8.01901) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.187259) Outpt time (%) = 0.0170541 (91.1199) Other time (%) = 0.000126123 (0.673877) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:00 2021 Memory usage per processor = 27.5522 Mbytes Step Atoms AVEKE stressZZ 29343 5000 1.4303213e-10 12267907 29344 -0.0156649999999915 12267761.2652646 29344 5000 1.4284439e-10 12267761 Loop time of 0.018738 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:00 2021 Pair time (%) = 0.00122499 (6.53748) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.176861) Outpt time (%) = 0.017381 (92.7576) Other time (%) = 9.89437e-05 (0.528037) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:00 2021 Memory usage per processor = 27.5522 Mbytes Step Atoms AVEKE stressZZ 29344 5000 1.4284439e-10 12267687 29345 -0.0156649999999915 12267541.8997209 29345 5000 1.4272159e-10 12267542 Loop time of 0.018414 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:00 2021 Pair time (%) = 0.00120211 (6.52821) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.179973) Outpt time (%) = 0.0170431 (92.5551) Other time (%) = 0.00013566 (0.736722) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:00 2021 Memory usage per processor = 27.5522 Mbytes Step Atoms AVEKE stressZZ 29345 5000 1.4272159e-10 12267468 29346 -0.0156649999999915 12267322.629995 29346 5000 1.4264003e-10 12267323 Loop time of 0.0178981 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:00 2021 Pair time (%) = 0.00124717 (6.96816) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.257093) Outpt time (%) = 0.016505 (92.2166) Other time (%) = 9.98974e-05 (0.558146) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:00 2021 Memory usage per processor = 27.5522 Mbytes Step Atoms AVEKE stressZZ 29346 5000 1.4264003e-10 12267249 29347 -0.0156649999999915 12267103.4253415 29347 5000 1.4258467e-10 12267103 Loop time of 0.018275 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:00 2021 Pair time (%) = 0.00164604 (9.00706) Neigh time (%) = 0 (0) Comm time (%) = 4.50611e-05 (0.246572) Outpt time (%) = 0.016412 (89.8057) Other time (%) = 0.0001719 (0.940627) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:00 2021 Memory usage per processor = 27.5522 Mbytes Step Atoms AVEKE stressZZ 29347 5000 1.4258467e-10 12267030 29348 -0.0156649999999915 12266884.2662089 29348 5000 1.4254594e-10 12266884 Loop time of 0.01842 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:00 2021 Pair time (%) = 0.00128388 (6.97006) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.179914) Outpt time (%) = 0.0170031 (92.3077) Other time (%) = 9.98974e-05 (0.542332) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:00 2021 Memory usage per processor = 27.5522 Mbytes Step Atoms AVEKE stressZZ 29348 5000 1.4254594e-10 12266810 29349 -0.0156649999999915 12266665.1401754 29349 5000 1.4251778e-10 12266665 Loop time of 0.0181448 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:00 2021 Pair time (%) = 0.00124002 (6.83398) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.170817) Outpt time (%) = 0.0167799 (92.4775) Other time (%) = 9.39369e-05 (0.517706) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:00 2021 Memory usage per processor = 27.5522 Mbytes Step Atoms AVEKE stressZZ 29349 5000 1.4251778e-10 12266591 29350 -0.0156649999999915 12266446.0393465 29350 5000 1.4249634e-10 12266446 Loop time of 0.020961 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:00 2021 Pair time (%) = 0.00120497 (5.7486) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.153554) Outpt time (%) = 0.019594 (93.4779) Other time (%) = 0.000129938 (0.619903) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:00 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29350 5000 1.4249634e-10 12266372 29351 -0.0156649999999915 12266226.958705 29351 5000 1.4247917e-10 12266227 Loop time of 0.018436 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:00 2021 Pair time (%) = 0.00127816 (6.93299) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.254766) Outpt time (%) = 0.0169621 (92.0053) Other time (%) = 0.000148773 (0.806973) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:00 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29351 5000 1.4247917e-10 12266153 29352 -0.0156649999999915 12266007.8950614 29352 5000 1.4246472e-10 12266008 Loop time of 0.018404 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:00 2021 Pair time (%) = 0.00140405 (7.62903) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.195616) Outpt time (%) = 0.016834 (91.4693) Other time (%) = 0.000129938 (0.706032) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:00 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29352 5000 1.4246472e-10 12265934 29353 -0.0156649999999915 12265788.8463883 29353 5000 1.4245199e-10 12265789 Loop time of 0.018379 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:00 2021 Pair time (%) = 0.00120211 (6.54066) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.179019) Outpt time (%) = 0.0170519 (92.7796) Other time (%) = 9.20296e-05 (0.500733) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:00 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29353 5000 1.4245199e-10 12265715 29354 -0.0156649999999915 12265569.8113962 29354 5000 1.4244035e-10 12265570 Loop time of 0.0182889 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:00 2021 Pair time (%) = 0.0012641 (6.91184) Neigh time (%) = 0 (0) Comm time (%) = 6.29425e-05 (0.344158) Outpt time (%) = 0.016814 (91.9358) Other time (%) = 0.00014782 (0.808249) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:00 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29354 5000 1.4244035e-10 12265496 29355 -0.0156649999999915 12265350.7892658 29355 5000 1.4242941e-10 12265351 Loop time of 0.0175409 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:00 2021 Pair time (%) = 0.00122404 (6.9782) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.193008) Outpt time (%) = 0.01618 (92.2416) Other time (%) = 0.000102997 (0.58718) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:00 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29355 5000 1.4242941e-10 12265277 29356 -0.0156649999999915 12265131.779475 29356 5000 1.4241892e-10 12265132 Loop time of 0.0211229 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:00 2021 Pair time (%) = 0.00139999 (6.62784) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.170437) Outpt time (%) = 0.01952 (92.4116) Other time (%) = 0.000166893 (0.790103) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:00 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29356 5000 1.4241892e-10 12265058 29357 -0.0156649999999915 12264912.7816919 29357 5000 1.4240871e-10 12264913 Loop time of 0.020107 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:00 2021 Pair time (%) = 0.0014739 (7.33029) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.15889) Outpt time (%) = 0.0185111 (92.0626) Other time (%) = 9.01222e-05 (0.448212) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:00 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29357 5000 1.4240871e-10 12264839 29358 -0.0156649999999915 12264693.7957047 29358 5000 1.4239868e-10 12264694 Loop time of 0.0188742 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:00 2021 Pair time (%) = 0.00127697 (6.7657) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.169269) Outpt time (%) = 0.0174761 (92.5926) Other time (%) = 8.91685e-05 (0.472437) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:00 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29358 5000 1.4239868e-10 12264620 29359 -0.0156649999999915 12264474.8213896 29359 5000 1.4238876e-10 12264475 Loop time of 0.0184281 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:00 2021 Pair time (%) = 0.00132585 (7.1947) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.17466) Outpt time (%) = 0.0169561 (92.0122) Other time (%) = 0.000113964 (0.618426) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:00 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29359 5000 1.4238876e-10 12264401 29360 -0.0156649999999915 12264255.8587187 29360 5000 1.4237892e-10 12264256 Loop time of 0.0210881 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:00 2021 Pair time (%) = 0.00125599 (5.95591) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.15602) Outpt time (%) = 0.0196998 (93.4166) Other time (%) = 9.94205e-05 (0.471453) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:00 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29360 5000 1.4237892e-10 12264182 29361 -0.0156649999999915 12264036.9076079 29361 5000 1.4236912e-10 12264037 Loop time of 0.0179751 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:00 2021 Pair time (%) = 0.00121188 (6.74201) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.177735) Outpt time (%) = 0.0166361 (92.551) Other time (%) = 9.5129e-05 (0.529227) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:00 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29361 5000 1.4236912e-10 12263963 29362 -0.0156649999999915 12263817.9680104 29362 5000 1.4235935e-10 12263818 Loop time of 0.017704 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:00 2021 Pair time (%) = 0.00125599 (7.09438) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.18719) Outpt time (%) = 0.0163109 (92.1313) Other time (%) = 0.000103951 (0.587158) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:00 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29362 5000 1.4235935e-10 12263744 29363 -0.0156649999999915 12263599.039898 29363 5000 1.4234961e-10 12263599 Loop time of 0.0183861 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:00 2021 Pair time (%) = 0.00137997 (7.50548) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.185433) Outpt time (%) = 0.0168619 (91.71) Other time (%) = 0.000110149 (0.59909) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:00 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29363 5000 1.4234961e-10 12263525 29364 -0.0156649999999915 12263380.1232519 29364 5000 1.4233987e-10 12263380 Loop time of 0.018532 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:00 2021 Pair time (%) = 0.00120306 (6.49179) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.172394) Outpt time (%) = 0.0172009 (92.8174) Other time (%) = 9.60827e-05 (0.518468) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:00 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29364 5000 1.4233987e-10 12263306 29365 -0.0156649999999915 12263161.218094 29365 5000 1.4233015e-10 12263161 Loop time of 0.0178578 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:00 2021 Pair time (%) = 0.00120711 (6.75959) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.178903) Outpt time (%) = 0.016525 (92.5368) Other time (%) = 9.36985e-05 (0.524693) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:00 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29365 5000 1.4233015e-10 12263087 29366 -0.0156649999999915 12262942.3243875 29366 5000 1.4232043e-10 12262942 Loop time of 0.0176139 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:00 2021 Pair time (%) = 0.00127721 (7.25114) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.192209) Outpt time (%) = 0.0161991 (91.9678) Other time (%) = 0.000103712 (0.588809) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:00 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29366 5000 1.4232043e-10 12262869 29367 -0.0156649999999915 12262723.4421248 29367 5000 1.4231071e-10 12262723 Loop time of 0.0181179 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:00 2021 Pair time (%) = 0.00167108 (9.22334) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.215812) Outpt time (%) = 0.0162239 (89.5463) Other time (%) = 0.000183821 (1.01458) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:00 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29367 5000 1.4231071e-10 12262650 29368 -0.0156649999999915 12262504.5713009 29368 5000 1.42301e-10 12262505 Loop time of 0.0178339 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:00 2021 Pair time (%) = 0.00122905 (6.89162) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.179142) Outpt time (%) = 0.0164781 (92.3972) Other time (%) = 9.48906e-05 (0.532078) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:00 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29368 5000 1.42301e-10 12262431 29369 -0.0156649999999915 12262285.7119118 29369 5000 1.4229129e-10 12262286 Loop time of 0.0179079 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:00 2021 Pair time (%) = 0.00138712 (7.74587) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.213018) Outpt time (%) = 0.0163741 (91.4353) Other time (%) = 0.00010848 (0.60577) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:00 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29369 5000 1.4229129e-10 12262212 29370 -0.0156649999999915 12262066.8639541 29370 5000 1.4228158e-10 12262067 Loop time of 0.0210521 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:00 2021 Pair time (%) = 0.00151205 (7.18241) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.165347) Outpt time (%) = 0.019371 (92.0146) Other time (%) = 0.00013423 (0.637606) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:00 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29370 5000 1.4228158e-10 12261993 29371 -0.0156649999999915 12261848.0274252 29371 5000 1.4227187e-10 12261848 Loop time of 0.018297 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:00 2021 Pair time (%) = 0.00144792 (7.91343) Neigh time (%) = 0 (0) Comm time (%) = 4.98295e-05 (0.272338) Outpt time (%) = 0.0166509 (91.0037) Other time (%) = 0.000148296 (0.810497) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:00 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29371 5000 1.4227187e-10 12261774 29372 -0.0156649999999915 12261629.2023224 29372 5000 1.4226217e-10 12261629 Loop time of 0.0185289 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:01 2021 Pair time (%) = 0.00127316 (6.87117) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.172423) Outpt time (%) = 0.017132 (92.461) Other time (%) = 9.17912e-05 (0.495393) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:01 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29372 5000 1.4226217e-10 12261555 29373 -0.0156649999999915 12261410.3886437 29373 5000 1.4225246e-10 12261410 Loop time of 0.017585 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:01 2021 Pair time (%) = 0.00125289 (7.12475) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.176254) Outpt time (%) = 0.0162048 (92.1513) Other time (%) = 9.63211e-05 (0.547745) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:01 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29373 5000 1.4225246e-10 12261337 29374 -0.0156649999999915 12261191.5863868 29374 5000 1.4224276e-10 12261192 Loop time of 0.0179629 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:01 2021 Pair time (%) = 0.00137901 (7.67699) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.211038) Outpt time (%) = 0.0164299 (91.4656) Other time (%) = 0.00011611 (0.646386) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:01 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29374 5000 1.4224276e-10 12261118 29375 -0.0156649999999915 12260972.7955499 29375 5000 1.4223306e-10 12260973 Loop time of 0.0182831 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:01 2021 Pair time (%) = 0.00130486 (7.13699) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.174741) Outpt time (%) = 0.0168431 (92.1236) Other time (%) = 0.000103235 (0.564648) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:01 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29375 5000 1.4223306e-10 12260899 29376 -0.0156649999999915 12260754.0161312 29376 5000 1.4222336e-10 12260754 Loop time of 0.0184331 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:01 2021 Pair time (%) = 0.00124717 (6.76592) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.173319) Outpt time (%) = 0.0170281 (92.3778) Other time (%) = 0.000125885 (0.682929) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:01 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29376 5000 1.4222336e-10 12260680 29377 -0.0156649999999915 12260535.2481652 29377 5000 1.4221366e-10 12260535 Loop time of 0.0183361 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:01 2021 Pair time (%) = 0.00140405 (7.6573) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.174236) Outpt time (%) = 0.016762 (91.4156) Other time (%) = 0.000138044 (0.752857) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:01 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29377 5000 1.4221366e-10 12260461 29378 -0.0156649999999915 12260316.4916869 29378 5000 1.4220396e-10 12260316 Loop time of 0.017725 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:01 2021 Pair time (%) = 0.00128603 (7.25546) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.197729) Outpt time (%) = 0.0163012 (91.9671) Other time (%) = 0.000102758 (0.579737) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:01 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29378 5000 1.4220396e-10 12260243 29379 -0.0156649999999915 12260097.7466629 29379 5000 1.4219427e-10 12260098 Loop time of 0.019274 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:01 2021 Pair time (%) = 0.00150394 (7.80297) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.180601) Outpt time (%) = 0.0176101 (91.367) Other time (%) = 0.00012517 (0.649423) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:01 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29379 5000 1.4219427e-10 12260024 29380 -0.0156649999999915 12259879.0130821 29380 5000 1.4218457e-10 12259879 Loop time of 0.0213499 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:01 2021 Pair time (%) = 0.00130486 (6.11181) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.14964) Outpt time (%) = 0.019906 (93.2371) Other time (%) = 0.00010705 (0.501407) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:01 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29380 5000 1.4218457e-10 12259805 29381 -0.0156649999999915 12259660.2909534 29381 5000 1.4217488e-10 12259660 Loop time of 0.018316 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:01 2021 Pair time (%) = 0.00128293 (7.00441) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.179634) Outpt time (%) = 0.01689 (92.2146) Other time (%) = 0.000110149 (0.601382) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:01 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29381 5000 1.4217488e-10 12259587 29382 -0.0156649999999915 12259441.5802544 29382 5000 1.4216518e-10 12259442 Loop time of 0.0177701 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:01 2021 Pair time (%) = 0.00120306 (6.77016) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.181128) Outpt time (%) = 0.0164392 (92.5107) Other time (%) = 9.56059e-05 (0.538017) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:01 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29382 5000 1.4216518e-10 12259368 29383 -0.0156649999999915 12259222.8809663 29383 5000 1.4215549e-10 12259223 Loop time of 0.018048 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:01 2021 Pair time (%) = 0.00128579 (7.12427) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.187585) Outpt time (%) = 0.0166261 (92.1214) Other time (%) = 0.000102282 (0.566718) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:01 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29383 5000 1.4215549e-10 12259149 29384 -0.0156649999999915 12259004.193101 29384 5000 1.421458e-10 12259004 Loop time of 0.0185239 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:01 2021 Pair time (%) = 0.00134206 (7.245) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.189201) Outpt time (%) = 0.017036 (91.9673) Other time (%) = 0.000110865 (0.598494) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:01 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29384 5000 1.421458e-10 12258930 29385 -0.0156649999999915 12258785.5166559 29385 5000 1.4213611e-10 12258786 Loop time of 0.01809 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:01 2021 Pair time (%) = 0.00122285 (6.7598) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.177924) Outpt time (%) = 0.016741 (92.543) Other time (%) = 9.39369e-05 (0.519275) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:01 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29385 5000 1.4213611e-10 12258712 29386 -0.0156649999999915 12258566.8516286 29386 5000 1.4212642e-10 12258567 Loop time of 0.0183661 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:01 2021 Pair time (%) = 0.00135279 (7.36567) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.173951) Outpt time (%) = 0.016839 (91.6854) Other time (%) = 0.000142336 (0.774993) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:01 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29386 5000 1.4212642e-10 12258493 29387 -0.0156649999999915 12258348.1980167 29387 5000 1.4211673e-10 12258348 Loop time of 0.017513 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:01 2021 Pair time (%) = 0.00120592 (6.88585) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.182425) Outpt time (%) = 0.01618 (92.3885) Other time (%) = 9.5129e-05 (0.54319) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:01 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29387 5000 1.4211673e-10 12258274 29388 -0.0156649999999915 12258129.5558178 29388 5000 1.4210705e-10 12258130 Loop time of 0.017915 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:01 2021 Pair time (%) = 0.0014379 (8.02624) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.212933) Outpt time (%) = 0.0163181 (91.0861) Other time (%) = 0.000120878 (0.674732) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:01 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29388 5000 1.4210705e-10 12258056 29389 -0.0156649999999915 12257910.9250301 29389 5000 1.4209736e-10 12257911 Loop time of 0.0182528 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:01 2021 Pair time (%) = 0.00120902 (6.62374) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.175031) Outpt time (%) = 0.0169208 (92.7023) Other time (%) = 9.10759e-05 (0.498968) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:01 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29389 5000 1.4209736e-10 12257837 29390 -0.0156649999999915 12257692.305652 29390 5000 1.4208768e-10 12257692 Loop time of 0.021064 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:01 2021 Pair time (%) = 0.00120687 (5.72955) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.151671) Outpt time (%) = 0.0197308 (93.6706) Other time (%) = 9.44138e-05 (0.448222) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:01 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29390 5000 1.4208768e-10 12257619 29391 -0.0156649999999915 12257473.6976811 29391 5000 1.4207799e-10 12257474 Loop time of 0.0185089 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:01 2021 Pair time (%) = 0.00163102 (8.81209) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.17905) Outpt time (%) = 0.016705 (90.254) Other time (%) = 0.000139713 (0.754843) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:01 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29391 5000 1.4207799e-10 12257400 29392 -0.0156649999999915 12257255.1011169 29392 5000 1.4206831e-10 12257255 Loop time of 0.0175159 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:01 2021 Pair time (%) = 0.00124192 (7.09026) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.194645) Outpt time (%) = 0.0161359 (92.1216) Other time (%) = 0.000103951 (0.593464) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:01 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29392 5000 1.4206831e-10 12257181 29393 -0.0156649999999915 12257036.5160329 29393 5000 1.4205863e-10 12257037 Loop time of 0.0184989 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:01 2021 Pair time (%) = 0.00148511 (8.0281) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.183013) Outpt time (%) = 0.0168591 (91.1355) Other time (%) = 0.000120878 (0.653435) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:01 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29393 5000 1.4205863e-10 12256963 29394 -0.0156649999999915 12256817.9424086 29394 5000 1.4204895e-10 12256818 Loop time of 0.0180771 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:01 2021 Pair time (%) = 0.00120211 (6.64987) Neigh time (%) = 0 (0) Comm time (%) = 6.10352e-05 (0.337637) Outpt time (%) = 0.0166738 (92.237) Other time (%) = 0.00014019 (0.775511) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:01 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29394 5000 1.4204895e-10 12256744 29395 -0.0156649999999915 12256599.3802236 29395 5000 1.4203927e-10 12256599 Loop time of 0.018141 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:01 2021 Pair time (%) = 0.00125599 (6.92347) Neigh time (%) = 0 (0) Comm time (%) = 4.98295e-05 (0.274678) Outpt time (%) = 0.016711 (92.1171) Other time (%) = 0.000124216 (0.684724) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:01 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29395 5000 1.4203927e-10 12256526 29396 -0.0156649999999915 12256380.8294696 29396 5000 1.4202959e-10 12256381 Loop time of 0.017756 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:01 2021 Pair time (%) = 0.00121403 (6.83729) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.1853) Outpt time (%) = 0.0163651 (92.1664) Other time (%) = 0.000144005 (0.811021) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:01 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29396 5000 1.4202959e-10 12256307 29397 -0.0156649999999915 12256162.2901379 29397 5000 1.4201992e-10 12256162 Loop time of 0.0185831 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:01 2021 Pair time (%) = 0.0016892 (9.08998) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.203995) Outpt time (%) = 0.016701 (89.8721) Other time (%) = 0.000154972 (0.833943) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:01 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29397 5000 1.4201992e-10 12256089 29398 -0.0156649999999915 12255943.7622267 29398 5000 1.4201024e-10 12255944 Loop time of 0.0177999 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:01 2021 Pair time (%) = 0.00124097 (6.97179) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.180825) Outpt time (%) = 0.016434 (92.3263) Other time (%) = 9.27448e-05 (0.521043) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:01 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29398 5000 1.4201024e-10 12255870 29399 -0.0156649999999915 12255725.2456759 29399 5000 1.4200057e-10 12255725 Loop time of 0.017612 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:01 2021 Pair time (%) = 0.00127196 (7.22215) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.1814) Outpt time (%) = 0.0162199 (92.0956) Other time (%) = 8.82149e-05 (0.50088) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:01 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29399 5000 1.4200057e-10 12255652 29400 -0.0156649999999915 12255506.7405346 29400 5000 1.4199089e-10 12255507 Loop time of 0.021194 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:01 2021 Pair time (%) = 0.00120592 (5.68992) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.146242) Outpt time (%) = 0.019866 (93.7341) Other time (%) = 9.10759e-05 (0.429725) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:01 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29400 5000 1.4199089e-10 12255433 29401 -0.0156649999999915 12255288.2468035 29401 5000 1.4198122e-10 12255288 Loop time of 0.0182149 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:01 2021 Pair time (%) = 0.00124598 (6.8404) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.176704) Outpt time (%) = 0.01684 (92.4515) Other time (%) = 9.67979e-05 (0.531421) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:01 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29401 5000 1.4198122e-10 12255215 29402 -0.0156649999999915 12255069.7644807 29402 5000 1.4197155e-10 12255070 Loop time of 0.017637 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:01 2021 Pair time (%) = 0.00127387 (7.22271) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.197364) Outpt time (%) = 0.0162251 (91.9946) Other time (%) = 0.000103235 (0.585333) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:01 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29402 5000 1.4197155e-10 12254996 29403 -0.0156649999999915 12254851.2935556 29403 5000 1.4196188e-10 12254851 Loop time of 0.0183101 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:01 2021 Pair time (%) = 0.00168991 (9.22941) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.278653) Outpt time (%) = 0.016407 (89.6065) Other time (%) = 0.000162125 (0.88544) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:01 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29403 5000 1.4196188e-10 12254778 29404 -0.0156649999999915 12254632.8340022 29404 5000 1.4195221e-10 12254633 Loop time of 0.0182872 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:01 2021 Pair time (%) = 0.00120902 (6.6113) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.256838) Outpt time (%) = 0.0168891 (92.3548) Other time (%) = 0.000142097 (0.777033) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:01 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29404 5000 1.4195221e-10 12254559 29405 -0.0156649999999915 12254414.3858494 29405 5000 1.4194254e-10 12254414 Loop time of 0.018378 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:01 2021 Pair time (%) = 0.00120401 (6.55138) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.173839) Outpt time (%) = 0.0170319 (92.6754) Other time (%) = 0.000110149 (0.599354) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:01 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29405 5000 1.4194254e-10 12254341 29406 -0.0156649999999915 12254195.9490974 29406 5000 1.4193288e-10 12254196 Loop time of 0.0175929 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:01 2021 Pair time (%) = 0.00120211 (6.8329) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.181596) Outpt time (%) = 0.0162661 (92.4583) Other time (%) = 9.27448e-05 (0.527172) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:01 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29406 5000 1.4193288e-10 12254122 29407 -0.0156649999999915 12253977.5237465 29407 5000 1.4192321e-10 12253978 Loop time of 0.018096 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:01 2021 Pair time (%) = 0.00153089 (8.45982) Neigh time (%) = 0 (0) Comm time (%) = 4.29153e-05 (0.237154) Outpt time (%) = 0.016362 (90.4177) Other time (%) = 0.000160217 (0.885375) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:01 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29407 5000 1.4192321e-10 12253904 29408 -0.0156649999999915 12253759.1097985 29408 5000 1.4191355e-10 12253759 Loop time of 0.018363 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:01 2021 Pair time (%) = 0.00124598 (6.78525) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.168787) Outpt time (%) = 0.0169909 (92.5279) Other time (%) = 9.5129e-05 (0.518047) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:01 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29408 5000 1.4191355e-10 12253685 29409 -0.0156649999999915 12253540.707258 29409 5000 1.4190388e-10 12253541 Loop time of 0.0181811 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:01 2021 Pair time (%) = 0.00125408 (6.89773) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.175722) Outpt time (%) = 0.0168011 (92.4099) Other time (%) = 9.39369e-05 (0.516674) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:01 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29409 5000 1.4190388e-10 12253467 29410 -0.0156649999999915 12253322.3161463 29410 5000 1.4189422e-10 12253322 Loop time of 0.0203731 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:01 2021 Pair time (%) = 0.00124598 (6.11579) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.156815) Outpt time (%) = 0.019002 (93.2698) Other time (%) = 9.32217e-05 (0.457572) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:01 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29410 5000 1.4189422e-10 12253249 29411 -0.0156649999999915 12253103.9364383 29411 5000 1.4188456e-10 12253104 Loop time of 0.0175259 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:01 2021 Pair time (%) = 0.00125504 (7.16103) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.193174) Outpt time (%) = 0.0161059 (91.8976) Other time (%) = 0.00013113 (0.748208) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:01 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29411 5000 1.4188456e-10 12253030 29412 -0.0156649999999915 12252885.5681029 29412 5000 1.418749e-10 12252886 Loop time of 0.0181048 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:01 2021 Pair time (%) = 0.00127792 (7.05848) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.18173) Outpt time (%) = 0.01669 (92.1856) Other time (%) = 0.000103951 (0.57416) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:01 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29412 5000 1.418749e-10 12252812 29413 -0.0156649999999915 12252667.2113572 29413 5000 1.4186524e-10 12252667 Loop time of 0.0183151 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:02 2021 Pair time (%) = 0.00120497 (6.5791) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.174436) Outpt time (%) = 0.016984 (92.7323) Other time (%) = 9.41753e-05 (0.514196) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:02 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29413 5000 1.4186524e-10 12252594 29414 -0.0156649999999915 12252448.8664521 29414 5000 1.4185559e-10 12252449 Loop time of 0.017725 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:02 2021 Pair time (%) = 0.00120592 (6.80351) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.180243) Outpt time (%) = 0.0163639 (92.3208) Other time (%) = 0.000123262 (0.695416) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:02 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29414 5000 1.4185559e-10 12252375 29415 -0.0156649999999915 12252230.5331985 29415 5000 1.4184593e-10 12252231 Loop time of 0.0177569 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:02 2021 Pair time (%) = 0.00135207 (7.61433) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.197374) Outpt time (%) = 0.0162508 (91.5183) Other time (%) = 0.000118971 (0.669997) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:02 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29415 5000 1.4184593e-10 12252157 29416 -0.0156649999999915 12252012.2115567 29416 5000 1.4183627e-10 12252012 Loop time of 0.0181479 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:02 2021 Pair time (%) = 0.00131297 (7.23482) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.182611) Outpt time (%) = 0.016701 (92.0269) Other time (%) = 0.000100851 (0.555716) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:02 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29416 5000 1.4183627e-10 12251939 29417 -0.0156649999999915 12251793.9014758 29417 5000 1.4182662e-10 12251794 Loop time of 0.0180829 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:02 2021 Pair time (%) = 0.0012641 (6.99057) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.188542) Outpt time (%) = 0.016639 (92.0153) Other time (%) = 0.000145674 (0.80559) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:02 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29417 5000 1.4182662e-10 12251720 29418 -0.0156649999999915 12251575.6029287 29418 5000 1.4181697e-10 12251576 Loop time of 0.0181289 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:02 2021 Pair time (%) = 0.00125313 (6.91233) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.176228) Outpt time (%) = 0.016748 (92.3828) Other time (%) = 9.58443e-05 (0.528683) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:02 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29418 5000 1.4181697e-10 12251502 29419 -0.0156649999999915 12251357.3158971 29419 5000 1.4180731e-10 12251357 Loop time of 0.017586 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:02 2021 Pair time (%) = 0.00125813 (7.15419) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.193869) Outpt time (%) = 0.016155 (91.8629) Other time (%) = 0.00013876 (0.789035) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:02 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29419 5000 1.4180731e-10 12251284 29420 -0.0156649999999915 12251139.0403667 29420 5000 1.4179766e-10 12251139 Loop time of 0.0213511 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:02 2021 Pair time (%) = 0.00165701 (7.76077) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.168615) Outpt time (%) = 0.019496 (91.3113) Other time (%) = 0.000162125 (0.759327) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:02 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29420 5000 1.4179766e-10 12251065 29421 -0.0156649999999915 12250920.7763263 29421 5000 1.4178801e-10 12250921 Loop time of 0.0181189 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:02 2021 Pair time (%) = 0.00141692 (7.82015) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.192115) Outpt time (%) = 0.0165689 (91.4456) Other time (%) = 9.82285e-05 (0.542134) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:02 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29421 5000 1.4178801e-10 12250847 29422 -0.0156649999999915 12250702.523766 29422 5000 1.4177837e-10 12250703 Loop time of 0.0184908 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:02 2021 Pair time (%) = 0.00132108 (7.14451) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.172778) Outpt time (%) = 0.0170329 (92.1154) Other time (%) = 0.000104904 (0.567332) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:02 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29422 5000 1.4177837e-10 12250629 29423 -0.0156649999999915 12250484.2826045 29423 5000 1.4176872e-10 12250484 Loop time of 0.0181491 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:02 2021 Pair time (%) = 0.00124311 (6.84944) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.181286) Outpt time (%) = 0.016778 (92.4451) Other time (%) = 9.5129e-05 (0.524152) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:02 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29423 5000 1.4176872e-10 12250411 29424 -0.0156649999999915 12250266.0528876 29424 5000 1.4175907e-10 12250266 Loop time of 0.0177519 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:02 2021 Pair time (%) = 0.00126195 (7.1088) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.186685) Outpt time (%) = 0.0163119 (91.8879) Other time (%) = 0.000144958 (0.816579) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:02 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29424 5000 1.4175907e-10 12250192 29425 -0.0156649999999915 12250047.834622 29425 5000 1.4174943e-10 12250048 Loop time of 0.0180941 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:02 2021 Pair time (%) = 0.00128007 (7.07453) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.187108) Outpt time (%) = 0.0166559 (92.0519) Other time (%) = 0.000124216 (0.686502) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:02 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29425 5000 1.4174943e-10 12249974 29426 -0.0156649999999915 12249829.6278026 29426 5000 1.4173978e-10 12249830 Loop time of 0.0185242 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:02 2021 Pair time (%) = 0.00127196 (6.86651) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.184051) Outpt time (%) = 0.017117 (92.4037) Other time (%) = 0.000101089 (0.545717) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:02 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29426 5000 1.4173978e-10 12249756 29427 -0.0156649999999915 12249611.4324293 29427 5000 1.4173014e-10 12249611 Loop time of 0.018199 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:02 2021 Pair time (%) = 0.00120401 (6.61584) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.175549) Outpt time (%) = 0.0168691 (92.6924) Other time (%) = 9.39369e-05 (0.516166) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:02 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29427 5000 1.4173014e-10 12249538 29428 -0.0156649999999915 12249393.2485095 29428 5000 1.417205e-10 12249393 Loop time of 0.017611 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:02 2021 Pair time (%) = 0.00121117 (6.87732) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.186825) Outpt time (%) = 0.0162668 (92.3673) Other time (%) = 0.000100136 (0.568597) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:02 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29428 5000 1.417205e-10 12249320 29429 -0.0156649999999915 12249175.0760318 29429 5000 1.4171086e-10 12249175 Loop time of 0.0184989 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:02 2021 Pair time (%) = 0.00162601 (8.78979) Neigh time (%) = 0 (0) Comm time (%) = 4.88758e-05 (0.264209) Outpt time (%) = 0.016609 (89.7835) Other time (%) = 0.000215054 (1.16252) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:02 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29429 5000 1.4171086e-10 12249101 29430 -0.0156649999999915 12248956.9150086 29430 5000 1.4170122e-10 12248957 Loop time of 0.021009 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:02 2021 Pair time (%) = 0.00120401 (5.73095) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.152069) Outpt time (%) = 0.019619 (93.3839) Other time (%) = 0.000154018 (0.733108) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:02 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29430 5000 1.4170122e-10 12248883 29431 -0.0156649999999915 12248738.765432 29431 5000 1.4169158e-10 12248739 Loop time of 0.0185552 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:02 2021 Pair time (%) = 0.00120687 (6.50425) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.173464) Outpt time (%) = 0.017195 (92.6695) Other time (%) = 0.000121117 (0.652738) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:30:02 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29431 5000 1.4169158e-10 12248665 29432 -0.0156649999999915 12248492.7691292 29432 5000 2.7900248e-10 12248897 Loop time of 0.0178571 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:02 2021 Pair time (%) = 0.00121403 (6.79858) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.17891) Outpt time (%) = 0.0164599 (92.176) Other time (%) = 0.000151157 (0.846485) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28402 ave 28402 max 28402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28402 Ave neighs/atom = 5.6804 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:02 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29432 5000 2.7900248e-10 12327743 29433 -0.0156974999999914 12327553.5031308 29433 5000 2.2441279e-10 12327554 Loop time of 0.0176451 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:02 2021 Pair time (%) = 0.00139093 (7.88283) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.209434) Outpt time (%) = 0.0160699 (91.0727) Other time (%) = 0.000147343 (0.835034) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28404 ave 28404 max 28404 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28404 Ave neighs/atom = 5.6808 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:02 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29433 5000 2.2441279e-10 12327453 29434 -0.0156974999999914 12327279.8804282 29434 5000 1.9281349e-10 12327280 Loop time of 0.0182669 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:02 2021 Pair time (%) = 0.001441 (7.88859) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.181422) Outpt time (%) = 0.016639 (91.0881) Other time (%) = 0.00015378 (0.84185) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28404 ave 28404 max 28404 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28404 Ave neighs/atom = 5.6808 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:02 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29434 5000 1.9281349e-10 12327189 29435 -0.0156974999999914 12327025.7845507 29435 5000 1.7397905e-10 12327026 Loop time of 0.017951 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:02 2021 Pair time (%) = 0.00120783 (6.72847) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.177974) Outpt time (%) = 0.0165739 (92.3285) Other time (%) = 0.000137329 (0.765022) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28404 ave 28404 max 28404 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28404 Ave neighs/atom = 5.6808 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:02 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29435 5000 1.7397905e-10 12326941 29436 -0.0156974999999914 12326784.1023244 29436 5000 1.6251127e-10 12326784 Loop time of 0.018435 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:02 2021 Pair time (%) = 0.00121188 (6.57381) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.173301) Outpt time (%) = 0.017097 (92.742) Other time (%) = 9.41753e-05 (0.510851) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28404 ave 28404 max 28404 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28404 Ave neighs/atom = 5.6808 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:02 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29436 5000 1.6251127e-10 12326703 29437 -0.0156974999999914 12326550.3132724 29437 5000 1.5542394e-10 12326550 Loop time of 0.01758 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:02 2021 Pair time (%) = 0.001266 (7.20137) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.193935) Outpt time (%) = 0.0161788 (92.0297) Other time (%) = 0.000101089 (0.575024) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28404 ave 28404 max 28404 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28404 Ave neighs/atom = 5.6808 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:02 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29437 5000 1.5542394e-10 12326472 29438 -0.0156974999999914 12326321.5445931 29438 5000 1.5099878e-10 12326322 Loop time of 0.0184989 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:02 2021 Pair time (%) = 0.00164604 (8.89805) Neigh time (%) = 0 (0) Comm time (%) = 7.41482e-05 (0.400825) Outpt time (%) = 0.0166528 (90.0206) Other time (%) = 0.000125885 (0.6805) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28404 ave 28404 max 28404 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28404 Ave neighs/atom = 5.6808 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:02 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29438 5000 1.5099878e-10 12326245 29439 -0.0156974999999914 12326095.9705935 29439 5000 1.4821632e-10 12326096 Loop time of 0.0179019 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:02 2021 Pair time (%) = 0.00127292 (7.11051) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.173135) Outpt time (%) = 0.016464 (91.9679) Other time (%) = 0.000133991 (0.748475) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28404 ave 28404 max 28404 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28404 Ave neighs/atom = 5.6808 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:02 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29439 5000 1.4821632e-10 12326020 29440 -0.0156974999999914 12325872.431028 29440 5000 1.4645794e-10 12325872 Loop time of 0.0203052 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:02 2021 Pair time (%) = 0.00120902 (5.95425) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.158514) Outpt time (%) = 0.018939 (93.272) Other time (%) = 0.000124931 (0.615269) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28404 ave 28404 max 28404 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28404 Ave neighs/atom = 5.6808 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:02 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29440 5000 1.4645794e-10 12325797 29441 -0.0156974999999914 12325650.1885489 29441 5000 1.4534237e-10 12325650 Loop time of 0.017539 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:02 2021 Pair time (%) = 0.00120592 (6.87565) Neigh time (%) = 0 (0) Comm time (%) = 3.21865e-05 (0.183514) Outpt time (%) = 0.0162101 (92.4229) Other time (%) = 9.08375e-05 (0.517916) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28404 ave 28404 max 28404 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28404 Ave neighs/atom = 5.6808 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:02 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29441 5000 1.4534237e-10 12325575 29442 -0.0156974999999914 12325428.7745635 29442 5000 1.4463205e-10 12325429 Loop time of 0.0186059 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:02 2021 Pair time (%) = 0.00124097 (6.66974) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.171709) Outpt time (%) = 0.017242 (92.6691) Other time (%) = 9.10759e-05 (0.489499) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28404 ave 28404 max 28404 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28404 Ave neighs/atom = 5.6808 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:02 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29442 5000 1.4463205e-10 12325354 29443 -0.0156974999999914 12325207.8912764 29443 5000 1.4417796e-10 12325208 Loop time of 0.0187671 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:02 2021 Pair time (%) = 0.00143909 (7.66817) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.181668) Outpt time (%) = 0.017138 (91.3193) Other time (%) = 0.000155926 (0.830845) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28404 ave 28404 max 28404 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28404 Ave neighs/atom = 5.6808 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:02 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29443 5000 1.4417796e-10 12325133 29444 -0.0156974999999914 12324987.3494347 29444 5000 1.4388618e-10 12324987 Loop time of 0.0181251 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:02 2021 Pair time (%) = 0.00120687 (6.6586) Neigh time (%) = 0 (0) Comm time (%) = 3.09944e-05 (0.171003) Outpt time (%) = 0.016793 (92.6508) Other time (%) = 9.41753e-05 (0.519586) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28404 ave 28404 max 28404 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28404 Ave neighs/atom = 5.6808 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:02 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29444 5000 1.4388618e-10 12324913 29445 -0.0156974999999914 12324767.0287659 29445 5000 1.4369734e-10 12324767 Loop time of 0.0183761 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:02 2021 Pair time (%) = 0.00140715 (7.65748) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.195913) Outpt time (%) = 0.0167859 (91.3461) Other time (%) = 0.000147104 (0.800519) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28404 ave 28404 max 28404 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28404 Ave neighs/atom = 5.6808 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:02 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29445 5000 1.4369734e-10 12324693 29446 -0.0156974999999914 12324546.8528353 29446 5000 1.4357382e-10 12324547 Loop time of 0.0189791 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:02 2021 Pair time (%) = 0.00140905 (7.42425) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.174614) Outpt time (%) = 0.017431 (91.8434) Other time (%) = 0.000105858 (0.557761) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28404 ave 28404 max 28404 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28404 Ave neighs/atom = 5.6808 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:02 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29446 5000 1.4357382e-10 12324473 29447 -0.0156974999999914 12324326.7730674 29447 5000 1.4349178e-10 12324327 Loop time of 0.01846 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:02 2021 Pair time (%) = 0.00123405 (6.68501) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.183399) Outpt time (%) = 0.0170951 (92.6059) Other time (%) = 9.70364e-05 (0.525656) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28404 ave 28404 max 28404 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28404 Ave neighs/atom = 5.6808 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:02 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29447 5000 1.4349178e-10 12324252 29448 -0.0156974999999914 12324106.7585912 29448 5000 1.4343609e-10 12324107 Loop time of 0.0184791 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:02 2021 Pair time (%) = 0.00122404 (6.62392) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.172888) Outpt time (%) = 0.0171292 (92.6949) Other time (%) = 9.39369e-05 (0.508341) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28404 ave 28404 max 28404 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28404 Ave neighs/atom = 5.6808 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:02 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29448 5000 1.4343609e-10 12324032 29449 -0.0156974999999914 12323886.7897877 29449 5000 1.4339714e-10 12323887 Loop time of 0.0180171 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:02 2021 Pair time (%) = 0.00122213 (6.7832) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.189231) Outpt time (%) = 0.0166621 (92.4797) Other time (%) = 9.87053e-05 (0.547844) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28404 ave 28404 max 28404 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28404 Ave neighs/atom = 5.6808 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:02 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29449 5000 1.4339714e-10 12323813 29450 -0.0156974999999914 12323666.8541882 29450 5000 1.4336882e-10 12323667 Loop time of 0.0217099 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:02 2021 Pair time (%) = 0.00154018 (7.09438) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.174614) Outpt time (%) = 0.019984 (92.0501) Other time (%) = 0.00014782 (0.680885) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28404 ave 28404 max 28404 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28404 Ave neighs/atom = 5.6808 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:02 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29450 5000 1.4336882e-10 12323593 29451 -0.0156974999999914 12323446.9438891 29451 5000 1.4334726e-10 12323447 Loop time of 0.0183501 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:02 2021 Pair time (%) = 0.00131893 (7.18759) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.185796) Outpt time (%) = 0.0168948 (92.0692) Other time (%) = 0.000102282 (0.557389) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28404 ave 28404 max 28404 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28404 Ave neighs/atom = 5.6808 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:02 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29451 5000 1.4334726e-10 12323373 29452 -0.0156974999999914 12323227.0539033 29452 5000 1.4333e-10 12323227 Loop time of 0.0183179 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:02 2021 Pair time (%) = 0.001261 (6.88394) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.186123) Outpt time (%) = 0.0169261 (92.4015) Other time (%) = 9.67979e-05 (0.528433) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28404 ave 28404 max 28404 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28404 Ave neighs/atom = 5.6808 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:02 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29452 5000 1.4333e-10 12323153 29453 -0.0156974999999914 12323007.1809988 29453 5000 1.4331547e-10 12323007 Loop time of 0.0183659 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:02 2021 Pair time (%) = 0.00127077 (6.9192) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.184339) Outpt time (%) = 0.016963 (92.3616) Other time (%) = 9.82285e-05 (0.534843) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28404 ave 28404 max 28404 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28404 Ave neighs/atom = 5.6808 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:02 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29453 5000 1.4331547e-10 12322933 29454 -0.0156974999999914 12322787.3231315 29454 5000 1.4330267e-10 12322787 Loop time of 0.459269 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:03 2021 Pair time (%) = 0.0013299 (0.289569) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.00783881) Outpt time (%) = 0.457795 (99.679) Other time (%) = 0.000108242 (0.0235683) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28404 ave 28404 max 28404 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28404 Ave neighs/atom = 5.6808 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:03 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29454 5000 1.4330267e-10 12322713 29455 -0.0156974999999914 12322567.4790023 29455 5000 1.4329097e-10 12322567 Loop time of 0.018651 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:03 2021 Pair time (%) = 0.00139618 (7.48581) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.193026) Outpt time (%) = 0.017102 (91.6948) Other time (%) = 0.000116825 (0.626374) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28404 ave 28404 max 28404 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28404 Ave neighs/atom = 5.6808 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:03 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29455 5000 1.4329097e-10 12322493 29456 -0.0156974999999914 12322347.647786 29456 5000 1.4327998e-10 12322348 Loop time of 0.018522 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:03 2021 Pair time (%) = 0.00134015 (7.23544) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.189221) Outpt time (%) = 0.0170472 (92.0373) Other time (%) = 9.9659e-05 (0.538057) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28404 ave 28404 max 28404 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28404 Ave neighs/atom = 5.6808 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:03 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29456 5000 1.4327998e-10 12322273 29457 -0.0156974999999914 12322127.8289571 29457 5000 1.4326943e-10 12322128 Loop time of 0.0188272 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:03 2021 Pair time (%) = 0.00143695 (7.6323) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.196285) Outpt time (%) = 0.017226 (91.4952) Other time (%) = 0.000127316 (0.676232) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28404 ave 28404 max 28404 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28404 Ave neighs/atom = 5.6808 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:03 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29457 5000 1.4326943e-10 12322054 29458 -0.0156974999999914 12321908.0221811 29458 5000 1.4325917e-10 12321908 Loop time of 0.018579 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:03 2021 Pair time (%) = 0.00134706 (7.25047) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.188641) Outpt time (%) = 0.017092 (91.9963) Other time (%) = 0.000104904 (0.564638) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28404 ave 28404 max 28404 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28404 Ave neighs/atom = 5.6808 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:03 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29458 5000 1.4325917e-10 12321834 29459 -0.0156974999999914 12321688.2272133 29459 5000 1.4324908e-10 12321688 Loop time of 0.0186181 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:03 2021 Pair time (%) = 0.0014441 (7.75643) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.220259) Outpt time (%) = 0.0170002 (91.31) Other time (%) = 0.000132799 (0.71328) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28404 ave 28404 max 28404 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28404 Ave neighs/atom = 5.6808 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:03 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29459 5000 1.4324908e-10 12321614 29460 -0.0156974999999914 12321468.4439452 29460 5000 1.4323911e-10 12321468 Loop time of 0.0216351 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:03 2021 Pair time (%) = 0.00134206 (6.20316) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.166402) Outpt time (%) = 0.020153 (93.15) Other time (%) = 0.000103951 (0.480473) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28404 ave 28404 max 28404 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28404 Ave neighs/atom = 5.6808 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:03 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29460 5000 1.4323911e-10 12321394 29461 -0.0156974999999914 12321248.67229 29461 5000 1.4322922e-10 12321249 Loop time of 0.0184681 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:03 2021 Pair time (%) = 0.00136304 (7.38049) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.200101) Outpt time (%) = 0.0169599 (91.8333) Other time (%) = 0.000108242 (0.586101) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28404 ave 28404 max 28404 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28404 Ave neighs/atom = 5.6808 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:03 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29461 5000 1.4322922e-10 12321174 29462 -0.0156974999999914 12321028.9121912 29462 5000 1.4321937e-10 12321029 Loop time of 0.018157 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:03 2021 Pair time (%) = 0.00133395 (7.34676) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.20353) Outpt time (%) = 0.0166841 (91.8877) Other time (%) = 0.000102043 (0.562004) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28404 ave 28404 max 28404 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28404 Ave neighs/atom = 5.6808 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:03 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29462 5000 1.4321937e-10 12320955 29463 -0.0156974999999914 12320809.1636569 29463 5000 1.4320955e-10 12320809 Loop time of 0.0180211 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:03 2021 Pair time (%) = 0.00129008 (7.15873) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.19448) Outpt time (%) = 0.016603 (92.1308) Other time (%) = 9.29832e-05 (0.515969) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28404 ave 28404 max 28404 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28404 Ave neighs/atom = 5.6808 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:03 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29463 5000 1.4320955e-10 12320735 29464 -0.0156974999999914 12320589.4267134 29464 5000 1.4319976e-10 12320589 Loop time of 0.0180371 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:03 2021 Pair time (%) = 0.00129008 (7.15239) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.189021) Outpt time (%) = 0.016619 (92.1378) Other time (%) = 9.39369e-05 (0.520799) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28404 ave 28404 max 28404 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28404 Ave neighs/atom = 5.6808 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:03 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29464 5000 1.4319976e-10 12320515 29465 -0.0156974999999914 12320369.7013036 29465 5000 1.4318997e-10 12320370 Loop time of 0.0184648 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:03 2021 Pair time (%) = 0.00128603 (6.96476) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.189807) Outpt time (%) = 0.017051 (92.3432) Other time (%) = 9.27448e-05 (0.502279) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28404 ave 28404 max 28404 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28404 Ave neighs/atom = 5.6808 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:03 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29465 5000 1.4318997e-10 12320295 29466 -0.0156974999999914 12320149.9874057 29466 5000 1.431802e-10 12320150 Loop time of 0.0187261 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:03 2021 Pair time (%) = 0.00153017 (8.17132) Neigh time (%) = 0 (0) Comm time (%) = 4.29153e-05 (0.229174) Outpt time (%) = 0.017004 (90.8038) Other time (%) = 0.000149012 (0.795742) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28404 ave 28404 max 28404 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28404 Ave neighs/atom = 5.6808 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:03 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29466 5000 1.431802e-10 12320076 29467 -0.0156974999999914 12319930.2850061 29467 5000 1.4317043e-10 12319930 Loop time of 0.0187671 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:03 2021 Pair time (%) = 0.00143909 (7.66817) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.18675) Outpt time (%) = 0.0171461 (91.3625) Other time (%) = 0.000146866 (0.78257) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28404 ave 28404 max 28404 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28404 Ave neighs/atom = 5.6808 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:03 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29467 5000 1.4317043e-10 12319856 29468 -0.0156974999999914 12319710.5940558 29468 5000 1.4316066e-10 12319711 Loop time of 0.0185609 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:03 2021 Pair time (%) = 0.00139999 (7.54271) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.205523) Outpt time (%) = 0.0170069 (91.6275) Other time (%) = 0.000115871 (0.624277) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28404 ave 28404 max 28404 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28404 Ave neighs/atom = 5.6808 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:03 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29468 5000 1.4316066e-10 12319636 29469 -0.0156974999999914 12319490.9145762 29469 5000 1.431509e-10 12319491 Loop time of 0.0189722 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:03 2021 Pair time (%) = 0.00149608 (7.88564) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.194785) Outpt time (%) = 0.0172729 (91.0437) Other time (%) = 0.000166178 (0.875903) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28404 ave 28404 max 28404 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28404 Ave neighs/atom = 5.6808 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:03 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29469 5000 1.431509e-10 12319417 29470 -0.0156974999999914 12319271.2465676 29470 5000 1.4314114e-10 12319271 Loop time of 0.021431 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:03 2021 Pair time (%) = 0.00138998 (6.48585) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.167987) Outpt time (%) = 0.0198951 (92.8333) Other time (%) = 0.000109911 (0.51286) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28404 ave 28404 max 28404 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28404 Ave neighs/atom = 5.6808 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:03 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29470 5000 1.4314114e-10 12319197 29471 -0.0156974999999914 12319051.5900263 29471 5000 1.4313138e-10 12319052 Loop time of 0.0186229 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:03 2021 Pair time (%) = 0.00144005 (7.73268) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.203559) Outpt time (%) = 0.017031 (91.4518) Other time (%) = 0.000113964 (0.611957) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28404 ave 28404 max 28404 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28404 Ave neighs/atom = 5.6808 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:03 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29471 5000 1.4313138e-10 12318977 29472 -0.0156974999999914 12318831.9449494 29472 5000 1.4312162e-10 12318832 Loop time of 0.0185392 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:03 2021 Pair time (%) = 0.00136614 (7.36892) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.199334) Outpt time (%) = 0.0170209 (91.8106) Other time (%) = 0.000115156 (0.62115) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28404 ave 28404 max 28404 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28404 Ave neighs/atom = 5.6808 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:03 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29472 5000 1.4312162e-10 12318758 29473 -0.0156974999999914 12318612.3113345 29473 5000 1.4311187e-10 12318612 Loop time of 0.0190589 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:03 2021 Pair time (%) = 0.00154901 (8.12745) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.200153) Outpt time (%) = 0.017328 (90.9181) Other time (%) = 0.000143766 (0.754325) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28404 ave 28404 max 28404 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28404 Ave neighs/atom = 5.6808 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:03 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29473 5000 1.4311187e-10 12318538 29474 -0.0156974999999914 12318392.6891791 29474 5000 1.4310212e-10 12318393 Loop time of 0.0185409 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:03 2021 Pair time (%) = 0.00136113 (7.34125) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.194172) Outpt time (%) = 0.0170388 (91.8988) Other time (%) = 0.000104904 (0.5658) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28404 ave 28404 max 28404 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28404 Ave neighs/atom = 5.6808 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:03 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29474 5000 1.4310212e-10 12318318 29475 -0.0156974999999914 12318173.0784812 29475 5000 1.4309236e-10 12318173 Loop time of 0.0187101 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:03 2021 Pair time (%) = 0.00149798 (8.00627) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.207707) Outpt time (%) = 0.0170481 (91.117) Other time (%) = 0.00012517 (0.668994) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28404 ave 28404 max 28404 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28404 Ave neighs/atom = 5.6808 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:03 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29475 5000 1.4309236e-10 12318099 29476 -0.0156974999999914 12317953.4792387 29476 5000 1.4308261e-10 12317953 Loop time of 0.0184829 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:04 2021 Pair time (%) = 0.00135899 (7.35266) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.199941) Outpt time (%) = 0.016978 (91.8579) Other time (%) = 0.000108957 (0.589502) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28404 ave 28404 max 28404 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28404 Ave neighs/atom = 5.6808 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:04 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29476 5000 1.4308261e-10 12317879 29477 -0.0156974999999914 12317733.8914496 29477 5000 1.4307286e-10 12317734 Loop time of 0.0188079 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:04 2021 Pair time (%) = 0.00142598 (7.58183) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.196486) Outpt time (%) = 0.017206 (91.4826) Other time (%) = 0.000138998 (0.739041) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28404 ave 28404 max 28404 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28404 Ave neighs/atom = 5.6808 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:04 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29477 5000 1.4307286e-10 12317660 29478 -0.0156974999999914 12317514.3151122 29478 5000 1.4306311e-10 12317514 Loop time of 0.0186 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:04 2021 Pair time (%) = 0.00143194 (7.69862) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.205091) Outpt time (%) = 0.0170031 (91.4144) Other time (%) = 0.000126839 (0.681929) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28404 ave 28404 max 28404 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28404 Ave neighs/atom = 5.6808 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:04 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29478 5000 1.4306311e-10 12317440 29479 -0.0156974999999914 12317294.7502247 29479 5000 1.4305336e-10 12317295 Loop time of 0.0186131 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:04 2021 Pair time (%) = 0.00139594 (7.49978) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.199823) Outpt time (%) = 0.0170622 (91.6676) Other time (%) = 0.000117779 (0.632774) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28404 ave 28404 max 28404 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28404 Ave neighs/atom = 5.6808 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:04 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29479 5000 1.4305336e-10 12317221 29480 -0.0156974999999914 12317075.1967853 29480 5000 1.4304362e-10 12317075 Loop time of 0.0213239 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:04 2021 Pair time (%) = 0.001369 (6.42002) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.16883) Outpt time (%) = 0.019809 (92.8957) Other time (%) = 0.000109911 (0.515435) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28404 ave 28404 max 28404 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28404 Ave neighs/atom = 5.6808 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:04 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29480 5000 1.4304362e-10 12317001 29481 -0.0156974999999914 12316855.6547927 29481 5000 1.4303387e-10 12316856 Loop time of 0.018626 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:04 2021 Pair time (%) = 0.00147319 (7.90932) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.215046) Outpt time (%) = 0.0169821 (91.1742) Other time (%) = 0.000130653 (0.701458) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28404 ave 28404 max 28404 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28404 Ave neighs/atom = 5.6808 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:04 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29481 5000 1.4303387e-10 12316781 29482 -0.0156974999999914 12316636.1242447 29482 5000 1.4302413e-10 12316636 Loop time of 0.018528 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:04 2021 Pair time (%) = 0.00134301 (7.24856) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.194307) Outpt time (%) = 0.01704 (91.9691) Other time (%) = 0.000108957 (0.588069) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28404 ave 28404 max 28404 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28404 Ave neighs/atom = 5.6808 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:04 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29482 5000 1.4302413e-10 12316562 29483 -0.0156974999999914 12316416.60514 29483 5000 1.4301438e-10 12316417 Loop time of 0.018749 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:04 2021 Pair time (%) = 0.00156498 (8.347) Neigh time (%) = 0 (0) Comm time (%) = 4.19617e-05 (0.223808) Outpt time (%) = 0.0169952 (90.6459) Other time (%) = 0.000146866 (0.783326) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28404 ave 28404 max 28404 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28404 Ave neighs/atom = 5.6808 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:04 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29483 5000 1.4301438e-10 12316342 29484 -0.0156974999999914 12316197.0974769 29484 5000 1.4300464e-10 12316197 Loop time of 0.01878 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:04 2021 Pair time (%) = 0.00139189 (7.41155) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.201856) Outpt time (%) = 0.017236 (91.7785) Other time (%) = 0.000114202 (0.608107) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28404 ave 28404 max 28404 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28404 Ave neighs/atom = 5.6808 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:04 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29484 5000 1.4300464e-10 12316123 29485 -0.0156974999999914 12315977.6012541 29485 5000 1.429949e-10 12315978 Loop time of 0.0185602 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:04 2021 Pair time (%) = 0.00140095 (7.54814) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.199109) Outpt time (%) = 0.0170112 (91.6541) Other time (%) = 0.000111103 (0.59861) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28404 ave 28404 max 28404 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28404 Ave neighs/atom = 5.6808 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:04 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29485 5000 1.429949e-10 12315903 29486 -0.0156974999999914 12315758.1164698 29486 5000 1.4298516e-10 12315758 Loop time of 0.0186422 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:04 2021 Pair time (%) = 0.00137782 (7.39088) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.203348) Outpt time (%) = 0.017117 (91.8188) Other time (%) = 0.000109434 (0.587024) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28404 ave 28404 max 28404 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28404 Ave neighs/atom = 5.6808 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:04 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29486 5000 1.4298516e-10 12315684 29487 -0.0156974999999914 12315538.6431228 29487 5000 1.4297542e-10 12315539 Loop time of 0.0188339 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:04 2021 Pair time (%) = 0.0015502 (8.2309) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.217735) Outpt time (%) = 0.0170751 (90.6614) Other time (%) = 0.000167608 (0.88993) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28404 ave 28404 max 28404 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28404 Ave neighs/atom = 5.6808 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:04 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29487 5000 1.4297542e-10 12315464 29488 -0.0156974999999914 12315319.1812113 29488 5000 1.4296568e-10 12315319 Loop time of 0.018501 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:04 2021 Pair time (%) = 0.00134921 (7.29262) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.19459) Outpt time (%) = 0.017004 (91.9084) Other time (%) = 0.000111818 (0.604389) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28404 ave 28404 max 28404 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28404 Ave neighs/atom = 5.6808 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:04 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29488 5000 1.4296568e-10 12315245 29489 -0.0156974999999914 12315099.730734 29489 5000 1.4295595e-10 12315100 Loop time of 0.018621 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:04 2021 Pair time (%) = 0.00147891 (7.94218) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.209982) Outpt time (%) = 0.0169821 (91.1987) Other time (%) = 0.000120878 (0.649151) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28404 ave 28404 max 28404 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28404 Ave neighs/atom = 5.6808 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:04 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29489 5000 1.4295595e-10 12315026 29490 -0.0156974999999914 12314880.2916892 29490 5000 1.4294621e-10 12314880 Loop time of 0.0213201 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:04 2021 Pair time (%) = 0.001369 (6.42117) Neigh time (%) = 0 (0) Comm time (%) = 4.48227e-05 (0.210237) Outpt time (%) = 0.0197978 (92.8598) Other time (%) = 0.00010848 (0.508818) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28404 ave 28404 max 28404 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28404 Ave neighs/atom = 5.6808 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:04 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29490 5000 1.4294621e-10 12314806 29491 -0.0156974999999914 12314660.8640757 29491 5000 1.4293648e-10 12314661 Loop time of 0.0186539 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:04 2021 Pair time (%) = 0.00148392 (7.95501) Neigh time (%) = 0 (0) Comm time (%) = 3.98159e-05 (0.213446) Outpt time (%) = 0.016999 (91.1286) Other time (%) = 0.00013113 (0.702965) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28404 ave 28404 max 28404 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28404 Ave neighs/atom = 5.6808 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:04 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29491 5000 1.4293648e-10 12314587 29492 -0.0156974999999914 12314441.4478922 29492 5000 1.4292675e-10 12314441 Loop time of 0.0185349 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:04 2021 Pair time (%) = 0.0013392 (7.22527) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.194235) Outpt time (%) = 0.0170529 (92.0042) Other time (%) = 0.000106812 (0.576272) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28404 ave 28404 max 28404 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28404 Ave neighs/atom = 5.6808 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:04 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29492 5000 1.4292675e-10 12314367 29493 -0.0156974999999914 12314222.043137 29493 5000 1.4291701e-10 12314222 Loop time of 0.0186782 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:04 2021 Pair time (%) = 0.001472 (7.88083) Neigh time (%) = 0 (0) Comm time (%) = 4.29153e-05 (0.229762) Outpt time (%) = 0.0170331 (91.1925) Other time (%) = 0.000130177 (0.696944) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28404 ave 28404 max 28404 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28404 Ave neighs/atom = 5.6808 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:04 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29493 5000 1.4291701e-10 12314148 29494 -0.0156974999999914 12314002.6498088 29494 5000 1.4290728e-10 12314003 Loop time of 0.01846 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:04 2021 Pair time (%) = 0.00138402 (7.49738) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.20148) Outpt time (%) = 0.0169301 (91.7122) Other time (%) = 0.000108719 (0.588942) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28404 ave 28404 max 28404 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28404 Ave neighs/atom = 5.6808 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:04 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29494 5000 1.4290728e-10 12313928 29495 -0.0156974999999914 12313783.2679063 29495 5000 1.4289755e-10 12313783 Loop time of 0.0183859 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:04 2021 Pair time (%) = 0.00130701 (7.10877) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.190622) Outpt time (%) = 0.016943 (92.1521) Other time (%) = 0.000100851 (0.548524) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28404 ave 28404 max 28404 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28404 Ave neighs/atom = 5.6808 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:04 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29495 5000 1.4289755e-10 12313709 29496 -0.0156974999999914 12313563.8974575 29496 5000 1.4288782e-10 12313564 Loop time of 0.018353 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:04 2021 Pair time (%) = 0.00128794 (7.01759) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.189665) Outpt time (%) = 0.016932 (92.2575) Other time (%) = 9.82285e-05 (0.535218) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28404 ave 28404 max 28404 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28404 Ave neighs/atom = 5.6808 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:04 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29496 5000 1.4288782e-10 12313490 29497 -0.0156974999999914 12313344.5384926 29497 5000 1.428781e-10 12313345 Loop time of 0.0183551 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:04 2021 Pair time (%) = 0.00128603 (7.00638) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.190941) Outpt time (%) = 0.0169349 (92.2623) Other time (%) = 9.91821e-05 (0.540351) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28404 ave 28404 max 28404 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28404 Ave neighs/atom = 5.6808 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:04 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29497 5000 1.428781e-10 12313270 29498 -0.0156974999999914 12313125.1909832 29498 5000 1.4286837e-10 12313125 Loop time of 0.0181501 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:04 2021 Pair time (%) = 0.00131488 (7.24447) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.203607) Outpt time (%) = 0.016695 (91.9831) Other time (%) = 0.000103235 (0.568786) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28404 ave 28404 max 28404 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28404 Ave neighs/atom = 5.6808 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:04 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29498 5000 1.4286837e-10 12313051 29499 -0.0156974999999914 12312905.854944 29499 5000 1.4285864e-10 12312906 Loop time of 0.01847 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:04 2021 Pair time (%) = 0.00148582 (8.04451) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.210407) Outpt time (%) = 0.0168169 (91.0493) Other time (%) = 0.000128508 (0.695762) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28404 ave 28404 max 28404 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28404 Ave neighs/atom = 5.6808 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:04 2021 Memory usage per processor = 27.5523 Mbytes Step Atoms AVEKE stressZZ 29499 5000 1.4285864e-10 12312832 29500 -0.0156974999999914 12312686.530355 29500 5000 1.4284892e-10 12312687 Loop time of 0.0211711 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:04 2021 Pair time (%) = 0.00128508 (6.06996) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.16104) Outpt time (%) = 0.019753 (93.3017) Other time (%) = 9.89437e-05 (0.467353) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28404 ave 28404 max 28404 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28404 Ave neighs/atom = 5.6808 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:04 2021 Memory usage per processor = 27.5524 Mbytes Step Atoms AVEKE stressZZ 29500 5000 1.4284892e-10 12312612 29501 -0.0156974999999914 12312467.2172088 29501 5000 1.428392e-10 12312467 Loop time of 0.018389 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:04 2021 Pair time (%) = 0.00128984 (7.01422) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.189293) Outpt time (%) = 0.016963 (92.2455) Other time (%) = 0.000101328 (0.551025) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28404 ave 28404 max 28404 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28404 Ave neighs/atom = 5.6808 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:04 2021 Memory usage per processor = 27.5524 Mbytes Step Atoms AVEKE stressZZ 29501 5000 1.428392e-10 12312393 29502 -0.0156974999999914 12312247.9155019 29502 5000 1.4282948e-10 12312248 Loop time of 0.018389 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:04 2021 Pair time (%) = 0.00128794 (7.00385) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.184107) Outpt time (%) = 0.016968 (92.2727) Other time (%) = 9.91821e-05 (0.539356) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28404 ave 28404 max 28404 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28404 Ave neighs/atom = 5.6808 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:04 2021 Memory usage per processor = 27.5524 Mbytes Step Atoms AVEKE stressZZ 29502 5000 1.4282948e-10 12312174 29503 -0.0156974999999914 12312028.6252328 29503 5000 1.4281975e-10 12312029 Loop time of 0.018127 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:04 2021 Pair time (%) = 0.001297 (7.15507) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.198606) Outpt time (%) = 0.0166891 (92.0676) Other time (%) = 0.000104904 (0.578719) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28404 ave 28404 max 28404 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28404 Ave neighs/atom = 5.6808 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:04 2021 Memory usage per processor = 27.5524 Mbytes Step Atoms AVEKE stressZZ 29503 5000 1.4281975e-10 12311954 29504 -0.0156974999999914 12311809.3464722 29504 5000 1.4281004e-10 12311809 Loop time of 0.017992 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:04 2021 Pair time (%) = 0.00128889 (7.16368) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.194795) Outpt time (%) = 0.0165749 (92.1234) Other time (%) = 9.32217e-05 (0.518128) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28404 ave 28404 max 28404 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28404 Ave neighs/atom = 5.6808 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:04 2021 Memory usage per processor = 27.5524 Mbytes Step Atoms AVEKE stressZZ 29504 5000 1.4281004e-10 12311735 29505 -0.0156974999999914 12311590.079196 29505 5000 1.4280032e-10 12311590 Loop time of 0.0180299 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:04 2021 Pair time (%) = 0.00128818 (7.14465) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.189096) Outpt time (%) = 0.016613 (92.1413) Other time (%) = 9.46522e-05 (0.524973) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28404 ave 28404 max 28404 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28404 Ave neighs/atom = 5.6808 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:04 2021 Memory usage per processor = 27.5524 Mbytes Step Atoms AVEKE stressZZ 29505 5000 1.4280032e-10 12311516 29506 -0.0156974999999914 12311370.8233848 29506 5000 1.427906e-10 12311371 Loop time of 0.018286 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:04 2021 Pair time (%) = 0.00127816 (6.98984) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.191663) Outpt time (%) = 0.01688 (92.3113) Other time (%) = 9.27448e-05 (0.507191) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28404 ave 28404 max 28404 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28404 Ave neighs/atom = 5.6808 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:04 2021 Memory usage per processor = 27.5524 Mbytes Step Atoms AVEKE stressZZ 29506 5000 1.427906e-10 12311297 29507 -0.0156974999999914 12311151.5790383 29507 5000 1.4278088e-10 12311152 Loop time of 0.0182159 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:04 2021 Pair time (%) = 0.00129199 (7.09265) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.191092) Outpt time (%) = 0.016789 (92.1665) Other time (%) = 0.000100136 (0.549717) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28404 ave 28404 max 28404 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28404 Ave neighs/atom = 5.6808 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:04 2021 Memory usage per processor = 27.5524 Mbytes Step Atoms AVEKE stressZZ 29507 5000 1.4278088e-10 12311077 29508 -0.0156974999999914 12310932.3461488 29508 5000 1.4277117e-10 12310932 Loop time of 0.0182271 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:04 2021 Pair time (%) = 0.00131798 (7.23087) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.202747) Outpt time (%) = 0.0167661 (91.9843) Other time (%) = 0.000106096 (0.58208) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28404 ave 28404 max 28404 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28404 Ave neighs/atom = 5.6808 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:04 2021 Memory usage per processor = 27.5524 Mbytes Step Atoms AVEKE stressZZ 29508 5000 1.4277117e-10 12310858 29509 -0.0156974999999914 12310713.1247091 29509 5000 1.4276145e-10 12310713 Loop time of 0.018501 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:04 2021 Pair time (%) = 0.00142598 (7.70757) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.188147) Outpt time (%) = 0.0169051 (91.3736) Other time (%) = 0.000135183 (0.73068) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28404 ave 28404 max 28404 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28404 Ave neighs/atom = 5.6808 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:04 2021 Memory usage per processor = 27.5524 Mbytes Step Atoms AVEKE stressZZ 29509 5000 1.4276145e-10 12310639 29510 -0.0156974999999914 12310493.9147149 29510 5000 1.4275174e-10 12310494 Loop time of 0.0211871 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:04 2021 Pair time (%) = 0.00129104 (6.09351) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.159793) Outpt time (%) = 0.0197642 (93.2842) Other time (%) = 9.799e-05 (0.462499) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28404 ave 28404 max 28404 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28404 Ave neighs/atom = 5.6808 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:04 2021 Memory usage per processor = 27.5524 Mbytes Step Atoms AVEKE stressZZ 29510 5000 1.4275174e-10 12310420 29511 -0.0156974999999914 12310274.716162 29511 5000 1.4274203e-10 12310275 Loop time of 0.018389 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:04 2021 Pair time (%) = 0.00128698 (6.99866) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.19059) Outpt time (%) = 0.0169671 (92.2675) Other time (%) = 9.98974e-05 (0.543246) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28404 ave 28404 max 28404 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28404 Ave neighs/atom = 5.6808 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:04 2021 Memory usage per processor = 27.5524 Mbytes Step Atoms AVEKE stressZZ 29511 5000 1.4274203e-10 12310201 29512 -0.0156974999999914 12310055.5290472 29512 5000 1.4273232e-10 12310056 Loop time of 0.0182731 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:04 2021 Pair time (%) = 0.001302 (7.12524) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.186579) Outpt time (%) = 0.01684 (92.1571) Other time (%) = 9.70364e-05 (0.531033) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28404 ave 28404 max 28404 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28404 Ave neighs/atom = 5.6808 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:04 2021 Memory usage per processor = 27.5524 Mbytes Step Atoms AVEKE stressZZ 29512 5000 1.4273232e-10 12309981 29513 -0.0156974999999914 12309836.3533675 29513 5000 1.4272261e-10 12309836 Loop time of 0.0181792 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:04 2021 Pair time (%) = 0.00132704 (7.29977) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.204593) Outpt time (%) = 0.016706 (91.8963) Other time (%) = 0.000108957 (0.599352) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28404 ave 28404 max 28404 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28404 Ave neighs/atom = 5.6808 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:04 2021 Memory usage per processor = 27.5524 Mbytes Step Atoms AVEKE stressZZ 29513 5000 1.4272261e-10 12309762 29514 -0.0156974999999914 12309617.1891605 29514 5000 1.427129e-10 12309617 Loop time of 0.0185089 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:04 2021 Pair time (%) = 0.00135899 (7.34233) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.204812) Outpt time (%) = 0.017004 (91.8693) Other time (%) = 0.000108004 (0.583522) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28404 ave 28404 max 28404 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28404 Ave neighs/atom = 5.6808 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:04 2021 Memory usage per processor = 27.5524 Mbytes Step Atoms AVEKE stressZZ 29514 5000 1.427129e-10 12309543 29515 -0.0156974999999914 12309398.0364606 29515 5000 1.4270319e-10 12309398 Loop time of 0.018369 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:04 2021 Pair time (%) = 0.00128484 (6.99461) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.190798) Outpt time (%) = 0.016948 (92.2643) Other time (%) = 0.000101089 (0.550328) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28404 ave 28404 max 28404 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28404 Ave neighs/atom = 5.6808 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:04 2021 Memory usage per processor = 27.5524 Mbytes Step Atoms AVEKE stressZZ 29515 5000 1.4270319e-10 12309324 29516 -0.0156974999999914 12309178.8952317 29516 5000 1.4269349e-10 12309179 Loop time of 0.0183549 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:05 2021 Pair time (%) = 0.00128412 (6.99608) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.185748) Outpt time (%) = 0.0169389 (92.2856) Other time (%) = 9.77516e-05 (0.532564) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28404 ave 28404 max 28404 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28404 Ave neighs/atom = 5.6808 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:05 2021 Memory usage per processor = 27.5524 Mbytes Step Atoms AVEKE stressZZ 29516 5000 1.4269349e-10 12309105 29517 -0.0156974999999914 12308959.7654619 29517 5000 1.4268378e-10 12308960 Loop time of 0.0181081 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:05 2021 Pair time (%) = 0.00128508 (7.09668) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.198812) Outpt time (%) = 0.016685 (92.141) Other time (%) = 0.000102043 (0.563521) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28404 ave 28404 max 28404 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28404 Ave neighs/atom = 5.6808 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:05 2021 Memory usage per processor = 27.5524 Mbytes Step Atoms AVEKE stressZZ 29517 5000 1.4268378e-10 12308886 29518 -0.0156974999999914 12308740.6471095 29518 5000 1.4267408e-10 12308741 Loop time of 0.018507 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:05 2021 Pair time (%) = 0.00152302 (8.22941) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.216428) Outpt time (%) = 0.016814 (90.8521) Other time (%) = 0.000129938 (0.702102) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28404 ave 28404 max 28404 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28404 Ave neighs/atom = 5.6808 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:05 2021 Memory usage per processor = 27.5524 Mbytes Step Atoms AVEKE stressZZ 29518 5000 1.4267408e-10 12308667 29519 -0.0156974999999914 12308521.5401829 29519 5000 1.4266437e-10 12308522 Loop time of 0.018357 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:05 2021 Pair time (%) = 0.00128698 (7.01084) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.184428) Outpt time (%) = 0.0169361 (92.2592) Other time (%) = 0.000100136 (0.54549) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28404 ave 28404 max 28404 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28404 Ave neighs/atom = 5.6808 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:05 2021 Memory usage per processor = 27.5524 Mbytes Step Atoms AVEKE stressZZ 29519 5000 1.4266437e-10 12308447 29520 -0.0156974999999914 12308302.4446955 29520 5000 1.4265467e-10 12308302 Loop time of 0.021332 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:05 2021 Pair time (%) = 0.00139308 (6.53046) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.164295) Outpt time (%) = 0.0197971 (92.8045) Other time (%) = 0.000106812 (0.50071) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28404 ave 28404 max 28404 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28404 Ave neighs/atom = 5.6808 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:05 2021 Memory usage per processor = 27.5524 Mbytes Step Atoms AVEKE stressZZ 29520 5000 1.4265467e-10 12308228 29521 -0.0156974999999914 12308083.3606437 29521 5000 1.4264497e-10 12308083 Loop time of 0.018424 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:05 2021 Pair time (%) = 0.00129509 (7.02935) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.185051) Outpt time (%) = 0.0169959 (92.2486) Other time (%) = 9.89437e-05 (0.537036) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28404 ave 28404 max 28404 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28404 Ave neighs/atom = 5.6808 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:05 2021 Memory usage per processor = 27.5524 Mbytes Step Atoms AVEKE stressZZ 29521 5000 1.4264497e-10 12308009 29522 -0.0156974999999914 12307864.2880244 29522 5000 1.4263527e-10 12307864 Loop time of 0.0181451 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:05 2021 Pair time (%) = 0.00129986 (7.16369) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.203663) Outpt time (%) = 0.0167041 (92.0584) Other time (%) = 0.000104189 (0.574199) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28404 ave 28404 max 28404 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28404 Ave neighs/atom = 5.6808 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:05 2021 Memory usage per processor = 27.5524 Mbytes Step Atoms AVEKE stressZZ 29522 5000 1.4263527e-10 12307790 29523 -0.0156974999999914 12307645.2268328 29523 5000 1.4262557e-10 12307645 Loop time of 0.0185499 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:05 2021 Pair time (%) = 0.00154996 (8.35561) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.205645) Outpt time (%) = 0.0168209 (90.6791) Other time (%) = 0.000140905 (0.759601) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28404 ave 28404 max 28404 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28404 Ave neighs/atom = 5.6808 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:05 2021 Memory usage per processor = 27.5524 Mbytes Step Atoms AVEKE stressZZ 29523 5000 1.4262557e-10 12307571 29524 -0.0156974999999914 12307426.1770506 29524 5000 1.4261588e-10 12307426 Loop time of 0.0183179 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:05 2021 Pair time (%) = 0.00128984 (7.04143) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.191329) Outpt time (%) = 0.0168951 (92.2323) Other time (%) = 9.799e-05 (0.53494) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28404 ave 28404 max 28404 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28404 Ave neighs/atom = 5.6808 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:05 2021 Memory usage per processor = 27.5524 Mbytes Step Atoms AVEKE stressZZ 29524 5000 1.4261588e-10 12307352 29525 -0.0156974999999914 12307207.1387146 29525 5000 1.4260618e-10 12307207 Loop time of 0.0182729 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:05 2021 Pair time (%) = 0.00128603 (7.03792) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.190496) Outpt time (%) = 0.016854 (92.2353) Other time (%) = 9.799e-05 (0.536259) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28404 ave 28404 max 28404 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28404 Ave neighs/atom = 5.6808 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:05 2021 Memory usage per processor = 27.5524 Mbytes Step Atoms AVEKE stressZZ 29525 5000 1.4260618e-10 12307133 29526 -0.0156974999999914 12306988.1118882 29526 5000 1.4259649e-10 12306988 Loop time of 0.0181689 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:05 2021 Pair time (%) = 0.00129509 (7.12805) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.192898) Outpt time (%) = 0.0167391 (92.1305) Other time (%) = 9.9659e-05 (0.548513) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28404 ave 28404 max 28404 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28404 Ave neighs/atom = 5.6808 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:05 2021 Memory usage per processor = 27.5524 Mbytes Step Atoms AVEKE stressZZ 29526 5000 1.4259649e-10 12306914 29527 -0.0156974999999914 12306769.0965309 29527 5000 1.4258679e-10 12306769 Loop time of 0.018225 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:05 2021 Pair time (%) = 0.00138783 (7.61502) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.197538) Outpt time (%) = 0.016691 (91.5831) Other time (%) = 0.000110149 (0.604388) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28404 ave 28404 max 28404 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28404 Ave neighs/atom = 5.6808 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:05 2021 Memory usage per processor = 27.5524 Mbytes Step Atoms AVEKE stressZZ 29527 5000 1.4258679e-10 12306695 29528 -0.0156974999999914 12306550.0926506 29528 5000 1.425771e-10 12306550 Loop time of 0.0184219 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:05 2021 Pair time (%) = 0.00138187 (7.50126) Neigh time (%) = 0 (0) Comm time (%) = 3.98159e-05 (0.216134) Outpt time (%) = 0.016886 (91.6627) Other time (%) = 0.000114202 (0.619928) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28404 ave 28404 max 28404 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28404 Ave neighs/atom = 5.6808 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:05 2021 Memory usage per processor = 27.5524 Mbytes Step Atoms AVEKE stressZZ 29528 5000 1.425771e-10 12306476 29529 -0.0156974999999914 12306331.1002325 29529 5000 1.4256741e-10 12306331 Loop time of 0.0184612 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:05 2021 Pair time (%) = 0.00140095 (7.58859) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.19501) Outpt time (%) = 0.0169182 (91.6417) Other time (%) = 0.000106096 (0.574698) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28404 ave 28404 max 28404 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28404 Ave neighs/atom = 5.6808 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:05 2021 Memory usage per processor = 27.5524 Mbytes Step Atoms AVEKE stressZZ 29529 5000 1.4256741e-10 12306257 29530 -0.0156974999999914 12306112.119254 29530 5000 1.4255772e-10 12306112 Loop time of 0.021178 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:05 2021 Pair time (%) = 0.00128794 (6.08148) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.164364) Outpt time (%) = 0.0197561 (93.2858) Other time (%) = 9.91821e-05 (0.468326) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28404 ave 28404 max 28404 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28404 Ave neighs/atom = 5.6808 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:05 2021 Memory usage per processor = 27.5524 Mbytes Step Atoms AVEKE stressZZ 29530 5000 1.4255772e-10 12306038 29531 -0.0156974999999914 12305893.1497056 29531 5000 1.4254803e-10 12305893 Loop time of 0.018198 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:05 2021 Pair time (%) = 0.00128818 (7.07866) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.187349) Outpt time (%) = 0.0167758 (92.185) Other time (%) = 9.98974e-05 (0.548947) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28404 ave 28404 max 28404 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28404 Ave neighs/atom = 5.6808 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:05 2021 Memory usage per processor = 27.5524 Mbytes Step Atoms AVEKE stressZZ 29531 5000 1.4254803e-10 12305819 29532 -0.0156974999999914 12305674.1915629 29532 5000 1.4253834e-10 12305674 Loop time of 0.018337 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:05 2021 Pair time (%) = 0.00142002 (7.74402) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.206732) Outpt time (%) = 0.016762 (91.4109) Other time (%) = 0.000117064 (0.6384) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28404 ave 28404 max 28404 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28404 Ave neighs/atom = 5.6808 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:30:05 2021 Memory usage per processor = 27.5524 Mbytes Step Atoms AVEKE stressZZ 29532 5000 1.4253834e-10 12305600 29533 -0.0156974999999914 12305427.319894 29533 5000 2.8065966e-10 12305834 Loop time of 0.018012 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:05 2021 Pair time (%) = 0.00131893 (7.3225) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.189284) Outpt time (%) = 0.016526 (91.7496) Other time (%) = 0.000133038 (0.738603) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28404 ave 28404 max 28404 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28404 Ave neighs/atom = 5.6808 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:05 2021 Memory usage per processor = 27.5524 Mbytes Step Atoms AVEKE stressZZ 29533 5000 2.8065966e-10 12384826 29534 -0.0157299999999914 12384636.3240803 29534 5000 2.2574594e-10 12384636 Loop time of 0.01805 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:05 2021 Pair time (%) = 0.00128818 (7.13672) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.19417) Outpt time (%) = 0.0166302 (92.1341) Other time (%) = 9.65595e-05 (0.534957) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:05 2021 Memory usage per processor = 27.5524 Mbytes Step Atoms AVEKE stressZZ 29534 5000 2.2574594e-10 12384536 29535 -0.0157299999999914 12384361.6697668 29535 5000 1.9395921e-10 12384362 Loop time of 0.0181961 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:05 2021 Pair time (%) = 0.0013032 (7.16195) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.19261) Outpt time (%) = 0.016758 (92.0964) Other time (%) = 9.98974e-05 (0.549004) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:05 2021 Memory usage per processor = 27.5524 Mbytes Step Atoms AVEKE stressZZ 29535 5000 1.9395921e-10 12384270 29536 -0.0157299999999914 12384106.6226859 29536 5000 1.750131e-10 12384107 Loop time of 0.018183 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:05 2021 Pair time (%) = 0.00143909 (7.91451) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.203239) Outpt time (%) = 0.0165958 (91.2712) Other time (%) = 0.000111103 (0.611027) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:05 2021 Memory usage per processor = 27.5524 Mbytes Step Atoms AVEKE stressZZ 29536 5000 1.750131e-10 12384021 29537 -0.0157299999999914 12383864.0403897 29537 5000 1.6347735e-10 12383864 Loop time of 0.0183179 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:05 2021 Pair time (%) = 0.00134993 (7.36942) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.190027) Outpt time (%) = 0.0168281 (91.8666) Other time (%) = 0.000105143 (0.573987) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:05 2021 Memory usage per processor = 27.5524 Mbytes Step Atoms AVEKE stressZZ 29537 5000 1.6347735e-10 12383783 29538 -0.0157299999999914 12383629.3838116 29538 5000 1.5634803e-10 12383629 Loop time of 0.0182772 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:05 2021 Pair time (%) = 0.00128984 (7.05714) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.191756) Outpt time (%) = 0.016856 (92.2241) Other time (%) = 9.63211e-05 (0.527002) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:05 2021 Memory usage per processor = 27.5524 Mbytes Step Atoms AVEKE stressZZ 29538 5000 1.5634803e-10 12383550 29539 -0.0157299999999914 12383399.7684956 29539 5000 1.5189666e-10 12383400 Loop time of 0.0182469 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:05 2021 Pair time (%) = 0.0012989 (7.1185) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.186848) Outpt time (%) = 0.016814 (92.1472) Other time (%) = 9.98974e-05 (0.547476) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:05 2021 Memory usage per processor = 27.5524 Mbytes Step Atoms AVEKE stressZZ 29539 5000 1.5189666e-10 12383322 29540 -0.0157299999999914 12383173.3612727 29540 5000 1.4909772e-10 12383173 Loop time of 0.021045 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:05 2021 Pair time (%) = 0.00130701 (6.21056) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.176732) Outpt time (%) = 0.0195949 (93.1097) Other time (%) = 0.000105858 (0.503008) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:05 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29540 5000 1.4909772e-10 12383097 29541 -0.0157299999999914 12382948.9970323 29541 5000 1.4732893e-10 12382949 Loop time of 0.0185828 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:05 2021 Pair time (%) = 0.00146294 (7.87252) Neigh time (%) = 0 (0) Comm time (%) = 4.31538e-05 (0.232224) Outpt time (%) = 0.016947 (91.1973) Other time (%) = 0.0001297 (0.697955) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:05 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29541 5000 1.4732893e-10 12382873 29542 -0.0157299999999914 12382725.9353654 29542 5000 1.4620676e-10 12382726 Loop time of 0.0185521 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:05 2021 Pair time (%) = 0.00137401 (7.40622) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.200481) Outpt time (%) = 0.0170321 (91.8073) Other time (%) = 0.000108719 (0.58602) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:05 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29542 5000 1.4620676e-10 12382651 29543 -0.0157299999999914 12382503.7057367 29543 5000 1.4549224e-10 12382504 Loop time of 0.018816 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:05 2021 Pair time (%) = 0.00156999 (8.34389) Neigh time (%) = 0 (0) Comm time (%) = 4.41074e-05 (0.234415) Outpt time (%) = 0.017041 (90.5664) Other time (%) = 0.000160933 (0.855297) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:05 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29543 5000 1.4549224e-10 12382429 29544 -0.0157299999999914 12382282.0091153 29544 5000 1.4503547e-10 12382282 Loop time of 0.0182669 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:05 2021 Pair time (%) = 0.00133705 (7.31952) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.197084) Outpt time (%) = 0.016788 (91.9039) Other time (%) = 0.000105858 (0.579506) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:05 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29544 5000 1.4503547e-10 12382207 29545 -0.0157299999999914 12382060.6554405 29545 5000 1.4474197e-10 12382061 Loop time of 0.0181508 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:05 2021 Pair time (%) = 0.00128698 (7.0905) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.193091) Outpt time (%) = 0.0167308 (92.1765) Other time (%) = 9.799e-05 (0.539866) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:05 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29545 5000 1.4474197e-10 12381986 29546 -0.0157299999999914 12381839.523958 29546 5000 1.4455201e-10 12381840 Loop time of 0.018132 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:05 2021 Pair time (%) = 0.00128603 (7.09261) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.193291) Outpt time (%) = 0.0167179 (92.2013) Other time (%) = 9.29832e-05 (0.512814) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:05 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29546 5000 1.4455201e-10 12381765 29547 -0.0157299999999914 12381618.5379141 29547 5000 1.4442777e-10 12381619 Loop time of 0.0184679 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:05 2021 Pair time (%) = 0.00128722 (6.97005) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.189775) Outpt time (%) = 0.017051 (92.3277) Other time (%) = 9.46522e-05 (0.512523) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:05 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29547 5000 1.4442777e-10 12381544 29548 -0.0157299999999914 12381397.6485295 29548 5000 1.4434525e-10 12381398 Loop time of 0.0189111 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:05 2021 Pair time (%) = 0.00155687 (8.23258) Neigh time (%) = 0 (0) Comm time (%) = 4.50611e-05 (0.238278) Outpt time (%) = 0.017148 (90.6769) Other time (%) = 0.000161171 (0.852255) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:05 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29548 5000 1.4434525e-10 12381323 29549 -0.0157299999999914 12381176.8248024 29549 5000 1.4428924e-10 12381177 Loop time of 0.0186679 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:05 2021 Pair time (%) = 0.00135922 (7.28106) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.19285) Outpt time (%) = 0.0171661 (91.9552) Other time (%) = 0.000106573 (0.570889) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:05 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29549 5000 1.4428924e-10 12381102 29550 -0.0157299999999914 12380956.0470306 29550 5000 1.4425007e-10 12380956 Loop time of 0.0214751 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:05 2021 Pair time (%) = 0.00136709 (6.36595) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.167642) Outpt time (%) = 0.0199602 (92.9457) Other time (%) = 0.000111818 (0.520689) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:05 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29550 5000 1.4425007e-10 12380881 29551 -0.0157299999999914 12380735.3026906 29551 5000 1.4422159e-10 12380735 Loop time of 0.01861 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:05 2021 Pair time (%) = 0.00134492 (7.22686) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.188326) Outpt time (%) = 0.0171261 (92.0262) Other time (%) = 0.000103951 (0.558573) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:05 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29551 5000 1.4422159e-10 12380661 29552 -0.0157299999999914 12380514.5838233 29552 5000 1.4419991e-10 12380515 Loop time of 0.018616 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:05 2021 Pair time (%) = 0.00142789 (7.67024) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.198512) Outpt time (%) = 0.017025 (91.4537) Other time (%) = 0.000126123 (0.677502) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:05 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29552 5000 1.4419991e-10 12380440 29553 -0.0157299999999914 12380293.8853465 29553 5000 1.4418255e-10 12380294 Loop time of 0.018492 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:05 2021 Pair time (%) = 0.00134206 (7.25751) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.189528) Outpt time (%) = 0.017014 (92.0076) Other time (%) = 0.000100851 (0.545377) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:05 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29553 5000 1.4418255e-10 12380219 29554 -0.0157299999999914 12380073.2040186 29554 5000 1.4416794e-10 12380073 Loop time of 0.018554 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:05 2021 Pair time (%) = 0.00134015 (7.22299) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.199175) Outpt time (%) = 0.0170701 (92.0022) Other time (%) = 0.000106812 (0.57568) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:05 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29554 5000 1.4416794e-10 12379999 29555 -0.0157299999999914 12379852.5378377 29555 5000 1.4415507e-10 12379853 Loop time of 0.018435 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:05 2021 Pair time (%) = 0.00134087 (7.27348) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.20046) Outpt time (%) = 0.0169489 (91.9389) Other time (%) = 0.000108242 (0.587155) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:05 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29555 5000 1.4415507e-10 12379778 29556 -0.0157299999999914 12379631.885503 29556 5000 1.4414331e-10 12379632 Loop time of 0.0185812 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:06 2021 Pair time (%) = 0.00143099 (7.70129) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.198884) Outpt time (%) = 0.016994 (91.4583) Other time (%) = 0.000119209 (0.64156) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:06 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29556 5000 1.4414331e-10 12379557 29557 -0.0157299999999914 12379411.2461869 29557 5000 1.4413226e-10 12379411 Loop time of 0.0184791 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:06 2021 Pair time (%) = 0.00133491 (7.22386) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.199982) Outpt time (%) = 0.017 (91.9956) Other time (%) = 0.000107288 (0.580593) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:06 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29557 5000 1.4413226e-10 12379337 29558 -0.0157299999999914 12379190.6193625 29558 5000 1.4412166e-10 12379191 Loop time of 0.0187201 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:06 2021 Pair time (%) = 0.00148392 (7.92684) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.213964) Outpt time (%) = 0.0170641 (91.1536) Other time (%) = 0.000132084 (0.705571) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:06 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29558 5000 1.4412166e-10 12379116 29559 -0.0157299999999914 12378970.004694 29559 5000 1.4411134e-10 12378970 Loop time of 0.0185401 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:06 2021 Pair time (%) = 0.00134683 (7.26438) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.19418) Outpt time (%) = 0.0170522 (91.9743) Other time (%) = 0.000105143 (0.567108) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:06 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29559 5000 1.4411134e-10 12378895 29560 -0.0157299999999914 12378749.4019672 29560 5000 1.441012e-10 12378749 Loop time of 0.0216739 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:06 2021 Pair time (%) = 0.00145411 (6.70905) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.176004) Outpt time (%) = 0.0200629 (92.5671) Other time (%) = 0.000118732 (0.547813) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:06 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29560 5000 1.441012e-10 12378675 29561 -0.0157299999999914 12378528.8110448 29561 5000 1.4409118e-10 12378529 Loop time of 0.0184519 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:06 2021 Pair time (%) = 0.00132585 (7.1854) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.188648) Outpt time (%) = 0.016994 (92.0988) Other time (%) = 9.72748e-05 (0.527179) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:06 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29561 5000 1.4409118e-10 12378454 29562 -0.0157299999999914 12378308.2318392 29562 5000 1.4408123e-10 12378308 Loop time of 0.018656 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:06 2021 Pair time (%) = 0.00147104 (7.88508) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.204475) Outpt time (%) = 0.0170281 (91.274) Other time (%) = 0.000118732 (0.63643) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:06 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29562 5000 1.4408123e-10 12378234 29563 -0.0157299999999914 12378087.6642542 29563 5000 1.4407134e-10 12378088 Loop time of 0.018518 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:06 2021 Pair time (%) = 0.00134206 (7.24733) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.194412) Outpt time (%) = 0.0170338 (91.9853) Other time (%) = 0.000106096 (0.572937) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:06 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29563 5000 1.4407134e-10 12378013 29564 -0.0157299999999914 12377867.1082721 29564 5000 1.4406147e-10 12377867 Loop time of 0.018569 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:06 2021 Pair time (%) = 0.00143003 (7.7012) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.20415) Outpt time (%) = 0.016978 (91.4321) Other time (%) = 0.000123024 (0.662524) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:06 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29564 5000 1.4406147e-10 12377792 29565 -0.0157299999999914 12377646.5638862 29565 5000 1.4405162e-10 12377647 Loop time of 0.018543 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:06 2021 Pair time (%) = 0.00140905 (7.59884) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.199293) Outpt time (%) = 0.016988 (91.6143) Other time (%) = 0.000108957 (0.587592) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:06 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29565 5000 1.4405162e-10 12377572 29566 -0.0157299999999914 12377426.0310806 29566 5000 1.4404178e-10 12377426 Loop time of 0.018857 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:06 2021 Pair time (%) = 0.001544 (8.18793) Neigh time (%) = 0 (0) Comm time (%) = 4.50611e-05 (0.238962) Outpt time (%) = 0.017108 (90.7247) Other time (%) = 0.000159979 (0.848379) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:06 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29566 5000 1.4404178e-10 12377351 29567 -0.0157299999999914 12377205.5098443 29567 5000 1.4403196e-10 12377206 Loop time of 0.0185812 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:06 2021 Pair time (%) = 0.00134706 (7.24963) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.200167) Outpt time (%) = 0.0170922 (91.9869) Other time (%) = 0.000104666 (0.56329) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:06 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29567 5000 1.4403196e-10 12377131 29568 -0.0157299999999914 12376985.0001692 29568 5000 1.4402214e-10 12376985 Loop time of 0.0185831 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:06 2021 Pair time (%) = 0.00136399 (7.33998) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.198863) Outpt time (%) = 0.0170751 (91.8851) Other time (%) = 0.00010705 (0.576062) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:06 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29568 5000 1.4402214e-10 12376910 29569 -0.0157299999999914 12376764.50205 29569 5000 1.4401232e-10 12376765 Loop time of 0.0185492 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:06 2021 Pair time (%) = 0.00134921 (7.27369) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.199226) Outpt time (%) = 0.0170529 (91.9333) Other time (%) = 0.000110149 (0.593823) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:06 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29569 5000 1.4401232e-10 12376690 29570 -0.0157299999999914 12376544.0154821 29570 5000 1.4400251e-10 12376544 Loop time of 0.0216699 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:06 2021 Pair time (%) = 0.00146604 (6.76532) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.18924) Outpt time (%) = 0.0200491 (92.5206) Other time (%) = 0.000113726 (0.52481) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:06 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29570 5000 1.4400251e-10 12376469 29571 -0.0157299999999914 12376323.5404621 29571 5000 1.439927e-10 12376324 Loop time of 0.018554 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:06 2021 Pair time (%) = 0.00134015 (7.22299) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.188895) Outpt time (%) = 0.017077 (92.0394) Other time (%) = 0.000101805 (0.548695) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:06 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29571 5000 1.439927e-10 12376249 29572 -0.0157299999999914 12376103.0769868 29572 5000 1.4398289e-10 12376103 Loop time of 0.0186751 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:06 2021 Pair time (%) = 0.00142622 (7.63702) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.20299) Outpt time (%) = 0.017086 (91.491) Other time (%) = 0.000124931 (0.668973) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:06 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29572 5000 1.4398289e-10 12376028 29573 -0.0157299999999914 12375882.6250539 29573 5000 1.4397308e-10 12375883 Loop time of 0.0185301 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:06 2021 Pair time (%) = 0.00140119 (7.56166) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.199431) Outpt time (%) = 0.0169809 (91.6393) Other time (%) = 0.000111103 (0.599581) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:06 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29573 5000 1.4397308e-10 12375808 29574 -0.0157299999999914 12375662.1846611 29574 5000 1.4396327e-10 12375662 Loop time of 0.0187111 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:06 2021 Pair time (%) = 0.00142598 (7.62105) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.197503) Outpt time (%) = 0.0171189 (91.4908) Other time (%) = 0.000129223 (0.690622) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:06 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29574 5000 1.4396327e-10 12375588 29575 -0.0157299999999914 12375441.755806 29575 5000 1.4395347e-10 12375442 Loop time of 0.018491 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:06 2021 Pair time (%) = 0.00135207 (7.31204) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.194696) Outpt time (%) = 0.016999 (91.9311) Other time (%) = 0.000103951 (0.562167) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:06 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29575 5000 1.4395347e-10 12375367 29576 -0.0157299999999914 12375221.3384864 29576 5000 1.4394367e-10 12375221 Loop time of 0.0186551 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:06 2021 Pair time (%) = 0.00141191 (7.56853) Neigh time (%) = 0 (0) Comm time (%) = 4.41074e-05 (0.236437) Outpt time (%) = 0.017072 (91.5138) Other time (%) = 0.000127077 (0.681194) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:06 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29576 5000 1.4394367e-10 12375147 29577 -0.0157299999999914 12375000.9327006 29577 5000 1.4393386e-10 12375001 Loop time of 0.0186198 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:06 2021 Pair time (%) = 0.00141978 (7.62513) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.198471) Outpt time (%) = 0.0170438 (91.5362) Other time (%) = 0.000119209 (0.640229) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:06 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29577 5000 1.4393386e-10 12374926 29578 -0.0157299999999914 12374780.5384466 29578 5000 1.4392406e-10 12374781 Loop time of 0.0185871 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:06 2021 Pair time (%) = 0.00133204 (7.1665) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.205233) Outpt time (%) = 0.0171032 (92.0164) Other time (%) = 0.000113726 (0.611852) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:06 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29578 5000 1.4392406e-10 12374706 29579 -0.0157299999999914 12374560.1557226 29579 5000 1.4391426e-10 12374560 Loop time of 0.018533 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:06 2021 Pair time (%) = 0.00135994 (7.33794) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.194255) Outpt time (%) = 0.0170269 (91.8735) Other time (%) = 0.000110149 (0.594342) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:06 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29579 5000 1.4391426e-10 12374486 29580 -0.0157299999999914 12374339.7845263 29580 5000 1.4390446e-10 12374340 Loop time of 0.021775 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:06 2021 Pair time (%) = 0.00151706 (6.96697) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.178472) Outpt time (%) = 0.0200841 (92.2348) Other time (%) = 0.000134945 (0.619724) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:06 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29580 5000 1.4390446e-10 12374265 29581 -0.0157299999999914 12374119.4248561 29581 5000 1.4389467e-10 12374119 Loop time of 0.0186141 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:06 2021 Pair time (%) = 0.00140214 (7.53269) Neigh time (%) = 0 (0) Comm time (%) = 4.19617e-05 (0.22543) Outpt time (%) = 0.0170522 (91.6091) Other time (%) = 0.000117779 (0.632741) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:06 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29581 5000 1.4389467e-10 12374045 29582 -0.0157299999999914 12373899.0767102 29582 5000 1.4388487e-10 12373899 Loop time of 0.0183909 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:06 2021 Pair time (%) = 0.00128913 (7.00961) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.19057) Outpt time (%) = 0.016968 (92.2631) Other time (%) = 9.87053e-05 (0.536707) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:06 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29582 5000 1.4388487e-10 12373824 29583 -0.0157299999999914 12373678.740087 29583 5000 1.4387508e-10 12373679 Loop time of 0.0182009 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:06 2021 Pair time (%) = 0.00128889 (7.08148) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.197799) Outpt time (%) = 0.016768 (92.1273) Other time (%) = 0.000108004 (0.593398) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:06 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29583 5000 1.4387508e-10 12373604 29584 -0.0157299999999914 12373458.4149842 29584 5000 1.4386528e-10 12373458 Loop time of 0.0184479 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:06 2021 Pair time (%) = 0.00153685 (8.33075) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.200321) Outpt time (%) = 0.016753 (90.8124) Other time (%) = 0.000121117 (0.656534) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:06 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29584 5000 1.4386528e-10 12373384 29585 -0.0157299999999914 12373238.1014034 29585 5000 1.4385549e-10 12373238 Loop time of 0.0179999 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:06 2021 Pair time (%) = 0.00128293 (7.12744) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.193385) Outpt time (%) = 0.0165858 (92.1441) Other time (%) = 9.63211e-05 (0.535121) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:06 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29585 5000 1.4385549e-10 12373164 29586 -0.0157299999999914 12373017.7994216 29586 5000 1.438457e-10 12373018 Loop time of 0.0180001 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:06 2021 Pair time (%) = 0.00128889 (7.16045) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.188084) Outpt time (%) = 0.016583 (92.1269) Other time (%) = 9.44138e-05 (0.524517) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:06 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29586 5000 1.438457e-10 12372943 29587 -0.0157299999999914 12372797.5090122 29587 5000 1.4383591e-10 12372798 Loop time of 0.0183439 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:06 2021 Pair time (%) = 0.00129008 (7.03275) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.185859) Outpt time (%) = 0.016927 (92.2758) Other time (%) = 9.27448e-05 (0.505589) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:06 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29587 5000 1.4383591e-10 12372723 29588 -0.0157299999999914 12372577.2301556 29588 5000 1.4382612e-10 12372577 Loop time of 0.0186701 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:06 2021 Pair time (%) = 0.00142193 (7.61608) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.182612) Outpt time (%) = 0.0170841 (91.5053) Other time (%) = 0.000129938 (0.69597) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:06 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29588 5000 1.4382612e-10 12372503 29589 -0.0157299999999914 12372356.9628431 29589 5000 1.4381633e-10 12372357 Loop time of 0.0184989 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:06 2021 Pair time (%) = 0.001333 (7.20583) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.194613) Outpt time (%) = 0.0170279 (92.0479) Other time (%) = 0.000102043 (0.551617) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:06 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29589 5000 1.4381633e-10 12372282 29590 -0.0157299999999914 12372136.7070683 29590 5000 1.4380654e-10 12372137 Loop time of 0.0215261 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:06 2021 Pair time (%) = 0.00135398 (6.28994) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.171675) Outpt time (%) = 0.020026 (93.0311) Other time (%) = 0.000109196 (0.507271) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:06 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29590 5000 1.4380654e-10 12372062 29591 -0.0157299999999914 12371916.4628271 29591 5000 1.4379675e-10 12371916 Loop time of 0.0186 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:06 2021 Pair time (%) = 0.00149608 (8.04343) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.198682) Outpt time (%) = 0.0169091 (90.9093) Other time (%) = 0.000157833 (0.848566) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:06 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29591 5000 1.4379675e-10 12371842 29592 -0.0157299999999914 12371696.2301157 29592 5000 1.4378697e-10 12371696 Loop time of 0.0185978 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:06 2021 Pair time (%) = 0.00137806 (7.40978) Neigh time (%) = 0 (0) Comm time (%) = 4.19617e-05 (0.225627) Outpt time (%) = 0.0170519 (91.6877) Other time (%) = 0.000125885 (0.67688) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:06 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29592 5000 1.4378697e-10 12371622 29593 -0.0157299999999914 12371476.0089304 29593 5000 1.4377719e-10 12371476 Loop time of 0.0191119 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:06 2021 Pair time (%) = 0.00133204 (6.96972) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.177143) Outpt time (%) = 0.0175939 (92.0572) Other time (%) = 0.000152111 (0.795898) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:06 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29593 5000 1.4377719e-10 12371401 29594 -0.0157299999999914 12371255.7992684 29594 5000 1.437674e-10 12371256 Loop time of 0.018703 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:06 2021 Pair time (%) = 0.00139403 (7.45353) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.207786) Outpt time (%) = 0.017159 (91.7446) Other time (%) = 0.000111103 (0.594039) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:06 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29594 5000 1.437674e-10 12371181 29595 -0.0157299999999914 12371035.6011204 29595 5000 1.4375762e-10 12371036 Loop time of 0.0185199 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:06 2021 Pair time (%) = 0.00146198 (7.89413) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.184093) Outpt time (%) = 0.0168979 (91.2421) Other time (%) = 0.000125885 (0.679729) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:06 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29595 5000 1.4375762e-10 12370961 29596 -0.0157299999999914 12370815.4144494 29596 5000 1.4374784e-10 12370815 Loop time of 0.0187171 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:07 2021 Pair time (%) = 0.00149703 (7.99822) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.202535) Outpt time (%) = 0.0170138 (90.8999) Other time (%) = 0.000168324 (0.899306) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:07 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29596 5000 1.4374784e-10 12370741 29597 -0.0157299999999914 12370595.23929 29597 5000 1.4373806e-10 12370595 Loop time of 0.0191638 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:07 2021 Pair time (%) = 0.0013659 (7.12748) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.182884) Outpt time (%) = 0.017653 (92.1161) Other time (%) = 0.000109911 (0.573533) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:07 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29597 5000 1.4373806e-10 12370521 29598 -0.0157299999999914 12370375.0756399 29598 5000 1.4372828e-10 12370375 Loop time of 0.0190148 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:07 2021 Pair time (%) = 0.00136709 (7.18961) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.199363) Outpt time (%) = 0.017483 (91.944) Other time (%) = 0.000126839 (0.667051) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:07 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29598 5000 1.4372828e-10 12370301 29599 -0.0157299999999914 12370154.923497 29599 5000 1.437185e-10 12370155 Loop time of 0.0195839 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:07 2021 Pair time (%) = 0.00128603 (6.56676) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.172873) Outpt time (%) = 0.018163 (92.7442) Other time (%) = 0.000101089 (0.516186) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:07 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29599 5000 1.437185e-10 12370080 29600 -0.0157299999999914 12369934.7828596 29600 5000 1.4370873e-10 12369935 Loop time of 0.021343 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:07 2021 Pair time (%) = 0.00138211 (6.47572) Neigh time (%) = 0 (0) Comm time (%) = 5.19753e-05 (0.243524) Outpt time (%) = 0.019768 (92.6206) Other time (%) = 0.000140905 (0.660195) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:07 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29600 5000 1.4370873e-10 12369860 29601 -0.0157299999999914 12369714.6537255 29601 5000 1.4369895e-10 12369715 Loop time of 0.01846 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:07 2021 Pair time (%) = 0.0014689 (7.95717) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.20148) Outpt time (%) = 0.016819 (91.1103) Other time (%) = 0.000134945 (0.731011) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:07 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29601 5000 1.4369895e-10 12369640 29602 -0.0157299999999914 12369494.5360931 29602 5000 1.4368918e-10 12369495 Loop time of 0.0185199 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:07 2021 Pair time (%) = 0.00128722 (6.95049) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.189243) Outpt time (%) = 0.0170951 (92.3067) Other time (%) = 0.00010252 (0.553567) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:07 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29602 5000 1.4368918e-10 12369420 29603 -0.0157299999999914 12369274.4299604 29603 5000 1.4367941e-10 12369274 Loop time of 0.0189888 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:07 2021 Pair time (%) = 0.00159287 (8.38847) Neigh time (%) = 0 (0) Comm time (%) = 4.3869e-05 (0.231025) Outpt time (%) = 0.017194 (90.5481) Other time (%) = 0.000158072 (0.832444) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:07 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29603 5000 1.4367941e-10 12369200 29604 -0.0157299999999914 12369054.3353254 29604 5000 1.4366964e-10 12369054 Loop time of 0.0184 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:07 2021 Pair time (%) = 0.00132895 (7.22255) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.195659) Outpt time (%) = 0.0169339 (92.0324) Other time (%) = 0.000101089 (0.549401) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:07 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29604 5000 1.4366964e-10 12368980 29605 -0.0157299999999914 12368834.2521864 29605 5000 1.4365987e-10 12368834 Loop time of 0.018857 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:07 2021 Pair time (%) = 0.00150609 (7.9869) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.18586) Outpt time (%) = 0.0172119 (91.276) Other time (%) = 0.000103951 (0.551257) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:07 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29605 5000 1.4365987e-10 12368760 29606 -0.0157299999999914 12368614.180542 29606 5000 1.436501e-10 12368614 Loop time of 0.0182152 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:07 2021 Pair time (%) = 0.00129604 (7.11518) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.192408) Outpt time (%) = 0.0167809 (92.1257) Other time (%) = 0.000103235 (0.566754) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:07 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29606 5000 1.436501e-10 12368540 29607 -0.0157299999999914 12368394.1203899 29607 5000 1.4364033e-10 12368394 Loop time of 0.018784 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:07 2021 Pair time (%) = 0.0015018 (7.99508) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.20689) Outpt time (%) = 0.017051 (90.7737) Other time (%) = 0.000192404 (1.02429) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:07 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29607 5000 1.4364033e-10 12368320 29608 -0.0157299999999914 12368174.0717286 29608 5000 1.4363056e-10 12368174 Loop time of 0.0186019 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:07 2021 Pair time (%) = 0.0013299 (7.14927) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.187127) Outpt time (%) = 0.0171349 (92.1138) Other time (%) = 0.000102282 (0.549845) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:07 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29608 5000 1.4363056e-10 12368100 29609 -0.0157299999999914 12367954.0345565 29609 5000 1.4362079e-10 12367954 Loop time of 0.0185769 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:07 2021 Pair time (%) = 0.00143695 (7.73515) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.205347) Outpt time (%) = 0.0169818 (91.4139) Other time (%) = 0.000119925 (0.645559) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:07 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29609 5000 1.4362079e-10 12367879 29610 -0.0157299999999914 12367734.0088718 29610 5000 1.4361103e-10 12367734 Loop time of 0.0213161 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:07 2021 Pair time (%) = 0.001266 (5.9392) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.164418) Outpt time (%) = 0.0199091 (93.3998) Other time (%) = 0.000105858 (0.496611) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:07 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29610 5000 1.4361103e-10 12367659 29611 -0.0157299999999914 12367513.9946728 29611 5000 1.4360127e-10 12367514 Loop time of 0.018878 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:07 2021 Pair time (%) = 0.00142407 (7.54357) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.190705) Outpt time (%) = 0.017282 (91.5458) Other time (%) = 0.000135899 (0.719879) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:07 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29611 5000 1.4360127e-10 12367439 29612 -0.0157299999999914 12367293.9919579 29612 5000 1.435915e-10 12367294 Loop time of 0.018796 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:07 2021 Pair time (%) = 0.00132298 (7.03866) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.181389) Outpt time (%) = 0.017287 (91.9719) Other time (%) = 0.000151873 (0.808006) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:07 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29612 5000 1.435915e-10 12367219 29613 -0.0157299999999914 12367074.0007252 29613 5000 1.4358174e-10 12367074 Loop time of 0.018647 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:07 2021 Pair time (%) = 0.00138712 (7.43885) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.273619) Outpt time (%) = 0.0170679 (91.5319) Other time (%) = 0.000140905 (0.755648) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:07 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29613 5000 1.4358174e-10 12366999 29614 -0.0157299999999914 12366854.0209735 29614 5000 1.4357198e-10 12366854 Loop time of 0.018671 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:07 2021 Pair time (%) = 0.00128102 (6.86102) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.182603) Outpt time (%) = 0.0172341 (92.3039) Other time (%) = 0.000121832 (0.652518) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:07 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29614 5000 1.4357198e-10 12366779 29615 -0.0157299999999914 12366634.0527614 29615 5000 1.4356222e-10 12366634 Loop time of 0.018508 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:07 2021 Pair time (%) = 0.00155783 (8.41707) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.206111) Outpt time (%) = 0.0167692 (90.6052) Other time (%) = 0.000142813 (0.771629) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:07 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29615 5000 1.4356222e-10 12366560 29616 -0.0157299999999914 12366414.0961185 29616 5000 1.4355246e-10 12366414 Loop time of 0.01876 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:07 2021 Pair time (%) = 0.00134706 (7.18053) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.191904) Outpt time (%) = 0.0172472 (91.9362) Other time (%) = 0.0001297 (0.691364) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:07 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29616 5000 1.4355246e-10 12366340 29617 -0.0157299999999914 12366194.1510039 29617 5000 1.4354271e-10 12366194 Loop time of 0.018765 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:07 2021 Pair time (%) = 0.00141001 (7.51404) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.202018) Outpt time (%) = 0.017185 (91.5801) Other time (%) = 0.000132084 (0.703885) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:07 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29617 5000 1.4354271e-10 12366120 29618 -0.0157299999999914 12365974.2174051 29618 5000 1.4353295e-10 12365974 Loop time of 0.0188439 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:07 2021 Pair time (%) = 0.00134492 (7.13716) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.175867) Outpt time (%) = 0.0173199 (91.9126) Other time (%) = 0.000145912 (0.774321) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:07 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29618 5000 1.4353295e-10 12365900 29619 -0.0157299999999914 12365754.2953145 29619 5000 1.435232e-10 12365754 Loop time of 0.0184231 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:07 2021 Pair time (%) = 0.00136614 (7.41536) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.195414) Outpt time (%) = 0.0168698 (91.5687) Other time (%) = 0.000151157 (0.820478) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:07 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29619 5000 1.435232e-10 12365680 29620 -0.0157299999999914 12365534.3847262 29620 5000 1.4351344e-10 12365534 Loop time of 0.022012 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:07 2021 Pair time (%) = 0.00142193 (6.45979) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.154888) Outpt time (%) = 0.020422 (92.7766) Other time (%) = 0.000133991 (0.608719) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:07 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29620 5000 1.4351344e-10 12365460 29621 -0.0157299999999914 12365314.4856364 29621 5000 1.4350369e-10 12365314 Loop time of 0.018605 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:07 2021 Pair time (%) = 0.00144005 (7.74012) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.183251) Outpt time (%) = 0.0169649 (91.1847) Other time (%) = 0.000165939 (0.891907) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:07 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29621 5000 1.4350369e-10 12365240 29622 -0.0157299999999914 12365094.5980257 29622 5000 1.4349394e-10 12365095 Loop time of 0.018568 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:07 2021 Pair time (%) = 0.0012269 (6.6076) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.177196) Outpt time (%) = 0.0172119 (92.6965) Other time (%) = 9.63211e-05 (0.518747) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:07 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29622 5000 1.4349394e-10 12365020 29623 -0.0157299999999914 12364874.721872 29623 5000 1.4348419e-10 12364875 Loop time of 0.0176661 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:07 2021 Pair time (%) = 0.00122499 (6.93415) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.186242) Outpt time (%) = 0.0162652 (92.0699) Other time (%) = 0.000143051 (0.809749) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:07 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29623 5000 1.4348419e-10 12364800 29624 -0.0157299999999914 12364654.8572012 29624 5000 1.4347444e-10 12364655 Loop time of 0.0174379 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:07 2021 Pair time (%) = 0.00123119 (7.06043) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.188679) Outpt time (%) = 0.0160799 (92.2122) Other time (%) = 9.39369e-05 (0.538693) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:07 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29624 5000 1.4347444e-10 12364580 29625 -0.0157299999999914 12364435.0040111 29625 5000 1.4346469e-10 12364435 Loop time of 0.017329 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:07 2021 Pair time (%) = 0.00123191 (7.10895) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191241) Outpt time (%) = 0.015974 (92.1811) Other time (%) = 8.98838e-05 (0.518691) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:07 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29625 5000 1.4346469e-10 12364361 29626 -0.0157299999999914 12364215.1622991 29626 5000 1.4345494e-10 12364215 Loop time of 0.0174241 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:07 2021 Pair time (%) = 0.00123 (7.05919) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.195671) Outpt time (%) = 0.0160511 (92.1198) Other time (%) = 0.000108957 (0.625325) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:07 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29626 5000 1.4345494e-10 12364141 29627 -0.0157299999999914 12363995.3320634 29627 5000 1.434452e-10 12363995 Loop time of 0.0190351 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:07 2021 Pair time (%) = 0.00123096 (6.46676) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.189131) Outpt time (%) = 0.0176778 (92.8694) Other time (%) = 9.03606e-05 (0.474705) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:07 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29627 5000 1.434452e-10 12363921 29628 -0.0157299999999914 12363775.5133019 29628 5000 1.4343545e-10 12363776 Loop time of 0.018445 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:07 2021 Pair time (%) = 0.00142097 (7.70384) Neigh time (%) = 0 (0) Comm time (%) = 6.69956e-05 (0.363218) Outpt time (%) = 0.016856 (91.3849) Other time (%) = 0.000101089 (0.548059) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:07 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29628 5000 1.4343545e-10 12363701 29629 -0.0157299999999914 12363555.7060127 29629 5000 1.4342571e-10 12363556 Loop time of 0.017904 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:07 2021 Pair time (%) = 0.00124907 (6.9765) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.190425) Outpt time (%) = 0.0165291 (92.3204) Other time (%) = 9.17912e-05 (0.512684) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:07 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29629 5000 1.4342571e-10 12363481 29630 -0.0157299999999914 12363335.9101936 29630 5000 1.4341597e-10 12363336 Loop time of 0.0206609 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:07 2021 Pair time (%) = 0.0013361 (6.4668) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.169632) Outpt time (%) = 0.0191591 (92.7312) Other time (%) = 0.000130653 (0.632371) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:07 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29630 5000 1.4341597e-10 12363261 29631 -0.0157299999999914 12363116.1258429 29631 5000 1.4340623e-10 12363116 Loop time of 0.0184121 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:07 2021 Pair time (%) = 0.00160503 (8.71727) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.19035) Outpt time (%) = 0.0166211 (90.2727) Other time (%) = 0.000150919 (0.819672) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:07 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29631 5000 1.4340623e-10 12363042 29632 -0.0157299999999914 12362896.3529765 29632 5000 1.4339649e-10 12362896 Loop time of 0.018692 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:07 2021 Pair time (%) = 0.00139809 (7.47959) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.181122) Outpt time (%) = 0.0171611 (91.8099) Other time (%) = 9.89437e-05 (0.529337) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:07 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29632 5000 1.4339649e-10 12362822 29633 -0.0157299999999914 12362676.5916501 29633 5000 1.4338675e-10 12362677 Loop time of 0.0183821 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:07 2021 Pair time (%) = 0.00123 (6.69131) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.1738) Outpt time (%) = 0.0170262 (92.6239) Other time (%) = 9.39369e-05 (0.511025) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:30:07 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29633 5000 1.4338675e-10 12362602 29634 -0.0157299999999914 12362428.850942 29634 5000 2.823199e-10 12362837 Loop time of 0.0175722 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:07 2021 Pair time (%) = 0.00128007 (7.28464) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.187238) Outpt time (%) = 0.0160549 (91.3653) Other time (%) = 0.000204325 (1.16277) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:07 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29634 5000 2.823199e-10 12441976 29635 -0.0157624999999914 12441785.8062473 29635 5000 2.2708156e-10 12441786 Loop time of 0.0178208 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:08 2021 Pair time (%) = 0.00160909 (9.02925) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.21941) Outpt time (%) = 0.0160499 (90.0623) Other time (%) = 0.000122786 (0.689) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:08 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29635 5000 2.2708156e-10 12441685 29636 -0.0157624999999914 12441510.1225591 29636 5000 1.9510703e-10 12441510 Loop time of 0.018266 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:08 2021 Pair time (%) = 0.00128603 (7.04058) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.185347) Outpt time (%) = 0.0168509 (92.2533) Other time (%) = 9.5129e-05 (0.520799) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:08 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29636 5000 1.9510703e-10 12441418 29637 -0.0157624999999914 12441254.1265892 29637 5000 1.7604905e-10 12441254 Loop time of 0.0184 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:08 2021 Pair time (%) = 0.00132418 (7.19663) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.185293) Outpt time (%) = 0.016928 (92) Other time (%) = 0.000113726 (0.618076) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:08 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29637 5000 1.7604905e-10 12441168 29638 -0.0157624999999914 12441010.6465827 29638 5000 1.6444521e-10 12441011 Loop time of 0.0177162 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:08 2021 Pair time (%) = 0.00122881 (6.93609) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.185716) Outpt time (%) = 0.01636 (92.3453) Other time (%) = 9.44138e-05 (0.532924) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:08 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29638 5000 1.6444521e-10 12440929 29639 -0.0157624999999914 12440775.1248183 29639 5000 1.5727382e-10 12440775 Loop time of 0.01789 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:08 2021 Pair time (%) = 0.00130796 (7.31116) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.201237) Outpt time (%) = 0.0163858 (91.592) Other time (%) = 0.000160217 (0.89557) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:08 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29639 5000 1.5727382e-10 12440696 29640 -0.0157624999999914 12440544.6648243 29640 5000 1.5279619e-10 12440545 Loop time of 0.020875 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:08 2021 Pair time (%) = 0.00129509 (6.20403) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.162182) Outpt time (%) = 0.0194449 (93.1495) Other time (%) = 0.000101089 (0.484262) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:08 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29640 5000 1.5279619e-10 12440467 29641 -0.0157624999999914 12440317.4258658 29641 5000 1.4998074e-10 12440317 Loop time of 0.0183671 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:08 2021 Pair time (%) = 0.00139809 (7.61193) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.277789) Outpt time (%) = 0.0168221 (91.5885) Other time (%) = 9.58443e-05 (0.521827) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:08 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29641 5000 1.4998074e-10 12440241 29642 -0.0157624999999914 12440092.2381372 29642 5000 1.4820153e-10 12440092 Loop time of 0.018162 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:08 2021 Pair time (%) = 0.00122881 (6.76582) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.181157) Outpt time (%) = 0.0167761 (92.3691) Other time (%) = 0.000124216 (0.683933) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:08 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29642 5000 1.4820153e-10 12440016 29643 -0.0157624999999914 12439868.3582151 29643 5000 1.4707274e-10 12439868 Loop time of 0.0179079 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:08 2021 Pair time (%) = 0.00124502 (6.95238) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.190385) Outpt time (%) = 0.0165339 (92.3274) Other time (%) = 9.48906e-05 (0.529882) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:08 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29643 5000 1.4707274e-10 12439793 29644 -0.0157624999999914 12439645.3136457 29644 5000 1.4635401e-10 12439645 Loop time of 0.0182059 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:08 2021 Pair time (%) = 0.00148296 (8.14552) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.209531) Outpt time (%) = 0.0165651 (90.9875) Other time (%) = 0.000119686 (0.657404) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:08 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29644 5000 1.4635401e-10 12439570 29645 -0.0157624999999914 12439422.8041788 29645 5000 1.4589456e-10 12439423 Loop time of 0.0187159 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:08 2021 Pair time (%) = 0.00123096 (6.57707) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.175796) Outpt time (%) = 0.017298 (92.4242) Other time (%) = 0.000154018 (0.82293) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:08 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29645 5000 1.4589456e-10 12439347 29646 -0.0157624999999914 12439200.6390018 29646 5000 1.4559933e-10 12439201 Loop time of 0.018301 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:08 2021 Pair time (%) = 0.00122905 (6.71574) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.181084) Outpt time (%) = 0.0169451 (92.5912) Other time (%) = 9.36985e-05 (0.511985) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:08 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29646 5000 1.4559933e-10 12439125 29647 -0.0157624999999914 12438978.6968506 29647 5000 1.4540826e-10 12438979 Loop time of 0.0178041 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:08 2021 Pair time (%) = 0.00129509 (7.27409) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.184798) Outpt time (%) = 0.0163641 (91.9117) Other time (%) = 0.000112057 (0.629386) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:08 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29647 5000 1.4540826e-10 12438903 29648 -0.0157624999999914 12438756.9006599 29648 5000 1.4528329e-10 12438757 Loop time of 0.0179081 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:08 2021 Pair time (%) = 0.00138617 (7.74044) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.195708) Outpt time (%) = 0.016381 (91.4727) Other time (%) = 0.000105858 (0.591117) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:08 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29648 5000 1.4528329e-10 12438682 29649 -0.0157624999999914 12438535.2014531 29649 5000 1.452003e-10 12438535 Loop time of 0.018899 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:08 2021 Pair time (%) = 0.00137687 (7.28541) Neigh time (%) = 0 (0) Comm time (%) = 5.29289e-05 (0.280063) Outpt time (%) = 0.017328 (91.6877) Other time (%) = 0.000141144 (0.746834) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:08 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29649 5000 1.452003e-10 12438460 29650 -0.0157624999999914 12438313.5681041 29650 5000 1.4514396e-10 12438314 Loop time of 0.0215521 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:08 2021 Pair time (%) = 0.00128317 (5.9538) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.157087) Outpt time (%) = 0.0201411 (93.4533) Other time (%) = 9.39369e-05 (0.43586) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:08 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29650 5000 1.4514396e-10 12438238 29651 -0.0157624999999914 12438091.9808319 29651 5000 1.4510456e-10 12438092 Loop time of 0.0181761 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:08 2021 Pair time (%) = 0.00126982 (6.9862) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.187575) Outpt time (%) = 0.0167801 (92.3199) Other time (%) = 9.20296e-05 (0.506322) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:08 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29651 5000 1.4510456e-10 12438017 29652 -0.0157624999999914 12437870.427064 29652 5000 1.4507593e-10 12437870 Loop time of 0.0175509 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:08 2021 Pair time (%) = 0.00128889 (7.34371) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.192898) Outpt time (%) = 0.0161269 (91.8861) Other time (%) = 0.000101328 (0.577336) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:08 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29652 5000 1.4507593e-10 12437795 29653 -0.0157624999999914 12437648.8988103 29653 5000 1.4505413e-10 12437649 Loop time of 0.0180299 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:08 2021 Pair time (%) = 0.00143504 (7.95922) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.206286) Outpt time (%) = 0.0164051 (90.9882) Other time (%) = 0.000152588 (0.846303) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:08 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29653 5000 1.4505413e-10 12437574 29654 -0.0157624999999914 12437427.3909921 29654 5000 1.4503667e-10 12437427 Loop time of 0.0182719 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:08 2021 Pair time (%) = 0.00125217 (6.853) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.191811) Outpt time (%) = 0.01687 (92.3276) Other time (%) = 0.000114679 (0.627626) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:08 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29654 5000 1.4503667e-10 12437352 29655 -0.0157624999999914 12437205.9004145 29655 5000 1.4502198e-10 12437206 Loop time of 0.018513 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:08 2021 Pair time (%) = 0.00142598 (7.70261) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.200904) Outpt time (%) = 0.016896 (91.2658) Other time (%) = 0.00015378 (0.830661) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:08 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29655 5000 1.4502198e-10 12437131 29656 -0.0157624999999914 12436984.4250473 29656 5000 1.4500904e-10 12436984 Loop time of 0.0177481 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:08 2021 Pair time (%) = 0.00127006 (7.156) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.192098) Outpt time (%) = 0.016299 (91.8351) Other time (%) = 0.000144958 (0.816754) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:08 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29656 5000 1.4500904e-10 12436909 29657 -0.0157624999999914 12436762.963562 29657 5000 1.4499722e-10 12436763 Loop time of 0.018003 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:08 2021 Pair time (%) = 0.00127006 (7.05469) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.194676) Outpt time (%) = 0.016567 (92.0236) Other time (%) = 0.000130892 (0.727056) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:08 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29657 5000 1.4499722e-10 12436688 29658 -0.0157624999999914 12436541.5151216 29658 5000 1.4498611e-10 12436542 Loop time of 0.018285 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:08 2021 Pair time (%) = 0.00129199 (7.06583) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.185154) Outpt time (%) = 0.0168571 (92.1909) Other time (%) = 0.000102043 (0.558069) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:08 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29658 5000 1.4498611e-10 12436466 29659 -0.0157624999999914 12436320.0791944 29659 5000 1.4497545e-10 12436320 Loop time of 0.0183289 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:08 2021 Pair time (%) = 0.0012269 (6.69381) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.179508) Outpt time (%) = 0.0169711 (92.5921) Other time (%) = 9.799e-05 (0.53462) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:08 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29659 5000 1.4497545e-10 12436245 29660 -0.0157624999999914 12436098.6554423 29660 5000 1.4496508e-10 12436099 Loop time of 0.021152 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:08 2021 Pair time (%) = 0.00127411 (6.02358) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.155549) Outpt time (%) = 0.0197029 (93.1491) Other time (%) = 0.000142097 (0.671792) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:08 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29660 5000 1.4496508e-10 12436024 29661 -0.0157624999999914 12435877.2436485 29661 5000 1.4495489e-10 12435877 Loop time of 0.0178218 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:08 2021 Pair time (%) = 0.00125599 (7.04749) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.185953) Outpt time (%) = 0.0164039 (92.0441) Other time (%) = 0.000128746 (0.722408) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:08 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29661 5000 1.4495489e-10 12435802 29662 -0.0157624999999914 12435655.8436755 29662 5000 1.4494482e-10 12435656 Loop time of 0.017906 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:08 2021 Pair time (%) = 0.00142884 (7.97971) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.206383) Outpt time (%) = 0.0163269 (91.1814) Other time (%) = 0.000113249 (0.632465) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:08 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29662 5000 1.4494482e-10 12435581 29663 -0.0157624999999914 12435434.4554344 29663 5000 1.4493482e-10 12435434 Loop time of 0.01827 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:08 2021 Pair time (%) = 0.00126791 (6.93984) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.180086) Outpt time (%) = 0.016875 (92.3646) Other time (%) = 9.41753e-05 (0.515464) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:08 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29663 5000 1.4493482e-10 12435359 29664 -0.0157624999999914 12435213.0788682 29664 5000 1.4492487e-10 12435213 Loop time of 0.018342 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:08 2021 Pair time (%) = 0.00127101 (6.9295) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.180679) Outpt time (%) = 0.016943 (92.3725) Other time (%) = 9.48906e-05 (0.51734) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:08 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29664 5000 1.4492487e-10 12435138 29665 -0.0157624999999914 12434991.7139495 29665 5000 1.4491495e-10 12434992 Loop time of 0.017539 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:08 2021 Pair time (%) = 0.00128818 (7.34463) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.187592) Outpt time (%) = 0.0161231 (91.9268) Other time (%) = 9.48906e-05 (0.541026) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:08 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29665 5000 1.4491495e-10 12434917 29666 -0.0157624999999914 12434770.3606549 29666 5000 1.4490505e-10 12434770 Loop time of 0.017312 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:08 2021 Pair time (%) = 0.00123405 (7.1283) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.196937) Outpt time (%) = 0.0159161 (91.9366) Other time (%) = 0.000127792 (0.73817) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:08 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29666 5000 1.4490505e-10 12434695 29667 -0.0157624999999914 12434549.0189639 29667 5000 1.4489516e-10 12434549 Loop time of 0.0174408 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:08 2021 Pair time (%) = 0.00122499 (7.02373) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.188648) Outpt time (%) = 0.016094 (92.2777) Other time (%) = 8.89301e-05 (0.509897) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:08 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29667 5000 1.4489516e-10 12434474 29668 -0.0157624999999914 12434327.6888644 29668 5000 1.4488528e-10 12434328 Loop time of 0.0184381 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:08 2021 Pair time (%) = 0.00147295 (7.98862) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.212064) Outpt time (%) = 0.016788 (91.0506) Other time (%) = 0.000138044 (0.748691) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:08 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29668 5000 1.4488528e-10 12434253 29669 -0.0157624999999914 12434106.3703479 29669 5000 1.4487541e-10 12434106 Loop time of 0.0187938 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:08 2021 Pair time (%) = 0.00156498 (8.3271) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.213125) Outpt time (%) = 0.017024 (90.5832) Other time (%) = 0.000164747 (0.876603) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:08 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29669 5000 1.4487541e-10 12434031 29670 -0.0157624999999914 12433885.0634081 29670 5000 1.4486555e-10 12433885 Loop time of 0.0213602 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:08 2021 Pair time (%) = 0.00139594 (6.53525) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.162963) Outpt time (%) = 0.019825 (92.8129) Other time (%) = 0.000104427 (0.488888) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:08 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29670 5000 1.4486555e-10 12433810 29671 -0.0157624999999914 12433663.7680409 29671 5000 1.4485568e-10 12433664 Loop time of 0.01862 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:08 2021 Pair time (%) = 0.00136185 (7.31389) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.193347) Outpt time (%) = 0.0170908 (91.7872) Other time (%) = 0.000131369 (0.705524) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:08 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29671 5000 1.4485568e-10 12433589 29672 -0.0157624999999914 12433442.4842225 29672 5000 1.4484582e-10 12433442 Loop time of 0.0184 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:08 2021 Pair time (%) = 0.00133586 (7.26012) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.195659) Outpt time (%) = 0.016923 (91.9728) Other time (%) = 0.000105143 (0.571429) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:08 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29672 5000 1.4484582e-10 12433367 29673 -0.0157624999999914 12433221.2119534 29673 5000 1.4483596e-10 12433221 Loop time of 0.0186241 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:08 2021 Pair time (%) = 0.00143003 (7.67842) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.204826) Outpt time (%) = 0.0170162 (91.3666) Other time (%) = 0.000139713 (0.750176) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:08 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29673 5000 1.4483596e-10 12433146 29674 -0.0157624999999914 12432999.9512456 29674 5000 1.448261e-10 12433000 Loop time of 0.018949 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:08 2021 Pair time (%) = 0.00128603 (6.78678) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.184957) Outpt time (%) = 0.0175271 (92.496) Other time (%) = 0.000100851 (0.532223) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:08 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29674 5000 1.448261e-10 12432925 29675 -0.0157624999999914 12432778.7020967 29675 5000 1.4481624e-10 12432779 Loop time of 0.018779 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:08 2021 Pair time (%) = 0.00141001 (7.50841) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.208214) Outpt time (%) = 0.0172091 (91.6397) Other time (%) = 0.000120878 (0.643687) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:08 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29675 5000 1.4481624e-10 12432704 29676 -0.0157624999999914 12432557.4645048 29676 5000 1.4480639e-10 12432557 Loop time of 0.0183311 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:09 2021 Pair time (%) = 0.00134182 (7.31993) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.196395) Outpt time (%) = 0.0168312 (91.8178) Other time (%) = 0.00012207 (0.665921) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:09 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29676 5000 1.4480639e-10 12432482 29677 -0.0157624999999914 12432336.2384676 29677 5000 1.4479653e-10 12432336 Loop time of 0.0185499 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:09 2021 Pair time (%) = 0.00139689 (7.53046) Neigh time (%) = 0 (0) Comm time (%) = 5.31673e-05 (0.286618) Outpt time (%) = 0.016984 (91.5583) Other time (%) = 0.000115871 (0.624647) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:09 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29677 5000 1.4479653e-10 12432261 29678 -0.0157624999999914 12432115.0239834 29678 5000 1.4478668e-10 12432115 Loop time of 0.018692 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:09 2021 Pair time (%) = 0.00130105 (6.96046) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.1875) Outpt time (%) = 0.0172541 (92.3074) Other time (%) = 0.000101805 (0.544643) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:09 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29678 5000 1.4478668e-10 12432040 29679 -0.0157624999999914 12431893.8210507 29679 5000 1.4477683e-10 12431894 Loop time of 0.0185959 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:09 2021 Pair time (%) = 0.0014329 (7.70542) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.205136) Outpt time (%) = 0.017 (91.4176) Other time (%) = 0.000124931 (0.671821) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:09 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29679 5000 1.4477683e-10 12431819 29680 -0.0157624999999914 12431672.6296671 29680 5000 1.4476698e-10 12431673 Loop time of 0.0211802 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:09 2021 Pair time (%) = 0.0013032 (6.15291) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.165473) Outpt time (%) = 0.0197382 (93.1919) Other time (%) = 0.000103712 (0.489666) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:09 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29680 5000 1.4476698e-10 12431598 29681 -0.0157624999999914 12431451.4498313 29681 5000 1.4475713e-10 12431451 Loop time of 0.018564 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:09 2021 Pair time (%) = 0.00140691 (7.5787) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.210626) Outpt time (%) = 0.0169821 (91.4786) Other time (%) = 0.000135899 (0.732055) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:09 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29681 5000 1.4475713e-10 12431376 29682 -0.0157624999999914 12431230.2815415 29682 5000 1.4474728e-10 12431230 Loop time of 0.018532 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:09 2021 Pair time (%) = 0.00128412 (6.9292) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.182686) Outpt time (%) = 0.0170701 (92.1111) Other time (%) = 0.000144005 (0.777059) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:09 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29682 5000 1.4474728e-10 12431155 29683 -0.0157624999999914 12431009.1247962 29683 5000 1.4473743e-10 12431009 Loop time of 0.01846 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:09 2021 Pair time (%) = 0.00139189 (7.54001) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.195022) Outpt time (%) = 0.0169091 (91.5985) Other time (%) = 0.000123024 (0.666434) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:09 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29683 5000 1.4473743e-10 12430934 29684 -0.0157624999999914 12430787.9795933 29684 5000 1.4472758e-10 12430788 Loop time of 0.018508 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:09 2021 Pair time (%) = 0.00130916 (7.07348) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.177771) Outpt time (%) = 0.017055 (92.1497) Other time (%) = 0.000110865 (0.599011) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:09 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29684 5000 1.4472758e-10 12430713 29685 -0.0157624999999914 12430566.8459314 29685 5000 1.4471774e-10 12430567 Loop time of 0.0186379 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:09 2021 Pair time (%) = 0.001405 (7.53841) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.198278) Outpt time (%) = 0.0170739 (91.6084) Other time (%) = 0.00012207 (0.654958) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:09 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29685 5000 1.4471774e-10 12430492 29686 -0.0157624999999914 12430345.7238091 29686 5000 1.447079e-10 12430346 Loop time of 0.018481 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:09 2021 Pair time (%) = 0.00132298 (7.15861) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.17932) Outpt time (%) = 0.0170269 (92.1318) Other time (%) = 9.799e-05 (0.53022) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:09 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29686 5000 1.447079e-10 12430271 29687 -0.0157624999999914 12430124.6132246 29687 5000 1.4469805e-10 12430125 Loop time of 0.0185039 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:09 2021 Pair time (%) = 0.00136113 (7.35592) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.19456) Outpt time (%) = 0.0169919 (91.8285) Other time (%) = 0.000114918 (0.621046) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:09 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29687 5000 1.4469805e-10 12430050 29688 -0.0157624999999914 12429903.5141761 29688 5000 1.4468821e-10 12429904 Loop time of 0.0184691 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:09 2021 Pair time (%) = 0.00137711 (7.45627) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.188472) Outpt time (%) = 0.0169091 (91.5536) Other time (%) = 0.000148058 (0.801652) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:09 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29688 5000 1.4468821e-10 12429829 29689 -0.0157624999999914 12429682.4266624 29689 5000 1.4467837e-10 12429682 Loop time of 0.0184851 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:09 2021 Pair time (%) = 0.00138593 (7.49755) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.199917) Outpt time (%) = 0.016933 (91.6035) Other time (%) = 0.000129223 (0.699066) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:09 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29689 5000 1.4467837e-10 12429607 29690 -0.0157624999999914 12429461.3506818 29690 5000 1.4466853e-10 12429461 Loop time of 0.0214801 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:09 2021 Pair time (%) = 0.00131392 (6.11694) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.158723) Outpt time (%) = 0.0200331 (93.2637) Other time (%) = 9.89437e-05 (0.46063) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:09 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29690 5000 1.4466853e-10 12429386 29691 -0.0157624999999914 12429240.2862326 29691 5000 1.4465869e-10 12429240 Loop time of 0.018317 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:09 2021 Pair time (%) = 0.00133586 (7.29301) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.201752) Outpt time (%) = 0.0168209 (91.8323) Other time (%) = 0.000123262 (0.672941) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:09 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29691 5000 1.4465869e-10 12429165 29692 -0.0157624999999914 12429019.2333133 29692 5000 1.4464886e-10 12429019 Loop time of 0.0187731 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:09 2021 Pair time (%) = 0.0015831 (8.43282) Neigh time (%) = 0 (0) Comm time (%) = 4.50611e-05 (0.24003) Outpt time (%) = 0.0169849 (90.475) Other time (%) = 0.000159979 (0.852172) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:09 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29692 5000 1.4464886e-10 12428944 29693 -0.0157624999999914 12428798.1919224 29693 5000 1.4463902e-10 12428798 Loop time of 0.018362 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:09 2021 Pair time (%) = 0.00132394 (7.21019) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.201257) Outpt time (%) = 0.0168941 (92.0056) Other time (%) = 0.00010705 (0.582996) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:09 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29693 5000 1.4463902e-10 12428723 29694 -0.0157624999999914 12428577.1620585 29694 5000 1.4462918e-10 12428577 Loop time of 0.01913 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:09 2021 Pair time (%) = 0.00173187 (9.05318) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.183207) Outpt time (%) = 0.0171671 (89.7391) Other time (%) = 0.00019598 (1.02447) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:09 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29694 5000 1.4462918e-10 12428502 29695 -0.0157624999999914 12428356.1437198 29695 5000 1.4461935e-10 12428356 Loop time of 0.0185618 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:09 2021 Pair time (%) = 0.00134301 (7.23534) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.193953) Outpt time (%) = 0.0170741 (91.985) Other time (%) = 0.000108719 (0.585712) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:09 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29695 5000 1.4461935e-10 12428281 29696 -0.0157624999999914 12428135.1369049 29696 5000 1.4460952e-10 12428135 Loop time of 0.0186338 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:09 2021 Pair time (%) = 0.00167012 (8.96284) Neigh time (%) = 0 (0) Comm time (%) = 5.88894e-05 (0.316035) Outpt time (%) = 0.016748 (89.8792) Other time (%) = 0.000156879 (0.841906) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:09 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29696 5000 1.4460952e-10 12428060 29697 -0.0157624999999914 12427914.1416124 29697 5000 1.4459969e-10 12427914 Loop time of 0.0184641 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:09 2021 Pair time (%) = 0.00138593 (7.50607) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.188523) Outpt time (%) = 0.016937 (91.7295) Other time (%) = 0.000106335 (0.5759) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:09 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29697 5000 1.4459969e-10 12427839 29698 -0.0157624999999914 12427693.1578409 29698 5000 1.4458986e-10 12427693 Loop time of 0.0191681 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:09 2021 Pair time (%) = 0.00175905 (9.17696) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.187818) Outpt time (%) = 0.017242 (89.9511) Other time (%) = 0.00013113 (0.684105) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:09 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29698 5000 1.4458986e-10 12427618 29699 -0.0157624999999914 12427472.1856207 29699 5000 1.4458003e-10 12427472 Loop time of 0.0186019 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:09 2021 Pair time (%) = 0.00131202 (7.05314) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.193535) Outpt time (%) = 0.017101 (91.9318) Other time (%) = 0.000152826 (0.821563) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:09 2021 Memory usage per processor = 27.5525 Mbytes Step Atoms AVEKE stressZZ 29699 5000 1.4458003e-10 12427397 29700 -0.0157624999999914 12427251.2250176 29700 5000 1.445702e-10 12427251 Loop time of 0.0219569 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:09 2021 Pair time (%) = 0.00155497 (7.08189) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.15419) Outpt time (%) = 0.020221 (92.0939) Other time (%) = 0.000147104 (0.669968) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:09 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29700 5000 1.445702e-10 12427176 29701 -0.0157624999999914 12427030.2760288 29701 5000 1.4456037e-10 12427030 Loop time of 0.018507 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:09 2021 Pair time (%) = 0.00127482 (6.88833) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.189374) Outpt time (%) = 0.0170801 (92.2898) Other time (%) = 0.000117064 (0.632536) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:09 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29701 5000 1.4456037e-10 12426955 29702 -0.0157624999999914 12426809.3386177 29702 5000 1.4455055e-10 12426809 Loop time of 0.018486 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:09 2021 Pair time (%) = 0.00133014 (7.19537) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.194748) Outpt time (%) = 0.017014 (92.0372) Other time (%) = 0.000105858 (0.572637) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:09 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29702 5000 1.4455055e-10 12426734 29703 -0.0157624999999914 12426588.4127712 29703 5000 1.4454072e-10 12426588 Loop time of 0.018872 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:09 2021 Pair time (%) = 0.00133491 (7.07346) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.179395) Outpt time (%) = 0.0173881 (92.1369) Other time (%) = 0.000115156 (0.610195) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:09 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29703 5000 1.4454072e-10 12426513 29704 -0.0157624999999914 12426367.498481 29704 5000 1.445309e-10 12426367 Loop time of 0.018919 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:09 2021 Pair time (%) = 0.00139499 (7.37348) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.190291) Outpt time (%) = 0.0173812 (91.8717) Other time (%) = 0.000106812 (0.564573) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:09 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29704 5000 1.445309e-10 12426293 29705 -0.0157624999999914 12426146.5957407 29705 5000 1.4452107e-10 12426147 Loop time of 0.0175662 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:09 2021 Pair time (%) = 0.00125003 (7.1161) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.19816) Outpt time (%) = 0.0161421 (91.8931) Other time (%) = 0.000139236 (0.792638) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:09 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29705 5000 1.4452107e-10 12426072 29706 -0.0157624999999914 12425925.7045457 29706 5000 1.4451125e-10 12425926 Loop time of 0.0173209 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:09 2021 Pair time (%) = 0.00123286 (7.11779) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189954) Outpt time (%) = 0.0159581 (92.132) Other time (%) = 9.70364e-05 (0.560228) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:09 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29706 5000 1.4451125e-10 12425851 29707 -0.0157624999999914 12425704.8248921 29707 5000 1.4450143e-10 12425705 Loop time of 0.0176442 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:09 2021 Pair time (%) = 0.00123692 (7.01034) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.187825) Outpt time (%) = 0.016284 (92.2911) Other time (%) = 9.01222e-05 (0.510776) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:09 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29707 5000 1.4450143e-10 12425630 29708 -0.0157624999999914 12425483.9567761 29708 5000 1.4449161e-10 12425484 Loop time of 0.0185649 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:09 2021 Pair time (%) = 0.00124812 (6.723) Neigh time (%) = 0 (0) Comm time (%) = 5.79357e-05 (0.312071) Outpt time (%) = 0.0171671 (92.4705) Other time (%) = 9.17912e-05 (0.494433) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:09 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29708 5000 1.4449161e-10 12425409 29709 -0.0157624999999914 12425263.1001945 29709 5000 1.444818e-10 12425263 Loop time of 0.0185342 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:09 2021 Pair time (%) = 0.00131178 (7.07762) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.189097) Outpt time (%) = 0.0170171 (91.8148) Other time (%) = 0.000170231 (0.91847) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:09 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29709 5000 1.444818e-10 12425188 29710 -0.0157624999999914 12425042.2551445 29710 5000 1.4447198e-10 12425042 Loop time of 0.0219212 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:09 2021 Pair time (%) = 0.00132322 (6.03628) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.16423) Outpt time (%) = 0.0204091 (93.1023) Other time (%) = 0.000152826 (0.697163) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:09 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29710 5000 1.4447198e-10 12424967 29711 -0.0157624999999914 12424821.4216232 29711 5000 1.4446216e-10 12424821 Loop time of 0.018424 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:09 2021 Pair time (%) = 0.00129914 (7.05135) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.190227) Outpt time (%) = 0.0169752 (92.136) Other time (%) = 0.000114679 (0.622444) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:09 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29711 5000 1.4446216e-10 12424746 29712 -0.0157624999999914 12424600.5996284 29712 5000 1.4445235e-10 12424601 Loop time of 0.0184782 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:09 2021 Pair time (%) = 0.00139999 (7.57648) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.205153) Outpt time (%) = 0.0169261 (91.6003) Other time (%) = 0.000114202 (0.618041) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:09 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29712 5000 1.4445235e-10 12424526 29713 -0.0157624999999914 12424379.7891574 29713 5000 1.4444253e-10 12424380 Loop time of 0.018394 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:09 2021 Pair time (%) = 0.00135207 (7.35062) Neigh time (%) = 0 (0) Comm time (%) = 7.51019e-05 (0.408296) Outpt time (%) = 0.0168319 (91.5075) Other time (%) = 0.000134945 (0.733636) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:09 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29713 5000 1.4444253e-10 12424305 29714 -0.0157624999999914 12424158.9901651 29714 5000 1.4443272e-10 12424159 Loop time of 0.0185971 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:09 2021 Pair time (%) = 0.00146413 (7.87288) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.210251) Outpt time (%) = 0.0169768 (91.2874) Other time (%) = 0.000117064 (0.629471) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:09 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29714 5000 1.4443272e-10 12424084 29715 -0.0157624999999914 12423938.2026884 29715 5000 1.4442291e-10 12423938 Loop time of 0.018528 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:10 2021 Pair time (%) = 0.00136089 (7.34507) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.194307) Outpt time (%) = 0.0170231 (91.8777) Other time (%) = 0.000108004 (0.582922) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:10 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29715 5000 1.4442291e-10 12423863 29716 -0.0157624999999914 12423717.4267261 29716 5000 1.444131e-10 12423717 Loop time of 0.0187349 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:10 2021 Pair time (%) = 0.00151992 (8.11275) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.218885) Outpt time (%) = 0.0170331 (90.9163) Other time (%) = 0.000140905 (0.7521) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:10 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29716 5000 1.444131e-10 12423642 29717 -0.0157624999999914 12423496.6622763 29717 5000 1.4440329e-10 12423497 Loop time of 0.0182171 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:10 2021 Pair time (%) = 0.0013082 (7.18119) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.192388) Outpt time (%) = 0.016768 (92.0453) Other time (%) = 0.000105858 (0.581091) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:10 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29717 5000 1.4440329e-10 12423422 29718 -0.0157624999999914 12423275.9093372 29718 5000 1.4439348e-10 12423276 Loop time of 0.0190861 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:10 2021 Pair time (%) = 0.00151587 (7.94224) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.182379) Outpt time (%) = 0.0173979 (91.1546) Other time (%) = 0.000137568 (0.720772) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:10 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29718 5000 1.4439348e-10 12423201 29719 -0.0157624999999914 12423055.167907 29719 5000 1.4438368e-10 12423055 Loop time of 0.018687 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:10 2021 Pair time (%) = 0.00135112 (7.23025) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.18755) Outpt time (%) = 0.017153 (91.7912) Other time (%) = 0.00014782 (0.791028) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:10 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29719 5000 1.4438368e-10 12422980 29720 -0.0157624999999914 12422834.4379408 29720 5000 1.4437387e-10 12422834 Loop time of 0.02213 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:10 2021 Pair time (%) = 0.00165701 (7.48761) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.212239) Outpt time (%) = 0.0202401 (91.4598) Other time (%) = 0.000185966 (0.840336) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:10 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29720 5000 1.4437387e-10 12422760 29721 -0.0157624999999914 12422613.719468 29721 5000 1.4436407e-10 12422614 Loop time of 0.018507 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:10 2021 Pair time (%) = 0.00143194 (7.7373) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.189374) Outpt time (%) = 0.0169249 (91.4511) Other time (%) = 0.000115156 (0.62223) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:10 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29721 5000 1.4436407e-10 12422539 29722 -0.0157624999999914 12422393.0124962 29722 5000 1.4435426e-10 12422393 Loop time of 0.0189888 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:10 2021 Pair time (%) = 0.0015862 (8.35332) Neigh time (%) = 0 (0) Comm time (%) = 6.00815e-05 (0.316404) Outpt time (%) = 0.017163 (90.3848) Other time (%) = 0.000179529 (0.945445) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:10 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29722 5000 1.4435426e-10 12422318 29723 -0.0157624999999914 12422172.3170242 29723 5000 1.4434446e-10 12422172 Loop time of 0.0185769 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:10 2021 Pair time (%) = 0.00132298 (7.12168) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.188662) Outpt time (%) = 0.0171161 (92.1365) Other time (%) = 0.000102758 (0.553153) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:10 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29723 5000 1.4434446e-10 12422097 29724 -0.0157624999999914 12421951.6330499 29724 5000 1.4433466e-10 12421952 Loop time of 0.0190351 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:10 2021 Pair time (%) = 0.00166202 (8.73132) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.184121) Outpt time (%) = 0.0171549 (90.1226) Other time (%) = 0.000183105 (0.961936) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:10 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29724 5000 1.4433466e-10 12421877 29725 -0.0157624999999914 12421730.9605721 29725 5000 1.4432486e-10 12421731 Loop time of 0.0187628 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:10 2021 Pair time (%) = 0.001333 (7.10446) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.180439) Outpt time (%) = 0.017288 (92.1395) Other time (%) = 0.000108004 (0.575626) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:10 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29725 5000 1.4432486e-10 12421656 29726 -0.0157624999999914 12421510.2995888 29726 5000 1.4431506e-10 12421510 Loop time of 0.018805 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:10 2021 Pair time (%) = 0.00144482 (7.68314) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.201587) Outpt time (%) = 0.0172021 (91.4763) Other time (%) = 0.000120163 (0.638994) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:10 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29726 5000 1.4431506e-10 12421435 29727 -0.0157624999999914 12421289.6500989 29727 5000 1.4430526e-10 12421290 Loop time of 0.0187211 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:10 2021 Pair time (%) = 0.00138283 (7.38646) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.192303) Outpt time (%) = 0.0171959 (91.8532) Other time (%) = 0.000106335 (0.567994) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:10 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29727 5000 1.4430526e-10 12421215 29728 -0.0157624999999914 12421069.0120962 29728 5000 1.4429547e-10 12421069 Loop time of 0.019032 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:10 2021 Pair time (%) = 0.00170493 (8.95823) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.200436) Outpt time (%) = 0.017122 (89.9644) Other time (%) = 0.000166893 (0.876907) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:10 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29728 5000 1.4429547e-10 12420994 29729 -0.0157624999999914 12420848.3855784 29729 5000 1.4428567e-10 12420848 Loop time of 0.018465 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:10 2021 Pair time (%) = 0.00138903 (7.52247) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.188514) Outpt time (%) = 0.0168941 (91.4924) Other time (%) = 0.000147104 (0.796664) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:10 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29729 5000 1.4428567e-10 12420773 29730 -0.0157624999999914 12420627.7705488 29730 5000 1.4427588e-10 12420628 Loop time of 0.0214341 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:10 2021 Pair time (%) = 0.00143194 (6.68068) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.172412) Outpt time (%) = 0.01985 (92.6096) Other time (%) = 0.000115156 (0.537258) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:10 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29730 5000 1.4427588e-10 12420553 29731 -0.0157624999999914 12420407.1670062 29731 5000 1.4426608e-10 12420407 Loop time of 0.0185158 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:10 2021 Pair time (%) = 0.00133014 (7.18379) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.189284) Outpt time (%) = 0.0170488 (92.0771) Other time (%) = 0.000101805 (0.549826) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:10 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29731 5000 1.4426608e-10 12420332 29732 -0.0157624999999914 12420186.5749488 29732 5000 1.4425629e-10 12420187 Loop time of 0.018718 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:10 2021 Pair time (%) = 0.00135899 (7.26031) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.18724) Outpt time (%) = 0.017164 (91.6978) Other time (%) = 0.000159979 (0.854679) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:10 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29732 5000 1.4425629e-10 12420112 29733 -0.0157624999999914 12419965.9943753 29733 5000 1.442465e-10 12419966 Loop time of 0.0185061 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:10 2021 Pair time (%) = 0.00128603 (6.94924) Neigh time (%) = 0 (0) Comm time (%) = 6.31809e-05 (0.341407) Outpt time (%) = 0.01706 (92.1863) Other time (%) = 9.67979e-05 (0.523061) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:10 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29733 5000 1.442465e-10 12419891 29734 -0.0157624999999914 12419745.4252841 29734 5000 1.4423671e-10 12419745 Loop time of 0.0187299 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:10 2021 Pair time (%) = 0.00139999 (7.47464) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.192212) Outpt time (%) = 0.0171621 (91.6292) Other time (%) = 0.000131845 (0.70393) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:30:10 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29734 5000 1.4423671e-10 12419671 29735 -0.0157624999999914 12419496.811068 29735 5000 2.8398302e-10 12419907 Loop time of 0.018018 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:10 2021 Pair time (%) = 0.00133491 (7.40873) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.194514) Outpt time (%) = 0.016479 (91.4586) Other time (%) = 0.000169039 (0.938166) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28405 ave 28405 max 28405 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28405 Ave neighs/atom = 5.681 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:10 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29735 5000 2.8398302e-10 12499191 29736 -0.0157949999999914 12498999.7277533 29736 5000 2.2841954e-10 12499000 Loop time of 0.0185781 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:10 2021 Pair time (%) = 0.00148296 (7.98234) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.210467) Outpt time (%) = 0.0169122 (91.0333) Other time (%) = 0.000143766 (0.773851) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:10 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29736 5000 2.2841954e-10 12498898 29737 -0.0157949999999914 12498723.0070915 29737 5000 1.9625694e-10 12498723 Loop time of 0.0181549 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:10 2021 Pair time (%) = 0.00127006 (6.99568) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.186481) Outpt time (%) = 0.0167539 (92.2833) Other time (%) = 9.70364e-05 (0.534492) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:10 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29737 5000 1.9625694e-10 12498631 29738 -0.0157949999999914 12498466.0551979 29738 5000 1.770869e-10 12498466 Loop time of 0.018549 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:10 2021 Pair time (%) = 0.00160599 (8.6581) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.188946) Outpt time (%) = 0.0167458 (90.2789) Other time (%) = 0.000162125 (0.874036) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:10 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29738 5000 1.770869e-10 12498380 29739 -0.0157949999999914 12498221.670788 29739 5000 1.6541487e-10 12498222 Loop time of 0.01826 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:10 2021 Pair time (%) = 0.00137496 (7.5299) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.197159) Outpt time (%) = 0.016742 (91.6867) Other time (%) = 0.00010705 (0.586254) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:10 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29739 5000 1.6541487e-10 12498139 29740 -0.0157949999999914 12497985.2773516 29740 5000 1.5820135e-10 12497985 Loop time of 0.0214031 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:10 2021 Pair time (%) = 0.00136209 (6.36397) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.177117) Outpt time (%) = 0.019897 (92.9632) Other time (%) = 0.000106096 (0.495706) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:10 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29740 5000 1.5820135e-10 12497905 29741 -0.0157949999999914 12497753.9664875 29741 5000 1.5369742e-10 12497754 Loop time of 0.0186861 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:10 2021 Pair time (%) = 0.00139117 (7.44498) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.18118) Outpt time (%) = 0.0171621 (91.8443) Other time (%) = 9.89437e-05 (0.529506) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:10 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29741 5000 1.5369742e-10 12497676 29742 -0.0157949999999914 12497525.8898803 29742 5000 1.5086543e-10 12497526 Loop time of 0.019006 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:10 2021 Pair time (%) = 0.00137401 (7.22932) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.195692) Outpt time (%) = 0.017453 (91.8286) Other time (%) = 0.000141859 (0.74639) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:10 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29742 5000 1.5086543e-10 12497449 29743 -0.0157949999999914 12497299.8729078 29743 5000 1.4907578e-10 12497300 Loop time of 0.0178449 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:10 2021 Pair time (%) = 0.00145102 (8.13125) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.207089) Outpt time (%) = 0.0162508 (91.0671) Other time (%) = 0.000106096 (0.594546) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:10 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29743 5000 1.4907578e-10 12497223 29744 -0.0157949999999914 12497075.1690853 29744 5000 1.4794036e-10 12497075 Loop time of 0.0181901 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:10 2021 Pair time (%) = 0.00148797 (8.18009) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.208402) Outpt time (%) = 0.016505 (90.736) Other time (%) = 0.000159264 (0.875549) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:10 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29744 5000 1.4794036e-10 12496999 29745 -0.0157949999999914 12496851.3040136 29745 5000 1.4721742e-10 12496851 Loop time of 0.0183411 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:10 2021 Pair time (%) = 0.00127411 (6.94676) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.180688) Outpt time (%) = 0.0169401 (92.3617) Other time (%) = 9.36985e-05 (0.510867) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:10 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29745 5000 1.4721742e-10 12496775 29746 -0.0157949999999914 12496627.9762064 29746 5000 1.4675527e-10 12496628 Loop time of 0.017591 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:10 2021 Pair time (%) = 0.00128913 (7.32835) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.192459) Outpt time (%) = 0.0161741 (91.9452) Other time (%) = 9.39369e-05 (0.534006) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:10 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29746 5000 1.4675527e-10 12496552 29747 -0.0157949999999914 12496404.994066 29747 5000 1.4645832e-10 12496405 Loop time of 0.0177071 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:10 2021 Pair time (%) = 0.00122905 (6.94098) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.187157) Outpt time (%) = 0.0163569 (92.375) Other time (%) = 8.79765e-05 (0.496843) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:10 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29747 5000 1.4645832e-10 12496329 29748 -0.0157949999999914 12496182.2358289 29748 5000 1.4626614e-10 12496182 Loop time of 0.0181439 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:10 2021 Pair time (%) = 0.00122905 (6.77389) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.181338) Outpt time (%) = 0.0167911 (92.5441) Other time (%) = 9.08375e-05 (0.50065) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:10 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29748 5000 1.4626614e-10 12496107 29749 -0.0157949999999914 12495959.6241126 29749 5000 1.4614044e-10 12495960 Loop time of 0.0180631 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:10 2021 Pair time (%) = 0.00130486 (7.22394) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.199308) Outpt time (%) = 0.0166092 (91.9511) Other time (%) = 0.00011301 (0.625643) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:10 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29749 5000 1.4614044e-10 12495884 29750 -0.0157949999999914 12495737.1097394 29750 5000 1.4605697e-10 12495737 Loop time of 0.0210631 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:10 2021 Pair time (%) = 0.00134802 (6.39991) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.160733) Outpt time (%) = 0.0195799 (92.9583) Other time (%) = 0.000101328 (0.481069) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:10 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29750 5000 1.4605697e-10 12495662 29751 -0.0157949999999914 12495514.6614553 29751 5000 1.4600031e-10 12495515 Loop time of 0.0183549 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:10 2021 Pair time (%) = 0.0012691 (6.91424) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.184449) Outpt time (%) = 0.0169511 (92.3519) Other time (%) = 0.000100851 (0.549451) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:10 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29751 5000 1.4600031e-10 12495439 29752 -0.0157949999999914 12495292.2593978 29752 5000 1.4596068e-10 12495292 Loop time of 0.018414 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:10 2021 Pair time (%) = 0.00123382 (6.70042) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.178678) Outpt time (%) = 0.0170541 (92.6147) Other time (%) = 9.32217e-05 (0.506254) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:10 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29752 5000 1.4596068e-10 12495217 29753 -0.0157949999999914 12495069.8909436 29753 5000 1.4593188e-10 12495070 Loop time of 0.0175431 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:10 2021 Pair time (%) = 0.00127292 (7.25595) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.188907) Outpt time (%) = 0.016144 (92.0251) Other time (%) = 9.29832e-05 (0.530028) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:10 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29753 5000 1.4593188e-10 12494994 29754 -0.0157949999999914 12494847.5480692 29754 5000 1.4590996e-10 12494848 Loop time of 0.018132 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:10 2021 Pair time (%) = 0.00155783 (8.5916) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.215645) Outpt time (%) = 0.0163331 (90.079) Other time (%) = 0.000201941 (1.11373) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:10 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29754 5000 1.4590996e-10 12494772 29755 -0.0157949999999914 12494625.2256584 29755 5000 1.4589242e-10 12494625 Loop time of 0.0184581 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:11 2021 Pair time (%) = 0.00127411 (6.9027) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.179542) Outpt time (%) = 0.0170288 (92.2564) Other time (%) = 0.00012207 (0.661336) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:11 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29755 5000 1.4589242e-10 12494550 29756 -0.0157949999999914 12494402.9204685 29756 5000 1.4587764e-10 12494403 Loop time of 0.0183189 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:11 2021 Pair time (%) = 0.0012722 (6.94475) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.179606) Outpt time (%) = 0.0169201 (92.3642) Other time (%) = 9.36985e-05 (0.511486) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:11 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29756 5000 1.4587764e-10 12494327 29757 -0.0157949999999914 12494180.6304559 29757 5000 1.4586464e-10 12494181 Loop time of 0.0176601 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:11 2021 Pair time (%) = 0.00123501 (6.9932) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.187655) Outpt time (%) = 0.0162752 (92.1576) Other time (%) = 0.000116825 (0.661519) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:11 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29757 5000 1.4586464e-10 12494105 29758 -0.0157949999999914 12493958.3543111 29758 5000 1.4585276e-10 12493958 Loop time of 0.017786 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:11 2021 Pair time (%) = 0.00142002 (7.98391) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.207775) Outpt time (%) = 0.016217 (91.1783) Other time (%) = 0.000112057 (0.630027) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:11 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29758 5000 1.4585276e-10 12493883 29759 -0.0157949999999914 12493736.0912007 29759 5000 1.4584159e-10 12493736 Loop time of 0.0184062 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:11 2021 Pair time (%) = 0.00133181 (7.23566) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.178754) Outpt time (%) = 0.0169451 (92.0623) Other time (%) = 9.63211e-05 (0.523309) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:11 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29759 5000 1.4584159e-10 12493661 29760 -0.0157949999999914 12493513.840595 29760 5000 1.4583087e-10 12493514 Loop time of 0.020906 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:11 2021 Pair time (%) = 0.00122905 (5.87893) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.15738) Outpt time (%) = 0.0195501 (93.5144) Other time (%) = 9.39369e-05 (0.449331) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:11 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29760 5000 1.4583087e-10 12493438 29761 -0.0157949999999914 12493291.6021567 29761 5000 1.4582045e-10 12493292 Loop time of 0.0183051 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:11 2021 Pair time (%) = 0.0012691 (6.93307) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.181044) Outpt time (%) = 0.0169082 (92.3688) Other time (%) = 9.46522e-05 (0.517082) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:11 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29761 5000 1.4582045e-10 12493216 29762 -0.0157949999999914 12493069.3756707 29762 5000 1.4581021e-10 12493069 Loop time of 0.0176299 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:11 2021 Pair time (%) = 0.00125098 (7.09581) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.198796) Outpt time (%) = 0.0162408 (92.1212) Other time (%) = 0.000102997 (0.584218) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:11 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29762 5000 1.4581021e-10 12492994 29763 -0.0157949999999914 12492847.1610228 29763 5000 1.4580008e-10 12492847 Loop time of 0.0183599 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:11 2021 Pair time (%) = 0.00171804 (9.35759) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.196086) Outpt time (%) = 0.016459 (89.6464) Other time (%) = 0.000146866 (0.799927) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:11 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29763 5000 1.4580008e-10 12492772 29764 -0.0157949999999914 12492624.9581401 29764 5000 1.4579003e-10 12492625 Loop time of 0.018302 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:11 2021 Pair time (%) = 0.00123191 (6.73102) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.181074) Outpt time (%) = 0.016943 (92.5746) Other time (%) = 9.39369e-05 (0.513261) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:11 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29764 5000 1.4579003e-10 12492549 29765 -0.0157949999999914 12492402.7669501 29765 5000 1.4578003e-10 12492403 Loop time of 0.0181272 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:11 2021 Pair time (%) = 0.00124598 (6.87351) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.186766) Outpt time (%) = 0.016753 (92.4189) Other time (%) = 9.44138e-05 (0.52084) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:11 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29765 5000 1.4578003e-10 12492327 29766 -0.0157949999999914 12492180.587412 29766 5000 1.4577006e-10 12492181 Loop time of 0.0177159 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:11 2021 Pair time (%) = 0.00123 (6.94291) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.192447) Outpt time (%) = 0.0163579 (92.3344) Other time (%) = 9.39369e-05 (0.53024) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:11 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29766 5000 1.4577006e-10 12492105 29767 -0.0157949999999914 12491958.4194998 29767 5000 1.4576011e-10 12491958 Loop time of 0.0181031 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:11 2021 Pair time (%) = 0.00148797 (8.21941) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.209403) Outpt time (%) = 0.0164421 (90.8244) Other time (%) = 0.000135183 (0.74674) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:11 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29767 5000 1.4576011e-10 12491883 29768 -0.0157949999999914 12491736.2631963 29768 5000 1.4575017e-10 12491736 Loop time of 0.018163 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:11 2021 Pair time (%) = 0.00123405 (6.79435) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.181148) Outpt time (%) = 0.016803 (92.5126) Other time (%) = 9.29832e-05 (0.511939) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:11 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29768 5000 1.4575017e-10 12491661 29769 -0.0157949999999914 12491514.1184903 29769 5000 1.4574025e-10 12491514 Loop time of 0.018194 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:11 2021 Pair time (%) = 0.00122595 (6.73822) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.182149) Outpt time (%) = 0.0168419 (92.5686) Other time (%) = 9.29832e-05 (0.511067) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:11 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29769 5000 1.4574025e-10 12491439 29770 -0.0157949999999914 12491291.9853734 29770 5000 1.4573032e-10 12491292 Loop time of 0.0209451 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:11 2021 Pair time (%) = 0.00122809 (5.8634) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.162777) Outpt time (%) = 0.0195861 (93.5117) Other time (%) = 9.67979e-05 (0.462151) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:11 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29770 5000 1.4573032e-10 12491217 29771 -0.0157949999999914 12491069.8638404 29771 5000 1.4572041e-10 12491070 Loop time of 0.0177529 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:11 2021 Pair time (%) = 0.00125504 (7.06947) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.192047) Outpt time (%) = 0.01636 (92.1543) Other time (%) = 0.000103712 (0.584198) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:11 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29771 5000 1.4572041e-10 12490994 29772 -0.0157949999999914 12490847.7538866 29772 5000 1.4571049e-10 12490848 Loop time of 0.018496 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:11 2021 Pair time (%) = 0.0015769 (8.52561) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.189487) Outpt time (%) = 0.016731 (90.4573) Other time (%) = 0.000153065 (0.827554) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:11 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29772 5000 1.4571049e-10 12490772 29773 -0.0157949999999914 12490625.6555091 29773 5000 1.4570058e-10 12490626 Loop time of 0.018419 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:11 2021 Pair time (%) = 0.00123692 (6.71542) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.178629) Outpt time (%) = 0.017055 (92.5947) Other time (%) = 9.41753e-05 (0.511294) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:11 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29773 5000 1.4570058e-10 12490550 29774 -0.0157949999999914 12490403.5687058 29774 5000 1.4569067e-10 12490404 Loop time of 0.018307 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:11 2021 Pair time (%) = 0.00123215 (6.73048) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.179723) Outpt time (%) = 0.0169492 (92.5832) Other time (%) = 9.27448e-05 (0.506609) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:11 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29774 5000 1.4569067e-10 12490328 29775 -0.0157949999999914 12490181.4934935 29775 5000 1.4568076e-10 12490181 Loop time of 0.0180171 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:11 2021 Pair time (%) = 0.0014751 (8.18722) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.210404) Outpt time (%) = 0.016362 (90.8137) Other time (%) = 0.000142097 (0.788683) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:11 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29775 5000 1.4568076e-10 12490106 29776 -0.0157949999999914 12489959.4298518 29776 5000 1.4567085e-10 12489959 Loop time of 0.0179398 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:11 2021 Pair time (%) = 0.00154209 (8.59592) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.205994) Outpt time (%) = 0.0162148 (90.3847) Other time (%) = 0.000145912 (0.813343) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:11 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29776 5000 1.4567085e-10 12489884 29777 -0.0157949999999914 12489737.3777786 29777 5000 1.4566095e-10 12489737 Loop time of 0.018564 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:11 2021 Pair time (%) = 0.00126696 (6.82481) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.183656) Outpt time (%) = 0.0171709 (92.4958) Other time (%) = 9.20296e-05 (0.495743) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:11 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29777 5000 1.4566095e-10 12489662 29778 -0.0157949999999914 12489515.3372721 29778 5000 1.4565104e-10 12489515 Loop time of 0.0186231 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:11 2021 Pair time (%) = 0.00122786 (6.59318) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.176672) Outpt time (%) = 0.0172679 (92.7232) Other time (%) = 9.44138e-05 (0.506971) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:11 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29778 5000 1.4565104e-10 12489440 29779 -0.0157949999999914 12489293.3083305 29779 5000 1.4564114e-10 12489293 Loop time of 0.017698 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:11 2021 Pair time (%) = 0.00124097 (7.0119) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.19803) Outpt time (%) = 0.0163231 (92.231) Other time (%) = 9.89437e-05 (0.559066) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:11 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29779 5000 1.4564114e-10 12489218 29780 -0.0157949999999914 12489071.2909524 29780 5000 1.4563124e-10 12489071 Loop time of 0.0206301 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:11 2021 Pair time (%) = 0.00141692 (6.86822) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.174508) Outpt time (%) = 0.0190761 (92.4673) Other time (%) = 0.000101089 (0.490009) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:11 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29780 5000 1.4563124e-10 12488996 29781 -0.0157949999999914 12488849.2851358 29781 5000 1.4562134e-10 12488849 Loop time of 0.0186691 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:11 2021 Pair time (%) = 0.00162506 (8.70454) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.182622) Outpt time (%) = 0.016865 (90.3364) Other time (%) = 0.000144958 (0.776461) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:11 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29781 5000 1.4562134e-10 12488774 29782 -0.0157949999999914 12488627.2908792 29782 5000 1.4561144e-10 12488627 Loop time of 0.01823 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:11 2021 Pair time (%) = 0.00123501 (6.77461) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.180482) Outpt time (%) = 0.0168669 (92.5231) Other time (%) = 9.5129e-05 (0.521828) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:11 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29782 5000 1.4561144e-10 12488552 29783 -0.0157949999999914 12488405.3081812 29783 5000 1.4560154e-10 12488405 Loop time of 0.018713 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:11 2021 Pair time (%) = 0.0012331 (6.58954) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.177097) Outpt time (%) = 0.017354 (92.7377) Other time (%) = 9.27448e-05 (0.495617) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:11 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29783 5000 1.4560154e-10 12488330 29784 -0.0157949999999914 12488183.3370401 29784 5000 1.4559164e-10 12488183 Loop time of 0.017493 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:11 2021 Pair time (%) = 0.00122905 (7.02594) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.189448) Outpt time (%) = 0.0161359 (92.2422) Other time (%) = 9.48906e-05 (0.542449) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:11 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29784 5000 1.4559164e-10 12488108 29785 -0.0157949999999914 12487961.3774545 29785 5000 1.4558174e-10 12487961 Loop time of 0.0178549 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:11 2021 Pair time (%) = 0.00148511 (8.31764) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.224332) Outpt time (%) = 0.0161839 (90.6408) Other time (%) = 0.000145912 (0.817209) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:11 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29785 5000 1.4558174e-10 12487886 29786 -0.0157949999999914 12487739.4294228 29786 5000 1.4557185e-10 12487739 Loop time of 0.017581 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:11 2021 Pair time (%) = 0.00123 (6.9962) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.187144) Outpt time (%) = 0.0162251 (92.2878) Other time (%) = 9.29832e-05 (0.528885) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:11 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29786 5000 1.4557185e-10 12487664 29787 -0.0157949999999914 12487517.4929436 29787 5000 1.4556195e-10 12487517 Loop time of 0.0173771 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:11 2021 Pair time (%) = 0.0012331 (7.09611) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.190711) Outpt time (%) = 0.0160201 (92.1904) Other time (%) = 9.08375e-05 (0.522741) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:11 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29787 5000 1.4556195e-10 12487442 29788 -0.0157949999999914 12487295.5680153 29788 5000 1.4555206e-10 12487296 Loop time of 0.0174241 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:11 2021 Pair time (%) = 0.00124002 (7.11666) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.190197) Outpt time (%) = 0.0160611 (92.1773) Other time (%) = 8.98838e-05 (0.515859) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:11 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29788 5000 1.4555206e-10 12487220 29789 -0.0157949999999914 12487073.6546366 29789 5000 1.4554217e-10 12487074 Loop time of 0.0185368 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:11 2021 Pair time (%) = 0.00122809 (6.62517) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.177494) Outpt time (%) = 0.017184 (92.7022) Other time (%) = 9.17912e-05 (0.495183) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:11 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29789 5000 1.4554217e-10 12486998 29790 -0.0157949999999914 12486851.752806 29790 5000 1.4553228e-10 12486852 Loop time of 0.021358 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:11 2021 Pair time (%) = 0.00127912 (5.98893) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.15963) Outpt time (%) = 0.019942 (93.3703) Other time (%) = 0.000102758 (0.481123) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:11 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29790 5000 1.4553228e-10 12486776 29791 -0.0157949999999914 12486629.862522 29791 5000 1.4552239e-10 12486630 Loop time of 0.0186679 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:11 2021 Pair time (%) = 0.00136304 (7.3015) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.204345) Outpt time (%) = 0.017102 (91.6116) Other time (%) = 0.000164747 (0.882514) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:11 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29791 5000 1.4552239e-10 12486554 29792 -0.0157949999999914 12486407.9837832 29792 5000 1.455125e-10 12486408 Loop time of 0.018234 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:11 2021 Pair time (%) = 0.00128603 (7.05292) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.186979) Outpt time (%) = 0.016813 (92.207) Other time (%) = 0.000100851 (0.553093) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:11 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29792 5000 1.455125e-10 12486333 29793 -0.0157949999999914 12486186.1165881 29793 5000 1.4550261e-10 12486186 Loop time of 0.018568 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:11 2021 Pair time (%) = 0.00144506 (7.78249) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.199024) Outpt time (%) = 0.0169542 (91.3084) Other time (%) = 0.000131845 (0.710067) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:11 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29793 5000 1.4550261e-10 12486111 29794 -0.0157949999999914 12485964.2609356 29794 5000 1.4549273e-10 12485964 Loop time of 0.0187919 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:11 2021 Pair time (%) = 0.00137091 (7.2952) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.202997) Outpt time (%) = 0.0172551 (91.8218) Other time (%) = 0.000127792 (0.680039) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:11 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29794 5000 1.4549273e-10 12485889 29795 -0.0157949999999914 12485742.4168239 29795 5000 1.4548284e-10 12485742 Loop time of 0.018806 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:11 2021 Pair time (%) = 0.00127792 (6.7953) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.180025) Outpt time (%) = 0.0173299 (92.1512) Other time (%) = 0.00016427 (0.873501) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:11 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29795 5000 1.4548284e-10 12485667 29796 -0.0157949999999914 12485520.5842517 29796 5000 1.4547296e-10 12485521 Loop time of 0.0185821 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:12 2021 Pair time (%) = 0.00128293 (6.90412) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.183477) Outpt time (%) = 0.017164 (92.3684) Other time (%) = 0.000101089 (0.544015) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:12 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29796 5000 1.4547296e-10 12485445 29797 -0.0157949999999914 12485298.7632179 29797 5000 1.4546308e-10 12485299 Loop time of 0.0187199 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:12 2021 Pair time (%) = 0.00157309 (8.40328) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.219061) Outpt time (%) = 0.0169449 (90.518) Other time (%) = 0.000160933 (0.859686) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:12 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29797 5000 1.4546308e-10 12485223 29798 -0.0157949999999914 12485076.9537208 29798 5000 1.4545319e-10 12485077 Loop time of 0.0186751 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:12 2021 Pair time (%) = 0.00134301 (7.19146) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.182563) Outpt time (%) = 0.0171719 (91.9506) Other time (%) = 0.000126123 (0.675357) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:12 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29798 5000 1.4545319e-10 12485002 29799 -0.0157949999999914 12484855.1557591 29799 5000 1.4544331e-10 12484855 Loop time of 0.0189421 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:12 2021 Pair time (%) = 0.00149703 (7.90318) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.206422) Outpt time (%) = 0.017276 (91.2044) Other time (%) = 0.000129938 (0.685975) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:12 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29799 5000 1.4544331e-10 12484780 29800 -0.0157949999999914 12484633.3693314 29800 5000 1.4543343e-10 12484633 Loop time of 0.0215139 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:12 2021 Pair time (%) = 0.00134611 (6.25693) Neigh time (%) = 0 (0) Comm time (%) = 4.88758e-05 (0.227182) Outpt time (%) = 0.0199711 (92.8288) Other time (%) = 0.00014782 (0.687087) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:12 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29800 5000 1.4543343e-10 12484558 29801 -0.0157949999999914 12484411.5944365 29801 5000 1.4542356e-10 12484412 Loop time of 0.018667 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:12 2021 Pair time (%) = 0.00146317 (7.8383) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.219682) Outpt time (%) = 0.017031 (91.2357) Other time (%) = 0.000131845 (0.706303) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:12 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29801 5000 1.4542356e-10 12484336 29802 -0.0157949999999914 12484189.8310729 29802 5000 1.4541368e-10 12484190 Loop time of 0.018899 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:12 2021 Pair time (%) = 0.00140405 (7.42923) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.185447) Outpt time (%) = 0.0172582 (91.3181) Other time (%) = 0.000201702 (1.06727) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:12 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29802 5000 1.4541368e-10 12484114 29803 -0.0157949999999914 12483968.0792393 29803 5000 1.454038e-10 12483968 Loop time of 0.0188031 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:12 2021 Pair time (%) = 0.00143099 (7.61038) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.196536) Outpt time (%) = 0.017199 (91.4691) Other time (%) = 0.000136137 (0.724013) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:12 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29803 5000 1.454038e-10 12483893 29804 -0.0157949999999914 12483746.3389342 29804 5000 1.4539393e-10 12483746 Loop time of 0.0189919 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:12 2021 Pair time (%) = 0.00132203 (6.96101) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.173241) Outpt time (%) = 0.017539 (92.3498) Other time (%) = 9.799e-05 (0.515956) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:12 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29804 5000 1.4539393e-10 12483671 29805 -0.0157949999999914 12483524.6101564 29805 5000 1.4538406e-10 12483525 Loop time of 0.018486 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:12 2021 Pair time (%) = 0.00137997 (7.46492) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.194748) Outpt time (%) = 0.0169132 (91.4917) Other time (%) = 0.000156879 (0.848638) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:12 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29805 5000 1.4538406e-10 12483449 29806 -0.0157949999999914 12483302.8929045 29806 5000 1.4537418e-10 12483303 Loop time of 0.0183749 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:12 2021 Pair time (%) = 0.00131297 (7.14545) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.184248) Outpt time (%) = 0.016891 (91.9242) Other time (%) = 0.000137091 (0.746075) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:12 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29806 5000 1.4537418e-10 12483228 29807 -0.0157949999999914 12483081.1871773 29807 5000 1.4536431e-10 12483081 Loop time of 0.018764 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:12 2021 Pair time (%) = 0.00138879 (7.40134) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.191863) Outpt time (%) = 0.01723 (91.8249) Other time (%) = 0.000109196 (0.581942) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:12 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29807 5000 1.4536431e-10 12483006 29808 -0.0157949999999914 12482859.4929732 29808 5000 1.4535444e-10 12482859 Loop time of 0.0186882 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:12 2021 Pair time (%) = 0.0012939 (6.92361) Neigh time (%) = 0 (0) Comm time (%) = 5.91278e-05 (0.316391) Outpt time (%) = 0.017216 (92.1221) Other time (%) = 0.000119209 (0.637885) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:12 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29808 5000 1.4535444e-10 12482784 29809 -0.0157949999999914 12482637.8102911 29809 5000 1.4534457e-10 12482638 Loop time of 0.018434 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:12 2021 Pair time (%) = 0.00135708 (7.3618) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.195297) Outpt time (%) = 0.0169032 (91.6953) Other time (%) = 0.000137806 (0.747562) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:12 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29809 5000 1.4534457e-10 12482562 29810 -0.0157949999999914 12482416.1391296 29810 5000 1.453347e-10 12482416 Loop time of 0.0214241 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:12 2021 Pair time (%) = 0.00127888 (5.96935) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.16359) Outpt time (%) = 0.0200081 (93.3908) Other time (%) = 0.000102043 (0.476302) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:12 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29810 5000 1.453347e-10 12482341 29811 -0.0157949999999914 12482194.4794872 29811 5000 1.4532484e-10 12482194 Loop time of 0.0185111 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:12 2021 Pair time (%) = 0.00148702 (8.03313) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.194485) Outpt time (%) = 0.0168512 (91.0331) Other time (%) = 0.000136852 (0.7393) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:12 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29811 5000 1.4532484e-10 12482119 29812 -0.0157949999999914 12481972.8313629 29812 5000 1.4531497e-10 12481973 Loop time of 0.018975 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:12 2021 Pair time (%) = 0.00151992 (8.0101) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.194755) Outpt time (%) = 0.017302 (91.1832) Other time (%) = 0.00011611 (0.611909) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:12 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29812 5000 1.4531497e-10 12481897 29813 -0.0157949999999914 12481751.1947551 29813 5000 1.4530511e-10 12481751 Loop time of 0.0189421 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:12 2021 Pair time (%) = 0.00162387 (8.5728) Neigh time (%) = 0 (0) Comm time (%) = 5.19753e-05 (0.27439) Outpt time (%) = 0.017107 (90.312) Other time (%) = 0.000159264 (0.840791) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:12 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29813 5000 1.4530511e-10 12481676 29814 -0.0157949999999914 12481529.5696628 29814 5000 1.4529525e-10 12481530 Loop time of 0.0190108 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:12 2021 Pair time (%) = 0.00132799 (6.98546) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.17934) Outpt time (%) = 0.0175469 (92.2997) Other time (%) = 0.000101805 (0.53551) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:12 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29814 5000 1.4529525e-10 12481454 29815 -0.0157949999999914 12481307.9560843 29815 5000 1.4528538e-10 12481308 Loop time of 0.0185499 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:12 2021 Pair time (%) = 0.00142097 (7.66027) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.199219) Outpt time (%) = 0.0169039 (91.1264) Other time (%) = 0.000188112 (1.01409) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:12 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29815 5000 1.4528538e-10 12481233 29816 -0.0157949999999914 12481086.3540185 29816 5000 1.4527552e-10 12481086 Loop time of 0.018508 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:12 2021 Pair time (%) = 0.00149703 (8.08858) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.275674) Outpt time (%) = 0.016748 (90.4905) Other time (%) = 0.000211954 (1.14521) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:12 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29816 5000 1.4527552e-10 12481011 29817 -0.0157949999999914 12480864.7634642 29817 5000 1.4526566e-10 12480865 Loop time of 0.019032 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:12 2021 Pair time (%) = 0.00159693 (8.39075) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.205447) Outpt time (%) = 0.017251 (90.6421) Other time (%) = 0.000144958 (0.761657) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:12 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29817 5000 1.4526566e-10 12480789 29818 -0.0157949999999914 12480643.1844201 29818 5000 1.452558e-10 12480643 Loop time of 0.0188351 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:12 2021 Pair time (%) = 0.00130892 (6.94937) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.174684) Outpt time (%) = 0.017391 (92.3329) Other time (%) = 0.000102282 (0.543038) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:12 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29818 5000 1.452558e-10 12480568 29819 -0.0157949999999914 12480421.6168845 29819 5000 1.4524595e-10 12480422 Loop time of 0.018785 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:12 2021 Pair time (%) = 0.00155687 (8.28785) Neigh time (%) = 0 (0) Comm time (%) = 3.98159e-05 (0.211956) Outpt time (%) = 0.0170519 (90.7742) Other time (%) = 0.000136375 (0.72598) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:12 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29819 5000 1.4524595e-10 12480346 29820 -0.0157949999999914 12480200.0608565 29820 5000 1.4523609e-10 12480200 Loop time of 0.021955 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:12 2021 Pair time (%) = 0.001297 (5.90752) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.15529) Outpt time (%) = 0.0205228 (93.4767) Other time (%) = 0.000101089 (0.460439) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:12 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29820 5000 1.4523609e-10 12480125 29821 -0.0157949999999914 12479978.5163346 29821 5000 1.4522623e-10 12479979 Loop time of 0.0185161 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:12 2021 Pair time (%) = 0.00152206 (8.22024) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.189282) Outpt time (%) = 0.0167971 (90.7162) Other time (%) = 0.000161886 (0.874301) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:12 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29821 5000 1.4522623e-10 12479903 29822 -0.0157949999999914 12479756.9833178 29822 5000 1.4521638e-10 12479757 Loop time of 0.0187559 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:12 2021 Pair time (%) = 0.00153899 (8.20537) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.197031) Outpt time (%) = 0.0170131 (90.7078) Other time (%) = 0.000166893 (0.889815) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:12 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29822 5000 1.4521638e-10 12479682 29823 -0.0157949999999914 12479535.4618045 29823 5000 1.4520653e-10 12479535 Loop time of 0.0186541 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:12 2021 Pair time (%) = 0.00134706 (7.22128) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.198106) Outpt time (%) = 0.017122 (91.7869) Other time (%) = 0.000148058 (0.793702) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:12 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29823 5000 1.4520653e-10 12479460 29824 -0.0157949999999914 12479313.9517936 29824 5000 1.4519668e-10 12479314 Loop time of 0.0189269 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:12 2021 Pair time (%) = 0.0016439 (8.68552) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.178875) Outpt time (%) = 0.017103 (90.3634) Other time (%) = 0.000146151 (0.772186) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:12 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29824 5000 1.4519668e-10 12479239 29825 -0.0157949999999914 12479092.4532834 29825 5000 1.4518683e-10 12479092 Loop time of 0.018553 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:12 2021 Pair time (%) = 0.00132203 (7.12569) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.188905) Outpt time (%) = 0.017071 (92.012) Other time (%) = 0.000124931 (0.673375) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:12 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29825 5000 1.4518683e-10 12479017 29826 -0.0157949999999914 12478870.9662733 29826 5000 1.4517698e-10 12478871 Loop time of 0.018028 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:12 2021 Pair time (%) = 0.00158095 (8.76942) Neigh time (%) = 0 (0) Comm time (%) = 4.29153e-05 (0.238048) Outpt time (%) = 0.0162551 (90.166) Other time (%) = 0.000149012 (0.826556) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:12 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29826 5000 1.4517698e-10 12478796 29827 -0.0157949999999914 12478649.4907616 29827 5000 1.4516713e-10 12478649 Loop time of 0.017509 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:12 2021 Pair time (%) = 0.00124407 (7.10531) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.187914) Outpt time (%) = 0.016139 (92.1757) Other time (%) = 9.29832e-05 (0.53106) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:12 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29827 5000 1.4516713e-10 12478574 29828 -0.0157949999999914 12478428.0267471 29828 5000 1.4515728e-10 12478428 Loop time of 0.0175121 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:12 2021 Pair time (%) = 0.00123501 (7.05232) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.18788) Outpt time (%) = 0.016114 (92.0164) Other time (%) = 0.000130177 (0.743353) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:12 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29828 5000 1.4515728e-10 12478353 29829 -0.0157949999999914 12478206.5742285 29829 5000 1.4514743e-10 12478207 Loop time of 0.0180421 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:12 2021 Pair time (%) = 0.00123096 (6.82269) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.182361) Outpt time (%) = 0.0166891 (92.5007) Other time (%) = 8.91685e-05 (0.494225) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:12 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29829 5000 1.4514743e-10 12478131 29830 -0.0157949999999914 12477985.1332045 29830 5000 1.4513759e-10 12477985 Loop time of 0.0216501 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:12 2021 Pair time (%) = 0.00142598 (6.5865) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.166287) Outpt time (%) = 0.0200729 (92.7153) Other time (%) = 0.000115156 (0.531897) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:12 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29830 5000 1.4513759e-10 12477910 29831 -0.0157949999999914 12477763.7036739 29831 5000 1.4512775e-10 12477764 Loop time of 0.0184841 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:12 2021 Pair time (%) = 0.00162911 (8.81359) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.184449) Outpt time (%) = 0.016664 (90.1532) Other time (%) = 0.000156879 (0.848726) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:12 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29831 5000 1.4512775e-10 12477688 29832 -0.0157949999999914 12477542.2856355 29832 5000 1.451179e-10 12477542 Loop time of 0.01828 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:12 2021 Pair time (%) = 0.00141811 (7.75772) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.196943) Outpt time (%) = 0.016706 (91.3893) Other time (%) = 0.000119925 (0.656041) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:12 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29832 5000 1.451179e-10 12477467 29833 -0.0157949999999914 12477320.8790878 29833 5000 1.4510806e-10 12477321 Loop time of 0.0187769 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:12 2021 Pair time (%) = 0.00132203 (7.04073) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.218396) Outpt time (%) = 0.0172849 (92.0539) Other time (%) = 0.000128984 (0.686932) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:12 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29833 5000 1.4510806e-10 12477246 29834 -0.0157949999999914 12477099.4840298 29834 5000 1.4509822e-10 12477099 Loop time of 0.0185802 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:12 2021 Pair time (%) = 0.00132298 (7.1204) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.188628) Outpt time (%) = 0.0171139 (92.1084) Other time (%) = 0.000108242 (0.582567) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:12 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29834 5000 1.4509822e-10 12477024 29835 -0.0157949999999914 12476878.1004601 29835 5000 1.4508838e-10 12476878 Loop time of 0.018548 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:13 2021 Pair time (%) = 0.00169301 (9.12772) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.18767) Outpt time (%) = 0.016639 (89.7077) Other time (%) = 0.000181198 (0.976914) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:30:13 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29835 5000 1.4508838e-10 12476803 29836 -0.0157949999999914 12476628.6043777 29836 5000 2.856493e-10 12477041 Loop time of 0.0179181 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:13 2021 Pair time (%) = 0.0014081 (7.85853) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.284749) Outpt time (%) = 0.016304 (90.9918) Other time (%) = 0.000154972 (0.864891) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:13 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29836 5000 2.856493e-10 12556469 29837 -0.0158274999999914 12556277.7893621 29837 5000 2.2976012e-10 12556278 Loop time of 0.018398 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:13 2021 Pair time (%) = 0.00141907 (7.71314) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.190496) Outpt time (%) = 0.0167899 (91.2592) Other time (%) = 0.000154018 (0.837145) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:13 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29837 5000 2.2976012e-10 12556175 29838 -0.0158274999999914 12556000.0283766 29838 5000 1.974091e-10 12556000 Loop time of 0.0184059 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:13 2021 Pair time (%) = 0.00139284 (7.56736) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.200777) Outpt time (%) = 0.01683 (91.4378) Other time (%) = 0.000146151 (0.794041) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:13 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29838 5000 1.974091e-10 12555907 29839 -0.0158274999999914 12555742.1171409 29839 5000 1.7812683e-10 12555742 Loop time of 0.01877 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:13 2021 Pair time (%) = 0.00130606 (6.95822) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.18164) Outpt time (%) = 0.0173268 (92.3114) Other time (%) = 0.000102997 (0.548732) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:13 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29839 5000 1.7812683e-10 12555655 29840 -0.0158274999999914 12555496.8248263 29840 5000 1.6638648e-10 12555497 Loop time of 0.0212359 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:13 2021 Pair time (%) = 0.00137997 (6.49826) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.17402) Outpt time (%) = 0.0196991 (92.763) Other time (%) = 0.000119925 (0.564724) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:13 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29840 5000 1.6638648e-10 12555414 29841 -0.0158274999999914 12555259.5561844 29841 5000 1.5913074e-10 12555260 Loop time of 0.018683 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:13 2021 Pair time (%) = 0.00162005 (8.67129) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.1978) Outpt time (%) = 0.016902 (90.4673) Other time (%) = 0.000123978 (0.663587) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:13 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29841 5000 1.5913074e-10 12555179 29842 -0.0158274999999914 12555027.3908953 29842 5000 1.5460047e-10 12555027 Loop time of 0.018486 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:13 2021 Pair time (%) = 0.00134015 (7.24954) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.189589) Outpt time (%) = 0.0170031 (91.9779) Other time (%) = 0.000107765 (0.582955) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:13 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29842 5000 1.5460047e-10 12554949 29843 -0.0158274999999914 12554798.4730681 29843 5000 1.5175192e-10 12554798 Loop time of 0.0190709 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:13 2021 Pair time (%) = 0.0016911 (8.86747) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.193777) Outpt time (%) = 0.017096 (89.6448) Other time (%) = 0.000246763 (1.29393) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:13 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29843 5000 1.5175192e-10 12554721 29844 -0.0158274999999914 12554571.6232656 29844 5000 1.4995181e-10 12554572 Loop time of 0.018651 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:13 2021 Pair time (%) = 0.00129509 (6.94381) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.186634) Outpt time (%) = 0.0172169 (92.3109) Other time (%) = 0.000104189 (0.558624) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:13 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29844 5000 1.4995181e-10 12554495 29845 -0.0158274999999914 12554346.091944 29845 5000 1.4880976e-10 12554346 Loop time of 0.018661 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:13 2021 Pair time (%) = 0.00145793 (7.8127) Neigh time (%) = 0 (0) Comm time (%) = 5.91278e-05 (0.316852) Outpt time (%) = 0.0170321 (91.2712) Other time (%) = 0.000111818 (0.599208) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:13 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29845 5000 1.4880976e-10 12554269 29846 -0.0158274999999914 12554121.4027597 29846 5000 1.480826e-10 12554121 Loop time of 0.0186012 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:13 2021 Pair time (%) = 0.001302 (6.99958) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.188416) Outpt time (%) = 0.017159 (92.2468) Other time (%) = 0.000105143 (0.565247) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:13 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29846 5000 1.480826e-10 12554045 29847 -0.0158274999999914 12553897.2529914 29847 5000 1.4761775e-10 12553897 Loop time of 0.018754 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:13 2021 Pair time (%) = 0.0015409 (8.21637) Neigh time (%) = 0 (0) Comm time (%) = 4.50611e-05 (0.240275) Outpt time (%) = 0.0170002 (90.6484) Other time (%) = 0.000167847 (0.894991) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:13 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29847 5000 1.4761775e-10 12553821 29848 -0.0158274999999914 12553673.4502557 29848 5000 1.4731907e-10 12553673 Loop time of 0.0186 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:13 2021 Pair time (%) = 0.00128198 (6.89235) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.182019) Outpt time (%) = 0.0171769 (92.3488) Other time (%) = 0.000107288 (0.57682) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:13 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29848 5000 1.4731907e-10 12553597 29849 -0.0158274999999914 12553449.8722912 29849 5000 1.4712577e-10 12553450 Loop time of 0.0186551 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:13 2021 Pair time (%) = 0.00134706 (7.22091) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.192984) Outpt time (%) = 0.017163 (92.002) Other time (%) = 0.000108957 (0.584063) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:13 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29849 5000 1.4712577e-10 12553374 29850 -0.0158274999999914 12553226.4413989 29850 5000 1.4699935e-10 12553226 Loop time of 0.0213492 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:13 2021 Pair time (%) = 0.00128603 (6.02379) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.164163) Outpt time (%) = 0.019928 (93.343) Other time (%) = 0.000100136 (0.469038) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:13 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29850 5000 1.4699935e-10 12553150 29851 -0.0158274999999914 12553003.1081993 29851 5000 1.469154e-10 12553003 Loop time of 0.018584 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:13 2021 Pair time (%) = 0.00137806 (7.4153) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.203985) Outpt time (%) = 0.017025 (91.611) Other time (%) = 0.000143051 (0.769754) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:13 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29851 5000 1.469154e-10 12552927 29852 -0.0158274999999914 12552779.8413114 29852 5000 1.4685841e-10 12552780 Loop time of 0.0188611 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:13 2021 Pair time (%) = 0.00132799 (7.04092) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.179499) Outpt time (%) = 0.0173979 (92.2423) Other time (%) = 0.000101328 (0.537233) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:13 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29852 5000 1.4685841e-10 12552704 29853 -0.0158274999999914 12552556.6207916 29853 5000 1.4681857e-10 12552557 Loop time of 0.018955 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:13 2021 Pair time (%) = 0.00139594 (7.3645) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.206282) Outpt time (%) = 0.01737 (91.6381) Other time (%) = 0.000149965 (0.791165) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:13 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29853 5000 1.4681857e-10 12552481 29854 -0.0158274999999914 12552333.4339649 29854 5000 1.4678961e-10 12552333 Loop time of 0.0183918 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:13 2021 Pair time (%) = 0.00146699 (7.9763) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.255377) Outpt time (%) = 0.0167499 (91.0722) Other time (%) = 0.000128031 (0.696128) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:13 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29854 5000 1.4678961e-10 12552257 29855 -0.0158274999999914 12552110.272776 29855 5000 1.4676757e-10 12552110 Loop time of 0.0182402 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:13 2021 Pair time (%) = 0.00155497 (8.52493) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.197373) Outpt time (%) = 0.0164869 (90.3876) Other time (%) = 0.000162363 (0.890138) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:13 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29855 5000 1.4676757e-10 12552034 29856 -0.0158274999999914 12551887.1321053 29856 5000 1.4674992e-10 12551887 Loop time of 0.018234 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:13 2021 Pair time (%) = 0.00123096 (6.75087) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.180442) Outpt time (%) = 0.016876 (92.5522) Other time (%) = 9.41753e-05 (0.516482) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:13 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29856 5000 1.4674992e-10 12551811 29857 -0.0158274999999914 12551664.0086983 29857 5000 1.4673508e-10 12551664 Loop time of 0.018429 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:13 2021 Pair time (%) = 0.0012331 (6.69107) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.178532) Outpt time (%) = 0.017066 (92.6039) Other time (%) = 9.70364e-05 (0.52654) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:13 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29857 5000 1.4673508e-10 12551588 29858 -0.0158274999999914 12551440.9004868 29858 5000 1.46722e-10 12551441 Loop time of 0.017771 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:13 2021 Pair time (%) = 0.00134706 (7.58013) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.191851) Outpt time (%) = 0.0162599 (91.4968) Other time (%) = 0.000129938 (0.73118) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:13 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29858 5000 1.46722e-10 12551365 29859 -0.0158274999999914 12551217.8061557 29859 5000 1.4671006e-10 12551218 Loop time of 0.0181701 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:13 2021 Pair time (%) = 0.00163603 (9.00395) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.280799) Outpt time (%) = 0.0163419 (89.9385) Other time (%) = 0.000141144 (0.776791) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:13 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29859 5000 1.4671006e-10 12551142 29860 -0.0158274999999914 12550994.7248689 29860 5000 1.4669883e-10 12550995 Loop time of 0.0210619 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:13 2021 Pair time (%) = 0.00123501 (5.86371) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.160743) Outpt time (%) = 0.019701 (93.5386) Other time (%) = 9.20296e-05 (0.436948) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:13 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29860 5000 1.4669883e-10 12550919 29861 -0.0158274999999914 12550771.6560948 29861 5000 1.4668807e-10 12550772 Loop time of 0.0184522 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:13 2021 Pair time (%) = 0.00123 (6.66589) Neigh time (%) = 0 (0) Comm time (%) = 6.48499e-05 (0.351448) Outpt time (%) = 0.0170031 (92.1467) Other time (%) = 0.000154257 (0.835982) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:13 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29861 5000 1.4668807e-10 12550696 29862 -0.0158274999999914 12550548.5994947 29862 5000 1.4667759e-10 12550549 Loop time of 0.0175459 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:13 2021 Pair time (%) = 0.00123596 (7.04415) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.194312) Outpt time (%) = 0.016181 (92.2207) Other time (%) = 9.48906e-05 (0.540812) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:13 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29862 5000 1.4667759e-10 12550473 29863 -0.0158274999999914 12550325.5548533 29863 5000 1.4666729e-10 12550326 Loop time of 0.0178411 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:13 2021 Pair time (%) = 0.00128889 (7.22428) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.201788) Outpt time (%) = 0.0164089 (91.9726) Other time (%) = 0.000107288 (0.601355) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:13 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29863 5000 1.4666729e-10 12550250 29864 -0.0158274999999914 12550102.5220329 29864 5000 1.4665712e-10 12550103 Loop time of 0.0181599 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:13 2021 Pair time (%) = 0.00128222 (7.06071) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.187743) Outpt time (%) = 0.016742 (92.1923) Other time (%) = 0.000101566 (0.55929) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:13 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29864 5000 1.4665712e-10 12550027 29865 -0.0158274999999914 12549879.500946 29865 5000 1.4664702e-10 12549880 Loop time of 0.0185199 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:13 2021 Pair time (%) = 0.00123382 (6.66212) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.184093) Outpt time (%) = 0.0171571 (92.6414) Other time (%) = 9.48906e-05 (0.512372) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:13 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29865 5000 1.4664702e-10 12549804 29866 -0.0158274999999914 12549656.4915361 29866 5000 1.4663697e-10 12549656 Loop time of 0.0177379 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:13 2021 Pair time (%) = 0.00128508 (7.24482) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.192209) Outpt time (%) = 0.016325 (92.0347) Other time (%) = 9.36985e-05 (0.52824) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:13 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29866 5000 1.4663697e-10 12549581 29867 -0.0158274999999914 12549433.493793 29867 5000 1.4662695e-10 12549433 Loop time of 0.0175738 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:13 2021 Pair time (%) = 0.00127006 (7.22697) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.188577) Outpt time (%) = 0.0161541 (91.921) Other time (%) = 0.000116587 (0.663411) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:13 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29867 5000 1.4662695e-10 12549358 29868 -0.0158274999999914 12549210.507712 29868 5000 1.4661695e-10 12549211 Loop time of 0.017365 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:13 2021 Pair time (%) = 0.00123405 (7.10657) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.190845) Outpt time (%) = 0.0160079 (92.185) Other time (%) = 8.98838e-05 (0.517615) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:13 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29868 5000 1.4661695e-10 12549135 29869 -0.0158274999999914 12548987.5332581 29869 5000 1.4660696e-10 12548988 Loop time of 0.0174479 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:13 2021 Pair time (%) = 0.00123119 (7.05638) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.195403) Outpt time (%) = 0.016093 (92.2344) Other time (%) = 8.96454e-05 (0.513788) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:13 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29869 5000 1.4660696e-10 12548912 29870 -0.0158274999999914 12548764.5704158 29870 5000 1.4659699e-10 12548765 Loop time of 0.0214629 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:13 2021 Pair time (%) = 0.00142002 (6.61616) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.17218) Outpt time (%) = 0.0198929 (92.6851) Other time (%) = 0.00011301 (0.526538) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:13 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29870 5000 1.4659699e-10 12548689 29871 -0.0158274999999914 12548541.6191753 29871 5000 1.4658701e-10 12548542 Loop time of 0.018693 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:13 2021 Pair time (%) = 0.00143909 (7.69859) Neigh time (%) = 0 (0) Comm time (%) = 6.19888e-05 (0.331616) Outpt time (%) = 0.0170188 (91.0438) Other time (%) = 0.000173092 (0.925973) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:13 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29871 5000 1.4658701e-10 12548466 29872 -0.0158274999999914 12548318.67953 29872 5000 1.4657705e-10 12548319 Loop time of 0.018554 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:13 2021 Pair time (%) = 0.00121689 (6.55864) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.17219) Outpt time (%) = 0.0171819 (92.6048) Other time (%) = 0.000123262 (0.664345) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:13 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29872 5000 1.4657705e-10 12548243 29873 -0.0158274999999914 12548095.7514747 29873 5000 1.4656708e-10 12548096 Loop time of 0.0185981 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:13 2021 Pair time (%) = 0.00127196 (6.83922) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.183319) Outpt time (%) = 0.0171671 (92.3057) Other time (%) = 0.000124931 (0.671743) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:13 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29873 5000 1.4656708e-10 12548020 29874 -0.0158274999999914 12547872.8350059 29874 5000 1.4655712e-10 12547873 Loop time of 0.017626 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:13 2021 Pair time (%) = 0.00125289 (7.10817) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.198839) Outpt time (%) = 0.0161989 (91.903) Other time (%) = 0.000139236 (0.789947) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:13 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29874 5000 1.4655712e-10 12547797 29875 -0.0158274999999914 12547649.9301206 29875 5000 1.4654716e-10 12547650 Loop time of 0.018158 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:14 2021 Pair time (%) = 0.00160718 (8.8511) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.22584) Outpt time (%) = 0.0163388 (89.9816) Other time (%) = 0.000170946 (0.941439) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:14 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29875 5000 1.4654716e-10 12547574 29876 -0.0158274999999914 12547427.0368162 29876 5000 1.465372e-10 12547427 Loop time of 0.018476 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:14 2021 Pair time (%) = 0.00124288 (6.72697) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.18324) Outpt time (%) = 0.0171058 (92.5839) Other time (%) = 9.34601e-05 (0.505846) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:14 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29876 5000 1.465372e-10 12547351 29877 -0.0158274999999914 12547204.1550906 29877 5000 1.4652725e-10 12547204 Loop time of 0.0182521 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:14 2021 Pair time (%) = 0.00123596 (6.7716) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.185488) Outpt time (%) = 0.01689 (92.5374) Other time (%) = 9.2268e-05 (0.505519) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:14 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29877 5000 1.4652725e-10 12547128 29878 -0.0158274999999914 12546981.284942 29878 5000 1.4651729e-10 12546981 Loop time of 0.017518 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:14 2021 Pair time (%) = 0.00124097 (7.08395) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.187816) Outpt time (%) = 0.0161471 (92.1743) Other time (%) = 9.70364e-05 (0.553922) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:14 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29878 5000 1.4651729e-10 12546905 29879 -0.0158274999999914 12546758.4263683 29879 5000 1.4650734e-10 12546758 Loop time of 0.0178061 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:14 2021 Pair time (%) = 0.00137496 (7.72187) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.196829) Outpt time (%) = 0.016289 (91.4801) Other time (%) = 0.00010705 (0.6012) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:14 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29879 5000 1.4650734e-10 12546683 29880 -0.0158274999999914 12546535.5793679 29880 5000 1.4649738e-10 12546536 Loop time of 0.021168 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:14 2021 Pair time (%) = 0.00135899 (6.42) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.155432) Outpt time (%) = 0.0196798 (92.9695) Other time (%) = 9.63211e-05 (0.455032) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:14 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29880 5000 1.4649738e-10 12546460 29881 -0.0158274999999914 12546312.7439109 29881 5000 1.4648743e-10 12546313 Loop time of 0.018235 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:14 2021 Pair time (%) = 0.00133204 (7.30489) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.190892) Outpt time (%) = 0.0167708 (91.9708) Other time (%) = 9.72748e-05 (0.533452) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:14 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29881 5000 1.4648743e-10 12546237 29882 -0.0158274999999914 12546089.9200217 29882 5000 1.4647748e-10 12546090 Loop time of 0.018301 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:14 2021 Pair time (%) = 0.00123096 (6.72616) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.179781) Outpt time (%) = 0.0169408 (92.5677) Other time (%) = 9.63211e-05 (0.526316) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:14 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29882 5000 1.4647748e-10 12546014 29883 -0.0158274999999914 12545867.1076995 29883 5000 1.4646753e-10 12545867 Loop time of 0.017612 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:14 2021 Pair time (%) = 0.00127292 (7.22756) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.198998) Outpt time (%) = 0.0162001 (91.9832) Other time (%) = 0.000103951 (0.590226) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:14 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29883 5000 1.4646753e-10 12545791 29884 -0.0158274999999914 12545644.3069429 29884 5000 1.4645759e-10 12545644 Loop time of 0.018414 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:14 2021 Pair time (%) = 0.0016818 (9.13328) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.19551) Outpt time (%) = 0.0165389 (89.8167) Other time (%) = 0.000157356 (0.854546) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28406 ave 28406 max 28406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28406 Ave neighs/atom = 5.6812 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:14 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29884 5000 1.4645759e-10 12545568 29885 -0.0158274999999914 12545421.5177503 29885 5000 1.4644764e-10 12545422 Loop time of 0.0184219 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:14 2021 Pair time (%) = 0.00123096 (6.68202) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.185073) Outpt time (%) = 0.0170619 (92.6178) Other time (%) = 9.48906e-05 (0.515097) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:14 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29885 5000 1.4644764e-10 12545346 29886 -0.0158274999999914 12545198.7401207 29886 5000 1.4643769e-10 12545199 Loop time of 0.0189319 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:14 2021 Pair time (%) = 0.00139904 (7.38987) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.183865) Outpt time (%) = 0.0173631 (91.7135) Other time (%) = 0.000134945 (0.712792) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:14 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29886 5000 1.4643769e-10 12545123 29887 -0.0158274999999914 12544975.9740521 29887 5000 1.4642775e-10 12544976 Loop time of 0.0175052 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:14 2021 Pair time (%) = 0.00123692 (7.066) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.189317) Outpt time (%) = 0.0161381 (92.1904) Other time (%) = 9.70364e-05 (0.55433) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:14 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29887 5000 1.4642775e-10 12544900 29888 -0.0158274999999914 12544753.2195472 29888 5000 1.4641781e-10 12544753 Loop time of 0.017977 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:14 2021 Pair time (%) = 0.00135016 (7.51051) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.200263) Outpt time (%) = 0.016443 (91.467) Other time (%) = 0.00014782 (0.82227) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:14 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29888 5000 1.4641781e-10 12544677 29889 -0.0158274999999914 12544530.4766973 29889 5000 1.4640786e-10 12544530 Loop time of 0.0183699 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:14 2021 Pair time (%) = 0.00135612 (7.38232) Neigh time (%) = 0 (0) Comm time (%) = 8.01086e-05 (0.436086) Outpt time (%) = 0.0168099 (91.508) Other time (%) = 0.000123739 (0.673597) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:14 2021 Memory usage per processor = 27.5526 Mbytes Step Atoms AVEKE stressZZ 29889 5000 1.4640786e-10 12544455 29890 -0.0158274999999914 12544307.7454717 29890 5000 1.4639792e-10 12544308 Loop time of 0.0208611 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:14 2021 Pair time (%) = 0.00123405 (5.91556) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.162289) Outpt time (%) = 0.0195 (93.4753) Other time (%) = 9.32217e-05 (0.446867) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:14 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 29890 5000 1.4639792e-10 12544232 29891 -0.0158274999999914 12544085.0258484 29891 5000 1.4638798e-10 12544085 Loop time of 0.0183828 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:14 2021 Pair time (%) = 0.00128484 (6.98935) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.185466) Outpt time (%) = 0.0169699 (92.3142) Other time (%) = 9.39369e-05 (0.511005) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:14 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 29891 5000 1.4638798e-10 12544009 29892 -0.0158274999999914 12543862.3178187 29892 5000 1.4637804e-10 12543862 Loop time of 0.01771 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:14 2021 Pair time (%) = 0.00126505 (7.14315) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.187127) Outpt time (%) = 0.016314 (92.1178) Other time (%) = 9.77516e-05 (0.551958) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:14 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 29892 5000 1.4637804e-10 12543786 29893 -0.0158274999999914 12543639.6213854 29893 5000 1.4636811e-10 12543640 Loop time of 0.018142 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:14 2021 Pair time (%) = 0.00159597 (8.79713) Neigh time (%) = 0 (0) Comm time (%) = 4.19617e-05 (0.231296) Outpt time (%) = 0.0163212 (89.9636) Other time (%) = 0.000182867 (1.00798) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:14 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 29893 5000 1.4636811e-10 12543564 29894 -0.0158274999999914 12543416.9365397 29894 5000 1.4635817e-10 12543417 Loop time of 0.018286 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:14 2021 Pair time (%) = 0.00126815 (6.93508) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.179929) Outpt time (%) = 0.0168898 (92.3648) Other time (%) = 9.5129e-05 (0.520229) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:14 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 29894 5000 1.4635817e-10 12543341 29895 -0.0158274999999914 12543194.2632761 29895 5000 1.4634823e-10 12543194 Loop time of 0.0186801 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:14 2021 Pair time (%) = 0.00124097 (6.64327) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.176133) Outpt time (%) = 0.017312 (92.6765) Other time (%) = 9.41753e-05 (0.504148) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:14 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 29895 5000 1.4634823e-10 12543118 29896 -0.0158274999999914 12542971.6015907 29896 5000 1.463383e-10 12542972 Loop time of 0.017622 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:14 2021 Pair time (%) = 0.00124288 (7.05298) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.188061) Outpt time (%) = 0.0162511 (92.2205) Other time (%) = 9.48906e-05 (0.538478) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:14 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 29896 5000 1.463383e-10 12542896 29897 -0.0158274999999914 12542748.95148 29897 5000 1.4632837e-10 12542749 Loop time of 0.017859 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:14 2021 Pair time (%) = 0.0014329 (8.02339) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.217606) Outpt time (%) = 0.0162508 (90.9954) Other time (%) = 0.000136375 (0.763624) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:14 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 29897 5000 1.4632837e-10 12542673 29898 -0.0158274999999914 12542526.3129413 29898 5000 1.4631844e-10 12542526 Loop time of 0.018373 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:14 2021 Pair time (%) = 0.00129795 (7.06444) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.180374) Outpt time (%) = 0.016948 (92.2439) Other time (%) = 9.39369e-05 (0.511277) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:14 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 29898 5000 1.4631844e-10 12542450 29899 -0.0158274999999914 12542303.6859719 29899 5000 1.4630851e-10 12542304 Loop time of 0.0181179 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:14 2021 Pair time (%) = 0.00123 (6.78887) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.182914) Outpt time (%) = 0.0167589 (92.4992) Other time (%) = 9.58443e-05 (0.529003) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:14 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 29899 5000 1.4630851e-10 12542228 29900 -0.0158274999999914 12542081.0705633 29900 5000 1.4629858e-10 12542081 Loop time of 0.020587 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:14 2021 Pair time (%) = 0.00127888 (6.21207) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.164451) Outpt time (%) = 0.0191629 (93.0826) Other time (%) = 0.000111341 (0.540835) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:14 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 29900 5000 1.4629858e-10 12542005 29901 -0.0158274999999914 12541858.4667163 29901 5000 1.4628865e-10 12541858 Loop time of 0.0178568 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:14 2021 Pair time (%) = 0.00135016 (7.56105) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.20161) Outpt time (%) = 0.0163648 (91.6445) Other time (%) = 0.000105858 (0.592814) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:14 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 29901 5000 1.4628865e-10 12541783 29902 -0.0158274999999914 12541635.8744309 29902 5000 1.4627872e-10 12541636 Loop time of 0.018594 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:14 2021 Pair time (%) = 0.00132608 (7.13177) Neigh time (%) = 0 (0) Comm time (%) = 4.88758e-05 (0.262858) Outpt time (%) = 0.0170519 (91.7065) Other time (%) = 0.000167131 (0.898845) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:14 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 29902 5000 1.4627872e-10 12541560 29903 -0.0158274999999914 12541413.2937056 29903 5000 1.4626879e-10 12541413 Loop time of 0.01828 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:14 2021 Pair time (%) = 0.0012331 (6.74562) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.179987) Outpt time (%) = 0.016923 (92.5762) Other time (%) = 9.10759e-05 (0.498226) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:14 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 29903 5000 1.4626879e-10 12541337 29904 -0.0158274999999914 12541190.7245381 29904 5000 1.4625887e-10 12541191 Loop time of 0.0182879 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:14 2021 Pair time (%) = 0.00123096 (6.73098) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.17991) Outpt time (%) = 0.0168841 (92.3238) Other time (%) = 0.000139952 (0.76527) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:14 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 29904 5000 1.4625887e-10 12541115 29905 -0.0158274999999914 12540968.1669268 29905 5000 1.4624895e-10 12540968 Loop time of 0.0177491 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:14 2021 Pair time (%) = 0.00127101 (7.16099) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.197461) Outpt time (%) = 0.01634 (92.0613) Other time (%) = 0.000102997 (0.580294) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:14 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 29905 5000 1.4624895e-10 12540892 29906 -0.0158274999999914 12540745.6208698 29906 5000 1.4623902e-10 12540746 Loop time of 0.018527 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:14 2021 Pair time (%) = 0.00152493 (8.23081) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.199465) Outpt time (%) = 0.016788 (90.6136) Other time (%) = 0.000177145 (0.956144) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:14 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 29906 5000 1.4623902e-10 12540670 29907 -0.0158274999999914 12540523.0863657 29907 5000 1.462291e-10 12540523 Loop time of 0.0185471 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:14 2021 Pair time (%) = 0.00127912 (6.8966) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.177396) Outpt time (%) = 0.017097 (92.1817) Other time (%) = 0.000138044 (0.744292) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:14 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 29907 5000 1.462291e-10 12540447 29908 -0.0158274999999914 12540300.5634122 29908 5000 1.4621918e-10 12540301 Loop time of 0.017468 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:14 2021 Pair time (%) = 0.00123501 (7.07013) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.188355) Outpt time (%) = 0.0161059 (92.2024) Other time (%) = 9.41753e-05 (0.539131) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:14 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 29908 5000 1.4621918e-10 12540225 29909 -0.0158274999999914 12540078.0520082 29909 5000 1.4620926e-10 12540078 Loop time of 0.017314 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:14 2021 Pair time (%) = 0.00124192 (7.17296) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191407) Outpt time (%) = 0.015949 (92.1165) Other time (%) = 8.98838e-05 (0.519141) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:14 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 29909 5000 1.4620926e-10 12540002 29910 -0.0158274999999914 12539855.552152 29910 5000 1.4619934e-10 12539856 Loop time of 0.020103 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:14 2021 Pair time (%) = 0.0012939 (6.43635) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.164852) Outpt time (%) = 0.0186849 (92.9458) Other time (%) = 9.10759e-05 (0.453047) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:14 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 29910 5000 1.4619934e-10 12539780 29911 -0.0158274999999914 12539633.0638417 29911 5000 1.4618943e-10 12539633 Loop time of 0.0184031 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:14 2021 Pair time (%) = 0.00139213 (7.56465) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.205991) Outpt time (%) = 0.0168519 (91.5712) Other time (%) = 0.000121117 (0.658133) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:14 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 29911 5000 1.4618943e-10 12539557 29912 -0.0158274999999914 12539410.5870759 29912 5000 1.4617951e-10 12539411 Loop time of 0.0193489 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:14 2021 Pair time (%) = 0.00187707 (9.70119) Neigh time (%) = 0 (0) Comm time (%) = 4.31538e-05 (0.22303) Outpt time (%) = 0.017205 (88.92) Other time (%) = 0.000223637 (1.15581) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:14 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 29912 5000 1.4617951e-10 12539335 29913 -0.0158274999999914 12539188.121853 29913 5000 1.461696e-10 12539188 Loop time of 0.0184691 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:14 2021 Pair time (%) = 0.00133801 (7.24456) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.194927) Outpt time (%) = 0.016922 (91.6233) Other time (%) = 0.000173092 (0.937197) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:14 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 29913 5000 1.461696e-10 12539112 29914 -0.0158274999999914 12538965.668172 29914 5000 1.4615968e-10 12538966 Loop time of 0.019181 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:14 2021 Pair time (%) = 0.00165009 (8.60275) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.192664) Outpt time (%) = 0.017333 (90.3656) Other time (%) = 0.000160933 (0.83902) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:14 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 29914 5000 1.4615968e-10 12538890 29915 -0.0158274999999914 12538743.2260307 29915 5000 1.4614977e-10 12538743 Loop time of 0.018481 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:14 2021 Pair time (%) = 0.00130606 (7.06702) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.188351) Outpt time (%) = 0.0170031 (92.0028) Other time (%) = 0.000137091 (0.741792) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:14 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 29915 5000 1.4614977e-10 12538667 29916 -0.0158274999999914 12538520.795428 29916 5000 1.4613986e-10 12538521 Loop time of 0.0185618 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:15 2021 Pair time (%) = 0.00135612 (7.30598) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.178539) Outpt time (%) = 0.017046 (91.8334) Other time (%) = 0.0001266 (0.682046) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:15 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 29916 5000 1.4613986e-10 12538445 29917 -0.0158274999999914 12538298.3763621 29917 5000 1.4612995e-10 12538298 Loop time of 0.019099 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:15 2021 Pair time (%) = 0.00135016 (7.06929) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.183505) Outpt time (%) = 0.017565 (91.9682) Other time (%) = 0.000148773 (0.778958) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:15 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 29917 5000 1.4612995e-10 12538223 29918 -0.0158274999999914 12538075.968832 29918 5000 1.4612004e-10 12538076 Loop time of 0.0187159 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:15 2021 Pair time (%) = 0.00127006 (6.78599) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.187261) Outpt time (%) = 0.0172839 (92.349) Other time (%) = 0.000126839 (0.677707) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:15 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 29918 5000 1.4612004e-10 12538000 29919 -0.0158274999999914 12537853.572836 29919 5000 1.4611013e-10 12537854 Loop time of 0.0186269 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:15 2021 Pair time (%) = 0.0014348 (7.70284) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.209915) Outpt time (%) = 0.017029 (91.4217) Other time (%) = 0.000123978 (0.665583) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:15 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 29919 5000 1.4611013e-10 12537778 29920 -0.0158274999999914 12537631.1883727 29920 5000 1.4610023e-10 12537631 Loop time of 0.021601 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:15 2021 Pair time (%) = 0.00132394 (6.12907) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.15342) Outpt time (%) = 0.020148 (93.2738) Other time (%) = 9.58443e-05 (0.443704) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:15 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 29920 5000 1.4610023e-10 12537555 29921 -0.0158274999999914 12537408.8154407 29921 5000 1.4609032e-10 12537409 Loop time of 0.018786 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:15 2021 Pair time (%) = 0.00169587 (9.02734) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.208138) Outpt time (%) = 0.0168591 (89.7429) Other time (%) = 0.000191927 (1.02165) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:15 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 29921 5000 1.4609032e-10 12537333 29922 -0.0158274999999914 12537186.4540388 29922 5000 1.4608042e-10 12537186 Loop time of 0.0192199 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:15 2021 Pair time (%) = 0.00167799 (8.73049) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.187312) Outpt time (%) = 0.0173402 (90.2201) Other time (%) = 0.000165701 (0.862133) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:15 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 29922 5000 1.4608042e-10 12537111 29923 -0.0158274999999914 12536964.1041651 29923 5000 1.4607052e-10 12536964 Loop time of 0.0185151 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:15 2021 Pair time (%) = 0.00136018 (7.34631) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.189292) Outpt time (%) = 0.017014 (91.8927) Other time (%) = 0.000105858 (0.571738) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:15 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 29923 5000 1.4607052e-10 12536888 29924 -0.0158274999999914 12536741.7658188 29924 5000 1.4606061e-10 12536742 Loop time of 0.0191479 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:15 2021 Pair time (%) = 0.00133395 (6.96658) Neigh time (%) = 0 (0) Comm time (%) = 5.00679e-05 (0.26148) Outpt time (%) = 0.0176439 (92.1456) Other time (%) = 0.000119925 (0.626307) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:15 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 29924 5000 1.4606061e-10 12536666 29925 -0.0158274999999914 12536519.4389981 29925 5000 1.4605071e-10 12536519 Loop time of 0.0185678 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:15 2021 Pair time (%) = 0.00164199 (8.84321) Neigh time (%) = 0 (0) Comm time (%) = 4.3869e-05 (0.236264) Outpt time (%) = 0.0166879 (89.8753) Other time (%) = 0.000194073 (1.04521) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:15 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 29925 5000 1.4605071e-10 12536444 29926 -0.0158274999999914 12536297.123702 29926 5000 1.4604081e-10 12536297 Loop time of 0.018893 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:15 2021 Pair time (%) = 0.00169587 (8.97619) Neigh time (%) = 0 (0) Comm time (%) = 4.29153e-05 (0.227149) Outpt time (%) = 0.016994 (89.9486) Other time (%) = 0.000160217 (0.848024) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:15 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 29926 5000 1.4604081e-10 12536221 29927 -0.0158274999999914 12536074.8199287 29927 5000 1.4603092e-10 12536075 Loop time of 0.0188582 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:15 2021 Pair time (%) = 0.00135899 (7.20634) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.185848) Outpt time (%) = 0.0173099 (91.7898) Other time (%) = 0.000154257 (0.817983) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:15 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 29927 5000 1.4603092e-10 12535999 29928 -0.0158274999999914 12535852.5276772 29928 5000 1.4602102e-10 12535853 Loop time of 0.0186932 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:15 2021 Pair time (%) = 0.00142407 (7.61814) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.197691) Outpt time (%) = 0.0171089 (91.5248) Other time (%) = 0.000123262 (0.659397) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:15 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 29928 5000 1.4602102e-10 12535777 29929 -0.0158274999999914 12535630.2469459 29929 5000 1.4601112e-10 12535630 Loop time of 0.018239 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:15 2021 Pair time (%) = 0.00136399 (7.47843) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.197386) Outpt time (%) = 0.016732 (91.7373) Other time (%) = 0.00010705 (0.586928) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:15 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 29929 5000 1.4601112e-10 12535554 29930 -0.0158274999999914 12535407.9777339 29930 5000 1.4600123e-10 12535408 Loop time of 0.021503 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:15 2021 Pair time (%) = 0.00139189 (6.473) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.18073) Outpt time (%) = 0.0199411 (92.7364) Other time (%) = 0.00013113 (0.609824) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:15 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 29930 5000 1.4600123e-10 12535332 29931 -0.0158274999999914 12535185.7200394 29931 5000 1.4599133e-10 12535186 Loop time of 0.0188069 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:15 2021 Pair time (%) = 0.00156999 (8.34791) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.186354) Outpt time (%) = 0.017051 (90.6633) Other time (%) = 0.000150919 (0.802464) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:15 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 29931 5000 1.4599133e-10 12535110 29932 -0.0158274999999914 12534963.473862 29932 5000 1.4598144e-10 12534963 Loop time of 0.018702 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:15 2021 Pair time (%) = 0.00137877 (7.37233) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.197598) Outpt time (%) = 0.0171249 (91.567) Other time (%) = 0.000161409 (0.863058) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:15 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 29932 5000 1.4598144e-10 12534888 29933 -0.0158274999999914 12534741.2392098 29933 5000 1.4597155e-10 12534741 Loop time of 0.0191321 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:15 2021 Pair time (%) = 0.00132394 (6.91997) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.173217) Outpt time (%) = 0.0176702 (92.3585) Other time (%) = 0.000104904 (0.548314) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:15 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 29933 5000 1.4597155e-10 12534665 29934 -0.0158274999999914 12534519.0160716 29934 5000 1.4596166e-10 12534519 Loop time of 0.0184839 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:15 2021 Pair time (%) = 0.00146079 (7.90305) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.19993) Outpt time (%) = 0.0168281 (91.0418) Other time (%) = 0.000158072 (0.855186) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:15 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 29934 5000 1.4596166e-10 12534443 29935 -0.0158274999999914 12534296.8044461 29935 5000 1.4595177e-10 12534297 Loop time of 0.0186138 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:15 2021 Pair time (%) = 0.00152993 (8.21934) Neigh time (%) = 0 (0) Comm time (%) = 6.69956e-05 (0.359924) Outpt time (%) = 0.0168428 (90.4857) Other time (%) = 0.000174046 (0.935034) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:15 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 29935 5000 1.4595177e-10 12534221 29936 -0.0158274999999914 12534074.6043321 29936 5000 1.4594188e-10 12534075 Loop time of 0.018651 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:15 2021 Pair time (%) = 0.001647 (8.8306) Neigh time (%) = 0 (0) Comm time (%) = 5.07832e-05 (0.272281) Outpt time (%) = 0.016804 (90.0969) Other time (%) = 0.00014925 (0.800225) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:30:15 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 29936 5000 1.4594188e-10 12533999 29937 -0.0158274999999914 12533824.2231483 29937 5000 2.87319e-10 12534238 Loop time of 0.0181289 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:15 2021 Pair time (%) = 0.00133204 (7.34764) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.188064) Outpt time (%) = 0.0166149 (91.6489) Other time (%) = 0.00014782 (0.815382) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:15 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 29937 5000 2.87319e-10 12613811 29938 -0.0158599999999913 12613619.003246 29938 5000 2.3110349e-10 12613619 Loop time of 0.018214 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:15 2021 Pair time (%) = 0.00143194 (7.86177) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.197657) Outpt time (%) = 0.016598 (91.1277) Other time (%) = 0.000148058 (0.81288) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:15 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 29938 5000 2.3110349e-10 12613516 29939 -0.0158599999999913 12613340.2015912 29939 5000 1.9856369e-10 12613340 Loop time of 0.0186172 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:15 2021 Pair time (%) = 0.00163507 (8.78262) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.188254) Outpt time (%) = 0.0168309 (90.4055) Other time (%) = 0.00011611 (0.623671) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:15 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 29939 5000 1.9856369e-10 12613247 29940 -0.0158599999999913 12613081.3305232 29940 5000 1.7916896e-10 12613081 Loop time of 0.0217419 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:15 2021 Pair time (%) = 0.00139403 (6.41175) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.175454) Outpt time (%) = 0.0201879 (92.8524) Other time (%) = 0.000121832 (0.560356) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:15 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 29940 5000 1.7916896e-10 12612994 29941 -0.0158599999999913 12612835.1297615 29941 5000 1.6736016e-10 12612835 Loop time of 0.018321 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:15 2021 Pair time (%) = 0.00158 (8.62397) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.196502) Outpt time (%) = 0.0165751 (90.4703) Other time (%) = 0.000129938 (0.709229) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:15 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 29941 5000 1.6736016e-10 12612752 29942 -0.0158599999999913 12612596.9853414 29942 5000 1.6006214e-10 12612597 Loop time of 0.018343 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:15 2021 Pair time (%) = 0.00136614 (7.44775) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.191068) Outpt time (%) = 0.016758 (91.3591) Other time (%) = 0.000183821 (1.00213) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:15 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 29942 5000 1.6006214e-10 12612516 29943 -0.0158599999999913 12612363.9650486 29943 5000 1.5550547e-10 12612364 Loop time of 0.0190799 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:15 2021 Pair time (%) = 0.00137806 (7.22256) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.17869) Outpt time (%) = 0.017529 (91.8715) Other time (%) = 0.00013876 (0.727255) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:15 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 29943 5000 1.5550547e-10 12612285 29944 -0.0158599999999913 12612134.2054339 29944 5000 1.5264033e-10 12612134 Loop time of 0.018224 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:15 2021 Pair time (%) = 0.00138402 (7.59449) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.219789) Outpt time (%) = 0.0166719 (91.4832) Other time (%) = 0.000128031 (0.702539) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:15 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 29944 5000 1.5264033e-10 12612056 29945 -0.0158599999999913 12611906.5222564 29945 5000 1.5082973e-10 12611907 Loop time of 0.0184519 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:15 2021 Pair time (%) = 0.00156403 (8.47622) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.195108) Outpt time (%) = 0.016665 (90.3157) Other time (%) = 0.00018692 (1.01301) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:15 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 29945 5000 1.5082973e-10 12611829 29946 -0.0158599999999913 12611680.1629193 29946 5000 1.4968104e-10 12611680 Loop time of 0.0188842 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:15 2021 Pair time (%) = 0.00144482 (7.65094) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.184329) Outpt time (%) = 0.017297 (91.5953) Other time (%) = 0.000107527 (0.569401) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:15 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 29946 5000 1.4968104e-10 12611603 29947 -0.0158599999999913 12611454.6491409 29947 5000 1.4894964e-10 12611455 Loop time of 0.019093 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:15 2021 Pair time (%) = 0.00138187 (7.23758) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.183562) Outpt time (%) = 0.0175681 (92.0132) Other time (%) = 0.000108004 (0.56567) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:15 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 29947 5000 1.4894964e-10 12611378 29948 -0.0158599999999913 12611229.6769765 29948 5000 1.484821e-10 12611230 Loop time of 0.0177159 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:15 2021 Pair time (%) = 0.00126004 (7.11248) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.191102) Outpt time (%) = 0.01632 (92.1204) Other time (%) = 0.000102043 (0.575997) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:15 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 29948 5000 1.484821e-10 12611153 29949 -0.0158599999999913 12611005.0532551 29949 5000 1.4818169e-10 12611005 Loop time of 0.0176911 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:15 2021 Pair time (%) = 0.0012331 (6.97016) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.192717) Outpt time (%) = 0.0163341 (92.329) Other time (%) = 8.98838e-05 (0.508073) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:15 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 29949 5000 1.4818169e-10 12610929 29950 -0.0158599999999913 12610780.6552147 29950 5000 1.4798727e-10 12610781 Loop time of 0.020308 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:15 2021 Pair time (%) = 0.00123787 (6.09547) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.162014) Outpt time (%) = 0.0189462 (93.294) Other time (%) = 9.10759e-05 (0.448473) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:15 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 29950 5000 1.4798727e-10 12610704 29951 -0.0158599999999913 12610556.4048394 29951 5000 1.4786012e-10 12610556 Loop time of 0.0185299 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:15 2021 Pair time (%) = 0.00136495 (7.36619) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.194287) Outpt time (%) = 0.0170059 (91.7756) Other time (%) = 0.000123024 (0.663922) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:15 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 29951 5000 1.4786012e-10 12610480 29952 -0.0158599999999913 12610332.2525482 29952 5000 1.4777569e-10 12610332 Loop time of 0.0191162 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:15 2021 Pair time (%) = 0.00175405 (9.17572) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.209531) Outpt time (%) = 0.017159 (89.7617) Other time (%) = 0.000163078 (0.853091) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:15 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 29952 5000 1.4777569e-10 12610256 29953 -0.0158599999999913 12610108.1668317 29953 5000 1.4771838e-10 12610108 Loop time of 0.0184469 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:15 2021 Pair time (%) = 0.00122809 (6.65745) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.184821) Outpt time (%) = 0.0170898 (92.6433) Other time (%) = 9.48906e-05 (0.514398) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:15 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 29953 5000 1.4771838e-10 12610032 29954 -0.0158599999999913 12609884.1276648 29954 5000 1.4767831e-10 12609884 Loop time of 0.0179582 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:15 2021 Pair time (%) = 0.00124788 (6.94883) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.188524) Outpt time (%) = 0.0165811 (92.3316) Other time (%) = 9.53674e-05 (0.531053) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:15 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 29954 5000 1.4767831e-10 12609808 29955 -0.0158599999999913 12609660.1223207 29955 5000 1.4764919e-10 12609660 Loop time of 0.0176251 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:15 2021 Pair time (%) = 0.00128102 (7.26818) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.192087) Outpt time (%) = 0.0162048 (91.9418) Other time (%) = 0.000105381 (0.597903) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:15 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 29955 5000 1.4764919e-10 12609584 29956 -0.0158599999999913 12609436.1427109 29956 5000 1.4762703e-10 12609436 Loop time of 0.01843 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:16 2021 Pair time (%) = 0.00141716 (7.68942) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.190166) Outpt time (%) = 0.0168531 (91.4438) Other time (%) = 0.000124693 (0.676576) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:16 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 29956 5000 1.4762703e-10 12609360 29957 -0.0158599999999913 12609212.183695 29957 5000 1.476093e-10 12609212 Loop time of 0.0182781 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:16 2021 Pair time (%) = 0.0012331 (6.74632) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.185224) Outpt time (%) = 0.016917 (92.5532) Other time (%) = 9.41753e-05 (0.515235) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:16 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 29957 5000 1.476093e-10 12609136 29958 -0.0158599999999913 12608988.242005 29958 5000 1.4759437e-10 12608988 Loop time of 0.017936 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:16 2021 Pair time (%) = 0.00128198 (7.14751) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.18344) Outpt time (%) = 0.0165248 (92.132) Other time (%) = 9.63211e-05 (0.537027) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:16 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 29958 5000 1.4759437e-10 12608912 29959 -0.0158599999999913 12608764.3155641 29959 5000 1.4758123e-10 12608764 Loop time of 0.017689 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:16 2021 Pair time (%) = 0.00132513 (7.49127) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.192741) Outpt time (%) = 0.0162261 (91.7297) Other time (%) = 0.000103712 (0.586309) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:16 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 29959 5000 1.4758123e-10 12608688 29960 -0.0158599999999913 12608540.4030518 29960 5000 1.4756923e-10 12608540 Loop time of 0.0215621 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:16 2021 Pair time (%) = 0.00138187 (6.40881) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.171388) Outpt time (%) = 0.0200379 (92.9311) Other time (%) = 0.000105381 (0.488733) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:16 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 29960 5000 1.4756923e-10 12608464 29961 -0.0158599999999913 12608316.5036282 29961 5000 1.4755795e-10 12608317 Loop time of 0.018388 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:16 2021 Pair time (%) = 0.00123692 (6.72674) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.185413) Outpt time (%) = 0.0169969 (92.4344) Other time (%) = 0.000120163 (0.653485) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:16 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 29961 5000 1.4755795e-10 12608240 29962 -0.0158599999999913 12608092.6167595 29962 5000 1.4754712e-10 12608093 Loop time of 0.0187948 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:16 2021 Pair time (%) = 0.001405 (7.47549) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.181401) Outpt time (%) = 0.017143 (91.2116) Other time (%) = 0.000212669 (1.13153) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:16 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 29962 5000 1.4754712e-10 12608016 29963 -0.0158599999999913 12607868.7421057 29963 5000 1.4753659e-10 12607869 Loop time of 0.017818 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:16 2021 Pair time (%) = 0.00123501 (6.93125) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.184655) Outpt time (%) = 0.0164549 (92.3502) Other time (%) = 9.5129e-05 (0.533894) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:16 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 29963 5000 1.4753659e-10 12607792 29964 -0.0158599999999913 12607644.8794503 29964 5000 1.4752625e-10 12607645 Loop time of 0.0176718 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:16 2021 Pair time (%) = 0.00130796 (7.40141) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.198324) Outpt time (%) = 0.016206 (91.7055) Other time (%) = 0.000122786 (0.69481) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:16 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 29964 5000 1.4752625e-10 12607569 29965 -0.0158599999999913 12607421.0286551 29965 5000 1.4751602e-10 12607421 Loop time of 0.0188289 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:16 2021 Pair time (%) = 0.001508 (8.00896) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.176007) Outpt time (%) = 0.017164 (91.1578) Other time (%) = 0.000123739 (0.657178) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:16 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 29965 5000 1.4751602e-10 12607345 29966 -0.0158599999999913 12607197.189632 29966 5000 1.4750587e-10 12607197 Loop time of 0.0183449 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:16 2021 Pair time (%) = 0.0012331 (6.72177) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.180651) Outpt time (%) = 0.0169849 (92.5868) Other time (%) = 9.36985e-05 (0.510761) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:16 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 29966 5000 1.4750587e-10 12607121 29967 -0.0158599999999913 12606973.3623222 29967 5000 1.4749577e-10 12606973 Loop time of 0.017833 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:16 2021 Pair time (%) = 0.00124812 (6.99894) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.184499) Outpt time (%) = 0.0164561 (92.2791) Other time (%) = 9.58443e-05 (0.537455) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:16 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 29967 5000 1.4749577e-10 12606897 29968 -0.0158599999999913 12606749.5466873 29968 5000 1.474857e-10 12606750 Loop time of 0.017895 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:16 2021 Pair time (%) = 0.00128293 (7.16922) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.20118) Outpt time (%) = 0.0164731 (92.054) Other time (%) = 0.000102997 (0.575563) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:16 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 29968 5000 1.474857e-10 12606673 29969 -0.0158599999999913 12606525.7427078 29969 5000 1.4747566e-10 12606526 Loop time of 0.0187891 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:16 2021 Pair time (%) = 0.0015471 (8.23404) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.181456) Outpt time (%) = 0.0170779 (90.8929) Other time (%) = 0.000129938 (0.691563) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:16 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 29969 5000 1.4747566e-10 12606449 29970 -0.0158599999999913 12606301.950368 29970 5000 1.4746562e-10 12606302 Loop time of 0.021244 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:16 2021 Pair time (%) = 0.00127983 (6.02442) Neigh time (%) = 0 (0) Comm time (%) = 7.89165e-05 (0.371476) Outpt time (%) = 0.0197661 (93.043) Other time (%) = 0.000119209 (0.561142) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:16 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 29970 5000 1.4746562e-10 12606226 29971 -0.0158599999999913 12606078.1696576 29971 5000 1.4745559e-10 12606078 Loop time of 0.018105 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:16 2021 Pair time (%) = 0.00124097 (6.85428) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.183044) Outpt time (%) = 0.0167358 (92.4373) Other time (%) = 9.5129e-05 (0.525429) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:16 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 29971 5000 1.4745559e-10 12606002 29972 -0.0158599999999913 12605854.4005695 29972 5000 1.4744557e-10 12605854 Loop time of 0.01754 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:16 2021 Pair time (%) = 0.0012362 (7.0479) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.187582) Outpt time (%) = 0.016175 (92.2181) Other time (%) = 9.58443e-05 (0.546433) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:16 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 29972 5000 1.4744557e-10 12605778 29973 -0.0158599999999913 12605630.6430991 29973 5000 1.4743556e-10 12605631 Loop time of 0.0180531 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:16 2021 Pair time (%) = 0.00149894 (8.30296) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.215267) Outpt time (%) = 0.0163109 (90.35) Other time (%) = 0.000204325 (1.1318) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:16 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 29973 5000 1.4743556e-10 12605554 29974 -0.0158599999999913 12605406.8972425 29974 5000 1.4742554e-10 12605407 Loop time of 0.0184309 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:16 2021 Pair time (%) = 0.00135994 (7.37857) Neigh time (%) = 0 (0) Comm time (%) = 4.91142e-05 (0.266477) Outpt time (%) = 0.016907 (91.7315) Other time (%) = 0.000114918 (0.623504) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:16 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 29974 5000 1.4742554e-10 12605331 29975 -0.0158599999999913 12605183.1629971 29975 5000 1.4741553e-10 12605183 Loop time of 0.018507 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:16 2021 Pair time (%) = 0.00134492 (7.26708) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.194527) Outpt time (%) = 0.0170228 (91.9806) Other time (%) = 0.000103235 (0.557817) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:16 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 29975 5000 1.4741553e-10 12605107 29976 -0.0158599999999913 12604959.4403605 29976 5000 1.4740552e-10 12604959 Loop time of 0.0180681 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:16 2021 Pair time (%) = 0.00139093 (7.6983) Neigh time (%) = 0 (0) Comm time (%) = 3.98159e-05 (0.220366) Outpt time (%) = 0.0165322 (91.4994) Other time (%) = 0.000105143 (0.581925) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:16 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 29976 5000 1.4740552e-10 12604883 29977 -0.0158599999999913 12604735.7293312 29977 5000 1.4739552e-10 12604736 Loop time of 0.0175869 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:16 2021 Pair time (%) = 0.00128412 (7.30157) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.199282) Outpt time (%) = 0.0161638 (91.9081) Other time (%) = 0.000103951 (0.591066) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:16 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 29977 5000 1.4739552e-10 12604659 29978 -0.0158599999999913 12604512.0299071 29978 5000 1.4738551e-10 12604512 Loop time of 0.018605 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:16 2021 Pair time (%) = 0.00134897 (7.25059) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.274236) Outpt time (%) = 0.0170779 (91.7921) Other time (%) = 0.000127077 (0.683027) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:16 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 29978 5000 1.4738551e-10 12604436 29979 -0.0158599999999913 12604288.342087 29979 5000 1.4737551e-10 12604288 Loop time of 0.0183229 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:16 2021 Pair time (%) = 0.00122905 (6.7077) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.180867) Outpt time (%) = 0.0169671 (92.6001) Other time (%) = 9.36985e-05 (0.511373) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:16 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 29979 5000 1.4737551e-10 12604212 29980 -0.0158599999999913 12604064.6658695 29980 5000 1.473655e-10 12604065 Loop time of 0.0211551 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:16 2021 Pair time (%) = 0.00124502 (5.8852) Neigh time (%) = 0 (0) Comm time (%) = 5.31673e-05 (0.251321) Outpt time (%) = 0.0197551 (93.3822) Other time (%) = 0.000101805 (0.48123) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:16 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 29980 5000 1.473655e-10 12603988 29981 -0.0158599999999913 12603841.0012528 29981 5000 1.473555e-10 12603841 Loop time of 0.0174861 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:16 2021 Pair time (%) = 0.00123405 (7.05735) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.18816) Outpt time (%) = 0.0161252 (92.2173) Other time (%) = 9.39369e-05 (0.537209) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:16 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 29981 5000 1.473555e-10 12603765 29982 -0.0158599999999913 12603617.3482362 29982 5000 1.473455e-10 12603617 Loop time of 0.0179958 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:16 2021 Pair time (%) = 0.00146699 (8.15183) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.205352) Outpt time (%) = 0.016382 (91.0321) Other time (%) = 0.000109911 (0.610758) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:16 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 29982 5000 1.473455e-10 12603541 29983 -0.0158599999999913 12603393.706821 29983 5000 1.473355e-10 12603394 Loop time of 0.0182722 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:16 2021 Pair time (%) = 0.00130701 (7.15302) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.186589) Outpt time (%) = 0.0168271 (92.0915) Other time (%) = 0.000103951 (0.568901) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:16 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 29983 5000 1.473355e-10 12603317 29984 -0.0158599999999913 12603170.0770821 29984 5000 1.473255e-10 12603170 Loop time of 0.0184078 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:16 2021 Pair time (%) = 0.0012629 (6.86069) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.260336) Outpt time (%) = 0.016916 (91.8959) Other time (%) = 0.00018096 (0.983059) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:16 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 29984 5000 1.473255e-10 12603094 29985 -0.0158599999999913 12602946.458993 29985 5000 1.4731551e-10 12602946 Loop time of 0.0186028 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:16 2021 Pair time (%) = 0.00123096 (6.61703) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.176864) Outpt time (%) = 0.0172291 (92.6153) Other time (%) = 0.000109911 (0.590829) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:16 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 29985 5000 1.4731551e-10 12602870 29986 -0.0158599999999913 12602722.8525357 29986 5000 1.4730551e-10 12602723 Loop time of 0.0177748 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:16 2021 Pair time (%) = 0.00130296 (7.33036) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.195834) Outpt time (%) = 0.0163338 (91.893) Other time (%) = 0.000103235 (0.580795) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:16 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 29986 5000 1.4730551e-10 12602647 29987 -0.0158599999999913 12602499.2577023 29987 5000 1.4729552e-10 12602499 Loop time of 0.018281 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:16 2021 Pair time (%) = 0.00166512 (9.10846) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.191716) Outpt time (%) = 0.0164521 (89.9956) Other time (%) = 0.000128746 (0.704262) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:16 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 29987 5000 1.4729552e-10 12602423 29988 -0.0158599999999913 12602275.6744875 29988 5000 1.4728552e-10 12602276 Loop time of 0.0183821 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:16 2021 Pair time (%) = 0.00127912 (6.9585) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.180285) Outpt time (%) = 0.016974 (92.3398) Other time (%) = 9.58443e-05 (0.521401) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:16 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 29988 5000 1.4728552e-10 12602199 29989 -0.0158599999999913 12602052.1028871 29989 5000 1.4727553e-10 12602052 Loop time of 0.0174851 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:16 2021 Pair time (%) = 0.00123715 (7.07546) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.18817) Outpt time (%) = 0.0160961 (92.056) Other time (%) = 0.000118971 (0.680411) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:16 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 29989 5000 1.4727553e-10 12601976 29990 -0.0158599999999913 12601828.5428981 29990 5000 1.4726554e-10 12601829 Loop time of 0.0202482 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:16 2021 Pair time (%) = 0.00127292 (6.28658) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.16367) Outpt time (%) = 0.0188532 (93.1106) Other time (%) = 8.89301e-05 (0.439201) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:16 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 29990 5000 1.4726554e-10 12601752 29991 -0.0158599999999913 12601604.9945177 29991 5000 1.4725555e-10 12601605 Loop time of 0.018096 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:16 2021 Pair time (%) = 0.00123 (6.7971) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.181818) Outpt time (%) = 0.0167429 (92.5231) Other time (%) = 9.01222e-05 (0.498024) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:16 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 29991 5000 1.4725555e-10 12601529 29992 -0.0158599999999913 12601381.4577431 29992 5000 1.4724556e-10 12601381 Loop time of 0.017827 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:16 2021 Pair time (%) = 0.0012691 (7.11898) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.196598) Outpt time (%) = 0.016418 (92.096) Other time (%) = 0.000104904 (0.588456) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:16 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 29992 5000 1.4724556e-10 12601305 29993 -0.0158599999999913 12601157.9325721 29993 5000 1.4723557e-10 12601158 Loop time of 0.0183871 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:16 2021 Pair time (%) = 0.00130701 (7.10831) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.189313) Outpt time (%) = 0.0169351 (92.1033) Other time (%) = 0.000110149 (0.599059) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:16 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 29993 5000 1.4723557e-10 12601082 29994 -0.0158599999999913 12600934.4190405 29994 5000 1.4722559e-10 12600934 Loop time of 0.0185211 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:16 2021 Pair time (%) = 0.00133896 (7.22938) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.19438) Outpt time (%) = 0.0170431 (92.0201) Other time (%) = 0.000102997 (0.556106) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:16 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 29994 5000 1.4722559e-10 12600858 29995 -0.0158599999999913 12600710.9171121 29995 5000 1.472156e-10 12600711 Loop time of 0.0182619 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:16 2021 Pair time (%) = 0.0012331 (6.75231) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.180166) Outpt time (%) = 0.0169039 (92.5636) Other time (%) = 9.20296e-05 (0.503943) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:16 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 29995 5000 1.472156e-10 12600635 29996 -0.0158599999999913 12600487.4267841 29996 5000 1.4720562e-10 12600487 Loop time of 0.0177629 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:17 2021 Pair time (%) = 0.00128007 (7.20642) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.190596) Outpt time (%) = 0.01635 (92.046) Other time (%) = 9.89437e-05 (0.557025) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:17 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 29996 5000 1.4720562e-10 12600411 29997 -0.0158599999999913 12600263.948055 29997 5000 1.4719563e-10 12600264 Loop time of 0.0183899 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:17 2021 Pair time (%) = 0.00177908 (9.6742) Neigh time (%) = 0 (0) Comm time (%) = 9.01222e-05 (0.490063) Outpt time (%) = 0.0163641 (88.984) Other time (%) = 0.000156641 (0.851776) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:17 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 29997 5000 1.4719563e-10 12600188 29998 -0.0158599999999913 12600040.4809225 29998 5000 1.4718565e-10 12600040 Loop time of 0.018301 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:17 2021 Pair time (%) = 0.00127912 (6.98932) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.181084) Outpt time (%) = 0.0168941 (92.3124) Other time (%) = 9.46522e-05 (0.517196) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:17 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 29998 5000 1.4718565e-10 12599964 29999 -0.0158599999999913 12599817.0253851 29999 5000 1.4717567e-10 12599817 Loop time of 0.0187581 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:17 2021 Pair time (%) = 0.00127983 (6.82283) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.176672) Outpt time (%) = 0.0173509 (92.4984) Other time (%) = 9.41753e-05 (0.502053) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:17 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 29999 5000 1.4717567e-10 12599741 30000 -0.0158599999999913 12599593.5814409 30000 5000 1.4716569e-10 12599594 Loop time of 0.0205209 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:17 2021 Pair time (%) = 0.00134611 (6.5597) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.170789) Outpt time (%) = 0.018996 (92.5689) Other time (%) = 0.000143766 (0.700584) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:17 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 30000 5000 1.4716569e-10 12599517 30001 -0.0158599999999913 12599370.1490878 30001 5000 1.4715571e-10 12599370 Loop time of 0.0178969 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:17 2021 Pair time (%) = 0.00131917 (7.37095) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.201159) Outpt time (%) = 0.0164371 (91.8431) Other time (%) = 0.000104666 (0.584826) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:17 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 30001 5000 1.4715571e-10 12599294 30002 -0.0158599999999913 12599146.7283247 30002 5000 1.4714574e-10 12599147 Loop time of 0.0182228 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:17 2021 Pair time (%) = 0.00133204 (7.30977) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.181861) Outpt time (%) = 0.0167558 (91.9497) Other time (%) = 0.000101805 (0.558667) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:17 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 30002 5000 1.4714574e-10 12599071 30003 -0.0158599999999913 12598923.3191496 30003 5000 1.4713576e-10 12598923 Loop time of 0.018369 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:17 2021 Pair time (%) = 0.00127101 (6.91933) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.179116) Outpt time (%) = 0.016969 (92.3785) Other time (%) = 9.60827e-05 (0.523071) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:17 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 30003 5000 1.4713576e-10 12598847 30004 -0.0158599999999913 12598699.9215895 30004 5000 1.4712579e-10 12598700 Loop time of 0.0183392 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:17 2021 Pair time (%) = 0.00123405 (6.72907) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.184607) Outpt time (%) = 0.0169768 (92.5715) Other time (%) = 9.44138e-05 (0.514821) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:17 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 30004 5000 1.4712579e-10 12598624 30005 -0.0158599999999913 12598476.5356879 30005 5000 1.4711581e-10 12598477 Loop time of 0.0176871 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:17 2021 Pair time (%) = 0.00125217 (7.0796) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.196805) Outpt time (%) = 0.0162959 (92.1345) Other time (%) = 0.000104189 (0.589068) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:17 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 30005 5000 1.4711581e-10 12598400 30006 -0.0158599999999913 12598253.1614108 30006 5000 1.4710584e-10 12598253 Loop time of 0.0181601 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:17 2021 Pair time (%) = 0.00152206 (8.38136) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.18774) Outpt time (%) = 0.0164211 (90.4239) Other time (%) = 0.000182867 (1.00697) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:17 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 30006 5000 1.4710584e-10 12598177 30007 -0.0158599999999913 12598029.798747 30007 5000 1.4709587e-10 12598030 Loop time of 0.0182688 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:17 2021 Pair time (%) = 0.00123096 (6.73801) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.180098) Outpt time (%) = 0.0169108 (92.5664) Other time (%) = 9.41753e-05 (0.515498) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:17 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 30007 5000 1.4709587e-10 12597954 30008 -0.0158599999999913 12597806.4476902 30008 5000 1.470859e-10 12597806 Loop time of 0.018075 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:17 2021 Pair time (%) = 0.00123119 (6.81159) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.187305) Outpt time (%) = 0.016685 (92.3099) Other time (%) = 0.000124931 (0.691183) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:17 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 30008 5000 1.470859e-10 12597730 30009 -0.0158599999999913 12597583.1082354 30009 5000 1.4707593e-10 12597583 Loop time of 0.0182209 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:17 2021 Pair time (%) = 0.00128412 (7.04752) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.197582) Outpt time (%) = 0.016798 (92.1909) Other time (%) = 0.000102758 (0.563959) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:17 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 30009 5000 1.4707593e-10 12597507 30010 -0.0158599999999913 12597359.7803794 30010 5000 1.4706596e-10 12597360 Loop time of 0.021868 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:17 2021 Pair time (%) = 0.00135016 (6.17416) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.174442) Outpt time (%) = 0.0203381 (93.0038) Other time (%) = 0.000141621 (0.647616) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:17 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 30010 5000 1.4706596e-10 12597284 30011 -0.0158599999999913 12597136.4641189 30011 5000 1.4705599e-10 12597136 Loop time of 0.0186739 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:17 2021 Pair time (%) = 0.00145197 (7.77539) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.199173) Outpt time (%) = 0.017035 (91.2236) Other time (%) = 0.000149727 (0.801798) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:17 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 30011 5000 1.4705599e-10 12597060 30012 -0.0158599999999913 12596913.1594508 30012 5000 1.4704603e-10 12596913 Loop time of 0.0186641 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:17 2021 Pair time (%) = 0.00131392 (7.03984) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.19289) Outpt time (%) = 0.0172129 (92.2244) Other time (%) = 0.000101328 (0.542902) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:17 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 30012 5000 1.4704603e-10 12596837 30013 -0.0158599999999913 12596689.8663705 30013 5000 1.4703606e-10 12596690 Loop time of 0.0192111 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:17 2021 Pair time (%) = 0.00163293 (8.49994) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.17747) Outpt time (%) = 0.0173919 (90.5308) Other time (%) = 0.000152111 (0.791789) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:17 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 30013 5000 1.4703606e-10 12596614 30014 -0.0158599999999913 12596466.5848524 30014 5000 1.470261e-10 12596467 Loop time of 0.0183699 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:17 2021 Pair time (%) = 0.00135493 (7.37583) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.18949) Outpt time (%) = 0.0168619 (91.7909) Other time (%) = 0.000118256 (0.643746) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:17 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 30014 5000 1.470261e-10 12596390 30015 -0.0158599999999913 12596243.3149176 30015 5000 1.4701614e-10 12596243 Loop time of 0.0187531 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:17 2021 Pair time (%) = 0.0015831 (8.44182) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.197061) Outpt time (%) = 0.017009 (90.7) Other time (%) = 0.000123978 (0.661107) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:17 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 30015 5000 1.4701614e-10 12596167 30016 -0.0158599999999913 12596020.0565636 30016 5000 1.4700618e-10 12596020 Loop time of 0.019017 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:17 2021 Pair time (%) = 0.00170016 (8.94024) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.184296) Outpt time (%) = 0.0171762 (90.3201) Other time (%) = 0.000105619 (0.555395) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:17 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 30016 5000 1.4700618e-10 12595944 30017 -0.0158599999999913 12595796.809789 30017 5000 1.4699622e-10 12595797 Loop time of 0.019069 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:17 2021 Pair time (%) = 0.00139618 (7.32174) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.183794) Outpt time (%) = 0.017529 (91.9243) Other time (%) = 0.000108719 (0.570135) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:17 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 30017 5000 1.4699622e-10 12595721 30018 -0.0158599999999913 12595573.5745918 30018 5000 1.4698626e-10 12595574 Loop time of 0.0188091 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:17 2021 Pair time (%) = 0.00134897 (7.17192) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.186333) Outpt time (%) = 0.017318 (92.0726) Other time (%) = 0.00010705 (0.56914) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:17 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 30018 5000 1.4698626e-10 12595497 30019 -0.0158599999999913 12595350.3509703 30019 5000 1.469763e-10 12595350 Loop time of 0.018748 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:17 2021 Pair time (%) = 0.00174308 (9.29739) Neigh time (%) = 0 (0) Comm time (%) = 6.81877e-05 (0.363706) Outpt time (%) = 0.0167239 (89.2033) Other time (%) = 0.000212908 (1.13563) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:17 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 30019 5000 1.469763e-10 12595274 30020 -0.0158599999999913 12595127.1389229 30020 5000 1.4696635e-10 12595127 Loop time of 0.0214181 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:17 2021 Pair time (%) = 0.00141978 (6.62889) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.168088) Outpt time (%) = 0.0198359 (92.613) Other time (%) = 0.000126362 (0.589977) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:17 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 30020 5000 1.4696635e-10 12595051 30021 -0.0158599999999913 12594903.9384515 30021 5000 1.4695639e-10 12594904 Loop time of 0.0190561 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:17 2021 Pair time (%) = 0.00161195 (8.45897) Neigh time (%) = 0 (0) Comm time (%) = 6.10352e-05 (0.320292) Outpt time (%) = 0.017138 (89.9346) Other time (%) = 0.000245094 (1.28617) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:17 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 30021 5000 1.4695639e-10 12594828 30022 -0.0158599999999913 12594680.7495556 30022 5000 1.4694644e-10 12594681 Loop time of 0.0186789 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:17 2021 Pair time (%) = 0.00134802 (7.2168) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.187632) Outpt time (%) = 0.0171909 (92.034) Other time (%) = 0.000104904 (0.561618) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:17 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 30022 5000 1.4694644e-10 12594605 30023 -0.0158599999999913 12594457.5722294 30023 5000 1.4693648e-10 12594458 Loop time of 0.0191689 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:17 2021 Pair time (%) = 0.00165415 (8.62935) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.21393) Outpt time (%) = 0.0172818 (90.1555) Other time (%) = 0.000191927 (1.00124) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:17 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 30023 5000 1.4693648e-10 12594381 30024 -0.0158599999999913 12594234.406471 30024 5000 1.4692653e-10 12594234 Loop time of 0.0184031 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:17 2021 Pair time (%) = 0.00127697 (6.9389) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.185262) Outpt time (%) = 0.0169458 (92.0817) Other time (%) = 0.000146151 (0.794165) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:17 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 30024 5000 1.4692653e-10 12594158 30025 -0.0158599999999913 12594011.2522792 30025 5000 1.4691658e-10 12594011 Loop time of 0.0187271 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:17 2021 Pair time (%) = 0.00143099 (7.64128) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.2037) Outpt time (%) = 0.0171292 (91.4675) Other time (%) = 0.000128746 (0.687486) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:17 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 30025 5000 1.4691658e-10 12593935 30026 -0.0158599999999913 12593788.1096519 30026 5000 1.4690663e-10 12593788 Loop time of 0.0188329 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:17 2021 Pair time (%) = 0.00144315 (7.6629) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.186097) Outpt time (%) = 0.0172009 (91.3345) Other time (%) = 0.00015378 (0.816549) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:17 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 30026 5000 1.4690663e-10 12593712 30027 -0.0158599999999913 12593564.9785881 30027 5000 1.4689668e-10 12593565 Loop time of 0.0189152 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:17 2021 Pair time (%) = 0.0015111 (7.98881) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.206716) Outpt time (%) = 0.017231 (91.0961) Other time (%) = 0.000133991 (0.70838) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:17 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 30027 5000 1.4689668e-10 12593489 30028 -0.0158599999999913 12593341.8590863 30028 5000 1.4688674e-10 12593342 Loop time of 0.0190051 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:17 2021 Pair time (%) = 0.00141501 (7.44546) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.184412) Outpt time (%) = 0.017391 (91.507) Other time (%) = 0.000164032 (0.863096) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:17 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 30028 5000 1.4688674e-10 12593266 30029 -0.0158599999999913 12593118.7511445 30029 5000 1.4687679e-10 12593119 Loop time of 0.0180349 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:17 2021 Pair time (%) = 0.00129795 (7.19687) Neigh time (%) = 0 (0) Comm time (%) = 6.60419e-05 (0.366189) Outpt time (%) = 0.0165529 (91.7826) Other time (%) = 0.000118017 (0.654381) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:17 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 30029 5000 1.4687679e-10 12593043 30030 -0.0158599999999913 12592895.6547618 30030 5000 1.4686685e-10 12592896 Loop time of 0.0203152 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:17 2021 Pair time (%) = 0.00124002 (6.10389) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.161957) Outpt time (%) = 0.018949 (93.2753) Other time (%) = 9.32217e-05 (0.458877) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:17 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 30030 5000 1.4686685e-10 12592820 30031 -0.0158599999999913 12592672.5699363 30031 5000 1.468569e-10 12592673 Loop time of 0.017566 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:17 2021 Pair time (%) = 0.00123501 (7.03069) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.187304) Outpt time (%) = 0.0162082 (92.2703) Other time (%) = 8.98838e-05 (0.511693) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:17 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 30031 5000 1.468569e-10 12592596 30032 -0.0158599999999913 12592449.4966667 30032 5000 1.4684696e-10 12592449 Loop time of 0.018384 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:17 2021 Pair time (%) = 0.00123692 (6.72823) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.17897) Outpt time (%) = 0.017025 (92.6078) Other time (%) = 8.91685e-05 (0.485034) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:17 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 30032 5000 1.4684696e-10 12592373 30033 -0.0158599999999913 12592226.4349516 30033 5000 1.4683702e-10 12592226 Loop time of 0.0191588 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:17 2021 Pair time (%) = 0.00178909 (9.33821) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.197865) Outpt time (%) = 0.017175 (89.6451) Other time (%) = 0.000156879 (0.818836) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:17 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 30033 5000 1.4683702e-10 12592150 30034 -0.0158599999999913 12592003.3847895 30034 5000 1.4682708e-10 12592003 Loop time of 0.0184891 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:17 2021 Pair time (%) = 0.001297 (7.01492) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.188268) Outpt time (%) = 0.017056 (92.2488) Other time (%) = 0.000101328 (0.548041) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:17 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 30034 5000 1.4682708e-10 12591927 30035 -0.0158599999999913 12591780.3461792 30035 5000 1.4681714e-10 12591780 Loop time of 0.019017 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:17 2021 Pair time (%) = 0.00164294 (8.63934) Neigh time (%) = 0 (0) Comm time (%) = 4.19617e-05 (0.220654) Outpt time (%) = 0.0171301 (90.0781) Other time (%) = 0.000201941 (1.0619) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:17 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 30035 5000 1.4681714e-10 12591704 30036 -0.0158599999999913 12591557.3191189 30036 5000 1.468072e-10 12591557 Loop time of 0.0189428 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:18 2021 Pair time (%) = 0.00153708 (8.11433) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.190052) Outpt time (%) = 0.0172079 (90.841) Other time (%) = 0.000161886 (0.854604) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:18 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 30036 5000 1.468072e-10 12591481 30037 -0.0158599999999913 12591334.3036076 30037 5000 1.4679727e-10 12591334 Loop time of 0.0190129 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:18 2021 Pair time (%) = 0.00154591 (8.13082) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.205653) Outpt time (%) = 0.017262 (90.7908) Other time (%) = 0.000165939 (0.872771) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:30:18 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 30037 5000 1.4679727e-10 12591258 30038 -0.0158599999999913 12591083.0371474 30038 5000 2.8899221e-10 12591499 Loop time of 0.01828 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:18 2021 Pair time (%) = 0.00131607 (7.1995) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.191726) Outpt time (%) = 0.0167749 (91.7662) Other time (%) = 0.000154018 (0.84255) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:18 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 30038 5000 2.8899221e-10 12671216 30039 -0.0158924999999913 12671023.4469019 30039 5000 2.3244971e-10 12671023 Loop time of 0.0183902 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:18 2021 Pair time (%) = 0.00173593 (9.43942) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.190577) Outpt time (%) = 0.0164871 (89.6518) Other time (%) = 0.000132084 (0.718231) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:18 2021 Memory usage per processor = 27.5527 Mbytes Step Atoms AVEKE stressZZ 30039 5000 2.3244971e-10 12670920 30040 -0.0158924999999913 12670743.6007946 30040 5000 1.9972076e-10 12670744 Loop time of 0.021059 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:18 2021 Pair time (%) = 0.00135493 (6.43397) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.176614) Outpt time (%) = 0.0195501 (92.8347) Other time (%) = 0.000116825 (0.55475) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:18 2021 Memory usage per processor = 27.5528 Mbytes Step Atoms AVEKE stressZZ 30040 5000 1.9972076e-10 12670650 30041 -0.0158924999999913 12670483.7661235 30041 5000 1.8021334e-10 12670484 Loop time of 0.0189102 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:18 2021 Pair time (%) = 0.00177598 (9.39167) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.20677) Outpt time (%) = 0.016963 (89.7031) Other time (%) = 0.000132084 (0.698481) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:18 2021 Memory usage per processor = 27.5528 Mbytes Step Atoms AVEKE stressZZ 30041 5000 1.8021334e-10 12670396 30042 -0.0158924999999913 12670236.653148 30042 5000 1.6833595e-10 12670237 Loop time of 0.018481 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:18 2021 Pair time (%) = 0.00136185 (7.3689) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.194801) Outpt time (%) = 0.0169611 (91.7758) Other time (%) = 0.00012207 (0.660517) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:18 2021 Memory usage per processor = 27.5528 Mbytes Step Atoms AVEKE stressZZ 30042 5000 1.6833595e-10 12670153 30043 -0.0158924999999913 12669997.629182 30043 5000 1.6099556e-10 12669998 Loop time of 0.0191581 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:18 2021 Pair time (%) = 0.00136709 (7.13583) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.182938) Outpt time (%) = 0.017606 (91.8985) Other time (%) = 0.000149965 (0.782776) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:18 2021 Memory usage per processor = 27.5528 Mbytes Step Atoms AVEKE stressZZ 30043 5000 1.6099556e-10 12669917 30044 -0.0158924999999913 12669763.7501132 30044 5000 1.5641243e-10 12669764 Loop time of 0.0187869 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:18 2021 Pair time (%) = 0.00134706 (7.17023) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.197975) Outpt time (%) = 0.0172889 (92.0264) Other time (%) = 0.000113726 (0.605345) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:18 2021 Memory usage per processor = 27.5528 Mbytes Step Atoms AVEKE stressZZ 30044 5000 1.5641243e-10 12669684 30045 -0.0158924999999913 12669533.1449302 30045 5000 1.5353067e-10 12669533 Loop time of 0.018671 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:18 2021 Pair time (%) = 0.00155497 (8.32823) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.181326) Outpt time (%) = 0.016952 (90.7932) Other time (%) = 0.000130177 (0.697211) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:18 2021 Memory usage per processor = 27.5528 Mbytes Step Atoms AVEKE stressZZ 30045 5000 1.5353067e-10 12669455 30046 -0.0158924999999913 12669304.6245873 30046 5000 1.5170957e-10 12669305 Loop time of 0.01862 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:18 2021 Pair time (%) = 0.00151515 (8.13721) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.20359) Outpt time (%) = 0.016901 (90.768) Other time (%) = 0.000165939 (0.891188) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:18 2021 Memory usage per processor = 27.5528 Mbytes Step Atoms AVEKE stressZZ 30046 5000 1.5170957e-10 12669227 30047 -0.0158924999999913 12669077.4334334 30047 5000 1.5055422e-10 12669077 Loop time of 0.0190358 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:18 2021 Pair time (%) = 0.00133491 (7.0126) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.172841) Outpt time (%) = 0.0175538 (92.2146) Other time (%) = 0.000114202 (0.599935) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:18 2021 Memory usage per processor = 27.5528 Mbytes Step Atoms AVEKE stressZZ 30047 5000 1.5055422e-10 12669000 30048 -0.0158924999999913 12668851.0912443 30048 5000 1.4981859e-10 12668851 Loop time of 0.0185769 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:18 2021 Pair time (%) = 0.00139403 (7.50414) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.193796) Outpt time (%) = 0.0170169 (91.6026) Other time (%) = 0.000129938 (0.699462) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:18 2021 Memory usage per processor = 27.5528 Mbytes Step Atoms AVEKE stressZZ 30048 5000 1.4981859e-10 12668774 30049 -0.0158924999999913 12668625.2928369 30049 5000 1.4934834e-10 12668625 Loop time of 0.01912 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:18 2021 Pair time (%) = 0.00133109 (6.96178) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.177068) Outpt time (%) = 0.017626 (92.1865) Other time (%) = 0.000128984 (0.674606) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:18 2021 Memory usage per processor = 27.5528 Mbytes Step Atoms AVEKE stressZZ 30049 5000 1.4934834e-10 12668548 30050 -0.0158924999999913 12668399.8442624 30050 5000 1.490462e-10 12668400 Loop time of 0.0213301 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:18 2021 Pair time (%) = 0.00130582 (6.12195) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.158721) Outpt time (%) = 0.0198851 (93.2253) Other time (%) = 0.000105381 (0.494048) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:18 2021 Memory usage per processor = 27.5528 Mbytes Step Atoms AVEKE stressZZ 30050 5000 1.490462e-10 12668323 30051 -0.0158924999999913 12668174.6222601 30051 5000 1.4885066e-10 12668175 Loop time of 0.0188601 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:18 2021 Pair time (%) = 0.00124097 (6.57986) Neigh time (%) = 0 (0) Comm time (%) = 4.91142e-05 (0.260413) Outpt time (%) = 0.0174539 (92.5441) Other time (%) = 0.00011611 (0.615637) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:18 2021 Memory usage per processor = 27.5528 Mbytes Step Atoms AVEKE stressZZ 30051 5000 1.4885066e-10 12668098 30052 -0.0158924999999913 12667949.5484971 30052 5000 1.4872278e-10 12667950 Loop time of 0.0182149 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:18 2021 Pair time (%) = 0.00123501 (6.78019) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.180631) Outpt time (%) = 0.0168529 (92.5222) Other time (%) = 9.41753e-05 (0.517022) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:18 2021 Memory usage per processor = 27.5528 Mbytes Step Atoms AVEKE stressZZ 30052 5000 1.4872278e-10 12667873 30053 -0.0158924999999913 12667724.5731917 30053 5000 1.4863787e-10 12667725 Loop time of 0.017766 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:18 2021 Pair time (%) = 0.00123596 (6.9569) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.186537) Outpt time (%) = 0.0164008 (92.3157) Other time (%) = 9.60827e-05 (0.540823) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:18 2021 Memory usage per processor = 27.5528 Mbytes Step Atoms AVEKE stressZZ 30053 5000 1.4863787e-10 12667648 30054 -0.0158924999999913 12667499.6647063 30054 5000 1.4858024e-10 12667500 Loop time of 0.0189071 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:18 2021 Pair time (%) = 0.00141001 (7.45757) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.269854) Outpt time (%) = 0.0173151 (91.5803) Other time (%) = 0.000130892 (0.69229) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:18 2021 Memory usage per processor = 27.5528 Mbytes Step Atoms AVEKE stressZZ 30054 5000 1.4858024e-10 12667423 30055 -0.0158924999999913 12667274.802937 30055 5000 1.4853994e-10 12667275 Loop time of 0.018398 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:18 2021 Pair time (%) = 0.001333 (7.24533) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.200863) Outpt time (%) = 0.0168731 (91.7115) Other time (%) = 0.000154972 (0.842329) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:18 2021 Memory usage per processor = 27.5528 Mbytes Step Atoms AVEKE stressZZ 30055 5000 1.4853994e-10 12667198 30056 -0.0158924999999913 12667049.9751188 30056 5000 1.4851067e-10 12667050 Loop time of 0.018147 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:18 2021 Pair time (%) = 0.00127411 (7.02105) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.182621) Outpt time (%) = 0.016746 (92.28) Other time (%) = 9.36985e-05 (0.516331) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:18 2021 Memory usage per processor = 27.5528 Mbytes Step Atoms AVEKE stressZZ 30056 5000 1.4851067e-10 12666973 30057 -0.0158924999999913 12666825.1731157 30057 5000 1.4848839e-10 12666825 Loop time of 0.0180271 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:18 2021 Pair time (%) = 0.00127602 (7.07834) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.182513) Outpt time (%) = 0.016624 (92.2167) Other time (%) = 9.41753e-05 (0.522411) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:18 2021 Memory usage per processor = 27.5528 Mbytes Step Atoms AVEKE stressZZ 30057 5000 1.4848839e-10 12666748 30058 -0.0158924999999913 12666600.3917656 30058 5000 1.4847056e-10 12666600 Loop time of 0.0177491 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:18 2021 Pair time (%) = 0.00131488 (7.40815) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.197461) Outpt time (%) = 0.016233 (91.4581) Other time (%) = 0.000166178 (0.936262) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:18 2021 Memory usage per processor = 27.5528 Mbytes Step Atoms AVEKE stressZZ 30058 5000 1.4847056e-10 12666524 30059 -0.0158924999999913 12666375.627788 30059 5000 1.4845555e-10 12666376 Loop time of 0.0183129 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:18 2021 Pair time (%) = 0.00136185 (7.43653) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.184872) Outpt time (%) = 0.016809 (91.7875) Other time (%) = 0.000108242 (0.591069) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:18 2021 Memory usage per processor = 27.5528 Mbytes Step Atoms AVEKE stressZZ 30059 5000 1.4845555e-10 12666299 30060 -0.0158924999999913 12666150.8790978 30060 5000 1.4844235e-10 12666151 Loop time of 0.021198 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:18 2021 Pair time (%) = 0.00127411 (6.0105) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.156336) Outpt time (%) = 0.0197971 (93.3911) Other time (%) = 9.36985e-05 (0.442015) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:18 2021 Memory usage per processor = 27.5528 Mbytes Step Atoms AVEKE stressZZ 30060 5000 1.4844235e-10 12666074 30061 -0.0158924999999913 12665926.1443686 30061 5000 1.4843028e-10 12665926 Loop time of 0.0184231 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:18 2021 Pair time (%) = 0.00128698 (6.98571) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.183766) Outpt time (%) = 0.0170081 (92.3193) Other time (%) = 9.41753e-05 (0.511181) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:18 2021 Memory usage per processor = 27.5528 Mbytes Step Atoms AVEKE stressZZ 30061 5000 1.4843028e-10 12665849 30062 -0.0158924999999913 12665701.4227577 30062 5000 1.4841894e-10 12665701 Loop time of 0.0176771 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:18 2021 Pair time (%) = 0.0012989 (7.34796) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.20366) Outpt time (%) = 0.016243 (91.8873) Other time (%) = 9.91821e-05 (0.561078) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:18 2021 Memory usage per processor = 27.5528 Mbytes Step Atoms AVEKE stressZZ 30062 5000 1.4841894e-10 12665625 30063 -0.0158924999999913 12665476.7137288 30063 5000 1.4840807e-10 12665477 Loop time of 0.018425 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:18 2021 Pair time (%) = 0.00146294 (7.93996) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.205745) Outpt time (%) = 0.016788 (91.1154) Other time (%) = 0.000136137 (0.738872) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:18 2021 Memory usage per processor = 27.5528 Mbytes Step Atoms AVEKE stressZZ 30063 5000 1.4840807e-10 12665400 30064 -0.0158924999999913 12665252.0169407 30064 5000 1.4839749e-10 12665252 Loop time of 0.0181789 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:18 2021 Pair time (%) = 0.00135612 (7.45987) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.258367) Outpt time (%) = 0.0166581 (91.6339) Other time (%) = 0.000117779 (0.647886) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:18 2021 Memory usage per processor = 27.5528 Mbytes Step Atoms AVEKE stressZZ 30064 5000 1.4839749e-10 12665175 30065 -0.0158924999999913 12665027.3321757 30065 5000 1.4838709e-10 12665027 Loop time of 0.018425 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:18 2021 Pair time (%) = 0.00123405 (6.69772) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.179865) Outpt time (%) = 0.0170631 (92.6087) Other time (%) = 9.46522e-05 (0.513716) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:18 2021 Memory usage per processor = 27.5528 Mbytes Step Atoms AVEKE stressZZ 30065 5000 1.4838709e-10 12664951 30066 -0.0158924999999913 12664802.6592955 30066 5000 1.4837682e-10 12664803 Loop time of 0.0179009 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:18 2021 Pair time (%) = 0.00124407 (6.94973) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.185131) Outpt time (%) = 0.0164981 (92.1632) Other time (%) = 0.000125647 (0.701899) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:18 2021 Memory usage per processor = 27.5528 Mbytes Step Atoms AVEKE stressZZ 30066 5000 1.4837682e-10 12664726 30067 -0.0158924999999913 12664577.9982116 30067 5000 1.4836662e-10 12664578 Loop time of 0.017807 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:18 2021 Pair time (%) = 0.00138497 (7.77769) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.202174) Outpt time (%) = 0.0162802 (91.4257) Other time (%) = 0.000105858 (0.594473) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:18 2021 Memory usage per processor = 27.5528 Mbytes Step Atoms AVEKE stressZZ 30067 5000 1.4836662e-10 12664501 30068 -0.0158924999999913 12664353.348867 30068 5000 1.4835647e-10 12664353 Loop time of 0.018641 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:18 2021 Pair time (%) = 0.00128794 (6.90917) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.188013) Outpt time (%) = 0.0172179 (92.3656) Other time (%) = 0.000100136 (0.537181) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:18 2021 Memory usage per processor = 27.5528 Mbytes Step Atoms AVEKE stressZZ 30068 5000 1.4835647e-10 12664277 30069 -0.0158924999999913 12664128.7112252 30069 5000 1.4834635e-10 12664129 Loop time of 0.018316 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:18 2021 Pair time (%) = 0.00123596 (6.74798) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.179634) Outpt time (%) = 0.016953 (92.5582) Other time (%) = 9.41753e-05 (0.514169) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:18 2021 Memory usage per processor = 27.5528 Mbytes Step Atoms AVEKE stressZZ 30069 5000 1.4834635e-10 12664052 30070 -0.0158924999999913 12663904.0852629 30070 5000 1.4833625e-10 12663904 Loop time of 0.0204909 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:18 2021 Pair time (%) = 0.00123596 (6.03176) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.166385) Outpt time (%) = 0.019125 (93.3341) Other time (%) = 9.58443e-05 (0.467741) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:18 2021 Memory usage per processor = 27.5528 Mbytes Step Atoms AVEKE stressZZ 30070 5000 1.4833625e-10 12663827 30071 -0.0158924999999913 12663679.4709639 30071 5000 1.4832617e-10 12663679 Loop time of 0.0173411 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:18 2021 Pair time (%) = 0.00123286 (7.10947) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.189732) Outpt time (%) = 0.01599 (92.2086) Other time (%) = 8.53539e-05 (0.492204) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:18 2021 Memory usage per processor = 27.5528 Mbytes Step Atoms AVEKE stressZZ 30071 5000 1.4832617e-10 12663603 30072 -0.0158924999999913 12663454.8683185 30072 5000 1.4831609e-10 12663455 Loop time of 0.0180321 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:18 2021 Pair time (%) = 0.00123096 (6.82648) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.182462) Outpt time (%) = 0.0166759 (92.4794) Other time (%) = 9.2268e-05 (0.511688) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:18 2021 Memory usage per processor = 27.5528 Mbytes Step Atoms AVEKE stressZZ 30072 5000 1.4831609e-10 12663378 30073 -0.0158924999999913 12663230.2773195 30073 5000 1.4830602e-10 12663230 Loop time of 0.018353 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:18 2021 Pair time (%) = 0.00129223 (7.04097) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.185767) Outpt time (%) = 0.016933 (92.2627) Other time (%) = 9.36985e-05 (0.510535) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:18 2021 Memory usage per processor = 27.5528 Mbytes Step Atoms AVEKE stressZZ 30073 5000 1.4830602e-10 12663154 30074 -0.0158924999999913 12663005.6979618 30074 5000 1.4829595e-10 12663006 Loop time of 0.0182068 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:18 2021 Pair time (%) = 0.0012989 (7.13416) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.191187) Outpt time (%) = 0.0167739 (92.1299) Other time (%) = 9.91821e-05 (0.544752) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:18 2021 Memory usage per processor = 27.5528 Mbytes Step Atoms AVEKE stressZZ 30074 5000 1.4829595e-10 12662929 30075 -0.0158924999999913 12662781.1302419 30075 5000 1.4828589e-10 12662781 Loop time of 0.0182869 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:18 2021 Pair time (%) = 0.00139904 (7.65049) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.202083) Outpt time (%) = 0.0167279 (91.4747) Other time (%) = 0.000123024 (0.672742) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:18 2021 Memory usage per processor = 27.5528 Mbytes Step Atoms AVEKE stressZZ 30075 5000 1.4828589e-10 12662704 30076 -0.0158924999999913 12662556.5741572 30076 5000 1.4827583e-10 12662557 Loop time of 0.018461 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:19 2021 Pair time (%) = 0.00135207 (7.32394) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.200178) Outpt time (%) = 0.016964 (91.8908) Other time (%) = 0.000108004 (0.585037) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:19 2021 Memory usage per processor = 27.5528 Mbytes Step Atoms AVEKE stressZZ 30076 5000 1.4827583e-10 12662480 30077 -0.0158924999999913 12662332.0297052 30077 5000 1.4826578e-10 12662332 Loop time of 0.0184379 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:19 2021 Pair time (%) = 0.00129414 (7.01891) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.190085) Outpt time (%) = 0.0170109 (92.2608) Other time (%) = 9.77516e-05 (0.530168) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:19 2021 Memory usage per processor = 27.5528 Mbytes Step Atoms AVEKE stressZZ 30077 5000 1.4826578e-10 12662255 30078 -0.0158924999999913 12662107.4968844 30078 5000 1.4825572e-10 12662107 Loop time of 0.0183039 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:19 2021 Pair time (%) = 0.00129604 (7.08071) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.186266) Outpt time (%) = 0.016876 (92.199) Other time (%) = 9.77516e-05 (0.534049) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:19 2021 Memory usage per processor = 27.5528 Mbytes Step Atoms AVEKE stressZZ 30078 5000 1.4825572e-10 12662031 30079 -0.0158924999999913 12661882.975694 30079 5000 1.4824567e-10 12661883 Loop time of 0.0183001 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:19 2021 Pair time (%) = 0.00132608 (7.24634) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.201939) Outpt time (%) = 0.016835 (91.9941) Other time (%) = 0.000102043 (0.557611) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:19 2021 Memory usage per processor = 27.5528 Mbytes Step Atoms AVEKE stressZZ 30079 5000 1.4824567e-10 12661806 30080 -0.0158924999999913 12661658.4661912 30080 5000 1.4823561e-10 12661658 Loop time of 0.0215471 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:19 2021 Pair time (%) = 0.00143313 (6.65118) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.167082) Outpt time (%) = 0.0199361 (92.5234) Other time (%) = 0.000141859 (0.658368) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:19 2021 Memory usage per processor = 27.5528 Mbytes Step Atoms AVEKE stressZZ 30080 5000 1.4823561e-10 12661582 30081 -0.0158924999999913 12661433.9683586 30081 5000 1.4822556e-10 12661434 Loop time of 0.018523 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:19 2021 Pair time (%) = 0.00142312 (7.683) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.211093) Outpt time (%) = 0.0169539 (91.5293) Other time (%) = 0.000106812 (0.576643) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:19 2021 Memory usage per processor = 27.5528 Mbytes Step Atoms AVEKE stressZZ 30081 5000 1.4822556e-10 12661357 30082 -0.0158924999999913 12661209.4821803 30082 5000 1.4821551e-10 12661209 Loop time of 0.018389 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:19 2021 Pair time (%) = 0.00129008 (7.01552) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.185404) Outpt time (%) = 0.0169668 (92.2662) Other time (%) = 9.799e-05 (0.532873) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:19 2021 Memory usage per processor = 27.5528 Mbytes Step Atoms AVEKE stressZZ 30082 5000 1.4821551e-10 12661133 30083 -0.0158924999999913 12660985.0076498 30083 5000 1.4820546e-10 12660985 Loop time of 0.018208 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:19 2021 Pair time (%) = 0.00128984 (7.08393) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.191175) Outpt time (%) = 0.016783 (92.1736) Other time (%) = 0.000100374 (0.551264) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:19 2021 Memory usage per processor = 27.5528 Mbytes Step Atoms AVEKE stressZZ 30083 5000 1.4820546e-10 12660908 30084 -0.0158924999999913 12660760.5447627 30084 5000 1.4819541e-10 12660761 Loop time of 0.0183392 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:19 2021 Pair time (%) = 0.00141978 (7.74181) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.201508) Outpt time (%) = 0.0167711 (91.4496) Other time (%) = 0.000111341 (0.607124) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:19 2021 Memory usage per processor = 27.5528 Mbytes Step Atoms AVEKE stressZZ 30084 5000 1.4819541e-10 12660684 30085 -0.0158924999999913 12660536.0935154 30085 5000 1.4818537e-10 12660536 Loop time of 0.018616 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:19 2021 Pair time (%) = 0.00136113 (7.31164) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.203635) Outpt time (%) = 0.0171061 (91.8892) Other time (%) = 0.000110865 (0.595535) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:19 2021 Memory usage per processor = 27.5528 Mbytes Step Atoms AVEKE stressZZ 30085 5000 1.4818537e-10 12660459 30086 -0.0158924999999913 12660311.6539053 30086 5000 1.4817532e-10 12660312 Loop time of 0.0183771 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:19 2021 Pair time (%) = 0.001297 (7.05769) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.190713) Outpt time (%) = 0.0169461 (92.2132) Other time (%) = 9.89437e-05 (0.538409) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:19 2021 Memory usage per processor = 27.5528 Mbytes Step Atoms AVEKE stressZZ 30086 5000 1.4817532e-10 12660235 30087 -0.0158924999999913 12660087.2259297 30087 5000 1.4816528e-10 12660087 Loop time of 0.018496 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:19 2021 Pair time (%) = 0.00133491 (7.21725) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.189487) Outpt time (%) = 0.017019 (92.0145) Other time (%) = 0.00010705 (0.578772) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:19 2021 Memory usage per processor = 27.5528 Mbytes Step Atoms AVEKE stressZZ 30087 5000 1.4816528e-10 12660011 30088 -0.0158924999999913 12659862.8095864 30088 5000 1.4815523e-10 12659863 Loop time of 0.0182571 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:19 2021 Pair time (%) = 0.00130486 (7.14715) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.191966) Outpt time (%) = 0.0168102 (92.0745) Other time (%) = 0.00010705 (0.586346) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:19 2021 Memory usage per processor = 27.5528 Mbytes Step Atoms AVEKE stressZZ 30088 5000 1.4815523e-10 12659786 30089 -0.0158924999999913 12659638.4048733 30089 5000 1.4814519e-10 12659638 Loop time of 0.0184748 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:19 2021 Pair time (%) = 0.00149107 (8.07082) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.210352) Outpt time (%) = 0.0168028 (90.9497) Other time (%) = 0.000142097 (0.769141) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:19 2021 Memory usage per processor = 27.5528 Mbytes Step Atoms AVEKE stressZZ 30089 5000 1.4814519e-10 12659562 30090 -0.0158924999999913 12659414.0117885 30090 5000 1.4813515e-10 12659414 Loop time of 0.0214751 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:19 2021 Pair time (%) = 0.00130486 (6.07618) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.15765) Outpt time (%) = 0.020036 (93.2988) Other time (%) = 0.000100374 (0.467399) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:19 2021 Memory usage per processor = 27.5528 Mbytes Step Atoms AVEKE stressZZ 30090 5000 1.4813515e-10 12659337 30091 -0.0158924999999913 12659189.63033 30091 5000 1.4812511e-10 12659190 Loop time of 0.01842 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:19 2021 Pair time (%) = 0.0012939 (7.02442) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.190269) Outpt time (%) = 0.0169928 (92.252) Other time (%) = 9.82285e-05 (0.533271) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:19 2021 Memory usage per processor = 27.5528 Mbytes Step Atoms AVEKE stressZZ 30091 5000 1.4812511e-10 12659113 30092 -0.0158924999999913 12658965.2604964 30092 5000 1.4811507e-10 12658965 Loop time of 0.018297 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:19 2021 Pair time (%) = 0.0012908 (7.05472) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.191548) Outpt time (%) = 0.0168741 (92.2234) Other time (%) = 9.70364e-05 (0.530342) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:19 2021 Memory usage per processor = 27.5528 Mbytes Step Atoms AVEKE stressZZ 30092 5000 1.4811507e-10 12658889 30093 -0.0158924999999913 12658740.9022859 30093 5000 1.4810503e-10 12658741 Loop time of 0.0182431 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:19 2021 Pair time (%) = 0.00132298 (7.25198) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.202569) Outpt time (%) = 0.0167751 (91.9534) Other time (%) = 0.000108004 (0.592025) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:19 2021 Memory usage per processor = 27.5528 Mbytes Step Atoms AVEKE stressZZ 30093 5000 1.4810503e-10 12658664 30094 -0.0158924999999913 12658516.5556965 30094 5000 1.48095e-10 12658517 Loop time of 0.018585 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:19 2021 Pair time (%) = 0.00144792 (7.79079) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.198843) Outpt time (%) = 0.016957 (91.2407) Other time (%) = 0.000143051 (0.769714) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:19 2021 Memory usage per processor = 27.5528 Mbytes Step Atoms AVEKE stressZZ 30094 5000 1.48095e-10 12658440 30095 -0.0158924999999913 12658292.220727 30095 5000 1.4808496e-10 12658292 Loop time of 0.0185659 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:19 2021 Pair time (%) = 0.00137496 (7.40584) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.199047) Outpt time (%) = 0.017035 (91.7543) Other time (%) = 0.000118971 (0.640803) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:19 2021 Memory usage per processor = 27.5528 Mbytes Step Atoms AVEKE stressZZ 30095 5000 1.4808496e-10 12658216 30096 -0.0158924999999913 12658067.8973758 30096 5000 1.4807493e-10 12658068 Loop time of 0.0186679 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:19 2021 Pair time (%) = 0.00139689 (7.48285) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.19285) Outpt time (%) = 0.0171309 (91.7662) Other time (%) = 0.000104189 (0.558117) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:19 2021 Memory usage per processor = 27.5528 Mbytes Step Atoms AVEKE stressZZ 30096 5000 1.4807493e-10 12657991 30097 -0.0158924999999913 12657843.5856413 30097 5000 1.480649e-10 12657844 Loop time of 0.0183949 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:19 2021 Pair time (%) = 0.00146008 (7.93737) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.211266) Outpt time (%) = 0.0167801 (91.2215) Other time (%) = 0.000115871 (0.629909) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:19 2021 Memory usage per processor = 27.5528 Mbytes Step Atoms AVEKE stressZZ 30097 5000 1.480649e-10 12657767 30098 -0.0158924999999913 12657619.285522 30098 5000 1.4805486e-10 12657619 Loop time of 0.018409 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:19 2021 Pair time (%) = 0.00139213 (7.5622) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.200743) Outpt time (%) = 0.0168669 (91.6232) Other time (%) = 0.00011301 (0.613886) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:19 2021 Memory usage per processor = 27.5528 Mbytes Step Atoms AVEKE stressZZ 30098 5000 1.4805486e-10 12657543 30099 -0.0158924999999913 12657394.9970164 30099 5000 1.4804483e-10 12657395 Loop time of 0.0184579 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:19 2021 Pair time (%) = 0.00134397 (7.28125) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.195045) Outpt time (%) = 0.0169761 (91.9722) Other time (%) = 0.000101805 (0.551551) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28407 ave 28407 max 28407 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28407 Ave neighs/atom = 5.6814 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:19 2021 Memory usage per processor = 27.5528 Mbytes Step Atoms AVEKE stressZZ 30099 5000 1.4804483e-10 12657318 30100 -0.0158924999999913 12657170.7201232 30100 5000 1.480348e-10 12657171 Loop time of 0.0211802 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:19 2021 Pair time (%) = 0.00129199 (6.1) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.165473) Outpt time (%) = 0.0197539 (93.2662) Other time (%) = 9.91821e-05 (0.468279) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:19 2021 Memory usage per processor = 27.5528 Mbytes Step Atoms AVEKE stressZZ 30100 5000 1.480348e-10 12657094 30101 -0.0158924999999913 12656946.4548099 30101 5000 1.4802478e-10 12656946 Loop time of 0.0184431 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:19 2021 Pair time (%) = 0.0012939 (7.01562) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.18486) Outpt time (%) = 0.0170171 (92.2682) Other time (%) = 9.799e-05 (0.53131) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:19 2021 Memory usage per processor = 27.5528 Mbytes Step Atoms AVEKE stressZZ 30101 5000 1.4802478e-10 12656870 30102 -0.0158924999999913 12656722.2011031 30102 5000 1.4801475e-10 12656722 Loop time of 0.018225 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:19 2021 Pair time (%) = 0.00129795 (7.12183) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.192305) Outpt time (%) = 0.016793 (92.143) Other time (%) = 9.89437e-05 (0.542902) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:19 2021 Memory usage per processor = 27.5528 Mbytes Step Atoms AVEKE stressZZ 30102 5000 1.4801475e-10 12656646 30103 -0.0158924999999913 12656497.9590151 30103 5000 1.4800472e-10 12656498 Loop time of 0.0183511 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:19 2021 Pair time (%) = 0.0014472 (7.88619) Neigh time (%) = 0 (0) Comm time (%) = 4.19617e-05 (0.228661) Outpt time (%) = 0.016748 (91.2641) Other time (%) = 0.000113964 (0.621021) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:19 2021 Memory usage per processor = 27.5528 Mbytes Step Atoms AVEKE stressZZ 30103 5000 1.4800472e-10 12656421 30104 -0.0158924999999913 12656273.7285398 30104 5000 1.479947e-10 12656274 Loop time of 0.018378 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:19 2021 Pair time (%) = 0.00133085 (7.24154) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.190704) Outpt time (%) = 0.016912 (92.0229) Other time (%) = 0.000100136 (0.544867) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:19 2021 Memory usage per processor = 27.5528 Mbytes Step Atoms AVEKE stressZZ 30104 5000 1.479947e-10 12656197 30105 -0.0158924999999913 12656049.5096749 30105 5000 1.4798468e-10 12656050 Loop time of 0.0184779 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:19 2021 Pair time (%) = 0.0013001 (7.03595) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.184511) Outpt time (%) = 0.017046 (92.2505) Other time (%) = 9.77516e-05 (0.529019) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:19 2021 Memory usage per processor = 27.5528 Mbytes Step Atoms AVEKE stressZZ 30105 5000 1.4798468e-10 12655973 30106 -0.0158924999999913 12655825.3024179 30106 5000 1.4797465e-10 12655825 Loop time of 0.018204 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:19 2021 Pair time (%) = 0.00129199 (7.0973) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.191217) Outpt time (%) = 0.016777 (92.1614) Other time (%) = 0.000100136 (0.550077) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:19 2021 Memory usage per processor = 27.5528 Mbytes Step Atoms AVEKE stressZZ 30106 5000 1.4797465e-10 12655749 30107 -0.0158924999999913 12655601.1067668 30107 5000 1.4796463e-10 12655601 Loop time of 0.0182519 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:19 2021 Pair time (%) = 0.00136399 (7.47316) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.202471) Outpt time (%) = 0.0167458 (91.7483) Other time (%) = 0.000105143 (0.576064) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:19 2021 Memory usage per processor = 27.5528 Mbytes Step Atoms AVEKE stressZZ 30107 5000 1.4796463e-10 12655524 30108 -0.0158924999999913 12655376.9227199 30108 5000 1.4795461e-10 12655377 Loop time of 0.0186849 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:19 2021 Pair time (%) = 0.00144982 (7.75935) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.20416) Outpt time (%) = 0.0170839 (91.4317) Other time (%) = 0.00011301 (0.604823) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:19 2021 Memory usage per processor = 27.5528 Mbytes Step Atoms AVEKE stressZZ 30108 5000 1.4795461e-10 12655300 30109 -0.0158924999999913 12655152.7502757 30109 5000 1.4794459e-10 12655153 Loop time of 0.0184491 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:19 2021 Pair time (%) = 0.001297 (7.03015) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.189969) Outpt time (%) = 0.017015 (92.2268) Other time (%) = 0.000102043 (0.553107) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:19 2021 Memory usage per processor = 27.5528 Mbytes Step Atoms AVEKE stressZZ 30109 5000 1.4794459e-10 12655076 30110 -0.0158924999999913 12654928.5894326 30110 5000 1.4793458e-10 12654929 Loop time of 0.02124 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:19 2021 Pair time (%) = 0.00129318 (6.08843) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.160517) Outpt time (%) = 0.019815 (93.2908) Other time (%) = 9.77516e-05 (0.460224) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:19 2021 Memory usage per processor = 27.5528 Mbytes Step Atoms AVEKE stressZZ 30110 5000 1.4793458e-10 12654852 30111 -0.0158924999999913 12654704.4401889 30111 5000 1.4792456e-10 12654704 Loop time of 0.0181491 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:19 2021 Pair time (%) = 0.0012939 (7.12925) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.204931) Outpt time (%) = 0.0167181 (92.1154) Other time (%) = 9.98974e-05 (0.550425) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:19 2021 Memory usage per processor = 27.5528 Mbytes Step Atoms AVEKE stressZZ 30111 5000 1.4792456e-10 12654628 30112 -0.0158924999999913 12654480.3025536 30112 5000 1.4791455e-10 12654480 Loop time of 0.01807 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:19 2021 Pair time (%) = 0.00129414 (7.1618) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.193954) Outpt time (%) = 0.0166471 (92.1257) Other time (%) = 9.36985e-05 (0.518531) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:19 2021 Memory usage per processor = 27.5528 Mbytes Step Atoms AVEKE stressZZ 30112 5000 1.4791455e-10 12654404 30113 -0.0158924999999913 12654256.1765893 30113 5000 1.4790453e-10 12654256 Loop time of 0.018069 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:19 2021 Pair time (%) = 0.00129199 (7.1503) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.192645) Outpt time (%) = 0.0166481 (92.1359) Other time (%) = 9.41753e-05 (0.521198) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:19 2021 Memory usage per processor = 27.5528 Mbytes Step Atoms AVEKE stressZZ 30113 5000 1.4790453e-10 12654180 30114 -0.0158924999999913 12654032.0622648 30114 5000 1.4789452e-10 12654032 Loop time of 0.0186141 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:19 2021 Pair time (%) = 0.0015161 (8.14494) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.198532) Outpt time (%) = 0.0168822 (90.6959) Other time (%) = 0.000178814 (0.960639) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:19 2021 Memory usage per processor = 27.5528 Mbytes Step Atoms AVEKE stressZZ 30114 5000 1.4789452e-10 12653955 30115 -0.0158924999999913 12653807.9595665 30115 5000 1.4788451e-10 12653808 Loop time of 0.018379 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:19 2021 Pair time (%) = 0.00129294 (7.03491) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.190694) Outpt time (%) = 0.016948 (92.214) Other time (%) = 0.000102997 (0.560406) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:19 2021 Memory usage per processor = 27.5528 Mbytes Step Atoms AVEKE stressZZ 30115 5000 1.4788451e-10 12653731 30116 -0.0158924999999913 12653583.8684894 30116 5000 1.478745e-10 12653584 Loop time of 0.0185201 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:20 2021 Pair time (%) = 0.00129509 (6.99288) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.18924) Outpt time (%) = 0.017091 (92.2836) Other time (%) = 9.89437e-05 (0.53425) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:20 2021 Memory usage per processor = 27.5528 Mbytes Step Atoms AVEKE stressZZ 30116 5000 1.478745e-10 12653507 30117 -0.0158924999999913 12653359.7890691 30117 5000 1.4786449e-10 12653360 Loop time of 0.0183129 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:20 2021 Pair time (%) = 0.001302 (7.10975) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.190079) Outpt time (%) = 0.0168769 (92.1586) Other time (%) = 9.91821e-05 (0.541596) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:20 2021 Memory usage per processor = 27.5528 Mbytes Step Atoms AVEKE stressZZ 30117 5000 1.4786449e-10 12653283 30118 -0.0158924999999913 12653135.7212956 30118 5000 1.4785448e-10 12653136 Loop time of 0.0183141 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:20 2021 Pair time (%) = 0.00138903 (7.58446) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.196576) Outpt time (%) = 0.0167792 (91.6188) Other time (%) = 0.000109911 (0.600143) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:20 2021 Memory usage per processor = 27.5528 Mbytes Step Atoms AVEKE stressZZ 30118 5000 1.4785448e-10 12653059 30119 -0.0158924999999913 12652911.6651493 30119 5000 1.4784447e-10 12652912 Loop time of 0.0185161 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:20 2021 Pair time (%) = 0.00141215 (7.62664) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.194432) Outpt time (%) = 0.016957 (91.5802) Other time (%) = 0.000110865 (0.598748) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:20 2021 Memory usage per processor = 27.5528 Mbytes Step Atoms AVEKE stressZZ 30119 5000 1.4784447e-10 12652835 30120 -0.0158924999999913 12652687.6206237 30120 5000 1.4783446e-10 12652688 Loop time of 0.021214 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:20 2021 Pair time (%) = 0.00130105 (6.13298) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.165209) Outpt time (%) = 0.0197802 (93.241) Other time (%) = 9.77516e-05 (0.460788) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:20 2021 Memory usage per processor = 27.5528 Mbytes Step Atoms AVEKE stressZZ 30120 5000 1.4783446e-10 12652611 30121 -0.0158924999999913 12652463.5877144 30121 5000 1.4782446e-10 12652464 Loop time of 0.018388 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:20 2021 Pair time (%) = 0.001297 (7.05348) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.184117) Outpt time (%) = 0.0169592 (92.2295) Other time (%) = 9.799e-05 (0.532901) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:20 2021 Memory usage per processor = 27.5528 Mbytes Step Atoms AVEKE stressZZ 30121 5000 1.4782446e-10 12652387 30122 -0.0158924999999913 12652239.5664179 30122 5000 1.4781446e-10 12652240 Loop time of 0.0182459 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:20 2021 Pair time (%) = 0.0013299 (7.28874) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.203844) Outpt time (%) = 0.016772 (91.922) Other time (%) = 0.000106812 (0.585399) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:20 2021 Memory usage per processor = 27.5528 Mbytes Step Atoms AVEKE stressZZ 30122 5000 1.4781446e-10 12652163 30123 -0.0158924999999913 12652015.5567309 30123 5000 1.4780445e-10 12652016 Loop time of 0.0184579 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:20 2021 Pair time (%) = 0.00149798 (8.11568) Neigh time (%) = 0 (0) Comm time (%) = 4.19617e-05 (0.227337) Outpt time (%) = 0.016773 (90.8716) Other time (%) = 0.000144958 (0.785347) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:20 2021 Memory usage per processor = 27.5528 Mbytes Step Atoms AVEKE stressZZ 30123 5000 1.4780445e-10 12651939 30124 -0.0158924999999913 12651791.5586507 30124 5000 1.4779445e-10 12651792 Loop time of 0.0184209 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:20 2021 Pair time (%) = 0.00134802 (7.31786) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.190259) Outpt time (%) = 0.016937 (91.9444) Other time (%) = 0.000100851 (0.547481) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:20 2021 Memory usage per processor = 27.5528 Mbytes Step Atoms AVEKE stressZZ 30124 5000 1.4779445e-10 12651715 30125 -0.0158924999999913 12651567.5721747 30125 5000 1.4778445e-10 12651568 Loop time of 0.018481 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:20 2021 Pair time (%) = 0.00134802 (7.29407) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.194801) Outpt time (%) = 0.0169899 (91.9319) Other time (%) = 0.00010705 (0.579243) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:20 2021 Memory usage per processor = 27.5528 Mbytes Step Atoms AVEKE stressZZ 30125 5000 1.4778445e-10 12651491 30126 -0.0158924999999913 12651343.5973004 30126 5000 1.4777445e-10 12651344 Loop time of 0.018327 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:20 2021 Pair time (%) = 0.001302 (7.10429) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.191234) Outpt time (%) = 0.01689 (92.1594) Other time (%) = 9.98974e-05 (0.545083) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:20 2021 Memory usage per processor = 27.5528 Mbytes Step Atoms AVEKE stressZZ 30126 5000 1.4777445e-10 12651267 30127 -0.0158924999999913 12651119.6340393 30127 5000 1.4776446e-10 12651120 Loop time of 0.0182161 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:20 2021 Pair time (%) = 0.00132394 (7.26794) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.197634) Outpt time (%) = 0.0167441 (91.9193) Other time (%) = 0.000112057 (0.615151) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:20 2021 Memory usage per processor = 27.5528 Mbytes Step Atoms AVEKE stressZZ 30127 5000 1.4776446e-10 12651043 30128 -0.0158924999999913 12650895.6823912 30128 5000 1.4775446e-10 12650896 Loop time of 0.018625 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:20 2021 Pair time (%) = 0.00146508 (7.8662) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.204816) Outpt time (%) = 0.0169661 (91.0931) Other time (%) = 0.000155687 (0.835904) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:20 2021 Memory usage per processor = 27.5528 Mbytes Step Atoms AVEKE stressZZ 30128 5000 1.4775446e-10 12650819 30129 -0.0158924999999913 12650671.742341 30129 5000 1.4774446e-10 12650672 Loop time of 0.0184262 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:20 2021 Pair time (%) = 0.00130105 (7.06088) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.190205) Outpt time (%) = 0.016994 (92.2275) Other time (%) = 9.60827e-05 (0.521447) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:20 2021 Memory usage per processor = 27.5528 Mbytes Step Atoms AVEKE stressZZ 30129 5000 1.4774446e-10 12650595 30130 -0.0158924999999913 12650447.8138734 30130 5000 1.4773447e-10 12650448 Loop time of 0.021168 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:20 2021 Pair time (%) = 0.00128889 (6.08887) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.159937) Outpt time (%) = 0.0197461 (93.2826) Other time (%) = 9.91821e-05 (0.468548) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:20 2021 Memory usage per processor = 27.5528 Mbytes Step Atoms AVEKE stressZZ 30130 5000 1.4773447e-10 12650371 30131 -0.0158924999999913 12650223.8969651 30131 5000 1.4772448e-10 12650224 Loop time of 0.0183759 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:20 2021 Pair time (%) = 0.00128913 (7.01534) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.185536) Outpt time (%) = 0.0169539 (92.262) Other time (%) = 9.87053e-05 (0.537146) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:20 2021 Memory usage per processor = 27.5528 Mbytes Step Atoms AVEKE stressZZ 30131 5000 1.4772448e-10 12650147 30132 -0.0158924999999913 12649999.991674 30132 5000 1.4771448e-10 12650000 Loop time of 0.0182939 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:20 2021 Pair time (%) = 0.00133419 (7.29311) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.196794) Outpt time (%) = 0.0168178 (91.9314) Other time (%) = 0.000105858 (0.578652) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:20 2021 Memory usage per processor = 27.5528 Mbytes Step Atoms AVEKE stressZZ 30132 5000 1.4771448e-10 12649923 30133 -0.0158924999999913 12649776.0980097 30133 5000 1.4770449e-10 12649776 Loop time of 0.018594 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:20 2021 Pair time (%) = 0.0014441 (7.76648) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.193617) Outpt time (%) = 0.0169618 (91.2218) Other time (%) = 0.000152111 (0.818064) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:20 2021 Memory usage per processor = 27.5528 Mbytes Step Atoms AVEKE stressZZ 30133 5000 1.4770449e-10 12649700 30134 -0.0158924999999913 12649552.2159536 30134 5000 1.476945e-10 12649552 Loop time of 0.0183799 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:20 2021 Pair time (%) = 0.00129485 (7.04492) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.189387) Outpt time (%) = 0.016952 (92.2313) Other time (%) = 9.82285e-05 (0.534433) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:20 2021 Memory usage per processor = 27.5528 Mbytes Step Atoms AVEKE stressZZ 30134 5000 1.476945e-10 12649476 30135 -0.0158924999999913 12649328.3454993 30135 5000 1.4768451e-10 12649328 Loop time of 0.0186539 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:20 2021 Pair time (%) = 0.00150394 (8.06237) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.192996) Outpt time (%) = 0.0169849 (91.0532) Other time (%) = 0.000128984 (0.691462) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:20 2021 Memory usage per processor = 27.5528 Mbytes Step Atoms AVEKE stressZZ 30135 5000 1.4768451e-10 12649252 30136 -0.0158924999999913 12649104.4866425 30136 5000 1.4767453e-10 12649104 Loop time of 0.0182459 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:20 2021 Pair time (%) = 0.00134015 (7.34493) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.202538) Outpt time (%) = 0.0167611 (91.8619) Other time (%) = 0.000107765 (0.590626) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:20 2021 Memory usage per processor = 27.5528 Mbytes Step Atoms AVEKE stressZZ 30136 5000 1.4767453e-10 12649028 30137 -0.0158924999999913 12648880.6393802 30137 5000 1.4766454e-10 12648881 Loop time of 0.018455 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:20 2021 Pair time (%) = 0.0014329 (7.76426) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.21187) Outpt time (%) = 0.0168681 (91.4012) Other time (%) = 0.000114918 (0.622691) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:20 2021 Memory usage per processor = 27.5528 Mbytes Step Atoms AVEKE stressZZ 30137 5000 1.4766454e-10 12648804 30138 -0.0158924999999913 12648656.8037223 30138 5000 1.4765456e-10 12648657 Loop time of 0.0184202 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:20 2021 Pair time (%) = 0.00133204 (7.23143) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.190267) Outpt time (%) = 0.0169508 (92.023) Other time (%) = 0.000102282 (0.555268) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:30:20 2021 Memory usage per processor = 27.5528 Mbytes Step Atoms AVEKE stressZZ 30138 5000 1.4765456e-10 12648580 30139 -0.0158924999999913 12648404.646203 30139 5000 2.9066898e-10 12648822 Loop time of 0.0180018 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:20 2021 Pair time (%) = 0.00129509 (7.19423) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.189391) Outpt time (%) = 0.016551 (91.9409) Other time (%) = 0.000121593 (0.675452) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:20 2021 Memory usage per processor = 27.5528 Mbytes Step Atoms AVEKE stressZZ 30139 5000 2.9066898e-10 12728682 30140 -0.0159249999999913 12728489.2128719 30140 5000 2.3379884e-10 12728489 Loop time of 0.021035 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:20 2021 Pair time (%) = 0.00130105 (6.18518) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.166616) Outpt time (%) = 0.019599 (93.1733) Other time (%) = 9.98974e-05 (0.474911) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:20 2021 Memory usage per processor = 27.5529 Mbytes Step Atoms AVEKE stressZZ 30140 5000 2.3379884e-10 12728385 30141 -0.0159249999999913 12728208.3202053 30141 5000 2.0088036e-10 12728208 Loop time of 0.0190701 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:20 2021 Pair time (%) = 0.00131392 (6.88996) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.188783) Outpt time (%) = 0.017616 (92.3749) Other time (%) = 0.000104189 (0.546346) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:20 2021 Memory usage per processor = 27.5529 Mbytes Step Atoms AVEKE stressZZ 30141 5000 2.0088036e-10 12728114 30142 -0.0159249999999913 12727947.5200083 30142 5000 1.8126003e-10 12727948 Loop time of 0.0182538 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:20 2021 Pair time (%) = 0.00149107 (8.16854) Neigh time (%) = 0 (0) Comm time (%) = 4.41074e-05 (0.241634) Outpt time (%) = 0.016598 (90.9289) Other time (%) = 0.00012064 (0.660902) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:20 2021 Memory usage per processor = 27.5529 Mbytes Step Atoms AVEKE stressZZ 30142 5000 1.8126003e-10 12727859 30143 -0.0159249999999913 12727699.4930193 30143 5000 1.6931392e-10 12727699 Loop time of 0.018265 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:20 2021 Pair time (%) = 0.00130916 (7.16757) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.197105) Outpt time (%) = 0.0168149 (92.061) Other time (%) = 0.000104904 (0.574345) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:20 2021 Memory usage per processor = 27.5529 Mbytes Step Atoms AVEKE stressZZ 30143 5000 1.6931392e-10 12727615 30144 -0.0159249999999913 12727459.5877943 30144 5000 1.6193107e-10 12727460 Loop time of 0.018249 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:20 2021 Pair time (%) = 0.00129199 (7.07977) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.185519) Outpt time (%) = 0.016824 (92.1912) Other time (%) = 9.91821e-05 (0.543492) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:20 2021 Memory usage per processor = 27.5529 Mbytes Step Atoms AVEKE stressZZ 30144 5000 1.6193107e-10 12727378 30145 -0.0159249999999913 12727224.8483069 30145 5000 1.5732144e-10 12727225 Loop time of 0.018153 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:20 2021 Pair time (%) = 0.001302 (7.17241) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.193068) Outpt time (%) = 0.016717 (92.0895) Other time (%) = 9.89437e-05 (0.545056) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:20 2021 Memory usage per processor = 27.5529 Mbytes Step Atoms AVEKE stressZZ 30145 5000 1.5732144e-10 12727145 30146 -0.0159249999999913 12726993.3959748 30146 5000 1.5442302e-10 12726993 Loop time of 0.0181658 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:20 2021 Pair time (%) = 0.001333 (7.33794) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.208681) Outpt time (%) = 0.016686 (91.8536) Other time (%) = 0.000108957 (0.599793) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:20 2021 Memory usage per processor = 27.5529 Mbytes Step Atoms AVEKE stressZZ 30146 5000 1.5442302e-10 12726914 30147 -0.0159249999999913 12726764.0369404 30147 5000 1.525914e-10 12726764 Loop time of 0.0184991 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:20 2021 Pair time (%) = 0.00140715 (7.60655) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.199765) Outpt time (%) = 0.016942 (91.5828) Other time (%) = 0.00011301 (0.610896) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:20 2021 Memory usage per processor = 27.5529 Mbytes Step Atoms AVEKE stressZZ 30147 5000 1.525914e-10 12726686 30148 -0.0159249999999913 12726536.0125223 30148 5000 1.5142937e-10 12726536 Loop time of 0.0184219 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:20 2021 Pair time (%) = 0.0013001 (7.05735) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.190249) Outpt time (%) = 0.016988 (92.2166) Other time (%) = 9.87053e-05 (0.535804) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:20 2021 Memory usage per processor = 27.5529 Mbytes Step Atoms AVEKE stressZZ 30148 5000 1.5142937e-10 12726458 30149 -0.0159249999999913 12726308.8406319 30149 5000 1.506895e-10 12726309 Loop time of 0.01842 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:20 2021 Pair time (%) = 0.00129604 (7.03607) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.190269) Outpt time (%) = 0.0169899 (92.2365) Other time (%) = 9.89437e-05 (0.537154) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:20 2021 Memory usage per processor = 27.5529 Mbytes Step Atoms AVEKE stressZZ 30149 5000 1.506895e-10 12726231 30150 -0.0159249999999913 12726082.2147994 30150 5000 1.5021654e-10 12726082 Loop time of 0.021194 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:20 2021 Pair time (%) = 0.00131607 (6.20964) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.169865) Outpt time (%) = 0.0197339 (93.1109) Other time (%) = 0.000108004 (0.509596) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:20 2021 Memory usage per processor = 27.5529 Mbytes Step Atoms AVEKE stressZZ 30150 5000 1.5021654e-10 12726005 30151 -0.0159249999999913 12725855.940273 30151 5000 1.4991266e-10 12725856 Loop time of 0.018429 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:20 2021 Pair time (%) = 0.00138092 (7.49318) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.200525) Outpt time (%) = 0.0169032 (91.7202) Other time (%) = 0.000108004 (0.586051) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:20 2021 Memory usage per processor = 27.5529 Mbytes Step Atoms AVEKE stressZZ 30151 5000 1.4991266e-10 12725779 30152 -0.0159249999999913 12725629.893248 30152 5000 1.49716e-10 12725630 Loop time of 0.0183389 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:20 2021 Pair time (%) = 0.00129199 (7.04507) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.18981) Outpt time (%) = 0.016917 (92.2464) Other time (%) = 9.5129e-05 (0.518727) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:20 2021 Memory usage per processor = 27.5529 Mbytes Step Atoms AVEKE stressZZ 30152 5000 1.49716e-10 12725553 30153 -0.0159249999999913 12725403.9950482 30153 5000 1.4958739e-10 12725404 Loop time of 0.0181561 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:20 2021 Pair time (%) = 0.00128698 (7.08845) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.193035) Outpt time (%) = 0.016741 (92.2064) Other time (%) = 9.29832e-05 (0.512134) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:20 2021 Memory usage per processor = 27.5529 Mbytes Step Atoms AVEKE stressZZ 30153 5000 1.4958739e-10 12725327 30154 -0.0159249999999913 12725178.1957385 30154 5000 1.4950199e-10 12725178 Loop time of 0.018162 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:20 2021 Pair time (%) = 0.00128984 (7.10188) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.191659) Outpt time (%) = 0.0167439 (92.1919) Other time (%) = 9.34601e-05 (0.514591) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:20 2021 Memory usage per processor = 27.5529 Mbytes Step Atoms AVEKE stressZZ 30154 5000 1.4950199e-10 12725101 30155 -0.0159249999999913 12724952.4635513 30155 5000 1.4944404e-10 12724952 Loop time of 0.018719 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:20 2021 Pair time (%) = 0.00141001 (7.53251) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.19742) Outpt time (%) = 0.0171621 (91.6829) Other time (%) = 0.000109911 (0.587164) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:20 2021 Memory usage per processor = 27.5529 Mbytes Step Atoms AVEKE stressZZ 30155 5000 1.4944404e-10 12724875 30156 -0.0159249999999913 12724726.7782977 30156 5000 1.4940352e-10 12724727 Loop time of 0.0184162 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:21 2021 Pair time (%) = 0.0013001 (7.05954) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.190309) Outpt time (%) = 0.0169618 (92.1028) Other time (%) = 0.000119209 (0.647308) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:21 2021 Memory usage per processor = 27.5529 Mbytes Step Atoms AVEKE stressZZ 30156 5000 1.4940352e-10 12724650 30157 -0.0159249999999913 12724501.127146 30157 5000 1.4937408e-10 12724501 Loop time of 0.018424 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:21 2021 Pair time (%) = 0.00129008 (7.00217) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.190227) Outpt time (%) = 0.017 (92.2706) Other time (%) = 9.89437e-05 (0.537036) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:21 2021 Memory usage per processor = 27.5529 Mbytes Step Atoms AVEKE stressZZ 30157 5000 1.4937408e-10 12724424 30158 -0.0159249999999913 12724275.5019409 30158 5000 1.4935168e-10 12724276 Loop time of 0.0182731 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:21 2021 Pair time (%) = 0.00131798 (7.21266) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.186579) Outpt time (%) = 0.01682 (92.0475) Other time (%) = 0.000101089 (0.553214) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:21 2021 Memory usage per processor = 27.5529 Mbytes Step Atoms AVEKE stressZZ 30158 5000 1.4935168e-10 12724198 30159 -0.0159249999999913 12724049.8974987 30159 5000 1.4933376e-10 12724050 Loop time of 0.0183392 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:21 2021 Pair time (%) = 0.0014329 (7.81331) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.206708) Outpt time (%) = 0.016746 (91.3131) Other time (%) = 0.000122309 (0.666927) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:21 2021 Memory usage per processor = 27.5529 Mbytes Step Atoms AVEKE stressZZ 30159 5000 1.4933376e-10 12723973 30160 -0.0159249999999913 12723824.3105243 30160 5000 1.4931868e-10 12723824 Loop time of 0.021477 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:21 2021 Pair time (%) = 0.00139785 (6.50859) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.167627) Outpt time (%) = 0.0199361 (92.8253) Other time (%) = 0.00010705 (0.49844) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:21 2021 Memory usage per processor = 27.5529 Mbytes Step Atoms AVEKE stressZZ 30160 5000 1.4931868e-10 12723747 30161 -0.0159249999999913 12723598.7389229 30161 5000 1.493054e-10 12723599 Loop time of 0.0184851 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:21 2021 Pair time (%) = 0.00137591 (7.44338) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.199917) Outpt time (%) = 0.0169649 (91.7763) Other time (%) = 0.000107288 (0.580406) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:21 2021 Memory usage per processor = 27.5529 Mbytes Step Atoms AVEKE stressZZ 30161 5000 1.493054e-10 12723522 30162 -0.0159249999999913 12723373.1813623 30162 5000 1.4929328e-10 12723373 Loop time of 0.0184238 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:21 2021 Pair time (%) = 0.00129604 (7.03462) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.19023) Outpt time (%) = 0.0169959 (92.2498) Other time (%) = 9.67979e-05 (0.525396) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:21 2021 Memory usage per processor = 27.5529 Mbytes Step Atoms AVEKE stressZZ 30162 5000 1.4929328e-10 12723296 30163 -0.0159249999999913 12723147.6369955 30163 5000 1.4928188e-10 12723148 Loop time of 0.018183 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:21 2021 Pair time (%) = 0.00129914 (7.14482) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.192749) Outpt time (%) = 0.0167489 (92.113) Other time (%) = 9.98974e-05 (0.5494) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:21 2021 Memory usage per processor = 27.5529 Mbytes Step Atoms AVEKE stressZZ 30163 5000 1.4928188e-10 12723071 30164 -0.0159249999999913 12722922.1052832 30164 5000 1.4927096e-10 12722922 Loop time of 0.018549 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:21 2021 Pair time (%) = 0.00158 (8.51799) Neigh time (%) = 0 (0) Comm time (%) = 3.98159e-05 (0.214653) Outpt time (%) = 0.0167859 (90.4949) Other time (%) = 0.00014329 (0.772494) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:21 2021 Memory usage per processor = 27.5529 Mbytes Step Atoms AVEKE stressZZ 30164 5000 1.4927096e-10 12722845 30165 -0.0159249999999913 12722696.5858819 30165 5000 1.4926032e-10 12722697 Loop time of 0.018446 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:21 2021 Pair time (%) = 0.00131893 (7.15024) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.195171) Outpt time (%) = 0.0169911 (92.113) Other time (%) = 9.98974e-05 (0.541568) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:21 2021 Memory usage per processor = 27.5529 Mbytes Step Atoms AVEKE stressZZ 30165 5000 1.4926032e-10 12722619 30166 -0.0159249999999913 12722471.0785728 30166 5000 1.4924988e-10 12722471 Loop time of 0.0184429 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:21 2021 Pair time (%) = 0.001297 (7.03251) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.184862) Outpt time (%) = 0.0170131 (92.2474) Other time (%) = 9.87053e-05 (0.535195) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:21 2021 Memory usage per processor = 27.5529 Mbytes Step Atoms AVEKE stressZZ 30166 5000 1.4924988e-10 12722394 30167 -0.0159249999999913 12722245.583216 30167 5000 1.4923955e-10 12722246 Loop time of 0.018198 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:21 2021 Pair time (%) = 0.00129294 (7.10486) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.19259) Outpt time (%) = 0.0167701 (92.1536) Other time (%) = 9.98974e-05 (0.548947) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:21 2021 Memory usage per processor = 27.5529 Mbytes Step Atoms AVEKE stressZZ 30167 5000 1.4923955e-10 12722168 30168 -0.0159249999999913 12722020.0997223 30168 5000 1.492293e-10 12722020 Loop time of 0.0183201 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:21 2021 Pair time (%) = 0.00135803 (7.41281) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.196512) Outpt time (%) = 0.0168211 (91.8181) Other time (%) = 0.000104904 (0.572618) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:21 2021 Memory usage per processor = 27.5529 Mbytes Step Atoms AVEKE stressZZ 30168 5000 1.492293e-10 12721943 30169 -0.0159249999999913 12721794.6280341 30169 5000 1.492191e-10 12721795 Loop time of 0.0185931 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:21 2021 Pair time (%) = 0.00138092 (7.42707) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.193627) Outpt time (%) = 0.017067 (91.792) Other time (%) = 0.000109196 (0.587292) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:21 2021 Memory usage per processor = 27.5529 Mbytes Step Atoms AVEKE stressZZ 30169 5000 1.492191e-10 12721718 30170 -0.0159249999999913 12721569.1681138 30170 5000 1.4920893e-10 12721569 Loop time of 0.0214221 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:21 2021 Pair time (%) = 0.00139689 (6.5208) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.178073) Outpt time (%) = 0.019876 (92.7825) Other time (%) = 0.000111103 (0.518636) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:21 2021 Memory usage per processor = 27.5529 Mbytes Step Atoms AVEKE stressZZ 30170 5000 1.4920893e-10 12721492 30171 -0.0159249999999913 12721343.7199377 30171 5000 1.4919879e-10 12721344 Loop time of 0.0183899 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:21 2021 Pair time (%) = 0.00128889 (7.00867) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.19058) Outpt time (%) = 0.016968 (92.2679) Other time (%) = 9.799e-05 (0.532846) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:21 2021 Memory usage per processor = 27.5529 Mbytes Step Atoms AVEKE stressZZ 30171 5000 1.4919879e-10 12721267 30172 -0.0159249999999913 12721118.2834892 30172 5000 1.4918865e-10 12721118 Loop time of 0.018224 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:21 2021 Pair time (%) = 0.00130796 (7.17715) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.192315) Outpt time (%) = 0.016783 (92.0928) Other time (%) = 9.799e-05 (0.537698) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:21 2021 Memory usage per processor = 27.5529 Mbytes Step Atoms AVEKE stressZZ 30172 5000 1.4918865e-10 12721041 30173 -0.0159249999999913 12720892.8587267 30173 5000 1.4917853e-10 12720893 Loop time of 0.0183048 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:21 2021 Pair time (%) = 0.00138998 (7.59352) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.201886) Outpt time (%) = 0.016767 (91.5989) Other time (%) = 0.000110865 (0.605658) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:21 2021 Memory usage per processor = 27.5529 Mbytes Step Atoms AVEKE stressZZ 30173 5000 1.4917853e-10 12720816 30174 -0.0159249999999913 12720667.4456508 30174 5000 1.4916841e-10 12720667 Loop time of 0.018621 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:21 2021 Pair time (%) = 0.0013721 (7.36857) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.198458) Outpt time (%) = 0.017103 (91.8478) Other time (%) = 0.000108957 (0.585132) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:21 2021 Memory usage per processor = 27.5529 Mbytes Step Atoms AVEKE stressZZ 30174 5000 1.4916841e-10 12720590 30175 -0.0159249999999913 12720442.0442779 30175 5000 1.4915829e-10 12720442 Loop time of 0.0183868 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:21 2021 Pair time (%) = 0.0012958 (7.04746) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.195799) Outpt time (%) = 0.0169549 (92.2121) Other time (%) = 0.000100136 (0.544606) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:21 2021 Memory usage per processor = 27.5529 Mbytes Step Atoms AVEKE stressZZ 30175 5000 1.4915829e-10 12720365 30176 -0.0159249999999913 12720216.6546033 30176 5000 1.4914818e-10 12720217 Loop time of 0.018698 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:21 2021 Pair time (%) = 0.00149703 (8.00638) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.214217) Outpt time (%) = 0.0170259 (91.0577) Other time (%) = 0.000134945 (0.721709) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:21 2021 Memory usage per processor = 27.5529 Mbytes Step Atoms AVEKE stressZZ 30176 5000 1.4914818e-10 12720140 30177 -0.0159249999999913 12719991.2766246 30177 5000 1.4913807e-10 12719991 Loop time of 0.0182269 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:21 2021 Pair time (%) = 0.00130796 (7.17603) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.20275) Outpt time (%) = 0.0167789 (92.0561) Other time (%) = 0.000102997 (0.565083) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:21 2021 Memory usage per processor = 27.5529 Mbytes Step Atoms AVEKE stressZZ 30177 5000 1.4913807e-10 12719914 30178 -0.0159249999999913 12719765.910339 30178 5000 1.4912797e-10 12719766 Loop time of 0.0185211 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:21 2021 Pair time (%) = 0.00153708 (8.29911) Neigh time (%) = 0 (0) Comm time (%) = 4.31538e-05 (0.232998) Outpt time (%) = 0.0167849 (90.626) Other time (%) = 0.000155926 (0.841883) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:21 2021 Memory usage per processor = 27.5529 Mbytes Step Atoms AVEKE stressZZ 30178 5000 1.4912797e-10 12719689 30179 -0.0159249999999913 12719540.5557442 30179 5000 1.4911786e-10 12719541 Loop time of 0.0183871 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:21 2021 Pair time (%) = 0.00129795 (7.05904) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.19061) Outpt time (%) = 0.0169549 (92.2109) Other time (%) = 9.91821e-05 (0.539412) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:21 2021 Memory usage per processor = 27.5529 Mbytes Step Atoms AVEKE stressZZ 30179 5000 1.4911786e-10 12719463 30180 -0.0159249999999913 12719315.2128384 30180 5000 1.4910776e-10 12719315 Loop time of 0.0211649 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:21 2021 Pair time (%) = 0.00129509 (6.11905) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.165593) Outpt time (%) = 0.019737 (93.2535) Other time (%) = 9.77516e-05 (0.461857) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:21 2021 Memory usage per processor = 27.5529 Mbytes Step Atoms AVEKE stressZZ 30180 5000 1.4910776e-10 12719238 30181 -0.0159249999999913 12719089.8816195 30181 5000 1.4909766e-10 12719090 Loop time of 0.0184581 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:21 2021 Pair time (%) = 0.00129795 (7.03187) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.189876) Outpt time (%) = 0.0170259 (92.2409) Other time (%) = 9.91821e-05 (0.537336) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:21 2021 Memory usage per processor = 27.5529 Mbytes Step Atoms AVEKE stressZZ 30181 5000 1.4909766e-10 12719013 30182 -0.0159249999999913 12718864.5620864 30182 5000 1.4908755e-10 12718865 Loop time of 0.0182872 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:21 2021 Pair time (%) = 0.00131106 (7.1693) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.196866) Outpt time (%) = 0.0168331 (92.0484) Other time (%) = 0.00010705 (0.585382) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:21 2021 Memory usage per processor = 27.5529 Mbytes Step Atoms AVEKE stressZZ 30182 5000 1.4908755e-10 12718787 30183 -0.0159249999999913 12718639.2542509 30183 5000 1.4907745e-10 12718639 Loop time of 0.0186529 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:21 2021 Pair time (%) = 0.00153017 (8.20338) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.203231) Outpt time (%) = 0.0169389 (90.8111) Other time (%) = 0.000145912 (0.782249) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:21 2021 Memory usage per processor = 27.5529 Mbytes Step Atoms AVEKE stressZZ 30183 5000 1.4907745e-10 12718562 30184 -0.0159249999999913 12718413.9581707 30184 5000 1.4906736e-10 12718414 Loop time of 0.018363 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:21 2021 Pair time (%) = 0.00129104 (7.03064) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.189561) Outpt time (%) = 0.0169351 (92.2241) Other time (%) = 0.000102043 (0.5557) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:21 2021 Memory usage per processor = 27.5529 Mbytes Step Atoms AVEKE stressZZ 30184 5000 1.4906736e-10 12718337 30185 -0.0159249999999913 12718188.6738134 30185 5000 1.4905726e-10 12718189 Loop time of 0.018348 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:21 2021 Pair time (%) = 0.0012939 (7.05199) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.184519) Outpt time (%) = 0.016922 (92.2281) Other time (%) = 9.82285e-05 (0.535364) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:21 2021 Memory usage per processor = 27.5529 Mbytes Step Atoms AVEKE stressZZ 30185 5000 1.4905726e-10 12718112 30186 -0.0159249999999913 12717963.4011664 30186 5000 1.4904716e-10 12717963 Loop time of 0.0182741 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:21 2021 Pair time (%) = 0.00129509 (7.08704) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.191788) Outpt time (%) = 0.0168421 (92.1641) Other time (%) = 0.000101805 (0.557099) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:21 2021 Memory usage per processor = 27.5529 Mbytes Step Atoms AVEKE stressZZ 30186 5000 1.4904716e-10 12717886 30187 -0.0159249999999913 12717738.1402233 30187 5000 1.4903707e-10 12717738 Loop time of 0.0183849 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:21 2021 Pair time (%) = 0.00143003 (7.7783) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.201006) Outpt time (%) = 0.016803 (91.3956) Other time (%) = 0.000114918 (0.625065) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:21 2021 Memory usage per processor = 27.5529 Mbytes Step Atoms AVEKE stressZZ 30187 5000 1.4903707e-10 12717661 30188 -0.0159249999999913 12717512.8909789 30188 5000 1.4902697e-10 12717513 Loop time of 0.018435 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:21 2021 Pair time (%) = 0.00133395 (7.23597) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.20046) Outpt time (%) = 0.016957 (91.9829) Other time (%) = 0.00010705 (0.580689) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:21 2021 Memory usage per processor = 27.5529 Mbytes Step Atoms AVEKE stressZZ 30188 5000 1.4902697e-10 12717436 30189 -0.0159249999999913 12717287.6534298 30189 5000 1.4901688e-10 12717288 Loop time of 0.0184228 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:21 2021 Pair time (%) = 0.0013001 (7.05698) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.195416) Outpt time (%) = 0.016988 (92.2118) Other time (%) = 9.87053e-05 (0.535777) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:21 2021 Memory usage per processor = 27.5529 Mbytes Step Atoms AVEKE stressZZ 30189 5000 1.4901688e-10 12717211 30190 -0.0159249999999913 12717062.4275729 30190 5000 1.4900679e-10 12717062 Loop time of 0.0212178 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:21 2021 Pair time (%) = 0.0013001 (6.12738) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.16518) Outpt time (%) = 0.0197809 (93.2276) Other time (%) = 0.000101805 (0.479808) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:21 2021 Memory usage per processor = 27.5529 Mbytes Step Atoms AVEKE stressZZ 30190 5000 1.4900679e-10 12716985 30191 -0.0159249999999913 12716837.2134053 30191 5000 1.489967e-10 12716837 Loop time of 0.0181799 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:21 2021 Pair time (%) = 0.00130606 (7.18407) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.198028) Outpt time (%) = 0.0167339 (92.0461) Other time (%) = 0.000103951 (0.571788) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:21 2021 Memory usage per processor = 27.5529 Mbytes Step Atoms AVEKE stressZZ 30191 5000 1.489967e-10 12716760 30192 -0.0159249999999913 12716612.0109243 30192 5000 1.4898661e-10 12716612 Loop time of 0.0183299 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:21 2021 Pair time (%) = 0.00142694 (7.78476) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.21852) Outpt time (%) = 0.0167489 (91.375) Other time (%) = 0.000113964 (0.62174) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:21 2021 Memory usage per processor = 27.5529 Mbytes Step Atoms AVEKE stressZZ 30192 5000 1.4898661e-10 12716535 30193 -0.0159249999999913 12716386.8201277 30193 5000 1.4897652e-10 12716387 Loop time of 0.0180581 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:21 2021 Pair time (%) = 0.0012958 (7.17577) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.192762) Outpt time (%) = 0.0166321 (92.1034) Other time (%) = 9.53674e-05 (0.528116) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:21 2021 Memory usage per processor = 27.5529 Mbytes Step Atoms AVEKE stressZZ 30193 5000 1.4897652e-10 12716310 30194 -0.0159249999999913 12716161.6410133 30194 5000 1.4896644e-10 12716162 Loop time of 0.0180459 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:21 2021 Pair time (%) = 0.00129414 (7.17136) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.194213) Outpt time (%) = 0.016624 (92.1205) Other time (%) = 9.27448e-05 (0.513938) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:21 2021 Memory usage per processor = 27.5529 Mbytes Step Atoms AVEKE stressZZ 30194 5000 1.4896644e-10 12716085 30195 -0.0159249999999913 12715936.4735791 30195 5000 1.4895635e-10 12715936 Loop time of 0.0183201 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:21 2021 Pair time (%) = 0.00129008 (7.04191) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.186101) Outpt time (%) = 0.0169041 (92.271) Other time (%) = 9.17912e-05 (0.501041) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:21 2021 Memory usage per processor = 27.5529 Mbytes Step Atoms AVEKE stressZZ 30195 5000 1.4895635e-10 12715859 30196 -0.0159249999999913 12715711.317823 30196 5000 1.4894627e-10 12715711 Loop time of 0.018271 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:21 2021 Pair time (%) = 0.001297 (7.09868) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.186601) Outpt time (%) = 0.0168412 (92.1745) Other time (%) = 9.87053e-05 (0.54023) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:21 2021 Memory usage per processor = 27.5529 Mbytes Step Atoms AVEKE stressZZ 30196 5000 1.4894627e-10 12715634 30197 -0.0159249999999913 12715486.1737431 30197 5000 1.4893618e-10 12715486 Loop time of 0.018285 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:22 2021 Pair time (%) = 0.00138497 (7.57435) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.20732) Outpt time (%) = 0.016758 (91.6485) Other time (%) = 0.000104189 (0.569804) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:22 2021 Memory usage per processor = 27.5529 Mbytes Step Atoms AVEKE stressZZ 30197 5000 1.4893618e-10 12715409 30198 -0.0159249999999913 12715261.0413376 30198 5000 1.489261e-10 12715261 Loop time of 0.0185711 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:22 2021 Pair time (%) = 0.00136399 (7.34469) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.20541) Outpt time (%) = 0.0170588 (91.8568) Other time (%) = 0.000110149 (0.593121) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:22 2021 Memory usage per processor = 27.5529 Mbytes Step Atoms AVEKE stressZZ 30198 5000 1.489261e-10 12715184 30199 -0.0159249999999913 12715035.9206045 30199 5000 1.4891602e-10 12715036 Loop time of 0.018435 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:22 2021 Pair time (%) = 0.00132012 (7.16096) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.20046) Outpt time (%) = 0.016973 (92.0695) Other time (%) = 0.000104904 (0.569049) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:22 2021 Memory usage per processor = 27.5529 Mbytes Step Atoms AVEKE stressZZ 30199 5000 1.4891602e-10 12714959 30200 -0.0159249999999913 12714810.8115422 30200 5000 1.4890594e-10 12714811 Loop time of 0.0212252 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:22 2021 Pair time (%) = 0.00129199 (6.08705) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.160629) Outpt time (%) = 0.0198021 (93.2951) Other time (%) = 9.70364e-05 (0.457175) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:22 2021 Memory usage per processor = 27.5529 Mbytes Step Atoms AVEKE stressZZ 30200 5000 1.4890594e-10 12714734 30201 -0.0159249999999913 12714585.714149 30201 5000 1.4889586e-10 12714586 Loop time of 0.0182841 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:22 2021 Pair time (%) = 0.00129509 (7.08315) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.186467) Outpt time (%) = 0.0168531 (92.1736) Other time (%) = 0.000101805 (0.556794) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:22 2021 Memory usage per processor = 27.5529 Mbytes Step Atoms AVEKE stressZZ 30201 5000 1.4889586e-10 12714509 30202 -0.0159249999999913 12714360.6284231 30202 5000 1.4888578e-10 12714361 Loop time of 0.0182331 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:22 2021 Pair time (%) = 0.00133896 (7.34358) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.19745) Outpt time (%) = 0.0167489 (91.8601) Other time (%) = 0.000109196 (0.598889) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:22 2021 Memory usage per processor = 27.5529 Mbytes Step Atoms AVEKE stressZZ 30202 5000 1.4888578e-10 12714284 30203 -0.0159249999999913 12714135.5543269 30203 5000 1.4887571e-10 12714136 Loop time of 0.018574 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:22 2021 Pair time (%) = 0.00135994 (7.32174) Neigh time (%) = 0 (0) Comm time (%) = 4.19617e-05 (0.225916) Outpt time (%) = 0.0170591 (91.8439) Other time (%) = 0.00011301 (0.608433) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:22 2021 Memory usage per processor = 27.5529 Mbytes Step Atoms AVEKE stressZZ 30203 5000 1.4887571e-10 12714059 30204 -0.0159249999999913 12713910.4918784 30204 5000 1.4886563e-10 12713910 Loop time of 0.018369 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:22 2021 Pair time (%) = 0.00129223 (7.03485) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.190798) Outpt time (%) = 0.0169451 (92.2487) Other time (%) = 9.65595e-05 (0.525667) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:22 2021 Memory usage per processor = 27.5529 Mbytes Step Atoms AVEKE stressZZ 30204 5000 1.4886563e-10 12713833 30205 -0.0159249999999913 12713685.4410902 30205 5000 1.4885556e-10 12713685 Loop time of 0.018393 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:22 2021 Pair time (%) = 0.00129604 (7.04638) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.190548) Outpt time (%) = 0.0169661 (92.242) Other time (%) = 9.58443e-05 (0.52109) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:22 2021 Memory usage per processor = 27.5529 Mbytes Step Atoms AVEKE stressZZ 30205 5000 1.4885556e-10 12713608 30206 -0.0159249999999913 12713460.4019604 30206 5000 1.4884549e-10 12713460 Loop time of 0.018178 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:22 2021 Pair time (%) = 0.001302 (7.16253) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.198048) Outpt time (%) = 0.0167379 (92.0781) Other time (%) = 0.000102043 (0.561356) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:22 2021 Memory usage per processor = 27.5529 Mbytes Step Atoms AVEKE stressZZ 30206 5000 1.4884549e-10 12713383 30207 -0.0159249999999913 12713235.3744879 30207 5000 1.4883542e-10 12713235 Loop time of 0.018513 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:22 2021 Pair time (%) = 0.00149798 (8.09154) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.209919) Outpt time (%) = 0.0168428 (90.9786) Other time (%) = 0.000133276 (0.719906) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:22 2021 Memory usage per processor = 27.5529 Mbytes Step Atoms AVEKE stressZZ 30207 5000 1.4883542e-10 12713158 30208 -0.0159249999999913 12713010.3586708 30208 5000 1.4882535e-10 12713010 Loop time of 0.0183771 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:22 2021 Pair time (%) = 0.0013001 (7.07456) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.185524) Outpt time (%) = 0.0169439 (92.2015) Other time (%) = 9.89437e-05 (0.538409) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:22 2021 Memory usage per processor = 27.5529 Mbytes Step Atoms AVEKE stressZZ 30208 5000 1.4882535e-10 12712933 30209 -0.0159249999999913 12712785.354508 30209 5000 1.4881528e-10 12712785 Loop time of 0.0183561 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:22 2021 Pair time (%) = 0.00129485 (7.05407) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.189633) Outpt time (%) = 0.0169291 (92.2264) Other time (%) = 9.72748e-05 (0.529932) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:22 2021 Memory usage per processor = 27.5529 Mbytes Step Atoms AVEKE stressZZ 30209 5000 1.4881528e-10 12712708 30210 -0.0159249999999913 12712560.3619977 30210 5000 1.4880521e-10 12712560 Loop time of 0.0213308 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:22 2021 Pair time (%) = 0.0012958 (6.0748) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.163187) Outpt time (%) = 0.019901 (93.297) Other time (%) = 9.91821e-05 (0.464971) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:22 2021 Memory usage per processor = 27.5529 Mbytes Step Atoms AVEKE stressZZ 30210 5000 1.4880521e-10 12712483 30211 -0.0159249999999913 12712335.3811387 30211 5000 1.4879514e-10 12712335 Loop time of 0.018276 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:22 2021 Pair time (%) = 0.00130892 (7.16196) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.196986) Outpt time (%) = 0.016824 (92.0553) Other time (%) = 0.00010705 (0.585741) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:22 2021 Memory usage per processor = 27.5529 Mbytes Step Atoms AVEKE stressZZ 30211 5000 1.4879514e-10 12712258 30212 -0.0159249999999913 12712110.4119293 30212 5000 1.4878508e-10 12712110 Loop time of 0.01861 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:22 2021 Pair time (%) = 0.00158095 (8.49518) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.21523) Outpt time (%) = 0.016845 (90.5158) Other time (%) = 0.000144005 (0.773803) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:22 2021 Memory usage per processor = 27.5529 Mbytes Step Atoms AVEKE stressZZ 30212 5000 1.4878508e-10 12712033 30213 -0.0159249999999913 12711885.4543683 30213 5000 1.4877501e-10 12711885 Loop time of 0.018491 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:22 2021 Pair time (%) = 0.00139284 (7.53252) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.194696) Outpt time (%) = 0.0169499 (91.6655) Other time (%) = 0.000112295 (0.607295) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:22 2021 Memory usage per processor = 27.5529 Mbytes Step Atoms AVEKE stressZZ 30213 5000 1.4877501e-10 12711808 30214 -0.0159249999999913 12711660.5084544 30214 5000 1.4876495e-10 12711661 Loop time of 0.0183899 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:22 2021 Pair time (%) = 0.00129199 (7.02553) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.189283) Outpt time (%) = 0.0169649 (92.251) Other time (%) = 9.82285e-05 (0.534142) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:22 2021 Memory usage per processor = 27.5529 Mbytes Step Atoms AVEKE stressZZ 30214 5000 1.4876495e-10 12711584 30215 -0.0159249999999913 12711435.5741857 30215 5000 1.4875489e-10 12711436 Loop time of 0.0184231 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:22 2021 Pair time (%) = 0.00130105 (7.06207) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.190237) Outpt time (%) = 0.016988 (92.2106) Other time (%) = 9.89437e-05 (0.537064) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:22 2021 Memory usage per processor = 27.5529 Mbytes Step Atoms AVEKE stressZZ 30215 5000 1.4875489e-10 12711359 30216 -0.0159249999999913 12711210.6515611 30216 5000 1.4874482e-10 12711211 Loop time of 0.018364 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:22 2021 Pair time (%) = 0.00129294 (7.04066) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.184358) Outpt time (%) = 0.016937 (92.2297) Other time (%) = 0.000100136 (0.545285) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:22 2021 Memory usage per processor = 27.5529 Mbytes Step Atoms AVEKE stressZZ 30216 5000 1.4874482e-10 12711134 30217 -0.0159249999999913 12710985.7405793 30217 5000 1.4873476e-10 12710986 Loop time of 0.018497 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:22 2021 Pair time (%) = 0.00135517 (7.32644) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.189477) Outpt time (%) = 0.0170028 (91.9221) Other time (%) = 0.000103951 (0.561986) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:22 2021 Memory usage per processor = 27.5529 Mbytes Step Atoms AVEKE stressZZ 30217 5000 1.4873476e-10 12710909 30218 -0.0159249999999913 12710760.8412387 30218 5000 1.4872471e-10 12710761 Loop time of 0.0184021 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:22 2021 Pair time (%) = 0.00129795 (7.05328) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.183976) Outpt time (%) = 0.0169721 (92.229) Other time (%) = 9.82285e-05 (0.533789) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:22 2021 Memory usage per processor = 27.5529 Mbytes Step Atoms AVEKE stressZZ 30218 5000 1.4872471e-10 12710684 30219 -0.0159249999999913 12710535.9535382 30219 5000 1.4871465e-10 12710536 Loop time of 0.0184259 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:22 2021 Pair time (%) = 0.0012958 (7.0325) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.188914) Outpt time (%) = 0.0169971 (92.2455) Other time (%) = 9.82285e-05 (0.533099) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:22 2021 Memory usage per processor = 27.5529 Mbytes Step Atoms AVEKE stressZZ 30219 5000 1.4871465e-10 12710459 30220 -0.0159249999999913 12710311.0774759 30220 5000 1.4870459e-10 12710311 Loop time of 0.0211241 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:22 2021 Pair time (%) = 0.00130606 (6.18277) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.165912) Outpt time (%) = 0.0196781 (93.1547) Other time (%) = 0.000104904 (0.496608) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:22 2021 Memory usage per processor = 27.5529 Mbytes Step Atoms AVEKE stressZZ 30220 5000 1.4870459e-10 12710234 30221 -0.0159249999999913 12710086.213051 30221 5000 1.4869454e-10 12710086 Loop time of 0.0183702 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:22 2021 Pair time (%) = 0.00145292 (7.90915) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.207657) Outpt time (%) = 0.0167592 (91.2304) Other time (%) = 0.000119925 (0.652823) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:22 2021 Memory usage per processor = 27.5529 Mbytes Step Atoms AVEKE stressZZ 30221 5000 1.4869454e-10 12710009 30222 -0.0159249999999913 12709861.3602617 30222 5000 1.4868448e-10 12709861 Loop time of 0.0184519 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:22 2021 Pair time (%) = 0.001333 (7.22417) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.195108) Outpt time (%) = 0.0169759 (92.0006) Other time (%) = 0.00010705 (0.580156) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:22 2021 Memory usage per processor = 27.5529 Mbytes Step Atoms AVEKE stressZZ 30222 5000 1.4868448e-10 12709784 30223 -0.0159249999999913 12709636.5191069 30223 5000 1.4867443e-10 12709637 Loop time of 0.0183849 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:22 2021 Pair time (%) = 0.00129604 (7.04949) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.189335) Outpt time (%) = 0.016957 (92.2334) Other time (%) = 9.70364e-05 (0.527804) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:22 2021 Memory usage per processor = 27.5529 Mbytes Step Atoms AVEKE stressZZ 30223 5000 1.4867443e-10 12709560 30224 -0.0159249999999913 12709411.6895852 30224 5000 1.4866438e-10 12709412 Loop time of 0.0183451 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:22 2021 Pair time (%) = 0.00133681 (7.28702) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.196244) Outpt time (%) = 0.0168681 (91.9488) Other time (%) = 0.000104189 (0.567938) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:22 2021 Memory usage per processor = 27.5529 Mbytes Step Atoms AVEKE stressZZ 30224 5000 1.4866438e-10 12709335 30225 -0.0159249999999913 12709186.8716953 30225 5000 1.4865433e-10 12709187 Loop time of 0.0182579 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:22 2021 Pair time (%) = 0.00135899 (7.44329) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.197182) Outpt time (%) = 0.016757 (91.7797) Other time (%) = 0.000105858 (0.579793) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:22 2021 Memory usage per processor = 27.5529 Mbytes Step Atoms AVEKE stressZZ 30225 5000 1.4865433e-10 12709110 30226 -0.0159249999999913 12708962.0654357 30226 5000 1.4864428e-10 12708962 Loop time of 0.0186338 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:22 2021 Pair time (%) = 0.00139308 (7.47607) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.193203) Outpt time (%) = 0.017061 (91.5592) Other time (%) = 0.000143766 (0.771534) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:22 2021 Memory usage per processor = 27.5529 Mbytes Step Atoms AVEKE stressZZ 30226 5000 1.4864428e-10 12708885 30227 -0.0159249999999913 12708737.2708051 30227 5000 1.4863423e-10 12708737 Loop time of 0.018364 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:22 2021 Pair time (%) = 0.00129199 (7.03547) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.19085) Outpt time (%) = 0.0169411 (92.2518) Other time (%) = 9.58443e-05 (0.521915) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:22 2021 Memory usage per processor = 27.5529 Mbytes Step Atoms AVEKE stressZZ 30227 5000 1.4863423e-10 12708660 30228 -0.0159249999999913 12708512.4878021 30228 5000 1.4862418e-10 12708512 Loop time of 0.0184851 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:22 2021 Pair time (%) = 0.00130105 (7.03838) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.188309) Outpt time (%) = 0.0170472 (92.2213) Other time (%) = 0.000102043 (0.55203) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:22 2021 Memory usage per processor = 27.5529 Mbytes Step Atoms AVEKE stressZZ 30228 5000 1.4862418e-10 12708436 30229 -0.0159249999999913 12708287.7164256 30229 5000 1.4861414e-10 12708288 Loop time of 0.018281 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:22 2021 Pair time (%) = 0.00130415 (7.13391) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.191716) Outpt time (%) = 0.016845 (92.1449) Other time (%) = 9.67979e-05 (0.529501) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:22 2021 Memory usage per processor = 27.5529 Mbytes Step Atoms AVEKE stressZZ 30229 5000 1.4861414e-10 12708211 30230 -0.0159249999999913 12708062.9566742 30230 5000 1.4860409e-10 12708063 Loop time of 0.0214019 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:22 2021 Pair time (%) = 0.00149083 (6.96589) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.187153) Outpt time (%) = 0.019737 (92.2209) Other time (%) = 0.000133991 (0.626072) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:22 2021 Memory usage per processor = 27.5529 Mbytes Step Atoms AVEKE stressZZ 30230 5000 1.4860409e-10 12707986 30231 -0.0159249999999913 12707838.2085466 30231 5000 1.4859405e-10 12707838 Loop time of 0.0186698 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:22 2021 Pair time (%) = 0.00142908 (7.65449) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.192831) Outpt time (%) = 0.017051 (91.329) Other time (%) = 0.00015378 (0.823681) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:22 2021 Memory usage per processor = 27.5529 Mbytes Step Atoms AVEKE stressZZ 30231 5000 1.4859405e-10 12707761 30232 -0.0159249999999913 12707613.4720415 30232 5000 1.4858401e-10 12707613 Loop time of 0.0183749 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:22 2021 Pair time (%) = 0.00129485 (7.04684) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.190736) Outpt time (%) = 0.0169458 (92.2227) Other time (%) = 9.91821e-05 (0.539769) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:22 2021 Memory usage per processor = 27.5529 Mbytes Step Atoms AVEKE stressZZ 30232 5000 1.4858401e-10 12707537 30233 -0.0159249999999913 12707388.7471573 30233 5000 1.4857397e-10 12707389 Loop time of 0.017844 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:22 2021 Pair time (%) = 0.00130105 (7.29126) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.195075) Outpt time (%) = 0.0164101 (91.9645) Other time (%) = 9.799e-05 (0.54915) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:22 2021 Memory usage per processor = 27.5529 Mbytes Step Atoms AVEKE stressZZ 30233 5000 1.4857397e-10 12707312 30234 -0.0159249999999913 12707164.0338998 30234 5000 1.4856393e-10 12707164 Loop time of 0.0174751 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:22 2021 Pair time (%) = 0.00129008 (7.38239) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.189642) Outpt time (%) = 0.016062 (91.9136) Other time (%) = 8.98838e-05 (0.514353) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:22 2021 Memory usage per processor = 27.5529 Mbytes Step Atoms AVEKE stressZZ 30234 5000 1.4856393e-10 12707087 30235 -0.0159249999999913 12706939.3322634 30235 5000 1.4855389e-10 12706939 Loop time of 0.0174611 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:22 2021 Pair time (%) = 0.00123096 (7.04972) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.189795) Outpt time (%) = 0.0161068 (92.2444) Other time (%) = 9.01222e-05 (0.516133) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:22 2021 Memory usage per processor = 27.5529 Mbytes Step Atoms AVEKE stressZZ 30235 5000 1.4855389e-10 12706862 30236 -0.0159249999999913 12706714.6422437 30236 5000 1.4854385e-10 12706715 Loop time of 0.018204 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:22 2021 Pair time (%) = 0.00133705 (7.34483) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.203004) Outpt time (%) = 0.016715 (91.8209) Other time (%) = 0.000114918 (0.631278) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:22 2021 Memory usage per processor = 27.5529 Mbytes Step Atoms AVEKE stressZZ 30236 5000 1.4854385e-10 12706638 30237 -0.0159249999999913 12706489.9638402 30237 5000 1.4853381e-10 12706490 Loop time of 0.0184309 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:23 2021 Pair time (%) = 0.00126505 (6.86372) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.184982) Outpt time (%) = 0.0170321 (92.4106) Other time (%) = 9.9659e-05 (0.540715) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:23 2021 Memory usage per processor = 27.5529 Mbytes Step Atoms AVEKE stressZZ 30237 5000 1.4853381e-10 12706413 30238 -0.0159249999999913 12706265.2970508 30238 5000 1.4852378e-10 12706265 Loop time of 0.0180109 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:23 2021 Pair time (%) = 0.00127006 (7.05161) Neigh time (%) = 0 (0) Comm time (%) = 6.38962e-05 (0.354765) Outpt time (%) = 0.016521 (91.7279) Other time (%) = 0.000155926 (0.865732) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:23 2021 Memory usage per processor = 27.5529 Mbytes Step Atoms AVEKE stressZZ 30238 5000 1.4852378e-10 12706188 30239 -0.0159249999999913 12706040.6418748 30239 5000 1.4851374e-10 12706041 Loop time of 0.017653 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:23 2021 Pair time (%) = 0.00131488 (7.44848) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.197185) Outpt time (%) = 0.0162001 (91.7695) Other time (%) = 0.000103235 (0.584803) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:30:23 2021 Memory usage per processor = 27.5529 Mbytes Step Atoms AVEKE stressZZ 30239 5000 1.4851374e-10 12705964 30240 -0.0159249999999913 12705787.5944525 30240 5000 2.9234929e-10 12706207 Loop time of 0.0207331 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:23 2021 Pair time (%) = 0.00137711 (6.64206) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.246087) Outpt time (%) = 0.019151 (92.369) Other time (%) = 0.000154018 (0.742862) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28408 ave 28408 max 28408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28408 Ave neighs/atom = 5.6816 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:23 2021 Memory usage per processor = 27.553 Mbytes Step Atoms AVEKE stressZZ 30240 5000 2.9234929e-10 12786211 30241 -0.0159574999999913 12786017.1512182 30241 5000 2.3515084e-10 12786017 Loop time of 0.0182769 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:23 2021 Pair time (%) = 0.00123811 (6.77416) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.18654) Outpt time (%) = 0.016912 (92.5319) Other time (%) = 9.27448e-05 (0.507442) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28409 ave 28409 max 28409 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28409 Ave neighs/atom = 5.6818 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:23 2021 Memory usage per processor = 27.553 Mbytes Step Atoms AVEKE stressZZ 30241 5000 2.3515084e-10 12785913 30242 -0.0159574999999913 12785735.2099193 30242 5000 2.0204245e-10 12785735 Loop time of 0.0183191 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:23 2021 Pair time (%) = 0.00130606 (7.12947) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.180905) Outpt time (%) = 0.01685 (91.9803) Other time (%) = 0.000129938 (0.709303) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28409 ave 28409 max 28409 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28409 Ave neighs/atom = 5.6818 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:23 2021 Memory usage per processor = 27.553 Mbytes Step Atoms AVEKE stressZZ 30242 5000 2.0204245e-10 12785640 30243 -0.0159574999999913 12785473.4424477 30243 5000 1.8230897e-10 12785473 Loop time of 0.0174959 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:23 2021 Pair time (%) = 0.00132608 (7.57941) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.200319) Outpt time (%) = 0.016036 (91.6561) Other time (%) = 9.87053e-05 (0.564163) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28409 ave 28409 max 28409 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28409 Ave neighs/atom = 5.6818 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:23 2021 Memory usage per processor = 27.553 Mbytes Step Atoms AVEKE stressZZ 30243 5000 1.8230897e-10 12785385 30244 -0.0159574999999913 12785224.4998979 30244 5000 1.7029401e-10 12785224 Loop time of 0.0178928 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:23 2021 Pair time (%) = 0.00155401 (8.68511) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.211864) Outpt time (%) = 0.0161629 (90.3315) Other time (%) = 0.000138044 (0.771506) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28409 ave 28409 max 28409 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28409 Ave neighs/atom = 5.6818 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:23 2021 Memory usage per processor = 27.553 Mbytes Step Atoms AVEKE stressZZ 30244 5000 1.7029401e-10 12785140 30245 -0.0159574999999913 12784983.711985 30245 5000 1.6286861e-10 12784984 Loop time of 0.018441 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:23 2021 Pair time (%) = 0.00129008 (6.99575) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.17971) Outpt time (%) = 0.017024 (92.3164) Other time (%) = 9.36985e-05 (0.5081) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28409 ave 28409 max 28409 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28409 Ave neighs/atom = 5.6818 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:23 2021 Memory usage per processor = 27.553 Mbytes Step Atoms AVEKE stressZZ 30245 5000 1.6286861e-10 12784902 30246 -0.0159574999999913 12784748.1107124 30246 5000 1.5823243e-10 12784748 Loop time of 0.0183358 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:23 2021 Pair time (%) = 0.00128198 (6.99165) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.17944) Outpt time (%) = 0.016927 (92.3166) Other time (%) = 9.39369e-05 (0.512314) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28409 ave 28409 max 28409 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28409 Ave neighs/atom = 5.6818 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:23 2021 Memory usage per processor = 27.553 Mbytes Step Atoms AVEKE stressZZ 30246 5000 1.5823243e-10 12784668 30247 -0.0159574999999913 12784515.8098829 30247 5000 1.5531731e-10 12784516 Loop time of 0.0175381 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:23 2021 Pair time (%) = 0.00127578 (7.27433) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.187602) Outpt time (%) = 0.0161331 (91.9889) Other time (%) = 9.63211e-05 (0.549212) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28409 ave 28409 max 28409 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28409 Ave neighs/atom = 5.6818 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:23 2021 Memory usage per processor = 27.553 Mbytes Step Atoms AVEKE stressZZ 30247 5000 1.5531731e-10 12784436 30248 -0.0159574999999913 12784285.6108003 30248 5000 1.5347514e-10 12784286 Loop time of 0.0177009 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:23 2021 Pair time (%) = 0.00133109 (7.5199) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.215509) Outpt time (%) = 0.0162239 (91.6558) Other time (%) = 0.000107765 (0.608812) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28409 ave 28409 max 28409 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28409 Ave neighs/atom = 5.6818 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:23 2021 Memory usage per processor = 27.553 Mbytes Step Atoms AVEKE stressZZ 30248 5000 1.5347514e-10 12784207 30249 -0.0159574999999913 12784056.7516806 30249 5000 1.5230643e-10 12784057 Loop time of 0.0183461 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:23 2021 Pair time (%) = 0.00143313 (7.81167) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.261212) Outpt time (%) = 0.016712 (91.0928) Other time (%) = 0.000153065 (0.834319) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28409 ave 28409 max 28409 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28409 Ave neighs/atom = 5.6818 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:23 2021 Memory usage per processor = 27.553 Mbytes Step Atoms AVEKE stressZZ 30249 5000 1.5230643e-10 12783978 30250 -0.0159574999999913 12783828.7484814 30250 5000 1.515623e-10 12783829 Loop time of 0.0211339 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:23 2021 Pair time (%) = 0.00127196 (6.01859) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.155682) Outpt time (%) = 0.0197339 (93.3756) Other time (%) = 9.5129e-05 (0.450125) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28409 ave 28409 max 28409 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28409 Ave neighs/atom = 5.6818 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:23 2021 Memory usage per processor = 27.553 Mbytes Step Atoms AVEKE stressZZ 30250 5000 1.515623e-10 12783751 30251 -0.0159574999999913 12783601.293519 30251 5000 1.5108663e-10 12783601 Loop time of 0.0185761 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:23 2021 Pair time (%) = 0.00128579 (6.92173) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.177118) Outpt time (%) = 0.0171611 (92.3826) Other time (%) = 9.63211e-05 (0.51852) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28409 ave 28409 max 28409 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28409 Ave neighs/atom = 5.6818 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:23 2021 Memory usage per processor = 27.553 Mbytes Step Atoms AVEKE stressZZ 30251 5000 1.5108663e-10 12783523 30252 -0.0159574999999913 12783374.1912477 30252 5000 1.5078101e-10 12783374 Loop time of 0.0177219 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:23 2021 Pair time (%) = 0.00128603 (7.25673) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.197764) Outpt time (%) = 0.0163019 (91.9872) Other time (%) = 9.89437e-05 (0.558313) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28409 ave 28409 max 28409 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28409 Ave neighs/atom = 5.6818 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:23 2021 Memory usage per processor = 27.553 Mbytes Step Atoms AVEKE stressZZ 30252 5000 1.5078101e-10 12783296 30253 -0.0159574999999913 12783147.3174883 30253 5000 1.5058322e-10 12783147 Loop time of 0.0180769 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:23 2021 Pair time (%) = 0.00150013 (8.2986) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.214983) Outpt time (%) = 0.0163958 (90.7003) Other time (%) = 0.000142097 (0.786072) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28409 ave 28409 max 28409 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28409 Ave neighs/atom = 5.6818 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:23 2021 Memory usage per processor = 27.553 Mbytes Step Atoms AVEKE stressZZ 30253 5000 1.5058322e-10 12783070 30254 -0.0159574999999913 12782920.5932171 30254 5000 1.5045388e-10 12782921 Loop time of 0.018553 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:23 2021 Pair time (%) = 0.00123882 (6.6772) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.177339) Outpt time (%) = 0.017189 (92.6481) Other time (%) = 9.2268e-05 (0.497321) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28409 ave 28409 max 28409 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28409 Ave neighs/atom = 5.6818 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:23 2021 Memory usage per processor = 27.553 Mbytes Step Atoms AVEKE stressZZ 30254 5000 1.5045388e-10 12782843 30255 -0.0159574999999913 12782693.9682498 30255 5000 1.50368e-10 12782694 Loop time of 0.0185502 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:23 2021 Pair time (%) = 0.00123215 (6.64225) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.182508) Outpt time (%) = 0.01719 (92.6676) Other time (%) = 9.41753e-05 (0.507679) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28409 ave 28409 max 28409 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28409 Ave neighs/atom = 5.6818 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:23 2021 Memory usage per processor = 27.553 Mbytes Step Atoms AVEKE stressZZ 30255 5000 1.50368e-10 12782616 30256 -0.0159574999999913 12782467.4106893 30256 5000 1.5030972e-10 12782467 Loop time of 0.0183761 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:23 2021 Pair time (%) = 0.00125504 (6.82971) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.180344) Outpt time (%) = 0.0169921 (92.4684) Other time (%) = 9.58443e-05 (0.52157) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28409 ave 28409 max 28409 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28409 Ave neighs/atom = 5.6818 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:23 2021 Memory usage per processor = 27.553 Mbytes Step Atoms AVEKE stressZZ 30256 5000 1.5030972e-10 12782390 30257 -0.0159574999999913 12782240.9002684 30257 5000 1.5026898e-10 12782241 Loop time of 0.0178409 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:23 2021 Pair time (%) = 0.00142598 (7.99278) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.217827) Outpt time (%) = 0.016257 (91.1225) Other time (%) = 0.000118971 (0.666845) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28409 ave 28409 max 28409 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28409 Ave neighs/atom = 5.6818 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:23 2021 Memory usage per processor = 27.553 Mbytes Step Atoms AVEKE stressZZ 30257 5000 1.5026898e-10 12782163 30258 -0.0159574999999913 12782014.4240983 30258 5000 1.5023938e-10 12782014 Loop time of 0.0186501 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:23 2021 Pair time (%) = 0.00133705 (7.16916) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.176416) Outpt time (%) = 0.017168 (92.0536) Other time (%) = 0.000112057 (0.600839) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28409 ave 28409 max 28409 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28409 Ave neighs/atom = 5.6818 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:23 2021 Memory usage per processor = 27.553 Mbytes Step Atoms AVEKE stressZZ 30258 5000 1.5023938e-10 12781937 30259 -0.0159574999999913 12781787.9739843 30259 5000 1.5021686e-10 12781788 Loop time of 0.0186431 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:23 2021 Pair time (%) = 0.00128508 (6.89302) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.176482) Outpt time (%) = 0.017231 (92.4253) Other time (%) = 9.41753e-05 (0.505147) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28409 ave 28409 max 28409 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28409 Ave neighs/atom = 5.6818 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:23 2021 Memory usage per processor = 27.553 Mbytes Step Atoms AVEKE stressZZ 30259 5000 1.5021686e-10 12781710 30260 -0.0159574999999913 12781561.544719 30260 5000 1.5019884e-10 12781562 Loop time of 0.0213339 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:23 2021 Pair time (%) = 0.00123692 (5.79788) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.15981) Outpt time (%) = 0.019969 (93.602) Other time (%) = 9.39369e-05 (0.440317) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28409 ave 28409 max 28409 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28409 Ave neighs/atom = 5.6818 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:23 2021 Memory usage per processor = 27.553 Mbytes Step Atoms AVEKE stressZZ 30260 5000 1.5019884e-10 12781484 30261 -0.0159574999999913 12781335.1329916 30261 5000 1.5018369e-10 12781335 Loop time of 0.017626 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:23 2021 Pair time (%) = 0.00130105 (7.38141) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.192076) Outpt time (%) = 0.016196 (91.8868) Other time (%) = 9.5129e-05 (0.539707) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28409 ave 28409 max 28409 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28409 Ave neighs/atom = 5.6818 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:23 2021 Memory usage per processor = 27.553 Mbytes Step Atoms AVEKE stressZZ 30261 5000 1.5018369e-10 12781258 30262 -0.0159574999999913 12781108.7366972 30262 5000 1.5017034e-10 12781109 Loop time of 0.0178189 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:23 2021 Pair time (%) = 0.00139999 (7.85678) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.196687) Outpt time (%) = 0.0162539 (91.2173) Other time (%) = 0.000129938 (0.729214) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28409 ave 28409 max 28409 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28409 Ave neighs/atom = 5.6818 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:23 2021 Memory usage per processor = 27.553 Mbytes Step Atoms AVEKE stressZZ 30262 5000 1.5017034e-10 12781031 30263 -0.0159574999999913 12780882.3544973 30263 5000 1.5015816e-10 12780882 Loop time of 0.0182121 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:23 2021 Pair time (%) = 0.00132418 (7.27087) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.197678) Outpt time (%) = 0.0167491 (91.9672) Other time (%) = 0.000102758 (0.564232) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28409 ave 28409 max 28409 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28409 Ave neighs/atom = 5.6818 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:23 2021 Memory usage per processor = 27.553 Mbytes Step Atoms AVEKE stressZZ 30263 5000 1.5015816e-10 12780805 30264 -0.0159574999999913 12780655.9855402 30264 5000 1.5014671e-10 12780656 Loop time of 0.018306 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:23 2021 Pair time (%) = 0.00123405 (6.74125) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.181034) Outpt time (%) = 0.0169451 (92.5659) Other time (%) = 9.36985e-05 (0.511845) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28409 ave 28409 max 28409 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28409 Ave neighs/atom = 5.6818 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:23 2021 Memory usage per processor = 27.553 Mbytes Step Atoms AVEKE stressZZ 30264 5000 1.5014671e-10 12780578 30265 -0.0159574999999913 12780429.6292834 30265 5000 1.5013572e-10 12780430 Loop time of 0.0179932 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:23 2021 Pair time (%) = 0.00123596 (6.86905) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.184182) Outpt time (%) = 0.016628 (92.4128) Other time (%) = 9.60827e-05 (0.533994) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28409 ave 28409 max 28409 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28409 Ave neighs/atom = 5.6818 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:23 2021 Memory usage per processor = 27.553 Mbytes Step Atoms AVEKE stressZZ 30265 5000 1.5013572e-10 12780352 30266 -0.0159574999999913 12780203.2853819 30266 5000 1.5012504e-10 12780203 Loop time of 0.0176029 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:23 2021 Pair time (%) = 0.00126696 (7.19742) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.199101) Outpt time (%) = 0.016197 (92.0129) Other time (%) = 0.000103951 (0.59053) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28409 ave 28409 max 28409 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28409 Ave neighs/atom = 5.6818 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:23 2021 Memory usage per processor = 27.553 Mbytes Step Atoms AVEKE stressZZ 30266 5000 1.5012504e-10 12780126 30267 -0.0159574999999913 12779976.9536149 30267 5000 1.5011454e-10 12779977 Loop time of 0.018132 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:23 2021 Pair time (%) = 0.00131512 (7.25303) Neigh time (%) = 0 (0) Comm time (%) = 7.89165e-05 (0.435234) Outpt time (%) = 0.0166068 (91.5885) Other time (%) = 0.00013113 (0.723199) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28409 ave 28409 max 28409 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28409 Ave neighs/atom = 5.6818 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:23 2021 Memory usage per processor = 27.553 Mbytes Step Atoms AVEKE stressZZ 30267 5000 1.5011454e-10 12779899 30268 -0.0159574999999913 12779750.6338417 30268 5000 1.5010416e-10 12779751 Loop time of 0.0184278 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:23 2021 Pair time (%) = 0.00123596 (6.70703) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.178544) Outpt time (%) = 0.017065 (92.6047) Other time (%) = 9.39369e-05 (0.509755) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28409 ave 28409 max 28409 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28409 Ave neighs/atom = 5.6818 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:23 2021 Memory usage per processor = 27.553 Mbytes Step Atoms AVEKE stressZZ 30268 5000 1.5010416e-10 12779673 30269 -0.0159574999999913 12779524.3259425 30269 5000 1.5009386e-10 12779524 Loop time of 0.018199 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:23 2021 Pair time (%) = 0.00123286 (6.77435) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.182099) Outpt time (%) = 0.0168381 (92.5221) Other time (%) = 9.48906e-05 (0.521406) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28409 ave 28409 max 28409 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28409 Ave neighs/atom = 5.6818 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:23 2021 Memory usage per processor = 27.553 Mbytes Step Atoms AVEKE stressZZ 30269 5000 1.5009386e-10 12779447 30270 -0.0159574999999913 12779298.0298499 30270 5000 1.5008361e-10 12779298 Loop time of 0.020401 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:23 2021 Pair time (%) = 0.00127101 (6.23013) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.171793) Outpt time (%) = 0.018991 (93.0885) Other time (%) = 0.000103951 (0.509536) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28409 ave 28409 max 28409 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28409 Ave neighs/atom = 5.6818 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:23 2021 Memory usage per processor = 27.553 Mbytes Step Atoms AVEKE stressZZ 30270 5000 1.5008361e-10 12779221 30271 -0.0159574999999913 12779071.7455618 30271 5000 1.500734e-10 12779072 Loop time of 0.0178449 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:23 2021 Pair time (%) = 0.00134206 (7.52068) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.201745) Outpt time (%) = 0.016361 (91.6844) Other time (%) = 0.000105858 (0.59321) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28409 ave 28409 max 28409 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28409 Ave neighs/atom = 5.6818 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:23 2021 Memory usage per processor = 27.553 Mbytes Step Atoms AVEKE stressZZ 30271 5000 1.500734e-10 12778994 30272 -0.0159574999999913 12778845.4730534 30272 5000 1.500632e-10 12778845 Loop time of 0.018568 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:23 2021 Pair time (%) = 0.00135589 (7.30226) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.183616) Outpt time (%) = 0.0170801 (91.9864) Other time (%) = 9.799e-05 (0.527735) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28409 ave 28409 max 28409 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28409 Ave neighs/atom = 5.6818 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:23 2021 Memory usage per processor = 27.553 Mbytes Step Atoms AVEKE stressZZ 30272 5000 1.500632e-10 12778768 30273 -0.0159574999999913 12778619.212309 30273 5000 1.5005302e-10 12778619 Loop time of 0.018213 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:23 2021 Pair time (%) = 0.00123382 (6.77436) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.18065) Outpt time (%) = 0.0168519 (92.5266) Other time (%) = 9.44138e-05 (0.518386) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28409 ave 28409 max 28409 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28409 Ave neighs/atom = 5.6818 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:23 2021 Memory usage per processor = 27.553 Mbytes Step Atoms AVEKE stressZZ 30273 5000 1.5005302e-10 12778542 30274 -0.0159574999999913 12778392.9633172 30274 5000 1.5004284e-10 12778393 Loop time of 0.0176601 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:23 2021 Pair time (%) = 0.00123596 (6.9986) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.193055) Outpt time (%) = 0.0162959 (92.2751) Other time (%) = 9.41753e-05 (0.533265) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28409 ave 28409 max 28409 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28409 Ave neighs/atom = 5.6818 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:23 2021 Memory usage per processor = 27.553 Mbytes Step Atoms AVEKE stressZZ 30274 5000 1.5004284e-10 12778315 30275 -0.0159574999999913 12778166.7260702 30275 5000 1.5003267e-10 12778167 Loop time of 0.017467 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:23 2021 Pair time (%) = 0.00123405 (7.06505) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.18973) Outpt time (%) = 0.0161099 (92.2306) Other time (%) = 8.98838e-05 (0.514591) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28409 ave 28409 max 28409 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28409 Ave neighs/atom = 5.6818 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:23 2021 Memory usage per processor = 27.553 Mbytes Step Atoms AVEKE stressZZ 30275 5000 1.5003267e-10 12778089 30276 -0.0159574999999913 12777940.5005628 30276 5000 1.5002251e-10 12777941 Loop time of 0.0176089 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:23 2021 Pair time (%) = 0.00123119 (6.99189) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.186848) Outpt time (%) = 0.0162599 (92.3393) Other time (%) = 8.4877e-05 (0.482013) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28409 ave 28409 max 28409 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28409 Ave neighs/atom = 5.6818 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:23 2021 Memory usage per processor = 27.553 Mbytes Step Atoms AVEKE stressZZ 30276 5000 1.5002251e-10 12777863 30277 -0.0159574999999913 12777714.2868453 30277 5000 1.5001235e-10 12777714 Loop time of 0.0184469 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:23 2021 Pair time (%) = 0.00136399 (7.39415) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.189991) Outpt time (%) = 0.016959 (91.9338) Other time (%) = 8.89301e-05 (0.482087) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28409 ave 28409 max 28409 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28409 Ave neighs/atom = 5.6818 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:23 2021 Memory usage per processor = 27.553 Mbytes Step Atoms AVEKE stressZZ 30277 5000 1.5001235e-10 12777637 30278 -0.0159574999999913 12777488.0849427 30278 5000 1.5000219e-10 12777488 Loop time of 0.0177159 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:24 2021 Pair time (%) = 0.00124002 (6.99943) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.192447) Outpt time (%) = 0.01634 (92.2335) Other time (%) = 0.000101805 (0.574651) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28409 ave 28409 max 28409 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28409 Ave neighs/atom = 5.6818 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:24 2021 Memory usage per processor = 27.553 Mbytes Step Atoms AVEKE stressZZ 30278 5000 1.5000219e-10 12777411 30279 -0.0159574999999913 12777261.8948187 30279 5000 1.4999203e-10 12777262 Loop time of 0.018055 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:24 2021 Pair time (%) = 0.00151014 (8.36415) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.216565) Outpt time (%) = 0.016346 (90.5345) Other time (%) = 0.00015974 (0.884745) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28409 ave 28409 max 28409 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28409 Ave neighs/atom = 5.6818 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:24 2021 Memory usage per processor = 27.553 Mbytes Step Atoms AVEKE stressZZ 30279 5000 1.4999203e-10 12777184 30280 -0.0159574999999913 12777035.7164613 30280 5000 1.4998188e-10 12777036 Loop time of 0.0213518 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:24 2021 Pair time (%) = 0.00131416 (6.15481) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.164143) Outpt time (%) = 0.0199039 (93.2188) Other time (%) = 9.87053e-05 (0.462281) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28409 ave 28409 max 28409 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28409 Ave neighs/atom = 5.6818 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:24 2021 Memory usage per processor = 27.553 Mbytes Step Atoms AVEKE stressZZ 30280 5000 1.4998188e-10 12776958 30281 -0.0159574999999913 12776809.5498623 30281 5000 1.4997173e-10 12776810 Loop time of 0.0184438 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:24 2021 Pair time (%) = 0.00122905 (6.66374) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.179682) Outpt time (%) = 0.017086 (92.6382) Other time (%) = 9.56059e-05 (0.518362) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28409 ave 28409 max 28409 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28409 Ave neighs/atom = 5.6818 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:24 2021 Memory usage per processor = 27.553 Mbytes Step Atoms AVEKE stressZZ 30281 5000 1.4997173e-10 12776732 30282 -0.0159574999999913 12776583.3950163 30282 5000 1.4996158e-10 12776583 Loop time of 0.018517 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:24 2021 Pair time (%) = 0.00126791 (6.84727) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.177684) Outpt time (%) = 0.0170898 (92.2926) Other time (%) = 0.000126362 (0.682409) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28409 ave 28409 max 28409 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28409 Ave neighs/atom = 5.6818 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:24 2021 Memory usage per processor = 27.553 Mbytes Step Atoms AVEKE stressZZ 30282 5000 1.4996158e-10 12776506 30283 -0.0159574999999913 12776357.2519177 30283 5000 1.4995143e-10 12776357 Loop time of 0.0178549 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:24 2021 Pair time (%) = 0.00127697 (7.15192) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.196291) Outpt time (%) = 0.0163989 (91.8453) Other time (%) = 0.000144005 (0.806527) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28409 ave 28409 max 28409 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28409 Ave neighs/atom = 5.6818 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:24 2021 Memory usage per processor = 27.553 Mbytes Step Atoms AVEKE stressZZ 30283 5000 1.4995143e-10 12776280 30284 -0.0159574999999913 12776131.1205508 30284 5000 1.4994128e-10 12776131 Loop time of 0.018234 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:24 2021 Pair time (%) = 0.00166893 (9.15284) Neigh time (%) = 0 (0) Comm time (%) = 6.38962e-05 (0.350423) Outpt time (%) = 0.016346 (89.6455) Other time (%) = 0.00015521 (0.851214) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28409 ave 28409 max 28409 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28409 Ave neighs/atom = 5.6818 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:24 2021 Memory usage per processor = 27.553 Mbytes Step Atoms AVEKE stressZZ 30284 5000 1.4994128e-10 12776054 30285 -0.0159574999999913 12775905.0009695 30285 5000 1.4993113e-10 12775905 Loop time of 0.0184059 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:24 2021 Pair time (%) = 0.00123501 (6.70984) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.180052) Outpt time (%) = 0.017045 (92.6062) Other time (%) = 9.27448e-05 (0.503886) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28409 ave 28409 max 28409 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28409 Ave neighs/atom = 5.6818 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:24 2021 Memory usage per processor = 27.553 Mbytes Step Atoms AVEKE stressZZ 30285 5000 1.4993113e-10 12775828 30286 -0.0159574999999913 12775678.8931495 30286 5000 1.4992098e-10 12775679 Loop time of 0.018822 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:24 2021 Pair time (%) = 0.00128412 (6.82247) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.174805) Outpt time (%) = 0.0173819 (92.3491) Other time (%) = 0.000123024 (0.65362) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28409 ave 28409 max 28409 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28409 Ave neighs/atom = 5.6818 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:24 2021 Memory usage per processor = 27.553 Mbytes Step Atoms AVEKE stressZZ 30286 5000 1.4992098e-10 12775601 30287 -0.0159574999999913 12775452.7970827 30287 5000 1.4991084e-10 12775453 Loop time of 0.0178249 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:24 2021 Pair time (%) = 0.00131178 (7.35926) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.189934) Outpt time (%) = 0.0163829 (91.9104) Other time (%) = 9.63211e-05 (0.540374) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28409 ave 28409 max 28409 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28409 Ave neighs/atom = 5.6818 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:24 2021 Memory usage per processor = 27.553 Mbytes Step Atoms AVEKE stressZZ 30287 5000 1.4991084e-10 12775375 30288 -0.0159574999999913 12775226.7127846 30288 5000 1.4990069e-10 12775227 Loop time of 0.0179942 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:24 2021 Pair time (%) = 0.00145006 (8.05851) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.200072) Outpt time (%) = 0.016387 (91.0683) Other time (%) = 0.000121117 (0.673088) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28409 ave 28409 max 28409 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28409 Ave neighs/atom = 5.6818 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:24 2021 Memory usage per processor = 27.553 Mbytes Step Atoms AVEKE stressZZ 30288 5000 1.4990069e-10 12775149 30289 -0.0159574999999913 12775000.6402667 30289 5000 1.4989055e-10 12775001 Loop time of 0.0184019 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:24 2021 Pair time (%) = 0.00133514 (7.25548) Neigh time (%) = 0 (0) Comm time (%) = 6.81877e-05 (0.370548) Outpt time (%) = 0.0168428 (91.5279) Other time (%) = 0.000155687 (0.846041) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28409 ave 28409 max 28409 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28409 Ave neighs/atom = 5.6818 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:24 2021 Memory usage per processor = 27.553 Mbytes Step Atoms AVEKE stressZZ 30289 5000 1.4989055e-10 12774923 30290 -0.0159574999999913 12774774.5795081 30290 5000 1.4988041e-10 12774775 Loop time of 0.020818 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:24 2021 Pair time (%) = 0.00123596 (5.93699) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.162626) Outpt time (%) = 0.0194552 (93.4537) Other time (%) = 9.29832e-05 (0.446648) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28409 ave 28409 max 28409 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28409 Ave neighs/atom = 5.6818 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:24 2021 Memory usage per processor = 27.553 Mbytes Step Atoms AVEKE stressZZ 30290 5000 1.4988041e-10 12774697 30291 -0.0159574999999913 12774548.5305016 30291 5000 1.4987027e-10 12774549 Loop time of 0.0183771 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:24 2021 Pair time (%) = 0.00134397 (7.31328) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.179037) Outpt time (%) = 0.016897 (91.9459) Other time (%) = 0.000103235 (0.561761) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28409 ave 28409 max 28409 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28409 Ave neighs/atom = 5.6818 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:24 2021 Memory usage per processor = 27.553 Mbytes Step Atoms AVEKE stressZZ 30291 5000 1.4987027e-10 12774471 30292 -0.0159574999999913 12774322.4932418 30292 5000 1.4986013e-10 12774322 Loop time of 0.0179641 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:24 2021 Pair time (%) = 0.00126386 (7.03545) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.212351) Outpt time (%) = 0.0165629 (92.2001) Other time (%) = 9.91821e-05 (0.552112) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28409 ave 28409 max 28409 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28409 Ave neighs/atom = 5.6818 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:24 2021 Memory usage per processor = 27.553 Mbytes Step Atoms AVEKE stressZZ 30292 5000 1.4986013e-10 12774245 30293 -0.0159574999999913 12774096.4677249 30293 5000 1.4984999e-10 12774096 Loop time of 0.0179939 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:24 2021 Pair time (%) = 0.001472 (8.18052) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.222599) Outpt time (%) = 0.0163639 (90.941) Other time (%) = 0.000118017 (0.655872) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28409 ave 28409 max 28409 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28409 Ave neighs/atom = 5.6818 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:24 2021 Memory usage per processor = 27.553 Mbytes Step Atoms AVEKE stressZZ 30293 5000 1.4984999e-10 12774019 30294 -0.0159574999999913 12773870.4539475 30294 5000 1.4983985e-10 12773870 Loop time of 0.0183749 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:24 2021 Pair time (%) = 0.00123501 (6.72116) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.185546) Outpt time (%) = 0.017015 (92.5989) Other time (%) = 9.08375e-05 (0.494356) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28409 ave 28409 max 28409 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28409 Ave neighs/atom = 5.6818 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:24 2021 Memory usage per processor = 27.553 Mbytes Step Atoms AVEKE stressZZ 30294 5000 1.4983985e-10 12773793 30295 -0.0159574999999913 12773644.4519058 30295 5000 1.4982972e-10 12773644 Loop time of 0.018589 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:24 2021 Pair time (%) = 0.00123596 (6.64888) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.176996) Outpt time (%) = 0.017226 (92.6675) Other time (%) = 9.41753e-05 (0.506618) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28409 ave 28409 max 28409 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28409 Ave neighs/atom = 5.6818 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:24 2021 Memory usage per processor = 27.553 Mbytes Step Atoms AVEKE stressZZ 30295 5000 1.4982972e-10 12773567 30296 -0.0159574999999913 12773418.4615974 30296 5000 1.4981958e-10 12773418 Loop time of 0.0181408 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:24 2021 Pair time (%) = 0.00125408 (6.91305) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.182683) Outpt time (%) = 0.016696 (92.0355) Other time (%) = 0.000157595 (0.868731) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28409 ave 28409 max 28409 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28409 Ave neighs/atom = 5.6818 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:24 2021 Memory usage per processor = 27.553 Mbytes Step Atoms AVEKE stressZZ 30296 5000 1.4981958e-10 12773341 30297 -0.0159574999999913 12773192.4830197 30297 5000 1.4980945e-10 12773192 Loop time of 0.018347 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:24 2021 Pair time (%) = 0.00128198 (6.98738) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.185828) Outpt time (%) = 0.0169289 (92.2706) Other time (%) = 0.000102043 (0.556184) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28409 ave 28409 max 28409 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28409 Ave neighs/atom = 5.6818 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:24 2021 Memory usage per processor = 27.553 Mbytes Step Atoms AVEKE stressZZ 30297 5000 1.4980945e-10 12773115 30298 -0.0159574999999913 12772966.51617 30298 5000 1.4979931e-10 12772967 Loop time of 0.018384 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:24 2021 Pair time (%) = 0.00139093 (7.56601) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.190642) Outpt time (%) = 0.016856 (91.6883) Other time (%) = 0.000102043 (0.555066) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28409 ave 28409 max 28409 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28409 Ave neighs/atom = 5.6818 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:24 2021 Memory usage per processor = 27.553 Mbytes Step Atoms AVEKE stressZZ 30298 5000 1.4979931e-10 12772889 30299 -0.0159574999999913 12772740.5610458 30299 5000 1.4978918e-10 12772741 Loop time of 0.018239 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:24 2021 Pair time (%) = 0.00128007 (7.0183) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.181699) Outpt time (%) = 0.0168321 (92.2863) Other time (%) = 9.36985e-05 (0.513725) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28409 ave 28409 max 28409 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28409 Ave neighs/atom = 5.6818 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:24 2021 Memory usage per processor = 27.553 Mbytes Step Atoms AVEKE stressZZ 30299 5000 1.4978918e-10 12772663 30300 -0.0159574999999913 12772514.6176451 30300 5000 1.4977905e-10 12772515 Loop time of 0.0212359 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:24 2021 Pair time (%) = 0.00129008 (6.075) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.160548) Outpt time (%) = 0.019798 (93.2289) Other time (%) = 0.000113726 (0.535534) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28409 ave 28409 max 28409 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28409 Ave neighs/atom = 5.6818 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:24 2021 Memory usage per processor = 27.553 Mbytes Step Atoms AVEKE stressZZ 30300 5000 1.4977905e-10 12772437 30301 -0.0159574999999913 12772288.6859654 30301 5000 1.4976892e-10 12772289 Loop time of 0.0176351 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:24 2021 Pair time (%) = 0.00128794 (7.30326) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.193329) Outpt time (%) = 0.0162129 (91.9356) Other time (%) = 0.000100136 (0.567821) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28409 ave 28409 max 28409 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28409 Ave neighs/atom = 5.6818 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:24 2021 Memory usage per processor = 27.553 Mbytes Step Atoms AVEKE stressZZ 30301 5000 1.4976892e-10 12772211 30302 -0.0159574999999913 12772062.7660048 30302 5000 1.497588e-10 12772063 Loop time of 0.0186341 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:24 2021 Pair time (%) = 0.00164485 (8.8271) Neigh time (%) = 0 (0) Comm time (%) = 4.98295e-05 (0.26741) Outpt time (%) = 0.016706 (89.6529) Other time (%) = 0.000233412 (1.25261) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28409 ave 28409 max 28409 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28409 Ave neighs/atom = 5.6818 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:24 2021 Memory usage per processor = 27.553 Mbytes Step Atoms AVEKE stressZZ 30302 5000 1.497588e-10 12771985 30303 -0.0159574999999913 12771836.8577612 30303 5000 1.4974867e-10 12771837 Loop time of 0.018487 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:24 2021 Pair time (%) = 0.00128102 (6.92933) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.179262) Outpt time (%) = 0.0170779 (92.3781) Other time (%) = 9.48906e-05 (0.513283) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28409 ave 28409 max 28409 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28409 Ave neighs/atom = 5.6818 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:24 2021 Memory usage per processor = 27.553 Mbytes Step Atoms AVEKE stressZZ 30303 5000 1.4974867e-10 12771759 30304 -0.0159574999999913 12771610.961238 30304 5000 1.4973854e-10 12771611 Loop time of 0.018409 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:24 2021 Pair time (%) = 0.00127792 (6.94184) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.178726) Outpt time (%) = 0.0170031 (92.3627) Other time (%) = 9.5129e-05 (0.516752) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28409 ave 28409 max 28409 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28409 Ave neighs/atom = 5.6818 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:24 2021 Memory usage per processor = 27.553 Mbytes Step Atoms AVEKE stressZZ 30304 5000 1.4973854e-10 12771534 30305 -0.0159574999999913 12771385.0764538 30305 5000 1.4972842e-10 12771385 Loop time of 0.017859 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:24 2021 Pair time (%) = 0.00135207 (7.57082) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.196246) Outpt time (%) = 0.0162618 (91.0568) Other time (%) = 0.000210047 (1.17614) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28409 ave 28409 max 28409 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28409 Ave neighs/atom = 5.6818 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:24 2021 Memory usage per processor = 27.553 Mbytes Step Atoms AVEKE stressZZ 30305 5000 1.4972842e-10 12771308 30306 -0.0159574999999913 12771159.2033824 30306 5000 1.497183e-10 12771159 Loop time of 0.01794 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:24 2021 Pair time (%) = 0.00141788 (7.90341) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.205991) Outpt time (%) = 0.016331 (91.0308) Other time (%) = 0.000154257 (0.859846) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28409 ave 28409 max 28409 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28409 Ave neighs/atom = 5.6818 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:24 2021 Memory usage per processor = 27.553 Mbytes Step Atoms AVEKE stressZZ 30306 5000 1.497183e-10 12771082 30307 -0.0159574999999913 12770933.342022 30307 5000 1.4970817e-10 12770933 Loop time of 0.0183978 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:24 2021 Pair time (%) = 0.00133991 (7.283) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.178835) Outpt time (%) = 0.016927 (92.0055) Other time (%) = 9.799e-05 (0.532618) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28409 ave 28409 max 28409 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28409 Ave neighs/atom = 5.6818 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:24 2021 Memory usage per processor = 27.553 Mbytes Step Atoms AVEKE stressZZ 30307 5000 1.4970817e-10 12770856 30308 -0.0159574999999913 12770707.4923708 30308 5000 1.4969805e-10 12770707 Loop time of 0.018115 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:24 2021 Pair time (%) = 0.00123692 (6.82811) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.188207) Outpt time (%) = 0.0167558 (92.4967) Other time (%) = 8.82149e-05 (0.48697) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28409 ave 28409 max 28409 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28409 Ave neighs/atom = 5.6818 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:24 2021 Memory usage per processor = 27.553 Mbytes Step Atoms AVEKE stressZZ 30308 5000 1.4969805e-10 12770630 30309 -0.0159574999999913 12770481.654427 30309 5000 1.4968793e-10 12770482 Loop time of 0.0181959 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:24 2021 Pair time (%) = 0.00131512 (7.22756) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.192613) Outpt time (%) = 0.0167499 (92.0531) Other time (%) = 9.58443e-05 (0.526736) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28409 ave 28409 max 28409 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28409 Ave neighs/atom = 5.6818 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:24 2021 Memory usage per processor = 27.553 Mbytes Step Atoms AVEKE stressZZ 30309 5000 1.4968793e-10 12770404 30310 -0.0159574999999913 12770255.8281884 30310 5000 1.4967782e-10 12770256 Loop time of 0.0205729 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:24 2021 Pair time (%) = 0.00127888 (6.21632) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.169199) Outpt time (%) = 0.019156 (93.1127) Other time (%) = 0.000103235 (0.501802) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28409 ave 28409 max 28409 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28409 Ave neighs/atom = 5.6818 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:24 2021 Memory usage per processor = 27.553 Mbytes Step Atoms AVEKE stressZZ 30310 5000 1.4967782e-10 12770178 30311 -0.0159574999999913 12770030.0136538 30311 5000 1.496677e-10 12770030 Loop time of 0.0180011 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:24 2021 Pair time (%) = 0.00146699 (8.14945) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.21059) Outpt time (%) = 0.016361 (90.889) Other time (%) = 0.000135183 (0.750973) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28409 ave 28409 max 28409 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28409 Ave neighs/atom = 5.6818 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:24 2021 Memory usage per processor = 27.553 Mbytes Step Atoms AVEKE stressZZ 30311 5000 1.496677e-10 12769953 30312 -0.0159574999999913 12769804.2108209 30312 5000 1.4965758e-10 12769804 Loop time of 0.018353 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:24 2021 Pair time (%) = 0.00123787 (6.74478) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.180571) Outpt time (%) = 0.016989 (92.568) Other time (%) = 9.29832e-05 (0.506638) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28409 ave 28409 max 28409 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28409 Ave neighs/atom = 5.6818 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:24 2021 Memory usage per processor = 27.553 Mbytes Step Atoms AVEKE stressZZ 30312 5000 1.4965758e-10 12769727 30313 -0.0159574999999913 12769578.4196885 30313 5000 1.4964747e-10 12769578 Loop time of 0.018312 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:24 2021 Pair time (%) = 0.00139904 (7.64003) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.191391) Outpt time (%) = 0.0167739 (91.6009) Other time (%) = 0.000103951 (0.567664) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28409 ave 28409 max 28409 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28409 Ave neighs/atom = 5.6818 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:24 2021 Memory usage per processor = 27.553 Mbytes Step Atoms AVEKE stressZZ 30313 5000 1.4964747e-10 12769501 30314 -0.0159574999999913 12769352.6402547 30314 5000 1.4963735e-10 12769353 Loop time of 0.017946 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:24 2021 Pair time (%) = 0.00140905 (7.85163) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.205923) Outpt time (%) = 0.0163159 (90.9168) Other time (%) = 0.000184059 (1.02563) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28409 ave 28409 max 28409 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28409 Ave neighs/atom = 5.6818 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:24 2021 Memory usage per processor = 27.553 Mbytes Step Atoms AVEKE stressZZ 30314 5000 1.4963735e-10 12769275 30315 -0.0159574999999913 12769126.8725178 30315 5000 1.4962724e-10 12769127 Loop time of 0.0177691 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:24 2021 Pair time (%) = 0.00133395 (7.50714) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.269694) Outpt time (%) = 0.016253 (91.4678) Other time (%) = 0.00013423 (0.755411) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28409 ave 28409 max 28409 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28409 Ave neighs/atom = 5.6818 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:24 2021 Memory usage per processor = 27.553 Mbytes Step Atoms AVEKE stressZZ 30315 5000 1.4962724e-10 12769049 30316 -0.0159574999999913 12768901.1164761 30316 5000 1.4961713e-10 12768901 Loop time of 0.0173879 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:24 2021 Pair time (%) = 0.00124002 (7.1315) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.196078) Outpt time (%) = 0.016022 (92.1445) Other time (%) = 9.17912e-05 (0.527903) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28409 ave 28409 max 28409 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28409 Ave neighs/atom = 5.6818 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:24 2021 Memory usage per processor = 27.553 Mbytes Step Atoms AVEKE stressZZ 30316 5000 1.4961713e-10 12768824 30317 -0.0159574999999913 12768675.3721282 30317 5000 1.4960702e-10 12768675 Loop time of 0.017345 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:24 2021 Pair time (%) = 0.00124097 (7.15464) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191065) Outpt time (%) = 0.01598 (92.1306) Other time (%) = 9.08375e-05 (0.523711) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28409 ave 28409 max 28409 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28409 Ave neighs/atom = 5.6818 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:24 2021 Memory usage per processor = 27.553 Mbytes Step Atoms AVEKE stressZZ 30317 5000 1.4960702e-10 12768598 30318 -0.0159574999999913 12768449.6394722 30318 5000 1.4959691e-10 12768450 Loop time of 0.0185671 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:25 2021 Pair time (%) = 0.00146508 (7.89075) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.193898) Outpt time (%) = 0.0169129 (91.091) Other time (%) = 0.000153065 (0.824387) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28409 ave 28409 max 28409 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28409 Ave neighs/atom = 5.6818 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:25 2021 Memory usage per processor = 27.553 Mbytes Step Atoms AVEKE stressZZ 30318 5000 1.4959691e-10 12768372 30319 -0.0159574999999913 12768223.918507 30319 5000 1.495868e-10 12768224 Loop time of 0.0183718 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:25 2021 Pair time (%) = 0.00123405 (6.71711) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.185577) Outpt time (%) = 0.017009 (92.5821) Other time (%) = 9.46522e-05 (0.515203) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28409 ave 28409 max 28409 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28409 Ave neighs/atom = 5.6818 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:25 2021 Memory usage per processor = 27.553 Mbytes Step Atoms AVEKE stressZZ 30319 5000 1.495868e-10 12768147 30320 -0.0159574999999913 12767998.2092306 30320 5000 1.495767e-10 12767998 Loop time of 0.021234 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:25 2021 Pair time (%) = 0.00128508 (6.05196) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.156071) Outpt time (%) = 0.0198221 (93.3507) Other time (%) = 9.36985e-05 (0.441266) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28409 ave 28409 max 28409 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28409 Ave neighs/atom = 5.6818 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:25 2021 Memory usage per processor = 27.553 Mbytes Step Atoms AVEKE stressZZ 30320 5000 1.495767e-10 12767921 30321 -0.0159574999999913 12767772.5116414 30321 5000 1.4956659e-10 12767773 Loop time of 0.01771 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:25 2021 Pair time (%) = 0.00125098 (7.06372) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.192512) Outpt time (%) = 0.01631 (92.0949) Other time (%) = 0.000114918 (0.648887) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28409 ave 28409 max 28409 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28409 Ave neighs/atom = 5.6818 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:25 2021 Memory usage per processor = 27.553 Mbytes Step Atoms AVEKE stressZZ 30321 5000 1.4956659e-10 12767695 30322 -0.0159574999999913 12767546.8257384 30322 5000 1.4955649e-10 12767547 Loop time of 0.0177572 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:25 2021 Pair time (%) = 0.00133586 (7.52293) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.202742) Outpt time (%) = 0.0162511 (91.5184) Other time (%) = 0.00013423 (0.755918) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28409 ave 28409 max 28409 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28409 Ave neighs/atom = 5.6818 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:25 2021 Memory usage per processor = 27.553 Mbytes Step Atoms AVEKE stressZZ 30322 5000 1.4955649e-10 12767469 30323 -0.0159574999999913 12767321.1515196 30323 5000 1.4954638e-10 12767321 Loop time of 0.01863 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:25 2021 Pair time (%) = 0.00128102 (6.87612) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.183005) Outpt time (%) = 0.0172131 (92.3944) Other time (%) = 0.000101805 (0.546455) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28409 ave 28409 max 28409 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28409 Ave neighs/atom = 5.6818 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:25 2021 Memory usage per processor = 27.553 Mbytes Step Atoms AVEKE stressZZ 30323 5000 1.4954638e-10 12767244 30324 -0.0159574999999913 12767095.4889837 30324 5000 1.4953628e-10 12767095 Loop time of 0.0182691 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:25 2021 Pair time (%) = 0.00128508 (7.03417) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.181401) Outpt time (%) = 0.0168581 (92.2768) Other time (%) = 9.27448e-05 (0.507661) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28409 ave 28409 max 28409 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28409 Ave neighs/atom = 5.6818 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:25 2021 Memory usage per processor = 27.553 Mbytes Step Atoms AVEKE stressZZ 30324 5000 1.4953628e-10 12767018 30325 -0.0159574999999913 12766869.8381293 30325 5000 1.4952618e-10 12766870 Loop time of 0.0187349 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:25 2021 Pair time (%) = 0.00128198 (6.84271) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.180708) Outpt time (%) = 0.0172911 (92.2932) Other time (%) = 0.000128031 (0.68338) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28409 ave 28409 max 28409 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28409 Ave neighs/atom = 5.6818 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:25 2021 Memory usage per processor = 27.553 Mbytes Step Atoms AVEKE stressZZ 30325 5000 1.4952618e-10 12766792 30326 -0.0159574999999913 12766644.1989545 30326 5000 1.4951608e-10 12766644 Loop time of 0.0176928 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:25 2021 Pair time (%) = 0.00124097 (7.01397) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.191351) Outpt time (%) = 0.0163188 (92.2341) Other time (%) = 9.91821e-05 (0.560579) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28409 ave 28409 max 28409 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28409 Ave neighs/atom = 5.6818 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:25 2021 Memory usage per processor = 27.553 Mbytes Step Atoms AVEKE stressZZ 30326 5000 1.4951608e-10 12766567 30327 -0.0159574999999913 12766418.5714583 30327 5000 1.4950598e-10 12766419 Loop time of 0.0180302 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:25 2021 Pair time (%) = 0.00157809 (8.75251) Neigh time (%) = 0 (0) Comm time (%) = 4.41074e-05 (0.244631) Outpt time (%) = 0.0162442 (90.0944) Other time (%) = 0.000163794 (0.908442) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28409 ave 28409 max 28409 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28409 Ave neighs/atom = 5.6818 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:25 2021 Memory usage per processor = 27.553 Mbytes Step Atoms AVEKE stressZZ 30327 5000 1.4950598e-10 12766341 30328 -0.0159574999999913 12766192.9556391 30328 5000 1.4949588e-10 12766193 Loop time of 0.0180879 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:25 2021 Pair time (%) = 0.00123501 (6.82783) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.18849) Outpt time (%) = 0.0167248 (92.4643) Other time (%) = 9.39369e-05 (0.519337) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28409 ave 28409 max 28409 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28409 Ave neighs/atom = 5.6818 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:25 2021 Memory usage per processor = 27.553 Mbytes Step Atoms AVEKE stressZZ 30328 5000 1.4949588e-10 12766116 30329 -0.0159574999999913 12765967.3514956 30329 5000 1.4948579e-10 12765967 Loop time of 0.0186241 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:25 2021 Pair time (%) = 0.00123501 (6.63125) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.177943) Outpt time (%) = 0.0172331 (92.5315) Other time (%) = 0.000122786 (0.659284) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28409 ave 28409 max 28409 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28409 Ave neighs/atom = 5.6818 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:25 2021 Memory usage per processor = 27.553 Mbytes Step Atoms AVEKE stressZZ 30329 5000 1.4948579e-10 12765890 30330 -0.0159574999999913 12765741.7590258 30330 5000 1.4947569e-10 12765742 Loop time of 0.0203931 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:25 2021 Pair time (%) = 0.00127196 (6.23721) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.171859) Outpt time (%) = 0.0189869 (93.1046) Other time (%) = 9.91821e-05 (0.486351) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28409 ave 28409 max 28409 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28409 Ave neighs/atom = 5.6818 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:25 2021 Memory usage per processor = 27.553 Mbytes Step Atoms AVEKE stressZZ 30330 5000 1.4947569e-10 12765664 30331 -0.0159574999999913 12765516.178229 30331 5000 1.494656e-10 12765516 Loop time of 0.0178611 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:25 2021 Pair time (%) = 0.00133586 (7.47914) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.201562) Outpt time (%) = 0.0163851 (91.736) Other time (%) = 0.000104189 (0.583328) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28409 ave 28409 max 28409 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28409 Ave neighs/atom = 5.6818 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:25 2021 Memory usage per processor = 27.553 Mbytes Step Atoms AVEKE stressZZ 30331 5000 1.494656e-10 12765439 30332 -0.0159574999999913 12765290.6091033 30332 5000 1.4945551e-10 12765291 Loop time of 0.018508 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:25 2021 Pair time (%) = 0.00132179 (7.14175) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.194517) Outpt time (%) = 0.0170052 (91.8805) Other time (%) = 0.000144958 (0.783223) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28409 ave 28409 max 28409 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28409 Ave neighs/atom = 5.6818 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:25 2021 Memory usage per processor = 27.553 Mbytes Step Atoms AVEKE stressZZ 30332 5000 1.4945551e-10 12765213 30333 -0.0159574999999913 12765065.0516476 30333 5000 1.4944541e-10 12765065 Loop time of 0.0184319 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:25 2021 Pair time (%) = 0.00123811 (6.7172) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.179798) Outpt time (%) = 0.0170641 (92.5791) Other time (%) = 9.65595e-05 (0.523872) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28409 ave 28409 max 28409 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28409 Ave neighs/atom = 5.6818 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:25 2021 Memory usage per processor = 27.553 Mbytes Step Atoms AVEKE stressZZ 30333 5000 1.4944541e-10 12764988 30334 -0.0159574999999913 12764839.5058604 30334 5000 1.4943532e-10 12764840 Loop time of 0.0181799 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:25 2021 Pair time (%) = 0.00123596 (6.79851) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.18229) Outpt time (%) = 0.0168149 (92.492) Other time (%) = 9.58443e-05 (0.527199) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28409 ave 28409 max 28409 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28409 Ave neighs/atom = 5.6818 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:25 2021 Memory usage per processor = 27.553 Mbytes Step Atoms AVEKE stressZZ 30334 5000 1.4943532e-10 12764762 30335 -0.0159574999999913 12764613.9717404 30335 5000 1.4942524e-10 12764614 Loop time of 0.0179329 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:25 2021 Pair time (%) = 0.00143003 (7.97437) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.194108) Outpt time (%) = 0.016367 (91.2678) Other time (%) = 0.000101089 (0.56371) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28409 ave 28409 max 28409 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28409 Ave neighs/atom = 5.6818 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:25 2021 Memory usage per processor = 27.553 Mbytes Step Atoms AVEKE stressZZ 30335 5000 1.4942524e-10 12764537 30336 -0.0159574999999913 12764388.449286 30336 5000 1.4941515e-10 12764388 Loop time of 0.018079 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:25 2021 Pair time (%) = 0.00146818 (8.1209) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.204407) Outpt time (%) = 0.0164568 (91.0272) Other time (%) = 0.000117064 (0.64751) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28409 ave 28409 max 28409 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28409 Ave neighs/atom = 5.6818 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:25 2021 Memory usage per processor = 27.553 Mbytes Step Atoms AVEKE stressZZ 30336 5000 1.4941515e-10 12764311 30337 -0.0159574999999913 12764162.9384961 30337 5000 1.4940506e-10 12764163 Loop time of 0.018666 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:25 2021 Pair time (%) = 0.00146604 (7.85403) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.181375) Outpt time (%) = 0.0170448 (91.3145) Other time (%) = 0.000121355 (0.650139) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28409 ave 28409 max 28409 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28409 Ave neighs/atom = 5.6818 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:25 2021 Memory usage per processor = 27.553 Mbytes Step Atoms AVEKE stressZZ 30337 5000 1.4940506e-10 12764086 30338 -0.0159574999999913 12763937.4393691 30338 5000 1.4939497e-10 12763937 Loop time of 0.0184131 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:25 2021 Pair time (%) = 0.00135612 (7.36501) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.190341) Outpt time (%) = 0.016886 (91.7066) Other time (%) = 0.000135899 (0.738055) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28409 ave 28409 max 28409 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28409 Ave neighs/atom = 5.6818 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:25 2021 Memory usage per processor = 27.553 Mbytes Step Atoms AVEKE stressZZ 30338 5000 1.4939497e-10 12763860 30339 -0.0159574999999913 12763711.951904 30339 5000 1.4938489e-10 12763712 Loop time of 0.0177512 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:25 2021 Pair time (%) = 0.00123405 (6.95194) Neigh time (%) = 0 (0) Comm time (%) = 6.19888e-05 (0.349209) Outpt time (%) = 0.0163162 (91.9158) Other time (%) = 0.000138998 (0.783034) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28409 ave 28409 max 28409 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28409 Ave neighs/atom = 5.6818 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:25 2021 Memory usage per processor = 27.553 Mbytes Step Atoms AVEKE stressZZ 30339 5000 1.4938489e-10 12763635 30340 -0.0159574999999913 12763486.4760991 30340 5000 1.4937481e-10 12763486 Loop time of 0.020647 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:25 2021 Pair time (%) = 0.0013659 (6.61547) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.169746) Outpt time (%) = 0.01914 (92.7009) Other time (%) = 0.000106096 (0.513857) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28409 ave 28409 max 28409 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28409 Ave neighs/atom = 5.6818 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:30:25 2021 Memory usage per processor = 27.553 Mbytes Step Atoms AVEKE stressZZ 30340 5000 1.4937481e-10 12763409 30341 -0.0159574999999913 12763232.5386421 30341 5000 2.940331e-10 12763654 Loop time of 0.0180011 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:25 2021 Pair time (%) = 0.00171781 (9.54279) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.21059) Outpt time (%) = 0.0160689 (89.2665) Other time (%) = 0.00017643 (0.980106) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28409 ave 28409 max 28409 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28409 Ave neighs/atom = 5.6818 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:25 2021 Memory usage per processor = 27.553 Mbytes Step Atoms AVEKE stressZZ 30341 5000 2.940331e-10 12843801 30342 -0.0159899999999913 12843606.8027121 30342 5000 2.3650569e-10 12843607 Loop time of 0.018163 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:25 2021 Pair time (%) = 0.00123692 (6.8101) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.187711) Outpt time (%) = 0.0167999 (92.4955) Other time (%) = 9.20296e-05 (0.506688) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:25 2021 Memory usage per processor = 27.553 Mbytes Step Atoms AVEKE stressZZ 30342 5000 2.3650569e-10 12843502 30343 -0.0159899999999913 12843323.8144542 30343 5000 2.0320701e-10 12843324 Loop time of 0.018055 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:25 2021 Pair time (%) = 0.00134706 (7.46091) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.192795) Outpt time (%) = 0.016557 (91.7032) Other time (%) = 0.00011611 (0.643091) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:25 2021 Memory usage per processor = 27.553 Mbytes Step Atoms AVEKE stressZZ 30343 5000 2.0320701e-10 12843229 30344 -0.0159899999999913 12843061.081584 30344 5000 1.8336017e-10 12843061 Loop time of 0.017642 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:25 2021 Pair time (%) = 0.00127196 (7.20985) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.198659) Outpt time (%) = 0.0162301 (91.9969) Other time (%) = 0.000104904 (0.594627) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:25 2021 Memory usage per processor = 27.553 Mbytes Step Atoms AVEKE stressZZ 30344 5000 1.8336017e-10 12842972 30345 -0.0159899999999913 12842811.2255068 30345 5000 1.712762e-10 12842811 Loop time of 0.018384 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:25 2021 Pair time (%) = 0.00162387 (8.83307) Neigh time (%) = 0 (0) Comm time (%) = 8.2016e-05 (0.446128) Outpt time (%) = 0.0164921 (89.7092) Other time (%) = 0.000185966 (1.01157) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:25 2021 Memory usage per processor = 27.553 Mbytes Step Atoms AVEKE stressZZ 30345 5000 1.712762e-10 12842726 30346 -0.0159899999999913 12842569.5570811 30346 5000 1.6380817e-10 12842570 Loop time of 0.0182409 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:25 2021 Pair time (%) = 0.00123787 (6.78622) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.18168) Outpt time (%) = 0.016875 (92.5119) Other time (%) = 9.48906e-05 (0.520207) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:25 2021 Memory usage per processor = 27.553 Mbytes Step Atoms AVEKE stressZZ 30346 5000 1.6380817e-10 12842487 30347 -0.0159899999999913 12842333.096325 30347 5000 1.5914538e-10 12842333 Loop time of 0.018014 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:25 2021 Pair time (%) = 0.00125694 (6.97761) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.18794) Outpt time (%) = 0.0166211 (92.268) Other time (%) = 0.000102043 (0.566467) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:25 2021 Memory usage per processor = 27.553 Mbytes Step Atoms AVEKE stressZZ 30347 5000 1.5914538e-10 12842252 30348 -0.0159899999999913 12842099.9494094 30348 5000 1.5621355e-10 12842100 Loop time of 0.017643 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:25 2021 Pair time (%) = 0.00124598 (7.06216) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.271622) Outpt time (%) = 0.0161781 (91.6973) Other time (%) = 0.000170946 (0.968919) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:25 2021 Memory usage per processor = 27.553 Mbytes Step Atoms AVEKE stressZZ 30348 5000 1.5621355e-10 12842020 30349 -0.0159899999999913 12841868.9127917 30349 5000 1.5436081e-10 12841869 Loop time of 0.0181282 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:25 2021 Pair time (%) = 0.00149989 (8.27382) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.21569) Outpt time (%) = 0.0164011 (90.4728) Other time (%) = 0.000188112 (1.03768) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:25 2021 Memory usage per processor = 27.553 Mbytes Step Atoms AVEKE stressZZ 30349 5000 1.5436081e-10 12841790 30350 -0.0159899999999913 12841639.2216083 30350 5000 1.531854e-10 12841639 Loop time of 0.0213161 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:25 2021 Pair time (%) = 0.00140595 (6.59575) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.159945) Outpt time (%) = 0.0197802 (92.7947) Other time (%) = 9.58443e-05 (0.449634) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:25 2021 Memory usage per processor = 27.5531 Mbytes Step Atoms AVEKE stressZZ 30350 5000 1.531854e-10 12841561 30351 -0.0159899999999913 12841410.38978 30351 5000 1.5243701e-10 12841410 Loop time of 0.0185571 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:25 2021 Pair time (%) = 0.00125599 (6.76825) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.1773) Outpt time (%) = 0.0171728 (92.5405) Other time (%) = 9.53674e-05 (0.513914) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:25 2021 Memory usage per processor = 27.5531 Mbytes Step Atoms AVEKE stressZZ 30351 5000 1.5243701e-10 12841332 30352 -0.0159899999999913 12841182.1083976 30352 5000 1.5195861e-10 12841182 Loop time of 0.0182791 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:25 2021 Pair time (%) = 0.00123811 (6.77336) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.179997) Outpt time (%) = 0.0169129 (92.5262) Other time (%) = 9.5129e-05 (0.520426) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:25 2021 Memory usage per processor = 27.5531 Mbytes Step Atoms AVEKE stressZZ 30352 5000 1.5195861e-10 12841104 30353 -0.0159899999999913 12840954.1811447 30353 5000 1.5165124e-10 12840954 Loop time of 0.017787 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:25 2021 Pair time (%) = 0.001297 (7.29183) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.190338) Outpt time (%) = 0.016356 (91.9549) Other time (%) = 0.000100136 (0.562972) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:25 2021 Memory usage per processor = 27.5531 Mbytes Step Atoms AVEKE stressZZ 30353 5000 1.5165124e-10 12840876 30354 -0.0159899999999913 12840726.4832597 30354 5000 1.5145233e-10 12840726 Loop time of 0.018332 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:25 2021 Pair time (%) = 0.00145102 (7.9152) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.208089) Outpt time (%) = 0.0167279 (91.2498) Other time (%) = 0.000114918 (0.62687) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:25 2021 Memory usage per processor = 27.5531 Mbytes Step Atoms AVEKE stressZZ 30354 5000 1.5145233e-10 12840648 30355 -0.0159899999999913 12840498.9354543 30355 5000 1.5132226e-10 12840499 Loop time of 0.018744 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:25 2021 Pair time (%) = 0.00138998 (7.4156) Neigh time (%) = 0 (0) Comm time (%) = 6.10352e-05 (0.325625) Outpt time (%) = 0.0171962 (91.7423) Other time (%) = 9.67979e-05 (0.516421) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:25 2021 Memory usage per processor = 27.5531 Mbytes Step Atoms AVEKE stressZZ 30355 5000 1.5132226e-10 12840421 30356 -0.0159899999999913 12840271.487339 30356 5000 1.5123589e-10 12840271 Loop time of 0.018501 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:25 2021 Pair time (%) = 0.00123882 (6.69596) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.177837) Outpt time (%) = 0.017134 (92.6107) Other time (%) = 9.53674e-05 (0.515471) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:25 2021 Memory usage per processor = 27.5531 Mbytes Step Atoms AVEKE stressZZ 30356 5000 1.5123589e-10 12840193 30357 -0.0159899999999913 12840044.1068895 30357 5000 1.5117729e-10 12840044 Loop time of 0.017586 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:25 2021 Pair time (%) = 0.00124192 (7.062) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.188446) Outpt time (%) = 0.016217 (92.2154) Other time (%) = 9.39369e-05 (0.534158) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:25 2021 Memory usage per processor = 27.5531 Mbytes Step Atoms AVEKE stressZZ 30357 5000 1.5117729e-10 12839966 30358 -0.0159899999999913 12839816.7737536 30358 5000 1.5113632e-10 12839817 Loop time of 0.0173202 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:25 2021 Pair time (%) = 0.00123692 (7.14148) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191339) Outpt time (%) = 0.0159602 (92.1482) Other time (%) = 8.98838e-05 (0.518955) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:25 2021 Memory usage per processor = 27.5531 Mbytes Step Atoms AVEKE stressZZ 30358 5000 1.5113632e-10 12839739 30359 -0.0159899999999913 12839589.474996 30359 5000 1.5110656e-10 12839589 Loop time of 0.0175319 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:26 2021 Pair time (%) = 0.00128412 (7.3245) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.187668) Outpt time (%) = 0.016125 (91.9751) Other time (%) = 8.98838e-05 (0.512688) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:26 2021 Memory usage per processor = 27.5531 Mbytes Step Atoms AVEKE stressZZ 30359 5000 1.5110656e-10 12839511 30360 -0.0159899999999913 12839362.2023955 30360 5000 1.5108392e-10 12839362 Loop time of 0.0212619 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:26 2021 Pair time (%) = 0.00162101 (7.62399) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.182778) Outpt time (%) = 0.0194111 (91.295) Other time (%) = 0.000190973 (0.898194) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:26 2021 Memory usage per processor = 27.5531 Mbytes Step Atoms AVEKE stressZZ 30360 5000 1.5108392e-10 12839284 30361 -0.0159899999999913 12839134.9507265 30361 5000 1.5106581e-10 12839135 Loop time of 0.0181329 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:26 2021 Pair time (%) = 0.00134397 (7.41174) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.182762) Outpt time (%) = 0.016659 (91.8717) Other time (%) = 9.67979e-05 (0.533824) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:26 2021 Memory usage per processor = 27.5531 Mbytes Step Atoms AVEKE stressZZ 30361 5000 1.5106581e-10 12839057 30362 -0.0159899999999913 12838907.7166675 30362 5000 1.5105057e-10 12838908 Loop time of 0.0181909 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:26 2021 Pair time (%) = 0.00124407 (6.83897) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.18218) Outpt time (%) = 0.016819 (92.4585) Other time (%) = 9.46522e-05 (0.520328) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:26 2021 Memory usage per processor = 27.5531 Mbytes Step Atoms AVEKE stressZZ 30362 5000 1.5105057e-10 12838830 30363 -0.0159899999999913 12838680.4981065 30363 5000 1.5103716e-10 12838680 Loop time of 0.017976 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:26 2021 Pair time (%) = 0.00127506 (7.09312) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.184357) Outpt time (%) = 0.0165751 (92.2066) Other time (%) = 9.27448e-05 (0.515936) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:26 2021 Memory usage per processor = 27.5531 Mbytes Step Atoms AVEKE stressZZ 30363 5000 1.5103716e-10 12838603 30364 -0.0159899999999913 12838453.2937008 30364 5000 1.5102492e-10 12838453 Loop time of 0.0177701 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:26 2021 Pair time (%) = 0.00129104 (7.26524) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.287121) Outpt time (%) = 0.0163121 (91.7956) Other time (%) = 0.000115871 (0.65206) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:26 2021 Memory usage per processor = 27.5531 Mbytes Step Atoms AVEKE stressZZ 30364 5000 1.5102492e-10 12838375 30365 -0.0159899999999913 12838226.1025961 30365 5000 1.5101341e-10 12838226 Loop time of 0.0181899 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:26 2021 Pair time (%) = 0.00130296 (7.16308) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.197919) Outpt time (%) = 0.016746 (92.0623) Other time (%) = 0.000104904 (0.576716) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:26 2021 Memory usage per processor = 27.5531 Mbytes Step Atoms AVEKE stressZZ 30365 5000 1.5101341e-10 12838148 30366 -0.0159899999999913 12837998.9242488 30366 5000 1.5100237e-10 12837999 Loop time of 0.0184789 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:26 2021 Pair time (%) = 0.00123501 (6.68335) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.184502) Outpt time (%) = 0.017117 (92.6302) Other time (%) = 9.27448e-05 (0.501897) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:26 2021 Memory usage per processor = 27.5531 Mbytes Step Atoms AVEKE stressZZ 30366 5000 1.5100237e-10 12837921 30367 -0.0159899999999913 12837771.7583127 30367 5000 1.5099163e-10 12837772 Loop time of 0.0180891 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:26 2021 Pair time (%) = 0.00123906 (6.84978) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.181888) Outpt time (%) = 0.0167229 (92.4477) Other time (%) = 9.41753e-05 (0.520621) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:26 2021 Memory usage per processor = 27.5531 Mbytes Step Atoms AVEKE stressZZ 30367 5000 1.5099163e-10 12837694 30368 -0.0159899999999913 12837544.6045674 30368 5000 1.5098108e-10 12837545 Loop time of 0.0176589 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:26 2021 Pair time (%) = 0.00129986 (7.3609) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.21062) Outpt time (%) = 0.0162179 (91.8398) Other time (%) = 0.000103951 (0.588656) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:26 2021 Memory usage per processor = 27.5531 Mbytes Step Atoms AVEKE stressZZ 30368 5000 1.5098108e-10 12837467 30369 -0.0159899999999913 12837317.4628714 30369 5000 1.5097065e-10 12837317 Loop time of 0.0185771 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:26 2021 Pair time (%) = 0.0015521 (8.35494) Neigh time (%) = 0 (0) Comm time (%) = 7.89165e-05 (0.424806) Outpt time (%) = 0.0167592 (90.2141) Other time (%) = 0.00018692 (1.00619) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:26 2021 Memory usage per processor = 27.5531 Mbytes Step Atoms AVEKE stressZZ 30369 5000 1.5097065e-10 12837240 30370 -0.0159899999999913 12837090.3331344 30370 5000 1.5096031e-10 12837090 Loop time of 0.0213451 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:26 2021 Pair time (%) = 0.00123906 (5.80489) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.154142) Outpt time (%) = 0.01998 (93.6042) Other time (%) = 9.32217e-05 (0.436735) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:26 2021 Memory usage per processor = 27.5531 Mbytes Step Atoms AVEKE stressZZ 30370 5000 1.5096031e-10 12837012 30371 -0.0159899999999913 12836863.2152984 30371 5000 1.5095001e-10 12836863 Loop time of 0.0186021 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:26 2021 Pair time (%) = 0.00126004 (6.77364) Neigh time (%) = 0 (0) Comm time (%) = 7.79629e-05 (0.419107) Outpt time (%) = 0.017107 (91.9626) Other time (%) = 0.000157118 (0.844623) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:26 2021 Memory usage per processor = 27.5531 Mbytes Step Atoms AVEKE stressZZ 30371 5000 1.5095001e-10 12836785 30372 -0.0159899999999913 12836636.1093258 30372 5000 1.5093974e-10 12836636 Loop time of 0.017664 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:26 2021 Pair time (%) = 0.00123286 (6.97954) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.186265) Outpt time (%) = 0.0163031 (92.2956) Other time (%) = 9.5129e-05 (0.538549) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:26 2021 Memory usage per processor = 27.5531 Mbytes Step Atoms AVEKE stressZZ 30372 5000 1.5093974e-10 12836558 30373 -0.0159899999999913 12836409.0151921 30373 5000 1.5092949e-10 12836409 Loop time of 0.0178051 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:26 2021 Pair time (%) = 0.00141883 (7.96867) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.19684) Outpt time (%) = 0.016216 (91.0753) Other time (%) = 0.000135183 (0.759239) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:26 2021 Memory usage per processor = 27.5531 Mbytes Step Atoms AVEKE stressZZ 30373 5000 1.5092949e-10 12836331 30374 -0.0159899999999913 12836181.9328808 30374 5000 1.5091926e-10 12836182 Loop time of 0.0184832 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:26 2021 Pair time (%) = 0.00130582 (7.06491) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.183169) Outpt time (%) = 0.0170412 (92.1985) Other time (%) = 0.000102282 (0.553377) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:26 2021 Memory usage per processor = 27.5531 Mbytes Step Atoms AVEKE stressZZ 30374 5000 1.5091926e-10 12836104 30375 -0.0159899999999913 12835954.8623808 30375 5000 1.5090903e-10 12835955 Loop time of 0.0183458 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:26 2021 Pair time (%) = 0.00131798 (7.18407) Neigh time (%) = 0 (0) Comm time (%) = 5.60284e-05 (0.305401) Outpt time (%) = 0.0168729 (91.9712) Other time (%) = 9.89437e-05 (0.539325) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:26 2021 Memory usage per processor = 27.5531 Mbytes Step Atoms AVEKE stressZZ 30375 5000 1.5090903e-10 12835877 30376 -0.0159899999999913 12835727.8036846 30376 5000 1.5089882e-10 12835728 Loop time of 0.0181291 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:26 2021 Pair time (%) = 0.00128102 (7.06611) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.181486) Outpt time (%) = 0.016721 (92.2329) Other time (%) = 9.41753e-05 (0.51947) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:26 2021 Memory usage per processor = 27.5531 Mbytes Step Atoms AVEKE stressZZ 30376 5000 1.5089882e-10 12835650 30377 -0.0159899999999913 12835500.7567867 30377 5000 1.508886e-10 12835501 Loop time of 0.0176558 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:26 2021 Pair time (%) = 0.00130606 (7.3973) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.203905) Outpt time (%) = 0.0162098 (91.81) Other time (%) = 0.000103951 (0.58876) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:26 2021 Memory usage per processor = 27.5531 Mbytes Step Atoms AVEKE stressZZ 30377 5000 1.508886e-10 12835423 30378 -0.0159899999999913 12835273.7216827 30378 5000 1.5087839e-10 12835274 Loop time of 0.018599 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:26 2021 Pair time (%) = 0.00149703 (8.04897) Neigh time (%) = 0 (0) Comm time (%) = 5.00679e-05 (0.269196) Outpt time (%) = 0.0168819 (90.7679) Other time (%) = 0.000169992 (0.913985) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:26 2021 Memory usage per processor = 27.5531 Mbytes Step Atoms AVEKE stressZZ 30378 5000 1.5087839e-10 12835196 30379 -0.0159899999999913 12835046.6983695 30379 5000 1.5086819e-10 12835047 Loop time of 0.0183289 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:26 2021 Pair time (%) = 0.00124311 (6.78226) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.179508) Outpt time (%) = 0.016959 (92.5257) Other time (%) = 9.39369e-05 (0.512507) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:26 2021 Memory usage per processor = 27.5531 Mbytes Step Atoms AVEKE stressZZ 30379 5000 1.5086819e-10 12834969 30380 -0.0159899999999913 12834819.6868443 30380 5000 1.5085798e-10 12834820 Loop time of 0.021157 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:26 2021 Pair time (%) = 0.00133204 (6.29599) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.170162) Outpt time (%) = 0.0196838 (93.0369) Other time (%) = 0.000105143 (0.496963) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:26 2021 Memory usage per processor = 27.5531 Mbytes Step Atoms AVEKE stressZZ 30380 5000 1.5085798e-10 12834742 30381 -0.0159899999999913 12834592.6871047 30381 5000 1.5084778e-10 12834593 Loop time of 0.0176439 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:26 2021 Pair time (%) = 0.00123811 (7.01719) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.191882) Outpt time (%) = 0.0162799 (92.2693) Other time (%) = 9.20296e-05 (0.521593) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:26 2021 Memory usage per processor = 27.5531 Mbytes Step Atoms AVEKE stressZZ 30381 5000 1.5084778e-10 12834515 30382 -0.0159899999999913 12834365.6991488 30382 5000 1.5083757e-10 12834366 Loop time of 0.017786 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:26 2021 Pair time (%) = 0.00128007 (7.19705) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.197051) Outpt time (%) = 0.016319 (91.752) Other time (%) = 0.000151873 (0.853887) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:26 2021 Memory usage per processor = 27.5531 Mbytes Step Atoms AVEKE stressZZ 30382 5000 1.5083757e-10 12834288 30383 -0.0159899999999913 12834138.7229742 30383 5000 1.5082737e-10 12834139 Loop time of 0.0184548 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:26 2021 Pair time (%) = 0.00137806 (7.46722) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.18991) Outpt time (%) = 0.016865 (91.3856) Other time (%) = 0.000176668 (0.957302) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:26 2021 Memory usage per processor = 27.5531 Mbytes Step Atoms AVEKE stressZZ 30383 5000 1.5082737e-10 12834061 30384 -0.0159899999999913 12833911.7585793 30384 5000 1.5081717e-10 12833912 Loop time of 0.0184581 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:26 2021 Pair time (%) = 0.00123501 (6.69086) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.184709) Outpt time (%) = 0.017096 (92.6207) Other time (%) = 9.29832e-05 (0.503752) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:26 2021 Memory usage per processor = 27.5531 Mbytes Step Atoms AVEKE stressZZ 30384 5000 1.5081717e-10 12833834 30385 -0.0159899999999913 12833684.8059623 30385 5000 1.5080698e-10 12833685 Loop time of 0.018147 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:26 2021 Pair time (%) = 0.00123811 (6.82266) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.181307) Outpt time (%) = 0.0167799 (92.4666) Other time (%) = 9.60827e-05 (0.529469) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:26 2021 Memory usage per processor = 27.5531 Mbytes Step Atoms AVEKE stressZZ 30385 5000 1.5080698e-10 12833607 30386 -0.0159899999999913 12833457.8651269 30386 5000 1.5079678e-10 12833458 Loop time of 0.017956 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:26 2021 Pair time (%) = 0.00130391 (7.26169) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.188546) Outpt time (%) = 0.0164871 (91.8195) Other time (%) = 0.00013113 (0.730286) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:26 2021 Memory usage per processor = 27.5531 Mbytes Step Atoms AVEKE stressZZ 30386 5000 1.5079678e-10 12833380 30387 -0.0159899999999913 12833230.9360668 30387 5000 1.5078658e-10 12833231 Loop time of 0.0182481 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:26 2021 Pair time (%) = 0.00163889 (8.98116) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.197288) Outpt time (%) = 0.016423 (89.9984) Other time (%) = 0.000150204 (0.823121) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:26 2021 Memory usage per processor = 27.5531 Mbytes Step Atoms AVEKE stressZZ 30387 5000 1.5078658e-10 12833153 30388 -0.0159899999999913 12833004.0187796 30388 5000 1.5077639e-10 12833004 Loop time of 0.0188839 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:26 2021 Pair time (%) = 0.00143886 (7.61947) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.184332) Outpt time (%) = 0.01723 (91.2417) Other time (%) = 0.000180244 (0.954485) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:26 2021 Memory usage per processor = 27.5531 Mbytes Step Atoms AVEKE stressZZ 30388 5000 1.5077639e-10 12832926 30389 -0.0159899999999913 12832777.1132635 30389 5000 1.5076619e-10 12832777 Loop time of 0.0184851 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:26 2021 Pair time (%) = 0.00129104 (6.98421) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.177991) Outpt time (%) = 0.017067 (92.3283) Other time (%) = 9.41753e-05 (0.509467) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:26 2021 Memory usage per processor = 27.5531 Mbytes Step Atoms AVEKE stressZZ 30389 5000 1.5076619e-10 12832699 30390 -0.0159899999999913 12832550.219517 30390 5000 1.50756e-10 12832550 Loop time of 0.0207689 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:26 2021 Pair time (%) = 0.0012579 (6.05664) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.16301) Outpt time (%) = 0.0193639 (93.2351) Other time (%) = 0.000113249 (0.545281) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:26 2021 Memory usage per processor = 27.5531 Mbytes Step Atoms AVEKE stressZZ 30390 5000 1.50756e-10 12832472 30391 -0.0159899999999913 12832323.3375387 30391 5000 1.5074581e-10 12832323 Loop time of 0.017848 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:26 2021 Pair time (%) = 0.001333 (7.46861) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.196367) Outpt time (%) = 0.016331 (91.5001) Other time (%) = 0.000149012 (0.834892) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:26 2021 Memory usage per processor = 27.5531 Mbytes Step Atoms AVEKE stressZZ 30391 5000 1.5074581e-10 12832245 30392 -0.0159899999999913 12832096.4673264 30392 5000 1.5073562e-10 12832096 Loop time of 0.018477 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:26 2021 Pair time (%) = 0.00148797 (8.05311) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.184521) Outpt time (%) = 0.01682 (91.032) Other time (%) = 0.000134945 (0.730341) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:26 2021 Memory usage per processor = 27.5531 Mbytes Step Atoms AVEKE stressZZ 30392 5000 1.5073562e-10 12832019 30393 -0.0159899999999913 12831869.6088788 30393 5000 1.5072543e-10 12831870 Loop time of 0.018446 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:26 2021 Pair time (%) = 0.00127697 (6.92276) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.179661) Outpt time (%) = 0.017041 (92.3832) Other time (%) = 9.48906e-05 (0.514425) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:26 2021 Memory usage per processor = 27.5531 Mbytes Step Atoms AVEKE stressZZ 30393 5000 1.5072543e-10 12831792 30394 -0.0159899999999913 12831642.7621943 30394 5000 1.5071524e-10 12831643 Loop time of 0.0181119 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:26 2021 Pair time (%) = 0.00124288 (6.86219) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.181658) Outpt time (%) = 0.016726 (92.348) Other time (%) = 0.000110149 (0.608159) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:26 2021 Memory usage per processor = 27.5531 Mbytes Step Atoms AVEKE stressZZ 30394 5000 1.5071524e-10 12831565 30395 -0.0159899999999913 12831415.9272715 30395 5000 1.5070506e-10 12831416 Loop time of 0.01789 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:26 2021 Pair time (%) = 0.00128484 (7.18189) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.189242) Outpt time (%) = 0.016438 (91.8839) Other time (%) = 0.000133276 (0.744976) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:26 2021 Memory usage per processor = 27.5531 Mbytes Step Atoms AVEKE stressZZ 30395 5000 1.5070506e-10 12831338 30396 -0.0159899999999913 12831189.1041084 30396 5000 1.5069487e-10 12831189 Loop time of 0.018399 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:26 2021 Pair time (%) = 0.00170779 (9.28198) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.206036) Outpt time (%) = 0.0165 (89.6788) Other time (%) = 0.000153303 (0.833215) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:26 2021 Memory usage per processor = 27.5531 Mbytes Step Atoms AVEKE stressZZ 30396 5000 1.5069487e-10 12831111 30397 -0.0159899999999913 12830962.2927043 30397 5000 1.5068469e-10 12830962 Loop time of 0.0183649 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:26 2021 Pair time (%) = 0.00123906 (6.7469) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.179156) Outpt time (%) = 0.0169849 (92.4858) Other time (%) = 0.000108004 (0.588098) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:26 2021 Memory usage per processor = 27.5531 Mbytes Step Atoms AVEKE stressZZ 30397 5000 1.5068469e-10 12830884 30398 -0.0159899999999913 12830735.4930669 30398 5000 1.5067451e-10 12830735 Loop time of 0.0175331 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:26 2021 Pair time (%) = 0.00123715 (7.05612) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.189015) Outpt time (%) = 0.0161691 (92.2205) Other time (%) = 9.36985e-05 (0.53441) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:26 2021 Memory usage per processor = 27.5531 Mbytes Step Atoms AVEKE stressZZ 30398 5000 1.5067451e-10 12830658 30399 -0.0159899999999913 12830508.7051913 30399 5000 1.5066432e-10 12830509 Loop time of 0.0175681 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:26 2021 Pair time (%) = 0.00123215 (7.01354) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.188638) Outpt time (%) = 0.0162139 (92.2916) Other time (%) = 8.89301e-05 (0.506202) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:26 2021 Memory usage per processor = 27.5531 Mbytes Step Atoms AVEKE stressZZ 30399 5000 1.5066432e-10 12830431 30400 -0.0159899999999913 12830281.9290741 30400 5000 1.5065414e-10 12830282 Loop time of 0.020921 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:27 2021 Pair time (%) = 0.00123405 (5.89864) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.162965) Outpt time (%) = 0.0195639 (93.5133) Other time (%) = 8.89301e-05 (0.425076) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:27 2021 Memory usage per processor = 27.5531 Mbytes Step Atoms AVEKE stressZZ 30400 5000 1.5065414e-10 12830204 30401 -0.0159899999999913 12830055.1647128 30401 5000 1.5064396e-10 12830055 Loop time of 0.0182741 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:27 2021 Pair time (%) = 0.00152206 (8.32909) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.197007) Outpt time (%) = 0.0166109 (90.8985) Other time (%) = 0.000105143 (0.575365) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:27 2021 Memory usage per processor = 27.5531 Mbytes Step Atoms AVEKE stressZZ 30401 5000 1.5064396e-10 12829977 30402 -0.0159899999999913 12829828.4121053 30402 5000 1.5063379e-10 12829828 Loop time of 0.018259 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:27 2021 Pair time (%) = 0.00145507 (7.96903) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.191946) Outpt time (%) = 0.016634 (91.1) Other time (%) = 0.000134945 (0.739058) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:27 2021 Memory usage per processor = 27.5531 Mbytes Step Atoms AVEKE stressZZ 30402 5000 1.5063379e-10 12829751 30403 -0.0159899999999913 12829601.67125 30403 5000 1.5062361e-10 12829602 Loop time of 0.022109 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:27 2021 Pair time (%) = 0.00133014 (6.01626) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.158521) Outpt time (%) = 0.0206442 (93.3745) Other time (%) = 9.9659e-05 (0.450761) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:27 2021 Memory usage per processor = 27.5531 Mbytes Step Atoms AVEKE stressZZ 30403 5000 1.5062361e-10 12829524 30404 -0.0159899999999913 12829374.942145 30404 5000 1.5061343e-10 12829375 Loop time of 0.018434 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:27 2021 Pair time (%) = 0.00124407 (6.74875) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.190124) Outpt time (%) = 0.0170622 (92.558) Other time (%) = 9.27448e-05 (0.503117) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:27 2021 Memory usage per processor = 27.5531 Mbytes Step Atoms AVEKE stressZZ 30404 5000 1.5061343e-10 12829297 30405 -0.0159899999999913 12829148.2247886 30405 5000 1.5060326e-10 12829148 Loop time of 0.017612 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:27 2021 Pair time (%) = 0.00123501 (7.01232) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.188168) Outpt time (%) = 0.0162492 (92.2621) Other time (%) = 9.46522e-05 (0.537431) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:27 2021 Memory usage per processor = 27.5531 Mbytes Step Atoms AVEKE stressZZ 30405 5000 1.5060326e-10 12829070 30406 -0.0159899999999913 12828921.5191791 30406 5000 1.5059309e-10 12828922 Loop time of 0.0177209 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:27 2021 Pair time (%) = 0.00133204 (7.51678) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.203156) Outpt time (%) = 0.0162499 (91.6988) Other time (%) = 0.000102997 (0.581215) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:27 2021 Memory usage per processor = 27.5531 Mbytes Step Atoms AVEKE stressZZ 30406 5000 1.5059309e-10 12828844 30407 -0.0159899999999913 12828694.8253149 30407 5000 1.5058291e-10 12828695 Loop time of 0.0186579 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:27 2021 Pair time (%) = 0.00139904 (7.49837) Neigh time (%) = 0 (0) Comm time (%) = 7.29561e-05 (0.391019) Outpt time (%) = 0.017036 (91.3068) Other time (%) = 0.000149965 (0.803762) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:27 2021 Memory usage per processor = 27.5531 Mbytes Step Atoms AVEKE stressZZ 30407 5000 1.5058291e-10 12828617 30408 -0.0159899999999913 12828468.1431946 30408 5000 1.5057274e-10 12828468 Loop time of 0.018317 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:27 2021 Pair time (%) = 0.00123596 (6.74763) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.180926) Outpt time (%) = 0.0169539 (92.5586) Other time (%) = 9.39369e-05 (0.512841) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:27 2021 Memory usage per processor = 27.5531 Mbytes Step Atoms AVEKE stressZZ 30408 5000 1.5057274e-10 12828390 30409 -0.0159899999999913 12828241.4728162 30409 5000 1.5056257e-10 12828241 Loop time of 0.0180819 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:27 2021 Pair time (%) = 0.00124812 (6.9026) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.183278) Outpt time (%) = 0.016705 (92.3854) Other time (%) = 9.56059e-05 (0.528738) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:27 2021 Memory usage per processor = 27.5531 Mbytes Step Atoms AVEKE stressZZ 30409 5000 1.5056257e-10 12828164 30410 -0.0159899999999913 12828014.8141787 30410 5000 1.505524e-10 12828015 Loop time of 0.0209119 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:27 2021 Pair time (%) = 0.00128508 (6.14518) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.167596) Outpt time (%) = 0.0194259 (92.8937) Other time (%) = 0.000165939 (0.793515) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:27 2021 Memory usage per processor = 27.5531 Mbytes Step Atoms AVEKE stressZZ 30410 5000 1.505524e-10 12827937 30411 -0.0159899999999913 12827788.16728 30411 5000 1.5054224e-10 12827788 Loop time of 0.0177991 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:27 2021 Pair time (%) = 0.0013721 (7.70879) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.286652) Outpt time (%) = 0.0162539 (91.3187) Other time (%) = 0.00012207 (0.685821) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:27 2021 Memory usage per processor = 27.5531 Mbytes Step Atoms AVEKE stressZZ 30411 5000 1.5054224e-10 12827710 30412 -0.0159899999999913 12827561.532119 30412 5000 1.5053207e-10 12827562 Loop time of 0.018333 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:27 2021 Pair time (%) = 0.00137806 (7.51684) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.191172) Outpt time (%) = 0.0167592 (91.4155) Other time (%) = 0.000160694 (0.876531) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:27 2021 Memory usage per processor = 27.5531 Mbytes Step Atoms AVEKE stressZZ 30412 5000 1.5053207e-10 12827484 30413 -0.0159899999999913 12827334.9086941 30413 5000 1.5052191e-10 12827335 Loop time of 0.0184212 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:27 2021 Pair time (%) = 0.00137877 (7.48473) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.195434) Outpt time (%) = 0.0169032 (91.7594) Other time (%) = 0.000103235 (0.560416) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:27 2021 Memory usage per processor = 27.5531 Mbytes Step Atoms AVEKE stressZZ 30413 5000 1.5052191e-10 12827257 30414 -0.0159899999999913 12827108.2970034 30414 5000 1.5051174e-10 12827108 Loop time of 0.018224 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:27 2021 Pair time (%) = 0.00128102 (7.02932) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.181849) Outpt time (%) = 0.016814 (92.2629) Other time (%) = 9.58443e-05 (0.525923) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:27 2021 Memory usage per processor = 27.5531 Mbytes Step Atoms AVEKE stressZZ 30414 5000 1.5051174e-10 12827030 30415 -0.0159899999999913 12826881.697046 30415 5000 1.5050158e-10 12826882 Loop time of 0.018255 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:27 2021 Pair time (%) = 0.0013361 (7.31908) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.191989) Outpt time (%) = 0.0167818 (91.9299) Other time (%) = 0.000102043 (0.558988) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:27 2021 Memory usage per processor = 27.5531 Mbytes Step Atoms AVEKE stressZZ 30415 5000 1.5050158e-10 12826804 30416 -0.0159899999999913 12826655.10882 30416 5000 1.5049142e-10 12826655 Loop time of 0.0188601 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:27 2021 Pair time (%) = 0.00145411 (7.71001) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.190886) Outpt time (%) = 0.017205 (91.2243) Other time (%) = 0.000164986 (0.874787) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:27 2021 Memory usage per processor = 27.5531 Mbytes Step Atoms AVEKE stressZZ 30416 5000 1.5049142e-10 12826577 30417 -0.0159899999999913 12826428.5323242 30417 5000 1.5048126e-10 12826429 Loop time of 0.0186119 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:27 2021 Pair time (%) = 0.00124097 (6.66761) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.176778) Outpt time (%) = 0.0172431 (92.6458) Other time (%) = 9.48906e-05 (0.509838) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:27 2021 Memory usage per processor = 27.5531 Mbytes Step Atoms AVEKE stressZZ 30417 5000 1.5048126e-10 12826351 30418 -0.0159899999999913 12826201.967557 30418 5000 1.504711e-10 12826202 Loop time of 0.0182469 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:27 2021 Pair time (%) = 0.00128508 (7.04271) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.181621) Outpt time (%) = 0.016819 (92.1746) Other time (%) = 0.000109673 (0.601048) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:27 2021 Memory usage per processor = 27.5531 Mbytes Step Atoms AVEKE stressZZ 30418 5000 1.504711e-10 12826124 30419 -0.0159899999999913 12825975.4145168 30419 5000 1.5046094e-10 12825975 Loop time of 0.0186679 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:27 2021 Pair time (%) = 0.00162196 (8.68849) Neigh time (%) = 0 (0) Comm time (%) = 4.22001e-05 (0.226057) Outpt time (%) = 0.01684 (90.208) Other time (%) = 0.000163794 (0.877406) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:27 2021 Memory usage per processor = 27.5531 Mbytes Step Atoms AVEKE stressZZ 30419 5000 1.5046094e-10 12825898 30420 -0.0159899999999913 12825748.8732023 30420 5000 1.5045078e-10 12825749 Loop time of 0.020961 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:27 2021 Pair time (%) = 0.00141907 (6.77002) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.167203) Outpt time (%) = 0.0193548 (92.3371) Other time (%) = 0.000152111 (0.725684) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:27 2021 Memory usage per processor = 27.5531 Mbytes Step Atoms AVEKE stressZZ 30420 5000 1.5045078e-10 12825671 30421 -0.0159899999999913 12825522.3436121 30421 5000 1.5044063e-10 12825522 Loop time of 0.018476 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:27 2021 Pair time (%) = 0.00155401 (8.41097) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.18324) Outpt time (%) = 0.0167489 (90.6522) Other time (%) = 0.000139236 (0.753607) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:27 2021 Memory usage per processor = 27.5531 Mbytes Step Atoms AVEKE stressZZ 30421 5000 1.5044063e-10 12825445 30422 -0.0159899999999913 12825295.8257829 30422 5000 1.5043047e-10 12825296 Loop time of 0.0186379 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:27 2021 Pair time (%) = 0.00123501 (6.62633) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.177811) Outpt time (%) = 0.017277 (92.6982) Other time (%) = 9.27448e-05 (0.497614) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:27 2021 Memory usage per processor = 27.5531 Mbytes Step Atoms AVEKE stressZZ 30422 5000 1.5043047e-10 12825218 30423 -0.0159899999999913 12825069.3197376 30423 5000 1.5042032e-10 12825069 Loop time of 0.0186081 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:27 2021 Pair time (%) = 0.00147104 (7.90539) Neigh time (%) = 0 (0) Comm time (%) = 6.10352e-05 (0.328003) Outpt time (%) = 0.0169652 (91.1708) Other time (%) = 0.000110865 (0.595787) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:27 2021 Memory usage per processor = 27.5531 Mbytes Step Atoms AVEKE stressZZ 30423 5000 1.5042032e-10 12824992 30424 -0.0159899999999913 12824842.8254478 30424 5000 1.5041017e-10 12824843 Loop time of 0.0177541 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:27 2021 Pair time (%) = 0.0012989 (7.31609) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.185319) Outpt time (%) = 0.0162959 (91.7869) Other time (%) = 0.000126362 (0.711734) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:27 2021 Memory usage per processor = 27.5531 Mbytes Step Atoms AVEKE stressZZ 30424 5000 1.5041017e-10 12824765 30425 -0.0159899999999913 12824616.3429044 30425 5000 1.5040002e-10 12824616 Loop time of 0.0181739 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:27 2021 Pair time (%) = 0.00153899 (8.46813) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.20334) Outpt time (%) = 0.0164859 (90.712) Other time (%) = 0.000112057 (0.616579) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:27 2021 Memory usage per processor = 27.5531 Mbytes Step Atoms AVEKE stressZZ 30425 5000 1.5040002e-10 12824539 30426 -0.0159899999999913 12824389.8721018 30426 5000 1.5038987e-10 12824390 Loop time of 0.01847 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:27 2021 Pair time (%) = 0.00156903 (8.49501) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.189753) Outpt time (%) = 0.0167611 (90.7473) Other time (%) = 0.000104904 (0.567969) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:27 2021 Memory usage per processor = 27.5531 Mbytes Step Atoms AVEKE stressZZ 30426 5000 1.5038987e-10 12824312 30427 -0.0159899999999913 12824163.4130358 30427 5000 1.5037972e-10 12824163 Loop time of 0.018749 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:27 2021 Pair time (%) = 0.00137091 (7.31189) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.18693) Outpt time (%) = 0.017241 (91.9569) Other time (%) = 0.000102043 (0.544259) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:27 2021 Memory usage per processor = 27.5531 Mbytes Step Atoms AVEKE stressZZ 30427 5000 1.5037972e-10 12824086 30428 -0.0159899999999913 12823936.9657035 30428 5000 1.5036957e-10 12823937 Loop time of 0.0176392 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:27 2021 Pair time (%) = 0.00124121 (7.03666) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.186527) Outpt time (%) = 0.0162699 (92.2375) Other time (%) = 9.5129e-05 (0.539306) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:27 2021 Memory usage per processor = 27.5531 Mbytes Step Atoms AVEKE stressZZ 30428 5000 1.5036957e-10 12823859 30429 -0.0159899999999913 12823710.5301015 30429 5000 1.5035942e-10 12823711 Loop time of 0.0179579 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:27 2021 Pair time (%) = 0.00131893 (7.34457) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.200475) Outpt time (%) = 0.016499 (91.8761) Other time (%) = 0.000103951 (0.578856) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:27 2021 Memory usage per processor = 27.5531 Mbytes Step Atoms AVEKE stressZZ 30429 5000 1.5035942e-10 12823633 30430 -0.0159899999999913 12823484.1062276 30430 5000 1.5034928e-10 12823484 Loop time of 0.0213039 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:27 2021 Pair time (%) = 0.00133896 (6.28504) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.160036) Outpt time (%) = 0.01983 (93.0815) Other time (%) = 0.000100851 (0.473393) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:27 2021 Memory usage per processor = 27.5531 Mbytes Step Atoms AVEKE stressZZ 30430 5000 1.5034928e-10 12823406 30431 -0.0159899999999913 12823257.6941126 30431 5000 1.5033914e-10 12823258 Loop time of 0.0184791 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:27 2021 Pair time (%) = 0.00125217 (6.77616) Neigh time (%) = 0 (0) Comm time (%) = 5.00679e-05 (0.270943) Outpt time (%) = 0.0170281 (92.1478) Other time (%) = 0.000148773 (0.805089) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:27 2021 Memory usage per processor = 27.5531 Mbytes Step Atoms AVEKE stressZZ 30431 5000 1.5033914e-10 12823180 30432 -0.0159899999999913 12823031.2937295 30432 5000 1.5032899e-10 12823031 Loop time of 0.0183151 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:27 2021 Pair time (%) = 0.00124812 (6.81472) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.256447) Outpt time (%) = 0.0168622 (92.0671) Other time (%) = 0.000157833 (0.861766) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:27 2021 Memory usage per processor = 27.5531 Mbytes Step Atoms AVEKE stressZZ 30432 5000 1.5032899e-10 12822954 30433 -0.0159899999999913 12822804.9050711 30433 5000 1.5031885e-10 12822805 Loop time of 0.0179729 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:27 2021 Pair time (%) = 0.00136304 (7.58384) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.184389) Outpt time (%) = 0.0164819 (91.7038) Other time (%) = 9.48906e-05 (0.527963) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:27 2021 Memory usage per processor = 27.5531 Mbytes Step Atoms AVEKE stressZZ 30433 5000 1.5031885e-10 12822727 30434 -0.0159899999999913 12822578.5281351 30434 5000 1.5030871e-10 12822579 Loop time of 0.018223 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:27 2021 Pair time (%) = 0.00135398 (7.43004) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.192325) Outpt time (%) = 0.0167289 (91.8007) Other time (%) = 0.000105143 (0.576976) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:27 2021 Memory usage per processor = 27.5531 Mbytes Step Atoms AVEKE stressZZ 30434 5000 1.5030871e-10 12822501 30435 -0.0159899999999913 12822352.1629192 30435 5000 1.5029857e-10 12822352 Loop time of 0.018575 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:27 2021 Pair time (%) = 0.00147486 (7.94003) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.204084) Outpt time (%) = 0.016917 (91.0742) Other time (%) = 0.000145197 (0.781681) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:27 2021 Memory usage per processor = 27.5531 Mbytes Step Atoms AVEKE stressZZ 30435 5000 1.5029857e-10 12822274 30436 -0.0159899999999913 12822125.8094214 30436 5000 1.5028843e-10 12822126 Loop time of 0.0188031 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:27 2021 Pair time (%) = 0.00138116 (7.34537) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.196536) Outpt time (%) = 0.0172632 (91.8102) Other time (%) = 0.000121832 (0.647934) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:27 2021 Memory usage per processor = 27.5531 Mbytes Step Atoms AVEKE stressZZ 30436 5000 1.5028843e-10 12822048 30437 -0.0159899999999913 12821899.4676402 30437 5000 1.502783e-10 12821899 Loop time of 0.018028 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:27 2021 Pair time (%) = 0.00127292 (7.06077) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.183826) Outpt time (%) = 0.0166261 (92.2238) Other time (%) = 9.58443e-05 (0.531641) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:27 2021 Memory usage per processor = 27.5531 Mbytes Step Atoms AVEKE stressZZ 30437 5000 1.502783e-10 12821822 30438 -0.0159899999999913 12821673.1375733 30438 5000 1.5026816e-10 12821673 Loop time of 0.0177159 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:27 2021 Pair time (%) = 0.00127077 (7.17304) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.203214) Outpt time (%) = 0.0163071 (92.0477) Other time (%) = 0.000102043 (0.575997) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:27 2021 Memory usage per processor = 27.5531 Mbytes Step Atoms AVEKE stressZZ 30438 5000 1.5026816e-10 12821595 30439 -0.0159899999999913 12821446.8192191 30439 5000 1.5025803e-10 12821447 Loop time of 0.0174248 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:27 2021 Pair time (%) = 0.00124002 (7.11637) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.188821) Outpt time (%) = 0.0160608 (92.1721) Other time (%) = 9.10759e-05 (0.522679) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:27 2021 Memory usage per processor = 27.5531 Mbytes Step Atoms AVEKE stressZZ 30439 5000 1.5025803e-10 12821369 30440 -0.0159899999999913 12821220.5125757 30440 5000 1.5024789e-10 12821221 Loop time of 0.020252 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:28 2021 Pair time (%) = 0.00123906 (6.11822) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.162462) Outpt time (%) = 0.0188911 (93.2802) Other time (%) = 8.89301e-05 (0.439118) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:28 2021 Memory usage per processor = 27.5531 Mbytes Step Atoms AVEKE stressZZ 30440 5000 1.5024789e-10 12821143 30441 -0.0159899999999913 12820994.2176417 30441 5000 1.5023776e-10 12820994 Loop time of 0.0174301 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:28 2021 Pair time (%) = 0.00123906 (7.10876) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.190132) Outpt time (%) = 0.0160689 (92.1909) Other time (%) = 8.89301e-05 (0.510211) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:30:28 2021 Memory usage per processor = 27.5531 Mbytes Step Atoms AVEKE stressZZ 30441 5000 1.5023776e-10 12820916 30442 -0.0159899999999913 12820739.3911921 30442 5000 2.9572043e-10 12821163 Loop time of 0.0182528 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:28 2021 Pair time (%) = 0.00161695 (8.85864) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.192011) Outpt time (%) = 0.016362 (89.6405) Other time (%) = 0.000238895 (1.30881) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:28 2021 Memory usage per processor = 27.5531 Mbytes Step Atoms AVEKE stressZZ 30442 5000 2.9572043e-10 12901454 30443 -0.0160224999999913 12901258.9696908 30443 5000 2.3786339e-10 12901259 Loop time of 0.0189049 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:28 2021 Pair time (%) = 0.00128412 (6.79253) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.174038) Outpt time (%) = 0.0174589 (92.3512) Other time (%) = 0.000128984 (0.68228) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:28 2021 Memory usage per processor = 27.5531 Mbytes Step Atoms AVEKE stressZZ 30443 5000 2.3786339e-10 12901153 30444 -0.0160224999999913 12900974.9426541 30444 5000 2.0437402e-10 12900975 Loop time of 0.0184028 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:28 2021 Pair time (%) = 0.00128007 (6.95583) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.180082) Outpt time (%) = 0.016979 (92.2629) Other time (%) = 0.000110626 (0.601137) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:28 2021 Memory usage per processor = 27.5531 Mbytes Step Atoms AVEKE stressZZ 30444 5000 2.0437402e-10 12900879 30445 -0.0160224999999913 12900711.251635 30445 5000 1.8441358e-10 12900711 Loop time of 0.017786 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:28 2021 Pair time (%) = 0.00133896 (7.52815) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.184987) Outpt time (%) = 0.016319 (91.752) Other time (%) = 9.5129e-05 (0.534853) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:28 2021 Memory usage per processor = 27.5531 Mbytes Step Atoms AVEKE stressZZ 30445 5000 1.8441358e-10 12900622 30446 -0.0160224999999913 12900460.4886363 30446 5000 1.7226048e-10 12900460 Loop time of 0.0177698 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:28 2021 Pair time (%) = 0.0013938 (7.84361) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.213331) Outpt time (%) = 0.0161948 (91.1367) Other time (%) = 0.00014329 (0.806365) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:28 2021 Memory usage per processor = 27.5531 Mbytes Step Atoms AVEKE stressZZ 30446 5000 1.7226048e-10 12900375 30447 -0.0160224999999913 12900217.9458276 30447 5000 1.6474974e-10 12900218 Loop time of 0.0186291 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:28 2021 Pair time (%) = 0.00154495 (8.29323) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.188134) Outpt time (%) = 0.016886 (90.6432) Other time (%) = 0.000163078 (0.875397) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:28 2021 Memory usage per processor = 27.5531 Mbytes Step Atoms AVEKE stressZZ 30447 5000 1.6474974e-10 12900135 30448 -0.0160224999999913 12899980.6313444 30448 5000 1.6006028e-10 12899981 Loop time of 0.018059 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:28 2021 Pair time (%) = 0.00123882 (6.85986) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.188791) Outpt time (%) = 0.0166929 (92.4351) Other time (%) = 9.32217e-05 (0.516206) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:28 2021 Memory usage per processor = 27.5531 Mbytes Step Atoms AVEKE stressZZ 30448 5000 1.6006028e-10 12899899 30449 -0.0160224999999913 12899746.6438288 30449 5000 1.5711169e-10 12899747 Loop time of 0.0177841 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:28 2021 Pair time (%) = 0.001261 (7.09057) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.186347) Outpt time (%) = 0.016396 (92.1949) Other time (%) = 9.39369e-05 (0.528207) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:28 2021 Memory usage per processor = 27.5531 Mbytes Step Atoms AVEKE stressZZ 30449 5000 1.5711169e-10 12899666 30450 -0.0160224999999913 12899514.7749486 30450 5000 1.5524836e-10 12899515 Loop time of 0.0208819 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:28 2021 Pair time (%) = 0.00140095 (6.70891) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.187247) Outpt time (%) = 0.0193241 (92.5398) Other time (%) = 0.000117779 (0.564024) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:28 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30450 5000 1.5524836e-10 12899435 30451 -0.0160224999999913 12899284.2567971 30451 5000 1.5406624e-10 12899284 Loop time of 0.01847 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:28 2021 Pair time (%) = 0.00164199 (8.89001) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.206534) Outpt time (%) = 0.016623 (89.9999) Other time (%) = 0.000166893 (0.903587) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:28 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30451 5000 1.5406624e-10 12899205 30452 -0.0160224999999913 12899054.6013608 30452 5000 1.5331358e-10 12899055 Loop time of 0.018388 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:28 2021 Pair time (%) = 0.00123692 (6.72674) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.17893) Outpt time (%) = 0.017024 (92.5822) Other time (%) = 9.41753e-05 (0.512156) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:28 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30452 5000 1.5331358e-10 12898976 30453 -0.0160224999999913 12898825.4985019 30453 5000 1.5283246e-10 12898825 Loop time of 0.018774 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:28 2021 Pair time (%) = 0.00145388 (7.74408) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.185411) Outpt time (%) = 0.017169 (91.4508) Other time (%) = 0.000116348 (0.61973) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:28 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30453 5000 1.5283246e-10 12898747 30454 -0.0160224999999913 12898596.7511239 30454 5000 1.5252334e-10 12898597 Loop time of 0.0177479 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:28 2021 Pair time (%) = 0.00128913 (7.26357) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.185384) Outpt time (%) = 0.0163288 (92.0043) Other time (%) = 9.70364e-05 (0.546749) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:28 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30454 5000 1.5252334e-10 12898518 30455 -0.0160224999999913 12898368.2339698 30455 5000 1.523233e-10 12898368 Loop time of 0.0181189 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:28 2021 Pair time (%) = 0.00139308 (7.68856) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.203958) Outpt time (%) = 0.016567 (91.4351) Other time (%) = 0.000121832 (0.672404) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:28 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30455 5000 1.523233e-10 12898290 30456 -0.0160224999999913 12898139.8674365 30456 5000 1.5219249e-10 12898140 Loop time of 0.0184069 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:28 2021 Pair time (%) = 0.00138521 (7.52552) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.195586) Outpt time (%) = 0.0168438 (91.5082) Other time (%) = 0.000141859 (0.770685) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:28 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30456 5000 1.5219249e-10 12898061 30457 -0.0160224999999913 12897911.6009349 30457 5000 1.5210564e-10 12897912 Loop time of 0.0188432 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:28 2021 Pair time (%) = 0.00139594 (7.4082) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.196118) Outpt time (%) = 0.0172539 (91.5657) Other time (%) = 0.000156403 (0.830023) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:28 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30457 5000 1.5210564e-10 12897833 30458 -0.0160224999999913 12897683.4023148 30458 5000 1.5204671e-10 12897683 Loop time of 0.01805 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:28 2021 Pair time (%) = 0.00124097 (6.87519) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.183603) Outpt time (%) = 0.0166819 (92.4208) Other time (%) = 9.39369e-05 (0.520427) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:28 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30458 5000 1.5204671e-10 12897605 30459 -0.0160224999999913 12897455.2511436 30459 5000 1.5200552e-10 12897455 Loop time of 0.017621 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:28 2021 Pair time (%) = 0.00126195 (7.16161) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.198896) Outpt time (%) = 0.016221 (92.055) Other time (%) = 0.000102997 (0.58451) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:28 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30459 5000 1.5200552e-10 12897377 30460 -0.0160224999999913 12897227.1344357 30460 5000 1.519756e-10 12897227 Loop time of 0.021307 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:28 2021 Pair time (%) = 0.00131702 (6.18118) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.164488) Outpt time (%) = 0.0197721 (92.7961) Other time (%) = 0.000182867 (0.858249) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:28 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30460 5000 1.519756e-10 12897149 30461 -0.0160224999999913 12896999.0439381 30461 5000 1.5195284e-10 12896999 Loop time of 0.018337 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:28 2021 Pair time (%) = 0.00123906 (6.75716) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.185929) Outpt time (%) = 0.0169702 (92.5459) Other time (%) = 9.36985e-05 (0.51098) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:28 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30461 5000 1.5195284e-10 12896921 30462 -0.0160224999999913 12896770.9744055 30462 5000 1.5193463e-10 12896771 Loop time of 0.018472 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:28 2021 Pair time (%) = 0.00125504 (6.79427) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.178117) Outpt time (%) = 0.0170889 (92.5126) Other time (%) = 9.5129e-05 (0.514992) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:28 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30462 5000 1.5193463e-10 12896693 30463 -0.0160224999999913 12896542.9225035 30463 5000 1.5191932e-10 12896543 Loop time of 0.017508 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:28 2021 Pair time (%) = 0.00123596 (7.0594) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.194733) Outpt time (%) = 0.016145 (92.2148) Other time (%) = 9.29832e-05 (0.531089) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:28 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30463 5000 1.5191932e-10 12896465 30464 -0.0160224999999913 12896314.886113 30464 5000 1.5190584e-10 12896315 Loop time of 0.017925 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:28 2021 Pair time (%) = 0.00135303 (7.54825) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.284639) Outpt time (%) = 0.0164001 (91.4928) Other time (%) = 0.000120878 (0.674355) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:28 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30464 5000 1.5190584e-10 12896237 30465 -0.0160224999999913 12896086.8638865 30465 5000 1.5189353e-10 12896087 Loop time of 0.018487 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:28 2021 Pair time (%) = 0.00141382 (7.64767) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.183131) Outpt time (%) = 0.016927 (91.5618) Other time (%) = 0.000112295 (0.607428) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:28 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30465 5000 1.5189353e-10 12896008 30466 -0.0160224999999913 12895858.8549671 30466 5000 1.5188197e-10 12895859 Loop time of 0.018487 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:28 2021 Pair time (%) = 0.00124002 (6.70751) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.184421) Outpt time (%) = 0.0171201 (92.6064) Other time (%) = 9.27448e-05 (0.501677) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:28 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30466 5000 1.5188197e-10 12895780 30467 -0.0160224999999913 12895630.8588099 30467 5000 1.5187088e-10 12895631 Loop time of 0.018043 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:28 2021 Pair time (%) = 0.00128317 (7.11171) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.182352) Outpt time (%) = 0.016634 (92.1906) Other time (%) = 9.29832e-05 (0.515341) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:28 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30467 5000 1.5187088e-10 12895553 30468 -0.0160224999999913 12895402.8750678 30468 5000 1.5186008e-10 12895403 Loop time of 0.018079 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:28 2021 Pair time (%) = 0.00135303 (7.48394) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.199132) Outpt time (%) = 0.0165861 (91.7419) Other time (%) = 0.000103951 (0.574978) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:28 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30468 5000 1.5186008e-10 12895325 30469 -0.0160224999999913 12895174.9035196 30469 5000 1.5184949e-10 12895175 Loop time of 0.0184882 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:28 2021 Pair time (%) = 0.00142908 (7.72971) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.189567) Outpt time (%) = 0.0168879 (91.3444) Other time (%) = 0.000136137 (0.736347) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:28 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30469 5000 1.5184949e-10 12895097 30470 -0.0160224999999913 12894946.9440249 30470 5000 1.5183901e-10 12894947 Loop time of 0.021081 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:28 2021 Pair time (%) = 0.00123596 (5.86293) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.157204) Outpt time (%) = 0.0197151 (93.5207) Other time (%) = 9.67979e-05 (0.459172) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:28 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30470 5000 1.5183901e-10 12894869 30471 -0.0160224999999913 12894718.9964933 30471 5000 1.5182861e-10 12894719 Loop time of 0.0185521 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:28 2021 Pair time (%) = 0.00128388 (6.92044) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.178633) Outpt time (%) = 0.0171371 (92.3727) Other time (%) = 9.799e-05 (0.528189) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:28 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30471 5000 1.5182861e-10 12894641 30472 -0.0160224999999913 12894491.0608669 30472 5000 1.5181826e-10 12894491 Loop time of 0.017782 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:28 2021 Pair time (%) = 0.00127888 (7.19199) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.202459) Outpt time (%) = 0.016372 (92.0706) Other time (%) = 9.5129e-05 (0.534974) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:28 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30472 5000 1.5181826e-10 12894413 30473 -0.0160224999999913 12894263.1371085 30473 5000 1.5180794e-10 12894263 Loop time of 0.01774 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:28 2021 Pair time (%) = 0.00129795 (7.31652) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.197562) Outpt time (%) = 0.0162721 (91.7252) Other time (%) = 0.000134945 (0.760681) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:28 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30473 5000 1.5180794e-10 12894185 30474 -0.0160224999999913 12894035.2251941 30474 5000 1.5179765e-10 12894035 Loop time of 0.018364 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:28 2021 Pair time (%) = 0.00127816 (6.96017) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.185656) Outpt time (%) = 0.0169499 (92.2998) Other time (%) = 0.000101805 (0.554373) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:28 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30474 5000 1.5179765e-10 12893957 30475 -0.0160224999999913 12893807.3251077 30475 5000 1.5178736e-10 12893807 Loop time of 0.0185568 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:28 2021 Pair time (%) = 0.00125194 (6.7465) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.182442) Outpt time (%) = 0.017179 (92.5751) Other time (%) = 9.20296e-05 (0.495934) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:28 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30475 5000 1.5178736e-10 12893729 30476 -0.0160224999999913 12893579.4368387 30476 5000 1.5177709e-10 12893579 Loop time of 0.018265 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:28 2021 Pair time (%) = 0.00123596 (6.76683) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.181441) Outpt time (%) = 0.0169022 (92.5387) Other time (%) = 9.36985e-05 (0.512995) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:28 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30476 5000 1.5177709e-10 12893501 30477 -0.0160224999999913 12893351.5603799 30477 5000 1.5176682e-10 12893352 Loop time of 0.017638 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:28 2021 Pair time (%) = 0.00128198 (7.26828) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.198705) Outpt time (%) = 0.0162001 (91.8477) Other time (%) = 0.000120878 (0.68533) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:28 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30477 5000 1.5176682e-10 12893273 30478 -0.0160224999999913 12893123.6957261 30478 5000 1.5175656e-10 12893124 Loop time of 0.0184259 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:28 2021 Pair time (%) = 0.00152183 (8.25915) Neigh time (%) = 0 (0) Comm time (%) = 9.70364e-05 (0.526629) Outpt time (%) = 0.0165441 (89.787) Other time (%) = 0.000262976 (1.4272) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:28 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30478 5000 1.5175656e-10 12893045 30479 -0.0160224999999913 12892895.8428737 30479 5000 1.517463e-10 12892896 Loop time of 0.0184569 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:28 2021 Pair time (%) = 0.00128603 (6.96773) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.183429) Outpt time (%) = 0.0170391 (92.3179) Other time (%) = 9.799e-05 (0.530912) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:28 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30479 5000 1.517463e-10 12892818 30480 -0.0160224999999913 12892668.0018198 30480 5000 1.5173605e-10 12892668 Loop time of 0.0202899 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:29 2021 Pair time (%) = 0.00127697 (6.29362) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.163333) Outpt time (%) = 0.0188861 (93.0812) Other time (%) = 9.36985e-05 (0.461799) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:29 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30480 5000 1.5173605e-10 12892590 30481 -0.0160224999999913 12892440.1725617 30481 5000 1.5172579e-10 12892440 Loop time of 0.0174758 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:29 2021 Pair time (%) = 0.00123477 (7.06558) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.18827) Outpt time (%) = 0.0161169 (92.2236) Other time (%) = 9.13143e-05 (0.522517) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:29 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30481 5000 1.5172579e-10 12892362 30482 -0.0160224999999913 12892212.3550981 30482 5000 1.5171554e-10 12892212 Loop time of 0.017561 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:29 2021 Pair time (%) = 0.00123811 (7.05034) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.187357) Outpt time (%) = 0.0162001 (92.2505) Other time (%) = 8.98838e-05 (0.511839) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:29 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30482 5000 1.5171554e-10 12892134 30483 -0.0160224999999913 12891984.5494265 30483 5000 1.5170529e-10 12891985 Loop time of 0.018801 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:29 2021 Pair time (%) = 0.00137687 (7.32338) Neigh time (%) = 0 (0) Comm time (%) = 5.79357e-05 (0.308153) Outpt time (%) = 0.0172429 (91.7128) Other time (%) = 0.000123262 (0.655617) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:29 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30483 5000 1.5170529e-10 12891906 30484 -0.0160224999999913 12891756.755546 30484 5000 1.5169504e-10 12891757 Loop time of 0.0184879 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:29 2021 Pair time (%) = 0.00128102 (6.92897) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.18957) Outpt time (%) = 0.0170732 (92.3476) Other time (%) = 9.87053e-05 (0.53389) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:29 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30484 5000 1.5169504e-10 12891678 30485 -0.0160224999999913 12891528.9734741 30485 5000 1.5168479e-10 12891529 Loop time of 0.0178359 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:29 2021 Pair time (%) = 0.00124502 (6.98044) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.185807) Outpt time (%) = 0.016463 (92.3031) Other time (%) = 9.46522e-05 (0.530685) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:29 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30485 5000 1.5168479e-10 12891451 30486 -0.0160224999999913 12891301.2032067 30486 5000 1.5167454e-10 12891301 Loop time of 0.017637 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:29 2021 Pair time (%) = 0.00126791 (7.18892) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.266306) Outpt time (%) = 0.0161982 (91.8418) Other time (%) = 0.000123978 (0.70294) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:29 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30486 5000 1.5167454e-10 12891223 30487 -0.0160224999999913 12891073.4447366 30487 5000 1.516643e-10 12891073 Loop time of 0.018518 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:29 2021 Pair time (%) = 0.00138807 (7.49582) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.194412) Outpt time (%) = 0.0169399 (91.478) Other time (%) = 0.000154018 (0.831724) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:29 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30487 5000 1.516643e-10 12890995 30488 -0.0160224999999913 12890845.6980602 30488 5000 1.5165405e-10 12890846 Loop time of 0.018194 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:29 2021 Pair time (%) = 0.00123501 (6.78801) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.180839) Outpt time (%) = 0.0168309 (92.5083) Other time (%) = 9.5129e-05 (0.52286) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:29 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30488 5000 1.5165405e-10 12890767 30489 -0.0160224999999913 12890617.9631749 30489 5000 1.5164381e-10 12890618 Loop time of 0.0181959 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:29 2021 Pair time (%) = 0.00127101 (6.98515) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.18082) Outpt time (%) = 0.016782 (92.23) Other time (%) = 0.000109911 (0.604044) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:29 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30489 5000 1.5164381e-10 12890540 30490 -0.0160224999999913 12890390.2400786 30490 5000 1.5163356e-10 12890390 Loop time of 0.020359 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:29 2021 Pair time (%) = 0.00130606 (6.41512) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.176832) Outpt time (%) = 0.0189159 (92.9115) Other time (%) = 0.000101089 (0.496534) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:29 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30490 5000 1.5163356e-10 12890312 30491 -0.0160224999999913 12890162.5287694 30491 5000 1.5162332e-10 12890163 Loop time of 0.0180199 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:29 2021 Pair time (%) = 0.001297 (7.19758) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.187878) Outpt time (%) = 0.016537 (91.7704) Other time (%) = 0.000152111 (0.844127) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:29 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30491 5000 1.5162332e-10 12890084 30492 -0.0160224999999913 12889934.8292454 30492 5000 1.5161308e-10 12889935 Loop time of 0.0182762 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:29 2021 Pair time (%) = 0.00135183 (7.39668) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.185243) Outpt time (%) = 0.016794 (91.8897) Other time (%) = 9.65595e-05 (0.528334) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:29 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30492 5000 1.5161308e-10 12889857 30493 -0.0160224999999913 12889707.1415049 30493 5000 1.5160284e-10 12889707 Loop time of 0.0184281 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:29 2021 Pair time (%) = 0.00130916 (7.10414) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.254874) Outpt time (%) = 0.0169449 (91.9514) Other time (%) = 0.000127077 (0.689584) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:29 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30493 5000 1.5160284e-10 12889629 30494 -0.0160224999999913 12889479.4655463 30494 5000 1.5159261e-10 12889479 Loop time of 0.0179541 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:29 2021 Pair time (%) = 0.00123906 (6.90127) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.184583) Outpt time (%) = 0.0165482 (92.1692) Other time (%) = 0.000133753 (0.74497) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:29 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30494 5000 1.5159261e-10 12889401 30495 -0.0160224999999913 12889251.801368 30495 5000 1.5158237e-10 12889252 Loop time of 0.017777 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:29 2021 Pair time (%) = 0.00131416 (7.39251) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.197151) Outpt time (%) = 0.0162899 (91.6351) Other time (%) = 0.000137806 (0.775194) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:29 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30495 5000 1.5158237e-10 12889174 30496 -0.0160224999999913 12889024.1489683 30496 5000 1.5157214e-10 12889024 Loop time of 0.0186682 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:29 2021 Pair time (%) = 0.00134492 (7.20434) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.192848) Outpt time (%) = 0.0171349 (91.7867) Other time (%) = 0.000152349 (0.816092) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:29 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30496 5000 1.5157214e-10 12888946 30497 -0.0160224999999913 12888796.508346 30497 5000 1.515619e-10 12888797 Loop time of 0.0189149 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:29 2021 Pair time (%) = 0.00130486 (6.89859) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.248314) Outpt time (%) = 0.017432 (92.1598) Other time (%) = 0.00013113 (0.693263) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:29 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30497 5000 1.515619e-10 12888718 30498 -0.0160224999999913 12888568.8794994 30498 5000 1.5155167e-10 12888569 Loop time of 0.0186479 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:29 2021 Pair time (%) = 0.00142407 (7.63664) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.203286) Outpt time (%) = 0.0170469 (91.4147) Other time (%) = 0.000138998 (0.745381) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:29 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30498 5000 1.5155167e-10 12888491 30499 -0.0160224999999913 12888341.262427 30499 5000 1.5154144e-10 12888341 Loop time of 0.0192668 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:29 2021 Pair time (%) = 0.00137806 (7.15249) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.170769) Outpt time (%) = 0.0176909 (91.8204) Other time (%) = 0.000164986 (0.856319) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:29 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30499 5000 1.5154144e-10 12888263 30500 -0.0160224999999913 12888113.6571275 30500 5000 1.5153121e-10 12888114 Loop time of 0.0213962 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:29 2021 Pair time (%) = 0.00142384 (6.65463) Neigh time (%) = 0 (0) Comm time (%) = 5.29289e-05 (0.247376) Outpt time (%) = 0.0197859 (92.474) Other time (%) = 0.000133514 (0.624011) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:29 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30500 5000 1.5153121e-10 12888035 30501 -0.0160224999999913 12887886.0635995 30501 5000 1.5152098e-10 12887886 Loop time of 0.0183799 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:29 2021 Pair time (%) = 0.001436 (7.81284) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.195872) Outpt time (%) = 0.016757 (91.1702) Other time (%) = 0.000150919 (0.821108) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:29 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30501 5000 1.5152098e-10 12887808 30502 -0.0160224999999913 12887658.4818413 30502 5000 1.5151075e-10 12887658 Loop time of 0.0184679 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:29 2021 Pair time (%) = 0.00130296 (7.05525) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.189775) Outpt time (%) = 0.0170271 (92.1986) Other time (%) = 0.000102758 (0.556416) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:29 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30502 5000 1.5151075e-10 12887580 30503 -0.0160224999999913 12887430.9118517 30503 5000 1.5150052e-10 12887431 Loop time of 0.0191801 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:29 2021 Pair time (%) = 0.00166512 (8.68149) Neigh time (%) = 0 (0) Comm time (%) = 5.29289e-05 (0.275958) Outpt time (%) = 0.017297 (90.1824) Other time (%) = 0.000164986 (0.860194) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:29 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30503 5000 1.5150052e-10 12887353 30504 -0.0160224999999913 12887203.3536294 30504 5000 1.514903e-10 12887203 Loop time of 0.0186739 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:29 2021 Pair time (%) = 0.00136399 (7.30427) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.187682) Outpt time (%) = 0.01717 (91.9463) Other time (%) = 0.000104904 (0.561769) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:29 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30504 5000 1.514903e-10 12887125 30505 -0.0160224999999913 12886975.8071726 30505 5000 1.5148007e-10 12886976 Loop time of 0.018851 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:29 2021 Pair time (%) = 0.00152397 (8.08428) Neigh time (%) = 0 (0) Comm time (%) = 4.50611e-05 (0.239038) Outpt time (%) = 0.017108 (90.7534) Other time (%) = 0.000174046 (0.923268) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:29 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30505 5000 1.5148007e-10 12886898 30506 -0.0160224999999913 12886748.2724804 30506 5000 1.5146985e-10 12886748 Loop time of 0.0186431 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:29 2021 Pair time (%) = 0.00146985 (7.88414) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.208453) Outpt time (%) = 0.0170169 (91.2769) Other time (%) = 0.00011754 (0.630475) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:29 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30506 5000 1.5146985e-10 12886670 30507 -0.0160224999999913 12886520.7495513 30507 5000 1.5145963e-10 12886521 Loop time of 0.0192652 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:29 2021 Pair time (%) = 0.0015099 (7.83748) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.186872) Outpt time (%) = 0.0175612 (91.1551) Other time (%) = 0.000158072 (0.820504) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:29 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30507 5000 1.5145963e-10 12886442 30508 -0.0160224999999913 12886293.2383838 30508 5000 1.5144941e-10 12886293 Loop time of 0.0187101 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:29 2021 Pair time (%) = 0.00134611 (7.19456) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.192416) Outpt time (%) = 0.017127 (91.5388) Other time (%) = 0.000200987 (1.07421) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:29 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30508 5000 1.5144941e-10 12886215 30509 -0.0160224999999913 12886065.738976 30509 5000 1.5143919e-10 12886066 Loop time of 0.0190079 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:29 2021 Pair time (%) = 0.00163913 (8.62339) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.18313) Outpt time (%) = 0.017174 (90.3518) Other time (%) = 0.000159979 (0.841643) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:29 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30509 5000 1.5143919e-10 12885987 30510 -0.0160224999999913 12885838.2513269 30510 5000 1.5142897e-10 12885838 Loop time of 0.0212328 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:29 2021 Pair time (%) = 0.00137591 (6.48012) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.165063) Outpt time (%) = 0.0197139 (92.8462) Other time (%) = 0.000108004 (0.508663) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:29 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30510 5000 1.5142897e-10 12885760 30511 -0.0160224999999913 12885610.7754375 30511 5000 1.5141875e-10 12885611 Loop time of 0.019032 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:29 2021 Pair time (%) = 0.00181603 (9.542) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.251798) Outpt time (%) = 0.0169599 (89.1126) Other time (%) = 0.000208139 (1.09363) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:29 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30511 5000 1.5141875e-10 12885533 30512 -0.0160224999999913 12885383.3113747 30512 5000 1.5140853e-10 12885383 Loop time of 0.0186131 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:29 2021 Pair time (%) = 0.00148797 (7.99421) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.193419) Outpt time (%) = 0.0169802 (91.227) Other time (%) = 0.000108957 (0.58538) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:29 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30512 5000 1.5140853e-10 12885305 30513 -0.0160224999999913 12885155.8591737 30513 5000 1.5139832e-10 12885156 Loop time of 0.018997 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:29 2021 Pair time (%) = 0.00173402 (9.12788) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.205826) Outpt time (%) = 0.0170789 (89.9032) Other time (%) = 0.000144958 (0.763062) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:29 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30513 5000 1.5139832e-10 12885078 30514 -0.0160224999999913 12884928.4187894 30514 5000 1.513881e-10 12884928 Loop time of 0.0186589 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:29 2021 Pair time (%) = 0.00129104 (6.91916) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.187833) Outpt time (%) = 0.017235 (92.3691) Other time (%) = 9.77516e-05 (0.523888) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:29 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30514 5000 1.513881e-10 12884850 30515 -0.0160224999999913 12884700.9902065 30515 5000 1.5137789e-10 12884701 Loop time of 0.018769 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:29 2021 Pair time (%) = 0.00138807 (7.39555) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.208325) Outpt time (%) = 0.01721 (91.6937) Other time (%) = 0.000131845 (0.702463) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:29 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30515 5000 1.5137789e-10 12884623 30516 -0.0160224999999913 12884473.5734169 30516 5000 1.5136768e-10 12884474 Loop time of 0.0186541 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:29 2021 Pair time (%) = 0.00146508 (7.85394) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.187881) Outpt time (%) = 0.0170481 (91.3907) Other time (%) = 0.000105858 (0.567477) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:29 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30516 5000 1.5136768e-10 12884395 30517 -0.0160224999999913 12884246.1684141 30517 5000 1.5135747e-10 12884246 Loop time of 0.0187199 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:29 2021 Pair time (%) = 0.00147486 (7.87855) Neigh time (%) = 0 (0) Comm time (%) = 6.79493e-05 (0.362979) Outpt time (%) = 0.017015 (90.8924) Other time (%) = 0.000162125 (0.866054) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:29 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30517 5000 1.5135747e-10 12884168 30518 -0.0160224999999913 12884018.7751756 30518 5000 1.5134726e-10 12884019 Loop time of 0.018522 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:29 2021 Pair time (%) = 0.0013299 (7.18009) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.184072) Outpt time (%) = 0.017051 (92.0579) Other time (%) = 0.00010705 (0.57796) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:29 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30518 5000 1.5134726e-10 12883941 30519 -0.0160224999999913 12883791.3936815 30519 5000 1.5133705e-10 12883791 Loop time of 0.0188911 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:29 2021 Pair time (%) = 0.00157619 (8.34354) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.190572) Outpt time (%) = 0.0171671 (90.874) Other time (%) = 0.000111818 (0.59191) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:29 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30519 5000 1.5133705e-10 12883713 30520 -0.0160224999999913 12883564.0239562 30520 5000 1.5132685e-10 12883564 Loop time of 0.021379 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:30 2021 Pair time (%) = 0.00130391 (6.09903) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.163934) Outpt time (%) = 0.0199361 (93.2508) Other time (%) = 0.000103951 (0.486227) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:30 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30520 5000 1.5132685e-10 12883486 30521 -0.0160224999999913 12883336.6659969 30521 5000 1.5131664e-10 12883337 Loop time of 0.017611 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:30 2021 Pair time (%) = 0.00124216 (7.05331) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.193594) Outpt time (%) = 0.0162411 (92.221) Other time (%) = 9.36985e-05 (0.532045) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:30 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30521 5000 1.5131664e-10 12883258 30522 -0.0160224999999913 12883109.3198015 30522 5000 1.5130644e-10 12883109 Loop time of 0.0174401 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:30 2021 Pair time (%) = 0.00123787 (7.09784) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.195491) Outpt time (%) = 0.0160789 (92.1954) Other time (%) = 8.91685e-05 (0.511285) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:30 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30522 5000 1.5130644e-10 12883031 30523 -0.0160224999999913 12882881.9853675 30523 5000 1.5129623e-10 12882882 Loop time of 0.018229 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:30 2021 Pair time (%) = 0.00124002 (6.80243) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.181799) Outpt time (%) = 0.016866 (92.5227) Other time (%) = 8.98838e-05 (0.493081) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:30 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30523 5000 1.5129623e-10 12882804 30524 -0.0160224999999913 12882654.662693 30524 5000 1.5128603e-10 12882655 Loop time of 0.018537 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:30 2021 Pair time (%) = 0.00131083 (7.07138) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.189068) Outpt time (%) = 0.017087 (92.1775) Other time (%) = 0.000104189 (0.562058) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:30 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30524 5000 1.5128603e-10 12882576 30525 -0.0160224999999913 12882427.3517759 30525 5000 1.5127583e-10 12882427 Loop time of 0.0186651 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:30 2021 Pair time (%) = 0.00161004 (8.62595) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.219704) Outpt time (%) = 0.016849 (90.2704) Other time (%) = 0.000164986 (0.883927) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:30 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30525 5000 1.5127583e-10 12882349 30526 -0.0160224999999913 12882200.0526144 30526 5000 1.5126563e-10 12882200 Loop time of 0.018744 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:30 2021 Pair time (%) = 0.00136089 (7.26042) Neigh time (%) = 0 (0) Comm time (%) = 6.48499e-05 (0.345977) Outpt time (%) = 0.0171812 (91.6622) Other time (%) = 0.000137091 (0.731385) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:30 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30526 5000 1.5126563e-10 12882122 30527 -0.0160224999999913 12881972.7652067 30527 5000 1.5125543e-10 12881973 Loop time of 0.0193369 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:30 2021 Pair time (%) = 0.00142622 (7.37562) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.175082) Outpt time (%) = 0.017765 (91.871) Other time (%) = 0.000111818 (0.578263) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:30 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30527 5000 1.5125543e-10 12881895 30528 -0.0160224999999913 12881745.4895508 30528 5000 1.5124523e-10 12881745 Loop time of 0.018379 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:30 2021 Pair time (%) = 0.00132489 (7.20874) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.185505) Outpt time (%) = 0.0169179 (92.0505) Other time (%) = 0.000102043 (0.555217) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:30 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30528 5000 1.5124523e-10 12881667 30529 -0.0160224999999913 12881518.2256449 30529 5000 1.5123504e-10 12881518 Loop time of 0.019021 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:30 2021 Pair time (%) = 0.00176287 (9.26799) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.194284) Outpt time (%) = 0.017035 (89.5588) Other time (%) = 0.000186205 (0.978942) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:30 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30529 5000 1.5123504e-10 12881440 30530 -0.0160224999999913 12881290.9734877 30530 5000 1.5122484e-10 12881291 Loop time of 0.0216608 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:30 2021 Pair time (%) = 0.00133491 (6.16277) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.160701) Outpt time (%) = 0.0201449 (93.0018) Other time (%) = 0.000146151 (0.674724) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:30 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30530 5000 1.5122484e-10 12881213 30531 -0.0160224999999913 12881063.7330771 30531 5000 1.5121465e-10 12881064 Loop time of 0.0186901 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:30 2021 Pair time (%) = 0.00152802 (8.17558) Neigh time (%) = 0 (0) Comm time (%) = 4.41074e-05 (0.235993) Outpt time (%) = 0.0169301 (90.5832) Other time (%) = 0.000187874 (1.0052) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:30 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30531 5000 1.5121465e-10 12880986 30532 -0.0160224999999913 12880836.5044116 30532 5000 1.5120446e-10 12880837 Loop time of 0.018831 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:30 2021 Pair time (%) = 0.00128007 (6.79767) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.181052) Outpt time (%) = 0.0174129 (92.4693) Other time (%) = 0.000103951 (0.552018) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:30 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30532 5000 1.5120446e-10 12880758 30533 -0.0160224999999913 12880609.2874897 30533 5000 1.5119427e-10 12880609 Loop time of 0.01859 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:30 2021 Pair time (%) = 0.00144887 (7.79382) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.210332) Outpt time (%) = 0.016968 (91.2751) Other time (%) = 0.000133991 (0.720772) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:30 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30533 5000 1.5119427e-10 12880531 30534 -0.0160224999999913 12880382.0823095 30534 5000 1.5118408e-10 12880382 Loop time of 0.0186892 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:30 2021 Pair time (%) = 0.00146294 (7.82773) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.202837) Outpt time (%) = 0.0170791 (91.3852) Other time (%) = 0.000109196 (0.584273) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:30 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30534 5000 1.5118408e-10 12880304 30535 -0.0160224999999913 12880154.8888696 30535 5000 1.5117389e-10 12880155 Loop time of 0.0187409 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:30 2021 Pair time (%) = 0.00148582 (7.92825) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.1921) Outpt time (%) = 0.0171089 (91.2919) Other time (%) = 0.000110149 (0.587749) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:30 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30535 5000 1.5117389e-10 12880077 30536 -0.0160224999999913 12879927.7071686 30536 5000 1.511637e-10 12879928 Loop time of 0.0188 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:30 2021 Pair time (%) = 0.00135612 (7.21342) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.191496) Outpt time (%) = 0.0173039 (92.0422) Other time (%) = 0.000103951 (0.552928) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:30 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30536 5000 1.511637e-10 12879850 30537 -0.0160224999999913 12879700.5372048 30537 5000 1.5115351e-10 12879701 Loop time of 0.01828 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:30 2021 Pair time (%) = 0.00128293 (7.01821) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.185205) Outpt time (%) = 0.0168691 (92.2814) Other time (%) = 9.41753e-05 (0.515182) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:30 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30537 5000 1.5115351e-10 12879622 30538 -0.0160224999999913 12879473.3789767 30538 5000 1.5114333e-10 12879473 Loop time of 0.017988 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:30 2021 Pair time (%) = 0.00125408 (6.97178) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.188212) Outpt time (%) = 0.0166001 (92.2847) Other time (%) = 9.98974e-05 (0.555357) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:30 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30538 5000 1.5114333e-10 12879395 30539 -0.0160224999999913 12879246.2324828 30539 5000 1.5113314e-10 12879246 Loop time of 0.0184591 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:30 2021 Pair time (%) = 0.00128508 (6.96176) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.189866) Outpt time (%) = 0.0170231 (92.2207) Other time (%) = 0.000115871 (0.62772) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:30 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30539 5000 1.5113314e-10 12879168 30540 -0.0160224999999913 12879019.0977215 30540 5000 1.5112296e-10 12879019 Loop time of 0.0214751 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:30 2021 Pair time (%) = 0.00134611 (6.26825) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.172083) Outpt time (%) = 0.019985 (93.0612) Other time (%) = 0.00010705 (0.498485) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:30 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30540 5000 1.5112296e-10 12878941 30541 -0.0160224999999913 12878791.9746916 30541 5000 1.5111278e-10 12878792 Loop time of 0.018589 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:30 2021 Pair time (%) = 0.00125694 (6.76175) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.182126) Outpt time (%) = 0.0172031 (92.5444) Other time (%) = 9.5129e-05 (0.511748) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:30 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30541 5000 1.5111278e-10 12878714 30542 -0.0160224999999913 12878564.8633914 30542 5000 1.511026e-10 12878565 Loop time of 0.0178339 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:30 2021 Pair time (%) = 0.00123715 (6.93707) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.191174) Outpt time (%) = 0.0164671 (92.3357) Other time (%) = 9.56059e-05 (0.536089) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:30:30 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30542 5000 1.511026e-10 12878487 30543 -0.0160224999999913 12878309.1506084 30543 5000 2.9741126e-10 12878735 Loop time of 0.0173891 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:30 2021 Pair time (%) = 0.00129485 (7.44636) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.200178) Outpt time (%) = 0.015866 (91.2415) Other time (%) = 0.000193357 (1.11195) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28410 ave 28410 max 28410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28410 Ave neighs/atom = 5.682 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:30 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30543 5000 2.9741126e-10 12959169 30544 -0.0160549999999912 12958973.6755396 30544 5000 2.3922394e-10 12958974 Loop time of 0.0180671 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:30 2021 Pair time (%) = 0.00129604 (7.17349) Neigh time (%) = 0 (0) Comm time (%) = 6.38962e-05 (0.35366) Outpt time (%) = 0.016567 (91.6969) Other time (%) = 0.00014019 (0.775941) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28411 ave 28411 max 28411 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28411 Ave neighs/atom = 5.6822 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:30 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30544 5000 2.3922394e-10 12958867 30545 -0.0160549999999912 12958688.6014801 30545 5000 2.0554351e-10 12958689 Loop time of 0.018147 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:30 2021 Pair time (%) = 0.00123906 (6.82792) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.181307) Outpt time (%) = 0.0167811 (92.4731) Other time (%) = 9.39369e-05 (0.517645) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28411 ave 28411 max 28411 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28411 Ave neighs/atom = 5.6822 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:30 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30545 5000 2.0554351e-10 12958592 30546 -0.0160549999999912 12958423.944493 30546 5000 1.8546926e-10 12958424 Loop time of 0.0175779 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:30 2021 Pair time (%) = 0.00124002 (7.0544) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.188533) Outpt time (%) = 0.0162101 (92.2186) Other time (%) = 9.46522e-05 (0.538473) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28411 ave 28411 max 28411 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28411 Ave neighs/atom = 5.6822 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:30 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30546 5000 1.8546926e-10 12958334 30547 -0.0160549999999912 12958172.2670513 30547 5000 1.7324688e-10 12958172 Loop time of 0.0176611 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:30 2021 Pair time (%) = 0.00138998 (7.8703) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.203845) Outpt time (%) = 0.01613 (91.3305) Other time (%) = 0.000105143 (0.595335) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28411 ave 28411 max 28411 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28411 Ave neighs/atom = 5.6822 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:30 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30547 5000 1.7324688e-10 12958086 30548 -0.0160549999999912 12957928.8425489 30548 5000 1.6569334e-10 12957929 Loop time of 0.0182459 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:30 2021 Pair time (%) = 0.00128603 (7.04831) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.185551) Outpt time (%) = 0.0168259 (92.2173) Other time (%) = 0.000100136 (0.548812) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28411 ave 28411 max 28411 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28411 Ave neighs/atom = 5.6822 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:30 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30548 5000 1.6569334e-10 12957846 30549 -0.0160549999999912 12957690.6671867 30549 5000 1.6097717e-10 12957691 Loop time of 0.018379 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:30 2021 Pair time (%) = 0.00130916 (7.12312) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.179019) Outpt time (%) = 0.016942 (92.1816) Other time (%) = 9.48906e-05 (0.5163) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28411 ave 28411 max 28411 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28411 Ave neighs/atom = 5.6822 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:30 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30549 5000 1.6097717e-10 12957609 30550 -0.0160549999999912 12957455.8320223 30550 5000 1.5801178e-10 12957456 Loop time of 0.021009 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:30 2021 Pair time (%) = 0.00123715 (5.88869) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.161148) Outpt time (%) = 0.0196428 (93.4974) Other time (%) = 9.5129e-05 (0.452802) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28411 ave 28411 max 28411 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28411 Ave neighs/atom = 5.6822 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:30 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30550 5000 1.5801178e-10 12957375 30551 -0.0160549999999912 12957223.1239042 30551 5000 1.5613785e-10 12957223 Loop time of 0.0178649 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:30 2021 Pair time (%) = 0.00125408 (7.01979) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.184169) Outpt time (%) = 0.0164828 (92.2635) Other time (%) = 9.5129e-05 (0.53249) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28411 ave 28411 max 28411 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28411 Ave neighs/atom = 5.6822 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:30 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30551 5000 1.5613785e-10 12957143 30552 -0.0160549999999912 12956991.7718619 30552 5000 1.54949e-10 12956992 Loop time of 0.018404 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:30 2021 Pair time (%) = 0.00148082 (8.04617) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.20598) Outpt time (%) = 0.0167091 (90.7905) Other time (%) = 0.000176191 (0.957353) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28411 ave 28411 max 28411 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28411 Ave neighs/atom = 5.6822 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:30 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30552 5000 1.54949e-10 12956912 30553 -0.0160549999999912 12956761.2859357 30553 5000 1.5419206e-10 12956761 Loop time of 0.0182559 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:30 2021 Pair time (%) = 0.0013299 (7.28474) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.186755) Outpt time (%) = 0.016762 (91.8167) Other time (%) = 0.000129938 (0.711758) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28411 ave 28411 max 28411 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28411 Ave neighs/atom = 5.6822 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:30 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30553 5000 1.5419206e-10 12956682 30554 -0.0160549999999912 12956531.3547508 30554 5000 1.5370821e-10 12956531 Loop time of 0.0184011 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:30 2021 Pair time (%) = 0.00128412 (6.97849) Neigh time (%) = 0 (0) Comm time (%) = 6.41346e-05 (0.348536) Outpt time (%) = 0.016897 (91.8256) Other time (%) = 0.000155926 (0.84737) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28411 ave 28411 max 28411 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28411 Ave neighs/atom = 5.6822 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:30 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30554 5000 1.5370821e-10 12956452 30555 -0.0160549999999912 12956301.7804247 30555 5000 1.5339734e-10 12956302 Loop time of 0.018157 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:30 2021 Pair time (%) = 0.00134301 (7.39666) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.181207) Outpt time (%) = 0.016675 (91.8378) Other time (%) = 0.000106096 (0.584327) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28411 ave 28411 max 28411 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28411 Ave neighs/atom = 5.6822 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:30 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30555 5000 1.5339734e-10 12956223 30556 -0.0160549999999912 12956072.4372007 30556 5000 1.5319617e-10 12956072 Loop time of 0.0179701 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:30 2021 Pair time (%) = 0.00145602 (8.10248) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.20034) Outpt time (%) = 0.0163589 (91.0338) Other time (%) = 0.000119209 (0.663376) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28411 ave 28411 max 28411 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28411 Ave neighs/atom = 5.6822 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:30 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30556 5000 1.5319617e-10 12955994 30557 -0.0160549999999912 12955843.2451585 30557 5000 1.5306463e-10 12955843 Loop time of 0.018533 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:30 2021 Pair time (%) = 0.00132799 (7.16555) Neigh time (%) = 0 (0) Comm time (%) = 5.00679e-05 (0.270156) Outpt time (%) = 0.017029 (91.885) Other time (%) = 0.000125885 (0.679248) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28411 ave 28411 max 28411 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28411 Ave neighs/atom = 5.6822 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:30 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30557 5000 1.5306463e-10 12955764 30558 -0.0160549999999912 12955614.1535079 30558 5000 1.5297729e-10 12955614 Loop time of 0.0182559 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:30 2021 Pair time (%) = 0.00123787 (6.78063) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.181531) Outpt time (%) = 0.01689 (92.5181) Other time (%) = 9.48906e-05 (0.519779) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28411 ave 28411 max 28411 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28411 Ave neighs/atom = 5.6822 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:30 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30558 5000 1.5297729e-10 12955535 30559 -0.0160549999999912 12955385.1299701 30559 5000 1.5291804e-10 12955385 Loop time of 0.0183511 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:30 2021 Pair time (%) = 0.00126696 (6.90399) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.190984) Outpt time (%) = 0.016948 (92.3542) Other time (%) = 0.000101089 (0.550864) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28411 ave 28411 max 28411 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28411 Ave neighs/atom = 5.6822 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:30 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30559 5000 1.5291804e-10 12955306 30560 -0.0160549999999912 12955156.1540313 30560 5000 1.5287662e-10 12955156 Loop time of 0.020442 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:31 2021 Pair time (%) = 0.00138187 (6.75997) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.170282) Outpt time (%) = 0.0189221 (92.5647) Other time (%) = 0.000103235 (0.505015) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28411 ave 28411 max 28411 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28411 Ave neighs/atom = 5.6822 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:31 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30560 5000 1.5287662e-10 12955077 30561 -0.0160549999999912 12954927.2126547 30561 5000 1.5284654e-10 12954927 Loop time of 0.0177588 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:31 2021 Pair time (%) = 0.00130582 (7.35306) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.197353) Outpt time (%) = 0.0162818 (91.683) Other time (%) = 0.000136137 (0.766587) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28411 ave 28411 max 28411 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28411 Ave neighs/atom = 5.6822 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:31 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30561 5000 1.5284654e-10 12954848 30562 -0.0160549999999912 12954698.2975542 30562 5000 1.5282366e-10 12954698 Loop time of 0.017314 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:31 2021 Pair time (%) = 0.00125217 (7.23217) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.195538) Outpt time (%) = 0.0159359 (92.0408) Other time (%) = 9.20296e-05 (0.531534) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28411 ave 28411 max 28411 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28411 Ave neighs/atom = 5.6822 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:31 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30562 5000 1.5282366e-10 12954620 30563 -0.0160549999999912 12954469.4034639 30563 5000 1.5280536e-10 12954469 Loop time of 0.0174668 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:31 2021 Pair time (%) = 0.00124288 (7.11565) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.188368) Outpt time (%) = 0.0160999 (92.1746) Other time (%) = 9.10759e-05 (0.521423) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28411 ave 28411 max 28411 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28411 Ave neighs/atom = 5.6822 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:31 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30563 5000 1.5280536e-10 12954391 30564 -0.0160549999999912 12954240.5270364 30564 5000 1.5278997e-10 12954241 Loop time of 0.018415 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:31 2021 Pair time (%) = 0.00124192 (6.74409) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.17349) Outpt time (%) = 0.01705 (92.5878) Other time (%) = 9.10759e-05 (0.494575) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28411 ave 28411 max 28411 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28411 Ave neighs/atom = 5.6822 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:31 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30564 5000 1.5278997e-10 12954162 30565 -0.0160549999999912 12954011.6661442 30565 5000 1.5277642e-10 12954012 Loop time of 0.0183949 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:31 2021 Pair time (%) = 0.00124311 (6.75791) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.178863) Outpt time (%) = 0.0170231 (92.5422) Other time (%) = 9.58443e-05 (0.521036) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28411 ave 28411 max 28411 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28411 Ave neighs/atom = 5.6822 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:31 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30565 5000 1.5277642e-10 12953933 30566 -0.0160549999999912 12953782.8194347 30566 5000 1.5276405e-10 12953783 Loop time of 0.0177581 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:31 2021 Pair time (%) = 0.00129509 (7.29294) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.19199) Outpt time (%) = 0.016304 (91.8116) Other time (%) = 0.000124931 (0.703516) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28411 ave 28411 max 28411 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28411 Ave neighs/atom = 5.6822 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:31 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30566 5000 1.5276405e-10 12953704 30567 -0.0160549999999912 12953553.9860478 30567 5000 1.5275243e-10 12953554 Loop time of 0.018415 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:31 2021 Pair time (%) = 0.00166702 (9.05254) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.200678) Outpt time (%) = 0.0165508 (89.8767) Other time (%) = 0.000160217 (0.870038) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28411 ave 28411 max 28411 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28411 Ave neighs/atom = 5.6822 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:31 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30567 5000 1.5275243e-10 12953475 30568 -0.0160549999999912 12953325.1654363 30568 5000 1.5274129e-10 12953325 Loop time of 0.018497 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:31 2021 Pair time (%) = 0.00124097 (6.70903) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.179165) Outpt time (%) = 0.0171239 (92.5769) Other time (%) = 9.89437e-05 (0.534918) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28411 ave 28411 max 28411 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28411 Ave neighs/atom = 5.6822 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:31 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30568 5000 1.5274129e-10 12953246 30569 -0.0160549999999912 12953096.3572524 30569 5000 1.5273045e-10 12953096 Loop time of 0.0185881 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:31 2021 Pair time (%) = 0.00132298 (7.11739) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.183418) Outpt time (%) = 0.0170958 (91.9719) Other time (%) = 0.000135183 (0.727259) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28411 ave 28411 max 28411 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28411 Ave neighs/atom = 5.6822 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:31 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30569 5000 1.5273045e-10 12953018 30570 -0.0160549999999912 12952867.561274 30570 5000 1.527198e-10 12952868 Loop time of 0.020509 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:31 2021 Pair time (%) = 0.00124693 (6.07991) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.160426) Outpt time (%) = 0.0190771 (93.018) Other time (%) = 0.000152111 (0.741679) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28411 ave 28411 max 28411 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28411 Ave neighs/atom = 5.6822 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:31 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30570 5000 1.527198e-10 12952789 30571 -0.0160549999999912 12952638.7773779 30571 5000 1.5270927e-10 12952639 Loop time of 0.01793 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:31 2021 Pair time (%) = 0.00145698 (8.1259) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.195468) Outpt time (%) = 0.0163331 (91.0936) Other time (%) = 0.000104904 (0.585075) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28411 ave 28411 max 28411 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28411 Ave neighs/atom = 5.6822 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:31 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30571 5000 1.5270927e-10 12952560 30572 -0.0160549999999912 12952410.0057198 30572 5000 1.5269882e-10 12952410 Loop time of 0.0185091 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:31 2021 Pair time (%) = 0.00138998 (7.50969) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.194505) Outpt time (%) = 0.0169282 (91.4585) Other time (%) = 0.000154972 (0.837273) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28411 ave 28411 max 28411 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28411 Ave neighs/atom = 5.6822 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:31 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30572 5000 1.5269882e-10 12952331 30573 -0.0160549999999912 12952181.246149 30573 5000 1.5268842e-10 12952181 Loop time of 0.0184691 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:31 2021 Pair time (%) = 0.00128198 (6.9412) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.183309) Outpt time (%) = 0.0170581 (92.3604) Other time (%) = 9.5129e-05 (0.515071) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28411 ave 28411 max 28411 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28411 Ave neighs/atom = 5.6822 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:31 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30573 5000 1.5268842e-10 12952102 30574 -0.0160549999999912 12951952.4985774 30574 5000 1.5267806e-10 12951952 Loop time of 0.0185592 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:31 2021 Pair time (%) = 0.00124598 (6.71351) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.17728) Outpt time (%) = 0.0171552 (92.4348) Other time (%) = 0.00012517 (0.674434) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28411 ave 28411 max 28411 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28411 Ave neighs/atom = 5.6822 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:31 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30574 5000 1.5267806e-10 12951874 30575 -0.0160549999999912 12951723.7629596 30575 5000 1.5266771e-10 12951724 Loop time of 0.0178859 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:31 2021 Pair time (%) = 0.00131106 (7.33014) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.19595) Outpt time (%) = 0.0164371 (91.8994) Other time (%) = 0.000102758 (0.574521) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28411 ave 28411 max 28411 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28411 Ave neighs/atom = 5.6822 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:31 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30575 5000 1.5266771e-10 12951645 30576 -0.0160549999999912 12951495.0392666 30576 5000 1.5265738e-10 12951495 Loop time of 0.0181551 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:31 2021 Pair time (%) = 0.00147891 (8.14598) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.210117) Outpt time (%) = 0.0164881 (90.8179) Other time (%) = 0.000149965 (0.826023) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28411 ave 28411 max 28411 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28411 Ave neighs/atom = 5.6822 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:31 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30576 5000 1.5265738e-10 12951416 30577 -0.0160549999999912 12951266.3274796 30577 5000 1.5264706e-10 12951266 Loop time of 0.0182781 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:31 2021 Pair time (%) = 0.00124598 (6.81676) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.180006) Outpt time (%) = 0.0169032 (92.4776) Other time (%) = 9.60827e-05 (0.52567) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28411 ave 28411 max 28411 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28411 Ave neighs/atom = 5.6822 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:31 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30577 5000 1.5264706e-10 12951188 30578 -0.0160549999999912 12951037.6275846 30578 5000 1.5263674e-10 12951038 Loop time of 0.018631 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:31 2021 Pair time (%) = 0.00152993 (8.21176) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.181716) Outpt time (%) = 0.016933 (90.8861) Other time (%) = 0.00013423 (0.720465) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28411 ave 28411 max 28411 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28411 Ave neighs/atom = 5.6822 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:31 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30578 5000 1.5263674e-10 12950959 30579 -0.0160549999999912 12950808.9395712 30579 5000 1.5262643e-10 12950809 Loop time of 0.01842 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:31 2021 Pair time (%) = 0.00128007 (6.94935) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.179914) Outpt time (%) = 0.0170121 (92.3569) Other time (%) = 9.46522e-05 (0.513856) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28411 ave 28411 max 28411 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28411 Ave neighs/atom = 5.6822 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:31 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30579 5000 1.5262643e-10 12950730 30580 -0.0160549999999912 12950580.263432 30580 5000 1.5261612e-10 12950580 Loop time of 0.0215209 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:31 2021 Pair time (%) = 0.00159907 (7.43034) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.158422) Outpt time (%) = 0.019726 (91.6601) Other time (%) = 0.000161648 (0.751122) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28411 ave 28411 max 28411 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28411 Ave neighs/atom = 5.6822 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:31 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30580 5000 1.5261612e-10 12950502 30581 -0.0160549999999912 12950351.5991274 30581 5000 1.5260582e-10 12950352 Loop time of 0.018105 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:31 2021 Pair time (%) = 0.00146794 (8.10793) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.205431) Outpt time (%) = 0.0164528 (90.8741) Other time (%) = 0.000147104 (0.812505) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28411 ave 28411 max 28411 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28411 Ave neighs/atom = 5.6822 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:31 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30581 5000 1.5260582e-10 12950273 30582 -0.0160549999999912 12950122.9467079 30582 5000 1.5259551e-10 12950123 Loop time of 0.018626 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:31 2021 Pair time (%) = 0.00133109 (7.14642) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.193285) Outpt time (%) = 0.017149 (92.0702) Other time (%) = 0.000109911 (0.590095) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28411 ave 28411 max 28411 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28411 Ave neighs/atom = 5.6822 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:31 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30582 5000 1.5259551e-10 12950044 30583 -0.0160549999999912 12949894.3061594 30583 5000 1.5258521e-10 12949894 Loop time of 0.0182528 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:31 2021 Pair time (%) = 0.00123596 (6.77134) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.181562) Outpt time (%) = 0.0168898 (92.5325) Other time (%) = 9.39369e-05 (0.514642) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28411 ave 28411 max 28411 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28411 Ave neighs/atom = 5.6822 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:31 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30583 5000 1.5258521e-10 12949816 30584 -0.0160549999999912 12949665.6774738 30584 5000 1.5257491e-10 12949666 Loop time of 0.0177619 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:31 2021 Pair time (%) = 0.00125003 (7.03768) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.18658) Outpt time (%) = 0.016386 (92.2536) Other time (%) = 9.27448e-05 (0.522155) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28411 ave 28411 max 28411 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28411 Ave neighs/atom = 5.6822 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:31 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30584 5000 1.5257491e-10 12949587 30585 -0.0160549999999912 12949437.0606464 30585 5000 1.5256461e-10 12949437 Loop time of 0.0177121 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:31 2021 Pair time (%) = 0.00138307 (7.80859) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.197873) Outpt time (%) = 0.016187 (91.3892) Other time (%) = 0.00010705 (0.604388) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28411 ave 28411 max 28411 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28411 Ave neighs/atom = 5.6822 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:31 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30585 5000 1.5256461e-10 12949358 30586 -0.0160549999999912 12949208.4556724 30586 5000 1.5255432e-10 12949208 Loop time of 0.0182271 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:31 2021 Pair time (%) = 0.00131607 (7.22041) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.192283) Outpt time (%) = 0.016757 (91.9346) Other time (%) = 0.000118971 (0.652714) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28411 ave 28411 max 28411 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28411 Ave neighs/atom = 5.6822 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:31 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30586 5000 1.5255432e-10 12949130 30587 -0.0160549999999912 12948979.8625485 30587 5000 1.5254402e-10 12948980 Loop time of 0.0182979 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:31 2021 Pair time (%) = 0.00123692 (6.75987) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.179812) Outpt time (%) = 0.0169339 (92.5456) Other time (%) = 9.41753e-05 (0.514678) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28411 ave 28411 max 28411 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28411 Ave neighs/atom = 5.6822 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:31 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30587 5000 1.5254402e-10 12948901 30588 -0.0160549999999912 12948751.2812716 30588 5000 1.5253373e-10 12948751 Loop time of 0.0176351 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:31 2021 Pair time (%) = 0.00123882 (7.02475) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.18657) Outpt time (%) = 0.016268 (92.2479) Other time (%) = 9.53674e-05 (0.540782) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28411 ave 28411 max 28411 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28411 Ave neighs/atom = 5.6822 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:31 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30588 5000 1.5253373e-10 12948673 30589 -0.0160549999999912 12948522.7118383 30589 5000 1.5252343e-10 12948523 Loop time of 0.0178571 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:31 2021 Pair time (%) = 0.00140214 (7.85201) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.201608) Outpt time (%) = 0.01631 (91.3362) Other time (%) = 0.000108957 (0.610163) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28411 ave 28411 max 28411 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28411 Ave neighs/atom = 5.6822 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:31 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30589 5000 1.5252343e-10 12948444 30590 -0.0160549999999912 12948294.154246 30590 5000 1.5251314e-10 12948294 Loop time of 0.021354 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:31 2021 Pair time (%) = 0.00129199 (6.05035) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.158544) Outpt time (%) = 0.0199251 (93.3088) Other time (%) = 0.000102997 (0.482331) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28411 ave 28411 max 28411 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28411 Ave neighs/atom = 5.6822 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:31 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30590 5000 1.5251314e-10 12948215 30591 -0.0160549999999912 12948065.608492 30591 5000 1.5250285e-10 12948066 Loop time of 0.0181401 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:31 2021 Pair time (%) = 0.00123906 (6.83052) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.18269) Outpt time (%) = 0.016777 (92.486) Other time (%) = 9.08375e-05 (0.500756) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28411 ave 28411 max 28411 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28411 Ave neighs/atom = 5.6822 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:31 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30591 5000 1.5250285e-10 12947987 30592 -0.0160549999999912 12947837.074574 30592 5000 1.5249256e-10 12947837 Loop time of 0.018213 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:31 2021 Pair time (%) = 0.00123692 (6.79138) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.181959) Outpt time (%) = 0.0168481 (92.5057) Other time (%) = 9.48906e-05 (0.521004) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28411 ave 28411 max 28411 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28411 Ave neighs/atom = 5.6822 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:31 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30592 5000 1.5249256e-10 12947758 30593 -0.0160549999999912 12947608.5524895 30593 5000 1.5248227e-10 12947609 Loop time of 0.017791 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:31 2021 Pair time (%) = 0.00124097 (6.97525) Neigh time (%) = 0 (0) Comm time (%) = 5.4121e-05 (0.304204) Outpt time (%) = 0.01636 (91.9567) Other time (%) = 0.000135899 (0.76386) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28411 ave 28411 max 28411 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28411 Ave neighs/atom = 5.6822 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:31 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30593 5000 1.5248227e-10 12947530 30594 -0.0160549999999912 12947380.0422358 30594 5000 1.5247198e-10 12947380 Loop time of 0.0180531 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:31 2021 Pair time (%) = 0.00145483 (8.05864) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.215267) Outpt time (%) = 0.0164418 (91.075) Other time (%) = 0.00011754 (0.651083) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28411 ave 28411 max 28411 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28411 Ave neighs/atom = 5.6822 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:31 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30594 5000 1.5247198e-10 12947301 30595 -0.0160549999999912 12947151.5438009 30595 5000 1.524617e-10 12947152 Loop time of 0.0186019 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:31 2021 Pair time (%) = 0.00140095 (7.53121) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.183282) Outpt time (%) = 0.017072 (91.7754) Other time (%) = 9.48906e-05 (0.510113) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28411 ave 28411 max 28411 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28411 Ave neighs/atom = 5.6822 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:31 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30595 5000 1.524617e-10 12947073 30596 -0.0160549999999912 12946923.0571923 30596 5000 1.5245141e-10 12946923 Loop time of 0.0185032 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:31 2021 Pair time (%) = 0.00143719 (7.76724) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.177817) Outpt time (%) = 0.016938 (91.5408) Other time (%) = 9.5129e-05 (0.514122) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28411 ave 28411 max 28411 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28411 Ave neighs/atom = 5.6822 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:31 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30596 5000 1.5245141e-10 12946844 30597 -0.0160549999999912 12946694.5824078 30597 5000 1.5244113e-10 12946695 Loop time of 0.0184112 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:31 2021 Pair time (%) = 0.00124502 (6.76232) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.18518) Outpt time (%) = 0.0170019 (92.3454) Other time (%) = 0.000130177 (0.707052) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28411 ave 28411 max 28411 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28411 Ave neighs/atom = 5.6822 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:31 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30597 5000 1.5244113e-10 12946616 30598 -0.0160549999999912 12946466.1194455 30598 5000 1.5243085e-10 12946466 Loop time of 0.018059 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:31 2021 Pair time (%) = 0.00143409 (7.94112) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.199353) Outpt time (%) = 0.016484 (91.2786) Other time (%) = 0.000104904 (0.580896) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28411 ave 28411 max 28411 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28411 Ave neighs/atom = 5.6822 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:31 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30598 5000 1.5243085e-10 12946387 30599 -0.0160549999999912 12946237.6683035 30599 5000 1.5242056e-10 12946238 Loop time of 0.018363 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:31 2021 Pair time (%) = 0.00142002 (7.73306) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.184368) Outpt time (%) = 0.0168071 (91.5269) Other time (%) = 0.000102043 (0.5557) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28411 ave 28411 max 28411 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28411 Ave neighs/atom = 5.6822 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:31 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30599 5000 1.5242056e-10 12946159 30600 -0.0160549999999912 12946009.2289799 30600 5000 1.5241028e-10 12946009 Loop time of 0.0211051 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:31 2021 Pair time (%) = 0.001266 (5.99858) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.164933) Outpt time (%) = 0.0197048 (93.3654) Other time (%) = 9.94205e-05 (0.471075) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28411 ave 28411 max 28411 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28411 Ave neighs/atom = 5.6822 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:31 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30600 5000 1.5241028e-10 12945931 30601 -0.0160549999999912 12945780.8014727 30601 5000 1.524e-10 12945781 Loop time of 0.0185852 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:32 2021 Pair time (%) = 0.00124097 (6.67719) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.182163) Outpt time (%) = 0.017215 (92.6275) Other time (%) = 9.53674e-05 (0.513136) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28411 ave 28411 max 28411 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28411 Ave neighs/atom = 5.6822 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:32 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30601 5000 1.524e-10 12945702 30602 -0.0160549999999912 12945552.3857803 30602 5000 1.5238973e-10 12945552 Loop time of 0.0176182 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:32 2021 Pair time (%) = 0.00123715 (7.02203) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.186749) Outpt time (%) = 0.016192 (91.9048) Other time (%) = 0.000156164 (0.886381) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28411 ave 28411 max 28411 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28411 Ave neighs/atom = 5.6822 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:32 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30602 5000 1.5238973e-10 12945474 30603 -0.0160549999999912 12945323.9819009 30603 5000 1.5237945e-10 12945324 Loop time of 0.0175581 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:32 2021 Pair time (%) = 0.00124407 (7.08544) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.194177) Outpt time (%) = 0.016186 (92.1854) Other time (%) = 9.39369e-05 (0.535006) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28411 ave 28411 max 28411 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28411 Ave neighs/atom = 5.6822 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:32 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30603 5000 1.5237945e-10 12945245 30604 -0.0160549999999912 12945095.5898326 30604 5000 1.5236917e-10 12945096 Loop time of 0.0174711 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:32 2021 Pair time (%) = 0.00123882 (7.09071) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.188321) Outpt time (%) = 0.0161092 (92.2051) Other time (%) = 9.01222e-05 (0.515837) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28411 ave 28411 max 28411 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28411 Ave neighs/atom = 5.6822 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:32 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30604 5000 1.5236917e-10 12945017 30605 -0.0160549999999912 12944867.2095736 30605 5000 1.523589e-10 12944867 Loop time of 0.017684 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:32 2021 Pair time (%) = 0.00124192 (7.02287) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.187402) Outpt time (%) = 0.016252 (91.9026) Other time (%) = 0.000156879 (0.887127) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28411 ave 28411 max 28411 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28411 Ave neighs/atom = 5.6822 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:32 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30605 5000 1.523589e-10 12944789 30606 -0.0160549999999912 12944638.8411224 30606 5000 1.5234863e-10 12944639 Loop time of 0.0191271 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:32 2021 Pair time (%) = 0.00148201 (7.74821) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.172016) Outpt time (%) = 0.0174978 (91.4815) Other time (%) = 0.000114441 (0.598317) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28411 ave 28411 max 28411 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28411 Ave neighs/atom = 5.6822 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:32 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30606 5000 1.5234863e-10 12944560 30607 -0.0160549999999912 12944410.4844774 30607 5000 1.5233836e-10 12944410 Loop time of 0.018327 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:32 2021 Pair time (%) = 0.00127602 (6.96249) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.186031) Outpt time (%) = 0.016917 (92.3064) Other time (%) = 9.98974e-05 (0.545083) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28411 ave 28411 max 28411 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28411 Ave neighs/atom = 5.6822 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:32 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30607 5000 1.5233836e-10 12944332 30608 -0.0160549999999912 12944182.1396365 30608 5000 1.5232808e-10 12944182 Loop time of 0.0178919 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:32 2021 Pair time (%) = 0.00125194 (6.99723) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.185225) Outpt time (%) = 0.0165119 (92.2872) Other time (%) = 9.48906e-05 (0.530356) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28411 ave 28411 max 28411 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28411 Ave neighs/atom = 5.6822 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:32 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30608 5000 1.5232808e-10 12944103 30609 -0.0160549999999912 12943953.8065986 30609 5000 1.5231782e-10 12943954 Loop time of 0.018137 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:32 2021 Pair time (%) = 0.00139403 (7.68614) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.198496) Outpt time (%) = 0.0165749 (91.3871) Other time (%) = 0.000132084 (0.728257) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28411 ave 28411 max 28411 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28411 Ave neighs/atom = 5.6822 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:32 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30609 5000 1.5231782e-10 12943875 30610 -0.0160549999999912 12943725.4853617 30610 5000 1.5230755e-10 12943725 Loop time of 0.021162 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:32 2021 Pair time (%) = 0.00131798 (6.22803) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.174628) Outpt time (%) = 0.019655 (92.8785) Other time (%) = 0.000152111 (0.718792) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28411 ave 28411 max 28411 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28411 Ave neighs/atom = 5.6822 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:32 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30610 5000 1.5230755e-10 12943647 30611 -0.0160549999999912 12943497.1759243 30611 5000 1.5229728e-10 12943497 Loop time of 0.0186391 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:32 2021 Pair time (%) = 0.00132513 (7.10942) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.193149) Outpt time (%) = 0.0170979 (91.7317) Other time (%) = 0.000180006 (0.965745) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28411 ave 28411 max 28411 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28411 Ave neighs/atom = 5.6822 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:32 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30611 5000 1.5229728e-10 12943419 30612 -0.0160549999999912 12943268.8782848 30612 5000 1.5228701e-10 12943269 Loop time of 0.018404 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:32 2021 Pair time (%) = 0.00124788 (6.7805) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.178775) Outpt time (%) = 0.0170288 (92.5277) Other time (%) = 9.44138e-05 (0.513007) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28411 ave 28411 max 28411 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28411 Ave neighs/atom = 5.6822 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:32 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30612 5000 1.5228701e-10 12943190 30613 -0.0160549999999912 12943040.5924415 30613 5000 1.5227675e-10 12943041 Loop time of 0.0176389 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:32 2021 Pair time (%) = 0.001261 (7.14894) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.187881) Outpt time (%) = 0.0162389 (92.063) Other time (%) = 0.000105858 (0.600138) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28411 ave 28411 max 28411 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28411 Ave neighs/atom = 5.6822 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:32 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30613 5000 1.5227675e-10 12942962 30614 -0.0160549999999912 12942812.3183931 30614 5000 1.5226649e-10 12942812 Loop time of 0.0179131 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:32 2021 Pair time (%) = 0.00144982 (8.09365) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.216949) Outpt time (%) = 0.016309 (91.0452) Other time (%) = 0.000115395 (0.644191) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28411 ave 28411 max 28411 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28411 Ave neighs/atom = 5.6822 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:32 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30614 5000 1.5226649e-10 12942734 30615 -0.0160549999999912 12942584.0561379 30615 5000 1.5225622e-10 12942584 Loop time of 0.0189428 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:32 2021 Pair time (%) = 0.00158191 (8.35095) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.269345) Outpt time (%) = 0.0171199 (90.3766) Other time (%) = 0.00019002 (1.00312) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28411 ave 28411 max 28411 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28411 Ave neighs/atom = 5.6822 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:32 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30615 5000 1.5225622e-10 12942505 30616 -0.0160549999999912 12942355.8056743 30616 5000 1.5224596e-10 12942356 Loop time of 0.0181961 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:32 2021 Pair time (%) = 0.00128102 (7.04009) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.180818) Outpt time (%) = 0.0167861 (92.251) Other time (%) = 9.60827e-05 (0.52804) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28411 ave 28411 max 28411 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28411 Ave neighs/atom = 5.6822 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:32 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30616 5000 1.5224596e-10 12942277 30617 -0.0160549999999912 12942127.567001 30617 5000 1.522357e-10 12942128 Loop time of 0.017858 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:32 2021 Pair time (%) = 0.00124693 (6.98246) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.185576) Outpt time (%) = 0.016484 (92.3059) Other time (%) = 9.39369e-05 (0.526021) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28411 ave 28411 max 28411 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28411 Ave neighs/atom = 5.6822 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:32 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30617 5000 1.522357e-10 12942049 30618 -0.0160549999999912 12941899.3401162 30618 5000 1.5222544e-10 12941899 Loop time of 0.0179451 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:32 2021 Pair time (%) = 0.00143218 (7.98092) Neigh time (%) = 0 (0) Comm time (%) = 6.69956e-05 (0.373338) Outpt time (%) = 0.0163121 (90.9004) Other time (%) = 0.000133753 (0.745347) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28411 ave 28411 max 28411 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28411 Ave neighs/atom = 5.6822 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:32 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30618 5000 1.5222544e-10 12941821 30619 -0.0160549999999912 12941671.1250188 30619 5000 1.5221519e-10 12941671 Loop time of 0.0181761 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:32 2021 Pair time (%) = 0.00128794 (7.08589) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.187575) Outpt time (%) = 0.016753 (92.1704) Other time (%) = 0.000101089 (0.556168) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28411 ave 28411 max 28411 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28411 Ave neighs/atom = 5.6822 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:32 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30619 5000 1.5221519e-10 12941592 30620 -0.0160549999999912 12941442.9217067 30620 5000 1.5220493e-10 12941443 Loop time of 0.021014 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:32 2021 Pair time (%) = 0.00134206 (6.3865) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.17132) Outpt time (%) = 0.019531 (92.943) Other time (%) = 0.000104904 (0.499211) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28411 ave 28411 max 28411 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28411 Ave neighs/atom = 5.6822 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:32 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30620 5000 1.5220493e-10 12941364 30621 -0.0160549999999912 12941214.7301789 30621 5000 1.5219467e-10 12941215 Loop time of 0.0181172 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:32 2021 Pair time (%) = 0.00123596 (6.82204) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.181605) Outpt time (%) = 0.016752 (92.4647) Other time (%) = 9.63211e-05 (0.531656) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28411 ave 28411 max 28411 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28411 Ave neighs/atom = 5.6822 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:32 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30621 5000 1.5219467e-10 12941136 30622 -0.0160549999999912 12940986.5504339 30622 5000 1.5218442e-10 12940987 Loop time of 0.0176752 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:32 2021 Pair time (%) = 0.00124621 (7.05065) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.186147) Outpt time (%) = 0.0162182 (91.7569) Other time (%) = 0.00017786 (1.00627) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28411 ave 28411 max 28411 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28411 Ave neighs/atom = 5.6822 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:32 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30622 5000 1.5218442e-10 12940908 30623 -0.0160549999999912 12940758.3824698 30623 5000 1.5217417e-10 12940758 Loop time of 0.017997 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:32 2021 Pair time (%) = 0.00148916 (8.27449) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.22786) Outpt time (%) = 0.0163388 (90.7862) Other time (%) = 0.000128031 (0.7114) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28411 ave 28411 max 28411 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28411 Ave neighs/atom = 5.6822 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:32 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30623 5000 1.5217417e-10 12940680 30624 -0.0160549999999912 12940530.2262858 30624 5000 1.5216392e-10 12940530 Loop time of 0.018805 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:32 2021 Pair time (%) = 0.00145698 (7.7478) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.185105) Outpt time (%) = 0.0171261 (91.0718) Other time (%) = 0.000187159 (0.995258) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28411 ave 28411 max 28411 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28411 Ave neighs/atom = 5.6822 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:32 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30624 5000 1.5216392e-10 12940452 30625 -0.0160549999999912 12940302.0818801 30625 5000 1.5215367e-10 12940302 Loop time of 0.0186009 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:32 2021 Pair time (%) = 0.00124097 (6.67154) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.178164) Outpt time (%) = 0.0172319 (92.6402) Other time (%) = 9.48906e-05 (0.510139) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28411 ave 28411 max 28411 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28411 Ave neighs/atom = 5.6822 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:32 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30625 5000 1.5215367e-10 12940223 30626 -0.0160549999999912 12940073.9492511 30626 5000 1.5214342e-10 12940074 Loop time of 0.017683 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:32 2021 Pair time (%) = 0.00123692 (6.99493) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.186064) Outpt time (%) = 0.016288 (92.1112) Other time (%) = 0.00012517 (0.707852) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28411 ave 28411 max 28411 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28411 Ave neighs/atom = 5.6822 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:32 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30626 5000 1.5214342e-10 12939995 30627 -0.0160549999999912 12939845.8283976 30627 5000 1.5213317e-10 12939846 Loop time of 0.017962 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:32 2021 Pair time (%) = 0.00142002 (7.9057) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.211049) Outpt time (%) = 0.0163829 (91.209) Other time (%) = 0.000121117 (0.674295) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28411 ave 28411 max 28411 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28411 Ave neighs/atom = 5.6822 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:32 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30627 5000 1.5213317e-10 12939767 30628 -0.0160549999999912 12939617.7193182 30628 5000 1.5212292e-10 12939618 Loop time of 0.018512 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:32 2021 Pair time (%) = 0.00145507 (7.86013) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.182884) Outpt time (%) = 0.01686 (91.0761) Other time (%) = 0.000163078 (0.880932) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28411 ave 28411 max 28411 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28411 Ave neighs/atom = 5.6822 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:32 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30628 5000 1.5212292e-10 12939539 30629 -0.0160549999999912 12939389.6220115 30629 5000 1.5211268e-10 12939390 Loop time of 0.0185349 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:32 2021 Pair time (%) = 0.00130105 (7.01946) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.178799) Outpt time (%) = 0.017107 (92.2962) Other time (%) = 9.36985e-05 (0.505525) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28411 ave 28411 max 28411 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28411 Ave neighs/atom = 5.6822 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:32 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30629 5000 1.5211268e-10 12939311 30630 -0.0160549999999912 12939161.5364757 30630 5000 1.5210243e-10 12939162 Loop time of 0.0214651 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:32 2021 Pair time (%) = 0.00126886 (5.9113) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.158834) Outpt time (%) = 0.0200338 (93.3323) Other time (%) = 0.000128269 (0.597572) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28411 ave 28411 max 28411 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28411 Ave neighs/atom = 5.6822 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:32 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30630 5000 1.5210243e-10 12939083 30631 -0.0160549999999912 12938933.4627101 30631 5000 1.5209219e-10 12938933 Loop time of 0.0179882 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:32 2021 Pair time (%) = 0.00139618 (7.76164) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.182907) Outpt time (%) = 0.0164661 (91.5385) Other time (%) = 9.29832e-05 (0.516912) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28411 ave 28411 max 28411 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28411 Ave neighs/atom = 5.6822 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:32 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30631 5000 1.5209219e-10 12938855 30632 -0.0160549999999912 12938705.4007126 30632 5000 1.5208195e-10 12938705 Loop time of 0.0178571 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:32 2021 Pair time (%) = 0.00139284 (7.79994) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.206948) Outpt time (%) = 0.0162871 (91.208) Other time (%) = 0.00014019 (0.785068) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28411 ave 28411 max 28411 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28411 Ave neighs/atom = 5.6822 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:32 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30632 5000 1.5208195e-10 12938627 30633 -0.0160549999999912 12938477.3504821 30633 5000 1.5207171e-10 12938477 Loop time of 0.0185671 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:32 2021 Pair time (%) = 0.0014019 (7.55046) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.188762) Outpt time (%) = 0.017019 (91.6624) Other time (%) = 0.000111103 (0.598387) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28411 ave 28411 max 28411 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28411 Ave neighs/atom = 5.6822 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:32 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30633 5000 1.5207171e-10 12938399 30634 -0.0160549999999912 12938249.3120173 30634 5000 1.5206147e-10 12938249 Loop time of 0.0184441 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:32 2021 Pair time (%) = 0.00123596 (6.70114) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.179679) Outpt time (%) = 0.0170798 (92.6034) Other time (%) = 9.5129e-05 (0.51577) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28411 ave 28411 max 28411 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28411 Ave neighs/atom = 5.6822 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:32 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30634 5000 1.5206147e-10 12938171 30635 -0.0160549999999912 12938021.2853167 30635 5000 1.5205123e-10 12938021 Loop time of 0.01774 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:32 2021 Pair time (%) = 0.00124502 (7.01816) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.185466) Outpt time (%) = 0.016366 (92.2548) Other time (%) = 9.60827e-05 (0.541616) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28411 ave 28411 max 28411 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28411 Ave neighs/atom = 5.6822 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:32 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30635 5000 1.5205123e-10 12937943 30636 -0.0160549999999912 12937793.2703789 30636 5000 1.5204099e-10 12937793 Loop time of 0.0181999 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:32 2021 Pair time (%) = 0.00155497 (8.54381) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.19257) Outpt time (%) = 0.016448 (90.3741) Other time (%) = 0.000161886 (0.889489) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28411 ave 28411 max 28411 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28411 Ave neighs/atom = 5.6822 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:32 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30636 5000 1.5204099e-10 12937715 30637 -0.0160549999999912 12937565.2672027 30637 5000 1.5203075e-10 12937565 Loop time of 0.0185299 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:32 2021 Pair time (%) = 0.00130296 (7.03165) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.182707) Outpt time (%) = 0.0170901 (92.2298) Other time (%) = 0.000102997 (0.555841) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28411 ave 28411 max 28411 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28411 Ave neighs/atom = 5.6822 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:32 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30637 5000 1.5203075e-10 12937487 30638 -0.0160549999999912 12937337.2757866 30638 5000 1.5202052e-10 12937337 Loop time of 0.0184128 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:32 2021 Pair time (%) = 0.00125504 (6.81609) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.183869) Outpt time (%) = 0.0170319 (92.5002) Other time (%) = 9.20296e-05 (0.499812) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28411 ave 28411 max 28411 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28411 Ave neighs/atom = 5.6822 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:32 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30638 5000 1.5202052e-10 12937259 30639 -0.0160549999999912 12937109.2961291 30639 5000 1.5201029e-10 12937109 Loop time of 0.018074 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:32 2021 Pair time (%) = 0.00127482 (7.05335) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.182039) Outpt time (%) = 0.016669 (92.2264) Other time (%) = 9.72748e-05 (0.538202) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28411 ave 28411 max 28411 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28411 Ave neighs/atom = 5.6822 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:32 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30639 5000 1.5201029e-10 12937031 30640 -0.0160549999999912 12936881.3282291 30640 5000 1.5200005e-10 12936881 Loop time of 0.0205281 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:32 2021 Pair time (%) = 0.00129485 (6.30771) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.166084) Outpt time (%) = 0.019098 (93.0338) Other time (%) = 0.000101089 (0.492445) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28411 ave 28411 max 28411 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28411 Ave neighs/atom = 5.6822 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:32 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30640 5000 1.5200005e-10 12936803 30641 -0.0160549999999912 12936653.3720851 30641 5000 1.5198982e-10 12936653 Loop time of 0.017997 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:33 2021 Pair time (%) = 0.00138497 (7.69557) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.211963) Outpt time (%) = 0.0164571 (91.4433) Other time (%) = 0.000116825 (0.649136) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28411 ave 28411 max 28411 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28411 Ave neighs/atom = 5.6822 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:33 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30641 5000 1.5198982e-10 12936575 30642 -0.0160549999999912 12936425.4276957 30642 5000 1.5197959e-10 12936425 Loop time of 0.0190952 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:33 2021 Pair time (%) = 0.001508 (7.89727) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.172304) Outpt time (%) = 0.0174289 (91.2737) Other time (%) = 0.000125408 (0.656753) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28411 ave 28411 max 28411 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28411 Ave neighs/atom = 5.6822 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:33 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30642 5000 1.5197959e-10 12936347 30643 -0.0160549999999912 12936197.4950597 30643 5000 1.5196936e-10 12936197 Loop time of 0.0184169 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:33 2021 Pair time (%) = 0.00127506 (6.92334) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.179945) Outpt time (%) = 0.0170159 (92.3931) Other time (%) = 9.27448e-05 (0.503586) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28411 ave 28411 max 28411 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28411 Ave neighs/atom = 5.6822 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:30:33 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30643 5000 1.5196936e-10 12936119 30644 -0.0160549999999912 12935940.8897748 30644 5000 2.991057e-10 12936368 Loop time of 0.0174801 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:33 2021 Pair time (%) = 0.00129199 (7.39119) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.19368) Outpt time (%) = 0.016037 (91.7441) Other time (%) = 0.000117302 (0.671059) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28411 ave 28411 max 28411 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28411 Ave neighs/atom = 5.6822 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:33 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30644 5000 2.991057e-10 13016944 30645 -0.0160874999999912 13016748.6529601 30645 5000 2.4058743e-10 13016749 Loop time of 0.017453 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:33 2021 Pair time (%) = 0.00130415 (7.47237) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.188517) Outpt time (%) = 0.0160189 (91.7831) Other time (%) = 9.70364e-05 (0.555988) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28412 ave 28412 max 28412 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28412 Ave neighs/atom = 5.6824 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:33 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30645 5000 2.4058743e-10 13016642 30646 -0.0160874999999912 13016462.5334272 30646 5000 2.0671557e-10 13016463 Loop time of 0.017097 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:33 2021 Pair time (%) = 0.00124002 (7.25282) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.193836) Outpt time (%) = 0.0157351 (92.0346) Other time (%) = 8.86917e-05 (0.518756) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28412 ave 28412 max 28412 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28412 Ave neighs/atom = 5.6824 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:33 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30646 5000 2.0671557e-10 13016366 30647 -0.0160874999999912 13016196.9121607 30647 5000 1.8652726e-10 13016197 Loop time of 0.0175052 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:33 2021 Pair time (%) = 0.00123692 (7.066) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.189317) Outpt time (%) = 0.0160642 (91.7681) Other time (%) = 0.000170946 (0.976547) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28412 ave 28412 max 28412 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28412 Ave neighs/atom = 5.6824 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:33 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30647 5000 1.8652726e-10 13016107 30648 -0.0160874999999912 13015944.3220691 30648 5000 1.7423548e-10 13015944 Loop time of 0.0192959 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:33 2021 Pair time (%) = 0.00154901 (8.02763) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.170511) Outpt time (%) = 0.017597 (91.1952) Other time (%) = 0.000117064 (0.606675) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28412 ave 28412 max 28412 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28412 Ave neighs/atom = 5.6824 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:33 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30648 5000 1.7423548e-10 13015858 30649 -0.0160874999999912 13015700.017771 30649 5000 1.6663905e-10 13015700 Loop time of 0.0183179 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:33 2021 Pair time (%) = 0.00131392 (7.17289) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.196535) Outpt time (%) = 0.016819 (91.8171) Other time (%) = 0.000149012 (0.813474) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28412 ave 28412 max 28412 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28412 Ave neighs/atom = 5.6824 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:33 2021 Memory usage per processor = 27.5532 Mbytes Step Atoms AVEKE stressZZ 30649 5000 1.6663905e-10 13015616 30650 -0.0160874999999912 13015460.9835406 30650 5000 1.6189612e-10 13015461 Loop time of 0.021189 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:33 2021 Pair time (%) = 0.0013721 (6.47553) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.160904) Outpt time (%) = 0.0196881 (92.9169) Other time (%) = 9.46522e-05 (0.446705) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28412 ave 28412 max 28412 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28412 Ave neighs/atom = 5.6824 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:33 2021 Memory usage per processor = 27.5533 Mbytes Step Atoms AVEKE stressZZ 30650 5000 1.6189612e-10 13015379 30651 -0.0160874999999912 13015225.3028326 30651 5000 1.589139e-10 13015225 Loop time of 0.01757 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:33 2021 Pair time (%) = 0.00124502 (7.08606) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.187261) Outpt time (%) = 0.0161982 (92.192) Other time (%) = 9.39369e-05 (0.534643) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28412 ave 28412 max 28412 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28412 Ave neighs/atom = 5.6824 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:33 2021 Memory usage per processor = 27.5533 Mbytes Step Atoms AVEKE stressZZ 30651 5000 1.589139e-10 13015144 30652 -0.0160874999999912 13014991.7576742 30652 5000 1.5702934e-10 13014992 Loop time of 0.0180199 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:33 2021 Pair time (%) = 0.00150895 (8.3738) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.216986) Outpt time (%) = 0.016319 (90.5611) Other time (%) = 0.000152826 (0.848097) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28412 ave 28412 max 28412 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28412 Ave neighs/atom = 5.6824 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:33 2021 Memory usage per processor = 27.5533 Mbytes Step Atoms AVEKE stressZZ 30652 5000 1.5702934e-10 13014911 30653 -0.0160874999999912 13014759.5740313 30653 5000 1.5583375e-10 13014760 Loop time of 0.0183759 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:33 2021 Pair time (%) = 0.00124288 (6.76363) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.180346) Outpt time (%) = 0.0170078 (92.5552) Other time (%) = 9.20296e-05 (0.500817) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28412 ave 28412 max 28412 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28412 Ave neighs/atom = 5.6824 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:33 2021 Memory usage per processor = 27.5533 Mbytes Step Atoms AVEKE stressZZ 30653 5000 1.5583375e-10 13014680 30654 -0.0160874999999912 13014528.259996 30654 5000 1.5507253e-10 13014528 Loop time of 0.0182309 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:33 2021 Pair time (%) = 0.00128007 (7.02142) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.187011) Outpt time (%) = 0.0168231 (92.2776) Other time (%) = 9.36985e-05 (0.513954) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28412 ave 28412 max 28412 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28412 Ave neighs/atom = 5.6824 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:33 2021 Memory usage per processor = 27.5533 Mbytes Step Atoms AVEKE stressZZ 30654 5000 1.5507253e-10 13014449 30655 -0.0160874999999912 13014297.5029554 30655 5000 1.5458594e-10 13014298 Loop time of 0.0178499 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:33 2021 Pair time (%) = 0.00129008 (7.22739) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.18566) Outpt time (%) = 0.0164301 (92.046) Other time (%) = 9.65595e-05 (0.540952) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28412 ave 28412 max 28412 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28412 Ave neighs/atom = 5.6824 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:33 2021 Memory usage per processor = 27.5533 Mbytes Step Atoms AVEKE stressZZ 30655 5000 1.5458594e-10 13014218 30656 -0.0160874999999912 13014067.1042398 30656 5000 1.5427331e-10 13014067 Loop time of 0.018548 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:33 2021 Pair time (%) = 0.00163007 (8.78837) Neigh time (%) = 0 (0) Comm time (%) = 5.81741e-05 (0.313641) Outpt time (%) = 0.0166509 (89.772) Other time (%) = 0.000208855 (1.12602) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28412 ave 28412 max 28412 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28412 Ave neighs/atom = 5.6824 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:33 2021 Memory usage per processor = 27.5533 Mbytes Step Atoms AVEKE stressZZ 30656 5000 1.5427331e-10 13013988 30657 -0.0160874999999912 13013836.9375916 30657 5000 1.5407101e-10 13013837 Loop time of 0.018482 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:33 2021 Pair time (%) = 0.00134993 (7.30402) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.189631) Outpt time (%) = 0.016942 (91.6678) Other time (%) = 0.000154972 (0.838504) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28412 ave 28412 max 28412 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28412 Ave neighs/atom = 5.6824 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:33 2021 Memory usage per processor = 27.5533 Mbytes Step Atoms AVEKE stressZZ 30657 5000 1.5407101e-10 13013758 30658 -0.0160874999999912 13013606.9227721 30658 5000 1.5393873e-10 13013607 Loop time of 0.018471 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:33 2021 Pair time (%) = 0.00123692 (6.69653) Neigh time (%) = 0 (0) Comm time (%) = 7.48634e-05 (0.405302) Outpt time (%) = 0.0170631 (92.378) Other time (%) = 9.60827e-05 (0.520181) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28412 ave 28412 max 28412 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28412 Ave neighs/atom = 5.6824 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:33 2021 Memory usage per processor = 27.5533 Mbytes Step Atoms AVEKE stressZZ 30658 5000 1.5393873e-10 13013528 30659 -0.0160874999999912 13013377.0087876 30659 5000 1.5385091e-10 13013377 Loop time of 0.017879 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:33 2021 Pair time (%) = 0.00124288 (6.95159) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.184025) Outpt time (%) = 0.0165079 (92.331) Other time (%) = 9.53674e-05 (0.533404) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28412 ave 28412 max 28412 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28412 Ave neighs/atom = 5.6824 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:33 2021 Memory usage per processor = 27.5533 Mbytes Step Atoms AVEKE stressZZ 30659 5000 1.5385091e-10 13013298 30660 -0.0160874999999912 13013147.1632307 30660 5000 1.5379133e-10 13013147 Loop time of 0.0209939 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:33 2021 Pair time (%) = 0.00128102 (6.10187) Neigh time (%) = 0 (0) Comm time (%) = 5.00679e-05 (0.238487) Outpt time (%) = 0.019541 (93.0793) Other time (%) = 0.000121832 (0.580319) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28412 ave 28412 max 28412 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28412 Ave neighs/atom = 5.6824 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:33 2021 Memory usage per processor = 27.5533 Mbytes Step Atoms AVEKE stressZZ 30660 5000 1.5379133e-10 13013068 30661 -0.0160874999999912 13012917.3655047 30661 5000 1.5374969e-10 13012917 Loop time of 0.01823 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:33 2021 Pair time (%) = 0.00125504 (6.88447) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.18179) Outpt time (%) = 0.0168431 (92.3923) Other time (%) = 9.87053e-05 (0.541445) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28412 ave 28412 max 28412 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28412 Ave neighs/atom = 5.6824 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:33 2021 Memory usage per processor = 27.5533 Mbytes Step Atoms AVEKE stressZZ 30661 5000 1.5374969e-10 13012838 30662 -0.0160874999999912 13012687.6025199 30662 5000 1.5371945e-10 13012688 Loop time of 0.018584 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:33 2021 Pair time (%) = 0.00123906 (6.66735) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.177043) Outpt time (%) = 0.017216 (92.6386) Other time (%) = 9.60827e-05 (0.517018) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28412 ave 28412 max 28412 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28412 Ave neighs/atom = 5.6824 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:33 2021 Memory usage per processor = 27.5533 Mbytes Step Atoms AVEKE stressZZ 30662 5000 1.5371945e-10 13012608 30663 -0.0160874999999912 13012457.8659569 30663 5000 1.5369645e-10 13012458 Loop time of 0.0183809 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:33 2021 Pair time (%) = 0.00123692 (6.72936) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.180297) Outpt time (%) = 0.017014 (92.5637) Other time (%) = 9.67979e-05 (0.526623) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28412 ave 28412 max 28412 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28412 Ave neighs/atom = 5.6824 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:33 2021 Memory usage per processor = 27.5533 Mbytes Step Atoms AVEKE stressZZ 30663 5000 1.5369645e-10 13012379 30664 -0.0160874999999912 13012228.1505274 30664 5000 1.5367805e-10 13012228 Loop time of 0.017916 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:33 2021 Pair time (%) = 0.00139689 (7.79693) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.190299) Outpt time (%) = 0.016345 (91.2316) Other time (%) = 0.000139952 (0.781156) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28412 ave 28412 max 28412 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28412 Ave neighs/atom = 5.6824 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:33 2021 Memory usage per processor = 27.5533 Mbytes Step Atoms AVEKE stressZZ 30664 5000 1.5367805e-10 13012149 30665 -0.0160874999999912 13011998.4528706 30665 5000 1.5366258e-10 13011998 Loop time of 0.0180531 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:33 2021 Pair time (%) = 0.00129414 (7.16852) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.194136) Outpt time (%) = 0.016619 (92.0563) Other time (%) = 0.000104904 (0.581088) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28412 ave 28412 max 28412 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28412 Ave neighs/atom = 5.6824 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:33 2021 Memory usage per processor = 27.5533 Mbytes Step Atoms AVEKE stressZZ 30665 5000 1.5366258e-10 13011919 30666 -0.0160874999999912 13011768.7708493 30666 5000 1.5364897e-10 13011769 Loop time of 0.0184 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:33 2021 Pair time (%) = 0.00154996 (8.42371) Neigh time (%) = 0 (0) Comm time (%) = 4.81606e-05 (0.261743) Outpt time (%) = 0.016639 (90.4295) Other time (%) = 0.00016284 (0.885002) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28412 ave 28412 max 28412 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28412 Ave neighs/atom = 5.6824 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:33 2021 Memory usage per processor = 27.5533 Mbytes Step Atoms AVEKE stressZZ 30666 5000 1.5364897e-10 13011690 30667 -0.0160874999999912 13011539.1031046 30667 5000 1.5363654e-10 13011539 Loop time of 0.0187292 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:33 2021 Pair time (%) = 0.00128508 (6.86135) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.176944) Outpt time (%) = 0.0172892 (92.3112) Other time (%) = 0.000121832 (0.650491) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28412 ave 28412 max 28412 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28412 Ave neighs/atom = 5.6824 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:33 2021 Memory usage per processor = 27.5533 Mbytes Step Atoms AVEKE stressZZ 30667 5000 1.5363654e-10 13011460 30668 -0.0160874999999912 13011309.4487727 30668 5000 1.5362486e-10 13011309 Loop time of 0.0180962 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:33 2021 Pair time (%) = 0.00132298 (7.31084) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.188403) Outpt time (%) = 0.016644 (91.9751) Other time (%) = 9.5129e-05 (0.525685) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28412 ave 28412 max 28412 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28412 Ave neighs/atom = 5.6824 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:33 2021 Memory usage per processor = 27.5533 Mbytes Step Atoms AVEKE stressZZ 30668 5000 1.5362486e-10 13011230 30669 -0.0160874999999912 13011079.8073034 30669 5000 1.5361367e-10 13011080 Loop time of 0.0177541 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:33 2021 Pair time (%) = 0.00127602 (7.18717) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.197406) Outpt time (%) = 0.0162861 (91.7318) Other time (%) = 0.000156879 (0.883625) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28412 ave 28412 max 28412 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28412 Ave neighs/atom = 5.6824 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:33 2021 Memory usage per processor = 27.5533 Mbytes Step Atoms AVEKE stressZZ 30669 5000 1.5361367e-10 13011001 30670 -0.0160874999999912 13010850.1783467 30670 5000 1.5360277e-10 13010850 Loop time of 0.021383 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:33 2021 Pair time (%) = 0.00141406 (6.613) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.158328) Outpt time (%) = 0.0198021 (92.6065) Other time (%) = 0.000133038 (0.622164) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28412 ave 28412 max 28412 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28412 Ave neighs/atom = 5.6824 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:33 2021 Memory usage per processor = 27.5533 Mbytes Step Atoms AVEKE stressZZ 30670 5000 1.5360277e-10 13010771 30671 -0.0160874999999912 13010620.5616793 30671 5000 1.5359207e-10 13010621 Loop time of 0.0184369 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:33 2021 Pair time (%) = 0.001508 (8.17923) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.179749) Outpt time (%) = 0.0167689 (90.9531) Other time (%) = 0.000126839 (0.687961) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28412 ave 28412 max 28412 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28412 Ave neighs/atom = 5.6824 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:33 2021 Memory usage per processor = 27.5533 Mbytes Step Atoms AVEKE stressZZ 30671 5000 1.5359207e-10 13010541 30672 -0.0160874999999912 13010390.9571588 30672 5000 1.5358149e-10 13010391 Loop time of 0.018641 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:33 2021 Pair time (%) = 0.00141501 (7.59087) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.188013) Outpt time (%) = 0.0169978 (91.1851) Other time (%) = 0.000193119 (1.03599) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28412 ave 28412 max 28412 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28412 Ave neighs/atom = 5.6824 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:33 2021 Memory usage per processor = 27.5533 Mbytes Step Atoms AVEKE stressZZ 30672 5000 1.5358149e-10 13010312 30673 -0.0160874999999912 13010161.3646938 30673 5000 1.5357099e-10 13010161 Loop time of 0.017957 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:33 2021 Pair time (%) = 0.00127602 (7.10597) Neigh time (%) = 0 (0) Comm time (%) = 6.69956e-05 (0.37309) Outpt time (%) = 0.0164671 (91.7031) Other time (%) = 0.000146866 (0.817876) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28412 ave 28412 max 28412 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28412 Ave neighs/atom = 5.6824 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:33 2021 Memory usage per processor = 27.5533 Mbytes Step Atoms AVEKE stressZZ 30673 5000 1.5357099e-10 13010082 30674 -0.0160874999999912 13009931.7842258 30674 5000 1.5356055e-10 13009932 Loop time of 0.017832 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:33 2021 Pair time (%) = 0.00131106 (7.35229) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.196542) Outpt time (%) = 0.0163782 (91.8468) Other time (%) = 0.000107765 (0.604335) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28412 ave 28412 max 28412 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28412 Ave neighs/atom = 5.6824 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:33 2021 Memory usage per processor = 27.5533 Mbytes Step Atoms AVEKE stressZZ 30674 5000 1.5356055e-10 13009853 30675 -0.0160874999999912 13009702.2157169 30675 5000 1.5355013e-10 13009702 Loop time of 0.018492 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:33 2021 Pair time (%) = 0.00145483 (7.86736) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.188239) Outpt time (%) = 0.0168831 (91.2998) Other time (%) = 0.000119209 (0.644654) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28412 ave 28412 max 28412 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28412 Ave neighs/atom = 5.6824 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:33 2021 Memory usage per processor = 27.5533 Mbytes Step Atoms AVEKE stressZZ 30675 5000 1.5355013e-10 13009623 30676 -0.0160874999999912 13009472.6591423 30676 5000 1.5353974e-10 13009473 Loop time of 0.0184119 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:33 2021 Pair time (%) = 0.00124502 (6.76206) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.178699) Outpt time (%) = 0.017041 (92.5542) Other time (%) = 9.29832e-05 (0.505018) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28412 ave 28412 max 28412 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28412 Ave neighs/atom = 5.6824 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:33 2021 Memory usage per processor = 27.5533 Mbytes Step Atoms AVEKE stressZZ 30676 5000 1.5353974e-10 13009394 30677 -0.0160874999999912 13009243.1144857 30677 5000 1.5352936e-10 13009243 Loop time of 0.0180581 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:33 2021 Pair time (%) = 0.00124693 (6.90511) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.18352) Outpt time (%) = 0.0166841 (92.3912) Other time (%) = 9.39369e-05 (0.520194) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28412 ave 28412 max 28412 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28412 Ave neighs/atom = 5.6824 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:33 2021 Memory usage per processor = 27.5533 Mbytes Step Atoms AVEKE stressZZ 30677 5000 1.5352936e-10 13009164 30678 -0.0160874999999912 13009013.5817362 30678 5000 1.5351899e-10 13009014 Loop time of 0.0177801 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:33 2021 Pair time (%) = 0.00130391 (7.33356) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.195776) Outpt time (%) = 0.01634 (91.9008) Other time (%) = 0.000101328 (0.569896) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28412 ave 28412 max 28412 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28412 Ave neighs/atom = 5.6824 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:33 2021 Memory usage per processor = 27.5533 Mbytes Step Atoms AVEKE stressZZ 30678 5000 1.5351899e-10 13008934 30679 -0.0160874999999912 13008784.0608861 30679 5000 1.5350862e-10 13008784 Loop time of 0.018168 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:33 2021 Pair time (%) = 0.00142694 (7.85412) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.186347) Outpt time (%) = 0.016572 (91.2155) Other time (%) = 0.000135183 (0.744075) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28412 ave 28412 max 28412 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28412 Ave neighs/atom = 5.6824 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:33 2021 Memory usage per processor = 27.5533 Mbytes Step Atoms AVEKE stressZZ 30679 5000 1.5350862e-10 13008705 30680 -0.0160874999999912 13008554.5519299 30680 5000 1.5349826e-10 13008555 Loop time of 0.021368 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:33 2021 Pair time (%) = 0.00140285 (6.56521) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.164019) Outpt time (%) = 0.019769 (92.5165) Other time (%) = 0.000161171 (0.754262) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28412 ave 28412 max 28412 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28412 Ave neighs/atom = 5.6824 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:33 2021 Memory usage per processor = 27.5533 Mbytes Step Atoms AVEKE stressZZ 30680 5000 1.5349826e-10 13008475 30681 -0.0160874999999912 13008325.0548635 30681 5000 1.5348791e-10 13008325 Loop time of 0.0188279 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:33 2021 Pair time (%) = 0.00129795 (6.89376) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.181081) Outpt time (%) = 0.017391 (92.368) Other time (%) = 0.000104904 (0.557174) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28412 ave 28412 max 28412 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28412 Ave neighs/atom = 5.6824 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:33 2021 Memory usage per processor = 27.5533 Mbytes Step Atoms AVEKE stressZZ 30681 5000 1.5348791e-10 13008246 30682 -0.0160874999999912 13008095.5696838 30682 5000 1.5347755e-10 13008096 Loop time of 0.0183702 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:34 2021 Pair time (%) = 0.00128198 (6.97859) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.180402) Outpt time (%) = 0.016916 (92.0844) Other time (%) = 0.000138998 (0.756652) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28412 ave 28412 max 28412 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28412 Ave neighs/atom = 5.6824 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:34 2021 Memory usage per processor = 27.5533 Mbytes Step Atoms AVEKE stressZZ 30682 5000 1.5347755e-10 13008016 30683 -0.0160874999999912 13007866.0964105 30683 5000 1.534672e-10 13007866 Loop time of 0.0179479 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:34 2021 Pair time (%) = 0.00130582 (7.2756) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.200587) Outpt time (%) = 0.0165021 (91.9446) Other time (%) = 0.000103951 (0.579179) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28412 ave 28412 max 28412 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28412 Ave neighs/atom = 5.6824 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:34 2021 Memory usage per processor = 27.5533 Mbytes Step Atoms AVEKE stressZZ 30683 5000 1.534672e-10 13007787 30684 -0.0160874999999912 13007636.6350496 30684 5000 1.5345685e-10 13007637 Loop time of 0.0184371 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:34 2021 Pair time (%) = 0.00130796 (7.09418) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.254749) Outpt time (%) = 0.0169518 (91.9437) Other time (%) = 0.000130415 (0.707349) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28412 ave 28412 max 28412 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28412 Ave neighs/atom = 5.6824 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:34 2021 Memory usage per processor = 27.5533 Mbytes Step Atoms AVEKE stressZZ 30684 5000 1.5345685e-10 13007558 30685 -0.0160874999999912 13007407.1855861 30685 5000 1.534465e-10 13007407 Loop time of 0.0185881 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:34 2021 Pair time (%) = 0.00124907 (6.71977) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.177005) Outpt time (%) = 0.017211 (92.5915) Other time (%) = 9.5129e-05 (0.511775) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28412 ave 28412 max 28412 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28412 Ave neighs/atom = 5.6824 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:34 2021 Memory usage per processor = 27.5533 Mbytes Step Atoms AVEKE stressZZ 30685 5000 1.534465e-10 13007328 30686 -0.0160874999999912 13007177.7480278 30686 5000 1.5343616e-10 13007178 Loop time of 0.0182168 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:34 2021 Pair time (%) = 0.00124311 (6.82398) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.180612) Outpt time (%) = 0.0168478 (92.485) Other time (%) = 9.29832e-05 (0.510424) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28412 ave 28412 max 28412 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28412 Ave neighs/atom = 5.6824 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:34 2021 Memory usage per processor = 27.5533 Mbytes Step Atoms AVEKE stressZZ 30686 5000 1.5343616e-10 13007099 30687 -0.0160874999999912 13006948.3224391 30687 5000 1.5342581e-10 13006948 Loop time of 0.0176022 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:34 2021 Pair time (%) = 0.00123882 (7.03788) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.192336) Outpt time (%) = 0.016232 (92.2158) Other time (%) = 9.75132e-05 (0.553983) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28412 ave 28412 max 28412 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28412 Ave neighs/atom = 5.6824 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:34 2021 Memory usage per processor = 27.5533 Mbytes Step Atoms AVEKE stressZZ 30687 5000 1.5342581e-10 13006869 30688 -0.0160874999999912 13006718.9087839 30688 5000 1.5341547e-10 13006719 Loop time of 0.0174651 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:34 2021 Pair time (%) = 0.00124383 (7.1218) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.189751) Outpt time (%) = 0.0160968 (92.1656) Other time (%) = 9.13143e-05 (0.522838) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28412 ave 28412 max 28412 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28412 Ave neighs/atom = 5.6824 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:34 2021 Memory usage per processor = 27.5533 Mbytes Step Atoms AVEKE stressZZ 30688 5000 1.5341547e-10 13006640 30689 -0.0160874999999912 13006489.5070466 30689 5000 1.5340512e-10 13006490 Loop time of 0.0173681 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:34 2021 Pair time (%) = 0.00124097 (7.14511) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.190811) Outpt time (%) = 0.0160041 (92.1466) Other time (%) = 8.98838e-05 (0.517523) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28412 ave 28412 max 28412 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28412 Ave neighs/atom = 5.6824 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:34 2021 Memory usage per processor = 27.5533 Mbytes Step Atoms AVEKE stressZZ 30689 5000 1.5340512e-10 13006410 30690 -0.0160874999999912 13006260.1172189 30690 5000 1.5339478e-10 13006260 Loop time of 0.022089 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:34 2021 Pair time (%) = 0.00155997 (7.06221) Neigh time (%) = 0 (0) Comm time (%) = 4.60148e-05 (0.208315) Outpt time (%) = 0.0203171 (91.9782) Other time (%) = 0.000165939 (0.75123) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28412 ave 28412 max 28412 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28412 Ave neighs/atom = 5.6824 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:34 2021 Memory usage per processor = 27.5533 Mbytes Step Atoms AVEKE stressZZ 30690 5000 1.5339478e-10 13006181 30691 -0.0160874999999912 13006030.7392891 30691 5000 1.5338444e-10 13006031 Loop time of 0.01826 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:34 2021 Pair time (%) = 0.00124121 (6.79741) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.180185) Outpt time (%) = 0.016891 (92.5027) Other time (%) = 9.48906e-05 (0.519664) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28412 ave 28412 max 28412 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28412 Ave neighs/atom = 5.6824 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:34 2021 Memory usage per processor = 27.5533 Mbytes Step Atoms AVEKE stressZZ 30691 5000 1.5338444e-10 13005952 30692 -0.0160874999999912 13005801.3732512 30692 5000 1.533741e-10 13005801 Loop time of 0.0183599 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:34 2021 Pair time (%) = 0.00124192 (6.76432) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.179204) Outpt time (%) = 0.0169899 (92.5383) Other time (%) = 9.5129e-05 (0.518135) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28412 ave 28412 max 28412 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28412 Ave neighs/atom = 5.6824 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:34 2021 Memory usage per processor = 27.5533 Mbytes Step Atoms AVEKE stressZZ 30692 5000 1.533741e-10 13005722 30693 -0.0160874999999912 13005572.0191071 30693 5000 1.5336376e-10 13005572 Loop time of 0.0176361 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:34 2021 Pair time (%) = 0.00127292 (7.21769) Neigh time (%) = 0 (0) Comm time (%) = 4.81606e-05 (0.27308) Outpt time (%) = 0.016202 (91.8684) Other time (%) = 0.00011301 (0.640792) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28412 ave 28412 max 28412 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28412 Ave neighs/atom = 5.6824 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:34 2021 Memory usage per processor = 27.5533 Mbytes Step Atoms AVEKE stressZZ 30693 5000 1.5336376e-10 13005493 30694 -0.0160874999999912 13005342.6768537 30694 5000 1.5335342e-10 13005343 Loop time of 0.017941 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:34 2021 Pair time (%) = 0.00146198 (8.14884) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.21794) Outpt time (%) = 0.0163021 (90.8651) Other time (%) = 0.000137806 (0.768106) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28412 ave 28412 max 28412 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28412 Ave neighs/atom = 5.6824 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:34 2021 Memory usage per processor = 27.5533 Mbytes Step Atoms AVEKE stressZZ 30694 5000 1.5335342e-10 13005264 30695 -0.0160874999999912 13005113.3464605 30695 5000 1.5334309e-10 13005113 Loop time of 0.0183492 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:34 2021 Pair time (%) = 0.0012362 (6.73709) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.179309) Outpt time (%) = 0.0169868 (92.5756) Other time (%) = 9.32217e-05 (0.508043) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28412 ave 28412 max 28412 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28412 Ave neighs/atom = 5.6824 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:34 2021 Memory usage per processor = 27.5533 Mbytes Step Atoms AVEKE stressZZ 30695 5000 1.5334309e-10 13005034 30696 -0.0160874999999912 13004884.0279304 30696 5000 1.5333275e-10 13004884 Loop time of 0.0180709 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:34 2021 Pair time (%) = 0.00123906 (6.85665) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.183389) Outpt time (%) = 0.016705 (92.4415) Other time (%) = 9.36985e-05 (0.518504) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28412 ave 28412 max 28412 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28412 Ave neighs/atom = 5.6824 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:34 2021 Memory usage per processor = 27.5533 Mbytes Step Atoms AVEKE stressZZ 30696 5000 1.5333275e-10 13004805 30697 -0.0160874999999912 13004654.7212886 30697 5000 1.5332242e-10 13004655 Loop time of 0.0178182 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:34 2021 Pair time (%) = 0.00123787 (6.94721) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.190005) Outpt time (%) = 0.0164518 (92.3316) Other time (%) = 9.46522e-05 (0.53121) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28412 ave 28412 max 28412 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28412 Ave neighs/atom = 5.6824 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:34 2021 Memory usage per processor = 27.5533 Mbytes Step Atoms AVEKE stressZZ 30697 5000 1.5332242e-10 13004576 30698 -0.0160874999999912 13004425.4265329 30698 5000 1.5331209e-10 13004425 Loop time of 0.0181601 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:34 2021 Pair time (%) = 0.00154591 (8.51265) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.208746) Outpt time (%) = 0.016449 (90.5775) Other time (%) = 0.000127316 (0.701073) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28412 ave 28412 max 28412 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28412 Ave neighs/atom = 5.6824 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:34 2021 Memory usage per processor = 27.5533 Mbytes Step Atoms AVEKE stressZZ 30698 5000 1.5331209e-10 13004346 30699 -0.0160874999999912 13004196.1436541 30699 5000 1.5330176e-10 13004196 Loop time of 0.0183079 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:34 2021 Pair time (%) = 0.00124502 (6.80045) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.181016) Outpt time (%) = 0.0169361 (92.5067) Other time (%) = 9.36985e-05 (0.511792) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28412 ave 28412 max 28412 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28412 Ave neighs/atom = 5.6824 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:34 2021 Memory usage per processor = 27.5533 Mbytes Step Atoms AVEKE stressZZ 30699 5000 1.5330176e-10 13004117 30700 -0.0160874999999912 13003966.8727194 30700 5000 1.5329143e-10 13003967 Loop time of 0.0210419 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:34 2021 Pair time (%) = 0.00124097 (5.89762) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.157496) Outpt time (%) = 0.0196741 (93.4996) Other time (%) = 9.36985e-05 (0.445296) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28412 ave 28412 max 28412 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28412 Ave neighs/atom = 5.6824 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:34 2021 Memory usage per processor = 27.5533 Mbytes Step Atoms AVEKE stressZZ 30700 5000 1.5329143e-10 13003888 30701 -0.0160874999999912 13003737.6137028 30701 5000 1.532811e-10 13003738 Loop time of 0.0189312 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:34 2021 Pair time (%) = 0.00161409 (8.52613) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.190169) Outpt time (%) = 0.0171041 (90.3492) Other time (%) = 0.000176907 (0.934474) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28412 ave 28412 max 28412 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28412 Ave neighs/atom = 5.6824 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:34 2021 Memory usage per processor = 27.5533 Mbytes Step Atoms AVEKE stressZZ 30701 5000 1.532811e-10 13003659 30702 -0.0160874999999912 13003508.3665875 30702 5000 1.5327077e-10 13003508 Loop time of 0.0179992 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:34 2021 Pair time (%) = 0.00144887 (8.04965) Neigh time (%) = 0 (0) Comm time (%) = 6.50883e-05 (0.361618) Outpt time (%) = 0.0163682 (90.9384) Other time (%) = 0.000117064 (0.650383) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28412 ave 28412 max 28412 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28412 Ave neighs/atom = 5.6824 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:34 2021 Memory usage per processor = 27.5533 Mbytes Step Atoms AVEKE stressZZ 30702 5000 1.5327077e-10 13003429 30703 -0.0160874999999912 13003279.1313658 30703 5000 1.5326044e-10 13003279 Loop time of 0.0182221 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:34 2021 Pair time (%) = 0.00159788 (8.76892) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.208036) Outpt time (%) = 0.0163798 (89.89) Other time (%) = 0.00020647 (1.13308) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28412 ave 28412 max 28412 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28412 Ave neighs/atom = 5.6824 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:34 2021 Memory usage per processor = 27.5533 Mbytes Step Atoms AVEKE stressZZ 30703 5000 1.5326044e-10 13003200 30704 -0.0160874999999912 13003049.9080321 30704 5000 1.5325012e-10 13003050 Loop time of 0.0184469 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:34 2021 Pair time (%) = 0.00138092 (7.48591) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.183529) Outpt time (%) = 0.016928 (91.7658) Other time (%) = 0.000104189 (0.564804) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28412 ave 28412 max 28412 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28412 Ave neighs/atom = 5.6824 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:34 2021 Memory usage per processor = 27.5533 Mbytes Step Atoms AVEKE stressZZ 30704 5000 1.5325012e-10 13002971 30705 -0.0160874999999912 13002820.6965821 30705 5000 1.5323979e-10 13002821 Loop time of 0.0181701 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:34 2021 Pair time (%) = 0.00125694 (6.91764) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.182388) Outpt time (%) = 0.0167849 (92.3764) Other time (%) = 9.5129e-05 (0.523546) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28412 ave 28412 max 28412 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28412 Ave neighs/atom = 5.6824 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:34 2021 Memory usage per processor = 27.5533 Mbytes Step Atoms AVEKE stressZZ 30705 5000 1.5323979e-10 13002742 30706 -0.0160874999999912 13002591.4970124 30706 5000 1.5322947e-10 13002591 Loop time of 0.0175939 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:34 2021 Pair time (%) = 0.00123501 (7.01954) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.193783) Outpt time (%) = 0.0162289 (92.2419) Other time (%) = 9.58443e-05 (0.54476) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28412 ave 28412 max 28412 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28412 Ave neighs/atom = 5.6824 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:34 2021 Memory usage per processor = 27.5533 Mbytes Step Atoms AVEKE stressZZ 30706 5000 1.5322947e-10 13002512 30707 -0.0160874999999912 13002362.3093196 30707 5000 1.5321915e-10 13002362 Loop time of 0.018178 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:34 2021 Pair time (%) = 0.00156212 (8.59346) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.198048) Outpt time (%) = 0.0163989 (90.213) Other time (%) = 0.00018096 (0.995488) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28412 ave 28412 max 28412 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28412 Ave neighs/atom = 5.6824 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:34 2021 Memory usage per processor = 27.5533 Mbytes Step Atoms AVEKE stressZZ 30707 5000 1.5321915e-10 13002283 30708 -0.0160874999999912 13002133.1335137 30708 5000 1.5320883e-10 13002133 Loop time of 0.018342 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:34 2021 Pair time (%) = 0.00135183 (7.37015) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.179379) Outpt time (%) = 0.016861 (91.9253) Other time (%) = 9.63211e-05 (0.525139) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28412 ave 28412 max 28412 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28412 Ave neighs/atom = 5.6824 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:34 2021 Memory usage per processor = 27.5533 Mbytes Step Atoms AVEKE stressZZ 30708 5000 1.5320883e-10 13002054 30709 -0.0160874999999912 13001903.9696402 30709 5000 1.5319851e-10 13001904 Loop time of 0.0184691 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:34 2021 Pair time (%) = 0.00124598 (6.74627) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.178145) Outpt time (%) = 0.017096 (92.5657) Other time (%) = 9.41753e-05 (0.509908) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28412 ave 28412 max 28412 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28412 Ave neighs/atom = 5.6824 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:34 2021 Memory usage per processor = 27.5533 Mbytes Step Atoms AVEKE stressZZ 30709 5000 1.5319851e-10 13001825 30710 -0.0160874999999912 13001674.8176745 30710 5000 1.5318819e-10 13001675 Loop time of 0.0209892 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:34 2021 Pair time (%) = 0.00124002 (5.90788) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.162435) Outpt time (%) = 0.019619 (93.4719) Other time (%) = 9.60827e-05 (0.457772) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28412 ave 28412 max 28412 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28412 Ave neighs/atom = 5.6824 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:34 2021 Memory usage per processor = 27.5533 Mbytes Step Atoms AVEKE stressZZ 30710 5000 1.5318819e-10 13001596 30711 -0.0160874999999912 13001445.6776228 30711 5000 1.5317787e-10 13001446 Loop time of 0.017652 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:34 2021 Pair time (%) = 0.00127411 (7.21792) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.198547) Outpt time (%) = 0.0162401 (92.0014) Other time (%) = 0.000102758 (0.582133) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28412 ave 28412 max 28412 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28412 Ave neighs/atom = 5.6824 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:34 2021 Memory usage per processor = 27.5533 Mbytes Step Atoms AVEKE stressZZ 30711 5000 1.5317787e-10 13001367 30712 -0.0160874999999912 13001216.5494638 30712 5000 1.5316756e-10 13001217 Loop time of 0.018621 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:34 2021 Pair time (%) = 0.00165105 (8.86661) Neigh time (%) = 0 (0) Comm time (%) = 5.19753e-05 (0.279122) Outpt time (%) = 0.016742 (89.9093) Other time (%) = 0.000175953 (0.944918) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28412 ave 28412 max 28412 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28412 Ave neighs/atom = 5.6824 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:34 2021 Memory usage per processor = 27.5533 Mbytes Step Atoms AVEKE stressZZ 30712 5000 1.5316756e-10 13001137 30713 -0.0160874999999912 13000987.4331917 30713 5000 1.5315724e-10 13000987 Loop time of 0.0186601 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:34 2021 Pair time (%) = 0.00124002 (6.64529) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.18271) Outpt time (%) = 0.0172911 (92.6635) Other time (%) = 9.48906e-05 (0.508522) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28412 ave 28412 max 28412 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28412 Ave neighs/atom = 5.6824 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:34 2021 Memory usage per processor = 27.5533 Mbytes Step Atoms AVEKE stressZZ 30713 5000 1.5315724e-10 13000908 30714 -0.0160874999999912 13000758.3288021 30714 5000 1.5314693e-10 13000758 Loop time of 0.018456 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:34 2021 Pair time (%) = 0.00124097 (6.72394) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.178272) Outpt time (%) = 0.017087 (92.5824) Other time (%) = 9.5129e-05 (0.515437) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28412 ave 28412 max 28412 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28412 Ave neighs/atom = 5.6824 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:34 2021 Memory usage per processor = 27.5533 Mbytes Step Atoms AVEKE stressZZ 30714 5000 1.5314693e-10 13000679 30715 -0.0160874999999912 13000529.2362908 30715 5000 1.5313662e-10 13000529 Loop time of 0.0175459 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:34 2021 Pair time (%) = 0.00129199 (7.36347) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.188877) Outpt time (%) = 0.0161259 (91.9068) Other time (%) = 9.48906e-05 (0.540812) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28412 ave 28412 max 28412 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28412 Ave neighs/atom = 5.6824 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:34 2021 Memory usage per processor = 27.5533 Mbytes Step Atoms AVEKE stressZZ 30715 5000 1.5313662e-10 13000450 30716 -0.0160874999999912 13000300.1556546 30716 5000 1.5312631e-10 13000300 Loop time of 0.017879 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:34 2021 Pair time (%) = 0.00142789 (7.9864) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.213362) Outpt time (%) = 0.016293 (91.1295) Other time (%) = 0.000119925 (0.670756) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28412 ave 28412 max 28412 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28412 Ave neighs/atom = 5.6824 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:34 2021 Memory usage per processor = 27.5533 Mbytes Step Atoms AVEKE stressZZ 30716 5000 1.5312631e-10 13000221 30717 -0.0160874999999912 13000071.0868903 30717 5000 1.53116e-10 13000071 Loop time of 0.018399 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:34 2021 Pair time (%) = 0.00137019 (7.4471) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.178824) Outpt time (%) = 0.0168989 (91.8467) Other time (%) = 9.70364e-05 (0.5274) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28412 ave 28412 max 28412 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28412 Ave neighs/atom = 5.6824 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:34 2021 Memory usage per processor = 27.5533 Mbytes Step Atoms AVEKE stressZZ 30717 5000 1.53116e-10 12999992 30718 -0.0160874999999912 12999842.0299951 30718 5000 1.5310569e-10 12999842 Loop time of 0.0182071 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:34 2021 Pair time (%) = 0.00128198 (7.04109) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.182018) Outpt time (%) = 0.016768 (92.096) Other time (%) = 0.000123978 (0.680931) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28412 ave 28412 max 28412 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28412 Ave neighs/atom = 5.6824 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:34 2021 Memory usage per processor = 27.5533 Mbytes Step Atoms AVEKE stressZZ 30718 5000 1.5310569e-10 12999763 30719 -0.0160874999999912 12999612.9849663 30719 5000 1.5309538e-10 12999613 Loop time of 0.0181019 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:34 2021 Pair time (%) = 0.0012939 (7.14784) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.181758) Outpt time (%) = 0.01668 (92.1449) Other time (%) = 9.5129e-05 (0.525519) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28412 ave 28412 max 28412 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28412 Ave neighs/atom = 5.6824 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:34 2021 Memory usage per processor = 27.5533 Mbytes Step Atoms AVEKE stressZZ 30719 5000 1.5309538e-10 12999534 30720 -0.0160874999999912 12999383.9518017 30720 5000 1.5308508e-10 12999384 Loop time of 0.02075 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:34 2021 Pair time (%) = 0.00129986 (6.26436) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.167754) Outpt time (%) = 0.0192511 (92.7762) Other time (%) = 0.00016427 (0.791663) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28412 ave 28412 max 28412 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28412 Ave neighs/atom = 5.6824 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:34 2021 Memory usage per processor = 27.5533 Mbytes Step Atoms AVEKE stressZZ 30720 5000 1.5308508e-10 12999305 30721 -0.0160874999999912 12999154.9304987 30721 5000 1.5307477e-10 12999155 Loop time of 0.018276 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:34 2021 Pair time (%) = 0.00169492 (9.27402) Neigh time (%) = 0 (0) Comm time (%) = 4.98295e-05 (0.27265) Outpt time (%) = 0.0163579 (89.5049) Other time (%) = 0.00017333 (0.948405) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28412 ave 28412 max 28412 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28412 Ave neighs/atom = 5.6824 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:34 2021 Memory usage per processor = 27.5533 Mbytes Step Atoms AVEKE stressZZ 30721 5000 1.5307477e-10 12999076 30722 -0.0160874999999912 12998925.9210289 30722 5000 1.5306447e-10 12998926 Loop time of 0.018533 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:34 2021 Pair time (%) = 0.00127888 (6.90054) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.177531) Outpt time (%) = 0.0171261 (92.4086) Other time (%) = 9.5129e-05 (0.513296) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28412 ave 28412 max 28412 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28412 Ave neighs/atom = 5.6824 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:34 2021 Memory usage per processor = 27.5533 Mbytes Step Atoms AVEKE stressZZ 30722 5000 1.5306447e-10 12998847 30723 -0.0160874999999912 12998696.9233818 30723 5000 1.5305416e-10 12998697 Loop time of 0.0184209 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:35 2021 Pair time (%) = 0.00123501 (6.70437) Neigh time (%) = 0 (0) Comm time (%) = 4.72069e-05 (0.256268) Outpt time (%) = 0.017024 (92.4168) Other time (%) = 0.000114679 (0.622549) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28412 ave 28412 max 28412 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28412 Ave neighs/atom = 5.6824 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:35 2021 Memory usage per processor = 27.5533 Mbytes Step Atoms AVEKE stressZZ 30723 5000 1.5305416e-10 12998618 30724 -0.0160874999999912 12998467.9375871 30724 5000 1.5304386e-10 12998468 Loop time of 0.0176349 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:35 2021 Pair time (%) = 0.00124884 (7.08163) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.186572) Outpt time (%) = 0.0162539 (92.1694) Other time (%) = 9.91821e-05 (0.562421) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28412 ave 28412 max 28412 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28412 Ave neighs/atom = 5.6824 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:35 2021 Memory usage per processor = 27.5533 Mbytes Step Atoms AVEKE stressZZ 30724 5000 1.5304386e-10 12998389 30725 -0.0160874999999912 12998238.9636433 30725 5000 1.5303356e-10 12998239 Loop time of 0.018199 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:35 2021 Pair time (%) = 0.00135803 (7.46214) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.19258) Outpt time (%) = 0.01667 (91.5985) Other time (%) = 0.000135899 (0.746738) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28412 ave 28412 max 28412 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28412 Ave neighs/atom = 5.6824 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:35 2021 Memory usage per processor = 27.5533 Mbytes Step Atoms AVEKE stressZZ 30725 5000 1.5303356e-10 12998160 30726 -0.0160874999999912 12998010.0015481 30726 5000 1.5302326e-10 12998010 Loop time of 0.0182719 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:35 2021 Pair time (%) = 0.00129414 (7.08265) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.186592) Outpt time (%) = 0.0168471 (92.2023) Other time (%) = 9.65595e-05 (0.528458) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28412 ave 28412 max 28412 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28412 Ave neighs/atom = 5.6824 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:35 2021 Memory usage per processor = 27.5533 Mbytes Step Atoms AVEKE stressZZ 30726 5000 1.5302326e-10 12997931 30727 -0.0160874999999912 12997781.0512998 30727 5000 1.5301296e-10 12997781 Loop time of 0.0181711 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:35 2021 Pair time (%) = 0.00124407 (6.84642) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.181067) Outpt time (%) = 0.0167999 (92.4542) Other time (%) = 9.41753e-05 (0.518271) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28412 ave 28412 max 28412 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28412 Ave neighs/atom = 5.6824 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:35 2021 Memory usage per processor = 27.5533 Mbytes Step Atoms AVEKE stressZZ 30727 5000 1.5301296e-10 12997702 30728 -0.0160874999999912 12997552.1128964 30728 5000 1.5300267e-10 12997552 Loop time of 0.017607 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:35 2021 Pair time (%) = 0.00124598 (7.0766) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.188222) Outpt time (%) = 0.0162339 (92.2017) Other time (%) = 9.39369e-05 (0.533521) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28412 ave 28412 max 28412 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28412 Ave neighs/atom = 5.6824 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:35 2021 Memory usage per processor = 27.5533 Mbytes Step Atoms AVEKE stressZZ 30728 5000 1.5300267e-10 12997473 30729 -0.0160874999999912 12997323.1863362 30729 5000 1.5299237e-10 12997323 Loop time of 0.0175211 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:35 2021 Pair time (%) = 0.00123811 (7.06636) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.189144) Outpt time (%) = 0.01616 (92.2315) Other time (%) = 8.98838e-05 (0.513002) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28412 ave 28412 max 28412 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28412 Ave neighs/atom = 5.6824 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:35 2021 Memory usage per processor = 27.5533 Mbytes Step Atoms AVEKE stressZZ 30729 5000 1.5299237e-10 12997244 30730 -0.0160874999999912 12997094.2716322 30730 5000 1.5298208e-10 12997094 Loop time of 0.0203152 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:35 2021 Pair time (%) = 0.00123501 (6.07924) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.16313) Outpt time (%) = 0.0189579 (93.3187) Other time (%) = 8.91685e-05 (0.438926) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28412 ave 28412 max 28412 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28412 Ave neighs/atom = 5.6824 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:35 2021 Memory usage per processor = 27.5533 Mbytes Step Atoms AVEKE stressZZ 30730 5000 1.5298208e-10 12997015 30731 -0.0160874999999912 12996865.3688296 30731 5000 1.5297178e-10 12996865 Loop time of 0.0186629 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:35 2021 Pair time (%) = 0.00123596 (6.62255) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.176295) Outpt time (%) = 0.017303 (92.7132) Other time (%) = 9.10759e-05 (0.488004) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28412 ave 28412 max 28412 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28412 Ave neighs/atom = 5.6824 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:35 2021 Memory usage per processor = 27.5533 Mbytes Step Atoms AVEKE stressZZ 30731 5000 1.5297178e-10 12996786 30732 -0.0160874999999912 12996636.4778999 30732 5000 1.5296149e-10 12996636 Loop time of 0.018198 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:35 2021 Pair time (%) = 0.0012989 (7.13762) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.186039) Outpt time (%) = 0.0167708 (92.1575) Other time (%) = 9.44138e-05 (0.518814) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28412 ave 28412 max 28412 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28412 Ave neighs/atom = 5.6824 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:35 2021 Memory usage per processor = 27.5533 Mbytes Step Atoms AVEKE stressZZ 30732 5000 1.5296149e-10 12996557 30733 -0.0160874999999912 12996407.5988329 30733 5000 1.529512e-10 12996408 Loop time of 0.017849 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:35 2021 Pair time (%) = 0.00135684 (7.60178) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.19502) Outpt time (%) = 0.0163381 (91.5353) Other time (%) = 0.000119209 (0.667878) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28412 ave 28412 max 28412 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28412 Ave neighs/atom = 5.6824 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:35 2021 Memory usage per processor = 27.5533 Mbytes Step Atoms AVEKE stressZZ 30733 5000 1.529512e-10 12996329 30734 -0.0160874999999912 12996178.7316223 30734 5000 1.5294091e-10 12996179 Loop time of 0.018388 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:35 2021 Pair time (%) = 0.00131202 (7.13517) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.195786) Outpt time (%) = 0.0169368 (92.1076) Other time (%) = 0.000103235 (0.561426) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28412 ave 28412 max 28412 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28412 Ave neighs/atom = 5.6824 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:35 2021 Memory usage per processor = 27.5533 Mbytes Step Atoms AVEKE stressZZ 30734 5000 1.5294091e-10 12996100 30735 -0.0160874999999912 12995949.8763049 30735 5000 1.5293062e-10 12995950 Loop time of 0.0185859 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:35 2021 Pair time (%) = 0.00124192 (6.68206) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.183439) Outpt time (%) = 0.017184 (92.4572) Other time (%) = 0.000125885 (0.677314) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28412 ave 28412 max 28412 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28412 Ave neighs/atom = 5.6824 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:35 2021 Memory usage per processor = 27.5533 Mbytes Step Atoms AVEKE stressZZ 30735 5000 1.5293062e-10 12995871 30736 -0.0160874999999912 12995721.0328738 30736 5000 1.5292034e-10 12995721 Loop time of 0.0177882 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:35 2021 Pair time (%) = 0.00123882 (6.96431) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.184964) Outpt time (%) = 0.0164211 (92.3146) Other time (%) = 9.53674e-05 (0.536128) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28412 ave 28412 max 28412 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28412 Ave neighs/atom = 5.6824 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:35 2021 Memory usage per processor = 27.5533 Mbytes Step Atoms AVEKE stressZZ 30736 5000 1.5292034e-10 12995642 30737 -0.0160874999999912 12995492.2013121 30737 5000 1.5291005e-10 12995492 Loop time of 0.0178981 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:35 2021 Pair time (%) = 0.00139999 (7.82203) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.211802) Outpt time (%) = 0.0163381 (91.2841) Other time (%) = 0.00012207 (0.68203) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28412 ave 28412 max 28412 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28412 Ave neighs/atom = 5.6824 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:35 2021 Memory usage per processor = 27.5533 Mbytes Step Atoms AVEKE stressZZ 30737 5000 1.5291005e-10 12995413 30738 -0.0160874999999912 12995263.381616 30738 5000 1.5289977e-10 12995263 Loop time of 0.0182579 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:35 2021 Pair time (%) = 0.00128889 (7.05938) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.186735) Outpt time (%) = 0.016834 (92.2015) Other time (%) = 0.000100851 (0.552371) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28412 ave 28412 max 28412 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28412 Ave neighs/atom = 5.6824 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:35 2021 Memory usage per processor = 27.5533 Mbytes Step Atoms AVEKE stressZZ 30738 5000 1.5289977e-10 12995184 30739 -0.0160874999999912 12995034.5737794 30739 5000 1.5288948e-10 12995035 Loop time of 0.0185699 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:35 2021 Pair time (%) = 0.0013299 (7.16157) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.274753) Outpt time (%) = 0.0170259 (91.6855) Other time (%) = 0.000163078 (0.878184) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28412 ave 28412 max 28412 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28412 Ave neighs/atom = 5.6824 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:35 2021 Memory usage per processor = 27.5533 Mbytes Step Atoms AVEKE stressZZ 30739 5000 1.5288948e-10 12994956 30740 -0.0160874999999912 12994805.7777981 30740 5000 1.528792e-10 12994806 Loop time of 0.0210509 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:35 2021 Pair time (%) = 0.00129008 (6.12839) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.157429) Outpt time (%) = 0.019603 (93.1218) Other time (%) = 0.000124693 (0.592339) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28412 ave 28412 max 28412 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28412 Ave neighs/atom = 5.6824 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:35 2021 Memory usage per processor = 27.5533 Mbytes Step Atoms AVEKE stressZZ 30740 5000 1.528792e-10 12994727 30741 -0.0160874999999912 12994576.993666 30741 5000 1.5286892e-10 12994577 Loop time of 0.018199 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:35 2021 Pair time (%) = 0.00124502 (6.84117) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.18734) Outpt time (%) = 0.016825 (92.4501) Other time (%) = 9.48906e-05 (0.521406) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28412 ave 28412 max 28412 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28412 Ave neighs/atom = 5.6824 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:35 2021 Memory usage per processor = 27.5533 Mbytes Step Atoms AVEKE stressZZ 30741 5000 1.5286892e-10 12994498 30742 -0.0160874999999912 12994348.2213639 30742 5000 1.5285864e-10 12994348 Loop time of 0.018317 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:35 2021 Pair time (%) = 0.00130391 (7.11859) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.191339) Outpt time (%) = 0.01683 (91.8818) Other time (%) = 0.000148058 (0.80831) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28412 ave 28412 max 28412 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28412 Ave neighs/atom = 5.6824 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:35 2021 Memory usage per processor = 27.5533 Mbytes Step Atoms AVEKE stressZZ 30742 5000 1.5285864e-10 12994269 30743 -0.0160874999999912 12994119.4609045 30743 5000 1.5284836e-10 12994119 Loop time of 0.018213 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:35 2021 Pair time (%) = 0.00142002 (7.79673) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.192431) Outpt time (%) = 0.016655 (91.4453) Other time (%) = 0.000102997 (0.565512) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28412 ave 28412 max 28412 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28412 Ave neighs/atom = 5.6824 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:35 2021 Memory usage per processor = 27.5533 Mbytes Step Atoms AVEKE stressZZ 30743 5000 1.5284836e-10 12994040 30744 -0.0160874999999912 12993890.7122854 30744 5000 1.5283808e-10 12993891 Loop time of 0.0182078 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:35 2021 Pair time (%) = 0.00128722 (7.06962) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.180702) Outpt time (%) = 0.016793 (92.2298) Other time (%) = 9.46522e-05 (0.519844) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28412 ave 28412 max 28412 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28412 Ave neighs/atom = 5.6824 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:30:35 2021 Memory usage per processor = 27.5533 Mbytes Step Atoms AVEKE stressZZ 30744 5000 1.5283808e-10 12993812 30745 -0.0160874999999912 12993633.2220994 30745 5000 3.0080377e-10 12994062 Loop time of 0.017349 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:35 2021 Pair time (%) = 0.00129294 (7.45255) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.191021) Outpt time (%) = 0.015903 (91.6652) Other time (%) = 0.000119925 (0.691247) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28412 ave 28412 max 28412 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28412 Ave neighs/atom = 5.6824 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:35 2021 Memory usage per processor = 27.5533 Mbytes Step Atoms AVEKE stressZZ 30745 5000 3.0080377e-10 13074781 30746 -0.0161199999999912 13074584.9507043 30746 5000 2.4195385e-10 13074585 Loop time of 0.0177929 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:35 2021 Pair time (%) = 0.00142193 (7.99153) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.196974) Outpt time (%) = 0.016227 (91.1991) Other time (%) = 0.000108957 (0.612362) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28413 ave 28413 max 28413 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28413 Ave neighs/atom = 5.6826 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:35 2021 Memory usage per processor = 27.5533 Mbytes Step Atoms AVEKE stressZZ 30746 5000 2.4195385e-10 13074478 30747 -0.0161199999999912 13074297.795659 30747 5000 2.0789014e-10 13074298 Loop time of 0.0183461 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:35 2021 Pair time (%) = 0.00133109 (7.25545) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.180639) Outpt time (%) = 0.0168779 (91.9973) Other time (%) = 0.000103951 (0.566609) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28413 ave 28413 max 28413 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28413 Ave neighs/atom = 5.6826 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:35 2021 Memory usage per processor = 27.5533 Mbytes Step Atoms AVEKE stressZZ 30747 5000 2.0789014e-10 13074201 30748 -0.0161199999999912 13074031.2194186 30748 5000 1.8758755e-10 13074031 Loop time of 0.0181642 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:35 2021 Pair time (%) = 0.00123906 (6.82146) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.181136) Outpt time (%) = 0.0167968 (92.4724) Other time (%) = 9.53674e-05 (0.525031) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28413 ave 28413 max 28413 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28413 Ave neighs/atom = 5.6826 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:35 2021 Memory usage per processor = 27.5533 Mbytes Step Atoms AVEKE stressZZ 30748 5000 1.8758755e-10 13073940 30749 -0.0161199999999912 13073777.7255638 30749 5000 1.752262e-10 13073778 Loop time of 0.0176299 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:35 2021 Pair time (%) = 0.00124502 (7.06201) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.187978) Outpt time (%) = 0.0162568 (92.2118) Other time (%) = 9.48906e-05 (0.538238) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28413 ave 28413 max 28413 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28413 Ave neighs/atom = 5.6826 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:35 2021 Memory usage per processor = 27.5533 Mbytes Step Atoms AVEKE stressZZ 30749 5000 1.752262e-10 13073691 30750 -0.0161199999999912 13073532.5500348 30750 5000 1.675868e-10 13073533 Loop time of 0.0204711 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:35 2021 Pair time (%) = 0.00132489 (6.47201) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.17004) Outpt time (%) = 0.018961 (92.623) Other time (%) = 0.000150442 (0.7349) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28413 ave 28413 max 28413 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28413 Ave neighs/atom = 5.6826 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:35 2021 Memory usage per processor = 27.5534 Mbytes Step Atoms AVEKE stressZZ 30750 5000 1.675868e-10 13073448 30751 -0.0161199999999912 13073292.6652593 30751 5000 1.6281704e-10 13073293 Loop time of 0.017879 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:35 2021 Pair time (%) = 0.00145102 (8.11575) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.213362) Outpt time (%) = 0.016232 (90.7881) Other time (%) = 0.000157833 (0.882784) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28413 ave 28413 max 28413 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28413 Ave neighs/atom = 5.6826 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:35 2021 Memory usage per processor = 27.5534 Mbytes Step Atoms AVEKE stressZZ 30751 5000 1.6281704e-10 13073210 30752 -0.0161199999999912 13073056.1472017 30752 5000 1.5981796e-10 13073056 Loop time of 0.0183339 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:35 2021 Pair time (%) = 0.00123715 (6.7479) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.261385) Outpt time (%) = 0.0169499 (92.451) Other time (%) = 9.89437e-05 (0.539676) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28413 ave 28413 max 28413 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28413 Ave neighs/atom = 5.6826 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:35 2021 Memory usage per processor = 27.5534 Mbytes Step Atoms AVEKE stressZZ 30752 5000 1.5981796e-10 13072975 30753 -0.0161199999999912 13072821.7731062 30753 5000 1.5792275e-10 13072822 Loop time of 0.018178 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:35 2021 Pair time (%) = 0.00123787 (6.80972) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.180998) Outpt time (%) = 0.016813 (92.4912) Other time (%) = 9.41753e-05 (0.518074) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28413 ave 28413 max 28413 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28413 Ave neighs/atom = 5.6826 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:35 2021 Memory usage per processor = 27.5534 Mbytes Step Atoms AVEKE stressZZ 30753 5000 1.5792275e-10 13072741 30754 -0.0161199999999912 13072588.7659002 30754 5000 1.5672041e-10 13072589 Loop time of 0.017822 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:35 2021 Pair time (%) = 0.00124907 (7.0086) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.185951) Outpt time (%) = 0.0164442 (92.269) Other time (%) = 9.56059e-05 (0.536448) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28413 ave 28413 max 28413 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28413 Ave neighs/atom = 5.6826 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:35 2021 Memory usage per processor = 27.5534 Mbytes Step Atoms AVEKE stressZZ 30754 5000 1.5672041e-10 13072508 30755 -0.0161199999999912 13072356.6317472 30755 5000 1.5595489e-10 13072357 Loop time of 0.018003 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:35 2021 Pair time (%) = 0.00136304 (7.57118) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.205271) Outpt time (%) = 0.0164909 (91.6011) Other time (%) = 0.000112057 (0.622434) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28413 ave 28413 max 28413 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28413 Ave neighs/atom = 5.6826 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:35 2021 Memory usage per processor = 27.5534 Mbytes Step Atoms AVEKE stressZZ 30755 5000 1.5595489e-10 13072277 30756 -0.0161199999999912 13072125.0568104 30756 5000 1.5546555e-10 13072125 Loop time of 0.0184238 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:35 2021 Pair time (%) = 0.00135994 (7.38143) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.185053) Outpt time (%) = 0.016933 (91.9081) Other time (%) = 9.67979e-05 (0.525396) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28413 ave 28413 max 28413 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28413 Ave neighs/atom = 5.6826 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:35 2021 Memory usage per processor = 27.5534 Mbytes Step Atoms AVEKE stressZZ 30756 5000 1.5546555e-10 13072045 30757 -0.0161199999999912 13071893.8416486 30757 5000 1.5515117e-10 13071894 Loop time of 0.0186541 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:35 2021 Pair time (%) = 0.00127292 (6.82379) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.182769) Outpt time (%) = 0.0172532 (92.4899) Other time (%) = 9.39369e-05 (0.503572) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28413 ave 28413 max 28413 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28413 Ave neighs/atom = 5.6826 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:35 2021 Memory usage per processor = 27.5534 Mbytes Step Atoms AVEKE stressZZ 30757 5000 1.5515117e-10 13071814 30758 -0.0161199999999912 13071662.8595358 30758 5000 1.5494774e-10 13071663 Loop time of 0.0180089 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:35 2021 Pair time (%) = 0.0012629 (7.01264) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.189316) Outpt time (%) = 0.016609 (92.2261) Other time (%) = 0.000102997 (0.57192) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28413 ave 28413 max 28413 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28413 Ave neighs/atom = 5.6826 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:35 2021 Memory usage per processor = 27.5534 Mbytes Step Atoms AVEKE stressZZ 30758 5000 1.5494774e-10 13071583 30759 -0.0161199999999912 13071432.0298764 30759 5000 1.5481471e-10 13071432 Loop time of 0.018142 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:35 2021 Pair time (%) = 0.00131083 (7.22537) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.193185) Outpt time (%) = 0.016696 (92.0295) Other time (%) = 0.000100136 (0.551956) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28413 ave 28413 max 28413 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28413 Ave neighs/atom = 5.6826 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:35 2021 Memory usage per processor = 27.5534 Mbytes Step Atoms AVEKE stressZZ 30759 5000 1.5481471e-10 13071352 30760 -0.0161199999999912 13071201.3014576 30760 5000 1.5472641e-10 13071201 Loop time of 0.0213759 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:35 2021 Pair time (%) = 0.00148797 (6.96097) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.158381) Outpt time (%) = 0.019717 (92.2393) Other time (%) = 0.000137091 (0.641333) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28413 ave 28413 max 28413 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28413 Ave neighs/atom = 5.6826 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:35 2021 Memory usage per processor = 27.5534 Mbytes Step Atoms AVEKE stressZZ 30760 5000 1.5472641e-10 13071122 30761 -0.0161199999999912 13070970.6417445 30761 5000 1.546665e-10 13070971 Loop time of 0.0185392 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:35 2021 Pair time (%) = 0.00124121 (6.69504) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.177471) Outpt time (%) = 0.0171721 (92.6259) Other time (%) = 9.29832e-05 (0.50155) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28413 ave 28413 max 28413 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28413 Ave neighs/atom = 5.6826 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:35 2021 Memory usage per processor = 27.5534 Mbytes Step Atoms AVEKE stressZZ 30761 5000 1.546665e-10 13070891 30762 -0.0161199999999912 13070740.0300607 30762 5000 1.5462463e-10 13070740 Loop time of 0.0182629 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:35 2021 Pair time (%) = 0.00128698 (7.047) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.181462) Outpt time (%) = 0.0168469 (92.2467) Other time (%) = 9.58443e-05 (0.524804) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28413 ave 28413 max 28413 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28413 Ave neighs/atom = 5.6826 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:35 2021 Memory usage per processor = 27.5534 Mbytes Step Atoms AVEKE stressZZ 30762 5000 1.5462463e-10 13070660 30763 -0.0161199999999912 13070509.4532651 30763 5000 1.5459422e-10 13070509 Loop time of 0.018013 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:36 2021 Pair time (%) = 0.00139093 (7.72183) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.183979) Outpt time (%) = 0.0164859 (91.5224) Other time (%) = 0.000102997 (0.571792) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28413 ave 28413 max 28413 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28413 Ave neighs/atom = 5.6826 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:36 2021 Memory usage per processor = 27.5534 Mbytes Step Atoms AVEKE stressZZ 30763 5000 1.5459422e-10 13070430 30764 -0.0161199999999912 13070278.9030053 30764 5000 1.545711e-10 13070279 Loop time of 0.0178161 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:36 2021 Pair time (%) = 0.00135803 (7.62251) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.202072) Outpt time (%) = 0.0162981 (91.4795) Other time (%) = 0.000123978 (0.695876) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28413 ave 28413 max 28413 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28413 Ave neighs/atom = 5.6826 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:36 2021 Memory usage per processor = 27.5534 Mbytes Step Atoms AVEKE stressZZ 30764 5000 1.545711e-10 13070199 30765 -0.0161199999999912 13070048.3739731 30765 5000 1.5455261e-10 13070048 Loop time of 0.0182219 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:36 2021 Pair time (%) = 0.00132918 (7.29445) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.257759) Outpt time (%) = 0.016726 (91.791) Other time (%) = 0.000119686 (0.656827) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28413 ave 28413 max 28413 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28413 Ave neighs/atom = 5.6826 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:36 2021 Memory usage per processor = 27.5534 Mbytes Step Atoms AVEKE stressZZ 30765 5000 1.5455261e-10 13069969 30766 -0.0161199999999912 13069817.8627942 30766 5000 1.5453706e-10 13069818 Loop time of 0.018039 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:36 2021 Pair time (%) = 0.00128889 (7.14503) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.182393) Outpt time (%) = 0.0166218 (92.1439) Other time (%) = 9.53674e-05 (0.528674) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28413 ave 28413 max 28413 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28413 Ave neighs/atom = 5.6826 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:36 2021 Memory usage per processor = 27.5534 Mbytes Step Atoms AVEKE stressZZ 30766 5000 1.5453706e-10 13069738 30767 -0.0161199999999912 13069587.3673236 30767 5000 1.5452338e-10 13069587 Loop time of 0.018034 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:36 2021 Pair time (%) = 0.00137591 (7.62956) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.19963) Outpt time (%) = 0.0165181 (91.5944) Other time (%) = 0.000103951 (0.576415) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28413 ave 28413 max 28413 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28413 Ave neighs/atom = 5.6826 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:36 2021 Memory usage per processor = 27.5534 Mbytes Step Atoms AVEKE stressZZ 30767 5000 1.5452338e-10 13069508 30768 -0.0161199999999912 13069356.8861969 30768 5000 1.5451089e-10 13069357 Loop time of 0.0180101 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:36 2021 Pair time (%) = 0.00160599 (8.91713) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.199894) Outpt time (%) = 0.016264 (90.3045) Other time (%) = 0.000104189 (0.578501) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28413 ave 28413 max 28413 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28413 Ave neighs/atom = 5.6826 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:36 2021 Memory usage per processor = 27.5534 Mbytes Step Atoms AVEKE stressZZ 30768 5000 1.5451089e-10 13069277 30769 -0.0161199999999912 13069126.4185473 30769 5000 1.5449916e-10 13069126 Loop time of 0.0185001 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:36 2021 Pair time (%) = 0.00129795 (7.01592) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.177847) Outpt time (%) = 0.017066 (92.2482) Other time (%) = 0.000103235 (0.558026) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28413 ave 28413 max 28413 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28413 Ave neighs/atom = 5.6826 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:36 2021 Memory usage per processor = 27.5534 Mbytes Step Atoms AVEKE stressZZ 30769 5000 1.5449916e-10 13069047 30770 -0.0161199999999912 13068895.9638224 30770 5000 1.5448791e-10 13068896 Loop time of 0.020184 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:36 2021 Pair time (%) = 0.00124383 (6.16244) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.163009) Outpt time (%) = 0.0188119 (93.2021) Other time (%) = 9.53674e-05 (0.472489) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28413 ave 28413 max 28413 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28413 Ave neighs/atom = 5.6826 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:36 2021 Memory usage per processor = 27.5534 Mbytes Step Atoms AVEKE stressZZ 30770 5000 1.5448791e-10 13068816 30771 -0.0161199999999912 13068665.521671 30771 5000 1.5447696e-10 13068666 Loop time of 0.0176909 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:36 2021 Pair time (%) = 0.00139093 (7.86243) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.185981) Outpt time (%) = 0.016176 (91.4368) Other time (%) = 9.10759e-05 (0.514818) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28413 ave 28413 max 28413 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28413 Ave neighs/atom = 5.6826 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:36 2021 Memory usage per processor = 27.5534 Mbytes Step Atoms AVEKE stressZZ 30771 5000 1.5447696e-10 13068586 30772 -0.0161199999999912 13068435.0918832 30772 5000 1.5446621e-10 13068435 Loop time of 0.0187531 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:36 2021 Pair time (%) = 0.00124288 (6.62759) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.176719) Outpt time (%) = 0.0173872 (92.7164) Other time (%) = 8.98838e-05 (0.479302) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28413 ave 28413 max 28413 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28413 Ave neighs/atom = 5.6826 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:36 2021 Memory usage per processor = 27.5534 Mbytes Step Atoms AVEKE stressZZ 30772 5000 1.5446621e-10 13068356 30773 -0.0161199999999912 13068204.6743343 30773 5000 1.5445558e-10 13068205 Loop time of 0.0186381 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:36 2021 Pair time (%) = 0.00138712 (7.44237) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.182925) Outpt time (%) = 0.0170639 (91.5535) Other time (%) = 0.000153065 (0.821245) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28413 ave 28413 max 28413 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28413 Ave neighs/atom = 5.6826 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:36 2021 Memory usage per processor = 27.5534 Mbytes Step Atoms AVEKE stressZZ 30773 5000 1.5445558e-10 13068125 30774 -0.0161199999999912 13067974.2689182 30774 5000 1.5444503e-10 13067974 Loop time of 0.018193 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:36 2021 Pair time (%) = 0.00124002 (6.81589) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.187401) Outpt time (%) = 0.0168009 (92.348) Other time (%) = 0.000118017 (0.648695) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28413 ave 28413 max 28413 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28413 Ave neighs/atom = 5.6826 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:36 2021 Memory usage per processor = 27.5534 Mbytes Step Atoms AVEKE stressZZ 30774 5000 1.5444503e-10 13067895 30775 -0.0161199999999912 13067743.875572 30775 5000 1.5443453e-10 13067744 Loop time of 0.0178831 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:36 2021 Pair time (%) = 0.001441 (8.05791) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.190649) Outpt time (%) = 0.016305 (91.1755) Other time (%) = 0.000102997 (0.575946) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28413 ave 28413 max 28413 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28413 Ave neighs/atom = 5.6826 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:36 2021 Memory usage per processor = 27.5534 Mbytes Step Atoms AVEKE stressZZ 30775 5000 1.5443453e-10 13067664 30776 -0.0161199999999912 13067513.494256 30776 5000 1.5442407e-10 13067513 Loop time of 0.0185959 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:36 2021 Pair time (%) = 0.00145102 (7.80286) Neigh time (%) = 0 (0) Comm time (%) = 5.38826e-05 (0.289755) Outpt time (%) = 0.0169101 (90.9343) Other time (%) = 0.00018096 (0.973114) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28413 ave 28413 max 28413 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28413 Ave neighs/atom = 5.6826 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:36 2021 Memory usage per processor = 27.5534 Mbytes Step Atoms AVEKE stressZZ 30776 5000 1.5442407e-10 13067434 30777 -0.0161199999999912 13067283.1249433 30777 5000 1.5441363e-10 13067283 Loop time of 0.0184488 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:36 2021 Pair time (%) = 0.00124097 (6.72654) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.179633) Outpt time (%) = 0.0170801 (92.5808) Other time (%) = 9.46522e-05 (0.513052) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28413 ave 28413 max 28413 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28413 Ave neighs/atom = 5.6826 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:36 2021 Memory usage per processor = 27.5534 Mbytes Step Atoms AVEKE stressZZ 30777 5000 1.5441363e-10 13067204 30778 -0.0161199999999912 13067052.7676169 30778 5000 1.544032e-10 13067053 Loop time of 0.0179291 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:36 2021 Pair time (%) = 0.00124788 (6.96011) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.183511) Outpt time (%) = 0.0165539 (92.3298) Other time (%) = 9.44138e-05 (0.526596) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28413 ave 28413 max 28413 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28413 Ave neighs/atom = 5.6826 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:36 2021 Memory usage per processor = 27.5534 Mbytes Step Atoms AVEKE stressZZ 30778 5000 1.544032e-10 13066973 30779 -0.0161199999999912 13066822.422265 30779 5000 1.5439278e-10 13066822 Loop time of 0.0179889 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:36 2021 Pair time (%) = 0.00137591 (7.64867) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.194828) Outpt time (%) = 0.016444 (91.4116) Other time (%) = 0.000133991 (0.744854) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28413 ave 28413 max 28413 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28413 Ave neighs/atom = 5.6826 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:36 2021 Memory usage per processor = 27.5534 Mbytes Step Atoms AVEKE stressZZ 30779 5000 1.5439278e-10 13066743 30780 -0.0161199999999912 13066592.0888793 30780 5000 1.5438236e-10 13066592 Loop time of 0.0213461 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:36 2021 Pair time (%) = 0.00131607 (6.16539) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.16307) Outpt time (%) = 0.019891 (93.1834) Other time (%) = 0.000104189 (0.488094) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28413 ave 28413 max 28413 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28413 Ave neighs/atom = 5.6826 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:36 2021 Memory usage per processor = 27.5534 Mbytes Step Atoms AVEKE stressZZ 30780 5000 1.5438236e-10 13066513 30781 -0.0161199999999912 13066361.7674555 30781 5000 1.5437195e-10 13066362 Loop time of 0.018676 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:36 2021 Pair time (%) = 0.00124979 (6.69194) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.181277) Outpt time (%) = 0.017297 (92.6161) Other time (%) = 9.53674e-05 (0.51064) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28413 ave 28413 max 28413 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28413 Ave neighs/atom = 5.6826 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:36 2021 Memory usage per processor = 27.5534 Mbytes Step Atoms AVEKE stressZZ 30781 5000 1.5437195e-10 13066282 30782 -0.0161199999999912 13066131.4580081 30782 5000 1.5436155e-10 13066131 Loop time of 0.018044 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:36 2021 Pair time (%) = 0.00124002 (6.87218) Neigh time (%) = 0 (0) Comm time (%) = 5.50747e-05 (0.305224) Outpt time (%) = 0.016628 (92.1527) Other time (%) = 0.000120878 (0.669908) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28413 ave 28413 max 28413 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28413 Ave neighs/atom = 5.6826 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:36 2021 Memory usage per processor = 27.5534 Mbytes Step Atoms AVEKE stressZZ 30782 5000 1.5436155e-10 13066052 30783 -0.0161199999999912 13065901.1605257 30783 5000 1.5435114e-10 13065901 Loop time of 0.0184271 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:36 2021 Pair time (%) = 0.00124002 (6.72929) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.178551) Outpt time (%) = 0.0170581 (92.5707) Other time (%) = 9.60827e-05 (0.52142) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28413 ave 28413 max 28413 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28413 Ave neighs/atom = 5.6826 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:36 2021 Memory usage per processor = 27.5534 Mbytes Step Atoms AVEKE stressZZ 30783 5000 1.5435114e-10 13065822 30784 -0.0161199999999912 13065670.8750021 30784 5000 1.5434074e-10 13065671 Loop time of 0.0179129 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:36 2021 Pair time (%) = 0.00142002 (7.92738) Neigh time (%) = 0 (0) Comm time (%) = 3.71933e-05 (0.207635) Outpt time (%) = 0.01634 (91.2195) Other time (%) = 0.000115633 (0.645531) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28413 ave 28413 max 28413 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28413 Ave neighs/atom = 5.6826 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:36 2021 Memory usage per processor = 27.5534 Mbytes Step Atoms AVEKE stressZZ 30784 5000 1.5434074e-10 13065591 30785 -0.0161199999999912 13065440.6014327 30785 5000 1.5433034e-10 13065441 Loop time of 0.0183499 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:36 2021 Pair time (%) = 0.00138187 (7.5307) Neigh time (%) = 0 (0) Comm time (%) = 4.88758e-05 (0.266355) Outpt time (%) = 0.0167971 (91.5377) Other time (%) = 0.00012207 (0.665237) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28413 ave 28413 max 28413 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28413 Ave neighs/atom = 5.6826 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:36 2021 Memory usage per processor = 27.5534 Mbytes Step Atoms AVEKE stressZZ 30785 5000 1.5433034e-10 13065361 30786 -0.0161199999999912 13065210.3398145 30786 5000 1.5431994e-10 13065210 Loop time of 0.0185089 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:36 2021 Pair time (%) = 0.00132108 (7.13752) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.189355) Outpt time (%) = 0.017051 (92.1231) Other time (%) = 0.000101805 (0.550031) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28413 ave 28413 max 28413 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28413 Ave neighs/atom = 5.6826 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:36 2021 Memory usage per processor = 27.5534 Mbytes Step Atoms AVEKE stressZZ 30786 5000 1.5431994e-10 13065131 30787 -0.0161199999999912 13064980.0901447 30787 5000 1.5430955e-10 13064980 Loop time of 0.0178988 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:36 2021 Pair time (%) = 0.00124311 (6.94524) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.183821) Outpt time (%) = 0.0165129 (92.2569) Other time (%) = 0.000109911 (0.614069) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28413 ave 28413 max 28413 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28413 Ave neighs/atom = 5.6826 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:36 2021 Memory usage per processor = 27.5534 Mbytes Step Atoms AVEKE stressZZ 30787 5000 1.5430955e-10 13064901 30788 -0.0161199999999912 13064749.8524211 30788 5000 1.5429915e-10 13064750 Loop time of 0.017833 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:36 2021 Pair time (%) = 0.00127292 (7.13799) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.20188) Outpt time (%) = 0.0163879 (91.8967) Other time (%) = 0.000136137 (0.7634) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28413 ave 28413 max 28413 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28413 Ave neighs/atom = 5.6826 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:36 2021 Memory usage per processor = 27.5534 Mbytes Step Atoms AVEKE stressZZ 30788 5000 1.5429915e-10 13064670 30789 -0.0161199999999912 13064519.6266431 30789 5000 1.5428876e-10 13064520 Loop time of 0.0181549 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:36 2021 Pair time (%) = 0.0013411 (7.38703) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.193048) Outpt time (%) = 0.0166719 (91.8316) Other time (%) = 0.000106812 (0.588336) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28413 ave 28413 max 28413 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28413 Ave neighs/atom = 5.6826 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:36 2021 Memory usage per processor = 27.5534 Mbytes Step Atoms AVEKE stressZZ 30789 5000 1.5428876e-10 13064440 30790 -0.0161199999999912 13064289.4128067 30790 5000 1.5427836e-10 13064289 Loop time of 0.0210609 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:36 2021 Pair time (%) = 0.00124192 (5.8968) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.157354) Outpt time (%) = 0.0196919 (93.4998) Other time (%) = 9.39369e-05 (0.446024) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28413 ave 28413 max 28413 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28413 Ave neighs/atom = 5.6826 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:36 2021 Memory usage per processor = 27.5534 Mbytes Step Atoms AVEKE stressZZ 30790 5000 1.5427836e-10 13064210 30791 -0.0161199999999912 13064059.2109149 30791 5000 1.5426797e-10 13064059 Loop time of 0.018532 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:36 2021 Pair time (%) = 0.00123906 (6.68605) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.178826) Outpt time (%) = 0.017164 (92.6179) Other time (%) = 9.58443e-05 (0.517181) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28413 ave 28413 max 28413 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28413 Ave neighs/atom = 5.6826 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:36 2021 Memory usage per processor = 27.5534 Mbytes Step Atoms AVEKE stressZZ 30791 5000 1.5426797e-10 13063980 30792 -0.0161199999999912 13063829.0209668 30792 5000 1.5425758e-10 13063829 Loop time of 0.017874 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:36 2021 Pair time (%) = 0.00125098 (6.99889) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.189412) Outpt time (%) = 0.0164649 (92.1167) Other time (%) = 0.000124216 (0.694954) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28413 ave 28413 max 28413 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28413 Ave neighs/atom = 5.6826 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:36 2021 Memory usage per processor = 27.5534 Mbytes Step Atoms AVEKE stressZZ 30792 5000 1.5425758e-10 13063750 30793 -0.0161199999999912 13063598.8429551 30793 5000 1.5424719e-10 13063599 Loop time of 0.018358 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:36 2021 Pair time (%) = 0.00142288 (7.75075) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.206496) Outpt time (%) = 0.0167842 (91.4272) Other time (%) = 0.00011301 (0.615592) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28413 ave 28413 max 28413 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28413 Ave neighs/atom = 5.6826 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:36 2021 Memory usage per processor = 27.5534 Mbytes Step Atoms AVEKE stressZZ 30793 5000 1.5424719e-10 13063519 30794 -0.0161199999999912 13063368.6768782 30794 5000 1.542368e-10 13063369 Loop time of 0.018369 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:36 2021 Pair time (%) = 0.00134611 (7.32818) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.179116) Outpt time (%) = 0.0168891 (91.9437) Other time (%) = 0.000100851 (0.54903) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28413 ave 28413 max 28413 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28413 Ave neighs/atom = 5.6826 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:36 2021 Memory usage per processor = 27.5534 Mbytes Step Atoms AVEKE stressZZ 30794 5000 1.542368e-10 13063289 30795 -0.0161199999999912 13063138.5227341 30795 5000 1.5422642e-10 13063139 Loop time of 0.01864 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:36 2021 Pair time (%) = 0.00124311 (6.66905) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.176511) Outpt time (%) = 0.0172701 (92.6505) Other time (%) = 9.39369e-05 (0.503952) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28413 ave 28413 max 28413 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28413 Ave neighs/atom = 5.6826 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:36 2021 Memory usage per processor = 27.5534 Mbytes Step Atoms AVEKE stressZZ 30795 5000 1.5422642e-10 13063059 30796 -0.0161199999999912 13062908.3805207 30796 5000 1.5421603e-10 13062908 Loop time of 0.01794 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:36 2021 Pair time (%) = 0.00133204 (7.42498) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.183398) Outpt time (%) = 0.016449 (91.6886) Other time (%) = 0.000126123 (0.703027) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28413 ave 28413 max 28413 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28413 Ave neighs/atom = 5.6826 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:36 2021 Memory usage per processor = 27.5534 Mbytes Step Atoms AVEKE stressZZ 30796 5000 1.5421603e-10 13062829 30797 -0.0161199999999912 13062678.2502363 30797 5000 1.5420565e-10 13062678 Loop time of 0.0177999 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:36 2021 Pair time (%) = 0.00131893 (7.40979) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.202256) Outpt time (%) = 0.016341 (91.804) Other time (%) = 0.000103951 (0.583996) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28413 ave 28413 max 28413 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28413 Ave neighs/atom = 5.6826 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:36 2021 Memory usage per processor = 27.5534 Mbytes Step Atoms AVEKE stressZZ 30797 5000 1.5420565e-10 13062599 30798 -0.0161199999999912 13062448.1318794 30798 5000 1.5419526e-10 13062448 Loop time of 0.018764 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:36 2021 Pair time (%) = 0.001436 (7.65292) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.196945) Outpt time (%) = 0.017174 (91.5263) Other time (%) = 0.000117064 (0.623872) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28413 ave 28413 max 28413 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28413 Ave neighs/atom = 5.6826 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:36 2021 Memory usage per processor = 27.5534 Mbytes Step Atoms AVEKE stressZZ 30798 5000 1.5419526e-10 13062369 30799 -0.0161199999999912 13062218.0254477 30799 5000 1.5418488e-10 13062218 Loop time of 0.018599 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:36 2021 Pair time (%) = 0.00123692 (6.65043) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.178182) Outpt time (%) = 0.0172341 (92.6612) Other time (%) = 9.48906e-05 (0.510191) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28413 ave 28413 max 28413 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28413 Ave neighs/atom = 5.6826 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:36 2021 Memory usage per processor = 27.5534 Mbytes Step Atoms AVEKE stressZZ 30799 5000 1.5418488e-10 13062139 30800 -0.0161199999999912 13061987.9309398 30800 5000 1.541745e-10 13061988 Loop time of 0.0211 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:36 2021 Pair time (%) = 0.00124598 (5.90508) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.157062) Outpt time (%) = 0.019727 (93.4927) Other time (%) = 9.39369e-05 (0.445198) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28413 ave 28413 max 28413 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28413 Ave neighs/atom = 5.6826 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:36 2021 Memory usage per processor = 27.5534 Mbytes Step Atoms AVEKE stressZZ 30800 5000 1.541745e-10 13061908 30801 -0.0161199999999912 13061757.8483541 30801 5000 1.5416412e-10 13061758 Loop time of 0.017673 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:36 2021 Pair time (%) = 0.00125098 (7.07849) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.192915) Outpt time (%) = 0.0162489 (91.9421) Other time (%) = 0.000138998 (0.786499) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28413 ave 28413 max 28413 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28413 Ave neighs/atom = 5.6826 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:36 2021 Memory usage per processor = 27.5534 Mbytes Step Atoms AVEKE stressZZ 30801 5000 1.5416412e-10 13061678 30802 -0.0161199999999912 13061527.7776887 30802 5000 1.5415374e-10 13061528 Loop time of 0.0182192 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:36 2021 Pair time (%) = 0.00147009 (8.06889) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.1976) Outpt time (%) = 0.016597 (91.0962) Other time (%) = 0.00011611 (0.637293) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28413 ave 28413 max 28413 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28413 Ave neighs/atom = 5.6826 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:36 2021 Memory usage per processor = 27.5534 Mbytes Step Atoms AVEKE stressZZ 30802 5000 1.5415374e-10 13061448 30803 -0.0161199999999912 13061297.718942 30803 5000 1.5414337e-10 13061298 Loop time of 0.018465 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:36 2021 Pair time (%) = 0.00136209 (7.37656) Neigh time (%) = 0 (0) Comm time (%) = 9.01222e-05 (0.488069) Outpt time (%) = 0.016917 (91.6163) Other time (%) = 9.58443e-05 (0.519058) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28413 ave 28413 max 28413 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28413 Ave neighs/atom = 5.6826 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:36 2021 Memory usage per processor = 27.5534 Mbytes Step Atoms AVEKE stressZZ 30803 5000 1.5414337e-10 13061218 30804 -0.0161199999999912 13061067.6721121 30804 5000 1.5413299e-10 13061068 Loop time of 0.0184119 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:37 2021 Pair time (%) = 0.00124288 (6.7504) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.178699) Outpt time (%) = 0.0170429 (92.5646) Other time (%) = 9.32217e-05 (0.506313) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28413 ave 28413 max 28413 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28413 Ave neighs/atom = 5.6826 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:37 2021 Memory usage per processor = 27.5534 Mbytes Step Atoms AVEKE stressZZ 30804 5000 1.5413299e-10 13060988 30805 -0.0161199999999912 13060837.6371977 30805 5000 1.5412261e-10 13060838 Loop time of 0.0180011 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:37 2021 Pair time (%) = 0.00127602 (7.08855) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.182777) Outpt time (%) = 0.0165932 (92.179) Other time (%) = 9.89437e-05 (0.549654) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28413 ave 28413 max 28413 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28413 Ave neighs/atom = 5.6826 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:37 2021 Memory usage per processor = 27.5534 Mbytes Step Atoms AVEKE stressZZ 30805 5000 1.5412261e-10 13060758 30806 -0.0161199999999912 13060607.6141968 30806 5000 1.5411224e-10 13060608 Loop time of 0.0178781 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:37 2021 Pair time (%) = 0.00132608 (7.41738) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.201371) Outpt time (%) = 0.0163622 (91.5211) Other time (%) = 0.00015378 (0.860161) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28413 ave 28413 max 28413 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28413 Ave neighs/atom = 5.6826 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:37 2021 Memory usage per processor = 27.5534 Mbytes Step Atoms AVEKE stressZZ 30806 5000 1.5411224e-10 13060528 30807 -0.0161199999999912 13060377.6031699 30807 5000 1.5410187e-10 13060378 Loop time of 0.0183449 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:37 2021 Pair time (%) = 0.00151491 (8.25795) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.191048) Outpt time (%) = 0.01666 (90.8154) Other time (%) = 0.000134945 (0.7356) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28413 ave 28413 max 28413 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28413 Ave neighs/atom = 5.6826 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:37 2021 Memory usage per processor = 27.5534 Mbytes Step Atoms AVEKE stressZZ 30807 5000 1.5410187e-10 13060298 30808 -0.0161199999999912 13060147.6041442 30808 5000 1.540915e-10 13060148 Loop time of 0.0182378 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:37 2021 Pair time (%) = 0.00128078 (7.02268) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.180404) Outpt time (%) = 0.016829 (92.2753) Other time (%) = 9.5129e-05 (0.521603) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28413 ave 28413 max 28413 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28413 Ave neighs/atom = 5.6826 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:37 2021 Memory usage per processor = 27.5534 Mbytes Step Atoms AVEKE stressZZ 30808 5000 1.540915e-10 13060068 30809 -0.0161199999999912 13059917.6170548 30809 5000 1.5408113e-10 13059918 Loop time of 0.0182261 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:37 2021 Pair time (%) = 0.00127697 (7.00625) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.18052) Outpt time (%) = 0.016819 (92.2795) Other time (%) = 9.72748e-05 (0.53371) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28413 ave 28413 max 28413 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28413 Ave neighs/atom = 5.6826 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:37 2021 Memory usage per processor = 27.5534 Mbytes Step Atoms AVEKE stressZZ 30809 5000 1.5408113e-10 13059838 30810 -0.0161199999999912 13059687.6419036 30810 5000 1.5407076e-10 13059688 Loop time of 0.0207422 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:37 2021 Pair time (%) = 0.0013988 (6.74376) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.167818) Outpt time (%) = 0.0192051 (92.5896) Other time (%) = 0.000103474 (0.498856) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28413 ave 28413 max 28413 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28413 Ave neighs/atom = 5.6826 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:37 2021 Memory usage per processor = 27.5534 Mbytes Step Atoms AVEKE stressZZ 30810 5000 1.5407076e-10 13059608 30811 -0.0161199999999912 13059457.6786862 30811 5000 1.5406039e-10 13059458 Loop time of 0.017596 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:37 2021 Pair time (%) = 0.00129414 (7.35471) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.193759) Outpt time (%) = 0.016175 (91.9244) Other time (%) = 9.27448e-05 (0.527079) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28413 ave 28413 max 28413 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28413 Ave neighs/atom = 5.6826 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:37 2021 Memory usage per processor = 27.5534 Mbytes Step Atoms AVEKE stressZZ 30811 5000 1.5406039e-10 13059378 30812 -0.0161199999999912 13059227.7273979 30812 5000 1.5405002e-10 13059228 Loop time of 0.017519 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:37 2021 Pair time (%) = 0.00124097 (7.08356) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.187806) Outpt time (%) = 0.016156 (92.2197) Other time (%) = 8.91685e-05 (0.508982) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28413 ave 28413 max 28413 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28413 Ave neighs/atom = 5.6826 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:37 2021 Memory usage per processor = 27.5534 Mbytes Step Atoms AVEKE stressZZ 30812 5000 1.5405002e-10 13059148 30813 -0.0161199999999912 13058997.788035 30813 5000 1.5403966e-10 13058998 Loop time of 0.0175219 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:37 2021 Pair time (%) = 0.00123811 (7.06608) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.187776) Outpt time (%) = 0.0161629 (92.2441) Other time (%) = 8.79765e-05 (0.502095) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28413 ave 28413 max 28413 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28413 Ave neighs/atom = 5.6826 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:37 2021 Memory usage per processor = 27.5534 Mbytes Step Atoms AVEKE stressZZ 30813 5000 1.5403966e-10 13058918 30814 -0.0161199999999912 13058767.8605943 30814 5000 1.540293e-10 13058768 Loop time of 0.0189209 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:37 2021 Pair time (%) = 0.00166392 (8.7941) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.183972) Outpt time (%) = 0.0170569 (90.1487) Other time (%) = 0.000165224 (0.873236) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28413 ave 28413 max 28413 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28413 Ave neighs/atom = 5.6826 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:37 2021 Memory usage per processor = 27.5534 Mbytes Step Atoms AVEKE stressZZ 30814 5000 1.540293e-10 13058688 30815 -0.0161199999999912 13058537.945073 30815 5000 1.5401893e-10 13058538 Loop time of 0.0184481 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:37 2021 Pair time (%) = 0.001297 (7.03051) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.183517) Outpt time (%) = 0.0169902 (92.0971) Other time (%) = 0.000127077 (0.688835) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28413 ave 28413 max 28413 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28413 Ave neighs/atom = 5.6826 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:37 2021 Memory usage per processor = 27.5534 Mbytes Step Atoms AVEKE stressZZ 30815 5000 1.5401893e-10 13058458 30816 -0.0161199999999912 13058308.0414681 30816 5000 1.5400857e-10 13058308 Loop time of 0.018357 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:37 2021 Pair time (%) = 0.00128603 (7.00565) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.180531) Outpt time (%) = 0.016943 (92.2969) Other time (%) = 9.48906e-05 (0.516917) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28413 ave 28413 max 28413 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28413 Ave neighs/atom = 5.6826 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:37 2021 Memory usage per processor = 27.5534 Mbytes Step Atoms AVEKE stressZZ 30816 5000 1.5400857e-10 13058229 30817 -0.0161199999999912 13058078.1497775 30817 5000 1.5399821e-10 13058078 Loop time of 0.0176952 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:37 2021 Pair time (%) = 0.00124192 (7.01842) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.192673) Outpt time (%) = 0.016324 (92.2513) Other time (%) = 9.5129e-05 (0.537598) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28413 ave 28413 max 28413 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28413 Ave neighs/atom = 5.6826 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:37 2021 Memory usage per processor = 27.5534 Mbytes Step Atoms AVEKE stressZZ 30817 5000 1.5399821e-10 13057999 30818 -0.0161199999999912 13057848.2699987 30818 5000 1.5398785e-10 13057848 Loop time of 0.0181129 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:37 2021 Pair time (%) = 0.001405 (7.75691) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.19876) Outpt time (%) = 0.0164938 (91.0611) Other time (%) = 0.000178099 (0.98327) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28413 ave 28413 max 28413 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28413 Ave neighs/atom = 5.6826 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:37 2021 Memory usage per processor = 27.5534 Mbytes Step Atoms AVEKE stressZZ 30818 5000 1.5398785e-10 13057769 30819 -0.0161199999999912 13057618.4021294 30819 5000 1.5397749e-10 13057618 Loop time of 0.0187068 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:37 2021 Pair time (%) = 0.0013721 (7.33476) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.19245) Outpt time (%) = 0.017143 (91.6405) Other time (%) = 0.000155687 (0.83225) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28413 ave 28413 max 28413 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28413 Ave neighs/atom = 5.6826 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:37 2021 Memory usage per processor = 27.5534 Mbytes Step Atoms AVEKE stressZZ 30819 5000 1.5397749e-10 13057539 30820 -0.0161199999999912 13057388.5461675 30820 5000 1.5396714e-10 13057389 Loop time of 0.0210769 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:37 2021 Pair time (%) = 0.00123906 (5.87876) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.157234) Outpt time (%) = 0.019711 (93.5195) Other time (%) = 9.36985e-05 (0.444555) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28413 ave 28413 max 28413 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28413 Ave neighs/atom = 5.6826 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:37 2021 Memory usage per processor = 27.5534 Mbytes Step Atoms AVEKE stressZZ 30820 5000 1.5396714e-10 13057309 30821 -0.0161199999999912 13057158.7021111 30821 5000 1.5395678e-10 13057159 Loop time of 0.0185461 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:37 2021 Pair time (%) = 0.00125313 (6.75683) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.182547) Outpt time (%) = 0.0171702 (92.5811) Other time (%) = 8.89301e-05 (0.479508) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28413 ave 28413 max 28413 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28413 Ave neighs/atom = 5.6826 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:37 2021 Memory usage per processor = 27.5534 Mbytes Step Atoms AVEKE stressZZ 30821 5000 1.5395678e-10 13057079 30822 -0.0161199999999912 13056928.8699581 30822 5000 1.5394643e-10 13056929 Loop time of 0.0179222 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:37 2021 Pair time (%) = 0.00125599 (7.00802) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.190233) Outpt time (%) = 0.0165331 (92.2497) Other time (%) = 9.89437e-05 (0.552075) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28413 ave 28413 max 28413 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28413 Ave neighs/atom = 5.6826 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:37 2021 Memory usage per processor = 27.5534 Mbytes Step Atoms AVEKE stressZZ 30822 5000 1.5394643e-10 13056849 30823 -0.0161199999999912 13056699.0497063 30823 5000 1.5393607e-10 13056699 Loop time of 0.018625 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:37 2021 Pair time (%) = 0.00146604 (7.87132) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.203536) Outpt time (%) = 0.0170038 (91.2953) Other time (%) = 0.000117302 (0.629808) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28413 ave 28413 max 28413 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28413 Ave neighs/atom = 5.6826 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:37 2021 Memory usage per processor = 27.5534 Mbytes Step Atoms AVEKE stressZZ 30823 5000 1.5393607e-10 13056620 30824 -0.0161199999999912 13056469.2413541 30824 5000 1.5392572e-10 13056469 Loop time of 0.0185919 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:37 2021 Pair time (%) = 0.0014379 (7.73403) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.178251) Outpt time (%) = 0.0169911 (91.3901) Other time (%) = 0.0001297 (0.697615) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28413 ave 28413 max 28413 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28413 Ave neighs/atom = 5.6826 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:37 2021 Memory usage per processor = 27.5534 Mbytes Step Atoms AVEKE stressZZ 30824 5000 1.5392572e-10 13056390 30825 -0.0161199999999912 13056239.4448995 30825 5000 1.5391537e-10 13056239 Loop time of 0.0181861 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:37 2021 Pair time (%) = 0.00128007 (7.03873) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.180917) Outpt time (%) = 0.0167789 (92.2625) Other time (%) = 9.41753e-05 (0.517843) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28413 ave 28413 max 28413 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28413 Ave neighs/atom = 5.6826 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:37 2021 Memory usage per processor = 27.5534 Mbytes Step Atoms AVEKE stressZZ 30825 5000 1.5391537e-10 13056160 30826 -0.0161199999999912 13056009.6603407 30826 5000 1.5390502e-10 13056010 Loop time of 0.0176661 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:37 2021 Pair time (%) = 0.00127387 (7.21082) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.19299) Outpt time (%) = 0.0162621 (92.0523) Other time (%) = 9.60827e-05 (0.543882) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28413 ave 28413 max 28413 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28413 Ave neighs/atom = 5.6826 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:37 2021 Memory usage per processor = 27.5534 Mbytes Step Atoms AVEKE stressZZ 30826 5000 1.5390502e-10 13055930 30827 -0.0161199999999912 13055779.8876759 30827 5000 1.5389467e-10 13055780 Loop time of 0.0178599 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:37 2021 Pair time (%) = 0.00143194 (8.01762) Neigh time (%) = 0 (0) Comm time (%) = 4.31538e-05 (0.241623) Outpt time (%) = 0.0162771 (91.1374) Other time (%) = 0.000107765 (0.603391) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28413 ave 28413 max 28413 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28413 Ave neighs/atom = 5.6826 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:37 2021 Memory usage per processor = 27.5534 Mbytes Step Atoms AVEKE stressZZ 30827 5000 1.5389467e-10 13055700 30828 -0.0161199999999912 13055550.126905 30828 5000 1.5388433e-10 13055550 Loop time of 0.0183589 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:37 2021 Pair time (%) = 0.001302 (7.09193) Neigh time (%) = 0 (0) Comm time (%) = 5.4121e-05 (0.294794) Outpt time (%) = 0.016891 (92.0042) Other time (%) = 0.000111818 (0.609067) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28413 ave 28413 max 28413 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28413 Ave neighs/atom = 5.6826 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:37 2021 Memory usage per processor = 27.5534 Mbytes Step Atoms AVEKE stressZZ 30828 5000 1.5388433e-10 13055471 30829 -0.0161199999999912 13055320.3780535 30829 5000 1.5387398e-10 13055320 Loop time of 0.018281 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:37 2021 Pair time (%) = 0.00124502 (6.81048) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.179978) Outpt time (%) = 0.01685 (92.1723) Other time (%) = 0.000153065 (0.837289) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28413 ave 28413 max 28413 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28413 Ave neighs/atom = 5.6826 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:37 2021 Memory usage per processor = 27.5534 Mbytes Step Atoms AVEKE stressZZ 30829 5000 1.5387398e-10 13055241 30830 -0.0161199999999912 13055090.6411105 30830 5000 1.5386364e-10 13055091 Loop time of 0.020947 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:37 2021 Pair time (%) = 0.00124502 (5.94368) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.15821) Outpt time (%) = 0.0195742 (93.4462) Other time (%) = 9.46522e-05 (0.451866) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28413 ave 28413 max 28413 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28413 Ave neighs/atom = 5.6826 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:37 2021 Memory usage per processor = 27.5534 Mbytes Step Atoms AVEKE stressZZ 30830 5000 1.5386364e-10 13055011 30831 -0.0161199999999912 13054860.9160682 30831 5000 1.5385329e-10 13054861 Loop time of 0.017802 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:37 2021 Pair time (%) = 0.00138116 (7.75845) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.202231) Outpt time (%) = 0.0162768 (91.4326) Other time (%) = 0.000108004 (0.606694) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28413 ave 28413 max 28413 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28413 Ave neighs/atom = 5.6826 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:37 2021 Memory usage per processor = 27.5534 Mbytes Step Atoms AVEKE stressZZ 30831 5000 1.5385329e-10 13054781 30832 -0.0161199999999912 13054631.2029226 30832 5000 1.5384295e-10 13054631 Loop time of 0.0180728 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:37 2021 Pair time (%) = 0.00150299 (8.31629) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.209754) Outpt time (%) = 0.0163679 (90.5663) Other time (%) = 0.000164032 (0.907616) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28413 ave 28413 max 28413 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28413 Ave neighs/atom = 5.6826 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:37 2021 Memory usage per processor = 27.5534 Mbytes Step Atoms AVEKE stressZZ 30832 5000 1.5384295e-10 13054552 30833 -0.0161199999999912 13054401.5016703 30833 5000 1.5383261e-10 13054402 Loop time of 0.0182631 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:37 2021 Pair time (%) = 0.00142217 (7.7871) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.180154) Outpt time (%) = 0.0167122 (91.5079) Other time (%) = 9.58443e-05 (0.524797) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28413 ave 28413 max 28413 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28413 Ave neighs/atom = 5.6826 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:37 2021 Memory usage per processor = 27.5534 Mbytes Step Atoms AVEKE stressZZ 30833 5000 1.5383261e-10 13054322 30834 -0.0161199999999912 13054171.8123088 30834 5000 1.5382227e-10 13054172 Loop time of 0.018698 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:37 2021 Pair time (%) = 0.00134182 (7.17628) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.192541) Outpt time (%) = 0.0171521 (91.7322) Other time (%) = 0.000168085 (0.898948) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28413 ave 28413 max 28413 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28413 Ave neighs/atom = 5.6826 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:37 2021 Memory usage per processor = 27.5534 Mbytes Step Atoms AVEKE stressZZ 30834 5000 1.5382227e-10 13054092 30835 -0.0161199999999912 13053942.1348358 30835 5000 1.5381193e-10 13053942 Loop time of 0.0181222 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:37 2021 Pair time (%) = 0.00124907 (6.89251) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.188133) Outpt time (%) = 0.016691 (92.1024) Other time (%) = 0.000148058 (0.816998) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28413 ave 28413 max 28413 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28413 Ave neighs/atom = 5.6826 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:37 2021 Memory usage per processor = 27.5534 Mbytes Step Atoms AVEKE stressZZ 30835 5000 1.5381193e-10 13053863 30836 -0.0161199999999912 13053712.4692491 30836 5000 1.5380159e-10 13053712 Loop time of 0.0179489 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:37 2021 Pair time (%) = 0.00128293 (7.1477) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.195263) Outpt time (%) = 0.016495 (91.8999) Other time (%) = 0.000135899 (0.757143) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28413 ave 28413 max 28413 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28413 Ave neighs/atom = 5.6826 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:37 2021 Memory usage per processor = 27.5534 Mbytes Step Atoms AVEKE stressZZ 30836 5000 1.5380159e-10 13053633 30837 -0.0161199999999912 13053482.8155466 30837 5000 1.5379126e-10 13053483 Loop time of 0.018703 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:37 2021 Pair time (%) = 0.00162697 (8.69898) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.192489) Outpt time (%) = 0.0168989 (90.3539) Other time (%) = 0.000141144 (0.754659) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28413 ave 28413 max 28413 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28413 Ave neighs/atom = 5.6826 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:37 2021 Memory usage per processor = 27.5534 Mbytes Step Atoms AVEKE stressZZ 30837 5000 1.5379126e-10 13053403 30838 -0.0161199999999912 13053253.1737263 30838 5000 1.5378092e-10 13053253 Loop time of 0.0184801 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:37 2021 Pair time (%) = 0.001297 (7.01836) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.1832) Outpt time (%) = 0.017046 (92.2398) Other time (%) = 0.000103235 (0.55863) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28413 ave 28413 max 28413 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28413 Ave neighs/atom = 5.6826 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:37 2021 Memory usage per processor = 27.5534 Mbytes Step Atoms AVEKE stressZZ 30838 5000 1.5378092e-10 13053174 30839 -0.0161199999999912 13053023.5437862 30839 5000 1.5377059e-10 13053024 Loop time of 0.0184319 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:37 2021 Pair time (%) = 0.00124598 (6.75989) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.178504) Outpt time (%) = 0.0170591 (92.552) Other time (%) = 9.39369e-05 (0.509643) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28413 ave 28413 max 28413 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28413 Ave neighs/atom = 5.6826 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:37 2021 Memory usage per processor = 27.5534 Mbytes Step Atoms AVEKE stressZZ 30839 5000 1.5377059e-10 13052944 30840 -0.0161199999999912 13052793.9257247 30840 5000 1.5376025e-10 13052794 Loop time of 0.0205951 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:37 2021 Pair time (%) = 0.00124788 (6.05913) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.159756) Outpt time (%) = 0.0192189 (93.3181) Other time (%) = 9.53674e-05 (0.463059) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28413 ave 28413 max 28413 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28413 Ave neighs/atom = 5.6826 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:37 2021 Memory usage per processor = 27.5534 Mbytes Step Atoms AVEKE stressZZ 30840 5000 1.5376025e-10 13052715 30841 -0.0161199999999912 13052564.3195397 30841 5000 1.5374992e-10 13052564 Loop time of 0.017818 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:37 2021 Pair time (%) = 0.00140905 (7.90805) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.20205) Outpt time (%) = 0.0162609 (91.261) Other time (%) = 0.000112057 (0.628897) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28413 ave 28413 max 28413 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28413 Ave neighs/atom = 5.6826 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:37 2021 Memory usage per processor = 27.5534 Mbytes Step Atoms AVEKE stressZZ 30841 5000 1.5374992e-10 13052485 30842 -0.0161199999999912 13052334.7252297 30842 5000 1.5373959e-10 13052335 Loop time of 0.0183001 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:37 2021 Pair time (%) = 0.00140405 (7.67236) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.196727) Outpt time (%) = 0.016757 (91.5681) Other time (%) = 0.000102997 (0.562822) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28413 ave 28413 max 28413 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28413 Ave neighs/atom = 5.6826 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:37 2021 Memory usage per processor = 27.5534 Mbytes Step Atoms AVEKE stressZZ 30842 5000 1.5373959e-10 13052255 30843 -0.0161199999999912 13052105.1427929 30843 5000 1.5372926e-10 13052105 Loop time of 0.0182459 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:37 2021 Pair time (%) = 0.00124002 (6.79612) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.18163) Outpt time (%) = 0.0168791 (92.5087) Other time (%) = 9.36985e-05 (0.513531) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28413 ave 28413 max 28413 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28413 Ave neighs/atom = 5.6826 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:37 2021 Memory usage per processor = 27.5534 Mbytes Step Atoms AVEKE stressZZ 30843 5000 1.5372926e-10 13052026 30844 -0.0161199999999912 13051875.5722275 30844 5000 1.5371893e-10 13051876 Loop time of 0.0177488 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:38 2021 Pair time (%) = 0.00124288 (7.00258) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.185374) Outpt time (%) = 0.0163789 (92.2814) Other time (%) = 9.41753e-05 (0.5306) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28413 ave 28413 max 28413 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28413 Ave neighs/atom = 5.6826 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:38 2021 Memory usage per processor = 27.5534 Mbytes Step Atoms AVEKE stressZZ 30844 5000 1.5371893e-10 13051796 30845 -0.0161199999999912 13051646.0135319 30845 5000 1.5370861e-10 13051646 Loop time of 0.017952 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:38 2021 Pair time (%) = 0.00151706 (8.45065) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.195229) Outpt time (%) = 0.0162771 (90.6702) Other time (%) = 0.000122786 (0.683967) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28413 ave 28413 max 28413 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28413 Ave neighs/atom = 5.6826 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:30:38 2021 Memory usage per processor = 27.5534 Mbytes Step Atoms AVEKE stressZZ 30845 5000 1.5370861e-10 13051567 30846 -0.0161199999999912 13051387.6444519 30846 5000 3.0250519e-10 13051819 Loop time of 0.0181148 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:38 2021 Pair time (%) = 0.00153399 (8.46813) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.193475) Outpt time (%) = 0.0163939 (90.5) Other time (%) = 0.000151873 (0.83839) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28413 ave 28413 max 28413 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28413 Ave neighs/atom = 5.6826 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:38 2021 Memory usage per processor = 27.5534 Mbytes Step Atoms AVEKE stressZZ 30846 5000 3.0250519e-10 13132683 30847 -0.0161524999999912 13132486.4973952 30847 5000 2.4332298e-10 13132486 Loop time of 0.0183451 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:38 2021 Pair time (%) = 0.00124192 (6.76977) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.179349) Outpt time (%) = 0.0169752 (92.5323) Other time (%) = 9.5129e-05 (0.518552) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:38 2021 Memory usage per processor = 27.5534 Mbytes Step Atoms AVEKE stressZZ 30847 5000 2.4332298e-10 13132379 30848 -0.0161524999999912 13132198.309747 30848 5000 2.0906704e-10 13132198 Loop time of 0.018327 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:38 2021 Pair time (%) = 0.00125313 (6.83761) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.180827) Outpt time (%) = 0.0169239 (92.3441) Other time (%) = 0.000116825 (0.637448) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:38 2021 Memory usage per processor = 27.5534 Mbytes Step Atoms AVEKE stressZZ 30848 5000 2.0906704e-10 13132101 30849 -0.0161524999999912 13131930.7811303 30849 5000 1.8864994e-10 13131931 Loop time of 0.0177119 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:38 2021 Pair time (%) = 0.00124884 (7.05084) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.191145) Outpt time (%) = 0.016331 (92.2034) Other time (%) = 9.82285e-05 (0.554591) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:38 2021 Memory usage per processor = 27.5534 Mbytes Step Atoms AVEKE stressZZ 30849 5000 1.8864994e-10 13131839 30850 -0.0161524999999912 13131676.3858755 30850 5000 1.7621889e-10 13131676 Loop time of 0.0209272 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:38 2021 Pair time (%) = 0.00162506 (7.76531) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.191398) Outpt time (%) = 0.0190949 (91.2447) Other time (%) = 0.000167131 (0.798633) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:38 2021 Memory usage per processor = 27.5535 Mbytes Step Atoms AVEKE stressZZ 30850 5000 1.7621889e-10 13131589 30851 -0.0161524999999912 13131430.3413625 30851 5000 1.6853643e-10 13131430 Loop time of 0.018693 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:38 2021 Pair time (%) = 0.00141501 (7.56977) Neigh time (%) = 0 (0) Comm time (%) = 5.29289e-05 (0.283149) Outpt time (%) = 0.0170729 (91.3334) Other time (%) = 0.000152111 (0.813734) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:38 2021 Memory usage per processor = 27.5535 Mbytes Step Atoms AVEKE stressZZ 30851 5000 1.6853643e-10 13131346 30852 -0.0161524999999912 13131189.6081956 30852 5000 1.637398e-10 13131190 Loop time of 0.018225 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:38 2021 Pair time (%) = 0.00124121 (6.81048) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.180531) Outpt time (%) = 0.016855 (92.4831) Other time (%) = 9.58443e-05 (0.525896) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:38 2021 Memory usage per processor = 27.5535 Mbytes Step Atoms AVEKE stressZZ 30852 5000 1.637398e-10 13131107 30853 -0.0161524999999912 13130952.2548106 30853 5000 1.6072383e-10 13130952 Loop time of 0.0175281 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:38 2021 Pair time (%) = 0.00124478 (7.10166) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.19315) Outpt time (%) = 0.016155 (92.1665) Other time (%) = 9.44138e-05 (0.538644) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:38 2021 Memory usage per processor = 27.5535 Mbytes Step Atoms AVEKE stressZZ 30853 5000 1.6072383e-10 13130870 30854 -0.0161524999999912 13130717.05368 30854 5000 1.5881795e-10 13130717 Loop time of 0.017637 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:38 2021 Pair time (%) = 0.00124598 (7.06455) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.187901) Outpt time (%) = 0.0162671 (92.2325) Other time (%) = 9.08375e-05 (0.515039) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:38 2021 Memory usage per processor = 27.5535 Mbytes Step Atoms AVEKE stressZZ 30854 5000 1.5881795e-10 13130636 30855 -0.0161524999999912 13130483.2246972 30855 5000 1.5760884e-10 13130483 Loop time of 0.0180659 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:38 2021 Pair time (%) = 0.00124097 (6.86911) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.182121) Outpt time (%) = 0.0167029 (92.4552) Other time (%) = 8.91685e-05 (0.493573) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:38 2021 Memory usage per processor = 27.5535 Mbytes Step Atoms AVEKE stressZZ 30855 5000 1.5760884e-10 13130402 30856 -0.0161524999999912 13130250.2720971 30856 5000 1.5683901e-10 13130250 Loop time of 0.0183909 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:38 2021 Pair time (%) = 0.00143003 (7.77578) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.207423) Outpt time (%) = 0.016799 (91.344) Other time (%) = 0.000123739 (0.672829) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:38 2021 Memory usage per processor = 27.5535 Mbytes Step Atoms AVEKE stressZZ 30856 5000 1.5683901e-10 13130170 30857 -0.0161524999999912 13130017.8808147 30857 5000 1.5634693e-10 13130018 Loop time of 0.0184751 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:38 2021 Pair time (%) = 0.0013051 (7.06414) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.189702) Outpt time (%) = 0.0170341 (92.2003) Other time (%) = 0.000100851 (0.545877) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:38 2021 Memory usage per processor = 27.5535 Mbytes Step Atoms AVEKE stressZZ 30857 5000 1.5634693e-10 13129938 30858 -0.0161524999999912 13129785.8506232 30858 5000 1.5603078e-10 13129786 Loop time of 0.0184309 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:38 2021 Pair time (%) = 0.00129604 (7.03189) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.184982) Outpt time (%) = 0.0170081 (92.2799) Other time (%) = 9.27448e-05 (0.503202) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:38 2021 Memory usage per processor = 27.5535 Mbytes Step Atoms AVEKE stressZZ 30858 5000 1.5603078e-10 13129706 30859 -0.0161524999999912 13129554.0542759 30859 5000 1.5582621e-10 13129554 Loop time of 0.018574 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:38 2021 Pair time (%) = 0.0012939 (6.96618) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.177139) Outpt time (%) = 0.0171509 (92.3381) Other time (%) = 9.63211e-05 (0.51858) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:38 2021 Memory usage per processor = 27.5535 Mbytes Step Atoms AVEKE stressZZ 30859 5000 1.5582621e-10 13129474 30860 -0.0161524999999912 13129322.4109056 30860 5000 1.5569245e-10 13129322 Loop time of 0.0207062 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:38 2021 Pair time (%) = 0.00125599 (6.06577) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.169261) Outpt time (%) = 0.0193121 (93.2675) Other time (%) = 0.000102997 (0.497421) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:38 2021 Memory usage per processor = 27.5535 Mbytes Step Atoms AVEKE stressZZ 30860 5000 1.5569245e-10 13129242 30861 -0.0161524999999912 13129090.8691201 30861 5000 1.5560365e-10 13129091 Loop time of 0.017946 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:38 2021 Pair time (%) = 0.0014832 (8.2648) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.200608) Outpt time (%) = 0.0163212 (90.946) Other time (%) = 0.000105619 (0.58854) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:38 2021 Memory usage per processor = 27.5535 Mbytes Step Atoms AVEKE stressZZ 30861 5000 1.5560365e-10 13129011 30862 -0.0161524999999912 13128859.3962589 30862 5000 1.5554342e-10 13128859 Loop time of 0.0184071 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:38 2021 Pair time (%) = 0.00135899 (7.38294) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.195583) Outpt time (%) = 0.0169032 (91.8295) Other time (%) = 0.000108957 (0.591931) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:38 2021 Memory usage per processor = 27.5535 Mbytes Step Atoms AVEKE stressZZ 30862 5000 1.5554342e-10 13128779 30863 -0.0161524999999912 13128627.9715651 30863 5000 1.5550132e-10 13128628 Loop time of 0.0189869 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:38 2021 Pair time (%) = 0.00125599 (6.61502) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.173286) Outpt time (%) = 0.017606 (92.727) Other time (%) = 9.20296e-05 (0.484699) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:38 2021 Memory usage per processor = 27.5535 Mbytes Step Atoms AVEKE stressZZ 30863 5000 1.5550132e-10 13128548 30864 -0.0161524999999912 13128396.5818472 30864 5000 1.5547076e-10 13128397 Loop time of 0.018333 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:38 2021 Pair time (%) = 0.00124598 (6.79637) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.180768) Outpt time (%) = 0.0169401 (92.4025) Other time (%) = 0.000113726 (0.620334) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:38 2021 Memory usage per processor = 27.5535 Mbytes Step Atoms AVEKE stressZZ 30864 5000 1.5547076e-10 13128317 30865 -0.0161524999999912 13128165.2187216 30865 5000 1.5544752e-10 13128165 Loop time of 0.0176342 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:38 2021 Pair time (%) = 0.00129199 (7.32664) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.198748) Outpt time (%) = 0.0161791 (91.7486) Other time (%) = 0.000128031 (0.726039) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:38 2021 Memory usage per processor = 27.5535 Mbytes Step Atoms AVEKE stressZZ 30865 5000 1.5544752e-10 13128085 30866 -0.0161524999999912 13127933.8768597 30866 5000 1.5542893e-10 13127934 Loop time of 0.018306 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:38 2021 Pair time (%) = 0.00153899 (8.40703) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.278715) Outpt time (%) = 0.0165601 (90.4625) Other time (%) = 0.000155926 (0.851773) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:38 2021 Memory usage per processor = 27.5535 Mbytes Step Atoms AVEKE stressZZ 30866 5000 1.5542893e-10 13127854 30867 -0.0161524999999912 13127702.5528752 30867 5000 1.554133e-10 13127703 Loop time of 0.0184371 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:38 2021 Pair time (%) = 0.001261 (6.83943) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.178454) Outpt time (%) = 0.0170448 (92.448) Other time (%) = 9.84669e-05 (0.534068) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:38 2021 Memory usage per processor = 27.5535 Mbytes Step Atoms AVEKE stressZZ 30867 5000 1.554133e-10 13127623 30868 -0.0161524999999912 13127471.2446154 30868 5000 1.5539956e-10 13127471 Loop time of 0.0185881 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:38 2021 Pair time (%) = 0.00128698 (6.92371) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.178287) Outpt time (%) = 0.017174 (92.3926) Other time (%) = 9.39369e-05 (0.505361) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:38 2021 Memory usage per processor = 27.5535 Mbytes Step Atoms AVEKE stressZZ 30868 5000 1.5539956e-10 13127391 30869 -0.0161524999999912 13127239.9507448 30869 5000 1.5538701e-10 13127240 Loop time of 0.0176761 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:38 2021 Pair time (%) = 0.00129509 (7.32678) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.187486) Outpt time (%) = 0.0162492 (91.9273) Other time (%) = 9.87053e-05 (0.558411) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:38 2021 Memory usage per processor = 27.5535 Mbytes Step Atoms AVEKE stressZZ 30869 5000 1.5538701e-10 13127160 30870 -0.0161524999999912 13127008.6703588 30870 5000 1.5537522e-10 13127009 Loop time of 0.0209801 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:38 2021 Pair time (%) = 0.00144315 (6.87864) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.180688) Outpt time (%) = 0.0193021 (92.002) Other time (%) = 0.000196934 (0.938668) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:38 2021 Memory usage per processor = 27.5535 Mbytes Step Atoms AVEKE stressZZ 30870 5000 1.5537522e-10 13126929 30871 -0.0161524999999912 13126777.4029039 30871 5000 1.5536391e-10 13126777 Loop time of 0.0182879 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:38 2021 Pair time (%) = 0.00134802 (7.3711) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.17991) Outpt time (%) = 0.0168049 (91.891) Other time (%) = 0.000102043 (0.557982) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:38 2021 Memory usage per processor = 27.5535 Mbytes Step Atoms AVEKE stressZZ 30871 5000 1.5536391e-10 13126697 30872 -0.0161524999999912 13126546.1480283 30872 5000 1.5535291e-10 13126546 Loop time of 0.0184789 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:38 2021 Pair time (%) = 0.00128293 (6.94269) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.178051) Outpt time (%) = 0.0170679 (92.3645) Other time (%) = 9.5129e-05 (0.514799) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:38 2021 Memory usage per processor = 27.5535 Mbytes Step Atoms AVEKE stressZZ 30872 5000 1.5535291e-10 13126466 30873 -0.0161524999999912 13126314.9055077 30873 5000 1.5534211e-10 13126315 Loop time of 0.0182209 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:38 2021 Pair time (%) = 0.00123906 (6.80022) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.187114) Outpt time (%) = 0.016854 (92.4984) Other time (%) = 9.36985e-05 (0.514236) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:38 2021 Memory usage per processor = 27.5535 Mbytes Step Atoms AVEKE stressZZ 30873 5000 1.5534211e-10 13126235 30874 -0.0161524999999912 13126083.6751992 30874 5000 1.5533143e-10 13126084 Loop time of 0.017808 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:38 2021 Pair time (%) = 0.00134802 (7.56975) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.207519) Outpt time (%) = 0.01632 (91.6444) Other time (%) = 0.000102997 (0.578375) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:38 2021 Memory usage per processor = 27.5535 Mbytes Step Atoms AVEKE stressZZ 30874 5000 1.5533143e-10 13126004 30875 -0.0161524999999912 13125852.457012 30875 5000 1.5532083e-10 13125852 Loop time of 0.0184031 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:38 2021 Pair time (%) = 0.001755 (9.53646) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.212468) Outpt time (%) = 0.0164602 (89.4427) Other time (%) = 0.000148773 (0.808416) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:38 2021 Memory usage per processor = 27.5535 Mbytes Step Atoms AVEKE stressZZ 30875 5000 1.5532083e-10 13125772 30876 -0.0161524999999912 13125621.2508878 30876 5000 1.5531028e-10 13125621 Loop time of 0.0183508 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:38 2021 Pair time (%) = 0.00127411 (6.94305) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.18449) Outpt time (%) = 0.0169449 (92.3385) Other time (%) = 9.799e-05 (0.533981) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:38 2021 Memory usage per processor = 27.5535 Mbytes Step Atoms AVEKE stressZZ 30876 5000 1.5531028e-10 13125541 30877 -0.0161524999999912 13125390.0567889 30877 5000 1.5529977e-10 13125390 Loop time of 0.0185041 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:38 2021 Pair time (%) = 0.00129795 (7.01438) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.182961) Outpt time (%) = 0.0170221 (91.9909) Other time (%) = 0.000150204 (0.81173) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:38 2021 Memory usage per processor = 27.5535 Mbytes Step Atoms AVEKE stressZZ 30877 5000 1.5529977e-10 13125310 30878 -0.0161524999999912 13125158.8746918 30878 5000 1.5528927e-10 13125159 Loop time of 0.017822 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:38 2021 Pair time (%) = 0.0012989 (7.2882) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.189964) Outpt time (%) = 0.0163929 (91.9814) Other time (%) = 9.63211e-05 (0.540461) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:38 2021 Memory usage per processor = 27.5535 Mbytes Step Atoms AVEKE stressZZ 30878 5000 1.5528927e-10 13125079 30879 -0.0161524999999912 13124927.7045806 30879 5000 1.552788e-10 13124928 Loop time of 0.018043 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:38 2021 Pair time (%) = 0.00146103 (8.09747) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.204815) Outpt time (%) = 0.016396 (90.8719) Other time (%) = 0.000149012 (0.825867) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:38 2021 Memory usage per processor = 27.5535 Mbytes Step Atoms AVEKE stressZZ 30879 5000 1.552788e-10 13124848 30880 -0.0161524999999912 13124696.546445 30880 5000 1.5526833e-10 13124697 Loop time of 0.0213261 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:38 2021 Pair time (%) = 0.00140691 (6.59713) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.239245) Outpt time (%) = 0.0197392 (92.5588) Other time (%) = 0.000128984 (0.604821) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:38 2021 Memory usage per processor = 27.5535 Mbytes Step Atoms AVEKE stressZZ 30880 5000 1.5526833e-10 13124617 30881 -0.0161524999999912 13124465.4002789 30881 5000 1.5525786e-10 13124465 Loop time of 0.0182769 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:38 2021 Pair time (%) = 0.00128794 (7.04679) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.180018) Outpt time (%) = 0.0168619 (92.2579) Other time (%) = 9.41753e-05 (0.515269) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:38 2021 Memory usage per processor = 27.5535 Mbytes Step Atoms AVEKE stressZZ 30881 5000 1.5525786e-10 13124385 30882 -0.0161524999999912 13124234.2660772 30882 5000 1.552474e-10 13124234 Loop time of 0.0187171 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:38 2021 Pair time (%) = 0.00129104 (6.89765) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.177059) Outpt time (%) = 0.017298 (92.4183) Other time (%) = 9.48906e-05 (0.506974) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:38 2021 Memory usage per processor = 27.5535 Mbytes Step Atoms AVEKE stressZZ 30882 5000 1.552474e-10 13124154 30883 -0.0161524999999912 13124003.1438375 30883 5000 1.5523695e-10 13124003 Loop time of 0.017828 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:38 2021 Pair time (%) = 0.00132489 (7.43153) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.189901) Outpt time (%) = 0.0163219 (91.5521) Other time (%) = 0.000147343 (0.826468) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:38 2021 Memory usage per processor = 27.5535 Mbytes Step Atoms AVEKE stressZZ 30883 5000 1.5523695e-10 13123923 30884 -0.0161524999999912 13123772.0335576 30884 5000 1.552265e-10 13123772 Loop time of 0.0181742 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:38 2021 Pair time (%) = 0.00159502 (8.7763) Neigh time (%) = 0 (0) Comm time (%) = 4.19617e-05 (0.230886) Outpt time (%) = 0.016366 (90.0509) Other time (%) = 0.000171185 (0.941911) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:38 2021 Memory usage per processor = 27.5535 Mbytes Step Atoms AVEKE stressZZ 30884 5000 1.552265e-10 13123692 30885 -0.0161524999999912 13123540.9352366 30885 5000 1.5521605e-10 13123541 Loop time of 0.01807 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:39 2021 Pair time (%) = 0.00124502 (6.89) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.18208) Outpt time (%) = 0.0166991 (92.4133) Other time (%) = 9.29832e-05 (0.514573) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:39 2021 Memory usage per processor = 27.5535 Mbytes Step Atoms AVEKE stressZZ 30885 5000 1.5521605e-10 13123461 30886 -0.0161524999999912 13123309.8488741 30886 5000 1.552056e-10 13123310 Loop time of 0.0180531 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:39 2021 Pair time (%) = 0.00124621 (6.90306) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.18225) Outpt time (%) = 0.016679 (92.3891) Other time (%) = 9.48906e-05 (0.525621) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:39 2021 Memory usage per processor = 27.5535 Mbytes Step Atoms AVEKE stressZZ 30886 5000 1.552056e-10 13123230 30887 -0.0161524999999912 13123078.7745078 30887 5000 1.5519515e-10 13123079 Loop time of 0.0177989 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:39 2021 Pair time (%) = 0.00127316 (7.153) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.19155) Outpt time (%) = 0.0163419 (91.8142) Other time (%) = 0.000149727 (0.841214) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:39 2021 Memory usage per processor = 27.5535 Mbytes Step Atoms AVEKE stressZZ 30887 5000 1.5519515e-10 13122999 30888 -0.0161524999999912 13122847.7121488 30888 5000 1.551847e-10 13122848 Loop time of 0.0179789 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:39 2021 Pair time (%) = 0.00144792 (8.05342) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.216155) Outpt time (%) = 0.0163691 (91.0462) Other time (%) = 0.000123024 (0.684268) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:39 2021 Memory usage per processor = 27.5535 Mbytes Step Atoms AVEKE stressZZ 30888 5000 1.551847e-10 13122768 30889 -0.0161524999999912 13122616.6617828 30889 5000 1.5517426e-10 13122617 Loop time of 0.0186949 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:39 2021 Pair time (%) = 0.001647 (8.80988) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.177269) Outpt time (%) = 0.0169179 (90.4951) Other time (%) = 9.67979e-05 (0.517778) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:39 2021 Memory usage per processor = 27.5535 Mbytes Step Atoms AVEKE stressZZ 30889 5000 1.5517426e-10 13122537 30890 -0.0161524999999912 13122385.6234244 30890 5000 1.5516382e-10 13122386 Loop time of 0.0213029 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:39 2021 Pair time (%) = 0.00124216 (5.83094) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.154447) Outpt time (%) = 0.019933 (93.5692) Other time (%) = 9.48906e-05 (0.445434) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:39 2021 Memory usage per processor = 27.5535 Mbytes Step Atoms AVEKE stressZZ 30890 5000 1.5516382e-10 13122306 30891 -0.0161524999999912 13122154.5970472 30891 5000 1.5515337e-10 13122155 Loop time of 0.0181911 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:39 2021 Pair time (%) = 0.00125194 (6.88213) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.182178) Outpt time (%) = 0.0168109 (92.4127) Other time (%) = 9.5129e-05 (0.522943) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:39 2021 Memory usage per processor = 27.5535 Mbytes Step Atoms AVEKE stressZZ 30891 5000 1.5515337e-10 13122075 30892 -0.0161524999999912 13121923.58262 30892 5000 1.5514293e-10 13121924 Loop time of 0.017843 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:39 2021 Pair time (%) = 0.00125599 (7.03911) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.189741) Outpt time (%) = 0.0164511 (92.1993) Other time (%) = 0.000102043 (0.571894) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:39 2021 Memory usage per processor = 27.5535 Mbytes Step Atoms AVEKE stressZZ 30892 5000 1.5514293e-10 13121844 30893 -0.0161524999999912 13121692.58014 30893 5000 1.5513249e-10 13121693 Loop time of 0.0183909 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:39 2021 Pair time (%) = 0.00167608 (9.11365) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.206127) Outpt time (%) = 0.016525 (89.8544) Other time (%) = 0.000151873 (0.825803) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:39 2021 Memory usage per processor = 27.5535 Mbytes Step Atoms AVEKE stressZZ 30893 5000 1.5513249e-10 13121613 30894 -0.0161524999999912 13121461.5896044 30894 5000 1.5512206e-10 13121462 Loop time of 0.0176029 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:39 2021 Pair time (%) = 0.001302 (7.39652) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.186911) Outpt time (%) = 0.016175 (91.8883) Other time (%) = 9.29832e-05 (0.528226) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:39 2021 Memory usage per processor = 27.5535 Mbytes Step Atoms AVEKE stressZZ 30894 5000 1.5512206e-10 13121382 30895 -0.0161524999999912 13121230.6110117 30895 5000 1.5511162e-10 13121231 Loop time of 0.0174971 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:39 2021 Pair time (%) = 0.00124002 (7.08699) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.189404) Outpt time (%) = 0.016134 (92.2099) Other time (%) = 8.98838e-05 (0.513708) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:39 2021 Memory usage per processor = 27.5535 Mbytes Step Atoms AVEKE stressZZ 30895 5000 1.5511162e-10 13121151 30896 -0.0161524999999912 13120999.6443592 30896 5000 1.5510118e-10 13121000 Loop time of 0.0186009 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:39 2021 Pair time (%) = 0.00124812 (6.70999) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.176882) Outpt time (%) = 0.01723 (92.6299) Other time (%) = 8.98838e-05 (0.483222) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:39 2021 Memory usage per processor = 27.5535 Mbytes Step Atoms AVEKE stressZZ 30896 5000 1.5510118e-10 13120920 30897 -0.0161524999999912 13120768.6896453 30897 5000 1.5509075e-10 13120769 Loop time of 0.0180171 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:39 2021 Pair time (%) = 0.00124192 (6.89304) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.182615) Outpt time (%) = 0.0166471 (92.3964) Other time (%) = 9.5129e-05 (0.527994) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:39 2021 Memory usage per processor = 27.5535 Mbytes Step Atoms AVEKE stressZZ 30897 5000 1.5509075e-10 13120689 30898 -0.0161524999999912 13120537.7468683 30898 5000 1.5508032e-10 13120538 Loop time of 0.0178349 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:39 2021 Pair time (%) = 0.00132895 (7.45137) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.196511) Outpt time (%) = 0.0163651 (91.7586) Other time (%) = 0.000105858 (0.593543) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:39 2021 Memory usage per processor = 27.5535 Mbytes Step Atoms AVEKE stressZZ 30898 5000 1.5508032e-10 13120458 30899 -0.0161524999999912 13120306.8160263 30899 5000 1.5506988e-10 13120307 Loop time of 0.0186288 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:39 2021 Pair time (%) = 0.001441 (7.73533) Neigh time (%) = 0 (0) Comm time (%) = 4.98295e-05 (0.267486) Outpt time (%) = 0.0169988 (91.2498) Other time (%) = 0.000139236 (0.747424) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:39 2021 Memory usage per processor = 27.5535 Mbytes Step Atoms AVEKE stressZZ 30899 5000 1.5506988e-10 13120227 30900 -0.0161524999999912 13120075.8971008 30900 5000 1.5505945e-10 13120076 Loop time of 0.0213299 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:39 2021 Pair time (%) = 0.00127912 (5.99683) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.15537) Outpt time (%) = 0.0199239 (93.4085) Other time (%) = 9.36985e-05 (0.439283) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:39 2021 Memory usage per processor = 27.5535 Mbytes Step Atoms AVEKE stressZZ 30900 5000 1.5505945e-10 13119996 30901 -0.0161524999999912 13119844.9900958 30901 5000 1.5504902e-10 13119845 Loop time of 0.0183861 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:39 2021 Pair time (%) = 0.00128698 (6.99975) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.178949) Outpt time (%) = 0.0169721 (92.3091) Other time (%) = 9.41753e-05 (0.512209) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:39 2021 Memory usage per processor = 27.5535 Mbytes Step Atoms AVEKE stressZZ 30901 5000 1.5504902e-10 13119765 30902 -0.0161524999999912 13119614.0950191 30902 5000 1.550386e-10 13119614 Loop time of 0.017698 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:39 2021 Pair time (%) = 0.00131106 (7.40796) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.185906) Outpt time (%) = 0.0162599 (91.874) Other time (%) = 9.41753e-05 (0.532123) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:39 2021 Memory usage per processor = 27.5535 Mbytes Step Atoms AVEKE stressZZ 30902 5000 1.550386e-10 13119534 30903 -0.0161524999999912 13119383.2118693 30903 5000 1.5502817e-10 13119383 Loop time of 0.0181761 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:39 2021 Pair time (%) = 0.00140595 (7.73519) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.21381) Outpt time (%) = 0.0166149 (91.4109) Other time (%) = 0.000116348 (0.640118) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:39 2021 Memory usage per processor = 27.5535 Mbytes Step Atoms AVEKE stressZZ 30903 5000 1.5502817e-10 13119303 30904 -0.0161524999999912 13119152.3406447 30904 5000 1.5501774e-10 13119152 Loop time of 0.018512 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:39 2021 Pair time (%) = 0.00159311 (8.60583) Neigh time (%) = 0 (0) Comm time (%) = 4.31538e-05 (0.233112) Outpt time (%) = 0.01671 (90.266) Other time (%) = 0.000165701 (0.895099) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:39 2021 Memory usage per processor = 27.5535 Mbytes Step Atoms AVEKE stressZZ 30904 5000 1.5501774e-10 13119072 30905 -0.0161524999999912 13118921.4813442 30905 5000 1.5500732e-10 13118921 Loop time of 0.0183289 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:39 2021 Pair time (%) = 0.00128198 (6.99429) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.184711) Outpt time (%) = 0.0168781 (92.0848) Other time (%) = 0.000134945 (0.736241) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:39 2021 Memory usage per processor = 27.5535 Mbytes Step Atoms AVEKE stressZZ 30905 5000 1.5500732e-10 13118842 30906 -0.0161524999999912 13118690.6339662 30906 5000 1.5499689e-10 13118691 Loop time of 0.018383 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:39 2021 Pair time (%) = 0.00126696 (6.89199) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.190652) Outpt time (%) = 0.0169828 (92.383) Other time (%) = 9.82285e-05 (0.534343) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:39 2021 Memory usage per processor = 27.5535 Mbytes Step Atoms AVEKE stressZZ 30906 5000 1.5499689e-10 13118611 30907 -0.0161524999999912 13118459.7985097 30907 5000 1.5498647e-10 13118460 Loop time of 0.017837 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:39 2021 Pair time (%) = 0.00126004 (7.06419) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.196487) Outpt time (%) = 0.0164399 (92.1672) Other time (%) = 0.000102043 (0.572085) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:39 2021 Memory usage per processor = 27.5535 Mbytes Step Atoms AVEKE stressZZ 30907 5000 1.5498647e-10 13118380 30908 -0.0161524999999912 13118228.974978 30908 5000 1.5497605e-10 13118229 Loop time of 0.0188861 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:39 2021 Pair time (%) = 0.00163484 (8.6563) Neigh time (%) = 0 (0) Comm time (%) = 9.08375e-05 (0.480976) Outpt time (%) = 0.0170121 (90.0775) Other time (%) = 0.000148296 (0.785215) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:39 2021 Memory usage per processor = 27.5535 Mbytes Step Atoms AVEKE stressZZ 30908 5000 1.5497605e-10 13118149 30909 -0.0161524999999912 13117998.1633679 30909 5000 1.5496563e-10 13117998 Loop time of 0.018574 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:39 2021 Pair time (%) = 0.00129485 (6.97131) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.177139) Outpt time (%) = 0.0171509 (92.3381) Other time (%) = 9.53674e-05 (0.513446) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:39 2021 Memory usage per processor = 27.5535 Mbytes Step Atoms AVEKE stressZZ 30909 5000 1.5496563e-10 13117918 30910 -0.0161524999999912 13117767.3636772 30910 5000 1.5495521e-10 13117767 Loop time of 0.021697 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:39 2021 Pair time (%) = 0.00138998 (6.40631) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.180212) Outpt time (%) = 0.0201628 (92.9289) Other time (%) = 0.000105143 (0.484594) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:39 2021 Memory usage per processor = 27.5535 Mbytes Step Atoms AVEKE stressZZ 30910 5000 1.5495521e-10 13117687 30911 -0.0161524999999912 13117536.5759039 30911 5000 1.5494479e-10 13117537 Loop time of 0.0183902 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:39 2021 Pair time (%) = 0.00137401 (7.47141) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.184095) Outpt time (%) = 0.0168738 (91.7546) Other time (%) = 0.00010848 (0.589883) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:39 2021 Memory usage per processor = 27.5535 Mbytes Step Atoms AVEKE stressZZ 30911 5000 1.5494479e-10 13117457 30912 -0.0161524999999912 13117305.8000467 30912 5000 1.5493438e-10 13117306 Loop time of 0.0178289 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:39 2021 Pair time (%) = 0.00127482 (7.15031) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.196577) Outpt time (%) = 0.0163569 (91.7438) Other time (%) = 0.000162125 (0.909334) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:39 2021 Memory usage per processor = 27.5535 Mbytes Step Atoms AVEKE stressZZ 30912 5000 1.5493438e-10 13117226 30913 -0.0161524999999912 13117075.0361039 30913 5000 1.5492396e-10 13117075 Loop time of 0.0183151 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:39 2021 Pair time (%) = 0.00158691 (8.66452) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.20698) Outpt time (%) = 0.0165038 (90.1105) Other time (%) = 0.000186443 (1.01798) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:39 2021 Memory usage per processor = 27.5535 Mbytes Step Atoms AVEKE stressZZ 30913 5000 1.5492396e-10 13116995 30914 -0.0161524999999912 13116844.2840741 30914 5000 1.5491355e-10 13116844 Loop time of 0.0185339 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:39 2021 Pair time (%) = 0.00124311 (6.70723) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.177522) Outpt time (%) = 0.0171621 (92.5981) Other time (%) = 9.58443e-05 (0.517128) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:39 2021 Memory usage per processor = 27.5535 Mbytes Step Atoms AVEKE stressZZ 30914 5000 1.5491355e-10 13116764 30915 -0.0161524999999912 13116613.5439557 30915 5000 1.5490314e-10 13116614 Loop time of 0.018466 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:39 2021 Pair time (%) = 0.00124311 (6.73191) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.179466) Outpt time (%) = 0.017065 (92.4134) Other time (%) = 0.000124693 (0.675257) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:39 2021 Memory usage per processor = 27.5535 Mbytes Step Atoms AVEKE stressZZ 30915 5000 1.5490314e-10 13116534 30916 -0.0161524999999912 13116382.8157476 30916 5000 1.5489273e-10 13116383 Loop time of 0.017652 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:39 2021 Pair time (%) = 0.00124097 (7.03017) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.187741) Outpt time (%) = 0.016284 (92.2499) Other time (%) = 9.39369e-05 (0.532159) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:39 2021 Memory usage per processor = 27.5535 Mbytes Step Atoms AVEKE stressZZ 30916 5000 1.5489273e-10 13116303 30917 -0.0161524999999912 13116152.0994481 30917 5000 1.5488232e-10 13116152 Loop time of 0.0177932 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:39 2021 Pair time (%) = 0.001405 (7.89629) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.202332) Outpt time (%) = 0.0162492 (91.3225) Other time (%) = 0.000102997 (0.578856) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:39 2021 Memory usage per processor = 27.5535 Mbytes Step Atoms AVEKE stressZZ 30917 5000 1.5488232e-10 13116072 30918 -0.0161524999999912 13115921.3950559 30918 5000 1.5487191e-10 13115921 Loop time of 0.0185821 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:39 2021 Pair time (%) = 0.00138903 (7.47508) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.182194) Outpt time (%) = 0.0170701 (91.8629) Other time (%) = 8.91685e-05 (0.479862) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:39 2021 Memory usage per processor = 27.5535 Mbytes Step Atoms AVEKE stressZZ 30918 5000 1.5487191e-10 13115842 30919 -0.0161524999999912 13115690.7025699 30919 5000 1.548615e-10 13115691 Loop time of 0.0183511 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:39 2021 Pair time (%) = 0.00128102 (6.98064) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.179291) Outpt time (%) = 0.016943 (92.3269) Other time (%) = 9.41753e-05 (0.513187) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:39 2021 Memory usage per processor = 27.5535 Mbytes Step Atoms AVEKE stressZZ 30919 5000 1.548615e-10 13115611 30920 -0.0161524999999912 13115460.0219885 30920 5000 1.5485109e-10 13115460 Loop time of 0.021419 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:39 2021 Pair time (%) = 0.00128412 (5.99524) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.15361) Outpt time (%) = 0.019989 (93.3235) Other time (%) = 0.00011301 (0.527616) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:39 2021 Memory usage per processor = 27.5535 Mbytes Step Atoms AVEKE stressZZ 30920 5000 1.5485109e-10 13115380 30921 -0.0161524999999912 13115229.3533106 30921 5000 1.5484069e-10 13115229 Loop time of 0.0177989 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:39 2021 Pair time (%) = 0.00130177 (7.31374) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.184853) Outpt time (%) = 0.0163651 (91.9442) Other time (%) = 9.91821e-05 (0.557237) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:39 2021 Memory usage per processor = 27.5535 Mbytes Step Atoms AVEKE stressZZ 30921 5000 1.5484069e-10 13115150 30922 -0.0161524999999912 13114998.6965347 30922 5000 1.5483028e-10 13114999 Loop time of 0.018132 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:39 2021 Pair time (%) = 0.00148106 (8.1682) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.20907) Outpt time (%) = 0.0164869 (90.9271) Other time (%) = 0.000126123 (0.695586) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:39 2021 Memory usage per processor = 27.5535 Mbytes Step Atoms AVEKE stressZZ 30922 5000 1.5483028e-10 13114919 30923 -0.0161524999999912 13114768.0516593 30923 5000 1.5481988e-10 13114768 Loop time of 0.0184059 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:39 2021 Pair time (%) = 0.00139499 (7.57902) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.183938) Outpt time (%) = 0.0168798 (91.7085) Other time (%) = 9.72748e-05 (0.528497) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:39 2021 Memory usage per processor = 27.5535 Mbytes Step Atoms AVEKE stressZZ 30923 5000 1.5481988e-10 13114688 30924 -0.0161524999999912 13114537.4186835 30924 5000 1.5480948e-10 13114537 Loop time of 0.0186439 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:39 2021 Pair time (%) = 0.00124311 (6.66769) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.25704) Outpt time (%) = 0.01719 (92.2018) Other time (%) = 0.00016284 (0.873424) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:39 2021 Memory usage per processor = 27.5535 Mbytes Step Atoms AVEKE stressZZ 30924 5000 1.5480948e-10 13114458 30925 -0.0161524999999912 13114306.7976057 30925 5000 1.5479908e-10 13114307 Loop time of 0.0178571 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:40 2021 Pair time (%) = 0.00134802 (7.54893) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.184251) Outpt time (%) = 0.016351 (91.5659) Other time (%) = 0.00012517 (0.700953) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:40 2021 Memory usage per processor = 27.5535 Mbytes Step Atoms AVEKE stressZZ 30925 5000 1.5479908e-10 13114227 30926 -0.0161524999999912 13114076.1884247 30926 5000 1.5478868e-10 13114076 Loop time of 0.0179949 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:40 2021 Pair time (%) = 0.0013001 (7.22481) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.194764) Outpt time (%) = 0.0165441 (91.9378) Other time (%) = 0.000115633 (0.642588) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:40 2021 Memory usage per processor = 27.5535 Mbytes Step Atoms AVEKE stressZZ 30926 5000 1.5478868e-10 13113996 30927 -0.0161524999999912 13113845.5911393 30927 5000 1.5477828e-10 13113846 Loop time of 0.018369 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:40 2021 Pair time (%) = 0.00148702 (8.09527) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.195989) Outpt time (%) = 0.0167081 (90.9585) Other time (%) = 0.000137806 (0.750211) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:40 2021 Memory usage per processor = 27.5535 Mbytes Step Atoms AVEKE stressZZ 30927 5000 1.5477828e-10 13113766 30928 -0.0161524999999912 13113615.005748 30928 5000 1.5476788e-10 13113615 Loop time of 0.0188739 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:40 2021 Pair time (%) = 0.00132704 (7.03106) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.175587) Outpt time (%) = 0.0174139 (92.2641) Other time (%) = 9.98974e-05 (0.529288) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:40 2021 Memory usage per processor = 27.5535 Mbytes Step Atoms AVEKE stressZZ 30928 5000 1.5476788e-10 13113535 30929 -0.0161524999999912 13113384.4322497 30929 5000 1.5475749e-10 13113384 Loop time of 0.0182731 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:40 2021 Pair time (%) = 0.00128484 (7.0313) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.180056) Outpt time (%) = 0.01686 (92.2667) Other time (%) = 9.53674e-05 (0.5219) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:40 2021 Memory usage per processor = 27.5535 Mbytes Step Atoms AVEKE stressZZ 30929 5000 1.5475749e-10 13113305 30930 -0.0161524999999912 13113153.870643 30930 5000 1.5474709e-10 13113154 Loop time of 0.0206449 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:40 2021 Pair time (%) = 0.0013268 (6.42676) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.163989) Outpt time (%) = 0.019181 (92.9092) Other time (%) = 0.000103235 (0.500052) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:40 2021 Memory usage per processor = 27.5535 Mbytes Step Atoms AVEKE stressZZ 30930 5000 1.5474709e-10 13113074 30931 -0.0161524999999912 13112923.3209416 30931 5000 1.547367e-10 13112923 Loop time of 0.0179708 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:40 2021 Pair time (%) = 0.00143003 (7.95755) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.200332) Outpt time (%) = 0.0163758 (91.1244) Other time (%) = 0.000128984 (0.717745) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:40 2021 Memory usage per processor = 27.5535 Mbytes Step Atoms AVEKE stressZZ 30931 5000 1.547367e-10 13112843 30932 -0.0161524999999912 13112692.7831752 30932 5000 1.5472631e-10 13112693 Loop time of 0.018455 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:40 2021 Pair time (%) = 0.00134611 (7.29401) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.18474) Outpt time (%) = 0.0169752 (91.9812) Other time (%) = 9.9659e-05 (0.54001) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:40 2021 Memory usage per processor = 27.5535 Mbytes Step Atoms AVEKE stressZZ 30932 5000 1.5472631e-10 13112613 30933 -0.0161524999999912 13112462.2573223 30933 5000 1.5471592e-10 13112462 Loop time of 0.018311 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:40 2021 Pair time (%) = 0.00128484 (7.01674) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.179683) Outpt time (%) = 0.0168982 (92.2841) Other time (%) = 9.5129e-05 (0.519518) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:40 2021 Memory usage per processor = 27.5535 Mbytes Step Atoms AVEKE stressZZ 30933 5000 1.5471592e-10 13112382 30934 -0.0161524999999912 13112231.7433754 30934 5000 1.5470553e-10 13112232 Loop time of 0.0178261 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:40 2021 Pair time (%) = 0.00130701 (7.33201) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.185908) Outpt time (%) = 0.0163591 (91.7705) Other time (%) = 0.000126839 (0.711534) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:40 2021 Memory usage per processor = 27.5535 Mbytes Step Atoms AVEKE stressZZ 30934 5000 1.5470553e-10 13112152 30935 -0.0161524999999912 13112001.2413301 30935 5000 1.5469514e-10 13112001 Loop time of 0.017674 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:40 2021 Pair time (%) = 0.00129914 (7.3506) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.186159) Outpt time (%) = 0.016253 (91.9601) Other time (%) = 8.89301e-05 (0.50317) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:40 2021 Memory usage per processor = 27.5535 Mbytes Step Atoms AVEKE stressZZ 30935 5000 1.5469514e-10 13111921 30936 -0.0161524999999912 13111770.7511833 30936 5000 1.5468475e-10 13111771 Loop time of 0.0174072 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:40 2021 Pair time (%) = 0.00124288 (7.14002) Neigh time (%) = 0 (0) Comm time (%) = 3.19481e-05 (0.183534) Outpt time (%) = 0.0160432 (92.1642) Other time (%) = 8.91685e-05 (0.512252) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:40 2021 Memory usage per processor = 27.5535 Mbytes Step Atoms AVEKE stressZZ 30936 5000 1.5468475e-10 13111691 30937 -0.0161524999999912 13111540.2729326 30937 5000 1.5467437e-10 13111540 Loop time of 0.018584 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:40 2021 Pair time (%) = 0.00124192 (6.68275) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.178326) Outpt time (%) = 0.0172191 (92.6553) Other time (%) = 8.98838e-05 (0.483662) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:40 2021 Memory usage per processor = 27.5535 Mbytes Step Atoms AVEKE stressZZ 30937 5000 1.5467437e-10 13111460 30938 -0.0161524999999912 13111309.8065752 30938 5000 1.5466398e-10 13111310 Loop time of 0.0178771 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:40 2021 Pair time (%) = 0.00124502 (6.96434) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.185378) Outpt time (%) = 0.0165019 (92.3075) Other time (%) = 9.70364e-05 (0.542797) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:40 2021 Memory usage per processor = 27.5535 Mbytes Step Atoms AVEKE stressZZ 30938 5000 1.5466398e-10 13111230 30939 -0.0161524999999912 13111079.3521095 30939 5000 1.546536e-10 13111079 Loop time of 0.017859 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:40 2021 Pair time (%) = 0.00143695 (8.04608) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.206926) Outpt time (%) = 0.0162752 (91.1316) Other time (%) = 0.000109911 (0.615438) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:40 2021 Memory usage per processor = 27.5535 Mbytes Step Atoms AVEKE stressZZ 30939 5000 1.546536e-10 13111000 30940 -0.0161524999999912 13110848.9095332 30940 5000 1.5464321e-10 13110849 Loop time of 0.0216489 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:40 2021 Pair time (%) = 0.00137305 (6.34237) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.156384) Outpt time (%) = 0.0201399 (93.0299) Other time (%) = 0.000102043 (0.471355) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:40 2021 Memory usage per processor = 27.5535 Mbytes Step Atoms AVEKE stressZZ 30940 5000 1.5464321e-10 13110769 30941 -0.0161524999999912 13110618.4788448 30941 5000 1.5463283e-10 13110618 Loop time of 0.018863 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:40 2021 Pair time (%) = 0.00129485 (6.86452) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.179481) Outpt time (%) = 0.017401 (92.2495) Other time (%) = 0.000133276 (0.706549) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:40 2021 Memory usage per processor = 27.5535 Mbytes Step Atoms AVEKE stressZZ 30941 5000 1.5463283e-10 13110539 30942 -0.0161524999999912 13110388.0600423 30942 5000 1.5462245e-10 13110388 Loop time of 0.0185781 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:40 2021 Pair time (%) = 0.00124812 (6.71826) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.182234) Outpt time (%) = 0.0172021 (92.5939) Other time (%) = 9.39369e-05 (0.505634) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:40 2021 Memory usage per processor = 27.5535 Mbytes Step Atoms AVEKE stressZZ 30942 5000 1.5462245e-10 13110308 30943 -0.0161524999999912 13110157.6531244 30943 5000 1.5461207e-10 13110158 Loop time of 0.0177259 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:40 2021 Pair time (%) = 0.00131083 (7.39495) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.186959) Outpt time (%) = 0.016289 (91.8935) Other time (%) = 9.29832e-05 (0.52456) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:40 2021 Memory usage per processor = 27.5535 Mbytes Step Atoms AVEKE stressZZ 30943 5000 1.5461207e-10 13110078 30944 -0.0161524999999912 13109927.2580892 30944 5000 1.546017e-10 13109927 Loop time of 0.0182562 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:40 2021 Pair time (%) = 0.00135517 (7.42308) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.185446) Outpt time (%) = 0.0167611 (91.8103) Other time (%) = 0.000106096 (0.581152) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:40 2021 Memory usage per processor = 27.5535 Mbytes Step Atoms AVEKE stressZZ 30944 5000 1.546017e-10 13109847 30945 -0.0161524999999912 13109696.8749352 30945 5000 1.5459132e-10 13109697 Loop time of 0.018229 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:40 2021 Pair time (%) = 0.0013442 (7.37398) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.192262) Outpt time (%) = 0.016746 (91.8648) Other time (%) = 0.000103712 (0.56894) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:40 2021 Memory usage per processor = 27.5535 Mbytes Step Atoms AVEKE stressZZ 30945 5000 1.5459132e-10 13109617 30946 -0.0161524999999912 13109466.503661 30946 5000 1.5458095e-10 13109467 Loop time of 0.0185699 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:40 2021 Pair time (%) = 0.00135303 (7.2861) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.193868) Outpt time (%) = 0.0170701 (91.923) Other time (%) = 0.000110865 (0.597011) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:30:40 2021 Memory usage per processor = 27.5535 Mbytes Step Atoms AVEKE stressZZ 30946 5000 1.5458095e-10 13109387 30947 -0.0161524999999912 13109207.2527914 30947 5000 3.0420998e-10 13109640 Loop time of 0.017719 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:40 2021 Pair time (%) = 0.00124097 (7.00359) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.191068) Outpt time (%) = 0.0163059 (92.0249) Other time (%) = 0.000138283 (0.78042) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:40 2021 Memory usage per processor = 27.5535 Mbytes Step Atoms AVEKE stressZZ 30947 5000 3.0420998e-10 13190649 30948 -0.0161849999999912 13190451.6374215 30948 5000 2.4469487e-10 13190452 Loop time of 0.017442 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:40 2021 Pair time (%) = 0.00133395 (7.64794) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.206405) Outpt time (%) = 0.0159628 (91.5196) Other time (%) = 0.000109196 (0.626051) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:40 2021 Memory usage per processor = 27.5535 Mbytes Step Atoms AVEKE stressZZ 30948 5000 2.4469487e-10 13190343 30949 -0.0161849999999912 13190162.4047171 30949 5000 2.1024637e-10 13190162 Loop time of 0.0182252 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:40 2021 Pair time (%) = 0.00131178 (7.19761) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.202768) Outpt time (%) = 0.016712 (91.697) Other time (%) = 0.000164509 (0.902645) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:40 2021 Memory usage per processor = 27.5535 Mbytes Step Atoms AVEKE stressZZ 30949 5000 2.1024637e-10 13190064 30950 -0.0161849999999912 13189893.9119946 30950 5000 1.8971455e-10 13189894 Loop time of 0.020875 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:40 2021 Pair time (%) = 0.00124311 (5.95505) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.162182) Outpt time (%) = 0.019506 (93.4419) Other time (%) = 9.20296e-05 (0.440861) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:40 2021 Memory usage per processor = 27.5536 Mbytes Step Atoms AVEKE stressZZ 30950 5000 1.8971455e-10 13189802 30951 -0.0161849999999912 13189638.6040866 30951 5000 1.7721369e-10 13189639 Loop time of 0.018137 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:40 2021 Pair time (%) = 0.001261 (6.95262) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.182722) Outpt time (%) = 0.016752 (92.3638) Other time (%) = 9.08375e-05 (0.500841) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:40 2021 Memory usage per processor = 27.5536 Mbytes Step Atoms AVEKE stressZZ 30951 5000 1.7721369e-10 13189551 30952 -0.0161849999999912 13189391.6796288 30952 5000 1.694881e-10 13189392 Loop time of 0.0174432 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:40 2021 Pair time (%) = 0.00124288 (7.12528) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.188623) Outpt time (%) = 0.016072 (92.1394) Other time (%) = 9.53674e-05 (0.546732) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:40 2021 Memory usage per processor = 27.5536 Mbytes Step Atoms AVEKE stressZZ 30952 5000 1.694881e-10 13189307 30953 -0.0161849999999912 13189150.0873133 30953 5000 1.6466454e-10 13189150 Loop time of 0.0178912 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:40 2021 Pair time (%) = 0.00151205 (8.45138) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.218547) Outpt time (%) = 0.0162041 (90.5705) Other time (%) = 0.000135899 (0.759585) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:40 2021 Memory usage per processor = 27.5536 Mbytes Step Atoms AVEKE stressZZ 30953 5000 1.6466454e-10 13189067 30954 -0.0161849999999912 13188911.8880058 30954 5000 1.6163164e-10 13188912 Loop time of 0.0183342 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:40 2021 Pair time (%) = 0.00139904 (7.63079) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.185958) Outpt time (%) = 0.016767 (91.4524) Other time (%) = 0.000133991 (0.730829) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:40 2021 Memory usage per processor = 27.5536 Mbytes Step Atoms AVEKE stressZZ 30954 5000 1.6163164e-10 13188830 30955 -0.0161849999999912 13188675.8493675 30955 5000 1.5971507e-10 13188676 Loop time of 0.0182309 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:40 2021 Pair time (%) = 0.00124216 (6.81349) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.180472) Outpt time (%) = 0.0168622 (92.4921) Other time (%) = 9.36985e-05 (0.513954) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:40 2021 Memory usage per processor = 27.5536 Mbytes Step Atoms AVEKE stressZZ 30955 5000 1.5971507e-10 13188594 30956 -0.0161849999999912 13188441.1882404 30956 5000 1.5849919e-10 13188441 Loop time of 0.017858 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:40 2021 Pair time (%) = 0.00124502 (6.97178) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.189581) Outpt time (%) = 0.016484 (92.3059) Other time (%) = 9.5129e-05 (0.532696) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:40 2021 Memory usage per processor = 27.5536 Mbytes Step Atoms AVEKE stressZZ 30956 5000 1.5849919e-10 13188360 30957 -0.0161849999999912 13188207.4069892 30957 5000 1.5772505e-10 13188207 Loop time of 0.017961 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:40 2021 Pair time (%) = 0.00144696 (8.05612) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.195131) Outpt time (%) = 0.016376 (91.1753) Other time (%) = 0.000102997 (0.573446) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:40 2021 Memory usage per processor = 27.5536 Mbytes Step Atoms AVEKE stressZZ 30957 5000 1.5772505e-10 13188127 30958 -0.0161849999999912 13187974.1892876 30958 5000 1.5723022e-10 13187974 Loop time of 0.018502 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:40 2021 Pair time (%) = 0.00137687 (7.44172) Neigh time (%) = 0 (0) Comm time (%) = 5.4121e-05 (0.292514) Outpt time (%) = 0.0169189 (91.4436) Other time (%) = 0.000152111 (0.822133) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:40 2021 Memory usage per processor = 27.5536 Mbytes Step Atoms AVEKE stressZZ 30958 5000 1.5723022e-10 13187893 30959 -0.0161849999999912 13187741.3341087 30959 5000 1.569123e-10 13187741 Loop time of 0.0188532 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:40 2021 Pair time (%) = 0.00128579 (6.82002) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.174516) Outpt time (%) = 0.0174391 (92.4996) Other time (%) = 9.53674e-05 (0.505842) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:40 2021 Memory usage per processor = 27.5536 Mbytes Step Atoms AVEKE stressZZ 30959 5000 1.569123e-10 13187661 30960 -0.0161849999999912 13187508.7137016 30960 5000 1.5670659e-10 13187509 Loop time of 0.0211709 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:40 2021 Pair time (%) = 0.00124311 (5.87182) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.155411) Outpt time (%) = 0.0197861 (93.4592) Other time (%) = 0.000108719 (0.513531) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:40 2021 Memory usage per processor = 27.5536 Mbytes Step Atoms AVEKE stressZZ 30960 5000 1.5670659e-10 13187428 30961 -0.0161849999999912 13187276.2468793 30961 5000 1.5657209e-10 13187276 Loop time of 0.018044 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:40 2021 Pair time (%) = 0.0013032 (7.22232) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.265585) Outpt time (%) = 0.0165641 (91.7986) Other time (%) = 0.000128746 (0.713512) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:40 2021 Memory usage per processor = 27.5536 Mbytes Step Atoms AVEKE stressZZ 30961 5000 1.5657209e-10 13187196 30962 -0.0161849999999912 13187043.8820461 30962 5000 1.5648281e-10 13187044 Loop time of 0.0182731 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:40 2021 Pair time (%) = 0.00145984 (7.98899) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.207455) Outpt time (%) = 0.0166538 (91.1381) Other time (%) = 0.000121593 (0.665423) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:40 2021 Memory usage per processor = 27.5536 Mbytes Step Atoms AVEKE stressZZ 30962 5000 1.5648281e-10 13186963 30963 -0.0161849999999912 13186811.5864736 30963 5000 1.5642224e-10 13186812 Loop time of 0.0185659 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:40 2021 Pair time (%) = 0.00157905 (8.50509) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.1785) Outpt time (%) = 0.0168579 (90.8002) Other time (%) = 9.58443e-05 (0.516238) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:40 2021 Memory usage per processor = 27.5536 Mbytes Step Atoms AVEKE stressZZ 30963 5000 1.5642224e-10 13186731 30964 -0.0161849999999912 13186579.3393612 30964 5000 1.5637992e-10 13186579 Loop time of 0.0185061 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:40 2021 Pair time (%) = 0.00124288 (6.71605) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.179078) Outpt time (%) = 0.0171349 (92.5908) Other time (%) = 9.5129e-05 (0.514043) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:40 2021 Memory usage per processor = 27.5536 Mbytes Step Atoms AVEKE stressZZ 30964 5000 1.5637992e-10 13186499 30965 -0.0161849999999912 13186347.1274245 30965 5000 1.5634919e-10 13186347 Loop time of 0.0177112 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:40 2021 Pair time (%) = 0.00125599 (7.09151) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.185769) Outpt time (%) = 0.0163271 (92.1856) Other time (%) = 9.5129e-05 (0.537113) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:40 2021 Memory usage per processor = 27.5536 Mbytes Step Atoms AVEKE stressZZ 30965 5000 1.5634919e-10 13186267 30966 -0.0161849999999912 13186114.9422375 30966 5000 1.5632583e-10 13186115 Loop time of 0.017837 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:41 2021 Pair time (%) = 0.00134993 (7.5681) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.201834) Outpt time (%) = 0.016325 (91.523) Other time (%) = 0.000126123 (0.707087) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:41 2021 Memory usage per processor = 27.5536 Mbytes Step Atoms AVEKE stressZZ 30966 5000 1.5632583e-10 13186035 30967 -0.0161849999999912 13185882.77845 30967 5000 1.5630715e-10 13185883 Loop time of 0.0185552 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:41 2021 Pair time (%) = 0.00129294 (6.96811) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.177319) Outpt time (%) = 0.017127 (92.3033) Other time (%) = 0.000102282 (0.55123) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:41 2021 Memory usage per processor = 27.5536 Mbytes Step Atoms AVEKE stressZZ 30967 5000 1.5630715e-10 13185802 30968 -0.0161849999999912 13185650.6326798 30968 5000 1.5629145e-10 13185651 Loop time of 0.018378 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:41 2021 Pair time (%) = 0.00124693 (6.78489) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.260758) Outpt time (%) = 0.016916 (92.0449) Other time (%) = 0.000167131 (0.909409) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:41 2021 Memory usage per processor = 27.5536 Mbytes Step Atoms AVEKE stressZZ 30968 5000 1.5629145e-10 13185570 30969 -0.0161849999999912 13185418.5027428 30969 5000 1.5627764e-10 13185419 Loop time of 0.0182412 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:41 2021 Pair time (%) = 0.00124288 (6.81358) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.180371) Outpt time (%) = 0.0168688 (92.4767) Other time (%) = 9.65595e-05 (0.529349) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:41 2021 Memory usage per processor = 27.5536 Mbytes Step Atoms AVEKE stressZZ 30969 5000 1.5627764e-10 13185338 30970 -0.0161849999999912 13185186.3872325 30970 5000 1.5626502e-10 13185186 Loop time of 0.0206912 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:41 2021 Pair time (%) = 0.0013361 (6.45734) Neigh time (%) = 0 (0) Comm time (%) = 5.19753e-05 (0.251195) Outpt time (%) = 0.019197 (92.7787) Other time (%) = 0.000106096 (0.512761) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:41 2021 Memory usage per processor = 27.5536 Mbytes Step Atoms AVEKE stressZZ 30970 5000 1.5626502e-10 13185106 30971 -0.0161849999999912 13184954.285239 30971 5000 1.5625318e-10 13184954 Loop time of 0.01794 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:41 2021 Pair time (%) = 0.00139284 (7.76387) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.195359) Outpt time (%) = 0.016377 (91.2872) Other time (%) = 0.000135183 (0.753528) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:41 2021 Memory usage per processor = 27.5536 Mbytes Step Atoms AVEKE stressZZ 30971 5000 1.5625318e-10 13184874 30972 -0.0161849999999912 13184722.1962 30972 5000 1.5624182e-10 13184722 Loop time of 0.018358 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:41 2021 Pair time (%) = 0.00133395 (7.26633) Neigh time (%) = 0 (0) Comm time (%) = 6.58035e-05 (0.358446) Outpt time (%) = 0.016835 (91.7038) Other time (%) = 0.000123262 (0.671437) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:41 2021 Memory usage per processor = 27.5536 Mbytes Step Atoms AVEKE stressZZ 30972 5000 1.5624182e-10 13184642 30973 -0.0161849999999912 13184490.1197867 30973 5000 1.5623077e-10 13184490 Loop time of 0.0185151 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:41 2021 Pair time (%) = 0.00128508 (6.94069) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.177702) Outpt time (%) = 0.017102 (92.3678) Other time (%) = 9.5129e-05 (0.513791) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:41 2021 Memory usage per processor = 27.5536 Mbytes Step Atoms AVEKE stressZZ 30973 5000 1.5623077e-10 13184410 30974 -0.0161849999999912 13184258.0557728 30974 5000 1.5621991e-10 13184258 Loop time of 0.017904 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:41 2021 Pair time (%) = 0.00128794 (7.19355) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.183767) Outpt time (%) = 0.0164859 (92.0794) Other time (%) = 9.72748e-05 (0.543312) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:41 2021 Memory usage per processor = 27.5536 Mbytes Step Atoms AVEKE stressZZ 30974 5000 1.5621991e-10 13184178 30975 -0.0161849999999912 13184026.0040143 30975 5000 1.5620918e-10 13184026 Loop time of 0.0177059 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:41 2021 Pair time (%) = 0.00126505 (7.14478) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.214101) Outpt time (%) = 0.0162771 (91.9301) Other time (%) = 0.000125885 (0.710977) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:41 2021 Memory usage per processor = 27.5536 Mbytes Step Atoms AVEKE stressZZ 30975 5000 1.5620918e-10 13183946 30976 -0.0161849999999912 13183793.9644181 30976 5000 1.5619854e-10 13183794 Loop time of 0.0174301 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:41 2021 Pair time (%) = 0.00128293 (7.36044) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.190132) Outpt time (%) = 0.0160229 (91.9269) Other time (%) = 9.10759e-05 (0.522522) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:41 2021 Memory usage per processor = 27.5536 Mbytes Step Atoms AVEKE stressZZ 30976 5000 1.5619854e-10 13183714 30977 -0.0161849999999912 13183561.9369247 30977 5000 1.5618794e-10 13183562 Loop time of 0.0176678 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:41 2021 Pair time (%) = 0.00124216 (7.03066) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.186225) Outpt time (%) = 0.0162618 (92.0423) Other time (%) = 0.000130892 (0.740851) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:41 2021 Memory usage per processor = 27.5536 Mbytes Step Atoms AVEKE stressZZ 30977 5000 1.5618794e-10 13183482 30978 -0.0161849999999912 13183329.9214783 30978 5000 1.5617738e-10 13183330 Loop time of 0.0186088 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:41 2021 Pair time (%) = 0.00124407 (6.68537) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.176807) Outpt time (%) = 0.0172479 (92.6868) Other time (%) = 8.39233e-05 (0.450987) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:41 2021 Memory usage per processor = 27.5536 Mbytes Step Atoms AVEKE stressZZ 30978 5000 1.5617738e-10 13183250 30979 -0.0161849999999912 13183097.9180232 30979 5000 1.5616683e-10 13183098 Loop time of 0.018383 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:41 2021 Pair time (%) = 0.00138307 (7.5236) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.190652) Outpt time (%) = 0.0168581 (91.7047) Other time (%) = 0.000106812 (0.581033) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:41 2021 Memory usage per processor = 27.5536 Mbytes Step Atoms AVEKE stressZZ 30979 5000 1.5616683e-10 13183018 30980 -0.0161849999999912 13182865.926588 30980 5000 1.5615631e-10 13182866 Loop time of 0.0208972 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:41 2021 Pair time (%) = 0.00132799 (6.35489) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.166573) Outpt time (%) = 0.019429 (92.9742) Other time (%) = 0.000105381 (0.504284) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:41 2021 Memory usage per processor = 27.5536 Mbytes Step Atoms AVEKE stressZZ 30980 5000 1.5615631e-10 13182786 30981 -0.0161849999999912 13182633.9471615 30981 5000 1.5614579e-10 13182634 Loop time of 0.018095 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:41 2021 Pair time (%) = 0.00135112 (7.4668) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.198956) Outpt time (%) = 0.016588 (91.6715) Other time (%) = 0.000119925 (0.662749) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:41 2021 Memory usage per processor = 27.5536 Mbytes Step Atoms AVEKE stressZZ 30981 5000 1.5614579e-10 13182554 30982 -0.0161849999999912 13182401.9797939 30982 5000 1.5613528e-10 13182402 Loop time of 0.0184121 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:41 2021 Pair time (%) = 0.00135398 (7.35374) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.185171) Outpt time (%) = 0.016922 (91.9069) Other time (%) = 0.000102043 (0.554217) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:41 2021 Memory usage per processor = 27.5536 Mbytes Step Atoms AVEKE stressZZ 30982 5000 1.5613528e-10 13182322 30983 -0.0161849999999912 13182170.0245216 30983 5000 1.5612477e-10 13182170 Loop time of 0.018734 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:41 2021 Pair time (%) = 0.00149012 (7.95408) Neigh time (%) = 0 (0) Comm time (%) = 4.81606e-05 (0.257076) Outpt time (%) = 0.01703 (90.9043) Other time (%) = 0.000165701 (0.884494) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:41 2021 Memory usage per processor = 27.5536 Mbytes Step Atoms AVEKE stressZZ 30983 5000 1.5612477e-10 13182090 30984 -0.0161849999999912 13181938.0812975 30984 5000 1.5611427e-10 13181938 Loop time of 0.018564 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:41 2021 Pair time (%) = 0.00124288 (6.69509) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.177234) Outpt time (%) = 0.0171919 (92.6088) Other time (%) = 9.63211e-05 (0.51886) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:41 2021 Memory usage per processor = 27.5536 Mbytes Step Atoms AVEKE stressZZ 30984 5000 1.5611427e-10 13181858 30985 -0.0161849999999912 13181706.150106 30985 5000 1.5610377e-10 13181706 Loop time of 0.017982 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:41 2021 Pair time (%) = 0.00134802 (7.49649) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.193577) Outpt time (%) = 0.0164979 (91.7464) Other time (%) = 0.000101328 (0.563496) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:41 2021 Memory usage per processor = 27.5536 Mbytes Step Atoms AVEKE stressZZ 30985 5000 1.5610377e-10 13181626 30986 -0.0161849999999912 13181474.230938 30986 5000 1.5609327e-10 13181474 Loop time of 0.018259 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:41 2021 Pair time (%) = 0.00143814 (7.87632) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.191946) Outpt time (%) = 0.016645 (91.16) Other time (%) = 0.000140905 (0.771702) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:41 2021 Memory usage per processor = 27.5536 Mbytes Step Atoms AVEKE stressZZ 30986 5000 1.5609327e-10 13181394 30987 -0.0161849999999912 13181242.3237871 30987 5000 1.5608277e-10 13181242 Loop time of 0.018579 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:41 2021 Pair time (%) = 0.00124216 (6.68583) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.177091) Outpt time (%) = 0.0172081 (92.6212) Other time (%) = 9.58443e-05 (0.515874) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:41 2021 Memory usage per processor = 27.5536 Mbytes Step Atoms AVEKE stressZZ 30987 5000 1.5608277e-10 13181162 30988 -0.0161849999999912 13181010.4286323 30988 5000 1.5607227e-10 13181010 Loop time of 0.111923 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:41 2021 Pair time (%) = 0.00131106 (1.1714) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.0296098) Outpt time (%) = 0.110486 (98.7161) Other time (%) = 9.27448e-05 (0.0828649) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:41 2021 Memory usage per processor = 27.5536 Mbytes Step Atoms AVEKE stressZZ 30988 5000 1.5607227e-10 13180930 30989 -0.0161849999999912 13180778.5454582 30989 5000 1.5606178e-10 13180779 Loop time of 0.0196121 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:41 2021 Pair time (%) = 0.00160289 (8.17297) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.239487) Outpt time (%) = 0.017838 (90.9542) Other time (%) = 0.000124216 (0.633365) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:41 2021 Memory usage per processor = 27.5536 Mbytes Step Atoms AVEKE stressZZ 30989 5000 1.5606178e-10 13180698 30990 -0.0161849999999912 13180546.6742831 30990 5000 1.5605128e-10 13180547 Loop time of 0.020581 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:41 2021 Pair time (%) = 0.00133491 (6.4861) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.174924) Outpt time (%) = 0.0190749 (92.6821) Other time (%) = 0.000135183 (0.656835) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:41 2021 Memory usage per processor = 27.5536 Mbytes Step Atoms AVEKE stressZZ 30990 5000 1.5605128e-10 13180466 30991 -0.0161849999999912 13180314.8151044 30991 5000 1.5604079e-10 13180315 Loop time of 0.042614 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:41 2021 Pair time (%) = 0.00171804 (4.03164) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.110218) Outpt time (%) = 0.040674 (95.4475) Other time (%) = 0.000174999 (0.410662) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:41 2021 Memory usage per processor = 27.5536 Mbytes Step Atoms AVEKE stressZZ 30991 5000 1.5604079e-10 13180234 30992 -0.0161849999999912 13180082.9679192 30992 5000 1.560303e-10 13180083 Loop time of 0.0182791 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:41 2021 Pair time (%) = 0.00128508 (7.03031) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.186518) Outpt time (%) = 0.016861 (92.2419) Other time (%) = 9.89437e-05 (0.541295) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:41 2021 Memory usage per processor = 27.5536 Mbytes Step Atoms AVEKE stressZZ 30992 5000 1.560303e-10 13180003 30993 -0.0161849999999912 13179851.132726 30993 5000 1.5601981e-10 13179851 Loop time of 0.0177209 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:41 2021 Pair time (%) = 0.00128889 (7.27327) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.191048) Outpt time (%) = 0.0162981 (91.9706) Other time (%) = 0.000100136 (0.565071) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:41 2021 Memory usage per processor = 27.5536 Mbytes Step Atoms AVEKE stressZZ 30993 5000 1.5601981e-10 13179771 30994 -0.0161849999999912 13179619.3095218 30994 5000 1.5600932e-10 13179619 Loop time of 0.017926 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:41 2021 Pair time (%) = 0.001436 (8.01069) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.211473) Outpt time (%) = 0.0163321 (91.1088) Other time (%) = 0.000119925 (0.668999) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:41 2021 Memory usage per processor = 27.5536 Mbytes Step Atoms AVEKE stressZZ 30994 5000 1.5600932e-10 13179539 30995 -0.0161849999999912 13179387.4983053 30995 5000 1.5599884e-10 13179387 Loop time of 0.0181119 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:41 2021 Pair time (%) = 0.00124502 (6.87404) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.182974) Outpt time (%) = 0.0167401 (92.4257) Other time (%) = 9.36985e-05 (0.51733) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:41 2021 Memory usage per processor = 27.5536 Mbytes Step Atoms AVEKE stressZZ 30995 5000 1.5599884e-10 13179307 30996 -0.0161849999999912 13179155.6990738 30996 5000 1.5598835e-10 13179156 Loop time of 0.018343 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:41 2021 Pair time (%) = 0.00124693 (6.79786) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.18067) Outpt time (%) = 0.016969 (92.5094) Other time (%) = 9.39369e-05 (0.512114) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:41 2021 Memory usage per processor = 27.5536 Mbytes Step Atoms AVEKE stressZZ 30996 5000 1.5598835e-10 13179075 30997 -0.0161849999999912 13178923.911826 30997 5000 1.5597787e-10 13178924 Loop time of 0.0179689 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:41 2021 Pair time (%) = 0.00125504 (6.98449) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.184431) Outpt time (%) = 0.0165539 (92.1252) Other time (%) = 0.000126839 (0.705879) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:41 2021 Memory usage per processor = 27.5536 Mbytes Step Atoms AVEKE stressZZ 30997 5000 1.5597787e-10 13178844 30998 -0.0161849999999912 13178692.1365596 30998 5000 1.5596738e-10 13178692 Loop time of 0.0178709 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:41 2021 Pair time (%) = 0.00139809 (7.82326) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.196115) Outpt time (%) = 0.0163169 (91.3042) Other time (%) = 0.000120878 (0.676397) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:41 2021 Memory usage per processor = 27.5536 Mbytes Step Atoms AVEKE stressZZ 30998 5000 1.5596738e-10 13178612 30999 -0.0161849999999912 13178460.3732731 30999 5000 1.559569e-10 13178460 Loop time of 0.018491 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:41 2021 Pair time (%) = 0.001369 (7.40359) Neigh time (%) = 0 (0) Comm time (%) = 6.29425e-05 (0.340395) Outpt time (%) = 0.0169461 (91.6449) Other time (%) = 0.00011301 (0.611163) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:41 2021 Memory usage per processor = 27.5536 Mbytes Step Atoms AVEKE stressZZ 30999 5000 1.559569e-10 13178380 31000 -0.0161849999999912 13178228.6219649 31000 5000 1.5594642e-10 13178229 Loop time of 0.0211759 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:41 2021 Pair time (%) = 0.00128603 (6.07309) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.1565) Outpt time (%) = 0.019762 (93.3234) Other time (%) = 9.46522e-05 (0.446981) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:41 2021 Memory usage per processor = 27.5536 Mbytes Step Atoms AVEKE stressZZ 31000 5000 1.5594642e-10 13178148 31001 -0.0161849999999912 13177996.8826328 31001 5000 1.5593594e-10 13177997 Loop time of 0.0181541 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:41 2021 Pair time (%) = 0.00124717 (6.86988) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.181236) Outpt time (%) = 0.0167789 (92.4249) Other time (%) = 9.5129e-05 (0.524007) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:41 2021 Memory usage per processor = 27.5536 Mbytes Step Atoms AVEKE stressZZ 31001 5000 1.5593594e-10 13177917 31002 -0.0161849999999912 13177765.1552756 31002 5000 1.5592546e-10 13177765 Loop time of 0.017828 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:42 2021 Pair time (%) = 0.00131583 (7.38071) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.189901) Outpt time (%) = 0.01636 (91.7661) Other time (%) = 0.000118256 (0.663314) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:42 2021 Memory usage per processor = 27.5536 Mbytes Step Atoms AVEKE stressZZ 31002 5000 1.5592546e-10 13177685 31003 -0.0161849999999912 13177533.4398916 31003 5000 1.5591499e-10 13177533 Loop time of 0.0182109 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:42 2021 Pair time (%) = 0.00152087 (8.35144) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.208164) Outpt time (%) = 0.016526 (90.7478) Other time (%) = 0.000126123 (0.692572) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:42 2021 Memory usage per processor = 27.5536 Mbytes Step Atoms AVEKE stressZZ 31003 5000 1.5591499e-10 13177453 31004 -0.0161849999999912 13177301.7364791 31004 5000 1.5590451e-10 13177302 Loop time of 0.0183511 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:42 2021 Pair time (%) = 0.00124598 (6.78966) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.184487) Outpt time (%) = 0.0169761 (92.5075) Other time (%) = 9.5129e-05 (0.518384) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:42 2021 Memory usage per processor = 27.5536 Mbytes Step Atoms AVEKE stressZZ 31004 5000 1.5590451e-10 13177221 31005 -0.0161849999999912 13177070.0450368 31005 5000 1.5589404e-10 13177070 Loop time of 0.653143 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:42 2021 Pair time (%) = 0.00125289 (0.191825) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.00503745) Outpt time (%) = 0.651761 (99.7884) Other time (%) = 9.65595e-05 (0.0147838) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:42 2021 Memory usage per processor = 27.5536 Mbytes Step Atoms AVEKE stressZZ 31005 5000 1.5589404e-10 13176990 31006 -0.0161849999999912 13176838.3655626 31006 5000 1.5588356e-10 13176838 Loop time of 0.0185151 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:42 2021 Pair time (%) = 0.00152302 (8.22581) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.211182) Outpt time (%) = 0.016813 (90.8071) Other time (%) = 0.000139952 (0.755878) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:42 2021 Memory usage per processor = 27.5536 Mbytes Step Atoms AVEKE stressZZ 31006 5000 1.5588356e-10 13176758 31007 -0.0161849999999912 13176606.6980557 31007 5000 1.5587309e-10 13176607 Loop time of 0.018364 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:42 2021 Pair time (%) = 0.00124693 (6.79009) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.180463) Outpt time (%) = 0.016988 (92.5075) Other time (%) = 9.58443e-05 (0.521915) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:42 2021 Memory usage per processor = 27.5536 Mbytes Step Atoms AVEKE stressZZ 31007 5000 1.5587309e-10 13176526 31008 -0.0161849999999912 13176375.0425143 31008 5000 1.5586262e-10 13176375 Loop time of 0.0177219 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:42 2021 Pair time (%) = 0.00127292 (7.18274) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.192383) Outpt time (%) = 0.0163109 (92.0383) Other time (%) = 0.000103951 (0.586565) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:42 2021 Memory usage per processor = 27.5536 Mbytes Step Atoms AVEKE stressZZ 31008 5000 1.5586262e-10 13176295 31009 -0.0161849999999912 13176143.3989369 31009 5000 1.5585215e-10 13176143 Loop time of 0.0182769 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:42 2021 Pair time (%) = 0.00143504 (7.85165) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.219152) Outpt time (%) = 0.0166829 (91.2783) Other time (%) = 0.000118971 (0.650935) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:42 2021 Memory usage per processor = 27.5536 Mbytes Step Atoms AVEKE stressZZ 31009 5000 1.5585215e-10 13176063 31010 -0.0161849999999912 13175911.7673221 31010 5000 1.5584168e-10 13175912 Loop time of 0.0215161 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:42 2021 Pair time (%) = 0.00135684 (6.30617) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.152917) Outpt time (%) = 0.0200291 (93.0888) Other time (%) = 9.72748e-05 (0.452103) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:42 2021 Memory usage per processor = 27.5536 Mbytes Step Atoms AVEKE stressZZ 31010 5000 1.5584168e-10 13175831 31011 -0.0161849999999912 13175680.1476688 31011 5000 1.5583121e-10 13175680 Loop time of 0.017972 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:42 2021 Pair time (%) = 0.00124097 (6.90501) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.183072) Outpt time (%) = 0.0166061 (92.3998) Other time (%) = 9.20296e-05 (0.512072) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:42 2021 Memory usage per processor = 27.5536 Mbytes Step Atoms AVEKE stressZZ 31011 5000 1.5583121e-10 13175600 31012 -0.0161849999999912 13175448.5399755 31012 5000 1.5582075e-10 13175449 Loop time of 0.0185578 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:42 2021 Pair time (%) = 0.00130105 (7.0108) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.177294) Outpt time (%) = 0.017117 (92.2363) Other time (%) = 0.000106812 (0.575562) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:42 2021 Memory usage per processor = 27.5536 Mbytes Step Atoms AVEKE stressZZ 31012 5000 1.5582075e-10 13175368 31013 -0.0161849999999912 13175216.9442406 31013 5000 1.5581028e-10 13175217 Loop time of 0.0178039 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:42 2021 Pair time (%) = 0.0013299 (7.4697) Neigh time (%) = 0 (0) Comm time (%) = 7.31945e-05 (0.411115) Outpt time (%) = 0.0162959 (91.53) Other time (%) = 0.000104904 (0.58922) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:42 2021 Memory usage per processor = 27.5536 Mbytes Step Atoms AVEKE stressZZ 31013 5000 1.5581028e-10 13175137 31014 -0.0161849999999912 13174985.3604631 31014 5000 1.5579982e-10 13174985 Loop time of 0.0184491 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:42 2021 Pair time (%) = 0.00156403 (8.47753) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.200308) Outpt time (%) = 0.0166941 (90.4873) Other time (%) = 0.000154018 (0.83483) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:42 2021 Memory usage per processor = 27.5536 Mbytes Step Atoms AVEKE stressZZ 31014 5000 1.5579982e-10 13174905 31015 -0.0161849999999912 13174753.7886415 31015 5000 1.5578936e-10 13174754 Loop time of 0.018234 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:42 2021 Pair time (%) = 0.00135112 (7.40988) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.181749) Outpt time (%) = 0.016726 (91.7298) Other time (%) = 0.000123739 (0.678618) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:42 2021 Memory usage per processor = 27.5536 Mbytes Step Atoms AVEKE stressZZ 31015 5000 1.5578936e-10 13174674 31016 -0.0161849999999912 13174522.2287748 31016 5000 1.557789e-10 13174522 Loop time of 0.0184138 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:43 2021 Pair time (%) = 0.0012908 (7.00996) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.17868) Outpt time (%) = 0.0169959 (92.2999) Other time (%) = 9.41753e-05 (0.511439) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:43 2021 Memory usage per processor = 27.5536 Mbytes Step Atoms AVEKE stressZZ 31016 5000 1.557789e-10 13174442 31017 -0.0161849999999912 13174290.6808614 31017 5000 1.5576844e-10 13174291 Loop time of 0.017946 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:43 2021 Pair time (%) = 0.00140095 (7.80646) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.205923) Outpt time (%) = 0.0163901 (91.33) Other time (%) = 0.000118017 (0.657624) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:43 2021 Memory usage per processor = 27.5536 Mbytes Step Atoms AVEKE stressZZ 31017 5000 1.5576844e-10 13174210 31018 -0.0161849999999912 13174059.1449005 31018 5000 1.5575798e-10 13174059 Loop time of 0.018126 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:43 2021 Pair time (%) = 0.00147796 (8.15379) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.2144) Outpt time (%) = 0.0164709 (90.8689) Other time (%) = 0.000138283 (0.762897) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:43 2021 Memory usage per processor = 27.5536 Mbytes Step Atoms AVEKE stressZZ 31018 5000 1.5575798e-10 13173979 31019 -0.0161849999999912 13173827.6209214 31019 5000 1.5574752e-10 13173828 Loop time of 0.018389 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:43 2021 Pair time (%) = 0.00136709 (7.4343) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.180218) Outpt time (%) = 0.0168929 (91.8643) Other time (%) = 9.58443e-05 (0.521205) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:43 2021 Memory usage per processor = 27.5536 Mbytes Step Atoms AVEKE stressZZ 31019 5000 1.5574752e-10 13173747 31020 -0.0161849999999912 13173596.1088934 31020 5000 1.5573706e-10 13173596 Loop time of 0.0210791 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:43 2021 Pair time (%) = 0.00129199 (6.12926) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.157218) Outpt time (%) = 0.0196512 (93.226) Other time (%) = 0.000102758 (0.48749) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:43 2021 Memory usage per processor = 27.5536 Mbytes Step Atoms AVEKE stressZZ 31020 5000 1.5573706e-10 13173516 31021 -0.0161849999999912 13173364.6088129 31021 5000 1.5572661e-10 13173365 Loop time of 0.0183959 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:43 2021 Pair time (%) = 0.00128794 (7.00122) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.18015) Outpt time (%) = 0.016978 (92.2924) Other time (%) = 9.67979e-05 (0.526193) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:43 2021 Memory usage per processor = 27.5536 Mbytes Step Atoms AVEKE stressZZ 31021 5000 1.5572661e-10 13173284 31022 -0.0161849999999912 13173133.1206786 31022 5000 1.5571615e-10 13173133 Loop time of 0.018116 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:43 2021 Pair time (%) = 0.00124907 (6.89487) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.181617) Outpt time (%) = 0.0167289 (92.3431) Other time (%) = 0.000105143 (0.580385) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:43 2021 Memory usage per processor = 27.5536 Mbytes Step Atoms AVEKE stressZZ 31022 5000 1.5571615e-10 13173053 31023 -0.0161849999999912 13172901.6444895 31023 5000 1.557057e-10 13172902 Loop time of 0.0186419 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:43 2021 Pair time (%) = 0.00167394 (8.97941) Neigh time (%) = 0 (0) Comm time (%) = 7.20024e-05 (0.386239) Outpt time (%) = 0.0167439 (89.8184) Other time (%) = 0.000152111 (0.815961) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:43 2021 Memory usage per processor = 27.5536 Mbytes Step Atoms AVEKE stressZZ 31023 5000 1.557057e-10 13172821 31024 -0.0161849999999912 13172670.1802449 31024 5000 1.5569525e-10 13172670 Loop time of 0.0182319 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:43 2021 Pair time (%) = 0.00124383 (6.82228) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.180463) Outpt time (%) = 0.016829 (92.3055) Other time (%) = 0.000126123 (0.691775) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:43 2021 Memory usage per processor = 27.5536 Mbytes Step Atoms AVEKE stressZZ 31024 5000 1.5569525e-10 13172590 31025 -0.0161849999999912 13172438.7279442 31025 5000 1.556848e-10 13172439 Loop time of 0.018651 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:43 2021 Pair time (%) = 0.00124502 (6.67536) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.176407) Outpt time (%) = 0.0172789 (92.6433) Other time (%) = 9.41753e-05 (0.504934) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:43 2021 Memory usage per processor = 27.5536 Mbytes Step Atoms AVEKE stressZZ 31025 5000 1.556848e-10 13172358 31026 -0.0161849999999912 13172207.2875872 31026 5000 1.5567435e-10 13172207 Loop time of 0.017771 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:43 2021 Pair time (%) = 0.00124598 (7.01128) Neigh time (%) = 0 (0) Comm time (%) = 4.81606e-05 (0.271006) Outpt time (%) = 0.01635 (92.004) Other time (%) = 0.000126839 (0.713739) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:43 2021 Memory usage per processor = 27.5536 Mbytes Step Atoms AVEKE stressZZ 31026 5000 1.5567435e-10 13172127 31027 -0.0161849999999912 13171975.859176 31027 5000 1.556639e-10 13171976 Loop time of 0.0179398 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:43 2021 Pair time (%) = 0.00143623 (8.00585) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.205994) Outpt time (%) = 0.016356 (91.1715) Other time (%) = 0.000110626 (0.616652) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:43 2021 Memory usage per processor = 27.5536 Mbytes Step Atoms AVEKE stressZZ 31027 5000 1.556639e-10 13171896 31028 -0.0161849999999912 13171744.4427046 31028 5000 1.5565346e-10 13171744 Loop time of 0.0184271 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:43 2021 Pair time (%) = 0.00151205 (8.20557) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.200546) Outpt time (%) = 0.0167432 (90.8616) Other time (%) = 0.000134945 (0.732316) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:43 2021 Memory usage per processor = 27.5536 Mbytes Step Atoms AVEKE stressZZ 31028 5000 1.5565346e-10 13171664 31029 -0.0161849999999912 13171513.0381698 31029 5000 1.5564301e-10 13171513 Loop time of 0.0184221 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:43 2021 Pair time (%) = 0.00127697 (6.93172) Neigh time (%) = 0 (0) Comm time (%) = 7.58171e-05 (0.411555) Outpt time (%) = 0.0169628 (92.0782) Other time (%) = 0.000106573 (0.578506) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:43 2021 Memory usage per processor = 27.5536 Mbytes Step Atoms AVEKE stressZZ 31029 5000 1.5564301e-10 13171433 31030 -0.0161849999999912 13171281.6455707 31030 5000 1.5563257e-10 13171282 Loop time of 0.0208311 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:43 2021 Pair time (%) = 0.00127792 (6.13469) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.15909) Outpt time (%) = 0.0193961 (93.1111) Other time (%) = 0.000123978 (0.595156) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:43 2021 Memory usage per processor = 27.5536 Mbytes Step Atoms AVEKE stressZZ 31030 5000 1.5563257e-10 13171201 31031 -0.0161849999999912 13171050.2649063 31031 5000 1.5562212e-10 13171050 Loop time of 0.0177 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:43 2021 Pair time (%) = 0.00131202 (7.41255) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.198009) Outpt time (%) = 0.0162499 (91.8075) Other time (%) = 0.000102997 (0.581904) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:43 2021 Memory usage per processor = 27.5536 Mbytes Step Atoms AVEKE stressZZ 31031 5000 1.5562212e-10 13170970 31032 -0.0161849999999912 13170818.8961758 31032 5000 1.5561168e-10 13170819 Loop time of 0.018497 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:43 2021 Pair time (%) = 0.00169086 (9.1413) Neigh time (%) = 0 (0) Comm time (%) = 8.01086e-05 (0.43309) Outpt time (%) = 0.0165641 (89.5504) Other time (%) = 0.000161886 (0.875203) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:43 2021 Memory usage per processor = 27.5536 Mbytes Step Atoms AVEKE stressZZ 31032 5000 1.5561168e-10 13170739 31033 -0.0161849999999912 13170587.5393789 31033 5000 1.5560124e-10 13170588 Loop time of 0.01826 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:43 2021 Pair time (%) = 0.00128102 (7.01546) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.180185) Outpt time (%) = 0.0168529 (92.2938) Other time (%) = 9.32217e-05 (0.510524) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:43 2021 Memory usage per processor = 27.5536 Mbytes Step Atoms AVEKE stressZZ 31033 5000 1.5560124e-10 13170507 31034 -0.0161849999999912 13170356.1945149 31034 5000 1.555908e-10 13170356 Loop time of 0.018261 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:43 2021 Pair time (%) = 0.00128007 (7.00987) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.180175) Outpt time (%) = 0.0168538 (92.2942) Other time (%) = 9.41753e-05 (0.51572) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:43 2021 Memory usage per processor = 27.5536 Mbytes Step Atoms AVEKE stressZZ 31034 5000 1.555908e-10 13170276 31035 -0.0161849999999912 13170124.8615837 31035 5000 1.5558036e-10 13170125 Loop time of 0.0180118 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:43 2021 Pair time (%) = 0.00124717 (6.92417) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.194581) Outpt time (%) = 0.0166309 (92.3332) Other time (%) = 9.87053e-05 (0.548003) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:43 2021 Memory usage per processor = 27.5536 Mbytes Step Atoms AVEKE stressZZ 31035 5000 1.5558036e-10 13170045 31036 -0.0161849999999912 13169893.5405853 31036 5000 1.5556993e-10 13169894 Loop time of 0.017647 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:43 2021 Pair time (%) = 0.00124288 (7.04298) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.186444) Outpt time (%) = 0.016278 (92.2423) Other time (%) = 9.32217e-05 (0.528257) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:43 2021 Memory usage per processor = 27.5536 Mbytes Step Atoms AVEKE stressZZ 31036 5000 1.5556993e-10 13169813 31037 -0.0161849999999912 13169662.2315207 31037 5000 1.5555949e-10 13169662 Loop time of 0.0175519 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:43 2021 Pair time (%) = 0.0012629 (7.19525) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.198321) Outpt time (%) = 0.0161431 (91.9734) Other time (%) = 0.000111103 (0.632997) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28414 ave 28414 max 28414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28414 Ave neighs/atom = 5.6828 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:43 2021 Memory usage per processor = 27.5536 Mbytes Step Atoms AVEKE stressZZ 31037 5000 1.5555949e-10 13169582 31038 -0.0161849999999912 13169430.9343916 31038 5000 1.5554906e-10 13169431 Loop time of 0.0174298 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:43 2021 Pair time (%) = 0.00124812 (7.16083) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.188767) Outpt time (%) = 0.0160599 (92.1402) Other time (%) = 8.89301e-05 (0.510218) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28415 ave 28415 max 28415 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28415 Ave neighs/atom = 5.683 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:43 2021 Memory usage per processor = 27.5536 Mbytes Step Atoms AVEKE stressZZ 31038 5000 1.5554906e-10 13169351 31039 -0.0161849999999912 13169199.6492025 31039 5000 1.5553862e-10 13169200 Loop time of 0.018883 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:43 2021 Pair time (%) = 0.00124907 (6.61482) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.175503) Outpt time (%) = 0.0175118 (92.7387) Other time (%) = 8.89301e-05 (0.470954) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28415 ave 28415 max 28415 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28415 Ave neighs/atom = 5.683 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:43 2021 Memory usage per processor = 27.5536 Mbytes Step Atoms AVEKE stressZZ 31039 5000 1.5553862e-10 13169119 31040 -0.0161849999999912 13168968.3759727 31040 5000 1.5552819e-10 13168968 Loop time of 0.021558 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:43 2021 Pair time (%) = 0.00140095 (6.49849) Neigh time (%) = 0 (0) Comm time (%) = 5.31673e-05 (0.246624) Outpt time (%) = 0.0199831 (92.6942) Other time (%) = 0.000120878 (0.56071) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28415 ave 28415 max 28415 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28415 Ave neighs/atom = 5.683 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:43 2021 Memory usage per processor = 27.5536 Mbytes Step Atoms AVEKE stressZZ 31040 5000 1.5552819e-10 13168888 31041 -0.0161849999999912 13168737.1146847 31041 5000 1.5551776e-10 13168737 Loop time of 0.0178778 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:43 2021 Pair time (%) = 0.00134587 (7.52817) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.18537) Outpt time (%) = 0.016356 (91.4876) Other time (%) = 0.000142813 (0.798826) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28415 ave 28415 max 28415 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28415 Ave neighs/atom = 5.683 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:43 2021 Memory usage per processor = 27.5536 Mbytes Step Atoms AVEKE stressZZ 31041 5000 1.5551776e-10 13168657 31042 -0.0161849999999912 13168505.865305 31042 5000 1.5550733e-10 13168506 Loop time of 0.0179882 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:43 2021 Pair time (%) = 0.00138998 (7.72718) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.210741) Outpt time (%) = 0.016432 (91.349) Other time (%) = 0.000128269 (0.713074) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28415 ave 28415 max 28415 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28415 Ave neighs/atom = 5.683 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:43 2021 Memory usage per processor = 27.5536 Mbytes Step Atoms AVEKE stressZZ 31042 5000 1.5550733e-10 13168426 31043 -0.0161849999999912 13168274.6278323 31043 5000 1.554969e-10 13168275 Loop time of 0.018214 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:43 2021 Pair time (%) = 0.00141716 (7.78061) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.181949) Outpt time (%) = 0.0166469 (91.396) Other time (%) = 0.000116825 (0.641403) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28415 ave 28415 max 28415 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28415 Ave neighs/atom = 5.683 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:43 2021 Memory usage per processor = 27.5536 Mbytes Step Atoms AVEKE stressZZ 31043 5000 1.554969e-10 13168194 31044 -0.0161849999999912 13168043.4022652 31044 5000 1.5548647e-10 13168043 Loop time of 0.018487 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:43 2021 Pair time (%) = 0.00128603 (6.95641) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.179262) Outpt time (%) = 0.017071 (92.3407) Other time (%) = 9.67979e-05 (0.523601) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28415 ave 28415 max 28415 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28415 Ave neighs/atom = 5.683 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:43 2021 Memory usage per processor = 27.5536 Mbytes Step Atoms AVEKE stressZZ 31044 5000 1.5548647e-10 13167963 31045 -0.0161849999999912 13167812.1886028 31045 5000 1.5547605e-10 13167812 Loop time of 0.0182559 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:43 2021 Pair time (%) = 0.00124788 (6.83549) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.186755) Outpt time (%) = 0.0168819 (92.4737) Other time (%) = 9.20296e-05 (0.504107) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28415 ave 28415 max 28415 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28415 Ave neighs/atom = 5.683 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:43 2021 Memory usage per processor = 27.5536 Mbytes Step Atoms AVEKE stressZZ 31045 5000 1.5547605e-10 13167732 31046 -0.0161849999999912 13167580.9868432 31046 5000 1.5546562e-10 13167581 Loop time of 0.018007 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:43 2021 Pair time (%) = 0.00128388 (7.1299) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.194632) Outpt time (%) = 0.0165861 (92.1088) Other time (%) = 0.000102043 (0.566685) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28415 ave 28415 max 28415 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28415 Ave neighs/atom = 5.683 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:43 2021 Memory usage per processor = 27.5536 Mbytes Step Atoms AVEKE stressZZ 31046 5000 1.5546562e-10 13167501 31047 -0.0161849999999912 13167349.7969855 31047 5000 1.554552e-10 13167350 Loop time of 0.0185578 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:43 2021 Pair time (%) = 0.00132203 (7.12386) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.199134) Outpt time (%) = 0.0170758 (92.0141) Other time (%) = 0.000123024 (0.662924) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28415 ave 28415 max 28415 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28415 Ave neighs/atom = 5.683 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:30:43 2021 Memory usage per processor = 27.5536 Mbytes Step Atoms AVEKE stressZZ 31047 5000 1.554552e-10 13167270 31048 -0.0161849999999912 13167089.6573665 31048 5000 3.0591832e-10 13167525 Loop time of 0.017807 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:43 2021 Pair time (%) = 0.00125098 (7.02522) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.184769) Outpt time (%) = 0.016387 (92.0255) Other time (%) = 0.000136137 (0.764514) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28415 ave 28415 max 28415 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28415 Ave neighs/atom = 5.683 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:43 2021 Memory usage per processor = 27.5536 Mbytes Step Atoms AVEKE stressZZ 31048 5000 3.0591832e-10 13248675 31049 -0.0162174999999912 13248477.5207935 31049 5000 2.4606968e-10 13248478 Loop time of 0.0181251 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:43 2021 Pair time (%) = 0.00124502 (6.86906) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.182842) Outpt time (%) = 0.016753 (92.4298) Other time (%) = 9.39369e-05 (0.518271) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28416 ave 28416 max 28416 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28416 Ave neighs/atom = 5.6832 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:43 2021 Memory usage per processor = 27.5536 Mbytes Step Atoms AVEKE stressZZ 31049 5000 2.4606968e-10 13248368 31050 -0.0162174999999912 13248187.2458884 31050 5000 2.1142824e-10 13248187 Loop time of 0.0204539 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:43 2021 Pair time (%) = 0.00125384 (6.13009) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.171349) Outpt time (%) = 0.019062 (93.195) Other time (%) = 0.000102997 (0.503555) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28416 ave 28416 max 28416 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28416 Ave neighs/atom = 5.6832 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:43 2021 Memory usage per processor = 27.5537 Mbytes Step Atoms AVEKE stressZZ 31050 5000 2.1142824e-10 13248088 31051 -0.0162174999999912 13247917.7918909 31051 5000 1.9078148e-10 13247918 Loop time of 0.0178401 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:43 2021 Pair time (%) = 0.0014379 (8.05992) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.207144) Outpt time (%) = 0.0162258 (90.9511) Other time (%) = 0.000139475 (0.781803) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28417 ave 28417 max 28417 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28417 Ave neighs/atom = 5.6834 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:43 2021 Memory usage per processor = 27.5537 Mbytes Step Atoms AVEKE stressZZ 31051 5000 1.9078148e-10 13247826 31052 -0.0162174999999912 13247661.5741917 31052 5000 1.7821066e-10 13247662 Loop time of 0.0182991 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:43 2021 Pair time (%) = 0.00137115 (7.49296) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.1798) Outpt time (%) = 0.0167999 (91.8074) Other time (%) = 9.5129e-05 (0.519856) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28417 ave 28417 max 28417 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28417 Ave neighs/atom = 5.6834 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:43 2021 Memory usage per processor = 27.5537 Mbytes Step Atoms AVEKE stressZZ 31052 5000 1.7821066e-10 13247573 31053 -0.0162174999999912 13247413.7726947 31053 5000 1.7044184e-10 13247414 Loop time of 0.0180159 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:43 2021 Pair time (%) = 0.00124884 (6.93187) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.18395) Outpt time (%) = 0.0166409 (92.3681) Other time (%) = 9.29832e-05 (0.516119) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28417 ave 28417 max 28417 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28417 Ave neighs/atom = 5.6834 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:43 2021 Memory usage per processor = 27.5537 Mbytes Step Atoms AVEKE stressZZ 31053 5000 1.7044184e-10 13247328 31054 -0.0162174999999912 13247171.3241871 31054 5000 1.6559131e-10 13247171 Loop time of 0.018024 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:43 2021 Pair time (%) = 0.0014801 (8.21186) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.189158) Outpt time (%) = 0.0163391 (90.6519) Other time (%) = 0.000170708 (0.947115) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28417 ave 28417 max 28417 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28417 Ave neighs/atom = 5.6834 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:43 2021 Memory usage per processor = 27.5537 Mbytes Step Atoms AVEKE stressZZ 31054 5000 1.6559131e-10 13247088 31055 -0.0162174999999912 13246932.2819691 31055 5000 1.6254146e-10 13246932 Loop time of 0.0176561 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:43 2021 Pair time (%) = 0.00137901 (7.81041) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.198501) Outpt time (%) = 0.0161381 (91.4023) Other time (%) = 0.000103951 (0.588752) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28417 ave 28417 max 28417 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28417 Ave neighs/atom = 5.6834 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:43 2021 Memory usage per processor = 27.5537 Mbytes Step Atoms AVEKE stressZZ 31055 5000 1.6254146e-10 13246850 31056 -0.0162174999999912 13246695.4088941 31056 5000 1.6061417e-10 13246695 Loop time of 0.018394 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:44 2021 Pair time (%) = 0.00128698 (6.99676) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.185353) Outpt time (%) = 0.0169721 (92.2696) Other time (%) = 0.000100851 (0.548283) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28417 ave 28417 max 28417 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28417 Ave neighs/atom = 5.6834 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:44 2021 Memory usage per processor = 27.5537 Mbytes Step Atoms AVEKE stressZZ 31056 5000 1.6061417e-10 13246613 31057 -0.0162174999999912 13246459.9187423 31057 5000 1.5939149e-10 13246460 Loop time of 0.018235 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:44 2021 Pair time (%) = 0.00125217 (6.86689) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.180432) Outpt time (%) = 0.0168571 (92.4441) Other time (%) = 9.27448e-05 (0.50861) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28417 ave 28417 max 28417 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28417 Ave neighs/atom = 5.6834 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:44 2021 Memory usage per processor = 27.5537 Mbytes Step Atoms AVEKE stressZZ 31057 5000 1.5939149e-10 13246378 31058 -0.0162174999999912 13246225.3118632 31058 5000 1.5861304e-10 13246225 Loop time of 0.0185618 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:44 2021 Pair time (%) = 0.00125289 (6.74981) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.178539) Outpt time (%) = 0.017179 (92.5502) Other time (%) = 9.67979e-05 (0.521489) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28417 ave 28417 max 28417 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28417 Ave neighs/atom = 5.6834 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:44 2021 Memory usage per processor = 27.5537 Mbytes Step Atoms AVEKE stressZZ 31058 5000 1.5861304e-10 13246144 31059 -0.0162174999999912 13245991.2707228 31059 5000 1.5811545e-10 13245991 Loop time of 0.017983 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:44 2021 Pair time (%) = 0.00130105 (7.23491) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.188264) Outpt time (%) = 0.016546 (92.0094) Other time (%) = 0.000102043 (0.567444) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28417 ave 28417 max 28417 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28417 Ave neighs/atom = 5.6834 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:44 2021 Memory usage per processor = 27.5537 Mbytes Step Atoms AVEKE stressZZ 31059 5000 1.5811545e-10 13245910 31060 -0.0162174999999912 13245757.5935244 31060 5000 1.5779577e-10 13245758 Loop time of 0.0212641 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:44 2021 Pair time (%) = 0.00156713 (7.36983) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.178275) Outpt time (%) = 0.0194988 (91.6984) Other time (%) = 0.000160217 (0.753465) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28417 ave 28417 max 28417 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28417 Ave neighs/atom = 5.6834 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:44 2021 Memory usage per processor = 27.5537 Mbytes Step Atoms AVEKE stressZZ 31060 5000 1.5779577e-10 13245677 31061 -0.0162174999999912 13245524.1520183 31061 5000 1.5758891e-10 13245524 Loop time of 0.018697 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:44 2021 Pair time (%) = 0.00132203 (7.07081) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.186175) Outpt time (%) = 0.0172062 (92.0264) Other time (%) = 0.000133991 (0.716645) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28417 ave 28417 max 28417 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28417 Ave neighs/atom = 5.6834 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:44 2021 Memory usage per processor = 27.5537 Mbytes Step Atoms AVEKE stressZZ 31061 5000 1.5758891e-10 13245443 31062 -0.0162174999999912 13245290.8647066 31062 5000 1.5745367e-10 13245291 Loop time of 0.0185091 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:44 2021 Pair time (%) = 0.00131297 (7.09363) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.177759) Outpt time (%) = 0.0170679 (92.2134) Other time (%) = 9.53674e-05 (0.515245) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28417 ave 28417 max 28417 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28417 Ave neighs/atom = 5.6834 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:44 2021 Memory usage per processor = 27.5537 Mbytes Step Atoms AVEKE stressZZ 31062 5000 1.5745367e-10 13245210 31063 -0.0162174999999912 13245057.6797952 31063 5000 1.573639e-10 13245058 Loop time of 0.01808 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:44 2021 Pair time (%) = 0.00124693 (6.89673) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.181979) Outpt time (%) = 0.016706 (92.4004) Other time (%) = 9.41753e-05 (0.520881) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28417 ave 28417 max 28417 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28417 Ave neighs/atom = 5.6834 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:44 2021 Memory usage per processor = 27.5537 Mbytes Step Atoms AVEKE stressZZ 31063 5000 1.573639e-10 13244977 31064 -0.0162174999999912 13244824.5643662 31064 5000 1.57303e-10 13244825 Loop time of 0.0177829 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:44 2021 Pair time (%) = 0.00128579 (7.23048) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.269484) Outpt time (%) = 0.016331 (91.835) Other time (%) = 0.000118256 (0.664995) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28417 ave 28417 max 28417 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28417 Ave neighs/atom = 5.6834 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:44 2021 Memory usage per processor = 27.5537 Mbytes Step Atoms AVEKE stressZZ 31064 5000 1.57303e-10 13244744 31065 -0.0162174999999912 13244591.4975 31065 5000 1.5726045e-10 13244591 Loop time of 0.0183611 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:44 2021 Pair time (%) = 0.00136614 (7.4404) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.190879) Outpt time (%) = 0.016849 (91.7649) Other time (%) = 0.000110865 (0.603802) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28417 ave 28417 max 28417 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28417 Ave neighs/atom = 5.6834 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:44 2021 Memory usage per processor = 27.5537 Mbytes Step Atoms AVEKE stressZZ 31065 5000 1.5726045e-10 13244511 31066 -0.0162174999999912 13244358.4659006 31066 5000 1.5722956e-10 13244358 Loop time of 0.0182478 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:44 2021 Pair time (%) = 0.00125194 (6.86073) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.186838) Outpt time (%) = 0.016871 (92.4546) Other time (%) = 9.08375e-05 (0.497798) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28417 ave 28417 max 28417 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28417 Ave neighs/atom = 5.6834 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:44 2021 Memory usage per processor = 27.5537 Mbytes Step Atoms AVEKE stressZZ 31066 5000 1.5722956e-10 13244278 31067 -0.0162174999999912 13244125.4611183 31067 5000 1.5720608e-10 13244125 Loop time of 0.018096 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:44 2021 Pair time (%) = 0.00124192 (6.86298) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.183136) Outpt time (%) = 0.016727 (92.4348) Other time (%) = 9.39369e-05 (0.519104) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28417 ave 28417 max 28417 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28417 Ave neighs/atom = 5.6834 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:44 2021 Memory usage per processor = 27.5537 Mbytes Step Atoms AVEKE stressZZ 31067 5000 1.5720608e-10 13244045 31068 -0.0162174999999912 13243892.4777818 31068 5000 1.5718731e-10 13243892 Loop time of 0.0176828 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:44 2021 Pair time (%) = 0.001261 (7.1312) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.19146) Outpt time (%) = 0.016243 (91.8576) Other time (%) = 0.000144958 (0.819772) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28417 ave 28417 max 28417 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28417 Ave neighs/atom = 5.6834 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:44 2021 Memory usage per processor = 27.5537 Mbytes Step Atoms AVEKE stressZZ 31068 5000 1.5718731e-10 13243812 31069 -0.0162174999999912 13243659.5124776 31069 5000 1.5717152e-10 13243660 Loop time of 0.0185089 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:44 2021 Pair time (%) = 0.00162601 (8.78504) Neigh time (%) = 0 (0) Comm time (%) = 6.29425e-05 (0.340066) Outpt time (%) = 0.0166678 (90.0531) Other time (%) = 0.000152111 (0.821826) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28417 ave 28417 max 28417 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28417 Ave neighs/atom = 5.6834 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:44 2021 Memory usage per processor = 27.5537 Mbytes Step Atoms AVEKE stressZZ 31069 5000 1.5717152e-10 13243579 31070 -0.0162174999999912 13243426.5630283 31070 5000 1.5715764e-10 13243427 Loop time of 0.0212829 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:44 2021 Pair time (%) = 0.00125003 (5.87339) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.160194) Outpt time (%) = 0.019906 (93.5306) Other time (%) = 9.27448e-05 (0.435771) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28417 ave 28417 max 28417 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28417 Ave neighs/atom = 5.6834 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:44 2021 Memory usage per processor = 27.5537 Mbytes Step Atoms AVEKE stressZZ 31070 5000 1.5715764e-10 13243346 31071 -0.0162174999999912 13243193.6280609 31071 5000 1.5714497e-10 13243194 Loop time of 0.0185611 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:44 2021 Pair time (%) = 0.00139713 (7.5272) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.188822) Outpt time (%) = 0.017 (91.5891) Other time (%) = 0.000128984 (0.694917) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28417 ave 28417 max 28417 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28417 Ave neighs/atom = 5.6834 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:44 2021 Memory usage per processor = 27.5537 Mbytes Step Atoms AVEKE stressZZ 31071 5000 1.5714497e-10 13243113 31072 -0.0162174999999912 13242960.7066982 31072 5000 1.5713307e-10 13242961 Loop time of 0.0177722 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:44 2021 Pair time (%) = 0.00128794 (7.24692) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.190497) Outpt time (%) = 0.0163572 (92.038) Other time (%) = 9.32217e-05 (0.524537) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28417 ave 28417 max 28417 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28417 Ave neighs/atom = 5.6834 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:44 2021 Memory usage per processor = 27.5537 Mbytes Step Atoms AVEKE stressZZ 31072 5000 1.5713307e-10 13242880 31073 -0.0162174999999912 13242727.7983818 31073 5000 1.5712165e-10 13242728 Loop time of 0.017822 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:44 2021 Pair time (%) = 0.00131297 (7.36713) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.202004) Outpt time (%) = 0.0163679 (91.8409) Other time (%) = 0.000105143 (0.589959) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28417 ave 28417 max 28417 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28417 Ave neighs/atom = 5.6834 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:44 2021 Memory usage per processor = 27.5537 Mbytes Step Atoms AVEKE stressZZ 31073 5000 1.5712165e-10 13242647 31074 -0.0162174999999912 13242494.9027562 31074 5000 1.5711055e-10 13242495 Loop time of 0.0185359 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:44 2021 Pair time (%) = 0.00146985 (7.92977) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.194225) Outpt time (%) = 0.016876 (91.0451) Other time (%) = 0.000154018 (0.830922) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28417 ave 28417 max 28417 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28417 Ave neighs/atom = 5.6834 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:44 2021 Memory usage per processor = 27.5537 Mbytes Step Atoms AVEKE stressZZ 31074 5000 1.5711055e-10 13242414 31075 -0.0162174999999912 13242262.0195951 31075 5000 1.5709965e-10 13242262 Loop time of 0.0182931 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:44 2021 Pair time (%) = 0.00128293 (7.01318) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.181162) Outpt time (%) = 0.0168829 (92.2908) Other time (%) = 9.41753e-05 (0.514812) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28417 ave 28417 max 28417 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28417 Ave neighs/atom = 5.6834 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:44 2021 Memory usage per processor = 27.5537 Mbytes Step Atoms AVEKE stressZZ 31075 5000 1.5709965e-10 13242181 31076 -0.0162174999999912 13242029.1487537 31076 5000 1.5708887e-10 13242029 Loop time of 0.0182948 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:44 2021 Pair time (%) = 0.00154686 (8.45518) Neigh time (%) = 0 (0) Comm time (%) = 3.98159e-05 (0.217635) Outpt time (%) = 0.016536 (90.3863) Other time (%) = 0.000172138 (0.940913) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28417 ave 28417 max 28417 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28417 Ave neighs/atom = 5.6834 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:44 2021 Memory usage per processor = 27.5537 Mbytes Step Atoms AVEKE stressZZ 31076 5000 1.5708887e-10 13241948 31077 -0.0162174999999912 13241796.2901397 31077 5000 1.5707817e-10 13241796 Loop time of 0.017628 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:44 2021 Pair time (%) = 0.00124693 (7.07359) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.187998) Outpt time (%) = 0.0162411 (92.1325) Other time (%) = 0.000106812 (0.605921) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28417 ave 28417 max 28417 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28417 Ave neighs/atom = 5.6834 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:44 2021 Memory usage per processor = 27.5537 Mbytes Step Atoms AVEKE stressZZ 31077 5000 1.5707817e-10 13241716 31078 -0.0162174999999912 13241563.4436938 31078 5000 1.5706752e-10 13241563 Loop time of 0.017576 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:44 2021 Pair time (%) = 0.00128984 (7.33868) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.188554) Outpt time (%) = 0.0161638 (91.9654) Other time (%) = 8.91685e-05 (0.507332) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28417 ave 28417 max 28417 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28417 Ave neighs/atom = 5.6834 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:44 2021 Memory usage per processor = 27.5537 Mbytes Step Atoms AVEKE stressZZ 31078 5000 1.5706752e-10 13241483 31079 -0.0162174999999912 13241330.6093775 31079 5000 1.5705691e-10 13241331 Loop time of 0.0175488 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:44 2021 Pair time (%) = 0.00124907 (7.11772) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.188846) Outpt time (%) = 0.0161779 (92.188) Other time (%) = 8.86917e-05 (0.5054) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28417 ave 28417 max 28417 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28417 Ave neighs/atom = 5.6834 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:44 2021 Memory usage per processor = 27.5537 Mbytes Step Atoms AVEKE stressZZ 31079 5000 1.5705691e-10 13241250 31080 -0.0162174999999912 13241097.787166 31080 5000 1.5704632e-10 13241098 Loop time of 0.021884 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:44 2021 Pair time (%) = 0.00153804 (7.02815) Neigh time (%) = 0 (0) Comm time (%) = 5.00679e-05 (0.228788) Outpt time (%) = 0.020164 (92.1406) Other time (%) = 0.000131845 (0.602475) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28417 ave 28417 max 28417 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28417 Ave neighs/atom = 5.6834 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:44 2021 Memory usage per processor = 27.5537 Mbytes Step Atoms AVEKE stressZZ 31080 5000 1.5704632e-10 13241017 31081 -0.0162174999999912 13240864.977043 31081 5000 1.5703574e-10 13240865 Loop time of 0.0182281 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:44 2021 Pair time (%) = 0.00125909 (6.90742) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.180501) Outpt time (%) = 0.0168171 (92.2594) Other time (%) = 0.000118971 (0.65268) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28417 ave 28417 max 28417 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28417 Ave neighs/atom = 5.6834 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:44 2021 Memory usage per processor = 27.5537 Mbytes Step Atoms AVEKE stressZZ 31081 5000 1.5703574e-10 13240784 31082 -0.0162174999999912 13240632.1789973 31082 5000 1.5702518e-10 13240632 Loop time of 0.0183258 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:44 2021 Pair time (%) = 0.00129199 (7.05011) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.179538) Outpt time (%) = 0.0169079 (92.263) Other time (%) = 9.29832e-05 (0.50739) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28417 ave 28417 max 28417 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28417 Ave neighs/atom = 5.6834 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:44 2021 Memory usage per processor = 27.5537 Mbytes Step Atoms AVEKE stressZZ 31082 5000 1.5702518e-10 13240551 31083 -0.0162174999999912 13240399.3930214 31083 5000 1.5701461e-10 13240399 Loop time of 0.0179138 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:44 2021 Pair time (%) = 0.00132585 (7.40125) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.183667) Outpt time (%) = 0.016459 (91.8787) Other time (%) = 9.60827e-05 (0.536361) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28417 ave 28417 max 28417 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28417 Ave neighs/atom = 5.6834 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:44 2021 Memory usage per processor = 27.5537 Mbytes Step Atoms AVEKE stressZZ 31083 5000 1.5701461e-10 13240319 31084 -0.0162174999999912 13240166.6191101 31084 5000 1.5700406e-10 13240167 Loop time of 0.0181379 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:44 2021 Pair time (%) = 0.00152683 (8.4179) Neigh time (%) = 0 (0) Comm time (%) = 5.29289e-05 (0.291813) Outpt time (%) = 0.016403 (90.4346) Other time (%) = 0.00015521 (0.855723) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28417 ave 28417 max 28417 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28417 Ave neighs/atom = 5.6834 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:44 2021 Memory usage per processor = 27.5537 Mbytes Step Atoms AVEKE stressZZ 31084 5000 1.5700406e-10 13240086 31085 -0.0162174999999912 13239933.8572594 31085 5000 1.5699351e-10 13239934 Loop time of 0.0185561 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:44 2021 Pair time (%) = 0.00141191 (7.60889) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.183734) Outpt time (%) = 0.0170071 (91.6523) Other time (%) = 0.000102997 (0.555056) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28417 ave 28417 max 28417 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28417 Ave neighs/atom = 5.6834 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:44 2021 Memory usage per processor = 27.5537 Mbytes Step Atoms AVEKE stressZZ 31085 5000 1.5699351e-10 13239853 31086 -0.0162174999999912 13239701.1074662 31086 5000 1.5698296e-10 13239701 Loop time of 0.0184481 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:44 2021 Pair time (%) = 0.00125003 (6.77592) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.178348) Outpt time (%) = 0.017071 (92.5352) Other time (%) = 9.41753e-05 (0.510488) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28417 ave 28417 max 28417 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28417 Ave neighs/atom = 5.6834 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:44 2021 Memory usage per processor = 27.5537 Mbytes Step Atoms AVEKE stressZZ 31086 5000 1.5698296e-10 13239620 31087 -0.0162174999999912 13239468.3697282 31087 5000 1.5697241e-10 13239468 Loop time of 0.0180449 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:44 2021 Pair time (%) = 0.00127697 (7.07661) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.182332) Outpt time (%) = 0.0166421 (92.2258) Other time (%) = 9.29832e-05 (0.515287) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28417 ave 28417 max 28417 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28417 Ave neighs/atom = 5.6834 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:44 2021 Memory usage per processor = 27.5537 Mbytes Step Atoms AVEKE stressZZ 31087 5000 1.5697241e-10 13239388 31088 -0.0162174999999912 13239235.6440431 31088 5000 1.5696186e-10 13239236 Loop time of 0.0180151 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:44 2021 Pair time (%) = 0.00129509 (7.18889) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.194545) Outpt time (%) = 0.016582 (92.0448) Other time (%) = 0.000102997 (0.571724) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28417 ave 28417 max 28417 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28417 Ave neighs/atom = 5.6834 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:44 2021 Memory usage per processor = 27.5537 Mbytes Step Atoms AVEKE stressZZ 31088 5000 1.5696186e-10 13239155 31089 -0.0162174999999912 13239002.9304093 31089 5000 1.5695132e-10 13239003 Loop time of 0.018337 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:44 2021 Pair time (%) = 0.00133204 (7.26424) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.196331) Outpt time (%) = 0.0168681 (91.9894) Other time (%) = 0.000100851 (0.549986) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28417 ave 28417 max 28417 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28417 Ave neighs/atom = 5.6834 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:44 2021 Memory usage per processor = 27.5537 Mbytes Step Atoms AVEKE stressZZ 31089 5000 1.5695132e-10 13238922 31090 -0.0162174999999912 13238770.2288249 31090 5000 1.5694077e-10 13238770 Loop time of 0.0211611 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:44 2021 Pair time (%) = 0.00124502 (5.88355) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.155482) Outpt time (%) = 0.0197899 (93.5204) Other time (%) = 9.32217e-05 (0.440534) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28417 ave 28417 max 28417 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28417 Ave neighs/atom = 5.6834 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:44 2021 Memory usage per processor = 27.5537 Mbytes Step Atoms AVEKE stressZZ 31090 5000 1.5694077e-10 13238689 31091 -0.0162174999999912 13238537.5392887 31091 5000 1.5693023e-10 13238538 Loop time of 0.018194 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:44 2021 Pair time (%) = 0.00124693 (6.85353) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.180839) Outpt time (%) = 0.01682 (92.448) Other time (%) = 9.41753e-05 (0.517619) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28417 ave 28417 max 28417 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28417 Ave neighs/atom = 5.6834 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:44 2021 Memory usage per processor = 27.5537 Mbytes Step Atoms AVEKE stressZZ 31091 5000 1.5693023e-10 13238457 31092 -0.0162174999999912 13238304.8617988 31092 5000 1.5691969e-10 13238305 Loop time of 0.017689 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:44 2021 Pair time (%) = 0.00124502 (7.0384) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.265524) Outpt time (%) = 0.0162859 (92.068) Other time (%) = 0.000111103 (0.628092) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28417 ave 28417 max 28417 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28417 Ave neighs/atom = 5.6834 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:44 2021 Memory usage per processor = 27.5537 Mbytes Step Atoms AVEKE stressZZ 31092 5000 1.5691969e-10 13238224 31093 -0.0162174999999912 13238072.1963542 31093 5000 1.5690915e-10 13238072 Loop time of 0.0180008 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:44 2021 Pair time (%) = 0.00145483 (8.08201) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.210593) Outpt time (%) = 0.016391 (91.0571) Other time (%) = 0.000117064 (0.650323) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28417 ave 28417 max 28417 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28417 Ave neighs/atom = 5.6834 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:44 2021 Memory usage per processor = 27.5537 Mbytes Step Atoms AVEKE stressZZ 31093 5000 1.5690915e-10 13237991 31094 -0.0162174999999912 13237839.5429531 31094 5000 1.5689861e-10 13237840 Loop time of 0.0182259 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:44 2021 Pair time (%) = 0.00124288 (6.81928) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.18183) Outpt time (%) = 0.0168569 (92.4887) Other time (%) = 9.29832e-05 (0.510171) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28417 ave 28417 max 28417 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28417 Ave neighs/atom = 5.6834 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:44 2021 Memory usage per processor = 27.5537 Mbytes Step Atoms AVEKE stressZZ 31094 5000 1.5689861e-10 13237759 31095 -0.0162174999999912 13237606.9016173 31095 5000 1.5688807e-10 13237607 Loop time of 0.018043 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:44 2021 Pair time (%) = 0.00124884 (6.92143) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.188958) Outpt time (%) = 0.016669 (92.3848) Other time (%) = 9.10759e-05 (0.50477) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28417 ave 28417 max 28417 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28417 Ave neighs/atom = 5.6834 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:44 2021 Memory usage per processor = 27.5537 Mbytes Step Atoms AVEKE stressZZ 31095 5000 1.5688807e-10 13237526 31096 -0.0162174999999912 13237374.2723492 31096 5000 1.5687754e-10 13237374 Loop time of 0.0180089 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:44 2021 Pair time (%) = 0.00124502 (6.91335) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.182697) Outpt time (%) = 0.016638 (92.3876) Other time (%) = 9.29832e-05 (0.516317) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28417 ave 28417 max 28417 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28417 Ave neighs/atom = 5.6834 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:44 2021 Memory usage per processor = 27.5537 Mbytes Step Atoms AVEKE stressZZ 31096 5000 1.5687754e-10 13237294 31097 -0.0162174999999912 13237141.6551373 31097 5000 1.56867e-10 13237142 Loop time of 0.018234 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:45 2021 Pair time (%) = 0.00146103 (8.01266) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.2079) Outpt time (%) = 0.0166121 (91.1047) Other time (%) = 0.000123024 (0.674695) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28417 ave 28417 max 28417 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28417 Ave neighs/atom = 5.6834 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:45 2021 Memory usage per processor = 27.5537 Mbytes Step Atoms AVEKE stressZZ 31097 5000 1.56867e-10 13237061 31098 -0.0162174999999912 13236909.0499746 31098 5000 1.5685647e-10 13236909 Loop time of 0.0183489 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:45 2021 Pair time (%) = 0.00133395 (7.26992) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.196203) Outpt time (%) = 0.016866 (91.918) Other time (%) = 0.00011301 (0.615896) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28417 ave 28417 max 28417 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28417 Ave neighs/atom = 5.6834 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:45 2021 Memory usage per processor = 27.5537 Mbytes Step Atoms AVEKE stressZZ 31098 5000 1.5685647e-10 13236828 31099 -0.0162174999999912 13236676.4568576 31099 5000 1.5684594e-10 13236676 Loop time of 0.0184591 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:45 2021 Pair time (%) = 0.00142598 (7.72509) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.188574) Outpt time (%) = 0.0168781 (91.4354) Other time (%) = 0.000120163 (0.650969) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28417 ave 28417 max 28417 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28417 Ave neighs/atom = 5.6834 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:45 2021 Memory usage per processor = 27.5537 Mbytes Step Atoms AVEKE stressZZ 31099 5000 1.5684594e-10 13236596 31100 -0.0162174999999912 13236443.8757838 31100 5000 1.5683541e-10 13236444 Loop time of 0.0213051 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:45 2021 Pair time (%) = 0.00124693 (5.85273) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.154432) Outpt time (%) = 0.019917 (93.4848) Other time (%) = 0.000108242 (0.508057) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28417 ave 28417 max 28417 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28417 Ave neighs/atom = 5.6834 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:45 2021 Memory usage per processor = 27.5537 Mbytes Step Atoms AVEKE stressZZ 31100 5000 1.5683541e-10 13236363 31101 -0.0162174999999912 13236211.3068149 31101 5000 1.5682488e-10 13236211 Loop time of 0.0177741 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:45 2021 Pair time (%) = 0.00128889 (7.25151) Neigh time (%) = 0 (0) Comm time (%) = 4.69685e-05 (0.264252) Outpt time (%) = 0.0163369 (91.9142) Other time (%) = 0.000101328 (0.570087) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28417 ave 28417 max 28417 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28417 Ave neighs/atom = 5.6834 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:45 2021 Memory usage per processor = 27.5537 Mbytes Step Atoms AVEKE stressZZ 31101 5000 1.5682488e-10 13236131 31102 -0.0162174999999912 13235978.7499394 31102 5000 1.5681435e-10 13235979 Loop time of 0.0183709 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:45 2021 Pair time (%) = 0.00166607 (9.06908) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.195969) Outpt time (%) = 0.016525 (89.9524) Other time (%) = 0.000143766 (0.782578) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28417 ave 28417 max 28417 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28417 Ave neighs/atom = 5.6834 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:45 2021 Memory usage per processor = 27.5537 Mbytes Step Atoms AVEKE stressZZ 31102 5000 1.5681435e-10 13235898 31103 -0.0162174999999912 13235746.2051369 31103 5000 1.5680382e-10 13235746 Loop time of 0.0182478 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:45 2021 Pair time (%) = 0.00128388 (7.03581) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.186838) Outpt time (%) = 0.0168359 (92.2626) Other time (%) = 9.39369e-05 (0.514784) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28417 ave 28417 max 28417 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28417 Ave neighs/atom = 5.6834 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:45 2021 Memory usage per processor = 27.5537 Mbytes Step Atoms AVEKE stressZZ 31103 5000 1.5680382e-10 13235665 31104 -0.0162174999999912 13235513.6723992 31104 5000 1.567933e-10 13235514 Loop time of 0.018142 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:45 2021 Pair time (%) = 0.00124502 (6.86265) Neigh time (%) = 0 (0) Comm time (%) = 4.88758e-05 (0.269407) Outpt time (%) = 0.0167229 (92.178) Other time (%) = 0.00012517 (0.689945) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28417 ave 28417 max 28417 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28417 Ave neighs/atom = 5.6834 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:45 2021 Memory usage per processor = 27.5537 Mbytes Step Atoms AVEKE stressZZ 31104 5000 1.567933e-10 13235433 31105 -0.0162174999999912 13235281.1517633 31105 5000 1.5678277e-10 13235281 Loop time of 0.018086 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:45 2021 Pair time (%) = 0.00126505 (6.99465) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.193783) Outpt time (%) = 0.016639 (91.9995) Other time (%) = 0.000146866 (0.812044) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28417 ave 28417 max 28417 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28417 Ave neighs/atom = 5.6834 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:45 2021 Memory usage per processor = 27.5537 Mbytes Step Atoms AVEKE stressZZ 31105 5000 1.5678277e-10 13235200 31106 -0.0162174999999912 13235048.6435439 31106 5000 1.5677225e-10 13235049 Loop time of 0.018065 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:45 2021 Pair time (%) = 0.00148201 (8.20377) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.204566) Outpt time (%) = 0.0164208 (90.8988) Other time (%) = 0.00012517 (0.692886) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28417 ave 28417 max 28417 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28417 Ave neighs/atom = 5.6834 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:45 2021 Memory usage per processor = 27.5537 Mbytes Step Atoms AVEKE stressZZ 31106 5000 1.5677225e-10 13234968 31107 -0.0162174999999912 13234816.1475973 31107 5000 1.5676173e-10 13234816 Loop time of 0.018249 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:45 2021 Pair time (%) = 0.00137115 (7.51352) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.180293) Outpt time (%) = 0.0167499 (91.7849) Other time (%) = 9.5129e-05 (0.521282) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28417 ave 28417 max 28417 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28417 Ave neighs/atom = 5.6834 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:45 2021 Memory usage per processor = 27.5537 Mbytes Step Atoms AVEKE stressZZ 31107 5000 1.5676173e-10 13234735 31108 -0.0162174999999912 13234583.6638604 31108 5000 1.5675121e-10 13234584 Loop time of 0.0183718 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:45 2021 Pair time (%) = 0.00125384 (6.82482) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.179088) Outpt time (%) = 0.0169899 (92.4783) Other time (%) = 9.5129e-05 (0.517799) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28417 ave 28417 max 28417 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28417 Ave neighs/atom = 5.6834 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:45 2021 Memory usage per processor = 27.5537 Mbytes Step Atoms AVEKE stressZZ 31108 5000 1.5675121e-10 13234503 31109 -0.0162174999999912 13234351.1923047 31109 5000 1.5674069e-10 13234351 Loop time of 0.017695 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:45 2021 Pair time (%) = 0.00125098 (7.06971) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.192676) Outpt time (%) = 0.016315 (92.2014) Other time (%) = 9.48906e-05 (0.536258) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28417 ave 28417 max 28417 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28417 Ave neighs/atom = 5.6834 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:45 2021 Memory usage per processor = 27.5537 Mbytes Step Atoms AVEKE stressZZ 31109 5000 1.5674069e-10 13234270 31110 -0.0162174999999912 13234118.7329123 31110 5000 1.5673017e-10 13234119 Loop time of 0.0208292 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:45 2021 Pair time (%) = 0.00142097 (6.82203) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.17284) Outpt time (%) = 0.0192611 (92.4717) Other time (%) = 0.000111103 (0.5334) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28417 ave 28417 max 28417 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28417 Ave neighs/atom = 5.6834 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:45 2021 Memory usage per processor = 27.5537 Mbytes Step Atoms AVEKE stressZZ 31110 5000 1.5673017e-10 13234038 31111 -0.0162174999999912 13233886.2856717 31111 5000 1.5671965e-10 13233886 Loop time of 0.018337 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:45 2021 Pair time (%) = 0.00146079 (7.96635) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.196331) Outpt time (%) = 0.01666 (90.8544) Other time (%) = 0.000180244 (0.982954) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28417 ave 28417 max 28417 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28417 Ave neighs/atom = 5.6834 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:45 2021 Memory usage per processor = 27.5537 Mbytes Step Atoms AVEKE stressZZ 31111 5000 1.5671965e-10 13233806 31112 -0.0162174999999912 13233653.8505761 31112 5000 1.5670913e-10 13233654 Loop time of 0.0185032 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:45 2021 Pair time (%) = 0.00124907 (6.75059) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.182971) Outpt time (%) = 0.0171258 (92.5562) Other time (%) = 9.44138e-05 (0.510257) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28417 ave 28417 max 28417 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28417 Ave neighs/atom = 5.6834 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:45 2021 Memory usage per processor = 27.5537 Mbytes Step Atoms AVEKE stressZZ 31112 5000 1.5670913e-10 13233573 31113 -0.0162174999999912 13233421.4276251 31113 5000 1.5669862e-10 13233421 Loop time of 0.018368 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:45 2021 Pair time (%) = 0.00124502 (6.77821) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.180423) Outpt time (%) = 0.0169961 (92.5312) Other time (%) = 9.36985e-05 (0.510118) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28417 ave 28417 max 28417 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28417 Ave neighs/atom = 5.6834 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:45 2021 Memory usage per processor = 27.5537 Mbytes Step Atoms AVEKE stressZZ 31113 5000 1.5669862e-10 13233341 31114 -0.0162174999999912 13233189.0168334 31114 5000 1.566881e-10 13233189 Loop time of 0.0176399 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:45 2021 Pair time (%) = 0.00125003 (7.08638) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.193277) Outpt time (%) = 0.0162611 (92.1838) Other time (%) = 9.46522e-05 (0.536581) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28417 ave 28417 max 28417 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28417 Ave neighs/atom = 5.6834 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:45 2021 Memory usage per processor = 27.5537 Mbytes Step Atoms AVEKE stressZZ 31114 5000 1.566881e-10 13233108 31115 -0.0162174999999912 13232956.6181505 31115 5000 1.5667759e-10 13232957 Loop time of 0.0180862 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:45 2021 Pair time (%) = 0.00145292 (8.03332) Neigh time (%) = 0 (0) Comm time (%) = 3.88622e-05 (0.214872) Outpt time (%) = 0.016464 (91.0307) Other time (%) = 0.000130415 (0.721075) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28417 ave 28417 max 28417 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28417 Ave neighs/atom = 5.6834 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:45 2021 Memory usage per processor = 27.5537 Mbytes Step Atoms AVEKE stressZZ 31115 5000 1.5667759e-10 13232876 31116 -0.0162174999999912 13232724.2315486 31116 5000 1.5666708e-10 13232724 Loop time of 0.0185649 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:45 2021 Pair time (%) = 0.00144005 (7.75682) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.188783) Outpt time (%) = 0.016988 (91.506) Other time (%) = 0.000101805 (0.548371) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28416 ave 28416 max 28416 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28416 Ave neighs/atom = 5.6832 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:45 2021 Memory usage per processor = 27.5537 Mbytes Step Atoms AVEKE stressZZ 31116 5000 1.5666708e-10 13232644 31117 -0.0162174999999912 13232491.8569972 31117 5000 1.5665657e-10 13232492 Loop time of 0.0178599 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:45 2021 Pair time (%) = 0.00129199 (7.23401) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.196235) Outpt time (%) = 0.016371 (91.6633) Other time (%) = 0.000161886 (0.906421) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28416 ave 28416 max 28416 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28416 Ave neighs/atom = 5.6832 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:45 2021 Memory usage per processor = 27.5537 Mbytes Step Atoms AVEKE stressZZ 31117 5000 1.5665657e-10 13232411 31118 -0.0162174999999912 13232259.4945342 31118 5000 1.5664606e-10 13232259 Loop time of 0.017478 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:45 2021 Pair time (%) = 0.00125599 (7.18612) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.188247) Outpt time (%) = 0.0160959 (92.0923) Other time (%) = 9.32217e-05 (0.533366) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28416 ave 28416 max 28416 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28416 Ave neighs/atom = 5.6832 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:45 2021 Memory usage per processor = 27.5537 Mbytes Step Atoms AVEKE stressZZ 31118 5000 1.5664606e-10 13232179 31119 -0.0162174999999912 13232027.1441493 31119 5000 1.5663555e-10 13232027 Loop time of 0.0175591 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:45 2021 Pair time (%) = 0.00124693 (7.10135) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.188736) Outpt time (%) = 0.0161891 (92.198) Other time (%) = 8.98838e-05 (0.511894) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28416 ave 28416 max 28416 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28416 Ave neighs/atom = 5.6832 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:45 2021 Memory usage per processor = 27.5537 Mbytes Step Atoms AVEKE stressZZ 31119 5000 1.5663555e-10 13231946 31120 -0.0162174999999912 13231794.8058174 31120 5000 1.5662505e-10 13231795 Loop time of 0.021385 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:45 2021 Pair time (%) = 0.00124502 (5.82195) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.153855) Outpt time (%) = 0.0200171 (93.6039) Other time (%) = 8.98838e-05 (0.420313) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28416 ave 28416 max 28416 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28416 Ave neighs/atom = 5.6832 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:45 2021 Memory usage per processor = 27.5537 Mbytes Step Atoms AVEKE stressZZ 31120 5000 1.5662505e-10 13231714 31121 -0.0162174999999912 13231562.4795484 31121 5000 1.5661454e-10 13231562 Loop time of 0.0181901 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:45 2021 Pair time (%) = 0.00147295 (8.09752) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.203159) Outpt time (%) = 0.016526 (90.8513) Other time (%) = 0.000154257 (0.848024) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28416 ave 28416 max 28416 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28416 Ave neighs/atom = 5.6832 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:45 2021 Memory usage per processor = 27.5537 Mbytes Step Atoms AVEKE stressZZ 31121 5000 1.5661454e-10 13231482 31122 -0.0162174999999912 13231330.1653402 31122 5000 1.5660404e-10 13231330 Loop time of 0.0184839 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:45 2021 Pair time (%) = 0.00161099 (8.71567) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.19993) Outpt time (%) = 0.0166709 (90.1918) Other time (%) = 0.000164986 (0.892592) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28416 ave 28416 max 28416 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28416 Ave neighs/atom = 5.6832 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:45 2021 Memory usage per processor = 27.5537 Mbytes Step Atoms AVEKE stressZZ 31122 5000 1.5660404e-10 13231250 31123 -0.0162174999999912 13231097.8631891 31123 5000 1.5659354e-10 13231098 Loop time of 0.018486 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:45 2021 Pair time (%) = 0.00129318 (6.99546) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.1883) Outpt time (%) = 0.0170579 (92.2746) Other time (%) = 0.000100136 (0.541684) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28416 ave 28416 max 28416 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28416 Ave neighs/atom = 5.6832 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:45 2021 Memory usage per processor = 27.5537 Mbytes Step Atoms AVEKE stressZZ 31123 5000 1.5659354e-10 13231017 31124 -0.0162174999999912 13230865.5730922 31124 5000 1.5658303e-10 13230866 Loop time of 0.018254 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:45 2021 Pair time (%) = 0.00124216 (6.80485) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.180244) Outpt time (%) = 0.016885 (92.5003) Other time (%) = 9.39369e-05 (0.514609) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28416 ave 28416 max 28416 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28416 Ave neighs/atom = 5.6832 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:45 2021 Memory usage per processor = 27.5537 Mbytes Step Atoms AVEKE stressZZ 31124 5000 1.5658303e-10 13230785 31125 -0.0162174999999912 13230633.2950465 31125 5000 1.5657253e-10 13230633 Loop time of 0.0178559 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:45 2021 Pair time (%) = 0.00124097 (6.94992) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.184263) Outpt time (%) = 0.016489 (92.3451) Other time (%) = 9.29832e-05 (0.520743) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28416 ave 28416 max 28416 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28416 Ave neighs/atom = 5.6832 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:45 2021 Memory usage per processor = 27.5537 Mbytes Step Atoms AVEKE stressZZ 31125 5000 1.5657253e-10 13230553 31126 -0.0162174999999912 13230401.0290489 31126 5000 1.5656203e-10 13230401 Loop time of 0.0180068 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:45 2021 Pair time (%) = 0.001302 (7.23062) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.194635) Outpt time (%) = 0.0165238 (91.7644) Other time (%) = 0.000145912 (0.810317) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28416 ave 28416 max 28416 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28416 Ave neighs/atom = 5.6832 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:45 2021 Memory usage per processor = 27.5537 Mbytes Step Atoms AVEKE stressZZ 31126 5000 1.5656203e-10 13230320 31127 -0.0162174999999912 13230168.775097 31127 5000 1.5655154e-10 13230169 Loop time of 0.018281 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:45 2021 Pair time (%) = 0.00142312 (7.7847) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.185195) Outpt time (%) = 0.0167241 (91.4836) Other time (%) = 9.98974e-05 (0.546455) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28416 ave 28416 max 28416 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28416 Ave neighs/atom = 5.6832 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:45 2021 Memory usage per processor = 27.5537 Mbytes Step Atoms AVEKE stressZZ 31127 5000 1.5655154e-10 13230088 31128 -0.0162174999999912 13229936.5331877 31128 5000 1.5654104e-10 13229937 Loop time of 0.0182879 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:45 2021 Pair time (%) = 0.00124907 (6.83006) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.181214) Outpt time (%) = 0.0169139 (92.4868) Other time (%) = 9.17912e-05 (0.501923) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28416 ave 28416 max 28416 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28416 Ave neighs/atom = 5.6832 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:45 2021 Memory usage per processor = 27.5537 Mbytes Step Atoms AVEKE stressZZ 31128 5000 1.5654104e-10 13229856 31129 -0.0162174999999912 13229704.3033184 31129 5000 1.5653054e-10 13229704 Loop time of 0.017823 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:45 2021 Pair time (%) = 0.00124407 (6.98014) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.185941) Outpt time (%) = 0.0164518 (92.3069) Other time (%) = 9.39369e-05 (0.527055) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28416 ave 28416 max 28416 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28416 Ave neighs/atom = 5.6832 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:45 2021 Memory usage per processor = 27.5537 Mbytes Step Atoms AVEKE stressZZ 31129 5000 1.5653054e-10 13229624 31130 -0.0162174999999912 13229472.0854871 31130 5000 1.5652005e-10 13229472 Loop time of 0.020617 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:45 2021 Pair time (%) = 0.00132394 (6.42158) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.169993) Outpt time (%) = 0.019151 (92.8892) Other time (%) = 0.00010705 (0.519231) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28416 ave 28416 max 28416 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28416 Ave neighs/atom = 5.6832 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:45 2021 Memory usage per processor = 27.5537 Mbytes Step Atoms AVEKE stressZZ 31130 5000 1.5652005e-10 13229391 31131 -0.0162174999999912 13229239.8796908 31131 5000 1.5650956e-10 13229240 Loop time of 0.018259 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:45 2021 Pair time (%) = 0.00146294 (8.01212) Neigh time (%) = 0 (0) Comm time (%) = 4.00543e-05 (0.219367) Outpt time (%) = 0.016634 (91.1) Other time (%) = 0.00012207 (0.668547) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28416 ave 28416 max 28416 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28416 Ave neighs/atom = 5.6832 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:45 2021 Memory usage per processor = 27.5537 Mbytes Step Atoms AVEKE stressZZ 31131 5000 1.5650956e-10 13229159 31132 -0.0162174999999912 13229007.6859275 31132 5000 1.5649906e-10 13229008 Loop time of 0.0185659 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:45 2021 Pair time (%) = 0.00146914 (7.91309) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.258119) Outpt time (%) = 0.0169239 (91.1559) Other time (%) = 0.000124931 (0.672908) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28416 ave 28416 max 28416 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28416 Ave neighs/atom = 5.6832 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:45 2021 Memory usage per processor = 27.5537 Mbytes Step Atoms AVEKE stressZZ 31132 5000 1.5649906e-10 13228927 31133 -0.0162174999999912 13228775.5041947 31133 5000 1.5648857e-10 13228776 Loop time of 0.018023 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:45 2021 Pair time (%) = 0.00128508 (7.1302) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.182554) Outpt time (%) = 0.016613 (92.1766) Other time (%) = 9.20296e-05 (0.510623) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28416 ave 28416 max 28416 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28416 Ave neighs/atom = 5.6832 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:45 2021 Memory usage per processor = 27.5537 Mbytes Step Atoms AVEKE stressZZ 31133 5000 1.5648857e-10 13228695 31134 -0.0162174999999912 13228543.3344901 31134 5000 1.5647808e-10 13228543 Loop time of 0.0177412 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:45 2021 Pair time (%) = 0.00128508 (7.24346) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.186798) Outpt time (%) = 0.0163152 (91.9623) Other time (%) = 0.000107765 (0.607429) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28416 ave 28416 max 28416 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28416 Ave neighs/atom = 5.6832 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:45 2021 Memory usage per processor = 27.5537 Mbytes Step Atoms AVEKE stressZZ 31134 5000 1.5647808e-10 13228463 31135 -0.0162174999999912 13228311.1768115 31135 5000 1.564676e-10 13228311 Loop time of 0.0181091 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:45 2021 Pair time (%) = 0.00142097 (7.84675) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.204068) Outpt time (%) = 0.01651 (91.1698) Other time (%) = 0.000141144 (0.779409) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28416 ave 28416 max 28416 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28416 Ave neighs/atom = 5.6832 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:45 2021 Memory usage per processor = 27.5537 Mbytes Step Atoms AVEKE stressZZ 31135 5000 1.564676e-10 13228231 31136 -0.0162174999999912 13228079.0311569 31136 5000 1.5645711e-10 13228079 Loop time of 0.0186291 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:45 2021 Pair time (%) = 0.00133014 (7.14011) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.183014) Outpt time (%) = 0.017163 (92.1304) Other time (%) = 0.000101805 (0.546483) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28416 ave 28416 max 28416 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28416 Ave neighs/atom = 5.6832 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:45 2021 Memory usage per processor = 27.5537 Mbytes Step Atoms AVEKE stressZZ 31136 5000 1.5645711e-10 13227998 31137 -0.0162174999999912 13227846.8975241 31137 5000 1.5644662e-10 13227847 Loop time of 0.018641 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:45 2021 Pair time (%) = 0.00124288 (6.66743) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.176502) Outpt time (%) = 0.0172479 (92.5268) Other time (%) = 0.000117302 (0.629269) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28416 ave 28416 max 28416 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28416 Ave neighs/atom = 5.6832 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:45 2021 Memory usage per processor = 27.5537 Mbytes Step Atoms AVEKE stressZZ 31137 5000 1.5644662e-10 13227766 31138 -0.0162174999999912 13227614.775911 31138 5000 1.5643614e-10 13227615 Loop time of 0.018157 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:46 2021 Pair time (%) = 0.00124502 (6.85698) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.187772) Outpt time (%) = 0.016784 (92.4379) Other time (%) = 9.39369e-05 (0.517359) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28416 ave 28416 max 28416 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28416 Ave neighs/atom = 5.6832 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:46 2021 Memory usage per processor = 27.5537 Mbytes Step Atoms AVEKE stressZZ 31138 5000 1.5643614e-10 13227534 31139 -0.0162174999999912 13227382.6663155 31139 5000 1.5642566e-10 13227383 Loop time of 0.0177791 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:46 2021 Pair time (%) = 0.00131202 (7.37954) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.195787) Outpt time (%) = 0.0163221 (91.8051) Other time (%) = 0.000110149 (0.619544) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28416 ave 28416 max 28416 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28416 Ave neighs/atom = 5.6832 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:46 2021 Memory usage per processor = 27.5537 Mbytes Step Atoms AVEKE stressZZ 31139 5000 1.5642566e-10 13227302 31140 -0.0162174999999912 13227150.5687356 31140 5000 1.5641517e-10 13227151 Loop time of 0.0214579 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:46 2021 Pair time (%) = 0.00176311 (8.21658) Neigh time (%) = 0 (0) Comm time (%) = 3.69549e-05 (0.17222) Outpt time (%) = 0.019489 (90.8245) Other time (%) = 0.0001688 (0.786658) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28416 ave 28416 max 28416 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28416 Ave neighs/atom = 5.6832 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:46 2021 Memory usage per processor = 27.5537 Mbytes Step Atoms AVEKE stressZZ 31140 5000 1.5641517e-10 13227070 31141 -0.0162174999999912 13226918.4831694 31141 5000 1.5640469e-10 13226918 Loop time of 0.0183918 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:46 2021 Pair time (%) = 0.00129795 (7.05721) Neigh time (%) = 0 (0) Comm time (%) = 5.10216e-05 (0.277414) Outpt time (%) = 0.016897 (91.872) Other time (%) = 0.000145912 (0.793352) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28416 ave 28416 max 28416 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28416 Ave neighs/atom = 5.6832 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:46 2021 Memory usage per processor = 27.5537 Mbytes Step Atoms AVEKE stressZZ 31141 5000 1.5640469e-10 13226838 31142 -0.0162174999999912 13226686.4096151 31142 5000 1.5639421e-10 13226686 Loop time of 0.0181191 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:46 2021 Pair time (%) = 0.00124812 (6.88843) Neigh time (%) = 0 (0) Comm time (%) = 4.88758e-05 (0.269747) Outpt time (%) = 0.0167022 (92.18) Other time (%) = 0.000119925 (0.661868) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28416 ave 28416 max 28416 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28416 Ave neighs/atom = 5.6832 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:46 2021 Memory usage per processor = 27.5537 Mbytes Step Atoms AVEKE stressZZ 31142 5000 1.5639421e-10 13226606 31143 -0.0162174999999912 13226454.3480703 31143 5000 1.5638373e-10 13226454 Loop time of 0.01789 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:46 2021 Pair time (%) = 0.00124812 (6.97665) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.183912) Outpt time (%) = 0.0165112 (92.293) Other time (%) = 9.77516e-05 (0.546404) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28416 ave 28416 max 28416 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28416 Ave neighs/atom = 5.6832 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:46 2021 Memory usage per processor = 27.5537 Mbytes Step Atoms AVEKE stressZZ 31143 5000 1.5638373e-10 13226374 31144 -0.0162174999999912 13226222.2985336 31144 5000 1.5637326e-10 13226222 Loop time of 0.0177379 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:46 2021 Pair time (%) = 0.00130796 (7.37385) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.190865) Outpt time (%) = 0.0162928 (91.8533) Other time (%) = 0.000103235 (0.582005) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28416 ave 28416 max 28416 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28416 Ave neighs/atom = 5.6832 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:46 2021 Memory usage per processor = 27.5537 Mbytes Step Atoms AVEKE stressZZ 31144 5000 1.5637326e-10 13226142 31145 -0.0162174999999912 13225990.261003 31145 5000 1.5636278e-10 13225990 Loop time of 0.0182619 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:46 2021 Pair time (%) = 0.0013051 (7.14659) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.191916) Outpt time (%) = 0.0168149 (92.0766) Other time (%) = 0.000106812 (0.584887) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28416 ave 28416 max 28416 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28416 Ave neighs/atom = 5.6832 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:46 2021 Memory usage per processor = 27.5537 Mbytes Step Atoms AVEKE stressZZ 31145 5000 1.5636278e-10 13225910 31146 -0.0162174999999912 13225758.2354766 31146 5000 1.5635231e-10 13225758 Loop time of 0.0185242 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:46 2021 Pair time (%) = 0.00124121 (6.70047) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.177615) Outpt time (%) = 0.0171571 (92.62) Other time (%) = 9.29832e-05 (0.501956) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28416 ave 28416 max 28416 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28416 Ave neighs/atom = 5.6832 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:46 2021 Memory usage per processor = 27.5537 Mbytes Step Atoms AVEKE stressZZ 31146 5000 1.5635231e-10 13225678 31147 -0.0162174999999912 13225526.2219527 31147 5000 1.5634183e-10 13225526 Loop time of 0.0181322 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:46 2021 Pair time (%) = 0.00124192 (6.84926) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.181455) Outpt time (%) = 0.016762 (92.4433) Other time (%) = 9.53674e-05 (0.525956) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28416 ave 28416 max 28416 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28416 Ave neighs/atom = 5.6832 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:46 2021 Memory usage per processor = 27.5537 Mbytes Step Atoms AVEKE stressZZ 31147 5000 1.5634183e-10 13225446 31148 -0.0162174999999912 13225294.2204295 31148 5000 1.5633136e-10 13225294 Loop time of 0.018075 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:46 2021 Pair time (%) = 0.00132823 (7.34844) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.193901) Outpt time (%) = 0.016593 (91.8008) Other time (%) = 0.000118732 (0.656888) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28416 ave 28416 max 28416 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28416 Ave neighs/atom = 5.6832 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa variable a loop 500 fix press all deform 1 z delta 0 -2.61820e-7 # negative strain application along z axis variable strain equal (lz-${L0})/${L0} variable strain equal (lz-0.008056)/${L0} variable strain equal (lz-0.008056)/0.008056 variable s equal v_strain run 1 Setting up run at Tue Jul 27 11:30:46 2021 Memory usage per processor = 27.5537 Mbytes Step Atoms AVEKE stressZZ 31148 5000 1.5633136e-10 13225214 31149 -0.0162174999999912 13225033.2002654 31149 5000 3.0763022e-10 13225470 Loop time of 0.0180678 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:46 2021 Pair time (%) = 0.00166893 (9.23702) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.192658) Outpt time (%) = 0.016207 (89.7007) Other time (%) = 0.000157118 (0.8696) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28416 ave 28416 max 28416 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28416 Ave neighs/atom = 5.6832 Neighbor list builds = 0 Dangerous builds = 0 label loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:46 2021 Memory usage per processor = 27.5537 Mbytes Step Atoms AVEKE stressZZ 31149 5000 3.0763022e-10 13306766 31150 -0.0162499999999911 13306567.3450928 31150 5000 2.4744731e-10 13306567 Loop time of 0.020546 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:46 2021 Pair time (%) = 0.00127983 (6.22911) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.164779) Outpt time (%) = 0.0191162 (93.041) Other time (%) = 0.00011611 (0.565123) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28419 ave 28419 max 28419 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28419 Ave neighs/atom = 5.6838 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:46 2021 Memory usage per processor = 27.5538 Mbytes Step Atoms AVEKE stressZZ 31150 5000 2.4744731e-10 13306458 31151 -0.0162499999999911 13306276.0415365 31151 5000 2.1261252e-10 13306276 Loop time of 0.018223 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:46 2021 Pair time (%) = 0.00124502 (6.83213) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.18055) Outpt time (%) = 0.0168519 (92.4758) Other time (%) = 9.32217e-05 (0.511559) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28419 ave 28419 max 28419 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28419 Ave neighs/atom = 5.6838 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:46 2021 Memory usage per processor = 27.5538 Mbytes Step Atoms AVEKE stressZZ 31151 5000 2.1261252e-10 13306177 31152 -0.0162499999999911 13306005.6389512 31152 5000 1.9185058e-10 13306006 Loop time of 0.0176349 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:46 2021 Pair time (%) = 0.00125504 (7.11678) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.193332) Outpt time (%) = 0.016253 (92.164) Other time (%) = 9.27448e-05 (0.525917) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28419 ave 28419 max 28419 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28419 Ave neighs/atom = 5.6838 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:46 2021 Memory usage per processor = 27.5538 Mbytes Step Atoms AVEKE stressZZ 31152 5000 1.9185058e-10 13305913 31153 -0.0162499999999911 13305748.5235235 31153 5000 1.7920966e-10 13305749 Loop time of 0.0178828 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:46 2021 Pair time (%) = 0.0013721 (7.67272) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.201317) Outpt time (%) = 0.0163548 (91.4554) Other time (%) = 0.000119925 (0.670613) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28419 ave 28419 max 28419 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28419 Ave neighs/atom = 5.6838 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:46 2021 Memory usage per processor = 27.5538 Mbytes Step Atoms AVEKE stressZZ 31153 5000 1.7920966e-10 13305660 31154 -0.0162499999999911 13305499.8566185 31154 5000 1.7139754e-10 13305500 Loop time of 0.0184169 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:46 2021 Pair time (%) = 0.00137901 (7.48777) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.185123) Outpt time (%) = 0.016906 (91.7963) Other time (%) = 9.77516e-05 (0.530772) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28419 ave 28419 max 28419 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28419 Ave neighs/atom = 5.6838 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:46 2021 Memory usage per processor = 27.5538 Mbytes Step Atoms AVEKE stressZZ 31154 5000 1.7139754e-10 13305414 31155 -0.0162499999999911 13305256.563242 31155 5000 1.6651997e-10 13305257 Loop time of 0.0181999 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:46 2021 Pair time (%) = 0.00128317 (7.05041) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.18078) Outpt time (%) = 0.0167899 (92.2527) Other time (%) = 9.39369e-05 (0.516139) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28419 ave 28419 max 28419 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28419 Ave neighs/atom = 5.6838 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:46 2021 Memory usage per processor = 27.5538 Mbytes Step Atoms AVEKE stressZZ 31155 5000 1.6651997e-10 13305172 31156 -0.0162499999999911 13305016.6892067 31156 5000 1.6345312e-10 13305017 Loop time of 0.017936 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:46 2021 Pair time (%) = 0.001297 (7.23125) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.184769) Outpt time (%) = 0.0164819 (91.8928) Other time (%) = 0.000123978 (0.691223) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28419 ave 28419 max 28419 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28419 Ave neighs/atom = 5.6838 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:46 2021 Memory usage per processor = 27.5538 Mbytes Step Atoms AVEKE stressZZ 31156 5000 1.6345312e-10 13304934 31157 -0.0162499999999911 13304778.9926079 31157 5000 1.6151511e-10 13304779 Loop time of 0.018049 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:46 2021 Pair time (%) = 0.00131583 (7.29033) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.199464) Outpt time (%) = 0.0165908 (91.9211) Other time (%) = 0.000106335 (0.589144) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28419 ave 28419 max 28419 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28419 Ave neighs/atom = 5.6838 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:46 2021 Memory usage per processor = 27.5538 Mbytes Step Atoms AVEKE stressZZ 31157 5000 1.6151511e-10 13304697 31158 -0.0162499999999911 13304542.6842026 31158 5000 1.6028562e-10 13304543 Loop time of 0.0182219 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:46 2021 Pair time (%) = 0.00135493 (7.43576) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.191029) Outpt time (%) = 0.016726 (91.791) Other time (%) = 0.000106096 (0.582247) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28419 ave 28419 max 28419 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28419 Ave neighs/atom = 5.6838 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:46 2021 Memory usage per processor = 27.5538 Mbytes Step Atoms AVEKE stressZZ 31158 5000 1.6028562e-10 13304461 31159 -0.0162499999999911 13304307.2624187 31159 5000 1.5950283e-10 13304307 Loop time of 0.017663 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:46 2021 Pair time (%) = 0.00124812 (7.0663) Neigh time (%) = 0 (0) Comm time (%) = 5.48363e-05 (0.310458) Outpt time (%) = 0.016243 (91.9605) Other time (%) = 0.000117064 (0.662761) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28419 ave 28419 max 28419 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28419 Ave neighs/atom = 5.6838 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:46 2021 Memory usage per processor = 27.5538 Mbytes Step Atoms AVEKE stressZZ 31159 5000 1.5950283e-10 13304226 31160 -0.0162499999999911 13304072.4085014 31160 5000 1.5900248e-10 13304072 Loop time of 0.020232 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:46 2021 Pair time (%) = 0.0012939 (6.39531) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.162623) Outpt time (%) = 0.018815 (92.9966) Other time (%) = 9.01222e-05 (0.445445) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28419 ave 28419 max 28419 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28419 Ave neighs/atom = 5.6838 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:46 2021 Memory usage per processor = 27.5538 Mbytes Step Atoms AVEKE stressZZ 31160 5000 1.5900248e-10 13303991 31161 -0.0162499999999911 13303837.9198786 31161 5000 1.5868103e-10 13303838 Loop time of 0.0179021 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:46 2021 Pair time (%) = 0.00124788 (6.97058) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.185119) Outpt time (%) = 0.016531 (92.3409) Other time (%) = 9.01222e-05 (0.503416) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28419 ave 28419 max 28419 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28419 Ave neighs/atom = 5.6838 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:46 2021 Memory usage per processor = 27.5538 Mbytes Step Atoms AVEKE stressZZ 31161 5000 1.5868103e-10 13303756 31162 -0.0162499999999911 13303603.6678131 31162 5000 1.5847303e-10 13303604 Loop time of 0.018507 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:46 2021 Pair time (%) = 0.00124717 (6.7389) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.17778) Outpt time (%) = 0.0171371 (92.5977) Other time (%) = 8.98838e-05 (0.485675) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28419 ave 28419 max 28419 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28419 Ave neighs/atom = 5.6838 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:46 2021 Memory usage per processor = 27.5538 Mbytes Step Atoms AVEKE stressZZ 31162 5000 1.5847303e-10 13303522 31163 -0.0162499999999911 13303369.5704908 31163 5000 1.5833705e-10 13303370 Loop time of 0.0182729 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:46 2021 Pair time (%) = 0.00133204 (7.28974) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.191801) Outpt time (%) = 0.0168021 (91.9509) Other time (%) = 0.000103712 (0.567574) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28419 ave 28419 max 28419 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28419 Ave neighs/atom = 5.6838 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:46 2021 Memory usage per processor = 27.5538 Mbytes Step Atoms AVEKE stressZZ 31163 5000 1.5833705e-10 13303288 31164 -0.0162499999999911 13303135.5759174 31164 5000 1.5824678e-10 13303136 Loop time of 0.0178149 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:46 2021 Pair time (%) = 0.00124717 (7.00071) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.186025) Outpt time (%) = 0.016398 (92.0464) Other time (%) = 0.000136614 (0.766853) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28419 ave 28419 max 28419 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28419 Ave neighs/atom = 5.6838 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:46 2021 Memory usage per processor = 27.5538 Mbytes Step Atoms AVEKE stressZZ 31164 5000 1.5824678e-10 13303054 31165 -0.0162499999999911 13302901.6510493 31165 5000 1.5818556e-10 13302902 Loop time of 0.0182118 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:46 2021 Pair time (%) = 0.00146985 (8.07085) Neigh time (%) = 0 (0) Comm time (%) = 5.29289e-05 (0.290629) Outpt time (%) = 0.016573 (91.001) Other time (%) = 0.00011611 (0.637551) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28419 ave 28419 max 28419 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28419 Ave neighs/atom = 5.6838 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:46 2021 Memory usage per processor = 27.5538 Mbytes Step Atoms AVEKE stressZZ 31165 5000 1.5818556e-10 13302820 31166 -0.0162499999999911 13302667.7748869 31166 5000 1.5814278e-10 13302668 Loop time of 0.0184529 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:46 2021 Pair time (%) = 0.00126982 (6.8814) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.184762) Outpt time (%) = 0.017055 (92.4248) Other time (%) = 9.39369e-05 (0.509064) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28419 ave 28419 max 28419 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28419 Ave neighs/atom = 5.6838 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:46 2021 Memory usage per processor = 27.5538 Mbytes Step Atoms AVEKE stressZZ 31166 5000 1.5814278e-10 13302587 31167 -0.0162499999999911 13302433.9340841 31167 5000 1.5811173e-10 13302434 Loop time of 0.0183721 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:46 2021 Pair time (%) = 0.00129199 (7.03237) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.180384) Outpt time (%) = 0.0169508 (92.2643) Other time (%) = 9.60827e-05 (0.522983) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28419 ave 28419 max 28419 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28419 Ave neighs/atom = 5.6838 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:46 2021 Memory usage per processor = 27.5538 Mbytes Step Atoms AVEKE stressZZ 31167 5000 1.5811173e-10 13302353 31168 -0.0162499999999911 13302200.1201587 31168 5000 1.5808813e-10 13302200 Loop time of 0.0178568 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:46 2021 Pair time (%) = 0.00129986 (7.27933) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.184253) Outpt time (%) = 0.0164299 (92.009) Other time (%) = 9.41753e-05 (0.527391) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28419 ave 28419 max 28419 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28419 Ave neighs/atom = 5.6838 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:46 2021 Memory usage per processor = 27.5538 Mbytes Step Atoms AVEKE stressZZ 31168 5000 1.5808813e-10 13302119 31169 -0.0162499999999911 13301966.3277198 31169 5000 1.5806926e-10 13301966 Loop time of 0.0178299 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:46 2021 Pair time (%) = 0.00136209 (7.63933) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.212612) Outpt time (%) = 0.0163059 (91.4527) Other time (%) = 0.000123978 (0.695336) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28419 ave 28419 max 28419 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28419 Ave neighs/atom = 5.6838 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:46 2021 Memory usage per processor = 27.5538 Mbytes Step Atoms AVEKE stressZZ 31169 5000 1.5806926e-10 13301885 31170 -0.0162499999999911 13301732.5533411 31170 5000 1.5805339e-10 13301733 Loop time of 0.0211651 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:46 2021 Pair time (%) = 0.00146794 (6.93567) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.161085) Outpt time (%) = 0.019562 (92.4256) Other time (%) = 0.000101089 (0.477623) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28419 ave 28419 max 28419 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28419 Ave neighs/atom = 5.6838 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:46 2021 Memory usage per processor = 27.5538 Mbytes Step Atoms AVEKE stressZZ 31170 5000 1.5805339e-10 13301651 31171 -0.0162499999999911 13301498.7948447 31171 5000 1.5803945e-10 13301499 Loop time of 0.0188379 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:46 2021 Pair time (%) = 0.00139093 (7.38369) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.184782) Outpt time (%) = 0.0173111 (91.8949) Other time (%) = 0.000101089 (0.536627) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28419 ave 28419 max 28419 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28419 Ave neighs/atom = 5.6838 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:46 2021 Memory usage per processor = 27.5538 Mbytes Step Atoms AVEKE stressZZ 31171 5000 1.5803945e-10 13301418 31172 -0.0162499999999911 13301265.0508459 31172 5000 1.5802671e-10 13301265 Loop time of 0.0184398 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:46 2021 Pair time (%) = 0.00124693 (6.76217) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.178428) Outpt time (%) = 0.017065 (92.5448) Other time (%) = 9.48906e-05 (0.514598) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28419 ave 28419 max 28419 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28419 Ave neighs/atom = 5.6838 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:46 2021 Memory usage per processor = 27.5538 Mbytes Step Atoms AVEKE stressZZ 31172 5000 1.5802671e-10 13301184 31173 -0.0162499999999911 13301031.3204646 31173 5000 1.5801475e-10 13301031 Loop time of 0.0177028 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:46 2021 Pair time (%) = 0.00125909 (7.11236) Neigh time (%) = 0 (0) Comm time (%) = 5.79357e-05 (0.327268) Outpt time (%) = 0.0162859 (91.9961) Other time (%) = 9.98974e-05 (0.564302) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28419 ave 28419 max 28419 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28419 Ave neighs/atom = 5.6838 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:46 2021 Memory usage per processor = 27.5538 Mbytes Step Atoms AVEKE stressZZ 31173 5000 1.5801475e-10 13300950 31174 -0.0162499999999911 13300797.6031407 31174 5000 1.5800329e-10 13300798 Loop time of 0.0182199 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:46 2021 Pair time (%) = 0.00153208 (8.40879) Neigh time (%) = 0 (0) Comm time (%) = 4.41074e-05 (0.242083) Outpt time (%) = 0.0164731 (90.4122) Other time (%) = 0.000170708 (0.936928) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28419 ave 28419 max 28419 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28419 Ave neighs/atom = 5.6838 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:46 2021 Memory usage per processor = 27.5538 Mbytes Step Atoms AVEKE stressZZ 31174 5000 1.5800329e-10 13300716 31175 -0.0162499999999911 13300563.898518 31175 5000 1.5799213e-10 13300564 Loop time of 0.018326 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:46 2021 Pair time (%) = 0.00124598 (6.79893) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.179536) Outpt time (%) = 0.0169151 (92.3008) Other time (%) = 0.000132084 (0.720744) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28419 ave 28419 max 28419 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28419 Ave neighs/atom = 5.6838 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:46 2021 Memory usage per processor = 27.5538 Mbytes Step Atoms AVEKE stressZZ 31175 5000 1.5799213e-10 13300483 31176 -0.0162499999999911 13300330.20637 31176 5000 1.5798117e-10 13300330 Loop time of 0.0182531 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:46 2021 Pair time (%) = 0.00125098 (6.85354) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.180253) Outpt time (%) = 0.0168729 (92.4385) Other time (%) = 9.63211e-05 (0.527698) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28419 ave 28419 max 28419 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28419 Ave neighs/atom = 5.6838 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:46 2021 Memory usage per processor = 27.5538 Mbytes Step Atoms AVEKE stressZZ 31176 5000 1.5798117e-10 13300249 31177 -0.0162499999999911 13300096.5265521 31177 5000 1.5797035e-10 13300097 Loop time of 0.017674 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:46 2021 Pair time (%) = 0.00128102 (7.24808) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.192904) Outpt time (%) = 0.0162511 (91.9493) Other time (%) = 0.000107765 (0.60974) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28419 ave 28419 max 28419 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28419 Ave neighs/atom = 5.6838 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:46 2021 Memory usage per processor = 27.5538 Mbytes Step Atoms AVEKE stressZZ 31177 5000 1.5797035e-10 13300015 31178 -0.0162499999999911 13299862.8589723 31178 5000 1.579596e-10 13299863 Loop time of 0.0179942 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:47 2021 Pair time (%) = 0.00141287 (7.85181) Neigh time (%) = 0 (0) Comm time (%) = 3.79086e-05 (0.210671) Outpt time (%) = 0.0164311 (91.3134) Other time (%) = 0.000112295 (0.624064) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28419 ave 28419 max 28419 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28419 Ave neighs/atom = 5.6838 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:47 2021 Memory usage per processor = 27.5538 Mbytes Step Atoms AVEKE stressZZ 31178 5000 1.579596e-10 13299782 31179 -0.0162499999999911 13299629.2035723 31179 5000 1.579489e-10 13299629 Loop time of 0.0183408 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:47 2021 Pair time (%) = 0.00144982 (7.9049) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.184591) Outpt time (%) = 0.016752 (91.3372) Other time (%) = 0.000105143 (0.573271) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28419 ave 28419 max 28419 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28419 Ave neighs/atom = 5.6838 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:47 2021 Memory usage per processor = 27.5538 Mbytes Step Atoms AVEKE stressZZ 31179 5000 1.579489e-10 13299548 31180 -0.0162499999999911 13299395.5603162 31180 5000 1.5793824e-10 13299396 Loop time of 0.02143 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:47 2021 Pair time (%) = 0.00134802 (6.29033) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.157981) Outpt time (%) = 0.019942 (93.0566) Other time (%) = 0.000106096 (0.495083) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28419 ave 28419 max 28419 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28419 Ave neighs/atom = 5.6838 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:47 2021 Memory usage per processor = 27.5538 Mbytes Step Atoms AVEKE stressZZ 31180 5000 1.5793824e-10 13299314 31181 -0.0162499999999911 13299161.929181 31181 5000 1.579276e-10 13299162 Loop time of 0.0184188 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:47 2021 Pair time (%) = 0.0012629 (6.8566) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.178632) Outpt time (%) = 0.0170279 (92.4483) Other time (%) = 9.5129e-05 (0.516478) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28419 ave 28419 max 28419 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28419 Ave neighs/atom = 5.6838 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:47 2021 Memory usage per processor = 27.5538 Mbytes Step Atoms AVEKE stressZZ 31181 5000 1.579276e-10 13299081 31182 -0.0162499999999911 13298928.310164 31182 5000 1.5791697e-10 13298928 Loop time of 0.020314 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:47 2021 Pair time (%) = 0.00129294 (6.3648) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.161966) Outpt time (%) = 0.018873 (92.9064) Other time (%) = 0.000115156 (0.566881) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28419 ave 28419 max 28419 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28419 Ave neighs/atom = 5.6838 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:47 2021 Memory usage per processor = 27.5538 Mbytes Step Atoms AVEKE stressZZ 31182 5000 1.5791697e-10 13298847 31183 -0.0162499999999911 13298694.7032415 31183 5000 1.5790636e-10 13298695 Loop time of 0.0178771 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:47 2021 Pair time (%) = 0.0013938 (7.79654) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.201382) Outpt time (%) = 0.016335 (91.3739) Other time (%) = 0.000112295 (0.628151) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28419 ave 28419 max 28419 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28419 Ave neighs/atom = 5.6838 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:47 2021 Memory usage per processor = 27.5538 Mbytes Step Atoms AVEKE stressZZ 31183 5000 1.5790636e-10 13298614 31184 -0.0162499999999911 13298461.1084031 31184 5000 1.5789575e-10 13298461 Loop time of 0.018599 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:47 2021 Pair time (%) = 0.00156903 (8.4361) Neigh time (%) = 0 (0) Comm time (%) = 4.81606e-05 (0.258941) Outpt time (%) = 0.0168521 (90.6076) Other time (%) = 0.0001297 (0.697346) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28419 ave 28419 max 28419 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28419 Ave neighs/atom = 5.6838 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:47 2021 Memory usage per processor = 27.5538 Mbytes Step Atoms AVEKE stressZZ 31184 5000 1.5789575e-10 13298380 31185 -0.0162499999999911 13298227.5256425 31185 5000 1.5788514e-10 13298228 Loop time of 0.0185289 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:47 2021 Pair time (%) = 0.00128508 (6.93551) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.182717) Outpt time (%) = 0.017113 (92.3581) Other time (%) = 9.70364e-05 (0.523702) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28419 ave 28419 max 28419 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28419 Ave neighs/atom = 5.6838 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:47 2021 Memory usage per processor = 27.5538 Mbytes Step Atoms AVEKE stressZZ 31185 5000 1.5788514e-10 13298146 31186 -0.0162499999999911 13297993.9549555 31186 5000 1.5787454e-10 13297994 Loop time of 0.017936 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:47 2021 Pair time (%) = 0.00129795 (7.23657) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.190086) Outpt time (%) = 0.01651 (92.0496) Other time (%) = 9.39369e-05 (0.523734) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28419 ave 28419 max 28419 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28419 Ave neighs/atom = 5.6838 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:47 2021 Memory usage per processor = 27.5538 Mbytes Step Atoms AVEKE stressZZ 31186 5000 1.5787454e-10 13297913 31187 -0.0162499999999911 13297760.3963387 31187 5000 1.5786394e-10 13297760 Loop time of 0.018054 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:47 2021 Pair time (%) = 0.00133109 (7.37283) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.188844) Outpt time (%) = 0.016583 (91.852) Other time (%) = 0.000105858 (0.58634) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28419 ave 28419 max 28419 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28419 Ave neighs/atom = 5.6838 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:47 2021 Memory usage per processor = 27.5538 Mbytes Step Atoms AVEKE stressZZ 31187 5000 1.5786394e-10 13297679 31188 -0.0162499999999911 13297526.8497893 31188 5000 1.5785334e-10 13297527 Loop time of 0.0183439 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:47 2021 Pair time (%) = 0.00137091 (7.47336) Neigh time (%) = 0 (0) Comm time (%) = 4.88758e-05 (0.266441) Outpt time (%) = 0.0168178 (91.6805) Other time (%) = 0.000106335 (0.579672) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28419 ave 28419 max 28419 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28419 Ave neighs/atom = 5.6838 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:47 2021 Memory usage per processor = 27.5538 Mbytes Step Atoms AVEKE stressZZ 31188 5000 1.5785334e-10 13297446 31189 -0.0162499999999911 13297293.3153054 31189 5000 1.5784275e-10 13297293 Loop time of 0.0184879 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:47 2021 Pair time (%) = 0.00132394 (7.1611) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.179253) Outpt time (%) = 0.0170269 (92.0974) Other time (%) = 0.000103951 (0.562261) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28419 ave 28419 max 28419 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28419 Ave neighs/atom = 5.6838 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:47 2021 Memory usage per processor = 27.5538 Mbytes Step Atoms AVEKE stressZZ 31189 5000 1.5784275e-10 13297212 31190 -0.0162499999999911 13297059.7928851 31190 5000 1.5783215e-10 13297060 Loop time of 0.0215492 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:47 2021 Pair time (%) = 0.00125599 (5.82847) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.152682) Outpt time (%) = 0.020165 (93.5763) Other time (%) = 9.53674e-05 (0.442556) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28419 ave 28419 max 28419 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28419 Ave neighs/atom = 5.6838 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:47 2021 Memory usage per processor = 27.5538 Mbytes Step Atoms AVEKE stressZZ 31190 5000 1.5783215e-10 13296979 31191 -0.0162499999999911 13296826.2825262 31191 5000 1.5782156e-10 13296826 Loop time of 0.0177488 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:47 2021 Pair time (%) = 0.00129604 (7.30213) Neigh time (%) = 0 (0) Comm time (%) = 4.79221e-05 (0.270002) Outpt time (%) = 0.0162611 (91.6179) Other time (%) = 0.000143766 (0.810005) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28419 ave 28419 max 28419 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28419 Ave neighs/atom = 5.6838 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:47 2021 Memory usage per processor = 27.5538 Mbytes Step Atoms AVEKE stressZZ 31191 5000 1.5782156e-10 13296745 31192 -0.0162499999999911 13296592.7842278 31192 5000 1.5781097e-10 13296593 Loop time of 0.018064 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:47 2021 Pair time (%) = 0.00143194 (7.92704) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.192699) Outpt time (%) = 0.0164502 (91.0659) Other time (%) = 0.000147104 (0.814349) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28419 ave 28419 max 28419 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28419 Ave neighs/atom = 5.6838 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:47 2021 Memory usage per processor = 27.5538 Mbytes Step Atoms AVEKE stressZZ 31192 5000 1.5781097e-10 13296512 31193 -0.0162499999999911 13296359.297988 31193 5000 1.5780038e-10 13296359 Loop time of 0.018183 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:47 2021 Pair time (%) = 0.00134683 (7.40707) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.187504) Outpt time (%) = 0.0166981 (91.8337) Other time (%) = 0.000103951 (0.571691) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28419 ave 28419 max 28419 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28419 Ave neighs/atom = 5.6838 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:47 2021 Memory usage per processor = 27.5538 Mbytes Step Atoms AVEKE stressZZ 31193 5000 1.5780038e-10 13296278 31194 -0.0162499999999911 13296125.8238259 31194 5000 1.5778979e-10 13296126 Loop time of 0.0183232 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:47 2021 Pair time (%) = 0.00129914 (7.09016) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.189973) Outpt time (%) = 0.0168881 (92.1682) Other time (%) = 0.000101089 (0.551703) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28419 ave 28419 max 28419 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28419 Ave neighs/atom = 5.6838 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:47 2021 Memory usage per processor = 27.5538 Mbytes Step Atoms AVEKE stressZZ 31194 5000 1.5778979e-10 13296045 31195 -0.0162499999999911 13295892.3617703 31195 5000 1.577792e-10 13295892 Loop time of 0.0178859 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:47 2021 Pair time (%) = 0.00124907 (6.98356) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.185286) Outpt time (%) = 0.0165091 (92.302) Other time (%) = 9.46522e-05 (0.529199) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28419 ave 28419 max 28419 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28419 Ave neighs/atom = 5.6838 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:47 2021 Memory usage per processor = 27.5538 Mbytes Step Atoms AVEKE stressZZ 31195 5000 1.577792e-10 13295811 31196 -0.0162499999999911 13295658.9117978 31196 5000 1.5776862e-10 13295659 Loop time of 0.0177112 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:47 2021 Pair time (%) = 0.00128007 (7.22747) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.197884) Outpt time (%) = 0.0162671 (91.8464) Other time (%) = 0.000128984 (0.728266) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28419 ave 28419 max 28419 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28419 Ave neighs/atom = 5.6838 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:47 2021 Memory usage per processor = 27.5538 Mbytes Step Atoms AVEKE stressZZ 31196 5000 1.5776862e-10 13295578 31197 -0.0162499999999911 13295425.4738998 31197 5000 1.5775803e-10 13295425 Loop time of 0.018749 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:47 2021 Pair time (%) = 0.00141597 (7.55223) Neigh time (%) = 0 (0) Comm time (%) = 7.98702e-05 (0.425997) Outpt time (%) = 0.017112 (91.269) Other time (%) = 0.000141144 (0.752807) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28419 ave 28419 max 28419 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28419 Ave neighs/atom = 5.6838 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:47 2021 Memory usage per processor = 27.5538 Mbytes Step Atoms AVEKE stressZZ 31197 5000 1.5775803e-10 13295344 31198 -0.0162499999999911 13295192.0480694 31198 5000 1.5774745e-10 13295192 Loop time of 0.018327 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:47 2021 Pair time (%) = 0.00128698 (7.02234) Neigh time (%) = 0 (0) Comm time (%) = 3.48091e-05 (0.189934) Outpt time (%) = 0.016901 (92.2192) Other time (%) = 0.000104189 (0.5685) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28419 ave 28419 max 28419 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28419 Ave neighs/atom = 5.6838 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:47 2021 Memory usage per processor = 27.5538 Mbytes Step Atoms AVEKE stressZZ 31198 5000 1.5774745e-10 13295111 31199 -0.0162499999999911 13294958.6343046 31199 5000 1.5773687e-10 13294959 Loop time of 0.018265 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:47 2021 Pair time (%) = 0.00134993 (7.39078) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.186662) Outpt time (%) = 0.0167499 (91.7046) Other time (%) = 0.00013113 (0.717931) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28419 ave 28419 max 28419 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28419 Ave neighs/atom = 5.6838 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:47 2021 Memory usage per processor = 27.5538 Mbytes Step Atoms AVEKE stressZZ 31199 5000 1.5773687e-10 13294878 31200 -0.0162499999999911 13294725.2326034 31200 5000 1.5772629e-10 13294725 Loop time of 0.0204291 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:47 2021 Pair time (%) = 0.0013032 (6.37911) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.166888) Outpt time (%) = 0.0189638 (92.8273) Other time (%) = 0.000128031 (0.626707) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28419 ave 28419 max 28419 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28419 Ave neighs/atom = 5.6838 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:47 2021 Memory usage per processor = 27.5538 Mbytes Step Atoms AVEKE stressZZ 31200 5000 1.5772629e-10 13294644 31201 -0.0162499999999911 13294491.8429634 31201 5000 1.5771571e-10 13294492 Loop time of 0.017874 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:47 2021 Pair time (%) = 0.00130081 (7.27767) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.184076) Outpt time (%) = 0.0164518 (92.0434) Other time (%) = 8.84533e-05 (0.494871) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28419 ave 28419 max 28419 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28419 Ave neighs/atom = 5.6838 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:47 2021 Memory usage per processor = 27.5538 Mbytes Step Atoms AVEKE stressZZ 31201 5000 1.5771571e-10 13294411 31202 -0.0162499999999911 13294258.4653819 31202 5000 1.5770513e-10 13294258 Loop time of 0.0178211 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:47 2021 Pair time (%) = 0.00124812 (7.00363) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.184623) Outpt time (%) = 0.0164511 (92.3127) Other time (%) = 8.89301e-05 (0.499017) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28419 ave 28419 max 28419 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28419 Ave neighs/atom = 5.6838 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:47 2021 Memory usage per processor = 27.5538 Mbytes Step Atoms AVEKE stressZZ 31202 5000 1.5770513e-10 13294177 31203 -0.0162499999999911 13294025.0998573 31203 5000 1.5769455e-10 13294025 Loop time of 0.0181139 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:47 2021 Pair time (%) = 0.00136495 (7.53537) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.19875) Outpt time (%) = 0.016609 (91.692) Other time (%) = 0.000103951 (0.573873) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28419 ave 28419 max 28419 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28419 Ave neighs/atom = 5.6838 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:47 2021 Memory usage per processor = 27.5538 Mbytes Step Atoms AVEKE stressZZ 31203 5000 1.5769455e-10 13293944 31204 -0.0162499999999911 13293791.7463875 31204 5000 1.5768398e-10 13293792 Loop time of 0.0182941 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:47 2021 Pair time (%) = 0.00133896 (7.31908) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.179849) Outpt time (%) = 0.016789 (91.7726) Other time (%) = 0.000133276 (0.728519) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28419 ave 28419 max 28419 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28419 Ave neighs/atom = 5.6838 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:47 2021 Memory usage per processor = 27.5538 Mbytes Step Atoms AVEKE stressZZ 31204 5000 1.5768398e-10 13293711 31205 -0.0162499999999911 13293558.4049708 31205 5000 1.576734e-10 13293558 Loop time of 0.0186081 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:47 2021 Pair time (%) = 0.00129795 (6.97519) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.178096) Outpt time (%) = 0.017179 (92.3201) Other time (%) = 9.799e-05 (0.526599) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28419 ave 28419 max 28419 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28419 Ave neighs/atom = 5.6838 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:47 2021 Memory usage per processor = 27.5538 Mbytes Step Atoms AVEKE stressZZ 31205 5000 1.576734e-10 13293477 31206 -0.0162499999999911 13293325.0756052 31206 5000 1.5766283e-10 13293325 Loop time of 0.01841 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:47 2021 Pair time (%) = 0.00128698 (6.99069) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.178717) Outpt time (%) = 0.016994 (92.3087) Other time (%) = 9.60827e-05 (0.521906) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28419 ave 28419 max 28419 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28419 Ave neighs/atom = 5.6838 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:47 2021 Memory usage per processor = 27.5538 Mbytes Step Atoms AVEKE stressZZ 31206 5000 1.5766283e-10 13293244 31207 -0.0162499999999911 13293091.7582894 31207 5000 1.5765225e-10 13293092 Loop time of 0.0176549 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:47 2021 Pair time (%) = 0.001266 (7.17083) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.193113) Outpt time (%) = 0.0162539 (92.0648) Other time (%) = 0.000100851 (0.571236) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28419 ave 28419 max 28419 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28419 Ave neighs/atom = 5.6838 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:47 2021 Memory usage per processor = 27.5538 Mbytes Step Atoms AVEKE stressZZ 31207 5000 1.5765225e-10 13293011 31208 -0.0162499999999911 13292858.4530214 31208 5000 1.5764168e-10 13292858 Loop time of 0.0184939 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:47 2021 Pair time (%) = 0.00151014 (8.16563) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.184352) Outpt time (%) = 0.0167499 (90.5697) Other time (%) = 0.000199795 (1.08033) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28419 ave 28419 max 28419 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28419 Ave neighs/atom = 5.6838 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:47 2021 Memory usage per processor = 27.5538 Mbytes Step Atoms AVEKE stressZZ 31208 5000 1.5764168e-10 13292777 31209 -0.0162499999999911 13292625.1597997 31209 5000 1.5763111e-10 13292625 Loop time of 0.0182321 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:47 2021 Pair time (%) = 0.00124598 (6.83396) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.180461) Outpt time (%) = 0.0168581 (92.4638) Other time (%) = 9.5129e-05 (0.521766) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28419 ave 28419 max 28419 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28419 Ave neighs/atom = 5.6838 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:47 2021 Memory usage per processor = 27.5538 Mbytes Step Atoms AVEKE stressZZ 31209 5000 1.5763111e-10 13292544 31210 -0.0162499999999911 13292391.8786229 31210 5000 1.5762055e-10 13292392 Loop time of 0.021487 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:47 2021 Pair time (%) = 0.001333 (6.20374) Neigh time (%) = 0 (0) Comm time (%) = 5.31673e-05 (0.24744) Outpt time (%) = 0.0199749 (92.963) Other time (%) = 0.000125885 (0.585866) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28419 ave 28419 max 28419 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28419 Ave neighs/atom = 5.6838 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:47 2021 Memory usage per processor = 27.5538 Mbytes Step Atoms AVEKE stressZZ 31210 5000 1.5762055e-10 13292311 31211 -0.0162499999999911 13292158.609458 31211 5000 1.5760998e-10 13292159 Loop time of 0.017956 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:47 2021 Pair time (%) = 0.00125813 (7.00676) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.183235) Outpt time (%) = 0.0165701 (92.2815) Other time (%) = 9.48906e-05 (0.528461) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28419 ave 28419 max 28419 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28419 Ave neighs/atom = 5.6838 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:47 2021 Memory usage per processor = 27.5538 Mbytes Step Atoms AVEKE stressZZ 31211 5000 1.5760998e-10 13292078 31212 -0.0162499999999911 13291925.3523287 31212 5000 1.5759941e-10 13291925 Loop time of 0.0178211 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:47 2021 Pair time (%) = 0.00134587 (7.55214) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.202015) Outpt time (%) = 0.016325 (91.605) Other time (%) = 0.000114202 (0.640828) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28419 ave 28419 max 28419 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28419 Ave neighs/atom = 5.6838 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:47 2021 Memory usage per processor = 27.5538 Mbytes Step Atoms AVEKE stressZZ 31212 5000 1.5759941e-10 13291844 31213 -0.0162499999999911 13291692.1072527 31213 5000 1.5758885e-10 13291692 Loop time of 0.0186012 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:47 2021 Pair time (%) = 0.00145388 (7.81604) Neigh time (%) = 0 (0) Comm time (%) = 8.39233e-05 (0.451172) Outpt time (%) = 0.0169029 (90.8702) Other time (%) = 0.000160456 (0.86261) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28419 ave 28419 max 28419 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28419 Ave neighs/atom = 5.6838 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:47 2021 Memory usage per processor = 27.5538 Mbytes Step Atoms AVEKE stressZZ 31213 5000 1.5758885e-10 13291611 31214 -0.0162499999999911 13291458.8742798 31214 5000 1.5757828e-10 13291459 Loop time of 0.0188861 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:47 2021 Pair time (%) = 0.00124812 (6.60868) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.180524) Outpt time (%) = 0.0175099 (92.7134) Other time (%) = 9.39369e-05 (0.497387) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28419 ave 28419 max 28419 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28419 Ave neighs/atom = 5.6838 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:47 2021 Memory usage per processor = 27.5538 Mbytes Step Atoms AVEKE stressZZ 31214 5000 1.5757828e-10 13291378 31215 -0.0162499999999911 13291225.6533803 31215 5000 1.5756772e-10 13291226 Loop time of 0.0183668 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:47 2021 Pair time (%) = 0.00130701 (7.11615) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.179137) Outpt time (%) = 0.016932 (92.1881) Other time (%) = 9.48906e-05 (0.516642) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28419 ave 28419 max 28419 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28419 Ave neighs/atom = 5.6838 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:47 2021 Memory usage per processor = 27.5538 Mbytes Step Atoms AVEKE stressZZ 31215 5000 1.5756772e-10 13291145 31216 -0.0162499999999911 13290992.444546 31216 5000 1.5755716e-10 13290992 Loop time of 0.0180819 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:47 2021 Pair time (%) = 0.00134516 (7.43925) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.193827) Outpt time (%) = 0.016598 (91.7934) Other time (%) = 0.000103712 (0.573568) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28419 ave 28419 max 28419 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28419 Ave neighs/atom = 5.6838 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:47 2021 Memory usage per processor = 27.5538 Mbytes Step Atoms AVEKE stressZZ 31216 5000 1.5755716e-10 13290911 31217 -0.0162499999999911 13290759.2478297 31217 5000 1.575466e-10 13290759 Loop time of 0.0185268 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:47 2021 Pair time (%) = 0.00152302 (8.22062) Neigh time (%) = 0 (0) Comm time (%) = 3.91006e-05 (0.211049) Outpt time (%) = 0.01683 (90.8412) Other time (%) = 0.000134706 (0.72709) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28419 ave 28419 max 28419 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28419 Ave neighs/atom = 5.6838 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:47 2021 Memory usage per processor = 27.5538 Mbytes Step Atoms AVEKE stressZZ 31217 5000 1.575466e-10 13290678 31218 -0.0162499999999911 13290526.063207 31218 5000 1.5753604e-10 13290526 Loop time of 0.0186231 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:47 2021 Pair time (%) = 0.00140905 (7.56616) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.176672) Outpt time (%) = 0.0170491 (91.5479) Other time (%) = 0.000132084 (0.709247) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28419 ave 28419 max 28419 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28419 Ave neighs/atom = 5.6838 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:47 2021 Memory usage per processor = 27.5538 Mbytes Step Atoms AVEKE stressZZ 31218 5000 1.5753604e-10 13290445 31219 -0.0162499999999911 13290292.8906624 31219 5000 1.5752548e-10 13290293 Loop time of 0.0187211 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:48 2021 Pair time (%) = 0.00124216 (6.63508) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.175747) Outpt time (%) = 0.0173531 (92.6925) Other time (%) = 9.29832e-05 (0.496676) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28419 ave 28419 max 28419 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28419 Ave neighs/atom = 5.6838 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:48 2021 Memory usage per processor = 27.5538 Mbytes Step Atoms AVEKE stressZZ 31219 5000 1.5752548e-10 13290212 31220 -0.0162499999999911 13290059.7301874 31220 5000 1.5751493e-10 13290060 Loop time of 0.0216112 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:48 2021 Pair time (%) = 0.00124598 (5.76541) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.152244) Outpt time (%) = 0.0202339 (93.6267) Other time (%) = 9.84669e-05 (0.455629) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28419 ave 28419 max 28419 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28419 Ave neighs/atom = 5.6838 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:48 2021 Memory usage per processor = 27.5538 Mbytes Step Atoms AVEKE stressZZ 31220 5000 1.5751493e-10 13289979 31221 -0.0162499999999911 13289826.5817766 31221 5000 1.5750437e-10 13289827 Loop time of 0.0178828 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:48 2021 Pair time (%) = 0.00129414 (7.23675) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.189318) Outpt time (%) = 0.0164249 (91.8473) Other time (%) = 0.000129938 (0.726609) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28419 ave 28419 max 28419 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28419 Ave neighs/atom = 5.6838 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:48 2021 Memory usage per processor = 27.5538 Mbytes Step Atoms AVEKE stressZZ 31221 5000 1.5750437e-10 13289746 31222 -0.0162499999999911 13289593.4454254 31222 5000 1.5749382e-10 13289593 Loop time of 0.0184131 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:48 2021 Pair time (%) = 0.00151992 (8.25456) Neigh time (%) = 0 (0) Comm time (%) = 3.8147e-05 (0.207173) Outpt time (%) = 0.0167129 (90.7665) Other time (%) = 0.000142097 (0.771721) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28419 ave 28419 max 28419 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28419 Ave neighs/atom = 5.6838 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:48 2021 Memory usage per processor = 27.5538 Mbytes Step Atoms AVEKE stressZZ 31222 5000 1.5749382e-10 13289512 31223 -0.0162499999999911 13289360.3211303 31223 5000 1.5748326e-10 13289360 Loop time of 0.0188069 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:48 2021 Pair time (%) = 0.00142503 (7.57714) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.174945) Outpt time (%) = 0.017252 (91.732) Other time (%) = 9.70364e-05 (0.515961) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28419 ave 28419 max 28419 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28419 Ave neighs/atom = 5.6838 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:48 2021 Memory usage per processor = 27.5538 Mbytes Step Atoms AVEKE stressZZ 31223 5000 1.5748326e-10 13289279 31224 -0.0162499999999911 13289127.2088775 31224 5000 1.5747271e-10 13289127 Loop time of 0.0185049 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:48 2021 Pair time (%) = 0.00125909 (6.8041) Neigh time (%) = 0 (0) Comm time (%) = 4.72069e-05 (0.255105) Outpt time (%) = 0.0170889 (92.3481) Other time (%) = 0.000109673 (0.592669) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28419 ave 28419 max 28419 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28419 Ave neighs/atom = 5.6838 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:48 2021 Memory usage per processor = 27.5538 Mbytes Step Atoms AVEKE stressZZ 31224 5000 1.5747271e-10 13289046 31225 -0.0162499999999911 13288894.1086504 31225 5000 1.5746216e-10 13288894 Loop time of 0.0179169 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:48 2021 Pair time (%) = 0.00124907 (6.97148) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.183635) Outpt time (%) = 0.0165379 (92.3033) Other time (%) = 9.70364e-05 (0.541591) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28419 ave 28419 max 28419 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28419 Ave neighs/atom = 5.6838 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:48 2021 Memory usage per processor = 27.5538 Mbytes Step Atoms AVEKE stressZZ 31225 5000 1.5746216e-10 13288813 31226 -0.0162499999999911 13288661.0204672 31226 5000 1.5745161e-10 13288661 Loop time of 0.017843 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:48 2021 Pair time (%) = 0.00130701 (7.32506) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.191077) Outpt time (%) = 0.016398 (91.9013) Other time (%) = 0.000103951 (0.582584) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28419 ave 28419 max 28419 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28419 Ave neighs/atom = 5.6838 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:48 2021 Memory usage per processor = 27.5538 Mbytes Step Atoms AVEKE stressZZ 31226 5000 1.5745161e-10 13288580 31227 -0.0162499999999911 13288427.944326 31227 5000 1.5744106e-10 13288428 Loop time of 0.0184851 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:48 2021 Pair time (%) = 0.00131083 (7.09127) Neigh time (%) = 0 (0) Comm time (%) = 4.98295e-05 (0.269566) Outpt time (%) = 0.0170012 (91.9723) Other time (%) = 0.000123262 (0.666821) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28419 ave 28419 max 28419 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28419 Ave neighs/atom = 5.6838 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:48 2021 Memory usage per processor = 27.5538 Mbytes Step Atoms AVEKE stressZZ 31227 5000 1.5744106e-10 13288347 31228 -0.0162499999999911 13288194.8802243 31228 5000 1.5743052e-10 13288195 Loop time of 0.0181942 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:48 2021 Pair time (%) = 0.00125289 (6.8862) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.180837) Outpt time (%) = 0.0168128 (92.4075) Other time (%) = 9.56059e-05 (0.525474) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28419 ave 28419 max 28419 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28419 Ave neighs/atom = 5.6838 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:48 2021 Memory usage per processor = 27.5538 Mbytes Step Atoms AVEKE stressZZ 31228 5000 1.5743052e-10 13288114 31229 -0.0162499999999911 13287961.8281603 31229 5000 1.5741997e-10 13287962 Loop time of 0.018532 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:48 2021 Pair time (%) = 0.00128818 (6.95107) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.17754) Outpt time (%) = 0.0171142 (92.3491) Other time (%) = 9.67979e-05 (0.522328) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28419 ave 28419 max 28419 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28419 Ave neighs/atom = 5.6838 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:48 2021 Memory usage per processor = 27.5538 Mbytes Step Atoms AVEKE stressZZ 31229 5000 1.5741997e-10 13287881 31230 -0.0162499999999911 13287728.7881641 31230 5000 1.5740943e-10 13287729 Loop time of 0.020699 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:48 2021 Pair time (%) = 0.00129485 (6.25562) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.173927) Outpt time (%) = 0.0192499 (92.9991) Other time (%) = 0.000118256 (0.57131) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28419 ave 28419 max 28419 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28419 Ave neighs/atom = 5.6838 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:48 2021 Memory usage per processor = 27.5538 Mbytes Step Atoms AVEKE stressZZ 31230 5000 1.5740943e-10 13287648 31231 -0.0162499999999911 13287495.7602704 31231 5000 1.5739889e-10 13287496 Loop time of 0.0181279 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:48 2021 Pair time (%) = 0.0013411 (7.39801) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.198595) Outpt time (%) = 0.016644 (91.8142) Other time (%) = 0.000106812 (0.58921) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28419 ave 28419 max 28419 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28419 Ave neighs/atom = 5.6838 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:48 2021 Memory usage per processor = 27.5538 Mbytes Step Atoms AVEKE stressZZ 31231 5000 1.5739889e-10 13287415 31232 -0.0162499999999911 13287262.7444472 31232 5000 1.5738834e-10 13287263 Loop time of 0.0182471 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:48 2021 Pair time (%) = 0.00135088 (7.40325) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.180312) Outpt time (%) = 0.0167601 (91.8507) Other time (%) = 0.000103235 (0.565762) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28419 ave 28419 max 28419 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28419 Ave neighs/atom = 5.6838 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:48 2021 Memory usage per processor = 27.5538 Mbytes Step Atoms AVEKE stressZZ 31232 5000 1.5738834e-10 13287182 31233 -0.0162499999999911 13287029.7406847 31233 5000 1.573778e-10 13287030 Loop time of 0.0186131 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:48 2021 Pair time (%) = 0.00128412 (6.89903) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.178048) Outpt time (%) = 0.0172021 (92.4195) Other time (%) = 9.36985e-05 (0.503401) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28419 ave 28419 max 28419 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28419 Ave neighs/atom = 5.6838 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:48 2021 Memory usage per processor = 27.5538 Mbytes Step Atoms AVEKE stressZZ 31233 5000 1.573778e-10 13286949 31234 -0.0162499999999911 13286796.7489763 31234 5000 1.5736726e-10 13286797 Loop time of 0.0186031 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:48 2021 Pair time (%) = 0.00129008 (6.93478) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.176862) Outpt time (%) = 0.0171802 (92.3514) Other time (%) = 9.98974e-05 (0.536994) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28419 ave 28419 max 28419 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28419 Ave neighs/atom = 5.6838 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:48 2021 Memory usage per processor = 27.5538 Mbytes Step Atoms AVEKE stressZZ 31234 5000 1.5736726e-10 13286716 31235 -0.0162499999999911 13286563.7693177 31235 5000 1.5735673e-10 13286564 Loop time of 0.0182312 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:48 2021 Pair time (%) = 0.00133705 (7.33388) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.19224) Outpt time (%) = 0.0167191 (91.7062) Other time (%) = 0.000139952 (0.767651) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28419 ave 28419 max 28419 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28419 Ave neighs/atom = 5.6838 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:48 2021 Memory usage per processor = 27.5538 Mbytes Step Atoms AVEKE stressZZ 31235 5000 1.5735673e-10 13286483 31236 -0.0162499999999911 13286330.8017052 31236 5000 1.5734619e-10 13286331 Loop time of 0.0186322 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:48 2021 Pair time (%) = 0.00153399 (8.23299) Neigh time (%) = 0 (0) Comm time (%) = 5.38826e-05 (0.289191) Outpt time (%) = 0.0168669 (90.5258) Other time (%) = 0.000177383 (0.952028) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28419 ave 28419 max 28419 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28419 Ave neighs/atom = 5.6838 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:48 2021 Memory usage per processor = 27.5538 Mbytes Step Atoms AVEKE stressZZ 31236 5000 1.5734619e-10 13286250 31237 -0.0162499999999911 13286097.8461097 31237 5000 1.5733565e-10 13286098 Loop time of 0.0188079 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:48 2021 Pair time (%) = 0.00128293 (6.82124) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.174936) Outpt time (%) = 0.0173969 (92.498) Other time (%) = 9.5129e-05 (0.505793) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28419 ave 28419 max 28419 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28419 Ave neighs/atom = 5.6838 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:48 2021 Memory usage per processor = 27.5538 Mbytes Step Atoms AVEKE stressZZ 31237 5000 1.5733565e-10 13286017 31238 -0.0162499999999911 13285864.9025199 31238 5000 1.5732512e-10 13285865 Loop time of 0.018739 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:48 2021 Pair time (%) = 0.00150609 (8.0372) Neigh time (%) = 0 (0) Comm time (%) = 3.60012e-05 (0.192119) Outpt time (%) = 0.017091 (91.2058) Other time (%) = 0.000105858 (0.564907) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28419 ave 28419 max 28419 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28419 Ave neighs/atom = 5.6838 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:48 2021 Memory usage per processor = 27.5538 Mbytes Step Atoms AVEKE stressZZ 31238 5000 1.5732512e-10 13285784 31239 -0.0162499999999911 13285631.9709663 31239 5000 1.5731459e-10 13285632 Loop time of 0.0180578 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:48 2021 Pair time (%) = 0.00128603 (7.12173) Neigh time (%) = 0 (0) Comm time (%) = 6.19888e-05 (0.34328) Outpt time (%) = 0.0166149 (92.0095) Other time (%) = 9.48906e-05 (0.525482) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28419 ave 28419 max 28419 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28419 Ave neighs/atom = 5.6838 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:48 2021 Memory usage per processor = 27.5538 Mbytes Step Atoms AVEKE stressZZ 31239 5000 1.5731459e-10 13285551 31240 -0.0162499999999911 13285399.0514694 31240 5000 1.5730405e-10 13285399 Loop time of 0.020916 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:48 2021 Pair time (%) = 0.00135493 (6.47798) Neigh time (%) = 0 (0) Comm time (%) = 4.88758e-05 (0.233677) Outpt time (%) = 0.0193639 (92.5793) Other time (%) = 0.000148296 (0.70901) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28419 ave 28419 max 28419 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28419 Ave neighs/atom = 5.6838 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:48 2021 Memory usage per processor = 27.5538 Mbytes Step Atoms AVEKE stressZZ 31240 5000 1.5730405e-10 13285318 31241 -0.0162499999999911 13285166.144006 31241 5000 1.5729352e-10 13285166 Loop time of 0.0181141 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:48 2021 Pair time (%) = 0.00149584 (8.25787) Neigh time (%) = 0 (0) Comm time (%) = 4.1008e-05 (0.226387) Outpt time (%) = 0.0164161 (90.626) Other time (%) = 0.000161171 (0.889755) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28419 ave 28419 max 28419 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28419 Ave neighs/atom = 5.6838 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:48 2021 Memory usage per processor = 27.5538 Mbytes Step Atoms AVEKE stressZZ 31241 5000 1.5729352e-10 13285085 31242 -0.0162499999999911 13284933.2485709 31242 5000 1.5728299e-10 13284933 Loop time of 0.017679 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:48 2021 Pair time (%) = 0.00128317 (7.25816) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.191501) Outpt time (%) = 0.0162709 (92.0352) Other time (%) = 9.10759e-05 (0.515165) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28419 ave 28419 max 28419 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28419 Ave neighs/atom = 5.6838 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:48 2021 Memory usage per processor = 27.5538 Mbytes Step Atoms AVEKE stressZZ 31242 5000 1.5728299e-10 13284852 31243 -0.0162499999999911 13284700.365155 31243 5000 1.5727246e-10 13284700 Loop time of 0.017653 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:48 2021 Pair time (%) = 0.00125098 (7.08652) Neigh time (%) = 0 (0) Comm time (%) = 3.31402e-05 (0.187731) Outpt time (%) = 0.016279 (92.2166) Other time (%) = 8.98838e-05 (0.50917) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28419 ave 28419 max 28419 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28419 Ave neighs/atom = 5.6838 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:48 2021 Memory usage per processor = 27.5538 Mbytes Step Atoms AVEKE stressZZ 31243 5000 1.5727246e-10 13284619 31244 -0.0162499999999911 13284467.4937508 31244 5000 1.5726194e-10 13284467 Loop time of 0.018975 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:48 2021 Pair time (%) = 0.00124192 (6.54504) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.173395) Outpt time (%) = 0.017611 (92.8116) Other time (%) = 8.91685e-05 (0.469926) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28419 ave 28419 max 28419 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28419 Ave neighs/atom = 5.6838 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:48 2021 Memory usage per processor = 27.5538 Mbytes Step Atoms AVEKE stressZZ 31244 5000 1.5726194e-10 13284386 31245 -0.0162499999999911 13284234.6343681 31245 5000 1.5725141e-10 13284235 Loop time of 0.0179172 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:48 2021 Pair time (%) = 0.00124884 (6.97006) Neigh time (%) = 0 (0) Comm time (%) = 3.38554e-05 (0.188955) Outpt time (%) = 0.016541 (92.3194) Other time (%) = 9.34601e-05 (0.521623) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28419 ave 28419 max 28419 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28419 Ave neighs/atom = 5.6838 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:48 2021 Memory usage per processor = 27.5538 Mbytes Step Atoms AVEKE stressZZ 31245 5000 1.5725141e-10 13284154 31246 -0.0162499999999911 13284001.7870058 31246 5000 1.5724089e-10 13284002 Loop time of 0.018182 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:48 2021 Pair time (%) = 0.00131297 (7.22125) Neigh time (%) = 0 (0) Comm time (%) = 3.50475e-05 (0.192759) Outpt time (%) = 0.016727 (91.9972) Other time (%) = 0.00010705 (0.588768) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28419 ave 28419 max 28419 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28419 Ave neighs/atom = 5.6838 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:48 2021 Memory usage per processor = 27.5538 Mbytes Step Atoms AVEKE stressZZ 31246 5000 1.5724089e-10 13283921 31247 -0.0162499999999911 13283768.9516625 31247 5000 1.5723036e-10 13283769 Loop time of 0.0185962 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:48 2021 Pair time (%) = 0.00161004 (8.65791) Neigh time (%) = 0 (0) Comm time (%) = 3.40939e-05 (0.183338) Outpt time (%) = 0.0168071 (90.3792) Other time (%) = 0.000144958 (0.779507) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28419 ave 28419 max 28419 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28419 Ave neighs/atom = 5.6838 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:48 2021 Memory usage per processor = 27.5538 Mbytes Step Atoms AVEKE stressZZ 31247 5000 1.5723036e-10 13283688 31248 -0.0162499999999911 13283536.1283369 31248 5000 1.5721984e-10 13283536 Loop time of 0.018688 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:48 2021 Pair time (%) = 0.00124502 (6.66216) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.176059) Outpt time (%) = 0.0173161 (92.6591) Other time (%) = 9.39369e-05 (0.50266) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28419 ave 28419 max 28419 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28419 Ave neighs/atom = 5.6838 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb variable b loop 100 fix press all deform 1 z delta 0 -2.61820e-7 unfix press fix 3 all viscous 60 if "${AVEKE} < 1e-12" then "jump in.packing_Xia_July19 break1" run 1 Setting up run at Tue Jul 27 11:30:48 2021 Memory usage per processor = 27.5538 Mbytes Step Atoms AVEKE stressZZ 31248 5000 1.5721984e-10 13283455 31249 -0.0162499999999911 13283303.3170279 31249 5000 1.5720932e-10 13283303 Loop time of 0.0184188 on 1 procs for 1 steps with 5000 atoms, finish time Tue Jul 27 11:30:48 2021 Pair time (%) = 0.001302 (7.06889) Neigh time (%) = 0 (0) Comm time (%) = 3.29018e-05 (0.178632) Outpt time (%) = 0.016988 (92.2321) Other time (%) = 9.58443e-05 (0.520361) Nlocal: 5000 ave 5000 max 5000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2580 ave 2580 max 2580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 28419 ave 28419 max 28419 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 28419 Ave neighs/atom = 5.6838 Neighbor list builds = 0 Dangerous builds = 0 next b jump in.packing_Xia_July19 loopb label break1 variable b delete unfix 3 next a jump in.packing_Xia_July19 loopa #Applying uniaxial compression (unloading cicle) #label loopc #variable c loop 500 ################################################Xia####################### #if "$abs_trace < 10e4" then "jump in.packing break" #if "${abs_trace} < 10e4" then "jump in.packing break" ################################################Xia####################### #fix press all deform 1 z delta 0 0 #run 1 #label loopd #variable d loop 100 ################################################Xia####################### #if "$AVE_kin_en < 5e-9" then "jump in.packing break2" #if "${AVE_kin_en} < 5e-9" then "jump in.packing break2" ################################################Xia####################### #next d #jump in.packing loopd #label break2 #variable d delete #next c #jump in.packing loopc #thermo 1 #thermo_style custom step v_overall_stress_zz v_overall_strain v_Lz pzz #thermo_modify lost ignore norm no print "ALL DONE" ALL DONE